In [1]:
!pip install tweepy
Requirement already satisfied: tweepy in c:\users\mafer\anaconda3\lib\site-packages (4.10.1)
Requirement already satisfied: requests-oauthlib<2,>=1.2.0 in c:\users\mafer\anaconda3\lib\site-packages (from tweepy) (1.3.1)
Requirement already satisfied: requests<3,>=2.27.0 in c:\users\mafer\anaconda3\lib\site-packages (from tweepy) (2.28.1)
Requirement already satisfied: oauthlib<4,>=3.2.0 in c:\users\mafer\anaconda3\lib\site-packages (from tweepy) (3.2.1)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\mafer\anaconda3\lib\site-packages (from requests<3,>=2.27.0->tweepy) (2022.9.24)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\mafer\anaconda3\lib\site-packages (from requests<3,>=2.27.0->tweepy) (1.26.11)
Requirement already satisfied: idna<4,>=2.5 in c:\users\mafer\anaconda3\lib\site-packages (from requests<3,>=2.27.0->tweepy) (3.3)
Requirement already satisfied: charset-normalizer<3,>=2 in c:\users\mafer\anaconda3\lib\site-packages (from requests<3,>=2.27.0->tweepy) (2.0.4)
In [2]:
!pip install textblob
Requirement already satisfied: textblob in c:\users\mafer\anaconda3\lib\site-packages (0.17.1)
Requirement already satisfied: nltk>=3.1 in c:\users\mafer\anaconda3\lib\site-packages (from textblob) (3.7)
Requirement already satisfied: tqdm in c:\users\mafer\anaconda3\lib\site-packages (from nltk>=3.1->textblob) (4.64.1)
Requirement already satisfied: regex>=2021.8.3 in c:\users\mafer\anaconda3\lib\site-packages (from nltk>=3.1->textblob) (2022.7.9)
Requirement already satisfied: joblib in c:\users\mafer\anaconda3\lib\site-packages (from nltk>=3.1->textblob) (1.1.0)
Requirement already satisfied: click in c:\users\mafer\anaconda3\lib\site-packages (from nltk>=3.1->textblob) (8.0.4)
Requirement already satisfied: colorama in c:\users\mafer\anaconda3\lib\site-packages (from click->nltk>=3.1->textblob) (0.4.5)
In [3]:
!pip install wordcloud
Requirement already satisfied: wordcloud in c:\users\mafer\anaconda3\lib\site-packages (1.8.2.2)
Requirement already satisfied: pillow in c:\users\mafer\anaconda3\lib\site-packages (from wordcloud) (9.2.0)
Requirement already satisfied: matplotlib in c:\users\mafer\anaconda3\lib\site-packages (from wordcloud) (3.6.1)
Requirement already satisfied: numpy>=1.6.1 in c:\users\mafer\anaconda3\lib\site-packages (from wordcloud) (1.22.4)
Requirement already satisfied: packaging>=20.0 in c:\users\mafer\anaconda3\lib\site-packages (from matplotlib->wordcloud) (21.3)
Requirement already satisfied: contourpy>=1.0.1 in c:\users\mafer\anaconda3\lib\site-packages (from matplotlib->wordcloud) (1.0.5)
Requirement already satisfied: python-dateutil>=2.7 in c:\users\mafer\anaconda3\lib\site-packages (from matplotlib->wordcloud) (2.8.2)
Requirement already satisfied: kiwisolver>=1.0.1 in c:\users\mafer\anaconda3\lib\site-packages (from matplotlib->wordcloud) (1.4.2)
Requirement already satisfied: pyparsing>=2.2.1 in c:\users\mafer\anaconda3\lib\site-packages (from matplotlib->wordcloud) (3.0.9)
Requirement already satisfied: cycler>=0.10 in c:\users\mafer\anaconda3\lib\site-packages (from matplotlib->wordcloud) (0.11.0)
Requirement already satisfied: fonttools>=4.22.0 in c:\users\mafer\anaconda3\lib\site-packages (from matplotlib->wordcloud) (4.25.0)
Requirement already satisfied: six>=1.5 in c:\users\mafer\anaconda3\lib\site-packages (from python-dateutil>=2.7->matplotlib->wordcloud) (1.16.0)

Importing Libraries

In [201]:
import pandas as pd
import numpy as np
import tweepy as tw
import os
import re
from tweepy import OAuthHandler
from textblob import TextBlob
from bs4 import BeautifulSoup
import requests
import lxml
import seaborn as sns
import matplotlib.pyplot as plt                         
plt.style.use('fivethirtyeight')
from wordcloud import WordCloud
from vaderSentiment.vaderSentiment import SentimentIntensityAnalyzer
from nltk.corpus import stopwords

Extracting data from Twitter

In [3]:
# your Twitter API key and API secret
my_api_key = ''
my_api_secret = ''
# authenticate
auth = tw.OAuthHandler(my_api_key, my_api_secret)
api = tw.API(auth, wait_on_rate_limit=True)

Selecting keywords for each of the Eastern Conference NBA teams for text data extraction from Twitter

In [4]:
search_query_Bucks1 = "#MilwaukeeBucks -filter:retweets"
search_query_Bucks2 = "#Milwaukee Bucks -filter:retweets"
search_query_Bucks3 = "#milwaukeebucks -filter:retweets"
search_query_Bucks4 = "#milwaukee bucks -filter:retweets"
search_query_Bucks5 = "#Giannis -filter:retweets"
search_query_Bucks6 = "#giannis -filter:retweets"
search_query_Bucks7 = "#GiannisAntetokounmpo -filter:retweets"
search_query_Bucks8 = "#Giannis Antetokounmpo -filter:retweets"
search_query_Bucks9 = "#giannis antetokounmpo Leonard -filter:retweets"
search_query_Bucks10 = "#giannisantetokounmpo -filter:retweets"
search_query_Bucks11 = "#Giannis_An34 -filter:retweets"
search_query_Bucks12 = "#Khris22m -filter:retweets"
search_query_Bucks13 = "#KhrisMiddleton -filter:retweets"
search_query_Bucks14 = "#Khris Middleton -filter:retweets"
search_query_Bucks15 = "#khrismiddleton -filter:retweets"
search_query_Bucks16 = "#khris middleton -filter:retweets"
search_query_Bucks17 = "#Jrue_Holiday11 -filter:retweets"
search_query_Bucks18 = "#JrueHoliday -filter:retweets"
search_query_Bucks19 = "#Jrue Holiday -filter:retweets"
search_query_Bucks20 = "#jrueholiday -filter:retweets"
search_query_Bucks21 = "#jrue holiday -filter:retweets"
search_query_Bucks22 = "#BucksBasketball -filter:retweets"
search_query_Bucks23 = "#bucksbasketball -filter:retweets"
search_query_Bucks24 = "#Bucks Basketball -filter:retweets"
search_query_Bucks25 = "#bucks basketball -filter:retweets"
In [5]:
search_query_Celtics1 = "#Celtics -filter:retweets"
search_query_Celtics2 = "#celtics -filter:retweets"
search_query_Celtics3 = "#BostonCeltics -filter:retweets"
search_query_Celtics4 = "#Boston Celtics -filter:retweets"
search_query_Celtics5 = "#bostonceltics -filter:retweets"
search_query_Celtics6 = "#boston celtics -filter:retweets"
search_query_Celtics7 = "#jaytatum0 -filter:retweets"
search_query_Celtics8 = "#JaysonTatum -filter:retweets"
search_query_Celtics9 = "#Jayson Tatum -filter:retweets"
search_query_Celtics10 = "jaysontatum -filter:retweets"
search_query_Celtics11 = "#jayson tatum -filter:retweets"
search_query_Celtics12 = "#FCHWPO -filter:retweets"
search_query_Celtics13 = "#JaylenBrown -filter:retweets"
search_query_Celtics14 = "#Jaylen Brown -filter:retweets"
search_query_Celtics15 = "#jaylenbrown -filter:retweets"
search_query_Celtics16 = "#jaylen brown -filter:retweets"
search_query_Celtics17 = "#smart_MS3 -filter:retweets"
search_query_Celtics18 = "#MarcusSmart -filter:retweets"
search_query_Celtics19 = "#Marcus Smart -filter:retweets"
search_query_Celtics20 = "#marcus smart -filter:retweets"
search_query_Celtics21 = "#marcussmart -filter:retweets"
search_query_Celtics22 = "#Al_Horford -filter:retweets"
search_query_Celtics23 = "#AlHorford -filter:retweets"
search_query_Celtics24 = "#Al Horford -filter:retweets"
search_query_Celtics25 = "#alhorford -filter:retweets"
search_query_Celtics26 = "#al horford -filter:retweets"
In [6]:
search_query_Hornets1 = "#CharlotteHornets -filter:retweets"
search_query_Hornets2 = "#Charlotte Hornets -filter:retweets"
search_query_Hornets3 = "#charlottehornets -filter:retweets"
search_query_Hornets4 = "#charlotte hornets -filter:retweets"
search_query_Hornets5 = "#MELOD1P -filter:retweets"
search_query_Hornets6 = "#LaMeloBall -filter:retweets"
search_query_Hornets7 = "#LaMelo Ball -filter:retweets"
search_query_Hornets8 = "#lameloball -filter:retweets"
search_query_Hornets9 = "#lamelo ball -filter:retweets"
search_query_Hornets10 = "#LiAngeloBall -filter:retweets"
search_query_Hornets11 = "#LiAngelo Ball -filter:retweets"
search_query_Hornets12 = "#liangeloball -filter:retweets"
search_query_Hornets13 = "#liangelo ball -filter:retweets"
search_query_Hornets14 = "#GordonHayward -filter:retweets"
search_query_Hornets15 = "#Gordon Hayward -filter:retweets"
search_query_Hornets16 = "#gordonhayward -filter:retweets"
search_query_Hornets17 = "#gordon hayward -filter:retweets"
In [7]:
search_query_Heat1 = "#MiamiHeat -filter:retweets"
search_query_Heat2 = "#Miami Heat -filter:retweets"
search_query_Heat3 = "#miamiheat -filter:retweets"
search_query_Heat4 = "#miami heat -filter:retweets"
search_query_Heat5 = "#JimmyButler -filter:retweets"
search_query_Heat6 = "#Jimmy Butler -filter:retweets"
search_query_Heat7 = "#jimmybutler -filter:retweets"
search_query_Heat8 = "#jimmy butler -filter:retweets"
search_query_Heat9 = "#raf_tyler -filter:retweets"
search_query_Heat10 = "#TylerHerro -filter:retweets"
search_query_Heat11 = "#Tyler Herro -filter:retweets"
search_query_Heat12 = "#tylerherro -filter:retweets"
search_query_Heat13 = "#tyler herro -filter:retweets"
search_query_Heat14 = "#VicOladipo -filter:retweets"
search_query_Heat15 = "#VictorOladipo -filter:retweets"
search_query_Heat16 = "#Victor Oladipo -filter:retweets"
search_query_Heat17 = "#victoroladipo -filter:retweets"
search_query_Heat18 = "#victor oladipo -filter:retweets"
search_query_Heat19 = "#Bam1of1 -filter:retweets"
search_query_Heat20 = "#BamAdebayo -filter:retweets"
search_query_Heat21 = "#Bam Adebayo -filter:retweets"
search_query_Heat22 = "#bamadebayo -filter:retweets"
search_query_Heat23 = "#bam adebayo -filter:retweets"
search_query_Heat24 = "#CoachSpo -filter:retweets"
search_query_Heat25 = "#ErikSpoelstra -filter:retweets"
search_query_Heat26 = "#Erik Spoelstra -filter:retweets"
search_query_Heat27 = "#erikspoelstra -filter:retweets"
search_query_Heat28 = "#erik spoelstra -filter:retweets"
In [8]:
search_query_Hawks1 = "#AtlantaHawks -filter:retweets"
search_query_Hawks2 = "#Atlanta Hawks -filter:retweets"
search_query_Hawks3 = "#atlantahawks -filter:retweets"
search_query_Hawks4 = "#atlanta hawks -filter:retweets"
search_query_Hawks5 = "#TheTraeYoung -filter:retweets"
search_query_Hawks6 = "#TraeYoung -filter:retweets"
search_query_Hawks7 = "#Trae Young -filter:retweets"
search_query_Hawks8 = "#trae young -filter:retweets"
search_query_Hawks9 = "#traeyoung -filter:retweets"
search_query_Hawks10 = "#CapelaClint -filter:retweets"
search_query_Hawks11 = "#ClintCapela -filter:retweets"
search_query_Hawks12 = "#Clint Capela -filter:retweets"
search_query_Hawks13 = "#clintcapela -filter:retweets"
search_query_Hawks14 = "#clint capela -filter:retweets"
In [9]:
search_query_Nets1 = "#BrooklynNets -filter:retweets"
search_query_Nets2 = "#Brooklyn Nets -filter:retweets"
search_query_Nets3 = "#brooklynnets -filter:retweets"
search_query_Nets4 = "#brooklyn nets -filter:retweets"
search_query_Nets5 = "#KDTrey5 -filter:retweets"
search_query_Nets6 = "#KevinDurant -filter:retweets"
search_query_Nets7 = "#Kevin Durant -filter:retweets"
search_query_Nets8 = "#kevindurant -filter:retweets"
search_query_Nets9 = "#kevin durant -filter:retweets"
search_query_Nets10 = "#Durant -filter:retweets"
search_query_Nets11 = "#durant -filter:retweets"
search_query_Nets12 = "#KyrieIrving -filter:retweets"
search_query_Nets13 = "#Kyrie Irving -filter:retweets"
search_query_Nets14 = "#kyrieirving -filter:retweets"
search_query_Nets15 = "#kyrie irving -filter:retweets"
search_query_Nets16 = "#BenSimmons25 -filter:retweets"
search_query_Nets17 = "#BenSimmons -filter:retweets"
search_query_Nets18 = "#Ben Simmons -filter:retweets"
search_query_Nets19 = "#bensimmons -filter:retweets"
search_query_Nets20 = "#ben simmons -filter:retweets"
search_query_Nets21 = "#BrooklynNets -filter:retweets"
In [10]:
search_query_Bulls1 = "#ChicagoBulls -filter:retweets"
search_query_Bulls2 = "#Chicago Bulls -filter:retweets"
search_query_Bulls3 = "#chicagobulls -filter:retweets"
search_query_Bulls4 = "#chicago bulls -filter:retweets"
search_query_Bulls5 = "#ZO2_ -filter:retweets"
search_query_Bulls6 = "#LonzoBall -filter:retweets"
search_query_Bulls7 = "#Lonzo Ball -filter:retweets"
search_query_Bulls8 = "#lonzoball -filter:retweets"
search_query_Bulls9 = "#lonzo ball -filter:retweets"
search_query_Bulls10 = "#ZachLaVine -filter:retweets"
search_query_Bulls11 = "#Zach LaVine -filter:retweets"
search_query_Bulls12 = "#zachlavine -filter:retweets"
search_query_Bulls13 = "#zach lavine -filter:retweets"
search_query_Bulls14 = "#DeMar_DeRozan -filter:retweets"
search_query_Bulls15 = "#DeMarDeRozan -filter:retweets"
search_query_Bulls16 = "#DeMar DeRozan -filter:retweets"
search_query_Bulls17 = "#demarderozan -filter:retweets"
search_query_Bulls18 = "#demar derozan -filter:retweets"
search_query_Bulls19 = "#DeRozan -filter:retweets"
search_query_Bulls20 = "#derozan -filter:retweets"
In [11]:
search_query_Raptors1 = "#TorontoRaptors -filter:retweets"
search_query_Raptors2 = "#Toronto Raptors -filter:retweets"
search_query_Raptors3 = "#torontoraptors -filter:retweets"
search_query_Raptors4 = "#toronto raptors -filter:retweets"
search_query_Raptors5 = "#ScottBarnes561 -filter:retweets"
search_query_Raptors6 = "#ScottieBarnes -filter:retweets"
search_query_Raptors7 = "#ScottBarnes -filter:retweets"
search_query_Raptors8 = "#Scottie Barnes -filter:retweets"
search_query_Raptors9 = "#Scott Barnes -filter:retweets"
search_query_Raptors10 = "#scottbarnes -filter:retweets"
search_query_Raptors11 = "#scottiebarnes -filter:retweets"
search_query_Raptors12 = "#scott barnes -filter:retweets"
search_query_Raptors13 = "#scottie barnes -filter:retweets"
search_query_Raptors14 = "#pskills43 -filter:retweets"
search_query_Raptors15 = "#PascalSiakam -filter:retweets"
search_query_Raptors16 = "#Pascal Siakam -filter:retweets"
search_query_Raptors17 = "#pascalsiakam -filter:retweets"
search_query_Raptors18 = "#pascal siakam -filter:retweets"
search_query_Raptors19 = "#Siakam -filter:retweets"
search_query_Raptors20 = "#siakam -filter:retweets"
search_query_Raptors21 = "#OttoPorter -filter:retweets"
In [12]:
search_query_Magic1 = "#OrlandoMagic -filter:retweets"
search_query_Magic2 = "#Orlando Magic -filter:retweets"
search_query_Magic3 = "#orlandomagic -filter:retweets"
search_query_Magic4 = "#orlando magic -filter:retweets"
In [13]:
search_query_76ers1 = "#Philadelphia76ers -filter:retweets"
search_query_76ers2 = "#Philadelphia 76ers -filter:retweets"
search_query_76ers3 = "76ers -filter:retweets"
search_query_76ers4 = "#philadelphia76ers -filter:retweets"
search_query_76ers5 = "#philadelphia 76ers -filter:retweets"
search_query_76ers6 = "#JHarden13 -filter:retweets"
search_query_76ers7 = "#JamesHarden -filter:retweets"
search_query_76ers8 = "#James Harden -filter:retweets"
search_query_76ers9 = "#jamesharden  -filter:retweets"
search_query_76ers10 = "#james harden -filter:retweets"
search_query_76ers11 = "#JoelEmbiid -filter:retweets"
search_query_76ers12 = "#Joel Embiid -filter:retweets"
search_query_76ers13 = "#joelembiid -filter:retweets"
search_query_76ers14 = "#joel embiid -filter:retweets"
search_query_76ers15 = "#Embiid -filter:retweets"
search_query_76ers16 = "#embiid -filter:retweets"
In [14]:
search_query_Knicks1 = "#NewYorkKnicks -filter:retweets"
search_query_Knicks2 = "#New York Knicks -filter:retweets"
search_query_Knicks3 = "#Knicks -filter:retweets"
search_query_Knicks4 = "#knicks -filter:retweets"
search_query_Knicks5 = "#newyorkknicks -filter:retweets"
search_query_Knicks6 = "#new york knicks -filter:retweets"
search_query_Knicks7 = "#drose -filter:retweets"
search_query_Knicks8 = "#DerrickRose -filter:retweets"
search_query_Knicks9 = "#derrickrose -filter:retweets"
search_query_Knicks10 = "#Derrick Rose -filter:retweets"
search_query_Knicks11 = "#derrick rose -filter:retweets"
search_query_Knicks12 = "#J30_RANDLE -filter:retweets"
search_query_Knicks13 = "#JuliusRandle -filter:retweets"
search_query_Knicks14 = "#Julius Randle -filter:retweets"
search_query_Knicks15 = "#juliusrandle -filter:retweets"
search_query_Knicks16 = "#julius randle -filter:retweets"
search_query_Knicks17 = "#EvanFourmizz -filter:retweets"
search_query_Knicks18 = "#EvanFournier -filter:retweets"
search_query_Knicks19 = "#Evan Fournier -filter:retweets"
search_query_Knicks20 = "#evanfournier -filter:retweets"
search_query_Knicks21 = "#evan fournier -filter:retweets"
In [15]:
search_query_Cavs1 = "#ClevelandCavaliers -filter:retweets"
search_query_Cavs2 = "#Cleveland Cavaliers -filter:retweets"
search_query_Cavs3 = "#clevelandcavaliers -filter:retweets"
search_query_Cavs4 = "#cleveland cavaliers -filter:retweets"
search_query_Cavs5 = "#Cavs -filter:retweets"
search_query_Cavs6 = "#cavs -filter:retweets"
search_query_Cavs7 = "#kevinlove -filter:retweets"
search_query_Cavs8 = "#KevinLove -filter:retweets"
search_query_Cavs9 = "#Kevin Love -filter:retweets"
search_query_Cavs10 = "#kevin love -filter:retweets"
search_query_Cavs11 = "#dariusgarland22 -filter:retweets"
search_query_Cavs12 = "#DariusGarland -filter:retweets"
search_query_Cavs13 = "#Darius Garland -filter:retweets"
search_query_Cavs14 = "#dariusgarland -filter:retweets"
search_query_Cavs15 = "#darius garland -filter:retweets"
In [16]:
search_query_Pistons1 = "#DetroitPistons -filter:retweets"
search_query_Pistons2 = "#Detroit Pistons -filter:retweets"
search_query_Pistons3 = "#detroitpistons -filter:retweets"
search_query_Pistons4 = "detroit pistons -filter:retweets"
search_query_Pistons5 = "#Detroit_Pistons -filter:retweets"
search_query_Pistons6 = "#detroit_pistons -filter:retweets"
In [17]:
search_query_Wizards1 = "#WashingtonWizards -filter:retweets"
search_query_Wizards2 = "#Washington Wizards -filter:retweets"
search_query_Wizards3 = "#washingtonwizards -filter:retweets"
search_query_Wizards4 = "#washington wizards -filter:retweets"
search_query_Wizards5 = "#RealDealBeal23 -filter:retweets"
search_query_Wizards6 = "#BradleyBeal -filter:retweets"
search_query_Wizards7 = "#Bradley Beal -filter:retweets"
search_query_Wizards8 = "#bradleybeal -filter:retweets"
search_query_Wizards9 = "#bradley beal -filter:retweets"
search_query_Wizards10 = "#kylekuzma -filter:retweets"
search_query_Wizards11 = "#KyleKuzma -filter:retweets"
search_query_Wizards12 = "#Kyle Kuzma Wizards -filter:retweets"
search_query_Wizards13 = "#kyle kuzma Wizards -filter:retweets"
In [18]:
search_query_Pacers1 = "#IndianaPacers -filter:retweets"
search_query_Pacers2 = "#Indiana Pacers -filter:retweets"
search_query_Pacers3 = "#indianapacers -filter:retweets"
search_query_Pacers4 = "#indiana pacers -filter:retweets"
search_query_Pacers5 = "#Pacers -filter:retweets"
search_query_Pacers6 = "#pacers -filter:retweets"
search_query_Pacers7 = "#Original_Turner -filter:retweets"
search_query_Pacers8 = "#MylesTurner -filter:retweets"
search_query_Pacers9 = "#Myles Turner -filter:retweets"
search_query_Pacers10 = "#mylesturner -filter:retweets"
search_query_Pacers11 = "#myles turner -filter:retweets"
search_query_Pacers12 = "#buddyhield -filter:retweets"
search_query_Pacers13 = "#BuddyHield -filter:retweets"
search_query_Pacers14 = "#Buddy Hield -filter:retweets"
search_query_Pacers15 = "#buddy hield -filter:retweets"

Running a data import from Twitter for each of the Eastern Conference NBA teams during a select time period

In [19]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks1,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
tweets_copy_Bucks = []
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 32
In [20]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks2,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 155
In [21]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks3,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 187
In [22]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks4,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 310
In [23]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks5,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 462
In [24]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks6,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 614
In [25]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks7,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 683
In [26]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks8,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 699
In [27]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks9,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Total Tweets fetched: 699
In [28]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks10,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 768
In [29]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks11,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Total Tweets fetched: 768
In [30]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks12,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Total Tweets fetched: 768
In [31]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks13,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 770
In [32]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks14,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Total Tweets fetched: 770
In [33]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks15,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 772
In [34]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks16,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Total Tweets fetched: 772
In [35]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks17,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Total Tweets fetched: 772
In [36]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks18,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 776
In [37]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks19,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 778
In [38]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks20,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 782
In [39]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks21,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 784
In [40]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks22,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Total Tweets fetched: 784
In [41]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks23,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Total Tweets fetched: 784
In [42]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks24,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 829
In [43]:
# get tweets from the API
tweets_Bucks = tw.Cursor(api.search_tweets,
              q=search_query_Bucks25,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bucks:
    tweets_copy_Bucks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bucks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 874
In [44]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics1,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
tweets_copy_Celtics = []
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1909
In [45]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics2,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 3818
In [46]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics3,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 4387
In [47]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics4,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 4835
In [48]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics5,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Rate limit reached. Sleeping for: 723
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 5404
In [49]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics6,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 5852
In [50]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics7,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Total Tweets fetched: 5852
In [51]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics8,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 5885
In [52]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics9,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 5888
In [53]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics10,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 5925
In [54]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics11,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 5928
In [55]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics12,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 5929
In [56]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics13,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 5961
In [57]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics14,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 5966
In [58]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics15,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 5998
In [59]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics16,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 6003
In [60]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics17,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Total Tweets fetched: 6003
In [61]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics18,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 6016
In [62]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics19,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 6017
In [63]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics20,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 6018
In [64]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics21,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 6031
In [65]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics22,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Total Tweets fetched: 6031
In [66]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics23,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 6037
In [67]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics24,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 6038
In [68]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics25,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 6044
In [69]:
# get tweets from the API
tweets_Celtics = tw.Cursor(api.search_tweets,
              q=search_query_Celtics26,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Celtics:
    tweets_copy_Celtics.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Celtics))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 6045
In [70]:
# get tweets from the API
tweets_Hornets = tw.Cursor(api.search_tweets,
              q=search_query_Hornets1,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
tweets_copy_Hornets = []
for tweet in tweets_Hornets:
    tweets_copy_Hornets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hornets))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 102
In [71]:
# get tweets from the API
tweets_Hornets = tw.Cursor(api.search_tweets,
              q=search_query_Hornets2,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hornets:
    tweets_copy_Hornets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hornets))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 160
In [72]:
# get tweets from the API
tweets_Hornets = tw.Cursor(api.search_tweets,
              q=search_query_Hornets3,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hornets:
    tweets_copy_Hornets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hornets))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 262
In [73]:
# get tweets from the API
tweets_Hornets = tw.Cursor(api.search_tweets,
              q=search_query_Hornets4,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hornets:
    tweets_copy_Hornets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hornets))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 320
In [74]:
# get tweets from the API
tweets_Hornets = tw.Cursor(api.search_tweets,
              q=search_query_Hornets5,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hornets:
    tweets_copy_Hornets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hornets))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 322
In [75]:
# get tweets from the API
tweets_Hornets = tw.Cursor(api.search_tweets,
              q=search_query_Hornets6,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hornets:
    tweets_copy_Hornets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hornets))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 383
In [76]:
# get tweets from the API
tweets_Hornets = tw.Cursor(api.search_tweets,
              q=search_query_Hornets7,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hornets:
    tweets_copy_Hornets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hornets))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 398
In [77]:
# get tweets from the API
tweets_Hornets = tw.Cursor(api.search_tweets,
              q=search_query_Hornets8,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hornets:
    tweets_copy_Hornets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hornets))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 459
In [78]:
# get tweets from the API
tweets_Hornets = tw.Cursor(api.search_tweets,
              q=search_query_Hornets9,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hornets:
    tweets_copy_Hornets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hornets))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 474
In [79]:
# get tweets from the API
tweets_Hornets = tw.Cursor(api.search_tweets,
              q=search_query_Hornets10,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hornets:
    tweets_copy_Hornets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hornets))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 492
In [80]:
# get tweets from the API
tweets_Hornets = tw.Cursor(api.search_tweets,
              q=search_query_Hornets11,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hornets:
    tweets_copy_Hornets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hornets))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 495
In [81]:
# get tweets from the API
tweets_Hornets = tw.Cursor(api.search_tweets,
              q=search_query_Hornets12,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hornets:
    tweets_copy_Hornets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hornets))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 513
In [82]:
# get tweets from the API
tweets_Hornets = tw.Cursor(api.search_tweets,
              q=search_query_Hornets13,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hornets:
    tweets_copy_Hornets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hornets))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 516
In [83]:
# get tweets from the API
tweets_Hornets = tw.Cursor(api.search_tweets,
              q=search_query_Hornets14,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hornets:
    tweets_copy_Hornets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hornets))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 521
In [84]:
# get tweets from the API
tweets_Hornets = tw.Cursor(api.search_tweets,
              q=search_query_Hornets15,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hornets:
    tweets_copy_Hornets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hornets))
Unexpected parameter: since
Total Tweets fetched: 521
In [85]:
# get tweets from the API
tweets_Hornets = tw.Cursor(api.search_tweets,
              q=search_query_Hornets16,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hornets:
    tweets_copy_Hornets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hornets))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 526
In [86]:
# get tweets from the API
tweets_Hornets = tw.Cursor(api.search_tweets,
              q=search_query_Hornets17,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hornets:
    tweets_copy_Hornets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hornets))
Unexpected parameter: since
Total Tweets fetched: 526
In [87]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat1,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
tweets_copy_Heat = []
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 280
In [88]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat2,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 448
In [89]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat3,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 728
In [90]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat4,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 896
In [91]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat5,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1001
In [92]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat6,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Total Tweets fetched: 1001
In [93]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat7,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1106
In [94]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat8,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Total Tweets fetched: 1106
In [95]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat9,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Total Tweets fetched: 1106
In [96]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat10,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1178
In [97]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat11,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1180
In [98]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat12,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1252
In [99]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat13,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1254
In [100]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat14,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Total Tweets fetched: 1254
In [101]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat15,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1256
In [102]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat16,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1257
In [103]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat17,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1259
In [104]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat18,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1260
In [105]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat19,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Total Tweets fetched: 1260
In [106]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat20,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1302
In [107]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat21,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1305
In [108]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat22,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1347
In [109]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat23,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1350
In [110]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat24,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Total Tweets fetched: 1350
In [111]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat25,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1356
In [112]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat26,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Total Tweets fetched: 1356
In [113]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat27,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1362
In [114]:
# get tweets from the API
tweets_Heat = tw.Cursor(api.search_tweets,
              q=search_query_Heat28,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Heat:
    tweets_copy_Heat.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Heat))
Unexpected parameter: since
Total Tweets fetched: 1362
In [115]:
# get tweets from the API
tweets_Hawks = tw.Cursor(api.search_tweets,
              q=search_query_Hawks1,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
tweets_copy_Hawks = []
for tweet in tweets_Hawks:
    tweets_copy_Hawks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hawks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 64
In [116]:
# get tweets from the API
tweets_Hawks = tw.Cursor(api.search_tweets,
              q=search_query_Hawks2,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hawks:
    tweets_copy_Hawks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hawks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 188
In [117]:
# get tweets from the API
tweets_Hawks = tw.Cursor(api.search_tweets,
              q=search_query_Hawks3,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hawks:
    tweets_copy_Hawks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hawks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 252
In [118]:
# get tweets from the API
tweets_Hawks = tw.Cursor(api.search_tweets,
              q=search_query_Hawks4,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hawks:
    tweets_copy_Hawks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hawks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 376
In [119]:
# get tweets from the API
tweets_Hawks = tw.Cursor(api.search_tweets,
              q=search_query_Hawks5,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hawks:
    tweets_copy_Hawks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hawks))
Unexpected parameter: since
Total Tweets fetched: 376
In [120]:
# get tweets from the API
tweets_Hawks = tw.Cursor(api.search_tweets,
              q=search_query_Hawks6,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hawks:
    tweets_copy_Hawks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hawks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 437
In [121]:
# get tweets from the API
tweets_Hawks = tw.Cursor(api.search_tweets,
              q=search_query_Hawks7,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hawks:
    tweets_copy_Hawks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hawks))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 445
In [122]:
# get tweets from the API
tweets_Hawks = tw.Cursor(api.search_tweets,
              q=search_query_Hawks8,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hawks:
    tweets_copy_Hawks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hawks))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 453
In [123]:
# get tweets from the API
tweets_Hawks = tw.Cursor(api.search_tweets,
              q=search_query_Hawks9,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hawks:
    tweets_copy_Hawks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hawks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 514
In [124]:
# get tweets from the API
tweets_Hawks = tw.Cursor(api.search_tweets,
              q=search_query_Hawks10,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hawks:
    tweets_copy_Hawks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hawks))
Unexpected parameter: since
Total Tweets fetched: 514
In [125]:
# get tweets from the API
tweets_Hawks = tw.Cursor(api.search_tweets,
              q=search_query_Hawks11,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hawks:
    tweets_copy_Hawks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hawks))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 515
In [126]:
# get tweets from the API
tweets_Hawks = tw.Cursor(api.search_tweets,
              q=search_query_Hawks12,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hawks:
    tweets_copy_Hawks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hawks))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 516
In [127]:
# get tweets from the API
tweets_Hawks = tw.Cursor(api.search_tweets,
              q=search_query_Hawks13,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hawks:
    tweets_copy_Hawks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hawks))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 517
In [128]:
# get tweets from the API
tweets_Hawks = tw.Cursor(api.search_tweets,
              q=search_query_Hawks14,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Hawks:
    tweets_copy_Hawks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Hawks))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 518
In [129]:
# get tweets from the API
tweets_Nets = tw.Cursor(api.search_tweets,
              q=search_query_Nets1,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
tweets_copy_Nets = []
for tweet in tweets_Nets:
    tweets_copy_Nets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Nets))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 303
In [130]:
# get tweets from the API
tweets_Nets = tw.Cursor(api.search_tweets,
              q=search_query_Nets2,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Nets:
    tweets_copy_Nets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Nets))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 403
In [131]:
# get tweets from the API
tweets_Nets = tw.Cursor(api.search_tweets,
              q=search_query_Nets3,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Nets:
    tweets_copy_Nets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Nets))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 706
In [132]:
# get tweets from the API
tweets_Nets = tw.Cursor(api.search_tweets,
              q=search_query_Nets4,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Nets:
    tweets_copy_Nets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Nets))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 806
In [133]:
# get tweets from the API
tweets_Nets = tw.Cursor(api.search_tweets,
              q=search_query_Nets5,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Nets:
    tweets_copy_Nets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Nets))
Unexpected parameter: since
Total Tweets fetched: 806
In [134]:
# get tweets from the API
tweets_Nets = tw.Cursor(api.search_tweets,
              q=search_query_Nets6,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Nets:
    tweets_copy_Nets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Nets))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 973
In [135]:
# get tweets from the API
tweets_Nets = tw.Cursor(api.search_tweets,
              q=search_query_Nets7,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Nets:
    tweets_copy_Nets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Nets))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 977
In [136]:
# get tweets from the API
tweets_Nets = tw.Cursor(api.search_tweets,
              q=search_query_Nets8,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Nets:
    tweets_copy_Nets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Nets))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1144
In [137]:
# get tweets from the API
tweets_Nets = tw.Cursor(api.search_tweets,
              q=search_query_Nets9,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Nets:
    tweets_copy_Nets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Nets))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1148
In [138]:
# get tweets from the API
tweets_Nets = tw.Cursor(api.search_tweets,
              q=search_query_Nets10,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Nets:
    tweets_copy_Nets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Nets))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1186
In [139]:
# get tweets from the API
tweets_Nets = tw.Cursor(api.search_tweets,
              q=search_query_Nets11,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Nets:
    tweets_copy_Nets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Nets))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1224
In [140]:
# get tweets from the API
tweets_Nets = tw.Cursor(api.search_tweets,
              q=search_query_Nets12,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Nets:
    tweets_copy_Nets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Nets))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Rate limit reached. Sleeping for: 725
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1398
In [141]:
# get tweets from the API
tweets_Nets = tw.Cursor(api.search_tweets,
              q=search_query_Nets13,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Nets:
    tweets_copy_Nets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Nets))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1408
In [142]:
# get tweets from the API
tweets_Nets = tw.Cursor(api.search_tweets,
              q=search_query_Nets14,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Nets:
    tweets_copy_Nets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Nets))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1583
In [143]:
# get tweets from the API
tweets_Nets = tw.Cursor(api.search_tweets,
              q=search_query_Nets15,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Nets:
    tweets_copy_Nets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Nets))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1593
In [144]:
# get tweets from the API
tweets_Nets = tw.Cursor(api.search_tweets,
              q=search_query_Nets16,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Nets:
    tweets_copy_Nets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Nets))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1595
In [145]:
# get tweets from the API
tweets_Nets = tw.Cursor(api.search_tweets,
              q=search_query_Nets17,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Nets:
    tweets_copy_Nets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Nets))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1850
In [146]:
# get tweets from the API
tweets_Nets = tw.Cursor(api.search_tweets,
              q=search_query_Nets18,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Nets:
    tweets_copy_Nets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Nets))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1859
In [147]:
# get tweets from the API
tweets_Nets = tw.Cursor(api.search_tweets,
              q=search_query_Nets19,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Nets:
    tweets_copy_Nets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Nets))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2114
In [148]:
# get tweets from the API
tweets_Nets = tw.Cursor(api.search_tweets,
              q=search_query_Nets20,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Nets:
    tweets_copy_Nets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Nets))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2123
In [149]:
# get tweets from the API
tweets_Nets = tw.Cursor(api.search_tweets,
              q=search_query_Nets21,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Nets:
    tweets_copy_Nets.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Nets))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2429
In [150]:
# get tweets from the API
tweets_Bulls = tw.Cursor(api.search_tweets,
              q=search_query_Bulls1,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
tweets_copy_Bulls = []
for tweet in tweets_Bulls:
    tweets_copy_Bulls.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bulls))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 438
In [151]:
# get tweets from the API
tweets_Bulls = tw.Cursor(api.search_tweets,
              q=search_query_Bulls2,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bulls:
    tweets_copy_Bulls.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bulls))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 592
In [152]:
# get tweets from the API
tweets_Bulls = tw.Cursor(api.search_tweets,
              q=search_query_Bulls3,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bulls:
    tweets_copy_Bulls.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bulls))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1030
In [153]:
# get tweets from the API
tweets_Bulls = tw.Cursor(api.search_tweets,
              q=search_query_Bulls4,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bulls:
    tweets_copy_Bulls.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bulls))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1184
In [154]:
# get tweets from the API
tweets_Bulls = tw.Cursor(api.search_tweets,
              q=search_query_Bulls5,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bulls:
    tweets_copy_Bulls.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bulls))
Unexpected parameter: since
Total Tweets fetched: 1184
In [155]:
# get tweets from the API
tweets_Bulls = tw.Cursor(api.search_tweets,
              q=search_query_Bulls6,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bulls:
    tweets_copy_Bulls.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bulls))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1199
In [156]:
# get tweets from the API
tweets_Bulls = tw.Cursor(api.search_tweets,
              q=search_query_Bulls7,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bulls:
    tweets_copy_Bulls.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bulls))
Unexpected parameter: since
Total Tweets fetched: 1199
In [157]:
# get tweets from the API
tweets_Bulls = tw.Cursor(api.search_tweets,
              q=search_query_Bulls8,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bulls:
    tweets_copy_Bulls.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bulls))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1214
In [158]:
# get tweets from the API
tweets_Bulls = tw.Cursor(api.search_tweets,
              q=search_query_Bulls9,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bulls:
    tweets_copy_Bulls.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bulls))
Unexpected parameter: since
Total Tweets fetched: 1214
In [159]:
# get tweets from the API
tweets_Bulls = tw.Cursor(api.search_tweets,
              q=search_query_Bulls10,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bulls:
    tweets_copy_Bulls.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bulls))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1226
In [160]:
# get tweets from the API
tweets_Bulls = tw.Cursor(api.search_tweets,
              q=search_query_Bulls11,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bulls:
    tweets_copy_Bulls.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bulls))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1229
In [161]:
# get tweets from the API
tweets_Bulls = tw.Cursor(api.search_tweets,
              q=search_query_Bulls12,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bulls:
    tweets_copy_Bulls.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bulls))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1241
In [162]:
# get tweets from the API
tweets_Bulls = tw.Cursor(api.search_tweets,
              q=search_query_Bulls13,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bulls:
    tweets_copy_Bulls.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bulls))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1244
In [163]:
# get tweets from the API
tweets_Bulls = tw.Cursor(api.search_tweets,
              q=search_query_Bulls14,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bulls:
    tweets_copy_Bulls.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bulls))
Unexpected parameter: since
Total Tweets fetched: 1244
In [164]:
# get tweets from the API
tweets_Bulls = tw.Cursor(api.search_tweets,
              q=search_query_Bulls15,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bulls:
    tweets_copy_Bulls.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bulls))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1268
In [165]:
# get tweets from the API
tweets_Bulls = tw.Cursor(api.search_tweets,
              q=search_query_Bulls16,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bulls:
    tweets_copy_Bulls.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bulls))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1273
In [166]:
# get tweets from the API
tweets_Bulls = tw.Cursor(api.search_tweets,
              q=search_query_Bulls17,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bulls:
    tweets_copy_Bulls.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bulls))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1297
In [167]:
# get tweets from the API
tweets_Bulls = tw.Cursor(api.search_tweets,
              q=search_query_Bulls18,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bulls:
    tweets_copy_Bulls.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bulls))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1302
In [168]:
# get tweets from the API
tweets_Bulls = tw.Cursor(api.search_tweets,
              q=search_query_Bulls19,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bulls:
    tweets_copy_Bulls.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bulls))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1309
In [169]:
# get tweets from the API
tweets_Bulls = tw.Cursor(api.search_tweets,
              q=search_query_Bulls20,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Bulls:
    tweets_copy_Bulls.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Bulls))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1316
In [170]:
# get tweets from the API
tweets_Raptors = tw.Cursor(api.search_tweets,
              q=search_query_Raptors1,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
tweets_copy_Raptors = []
for tweet in tweets_Raptors:
    tweets_copy_Raptors.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Raptors))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 218
In [171]:
# get tweets from the API
tweets_Raptors = tw.Cursor(api.search_tweets,
              q=search_query_Raptors2,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Raptors:
    tweets_copy_Raptors.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Raptors))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 397
In [172]:
# get tweets from the API
tweets_Raptors = tw.Cursor(api.search_tweets,
              q=search_query_Raptors3,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Raptors:
    tweets_copy_Raptors.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Raptors))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 615
In [173]:
# get tweets from the API
tweets_Raptors = tw.Cursor(api.search_tweets,
              q=search_query_Raptors4,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Raptors:
    tweets_copy_Raptors.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Raptors))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 794
In [174]:
# get tweets from the API
tweets_Raptors = tw.Cursor(api.search_tweets,
              q=search_query_Raptors5,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Raptors:
    tweets_copy_Raptors.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Raptors))
Unexpected parameter: since
Total Tweets fetched: 794
In [175]:
# get tweets from the API
tweets_Raptors = tw.Cursor(api.search_tweets,
              q=search_query_Raptors6,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Raptors:
    tweets_copy_Raptors.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Raptors))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 811
In [176]:
# get tweets from the API
tweets_Raptors = tw.Cursor(api.search_tweets,
              q=search_query_Raptors7,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Raptors:
    tweets_copy_Raptors.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Raptors))
Unexpected parameter: since
Total Tweets fetched: 811
In [177]:
# get tweets from the API
tweets_Raptors = tw.Cursor(api.search_tweets,
              q=search_query_Raptors8,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Raptors:
    tweets_copy_Raptors.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Raptors))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 815
In [178]:
# get tweets from the API
tweets_Raptors = tw.Cursor(api.search_tweets,
              q=search_query_Raptors9,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Raptors:
    tweets_copy_Raptors.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Raptors))
Unexpected parameter: since
Total Tweets fetched: 815
In [179]:
# get tweets from the API
tweets_Raptors = tw.Cursor(api.search_tweets,
              q=search_query_Raptors10,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Raptors:
    tweets_copy_Raptors.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Raptors))
Unexpected parameter: since
Total Tweets fetched: 815
In [180]:
# get tweets from the API
tweets_Raptors = tw.Cursor(api.search_tweets,
              q=search_query_Raptors11,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Raptors:
    tweets_copy_Raptors.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Raptors))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 832
In [181]:
# get tweets from the API
tweets_Raptors = tw.Cursor(api.search_tweets,
              q=search_query_Raptors12,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Raptors:
    tweets_copy_Raptors.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Raptors))
Unexpected parameter: since
Total Tweets fetched: 832
In [182]:
# get tweets from the API
tweets_Raptors = tw.Cursor(api.search_tweets,
              q=search_query_Raptors13,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Raptors:
    tweets_copy_Raptors.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Raptors))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 836
In [183]:
# get tweets from the API
tweets_Raptors = tw.Cursor(api.search_tweets,
              q=search_query_Raptors14,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Raptors:
    tweets_copy_Raptors.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Raptors))
Unexpected parameter: since
Total Tweets fetched: 836
In [184]:
# get tweets from the API
tweets_Raptors = tw.Cursor(api.search_tweets,
              q=search_query_Raptors15,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Raptors:
    tweets_copy_Raptors.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Raptors))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 848
In [185]:
# get tweets from the API
tweets_Raptors = tw.Cursor(api.search_tweets,
              q=search_query_Raptors16,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Raptors:
    tweets_copy_Raptors.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Raptors))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 852
In [186]:
# get tweets from the API
tweets_Raptors = tw.Cursor(api.search_tweets,
              q=search_query_Raptors17,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Raptors:
    tweets_copy_Raptors.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Raptors))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 864
In [187]:
# get tweets from the API
tweets_Raptors = tw.Cursor(api.search_tweets,
              q=search_query_Raptors18,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Raptors:
    tweets_copy_Raptors.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Raptors))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 868
In [188]:
# get tweets from the API
tweets_Raptors = tw.Cursor(api.search_tweets,
              q=search_query_Raptors19,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Raptors:
    tweets_copy_Raptors.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Raptors))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 878
In [189]:
# get tweets from the API
tweets_Raptors = tw.Cursor(api.search_tweets,
              q=search_query_Raptors20,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Raptors:
    tweets_copy_Raptors.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Raptors))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 888
In [190]:
# get tweets from the API
tweets_Raptors = tw.Cursor(api.search_tweets,
              q=search_query_Raptors21,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Raptors:
    tweets_copy_Raptors.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Raptors))
Unexpected parameter: since
Total Tweets fetched: 888
In [191]:
# get tweets from the API
tweets_Magic = tw.Cursor(api.search_tweets,
              q=search_query_Magic1,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
tweets_copy_Magic = []
for tweet in tweets_Magic:
    tweets_copy_Magic.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Magic))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 201
In [192]:
# get tweets from the API
tweets_Magic = tw.Cursor(api.search_tweets,
              q=search_query_Magic2,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Magic:
    tweets_copy_Magic.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Magic))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 480
In [193]:
# get tweets from the API
tweets_Magic = tw.Cursor(api.search_tweets,
              q=search_query_Magic3,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Magic:
    tweets_copy_Magic.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Magic))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 681
In [194]:
# get tweets from the API
tweets_Magic = tw.Cursor(api.search_tweets,
              q=search_query_Magic4,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Magic:
    tweets_copy_Magic.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Magic))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 960
In [195]:
# get tweets from the API
tweets_76ers = tw.Cursor(api.search_tweets,
              q=search_query_76ers1,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
tweets_copy_76ers = []
for tweet in tweets_76ers:
    tweets_copy_76ers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_76ers))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 98
In [196]:
# get tweets from the API
tweets_76ers = tw.Cursor(api.search_tweets,
              q=search_query_76ers2,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_76ers:
    tweets_copy_76ers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_76ers))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 190
In [197]:
# get tweets from the API
tweets_76ers = tw.Cursor(api.search_tweets,
              q=search_query_76ers3,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_76ers:
    tweets_copy_76ers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_76ers))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Rate limit reached. Sleeping for: 719
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2190
In [198]:
# get tweets from the API
tweets_76ers = tw.Cursor(api.search_tweets,
              q=search_query_76ers4,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_76ers:
    tweets_copy_76ers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_76ers))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2288
In [199]:
# get tweets from the API
tweets_76ers = tw.Cursor(api.search_tweets,
              q=search_query_76ers5,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_76ers:
    tweets_copy_76ers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_76ers))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2380
In [200]:
# get tweets from the API
tweets_76ers = tw.Cursor(api.search_tweets,
              q=search_query_76ers6,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_76ers:
    tweets_copy_76ers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_76ers))
Unexpected parameter: since
Total Tweets fetched: 2380
In [201]:
# get tweets from the API
tweets_76ers = tw.Cursor(api.search_tweets,
              q=search_query_76ers7,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_76ers:
    tweets_copy_76ers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_76ers))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2463
In [202]:
# get tweets from the API
tweets_76ers = tw.Cursor(api.search_tweets,
              q=search_query_76ers8,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_76ers:
    tweets_copy_76ers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_76ers))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2472
In [203]:
# get tweets from the API
tweets_76ers = tw.Cursor(api.search_tweets,
              q=search_query_76ers9,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_76ers:
    tweets_copy_76ers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_76ers))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2555
In [204]:
# get tweets from the API
tweets_76ers = tw.Cursor(api.search_tweets,
              q=search_query_76ers10,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_76ers:
    tweets_copy_76ers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_76ers))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2564
In [205]:
# get tweets from the API
tweets_76ers = tw.Cursor(api.search_tweets,
              q=search_query_76ers11,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_76ers:
    tweets_copy_76ers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_76ers))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2680
In [206]:
# get tweets from the API
tweets_76ers = tw.Cursor(api.search_tweets,
              q=search_query_76ers12,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_76ers:
    tweets_copy_76ers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_76ers))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2682
In [207]:
# get tweets from the API
tweets_76ers = tw.Cursor(api.search_tweets,
              q=search_query_76ers13,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_76ers:
    tweets_copy_76ers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_76ers))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2798
In [208]:
# get tweets from the API
tweets_76ers = tw.Cursor(api.search_tweets,
              q=search_query_76ers14,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_76ers:
    tweets_copy_76ers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_76ers))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2800
In [209]:
# get tweets from the API
tweets_76ers = tw.Cursor(api.search_tweets,
              q=search_query_76ers15,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_76ers:
    tweets_copy_76ers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_76ers))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2811
In [210]:
# get tweets from the API
tweets_76ers = tw.Cursor(api.search_tweets,
              q=search_query_76ers16,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_76ers:
    tweets_copy_76ers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_76ers))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2822
In [211]:
# get tweets from the API
tweets_Knicks = tw.Cursor(api.search_tweets,
              q=search_query_Knicks1,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
tweets_copy_Knicks = []
for tweet in tweets_Knicks:
    tweets_copy_Knicks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Knicks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 189
In [212]:
# get tweets from the API
tweets_Knicks = tw.Cursor(api.search_tweets,
              q=search_query_Knicks2,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Knicks:
    tweets_copy_Knicks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Knicks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 201
In [213]:
# get tweets from the API
tweets_Knicks = tw.Cursor(api.search_tweets,
              q=search_query_Knicks3,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Knicks:
    tweets_copy_Knicks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Knicks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2201
In [214]:
# get tweets from the API
tweets_Knicks = tw.Cursor(api.search_tweets,
              q=search_query_Knicks4,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Knicks:
    tweets_copy_Knicks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Knicks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 4201
In [215]:
# get tweets from the API
tweets_Knicks = tw.Cursor(api.search_tweets,
              q=search_query_Knicks5,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Knicks:
    tweets_copy_Knicks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Knicks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 4390
In [216]:
# get tweets from the API
tweets_Knicks = tw.Cursor(api.search_tweets,
              q=search_query_Knicks6,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Knicks:
    tweets_copy_Knicks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Knicks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 4402
In [217]:
# get tweets from the API
tweets_Knicks = tw.Cursor(api.search_tweets,
              q=search_query_Knicks7,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Knicks:
    tweets_copy_Knicks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Knicks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 4418
In [218]:
# get tweets from the API
tweets_Knicks = tw.Cursor(api.search_tweets,
              q=search_query_Knicks8,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Knicks:
    tweets_copy_Knicks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Knicks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 4457
In [219]:
# get tweets from the API
tweets_Knicks = tw.Cursor(api.search_tweets,
              q=search_query_Knicks9,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Knicks:
    tweets_copy_Knicks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Knicks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 4496
In [220]:
# get tweets from the API
tweets_Knicks = tw.Cursor(api.search_tweets,
              q=search_query_Knicks10,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Knicks:
    tweets_copy_Knicks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Knicks))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 4498
In [221]:
# get tweets from the API
tweets_Knicks = tw.Cursor(api.search_tweets,
              q=search_query_Knicks11,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Knicks:
    tweets_copy_Knicks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Knicks))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 4500
In [222]:
# get tweets from the API
tweets_Knicks = tw.Cursor(api.search_tweets,
              q=search_query_Knicks12,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Knicks:
    tweets_copy_Knicks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Knicks))
Unexpected parameter: since
Total Tweets fetched: 4500
In [223]:
# get tweets from the API
tweets_Knicks = tw.Cursor(api.search_tweets,
              q=search_query_Knicks13,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Knicks:
    tweets_copy_Knicks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Knicks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 4558
In [224]:
# get tweets from the API
tweets_Knicks = tw.Cursor(api.search_tweets,
              q=search_query_Knicks14,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Knicks:
    tweets_copy_Knicks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Knicks))
Unexpected parameter: since
Unexpected parameter: since
Rate limit reached. Sleeping for: 717
Total Tweets fetched: 4561
In [225]:
# get tweets from the API
tweets_Knicks = tw.Cursor(api.search_tweets,
              q=search_query_Knicks15,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Knicks:
    tweets_copy_Knicks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Knicks))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 4619
In [226]:
# get tweets from the API
tweets_Knicks = tw.Cursor(api.search_tweets,
              q=search_query_Knicks16,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Knicks:
    tweets_copy_Knicks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Knicks))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 4622
In [227]:
# get tweets from the API
tweets_Knicks = tw.Cursor(api.search_tweets,
              q=search_query_Knicks17,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Knicks:
    tweets_copy_Knicks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Knicks))
Unexpected parameter: since
Total Tweets fetched: 4622
In [228]:
# get tweets from the API
tweets_Knicks = tw.Cursor(api.search_tweets,
              q=search_query_Knicks18,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Knicks:
    tweets_copy_Knicks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Knicks))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 4630
In [229]:
# get tweets from the API
tweets_Knicks = tw.Cursor(api.search_tweets,
              q=search_query_Knicks19,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Knicks:
    tweets_copy_Knicks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Knicks))
Unexpected parameter: since
Total Tweets fetched: 4630
In [230]:
# get tweets from the API
tweets_Knicks = tw.Cursor(api.search_tweets,
              q=search_query_Knicks20,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Knicks:
    tweets_copy_Knicks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Knicks))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 4638
In [231]:
# get tweets from the API
tweets_Knicks = tw.Cursor(api.search_tweets,
              q=search_query_Knicks21,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Knicks:
    tweets_copy_Knicks.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Knicks))
Unexpected parameter: since
Total Tweets fetched: 4638
In [232]:
# get tweets from the API
tweets_Cavs = tw.Cursor(api.search_tweets,
              q=search_query_Cavs1,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
tweets_copy_Cavs = []
for tweet in tweets_Cavs:
    tweets_copy_Cavs.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Cavs))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 112
In [233]:
# get tweets from the API
tweets_Cavs = tw.Cursor(api.search_tweets,
              q=search_query_Cavs2,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Cavs:
    tweets_copy_Cavs.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Cavs))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 188
In [234]:
# get tweets from the API
tweets_Cavs = tw.Cursor(api.search_tweets,
              q=search_query_Cavs3,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Cavs:
    tweets_copy_Cavs.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Cavs))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 300
In [235]:
# get tweets from the API
tweets_Cavs = tw.Cursor(api.search_tweets,
              q=search_query_Cavs4,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Cavs:
    tweets_copy_Cavs.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Cavs))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 376
In [236]:
# get tweets from the API
tweets_Cavs = tw.Cursor(api.search_tweets,
              q=search_query_Cavs5,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Cavs:
    tweets_copy_Cavs.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Cavs))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1369
In [237]:
# get tweets from the API
tweets_Cavs = tw.Cursor(api.search_tweets,
              q=search_query_Cavs6,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Cavs:
    tweets_copy_Cavs.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Cavs))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2362
In [238]:
# get tweets from the API
tweets_Cavs = tw.Cursor(api.search_tweets,
              q=search_query_Cavs7,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Cavs:
    tweets_copy_Cavs.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Cavs))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2371
In [239]:
# get tweets from the API
tweets_Cavs = tw.Cursor(api.search_tweets,
              q=search_query_Cavs8,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Cavs:
    tweets_copy_Cavs.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Cavs))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2380
In [240]:
# get tweets from the API
tweets_Cavs = tw.Cursor(api.search_tweets,
              q=search_query_Cavs9,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Cavs:
    tweets_copy_Cavs.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Cavs))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2403
In [241]:
# get tweets from the API
tweets_Cavs = tw.Cursor(api.search_tweets,
              q=search_query_Cavs10,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Cavs:
    tweets_copy_Cavs.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Cavs))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2426
In [242]:
# get tweets from the API
tweets_Cavs = tw.Cursor(api.search_tweets,
              q=search_query_Cavs11,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Cavs:
    tweets_copy_Cavs.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Cavs))
Unexpected parameter: since
Total Tweets fetched: 2426
In [243]:
# get tweets from the API
tweets_Cavs = tw.Cursor(api.search_tweets,
              q=search_query_Cavs12,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Cavs:
    tweets_copy_Cavs.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Cavs))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2444
In [244]:
# get tweets from the API
tweets_Cavs = tw.Cursor(api.search_tweets,
              q=search_query_Cavs13,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Cavs:
    tweets_copy_Cavs.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Cavs))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2446
In [245]:
# get tweets from the API
tweets_Cavs = tw.Cursor(api.search_tweets,
              q=search_query_Cavs14,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Cavs:
    tweets_copy_Cavs.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Cavs))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2464
In [246]:
# get tweets from the API
tweets_Cavs = tw.Cursor(api.search_tweets,
              q=search_query_Cavs15,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Cavs:
    tweets_copy_Cavs.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Cavs))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 2466
In [247]:
# get tweets from the API
tweets_Pistons = tw.Cursor(api.search_tweets,
              q=search_query_Pistons1,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
tweets_copy_Pistons = []
for tweet in tweets_Pistons:
    tweets_copy_Pistons.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Pistons))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 103
In [248]:
# get tweets from the API
tweets_Pistons = tw.Cursor(api.search_tweets,
              q=search_query_Pistons2,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Pistons:
    tweets_copy_Pistons.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Pistons))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 177
In [249]:
# get tweets from the API
tweets_Pistons = tw.Cursor(api.search_tweets,
              q=search_query_Pistons3,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Pistons:
    tweets_copy_Pistons.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Pistons))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 280
In [250]:
# get tweets from the API
tweets_Pistons = tw.Cursor(api.search_tweets,
              q=search_query_Pistons4,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Pistons:
    tweets_copy_Pistons.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Pistons))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1555
In [251]:
# get tweets from the API
tweets_Pistons = tw.Cursor(api.search_tweets,
              q=search_query_Pistons5,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Pistons:
    tweets_copy_Pistons.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Pistons))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1557
In [252]:
# get tweets from the API
tweets_Pistons = tw.Cursor(api.search_tweets,
              q=search_query_Pistons6,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Pistons:
    tweets_copy_Pistons.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Pistons))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1559
In [253]:
# get tweets from the API
tweets_Wizards = tw.Cursor(api.search_tweets,
              q=search_query_Wizards1,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
tweets_copy_Wizards = []
for tweet in tweets_Wizards:
    tweets_copy_Wizards.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Wizards))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 61
In [254]:
# get tweets from the API
tweets_Wizards = tw.Cursor(api.search_tweets,
              q=search_query_Wizards2,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Wizards:
    tweets_copy_Wizards.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Wizards))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 96
In [255]:
# get tweets from the API
tweets_Wizards = tw.Cursor(api.search_tweets,
              q=search_query_Wizards3,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Wizards:
    tweets_copy_Wizards.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Wizards))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 157
In [256]:
# get tweets from the API
tweets_Wizards = tw.Cursor(api.search_tweets,
              q=search_query_Wizards4,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Wizards:
    tweets_copy_Wizards.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Wizards))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 192
In [257]:
# get tweets from the API
tweets_Wizards = tw.Cursor(api.search_tweets,
              q=search_query_Wizards5,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Wizards:
    tweets_copy_Wizards.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Wizards))
Unexpected parameter: since
Total Tweets fetched: 192
In [258]:
# get tweets from the API
tweets_Wizards = tw.Cursor(api.search_tweets,
              q=search_query_Wizards6,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Wizards:
    tweets_copy_Wizards.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Wizards))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 211
In [259]:
# get tweets from the API
tweets_Wizards = tw.Cursor(api.search_tweets,
              q=search_query_Wizards7,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Wizards:
    tweets_copy_Wizards.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Wizards))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 212
In [260]:
# get tweets from the API
tweets_Wizards = tw.Cursor(api.search_tweets,
              q=search_query_Wizards8,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Wizards:
    tweets_copy_Wizards.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Wizards))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 231
In [261]:
# get tweets from the API
tweets_Wizards = tw.Cursor(api.search_tweets,
              q=search_query_Wizards9,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Wizards:
    tweets_copy_Wizards.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Wizards))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 232
In [262]:
# get tweets from the API
tweets_Wizards = tw.Cursor(api.search_tweets,
              q=search_query_Wizards10,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Wizards:
    tweets_copy_Wizards.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Wizards))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 240
In [263]:
# get tweets from the API
tweets_Wizards = tw.Cursor(api.search_tweets,
              q=search_query_Wizards11,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Wizards:
    tweets_copy_Wizards.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Wizards))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 248
In [264]:
# get tweets from the API
tweets_Wizards = tw.Cursor(api.search_tweets,
              q=search_query_Wizards12,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Wizards:
    tweets_copy_Wizards.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Wizards))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 249
In [265]:
# get tweets from the API
tweets_Wizards = tw.Cursor(api.search_tweets,
              q=search_query_Wizards13,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Wizards:
    tweets_copy_Wizards.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Wizards))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 250
In [266]:
# get tweets from the API
tweets_Pacers = tw.Cursor(api.search_tweets,
              q=search_query_Pacers1,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
tweets_copy_Pacers = []
for tweet in tweets_Pacers:
    tweets_copy_Pacers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Pacers))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 82
In [267]:
# get tweets from the API
tweets_Pacers = tw.Cursor(api.search_tweets,
              q=search_query_Pacers2,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Pacers:
    tweets_copy_Pacers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Pacers))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 127
In [268]:
# get tweets from the API
tweets_Pacers = tw.Cursor(api.search_tweets,
              q=search_query_Pacers3,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Pacers:
    tweets_copy_Pacers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Pacers))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 209
In [269]:
# get tweets from the API
tweets_Pacers = tw.Cursor(api.search_tweets,
              q=search_query_Pacers4,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Pacers:
    tweets_copy_Pacers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Pacers))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 254
In [270]:
# get tweets from the API
tweets_Pacers = tw.Cursor(api.search_tweets,
              q=search_query_Pacers5,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Pacers:
    tweets_copy_Pacers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Pacers))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 745
In [271]:
# get tweets from the API
tweets_Pacers = tw.Cursor(api.search_tweets,
              q=search_query_Pacers6,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Pacers:
    tweets_copy_Pacers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Pacers))
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Rate limit reached. Sleeping for: 723
Unexpected parameter: since
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1236
In [272]:
# get tweets from the API
tweets_Pacers = tw.Cursor(api.search_tweets,
              q=search_query_Pacers7,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Pacers:
    tweets_copy_Pacers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Pacers))
Unexpected parameter: since
Total Tweets fetched: 1236
In [273]:
# get tweets from the API
tweets_Pacers = tw.Cursor(api.search_tweets,
              q=search_query_Pacers8,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Pacers:
    tweets_copy_Pacers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Pacers))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1242
In [274]:
# get tweets from the API
tweets_Pacers = tw.Cursor(api.search_tweets,
              q=search_query_Pacers9,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Pacers:
    tweets_copy_Pacers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Pacers))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1245
In [275]:
# get tweets from the API
tweets_Pacers = tw.Cursor(api.search_tweets,
              q=search_query_Pacers10,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Pacers:
    tweets_copy_Pacers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Pacers))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1251
In [276]:
# get tweets from the API
tweets_Pacers = tw.Cursor(api.search_tweets,
              q=search_query_Pacers11,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Pacers:
    tweets_copy_Pacers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Pacers))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1254
In [277]:
# get tweets from the API
tweets_Pacers = tw.Cursor(api.search_tweets,
              q=search_query_Pacers12,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Pacers:
    tweets_copy_Pacers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Pacers))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1266
In [278]:
# get tweets from the API
tweets_Pacers = tw.Cursor(api.search_tweets,
              q=search_query_Pacers13,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Pacers:
    tweets_copy_Pacers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Pacers))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1278
In [279]:
# get tweets from the API
tweets_Pacers = tw.Cursor(api.search_tweets,
              q=search_query_Pacers14,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Pacers:
    tweets_copy_Pacers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Pacers))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1281
In [280]:
# get tweets from the API
tweets_Pacers = tw.Cursor(api.search_tweets,
              q=search_query_Pacers15,
              lang="en",
              since="2021-08-06").items(2000)
# store the API responses in a list
for tweet in tweets_Pacers:
    tweets_copy_Pacers.append(tweet)
    
print("Total Tweets fetched:", len(tweets_copy_Pacers))
Unexpected parameter: since
Unexpected parameter: since
Total Tweets fetched: 1284

Creating dataframes for each of the 15 Eastern Conference NBA teams containing the extracted Twitter data and saving the dataframes as csv files

In [281]:
# intialize the dataframe
import pandas as pd
tweets_df_Bucks = pd.DataFrame()
# populate the dataframe
for tweet in tweets_copy_Bucks:
    hashtags = []
    try:
        for hashtag in tweet.entities["hashtags"]:
            hashtags.append(hashtag["text"])
        text = api.get_status(id=tweet.id, tweet_mode='extended').full_text
    except:
        pass
    
    tweets_df_Bucks = tweets_df_Bucks.append(pd.DataFrame({'user_name': tweet.user.name, 
                                                                 'user_location': tweet.user.location,\
                                                                 'user_description': tweet.user.description,
                                                                 'user_verified': tweet.user.verified,
                                                                  'date': tweet.created_at,
                                                                  'text': text, 
                                                                  'hashtags': [hashtags if hashtags else None],
                                                                  'source': tweet.source}))
    
    tweets_df_Bucks = tweets_df_Bucks.reset_index(drop=True)
# show the dataframe
tweets_df_Bucks.head(10)
Out[281]:
user_name user_location user_description user_verified date text hashtags source
0 FirstSportz New Delhi FirstSportz is the First Stop for all sports f... False 2022-10-11 13:55:10+00:00 “Giannis Antetokounmpo is the immigrant uncle ... None dlvr.it
1 Love NBA NAB Fanbase False 2022-10-11 05:19:02+00:00 The BIGGEST Milwaukee #Bucks ...\n \nhttps://t... [Bucks, Antetokounmpo, BucksGrizzlies, BucksHa... love.nba
2 TalkBasket Basketball World EuroLeague and FIBA media partner, all latest ... False 2022-10-11 04:25:29+00:00 Suns looking to acquire rotational pieces for ... [AtlantaHawks] TalkBasket
3 Love NBA NAB Fanbase False 2022-10-11 02:38:03+00:00 Trae Young Was on Fire Vs. Milwaukee Bucks #sh... [shorts, CentralDivision, EasternConference] love.nba
4 Love NBA NAB Fanbase False 2022-10-11 02:36:02+00:00 Breaking down Trae Young&amp;#39;s 31-PT ...\n... [AbuDhabiNba, AtlantaHawks, BucksHawks] love.nba
5 Sarah Bartholomew Highland, UT Sarah Bartholomew\nLone Peak HS, 2024 / 6A Sta... False 2022-10-11 00:46:28+00:00 So excited! @Giannis_An34 I know you're busy, ... None Twitter Web App
6 Timothy Shaw MD A Just Democracy - not just a democracy / Raci... False 2022-10-10 21:40:10+00:00 @SenRonJohnson approves of this message I pres... [AARP, NRA, Wisconsin, Badgers, GreenBayPacker... Twitter for iPhone
7 ChiTownSportsCards In this for the sport of collecting. False 2022-10-10 19:46:07+00:00 Absolutely beautiful! #giannis #milwaukeebucks... [giannis, milwaukeebucks, fearthedear] Twitter for iPhone
8 Phoenix East Daytona Beach, Florida Phoenix East Aviation Founded in 1972, 141 Acc... False 2022-10-10 13:12:12+00:00 The NBA Abu Dhabi Series prompts a rare visit ... None Twitter Web App
9 Raw Chili False 2022-10-10 12:34:04+00:00 Made a logo mashup wallpaper - figured I’d sha... None raw-chili
In [282]:
tweets_df_Bucks.shape
Out[282]:
(874, 8)
In [283]:
tweets_df_Bucks.to_csv("tweets_df_Bucks.csv")
In [284]:
# intialize the dataframe
import pandas as pd
tweets_df_Celtics = pd.DataFrame()
# populate the dataframe
for tweet in tweets_copy_Celtics:
    hashtags = []
    try:
        for hashtag in tweet.entities["hashtags"]:
            hashtags.append(hashtag["text"])
        text = api.get_status(id=tweet.id, tweet_mode='extended').full_text
    except:
        pass
    tweets_df_Celtics = tweets_df_Celtics.append(pd.DataFrame({'user_name': tweet.user.name, 
                                                                 'user_location': tweet.user.location,\
                                                                 'user_description': tweet.user.description,
                                                                 'user_verified': tweet.user.verified,
                                                                  'date': tweet.created_at,
                                                                  'text': text, 
                                                                  'hashtags': [hashtags if hashtags else None],
                                                                  'source': tweet.source}))
    tweets_df_Celtics = tweets_df_Celtics.reset_index(drop=True)
# show the dataframe
tweets_df_Celtics.head(10)
Rate limit reached. Sleeping for: 525
Rate limit reached. Sleeping for: 532
Rate limit reached. Sleeping for: 531
Rate limit reached. Sleeping for: 533
Rate limit reached. Sleeping for: 534
Rate limit reached. Sleeping for: 536
Rate limit reached. Sleeping for: 539
Out[284]:
user_name user_location user_description user_verified date text hashtags source
0 The Celtics Files Boston, MA Opening the files on all things Celtics 🍀 False 2022-10-11 15:06:01+00:00 Think of it like this. After the weekend, ther... [Celtics] Twitter for iPhone
1 Maillot de Foot Pas Cher COMMANDER➩ Prix: 15€\n✈📦 Expedition : Express 8/10 jours False 2022-10-11 15:05:56+00:00 ⚽|Nouveau #Celtics Vert 2022 Jayson Tatum 0⃣\n... [Celtics, playoffnba] TweetDeck
2 Boston Celtics Fans Boston Celtics Fan Page. NOT linked to Officia... False 2022-10-11 14:55:04+00:00 Jayson Tatum surprises fans on stage at Jack H... [Boston, TeamCeltics, Celtics, CelticsTalk] SocialBee.io v2
3 The Celtics Files Boston, MA Opening the files on all things Celtics 🍀 False 2022-10-11 14:54:43+00:00 Grant Williams took an enormous leap last year... None Twitter for iPhone
4 Boston Celtics Fans Boston Celtics Fan Page. NOT linked to Officia... False 2022-10-11 14:51:01+00:00 Celtics sign A.J. Reeves to Exhibit 10 contrac... [Boston, TeamCeltics, Celtics, CelticsTalk] SocialBee.io v2
5 Boston Celtics Fans Boston Celtics Fan Page. NOT linked to Officia... False 2022-10-11 14:50:07+00:00 Jayson Tatum surprises fans on stage at Jack H... [Celtics, CelticsTalk, CelticsNation] SocialBee.io v2
6 Banner Banter Podcast Section 315 Row 15 A Boston Celtics Podcast by Timmy G, Season Ti... False 2022-10-11 14:38:30+00:00 Episode 188 is now available ... The good thin... None Twitter for Android
7 Bobby Krivitsky @Celtics reporter | Host @SportsMapRadio | Spo... False 2022-10-11 14:17:13+00:00 ICYMI, examining whether the #Celtics should b... [Celtics] Twitter Web App
8 Maillot de foot à 15euro Boutique → Livraison express Fedex 8/10jours\nTop qualité False 2022-10-11 14:15:59+00:00 ⚽|New #Celtics Vert 2⃣0⃣2⃣2⃣ Jayson Tatum #0\n... [Celtics] TweetDeck
9 Warren Shaw 🇯🇲 Fort Lauderdale, FL Co-Founder @19mgroup. Host of @NBAbaseline, @d... True 2022-10-11 14:12:00+00:00 New Bleav In #Celtics with my guy @GwashburnGl... [Celtics] TweetDeck
In [285]:
tweets_df_Celtics.shape
Out[285]:
(6045, 8)
In [286]:
tweets_df_Celtics.to_csv("tweets_df_Celtics.csv")
In [287]:
# intialize the dataframe
import pandas as pd
tweets_df_Hornets = pd.DataFrame()
# populate the dataframe
for tweet in tweets_copy_Hornets:
    hashtags = []
    try:
        for hashtag in tweet.entities["hashtags"]:
            hashtags.append(hashtag["text"])
        text = api.get_status(id=tweet.id, tweet_mode='extended').full_text
    except:
        pass
    tweets_df_Hornets = tweets_df_Hornets.append(pd.DataFrame({'user_name': tweet.user.name, 
                                                                 'user_location': tweet.user.location,\
                                                                 'user_description': tweet.user.description,
                                                                 'user_verified': tweet.user.verified,
                                                                  'date': tweet.created_at,
                                                                  'text': text, 
                                                                  'hashtags': [hashtags if hashtags else None],
                                                                  'source': tweet.source}))
    tweets_df_Hornets = tweets_df_Hornets.reset_index(drop=True)
# show the dataframe
tweets_df_Hornets.head(10)
Rate limit reached. Sleeping for: 531
Out[287]:
user_name user_location user_description user_verified date text hashtags source
0 Love NBA NAB Fanbase False 2022-10-11 14:47:03+00:00 Washington Wizards vs ...\n \nhttps://t.co/sFc... [CharlotteHornets, EasternConference] love.nba
1 Sterling Thrill Angel Grove Virtual Showman, Comedian, Host, Booker & Crea... False 2022-10-11 14:26:42+00:00 True or False?\n\n#charlottenc #charlottesport... [charlottenc, charlottesports, charlottefc, ca... Twitter for iPhone
2 Love NBA NAB Fanbase False 2022-10-11 14:21:02+00:00 Terry Rozier on LaMelo's Injury: "I got hurt i... None love.nba
3 Love NBA NAB Fanbase False 2022-10-11 13:52:02+00:00 #Lamelo BLOCKS 7’3 PORZIGIS (#Liangelo SCORES ... [Lamelo, Liangelo, Hornets, Wizards] love.nba
4 Love NBA NAB Fanbase False 2022-10-11 13:49:02+00:00 🔴 WASHINGTON WIZARDS @ CHARLOTTE #Hornets PRES... [Hornets, CharlotteHornets] love.nba
5 Love NBA NAB Fanbase False 2022-10-11 12:51:02+00:00 Kristaps Porzingis limps to locker room with a... [CharlotteHornets] love.nba
6 Love NBA NAB Fanbase False 2022-10-11 11:30:02+00:00 #Lamelo Ball sprains his ankle in Charlotte ..... [Lamelo, CharlotteHornets] love.nba
7 FirstSportz New Delhi FirstSportz is the First Stop for all sports f... False 2022-10-11 11:18:05+00:00 “Another Michael Jordan crying meme incoming” ... None dlvr.it
8 Raw Chili False 2022-10-11 10:57:02+00:00 Post Game Thread: The Washington Wizards defea... [Charlotte, Hornets] raw-chili
9 Love NBA NAB Fanbase False 2022-10-11 10:05:03+00:00 LaMelo and Hornets LOST IT after rookie Kai Jo... None love.nba
In [288]:
tweets_df_Hornets.shape
Out[288]:
(526, 8)
In [289]:
tweets_df_Hornets.to_csv("tweets_df_Hornets.csv")
In [290]:
# intialize the dataframe
import pandas as pd
tweets_df_Heat = pd.DataFrame()
# populate the dataframe
for tweet in tweets_copy_Heat:
    hashtags = []
    try:
        for hashtag in tweet.entities["hashtags"]:
            hashtags.append(hashtag["text"])
        text = api.get_status(id=tweet.id, tweet_mode='extended').full_text
    except:
        pass
    tweets_df_Heat = tweets_df_Heat.append(pd.DataFrame({'user_name': tweet.user.name, 
                                                                 'user_location': tweet.user.location,\
                                                                 'user_description': tweet.user.description,
                                                                 'user_verified': tweet.user.verified,
                                                                  'date': tweet.created_at,
                                                                  'text': text, 
                                                                  'hashtags': [hashtags if hashtags else None],
                                                                  'source': tweet.source}))
    tweets_df_Heat = tweets_df_Heat.reset_index(drop=True)
# show the dataframe
tweets_df_Heat.head(10)
Rate limit reached. Sleeping for: 536
Out[290]:
user_name user_location user_description user_verified date text hashtags source
0 Kellyta Florida, USA Siempre se vuelve al lugar que te hizo feliz (... False 2022-10-11 15:24:20+00:00 Let’s go Heat!!! (Me emociono 😂) 🏀♥️ #MiamiHea... [MiamiHeat] Twitter for iPhone
1 Best App Los Angeles, CA ⬇️ Download the #Best #App : https://t.co/XqjG... False 2022-10-11 15:15:45+00:00 Share the #Best #sportsday content\nDownload t... [Best, sportsday, app, nbapreseason, sportsday] THEDOTBEST
2 .Best Top-Level Domain 🌐 Register your .Best #Domain → https://t.co/8... False 2022-10-11 15:15:39+00:00 #Best of the day on https://t.co/mk8w5Uc3Tb\n#... [Best, NBAPreseason, washwizards, sixers, miam... BestTLDApp
3 .Best Top-Level Domain 🌐 Register your .Best #Domain → https://t.co/8... False 2022-10-11 15:15:37+00:00 Download the Best #app to share your #Best #sp... [app, Best, sportsday, nbapreseason, sportsday] BestTLDApp
4 Best App Los Angeles, CA ⬇️ Download the #Best #App : https://t.co/XqjG... False 2022-10-11 15:15:31+00:00 What's #Best on https://t.co/wNwLoFiBgu ?\n#NB... [Best, NBAPreseason, washwizards, sixers, miam... THEDOTBEST
5 .Best Top-Level Domain 🌐 Register your .Best #Domain → https://t.co/8... False 2022-10-11 15:15:29+00:00 Download the Best #app to share your #Best #sp... [app, Best, sportsday, nbapreseason, sportsday] BestTLDApp
6 Best App Los Angeles, CA ⬇️ Download the #Best #App : https://t.co/XqjG... False 2022-10-11 15:15:23+00:00 Share the #Best #sportsday content\nDownload t... [Best, sportsday, app, nbapreseason, sportsday] THEDOTBEST
7 CYRIL FREMONT Paris, France ✈️ #ceo .Best #Domains → https://t.co/BoJlg0gj... False 2022-10-11 15:15:17+00:00 What's #Best on https://t.co/NQOcMy4Q2g ?\n#NB... [Best, NBAPreseason, washwizards, sixers, miam... BestTLD
8 Chad Weaver 🔥🏀 Miami Heat lifer False 2022-10-11 15:00:00+00:00 Days until #miamiheat basketball: 8⃣ https://t... [miamiheat] Twitter Web App
9 @RileyAndyandSpo Heat Nation False 2022-10-11 14:29:32+00:00 Marcus Garrett - GREAT defender\nGarrett - Oka... None Twitter Web App
In [291]:
tweets_df_Heat.shape
Out[291]:
(1362, 8)
In [292]:
tweets_df_Heat.to_csv("tweets_df_Heat.csv")
In [293]:
# intialize the dataframe
import pandas as pd
tweets_df_Hawks = pd.DataFrame()
# populate the dataframe
for tweet in tweets_copy_Hawks:
    hashtags = []
    try:
        for hashtag in tweet.entities["hashtags"]:
            hashtags.append(hashtag["text"])
        text = api.get_status(id=tweet.id, tweet_mode='extended').full_text
    except:
        pass
    tweets_df_Hawks = tweets_df_Hawks.append(pd.DataFrame({'user_name': tweet.user.name, 
                                                                 'user_location': tweet.user.location,\
                                                                 'user_description': tweet.user.description,
                                                                 'user_verified': tweet.user.verified,
                                                                  'date': tweet.created_at,
                                                                  'text': text, 
                                                                  'hashtags': [hashtags if hashtags else None],
                                                                  'source': tweet.source}))
    tweets_df_Hawks = tweets_df_Hawks.reset_index(drop=True)
# show the dataframe
tweets_df_Hawks.head(10)
Rate limit reached. Sleeping for: 533
Out[293]:
user_name user_location user_description user_verified date text hashtags source
0 PostUpVideos.com Fort Lauderdale, FL We are revolutionizing how fanatical fans foll... False 2022-10-11 14:24:21+00:00 NEW VIDEO TO WATCH:\n\n"Atlanta Hawks Emerge A... None Blog2Social APP
1 PostUpVideos.com Fort Lauderdale, FL We are revolutionizing how fanatical fans foll... False 2022-10-11 13:11:50+00:00 NEW VIDEO TO WATCH:\n\n"Atlanta Hawks Trade Fo... None Blog2Social APP
2 PostUpVideos.com Fort Lauderdale, FL We are revolutionizing how fanatical fans foll... False 2022-10-11 12:14:46+00:00 NEW VIDEO TO WATCH:\n\n"Should The Phoenix Sun... None Blog2Social APP
3 PostUpVideos.com Fort Lauderdale, FL We are revolutionizing how fanatical fans foll... False 2022-10-11 11:30:41+00:00 NEW VIDEO TO WATCH:\n\n"The Atlanta Hawks Have... None Blog2Social APP
4 PostUpVideos.com Fort Lauderdale, FL We are revolutionizing how fanatical fans foll... False 2022-10-11 10:33:20+00:00 NEW VIDEO TO WATCH:\n\n"Poole and Draymond Hav... None Blog2Social APP
5 Metaverse Tom from #MetaBoys 🥷🏽 Atlanta, GA Facebook https://t.co/HHwuvaKVZk Instagram htt... False 2022-10-11 10:16:41+00:00 official “Knuck if You Buck” merchandise is no... None Twitter for iPhone
6 Love NBA NAB Fanbase False 2022-10-11 07:57:02+00:00 Trae Young Optic Holo PSA 9 $110 shipped\n \nh... [AtlantaHawks, EasternConference] love.nba
7 Love NBA NAB Fanbase False 2022-10-11 07:18:02+00:00 Should The #Phoenix #Suns Trade Jae ...\n \nht... [Phoenix, Suns, AaronHoliday, AtlantaHawks] love.nba
8 Love NBA NAB Fanbase False 2022-10-11 05:17:02+00:00 The #Atlanta #Hawks Have Interest In Jae ...\n... [Atlanta, Hawks, AtlantaHawks, AtlantaHawksAbu... love.nba
9 TalkBasket Basketball World EuroLeague and FIBA media partner, all latest ... False 2022-10-11 04:25:29+00:00 Suns looking to acquire rotational pieces for ... [AtlantaHawks] TalkBasket
In [294]:
tweets_df_Hawks.shape
Out[294]:
(518, 8)
In [295]:
tweets_df_Hawks.to_csv("tweets_df_Hawks.csv")
In [296]:
# intialize the dataframe
import pandas as pd
tweets_df_Nets = pd.DataFrame()
# populate the dataframe
for tweet in tweets_copy_Nets:
    hashtags = []
    try:
        for hashtag in tweet.entities["hashtags"]:
            hashtags.append(hashtag["text"])
        text = api.get_status(id=tweet.id, tweet_mode='extended').full_text
    except:
        pass
    tweets_df_Nets = tweets_df_Nets.append(pd.DataFrame({'user_name': tweet.user.name, 
                                                                 'user_location': tweet.user.location,\
                                                                 'user_description': tweet.user.description,
                                                                 'user_verified': tweet.user.verified,
                                                                  'date': tweet.created_at,
                                                                  'text': text, 
                                                                  'hashtags': [hashtags if hashtags else None],
                                                                  'source': tweet.source}))
    tweets_df_Nets = tweets_df_Nets.reset_index(drop=True)
# show the dataframe
tweets_df_Nets.head(10)
Rate limit reached. Sleeping for: 535
Rate limit reached. Sleeping for: 539
Rate limit reached. Sleeping for: 496
Out[296]:
user_name user_location user_description user_verified date text hashtags source
0 TJP Beginner level content creator.\nhttps://t.co/... False 2022-10-11 14:51:19+00:00 REBUILDING THE BROOKLYN NETS! (NBA 2K23 MyNBA)... [NBA, NBA2K23, basketball] Twitter Web App
1 TruthToldTV Just another media outlet for the culture. Fol... False 2022-10-11 14:45:20+00:00 Ben Simmons with the shot boii. #bensimmons #n... [bensimmons, nets, brooklyn, brooklynnets] Twitter for iPhone
2 Love NBA NAB Fanbase False 2022-10-11 14:27:02+00:00 Kyrie Irving is turning championship-minded Ne... None love.nba
3 Empty the Bench New York Podcast by @etbnetwork. Sports show hosted by ... False 2022-10-11 14:26:39+00:00 What injury will @BenSimmons25 claim he has???... [NBA, BrooklynNets, Nets] Twitter for iPhone
4 Norman Oder Brooklyn, NY Watchdog journalist, writes Atlantic Yards/Pac... True 2022-10-11 13:40:04+00:00 Over ten years, the #BrooklynNets have not rea... [BrooklynNets] Twitter Web App
5 Barrendero Mi trabajo no está pagado False 2022-10-11 13:32:37+00:00 No Way Simmons did that #BrooklynNets https://... [BrooklynNets] Twitter for Android
6 Love NBA NAB Fanbase False 2022-10-11 12:58:03+00:00 Philadelphia 76ers vs. Cleveland Cavaliers ...... [AndrewWiggins, AnthonyDavis] love.nba
7 Johnny Rodz United States 1996 WWE Hall of Famer and owner of WUW-World ... False 2022-10-11 12:53:26+00:00 One Man Tribe in #brooklyn #wwe #RAW #barclay... [brooklyn, wwe, RAW, barclayscenter, wuw, john... Twitter for iPhone
8 Love NBA NAB Fanbase False 2022-10-11 12:23:03+00:00 Golden State Warriors vs. Los ...\n \nhttps://... [AndrewWiggins, AnthonyDavis, BenSimmons] love.nba
9 Love NBA NAB Fanbase False 2022-10-11 11:54:02+00:00 Brooklyn Nets Training Camp 🏀\n \nhttps://t.co... [AtlanticDivision, BrooklynNets, EasternConfer... love.nba
In [297]:
tweets_df_Nets.shape
Out[297]:
(2429, 8)
In [298]:
tweets_df_Nets.to_csv("tweets_df_Nets.csv")
In [299]:
# intialize the dataframe
import pandas as pd
tweets_df_Bulls = pd.DataFrame()
# populate the dataframe
for tweet in tweets_copy_Bulls:
    hashtags = []
    try:
        for hashtag in tweet.entities["hashtags"]:
            hashtags.append(hashtag["text"])
        text = api.get_status(id=tweet.id, tweet_mode='extended').full_text
    except:
        pass
    tweets_df_Bulls = tweets_df_Bulls.append(pd.DataFrame({'user_name': tweet.user.name, 
                                                                 'user_location': tweet.user.location,\
                                                                 'user_description': tweet.user.description,
                                                                 'user_verified': tweet.user.verified,
                                                                  'date': tweet.created_at,
                                                                  'text': text, 
                                                                  'hashtags': [hashtags if hashtags else None],
                                                                  'source': tweet.source}))
    tweets_df_Bulls = tweets_df_Bulls.reset_index(drop=True)
# show the dataframe
tweets_df_Bulls.head(10)
Rate limit reached. Sleeping for: 487
Out[299]:
user_name user_location user_description user_verified date text hashtags source
0 Kevin Sousa Toronto Father of 2, husband to one! Teacher and sport... False 2022-10-11 15:28:44+00:00 Pre-Season @NBA 📸 @usatodaysports @Raptors vs ... [nba, torontoraptors, ChicagoBulls] Twitter for iPhone
1 Mis Zapas Spain Basketball sneakers and more. Zapas de balonce... False 2022-10-11 14:54:50+00:00 Only 2 copies left!\n\nOrder Michael Jordan's ... None Twitter Web App
2 SAINT-PATRICE-SELKE SZN🐻🏆 Michigan’s Better Half Married: Pet Dad: #NHLBruins #LGRW #DaBears #G... False 2022-10-11 14:49:55+00:00 Do your thing #twitter #Bulls #ChicagoBulls ht... [twitter, Bulls, ChicagoBulls] Twitter for iPhone
3 Doty Arts and Stuff ➡️ MFF Right Here He/Him/They/Them / 24 / Bi / Comic Pages Every... False 2022-10-11 12:43:51+00:00 Inktober 2022 Day 6 (Trip)\nCharacter: Benny t... [digitalart, digitalartist, art, artist] Twitter Web App
4 AMB München, Germany Tweets about football, basketball and other fun False 2022-10-11 12:43:38+00:00 chicagobulls: One more before they all count.\... [chicagobulls] IFTTT
5 Love NBA NAB Fanbase False 2022-10-11 10:09:03+00:00 DeMar DeRozan said this about Chicago\n \nhttp... [Basketball, CentralDivision, ChicagoBulls] love.nba
6 The GoodNews World Official United Kingdom Spirit Embassy, The GoodNews Church Worldwide ... False 2022-10-11 09:53:44+00:00 INTERNATIONAL PROPHECY FULFILLED \n\nThe Chica... None Twitter for iPhone
7 Uebert Angel London, England DIPLOMAT | Year2022 WONDERS WITHOUT NUMBER | G... True 2022-10-11 09:52:48+00:00 INTERNATIONAL PROPHECY FULFILLED \n\nThe Chica... None Twitter for iPhone
8 Tawanda Sydney, New South Wales Worshiper of the Most High God False 2022-10-11 09:45:55+00:00 God is still saying something #chicago #usa #n... [chicago, usa, nba, raptors, major, chicagobul... Twitter for iPhone
9 TalkBasket Basketball World EuroLeague and FIBA media partner, all latest ... False 2022-10-11 09:16:46+00:00 Andre Drummond looking to be a three-point thr... None TalkBasket
In [300]:
tweets_df_Bulls.shape
Out[300]:
(1316, 8)
In [301]:
tweets_df_Bulls.to_csv("tweets_df_Bulls.csv")
In [302]:
# intialize the dataframe
import pandas as pd
tweets_df_Raptors = pd.DataFrame()
# populate the dataframe
for tweet in tweets_copy_Raptors:
    hashtags = []
    try:
        for hashtag in tweet.entities["hashtags"]:
            hashtags.append(hashtag["text"])
        text = api.get_status(id=tweet.id, tweet_mode='extended').full_text
    except:
        pass
    tweets_df_Raptors = tweets_df_Raptors.append(pd.DataFrame({'user_name': tweet.user.name, 
                                                                 'user_location': tweet.user.location,\
                                                                 'user_description': tweet.user.description,
                                                                 'user_verified': tweet.user.verified,
                                                                  'date': tweet.created_at,
                                                                  'text': text, 
                                                                  'hashtags': [hashtags if hashtags else None],
                                                                  'source': tweet.source}))
    tweets_df_Raptors = tweets_df_Raptors.reset_index(drop=True)
# show the dataframe
tweets_df_Raptors.head(10)
Rate limit reached. Sleeping for: 526
Out[302]:
user_name user_location user_description user_verified date text hashtags source
0 Kevin Sousa Toronto Father of 2, husband to one! Teacher and sport... False 2022-10-11 15:28:44+00:00 Pre-Season @NBA 📸 @usatodaysports @Raptors vs ... [nba, torontoraptors, ChicagoBulls] Twitter for iPhone
1 Love NBA NAB Fanbase False 2022-10-11 15:02:02+00:00 Jayson Tatum Said THIS About The #Raptors...\n... [Raptors, AtlanticDivision, BullsVsRaptors] love.nba
2 Love NBA NAB Fanbase False 2022-10-11 14:04:03+00:00 RAPTORS FAMILY: DALANO BANTON HAS SOLIDIFIED H... [AtlanticDivision] love.nba
3 Raw Chili False 2022-10-11 11:11:02+00:00 GROAT Doing GROAT Things. Happy Canadian Thank... [Basketball] raw-chili
4 Love NBA NAB Fanbase False 2022-10-11 10:50:03+00:00 Just wanna remind people preseason means nothi... [AtlanticDivision, EasternConference] love.nba
5 The GoodNews World Official United Kingdom Spirit Embassy, The GoodNews Church Worldwide ... False 2022-10-11 09:53:44+00:00 INTERNATIONAL PROPHECY FULFILLED \n\nThe Chica... None Twitter for iPhone
6 Uebert Angel London, England DIPLOMAT | Year2022 WONDERS WITHOUT NUMBER | G... True 2022-10-11 09:52:48+00:00 INTERNATIONAL PROPHECY FULFILLED \n\nThe Chica... None Twitter for iPhone
7 Tawanda Sydney, New South Wales Worshiper of the Most High God False 2022-10-11 09:45:55+00:00 God is still saying something #chicago #usa #n... [chicago, usa, nba, raptors, major, chicagobul... Twitter for iPhone
8 Love NBA NAB Fanbase False 2022-10-11 06:37:02+00:00 GROAT Doing GROAT Things. Happy Canadian Thank... [AtlanticDivision] love.nba
9 Love NBA NAB Fanbase False 2022-10-11 05:34:02+00:00 Gary Trent Jr DROPS PJ Tucker…(#Toronto #Rapto... [Toronto, Raptors, AtlanticDivision, BullsVsRa... love.nba
In [303]:
tweets_df_Raptors.shape
Out[303]:
(888, 8)
In [304]:
tweets_df_Raptors.to_csv("tweets_df_Raptors.csv")
In [305]:
# intialize the dataframe
import pandas as pd
tweets_df_Magic = pd.DataFrame()
# populate the dataframe
for tweet in tweets_copy_Magic:
    hashtags = []
    try:
        for hashtag in tweet.entities["hashtags"]:
            hashtags.append(hashtag["text"])
        text = api.get_status(id=tweet.id, tweet_mode='extended').full_text
    except:
        pass
    tweets_df_Magic = tweets_df_Magic.append(pd.DataFrame({'user_name': tweet.user.name, 
                                                                 'user_location': tweet.user.location,\
                                                                 'user_description': tweet.user.description,
                                                                 'user_verified': tweet.user.verified,
                                                                  'date': tweet.created_at,
                                                                  'text': text, 
                                                                  'hashtags': [hashtags if hashtags else None],
                                                                  'source': tweet.source}))
    tweets_df_Magic = tweets_df_Magic.reset_index(drop=True)
# show the dataframe
tweets_df_Magic.head(10)
Rate limit reached. Sleeping for: 529
Out[305]:
user_name user_location user_description user_verified date text hashtags source
0 Orlando Magic HQ Orlando, FL Orlando Magic news & updates. New episodes of ... False 2022-10-11 13:29:53+00:00 Paolo Banchero will play his first game at Amw... None Twitter for iPhone
1 FantasyMagic Orlando, FL Orlando Magic Fan | Software Engineer | Day Tr... False 2022-10-11 00:12:53+00:00 I'm thinking we should slow down on the Bol Hy... None Twitter for Android
2 Love NBA NAB Fanbase False 2022-10-10 23:39:02+00:00 MY HONEST THOUGHTS ON THE #Orlando ...\n \nhtt... [Orlando, BolBol, EasternConference, Fultz, Ja... love.nba
3 MyNextSeat Florida, USA MyNextSeat is part of the WebPass Social Netwo... False 2022-10-10 23:21:41+00:00 #NBA #PhoenixSuns #OrlandoMagic #NewOrleansPel... [NBA, PhoenixSuns, OrlandoMagic, NewOrleansPel... dlvr.it
4 Love NBA NAB Fanbase False 2022-10-10 21:51:02+00:00 PRACTICE SOUND: COACH MOSE &amp; JALEN SUGGS O... [Basketball, ColeAnthony] love.nba
5 FieldLevelMedia Seattle, WA Field Level Media features breaking news & cov... False 2022-10-10 21:04:21+00:00 Orlando, FL – The Orlando Magic have signed fr... None Twitter Web App
6 Love NBA NAB Fanbase False 2022-10-10 20:23:02+00:00 Went to see Magic legend Josh Magette in the A... [EasternConference] love.nba
7 4 The Collection Seller of things people love\nIG: @4the_collec... False 2022-10-10 20:01:13+00:00 if you need them!\nSocial Status x Nike Air Pe... None Twitter for Android
8 Josh Marshall Naugatuck, CT False 2022-10-10 17:17:16+00:00 Just moved to the Orlando area, so the @Orland... None Twitter for Android
9 Scoob 🪄 NBA Fan | Orlando Magic | Stats Guy | Licensed... False 2022-10-10 17:12:04+00:00 TWITTER TEAM ROLL CALL:\n\nOrlando Magic fans ... [OrlandoMagic, NBA, NBAPreseason] Twitter for iPhone
In [306]:
tweets_df_Magic.shape
Out[306]:
(960, 8)
In [307]:
tweets_df_Magic.to_csv("tweets_df_Magic.csv")
In [308]:
# intialize the dataframe
import pandas as pd
tweets_df_76ers = pd.DataFrame()
# populate the dataframe
for tweet in tweets_copy_76ers:
    hashtags = []
    try:
        for hashtag in tweet.entities["hashtags"]:
            hashtags.append(hashtag["text"])
        text = api.get_status(id=tweet.id, tweet_mode='extended').full_text
    except:
        pass
    tweets_df_76ers = tweets_df_76ers.append(pd.DataFrame({'user_name': tweet.user.name, 
                                                                 'user_location': tweet.user.location,\
                                                                 'user_description': tweet.user.description,
                                                                 'user_verified': tweet.user.verified,
                                                                  'date': tweet.created_at,
                                                                  'text': text, 
                                                                  'hashtags': [hashtags if hashtags else None],
                                                                  'source': tweet.source}))
    tweets_df_76ers = tweets_df_76ers.reset_index(drop=True)
# show the dataframe
tweets_df_76ers.head(10)
Rate limit reached. Sleeping for: 527
Rate limit reached. Sleeping for: 516
Rate limit reached. Sleeping for: 488
Out[308]:
user_name user_location user_description user_verified date text hashtags source
0 Love NBA NAB Fanbase False 2022-10-11 15:06:02+00:00 Philadelphia 76ers vs Cleveland Cavaliers Full... None love.nba
1 Love NBA NAB Fanbase False 2022-10-11 14:24:02+00:00 60% 3fg% Let's go!!!!!!!!\n \nhttps://t.co/HsD... [AtlanticDivision, EasternConference, Philadel... love.nba
2 Love NBA NAB Fanbase False 2022-10-11 14:06:02+00:00 Cleveland Cavaliers vs. Philadelphia ...\n \nh... [AnthonyDavis, AtlanticDivision] love.nba
3 TalkBasket Basketball World EuroLeague and FIBA media partner, all latest ... False 2022-10-11 13:53:21+00:00 76ers have signed Patrick McCaw #PatrickMcCaw ... [PatrickMcCaw, Philadelphia76ers] TalkBasket
4 HabsHYPE Montreal, Qc Artist @ fine Art America. Frames, Prints,📲Cas... False 2022-10-11 12:00:02+00:00 Shop #PhilaUnite frames, prints, posters, mug... [PhilaUnite, NBA] Twitter Web App
5 Love NBA NAB Fanbase False 2022-10-11 11:42:02+00:00 Philadelphia 76ers vs Cleveland Cavaliers ...\... [AtlanticDivision, EasternConference] love.nba
6 Raw Chili False 2022-10-11 11:14:03+00:00 [Post-Game Thread] The #Philadelphia #76ers de... [Philadelphia, 76ers] raw-chili
7 Love NBA NAB Fanbase False 2022-10-11 07:34:03+00:00 Philadelphia 76ers vs Cleveland Cavaliers Full... None love.nba
8 Love NBA NAB Fanbase False 2022-10-11 05:41:02+00:00 Cleveland Cavaliers vs. Philadelphia ...\n \nh... [AnthonyDavis, AtlanticDivision] love.nba
9 Love NBA NAB Fanbase False 2022-10-11 04:13:02+00:00 [Post-Game Thread] The Philadelphia 76ers defe... None love.nba
In [309]:
tweets_df_76ers.shape
Out[309]:
(2822, 8)
In [310]:
tweets_df_76ers.to_csv("tweets_df_76ers.csv")
In [311]:
# intialize the dataframe
import pandas as pd
tweets_df_Knicks = pd.DataFrame()
# populate the dataframe
for tweet in tweets_copy_Knicks:
    hashtags = []
    try:
        for hashtag in tweet.entities["hashtags"]:
            hashtags.append(hashtag["text"])
        text = api.get_status(id=tweet.id, tweet_mode='extended').full_text
    except:
        pass
    tweets_df_Knicks = tweets_df_Knicks.append(pd.DataFrame({'user_name': tweet.user.name, 
                                                                 'user_location': tweet.user.location,\
                                                                 'user_description': tweet.user.description,
                                                                 'user_verified': tweet.user.verified,
                                                                  'date': tweet.created_at,
                                                                  'text': text, 
                                                                  'hashtags': [hashtags if hashtags else None],
                                                                  'source': tweet.source}))
    tweets_df_Knicks = tweets_df_Knicks.reset_index(drop=True)
# show the dataframe
tweets_df_Knicks.head(10)
Rate limit reached. Sleeping for: 525
Rate limit reached. Sleeping for: 533
Rate limit reached. Sleeping for: 535
Rate limit reached. Sleeping for: 536
Rate limit reached. Sleeping for: 536
Out[311]:
user_name user_location user_description user_verified date text hashtags source
0 Richard Miranda Brooklyn, NY an iron worker who loves anime ,Knicks,Jets,an... False 2022-10-11 15:56:01+00:00 Knicks 2022-23 Season | Player Expectations: O... None Twitter for iPhone
1 Love NBA NAB Fanbase False 2022-10-11 14:08:03+00:00 WARRIORS at KNICKS | FULL GAME HIGHLIGHTS | De... [AtlanticDivision] love.nba
2 LongSufferingNYKpod New York, USA A NEW YORK KNICKS PODCAST. New episodes every ... False 2022-10-11 11:20:42+00:00 Retweet this if you think the Knicks can impro... [knicks, nba, basketball, nyknicks] Twitter for iPhone
3 B.O.N 🦁 803➡️ Livin my Truth 🧘🏿‍♂️YouTuber/Twitch Streamer🎥🎮 False 2022-10-10 23:37:55+00:00 Welcome to the squad @bensimmons25 #PS5Share, ... [PS5Share, NBA2K23, Newaddition, bensimmons, n... PlayStation®Network
4 Love NBA NAB Fanbase False 2022-10-10 18:28:02+00:00 NY Knicks Cam Reddish 1st Start Troubles #thek... [theknickoftimeshow, knicks, AtlanticDivision] love.nba
5 KNICKS RUN NEW YORK ALL THINGS KNICKS-A Knicks Fan from the UK tha... False 2022-10-10 16:52:04+00:00 There are Millions of us #KNICKS fans on #Twit... [KNICKS, Twitter, NEWYORKKNICKS] Twitter for iPhone
6 🗽Shir_Brilliance_Knicks Indiana, USA A New York Knicks Podcaster | Shir Brilliance ... False 2022-10-10 14:34:28+00:00 NY Knicks: Who Will Thibs Make A Star Next Sea... [newyorkknicks, newy] Twitter for iPhone
7 Raw Chili False 2022-10-10 12:50:02+00:00 [Game Thread] The New York #Knicks (0-0) vs Th... [Knicks] raw-chili
8 Love NBA NAB Fanbase False 2022-10-10 11:04:02+00:00 Obi Toppin DAZZLES In Knicks Preseason Win Ove... None love.nba
9 FirstSportz New Delhi FirstSportz is the First Stop for all sports f... False 2022-10-10 09:44:32+00:00 WATCH: “Who the f**k is he?” Oswaldo Cabrera d... None dlvr.it
In [312]:
tweets_df_Knicks.shape
Out[312]:
(4638, 8)
In [313]:
tweets_df_Knicks.to_csv("tweets_df_Knicks.csv")
In [314]:
# intialize the dataframe
import pandas as pd
tweets_df_Cavs = pd.DataFrame()
# populate the dataframe
for tweet in tweets_copy_Cavs:
    hashtags = []
    try:
        for hashtag in tweet.entities["hashtags"]:
            hashtags.append(hashtag["text"])
        text = api.get_status(id=tweet.id, tweet_mode='extended').full_text
    except:
        pass
    tweets_df_Cavs = tweets_df_Cavs.append(pd.DataFrame({'user_name': tweet.user.name, 
                                                                 'user_location': tweet.user.location,\
                                                                 'user_description': tweet.user.description,
                                                                 'user_verified': tweet.user.verified,
                                                                  'date': tweet.created_at,
                                                                  'text': text, 
                                                                  'hashtags': [hashtags if hashtags else None],
                                                                  'source': tweet.source}))
    tweets_df_Cavs = tweets_df_Cavs.reset_index(drop=True)
# show the dataframe
tweets_df_Cavs.head(10)
Rate limit reached. Sleeping for: 531
Rate limit reached. Sleeping for: 529
Rate limit reached. Sleeping for: 528
Out[314]:
user_name user_location user_description user_verified date text hashtags source
0 Factory of Sadness Cleveland, OH Proud member of @fansided that covers Ohio Sta... True 2022-10-11 15:30:00+00:00 Jarrett Allen teasing Kevin Love is a sign the... None TweetDeck
1 Love NBA NAB Fanbase False 2022-10-11 14:55:02+00:00 Philadelphia 76ers vs. ...\n \nhttps://t.co/6u... [CentralDivision, ChrisBroussard, ClevelandCav... love.nba
2 Love NBA NAB Fanbase False 2022-10-11 14:02:02+00:00 Philadelphia 76ers vs. ...\n \nhttps://t.co/xQ... [CentralDivision, ChrisBroussard, ClevelandCav... love.nba
3 Factory of Sadness Cleveland, OH Proud member of @fansided that covers Ohio Sta... True 2022-10-11 13:30:00+00:00 What is Dean Wade’s ceiling for the Cleveland ... [DeanWade] TweetDeck
4 Love NBA NAB Fanbase False 2022-10-11 12:55:03+00:00 Philadelphia 76ers vs Cleveland Cavaliers ...\... [CentralDivision, ClevelandCavaliers] love.nba
5 Factory of Sadness Cleveland, OH Proud member of @fansided that covers Ohio Sta... True 2022-10-11 12:30:26+00:00 Cavs fall against the Sixers anew, remain winl... [ClevelandCavaliers, Cavs] TweetDeck
6 Love NBA NAB Fanbase False 2022-10-11 11:40:03+00:00 Philadelphia 76ers vs. Cleveland Cavaliers Ful... [AndrewWiggins, AnthonyDavis] love.nba
7 Raw Chili False 2022-10-11 11:00:05+00:00 A classic JB game tonight \n \nhttps://t.co/lG... [Basketball, Cavaliers, Cleveland, ClevelandCa... raw-chili
8 Love NBA NAB Fanbase False 2022-10-11 10:07:03+00:00 Philadelphia 76ers vs Cleveland Cavaliers ...\... [CentralDivision, ClevelandCavaliers] love.nba
9 Love NBA NAB Fanbase False 2022-10-11 08:48:02+00:00 Philadelphia 76ers vs Cleveland Cavaliers Full... None love.nba
In [315]:
tweets_df_Cavs.shape
Out[315]:
(2466, 8)
In [316]:
tweets_df_Cavs.to_csv("tweets_df_Cavs.csv")
In [317]:
# intialize the dataframe
import pandas as pd
tweets_df_Pistons = pd.DataFrame()
# populate the dataframe
for tweet in tweets_copy_Pistons:
    hashtags = []
    try:
        for hashtag in tweet.entities["hashtags"]:
            hashtags.append(hashtag["text"])
        text = api.get_status(id=tweet.id, tweet_mode='extended').full_text
    except:
        pass
    tweets_df_Pistons = tweets_df_Pistons.append(pd.DataFrame({'user_name': tweet.user.name, 
                                                                 'user_location': tweet.user.location,\
                                                                 'user_description': tweet.user.description,
                                                                 'user_verified': tweet.user.verified,
                                                                  'date': tweet.created_at,
                                                                  'text': text, 
                                                                  'hashtags': [hashtags if hashtags else None],
                                                                  'source': tweet.source}))
    tweets_df_Pistons = tweets_df_Pistons.reset_index(drop=True)
# show the dataframe
tweets_df_Pistons.head(10)
Rate limit reached. Sleeping for: 517
Rate limit reached. Sleeping for: 515
Out[317]:
user_name user_location user_description user_verified date text hashtags source
0 BuffsOnPodcast Podcast talking about THE Detroit Pistons. \nT... False 2022-10-11 12:06:59+00:00 Countdown to Opening Night: 8 days\n\n#buffson... [buffsonpodcast, detroitpistons, pistonsnation... Instagram
1 TalkBasket Basketball World EuroLeague and FIBA media partner, all latest ... False 2022-10-11 11:36:50+00:00 Marvin Bagley on Cade Cunningham: “He’s an All... [CadeCunningham, DetroitPistons, MarvinBagleyIII] TalkBasket
2 VADetroit Detroit, Michigan Our Twitter Policy: http://t.co/zk2JwLBc0u. Fo... False 2022-10-11 11:00:10+00:00 Detroit Pistons sponsored 100 of our Detroit T... [empowermentplan] Salesforce - Social Studio
3 Love NBA NAB Fanbase False 2022-10-11 05:30:02+00:00 Detroit Pistons season preview, outlook, and r... [CentralDivision] love.nba
4 Love NBA NAB Fanbase False 2022-10-10 18:10:02+00:00 The #Detroit #Pistons Signed A Off-Ball SHOOTE... [Detroit, Pistons] love.nba
5 Love NBA NAB Fanbase False 2022-10-10 12:46:03+00:00 The Detroit Pistons Will Be Good SOONER Than Y... [CentralDivision, DetroitPistons] love.nba
6 Love NBA NAB Fanbase False 2022-10-10 08:36:03+00:00 #Pistons Buyout Offer ...\n \nhttps://t.co/JC3... [Pistons, CadeCunninghamDetroitPistons, Centra... love.nba
7 Bomber Sports Cards Cleveland, OH Igniting the Collector in You Since 2013! Join... False 2022-10-10 04:09:58+00:00 Better View of the Cade Cunningham /10 Gold Ra... None Twitter for iPhone
8 BuffsOnPodcast Podcast talking about THE Detroit Pistons. \nT... False 2022-10-10 04:08:37+00:00 Countdown to Opening Night: 9 days\n\n#buffson... [buffsonpodcast, detroitpistons, pistonsnation... Instagram
9 Bomber Sports Cards Cleveland, OH Igniting the Collector in You Since 2013! Join... False 2022-10-10 01:04:45+00:00 Kabooooom! 💥💥\nCade Cunningham /10 Gold Rated ... None Twitter for iPhone
In [318]:
tweets_df_Pistons.shape
Out[318]:
(1559, 8)
In [319]:
tweets_df_Pistons.to_csv("tweets_df_Pistons.csv")
In [320]:
# intialize the dataframe
import pandas as pd
tweets_df_Wizards = pd.DataFrame()
# populate the dataframe
for tweet in tweets_copy_Wizards:
    hashtags = []
    try:
        for hashtag in tweet.entities["hashtags"]:
            hashtags.append(hashtag["text"])
        text = api.get_status(id=tweet.id, tweet_mode='extended').full_text
    except:
        pass
    tweets_df_Wizards = tweets_df_Wizards.append(pd.DataFrame({'user_name': tweet.user.name, 
                                                                 'user_location': tweet.user.location,\
                                                                 'user_description': tweet.user.description,
                                                                 'user_verified': tweet.user.verified,
                                                                  'date': tweet.created_at,
                                                                  'text': text, 
                                                                  'hashtags': [hashtags if hashtags else None],
                                                                  'source': tweet.source}))
    tweets_df_Wizards = tweets_df_Wizards.reset_index(drop=True)
# show the dataframe
tweets_df_Wizards.head(10)
Out[320]:
user_name user_location user_description user_verified date text hashtags source
0 Nobuhiro Fukami 日本 XBS / NITRO MICROPHONE UNDERGROUND / EXB4SS / ... False 2022-10-11 14:53:49+00:00 It was good see you again in Japan.\n@rui_8mur... [ruihachimura, blacksamurai, nbajapangames2022... Twitter for iPhone
1 Love NBA NAB Fanbase False 2022-10-11 13:52:02+00:00 #Lamelo BLOCKS 7’3 PORZIGIS (#Liangelo SCORES ... [Lamelo, Liangelo, Hornets, Wizards] love.nba
2 Love NBA NAB Fanbase False 2022-10-11 13:49:02+00:00 🔴 WASHINGTON WIZARDS @ CHARLOTTE #Hornets PRES... [Hornets, CharlotteHornets] love.nba
3 Raw Chili False 2022-10-11 10:22:02+00:00 Post Game Thread: The #Washington #Wizards def... [Washington, Wizards] raw-chili
4 Love NBA NAB Fanbase False 2022-10-11 07:53:02+00:00 John Wall 20 pts 3 asts vs Wolves 2022 Preseas... [EasternConference, SoutheastDivision] love.nba
5 Matthias Wilke /Rangerbure Berlin ruhiger Typ ... keine Ahnung was ich manchmal ... False 2022-10-11 07:01:38+00:00 Ende #Basketball Herren #NBASaisonvorbereitung... [Basketball, NBASaisonvorbereitung, Washington... Twitter Web App
6 Love NBA NAB Fanbase False 2022-10-11 07:01:02+00:00 WIZARDS at HORNETS | #NBA PRESEASON FULL GAME ... [NBA, Basketball] love.nba
7 Love NBA NAB Fanbase False 2022-10-11 06:22:02+00:00 [Ava Wallace] Wes Unseld Jr. said he doesn't t... None love.nba
8 Love NBA NAB Fanbase False 2022-10-11 03:48:02+00:00 Post Game Thread: The Washington Wizards defea... None love.nba
9 TalkBasket Basketball World EuroLeague and FIBA media partner, all latest ... False 2022-10-11 01:57:36+00:00 Bradley Beal exits health protocols, now out d... [BradleyBeal, WashingtonWizards] TalkBasket
In [321]:
tweets_df_Wizards.shape
Out[321]:
(250, 8)
In [322]:
tweets_df_Wizards.to_csv("tweets_df_Wizards.csv")
In [323]:
# intialize the dataframe
import pandas as pd
tweets_df_Pacers = pd.DataFrame()
# populate the dataframe
for tweet in tweets_copy_Pacers:
    hashtags = []
    try:
        for hashtag in tweet.entities["hashtags"]:
            hashtags.append(hashtag["text"])
        text = api.get_status(id=tweet.id, tweet_mode='extended').full_text
    except:
        pass
    tweets_df_Pacers = tweets_df_Pacers.append(pd.DataFrame({'user_name': tweet.user.name, 
                                                                 'user_location': tweet.user.location,\
                                                                 'user_description': tweet.user.description,
                                                                 'user_verified': tweet.user.verified,
                                                                  'date': tweet.created_at,
                                                                  'text': text, 
                                                                  'hashtags': [hashtags if hashtags else None],
                                                                  'source': tweet.source}))
    tweets_df_Pacers = tweets_df_Pacers.reset_index(drop=True)
# show the dataframe
tweets_df_Pacers.head(10)
Rate limit reached. Sleeping for: 541
Rate limit reached. Sleeping for: 539
Out[323]:
user_name user_location user_description user_verified date text hashtags source
0 Love NBA NAB Fanbase False 2022-10-11 14:53:02+00:00 Indiana #Pacers reportedly sign wing Deividas ... [Pacers] love.nba
1 EASTCOASTHOOPRECRUIT East Coast Respect the Game @shopecrecruit1🛒 #Cantforgert... False 2022-10-11 13:48:14+00:00 JP has been like 🔥🔥\n\n#underarmour #kevindura... [underarmour, kevindurant, marchmadness, lebro... Twitter for iPhone
2 EASTCOASTHOOPRECRUIT East Coast Respect the Game @shopecrecruit1🛒 #Cantforgert... False 2022-10-11 13:47:23+00:00 Never stop keep working 🗣\n\n#laclippers #unde... [laclippers, underarmour, marchmadness, jordan... Twitter for iPhone
3 PostUpVideos.com Fort Lauderdale, FL We are revolutionizing how fanatical fans foll... False 2022-10-11 12:22:21+00:00 NEW VIDEO TO WATCH:\n\n"Indiana Pacers Media A... None Blog2Social APP
4 Love NBA NAB Fanbase False 2022-10-11 12:13:02+00:00 25% off Jermaine O'Neal Indiana Pacers Mitchel... None love.nba
5 TalkBasket Basketball World EuroLeague and FIBA media partner, all latest ... False 2022-10-11 09:10:28+00:00 Aaron Nesmith out with plantar fascia, status ... [AaronNesmith, IndianaPacers] TalkBasket
6 Corey L. Scott Indianapolis, IN Corey L. Scott, is the founder of the Law Offi... False 2022-10-11 04:32:42+00:00 Dream come true for this young @Pacers fan. A... [indy, IndianaPacers, NBA] Twitter for iPhone
7 NBA Epic Moments The brightest, craziest and most memorable mom... False 2022-10-11 01:54:13+00:00 🤭 Indiana has a wonderful 6th player.\n—\nThe ... None Twitter Web App
8 Love NBA NAB Fanbase False 2022-10-10 21:55:02+00:00 Turning the PACERS into TITLE contenders! 🏀 #s... [shorts, CentralDivision, EasternConference] love.nba
9 Love NBA NAB Fanbase False 2022-10-10 14:33:02+00:00 Lakers, Warriors, Pacers Trade!? Myles ...\n \... [CentralDivision, DraymondGreen] love.nba
In [324]:
tweets_df_Pacers.shape
Out[324]:
(1284, 8)
In [325]:
tweets_df_Pacers.to_csv("tweets_df_Pacers.csv")

Import csv files containing Twitter data for each Eastern Conference NBA team

In [6]:
tweets_df_Bucks = pd.read_csv('tweets_df_Bucks.csv')
tweets_df_Celtics = pd.read_csv('tweets_df_Celtics.csv')
tweets_df_Hornets = pd.read_csv('tweets_df_Hornets.csv')
tweets_df_Heat = pd.read_csv('tweets_df_Heat.csv')
tweets_df_Hawks = pd.read_csv('tweets_df_Hawks.csv')
tweets_df_Nets = pd.read_csv('tweets_df_Nets.csv')
tweets_df_Bulls = pd.read_csv('tweets_df_Bulls.csv')
tweets_df_Raptors = pd.read_csv('tweets_df_Raptors.csv')
tweets_df_Magic = pd.read_csv('tweets_df_Magic.csv')
tweets_df_76ers = pd.read_csv('tweets_df_76ers.csv')
tweets_df_Knicks = pd.read_csv('tweets_df_Knicks.csv')
tweets_df_Cavs = pd.read_csv('tweets_df_Cavs.csv')
tweets_df_Pistons = pd.read_csv('tweets_df_Pistons.csv')
tweets_df_Wizards = pd.read_csv('tweets_df_Wizards.csv')
tweets_df_Pacers = pd.read_csv('tweets_df_Pacers.csv')

Clean text data

In [7]:
def cleanTxt(text):
    text=re.sub(r'@[A-Za-z0-9]+','',text) ## removing @ mention
    text=re.sub(r'#','',text)             ## removing # symbol
    text=re.sub(r'RT[\s]+','',text)  ## removing RT followed byspace
 
  #df=df[~df.Tweets.str.contains('RT')] --> another way to remove RT
    text=re.sub(r'https?:\/\/\S+','',text) ## removing https
    return text

tweets_df_Bucks['text'] = tweets_df_Bucks['text'].apply(cleanTxt)  ## applying function
tweets_df_Celtics['text'] = tweets_df_Celtics['text'].apply(cleanTxt)  ## applying function
tweets_df_Hornets['text'] = tweets_df_Hornets['text'].apply(cleanTxt)  ## applying function
tweets_df_Heat['text'] = tweets_df_Heat['text'].apply(cleanTxt)  ## applying function
tweets_df_Hawks['text'] = tweets_df_Hawks['text'].apply(cleanTxt)  ## applying function
tweets_df_Nets['text'] = tweets_df_Nets['text'].apply(cleanTxt)  ## applying function
tweets_df_Bulls['text'] = tweets_df_Bulls['text'].apply(cleanTxt)  ## applying function
tweets_df_Raptors['text'] = tweets_df_Raptors['text'].apply(cleanTxt)  ## applying function
tweets_df_Magic['text'] = tweets_df_Magic['text'].apply(cleanTxt)  ## applying function
tweets_df_76ers['text'] = tweets_df_76ers['text'].apply(cleanTxt)  ## applying function
tweets_df_Knicks['text'] = tweets_df_Knicks['text'].apply(cleanTxt)  ## applying function
tweets_df_Cavs['text'] = tweets_df_Cavs['text'].apply(cleanTxt)  ## applying function
tweets_df_Pistons['text'] = tweets_df_Pistons['text'].apply(cleanTxt)  ## applying function
tweets_df_Wizards['text'] = tweets_df_Wizards['text'].apply(cleanTxt)  ## applying function
tweets_df_Pacers['text'] = tweets_df_Pacers['text'].apply(cleanTxt)  ## applying function

Create empty dataframes to hold the Sentiment Analysis data for each Sentiment Analysis model

In [10]:
tweets_df_Bucks1 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Celtics1 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Hornets1 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Heat1 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Hawks1 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Nets1 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Bulls1 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Raptors1 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Magic1 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_76ers1 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Knicks1 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Cavs1 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Pistons1 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Wizards1 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Pacers1 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
In [11]:
tweets_df_Bucks2 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Celtics2 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Hornets2 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Heat2 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Hawks2 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Nets2 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Bulls2 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Raptors2 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Magic2 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_76ers2 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Knicks2 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Cavs2 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Pistons2 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Wizards2 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])
tweets_df_Pacers2 = pd.DataFrame(columns=['name', 'text', 'analysis', 'analysis_score'])

Copy text data from original dataframe to new sentiment analysis dataframe

In [12]:
tweets_df_Bucks1['text'] = tweets_df_Bucks['text'].copy() 
tweets_df_Bucks2['text'] = tweets_df_Bucks['text'].copy()
tweets_df_Celtics1['text'] = tweets_df_Celtics['text'].copy() 
tweets_df_Celtics2['text'] = tweets_df_Celtics['text'].copy() 
tweets_df_Hornets1['text'] = tweets_df_Hornets['text'].copy() 
tweets_df_Hornets2['text'] = tweets_df_Hornets['text'].copy()
tweets_df_Heat1['text'] = tweets_df_Heat['text'].copy() 
tweets_df_Heat2['text'] = tweets_df_Heat['text'].copy() 
tweets_df_Hawks1['text'] = tweets_df_Hawks['text'].copy() 
tweets_df_Hawks2['text'] = tweets_df_Hawks['text'].copy()
tweets_df_Nets1['text'] = tweets_df_Nets['text'].copy() 
tweets_df_Nets2['text'] = tweets_df_Nets['text'].copy() 
tweets_df_Bulls1['text'] = tweets_df_Bulls['text'].copy() 
tweets_df_Bulls2['text'] = tweets_df_Bulls['text'].copy() 
tweets_df_Raptors1['text'] = tweets_df_Raptors['text'].copy() 
tweets_df_Raptors2['text'] = tweets_df_Raptors['text'].copy() 
tweets_df_Magic1['text'] = tweets_df_Magic['text'].copy()
tweets_df_Magic2['text'] = tweets_df_Magic['text'].copy()
tweets_df_76ers1['text'] = tweets_df_76ers['text'].copy() 
tweets_df_76ers2['text'] = tweets_df_76ers['text'].copy() 
tweets_df_Knicks1['text'] = tweets_df_Knicks['text'].copy() 
tweets_df_Knicks2['text'] = tweets_df_Knicks['text'].copy() 
tweets_df_Cavs1['text'] = tweets_df_Cavs['text'].copy() 
tweets_df_Cavs2['text'] = tweets_df_Cavs['text'].copy() 
tweets_df_Pistons1['text'] = tweets_df_Pistons['text'].copy() 
tweets_df_Pistons2['text'] = tweets_df_Pistons['text'].copy() 
tweets_df_Wizards1['text'] = tweets_df_Wizards['text'].copy() 
tweets_df_Wizards2['text'] = tweets_df_Wizards['text'].copy() 
tweets_df_Pacers1['text'] = tweets_df_Pacers['text'].copy() 
tweets_df_Pacers2['text'] = tweets_df_Pacers['text'].copy() 

Convert all text to lowercase to prevent uppercase letters from having an effect on scoring

In [13]:
tweets_df_Bucks1['text'] = tweets_df_Bucks1['text'].apply(lambda x: x.lower())
tweets_df_Bucks2['text'] = tweets_df_Bucks2['text'].apply(lambda x: x.lower())
tweets_df_Celtics1['text'] = tweets_df_Celtics1['text'].apply(lambda x: x.lower())
tweets_df_Celtics2['text'] = tweets_df_Celtics2['text'].apply(lambda x: x.lower())
tweets_df_Hornets1['text'] = tweets_df_Hornets1['text'].apply(lambda x: x.lower())
tweets_df_Hornets2['text'] = tweets_df_Hornets2['text'].apply(lambda x: x.lower())
tweets_df_Heat1['text'] = tweets_df_Heat1['text'].apply(lambda x: x.lower())
tweets_df_Heat2['text'] = tweets_df_Heat2['text'].apply(lambda x: x.lower())
tweets_df_Hawks1['text'] = tweets_df_Hawks1['text'].apply(lambda x: x.lower())
tweets_df_Hawks2['text'] = tweets_df_Hawks2['text'].apply(lambda x: x.lower())
tweets_df_Nets1['text'] = tweets_df_Nets1['text'].apply(lambda x: x.lower())
tweets_df_Nets2['text'] = tweets_df_Nets2['text'].apply(lambda x: x.lower())
tweets_df_Bulls1['text'] = tweets_df_Bulls1['text'].apply(lambda x: x.lower())
tweets_df_Bulls2['text'] = tweets_df_Bulls2['text'].apply(lambda x: x.lower())
tweets_df_Raptors1['text'] = tweets_df_Raptors1['text'].apply(lambda x: x.lower())
tweets_df_Raptors2['text'] = tweets_df_Raptors2['text'].apply(lambda x: x.lower())
tweets_df_Magic1['text'] = tweets_df_Magic1['text'].apply(lambda x: x.lower())
tweets_df_Magic2['text'] = tweets_df_Magic2['text'].apply(lambda x: x.lower())
tweets_df_76ers1['text'] = tweets_df_76ers1['text'].apply(lambda x: x.lower())
tweets_df_76ers2['text'] = tweets_df_76ers2['text'].apply(lambda x: x.lower())
tweets_df_Knicks1['text'] = tweets_df_Knicks1['text'].apply(lambda x: x.lower())
tweets_df_Knicks2['text'] = tweets_df_Knicks2['text'].apply(lambda x: x.lower())
tweets_df_Cavs1['text'] = tweets_df_Cavs1['text'].apply(lambda x: x.lower())
tweets_df_Cavs2['text'] = tweets_df_Cavs2['text'].apply(lambda x: x.lower())
tweets_df_Pistons1['text'] = tweets_df_Pistons1['text'].apply(lambda x: x.lower())
tweets_df_Pistons2['text'] = tweets_df_Pistons2['text'].apply(lambda x: x.lower())
tweets_df_Wizards1['text'] = tweets_df_Wizards1['text'].apply(lambda x: x.lower())
tweets_df_Wizards2['text'] = tweets_df_Wizards2['text'].apply(lambda x: x.lower())
tweets_df_Pacers1['text'] = tweets_df_Pacers1['text'].apply(lambda x: x.lower())
tweets_df_Pacers2['text'] = tweets_df_Pacers2['text'].apply(lambda x: x.lower())

Combine all text as a single text file for each team

In [14]:
def get_label(sentiment, threshold = 0):
    """
    Labelization of the parameters for analysis
    """
    return 'Positive' if sentiment > threshold else 'Negative' if sentiment !=0 else 'Neutral'
In [15]:
def get_tweet_sentiment(text):
    print(text)
    return text
In [46]:
for id, tweets in tweets_df_Bucks1.items():
    for tweet in tweets:
        analysis = TextBlob(tweets_df_Bucks1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Bucks1 = tweets_df_Bucks1.append({
            'name': id,
            'text': tweets_df_Bucks1.text
        }, ignore_index=True)
“ g i a n n i s   a n t e t o k o u n m p o   i s   t h e   i m m i g r a n t   u n c l e   u s a   n e e d s ”   h a s a n   m i n h a j   r e v e a l s   h o w   h i s   k i d s   a d o r e   t h e   g r e e k   f r e a k     m i l w a u k e e b u c k s   n b a
t h e   b i g g e s t   m i l w a u k e e   b u c k s   . . . 
   
 
   
 a n t e t o k o u n m p o   b u c k s g r i z z l i e s   b u c k s h a w k s   b u c k s p o d c a s t   b u c k s p r e s e a s o n   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g i a n n i s   g s p n   j e v o n c a r t e r   j o r d a n n w o r a   j r u e h o l i d a y   m a r j o n b e a u c h a m p   m i l w a u k e e b u c k s  
s u n s   l o o k i n g   t o   a c q u i r e   r o t a t i o n a l   p i e c e s   f o r   j a e   c r o w d e r   i n s t e a d   o f   f u t u r e   a s s e t s   –   r e p o r t   a t l a n t a h a w k s   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r   m i a m i h e a t   m i l w a u k e e b u c k s  
t r a e   y o u n g   w a s   o n   f i r e   v s .   m i l w a u k e e   b u c k s   s h o r t s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
b r e a k i n g   d o w n   t r a e   y o u n g & a m p ; 3 9 ; s   3 1 - p t   . . . 
   
 
   
 a b u d h a b i n b a   a t l a n t a h a w k s   b u c k s h a w k s   b u c k s h a w k s n b a   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   h a w k s b a s k e t b a l l   h a w k s b u c k s   h a w k s b u c k s h i g h l i g h t s   m a l i k a a n d r e w s   m i l w a u k e e b u c k s   n b a 2 0 2 2   n b a a b u d h a b i  
s o   e x c i t e d !   _ a n 3 4   i   k n o w   y o u ' r e   b u s y ,   b u t   i   r e a l l y   h o p e   i   g e t   t o   s e e   y o u   p l a y   a t     i n   t w o   d a y s !   i ' v e   b e e n   w a i t i n g   8 7 6   d a y s   f o r   t h i s !   i ' l l   b e   t h e r e   o n   w e d   v s   t h e     b e h i n d   t h e     b e n c h .   l i k e g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g i a n n i s 3 4   m i l w a u k e e b u c k s  
  a p p r o v e s   o f   t h i s   m e s s a g e   i   p r e s u m e .   a a r p   n r a   w i s c o n s i n   b a d g e r s   g r e e n b a y p a c k e r s   m i l w a u k e e b u c k s   b r e w e r s  
a b s o l u t e l y   b e a u t i f u l !   g i a n n i s   m i l w a u k e e b u c k s   f e a r t h e d e a r  
t h e   n b a   a b u   d h a b i   s e r i e s   p r o m p t s   a   r a r e   v i s i t   b y   a n   e t i h a d   b o e i n g   7 7 7   t o   m i l w a u k e e   😀 🏆 🏀 🌎 ✈ ️ 
 
 
 
 n b a t w i t t e r   a v i a t i o n   a v g e e k   b u c k s i n 6   m i l w a u k e e b u c k s   b o e i n g 7 7 7   a i r c r a f t
m a d e   a   l o g o   m a s h u p   w a l l p a p e r   -   f i g u r e d   i ’ d   s h a r e   i t   h e r e   i n   c a s e   a n y o n e   e l s e   w a n t s   t o   u s e     . . .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
w i t h   3 4 % ,   w h i l e   t h e   p h i l a d e l p h i a   7 6 e r s '   j o e l   e m b i i d   r e c e i v e d   1 4 % . 
 
 r e a d   m o r e :   
 
 n b a   m i l w a u k e e   m i l w a u k e e b u c k s   m i l w a u k e e b u c k
m a d e   a   l o g o   m a s h u p   w a l l p a p e r   -   f i g u r e d   i ’ d   s h a r e   i t   h e r e   i n   c a s e   a n y o n e   e l s e   w a n t s   t o   u s e   i t !   b u c k s i n s i x 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
f o r g o t t e n   b u c k s ?   s h o r t s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
j o r d a n   p o o l e   s h o u l d   j u s t   g o   a h e a d   a n d   r e q u e s t   a   t r a d e   t o   t h e   m i l w a u k e e b u c k s .   t h a t ’ s   h i s   h o m e t o w n   a n y w a y .
g i a n n i s   a n t e t o k o u n m p o   s a i d   t h i s   a b o u t   a t l a n t a   h a w k s   a f t e r   g e t t i n g   b e a t   t w i c e . .   y o u   w o n t   b e l i e v e   i t 
   
 
   
 a t l a n t a h a w k s   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   j r u e h o l i d a y   m i l w a u k e e b u c k s   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
g i a n n i s   a n t e t o k o u n m p o ’ s   m i l w a u k e e   b u c k s   i n   a d u   d h a b i   a s   n b a   m a k e s   d e b u t   i n   u a e   |   f u t u r e   i s   u a e   n b a   ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
t h e   m a r k e t   o n c e   t h e   w a r r i o r s   a r e   f o r c e d   t o   t r a d e   d r a y m o n d 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
g i a n n i s   a n t e t o k o u n m p o   a n d   t h e   m i l w a u k e e   b u c k s   a r r i v e   i n   a b u   d h a b i    
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
t h e   m i l w a u k e e   b u c k s   a r e   [ b r o o k   “ s p l a s h   m o u n t a i n ”   l o p e z ]   d a y s   a w a y   f r o m   t h e   s t a r t   o f   t h e i r   ‘ 2 2 - ‘ 2 3   n b a   r e g u l a r   s e a s o n . 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
b o s t o n   c e l t i c s   v s   m i l w a u k e e   b u c k s   g a m e   3   f u l l   h i g h l i g h t s   |   2 0 2 2   e c s f   |   f r e e d a w k i n s 
   
 
   
 b u c k s c e l t i c s g a m e 3   b u c k s v s c e l t i c s g a m e 3   b u c k s v s c e l t i c s g a m e 3 f u l l h i g h l i g h t s   c e l t i c s b u c k s g a m e 3   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
i t ' s   g e t   c o l d   a n d   t h a t   m e a n s   h a l l o w e e n   t h a n k s g i v i n g   c h r i s t m a s .   l o t s   o f   p a r t y ' s   ,   f o o t b a l l   a n d   b a s k e t b a l l   m i l w a u k e e b u c k s   g r e e n b a y p a c k e r s .   b o o k   n o w   t o   c o m p l e t e   t h a t   s p e c i a l   d a y .   c h e c k   u s   o u t   o n   f a c e b o o k   @   r e d   r o c k - i t   l i m o   o r   c a l l   4 1 4 - 3 9 7 - 8 3 5 4 .  
l i n d e l l   w i g g i n t o n   v s .   a t l a n t a   |   1 6   p t s   i n   9   m i n u t e s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
m a r j o n   b e a u c h a m p   g o i n g   c r a z y   i n   p r e s e a s o n ! ! ! 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
g o t   m y   f i r s t   b u c k s   h a t   t o d a y   
   
 
   
 b a s k e t b a l l   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
a t l a n t a   h a w k s   b e a t   2 0 2 1   n b a   c h a m p i o n s   m i l w a u k e e   b u c k s   1 1 8 - 1 0 9   i n   t h e i r   s e c o n d   p r e - s e a s o n   g a m e   i n   a b u   d h a b i   t o   a d d   t o   t h e i r   p r e v i o u s   v i c t o r y   i n   t h e   s a m e   f i x t u r e   a   c o u p l e   o f   d a y s   a g o 
 
 n b a   a b u d h a b i   a t l a n t a h a w k s   m i l w a u k e e b u c k s   
 

a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   8   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m a g i c v s m a v e r i c k s   m a v e r i c k s v s m a g i c   m i l w a u k e e b u c k s   n b a h i g h l i g h t s   n b a p l a y o f f s  
r e a c t i o n   v i d e o :   j e f f r e y   d a h m e r   l a s t   i n t e r v i e w   -   m o n s t e r     v i a     j e f f r e y d a h m e r t a p e s   j e f f r e y d a h m e r n e t f l i x   n e t f i l x   g l e n d a c l e v e l a n d   m i l w a u k e e b u c k s
a t l a n t a   h a w k s   v s .   m i l w a u k e e   . . . 
   
 
   
 a n t h o n y d a v i s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   m i l w a u k e e b u c k s   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
m i l w a u k e e b u c k s   1 3   c a r d   l o t   b u c k s   
 
 $ 6   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
g o t   m y   f i r s t   b u c k s   h a t   t o d a y 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
  w h y   i s n ' t   t h i s   g e t t i n g   m o r e   a t t e n t i o n   i n   m i l w a u k e e ?   n o t   s u r e   i f   t h i s   i s   g o o d   o r   b a d .   w h a t   r e a s o n ?   e v e r y t h i n g   i s   g o i n g   w e l l . . . d e e r   d i s t r i c t ,   t e a m ,   e t c .   i s   t h e r e   s t r i f e   w i t h   e d e n s ?   i s n ' t   t h i s   l a s r y ' s   t i m e   t o   m a k e   d e c i s i o n s ?   b u c k s   m i l w a u k e e b u c k s   m i l w a u k e e
n b a   g a m e   e x p e r i e n c e !   😍 🏀 ⛹ 🏽 ‍ ♂ ️   n b a   n b a i n a b u d h a b i   a t l a n t a h a w k s   m i l w a u k e e b u c k s   a b u d h a b i  
b r o o k   l o p e z   p r e s s   c o n f e r e n c e   |   1 0 . 1 0 . 2 2   m i l w a u k e e   b u c k s   n b a   v i d e o :  
f i v e   q u e s t i o n s   t h a t   w i l l   d e t e r m i n e   g i a n n i s   a n d   t h e   b u c k s '   r e t u r n   t o   t i t l e   c o n t e n t i o n   m i l w a u k e e   b u c k s   n b a  
a p r i l   2 8 ,   1 9 7 1   -   l e w   a l c i n d o r   ( k a r e e m   a b d u l - j a b b a r )   s m i l e s   a f t e r   s h a k i n g   h a n d s   w i t h   b a l t i m o r e   b u l l e t s   j a c k   m a r i n   a f t e r   g a m e   3   o f   t h e   1 9 7 1   n b a   f i n a l s ,   w h i c h   t h e     w o n   1 0 7 - 9 9 . 
 n b a   1 9 7 0 s   m i l w a u k e e   b u c k s   f e a r t h e d e e r  
m a d e   a   l o g o   m a s h u p   w a l l p a p e r   -   f i g u r e d   i ’ d   s h a r e   i t   h e r e   i n   c a s e   a n y o n e   e l s e   w a n t s   t o   u s e     . . .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
w i t h   3 4 % ,   w h i l e   t h e   p h i l a d e l p h i a   7 6 e r s '   j o e l   e m b i i d   r e c e i v e d   1 4 % . 
 
 r e a d   m o r e :   
 
 n b a   m i l w a u k e e   m i l w a u k e e b u c k s   m i l w a u k e e b u c k
s a n d r o   m a m u k e l a s h v i l i   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s a n d r o m a m u k e l a s h v i l i   s a n d r o   m a m u k e l a s h v i l i   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b r o o k   l o p e z   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b r o o k l o p e z   b r o o k   l o p e z   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
h o u s t o n   r o c k e t s   v s   m i l w a u k e e   b u c k s   n b a p l a y o f f s   n b a   n b a s e a s o n   h o u s t o n   m i l w a u k e e   n b a p l a y o f f  
w h e r e   a r e   t h e   m i l w a u k e e     f a n s   a t ?   a s   n b a   s e a s o n   s u p p o r t   y o u r   n b a   t e a m   w i t h   a n   n b a y c   n f t   u s e   y o u r   p f p   n f t s   i n   t w i t t e r   & a m p ;   u p c o m i n g   n b a t w i t t e r   s p a c e s .   c h e c k   o u t   t h i s   n b a n f t   n f t a r t   c o l l e c t i o n   o n   o p e n s e a   n f a   d y o r   t h i s   i s   f o r   t h e   a r t      
g o t   m y   f i r s t   b u c k s   h a t   t o d a y   
   
 
   
 b a s k e t b a l l   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   8   |   2 0 2 2   a b u   d h a b i   g a m e s   m i l w a u k e e   b u c k s   n b a   v i d e o :  
p a t   c o n n a u g h t o n   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a t c o n n a u g h t o n   p a t   c o n n a u g h t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s
b o b b y   p o r t i s   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b o b b y p o r t i s   b o b b y   p o r t i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b o b b y   p o r t i s   l o o k i n g   l i k e   k o b e   o u t   t h e r e   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   b o b b y   p o r t i s   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
t r a e   h i t s   i t   f r o m   t h e   a r c t i c   🥶 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   h i g h l i g h t s   -   b u c k s   v s .   h a w k s   -   8 t h   o c t   2 0 2 2 
 
 
 n b a   t r a e   y o u n g   m i l   a t l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i l w a u k e e   b u c k s   a t l a n t a   h a w k s
  w h y   i s n ' t   t h i s   g e t t i n g   m o r e   a t t e n t i o n   i n   m i l w a u k e e ?   n o t   s u r e   i f   t h i s   i s   g o o d   o r   b a d .   w h a t   r e a s o n ?   e v e r y t h i n g   i s   g o i n g   w e l l . . . d e e r   d i s t r i c t ,   t e a m ,   e t c .   i s   t h e r e   s t r i f e   w i t h   e d e n s ?   i s n ' t   t h i s   l a s r y ' s   t i m e   t o   m a k e   d e c i s i o n s ?   b u c k s   m i l w a u k e e b u c k s   m i l w a u k e e
w i s c o n s i n   w o m e n   m i l w a u k e e   b u c k s   t h i s   i s   w h y   r o n j o h n s o n   h a s   t o   g o .     v o t e m a n d e l a  
p o s s i b l i t y   i ' l l   g i v e   t h e   b u c k s v s h a w k s   g a m e   a   w a t c h .   b u t   i f   i ' m   a   b e t t i n g   m a n   i ' d   s a y   m i l w a u k e e   b u c k s   w i n s .
g i a n n i s   b e i n g   t a u g h t   a   b o l l y w o o d   d a n c e   b y   a   b o l l y w o o d   a c t o r ,   r a n v e e r   s i n g h .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
w e ' r e   b a c k !   a l l - a c c e s s   f r o m   b u c k s   t r a i n i n g   c a m p   2 0 2 2   m i l w a u k e e   b u c k s   n b a   v i d e o :  
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w :   t h e   c a s e   f o r   t h e   m i l w a u k e e   b u c k s   m i l w a u k e e   b u c k s   n b a  
b e i n g   f r o m   m i l w a u k e e   s a m e   p l a c e   j o r d a n   p o o l e   f r o m   d r a y m o n d   y o u   a   b * * * *   w h e n   y o u   c o m i n g   t o   m i l w a u k e e   g u a r a n t e e   w e   o n   y o u r   a s s     h o o d s t a t s   m i l w a u k e e   c h e a p s h o t   m f     3 2 y r s   o l d   a n d   s t i l l   g e t t i n g   a n d   y o u r   f e e l i n g   i t ' s   t i m e   t o   t r a d e   y o u   a n d   i ' m   a     f a n   🫵 🖕  
j e v o n   c a r t e r   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j e v o n c a r t e r   j e v o n   c a r t e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
s e r g e   i b a k a   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s e r g e i b a k a   s e r g e   i b a k a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
s e r g e   i b a k a   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s e r g e i b a k a   s e r g e   i b a k a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
m i l w a u k e e   💚 💙   g o       f e a r t h e d e e r 
 
   " _ a n 3 4   i s   t h e   f a c e   o f   t h e   f r a n c h i s e . 
   h a s   f o u n d   h i m s e l f   a s   t h e   f a c e   o f   t h e   c i t y . " 
 
 a n d ,   l i k e   g i a n n i s ,   b o b b y ' s   f a m i l y   h a s   m a d e   t h e   c i t y   h o m e .   t h i s   s t o r y   w a r m s   m y   m i l w a u k e e   h e a r t ,     

t h e   ⁦ ⁩   x     ⁦ ⁩   b e l o w   a   b e a u t i f u l   m i l w a u k e e   s k y   a n d   i n   t h e   s h a d o w   o f   t h e   t a l l e s t   m a s s   t i m b e r   b u i l d i n g   i n   t h e   w o r l d ,   t h e   a s c e n t .  
e v e n t   s e c u r i t y   m a n a g e r   a t       m i l w a u k e e   j o b s   s p o r t s   c a r e e r s   d i v e r s i t y   w i s c o n s i n  
h e l l o !   e v a n   a n d   c o r e y   h e r e   f r o m   m i l w a u k e e   b u c k s   o n   t a p   p o d c a s t !   w e ' r e   s u p e r   p u m p e d   t o   s h a r e   o u r   b u c k s   t a l k   w i t h   y o u   a l l !   m i l w a u k e e b u c k s   p o d c a s t s   n b a   w i s c o n s i n   m i l w a u k e e
b u c k s   a n n o u n c e   g i v e a w a y s   a n d   t h e m e   n i g h t s   f o r   2 0 2 2 - 2 3   s e a s o n   
   
 
   
 b a s k e t b a l l   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
n e w   y o r k   k n i c k s   l o o k   d o m i n a n t   i n   f i r s t   p r e s e a s o n   g a m e 
 
 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h
d e m a r   d e r o z a n   c r e d i t s   g i a n n i s   a n t e t o k o u n m p o   o n   j j   r e d i c k ' s   p o d c a s t 
 
 
 
 n b a   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h   t o r o n t o   r a p t o r s
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   a b u   d h a b i   g a m e s   m i l w a u k e e   b u c k s   n b a   v i d e o :  
c h e f   g i a n n i s   c o o k s   u p   s o m e   h i l a r i o u s   n e w s   c o n f e r e n c e   m o m e n t s   |   n b a   o n   e s p n   m i l w a u k e e   b u c k s   n b a   v i d e o :  
d e j o u n t e   t o   c o l l i n s   w h o   j a m s   i t !   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d e j o u n t e   m u r r a y   j o h n   c o l l i n s   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   m a k i n g   p o r t i s   d a n c e   f o r   h i m   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   b o b b y   p o r t i s   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
g i a n n i s   d o i n g   g i a n n i s   t h i n g s   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   g i a n n i s   a n t e t o k o u n m p o   d u n k   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
m i n d   t h e   g a p s :   m e n t a l   t o u g h n e s s   i n   t h e   f l o w s   o f   b a s k e t b a l l . 
 
 f e a r t h e d e e r   
 b u c k s c o u n t y   
 b u c k s   🏀 
 m i l w a u k e e   🏟 
 n b a   n b a t w i t t e r   
 
  
b a s k e t b a l l   c a r d   b o b b y   p o r t i s   2 0 2 1   p a n i n i   n b a   h o o p s   m i n t   -   c l i c k   h e r e   
 
 b a s k e t b a l l   s p o r t s   n b a   c o l l e c t i b l e     m i l w a u k e e  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
a n y   v a l u e   i n   g i a n n i s   & a m p ;   t h e   b u c k s   a d j u s t i n g   t h e i r   s t y l e   w i t h o u t   k h r i s   m i d d l e t o n ?   |   n b a   t o d a y   m i l w a u k e e   b u c k s   n b a   v i d e o :  
b o b b y   p o r t i s   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b o b b y p o r t i s   b o b b y   p o r t i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
m i t c h e l l   & a m p ;   n e s s   h w c   ' 9 3   c o l o r   b o m b   m i l w a u k e e   b u c k s   n o w   a v a i l a b l e   f r o m   b u c k s p r o s h o p 
 
 n e w d r o p   b u c k s p r o s h o p   m i l w a u k e e b u c k s   m i l w a u k e e   b u c k s   n b a   f e a r t h e d e e r   w i s c o n s i n   m i t c h e l l   n e s s   h w c   9 3   c o l o r   b o m b   h a t c r a w l e r   f i t t e d   5 9 5 0 
 

g i a n n i s   a n t e t o k o u n m p o   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g i a n n i s a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r r u r t u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y t r t r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 f u t t r t r u t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y y e r w y e r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e y e r w y e r w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t s e w t r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t u d f g k
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r u t k g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d k t r y e f m
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d y s r x f f d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e w r t y u
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 q w e r t y t y t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y u u y t r e r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r e t y r e w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 a r t y t r r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y u i y t r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r e e r t y u i y t r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y i u y t r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 a h s d f g j h g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s h g f s f g h j h g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r t y t r e w f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r   r r r e w q e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s d t f g f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 f g h j k l ; j h
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s d k k t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r t y u y t r e w q f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r y u t r e w e r t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w r e h f d s d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w 3 4 t d s d s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w q t y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r e r e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e e e y g h f f d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y e y w y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y w y w e y r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y w y u e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e t y w y e u e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e w y e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e y e w y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t w w e t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e y t e e e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r t e d f h d s d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 h r t y t f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w y e y e w h r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e t t w y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w t w y e w w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r k j f g f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s r e e r y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e t t w t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e q t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r w e t q t w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w r e t w t y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t w e t w w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e a r e w t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r r e w e r w e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e r h d f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w t w h f j f f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e t w q t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 h g t r y d f s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e j h u y w u w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e f w h b j
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d q e e g d s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 q w q e r s a s a d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e w t j n
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s s g e w w t r r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w t e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 g e r e y f d h
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r y e h f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y t t e r f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y t t r r u t u j
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y r e y e r u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w e t e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e w y e y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e w y e y e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r t t w e e w t y e r y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y y e r y
“ g i a n n i s   a n t e t o k o u n m p o   i s   t h e   i m m i g r a n t   u n c l e   u s a   n e e d s ”   h a s a n   m i n h a j   r e v e a l s   h o w   h i s   k i d s   a d o r e   t h e   g r e e k   f r e a k     m i l w a u k e e b u c k s   n b a
t h e   b i g g e s t   m i l w a u k e e   b u c k s   . . . 
   
 
   
 a n t e t o k o u n m p o   b u c k s g r i z z l i e s   b u c k s h a w k s   b u c k s p o d c a s t   b u c k s p r e s e a s o n   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g i a n n i s   g s p n   j e v o n c a r t e r   j o r d a n n w o r a   j r u e h o l i d a y   m a r j o n b e a u c h a m p   m i l w a u k e e b u c k s  
s u n s   l o o k i n g   t o   a c q u i r e   r o t a t i o n a l   p i e c e s   f o r   j a e   c r o w d e r   i n s t e a d   o f   f u t u r e   a s s e t s   –   r e p o r t   a t l a n t a h a w k s   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r   m i a m i h e a t   m i l w a u k e e b u c k s  
t r a e   y o u n g   w a s   o n   f i r e   v s .   m i l w a u k e e   b u c k s   s h o r t s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
b r e a k i n g   d o w n   t r a e   y o u n g & a m p ; 3 9 ; s   3 1 - p t   . . . 
   
 
   
 a b u d h a b i n b a   a t l a n t a h a w k s   b u c k s h a w k s   b u c k s h a w k s n b a   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   h a w k s b a s k e t b a l l   h a w k s b u c k s   h a w k s b u c k s h i g h l i g h t s   m a l i k a a n d r e w s   m i l w a u k e e b u c k s   n b a 2 0 2 2   n b a a b u d h a b i  
s o   e x c i t e d !   _ a n 3 4   i   k n o w   y o u ' r e   b u s y ,   b u t   i   r e a l l y   h o p e   i   g e t   t o   s e e   y o u   p l a y   a t     i n   t w o   d a y s !   i ' v e   b e e n   w a i t i n g   8 7 6   d a y s   f o r   t h i s !   i ' l l   b e   t h e r e   o n   w e d   v s   t h e     b e h i n d   t h e     b e n c h .   l i k e g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g i a n n i s 3 4   m i l w a u k e e b u c k s  
  a p p r o v e s   o f   t h i s   m e s s a g e   i   p r e s u m e .   a a r p   n r a   w i s c o n s i n   b a d g e r s   g r e e n b a y p a c k e r s   m i l w a u k e e b u c k s   b r e w e r s  
a b s o l u t e l y   b e a u t i f u l !   g i a n n i s   m i l w a u k e e b u c k s   f e a r t h e d e a r  
t h e   n b a   a b u   d h a b i   s e r i e s   p r o m p t s   a   r a r e   v i s i t   b y   a n   e t i h a d   b o e i n g   7 7 7   t o   m i l w a u k e e   😀 🏆 🏀 🌎 ✈ ️ 
 
 
 
 n b a t w i t t e r   a v i a t i o n   a v g e e k   b u c k s i n 6   m i l w a u k e e b u c k s   b o e i n g 7 7 7   a i r c r a f t
m a d e   a   l o g o   m a s h u p   w a l l p a p e r   -   f i g u r e d   i ’ d   s h a r e   i t   h e r e   i n   c a s e   a n y o n e   e l s e   w a n t s   t o   u s e     . . .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
w i t h   3 4 % ,   w h i l e   t h e   p h i l a d e l p h i a   7 6 e r s '   j o e l   e m b i i d   r e c e i v e d   1 4 % . 
 
 r e a d   m o r e :   
 
 n b a   m i l w a u k e e   m i l w a u k e e b u c k s   m i l w a u k e e b u c k
m a d e   a   l o g o   m a s h u p   w a l l p a p e r   -   f i g u r e d   i ’ d   s h a r e   i t   h e r e   i n   c a s e   a n y o n e   e l s e   w a n t s   t o   u s e   i t !   b u c k s i n s i x 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
f o r g o t t e n   b u c k s ?   s h o r t s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
j o r d a n   p o o l e   s h o u l d   j u s t   g o   a h e a d   a n d   r e q u e s t   a   t r a d e   t o   t h e   m i l w a u k e e b u c k s .   t h a t ’ s   h i s   h o m e t o w n   a n y w a y .
g i a n n i s   a n t e t o k o u n m p o   s a i d   t h i s   a b o u t   a t l a n t a   h a w k s   a f t e r   g e t t i n g   b e a t   t w i c e . .   y o u   w o n t   b e l i e v e   i t 
   
 
   
 a t l a n t a h a w k s   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   j r u e h o l i d a y   m i l w a u k e e b u c k s   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
g i a n n i s   a n t e t o k o u n m p o ’ s   m i l w a u k e e   b u c k s   i n   a d u   d h a b i   a s   n b a   m a k e s   d e b u t   i n   u a e   |   f u t u r e   i s   u a e   n b a   ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
t h e   m a r k e t   o n c e   t h e   w a r r i o r s   a r e   f o r c e d   t o   t r a d e   d r a y m o n d 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
g i a n n i s   a n t e t o k o u n m p o   a n d   t h e   m i l w a u k e e   b u c k s   a r r i v e   i n   a b u   d h a b i    
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
t h e   m i l w a u k e e   b u c k s   a r e   [ b r o o k   “ s p l a s h   m o u n t a i n ”   l o p e z ]   d a y s   a w a y   f r o m   t h e   s t a r t   o f   t h e i r   ‘ 2 2 - ‘ 2 3   n b a   r e g u l a r   s e a s o n . 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
b o s t o n   c e l t i c s   v s   m i l w a u k e e   b u c k s   g a m e   3   f u l l   h i g h l i g h t s   |   2 0 2 2   e c s f   |   f r e e d a w k i n s 
   
 
   
 b u c k s c e l t i c s g a m e 3   b u c k s v s c e l t i c s g a m e 3   b u c k s v s c e l t i c s g a m e 3 f u l l h i g h l i g h t s   c e l t i c s b u c k s g a m e 3   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
i t ' s   g e t   c o l d   a n d   t h a t   m e a n s   h a l l o w e e n   t h a n k s g i v i n g   c h r i s t m a s .   l o t s   o f   p a r t y ' s   ,   f o o t b a l l   a n d   b a s k e t b a l l   m i l w a u k e e b u c k s   g r e e n b a y p a c k e r s .   b o o k   n o w   t o   c o m p l e t e   t h a t   s p e c i a l   d a y .   c h e c k   u s   o u t   o n   f a c e b o o k   @   r e d   r o c k - i t   l i m o   o r   c a l l   4 1 4 - 3 9 7 - 8 3 5 4 .  
l i n d e l l   w i g g i n t o n   v s .   a t l a n t a   |   1 6   p t s   i n   9   m i n u t e s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
m a r j o n   b e a u c h a m p   g o i n g   c r a z y   i n   p r e s e a s o n ! ! ! 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
g o t   m y   f i r s t   b u c k s   h a t   t o d a y   
   
 
   
 b a s k e t b a l l   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
a t l a n t a   h a w k s   b e a t   2 0 2 1   n b a   c h a m p i o n s   m i l w a u k e e   b u c k s   1 1 8 - 1 0 9   i n   t h e i r   s e c o n d   p r e - s e a s o n   g a m e   i n   a b u   d h a b i   t o   a d d   t o   t h e i r   p r e v i o u s   v i c t o r y   i n   t h e   s a m e   f i x t u r e   a   c o u p l e   o f   d a y s   a g o 
 
 n b a   a b u d h a b i   a t l a n t a h a w k s   m i l w a u k e e b u c k s   
 

a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   8   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m a g i c v s m a v e r i c k s   m a v e r i c k s v s m a g i c   m i l w a u k e e b u c k s   n b a h i g h l i g h t s   n b a p l a y o f f s  
r e a c t i o n   v i d e o :   j e f f r e y   d a h m e r   l a s t   i n t e r v i e w   -   m o n s t e r     v i a     j e f f r e y d a h m e r t a p e s   j e f f r e y d a h m e r n e t f l i x   n e t f i l x   g l e n d a c l e v e l a n d   m i l w a u k e e b u c k s
a t l a n t a   h a w k s   v s .   m i l w a u k e e   . . . 
   
 
   
 a n t h o n y d a v i s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   m i l w a u k e e b u c k s   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
m i l w a u k e e b u c k s   1 3   c a r d   l o t   b u c k s   
 
 $ 6   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
g o t   m y   f i r s t   b u c k s   h a t   t o d a y 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
  w h y   i s n ' t   t h i s   g e t t i n g   m o r e   a t t e n t i o n   i n   m i l w a u k e e ?   n o t   s u r e   i f   t h i s   i s   g o o d   o r   b a d .   w h a t   r e a s o n ?   e v e r y t h i n g   i s   g o i n g   w e l l . . . d e e r   d i s t r i c t ,   t e a m ,   e t c .   i s   t h e r e   s t r i f e   w i t h   e d e n s ?   i s n ' t   t h i s   l a s r y ' s   t i m e   t o   m a k e   d e c i s i o n s ?   b u c k s   m i l w a u k e e b u c k s   m i l w a u k e e
n b a   g a m e   e x p e r i e n c e !   😍 🏀 ⛹ 🏽 ‍ ♂ ️   n b a   n b a i n a b u d h a b i   a t l a n t a h a w k s   m i l w a u k e e b u c k s   a b u d h a b i  
b r o o k   l o p e z   p r e s s   c o n f e r e n c e   |   1 0 . 1 0 . 2 2   m i l w a u k e e   b u c k s   n b a   v i d e o :  
f i v e   q u e s t i o n s   t h a t   w i l l   d e t e r m i n e   g i a n n i s   a n d   t h e   b u c k s '   r e t u r n   t o   t i t l e   c o n t e n t i o n   m i l w a u k e e   b u c k s   n b a  
a p r i l   2 8 ,   1 9 7 1   -   l e w   a l c i n d o r   ( k a r e e m   a b d u l - j a b b a r )   s m i l e s   a f t e r   s h a k i n g   h a n d s   w i t h   b a l t i m o r e   b u l l e t s   j a c k   m a r i n   a f t e r   g a m e   3   o f   t h e   1 9 7 1   n b a   f i n a l s ,   w h i c h   t h e     w o n   1 0 7 - 9 9 . 
 n b a   1 9 7 0 s   m i l w a u k e e   b u c k s   f e a r t h e d e e r  
m a d e   a   l o g o   m a s h u p   w a l l p a p e r   -   f i g u r e d   i ’ d   s h a r e   i t   h e r e   i n   c a s e   a n y o n e   e l s e   w a n t s   t o   u s e     . . .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
w i t h   3 4 % ,   w h i l e   t h e   p h i l a d e l p h i a   7 6 e r s '   j o e l   e m b i i d   r e c e i v e d   1 4 % . 
 
 r e a d   m o r e :   
 
 n b a   m i l w a u k e e   m i l w a u k e e b u c k s   m i l w a u k e e b u c k
s a n d r o   m a m u k e l a s h v i l i   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s a n d r o m a m u k e l a s h v i l i   s a n d r o   m a m u k e l a s h v i l i   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b r o o k   l o p e z   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b r o o k l o p e z   b r o o k   l o p e z   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
h o u s t o n   r o c k e t s   v s   m i l w a u k e e   b u c k s   n b a p l a y o f f s   n b a   n b a s e a s o n   h o u s t o n   m i l w a u k e e   n b a p l a y o f f  
w h e r e   a r e   t h e   m i l w a u k e e     f a n s   a t ?   a s   n b a   s e a s o n   s u p p o r t   y o u r   n b a   t e a m   w i t h   a n   n b a y c   n f t   u s e   y o u r   p f p   n f t s   i n   t w i t t e r   & a m p ;   u p c o m i n g   n b a t w i t t e r   s p a c e s .   c h e c k   o u t   t h i s   n b a n f t   n f t a r t   c o l l e c t i o n   o n   o p e n s e a   n f a   d y o r   t h i s   i s   f o r   t h e   a r t      
g o t   m y   f i r s t   b u c k s   h a t   t o d a y   
   
 
   
 b a s k e t b a l l   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   8   |   2 0 2 2   a b u   d h a b i   g a m e s   m i l w a u k e e   b u c k s   n b a   v i d e o :  
p a t   c o n n a u g h t o n   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a t c o n n a u g h t o n   p a t   c o n n a u g h t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s
b o b b y   p o r t i s   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b o b b y p o r t i s   b o b b y   p o r t i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b o b b y   p o r t i s   l o o k i n g   l i k e   k o b e   o u t   t h e r e   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   b o b b y   p o r t i s   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
t r a e   h i t s   i t   f r o m   t h e   a r c t i c   🥶 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   h i g h l i g h t s   -   b u c k s   v s .   h a w k s   -   8 t h   o c t   2 0 2 2 
 
 
 n b a   t r a e   y o u n g   m i l   a t l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i l w a u k e e   b u c k s   a t l a n t a   h a w k s
  w h y   i s n ' t   t h i s   g e t t i n g   m o r e   a t t e n t i o n   i n   m i l w a u k e e ?   n o t   s u r e   i f   t h i s   i s   g o o d   o r   b a d .   w h a t   r e a s o n ?   e v e r y t h i n g   i s   g o i n g   w e l l . . . d e e r   d i s t r i c t ,   t e a m ,   e t c .   i s   t h e r e   s t r i f e   w i t h   e d e n s ?   i s n ' t   t h i s   l a s r y ' s   t i m e   t o   m a k e   d e c i s i o n s ?   b u c k s   m i l w a u k e e b u c k s   m i l w a u k e e
w i s c o n s i n   w o m e n   m i l w a u k e e   b u c k s   t h i s   i s   w h y   r o n j o h n s o n   h a s   t o   g o .     v o t e m a n d e l a  
p o s s i b l i t y   i ' l l   g i v e   t h e   b u c k s v s h a w k s   g a m e   a   w a t c h .   b u t   i f   i ' m   a   b e t t i n g   m a n   i ' d   s a y   m i l w a u k e e   b u c k s   w i n s .
g i a n n i s   b e i n g   t a u g h t   a   b o l l y w o o d   d a n c e   b y   a   b o l l y w o o d   a c t o r ,   r a n v e e r   s i n g h .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
w e ' r e   b a c k !   a l l - a c c e s s   f r o m   b u c k s   t r a i n i n g   c a m p   2 0 2 2   m i l w a u k e e   b u c k s   n b a   v i d e o :  
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w :   t h e   c a s e   f o r   t h e   m i l w a u k e e   b u c k s   m i l w a u k e e   b u c k s   n b a  
b e i n g   f r o m   m i l w a u k e e   s a m e   p l a c e   j o r d a n   p o o l e   f r o m   d r a y m o n d   y o u   a   b * * * *   w h e n   y o u   c o m i n g   t o   m i l w a u k e e   g u a r a n t e e   w e   o n   y o u r   a s s     h o o d s t a t s   m i l w a u k e e   c h e a p s h o t   m f     3 2 y r s   o l d   a n d   s t i l l   g e t t i n g   a n d   y o u r   f e e l i n g   i t ' s   t i m e   t o   t r a d e   y o u   a n d   i ' m   a     f a n   🫵 🖕  
j e v o n   c a r t e r   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j e v o n c a r t e r   j e v o n   c a r t e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
s e r g e   i b a k a   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s e r g e i b a k a   s e r g e   i b a k a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
s e r g e   i b a k a   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s e r g e i b a k a   s e r g e   i b a k a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
m i l w a u k e e   💚 💙   g o       f e a r t h e d e e r 
 
   " _ a n 3 4   i s   t h e   f a c e   o f   t h e   f r a n c h i s e . 
   h a s   f o u n d   h i m s e l f   a s   t h e   f a c e   o f   t h e   c i t y . " 
 
 a n d ,   l i k e   g i a n n i s ,   b o b b y ' s   f a m i l y   h a s   m a d e   t h e   c i t y   h o m e .   t h i s   s t o r y   w a r m s   m y   m i l w a u k e e   h e a r t ,     

t h e   ⁦ ⁩   x     ⁦ ⁩   b e l o w   a   b e a u t i f u l   m i l w a u k e e   s k y   a n d   i n   t h e   s h a d o w   o f   t h e   t a l l e s t   m a s s   t i m b e r   b u i l d i n g   i n   t h e   w o r l d ,   t h e   a s c e n t .  
e v e n t   s e c u r i t y   m a n a g e r   a t       m i l w a u k e e   j o b s   s p o r t s   c a r e e r s   d i v e r s i t y   w i s c o n s i n  
h e l l o !   e v a n   a n d   c o r e y   h e r e   f r o m   m i l w a u k e e   b u c k s   o n   t a p   p o d c a s t !   w e ' r e   s u p e r   p u m p e d   t o   s h a r e   o u r   b u c k s   t a l k   w i t h   y o u   a l l !   m i l w a u k e e b u c k s   p o d c a s t s   n b a   w i s c o n s i n   m i l w a u k e e
b u c k s   a n n o u n c e   g i v e a w a y s   a n d   t h e m e   n i g h t s   f o r   2 0 2 2 - 2 3   s e a s o n   
   
 
   
 b a s k e t b a l l   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
n e w   y o r k   k n i c k s   l o o k   d o m i n a n t   i n   f i r s t   p r e s e a s o n   g a m e 
 
 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h
d e m a r   d e r o z a n   c r e d i t s   g i a n n i s   a n t e t o k o u n m p o   o n   j j   r e d i c k ' s   p o d c a s t 
 
 
 
 n b a   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h   t o r o n t o   r a p t o r s
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   a b u   d h a b i   g a m e s   m i l w a u k e e   b u c k s   n b a   v i d e o :  
c h e f   g i a n n i s   c o o k s   u p   s o m e   h i l a r i o u s   n e w s   c o n f e r e n c e   m o m e n t s   |   n b a   o n   e s p n   m i l w a u k e e   b u c k s   n b a   v i d e o :  
d e j o u n t e   t o   c o l l i n s   w h o   j a m s   i t !   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d e j o u n t e   m u r r a y   j o h n   c o l l i n s   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   m a k i n g   p o r t i s   d a n c e   f o r   h i m   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   b o b b y   p o r t i s   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
g i a n n i s   d o i n g   g i a n n i s   t h i n g s   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   g i a n n i s   a n t e t o k o u n m p o   d u n k   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
m i n d   t h e   g a p s :   m e n t a l   t o u g h n e s s   i n   t h e   f l o w s   o f   b a s k e t b a l l . 
 
 f e a r t h e d e e r   
 b u c k s c o u n t y   
 b u c k s   🏀 
 m i l w a u k e e   🏟 
 n b a   n b a t w i t t e r   
 
  
b a s k e t b a l l   c a r d   b o b b y   p o r t i s   2 0 2 1   p a n i n i   n b a   h o o p s   m i n t   -   c l i c k   h e r e   
 
 b a s k e t b a l l   s p o r t s   n b a   c o l l e c t i b l e     m i l w a u k e e  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
a n y   v a l u e   i n   g i a n n i s   & a m p ;   t h e   b u c k s   a d j u s t i n g   t h e i r   s t y l e   w i t h o u t   k h r i s   m i d d l e t o n ?   |   n b a   t o d a y   m i l w a u k e e   b u c k s   n b a   v i d e o :  
b o b b y   p o r t i s   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b o b b y p o r t i s   b o b b y   p o r t i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
m i t c h e l l   & a m p ;   n e s s   h w c   ' 9 3   c o l o r   b o m b   m i l w a u k e e   b u c k s   n o w   a v a i l a b l e   f r o m   b u c k s p r o s h o p 
 
 n e w d r o p   b u c k s p r o s h o p   m i l w a u k e e b u c k s   m i l w a u k e e   b u c k s   n b a   f e a r t h e d e e r   w i s c o n s i n   m i t c h e l l   n e s s   h w c   9 3   c o l o r   b o m b   h a t c r a w l e r   f i t t e d   5 9 5 0 
 

g i a n n i s   a n t e t o k o u n m p o   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g i a n n i s a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r r u r t u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y t r t r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 f u t t r t r u t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y y e r w y e r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e y e r w y e r w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t s e w t r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t u d f g k
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r u t k g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d k t r y e f m
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d y s r x f f d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e w r t y u
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 q w e r t y t y t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y u u y t r e r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r e t y r e w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 a r t y t r r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y u i y t r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r e e r t y u i y t r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y i u y t r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 a h s d f g j h g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s h g f s f g h j h g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r t y t r e w f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r   r r r e w q e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s d t f g f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 f g h j k l ; j h
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s d k k t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r t y u y t r e w q f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r y u t r e w e r t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w r e h f d s d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w 3 4 t d s d s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w q t y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r e r e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e e e y g h f f d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y e y w y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y w y w e y r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y w y u e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e t y w y e u e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e w y e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e y e w y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t w w e t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e y t e e e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r t e d f h d s d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 h r t y t f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w y e y e w h r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e t t w y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w t w y e w w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r k j f g f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s r e e r y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e t t w t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e q t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r w e t q t w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w r e t w t y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t w e t w w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e a r e w t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r r e w e r w e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e r h d f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w t w h f j f f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e t w q t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 h g t r y d f s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e j h u y w u w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e f w h b j
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d q e e g d s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 q w q e r s a s a d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e w t j n
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s s g e w w t r r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w t e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 g e r e y f d h
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r y e h f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y t t e r f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y t t r r u t u j
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y r e y e r u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w e t e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e w y e y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e w y e y e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r t t w e e w t y e r y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y y e r y
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m y   t o p   5   n b a   p l a y e r s     n b a   b a s k e t b a l l   l e b r o n j a m e s   s t e p h c u r r y   g i a n n i s . . .     v i a  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b r o o k   l o p e z   p r e s s   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e   b i g g e s t   m i l w a u k e e   b u c k s   . . . 
   
 
   
 a n t e t o k o u n m p o   b u c k s g r i z z l i e s   b u c k s h a w k s   b u c k s p o d c a s t   b u c k s p r e s e a s o n   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g i a n n i s   g s p n   j e v o n c a r t e r   j o r d a n n w o r a   j r u e h o l i d a y   m a r j o n b e a u c h a m p   m i l w a u k e e b u c k s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
g i a n n i s   a n t e t o k o u n m p o   c a l l s   l e b r o n   j a m e s   ‘ t h e   b e s t   p l a y e r   i n   t h e   w o r l d ’     w o r l d
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     g i a n n i s   b r e a d   n e w p o r t   b r a d s t e v e n s   m i n d f u l n e s s   n a s c a r   b r i s t o l   s b u   b u l l d o g s   d a t e l i n e   p t s d
a b s o l u t e l y   b e a u t i f u l !   g i a n n i s   m i l w a u k e e b u c k s   f e a r t h e d e a r  
.   g r e a t   a r g u m e n t ,   t h x . 
 _ a n 3 4   g i a n n i s   

t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
h i g h   b r o w   a c h i e v e r 
 + 
 t h e   g r e e k   b r o w 
 -   
 — 
 a n t h o n y d a v i s   a n t d a v j s 2 3   t h e b r o w   g i a n n i s   b u c k s   l a k e r s   l a k e s h o w   l a l a k e r s   l a k e r s v s w a r r i o r s  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o   b e   e f f e c t i v e   o n   o f f e n s e   t h i s   s e a s o n ,   p r a c t i c e   s c o r i n g   o u t   o f   c o m m o n   a c t i o n s   s u c h   a s   d r i b b l e   h a n d o f f s . 
 
 s u n d a y   l a t e n i g h t     p l a y e r d e v e l o p m e n t   b a s k e t b a l l t i p s   b a s k e t b a l l t r a i n e r   b a s k e t b a l l d r i l l s   b a s k e t b a l l w o r k o u t   p h i l l y   n b a   n c a a   w n b a   g l e a g u e   n i k e   g i a n n i s  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   r e c o v e r y   m e e t i n g   f o r   d e p r e s s i o n ,   a n x i e t y ,   c u t t e r s ,   o a ' s ,   e x   a a ' s ,   e x   n a ' s ,   b u l i m i a ,   e t c .   s t a r t   y o u r   o w n   m e e t i n g     g i a n n i s   b r e a d   n e w p o r t   b r a d s t e v e n s   n a s c a r   b r i s t o l   s b u   b u l l d o g s   d a t e l i n e   p t s d   r e c o v e r y   j e t s
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   r e s u l t s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2   ;   n b a   g a m e s   t o d a y ;   h a w k s 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   h a w k s   b u c k s   t r a e y o u n g   g i a n n i s   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a a b u d h a b i 2 0 2 2
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
i   j u s t   l o v e   t h e   f a c t   t h a t   h e   e n j o y s   t h e s e   j o k e s   s o   m u c h 
 d a d j o k e s   g i a n n i s  
n b a   g m s   h a v e   p i c k e d   t h e s e   p l a y e r s   a s   b e s t   a t   t h e i r   r e s p e c t i v e   p o s i t i o n s !   🏀 🔝 
 
 a r e   t h e y   y o u r   t o p   p l a y e r s ? 
 
 s t e p h e n c u r r y   d e v i n b o o k e r   k e v i n d u r a n t   g i a n n i s   n i k o l a j o k i c  
f a n s   d u b b e d   i t   t h e   " c o o l e s t   t h i n g "   w h e n   n b a   p l a y e r   g i a n n i s   a n t e t o k o u n m p o   l e a r n e d   t h e   " t a t t a d   t a t t a d "   h o o k   s t e p   f r o m   a c t o r   r a n v e e r   s i n g h . 
 r a n v e e r s i n g h   g i a n n i s  
" i   t h i n k   a   h e a l t h y   l a k e r s   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e   n b a   i s   b a c k … . 
 
 c u s t o m   n b a   h a r d w o o d   f o i l   c a r d s   a r e   n o w   a v a i l a b l e .   e a c h   c a r d   i s   l i m i t e d   / 1 0 . 
 
               m o r a n t   l a m e l o   l e b r o n   g i a n n i s   z i o n   d a m e  
t a t u m   s c o p e   p r i z m   p s a   1 0   r o o k i e !   l o o k i n g   t o   t r a d e   f o r   c u r r y   o r   g i a n n i s   p s a   1 0   r o o k i e s .   o p e n   t o   o f f e r s .   n o t   $ 1     _   _ s e l l   c e l t i c s   r o o k i e s   g i a n n i s   t a t u m   c u r r y   n b a  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  

 g i a n n i s   w a l k s   o u t   o f   i n t e r v i e w   w i t h   m a l i k a a n d r e w s
h a w k s   v s   b u c k s   a b u   d h a b i   g a m e   2 ;   n b a   s h e d u l e   t o d a y   o c t o b e r   8 ,   2 0 2 2 ;   n b a   p r e s e a s o n   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
" t h e   g r e e k f r e a k   g e t t i n ’   h i s   t a t t a d t a t t a d   o n ! "   
 
   s h a r e s   a   g l i m p s e   o f   h i m   m a t c h i n g   s t e p s   w i t h   b a s k e t b a l l   p l a y e r   _ a n 3 4   
 
 r a n v e e r s i n g h   g i a n n i s a n t e t o k o u n m p o   g i a n n i s   r a n v e e r   g r e e k   c i r k u s   n b a   b o l l y w o o d  
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
e v e r y o n e   g o   w i s h   m y   b e s t   f r i e n d   i n   t h e   w o r l d   a   h a p p y   b i r t h d a y   🎀 🌟 🌟 🎈 🎈 💕 💕 👑   i   l o v e   h e r   s o   m u c h   💘       🎈   m i a m i   g i a n n i s   a r i z o n a   t r a v e l   b f f   p r i n c e s s   b a d d i e  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
1 3 %   o f f   o n   g i a n n i s   i m m o r t a l i t y   2 
 l i t t l e   k i d s s h o e s   f r o m   n i k e 
 s h o p   h e r e : -    
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
h i g h l i g h t s :   b u c k s   1 1 3   -   h a w k s   1 2 3   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
n b a   l e a d e r :   2 7 . 9   p p g   2 2 7 ' s   y o u t u b e   c h i l i '   d e m a r   c h i l i '   d e r o z a n   2 7 . 9   p p g   5 . 2   r p g   4 . 9   a p g   b u l l s n a t i o n   s p i c y '     j a m a a l a l d i n _ t v     u s c   t r o j a n s   t h o u g h t s   o n   g i a n n i s   n b a   g i a n n i s   d e m a r d e r o z a n    
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
g i a n n i s   a n t e t o k o u n m p o   1 9   p o i n t s   v s .   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h r i s   b r o u s s a r d   r e a c t s   d e j o u n t e   m u r r a y   t r a d e d   . . . 
   
 
   
 a t l a n t a h a w k s   c l i p p e r s   c o w b o y s   e a s t e r n c o n f e r e n c e   g i a n n i s   k a w h i   l a k e r s   l e b r o n   l e b r o n j a m e s   l e b r o n v s g i a n n i s   l e b r o n v s k a w h i   n b a   n b a r e s t a r t   n f l   s h a n n o n   s h a n n o n s h a r p e   s k i p   s k i p a n d s h a n n o n  
g i a n n i s   d o i n g   g i a n n i s   t h i n g s   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   g i a n n i s   a n t e t o k o u n m p o   d u n k   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   o c t   2 7 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h     c       c     c     b o n i t a   b o n i t a s p r i n g s   d o l p i n s   g i a n n i s   f t m y e r s   i m p r o v m i l w a u k e e   m i l
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   o c t   2 7 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h     c       c     c     b o n i t a s p r i n g s   b o n i t a s p r i n g s   d o l p i n s   g i a n n i s   m l b   u f c   c o m e d y b a r
  s o   w h e n   t h e   t i m e   i s   r i g h t ,   d o   y o u   t h i n k   w e   c a n   d o u b l e   r e t i r e   n o .   3 4   f o r   g i a n n i s   & a m p ;   r a y a l l e n ?
g i a n n i s   a n t e t o k o u n m p o   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g i a n n i s a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
🚨 🏆 🦌 🏀 e n j o y   t h r o w b a c k   h i g h l i g h t s   w i t h   a s h   w h e r e   i   s h o w   m y   t i m e   @   t h e   b u c k s   c h a m p i o n s   p a r a d e   & a m p ;   r i n g s   n i g h t !   t h r o w b a c k t h u r s d a y   t b t h u r s d a y   t b t   g a m e s     g i a n n i s   b u c k s i n 6   f e a r t h e d e e r   b a s k e t b a l l   h o o p s   w i n   s p o r t s   y o u t u b e c h a n n e l   n b a   n b a t w i t t e r    
n i k e   z o o m   f r e a k   4 
 g i a n n i s   i s   a n   i n c e s s a n t   s t o r m   o f   s t a m i n a   a n d   s k i l l   t h a t   k e e p s   c o m i n g   a t   o p p o n e n t s   f o r   4   q u a r t e r s   o r   m o r e .   t h i s   s p e c i a l   c o l o r w a y   c e l e b r a t e s   g i a n n i s ’   s t o p s   a l o n g   h i s   r e m a r k a b l e   j o u r n e y   & a m p ;   t h o s e   w h o   h a v e   b e e n   t h e r e   4   h i m   s i n c e   d a y   1 
 l i n k   : -    
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   o c t   2 7 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h     c       c     c     b o n i t a   l a u g h i n g t a p   d o l p i n s   g i a n n i s   m u   u f c   i m p r o v m i l w a u k e e   c a p e c o r a l
_ a n 3 4       y e a   s i r   ! !   l o v e   h o w   g i v i n g   b a c k   t o   t h e   k i d s   t h a t ’ s   g r e a t   t o   s e e   😇   b u t   a l s o   r e a d y   f o r   y o u   t o   b a l l   o u t   t h i s   s e a s o n   😎   i   a l s o   m a d e   y o u r   w o r k o u t   r o u t i n e   i f   a n y o n e   w a n t s   t o   c h e c k   i t   o u t   💪 🏻   g i a n n i s   n b a   n b a t w i t t e r    
* m u s t   h a v e *   t r a v e l   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
c a l e b   h o u s t a n   i s   n o t   y o u r   t y p i c a l   . . . 
   
 
   
 2 0 2 2 n b a d r a f t   c a l e b h o u s t a n   f r a n z w a g n e r   j e f f w e l t m a n   k l a y t h o m p s o n   n b a d r a f t a n a l y s i s   o r l a n d o m a g i c d r a f t   p a o l o b a n c h e r o   b a s k e t b a l l   c a l e b h o u s t a n   e a s t e r n c o n f e r e n c e   g i a n n i s   l e b r o n   m a g i c t o g e t h e r   n b a  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
h a w k s   v s   b u c k s   a b u   d h a b i   g a m e s ;   n b a   s h e d u l e   t o d a y   o c t o b e r   6 ,   2 0 2 2 ;   n b a   p r e s e a s o n   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
g i a n n i s   w i t h   t h e s e   s k i l l s   w o u l d   b e   t h e   g o a t   🐐 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   g i a n n i s   a n t e t o k o u n m p o   g o a t   m i l   m i l w a u k e e   b u c k s
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e     g i a n n i s   b r e a d   n e w p o r t   b r a d s t e v e n s   n a s c a r   b r i s t o l   s b u   b u l l d o g s   d a t e l i n e   p t s d   r e c o v e r y   s o b e r   j e t s   m e t s   g l o v e   d o g s
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e   b u c k s   g i a n n i s   n e w o r l e a n s   s a i n t s   c a d e t s   r o t c   f a m i l y f i r s t   s t u   a s u
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o   y o u   a g r e e   o r   d i s a g r e e   w i t h   g i a n n i s   t h a t   t a l e n t   a l o n e   i s n ' t   e n o u g h   t o   m a k e   i t   i n   t h e   n b a ? 
 🤨 🤨   g i a n n i s a n t e t o k o u n m p o   g i a n n i s   n b a  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   a b u   d h a b i   g a m e s   s c h e d u l e s   |   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
k a w h i 🖐 ️ , z i o n 🚀 , j a m a l   m u r r a y 🏹   🙉 . . . w h o s e   g o n n n a   h a v e   t h e   b e s t   c o m e b a c k ? ? ?     _ n b a   n b a   g i a n n i s   t r e n d i n g n o w       _  
d o   y o u   t r a d e   i n   f o r e x , c o m e x , i n d i c e s ? 
 
 j o i n   u s 
 
 
 u s   c h i c a g o   a u s t i n   d u b a i t r a d e r   m a l a y s i a   i t a l y   f o r e x t r a d e r   t r a d i n g   f o r e x t r a d i n g   m o n e y   i n v e s t m e n t   f o r e x s i g n a l s   f x t r a d e r   d a y t r a d i n g   f o r e x p r o f i t   f o r e x a n a l y s i s   v o o c h   g i a n n i s   a b r e u   s e e r e d   z a c h  
d o   y o u   t r a d e   i n   f o r e x , c o m e x , i n d i c e s ? 
 
 j o i n   u s 
 
 
 u s   c h i c a g o   a u s t i n   d u b a i t r a d e r   m a l a y s i a   i t a l y   f o r e x t r a d e r   t r a d i n g   f o r e x t r a d i n g   m o n e y   i n v e s t m e n t   f o r e x s i g n a l s   f x t r a d e r   d a y t r a d i n g   f o r e x p r o f i t   f o r e x a n a l y s i s   v o o c h   g i a n n i s   a b r e u   s e e r e d   z a c h    
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     g i a n n i s   b r e a d   n e w p o r t   b r a d s t e v e n s   n a s c a r   b r i s t o l   s b u   b u l l d o g s   d a t e l i n e   p t s d   r e c o v e r y
a c c o l a d e s   b e s i d e s ,   g i a n n i s   i s   t h e   m o s t   d o m i n a n t   p l a y e r   o f   a l l   t i m e .   b y   t h e   t i m e   h e   r e t i r e s   h e   w i l l   b e   t h e   g o a t 𓃵   !   _ a n 3 4   
 n b a   n b a   b u c k s   m i l w a u k e e   b a s k e t b a l l   f o o t b a l l   d r e a m f a c e r e v e a l
t h e   u l t i m a t e   f a n t a s y   h o o p s   l e a g u e   👇 🏻 f a n t a s y h o o p s   d f s     l e b r o n j a m e s   l u k a d o n c i c   j o k i c   g i a n n i s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 g i a n n i s   u g o   a n t e t o k o u n m p o   -   y e a r   1 0   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 g i a n n i s   u g o   a n t e t o k o u n m p o   -   y e a r   1 0   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 g i a n n i s   u g o   a n t e t o k o u n m p o   -   y e a r   1 0   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s
n e w   l o b   a n i m a t i o n s   🔥 🥶 💰   r e e l s   2 k 2 3   o n l i n e   b o d y   o m g   l o r d   g a h l e e   g e t u p   b u n n i e s   g i a n n i s   k d r a m a  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h a t ’ s   r e a l   g i a n n i s   b u c k s   n b a   h a r d w o r k p a y s o f f  
g i a n n i s   a n d   l u k a   a r e   t h e   m o s t   d e s i r a b l e   s t a r s   t o   s t a r t   a   f r a n c h i s e   a c c o r d i n g   t o   n b a   g m s .   
 
 w h o   w o u l d   y o u   c h o o s e   a s   y o u r   f r a n c h i s e   p l a y e r ?   🤔 
 
 l u k a d o n c i c   g i a n n i s   m i l w a u k e e b u c k s   d a l l a s m a v e r i c k s   n b a  
g i a n n i s ’ s   m o d e s t y   i s n ’ t   j u s t   e n d e a r i n g ;   i t ’ s   a l s o   p a r t   o f   h i s   g l o b a l   a p p e a l   b e y o n d   b a s k e t b a l l .   t h e   a t h l e t e ’ s   a l r e a d y   g r a c e d   t h e   c o v e r s   o f   m a g a z i n e s   a n d   n b a 2 k ,   e a r n e d   f o u r   s i g n a t u r e   s n e a k e r s   w i t h   n i k e   a n d   c o u n t i n g   n o w ,   h e ’ s   d a b b l i n g   i n   s t o r i e s   t h a t   s h i n e   a   l i g h t   o n   h i s   h e r i t a g e  
t h e   t w o - t i m e   m v p   a n d   f o r m e r   n b a   c h a m p   t a l k s   f a s h i o n ,   c e l e b r a t i n g   h i s   r o o t s ,   a n d   t h a t   o n e   t i m e   h i s   a g e n t   h a d   t o   f o r c e   h i m   t o   w e a r   a   s u i t .   a n t e t o k o u n m p o   ⁦ ⁩   g i a n n i s   t u e s d a y v i b e    
n b a   g m s   h a v e   p i c k e d   l u k a   d o n c i c   a s   t h e   f a v o r i t e   t o   w i n   m v p   t h i s   s e a s o n !   💪 🤩 
 
 n a m e   y o u r   f a v o r i t e   m v p   c a n d i d a t e   e n t e r i n g   2 0 2 2 - 2 3   s e a s o n !   🗣 ️ 🏆 
 
 l u k a d o n c i c   g i a n n i s   s t e p h e n c u r r y   j o e l e m b i i d   n b a   m v p  
w h a t   i f - -   b r e w e r s   i n s t e a d   o f   t h e   p a c k e r s   b r e w e r s   p a c k e r s   m i l w a u k e e   w i s c o n s i n   m k e   n b a   b u c k s   m i l w a u k e e t o o l s   m i l w a u k e e b u c k s   t o o l s   d e w a l t   b a s k e t b a l l   g i a n n i s a n t e t o k o u n m p o   m a k i t a   g i a n n i s   m k e m y c i t y   a t l a n t a   c o n s t r u c t i o n   m a d i s o n   b o s c h   m k e h o m e   m   m i l w a u k e e b r e w e r s  
o b s e s s i o n   w i t h   b a s k e t b a l l   a n d   g e t t i n g   b e t t e r   i s   w h a t   s e p a r a t e s   t h o s e   w h o   h a v e   s k i l l   a n d   t h o s e   w h o   w i l l   u s e   t h a t   s k i l l   t o   b e c o m e   g r e a t .   g i a n n i s   b u c k s i n s i x   b u c k s  
l o s   a n g e l e s   c l i p p e r s   v s   p o r t l a n d   t r a i l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
h e r e   t o d a y ,   g o n e   t o m o r r o w .   g i a n n i s   h a s   h i s   p o s t - n b a   p l a n s   s e t   a n d   t h e y   d o n ' t   i n c l u d e   b e i n g   i n   t h e   p u b l i c   e y e .   👀   
 
 f e a r t h e d e e r   b u c k s   n b a   g i a n n i s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
z o o m   f r e a k   4   🔥   n i k e   g i a n n i s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
w h y   t h e   l o s   a n g e l e s   c l i p p e r s   w i l l   . . . 
   
 
   
 b a s k e t b a l l   b a s k e t b a l l t a k e   b u c k s   c u r r y   d r a y m o n d g r e e n   d u n k   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m o r a n t   j a m o r a n t d u n k   j o h n w a l l   k a w h i l e o n a r d   l a k e r s   l e b r o n   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s   l o s a n g e l e s l a k e r s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
w a r r i o r s   r u m o r s :   s i g n   k a i   s o t t o   a f t e r   b e a t i n g   s u n s ?   d u b s   . . . 
   
 
   
 a n t h o n y l a m b   a n t h o n y l a m b w a r r i o r s   c h a t s p o r t s   e s p n   e s p n n b a   e s p n n b a p r o j e c t i o n   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   g o l d e n s t a t e w a r r i o r s n e w s   g o l d e n s t a t e w a r r i o r s r u m o r s  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j o r d a n   n w o r a   t a l k s   m i l w a u k e e   . . . 
   
 
   
 b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   c e n t r a l d i v i s i o n   d e a n d r e b e m b r y   d e m a r c u s c o u s i n s   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f a n a t i c s v i e w   g e o r g e h i l l   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n   g r e g m o n r o e   h o o p s  
g i a n n i s   a n t e t o k o u n m p o   r e p l i e s   b a c k   t o   a n a l y s t   g i l b e r t   a r e n a s   a f t e r   h e   c a l l e d   t h e   g r e e k   f r e a k   a   n e w b i e   w h o   i s   u n a w a r e   o f   t h e   g a m e . 
 
 n b a   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g i l b e r t a r e n a s   n b a a n a l y s t   c h a m p i o n s h i p   m i l w a u k e e b u c k s  
n i k e   z o o m   f r e a k   4   l i g h t h o u s e   
 g i a n n i s   t h e   f o r w a r d - t h i n k i n g   d e s i g n   o f   h i s   l a t e s t   s i g n a t u r e   s h o e   h e l p s   p r o p e l   u   d o w n   d   c o u r t   i n   a   l i g h t w e i g h t   f i t   t h a t   m o v e s   w i t h   u .   i t   c a n   h a n d l e   q u i c k   c h a n g e s   i n   d i r e c t i o n   o n   b o t h   s i d e s   o f   t h e   f l o o r . 
 b a s k e t b a l l s h o e s 

b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
s t e v e   k e r r   p o s t g a m e   i n t e r v i e w   |   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m y   t o p   5   n b a   p l a y e r s     n b a   b a s k e t b a l l   l e b r o n j a m e s   s t e p h c u r r y   g i a n n i s . . .     v i a  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b r o o k   l o p e z   p r e s s   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e   b i g g e s t   m i l w a u k e e   b u c k s   . . . 
   
 
   
 a n t e t o k o u n m p o   b u c k s g r i z z l i e s   b u c k s h a w k s   b u c k s p o d c a s t   b u c k s p r e s e a s o n   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g i a n n i s   g s p n   j e v o n c a r t e r   j o r d a n n w o r a   j r u e h o l i d a y   m a r j o n b e a u c h a m p   m i l w a u k e e b u c k s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
g i a n n i s   a n t e t o k o u n m p o   c a l l s   l e b r o n   j a m e s   ‘ t h e   b e s t   p l a y e r   i n   t h e   w o r l d ’     w o r l d
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     g i a n n i s   b r e a d   n e w p o r t   b r a d s t e v e n s   m i n d f u l n e s s   n a s c a r   b r i s t o l   s b u   b u l l d o g s   d a t e l i n e   p t s d
a b s o l u t e l y   b e a u t i f u l !   g i a n n i s   m i l w a u k e e b u c k s   f e a r t h e d e a r  
.   g r e a t   a r g u m e n t ,   t h x . 
 _ a n 3 4   g i a n n i s   

t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
h i g h   b r o w   a c h i e v e r 
 + 
 t h e   g r e e k   b r o w 
 -   
 — 
 a n t h o n y d a v i s   a n t d a v j s 2 3   t h e b r o w   g i a n n i s   b u c k s   l a k e r s   l a k e s h o w   l a l a k e r s   l a k e r s v s w a r r i o r s  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o   b e   e f f e c t i v e   o n   o f f e n s e   t h i s   s e a s o n ,   p r a c t i c e   s c o r i n g   o u t   o f   c o m m o n   a c t i o n s   s u c h   a s   d r i b b l e   h a n d o f f s . 
 
 s u n d a y   l a t e n i g h t     p l a y e r d e v e l o p m e n t   b a s k e t b a l l t i p s   b a s k e t b a l l t r a i n e r   b a s k e t b a l l d r i l l s   b a s k e t b a l l w o r k o u t   p h i l l y   n b a   n c a a   w n b a   g l e a g u e   n i k e   g i a n n i s  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   r e c o v e r y   m e e t i n g   f o r   d e p r e s s i o n ,   a n x i e t y ,   c u t t e r s ,   o a ' s ,   e x   a a ' s ,   e x   n a ' s ,   b u l i m i a ,   e t c .   s t a r t   y o u r   o w n   m e e t i n g     g i a n n i s   b r e a d   n e w p o r t   b r a d s t e v e n s   n a s c a r   b r i s t o l   s b u   b u l l d o g s   d a t e l i n e   p t s d   r e c o v e r y   j e t s
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   r e s u l t s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2   ;   n b a   g a m e s   t o d a y ;   h a w k s 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   h a w k s   b u c k s   t r a e y o u n g   g i a n n i s   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a a b u d h a b i 2 0 2 2
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
i   j u s t   l o v e   t h e   f a c t   t h a t   h e   e n j o y s   t h e s e   j o k e s   s o   m u c h 
 d a d j o k e s   g i a n n i s  
n b a   g m s   h a v e   p i c k e d   t h e s e   p l a y e r s   a s   b e s t   a t   t h e i r   r e s p e c t i v e   p o s i t i o n s !   🏀 🔝 
 
 a r e   t h e y   y o u r   t o p   p l a y e r s ? 
 
 s t e p h e n c u r r y   d e v i n b o o k e r   k e v i n d u r a n t   g i a n n i s   n i k o l a j o k i c  
f a n s   d u b b e d   i t   t h e   " c o o l e s t   t h i n g "   w h e n   n b a   p l a y e r   g i a n n i s   a n t e t o k o u n m p o   l e a r n e d   t h e   " t a t t a d   t a t t a d "   h o o k   s t e p   f r o m   a c t o r   r a n v e e r   s i n g h . 
 r a n v e e r s i n g h   g i a n n i s  
" i   t h i n k   a   h e a l t h y   l a k e r s   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e   n b a   i s   b a c k … . 
 
 c u s t o m   n b a   h a r d w o o d   f o i l   c a r d s   a r e   n o w   a v a i l a b l e .   e a c h   c a r d   i s   l i m i t e d   / 1 0 . 
 
               m o r a n t   l a m e l o   l e b r o n   g i a n n i s   z i o n   d a m e  
t a t u m   s c o p e   p r i z m   p s a   1 0   r o o k i e !   l o o k i n g   t o   t r a d e   f o r   c u r r y   o r   g i a n n i s   p s a   1 0   r o o k i e s .   o p e n   t o   o f f e r s .   n o t   $ 1     _   _ s e l l   c e l t i c s   r o o k i e s   g i a n n i s   t a t u m   c u r r y   n b a  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  

 g i a n n i s   w a l k s   o u t   o f   i n t e r v i e w   w i t h   m a l i k a a n d r e w s
h a w k s   v s   b u c k s   a b u   d h a b i   g a m e   2 ;   n b a   s h e d u l e   t o d a y   o c t o b e r   8 ,   2 0 2 2 ;   n b a   p r e s e a s o n   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
" t h e   g r e e k f r e a k   g e t t i n ’   h i s   t a t t a d t a t t a d   o n ! "   
 
   s h a r e s   a   g l i m p s e   o f   h i m   m a t c h i n g   s t e p s   w i t h   b a s k e t b a l l   p l a y e r   _ a n 3 4   
 
 r a n v e e r s i n g h   g i a n n i s a n t e t o k o u n m p o   g i a n n i s   r a n v e e r   g r e e k   c i r k u s   n b a   b o l l y w o o d  
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
e v e r y o n e   g o   w i s h   m y   b e s t   f r i e n d   i n   t h e   w o r l d   a   h a p p y   b i r t h d a y   🎀 🌟 🌟 🎈 🎈 💕 💕 👑   i   l o v e   h e r   s o   m u c h   💘       🎈   m i a m i   g i a n n i s   a r i z o n a   t r a v e l   b f f   p r i n c e s s   b a d d i e  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
1 3 %   o f f   o n   g i a n n i s   i m m o r t a l i t y   2 
 l i t t l e   k i d s s h o e s   f r o m   n i k e 
 s h o p   h e r e : -    
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
h i g h l i g h t s :   b u c k s   1 1 3   -   h a w k s   1 2 3   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
n b a   l e a d e r :   2 7 . 9   p p g   2 2 7 ' s   y o u t u b e   c h i l i '   d e m a r   c h i l i '   d e r o z a n   2 7 . 9   p p g   5 . 2   r p g   4 . 9   a p g   b u l l s n a t i o n   s p i c y '     j a m a a l a l d i n _ t v     u s c   t r o j a n s   t h o u g h t s   o n   g i a n n i s   n b a   g i a n n i s   d e m a r d e r o z a n    
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
g i a n n i s   a n t e t o k o u n m p o   1 9   p o i n t s   v s .   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h r i s   b r o u s s a r d   r e a c t s   d e j o u n t e   m u r r a y   t r a d e d   . . . 
   
 
   
 a t l a n t a h a w k s   c l i p p e r s   c o w b o y s   e a s t e r n c o n f e r e n c e   g i a n n i s   k a w h i   l a k e r s   l e b r o n   l e b r o n j a m e s   l e b r o n v s g i a n n i s   l e b r o n v s k a w h i   n b a   n b a r e s t a r t   n f l   s h a n n o n   s h a n n o n s h a r p e   s k i p   s k i p a n d s h a n n o n  
g i a n n i s   d o i n g   g i a n n i s   t h i n g s   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   g i a n n i s   a n t e t o k o u n m p o   d u n k   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   o c t   2 7 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h     c       c     c     b o n i t a   b o n i t a s p r i n g s   d o l p i n s   g i a n n i s   f t m y e r s   i m p r o v m i l w a u k e e   m i l
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   o c t   2 7 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h     c       c     c     b o n i t a s p r i n g s   b o n i t a s p r i n g s   d o l p i n s   g i a n n i s   m l b   u f c   c o m e d y b a r
  s o   w h e n   t h e   t i m e   i s   r i g h t ,   d o   y o u   t h i n k   w e   c a n   d o u b l e   r e t i r e   n o .   3 4   f o r   g i a n n i s   & a m p ;   r a y a l l e n ?
g i a n n i s   a n t e t o k o u n m p o   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g i a n n i s a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
🚨 🏆 🦌 🏀 e n j o y   t h r o w b a c k   h i g h l i g h t s   w i t h   a s h   w h e r e   i   s h o w   m y   t i m e   @   t h e   b u c k s   c h a m p i o n s   p a r a d e   & a m p ;   r i n g s   n i g h t !   t h r o w b a c k t h u r s d a y   t b t h u r s d a y   t b t   g a m e s     g i a n n i s   b u c k s i n 6   f e a r t h e d e e r   b a s k e t b a l l   h o o p s   w i n   s p o r t s   y o u t u b e c h a n n e l   n b a   n b a t w i t t e r    
n i k e   z o o m   f r e a k   4 
 g i a n n i s   i s   a n   i n c e s s a n t   s t o r m   o f   s t a m i n a   a n d   s k i l l   t h a t   k e e p s   c o m i n g   a t   o p p o n e n t s   f o r   4   q u a r t e r s   o r   m o r e .   t h i s   s p e c i a l   c o l o r w a y   c e l e b r a t e s   g i a n n i s ’   s t o p s   a l o n g   h i s   r e m a r k a b l e   j o u r n e y   & a m p ;   t h o s e   w h o   h a v e   b e e n   t h e r e   4   h i m   s i n c e   d a y   1 
 l i n k   : -    
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   o c t   2 7 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h     c       c     c     b o n i t a   l a u g h i n g t a p   d o l p i n s   g i a n n i s   m u   u f c   i m p r o v m i l w a u k e e   c a p e c o r a l
_ a n 3 4       y e a   s i r   ! !   l o v e   h o w   g i v i n g   b a c k   t o   t h e   k i d s   t h a t ’ s   g r e a t   t o   s e e   😇   b u t   a l s o   r e a d y   f o r   y o u   t o   b a l l   o u t   t h i s   s e a s o n   😎   i   a l s o   m a d e   y o u r   w o r k o u t   r o u t i n e   i f   a n y o n e   w a n t s   t o   c h e c k   i t   o u t   💪 🏻   g i a n n i s   n b a   n b a t w i t t e r    
* m u s t   h a v e *   t r a v e l   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
c a l e b   h o u s t a n   i s   n o t   y o u r   t y p i c a l   . . . 
   
 
   
 2 0 2 2 n b a d r a f t   c a l e b h o u s t a n   f r a n z w a g n e r   j e f f w e l t m a n   k l a y t h o m p s o n   n b a d r a f t a n a l y s i s   o r l a n d o m a g i c d r a f t   p a o l o b a n c h e r o   b a s k e t b a l l   c a l e b h o u s t a n   e a s t e r n c o n f e r e n c e   g i a n n i s   l e b r o n   m a g i c t o g e t h e r   n b a  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
h a w k s   v s   b u c k s   a b u   d h a b i   g a m e s ;   n b a   s h e d u l e   t o d a y   o c t o b e r   6 ,   2 0 2 2 ;   n b a   p r e s e a s o n   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
g i a n n i s   w i t h   t h e s e   s k i l l s   w o u l d   b e   t h e   g o a t   🐐 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   g i a n n i s   a n t e t o k o u n m p o   g o a t   m i l   m i l w a u k e e   b u c k s
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e     g i a n n i s   b r e a d   n e w p o r t   b r a d s t e v e n s   n a s c a r   b r i s t o l   s b u   b u l l d o g s   d a t e l i n e   p t s d   r e c o v e r y   s o b e r   j e t s   m e t s   g l o v e   d o g s
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e   b u c k s   g i a n n i s   n e w o r l e a n s   s a i n t s   c a d e t s   r o t c   f a m i l y f i r s t   s t u   a s u
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o   y o u   a g r e e   o r   d i s a g r e e   w i t h   g i a n n i s   t h a t   t a l e n t   a l o n e   i s n ' t   e n o u g h   t o   m a k e   i t   i n   t h e   n b a ? 
 🤨 🤨   g i a n n i s a n t e t o k o u n m p o   g i a n n i s   n b a  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   a b u   d h a b i   g a m e s   s c h e d u l e s   |   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
k a w h i 🖐 ️ , z i o n 🚀 , j a m a l   m u r r a y 🏹   🙉 . . . w h o s e   g o n n n a   h a v e   t h e   b e s t   c o m e b a c k ? ? ?     _ n b a   n b a   g i a n n i s   t r e n d i n g n o w       _  
d o   y o u   t r a d e   i n   f o r e x , c o m e x , i n d i c e s ? 
 
 j o i n   u s 
 
 
 u s   c h i c a g o   a u s t i n   d u b a i t r a d e r   m a l a y s i a   i t a l y   f o r e x t r a d e r   t r a d i n g   f o r e x t r a d i n g   m o n e y   i n v e s t m e n t   f o r e x s i g n a l s   f x t r a d e r   d a y t r a d i n g   f o r e x p r o f i t   f o r e x a n a l y s i s   v o o c h   g i a n n i s   a b r e u   s e e r e d   z a c h  
d o   y o u   t r a d e   i n   f o r e x , c o m e x , i n d i c e s ? 
 
 j o i n   u s 
 
 
 u s   c h i c a g o   a u s t i n   d u b a i t r a d e r   m a l a y s i a   i t a l y   f o r e x t r a d e r   t r a d i n g   f o r e x t r a d i n g   m o n e y   i n v e s t m e n t   f o r e x s i g n a l s   f x t r a d e r   d a y t r a d i n g   f o r e x p r o f i t   f o r e x a n a l y s i s   v o o c h   g i a n n i s   a b r e u   s e e r e d   z a c h    
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     g i a n n i s   b r e a d   n e w p o r t   b r a d s t e v e n s   n a s c a r   b r i s t o l   s b u   b u l l d o g s   d a t e l i n e   p t s d   r e c o v e r y
a c c o l a d e s   b e s i d e s ,   g i a n n i s   i s   t h e   m o s t   d o m i n a n t   p l a y e r   o f   a l l   t i m e .   b y   t h e   t i m e   h e   r e t i r e s   h e   w i l l   b e   t h e   g o a t 𓃵   !   _ a n 3 4   
 n b a   n b a   b u c k s   m i l w a u k e e   b a s k e t b a l l   f o o t b a l l   d r e a m f a c e r e v e a l
t h e   u l t i m a t e   f a n t a s y   h o o p s   l e a g u e   👇 🏻 f a n t a s y h o o p s   d f s     l e b r o n j a m e s   l u k a d o n c i c   j o k i c   g i a n n i s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 g i a n n i s   u g o   a n t e t o k o u n m p o   -   y e a r   1 0   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 g i a n n i s   u g o   a n t e t o k o u n m p o   -   y e a r   1 0   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 g i a n n i s   u g o   a n t e t o k o u n m p o   -   y e a r   1 0   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s
n e w   l o b   a n i m a t i o n s   🔥 🥶 💰   r e e l s   2 k 2 3   o n l i n e   b o d y   o m g   l o r d   g a h l e e   g e t u p   b u n n i e s   g i a n n i s   k d r a m a  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h a t ’ s   r e a l   g i a n n i s   b u c k s   n b a   h a r d w o r k p a y s o f f  
g i a n n i s   a n d   l u k a   a r e   t h e   m o s t   d e s i r a b l e   s t a r s   t o   s t a r t   a   f r a n c h i s e   a c c o r d i n g   t o   n b a   g m s .   
 
 w h o   w o u l d   y o u   c h o o s e   a s   y o u r   f r a n c h i s e   p l a y e r ?   🤔 
 
 l u k a d o n c i c   g i a n n i s   m i l w a u k e e b u c k s   d a l l a s m a v e r i c k s   n b a  
g i a n n i s ’ s   m o d e s t y   i s n ’ t   j u s t   e n d e a r i n g ;   i t ’ s   a l s o   p a r t   o f   h i s   g l o b a l   a p p e a l   b e y o n d   b a s k e t b a l l .   t h e   a t h l e t e ’ s   a l r e a d y   g r a c e d   t h e   c o v e r s   o f   m a g a z i n e s   a n d   n b a 2 k ,   e a r n e d   f o u r   s i g n a t u r e   s n e a k e r s   w i t h   n i k e   a n d   c o u n t i n g   n o w ,   h e ’ s   d a b b l i n g   i n   s t o r i e s   t h a t   s h i n e   a   l i g h t   o n   h i s   h e r i t a g e  
t h e   t w o - t i m e   m v p   a n d   f o r m e r   n b a   c h a m p   t a l k s   f a s h i o n ,   c e l e b r a t i n g   h i s   r o o t s ,   a n d   t h a t   o n e   t i m e   h i s   a g e n t   h a d   t o   f o r c e   h i m   t o   w e a r   a   s u i t .   a n t e t o k o u n m p o   ⁦ ⁩   g i a n n i s   t u e s d a y v i b e    
n b a   g m s   h a v e   p i c k e d   l u k a   d o n c i c   a s   t h e   f a v o r i t e   t o   w i n   m v p   t h i s   s e a s o n !   💪 🤩 
 
 n a m e   y o u r   f a v o r i t e   m v p   c a n d i d a t e   e n t e r i n g   2 0 2 2 - 2 3   s e a s o n !   🗣 ️ 🏆 
 
 l u k a d o n c i c   g i a n n i s   s t e p h e n c u r r y   j o e l e m b i i d   n b a   m v p  
w h a t   i f - -   b r e w e r s   i n s t e a d   o f   t h e   p a c k e r s   b r e w e r s   p a c k e r s   m i l w a u k e e   w i s c o n s i n   m k e   n b a   b u c k s   m i l w a u k e e t o o l s   m i l w a u k e e b u c k s   t o o l s   d e w a l t   b a s k e t b a l l   g i a n n i s a n t e t o k o u n m p o   m a k i t a   g i a n n i s   m k e m y c i t y   a t l a n t a   c o n s t r u c t i o n   m a d i s o n   b o s c h   m k e h o m e   m   m i l w a u k e e b r e w e r s  
o b s e s s i o n   w i t h   b a s k e t b a l l   a n d   g e t t i n g   b e t t e r   i s   w h a t   s e p a r a t e s   t h o s e   w h o   h a v e   s k i l l   a n d   t h o s e   w h o   w i l l   u s e   t h a t   s k i l l   t o   b e c o m e   g r e a t .   g i a n n i s   b u c k s i n s i x   b u c k s  
l o s   a n g e l e s   c l i p p e r s   v s   p o r t l a n d   t r a i l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
h e r e   t o d a y ,   g o n e   t o m o r r o w .   g i a n n i s   h a s   h i s   p o s t - n b a   p l a n s   s e t   a n d   t h e y   d o n ' t   i n c l u d e   b e i n g   i n   t h e   p u b l i c   e y e .   👀   
 
 f e a r t h e d e e r   b u c k s   n b a   g i a n n i s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
z o o m   f r e a k   4   🔥   n i k e   g i a n n i s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
w h y   t h e   l o s   a n g e l e s   c l i p p e r s   w i l l   . . . 
   
 
   
 b a s k e t b a l l   b a s k e t b a l l t a k e   b u c k s   c u r r y   d r a y m o n d g r e e n   d u n k   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m o r a n t   j a m o r a n t d u n k   j o h n w a l l   k a w h i l e o n a r d   l a k e r s   l e b r o n   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s   l o s a n g e l e s l a k e r s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
w a r r i o r s   r u m o r s :   s i g n   k a i   s o t t o   a f t e r   b e a t i n g   s u n s ?   d u b s   . . . 
   
 
   
 a n t h o n y l a m b   a n t h o n y l a m b w a r r i o r s   c h a t s p o r t s   e s p n   e s p n n b a   e s p n n b a p r o j e c t i o n   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   g o l d e n s t a t e w a r r i o r s n e w s   g o l d e n s t a t e w a r r i o r s r u m o r s  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j o r d a n   n w o r a   t a l k s   m i l w a u k e e   . . . 
   
 
   
 b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   c e n t r a l d i v i s i o n   d e a n d r e b e m b r y   d e m a r c u s c o u s i n s   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f a n a t i c s v i e w   g e o r g e h i l l   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n   g r e g m o n r o e   h o o p s  
g i a n n i s   a n t e t o k o u n m p o   r e p l i e s   b a c k   t o   a n a l y s t   g i l b e r t   a r e n a s   a f t e r   h e   c a l l e d   t h e   g r e e k   f r e a k   a   n e w b i e   w h o   i s   u n a w a r e   o f   t h e   g a m e . 
 
 n b a   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g i l b e r t a r e n a s   n b a a n a l y s t   c h a m p i o n s h i p   m i l w a u k e e b u c k s  
n i k e   z o o m   f r e a k   4   l i g h t h o u s e   
 g i a n n i s   t h e   f o r w a r d - t h i n k i n g   d e s i g n   o f   h i s   l a t e s t   s i g n a t u r e   s h o e   h e l p s   p r o p e l   u   d o w n   d   c o u r t   i n   a   l i g h t w e i g h t   f i t   t h a t   m o v e s   w i t h   u .   i t   c a n   h a n d l e   q u i c k   c h a n g e s   i n   d i r e c t i o n   o n   b o t h   s i d e s   o f   t h e   f l o o r . 
 b a s k e t b a l l s h o e s 

b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
s t e v e   k e r r   p o s t g a m e   i n t e r v i e w   |   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
🇬 🇷   t h e   g r e e k f r e a k   s t o r y   🇬 🇷 ⁠ 
 ⁠ 
 w i t h   t h e   2 0 2 2 - 2 3   n b a   s e a s o n   i m m i n e n t ,   w e   c o v e r   t h e   s t o r y   o f   o n e   o f   i t s   m o s t   d o m i n a n t   a n d   b e l o v e d   s t a r s ,   g i a n n i s a n t e t o k o u n m p o . ⁠ 
 ⁠ 
 t e l l i n g   h i s   l e g e n d   t h r o u g h   t h e   m o t i f s   o n   h i s   n i k e z o o m f r e a k   l i n e . ⁠ 
 ⁠ 
 r e a d   m o r e :    
b r o o k   l o p e z   p r e s s   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
s o   e x c i t e d !   _ a n 3 4   i   k n o w   y o u ' r e   b u s y ,   b u t   i   r e a l l y   h o p e   i   g e t   t o   s e e   y o u   p l a y   a t     i n   t w o   d a y s !   i ' v e   b e e n   w a i t i n g   8 7 6   d a y s   f o r   t h i s !   i ' l l   b e   t h e r e   o n   w e d   v s   t h e     b e h i n d   t h e     b e n c h .   l i k e g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g i a n n i s 3 4   m i l w a u k e e b u c k s  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
o o o w w w e e e ‼ ️   t o d a y ’ s   p i c k ’ s ‼ ️   g i a n n i s a n t e t o k o u n m p o   g r e e k f r e a k   b u c k s   s u p e r s t a r   b a s k e t b a l l c a r d s   p a n i n i   a m a z i n g   o r a n g e p a r a l l e l s   c o l l e c t o r   o o o w w w e e e s p o r t s c a r d s  
w h o ’ s   n e x t :   f i v e   n b a   s t a r s   m o s t   l i k e l y   t o   b e   t r a d e d   t h i s   s e a s o n   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
n b a   " o m g   ! "   m o m e n t s   🔥 
   
 
   
 2 k 2 0   a l l s t a r   b a s k e t b a l l   b a s k e t b a l l v i d e o s   b l o o p e r s   b o s t o n c e l t i c s   b r a w l   b u z z e r b e a t e r   d e r r i c k r o s e   d u n k c o n t e s t   e s p n   f i g h t   f i n a l s   f i r s t t a k e   f u n n y   g a m e w i n n e r   g i a n n i s a n t e t o k o u n m p o   g o a t  
g i a n n i s   a n t e t o k o u n m p o   s a i d   t h i s   a b o u t   a t l a n t a   h a w k s   a f t e r   g e t t i n g   b e a t   t w i c e . .   y o u   w o n t   b e l i e v e   i t 
   
 
   
 a t l a n t a h a w k s   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   j r u e h o l i d a y   m i l w a u k e e b u c k s   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
i n d i a n a   p a c e r s   v s .   n e w   y o r k   k n i c k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w :   w h y   y o u   s h o u l d   t a k e   t h e   o v e r   o n   n e t s '   s t a r s   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

w a t c h 🎥 
 r a n v e e r   s i n g h   d a n c i n g   w i t h   s h a q   o n   ' k h a l i b a l i '   f r o m   h i s   2 0 1 8   f i l m   p a d m a a v a t . 
 
 r a n v e e r s i n g h   n b a   s h a q   g i a n n i s a n t e t o k o u n m p o   s h a q u i l l e o n e a l   n b a t w i t t e r   |       

.   t e a c h e s   ‘ t a t t a d t a t t a d ’   t o   n b a   p l a y e r   g i a n n i s a n t e t o k o u n m p o   a n d   t h e i r   d a n c e   v i d e o   i s   g o i n g   v i r a l 
 

m i l w a u k e e   b u c k s   v s .   a t l a n t a   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s  
“ h e ’ s   i n c r e d i b l e .   h e   h a s   t h e   c h a n c e   t o   b e   o n e   o f   t h e   b e s t   t o   e v e r   p l a y   t h i s   g a m e ”   g i a n n i s   o n   w e m b y   
 g i a n n i s a n t e t o k o u n m p o   v i c t o r w e m b a n y a m a   

a l l - a c c e s s :   b u c k s   m e e t   n e y m a r   & a m p ;   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l o p e z   c e n t r a l d i v i s i o n   d j w i l s o n   d o n t e d i v i n c e n z o   d r a g a n b e n d e r   e a s t e r n c o n f e r e n c e   e r i c b l e d s o e   g e o r g e h i l l   g i a n n i s a n t e t o k o u n m p o   g r e e k f r e a k   h o r n e t s   j o r d a n   k h r i s m i d d l e t o n   k y l i a n m b a p p e  
r a n v e e r s i n g h   t o o k   t o   i n s t a g r a m   t o   s h a r e   a   c l i p   w i t h   n b a   s t a r   g i a n n i s a n t e t o k o u n m p o ,   i n   w h i c h   t h e   t w o   c a n   b e   s e e n   d a n c i n g   t o   t h e   s o n g   ' t a t t a d   t a t t a d ' ,   w h i c h   w a s   f r o m   h i s   m o v i e   ' g o l i y o n   k i   r a s l e e l a   r a m - l e e l a '         
 

r a n v e e r s i n g h   a n d   n b a   p l a y e r   g i a n n i s a n t e t o k o u n m p o   s e e m e d   t o   h a v e   a   g r e a t   t i m e   d a n c i n g   t o g e t h e r   o n   t a t t a d   t a t t a d ! 
 

g i a n n i s   a n t e t o k o u n m p o ' s   b u c k s   a r e   s e t t i n g   o . . . . t h e y   s t a r t e d 
 
 i f   t h e   m i l w a u k e e   b u c k s   f e e l   l i k e   t h e y   n e v e r   r e a l l y   g o t   t o   d e f e n d   t h e i r   t i t l e ,   t h a t ' s   u n d e r s t a n d a b l e .   j o r d a n   n w o r a   s t a r t e d   m o r e   g a m e s   ( 1 3 )   t h a n   b r o o k   l o p e z   ( 1 1 )     g i a n n i s a n t e t o k o u n m p o 
 
  
n b a   g i a n n i s a n t e t o k o u n m p o 
 
 f o r e i g n - b o r n   s t a r s   l i k e   g i a n n i s   a r e   t h e   l e a g u e ’ s   g r e a t e s t   a s s e t   t o   b u i l d   a   g r e a t e r   i n t e r n a t i o n a l   p r e s e n c e . 
 
 ✍ ️   _ 1 7 
 

g i a n n i s   a n t e t o k o u n m p o   o n   v i c t o r   w e m b a n y a m a :   “ w e   h a v e   n e v e r   s e e n   s o m e o n e   l i k e   t h a t   b e f o r e ”   g i a n n i s a n t e t o k o u n m p o   v i c t o r w e m b a n y a m a  
m e m p h i s   g r i z z l i e s   v s .   m i a m i   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
" t h e   g r e e k f r e a k   g e t t i n ’   h i s   t a t t a d t a t t a d   o n ! "   
 
   s h a r e s   a   g l i m p s e   o f   h i m   m a t c h i n g   s t e p s   w i t h   b a s k e t b a l l   p l a y e r   _ a n 3 4   
 
 r a n v e e r s i n g h   g i a n n i s a n t e t o k o u n m p o   g i a n n i s   r a n v e e r   g r e e k   c i r k u s   n b a   b o l l y w o o d  
v i c t o r w e m b a n y a m a   p l a y i n g   a g a i n s t   g i a n n i s a n t e t o k o u n m p o   …   i m a   j u s t   m a k e   s u r e   m y   b e t   i n   🔥 🔥 🔥
i n   ( 5 )   y e a r s   t h e   d i s c u s s i o n   a s   t o   w h o   i s   t h e   b e s t   p l a y e r   i n   t h e   n b a   c o u l d   c o m e   d o w n   t o : 
 g i a n n i s a n t e t o k o u n m p o 
 g r e e c e ) 
 l u k a d o n c i c   ( s l o v e n i a ) 
 n i k o l a j o k i c   ( s e r b i a ) 
 v i c t o r w e m b a n y a m a   ( f r a n c e )   o r   
 j o e l e m b i i d   ( c a m e r o o n )   
 n b a   n b a p r e s e a s o n
r a n v e e r   s i n g h   t e a c h e s   ‘ t a t t a d   t a t t a d ’   d a n c e   s t e p s   t o   g i a n n i s   a n t e t o k o u n m p o ;   t h e   v i d e o   s e t s   t h e   i n t e r n e t   o n   f i r e . 
 r a n v e e r s i n g h   g i a n n i s a n t e t o k o u n m p o   t a t t a d t a t t a d   g o l i y o n k i r a s l e e l a r a m l e e l a 

g i a n n i s a n t e t o k o u n m p o   s a i d   h e   i s   e a g e r   t o   p l a y   i n   i n d i a 
 
 n b a   b a s k e t b a l l   _ s a n d i p 
 

n b a   w i n   t o t a l   p i c k s :   w h y   c a v a l i e r s   a r e   t r e n d i n g   u p   i n   c e n t r a l   d i v i s i o n . . . 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

r a n v e e r s i n g h   t e a c h e s   t a t t a d t a t t a d '   d a n c e   t o   n b a   s t a r   g i a n n i s a n t e t o k o u n m p o   ( w a t c h   v i d e o )   
 
   _ f c     _ a n 3 4   b o l l y w o o d   s p o r t s     
 

m i l w a u k e e   b u c k s   v s .   a t l a n t a   h a w k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
h i g h l i g h t s :   b u c k s   1 1 3   -   h a w k s   1 2 3   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
a n t e t o k o u n m p o ,   t h e   2 0 1 9   a n d   2 0 2 0   m v p   o f   t h e   y e a r ,   p i c k e d   c h i n a   a n d   i n d i a   a s   t h e   t w o   p l a c e s   h e   w o u l d   l i k e   t o   p l a y   t h e   n e x t   p r e - s e a s o n   g a m e s 
 
 n b a   a b u d h a b i   g i a n n i s a n t e t o k o u n m p o   
 

g i a n n i s   a n t e t o k o u n m p o   1 9   p o i n t s   v s .   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e t r o i t p i s t o n s   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
g i a n n i s   a n t e t o k o u n m p o   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g i a n n i s a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
* m u s t   h a v e *   t r a v e l   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
u t a h   j a z z   v s .   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
c h e c k   o u t   t h i s   g i a n n i s   a n t e t o k o u n m p o   2 0 2 2   j e r s e y   t h a t   w e   r e s m a t c h e d   t o   i m a g e s   o f   a n t e t o k o u n m p o   f r o m   6   g a m e s   d u r i n g   t h e   2 0 2 2   r e g u l a r   s e a s o n   a n d   p l a y o f f s .   
 
 r e s o l u t i o n p h o t o m a t c h i n g   r e s m a t c h   g a m e u s e d   m i l w a u k e e b u c k s   p h o t o m a t c h i n g   n b a   b a s k e t b a l l   g i a n n i s a n t e t o k o u n m p o  
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t h e   m i l w a u k e e   b u c k s   h a v e   a   n e w   d e f e n s e   . . . 
   
 
   
 b o b b y p o r t i s   b o s t o n c e l t i c s   b r o o k l o p e z   b u c k s i n s i x   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g i a n n i s a n t e t o k o u n m p o m i l w a u k e e b u c k s   g i a n n i s b u c k s   g i a n n i s m i l w a u k e e b u c k s   g r a y s o n a l l e n  
n b a   m i l w a u k e e b u c k s   g i a n n i s a n t e t o k o u n m p o   n b a   g m   s u r v e y   p i c k s   m i l w a u k e e   b u c k s   t o   w i n   2 0 2 2 - 2 3   t i t l e  
n b a   d e f e n s i v e   g o a t ? !   t o p   n b a   p o w e r   f o r w a r d s   t o d a y   2 0 2 2   2 0 2 3   s e a s o n   k e v i n d u r a n t   g i a n n i s a n t e t o k o u n m p o   a n t h o n y d a v i s    
d o   y o u   a g r e e   o r   d i s a g r e e   w i t h   g i a n n i s   t h a t   t a l e n t   a l o n e   i s n ' t   e n o u g h   t o   m a k e   i t   i n   t h e   n b a ? 
 🤨 🤨   g i a n n i s a n t e t o k o u n m p o   g i a n n i s   n b a  
c h a r l o t t e   h o r n e t s   v s .   b o s t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   p h i l a d e l p h i a   7 6 e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
3 - o n - 0   t u e s d a y ’ s .   w o r k   o n   d i f f e r e n t   p a s s   & a m p ;   p i c k   a w a y   o p t i o n s   t o   m a k e   y o u r   t e a m   b e t t e r   t h i s   s e a s o n . 
 
 t u e s d a y   l a t e n i g h t     p l a y e r d e v e l o p m e n t   s k i l l t r a i n i n g     b a s k e t b a l l t i p s   b a s k e t b a l l t r a i n e r   b a s k e t b a l l d r i l l s   b a s k e t b a l l w o r k o u t   n b a   n c a a   g l e a g u e   n i k e   g i a n n i s a n t e t o k o u n m p o  
g i a n n i s   a n t e t o k o u n m p o   r e v e a l s   p l a n s   t o   ‘ d i s a p p e a r ’   i n   r e t i r e m e n t   -   s p o r t s   i l l u s t r a t e d   —   b u c k s   s t a r   g i a n n i s   a n t e t o k o u n m p o   h a s   n e v e r   s h i e d   a w a y   f r o m   s h o w c a s i n g   h i s   p e r s o n a l i t y   w i t h   t h e   m e d i a .     t h e k a r d a s h i a n s   g i a n n i s a n t e t o k o u n m p o  
t h e   b u l l s   s i g n i n g   k o s t a s   a n t e t o k o u n m p o   i s … . . i n t e r e s t i n g 
   
 
   
 a l e x c a r u s o   a y o d o s u n m u   b u l l s f r e e a g e n c y   b u l l s n a t i o n   b u l l s n e w s   b u l l s r u m o r s   b u l l s u p d a t e   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
w h a t   i f - -   b r e w e r s   i n s t e a d   o f   t h e   p a c k e r s   b r e w e r s   p a c k e r s   m i l w a u k e e   w i s c o n s i n   m k e   n b a   b u c k s   m i l w a u k e e t o o l s   m i l w a u k e e b u c k s   t o o l s   d e w a l t   b a s k e t b a l l   g i a n n i s a n t e t o k o u n m p o   m a k i t a   g i a n n i s   m k e m y c i t y   a t l a n t a   c o n s t r u c t i o n   m a d i s o n   b o s c h   m k e h o m e   m   m i l w a u k e e b r e w e r s  
t h i s   i s   h o w   t h e   t o r o n t o   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   f i r s t t a k e   g i a n n i s a n t e t o k o u n m p o   g i a n n i s a n t e t o k o u n m p o b u i l d 2 k 2 3   l e b r o n j a m e s   l e b r o n j a m e s b u i l d 2 k 2 3   l e b r o n j a m e s h i g h l i g h t s   l e b r o n j a m e s m u l t i v e r s u s   l u k a d o n c i c   n b a   n b a h i g h l i g h t s  
j a b a r i   s m i t h   j r .   o n   f i r e   f o r   t h e   . . . 
   
 
   
 b a s k e t b a l l   b a s k e t b a l l p o d c a s t   b a s k e t b a l l s h o w   g i a n n i s a n t e t o k o u n m p o   h o u s t o n r o c k e t s   k e v i n d u r a n t   l e b r o n j a m e s   l u k a d o n c i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a c h a n n e l   n b a d r a f t   n b a h i g h l i g h t s   n b a n e w s  
  m o s t   b l a c k a m e r i c a   l o o k   l i k e   e x t r a c t     o f   n i g e r i a n s   & a m p ;     w e s t a f r i c a n s .   g i a n n i s a n t e t o k o u n m p o   i s   n i g e r i a n   a n d   l o o k   m o r e   “ b l a c k a m e r i c a n ”   t h a n   m o s t   b l a c k   a m e r i c a n   i n   t h e   n b a .   s o   i f   w e   w a n t   t o   k e e p   i n s u l t i n g   l o o k s ,   i   d o n ’ t   s e e   m a n y   f b a   w h o   l o o k i n   l i k e   x x x x 🤨 😒
b u l l s   q & a m p ; a :   k o s t a s   a n t e t o k o u n m p o   t a l k s   e u r o b a s k e t ,   g i a n n i s   
   
 k o s t a s a n t e t o k o u n m p o   g i a n n i s a n t e t o k o u n m p o   c h i c a g o b u l l s  
w a r r i o r s   r u m o r s :   s i g n   k a i   s o t t o   a f t e r   b e a t i n g   s u n s ?   d u b s   . . . 
   
 
   
 a n t h o n y l a m b   a n t h o n y l a m b w a r r i o r s   c h a t s p o r t s   e s p n   e s p n n b a   e s p n n b a p r o j e c t i o n   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   g o l d e n s t a t e w a r r i o r s n e w s   g o l d e n s t a t e w a r r i o r s r u m o r s  
g o l d e n   s t a t e   w a r r i o r s   v s .   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
n b a   r o u n d u p :   b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d s   c e l t i c s   p a s t   h o r n e t s 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

j o r d a n   n w o r a   t a l k s   m i l w a u k e e   . . . 
   
 
   
 b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   c e n t r a l d i v i s i o n   d e a n d r e b e m b r y   d e m a r c u s c o u s i n s   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f a n a t i c s v i e w   g e o r g e h i l l   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n   g r e g m o n r o e   h o o p s  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
g i a n n i s   a n t e t o k o u n m p o   r e p l i e s   b a c k   t o   a n a l y s t   g i l b e r t   a r e n a s   a f t e r   h e   c a l l e d   t h e   g r e e k   f r e a k   a   n e w b i e   w h o   i s   u n a w a r e   o f   t h e   g a m e . 
 
 n b a   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g i l b e r t a r e n a s   n b a a n a l y s t   c h a m p i o n s h i p   m i l w a u k e e b u c k s  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
g i a n n i s a n t e t o k o u n m p o   o n   l i f e   o u t   o f   s p o t l i g h t   a f t e r   r e t i r i n g  
t h e   b i g g e s t   m i l w a u k e e   b u c k s   . . . 
   
 
   
 a n t e t o k o u n m p o   b u c k s g r i z z l i e s   b u c k s h a w k s   b u c k s p o d c a s t   b u c k s p r e s e a s o n   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g i a n n i s   g s p n   j e v o n c a r t e r   j o r d a n n w o r a   j r u e h o l i d a y   m a r j o n b e a u c h a m p   m i l w a u k e e b u c k s  
g i a n n i s   a n t e t o k o u n m p o   c a l l s   l e b r o n   j a m e s   ‘ t h e   b e s t   p l a y e r   i n   t h e   w o r l d ’     w o r l d
f a n s   d u b b e d   i t   t h e   " c o o l e s t   t h i n g "   w h e n   n b a   p l a y e r   g i a n n i s   a n t e t o k o u n m p o   l e a r n e d   t h e   " t a t t a d   t a t t a d "   h o o k   s t e p   f r o m   a c t o r   r a n v e e r   s i n g h . 
 r a n v e e r s i n g h   g i a n n i s  
g i a n n i s   a n t e t o k o u n m p o   1 9   p o i n t s   v s .   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
g i a n n i s   d o i n g   g i a n n i s   t h i n g s   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   g i a n n i s   a n t e t o k o u n m p o   d u n k   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
g i a n n i s   a n t e t o k o u n m p o   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g i a n n i s a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
g i a n n i s   w i t h   t h e s e   s k i l l s   w o u l d   b e   t h e   g o a t   🐐 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   g i a n n i s   a n t e t o k o u n m p o   g o a t   m i l   m i l w a u k e e   b u c k s
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 g i a n n i s   u g o   a n t e t o k o u n m p o   -   y e a r   1 0   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 g i a n n i s   u g o   a n t e t o k o u n m p o   -   y e a r   1 0   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 g i a n n i s   u g o   a n t e t o k o u n m p o   -   y e a r   1 0   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s
t h e   t w o - t i m e   m v p   a n d   f o r m e r   n b a   c h a m p   t a l k s   f a s h i o n ,   c e l e b r a t i n g   h i s   r o o t s ,   a n d   t h a t   o n e   t i m e   h i s   a g e n t   h a d   t o   f o r c e   h i m   t o   w e a r   a   s u i t .   a n t e t o k o u n m p o   ⁦ ⁩   g i a n n i s   t u e s d a y v i b e    
g i a n n i s   a n t e t o k o u n m p o   r e p l i e s   b a c k   t o   a n a l y s t   g i l b e r t   a r e n a s   a f t e r   h e   c a l l e d   t h e   g r e e k   f r e a k   a   n e w b i e   w h o   i s   u n a w a r e   o f   t h e   g a m e . 
 
 n b a   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g i l b e r t a r e n a s   n b a a n a l y s t   c h a m p i o n s h i p   m i l w a u k e e b u c k s  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
🇬 🇷   t h e   g r e e k f r e a k   s t o r y   🇬 🇷 ⁠ 
 ⁠ 
 w i t h   t h e   2 0 2 2 - 2 3   n b a   s e a s o n   i m m i n e n t ,   w e   c o v e r   t h e   s t o r y   o f   o n e   o f   i t s   m o s t   d o m i n a n t   a n d   b e l o v e d   s t a r s ,   g i a n n i s a n t e t o k o u n m p o . ⁠ 
 ⁠ 
 t e l l i n g   h i s   l e g e n d   t h r o u g h   t h e   m o t i f s   o n   h i s   n i k e z o o m f r e a k   l i n e . ⁠ 
 ⁠ 
 r e a d   m o r e :    
b r o o k   l o p e z   p r e s s   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
s o   e x c i t e d !   _ a n 3 4   i   k n o w   y o u ' r e   b u s y ,   b u t   i   r e a l l y   h o p e   i   g e t   t o   s e e   y o u   p l a y   a t     i n   t w o   d a y s !   i ' v e   b e e n   w a i t i n g   8 7 6   d a y s   f o r   t h i s !   i ' l l   b e   t h e r e   o n   w e d   v s   t h e     b e h i n d   t h e     b e n c h .   l i k e g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g i a n n i s 3 4   m i l w a u k e e b u c k s  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
o o o w w w e e e ‼ ️   t o d a y ’ s   p i c k ’ s ‼ ️   g i a n n i s a n t e t o k o u n m p o   g r e e k f r e a k   b u c k s   s u p e r s t a r   b a s k e t b a l l c a r d s   p a n i n i   a m a z i n g   o r a n g e p a r a l l e l s   c o l l e c t o r   o o o w w w e e e s p o r t s c a r d s  
w h o ’ s   n e x t :   f i v e   n b a   s t a r s   m o s t   l i k e l y   t o   b e   t r a d e d   t h i s   s e a s o n   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
n b a   " o m g   ! "   m o m e n t s   🔥 
   
 
   
 2 k 2 0   a l l s t a r   b a s k e t b a l l   b a s k e t b a l l v i d e o s   b l o o p e r s   b o s t o n c e l t i c s   b r a w l   b u z z e r b e a t e r   d e r r i c k r o s e   d u n k c o n t e s t   e s p n   f i g h t   f i n a l s   f i r s t t a k e   f u n n y   g a m e w i n n e r   g i a n n i s a n t e t o k o u n m p o   g o a t  
g i a n n i s   a n t e t o k o u n m p o   s a i d   t h i s   a b o u t   a t l a n t a   h a w k s   a f t e r   g e t t i n g   b e a t   t w i c e . .   y o u   w o n t   b e l i e v e   i t 
   
 
   
 a t l a n t a h a w k s   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   j r u e h o l i d a y   m i l w a u k e e b u c k s   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
i n d i a n a   p a c e r s   v s .   n e w   y o r k   k n i c k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w :   w h y   y o u   s h o u l d   t a k e   t h e   o v e r   o n   n e t s '   s t a r s   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

w a t c h 🎥 
 r a n v e e r   s i n g h   d a n c i n g   w i t h   s h a q   o n   ' k h a l i b a l i '   f r o m   h i s   2 0 1 8   f i l m   p a d m a a v a t . 
 
 r a n v e e r s i n g h   n b a   s h a q   g i a n n i s a n t e t o k o u n m p o   s h a q u i l l e o n e a l   n b a t w i t t e r   |       

.   t e a c h e s   ‘ t a t t a d t a t t a d ’   t o   n b a   p l a y e r   g i a n n i s a n t e t o k o u n m p o   a n d   t h e i r   d a n c e   v i d e o   i s   g o i n g   v i r a l 
 

m i l w a u k e e   b u c k s   v s .   a t l a n t a   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s  
“ h e ’ s   i n c r e d i b l e .   h e   h a s   t h e   c h a n c e   t o   b e   o n e   o f   t h e   b e s t   t o   e v e r   p l a y   t h i s   g a m e ”   g i a n n i s   o n   w e m b y   
 g i a n n i s a n t e t o k o u n m p o   v i c t o r w e m b a n y a m a   

a l l - a c c e s s :   b u c k s   m e e t   n e y m a r   & a m p ;   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l o p e z   c e n t r a l d i v i s i o n   d j w i l s o n   d o n t e d i v i n c e n z o   d r a g a n b e n d e r   e a s t e r n c o n f e r e n c e   e r i c b l e d s o e   g e o r g e h i l l   g i a n n i s a n t e t o k o u n m p o   g r e e k f r e a k   h o r n e t s   j o r d a n   k h r i s m i d d l e t o n   k y l i a n m b a p p e  
r a n v e e r s i n g h   t o o k   t o   i n s t a g r a m   t o   s h a r e   a   c l i p   w i t h   n b a   s t a r   g i a n n i s a n t e t o k o u n m p o ,   i n   w h i c h   t h e   t w o   c a n   b e   s e e n   d a n c i n g   t o   t h e   s o n g   ' t a t t a d   t a t t a d ' ,   w h i c h   w a s   f r o m   h i s   m o v i e   ' g o l i y o n   k i   r a s l e e l a   r a m - l e e l a '         
 

r a n v e e r s i n g h   a n d   n b a   p l a y e r   g i a n n i s a n t e t o k o u n m p o   s e e m e d   t o   h a v e   a   g r e a t   t i m e   d a n c i n g   t o g e t h e r   o n   t a t t a d   t a t t a d ! 
 

g i a n n i s   a n t e t o k o u n m p o ' s   b u c k s   a r e   s e t t i n g   o . . . . t h e y   s t a r t e d 
 
 i f   t h e   m i l w a u k e e   b u c k s   f e e l   l i k e   t h e y   n e v e r   r e a l l y   g o t   t o   d e f e n d   t h e i r   t i t l e ,   t h a t ' s   u n d e r s t a n d a b l e .   j o r d a n   n w o r a   s t a r t e d   m o r e   g a m e s   ( 1 3 )   t h a n   b r o o k   l o p e z   ( 1 1 )     g i a n n i s a n t e t o k o u n m p o 
 
  
n b a   g i a n n i s a n t e t o k o u n m p o 
 
 f o r e i g n - b o r n   s t a r s   l i k e   g i a n n i s   a r e   t h e   l e a g u e ’ s   g r e a t e s t   a s s e t   t o   b u i l d   a   g r e a t e r   i n t e r n a t i o n a l   p r e s e n c e . 
 
 ✍ ️   _ 1 7 
 

g i a n n i s   a n t e t o k o u n m p o   o n   v i c t o r   w e m b a n y a m a :   “ w e   h a v e   n e v e r   s e e n   s o m e o n e   l i k e   t h a t   b e f o r e ”   g i a n n i s a n t e t o k o u n m p o   v i c t o r w e m b a n y a m a  
m e m p h i s   g r i z z l i e s   v s .   m i a m i   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
" t h e   g r e e k f r e a k   g e t t i n ’   h i s   t a t t a d t a t t a d   o n ! "   
 
   s h a r e s   a   g l i m p s e   o f   h i m   m a t c h i n g   s t e p s   w i t h   b a s k e t b a l l   p l a y e r   _ a n 3 4   
 
 r a n v e e r s i n g h   g i a n n i s a n t e t o k o u n m p o   g i a n n i s   r a n v e e r   g r e e k   c i r k u s   n b a   b o l l y w o o d  
v i c t o r w e m b a n y a m a   p l a y i n g   a g a i n s t   g i a n n i s a n t e t o k o u n m p o   …   i m a   j u s t   m a k e   s u r e   m y   b e t   i n   🔥 🔥 🔥
i n   ( 5 )   y e a r s   t h e   d i s c u s s i o n   a s   t o   w h o   i s   t h e   b e s t   p l a y e r   i n   t h e   n b a   c o u l d   c o m e   d o w n   t o : 
 g i a n n i s a n t e t o k o u n m p o 
 g r e e c e ) 
 l u k a d o n c i c   ( s l o v e n i a ) 
 n i k o l a j o k i c   ( s e r b i a ) 
 v i c t o r w e m b a n y a m a   ( f r a n c e )   o r   
 j o e l e m b i i d   ( c a m e r o o n )   
 n b a   n b a p r e s e a s o n
r a n v e e r   s i n g h   t e a c h e s   ‘ t a t t a d   t a t t a d ’   d a n c e   s t e p s   t o   g i a n n i s   a n t e t o k o u n m p o ;   t h e   v i d e o   s e t s   t h e   i n t e r n e t   o n   f i r e . 
 r a n v e e r s i n g h   g i a n n i s a n t e t o k o u n m p o   t a t t a d t a t t a d   g o l i y o n k i r a s l e e l a r a m l e e l a 

g i a n n i s a n t e t o k o u n m p o   s a i d   h e   i s   e a g e r   t o   p l a y   i n   i n d i a 
 
 n b a   b a s k e t b a l l   _ s a n d i p 
 

n b a   w i n   t o t a l   p i c k s :   w h y   c a v a l i e r s   a r e   t r e n d i n g   u p   i n   c e n t r a l   d i v i s i o n . . . 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

r a n v e e r s i n g h   t e a c h e s   t a t t a d t a t t a d '   d a n c e   t o   n b a   s t a r   g i a n n i s a n t e t o k o u n m p o   ( w a t c h   v i d e o )   
 
   _ f c     _ a n 3 4   b o l l y w o o d   s p o r t s     
 

m i l w a u k e e   b u c k s   v s .   a t l a n t a   h a w k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
h i g h l i g h t s :   b u c k s   1 1 3   -   h a w k s   1 2 3   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
a n t e t o k o u n m p o ,   t h e   2 0 1 9   a n d   2 0 2 0   m v p   o f   t h e   y e a r ,   p i c k e d   c h i n a   a n d   i n d i a   a s   t h e   t w o   p l a c e s   h e   w o u l d   l i k e   t o   p l a y   t h e   n e x t   p r e - s e a s o n   g a m e s 
 
 n b a   a b u d h a b i   g i a n n i s a n t e t o k o u n m p o   
 

g i a n n i s   a n t e t o k o u n m p o   1 9   p o i n t s   v s .   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e t r o i t p i s t o n s   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
g i a n n i s   a n t e t o k o u n m p o   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g i a n n i s a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
* m u s t   h a v e *   t r a v e l   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
u t a h   j a z z   v s .   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
c h e c k   o u t   t h i s   g i a n n i s   a n t e t o k o u n m p o   2 0 2 2   j e r s e y   t h a t   w e   r e s m a t c h e d   t o   i m a g e s   o f   a n t e t o k o u n m p o   f r o m   6   g a m e s   d u r i n g   t h e   2 0 2 2   r e g u l a r   s e a s o n   a n d   p l a y o f f s .   
 
 r e s o l u t i o n p h o t o m a t c h i n g   r e s m a t c h   g a m e u s e d   m i l w a u k e e b u c k s   p h o t o m a t c h i n g   n b a   b a s k e t b a l l   g i a n n i s a n t e t o k o u n m p o  
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t h e   m i l w a u k e e   b u c k s   h a v e   a   n e w   d e f e n s e   . . . 
   
 
   
 b o b b y p o r t i s   b o s t o n c e l t i c s   b r o o k l o p e z   b u c k s i n s i x   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g i a n n i s a n t e t o k o u n m p o m i l w a u k e e b u c k s   g i a n n i s b u c k s   g i a n n i s m i l w a u k e e b u c k s   g r a y s o n a l l e n  
n b a   m i l w a u k e e b u c k s   g i a n n i s a n t e t o k o u n m p o   n b a   g m   s u r v e y   p i c k s   m i l w a u k e e   b u c k s   t o   w i n   2 0 2 2 - 2 3   t i t l e  
n b a   d e f e n s i v e   g o a t ? !   t o p   n b a   p o w e r   f o r w a r d s   t o d a y   2 0 2 2   2 0 2 3   s e a s o n   k e v i n d u r a n t   g i a n n i s a n t e t o k o u n m p o   a n t h o n y d a v i s    
d o   y o u   a g r e e   o r   d i s a g r e e   w i t h   g i a n n i s   t h a t   t a l e n t   a l o n e   i s n ' t   e n o u g h   t o   m a k e   i t   i n   t h e   n b a ? 
 🤨 🤨   g i a n n i s a n t e t o k o u n m p o   g i a n n i s   n b a  
c h a r l o t t e   h o r n e t s   v s .   b o s t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   p h i l a d e l p h i a   7 6 e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
3 - o n - 0   t u e s d a y ’ s .   w o r k   o n   d i f f e r e n t   p a s s   & a m p ;   p i c k   a w a y   o p t i o n s   t o   m a k e   y o u r   t e a m   b e t t e r   t h i s   s e a s o n . 
 
 t u e s d a y   l a t e n i g h t     p l a y e r d e v e l o p m e n t   s k i l l t r a i n i n g     b a s k e t b a l l t i p s   b a s k e t b a l l t r a i n e r   b a s k e t b a l l d r i l l s   b a s k e t b a l l w o r k o u t   n b a   n c a a   g l e a g u e   n i k e   g i a n n i s a n t e t o k o u n m p o  
g i a n n i s   a n t e t o k o u n m p o   r e v e a l s   p l a n s   t o   ‘ d i s a p p e a r ’   i n   r e t i r e m e n t   -   s p o r t s   i l l u s t r a t e d   —   b u c k s   s t a r   g i a n n i s   a n t e t o k o u n m p o   h a s   n e v e r   s h i e d   a w a y   f r o m   s h o w c a s i n g   h i s   p e r s o n a l i t y   w i t h   t h e   m e d i a .     t h e k a r d a s h i a n s   g i a n n i s a n t e t o k o u n m p o  
t h e   b u l l s   s i g n i n g   k o s t a s   a n t e t o k o u n m p o   i s … . . i n t e r e s t i n g 
   
 
   
 a l e x c a r u s o   a y o d o s u n m u   b u l l s f r e e a g e n c y   b u l l s n a t i o n   b u l l s n e w s   b u l l s r u m o r s   b u l l s u p d a t e   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
w h a t   i f - -   b r e w e r s   i n s t e a d   o f   t h e   p a c k e r s   b r e w e r s   p a c k e r s   m i l w a u k e e   w i s c o n s i n   m k e   n b a   b u c k s   m i l w a u k e e t o o l s   m i l w a u k e e b u c k s   t o o l s   d e w a l t   b a s k e t b a l l   g i a n n i s a n t e t o k o u n m p o   m a k i t a   g i a n n i s   m k e m y c i t y   a t l a n t a   c o n s t r u c t i o n   m a d i s o n   b o s c h   m k e h o m e   m   m i l w a u k e e b r e w e r s  
t h i s   i s   h o w   t h e   t o r o n t o   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   f i r s t t a k e   g i a n n i s a n t e t o k o u n m p o   g i a n n i s a n t e t o k o u n m p o b u i l d 2 k 2 3   l e b r o n j a m e s   l e b r o n j a m e s b u i l d 2 k 2 3   l e b r o n j a m e s h i g h l i g h t s   l e b r o n j a m e s m u l t i v e r s u s   l u k a d o n c i c   n b a   n b a h i g h l i g h t s  
j a b a r i   s m i t h   j r .   o n   f i r e   f o r   t h e   . . . 
   
 
   
 b a s k e t b a l l   b a s k e t b a l l p o d c a s t   b a s k e t b a l l s h o w   g i a n n i s a n t e t o k o u n m p o   h o u s t o n r o c k e t s   k e v i n d u r a n t   l e b r o n j a m e s   l u k a d o n c i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a c h a n n e l   n b a d r a f t   n b a h i g h l i g h t s   n b a n e w s  
  m o s t   b l a c k a m e r i c a   l o o k   l i k e   e x t r a c t     o f   n i g e r i a n s   & a m p ;     w e s t a f r i c a n s .   g i a n n i s a n t e t o k o u n m p o   i s   n i g e r i a n   a n d   l o o k   m o r e   “ b l a c k a m e r i c a n ”   t h a n   m o s t   b l a c k   a m e r i c a n   i n   t h e   n b a .   s o   i f   w e   w a n t   t o   k e e p   i n s u l t i n g   l o o k s ,   i   d o n ’ t   s e e   m a n y   f b a   w h o   l o o k i n   l i k e   x x x x 🤨 😒
b u l l s   q & a m p ; a :   k o s t a s   a n t e t o k o u n m p o   t a l k s   e u r o b a s k e t ,   g i a n n i s   
   
 k o s t a s a n t e t o k o u n m p o   g i a n n i s a n t e t o k o u n m p o   c h i c a g o b u l l s  
w a r r i o r s   r u m o r s :   s i g n   k a i   s o t t o   a f t e r   b e a t i n g   s u n s ?   d u b s   . . . 
   
 
   
 a n t h o n y l a m b   a n t h o n y l a m b w a r r i o r s   c h a t s p o r t s   e s p n   e s p n n b a   e s p n n b a p r o j e c t i o n   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   g o l d e n s t a t e w a r r i o r s n e w s   g o l d e n s t a t e w a r r i o r s r u m o r s  
g o l d e n   s t a t e   w a r r i o r s   v s .   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
n b a   r o u n d u p :   b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d s   c e l t i c s   p a s t   h o r n e t s 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

j o r d a n   n w o r a   t a l k s   m i l w a u k e e   . . . 
   
 
   
 b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   c e n t r a l d i v i s i o n   d e a n d r e b e m b r y   d e m a r c u s c o u s i n s   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f a n a t i c s v i e w   g e o r g e h i l l   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n   g r e g m o n r o e   h o o p s  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
g i a n n i s   a n t e t o k o u n m p o   r e p l i e s   b a c k   t o   a n a l y s t   g i l b e r t   a r e n a s   a f t e r   h e   c a l l e d   t h e   g r e e k   f r e a k   a   n e w b i e   w h o   i s   u n a w a r e   o f   t h e   g a m e . 
 
 n b a   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g i l b e r t a r e n a s   n b a a n a l y s t   c h a m p i o n s h i p   m i l w a u k e e b u c k s  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
g i a n n i s a n t e t o k o u n m p o   o n   l i f e   o u t   o f   s p o t l i g h t   a f t e r   r e t i r i n g  
a l l - a c c e s s :   b u c k s   m e e t   n e y m a r   & a m p ;   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l o p e z   c e n t r a l d i v i s i o n   d j w i l s o n   d o n t e d i v i n c e n z o   d r a g a n b e n d e r   e a s t e r n c o n f e r e n c e   e r i c b l e d s o e   g e o r g e h i l l   g i a n n i s a n t e t o k o u n m p o   g r e e k f r e a k   h o r n e t s   j o r d a n   k h r i s m i d d l e t o n   k y l i a n m b a p p e  
b u c k s   s t a r   k h r i s   m i d d l e t o n   n o t   e x p e c t e d   t o   m i s s   m u c h   t i m e   f r o m   w r i s t   s u r g e r y   r e c o v e r y   –   r e p o r t   k h r i s m i d d l e t o n   m i l w a u k e e b u c k s  
a l l - a c c e s s :   b u c k s   m e e t   n e y m a r   & a m p ;   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l o p e z   c e n t r a l d i v i s i o n   d j w i l s o n   d o n t e d i v i n c e n z o   d r a g a n b e n d e r   e a s t e r n c o n f e r e n c e   e r i c b l e d s o e   g e o r g e h i l l   g i a n n i s a n t e t o k o u n m p o   g r e e k f r e a k   h o r n e t s   j o r d a n   k h r i s m i d d l e t o n   k y l i a n m b a p p e  
b u c k s   s t a r   k h r i s   m i d d l e t o n   n o t   e x p e c t e d   t o   m i s s   m u c h   t i m e   f r o m   w r i s t   s u r g e r y   r e c o v e r y   –   r e p o r t   k h r i s m i d d l e t o n   m i l w a u k e e b u c k s  
t h e   b i g g e s t   m i l w a u k e e   b u c k s   . . . 
   
 
   
 a n t e t o k o u n m p o   b u c k s g r i z z l i e s   b u c k s h a w k s   b u c k s p o d c a s t   b u c k s p r e s e a s o n   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g i a n n i s   g s p n   j e v o n c a r t e r   j o r d a n n w o r a   j r u e h o l i d a y   m a r j o n b e a u c h a m p   m i l w a u k e e b u c k s  
g i a n n i s   a n t e t o k o u n m p o   s a i d   t h i s   a b o u t   a t l a n t a   h a w k s   a f t e r   g e t t i n g   b e a t   t w i c e . .   y o u   w o n t   b e l i e v e   i t 
   
 
   
 a t l a n t a h a w k s   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   j r u e h o l i d a y   m i l w a u k e e b u c k s   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
t h e   b i g g e s t   m i l w a u k e e   b u c k s   . . . 
   
 
   
 a n t e t o k o u n m p o   b u c k s g r i z z l i e s   b u c k s h a w k s   b u c k s p o d c a s t   b u c k s p r e s e a s o n   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g i a n n i s   g s p n   j e v o n c a r t e r   j o r d a n n w o r a   j r u e h o l i d a y   m a r j o n b e a u c h a m p   m i l w a u k e e b u c k s  
g i a n n i s   a n t e t o k o u n m p o   s a i d   t h i s   a b o u t   a t l a n t a   h a w k s   a f t e r   g e t t i n g   b e a t   t w i c e . .   y o u   w o n t   b e l i e v e   i t 
   
 
   
 a t l a n t a h a w k s   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   j r u e h o l i d a y   m i l w a u k e e b u c k s   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b r o o k   l o p e z   p r e s s   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
        s u p e r   g r e a t   s t o r y !   t h a n k   y o u .   m a r j o n   i n s p i r a t i o n   g r a t e f u l   b u c k s   n b a   b a s k e t b a l l   f e a r t h e d e e r 🏀
m a d e   a   l o g o   m a s h u p   w a l l p a p e r   -   f i g u r e d   i ’ d   s h a r e   i t   h e r e   i n   c a s e   a n y o n e   e l s e   w a n t s   t o   u s e     . . .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
s a n d r o   m a m u k e l a s h v i l i   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s a n d r o m a m u k e l a s h v i l i   s a n d r o   m a m u k e l a s h v i l i   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b r o o k   l o p e z   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b r o o k l o p e z   b r o o k   l o p e z   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
a n   a m e r i c a n   p r o f e s s i o n a l   b a s k e t b a l l   p l a y e r   f o r   t h e   m i l w a u k e e   b u c k s   o f   t h e   n a t i o n a l   b a s k e t b a l l   a s s o c i a t i o n ,   b r o o k   l o p e z ' s   f a t h e r   i s   h e r i b e r t o   l o p e z ,   a   n a t i v e   o f   c u b a   a n d   a   f o r m e r   b a s e b a l l   p l a y e r . 
 l e a r n   m o r e & g t ; & g t ; 
 n b a 2 k   f a t h e r a n d s o n   b u c k s   

g o t   m y   f i r s t   b u c k s   h a t   t o d a y   
   
 
   
 b a s k e t b a l l   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
p a t   c o n n a u g h t o n   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a t c o n n a u g h t o n   p a t   c o n n a u g h t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s
b o b b y   p o r t i s   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b o b b y p o r t i s   b o b b y   p o r t i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
m i l w a u k e e b u c k s   1 3   c a r d   l o t   b u c k s   
 
 $ 6   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
a l l - a c c e s s :   b u c k s   m e e t   n e y m a r   & a m p ;   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l o p e z   c e n t r a l d i v i s i o n   d j w i l s o n   d o n t e d i v i n c e n z o   d r a g a n b e n d e r   e a s t e r n c o n f e r e n c e   e r i c b l e d s o e   g e o r g e h i l l   g i a n n i s a n t e t o k o u n m p o   g r e e k f r e a k   h o r n e t s   j o r d a n   k h r i s m i d d l e t o n   k y l i a n m b a p p e  
h a w s k   v s   b u c k s   p r e s e a s o n   w a t c h   a l o n g     v i a     t r u e t o a t l a n t a     c o m e   t a p   i n .   b u c k s   n b a   b a s k e t b a l l
g i a n n i s   b e i n g   t a u g h t   a   b o l l y w o o d   d a n c e   b y   a   b o l l y w o o d   a c t o r ,   r a n v e e r   s i n g h .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
j e v o n   c a r t e r   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j e v o n c a r t e r   j e v o n   c a r t e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
s e r g e   i b a k a   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s e r g e i b a k a   s e r g e   i b a k a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
s e r g e   i b a k a   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s e r g e i b a k a   s e r g e   i b a k a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b u c k s   a n n o u n c e   g i v e a w a y s   a n d   t h e m e   n i g h t s   f o r   2 0 2 2 - 2 3   s e a s o n   
   
 
   
 b a s k e t b a l l   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
h i g h l i g h t s :   b u c k s   1 1 3   -   h a w k s   1 2 3   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
a r e   t h e   b u c k s   t h e   j a e   c r o w d e r   t r a d e   . . . 
   
 
   
 b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   c a m j o h n s o n   c a m p a y n e   c h r i s p a u l   c p 3   d b o o k   d e a n d r e a y t o n   d e v i n b o o k e r   g r a y s o n a l l e n   j a e c r o w d e r   j a e c r o w d e r t r a d e   l a n d r y s h a m e t   m i k a l b r i d g e s   m i l w a u k e e b u c k s   n b a  
g i a n n i s   a n t e t o k o u n m p o   1 9   p o i n t s   v s .   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
m i n d   t h e   g a p s :   m e n t a l   t o u g h n e s s   i n   t h e   f l o w s   o f   b a s k e t b a l l . 
 
 f e a r t h e d e e r   
 b u c k s c o u n t y   
 b u c k s   🏀 
 m i l w a u k e e   🏟 
 n b a   n b a t w i t t e r   
 
  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b o b b y   p o r t i s   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b o b b y p o r t i s   b o b b y   p o r t i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
g i a n n i s   a n t e t o k o u n m p o   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g i a n n i s a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
🚨 🏆 🦌 🏀 e n j o y   t h r o w b a c k   h i g h l i g h t s   w i t h   a s h   w h e r e   i   s h o w   m y   t i m e   @   t h e   b u c k s   c h a m p i o n s   p a r a d e   & a m p ;   r i n g s   n i g h t !   t h r o w b a c k t h u r s d a y   t b t h u r s d a y   t b t   g a m e s     g i a n n i s   b u c k s i n 6   f e a r t h e d e e r   b a s k e t b a l l   h o o p s   w i n   s p o r t s   y o u t u b e c h a n n e l   n b a   n b a t w i t t e r    
r e a l l y   n i c e   b e i n g   a b l e   t o   w a t c h   l i v e   b u c k s   b a s k e t b a l l   a g a i n .
p a r e n t s :   w h a t   d i d   y o u   g o   i n   s c h o o l   t o d a y ? 
 k i d s :   m r .   m c g e e   s h o w e d   u s   a   b a s k e t b a l l   g a m e .   
 b u c k s   f e a r t h e d e e r   n b a i n a b u d h a b i  
* m u s t   h a v e *   t r a v e l   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
n o a h   m a g a r o - g e o r g e   o n   t w i t t e r   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
  h u g o   b e s s o n   -   1 8   p t s ,   3   r e b ,   4   t h r e e s   h i g h l i g h t s | m e t r o p o l i t a n s   9 2   v s   n b a   g   l e a g u e   i g n i t e | 2 0 2 2 . 1 0 . 0 4 
 
 
 f r a n c e   h u g o b e s s o n   b e t c l i c e l i t e   l n b   p r o a   b o u l o g n e   l e v a l l o i s   m e t r o p o l i t a n s   m e t s 9 2   n b a   m i l w a u k e e   b u c k s   b a s k e t b a l l   g l e a g u e   i g n i t e
s h o p   f e a r t h e d e e r       f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   m i l w a u k e e   b u c k s   m i l w a u k e e b u c k s
t h e   t e a m   l e a v i n g   a f t e r   p r a c t i c e   ( d i r e c t l y   a f t e r   l a n d i n g )   a t   n y u   a b u   d h a b i .   g i a n n i s   . . .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
  m y   p r e m i u m   v i n y l   f i g u r e   f a v   b a s k e t b a l l   p l a y e r   t o y   n b a    g i a n n i s a n t e t e k o u m p o   b u c k s   m i l w a u k e e       
a c c o l a d e s   b e s i d e s ,   g i a n n i s   i s   t h e   m o s t   d o m i n a n t   p l a y e r   o f   a l l   t i m e .   b y   t h e   t i m e   h e   r e t i r e s   h e   w i l l   b e   t h e   g o a t 𓃵   !   _ a n 3 4   
 n b a   n b a   b u c k s   m i l w a u k e e   b a s k e t b a l l   f o o t b a l l   d r e a m f a c e r e v e a l
1 9 9 3 - 9 4   u l t r a   b a s k e t b a l l   r o o k i e   1 0 6   v i n   b a k e r   r c   m i l w a u k e e b u c k s   b u c k s 
 
 $ 4 . 5 0   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
w h a t   i f - -   b r e w e r s   i n s t e a d   o f   t h e   p a c k e r s   b r e w e r s   p a c k e r s   m i l w a u k e e   w i s c o n s i n   m k e   n b a   b u c k s   m i l w a u k e e t o o l s   m i l w a u k e e b u c k s   t o o l s   d e w a l t   b a s k e t b a l l   g i a n n i s a n t e t o k o u n m p o   m a k i t a   g i a n n i s   m k e m y c i t y   a t l a n t a   c o n s t r u c t i o n   m a d i s o n   b o s c h   m k e h o m e   m   m i l w a u k e e b r e w e r s  
o b s e s s i o n   w i t h   b a s k e t b a l l   a n d   g e t t i n g   b e t t e r   i s   w h a t   s e p a r a t e s   t h o s e   w h o   h a v e   s k i l l   a n d   t h o s e   w h o   w i l l   u s e   t h a t   s k i l l   t o   b e c o m e   g r e a t .   g i a n n i s   b u c k s i n s i x   b u c k s  
d r .   j ' s   p r o   b a s k e t b a l l   y e a r b o o k ,   1 9 9 5 - 9 6   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   n b a   g r a n t h i l l   d e t r o i t   p i s t o n s   g l e n n r o b i n s o n   m i l w a u k e e   b u c k s   d r j   p r o b a s k e t b a l l  
w h y   t h e   l o s   a n g e l e s   c l i p p e r s   w i l l   . . . 
   
 
   
 b a s k e t b a l l   b a s k e t b a l l t a k e   b u c k s   c u r r y   d r a y m o n d g r e e n   d u n k   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m o r a n t   j a m o r a n t d u n k   j o h n w a l l   k a w h i l e o n a r d   l a k e r s   l e b r o n   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s   l o s a n g e l e s l a k e r s  
l e g a l   a c t i o n   t a k e n   t o   k e e p   s p u r s   i n   s a n   . . . 
   
 
   
 7 6 e r s   b a s k e t b a l l   b a s k e t b a l l n e w s   b a s k e t b a l l p o d c a s t   b l a z e r s   b u c k s   b u l l s   c a d e c u n n i n g h a m   c a v s   c e l t i c s   c h e t h o l m g r e n   c l i p p e r s   c p 3   d e v i n b o o k e r   f i n a l s   g o s p u r s g o   g r i z z l i e s   h a w k s   h e a t   h o r n e t s  
a   w t m j   4   d o c u m e n t a r y   f r o m   1 9 8 8   a b o u t   t h e   o p e n i n g   o f   t h e   b r a d l e y   c e n t e r   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
2 0 2 1 - 2 2   p a n i n i   p r i z m   b a s k e t b a l l   k h r i s   m i d d l e t o n   c r a c k e d   i c e   p r i z m   1 2 8   b u c k s     e b a y   v i a     c o l l e c t   t h e h o b b y   b u c k s   n b a
2 0 2 1 - : 2 2   p a n i n i   p r i z m   b a s k e t b a l l   b r o o k   l o p e z   c r a c k e d   i c e   p r i z m   1 3 4   b u c k s     e b a y   v i a     c o l l e c t   t h e h o b b y   b u c k s   n b a
b r o o k   l o p e z   p r e s s   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
        s u p e r   g r e a t   s t o r y !   t h a n k   y o u .   m a r j o n   i n s p i r a t i o n   g r a t e f u l   b u c k s   n b a   b a s k e t b a l l   f e a r t h e d e e r 🏀
m a d e   a   l o g o   m a s h u p   w a l l p a p e r   -   f i g u r e d   i ’ d   s h a r e   i t   h e r e   i n   c a s e   a n y o n e   e l s e   w a n t s   t o   u s e     . . .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
s a n d r o   m a m u k e l a s h v i l i   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s a n d r o m a m u k e l a s h v i l i   s a n d r o   m a m u k e l a s h v i l i   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b r o o k   l o p e z   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b r o o k l o p e z   b r o o k   l o p e z   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
a n   a m e r i c a n   p r o f e s s i o n a l   b a s k e t b a l l   p l a y e r   f o r   t h e   m i l w a u k e e   b u c k s   o f   t h e   n a t i o n a l   b a s k e t b a l l   a s s o c i a t i o n ,   b r o o k   l o p e z ' s   f a t h e r   i s   h e r i b e r t o   l o p e z ,   a   n a t i v e   o f   c u b a   a n d   a   f o r m e r   b a s e b a l l   p l a y e r . 
 l e a r n   m o r e & g t ; & g t ; 
 n b a 2 k   f a t h e r a n d s o n   b u c k s   

g o t   m y   f i r s t   b u c k s   h a t   t o d a y   
   
 
   
 b a s k e t b a l l   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
p a t   c o n n a u g h t o n   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a t c o n n a u g h t o n   p a t   c o n n a u g h t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s
b o b b y   p o r t i s   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b o b b y p o r t i s   b o b b y   p o r t i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
m i l w a u k e e b u c k s   1 3   c a r d   l o t   b u c k s   
 
 $ 6   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
a l l - a c c e s s :   b u c k s   m e e t   n e y m a r   & a m p ;   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l o p e z   c e n t r a l d i v i s i o n   d j w i l s o n   d o n t e d i v i n c e n z o   d r a g a n b e n d e r   e a s t e r n c o n f e r e n c e   e r i c b l e d s o e   g e o r g e h i l l   g i a n n i s a n t e t o k o u n m p o   g r e e k f r e a k   h o r n e t s   j o r d a n   k h r i s m i d d l e t o n   k y l i a n m b a p p e  
h a w s k   v s   b u c k s   p r e s e a s o n   w a t c h   a l o n g     v i a     t r u e t o a t l a n t a     c o m e   t a p   i n .   b u c k s   n b a   b a s k e t b a l l
g i a n n i s   b e i n g   t a u g h t   a   b o l l y w o o d   d a n c e   b y   a   b o l l y w o o d   a c t o r ,   r a n v e e r   s i n g h .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
j e v o n   c a r t e r   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j e v o n c a r t e r   j e v o n   c a r t e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
s e r g e   i b a k a   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s e r g e i b a k a   s e r g e   i b a k a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
s e r g e   i b a k a   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s e r g e i b a k a   s e r g e   i b a k a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b u c k s   a n n o u n c e   g i v e a w a y s   a n d   t h e m e   n i g h t s   f o r   2 0 2 2 - 2 3   s e a s o n   
   
 
   
 b a s k e t b a l l   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
h i g h l i g h t s :   b u c k s   1 1 3   -   h a w k s   1 2 3   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
a r e   t h e   b u c k s   t h e   j a e   c r o w d e r   t r a d e   . . . 
   
 
   
 b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   c a m j o h n s o n   c a m p a y n e   c h r i s p a u l   c p 3   d b o o k   d e a n d r e a y t o n   d e v i n b o o k e r   g r a y s o n a l l e n   j a e c r o w d e r   j a e c r o w d e r t r a d e   l a n d r y s h a m e t   m i k a l b r i d g e s   m i l w a u k e e b u c k s   n b a  
g i a n n i s   a n t e t o k o u n m p o   1 9   p o i n t s   v s .   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
m i n d   t h e   g a p s :   m e n t a l   t o u g h n e s s   i n   t h e   f l o w s   o f   b a s k e t b a l l . 
 
 f e a r t h e d e e r   
 b u c k s c o u n t y   
 b u c k s   🏀 
 m i l w a u k e e   🏟 
 n b a   n b a t w i t t e r   
 
  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b o b b y   p o r t i s   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b o b b y p o r t i s   b o b b y   p o r t i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
g i a n n i s   a n t e t o k o u n m p o   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g i a n n i s a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
🚨 🏆 🦌 🏀 e n j o y   t h r o w b a c k   h i g h l i g h t s   w i t h   a s h   w h e r e   i   s h o w   m y   t i m e   @   t h e   b u c k s   c h a m p i o n s   p a r a d e   & a m p ;   r i n g s   n i g h t !   t h r o w b a c k t h u r s d a y   t b t h u r s d a y   t b t   g a m e s     g i a n n i s   b u c k s i n 6   f e a r t h e d e e r   b a s k e t b a l l   h o o p s   w i n   s p o r t s   y o u t u b e c h a n n e l   n b a   n b a t w i t t e r    
r e a l l y   n i c e   b e i n g   a b l e   t o   w a t c h   l i v e   b u c k s   b a s k e t b a l l   a g a i n .
p a r e n t s :   w h a t   d i d   y o u   g o   i n   s c h o o l   t o d a y ? 
 k i d s :   m r .   m c g e e   s h o w e d   u s   a   b a s k e t b a l l   g a m e .   
 b u c k s   f e a r t h e d e e r   n b a i n a b u d h a b i  
* m u s t   h a v e *   t r a v e l   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
n o a h   m a g a r o - g e o r g e   o n   t w i t t e r   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
  h u g o   b e s s o n   -   1 8   p t s ,   3   r e b ,   4   t h r e e s   h i g h l i g h t s | m e t r o p o l i t a n s   9 2   v s   n b a   g   l e a g u e   i g n i t e | 2 0 2 2 . 1 0 . 0 4 
 
 
 f r a n c e   h u g o b e s s o n   b e t c l i c e l i t e   l n b   p r o a   b o u l o g n e   l e v a l l o i s   m e t r o p o l i t a n s   m e t s 9 2   n b a   m i l w a u k e e   b u c k s   b a s k e t b a l l   g l e a g u e   i g n i t e
s h o p   f e a r t h e d e e r       f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   m i l w a u k e e   b u c k s   m i l w a u k e e b u c k s
t h e   t e a m   l e a v i n g   a f t e r   p r a c t i c e   ( d i r e c t l y   a f t e r   l a n d i n g )   a t   n y u   a b u   d h a b i .   g i a n n i s   . . .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
  m y   p r e m i u m   v i n y l   f i g u r e   f a v   b a s k e t b a l l   p l a y e r   t o y   n b a    g i a n n i s a n t e t e k o u m p o   b u c k s   m i l w a u k e e       
a c c o l a d e s   b e s i d e s ,   g i a n n i s   i s   t h e   m o s t   d o m i n a n t   p l a y e r   o f   a l l   t i m e .   b y   t h e   t i m e   h e   r e t i r e s   h e   w i l l   b e   t h e   g o a t 𓃵   !   _ a n 3 4   
 n b a   n b a   b u c k s   m i l w a u k e e   b a s k e t b a l l   f o o t b a l l   d r e a m f a c e r e v e a l
1 9 9 3 - 9 4   u l t r a   b a s k e t b a l l   r o o k i e   1 0 6   v i n   b a k e r   r c   m i l w a u k e e b u c k s   b u c k s 
 
 $ 4 . 5 0   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
w h a t   i f - -   b r e w e r s   i n s t e a d   o f   t h e   p a c k e r s   b r e w e r s   p a c k e r s   m i l w a u k e e   w i s c o n s i n   m k e   n b a   b u c k s   m i l w a u k e e t o o l s   m i l w a u k e e b u c k s   t o o l s   d e w a l t   b a s k e t b a l l   g i a n n i s a n t e t o k o u n m p o   m a k i t a   g i a n n i s   m k e m y c i t y   a t l a n t a   c o n s t r u c t i o n   m a d i s o n   b o s c h   m k e h o m e   m   m i l w a u k e e b r e w e r s  
o b s e s s i o n   w i t h   b a s k e t b a l l   a n d   g e t t i n g   b e t t e r   i s   w h a t   s e p a r a t e s   t h o s e   w h o   h a v e   s k i l l   a n d   t h o s e   w h o   w i l l   u s e   t h a t   s k i l l   t o   b e c o m e   g r e a t .   g i a n n i s   b u c k s i n s i x   b u c k s  
d r .   j ' s   p r o   b a s k e t b a l l   y e a r b o o k ,   1 9 9 5 - 9 6   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   n b a   g r a n t h i l l   d e t r o i t   p i s t o n s   g l e n n r o b i n s o n   m i l w a u k e e   b u c k s   d r j   p r o b a s k e t b a l l  
w h y   t h e   l o s   a n g e l e s   c l i p p e r s   w i l l   . . . 
   
 
   
 b a s k e t b a l l   b a s k e t b a l l t a k e   b u c k s   c u r r y   d r a y m o n d g r e e n   d u n k   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m o r a n t   j a m o r a n t d u n k   j o h n w a l l   k a w h i l e o n a r d   l a k e r s   l e b r o n   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s   l o s a n g e l e s l a k e r s  
l e g a l   a c t i o n   t a k e n   t o   k e e p   s p u r s   i n   s a n   . . . 
   
 
   
 7 6 e r s   b a s k e t b a l l   b a s k e t b a l l n e w s   b a s k e t b a l l p o d c a s t   b l a z e r s   b u c k s   b u l l s   c a d e c u n n i n g h a m   c a v s   c e l t i c s   c h e t h o l m g r e n   c l i p p e r s   c p 3   d e v i n b o o k e r   f i n a l s   g o s p u r s g o   g r i z z l i e s   h a w k s   h e a t   h o r n e t s  
a   w t m j   4   d o c u m e n t a r y   f r o m   1 9 8 8   a b o u t   t h e   o p e n i n g   o f   t h e   b r a d l e y   c e n t e r   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
2 0 2 1 - 2 2   p a n i n i   p r i z m   b a s k e t b a l l   k h r i s   m i d d l e t o n   c r a c k e d   i c e   p r i z m   1 2 8   b u c k s     e b a y   v i a     c o l l e c t   t h e h o b b y   b u c k s   n b a
2 0 2 1 - : 2 2   p a n i n i   p r i z m   b a s k e t b a l l   b r o o k   l o p e z   c r a c k e d   i c e   p r i z m   1 3 4   b u c k s     e b a y   v i a     c o l l e c t   t h e h o b b y   b u c k s   n b a
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [46], in <cell line: 1>()
      1 for id, tweets in tweets_df_Bucks1.items():
      2     for tweet in tweets:
----> 3         analysis = TextBlob(tweets_df_Bucks1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Bucks1 = tweets_df_Bucks1.append({
      5             'name': id,
      6             'text': tweets_df_Bucks1.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\textblob\blob.py:384, in BaseBlob.__init__(self, text, tokenizer, pos_tagger, np_extractor, analyzer, parser, classifier, clean_html)
    380 def __init__(self, text, tokenizer=None,
    381             pos_tagger=None, np_extractor=None, analyzer=None,
    382             parser=None, classifier=None, clean_html=False):
    383     if not isinstance(text, basestring):
--> 384         raise TypeError('The `text` argument passed to `__init__(text)` '
    385                         'must be a string, not {0}'.format(type(text)))
    386     if clean_html:
    387         raise NotImplementedError("clean_html has been deprecated. "
    388                                 "To remove HTML markup, use BeautifulSoup's "
    389                                 "get_text() function")

TypeError: The `text` argument passed to `__init__(text)` must be a string, not <class 'pandas.core.series.Series'>
In [47]:
for id, tweets in tweets_df_Bucks2.items():
    for tweet in tweets:
        analysis = SentimentIntensityAnalyzer(tweets_df_Bucks2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Bucks2 = tweets_df_Bucks2.append({
            'name': id,
            'text': tweet_df_Bucks2['text']
        }, ignore_index=True)
“ g i a n n i s   a n t e t o k o u n m p o   i s   t h e   i m m i g r a n t   u n c l e   u s a   n e e d s ”   h a s a n   m i n h a j   r e v e a l s   h o w   h i s   k i d s   a d o r e   t h e   g r e e k   f r e a k     m i l w a u k e e b u c k s   n b a
t h e   b i g g e s t   m i l w a u k e e   b u c k s   . . . 
   
 
   
 a n t e t o k o u n m p o   b u c k s g r i z z l i e s   b u c k s h a w k s   b u c k s p o d c a s t   b u c k s p r e s e a s o n   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g i a n n i s   g s p n   j e v o n c a r t e r   j o r d a n n w o r a   j r u e h o l i d a y   m a r j o n b e a u c h a m p   m i l w a u k e e b u c k s  
s u n s   l o o k i n g   t o   a c q u i r e   r o t a t i o n a l   p i e c e s   f o r   j a e   c r o w d e r   i n s t e a d   o f   f u t u r e   a s s e t s   –   r e p o r t   a t l a n t a h a w k s   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r   m i a m i h e a t   m i l w a u k e e b u c k s  
t r a e   y o u n g   w a s   o n   f i r e   v s .   m i l w a u k e e   b u c k s   s h o r t s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
b r e a k i n g   d o w n   t r a e   y o u n g & a m p ; 3 9 ; s   3 1 - p t   . . . 
   
 
   
 a b u d h a b i n b a   a t l a n t a h a w k s   b u c k s h a w k s   b u c k s h a w k s n b a   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   h a w k s b a s k e t b a l l   h a w k s b u c k s   h a w k s b u c k s h i g h l i g h t s   m a l i k a a n d r e w s   m i l w a u k e e b u c k s   n b a 2 0 2 2   n b a a b u d h a b i  
s o   e x c i t e d !   _ a n 3 4   i   k n o w   y o u ' r e   b u s y ,   b u t   i   r e a l l y   h o p e   i   g e t   t o   s e e   y o u   p l a y   a t     i n   t w o   d a y s !   i ' v e   b e e n   w a i t i n g   8 7 6   d a y s   f o r   t h i s !   i ' l l   b e   t h e r e   o n   w e d   v s   t h e     b e h i n d   t h e     b e n c h .   l i k e g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g i a n n i s 3 4   m i l w a u k e e b u c k s  
  a p p r o v e s   o f   t h i s   m e s s a g e   i   p r e s u m e .   a a r p   n r a   w i s c o n s i n   b a d g e r s   g r e e n b a y p a c k e r s   m i l w a u k e e b u c k s   b r e w e r s  
a b s o l u t e l y   b e a u t i f u l !   g i a n n i s   m i l w a u k e e b u c k s   f e a r t h e d e a r  
t h e   n b a   a b u   d h a b i   s e r i e s   p r o m p t s   a   r a r e   v i s i t   b y   a n   e t i h a d   b o e i n g   7 7 7   t o   m i l w a u k e e   😀 🏆 🏀 🌎 ✈ ️ 
 
 
 
 n b a t w i t t e r   a v i a t i o n   a v g e e k   b u c k s i n 6   m i l w a u k e e b u c k s   b o e i n g 7 7 7   a i r c r a f t
m a d e   a   l o g o   m a s h u p   w a l l p a p e r   -   f i g u r e d   i ’ d   s h a r e   i t   h e r e   i n   c a s e   a n y o n e   e l s e   w a n t s   t o   u s e     . . .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
w i t h   3 4 % ,   w h i l e   t h e   p h i l a d e l p h i a   7 6 e r s '   j o e l   e m b i i d   r e c e i v e d   1 4 % . 
 
 r e a d   m o r e :   
 
 n b a   m i l w a u k e e   m i l w a u k e e b u c k s   m i l w a u k e e b u c k
m a d e   a   l o g o   m a s h u p   w a l l p a p e r   -   f i g u r e d   i ’ d   s h a r e   i t   h e r e   i n   c a s e   a n y o n e   e l s e   w a n t s   t o   u s e   i t !   b u c k s i n s i x 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
f o r g o t t e n   b u c k s ?   s h o r t s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
j o r d a n   p o o l e   s h o u l d   j u s t   g o   a h e a d   a n d   r e q u e s t   a   t r a d e   t o   t h e   m i l w a u k e e b u c k s .   t h a t ’ s   h i s   h o m e t o w n   a n y w a y .
g i a n n i s   a n t e t o k o u n m p o   s a i d   t h i s   a b o u t   a t l a n t a   h a w k s   a f t e r   g e t t i n g   b e a t   t w i c e . .   y o u   w o n t   b e l i e v e   i t 
   
 
   
 a t l a n t a h a w k s   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   j r u e h o l i d a y   m i l w a u k e e b u c k s   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
g i a n n i s   a n t e t o k o u n m p o ’ s   m i l w a u k e e   b u c k s   i n   a d u   d h a b i   a s   n b a   m a k e s   d e b u t   i n   u a e   |   f u t u r e   i s   u a e   n b a   ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
t h e   m a r k e t   o n c e   t h e   w a r r i o r s   a r e   f o r c e d   t o   t r a d e   d r a y m o n d 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
g i a n n i s   a n t e t o k o u n m p o   a n d   t h e   m i l w a u k e e   b u c k s   a r r i v e   i n   a b u   d h a b i    
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
t h e   m i l w a u k e e   b u c k s   a r e   [ b r o o k   “ s p l a s h   m o u n t a i n ”   l o p e z ]   d a y s   a w a y   f r o m   t h e   s t a r t   o f   t h e i r   ‘ 2 2 - ‘ 2 3   n b a   r e g u l a r   s e a s o n . 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
b o s t o n   c e l t i c s   v s   m i l w a u k e e   b u c k s   g a m e   3   f u l l   h i g h l i g h t s   |   2 0 2 2   e c s f   |   f r e e d a w k i n s 
   
 
   
 b u c k s c e l t i c s g a m e 3   b u c k s v s c e l t i c s g a m e 3   b u c k s v s c e l t i c s g a m e 3 f u l l h i g h l i g h t s   c e l t i c s b u c k s g a m e 3   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
i t ' s   g e t   c o l d   a n d   t h a t   m e a n s   h a l l o w e e n   t h a n k s g i v i n g   c h r i s t m a s .   l o t s   o f   p a r t y ' s   ,   f o o t b a l l   a n d   b a s k e t b a l l   m i l w a u k e e b u c k s   g r e e n b a y p a c k e r s .   b o o k   n o w   t o   c o m p l e t e   t h a t   s p e c i a l   d a y .   c h e c k   u s   o u t   o n   f a c e b o o k   @   r e d   r o c k - i t   l i m o   o r   c a l l   4 1 4 - 3 9 7 - 8 3 5 4 .  
l i n d e l l   w i g g i n t o n   v s .   a t l a n t a   |   1 6   p t s   i n   9   m i n u t e s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
m a r j o n   b e a u c h a m p   g o i n g   c r a z y   i n   p r e s e a s o n ! ! ! 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
g o t   m y   f i r s t   b u c k s   h a t   t o d a y   
   
 
   
 b a s k e t b a l l   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
a t l a n t a   h a w k s   b e a t   2 0 2 1   n b a   c h a m p i o n s   m i l w a u k e e   b u c k s   1 1 8 - 1 0 9   i n   t h e i r   s e c o n d   p r e - s e a s o n   g a m e   i n   a b u   d h a b i   t o   a d d   t o   t h e i r   p r e v i o u s   v i c t o r y   i n   t h e   s a m e   f i x t u r e   a   c o u p l e   o f   d a y s   a g o 
 
 n b a   a b u d h a b i   a t l a n t a h a w k s   m i l w a u k e e b u c k s   
 

a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   8   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m a g i c v s m a v e r i c k s   m a v e r i c k s v s m a g i c   m i l w a u k e e b u c k s   n b a h i g h l i g h t s   n b a p l a y o f f s  
r e a c t i o n   v i d e o :   j e f f r e y   d a h m e r   l a s t   i n t e r v i e w   -   m o n s t e r     v i a     j e f f r e y d a h m e r t a p e s   j e f f r e y d a h m e r n e t f l i x   n e t f i l x   g l e n d a c l e v e l a n d   m i l w a u k e e b u c k s
a t l a n t a   h a w k s   v s .   m i l w a u k e e   . . . 
   
 
   
 a n t h o n y d a v i s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   m i l w a u k e e b u c k s   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
m i l w a u k e e b u c k s   1 3   c a r d   l o t   b u c k s   
 
 $ 6   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
g o t   m y   f i r s t   b u c k s   h a t   t o d a y 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
  w h y   i s n ' t   t h i s   g e t t i n g   m o r e   a t t e n t i o n   i n   m i l w a u k e e ?   n o t   s u r e   i f   t h i s   i s   g o o d   o r   b a d .   w h a t   r e a s o n ?   e v e r y t h i n g   i s   g o i n g   w e l l . . . d e e r   d i s t r i c t ,   t e a m ,   e t c .   i s   t h e r e   s t r i f e   w i t h   e d e n s ?   i s n ' t   t h i s   l a s r y ' s   t i m e   t o   m a k e   d e c i s i o n s ?   b u c k s   m i l w a u k e e b u c k s   m i l w a u k e e
n b a   g a m e   e x p e r i e n c e !   😍 🏀 ⛹ 🏽 ‍ ♂ ️   n b a   n b a i n a b u d h a b i   a t l a n t a h a w k s   m i l w a u k e e b u c k s   a b u d h a b i  
b r o o k   l o p e z   p r e s s   c o n f e r e n c e   |   1 0 . 1 0 . 2 2   m i l w a u k e e   b u c k s   n b a   v i d e o :  
f i v e   q u e s t i o n s   t h a t   w i l l   d e t e r m i n e   g i a n n i s   a n d   t h e   b u c k s '   r e t u r n   t o   t i t l e   c o n t e n t i o n   m i l w a u k e e   b u c k s   n b a  
a p r i l   2 8 ,   1 9 7 1   -   l e w   a l c i n d o r   ( k a r e e m   a b d u l - j a b b a r )   s m i l e s   a f t e r   s h a k i n g   h a n d s   w i t h   b a l t i m o r e   b u l l e t s   j a c k   m a r i n   a f t e r   g a m e   3   o f   t h e   1 9 7 1   n b a   f i n a l s ,   w h i c h   t h e     w o n   1 0 7 - 9 9 . 
 n b a   1 9 7 0 s   m i l w a u k e e   b u c k s   f e a r t h e d e e r  
m a d e   a   l o g o   m a s h u p   w a l l p a p e r   -   f i g u r e d   i ’ d   s h a r e   i t   h e r e   i n   c a s e   a n y o n e   e l s e   w a n t s   t o   u s e     . . .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
w i t h   3 4 % ,   w h i l e   t h e   p h i l a d e l p h i a   7 6 e r s '   j o e l   e m b i i d   r e c e i v e d   1 4 % . 
 
 r e a d   m o r e :   
 
 n b a   m i l w a u k e e   m i l w a u k e e b u c k s   m i l w a u k e e b u c k
s a n d r o   m a m u k e l a s h v i l i   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s a n d r o m a m u k e l a s h v i l i   s a n d r o   m a m u k e l a s h v i l i   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b r o o k   l o p e z   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b r o o k l o p e z   b r o o k   l o p e z   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
h o u s t o n   r o c k e t s   v s   m i l w a u k e e   b u c k s   n b a p l a y o f f s   n b a   n b a s e a s o n   h o u s t o n   m i l w a u k e e   n b a p l a y o f f  
w h e r e   a r e   t h e   m i l w a u k e e     f a n s   a t ?   a s   n b a   s e a s o n   s u p p o r t   y o u r   n b a   t e a m   w i t h   a n   n b a y c   n f t   u s e   y o u r   p f p   n f t s   i n   t w i t t e r   & a m p ;   u p c o m i n g   n b a t w i t t e r   s p a c e s .   c h e c k   o u t   t h i s   n b a n f t   n f t a r t   c o l l e c t i o n   o n   o p e n s e a   n f a   d y o r   t h i s   i s   f o r   t h e   a r t      
g o t   m y   f i r s t   b u c k s   h a t   t o d a y   
   
 
   
 b a s k e t b a l l   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   8   |   2 0 2 2   a b u   d h a b i   g a m e s   m i l w a u k e e   b u c k s   n b a   v i d e o :  
p a t   c o n n a u g h t o n   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a t c o n n a u g h t o n   p a t   c o n n a u g h t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s
b o b b y   p o r t i s   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b o b b y p o r t i s   b o b b y   p o r t i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b o b b y   p o r t i s   l o o k i n g   l i k e   k o b e   o u t   t h e r e   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   b o b b y   p o r t i s   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
t r a e   h i t s   i t   f r o m   t h e   a r c t i c   🥶 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   h i g h l i g h t s   -   b u c k s   v s .   h a w k s   -   8 t h   o c t   2 0 2 2 
 
 
 n b a   t r a e   y o u n g   m i l   a t l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i l w a u k e e   b u c k s   a t l a n t a   h a w k s
  w h y   i s n ' t   t h i s   g e t t i n g   m o r e   a t t e n t i o n   i n   m i l w a u k e e ?   n o t   s u r e   i f   t h i s   i s   g o o d   o r   b a d .   w h a t   r e a s o n ?   e v e r y t h i n g   i s   g o i n g   w e l l . . . d e e r   d i s t r i c t ,   t e a m ,   e t c .   i s   t h e r e   s t r i f e   w i t h   e d e n s ?   i s n ' t   t h i s   l a s r y ' s   t i m e   t o   m a k e   d e c i s i o n s ?   b u c k s   m i l w a u k e e b u c k s   m i l w a u k e e
w i s c o n s i n   w o m e n   m i l w a u k e e   b u c k s   t h i s   i s   w h y   r o n j o h n s o n   h a s   t o   g o .     v o t e m a n d e l a  
p o s s i b l i t y   i ' l l   g i v e   t h e   b u c k s v s h a w k s   g a m e   a   w a t c h .   b u t   i f   i ' m   a   b e t t i n g   m a n   i ' d   s a y   m i l w a u k e e   b u c k s   w i n s .
g i a n n i s   b e i n g   t a u g h t   a   b o l l y w o o d   d a n c e   b y   a   b o l l y w o o d   a c t o r ,   r a n v e e r   s i n g h .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
w e ' r e   b a c k !   a l l - a c c e s s   f r o m   b u c k s   t r a i n i n g   c a m p   2 0 2 2   m i l w a u k e e   b u c k s   n b a   v i d e o :  
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w :   t h e   c a s e   f o r   t h e   m i l w a u k e e   b u c k s   m i l w a u k e e   b u c k s   n b a  
b e i n g   f r o m   m i l w a u k e e   s a m e   p l a c e   j o r d a n   p o o l e   f r o m   d r a y m o n d   y o u   a   b * * * *   w h e n   y o u   c o m i n g   t o   m i l w a u k e e   g u a r a n t e e   w e   o n   y o u r   a s s     h o o d s t a t s   m i l w a u k e e   c h e a p s h o t   m f     3 2 y r s   o l d   a n d   s t i l l   g e t t i n g   a n d   y o u r   f e e l i n g   i t ' s   t i m e   t o   t r a d e   y o u   a n d   i ' m   a     f a n   🫵 🖕  
j e v o n   c a r t e r   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j e v o n c a r t e r   j e v o n   c a r t e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
s e r g e   i b a k a   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s e r g e i b a k a   s e r g e   i b a k a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
s e r g e   i b a k a   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s e r g e i b a k a   s e r g e   i b a k a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
m i l w a u k e e   💚 💙   g o       f e a r t h e d e e r 
 
   " _ a n 3 4   i s   t h e   f a c e   o f   t h e   f r a n c h i s e . 
   h a s   f o u n d   h i m s e l f   a s   t h e   f a c e   o f   t h e   c i t y . " 
 
 a n d ,   l i k e   g i a n n i s ,   b o b b y ' s   f a m i l y   h a s   m a d e   t h e   c i t y   h o m e .   t h i s   s t o r y   w a r m s   m y   m i l w a u k e e   h e a r t ,     

t h e   ⁦ ⁩   x     ⁦ ⁩   b e l o w   a   b e a u t i f u l   m i l w a u k e e   s k y   a n d   i n   t h e   s h a d o w   o f   t h e   t a l l e s t   m a s s   t i m b e r   b u i l d i n g   i n   t h e   w o r l d ,   t h e   a s c e n t .  
e v e n t   s e c u r i t y   m a n a g e r   a t       m i l w a u k e e   j o b s   s p o r t s   c a r e e r s   d i v e r s i t y   w i s c o n s i n  
h e l l o !   e v a n   a n d   c o r e y   h e r e   f r o m   m i l w a u k e e   b u c k s   o n   t a p   p o d c a s t !   w e ' r e   s u p e r   p u m p e d   t o   s h a r e   o u r   b u c k s   t a l k   w i t h   y o u   a l l !   m i l w a u k e e b u c k s   p o d c a s t s   n b a   w i s c o n s i n   m i l w a u k e e
b u c k s   a n n o u n c e   g i v e a w a y s   a n d   t h e m e   n i g h t s   f o r   2 0 2 2 - 2 3   s e a s o n   
   
 
   
 b a s k e t b a l l   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
n e w   y o r k   k n i c k s   l o o k   d o m i n a n t   i n   f i r s t   p r e s e a s o n   g a m e 
 
 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h
d e m a r   d e r o z a n   c r e d i t s   g i a n n i s   a n t e t o k o u n m p o   o n   j j   r e d i c k ' s   p o d c a s t 
 
 
 
 n b a   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h   t o r o n t o   r a p t o r s
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   a b u   d h a b i   g a m e s   m i l w a u k e e   b u c k s   n b a   v i d e o :  
c h e f   g i a n n i s   c o o k s   u p   s o m e   h i l a r i o u s   n e w s   c o n f e r e n c e   m o m e n t s   |   n b a   o n   e s p n   m i l w a u k e e   b u c k s   n b a   v i d e o :  
d e j o u n t e   t o   c o l l i n s   w h o   j a m s   i t !   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d e j o u n t e   m u r r a y   j o h n   c o l l i n s   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   m a k i n g   p o r t i s   d a n c e   f o r   h i m   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   b o b b y   p o r t i s   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
g i a n n i s   d o i n g   g i a n n i s   t h i n g s   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   g i a n n i s   a n t e t o k o u n m p o   d u n k   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
m i n d   t h e   g a p s :   m e n t a l   t o u g h n e s s   i n   t h e   f l o w s   o f   b a s k e t b a l l . 
 
 f e a r t h e d e e r   
 b u c k s c o u n t y   
 b u c k s   🏀 
 m i l w a u k e e   🏟 
 n b a   n b a t w i t t e r   
 
  
b a s k e t b a l l   c a r d   b o b b y   p o r t i s   2 0 2 1   p a n i n i   n b a   h o o p s   m i n t   -   c l i c k   h e r e   
 
 b a s k e t b a l l   s p o r t s   n b a   c o l l e c t i b l e     m i l w a u k e e  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
a n y   v a l u e   i n   g i a n n i s   & a m p ;   t h e   b u c k s   a d j u s t i n g   t h e i r   s t y l e   w i t h o u t   k h r i s   m i d d l e t o n ?   |   n b a   t o d a y   m i l w a u k e e   b u c k s   n b a   v i d e o :  
b o b b y   p o r t i s   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b o b b y p o r t i s   b o b b y   p o r t i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
m i t c h e l l   & a m p ;   n e s s   h w c   ' 9 3   c o l o r   b o m b   m i l w a u k e e   b u c k s   n o w   a v a i l a b l e   f r o m   b u c k s p r o s h o p 
 
 n e w d r o p   b u c k s p r o s h o p   m i l w a u k e e b u c k s   m i l w a u k e e   b u c k s   n b a   f e a r t h e d e e r   w i s c o n s i n   m i t c h e l l   n e s s   h w c   9 3   c o l o r   b o m b   h a t c r a w l e r   f i t t e d   5 9 5 0 
 

g i a n n i s   a n t e t o k o u n m p o   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g i a n n i s a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r r u r t u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y t r t r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 f u t t r t r u t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y y e r w y e r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e y e r w y e r w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t s e w t r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t u d f g k
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r u t k g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d k t r y e f m
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d y s r x f f d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e w r t y u
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 q w e r t y t y t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y u u y t r e r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r e t y r e w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 a r t y t r r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y u i y t r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r e e r t y u i y t r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y i u y t r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 a h s d f g j h g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s h g f s f g h j h g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r t y t r e w f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r   r r r e w q e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s d t f g f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 f g h j k l ; j h
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s d k k t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r t y u y t r e w q f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r y u t r e w e r t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w r e h f d s d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w 3 4 t d s d s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w q t y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r e r e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e e e y g h f f d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y e y w y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y w y w e y r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y w y u e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e t y w y e u e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e w y e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e y e w y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t w w e t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e y t e e e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r t e d f h d s d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 h r t y t f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w y e y e w h r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e t t w y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w t w y e w w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r k j f g f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s r e e r y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e t t w t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e q t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r w e t q t w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w r e t w t y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t w e t w w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e a r e w t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r r e w e r w e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e r h d f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w t w h f j f f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e t w q t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 h g t r y d f s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e j h u y w u w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e f w h b j
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d q e e g d s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 q w q e r s a s a d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e w t j n
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s s g e w w t r r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w t e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 g e r e y f d h
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r y e h f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y t t e r f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y t t r r u t u j
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y r e y e r u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w e t e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e w y e y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e w y e y e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r t t w e e w t y e r y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y y e r y
“ g i a n n i s   a n t e t o k o u n m p o   i s   t h e   i m m i g r a n t   u n c l e   u s a   n e e d s ”   h a s a n   m i n h a j   r e v e a l s   h o w   h i s   k i d s   a d o r e   t h e   g r e e k   f r e a k     m i l w a u k e e b u c k s   n b a
t h e   b i g g e s t   m i l w a u k e e   b u c k s   . . . 
   
 
   
 a n t e t o k o u n m p o   b u c k s g r i z z l i e s   b u c k s h a w k s   b u c k s p o d c a s t   b u c k s p r e s e a s o n   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g i a n n i s   g s p n   j e v o n c a r t e r   j o r d a n n w o r a   j r u e h o l i d a y   m a r j o n b e a u c h a m p   m i l w a u k e e b u c k s  
s u n s   l o o k i n g   t o   a c q u i r e   r o t a t i o n a l   p i e c e s   f o r   j a e   c r o w d e r   i n s t e a d   o f   f u t u r e   a s s e t s   –   r e p o r t   a t l a n t a h a w k s   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r   m i a m i h e a t   m i l w a u k e e b u c k s  
t r a e   y o u n g   w a s   o n   f i r e   v s .   m i l w a u k e e   b u c k s   s h o r t s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
b r e a k i n g   d o w n   t r a e   y o u n g & a m p ; 3 9 ; s   3 1 - p t   . . . 
   
 
   
 a b u d h a b i n b a   a t l a n t a h a w k s   b u c k s h a w k s   b u c k s h a w k s n b a   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   h a w k s b a s k e t b a l l   h a w k s b u c k s   h a w k s b u c k s h i g h l i g h t s   m a l i k a a n d r e w s   m i l w a u k e e b u c k s   n b a 2 0 2 2   n b a a b u d h a b i  
s o   e x c i t e d !   _ a n 3 4   i   k n o w   y o u ' r e   b u s y ,   b u t   i   r e a l l y   h o p e   i   g e t   t o   s e e   y o u   p l a y   a t     i n   t w o   d a y s !   i ' v e   b e e n   w a i t i n g   8 7 6   d a y s   f o r   t h i s !   i ' l l   b e   t h e r e   o n   w e d   v s   t h e     b e h i n d   t h e     b e n c h .   l i k e g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g i a n n i s 3 4   m i l w a u k e e b u c k s  
  a p p r o v e s   o f   t h i s   m e s s a g e   i   p r e s u m e .   a a r p   n r a   w i s c o n s i n   b a d g e r s   g r e e n b a y p a c k e r s   m i l w a u k e e b u c k s   b r e w e r s  
a b s o l u t e l y   b e a u t i f u l !   g i a n n i s   m i l w a u k e e b u c k s   f e a r t h e d e a r  
t h e   n b a   a b u   d h a b i   s e r i e s   p r o m p t s   a   r a r e   v i s i t   b y   a n   e t i h a d   b o e i n g   7 7 7   t o   m i l w a u k e e   😀 🏆 🏀 🌎 ✈ ️ 
 
 
 
 n b a t w i t t e r   a v i a t i o n   a v g e e k   b u c k s i n 6   m i l w a u k e e b u c k s   b o e i n g 7 7 7   a i r c r a f t
m a d e   a   l o g o   m a s h u p   w a l l p a p e r   -   f i g u r e d   i ’ d   s h a r e   i t   h e r e   i n   c a s e   a n y o n e   e l s e   w a n t s   t o   u s e     . . .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
w i t h   3 4 % ,   w h i l e   t h e   p h i l a d e l p h i a   7 6 e r s '   j o e l   e m b i i d   r e c e i v e d   1 4 % . 
 
 r e a d   m o r e :   
 
 n b a   m i l w a u k e e   m i l w a u k e e b u c k s   m i l w a u k e e b u c k
m a d e   a   l o g o   m a s h u p   w a l l p a p e r   -   f i g u r e d   i ’ d   s h a r e   i t   h e r e   i n   c a s e   a n y o n e   e l s e   w a n t s   t o   u s e   i t !   b u c k s i n s i x 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
f o r g o t t e n   b u c k s ?   s h o r t s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
j o r d a n   p o o l e   s h o u l d   j u s t   g o   a h e a d   a n d   r e q u e s t   a   t r a d e   t o   t h e   m i l w a u k e e b u c k s .   t h a t ’ s   h i s   h o m e t o w n   a n y w a y .
g i a n n i s   a n t e t o k o u n m p o   s a i d   t h i s   a b o u t   a t l a n t a   h a w k s   a f t e r   g e t t i n g   b e a t   t w i c e . .   y o u   w o n t   b e l i e v e   i t 
   
 
   
 a t l a n t a h a w k s   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   j r u e h o l i d a y   m i l w a u k e e b u c k s   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
g i a n n i s   a n t e t o k o u n m p o ’ s   m i l w a u k e e   b u c k s   i n   a d u   d h a b i   a s   n b a   m a k e s   d e b u t   i n   u a e   |   f u t u r e   i s   u a e   n b a   ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
t h e   m a r k e t   o n c e   t h e   w a r r i o r s   a r e   f o r c e d   t o   t r a d e   d r a y m o n d 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
g i a n n i s   a n t e t o k o u n m p o   a n d   t h e   m i l w a u k e e   b u c k s   a r r i v e   i n   a b u   d h a b i    
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
t h e   m i l w a u k e e   b u c k s   a r e   [ b r o o k   “ s p l a s h   m o u n t a i n ”   l o p e z ]   d a y s   a w a y   f r o m   t h e   s t a r t   o f   t h e i r   ‘ 2 2 - ‘ 2 3   n b a   r e g u l a r   s e a s o n . 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
b o s t o n   c e l t i c s   v s   m i l w a u k e e   b u c k s   g a m e   3   f u l l   h i g h l i g h t s   |   2 0 2 2   e c s f   |   f r e e d a w k i n s 
   
 
   
 b u c k s c e l t i c s g a m e 3   b u c k s v s c e l t i c s g a m e 3   b u c k s v s c e l t i c s g a m e 3 f u l l h i g h l i g h t s   c e l t i c s b u c k s g a m e 3   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
i t ' s   g e t   c o l d   a n d   t h a t   m e a n s   h a l l o w e e n   t h a n k s g i v i n g   c h r i s t m a s .   l o t s   o f   p a r t y ' s   ,   f o o t b a l l   a n d   b a s k e t b a l l   m i l w a u k e e b u c k s   g r e e n b a y p a c k e r s .   b o o k   n o w   t o   c o m p l e t e   t h a t   s p e c i a l   d a y .   c h e c k   u s   o u t   o n   f a c e b o o k   @   r e d   r o c k - i t   l i m o   o r   c a l l   4 1 4 - 3 9 7 - 8 3 5 4 .  
l i n d e l l   w i g g i n t o n   v s .   a t l a n t a   |   1 6   p t s   i n   9   m i n u t e s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
m a r j o n   b e a u c h a m p   g o i n g   c r a z y   i n   p r e s e a s o n ! ! ! 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
g o t   m y   f i r s t   b u c k s   h a t   t o d a y   
   
 
   
 b a s k e t b a l l   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
a t l a n t a   h a w k s   b e a t   2 0 2 1   n b a   c h a m p i o n s   m i l w a u k e e   b u c k s   1 1 8 - 1 0 9   i n   t h e i r   s e c o n d   p r e - s e a s o n   g a m e   i n   a b u   d h a b i   t o   a d d   t o   t h e i r   p r e v i o u s   v i c t o r y   i n   t h e   s a m e   f i x t u r e   a   c o u p l e   o f   d a y s   a g o 
 
 n b a   a b u d h a b i   a t l a n t a h a w k s   m i l w a u k e e b u c k s   
 

a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   8   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m a g i c v s m a v e r i c k s   m a v e r i c k s v s m a g i c   m i l w a u k e e b u c k s   n b a h i g h l i g h t s   n b a p l a y o f f s  
r e a c t i o n   v i d e o :   j e f f r e y   d a h m e r   l a s t   i n t e r v i e w   -   m o n s t e r     v i a     j e f f r e y d a h m e r t a p e s   j e f f r e y d a h m e r n e t f l i x   n e t f i l x   g l e n d a c l e v e l a n d   m i l w a u k e e b u c k s
a t l a n t a   h a w k s   v s .   m i l w a u k e e   . . . 
   
 
   
 a n t h o n y d a v i s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   m i l w a u k e e b u c k s   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
m i l w a u k e e b u c k s   1 3   c a r d   l o t   b u c k s   
 
 $ 6   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
g o t   m y   f i r s t   b u c k s   h a t   t o d a y 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   m i l w a u k e e b u c k s  
  w h y   i s n ' t   t h i s   g e t t i n g   m o r e   a t t e n t i o n   i n   m i l w a u k e e ?   n o t   s u r e   i f   t h i s   i s   g o o d   o r   b a d .   w h a t   r e a s o n ?   e v e r y t h i n g   i s   g o i n g   w e l l . . . d e e r   d i s t r i c t ,   t e a m ,   e t c .   i s   t h e r e   s t r i f e   w i t h   e d e n s ?   i s n ' t   t h i s   l a s r y ' s   t i m e   t o   m a k e   d e c i s i o n s ?   b u c k s   m i l w a u k e e b u c k s   m i l w a u k e e
n b a   g a m e   e x p e r i e n c e !   😍 🏀 ⛹ 🏽 ‍ ♂ ️   n b a   n b a i n a b u d h a b i   a t l a n t a h a w k s   m i l w a u k e e b u c k s   a b u d h a b i  
b r o o k   l o p e z   p r e s s   c o n f e r e n c e   |   1 0 . 1 0 . 2 2   m i l w a u k e e   b u c k s   n b a   v i d e o :  
f i v e   q u e s t i o n s   t h a t   w i l l   d e t e r m i n e   g i a n n i s   a n d   t h e   b u c k s '   r e t u r n   t o   t i t l e   c o n t e n t i o n   m i l w a u k e e   b u c k s   n b a  
a p r i l   2 8 ,   1 9 7 1   -   l e w   a l c i n d o r   ( k a r e e m   a b d u l - j a b b a r )   s m i l e s   a f t e r   s h a k i n g   h a n d s   w i t h   b a l t i m o r e   b u l l e t s   j a c k   m a r i n   a f t e r   g a m e   3   o f   t h e   1 9 7 1   n b a   f i n a l s ,   w h i c h   t h e     w o n   1 0 7 - 9 9 . 
 n b a   1 9 7 0 s   m i l w a u k e e   b u c k s   f e a r t h e d e e r  
m a d e   a   l o g o   m a s h u p   w a l l p a p e r   -   f i g u r e d   i ’ d   s h a r e   i t   h e r e   i n   c a s e   a n y o n e   e l s e   w a n t s   t o   u s e     . . .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
w i t h   3 4 % ,   w h i l e   t h e   p h i l a d e l p h i a   7 6 e r s '   j o e l   e m b i i d   r e c e i v e d   1 4 % . 
 
 r e a d   m o r e :   
 
 n b a   m i l w a u k e e   m i l w a u k e e b u c k s   m i l w a u k e e b u c k
s a n d r o   m a m u k e l a s h v i l i   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s a n d r o m a m u k e l a s h v i l i   s a n d r o   m a m u k e l a s h v i l i   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b r o o k   l o p e z   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b r o o k l o p e z   b r o o k   l o p e z   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
h o u s t o n   r o c k e t s   v s   m i l w a u k e e   b u c k s   n b a p l a y o f f s   n b a   n b a s e a s o n   h o u s t o n   m i l w a u k e e   n b a p l a y o f f  
w h e r e   a r e   t h e   m i l w a u k e e     f a n s   a t ?   a s   n b a   s e a s o n   s u p p o r t   y o u r   n b a   t e a m   w i t h   a n   n b a y c   n f t   u s e   y o u r   p f p   n f t s   i n   t w i t t e r   & a m p ;   u p c o m i n g   n b a t w i t t e r   s p a c e s .   c h e c k   o u t   t h i s   n b a n f t   n f t a r t   c o l l e c t i o n   o n   o p e n s e a   n f a   d y o r   t h i s   i s   f o r   t h e   a r t      
g o t   m y   f i r s t   b u c k s   h a t   t o d a y   
   
 
   
 b a s k e t b a l l   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   8   |   2 0 2 2   a b u   d h a b i   g a m e s   m i l w a u k e e   b u c k s   n b a   v i d e o :  
p a t   c o n n a u g h t o n   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a t c o n n a u g h t o n   p a t   c o n n a u g h t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s
b o b b y   p o r t i s   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b o b b y p o r t i s   b o b b y   p o r t i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b o b b y   p o r t i s   l o o k i n g   l i k e   k o b e   o u t   t h e r e   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   b o b b y   p o r t i s   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
t r a e   h i t s   i t   f r o m   t h e   a r c t i c   🥶 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   h i g h l i g h t s   -   b u c k s   v s .   h a w k s   -   8 t h   o c t   2 0 2 2 
 
 
 n b a   t r a e   y o u n g   m i l   a t l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i l w a u k e e   b u c k s   a t l a n t a   h a w k s
  w h y   i s n ' t   t h i s   g e t t i n g   m o r e   a t t e n t i o n   i n   m i l w a u k e e ?   n o t   s u r e   i f   t h i s   i s   g o o d   o r   b a d .   w h a t   r e a s o n ?   e v e r y t h i n g   i s   g o i n g   w e l l . . . d e e r   d i s t r i c t ,   t e a m ,   e t c .   i s   t h e r e   s t r i f e   w i t h   e d e n s ?   i s n ' t   t h i s   l a s r y ' s   t i m e   t o   m a k e   d e c i s i o n s ?   b u c k s   m i l w a u k e e b u c k s   m i l w a u k e e
w i s c o n s i n   w o m e n   m i l w a u k e e   b u c k s   t h i s   i s   w h y   r o n j o h n s o n   h a s   t o   g o .     v o t e m a n d e l a  
p o s s i b l i t y   i ' l l   g i v e   t h e   b u c k s v s h a w k s   g a m e   a   w a t c h .   b u t   i f   i ' m   a   b e t t i n g   m a n   i ' d   s a y   m i l w a u k e e   b u c k s   w i n s .
g i a n n i s   b e i n g   t a u g h t   a   b o l l y w o o d   d a n c e   b y   a   b o l l y w o o d   a c t o r ,   r a n v e e r   s i n g h .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
w e ' r e   b a c k !   a l l - a c c e s s   f r o m   b u c k s   t r a i n i n g   c a m p   2 0 2 2   m i l w a u k e e   b u c k s   n b a   v i d e o :  
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w :   t h e   c a s e   f o r   t h e   m i l w a u k e e   b u c k s   m i l w a u k e e   b u c k s   n b a  
b e i n g   f r o m   m i l w a u k e e   s a m e   p l a c e   j o r d a n   p o o l e   f r o m   d r a y m o n d   y o u   a   b * * * *   w h e n   y o u   c o m i n g   t o   m i l w a u k e e   g u a r a n t e e   w e   o n   y o u r   a s s     h o o d s t a t s   m i l w a u k e e   c h e a p s h o t   m f     3 2 y r s   o l d   a n d   s t i l l   g e t t i n g   a n d   y o u r   f e e l i n g   i t ' s   t i m e   t o   t r a d e   y o u   a n d   i ' m   a     f a n   🫵 🖕  
j e v o n   c a r t e r   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j e v o n c a r t e r   j e v o n   c a r t e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
s e r g e   i b a k a   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s e r g e i b a k a   s e r g e   i b a k a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
s e r g e   i b a k a   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s e r g e i b a k a   s e r g e   i b a k a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
m i l w a u k e e   💚 💙   g o       f e a r t h e d e e r 
 
   " _ a n 3 4   i s   t h e   f a c e   o f   t h e   f r a n c h i s e . 
   h a s   f o u n d   h i m s e l f   a s   t h e   f a c e   o f   t h e   c i t y . " 
 
 a n d ,   l i k e   g i a n n i s ,   b o b b y ' s   f a m i l y   h a s   m a d e   t h e   c i t y   h o m e .   t h i s   s t o r y   w a r m s   m y   m i l w a u k e e   h e a r t ,     

t h e   ⁦ ⁩   x     ⁦ ⁩   b e l o w   a   b e a u t i f u l   m i l w a u k e e   s k y   a n d   i n   t h e   s h a d o w   o f   t h e   t a l l e s t   m a s s   t i m b e r   b u i l d i n g   i n   t h e   w o r l d ,   t h e   a s c e n t .  
e v e n t   s e c u r i t y   m a n a g e r   a t       m i l w a u k e e   j o b s   s p o r t s   c a r e e r s   d i v e r s i t y   w i s c o n s i n  
h e l l o !   e v a n   a n d   c o r e y   h e r e   f r o m   m i l w a u k e e   b u c k s   o n   t a p   p o d c a s t !   w e ' r e   s u p e r   p u m p e d   t o   s h a r e   o u r   b u c k s   t a l k   w i t h   y o u   a l l !   m i l w a u k e e b u c k s   p o d c a s t s   n b a   w i s c o n s i n   m i l w a u k e e
b u c k s   a n n o u n c e   g i v e a w a y s   a n d   t h e m e   n i g h t s   f o r   2 0 2 2 - 2 3   s e a s o n   
   
 
   
 b a s k e t b a l l   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
n e w   y o r k   k n i c k s   l o o k   d o m i n a n t   i n   f i r s t   p r e s e a s o n   g a m e 
 
 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h
d e m a r   d e r o z a n   c r e d i t s   g i a n n i s   a n t e t o k o u n m p o   o n   j j   r e d i c k ' s   p o d c a s t 
 
 
 
 n b a   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h   t o r o n t o   r a p t o r s
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   a b u   d h a b i   g a m e s   m i l w a u k e e   b u c k s   n b a   v i d e o :  
c h e f   g i a n n i s   c o o k s   u p   s o m e   h i l a r i o u s   n e w s   c o n f e r e n c e   m o m e n t s   |   n b a   o n   e s p n   m i l w a u k e e   b u c k s   n b a   v i d e o :  
d e j o u n t e   t o   c o l l i n s   w h o   j a m s   i t !   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d e j o u n t e   m u r r a y   j o h n   c o l l i n s   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   m a k i n g   p o r t i s   d a n c e   f o r   h i m   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   b o b b y   p o r t i s   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
g i a n n i s   d o i n g   g i a n n i s   t h i n g s   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   g i a n n i s   a n t e t o k o u n m p o   d u n k   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
m i n d   t h e   g a p s :   m e n t a l   t o u g h n e s s   i n   t h e   f l o w s   o f   b a s k e t b a l l . 
 
 f e a r t h e d e e r   
 b u c k s c o u n t y   
 b u c k s   🏀 
 m i l w a u k e e   🏟 
 n b a   n b a t w i t t e r   
 
  
b a s k e t b a l l   c a r d   b o b b y   p o r t i s   2 0 2 1   p a n i n i   n b a   h o o p s   m i n t   -   c l i c k   h e r e   
 
 b a s k e t b a l l   s p o r t s   n b a   c o l l e c t i b l e     m i l w a u k e e  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
a n y   v a l u e   i n   g i a n n i s   & a m p ;   t h e   b u c k s   a d j u s t i n g   t h e i r   s t y l e   w i t h o u t   k h r i s   m i d d l e t o n ?   |   n b a   t o d a y   m i l w a u k e e   b u c k s   n b a   v i d e o :  
b o b b y   p o r t i s   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b o b b y p o r t i s   b o b b y   p o r t i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
m i t c h e l l   & a m p ;   n e s s   h w c   ' 9 3   c o l o r   b o m b   m i l w a u k e e   b u c k s   n o w   a v a i l a b l e   f r o m   b u c k s p r o s h o p 
 
 n e w d r o p   b u c k s p r o s h o p   m i l w a u k e e b u c k s   m i l w a u k e e   b u c k s   n b a   f e a r t h e d e e r   w i s c o n s i n   m i t c h e l l   n e s s   h w c   9 3   c o l o r   b o m b   h a t c r a w l e r   f i t t e d   5 9 5 0 
 

g i a n n i s   a n t e t o k o u n m p o   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g i a n n i s a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r r u r t u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y t r t r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 f u t t r t r u t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y y e r w y e r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e y e r w y e r w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t s e w t r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t u d f g k
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r u t k g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d k t r y e f m
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d y s r x f f d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e w r t y u
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 q w e r t y t y t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y u u y t r e r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r e t y r e w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 a r t y t r r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y u i y t r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r e e r t y u i y t r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y i u y t r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 a h s d f g j h g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s h g f s f g h j h g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r t y t r e w f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r   r r r e w q e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s d t f g f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 f g h j k l ; j h
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s d k k t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r t y u y t r e w q f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r y u t r e w e r t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w r e h f d s d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w 3 4 t d s d s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w q t y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r e r e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e e e y g h f f d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y e y w y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y w y w e y r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y w y u e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e t y w y e u e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e w y e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e y e w y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t w w e t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e y t e e e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r t e d f h d s d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 h r t y t f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w y e y e w h r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e t t w y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w t w y e w w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r k j f g f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s r e e r y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e t t w t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e q t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r w e t q t w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w r e t w t y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t w e t w w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e a r e w t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r r e w e r w e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e r h d f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w t w h f j f f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e t w q t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 h g t r y d f s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e j h u y w u w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e f w h b j
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d q e e g d s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 q w q e r s a s a d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e w t j n
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s s g e w w t r r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w t e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 g e r e y f d h
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r y e h f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y t t e r f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y t t r r u t u j
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y r e y e r u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w e t e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e w y e y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e w y e y e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r t t w e e w t y e r y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y y e r y
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m y   t o p   5   n b a   p l a y e r s     n b a   b a s k e t b a l l   l e b r o n j a m e s   s t e p h c u r r y   g i a n n i s . . .     v i a  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b r o o k   l o p e z   p r e s s   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e   b i g g e s t   m i l w a u k e e   b u c k s   . . . 
   
 
   
 a n t e t o k o u n m p o   b u c k s g r i z z l i e s   b u c k s h a w k s   b u c k s p o d c a s t   b u c k s p r e s e a s o n   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g i a n n i s   g s p n   j e v o n c a r t e r   j o r d a n n w o r a   j r u e h o l i d a y   m a r j o n b e a u c h a m p   m i l w a u k e e b u c k s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
g i a n n i s   a n t e t o k o u n m p o   c a l l s   l e b r o n   j a m e s   ‘ t h e   b e s t   p l a y e r   i n   t h e   w o r l d ’     w o r l d
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     g i a n n i s   b r e a d   n e w p o r t   b r a d s t e v e n s   m i n d f u l n e s s   n a s c a r   b r i s t o l   s b u   b u l l d o g s   d a t e l i n e   p t s d
a b s o l u t e l y   b e a u t i f u l !   g i a n n i s   m i l w a u k e e b u c k s   f e a r t h e d e a r  
.   g r e a t   a r g u m e n t ,   t h x . 
 _ a n 3 4   g i a n n i s   

t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
h i g h   b r o w   a c h i e v e r 
 + 
 t h e   g r e e k   b r o w 
 -   
 — 
 a n t h o n y d a v i s   a n t d a v j s 2 3   t h e b r o w   g i a n n i s   b u c k s   l a k e r s   l a k e s h o w   l a l a k e r s   l a k e r s v s w a r r i o r s  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o   b e   e f f e c t i v e   o n   o f f e n s e   t h i s   s e a s o n ,   p r a c t i c e   s c o r i n g   o u t   o f   c o m m o n   a c t i o n s   s u c h   a s   d r i b b l e   h a n d o f f s . 
 
 s u n d a y   l a t e n i g h t     p l a y e r d e v e l o p m e n t   b a s k e t b a l l t i p s   b a s k e t b a l l t r a i n e r   b a s k e t b a l l d r i l l s   b a s k e t b a l l w o r k o u t   p h i l l y   n b a   n c a a   w n b a   g l e a g u e   n i k e   g i a n n i s  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   r e c o v e r y   m e e t i n g   f o r   d e p r e s s i o n ,   a n x i e t y ,   c u t t e r s ,   o a ' s ,   e x   a a ' s ,   e x   n a ' s ,   b u l i m i a ,   e t c .   s t a r t   y o u r   o w n   m e e t i n g     g i a n n i s   b r e a d   n e w p o r t   b r a d s t e v e n s   n a s c a r   b r i s t o l   s b u   b u l l d o g s   d a t e l i n e   p t s d   r e c o v e r y   j e t s
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   r e s u l t s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2   ;   n b a   g a m e s   t o d a y ;   h a w k s 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   h a w k s   b u c k s   t r a e y o u n g   g i a n n i s   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a a b u d h a b i 2 0 2 2
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
i   j u s t   l o v e   t h e   f a c t   t h a t   h e   e n j o y s   t h e s e   j o k e s   s o   m u c h 
 d a d j o k e s   g i a n n i s  
n b a   g m s   h a v e   p i c k e d   t h e s e   p l a y e r s   a s   b e s t   a t   t h e i r   r e s p e c t i v e   p o s i t i o n s !   🏀 🔝 
 
 a r e   t h e y   y o u r   t o p   p l a y e r s ? 
 
 s t e p h e n c u r r y   d e v i n b o o k e r   k e v i n d u r a n t   g i a n n i s   n i k o l a j o k i c  
f a n s   d u b b e d   i t   t h e   " c o o l e s t   t h i n g "   w h e n   n b a   p l a y e r   g i a n n i s   a n t e t o k o u n m p o   l e a r n e d   t h e   " t a t t a d   t a t t a d "   h o o k   s t e p   f r o m   a c t o r   r a n v e e r   s i n g h . 
 r a n v e e r s i n g h   g i a n n i s  
" i   t h i n k   a   h e a l t h y   l a k e r s   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e   n b a   i s   b a c k … . 
 
 c u s t o m   n b a   h a r d w o o d   f o i l   c a r d s   a r e   n o w   a v a i l a b l e .   e a c h   c a r d   i s   l i m i t e d   / 1 0 . 
 
               m o r a n t   l a m e l o   l e b r o n   g i a n n i s   z i o n   d a m e  
t a t u m   s c o p e   p r i z m   p s a   1 0   r o o k i e !   l o o k i n g   t o   t r a d e   f o r   c u r r y   o r   g i a n n i s   p s a   1 0   r o o k i e s .   o p e n   t o   o f f e r s .   n o t   $ 1     _   _ s e l l   c e l t i c s   r o o k i e s   g i a n n i s   t a t u m   c u r r y   n b a  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  

 g i a n n i s   w a l k s   o u t   o f   i n t e r v i e w   w i t h   m a l i k a a n d r e w s
h a w k s   v s   b u c k s   a b u   d h a b i   g a m e   2 ;   n b a   s h e d u l e   t o d a y   o c t o b e r   8 ,   2 0 2 2 ;   n b a   p r e s e a s o n   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
" t h e   g r e e k f r e a k   g e t t i n ’   h i s   t a t t a d t a t t a d   o n ! "   
 
   s h a r e s   a   g l i m p s e   o f   h i m   m a t c h i n g   s t e p s   w i t h   b a s k e t b a l l   p l a y e r   _ a n 3 4   
 
 r a n v e e r s i n g h   g i a n n i s a n t e t o k o u n m p o   g i a n n i s   r a n v e e r   g r e e k   c i r k u s   n b a   b o l l y w o o d  
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
e v e r y o n e   g o   w i s h   m y   b e s t   f r i e n d   i n   t h e   w o r l d   a   h a p p y   b i r t h d a y   🎀 🌟 🌟 🎈 🎈 💕 💕 👑   i   l o v e   h e r   s o   m u c h   💘       🎈   m i a m i   g i a n n i s   a r i z o n a   t r a v e l   b f f   p r i n c e s s   b a d d i e  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
1 3 %   o f f   o n   g i a n n i s   i m m o r t a l i t y   2 
 l i t t l e   k i d s s h o e s   f r o m   n i k e 
 s h o p   h e r e : -    
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
h i g h l i g h t s :   b u c k s   1 1 3   -   h a w k s   1 2 3   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
n b a   l e a d e r :   2 7 . 9   p p g   2 2 7 ' s   y o u t u b e   c h i l i '   d e m a r   c h i l i '   d e r o z a n   2 7 . 9   p p g   5 . 2   r p g   4 . 9   a p g   b u l l s n a t i o n   s p i c y '     j a m a a l a l d i n _ t v     u s c   t r o j a n s   t h o u g h t s   o n   g i a n n i s   n b a   g i a n n i s   d e m a r d e r o z a n    
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
g i a n n i s   a n t e t o k o u n m p o   1 9   p o i n t s   v s .   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h r i s   b r o u s s a r d   r e a c t s   d e j o u n t e   m u r r a y   t r a d e d   . . . 
   
 
   
 a t l a n t a h a w k s   c l i p p e r s   c o w b o y s   e a s t e r n c o n f e r e n c e   g i a n n i s   k a w h i   l a k e r s   l e b r o n   l e b r o n j a m e s   l e b r o n v s g i a n n i s   l e b r o n v s k a w h i   n b a   n b a r e s t a r t   n f l   s h a n n o n   s h a n n o n s h a r p e   s k i p   s k i p a n d s h a n n o n  
g i a n n i s   d o i n g   g i a n n i s   t h i n g s   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   g i a n n i s   a n t e t o k o u n m p o   d u n k   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   o c t   2 7 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h     c       c     c     b o n i t a   b o n i t a s p r i n g s   d o l p i n s   g i a n n i s   f t m y e r s   i m p r o v m i l w a u k e e   m i l
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   o c t   2 7 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h     c       c     c     b o n i t a s p r i n g s   b o n i t a s p r i n g s   d o l p i n s   g i a n n i s   m l b   u f c   c o m e d y b a r
  s o   w h e n   t h e   t i m e   i s   r i g h t ,   d o   y o u   t h i n k   w e   c a n   d o u b l e   r e t i r e   n o .   3 4   f o r   g i a n n i s   & a m p ;   r a y a l l e n ?
g i a n n i s   a n t e t o k o u n m p o   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g i a n n i s a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
🚨 🏆 🦌 🏀 e n j o y   t h r o w b a c k   h i g h l i g h t s   w i t h   a s h   w h e r e   i   s h o w   m y   t i m e   @   t h e   b u c k s   c h a m p i o n s   p a r a d e   & a m p ;   r i n g s   n i g h t !   t h r o w b a c k t h u r s d a y   t b t h u r s d a y   t b t   g a m e s     g i a n n i s   b u c k s i n 6   f e a r t h e d e e r   b a s k e t b a l l   h o o p s   w i n   s p o r t s   y o u t u b e c h a n n e l   n b a   n b a t w i t t e r    
n i k e   z o o m   f r e a k   4 
 g i a n n i s   i s   a n   i n c e s s a n t   s t o r m   o f   s t a m i n a   a n d   s k i l l   t h a t   k e e p s   c o m i n g   a t   o p p o n e n t s   f o r   4   q u a r t e r s   o r   m o r e .   t h i s   s p e c i a l   c o l o r w a y   c e l e b r a t e s   g i a n n i s ’   s t o p s   a l o n g   h i s   r e m a r k a b l e   j o u r n e y   & a m p ;   t h o s e   w h o   h a v e   b e e n   t h e r e   4   h i m   s i n c e   d a y   1 
 l i n k   : -    
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   o c t   2 7 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h     c       c     c     b o n i t a   l a u g h i n g t a p   d o l p i n s   g i a n n i s   m u   u f c   i m p r o v m i l w a u k e e   c a p e c o r a l
_ a n 3 4       y e a   s i r   ! !   l o v e   h o w   g i v i n g   b a c k   t o   t h e   k i d s   t h a t ’ s   g r e a t   t o   s e e   😇   b u t   a l s o   r e a d y   f o r   y o u   t o   b a l l   o u t   t h i s   s e a s o n   😎   i   a l s o   m a d e   y o u r   w o r k o u t   r o u t i n e   i f   a n y o n e   w a n t s   t o   c h e c k   i t   o u t   💪 🏻   g i a n n i s   n b a   n b a t w i t t e r    
* m u s t   h a v e *   t r a v e l   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
c a l e b   h o u s t a n   i s   n o t   y o u r   t y p i c a l   . . . 
   
 
   
 2 0 2 2 n b a d r a f t   c a l e b h o u s t a n   f r a n z w a g n e r   j e f f w e l t m a n   k l a y t h o m p s o n   n b a d r a f t a n a l y s i s   o r l a n d o m a g i c d r a f t   p a o l o b a n c h e r o   b a s k e t b a l l   c a l e b h o u s t a n   e a s t e r n c o n f e r e n c e   g i a n n i s   l e b r o n   m a g i c t o g e t h e r   n b a  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
h a w k s   v s   b u c k s   a b u   d h a b i   g a m e s ;   n b a   s h e d u l e   t o d a y   o c t o b e r   6 ,   2 0 2 2 ;   n b a   p r e s e a s o n   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
g i a n n i s   w i t h   t h e s e   s k i l l s   w o u l d   b e   t h e   g o a t   🐐 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   g i a n n i s   a n t e t o k o u n m p o   g o a t   m i l   m i l w a u k e e   b u c k s
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e     g i a n n i s   b r e a d   n e w p o r t   b r a d s t e v e n s   n a s c a r   b r i s t o l   s b u   b u l l d o g s   d a t e l i n e   p t s d   r e c o v e r y   s o b e r   j e t s   m e t s   g l o v e   d o g s
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e   b u c k s   g i a n n i s   n e w o r l e a n s   s a i n t s   c a d e t s   r o t c   f a m i l y f i r s t   s t u   a s u
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o   y o u   a g r e e   o r   d i s a g r e e   w i t h   g i a n n i s   t h a t   t a l e n t   a l o n e   i s n ' t   e n o u g h   t o   m a k e   i t   i n   t h e   n b a ? 
 🤨 🤨   g i a n n i s a n t e t o k o u n m p o   g i a n n i s   n b a  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   a b u   d h a b i   g a m e s   s c h e d u l e s   |   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
k a w h i 🖐 ️ , z i o n 🚀 , j a m a l   m u r r a y 🏹   🙉 . . . w h o s e   g o n n n a   h a v e   t h e   b e s t   c o m e b a c k ? ? ?     _ n b a   n b a   g i a n n i s   t r e n d i n g n o w       _  
d o   y o u   t r a d e   i n   f o r e x , c o m e x , i n d i c e s ? 
 
 j o i n   u s 
 
 
 u s   c h i c a g o   a u s t i n   d u b a i t r a d e r   m a l a y s i a   i t a l y   f o r e x t r a d e r   t r a d i n g   f o r e x t r a d i n g   m o n e y   i n v e s t m e n t   f o r e x s i g n a l s   f x t r a d e r   d a y t r a d i n g   f o r e x p r o f i t   f o r e x a n a l y s i s   v o o c h   g i a n n i s   a b r e u   s e e r e d   z a c h  
d o   y o u   t r a d e   i n   f o r e x , c o m e x , i n d i c e s ? 
 
 j o i n   u s 
 
 
 u s   c h i c a g o   a u s t i n   d u b a i t r a d e r   m a l a y s i a   i t a l y   f o r e x t r a d e r   t r a d i n g   f o r e x t r a d i n g   m o n e y   i n v e s t m e n t   f o r e x s i g n a l s   f x t r a d e r   d a y t r a d i n g   f o r e x p r o f i t   f o r e x a n a l y s i s   v o o c h   g i a n n i s   a b r e u   s e e r e d   z a c h    
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     g i a n n i s   b r e a d   n e w p o r t   b r a d s t e v e n s   n a s c a r   b r i s t o l   s b u   b u l l d o g s   d a t e l i n e   p t s d   r e c o v e r y
a c c o l a d e s   b e s i d e s ,   g i a n n i s   i s   t h e   m o s t   d o m i n a n t   p l a y e r   o f   a l l   t i m e .   b y   t h e   t i m e   h e   r e t i r e s   h e   w i l l   b e   t h e   g o a t 𓃵   !   _ a n 3 4   
 n b a   n b a   b u c k s   m i l w a u k e e   b a s k e t b a l l   f o o t b a l l   d r e a m f a c e r e v e a l
t h e   u l t i m a t e   f a n t a s y   h o o p s   l e a g u e   👇 🏻 f a n t a s y h o o p s   d f s     l e b r o n j a m e s   l u k a d o n c i c   j o k i c   g i a n n i s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 g i a n n i s   u g o   a n t e t o k o u n m p o   -   y e a r   1 0   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 g i a n n i s   u g o   a n t e t o k o u n m p o   -   y e a r   1 0   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 g i a n n i s   u g o   a n t e t o k o u n m p o   -   y e a r   1 0   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s
n e w   l o b   a n i m a t i o n s   🔥 🥶 💰   r e e l s   2 k 2 3   o n l i n e   b o d y   o m g   l o r d   g a h l e e   g e t u p   b u n n i e s   g i a n n i s   k d r a m a  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h a t ’ s   r e a l   g i a n n i s   b u c k s   n b a   h a r d w o r k p a y s o f f  
g i a n n i s   a n d   l u k a   a r e   t h e   m o s t   d e s i r a b l e   s t a r s   t o   s t a r t   a   f r a n c h i s e   a c c o r d i n g   t o   n b a   g m s .   
 
 w h o   w o u l d   y o u   c h o o s e   a s   y o u r   f r a n c h i s e   p l a y e r ?   🤔 
 
 l u k a d o n c i c   g i a n n i s   m i l w a u k e e b u c k s   d a l l a s m a v e r i c k s   n b a  
g i a n n i s ’ s   m o d e s t y   i s n ’ t   j u s t   e n d e a r i n g ;   i t ’ s   a l s o   p a r t   o f   h i s   g l o b a l   a p p e a l   b e y o n d   b a s k e t b a l l .   t h e   a t h l e t e ’ s   a l r e a d y   g r a c e d   t h e   c o v e r s   o f   m a g a z i n e s   a n d   n b a 2 k ,   e a r n e d   f o u r   s i g n a t u r e   s n e a k e r s   w i t h   n i k e   a n d   c o u n t i n g   n o w ,   h e ’ s   d a b b l i n g   i n   s t o r i e s   t h a t   s h i n e   a   l i g h t   o n   h i s   h e r i t a g e  
t h e   t w o - t i m e   m v p   a n d   f o r m e r   n b a   c h a m p   t a l k s   f a s h i o n ,   c e l e b r a t i n g   h i s   r o o t s ,   a n d   t h a t   o n e   t i m e   h i s   a g e n t   h a d   t o   f o r c e   h i m   t o   w e a r   a   s u i t .   a n t e t o k o u n m p o   ⁦ ⁩   g i a n n i s   t u e s d a y v i b e    
n b a   g m s   h a v e   p i c k e d   l u k a   d o n c i c   a s   t h e   f a v o r i t e   t o   w i n   m v p   t h i s   s e a s o n !   💪 🤩 
 
 n a m e   y o u r   f a v o r i t e   m v p   c a n d i d a t e   e n t e r i n g   2 0 2 2 - 2 3   s e a s o n !   🗣 ️ 🏆 
 
 l u k a d o n c i c   g i a n n i s   s t e p h e n c u r r y   j o e l e m b i i d   n b a   m v p  
w h a t   i f - -   b r e w e r s   i n s t e a d   o f   t h e   p a c k e r s   b r e w e r s   p a c k e r s   m i l w a u k e e   w i s c o n s i n   m k e   n b a   b u c k s   m i l w a u k e e t o o l s   m i l w a u k e e b u c k s   t o o l s   d e w a l t   b a s k e t b a l l   g i a n n i s a n t e t o k o u n m p o   m a k i t a   g i a n n i s   m k e m y c i t y   a t l a n t a   c o n s t r u c t i o n   m a d i s o n   b o s c h   m k e h o m e   m   m i l w a u k e e b r e w e r s  
o b s e s s i o n   w i t h   b a s k e t b a l l   a n d   g e t t i n g   b e t t e r   i s   w h a t   s e p a r a t e s   t h o s e   w h o   h a v e   s k i l l   a n d   t h o s e   w h o   w i l l   u s e   t h a t   s k i l l   t o   b e c o m e   g r e a t .   g i a n n i s   b u c k s i n s i x   b u c k s  
l o s   a n g e l e s   c l i p p e r s   v s   p o r t l a n d   t r a i l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
h e r e   t o d a y ,   g o n e   t o m o r r o w .   g i a n n i s   h a s   h i s   p o s t - n b a   p l a n s   s e t   a n d   t h e y   d o n ' t   i n c l u d e   b e i n g   i n   t h e   p u b l i c   e y e .   👀   
 
 f e a r t h e d e e r   b u c k s   n b a   g i a n n i s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
z o o m   f r e a k   4   🔥   n i k e   g i a n n i s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
w h y   t h e   l o s   a n g e l e s   c l i p p e r s   w i l l   . . . 
   
 
   
 b a s k e t b a l l   b a s k e t b a l l t a k e   b u c k s   c u r r y   d r a y m o n d g r e e n   d u n k   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m o r a n t   j a m o r a n t d u n k   j o h n w a l l   k a w h i l e o n a r d   l a k e r s   l e b r o n   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s   l o s a n g e l e s l a k e r s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
w a r r i o r s   r u m o r s :   s i g n   k a i   s o t t o   a f t e r   b e a t i n g   s u n s ?   d u b s   . . . 
   
 
   
 a n t h o n y l a m b   a n t h o n y l a m b w a r r i o r s   c h a t s p o r t s   e s p n   e s p n n b a   e s p n n b a p r o j e c t i o n   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   g o l d e n s t a t e w a r r i o r s n e w s   g o l d e n s t a t e w a r r i o r s r u m o r s  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j o r d a n   n w o r a   t a l k s   m i l w a u k e e   . . . 
   
 
   
 b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   c e n t r a l d i v i s i o n   d e a n d r e b e m b r y   d e m a r c u s c o u s i n s   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f a n a t i c s v i e w   g e o r g e h i l l   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n   g r e g m o n r o e   h o o p s  
g i a n n i s   a n t e t o k o u n m p o   r e p l i e s   b a c k   t o   a n a l y s t   g i l b e r t   a r e n a s   a f t e r   h e   c a l l e d   t h e   g r e e k   f r e a k   a   n e w b i e   w h o   i s   u n a w a r e   o f   t h e   g a m e . 
 
 n b a   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g i l b e r t a r e n a s   n b a a n a l y s t   c h a m p i o n s h i p   m i l w a u k e e b u c k s  
n i k e   z o o m   f r e a k   4   l i g h t h o u s e   
 g i a n n i s   t h e   f o r w a r d - t h i n k i n g   d e s i g n   o f   h i s   l a t e s t   s i g n a t u r e   s h o e   h e l p s   p r o p e l   u   d o w n   d   c o u r t   i n   a   l i g h t w e i g h t   f i t   t h a t   m o v e s   w i t h   u .   i t   c a n   h a n d l e   q u i c k   c h a n g e s   i n   d i r e c t i o n   o n   b o t h   s i d e s   o f   t h e   f l o o r . 
 b a s k e t b a l l s h o e s 

b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
s t e v e   k e r r   p o s t g a m e   i n t e r v i e w   |   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m y   t o p   5   n b a   p l a y e r s     n b a   b a s k e t b a l l   l e b r o n j a m e s   s t e p h c u r r y   g i a n n i s . . .     v i a  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b r o o k   l o p e z   p r e s s   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e   b i g g e s t   m i l w a u k e e   b u c k s   . . . 
   
 
   
 a n t e t o k o u n m p o   b u c k s g r i z z l i e s   b u c k s h a w k s   b u c k s p o d c a s t   b u c k s p r e s e a s o n   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g i a n n i s   g s p n   j e v o n c a r t e r   j o r d a n n w o r a   j r u e h o l i d a y   m a r j o n b e a u c h a m p   m i l w a u k e e b u c k s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
g i a n n i s   a n t e t o k o u n m p o   c a l l s   l e b r o n   j a m e s   ‘ t h e   b e s t   p l a y e r   i n   t h e   w o r l d ’     w o r l d
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     g i a n n i s   b r e a d   n e w p o r t   b r a d s t e v e n s   m i n d f u l n e s s   n a s c a r   b r i s t o l   s b u   b u l l d o g s   d a t e l i n e   p t s d
a b s o l u t e l y   b e a u t i f u l !   g i a n n i s   m i l w a u k e e b u c k s   f e a r t h e d e a r  
.   g r e a t   a r g u m e n t ,   t h x . 
 _ a n 3 4   g i a n n i s   

t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
h i g h   b r o w   a c h i e v e r 
 + 
 t h e   g r e e k   b r o w 
 -   
 — 
 a n t h o n y d a v i s   a n t d a v j s 2 3   t h e b r o w   g i a n n i s   b u c k s   l a k e r s   l a k e s h o w   l a l a k e r s   l a k e r s v s w a r r i o r s  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o   b e   e f f e c t i v e   o n   o f f e n s e   t h i s   s e a s o n ,   p r a c t i c e   s c o r i n g   o u t   o f   c o m m o n   a c t i o n s   s u c h   a s   d r i b b l e   h a n d o f f s . 
 
 s u n d a y   l a t e n i g h t     p l a y e r d e v e l o p m e n t   b a s k e t b a l l t i p s   b a s k e t b a l l t r a i n e r   b a s k e t b a l l d r i l l s   b a s k e t b a l l w o r k o u t   p h i l l y   n b a   n c a a   w n b a   g l e a g u e   n i k e   g i a n n i s  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   r e c o v e r y   m e e t i n g   f o r   d e p r e s s i o n ,   a n x i e t y ,   c u t t e r s ,   o a ' s ,   e x   a a ' s ,   e x   n a ' s ,   b u l i m i a ,   e t c .   s t a r t   y o u r   o w n   m e e t i n g     g i a n n i s   b r e a d   n e w p o r t   b r a d s t e v e n s   n a s c a r   b r i s t o l   s b u   b u l l d o g s   d a t e l i n e   p t s d   r e c o v e r y   j e t s
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   r e s u l t s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2   ;   n b a   g a m e s   t o d a y ;   h a w k s 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   h a w k s   b u c k s   t r a e y o u n g   g i a n n i s   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a a b u d h a b i 2 0 2 2
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
i   j u s t   l o v e   t h e   f a c t   t h a t   h e   e n j o y s   t h e s e   j o k e s   s o   m u c h 
 d a d j o k e s   g i a n n i s  
n b a   g m s   h a v e   p i c k e d   t h e s e   p l a y e r s   a s   b e s t   a t   t h e i r   r e s p e c t i v e   p o s i t i o n s !   🏀 🔝 
 
 a r e   t h e y   y o u r   t o p   p l a y e r s ? 
 
 s t e p h e n c u r r y   d e v i n b o o k e r   k e v i n d u r a n t   g i a n n i s   n i k o l a j o k i c  
f a n s   d u b b e d   i t   t h e   " c o o l e s t   t h i n g "   w h e n   n b a   p l a y e r   g i a n n i s   a n t e t o k o u n m p o   l e a r n e d   t h e   " t a t t a d   t a t t a d "   h o o k   s t e p   f r o m   a c t o r   r a n v e e r   s i n g h . 
 r a n v e e r s i n g h   g i a n n i s  
" i   t h i n k   a   h e a l t h y   l a k e r s   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e   n b a   i s   b a c k … . 
 
 c u s t o m   n b a   h a r d w o o d   f o i l   c a r d s   a r e   n o w   a v a i l a b l e .   e a c h   c a r d   i s   l i m i t e d   / 1 0 . 
 
               m o r a n t   l a m e l o   l e b r o n   g i a n n i s   z i o n   d a m e  
t a t u m   s c o p e   p r i z m   p s a   1 0   r o o k i e !   l o o k i n g   t o   t r a d e   f o r   c u r r y   o r   g i a n n i s   p s a   1 0   r o o k i e s .   o p e n   t o   o f f e r s .   n o t   $ 1     _   _ s e l l   c e l t i c s   r o o k i e s   g i a n n i s   t a t u m   c u r r y   n b a  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  

 g i a n n i s   w a l k s   o u t   o f   i n t e r v i e w   w i t h   m a l i k a a n d r e w s
h a w k s   v s   b u c k s   a b u   d h a b i   g a m e   2 ;   n b a   s h e d u l e   t o d a y   o c t o b e r   8 ,   2 0 2 2 ;   n b a   p r e s e a s o n   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
" t h e   g r e e k f r e a k   g e t t i n ’   h i s   t a t t a d t a t t a d   o n ! "   
 
   s h a r e s   a   g l i m p s e   o f   h i m   m a t c h i n g   s t e p s   w i t h   b a s k e t b a l l   p l a y e r   _ a n 3 4   
 
 r a n v e e r s i n g h   g i a n n i s a n t e t o k o u n m p o   g i a n n i s   r a n v e e r   g r e e k   c i r k u s   n b a   b o l l y w o o d  
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
e v e r y o n e   g o   w i s h   m y   b e s t   f r i e n d   i n   t h e   w o r l d   a   h a p p y   b i r t h d a y   🎀 🌟 🌟 🎈 🎈 💕 💕 👑   i   l o v e   h e r   s o   m u c h   💘       🎈   m i a m i   g i a n n i s   a r i z o n a   t r a v e l   b f f   p r i n c e s s   b a d d i e  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
1 3 %   o f f   o n   g i a n n i s   i m m o r t a l i t y   2 
 l i t t l e   k i d s s h o e s   f r o m   n i k e 
 s h o p   h e r e : -    
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
h i g h l i g h t s :   b u c k s   1 1 3   -   h a w k s   1 2 3   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
n b a   l e a d e r :   2 7 . 9   p p g   2 2 7 ' s   y o u t u b e   c h i l i '   d e m a r   c h i l i '   d e r o z a n   2 7 . 9   p p g   5 . 2   r p g   4 . 9   a p g   b u l l s n a t i o n   s p i c y '     j a m a a l a l d i n _ t v     u s c   t r o j a n s   t h o u g h t s   o n   g i a n n i s   n b a   g i a n n i s   d e m a r d e r o z a n    
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
g i a n n i s   a n t e t o k o u n m p o   1 9   p o i n t s   v s .   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h r i s   b r o u s s a r d   r e a c t s   d e j o u n t e   m u r r a y   t r a d e d   . . . 
   
 
   
 a t l a n t a h a w k s   c l i p p e r s   c o w b o y s   e a s t e r n c o n f e r e n c e   g i a n n i s   k a w h i   l a k e r s   l e b r o n   l e b r o n j a m e s   l e b r o n v s g i a n n i s   l e b r o n v s k a w h i   n b a   n b a r e s t a r t   n f l   s h a n n o n   s h a n n o n s h a r p e   s k i p   s k i p a n d s h a n n o n  
g i a n n i s   d o i n g   g i a n n i s   t h i n g s   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   g i a n n i s   a n t e t o k o u n m p o   d u n k   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   o c t   2 7 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h     c       c     c     b o n i t a   b o n i t a s p r i n g s   d o l p i n s   g i a n n i s   f t m y e r s   i m p r o v m i l w a u k e e   m i l
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   o c t   2 7 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h     c       c     c     b o n i t a s p r i n g s   b o n i t a s p r i n g s   d o l p i n s   g i a n n i s   m l b   u f c   c o m e d y b a r
  s o   w h e n   t h e   t i m e   i s   r i g h t ,   d o   y o u   t h i n k   w e   c a n   d o u b l e   r e t i r e   n o .   3 4   f o r   g i a n n i s   & a m p ;   r a y a l l e n ?
g i a n n i s   a n t e t o k o u n m p o   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g i a n n i s a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
🚨 🏆 🦌 🏀 e n j o y   t h r o w b a c k   h i g h l i g h t s   w i t h   a s h   w h e r e   i   s h o w   m y   t i m e   @   t h e   b u c k s   c h a m p i o n s   p a r a d e   & a m p ;   r i n g s   n i g h t !   t h r o w b a c k t h u r s d a y   t b t h u r s d a y   t b t   g a m e s     g i a n n i s   b u c k s i n 6   f e a r t h e d e e r   b a s k e t b a l l   h o o p s   w i n   s p o r t s   y o u t u b e c h a n n e l   n b a   n b a t w i t t e r    
n i k e   z o o m   f r e a k   4 
 g i a n n i s   i s   a n   i n c e s s a n t   s t o r m   o f   s t a m i n a   a n d   s k i l l   t h a t   k e e p s   c o m i n g   a t   o p p o n e n t s   f o r   4   q u a r t e r s   o r   m o r e .   t h i s   s p e c i a l   c o l o r w a y   c e l e b r a t e s   g i a n n i s ’   s t o p s   a l o n g   h i s   r e m a r k a b l e   j o u r n e y   & a m p ;   t h o s e   w h o   h a v e   b e e n   t h e r e   4   h i m   s i n c e   d a y   1 
 l i n k   : -    
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   o c t   2 7 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h     c       c     c     b o n i t a   l a u g h i n g t a p   d o l p i n s   g i a n n i s   m u   u f c   i m p r o v m i l w a u k e e   c a p e c o r a l
_ a n 3 4       y e a   s i r   ! !   l o v e   h o w   g i v i n g   b a c k   t o   t h e   k i d s   t h a t ’ s   g r e a t   t o   s e e   😇   b u t   a l s o   r e a d y   f o r   y o u   t o   b a l l   o u t   t h i s   s e a s o n   😎   i   a l s o   m a d e   y o u r   w o r k o u t   r o u t i n e   i f   a n y o n e   w a n t s   t o   c h e c k   i t   o u t   💪 🏻   g i a n n i s   n b a   n b a t w i t t e r    
* m u s t   h a v e *   t r a v e l   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
c a l e b   h o u s t a n   i s   n o t   y o u r   t y p i c a l   . . . 
   
 
   
 2 0 2 2 n b a d r a f t   c a l e b h o u s t a n   f r a n z w a g n e r   j e f f w e l t m a n   k l a y t h o m p s o n   n b a d r a f t a n a l y s i s   o r l a n d o m a g i c d r a f t   p a o l o b a n c h e r o   b a s k e t b a l l   c a l e b h o u s t a n   e a s t e r n c o n f e r e n c e   g i a n n i s   l e b r o n   m a g i c t o g e t h e r   n b a  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
h a w k s   v s   b u c k s   a b u   d h a b i   g a m e s ;   n b a   s h e d u l e   t o d a y   o c t o b e r   6 ,   2 0 2 2 ;   n b a   p r e s e a s o n   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
g i a n n i s   w i t h   t h e s e   s k i l l s   w o u l d   b e   t h e   g o a t   🐐 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   g i a n n i s   a n t e t o k o u n m p o   g o a t   m i l   m i l w a u k e e   b u c k s
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e     g i a n n i s   b r e a d   n e w p o r t   b r a d s t e v e n s   n a s c a r   b r i s t o l   s b u   b u l l d o g s   d a t e l i n e   p t s d   r e c o v e r y   s o b e r   j e t s   m e t s   g l o v e   d o g s
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e   b u c k s   g i a n n i s   n e w o r l e a n s   s a i n t s   c a d e t s   r o t c   f a m i l y f i r s t   s t u   a s u
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o   y o u   a g r e e   o r   d i s a g r e e   w i t h   g i a n n i s   t h a t   t a l e n t   a l o n e   i s n ' t   e n o u g h   t o   m a k e   i t   i n   t h e   n b a ? 
 🤨 🤨   g i a n n i s a n t e t o k o u n m p o   g i a n n i s   n b a  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   a b u   d h a b i   g a m e s   s c h e d u l e s   |   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
k a w h i 🖐 ️ , z i o n 🚀 , j a m a l   m u r r a y 🏹   🙉 . . . w h o s e   g o n n n a   h a v e   t h e   b e s t   c o m e b a c k ? ? ?     _ n b a   n b a   g i a n n i s   t r e n d i n g n o w       _  
d o   y o u   t r a d e   i n   f o r e x , c o m e x , i n d i c e s ? 
 
 j o i n   u s 
 
 
 u s   c h i c a g o   a u s t i n   d u b a i t r a d e r   m a l a y s i a   i t a l y   f o r e x t r a d e r   t r a d i n g   f o r e x t r a d i n g   m o n e y   i n v e s t m e n t   f o r e x s i g n a l s   f x t r a d e r   d a y t r a d i n g   f o r e x p r o f i t   f o r e x a n a l y s i s   v o o c h   g i a n n i s   a b r e u   s e e r e d   z a c h  
d o   y o u   t r a d e   i n   f o r e x , c o m e x , i n d i c e s ? 
 
 j o i n   u s 
 
 
 u s   c h i c a g o   a u s t i n   d u b a i t r a d e r   m a l a y s i a   i t a l y   f o r e x t r a d e r   t r a d i n g   f o r e x t r a d i n g   m o n e y   i n v e s t m e n t   f o r e x s i g n a l s   f x t r a d e r   d a y t r a d i n g   f o r e x p r o f i t   f o r e x a n a l y s i s   v o o c h   g i a n n i s   a b r e u   s e e r e d   z a c h    
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     g i a n n i s   b r e a d   n e w p o r t   b r a d s t e v e n s   n a s c a r   b r i s t o l   s b u   b u l l d o g s   d a t e l i n e   p t s d   r e c o v e r y
a c c o l a d e s   b e s i d e s ,   g i a n n i s   i s   t h e   m o s t   d o m i n a n t   p l a y e r   o f   a l l   t i m e .   b y   t h e   t i m e   h e   r e t i r e s   h e   w i l l   b e   t h e   g o a t 𓃵   !   _ a n 3 4   
 n b a   n b a   b u c k s   m i l w a u k e e   b a s k e t b a l l   f o o t b a l l   d r e a m f a c e r e v e a l
t h e   u l t i m a t e   f a n t a s y   h o o p s   l e a g u e   👇 🏻 f a n t a s y h o o p s   d f s     l e b r o n j a m e s   l u k a d o n c i c   j o k i c   g i a n n i s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 g i a n n i s   u g o   a n t e t o k o u n m p o   -   y e a r   1 0   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 g i a n n i s   u g o   a n t e t o k o u n m p o   -   y e a r   1 0   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 g i a n n i s   u g o   a n t e t o k o u n m p o   -   y e a r   1 0   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s
n e w   l o b   a n i m a t i o n s   🔥 🥶 💰   r e e l s   2 k 2 3   o n l i n e   b o d y   o m g   l o r d   g a h l e e   g e t u p   b u n n i e s   g i a n n i s   k d r a m a  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h a t ’ s   r e a l   g i a n n i s   b u c k s   n b a   h a r d w o r k p a y s o f f  
g i a n n i s   a n d   l u k a   a r e   t h e   m o s t   d e s i r a b l e   s t a r s   t o   s t a r t   a   f r a n c h i s e   a c c o r d i n g   t o   n b a   g m s .   
 
 w h o   w o u l d   y o u   c h o o s e   a s   y o u r   f r a n c h i s e   p l a y e r ?   🤔 
 
 l u k a d o n c i c   g i a n n i s   m i l w a u k e e b u c k s   d a l l a s m a v e r i c k s   n b a  
g i a n n i s ’ s   m o d e s t y   i s n ’ t   j u s t   e n d e a r i n g ;   i t ’ s   a l s o   p a r t   o f   h i s   g l o b a l   a p p e a l   b e y o n d   b a s k e t b a l l .   t h e   a t h l e t e ’ s   a l r e a d y   g r a c e d   t h e   c o v e r s   o f   m a g a z i n e s   a n d   n b a 2 k ,   e a r n e d   f o u r   s i g n a t u r e   s n e a k e r s   w i t h   n i k e   a n d   c o u n t i n g   n o w ,   h e ’ s   d a b b l i n g   i n   s t o r i e s   t h a t   s h i n e   a   l i g h t   o n   h i s   h e r i t a g e  
t h e   t w o - t i m e   m v p   a n d   f o r m e r   n b a   c h a m p   t a l k s   f a s h i o n ,   c e l e b r a t i n g   h i s   r o o t s ,   a n d   t h a t   o n e   t i m e   h i s   a g e n t   h a d   t o   f o r c e   h i m   t o   w e a r   a   s u i t .   a n t e t o k o u n m p o   ⁦ ⁩   g i a n n i s   t u e s d a y v i b e    
n b a   g m s   h a v e   p i c k e d   l u k a   d o n c i c   a s   t h e   f a v o r i t e   t o   w i n   m v p   t h i s   s e a s o n !   💪 🤩 
 
 n a m e   y o u r   f a v o r i t e   m v p   c a n d i d a t e   e n t e r i n g   2 0 2 2 - 2 3   s e a s o n !   🗣 ️ 🏆 
 
 l u k a d o n c i c   g i a n n i s   s t e p h e n c u r r y   j o e l e m b i i d   n b a   m v p  
w h a t   i f - -   b r e w e r s   i n s t e a d   o f   t h e   p a c k e r s   b r e w e r s   p a c k e r s   m i l w a u k e e   w i s c o n s i n   m k e   n b a   b u c k s   m i l w a u k e e t o o l s   m i l w a u k e e b u c k s   t o o l s   d e w a l t   b a s k e t b a l l   g i a n n i s a n t e t o k o u n m p o   m a k i t a   g i a n n i s   m k e m y c i t y   a t l a n t a   c o n s t r u c t i o n   m a d i s o n   b o s c h   m k e h o m e   m   m i l w a u k e e b r e w e r s  
o b s e s s i o n   w i t h   b a s k e t b a l l   a n d   g e t t i n g   b e t t e r   i s   w h a t   s e p a r a t e s   t h o s e   w h o   h a v e   s k i l l   a n d   t h o s e   w h o   w i l l   u s e   t h a t   s k i l l   t o   b e c o m e   g r e a t .   g i a n n i s   b u c k s i n s i x   b u c k s  
l o s   a n g e l e s   c l i p p e r s   v s   p o r t l a n d   t r a i l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
h e r e   t o d a y ,   g o n e   t o m o r r o w .   g i a n n i s   h a s   h i s   p o s t - n b a   p l a n s   s e t   a n d   t h e y   d o n ' t   i n c l u d e   b e i n g   i n   t h e   p u b l i c   e y e .   👀   
 
 f e a r t h e d e e r   b u c k s   n b a   g i a n n i s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
z o o m   f r e a k   4   🔥   n i k e   g i a n n i s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
w h y   t h e   l o s   a n g e l e s   c l i p p e r s   w i l l   . . . 
   
 
   
 b a s k e t b a l l   b a s k e t b a l l t a k e   b u c k s   c u r r y   d r a y m o n d g r e e n   d u n k   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m o r a n t   j a m o r a n t d u n k   j o h n w a l l   k a w h i l e o n a r d   l a k e r s   l e b r o n   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s   l o s a n g e l e s l a k e r s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
w a r r i o r s   r u m o r s :   s i g n   k a i   s o t t o   a f t e r   b e a t i n g   s u n s ?   d u b s   . . . 
   
 
   
 a n t h o n y l a m b   a n t h o n y l a m b w a r r i o r s   c h a t s p o r t s   e s p n   e s p n n b a   e s p n n b a p r o j e c t i o n   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   g o l d e n s t a t e w a r r i o r s n e w s   g o l d e n s t a t e w a r r i o r s r u m o r s  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j o r d a n   n w o r a   t a l k s   m i l w a u k e e   . . . 
   
 
   
 b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   c e n t r a l d i v i s i o n   d e a n d r e b e m b r y   d e m a r c u s c o u s i n s   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f a n a t i c s v i e w   g e o r g e h i l l   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n   g r e g m o n r o e   h o o p s  
g i a n n i s   a n t e t o k o u n m p o   r e p l i e s   b a c k   t o   a n a l y s t   g i l b e r t   a r e n a s   a f t e r   h e   c a l l e d   t h e   g r e e k   f r e a k   a   n e w b i e   w h o   i s   u n a w a r e   o f   t h e   g a m e . 
 
 n b a   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g i l b e r t a r e n a s   n b a a n a l y s t   c h a m p i o n s h i p   m i l w a u k e e b u c k s  
n i k e   z o o m   f r e a k   4   l i g h t h o u s e   
 g i a n n i s   t h e   f o r w a r d - t h i n k i n g   d e s i g n   o f   h i s   l a t e s t   s i g n a t u r e   s h o e   h e l p s   p r o p e l   u   d o w n   d   c o u r t   i n   a   l i g h t w e i g h t   f i t   t h a t   m o v e s   w i t h   u .   i t   c a n   h a n d l e   q u i c k   c h a n g e s   i n   d i r e c t i o n   o n   b o t h   s i d e s   o f   t h e   f l o o r . 
 b a s k e t b a l l s h o e s 

b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
s t e v e   k e r r   p o s t g a m e   i n t e r v i e w   |   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
🇬 🇷   t h e   g r e e k f r e a k   s t o r y   🇬 🇷 ⁠ 
 ⁠ 
 w i t h   t h e   2 0 2 2 - 2 3   n b a   s e a s o n   i m m i n e n t ,   w e   c o v e r   t h e   s t o r y   o f   o n e   o f   i t s   m o s t   d o m i n a n t   a n d   b e l o v e d   s t a r s ,   g i a n n i s a n t e t o k o u n m p o . ⁠ 
 ⁠ 
 t e l l i n g   h i s   l e g e n d   t h r o u g h   t h e   m o t i f s   o n   h i s   n i k e z o o m f r e a k   l i n e . ⁠ 
 ⁠ 
 r e a d   m o r e :    
b r o o k   l o p e z   p r e s s   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
s o   e x c i t e d !   _ a n 3 4   i   k n o w   y o u ' r e   b u s y ,   b u t   i   r e a l l y   h o p e   i   g e t   t o   s e e   y o u   p l a y   a t     i n   t w o   d a y s !   i ' v e   b e e n   w a i t i n g   8 7 6   d a y s   f o r   t h i s !   i ' l l   b e   t h e r e   o n   w e d   v s   t h e     b e h i n d   t h e     b e n c h .   l i k e g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g i a n n i s 3 4   m i l w a u k e e b u c k s  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
o o o w w w e e e ‼ ️   t o d a y ’ s   p i c k ’ s ‼ ️   g i a n n i s a n t e t o k o u n m p o   g r e e k f r e a k   b u c k s   s u p e r s t a r   b a s k e t b a l l c a r d s   p a n i n i   a m a z i n g   o r a n g e p a r a l l e l s   c o l l e c t o r   o o o w w w e e e s p o r t s c a r d s  
w h o ’ s   n e x t :   f i v e   n b a   s t a r s   m o s t   l i k e l y   t o   b e   t r a d e d   t h i s   s e a s o n   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
n b a   " o m g   ! "   m o m e n t s   🔥 
   
 
   
 2 k 2 0   a l l s t a r   b a s k e t b a l l   b a s k e t b a l l v i d e o s   b l o o p e r s   b o s t o n c e l t i c s   b r a w l   b u z z e r b e a t e r   d e r r i c k r o s e   d u n k c o n t e s t   e s p n   f i g h t   f i n a l s   f i r s t t a k e   f u n n y   g a m e w i n n e r   g i a n n i s a n t e t o k o u n m p o   g o a t  
g i a n n i s   a n t e t o k o u n m p o   s a i d   t h i s   a b o u t   a t l a n t a   h a w k s   a f t e r   g e t t i n g   b e a t   t w i c e . .   y o u   w o n t   b e l i e v e   i t 
   
 
   
 a t l a n t a h a w k s   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   j r u e h o l i d a y   m i l w a u k e e b u c k s   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
i n d i a n a   p a c e r s   v s .   n e w   y o r k   k n i c k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w :   w h y   y o u   s h o u l d   t a k e   t h e   o v e r   o n   n e t s '   s t a r s   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

w a t c h 🎥 
 r a n v e e r   s i n g h   d a n c i n g   w i t h   s h a q   o n   ' k h a l i b a l i '   f r o m   h i s   2 0 1 8   f i l m   p a d m a a v a t . 
 
 r a n v e e r s i n g h   n b a   s h a q   g i a n n i s a n t e t o k o u n m p o   s h a q u i l l e o n e a l   n b a t w i t t e r   |       

.   t e a c h e s   ‘ t a t t a d t a t t a d ’   t o   n b a   p l a y e r   g i a n n i s a n t e t o k o u n m p o   a n d   t h e i r   d a n c e   v i d e o   i s   g o i n g   v i r a l 
 

m i l w a u k e e   b u c k s   v s .   a t l a n t a   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s  
“ h e ’ s   i n c r e d i b l e .   h e   h a s   t h e   c h a n c e   t o   b e   o n e   o f   t h e   b e s t   t o   e v e r   p l a y   t h i s   g a m e ”   g i a n n i s   o n   w e m b y   
 g i a n n i s a n t e t o k o u n m p o   v i c t o r w e m b a n y a m a   

a l l - a c c e s s :   b u c k s   m e e t   n e y m a r   & a m p ;   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l o p e z   c e n t r a l d i v i s i o n   d j w i l s o n   d o n t e d i v i n c e n z o   d r a g a n b e n d e r   e a s t e r n c o n f e r e n c e   e r i c b l e d s o e   g e o r g e h i l l   g i a n n i s a n t e t o k o u n m p o   g r e e k f r e a k   h o r n e t s   j o r d a n   k h r i s m i d d l e t o n   k y l i a n m b a p p e  
r a n v e e r s i n g h   t o o k   t o   i n s t a g r a m   t o   s h a r e   a   c l i p   w i t h   n b a   s t a r   g i a n n i s a n t e t o k o u n m p o ,   i n   w h i c h   t h e   t w o   c a n   b e   s e e n   d a n c i n g   t o   t h e   s o n g   ' t a t t a d   t a t t a d ' ,   w h i c h   w a s   f r o m   h i s   m o v i e   ' g o l i y o n   k i   r a s l e e l a   r a m - l e e l a '         
 

r a n v e e r s i n g h   a n d   n b a   p l a y e r   g i a n n i s a n t e t o k o u n m p o   s e e m e d   t o   h a v e   a   g r e a t   t i m e   d a n c i n g   t o g e t h e r   o n   t a t t a d   t a t t a d ! 
 

g i a n n i s   a n t e t o k o u n m p o ' s   b u c k s   a r e   s e t t i n g   o . . . . t h e y   s t a r t e d 
 
 i f   t h e   m i l w a u k e e   b u c k s   f e e l   l i k e   t h e y   n e v e r   r e a l l y   g o t   t o   d e f e n d   t h e i r   t i t l e ,   t h a t ' s   u n d e r s t a n d a b l e .   j o r d a n   n w o r a   s t a r t e d   m o r e   g a m e s   ( 1 3 )   t h a n   b r o o k   l o p e z   ( 1 1 )     g i a n n i s a n t e t o k o u n m p o 
 
  
n b a   g i a n n i s a n t e t o k o u n m p o 
 
 f o r e i g n - b o r n   s t a r s   l i k e   g i a n n i s   a r e   t h e   l e a g u e ’ s   g r e a t e s t   a s s e t   t o   b u i l d   a   g r e a t e r   i n t e r n a t i o n a l   p r e s e n c e . 
 
 ✍ ️   _ 1 7 
 

g i a n n i s   a n t e t o k o u n m p o   o n   v i c t o r   w e m b a n y a m a :   “ w e   h a v e   n e v e r   s e e n   s o m e o n e   l i k e   t h a t   b e f o r e ”   g i a n n i s a n t e t o k o u n m p o   v i c t o r w e m b a n y a m a  
m e m p h i s   g r i z z l i e s   v s .   m i a m i   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
" t h e   g r e e k f r e a k   g e t t i n ’   h i s   t a t t a d t a t t a d   o n ! "   
 
   s h a r e s   a   g l i m p s e   o f   h i m   m a t c h i n g   s t e p s   w i t h   b a s k e t b a l l   p l a y e r   _ a n 3 4   
 
 r a n v e e r s i n g h   g i a n n i s a n t e t o k o u n m p o   g i a n n i s   r a n v e e r   g r e e k   c i r k u s   n b a   b o l l y w o o d  
v i c t o r w e m b a n y a m a   p l a y i n g   a g a i n s t   g i a n n i s a n t e t o k o u n m p o   …   i m a   j u s t   m a k e   s u r e   m y   b e t   i n   🔥 🔥 🔥
i n   ( 5 )   y e a r s   t h e   d i s c u s s i o n   a s   t o   w h o   i s   t h e   b e s t   p l a y e r   i n   t h e   n b a   c o u l d   c o m e   d o w n   t o : 
 g i a n n i s a n t e t o k o u n m p o 
 g r e e c e ) 
 l u k a d o n c i c   ( s l o v e n i a ) 
 n i k o l a j o k i c   ( s e r b i a ) 
 v i c t o r w e m b a n y a m a   ( f r a n c e )   o r   
 j o e l e m b i i d   ( c a m e r o o n )   
 n b a   n b a p r e s e a s o n
r a n v e e r   s i n g h   t e a c h e s   ‘ t a t t a d   t a t t a d ’   d a n c e   s t e p s   t o   g i a n n i s   a n t e t o k o u n m p o ;   t h e   v i d e o   s e t s   t h e   i n t e r n e t   o n   f i r e . 
 r a n v e e r s i n g h   g i a n n i s a n t e t o k o u n m p o   t a t t a d t a t t a d   g o l i y o n k i r a s l e e l a r a m l e e l a 

g i a n n i s a n t e t o k o u n m p o   s a i d   h e   i s   e a g e r   t o   p l a y   i n   i n d i a 
 
 n b a   b a s k e t b a l l   _ s a n d i p 
 

n b a   w i n   t o t a l   p i c k s :   w h y   c a v a l i e r s   a r e   t r e n d i n g   u p   i n   c e n t r a l   d i v i s i o n . . . 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

r a n v e e r s i n g h   t e a c h e s   t a t t a d t a t t a d '   d a n c e   t o   n b a   s t a r   g i a n n i s a n t e t o k o u n m p o   ( w a t c h   v i d e o )   
 
   _ f c     _ a n 3 4   b o l l y w o o d   s p o r t s     
 

m i l w a u k e e   b u c k s   v s .   a t l a n t a   h a w k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
h i g h l i g h t s :   b u c k s   1 1 3   -   h a w k s   1 2 3   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
a n t e t o k o u n m p o ,   t h e   2 0 1 9   a n d   2 0 2 0   m v p   o f   t h e   y e a r ,   p i c k e d   c h i n a   a n d   i n d i a   a s   t h e   t w o   p l a c e s   h e   w o u l d   l i k e   t o   p l a y   t h e   n e x t   p r e - s e a s o n   g a m e s 
 
 n b a   a b u d h a b i   g i a n n i s a n t e t o k o u n m p o   
 

g i a n n i s   a n t e t o k o u n m p o   1 9   p o i n t s   v s .   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e t r o i t p i s t o n s   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
g i a n n i s   a n t e t o k o u n m p o   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g i a n n i s a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
* m u s t   h a v e *   t r a v e l   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
u t a h   j a z z   v s .   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
c h e c k   o u t   t h i s   g i a n n i s   a n t e t o k o u n m p o   2 0 2 2   j e r s e y   t h a t   w e   r e s m a t c h e d   t o   i m a g e s   o f   a n t e t o k o u n m p o   f r o m   6   g a m e s   d u r i n g   t h e   2 0 2 2   r e g u l a r   s e a s o n   a n d   p l a y o f f s .   
 
 r e s o l u t i o n p h o t o m a t c h i n g   r e s m a t c h   g a m e u s e d   m i l w a u k e e b u c k s   p h o t o m a t c h i n g   n b a   b a s k e t b a l l   g i a n n i s a n t e t o k o u n m p o  
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t h e   m i l w a u k e e   b u c k s   h a v e   a   n e w   d e f e n s e   . . . 
   
 
   
 b o b b y p o r t i s   b o s t o n c e l t i c s   b r o o k l o p e z   b u c k s i n s i x   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g i a n n i s a n t e t o k o u n m p o m i l w a u k e e b u c k s   g i a n n i s b u c k s   g i a n n i s m i l w a u k e e b u c k s   g r a y s o n a l l e n  
n b a   m i l w a u k e e b u c k s   g i a n n i s a n t e t o k o u n m p o   n b a   g m   s u r v e y   p i c k s   m i l w a u k e e   b u c k s   t o   w i n   2 0 2 2 - 2 3   t i t l e  
n b a   d e f e n s i v e   g o a t ? !   t o p   n b a   p o w e r   f o r w a r d s   t o d a y   2 0 2 2   2 0 2 3   s e a s o n   k e v i n d u r a n t   g i a n n i s a n t e t o k o u n m p o   a n t h o n y d a v i s    
d o   y o u   a g r e e   o r   d i s a g r e e   w i t h   g i a n n i s   t h a t   t a l e n t   a l o n e   i s n ' t   e n o u g h   t o   m a k e   i t   i n   t h e   n b a ? 
 🤨 🤨   g i a n n i s a n t e t o k o u n m p o   g i a n n i s   n b a  
c h a r l o t t e   h o r n e t s   v s .   b o s t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   p h i l a d e l p h i a   7 6 e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
3 - o n - 0   t u e s d a y ’ s .   w o r k   o n   d i f f e r e n t   p a s s   & a m p ;   p i c k   a w a y   o p t i o n s   t o   m a k e   y o u r   t e a m   b e t t e r   t h i s   s e a s o n . 
 
 t u e s d a y   l a t e n i g h t     p l a y e r d e v e l o p m e n t   s k i l l t r a i n i n g     b a s k e t b a l l t i p s   b a s k e t b a l l t r a i n e r   b a s k e t b a l l d r i l l s   b a s k e t b a l l w o r k o u t   n b a   n c a a   g l e a g u e   n i k e   g i a n n i s a n t e t o k o u n m p o  
g i a n n i s   a n t e t o k o u n m p o   r e v e a l s   p l a n s   t o   ‘ d i s a p p e a r ’   i n   r e t i r e m e n t   -   s p o r t s   i l l u s t r a t e d   —   b u c k s   s t a r   g i a n n i s   a n t e t o k o u n m p o   h a s   n e v e r   s h i e d   a w a y   f r o m   s h o w c a s i n g   h i s   p e r s o n a l i t y   w i t h   t h e   m e d i a .     t h e k a r d a s h i a n s   g i a n n i s a n t e t o k o u n m p o  
t h e   b u l l s   s i g n i n g   k o s t a s   a n t e t o k o u n m p o   i s … . . i n t e r e s t i n g 
   
 
   
 a l e x c a r u s o   a y o d o s u n m u   b u l l s f r e e a g e n c y   b u l l s n a t i o n   b u l l s n e w s   b u l l s r u m o r s   b u l l s u p d a t e   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
w h a t   i f - -   b r e w e r s   i n s t e a d   o f   t h e   p a c k e r s   b r e w e r s   p a c k e r s   m i l w a u k e e   w i s c o n s i n   m k e   n b a   b u c k s   m i l w a u k e e t o o l s   m i l w a u k e e b u c k s   t o o l s   d e w a l t   b a s k e t b a l l   g i a n n i s a n t e t o k o u n m p o   m a k i t a   g i a n n i s   m k e m y c i t y   a t l a n t a   c o n s t r u c t i o n   m a d i s o n   b o s c h   m k e h o m e   m   m i l w a u k e e b r e w e r s  
t h i s   i s   h o w   t h e   t o r o n t o   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   f i r s t t a k e   g i a n n i s a n t e t o k o u n m p o   g i a n n i s a n t e t o k o u n m p o b u i l d 2 k 2 3   l e b r o n j a m e s   l e b r o n j a m e s b u i l d 2 k 2 3   l e b r o n j a m e s h i g h l i g h t s   l e b r o n j a m e s m u l t i v e r s u s   l u k a d o n c i c   n b a   n b a h i g h l i g h t s  
j a b a r i   s m i t h   j r .   o n   f i r e   f o r   t h e   . . . 
   
 
   
 b a s k e t b a l l   b a s k e t b a l l p o d c a s t   b a s k e t b a l l s h o w   g i a n n i s a n t e t o k o u n m p o   h o u s t o n r o c k e t s   k e v i n d u r a n t   l e b r o n j a m e s   l u k a d o n c i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a c h a n n e l   n b a d r a f t   n b a h i g h l i g h t s   n b a n e w s  
  m o s t   b l a c k a m e r i c a   l o o k   l i k e   e x t r a c t     o f   n i g e r i a n s   & a m p ;     w e s t a f r i c a n s .   g i a n n i s a n t e t o k o u n m p o   i s   n i g e r i a n   a n d   l o o k   m o r e   “ b l a c k a m e r i c a n ”   t h a n   m o s t   b l a c k   a m e r i c a n   i n   t h e   n b a .   s o   i f   w e   w a n t   t o   k e e p   i n s u l t i n g   l o o k s ,   i   d o n ’ t   s e e   m a n y   f b a   w h o   l o o k i n   l i k e   x x x x 🤨 😒
b u l l s   q & a m p ; a :   k o s t a s   a n t e t o k o u n m p o   t a l k s   e u r o b a s k e t ,   g i a n n i s   
   
 k o s t a s a n t e t o k o u n m p o   g i a n n i s a n t e t o k o u n m p o   c h i c a g o b u l l s  
w a r r i o r s   r u m o r s :   s i g n   k a i   s o t t o   a f t e r   b e a t i n g   s u n s ?   d u b s   . . . 
   
 
   
 a n t h o n y l a m b   a n t h o n y l a m b w a r r i o r s   c h a t s p o r t s   e s p n   e s p n n b a   e s p n n b a p r o j e c t i o n   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   g o l d e n s t a t e w a r r i o r s n e w s   g o l d e n s t a t e w a r r i o r s r u m o r s  
g o l d e n   s t a t e   w a r r i o r s   v s .   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
n b a   r o u n d u p :   b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d s   c e l t i c s   p a s t   h o r n e t s 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

j o r d a n   n w o r a   t a l k s   m i l w a u k e e   . . . 
   
 
   
 b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   c e n t r a l d i v i s i o n   d e a n d r e b e m b r y   d e m a r c u s c o u s i n s   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f a n a t i c s v i e w   g e o r g e h i l l   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n   g r e g m o n r o e   h o o p s  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
g i a n n i s   a n t e t o k o u n m p o   r e p l i e s   b a c k   t o   a n a l y s t   g i l b e r t   a r e n a s   a f t e r   h e   c a l l e d   t h e   g r e e k   f r e a k   a   n e w b i e   w h o   i s   u n a w a r e   o f   t h e   g a m e . 
 
 n b a   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g i l b e r t a r e n a s   n b a a n a l y s t   c h a m p i o n s h i p   m i l w a u k e e b u c k s  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
g i a n n i s a n t e t o k o u n m p o   o n   l i f e   o u t   o f   s p o t l i g h t   a f t e r   r e t i r i n g  
t h e   b i g g e s t   m i l w a u k e e   b u c k s   . . . 
   
 
   
 a n t e t o k o u n m p o   b u c k s g r i z z l i e s   b u c k s h a w k s   b u c k s p o d c a s t   b u c k s p r e s e a s o n   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g i a n n i s   g s p n   j e v o n c a r t e r   j o r d a n n w o r a   j r u e h o l i d a y   m a r j o n b e a u c h a m p   m i l w a u k e e b u c k s  
g i a n n i s   a n t e t o k o u n m p o   c a l l s   l e b r o n   j a m e s   ‘ t h e   b e s t   p l a y e r   i n   t h e   w o r l d ’     w o r l d
f a n s   d u b b e d   i t   t h e   " c o o l e s t   t h i n g "   w h e n   n b a   p l a y e r   g i a n n i s   a n t e t o k o u n m p o   l e a r n e d   t h e   " t a t t a d   t a t t a d "   h o o k   s t e p   f r o m   a c t o r   r a n v e e r   s i n g h . 
 r a n v e e r s i n g h   g i a n n i s  
g i a n n i s   a n t e t o k o u n m p o   1 9   p o i n t s   v s .   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
g i a n n i s   d o i n g   g i a n n i s   t h i n g s   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   g i a n n i s   a n t e t o k o u n m p o   d u n k   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
g i a n n i s   a n t e t o k o u n m p o   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g i a n n i s a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
g i a n n i s   w i t h   t h e s e   s k i l l s   w o u l d   b e   t h e   g o a t   🐐 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   g i a n n i s   a n t e t o k o u n m p o   g o a t   m i l   m i l w a u k e e   b u c k s
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 g i a n n i s   u g o   a n t e t o k o u n m p o   -   y e a r   1 0   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 g i a n n i s   u g o   a n t e t o k o u n m p o   -   y e a r   1 0   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 g i a n n i s   u g o   a n t e t o k o u n m p o   -   y e a r   1 0   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   g i a n n i s u g o a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   y e a r   s p o r t s
t h e   t w o - t i m e   m v p   a n d   f o r m e r   n b a   c h a m p   t a l k s   f a s h i o n ,   c e l e b r a t i n g   h i s   r o o t s ,   a n d   t h a t   o n e   t i m e   h i s   a g e n t   h a d   t o   f o r c e   h i m   t o   w e a r   a   s u i t .   a n t e t o k o u n m p o   ⁦ ⁩   g i a n n i s   t u e s d a y v i b e    
g i a n n i s   a n t e t o k o u n m p o   r e p l i e s   b a c k   t o   a n a l y s t   g i l b e r t   a r e n a s   a f t e r   h e   c a l l e d   t h e   g r e e k   f r e a k   a   n e w b i e   w h o   i s   u n a w a r e   o f   t h e   g a m e . 
 
 n b a   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g i l b e r t a r e n a s   n b a a n a l y s t   c h a m p i o n s h i p   m i l w a u k e e b u c k s  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
🇬 🇷   t h e   g r e e k f r e a k   s t o r y   🇬 🇷 ⁠ 
 ⁠ 
 w i t h   t h e   2 0 2 2 - 2 3   n b a   s e a s o n   i m m i n e n t ,   w e   c o v e r   t h e   s t o r y   o f   o n e   o f   i t s   m o s t   d o m i n a n t   a n d   b e l o v e d   s t a r s ,   g i a n n i s a n t e t o k o u n m p o . ⁠ 
 ⁠ 
 t e l l i n g   h i s   l e g e n d   t h r o u g h   t h e   m o t i f s   o n   h i s   n i k e z o o m f r e a k   l i n e . ⁠ 
 ⁠ 
 r e a d   m o r e :    
b r o o k   l o p e z   p r e s s   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
s o   e x c i t e d !   _ a n 3 4   i   k n o w   y o u ' r e   b u s y ,   b u t   i   r e a l l y   h o p e   i   g e t   t o   s e e   y o u   p l a y   a t     i n   t w o   d a y s !   i ' v e   b e e n   w a i t i n g   8 7 6   d a y s   f o r   t h i s !   i ' l l   b e   t h e r e   o n   w e d   v s   t h e     b e h i n d   t h e     b e n c h .   l i k e g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g i a n n i s 3 4   m i l w a u k e e b u c k s  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
o o o w w w e e e ‼ ️   t o d a y ’ s   p i c k ’ s ‼ ️   g i a n n i s a n t e t o k o u n m p o   g r e e k f r e a k   b u c k s   s u p e r s t a r   b a s k e t b a l l c a r d s   p a n i n i   a m a z i n g   o r a n g e p a r a l l e l s   c o l l e c t o r   o o o w w w e e e s p o r t s c a r d s  
w h o ’ s   n e x t :   f i v e   n b a   s t a r s   m o s t   l i k e l y   t o   b e   t r a d e d   t h i s   s e a s o n   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
n b a   " o m g   ! "   m o m e n t s   🔥 
   
 
   
 2 k 2 0   a l l s t a r   b a s k e t b a l l   b a s k e t b a l l v i d e o s   b l o o p e r s   b o s t o n c e l t i c s   b r a w l   b u z z e r b e a t e r   d e r r i c k r o s e   d u n k c o n t e s t   e s p n   f i g h t   f i n a l s   f i r s t t a k e   f u n n y   g a m e w i n n e r   g i a n n i s a n t e t o k o u n m p o   g o a t  
g i a n n i s   a n t e t o k o u n m p o   s a i d   t h i s   a b o u t   a t l a n t a   h a w k s   a f t e r   g e t t i n g   b e a t   t w i c e . .   y o u   w o n t   b e l i e v e   i t 
   
 
   
 a t l a n t a h a w k s   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   j r u e h o l i d a y   m i l w a u k e e b u c k s   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
i n d i a n a   p a c e r s   v s .   n e w   y o r k   k n i c k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w :   w h y   y o u   s h o u l d   t a k e   t h e   o v e r   o n   n e t s '   s t a r s   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

w a t c h 🎥 
 r a n v e e r   s i n g h   d a n c i n g   w i t h   s h a q   o n   ' k h a l i b a l i '   f r o m   h i s   2 0 1 8   f i l m   p a d m a a v a t . 
 
 r a n v e e r s i n g h   n b a   s h a q   g i a n n i s a n t e t o k o u n m p o   s h a q u i l l e o n e a l   n b a t w i t t e r   |       

.   t e a c h e s   ‘ t a t t a d t a t t a d ’   t o   n b a   p l a y e r   g i a n n i s a n t e t o k o u n m p o   a n d   t h e i r   d a n c e   v i d e o   i s   g o i n g   v i r a l 
 

m i l w a u k e e   b u c k s   v s .   a t l a n t a   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s  
“ h e ’ s   i n c r e d i b l e .   h e   h a s   t h e   c h a n c e   t o   b e   o n e   o f   t h e   b e s t   t o   e v e r   p l a y   t h i s   g a m e ”   g i a n n i s   o n   w e m b y   
 g i a n n i s a n t e t o k o u n m p o   v i c t o r w e m b a n y a m a   

a l l - a c c e s s :   b u c k s   m e e t   n e y m a r   & a m p ;   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l o p e z   c e n t r a l d i v i s i o n   d j w i l s o n   d o n t e d i v i n c e n z o   d r a g a n b e n d e r   e a s t e r n c o n f e r e n c e   e r i c b l e d s o e   g e o r g e h i l l   g i a n n i s a n t e t o k o u n m p o   g r e e k f r e a k   h o r n e t s   j o r d a n   k h r i s m i d d l e t o n   k y l i a n m b a p p e  
r a n v e e r s i n g h   t o o k   t o   i n s t a g r a m   t o   s h a r e   a   c l i p   w i t h   n b a   s t a r   g i a n n i s a n t e t o k o u n m p o ,   i n   w h i c h   t h e   t w o   c a n   b e   s e e n   d a n c i n g   t o   t h e   s o n g   ' t a t t a d   t a t t a d ' ,   w h i c h   w a s   f r o m   h i s   m o v i e   ' g o l i y o n   k i   r a s l e e l a   r a m - l e e l a '         
 

r a n v e e r s i n g h   a n d   n b a   p l a y e r   g i a n n i s a n t e t o k o u n m p o   s e e m e d   t o   h a v e   a   g r e a t   t i m e   d a n c i n g   t o g e t h e r   o n   t a t t a d   t a t t a d ! 
 

g i a n n i s   a n t e t o k o u n m p o ' s   b u c k s   a r e   s e t t i n g   o . . . . t h e y   s t a r t e d 
 
 i f   t h e   m i l w a u k e e   b u c k s   f e e l   l i k e   t h e y   n e v e r   r e a l l y   g o t   t o   d e f e n d   t h e i r   t i t l e ,   t h a t ' s   u n d e r s t a n d a b l e .   j o r d a n   n w o r a   s t a r t e d   m o r e   g a m e s   ( 1 3 )   t h a n   b r o o k   l o p e z   ( 1 1 )     g i a n n i s a n t e t o k o u n m p o 
 
  
n b a   g i a n n i s a n t e t o k o u n m p o 
 
 f o r e i g n - b o r n   s t a r s   l i k e   g i a n n i s   a r e   t h e   l e a g u e ’ s   g r e a t e s t   a s s e t   t o   b u i l d   a   g r e a t e r   i n t e r n a t i o n a l   p r e s e n c e . 
 
 ✍ ️   _ 1 7 
 

g i a n n i s   a n t e t o k o u n m p o   o n   v i c t o r   w e m b a n y a m a :   “ w e   h a v e   n e v e r   s e e n   s o m e o n e   l i k e   t h a t   b e f o r e ”   g i a n n i s a n t e t o k o u n m p o   v i c t o r w e m b a n y a m a  
m e m p h i s   g r i z z l i e s   v s .   m i a m i   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
" t h e   g r e e k f r e a k   g e t t i n ’   h i s   t a t t a d t a t t a d   o n ! "   
 
   s h a r e s   a   g l i m p s e   o f   h i m   m a t c h i n g   s t e p s   w i t h   b a s k e t b a l l   p l a y e r   _ a n 3 4   
 
 r a n v e e r s i n g h   g i a n n i s a n t e t o k o u n m p o   g i a n n i s   r a n v e e r   g r e e k   c i r k u s   n b a   b o l l y w o o d  
v i c t o r w e m b a n y a m a   p l a y i n g   a g a i n s t   g i a n n i s a n t e t o k o u n m p o   …   i m a   j u s t   m a k e   s u r e   m y   b e t   i n   🔥 🔥 🔥
i n   ( 5 )   y e a r s   t h e   d i s c u s s i o n   a s   t o   w h o   i s   t h e   b e s t   p l a y e r   i n   t h e   n b a   c o u l d   c o m e   d o w n   t o : 
 g i a n n i s a n t e t o k o u n m p o 
 g r e e c e ) 
 l u k a d o n c i c   ( s l o v e n i a ) 
 n i k o l a j o k i c   ( s e r b i a ) 
 v i c t o r w e m b a n y a m a   ( f r a n c e )   o r   
 j o e l e m b i i d   ( c a m e r o o n )   
 n b a   n b a p r e s e a s o n
r a n v e e r   s i n g h   t e a c h e s   ‘ t a t t a d   t a t t a d ’   d a n c e   s t e p s   t o   g i a n n i s   a n t e t o k o u n m p o ;   t h e   v i d e o   s e t s   t h e   i n t e r n e t   o n   f i r e . 
 r a n v e e r s i n g h   g i a n n i s a n t e t o k o u n m p o   t a t t a d t a t t a d   g o l i y o n k i r a s l e e l a r a m l e e l a 

g i a n n i s a n t e t o k o u n m p o   s a i d   h e   i s   e a g e r   t o   p l a y   i n   i n d i a 
 
 n b a   b a s k e t b a l l   _ s a n d i p 
 

n b a   w i n   t o t a l   p i c k s :   w h y   c a v a l i e r s   a r e   t r e n d i n g   u p   i n   c e n t r a l   d i v i s i o n . . . 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

r a n v e e r s i n g h   t e a c h e s   t a t t a d t a t t a d '   d a n c e   t o   n b a   s t a r   g i a n n i s a n t e t o k o u n m p o   ( w a t c h   v i d e o )   
 
   _ f c     _ a n 3 4   b o l l y w o o d   s p o r t s     
 

m i l w a u k e e   b u c k s   v s .   a t l a n t a   h a w k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
h i g h l i g h t s :   b u c k s   1 1 3   -   h a w k s   1 2 3   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
a n t e t o k o u n m p o ,   t h e   2 0 1 9   a n d   2 0 2 0   m v p   o f   t h e   y e a r ,   p i c k e d   c h i n a   a n d   i n d i a   a s   t h e   t w o   p l a c e s   h e   w o u l d   l i k e   t o   p l a y   t h e   n e x t   p r e - s e a s o n   g a m e s 
 
 n b a   a b u d h a b i   g i a n n i s a n t e t o k o u n m p o   
 

g i a n n i s   a n t e t o k o u n m p o   1 9   p o i n t s   v s .   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e t r o i t p i s t o n s   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
g i a n n i s   a n t e t o k o u n m p o   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g i a n n i s a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
* m u s t   h a v e *   t r a v e l   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
u t a h   j a z z   v s .   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
c h e c k   o u t   t h i s   g i a n n i s   a n t e t o k o u n m p o   2 0 2 2   j e r s e y   t h a t   w e   r e s m a t c h e d   t o   i m a g e s   o f   a n t e t o k o u n m p o   f r o m   6   g a m e s   d u r i n g   t h e   2 0 2 2   r e g u l a r   s e a s o n   a n d   p l a y o f f s .   
 
 r e s o l u t i o n p h o t o m a t c h i n g   r e s m a t c h   g a m e u s e d   m i l w a u k e e b u c k s   p h o t o m a t c h i n g   n b a   b a s k e t b a l l   g i a n n i s a n t e t o k o u n m p o  
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t h e   m i l w a u k e e   b u c k s   h a v e   a   n e w   d e f e n s e   . . . 
   
 
   
 b o b b y p o r t i s   b o s t o n c e l t i c s   b r o o k l o p e z   b u c k s i n s i x   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g i a n n i s a n t e t o k o u n m p o m i l w a u k e e b u c k s   g i a n n i s b u c k s   g i a n n i s m i l w a u k e e b u c k s   g r a y s o n a l l e n  
n b a   m i l w a u k e e b u c k s   g i a n n i s a n t e t o k o u n m p o   n b a   g m   s u r v e y   p i c k s   m i l w a u k e e   b u c k s   t o   w i n   2 0 2 2 - 2 3   t i t l e  
n b a   d e f e n s i v e   g o a t ? !   t o p   n b a   p o w e r   f o r w a r d s   t o d a y   2 0 2 2   2 0 2 3   s e a s o n   k e v i n d u r a n t   g i a n n i s a n t e t o k o u n m p o   a n t h o n y d a v i s    
d o   y o u   a g r e e   o r   d i s a g r e e   w i t h   g i a n n i s   t h a t   t a l e n t   a l o n e   i s n ' t   e n o u g h   t o   m a k e   i t   i n   t h e   n b a ? 
 🤨 🤨   g i a n n i s a n t e t o k o u n m p o   g i a n n i s   n b a  
c h a r l o t t e   h o r n e t s   v s .   b o s t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   p h i l a d e l p h i a   7 6 e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
3 - o n - 0   t u e s d a y ’ s .   w o r k   o n   d i f f e r e n t   p a s s   & a m p ;   p i c k   a w a y   o p t i o n s   t o   m a k e   y o u r   t e a m   b e t t e r   t h i s   s e a s o n . 
 
 t u e s d a y   l a t e n i g h t     p l a y e r d e v e l o p m e n t   s k i l l t r a i n i n g     b a s k e t b a l l t i p s   b a s k e t b a l l t r a i n e r   b a s k e t b a l l d r i l l s   b a s k e t b a l l w o r k o u t   n b a   n c a a   g l e a g u e   n i k e   g i a n n i s a n t e t o k o u n m p o  
g i a n n i s   a n t e t o k o u n m p o   r e v e a l s   p l a n s   t o   ‘ d i s a p p e a r ’   i n   r e t i r e m e n t   -   s p o r t s   i l l u s t r a t e d   —   b u c k s   s t a r   g i a n n i s   a n t e t o k o u n m p o   h a s   n e v e r   s h i e d   a w a y   f r o m   s h o w c a s i n g   h i s   p e r s o n a l i t y   w i t h   t h e   m e d i a .     t h e k a r d a s h i a n s   g i a n n i s a n t e t o k o u n m p o  
t h e   b u l l s   s i g n i n g   k o s t a s   a n t e t o k o u n m p o   i s … . . i n t e r e s t i n g 
   
 
   
 a l e x c a r u s o   a y o d o s u n m u   b u l l s f r e e a g e n c y   b u l l s n a t i o n   b u l l s n e w s   b u l l s r u m o r s   b u l l s u p d a t e   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
w h a t   i f - -   b r e w e r s   i n s t e a d   o f   t h e   p a c k e r s   b r e w e r s   p a c k e r s   m i l w a u k e e   w i s c o n s i n   m k e   n b a   b u c k s   m i l w a u k e e t o o l s   m i l w a u k e e b u c k s   t o o l s   d e w a l t   b a s k e t b a l l   g i a n n i s a n t e t o k o u n m p o   m a k i t a   g i a n n i s   m k e m y c i t y   a t l a n t a   c o n s t r u c t i o n   m a d i s o n   b o s c h   m k e h o m e   m   m i l w a u k e e b r e w e r s  
t h i s   i s   h o w   t h e   t o r o n t o   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   f i r s t t a k e   g i a n n i s a n t e t o k o u n m p o   g i a n n i s a n t e t o k o u n m p o b u i l d 2 k 2 3   l e b r o n j a m e s   l e b r o n j a m e s b u i l d 2 k 2 3   l e b r o n j a m e s h i g h l i g h t s   l e b r o n j a m e s m u l t i v e r s u s   l u k a d o n c i c   n b a   n b a h i g h l i g h t s  
j a b a r i   s m i t h   j r .   o n   f i r e   f o r   t h e   . . . 
   
 
   
 b a s k e t b a l l   b a s k e t b a l l p o d c a s t   b a s k e t b a l l s h o w   g i a n n i s a n t e t o k o u n m p o   h o u s t o n r o c k e t s   k e v i n d u r a n t   l e b r o n j a m e s   l u k a d o n c i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a c h a n n e l   n b a d r a f t   n b a h i g h l i g h t s   n b a n e w s  
  m o s t   b l a c k a m e r i c a   l o o k   l i k e   e x t r a c t     o f   n i g e r i a n s   & a m p ;     w e s t a f r i c a n s .   g i a n n i s a n t e t o k o u n m p o   i s   n i g e r i a n   a n d   l o o k   m o r e   “ b l a c k a m e r i c a n ”   t h a n   m o s t   b l a c k   a m e r i c a n   i n   t h e   n b a .   s o   i f   w e   w a n t   t o   k e e p   i n s u l t i n g   l o o k s ,   i   d o n ’ t   s e e   m a n y   f b a   w h o   l o o k i n   l i k e   x x x x 🤨 😒
b u l l s   q & a m p ; a :   k o s t a s   a n t e t o k o u n m p o   t a l k s   e u r o b a s k e t ,   g i a n n i s   
   
 k o s t a s a n t e t o k o u n m p o   g i a n n i s a n t e t o k o u n m p o   c h i c a g o b u l l s  
w a r r i o r s   r u m o r s :   s i g n   k a i   s o t t o   a f t e r   b e a t i n g   s u n s ?   d u b s   . . . 
   
 
   
 a n t h o n y l a m b   a n t h o n y l a m b w a r r i o r s   c h a t s p o r t s   e s p n   e s p n n b a   e s p n n b a p r o j e c t i o n   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   g o l d e n s t a t e w a r r i o r s n e w s   g o l d e n s t a t e w a r r i o r s r u m o r s  
g o l d e n   s t a t e   w a r r i o r s   v s .   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
n b a   r o u n d u p :   b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d s   c e l t i c s   p a s t   h o r n e t s 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

j o r d a n   n w o r a   t a l k s   m i l w a u k e e   . . . 
   
 
   
 b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   c e n t r a l d i v i s i o n   d e a n d r e b e m b r y   d e m a r c u s c o u s i n s   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f a n a t i c s v i e w   g e o r g e h i l l   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n   g r e g m o n r o e   h o o p s  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
g i a n n i s   a n t e t o k o u n m p o   r e p l i e s   b a c k   t o   a n a l y s t   g i l b e r t   a r e n a s   a f t e r   h e   c a l l e d   t h e   g r e e k   f r e a k   a   n e w b i e   w h o   i s   u n a w a r e   o f   t h e   g a m e . 
 
 n b a   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g i l b e r t a r e n a s   n b a a n a l y s t   c h a m p i o n s h i p   m i l w a u k e e b u c k s  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
g i a n n i s a n t e t o k o u n m p o   o n   l i f e   o u t   o f   s p o t l i g h t   a f t e r   r e t i r i n g  
a l l - a c c e s s :   b u c k s   m e e t   n e y m a r   & a m p ;   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l o p e z   c e n t r a l d i v i s i o n   d j w i l s o n   d o n t e d i v i n c e n z o   d r a g a n b e n d e r   e a s t e r n c o n f e r e n c e   e r i c b l e d s o e   g e o r g e h i l l   g i a n n i s a n t e t o k o u n m p o   g r e e k f r e a k   h o r n e t s   j o r d a n   k h r i s m i d d l e t o n   k y l i a n m b a p p e  
b u c k s   s t a r   k h r i s   m i d d l e t o n   n o t   e x p e c t e d   t o   m i s s   m u c h   t i m e   f r o m   w r i s t   s u r g e r y   r e c o v e r y   –   r e p o r t   k h r i s m i d d l e t o n   m i l w a u k e e b u c k s  
a l l - a c c e s s :   b u c k s   m e e t   n e y m a r   & a m p ;   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l o p e z   c e n t r a l d i v i s i o n   d j w i l s o n   d o n t e d i v i n c e n z o   d r a g a n b e n d e r   e a s t e r n c o n f e r e n c e   e r i c b l e d s o e   g e o r g e h i l l   g i a n n i s a n t e t o k o u n m p o   g r e e k f r e a k   h o r n e t s   j o r d a n   k h r i s m i d d l e t o n   k y l i a n m b a p p e  
b u c k s   s t a r   k h r i s   m i d d l e t o n   n o t   e x p e c t e d   t o   m i s s   m u c h   t i m e   f r o m   w r i s t   s u r g e r y   r e c o v e r y   –   r e p o r t   k h r i s m i d d l e t o n   m i l w a u k e e b u c k s  
t h e   b i g g e s t   m i l w a u k e e   b u c k s   . . . 
   
 
   
 a n t e t o k o u n m p o   b u c k s g r i z z l i e s   b u c k s h a w k s   b u c k s p o d c a s t   b u c k s p r e s e a s o n   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g i a n n i s   g s p n   j e v o n c a r t e r   j o r d a n n w o r a   j r u e h o l i d a y   m a r j o n b e a u c h a m p   m i l w a u k e e b u c k s  
g i a n n i s   a n t e t o k o u n m p o   s a i d   t h i s   a b o u t   a t l a n t a   h a w k s   a f t e r   g e t t i n g   b e a t   t w i c e . .   y o u   w o n t   b e l i e v e   i t 
   
 
   
 a t l a n t a h a w k s   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   j r u e h o l i d a y   m i l w a u k e e b u c k s   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
t h e   b i g g e s t   m i l w a u k e e   b u c k s   . . . 
   
 
   
 a n t e t o k o u n m p o   b u c k s g r i z z l i e s   b u c k s h a w k s   b u c k s p o d c a s t   b u c k s p r e s e a s o n   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g i a n n i s   g s p n   j e v o n c a r t e r   j o r d a n n w o r a   j r u e h o l i d a y   m a r j o n b e a u c h a m p   m i l w a u k e e b u c k s  
g i a n n i s   a n t e t o k o u n m p o   s a i d   t h i s   a b o u t   a t l a n t a   h a w k s   a f t e r   g e t t i n g   b e a t   t w i c e . .   y o u   w o n t   b e l i e v e   i t 
   
 
   
 a t l a n t a h a w k s   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   j r u e h o l i d a y   m i l w a u k e e b u c k s   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b r o o k   l o p e z   p r e s s   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
        s u p e r   g r e a t   s t o r y !   t h a n k   y o u .   m a r j o n   i n s p i r a t i o n   g r a t e f u l   b u c k s   n b a   b a s k e t b a l l   f e a r t h e d e e r 🏀
m a d e   a   l o g o   m a s h u p   w a l l p a p e r   -   f i g u r e d   i ’ d   s h a r e   i t   h e r e   i n   c a s e   a n y o n e   e l s e   w a n t s   t o   u s e     . . .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
s a n d r o   m a m u k e l a s h v i l i   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s a n d r o m a m u k e l a s h v i l i   s a n d r o   m a m u k e l a s h v i l i   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b r o o k   l o p e z   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b r o o k l o p e z   b r o o k   l o p e z   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
a n   a m e r i c a n   p r o f e s s i o n a l   b a s k e t b a l l   p l a y e r   f o r   t h e   m i l w a u k e e   b u c k s   o f   t h e   n a t i o n a l   b a s k e t b a l l   a s s o c i a t i o n ,   b r o o k   l o p e z ' s   f a t h e r   i s   h e r i b e r t o   l o p e z ,   a   n a t i v e   o f   c u b a   a n d   a   f o r m e r   b a s e b a l l   p l a y e r . 
 l e a r n   m o r e & g t ; & g t ; 
 n b a 2 k   f a t h e r a n d s o n   b u c k s   

g o t   m y   f i r s t   b u c k s   h a t   t o d a y   
   
 
   
 b a s k e t b a l l   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
p a t   c o n n a u g h t o n   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a t c o n n a u g h t o n   p a t   c o n n a u g h t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s
b o b b y   p o r t i s   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b o b b y p o r t i s   b o b b y   p o r t i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
m i l w a u k e e b u c k s   1 3   c a r d   l o t   b u c k s   
 
 $ 6   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
a l l - a c c e s s :   b u c k s   m e e t   n e y m a r   & a m p ;   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l o p e z   c e n t r a l d i v i s i o n   d j w i l s o n   d o n t e d i v i n c e n z o   d r a g a n b e n d e r   e a s t e r n c o n f e r e n c e   e r i c b l e d s o e   g e o r g e h i l l   g i a n n i s a n t e t o k o u n m p o   g r e e k f r e a k   h o r n e t s   j o r d a n   k h r i s m i d d l e t o n   k y l i a n m b a p p e  
h a w s k   v s   b u c k s   p r e s e a s o n   w a t c h   a l o n g     v i a     t r u e t o a t l a n t a     c o m e   t a p   i n .   b u c k s   n b a   b a s k e t b a l l
g i a n n i s   b e i n g   t a u g h t   a   b o l l y w o o d   d a n c e   b y   a   b o l l y w o o d   a c t o r ,   r a n v e e r   s i n g h .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
j e v o n   c a r t e r   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j e v o n c a r t e r   j e v o n   c a r t e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
s e r g e   i b a k a   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s e r g e i b a k a   s e r g e   i b a k a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
s e r g e   i b a k a   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s e r g e i b a k a   s e r g e   i b a k a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b u c k s   a n n o u n c e   g i v e a w a y s   a n d   t h e m e   n i g h t s   f o r   2 0 2 2 - 2 3   s e a s o n   
   
 
   
 b a s k e t b a l l   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
h i g h l i g h t s :   b u c k s   1 1 3   -   h a w k s   1 2 3   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
a r e   t h e   b u c k s   t h e   j a e   c r o w d e r   t r a d e   . . . 
   
 
   
 b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   c a m j o h n s o n   c a m p a y n e   c h r i s p a u l   c p 3   d b o o k   d e a n d r e a y t o n   d e v i n b o o k e r   g r a y s o n a l l e n   j a e c r o w d e r   j a e c r o w d e r t r a d e   l a n d r y s h a m e t   m i k a l b r i d g e s   m i l w a u k e e b u c k s   n b a  
g i a n n i s   a n t e t o k o u n m p o   1 9   p o i n t s   v s .   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
m i n d   t h e   g a p s :   m e n t a l   t o u g h n e s s   i n   t h e   f l o w s   o f   b a s k e t b a l l . 
 
 f e a r t h e d e e r   
 b u c k s c o u n t y   
 b u c k s   🏀 
 m i l w a u k e e   🏟 
 n b a   n b a t w i t t e r   
 
  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b o b b y   p o r t i s   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b o b b y p o r t i s   b o b b y   p o r t i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
g i a n n i s   a n t e t o k o u n m p o   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g i a n n i s a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
🚨 🏆 🦌 🏀 e n j o y   t h r o w b a c k   h i g h l i g h t s   w i t h   a s h   w h e r e   i   s h o w   m y   t i m e   @   t h e   b u c k s   c h a m p i o n s   p a r a d e   & a m p ;   r i n g s   n i g h t !   t h r o w b a c k t h u r s d a y   t b t h u r s d a y   t b t   g a m e s     g i a n n i s   b u c k s i n 6   f e a r t h e d e e r   b a s k e t b a l l   h o o p s   w i n   s p o r t s   y o u t u b e c h a n n e l   n b a   n b a t w i t t e r    
r e a l l y   n i c e   b e i n g   a b l e   t o   w a t c h   l i v e   b u c k s   b a s k e t b a l l   a g a i n .
p a r e n t s :   w h a t   d i d   y o u   g o   i n   s c h o o l   t o d a y ? 
 k i d s :   m r .   m c g e e   s h o w e d   u s   a   b a s k e t b a l l   g a m e .   
 b u c k s   f e a r t h e d e e r   n b a i n a b u d h a b i  
* m u s t   h a v e *   t r a v e l   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
n o a h   m a g a r o - g e o r g e   o n   t w i t t e r   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
  h u g o   b e s s o n   -   1 8   p t s ,   3   r e b ,   4   t h r e e s   h i g h l i g h t s | m e t r o p o l i t a n s   9 2   v s   n b a   g   l e a g u e   i g n i t e | 2 0 2 2 . 1 0 . 0 4 
 
 
 f r a n c e   h u g o b e s s o n   b e t c l i c e l i t e   l n b   p r o a   b o u l o g n e   l e v a l l o i s   m e t r o p o l i t a n s   m e t s 9 2   n b a   m i l w a u k e e   b u c k s   b a s k e t b a l l   g l e a g u e   i g n i t e
s h o p   f e a r t h e d e e r       f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   m i l w a u k e e   b u c k s   m i l w a u k e e b u c k s
t h e   t e a m   l e a v i n g   a f t e r   p r a c t i c e   ( d i r e c t l y   a f t e r   l a n d i n g )   a t   n y u   a b u   d h a b i .   g i a n n i s   . . .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
  m y   p r e m i u m   v i n y l   f i g u r e   f a v   b a s k e t b a l l   p l a y e r   t o y   n b a    g i a n n i s a n t e t e k o u m p o   b u c k s   m i l w a u k e e       
a c c o l a d e s   b e s i d e s ,   g i a n n i s   i s   t h e   m o s t   d o m i n a n t   p l a y e r   o f   a l l   t i m e .   b y   t h e   t i m e   h e   r e t i r e s   h e   w i l l   b e   t h e   g o a t 𓃵   !   _ a n 3 4   
 n b a   n b a   b u c k s   m i l w a u k e e   b a s k e t b a l l   f o o t b a l l   d r e a m f a c e r e v e a l
1 9 9 3 - 9 4   u l t r a   b a s k e t b a l l   r o o k i e   1 0 6   v i n   b a k e r   r c   m i l w a u k e e b u c k s   b u c k s 
 
 $ 4 . 5 0   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
w h a t   i f - -   b r e w e r s   i n s t e a d   o f   t h e   p a c k e r s   b r e w e r s   p a c k e r s   m i l w a u k e e   w i s c o n s i n   m k e   n b a   b u c k s   m i l w a u k e e t o o l s   m i l w a u k e e b u c k s   t o o l s   d e w a l t   b a s k e t b a l l   g i a n n i s a n t e t o k o u n m p o   m a k i t a   g i a n n i s   m k e m y c i t y   a t l a n t a   c o n s t r u c t i o n   m a d i s o n   b o s c h   m k e h o m e   m   m i l w a u k e e b r e w e r s  
o b s e s s i o n   w i t h   b a s k e t b a l l   a n d   g e t t i n g   b e t t e r   i s   w h a t   s e p a r a t e s   t h o s e   w h o   h a v e   s k i l l   a n d   t h o s e   w h o   w i l l   u s e   t h a t   s k i l l   t o   b e c o m e   g r e a t .   g i a n n i s   b u c k s i n s i x   b u c k s  
d r .   j ' s   p r o   b a s k e t b a l l   y e a r b o o k ,   1 9 9 5 - 9 6   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   n b a   g r a n t h i l l   d e t r o i t   p i s t o n s   g l e n n r o b i n s o n   m i l w a u k e e   b u c k s   d r j   p r o b a s k e t b a l l  
w h y   t h e   l o s   a n g e l e s   c l i p p e r s   w i l l   . . . 
   
 
   
 b a s k e t b a l l   b a s k e t b a l l t a k e   b u c k s   c u r r y   d r a y m o n d g r e e n   d u n k   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m o r a n t   j a m o r a n t d u n k   j o h n w a l l   k a w h i l e o n a r d   l a k e r s   l e b r o n   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s   l o s a n g e l e s l a k e r s  
l e g a l   a c t i o n   t a k e n   t o   k e e p   s p u r s   i n   s a n   . . . 
   
 
   
 7 6 e r s   b a s k e t b a l l   b a s k e t b a l l n e w s   b a s k e t b a l l p o d c a s t   b l a z e r s   b u c k s   b u l l s   c a d e c u n n i n g h a m   c a v s   c e l t i c s   c h e t h o l m g r e n   c l i p p e r s   c p 3   d e v i n b o o k e r   f i n a l s   g o s p u r s g o   g r i z z l i e s   h a w k s   h e a t   h o r n e t s  
a   w t m j   4   d o c u m e n t a r y   f r o m   1 9 8 8   a b o u t   t h e   o p e n i n g   o f   t h e   b r a d l e y   c e n t e r   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
2 0 2 1 - 2 2   p a n i n i   p r i z m   b a s k e t b a l l   k h r i s   m i d d l e t o n   c r a c k e d   i c e   p r i z m   1 2 8   b u c k s     e b a y   v i a     c o l l e c t   t h e h o b b y   b u c k s   n b a
2 0 2 1 - : 2 2   p a n i n i   p r i z m   b a s k e t b a l l   b r o o k   l o p e z   c r a c k e d   i c e   p r i z m   1 3 4   b u c k s     e b a y   v i a     c o l l e c t   t h e h o b b y   b u c k s   n b a
b r o o k   l o p e z   p r e s s   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
        s u p e r   g r e a t   s t o r y !   t h a n k   y o u .   m a r j o n   i n s p i r a t i o n   g r a t e f u l   b u c k s   n b a   b a s k e t b a l l   f e a r t h e d e e r 🏀
m a d e   a   l o g o   m a s h u p   w a l l p a p e r   -   f i g u r e d   i ’ d   s h a r e   i t   h e r e   i n   c a s e   a n y o n e   e l s e   w a n t s   t o   u s e     . . .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
s a n d r o   m a m u k e l a s h v i l i   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s a n d r o m a m u k e l a s h v i l i   s a n d r o   m a m u k e l a s h v i l i   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b r o o k   l o p e z   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b r o o k l o p e z   b r o o k   l o p e z   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
a n   a m e r i c a n   p r o f e s s i o n a l   b a s k e t b a l l   p l a y e r   f o r   t h e   m i l w a u k e e   b u c k s   o f   t h e   n a t i o n a l   b a s k e t b a l l   a s s o c i a t i o n ,   b r o o k   l o p e z ' s   f a t h e r   i s   h e r i b e r t o   l o p e z ,   a   n a t i v e   o f   c u b a   a n d   a   f o r m e r   b a s e b a l l   p l a y e r . 
 l e a r n   m o r e & g t ; & g t ; 
 n b a 2 k   f a t h e r a n d s o n   b u c k s   

g o t   m y   f i r s t   b u c k s   h a t   t o d a y   
   
 
   
 b a s k e t b a l l   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
p a t   c o n n a u g h t o n   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a t c o n n a u g h t o n   p a t   c o n n a u g h t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s
b o b b y   p o r t i s   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b o b b y p o r t i s   b o b b y   p o r t i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
m i l w a u k e e b u c k s   1 3   c a r d   l o t   b u c k s   
 
 $ 6   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
a l l - a c c e s s :   b u c k s   m e e t   n e y m a r   & a m p ;   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l o p e z   c e n t r a l d i v i s i o n   d j w i l s o n   d o n t e d i v i n c e n z o   d r a g a n b e n d e r   e a s t e r n c o n f e r e n c e   e r i c b l e d s o e   g e o r g e h i l l   g i a n n i s a n t e t o k o u n m p o   g r e e k f r e a k   h o r n e t s   j o r d a n   k h r i s m i d d l e t o n   k y l i a n m b a p p e  
h a w s k   v s   b u c k s   p r e s e a s o n   w a t c h   a l o n g     v i a     t r u e t o a t l a n t a     c o m e   t a p   i n .   b u c k s   n b a   b a s k e t b a l l
g i a n n i s   b e i n g   t a u g h t   a   b o l l y w o o d   d a n c e   b y   a   b o l l y w o o d   a c t o r ,   r a n v e e r   s i n g h .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
j e v o n   c a r t e r   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j e v o n c a r t e r   j e v o n   c a r t e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
s e r g e   i b a k a   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s e r g e i b a k a   s e r g e   i b a k a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
s e r g e   i b a k a   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s e r g e i b a k a   s e r g e   i b a k a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b u c k s   a n n o u n c e   g i v e a w a y s   a n d   t h e m e   n i g h t s   f o r   2 0 2 2 - 2 3   s e a s o n   
   
 
   
 b a s k e t b a l l   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
h i g h l i g h t s :   b u c k s   1 1 3   -   h a w k s   1 2 3   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
a r e   t h e   b u c k s   t h e   j a e   c r o w d e r   t r a d e   . . . 
   
 
   
 b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   c a m j o h n s o n   c a m p a y n e   c h r i s p a u l   c p 3   d b o o k   d e a n d r e a y t o n   d e v i n b o o k e r   g r a y s o n a l l e n   j a e c r o w d e r   j a e c r o w d e r t r a d e   l a n d r y s h a m e t   m i k a l b r i d g e s   m i l w a u k e e b u c k s   n b a  
g i a n n i s   a n t e t o k o u n m p o   1 9   p o i n t s   v s .   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
m i n d   t h e   g a p s :   m e n t a l   t o u g h n e s s   i n   t h e   f l o w s   o f   b a s k e t b a l l . 
 
 f e a r t h e d e e r   
 b u c k s c o u n t y   
 b u c k s   🏀 
 m i l w a u k e e   🏟 
 n b a   n b a t w i t t e r   
 
  
j r u e   h o l i d a y   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j r u e h o l i d a y   j r u e   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
b o b b y   p o r t i s   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b o b b y p o r t i s   b o b b y   p o r t i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
g i a n n i s   a n t e t o k o u n m p o   n b a   h i g h l i g h t s   b u c k s   v s   h a w k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g i a n n i s a n t e t o k o u n m p o   g i a n n i s   a n t e t o k o u n m p o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i l w a u k e e   b u c k s   b u c k s  
🚨 🏆 🦌 🏀 e n j o y   t h r o w b a c k   h i g h l i g h t s   w i t h   a s h   w h e r e   i   s h o w   m y   t i m e   @   t h e   b u c k s   c h a m p i o n s   p a r a d e   & a m p ;   r i n g s   n i g h t !   t h r o w b a c k t h u r s d a y   t b t h u r s d a y   t b t   g a m e s     g i a n n i s   b u c k s i n 6   f e a r t h e d e e r   b a s k e t b a l l   h o o p s   w i n   s p o r t s   y o u t u b e c h a n n e l   n b a   n b a t w i t t e r    
r e a l l y   n i c e   b e i n g   a b l e   t o   w a t c h   l i v e   b u c k s   b a s k e t b a l l   a g a i n .
p a r e n t s :   w h a t   d i d   y o u   g o   i n   s c h o o l   t o d a y ? 
 k i d s :   m r .   m c g e e   s h o w e d   u s   a   b a s k e t b a l l   g a m e .   
 b u c k s   f e a r t h e d e e r   n b a i n a b u d h a b i  
* m u s t   h a v e *   t r a v e l   . . . 
   
 
   
 a n t e t o k o u n b r o s   b a s k e t b a l l   b o b b y p o r t i s   b r o o k l o p e z   b u c k s   b u c k s i n s i x   c e n t r a l d i v i s i o n   d o n t e d i v i n c e n z o   e a s t e r n c o n f e r e n c e   f e a r t h e d e e r   g e o r g e h i l l   g e o r g i o s k a l a i t z a k i s   g i a n n i s   g i a n n i s a n t e t o k o u n m p o   g r a y s o n a l l e n  
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
n o a h   m a g a r o - g e o r g e   o n   t w i t t e r   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
  h u g o   b e s s o n   -   1 8   p t s ,   3   r e b ,   4   t h r e e s   h i g h l i g h t s | m e t r o p o l i t a n s   9 2   v s   n b a   g   l e a g u e   i g n i t e | 2 0 2 2 . 1 0 . 0 4 
 
 
 f r a n c e   h u g o b e s s o n   b e t c l i c e l i t e   l n b   p r o a   b o u l o g n e   l e v a l l o i s   m e t r o p o l i t a n s   m e t s 9 2   n b a   m i l w a u k e e   b u c k s   b a s k e t b a l l   g l e a g u e   i g n i t e
s h o p   f e a r t h e d e e r       f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   m i l w a u k e e   b u c k s   m i l w a u k e e b u c k s
t h e   t e a m   l e a v i n g   a f t e r   p r a c t i c e   ( d i r e c t l y   a f t e r   l a n d i n g )   a t   n y u   a b u   d h a b i .   g i a n n i s   . . .   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
  m y   p r e m i u m   v i n y l   f i g u r e   f a v   b a s k e t b a l l   p l a y e r   t o y   n b a    g i a n n i s a n t e t e k o u m p o   b u c k s   m i l w a u k e e       
a c c o l a d e s   b e s i d e s ,   g i a n n i s   i s   t h e   m o s t   d o m i n a n t   p l a y e r   o f   a l l   t i m e .   b y   t h e   t i m e   h e   r e t i r e s   h e   w i l l   b e   t h e   g o a t 𓃵   !   _ a n 3 4   
 n b a   n b a   b u c k s   m i l w a u k e e   b a s k e t b a l l   f o o t b a l l   d r e a m f a c e r e v e a l
1 9 9 3 - 9 4   u l t r a   b a s k e t b a l l   r o o k i e   1 0 6   v i n   b a k e r   r c   m i l w a u k e e b u c k s   b u c k s 
 
 $ 4 . 5 0   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
w h a t   i f - -   b r e w e r s   i n s t e a d   o f   t h e   p a c k e r s   b r e w e r s   p a c k e r s   m i l w a u k e e   w i s c o n s i n   m k e   n b a   b u c k s   m i l w a u k e e t o o l s   m i l w a u k e e b u c k s   t o o l s   d e w a l t   b a s k e t b a l l   g i a n n i s a n t e t o k o u n m p o   m a k i t a   g i a n n i s   m k e m y c i t y   a t l a n t a   c o n s t r u c t i o n   m a d i s o n   b o s c h   m k e h o m e   m   m i l w a u k e e b r e w e r s  
o b s e s s i o n   w i t h   b a s k e t b a l l   a n d   g e t t i n g   b e t t e r   i s   w h a t   s e p a r a t e s   t h o s e   w h o   h a v e   s k i l l   a n d   t h o s e   w h o   w i l l   u s e   t h a t   s k i l l   t o   b e c o m e   g r e a t .   g i a n n i s   b u c k s i n s i x   b u c k s  
d r .   j ' s   p r o   b a s k e t b a l l   y e a r b o o k ,   1 9 9 5 - 9 6   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   n b a   g r a n t h i l l   d e t r o i t   p i s t o n s   g l e n n r o b i n s o n   m i l w a u k e e   b u c k s   d r j   p r o b a s k e t b a l l  
w h y   t h e   l o s   a n g e l e s   c l i p p e r s   w i l l   . . . 
   
 
   
 b a s k e t b a l l   b a s k e t b a l l t a k e   b u c k s   c u r r y   d r a y m o n d g r e e n   d u n k   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m o r a n t   j a m o r a n t d u n k   j o h n w a l l   k a w h i l e o n a r d   l a k e r s   l e b r o n   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s   l o s a n g e l e s l a k e r s  
l e g a l   a c t i o n   t a k e n   t o   k e e p   s p u r s   i n   s a n   . . . 
   
 
   
 7 6 e r s   b a s k e t b a l l   b a s k e t b a l l n e w s   b a s k e t b a l l p o d c a s t   b l a z e r s   b u c k s   b u l l s   c a d e c u n n i n g h a m   c a v s   c e l t i c s   c h e t h o l m g r e n   c l i p p e r s   c p 3   d e v i n b o o k e r   f i n a l s   g o s p u r s g o   g r i z z l i e s   h a w k s   h e a t   h o r n e t s  
a   w t m j   4   d o c u m e n t a r y   f r o m   1 9 8 8   a b o u t   t h e   o p e n i n g   o f   t h e   b r a d l e y   c e n t e r   
   
 
   
 b a s k e t b a l l   b u c k s   m i l w a u k e e   m i l w a u k e e b u c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   w i s c o n s i n  
2 0 2 1 - 2 2   p a n i n i   p r i z m   b a s k e t b a l l   k h r i s   m i d d l e t o n   c r a c k e d   i c e   p r i z m   1 2 8   b u c k s     e b a y   v i a     c o l l e c t   t h e h o b b y   b u c k s   n b a
2 0 2 1 - : 2 2   p a n i n i   p r i z m   b a s k e t b a l l   b r o o k   l o p e z   c r a c k e d   i c e   p r i z m   1 3 4   b u c k s     e b a y   v i a     c o l l e c t   t h e h o b b y   b u c k s   n b a
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [47], in <cell line: 1>()
      1 for id, tweets in tweets_df_Bucks2.items():
      2     for tweet in tweets:
----> 3         analysis = SentimentIntensityAnalyzer(tweets_df_Bucks2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Bucks2 = tweets_df_Bucks2.append({
      5             'name': id,
      6             'text': tweet_df_Bucks2['text']
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\vaderSentiment\vaderSentiment.py:200, in SentimentIntensityAnalyzer.__init__(self, lexicon_file, emoji_lexicon)
    198 def __init__(self, lexicon_file="vader_lexicon.txt", emoji_lexicon="emoji_utf8_lexicon.txt"):
    199     _this_module_file_path_ = os.path.abspath(getsourcefile(lambda: 0))
--> 200     lexicon_full_filepath = os.path.join(os.path.dirname(_this_module_file_path_), lexicon_file)
    201     with codecs.open(lexicon_full_filepath, encoding='utf-8') as f:
    202         self.lexicon_full_filepath = f.read()

File ~\anaconda3\lib\ntpath.py:117, in join(path, *paths)
    115     return result_drive + result_path
    116 except (TypeError, AttributeError, BytesWarning):
--> 117     genericpath._check_arg_types('join', path, *paths)
    118     raise

File ~\anaconda3\lib\genericpath.py:152, in _check_arg_types(funcname, *args)
    150         hasbytes = True
    151     else:
--> 152         raise TypeError(f'{funcname}() argument must be str, bytes, or '
    153                         f'os.PathLike object, not {s.__class__.__name__!r}') from None
    154 if hasstr and hasbytes:
    155     raise TypeError("Can't mix strings and bytes in path components") from None

TypeError: join() argument must be str, bytes, or os.PathLike object, not 'Series'
In [48]:
for id, tweets in tweets_df_Celtics1.items():
    for tweet in tweets:
        analysis = TextBlob(tweets_df_Celtics1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Celtics1 = tweets_df_Celtics1.append({
            'name': id,
            'text': tweets_df_Celtics1.text
        }, ignore_index=True)
t h i n k   o f   i t   l i k e   t h i s .   a f t e r   t h e   w e e k e n d ,   t h e r e   i s   o n l y   2   d a y s   u n t i l   t h e   c e l t i c s   r e t u r n   r e g u l a r l y   🍀
⚽ | n o u v e a u   c e l t i c s   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 p l a y o f f n b a  
j a y s o n   t a t u m   s u r p r i s e s   f a n s   o n   s t a g e   a t   j a c k   h a r l o w   c o n c e r t   i n   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r a n t   w i l l i a m s   t o o k   a n   e n o r m o u s   l e a p   l a s t   y e a r .   b u t   w a s   i t   e n o u g h   t o   e a r n   a n   e x t e n s i o n   b e f o r e   t h e   s t a r t   o f   t h e   s e a s o n ?   w e   s h a l l   s e e   👀   c e l t i c s  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   s u r p r i s e s   f a n s   o n   s t a g e   a t   j a c k   h a r l o w   c o n c e r t   i n   b o s t o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e p i s o d e   1 8 8   i s   n o w   a v a i l a b l e   . . .   t h e   g o o d   t h i n g s   f r o m   b r o g d o n ,   t h e   s a m e   b a d   h a b i t s   f r o m   s m a r t ,   d w 9   g e t t i n g   m o r e   c o m f o r t a b l e   a n d   m u c h   m o r e 
 
 b o s t o n   b o s t o n c e l t i c s   c e l t i c s   n e w   p o d c a s t  
i c y m i ,   e x a m i n i n g   w h e t h e r   t h e   c e l t i c s   s h o u l d   b r i n g   b a c k   o l d   f r i e n d   j a e   c r o w d e r .   e v e r y t h i n g   f r o m   t h e   s t a t s   t o   t h e   f i n a n c i a l s ,   t h e   f i t ,   a n d   u l t i m a t e l y ,   t h e   v e r d i c t . 

⚽ | n e w   c e l t i c s   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 🛒  
n e w   b l e a v   i n   c e l t i c s   w i t h   m y   g u y     w e   d i s c u s s   t h e   p r e - s e a s o n   t h u s   f a r   b u t   a l s o   g e t   i n t o   b o s t o n ' s   i n t e r e s t   i n   j a e   c r o w d e r   a n d   o p t i o n s   t o   r e u n i t e   h i m .   c a t c h   t h e   f u l l   s h o w .   
 
 
 
    
j a c k   h a r l o w   b r i n g s   o u t   t h e   c e l t i c s .  
b o s t o n   c e l t i c s :   3   l i k e l y   p l a y e r s   t o   b e   c u t   a f t e r   p r e s e a s o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t o p i c   t u e s d a y :   w h a t   s h o u l d   t h e   c e l t i c s   o p e n i n g   n i g h t   s t a r t i n g   5   b e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   c e l t i c s   a n d   w a r r i o r s   a r e   f a v e s   t o   p i c k   u p   t h e   n b a   c h a m p i o n s h i p   t r o p h y   a t     
 
  
7   d a y s   u n t i l   t h e   s t a r t   o f   t h e   n b a   s e a s o n . 
 
 c e l t i c s   b l e e d g r e e n  
j o e   m a z z u l l a   s e t t i n g   t h e   m a r k s   o n   t h e   c o u r t   f o r   s p a c i n g   a n d   p e r h a p s   s o m e   c a t c h - a n d - s h o o t   s i t u a t i o n s   c e l t i c s  
2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
      i n   c o m p a r i s o n   t o   s i m m o n s ,   j a s o n   t a t u m   i c e   i n   v e i n s …   c e l t i c s
t o p i c   t u e s d a y :   w h a t   s h o u l d   t h e   c e l t i c s   o p e n i n g   n i g h t   s t a r t i n g   5   b e ?   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a   f e w   m o r e   l i n k s   t o   t h e   h o o p   t r o o p   p o d c a s t 
 
 y o u t u b e :   
 
 s p o t i f y :   
 
 n b a   b a s k e t b a l l   s p o r t s   p o d c a s t   n b a p o d c a s t   b a s k e t b a l l p o d c a s t   c e l t i c s   w a r r i o r s   i m e u d o k a   d r a y m o n d g r e e n   j o r d a n p o o l e   v i c t o r w e m b a n y a m a   n b a d r a f t l o t t e r y   t a n k i n g
c e l t i c s   s i g n   r o x b u r y   n a t i v e   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o c   r i v e r s   o n   t h e   b i g g e s t   m i s t a k e   t h e   c e l t i c s   m a d e   a f t e r   w i n n i n g   t h e   t i t l e   i n   2 0 0 8 :   " a f t e r   2 0 0 8 ,   w e   s t a r t   g i v i n g   p i e c e s   a w a y ,   t o n y   a l l e n ,   j a m e s   p o s e y . . . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
a n d   t h e n   y o u   h a v e   t o   c o n s i d e r   c u r r e n t   d e p t h   t o   t h i s   p o s i t i o n : 
 - m a r c u s   s m a r t 
 - m a l c o l m   b r o g d o n 
 - d e r r i c k   w h i t e 
 - p a y t o n   p r i t c h a r d   
 - j d   d a v i s o n   ( r o o k i e ,   t w o - w a y ) 
 🤔   
 c e l t i c s
7   d a y s   t i l   c e l t i c s   o p e n i n g   n i g h t ! ! ☘ ️ 🏀  
o n e   w e e k   u n t i l   r e a l   c e l t i c s   b a s k e t b a l l   i s   b a c k !   i   a m   r e a d y   f o r   t h i s   s e a s o n   t o   g e t   s t a r t e d !   b l e e d g r e e n
h o p e   h e ' s   n o t   r e l a t e d   t o   m i k e   h a r l o w ! 
 
 w i n k   a n d   n o d   t o   m y   f e l l o w   o l d   t i m e   c e l t i c s   f a n s . .  
h a p p y   b i r t h d a y   i n   h e a v e n   t o   b o b   d o n h a m .   c e l t i c s  
c e l t i c s   s i g n   r o x b u r y   n a t i v e   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t  
b o s t o n   c e l t i c s :   f o r m e r   d r a f t   l o t t e r y   b i g   m a n   h a s   e y e s   s e t   o n   r o s t e r   s p o t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   p r e s e a s o n   r e c a p   +   d r a y m o n d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s   c l n s m e d i a   c l n s p o s t g a m e   d r a y m o n d g r e e n   d r a y m o n d g r e e n f i g h t   d r a y m o n d g r e e n j o r d a n p o o l e   d r a y m o n d g r e e n j o r d a n p o o l e f i g h t v i d e o  
t h e   r a c e   f o r   t h e   s i x t h   m a n   o f   t h e   y e a r   a w a r d   n e x t   s e a s o n   w i l l   b e   v e r y   e x c i t i n g   💯 
 
 t y l e r   h e r r o 
 c h r i s t i a n   w o o d 
 j o r d a n   p o o l e 
 m a l c o l m   b r o g d o n 
 b o n e s   h y l a n d 
 
 w h o   d o   y o u   t h i n k   w i l l   w i n   i t ? 
 
 h e a t   m a v s   w a r r i o r s   c e l t i c s   n u g g e t s   n b a  
n h l b r u i n s   s t a r t   t o m o r r o w   a n d   t h e   c e l t i c s   s t a r t   o n e   w e e k   f r o m   t o d a y   🙌 🙌 🙌 🙌   e n j o y   y o u r   t u e s d a y   e v e r y o n e
w h a t   k i n d   o f   h e a d   c o a c h   w i l l   j o e   m a z z u l l a   b e   o n   t h e   c o u r t   f o r   t h e   b o s t o n   c e l t i c s   i n   2 0 2 2 - 2 3 ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c o n g r a t s     o n   s i g n i n g   w i t h   c e l t i c s .   l e t ’ s   g o   c e l t i c s   p c b b
t h e   f a c t   t h e   c e l t i c s   h a v e n ’ t   p i c k e d   h i m   u p   t o   l e a d   t h e   2 n d   g r o u p   k i n d   o f   u p s e t s   m e .   t h e y   p r o b a b l y   s c a r e d   h e   g o n n a   t a k e   g r a n t   w i l l i a m s   m i n u t e s   s m h …  
b o s t o n   s i g n s   a j   r e e v e s   t o   e x h i b i t - 1 0   c o n t r a c t   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
i t   m a k e s   y o u   w o n d e r   w h a t   t h e   p l a y   i s   h e r e   f o r   b r a d .   
 - a j   r e e v e s   w a s   i n   b o s t o n   p r e v i o u s l y   o v e r   t h e   s u m m e r .   
 - c u r r e n t l y   n o   a v a i l a b l e   t w o - w a y s 
 - c o u l d   w e   s e e   m f i o n d u   k a b e n g e l e   g e t   c o n v e r t e d   t o   1 5 - m a n ? 
 - w h y   b r i n g   i n   a   p l a y e r   y o u ’ v e   a l r e a d y   e v a l u a t e d ? 
 r e g a r d l e s s ,   i   l i k e   i t ! 
 c e l t i c s
c e l t i c s ’   r o b e r t   w i l l i a m s   i i i   p r o j e c t e d   a s   n o .   1 1   c e n t e r   i n   n b a   f o r   2 0 2 2 - 2 3   b y   s p o r t i n g   n e w s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   r o b e r t   w i l l i a m s   i i i   p r o j e c t e d   a s   n o .   1 1   c e n t e r   i n   n b a   f o r   2 0 2 2 - 2 3   b y   s p o r t i n g   n e w s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   4 x   a l l - s t a r   f r e e   a g e n t   h a s   r e g r e t s   p l a y i n g   f o r   c s   i n   b u b b l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
7   d a y s   u n t i l   c e l t i c s   b a s k e t b a l l   r e t u r n s   🍀  
h o w   d i f f e r e n t   c a n   w e   e x p e c t   i n t e r i m   b o s t o n   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t o   b e   f r o m   i m e   u d o k a ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   d i f f e r e n t   c a n   w e   e x p e c t   i n t e r i m   b o s t o n   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t o   b e   f r o m   i m e   u d o k a ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n   t h i s   d a y :   k e v i n   g a m b l e ,   g e n e   s t u m p   b o r n ;   p a u l   w e s t p h a l   d e b u t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s
o n   t h i s   d a y :   k e v i n   g a m b l e ,   g e n e   s t u m p   b o r n ;   p a u l   w e s t p h a l   d e b u t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
d o c   r i v e r s   r e v e a l s   c e l t i c s ’   o w n e r s h i p s   b i g g e s t   m i s t a k e s   o f   b i g   3   e r a 
 
 
 n b a   b a s k e t b a l l   b a s k e t b a l l d a t a   b a s k e t b a l l a p i   l i v e s c o r e   n b a f i n a l s   n b a d r a f t   c e l t i c s   d o c r i v e r s
c e l t i c s   a l u m   k e n n y   a n d e r s o n   t a l k s   h i s   e c f   r u n s   w i t h   p a u l   p i e r c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   a l u m   k e n n y   a n d e r s o n   t a l k s   h i s   e c f   r u n s   w i t h   p a u l   p i e r c e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i   c a n ’ t   b e l i e v e   o n l y   o n e   w e e k   t i l   i ’ m   h a p p y   w a t c h i n g   m y   c s   a g a i n ! ! ! !   i   a m   s o   e x c i t e d   ! !   😍 ☘ ️   c e l t i c s
t h e   c e l t i c s   h a v e   s i g n e d   a j   r e e v e s   t o   a n   e x h i b i t - 1 0   c o n t r a c t  
d a n n y   a i n g e   d r a f t e d   t h e   b e s t   p l a y e r s   i n   b a c k - t o - b a c k   y e a r s   i n   2 0 1 6   & a m p ;   2 0 1 7 ,   n o w   t h e y ’ r e   p i l l a r s   o f   t h e   f r a n c h i s e   a n d   a s c e n d i n g   c e l t i c s  
j a y s o n   t a t u m   t a k e s   o v e r   t h e   j a c k   h a r l o w   c o n c e r t   w i t h   p a y t o n   p r i t c h a r d   a n d   b l a k e   g r i f f i n   c e l t i c s    
    w o w   t h e s e   o t h e r   t e a m s   a r e   h u n g r y   d i s   y e a r   c e l t i c s   n a t i o n
b o s t o n   c e l t i c s   w a i v e   f o r m e r   k n i c k s   a n d   s p u r s   f o r w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s o m e   t e a m m a t e s   b o n d i n g   l o v e   t h a t   f o r   u s   😎 🫶 🏻 ☘ ️ 🙌 🏻   c e l t i c s  
b o s t o n   c e l t i c s :   a l   h o r f o r d   l a u d s   v e t e r a n   f r e e   a g e n t   a d d i t i o n 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o
b o s t o n   c e l t i c s :   l a s t   l a k e r s   r o s t e r   s p o t   c o u l d   g o   t o   s u m m e r   l e a g u e   h e r o 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o
j a y s o n   t a t u m ,   b l a k e   g r i f f i n   a n d   p a y t o n   p r i t c h a r d   w e r e   a l l   a t   t h e   j a c k   h a r l o w   c o n c e r t   t o n i g h t   a t   m g m   m u s i c   h a l l ,   t h e   n e w   t h e a t e r   a t   f e n w a y   p a r k .   c e l t i c s  
⚽ | n e w   c e l t i c s   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a  
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
g a m e   o n .   c e l t i c s   l a k e r s  
c o n g r a t u l a t i o n s   c e l t i c s  
o n e . w e e k .   ☘ ️   c e l t i c s   o p e n i n g n i g h t  
. :   r e p o r t :   c e l t i c s   s i g n   f o r m e r   p c   f r i a r   a . j .   r e e v e s   t o   e x h i b i t   1 0   d e a l   c e l t i c s   b l e e d g r e e n   p c b b         

c e l t i c s   t o   w a i v e   l u k a   s a m a n i c ,   s i g n   a . j .   r e e v e s   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   d e a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   d e a l   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   b e a u t i f u l   m i s s   t i a n a 
 c e l t i c s   g a m e d a y   b o s t o n  
c e l t i c s   s i g n   a j   r e e v e s   t o   e x h i b i t   1 0   d e a l   n b a   n b a t w i t t e r   c e l t i c s   b l e e d g r e e n
n b a   r u m o r s :   c e l t i c s   s i g n   p r o v i d e n c e   g u a r d   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a z z u l l a :   l u k e   k o r n e t   w a s   a   ' f u l l   g o '   a t   p r a c t i c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   l o v e   t h e   c h i e f s   h o m e   c r o w d .   i t ’ s   l i k e   a   c e l t i c s   h o m e   g a m e .   m n f
w o u l d   y o u   b e l i e v e   m e   i f   i   t o l d   y o u   c e l t i c s   l u k e   k o r n e t   i s   a   p l a y e r ?  
m a z z u l l a :   l u k e   k o r n e t   w a s   a   ‘ f u l l   g o ’   a t   p r a c t i c e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   u n f i n i s h e d   b u s i n e s s .     1 8   a w a i t s .  
w e   l o v e   t o   s e e   i t   g o f r i a r s   b l e e d g r e e n   c e l t i c s  
b o s t o n   c e l t i c s   t o   r e p o r t e d l y   w a i v e   c a m p   i n v i t e e   l u k a   s a m a n i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   t o   r e p o r t e d l y   w a i v e   c a m p   i n v i t e e   l u k a   s a m a n i c   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r e p o r t :   b o s t o n   c e l t i c s   t o   s i g n   r o x b u r y ' s   a j   r e e v e s   t o   c a m p   d e a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
d a n n y   a i n g e   r e a l l y   d r a f t e d   t h e   b e s t   p l a y e r s   i n   b a c k - t o - b a c k   y e a r s   i n   2 0 1 6   a n d   2 0 1 7 ,   s o l i d i f y i n g   t h e   c e l t i c s   f r a n c h i s e   p i l l a r s   f o r   t h e   p r e s e n t   a n d   t h e   f u t u r e 
    
2 0 2 3   n b a   t i t l e   o d d s : 
 
 c e l t i c s :   + 6 0 0 
 b u c k s :   + 6 5 0 
 n e t s :   + 7 0 0 
 c l i p p e r s :   + 7 0 0 
 w a r r i o r s :   + 7 0 0 
 
 c e l t i c s   n b a  
.   9 5   i s   o u t   n o w   w /   _ a d a m s   
 - c e l t i c s ,   m a z z u l l a   l o o k i n g   g o o d   i n   p r e s e a s o n   
 - t h e   u d o k a   s u s p e n s i o n 
 - " i n s t e a d   w e   b e c a m e   e v i l , "   t h e   b l o o d - s o a k e d   s t o r y   o f   s l e i m a n   & a m p ;   w h y   d a r t   t o o k   y e a r s   t r a n s l a t i n g   i t   f r o m   d a n i s h   f o r   a n   a m e r i c a n   a u d i e n c e 
 
 f u l l :  
f o r m e r     g   a j   r e e v e s   h a s   s i g n e d   a n   e x h i b i t - 1 0   w i t h   t h e   b o s t o n   c e l t i c s ,   p e r   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s h o u l d   t h e   c e l t i c s   t r a d e   f o r   j a e   c r o w d e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   p r a c t i c e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b r y a n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b r a d s t e v e n s   c e d r i c m a x w e l l   c e l t i c s h i g h l i g h t s   c e l t i c s l i v e   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r a c t i c e   c e l t i c s p r a c t i c e h i g h l i g h t s   c e l t i c s s h o o t a r o u n d  
c e l t i c s   s h o u l d   h a v e   a   g o o d   c r o w d   f r i d a y   i n   m o n t r e a l .   t i c k e t s   a l l   w e l l   o v e r   $ 1 0 0 .   i   w o n d e r   w h a t ’ s   d r i v i n g   i t   u p ?   
 
 m o n t r e a l   g o t   l o v e   f o r   r a p t o r s   o r   i s   i t   c ’ s   f a n s ?   🤔
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p e l i c a n s   s i g n   f o r m e r   c e l t i c s ,   p a c e r s   a n d   t i m b e r w o l v e s   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     f l   j a g s   t b   r e d s o x   c e l t i c s   n y g   n y y   d o d g e r s   h u s k i e s   u c b   j t   h s u   m s u   s p a r t a n s   u t
c e l t i c s   n o t e b o o k :   k o r n e t   c l o s e   t o   r e t u r n i n g   f r o m   i n j u r y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e g r i f f i n   t h r o w s   p l a y f u l   s h a d e   a t   f o r m e r   n e t s ’   t e a m m a t e s   w h i l e   p r a i s i n g   h i s   n e w   c e l t i c s ’   t e a m m a t e s    
b l a k e g r i f f i n   t h r o w s   p l a y f u l   s h a d e   a t   f o r m e r   n e t s ’   t e a m m a t e s   w h i l e   p r a i s i n g   h i s   n e w   c e l t i c s ’   t e a m m a t e s    
a l   h o r f o r d   b e l i e v e s   c e l t i c s '   c h e m i s t r y   f r o m   l a s t   y e a r ' s   r u n   h a s   ' c a r r i e d   o v e r '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p a y t o n   p r i t c h a r d ' s   b a t t l e   f o r   m i n u t e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a j   r e e v e s   h a s   s i g n e d   a   e x h i b i t - 1 0   d e a l   t h e   t h e   b o s t o n   c e l t i c s !   h e   r e c e n t l y   t r a v e l e d   w i t h   t h e   c e l t i c s   t o   p l a y   o n   t h e i r   s u m m e r   l e a g u e   r o s t e r .   c o n g r a t s   a j ! 
 
 g o f r i a r s   c e l t i c s  
        d i n g   d i n g   d i n g   f o r   a j !     l o c a l   b o s t o n   k i d   g e t t i n g   a   l e g i t   c e l t i c s   c o n t r a c t !     a w e s o m e   n e w s      
k e e p   y o u r   n o t i f i c a t i o n s   o n   👀 
 
 2 0 2 2 - 2 3   c e l t i c s   h y p e   v i d e o   c o m i n g   s o o n …   ☘ ️ 
 
 b l e e d g r e e n   c e l t i c s  
a . j .   c o u l d   b e   i n   l i n e   f o r   t i m e   w i t h   t h e   m a i n e   c e l t i c s   t h i s   s e a s o n .   t h i s   i s   a   d e a l   t h a t ’ s   b e e n   i n   t h e   h o p p e r   f o r   a   f e w   w e e k s :  
s h o u l d   t h e   c e l t i c s   t r a d e   f o r   j a e   c r o w d e r ? 

t h a n k s     f o r   h a n g i n g   o u t   w i t h   u s   a t   t h e     f o o t b a l l   g a m e .   c e l t i c s   b o s t o n c o l l e g e   c l e m s o n  
a l   h o r f o r d   b e l i e v e s   c e l t i c s '   c h e m i s t r y   f r o m   l a s t   y e a r ' s   r u n   h a s   ' c a r r i e d   o v e r '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p a y t o n   p r i t c h a r d ' s   b a t t l e   f o r   m i n u t e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   n o t e b o o k :   k o r n e t   c l o s e   t o   r e t u r n i n g   f r o m   i n j u r y   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
p l e a s e   w e l c o m e     t o   t h e   g t   r o s t e r .   h i s   s i g n a t u r e   l i n e   b e n e f i t s   _   a t h l e t i c s . 
 n b a   c e l t i c s   b o b c a t s   e d u c a t i o n   g t   t h a n k y o u  
s a m   h a u s e r   i s   ‘ l i g h t s   o u t ’ :   c e l t i c s   h a v e   a   s h a r p s h o o t e r   o n   t h e   r i s e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a l   h o r f o r d   b e l i e v e s   c e l t i c s ’   c h e m i s t r y   f r o m   l a s t   y e a r ’ s   r u n   h a s   ‘ c a r r i e d   o v e r ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w a t c h   o u t   n b a ,   s a m   h a u s e r   i s   ' l i g h t s   o u t ! '   ( v i a   )     c e l t i c s   n b a
p a y t o n   p r i t c h a r d ’ s   b a t t l e   f o r   m i n u t e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
g o d   o f   a i r   q u e t z a l c o a t l   m y a n   m y a n c e s t o r s   g o d o f a i r   c e l t i c s   d r u i d i c   a l c h e m y   t w i n f l a m e s   a r t   s p i r i t u a l i t y  
m a n   w h e n   t h e   f u c k   w e   g e t   b l a k e   g r i f f i n ?   c e l t i c s
i m e   u d o k a   s u s p e n d e d   f r o m   c o a c h i n g   c e l t i c s   
 
 i m e u d o k a   n b a   b a s k e t b a l l   c e l t i c s   b o s t o n  
t h e   c e l t i c s   a r e   w a i v i n g   l u k a   s a m a n i c ,   s o u r c e s   t e l l     a t h l e t i c .   s a m a n i c   i s   e x p e c t e d   t …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w e ’ r e   s o o o o   c l o s e   c e l t i c s  
b l a k e   g r i f f i n   m a k e s   h i s   c e l t i c s   d e b u t   i n   p r e s e a s o n   w i n   o v e r   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
p o d c a s t c l i p   o f   e l e v 8   p o d c a s t   b y     w i t h   c j   d i s c u s s i n g   t h e   b r e t t   f a v r e   & a m p ;   i m e   u d o k a   s i t u a t i o n s . 
 
 f u l l   e p i s o d e :   
 
 b r e t t f a v r e ,   b s 3 n e t w o r k ,   b s 3 t v ,   c e l t i c s ,   e l e v a t e ,   e m p o w e r ,   i m e u d o k a ,   n b a ,   n b a t w i t t e r ,   n f l ,   n i a l o n g ,   r o k u ,     w e l f a r e  
    _ c o l l e c t i v e       w h y   h a s n ’ t   a n y o n e   t a k e n   b o s t o n ’ s   j a y l e n   b r o w n   t o   t a s k   f o r   h i s   c o l l e a g u e   a n d   a s s o c i a t e   ’ s   r e c e n t   a n t i - s e m i t i c   d e a t h   t h r e a t s ?   
 
 d o e s   j a y l e n   b r o w n   c o n d o n e   t h i s   h a t e   o r   w i l l   h e   i s s u e   a   s t a t e m e n t   c o n d e m n i n g   i t ?   h a t e c r i m e   a n t i s e m i t i s m   b l m   c e l t i c s
n o a h   v o n l e h   t h i s   p r e s e a s o n :   2 3   p t s   2 5   r e b   1 0 / 1 2   f g .   i ’ m   f e e l i n g   g o o d   a b o u t   h i s   c h a n c e   t o   m a k e   t h e   r o s t e r   i f   t h e   c e l t i c s   i n t e n d   t o   f i l l   a l l   1 5   s p o t s   o u t   o f   t r a i n i n g   c a m p .   ⚡ ️   _ a g     :    
w h y   h e a d   c o a c h   j o e m a z z u l l a   w a s   p l e a s e d   w i t h   b l a k e g r i f f i n   i n   h i s   c e l t i c s   d e b u t  
w h y   h e a d   c o a c h   j o e m a z z u l l a   w a s   p l e a s e d   w i t h   b l a k e g r i f f i n   i n   h i s   c e l t i c s   d e b u t  
b o s t o n   c e l t i c s :   a l   h o r f o r d   p o d c a s t :   c e l t i c s   b i g   m a n   o n   b e i n g   b o l d   i n   h i s   f a i t h   -   s p o r t s   s p e c t r u m
f o r m e r   c e l t i c s   h e a d   c o a c h   d o c   r i v e r s   c l a i m s   b o s t o n   l e t   k e y   p i e c e s   g o   t o o   s o o n   a f t e r   2 0 0 8   t i t l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i a   l o n g   s h a r e s   f a m i l y   p h o t o   w i t h   s o n s   w e e k s   a f t e r   f i a n c é   i m e   u d o k a ' s   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 1 0 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   e n c o u r a g e d   w i t h   l u k e   k o r n e t ’ s   r e c o v e r y   f r o m   a n k l e   i n j u r y :   ‘ h a p p y   t o   h a v e   h i m   b a c k ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f o r m e r   c e l t i c s   h e a d   c o a c h   d o c   r i v e r s   c l a i m s   b o s t o n   l e t   k e y   p i e c e s   g o   t o o   s o o n   a f t e r   2 0 0 8   t i t l e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t a c k o   f a l l   r e v e a l s   h i s   f r i e n d s h i p   w i t h   c e l t i c s '   g r a n t   w i l l i a m s   s t a r t e d   w i t h   a   d u n k   a t t e m p t   a t   t h e   2 0 1 9   n b a   c o m b i n e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o o o w w w e e e ‼ ️   t o d a y ’ s   p i c k ’ s ‼ ️   j a y s o n y t a t u m   c e l t i c s   s u p e r s t a r   b a s k e t b a l l c a r d s   p a n i n i   a m a z i n g   o r a n g e p a r a l l e l s   c o l l e c t o r   o o o w w w e e e s p o r t s c a r d s  
o o o w w w e e e ‼ ️   t o d a y ’ s   p i c k ’ s ‼ ️   l a r r y b i r d   c e l t i c s   l e g e n d   h a l l o f f a m e r   3 3   b a s k e t b a l l c a r d s   p a n i n i   c o l l e c t o r   o o o w w w e e e s p o r t s c a r d s  
t a c k o   f a l l   r e v e a l s   h i s   f r i e n d s h i p   w i t h   c e l t i c s ’   g r a n t   w i l l i a m s   s t a r t e d   w i t h   a   d u n k   a t t e m p t   a t   t h e   2 0 1 9   n b a   c o m b i n e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   h a s   ‘ f i t   i n   q u i c k l y ’   t o   t h e   b o s t o n   c e l t i c s ,   a c c o r d i n g   t o   a l   h o r f o r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h e r e   d o   r a p t o r s   r a n k   a m o n g   c e l t i c s '   t o p   c h a l l e n g e r s   i n   e a s t e r n   c o n f e r e n c e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r i g h t   n o w   o n     —   t a l k i n g   c e l t i c s   a n d   “ i n s t e a d   w e   b e c a m e   e v i l ”   w i t h   _ a d a m s   o n   .   g o t   t h e   a u d i o   r i g h t   & a m p ;   f u l l   e p .   9 5   o u t   n o w .   p r e s e a s o n ,   i m e   & a m p ;   d a r t ’ s   a w e s o m e   n e w   b o o k   a b o u t   s l e i m a n  
w h a t   l u k e   k o r n e t ' s   r e t u r n   t o   c e l t i c s   p r a c t i c e   m e a n s   f o r   f r o n t   c o u r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c o u l d   b e   u s   c e l t i c s    
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 1 0 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   i s   l o v i n g   h i m   s o m e   c e l t i c s   w e   b o u t   t o   s e e   s o m e   f l a s h e s   o f   o l d   b l a k e . . .
b l a k e   g r i f f i n   h a s   ' f i t   i n   q u i c k l y '   t o   t h e   b o s t o n   c e l t i c s ,   a c c o r d i n g   t o   a l   h o r f o r d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n b a   2 k 2 2   p a r k   p s 5   -   b i g   c o m e b a c k 
   
 
 n b a   n b a j a p a n g a m e s   n b a t w i t t e r   l e b r o n j a m e s   k o b e b r y a n t   l a k e r s   w a r r i o r s   k n i c k s   c e l t i c s   g r e e c e   n b a 2 k   n b a 2 k 2 2   n b a p r e s e a s o n   n b a   n b a i n a b u d h a b i   n b a y o u n g b o y   f o l l o w   l i k e  
t h e   c e l t i c s   a r e   c o n f i d e n t   w i t h   l u k e   k o r n e t   s t e p p i n g   i n t o   a   l a r g e r   r o l e   w h i l e   r o b   w i l l i a m s   s t a r t s   t h e   s e a s o n   o n   t h e   s i d e l i n e s .   k o r n e t   i s   p o i s e d   a n d   i s   g o i n g   t o   s u r p r i s e   a   l o t   o f   p e o p l e   t h i s   s e a s o n    
n b a   2 k 2 3   ( p s 5 )   r e c   1   -   d r e w   l e a g u e 
   
 
 n b a   n b a 2 k 2 2   n b a 2 k   2 k 2 2   2 k c o m m u n i t y   g a m e r   h i g h l i g h t s   l e b r o n j a m e s   k o b e b r y a n t   h o u s e t a r g a r y e n   ت ش ا و ر ي ة _ ش م ر   a e w   b a s k e t b a l l   l a k e r s   w a r r i o r s   k n i c k s   c e l t i c s  
b o s t o n   c e l t i c s :   a l   h o r f o r d   l a u d s   v e t e r a n   f r e e   a g e n t   a d d i t i o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n j u r y   u p d a t e :   b o s t o n ’ s   l u k e   k o r n e t   ‘ a   f u l l   g o ’   i n   p r a c t i c e   m o n d a y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   a l   h o r f o r d :   b l a k e   g r i f f i n   i s   a l r e a d y   ' o n e   o f   u s '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a l   h o r f o r d   f e e l s   t h e   c e l t i c s   t e a m   c h e m i s t r y   h a s   c a r r i e d   o v e r   f r o m   l a s t   s e a s o n 
 
 p r e s e n t e d   b y    
i ' m   g o i n g   t o   k e e p   t h r o w i n g   t h i s   t r a d e   o u t   t h e r e .   p r i t c h a r d   c o u l d   t u r n   i n t o   a   v e r y   g o o d   p l a y e r   f o r   t h e   p a c e r s   a n d   b r i s e t t   i s   a   g o o d   f i t   f o r   t h e   c e l t i c s   a s   a   s w i t c h a b l e   w i n g / b i g   w h o   c a n   h i t   3 s .   c e l t i c s   p a c e r s  
c e l t i c s   i n j u r y   u p d a t e :   b o s t o n ' s   l u k e   k o r n e t   ' a   f u l l   g o '   i n   p r a c t i c e   m o n d a y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n e w   v i d   d r o p p i n g   a t   4 p m . . .   c e l t i c s  
c u s t o m b o x c u t t e r   f l a v o r   o f   t h e   w e e k !   😜 
 
 h o l o f o i l v i n y l   s t a r w a r s   k o b e   l a k e r s   r a y r a y   c e l t i c s  
j b   v s   p p   s h o r t s   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
t w o   p l a y e r s   i ’ v e   w a n t e d   i n   b o s t o n   s i n c e   t h e   s t a r t   o f   t h e   o f f s e a s o n : 
 - m a t t   r y a n 
 - t r e v i o n   w i l l i a m s 
 i s   i t   s t i l l   p o s s i b l e ?   t o   b e   c o n t i n u e d   👀   
 c e l t i c s  
a l   h o r f o r d   d i s c u s s e s   c e l t i c s   c o m r a d e r y   a n d   w e l c o m i n g   b l a k e   g r i f f i n :   ' h e ' s   o n e   o f   u s   a l r e a d y ' 

a l   h o r f o r d   s a y s   h e   t h i n k s   c e l t i c s   s t r o n g   c h e m i s t r y   f r o m   l a s t   s e a s o n   h a s   c a r r i e d   o v e r   t o   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ h e ’ s   a   g r e a t   g u y   t o   h a v e   a r o u n d ,   h a s   a   l o t   o f …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b i g - m e n   p a r t y   a t   c e l t i c s   p r a c t i c e   t o d a y 💪  
“ l u k e   k o r n e t   ( a n k l e )   w a s   a   f u l l   g o   a t   p r a c t i c e   t o d a y ,   p e …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r c u s s m a r t   m a r c u s   s m a r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
4   p r e s e a s o n   g a m e s   i s   t o o   m a n y .   c e l t i c s
l e t ' s   l o o k   b a c k   a t   t h e   2 0 0 9 - 1 0   e a s t e r n   c o n f e r e n c e   s t a n d i n g s   ( 1 - 8 )   📈 
 
 c a v s :   6 1 - 2 1 
 m a g i c :   5 9 - 2 3 
 h a w k s :   5 3 - 2 9 
 c e l t i c s :   5 0 - 3 2 
 h e a t :   4 7 - 3 5 
 b u c k s :   4 6 - 3 6 
 h o r n e t s :   4 4 - 3 8 
 b u l l s :   4 1 - 4 1 
 
 t h e   c e l t i c s   w e n t   o n   t o   w i n   t h e   c o n f e r e n c e ,   a n d   h a d   a n o t h e r   f i n a l s   t r i p   👏  
j o e   m a z z u l l a   w i t h   s o m e   h a n d s - o n   c o a c h i n g   a t   c e l t i c s   p r a c t i c e   t o d a y  
l u k e   k o r n e t   w h i l e   d i s c u s s i n g   w h a t   h e ’ s   s e e n   f r o m   t h e   c e l t i c s   o f f e n s e   i n   t h e   p r e s e a s o n : 
 
 “ i   f e e l   l i k e   w e   w e r e   p l a y i n g   w i t h   s u c h   g r e a t   p a c e   a n d   e n e r g y   a n d   g e t t i n g   a n   a d v a n t a g e   a n d   k e e p i n g   i t   m o v i n g   u n t i l   w e   g o t   a   g r e a t   s h o t ,   i   l o v e   t o   p l a y   t h a t   w a y … i t ’ s   b e a u t i f u l   b a s k e t b a l l . ”
p u t   i n   t h e   w o r k   n o w   t o   w a t c h   i t   p a y   o f f   l a t e r   c e l t i c s    
p o i n t s   o n   t h e   b o a r d   p o d c a s t !   n b a   e p 
 
 i s   b o s t o n   s t i l l   t h e   b e s t   i n   t h e   e a s t ? 
 m o d e r n   v s .   o l d - s c h o o l   c o a c h e s 
 n b a   s h o u l d n ’ t   f o r c e   t h e   s a l e   o f   t e a m s 
 b r e a k i n g   d o w n   e s p n   t o p   1 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3 
 
 f a n t a s y b a s k e t b a l l   w n b a   c e l t i c s   s u n s   g a m b l i n g 
 
  
a l   h o r f o r d   s a y s   t h e r e ’ s   a   “ b a c k - t o - s c h o o l   f e e l ”   t o   c e l t i c s   t r a i n i n g   c a m p .   
 
 h e   a l s o   s a i d   b l a k e   g r i f f i n ’ s   f i t   r i g h t   i n   w i t h   t h e   g r o u p ,   a n d   t h a t   t h e y   h a d   a   t e a m   d i n n e r   w h i l e   i n   g r e e n s b o r o .   a l s o ,   s o m e   o f   t h e   g u y s   w e n t   t o   t h e   b c - c l e m s o n   g a m e   o n   s a t u r d a y .
m a r c u s   s m a r t   r e a c t s   t o   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a i l b a g :   w i l l   a   g r a n t   w i l l i a m s   c o n t r a c t   e x t e n s i o n   g e t   d o n e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e r r i c k   w h i t e   g e t t i n g   s h o t s   u p   a f t e r   c e l t i c s   p r a c t i c e .   y o u   c a n   s e e   j a y l e n   b r o w n   d o i n g   t h e   s a m e   t h i n g   i n   t h e   b a c k g r o u n d .  
r e g a r d i n g   l u k e   k o r n e t ,   m a z z u l l a   s a i d   h e   w a s   a   f u l l   p a r t i c i p a n t   a t   t o d a y ’ s   c e l t i c s   p r a c t i c e .
j o e   m a z z u l l a   w h i l e   d i s c u s s i n g   t h e   c e l t i c s   t e a m   c h e m i s t r y :   “ w e   h a v e   a   b u n c h   o f   c o m p e t i t i v e   g u y s   t h a t   w a n t   t o   w i n   a n d   t h a t   m a k e s   i t   f u n   t o   c o m e   t o   w o r k . ”
c e l t i c s   b i g   m e n   w o r k i n g   p i c k - a n d - r o l l   p o s t - p r a c t i c e .  
s a m   h a u s e r   n e e d s   t o   b e   t h e   m i k e   m i l l e r   o f   t h e   c e l t i c s   c e l t i c s
m a r c u s   s m a r t   a d m o n i s h e s   d r a y m o n d   g r e e n   f o r   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l a r r y   i s   m y   f a v o r i t e ,   b u t   l e t ’ s   n o t   g e t   i t   t w i s t e d .   b i l l   r u s s e l l   i s   t h e   g r e a t e s t .   c e l t i c s    
j a y l e n   b r o w n   i s   r e a d y   f o r   a n o t h e r   l e a p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h o ’ s   n e x t :   f i v e   n b a   s t a r s   m o s t   l i k e l y   t o   b e   t r a d e d   t h i s   s e a s o n   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

i m e   u d o k a ' s   a l l e g e d   a f f a i r   p a r t n e r   w a s   r e v e a l e d   t o   b e   t h e   w i f e   o f   a   v a l u e d   b o s t o n   c e l t i c s '   c o n s u l t a n t   a n d   h a d   p e r s o n a l   t i e s   w i t h   d a n n y   a i n g e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
🇺 🇸 | n o u v e a u t é   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   h a l l u c i n a n t   d e   2 1 € 
 ➡ 
 
 n b a  
n e v e r   f o r g e t   w h e n   a   c e l t i c   f a n   d i d n ' t   h a v e   a   s c a r f ,   s o   h e   h e l d   u p   h i s   c h i l d   i n s t e a d   f o o t b a l l   f o o t b a l l m a n a g e r   f o o t b a l l s u n d a y   f a n s   c e l t i c f c   c e l t i c s   c e l t i c  
j a y l e n   b r o w n   i s   r e a d y   f o r   a n o t h e r   l e a p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h i s   w e e k . . . 
 
 n e w   e p i s o d e   d r o p p i n g   t o m o r r o w   i n c l u d i n g   a   b r e a k d o w n   o f   t h e   p a t r i o t s   w i n   y e s t e r d a y   a n d   p r e s e a s o n   u p d a t e s   o n   t h e   c e l t i c s   a n d   n h l b r u i n s   a n d   m u c h   m o r e ! 
 
 n e w   g u e s t   f r i d a y   w i t h   a   r e t u r n i n g   g u e s t   w h o ' s   s t o p p i n g   b y   t o   c h a t   a b o u t   t h e i r   f o o t b a l l   c o a c h i n g   t h i s   f a l l !
⚽ | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   f o u   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 n b a e x t r a  
m a i l d a y   😃 
 b o u g h t   c e l t i c s   & a m p ;   h o r n e t s   o n   a n   o b s i d i a n   b r e a k ,   h e r e   i s   w h a t   i   g o t : 
 
 -   t a t u m   b a s e   / 5 0 
 -   t a t u m   t u n n e l   / 7 5 
 -   s c o t t i e   l e w i s   r p a   / 3 5 
 
 t h e h o b b y   w h o d o y o u c o l l e c t   b l e e d g r e e n   c e l t i c s   h o r n e t s  
n e w   j a y l e n   b r o w n   u b u n t u   e d i t   ( g o i n g   t o   b e   a   n e w   s e r i e s )   b r i n g i n g   t h a t   " i   a m   b e c a u s e   w e   a r e ! "   e n e r g y   t o   t h e   c e l t i c s   t h i s   s e a s o n .   c a n ' t   w a i t   t o   s e e   b a n n e r   1 8   ☘ ️   c l i c k   t h a t   🤍   a n d   g i v e   i t   a   r e t w e e t   👀 ☘ ️   t y ! 
 
         j a y l e n b r o w n   u b u n t u   7 u i c e   b l e e d g r e e n  
b o s t o n   c e l t i c s :   l a s t   l a k e r s   r o s t e r   s p o t   c o u l d   g o   t o   c ’ s   s u m m e r   l e a g u e   h e r o   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t o m o r r o w   n i g h t !   o n e   o f   _   b i g g e s t   s h o w s   o f   t h e   s e a s o n !   2 0 2 2 - 2 0 2 3   b o s t o n   c e l t i c s   s e a s o n   p r e v i e w !   w e   w i l l   b e   l i v e   a n d   y o u   d o n ’ t   w a n t   t o   m i s s   o u t !   j o i n   t h e   c o n v e r s a t i o n   a s   w e   p r e d i c t   w h a t   t o   e x p e c t   f r o m   t h i s   y e a r s   s q u a d !   b l e e d g r e e n   n b a
c e l t i c s   m a i l b a g :   w i l l   a   g r a n t   w i l l i a m s   c o n t r a c t   e x t e n s i o n   g e t   d o n e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   a s k e d   _   a   b u r n i n g   q u e s t i o n   o f   m i n e   a n d   h e   a n s w e r e d   i t   i n   h i s   l a t e s t   c o l u m n ,   b e   s u r e   t o   c h e c k   i t   o u t   o n     c e l t i c s   
 
 t h a n k   y o u ,   s i r   🤝  
s o m e   t h o u g h t s   a b o u t   n o a h   v o n l e h   m a k i n g   t h e   c e l t i c s   r o s t e r : 
 - d o e s   h e   m a k e   t h e   r o s t e r   b e c a u s e   h e ’ s   b e e n   a r g u a b l y   o n e   o f   t h e   b e s t   p l a y e r s   i n   p r e s e a s o n ? 
 - i s   h e   a b l e   t o   p l a y   c e n t e r ? 
 - a r e   h i s   f o u l s   t o o   m u c h ? 
 - i s   h e   m o r e   o f   a   4   t h a t   i s   b e i n g   f o r c e d   i n t o   t h e   5 ? 
 
 a l l   l e g i t   ? ’ s   o n   v o n l e h
y o   i ’ m   a t   t h e   b a s k e t b a l l   h a l l   o f   f a m e   !   n b a   c e l t i c s   ☘ ️   m o n d a y m o t i v a t i o n   m a s s a c h u s e t t s  
m f i o n d u   k a b e n g e l e   i s   g o i n g   t o   m a k e   a   s t r o n g   i m p a c t   e a r l y   o n   f o r   t h e   c e l t i c s   u s i n g   t h e   f l e x i b i l i t y   o f   t h e   t w o - w a y   c o n t r a c t   w h i l e   r o b   w i l l i a m s   i s   o u t  
  o n   t h e   p a t r i o t s   & a m p ;   b b ' s   l o v e   f o r   s t e v e n s o n ,   z a p p e ,   j o n e s   a n d   m o r e .     p l u s ,   b l a k e   g r i f f i n   a n d   c e l t i c s ,   b u c k ' s   g a m e s m a n s h i p   a n d   m o r e .     m e s p o r t s     

b o s t o n   c e l t i c s :   b / r   s a y s   p e n c i l   i n   a   g r a n t   w i l l i a m s   e x t e n s i o n   a t   t h i s   p r i c e   p o i n t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   d i s c u s s e s   d r a y m o n d   g r e e n - j o r d a n   p o o l e   f i g h t :   ' i t   h a p p e n s '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   d i s c u s s e s   d r a y m o n d   g r e e n - j o r d a n   p o o l e   f i g h t :   ‘ i t   h a p p e n s ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   g e t s   k e m b a   w a l k e r ’ s   v o t e   o f   a p p r o v a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   g e t s   k e m b a   w a l k e r ' s   v o t e   o f   a p p r o v a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h e   c e l t i c s   c e n t e r   p o s i t i o n   i s   o n c e   a g a i n   i n   q u e s t i o n   d u e   t o   r o b   w i l l i a m s   s t a r t i n g   t h e   s e a s o n   o n   t h e   s i d e l i n e s ,   b u t   l u k e   k o r n e t   i s   p o i s e d   t o   s t e p   i n t o   a   l a r g e r   r o l e   t h i s   s e a s o n    
i s   i m e u d o k a   c a u s i n g   t h e   c e l t i c s   t o   f i n d   a   n e w   t e a m   s e r v i c e   m a n a g e r ? 
 

c ’ e s t   u n   m o r t   d e   f a i m   c e   t y p e   !   i   l o v e   t h i s   g u y   !   c e l t i c s  
h a p p y   b i r t h d a y   r y a n   h o l l i n s !   c e l t i c s 
 
  
h a p p y   b i r t h d a y   k e n n y   b a t t l e !   c o u l d n ’ t   f i n d   a   c l i p   o r   p i c   o r   a n y t h i n g   o f   y o u   w i t h   t h e   g o o d   g u y s ,   s o   h e r e   y o u   a r e   w i t h   t h e   f i g h t i n g   i l l i n i   w h e n   y o u   w e r e   k n o w n   a s   f l i g h t   3 3 :   c e l t i c s 
 
  
l u k e   k o r n e t   t o   h o l d   d o w n   c e n t e r   p o s i t i o n   w i t h   r o b   w i l l i a m s   s i d e l i n e d   f o r   t h e   c e l t i c s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
s p o r t i n g   n e w s   p e g s   b o s t o n   c e l t i c s '   a l   h o r f o r d   a s   n b a ' s   n i n t h - b e s t   p o w e r   f o r w a r d   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
8   d a y s   t i l   c e l t i c s   o p e n i n g   n i g h t ! !   ☘ ️ 
 
 p s   -   l o o k   a t   t h e   l a c k   o f   f a n s   b a c k   i n   1 9 9 6 / 1 9 9 7   😔  
d o   y o u   t h i n k   j a y s o n   t a t u m   a n d   j a y l e n   b r o w n   a r e   t h e   b e s t   p l a y e r s   i n   t h e i r   2 0 1 6   a n d   2 0 1 7   d r a f t   c l a s s e s ?   c e l t i c s    
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   d e a d   m o n e y   f o r   f o u r t h - y e a r   2 2 - y e a r - o l d   b i g   m a n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
y o u   h a v e   t o   r e s p e c t   s a m   h a u s e r ’ s   j o u r n e y   t o   t h e   c e l t i c s   r o t a t i o n  
h o w   w i l l   t h e   b o s t o n   c e l t i c s   u s e   r e s e r v e   p o i n t   g u a r d   m a l c o l m   b r o g d o n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ' i   w a n t   t o   h e l p   ( u s )   w i n '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   w i l l   t h e   b o s t o n   c e l t i c s   u s e   r e s e r v e   p o i n t   g u a r d   m a l c o l m   b r o g d o n ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h e   c e l t i c s   r e a l l y   d r a f t e d   t h e   b e s t   p l a y e r s   i n   b a c k - t o - b a c k   y e a r s  
o n   t h i s   d a y :   m c h a l e ,   k r e k l o w   d e b u t ;   c a r r   s i g n s ;   h o l l i n s ,   b a t t l e   b o r n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i ’ m   v e r y   i n t e r e s t e d   t o   s e e   h o w   m f i o n d u   k a b e n g e l e   i s   u s e d   b y   t h e   c e l t i c s   a t   t h e   b e g i n n i n g   o f   t h e   s e a s o n   u t i l i z i n g   t h e   f u l l   b e n e f i t s   o f   t h e   t w o - w a y   c o n t r a c t
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     f l   j a g s   t b   r e d s o x   c e l t i c s   n y g   n y y   d o d g e r s   h u s k i e s   u c b   j t   h s u   m s u   s p a r t a n s   u t
🇺 🇸 | n e w   c e l t i c s   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 
 a u   t a r i f   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
b o s t o n ' s   j o e   m a z z u l l a   c i t e d   a s   c e l t i c s   b i g g e s t   r e a s o n   t o   h o p e   a h e a d   o f   2 0 2 2 - 2 3   s e a s o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   r e a l   n a m e   c h r i s t o p h e r   ,   s h i z o m m m  
c e l t i c s   t r o p h y   c l u b   c a r d s -   d a z z l e   p a r a l l e l s -   p a u l   p i e r c e -   r a y   a l l e n -   k e v i n   g a r n e t t -   $ 2   e a c h   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
m e   w a i t i n g   f o r   a n o t h e r   c e l t i c s   g a m e   l i k e   🥺  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   s t r u g g l i n g   t o   g a r n e r   n b a   i n t e r e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
g e t   y o u r   h o t   j e r s e y s     n f l j e r s e y s   n f l   n b a j e r s e y s   n b a m o m e n t   n h l j e r s e y s   n h l   m l b j e r s e y s   s o c c e r j e r s e y s   c u s t o m j e r s e y s   k n i c k s   n e t s   c e l t i c s   r a p t o r s   7 6 e r s   p i s t o n s   p a c e r s   c a v a l i e r s   b u c k s   b u l l s   h e a t   m a g i c   w i z a r d s   h a w k s   h o r n e t s   t i m b e r w o l v e s   n u g g e t s   j a z z  
l o v e   t o   s e e   i t ,   w h y   b o s t o n   s p o r t s   i s   s u c h   t h e   c i t y   o f   c h a m p i o n s ,   s u p p o r t i n g   e a c h   o t h e r .   
 
 o n t o b a n n e r 1 8   c e l t i c s   
 
  
b o s t o n ’ s   m a r c u s   s m a r t   t h i n k s   d r a y m o n d   g r e e n   ‘ m a d e   a   m i s t a k e ’   w i t h   t h e   j o r d a n   p o o l e   f i g h t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ' s   m a r c u s   s m a r t   t h i n k s   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   w i t h   t h e   j o r d a n   p o o l e   f i g h t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r a p t o r s   n o t   c o n c e r n e d   a b o u t   p r e s e a s o n   s h o o t i n g   w o e s   f o l l o w i n g   l o s s   t o   b u l l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e r e ' s   w h a t   m a r c u s   s m a r t   s a i d   a b o u t   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l a r r y   b i r d ,   b o s t o n   c e l t i c s ,   2 0 2 0 - 2 1   p r i z m   g a m e   w o r n   s e n s a t i o n a l   s w a t c h   s s w - l a b   🇬     t h e h o b b y   w h o d o y o u c o l l e c t   b a s k e t b a l l c a r d s   s p o r t c a r d s   t r a d i n g c a r d s   n b a   c e l t i c s
a n   a g i t a t o r   h i m s e l f ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   w a r r i o r s '   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e r e ' s   w h a t   m a r c u s   s m a r t   s a i d   a b o u t   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n j u r y   u p d a t e :   l u k e   k o r n e t   ‘   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i n g   i n   n o n - c o n t a c t   d r i l l s ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
‘ t h i s   i s   a   g r e a t   o p p o r t u n i t y , ’   s a y s   c e l t i c s ’   n o a h   v o n l e h   o f   h i s   s h o t   a t   m a k i n g   b o s t o n ’ s   r o s t e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
v i n t a g e   b o s t o n   m a s s   s t a t e   h o u s e   m a s s a c h u s e t t s   n e w   e n g l a n d   u s a   t r a v e l   p e n n a n t       a n t i q u e   w a l l d e c o r   v i n t a g e e t s y   n f l   m i t   f e l t p e n n a n t   n e w e n g l a n d   b o s t o n   m l b   r e d s o x     d i r t y w a t e r   n h l b r u i n s   p a t r i o t s   c e l t i c s   u s a   f o r e v e r n e   a n t i q u e s   h a r v a r d   u m a s s
v i n t a g e   ' s a l i s b u r y   b e a c h ,   m a s s . '   m a s s a c h u s e t t s   u s a   s o u v e n i r   t r a v e l   p e n n a n t       a n t i q u e   w a l l d e c o r   v i n t a g e e t s y   u s a   p a t s f o o t b a l l     a l l a b o u t 1 8   f e l t p e n n a n t   v i n t a g e   n e w e n g l a n d   b o s t o n   r e d s o x   n h l b r u i n s   p a t r i o t s   n f l   c e l t i c s   m i t   s a l i s b u r y   u m a s s
c e l t i c s   i n j u r y   u p d a t e :   l u k e   k o r n e t   '   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i n g   i n   n o n - c o n t a c t   d r i l l s '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t i m e l o r d ,   h o r f o r d ,   v o n l e h ,   g r a n t ,   k o r n e t   & a m p ;   f i   w i l l   b e   p r o b a b l y   t h e   b e s t   b i g   m a n   t a n d e m   i n   t h e   l e a g u e !   c e l t i c s
n e w   v i d e o : 
 
 🔥 s i c k   t o p   r o o k i e   r p a !   p a t c h   a u t o s ,   s s p s ,   a u t o s ,   a n d   m o r e !   l o c a l   c a r d   s h o w   p i c k u p s 
 
 
 t r a d i n g c a r d s   c e l t i c s   s p o r t s c a r d s   s p o r t s   n b a   p a n i n i   n b a c a r d s   b a s k e t b a l l   b a s k e t b a l l c a r d s       w h o d o y o u c o l l e c t       c o l l e c t w h a t y o u l i k e   f a n a t i c s   l e b r o n
l a u b u r u   b a s q u e   c r o s s   a   s y m b o l   o f   c u l t u r e   a n d   i d e n t i t y .   e g u z k i ,   t h e   s u n   i n   b a s q u e ,   b r i n g s   e n e r g y   a n d   a   w a y   t o   m a r k   t i m e . 
 b a s q u e   c u l t u r e   c r o s s   c e l t i c s   c e l t i c   s y m b o l i s m   b a s q u e c u l t u r e   e u s k a r a  
m a r c u s   s m a r t   w a s   o n e   o f   m a n y   p l a y e r s   t h a t   w e i g h e d   i n   o n   t h e   i n c i d e n t .   w h i l e   s a y i n g   t h a t   t h i n g s   l i k e   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ o b v i o u s l y   y o u   w i s h   i t   d i d n ’ t   c o m e   o u t   l i k e   i t   d i d .   i   t h i n k   t h a t ’ s   s o m e t h i n g   t h e   w a r r i o r s   s h o u …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s e a s o n   1 .   c e l t i c s     r o o k i e j b  
a n   a g i t a t o r   h i m s e l f ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   w a r r i o r s '   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e p .   a y a n n a   p r e s s l e y   o n   j a y l e n   b r o w n ’ s   l e a d e r s h i p   i n   b o s t o n   a n d   b e y o n d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s ’   m a r c u s   s m a r t   o n   d r a y m o n d   g r e e n   i n c i d e n t :   ‘ h e   m a d e   a   m i s t a k e …   a s   a   l e a d e r ,   y o u   c a n ’ t   d o   t h a t ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l u k e   k o r n e t   r e t u r n s   t o   p r a c t i c e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  w h y   t h o   h e   a i n ’ t   g o n n a   d o   s h i t   f o r   u s   f r   c e l t i c s     b o s t o n
a l   h o r f o r d   w a s   i n   t h e   h o u s e   a t   g i l l e t t e   s t a d i u m   f o r   t h e   p a t r i o t s   g a m e .   y o u ’ l l   s e e   p l e n t y   o f   p a t r i o t s   p l a y e r s   a t   t h e   t d   g a r d e n   t h i s   s e a s o n   a s   w e l l   c e l t i c s  
v o n l e h :   ‘ i ’ m   j u s t   g o i n g   t o   t r y   t o   g o   i n   e v e r y   d a y   a n d   b e   c o n s i s t e n t ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a s k   t h e   b o s t o n   c e l t i c s   h o w   t h a t   g o .   m a t t e r   o f   f a c t ,   t h e   h u s b a n d   & a m p ;   t h e   w i f e   w o r k e d   a t   t h e   s a m e   p l a c e   a n d   s h e   * s t i l l *   c h e a t e d . 
 s o   w h a t   w u d   b e   t h e   c a s e   i f   t h e y   w o r k e d   m i l e s   a p a r t ? 
 
 l i s t e n . . .
n o a h   v o n l e h   i s   t h e   o b v i o u s   c h o i c e   t o   m a k e   t h e   c e l t i c s   r o s t e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   i s   t h e   o b v i o u s   c h o i c e   t o   m a k e   t h e   c e l t i c s   r o s t e r   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n o t e   t o     t h a t ’ s   h o w   y o u   h a n d l e   t e a m   r e l a t e d   d r a m a   “ i n - h o u s e ” .   n b a   w a r r i o r s   d r a y m o n d g r e e n   s p o r t s   b a s k e t b a l l   c e l t i c s  
w h o   b o s t o n   c e l t i c s   f a n s   w a n t   t a k i n g   t h e   l a s t   s h o t . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b s m o o t h   b o s t o n c e l t i c s   c e l t i c s c o r n e r   e a s t e r n c o n f e r e n c e  
' t h i s   i s   a   g r e a t   o p p o r t u n i t y , '   s a y s   c e l t i c s '   n o a h   v o n l e h   o f   h i s   s h o t   a t   m a k i n g   b o s t o n ' s   r o s t e r   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a l   h o r f o r d   i n   t h e   h o u s e     c e l t i c s  
a l   h o r f o r d   i n   t h e   h o u s e   a t   g i l l e t t e .   j u s t   r e c e i v e d   a   n i c e   o v a t i o n   f r o m   t h e   p a t r i o t s   f a i t h f u l   a f t e r   a p p e a r i n g   o n   t h e   v i d e o   b o a r d .   c e l t i c s   n f l
a l   h o r f o r d   i n   f o x b o r o   t o d a y .   s t a n d s   u p   a n d   a c k n o w l e d g e s   t h e   c r o w d .     p a t r i o t s   f o r e v e r n e   c e l t i c s   b l e e d g r e e n
b o s t o n   c e l t i c s :   c & a m p ; c   w a n t s   f o r m e r   r o t a t i o n   b i g   m a n   b a c k   i n   b o s t o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   o n   d r a y m o n d   g r e e n   v i d e o :   ' a s   a   l e a d e r ,   y o u   c a n ' t   d o   t h a t '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l u k e   k o r n e t   r e t u r n s   t o   c e l t i c s   p r a c t i c e   a f t e r   s p r a i n   f o r   n o n - c o n t a c t   d r i l l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a t c h :   j u s t i n   j a c k s o n   h a s   b i g   b l o c k   o n   f o r m e r   d u k e   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   a p p a r e n t l y   t h r o w s   s h a d e   a t   n e t s   w h i l e   p r a i s i n g   c e l t i c s '   l o c k e r   r o o m   v i b e s :   " d i f f e r e n t   a t m o s p h e r e   t h a n   i ' m   u s e d   t o ,   i n   a   g o o d   w a y . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
n e w   e p i s o d e / l i n k   i n   b i o :   m i k e y   d o m a g a l a ,   o w n e r / f o u n d e r   o f     & a m p ;   _ b u z z   w i t h   a   s e a s o n   p r e v i e w ,   a   l o o k   b a c k   o n   l a s t   y e a r   +   a   m o m e n t   o n   a a r o n   j u d g e ' s   c h a s e   t o   6 2 .   n b a b u z z     m i k e y d o m a g a l a   n e t s   k n i c k s   c e l t i c s   u d o k a   j u d g e   l a k e r s   y a n k e e s   w h a t s u p o d c a s t  
⚽ | n e w   c e l t i c s   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   f o u   d e   2 1 € 
 🛒  
f o r   t h o s e   o f   y o u   w h o   t h i n k   l u k e   k o r n e t   c a n ’ t   p l a y   d e f e n s e .   h e r e   h e   i s   a g a i n s t   a n t h o n y   d a v i s   a n d   d e f e n d e d   t h e   r i m   w i t h   h i s   l i f e .   w h a t   e l s e   d o   y o u   n e e d   t o   s e e ?   c e l t i c s 
  
[ p r e v i e w   2 0 2 2 - 2 3 ]   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a b a u t r e t   a l l   a n g e l e s   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t   b a s k e t b a l l   b l o c k   b o s t o n c e l t i c s   b r y a n t   b u l l s   c a r m e l o   c h i c a g o   c h r i s   c l i p p e r s   c o n t r e   c u r r y   d a v i s   d u f a n t   d u n k   d u r a n t   e a s t e r n c o n f e r e n c e  
m a r c u s   s m a r t   o n   t h e   d r a y m o n d   p u n c h .   s a y s   g r e e n   m a d e   a   m i s t a k e   a s   a   l e a d e r   a n d   w a r r i o …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🍀 c e l t i c s   p r a c t i c e   t o d a y   a t   t h e   a u e r b a c h c e n t e r   a h e a d   o f   t h e   t e a m ’ s   f i n a l   p r e - s e a s o n   g a m e   f r i d a y 🍀   w c v b   c e l t i c s  
f o u r   o f   b o s t o n ’ s   b e s t   b a s k e t b a l l   p l a y e r s   g o t   t o g e t h e r   a t   a   t a i l g a t e   b e f o r e   t h e   b o s t o n c o l l e g e   v s   c l e m s o n   f o o t b a l l   g a m e !   c e l t i c s   f o r b o s t o n   o f b o s t o n  
l u k e   k o r n e t   ( a n k l e )   w a s   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o c   r i v e r s   r e v e a l s   s i x e r s   s t a r t e r s   w i l l   p l a y   i n   f i n a l   2   p r e s e a s o n   g a m e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   l a b   1 4 6 :   c a t c h i n g   u p   w i t h   t a c k o   f a l l   o n   h i s   n e w   b o o k ,   t h e   c b a ,   a n d   t i e s   t o   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 9 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 9 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   l a b   1 4 6 :   c a t c h i n g   u p   w i t h   t a c k o   f a l l   o n   h i s   n e w   b o o k ,   t h e   c b a ,   a n d   t i e s   t o   t h e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w :   w h y   y o u   s h o u l d   t a k e   t h e   o v e r   o n   n e t s '   s t a r s   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

⚽ | n e w   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 t a t u m  
i f   t h e   c e l t i c s   w i n   t h e   2 0 2 3   n b a   c h a m p i o n s h i p ,   t h e s e   w i l l   b e   t h e   r e a s o n s   w h y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e w   v i d e o   i s   o u t   n o w   ☘ ️ w h o   b o s t o n   c e l t i c s   f a n s   w a n t   t a k i n g   t h e   l a s t   s h o t . . .   c e l t i c s 
 l i n k :    
j a y l e n   b r o w n   c h a l l e n g e s   j a y s o n   t a t u m   t o   b e   a   m o r e   v o c a l   l e a d e r   t h i s   s e a s o n   f o r   t h e   c e l t i c s   t o   ' c o r r e c t   t h e   s h i p ' :   " w e ' r e   g o n n a   n e e d   h i m   t o   s p e a k   m o r e "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
t h i s   g u y … .   a s   i   s t a r t e d   t o   b e   a   c e l t i c s   f a n   h e   d i e d .     s o   m a n y   “ c o u l d   h a v e   b e e n ”   q u e s t i o n s .       s o   s a d .  
n o a h   v o n l e h   o n   w h a t ’ s   n e x t   a f t e r   h i s   d o u b l e - d o u b l e   f r i d a y   n i g h t : 
 
 “ i   c a m e   i n   w i t h   t h e   r i g h t   m i n d s e t   a n d   i ’ m   j u s t   t a k i n g   i t   d a y   b y   d a y . ” 
 
 c e l t i c s
p e r   j o e   m a z z u l l a ,   l u k e   k o r n e t   ( a n k l e )   w a s   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i n g   i n   n o n - c o n t a c t   d r i l l s . 
 
 n b a   b l e e d g r e e n   c e l t i c s   n b a t w i t t e r   n b a p r e s e a s o n
w h y   c e l t i c s   a l l - s t a r   j a y s o n t a t u m   s a y s   h e ’ s   n o t   w o r r i e d   a b o u t   h i s   p r e s e a s o n   s h o o t i n g   s t r u g g l e s  
w h y   c e l t i c s   a l l - s t a r   j a y s o n t a t u m   s a y s   h e ’ s   n o t   w o r r i e d   a b o u t   h i s   p r e s e a s o n   s h o o t i n g   s t r u g g l e s  
j o e   m a z z u l l a   c o a c h e s   i n   h i s   f i r s t   c a r e e r   r e g u l a r   s e a s o n   g a m e   a s   a   h e a d   c o a c h   i n   9   d a y s   w h e n   t h e   c e l t i c s   h o s t   t h e   7 6 e r s   a t   t h e   t d   g a r d e n .   m y   e m o t i o n s   o f   h a v i n g   c e l t i c s   b a s k e t b a l l   b a c k   a r e   t h r o u g h   t h e   r o o f 🍀    
b o b   r y a n   ☘ ️   t e l l s   m i c h a e l   c o o p e r   a   h i l a r i o u s   r i c k   m a h o r n   s t o r y .   
 
 f u l l   e p i s o d e   w   
   & a m p ;   c o o p ,   s u b s c r i b e   t o     p o d c a s t   🎙 
 
 🎧   a p p l e -   
 
 🎧   s p o t i f y -   
 l a k e s h o w   l a k e r s   c e l t i c s   p i s t o n s  
m a s t e r   o f   c l a s s i c   r o c k   ! 
 r o b e r t   j o n   l i v e   i n   f r a n c e   ( + w e i r d   i t w ) 
 
 
 
 u s a   c l a s s i c r o c k   c e l t i c s   u t a h j a z z     w a r r i o r s n a t i o n   h e a t   l a k e r s n a t i o n   c l i p p e r s   o k c   n u g g e t s   k n i c k s   n e t s   p i s t o n s   b u l l s n a t i o n   s i x e r s   r a m s   g i a n t s   p a c e r s   s p u r s f a m i l y
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   b o s t o n   c e l t i c s   a r e   r i d i c u l o u s l y   g o o d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e p t h   s h i n e s   i n   p r e s e a s o n   w i n :   1 0   t a k e a w a y s   f r o m   c e l t i c s - h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e y     !   w h a t   b a s k e t b a l l   p l a y e r   w o u l d   b e   a   g r e a t   s p o k e s p e r s o n   f o r   a u t u m n ? …   t a c k o   f a l l .     b l e e d g r e e n   b o s t o n   c e l t i c s   f a l l   a u t u m n   t a c o s
r a n   i n t o   m y   f r i e n d s   d o n n a   & a m p ;   r e g i n a   l e w i s   l a s t   n i g h t   a t   t h e   2 0 2 2     h o n o r s   e v e n t …   r e g g i e   l e w i s ’   w i f e   & a m p ;   d a u g h t e r !   t h e y   a r e   a l s o   t w o   o f   t h e   w o r l d s   m o s t   b e a u t i f u l   p e o p l e   o n   t h e   p l a n e t .   i   e n j o y   b o t h   t h e i r   s m i l e s   a   w h o l e   l o t   🙂   c e l t i c s   r e g g i e l e w i s     b o s t o n a r t s a c a d e m y  
h a p p y   n a t i o n a l m o t o r c y c l e r i d e d a y !   c e l t i c s   
 
  
t h e   o w n e r " s   w i f e ! !   t h e   s t o r y   o f   i m e   u d o k a   a n d   h i s   i n f i d e l i t y   g e t s   b e t t e r   a s   r u m o r s   o f   h i s   c h e a t i n g   w i t h   t h e   w i f e   o f   t h e   m i n o r i t y   o w n e r   o f   t h e   .     g i v e s   u s   a   l o o k   a n d   t h e   e p i s o d e   t h a t   b r o k e   i t .   n b a   c e l t i c s   

d e p t h   s h i n e s   i n   p r e s e a s o n   w i n :   1 0   t a k e a w a y s   f r o m   c e l t i c s - h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
9   d a y s   t i l   c e l t i c s   o p e n i n g   n i g h t ! !   ☘ ️ 🏀  
t h e   o w n e r " s   w i f e ! !   t h e   s t o r y   o f   i m e   u d o k a   a n d   h i s   i n f i d e l i t y   g e t s   b e t t e r   a s   r u m o r s   o f   h i s   c h e a t i n g   w i t h   t h e   w i f e   o f   t h e   m i n o r i t y   o w n e r   o f   t h e   .     g i v e s   u s   a   l o o k   a n d   t h e   e p i s o d e   t h a t   b r o k e   i t .   n b a   c e l t i c s   

  k e i t h   w a t c h e s   s o c c e r .   n a m e   a   b e t t e r   n b a   r e p   c e l t i c s   l e e d s
9   d a y s   u n t i l   t h e   c e l t i c s   a r e   b a c k   f o r   r e a l 🍀  
s a m   h a u s e r ’ s   q u i c k   r e l e a s e   i s   g a m e   c h a n g i n g   c e l t i c s 
  
s o r r y .   w h e n   i   t h i n k   o f   b i l l   w a l k e r ,   a l l   i   c a n   t h i n k   o f   i s   t h i s :   c e l t i c s    
b o s t o n   c e l t i c s :   3   r e a s o n s   b l a k e   g r i f f i n   i s   a   f a n t a s t i c   s i g n i n g   ( h a r d w o o d   h o u d i n i ) 
 
 a f t e r   t h e   r e c e n t l y   s i g n e d   d a n i l o   g a l l i n a r i   w e n t   d o w n   w i t h   a   t o r n   a c l   b e f o r e   p l a y i n g   a   s i n g l e . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
h a p p y   b i r t h d a y   h e n r y   w a l k e r !   y o u   m a y   k n o w   h i m   a s   b i l l .   c e l t i c s 
 
  
🇺 🇸 | n e w   c e l t i c s   v e r t   2 0 2 2   t a t u m   0 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
y o u   c a n   s e e   w h a t   a   t i g h t   k n i t   g r o u p   t h e   c e l t i c s   a r e   w i t h   t h i s   b e n c h   r e a c t i o n   t o   j u s t i n   j a c k s o n ’ s   m a s s i v e   b l o c k .   j d   d a v i s o n   i s   a   r o o k i e .   t h i s   i s   a w e s o m e   🍀  
9   d a y s   c e l t i c s  
b o s t o n   c e l t i c s :   3   r e a s o n s   b l a k e   g r i f f i n   i s   a   f a n t a s t i c   s i g n i n g   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
a n d   t o   b e   c l e a r ,   n o   k e n n y   a n d e r s o n ,   n o   e c f .   c e l t i c s    
w i l l   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   b r i n g   o u t   t h e   b e s t   o f   j a y l e n   b r o w n   a n d   j a y s o n   t a t u m ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h e n   i m e   u d o k a   f i r s t   s a w   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   k a t h l e e n   l y n c h . . .   
 i m e u d o k a   c e l t i c s   n b a    
w i l l   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   b r i n g   o u t   t h e   b e s t   o f   j a y l e n   b r o w n   a n d   j a y s o n   t a t u m ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ’ s   j a y s o n   t a t u m   c r a c k s   t o p   t h r e e   i n   s p o r t i n g   n e w s ’   2 0 2 2 - 2 3   t o p   s m a l l   f o r w a r d s   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c a n   s a m   h a u s e r   a n d   l u k e   k o r n e t   g i v e   t h e   b o s t o n   c e l t i c s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ' s   j a y s o n   t a t u m   c r a c k s   t o p   t h r e e   i n   s p o r t i n g   n e w s '   2 0 2 2 - 2 3   t o p   s m a l l   f o r w a r d s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m   h a u s e r ’ s   j o u r n e y : 
 - w i s c o n s i n   m r .   b a s k e t b a l l   2 0 1 6 
 - 4 8 . 3   f g %   & a m p ;   4 3 . 9   3 p %   ( c o l l e g e   c a r e e r ) 
 - u n d r a f t e d   i n   ‘ 2 1 
 - s i g n e d   w i t h   c e l t i c s   t w o   w e e k s   l a t e r   o n   a   t w o - w a y 
 - c o n v e r t e d   t o   n b a   d e a l   i n   f e b r u a r y   
 - a g r e e d   t o   a   t h r e e - y e a r   e x t e n s i o n   o v e r   t h e   s u m m e r 
 - b e s t   s h o o t e r   i n   p r e s e a s o n 
 c e l t i c s  
b l a k e   g r i f f i n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b l a k e g r i f f i n   b l a k e   g r i f f i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
⚽ | n o u v e a u   c e l t i c s   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   i n c r o y a b l e   d e   2 1 € 
 🛒 
 
 2 0 2 2  
b r a d   s t e v e n s   i d e n t i f i e d   s a m   h a u s e r   a s   b e i n g   a   c o n t r i b u t o r   p r e t t y   e a r l y   o n   t h i s   o f f s e a s o n .   h a u s e r   h a s   s i n c e   b e c o m e   o n e   o f   t h e   t o p   s h o o t e r s   i n   t h e   n b a   t h i s   p r e s e a s o n .   c o i n c i d e n c e ?   i   t h i n k   n o t .   
 c e l t i c s  
j u s t i n   j a c k s o n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u s t i n j a c k s o n   j u s t i n   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
b o s t o n   c e l t i c s   r u m o r s :   j o e   b u d d e n   r e v e a l s   w i l d   i m e   u d o k a   a f f a i r   w r i n k l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
🇺 🇸 | n o u v e a u t é   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   h a l l u c i n a n t   d e   2 1 € 
 ➡  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
k e m b a   w a l k e r   h a s   ' s o m e   r e g r e t s '   p l a y i n g   f o r   c e l t i c s   i n   n b a   b u b b l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c a n   s a m   h a u s e r   a n d   l u k e   k o r n e t   g i v e   t h e   b o s t o n   c e l t i c s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
a y e   a y e   k n o c k   i t   o f f .   c e l t i c s   o w n e r   l i k e      
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
o n   t h i s   d a y :   h e n r y   w a l k e r ,   a r n i e   r i s e n ,   k e n n y   a n d   j e r o m e   a n d e r s o n   b o r n ;   k e n n y   r o l l i n s   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s p o r t i n g   n e w s   r a n k s   c e l t i c s ’   m a r c u s   s m a r t   i n   n b a ’ s   t o p   h a l f   o f   s t a r t i n g   p o i n t   g u a r d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   r u m o r s :   l e a g u e   e x e c u t i v e s   d o   n o t   b e l i e v e   i m e   u d o k a   w i l l   r e t u r n   a s   h e a d   c o a c h   o f   t h e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
d r a y m o n d   a n n o u n c e s   h i s   a p o l o g y   & a m p ;   n e x t   f e w   d a y s   o f f . 
 g m   b o b   m e y e r s   🤔   g r e e n e   w i l l   n o t   m i s s   a n y   g m s   & a m p ;   s a i d   t h e s e   " t h i n g s   h a p p e n . " 
 w a r r i o r s   v o w   t o   f i n d   t m z   s o u r c e .   
 n b a   a d a m   s i l v e r   & a m p ;   p o o l e   i n   h i d i n g   & a m p ; 
 n e w   s t r e e t   r a p   h i t 
 
 🤪   c e l t i c s   w o u l d   o f   s u s p e n d e d   g r e e n e
s p o r t i n g   n e w s   r a n k s   c e l t i c s '   m a r c u s   s m a r t   i n   n b a ' s   t o p   h a l f   o f   s t a r t i n g   p o i n t   g u a r d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e v e r y b o d y   l o v e s   t e r r y   r o z i e r 
 
 
 
 n b a   a l l f l y   c h a r l o t t e   h o r n e t s   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   m m f l   j a z z   m f f l   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   n b a i n a b u d h a b i   c e l t i c s   s p u r s
d a l a n o   b a n t o n   h a s   p r o v e n   h e   i s   r a p t o r s '   b e s t   b a c k u p   p g   o p t i o n 
 
 
 
 n b a   t o r o n t o   r a p t o r s   w e t h e n o r t h   c a n a d a   c e l t i c s   b l e e d g r e e n   c l i p p e r n a t i o n   j a p a n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s     u s a
e v a l u a t i n g   b l a k e   g r i f f i n ' s   p r e s e a s o n   d e b u t   w i t h   t h e   b o s t o n   c e l t i c s 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   n e t s   p i s t o n s   w i z a r d s   c l i p p e r n a t i o n   j a p a n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s     u s a
  b i g   t i c k e t   🎟   
 
 n b a   l a c l i p p e r s   c e l t i c s   c a v s   c a v s s u m m e r   c l e v e l a n d c a v a l i e r s   b e t h e f i g h t   c a v s h i o n   c a v s 5 0   f i e l d h o u s e h e a t   c a v s d r a f t   l e t e m k n o w   d a l l a s   c e l t i c s   b o s t o n c e l t i c s   c u s r i s e   l a k e r s   l a k e r s f a m i l y   l a k e r n a t i o n   g o l a k e r s   l o s a n g e l e s l a k e r s   l a k e s h o w  
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
⚽ | n o u v e a u   c e l t i c s   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   f o u   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 p l a y o f f n b a  
c e l t i c s   s t a f f e r   w h o   h a d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s s t a f f f e m a l e   d a n n y a i n g e   e a s t e r n c o n f e r e n c e   g e e k s a n d g a m e r s   i m e u d o k a   i m e u d o k a c e l t i c s s t a f f a f f a i r   i m e u d o k a d a n n y a i n g e   i m e u d o k a f i r e d   i m e u d o k a k a t h l e e n n i m m o l y n c h   i m e u d o k a n i a l o n g  
t e a g i f   
 i   d o n ' t   c o n d o n e   c h e a t i n g   
 b u t   d o   y o u 
 a   p h o t o   o f   t h e   m a r r i e d   m i s t r e s s   w i t h   3 ⃣   c h i l d r e n   h a s     b e e n   r e v e a l e d 
 i m e   u d o k a   🤔 
 i m e u d o k a   
 c e l t i c s  
h i g h e s t   d e f e n s i v e   r a t i n g   i n   t h e   2 0 2 1 - 2 2   s e a s o n   🚫 
 
 r o b e r t   w i l l i a m s :   1 0 2 . 4 
 r u d y   g o b e r t :   1 0 3 . 3 
 b a m   a d e b a y o :   1 0 4 . 2 
 a l   h o r f o r d :   1 0 4 . 4 
 k e v o n   l o o n e y :   1 0 4 . 9 
 
 n b a   c e l t i c s   t i m b e r w o l v e s   h e a t   w a r r i o r s  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ‘ i   w a n t   t o   h e l p   ( u s )   w i n ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c a n n o t   f r e a k i n g   w a i t ! ! ! !   c e l t i c s   b l e e d g r e e n   b a n n e r 1 8  
r e p .   a y a n n a   p r e s s l e y   o n   j a y l e n   b r o w n ' s   l e a d e r s h i p   i n   b o s t o n   a n d   b e y o n d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i   a m   a   v e r i f i e d   s e a s o n   t i c k e t   h o l d e r   t h r o u g h   c e l t i c s   s e a s o n   t i c k e t   e x c h a n g e .   i f   y o u   a r e   i n t e r e s t e d   i n   g a m e s   t h i s   s e a s o n ,   i   h a v e   m o s t   s t i l l   a v a i l a b l e ! !   s e c t i o n   3 2 6 ,   r o w   7 .   d m   f o r   m o r e   d e t a i l s .   c e l t i c s   v e r i f i e d s e l l e r   b l e e d g r e e n   b a n n e r 1 8
n e w   v i d e o   t o m o r r o w   a t   1 2 p m   e s t . . .   
 c e l t i c s  
s t a r v i n g   a n d   o u t n u m b e r e d   t h e   u n d e r d o g   c e l t i c s   f o u g h t   b a c k ! 
 b r o n z e a g e d r u i d s   c e l t s   s c o t t i s h c e l t s   t v s e r i e s   c e l t i c s   i r o n a g e d r u i d s   d a r k e s t w i n t e r   e p i s o d e 2   

n e x t   s t o p . . . a   b a b y   w i t h   k h l o e   k a r d a s h i a n ! 
 c e l t i c s  
i ’ m   t e l l i n g   y o u   g u y s :   b l a k e   g r i f f i n   i s   g o i n g   t o   h a v e   a   s t r o n g   i m p a c t   o n   t h e   c e l t i c s    
n o   w o n d e r   c o a c h   i m a   u d o k a   g o t   s u s p e n d e d   b y   t h e   c e l t i c s   o r g a n i z a t i o n ,   h e   w a s   f u c k i n g   f r o n t   o f f i c e   w i v e s .   a n d   o n   n i a   l o n g .   t h a t   g u y s   b r a i n   i s   d e f i n i t e l y   i n   h i s   d u m b   d i c k .
p o s t e d   i n   d e s i g n t w i t t e r   f i r s t .   a l s o   m y   f i r s t   j t   g r a p h i c !   🔥 ☘ ️ 
 c e l t i c s   b l e e d g r e e n  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ' s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   m a n y   b i g   s h o t s   d i d   e d d i e   h o u s e   m a k e   ( c o l d ) ?   c e l t i c s  
☘ ️ c e l t i c s   @   h o r n e t s   🐝   |   f u l l   g a m e   h i g h l i g h t s / c o m m e n t a r y   🎙 |   o c t   6 ,   2 0 2 2   🏀    
1 0   m o r e   d a y s ! !   u n t i l   t h e   n b a ' s   o p e n i n g   n i g h t   k i c k s   o f f ! 
 
 
 
 n b a o p e n i n g n i g h t   b a s k e t b a l l   n b a d a i l y r e c a p s   n b a b e t t i n g   s p o r t s g a m b l i n g   s p o r t s b e t t i n g   b a s k e t b a l l g a m b l i n g   n b a d a i l y n e w s     b a s k e t b a l l b e t t i n g   n b a   e s p n   l a k e r s   w a r r i o r s   c e l t i c s   7 6 e r s  
h e a v i e s t   p l a y e r s   i n   n b a   h i s t o r y :   👀 
 
 ▪ ️   o l i v e r   m i l l e r :   3 7 5   l b s .   
 ▪ ️   s h a q u i l l e   o ' n e a l :   3 6 0   l b s . 
 ▪ ️   s i m   b h u l l a r :   3 6 0   l b s . 
 ▪ ️   e d d y   c u r r y :   3 5 0   l b s . 
 ▪ ️   m i k e   s w e e t n e y :   3 4 0   l b s . 
 
 u s e d   t h e i r   h e f t   t o   t h e i r   a d v a n t a g e .   💪 
 
 p a c e r s   c e l t i c s   k i n g s   m a v s   k n i c k s   n b a  
- j u s t i n   j a c k s o n   w i n g   d e p t h ? 
 - j a k e   l a y m a n - n o 
 - b r o d r i c   t h o m a s - n o 
 - n o a h   v o n l e h - b o r d e r l i n e   n o 
 - i   w a n t   a   b r o g d o n - w h i t e - b r o w n - g r a n t - g r i f f i n   l i n e u p 
 - j b   a l l - s t a r   t o u r   t h i s   s e a s o n 
 - b r a d   g e t s   e x e c u t i v e   o f   t h e   y e a r 
 - j t   m v p   c a n d i d a t e   
 c e l t i c s
s o m e   t h o u g h t s   p r i o r   t o   t h e   s e a s o n : 
 - d o e s   k a b   g e t   c o n v e r t e d   t o   1 5 - m a n ? 
 - d o e s   v o n l e h   m a k e   t h e   1 5 - m a n ? 
 - d o u b l e - b i g   d o e s n ’ t   n e e d   t o   b e   u t i l i z e d 
 - h a u s e r   c a n   s h o o t ,   c a n   h e   c r e a t e   a n d   d e f e n d ? 
 - b r o g d o n   c a n   p l a y   5 0   g a m e s   i f   h e ’ s   h e a l t h y   f o r   p l a y o f f s 
 c e l t i c s
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
b u t   w o u l d   y o u   r a t h e r   h a v e   s a m a n i c   o r   j a c k s o n   o r   t h o m a s   o r   l a y m a n ?   c e l t i c s  
p a y t o n   p r i t c h a r d   e n d o r s e s   b l a k e   g r i f f i n   o n   t h e   c e l t i c s   

f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 8 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 8 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ' i   w a n t   t o   h e l p   ( u s )   w i n '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
    g l a d   t o   s e e   y o u   a r e   l e a r n i n g   t o   h o l d   y o u r   t o n g u e .   i m e u d o k a   f i r s t b l a c k c o a c h   c e l t i c s
t h i s   i s   t h e   j u s t i n   j a c k s o n   i   r e m e m b e r : 
 1 6   p o i n t s 
 6 - 1 4   f g 
 4 - 8   3 ’ s 
 4   r e b 
 1   a s t 
 1   s t l 
 1   b l k 
 c e l t i c s   
  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ’ s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w e   p i c k e d   u p   t h i s   j a y s o n   t a t u m   r o o k i e   t o d a y ! !   a l w a y s b u y i n g   d u k e   b l u e d e v i l s   c e l t i c s   @   c o a s t a l   s p o r t s   c a r d s  
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   h o r n e t s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ' s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   t e l l s     p o s t - g a m e :   " t h e   i n t e n s i t y   l e v e l   a n d   m a t u r i t y   l e v e l   o f   t h i s   . . .   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
g r a n t   w i l l i a m s   h a s   c o u n t e r   m o v e s   f o r   h i s   c o u n t e r   m o v e s   c e l t i c s  
t a l k e d   t o   b o b   h u g g i n s ,   a l   h o r f o r d   a n d   m o r e   a b o u t   j o e   m a z z u l l a ,   w h o ’ s   i m p r e s s i n g   a t   c e l t i c s   t r a i n i n g   c a m p ,   f o r   ⁦ ⁩ :    
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   1 1 2 ,   h o r n e t s   1 0 3 :   j a y l e n   b r o w n ,   b o s t o n ' s   b - s q u a d   t a k e s   c a r e   o f   c h a r l o t t e   o n   t h e   r o a d   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   s h o r t h a n d e d   c e l t i c s   c o m e   b a c k   f r o m   1 6   d o w n   t o   b e a t   t h e   h o r n e t s   o n   t h e   r o a d  
t h e   s h o r t h a n d e d   c e l t i c s   c o m e   b a c k   f r o m   1 6   d o w n   t o   b e a t   t h e   h o r n e t s   o n   t h e   r o a d  
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i   s t i l l   l i k e   t h i s   i d e a   👀   c e l t i c s  
t h e   c e l t i c s   w e r e   a n   a m e r i c a n   b a s k e t b a l l   t e a m   b a s e d   i n   b o s t o n   t h a t   w a s   f o u n d e d   i n   1 9 4 6 .   t h e   t e a m   c o m p e t e   i n   t h e   n a t i o n a l   b a s k e t b a l l   a s s o c i a t i o n   ( n b a )   a s   a   m e m b e r   o f   t h e   l e a g u e ' s   e a s t e r n   c o n f e r e n c e   a t l a n t i c   d i v i s i o n .   t h e y   r a n k   a m o n g   t h e   t o p   b a s k e t b a l l   t e a m s   i n   n b a   h i s t o r y .   n b a 7 5
b l a k e   g r i f f i n   s a y s   “ i t ’ s   r e f r e s h i n g ”   t o   b e   o n   a   t e a m   t h a t   c o m e s   t o   w o r k   “ l o c k e d   i n ”   a n d   d o e s n ’ t   n e e d   t o   b e   t o l d   t o   d o   s o   👀     c e l t i c s   

a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s    
i m e   u d o k a   a c c u s e d   o f   s l e e p i n g   w i t h   w i f e   o f     b o s t o n   c e l t i c s   o w n e r     v i a  
p a u l   g e o r g e   s t a r s   i n   n b a   c o m m e r c i a l   w i t h   j a y s o n   t a t u m ,   j o e l   e m b i i d ,   a n d   d a m i a n   l i l l a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f r i d a y   n i g h t s   a r e   f o r   f a m i l y ,   f o o t b a l l ,   h o m e c o m i n g ,   a n d   4 5 i n g   t h e   v i s i t i n g   t e a m . 
 
 o h   a n d   c o n v i n c i n g   h i s   b o y s   t o   d u m p   w a t e r   o n   h i m   🤣 
 
 g r e a t   w i n ,   c o a c h ! 
 f r i d a y n i g h t l i g h t s   f o o t b a l l   h o c o 2 2   c e l t i c s   h t c h s  
t h e   l a t e s t   c e l t i c s   m a i l b a g   f e a t u r e s   m f i o n d u   k a b e n g e l e ,   s a m   h a u s e r   a n d   m u c h   m o r e   f r o m   t h e   t e a m ' s   p r e s e a s o n  
s e e i n g   b l a k e   g r i f f i n   i n   a   c e l t i c s   u n i f o r m   i s   s u c h   a   s h o c k   t o   t h e   s e n s e s .   b u t   i   l i k e   i t .   a n y   g u y   w h o ' d   g e t   n a k e d   o n   b r o a d   c i t y   i s   o k a y   b y   m e .
p a y t o n   p r i t c h a r d   w a s   u n f a z e d   b y   t h e   c l o s i n g   d e f e n d e r s   a s   h e   c o n n e c t s   o n   a   3 - p o i n t e r   i n   t h e   f a c e   o f   t h e   c l o s i n g   d e f e n s e   c e l t i c s    
_ s m o o t h 1 0   _ m s 3     c o u l d   i   g e t   a   h a p p y   b i r t h d a y   f r o m   o n e   o f   m y   f a v o u r i t e   c e l t i c s   b i r t h d a y   c e l t i c s
j a y l e n   b r o w n   t a k i n g   m f i o n d u   k a b e n g e l e   u n d e r   h i s   w i n g   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n o a h   v o n l e h   h a s   a   l e g i t i m a t e   c h a n c e   a t   m a k i n g   t h e   c e l t i c s   r o s t e r .   d e s p i t e   r a c k i n g   u p   f o u l s   q u i c k l y   a n d   n e e d i n g   t o   w o r k   o n   p i c k - a n d - r o l l s   a s   a   c e n t e r ,   h e   h a s   g r e a t   q u a l i t i e s   t h e   c e l t i c s   c a n   u s e   t h i s   s e a s o n .   ( i   w r o t e   t h i s   i n   a u g u s t )   🍀  
b l a k e   g r i f f i n   g i v e s   h i g h   p r a i s e   t o   h e a d   c o a c h   j o e   m a z z u l l a ,   s a y i n g   h e ’ s   a b l e   t o   c o m m u n i c a t e   w e l l   a s   a   c o a c h   a n d   a s   a   p e r s o n .   g r i f f i n   n o t e s   i t ’ s   n o t   e a s y   f o r   a   f i r s t   y e a r   h e a d   c o a c h ,   b u t   m a z z u l l a   i s   a b l e   t o   d o   s o .   c e l t i c s   
  
c e l t i c s   h o r n e t s     w h e r e   u   g o i n g   l m a o   i   f o r g o t   t o   t w e e t   t h i s   l a s t   n i g h t   w y a   l m a o
w a i t ,   a m   i   a b o u t   t o   b e c o m e   a   b l a k e   g r i f f i n   s u p e r f a n ?   o k a y ,   l e t ' s   d o   t h i s .   c e l t i c s
b o s t o n   c e l t i c s :   f o r m e r   h o r n e t s   l o t t e r y   p i c k   f l o a t e d   f o r   c ’ s   t p e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f a b   m e l o   -   b o s t o n   c e l t i c s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s 
 
   n b a   n b a t w i t t e r   n b a t o p s h o t   m e l o   c e l t i c s   b o s t o n c e l t i c s   n u g g e t s   k n i c k s   m i l e h i g h b a s k e t b a l l   n e w y o r k f o r e v e r  
1 0 / 7   p u t n a m   p o s t g a m e   r e p o r t :   b a c k   i n   t h e   w i n   c o l u m n   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
i   w i l l   t a k e   1 4 / 1 3   f r o m   v o n l a h   a n y t i m e   c e l t i c s
w a t c h i n g   t h e     c e l t i c s   b r o a d c a s t   f r o m   l a s t   n i g h t   a n d   i   k n o w     w a n t e d   t o   a d d   i n   a   n w a / w c w   r e f e r e n c e   w h e n   h e   t a l k e d   a b o u t   t h e   b a s k e t b a l l   h i s t o r y   a t   g r e e n s b o r o   c o l i s e u m .   😂
j o r d a n   p o o l e   s h o u l d   j o i n   t h e   c e l t i c s   f u c k d r a y m o n d
e v a l u a t i n g   b l a k e   g r i f f i n ’ s   p r e s e a s o n   d e b u t   w i t h   t h e   b o s t o n   c e l t i c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   p r o m o t e   f o r m e r   w v u   p o i n t   g u a r d   t o   i n t e r i m   h e a d   c o a c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   g e t s   i t   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d e r r i c k   w h i t e   s e n d s   l a m e l o   b a c k   o v e r s e a s .   n b a   b a s k e t b a l l   n b a t w i t t e r   l a m e l o b a l l   h o r n e t s   c e l t i c s   d e r r i c k w h i t e  
i c y m i ,   f r o m   g r a n t   w i l l i a m s   c o n t i n u i n g   t o   a d d   t o   h i s   g a m e   t o   d e r r i c k   w h i t e ' s   a g g r e s s i v e   a p p r o a c h ,   b l a k e   g r i f f i n ' s   c e l t i c s   d e b u t ,   a n d   b o s t o n ' s   b e n c h   o u t s c o r i n g   c h a r l o t t e ' s   4 3 - 2 7 ,   h e r e ' s   w h a t   s t o o d   o u t   f r o m   t h e   c e l t i c s '   w i n   o v e r   t h e   h o r n e t s 

j a y l e n   b r o w n   j u s t   h a s   t h a t   h u n g e r   i n   h i s   e y e s   ( v i a   )     c e l t i c s   c e l t i c s t a l k
j a y l e n   b r o w n   t o   t h e   r i m .   n b a   b a s k e t b a l l   j a y l e n b r o w n   c e l t i c s   n b a t w i t t e r  
i u b b   l a s t   n i g h t : 
 
 🏀     ( 🇸 🇮 ) :   2 1   p t s   ( 8 - 1 4   f g ,   3 - 6   3 f g ,   2 - 2   f t ) ,   4   r e b s ,   4   a s t s 
 🏀   _   ( b c   g a r g ž d a i 🇱 🇹 ) :   1 0   p t s ,   4   r e b s ,   9   a s t s 
 
 n b a   p r e s e a s o n : 
 🏀   n o a h   v o n l e h   ( c e l t i c s ) :   1 4   p t s   ( 6 - 8   f g ) ,   1 3   r e b s ,   2   a s t s 
 🏀   o g   a n u n o b y   ( r a p t o r s ) :   1 3   p t s ,   2   r e b s ,   2   s t l s
e s p n ' s   z a c h   l o w e   p r o j e c t s   t h e   b o s t o n   c e l t i c s   a s   c o n t e n d e r s   d e s p i t e   o f f s e a s o n   h i c c u p s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t a t u m   s c o p e   p r i z m   p s a   1 0   r o o k i e !   l o o k i n g   t o   t r a d e   f o r   c u r r y   o r   g i a n n i s   p s a   1 0   r o o k i e s .   o p e n   t o   o f f e r s .   n o t   $ 1     _   _ s e l l   c e l t i c s   r o o k i e s   g i a n n i s   t a t u m   c u r r y   n b a  
r e c a p :   h o r n e t s   d r o p   t h i r d   s t r a i g h t   p r e s e a s o n   g a m e ,   l o s e   t o   c e l t i c s ,   1 1 2 - 1 0 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s :   j a y l e n   b r o w n   j u s t   h a s   t h a t   h u n g e r   i n   h i s   e y e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h a t   s h o u l d   w e   e x p e c t   f r o m   t h e   b o s t o n   c e l t i c s   i n   2 0 2 2 - 2 3 ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
_ d i m e s   g o i n g   c r a z y   f o r   . r y t i e r i   !   3 4 p t s   6 a s t   a n d   t h e   w 🔥 🔥 🔥 
 
 b a s k e t b a l l   c e l t i c s   k y r i e   n b a d r a f t   l a l a k e r s   o k c   k i n g j a m e s   n b a o n t n t   c l e v e l a n d c a v a l i e r s   n b a l o t t e r y   u n d e r a u r m o r   d a r i u s g a r l a n d  
b o s t o n ’ s   j a y l e n   b r o w n   r a n k e d   i n   s p o r t i n g   n e w s ’   t o p   f i v e   n b a   s h o o t i n g   g u a r d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i t ' s   s a t u r d a y   y o u   k n o w   w h a t   t h a t   m e a n s   i t ' s   t i m e   f o r   c o r d i s c h i a n d c o i t   w i t h     a n d     p r o d u c e d   b y   _ w e e i .   c a l l   i n   4 0 1 - 7 3 7 - 1 2 8 7   p a t r i o t s   n f l   b r u i n s   n h l   c e l t i c s   n b a   m l b p o s t s e a s o n   t e x t   i n t o   t h e   s h o w   @   3 7 9 3 7  
a   m e d i a l   i n f o r m a t i o n a l   p o s t :   t h e   i n j u r y   a n d   r e c o v e r y   o f   a r o n   b a y n e s   ( v i a   )     c e l t i c s   c e l t i c s t a l k
t h e   i n j u r y   a n d   r e c o v e r y   o f   f o r m e r   b o s t o n   c e l t i c s   b i g   m a n   a r o n   b a y n e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i n t e r e s t i n g   w o r d s   f r o m   j a y l e n   b r o w n   o n   j a y s o n   t a t u m   c e l t i c s   
 
 “ w e ’ r e   g o i n g   t o   n e e d   h i m   t o   s p e a k   m o r e   a n d   b e   m o r e   v o c a l   i f   w e   w a n t   t o   c o r r e c t   t h e   s h i p   a n d   g e t   t h i s   t h i n g   o f f   t o   t h e   r i g h t   s t a r t . ”
👀   d e r r i c k   w h i t e   v s   l a m e l o   b a l l 
 
 n b a   n b a i t a l i a   c e l t i c s   h o r n e t s   n b a p r e s e a s o n  
b o s t o n ' s   j a y l e n   b r o w n   r a n k e d   i n   s p o r t i n g   n e w s '   t o p   f i v e   n b a   s h o o t i n g   g u a r d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n o a h   v o n l e h   n e e d s   t o   w o r k   o n   t h e   a r t   o f   a   s u c c e s s f u l   p i c k - a n d - r o l l   i f   h e ’ s   t o   p l a y   c e n t e r   o n   t h e   c e l t i c s .   f o r   a l l   t h e   g o o d   h e   b r i n g s   t o   t h e   t a b l e ,   h e ’ s   a   f o u l   m a c h i n e   a n d   i t   t y p i c a l l y   h a p p e n s   w h e n   h e ’ s   s e t t i n g   a   p i c k   a n d / o r   d e f e n d i n g   o f f - b a l l .
j o e   m a z z u l l a   s a y s   h e   m i s s e s   b e i n g   i n   t h e   “ t r e n c h e s ”   a n d   w o r k i n g   i n d i v i d u a l l y   w i t h   t h e   p l a y e r s   i s   p r o b a b l y   t h e   b i g g e s t   d i f f e r e n c e   f r o m   b e i n g   a n   a s s i s t a n t   c o a c h   t o   h e a d   c o a c h   c e l t i c s
b o s t o n   c e l t i c s :   o v e r p e r f o r m i n g   2 0 1 9   f i r s t - r o u n d   p i c k   u n l i k e l y   t o   h a v e   d e a l   g u a r a n t e e d   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   👌   c e l t i c s  
c l e a r l y   l a m e l o   c a n ’ t   s t a y   i n   f r o n t   o f   d e r r i c k   w h i t e   a n d   t h e   o n l y   w a y   t o   s t o p   h i m   i s   t o   t a k e   h i m   d o w n   c e l t i c s    
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c e l t i c s '   j a y s o n   t a t u m   r a n k e d   i n s i d e   e s p n ' s   t o p   1 0   o f   2 0 2 2 - 2 3   t o p   1 0 0   p l a y e r s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i   b e l i e v e   i n   y o u   m o r e   t h a n   a n y t h i n g   i ’ v e   e v e r   b e l i e v e d   i n .   i   c o m p l e t e l y   e x p e c t   y o u   t o   f u c k   s h i t   u p .     c e l t i c s
o n   t h i s   d a y :   f o r m e r   b o s t o n   c e l t i c s   b i g   m a n   b r e t t   s z a b o   s i g n s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ’ s   j a y l e n   b r o w n   j u s t   o u t s i d e   o f   s p o r t s   i l l u s t r a t e d ’ s   t o p   2 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ' s   j a y l e n   b r o w n   j u s t   o u t s i d e   o f   s p o r t s   i l l u s t r a t e d ' s   t o p   2 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w h a t   t e a m s   d o   y o u   p c ?   l i o n s p r i d e   r a v e n s f l o c k     d e t r o i t r o o t s   o r i o l e s     r e d w i n g s   p i s t o n s   c e l t i c s      
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g a m e   r e c a p :   c e l t i c s   1 1 2 ,   h o r n e t s   1 0 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i n t e r e s t i n g   e p i s o d e   
 s e x   a d d i c t   
 
   n i a l o n g 
 i m e u d o k a   r h o h   c e l t i c s   
 r e a l h u s b a n d s o f h o l l y w o o d  
b l a k e   g r i f f i n   m a k e s   c e l t i c s   d e b u t   a s   n o a h   v o n l e h   f i n a l l y   f i g h t s   f o r   r o s t e r   s p o t   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - h o r n e t s   p r e s e a s o n   r e m a t c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g u y s   i   c o u l d n ’ t   r e a l l y   w a t c h   m u c h   o f   t h e   g a m e   b e c a u s e   i   w a s   w o r k i n g   🥺   b u t   i   s a w   w e   c a m e   u p   f r o m   b e i n g   d o w n   a n d   i   s a w   b l a k e   g r i f f i n   g e t   2   f r e e   t h r o w s .   w e   l o o k   g r e a t .   c a n ’ t   w a i t   f o r   o p e n i n g   n i g h t   l f g   c e l t i c s
c h a r l o t t e   h o r n e t s   d r o p   t h i r d   s t r a i g h t ,   l o s e   t o   b o s t o n   c e l t i c s 
 
 
 
 n b a   c h a r l o t t e   h o r n e t s   a l l f l y   b o s t o n   c e l t i c s   b l e e d g r e e n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a a l l s t a r   n b a j a p a n g a m e s 2 0 2 2   n b a i n a b u d h a b i   l a k e s h o w   h e a t t w i t t e r   m f f l   s u n s
j u s t i n   j a c k s o n   s t r e n g t h e n s   c a s e   f o r   c e l t i c s   r o s t e r   s p o t   i n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   i m e   u d o k a ' s   f a l l o u t   w i t h   b o s t o n   c e l t i c s   c o u l d   s a v e   t h e   b r o o k l y n   n e t s 
 
 
 
 n b a   b r o o k l y n t o g e t h e r   n e t s   b r o o k l y n   b l e e d g r e e n   b o s t o n   c e l t i c s   t r u e t o a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n
b o s t o n   c e l t i c s :   b / r   s e e s   d e r r i c k   w h i t e   a s   o d d   m a n   o u t   i n   b a c k c o u r t 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   t r u e t o a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a i n a b u d h a b i   n b a j a p a n g a m e s 2 0 2 2   m f f l
b l a k e   g r i f f i n   p r a i s e s   ' o f f   t h e   c h a r t s '   c e l t i c s   i n t e n s i t y ,   m a t u r i t y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   t o o k   t h a t   w   ! ! !   t h a t ’ s   w h a t   i ’ m   t a l k i n g   a b o u t   a n d   o n   t h e y   c o u r t   ! ! !   i   l o v e   i t
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t i m e   t o   w a t c h   m y     g a m e   s u c k s   n o t   a l l   t h e   g u y s   a r e   p l a y i n g   b u t   i   g e t   i t ,   i t ’ s   n b a p r e s e a s o n   n b a t w i t t e r   c e l t i c s   a l l a b o u t 1 8   b l e e d g r e e n
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   b o s t o n   c e l t i c s   n b a   v i d e o :  
j u s t i n   j a c k s o n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j u s t i n   j a c k s o n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
d e r r i c k   w h i t e   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   d e r r i c k   w h i t e   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
j u s t i n   j a c k s o n   s t r e n g t h e n s   c a s e   f o r   c e l t i c s   r o s t e r   s p o t   i n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   r e s u l t s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2   ;   n b a   g a m e s   t o d a y ;   c e l t i c s 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s
l a m e l o   b a l l   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   l a m e l o   b a l l   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
c e l t i c s ’   m a r c u s   s m a r t   c r a c k s   s p o r t s   i l l u s t r a t e d ’ s   t o p   5 0   n b a   p l a y e r s   l i s t   f o r   2 0 2 2 - 2 3 . 
 
 b o s t o n c e l t i c s   🏟 
 c e l t i c s   🏀 
 n b a   n b a t w i t t e r   
 

g r a n t   w i l l i a m s   l o o k s   l i k e   a   n e w   p l a y e r :   7   t a k e a w a y s   f r o m   c e l t i c s   v s .   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h r e e   g a m e s ,   t h r e e   d e f e a t s .   w h a t   w e   l e a r n e d   i n   t h e   h o r n e t s ’   p r e s e a s o n   l o s s   t o   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e r r i c k   w h i t e   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e r r i c k w h i t e   d e r r i c k   w h i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
n o a h   v o n l e h   -   1 4   p t s ,   1 3   r e b ,   2   a s t ,   1   s t l   f u l l   h i g h l i g h t s | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 n o a h v o n l e h   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

a i n ' t   n o   w a y   i m e   u d o k a   r i s k e d   i t   a l l   f o r   t h a t .   s h e   h a d   t o   p u t   w i t c h c r a f t   o n   h i m   f u c k   t h a t .   a i n ' t   n o   w a y   i m e u d o k a   c e l t i c s   d r a y m o n d g r e e n   g o l d e n s t a t e
b l a k e   g r i f f i n   t a k e s   s u b t l e   s h o t   a t   n e t s   a m i d   p r a i s e   f o r   c e l t i c s   a f t e r   h i s   b o s t o n   d e b u t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a l e n   m c d a n i e l s   w i t h   a n   a l l e y   o o p   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
1 )   t a t u m 
 2 )   j b 
 3 )   s m a r t 
 4 )   b r o g d o n 
 5 )   h o r f o r d 
 6 )   d e r r i c k   w h i t e 
 7 )   b a t m a n 
 8 )   f a s t   p p 
 9 )   h a u s e r 
 1 0 )   b l a k e 
 1 1 )   k o r n e t t 
 1 2 )   t i m e l o r d * 
 1 3 )   g a l l o * 
 1 4 )   v o n l e h 
 1 5 )   j u s t i n   j a c k s o n 
 1 6 )   k a b e n g e l e   ( 2 - w a y ) 
 1 7 )   d a v i s o n   ( 2 - w a y ) 
 
 i s   i t   o p e n i n g   n i g h t   y e t ?   c e l t i c s
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s   v s   h o r n e t s   p r e s e a s o n   r e m a t c h 

  b l a k e   g r i f f i n   c e l t i c s   d e b u t   -   7   p t s ,   9   r e b ,   2   a s t   f u l l   p l a y | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 b l a k e g r i f f i n   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

s e e i n g   b l a k e   g r i f f i n   i n   c e l t i c s   g r e e n   i s   w i l d   b u t   i   l o v e   i t ! ! !   c e l t i c s  
t h i s   w a r r i o r s   t e a m m a t e   d r a m a   r e a l l y   m a k e s   y o u   w o n d e r   i f   t h e   2 0 2 2   n b a   t i t l e   i s   l e g i t . . .   c e l t i c s
d e r r i c k   w h i t e   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e r r i c k w h i t e   d e r r i c k   w h i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
p a y t o n   p r i t c h a r d   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a y t o n p r i t c h a r d   p a y t o n   p r i t c h a r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e r r i c k w h i t e   p i c k s   u p   1 8   p o i n t s   a n d   s i x   a s s i s t s   t o   h e l p   t h e   c e l t i c s   e r a s e   a   1 6 - p o i n t   d e f i c i t   a g a i n s t   t h e   h o r n e t s .   f i n a l :   b o s   1 1 2   -   1 0 3   c h a   n b a p r e s e a s o n
b a l l i n g   o u t   d   w h i t e   c e l t i c s
g a r y   w a s h b u r n :   j a y l e n   b r o w n   w i l l   b e   t h e   l o n e   m e m b e r   o f   t h e   f i r s t   u n i t   t o   g e t   m i n u t e s   t o n i g h t .   c e l t i c s    
j u s t i n   j a c k s o n   w i t h   a   b l o c k   v s   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n o a h v o n l e h   n o a h   v o n l e h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
p o i n t s   o n   t h e   b o a r d   p o d c a s t ! 
 
 -   b o s t o n   s t i l l   t h e   b e s t   i n   t h e   e a s t ? 
 -   m o d e r n   v s .   o l d - s c h o o l   c o a c h e s 
 -   i m e u d o k a   r a c i a l   d o u b l e   s t a n d a r d ? 
 -   n b a   s h o u l d n ’ t   f o r c e   t h e   s a l e   o f   t e a m s 
 -   p l u s   m o r e . 
 
 f a n t a s y b a s k e t b a l l   w n b a   c e l t i c s   s u n s   s p o r t s b e t t i n g   g a m b l i n g 
 
  
w h a t   e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   s a i d   a b o u t   j o e   m a z z u l l a   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e y   n e e d   t o   b r i n g   k e m b a   b a c k   s o m e h o w   i d c .   h e ' s   s u c h   a   g e m   💙   c e l t i c s  
m a z z u l l a   o n   n o a h   v o n l e h ,   w h o   r e s p o n d e d   f r o m   a   t o u g h   f i r s t   h a l f   w i t h   1 4   p o i n t s   a n d   1 3   r e b o u n d s :   
 
 “ i   t h i n k   h e ’ s   g r e a t ;   h e   u n d e r s t a n d s   t h e   g a m e ,   s c r e e n s   w e l l ,   f i t s   i n t o   o u r   d e f e n s i v e   i d e n t i t y .   v e r y   h a p p y   w i t h   t h e   w a y   h e   p l a y e d .   h e   d i d   s o m e   g o o d   t h i n g s   f o r   u s . ”   c e l t i c s
a l e x   c o r a   a t   t h e   m e t s   g a m e ? ? 
 l o v e   h e ' s   w e a r i n g   a   c e l t i c s   l i d 
 b o s t o n g u y   l o v e m y m a n a g e r   s i g n d e v e r s   s i g n b o g a e r t s
c e l t i c s   t a k e a w a y s   a s   d e r r i c k   w h i t e   s h i n e s ,   b l a k e   g r i f f i n   m a k e s   d e b u t   i n   p r e s e a s o n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h i s   i s   k a t h l e e n   n i m m o   l y n c h ,   t h e   d e v o u t   m o r m o n   w h o   h a d   a n   a f f a i r   w i t h   i m e   u d o k a . 
 
 i m e u d o k a   c e l t i c s  
b o s t o n ’ s   b - s q u a d   t a k e s   d o w n   c h a r l o t t e   1 1 2 - 1 0 3   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a ,   c e l t i c s   m e d i a   r e a c t   t o   b o s t o n ' s   1 1 2 - 1 0 3   p r e s e a s o n   w i n   o v e r   t h e   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
m a z z u l l a   o n   n o a h   v o n l e h ,   w h o   r e s p o n d e d   f r o m   a   t o u g h   f i r s t   h a l f   w i t h   1 4   r e b o u n d s   a n d   1 3   r e b o u n d s :   
 
 “ i   t h i n k   h e ’ s   g r e a t ;   h e   u n d e r s t a n d s   t h e   g a m e ,   s c r e e n s   w e l l ,   f i t s   i n t o   o u r   d e f e n s i v e   i d e n t i t y .   v e r y   h a p p y   w i t h   t h e   w a y   h e   p l a y e d .   h e   d i d   s o m e   g o o d   t h i n g s   f o r   u s . ”   c e l t i c s
c e l t i c s   a t   h o r n e t s :   b o s t o n   o u t l a s t s   e a r l y   c h a r l o t t e   p u s h ,   w i n   1 1 2 - 1 0 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b r o g d o n   i s   t h e   p r i z e   a c q u i s i t i o n   n o   d o u b t . . b u t   b r a d s t e v e n s   m a y   h a v e   s t u m b l e d   u p o n   a   g e m   i n   n o a h v o n l e h   . .   c e l t i c s
h o r n e t s   l o s e   t o   c e l t i c s   i n   p r e - s e a s o n   p l a y 
 n .   r i c h a r d s   -   3 p t s ,   3 r e b ,   1 b l k 
 t .   r o z i e r   -   1 4 p t s ,   6 r e b ,   3 a s t ,   2 s t l ,   1 b l k 
 p j .   w a s h i n g t o n   -   1 2 p t s ,   4 r e b ,   3 a s t ,   3 s t l 
 
 b b n   😸   c a r d s g o n e p r o   ♦ ️   k y p r o b a s k e t b a l l   🏀   n b a t w i t t e r   l e t s g o p r o
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :     1 1 2 ,   h o r n e t s   1 0 3 .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
i   t h i n k   b l a k e   g r i f f i n   i s   h a p p y   w i t h   h i s   c h o i c e .   
 
 c e l t i c s   a r e   a l r e a d y   l o c k e d   i n .  
f r o m   g r a n t   w i l l i a m s   c o n t i n u i n g   t o   a d d   t o   h i s   g a m e   t o   d e r r i c k   w h i t e ' s   a g g r e s s i v e   a p p r o a c h ,   b l a k e   g r i f f i n ' s   c e l t i c s   d e b u t ,   a n d   b o s t o n ' s   b e n c h   o u t s c o r i n g   c h a r l o t t e ' s   4 3 - 2 7 ,   h e r e ' s   w h a t   s t o o d   o u t   f r o m   t h e   c e l t i c s '   w i n   o v e r   t h e   h o r n e t s   

t h e   c e l t i c s   u s u a l s   c h e e r i n g   o n   t h e   b e n c h   p l a y e r s   w a s   a w e s o m e   t o n i g h t !   c e l t i c s  
i t ’ s   o n l y   p r e s e a s o n ,   b u t   i ’ m   l i k i n g   h o w   t h i s   g r o u p   i s   s h a p i n g   u p   t o   b e .   c e l t i c s   a l l a b o u t 1 8   ☘ ️  
g o o d   w i n   b o y s !   l e t ' s   g o   c e l t i c s !   ☘ ️  
t h e   h o r n e t s   a l s o   h a d   m o r e   o f f e n s i v e   r e b o u n d s ,   s t e a l s ,   a n d   b l o c k s   t h a n   t h e   c e l t i c s ,   a n d   w o n   t h e   t u r n o v e r   b a t t l e   1 0 - 1 9   ( s o   w e   a r e   p r o t e c t i n g   t h e   b a l l   a t   a   b e t t e r   c l i p ) .   
 
 t h e   h o r n e t s   a l s o   d o m i n a t e d   i n   t h e   p a i n t ,   o u t s c o r i n g   t h e   c e l t i c s   t h e r e   5 4 - 3 6 .   
 
 a l l f l y   🐝
m v p   f o r   t h e   c e l t i c s   p r e s e a s o n   s q u a d   g o t t a   b e   a   t i e   b e t w e e n   v o n l e h   & a m p ;   h a u s e r . . t h i s   i s   t h e   m o s t   c o n s i s t e n t   i ' v e   s e e n   v o n l e h   l i k e   e v e r . . . m u s t   b e   t h e   h o m e   c o o k i n g !   n b a
c e l t i c s   g o t   m u l t i p l e   g u y s   w h o   c a n   p u t   a   1 0 +   5 +   5 +   l i n e   t o g e t h e r . . j a y s o n ,   j a y l e n ,   a l ,   d w ,   b r o g d o n . .   o c c a s i o n a l l y   r o b   & a m p ;   s m a r t   a s   w e l l .
      c e l t i c s   h a v e   m u l t i p l e   g u y s   w h o   c a n   p u t   t h a t   s t a t l i n e   t o g e t h e r ( 1 0 + p t s ,   5 + a s t   & a m p ;   5 + r b s ) . . i t ' s   a m a z i n g !
    s u r e   “ n o s e ”   h o w   t o   p i c k   a   w i n n e r ! ! 😂 🤣 😂 🤣 😂 🤣 😂   b l e e d g r e e n   b o o g e r g a t e   n b a   c e l t i c s   a b b y c h i n  
i t ’ s   n o   s e c r e t   t h a t   p a t r i c k   b e v e r l e y   f e e l s   s l i g h t e d   b y   t h e   f a c t   t h a t   h e ’ s   n e v e r   w o n   t h e   d e f e n s i v …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
k e m b a   w a l k e r :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   ' a   s p e c i a l   p e r s o n '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c ’ s   s t a t s :   j a y l e n   b r o w n   1 9   p o i n t s ,   5   r e b o u n d s …   d e r r i c k   w h i t e   1 8   p o i n t s ,   6   a s s i s t s …   j u s t i n   j a c k s o n   1 6   p o i n t s …   p a y t o n   p r i t c h a r d   1 5   p o i n t s ,   7   a s s i s t s …   n o a h   v o n l e h   1 4   p o i n t s ,   1 3   r e b o u n d s …   b l a k e   g r i f f i n   7   p o i n t s ,   9   r e b o u n d s   c e l t i c s   b l e e d g r e e n   ☘ ️
b r o d r i c ,   l u k a   & a m p ;   l a y m a n   c u t   i m o . .   j u s t i n j a c k s o n   m i g h t   h a v e   h e a t e d   u p   a t   t h e   r i g h t   t i m e . . w a s n t   a   f l a w l e s s   g a m e   b u t   b r u h   p l a y e d   l i k e   h i s   l i f e   d e p e n d e d   o n   i t !   c e l t i c s
            _ m i m i         _ c e l t i c s               w o w !     t h a t   w a s   o n e   h e c k u v a   g o o d   g a m e   f o r   c o a c h   m a z z u l a !     t o o k   j a y l e n   a n d   t h e   b e n c h   a n d   b e a t   t h e   h o r n e t s   s t a r t e r s . 
 
 a l s o   l i k i n g   t h e   d e p t h   v o n l e h   a n d   g r i f f i n   g i v e   u s   i n   t h e   f r o n t   c o u r t . 
 
 o n e   m o r e   p r e s e a s o n   g a m e   t h e .   o u r   c e l t i c s   a r e   p l a y i n g   f o r   k e e p s !
a   s h o r t h a n d e d   c e l t i c s   t e a m   r a l l i e d   i n   t h e   t h i r d   q u a r t e r   t o   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   o n   f r i d a y .  
r e a l l y   s o l i d   d e b u t   f o r   b l a k e   g r i f f i n .   h a s   t h e   p o t e n t i a l   t o   f i l l   o u t   t h e   b o x   s c o r e   i n   v e r y   l i m i t e d   m i n u t e s   w h i l e ,   m o s t   i m p o r t a n t l y ,   g i v i n g   c e l t i c s   b i g s   a   b r e a k .  
b l a k e   g r i f f i n   f i n i s h e s   w i t h   7   p o i n t s   a n d   9   r e b o u n d s   i n   1 6   m i n u t e s .   h e   w a s   a   p l u s - 8 .   c e l t i c s   h o r n e t s
t h e   s h o r t h a n d e d   c e l t i c s   w o n .   h o r n e t s   a r e   h o r r e n d o u s   a n d   i t ’ s   p r e s e a s o n ,   b u t   w i n s   a r e   s t i l l   f u n .
f i n a l   c e l t i c s   w i n   1 1 2 - 1 0 3   h o r n e t s
c e l t i c s   b e a t   h o r n e t s   1 1 2 - 1 0 3   w i t h o u t   f o u r   m a i n   p l a y e r s .   b r o w n   1 9 ,   w h i t e   1 8 ,   j a c k s o n   1 6 ,   p r i t c h a r d   1 5 ,   v o n l e h   1 4 .
🚨 p o s t g a m e   s h o w   n o w ! 
 
 j o i n     a n d   _ s w a y   f o r   c e l t i c s   p o s t g a m e   s h o w   l i v e ! 
 
 📺 w a t c h :   
 
 ⚡ ️ b y   ,   _ a g ,    
n b a   p r e s e a s o n :   c e l t i c s   1 1 2 ,   h o r n e t s   1 0 3 
 
 l a m e l o   b a l l :   2 3   p o i n t s ,   9   a s i s t s ,   4   r e b o u n d s ,   3   s t e a l s 
 
 k e l l y   o u b r e   j r . :   1 8   p o i n t s   o n   7 - 1 4   s h o o t i n g 
 
 p . j .   w a s h i n g t o n   h a d   1 2 
 
 b o u k n i g h t   0 - 8   f r o m   t h e   f l o o r   b u t   h a d   9   r e b o u n d s
c e l t i c s   1 1 2   h o r n e t s   1 0 3 .   m u c h   b e t t e r   s h o w i n g   f r o m   t h e   d e p t h   g u y s ,   p a r t i c u l a r l y   n o a h   v o n l e h .   
 
 w e ' r e   g o i n g   l i v e   n o w   w /   _ s w a y   :  
h a p p y   f o r   m y   g u y   v o n l e h !   i ' v e   b e e n   t r y i n g   t o   h i m   b a c k   h o m e   f o r   a t l e a s t   2   y r s   b l e e d g r e e n   c e l t i c s
t h e   2 4 a u t o g r o u p   i s   d e a d .   t h e s e   s h r i l l   c o m m e r c i a l s   m e a n s   n o b o d y   n e w   c o m i n g   t o   y o u ! !   p u l l   t h i s   a d   n o w .   i t ' s   h o r r i b l e .   c e l t i c s       c o m m e r c i a l s   a r e   o k   b u t   n o t   t h i s   b u l l s h i t .
s w e a t i n g   o u t   a   p r e s e a s o n   g a m e   m i g h t   b e   a l l   t i m e   l o w   c e l t i c s   h o r n e t s
n o   g a m e s   u n t i l   n e x t   f r i d a y ? ?   😩 ☘ ️   c e l t i c s
i   l o v e   o u r   t e a m   😌 ☘ ️   c e l t i c s  
j u s t i n   j a c k s o n   i s   p l a y i n g   w e l l   t o n i g h t   c e l t i c s
i s   d w h i t e & g t ; l a m e l o   w h a t   i ’ m   h e a r i n g ?   c e l t i c s   h o r n e t s
b r o d e r i c k   t h o m a s   a i n ' t   m a k i n g   t e a m   c e l t i c s
s o m e   c e l t i c s   l o v e   f r o m     a t   c i t i  
a l e x   i s   i n   n e w   y o r k 
 r e d s o x 
 c e l t i c s  
j u s t i n   j a c k s o n   t r a t a n d o   d e   h a c e r   l a   g r a n   c a r s e n   e d w a r d s ,   i   s e e   y o u   c e l t i c s
c e l t i c s   b e t t e r   w i n   t o n i g h t …   ☘ ️
4 q   u n d e r w a y   b e t w e e n   c e l t i c s   & a m p ;   h o r n e t s .   i ' m   g o i n g   l i v e   p o s t - g a m e   w i t h   _ s w a y  
j u s t i n   j a c k s o n ' s   c h a s e   d o w n   b l o c k   b r o u g h t   t h e   c e l t i c s   b e n c h   t o   t h e i r   f e e t .   e v e n   t h e   a s s i s t a n t   c o a c h e s   w e r e   f i r e d   u p !   
 
 c e l t i c s   o u t s c o r e   t h e   h o r n e t s   3 6 - 2 2   i n   t h e   3 r d   q u a r t e r   t o   t a k e   a   9   p o i n t   l e a d   i n t o   t h e   4 t h .
a f t e r   3   c e l t i c s   9 3 - 8 4   h o r n e t s
🚨 h o m e   s t r e t c h ! 🚨 
 
 c e l t i c s   a r e   u p   9 3 - 8 4 ! 
 
 j o i n     a n d   _ s w a y   f o r   t h e   g a r d e n   r e p o r t   p o s t   g a m e   s h o w   a f t e r   c e l t i c s   v s   h o r n e t s ! 
 
 📺 w a t c h :   
 
 ⚡ ️ b y   ,   _ a g   & a m p ;    
j a c k s o n   s h o o t i n g   3 ' s   a n d   f i n i s h i n g   w i t h   t h a t   b l o c k .   t h a t ' s   w h a t   t h e   c e l t i c s   i s   a b o u t !
v o n l e h   a n d   p r i t c h a r d   c o u l d   b e   a n   o f f   t h e   b e n c h   p r o b l e m   f o r   o t h e r   t e a m s 
 
 c e l t i c s
l o v e   w h a t   n o a h   h a s   d o n e   a t   t h e   b a c k   u p   c e n t e r   s p o t   s o   f a r   c e l t i c s
j u s t i n   j a c k s o n   i s   t h a t   d a w g   c e l t i c s
p r i t c h a r d   h a s   l o o k e d   g o o d   i n   t h e s e   s e c o n d   h a l v e s .   y o u   w o n d e r   w h a t   h i s   r o l e   a n d   f u t u r e   a r e   g o i n g   t o   b e   t h i s   s e a s o n   a n d   b e y o n d   a f t e r   c e l t i c s   g o t   d e e p e r   a t   t h e   g u a r d   s p o t .   t h e r e ' l l   b e   m o m e n t s   f o r   h i m ,   b u t   n o t   m a n y .
j u s t i n   j a c k s o n   b l o c k s   m a r k   w i l l i a m s   d u n k   a t   t h e   r i m .   t h e   u n c   o n   d u k e   c r i m e   i s   r e a l .   w h a t   a   s t r e t c h   f o r   j a c k s o n .   c e l t i c s   h o r n e t s
j a c k s o n   s a i d   d o n ’ t   p l a y   w i t h   h i m   t o n i g h t .   c e l t i c s   k e e p   t h a t   m o m e n t u m   m y   g u y .
j u s t i n   j a c k s o n   i s   g e t t i n g   s o m e   b u c k e t s   c e l t i c s
t h r e e   t h r e e s   i n   a   r o w   f o r   j u s t i n   j a c k s o n   a n d   h e   n e e d e d   t h o s e   f o r   h i s   c o n f i d e n c e .   c e l t i c s   h o r n e t s
j a c k s o n   s h o w e d   u p   t o n i g h t   c e l t i c s
g u e s s   w h a t   …   w e   s t i l l   h a v e   d a n i l o   a n d   r o b   w i l l i a m s   o n   s t a n d b y   😊 🫠 🤭   c e l t i c s     n b a  
t h i s   i s   a   f u n   b a c k   & a m p ;   f o r t h   c e l t i c s
g r a n t   w i l l i a m s   i s   w o r k i n g   o n   h i s   g a m e . 
 i   a i n ' t   n e v e r   s e e n   h i m   p u t   b a l l   o n   f l o o r   c e l t i c s
l a m e l o   b a l l   n e e d s   a n k l e   i n s u r a n c e   a f t e r   t h i s   c r o s s o v e r   b y   w h i t e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   l a m e l o   b a l l   c r o s s o v e r   c h a   c h a r l o t t e   h o r n e t s   b o s   b o s t o n   c e l t i c s
3   p r e   s e a s o n   g a m e s   i s   e n o u g h   f o r   m e . . .   s a m   h a u s e r   h o f   c e l t i c s  
9   b o a r d s   i n   1 6   m i n u t e s   f o r   b l a k e   g r i f f i n .   c e l t i c s   h o r n e t s
k e m b a   w a l k e r   t o     o n   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a :   " t h e y ' v e   g o t   a   g r e a t   c o a c h ,   b u t   e v e n   m o r e   i m p o r t a n t ,   h e ' s   a   s p e c i a l   p e r s o n .   h e ' s   a   s p e c i a l   g u y   t o   m e .   i ' v e   g o t   a   l o t   o f   l o v e   f o r   t h a t   g u y . "
r e a l l y   h a p p y   t o   s e e   k e m b a   c o u r t   s i d e .   w i s h   t h i n g s   c o u l d ’ v e   w o r k e d   o u t … . .   c e l t i c s
a l ,   m a l c o l m ,   m a r c u s ,   a n d   j a y s o n   c e l t i c s   g o c e l t i c s  
n i c e   s c r e e n   b y   g r i f f i n   t o   c l e a r   j a y l e n   f o r   a   3 .   c e l t i c s
g l a d   h e   i s   h e r e ,   a n d   b l a k e   i s   v e r y   m u c h   w i n d e d . . . l i k e   m y   a s s   b e   i n   t h i s   g a m e .   c e l t i c s
j f c   c e l t i c s   y a l l   s t i l l   h a v e n ' t   c l e a n e d   u p   t h e   t u r n o v e r s 
 s t o p   t u r n i n g   t h e   b a l l   o v e r !
e d d i e   h o u s e :   d r a y m o n d   g r e e n   ' a   b u l l y '   f o r   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   h a s   b e e n   t e r r i f i c   f o r   t h e   c e l t i c s   s o   f a r   i n   t h e   p r e s e a s o n .
c e l t i c s   v s .   h o r n e t s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
_ s m o o t h 1 0   w i t h   t h e   b l o c k !   t h a t ’ s   t h a t   c e l t i c s   d e f e n s e   c e l t i c s  
b l a k e   g r i f f i n   b u r y i n g   3 ’ s   🔥 🔥 🔥 
 
 c e l t i c s   •   b l e e d g r e e n   •   n b a   
 
  
g r i f f i n   r e p l a c e s   v o n l e h   t o   s t a r t   s e c o n d   h a l f .   c e l t i c s   h o r n e t s
d e r r i c k   c h i l l l l l   i t ’ s   o n l y   p r e s e a s o n     c e l t i c s   n b a  
b o s t o n   m a k i n g   a   c o m e   b a c k   n b a   c e l t i c s
( n e w   y o r k   t i m e s ) : b o s t o n   c e l t i c s   c o a c h   i m e   u d o k a   r o s e   f a s t   a n d   f e l l   h a r d   :   w e e k s   a f t e r   t h e   c e l t i c s   a b r u p t l y   s u s p e n d e d   u d o k a   f o r   t h e   s e a s o n ,   i t ’ s   s t i l l   n o t   e n t i r e l y   c l e a r   w h y .   s o m e   w h o   h a v e   k n o w n   h i m   a r e   s t r u g g l i n g   t o   m a k e   s e n s e   . .  
a f t e r   2   c e l t i c s   5 7 - 6 2   h o r n e t s
b l a k e   g r i f f i n   j u s t   s c o r e d   h i s   f i r s t   b a s k e t   a s   a   ! ☘ ️ ☘ ️ 
 b l a k e g r i f f i n   n b a   n b a t w i t t e r   n b a p r e s e a s o n   c e l t i c s   
  
🚨 c e l t i c s   t r a i l   t h e   h o r n e t s   6 2 - 5 7   a t   h a l f t i m e 
 
 t u n e   i n t o     p o s t g a m e   s h o w   a f t e r ! 
 
   & a m p ;   _ s w a y   r e c a p   c e l t i c s   v s   h o r n e t s ! 
 
 📺 w a t c h   l i v e :   
 
 ⚡ ️ b y   _ a g   |     |    
d e r r i c k   w h i t e   w o k e   u p   f e e l i n g   d a n g e r o u s   c e l t i c s
    a n d   c e l t i c s   f a n s   a r e   b l e s s e d   w i t h   t w o   o f   t h e   g r e a t e s t   p l a y - b y - p l a y   a n n o u n c e r s     a n d     ☘ ️   💚   b l e e d g r e e n   c e l t i c s
l e a d i n g   t h e   c e l t i c s   i n   s c o r i n g   w i t h   1 5   p o i n t s ,   5 / 8   f r o m   t h e   f l o o r ,   h e ' s   d i s h e d   o u t   5   a s s i s t s   a n d   p u l l e d   d o w n   2   b o a r d s .  
d e r r i c k   w h i t e   i s   p l a y i n g   r e a l l y   w e l l   o n   b o t h   s i d e s .   c e l t i c s   h o r n e t s
l e t ' s   g o   c e l t i c s .   c e l t i c s
b l a k e   f o r   3   c e l t i c s
e v e r y t h i n g   i t ' s   o k   c e l t i c s 
 
 b e l i e v e   i n   b o s t o n   
 
 r o a d t o 1 8   ☘ ️  
p l u m l e e   i s   a   p l u m l e e .   c e l t i c s
n o a h   v o n l e h   b e e n   n i c e   s o   f a r   t o d a y ,   g o i n g   a   l o n g   w a y   t o   m a k i n g   t h e   r o s t e r   c e l t i c s
n o   o f f e n s e   t o   t h e   g u y ,   b u t   i   d o n ' t   t h i n k   n o a h   v o n   l e h   i s   g o i n g   t o   m a k e   i t   c e l t i c s   b l e e d g r e e n
c e l t i c s   r e a l l y   t r y i n g   t o   g e t   a   l o n g   l o o k   a t   v o n l e h   a n d   h e   c a n ' t   s t o p   s e t t i n g   i l l e g a l   s c r e e n s .
l a m e l o   j u s t   g o t   h i s   a n k l e s   t a k e n   a w a y   b y   ! 
 n b a   n b a t w i t t e r   c e l t i c s   n b a p r e s e a s o n   c l u b g r e e n   h i g h l i g h t   
  
o h   s h i t !     f u c k i n   b i g   s t u d   b l a k e   g r i f f o n   i s   b a c k . . .   c e l t i c s   b i g r e d   b l e e d s g r e e n
s i x   m i n u t e s   f o r   g r i f f i n   i n   h i s   f i r s t   s t i n t .   2   p t s ,   4   r e b s .   c e l t i c s   h o r n e t s
b r i c k   g r i f f i n   t o n i g h t . . . c e l t i c s  
y e a r   1   v s .   y e a r   7 
 j a y l e n   b r o w n ,   c e l t i c s  
3 5 - 2 2   h o r n e t s   
 
 l a m e l o   g o t   c o o k i n g ,   c e l t i c s   b a d   o n   t h e   b o a r d s   a n d   t u r n o v e r s   c o n t i n u e .   b r o w n   a n d   w h i t e   l o o k e d   g o o d ,   w h i c h   m i g h t   b e   a l l   t h a t   m a t t e r s .   w a n t   t o   s e e   a   s t r o n g e r   f l a s h   f r o m   g r a n t   & a m p ;   h a u s e r   i n   t h e i r   n e x t   r o t a t i o n s .
a f t e r   1   c e l t i c s   2 2 - 3 5   h o r n e t s
c e l t i c s   t r a i l   3 5 - 2 2   a f t e r   1 q .   w h i t e   8 ,   b r o w n   7 ;   b a l l   1 5 .   i t ' s   g o n n a   b e   a   l o n g   t h r e e   r e m a i n i n g   q u a r t e r s .
f i r s t   q u a r t e r   i n   t h e   b o o k s   o f   p r e s e a s o n   g a m e   3 .   
 
 h i g h l i g h t :   b l a k e   g r i f f i n ' s   c e l t i c s   d e b u t . 
 
 l o w l i g h t :   c e l t i c s   d o w n   3 5 - 2 2   w i t h   9   t u r n o v e r s .
o m w   i   k n o w   i t ' s   p r e s e a s o n ,   b u t   t h i s   i s   t h e   s l o p p i e s t   n b a   g a m e   i ' v e   e v e r   s e e n .   i   r e m e m b e r   w h e n   t h e i s   f i r s t   j o i n e d   t h e   c e l t i c s     a n d   t h a t   g a m e   w h e r e   h e   l i t   t h e   p l a c e   u p .
m a n   c e l t s   a r e   g e t t i n g   r o c k e d !   c e l t i c s
c e l t i c s   g i v i n g   u p   a   t o n   o f   o - b o a r d s   a n d   t u r n o v e r s   i n   t h e   f i r s t .   a   l o t   o f   g u y s   r e s t i n g   a l s o   a f f e c t i n g   t h e   c h e m i s t r y   o f   t h e   h a l f   c o u r t   o f f e n s e .   c e l t i c s
t h o m a s - b r o w n - g r i f f i n - l a y m a n - p r i t c h a r d   t h e   l a t e s t   c e l t i c s   u n i t .
w e   g e t t i n g   c o o k e d   r i g h t   n o w   c e l t i c s   
 
 l a m e l o   m i g h t   d r o p   4 0   o n   u s   i f   t o n i g h t   i n   p r e   s e a s o n
s a m   h a u s e r   a n d   b l a k e   g r i f f i n   a r e   t h e   d u o   b o s t o n s   b e e n   w a i t i n g   f o r   🫡 
 
 c e l t i c s
c e l t i c s   l o o k   r e a l l y   t i r e d ,   m a z z u l l a   c a l l s   t i m e o u t   d o w n   3 2 - 1 7   l a t e   1 q .
  s a m   h a u s e r ’ s   n i c k n a m e   i s   “ h a u s e r   p a i n ” 
 
 i n s t e a d   o f   “ h o u s e   o f   p a i n ”   
 
 c e l t i c s  
b l a k e   g r i f f i n   c h e c k s   i n   c e l t i c s
c e l t i c s   v s .   h o r n e t s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
4   c h a   o r e b   i n   7   m i n .   c e l t i c s   g a v e   u p   1 6   o r e b   o n   s u n d a y   a n d   1 3   o n   w e d n e s d a y . 
 
 1 4 . 5   p e r   g a m e   e n t e r e d   t h e   n i g h t   r a n k e d   2 6 t h   i n   t h e   p r e s e a s o n .
c e l t i c s   v s   h o r n e t s   p r e s e a s o n .   t h i s   i s   g r a n t   w i l l i a m s   f a m i l y .   b l e e d g r e e n   c e l t i c s  
t h e   h o r n e t s   c o m m e n t a t o r s   b e   w i l d   e v e n   i n   p r e   s e a s o n   😂 😂   n b a   c e l t i c s
t h i s   s t a r t i n g   l i n e   u p   w i t h   t h e   b e n c h   w e   g o t   r n   w o u l d   b e   a   6 t h   s e e d   t e a m   l m a o   c e l t i c s   l e t ’ s   g o
r e f s   a c t i n g   l i k e   l e b r o n   i s   p l a y i n g   c e l t i c s
d e r r i c k   w h i t e   j u s t   d r o p p e d   l a m e l o   b a l l   i n   p r e s e a s o n .   m y   b o y   d   w h i t e   c e l t i c s   ☘ ️ ☘ ️ ☘ ️ ☘ ️ 😤 😮 ‍ 💨
_ c j d r   2 4 a u t o g r o u p   a s s a u l t i n g   p e o p l e   o n   c o m m e r c i a l s       c e l t i c s   . . .   
 
 n o p e !   n o b o d y   c o m i n g   t o   y o u   f r o m   t h o s e   c o m m e r c i a l s . . .   w e   h a t e   y o u .
j a y s o n   t a t u m   i s   n o t   c o n c e r n e d   a b o u t   p r e s e a s o n   s t r u g g l e s ,   s a y s   ' i   s t a r t   o f f   s l o w '   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d e a r     :   t h a t   2 4 a u t o g r o u p   c o m m e r c i a l ?   i ’ m   n o t   i n t o   t h e   3 r d   p r e s e a s o n   g a m e   a n d   i   h a v e   a l r e a d y   s w o r n   t o   n e v e r   b u y   f r o m   t h e m ,   n e v e r   l e t   f r i e n d s   a n d   f a m i l y   b u y   f r o m   t h e m ,   a n d   r e a d y   t o   f i l e   a   f c c   c o m p l a i n t .   w h y   d o   y o u   h a t e   y o u r   v i e w e r s ?   c e l t i c s
1 s t   c e l t i c s   e d i t   v a r i a n t   f o r   ' 2 2 - ' 2 3   -   u b u n t u   2 . 0   -   w i t h   b l a k e !   🤍   a n d   r e t w e e t   p l e a s e ,   t h a n k   y o u !   ☘ ️ 
 
     _ w i l l i a m s i i i   _ m s 3     _ h o r f o r d         _ s m o o t h 1 0          
c e l t i c s   s t a r t e r s :   h a u s e r ,   b r o w n ,   v o n l e h ,   w h i t e ,   g w i l l i a m s
  v s     -   t h e   s c a r y   g o r d o   c u p ! 
 
 
 
 n b a p r e s e a s o n   n b a   c e l t i c s   h o r n e t s  
c e l t i c s   n o t   w a t c h i n g   t o d a y   i ’ m   a t   t h e   k n i c k s   g a m e   i n   n e w   y o r k   c i t y   b u t   g o   c e l t i c s   t o n i g h t   i ’ m   a c t u a l l y   a t   a   g a m e   a t   m a d i s o n   s q u a r e   g a r d e n
i n   t h e   s p o r t s   w o r l d ,   t h e   h e a d   c o a c h   i s   v e r y   “ f a m o u s ” .   t h a t   i s   c e l e b r i t y .   a n d   i t ’ s   i n t o x i c a t i n g !   e v e n   t o   p e o p l e   w h o   s h o u l d   k n o w   b e t t e r .   i m e u d o k a   b o s t o n   c e l t i c s   n b a   n i a l o n g  
w h i t e - b r o w n - h a u s e r - g r a n t - v o n l e h   f o r   t h e   c e l t i c s   
 
 h o r n e t s   w i t h o u t   h a y w a r d ,   s m i t h ,   m a r t i n  
a l m o s t   g a m e   t i m e !   c e l t i c s  
d e s p i t e   n o t   p l a y i n g   t o n i g h t   i n   t h e   c e l t i c s   p r e s e a s o n   b o u t   a g a i n s t   t h e   h o r n e t s ,   f i n d   o u t   w h y   j a y s o n t a t u m   i s n ’ t   c o n c e r n e d   a b o u t   h i s   e a r l y   o f f e n s i v e   s t r u g g l e s  
d e s p i t e   n o t   p l a y i n g   t o n i g h t   i n   t h e   c e l t i c s   p r e s e a s o n   b o u t   a g a i n s t   t h e   h o r n e t s ,   f i n d   o u t   w h y   j a y s o n t a t u m   i s n ’ t   c o n c e r n e d   a b o u t   h i s   e a r l y   o f f e n s i v e   s t r u g g l e s  
c ’ s   i n a c t i v e   l i s t :   j a y s o n   t a t u m * ,   d a n i l o   g a l l i n a r i ,   m a l c o l m   b r o g d o n * ,   m a r c u s   s m a r t * ,   l u k e   k o r n e t ,   a l   h o r f o r d * ,   a n d   r o b e r t   w i l l i a m s   c e l t i c s 
 
 * r e s t
p r e s e a s o n   g a m e   t h r e e   s t a r t e r s : 
 w h i t e ,   h a u s e r ,   b r o w n ,   g .   w i l l i a m s ,   a n d   v o n l e h   c e l t i c s   b l e e d g r e e n   ☘ ️
c e l t i c s   s t a r t i n g   l i n e u p   f o r   g a m e   3   o f   t h e   p r e s e a s o n :  
r e a d y   t o   s e e   t h i s   l i n e   u p   i n   a c t i o n !   l o v e   p r e - s e a s o n   c e l t i c s ☘ ️   b a s k e t b a l l ! !  
i   j u s t   p u b l i s h e d   t o p   1 0   b o s t o n   c e l t i c s  
j a y l e n   b r o w n   w i l l   b e   t h e   l o n e   m e m b e r   o f   t h e   f i r s t   u n i t   t o   g e t   m i n u t e s   t o n i g h t .   c e l t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a l t h o u g h   b l a k e   g r i f f i n   s i g n e d   f o r   l e s s   t h a n   h i s   r e a l - t i m e   v a l u e ,   h i s   a d j u s t m e n t   t o   t h e   v e t e r a n   m i n i m u m   d o e s   w e l l   f o r   a   c e l t i c s   t e a m   l o o k i n g   t o   m a i n t a i n   a   s t r o n g   f o u n d a t i o n   f o r   i t s   c o r e .    
b r a d ! ! ! !   c e l t i c s  
s c a l   a n d   g o r d o n   h a v i n g   a   c o n v o   c e l t i c s  
s a m e   s t a r t i n g   f i v e   f o r   t h e   h o r n e t s   t o n i g h t .   s t e v e   c l i f f o r d   s a i d   l a m e l o ,   t e r r y   r o z i e r   a n d …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i g h t   o f f   f o r   s o m e   o f   t h e   c e l t i c s   r e g u l a r s .   b l a k e   g r i f f i n   w i l l   m a k e   h i s   t e a m   d e b u t ,   t h o u g h .    
c e l t i c s   s t a r   j a y l e n   b r o w n   o p e n s   u p   d u r i n g   b o s t o n ,   m f a   p a n e l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
d e r r i c k   w h i t e   s a y s   t h e   c e l t i c s   h a v e   w o r k e d   o n   d e f e n s i v e   s w i t c h e s   a h e a d   o f   t o n i g h t ’ s   g a m e      
j b   w a n t s   t o   w i n 
 j t   w a n t s   t o   w i n 
 i   w a n t   t o   w i n 
 c e l t i c s 
  
c a r e f u l   i m e . . .   j u s t   f o u n d   t h i s . . .     
 
 c e l t i c s   i m e u d o k a  
n e w   c e l t i c s   b o t t l e   o p e n e r   😍 ☘ ️ 🔥  
b l a k e   g r i f f i n ’ s   f i r s t   p r e g a m e   r o u t i n e   w i t h   t h e   c e l t i c s 

g o t   a   f u l l   s c h e d u l e   f o r   t o n i g h t ! 
 n b a t v   n b a   n b a t w i t t e r   c e l t i c s   a l l f l y   p a c e r s   k n i c k s   n u g g e t s   b u l l s n a t i o n   w e t h e n o r t h   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s   m a g i c   m f f l   m a v e r i c k s   r a p t o r s   h o r n e t s   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n  
“ t a k e   i t   o n e   d a y   a t   a   t i m e ” 👀   c e l t i c s   
  
t h e   c e l t i c s   s e c o n d   u n i t   i s   g o i n g   t o   b e   s t r o n g   t h i s   s e a s o n .   t h e r e ’ s   a   t o n   o f   l i n e u p   v a r i a t i o n s   a n d   r o t a t i o n s   u p   j o e   m a z z u l l a ’ s   s l e e v e .   i ’ m   i n t e r e s t e d   t o   s e e   a   l i n e u p   o f :   b r o g d o n ,   b r o w n ,   h a u s e r ,   g r a n t ,   a n d   g r i f f i n .   b r o g d o n ’ s   b u i l t   a   q u i c k   r a p p o r t   w i t h   b r o w n ,   h a u s e r ,   a n d   g r a n t
h a d   t o   b e   t h e   c e l t i c s   w h o   p a i d   f o r   t h e   t a p e s   t o   l e a k   w a r r i o r s   c e l t i c s   n b a
1 s t   c e l t i c s   e d i t   f o r   ' 2 2 - ' 2 3   -   u b u n t u   2 . 0   -   i t ' s   g o i n g   t o   b e   a n   i n c r e d i b l e   s e a s o n   o n   t h e   w a y   t o   b a n n e r 1 8   🤍   a n d   r e t w e e t   p l e a s e ,   t h a n k   y o u ! 
 
     _ w i l l i a m s i i i   _ m s 3     _ h o r f o r d         _ s m o o t h 1 0    
c a n   s a m   h a u s e r   c r e a t e   f o r   h i m s e l f ?   w a t c h   t h i s   👀   c e l t i c s  
j a y l e n   b r o w n   w i l l   b e   t h e   l o n e   m e m b e r   o f   t h e   f i r s t   u n i t   t o   g e t   m i n u t e s   t o n i g h t .   c e l t i c s
c e l t i c s   s t a r   j a y l e n   b r o w n   o p e n s   u p   d u r i n g   b o s t o n ,   m f a   p a n e l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c h a r l o t t e   h o r n e t s   a t   b o s t o n   c e l t i c s   p r e v i e w   a n d   g a m e   t h r e a d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h i s   i s   w h y   t h e     a r e   o n e   o f   t h e   b e s t   o r g a n i z a t i o n s .   t h e   s o m e   w o u l d   s a y   " t o o   l o n g "   o f   a   s u s p e n s i o n   t o   i m e   s e t s   t h e   p r e c e d e n t   m o v i n g   f o r w a r d ,   m u c h   u n l i k e   t h e   s l a p   o n   t h e   w r i s t   m o s t   e x p e c t   f r o m   t h e   .     c e l t i c s   w a r r i o r s     s u c k e r p u n c h
d r a y m o n d   g r e e n   i s   a   p i e c e   o f   s h i t   w h o   k n e w   🤷 ‍ ♂ ️   c e l t i c s
t h e   g a m e s   m i k e   g o r m a n   w i l l   h a v e   o f f   t h i s   s e a s o n ,   s e a n   g r a n d e   w i l l   b e   f i l l i n g   i n   f o r   h i m   🍀   c e l t i c s
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   p r i c e   o f   b a s k e t b a l l   i s   s o   e x p e n s i v e   t h a t   g r a n t   w i l l i a m s   i s   c o m m a n d i n g   $ 1 2 m m ? ? ?   c e l t i c s  
n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s
t a k i n g   a n y   c e l t i c s   r e l a t e d   t h o u g h t s   o r   q u e s t i o n s   l e a d i n g   u p   t o   t h e   g a m e !   i ’ l l   a n s w e r   a n y t h i n g   i   c a n   t o   t h e   b e s t   o f   m y   a b i l i t y   w i t h   m y   h o n e s t   o p i n i o n !   l e t ’ s   s t a r t   a   t h r e a d   c e l t i c s   f a n s !
  i ’ m   s u r e     a n d   t h e       a r e   g o i n g   t o   d o   t h e   r i g h t   t h i n g   a n d   s u s p e n d     
 
 t h e y   w e r e   a l l   s o   o f f e n d e d   w h e n   c e l t i c s   f a n s   s w o r e   a t   p o o r   d r a y m o n d   i n   t h e   f i n a l s .       
 
 a s s a u l t   & g t ;   b a d   l a n g u a g e  
b o s t o n   c e l t i c s :   b / r   s e e s   d e r r i c k   w h i t e   a s   o d d   m a n   o u t   i n   b a c k c o u r t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
📣   n e w   p o d c a s t !   " e p .   2 0 5   -   d i d   d a n n y   a i n g e   l e a k   t h e   i m e   u d o k a   s t o r y ? "   o n     a i n g e   c e l t i c s   d r a y m o n d   k a r e e m   l a k e r s   l e b r o n   n b a   u d o k a   w e m b a n y a m a  
    d r a y m o n d   s h o u l d   b e   t h e   o n e   b e i n g   s u e d   a n d   d i s c i p l i n e d .   y o u   c a n ' t   j u s t   r o c k   a   g u y   l i k e   t h a t   w h e n   y o u r   a   g r o w n   m a n . . . c e l t i c s   f a n s   g e t   c a l l e d   o u t   f o r   y e l l i n g   p r o f a n i t y   a t   h i m .   i   w o n d e r   w h a t     w i f e   s a y s   a b o u t   h i m   s u c k e r   p u n c h i n g   a   t e a m m a t e .   h o w s   t h a t   l o o k   f o r   h i s   k i d s ?
t h e   p o w e r s   o f   7 :   r e i n t r o d u c i n g   t h e   2 0 2 2 - 2 3   n b a   t i t l e   c o n t e n d e r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   ( 1 - 1 )   a t   c h a r l o t t e   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  l e t ’ s   g e t   i t   d o n e   c e l t i c s
b o s t o n   c e l t i c s   ( 1 - 1 )   a t   c h a r l o t t e   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f y y y y   p l a y i n g   t o n i g h t   l e t ’ s   s e e e e e   h o w   h e   c a n   d o   i n   c e l t i c s   g r e e n   👀 👀 👀 👀 ☘ ️ 💪 🏻
n o t h i n g   g e t s   i n   t h e   w a y   o f   j a y s o n   t a t u m   b e i n g   a   d a d ,   n o t   e v e n   b e i n g   a   p r o f e s s i o n a l   a t h l e t e ,   a n d   i ’ m   p r o u d   t o   s a y   i t ’ s   g r e a t   t o   s e e   c e l t i c s   

w e   w i l l   g l a d l y   b e   t h e   s a f e   p l a c e   f o r   j o r d a n   p o o l e   😎 💯 ☘ ️   j o r d a n p o o l e   d r a y m o n d g r e e n   c e l t i c s   n b a   🗣 ️ 🗣 ️ 🤗  
n e w   v i d e o   a l e r t ! 
 b u c k s   v s .   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   -   2 k 2 3 

w e m b a n y a m a   _ 3 2   i s   e x a c t l y   t h e   t y p e   o f   p l a y e r   i   c r e a t e d   i n   n b a   l i v e   2 0 0 0 ,   j u s   s a y i n ,   h o p e   h e   s t a y s   h e a l t h y ,   h u m b l e   a n d   l e v e l   h e a d e d !     n b a   j o r d a n   k o b e   l e b r o n   k n i c k s   l a k e r s   c e l t i c s  
n e w   v i d e o   t o   w a t c h : 
 
 " r a p t o r s   a t   c e l t i c s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c e l t i c s   b o s t o n c e l t i c s 
 

d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   g a m e   w i t   m y   b a b y   🥰 ☘ ️
b e s t   s o u n d   i n   s p o r t s   s h o r t s   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
t h e r e ’ s   s o m e t h i n g   a b o u t   b l a k e   g r i f f i n   t h a t   i ’ m   r e a l l y   i n t r i g u e d   w i t h .   i ’ m   r e a l l y   h i g h   o n   h i m   i n   b o s t o n .   c e l t i c s  
b o s t o n   c e l t i c s   a l u m   p e t e   m a r a v i c h ’ s   w r i s t   p a s s   w a s   a   d e v a s t a t i n g   w e a p o n .   p e t e m a r a v i c h   m a r a v i c h   p i s t o l p e t e   p i s t o l p e t e m a r a v i c h  
l e a v e   i t   t o   t h e   d u b s   t o   b e a t   t h e   c e l t i c s   a g a i n . . .   
 a n o t h e r   e x e c u t i o n   o f   a w k w a r d   i n t e r l o c u t i o n ,   
 m i g h t   b e   s o m e   f r e n z i e d   m e d i a   d a y s   f o r t h c o m i n g   i n   
 o a k l a n d   t o o .   
 
 i m g o n n a g i t y o u s u c k a p u n c h   
 n b a
a l e x   b a r l o w   g e t s   h i s   f i r s t   s h o t   a s   h e a d   c o a c h :   k e e p   a n   e y e   o n   t h e   m a i n e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   e x e c u t i v e s   g i v e   g r a n t   w i l l i a m s   a   $ 1 2 - 1 3 m   a n n u a l   s a l a r y   i n   a n   e x t e n s i o n   c e l t i c s   
 

d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s p e a k i n g   a t   m f a   p a n e l ,   c e l t i c s ’   j a y l e n   b r o w n   c h a l l e n g e s   b o s t o n i a n s   t o   b e t t e r   c i t y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   d o n ’ t   t h i n k   b l a k e   g r i f f i n   a t   t h e   f i v e   i s   a   b a d   o p t i o n   f o r   t h e   c e l t i c s   i n   c e r t a i n   s e t s
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s p e a k i n g   a t   m f a   p a n e l ,   c e l t i c s '   j a y l e n   b r o w n   c h a l l e n g e s   b o s t o n i a n s   t o   b e t t e r   c i t y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i f   t h e   c e l t i c s   r e - s i g n   g r a n t   w i l l i a m s   f o r   f o u r   y e a r s   i n   t h e   n e i g h b o r h o o d   o f   $ 5 0 m ,   t h a t ' s   a   h u g e   b a r g a i n .  
d o n ’ t   b e   d e c e i v e d ,   t e a m s   l e a k   w h a t   t h e y   w a n t ,   h o w   t h e y   w a n t ,   w h e n   t h e y   w a n t   t o   s e r v e   t h e   o r g a n i z a t i o n   c e l t i c s   w a r r i o r s
b r o w n   t o o k   a n   i n t e r e s t   i n   k a b e n g e l e   a f t e r   t h e   2 5 - y e a r - o l d   b i g ,   w h o   i s   f i g h t i n g   f o r   a   r o t a t i o n   s p o t ,   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  i t ’ s   a b o u t   w i n n i n g   c h a m p i o n s h i p s   i n   b o s t o n .     e v e n   t a t u m   a n d   b r o w n   a d m i t t e d   t h e y   w o u l d   r a t h e r   h a v e   b a n n e r   1 8   t h a n   a l l   t h e   i n d i v i d u a l   a c c o l a d e s .     c e l t i c s
b u t   k a b e n g e l e   f e e l s   h e ’ s   f i n a l l y   f o u n d   t h e   r i g h t   p a t h .   “ i ’ m   n o t   t h e   s a m e   p e r s o n   i   w a s   i n   m y   r o …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   w i l l   m a k e   c e l t i c s   d e b u t   f r i d a y   a g a i n s t   t h e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e x p e c t   t o   s e e   a   l o t   o f   m i n u t e s   g o   t o   t h e   f i v e   g u y s   t r y i n g   t o   m a k e   t h e   r o s t e r   o n   t r a i n i n g   c a m p   d e a l s   a s   t h e y   s t i l l   h a v e   s o m e t h i n g   t o   p r o v e ,   n o t   t o   m e n t i o n   t h e   c e l t i c s   a r e   s t i l l   l o o k i n g   t o   s i g n   a t   l e a s t   o n e   m o r e   p l a y e r   b e f o r e   t h e   s t a r t   o f   t h e   s e a s o n .
      h a h a ,   t h a t   h a p p e n e d   w i t h   t h e   c e l t i c s   a n d   g r a n t   w i l l i a m s .   s o m e h o w ,   t h a t   w o r k e d   i n   t h e i r   f a v o r : 
 

t h i n g s   w o u l d   p a n   o u t   v e r y   n i c e l y   f o r   o t h e r   t e a m s ,   i f   t h e   w a r r i o r s   a n d   t h e   c e l t i c s   a r e   m u d d l e d   w i t h   d e r a i l m e n t s   a l l   s e a s o n .
k e v i n   g a r n e t t   i s   t h e   e p i t o m e   o f   t h e   s t r e t c h   4 . 
   
 c e l t i c s   t i m b e r w o l v e s   b o s t o n   m i n n e s o t a    
s o   y o u ' r e   n o t   a l l o w e d   t o   d a t e   s o m e o n e   i n   y o u r   o r g a n i z a t i o n   b u t   y o u   c a n   p u n c h   t h e   s h i t   o u t   o f   s o m e o n e .     g o t   i t .     w a r r i o r s   c e l t i c s
w h o   h a d   b e t t e r   o f f - s e a s o n   d r a m a ,   t h e   c e l t i c s   o r   t h e   w a r r i o r s   ?                                             c e l t i c s   w a r r i o r s   d r a y m o n d g r e e n   i m e u d o k a   n b a
t h r i l l e d   t o   b e   b a c k     t o n i g h t !     h e a r t   g e t s   s u n g   o u t   s t a r t i n g   a t   6 p m   i n   t h e   b a s e   l o d g e .     
 
 a c o u s t i c   f o l k   r o c k   c e l t i c s  
b l a k e   g r i f f i n   w i l l   m a k e   c e l t i c s   d e b u t   f r i d a y   a g a i n s t   t h e   h o r n e t s 

w e ’ r e   g e t t i n g   b l a k e   g r i f f i n   t o n i g h t   👀   c e l t i c s
3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   w i n   t o t a l   p i c k s :   w h y   c a v a l i e r s   a r e   t r e n d i n g   u p   i n   c e n t r a l   d i v i s i o n . . . 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   c h a r l o t t e   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i ’ m   s o   u p s e t   t h a t   m y   c e l t i c s   a r e   p l a y i n g   g r e e n s b o r o   t o n i g h t   & a m p ;   i   w o n ’ t   b e   t h e r e   😩   
 i   t h o u g h t   t h e   g a m e   w a s   i n   c h a r l o t t e   t h i s   w h o l e   t i m e .
b l a k e   s e t   t o   l i k e l y   m a k e   h i s   c e l t i c s   d e b u t   t o n i g h t .  
b l a k e   g r i f f i n   s a i d   h e ’ s   g o i n g   t o   p l a y   t o n i g h t   i n   g r e e n s b o r o ,   l i k e l y   1 0   t o   1 2   m i n u t e s .   s a i d   h i s   b o d y   f e e l s   g o o d ,   r e a d y   f o r   g a m e   a c t i o n .   c e l t i c s   h o r n e t s .
l o o k s   l i k e   a   r e s t   n i g h t   f o r   t h e   c e l t i c s   i n   g r e e n s b o r o .   s t a r t e r s   p l a y e d   c o n s i d e r a b l e   m i n u t e s   o n   w e d n e s d a y .  
b o s t o n   c e l t i c s :   c b   w a n t s   f o r m e r   d r a f t   l o t t e r y   b i g   m a n   t o   m a k e   c s   r o s t e r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
1 0 x   n b a   a l l - s t a r !   4   r e a s o n s   t h e   c e l t i c s   i n   t r o u b l e   t h i s   n b a s e a s o n   .   i m e u d o k a    
b e s t   o f   j a y s o n   t a t u m   f r o m   2 0 2 2   p l a y o f f s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s o   w e   m o s t   l i k e l y   w i l l   b e   s e e i n g   b l a k e   g r i f f i n   m a k i n g   h i s   c e l t i c s   d e b u t   t o n i g h t .  
c o n s i d e r i n g   a l l   t h e   f i r s t   u n i t   g u y s   a r e   s t i l l   h e r e   a t   g r e e n s b o r o   w o r k i n g   o u t   w e l l   a f t e r   s h o o t a r o u n d ,   d o n ’ t   e x p e c t   t a t u m ,   b r o w n ,   h o r f o r d ,   b r o g d o n   o r   s m a r t   t o   p l a y   v s   h o r n e t s   t o n i g h t .   c e l t i c s .  
j u s t   i m a g i n e   i f   a n y   o f   t h e s e   t r a d e s   h a p p e n e d   t o   k o b e   b r y a n t   a n d   t h e   l a k e r s   👀 👀 
 
 ( t h r e a d :   p a r t   2   b e l o w ) 
 
 l a k e r s   l a k e s h o w   k o b e b r y a n t   b l a c k m a m b a   b u l l s   p i s t o n s   m a v s   c e l t i c s   n b a  
⚽ | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   p r i x   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 2 0 2 2  
m i s t r e s s   i d e n t i f i e d !   t h e   i d e n t i t y   o f   t h e   w o m a n   w h o   h a d   a n   a f f a i r   w i t h   n i a l o n g ' s   f i a n c é ,   c e l t i c s   c o a c h   i m e u d o k a ,   h a s   b e e n   r e v e a l e d . 

t h i s   “ h y p e ”   v i d e o   h a s   m a d e   m e   t e a r   u p …   c o m i n g   s o o n   b u t   i d k   i f   y ’ a l l   a r e   r e a d y   ☘ ️ 👀 
 
 b l e e d g r e e n   c e l t i c s  
h o t   t a k e s   w e   m i g h t   a c t u a l l y   b e l i e v e :   c e l t i c s   m o r e   l i k e l y   t h a n   w a r r i o r s   t o   r e t u r n   t o   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   h a s   e a r n e d   a n   i m p o r t a n t   r o l e   o f f   t h e   c e l t i c s   b e n c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   t r a v e l   t o   h o u s t o n   t o   f a c e   r o c k e t s :   p r e v i e w ,   s t a r t   t i m e ,   a n d   m o r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
    k i n g a r t h u r   o f   w a l e ' s   a n d   h i s   k i n g d o m . . .   t h e   c e l t i c s   v i k i n g s   w e r e   m u s l i m   🤲 🏻 📖 ✨   t h e   q u r a n   a c t s   a s   k r y p t o n i t e   t o   s o r c e r e r ' s   a n d   t h e   j i n n   🧞 🦇   s h a y a t e e n .   m o n t   s t .   m i c h e l   i s   l i n k e d   t o   k i n g   a r t h u r ' s   c a s t l e .
c o n n o r s   o n l y   p l a y e d   l e s s   t h a n   t w o   s e a s o n s   f o r   t h e   c e l t i c s   t o   p u r s u e   a   d r e a m   i n   t h e   m l b ,   w h i c h   h e   w a s   t r y i n g   t o   d o   b e f o r e   h e   j o i n e d   t h e   a r m y   i n   w w i i .   h e   e v e n t u a l l y   r e a l i z e d   h e   w a s n ’ t   g o i n g   t o   m a k e   a   c a r e e r   f o r   h i m s e l f   i n   s p o r t s   a n d   p u r s u e d   a n   a c t i n g   c a r e e r .
c h u c k   c o n n o r s   w o u l d   j o i n   t h e   n e w l y   c r e a t e d   c e l t i c s   i n   1 9 4 6   a f t e r   h e   w a s   d i s c h a r g e d   f r o m   t h e   m i l i t a r y .   c o n n o r s   b r o k e   t h e   b a c k b o a r d   d u r i n g   p r e g a m e   o f   t h e   c e l t i c s   i n a u g u r a l   h o m e   o p e n e r   b y   a   s l a m   d u n k ,   d e l a y i n g   t h e   g a m e   a n d   b e c o m i n g   t h e   f i r s t   p l a y e r   t o   b r e a k   a   b a c k b o a r d .  
s a m   h a u s e r   l o o k s   m o r e   l i k e   l a r r y   b i r d   t h a n   h e   d o e s   g o r d o n   h a y w a r d ,   b o t h   a s   a   s h o o t e r   a n d   a   p e r s o n   c e l t i c s  
l a r r y   b i r d .   l e g e n d s   a r e n ’ t   b o r n ,   t h e y ’ r e   m a d e .   c e l t i c s    
i t   w a s   c o n c e n t u a l   b u t t   s t i l l   w r o n g   n o n e t h e l e s s   f o r   t h e   c e l t i c s   h e a d   c o a c h .   f y i , 
 b i l l c l i n t o n   g o t   s o m e   r e a l   " f a c e t i m e "   🤣 🤣 🤣   f r o m   m o n i c a . . s h e   t u r n e d   a r o u n d   a n d   w r o t e   a   b o o k   m a d e   a   💰 🤔 . . b i l l   s t i l l   d i d   b i l l   a n d   g o t   a   d o l l a r   b i l l .  
s a m   h a u s e r   h a s   e a r n e d   a n   i m p o r t a n t   r o l e   o f f   t h e   c e l t i c s   b e n c h  
d o   r a p t o r s   a n d   c e l t i c s   f a n s   h a v e   b e e f . . .   😆   
 
 
 
 r a p t o r s   t o r o n t o   b o s t o n   c e l t i c s
s a m   h a u s e r   i s   p r o v i n g   h e ' s   r e a d y   f o r   a   b i g g e r   r o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   c e l t i c s   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   f o u   d e   2 1 € 
 🛒 
 
 n b a  
  d r a y m o n d   j u s t   b e c a m e   a   c e l t i c s   f a n   f a v o r i t e   f u c k p o o l e
s a m   h a u s e r   i s   p r o v i n g   h e ’ s   r e a d y   f o r   a   b i g g e r   r o l e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   f i r s t   c e l t i c s ,   c r e a t e d   i n   1 9 4 6 🍀  
m o r e   p r a y e r s   u p   f o r   b l a c k   l o v e         . _   
 p o d c a s t   r e e l s   f u n n y   r e l a t i o n s h i p   t r e n d i n g   b r e a k i n g   b l a c k i n s t a g r a m   b l a c k t w i t t e r   n b a   b o s t o n   c e l t i c s   n i a l o n g   i m e u d o k a  
g a m e d a y   v i b e s   🤠   
 
 t h e   h o r n e t s   a r e   b a c k   i n   a c t i o n   t o n i g h t   a g a i n s t   t h e   c e l t i c s ;   t i m e   f o r   a   t u r n a r o u n d !   
 
 a l l f l y   🐝  
i f   y o u   g r e w   u p   i n   b o s t o n   w h e n   i   d i d ,   p a u l   w e s t p h a l   w a s   a   g u y   y o u   a l w a y s   r o o t e d   f o r .   e v e n   w h e n   h e   w a s   o n   t h e   o t h e r   t e a m .   c e l t i c s    
o n   b i l l   r u s s e l l ’ s   l e g a c y   a n d   b o s t o n   b a s k e t b a l l   w /   r e p .   a y a n n a   p r e s s l e y   
   
 
   
 b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
k a t h l e e n n i m m o l y n c h   c e l t i c s   n b a   s o   n o w   w e   f i n a l l y   k n o w   w h o   i s   t h e   o t h e r   w o m a n   a n d   🤦 🏾 ‍ ♀ ️  
📣   n e w   p o d c a s t !   " t h e   b l a c k   m a l e   p o d c a s t   e p   8 1   -   t a k e   o w n e r s h i p "   o n     s p o r t s   x   b l a c k m a l e   b o s t o n   c e l t i c s   c o a c h   g e t   g e t t i n g   g w u n n e t w o r k   h u r t   l a m a r   l o v e   n e e d s   p a i d   p o d c a s t   t a l k   t o   t r e d o t   t s i s w h o i a m   t u e  
p r e s e a s o n   g a m e   t h r e e .   c ’ s   h a v e   s p l i t   t h e i r   f i r s t   t w o   g a m e s   w h i l e   c h a r l o t t e   h a s   l o s t   b o t h   o f   t h e i r   g a m e s .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d   b a l l i s l i f e     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
g o t   m y   f i r s t   n e w   c e l t i c s   e d i t   o f   t h e   2 2 - 2 3   s e a s o n   -   u b u n t u   2 . 0   -   d r o p p i n g   t h i s   m o r n i n g 
 
 s t a y   t u n e d   👀 ☘ ️   u b u n t u 2 p o i n t 0
i c y m i ,   o f t e n   u p - t e m p o   b u t   a l w a y s   i n   c o n t r o l ,   t h e r e   a r e   c o m m o n   t h e m e s   t o   h o w   m a l c o l m   b r o g d o n   o p e r a t e s   t o   c r e a t e   h i g h - q u a l i t y   s c o r i n g   c h a n c e s   f o r   h i s   t e a m m a t e s .   b r o g d o n ' s   r e g i s t e r e d   a   g a m e - h i g h   n i n e   a s s i s t s   i n   b o t h   o f   h i s   f i r s t   t w o   g a m e s   w i t h   t h e   c e l t i c s   

b o s t o n   c e l t i c s :   h o l l i n g e r   j o k e s   2   f o r m e r   c s   b i g   m a n   “ l e g e n d s ”   c o u l d   b e   f r e e   a g e n t   o p t i o n s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
h a p p y   b i r t h d a y   n i k   s t a u s k a s !   c e l t i c s  
s h a m s   a l s o   r e v e a l s   t h a t ,   d e s p i t e   s a l a c i o u s   i m p l i c a t i o n s   o r   c l a i m s   e l s e w h e r e ,   t h a t   u d o k a ’ s   m i s c o n d u …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   m a r c u s   s m a r t   c r a c k s   s p o r t s   i l l u s t r a t e d ' s   t o p   5 0   n b a   p l a y e r s   l i s t   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l a r r y   b i r d   h a s   t h e   m o s t   t r i p l e - d o u b l e s   i n   c e l t i c s   h i s t o r y   w i t h   6 9 : 
 5 9   r e g u l a r   s e a s o n 
 1 0   p l a y o f f s   
 1   o f   w h i c h   w i t h   h i s   l e f t   h a n d   
 🐐   
 🍀  
i ’ m   e x p e c t i n g   t o   s e e   s o m e   a c t i o n   f r o m   l u k a   s a m a n i c   t o n i g h t   a n d   i   l i k e   i t   👀   c e l t i c s  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   1 0 / 7 / 2 0 2 2   p i c k s   p r e d i c t i o n s   p r e v i e w s 
 
 
 
 n b a   n b a p i c k s   n b a p a r l a y   n b a p r e d i c t i o n   n b a p a r l a y   n b a b e t t i n g   n b a b e t t i n g p i c k s   e x p e r t p i c k s   f r e e p i c k s   o d d s   p i c k s   p r e d i c t i o n   b a s k e t b a l l p i c k s   s p o r t s p i c k s   c e l t i c s   h o r n e t s
c e l t i c s '   j a y s o n   t a t u m   c r a c k s   s p o r t s   i l l u s t r a t e d ' s   2 0 2 2 - 2 3   t o p   1 0   p l a y e r s   i n   n b a   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n l y   t h r e e   p l a y e r s   w o r e   n o .   3 3   f o r   t h e   c e l t i c s   b e t w e e n   1 9 7 1 - 7 8   b e f o r e   l a r r y   b i r d   a r r i v e d   t o   b o s t o n   🍀   🐐  
b o s t o n   c e l t i c s :   d a n n y   a i n g e   w a s   u p s e t   b y   i m e   u d o k a   a f f a i r   d u e   t o   t i e s   w i t h   e m p l o y e e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
g r a n t   w i l l i a m s   ' l o c k e d   i n '   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s ’   j a y l e n   b r o w n   i s   h e l p i n g   m f i o n d u   k a b e n g e l e   m a k e   m o s t   o f   o p p o r t u n i t i e s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
t a t u m   i s   a   s u p e r   s t a r   🤩   n b a   c e l t i c s  
w h y   b l a k e   g r i f f i n   c h o s e   t o   w e a r   n o .   9 1   w i t h   c e l t i c s ,   a n d   t h e   r e a s o n   h e ’ s   s t i l l   p l a y i n g   b a s k e t b a l l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h r e e   b o s t o n   c e l t i c s   l a n d   i n   n o s .   1 0 0 - 5 1   o f   s p o r t s   i l l u s t r a t e d ' s   2 0 2 2 - 2 3   t o p   1 0 0   p l a y e r s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c o n s i d e r i n g   i t ’ s   a   g a m e   d a y ,   w e ’ r e   g o i n g   t o   b e   k e e p i n g   t h e   f l a s h b a c k s   t o   a   m i n i m u m   t o d a y .   s t a r t i n g   a t   6   a s   a l w a y s   c e l t i c s
o n   t h i s   d a y :   f o r m e r   b o s t o n   f o r w a r d   w i l l i e   n a u l l s   b o r n ;   j i m m y   o l i v e r   s i g n e d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   v s .   h o r n e t s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ' s   t h e   l a t e s t   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   v s .   h o r n e t s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ’ s   g r a n t   w i l l i a m s   j u s t   o u t s i d e   s p o r t s   i l l u s t r a t e d ’ s   t o p   1 0 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r a n t   w i l l i a m s   ' l o c k e d   i n '   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ' s   g r a n t   w i l l i a m s   j u s t   o u t s i d e   s p o r t s   i l l u s t r a t e d ' s   t o p   1 0 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   a t   c h a r l o t t e   h o r n e t s :   h o w   t o   w a t c h ,   b r o a d c a s t ,   l i n e u p s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i m e   u d o k a ' s   a l l e g e d   m i s t r e s s   r e v e a l e d   t o   b e   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u t é   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 p l a y o f f n b a  
  w h a t   h a p p e n e d   t o   s a m s c l o s e t 3 4   o n   i g ?   y o u   w e r e   s e l l i n g   s o m e   g o o d   s t u f f ,   i   w a s   i n t e r e s t e d   i n   a   f e w   t h i n g s   b u t   i t   s e e m s   t o   h a v e   d i s a p p e a r e d .     m s s a m a n t h a m a y   c e l t i c s   b o s t o n   n b a   m a i n e   m s s a m a n t h a m a y 9   j a n a y k i n g   s a m s c l o s e t 3 4   d o r c h e s t e r
i n   o u r   n e w   c e l t i c s b e a t   w i t h   . . .   
 
 🗣 ️   s e a n   d i s c u s s e d   h i s   e n h a n c e d   r o l e   w i t h     t h i s   u p c o m i n g   c e l t i c s   s e a s o n . 
 
 h e   a n t i c i p a t e s   c a l l i n g   2 0 +   ( ! ! )   t v   g a m e s   i n   m i k e   g o r m a n ' s   p l a c e .   👀 
 
 l i s t e n   h e r e :  
a r e   j a y s o n   t a t u m   a n d   t h e   c e l t i c s   a   g o o d   b e t   t h i s   s e a s o n ?   b o s t o n   c e l t i c s   n b a  
c e l t i c s   b e a t   e p i s o d e   4 8 1 :   c e l t i c s   w o n ' t   c h a n g e   d n a   u n d e r   m a z z u l l a   w /     c e l t i c s  
c e l t i c s   o f f s e a s o n   a d d i t i o n   d r a w i n g   b i g   o n   2 0 2 3   n b a   a w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   ( 1 - 1 )   a t   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
g i v e   h e r   a   f o l l o w   c e l t i c s   r e d s o x   p a t r i o t s  
f o r e c a s t i n g   t h e   e n d   o f   t h e   s a c r a m e n t o   k i n g s '   d e c a d e - l o n g   p l a y o f f   d r o u g h t 
 
 
 
 n b a   s a c r a m e n t o p r o u d   k i n g s   s a c r a m e n t o   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n
b a d   b o y s   3 :   t h e   d e t r o i t   p i s t o n s   a r e   r e v v i n g   u p   f o r   a   s p e e d y   t u r n a r o u n d 
 
 
 
 n b a   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   d u b n a t i o n
d e t r o i t   p i s t o n s :   j a l e n   d u r e n   a l r e a d y   s h o w i n g   s i g n s   o f   e l i t e   d e f e n s e 
 
 
 
 n b a   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n
d e n v e r   n u g g e t s :   3   t a k e a w a y s   f r o m   o c t .   3   l o s s   v s .   t h u n d e r 
 
 
 
 n b a   m i l e h i g h b a s k e t b a l l   d e n v e r   n u g g e t s   m f f l   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n   g o s p u r s g o   s u n s
w i l l   d w i g h t   p o w e l l   c r a c k   t h e   m a v e r i c k s   r o t a t i o n   i n   2 0 2 2 - 2 3   s e a s o n ? 
 
 
 
 n b a   d a l l a s   a m v e r i c k s   m f f l   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n   g o s p u r s g o   h e a t t w i t t e r   s u n s
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   j a y l e n   b r o w n   f o r   ' 2 2   a l l - n b a   f i r s t   t e a m e r 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   m f f l   d u b n a t i o n   g o s p u r s g o   h e a t t w i t t e r   f e a r t h e d e e r   s u n s
t h e s e   m e s s a g e s   & g t ; & g t ; & g t ; & g t ;   🙌 🏻 ☘ ️ 🙏 🏻   s q u a d   i   a p p r e c i a t e   y o u   a l l   💯   t h a n k   y o u   a l l   f o r   t a k i n g   t h i s   j o u r n e y   w i t h   m e   🗣 ️ 🗣 ️ 🗣 ️ ☘ ️   c e l t i c s   a l l   d a y   e v e r y   d a y   y k t v   c e l t i c s   n b a  
c e l t i c s   t w i t t e r   f a m   h e l p   b l o w   u p   m y   i n s t a g r a m   r e e l s   a n d   s h a r e   m y   p a g e   t o   g e t   m e   a l l   t h e   c s   m u t u a l s   
 t h e   t i m e   i s   h e r e   i t s   t h e   b e s t   s z n   b a s k e t b a l l   s z n   b a b y ! ! !   n b a   b l e e d g r e e n   ☘ ️ 🙌 🏻 🫶 🏻 
 a l l   m y   l i n k s   h e r e   : 
  
j o h n   h o l l i n g e r ' s   c e l t i c s   p r e v i e w :   p r e d i c t i o n s ,   a n a l y s i s   f o r   2 0 2 2 - 2 3   s e a s o n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
g e t   a n   e d u c a t i o n   i n     e p .   9 7   s t r e a m i n g   h e r e   a n d   e v e r y w h e r e :   
 
 
 
 t w i t t e r 账 号   e l o n m u s k   i a n   n a s a   n b a i n a b u d h a b i   c e l t i c s   g a s p r i c e s   t r u m p   b i d e n   h a r r i s   p e l o s i  
s t a r t .   b e n c h .   c u t 
 ( c o a c h e s ’   e d i t i o n )   🐐 
 
 p h i l   j a c k s o n 
 g r e g g   p o p o v i c h 
 r e d   a u e r b a c h 
 
 w h o   i s   r u n n i n g   y o u r   f r a n c h i s e ? 
 
 n b a   l a k e r s   b u l l s   c e l t i c s   s p u r s  
s a m   h a u s e r   h a s   b e e n   e v e r y t h i n g   i   t h o u g h t   a a r o n   n e s m i t h   w a s   g o i n g   t o   b e   f o r   u s …   c e l t i c s
c e l t i c s   o f f s e a s o n   a d d i t i o n   d r a w i n g   b i g   o n   2 0 2 3   n b a   a w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   i s   g o i n g   t o   b e   a   r e a l l y   f u n   p a r t   o f   t h e   c e l t i c s   r o t a t i o n   t h i s   y e a r  
n b a   f i n a l s   2 0 2 3   o d d s :   l e b r o n   & a m p ;   l a k e r s   l o o k i n g   t o   m a g i c a l   s e a s o n ,   w a r r i o r s   r e a d y   t o   r e p e a t     n b a   l a k e r s   w a r r i o r s   c e l t i c s
n b a   f i n a l s   2 0 2 3   o d d s :   l e b r o n   & a m p ;   l a k e r s   l o o k i n g   t o   m a g i c a l   s e a s o n ,   w a r r i o r s   r e a d y   t o   r e p e a t     n b a   l a k e r s   w a r r i o r s   c e l t i c s
j a y s o n   t a t u m   t a l k s   m o v i n g   o n   f r o m   n b a   f i n a l s   l o s s ,   e x c i t e m e n t   f o r   n e w   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   l a b   1 4 5 :   h o n o r i n g   b i l l   r u s s e l l ’ s   l e g a c y   a n d   t a l k i n g   b o s t o n   b a s k e t b a l l   w i t h   r e p .   a y a n n a   p r e s s l e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   t h i n k   t h e   c o o l e s t   j e r s e y   i ’ v e   s e e n   a t   t h e   g a r d e n   d u r i n g   t h e s e   p a s t   t w o   g a m e s   h a s   b e e n   t h e     l u k e   k o r n e t   j e r s e y s   f l o a t i n g   a r o u n d   👀   c e l t i c s
n i a   l o n g   r e s p o n d s   t o   i m e   u d o k a ' s   s u s p e n d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e p o r t   r e v e a l s   i d e n t i t y   o f   c e l t i c s   s t a f f e r   w h o   h a d   a f f a i r   w i t h   i m e   u d o k a   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c e l t i c s   l a b   1 4 5 :   h o n o r i n g   b i l l   r u s s e l l ' s   l e g a c y   a n d   t a l k i n g   b o s t o n   b a s k e t b a l l   w i t h   r e p .   a y a n n a   p r e s s l e y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w h o ’ s   y o u r   f a v o r i t e   s p o r t s   t e a m ! ! !   m a s s m u s i c t y b g 2 2   c e l t i c s   b a s k e t b a l l    
c e l t i c s   t a l k :   s a m   h a u s e r ' s   m o m   r e v e a l s   h i s   f i t t i n g   f i r s t   s e n t e n c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t y r e s e   m a x e y ,   s i x e r s   k n o w   t h e y   s t i l l   h a v e   t o   b u i l d   t o   c a t c h   b u c k s ,   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   d r o p s   f - b o m b   d u r i n g   h a l f t i m e   t v   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 6 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i s   i t   1 0 / 1 8   y e t   ? ! ? ! ?   
 g e t   m e   b a c k   t o   m y   s e c o n d   h o m e   ! ! ! 
 o p e n i n g   n i g h t   c a n ’ t   c o m e   s o o n   e n o u g h   🫶 🏻 ☘ ️ 😎 🏀   c e l t i c s   n b a   o p e n i n g n i g h t   b l e e d g r e e n  
a l   h o r f o r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a l h o r f o r d   a l   h o r f o r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
s a m   h a u s e r   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s a m h a u s e r   s a m   h a u s e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
t e a m s   w i t h   t h e   b e s t   h o m e   c o u r t   a d v a n t a g e   ( p e r   g m   s u r v e y )   🏀 
 
 r a p t o r s   2 1 % 
 n u g g e t s   1 7 % 
 c e l t i c s   1 7 % 
 w a r r i o r s   1 4 % 
 j a z z   1 4 % 
 
 n b a  
b r e a k d o w n   o f   c r u c i a l   f i n a l   m o m e n t s   i n   c e l t i c s   1 1 0 - 1 0 7   l o s s   t o   m i l w a u k e e   b u c k s   i n   g a m e   5 
   
 
   
 b o s t o n c e l t i c s   c e l t i c s b u c k s   c e l t i c s v s b u c k s   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   g a m e 5   m i l w a u k e e b u c k s   n b a  
s h a r p   l o g o   ☘ ️ c e l t i c s  
i   s u b s c r i b e   t o   .   h a v e   f o r   y e a r s .   t h e i r   c o n t e n t   i s   g e n e r a l l y   g r e a t .   t h i s   i s   o n e   o f ,   m a y b e   t h e   w o r s t ,   p i e c e s   i ' v e   e v e r   r e a d   f r o m   t h i s   s i t e   o r   a n y   o t h e r .   w o w .   w h a t   a n   a w f u l   t a k e .   c e l t i c s  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
d o m e   t h e o r y   9 5 :   c e l t i c s   t a l k ,   “ i n s t e a d   w e   b e c a m e   e v i l ”   & a m p ;   m o r e   w i t h   _ a d a m s   c o m i n g   a t   8 : 1 5   e s t  
[ f i l m   r o o m ]   t h e   c o m m o n   t h e m e s   o f   m a l c o l m   b r o g d o n ' s   p l a y m a k i n g   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t y r e s e   m a x e y ,   s i x e r s   k n o w   t h e y   s t i l l   h a v e   t o   b u i l d   t o   c a t c h   b u c k s ,   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   q u o t e   t w e e t s   a n d   r e p l i e s …   o h   b o y .   n b a t w i t t e r   c e l t i c s  
w h a t   i f   w e   a r e   t h e   a l i e n s … .   🤯 🤯 c e l t i c s
i n   m a l c o l m   b r o g d o n ' s   f i r s t   t w o   g a m e s   w i t h   t h e   c e l t i c s ,   h e ' s   d i s t r i b u t e d   a   g a m e - h i g h   n i n e   a s s i s t s .   h e r e ' s   a   f i l m   s t u d y   u s i n g   l a s t   n i g h t ' s   g a m e   a g a i n s t   t h e   r a p t o r s   t o   i l l u s t r a t e   t h e   c o m m o n   t h e m e s   o f   b r o g d o n ' s   p l a y m a k i n g . 

i n   m a l c o l m   o b a m a   b r o g d o n   w e   t r u s t   ☘ ️ 🏆   c e l t i c s
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   j a y l e n   b r o w n   f o r   2 0 2 2   a l l - n b a   f i r s t   . . .   ( h a r d w o o d   h o u d i n i ) 
 
 t h e   b o s t o n   c e l t i c s   a r e   n o t   t r a d i n g   a n y   m e m b e r s   o f   t h e i r   c o r e   b e f o r e   t h e   s t a r t   o f   t h e   2 0 2 2 - 2 3 . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
w a r r i o r s   l a n d   i n   t o p   t i e r   o f   z a c h   l o w e ’ s   e s p n   n b a   p r e s e a s o n   r a n k i n g s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s h o w i n g   o f f   n e w   c e n t e r - c o u r t   l o g o   i n   p r e s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w e   a l l   k n o w   t h e     i s   r a c i s t   w e   a l s o   k n o w   t h a t   t h e   o w n e r s   a r e   r a c i s t   e s p e c i a l l y     w e   a l s o   k n o w   t h a t     p l a y e r s   a r e   s l a v e s   f o r   m o n e y   a n d   a i n ’ t   g o i n g   t o   d o   s h i t   a b o u t   i t .   t h e y   l i k e   j e w e l r y   t o   m u c h   🤣   🤡   l e t ’ s   s t a r t   o u r   o w n   l e a g u e   f o h ! !   n b a   c e l t i c s   c l o w n s
m a l c o l m   b r o g d o n   i s   b r i n g i n g   s o m e   s e r i o u s   p l a y m a k i n g   t o   t h e   c e l t i c s   b e n c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p o i n t s   o n   t h e   b o a r d   p o d c a s t ! 
 
 -   i m e u d o k a 
 -   r o b e r t   s a r v e r 
 -   n b a   s h o u l d n ’ t   f o r c e   t h e   s a l e   o f   t e a m s 
 -   b r e a k i n g   d o w n   e s p n   t o p   1 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3 
 -   m u c h   m o r e ! 
 
 f a n t a s y b a s k e t b a l l   c e l t i c s   s u n s   l i b e r t a r i a n   c o n s e r v a t i v e   p o l i t i c a l l y i n c o r r e c t 
 
  
k e y s   t o   t h e   g a m e :   r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   ( o t )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e f i n i t e l y   e x c i t e d   t o   s e e   s a m   h a u s e r   g r o w   i n t o   a   r o l e   w i t h   t h e   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n s i d e r   r e v e a l s   j a y l e n   b r o w n   u n d e r s t a n d s   h e ' s   n o t   u n t o u c h a b l e   i n   t r a d e s   l i k e   j a y s o n   t a t u m :   " j t   i s   p r e t t y   u n t o u c h a b l e .   j a y l e n   i s n ' t ,   a n d   h e   k n o w s   t h a t . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 6 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a n d d d   t h e y ’ r e   b a c k !   c e l t i c s   r o o m i e   n i g h t   o u t   w a s   a   s u c c e s s     💚 ☘ ️    
c e l t i c s   w h i t e   a n d   g a l l i n a r i   t o   n y k   f o r   r o s e , r e d d i s h ,   a n d   a r c i d i a c o n o
b o s t o n   c e l t i c s   2 0 2 2   w i n   t o t a l   f u t u r e s ,   o v e r / u n d e r   a n d   o d d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   j a y l e n   b r o w n   f o r   2 0 2 2   a l l - n b a   f i r s t   t e a m e r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   p u n c h e s   t e a m m a t e   j o r d a n   p o o l e ,   f a c e s   s u s p e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   s a m   h a u s e r   i s   t h e   n e w   r a y   a l l e n !   c e l t i c s   v s   r a p t o r s   p r e s e a s o n   r e a c t i o n   a n d   h i g h l i g h t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m y   r e a d   o n   t h e   b o s t o n   c e l t i c s '   d e p t h   c h a r t   f o r   f a n t a s y : 
 
 p g   m a r c u s   s m a r t 
 s g   d e r r i c k   w h i t e 
 s f   j a y l e n   b r o w n 
 p f   j a y s o n   t a t u m 
 c   a l   h o r f o r d   
 6   m a l c o l m   b r o g d o n 
 7   g r a n t   w i l l i a m s 
 8   p a y t o n   p r i t c h a r d 
 9   b l a k e   g r i f f i n 
 1 0   h a u s e r 
 
 c e l t i c s     n b a   n b a t w i t t e r   f a n t a s y   f a n t a s y b a s k e t b a l l
v i d e o :   j a y l e n   b r o w n   s u r p r i s e s   d o r c h e s t e r   m i d d l e   s c h o o l e r s   w i t h   n e w   b a c k p a c k s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a t t   b a r n e s   d r o p s   m o r e   b r e a d   c r u m b s   o n   r e a s o n   b e h i n d   u d o k a ' s   l e n g t h y   s u s p e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n i a   l o n g   r e p o r t e d l y   s t a n d i n g   b y   f i a n c é   i m e   u d o k a   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   g r a n t   w i l l i a m s   g i v e s   t h e   l a t e s t   u p d a t e   o n   t h i s   c o n t r a c t   e x t e n s i o n   t a l k s   w i t h   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i t ' s   t i m e   f o r   a n o t h e r   c e l t i c s   m a i l b a g .   s e n d   m e   a l l   y o u r   p l a y e r ,   r o s t e r ,   t r a d e ,   p r e s e a s o n ,   a n d   a n y   o t h e r   q u e s t i o n s   h e r e   o r   t o   b r o b b . c o m
w h a t   c a n   m a l c o l m   b r o g d o n   b r i n g   t o   c e l t i c s ?   g e t   t o   k n o w   v e t e r a n   g u a r d ' s   g a m e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   d r o p s   f - b o m b   d u r i n g   h a l f t i m e   t v   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s t e p h e n   a .   s m i t h   o n   c o a c h   i m e   u d o k a ’ s   s u s p e n s i o n   f r o m   t h e   c e l t i c s   f o r   w o r k p l a c e   r e l a t i o n s h i p :   “ t h a t   w a s   a n   h r   m a t t e r . ”   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s ’   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f a n t a s y   h o o p s :   3   s i t u a t i o n s   t o   v i e w   d i f f e r e n t l y ,   i n c l u d i n g   j a y s o n   t a t u m ’ s   c e i l i n g   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
j a y s o n   t a t u m   b e l i e v e s   s a m   h a u s e r   w i l l   p l a y   a   b i g   r o l e   f o r   c e l t i c s :   ‘ w e ’ r e   g o i n g   t o   n e e d   h i m ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   [ o t ] :   s a m   h a u s e r   s h o o t s   l i g h t s   o u t   i n   o v e r t i m e   l o s s   a t   h o m e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  c e l t i c s   h a v e   a   h i g h   c o n c e n t r a t i o n   o f   t a l e n t   1 - 8 …   e v e n   t h e   e n d   o f   t h e   b e n c h   g u y s   a r e   s o l i d   -   h a u s e r ,   k a m b e n g e l e ,   g r i f f i n ,   k o r n e t ,   p r i t c h a r d 
 
 w h a t   k i n d   o f   t a k e   i s   t h i s ?   l o l
5   o v e r r e a c t i o n s   t h r o u g h   t h e   c e l t i c s ’   f i r s t   t w o   p r e s e a s o n   g a m e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   a t h l e t i c ' s   s h a m s   c h a r a n i a   a d d s   s o m e   c o n t e x t   t o   t h e   c e l t i c s '   i m e   u d o k a   s c a n d a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m h a u s e r   s h o t   l i g h t s   o u t   o n c e   a g a i n   i n   c e l t i c s   o v e r t i m e   l o s s   t o   t h e   r a p t o r s   a t   h o m e  
s a m h a u s e r   s h o t   l i g h t s   o u t   o n c e   a g a i n   i n   c e l t i c s   o v e r t i m e   l o s s   t o   t h e   r a p t o r s   a t   h o m e  
a   l o o k   b a c k   a t   t h e   2 0 0 8 - 0 9   e a s t e r n   c o n f e r e n c e   s t a n d i n g s   ( 1 - 8 ) :   👀 📈 
 
 c a v s :   6 6 - 1 6 
 c e l t i c s :   6 2 - 2 0 
 m a g i c :   5 9 - 2 3 
 h a w k s :   4 7 - 3 5 
 h e a t :   4 3 - 3 9 
 s i x e r s :   4 1 - 4 1 
 b u l l s :   4 1 - 4 1 
 p i s t o n s :   3 9 - 4 3 
 
 t h e   m a g i c   w o n   t h e   c o n f e r e n c e   a n d   w e n t   a l l   t h e   w a y   t o   t h e   f i n a l s .   💪  
m y   m o m s   g o t   m e   a   c o o l   c e l t i c s   s e a s o n   o p e n e r   g i f t   😍 ☘ ️ 🫶 🏻   t h e   r e a l   o n e s   k n o w   h o w   m u c h   t h i s   s e a s o n   m e a n s   t o   m e   🙌 🏻 🙌 🏻  
t r u m p   a n d   t h e   g e   s t i c k s   a   f o r k   i n   i m e   u d o k a       i m e u d o k a   c e l t i c s   n b a   t r u m p a n d t h e g e  
i t s   p r e t t y   o b v i o u s   t h a t   t h e   c e l t i c s   s t a f f e r   l a d y   i s   t a k i n g   t h e   h i t s   f o r   a n   o w n e r s   w i f e .   t h e y   k n e w   a n d   d i d n t   c a r e   a b o u t   t h a t   a f f a i r .   t h e   i n v e s t i g a t i o n   s t a r t e d   w h e n   i m e u d o k a   b a n g e d   a n   o w n e r s   w i f e   a n d   t h e y   t h e n   w a n t e d   t o   k n o w   a l l   h i s   d i r t y   d e e d s .   1 / 2
b o s t o n c e l t i c s   1 4   c a r d   t e a m   l o t   c e l t i c s   
 
 $ 5   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   r a p t o r s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r i v a l   e x e c s   d o n ’ t   e x p e c t   i m e   u d o k a   t o   r e t u r n   a s   c e l t i c s   c o a c h   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c e l t i c s   n o t e s :   g .   w i l l i a m s ,   u d o k a ,   c h r i s t i a n ,   h a u s e r   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
“ y o u   d o n ’ t   r e a l i z e   u n t i l   s o m e o n e ’ s   g o n e   w h a t   t h e y ’ r e   t e a c h i n g   y o u . "   -   j o e   m a z z u l l a .   
 
 r o o t i n g   f o r   t h e   c e l t i c s   a   b i t   l o u d e r   t h i s   s e a s o n .   e x c e l l e n t   r e a d   h e r e   f r o m   k - m a c .  
w h a t   c o u l d   t h e   c e l t i c s   r o s t e r   l o o k   l i k e   o n   o p e n i n g   n i g h t ?   
 
 i   g i v e   m y   t h o u g h t s :   
 
 s p o i l e r :   i   t h i n k   m f i o n d u   k a b e n g e l e   m a k e s   t h i s   t e a m . 
 
   |   c e l t i c s  
c e l t i c s '   j a y s o n   t a t u m   n o t   w o r r i e d   a b o u t   p r e s e a s o n   s t r u g g l e s :   ' i   s t a r t   o f f   s l o w '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  l o v e   t h e   l o o k   ‘ d o w n t o w n ’   c e l t i c s
c e l t i c s ’   j a y s o n   t a t u m   n o t   w o r r i e d   a b o u t   p r e s e a s o n   s t r u g g l e s :   ‘ i   s t a r t   o f f   s l o w ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i c y m i :   c e l t i c s b e a t   w i t h   ! 
 
 - w h a t   b l a k e   g r i f f i n   c a n   b r i n g   c e l t i c s   a n d   w h a t ' s   l e f t   i n   t h e   t a n k   
 - w h a t   t o   e x p e c t   f r o m   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a 
 - w i l l   b o s t o n   a d d   a n   a n o t h e r   e x p e r i e n c e d   c o a c h   t o   b e n c h ? 
 - a n s w e r i n g   y o u r   q u e s t i o n s ! 
 
 l i s t e n :  
i s   r o b e r t   w i l l i a m s   a   5   o r   a   4 ?   a s k i n g   f o r   a   f r i e n d   c e l t i c s   n b a
c e l t i c s   u d o k a   f u m b l e d   t h e   b a g   f o r   s o m e   b e c k y   m e d i o c r i t y ? ? 
 w h y   g u s ? 
 w h a t   t e a m s   g o n n a   w a n t   h i m   c o a c h i n g   i f   h e   s c h e m i n g   t o   c l a p   t h e   w i v e s ' s   c h e e k s ? 😆  
l e n   b i a s ,   s e l e c t e d   b y   t h e   b o s t o n   c e l t i c s   w i t h   t h e   s e c o n d   o v e r a l l   p i c k   i n   t h e   1 9 8 6   n b a   d r a f t ,   d i e d   t w o   d a y s   l a t e r ,   s h o c k i n g   t h e   s p o r t s   w o r l d . 
 
 ☘ ️   r e a d   a b o u t   c e l t i c s   m o m e n t   n o .   4   ➡ ️       
 
 ( h / t )     
 
 b l e e d g r e e n   n b a   c e l t i c s t a l k
b o s t o n ’ s   j a y s o n   t a t u m   t h i n k s   i t   ‘ f e e l s   l i k e   w e ’ r e   l e a v i n g   o f f   f r o m   t h e   s e c o n d   h a l f   o f   l a s t   s e a s o n ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   t o r o n t o   r a p t o r s   ( 1 0 / 5 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - r a p t o r s   o v e r t i m e   t i l t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s i g n s   a r e   h o p e f u l   f o r   c e l t i c s ,   b u t   c a n   j o e   m a z z u l l a   b e   s t e r n   w i t h   t h e m   w h e n   n e e d e d ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   g r a n t   w i l l i a m s '   r u m o r e d   r a i s e   c o u l d   m e a n   f o r   b o s t o n   c e l t i c s   f u . . .   ( h a r d w o o d   h o u d i n i ) 
 
 g r a n t   w i l l i a m s '   r u m o r e d   c o n t r a c t   e x t e n s i o n   w i t h   t h e   b o s t o n   c e l t i c s   c o u l d   m e a n   g r e a t   t h i n g s   f . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
h e r e ' s   w h a t   s t o o d   o u t   f r o m   r a p t o r s '   o v e r t i m e   w i n   o v e r   c e l t i c s :   b o s t o n ' s   r e g u l a r s   s h a r p   a t   b o t h   e n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i a   l o n g   l a u g h s   a f t e r   r e p o r t e r   a s k s   h e r   i f   s h e   a n d   i m e   u d o k a   a r e   w o r k i n g   t h i n g s   o u t :   " i s   t h e r e   a n y   c h a n c e   f o r   f o r g i v e n e s s ,   n i a ? "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
b o s t o n ' s   j a y s o n   t a t u m   t h i n k s   i t   ' f e e l s   l i k e   w e ' r e   l e a v i n g   o f f   f r o m   t h e   s e c o n d   h a l f   o f   l a s t   s e a s o n '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m   h a u s e r   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   t o r o n t o   r a p t o r s   ( 1 0 / 5 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   f i n a l   r o s t e r   s p o t s   s t a n d i n g s : 
 s t r o n g   c h a n c e : 
 v o n l e h ,   e m p t y   s p o t / o t h e r   t e a m ’ s   c u t 
 
 s t i l l   i n   p l a y : 
 l a y m a n 
 
 n e e d   s o m e t h i n g   a m a z i n g   t o   h a p p e n : 
 s a m a n i c ,   j a c k s o n ,   t h o m a s
i t ' s   b a s k e t b a l l   s e a s o n !   m o r s e ' s   m a r i a   c o r c o r a n ,   k a r e n   m e y e r ,   k a r e n   o l s o n ,   a n d   j u l i e   s m i t h   e n j o y e d   a   p r e s e a s o n     g a m e   a t   t d g a r d e n   l a s t   n i g h t !   l o o k s   l i k e   i t   w a s   a   b l a s t !   g o   c ' s ! 
 
 c e l t i c s   b a s k e t b a l l  
i n   c a s e   y o u   m i s s e d   i t . . .   t h e   n b a   i s   l o o k i n g   l i k e   i t ' s   g o i n g   t o   b e   d i f f e r e n t   f o r   f a n s   t h i s   t h i s   y e a r . 
 
 
 n b a   w a r r i o r s   s p o r t s   l a k e r s   b a s k e t b a l l   c e l t i c s   c o m d e y   m e m e s   s a t i r e
h o w   m u c h   i n f l u e n c e   d o e s   a   c o a c h   h a v e ?   a p p a r e n t l y   a   l o t .   t h e   c e l t i c s ’   n b a   w i n   t o t a l   h a s   d r o p p e d   f r o m   5 6 . 5   t o   5 4 . 5   a t   b e t m g m   s i n c e   t h e   i m e   u d o k a   s c a n d a l   s u r f a c e d .  
w h a t   g r a n t   w i l l i a m s ’   r u m o r e d   r a i s e   c o u l d   m e a n   f o r   b o s t o n   c e l t i c s   f u t u r e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r e p o r t :   h o w   n b a   e x e c u t i v e s   v i e w   g r a n t   w i l l i a m s '   c o n t r a c t   e x t e n s i o n   v a l u e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   j a y s o n   t a t u m ,   s o n   d e u c e   h a v e   g r e a t   p o d i u m   e x c h a n g e   a f t e r   r a p t o r s   g a m e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e g u l a r s   r o l l   d e s p i t e   l o s s :   1 0   t a k e a w a y s   f r o m   c e l t i c s - r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e a l l y   l o s t   a   c o i n   f l i p   b u l l s h i t   l a s t   s e c o n d   s h o t   t o   f o r c e   o t   t h a t ’ s   s p o r t s   b e t t i n g   f o r   y o u   
 
 s o m e t i m e s   y o u   l o s e   b e t s   y o u   s h o u l d ’ v e   w o n 
 
 s o m e t i m e s   y o u   w i n   b e t s   y o u   s h o u l d ’ v e   l o s t 
 
 s t i l l   w a s   a   g o o d   t a k e   o n   t h a t   u n d e r   i n   m y   o p i n i o n 
 
 n b a p r e s e a s o n   c e l t i c s   r a p t o r s
c o u l d   s a m   h a u s e r   b e   t h e   d i f f e r e n c e - m a k i n g   s h o o t e r   t h e   c e l t i c s   a r e   m i s s i n g ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   c o u l d ’ v e   b e e n   a   b o s t o n   c e l t i c   l a s t   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e w   e p i s o d e   o f   t h e   l u b   c a s t   o u t   n o w !   w e   d e b u t   o u r   n b a   s t o c k   g a m e ,   t a l k   a b o u t   n b a   f u t u r e   b e t s ,   a n d   r e a c t   t o   b l a k e   g r i f f i n   s i g n i n g   w i t h   t h e   c e l t i c s   c h e c k   i t   o u t   i f   y o u   w a n t !     b l e e d g r e e n   s p o r t s c a r d s   s p o r t s   n b a   n b a p o d c a s t   n b a t w i t t e r
g r a n t   w i l l i a m s   ‘ l o c k e d   i n ’   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i   h a v e   t o   m a k e   i t   t o   t d   g a r d e n   t h i s   s e a s o n   f o r   a   g a m e .   i   j u s t   h a v e   t o ! !   b l e e d g r e e n   t d g a r d e n   b o s t o n   c e l t i c s
g e t   h y p e   f o r   t h e   c e l t i c s   s e a s o n .   t h e y   s a i d   t h e y   c o u l d n ' t   p l a y   t o g e t h e r 🍀 🏀  
i m e   u d o k a   u n l i k e l y   t o   c o a c h   c e l t i c s   a g a i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
o k a y   c e l t i c s   f a m … .   i t ’ s   t i m e   f o r   t h o s e   y e a r l y   p r e d i c t i o n s .   👀 
 
 1 .   r e c o r d   
 2 .   a w a r d s   f o r   t h e   t e a m 
 3 .   c r a z y   p r e d i c t i o n   f o r   t h e   y e a r   ( c a n   b e   f o r   u s   o r   t h e   n b a   a s   a   w h o l e ) 
 
 a n d d d d d d   g o !
r o b e r t   w i l l i a m s   w a l k i n g   w i t h   a   c r u t c h   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s '   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   e x e c u t i v e s   b e l i e v e   g r a n t   w i l l i a m s   i s   w o r t h   $ 1 2 - 1 3   m i l l i o n   i n   e x t e n s i o n   t a l k s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   i s   l o v i n g   t h e   v i b e s   h e   f e e l s   f r o m   h i s   n e w   t e a m   a n d   t e a m m a t e s .   w e   d e f i n i t e l y   d o   i t   d i f f e r e n t   a n d   h e   r e a l i z e s   t h a t 🍀   c e l t i c s  
i m e   u d o k a   u n l i k e l y   t o   c o a c h   c e l t i c s   a g a i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   w a l k i n g   w i t h   a   c r u t c h   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b r e a k i n g :   c l i p p e r s   s i g n   f o r m e r   c e l t i c s   a n d   j a z z   p l a y e r  
r o b e r t   w i l l i a m s '   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a l c o l m b r o g d o n   m a l c o l m   b r o g d o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
n b a   e x e c u t i v e s   b e l i e v e   g r a n t   w i l l i a m s   i s   w o r t h   $ 1 2 - 1 3   m i l l i o n   i n   e x t e n s i o n   t a l k s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a r o u n d   t h e   c o r n e r   1 0 / 6 :   m a l c o l m   b r o g d o n   a n d   s a m   h a u s e r   g e l l i n g ,   u v a   w o m e n ' s   s o c c e r   k i c k s   o f f   a g a i n s t   3   f s u ,   a n d   f o o t b a l l   p r e p p i n g   f o r   l o u i s v i l l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   b e t t i n g   p r e v i e w :   a r e   j a y s o n   t a t u m   a n d   t h e   c e l t i c s   a   g o o d   b e t   t h i s   s e a s o n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i m e   u d o k a   a n d   n i a   l o n g   w e r e   r e p o r t e d l y   i n   a n   o p e n   r e l a t i o n s h i p   a n d   u d o k a   h a s   h a d   a f f a i r s   w h e r e v e r   h e ’ s   c o a c h e d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c o n s p i r a c y   t h e o r y :   b l a c k   n b a   c o a c h e s   f i r e d   r i g h t   b e f o r e   w i n n i n g   c h a m p i o n s h i p ?   m a r k j a c k s o n   c r e a t e d   g o l d e n s t a t e w a r r i o r s   w a s   f i r e d   r i g h t   b e f o r e   t h e i r   w i n n i n g   y e a r .   i n   c o m e s   s t e v e k e r r   t o   t a k e   t h e   c r e d i t .   s a m e   w i t h   c e l t i c s   
 c o r e y h o l c o m b   c h i m e s   i n   . . . . 

r e g u l a r s   r o l l   d e s p i t e   l o s s :   1 0   t a k e a w a y s   f r o m   c e l t i c s - r a p t o r s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   e x e c u t i v e s   b e l i e v e   h e a d   c o a c h   i m e   u d o k a   w o n ’ t   r e t u r n   a s   c e l t i c s   h e a d   c o a c h   a f t e r   y e a r l o n g   s u s p e n s i o n   c e l t i c s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
⚽ | n o u v e a u t é   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
i n s t a n t   r e a c t i o n :   c e l t i c s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   b r i a n s c a l a b r i n e   c e l t i c s h i g h l i g h t s   c e l t i c s p o s t g a m e l i v e   c e l t i c s r a p t o r s   c e l t i c s r a p t o r s a n a l y s i s   c e l t i c s r a p t o r s h i g h l i g h t s   c e l t i c s r a p t o r s p r e s e a s o n   c e l t i c s r a p t o r s r e a c t i o n  
1 2   d a y s   a w a y   f r o m   m e a n i n g f u l   c e l t i c s   b a s k e t b a l l ,   f o l k s .   
 
 b l e e d g r e e n   

s a m   h a u s e r   i s   f o r   r e a l :   t i m e   f o r   t h e   b o s t o n   c e l t i c s   t o   g i v e   h i m   a   b i g g e r   r o l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s ’   o f f e n s i v e   f l u i d i t y   i m p r e s s e d   i n   t h e i r   f i r s t   t w o   p r e s e a s o n   g a m e s .   i   e s p e c i a l l y   l o v e d   m a l c o l m   b r o g d o n ’ s   i n t e n t i o n   o n   f r e e i n g   u p   t a t u m   a f t e r   a   c o l d   s t a r t .   o n   s m a l l   b a l l   f o r   :  
j o e   m a z z u l l a   o n   s a m   h a u s e r :   ' h i s   c o n f i d e n c e   c o m e s   f r o m   h i s   w o r k   e t h i c "   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f o r   a l l   y o u   s p o r t s c a r d s   c o l l e c t o r s ,   c e l t i c s   f o r w a r d     s a i d   s c o o p i n g   u p   s a m   h a u s e r   ( _ s m o o t h 1 0 )   c a r d s   w o u l d   b e   a   w i s e   i n v e s t m e n t .   t h i s   i s   y o u r   f i n a l   w a r n i n g .   h a u s e r   h a s   3 6   p o i n t s   i n   4 5   m i n u t e s   i n   t w o   p r e s e a s o n   g a m e s .   h e ' s   9 - f o r - 1 3   f r o m   3 - p o i n t   l a n d .  
j o e   m a z z u l l a   o n   s a m   h a u s e r :   ' h i s   c o n f i d e n c e   c o m e s   f r o m   h i s   w o r k   e t h i c ”   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h i s   c e l t i c s   t e a m   i s   g i v i n g   m e   u b u n t u   2 . 0   v i b e s .   t h e y ' r e   c l e a n i n g   o u t   t h a t   n e g a t i v e   e n e r g y ;   i   t h i n k   t h e y ' r e   g o i n g   t o   t e a r   t h r o u g h   t e a m s   t h i s   s e a s o n 
 
 ☘ ️   u b u n t u 2 p o i n t 0   u b u n t u   ☘ ️   b a n n e r 1 8   t h e j a y s   n b a  
c e l t i c s   v s .   r a p t o r s   t a k e a w a y s :   s a m   h a u s e r   s h i n e s   i n   o t   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i n   h o n o r   o f   t h e   n b a   s e a s o n   s t a r t i n g   u p   t h i s   w e e k ,   o u r   t b t   i s   f r o m   2 0 1 6   w h e n   c h r i s   h e r r e n   v i s i t e d   t h e   o l d   c e l t i c s   p r a c t i c e   f a c i l i t y   i n   w a l t h a m   t o   f i l m   a   p s a   f o r   t h e   s t a t e w i t h o u t s t i g m a   c a m p a i g n . .   i t   w a s   a   f u l l   c i r c l e   m o m e n t   & a m p ;   a   d a y   t o   r e m e m b e r .   ☘ ️   💜   h e r r e n t a l k s   n b a   c e l t i c s  
r e c e n t l y : 
 
 t h e   b r u i n s   w i n   i n   a   t h r i l l e r   v s   t h e   r a n g e r s   5 - 4 .   f i n a l   p r e s e a s o n   g a m e   s a t   v s   t h e   n e w   j e r s e y   d e v i l s . 
 
 - 
 
 c e l t i c s   d r o p   t h e   b a l l   t o   t h e   r a p t o r s   1 2 5   -   1 1 9   i n   o t . 
 
 - 
 
 r e d s o x   w r a p   u p   2 0 2 2   w i t h   a   s w e e p ,   b e a t i n g   o u t   t h e   r a y s   6 - 3 .   t i l l   n e x t   s p r i n g . . .
h o w   i m p o r t a n t   w a s   a d d i n g   v e t e r a n   b i g   m a n   b l a k e   g r i f f i n   t o   t h e   b o s t o n   c e l t i c s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   1 2 5 ,   b o s t o n   1 1 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i u b b   i n   n b a   p r e s e a s o n   l a s t   n i g h t : 
 
 🏀   o g   a n u n o b y   ( r a p t o r s ) :   1 0   p t s   ( 4 - 8   f g ) ,   3   r e b s 
 🏀   n o a h   v o n l e h   ( c e l t i c s ) :   2   p t s   ( 1 - 1   f g ) ,   3   r e b s 
 🏀     ( l a k e r s ) :   2   p t s ,   3   r e b s
d o n t e   d i v i n c e n z o   c o u l d ' v e   b e e n   a   b o s t o n   c e l t i c   l a s t   s e a s o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
  i t s   t h e   o n e   t h i n g   i v   b e e n   d y i n g   t o   s e e   t h e s e   l a s t   f e w   y e a r s .   c e l t i c s
p o s t   g a m e   t h r e a d :   t h e   t o r o n t o   r a p t o r s   d e f e a t   t h e   b o s t o n   c e l t i c s   1 2 5 - 1 1 9   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
i c y m i ,   h e r e ' s   w h a t   s t o o d   o u t   i n   t h e   c e l t i c s   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s ,   i n c l u d i n g   b o s t o n ' s   s t i n g y   d e f e n s e ,   a   s t r o n g   s h o w i n g   f r o m   t h e   r e g u l a r   s e a s o n   c l o s i n g   l i n e u p ,   a n d   s a m   h a u s e r   c a r v i n g   o u t   a   r o l e   f o r   h i m s e l f . 

t h i s   w a s   s o   s m o o t h   a n d   c a l m   f r o m   j a y s o n   t a t u m .   h e   k e e p s   d r i v i n g   t o   t h e   h o o p   l i k e   t h i s   h e ’ l l   o n c e   a g a i n   b e   i n   t h e   m v p   c o n v e r s a t i o n   c e l t i c s  
a   l i t t l e   h o t   t a k e … 
 
 j a y l e n   b r o w n   w i l l   l e a d   t h e   c e l t i c s   i n   s c o r i n g   t h i s   s e a s o n .
h o r n e t s   c e l t i c s   c h a r l o t t e   n b a   b a s k e t b a l l   l a m e l o   ( f o r   t h e   t w i t t e r   a l g o r i t h m   t o   p r o m o t e   i t   f o r   f r e e   t o   t h e   r i g h t   p l a c e ,   i ' d   r e a l l y   l i k e   t o   s e l l   t h e   t i c k e t s )
1 7   p o i n t s   i n   2 1   m i n u t e s   f o r   p a y t o n   p r i t c h a r d   a g a i n s t   t h e   r a p t o r s   l a s t   n i g h t   c e l t i c s  
j a y l e n   b r o w n   e x p r e s s i n g   h i t t i n g   h i s   f r e e   t h r o w s   i n   a   s u r p r i s i n g   w a y   t h a t   t h r e w   o f f   t h e   g r e a t     😂 l o v e   t o   s e e   i t   c e l t i c s 
  
h o w   i m p o r t a n t   w a s   a d d i n g   v e t e r a n   b i g   m a n   b l a k e   g r i f f i n   t o   t h e   b o s t o n   c e l t i c s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s o   g l a d   t h i s   g u y ’ s   n o   l o n g e r   w e a r i n g   a   c e l t i c s   j e r s e y .   i   w o n d e r   i f   b e n   s i m m o n s   m i n d s   b e i n g   p u b l i c l y   l e c t u r e d   b y   a   f l a t - e a r t h e r   w i t h   a   h a b i t   o f   d a m n i n g   h i s   t e a m m a t e s   w i t h   f a i n t   p r a i s e …  
j t   j a y s o n   t a t u m   a t   t h e   t d g a r d e n     l a s t   n i g h t   💪 🏻   a l w a y s   a   p l e a s u r e   w a t c h i n g   t h e   g o a t   p l a y   🐐   0   c e l t i c s   b o s t o n   b l e e d g r e e n  
c e l t i c s '   j a y s o n   t a t u m   o n   s l o w   s h o o t i n g   s t a r t   t o   s e a s o n :   ' i   a i n ' t   w o r r i e d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   e x p l a i n s   w h y   c e l t i c s   a r e   p i c k i n g   u p   w h e r e   t h e y   l e f t   o f f   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡  
h a s   b o s t o n ' s   b u m p y   o f f s e a s o n   t a k e n   t h e   c e l t i c s   d o w n   a   p e g   a s   c o n t e n d e r s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m h a u s e r   f o r m   l o o k s   q u i c k e r   i f   h e   k e e p s   t h i s   u p   d u r i n g   t h e   s e a s o n   a n d   d e v e l o p   i n   a n o t h e r   a r e a   o f   h i s   g a m e . . g a l l o   m a y   b a r e l y   s e e   t h a t   f l o o r   e v e n   w h e n   h e a l t h y   😂 😂 😂 ☘ ️   c e l t i c s
b e e n   i n   t h e   c s   l o c k e r   r o o m   f o r   5   m i n s   a n d   s e e m s   l i k e   b l a k e   g r i f f i n   h a s   b e e n   h e r e   5 …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s u p e r - e a r l y   m o c k   2 0 2 3   n b a   d r a f t   h a s   b o s t o n   c e l t i c s   t a k i n g   i o w a   f o r w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w i l l   j a y s o n   t a t u m   a n d   j a y l e n   b r o w n   t a k e   t h e   b o s t o n   c e l t i c s   b a c k   t o   t h e   n b a   f i n a l s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e w   n f t   c o l l e c t i o n   i s   c o m i n g   t h i s   n i g h t   2 3 : 5 9   g m t   + 0 3 : 0 0   n f t s   n f t   n f t c o l l l e c t o r s   n f t c o l l e c t i o n   m o n k e y n f t c o l l e c t i o n   b a s k e t b a l l   b u l l s     l a k e r s   l o s a n g e l e s   s p u r s   c h i c a g o   c e l t i c s   b o s t o n   t e a m s
5   t a k e a w a y s   f r o m   c e l t i c s   v s .   r a p t o r s   a s   s a m   h a u s e r ,   m a l c o l m   b r o g d o n   s h i n e   i n   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t ,   m a l c o l m   b r o g d o n   a n d   d e r r i c k   w h i t e   c o u l d   b e c o m e   a   t e r r i f y i n g   t r i o   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   p r e v i e w :   p r e d i c t i o n s   a n d   a n a l y s i s   f o r   t h e   2 0 2 2 - 2 3   n b a   s e a s o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   -   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   2 0 . . .   
 c e l t i c s   r a p t o r s   n b a
a f t e r   h i s   f i r s t   f i n a l s   a p p e a r a n c e ,   c e l t i c s   s t a r   i s   l e a r n i n g   t h e   s p o t l i g h t   h a s   b e e n   m a g n i f i e d   f o r   b e t t e r   a n d   f o r   w o r s e 
 
 r e a d   m o r e   h e r e :   
 
 n b a   s p o r t s   s p o r t s n e w s   n b a s e a s o n   n b a p l a y e r   b o s t o n c e l t i c s   n b a n e w s   s p o r t s n e w s d a i l y   b a s k e t b a l l   s p o r t s u p d a t e
t h a t   c e l t i c s   g a m e   e h . . j t   r h y t h m   i s   📴 . . a n d   c e l t i c s   c l e a r l y   s t i l l   n e e d   t i m e l o r d .
s u p e r - e a r l y   m o c k   2 0 2 3   n b a   d r a f t   h a s   b o s t o n   c e l t i c s   t a k i n g   i o w a   f o r w a r d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s o   g o o d   i   h a d   t o   s h a r e !   c h e c k   o u t   a l l   t h e   i t e m s   i ' m   l o v i n g   o n     p o s h m a r k   f a s h i o n   s t y l e   s h o p m y c l o s e t   c a m p b e l l s   c e l t i c s   z i g i s o h o :    
n e w   v i d e o   t o   w a t c h : 
 
 " b o y y   t h e   r a p t o r s   w e n t   n a s t y   |   r a p t o r s   v s   c e l t i c s   -   p o s t   g a m e   t h o u g h t s "   
 
 c r e a t o r :     d e e m y . 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c e l t i c s   b o s t o n c e l t i c s 
 
  
i f   m a l c o l m   b r o g d o n   s t a y s   c o n s i s t e n t   m o v i n g   t h e   b a l l   a n d   c a n   r e m a i n   h e a l t h y   t h i s   s e a s o n ,   i   t h i n k   h e ’ l l   b e   a   t o p   c a n d i d a t e   f o r   s i x t h   m a n   o f   t h e   y e a r   c e l t i c s
🇺 🇸 | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a  
j u l i u s   r a n d l e ' s   n o t a b l e   g r o w t h   i n   k n i c k s '   p r e s e a s o n   w i n   c a n ' t   b e   i g n o r e d 
 
 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a p r e s e a s o n   n b a i n a b u d h a b i   l a k e s h o w   l a k e r s   c e l t i c s   d u b n a t i o n   b u l l s n a t i o n   r o c k e t s   a p c e r s   m f f l
s a m   h a u s e r   c o n t i n u e s   t o   p r o v e   w h y   t h e   c e l t i c s   r e - s i g n e d   h i m .   y o u   m u s t   r e s p e c t   h i m   a s   a   s h o o t e r 
 

m a l c o l m   b r o g d o n   a n d   s a m   h a u s e r   b o t h   w e n t   t o   v i r g i n i a .   m o s t   o f   h a u s e r ’ s   s h o t s   h a v e   b e e n   o f f   o f   b r o g d o n   a s s i s t s   t h r o u g h o u t   t h e   p r e s e a s o n   c e l t i c s   
 

j u s t   r e m e m b e r   t h a t   t h e   c e l t i c s   h a d   a   1 9   p o i n t   l e a d   b e f o r e   t h e   d e e p e r   b e n c h   t o o k   o v e r .   i   s a w   w h a t   i   n e e d e d   t o   f r o m   o u r   g u y s   🍀
t h e   d e e p e r   p a r t   o f   t h e   b e n c h   s t r u g g l e d   b u t   t h e   s t a r t e r s   a n d   r o t a t i o n   p l a y e r s   l o o k e d   p r e t t y   g o o d   c e l t i c s
o n   t h i s   d a y :   1 9 9 8   p r e s e a s o n   c a n c e l e d   a h e a d   o f   ' 9 8   l o c k o u t ;   g e o r g e   k a f t a n   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w i l l   j a y s o n   t a t u m   a n d   j a y l e n   b r o w n   t a k e   t h e   b o s t o n   c e l t i c s   b a c k   t o   t h e   n b a   f i n a l s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
i n   t w o   g a m e s ,   s a m   h a u s e r   i s   9 - 1 3   f r o m   b e h i n d   t h e   a r c .   h e ’ s   b e e n   a c c u r a t e   a n d   c o n f i d e n t   l e t t i n g   i t   f l y ,   n o t   t o   m e n t i o n   h i s   t e a m m a t e s   w a n t   h i m   t o   s h o o t   c e l t i c s
t h e   c e l t i c s   a r e   t h r i v i n g   o f f e n s i v e l y ,   p l a y i n g   f a s t e r   a n d   s m a l l   b a l l   l o o k s   a p p e a l i n g .   i t ' s   a l l   e x p e r i m e n t a l   r i g h t   n o w   a s   b o s t o n   t r i e s   t o   r e s h a p e   i t s   i d e n t i t y   w i t h o u t   i m e   u d o k a   & a m p ;   w i t h   w i l l i a m s   h u r t . 
 
 " w e   m i s s e d   a   l o t   o f   g o o d   l o o k s ,   b u t   t h e   f l o o r   i s   s p a c e d " 

r a p t o r s   g e t   g o i n g   e a r l y   i n   o v e r t i m e   t o   t a k e   1 2 5 - 1 1 9   w i n   o v e r   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   h a v e   t h e   f e w e s t   s h o t s   p e r   g a m e   i n s i d e   5   f e e t   t h i s   p r e s e a s o n   ( 2 1 . 3 ) .   n i c e   t o   b e   r a i n i n g   f r o m   t h r e e ,   b u t   s o m e   b a l a n c e   i s   m i s s i n g   f r o m   t h e i r   o f f e n s e   e a r l y .   t h e y ' r e   b o t t o m   1 0   i n   f t a   t o o .
w e   b a c k ☘ ️ ☘ ️ ☘ ️ ☘ ️ ☘ ️   m o o d   c e l t i c s  
i   a m   s o   h a p p y   c e l t i c s   a r e   b a c k   😍 ☘ ️ 🤗
i   j u s t   w a n t   t o   s t i l l   s a y   i   c a l l   s a m   h a u s e r   f a k e   h a y w a r d   c a u s e   i n   m y   m i n d   t h e y   l o o k   a l i k e .   s o   i ’ m   h o p i n g   s a m   c a n   b e   t h e   h a y w a r d   w e   n e v e r   g o t   t o   e x p e r i e n c e   l o l l l l l   c e l t i c s   🙃 😎 🤣 ☘ ️
p a y t o n   p r i t c h a r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a y t o n p r i t c h a r d   p a y t o n   p r i t c h a r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
" y o u n g   g o a t "   - -   w a r r i o r s   s t a r   d r a y m o n d   g r e e n   i s s u e s   u l t i m a t e   p r a i s e   f o r   c e l t i c s   f o r w a r d   j a y s o n   t a t u m   😤 
 

j a y s o n   t a t u m   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y s o n t a t u m   j a y s o n   t a t u m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
    a f t e r   i   g o t   h o m e   t o n i g h t   i   f o u n d   m r .   f l e s h y   i n   l i z z y ’ s   t w e e t   h i s t o r y .   i   h a v e   p i n n e d   h i m   t o   m y   p r o f i l e   f o r   f u t u r e   u s e .   s a v e   h i m ,   h o l d   h i m   c l o s e   t o   y o u r   h e a r t ,   a n d   r e m e m b e r … … … . . b e l i e v e ! ! ! ! !   f l e s h y   n b a   c e l t i c s   b o s t o n   b e l i e v e
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j e f f   d o w t i n 
 
 n b a   n b a i t a l i a   r a p t o r s   c e l t i c s 
 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 p a y t o n   p r i t c h a r d 
 
 n b a   n b a i t a l i a   c e l t i c s   r a p t o r s 
  
1 0 / 5   p u t n a m   p o s t g a m e   r e p o r t :   t h e   s t i n g   o f   d e f e a t   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a y s o n   t a t u m 
 
 n b a   n b a i t a l i a   c e l t i c s   r a p t o r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 m a r c u s   s m a r t 
 
 n b a   n b a i t a l i a   c e l t i c s   r a p t o r s 
  
g a m e   r e c a p :   r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a y l e n   b r o w n 
 
 n b a   n b a i t a l i a   c e l t i c s   r a p t o r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 s c o t t i e   b a r n e s 
 
 n b a   n b a i t a l i a   r a p t o r s   c e l t i c s 
  
w h y   c e l t i c s '   j a y s o n   t a t u m   s a i d   s a m   h a u s e r   ' s h o u l d   s e n d   m e   a   t h a n k   y o u   c a r d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   g a m e   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 ;   n b a   s t a n d i n g s   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   p a c e r s   h o r n e t s   c a v a l i e r s   7 6 e r s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
🎥 :     & a m p ;     r e c a p   t h e   c e l t i c s   1 2 5 - 1 1 9   o t   l o s s   t o   t h e   r a p t o r s   o n   w e d n e s d a y 
 
 🍀 m a z u l l a ' s   i m p r i n t   i s   e v i d e n t   👀 
 🍀 h a u s e r   3 ⃣ 🔥 
 🍀 f l o o r   s p a c i n g   ↔ ️ 
 🍀 o f f e n s e   i s   d o m i n a t i n g 
 
 📺 f u l l   r e c a p :   
 
 ⚡ ️ b y   _ a g   |     |    
i   g i v e   t h e   p p l   w h a t   t h e y   w a n t   ! ! !   c e l t i c s   & a m p ;   d e u c e   c u t e n e s s   🫱 🏼 ‍ 🫲 🏽 🫶 🏻   n b a  
c e l t i c s   w a t c h   l e a d   e v a p o r a t e   i n   p r e s e a s o n   o v e r t i m e   l o s s   t o   r a p t o r s :   1 0   t a k e a w a y s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
b r o w n   r e a d y   t o   p i c k   u p   w h e r e   h e   l e f t   o f f ,   g r e a t   e f f o r t   a n d   n u m b e r s   s o   f a r   c e l t i c s
s a m   h a u s e r   l o o k s   l i k e   h e   i s   r e a d y   f o r   s o m e   q u a l i t y   m i n u t e s   c e l t i c s
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   b o s t o n   c e l t i c s   n b a   v i d e o :  
w h y   c e l t i c s '   j a y s o n   t a t u m   s a i d   s a m   h a u s e r   ' s h o u l d   s e n d   m e   a   t h a n k   y o u   c a r d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h i s   💯 💯 💯 ☘ ️ 🙌 🏻   c e l t i c s   b l e e d g r e e n   a m e n   n b a  
o v e r t i m e . . . . i n   a   p r e s e a s o n   g a m e . . . . a n d   t h e y   l o s e   i n   t h e   1 s t   g a m e   i ' m   a b l e   t o   w a t c h   l o l   c e l t i c s
d e e p   b e n c h   l e a d s   i n c r e d i b l y   f u n   c o m e b a c k ,   r a p t o r s   b e a t   c e l t i c s   1 2 5 - 1 1 9   i n   o t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e n   w i t h   a n   l   t o n i g h t .   w e   l o o k   p o i s e d   f o r   a n o t h e r   f u n   r u n   🔥     c e l t i c s
f r e d   v a n v l e e t   w i t h   a   2 - p o i n t e r   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   a m   a   h u g e   f a n   o f   m f i o n d u   a n d   i t   n e e d s   t o   b e   s a i d   p u b l i c l y   h e r e   c e l t i c s   🗣 ️ 💯 ☘ ️ 🙌 🏻
j a y l e n   b r o w n   h i g h l i g h t s   -   c e l t i c s   v s .   r a p t o r s   -   5 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   b o s   t o r   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b o s t o n   c e l t i c s   t o r o n t o   r a p t o r s
h e r e ' s   w h a t   s t o o d   o u t   f r o m   r a p t o r s '   o v e r t i m e   w i n   o v e r   c e l t i c s :   b o s t o n ' s   r e g u l a r s   s h a r p   a t   b o t h   e n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   ‘ 2 2 - ‘ 2 3   c e l t i c s   r o s t e r   i s   n o w h e r e   n e a r   t h e   s a m e   g a l a x y   a s   t h e   ‘ 8 5 - ‘ 8 6   c e l t i c s .     b i l l   w a l t o n   w a s   p l a y i n g   w i t h   3   l e g i t   h o f e r s   a t   t h e   h e i g h t   o f   t h e i r   r e s p e c t i v e   p o w e r s .   
 
 h o p e f u l l y   b l a k e   g r i f f i n   h a s   s o m e t h i n g   l e f t   t o   c o n t r i b u t e .   b u t   t h e s e   w a l t o n   c o m p a r i s o n s   a r e   a b s u r d .
l a k e r s   n e w s :   c e l t i c s   c o - o w n e r   t a l k s   a b o u t   h e r   o f f - c o u r t   p a r t n e r s h i p   w i t h   l a k e r s   o w n e r   j e a n i e   b u s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   m o s t   w o n d e r f u l   t i m e   o f   t h e   y e a r   ☘ ️ 😍 ☘ ️ 😍 ☘ ️   c e l t i c s   b l e e d g r e e n   n b a   t i s t h e s e a s o n   🏀  
r e a d   & a m p ;   r e a c t :   t h e   t a t u m   & a m p ;   b r o w n   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g a l l e r y :   c e l t i c s   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s   a t   t h e   g a r d e n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s   v s   r a p t o r s   o v e r t i m e   t i l t 

k a b e n g e l e   w i t h   t h e   p o w e r f u l   s l a m ! 😤 😤 😤 
 c e l t i c s r a p t o r s   c e l t i c s   n b a   n b a t w i t t e r   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   h i g h l i g h t   
  
5   t a k e a w a y s   f r o m   c e l t i c s   v s .   r a p t o r s   a s   s a m   h a u s e r ,   m a l c o l m   b r o g d o n   s h i n e   i n   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   i s   a   s l i g h t l y   w o r s e   p a u l   g e o r g e   _     c e l t i c s
  p a y t o n   p r i t c h a r d   -   1 7   p t s ,   4   r e b ,   5   a s t ,   3   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 p a y t o n p r i t c h a r d   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
d a l a n o   b a n t o n   w i t h   a n   a n d   o n e   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  t h e   o n l y   s t a r t e r s   j a c k e t   i   w i l l   a c c e p t .   c e l t i c s   8 0 s  
t h e   c e l t i c s   d r o p   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s .   t h e y   w i l l   b e   i n   c h a r l o t t e   o n   f r i d a y .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
c e l t i c s   b r o t h e r s   a n d   s i s t e r s   y o u   d o   r e a l i z e   t o n i g h t   w a s   a   p r e   s e a s o n     g a m e   a n d   t h e   s t a r t e r s   a n d   s a m   h a u s e r   p l a y e d   g r e a t ,   r i g h t ?   c a n   y o u   s p a r e   m e   t h e   n e g a t i v i t y !
i s   s a m   h a u s e r   g o i n g   t o   b e c o m e   t h e   c e l t i c s   s e c r e t   s h a r p s h o o t i n g   w e a p o n ?
n o a h   v o n l e h   w i t h   a   d u n k   v s   t h e   t o r o n t o   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s o r r y   c e l t i c s   f a n s   b u t … 
 
 … h e a r d   y o u r   a n n o u n c e r   s a y   i n   t h e   3 r d   q u a r t e r   t h a t   t h e   r a p t o r s   w e r e   “ w a v i n g   t h e   w h i t e   f l a g ” … 
 
 . . t h e n   w e   c a m e   b a c k   f r o m   1 9   d o w n   t o   w i n   i n   o t .   
 
 w e t h e n o r t h  
w h a t   c e l t i c s   p r e d i c t i o n s   w e r e   m a d e   d u r i n g   n b a   g m   s u r v e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a n ,   h a u s e r   i s   r e a l l y   l o o k i n g   n i c e   s o   f a r   f o r   t h e   c e l t i c s .   l i k e ,   m a n .
n i a   l o n g   i s   r e p o r t e d l y   s t a y i n g   w i t h   i m e   u d o k a   d e s p i t e   h u g e   c h e a t i n g   s c a n d a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
  n a t e   " t i n y "   a r c h i b a l d .       7   f o r   t h e   c e l t i c s   a n d   1   i n   t h e   💗   t o   a   5   f t   n o t h i n g   8 t h   g r a d e   p o i n t   g u a r d . c e l t i c s  
" t h e r e   i s   n o   w e a k n e s s   r i g h t   n o w   i n   t h i s   c e l t i c s   d e f e n s e . "   😤 
 
   a n d   _ 5 0   o n   t h e   c e l t i c s   m a i n t a i n i n g   t h e i r   d e f e n s i v e   i d e n t i t y  
_ s m o o t h 1 0   s a m   h a u s e r   -   2 2   p t s ,   4   r e b ,   2   a s t ,   5   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 s a m h a u s e r   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
c e l t i c s   t a k e a w a y s   a s   r e g u l a r s   i m p r e s s   a g a i n   i n   p r e s e a s o n   o v e r t i m e   l o s s   t o   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   o n   g r a b b i n g   1 0   r e b o u n d s   t o n i g h t ,   a n d   t h e   i m p o r t a n c e   o f   h i m   c o n t r i b u t i n g   i n   t h a t   a r e a   w i t h   r o b   o u t .   “ w e ’ v e   a l l   g o t   t o   r e b o u n d .   r e b o u n d i n g   i s   k e y .   m e   a n d   r o b   u s e d   t o   h a v e   f r i e n d l y   c o m p e t i t i o n s .   i   g e t   a   l o t   o f   r e b o u n d s   n o w .   r e b o u n d i n g   i s   s o m e t h i n g   i   d o . ”   c e l t i c s
b o s t o n   c e l t i c s   l o s e   t o   t o r o n t o   r a p t o r s   i n   b e t t e r - t h a n - y o u - t h i n k   p r e s e a s o n   p e r f o r m a n c e ,   1 2 5 - 1 1 9   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b e n c h   p l a y e r s   f o r   t h e   l o s s .   c e l t i c s
j a y s o n   t a t u m   o n   h o w   e n c o u r a g e d   h e   i s   b y   s h a r p   t h e   c e l t i c s   h a v e   l o o k e d   i n   t h e i r   f i r s t   t w o   p r e s e a s o n   g a m e s :   “ s u p e r   e n c o u r a g e d .   i t   k i n d   o f   f e e l s   l i k e   w e ’ r e   p i c k i n g   u p   f r o m   l a s t   s e a s o n … a n d   i t ’ s   f u n   p l a y i n g   w i t h ,   a n d   i   t h i n k   i t   s h o w s   t h r o u g h   t h e   f i r s t   t w o   g a m e s . ”
d o   y o u   h a v e   a   g r e a t   p r o j e c t   t h a t   y o u   w a n t   t o   g e t   h a n d l e d   p r o f e s s i o n a l l y ?   t h e n   c l i c k   t h e   l i n k   b e l o w ,   a n d   l o o k   a t   t h e   r e s u l t s . 
 
 
 a e w d y n a m i t e 
 r a p t o r s 
 d r a y m o n d 
 j o s h j a c k s o n 
 g a b e b r o w n 
 c e l t i c s 
 r h o b h 
 d o w t i n 
 d j w i l s o n 
 w e t h e n o r t h
c e l t i c s   f a l l   t o   t h e   r a p t o r s   1 2 5 - 1 1 9   i n   o t 
 
 b r o w n   2 3 p t s 
 h a u s e r   2 2 p t s 
 t a t u m   1 8 p t s   1 0 r e b 
 p r i t c h a r d   1 7 p t s   5 a s t 
 w h i t e   1 0 p t s 
 
 b o s :   4 4 . 4 %   f g   1 6 - 5 2   3 p t   4 5   r e b   3 1   a s t   1 0   t o v 
 
 a c h i u w a   1 3 p t s   7 r e b 
 s i a k a m   1 3 p t s   6 r e b 
 j a c k s o n   1 3 p t s 
 b i r c h   1 0 p t s 
 
 t o r :   4 5 . 9 %   f g   7 - 3 2   3 p t   5 9   r e b   2 2   a s t   7   t o v
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :   r a p t o r s   1 2 5 ,     1 1 9   i n   o t .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b a s k e t b a l l   b o s t o n a t h l e t e m a g a z i n e  
p r e c i o u s a c h i u w a   p o s t s   1 3   p o i n t s   a n d   s e v e n   r e b o u n d s   t o   h e l p   t h e   r a p t o r s   b e s t   t h e   c e l t i c s .   f i n a l :   t o r   1 2 5   -   1 1 9   b o s   n b a p r e s e a s o n
l o l .   c e l t i c s   g o i n g   b a c k   t o   t h e m   d u m b   a s s   p r e - u d o k a   l i n e u p s   w i t h   t a t u m   a t   t h e   4 .   t h e y   m a y   n o t   e v e n   m a k e   i t   o u t   o f   t h e   f i r s t   r o u n d   o f   t h e   p l a y o f f s
n b a ,   c e l t i c s   t w i t t e r   r e a c t   t o   b o s t o n ' s   1 2 5 - 1 1 9   o v e r t i m e   l o s s   t o   t h e   r a p t o r s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i ' m   s o   f u c k i n g   p i s s e d   w e   s h o u l d n ' t   h a v e   l o s t   t h a t   g a m e   w e   w a s   u p   b y e   2 0   p o i n t s   i t ' s   p r e   s e a s o n   a n d   t h e   g a m e s   d o n ' t   c o u n t   b u t   i   p a i d   m o n e y   w a s t e d   m y   t i m e   t h e y   t o o k   t h e   s t a r t e r s   o u t   w i t h   a b o u t   3   m i n s   l e f t   i n   t h e   3 r d   q u a r t e r   p u t   i n   t h e   b u m s   a n d   t h e y   l o s t   t h e   g a m e   c e l t i c s
i ' m   s o   f u c k i n g   p i s s e d   i   k n o w   t h i s   i s   p r e s e a s o n   b u t   w e   w e r e   u p   b y   f u c k i n g   2 0   p o i n t s   o f   t a t u m   a n d   b r o w n   p l a y e d   i n   t h e   f o u r t h   q u a r t e r   j u s t   w o u l d ' v e   n e v e r   h a p p e n e d   e v e r .   i   f e e l   l i k e   i ' m   w a s t i n g   m y   m o n e y   m y   t i m e   i ' m   s o   a n g r y .     c e l t i c s
t h i s   w o u l d   h a v e   n e v e r   e v e r   h a p p e n e d   i n   t h e   r e g u l a r   s e a s o n   c e l t i c s   i ’ m   s o   l o s s e s   i   f e e l   l i k e   i   w a s t e d   m y   1 9   d o l l a r s   i   p a i d   f o r   t h i s   g a m e   😂 😂 😂 n b a   p r e s e a s o n
c e l t i c s   g r e a t   g a m e   _        
w a t c h i n g   g u y s   c o m p e t i n g   f o r   r o s t e r   s p o t s   o v e r c o m e   a   1 9 - p o i n t   d e f i c i t   t o   b e a t   t h e   c e l t i c s   w a s   a   l o t   o f   f u n .   i   d o n ' t   c a r e   i f   i t ' s   j u s t   t h e   p r e s e a s o n !   r a p t o r s     l e t s g o  
r a p t o r s   a t   c e l t i c s :   b o s t o n   f a l l s   t o   t o r o n t o   1 2 5 - 1 1 9   i n   o v e r t i m e   a s   b e n c h   m o b   f i z z l e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   s o   c l o s e   n b a   w h a t   a   g a m e   r a p t o r s  
t h e   l e a g u e   n e e d s   t o   b e   o n   n o t i c e   o f   s a m   h a u s e r   c e l t i c s   n b a   n b a t w i t t e r
t h e   r a p t o r s   p l a n e   f l i g h t   b a c k   f r o m   b o s t o n   w i l l   b e   l i k e   o n e   t h o s e   h i g h   s c h o o l   b u s   r i d e s   a f t e r   j v   g o t   t h e   w   b u t   t h e   v a r s i t y   t e a m   g o t   t o r c h e d .   c e l t i c s   w e t h e n o r t h
h a u s e r   o n   t h e   c e l t i c s   e x p r e s s i n g   c o n f i d e n c e   i n   h i m   t o   s t e p   u p   f o l l o w i n g   g a l l i n a r i ’ s   i n j u r y :   “ t h e m   s h o w i n g   c o n f i d e n c e   g i v e s   m e   c o n f i d e n c e . ”
w h e n   i n   r o m e ,   y o u   e n t e r   t h e   a r e n a .   🏀 🍀   m y   f i r s t   t i m e   i n   t d   a n d   b l o w n   a w a y   b y   t h e   r i c h   h i s t o r y   o f   b a s k e t b a l l   l e g e n d s   t h a t   h a v e   m a d e   t h e   c e l t i c s   w h o   t h e y   a r e   t o d a y .   t h a n k s     a n d     f o r   m a k i n g   s u r e   i   s a w   a n o t h e r   s i d e   o f   b o s   t o n i g h t !   c e l t i c s   s t i l l a c l i p s f a n  
s a m   h u a s e r   e a r n e d   h i m s e l f   a   s p o t   i n   t h e   r o t a t i o n ,   d e s p i t e   t h e   i n j u r y   t o   g a l l o   c e l t i c s
r a p t o r s   i n   t h e   4 t h   q u a r t e r   t o n i g h t .   c e l t i c s   r a p t o r s  
h a u s e r   o n   h i s   h o t   s h o o t i n g :   “ t h a t ’ s   w h a t   i ’ m   k n o w n   f o r   s h o o t i n g ,   a n d   t h a t ’ s   h o w   i   c a n   h e l p   t h i s   t e a m … i t   c o m e s   b a c k   t o   d a i l y   d e p o s i t s   a n d   w o r k i n g   o n   i t   e v e r y d a y . ”   c e l t i c s
c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   s a y s   s a m   h a u s e r ’ s   c o n f i d e n c e   i s   a   p r o d u c t   o f   h i s   w o r k   e t h i c . 
 
 " ( h e )   w o r k s   r e a l l y   h a r d ,   d o e s   a   g r e a t   j o b   o f   p l a y i n g   o f f   o t h e r s ,   a n d   t a k e s   w h a t   t h e   d e f e n s e   g i v e s   h i m . ”
s o   t h i s   i s   w h a t   w e ' r e   d o i n   a g a i n . . . . 
 c e l t i c s    
w h i l e   t h e   g a m e   u l t i m a t e l y   w e n t   t h e   w a y   o f   t h e   r a p t o r s ,   t h e   m o r e   i m p o r t a n t   d e v e l o p m e n t s   t o o k   p l a c e   b e f o r e   t h e i r   f o u r t h - q u a r t e r   r a l l y .   h e r e ’ s   w h a t   s t o o d   o u t   f r o m   t h e   c e l t i c s   s e c o n d   p r e s e a s o n   m a t c h u p .   

y o u   r a p t o r s   f a n s   r e a l l y   e x c i t e d   o v e r   a   p r e s e a s o n   g a m e   🤣 🤣 🤣 .   g r o w   t h e   t f   u p   a l r e a d y   💀   c e l t i c s   r a p t o r s   f u c k t h e r a p t o r s
  w e   w e r e   u p   b y   1 8   i   k n o w   i t ’ s   t h e   p r e s e a s o n   b u t   w t h   i t   w a s   1 8 p o i n t s   s m h   l o l o l o l   c e l t i c s
t h e   b r o g d o n   t o   h a u s e r   c o n n e c t i o n   w a s   s t r o n g   t o n i g h t   j u s t   l i k e   s a m   p l a n n e d   i n   o u r   c o n v o   a   f e w   w e e k s   a g o .   c e l t i c s     b l e e d g r e e n 
 
  
p r e s e a s o n   c e l t i c s   g a m e   2   f u n .   3 0   i s   s h o o t e r   b u t   a l s o   d i s p l a y s   g r e a t   d e c i s i o n   m a k i n g   o n   d r i b b l e   d r i v e .   a n o t h e r   p e r s o n   c a p a b l e   o f   p r e s s i n g   o p p o n e n t   s p a c e .   r a p t o r s   4 5   g o o d .     t o r   o v e r a l l   a   b i g   m f   t e a m   g u a r d s   a r e   h u g e   a n d   l o o k s   l i k e   i t   g o t   t h e m   b a c k   i n t o   t h e   g a m e   a t   e n d   o f   3 r d   2   f i n
h e r e   f o r   i t .   c e l t i c s  
w o w   … .   w h a t     a   g a m e   i n   t h e   n b a   p r e   s e a s o n   b e t w e e n   t h e   c e l t i c s   & a m p ;   r a p t o r s 
 

a g a i n ,   i   k n o w   i t ’ s   p r e s e a s o n   a n d   t h e s e   g a m e s   d o n ’ t   c o u n t   b u t ,   t h e   c ’ s   l o s i n g   t o   t h e   r a p t o r s   a i n ’ t   s i t t i n g   w e l l   w i t h   m e .   c e l t i c s   n b a p r e s e a s o n
c e l t i c s   f a l l   t o   r a p t o r s   i n   s e c o n d   p r e s e a s o n   g a m e   ⬇ ️ 
 
 p o s t g a m e   l i v e   i s   o n   n o w   w i t h       _ 5 0     & a m p ;     o n    
t a k e   a   d e e p   b r e a t h   c e l t i c s   f a n s ,   i t ' s   j u s t   a   p r e s e a s o n   g a m e ,   i t ' s   n o t   l i k e   o u r   p l a y e r s   a r e   o u t   t h e r e   ' f o r c e f u l l y   s t r i k i n g '   e a c h   o t h e r . . .
t h e   c e l t i c s   w i n   t o t a l   i s   s e t   a t   5 3 . 5 .   j a y l e n   b r o w n   l o o k s   i n t e n t   o n   p u s h i n g   t h e   o v e r   👀 
 c e l t i c s  
s a m   h a u s e r   i n   t w o   c e l t i c s   p r e s e a s o n   g a m e s : 
 
 3 6   p o i n t s ,   7 2 % f g   ( 1 3 - 1 8 ) ,   6 9 % 3 p t   ( 9 - 1 3 ) . 
 
 h e ’ s   g o t   a   s i g n i f i c a n t   r o l e   o n   t h i s   t e a m   i f   h e   k e e p s   t h i s   u p !
o h   t h i s   n b a   g a m e   w e n t   i n t o   o t ?   h o w   o f t e n   d o e s   t h a t   h a p p e n   f o r   n b a p r e s e a s o n   g a m e s ? 
 
 b o s t o n   l o o k e d   n o r m a l ;   c a n   t h e   c e l t i c s   p u t   t h e   c o a c h   t u r m o i l   b e h i n d   e m   a n d   f o c u s   o n   t h e   s e a s o n ?   t h e y ' r e   s t i l l   f o r m i d a b l e   a n d   o n e   o f   t h e   t o p   t e a m s   i n   t h e   e a s t .   b a l l o r f a l l  
a t t a c h e d   a t   t h e   h i p   w e l l   l e g   👀 🤣 😍   b i g d e u c e   d e u c e   c e l t i c s   n b a   b l e e d g r e e n  
c e l t i c s   f a n s   p u n c h i n g   t h e   a i r   r i g h t   n o w 😂   c e l t i c s   r a p t o r s
t h i s   d u d e   i s   a s s ! ! ! !   m i s s e d   a l l   h i s   s h o t s … .   c e l t i c s  
t r a s h   c e l t i c s   r e g r e s s e d   a s   e x p e c t e d   r a p t o r s
c e l t i c s   n b a   u g l y   g a m e   s o   f a r   b o s t o n  
n e w :   t h e   c e l t i c s   s t u m b l e d   i n   o t   a g a i n s t   t h e   r a p t o r s   b u t   l o o k e d   g r e a t   w i t h   t h e i r   r e g u l a r s   i n   t h e   p r e s e a s o n   t u n e u p .   f u l l   t a k e a w a y s  
w h o a !   h o w   a b o u t   t h o s e   r a p t o r s ?   t h e y   j u s t   b e a t   t h e   c e l t i c s   i n   o t !   m a s a i   i s   t h e   e x e c u t i v e   o f   t h e   y e a r   f o r   t h i s   c o m i n g   s e a s o n !   n b a
w h a t   a   p l a y o f f   a t m o s p h e r e !   t o   g o   d o w n   1 9   t o   w i n   t h i s   g a m e   w i t h   o u r   y o u n g   t a l e n t   j u s t   g o e s   t o   s h o w   o u r   t e a m   i s   p r e t t y   d e e p !   r a p t o r s   c e l t i c s
t h a t   c e l t i c s e m o t i o n a l r o l l e r c o a s t e r   o n   t h e   p r e s e a s o n . . .   😓   c e l t i c s
j u s t i n   j a c k s o n   a n d   b r o d r i c   t h o m a s   s h o u l d   g o   r u n   l a p s   o r   s o m e t h i n g   
 
 c e l t i c s
i   t o t a l l y   a g r e e   w i t h   t h i s   e x c e p t   t h a t   i   t h i n k   t h e y   w i l l   l e a r n   m o r e   f r o m   t h e   l o s s .     t h e   s t i n g   o f   a   l o s s   i s   a   g o o d   t e a c h e r .   c e l t i c s  
i ’ m   l a u g h i n g   m y   a s s   o f f   😂   c e l t i c s   r a p t o r s
p r i t c h a r d   s h o w s   t h e   d e e p   b e n c h   h o w   t o   g r i n d .   c e l t i c s   b u t   n o t   s u r e   t h e y   g e t   i t .
c u t   t h i s   b u m   r i g h t   n o w     c e l t i c s   b o s t o n c e l t i c s  
o k a y   i   c a n ' t   b e   t h e   o n l y   o n e   t h a t   t h i n k s   d . j .   w i l s o n   l o o k s   l i k e   b r i t t n e y   g r i n e r   o u t   t h e r e   l o l   c e l t i c s
i t   w a s   e x c i t i n g   a n d   c l o s e   t i l   t h e   e n d .   s h a k e   o f f   t h e   r u s t .   s e e   y o u   o n   t h e   1 8 t h   f o r   o p e n i n g   n i g h t !   g a m e   o n   😎 ☘ ️ 💪 🏻   c e l t i c s   n b a   b l e e d g r e e n
b r o d e r i c k   t h o m a s   j u s t i n   j a c k s o n   m a k e   a n y   s h o t   c h a l l e n g e   ( i m p o s s i b l e )   c e l t i c s
i f   t h e   c e l t i c s   c a n   g e t   t h i s   v e r s i o n   o f   s a m   h a u s e r   f o r   8 2   g a m e s   t h i s   s e a s o n ,     t h e y   w i l l   b e   c o n t e n d i n g   f o r   a   t i t l e   c o m e   m a y .   n b a   c e l t i c s
s e e m s   s a f e   t o   s a y   t h a t   j u s t i n   j a c k s o n   a n d   b r o d e i c   t h o m a s   a r e   u n l i k e l y   t o   m a k e   t h e   f i n a l   r o s t e r   f o r   t h i s   c e l t i c s   t e a m . 
 
 a l s o   s a f e   t o   s a y   t h a t   a n   a l l - b e n c h   s m a l l   b a l l   l i n e u p   i s   n o t   l i k e l y   g o i n g   t o   b e   a   c o m m o n   g r o u p i n g   i n   t h e   r e g u l a r   s e a s o n .
n o t   a   g r e a t   g a m e   f o r   j a c k s o n   a n d   t h o m a s … . .   c e l t i c s
🇨 🇦   k h e m   b i r c h   d i a l i n g   i t   u p   f r o m   t h e   5 1 4 . 
 
 t o r o n t o   r a p t o r s   |   b o s t o n   c e l t i c s 
 
 n b a t w i t t e r   w e t h e n o r t h   n b a  
w h o   e l s e   i s   h a p p y   t o   s e e   _ s m o o t h 1 0   h a v i n g   a   h e l l   o f   a   g a m e ? 
 c e l t i c s 
   
   
   
 _
t h i s   o v e r t i m e   i s   s o   s l o p p y   😂   c e l t i c s
c e l t i c s   g - l e a g u e   p l a y e r s   a r e   b a d
t h i s   c e l t i c s   t e a m   i s   g o i n g   t o   b e   a   l o t   o f   f u n   t o   w a t c h .   i   c a n   a l r e a d y   t e l l .   g r e a t   b a l l   m o v e m e n t ,   i n - y o u r - f a c e   d e f e n s e   a n d   a   t o n   o f   s c o r i n g .   b r i n g   o n   2 2 - 2 3   s e a s o n .   w e   r e a d y !
t h i s   i s   a   k a b e n g e l e   f a n   a c c o u n t   c e l t i c s
“ d a d d y   y o u ’ r e   g o n n a   w i n   m v p ”   - d e u c e   p r o b a b l y   🤣 😎 👑   c e l t i c s   d e u c e   t a t u m   n b a   b l e e d g r e e n  
t h i s   w o u l d   b e   f u n n y   b u t   i ’ m   s t i l l   t r a u m a t i z e d   b y   t h e   c e l t i c s   i n a b i l i t y   t o   c l o s e   a s   r e c e n t   a s   j a n u a r y   o f   l a s t   y e a r .
d e u c e   i n c o m i n g g g g g g   🤣 🤣   c e l t i c s   d e u c e   t a t u m   n b a   b l e e d g r e e n  
n i c e   t o   s e e   t h e   c e l t i c s   i n   m i d   n o v e m b e r   f o r m   b l o w i n g   b i g   l e a d s   .   t h e   m o r e   t h i n g s   c h a n g e   t h e   m o r e   t h e y   s t a y   t h e   s a m e .   n b a   c e l t i c s
t o r o n t o   r a p t o r s   o u t s c o r e   t h e   b o s t o n   c e l t i c s   3 8 - 2 0   i n   t h e   f o u r t h - q u a r t e r   t o   f o r c e   o v e r t i m e   a t   1 1 0 - 1 1 0 . 
 
 a c h i u w a   1 3 p / 7 r 
 j e f f   d o w t i n   1 0 p / 3 a / 2 r 
 d a l a n o   b a n t o n   8 p / 3 r / 1 a 
 j o s h   j a c k s o n   8 p / 3 r 
 c h r i s t i a n   k o l o k o   6 p / 3 r / 2 a / 1 b 
 
 n b a t w i t t e r   w e t h e n o r t h   n b a  
p r i t c h a r d   s h o u l d   h a v e   j u s t   g o n e   f o r   t h e   g o - a h e a d   3   t o   w i n   t h e   g a m e ,   r e a l l y .   c e l t i c s   r a p t o r s   p r e s e a s o n
w o w ,   a n   o t   p r e s e a s o n   g a m e . .   c e l t i c s
o v e t t i m e e e e   ! ! !   l e t ’ s   g o   c e l t i c s   g e t   b a c k   u p   t h e r e   p l e a s e   ! !   🍀 🍀 🍀 🍀
p r e - s e a s o n   o t ! ! !   
 
 c e l t i c s ☘ ️  
t h i s   i s   a m a z i n g …   m o r e   c e l t i c s   b a s k e t b a l l !
c o m e   o n   b o s t o n ! ! ! !   l e t ' s   g e t   t h i s   d o n e !   b o s t o n c e l t i c s   c e l t i c s   🍀
f r e e   b a s k e t b a l l   f o r   m y   f i r s t   g a m e   b a c k   i m   f u c k i n g   i n   c e l t i c s
s a m   h a u s e r   m i g h t   g e t   2 0   m i n s   p e r   g a m e   a t   t h i s   p o i n t .   c e l t i c s
f i n i s h   t h e   g a m e   w i t h   4 .   t h o m a s   i s   a w f u l .   c e l t i c s
l e g e n d s   n e v e r   d i e   ☘ ️ 🙏 🏻   r i p 6   b i l l r u s s e l l   c e l t i c s   t d g a r d e n   b l e e d g r e e n  
i t ' s   a c t u a l l y   c r a z y   h o w   s e a m l e s s l y   b l a k e   g r i f f i n   h a s   f i t   i n t o   t h e   c u l t u r e   o f   t h i s   c e l t i c s   t e a m .   l a u g h i n g   i n   h u d d l e s   a n d   d u r i n g   t i m e o u t s   w i t h   a l l   p l a y e r s   l i k e   h e ' s   b e e n   i n   b o s t o n   f o r   y e a r s
h a u s e r   s h o w i n g   u p   t o   e v e r y   g a m e   l i k e 
 
 s i n k i n m f s h i p s 👊 🏾 
 s a m b u c k e t s h a u s e r 🔥 
 c e l t i c s ☘ ️  
i   l o v e   b l a k e   t h e   c e l t i c   s o   f a r .   c e l t i c s   n b a   b l a k e g r i f f i n
n e e d   a   h a u s e r   d a g g e r   t o   c l o s e   t h i s   o n e   c e l t i c s
o n l y   t h e   c e l t i c s   a r e   a l l o w e d   t o   g e t   c h a r g e   c a l l s   b e c a u s e   t h e   n b a   a n d   r e f s   l o v e   s u c k i n g   t h e i r   c o c k   f o r   n o   r e a s o n
i t ’ s   p r e s e a s o n   a n d   i t ’ s   l i t .   p h e n o m e n a l .   b e s t   f a n s   i n   t h e   w o r l d   c e l t i c s  
t h e   c e l t i c s   w e r e   r e a l l y ,   r e a l l y   e x c i t e d   a b o u t   s a m   h a u s e r   t h i s   s u m m e r .   w e ' r e   s e e i n g   w h y .   

j o e   m a z z u l l a   1 / 1   o n   c h a l l e n g e s .   c o a c h   o f   t h e   y e a r   l o a d i n g . . . 
 
 c e l t i c s
w h o   i s   t h a t   c e l t i c s  
i t ’ s   l i t   l m a o   s m a r t   c e l t i c s  
g r e a t   c h a l l e n g e   b y   m a z z u l l a   t h e r e !   c e l t i c s
b l a k e   t e a c h i n g   t h e   y o u n g   b u c k s   c e l t i c s  
4 t h   q u a r t e r   c o l l a p s e .   c l a s s i c   c e l t i c s
w h a t   t h e   f u c k   i s   t h i s   s h i t   !   c e l t i c s
p r e - s e a s o n   f o r   s u r e ,   b u t   a   💩   j o b   b y   c e l t i c s   b e n c h   b l o w i n g   1 8   p o i n t   l e a d   i n   t h e   4 t h .
s m a r t   d o i n g   s m a r t   t h i n g s   ! !   s c r e a m i n g   f o r   a   c h a l l e n g e   c e l t i c s   r a p t o r s   n b a  
r a p t o r s   a r e   1 5 - f o r - 1 9   f g   i n   t h e   4 q ,   b y   t h e   w a y .   c e l t i c s
o h   i t ’ s   l o u d ! ! !   f e e l s   l i k e   a   r e g u l a r   s e a s o n   g a m e   l f g   🗣 ️ 🗣 ️ 🗣 ️ 😎 ☘ ️   c e l t i c s
2   p t   g a m e ☘ ️   c e l t i c s
c e l t i c s   a t   t h e   g a m e   t o n i g h t   s o   h a p p y   r a p t o r s   n b a  
h o w   c a n   y o u   n o t   l o v e   t h i s   k i d   😭 😍   d e u c e   t a t u m   c e l t i c s  
s a m   h a u s e r   i s   f o r   r e a l .   n o t   a   p r e s e a s o n   h e r o .   
 
 t h i s   k i d   i s   a   s h a r p s h o o t e r   c e l t i c s
p r i t c h a r d   🔥   c e l t i c s
b r o g d o n   j u s t   f i t s .   c e l t i c s
t h i s   c e l t i c s   b a l l   m o v e m e n t   i s   s o   b e a u t i f u l   t o   w a t c h .   h a u s e r   p a s s i n g   i t   u p   t o   w h i t e   e v e n   t h o u g h   h e   i s   s h o o t i n g   l i g h t s   o u t . . . .   t o u g h   n o t   t o   l o v e   t h a t .
s a m   h a u s e r & g t ; & g t ; & g t ; l a r r y   b i r d 
 c e l t i c s
i n   2 - 3   y e a r s   s a m   h a u s e r   i s   g o i n g   t o     b e   a   t o p   5   t h r e e   p o i n t s   s h o o t e r   i n   t h e   l e a g u e   c e l t i c s   n b a
s a v e   g r a n t   f o r   t h e   r e g u l a r   s e a s o n .   c e l t i c s  
w a t c h i n g   t h i s   c e l t i c s   a n d   r a p t o r s   p r e s e a s o n   g a m e   a n d   t h e   o n l y   t h i n g   i   c a n   t h i n k   a b o u t   i s   i m e   u d o k a   g e t t i n g   s u s p e n d e d   f o r   g e t t i n g   s o m e   s n a t c h .   i   g u e s s   c h e a t i n g   o n   n i a   l o n g   i s   a   s e r i o u s   o f f e n s e   i n   t h e   n b a
h e y   c e l t i c s   n b c b o s t o n   w h a t   t h e   f u c k   i s   u p   w i t h   t h e s e   2 4 a u t o g r o u p   c o m m e r c i a l s ? ?     t h o s e   s h r i l l   c o m m e r c i a l s   g o n n a   m a k e   m e   q u i t   t u n i n g   i n t o   t h e .     g a m e s .   t h a t   i s   m a n u f a c t u r e d   f o r   h a t e .
t h e     a r e   p l a y i n g   p l a y o f f   b a s k e t b a l l   i n   o c t o b e r   🫣 🫣   c e l t i c s
b e n c h   i s   d e e p   f o r   p r e s e a s o n   l m a o   c e l t i c s   p r e s e a s o n  
m f k i n g   h o u s 3 r ,   b a b y y y y y y y y y   m i s i l s a m   🎯   c e l t i c s
n o t   d e u c e   d r o p p i n g   s o m e t h i n g   o n   t h e   c o u r t   a n d   g r a b b i n g   i t   m i d   g a m e   c e l t i c s
m i s s i o n   c o m p l e t e   c e l t i c s  
v i a     w i t h         _ s m o o t h 1 0   c e l t i c s  
s a m   h a u s e r . . . a n   e m e r g i n g   y o u n g   s h a r p s h o o t e r   f o r   t h e   c e l t i c s .
s o   e x c i t e d   f o r   t h e   c e l t i c s   s e a s o n !
b r e a k i n g :   c e l t i c s   f o r w a r d   j a y s o n   t a t u m   h a d   t o   b e   f o r c i b l y   r e m o v e d   f r o m   t h e   g a m e   a f t e r   a t t e m p t i n g   t o   i n j u r e   p a s c a l   s i a k a m .
🚨 h o m e   s t r e t c h ! 🚨 
 
 c e l t i c s   a r e   u p   9 0 - 7 2 ! 
 
 j o i n   ,   ,   _ s w a y ,   _ t o s c a n o   & a m p ;   _ z a n n i s   f o r   t h e   g a r d e n   r e p o r t   p o s t   g a m e   s h o w   a f t e r   c e l t i c s   v s   r a p t o r s ! 
 
 📺 w a t c h :   
 
 ⚡ ️ b y   ,   _ a g   & a m p ;    
s a m   h a u s e r   i s   a   w a l k i n g   f u c k i n g   3   b u c k e t ! ! !   c e l t i c s
j a y l e n   l o o k s   r i d i c u l o u s   
 
 s a m   h a u s e r   i s   a u t o m a t i c 
 
 c e l t i c s   b l e e d g r e e n
s a m   h a u s e r   t h o . . . .   d u d e s   o n   🔥 🔥 🔥 🔥   c e l t i c s
h a u s e r   c a n ' t   m i s s   c e l t i c s
i n   2 0 0 8   i t   w a s   h o u s e . . . 
 i n   2 0 2 2   i t ' s   h a u s e r ! ! ! 
 
 c e l t i c s
h e   a i n ' t   a   p a r l o r   t r i c k .   s a m   h a u s e r   w i l l   r e a l l y   b e   a b l e   t o   c o n t r i b u t e   o f f   t h e   c e l t i c s   b e n c h   t h i s   y e a r .   
 
 d a n i l o   g a l l i n a r i ' s   a b s e n c e   c o u l d   q u i c k l y   b e c o m e   a   b l e s s i n g   i n   d i s g u i s e   a s   w e   w a t c h   h a u s e r ' s   d e v e l o p m e n t .  
l a r r y   b i r d   a n d   s t e p h   c u r r y ’ s   d n a   c o m b i n e d   =   s a m   h a u s e r   c e l t i c s
_ t e e d   i d k   a b o u t   t h e   o t h e r   t w o   ( t h e   p a t r i o t s   a r e   m e h   a n d   i   k n o w   n o t h i n g   a b o u t   h o c k e y )   b u t   t h e   c e l t i c s   a r e   g o i n g   t o   l i f t   a   l o t   o f   s p i r i t s   t h i s   y e a r !
h a u s e r   👀 👀 ☘ ️ 🍀   c e l t i c s
s a m   h a u s e r   l o o k s   s c a r y   f r o m   b e h i n d   t h e   a r c   c e l t i c s
h a u s e r   i s   a   c h e a t   c o d e   😳   c e l t i c s   🍀
i ’ v e   s e e n   t h e   x - r a y s ,   a n d   h a u s e r   h a s   t h a t   b o w s e r   i n   h i m   c e l t i c s  
h a u s e r   c e l t i c s
h a u s e r   8 - f o r - 1 0   f r o m   3   t h i s   p r e s e a s o n .   
 
 h e ' l l   b e   i n   t h i s   c e l t i c s   r o t a t i o n .
c e l t i c s   w o u l d   g o   8 2 - 0   i f   r o b   w a s   h e a l t h y   l o l
l o l   a n d   p e o p l e   a c t u a l l y   t h o u g h t   b r a d   w o u l d   t r a d e   j a y l e n   b r o w n   ☘ ️ 🤷 ‍ ♂ ️   c e l t i c s  
c e l t i c s   s t a r t e r s   t a k i n g   a   s e a t   u p   1 9 .   
 
 s m a r t :   3 - 1 - 5 - 2   s t l   o n   1 / 4   f g   
 b r o w n :   2 3 - 4 - 1 - 1   o n   9 / 1 4   f g   3 / 6   3 p t   
 t a t u m :   1 8 - 1 0 - 4   o n   6 / 1 6   f g   0 / 7   3 p t   
 h o r f o r d   7 - 6 - 2   w /   a   b l o c k   o n   3 / 6   f g   
 w h i t e   7   p t s   o n   2 / 3   f g
a l r i g h t   n o n e   o f   t h e   s t a r t e r s   n e e d   t o   p l a y   a n y m o r e   -   j u s t   g e t   t a t u m   s h o o t i n g   3 s   c o n s i s t e n t l y   a n d   t h e y   a r e   g o l d e n .   c e l t i c s
e v e r y o n e   o n   t h e   c e l t i c s   l o o k s   g r e a t   e x c e p t   t a t u m .   i t ’ s   s t i l l   o n l y   p r e s e a s o n   b u t   m a n   d i d   h e   t o u c h   a   b a l l   o v e r   t h e   s u m m e r ?   h a n d l e s   l o o k   t r a s h ,   c a n ’ t   h i t   a n y t h i n g .
  e a r l y   s e a s o n   s h o o t i n g   w o e s   c o n t i n u e   c e l t i c s
p u l l   t h e   s t a r t e r s   o u t   p l e a s e   c e l t i c s
a n y b o d y   e l s e   h a s   a   l i t t l e   t e a r   f r o m   h o w   w e l l   t h e   g u y s   p l a y i n g   🥺 🍀 🍀 🍀 🍀   c e l t i c s
v e r y   i m p r e s s e d   w i t h   h o w   f o c u s e d   a n d   c o m m i t t e d   t h e   c e l t i c s   a r e   d e f e n s i v e l y   t h i s   p r e s e a s o n .
s c r e w   i t   b r i n g   i n   b e n c h .     r a p t o r s   a r e n t   e v e n   p l a y i n g   t h e   s a m e   g a m e   a s   t h e   c e l t i c s
p a s c a l   s i a k a m   i f   h e   d i d n ' t   h a v e   a     s p i n   m o v e   c e l t i c s   r a p t o r s  
c a n   w e   p l e a s e   b u b b l e   w r a p   a l   h o r f o r d   f o r   t h e   p r e s e a s o n .   
 
 n o t   e x a c t l y   s i c i l i a n   s l i c e   d e e p   a t   t h e   5 
 
 c e l t i c s     b l e e d g r e e n
j a y s o n   t a t u m   m a k i n g   t h e   r a p t o r s   d e f e n c e   l o o k   s i l l y   🤣 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a y s o n   t a t u m   f a k e   b o s   b o s t o n   c e l t i c s   t o r   t o r o n t o   r a p t o r s
i   k n o w   i t ’ s   j u s t   t h e   p r e s e a s o n   b u t   t h e   m a t u r i t y   o f   t h e   c e l t i c s   🙌 🏾  
i   s e r i o u s l y   w o n d e r   i f   i m e   u d o k a   i s   w a t c h i n g   t h i s   g a m e   r i g h t   n o w .   c e l t i c s   n b a
l e t ’ s   g o o o o o   b r o w n ! !   c e l t i c s
r e f s   i n   t h i s   c e l t i c s / r a p t o r s   g a m e   i n   p r e - s e a s o n   f o r m   t o o .   🏀   t o r v s b o s
w a t c h :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   s h o w s   o f f   3 - p o i n t   s h o t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  j u s t   w a t c h e d   t h e   l a s t   r e d s o x   g a m e .   v e r y   s a d   t i m e s .   
 
 w a t c h   t h e   c e l t i c s .   v e r y   h a p p y   t i m e s .   m a n ,   j u s t   s t a y   h e a l t h y / b e   h e a l t h y   w h e n   i t s   p l a y o f f   t i m e   a n d   t h i s   c o u l d   b e   a   s p e c i a l   s e a s o n
c e l t i c s   l e a d   t h e   r a p t o r s   6 2 - 4 6   a t   t h e   h a l f 
 
 b r o w n   1 9 p t s   4 r e b 
 t a t u m   1 4 p t s   8 r e b 
 h a u s e r   9 p t s 
 w h i t e   7 p t s 
 
 b o s :   5 0 %   f g   7 - 2 0   3 p t   2 6   r e b   1 5   a s t   5   t o v 
 
 s i a k a m   1 0 p t s 
 t r e n t   j r   9 p t s 
 a c h i u w a   8 p t s 
 v a n v l e e t   7 p t s 
 
 t o r :   3 6 %   f g   2 - 1 8   3 p t   2 6   r e b   5   a s t   6   t o v
j a y l e n b r o w n   c e l t i c s   d r o p s   t h e   f   b o m b .   t h a t   m a n   i s   f u l l   o f   🔥
t h e s e       c o m m e r c i a l s   h u r t   t o   w a t c h   c e l t i c s   🍀
i   l o v e   j b !   😂   c e l t i c s   b o s t o n c e l t i c s  
r e m e m b e r   w h e n   p e o p l e   w e r e   l i k e . .   “ y o u   o b v i o u s l y   h a v e   t o   c o n s i d e r   t r a d i n g   j a y l e n   b r o w n   f o r   k e v i n   d u r a n t ” ?   n a h .     a l l   t h e   r e a l   o n e s   k n o w .     c e l t i c s
2   p r e s e a s o n   g a m e s   a n d   c e l t i c s   l o o k   r e a l l y   g o o d .   w a y   t o o   g o o d   t o   b e   t r u e 👀   c e l t i c s   b l e e d g r e e n
            _ m i m i         _ c e l t i c s                 h e y   g a n g ! 
 
 s e c o n d   s t r a i g h t   i m p r e s s i v e   s h o w i n g   b y   t h e   c e l t i c s   i n   t h e   m e a n i n g f u l   p a r t   o f   a   p r e - s e a s o n   g a m e .   w h a t   s t a n d s   o u t ? 
 
 - g o o d   f i r s t   q u a r t e r s 
 - b e n c h   s p a r k e d   t h e   f i r s t   b i g   r u n 
 - r e b o u n d i n g   m u c h   b e t t e r   t h a n   l a s t   y e a r 
 - c u t   d o w n   t u r n o v e r s   a f t e r   l a s t   g a m e   
 - j a s o n   d r i v i n g 
 - j a y l e n ! ! !  
i t s   o n l y   p r e s e a s o n   & a m p ;   t h e   n o   t a k e   f o u l   r u l e   i s   l o v e l y   n b a   c e l t i c s
    j a y l e n   b e   i n   t h e   h o o d   g i v i n g   b a c k   m a k i n g   g u e s t   a p p e a r a n c e ' s   d o i n g   m a d   g o o d , b u t   e v e r y   o t h e r   d a y   t a t u m   i s   t r e n d i n g   o n   h e r e   f o r   a n   i g   p o s t . 
 m a k e   i t   m a k e   s e n s e   t w i t t e r ?   
 j a y l e n b r o w n   c e l t i c s  
m a r c u s   s m a r t   w i t h   t h e   c o b r a   i n   p r e s e a s o n ! ! !   _ m s 3   c e l t i c s   
 m y   f a v o r i t e   c e l t i c !
j a y l e n   w i t h   t h e   h o t   m i c   😂 😂 😂 😂   “ f * * * ! ”   c e l t i c s
w h a t   h e   s a y   a t   t h e   e n d ? ? ? ?   😂 😂   i ’ m   h o p i n g   i ’ m   h e a r i n g   c o r r e c t l y   c e l t i c s   c e l t i c s v s r a p t o r s   n b a  
l e t         g e t   s o m e   p l a y   t i m e   t o n i g h t .   c e l t i c s
🚨 h a l f t i m e ! 
 
 c e l t i c s   a r e   c o o k i n g   a n d   u p   6 2 - 4 6 ! 
 
 j o i n   ,   _ s w a y   a n d   _ z a n n i s   f o r   a   p r e s e a s o n   g a r d e n   r e p o r t   p o s t   g a m e   s h o w   a f t e r   c e l t i c s   v s   r a p t o r s ! 
 
 📺 w a t c h :   
 
 ⚡ ️ b y   ,   _ a g   & a m p ;    
j a y l e n   j u s t   d r o p p e d   t h e   c l e a n   f - b o m b   o n   t v   🤣 🤣 🤣   c e l t i c s
a f t e r   2   c e l t i c s   6 2 - 4 6   r a p t o r s
l o l   j b   k e e p i n g   i t   p g 1 3 …   f u c k   c e l t i c s
n o b o d y   t o l d   r a p t o r s   o r   c e l t i c s   t h i s   i s   p r e s e a s o n   e v e n   b o t h   c o a c h e s   p l a y i n g   a   t i g h t   r o t a t i o n   w e t h e n o r t h   r a p t o r s   c e l t i c s
b r o g d o n   d i s h i n g   o u t   a s s i s t s   l e f t   a n d   r i g h t ,   b u t   i ’ m   c r a z y   f o r   t h i n k i n g   h e   s h o u l d   a n d   w i l l   s t a r t   o v e r   s m a r t   a t   s o m e   p o i n t   i n   t h e   u p c o m i n g   s e a s o n .   c e l t i c s
1 . 5   g a m e s   i n t o   t h e   p r e s e a s o n ,   c a n   c o n f i r m   t h e   c e l t i c s   a r e   a   w a g o n
w o w …   i   l o v e   t h i s   t e a m .     c e l t i c s
i   s a y   t h i s   e v e r y   s e a s o n .   j a y l e n   b r o w n   g e t s   e x p o n e n t i a l l y   b e t t e r   e v e r y   s i n g l e   y e a r .     i t ' s   s o   f u n   t o   w a t c h   h i m   c o n t i n u e   t o   e x c e e d   e x p e c t a t i o n s .     c e l t i c s   b l e e d g r e e n
j a y l e n   b r o w n   d e f i n i t e l y   w o r k e d   o n   h i s   h a n d l e s   t h i s   o f f s e a s o n   c e l t i c s
b r o g d a n   i s   s u c h   a   h u g e   p i c k   u p   f o r   t h e   c e l t i c s
s o   s t o k e d   t o   s e e   m y   f a v   _ m s 3   a s   a l w a y s   b u t     b e i n g   t h e r e   t o o   i s   j u s t   s p e c i a l .   l o v e   t h e m   b o t h .   l o v e   t h e m   a l l ! !   m y   c e l t i c s !
l e d   b y   m a l c o l m   b r o g d o n ,   t h e   c e l t i c s   j u s t   p r o p e r l y   r a n   a   f a s t   b r e a k  
b r o g d o n   i s   a   d a m n   g o o d   p a s s e r .   c e l t i c s
g r a n t ’ s   i m p r o v e m e n t   i n   o n e   c l i p   c e l t i c s .  
a   f e w   1 s t   h a l f   p i c s . .   c e l t i c s / r a p t o r s  
i   f u c k i n g   l o v e   t h e   c e l t i c s   
 t h e y ' r e   i n   m y   b l o o d .   ☘ ️ 💚
t h e   _ z a n n i s   o f   t h e   w o r l d   w h o   w a n t e d   t o   s e e   t h e   c e l t i c s   g o   s m a l l e r ,   m o r e   v e r s a t i l e   g e t t i n g   r e w a r d e d   r n .   b o s t o n ' s   f i r e p o w e r   g i v i n g   t h e m   a   l e g   u p   o n   a   r u g g e d   r a p t o r s   t e a m .   t h e r e ' l l   e v e n t u a l l y   b e   a n   o f f e n s i v e - d e f e n s i v e   t r a d e o f f ,   b u t   c ' s   u n d o u b t e d l y   n e e d e d   w a y s   t o   o p e n   u p   t h e   o
i m a g i n e   t h e   r a p t o r s   g e t t i n g   t h e m s e l v e s   b a c k   i n t o   a   g a m e   j u s t   f o r   t h e   r e f s   t o   h e a v y   l i f t   t h e   c e l t i c s   b r o   l e t   t h e i r   p l a y e r s   a c t u a l l y   h i t   s h o t s   l o l .   t h e y ' r e   t o s s i n g   u p   b r i c k s   d o n ' t   h e l p   t h e m   o u t   💀
g r e e n   h a i r   w a s   s o o   l a s t   s e a s o n .   w e t h e n o r t h   c e l t i c s
c e l t i c s   j a s o n   t a t u m   c a n ' t   p r o d u c e   p o i n t s   w i t h o u t   t h e   l i n e   t h a t ' s   t o u g h
c e l t i c s   p r e s e a s o n   g a m e ?   d o n ' t   m i n d   i f   i   d o .   c e l t i c s   r a p t o r s   n b a   b a s k e t b a l l
i   k n o w   i t ’ s   o n l y   p r e s e a s o n ,   b u t   t h e   c e l t i c s   a r e   a s   s p e c i a l   a s   i   t h o u g h t   t h e y   w o u l d   b e .   ( d e f i n i t e l y   a n d   o v e r r e a c t i o n )
f i n a l l y   g o t   a   b e n c h   t h i s   t e a m   i s   d e e p   c e l t i c s
i   d o n ’ t   t h i n k   s m a r t ’ s   h a i r   i s   r e a l l y   g r e e n ,   c a n   s e e   s o m e   b l a c k   r o o t s .   b o s t o n c e l t i c s   c e l t i c s
j b   & a m p ;   j t   5 0 / 4 0 / 9 0   c l u b   t h i s   y e a r   👀   c e l t i c s
t w o   t u r n o v e r s   f o r   b i g   a l .   s h a k i n g   t h e   r u s t   o f f   i t ’ s   p r e s e a s o n   i ’ l l   a l l o w   i t   c e l t i c s
v a n v l e e t   r u n s   h i s   m o u t h   a t   r e f   a n d   g e t s   a   t e c h   l m a o   r a p t o r s   c e l t i c s
b o s t o n   c e l t i c s :   s i   f e e l s   l i k e   j a y s o n   t a t u m   w i l l   m a k e   m v p   l e a p   i n   2 0 2 2 - 2 3 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
  c e l t i c s   r e s i g n     p l e a s e
l o v e   t h e   b r o g d o n   h a u s e r   m i n s   c e l t i c s
2 0 1 8   1 s t - r o u n d   p i c k :   ' t h o u g h t   i   w a s   g o i n g   t o   b o s t o n   c e l t i c s   a t   d e a d l i n e ' 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
m a n   i f   w e   a r e   c o m i n g   o u t   o f   t h e   g a t e s   l i k e   t h i s . . .   c e l t i c s   a r e   p l a y i n g   l i k e   m i d   s e a s o n   l a s t   y e a r .     l o o k   o u t   n b a   t h i s   i s   g o n n a   b e   s o   f u n   t o   w a t c h
i f   c e l t i c s   g e t   t h e s e   c h a r g e   c a l l s   i n   t h e   p l a y o f f s   g i a n n a s   w o u l d ’ v e   f o u l e d   o u t   i n   t h e   f i r s t   5   m i n .
l e t ’ s   g o   c e l t i c s  
m y   h a p p y   p l a c e   c e l t i c s  
t h e   p l a y ,   t h e   t v   g r a p h i c s ,   t h e   m u s i c ,   m i k e   g o r m a n   a n d   s c a l   i n   t h e   c o m m   b o x ,   t h e   t d   g a r d e n   c r o w d ,   t h e   3   p o i n t e r s .   y e a h …   i t s   b a c k   b a b y ,   a n d   i ’ m   m o r e   k e e n   t h e n   e v e r 
 
 c e l t i c s   c e l t s   b o s t o n c e l t i c s
g o d   i   h a v e   m i s s e d   c e l t i c s   b a s k e t b a l l   e v e n   i f   i t ' s   o n l y   p r e s e a s o n
s e e i n g   c e l t i c s   t w i t t e r   c r e a m   t h e i r   j e a n s   o v e r   m a l c o l m   b r o g d o n   i s   c o m i c a l .   y e s ,   h e ’ s   a   r e a l l y   g o o d   p l a y e r ,   b u t   h i s t o r y   t e l l s   y o u   h e ’ s   g o i n g   t o   m i s s   a s   m a n y   g a m e s   a s   h e   p l a y s .   n o t h i n g   a g a i n s t   h i m   a t   a l l ,   h e   j u s t   c a n n o t   s t a y   h e a l t h y .   p a c e r s
s a m   h a u s e r   i s   h i m   c e l t i c s
w e t h e n o r t h   r a p t o r s   i f   p r e s e a s o n   h a s   s a i d   a n y t h i n g   i t ' s   t h a t   p l a y e r s   c a n   f a l l   o n   t h e i r   a s s   w i t h o u t   b e i n g   t o u c h e d   a n d   t h e y ' l l   g e t   a   c h a r g e   c a l l     w h i m p   a s s   c e l t i c s   p l a y e r s   b e n e f i t t i n g   g r e a t l y   f r o m   t h i s   c r a p .
h a u s e   m o n e y   i s   w i n n i n g   t h e   3 p t   c o n t e s t   t h i s   y e a r 
 
 c e l t i c s
d o o g i e   o n   🔥 🔥 🔥 
 
 c e l t i c s   n b a
s o . . .   w h e n   a r e   w e   g o i n g   t o   s t a r t   t h e ,   " w h y   w a s n ' t   i m e   p l a y i n g   h a u s e r   i n   t h e   p l a y o f f s   l a s t   y e a r "   c o n v o ? 
 
 c e l t i c s
j u s t   g e t   s a m   h a u s e r   m i n u t e s ! ! ! !   
 
 f o r   3 ! ! ! 
 
 c e l t i c s
t h a t   w h i t e   b o y   c a n   s h o o t !   c e l t i c s
i ’ d   l i k e   t o   h e r e b y   w e l c o m e   a l l   n e w c o m e r s   t o   t h e   s a m   h a u s e r   f a n   c l u b .   i t ’ s   b e e n   t o o   l o n e l y   h e r e   f o r   t o o   l o n g . 
 n b a   c e l t i c s
p r e s e a s o n   c e l t i c s   a r e   a   w a g o n
s i g n   h a u s e r   t o   a   l i f e t i m e   c o n t r a c t   c e l t i c s
i f   h a u s e r   d e m a n d s   a   d e f e n d e r ,   t h e n   t h a t   c o m p l e t e l y   o p e n s   u p   t h e   c e l t i c s   o f f e n s e .   b o s   l e a r n e d   l e s s o n   f r o m   l e t t i n g   m a x   s t r u s   w a l k .
s a m   h a u s e r   g o i n g   t o   l e a d   t h e   l e a g u e   i n   t h r e e   p o i n t   s h o o t i n g   %   t h i s   y e a r   c e l t i c s
b o   c r u z   a b o u t   t o   g e t   h i s   c h a n c e   👀 🗣 ️ 😭 😭   h u s t l e   r a p t o r s   n b a   c e l t i c s  
j b   i s   g o i n g   t o   b e   a n   a l l   s t a r   t h i s   y e a r   a n d   s a m   h a u s e r   i s   g o n n a   b u r s t   o n   t o   t h e   s c e n e 
 
 d o n ' t   @   m e   c e l t i c s
c e l t i c s   d e f e n d e r s   i n   m i d s e a s o n   f o r m   w h e n   i t   c o m e s   t o   t a k i n g   c h a r g e s .   t h e   b a t t l e   b e t w e e n   m a r c u s   s m a r t ,   d e r r i c k   w h i t e   a n d   b l a k e   g r i f f i n   f o r   t o p s   o n   t h e   t e a m   i s   g o i n g   t o   b e   i n t e n s e !
r a p t o r s   f a n s   w a t c h i n g   c e l t i c s   b a s k e t b a l l
s a m   h a u s e r   l o o k s   l i k e   a   g o r d o n   h a y w a r d   d o p p l e g a n g e r .   b l e e d g r e e n   c e l t i c s   a l l a b o u t 1 8
i t ' s   g o i n g   t o   b e   a   b a t t l e   o f   t h e   c h a r g e s   t a k e n   o n   t h i s   c e l t i c s   t e a m .   
 
 t o n i g h t   s o   f a r : 
 d w h i t e   2 
 s m a r t   1 
 
 c e l t i c s   b l e e d g r e e n
a n n n d   i   j u m p   r i g h t   t o   w a t c h i n g   a   c e l t i c s   e x h i b i t i o n   g a m e .   l e t ' s   h o p e !  
s a m ,   m y   d e a r   s a m 🤩   c e l t i c s   s a m h a u s e r
t h e   c e l t i c s   a r e   r e a d y   t o   s t a r t   t h e   s e a s o n
s a m   h a u s e r ’ s   h o t   s h o o t i n g   t h i s   p r e s e a s o n   c o n t i n u e s . 
 
 w h e n   c e l t i c s   p r e s i d e n t   b r a d   s t e v e n s   v i s i t e d   w i t h   t h e     l a s t   w i n t e r ,   h e   w a s   g l o a t i n g   a b o u t   h a u s e r ’ s   n b a   p o t e n t i a l .  
n i g h t c a p     g a m e   l e t ’ s   g o     g i v e   m e   s o m e   g r e a t   b a s k e t b a l l   ( p l e a s e )     b l e e d g r e e n   n b a   c e l t i c s   a l l a b o u t 1 8  
o k   c e l t i c s   b r o t h e r s   a r e   w e   d o n e   w i t h   t h e   n e g a t i v i t y   f r o m   t h e   l a s t   m o n t h ?   t h e r e ' s   a   l o t   t o   l i k e   i n c l u d i n g   m y   g u y   s a m   " w i n g s "   h a u s e r " .     l f g .   b a n n e r 1 8
b r o g d o n   a t t a c k i n g   t h e   r i m ,   l o v e   t o   s e e   i t   c e l t i c s
t h e   m o s t   w e l l   b e h a v e d   b o y   o f   a l l   t i m e ! !   d e u c e   d e u c e w a t c h   c e l t i c s   t a t u m  
a l l   i s   f o r g i v e n !   s a m   h a u s e r   n a i l s   a   t h r e e   a t   t h e   b u z z e r   t o   g i v e   t h e   c e l t i c s   t h e   l e a d ,   2 7 - 2 2 ,   a f t e r   t h e   1 s t   q u a r t e r .  
n i c e   w a y   t o   e n d   t h e   q u a r t e r   c e l t i c s
a f t e r   1   c e l t i c s   2 7 - 2 2   r a p t o r s
y e s s s s   t h a t   s h o t   a t   t h e   c l o c k   t h o u g h   ! !   t h a t ’ s   w h a t   i ’ m   t a l k i n g   a b o u t   c e l t i c s   🍀 🍀 🍀 🍀 💚 💚 💚 💚 💚 💚 💚 💚 💚 💚
h a u s e r   c a n   f r i c k e n   s h o o t   t h e   c r a p   o u t   o f   t h e   b a l l   c e l t i c s
s a m   i s   🎯   s a m h a u s e r   c e l t i c s
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h a t   m a n   s a m   h a u s e r !   c e l t i c s t a l k   c e l t i c s   b l e e d g r e e n
i f   s a m   h a u s e r   c a n   b e   t h a t   m i c r o w a v e …   c e l t i c s
h a u s e r   o n   t h e   b u z z e r   s h e e e e s h   🔥 🔥 🔥 🔥   c e l t i c s
s a m m m m m m   f o r   3   c e l t i c s
s a m   h a u s e r   i s   w h a t   c e l t i c s   f a n s   w a n t e d   a a r o n   n e s m i t h   t o   b e .
b l a k e   i s n ’ t   d r e s s e d   t o   p l a y   s a d   🥺   c e l t i c s   b l e e d g r e e n
d p o y   d o i n g   h i s   t h i n g 💚 💚 💚 💚 💚 💚   d p o y   m y c a p t a i n   m a r c u s s m a r t   c e l t i c s
i   r e a l l y   l i k e   n o a h   v o n l e h   c e l t i c s
s o o o o o o   p l a y   o f f   a t m o s p h e r e   t o n i g h t   r a p t o r s   c e l t i c s
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m y   g u y     i s   a b o u t   t o   h a v e   a   b i g   y e a r .     f i t t i n g   t h a t   i t ’ s   t h e   7 t h   y e a r   f o r   7   🍀       c e l t i c s   j a y l e n b r o w n
w a t c h i n g   t h e     t a k e   o n   t o r o n t o   a n d   t h i s   g a m e   i s   o n   f i r e !   🔥 c e l t i c s   b o s t o n c e l t i c s
r a p t o r s   v s .   c e l t i c s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ j a y l e n   f o r   m v p ”   c a m p a i g n   s t a r t s   n o w .   c e l t i c s  
l e s s   t h a n   t w o   m i n u t e s   l e f t   i n   t h e   1 q ,   c e l t i c s   a n d   r a p t o r s   a r e   t i e d   a t   2 0 .   j a y l e n   b r o w n   ( 1 2   p t s )   c a r r y i n g   t h e   l o a d   f o r   b o s t o n .   p .   s i a k a m   ( 6   p t s ,   3   r e b o u n d s )   l e a d i n g   t h e   w a y   f o r   t h e   r a p t o r s .
w h e r e   t h e   n e w   c e l t i c s   w a l l p a p e r s   a t   d o e ! ?   🤔
j a y l e n   b r o w n   i s   a   b o n a f i d e   s u p e r s t a r . . . y e s . . . w e   s a i d   i t   c e l t i c s   n b a
j a y l e n   c l e a r l y   p u t   i n   w o r k   t h i s   o f f - s e a s o n   c e l t i c s
m a l c o l m   b r o g d o n   h a s   c h e c k e d   i n .   l e t ' s   g o !   c e l t i c s   b l e e d g r e e n
i f   c e l t i c s '   p a s s i n g   i s   h u m m i n g   a n d   b r o w n   k e e p s   g e t t i n g   t h e s e   e f f i c i e n t   l o o k s   a s   a   f i n i s h e r ,   h e ' s   g o i n g   t o   s c o r e   a   m i l l i o n   p o i n t s   t h i s   y e a r .
m a r c u s   s m a r t   n e e d s   t o   s p e n d   s o m e   v c   o n   h i s   d e c i s i o n   m a k i n g . . .   😬   r a p t o r s   c e l t i c s
j t   p l a y i n   t h r u   p p l !   💪 🏾   c e l t i c s
r a p t o r s   v s .   c e l t i c s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   c r e a t i n g   t u r n o v e r s   t r y i n g   t o   b e   t o o   f a n c y . . . c e l t i c s
l o v e   t h e   n e w   c o u r t   l o o k   a n d   t h e   6   f o r   b i l l   r u s s e l l   😍 ☘ ️ 🫶 🏻   c e l t i c s   b l e e d g r e e n  
s o   n i c e   t o   s e e   t h e   p a r q u e t   f l o o r .   d o e s   t h e   m y s t i q u e   s t i l l   e x i s t ?   c e l t i c s   
 
 _ z a n n i s               _       ( a n s w e r   a f t e r   t h e   g m )  
c e l t i c s '   m a r c u s   s m a r t   s t i l l   h a s   n i g h t m a r e s   a b o u t   l o s i n g   i n   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m y   t i m e l i n e   t o o   q u i e t ! ! !   r e d s o x   d i r t y w a t e r   s e a s o n   o v e r   i t s   t i m e   f o r   t h e   b o y s   i n   g r e e n   c e l t i c s   b l e e d g r e e n   🗣 ️ 🗣 ️ 🗣 ️ ☘ ️   s q u a d   s t a n d   u p
a l   h a s   g o t   j t ' s   b a c k   💪 
 
 c e l t i c s   _ h o r f o r d    
g o o d   t o   b e   b a c k .   d i f f e r e n t   s e a t s   f o r   t h e   n i g h t .   c e l t i c s / r a p t o r s . .  
i ’ m   h e r e   c e l t i c s
n e e d   t a t u m   t o   b e   a b l e   t o   f i n i s h   a   1 v 1   w i t h   a   f u l l   h e a d   o f   s t e a m .     h e ’ s   n o t   g o i n g   s t r o n g   t o   t h e   r i m .     c e l t i c s
s m a r t   n e e d s   t o   t a k e   c a r e   o f   t h e   b a l l   c e l t i c s
i s   t h i s   a l l   t h e   c e l t i c s   g o i n g   t o   d o   i s   s h o o t   3 ’ s ?   t h e y   a r e   0 - 6   a t   t h e   3 p t   l i n e
b i g   b o y   a l   c e l t i c s
o n l y   c e l t i c s   t u r n o v e r s   c a n   s t o p   t h e   c e l t i c s
  a l m o s t   h a d   t h e   m o v e   o f   t h e   n i g h t !   c e l t i c s
j a y l e n ’ s   h a n d l e   l o o k s   a m a z i n g   s o   f a r   c e l t i c s
a n o t h e r   s t e l l a r   s t a r t   f o r   t h e   c e l t i c s   d e f e n s i v e l y ,   a n d   t h e y ' r e   l a r g e l y   h o l d i n g   i t   d o w n   o n   t h e   b o a r d s   t o o .   w h i t e ' s   a c t i v i t y   o n   t h a t   e n d   i s   a   n i c e   a d d i t i o n   t o   t h e   s t a r t i n g   u n i t .
🗣 ️   w h e r e   m y   c e l t i c s   p e o p l e   a t ? ! ? !   i t s   c s   s z n   b a b y   l e t s   g o o o o o   c e l t i c s
s t a r v i n g   a n d   o u t n u m b e r e d   t h e   u n d e r d o g   c e l t i c s   f o u g h t   b a c k ! 
 b r o n z e a g e d r u i d s   c e l t s   s c o t t i s h c e l t s   t v s e r i e s   c e l t i c s   i r o n a g e d r u i d s   d a r k e s t w i n t e r   e p i s o d e 2   

m a y b e   i t ' s   j u s t   a   p r e s e a s o n   t h i n g   b u t   i ' m   n o t   e n j o y i n g   t h e   p a r q u e t   a r o u n d   l u c k y   t h e   l e p r e c h a u n   i n s t e a d   o f   t h e   t y p i c a l   w h i t e   c e l t i c s
o o o o o h   y e a a a h   v a m o o o   c e l t i c s  
📣   n e w   p o d c a s t !   " t h e   f i r s t   4   g a m e s   o f   t h e   n f l   s e a s o n   h a v e   t a u g h t   u s   t h i s   a b o u t   y o u r   t e a m s . . ! "   o n     4 9 e r s   b e a r s   b o s t o n   c e l t i c s   c o w b o y s   d a k   j o s h a l l e n   l a k e r s   m a h o m e s   n b a   n f l   z e k e  
c e l t i c s   s t a r t e r s   v e r s u s   t o r o n t o   i n   p r e s e a s o n   g a m e   n o .   2 . 
 
 s m a r t 
 w h i t e 
 b r o w n 
 t a t u m 
 h o r f o r d
l o o k e d   l i k e   c e l t i c s   b e n c h   j u s t   g o t   w a r n e d   a b o u t   s t a n d i n g   u p   t o o   c l o s e   t o   t h e   c o u r t .
u n t i l   t h e   n e x t   o n e ,   b l a k e …   c e l t i c s  
t i m e   f o r   c e l t i c s   b a s k e t b a l l !   c e l t i c s   b l e e d g r e e n  
b e s t   d e f e n s e   i n   t h e   l e a g u e   c e l t i c s
b l a k e   g r i f f i n   i s   r o c k i n g   a   w h i t e   c e l t i c s   s w e a t s u i t ,   m e a n i n g   h e ' s   n o t   p l a y i n g   t o n i g h t .   b u t   h e ' s   o n   t h e   b e n c h .
p r e s e a s o n   a l   i s   m y   t h i r d   f a v o r i t e   a l ,   b e h i n d   p l a y o f f   a l   a n d   r e g u l a r   s e a s o n   a l .   h e r e   w e   g o   c e l t i c s
s t a r t e r s   f o r   t h e   c e l t i c s   v s   r a p t o r s   g a m e : 
 
 c e l t i c s   s t a r t e r s : 
 
 a l   h o r f o r d 
 j a y s o n   t a t u m 
 j a y l e n   b r o w n 
 d e r r i c k   w h i t e 
 m a r c u s   s m a r t 
 
 r a p t o r s   s t a r t e r s : 
 
 p a s c a l   s i a k a m 
 o g   a n u n o b y 
 s c o t t i e   b a r n e s 
 g a r y   t r e n t   j r . 
 f r e d   v a n v l e e t 
 
 ( v i a   )
c e l t i c s   s t i c k   w i t h   d e r r i c k   w h i t e   i n   t h e   s t a r t i n g   l i n e u p   f o r   g a m e   2   o f   t h e   p r e s e a s o n .   t i p o f f   m o m e n t s   a w a y   !
d e u c e   i n   t h e   b u i l d i n g   b a b y y y y   c e l t i c s
c e l t i c s   l e t ’ s   g o ! !   💚 🍀
h o m e   s w e e t   h o m e ☘ ️   f r e e i s f o r m e   c e l t i c s   p r e s e a s o n   b l e e d g r e e n   
 p s .   i ’ l l   u p g r a d e   m y   s e a t   b y   h a l f   😇 😎  
t i m e   l o r d   + t h e   g r i f s t e r   =   b a n n e r 1 8   c e l t i c s   b o s t o n   l o b c i t y  
d e r r i c k   w h i t e   b a c k   i n   t h e   s t a r t i n g   l i n e u p   f o r   t h e   c e l t i c s .   
 
 r a p t o r s   g o   t r e n t - v a n v l e e t - b a r n e s - a n u n o b y - s i a k a m .   
 
 j o e   m a z z u l l a   s a i d   c ' s   w i l l   a d j u s t   t o   g o   b i g g e r   i f   n e e d e d .
s o m e o n e   r e m i n d   m e   h o w   t h e   h e l l   w e   g o t     f o r   a   h a l f   e a t i n g   t w i n k i e   a n d   a   6   p a c k   o f   b u s c h   l i g h t ?     c e l t i c s   p a c e r s   n b a
b o s t o n   c e l t i c s   n e w s   -     s t a r t e r s   f o r   t o n i g h t ' s   g a m e   w i t h   t h e   t o r o n t o   r a p t o r s .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   t o r o n t o   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
l e t ' s   g o   c e l t i c s .   c e l t i c s
i   t u r n   o n   t h e   g a m e   a n d   m y   b u d d y   i s   o n   t v   c e l t i c s
c e l t i c s   r a p t o r s   a t   t h e   g a m e   t o n i g h t   l e t ’ s   g o   c e l t i c s   p r e s e a s o n  
" t h e   f a n s   r e a l l y   e m b r a c e d   m e . . .   i t ' s   a   l e g e n d a r y   o r g a n i z a t i o n . "   
 
   g o e s   1 - o n - 1   w i t h     b e f o r e   t h e   c e l t i c s   t a k e   o n   t h e   r a p t o r s   i n   t h e i r   s e c o n d   p r e s e a s o n   g a m e 
 
 o n   n o w !   ☘ ️  
l i s t e n / s t r e a m   t s n   1 0 5 0   t o n i g h t   a s   t h e   r a p t o r s   f a c e   t h e   c e l t i c s   n o w !   w e t h e n o r t h 
 
 * g e o   s t r e a m   r e s t r i c t i o n s   a p p l y * 
 
  
a l r i g h t   w a s   w a y y y y   t o o   h o t   i n   t h a t   s o   h a d   t o   m a k e   m y   f i r s t   n e w   c s   s w a g   p u r c h a s e   o f   t h e   s z n   c e l t i c s   b l e e d g r e e n   p r o s h o p   p r e s e a s o n   g a m e d a y   o o t d  
w e   r e a d y !   c e l t i c s   b l e e d g r e e n
t h e   c e l t i c s   a r e   s t i c k i n g   w i t h   t h e   s a m e   s t a r t i n g   l i n e u p   t o n i g h t   a s   o n   s u n d a y . 
 
 m a r c u s   s m a r t 
 d e r r i c k   w h i t e 
 j a y l e n   b r o w n 
 j a y s o n   t a t u m 
 a l   h o r f o r d
c ’ s   i n a c t i v e   l i s t :   d a n i l o   g a l l i n a r i ,   l u k e   k o r n e t ,   a n d   r o b e r t   w i l l i a m s   c e l t i c s
p r e s e a s o n   g a m e   t w o   s t a r t e r s : 
 s m a r t ,   w h i t e ,   b r o w n ,   t a t u m ,   a n d   h o r f o r d   c e l t i c s   b l e e d g r e e n   ☘ ️
t h a n k s   t o   t h e     f o r   k e e p i n g   m e   e n t e r t a i n e d   t h i s   u n l u c k y   r e d s o x   s e a s o n .   n o w   i   t u r n   t o   c e l t i c s       . . . . b a s k e t b a l l   s e a s o n   h e r e   w e   c o m e ! 
 
 a l s o .     p a y   x a n d e r   a n d   r a f f y .   k t h a n k s .  
i t s   a l m o s t   g a m e t i m e   b a b y   ☘ ️ ☘ ️ 👏 🏽 ⏳   c e l t i c s   b l e e d g r e e n
b l a k e   g r i f f i n   m a y   p l a y   t o n i g h t   d e p e n d i n g   o n   h o w   t h e   g a m e   g o e s   p e r   j o e   m a z z u l l a ,   b u t   l u k …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   r a p t o r s   w i l l   b e   w i t h o u t   o t t o   p o r t e r   j r .   ( l e f t   h a m s t r i n g   s t r a i n ) ,   j u s t i n   c h a m p a g n …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5   b o s v s g s w   n b a f i n a l s 2 0 2 2   n b a f i n a l s
j o e   m a z z u l l a   a d d r e s s e s   w h e t h e r   b l a k e   g r i f f i n   w i l l   m a k e   h i s   c e l t i c s   d e b u t   i n   w e d n e s d a y ' s   g a m e   a g a i n s t   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   m a r c u s   s m a r t   s t i l l   h a s   n i g h t m a r e s   a b o u t   l o s i n g   i n   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s ☘ ️   a g a i n s t   t h e   r a p t o r s   s t a r t s   s o o n !  
r e l a x e d   r a i n y   g a m e   d a y   f i t   f o r   p r e s e a s o n   c e l t i c s   o o t d   b l e e d g r e e n  
w e l c o m e   b a c k ,   m y   a m e r i c a n   s l e e p i n g   p a t t e r n   😂   c e l t i c s   b l e e d g r e e n   n b a
n b a   n o t e b o o k :   g r a n t   w i l l i a m s   f o c u s e d   o n   c e l t i c s ’   s u c c e s s ,   n o t   c o n t r a c t   s t a t u s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
w h y   j a y s o n   t a t u m ,   j a y l e n   b r o w n   w o u l d   t r a d e   i n d i v i d u a l   a c c o l a d e s   f o r   a n   n b a   c h a m p i o n s h i p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w a r r i o r s   n o t e s :   d i v i n c e n z o ,   p o o l e ,   i g u o d a l a ,   b a l d w i n   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
.   s h o w i n g   l o v e   t o   f a n s   😊 ☘ ️ 
 
 c e l t i c s   b l e e d g r e e n  
h e a r   f r o m   c e l t i c s   n e w   a d d i t i o n   b l a k e   g r i f f i n   a n d   s o   m u c h   m o r e .  
j a y l e n   b r o w n   w a r m i n g   u p   b e f o r e   t h e   c e l t i c s   t a k e   o n   t o r o n t o   ☘ ️ 
 
 p r e g a m e   l i v e   s t a r t s   a t   7 p m   o n     📺 
     _ 5 0     _  
b l a k e   g r i f f i n ’ s   p r e s e n c e   h a s   a   c h a n c e   t o   m a t t e r   s u b s t a n t i a l l y   m o r e   f o r   t h e   c e l t i c s   o f f   t h e   f l o o r   t h a n   o n   i t .  
t h e   n b a p r e s e a s o n   c o n t i n u e s .   w h o   a r e   y o u r   p i c k s   t h i s   e v e n i n g ?     n b a   b a s k e t b a l l   c a v s   7 6 e r s   p a c e r s   h o r n e t s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
b l a k e   g r i f f i n   r e a l l y   i s   e m b r a c i n g   a n d   e n j o y i n g   e v e r y t h i n g   a b o u t   b e i n g   o n   t h e   c e l t i c s ,   i n c l u d i n g   t h e   w a l k   u p   t h r o u g h   t h e   b o s t o n   m e d i a .   h e ’ s   s m i l i n g   b e f o r e   h e   e v e n   i n t e r a c t s   w i t h   a n y o n e .   

b l a k e   g r i f f i n   a r r i v i n g   f o r   h i s   f i r s t   g a m e   a s   a   m e m b e r   o f   t h e   c e l t i c s   ☘ ️ 🙌  
j o e   m a z z u l l a   a d d r e s s e s   w h e t h e r   b l a k e   g r i f f i n   w i l l   m a k e   h i s   c e l t i c s   d e b u t   i n   w e d n e s d a y ' s   g a m e   a g a i n s t   r a p t o r s 

w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
w h i l e   l u k e   k o r n e t   r e m a i n s   o u t   w i t h   a   l e f t   a n k l e   s p r a i n ,   t h e r e ’ s   a   g o o d   c h a n c e   b l a k e   g r i f f i n   m a y   m a k e   h i s   c e l t i c s   d e b u t   t o n i g h t  
b l a k e   g r i f f i n   i s   h e r e   a t   t d g a r d e n   c e l t i c s  
1 / 2   i ’ m   i n   l o w e l l   r i d i n g   t h e   . 
 
 5 : 3 0   i s   g e t   t o   t h e   b u s   s t o p .   a   v e t e r a n   s a y s   h e ’ s   b e e n   w a i t i n g   a n   h o u r .   h e ’ s   t r y   t o   m a k e   t h e   5 : 5 0   _ c r   t o   c e l t i c s   g a m e . 
 
   b u s   d r i v e r   m u s t   o f   s e e n   t h e   v e t e r a n   s t a n d i n g .   d r i v e r   s a y s   c a l l   t h e     o n   t h e   p o l e . . 1 / 2 
 
 m a p o l i   b o s p o l i
t o r o n t o   r a p t o r s   ( 1 - 0 )   a t   b o s t o n   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   a r r i v i n g   f o r   t h e   c e l t i c s   p r e s e a s o n   g a m e   v s .   r a p t o r s  
i   t h i n k   w e   s h o u l d   e x p e c t   a   l i t t l e   a c t i o n   f r o m   b l a k e   g r i f f i n   t o n i g h t ,   a s   h e ’ s   p u t t i n g   u p   s h o t s   i n   s h o o t   a r o u n d   a s   w e   s p e a k   c e l t i c s
r o b   w i l l i a m s   w a s   a t   c e l t i c s   p r a c t i c e   t o d a y   d r i b b l i n g   a n d   d a n c i n g   s o   i ’ d   s a y   h e ’ s   s t a r t i n g   t o   f e e l   b a c k   t o   n o r m a l   a n d   m o r e   c o n f i d e n t   i n   h i m s e l f .   i t ’ s   a   g r e a t   t h i n g   t o   s e e 🍀 
  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j u s t   g o i n g   t o   l e a v e   t h i s   h e r e .   c o n g r a t s   t o   a l e x   a n d   t h e   m a i n e   c e l t i c s   🍀   _ m s 3  
r e g a r d i n g   p l a y i n g   j a y s o n   t a t u m   a t   t h e   5   o n   s u n d a y   a n d   w h e t h e r   w e   s e e   t h a t   a g a i n   t o n i g h t ,   m a z z u l l a   s a y s ,   “ i   l i k e   t h e   i d e a   o f   i t .   i   l i k e   t h e   s k i l l ,   i   l i k e   t h e   s p e e d ,   a n d   i   l i k e   t h e   b a s k e t b a l l   i q   t h a t   w a s   o u t   t h e r e   w i t h   t h a t   l i n e u p . ”   c e l t i c s
m i l w a u k e e   b u c k s   2 0 2 2 - 2 3   b e t t i n g   g u i d e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c e l t i c s   p r e g a m e   s h o e   c a m   👀 📸  
i ’ m   l o o k i n g   f o r w a r d   t o   w a t c h i n g   j o e   m a z z u l l a   t e s t   d i f f e r e n t   l i n e u p s /   r o t a t i o n s   t o   s e e   w h a t   h e   h a s   a n d   c a n   u s e   i t   t o   t h e   c e l t i c s   a d v a n t a g e   i n   t h e   r e g u l a r   s e a s o n .   
 
 t h a t   s a i d ,   i ’ d   l i k e   t o   s e e   a   l i n e u p   t h a t   f e a t u r e s   b r o g d o n ,   g r i f f i n ,   a n d   b r o w n   👀
j o e   m a z z u l l a   s a y s   l u k e   k o r n e t   i s   s t i l l   d a y - t o - d a y   a n d   t h a t   b l a k e   g r i f f i n   “ w e n t   l i v e   t o d a y , ”   b u t   t h e r e ’ s   n o   o f f i c i a l   a n n o u n c e m e n t   o n   w h e t h e r   h e   p l a y s   t o n i g h t .   c e l t i c s  
c e l t i c s   c e l t i c s   p l a y   t o d a y   a n d   i ’ m   g o i n g   t o   t h e   g a m e   a g a i n
n b a   n o t e b o o k :   g r a n t   w i l l i a m s   f o c u s e d   o n   c e l t s ’   s u c c e s s ,   n o t   c o n t r a c t   s t a t u s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
w e   a l l   w a t c h e d   t h e   n b a f i n a l s   & a m p ;   w e   s a w   t h e   f i n e   j o b   h e   d i d   a s   d e f e n s i v e   p l a y e r   o f   t h e   y e a r   g u a r d i n g   s t e p h   c u r r y .     n o t ! ! !   c e l t i c s   c e l t i c s n a t i o n   n b a t w i t t e r  
n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   p a c e r s   h o r n e t s   c a v a l i e r s   7 6 e r s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
m o s t   m i n s   p e r   g a m e   i n   t h e   2 0 2 1 - 2 2   s e a s o n   😫 
 
 p a s c a l   s i a k a m :   3 7 . 9 
 f r e d   v a n v l e e t :   3 7 . 9 
 j a m e s   h a r d e n :   3 7 . 2 
 d e m a r   d e r o z a n :   3 6 . 1 
 j a y s o n   t a t u m :   3 5 . 9 
 
 n b a   r a p t o r s   s i x e r s   b u l l s   c e l t i c s  
g a m b l i n g t w i t t e r   g o i n g   w i t h   t h e   c e l t i c s - 3 . 5   a n d   t h e r e   g r e a t e s t   r i v a l   t h e   l a   l a k e r s + 4
g a m e d a y .   c e l t i c s  
b o s t o n   c e l t i c s   s t a r   j a y s o n   t a t u m   v a c a t i o n e d   i n   t h e   c a y m a n   i s l a n d s   j u s t   d a y s   a f t e r   l o s i n g   i n   t h e   2 0 2 2 …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i s   t h e r e   a   w o r l d   w h e r e   t h e   n e t s   e x p l o d e   t h i s   y e a r   a n d   s t e v e   n a s h   i s   t h e   c e l t i c s   c o a c h   t h i s   t i m e   n e x t   y e a r ?   i   c a n   d r e a m .
  d o n ’ t   c a r e   w h a t     s a y … y o u   w e r e   d o i n g   a   g r e a t   j o b   l o s i n g   t h e   w e i g h t   n a t u r a l l y …   y o u   d i d n t   n e e d   l i p o s u c t i o n   t o   k e e p   u p   w i t h   h i m …   l o l ,   j k ’ n   b u t   a l l   s e r i o u s n e s s ,   g e t w e l l s o o n   b r o t h e r …   h o p e f u l l y   e v e r y t h i n g   w e n t   a n d   g e t s   b e t t e r …   c e l t i c s   s w a g o _ a n d _ p e r k  
“ s o ,   i   j u s t   w a n t e d   t o   g o   r e l a x .   l o n g   s e a s o n ,   c l e a r l y , ”   t a t u m   t o l d   a n d s c a p e   d u r i n g   a   r e c e n t   n b a   s …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e a d i n g   i n t o   b o s t o n   f o r   r a p t o r s   c e l t i c s   o n   t h e   b e a u t i f u l   n e w   o r a n g e   l i n e .   a n y   p r e g a m e   q u e s t i o n s ?
“ i t   w a s   j u s t   a   l e a r n i n g   e x p e r i e n c e ,   l e a r n i n g   a   l e s s o n , ”   t h e   2 4 - y e a r - o l d   t a t u m   s a i d .   “ m a y b e   d o   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e w   p o d   i s   u p !   t h e   b u d d e r s   d i s c u s s   m l b p l a y o f f s 2 0 2 2   ,   c e l t i c s   c o n t r o v e r s y ,   a n t o n i o b r o w n f l a s h i n g   ,   a n d   r e c a p   n f l   w e e k   4 …   t h a n k s   f o r   l i s t e n i n g !   t u a t a g o v a i l o a   n f l t w i t t e r  
d o   y o u   t h i n k   t h e   c e l t i c s   s h o u l d   g i v e   g r a n t   w i l l i a m s   a n   e x t e n s i o n   b e f o r e   t h e   o c t .   1 7   d e a d l i n e ?   
  
i n - s t o c k   a n d   r e a d y   t o   s h i p :   n b a   f u n k o g o l d   l e g e n d s   5 - i n c h   p r e m i u m   v i n y l   f i g u r e s 
 
 o r d e r   h e r e :   
 
 t r e a t y o s h e l f   v i n y l f i g u r e s   f u n k o   f u n k o p o p   f u n k o v i n y l   t o y s   b a s k e t b a l l   d e n n i s r o d m a n   l a r r y b i r d   m a g i c j o h n s o n   l a k e r s   c e l t i c s   c h i c a g o b u l l   b o s t o n c e l t i c s  
i t   t u r n e d   o u t   t a t u m   p l a y e d   i n   t h e   2 0 2 2   n b a   f i n a l s   w i t h   a   r i g h t   s h o u l d e r   i n j u r y ,   a n d   h e   a l s o   r e v e a l e d …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ e v e r y   t i m e   w e   w a l k e d   o u t   t h e   r o o m ,   s o m e b o d y   s a w   m e   a n d   s a i d ,   ‘ o h ,   m a n ,   w e   w i s h   y o u   w o u l d ’ v e   …   ’   ‘ g o o d   l u c k   n e x t   y e a r . ’   a n d   t h a t ’ s   e v e n   s a i d   t o   t h i s   d a y , ”   c e l t i c s   s t a r     t o l d       n b a
l a r r y   l e g e n d   e n   p i x e l   a r t   s u r   m o n   p r o f i l   r e d b u b b l e !   e n j o y   !   r b a n d m e :       f i n d y o u r t h i n g   r e d b u b b l e s h o p   c e l t i c s   p i x e l a r t i s t  
d o n t e   d i v i n c e n z o   e x p e c t e d   t o   b e   t r a d e d   t o   c e l t i c s   f o r   d e n n i s   s c h r o d e r   l a s t   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   d e s c r i b e d   j a y s o n   t a t u m   a s   ' y o u n g   n e x t   g r e a t e s t '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   r a p t o r s   ( 1 - 0 )   a t   b o s t o n   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n i a   l o n g   w a s   w i l l ' s   g i r l   i n   f r e s h   p r i n c e . . . . .   w h a t ! !   c e l t i c s
g o o d   l i s t e n i n g   i f   y o u ’ r e   h e a d e d   i n t o   t h e   g a r d e n   f o r   t h e   c e l t i c s   g a m e  
k e v i n   m c h a l e .   g r e a t e s t   p o w e r   f o r w a r d   w h o   h a s   e v e r   b e e n   b o r n e d .   k i n g   o f   t h e   u p   a n d   u n d e r .   c e l t i c s . 
 
  
m y   l i f e   i s   s a d .   i ’ m   k i n d a   p u m p e d   t o   t a k e   t   t o   t d   g a r d e n   t o   d r o p   o f f   s o m e   e q u i p m e n t   t o   _ z a n n i s   a t     
 
 i ’ v e   n o t   t a k e n   t h e   t   t o   t h e   g a r d e n   s i n c e   j a n   2 0 1 9   🙃 
 
   l o l   c e l t i c s
l e t ’ s   g o     b i g   d a y   t o d a y   m a s s m u s i c t y b g 2 2   c e l t i c s  
w a t c h i n g   t h e   r e d s o x   t o   t h e   b i t t e r   e n d   t h e n   o b v i   i ’ l l   b e   s e e i n g   m y   b o y s   a t   t h e   g a r d e n   f o r   m y   f i r s t   g a m e   o f   t h e   s e a s o n   p r e s e a s o n   c e l t i c s   b a s k e t b a l l s z n
🤣   i   l o v e   m y   t e a m   c e l t i c s  
s w i n g   b y   t h e   c a r o l i n a   c l a s s i c   f a i r   a n d   v i s i t   o u r   t r u t h   b o o t h s   t o   w i n   r a f f l e   t i c k e t s   t o   t h e   c e l t i c s   v s .   h o r n e t s   g a m e   o n   f r i d a y   n i g h t   a t   t h e   g r e e n s b o r o   c o l i s e u m .   s i g n - i n s   c l o s e   a t   6 p m   t o d a y !   
 
 t r u t h   r a d i o   r a d i o   r a f f l e   c e l t i c s   h o r n e t s   g r e e n s b o r o c o l i s e u m  
c e l t i c s   v s .   r a p t o r s :   f r e e   l i v e   s t r e a m ,   t v ,   h o w   t o   w a t c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c l i p p e r s   s i g n   f o r m e r   c e l t i c s   a n d   j a z z   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r a n t   w i l l i a m s   n o t   c o n c e r n e d   a b o u t   l o o m i n g   c o n t r a c t   e x t e n s i o n   d e a d l i n e   w i t h   c e l t i c s :   ‘ i   l e a v e   t h a t   s t u f f   u p   t o   m y   a g e n t s ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
      h a d   t o   g r a b   t a t u m   p r e   o r d e r   ! ! !   s t a r t i n g l i n e u p   c e l t i c s  
5 9 f i f t y   i d e n t i t y   d 3   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   i d e n t i t y   d 3   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   a l w a y s g o t a f i t t e d o n m y h e a d 
 

j a y s o n   t a t u m   m i c ' d   u p   i s   g o l d   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
l i s t e n / s t r e a m   t s n   1 0 5 0   t o n i g h t   a s   t h e   r a p t o r s   f a c e   t h e   c e l t i c s   a t   7 : 3 0 p m !   w e t h e n o r t h 
 
 * g e o   s t r e a m   r e s t r i c t i o n s   a p p l y * 
 
  
📣   n e w   p o d c a s t !   " n i a   l o n g   s p e a k s   o n   p o s s i b l e   a f f a i r   b e t w e e n   f i a n c é   i m e   u d o k a   a n d   c e l t i c s   s t a f f e r   . "   o n     i   a f f a i r   a n d   a s k   b e   b e t w e e n   c e l t i c s   f i a n c e   i m e   l o n g   m y   n i a   o n   p o s s i b l e   p r i v a c y   r e s p e c t e d   s p e a k s   s t a f f e r   t h a t   u d o k a  
j a y l e n   b r o w n ,   & g t ; .   💪 🏾 ✊ 🏾     c e l t i c s    
j a y s o n   t a t u m   e n t e r i n g   t h i s   n b a   s e a s o n   w i t h   a   n e w   s e n s e   o f   s t a r d o m .   a f t e r   h i s   f i r s t   f i n a l s   a p p e a r a n c e ,   c e l t i c s   s t a r   i s   l e a r n i n g   t h e   s p o t l i g h t   h a s   b e e n   m a g n i f i e d   f o r   b e t t e r   a n d   f o r   w o r s e .   n b a    
b o s t o n   c e l t i c s :   f o r m e r   f i r s t - r o u n d   p i c k   t h o u g h t   h e   w o u l d   b e   o n   c s   a t   2 0 2 2   t r a d e   d e a d l i n e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  g r e e t i n g s   f r o m   p u e r t o   r i c o   i m   a   h u g e   f a n   b l e e d g r e e n   b o s t o n   b o s t o n c e l t i c s   c e l t i c s  
n i a   l o n g   s h a r e s   a   p o i g n a n t   n o t e   a b o u t   m e n t a l   h e a l t h   a m i d   i m e   u d o k a   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   t o r o n t o   r a p t o r s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
5 9 f i f t y   c h a i n   s t i t c h   h e a 1 2 4 5 1   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c h a i n   s t i t c h   h e a r t   1 2 4 5 1   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

b r i a n   𝕨 𝕙 𝕚 𝕥 𝕖   𝕞 𝕒 𝕞 𝕓 𝕒   s c a l a b r i n e   ☘ ️   
 
 _ 
 c e l t i c s   b l e e d g r e e n     n b a t w i t t e r  
d p o y   _ m s 3   2 0 2 2   b o w l i n g   b a s h   i s   n o v   1 0 t h ,   2 0 2 2   _ d i n e   b a c k   b a y   b o s t o n .     t e a m   l a n e s   a r e   f i l l i n g   u p   f a s t .     s p o n s o r   i n f o   h e r e :     p r o c e e d s   t o   b e n e f i t   m a r c u s   s m a r t ' s   y g c   f o u n d a t i o n .   t h i s   i s   n o t   a   g a   e v e n t .   c e l t i c s   m a r c u s s m a r t   d p o y   n b a  
i   h e a r   t h e   c h a n c e s   o f   b l a k e   p l a y i n g   t o d a y   i s   s l i m .   f i n g e r s   c r o s s e d   h e   d o e s   t h o .   i f   n o t   o p e n i n g   n i g h t   f o r   s u r e .   s u p e r   e x c i t e d   f o r   g a m e   d a y   t o d a y   l e t ’ s   g o o o o o   m y   r e t u r n   t o   t h e   t d   ☘ ️ ☘ ️ ☘ ️ ☘ ️ 🫶 🏻 🫶 🏻 🫶 🏻   c e l t i c s
5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   b o s t o n   c e l t i c s   o s b   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   c e l t i c s   o s b   h a t c r a w l e r   f i t t e d   f o r t h e l o v e o f t h e f i t t e d 
 

h a l f t i m e   l e i p z i g   1 - 0   c e l t i c s ,   w i l l   t h e   c e l t i c s   b e   a b l e   t o   g e t   b a c k   t o   t h e   g a m e ?   a c c o r d i n g   t o     t h e   p i c k 
 
 s p o r t s   f r e e p i c k s   s p o r t p i c k s   f y p   l e i p z i g c e l t i c s
r a y m o n d   r e p o r t   f r e e   n b a   b a s k e t b a l l   p i c k s   1 0 / 5 / 2 2     b a s k e t b a l l p i c k s   c e l t i c s   n b a   n b a p i c k s   n b a p r e d i c t i o n   r a p t o r s 
 
  
n i a   l o n g ’ s   e x   m a s s a i   z   d o r s e y   c l a i m s   s h e ’ s   s t i c k i n g   b y   i m e   u d o k a   d e s p i t e   h i s   i n f i d e l i t y ,   u d o k a   s u s p e n d e d   f o r   t h e   t h e   2 0 2 2 - 2 3   s e a s o n .   t h e v i e w   h e   h a d   a   w o r k p l a c e   r e l a t i o n s h i p   w i t h   a   t e a m   s t a f f   m e m b e r   t h a t   w a s   a   v i o l a t i o n   o f   t h e   o r g a n i z a t i o n ’ s   c o d e   o f   c o n d u c t     n b a   c e l t i c s  
m a r c u s   s m a r t ,   m a l c o l m   b r o g d o n   a n d   d e r r i c k   w h i t e   c o u l d   b e c o m e   a   t e r r i f y i n g   t r i o   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
" ( b l a k e   g r i f f i n ' s )   g r e a t e s t   c o n t r i b u t i o n   i s   g o i n g   t o   c o m e   i n   t h e   p l a y o f f s . "   - -     
 
 s h e r r o d ,     & a m p ;     d i s c u s s   o n   t h e   l a t e s t   e p i s o d e   o f   t h e   a   l i s t   p o d c a s t ! 
 
 c e l t i c s 
 
 📺 f u l l   s h o w :   
 
 ⚡ ️ b y   _ a g ,     & a m p ;    
p r e s e a s o n   g a m e d a y 🚨 
 r a p t o r s   ( 1 - 0 ) 
 a t 
 c e l t i c s   ( 1 - 0 ) 
 7 : 3 0 
 📺 :     
 🎙 :    
n o t   l o n g   a g o   . . . .   
 n i a   l o n g   a n s w e r s   q u e s t i o n s   a b o u t   f i a n c é ,   c e l t i c s   n e w   c o a c h     v i a         n i a l o n g           u d o k a
p r e s e a s o n   g a m e   2   ☘ ️   b l e e d g r e e n   
 
 _ m s 3       
 
 🆚       
 ⏰   7 : 3 0 p m   e s t   
 🏟     
 📺     
 
 a l l a b o u t 1 8   c e l t i c p r i d e   c e l t i c s   r a p t o r s  
b o s t o n   c e l t i c s :   s p o r t s   i l l u s t r a t e d   f e e l s   l i k e   j a y s o n   t a t u m   w i l l   m a k e   m v p   l e a p   i n   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e   c a f e   c o f f e e   s t a r s   m l k   m c s   t r e a t m e n t   n o r t h c a r o l i n a   s t o c k t o n   c a a   m a l i b u   c o r n e l l   y a l e   r o t c   r o c k e t s   c e l t i c s   u m a s s
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e   m l b   t r e a t s   p h o e n i x   n o r t h   c a a   m a l i b u   c o r n e l l   y a l e   r o t c   r o c k e t s   c e l t i c s   u m a s s   m n u   h e l l o   c u b s
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e   c e l t i c s   g s   t h u n d e r   s o o n e r s   o k c   t u l s a   p o r t l a n d   m a r i n e r s
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   j o i n i n g   c e l t i c s   a t   t r a d e   d e a d l i n e   b e f o r e   d e a l   f e l l   a p a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p r e s e a s o n   g a m e   2     
 
 📺 :       
 
 🎙 ️   :       
 
 b l e e d g r e e n   c e l t i c s  
b u s y   s t r e t c h   o f   m - 1 5   i n   d a v i s o n   c l o s e d   f o r   r a i l r o a d   c r o s s i n g   p r o j e c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u t é   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 ➡  
🆚 :   r b   l e i p z i g   v s   c e l t i c 
 ⚽ :   u e f a c h a m p i o n s l e a g u e   l i v e   2 0 2 2 
 ⏰ :   o c t / 0 5 / 2 0 2 2   @   1 1 . 4 5 p m   c t 
 📹 :   l i n k   l i v e   :   
 l e t s   g o . . . 
 s u p p o r t s   y o u r   t e a m s . ! ! 
 u e f a c h a m p i o n s l e a g u e 2 0 2 2   
 u e f a c h a m p i o n s   c e l t i c f c   
 r b l e i p z i g c e l t i c     r b l e i p z i g   c e l t i c s     
 s o c c e r   f o o t b a l l   f u t b o l  
🆚 :   r b   l e i p z i g   v s   c e l t i c 
 ⚽ :   u e f a c h a m p i o n s l e a g u e   l i v e   2 0 2 2 
 ⏰ :   o c t / 0 5 / 2 0 2 2   @   1 1 . 4 5 p m   c t 
 📹 :   l i n k   l i v e   :   
 l e t s   g o . . . 
 s u p p o r t s   y o u r   t e a m s . ! ! 
 u e f a c h a m p i o n s l e a g u e 2 0 2 2   
 u e f a c h a m p i o n s   c e l t i c f c   
 r b l e i p z i g c e l t i c     r b l e i p z i g   c e l t i c s     
 s o c c e r   f o o t b a l l   f u t b o l  
w a s   i t   a   s n u b   f o r   b o s t o n   c e l t i c s   s t a r   f o r w a r d   j a y s o n   t a t u m   t o   n o t   g e t   a n y   m v p   v o t e s   i n   t h e   a n n u a l   n b a   g m   s u r v e y ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
_ d a m i c o   g r e a t   i n t e r v i e w .     m y   b o y s   a r e   g r o w i n g   u p !     j b a n d j t   c e l t i c s   🍀
l i s t e n / s t r e a m   t s n   1 0 5 0   t o n i g h t   a s   t h e   r a p t o r s   f a c e   t h e   c e l t i c s   a t   7 : 3 0 p m !   w e t h e n o r t h 
 
 * g e o   s t r e a m   r e s t r i c t i o n s   a p p l y * 
 
  
n e w :   t h e   c e l t i c s   m a d e   a   n u m b e r   o f   d e a l s   a t   l a s t   y e a r ' s   t r a d e   d e a d l i n e   a n d   w e r e   v e r y   c l o s e   t o   a n o t h e r   o n e   a c c o r d i n g   t o   d o n t e   d i v i n c e n z o  
s i x   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ' s   2 0   g r e a t e s t   p o i n t   g u a r d   l i s t .   p e t e m a r a v i c h   m a r a v i c h   p i s t o l p e t e   p i s t o l p e t e m a r a v i c h  
s i g n s   a r e   h o p e f u l   f o r   c e l t i c s ,   b u t   c a n   j o e   m a z z u l l a   b e   s t e r n   w i t h   t h e m   w h e n   n e e d e d ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i t ’ s   c e l t i c s   g a m e d a y   ☘ ️ ☘ ️  
“ a l l   t h e   i n d i v i d u a l   s t u f f ,   i   w o u l d   t r a d e   a l l   t h a t   i n   t o   w i n   a   c h a m p i o n s h i p . ”   
 
 b o s t o n ’ s   s t a r   d u o   s a t   d o w n   w i t h   n b c s b o s t o n   t o   d i s c u s s   a m b i t i o n s   f o r   n e x t   s e a s o n   +   t i t l e   h o p e s .   c e l t i c s 
 

j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   g m   s u r v e y :   c e l t i c s   r e c e i v e   4 t h - m o s t   v o t e s   t o   w i n   2 0 2 3   n b a   t i t l e   ( 
 
 s e e   w h e r e   t h e   l e a g u e ' s   g m s   r a n k e d   b o s t o n   i n   a   v a r i e t y   o f   c a t e g o r i e s   h e a d i n g   i n t o   t h e   2 0 2 2 - 2 3 . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
r a p t o r s   g a m e   t o n i g h t :   r a p t o r s   v s   c e l t i c s   o d d s ,   s t a r t i n g   l i n e u p ,   i n j . . .   ( r a p t o r s   r a p t u r e ) 
 
 t h e   t o r o n t o   r a p t o r s   g o t   t h e   p r e s e a s o n   o f f   t o   a   f l y i n g   s t a r t ,   a s   t h e y   d e f e a t e d   t h e   u t a h   j a z z   . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
🇺 🇸 | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 1 € 
 ➡ 
 
 n b a  
f o r m e r   n e t s   r o t a t i o n   p l a y e r   b l a k e   g r i f f i n   t o o k   a   s u b t l e   j a b   a t   t h e   t e a m   t h i s   w e e k   w h i l e   c o m p l i m e n t i n g   h i s   n e w   c e l t i c s   t e a m m a t e s .   n b a  
n b a   p r e s e a s o n :   b o s t o n   c e l t i c s   v s .   t o r o n t o   r a p t o r s   p r e d i c t i o n ,   o d d s ,   t v   c h a n n e l   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   1 0 / 5 / 2 2   n b a   p i c k s ,   p r e d i c t i o n s ,   o d d s   
 
 n b a   n b a p i c k   f r e e p i c k   f r e e p i c k s   s p o r t s b e t t i n g   e x p e r t p i c k   n b a t w i t t e r     e x p e r t b e t t i n g a d v i c e   b e t t i n g t i p s t e r   h a n d i c a p p e r   s p o r t s g a m b l i n g   w e t h e n o r t h   r a p t o r s   c e l t i c s   b l e e d g r e e n  
h o w   n b a   e x e c u t i v e s   r a n k   w a r r i o r s   i n   w e s t ,   l i k e l i h o o d   t o   r e p e a t   c h a m p i o n s h i p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   t a k e   o n   c e l t i c s   i n   b o s t o n :   p r e v i e w ,   s t a r t   t i m e ,   a n d   m o r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e a d   & a m p ;   r e a c t :   t h e   t a t u m   & a m p ;   b r o w n   i n t e r v i e w   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
' n o t h i n g   e l s e   m a t t e r s ' :   j a y s o n   t a t u m ,   j a y l e n   b r o w n   o n   b r i n g i n g   b a n n e r   1 8   t o   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   n o t e b o o k :   r o o k i e   j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   h a s   8 2 1   s t e a l s   d u r i n g   h i s   c a r e e r ,   w h i c h   r a n k s   h i m   6 t h   a l l - t i m e   i n   c e l t i c s   h i s t o r y 
 
 t h e   s t a t s   s h o w   t h a t   s m a r t   c o u l d   m o v e   i n t o   t h e   t o p   4   a l l - t i m e   b y   t h e   e n d   o f   t h i s   s e a s o n ,   r i g h t   a b o v e   r o b e r t   p a r i s h   🍀  
t h e   c e l t i c s   p l a y   t o d a y   ☘ ️  
⚽ | n e w   c e l t i c s   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   i n c r o y a b l e   d e   2 1 € 
 ➡ 
 
 2 0 2 2  
2 0 2 2 - 2 3   r o s t e r   b r e a k d o w n :   t h e   b i g s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e x t   u p   i n   t h e     2 0 2 2 - 2 3   t e a m   b y   t e a m   f a n t a s y   p r e v i e w   i s   t h e   e a s t e r n   c o n f e r e n c e   c h a m p i o n   b o s t o n   c e l t i c s ! 
 
   n b a t w i t t e r   f a n t a s y s p o r t s   f a n t a s y b a s k e t b a l l   d f s  
t h r e e   t a k e a w a y s   f r o m   t h e   h o r n e t s '   p r e s e a s o n   l o s s   t o   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  y o u   c a n   l o v e   a   t e a m   a n d   h a t e   t h e   f r o n t   o f f i c e .   l o v e   t h a t ! ! 
 
 r e d s o x 
 c e l t i c s
n b a   g m   s u r v e y   r e l e a s e d   ( c e l t i c s   r e l a t e d   n o t e s )   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
g o t   m y s e l f   a n   u p g r a d e   f o r   t h e   c e l t i c s   s e a s o n .     t h i n g   i s   f r e a k i n   h u g e .     g a m e   n i g h t   t o n i g h t   l f g  
e v e r y   b o s t o n   c e l t i c s   j e r s e y   i n   t e a m   h i s t o r y   w o r n   b y   o n l y   o n e   p l a y e r   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   1 0 / 5 / 2 0 2 2   p i c k s   p r e d i c t i o n s   p r e v i e w s 
 
 
 
 n b a p a r l a y   n b a p r e d i c t i o n   n b a p a r l a y   n b a b e t t i n g   n b a b e t t i n g p i c k s   n b a   n b a p i c k s   s p o r t s p i c k s   e x p e r t p i c k s   f r e e p i c k s   b a s k e t b a l l p i c k s   o d d s   p i c k s   p r e d i c t i o n   r a p t o r s   c e l t i c s
t h i s   i s   t h e   p e a c e   t h a t   y o u   c a n n o t   b u y   ☘ ️ 🍀 🌊   
 c a s a m a n c e   z i g u i n c h o r   g o o d v i b e s     v a c a t i o n m o d e   c e l t i c s   j o r d a n 1   n i k e   j e e p c a r g o  
p l e a s e   h e l p   t h e s e   p e o p l e   o u t   c e l t i c s   f a m  
p l e a s e   c o n s i d e r   h e l p i n g   o u t   t h i s   p o o r   c e l t i c s     f a n   i f   y o u   c a n .   h e   i s   j u s t   s t a r t i n g   a   b a t t l e   w i t h   l e u k e m i a   a n d   n e e d s   a l l   t h e   l o v e   h e   c a n   g e t .   s t i l l   a   l o n g   w a y   t o   g o   o n   t h e   g o a l .   s m a r t   t a t u m   b r o w n   b o s t o n   b o s t o n s t r o n g 
 
  
l i s t e n / s t r e a m   t s n   1 0 5 0   t o n i g h t   a s   t h e   r a p t o r s   f a c e   t h e   c e l t i c s   a t   7 : 3 0 p m !   w e t h e n o r t h 
 
 * g e o   s t r e a m   r e s t r i c t i o n s   a p p l y * 
 
  
r o c k   a n d   r o l l ! ! ! 
 
 r o c k   v i k i n g   v i k i n g m e t a l   a r t   c a l i   f o l k   c e l t i c s   c e l t i c m u s i c  
b o s t o n ’ s   d e r r i c k   w h i t e   t a l k s   a b o u t   j o i n i n g   t h e   c e l t i c s ’   s t a r t i n g   l i n e u p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   2 0 2 2 - 2 3   b e t t i n g   g u i d e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
j b   j t   ☘   m y   g u y s   c e l t i c s  
b o s t o n ' s   d e r r i c k   w h i t e   t a l k s   a b o u t   j o i n i n g   t h e   c e l t i c s '   s t a r t i n g   l i n e u p   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h e   c e l t i c s   c o l l e c t i v e :   e p i s o d e   8 
 
 ☘ ️   t o p i c s : 
 +   g a m e   r e c a p 
 +   b l a k e   g r i f f i n 
 +   j o e   m a z z u l l a 
 +   t o r o n t o   p r e v i e w 
 
 ☘ ️   h o s t s : 
 
 
 
 
 c e l t i c s   b o s t o n   n b a
c e l t i c s   f a n s   i t s   m f   g a m e d a y   ☘ ️ ☘ ️   l e t   t h e   c o u n t d o w n   b e g i n ⏳   c e l t i c s   b l e e d g r e e n   n b a t w i t t e r
“ i t ’ s   n o t   t h a t   s c a n d a l   i s   g o o d   f o r   t h e   t e a m ,   i t ’ s   t h a t   t h e   t e a m   i s   h a n d l i n g   s c a n d a l   w e l l . ”   _ n b a     c e l t i c s
s o m e   m o   s t u f f   i   m a d e . . . 
 t i t a n s   c e l t i c s     v a n d y     p r e d s     l i u     s m a s h v i l l e     w o o d a r t   p a i n t   🎨 ✌ ️ ⚓ ️ ⚔ ️ ✨ ️  
2 0 2 2 - 2 3   f a v o r i t e s   t o   w i n   n b a   t i t l e   🏆 
 
 ( p e r   g m   s u r v e y ) 
 
 b u c k s   4 3 % 
 w a r r i o r s   2 5 % 
 c l i p p e r s   2 1 % 
 c e l t i c s   1 1 % 
 
 n b a  
h a p p y   b i r t h d a y   b r a n d a n   w r i g h t !   c e l t i c s 
 
  
l i t t l e   u p d a t e   o n   w h a t   t r e m o n t   w a t e r s   h a s   b e e n   u p   t o   i n   t h e   p a s t   y e a r   c e l t i c s .   w a t e r s   i s   c u r r e n t l y   t e a m m a t e s   w i t h   p r o j e c t e d   f i r s t   o v e r a l l   p i c k   v i c t o r   w e m b a n y a m a   f o r   t h e   m e t r o p o l i t a n s   9 2 
 

b o s t o n   h a s   r e t i r e d   2 4   j e r s e y   n u m b e r s   -   t h e s e   a r e   t h e   p l a y e r s   s o   h o n o r e d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l o s   a n g e l e s   l a k e r s :   3   b o l d   p r e d i c t i o n s   f o r   t h e   2 0 2 2 - 2 3   n b a   s e a s o n 
 
 
 
 n b a   l a k e s h o w   l a k e r s   w e t h e n o r t h   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   b r o o k l y n t o g e t h e r   b l e e d g r e e n   c e l t i c s
l o s   a n g e l e s   l a k e r s :   t h e   r u s s e l l   w e s t b r o o k   t r a d e   t h a t   s e e m s   i n e v i t a b l e 
 
 
 
 n b a   l a k e s h o w   l a k e r s   w e t h e n o r t h   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   b r o o k l y n t o g e t h e r   b l e e d g r e e n   c e l t i c s
n b a   r u m o r s :   l o s   a n g e l e s   l a k e r s   n o t   t o   p u r s u e   k y r i e   i r v i n g   a f t e r   a l l ? 
 
 
 
 n b a   l a k e s h o w   l a k e r s   w e t h e n o r t h   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   b r o o k l y n t o g e t h e r   b l e e d g r e e n   c e l t i c s
n b a   g m s   c o n f i r m   w h a t   w e   k n e w   a b o u t   n i c k   n u r s e ,   r a p t o r s   f a n s 
 
 
 
 n b a   t o r o n t o   r a p t o r s   c a n a d a   w e t h e n o r t h   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   l a k e s h o w   l a k e r s   b l e e d g r e e n   c e l t i c s
v e r y s t y l i s h o r d i n a r y p e o p l e 
 
 “ s u c c e s s   i s   g u a r a n t e e d   i n   p e r s i s t e n c e . ” 
 ―   s h i v a   n e g i   
 
 h a w k s   p a c e r s   n u g g e t s   m a g i c   t i m b e r w o l v e s   w i z a r d s   7 6 e r s   c e l t i c s   c a v a l i e r s   h e a t   h o r n e t s   b u c k s   v s o p   r h o p
n u m b e r   2   b e c a u s e   o f   t h e   n u m b e r   1   f a n s !   g o   c e l t i c s !  
h o w   t h e   b o s t o n   c e l t i c s   u s e d   r o b e r t   w i l l i a m s   i i i   t o   u n l o c k   t h e i r   o f f e n s e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   t h e   b o s t o n   c e l t i c s   u s e d   r o b e r t   w i l l i a m s   i i i   t o   u n l o c k   t h e i r   o f f e n s e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   f i t t i n g   r i g h t   i n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
w r o t e   t h i s   o n   j u l y   3 r d   a b o u t   s a m   h a u s e r   a n d   i t ’ s   s t i l l   e v e r y   b i t   t r u e   a n d   m o r e   a f t e r   w a t c h i n g   h i m   i n   a c t i o n   o n   s u n d a y   c e l t i c s   
 

e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   9 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   9 9   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n b a   g m s   s e e   m a l c o l m   b r o g d o n   a s   u n d e r r a t e d   a d d i t i o n   f o r   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
o n   t h i s   d a y :   b o s t o n   i c o n   b o b   c o u s y   s e l e c t e d   i n   c h i c a g o   s t a g s   d i s p e r s a l   d r a f t ;   j o h n   b a g l e y   t r a d e ;   d e r m i e   o ' c o n n e l l   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
f r e s h   p r i n c e   o f   b e l   a i r   a c t r e s s   n i a   l o n g   h a s   s a i d   l i t t l e   a b o u t   h e r   c h e a t i n g   b o s t o n   c e l t i c s   c o a c h   f i a …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o r s e y ,   a n   a c t o r   a n d   b u s i n e s s m a n   i n   b e v e r l y   h i l l s   w h o   m e t   l o n g   o n   t h e   s e t   o f   h e r   n b c   c r i m e   d r a m a   t h i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   v s .   c e l t i c s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ' s   t h e   l a t e s t   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   v s .   c e l t i c s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a s   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   t h r o w i n g   s h a d e   a t   t h e   b r o o k l y n   n e t s   i n   h i s   i n t r o d u c t o r y   p r e s s e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 p l a y o f f n b a  
w a s   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   t h r o w i n g   s h a d e   a t   t h e   b r o o k l y n   n e t s   i n   h i s   i n t r o d u c t o r y   p r e s s e r ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
    b l a k e   j o i n s   t h e   t e a m . 
 t e a m   p l a y s   p i c k u p   f o o t b a l l   a t   p r a c t i c e . 
 t e a m   l o v e s   i t   🍀 
 c e l t i c s
  s h e   i s   g o i n g   t o   l o o k   g r e a t   i n   c e l t i c s   g e a r .
w o u l d   l o o k   g r e a t   i n   c e l t i c s   g r e e n   😎 ☘ ️  
l o n g t i m e   a s s i s t a n t   p r o m o t e d   t o   h e a d   c o a c h   o f   m a i n e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l e t   i t   f l y     s h o r t s   b o s t o n   c e l t i c s   n b a   v i d e o :  
p r e v i e w :   r a p t o r s   ( 1 - 0 )   a t   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   m a k e   s o l i d   s h o w i n g   i n   n b a ' s   a n n u a l   g m   s u r v e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   c a l l s   j a y s o n   t a t u m   t h e   ' y o u n g   g o a t ' :   " i   t h i n k   h e   w i l l   d o   a n   i n c r e d i b l e   j o b   l e a d i n g   h i s   t r o o p s . . . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
  i   t h i n k   t h e   c e l t i c s   n e e d   t o   l e t   m a z z u l a   g e t   u s e d   t o   c o a c h i n g   a n d   t h e   g u y s   n e e d   t o   p r a c t i c e .   e n o u g h   g o a t   t a l k !   p l a y   b a l l !   👏 👏 👏
n b a   g m s   c a l l   c e l t i c s   s m a r t   b e s t   p e r i m e t e r   d e f e n d e r ,   b r o g d o n   ‘ m o s t   u n d e r r a t e d ’   a c q u i s i t i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s e v e n   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ’ s   2 0   g r e a t e s t   c e n t e r s   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i m e   u d o k a   s e e i n g   b l a k e   g r i f f i n   o n   c e l t i c s   " t h a t ' s   m y   b o y ! ! "   c e l t i c s   c e l t i c s n a t i o n   👶 👶 🍼 🍼
r e a l l y   r e a l l y   r e a d y   f o r   g a m e   d a y   t o m o r r o w   😎 😎 😎 😎 ☘ ️   c e l t i c s
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     f l   j a g s   t b   r e d s o x   c e l t i c s   n y g   n y y   d o d g e r s   h u s k i e s   u c b   j t   h s u   m s u   s p a r t a n s   u t
l a n a   r h o a d e s   t o l d   t h e   w o r l d   t h a t   h i s   s o n ' s   d a d d y   w a s   a   n e t s   p l a y e r   a n d   a   l i b r a . .   t h a t   i s   t h e   r e a s o n   w h y   b l a k e   g r i f f i n   s i g n e d   w i t h   t h e   c e l t i c s   n b a   b r o o k l y n n e t s   c e l t i c s
t w o   w e e k s   c e l t i c s
c e l t i c s   m a l c o l m   b r o g d o n   a c q u i s i t i o n   v o t e d   n b a   o f f s e a s o n ' s   m o s t   u n d e r r a t e d   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f o r m e r   c e l t i c s '   h i g h   e x p e c t a t i o n s   f o r   j a y s o n   t a t u m ,   j a y l e n   b r o w n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  1 9 6 9 - 7 0   c e l t i c s   f i v e   p a c k … . $ 7   e a c h   /   $ 1 0   o n   t h e   s a n d e r s … . . $ 3 2   d e l i v e r e d   f o r   t h e   l o t   o f   5   c e l t i c s   c e l t i c s  
t e a m   c h e m i s t r y   a t   a n   a l l   t i m e   h i g h   d e s p i t e   t h e   b s   d i s t r a c t i o n s   c e l t i c s  
c e l t i c s   o f f - s e a s o n 
 -   c o a c h   1   y e a r   s u s p e n s i o n 
 -   b e s t   r e c r u i t   a c l 
 -   r o b   w i l   i n j u r e d   
 -   s i g n   l a n a   r h o a d e s   b a b y   d a d   n b a   c e l t i c s
h e y     y o u   n e e d   a   c o u p l e   o f   r e c e i v e r s   o r   d b ’ s ?   c e l t i c s  
n o w ,   t h i s   i s   a   s t o r y   a l l   a b o u t   h o w 
 m y   l i f e   g o t   f l i p p e d - t u r n e d   u p s i d e   d o w n … . .   c e l t i c s   b l e e d g r e e n  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b o s t o n   c e l t i c s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   j a y s o n t a t u m   u n i m o c k u p s   l o g o d e s i g n   n b a t w i t t e r            
“ i   t h i n k   i t ’ s   j u s t ,   t h e   l e a g u e   i s   c e r t a i n l y   t r e n d i n g   t h i s   w a y , ”   b u d e n h o l z e r   s a i d   o f   e m p h a s i z i n …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j o e   m a z z u l l a   s h a r e s   u p d a t e   o n   r o b e r t   w i l l i a m s '   r e c o v e r y   f r o m   k n e e   s u r g e r y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   b r e a k o u t   c a n d i d a t e   i m p r e s s i n g   t e a m m a t e   d e r r i c k   w h i t e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l o n g t i m e   a s s i s t a n t   p r o m o t e d   t o   h e a d   c o a c h   o f   m a i n e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s t a r   b r o w n   s u r p r i s e s   s t u d e n t s   w i t h   f r e e   b a c k p a c k s ,   s h i r t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b e s t i e s   c e l t i c s   ☘ ️ 🤗  
c o n g r a t s   t o   j e f f r e y   c   w h o   s c o r e d   t h i s   j a y s o n   t a t u m   a u t o g r a p h e d   j e r s e y   i n   o u r     a u t o g r a p h e d   b a s k e t b a l l   j e r s e y   b r e a k .     j o i n   u s   f o r   f u t u r e   b r e a k s   -   l i n k   i n   b i o .     c e l t i c s       j e r s e y b r e a k  
b o s t o n   c e l t i c s :   s u s p e n d e d   c o a c h   i m e   u d o k a ’ s   f i a n c é e   n i a   l o n g   c o m m e n t s   o n   a f f a i r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i f   n i a   c a n   s t a y   w i t h   i m e ,   t h e   c e l t i c s   c a n   t o o   ☘ ️  
w h a t   c a n   c e l t i c s '   j a y s o n   t a t u m   i m p r o v e   o n ?   j a y l e n   b r o w n   w e i g h s   i n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o o k i e   j d   d a v i s o n   g o i n g   t o   s c h o o l   w i t h   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ' s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   s a y s   h e ' l l   e m b r a c e   a n y   r o l e   t h a t ' l l   h e l p   c e l t i c s   w i n   a   c h a m p i o n s h i p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   o w n e r s   w i f e ? ! ?   y o   h e ’ s   a   d e m o n   😭 😭   c e l t i c s   n b a t w i t t e r  
r e p o r t 🚨 
 
 p e r   :   t h e   w o m a n   i n   e n t a n g l e m e n t   w i t h   c e l t i c s   c o a c h   i m e   u d o k a   w a s   t h e   w i f e   o f   o w n e r   w y c l i f f e   g r o e s b a c k 🤯 
 
 i f   s o … . i s   t h e   y e a r   s u s p e n s i o n   j u s t i f i e d ? 😳 
 
 n b a t w i t t e r   c e l t i c s   i m e u d o k a
  m y   p a l e   i r i s h   s k i n   d i s a g r e e s .   i t   a p p e a r s   i ' v e   m a d e   a n   e n e m y   t o d a y .   c e l t i c s   l e t s   g o   🍀
  m y   b r a i n   i s   m a l l e a b l e .   i   c a n   b e   e a s i l y   p e r s u a d e d   t e a m   w i s e .   i   a m   h o w e v e r   t h i n k i n g   c e l t i c s
w h y   b l a k e g r i f f i n   i s   w i l l i n g   t o   e m b r a c e   a n y   r o l e   n e e d e d   t o   h e l p   t h e   c e l t i c s   w i n   a   c h a m p i o n s h i p  
w h y   b l a k e g r i f f i n   i s   w i l l i n g   t o   e m b r a c e   a n y   r o l e   n e e d e d   t o   h e l p   t h e   c e l t i c s   w i n   a   c h a m p i o n s h i p  
m a r c u s   t h o r n t o n ' s   2 0 1 4 - 1 5   s h o t   c h a r t : 
 
 v o l u m e :   a v e r a g e   |   p _ 5 8   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 4 8 
 e f f i c i e n c y :   a v e r a g e   |   p _ 4 7 
 e f f i c i e n c y   v a l u e :   a v e r a g e   |   p _ 4 8 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   b r e a k 3 
 b e s t   v a l u e   z o n e :   b r e a k 3 
 
 m a r c u s t h o r n t o n 
 c e l t i c s   s u n s 
 s u n s a t 5 0  
t h e   c e l t i c s   a r e   n o t   t h e   t i t l e   f a v o r i t e s   i n   2 0 2 3 ,   a c c o r d i n g   t o   n b a   g e n e r a l   m a n a g e r s  
j o e   m a z z u l l a   o n   r o b e r t   w i l l i a m s :   " h e ' s   i n   a   g r e a t   m i n d   f r a m e "   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   s h a r e s   f i r s t   m e s s a g e   s i n c e   l e a v i n g   b r o o k l y n   n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   n o t e b o o k :   r o o k i e   j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
j o e   m a z z u l l a   o n   r o b e r t   w i l l i a m s :   “ h e ’ s   i n   a   g r e a t   m i n d   f r a m e ”   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
o u r   l a t e s t   p o d c a s t .   b l a k e g r i f f i n   c e l t i c s   t y l e r h e r r o   h e a t   l a k e s h o w   n b a   n b a p r e s e a s o n       _ c o v e r a g e   l i s t e n   t o   " t h e   p i c k   a n d   r o l l   n b a   p o d c a s t   w /   j e t   a n d "   b y     v i a   s p r e a k e r  
p r i m e   b l a k e   g r i f f i n   o n   t h e   c e l t i c s   +   r e b u i l d   |   n b a   2 k 2 3 💚 🤍 💚 🤍 
 
 
 b a s k e t b a l l   y o u t u b e   y o u t u b e r   f e m a l e g a m e r     g a m i n g   n b a   n b a 2 k 2 3   n b a 2 k 2 3 p a r k   n b a 2 k 2 3 n e x t g e n   n b a 2 k 2 3 m y t e a m   n b a r e b u i l d   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   b l a k e g r i f f i n  
📣   n e w   p o d c a s t !   " e p .   2 0 4   -   w e s t e r n   c o n f e r e n c e   p r e v i e w "   o n     b l a k e g r i f f i n   c e l t i c s   h e r r o   l a k e r s   l e b r o n   n b a   w a r r i o r s   w e s t b r o o k  
l i g h t n i n g   r o s t e r   c o n t i n u e s   t o   t a k e   s h a p e   a s   o p e n e r   n e a r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i a   l o n g   p o s t s   m e n t a l   h e a l t h   m e s s a g e   f o l l o w i n g   f i a n c é   i m e   u d o k a ' s   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
" h e ' s   d o i n g   a   g o o d   j o b   o f   c o m m u n i c a t i n g   w i t h   e v e r y b o d y ,   t a l k i n g   a b o u t   w h a t   h e ' s   l o o k i n g   f o r ,   ( a n d )   h o w   w e   c a n   b e   b e t t e r . " 
 
 d e r r i c k   w h i t e   d i s c u s s e s   j o e   m a z z u l l a ' s   f i r s t   g a m e   a s   t h e   c e l t i c s   h e a d   c o a c h   f r o m   a   p l a y e r ' s   p e r s p e c t i v e . 

f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r a n d o m   t h o u g h t s   b e f o r e   t h e   s e c o n d   p r e s e a s o n   g a m e   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
🎥 l i v e   s t r e a m   t o n i g h t   @   7 p m   e d t 🎥 
 
 @ _ _ f i s c h   _ 9 3     o n   t h e   m i c 
 
 🐦   m u r r a y ' s   i m p a c t   o n   t h e   h a w k s 
 
 🍀   b l a k e   g r i f f i n   t o   t h e   c e l t i c s   
 
 🔬   s o u t h e a s t   d i v i s i o n   p r e v i e w 
 
 a n d   m u c h   m o r e ! 
 
 p o d c a s t   p o d c a s t s   n b a p r e s e a s o n     n b a   a t l a n t a   a t l h a w k s   
 

" t a k e   a   d e e p   b r e a t h ;   e v e r y t h i n g   w e   d o   i s   g o i n g   t o   c o m p l e m e n t   y o u r   g a m e   i n   s o m e   w a y ,   a n d   h e r e ' s   h o w   w e ' l l   w o r k   o n   i t . " 
 
 c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   d i s c u s s e s   g e t t i n g   b l a k e   g r i f f i n   a c c l i m a t e d . 

l e t   i t   f l y   s h o r t s   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
w i l l   t h e   c e l t i c s   g o   s m a l l   w i t h o u t   r o b e r t   w i l l i a m s ? 
 
   d i s c u s s e s   h o w   b o s t o n   c o u l d   s u r v i v e   w i t h o u t   r o b   f o r   t h e   s t a r t   o f   t h e   2 0 2 2 - 2 3   n b a   s e a s o n ! 
 
 📺 f u l l   p r a c t i c e   r e p o r t :   
 
 ⚡ ️ b y   _ a g   |     |    
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c e l t i c s '   j a y l e n   b r o w n ,   j a y s o n   t a t u m   a d m i r e   m o s t   a b o u t   e a c h   o t h e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  
   x d c   x d c d o m a i n s   w e b 3   c e l t i c s   c r e a t e   y o u r   o w n   w e b 3   d o m a i n s   a t     e x c h a n g e s   c o m i n g   s o o n    
🚨   e x c l u s i v e   g a m e   t o n i g h t   f o l k s !   🏀 
 j o i n   t h e i r   c o m m u n i t y   a n d   g e t   t h e   c h a n c e   o f   w i n n i n g   2   t i c k e t s   f o r   t h e   c e l t i c s   o p e n i n g   n i g h t   a n d   m o r e   t h a n   $ 1 0 0   o n   t o p s h o t s !   d o   n o t   m i s s   y o u r   c h a n c e !   ☘ ️ 
   
 b o s t o n   c e l t i c s   n b a   n f t  
w h a t   w e   c o u l d   s e e   i n   m a r c u s   s m a r t ' s   s e c o n d   y e a r   a s   c e l t i c s   p o i n t   g u a r d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
2 0 1 6 - 1 7   p a n i n i   t o t a l l y   c e r t i f i e d   b i l l   r u s s e l l   c a l l i n g   c a r d s   3 7   i n s e -   $ 3 . 0 0   
 
 c e l t i c s   
 _ s e l l 
 
 
 
 
 
 
 
  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
w e ' l l   b e   d i s a p p o i n t e d   i f   c e l t i c s   s t a r     i s n ' t   w e a r i n g   t h e s e   o n   n a t i o n a l t a c o d a y .     s n e a k e r s     ☘     🌮  
b r u n o   c a b o c l o   h a s   a g r e e d   t o   a   d e a l   w i t h   t h e   m e x i c o   c i t y   c a p i t a n e s   i n   t h e   n b a   g   l e a g u e ,   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h r e e   t a k e a w a y s   f r o m   t h e   h o r n e t s '   p r e s e a s o n   l o s s   t o   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ’ s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   r o o k i e   j d   d a v i s o n   a d j u s t i n g   t o   n b a   u n d e r   m a r c u s   s m a r t ' s   m e n t o r s h i p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p o i n t s   o n   t h e   b o a r d   p o d c a s t :   n b a   o f f - s e a s o n 
 
 -   i m e   u d o k a :   r a c i a l   d o u b l e - s t a n d a r d ? 
 -   f o r c i n g   t h e   s a l e   o f   t e a m s 
 -   b r e a k i n g   d o w n   e s p n ’ s   t o p   1 0   n b a   p l a y e r s   
 -   o l d - s c h o o l   c o a c h e s   v s .   m o d e r n   c o a c h e s 
 
 s p o r t s a n d p o l i t i c s   f a n t a s y b a s k e t b a l l   c e l t i c s   s u n s 
 

w h e n   i t   c o m e s   t o   w h a t   i m e   u d o k a   d i d   t o   g e t   s u s p e n d e d ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   ' w e   d o n ' t   k n o w   a n y t h i n g '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   h o s t   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r ,   m f i o n d u   k a b e n g e l e   i m p r e s s   i n   c e l t i c s   p r e s e a s o n   w i n   o v e r   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ' s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r e a l l y   t r y i n g   t o   f i g u r e   o u t   w h a t   m y   f i t   g o n n a   b e   f o r   t h e   p r e s e a s o n   g a m e   t o m o r r o w   😭 😭 😍 ☘ ️   c e l t i c s
b o s t o n   r o o k i e   j d   d a v i s o n   o n   m a r c u s   s m a r t ,   j a y s o n   t a t u m   m e n t o r i n g   h i m   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
h o w   s a m h a u s e r   a n d   m f i o n d u k a b e n g e l e   i m p r e s s e d   i n   c e l t i c s   p r e s e a s o n   o p e n e r  
h o w   s a m h a u s e r   a n d   m f i o n d u k a b e n g e l e   i m p r e s s e d   i n   c e l t i c s   p r e s e a s o n   o p e n e r  
h e r e ’ s   t o   t h e   l a s t   r e d s o x   g a m e   o f   t h e   s e a s o n   t h a t   i   a m   w o r k i n g .   b e t t e r   l u c k   n e x t   y e a r   b o y s .   w e   o n   t o   c e l t i c s   s e a s o n   😎 💯 ☘ ️  
d e r r i c k   w h i t e   d i s c u s s e s   p l a y i n g   f o r   j o e   m a z z u l l a ,   w e l c o m i n g   b l a k e   g r i f f i n   t o   b o s t o n ,   a n d   w o r k i n g   a l o n g s i d e   m a l c o l m   b r o g d o n   i n   t h e   c e l t i c s   b a c k c o u r t . 

d e r r i c k   w h i t e   s p e a k i n g   f a c t s   a b o u t   s a m   h a u s e r   c e l t i c s    
f u l l   v i d e o   o v e r   o n   m y   t i k   t o k !   i   p r o m i s e   t o   m a k e   t h e   n e x t   o n e s   s h o r t e r   t o   g e t   t h e   f u l l   b r e a k   d o w n   i n   t h e r e   l o l   c l i p p e r n a t i o n   c e l t i c s   g o l d e n s t a t e w a r r i o r s   f e a r t h e d e e r   w a r r i o r s u n i t e   n b a g m s u r v e y  
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l e b r a t e   t h e   s t a r   o f   t h e   n b a   s e a s o n   b y   e x p a n d i n g   y o u r   b a s k e t b a l l   f u n k o   c o l l e c t i o n ! 
 
 o r d e r   h e r e :   
 
 t r e a t y o s h e l f   v i n y l f i g u r e s   f u n k o p o p   f u n k o v i n y l   j a y s o n t a t u m   c e l t i c s   l a k e r s   l e b r o n   c h i c a g o b u l l s   m i c h a e l j o r d a n   l a r r y b i r d   m a g i c j o h n s o n   s t e p h c u r r y  
n e v e r   d o n e   f a n t a s y   b a s k e t b a l l ,   j u s t   d i d   a   d r a f t .   i   k n o w   i ' m   a   b i t   o f   a   h o m e r 
 c e l t i c s     w h a t   d o   y o u   t h i n k  
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   m a k e   s o l i d   s h o w i n g   i n   n b a ' s   a n n u a l   g m   s u r v e y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j o e   m a z z u l l a   p r o v i d e s   u p d a t e   o n   r o b e r t   w i l l i a m s ,   d i s c u s s e s   g e t t i n g   b l a k e   g r i f f i n   a c c l i m a t e d ,   a n d   s h e d s   l i g h t   o n   t h e   c e l t i c s   p l a n   f o r   w e d n e s d a y ' s   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s   

i   t h i n k   i   m i g h t   l i v e   t w e e t   c e l t i c s   ☘ ️ g a m e s   t h i s   y e a r
i t   n e e d s   t o   b e   d o n e !   s o m e t h i n g   s m e l l s !     b i t c o i n   e l o n m u s k   k a r d a s h i a n s   t o m b r a d y   m e s s i   r o n a l d o   d o l l y p a r t o n   l e b r o n   b e y o n c e   s a n t a n a   l o s l o b o s   m a n a   b r i t n e y s p e a r s   a d e l e   d o d g e r s   y a n k e e s   r e d s o x   r e d s   c u b s   a s t r o s   b e a t l e s   m e t s   g i a n t s   c e l t i c s
w h a t   d o   y o u   t h i n k   w i l l   b e   t h e   b i g g e s t   c e l t i c s   p r o b l e m   t h i s   s e a s o n ?
h o w   w o u l d   y o u   g r a d e   t h e   c e l t i c s   o f f   s e a s o n ?
h o w   m a n y   w i n s   a r e   t h e   c e l t i c s   g e t t i n g   t h i s   s e a s o n ?
h o w   f a r   w i l l   t h e   c e l t i c s   m a k e   i t   t h i s   y e a r ?
w h a t   s e e d   w i l l   t h e   c e l t i c s   b e   t h i s   y e a r ?
o u t l o o k   o n   t h e   c e l t i c s   y o u n g   d e v e l o p i n g   p l a y e r s
o u t l o o k   o n   t h e   c e l t i c s   b e n c h   t h i s   s e a s o n
w h a t   i s   y o u r   o u t l o o k   o n   t h e   c e l t i c s   🍀 a t   t h i s   p o i n t   b e f o r e   t h e   s e a s o n ?   t h r e a d   🧵
b o s t o n   c e l t i c s   t i t l e   o d d s :   c s   r e m a i n   f a v o r i t e s   d e s p i t e   o f f s e a s o n   d r a m a   ( h a r d w o o d   h o u d i n i ) 
 
 t h e   b o s t o n   c e l t i c s ,   d e s p i t e   e v e r y t h i n g   t h a t   h a p p e n e d   i n   s e p t e m b e r ,   r e m a i n   f a v o r i t e s   t o   w i n   t . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
p a y   a t t e n t i o n !     b i t c o i n   e l o n m u s k   k a r d a s h i a n s   c n b c   b l o o m b e r g   l a t i m e s   n y t i m e s   d o d g e r s   y a n k e e s   r e d s o x   r e d s   c u b s   a s t r o s   b e a t l e s   m e t s   g i a n t s   c e l t i c s   l a k e r s   c l i p p e r s   s u n s   u t a h j a z z   g o l d e n k n i g h t s   r a i d e r n a t i o n   d a l l a s c o w b o y s   m a n c h e s t e r c i t y
t o d a y   i n   b o s t o n   s p o r t s : 
 
 t h e   r e d s o x   c l o s e   u p   s h o p   f o r   2 0 2 2 . 
 
 t h e   b r u i n s   m a k e   f i n a l   m o v e s   a s   t h e   2 0 2 2 - 2 3   s e a s o n   b e g i n s   t h i s   w e e k e n d . 
 
 t h e   c e l t i c s   r e a d y   t h e m s e l v e s   t o   d e f e n d   t h e   e a s t   c r o w n   i n   m i d   o c t o b e r . 
 
 t h e   p a t r i o t s ,   a t   1 - 3 ,   l o o k   t o   b o u n c e   b a c k .   w i l l   a   f e w   e a s y   w e e k s   h e l p ?
b l a k e   g r i f f i n   s i g n e d   a   f u l l y   g u a r a n t e e d   o n e - y e a r ,   $ 2 . 9 1 m   c o n t r a c t   w i t h   t h e   b o s t o n   c e l t i c s .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   g m s   f a v o r   b u c k s   t o   w i n   t i t l e ;   l u k a   f o r   m v p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   1 3 4 ,   h o r n e t s   9 3 :   j a y l e n   b r o w n   l e a d s   a l l   s c o r e r s   i n   b l o w o u t   p r e s e a s o n   o p e n e r   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   g m s   h i g h   o n   c a v s ’   o f f s e a s o n   m o v e s ,   b u c k s ’   t i t l e   c h a n c e s   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
a f t e r   a n   o f f s e a s o n   t i n k e r i n g   w i t h   h i s   s h o t ,   d e r r i c k   w h i t e   s a y s   h e ’ s   h a p p y   w i t h   h o w   i t   l o o k e d   a n d   f e l t   d u r i n g   t h e   c e l t i c s   p r e s e a s o n   o p e n e r ,   i n c l u d i n g   h i s   i n i t i a l   m i s s e s ,   w h i c h   w e r e   a l l   o n   l i n e .
i n t e r e s t i n g   t o   s e e   p i n n a c l e   h a s   t h e   c e l t i c s   a s   f a v o r i t e s   t o   w i n   t h e   t i t l e   @   + 5 6 3 . 
 
 f o l l o w e d   b y : 
 
 b u c k s   + 6 1 6 
 
 w a r r i o r s   + 6 3 8 
 
 c l i p p e r s   + 7 5 3
2 0 2 2 - 2 3   n b a   p r e v i e w s :   b o s t o n   c e l t i c s 
 
 _ h e y _ i t s _ j p     
 
 n b a t w i t t e r   b l e e d g r e e n   c e l t i c s   
 

w h i c h   p a s t o r   w a s   c o u n s e l i n g   n i a   a n d   i m e   t o   k e e p   o n   s h a c k i n g   u p   a n d   l i v i n g   i n   s i n ? ? ? ?   i   w a n t   t o   k n o w   ! ! 
 d r a g   h i m   o u t   s o   w e   c a n   s e e   h i m ! ! ! ! 
 i m e u d o k a   n i a l o n g   c e l t i c s   i m e u d o k a c e l t i c s   n i a l o n g c h e a t e d   i m e u d o k a c h e a t e d 

n b a   g m s   d o   n o t   s e e   c e l t i c s   a s   f a v o r i t e s   t o   w i n   n b a   t i t l e  
k e v i n   g a r n e t t ' s   ( )   2 0 1 0 - 1 1   s h o t   c h a r t : 
 
 v o l u m e :   h i g h   |   p _ 8 3   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   e x c e l l e n t   |   p _ 9 7 
 e f f i c i e n c y :   g o o d   |   p _ 7 9 
 e f f i c i e n c y   v a l u e :   e x c e l l e n t   |   p _ 8 8 
 
 f a v o r i t e   z o n e :   m i d r a n g e 
 b e s t   s k i l l   z o n e :   m i d r a n g e 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 k e v i n g a r n e t t 
 c e l t i c s  
b o s t o n   c e l t i c s   t i t l e   o d d s :   c s   r e m a i n   f a v o r i t e s   d e s p i t e   o f f s e a s o n   d r a m a   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   g m s   s a y   r a p t o r s   h a v e   l e a g u e ' s   b e s t   h o m e - c o u r t   a d v a n t a g e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   w o r k i n g   o n   h i s   f l o a t e r   g a m e   f o l l o w i n g   c e l t i c s   p r a c t i c e  
b l a k e   g r i f f i n   r e v e a l s   c e l t i c s   j e r s e y   n u m b e r ,   a n d   h i s   r e a s o n   i s   f a n t a s t i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   p r i x   d i n g u e   d e   2 1 € 
 ➡ 
 
 t a t u m  
s a m   h a u s e r   m a k i n g   b i d   f o r   i n c r e a s e d   r o l e :   ' h o p e f u l l y   c a n   k e e p   i t   r o l l i n g '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   s a y s   h e   h o p e s   t o   b r i n g   t h e   s t a b i l i t y   o f f   t h e   b e n c h   f o r   t h e   b o s t o n   c e l t i c s   a n d   t h a t   h e   w i l l   d o   w h a t e v e r   i t   t a k e s   t o   h e l p   t h e   t e a m   t o   w i n   a   c h a m p i o n s h i p   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
s a m   h a u s e r   m a k i n g   b i d   f o r   i n c r e a s e d   r o l e :   ‘ h o p e f u l l y   c a n   k e e p   i t   r o l l i n g ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  c e l t i x r i n g f i g h t           
   _ m s 3   c e l t i c s   _ w i l l i a m s i i i 
     
       
 _ h o r f o r d     
   l e t s g o o o o o o ! f i g h t 4 i t !  
w h e n   i t   c o m e s   t o   w h a t   i m e   u d o k a   d i d   t o   g e t   s u s p e n d e d ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   ' w e   d o n ' t   k n o w   a n y t h i n g '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a c c o r d i n g   t o   ,   t h e   c e l t i c s   h a d   s o u g h t   p e r m i s s i o n   t o   i n t e r v i e w   c l i p p e r s   a s s i s t a n t   c o a c h   j a y   l a r r a n a g a   a b o u t   j o i n i n g   t h e i r   c o a c h i n g   s t a f f   t h i s   s e a s o n .   a c c o r d i n g   t o   ,   t h e y   r e c e i v e d   p e r m i s s i o n   b u t   h e   p r e f e r s   t o   r e m a i n   i n   l o s   a n g e l e s   a n d   w i l l   s t a y .
a c c o r d i n g   t o   ,   c e l t i c s   h e a d   c o a c h   i m e   u d o k a   h a s   c o n s i d e r e d   t h e   p o s s i b i l i t y   o f   r e s i g n i n g .
a c c o r d i n g   t o   ,   i t ' s   a   w i d e s p r e a d   i n t e r p r e t a t i o n   t h a t   c e l t i c s   h e a d   c o a c h   i m e   u d o k a   i s   d o n e   a s   a n   n b a   h e a d   c o a c h .  
w e ’ r e   b a c k   w i t h   a   n e w   e p i s o d e   a f t e r   o u r   b y e   w e e k .   c l i c k   t h e   l i n k   b e l o w   a n d   c h e c k   i t   o u t   n o w ! 
 
 i n c l u d e d 
 -   t u a   🐬 🤕 
 -   n f l   b u y / s e l l   💵 
 -   t o p   5   c o n c e r t s   🎤 
 -   i m e   u d o k a   🍀 
 
 n f l   p o d c a s t   n b a   p o d c a s t r e c o m m e n d a t i o n s   t u a   f i n s u p     c e l t i c s   
 
 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻  
s o m e   t a k e a w a y s   /   n o t e s   i   h a v e   a f t e r   b e i n g   a t   t h e   g a r d e n   f o r   t h e   f i r s t   c e l t i c s   p r e s e a s o n   g a m e   o n   s u n d a y 🍀  
i   m e a n ,   i   c o u l d   s e e   i f   i t   w a s   t h e   m a j o r i t y   o w n e r s   w i f e .   i m e u d o k a   n b a   n b a p r e s e a s o n   c e l t i c s
b l a k e   g r i f f i n   p a y s   t r i b u t e   t o   d e n n i s   r o d m a n   b y   w e a r i n g   n o .   9 1   f o r   t h e   b o s t o n   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
k a b e n g e l e   c o n t i n u e s   t o   i m p r e s s   a f t e r   s t r o n g   s u m m e r   l e a g u e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   r e a c t s   t o   b l a k e   g r i f f i n   s i g n i n g   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e p i s o d e   1 8 7   c a m e   o u t   y e s t e r d a y   . . .   q u i c k   t h o u g h t s   o n   k g   c o m m e n t s   a b o u t   t h e   i m e   s i t u a t i o n ,   t h e   f i r s t   p r e s e a s o n   g a m e   & a m p ;   w h a t   t o   e x p e c t   f r o m   b l a k e   g r i f f i n 
 
 c e l t i c s   b l e e d g r e e n   n e w   p o d c a s t  
i n   t o d a y ’ s   a t t h e b u z z e r   _ t i e r n a n   a n d     p r e v i e w   t h e   c e l t i c s   s e a s o n !   b o s t o n c e l t i c s   n b a    
b o s t o n   c e l t i c s :   f o r m e r   f i r s t - r o u n d   p i c k   t h a n k s   5 x   a l l - s t a r   a f t e r   c s   d e b u t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
s e v e n   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ' s   2 0   g r e a t e s t   c e n t e r s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l e t ’ s   g o   w a y   t o   s t a r t   t h e   d a y   l e t ’ s   g e t   s o m e   d u n k i n s ! ! ! 🤑 ✅ 🔥   g a m b l i n g t w i t t e r   p r i z e p i c k s   f r e e p i c k   k b o   d u n k i n   c e l t i c s  
b o s t o n   c e l t i c s :   d i d   b l a k e   g r i f f i n   t a k e   s h o t   a t   n e t s   l o c k e r   r o o m   w i t h   c s   p r a i s e ?   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   8 6   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r o b e r t   w i l l i a m s   r a n k s   1 4 t h   a l l - t i m e   i n   c e l t i c s   h i s t o r y   w i t h   3 0 0   b l o c k s   i n   h i s   c a r e e r .   h e   n e e d s   7 0   m o r e   b l o c k s   t o   b e   i n   t h e   t o p   1 0 .   i f   h e   c o n t i n u e s   o n   t h e   p a t h   h e ’ s   b e e n   o n   t h e   l a s t   t w o   y e a r s ,   s t a t s   s h o w   t h a t   h e   r e a l i s t i c a l l y   c a n   c r a c k   t h e   t o p   1 0   t h i s   s e a s o n   👀  
b l a k e   g r i f f i n   i s   g o i n g   t o   c h a n g e   t h e   n a r r a t i v e   a b o u t   g u y s   w a n t i n g   t o   c o m e   t o   p l a y   i n   b o s t o n   a n d   f o r   t h e   c e l t i c s  
w h o ' s   w i n n i n g   t h e   n b a   e a s t e r n   c o n f e r e n c e   t h i s   y e a r ?   n b a t w i t t e r   f e a r t h e d e a r   b u c k s   h e a t   c e l t i c s   7 6 e r s   c a v s   n e t s   h a w k s   r a p t o r s   b u l l s n a t i o n
b l a k e   g r i f f i n   w i l l   b e   t h e   f i r s t   p l a y e r   i n   c e l t i c s   h i s t o r y   t o   w e a r   t h e   n o .   9 1  
c e l t i c s   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
v e r s a t i l i t y   o n   d i s p l a y   i n   v i c t o r y   o v e r   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   d i n g u e   d e   2 1 € 
 🛒 
 
 n b a e x t r a  
c e l t i c s   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
☘ ️   j a y l e n   b r o w n   s z n !   c e l t i c s  
" i t ' s   a   d i f f e r e n t   a t m o s p h e r e   t h a n   i ' m   u s e d   t o .   i n   a   g o o d   w a y . "   b l a k e   g r i f f i n   t a l k s   " w e l c o m i n g "   a t m o s …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   7 7   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
⚽ | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
⚽ | n e w   c e l t i c s   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 ➡  
o n   t h i s   d a y :   b o s t o n   g u a r d   s i   g r e e n   p a s s e s ;   f o r w a r d   d o u g   s m i t h   s i g n s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
w i t h   t h e   n u m b e r   9 1 ,     👏 🏻 👏 🏻 👏 🏻 ☘ ️ 🏀   c e l t i c s  
r e c e n t l y   s i g n e d   b l a k e   g r i f f i n   h o l d s   i n t r o d u c t o r y   b o s t o n   c e l t i c s   p r e s s   c o n f e r e n c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   i n   g r e e n .   c e l t i c s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
t h e   c e l t i c s   a r e n ' t   g e t t i n g   k i a - l e a p i n g   b l a k e   g r i f f i n ,   b u t   h i s   w i l l i n g n e s s   t o   a d a p t   s t i l l   m a k e s   h i m   v a l u a b l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e c e n t l y   s i g n e d   b l a k e   g r i f f i n   h o l d s   i n t r o d u c t o r y   b o s t o n   c e l t i c s   p r e s s   c o n f e r e n c e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h e   o n l y   r e a s o n   i m e u d o k a   g o t   s u s p e n d e d   i s   b e c a u s e   t h e   o w n e r   c a n ’ t   s u s p e n d   h i s   w i f e   💭   
 
 i f   i t   w a s   “ t e a m   p o l i c y ”   & a m p ;   s h e   w a s   a   t e a m   s a f e   m e m b e r   s h e   w o u l d   b e   k n o w n   /   s u s p e n d e d   👀 
 
 t h e   o w n e r s   n o t   g o i n g   t o   c o m e   o u t   & a m p ;   s a y   m y   w i f e   w a s   t h e   o n e   b u t   r e a d   b e t w e e n   t h e   l i n e s   🥃   c e l t i c s
c e l t i c s   p r a c t i c e   h i g h l i g h t s   f t .   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b o s t o n c e l t i c s m e d i a d a y   c e l t i c s c l n s   c e l t i c s m e d i a d a y   c e l t i c s p r a c t i c e   c e l t i c s p r a c t i c e h i g h l i g h t s   c e l t i c s t r a i n i n g c a m p   c e l t i c s t r a i n i n g c a m p h i g h l i g h t s   c l n s m e d i a  
t o r o n t o   r a p t o r s   a t   b o s t o n   c e l t i c s   2 0 2 2 - 2 3   p r e s e a s o n :   h o w   t o   w a t c h ,   b r o a d c a s t ,   l i n e u p s   ( 1 0 / 5 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
⚽ | n o u v e a u   c e l t i c s   v e r t   2 0 2 2   j a y s o n   t a t u m   0 
 a u   t a r i f   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 p l a y o f f n b a  
c e l t i c s   g e t t i n g   b l a k e   g r i f f i n   i s   l i k e   g e t t i n g   s e c o n d s   f o r   d i n n e r . . .   y o u   p r o b a b l y   d i d n t   r e a l l y   n e e d   i t   b u t   y o u ' l l   t a k e   i t   a n y w a y   w i t h   a   b i g   f a t   g r i n   c e l t i c s
i t ' s   t i m e   t o   r i n g   c h a s e   i n   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r a n d o m   t h o u g h t s   a s   t h e   p r e s e a s o n   b e g i n s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   h o r n e t s   1 0 / 2 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   n o t e s :   g r i f f i n ,   s m a r t ,   s m a l l   b a l l ,   h a u s e r   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
m a r c u s   s m a r t   i n k s   p u m a   e n d o r s e m e n t   e x t e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
l e g a l   a c t i o n   t a k e n   t o   k e e p   s p u r s   i n   s a n   . . . 
   
 
   
 7 6 e r s   b a s k e t b a l l   b a s k e t b a l l n e w s   b a s k e t b a l l p o d c a s t   b l a z e r s   b u c k s   b u l l s   c a d e c u n n i n g h a m   c a v s   c e l t i c s   c h e t h o l m g r e n   c l i p p e r s   c p 3   d e v i n b o o k e r   f i n a l s   g o s p u r s g o   g r i z z l i e s   h a w k s   h e a t   h o r n e t s  
v i d e o :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t a l k s   a d d i t i o n   a n d   r o l e   o f   b l a k e   g r i f f i n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c a n ’ t   w a i t   f o r   t o m o r r o w   i   m a k e   m y   r e t u r n   t o   t h e   g a r d e n   😎 ☘ ️ ☘ ️ ☘ ️ ☘ ️   c e l t i c s   p r e s e a s o n   y k t v   b l e e d g r e e n
l m f a o   t h i s   a g e d   w e l l   🤦 🏽 ‍ ♀ ️ 🙄 🤣   k y r i e   c e l t i c s   n b a   w e t h o u g h t   y o u l i e d  
v i d e o :   f i r s t   e v e r   c e l t i c   9 1   b l a k e   g r i f f i n   t a l k s   a b o u t   w h a t   h e   c a n   b r i n g   t o   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b i l l   r u s s e l l .     c e l t i c s   h o f   l e g e n d   a u t o g r a p h   i c o l l e c t a u t o g r a p h s  
c e l t i c s   b l o w o u t   h o r n e t s   t o   k i c k   o f f   p r e s e a s o n   1 3 4   t o   9 3   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i   l o v e   w h a t   i ’ m   s e e i n g   f r o m   t h e   n b a   p r e   s e a s o n   s t r a i g h t   d a w g s   t h e y ’ v e   b e e n   w o r k i n g   a l l   s u m m e r   💯 💪 🏽   h o r n e t s   l a k e r s   c e l t i c s   g r i z z l i e s   n b a   p r e s e a s o n
t w i t t e r   h a s   d e c i d e d   b l a k e   g r i f f i n   i s   t h e   m y s t e r y   f a t h e r   t o   l a n a   r h o a d e s ’   c h i l d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
t h e   o n l y   p l a y e r s   t o   r e c o r d   a   5 0 / 4 0 / 9 0   w i t h   2 5 +   p p g   i n   a   s e a s o n :   🔥 🔥 
 
 l a r r y   b i r d :   1 9 8 6 - 8 7 ,   1 9 8 7 - 8 8 
 k e v i n   d u r a n t :   2 0 1 2 - 1 3 
 s t e p h   c u r r y :   2 0 1 5 - 1 6 
 k y r i e   i r v i n g :   2 0 2 0 - 2 1 
 
 w h o   d o   y o u   t h i n k   w i l l   b e   t h e   n e x t   p l a y e r   t o   j o i n   t h i s   e x c l u s i v e   c l u b ? 
 
 c e l t i c s   t h u n d e r   w a r r i o r s   n e t s  
i t   i s   c o m p l e t e l y   a l l o w e d   t o   o v e r h y p e   t h e   c e l t i c s   r i g h t   n o w !   b l e e d   g r e e n ! !   c e l t i c s
b l a k e   g r i f f i n   s a i d   b o s t o n ' s   a   p o p u l a r   d e s t i n a t i o n   f o r   n b a   p l a y e r s . . .   c e l t i c s  
c a n   b l a k e   g r i f f i n   g i v e   t h e   c e l t i c s   w h a t   t h e y   n e e d ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
w r a p p i n g   u p   s o o n !   t a k i n g   f i n a l   c e l t i c s   t h o u g h t s
“ w h e n   y o u r   t a l e n t   l e v e l   a n d   y o u r   h u m i l i t y   a n d   s e l f - a w a r e n e s s   a l i g n ,   t h e n   i   t h i n k   y o u   c a n   m a x i m i z e   y o u r   t i m e   i n   t h e   l e a g u e .   e v e n   a   g u y   w h o ’ s   p l a y e d   1 3   y e a r s ,   n o t h i n g   i s   g i v e n .   y o u   s t i l l   h a v e   t o   c o m e   i n   a n d   d o   y o u r   w o r k .   b e   a   g o o d   t e a m m a t e .   b e   a   l e a d e r . ”   -   b l a k e   g r i f f i n ,   c e l t i c s
2 0 0 2 - 0 3   u p p e r   d e c k   s p   a u t h e n t i c   5   p a u l   p i e r c e     b o s t o n c e l t i c s   c e l t i c s   h o f 
 
 $ 3   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
a l r i g h t ,   w e ’ r e   r e a l l y   d o i n g   t h i s   🤩 
 
 b l e e d g r e e n   c e l t i c s  
j a y l e n   b r o w n   p r a i s e s   m a l c o l m   b r o g d o n   i n   c e l t i c s '   d e b u t :   ' h e ’ s   d e f i n i t e l y   j u s t   g o i n g   t o   m a k e   u s   b e t t e r   o v e r a l l '   
 
 c e l t i c s   🏀 
 b o s t o n c e l t i c s   🏟 
 n b a   n b a t w i t t e r   
 
  
n b a   f u t u r e   
 b o s t o n   c e l t i c s   o 5 3 . 5   w i n s   ( - 1 0 5 )   3 u   
 w i l l   a d d   a   f e w   m o r e   u n i t s   o n   t h i s   b e f o r e   t h e   s e a s o n   s t a r t s   
 b o s t o n   c e l t i c s   f u t u r e b e t   n b a f u t u r e s   s p o r t s b e t t i n g   g a m b l i n g t w i t t e r   a c t i o n n e t w o r k  
b l a k e   g r i f f i n   i s   t h e   f i r s t   p l a y e r   i n   c e l t i c s   h i s t o r y   t o   w e a r   j e r s e y   n o .   9 1  
w h a t   d o   y o u   a l l   t h i n k   a b o u t   d e r r i c k   w h i t e   s t a r t i n g ?   c e l t i c s 
 
 t e l l   u s   i n     s p a c e s   
 ⏩   ⏩    
  i t ’ s   a l l   a b o u t   t h o s e   e y e s !       c e l t i c s   b l e e d g r e e n
c e l t i c s '   b l a k e   g r i f f i n :   a d m i r a t i o n   f r o m   b o s t o n   l o c k e r   r o o m   ' a   d i f f e r e n t   a t m o s p h e r e '   t h a n   i ' m   u s e d   t o   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
  a w e s o m e   t o   s e e   _ a d a m s   i n     c e l t i c s  
b l a k e   g r i f f i n ' s   n e w   j e r s e y   n u m b e r   w i t h   c e l t i c s   p a y s   t r i b u t e   t o   d e n n i s   r o d m a n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c g c   9 . 6   n e w s s t a n d   d e c e m b e r   1 4   1 9 9 2 - m a g i c   a n d   l a r r y .   d e f i n i t e l y   o n e   o f   t h e   c o o l e s t   c o v e r s   s i   e v e r   p u t   o u t .   🔥 🔥 👀   c g c m a g s   c e l t i c s   l a k e r s   n b a  
i ’ m   g o i n g   t o   h e a d   o v e r   i n   f e w .   s t o p   b y   f o r   s o m e   g o o d   c e l t i c s   t a l k .   ☘ ️  
i ’ m   g o i n g   t o   h e a d   o v e r   i n   a   f e w   c e l t i c s  
h e   g e t s   i t .   l e t ’ s   g o   c e l t i c s  
l i v e   n o w   t a l k i n g   c e l t i c s ,   b l a k e   a n d   a   l i t t l e   n e t s
🚨 t w i t t e r   s p a c e s   w /     & a m p ;   _ s w a y   r i g h t   n o w ! 
 
 🏀 c e l t i c s   v s   h o r n e t s   r e c a p 
 🏀 b l a k e   g r i f f i n   o f f i c i a l l y   s i g n s   ✍ ️ 
 🏀 c a m p   t a k e a w a y s 
 🏀 q & a m p ; a !   
 
 🗣 ️ 📲 j o i n   u s   h e r e :   
 
 ⚡ ️ b y   _ a g ,     & a m p ;    
j a y s o n   t a t u m   a n d   j o e   m a z z u l l a   h a d   a   g o o d   t i m e   o n   s u n d a y   c e l t i c s  
🚨 t w i t t e r   s p a c e s   w /     & a m p ;   _ s w a y   a t   8 : 3 0 p m   e t ! 
 
 j o i n   b o b b y   a n d   j o s u e   o f   ! 
 
 🏀 c e l t i c s   v s   h o r n e t s   r e c a p 
 🏀 b l a k e   g r i f f i n   o f f i c i a l l y   s i g n s   ✍ ️ 
 🏀 c a m p   t a k e a w a y s 
 🏀 q & a m p ; a !   
 
 j o i n   u s   h e r e :   
 
 ⚡ ️ b y   _ a g ,     & a m p ;    
t a l k i n g   c e l t i c s   o n   s p a c e s   @   8 : 3 0   w i t h   _ s w a y   a n d   y o u .   p r e s e a s o n ,   b l a k e   & a m p ;   w e ’ l l   w a t c h   s o m e   n e t s .   
 
 s t a y   t u n e d  
📣   n e w   p o d c a s t !   " e p i s o d e   1 0 2   -   b o s t o n   b a l l i n g   i t   w i t h   g a b b y   h u r l b u t "   o n     b o s t o n   b o s t o n b a l l i n g   b s 3 n e t w o r k   b s 3 t v   c e l t i c s   f o r e v e r n e   g o p a t s   i m e u d o k a   m n f   m o n d a y   n b a   n b a t w i t t e r   n f l   p a t r i o t s   p o d c a s t   p o d e r n f a m i l y   p o d n a t i o n   r e d s o x  
b l a k e g r i f f i n   w i l l   w e a r   n o   9 ⃣ 1 ⃣   i n   h o n o r   o f   d e n n i s r o d m a n ! 
 
 n b a t w i t t e r l i v e   n b a t w i t t e r   b o s t o n   c e l t i c s   b o s t o n c e l t i c s   g r i f f i n   b l e e d g r e e n   d e n n i s   r o d m a n   r o d z i l l a   w o r m  
m f i o n d u   k a b e n g e l e   h a s   t h e   q u a l i t i e s   t o   b e   a   t r u e   g a m e   c h a n g e r .   s i m i l a r   t o   h o w   r o b   w i l l i a m s   i s   w h e n   h e ’ s   o n   t h e   c o u r t   b u t   i n   a   d i f f e r e n t   w a y .   h e   c a n   s h o o t ,   s c o r e ,   a n d   d e f e n d .   d i v e s   o n   t h e   f l o o r   f o r   a   l o s e   b a l l   i n   p r e s e a s o n .   k a b   w a n t s   t o   w i n   e v e r y   m i n u t e   h e ’ s   o u t   t h e r e   c e l t i c s
l u k e   k o r n e t   d o i n g   s o m e   r e h a b   w o r k   o n   h i s   l e f t   a n k l e .   i ’ d   l i k e   t o   t h i n k   h e ’ l l   b e   a v a i l a b l e   f o r   t h e   s t a r t   o f   t h e   r e g u l a r   s e a s o n ,   b u t   o n l y   t i m e   w i l l   t e l l   c e l t i c s  
b l a k e   g r i f f i n   o n   w h a t   s h o c k e d   h i m   a b o u t   t h e   c e l t i c s   - -   " i t ' s   a   d i f f e r e n t   a t m o s p h e r e   t h a n   i ' m   s o r t   o f   u s e d   t o ,   i n   a   g o o d   w a y .   p r a c t i c e   w a s   f o c u s e d ,   v e r y   e n c o u r a g i n g ,   a n d   h e l p f u l . "   👀 
 

t h e   c e l t i c s '   l u c k   m i g h t   b e   c h a n g i n g . . . 
 
 
 
 c l i c k   t h e   l i n k   f o r   m o r e   o n   t h e   t e a m .   d r o p   y o u r   c e l t i c s   p r e d i c t i o n s   i n   t h e   r e p l i e s . 
 
 s p o r t s   n b a   b a s k e t b a l l   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
  t h e r e   h e   i s   💪 .   e m b r a c i n g   b o s t o n   a n d   t h e   o p p o r t u n i t y   w i t h   t h e   c e l t i c s
  t h e   y e a r   h e   e n t e r e d   t h e   l e a g u e ?   🤣 🤣   w e l c o m e   t o   c e l t i c s   ! ! ☘ ️ ☘ ️
m a l c o l m   b r o g d o n   s h a r e s   i n i t i a l   i m p r e s s i o n s   f o l l o w i n g   f i r s t   g a m e   w i t h   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  t h e   o n l y   9 1   i   r e m e m b e r .     t h e   o t h e r   t h i n g . . . c e l t i c s   h a v e   r e t i r e d   a   l o t   o f   n u m b e r s   i n   f r a n c h i s e   h i s t o r y .     p l u s . . . y o u ' l l   n o t i c e   6   o n   b o t h   e n d s   o f   t h e   c e l t i c s   t r a d e m a r k   p a r q u e t   f l o o r   i n   h o m a g e   o f   b i l l   r u s s e l l   t h i s   s e a s o n .  
t h a t   t i m e   o f   y e a r .   c e l t i c s   h a v e   a   4 t h   y e a r   o p t i o n   o n   p a y t o n   p r i t c h a r d   t h e y ’ l l   a l m o s t   c e r t a i n l y   p i c k   u p   f o r   2 3 - 2 4   ( $ 4 . 0 m ) .  
m a r c u s   s m a r t   o n   u d o k a   s i t u a t i o n :   w e   d o n ' t   k n o w   a n y t h i n g ,   i t ' s   n o t   m y   b u s i n e s s   a n d   i   d o n ' t   w a n t   i t   t o   b e   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   o n   u d o k a   s i t u a t i o n :   w e   d o n ' t   k n o w   a n y t h i n g ,   i t ' s   n o t   m y   b u s i n e s s   a n d   i   d o n ' t   w a n t   i t   t o   b e   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s m a r t   s h r u g g e d   a n d   o f f e r e d   h a l f   a   l a u g h   w h e n   i t   w a s   s u g g e s t e d   i t   m i g h t   b e   a   l i t t l e   h a r d   t h a t   b a r n e s   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
o n   m o n d a y   m o r n i n g ,   1 5   d a y s   b e f o r e   t h e   s e a s o n - o p e n e r ,   g r i f f i n   o f f i c i a l l y   s i g n e d   w i t h   t h e   b o s t o n   c e l t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r i f f i n   e x p e r i e n c e d   t h e   w r a t h   o f   t h a t   y o u n g   c o r e   l a s t   s p r i n g   w h e n   h e   a n d   t h e   b r o o k l y n   n e t s   w e r e   s w e p …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   c i t e s   n b a   l e g e n d   a s   r e a s o n   f o r   u n i q u e   c e l t i c s   n u m b e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   j o i n s   ‘ w e l c o m i n g ’   c e l t i c s   l o o k i n g   t o   s e i z e   o p p o r t u n i t y   h e   c o u l d n ’ t   p a s s   u p   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
b l a k e   g r i f f i n   e m b r a c e s   b e n c h   r o l e   w i t h   c e l t i c s ,   w a n t s   t o   ‘ h e l p   t h i s   t e a m   w i n   a   c h a m p i o n s h i p ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   d i s c u s s e s   n e w   r o l e   w i t h   c e l t i c s ,   h i s   j o u r n e y   t o   b o s t o n ,   a n d   p l a y i n g   j o e   m a z z u l l a   i n   c o l l e g e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   t o   m e   o n   c e l t i c s :   “ i t ’ s   a   d i f f e r e n t   a t m o s p h e r e   t h a t   i ’ m   s o r t   o f   u s e d   t o ,   i n   a   g o o d   w a y .   p r a c t i c e   w a s   f o c u s e d ,   v e r y   e n c o u r a g i n g   a n d   h e l p f u l .   y o u   d o n ’ t   t a k e   t h a t   f o r   g r a n t e d ,   b e c a u s e   i t ’ s   n o t   a l w a y s   t h e   c a s e   e v e r y w h e r e   y o u   g o . ” 
 
 f u l l   i n t e r v i e w   t o d a y :    
b o s t o n   c e l t i c s :   i m e   u d o k a   ‘ m a y   n e v e r   a g a i n   b e   a   h e a d   c o a c h   i n   t h e   n b a ’   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m y   1   t a k e   f r o m   m y   c e l t i c s   p r e s e a s o n   g a m e :   j a y s o n   t a t u m ' s   h a i r   i s   b r o w n . . .
c e l t i c s   n o t e b o o k :   g r i f f i n   r e a d y   t o   p l a y   a n y   r o l e   n e c e s s a r y   f o r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
i o n a   p r e p   g r a d   m a t t   r y a n   i n   l a k e r s   c a m p     a r c h n y   c h s a a _ n y c   i o n a p r e p   l a k e r s   c e l t i c s   n b a   n o t r e d a m e
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
.   p u t t i n g   i n   w o r k   w i t h     a t   p r a c t i c e   t o d a y   👀 
 
 c e l t i c s  
( 2 n d   o c t o b e r   2 0 2 2 )   n b a   p r e s e a s o n   b e s t   p l a y s . 
 f u l l   v i d e o   l i n k :   
 
 
 n b a   n b a 2 k 2 3   n b a j a p a n g a m e s 2 0 2 2   3 6 e r s   b o s t o n c e l t i c s   c e l t i c s   h o r n e t s   l a m e l o b a l l   c r a i g r a n d a l l   r a n d a l l  
i m a g i n e   i f   t h i s   h a p p e n e d   👀   c e l t i c s  
i   w r o t e   t h i s   i n   j u l y .   t h i n g s   t a k e   a   t i m e   t o   u n f o l d   👀   c e l t i c s   

h o w   g o o d   w a s   b o b   c o u s y ?   t h e   f a l s e   m e d i a   n a r r a t i v e s   v e r s u s   t h e   r e a l i t y .   h e r e ’ s   w h a t   j . j .   r e d i c k   w i l l   n e v e r   t e l l   y o u   ☘ ️ 🔥   c e l t i c s   b o s t o n   n b a   
 
 🏀    
w i l d e s t   t h i n g   t h e   c e l t i c s   b r o a d c a s t   d i d ! 😂   
   c e l t i c s   b r o a d c a s t   m a s s a c h u s e t t s  
b l a k e   g r i f f i n   a d m i t s   h e   w a s   p l e a s a n t l y   s u r p r i s e d   w i t h   h o w   w e l c o m e   h e   f e e l s   w i t h   t h e   c e l t i c s .   i   t h i n k   i t ’ s   f a i r   t o   s a y   h e ’ s   e x c i t e d   t o   b e   h e r e  
b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d s   c e l t i c s   p a s t   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h y   b l a k e   g r i f f i n   w a s   ' s u r p r i s e d '   b y   c e l t i c s '   l o c k e r   r o o m   a t m o s p h e r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   e x p l a i n s   w h y   h e   s i g n e d   w i t h   c e l t i c s   d u r i n g   l e n g t h y   f r e e   a g e n c y   p r o c e s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
    “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
" i   t h i n k   h e ' l l   f i t   r i g h t   i n . " 
 
 j o e   m a z z u l l a   t a l k s   a b o u t   t h e   a d d i t i o n   o f   b l a k e   g r i f f i n   t o   t h e   c e l t i c s  
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
    “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
b o s t o n   c e l t i c s   o p e n   t h e i r   p r e s e a s o n   w i t h   a   s t a t e m e n t   w i n   o v e r   h o r n e t s   |   . . .     v i a     
 
 n b a t w i t t e r   b o s t o n c e l t i c s   c e l t i c s   c e l t i c s w i n
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
t h i s   i s   b l a k e   g r i f f i n 
 t h i s   i s   r o y a l t y 
 c e l t i c s   c h i l d i s h g a m b i n o   g o i n g a l l t h e w a y   f i n a l s
" i t ' s   a   d i f f e r e n t   a t m o s p h e r e   t h a n   i ' m   u s e d   t o .   i n   a   g o o d   w a y . " 
 
 b l a k e   g r i f f i n   t a l k s   " w e l c o m i n g "   a t m o s p h e r e   w i t h   t h e   c e l t i c s   a f t e r   h i s   f i r s t   p r a c t i c e   i n   b o s t o n ,   a n d   h i s   f i r s t   i m p r e s s i o n s   o f   j o e   m a z z u l l a   a s   a   h e a d   c o a c h   ☘ ️  
f i n a l l y   g o t   a   c h a n c e   t o   g o   t o   b o s t o n   m i d   n o v e m b e r   a n d   i   f i n d   o u t   t h e   c e l t i c s   a r e n ' t   i n   t o w n   😒   a n y   b o s t o n i a n s   h a v e   a n y   s u g g e s t i o n s   f o r   m u s t   s e e ,   v i s i t ,   o r   e a t   w h i l e   i ' m   t h e r e ?
b o s t o n   c e l t i c s :   r e c e n t   6 x   a l l - s t a r   s i g n i n g   n o t   e x p e c t e d   t o   s t a r t   f o r   c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a s k e d   b l a k e   g r i f f i n   a b o u t   c o n v e r s a t i o n s   a n d   e a r l y   i m p r e s s i o n s   w i t h   h i s   c e l t i c s   t e a m m …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i ' m   s t i l l   c o n f u s e d   a b o u t   h o w   p e o p l e   t h i n k     i s n ' t   t h e   b e s t   p l a y e r   o n   t h e   c e l t i c s   🧐 🧐
b l a k e   g r i f f i n   w i l l   w e a r   n o .   9 1   f o r   t h e   c e l t i c s ,   a s   a   s a l u t e   t o   d e n n i s   r o d m a n .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   w i l l   b e   t h e   f i r s t   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   t o   w e a r   9 1 .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s :   c e l t i c s   s i g n   g r i f f i n 

p o i n t s   o n   t h e   b o a r d   –   n b a   o f f - s e a s o n   d r a m a 
 
 d e n n i s   v e l a s c o   j o i n s   b i g   j o h n   t o   d i s c u s s   i m e   u d o k a   a n d   r o b e r t   s a r v e r ,   a s   w e l l   a s   t h e   r o l e   o f   c o a c h e s   i n   p l a y e r s '   l i v e s . 
 
 s p o r t s a n d p o l i t i c s   f a n t a s y b a s k e t b a l l   n b a   d f s   c e l t i c s   s u n s 
 
  
b l a k e   g r i f f i n   g i v i n g   m e     v i b e s   i n   c e l t i c s   g r e e n  
a l s o   n o t   s u r e   w h a t   t h e   o u t t a   s h a p e   s t u f f   i s   a b o u t . . i   k n o w   d i f f e r e n c e   b e t w e e n   g a m e   s h a p e . a n d   o f f - s e a s o n . . b u t   b l a k e   l o o k s   a s   g o o d   a s   e v e r !   n b a   c e l t i c s
b l a k e   g r i f f i n   r e v e a l s   c e l t i c s   j e r s e y   n u m b e r ,   a n d   h i s   r e a s o n   i s   f a n t a s t i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a i l b a g :   t e a m m a t e s   t h i n k   s a m   h a u s e r   c o u l d   s u r p r i s e   t h i s   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a m a z i n g   c e l t i c s   t a t u m  
w e l c o m e   a b o a r d   b l a k e   g r i f f i n . . .   f i n a l l y   m a d e   i t   t o   t h e   g r e a t   s i d e !   c e l t i c s  
b l a k e   g r i f f i n   s h a r e s   h i s   i n i t i a l   i m p r e s s i o n s   o f   n e w   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a 
 
 g r i f f i n   a l s o   m a d e   i t   a   p o i n t   t o   r e m i n d   h i s   h e a d   c o a c h   a b o u t   w h a t   h a p p e n e d   w h e n   t h e   t w o   s q u a r e d   o f f   a t   t h e   c o l l e g i a t e   l e v e l ,   p l a y i n g   f o r   o k l a h o m a   a n d   w v u ,   r e s p e c t i v e l y . 

t h a t ’ s   a c t u a l l y   t o u g h .   i   l o v e   i t !   c e l t i c s  
l i v e   g a r d e n   r e p o r t :   c e l t i c s   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s p o s t g a m e s h o w   c h a r l o t t e h o r n e t s   c l n s   c l n s c e l t i c s p o s t g a m e   c l n s m e d i a   c l n s p o s t g a m e  
n e w :   b l a k e   g r i f f i n   h a s   b e e n   t a k e n   a b a c k   b y   t h e   w e l c o m i n g   a t m o s p h e r e   a f t e r   s i g n i n g   w i t h   t h e   c e l t i c s   " i t ' s   n o t   a l w a y s   t h e   c a s e   e v e r y w h e r e   y o u   g o . "    
" t h i s   w a s   t h e   k i n d   o f   o p p o r t u n i t y   y o u   c o u l d n ' t   p a s s   u p . " 
 
 b l a k e   g r i f f i n   t a l k s   a b o u t   h i s   d e c i s i o n   t o   s i g n   w i t h   t h e   c e l t i c s   
 
 p r e s e n t e d   b y   y o u r   n e w   e n g l a n d   f o r d   d e a l e r s  
c e l t i c s   n e w s :   t e a m   w i l l   l e t   i m e   u d o k a   p u r s u e   n e w   c o a c h i n g   j o b s 
 
 s o u n d s   l i k e   t h e   t e a m   w o u l d   b e   o k a y   w i t h   r i d d i n g   t h e m s e l v e s   c o m p l e t e l y   o f   u d o k a ?   
 
 d o e s   t h a t   m e a n   t h e y   d o n ' t   t h i n k   m u c h   o f   h i s   r u n   l a s t   s e a s o n ? 
 
 n b a   f a n t a s y b a s k e t b a l l   d f s 
 
  
a   s e l f - a w a r e   b l a k e   g r i f f i n   s a y s   h e   w a n t s   t o   ' f i l l   t h e   g a p s '   t o   h e l p   t h e   c e l t i c s   c h a m p i o n s h i p   p u r s u i t 

g r i f f i n   c h o s e   n u m b e r   9 1   i n   h o n o r   o f   d e n n i s   r o d m a n .   c e l t i c s  
b o s t o n   h a s   a   ‘ d i f f e r e n t   a t m o s p h e r e   t h a n   i ’ m   u s e d   t o , ’   s a y s   n e w e s t   c e l t i c   b l a k e   g r i f f i n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   i s   s o   e x c i t e d   t o   b e   o n   t h e   c e l t i c s   t h a t   h e   f u m b l e d   h i s   w o r d s   a n d   e v e n   m a d e   u p   a   w o r d   d u r i n g   h i s   f i r s t   i n t e r v i e w   w i t h   t h e   m e d i a   a t   c e l t i c s   p r a c t i c e .   l o v e   t o   s e e   i t .
b o s t o n   h a s   a   ' d i f f e r e n t   a t m o s p h e r e   t h a n   i ’ m   u s e d   t o , '   s a y s   n e w e s t   c e l t i c   b l a k e   g r i f f i n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   s i g n   b l a k e   g r i f f i n   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
t h e   c e l t i c s   l o o k e d   t o   i m p r o v e   t h e i r   d e p t h   w i t h   t h e   r e c e n t   s i g n i n g   o f   b l a k e   g r i f f i n ,   a n d   t h i s   s t a t   c o u l d   b e   a   m a j o r   r e a s o n   w h y   t h e   v e t e r a n   f o r w a r d   w a s   b r o u g h t   i n t o   b o s t o n . 
 
   |   n b a   |    
b l a k e   g r i f f i n   i m p r e s s e d   w i t h   c e l t i c s   m a t u r i t y ,   r e a d y   t o   p l a y   w h a t e v e r   r o l e   t e a m   n e e d s   h i m   t o   f i l l  
c e l t i c s   p l a y e r s   k n o w   f e w   d e t a i l s   a b o u t   i m e   u d o k a ’ s   s i t u a t i o n   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
n e w :   b l a k e   g r i f f i n   s a i d   h e   d i d   n o t   e x p e c t   t o   s i g n   w i t h   a n   n b a   t e a m   u n t i l   a f t e r   t r a i n i n g   c a m p .   t h i n g s   c h a n g e d   h o w e v e r   w h e n   t h e   c e l t i c s   c a m e   k n o c k i n g   f o r   t h e   s e c o n d   t i m e   i n   t h r e e   y e a r s  
n e w   e p i s o d e   🚨 🚨 
 
 a p p l e : 
 s p o t i f y : 
 
 🏈 :   p a t r i o t s   s h o w   h e a r t   i n   g b 
 🏀 :   c e l t i c s   p r e s e a s o n   b l o w o u t ,   g r i f f i n   s i g n s   o n 
 🏒 :   n h l b r u i n s   w i t h   p l e n t y   o f   o p t i o n s
a s k e d   b l a k e   g r i f f i n   a b o u t   c o n v e r s a t i o n s   a n d   e a r l y   i m p r e s s i o n s   w i t h   h i s   c e l t i c s   t e a m m a t e s ,   a n d   h e   s a i d   t h e r e ' s   a   g r e a t   m a t u r i t y   i n   t h i s   r o o m .   i t ' s   d i f f e r e n t   t h a n   w h a t   h e ' s   u s e d   t o ,   h e   s a i d .
b l a k e   g r i f f i n   w i l l   w e a r   9 1   w i t h   t h e   c e l t i c s ,   a s   a   t r i b u t e   t o   d e n n i s   r o d m a n .
b l a k e   g r i f f i n   ( )   w i l l   w e a r   n o .   9 1   f o r   t h e   c e l t i c s .   n u m b e r   n e v e r   w o r n   i n   f r a n c h i s e   h i s t o r y .   n b a  
b l a k e   g r i f f i n   w i l l   w e a r   n o .   9 1   f o r   t h e   c e l t i c s ,   a s   a   s a l u t e   t o   d e n n i s   r o d m a n .
b l a k e   g r i f f i n   d o e s n ’ t   l o o k   t o o   b a d   i n   g r e e n   🍀   c e l t i c s  
g o i n g   t o   t a k e   s o m e   t i m e   g e t t i n g   u s e d   t o   t h i s .   c e l t i c s  
5   g a m e s   s e p a r a t e d   t h e   t o p   5   e a s t e r n   c o n f e r e n c e   t e a m s   l a s t   s e a s o n 
 1 -   h e a t     ( 5 3 - 2 9 ) 
 2 -   c e l t i c s     ( 5 1 - 3 1 ) 
 3 -   b u c k s     ( 5 1 - 3 1 ) 
 4 -   7 6 e r s     ( 5 1 - 3 1 ) 
 5 -   r a p t o r s     ( 4 8 - 3 4 ) 
 b u l l s   ( 4 6 - 3 6 )   h a d   a   t o n   o f   i n j u r i e s   
 n e t s   ( 4 4 - 3 8 )   w i l l   a d d   b e n   s i m m o n s 
 h a w k s   ( 4 3 - 3 9 )   h a v e   a d d e d   d .   m u r r a y   
 n b a
w h a t   d o e s   t h e   b o s t o n   c e l t i c s ’   1 3 4 - 9 3   p r e s e a s o n   b l o w o u t   o f   t h e   c h a r l o t t e   h o r n e t s   t e l l   u s   a b o u t   t h e   s e a s o n   t o   c o m e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r i f f i n   o n   c e l t i c s   a t m o s p h e r e :   “ t h e   a m o u n t   o f   m a t u r i t y   a n d   w e l c o m i n g .   i t ’ s   a   d i f f e r e n t   a t m o s p h e r e   t h a t   i ’ m   s o r t   o f   u s e d   t o ,   i n   a   g o o d   w a y .   p r a c t i c e   w a s   f o c u s e d ,   v e r y   e n c o u r a g i n g   a n d   h e l p f u l .   y o u   d o n ’ t   t a k e   t h a t   f o r   g r a n t e d   b e c a u s e   i t ’ s   n o t   a l w a y s   t h e   c a s e   e v e r y w h e r e   y o u   g o ”
e a s t e r n   c o n f e r e n c e   p o w e r   r a n k i n g s : 
 1 -   b u c k s 
 2 -   c e l t i c s 
 3 -   7 6 e r s   
 4 -   c a v a l i e r s   
 5 -   n e t s   
 6 -   h e a t   
 7 -   r a p t o r s   
 8 -   b u l l s 
 9 -   h a w k s   
 1 0 -   h o r n e t s   
 1 1 -   p i s t o n s   
 1 2 -   k n i c k s   
 1 3 -   w i z a r d s   
 1 4 -   p a c e r s   
 1 5 -   m a g i c 
 n b a   n b a p r e s e a s o n
c e l t i c s   m a k e   b l a k e   g r i f f i n   s i g n i n g   o f f i c i a l   v i a   p r e s s   r e l e a s e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   r e v e a l s   h e   w a s   s e c r e t l y   l i s t e n i n g   o n   t h e   p h o n e   w h e n   a n   n b a   g m   w a s   t a l k i n g   a b o u t   h i m   b e f o r e   t h e   2 0 1 6   n b a   d r a f t :   " w e ' r e   w o r r i e d   t h a t   h e   i s   j u s t   t o o   s m a r t . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
i   a l s o   a s k e d   h i m   h i s   i n i t i a l   i m p r e s s i o n s   o f   j o e   m a z z u l l a   a s   a   h e a d   c o a c h . 
 
 g r i f f i n :   “ v e r y ,   v e r y   r e a d y . ”   h e   b r o u g h t   u p   h o w   d e t a i l   o r i e n t e d   m a z z u l l a   i s .   c e l t i c s
b l a k e   g r i f f i n   s a y s   h e ’ s   r e a d y   f o r   a n y   r o l e   t h e   t e a m   n e e d s   h i m   t o   f i l l   a n d   p h y s i c a l l y ,   h e ’ s   p r e p a r e d   f o r   a   h e a v i e r   w o r k l o a d   w h i l e   r o b   w i l l i a m s   i s   o u t ,   i f   t h a t ’ s   t h e   d i r e c t i o n   t h e   c e l t i c s   w a n t   t o   g o .
v e r s a t i l i t y   o n   d i s p l a y   i n   v i c t o r y   o v e r   t h e   c h a r l o t t e   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h a t   d o e s   t h e   b o s t o n   c e l t i c s '   1 3 4 - 9 3   p r e s e a s o n   b l o w o u t   o f   t h e   c h a r l o t t e   h o r n e t s   t e l l   u s   a b o u t   t h e   s e a s o n   t o   c o m e ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   m a k e   b l a k e   g r i f f i n   s i g n i n g   o f f i c i a l   v i a   p r e s s   r e l e a s e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   h a s   a r r i v e d ! 
 
 c e l t i c s 
 
 ( 📸   )  
t h e   b o s t o n   c e l t i c s   r e v e a l   a   n e w   a n d   i m p r o v e d   c o u r t   d e s i g n 🔥 🔥 🔥   c e l t i c s   n b a   n b a t w i t t e r     b i l l r u s s e l l  
b l a k e   i n   g r e e n .   c e l t i c s  
j a y l e n   b r o w n   a n d   m f i o n d u   k a b e n g e l e   w o r k i n g   p i c k - a n d - r o l l   f o l l o w i n g   c e l t i c s   p r a c t i c e  
j a y l e n   b r o w n   i s   g o n n a   t a k e   o v e r   t h i s   c e l t i c s   s q u a d   t h i s   y e a r .   h i s   1 s t   g a m e   o u t   t h e   g a t e   s h o w s   h e   r e a d y ! 
  
a n a l y s t :   ‘ b o s t o n   c e l t i c s   l o o k   l i k e   p o s t - j a n u a r y   c s   u n d e r   j o e   m a z z u l l a ’   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
g e t   r e a s y   f a s t .     b i t c o i n   c r y p t o   r e d s o x   c e l t i c s   n u g g e t s   c u b s   4 9 e r s   w a r r i o r s   d o d g e r s   y a n k e e s   m e t s   g i a n t s   m a r i n e r s   t w i n s   t i g e r s   b r e w e r s   g r e e n b a y p a c k e r s   m e s s i   r o n a l d o   m a n c h e s t e r u n i t e d   m a n c h e s t e r c i t y   l e e d s u n i t e d   b a r c e l o n a   t r u m p
w e l c o m e   t o   b o s t o n ,     g r i f f i n   ☘ ️   📝   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  h e   w a s   g o o d   a t   o n e   t i m e   b u t   h e ’ s   b e e n   o n   s o   m a n y   t e a m s   . .   j u s t   n o t   s u r e   w h a t   h e ’ s   g o t   l e f t ! !     b u t . .   w e   a b o u t   t o   s e e .   😆 💚 💚 💚     c e l t i c s
m a r c u s   s m a r t :   ' w e   d o n ' t   k n o w   a n y t h i n g '   a b o u t   i m e   u d o k a   s i t u a t i o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
p a u l   p i e r c e   a l m o s t   l e f t   t h e   b o s t o n   c e l t i c s   t o   t e a m   u p   w i t h   d i r k   n o w i t z k i   j u s t   o n e   y e a r   b e f o r e   t h e y   w o n   t h e   c h a m p i o n s h i p :   " i ' m   y o u r   m i s s i n g   p i e c e . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c e l t i c s   h a v e   h a d   n i a   l o n g ,   k h l o e   k a r d a s h i a n   a n d   l a n a   r h o a d e s ’   b a b y   d a d d i e s   a l l   i n   t h e   l a s t   2   y e a r s
b l a k e g r i f f i n   t o   t h e   c e l t i c s  
n b a   r o u n d u p :   b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d s   c e l t i c s   p a s t   h o r n e t s 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

n o t   b o s t o n   c e l t i c s   a n d   b r o o k l y n   n e t s   t r a d i n g   a l l   t h e s e   p l a y e r s   a n d   s t a f f   b a c k   a n d   f o r t h   l o l .
r e s t   i n   p e a c e   b i l l   r u s s e l l   -     n b a   n b a f i n a l s   n b a f i n a l s m v p   j e r r y w e s t   l e b r o n j a m e s   l a r r y b i r d   c e l t i c s   b o s t o n   b o s t o n c e l t i c s     b l a c k n e w s   b l a c k p o l i t i c s   b l a c k m e d i a   b l a c k v i e w s
b o y   t h e y   o n   b l a k e   g r i f f i n   a s s   a l r e a d y   😂   c e l t i c s
t h e   c e l t i c s   h a v e   o f f i c i a l l y   s i g n e d   b l a k e   g r i f f i n .   e n   r o u t e   t o   p r a c t i c e   w h e r e   h e   s h o u l d   b e   a v a i l a b l e   f o r   t h e   f i r s t   t i m e .   c o v e r a g e  
c e l t i c s   m a i l b a g :   t e a m m a t e s   t h i n k   s a m   h a u s e r   c o u l d   s u r p r i s e   t h i s   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t w o   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ’ s   2 0   g r e a t e s t   p o w e r   f o r w a r d   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   i s   a   h u g e   m f i o n d u   k a b e n g e l e   g u y   c e l t i c s   🍀   

e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 6   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l a r r y   b i r d .   t h r e e   c o n s e c u t i v e   m v p s .   c e l t i c s    
i t ’ s   t i m e   t o   r i n g   c h a s e   i n   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t a c o j a y _ s u p e r s t a r 🏀 🔥 
 
 🔸 f l o o r   p r i c e   0 , 0 4   $ e t h 
 🔸 p o l y g o n   n e t w o r k 
 🔸 b a s k e t t a r i   n f t   c o l l e c t i o n   a v a i l a b l e   o n   o p e n s e a   
 
 n f t s   n f t c o m m u n i t y   n f t c o l l e c t i o n   n f t d r o p   n f t g i v e a w a y   p f p   b a s k e t b a l l   n b a t w i t t e r   j a y s o n t a t u m   b o s t o n c e l t i c s   c e l t i c s   c e l t i c s n a t i o n 
 

c e l t i c s   l i n e u p   i s   q u i t e   a n   u p g r a d e   f r o m   p a s t   s e a s o n ,   w i t h   t h e   d e p t h   a n d   c h e m i s t r y   b e i n g   m o s t   i m p r e s s i v e .   w e   a r e   i n   f o r   a   s p e c i a l   s e a s o n .   b a n n e r 1 8
h o w   i   f e e l   a f t e r   o u r   f i r s t   p r e s e a s o n   g a m e   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
s p o r t s   d i g e s t :   b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d   c e l t i c s   p a s t   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i c y m i ,   a   d e e p   d i v e   i n t o   w h a t   s t o o d   o u t   f r o m   t h e   c e l t i c s   d r u b b i n g   o f   t h e   h o r n e t s   i n   t h e i r   p r e s e a s o n   o p e n e r . 

c e l t i c s   d i v e 
 g u a r d s -   s m a r t & g t ; w h i t e & g t ; b r o g d o n & g t ; p r i t c h a r d   ( y e s   h e   i s   p a r t   o f   t h e   r o t a t i o n ) 
 w i n g s -   b r o w n   a n d   t a t u m   s e t   i n   s t o n e 
 b i g s -   a l   h o r f o r d & g t ; g r a n t   w i l l i a m s & g t ; b l a k e   g r i f f i n 
 c e l t i c s t a l k   b o s t o n c e l t i c s   c e l t i c s
h o w   m u c h   d i d   j a y l e n   b r o w n ' s   f i t   s e t   h i m   b a c k ?   
 
 c e l t i c s   🏀 
 b o s t o n c e l t i c s   🏟 
 n b a   n b a t w i t t e r   
 

o n   t h e   l a t e s t   e p i s o d e   o f   " i s s u e s   & a m p ;   a n s w e r s " ,   w e   d i s c u s s e d : 
 
 -   t h e   l a t e s t   s c a n d a l s   o f   c e l t i c s   c o a c h   i m e   u d o k a   & a m p ;   n f l   l e g e n d   b r e t t   f a v r e 
 -   a   s p i r i t e d   d i s c u s s i o n   o n   t h e w o m a n k i n g   c o n t r o v e r s y 
 -   a   t r i b u t e   t o   j a z z   l e g e n d   p h a r o a h   s a n d e r s   & a m p ;   h i p h o p   l e g e n d   c o o l i o 

h a p p y   b i r t h d a y   t o   t h e   r o o k     ! !   y o u   s h o w e d   s o m e   g o o d   f l a s h e s   i n   t h a t   f i r s t   p r e - s e a s o n   g a m e ! ! 
 ☘ ️ 🏀   c e l t i c s
v o n l e h   h a d   9   b o a r d s   y e s t e r d a y   i n   1 3   m i n u t e s   f o r   t h e   c e l t i c s . .   i   l i k e   i t  
c o n v e r t   m f i o n d u   k a b e n g e l e   t o   t h e   1 5 - m a n   r o s t e r   a n d   g i v e   t h e   a v a i l a b l e   t w o - w a y   t o   l u k a   s a m a n i c   c e l t i c s   

t w o   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ' s   2 0   g r e a t e s t   p o w e r   f o r w a r d   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j o e   m a z z u l l a   i s   t h e y   t y p e   o f   c o a c h   p l a y e r s   w a n t   t o   p l a y   f o r   🗣 ️ 
 
 w v u   h a i l w v   c e l t i c s  
⚽ | n e w   c e l t i c s   v e r t   2 0 2 2   t a t u m   0 ⃣ 
 a u   p r i x   f o u   d e   2 1 € 
 🛒 
 
 t a t u m  
i n   o t h e r   n e w s ,   m e t s   n o w   + 7 0 0   t o   w i n   w o r l d   s e r i e s   a f t e r   l o s t   w e e k e n d   i n   a t l a n t a .   g i a n t s   1 1 0 - 1   t o   w i n   s u p e r   b o w l   d e s p i t e   y e s t e r d a y ' s   w i n .   c e l t i c s   s t i l l   f a v o r e d   t o   w i n   n b a   t i t l e   d e s p i t e   u d o k a   s c a n d a l .   w a r r i o r s   + 7 0 0   t o   r e p e a t   a s   n b a   c h a m p s   a s   l e g a l i z e d   g a m b l i n g   n e a r s   r e f e r e n d u m
b r o g d o n :   t h e r e ’ s   d e f i n i t e l y   f r e e d o m 
 i n   m y   m i n d   o f   n o t   h a v i n g   t o   b e   t h e   g u y   t h a t ’ s   s c o r i n g   a l l   t h e   p o i n t s .   i   d o n ’ t   h a v e   t h e   b e s t   d e f e n d e r   . . .   o n   m e 
 w h e n   i ’ m   i n   t h e   g a m e   m o s t   o f   t h e   t i m e   n o w   p l a y i n g   o n 
 t h i s   t e a m .   s o   i t   o p e n s   m e   u p   t o   g e t   d o w n h i l l   t o 
 c r e a t e   f o r   e v e r y b o d y .   c e l t i c s  
s u r e .   j o r d a n   h a d   6 3 .   c e l t i c s   w o n .   t h e   r e a l   h e r o e s   t h a t   d a y ?   d a n n y   a i n g e   a n d   j e r r y   s i c h t i n g !   c e l t i c s    
h e y   c o u r t n e y   l e e ,   p a u l   p i e r c e   a n d   t h e   f e l l a s   w a n n a   w i s h   y o u   a   h a p p y   b i r t h d a y !   c e l t i c s 
 
  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 6   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 ;   n b a   s t a n d i n g s   2 0 2 2 ;   n b a   g a m e   t o d a y ;   n b a   s t a n d i n g s   t o d a y 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   h o r n e t s   c e l t i c s   j a z z   r a p t o r s   s p u r s   r o c k e t s   3 6 e r s   s u n s
n o w   i   k n o w   t h e   g a m e   w a s   l a s t   n i g h t   b u t   w e   t o o k   t h a t   d u b   🥳 🥳   c a n ’ t   w a i t   f o r   t h e   a c t u a l   s e a s o n   b u t   p r e s e a s o n   d u b   i s   a m a z i n g   💚   c e l t i c s
t h e r e ' s   d e f i n i t e l y   a   f r e e d o m   i n   m y   m i n d   o f   n o t   h a v i n g   t o   b e   t h e   g u y   t h a t ' s   s c …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h e n   i   l e f t   t h e   g a r d e n   y e s t e r d a y ,   i   w a s   a p p r o a c h e d   b y   a   w o m a n   w h o   f r a n t i c a l l y   a s k e d   m e   i f   b l a k e   g r i f f i n   p l a y e d   i n   t h e   g a m e   o r   n o t .   i   g a v e   h e r   a   q u i c k   “ n o .   p e r h a p s   i n   t h e   n e x t   g a m e   t h o u g h . ”   a n d   e v e r   s i n c e   t h a t   m o m e n t   i   c a n ’ t   h e l p   b u t   w o n d e r   w h o   t h i s   w o m a n   i s   t o   g r i f f i n   c e l t i c s
h o w   m u c h   d i d   j a y l e n   b r o w n ’ s   f i t   s e t   h i m   b a c k ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   m u c h   d i d   j a y l e n   b r o w n ' s   f i t   s e t   h i m   b a c k ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   w h y   h a v e n ’ t   t h a t   w o m a n   b e e n   s u s p e n d e d   🙄 🤦 🏾 ‍ ♂ ️
t h i s   i s   h o w   i   s e e   t h e   c e l t i c s   r o s t e r   a s   o f   t o d a y .   2   o p e n   s p o t s   o n   t h e   r o s t e r .   b e f o r e   r o b ’ s   s u r g e r y   i   f e l t   c o n f i d e n t   t h a t   b o s   w o u l d   k e e p   o n e   r o s t e r   s p o t   o p e n .   n o w   i ’ m   n o t   s u r e — m a y b e   t h a t   k e e p s   v o n l e h   a r o u n d .   j a c k s o n   a n d   l a y m a n   a r e   p r o b a b l y   f i g h t i n g   f o r   t h e   o t h e r   w i n g   s p o t .  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 5   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
u p   n e x t !   n b a   2 k   r e a l i s t i c   r e t r o   g a m e p l a y !   d e r r i c k   r o s e   v s   p a u l   p i e r c e !   b u l l s   v s   c e l t i c s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   7 ,   2 0 2 2   6 : 0 0   p m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   c h i c a g o b u l l s   d e r r i c k r o s e   b o s t o n c e l t i c s   b u l l s v s c e l t i c s   c e l t i c s   b u l l s   p a u l p i e r c e  
h a p p y   b i r t h d a y   t o   a   b a m a   l e g e n d   j d   d a v i s o n   .   i   h o p e   y o u   h a v e   a   g r e a t   d a y   t o d a y .   e v e r y o n e   h e l p   m e   i n   w i s h i n g   h i m   a   v e r y   h a p p y   b i r t h d a y   🎉 🎉 🎉 🎉 🎉   r o l l t i d e   r t r   a l a b a m a   b a m a   b u i l t b y b a m a   w h e r e l e g e n d s a r e m a d e   b a m a f a c t o r   b a m a b o y z   l i k e n o o t h e r   c e l t i c s   🎉 🎉 🎉 🎉 🎉  
  n b a   2 2 7 ' s   y o u t u b e   c h i l i '   m i a m i   c h i l i '   h e a t   h e a t t w i t t e r     s p i c y '     s p i c y '   n b a   m i x !   v s   b o s t o n   c e l t i c s   m a t c h   m i a m i   c e l t i c s    
o n   t h i s   d a y :   c e l t i c s   t r a d e   f o r   j e r r y   s i c h t i n g ;   c o u r t n e y   l e e   b o r n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
⚽ | n e w   c e l t i c s   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   d i n g u e   d e   2 1 € 
 🛒 
 
 2 0 2 2  
j a y l e n   b r o w n   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 2 ) :   2 4   p o i n t s ,   5   r e b o u n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j a y l e n   b r o w n   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 2 ) :   2 4   p o i n t s ,   5   r e b o u n d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
⚽ | n o u v e a u   c e l t i c s   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 
 a u   t a r i f   f o u   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 p l a y o f f n b a  
t h i s   l o o k e d   s o   w e i r d   i   h a d   t o   r e w i n d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
j a l e n   r o s e   o n c e   r o a s t e d   p a u l   p i e r c e   a f t e r   t h e   c e l t i c s   l e g e n d   s a i d   h e   w a s   b e t t e r   t h a n   d w y a n e   w a d e :   " 8   a l l - n b a   t e a m s   t o   y o u r   4 ,   3   a l l - d e f e n s i v e   t e a m s   t o   y o u r   0 ,   a   s c o r i n g   t i t l e ,   a n d   3   r i n g s   t o   y o u r   1 . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
t h i n k   o f   i t   l i k e   t h i s .   a f t e r   t h e   w e e k e n d ,   t h e r e   i s   o n l y   2   d a y s   u n t i l   t h e   c e l t i c s   r e t u r n   r e g u l a r l y   🍀
⚽ | n o u v e a u   c e l t i c s   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 p l a y o f f n b a  
j a y s o n   t a t u m   s u r p r i s e s   f a n s   o n   s t a g e   a t   j a c k   h a r l o w   c o n c e r t   i n   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r a n t   w i l l i a m s   t o o k   a n   e n o r m o u s   l e a p   l a s t   y e a r .   b u t   w a s   i t   e n o u g h   t o   e a r n   a n   e x t e n s i o n   b e f o r e   t h e   s t a r t   o f   t h e   s e a s o n ?   w e   s h a l l   s e e   👀   c e l t i c s  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   s u r p r i s e s   f a n s   o n   s t a g e   a t   j a c k   h a r l o w   c o n c e r t   i n   b o s t o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e p i s o d e   1 8 8   i s   n o w   a v a i l a b l e   . . .   t h e   g o o d   t h i n g s   f r o m   b r o g d o n ,   t h e   s a m e   b a d   h a b i t s   f r o m   s m a r t ,   d w 9   g e t t i n g   m o r e   c o m f o r t a b l e   a n d   m u c h   m o r e 
 
 b o s t o n   b o s t o n c e l t i c s   c e l t i c s   n e w   p o d c a s t  
i c y m i ,   e x a m i n i n g   w h e t h e r   t h e   c e l t i c s   s h o u l d   b r i n g   b a c k   o l d   f r i e n d   j a e   c r o w d e r .   e v e r y t h i n g   f r o m   t h e   s t a t s   t o   t h e   f i n a n c i a l s ,   t h e   f i t ,   a n d   u l t i m a t e l y ,   t h e   v e r d i c t . 

⚽ | n e w   c e l t i c s   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 🛒  
n e w   b l e a v   i n   c e l t i c s   w i t h   m y   g u y     w e   d i s c u s s   t h e   p r e - s e a s o n   t h u s   f a r   b u t   a l s o   g e t   i n t o   b o s t o n ' s   i n t e r e s t   i n   j a e   c r o w d e r   a n d   o p t i o n s   t o   r e u n i t e   h i m .   c a t c h   t h e   f u l l   s h o w .   
 
 
 
    
j a c k   h a r l o w   b r i n g s   o u t   t h e   c e l t i c s .  
b o s t o n   c e l t i c s :   3   l i k e l y   p l a y e r s   t o   b e   c u t   a f t e r   p r e s e a s o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t o p i c   t u e s d a y :   w h a t   s h o u l d   t h e   c e l t i c s   o p e n i n g   n i g h t   s t a r t i n g   5   b e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   c e l t i c s   a n d   w a r r i o r s   a r e   f a v e s   t o   p i c k   u p   t h e   n b a   c h a m p i o n s h i p   t r o p h y   a t     
 
  
7   d a y s   u n t i l   t h e   s t a r t   o f   t h e   n b a   s e a s o n . 
 
 c e l t i c s   b l e e d g r e e n  
j o e   m a z z u l l a   s e t t i n g   t h e   m a r k s   o n   t h e   c o u r t   f o r   s p a c i n g   a n d   p e r h a p s   s o m e   c a t c h - a n d - s h o o t   s i t u a t i o n s   c e l t i c s  
2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
      i n   c o m p a r i s o n   t o   s i m m o n s ,   j a s o n   t a t u m   i c e   i n   v e i n s …   c e l t i c s
t o p i c   t u e s d a y :   w h a t   s h o u l d   t h e   c e l t i c s   o p e n i n g   n i g h t   s t a r t i n g   5   b e ?   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a   f e w   m o r e   l i n k s   t o   t h e   h o o p   t r o o p   p o d c a s t 
 
 y o u t u b e :   
 
 s p o t i f y :   
 
 n b a   b a s k e t b a l l   s p o r t s   p o d c a s t   n b a p o d c a s t   b a s k e t b a l l p o d c a s t   c e l t i c s   w a r r i o r s   i m e u d o k a   d r a y m o n d g r e e n   j o r d a n p o o l e   v i c t o r w e m b a n y a m a   n b a d r a f t l o t t e r y   t a n k i n g
c e l t i c s   s i g n   r o x b u r y   n a t i v e   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o c   r i v e r s   o n   t h e   b i g g e s t   m i s t a k e   t h e   c e l t i c s   m a d e   a f t e r   w i n n i n g   t h e   t i t l e   i n   2 0 0 8 :   " a f t e r   2 0 0 8 ,   w e   s t a r t   g i v i n g   p i e c e s   a w a y ,   t o n y   a l l e n ,   j a m e s   p o s e y . . . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
a n d   t h e n   y o u   h a v e   t o   c o n s i d e r   c u r r e n t   d e p t h   t o   t h i s   p o s i t i o n : 
 - m a r c u s   s m a r t 
 - m a l c o l m   b r o g d o n 
 - d e r r i c k   w h i t e 
 - p a y t o n   p r i t c h a r d   
 - j d   d a v i s o n   ( r o o k i e ,   t w o - w a y ) 
 🤔   
 c e l t i c s
7   d a y s   t i l   c e l t i c s   o p e n i n g   n i g h t ! ! ☘ ️ 🏀  
o n e   w e e k   u n t i l   r e a l   c e l t i c s   b a s k e t b a l l   i s   b a c k !   i   a m   r e a d y   f o r   t h i s   s e a s o n   t o   g e t   s t a r t e d !   b l e e d g r e e n
h o p e   h e ' s   n o t   r e l a t e d   t o   m i k e   h a r l o w ! 
 
 w i n k   a n d   n o d   t o   m y   f e l l o w   o l d   t i m e   c e l t i c s   f a n s . .  
h a p p y   b i r t h d a y   i n   h e a v e n   t o   b o b   d o n h a m .   c e l t i c s  
c e l t i c s   s i g n   r o x b u r y   n a t i v e   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t  
b o s t o n   c e l t i c s :   f o r m e r   d r a f t   l o t t e r y   b i g   m a n   h a s   e y e s   s e t   o n   r o s t e r   s p o t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   p r e s e a s o n   r e c a p   +   d r a y m o n d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s   c l n s m e d i a   c l n s p o s t g a m e   d r a y m o n d g r e e n   d r a y m o n d g r e e n f i g h t   d r a y m o n d g r e e n j o r d a n p o o l e   d r a y m o n d g r e e n j o r d a n p o o l e f i g h t v i d e o  
t h e   r a c e   f o r   t h e   s i x t h   m a n   o f   t h e   y e a r   a w a r d   n e x t   s e a s o n   w i l l   b e   v e r y   e x c i t i n g   💯 
 
 t y l e r   h e r r o 
 c h r i s t i a n   w o o d 
 j o r d a n   p o o l e 
 m a l c o l m   b r o g d o n 
 b o n e s   h y l a n d 
 
 w h o   d o   y o u   t h i n k   w i l l   w i n   i t ? 
 
 h e a t   m a v s   w a r r i o r s   c e l t i c s   n u g g e t s   n b a  
n h l b r u i n s   s t a r t   t o m o r r o w   a n d   t h e   c e l t i c s   s t a r t   o n e   w e e k   f r o m   t o d a y   🙌 🙌 🙌 🙌   e n j o y   y o u r   t u e s d a y   e v e r y o n e
w h a t   k i n d   o f   h e a d   c o a c h   w i l l   j o e   m a z z u l l a   b e   o n   t h e   c o u r t   f o r   t h e   b o s t o n   c e l t i c s   i n   2 0 2 2 - 2 3 ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c o n g r a t s     o n   s i g n i n g   w i t h   c e l t i c s .   l e t ’ s   g o   c e l t i c s   p c b b
t h e   f a c t   t h e   c e l t i c s   h a v e n ’ t   p i c k e d   h i m   u p   t o   l e a d   t h e   2 n d   g r o u p   k i n d   o f   u p s e t s   m e .   t h e y   p r o b a b l y   s c a r e d   h e   g o n n a   t a k e   g r a n t   w i l l i a m s   m i n u t e s   s m h …  
b o s t o n   s i g n s   a j   r e e v e s   t o   e x h i b i t - 1 0   c o n t r a c t   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
i t   m a k e s   y o u   w o n d e r   w h a t   t h e   p l a y   i s   h e r e   f o r   b r a d .   
 - a j   r e e v e s   w a s   i n   b o s t o n   p r e v i o u s l y   o v e r   t h e   s u m m e r .   
 - c u r r e n t l y   n o   a v a i l a b l e   t w o - w a y s 
 - c o u l d   w e   s e e   m f i o n d u   k a b e n g e l e   g e t   c o n v e r t e d   t o   1 5 - m a n ? 
 - w h y   b r i n g   i n   a   p l a y e r   y o u ’ v e   a l r e a d y   e v a l u a t e d ? 
 r e g a r d l e s s ,   i   l i k e   i t ! 
 c e l t i c s
c e l t i c s ’   r o b e r t   w i l l i a m s   i i i   p r o j e c t e d   a s   n o .   1 1   c e n t e r   i n   n b a   f o r   2 0 2 2 - 2 3   b y   s p o r t i n g   n e w s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   r o b e r t   w i l l i a m s   i i i   p r o j e c t e d   a s   n o .   1 1   c e n t e r   i n   n b a   f o r   2 0 2 2 - 2 3   b y   s p o r t i n g   n e w s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   4 x   a l l - s t a r   f r e e   a g e n t   h a s   r e g r e t s   p l a y i n g   f o r   c s   i n   b u b b l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
7   d a y s   u n t i l   c e l t i c s   b a s k e t b a l l   r e t u r n s   🍀  
h o w   d i f f e r e n t   c a n   w e   e x p e c t   i n t e r i m   b o s t o n   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t o   b e   f r o m   i m e   u d o k a ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   d i f f e r e n t   c a n   w e   e x p e c t   i n t e r i m   b o s t o n   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t o   b e   f r o m   i m e   u d o k a ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n   t h i s   d a y :   k e v i n   g a m b l e ,   g e n e   s t u m p   b o r n ;   p a u l   w e s t p h a l   d e b u t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s
o n   t h i s   d a y :   k e v i n   g a m b l e ,   g e n e   s t u m p   b o r n ;   p a u l   w e s t p h a l   d e b u t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
d o c   r i v e r s   r e v e a l s   c e l t i c s ’   o w n e r s h i p s   b i g g e s t   m i s t a k e s   o f   b i g   3   e r a 
 
 
 n b a   b a s k e t b a l l   b a s k e t b a l l d a t a   b a s k e t b a l l a p i   l i v e s c o r e   n b a f i n a l s   n b a d r a f t   c e l t i c s   d o c r i v e r s
c e l t i c s   a l u m   k e n n y   a n d e r s o n   t a l k s   h i s   e c f   r u n s   w i t h   p a u l   p i e r c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   a l u m   k e n n y   a n d e r s o n   t a l k s   h i s   e c f   r u n s   w i t h   p a u l   p i e r c e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i   c a n ’ t   b e l i e v e   o n l y   o n e   w e e k   t i l   i ’ m   h a p p y   w a t c h i n g   m y   c s   a g a i n ! ! ! !   i   a m   s o   e x c i t e d   ! !   😍 ☘ ️   c e l t i c s
t h e   c e l t i c s   h a v e   s i g n e d   a j   r e e v e s   t o   a n   e x h i b i t - 1 0   c o n t r a c t  
d a n n y   a i n g e   d r a f t e d   t h e   b e s t   p l a y e r s   i n   b a c k - t o - b a c k   y e a r s   i n   2 0 1 6   & a m p ;   2 0 1 7 ,   n o w   t h e y ’ r e   p i l l a r s   o f   t h e   f r a n c h i s e   a n d   a s c e n d i n g   c e l t i c s  
j a y s o n   t a t u m   t a k e s   o v e r   t h e   j a c k   h a r l o w   c o n c e r t   w i t h   p a y t o n   p r i t c h a r d   a n d   b l a k e   g r i f f i n   c e l t i c s    
    w o w   t h e s e   o t h e r   t e a m s   a r e   h u n g r y   d i s   y e a r   c e l t i c s   n a t i o n
b o s t o n   c e l t i c s   w a i v e   f o r m e r   k n i c k s   a n d   s p u r s   f o r w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s o m e   t e a m m a t e s   b o n d i n g   l o v e   t h a t   f o r   u s   😎 🫶 🏻 ☘ ️ 🙌 🏻   c e l t i c s  
b o s t o n   c e l t i c s :   a l   h o r f o r d   l a u d s   v e t e r a n   f r e e   a g e n t   a d d i t i o n 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o
b o s t o n   c e l t i c s :   l a s t   l a k e r s   r o s t e r   s p o t   c o u l d   g o   t o   s u m m e r   l e a g u e   h e r o 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o
j a y s o n   t a t u m ,   b l a k e   g r i f f i n   a n d   p a y t o n   p r i t c h a r d   w e r e   a l l   a t   t h e   j a c k   h a r l o w   c o n c e r t   t o n i g h t   a t   m g m   m u s i c   h a l l ,   t h e   n e w   t h e a t e r   a t   f e n w a y   p a r k .   c e l t i c s  
⚽ | n e w   c e l t i c s   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a  
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
g a m e   o n .   c e l t i c s   l a k e r s  
c o n g r a t u l a t i o n s   c e l t i c s  
o n e . w e e k .   ☘ ️   c e l t i c s   o p e n i n g n i g h t  
. :   r e p o r t :   c e l t i c s   s i g n   f o r m e r   p c   f r i a r   a . j .   r e e v e s   t o   e x h i b i t   1 0   d e a l   c e l t i c s   b l e e d g r e e n   p c b b         

c e l t i c s   t o   w a i v e   l u k a   s a m a n i c ,   s i g n   a . j .   r e e v e s   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   d e a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   d e a l   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   b e a u t i f u l   m i s s   t i a n a 
 c e l t i c s   g a m e d a y   b o s t o n  
c e l t i c s   s i g n   a j   r e e v e s   t o   e x h i b i t   1 0   d e a l   n b a   n b a t w i t t e r   c e l t i c s   b l e e d g r e e n
n b a   r u m o r s :   c e l t i c s   s i g n   p r o v i d e n c e   g u a r d   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a z z u l l a :   l u k e   k o r n e t   w a s   a   ' f u l l   g o '   a t   p r a c t i c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   l o v e   t h e   c h i e f s   h o m e   c r o w d .   i t ’ s   l i k e   a   c e l t i c s   h o m e   g a m e .   m n f
w o u l d   y o u   b e l i e v e   m e   i f   i   t o l d   y o u   c e l t i c s   l u k e   k o r n e t   i s   a   p l a y e r ?  
m a z z u l l a :   l u k e   k o r n e t   w a s   a   ‘ f u l l   g o ’   a t   p r a c t i c e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   u n f i n i s h e d   b u s i n e s s .     1 8   a w a i t s .  
w e   l o v e   t o   s e e   i t   g o f r i a r s   b l e e d g r e e n   c e l t i c s  
b o s t o n   c e l t i c s   t o   r e p o r t e d l y   w a i v e   c a m p   i n v i t e e   l u k a   s a m a n i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   t o   r e p o r t e d l y   w a i v e   c a m p   i n v i t e e   l u k a   s a m a n i c   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r e p o r t :   b o s t o n   c e l t i c s   t o   s i g n   r o x b u r y ' s   a j   r e e v e s   t o   c a m p   d e a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
d a n n y   a i n g e   r e a l l y   d r a f t e d   t h e   b e s t   p l a y e r s   i n   b a c k - t o - b a c k   y e a r s   i n   2 0 1 6   a n d   2 0 1 7 ,   s o l i d i f y i n g   t h e   c e l t i c s   f r a n c h i s e   p i l l a r s   f o r   t h e   p r e s e n t   a n d   t h e   f u t u r e 
    
2 0 2 3   n b a   t i t l e   o d d s : 
 
 c e l t i c s :   + 6 0 0 
 b u c k s :   + 6 5 0 
 n e t s :   + 7 0 0 
 c l i p p e r s :   + 7 0 0 
 w a r r i o r s :   + 7 0 0 
 
 c e l t i c s   n b a  
.   9 5   i s   o u t   n o w   w /   _ a d a m s   
 - c e l t i c s ,   m a z z u l l a   l o o k i n g   g o o d   i n   p r e s e a s o n   
 - t h e   u d o k a   s u s p e n s i o n 
 - " i n s t e a d   w e   b e c a m e   e v i l , "   t h e   b l o o d - s o a k e d   s t o r y   o f   s l e i m a n   & a m p ;   w h y   d a r t   t o o k   y e a r s   t r a n s l a t i n g   i t   f r o m   d a n i s h   f o r   a n   a m e r i c a n   a u d i e n c e 
 
 f u l l :  
f o r m e r     g   a j   r e e v e s   h a s   s i g n e d   a n   e x h i b i t - 1 0   w i t h   t h e   b o s t o n   c e l t i c s ,   p e r   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s h o u l d   t h e   c e l t i c s   t r a d e   f o r   j a e   c r o w d e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   p r a c t i c e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b r y a n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b r a d s t e v e n s   c e d r i c m a x w e l l   c e l t i c s h i g h l i g h t s   c e l t i c s l i v e   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r a c t i c e   c e l t i c s p r a c t i c e h i g h l i g h t s   c e l t i c s s h o o t a r o u n d  
c e l t i c s   s h o u l d   h a v e   a   g o o d   c r o w d   f r i d a y   i n   m o n t r e a l .   t i c k e t s   a l l   w e l l   o v e r   $ 1 0 0 .   i   w o n d e r   w h a t ’ s   d r i v i n g   i t   u p ?   
 
 m o n t r e a l   g o t   l o v e   f o r   r a p t o r s   o r   i s   i t   c ’ s   f a n s ?   🤔
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p e l i c a n s   s i g n   f o r m e r   c e l t i c s ,   p a c e r s   a n d   t i m b e r w o l v e s   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     f l   j a g s   t b   r e d s o x   c e l t i c s   n y g   n y y   d o d g e r s   h u s k i e s   u c b   j t   h s u   m s u   s p a r t a n s   u t
c e l t i c s   n o t e b o o k :   k o r n e t   c l o s e   t o   r e t u r n i n g   f r o m   i n j u r y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e g r i f f i n   t h r o w s   p l a y f u l   s h a d e   a t   f o r m e r   n e t s ’   t e a m m a t e s   w h i l e   p r a i s i n g   h i s   n e w   c e l t i c s ’   t e a m m a t e s    
b l a k e g r i f f i n   t h r o w s   p l a y f u l   s h a d e   a t   f o r m e r   n e t s ’   t e a m m a t e s   w h i l e   p r a i s i n g   h i s   n e w   c e l t i c s ’   t e a m m a t e s    
a l   h o r f o r d   b e l i e v e s   c e l t i c s '   c h e m i s t r y   f r o m   l a s t   y e a r ' s   r u n   h a s   ' c a r r i e d   o v e r '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p a y t o n   p r i t c h a r d ' s   b a t t l e   f o r   m i n u t e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a j   r e e v e s   h a s   s i g n e d   a   e x h i b i t - 1 0   d e a l   t h e   t h e   b o s t o n   c e l t i c s !   h e   r e c e n t l y   t r a v e l e d   w i t h   t h e   c e l t i c s   t o   p l a y   o n   t h e i r   s u m m e r   l e a g u e   r o s t e r .   c o n g r a t s   a j ! 
 
 g o f r i a r s   c e l t i c s  
        d i n g   d i n g   d i n g   f o r   a j !     l o c a l   b o s t o n   k i d   g e t t i n g   a   l e g i t   c e l t i c s   c o n t r a c t !     a w e s o m e   n e w s      
k e e p   y o u r   n o t i f i c a t i o n s   o n   👀 
 
 2 0 2 2 - 2 3   c e l t i c s   h y p e   v i d e o   c o m i n g   s o o n …   ☘ ️ 
 
 b l e e d g r e e n   c e l t i c s  
a . j .   c o u l d   b e   i n   l i n e   f o r   t i m e   w i t h   t h e   m a i n e   c e l t i c s   t h i s   s e a s o n .   t h i s   i s   a   d e a l   t h a t ’ s   b e e n   i n   t h e   h o p p e r   f o r   a   f e w   w e e k s :  
s h o u l d   t h e   c e l t i c s   t r a d e   f o r   j a e   c r o w d e r ? 

t h a n k s     f o r   h a n g i n g   o u t   w i t h   u s   a t   t h e     f o o t b a l l   g a m e .   c e l t i c s   b o s t o n c o l l e g e   c l e m s o n  
a l   h o r f o r d   b e l i e v e s   c e l t i c s '   c h e m i s t r y   f r o m   l a s t   y e a r ' s   r u n   h a s   ' c a r r i e d   o v e r '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p a y t o n   p r i t c h a r d ' s   b a t t l e   f o r   m i n u t e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   n o t e b o o k :   k o r n e t   c l o s e   t o   r e t u r n i n g   f r o m   i n j u r y   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
p l e a s e   w e l c o m e     t o   t h e   g t   r o s t e r .   h i s   s i g n a t u r e   l i n e   b e n e f i t s   _   a t h l e t i c s . 
 n b a   c e l t i c s   b o b c a t s   e d u c a t i o n   g t   t h a n k y o u  
s a m   h a u s e r   i s   ‘ l i g h t s   o u t ’ :   c e l t i c s   h a v e   a   s h a r p s h o o t e r   o n   t h e   r i s e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a l   h o r f o r d   b e l i e v e s   c e l t i c s ’   c h e m i s t r y   f r o m   l a s t   y e a r ’ s   r u n   h a s   ‘ c a r r i e d   o v e r ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w a t c h   o u t   n b a ,   s a m   h a u s e r   i s   ' l i g h t s   o u t ! '   ( v i a   )     c e l t i c s   n b a
p a y t o n   p r i t c h a r d ’ s   b a t t l e   f o r   m i n u t e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
g o d   o f   a i r   q u e t z a l c o a t l   m y a n   m y a n c e s t o r s   g o d o f a i r   c e l t i c s   d r u i d i c   a l c h e m y   t w i n f l a m e s   a r t   s p i r i t u a l i t y  
m a n   w h e n   t h e   f u c k   w e   g e t   b l a k e   g r i f f i n ?   c e l t i c s
i m e   u d o k a   s u s p e n d e d   f r o m   c o a c h i n g   c e l t i c s   
 
 i m e u d o k a   n b a   b a s k e t b a l l   c e l t i c s   b o s t o n  
t h e   c e l t i c s   a r e   w a i v i n g   l u k a   s a m a n i c ,   s o u r c e s   t e l l     a t h l e t i c .   s a m a n i c   i s   e x p e c t e d   t …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w e ’ r e   s o o o o   c l o s e   c e l t i c s  
b l a k e   g r i f f i n   m a k e s   h i s   c e l t i c s   d e b u t   i n   p r e s e a s o n   w i n   o v e r   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
p o d c a s t c l i p   o f   e l e v 8   p o d c a s t   b y     w i t h   c j   d i s c u s s i n g   t h e   b r e t t   f a v r e   & a m p ;   i m e   u d o k a   s i t u a t i o n s . 
 
 f u l l   e p i s o d e :   
 
 b r e t t f a v r e ,   b s 3 n e t w o r k ,   b s 3 t v ,   c e l t i c s ,   e l e v a t e ,   e m p o w e r ,   i m e u d o k a ,   n b a ,   n b a t w i t t e r ,   n f l ,   n i a l o n g ,   r o k u ,     w e l f a r e  
    _ c o l l e c t i v e       w h y   h a s n ’ t   a n y o n e   t a k e n   b o s t o n ’ s   j a y l e n   b r o w n   t o   t a s k   f o r   h i s   c o l l e a g u e   a n d   a s s o c i a t e   ’ s   r e c e n t   a n t i - s e m i t i c   d e a t h   t h r e a t s ?   
 
 d o e s   j a y l e n   b r o w n   c o n d o n e   t h i s   h a t e   o r   w i l l   h e   i s s u e   a   s t a t e m e n t   c o n d e m n i n g   i t ?   h a t e c r i m e   a n t i s e m i t i s m   b l m   c e l t i c s
n o a h   v o n l e h   t h i s   p r e s e a s o n :   2 3   p t s   2 5   r e b   1 0 / 1 2   f g .   i ’ m   f e e l i n g   g o o d   a b o u t   h i s   c h a n c e   t o   m a k e   t h e   r o s t e r   i f   t h e   c e l t i c s   i n t e n d   t o   f i l l   a l l   1 5   s p o t s   o u t   o f   t r a i n i n g   c a m p .   ⚡ ️   _ a g     :    
w h y   h e a d   c o a c h   j o e m a z z u l l a   w a s   p l e a s e d   w i t h   b l a k e g r i f f i n   i n   h i s   c e l t i c s   d e b u t  
w h y   h e a d   c o a c h   j o e m a z z u l l a   w a s   p l e a s e d   w i t h   b l a k e g r i f f i n   i n   h i s   c e l t i c s   d e b u t  
b o s t o n   c e l t i c s :   a l   h o r f o r d   p o d c a s t :   c e l t i c s   b i g   m a n   o n   b e i n g   b o l d   i n   h i s   f a i t h   -   s p o r t s   s p e c t r u m
f o r m e r   c e l t i c s   h e a d   c o a c h   d o c   r i v e r s   c l a i m s   b o s t o n   l e t   k e y   p i e c e s   g o   t o o   s o o n   a f t e r   2 0 0 8   t i t l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i a   l o n g   s h a r e s   f a m i l y   p h o t o   w i t h   s o n s   w e e k s   a f t e r   f i a n c é   i m e   u d o k a ' s   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 1 0 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   e n c o u r a g e d   w i t h   l u k e   k o r n e t ’ s   r e c o v e r y   f r o m   a n k l e   i n j u r y :   ‘ h a p p y   t o   h a v e   h i m   b a c k ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f o r m e r   c e l t i c s   h e a d   c o a c h   d o c   r i v e r s   c l a i m s   b o s t o n   l e t   k e y   p i e c e s   g o   t o o   s o o n   a f t e r   2 0 0 8   t i t l e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t a c k o   f a l l   r e v e a l s   h i s   f r i e n d s h i p   w i t h   c e l t i c s '   g r a n t   w i l l i a m s   s t a r t e d   w i t h   a   d u n k   a t t e m p t   a t   t h e   2 0 1 9   n b a   c o m b i n e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o o o w w w e e e ‼ ️   t o d a y ’ s   p i c k ’ s ‼ ️   j a y s o n y t a t u m   c e l t i c s   s u p e r s t a r   b a s k e t b a l l c a r d s   p a n i n i   a m a z i n g   o r a n g e p a r a l l e l s   c o l l e c t o r   o o o w w w e e e s p o r t s c a r d s  
o o o w w w e e e ‼ ️   t o d a y ’ s   p i c k ’ s ‼ ️   l a r r y b i r d   c e l t i c s   l e g e n d   h a l l o f f a m e r   3 3   b a s k e t b a l l c a r d s   p a n i n i   c o l l e c t o r   o o o w w w e e e s p o r t s c a r d s  
t a c k o   f a l l   r e v e a l s   h i s   f r i e n d s h i p   w i t h   c e l t i c s ’   g r a n t   w i l l i a m s   s t a r t e d   w i t h   a   d u n k   a t t e m p t   a t   t h e   2 0 1 9   n b a   c o m b i n e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   h a s   ‘ f i t   i n   q u i c k l y ’   t o   t h e   b o s t o n   c e l t i c s ,   a c c o r d i n g   t o   a l   h o r f o r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h e r e   d o   r a p t o r s   r a n k   a m o n g   c e l t i c s '   t o p   c h a l l e n g e r s   i n   e a s t e r n   c o n f e r e n c e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r i g h t   n o w   o n     —   t a l k i n g   c e l t i c s   a n d   “ i n s t e a d   w e   b e c a m e   e v i l ”   w i t h   _ a d a m s   o n   .   g o t   t h e   a u d i o   r i g h t   & a m p ;   f u l l   e p .   9 5   o u t   n o w .   p r e s e a s o n ,   i m e   & a m p ;   d a r t ’ s   a w e s o m e   n e w   b o o k   a b o u t   s l e i m a n  
w h a t   l u k e   k o r n e t ' s   r e t u r n   t o   c e l t i c s   p r a c t i c e   m e a n s   f o r   f r o n t   c o u r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c o u l d   b e   u s   c e l t i c s    
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 1 0 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   i s   l o v i n g   h i m   s o m e   c e l t i c s   w e   b o u t   t o   s e e   s o m e   f l a s h e s   o f   o l d   b l a k e . . .
b l a k e   g r i f f i n   h a s   ' f i t   i n   q u i c k l y '   t o   t h e   b o s t o n   c e l t i c s ,   a c c o r d i n g   t o   a l   h o r f o r d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n b a   2 k 2 2   p a r k   p s 5   -   b i g   c o m e b a c k 
   
 
 n b a   n b a j a p a n g a m e s   n b a t w i t t e r   l e b r o n j a m e s   k o b e b r y a n t   l a k e r s   w a r r i o r s   k n i c k s   c e l t i c s   g r e e c e   n b a 2 k   n b a 2 k 2 2   n b a p r e s e a s o n   n b a   n b a i n a b u d h a b i   n b a y o u n g b o y   f o l l o w   l i k e  
t h e   c e l t i c s   a r e   c o n f i d e n t   w i t h   l u k e   k o r n e t   s t e p p i n g   i n t o   a   l a r g e r   r o l e   w h i l e   r o b   w i l l i a m s   s t a r t s   t h e   s e a s o n   o n   t h e   s i d e l i n e s .   k o r n e t   i s   p o i s e d   a n d   i s   g o i n g   t o   s u r p r i s e   a   l o t   o f   p e o p l e   t h i s   s e a s o n    
n b a   2 k 2 3   ( p s 5 )   r e c   1   -   d r e w   l e a g u e 
   
 
 n b a   n b a 2 k 2 2   n b a 2 k   2 k 2 2   2 k c o m m u n i t y   g a m e r   h i g h l i g h t s   l e b r o n j a m e s   k o b e b r y a n t   h o u s e t a r g a r y e n   ت ش ا و ر ي ة _ ش م ر   a e w   b a s k e t b a l l   l a k e r s   w a r r i o r s   k n i c k s   c e l t i c s  
b o s t o n   c e l t i c s :   a l   h o r f o r d   l a u d s   v e t e r a n   f r e e   a g e n t   a d d i t i o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n j u r y   u p d a t e :   b o s t o n ’ s   l u k e   k o r n e t   ‘ a   f u l l   g o ’   i n   p r a c t i c e   m o n d a y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   a l   h o r f o r d :   b l a k e   g r i f f i n   i s   a l r e a d y   ' o n e   o f   u s '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a l   h o r f o r d   f e e l s   t h e   c e l t i c s   t e a m   c h e m i s t r y   h a s   c a r r i e d   o v e r   f r o m   l a s t   s e a s o n 
 
 p r e s e n t e d   b y    
i ' m   g o i n g   t o   k e e p   t h r o w i n g   t h i s   t r a d e   o u t   t h e r e .   p r i t c h a r d   c o u l d   t u r n   i n t o   a   v e r y   g o o d   p l a y e r   f o r   t h e   p a c e r s   a n d   b r i s e t t   i s   a   g o o d   f i t   f o r   t h e   c e l t i c s   a s   a   s w i t c h a b l e   w i n g / b i g   w h o   c a n   h i t   3 s .   c e l t i c s   p a c e r s  
c e l t i c s   i n j u r y   u p d a t e :   b o s t o n ' s   l u k e   k o r n e t   ' a   f u l l   g o '   i n   p r a c t i c e   m o n d a y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n e w   v i d   d r o p p i n g   a t   4 p m . . .   c e l t i c s  
c u s t o m b o x c u t t e r   f l a v o r   o f   t h e   w e e k !   😜 
 
 h o l o f o i l v i n y l   s t a r w a r s   k o b e   l a k e r s   r a y r a y   c e l t i c s  
j b   v s   p p   s h o r t s   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
t w o   p l a y e r s   i ’ v e   w a n t e d   i n   b o s t o n   s i n c e   t h e   s t a r t   o f   t h e   o f f s e a s o n : 
 - m a t t   r y a n 
 - t r e v i o n   w i l l i a m s 
 i s   i t   s t i l l   p o s s i b l e ?   t o   b e   c o n t i n u e d   👀   
 c e l t i c s  
a l   h o r f o r d   d i s c u s s e s   c e l t i c s   c o m r a d e r y   a n d   w e l c o m i n g   b l a k e   g r i f f i n :   ' h e ' s   o n e   o f   u s   a l r e a d y ' 

a l   h o r f o r d   s a y s   h e   t h i n k s   c e l t i c s   s t r o n g   c h e m i s t r y   f r o m   l a s t   s e a s o n   h a s   c a r r i e d   o v e r   t o   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ h e ’ s   a   g r e a t   g u y   t o   h a v e   a r o u n d ,   h a s   a   l o t   o f …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b i g - m e n   p a r t y   a t   c e l t i c s   p r a c t i c e   t o d a y 💪  
“ l u k e   k o r n e t   ( a n k l e )   w a s   a   f u l l   g o   a t   p r a c t i c e   t o d a y ,   p e …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r c u s s m a r t   m a r c u s   s m a r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
4   p r e s e a s o n   g a m e s   i s   t o o   m a n y .   c e l t i c s
l e t ' s   l o o k   b a c k   a t   t h e   2 0 0 9 - 1 0   e a s t e r n   c o n f e r e n c e   s t a n d i n g s   ( 1 - 8 )   📈 
 
 c a v s :   6 1 - 2 1 
 m a g i c :   5 9 - 2 3 
 h a w k s :   5 3 - 2 9 
 c e l t i c s :   5 0 - 3 2 
 h e a t :   4 7 - 3 5 
 b u c k s :   4 6 - 3 6 
 h o r n e t s :   4 4 - 3 8 
 b u l l s :   4 1 - 4 1 
 
 t h e   c e l t i c s   w e n t   o n   t o   w i n   t h e   c o n f e r e n c e ,   a n d   h a d   a n o t h e r   f i n a l s   t r i p   👏  
j o e   m a z z u l l a   w i t h   s o m e   h a n d s - o n   c o a c h i n g   a t   c e l t i c s   p r a c t i c e   t o d a y  
l u k e   k o r n e t   w h i l e   d i s c u s s i n g   w h a t   h e ’ s   s e e n   f r o m   t h e   c e l t i c s   o f f e n s e   i n   t h e   p r e s e a s o n : 
 
 “ i   f e e l   l i k e   w e   w e r e   p l a y i n g   w i t h   s u c h   g r e a t   p a c e   a n d   e n e r g y   a n d   g e t t i n g   a n   a d v a n t a g e   a n d   k e e p i n g   i t   m o v i n g   u n t i l   w e   g o t   a   g r e a t   s h o t ,   i   l o v e   t o   p l a y   t h a t   w a y … i t ’ s   b e a u t i f u l   b a s k e t b a l l . ”
p u t   i n   t h e   w o r k   n o w   t o   w a t c h   i t   p a y   o f f   l a t e r   c e l t i c s    
p o i n t s   o n   t h e   b o a r d   p o d c a s t !   n b a   e p 
 
 i s   b o s t o n   s t i l l   t h e   b e s t   i n   t h e   e a s t ? 
 m o d e r n   v s .   o l d - s c h o o l   c o a c h e s 
 n b a   s h o u l d n ’ t   f o r c e   t h e   s a l e   o f   t e a m s 
 b r e a k i n g   d o w n   e s p n   t o p   1 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3 
 
 f a n t a s y b a s k e t b a l l   w n b a   c e l t i c s   s u n s   g a m b l i n g 
 
  
a l   h o r f o r d   s a y s   t h e r e ’ s   a   “ b a c k - t o - s c h o o l   f e e l ”   t o   c e l t i c s   t r a i n i n g   c a m p .   
 
 h e   a l s o   s a i d   b l a k e   g r i f f i n ’ s   f i t   r i g h t   i n   w i t h   t h e   g r o u p ,   a n d   t h a t   t h e y   h a d   a   t e a m   d i n n e r   w h i l e   i n   g r e e n s b o r o .   a l s o ,   s o m e   o f   t h e   g u y s   w e n t   t o   t h e   b c - c l e m s o n   g a m e   o n   s a t u r d a y .
m a r c u s   s m a r t   r e a c t s   t o   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a i l b a g :   w i l l   a   g r a n t   w i l l i a m s   c o n t r a c t   e x t e n s i o n   g e t   d o n e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e r r i c k   w h i t e   g e t t i n g   s h o t s   u p   a f t e r   c e l t i c s   p r a c t i c e .   y o u   c a n   s e e   j a y l e n   b r o w n   d o i n g   t h e   s a m e   t h i n g   i n   t h e   b a c k g r o u n d .  
r e g a r d i n g   l u k e   k o r n e t ,   m a z z u l l a   s a i d   h e   w a s   a   f u l l   p a r t i c i p a n t   a t   t o d a y ’ s   c e l t i c s   p r a c t i c e .
j o e   m a z z u l l a   w h i l e   d i s c u s s i n g   t h e   c e l t i c s   t e a m   c h e m i s t r y :   “ w e   h a v e   a   b u n c h   o f   c o m p e t i t i v e   g u y s   t h a t   w a n t   t o   w i n   a n d   t h a t   m a k e s   i t   f u n   t o   c o m e   t o   w o r k . ”
c e l t i c s   b i g   m e n   w o r k i n g   p i c k - a n d - r o l l   p o s t - p r a c t i c e .  
s a m   h a u s e r   n e e d s   t o   b e   t h e   m i k e   m i l l e r   o f   t h e   c e l t i c s   c e l t i c s
m a r c u s   s m a r t   a d m o n i s h e s   d r a y m o n d   g r e e n   f o r   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l a r r y   i s   m y   f a v o r i t e ,   b u t   l e t ’ s   n o t   g e t   i t   t w i s t e d .   b i l l   r u s s e l l   i s   t h e   g r e a t e s t .   c e l t i c s    
j a y l e n   b r o w n   i s   r e a d y   f o r   a n o t h e r   l e a p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h o ’ s   n e x t :   f i v e   n b a   s t a r s   m o s t   l i k e l y   t o   b e   t r a d e d   t h i s   s e a s o n   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

i m e   u d o k a ' s   a l l e g e d   a f f a i r   p a r t n e r   w a s   r e v e a l e d   t o   b e   t h e   w i f e   o f   a   v a l u e d   b o s t o n   c e l t i c s '   c o n s u l t a n t   a n d   h a d   p e r s o n a l   t i e s   w i t h   d a n n y   a i n g e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
🇺 🇸 | n o u v e a u t é   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   h a l l u c i n a n t   d e   2 1 € 
 ➡ 
 
 n b a  
n e v e r   f o r g e t   w h e n   a   c e l t i c   f a n   d i d n ' t   h a v e   a   s c a r f ,   s o   h e   h e l d   u p   h i s   c h i l d   i n s t e a d   f o o t b a l l   f o o t b a l l m a n a g e r   f o o t b a l l s u n d a y   f a n s   c e l t i c f c   c e l t i c s   c e l t i c  
j a y l e n   b r o w n   i s   r e a d y   f o r   a n o t h e r   l e a p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h i s   w e e k . . . 
 
 n e w   e p i s o d e   d r o p p i n g   t o m o r r o w   i n c l u d i n g   a   b r e a k d o w n   o f   t h e   p a t r i o t s   w i n   y e s t e r d a y   a n d   p r e s e a s o n   u p d a t e s   o n   t h e   c e l t i c s   a n d   n h l b r u i n s   a n d   m u c h   m o r e ! 
 
 n e w   g u e s t   f r i d a y   w i t h   a   r e t u r n i n g   g u e s t   w h o ' s   s t o p p i n g   b y   t o   c h a t   a b o u t   t h e i r   f o o t b a l l   c o a c h i n g   t h i s   f a l l !
⚽ | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   f o u   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 n b a e x t r a  
m a i l d a y   😃 
 b o u g h t   c e l t i c s   & a m p ;   h o r n e t s   o n   a n   o b s i d i a n   b r e a k ,   h e r e   i s   w h a t   i   g o t : 
 
 -   t a t u m   b a s e   / 5 0 
 -   t a t u m   t u n n e l   / 7 5 
 -   s c o t t i e   l e w i s   r p a   / 3 5 
 
 t h e h o b b y   w h o d o y o u c o l l e c t   b l e e d g r e e n   c e l t i c s   h o r n e t s  
n e w   j a y l e n   b r o w n   u b u n t u   e d i t   ( g o i n g   t o   b e   a   n e w   s e r i e s )   b r i n g i n g   t h a t   " i   a m   b e c a u s e   w e   a r e ! "   e n e r g y   t o   t h e   c e l t i c s   t h i s   s e a s o n .   c a n ' t   w a i t   t o   s e e   b a n n e r   1 8   ☘ ️   c l i c k   t h a t   🤍   a n d   g i v e   i t   a   r e t w e e t   👀 ☘ ️   t y ! 
 
         j a y l e n b r o w n   u b u n t u   7 u i c e   b l e e d g r e e n  
b o s t o n   c e l t i c s :   l a s t   l a k e r s   r o s t e r   s p o t   c o u l d   g o   t o   c ’ s   s u m m e r   l e a g u e   h e r o   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t o m o r r o w   n i g h t !   o n e   o f   _   b i g g e s t   s h o w s   o f   t h e   s e a s o n !   2 0 2 2 - 2 0 2 3   b o s t o n   c e l t i c s   s e a s o n   p r e v i e w !   w e   w i l l   b e   l i v e   a n d   y o u   d o n ’ t   w a n t   t o   m i s s   o u t !   j o i n   t h e   c o n v e r s a t i o n   a s   w e   p r e d i c t   w h a t   t o   e x p e c t   f r o m   t h i s   y e a r s   s q u a d !   b l e e d g r e e n   n b a
c e l t i c s   m a i l b a g :   w i l l   a   g r a n t   w i l l i a m s   c o n t r a c t   e x t e n s i o n   g e t   d o n e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   a s k e d   _   a   b u r n i n g   q u e s t i o n   o f   m i n e   a n d   h e   a n s w e r e d   i t   i n   h i s   l a t e s t   c o l u m n ,   b e   s u r e   t o   c h e c k   i t   o u t   o n     c e l t i c s   
 
 t h a n k   y o u ,   s i r   🤝  
s o m e   t h o u g h t s   a b o u t   n o a h   v o n l e h   m a k i n g   t h e   c e l t i c s   r o s t e r : 
 - d o e s   h e   m a k e   t h e   r o s t e r   b e c a u s e   h e ’ s   b e e n   a r g u a b l y   o n e   o f   t h e   b e s t   p l a y e r s   i n   p r e s e a s o n ? 
 - i s   h e   a b l e   t o   p l a y   c e n t e r ? 
 - a r e   h i s   f o u l s   t o o   m u c h ? 
 - i s   h e   m o r e   o f   a   4   t h a t   i s   b e i n g   f o r c e d   i n t o   t h e   5 ? 
 
 a l l   l e g i t   ? ’ s   o n   v o n l e h
y o   i ’ m   a t   t h e   b a s k e t b a l l   h a l l   o f   f a m e   !   n b a   c e l t i c s   ☘ ️   m o n d a y m o t i v a t i o n   m a s s a c h u s e t t s  
m f i o n d u   k a b e n g e l e   i s   g o i n g   t o   m a k e   a   s t r o n g   i m p a c t   e a r l y   o n   f o r   t h e   c e l t i c s   u s i n g   t h e   f l e x i b i l i t y   o f   t h e   t w o - w a y   c o n t r a c t   w h i l e   r o b   w i l l i a m s   i s   o u t  
  o n   t h e   p a t r i o t s   & a m p ;   b b ' s   l o v e   f o r   s t e v e n s o n ,   z a p p e ,   j o n e s   a n d   m o r e .     p l u s ,   b l a k e   g r i f f i n   a n d   c e l t i c s ,   b u c k ' s   g a m e s m a n s h i p   a n d   m o r e .     m e s p o r t s     

b o s t o n   c e l t i c s :   b / r   s a y s   p e n c i l   i n   a   g r a n t   w i l l i a m s   e x t e n s i o n   a t   t h i s   p r i c e   p o i n t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   d i s c u s s e s   d r a y m o n d   g r e e n - j o r d a n   p o o l e   f i g h t :   ' i t   h a p p e n s '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   d i s c u s s e s   d r a y m o n d   g r e e n - j o r d a n   p o o l e   f i g h t :   ‘ i t   h a p p e n s ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   g e t s   k e m b a   w a l k e r ’ s   v o t e   o f   a p p r o v a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   g e t s   k e m b a   w a l k e r ' s   v o t e   o f   a p p r o v a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h e   c e l t i c s   c e n t e r   p o s i t i o n   i s   o n c e   a g a i n   i n   q u e s t i o n   d u e   t o   r o b   w i l l i a m s   s t a r t i n g   t h e   s e a s o n   o n   t h e   s i d e l i n e s ,   b u t   l u k e   k o r n e t   i s   p o i s e d   t o   s t e p   i n t o   a   l a r g e r   r o l e   t h i s   s e a s o n    
i s   i m e u d o k a   c a u s i n g   t h e   c e l t i c s   t o   f i n d   a   n e w   t e a m   s e r v i c e   m a n a g e r ? 
 

c ’ e s t   u n   m o r t   d e   f a i m   c e   t y p e   !   i   l o v e   t h i s   g u y   !   c e l t i c s  
h a p p y   b i r t h d a y   r y a n   h o l l i n s !   c e l t i c s 
 
  
h a p p y   b i r t h d a y   k e n n y   b a t t l e !   c o u l d n ’ t   f i n d   a   c l i p   o r   p i c   o r   a n y t h i n g   o f   y o u   w i t h   t h e   g o o d   g u y s ,   s o   h e r e   y o u   a r e   w i t h   t h e   f i g h t i n g   i l l i n i   w h e n   y o u   w e r e   k n o w n   a s   f l i g h t   3 3 :   c e l t i c s 
 
  
l u k e   k o r n e t   t o   h o l d   d o w n   c e n t e r   p o s i t i o n   w i t h   r o b   w i l l i a m s   s i d e l i n e d   f o r   t h e   c e l t i c s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
s p o r t i n g   n e w s   p e g s   b o s t o n   c e l t i c s '   a l   h o r f o r d   a s   n b a ' s   n i n t h - b e s t   p o w e r   f o r w a r d   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
8   d a y s   t i l   c e l t i c s   o p e n i n g   n i g h t ! !   ☘ ️ 
 
 p s   -   l o o k   a t   t h e   l a c k   o f   f a n s   b a c k   i n   1 9 9 6 / 1 9 9 7   😔  
d o   y o u   t h i n k   j a y s o n   t a t u m   a n d   j a y l e n   b r o w n   a r e   t h e   b e s t   p l a y e r s   i n   t h e i r   2 0 1 6   a n d   2 0 1 7   d r a f t   c l a s s e s ?   c e l t i c s    
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   d e a d   m o n e y   f o r   f o u r t h - y e a r   2 2 - y e a r - o l d   b i g   m a n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
y o u   h a v e   t o   r e s p e c t   s a m   h a u s e r ’ s   j o u r n e y   t o   t h e   c e l t i c s   r o t a t i o n  
h o w   w i l l   t h e   b o s t o n   c e l t i c s   u s e   r e s e r v e   p o i n t   g u a r d   m a l c o l m   b r o g d o n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ' i   w a n t   t o   h e l p   ( u s )   w i n '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   w i l l   t h e   b o s t o n   c e l t i c s   u s e   r e s e r v e   p o i n t   g u a r d   m a l c o l m   b r o g d o n ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h e   c e l t i c s   r e a l l y   d r a f t e d   t h e   b e s t   p l a y e r s   i n   b a c k - t o - b a c k   y e a r s  
o n   t h i s   d a y :   m c h a l e ,   k r e k l o w   d e b u t ;   c a r r   s i g n s ;   h o l l i n s ,   b a t t l e   b o r n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i ’ m   v e r y   i n t e r e s t e d   t o   s e e   h o w   m f i o n d u   k a b e n g e l e   i s   u s e d   b y   t h e   c e l t i c s   a t   t h e   b e g i n n i n g   o f   t h e   s e a s o n   u t i l i z i n g   t h e   f u l l   b e n e f i t s   o f   t h e   t w o - w a y   c o n t r a c t
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     f l   j a g s   t b   r e d s o x   c e l t i c s   n y g   n y y   d o d g e r s   h u s k i e s   u c b   j t   h s u   m s u   s p a r t a n s   u t
🇺 🇸 | n e w   c e l t i c s   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 
 a u   t a r i f   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
b o s t o n ' s   j o e   m a z z u l l a   c i t e d   a s   c e l t i c s   b i g g e s t   r e a s o n   t o   h o p e   a h e a d   o f   2 0 2 2 - 2 3   s e a s o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   r e a l   n a m e   c h r i s t o p h e r   ,   s h i z o m m m  
c e l t i c s   t r o p h y   c l u b   c a r d s -   d a z z l e   p a r a l l e l s -   p a u l   p i e r c e -   r a y   a l l e n -   k e v i n   g a r n e t t -   $ 2   e a c h   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
m e   w a i t i n g   f o r   a n o t h e r   c e l t i c s   g a m e   l i k e   🥺  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   s t r u g g l i n g   t o   g a r n e r   n b a   i n t e r e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
g e t   y o u r   h o t   j e r s e y s     n f l j e r s e y s   n f l   n b a j e r s e y s   n b a m o m e n t   n h l j e r s e y s   n h l   m l b j e r s e y s   s o c c e r j e r s e y s   c u s t o m j e r s e y s   k n i c k s   n e t s   c e l t i c s   r a p t o r s   7 6 e r s   p i s t o n s   p a c e r s   c a v a l i e r s   b u c k s   b u l l s   h e a t   m a g i c   w i z a r d s   h a w k s   h o r n e t s   t i m b e r w o l v e s   n u g g e t s   j a z z  
l o v e   t o   s e e   i t ,   w h y   b o s t o n   s p o r t s   i s   s u c h   t h e   c i t y   o f   c h a m p i o n s ,   s u p p o r t i n g   e a c h   o t h e r .   
 
 o n t o b a n n e r 1 8   c e l t i c s   
 
  
b o s t o n ’ s   m a r c u s   s m a r t   t h i n k s   d r a y m o n d   g r e e n   ‘ m a d e   a   m i s t a k e ’   w i t h   t h e   j o r d a n   p o o l e   f i g h t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ' s   m a r c u s   s m a r t   t h i n k s   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   w i t h   t h e   j o r d a n   p o o l e   f i g h t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r a p t o r s   n o t   c o n c e r n e d   a b o u t   p r e s e a s o n   s h o o t i n g   w o e s   f o l l o w i n g   l o s s   t o   b u l l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e r e ' s   w h a t   m a r c u s   s m a r t   s a i d   a b o u t   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l a r r y   b i r d ,   b o s t o n   c e l t i c s ,   2 0 2 0 - 2 1   p r i z m   g a m e   w o r n   s e n s a t i o n a l   s w a t c h   s s w - l a b   🇬     t h e h o b b y   w h o d o y o u c o l l e c t   b a s k e t b a l l c a r d s   s p o r t c a r d s   t r a d i n g c a r d s   n b a   c e l t i c s
a n   a g i t a t o r   h i m s e l f ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   w a r r i o r s '   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e r e ' s   w h a t   m a r c u s   s m a r t   s a i d   a b o u t   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n j u r y   u p d a t e :   l u k e   k o r n e t   ‘   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i n g   i n   n o n - c o n t a c t   d r i l l s ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
‘ t h i s   i s   a   g r e a t   o p p o r t u n i t y , ’   s a y s   c e l t i c s ’   n o a h   v o n l e h   o f   h i s   s h o t   a t   m a k i n g   b o s t o n ’ s   r o s t e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
v i n t a g e   b o s t o n   m a s s   s t a t e   h o u s e   m a s s a c h u s e t t s   n e w   e n g l a n d   u s a   t r a v e l   p e n n a n t       a n t i q u e   w a l l d e c o r   v i n t a g e e t s y   n f l   m i t   f e l t p e n n a n t   n e w e n g l a n d   b o s t o n   m l b   r e d s o x     d i r t y w a t e r   n h l b r u i n s   p a t r i o t s   c e l t i c s   u s a   f o r e v e r n e   a n t i q u e s   h a r v a r d   u m a s s
v i n t a g e   ' s a l i s b u r y   b e a c h ,   m a s s . '   m a s s a c h u s e t t s   u s a   s o u v e n i r   t r a v e l   p e n n a n t       a n t i q u e   w a l l d e c o r   v i n t a g e e t s y   u s a   p a t s f o o t b a l l     a l l a b o u t 1 8   f e l t p e n n a n t   v i n t a g e   n e w e n g l a n d   b o s t o n   r e d s o x   n h l b r u i n s   p a t r i o t s   n f l   c e l t i c s   m i t   s a l i s b u r y   u m a s s
c e l t i c s   i n j u r y   u p d a t e :   l u k e   k o r n e t   '   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i n g   i n   n o n - c o n t a c t   d r i l l s '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t i m e l o r d ,   h o r f o r d ,   v o n l e h ,   g r a n t ,   k o r n e t   & a m p ;   f i   w i l l   b e   p r o b a b l y   t h e   b e s t   b i g   m a n   t a n d e m   i n   t h e   l e a g u e !   c e l t i c s
n e w   v i d e o : 
 
 🔥 s i c k   t o p   r o o k i e   r p a !   p a t c h   a u t o s ,   s s p s ,   a u t o s ,   a n d   m o r e !   l o c a l   c a r d   s h o w   p i c k u p s 
 
 
 t r a d i n g c a r d s   c e l t i c s   s p o r t s c a r d s   s p o r t s   n b a   p a n i n i   n b a c a r d s   b a s k e t b a l l   b a s k e t b a l l c a r d s       w h o d o y o u c o l l e c t       c o l l e c t w h a t y o u l i k e   f a n a t i c s   l e b r o n
l a u b u r u   b a s q u e   c r o s s   a   s y m b o l   o f   c u l t u r e   a n d   i d e n t i t y .   e g u z k i ,   t h e   s u n   i n   b a s q u e ,   b r i n g s   e n e r g y   a n d   a   w a y   t o   m a r k   t i m e . 
 b a s q u e   c u l t u r e   c r o s s   c e l t i c s   c e l t i c   s y m b o l i s m   b a s q u e c u l t u r e   e u s k a r a  
m a r c u s   s m a r t   w a s   o n e   o f   m a n y   p l a y e r s   t h a t   w e i g h e d   i n   o n   t h e   i n c i d e n t .   w h i l e   s a y i n g   t h a t   t h i n g s   l i k e   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ o b v i o u s l y   y o u   w i s h   i t   d i d n ’ t   c o m e   o u t   l i k e   i t   d i d .   i   t h i n k   t h a t ’ s   s o m e t h i n g   t h e   w a r r i o r s   s h o u …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s e a s o n   1 .   c e l t i c s     r o o k i e j b  
a n   a g i t a t o r   h i m s e l f ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   w a r r i o r s '   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e p .   a y a n n a   p r e s s l e y   o n   j a y l e n   b r o w n ’ s   l e a d e r s h i p   i n   b o s t o n   a n d   b e y o n d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s ’   m a r c u s   s m a r t   o n   d r a y m o n d   g r e e n   i n c i d e n t :   ‘ h e   m a d e   a   m i s t a k e …   a s   a   l e a d e r ,   y o u   c a n ’ t   d o   t h a t ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l u k e   k o r n e t   r e t u r n s   t o   p r a c t i c e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  w h y   t h o   h e   a i n ’ t   g o n n a   d o   s h i t   f o r   u s   f r   c e l t i c s     b o s t o n
a l   h o r f o r d   w a s   i n   t h e   h o u s e   a t   g i l l e t t e   s t a d i u m   f o r   t h e   p a t r i o t s   g a m e .   y o u ’ l l   s e e   p l e n t y   o f   p a t r i o t s   p l a y e r s   a t   t h e   t d   g a r d e n   t h i s   s e a s o n   a s   w e l l   c e l t i c s  
v o n l e h :   ‘ i ’ m   j u s t   g o i n g   t o   t r y   t o   g o   i n   e v e r y   d a y   a n d   b e   c o n s i s t e n t ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a s k   t h e   b o s t o n   c e l t i c s   h o w   t h a t   g o .   m a t t e r   o f   f a c t ,   t h e   h u s b a n d   & a m p ;   t h e   w i f e   w o r k e d   a t   t h e   s a m e   p l a c e   a n d   s h e   * s t i l l *   c h e a t e d . 
 s o   w h a t   w u d   b e   t h e   c a s e   i f   t h e y   w o r k e d   m i l e s   a p a r t ? 
 
 l i s t e n . . .
n o a h   v o n l e h   i s   t h e   o b v i o u s   c h o i c e   t o   m a k e   t h e   c e l t i c s   r o s t e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   i s   t h e   o b v i o u s   c h o i c e   t o   m a k e   t h e   c e l t i c s   r o s t e r   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n o t e   t o     t h a t ’ s   h o w   y o u   h a n d l e   t e a m   r e l a t e d   d r a m a   “ i n - h o u s e ” .   n b a   w a r r i o r s   d r a y m o n d g r e e n   s p o r t s   b a s k e t b a l l   c e l t i c s  
w h o   b o s t o n   c e l t i c s   f a n s   w a n t   t a k i n g   t h e   l a s t   s h o t . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b s m o o t h   b o s t o n c e l t i c s   c e l t i c s c o r n e r   e a s t e r n c o n f e r e n c e  
' t h i s   i s   a   g r e a t   o p p o r t u n i t y , '   s a y s   c e l t i c s '   n o a h   v o n l e h   o f   h i s   s h o t   a t   m a k i n g   b o s t o n ' s   r o s t e r   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a l   h o r f o r d   i n   t h e   h o u s e     c e l t i c s  
a l   h o r f o r d   i n   t h e   h o u s e   a t   g i l l e t t e .   j u s t   r e c e i v e d   a   n i c e   o v a t i o n   f r o m   t h e   p a t r i o t s   f a i t h f u l   a f t e r   a p p e a r i n g   o n   t h e   v i d e o   b o a r d .   c e l t i c s   n f l
a l   h o r f o r d   i n   f o x b o r o   t o d a y .   s t a n d s   u p   a n d   a c k n o w l e d g e s   t h e   c r o w d .     p a t r i o t s   f o r e v e r n e   c e l t i c s   b l e e d g r e e n
b o s t o n   c e l t i c s :   c & a m p ; c   w a n t s   f o r m e r   r o t a t i o n   b i g   m a n   b a c k   i n   b o s t o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   o n   d r a y m o n d   g r e e n   v i d e o :   ' a s   a   l e a d e r ,   y o u   c a n ' t   d o   t h a t '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l u k e   k o r n e t   r e t u r n s   t o   c e l t i c s   p r a c t i c e   a f t e r   s p r a i n   f o r   n o n - c o n t a c t   d r i l l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a t c h :   j u s t i n   j a c k s o n   h a s   b i g   b l o c k   o n   f o r m e r   d u k e   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   a p p a r e n t l y   t h r o w s   s h a d e   a t   n e t s   w h i l e   p r a i s i n g   c e l t i c s '   l o c k e r   r o o m   v i b e s :   " d i f f e r e n t   a t m o s p h e r e   t h a n   i ' m   u s e d   t o ,   i n   a   g o o d   w a y . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
n e w   e p i s o d e / l i n k   i n   b i o :   m i k e y   d o m a g a l a ,   o w n e r / f o u n d e r   o f     & a m p ;   _ b u z z   w i t h   a   s e a s o n   p r e v i e w ,   a   l o o k   b a c k   o n   l a s t   y e a r   +   a   m o m e n t   o n   a a r o n   j u d g e ' s   c h a s e   t o   6 2 .   n b a b u z z     m i k e y d o m a g a l a   n e t s   k n i c k s   c e l t i c s   u d o k a   j u d g e   l a k e r s   y a n k e e s   w h a t s u p o d c a s t  
⚽ | n e w   c e l t i c s   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   f o u   d e   2 1 € 
 🛒  
f o r   t h o s e   o f   y o u   w h o   t h i n k   l u k e   k o r n e t   c a n ’ t   p l a y   d e f e n s e .   h e r e   h e   i s   a g a i n s t   a n t h o n y   d a v i s   a n d   d e f e n d e d   t h e   r i m   w i t h   h i s   l i f e .   w h a t   e l s e   d o   y o u   n e e d   t o   s e e ?   c e l t i c s 
  
[ p r e v i e w   2 0 2 2 - 2 3 ]   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a b a u t r e t   a l l   a n g e l e s   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t   b a s k e t b a l l   b l o c k   b o s t o n c e l t i c s   b r y a n t   b u l l s   c a r m e l o   c h i c a g o   c h r i s   c l i p p e r s   c o n t r e   c u r r y   d a v i s   d u f a n t   d u n k   d u r a n t   e a s t e r n c o n f e r e n c e  
m a r c u s   s m a r t   o n   t h e   d r a y m o n d   p u n c h .   s a y s   g r e e n   m a d e   a   m i s t a k e   a s   a   l e a d e r   a n d   w a r r i o …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🍀 c e l t i c s   p r a c t i c e   t o d a y   a t   t h e   a u e r b a c h c e n t e r   a h e a d   o f   t h e   t e a m ’ s   f i n a l   p r e - s e a s o n   g a m e   f r i d a y 🍀   w c v b   c e l t i c s  
f o u r   o f   b o s t o n ’ s   b e s t   b a s k e t b a l l   p l a y e r s   g o t   t o g e t h e r   a t   a   t a i l g a t e   b e f o r e   t h e   b o s t o n c o l l e g e   v s   c l e m s o n   f o o t b a l l   g a m e !   c e l t i c s   f o r b o s t o n   o f b o s t o n  
l u k e   k o r n e t   ( a n k l e )   w a s   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o c   r i v e r s   r e v e a l s   s i x e r s   s t a r t e r s   w i l l   p l a y   i n   f i n a l   2   p r e s e a s o n   g a m e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   l a b   1 4 6 :   c a t c h i n g   u p   w i t h   t a c k o   f a l l   o n   h i s   n e w   b o o k ,   t h e   c b a ,   a n d   t i e s   t o   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 9 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 9 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   l a b   1 4 6 :   c a t c h i n g   u p   w i t h   t a c k o   f a l l   o n   h i s   n e w   b o o k ,   t h e   c b a ,   a n d   t i e s   t o   t h e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w :   w h y   y o u   s h o u l d   t a k e   t h e   o v e r   o n   n e t s '   s t a r s   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

⚽ | n e w   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 t a t u m  
i f   t h e   c e l t i c s   w i n   t h e   2 0 2 3   n b a   c h a m p i o n s h i p ,   t h e s e   w i l l   b e   t h e   r e a s o n s   w h y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e w   v i d e o   i s   o u t   n o w   ☘ ️ w h o   b o s t o n   c e l t i c s   f a n s   w a n t   t a k i n g   t h e   l a s t   s h o t . . .   c e l t i c s 
 l i n k :    
j a y l e n   b r o w n   c h a l l e n g e s   j a y s o n   t a t u m   t o   b e   a   m o r e   v o c a l   l e a d e r   t h i s   s e a s o n   f o r   t h e   c e l t i c s   t o   ' c o r r e c t   t h e   s h i p ' :   " w e ' r e   g o n n a   n e e d   h i m   t o   s p e a k   m o r e "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
t h i s   g u y … .   a s   i   s t a r t e d   t o   b e   a   c e l t i c s   f a n   h e   d i e d .     s o   m a n y   “ c o u l d   h a v e   b e e n ”   q u e s t i o n s .       s o   s a d .  
n o a h   v o n l e h   o n   w h a t ’ s   n e x t   a f t e r   h i s   d o u b l e - d o u b l e   f r i d a y   n i g h t : 
 
 “ i   c a m e   i n   w i t h   t h e   r i g h t   m i n d s e t   a n d   i ’ m   j u s t   t a k i n g   i t   d a y   b y   d a y . ” 
 
 c e l t i c s
p e r   j o e   m a z z u l l a ,   l u k e   k o r n e t   ( a n k l e )   w a s   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i n g   i n   n o n - c o n t a c t   d r i l l s . 
 
 n b a   b l e e d g r e e n   c e l t i c s   n b a t w i t t e r   n b a p r e s e a s o n
w h y   c e l t i c s   a l l - s t a r   j a y s o n t a t u m   s a y s   h e ’ s   n o t   w o r r i e d   a b o u t   h i s   p r e s e a s o n   s h o o t i n g   s t r u g g l e s  
w h y   c e l t i c s   a l l - s t a r   j a y s o n t a t u m   s a y s   h e ’ s   n o t   w o r r i e d   a b o u t   h i s   p r e s e a s o n   s h o o t i n g   s t r u g g l e s  
j o e   m a z z u l l a   c o a c h e s   i n   h i s   f i r s t   c a r e e r   r e g u l a r   s e a s o n   g a m e   a s   a   h e a d   c o a c h   i n   9   d a y s   w h e n   t h e   c e l t i c s   h o s t   t h e   7 6 e r s   a t   t h e   t d   g a r d e n .   m y   e m o t i o n s   o f   h a v i n g   c e l t i c s   b a s k e t b a l l   b a c k   a r e   t h r o u g h   t h e   r o o f 🍀    
b o b   r y a n   ☘ ️   t e l l s   m i c h a e l   c o o p e r   a   h i l a r i o u s   r i c k   m a h o r n   s t o r y .   
 
 f u l l   e p i s o d e   w   
   & a m p ;   c o o p ,   s u b s c r i b e   t o     p o d c a s t   🎙 
 
 🎧   a p p l e -   
 
 🎧   s p o t i f y -   
 l a k e s h o w   l a k e r s   c e l t i c s   p i s t o n s  
m a s t e r   o f   c l a s s i c   r o c k   ! 
 r o b e r t   j o n   l i v e   i n   f r a n c e   ( + w e i r d   i t w ) 
 
 
 
 u s a   c l a s s i c r o c k   c e l t i c s   u t a h j a z z     w a r r i o r s n a t i o n   h e a t   l a k e r s n a t i o n   c l i p p e r s   o k c   n u g g e t s   k n i c k s   n e t s   p i s t o n s   b u l l s n a t i o n   s i x e r s   r a m s   g i a n t s   p a c e r s   s p u r s f a m i l y
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   b o s t o n   c e l t i c s   a r e   r i d i c u l o u s l y   g o o d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e p t h   s h i n e s   i n   p r e s e a s o n   w i n :   1 0   t a k e a w a y s   f r o m   c e l t i c s - h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e y     !   w h a t   b a s k e t b a l l   p l a y e r   w o u l d   b e   a   g r e a t   s p o k e s p e r s o n   f o r   a u t u m n ? …   t a c k o   f a l l .     b l e e d g r e e n   b o s t o n   c e l t i c s   f a l l   a u t u m n   t a c o s
r a n   i n t o   m y   f r i e n d s   d o n n a   & a m p ;   r e g i n a   l e w i s   l a s t   n i g h t   a t   t h e   2 0 2 2     h o n o r s   e v e n t …   r e g g i e   l e w i s ’   w i f e   & a m p ;   d a u g h t e r !   t h e y   a r e   a l s o   t w o   o f   t h e   w o r l d s   m o s t   b e a u t i f u l   p e o p l e   o n   t h e   p l a n e t .   i   e n j o y   b o t h   t h e i r   s m i l e s   a   w h o l e   l o t   🙂   c e l t i c s   r e g g i e l e w i s     b o s t o n a r t s a c a d e m y  
h a p p y   n a t i o n a l m o t o r c y c l e r i d e d a y !   c e l t i c s   
 
  
t h e   o w n e r " s   w i f e ! !   t h e   s t o r y   o f   i m e   u d o k a   a n d   h i s   i n f i d e l i t y   g e t s   b e t t e r   a s   r u m o r s   o f   h i s   c h e a t i n g   w i t h   t h e   w i f e   o f   t h e   m i n o r i t y   o w n e r   o f   t h e   .     g i v e s   u s   a   l o o k   a n d   t h e   e p i s o d e   t h a t   b r o k e   i t .   n b a   c e l t i c s   

d e p t h   s h i n e s   i n   p r e s e a s o n   w i n :   1 0   t a k e a w a y s   f r o m   c e l t i c s - h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
9   d a y s   t i l   c e l t i c s   o p e n i n g   n i g h t ! !   ☘ ️ 🏀  
t h e   o w n e r " s   w i f e ! !   t h e   s t o r y   o f   i m e   u d o k a   a n d   h i s   i n f i d e l i t y   g e t s   b e t t e r   a s   r u m o r s   o f   h i s   c h e a t i n g   w i t h   t h e   w i f e   o f   t h e   m i n o r i t y   o w n e r   o f   t h e   .     g i v e s   u s   a   l o o k   a n d   t h e   e p i s o d e   t h a t   b r o k e   i t .   n b a   c e l t i c s   

  k e i t h   w a t c h e s   s o c c e r .   n a m e   a   b e t t e r   n b a   r e p   c e l t i c s   l e e d s
9   d a y s   u n t i l   t h e   c e l t i c s   a r e   b a c k   f o r   r e a l 🍀  
s a m   h a u s e r ’ s   q u i c k   r e l e a s e   i s   g a m e   c h a n g i n g   c e l t i c s 
  
s o r r y .   w h e n   i   t h i n k   o f   b i l l   w a l k e r ,   a l l   i   c a n   t h i n k   o f   i s   t h i s :   c e l t i c s    
b o s t o n   c e l t i c s :   3   r e a s o n s   b l a k e   g r i f f i n   i s   a   f a n t a s t i c   s i g n i n g   ( h a r d w o o d   h o u d i n i ) 
 
 a f t e r   t h e   r e c e n t l y   s i g n e d   d a n i l o   g a l l i n a r i   w e n t   d o w n   w i t h   a   t o r n   a c l   b e f o r e   p l a y i n g   a   s i n g l e . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
h a p p y   b i r t h d a y   h e n r y   w a l k e r !   y o u   m a y   k n o w   h i m   a s   b i l l .   c e l t i c s 
 
  
🇺 🇸 | n e w   c e l t i c s   v e r t   2 0 2 2   t a t u m   0 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
y o u   c a n   s e e   w h a t   a   t i g h t   k n i t   g r o u p   t h e   c e l t i c s   a r e   w i t h   t h i s   b e n c h   r e a c t i o n   t o   j u s t i n   j a c k s o n ’ s   m a s s i v e   b l o c k .   j d   d a v i s o n   i s   a   r o o k i e .   t h i s   i s   a w e s o m e   🍀  
9   d a y s   c e l t i c s  
b o s t o n   c e l t i c s :   3   r e a s o n s   b l a k e   g r i f f i n   i s   a   f a n t a s t i c   s i g n i n g   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
a n d   t o   b e   c l e a r ,   n o   k e n n y   a n d e r s o n ,   n o   e c f .   c e l t i c s    
w i l l   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   b r i n g   o u t   t h e   b e s t   o f   j a y l e n   b r o w n   a n d   j a y s o n   t a t u m ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h e n   i m e   u d o k a   f i r s t   s a w   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   k a t h l e e n   l y n c h . . .   
 i m e u d o k a   c e l t i c s   n b a    
w i l l   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   b r i n g   o u t   t h e   b e s t   o f   j a y l e n   b r o w n   a n d   j a y s o n   t a t u m ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ’ s   j a y s o n   t a t u m   c r a c k s   t o p   t h r e e   i n   s p o r t i n g   n e w s ’   2 0 2 2 - 2 3   t o p   s m a l l   f o r w a r d s   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c a n   s a m   h a u s e r   a n d   l u k e   k o r n e t   g i v e   t h e   b o s t o n   c e l t i c s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ' s   j a y s o n   t a t u m   c r a c k s   t o p   t h r e e   i n   s p o r t i n g   n e w s '   2 0 2 2 - 2 3   t o p   s m a l l   f o r w a r d s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m   h a u s e r ’ s   j o u r n e y : 
 - w i s c o n s i n   m r .   b a s k e t b a l l   2 0 1 6 
 - 4 8 . 3   f g %   & a m p ;   4 3 . 9   3 p %   ( c o l l e g e   c a r e e r ) 
 - u n d r a f t e d   i n   ‘ 2 1 
 - s i g n e d   w i t h   c e l t i c s   t w o   w e e k s   l a t e r   o n   a   t w o - w a y 
 - c o n v e r t e d   t o   n b a   d e a l   i n   f e b r u a r y   
 - a g r e e d   t o   a   t h r e e - y e a r   e x t e n s i o n   o v e r   t h e   s u m m e r 
 - b e s t   s h o o t e r   i n   p r e s e a s o n 
 c e l t i c s  
b l a k e   g r i f f i n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b l a k e g r i f f i n   b l a k e   g r i f f i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
⚽ | n o u v e a u   c e l t i c s   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   i n c r o y a b l e   d e   2 1 € 
 🛒 
 
 2 0 2 2  
b r a d   s t e v e n s   i d e n t i f i e d   s a m   h a u s e r   a s   b e i n g   a   c o n t r i b u t o r   p r e t t y   e a r l y   o n   t h i s   o f f s e a s o n .   h a u s e r   h a s   s i n c e   b e c o m e   o n e   o f   t h e   t o p   s h o o t e r s   i n   t h e   n b a   t h i s   p r e s e a s o n .   c o i n c i d e n c e ?   i   t h i n k   n o t .   
 c e l t i c s  
j u s t i n   j a c k s o n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u s t i n j a c k s o n   j u s t i n   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
b o s t o n   c e l t i c s   r u m o r s :   j o e   b u d d e n   r e v e a l s   w i l d   i m e   u d o k a   a f f a i r   w r i n k l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
🇺 🇸 | n o u v e a u t é   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   h a l l u c i n a n t   d e   2 1 € 
 ➡  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
k e m b a   w a l k e r   h a s   ' s o m e   r e g r e t s '   p l a y i n g   f o r   c e l t i c s   i n   n b a   b u b b l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c a n   s a m   h a u s e r   a n d   l u k e   k o r n e t   g i v e   t h e   b o s t o n   c e l t i c s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
a y e   a y e   k n o c k   i t   o f f .   c e l t i c s   o w n e r   l i k e      
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
o n   t h i s   d a y :   h e n r y   w a l k e r ,   a r n i e   r i s e n ,   k e n n y   a n d   j e r o m e   a n d e r s o n   b o r n ;   k e n n y   r o l l i n s   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s p o r t i n g   n e w s   r a n k s   c e l t i c s ’   m a r c u s   s m a r t   i n   n b a ’ s   t o p   h a l f   o f   s t a r t i n g   p o i n t   g u a r d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   r u m o r s :   l e a g u e   e x e c u t i v e s   d o   n o t   b e l i e v e   i m e   u d o k a   w i l l   r e t u r n   a s   h e a d   c o a c h   o f   t h e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
d r a y m o n d   a n n o u n c e s   h i s   a p o l o g y   & a m p ;   n e x t   f e w   d a y s   o f f . 
 g m   b o b   m e y e r s   🤔   g r e e n e   w i l l   n o t   m i s s   a n y   g m s   & a m p ;   s a i d   t h e s e   " t h i n g s   h a p p e n . " 
 w a r r i o r s   v o w   t o   f i n d   t m z   s o u r c e .   
 n b a   a d a m   s i l v e r   & a m p ;   p o o l e   i n   h i d i n g   & a m p ; 
 n e w   s t r e e t   r a p   h i t 
 
 🤪   c e l t i c s   w o u l d   o f   s u s p e n d e d   g r e e n e
s p o r t i n g   n e w s   r a n k s   c e l t i c s '   m a r c u s   s m a r t   i n   n b a ' s   t o p   h a l f   o f   s t a r t i n g   p o i n t   g u a r d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e v e r y b o d y   l o v e s   t e r r y   r o z i e r 
 
 
 
 n b a   a l l f l y   c h a r l o t t e   h o r n e t s   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   m m f l   j a z z   m f f l   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   n b a i n a b u d h a b i   c e l t i c s   s p u r s
d a l a n o   b a n t o n   h a s   p r o v e n   h e   i s   r a p t o r s '   b e s t   b a c k u p   p g   o p t i o n 
 
 
 
 n b a   t o r o n t o   r a p t o r s   w e t h e n o r t h   c a n a d a   c e l t i c s   b l e e d g r e e n   c l i p p e r n a t i o n   j a p a n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s     u s a
e v a l u a t i n g   b l a k e   g r i f f i n ' s   p r e s e a s o n   d e b u t   w i t h   t h e   b o s t o n   c e l t i c s 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   n e t s   p i s t o n s   w i z a r d s   c l i p p e r n a t i o n   j a p a n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s     u s a
  b i g   t i c k e t   🎟   
 
 n b a   l a c l i p p e r s   c e l t i c s   c a v s   c a v s s u m m e r   c l e v e l a n d c a v a l i e r s   b e t h e f i g h t   c a v s h i o n   c a v s 5 0   f i e l d h o u s e h e a t   c a v s d r a f t   l e t e m k n o w   d a l l a s   c e l t i c s   b o s t o n c e l t i c s   c u s r i s e   l a k e r s   l a k e r s f a m i l y   l a k e r n a t i o n   g o l a k e r s   l o s a n g e l e s l a k e r s   l a k e s h o w  
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
⚽ | n o u v e a u   c e l t i c s   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   f o u   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 p l a y o f f n b a  
c e l t i c s   s t a f f e r   w h o   h a d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s s t a f f f e m a l e   d a n n y a i n g e   e a s t e r n c o n f e r e n c e   g e e k s a n d g a m e r s   i m e u d o k a   i m e u d o k a c e l t i c s s t a f f a f f a i r   i m e u d o k a d a n n y a i n g e   i m e u d o k a f i r e d   i m e u d o k a k a t h l e e n n i m m o l y n c h   i m e u d o k a n i a l o n g  
t e a g i f   
 i   d o n ' t   c o n d o n e   c h e a t i n g   
 b u t   d o   y o u 
 a   p h o t o   o f   t h e   m a r r i e d   m i s t r e s s   w i t h   3 ⃣   c h i l d r e n   h a s     b e e n   r e v e a l e d 
 i m e   u d o k a   🤔 
 i m e u d o k a   
 c e l t i c s  
h i g h e s t   d e f e n s i v e   r a t i n g   i n   t h e   2 0 2 1 - 2 2   s e a s o n   🚫 
 
 r o b e r t   w i l l i a m s :   1 0 2 . 4 
 r u d y   g o b e r t :   1 0 3 . 3 
 b a m   a d e b a y o :   1 0 4 . 2 
 a l   h o r f o r d :   1 0 4 . 4 
 k e v o n   l o o n e y :   1 0 4 . 9 
 
 n b a   c e l t i c s   t i m b e r w o l v e s   h e a t   w a r r i o r s  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ‘ i   w a n t   t o   h e l p   ( u s )   w i n ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c a n n o t   f r e a k i n g   w a i t ! ! ! !   c e l t i c s   b l e e d g r e e n   b a n n e r 1 8  
r e p .   a y a n n a   p r e s s l e y   o n   j a y l e n   b r o w n ' s   l e a d e r s h i p   i n   b o s t o n   a n d   b e y o n d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i   a m   a   v e r i f i e d   s e a s o n   t i c k e t   h o l d e r   t h r o u g h   c e l t i c s   s e a s o n   t i c k e t   e x c h a n g e .   i f   y o u   a r e   i n t e r e s t e d   i n   g a m e s   t h i s   s e a s o n ,   i   h a v e   m o s t   s t i l l   a v a i l a b l e ! !   s e c t i o n   3 2 6 ,   r o w   7 .   d m   f o r   m o r e   d e t a i l s .   c e l t i c s   v e r i f i e d s e l l e r   b l e e d g r e e n   b a n n e r 1 8
n e w   v i d e o   t o m o r r o w   a t   1 2 p m   e s t . . .   
 c e l t i c s  
s t a r v i n g   a n d   o u t n u m b e r e d   t h e   u n d e r d o g   c e l t i c s   f o u g h t   b a c k ! 
 b r o n z e a g e d r u i d s   c e l t s   s c o t t i s h c e l t s   t v s e r i e s   c e l t i c s   i r o n a g e d r u i d s   d a r k e s t w i n t e r   e p i s o d e 2   

n e x t   s t o p . . . a   b a b y   w i t h   k h l o e   k a r d a s h i a n ! 
 c e l t i c s  
i ’ m   t e l l i n g   y o u   g u y s :   b l a k e   g r i f f i n   i s   g o i n g   t o   h a v e   a   s t r o n g   i m p a c t   o n   t h e   c e l t i c s    
n o   w o n d e r   c o a c h   i m a   u d o k a   g o t   s u s p e n d e d   b y   t h e   c e l t i c s   o r g a n i z a t i o n ,   h e   w a s   f u c k i n g   f r o n t   o f f i c e   w i v e s .   a n d   o n   n i a   l o n g .   t h a t   g u y s   b r a i n   i s   d e f i n i t e l y   i n   h i s   d u m b   d i c k .
p o s t e d   i n   d e s i g n t w i t t e r   f i r s t .   a l s o   m y   f i r s t   j t   g r a p h i c !   🔥 ☘ ️ 
 c e l t i c s   b l e e d g r e e n  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ' s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   m a n y   b i g   s h o t s   d i d   e d d i e   h o u s e   m a k e   ( c o l d ) ?   c e l t i c s  
☘ ️ c e l t i c s   @   h o r n e t s   🐝   |   f u l l   g a m e   h i g h l i g h t s / c o m m e n t a r y   🎙 |   o c t   6 ,   2 0 2 2   🏀    
1 0   m o r e   d a y s ! !   u n t i l   t h e   n b a ' s   o p e n i n g   n i g h t   k i c k s   o f f ! 
 
 
 
 n b a o p e n i n g n i g h t   b a s k e t b a l l   n b a d a i l y r e c a p s   n b a b e t t i n g   s p o r t s g a m b l i n g   s p o r t s b e t t i n g   b a s k e t b a l l g a m b l i n g   n b a d a i l y n e w s     b a s k e t b a l l b e t t i n g   n b a   e s p n   l a k e r s   w a r r i o r s   c e l t i c s   7 6 e r s  
h e a v i e s t   p l a y e r s   i n   n b a   h i s t o r y :   👀 
 
 ▪ ️   o l i v e r   m i l l e r :   3 7 5   l b s .   
 ▪ ️   s h a q u i l l e   o ' n e a l :   3 6 0   l b s . 
 ▪ ️   s i m   b h u l l a r :   3 6 0   l b s . 
 ▪ ️   e d d y   c u r r y :   3 5 0   l b s . 
 ▪ ️   m i k e   s w e e t n e y :   3 4 0   l b s . 
 
 u s e d   t h e i r   h e f t   t o   t h e i r   a d v a n t a g e .   💪 
 
 p a c e r s   c e l t i c s   k i n g s   m a v s   k n i c k s   n b a  
- j u s t i n   j a c k s o n   w i n g   d e p t h ? 
 - j a k e   l a y m a n - n o 
 - b r o d r i c   t h o m a s - n o 
 - n o a h   v o n l e h - b o r d e r l i n e   n o 
 - i   w a n t   a   b r o g d o n - w h i t e - b r o w n - g r a n t - g r i f f i n   l i n e u p 
 - j b   a l l - s t a r   t o u r   t h i s   s e a s o n 
 - b r a d   g e t s   e x e c u t i v e   o f   t h e   y e a r 
 - j t   m v p   c a n d i d a t e   
 c e l t i c s
s o m e   t h o u g h t s   p r i o r   t o   t h e   s e a s o n : 
 - d o e s   k a b   g e t   c o n v e r t e d   t o   1 5 - m a n ? 
 - d o e s   v o n l e h   m a k e   t h e   1 5 - m a n ? 
 - d o u b l e - b i g   d o e s n ’ t   n e e d   t o   b e   u t i l i z e d 
 - h a u s e r   c a n   s h o o t ,   c a n   h e   c r e a t e   a n d   d e f e n d ? 
 - b r o g d o n   c a n   p l a y   5 0   g a m e s   i f   h e ’ s   h e a l t h y   f o r   p l a y o f f s 
 c e l t i c s
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
b u t   w o u l d   y o u   r a t h e r   h a v e   s a m a n i c   o r   j a c k s o n   o r   t h o m a s   o r   l a y m a n ?   c e l t i c s  
p a y t o n   p r i t c h a r d   e n d o r s e s   b l a k e   g r i f f i n   o n   t h e   c e l t i c s   

f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 8 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 8 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ' i   w a n t   t o   h e l p   ( u s )   w i n '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
    g l a d   t o   s e e   y o u   a r e   l e a r n i n g   t o   h o l d   y o u r   t o n g u e .   i m e u d o k a   f i r s t b l a c k c o a c h   c e l t i c s
t h i s   i s   t h e   j u s t i n   j a c k s o n   i   r e m e m b e r : 
 1 6   p o i n t s 
 6 - 1 4   f g 
 4 - 8   3 ’ s 
 4   r e b 
 1   a s t 
 1   s t l 
 1   b l k 
 c e l t i c s   
  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ’ s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w e   p i c k e d   u p   t h i s   j a y s o n   t a t u m   r o o k i e   t o d a y ! !   a l w a y s b u y i n g   d u k e   b l u e d e v i l s   c e l t i c s   @   c o a s t a l   s p o r t s   c a r d s  
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   h o r n e t s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ' s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   t e l l s     p o s t - g a m e :   " t h e   i n t e n s i t y   l e v e l   a n d   m a t u r i t y   l e v e l   o f   t h i s   . . .   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
g r a n t   w i l l i a m s   h a s   c o u n t e r   m o v e s   f o r   h i s   c o u n t e r   m o v e s   c e l t i c s  
t a l k e d   t o   b o b   h u g g i n s ,   a l   h o r f o r d   a n d   m o r e   a b o u t   j o e   m a z z u l l a ,   w h o ’ s   i m p r e s s i n g   a t   c e l t i c s   t r a i n i n g   c a m p ,   f o r   ⁦ ⁩ :    
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   1 1 2 ,   h o r n e t s   1 0 3 :   j a y l e n   b r o w n ,   b o s t o n ' s   b - s q u a d   t a k e s   c a r e   o f   c h a r l o t t e   o n   t h e   r o a d   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   s h o r t h a n d e d   c e l t i c s   c o m e   b a c k   f r o m   1 6   d o w n   t o   b e a t   t h e   h o r n e t s   o n   t h e   r o a d  
t h e   s h o r t h a n d e d   c e l t i c s   c o m e   b a c k   f r o m   1 6   d o w n   t o   b e a t   t h e   h o r n e t s   o n   t h e   r o a d  
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i   s t i l l   l i k e   t h i s   i d e a   👀   c e l t i c s  
t h e   c e l t i c s   w e r e   a n   a m e r i c a n   b a s k e t b a l l   t e a m   b a s e d   i n   b o s t o n   t h a t   w a s   f o u n d e d   i n   1 9 4 6 .   t h e   t e a m   c o m p e t e   i n   t h e   n a t i o n a l   b a s k e t b a l l   a s s o c i a t i o n   ( n b a )   a s   a   m e m b e r   o f   t h e   l e a g u e ' s   e a s t e r n   c o n f e r e n c e   a t l a n t i c   d i v i s i o n .   t h e y   r a n k   a m o n g   t h e   t o p   b a s k e t b a l l   t e a m s   i n   n b a   h i s t o r y .   n b a 7 5
b l a k e   g r i f f i n   s a y s   “ i t ’ s   r e f r e s h i n g ”   t o   b e   o n   a   t e a m   t h a t   c o m e s   t o   w o r k   “ l o c k e d   i n ”   a n d   d o e s n ’ t   n e e d   t o   b e   t o l d   t o   d o   s o   👀     c e l t i c s   

a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s    
i m e   u d o k a   a c c u s e d   o f   s l e e p i n g   w i t h   w i f e   o f     b o s t o n   c e l t i c s   o w n e r     v i a  
p a u l   g e o r g e   s t a r s   i n   n b a   c o m m e r c i a l   w i t h   j a y s o n   t a t u m ,   j o e l   e m b i i d ,   a n d   d a m i a n   l i l l a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f r i d a y   n i g h t s   a r e   f o r   f a m i l y ,   f o o t b a l l ,   h o m e c o m i n g ,   a n d   4 5 i n g   t h e   v i s i t i n g   t e a m . 
 
 o h   a n d   c o n v i n c i n g   h i s   b o y s   t o   d u m p   w a t e r   o n   h i m   🤣 
 
 g r e a t   w i n ,   c o a c h ! 
 f r i d a y n i g h t l i g h t s   f o o t b a l l   h o c o 2 2   c e l t i c s   h t c h s  
t h e   l a t e s t   c e l t i c s   m a i l b a g   f e a t u r e s   m f i o n d u   k a b e n g e l e ,   s a m   h a u s e r   a n d   m u c h   m o r e   f r o m   t h e   t e a m ' s   p r e s e a s o n  
s e e i n g   b l a k e   g r i f f i n   i n   a   c e l t i c s   u n i f o r m   i s   s u c h   a   s h o c k   t o   t h e   s e n s e s .   b u t   i   l i k e   i t .   a n y   g u y   w h o ' d   g e t   n a k e d   o n   b r o a d   c i t y   i s   o k a y   b y   m e .
p a y t o n   p r i t c h a r d   w a s   u n f a z e d   b y   t h e   c l o s i n g   d e f e n d e r s   a s   h e   c o n n e c t s   o n   a   3 - p o i n t e r   i n   t h e   f a c e   o f   t h e   c l o s i n g   d e f e n s e   c e l t i c s    
_ s m o o t h 1 0   _ m s 3     c o u l d   i   g e t   a   h a p p y   b i r t h d a y   f r o m   o n e   o f   m y   f a v o u r i t e   c e l t i c s   b i r t h d a y   c e l t i c s
j a y l e n   b r o w n   t a k i n g   m f i o n d u   k a b e n g e l e   u n d e r   h i s   w i n g   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n o a h   v o n l e h   h a s   a   l e g i t i m a t e   c h a n c e   a t   m a k i n g   t h e   c e l t i c s   r o s t e r .   d e s p i t e   r a c k i n g   u p   f o u l s   q u i c k l y   a n d   n e e d i n g   t o   w o r k   o n   p i c k - a n d - r o l l s   a s   a   c e n t e r ,   h e   h a s   g r e a t   q u a l i t i e s   t h e   c e l t i c s   c a n   u s e   t h i s   s e a s o n .   ( i   w r o t e   t h i s   i n   a u g u s t )   🍀  
b l a k e   g r i f f i n   g i v e s   h i g h   p r a i s e   t o   h e a d   c o a c h   j o e   m a z z u l l a ,   s a y i n g   h e ’ s   a b l e   t o   c o m m u n i c a t e   w e l l   a s   a   c o a c h   a n d   a s   a   p e r s o n .   g r i f f i n   n o t e s   i t ’ s   n o t   e a s y   f o r   a   f i r s t   y e a r   h e a d   c o a c h ,   b u t   m a z z u l l a   i s   a b l e   t o   d o   s o .   c e l t i c s   
  
c e l t i c s   h o r n e t s     w h e r e   u   g o i n g   l m a o   i   f o r g o t   t o   t w e e t   t h i s   l a s t   n i g h t   w y a   l m a o
w a i t ,   a m   i   a b o u t   t o   b e c o m e   a   b l a k e   g r i f f i n   s u p e r f a n ?   o k a y ,   l e t ' s   d o   t h i s .   c e l t i c s
b o s t o n   c e l t i c s :   f o r m e r   h o r n e t s   l o t t e r y   p i c k   f l o a t e d   f o r   c ’ s   t p e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f a b   m e l o   -   b o s t o n   c e l t i c s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s 
 
   n b a   n b a t w i t t e r   n b a t o p s h o t   m e l o   c e l t i c s   b o s t o n c e l t i c s   n u g g e t s   k n i c k s   m i l e h i g h b a s k e t b a l l   n e w y o r k f o r e v e r  
1 0 / 7   p u t n a m   p o s t g a m e   r e p o r t :   b a c k   i n   t h e   w i n   c o l u m n   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
i   w i l l   t a k e   1 4 / 1 3   f r o m   v o n l a h   a n y t i m e   c e l t i c s
w a t c h i n g   t h e     c e l t i c s   b r o a d c a s t   f r o m   l a s t   n i g h t   a n d   i   k n o w     w a n t e d   t o   a d d   i n   a   n w a / w c w   r e f e r e n c e   w h e n   h e   t a l k e d   a b o u t   t h e   b a s k e t b a l l   h i s t o r y   a t   g r e e n s b o r o   c o l i s e u m .   😂
j o r d a n   p o o l e   s h o u l d   j o i n   t h e   c e l t i c s   f u c k d r a y m o n d
e v a l u a t i n g   b l a k e   g r i f f i n ’ s   p r e s e a s o n   d e b u t   w i t h   t h e   b o s t o n   c e l t i c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   p r o m o t e   f o r m e r   w v u   p o i n t   g u a r d   t o   i n t e r i m   h e a d   c o a c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   g e t s   i t   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d e r r i c k   w h i t e   s e n d s   l a m e l o   b a c k   o v e r s e a s .   n b a   b a s k e t b a l l   n b a t w i t t e r   l a m e l o b a l l   h o r n e t s   c e l t i c s   d e r r i c k w h i t e  
i c y m i ,   f r o m   g r a n t   w i l l i a m s   c o n t i n u i n g   t o   a d d   t o   h i s   g a m e   t o   d e r r i c k   w h i t e ' s   a g g r e s s i v e   a p p r o a c h ,   b l a k e   g r i f f i n ' s   c e l t i c s   d e b u t ,   a n d   b o s t o n ' s   b e n c h   o u t s c o r i n g   c h a r l o t t e ' s   4 3 - 2 7 ,   h e r e ' s   w h a t   s t o o d   o u t   f r o m   t h e   c e l t i c s '   w i n   o v e r   t h e   h o r n e t s 

j a y l e n   b r o w n   j u s t   h a s   t h a t   h u n g e r   i n   h i s   e y e s   ( v i a   )     c e l t i c s   c e l t i c s t a l k
j a y l e n   b r o w n   t o   t h e   r i m .   n b a   b a s k e t b a l l   j a y l e n b r o w n   c e l t i c s   n b a t w i t t e r  
i u b b   l a s t   n i g h t : 
 
 🏀     ( 🇸 🇮 ) :   2 1   p t s   ( 8 - 1 4   f g ,   3 - 6   3 f g ,   2 - 2   f t ) ,   4   r e b s ,   4   a s t s 
 🏀   _   ( b c   g a r g ž d a i 🇱 🇹 ) :   1 0   p t s ,   4   r e b s ,   9   a s t s 
 
 n b a   p r e s e a s o n : 
 🏀   n o a h   v o n l e h   ( c e l t i c s ) :   1 4   p t s   ( 6 - 8   f g ) ,   1 3   r e b s ,   2   a s t s 
 🏀   o g   a n u n o b y   ( r a p t o r s ) :   1 3   p t s ,   2   r e b s ,   2   s t l s
e s p n ' s   z a c h   l o w e   p r o j e c t s   t h e   b o s t o n   c e l t i c s   a s   c o n t e n d e r s   d e s p i t e   o f f s e a s o n   h i c c u p s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t a t u m   s c o p e   p r i z m   p s a   1 0   r o o k i e !   l o o k i n g   t o   t r a d e   f o r   c u r r y   o r   g i a n n i s   p s a   1 0   r o o k i e s .   o p e n   t o   o f f e r s .   n o t   $ 1     _   _ s e l l   c e l t i c s   r o o k i e s   g i a n n i s   t a t u m   c u r r y   n b a  
r e c a p :   h o r n e t s   d r o p   t h i r d   s t r a i g h t   p r e s e a s o n   g a m e ,   l o s e   t o   c e l t i c s ,   1 1 2 - 1 0 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s :   j a y l e n   b r o w n   j u s t   h a s   t h a t   h u n g e r   i n   h i s   e y e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h a t   s h o u l d   w e   e x p e c t   f r o m   t h e   b o s t o n   c e l t i c s   i n   2 0 2 2 - 2 3 ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
_ d i m e s   g o i n g   c r a z y   f o r   . r y t i e r i   !   3 4 p t s   6 a s t   a n d   t h e   w 🔥 🔥 🔥 
 
 b a s k e t b a l l   c e l t i c s   k y r i e   n b a d r a f t   l a l a k e r s   o k c   k i n g j a m e s   n b a o n t n t   c l e v e l a n d c a v a l i e r s   n b a l o t t e r y   u n d e r a u r m o r   d a r i u s g a r l a n d  
b o s t o n ’ s   j a y l e n   b r o w n   r a n k e d   i n   s p o r t i n g   n e w s ’   t o p   f i v e   n b a   s h o o t i n g   g u a r d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i t ' s   s a t u r d a y   y o u   k n o w   w h a t   t h a t   m e a n s   i t ' s   t i m e   f o r   c o r d i s c h i a n d c o i t   w i t h     a n d     p r o d u c e d   b y   _ w e e i .   c a l l   i n   4 0 1 - 7 3 7 - 1 2 8 7   p a t r i o t s   n f l   b r u i n s   n h l   c e l t i c s   n b a   m l b p o s t s e a s o n   t e x t   i n t o   t h e   s h o w   @   3 7 9 3 7  
a   m e d i a l   i n f o r m a t i o n a l   p o s t :   t h e   i n j u r y   a n d   r e c o v e r y   o f   a r o n   b a y n e s   ( v i a   )     c e l t i c s   c e l t i c s t a l k
t h e   i n j u r y   a n d   r e c o v e r y   o f   f o r m e r   b o s t o n   c e l t i c s   b i g   m a n   a r o n   b a y n e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i n t e r e s t i n g   w o r d s   f r o m   j a y l e n   b r o w n   o n   j a y s o n   t a t u m   c e l t i c s   
 
 “ w e ’ r e   g o i n g   t o   n e e d   h i m   t o   s p e a k   m o r e   a n d   b e   m o r e   v o c a l   i f   w e   w a n t   t o   c o r r e c t   t h e   s h i p   a n d   g e t   t h i s   t h i n g   o f f   t o   t h e   r i g h t   s t a r t . ”
👀   d e r r i c k   w h i t e   v s   l a m e l o   b a l l 
 
 n b a   n b a i t a l i a   c e l t i c s   h o r n e t s   n b a p r e s e a s o n  
b o s t o n ' s   j a y l e n   b r o w n   r a n k e d   i n   s p o r t i n g   n e w s '   t o p   f i v e   n b a   s h o o t i n g   g u a r d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n o a h   v o n l e h   n e e d s   t o   w o r k   o n   t h e   a r t   o f   a   s u c c e s s f u l   p i c k - a n d - r o l l   i f   h e ’ s   t o   p l a y   c e n t e r   o n   t h e   c e l t i c s .   f o r   a l l   t h e   g o o d   h e   b r i n g s   t o   t h e   t a b l e ,   h e ’ s   a   f o u l   m a c h i n e   a n d   i t   t y p i c a l l y   h a p p e n s   w h e n   h e ’ s   s e t t i n g   a   p i c k   a n d / o r   d e f e n d i n g   o f f - b a l l .
j o e   m a z z u l l a   s a y s   h e   m i s s e s   b e i n g   i n   t h e   “ t r e n c h e s ”   a n d   w o r k i n g   i n d i v i d u a l l y   w i t h   t h e   p l a y e r s   i s   p r o b a b l y   t h e   b i g g e s t   d i f f e r e n c e   f r o m   b e i n g   a n   a s s i s t a n t   c o a c h   t o   h e a d   c o a c h   c e l t i c s
b o s t o n   c e l t i c s :   o v e r p e r f o r m i n g   2 0 1 9   f i r s t - r o u n d   p i c k   u n l i k e l y   t o   h a v e   d e a l   g u a r a n t e e d   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   👌   c e l t i c s  
c l e a r l y   l a m e l o   c a n ’ t   s t a y   i n   f r o n t   o f   d e r r i c k   w h i t e   a n d   t h e   o n l y   w a y   t o   s t o p   h i m   i s   t o   t a k e   h i m   d o w n   c e l t i c s    
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c e l t i c s '   j a y s o n   t a t u m   r a n k e d   i n s i d e   e s p n ' s   t o p   1 0   o f   2 0 2 2 - 2 3   t o p   1 0 0   p l a y e r s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i   b e l i e v e   i n   y o u   m o r e   t h a n   a n y t h i n g   i ’ v e   e v e r   b e l i e v e d   i n .   i   c o m p l e t e l y   e x p e c t   y o u   t o   f u c k   s h i t   u p .     c e l t i c s
o n   t h i s   d a y :   f o r m e r   b o s t o n   c e l t i c s   b i g   m a n   b r e t t   s z a b o   s i g n s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ’ s   j a y l e n   b r o w n   j u s t   o u t s i d e   o f   s p o r t s   i l l u s t r a t e d ’ s   t o p   2 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ' s   j a y l e n   b r o w n   j u s t   o u t s i d e   o f   s p o r t s   i l l u s t r a t e d ' s   t o p   2 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w h a t   t e a m s   d o   y o u   p c ?   l i o n s p r i d e   r a v e n s f l o c k     d e t r o i t r o o t s   o r i o l e s     r e d w i n g s   p i s t o n s   c e l t i c s      
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g a m e   r e c a p :   c e l t i c s   1 1 2 ,   h o r n e t s   1 0 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i n t e r e s t i n g   e p i s o d e   
 s e x   a d d i c t   
 
   n i a l o n g 
 i m e u d o k a   r h o h   c e l t i c s   
 r e a l h u s b a n d s o f h o l l y w o o d  
b l a k e   g r i f f i n   m a k e s   c e l t i c s   d e b u t   a s   n o a h   v o n l e h   f i n a l l y   f i g h t s   f o r   r o s t e r   s p o t   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - h o r n e t s   p r e s e a s o n   r e m a t c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g u y s   i   c o u l d n ’ t   r e a l l y   w a t c h   m u c h   o f   t h e   g a m e   b e c a u s e   i   w a s   w o r k i n g   🥺   b u t   i   s a w   w e   c a m e   u p   f r o m   b e i n g   d o w n   a n d   i   s a w   b l a k e   g r i f f i n   g e t   2   f r e e   t h r o w s .   w e   l o o k   g r e a t .   c a n ’ t   w a i t   f o r   o p e n i n g   n i g h t   l f g   c e l t i c s
c h a r l o t t e   h o r n e t s   d r o p   t h i r d   s t r a i g h t ,   l o s e   t o   b o s t o n   c e l t i c s 
 
 
 
 n b a   c h a r l o t t e   h o r n e t s   a l l f l y   b o s t o n   c e l t i c s   b l e e d g r e e n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a a l l s t a r   n b a j a p a n g a m e s 2 0 2 2   n b a i n a b u d h a b i   l a k e s h o w   h e a t t w i t t e r   m f f l   s u n s
j u s t i n   j a c k s o n   s t r e n g t h e n s   c a s e   f o r   c e l t i c s   r o s t e r   s p o t   i n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   i m e   u d o k a ' s   f a l l o u t   w i t h   b o s t o n   c e l t i c s   c o u l d   s a v e   t h e   b r o o k l y n   n e t s 
 
 
 
 n b a   b r o o k l y n t o g e t h e r   n e t s   b r o o k l y n   b l e e d g r e e n   b o s t o n   c e l t i c s   t r u e t o a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n
b o s t o n   c e l t i c s :   b / r   s e e s   d e r r i c k   w h i t e   a s   o d d   m a n   o u t   i n   b a c k c o u r t 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   t r u e t o a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a i n a b u d h a b i   n b a j a p a n g a m e s 2 0 2 2   m f f l
b l a k e   g r i f f i n   p r a i s e s   ' o f f   t h e   c h a r t s '   c e l t i c s   i n t e n s i t y ,   m a t u r i t y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   t o o k   t h a t   w   ! ! !   t h a t ’ s   w h a t   i ’ m   t a l k i n g   a b o u t   a n d   o n   t h e y   c o u r t   ! ! !   i   l o v e   i t
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t i m e   t o   w a t c h   m y     g a m e   s u c k s   n o t   a l l   t h e   g u y s   a r e   p l a y i n g   b u t   i   g e t   i t ,   i t ’ s   n b a p r e s e a s o n   n b a t w i t t e r   c e l t i c s   a l l a b o u t 1 8   b l e e d g r e e n
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   b o s t o n   c e l t i c s   n b a   v i d e o :  
j u s t i n   j a c k s o n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j u s t i n   j a c k s o n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
d e r r i c k   w h i t e   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   d e r r i c k   w h i t e   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
j u s t i n   j a c k s o n   s t r e n g t h e n s   c a s e   f o r   c e l t i c s   r o s t e r   s p o t   i n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   r e s u l t s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2   ;   n b a   g a m e s   t o d a y ;   c e l t i c s 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s
l a m e l o   b a l l   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   l a m e l o   b a l l   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
c e l t i c s ’   m a r c u s   s m a r t   c r a c k s   s p o r t s   i l l u s t r a t e d ’ s   t o p   5 0   n b a   p l a y e r s   l i s t   f o r   2 0 2 2 - 2 3 . 
 
 b o s t o n c e l t i c s   🏟 
 c e l t i c s   🏀 
 n b a   n b a t w i t t e r   
 

g r a n t   w i l l i a m s   l o o k s   l i k e   a   n e w   p l a y e r :   7   t a k e a w a y s   f r o m   c e l t i c s   v s .   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h r e e   g a m e s ,   t h r e e   d e f e a t s .   w h a t   w e   l e a r n e d   i n   t h e   h o r n e t s ’   p r e s e a s o n   l o s s   t o   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e r r i c k   w h i t e   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e r r i c k w h i t e   d e r r i c k   w h i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
n o a h   v o n l e h   -   1 4   p t s ,   1 3   r e b ,   2   a s t ,   1   s t l   f u l l   h i g h l i g h t s | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 n o a h v o n l e h   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

a i n ' t   n o   w a y   i m e   u d o k a   r i s k e d   i t   a l l   f o r   t h a t .   s h e   h a d   t o   p u t   w i t c h c r a f t   o n   h i m   f u c k   t h a t .   a i n ' t   n o   w a y   i m e u d o k a   c e l t i c s   d r a y m o n d g r e e n   g o l d e n s t a t e
b l a k e   g r i f f i n   t a k e s   s u b t l e   s h o t   a t   n e t s   a m i d   p r a i s e   f o r   c e l t i c s   a f t e r   h i s   b o s t o n   d e b u t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a l e n   m c d a n i e l s   w i t h   a n   a l l e y   o o p   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
1 )   t a t u m 
 2 )   j b 
 3 )   s m a r t 
 4 )   b r o g d o n 
 5 )   h o r f o r d 
 6 )   d e r r i c k   w h i t e 
 7 )   b a t m a n 
 8 )   f a s t   p p 
 9 )   h a u s e r 
 1 0 )   b l a k e 
 1 1 )   k o r n e t t 
 1 2 )   t i m e l o r d * 
 1 3 )   g a l l o * 
 1 4 )   v o n l e h 
 1 5 )   j u s t i n   j a c k s o n 
 1 6 )   k a b e n g e l e   ( 2 - w a y ) 
 1 7 )   d a v i s o n   ( 2 - w a y ) 
 
 i s   i t   o p e n i n g   n i g h t   y e t ?   c e l t i c s
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s   v s   h o r n e t s   p r e s e a s o n   r e m a t c h 

  b l a k e   g r i f f i n   c e l t i c s   d e b u t   -   7   p t s ,   9   r e b ,   2   a s t   f u l l   p l a y | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 b l a k e g r i f f i n   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

s e e i n g   b l a k e   g r i f f i n   i n   c e l t i c s   g r e e n   i s   w i l d   b u t   i   l o v e   i t ! ! !   c e l t i c s  
t h i s   w a r r i o r s   t e a m m a t e   d r a m a   r e a l l y   m a k e s   y o u   w o n d e r   i f   t h e   2 0 2 2   n b a   t i t l e   i s   l e g i t . . .   c e l t i c s
d e r r i c k   w h i t e   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e r r i c k w h i t e   d e r r i c k   w h i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
p a y t o n   p r i t c h a r d   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a y t o n p r i t c h a r d   p a y t o n   p r i t c h a r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e r r i c k w h i t e   p i c k s   u p   1 8   p o i n t s   a n d   s i x   a s s i s t s   t o   h e l p   t h e   c e l t i c s   e r a s e   a   1 6 - p o i n t   d e f i c i t   a g a i n s t   t h e   h o r n e t s .   f i n a l :   b o s   1 1 2   -   1 0 3   c h a   n b a p r e s e a s o n
b a l l i n g   o u t   d   w h i t e   c e l t i c s
g a r y   w a s h b u r n :   j a y l e n   b r o w n   w i l l   b e   t h e   l o n e   m e m b e r   o f   t h e   f i r s t   u n i t   t o   g e t   m i n u t e s   t o n i g h t .   c e l t i c s    
j u s t i n   j a c k s o n   w i t h   a   b l o c k   v s   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n o a h v o n l e h   n o a h   v o n l e h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
p o i n t s   o n   t h e   b o a r d   p o d c a s t ! 
 
 -   b o s t o n   s t i l l   t h e   b e s t   i n   t h e   e a s t ? 
 -   m o d e r n   v s .   o l d - s c h o o l   c o a c h e s 
 -   i m e u d o k a   r a c i a l   d o u b l e   s t a n d a r d ? 
 -   n b a   s h o u l d n ’ t   f o r c e   t h e   s a l e   o f   t e a m s 
 -   p l u s   m o r e . 
 
 f a n t a s y b a s k e t b a l l   w n b a   c e l t i c s   s u n s   s p o r t s b e t t i n g   g a m b l i n g 
 
  
w h a t   e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   s a i d   a b o u t   j o e   m a z z u l l a   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e y   n e e d   t o   b r i n g   k e m b a   b a c k   s o m e h o w   i d c .   h e ' s   s u c h   a   g e m   💙   c e l t i c s  
m a z z u l l a   o n   n o a h   v o n l e h ,   w h o   r e s p o n d e d   f r o m   a   t o u g h   f i r s t   h a l f   w i t h   1 4   p o i n t s   a n d   1 3   r e b o u n d s :   
 
 “ i   t h i n k   h e ’ s   g r e a t ;   h e   u n d e r s t a n d s   t h e   g a m e ,   s c r e e n s   w e l l ,   f i t s   i n t o   o u r   d e f e n s i v e   i d e n t i t y .   v e r y   h a p p y   w i t h   t h e   w a y   h e   p l a y e d .   h e   d i d   s o m e   g o o d   t h i n g s   f o r   u s . ”   c e l t i c s
a l e x   c o r a   a t   t h e   m e t s   g a m e ? ? 
 l o v e   h e ' s   w e a r i n g   a   c e l t i c s   l i d 
 b o s t o n g u y   l o v e m y m a n a g e r   s i g n d e v e r s   s i g n b o g a e r t s
c e l t i c s   t a k e a w a y s   a s   d e r r i c k   w h i t e   s h i n e s ,   b l a k e   g r i f f i n   m a k e s   d e b u t   i n   p r e s e a s o n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h i s   i s   k a t h l e e n   n i m m o   l y n c h ,   t h e   d e v o u t   m o r m o n   w h o   h a d   a n   a f f a i r   w i t h   i m e   u d o k a . 
 
 i m e u d o k a   c e l t i c s  
b o s t o n ’ s   b - s q u a d   t a k e s   d o w n   c h a r l o t t e   1 1 2 - 1 0 3   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a ,   c e l t i c s   m e d i a   r e a c t   t o   b o s t o n ' s   1 1 2 - 1 0 3   p r e s e a s o n   w i n   o v e r   t h e   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
m a z z u l l a   o n   n o a h   v o n l e h ,   w h o   r e s p o n d e d   f r o m   a   t o u g h   f i r s t   h a l f   w i t h   1 4   r e b o u n d s   a n d   1 3   r e b o u n d s :   
 
 “ i   t h i n k   h e ’ s   g r e a t ;   h e   u n d e r s t a n d s   t h e   g a m e ,   s c r e e n s   w e l l ,   f i t s   i n t o   o u r   d e f e n s i v e   i d e n t i t y .   v e r y   h a p p y   w i t h   t h e   w a y   h e   p l a y e d .   h e   d i d   s o m e   g o o d   t h i n g s   f o r   u s . ”   c e l t i c s
c e l t i c s   a t   h o r n e t s :   b o s t o n   o u t l a s t s   e a r l y   c h a r l o t t e   p u s h ,   w i n   1 1 2 - 1 0 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b r o g d o n   i s   t h e   p r i z e   a c q u i s i t i o n   n o   d o u b t . . b u t   b r a d s t e v e n s   m a y   h a v e   s t u m b l e d   u p o n   a   g e m   i n   n o a h v o n l e h   . .   c e l t i c s
h o r n e t s   l o s e   t o   c e l t i c s   i n   p r e - s e a s o n   p l a y 
 n .   r i c h a r d s   -   3 p t s ,   3 r e b ,   1 b l k 
 t .   r o z i e r   -   1 4 p t s ,   6 r e b ,   3 a s t ,   2 s t l ,   1 b l k 
 p j .   w a s h i n g t o n   -   1 2 p t s ,   4 r e b ,   3 a s t ,   3 s t l 
 
 b b n   😸   c a r d s g o n e p r o   ♦ ️   k y p r o b a s k e t b a l l   🏀   n b a t w i t t e r   l e t s g o p r o
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :     1 1 2 ,   h o r n e t s   1 0 3 .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
i   t h i n k   b l a k e   g r i f f i n   i s   h a p p y   w i t h   h i s   c h o i c e .   
 
 c e l t i c s   a r e   a l r e a d y   l o c k e d   i n .  
f r o m   g r a n t   w i l l i a m s   c o n t i n u i n g   t o   a d d   t o   h i s   g a m e   t o   d e r r i c k   w h i t e ' s   a g g r e s s i v e   a p p r o a c h ,   b l a k e   g r i f f i n ' s   c e l t i c s   d e b u t ,   a n d   b o s t o n ' s   b e n c h   o u t s c o r i n g   c h a r l o t t e ' s   4 3 - 2 7 ,   h e r e ' s   w h a t   s t o o d   o u t   f r o m   t h e   c e l t i c s '   w i n   o v e r   t h e   h o r n e t s   

t h e   c e l t i c s   u s u a l s   c h e e r i n g   o n   t h e   b e n c h   p l a y e r s   w a s   a w e s o m e   t o n i g h t !   c e l t i c s  
i t ’ s   o n l y   p r e s e a s o n ,   b u t   i ’ m   l i k i n g   h o w   t h i s   g r o u p   i s   s h a p i n g   u p   t o   b e .   c e l t i c s   a l l a b o u t 1 8   ☘ ️  
g o o d   w i n   b o y s !   l e t ' s   g o   c e l t i c s !   ☘ ️  
t h e   h o r n e t s   a l s o   h a d   m o r e   o f f e n s i v e   r e b o u n d s ,   s t e a l s ,   a n d   b l o c k s   t h a n   t h e   c e l t i c s ,   a n d   w o n   t h e   t u r n o v e r   b a t t l e   1 0 - 1 9   ( s o   w e   a r e   p r o t e c t i n g   t h e   b a l l   a t   a   b e t t e r   c l i p ) .   
 
 t h e   h o r n e t s   a l s o   d o m i n a t e d   i n   t h e   p a i n t ,   o u t s c o r i n g   t h e   c e l t i c s   t h e r e   5 4 - 3 6 .   
 
 a l l f l y   🐝
m v p   f o r   t h e   c e l t i c s   p r e s e a s o n   s q u a d   g o t t a   b e   a   t i e   b e t w e e n   v o n l e h   & a m p ;   h a u s e r . . t h i s   i s   t h e   m o s t   c o n s i s t e n t   i ' v e   s e e n   v o n l e h   l i k e   e v e r . . . m u s t   b e   t h e   h o m e   c o o k i n g !   n b a
c e l t i c s   g o t   m u l t i p l e   g u y s   w h o   c a n   p u t   a   1 0 +   5 +   5 +   l i n e   t o g e t h e r . . j a y s o n ,   j a y l e n ,   a l ,   d w ,   b r o g d o n . .   o c c a s i o n a l l y   r o b   & a m p ;   s m a r t   a s   w e l l .
      c e l t i c s   h a v e   m u l t i p l e   g u y s   w h o   c a n   p u t   t h a t   s t a t l i n e   t o g e t h e r ( 1 0 + p t s ,   5 + a s t   & a m p ;   5 + r b s ) . . i t ' s   a m a z i n g !
    s u r e   “ n o s e ”   h o w   t o   p i c k   a   w i n n e r ! ! 😂 🤣 😂 🤣 😂 🤣 😂   b l e e d g r e e n   b o o g e r g a t e   n b a   c e l t i c s   a b b y c h i n  
i t ’ s   n o   s e c r e t   t h a t   p a t r i c k   b e v e r l e y   f e e l s   s l i g h t e d   b y   t h e   f a c t   t h a t   h e ’ s   n e v e r   w o n   t h e   d e f e n s i v …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
k e m b a   w a l k e r :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   ' a   s p e c i a l   p e r s o n '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c ’ s   s t a t s :   j a y l e n   b r o w n   1 9   p o i n t s ,   5   r e b o u n d s …   d e r r i c k   w h i t e   1 8   p o i n t s ,   6   a s s i s t s …   j u s t i n   j a c k s o n   1 6   p o i n t s …   p a y t o n   p r i t c h a r d   1 5   p o i n t s ,   7   a s s i s t s …   n o a h   v o n l e h   1 4   p o i n t s ,   1 3   r e b o u n d s …   b l a k e   g r i f f i n   7   p o i n t s ,   9   r e b o u n d s   c e l t i c s   b l e e d g r e e n   ☘ ️
b r o d r i c ,   l u k a   & a m p ;   l a y m a n   c u t   i m o . .   j u s t i n j a c k s o n   m i g h t   h a v e   h e a t e d   u p   a t   t h e   r i g h t   t i m e . . w a s n t   a   f l a w l e s s   g a m e   b u t   b r u h   p l a y e d   l i k e   h i s   l i f e   d e p e n d e d   o n   i t !   c e l t i c s
            _ m i m i         _ c e l t i c s               w o w !     t h a t   w a s   o n e   h e c k u v a   g o o d   g a m e   f o r   c o a c h   m a z z u l a !     t o o k   j a y l e n   a n d   t h e   b e n c h   a n d   b e a t   t h e   h o r n e t s   s t a r t e r s . 
 
 a l s o   l i k i n g   t h e   d e p t h   v o n l e h   a n d   g r i f f i n   g i v e   u s   i n   t h e   f r o n t   c o u r t . 
 
 o n e   m o r e   p r e s e a s o n   g a m e   t h e .   o u r   c e l t i c s   a r e   p l a y i n g   f o r   k e e p s !
a   s h o r t h a n d e d   c e l t i c s   t e a m   r a l l i e d   i n   t h e   t h i r d   q u a r t e r   t o   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   o n   f r i d a y .  
r e a l l y   s o l i d   d e b u t   f o r   b l a k e   g r i f f i n .   h a s   t h e   p o t e n t i a l   t o   f i l l   o u t   t h e   b o x   s c o r e   i n   v e r y   l i m i t e d   m i n u t e s   w h i l e ,   m o s t   i m p o r t a n t l y ,   g i v i n g   c e l t i c s   b i g s   a   b r e a k .  
b l a k e   g r i f f i n   f i n i s h e s   w i t h   7   p o i n t s   a n d   9   r e b o u n d s   i n   1 6   m i n u t e s .   h e   w a s   a   p l u s - 8 .   c e l t i c s   h o r n e t s
t h e   s h o r t h a n d e d   c e l t i c s   w o n .   h o r n e t s   a r e   h o r r e n d o u s   a n d   i t ’ s   p r e s e a s o n ,   b u t   w i n s   a r e   s t i l l   f u n .
f i n a l   c e l t i c s   w i n   1 1 2 - 1 0 3   h o r n e t s
c e l t i c s   b e a t   h o r n e t s   1 1 2 - 1 0 3   w i t h o u t   f o u r   m a i n   p l a y e r s .   b r o w n   1 9 ,   w h i t e   1 8 ,   j a c k s o n   1 6 ,   p r i t c h a r d   1 5 ,   v o n l e h   1 4 .
🚨 p o s t g a m e   s h o w   n o w ! 
 
 j o i n     a n d   _ s w a y   f o r   c e l t i c s   p o s t g a m e   s h o w   l i v e ! 
 
 📺 w a t c h :   
 
 ⚡ ️ b y   ,   _ a g ,    
n b a   p r e s e a s o n :   c e l t i c s   1 1 2 ,   h o r n e t s   1 0 3 
 
 l a m e l o   b a l l :   2 3   p o i n t s ,   9   a s i s t s ,   4   r e b o u n d s ,   3   s t e a l s 
 
 k e l l y   o u b r e   j r . :   1 8   p o i n t s   o n   7 - 1 4   s h o o t i n g 
 
 p . j .   w a s h i n g t o n   h a d   1 2 
 
 b o u k n i g h t   0 - 8   f r o m   t h e   f l o o r   b u t   h a d   9   r e b o u n d s
c e l t i c s   1 1 2   h o r n e t s   1 0 3 .   m u c h   b e t t e r   s h o w i n g   f r o m   t h e   d e p t h   g u y s ,   p a r t i c u l a r l y   n o a h   v o n l e h .   
 
 w e ' r e   g o i n g   l i v e   n o w   w /   _ s w a y   :  
h a p p y   f o r   m y   g u y   v o n l e h !   i ' v e   b e e n   t r y i n g   t o   h i m   b a c k   h o m e   f o r   a t l e a s t   2   y r s   b l e e d g r e e n   c e l t i c s
t h e   2 4 a u t o g r o u p   i s   d e a d .   t h e s e   s h r i l l   c o m m e r c i a l s   m e a n s   n o b o d y   n e w   c o m i n g   t o   y o u ! !   p u l l   t h i s   a d   n o w .   i t ' s   h o r r i b l e .   c e l t i c s       c o m m e r c i a l s   a r e   o k   b u t   n o t   t h i s   b u l l s h i t .
s w e a t i n g   o u t   a   p r e s e a s o n   g a m e   m i g h t   b e   a l l   t i m e   l o w   c e l t i c s   h o r n e t s
n o   g a m e s   u n t i l   n e x t   f r i d a y ? ?   😩 ☘ ️   c e l t i c s
i   l o v e   o u r   t e a m   😌 ☘ ️   c e l t i c s  
j u s t i n   j a c k s o n   i s   p l a y i n g   w e l l   t o n i g h t   c e l t i c s
i s   d w h i t e & g t ; l a m e l o   w h a t   i ’ m   h e a r i n g ?   c e l t i c s   h o r n e t s
b r o d e r i c k   t h o m a s   a i n ' t   m a k i n g   t e a m   c e l t i c s
s o m e   c e l t i c s   l o v e   f r o m     a t   c i t i  
a l e x   i s   i n   n e w   y o r k 
 r e d s o x 
 c e l t i c s  
j u s t i n   j a c k s o n   t r a t a n d o   d e   h a c e r   l a   g r a n   c a r s e n   e d w a r d s ,   i   s e e   y o u   c e l t i c s
c e l t i c s   b e t t e r   w i n   t o n i g h t …   ☘ ️
4 q   u n d e r w a y   b e t w e e n   c e l t i c s   & a m p ;   h o r n e t s .   i ' m   g o i n g   l i v e   p o s t - g a m e   w i t h   _ s w a y  
j u s t i n   j a c k s o n ' s   c h a s e   d o w n   b l o c k   b r o u g h t   t h e   c e l t i c s   b e n c h   t o   t h e i r   f e e t .   e v e n   t h e   a s s i s t a n t   c o a c h e s   w e r e   f i r e d   u p !   
 
 c e l t i c s   o u t s c o r e   t h e   h o r n e t s   3 6 - 2 2   i n   t h e   3 r d   q u a r t e r   t o   t a k e   a   9   p o i n t   l e a d   i n t o   t h e   4 t h .
a f t e r   3   c e l t i c s   9 3 - 8 4   h o r n e t s
🚨 h o m e   s t r e t c h ! 🚨 
 
 c e l t i c s   a r e   u p   9 3 - 8 4 ! 
 
 j o i n     a n d   _ s w a y   f o r   t h e   g a r d e n   r e p o r t   p o s t   g a m e   s h o w   a f t e r   c e l t i c s   v s   h o r n e t s ! 
 
 📺 w a t c h :   
 
 ⚡ ️ b y   ,   _ a g   & a m p ;    
j a c k s o n   s h o o t i n g   3 ' s   a n d   f i n i s h i n g   w i t h   t h a t   b l o c k .   t h a t ' s   w h a t   t h e   c e l t i c s   i s   a b o u t !
v o n l e h   a n d   p r i t c h a r d   c o u l d   b e   a n   o f f   t h e   b e n c h   p r o b l e m   f o r   o t h e r   t e a m s 
 
 c e l t i c s
l o v e   w h a t   n o a h   h a s   d o n e   a t   t h e   b a c k   u p   c e n t e r   s p o t   s o   f a r   c e l t i c s
j u s t i n   j a c k s o n   i s   t h a t   d a w g   c e l t i c s
p r i t c h a r d   h a s   l o o k e d   g o o d   i n   t h e s e   s e c o n d   h a l v e s .   y o u   w o n d e r   w h a t   h i s   r o l e   a n d   f u t u r e   a r e   g o i n g   t o   b e   t h i s   s e a s o n   a n d   b e y o n d   a f t e r   c e l t i c s   g o t   d e e p e r   a t   t h e   g u a r d   s p o t .   t h e r e ' l l   b e   m o m e n t s   f o r   h i m ,   b u t   n o t   m a n y .
j u s t i n   j a c k s o n   b l o c k s   m a r k   w i l l i a m s   d u n k   a t   t h e   r i m .   t h e   u n c   o n   d u k e   c r i m e   i s   r e a l .   w h a t   a   s t r e t c h   f o r   j a c k s o n .   c e l t i c s   h o r n e t s
j a c k s o n   s a i d   d o n ’ t   p l a y   w i t h   h i m   t o n i g h t .   c e l t i c s   k e e p   t h a t   m o m e n t u m   m y   g u y .
j u s t i n   j a c k s o n   i s   g e t t i n g   s o m e   b u c k e t s   c e l t i c s
t h r e e   t h r e e s   i n   a   r o w   f o r   j u s t i n   j a c k s o n   a n d   h e   n e e d e d   t h o s e   f o r   h i s   c o n f i d e n c e .   c e l t i c s   h o r n e t s
j a c k s o n   s h o w e d   u p   t o n i g h t   c e l t i c s
g u e s s   w h a t   …   w e   s t i l l   h a v e   d a n i l o   a n d   r o b   w i l l i a m s   o n   s t a n d b y   😊 🫠 🤭   c e l t i c s     n b a  
t h i s   i s   a   f u n   b a c k   & a m p ;   f o r t h   c e l t i c s
g r a n t   w i l l i a m s   i s   w o r k i n g   o n   h i s   g a m e . 
 i   a i n ' t   n e v e r   s e e n   h i m   p u t   b a l l   o n   f l o o r   c e l t i c s
l a m e l o   b a l l   n e e d s   a n k l e   i n s u r a n c e   a f t e r   t h i s   c r o s s o v e r   b y   w h i t e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   l a m e l o   b a l l   c r o s s o v e r   c h a   c h a r l o t t e   h o r n e t s   b o s   b o s t o n   c e l t i c s
3   p r e   s e a s o n   g a m e s   i s   e n o u g h   f o r   m e . . .   s a m   h a u s e r   h o f   c e l t i c s  
9   b o a r d s   i n   1 6   m i n u t e s   f o r   b l a k e   g r i f f i n .   c e l t i c s   h o r n e t s
k e m b a   w a l k e r   t o     o n   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a :   " t h e y ' v e   g o t   a   g r e a t   c o a c h ,   b u t   e v e n   m o r e   i m p o r t a n t ,   h e ' s   a   s p e c i a l   p e r s o n .   h e ' s   a   s p e c i a l   g u y   t o   m e .   i ' v e   g o t   a   l o t   o f   l o v e   f o r   t h a t   g u y . "
r e a l l y   h a p p y   t o   s e e   k e m b a   c o u r t   s i d e .   w i s h   t h i n g s   c o u l d ’ v e   w o r k e d   o u t … . .   c e l t i c s
a l ,   m a l c o l m ,   m a r c u s ,   a n d   j a y s o n   c e l t i c s   g o c e l t i c s  
n i c e   s c r e e n   b y   g r i f f i n   t o   c l e a r   j a y l e n   f o r   a   3 .   c e l t i c s
g l a d   h e   i s   h e r e ,   a n d   b l a k e   i s   v e r y   m u c h   w i n d e d . . . l i k e   m y   a s s   b e   i n   t h i s   g a m e .   c e l t i c s
j f c   c e l t i c s   y a l l   s t i l l   h a v e n ' t   c l e a n e d   u p   t h e   t u r n o v e r s 
 s t o p   t u r n i n g   t h e   b a l l   o v e r !
e d d i e   h o u s e :   d r a y m o n d   g r e e n   ' a   b u l l y '   f o r   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   h a s   b e e n   t e r r i f i c   f o r   t h e   c e l t i c s   s o   f a r   i n   t h e   p r e s e a s o n .
c e l t i c s   v s .   h o r n e t s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
_ s m o o t h 1 0   w i t h   t h e   b l o c k !   t h a t ’ s   t h a t   c e l t i c s   d e f e n s e   c e l t i c s  
b l a k e   g r i f f i n   b u r y i n g   3 ’ s   🔥 🔥 🔥 
 
 c e l t i c s   •   b l e e d g r e e n   •   n b a   
 
  
g r i f f i n   r e p l a c e s   v o n l e h   t o   s t a r t   s e c o n d   h a l f .   c e l t i c s   h o r n e t s
d e r r i c k   c h i l l l l l   i t ’ s   o n l y   p r e s e a s o n     c e l t i c s   n b a  
b o s t o n   m a k i n g   a   c o m e   b a c k   n b a   c e l t i c s
( n e w   y o r k   t i m e s ) : b o s t o n   c e l t i c s   c o a c h   i m e   u d o k a   r o s e   f a s t   a n d   f e l l   h a r d   :   w e e k s   a f t e r   t h e   c e l t i c s   a b r u p t l y   s u s p e n d e d   u d o k a   f o r   t h e   s e a s o n ,   i t ’ s   s t i l l   n o t   e n t i r e l y   c l e a r   w h y .   s o m e   w h o   h a v e   k n o w n   h i m   a r e   s t r u g g l i n g   t o   m a k e   s e n s e   . .  
a f t e r   2   c e l t i c s   5 7 - 6 2   h o r n e t s
b l a k e   g r i f f i n   j u s t   s c o r e d   h i s   f i r s t   b a s k e t   a s   a   ! ☘ ️ ☘ ️ 
 b l a k e g r i f f i n   n b a   n b a t w i t t e r   n b a p r e s e a s o n   c e l t i c s   
  
🚨 c e l t i c s   t r a i l   t h e   h o r n e t s   6 2 - 5 7   a t   h a l f t i m e 
 
 t u n e   i n t o     p o s t g a m e   s h o w   a f t e r ! 
 
   & a m p ;   _ s w a y   r e c a p   c e l t i c s   v s   h o r n e t s ! 
 
 📺 w a t c h   l i v e :   
 
 ⚡ ️ b y   _ a g   |     |    
d e r r i c k   w h i t e   w o k e   u p   f e e l i n g   d a n g e r o u s   c e l t i c s
    a n d   c e l t i c s   f a n s   a r e   b l e s s e d   w i t h   t w o   o f   t h e   g r e a t e s t   p l a y - b y - p l a y   a n n o u n c e r s     a n d     ☘ ️   💚   b l e e d g r e e n   c e l t i c s
l e a d i n g   t h e   c e l t i c s   i n   s c o r i n g   w i t h   1 5   p o i n t s ,   5 / 8   f r o m   t h e   f l o o r ,   h e ' s   d i s h e d   o u t   5   a s s i s t s   a n d   p u l l e d   d o w n   2   b o a r d s .  
d e r r i c k   w h i t e   i s   p l a y i n g   r e a l l y   w e l l   o n   b o t h   s i d e s .   c e l t i c s   h o r n e t s
l e t ' s   g o   c e l t i c s .   c e l t i c s
b l a k e   f o r   3   c e l t i c s
e v e r y t h i n g   i t ' s   o k   c e l t i c s 
 
 b e l i e v e   i n   b o s t o n   
 
 r o a d t o 1 8   ☘ ️  
p l u m l e e   i s   a   p l u m l e e .   c e l t i c s
n o a h   v o n l e h   b e e n   n i c e   s o   f a r   t o d a y ,   g o i n g   a   l o n g   w a y   t o   m a k i n g   t h e   r o s t e r   c e l t i c s
n o   o f f e n s e   t o   t h e   g u y ,   b u t   i   d o n ' t   t h i n k   n o a h   v o n   l e h   i s   g o i n g   t o   m a k e   i t   c e l t i c s   b l e e d g r e e n
c e l t i c s   r e a l l y   t r y i n g   t o   g e t   a   l o n g   l o o k   a t   v o n l e h   a n d   h e   c a n ' t   s t o p   s e t t i n g   i l l e g a l   s c r e e n s .
l a m e l o   j u s t   g o t   h i s   a n k l e s   t a k e n   a w a y   b y   ! 
 n b a   n b a t w i t t e r   c e l t i c s   n b a p r e s e a s o n   c l u b g r e e n   h i g h l i g h t   
  
o h   s h i t !     f u c k i n   b i g   s t u d   b l a k e   g r i f f o n   i s   b a c k . . .   c e l t i c s   b i g r e d   b l e e d s g r e e n
s i x   m i n u t e s   f o r   g r i f f i n   i n   h i s   f i r s t   s t i n t .   2   p t s ,   4   r e b s .   c e l t i c s   h o r n e t s
b r i c k   g r i f f i n   t o n i g h t . . . c e l t i c s  
y e a r   1   v s .   y e a r   7 
 j a y l e n   b r o w n ,   c e l t i c s  
3 5 - 2 2   h o r n e t s   
 
 l a m e l o   g o t   c o o k i n g ,   c e l t i c s   b a d   o n   t h e   b o a r d s   a n d   t u r n o v e r s   c o n t i n u e .   b r o w n   a n d   w h i t e   l o o k e d   g o o d ,   w h i c h   m i g h t   b e   a l l   t h a t   m a t t e r s .   w a n t   t o   s e e   a   s t r o n g e r   f l a s h   f r o m   g r a n t   & a m p ;   h a u s e r   i n   t h e i r   n e x t   r o t a t i o n s .
a f t e r   1   c e l t i c s   2 2 - 3 5   h o r n e t s
c e l t i c s   t r a i l   3 5 - 2 2   a f t e r   1 q .   w h i t e   8 ,   b r o w n   7 ;   b a l l   1 5 .   i t ' s   g o n n a   b e   a   l o n g   t h r e e   r e m a i n i n g   q u a r t e r s .
f i r s t   q u a r t e r   i n   t h e   b o o k s   o f   p r e s e a s o n   g a m e   3 .   
 
 h i g h l i g h t :   b l a k e   g r i f f i n ' s   c e l t i c s   d e b u t . 
 
 l o w l i g h t :   c e l t i c s   d o w n   3 5 - 2 2   w i t h   9   t u r n o v e r s .
o m w   i   k n o w   i t ' s   p r e s e a s o n ,   b u t   t h i s   i s   t h e   s l o p p i e s t   n b a   g a m e   i ' v e   e v e r   s e e n .   i   r e m e m b e r   w h e n   t h e i s   f i r s t   j o i n e d   t h e   c e l t i c s     a n d   t h a t   g a m e   w h e r e   h e   l i t   t h e   p l a c e   u p .
m a n   c e l t s   a r e   g e t t i n g   r o c k e d !   c e l t i c s
c e l t i c s   g i v i n g   u p   a   t o n   o f   o - b o a r d s   a n d   t u r n o v e r s   i n   t h e   f i r s t .   a   l o t   o f   g u y s   r e s t i n g   a l s o   a f f e c t i n g   t h e   c h e m i s t r y   o f   t h e   h a l f   c o u r t   o f f e n s e .   c e l t i c s
t h o m a s - b r o w n - g r i f f i n - l a y m a n - p r i t c h a r d   t h e   l a t e s t   c e l t i c s   u n i t .
w e   g e t t i n g   c o o k e d   r i g h t   n o w   c e l t i c s   
 
 l a m e l o   m i g h t   d r o p   4 0   o n   u s   i f   t o n i g h t   i n   p r e   s e a s o n
s a m   h a u s e r   a n d   b l a k e   g r i f f i n   a r e   t h e   d u o   b o s t o n s   b e e n   w a i t i n g   f o r   🫡 
 
 c e l t i c s
c e l t i c s   l o o k   r e a l l y   t i r e d ,   m a z z u l l a   c a l l s   t i m e o u t   d o w n   3 2 - 1 7   l a t e   1 q .
  s a m   h a u s e r ’ s   n i c k n a m e   i s   “ h a u s e r   p a i n ” 
 
 i n s t e a d   o f   “ h o u s e   o f   p a i n ”   
 
 c e l t i c s  
b l a k e   g r i f f i n   c h e c k s   i n   c e l t i c s
c e l t i c s   v s .   h o r n e t s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
4   c h a   o r e b   i n   7   m i n .   c e l t i c s   g a v e   u p   1 6   o r e b   o n   s u n d a y   a n d   1 3   o n   w e d n e s d a y . 
 
 1 4 . 5   p e r   g a m e   e n t e r e d   t h e   n i g h t   r a n k e d   2 6 t h   i n   t h e   p r e s e a s o n .
c e l t i c s   v s   h o r n e t s   p r e s e a s o n .   t h i s   i s   g r a n t   w i l l i a m s   f a m i l y .   b l e e d g r e e n   c e l t i c s  
t h e   h o r n e t s   c o m m e n t a t o r s   b e   w i l d   e v e n   i n   p r e   s e a s o n   😂 😂   n b a   c e l t i c s
t h i s   s t a r t i n g   l i n e   u p   w i t h   t h e   b e n c h   w e   g o t   r n   w o u l d   b e   a   6 t h   s e e d   t e a m   l m a o   c e l t i c s   l e t ’ s   g o
r e f s   a c t i n g   l i k e   l e b r o n   i s   p l a y i n g   c e l t i c s
d e r r i c k   w h i t e   j u s t   d r o p p e d   l a m e l o   b a l l   i n   p r e s e a s o n .   m y   b o y   d   w h i t e   c e l t i c s   ☘ ️ ☘ ️ ☘ ️ ☘ ️ 😤 😮 ‍ 💨
_ c j d r   2 4 a u t o g r o u p   a s s a u l t i n g   p e o p l e   o n   c o m m e r c i a l s       c e l t i c s   . . .   
 
 n o p e !   n o b o d y   c o m i n g   t o   y o u   f r o m   t h o s e   c o m m e r c i a l s . . .   w e   h a t e   y o u .
j a y s o n   t a t u m   i s   n o t   c o n c e r n e d   a b o u t   p r e s e a s o n   s t r u g g l e s ,   s a y s   ' i   s t a r t   o f f   s l o w '   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d e a r     :   t h a t   2 4 a u t o g r o u p   c o m m e r c i a l ?   i ’ m   n o t   i n t o   t h e   3 r d   p r e s e a s o n   g a m e   a n d   i   h a v e   a l r e a d y   s w o r n   t o   n e v e r   b u y   f r o m   t h e m ,   n e v e r   l e t   f r i e n d s   a n d   f a m i l y   b u y   f r o m   t h e m ,   a n d   r e a d y   t o   f i l e   a   f c c   c o m p l a i n t .   w h y   d o   y o u   h a t e   y o u r   v i e w e r s ?   c e l t i c s
1 s t   c e l t i c s   e d i t   v a r i a n t   f o r   ' 2 2 - ' 2 3   -   u b u n t u   2 . 0   -   w i t h   b l a k e !   🤍   a n d   r e t w e e t   p l e a s e ,   t h a n k   y o u !   ☘ ️ 
 
     _ w i l l i a m s i i i   _ m s 3     _ h o r f o r d         _ s m o o t h 1 0          
c e l t i c s   s t a r t e r s :   h a u s e r ,   b r o w n ,   v o n l e h ,   w h i t e ,   g w i l l i a m s
  v s     -   t h e   s c a r y   g o r d o   c u p ! 
 
 
 
 n b a p r e s e a s o n   n b a   c e l t i c s   h o r n e t s  
c e l t i c s   n o t   w a t c h i n g   t o d a y   i ’ m   a t   t h e   k n i c k s   g a m e   i n   n e w   y o r k   c i t y   b u t   g o   c e l t i c s   t o n i g h t   i ’ m   a c t u a l l y   a t   a   g a m e   a t   m a d i s o n   s q u a r e   g a r d e n
i n   t h e   s p o r t s   w o r l d ,   t h e   h e a d   c o a c h   i s   v e r y   “ f a m o u s ” .   t h a t   i s   c e l e b r i t y .   a n d   i t ’ s   i n t o x i c a t i n g !   e v e n   t o   p e o p l e   w h o   s h o u l d   k n o w   b e t t e r .   i m e u d o k a   b o s t o n   c e l t i c s   n b a   n i a l o n g  
w h i t e - b r o w n - h a u s e r - g r a n t - v o n l e h   f o r   t h e   c e l t i c s   
 
 h o r n e t s   w i t h o u t   h a y w a r d ,   s m i t h ,   m a r t i n  
a l m o s t   g a m e   t i m e !   c e l t i c s  
d e s p i t e   n o t   p l a y i n g   t o n i g h t   i n   t h e   c e l t i c s   p r e s e a s o n   b o u t   a g a i n s t   t h e   h o r n e t s ,   f i n d   o u t   w h y   j a y s o n t a t u m   i s n ’ t   c o n c e r n e d   a b o u t   h i s   e a r l y   o f f e n s i v e   s t r u g g l e s  
d e s p i t e   n o t   p l a y i n g   t o n i g h t   i n   t h e   c e l t i c s   p r e s e a s o n   b o u t   a g a i n s t   t h e   h o r n e t s ,   f i n d   o u t   w h y   j a y s o n t a t u m   i s n ’ t   c o n c e r n e d   a b o u t   h i s   e a r l y   o f f e n s i v e   s t r u g g l e s  
c ’ s   i n a c t i v e   l i s t :   j a y s o n   t a t u m * ,   d a n i l o   g a l l i n a r i ,   m a l c o l m   b r o g d o n * ,   m a r c u s   s m a r t * ,   l u k e   k o r n e t ,   a l   h o r f o r d * ,   a n d   r o b e r t   w i l l i a m s   c e l t i c s 
 
 * r e s t
p r e s e a s o n   g a m e   t h r e e   s t a r t e r s : 
 w h i t e ,   h a u s e r ,   b r o w n ,   g .   w i l l i a m s ,   a n d   v o n l e h   c e l t i c s   b l e e d g r e e n   ☘ ️
c e l t i c s   s t a r t i n g   l i n e u p   f o r   g a m e   3   o f   t h e   p r e s e a s o n :  
r e a d y   t o   s e e   t h i s   l i n e   u p   i n   a c t i o n !   l o v e   p r e - s e a s o n   c e l t i c s ☘ ️   b a s k e t b a l l ! !  
i   j u s t   p u b l i s h e d   t o p   1 0   b o s t o n   c e l t i c s  
j a y l e n   b r o w n   w i l l   b e   t h e   l o n e   m e m b e r   o f   t h e   f i r s t   u n i t   t o   g e t   m i n u t e s   t o n i g h t .   c e l t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a l t h o u g h   b l a k e   g r i f f i n   s i g n e d   f o r   l e s s   t h a n   h i s   r e a l - t i m e   v a l u e ,   h i s   a d j u s t m e n t   t o   t h e   v e t e r a n   m i n i m u m   d o e s   w e l l   f o r   a   c e l t i c s   t e a m   l o o k i n g   t o   m a i n t a i n   a   s t r o n g   f o u n d a t i o n   f o r   i t s   c o r e .    
b r a d ! ! ! !   c e l t i c s  
s c a l   a n d   g o r d o n   h a v i n g   a   c o n v o   c e l t i c s  
s a m e   s t a r t i n g   f i v e   f o r   t h e   h o r n e t s   t o n i g h t .   s t e v e   c l i f f o r d   s a i d   l a m e l o ,   t e r r y   r o z i e r   a n d …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i g h t   o f f   f o r   s o m e   o f   t h e   c e l t i c s   r e g u l a r s .   b l a k e   g r i f f i n   w i l l   m a k e   h i s   t e a m   d e b u t ,   t h o u g h .    
c e l t i c s   s t a r   j a y l e n   b r o w n   o p e n s   u p   d u r i n g   b o s t o n ,   m f a   p a n e l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
d e r r i c k   w h i t e   s a y s   t h e   c e l t i c s   h a v e   w o r k e d   o n   d e f e n s i v e   s w i t c h e s   a h e a d   o f   t o n i g h t ’ s   g a m e      
j b   w a n t s   t o   w i n 
 j t   w a n t s   t o   w i n 
 i   w a n t   t o   w i n 
 c e l t i c s 
  
c a r e f u l   i m e . . .   j u s t   f o u n d   t h i s . . .     
 
 c e l t i c s   i m e u d o k a  
n e w   c e l t i c s   b o t t l e   o p e n e r   😍 ☘ ️ 🔥  
b l a k e   g r i f f i n ’ s   f i r s t   p r e g a m e   r o u t i n e   w i t h   t h e   c e l t i c s 

g o t   a   f u l l   s c h e d u l e   f o r   t o n i g h t ! 
 n b a t v   n b a   n b a t w i t t e r   c e l t i c s   a l l f l y   p a c e r s   k n i c k s   n u g g e t s   b u l l s n a t i o n   w e t h e n o r t h   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s   m a g i c   m f f l   m a v e r i c k s   r a p t o r s   h o r n e t s   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n  
“ t a k e   i t   o n e   d a y   a t   a   t i m e ” 👀   c e l t i c s   
  
t h e   c e l t i c s   s e c o n d   u n i t   i s   g o i n g   t o   b e   s t r o n g   t h i s   s e a s o n .   t h e r e ’ s   a   t o n   o f   l i n e u p   v a r i a t i o n s   a n d   r o t a t i o n s   u p   j o e   m a z z u l l a ’ s   s l e e v e .   i ’ m   i n t e r e s t e d   t o   s e e   a   l i n e u p   o f :   b r o g d o n ,   b r o w n ,   h a u s e r ,   g r a n t ,   a n d   g r i f f i n .   b r o g d o n ’ s   b u i l t   a   q u i c k   r a p p o r t   w i t h   b r o w n ,   h a u s e r ,   a n d   g r a n t
h a d   t o   b e   t h e   c e l t i c s   w h o   p a i d   f o r   t h e   t a p e s   t o   l e a k   w a r r i o r s   c e l t i c s   n b a
1 s t   c e l t i c s   e d i t   f o r   ' 2 2 - ' 2 3   -   u b u n t u   2 . 0   -   i t ' s   g o i n g   t o   b e   a n   i n c r e d i b l e   s e a s o n   o n   t h e   w a y   t o   b a n n e r 1 8   🤍   a n d   r e t w e e t   p l e a s e ,   t h a n k   y o u ! 
 
     _ w i l l i a m s i i i   _ m s 3     _ h o r f o r d         _ s m o o t h 1 0    
c a n   s a m   h a u s e r   c r e a t e   f o r   h i m s e l f ?   w a t c h   t h i s   👀   c e l t i c s  
j a y l e n   b r o w n   w i l l   b e   t h e   l o n e   m e m b e r   o f   t h e   f i r s t   u n i t   t o   g e t   m i n u t e s   t o n i g h t .   c e l t i c s
c e l t i c s   s t a r   j a y l e n   b r o w n   o p e n s   u p   d u r i n g   b o s t o n ,   m f a   p a n e l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c h a r l o t t e   h o r n e t s   a t   b o s t o n   c e l t i c s   p r e v i e w   a n d   g a m e   t h r e a d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h i s   i s   w h y   t h e     a r e   o n e   o f   t h e   b e s t   o r g a n i z a t i o n s .   t h e   s o m e   w o u l d   s a y   " t o o   l o n g "   o f   a   s u s p e n s i o n   t o   i m e   s e t s   t h e   p r e c e d e n t   m o v i n g   f o r w a r d ,   m u c h   u n l i k e   t h e   s l a p   o n   t h e   w r i s t   m o s t   e x p e c t   f r o m   t h e   .     c e l t i c s   w a r r i o r s     s u c k e r p u n c h
d r a y m o n d   g r e e n   i s   a   p i e c e   o f   s h i t   w h o   k n e w   🤷 ‍ ♂ ️   c e l t i c s
t h e   g a m e s   m i k e   g o r m a n   w i l l   h a v e   o f f   t h i s   s e a s o n ,   s e a n   g r a n d e   w i l l   b e   f i l l i n g   i n   f o r   h i m   🍀   c e l t i c s
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   p r i c e   o f   b a s k e t b a l l   i s   s o   e x p e n s i v e   t h a t   g r a n t   w i l l i a m s   i s   c o m m a n d i n g   $ 1 2 m m ? ? ?   c e l t i c s  
n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s
t a k i n g   a n y   c e l t i c s   r e l a t e d   t h o u g h t s   o r   q u e s t i o n s   l e a d i n g   u p   t o   t h e   g a m e !   i ’ l l   a n s w e r   a n y t h i n g   i   c a n   t o   t h e   b e s t   o f   m y   a b i l i t y   w i t h   m y   h o n e s t   o p i n i o n !   l e t ’ s   s t a r t   a   t h r e a d   c e l t i c s   f a n s !
  i ’ m   s u r e     a n d   t h e       a r e   g o i n g   t o   d o   t h e   r i g h t   t h i n g   a n d   s u s p e n d     
 
 t h e y   w e r e   a l l   s o   o f f e n d e d   w h e n   c e l t i c s   f a n s   s w o r e   a t   p o o r   d r a y m o n d   i n   t h e   f i n a l s .       
 
 a s s a u l t   & g t ;   b a d   l a n g u a g e  
b o s t o n   c e l t i c s :   b / r   s e e s   d e r r i c k   w h i t e   a s   o d d   m a n   o u t   i n   b a c k c o u r t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
📣   n e w   p o d c a s t !   " e p .   2 0 5   -   d i d   d a n n y   a i n g e   l e a k   t h e   i m e   u d o k a   s t o r y ? "   o n     a i n g e   c e l t i c s   d r a y m o n d   k a r e e m   l a k e r s   l e b r o n   n b a   u d o k a   w e m b a n y a m a  
    d r a y m o n d   s h o u l d   b e   t h e   o n e   b e i n g   s u e d   a n d   d i s c i p l i n e d .   y o u   c a n ' t   j u s t   r o c k   a   g u y   l i k e   t h a t   w h e n   y o u r   a   g r o w n   m a n . . . c e l t i c s   f a n s   g e t   c a l l e d   o u t   f o r   y e l l i n g   p r o f a n i t y   a t   h i m .   i   w o n d e r   w h a t     w i f e   s a y s   a b o u t   h i m   s u c k e r   p u n c h i n g   a   t e a m m a t e .   h o w s   t h a t   l o o k   f o r   h i s   k i d s ?
t h e   p o w e r s   o f   7 :   r e i n t r o d u c i n g   t h e   2 0 2 2 - 2 3   n b a   t i t l e   c o n t e n d e r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   ( 1 - 1 )   a t   c h a r l o t t e   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  l e t ’ s   g e t   i t   d o n e   c e l t i c s
b o s t o n   c e l t i c s   ( 1 - 1 )   a t   c h a r l o t t e   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f y y y y   p l a y i n g   t o n i g h t   l e t ’ s   s e e e e e   h o w   h e   c a n   d o   i n   c e l t i c s   g r e e n   👀 👀 👀 👀 ☘ ️ 💪 🏻
n o t h i n g   g e t s   i n   t h e   w a y   o f   j a y s o n   t a t u m   b e i n g   a   d a d ,   n o t   e v e n   b e i n g   a   p r o f e s s i o n a l   a t h l e t e ,   a n d   i ’ m   p r o u d   t o   s a y   i t ’ s   g r e a t   t o   s e e   c e l t i c s   

w e   w i l l   g l a d l y   b e   t h e   s a f e   p l a c e   f o r   j o r d a n   p o o l e   😎 💯 ☘ ️   j o r d a n p o o l e   d r a y m o n d g r e e n   c e l t i c s   n b a   🗣 ️ 🗣 ️ 🤗  
n e w   v i d e o   a l e r t ! 
 b u c k s   v s .   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   -   2 k 2 3 

w e m b a n y a m a   _ 3 2   i s   e x a c t l y   t h e   t y p e   o f   p l a y e r   i   c r e a t e d   i n   n b a   l i v e   2 0 0 0 ,   j u s   s a y i n ,   h o p e   h e   s t a y s   h e a l t h y ,   h u m b l e   a n d   l e v e l   h e a d e d !     n b a   j o r d a n   k o b e   l e b r o n   k n i c k s   l a k e r s   c e l t i c s  
n e w   v i d e o   t o   w a t c h : 
 
 " r a p t o r s   a t   c e l t i c s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c e l t i c s   b o s t o n c e l t i c s 
 

d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   g a m e   w i t   m y   b a b y   🥰 ☘ ️
b e s t   s o u n d   i n   s p o r t s   s h o r t s   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
t h e r e ’ s   s o m e t h i n g   a b o u t   b l a k e   g r i f f i n   t h a t   i ’ m   r e a l l y   i n t r i g u e d   w i t h .   i ’ m   r e a l l y   h i g h   o n   h i m   i n   b o s t o n .   c e l t i c s  
b o s t o n   c e l t i c s   a l u m   p e t e   m a r a v i c h ’ s   w r i s t   p a s s   w a s   a   d e v a s t a t i n g   w e a p o n .   p e t e m a r a v i c h   m a r a v i c h   p i s t o l p e t e   p i s t o l p e t e m a r a v i c h  
l e a v e   i t   t o   t h e   d u b s   t o   b e a t   t h e   c e l t i c s   a g a i n . . .   
 a n o t h e r   e x e c u t i o n   o f   a w k w a r d   i n t e r l o c u t i o n ,   
 m i g h t   b e   s o m e   f r e n z i e d   m e d i a   d a y s   f o r t h c o m i n g   i n   
 o a k l a n d   t o o .   
 
 i m g o n n a g i t y o u s u c k a p u n c h   
 n b a
a l e x   b a r l o w   g e t s   h i s   f i r s t   s h o t   a s   h e a d   c o a c h :   k e e p   a n   e y e   o n   t h e   m a i n e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   e x e c u t i v e s   g i v e   g r a n t   w i l l i a m s   a   $ 1 2 - 1 3 m   a n n u a l   s a l a r y   i n   a n   e x t e n s i o n   c e l t i c s   
 

d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s p e a k i n g   a t   m f a   p a n e l ,   c e l t i c s ’   j a y l e n   b r o w n   c h a l l e n g e s   b o s t o n i a n s   t o   b e t t e r   c i t y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   d o n ’ t   t h i n k   b l a k e   g r i f f i n   a t   t h e   f i v e   i s   a   b a d   o p t i o n   f o r   t h e   c e l t i c s   i n   c e r t a i n   s e t s
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s p e a k i n g   a t   m f a   p a n e l ,   c e l t i c s '   j a y l e n   b r o w n   c h a l l e n g e s   b o s t o n i a n s   t o   b e t t e r   c i t y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i f   t h e   c e l t i c s   r e - s i g n   g r a n t   w i l l i a m s   f o r   f o u r   y e a r s   i n   t h e   n e i g h b o r h o o d   o f   $ 5 0 m ,   t h a t ' s   a   h u g e   b a r g a i n .  
d o n ’ t   b e   d e c e i v e d ,   t e a m s   l e a k   w h a t   t h e y   w a n t ,   h o w   t h e y   w a n t ,   w h e n   t h e y   w a n t   t o   s e r v e   t h e   o r g a n i z a t i o n   c e l t i c s   w a r r i o r s
b r o w n   t o o k   a n   i n t e r e s t   i n   k a b e n g e l e   a f t e r   t h e   2 5 - y e a r - o l d   b i g ,   w h o   i s   f i g h t i n g   f o r   a   r o t a t i o n   s p o t ,   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  i t ’ s   a b o u t   w i n n i n g   c h a m p i o n s h i p s   i n   b o s t o n .     e v e n   t a t u m   a n d   b r o w n   a d m i t t e d   t h e y   w o u l d   r a t h e r   h a v e   b a n n e r   1 8   t h a n   a l l   t h e   i n d i v i d u a l   a c c o l a d e s .     c e l t i c s
b u t   k a b e n g e l e   f e e l s   h e ’ s   f i n a l l y   f o u n d   t h e   r i g h t   p a t h .   “ i ’ m   n o t   t h e   s a m e   p e r s o n   i   w a s   i n   m y   r o …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   w i l l   m a k e   c e l t i c s   d e b u t   f r i d a y   a g a i n s t   t h e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e x p e c t   t o   s e e   a   l o t   o f   m i n u t e s   g o   t o   t h e   f i v e   g u y s   t r y i n g   t o   m a k e   t h e   r o s t e r   o n   t r a i n i n g   c a m p   d e a l s   a s   t h e y   s t i l l   h a v e   s o m e t h i n g   t o   p r o v e ,   n o t   t o   m e n t i o n   t h e   c e l t i c s   a r e   s t i l l   l o o k i n g   t o   s i g n   a t   l e a s t   o n e   m o r e   p l a y e r   b e f o r e   t h e   s t a r t   o f   t h e   s e a s o n .
      h a h a ,   t h a t   h a p p e n e d   w i t h   t h e   c e l t i c s   a n d   g r a n t   w i l l i a m s .   s o m e h o w ,   t h a t   w o r k e d   i n   t h e i r   f a v o r : 
 

t h i n g s   w o u l d   p a n   o u t   v e r y   n i c e l y   f o r   o t h e r   t e a m s ,   i f   t h e   w a r r i o r s   a n d   t h e   c e l t i c s   a r e   m u d d l e d   w i t h   d e r a i l m e n t s   a l l   s e a s o n .
k e v i n   g a r n e t t   i s   t h e   e p i t o m e   o f   t h e   s t r e t c h   4 . 
   
 c e l t i c s   t i m b e r w o l v e s   b o s t o n   m i n n e s o t a    
s o   y o u ' r e   n o t   a l l o w e d   t o   d a t e   s o m e o n e   i n   y o u r   o r g a n i z a t i o n   b u t   y o u   c a n   p u n c h   t h e   s h i t   o u t   o f   s o m e o n e .     g o t   i t .     w a r r i o r s   c e l t i c s
w h o   h a d   b e t t e r   o f f - s e a s o n   d r a m a ,   t h e   c e l t i c s   o r   t h e   w a r r i o r s   ?                                             c e l t i c s   w a r r i o r s   d r a y m o n d g r e e n   i m e u d o k a   n b a
t h r i l l e d   t o   b e   b a c k     t o n i g h t !     h e a r t   g e t s   s u n g   o u t   s t a r t i n g   a t   6 p m   i n   t h e   b a s e   l o d g e .     
 
 a c o u s t i c   f o l k   r o c k   c e l t i c s  
b l a k e   g r i f f i n   w i l l   m a k e   c e l t i c s   d e b u t   f r i d a y   a g a i n s t   t h e   h o r n e t s 

w e ’ r e   g e t t i n g   b l a k e   g r i f f i n   t o n i g h t   👀   c e l t i c s
3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   w i n   t o t a l   p i c k s :   w h y   c a v a l i e r s   a r e   t r e n d i n g   u p   i n   c e n t r a l   d i v i s i o n . . . 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   c h a r l o t t e   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i ’ m   s o   u p s e t   t h a t   m y   c e l t i c s   a r e   p l a y i n g   g r e e n s b o r o   t o n i g h t   & a m p ;   i   w o n ’ t   b e   t h e r e   😩   
 i   t h o u g h t   t h e   g a m e   w a s   i n   c h a r l o t t e   t h i s   w h o l e   t i m e .
b l a k e   s e t   t o   l i k e l y   m a k e   h i s   c e l t i c s   d e b u t   t o n i g h t .  
b l a k e   g r i f f i n   s a i d   h e ’ s   g o i n g   t o   p l a y   t o n i g h t   i n   g r e e n s b o r o ,   l i k e l y   1 0   t o   1 2   m i n u t e s .   s a i d   h i s   b o d y   f e e l s   g o o d ,   r e a d y   f o r   g a m e   a c t i o n .   c e l t i c s   h o r n e t s .
l o o k s   l i k e   a   r e s t   n i g h t   f o r   t h e   c e l t i c s   i n   g r e e n s b o r o .   s t a r t e r s   p l a y e d   c o n s i d e r a b l e   m i n u t e s   o n   w e d n e s d a y .  
b o s t o n   c e l t i c s :   c b   w a n t s   f o r m e r   d r a f t   l o t t e r y   b i g   m a n   t o   m a k e   c s   r o s t e r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
1 0 x   n b a   a l l - s t a r !   4   r e a s o n s   t h e   c e l t i c s   i n   t r o u b l e   t h i s   n b a s e a s o n   .   i m e u d o k a    
b e s t   o f   j a y s o n   t a t u m   f r o m   2 0 2 2   p l a y o f f s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s o   w e   m o s t   l i k e l y   w i l l   b e   s e e i n g   b l a k e   g r i f f i n   m a k i n g   h i s   c e l t i c s   d e b u t   t o n i g h t .  
c o n s i d e r i n g   a l l   t h e   f i r s t   u n i t   g u y s   a r e   s t i l l   h e r e   a t   g r e e n s b o r o   w o r k i n g   o u t   w e l l   a f t e r   s h o o t a r o u n d ,   d o n ’ t   e x p e c t   t a t u m ,   b r o w n ,   h o r f o r d ,   b r o g d o n   o r   s m a r t   t o   p l a y   v s   h o r n e t s   t o n i g h t .   c e l t i c s .  
j u s t   i m a g i n e   i f   a n y   o f   t h e s e   t r a d e s   h a p p e n e d   t o   k o b e   b r y a n t   a n d   t h e   l a k e r s   👀 👀 
 
 ( t h r e a d :   p a r t   2   b e l o w ) 
 
 l a k e r s   l a k e s h o w   k o b e b r y a n t   b l a c k m a m b a   b u l l s   p i s t o n s   m a v s   c e l t i c s   n b a  
⚽ | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   p r i x   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 2 0 2 2  
m i s t r e s s   i d e n t i f i e d !   t h e   i d e n t i t y   o f   t h e   w o m a n   w h o   h a d   a n   a f f a i r   w i t h   n i a l o n g ' s   f i a n c é ,   c e l t i c s   c o a c h   i m e u d o k a ,   h a s   b e e n   r e v e a l e d . 

t h i s   “ h y p e ”   v i d e o   h a s   m a d e   m e   t e a r   u p …   c o m i n g   s o o n   b u t   i d k   i f   y ’ a l l   a r e   r e a d y   ☘ ️ 👀 
 
 b l e e d g r e e n   c e l t i c s  
h o t   t a k e s   w e   m i g h t   a c t u a l l y   b e l i e v e :   c e l t i c s   m o r e   l i k e l y   t h a n   w a r r i o r s   t o   r e t u r n   t o   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   h a s   e a r n e d   a n   i m p o r t a n t   r o l e   o f f   t h e   c e l t i c s   b e n c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   t r a v e l   t o   h o u s t o n   t o   f a c e   r o c k e t s :   p r e v i e w ,   s t a r t   t i m e ,   a n d   m o r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
    k i n g a r t h u r   o f   w a l e ' s   a n d   h i s   k i n g d o m . . .   t h e   c e l t i c s   v i k i n g s   w e r e   m u s l i m   🤲 🏻 📖 ✨   t h e   q u r a n   a c t s   a s   k r y p t o n i t e   t o   s o r c e r e r ' s   a n d   t h e   j i n n   🧞 🦇   s h a y a t e e n .   m o n t   s t .   m i c h e l   i s   l i n k e d   t o   k i n g   a r t h u r ' s   c a s t l e .
c o n n o r s   o n l y   p l a y e d   l e s s   t h a n   t w o   s e a s o n s   f o r   t h e   c e l t i c s   t o   p u r s u e   a   d r e a m   i n   t h e   m l b ,   w h i c h   h e   w a s   t r y i n g   t o   d o   b e f o r e   h e   j o i n e d   t h e   a r m y   i n   w w i i .   h e   e v e n t u a l l y   r e a l i z e d   h e   w a s n ’ t   g o i n g   t o   m a k e   a   c a r e e r   f o r   h i m s e l f   i n   s p o r t s   a n d   p u r s u e d   a n   a c t i n g   c a r e e r .
c h u c k   c o n n o r s   w o u l d   j o i n   t h e   n e w l y   c r e a t e d   c e l t i c s   i n   1 9 4 6   a f t e r   h e   w a s   d i s c h a r g e d   f r o m   t h e   m i l i t a r y .   c o n n o r s   b r o k e   t h e   b a c k b o a r d   d u r i n g   p r e g a m e   o f   t h e   c e l t i c s   i n a u g u r a l   h o m e   o p e n e r   b y   a   s l a m   d u n k ,   d e l a y i n g   t h e   g a m e   a n d   b e c o m i n g   t h e   f i r s t   p l a y e r   t o   b r e a k   a   b a c k b o a r d .  
s a m   h a u s e r   l o o k s   m o r e   l i k e   l a r r y   b i r d   t h a n   h e   d o e s   g o r d o n   h a y w a r d ,   b o t h   a s   a   s h o o t e r   a n d   a   p e r s o n   c e l t i c s  
l a r r y   b i r d .   l e g e n d s   a r e n ’ t   b o r n ,   t h e y ’ r e   m a d e .   c e l t i c s    
i t   w a s   c o n c e n t u a l   b u t t   s t i l l   w r o n g   n o n e t h e l e s s   f o r   t h e   c e l t i c s   h e a d   c o a c h .   f y i , 
 b i l l c l i n t o n   g o t   s o m e   r e a l   " f a c e t i m e "   🤣 🤣 🤣   f r o m   m o n i c a . . s h e   t u r n e d   a r o u n d   a n d   w r o t e   a   b o o k   m a d e   a   💰 🤔 . . b i l l   s t i l l   d i d   b i l l   a n d   g o t   a   d o l l a r   b i l l .  
s a m   h a u s e r   h a s   e a r n e d   a n   i m p o r t a n t   r o l e   o f f   t h e   c e l t i c s   b e n c h  
d o   r a p t o r s   a n d   c e l t i c s   f a n s   h a v e   b e e f . . .   😆   
 
 
 
 r a p t o r s   t o r o n t o   b o s t o n   c e l t i c s
s a m   h a u s e r   i s   p r o v i n g   h e ' s   r e a d y   f o r   a   b i g g e r   r o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   c e l t i c s   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   f o u   d e   2 1 € 
 🛒 
 
 n b a  
  d r a y m o n d   j u s t   b e c a m e   a   c e l t i c s   f a n   f a v o r i t e   f u c k p o o l e
s a m   h a u s e r   i s   p r o v i n g   h e ’ s   r e a d y   f o r   a   b i g g e r   r o l e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   f i r s t   c e l t i c s ,   c r e a t e d   i n   1 9 4 6 🍀  
m o r e   p r a y e r s   u p   f o r   b l a c k   l o v e         . _   
 p o d c a s t   r e e l s   f u n n y   r e l a t i o n s h i p   t r e n d i n g   b r e a k i n g   b l a c k i n s t a g r a m   b l a c k t w i t t e r   n b a   b o s t o n   c e l t i c s   n i a l o n g   i m e u d o k a  
g a m e d a y   v i b e s   🤠   
 
 t h e   h o r n e t s   a r e   b a c k   i n   a c t i o n   t o n i g h t   a g a i n s t   t h e   c e l t i c s ;   t i m e   f o r   a   t u r n a r o u n d !   
 
 a l l f l y   🐝  
i f   y o u   g r e w   u p   i n   b o s t o n   w h e n   i   d i d ,   p a u l   w e s t p h a l   w a s   a   g u y   y o u   a l w a y s   r o o t e d   f o r .   e v e n   w h e n   h e   w a s   o n   t h e   o t h e r   t e a m .   c e l t i c s    
o n   b i l l   r u s s e l l ’ s   l e g a c y   a n d   b o s t o n   b a s k e t b a l l   w /   r e p .   a y a n n a   p r e s s l e y   
   
 
   
 b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
k a t h l e e n n i m m o l y n c h   c e l t i c s   n b a   s o   n o w   w e   f i n a l l y   k n o w   w h o   i s   t h e   o t h e r   w o m a n   a n d   🤦 🏾 ‍ ♀ ️  
📣   n e w   p o d c a s t !   " t h e   b l a c k   m a l e   p o d c a s t   e p   8 1   -   t a k e   o w n e r s h i p "   o n     s p o r t s   x   b l a c k m a l e   b o s t o n   c e l t i c s   c o a c h   g e t   g e t t i n g   g w u n n e t w o r k   h u r t   l a m a r   l o v e   n e e d s   p a i d   p o d c a s t   t a l k   t o   t r e d o t   t s i s w h o i a m   t u e  
p r e s e a s o n   g a m e   t h r e e .   c ’ s   h a v e   s p l i t   t h e i r   f i r s t   t w o   g a m e s   w h i l e   c h a r l o t t e   h a s   l o s t   b o t h   o f   t h e i r   g a m e s .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d   b a l l i s l i f e     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
g o t   m y   f i r s t   n e w   c e l t i c s   e d i t   o f   t h e   2 2 - 2 3   s e a s o n   -   u b u n t u   2 . 0   -   d r o p p i n g   t h i s   m o r n i n g 
 
 s t a y   t u n e d   👀 ☘ ️   u b u n t u 2 p o i n t 0
i c y m i ,   o f t e n   u p - t e m p o   b u t   a l w a y s   i n   c o n t r o l ,   t h e r e   a r e   c o m m o n   t h e m e s   t o   h o w   m a l c o l m   b r o g d o n   o p e r a t e s   t o   c r e a t e   h i g h - q u a l i t y   s c o r i n g   c h a n c e s   f o r   h i s   t e a m m a t e s .   b r o g d o n ' s   r e g i s t e r e d   a   g a m e - h i g h   n i n e   a s s i s t s   i n   b o t h   o f   h i s   f i r s t   t w o   g a m e s   w i t h   t h e   c e l t i c s   

b o s t o n   c e l t i c s :   h o l l i n g e r   j o k e s   2   f o r m e r   c s   b i g   m a n   “ l e g e n d s ”   c o u l d   b e   f r e e   a g e n t   o p t i o n s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
h a p p y   b i r t h d a y   n i k   s t a u s k a s !   c e l t i c s  
s h a m s   a l s o   r e v e a l s   t h a t ,   d e s p i t e   s a l a c i o u s   i m p l i c a t i o n s   o r   c l a i m s   e l s e w h e r e ,   t h a t   u d o k a ’ s   m i s c o n d u …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   m a r c u s   s m a r t   c r a c k s   s p o r t s   i l l u s t r a t e d ' s   t o p   5 0   n b a   p l a y e r s   l i s t   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l a r r y   b i r d   h a s   t h e   m o s t   t r i p l e - d o u b l e s   i n   c e l t i c s   h i s t o r y   w i t h   6 9 : 
 5 9   r e g u l a r   s e a s o n 
 1 0   p l a y o f f s   
 1   o f   w h i c h   w i t h   h i s   l e f t   h a n d   
 🐐   
 🍀  
i ’ m   e x p e c t i n g   t o   s e e   s o m e   a c t i o n   f r o m   l u k a   s a m a n i c   t o n i g h t   a n d   i   l i k e   i t   👀   c e l t i c s  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   1 0 / 7 / 2 0 2 2   p i c k s   p r e d i c t i o n s   p r e v i e w s 
 
 
 
 n b a   n b a p i c k s   n b a p a r l a y   n b a p r e d i c t i o n   n b a p a r l a y   n b a b e t t i n g   n b a b e t t i n g p i c k s   e x p e r t p i c k s   f r e e p i c k s   o d d s   p i c k s   p r e d i c t i o n   b a s k e t b a l l p i c k s   s p o r t s p i c k s   c e l t i c s   h o r n e t s
c e l t i c s '   j a y s o n   t a t u m   c r a c k s   s p o r t s   i l l u s t r a t e d ' s   2 0 2 2 - 2 3   t o p   1 0   p l a y e r s   i n   n b a   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n l y   t h r e e   p l a y e r s   w o r e   n o .   3 3   f o r   t h e   c e l t i c s   b e t w e e n   1 9 7 1 - 7 8   b e f o r e   l a r r y   b i r d   a r r i v e d   t o   b o s t o n   🍀   🐐  
b o s t o n   c e l t i c s :   d a n n y   a i n g e   w a s   u p s e t   b y   i m e   u d o k a   a f f a i r   d u e   t o   t i e s   w i t h   e m p l o y e e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
g r a n t   w i l l i a m s   ' l o c k e d   i n '   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s ’   j a y l e n   b r o w n   i s   h e l p i n g   m f i o n d u   k a b e n g e l e   m a k e   m o s t   o f   o p p o r t u n i t i e s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
t a t u m   i s   a   s u p e r   s t a r   🤩   n b a   c e l t i c s  
w h y   b l a k e   g r i f f i n   c h o s e   t o   w e a r   n o .   9 1   w i t h   c e l t i c s ,   a n d   t h e   r e a s o n   h e ’ s   s t i l l   p l a y i n g   b a s k e t b a l l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h r e e   b o s t o n   c e l t i c s   l a n d   i n   n o s .   1 0 0 - 5 1   o f   s p o r t s   i l l u s t r a t e d ' s   2 0 2 2 - 2 3   t o p   1 0 0   p l a y e r s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c o n s i d e r i n g   i t ’ s   a   g a m e   d a y ,   w e ’ r e   g o i n g   t o   b e   k e e p i n g   t h e   f l a s h b a c k s   t o   a   m i n i m u m   t o d a y .   s t a r t i n g   a t   6   a s   a l w a y s   c e l t i c s
o n   t h i s   d a y :   f o r m e r   b o s t o n   f o r w a r d   w i l l i e   n a u l l s   b o r n ;   j i m m y   o l i v e r   s i g n e d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   v s .   h o r n e t s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ' s   t h e   l a t e s t   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   v s .   h o r n e t s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ’ s   g r a n t   w i l l i a m s   j u s t   o u t s i d e   s p o r t s   i l l u s t r a t e d ’ s   t o p   1 0 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r a n t   w i l l i a m s   ' l o c k e d   i n '   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ' s   g r a n t   w i l l i a m s   j u s t   o u t s i d e   s p o r t s   i l l u s t r a t e d ' s   t o p   1 0 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   a t   c h a r l o t t e   h o r n e t s :   h o w   t o   w a t c h ,   b r o a d c a s t ,   l i n e u p s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i m e   u d o k a ' s   a l l e g e d   m i s t r e s s   r e v e a l e d   t o   b e   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u t é   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 p l a y o f f n b a  
  w h a t   h a p p e n e d   t o   s a m s c l o s e t 3 4   o n   i g ?   y o u   w e r e   s e l l i n g   s o m e   g o o d   s t u f f ,   i   w a s   i n t e r e s t e d   i n   a   f e w   t h i n g s   b u t   i t   s e e m s   t o   h a v e   d i s a p p e a r e d .     m s s a m a n t h a m a y   c e l t i c s   b o s t o n   n b a   m a i n e   m s s a m a n t h a m a y 9   j a n a y k i n g   s a m s c l o s e t 3 4   d o r c h e s t e r
i n   o u r   n e w   c e l t i c s b e a t   w i t h   . . .   
 
 🗣 ️   s e a n   d i s c u s s e d   h i s   e n h a n c e d   r o l e   w i t h     t h i s   u p c o m i n g   c e l t i c s   s e a s o n . 
 
 h e   a n t i c i p a t e s   c a l l i n g   2 0 +   ( ! ! )   t v   g a m e s   i n   m i k e   g o r m a n ' s   p l a c e .   👀 
 
 l i s t e n   h e r e :  
a r e   j a y s o n   t a t u m   a n d   t h e   c e l t i c s   a   g o o d   b e t   t h i s   s e a s o n ?   b o s t o n   c e l t i c s   n b a  
c e l t i c s   b e a t   e p i s o d e   4 8 1 :   c e l t i c s   w o n ' t   c h a n g e   d n a   u n d e r   m a z z u l l a   w /     c e l t i c s  
c e l t i c s   o f f s e a s o n   a d d i t i o n   d r a w i n g   b i g   o n   2 0 2 3   n b a   a w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   ( 1 - 1 )   a t   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
g i v e   h e r   a   f o l l o w   c e l t i c s   r e d s o x   p a t r i o t s  
f o r e c a s t i n g   t h e   e n d   o f   t h e   s a c r a m e n t o   k i n g s '   d e c a d e - l o n g   p l a y o f f   d r o u g h t 
 
 
 
 n b a   s a c r a m e n t o p r o u d   k i n g s   s a c r a m e n t o   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n
b a d   b o y s   3 :   t h e   d e t r o i t   p i s t o n s   a r e   r e v v i n g   u p   f o r   a   s p e e d y   t u r n a r o u n d 
 
 
 
 n b a   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   d u b n a t i o n
d e t r o i t   p i s t o n s :   j a l e n   d u r e n   a l r e a d y   s h o w i n g   s i g n s   o f   e l i t e   d e f e n s e 
 
 
 
 n b a   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n
d e n v e r   n u g g e t s :   3   t a k e a w a y s   f r o m   o c t .   3   l o s s   v s .   t h u n d e r 
 
 
 
 n b a   m i l e h i g h b a s k e t b a l l   d e n v e r   n u g g e t s   m f f l   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n   g o s p u r s g o   s u n s
w i l l   d w i g h t   p o w e l l   c r a c k   t h e   m a v e r i c k s   r o t a t i o n   i n   2 0 2 2 - 2 3   s e a s o n ? 
 
 
 
 n b a   d a l l a s   a m v e r i c k s   m f f l   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n   g o s p u r s g o   h e a t t w i t t e r   s u n s
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   j a y l e n   b r o w n   f o r   ' 2 2   a l l - n b a   f i r s t   t e a m e r 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   m f f l   d u b n a t i o n   g o s p u r s g o   h e a t t w i t t e r   f e a r t h e d e e r   s u n s
t h e s e   m e s s a g e s   & g t ; & g t ; & g t ; & g t ;   🙌 🏻 ☘ ️ 🙏 🏻   s q u a d   i   a p p r e c i a t e   y o u   a l l   💯   t h a n k   y o u   a l l   f o r   t a k i n g   t h i s   j o u r n e y   w i t h   m e   🗣 ️ 🗣 ️ 🗣 ️ ☘ ️   c e l t i c s   a l l   d a y   e v e r y   d a y   y k t v   c e l t i c s   n b a  
c e l t i c s   t w i t t e r   f a m   h e l p   b l o w   u p   m y   i n s t a g r a m   r e e l s   a n d   s h a r e   m y   p a g e   t o   g e t   m e   a l l   t h e   c s   m u t u a l s   
 t h e   t i m e   i s   h e r e   i t s   t h e   b e s t   s z n   b a s k e t b a l l   s z n   b a b y ! ! !   n b a   b l e e d g r e e n   ☘ ️ 🙌 🏻 🫶 🏻 
 a l l   m y   l i n k s   h e r e   : 
  
j o h n   h o l l i n g e r ' s   c e l t i c s   p r e v i e w :   p r e d i c t i o n s ,   a n a l y s i s   f o r   2 0 2 2 - 2 3   s e a s o n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
g e t   a n   e d u c a t i o n   i n     e p .   9 7   s t r e a m i n g   h e r e   a n d   e v e r y w h e r e :   
 
 
 
 t w i t t e r 账 号   e l o n m u s k   i a n   n a s a   n b a i n a b u d h a b i   c e l t i c s   g a s p r i c e s   t r u m p   b i d e n   h a r r i s   p e l o s i  
s t a r t .   b e n c h .   c u t 
 ( c o a c h e s ’   e d i t i o n )   🐐 
 
 p h i l   j a c k s o n 
 g r e g g   p o p o v i c h 
 r e d   a u e r b a c h 
 
 w h o   i s   r u n n i n g   y o u r   f r a n c h i s e ? 
 
 n b a   l a k e r s   b u l l s   c e l t i c s   s p u r s  
s a m   h a u s e r   h a s   b e e n   e v e r y t h i n g   i   t h o u g h t   a a r o n   n e s m i t h   w a s   g o i n g   t o   b e   f o r   u s …   c e l t i c s
c e l t i c s   o f f s e a s o n   a d d i t i o n   d r a w i n g   b i g   o n   2 0 2 3   n b a   a w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   i s   g o i n g   t o   b e   a   r e a l l y   f u n   p a r t   o f   t h e   c e l t i c s   r o t a t i o n   t h i s   y e a r  
n b a   f i n a l s   2 0 2 3   o d d s :   l e b r o n   & a m p ;   l a k e r s   l o o k i n g   t o   m a g i c a l   s e a s o n ,   w a r r i o r s   r e a d y   t o   r e p e a t     n b a   l a k e r s   w a r r i o r s   c e l t i c s
n b a   f i n a l s   2 0 2 3   o d d s :   l e b r o n   & a m p ;   l a k e r s   l o o k i n g   t o   m a g i c a l   s e a s o n ,   w a r r i o r s   r e a d y   t o   r e p e a t     n b a   l a k e r s   w a r r i o r s   c e l t i c s
j a y s o n   t a t u m   t a l k s   m o v i n g   o n   f r o m   n b a   f i n a l s   l o s s ,   e x c i t e m e n t   f o r   n e w   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   l a b   1 4 5 :   h o n o r i n g   b i l l   r u s s e l l ’ s   l e g a c y   a n d   t a l k i n g   b o s t o n   b a s k e t b a l l   w i t h   r e p .   a y a n n a   p r e s s l e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   t h i n k   t h e   c o o l e s t   j e r s e y   i ’ v e   s e e n   a t   t h e   g a r d e n   d u r i n g   t h e s e   p a s t   t w o   g a m e s   h a s   b e e n   t h e     l u k e   k o r n e t   j e r s e y s   f l o a t i n g   a r o u n d   👀   c e l t i c s
n i a   l o n g   r e s p o n d s   t o   i m e   u d o k a ' s   s u s p e n d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e p o r t   r e v e a l s   i d e n t i t y   o f   c e l t i c s   s t a f f e r   w h o   h a d   a f f a i r   w i t h   i m e   u d o k a   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c e l t i c s   l a b   1 4 5 :   h o n o r i n g   b i l l   r u s s e l l ' s   l e g a c y   a n d   t a l k i n g   b o s t o n   b a s k e t b a l l   w i t h   r e p .   a y a n n a   p r e s s l e y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w h o ’ s   y o u r   f a v o r i t e   s p o r t s   t e a m ! ! !   m a s s m u s i c t y b g 2 2   c e l t i c s   b a s k e t b a l l    
c e l t i c s   t a l k :   s a m   h a u s e r ' s   m o m   r e v e a l s   h i s   f i t t i n g   f i r s t   s e n t e n c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t y r e s e   m a x e y ,   s i x e r s   k n o w   t h e y   s t i l l   h a v e   t o   b u i l d   t o   c a t c h   b u c k s ,   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   d r o p s   f - b o m b   d u r i n g   h a l f t i m e   t v   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 6 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i s   i t   1 0 / 1 8   y e t   ? ! ? ! ?   
 g e t   m e   b a c k   t o   m y   s e c o n d   h o m e   ! ! ! 
 o p e n i n g   n i g h t   c a n ’ t   c o m e   s o o n   e n o u g h   🫶 🏻 ☘ ️ 😎 🏀   c e l t i c s   n b a   o p e n i n g n i g h t   b l e e d g r e e n  
a l   h o r f o r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a l h o r f o r d   a l   h o r f o r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
s a m   h a u s e r   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s a m h a u s e r   s a m   h a u s e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
t e a m s   w i t h   t h e   b e s t   h o m e   c o u r t   a d v a n t a g e   ( p e r   g m   s u r v e y )   🏀 
 
 r a p t o r s   2 1 % 
 n u g g e t s   1 7 % 
 c e l t i c s   1 7 % 
 w a r r i o r s   1 4 % 
 j a z z   1 4 % 
 
 n b a  
b r e a k d o w n   o f   c r u c i a l   f i n a l   m o m e n t s   i n   c e l t i c s   1 1 0 - 1 0 7   l o s s   t o   m i l w a u k e e   b u c k s   i n   g a m e   5 
   
 
   
 b o s t o n c e l t i c s   c e l t i c s b u c k s   c e l t i c s v s b u c k s   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   g a m e 5   m i l w a u k e e b u c k s   n b a  
s h a r p   l o g o   ☘ ️ c e l t i c s  
i   s u b s c r i b e   t o   .   h a v e   f o r   y e a r s .   t h e i r   c o n t e n t   i s   g e n e r a l l y   g r e a t .   t h i s   i s   o n e   o f ,   m a y b e   t h e   w o r s t ,   p i e c e s   i ' v e   e v e r   r e a d   f r o m   t h i s   s i t e   o r   a n y   o t h e r .   w o w .   w h a t   a n   a w f u l   t a k e .   c e l t i c s  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
d o m e   t h e o r y   9 5 :   c e l t i c s   t a l k ,   “ i n s t e a d   w e   b e c a m e   e v i l ”   & a m p ;   m o r e   w i t h   _ a d a m s   c o m i n g   a t   8 : 1 5   e s t  
[ f i l m   r o o m ]   t h e   c o m m o n   t h e m e s   o f   m a l c o l m   b r o g d o n ' s   p l a y m a k i n g   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t y r e s e   m a x e y ,   s i x e r s   k n o w   t h e y   s t i l l   h a v e   t o   b u i l d   t o   c a t c h   b u c k s ,   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   q u o t e   t w e e t s   a n d   r e p l i e s …   o h   b o y .   n b a t w i t t e r   c e l t i c s  
w h a t   i f   w e   a r e   t h e   a l i e n s … .   🤯 🤯 c e l t i c s
i n   m a l c o l m   b r o g d o n ' s   f i r s t   t w o   g a m e s   w i t h   t h e   c e l t i c s ,   h e ' s   d i s t r i b u t e d   a   g a m e - h i g h   n i n e   a s s i s t s .   h e r e ' s   a   f i l m   s t u d y   u s i n g   l a s t   n i g h t ' s   g a m e   a g a i n s t   t h e   r a p t o r s   t o   i l l u s t r a t e   t h e   c o m m o n   t h e m e s   o f   b r o g d o n ' s   p l a y m a k i n g . 

i n   m a l c o l m   o b a m a   b r o g d o n   w e   t r u s t   ☘ ️ 🏆   c e l t i c s
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   j a y l e n   b r o w n   f o r   2 0 2 2   a l l - n b a   f i r s t   . . .   ( h a r d w o o d   h o u d i n i ) 
 
 t h e   b o s t o n   c e l t i c s   a r e   n o t   t r a d i n g   a n y   m e m b e r s   o f   t h e i r   c o r e   b e f o r e   t h e   s t a r t   o f   t h e   2 0 2 2 - 2 3 . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
w a r r i o r s   l a n d   i n   t o p   t i e r   o f   z a c h   l o w e ’ s   e s p n   n b a   p r e s e a s o n   r a n k i n g s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s h o w i n g   o f f   n e w   c e n t e r - c o u r t   l o g o   i n   p r e s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w e   a l l   k n o w   t h e     i s   r a c i s t   w e   a l s o   k n o w   t h a t   t h e   o w n e r s   a r e   r a c i s t   e s p e c i a l l y     w e   a l s o   k n o w   t h a t     p l a y e r s   a r e   s l a v e s   f o r   m o n e y   a n d   a i n ’ t   g o i n g   t o   d o   s h i t   a b o u t   i t .   t h e y   l i k e   j e w e l r y   t o   m u c h   🤣   🤡   l e t ’ s   s t a r t   o u r   o w n   l e a g u e   f o h ! !   n b a   c e l t i c s   c l o w n s
m a l c o l m   b r o g d o n   i s   b r i n g i n g   s o m e   s e r i o u s   p l a y m a k i n g   t o   t h e   c e l t i c s   b e n c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p o i n t s   o n   t h e   b o a r d   p o d c a s t ! 
 
 -   i m e u d o k a 
 -   r o b e r t   s a r v e r 
 -   n b a   s h o u l d n ’ t   f o r c e   t h e   s a l e   o f   t e a m s 
 -   b r e a k i n g   d o w n   e s p n   t o p   1 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3 
 -   m u c h   m o r e ! 
 
 f a n t a s y b a s k e t b a l l   c e l t i c s   s u n s   l i b e r t a r i a n   c o n s e r v a t i v e   p o l i t i c a l l y i n c o r r e c t 
 
  
k e y s   t o   t h e   g a m e :   r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   ( o t )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e f i n i t e l y   e x c i t e d   t o   s e e   s a m   h a u s e r   g r o w   i n t o   a   r o l e   w i t h   t h e   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n s i d e r   r e v e a l s   j a y l e n   b r o w n   u n d e r s t a n d s   h e ' s   n o t   u n t o u c h a b l e   i n   t r a d e s   l i k e   j a y s o n   t a t u m :   " j t   i s   p r e t t y   u n t o u c h a b l e .   j a y l e n   i s n ' t ,   a n d   h e   k n o w s   t h a t . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 6 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a n d d d   t h e y ’ r e   b a c k !   c e l t i c s   r o o m i e   n i g h t   o u t   w a s   a   s u c c e s s     💚 ☘ ️    
c e l t i c s   w h i t e   a n d   g a l l i n a r i   t o   n y k   f o r   r o s e , r e d d i s h ,   a n d   a r c i d i a c o n o
b o s t o n   c e l t i c s   2 0 2 2   w i n   t o t a l   f u t u r e s ,   o v e r / u n d e r   a n d   o d d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   j a y l e n   b r o w n   f o r   2 0 2 2   a l l - n b a   f i r s t   t e a m e r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   p u n c h e s   t e a m m a t e   j o r d a n   p o o l e ,   f a c e s   s u s p e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   s a m   h a u s e r   i s   t h e   n e w   r a y   a l l e n !   c e l t i c s   v s   r a p t o r s   p r e s e a s o n   r e a c t i o n   a n d   h i g h l i g h t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m y   r e a d   o n   t h e   b o s t o n   c e l t i c s '   d e p t h   c h a r t   f o r   f a n t a s y : 
 
 p g   m a r c u s   s m a r t 
 s g   d e r r i c k   w h i t e 
 s f   j a y l e n   b r o w n 
 p f   j a y s o n   t a t u m 
 c   a l   h o r f o r d   
 6   m a l c o l m   b r o g d o n 
 7   g r a n t   w i l l i a m s 
 8   p a y t o n   p r i t c h a r d 
 9   b l a k e   g r i f f i n 
 1 0   h a u s e r 
 
 c e l t i c s     n b a   n b a t w i t t e r   f a n t a s y   f a n t a s y b a s k e t b a l l
v i d e o :   j a y l e n   b r o w n   s u r p r i s e s   d o r c h e s t e r   m i d d l e   s c h o o l e r s   w i t h   n e w   b a c k p a c k s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a t t   b a r n e s   d r o p s   m o r e   b r e a d   c r u m b s   o n   r e a s o n   b e h i n d   u d o k a ' s   l e n g t h y   s u s p e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n i a   l o n g   r e p o r t e d l y   s t a n d i n g   b y   f i a n c é   i m e   u d o k a   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   g r a n t   w i l l i a m s   g i v e s   t h e   l a t e s t   u p d a t e   o n   t h i s   c o n t r a c t   e x t e n s i o n   t a l k s   w i t h   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i t ' s   t i m e   f o r   a n o t h e r   c e l t i c s   m a i l b a g .   s e n d   m e   a l l   y o u r   p l a y e r ,   r o s t e r ,   t r a d e ,   p r e s e a s o n ,   a n d   a n y   o t h e r   q u e s t i o n s   h e r e   o r   t o   b r o b b . c o m
w h a t   c a n   m a l c o l m   b r o g d o n   b r i n g   t o   c e l t i c s ?   g e t   t o   k n o w   v e t e r a n   g u a r d ' s   g a m e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   d r o p s   f - b o m b   d u r i n g   h a l f t i m e   t v   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s t e p h e n   a .   s m i t h   o n   c o a c h   i m e   u d o k a ’ s   s u s p e n s i o n   f r o m   t h e   c e l t i c s   f o r   w o r k p l a c e   r e l a t i o n s h i p :   “ t h a t   w a s   a n   h r   m a t t e r . ”   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s ’   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f a n t a s y   h o o p s :   3   s i t u a t i o n s   t o   v i e w   d i f f e r e n t l y ,   i n c l u d i n g   j a y s o n   t a t u m ’ s   c e i l i n g   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
j a y s o n   t a t u m   b e l i e v e s   s a m   h a u s e r   w i l l   p l a y   a   b i g   r o l e   f o r   c e l t i c s :   ‘ w e ’ r e   g o i n g   t o   n e e d   h i m ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   [ o t ] :   s a m   h a u s e r   s h o o t s   l i g h t s   o u t   i n   o v e r t i m e   l o s s   a t   h o m e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  c e l t i c s   h a v e   a   h i g h   c o n c e n t r a t i o n   o f   t a l e n t   1 - 8 …   e v e n   t h e   e n d   o f   t h e   b e n c h   g u y s   a r e   s o l i d   -   h a u s e r ,   k a m b e n g e l e ,   g r i f f i n ,   k o r n e t ,   p r i t c h a r d 
 
 w h a t   k i n d   o f   t a k e   i s   t h i s ?   l o l
5   o v e r r e a c t i o n s   t h r o u g h   t h e   c e l t i c s ’   f i r s t   t w o   p r e s e a s o n   g a m e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   a t h l e t i c ' s   s h a m s   c h a r a n i a   a d d s   s o m e   c o n t e x t   t o   t h e   c e l t i c s '   i m e   u d o k a   s c a n d a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m h a u s e r   s h o t   l i g h t s   o u t   o n c e   a g a i n   i n   c e l t i c s   o v e r t i m e   l o s s   t o   t h e   r a p t o r s   a t   h o m e  
s a m h a u s e r   s h o t   l i g h t s   o u t   o n c e   a g a i n   i n   c e l t i c s   o v e r t i m e   l o s s   t o   t h e   r a p t o r s   a t   h o m e  
a   l o o k   b a c k   a t   t h e   2 0 0 8 - 0 9   e a s t e r n   c o n f e r e n c e   s t a n d i n g s   ( 1 - 8 ) :   👀 📈 
 
 c a v s :   6 6 - 1 6 
 c e l t i c s :   6 2 - 2 0 
 m a g i c :   5 9 - 2 3 
 h a w k s :   4 7 - 3 5 
 h e a t :   4 3 - 3 9 
 s i x e r s :   4 1 - 4 1 
 b u l l s :   4 1 - 4 1 
 p i s t o n s :   3 9 - 4 3 
 
 t h e   m a g i c   w o n   t h e   c o n f e r e n c e   a n d   w e n t   a l l   t h e   w a y   t o   t h e   f i n a l s .   💪  
m y   m o m s   g o t   m e   a   c o o l   c e l t i c s   s e a s o n   o p e n e r   g i f t   😍 ☘ ️ 🫶 🏻   t h e   r e a l   o n e s   k n o w   h o w   m u c h   t h i s   s e a s o n   m e a n s   t o   m e   🙌 🏻 🙌 🏻  
t r u m p   a n d   t h e   g e   s t i c k s   a   f o r k   i n   i m e   u d o k a       i m e u d o k a   c e l t i c s   n b a   t r u m p a n d t h e g e  
i t s   p r e t t y   o b v i o u s   t h a t   t h e   c e l t i c s   s t a f f e r   l a d y   i s   t a k i n g   t h e   h i t s   f o r   a n   o w n e r s   w i f e .   t h e y   k n e w   a n d   d i d n t   c a r e   a b o u t   t h a t   a f f a i r .   t h e   i n v e s t i g a t i o n   s t a r t e d   w h e n   i m e u d o k a   b a n g e d   a n   o w n e r s   w i f e   a n d   t h e y   t h e n   w a n t e d   t o   k n o w   a l l   h i s   d i r t y   d e e d s .   1 / 2
b o s t o n c e l t i c s   1 4   c a r d   t e a m   l o t   c e l t i c s   
 
 $ 5   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   r a p t o r s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r i v a l   e x e c s   d o n ’ t   e x p e c t   i m e   u d o k a   t o   r e t u r n   a s   c e l t i c s   c o a c h   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c e l t i c s   n o t e s :   g .   w i l l i a m s ,   u d o k a ,   c h r i s t i a n ,   h a u s e r   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
“ y o u   d o n ’ t   r e a l i z e   u n t i l   s o m e o n e ’ s   g o n e   w h a t   t h e y ’ r e   t e a c h i n g   y o u . "   -   j o e   m a z z u l l a .   
 
 r o o t i n g   f o r   t h e   c e l t i c s   a   b i t   l o u d e r   t h i s   s e a s o n .   e x c e l l e n t   r e a d   h e r e   f r o m   k - m a c .  
w h a t   c o u l d   t h e   c e l t i c s   r o s t e r   l o o k   l i k e   o n   o p e n i n g   n i g h t ?   
 
 i   g i v e   m y   t h o u g h t s :   
 
 s p o i l e r :   i   t h i n k   m f i o n d u   k a b e n g e l e   m a k e s   t h i s   t e a m . 
 
   |   c e l t i c s  
c e l t i c s '   j a y s o n   t a t u m   n o t   w o r r i e d   a b o u t   p r e s e a s o n   s t r u g g l e s :   ' i   s t a r t   o f f   s l o w '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  l o v e   t h e   l o o k   ‘ d o w n t o w n ’   c e l t i c s
c e l t i c s ’   j a y s o n   t a t u m   n o t   w o r r i e d   a b o u t   p r e s e a s o n   s t r u g g l e s :   ‘ i   s t a r t   o f f   s l o w ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i c y m i :   c e l t i c s b e a t   w i t h   ! 
 
 - w h a t   b l a k e   g r i f f i n   c a n   b r i n g   c e l t i c s   a n d   w h a t ' s   l e f t   i n   t h e   t a n k   
 - w h a t   t o   e x p e c t   f r o m   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a 
 - w i l l   b o s t o n   a d d   a n   a n o t h e r   e x p e r i e n c e d   c o a c h   t o   b e n c h ? 
 - a n s w e r i n g   y o u r   q u e s t i o n s ! 
 
 l i s t e n :  
i s   r o b e r t   w i l l i a m s   a   5   o r   a   4 ?   a s k i n g   f o r   a   f r i e n d   c e l t i c s   n b a
c e l t i c s   u d o k a   f u m b l e d   t h e   b a g   f o r   s o m e   b e c k y   m e d i o c r i t y ? ? 
 w h y   g u s ? 
 w h a t   t e a m s   g o n n a   w a n t   h i m   c o a c h i n g   i f   h e   s c h e m i n g   t o   c l a p   t h e   w i v e s ' s   c h e e k s ? 😆  
l e n   b i a s ,   s e l e c t e d   b y   t h e   b o s t o n   c e l t i c s   w i t h   t h e   s e c o n d   o v e r a l l   p i c k   i n   t h e   1 9 8 6   n b a   d r a f t ,   d i e d   t w o   d a y s   l a t e r ,   s h o c k i n g   t h e   s p o r t s   w o r l d . 
 
 ☘ ️   r e a d   a b o u t   c e l t i c s   m o m e n t   n o .   4   ➡ ️       
 
 ( h / t )     
 
 b l e e d g r e e n   n b a   c e l t i c s t a l k
b o s t o n ’ s   j a y s o n   t a t u m   t h i n k s   i t   ‘ f e e l s   l i k e   w e ’ r e   l e a v i n g   o f f   f r o m   t h e   s e c o n d   h a l f   o f   l a s t   s e a s o n ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   t o r o n t o   r a p t o r s   ( 1 0 / 5 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - r a p t o r s   o v e r t i m e   t i l t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s i g n s   a r e   h o p e f u l   f o r   c e l t i c s ,   b u t   c a n   j o e   m a z z u l l a   b e   s t e r n   w i t h   t h e m   w h e n   n e e d e d ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   g r a n t   w i l l i a m s '   r u m o r e d   r a i s e   c o u l d   m e a n   f o r   b o s t o n   c e l t i c s   f u . . .   ( h a r d w o o d   h o u d i n i ) 
 
 g r a n t   w i l l i a m s '   r u m o r e d   c o n t r a c t   e x t e n s i o n   w i t h   t h e   b o s t o n   c e l t i c s   c o u l d   m e a n   g r e a t   t h i n g s   f . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
h e r e ' s   w h a t   s t o o d   o u t   f r o m   r a p t o r s '   o v e r t i m e   w i n   o v e r   c e l t i c s :   b o s t o n ' s   r e g u l a r s   s h a r p   a t   b o t h   e n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i a   l o n g   l a u g h s   a f t e r   r e p o r t e r   a s k s   h e r   i f   s h e   a n d   i m e   u d o k a   a r e   w o r k i n g   t h i n g s   o u t :   " i s   t h e r e   a n y   c h a n c e   f o r   f o r g i v e n e s s ,   n i a ? "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
b o s t o n ' s   j a y s o n   t a t u m   t h i n k s   i t   ' f e e l s   l i k e   w e ' r e   l e a v i n g   o f f   f r o m   t h e   s e c o n d   h a l f   o f   l a s t   s e a s o n '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m   h a u s e r   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   t o r o n t o   r a p t o r s   ( 1 0 / 5 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   f i n a l   r o s t e r   s p o t s   s t a n d i n g s : 
 s t r o n g   c h a n c e : 
 v o n l e h ,   e m p t y   s p o t / o t h e r   t e a m ’ s   c u t 
 
 s t i l l   i n   p l a y : 
 l a y m a n 
 
 n e e d   s o m e t h i n g   a m a z i n g   t o   h a p p e n : 
 s a m a n i c ,   j a c k s o n ,   t h o m a s
i t ' s   b a s k e t b a l l   s e a s o n !   m o r s e ' s   m a r i a   c o r c o r a n ,   k a r e n   m e y e r ,   k a r e n   o l s o n ,   a n d   j u l i e   s m i t h   e n j o y e d   a   p r e s e a s o n     g a m e   a t   t d g a r d e n   l a s t   n i g h t !   l o o k s   l i k e   i t   w a s   a   b l a s t !   g o   c ' s ! 
 
 c e l t i c s   b a s k e t b a l l  
i n   c a s e   y o u   m i s s e d   i t . . .   t h e   n b a   i s   l o o k i n g   l i k e   i t ' s   g o i n g   t o   b e   d i f f e r e n t   f o r   f a n s   t h i s   t h i s   y e a r . 
 
 
 n b a   w a r r i o r s   s p o r t s   l a k e r s   b a s k e t b a l l   c e l t i c s   c o m d e y   m e m e s   s a t i r e
h o w   m u c h   i n f l u e n c e   d o e s   a   c o a c h   h a v e ?   a p p a r e n t l y   a   l o t .   t h e   c e l t i c s ’   n b a   w i n   t o t a l   h a s   d r o p p e d   f r o m   5 6 . 5   t o   5 4 . 5   a t   b e t m g m   s i n c e   t h e   i m e   u d o k a   s c a n d a l   s u r f a c e d .  
w h a t   g r a n t   w i l l i a m s ’   r u m o r e d   r a i s e   c o u l d   m e a n   f o r   b o s t o n   c e l t i c s   f u t u r e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r e p o r t :   h o w   n b a   e x e c u t i v e s   v i e w   g r a n t   w i l l i a m s '   c o n t r a c t   e x t e n s i o n   v a l u e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   j a y s o n   t a t u m ,   s o n   d e u c e   h a v e   g r e a t   p o d i u m   e x c h a n g e   a f t e r   r a p t o r s   g a m e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e g u l a r s   r o l l   d e s p i t e   l o s s :   1 0   t a k e a w a y s   f r o m   c e l t i c s - r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e a l l y   l o s t   a   c o i n   f l i p   b u l l s h i t   l a s t   s e c o n d   s h o t   t o   f o r c e   o t   t h a t ’ s   s p o r t s   b e t t i n g   f o r   y o u   
 
 s o m e t i m e s   y o u   l o s e   b e t s   y o u   s h o u l d ’ v e   w o n 
 
 s o m e t i m e s   y o u   w i n   b e t s   y o u   s h o u l d ’ v e   l o s t 
 
 s t i l l   w a s   a   g o o d   t a k e   o n   t h a t   u n d e r   i n   m y   o p i n i o n 
 
 n b a p r e s e a s o n   c e l t i c s   r a p t o r s
c o u l d   s a m   h a u s e r   b e   t h e   d i f f e r e n c e - m a k i n g   s h o o t e r   t h e   c e l t i c s   a r e   m i s s i n g ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   c o u l d ’ v e   b e e n   a   b o s t o n   c e l t i c   l a s t   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e w   e p i s o d e   o f   t h e   l u b   c a s t   o u t   n o w !   w e   d e b u t   o u r   n b a   s t o c k   g a m e ,   t a l k   a b o u t   n b a   f u t u r e   b e t s ,   a n d   r e a c t   t o   b l a k e   g r i f f i n   s i g n i n g   w i t h   t h e   c e l t i c s   c h e c k   i t   o u t   i f   y o u   w a n t !     b l e e d g r e e n   s p o r t s c a r d s   s p o r t s   n b a   n b a p o d c a s t   n b a t w i t t e r
g r a n t   w i l l i a m s   ‘ l o c k e d   i n ’   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i   h a v e   t o   m a k e   i t   t o   t d   g a r d e n   t h i s   s e a s o n   f o r   a   g a m e .   i   j u s t   h a v e   t o ! !   b l e e d g r e e n   t d g a r d e n   b o s t o n   c e l t i c s
g e t   h y p e   f o r   t h e   c e l t i c s   s e a s o n .   t h e y   s a i d   t h e y   c o u l d n ' t   p l a y   t o g e t h e r 🍀 🏀  
i m e   u d o k a   u n l i k e l y   t o   c o a c h   c e l t i c s   a g a i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
o k a y   c e l t i c s   f a m … .   i t ’ s   t i m e   f o r   t h o s e   y e a r l y   p r e d i c t i o n s .   👀 
 
 1 .   r e c o r d   
 2 .   a w a r d s   f o r   t h e   t e a m 
 3 .   c r a z y   p r e d i c t i o n   f o r   t h e   y e a r   ( c a n   b e   f o r   u s   o r   t h e   n b a   a s   a   w h o l e ) 
 
 a n d d d d d d   g o !
r o b e r t   w i l l i a m s   w a l k i n g   w i t h   a   c r u t c h   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s '   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   e x e c u t i v e s   b e l i e v e   g r a n t   w i l l i a m s   i s   w o r t h   $ 1 2 - 1 3   m i l l i o n   i n   e x t e n s i o n   t a l k s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   i s   l o v i n g   t h e   v i b e s   h e   f e e l s   f r o m   h i s   n e w   t e a m   a n d   t e a m m a t e s .   w e   d e f i n i t e l y   d o   i t   d i f f e r e n t   a n d   h e   r e a l i z e s   t h a t 🍀   c e l t i c s  
i m e   u d o k a   u n l i k e l y   t o   c o a c h   c e l t i c s   a g a i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   w a l k i n g   w i t h   a   c r u t c h   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b r e a k i n g :   c l i p p e r s   s i g n   f o r m e r   c e l t i c s   a n d   j a z z   p l a y e r  
r o b e r t   w i l l i a m s '   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a l c o l m b r o g d o n   m a l c o l m   b r o g d o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
n b a   e x e c u t i v e s   b e l i e v e   g r a n t   w i l l i a m s   i s   w o r t h   $ 1 2 - 1 3   m i l l i o n   i n   e x t e n s i o n   t a l k s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a r o u n d   t h e   c o r n e r   1 0 / 6 :   m a l c o l m   b r o g d o n   a n d   s a m   h a u s e r   g e l l i n g ,   u v a   w o m e n ' s   s o c c e r   k i c k s   o f f   a g a i n s t   3   f s u ,   a n d   f o o t b a l l   p r e p p i n g   f o r   l o u i s v i l l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   b e t t i n g   p r e v i e w :   a r e   j a y s o n   t a t u m   a n d   t h e   c e l t i c s   a   g o o d   b e t   t h i s   s e a s o n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i m e   u d o k a   a n d   n i a   l o n g   w e r e   r e p o r t e d l y   i n   a n   o p e n   r e l a t i o n s h i p   a n d   u d o k a   h a s   h a d   a f f a i r s   w h e r e v e r   h e ’ s   c o a c h e d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c o n s p i r a c y   t h e o r y :   b l a c k   n b a   c o a c h e s   f i r e d   r i g h t   b e f o r e   w i n n i n g   c h a m p i o n s h i p ?   m a r k j a c k s o n   c r e a t e d   g o l d e n s t a t e w a r r i o r s   w a s   f i r e d   r i g h t   b e f o r e   t h e i r   w i n n i n g   y e a r .   i n   c o m e s   s t e v e k e r r   t o   t a k e   t h e   c r e d i t .   s a m e   w i t h   c e l t i c s   
 c o r e y h o l c o m b   c h i m e s   i n   . . . . 

r e g u l a r s   r o l l   d e s p i t e   l o s s :   1 0   t a k e a w a y s   f r o m   c e l t i c s - r a p t o r s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   e x e c u t i v e s   b e l i e v e   h e a d   c o a c h   i m e   u d o k a   w o n ’ t   r e t u r n   a s   c e l t i c s   h e a d   c o a c h   a f t e r   y e a r l o n g   s u s p e n s i o n   c e l t i c s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
⚽ | n o u v e a u t é   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
i n s t a n t   r e a c t i o n :   c e l t i c s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   b r i a n s c a l a b r i n e   c e l t i c s h i g h l i g h t s   c e l t i c s p o s t g a m e l i v e   c e l t i c s r a p t o r s   c e l t i c s r a p t o r s a n a l y s i s   c e l t i c s r a p t o r s h i g h l i g h t s   c e l t i c s r a p t o r s p r e s e a s o n   c e l t i c s r a p t o r s r e a c t i o n  
1 2   d a y s   a w a y   f r o m   m e a n i n g f u l   c e l t i c s   b a s k e t b a l l ,   f o l k s .   
 
 b l e e d g r e e n   

s a m   h a u s e r   i s   f o r   r e a l :   t i m e   f o r   t h e   b o s t o n   c e l t i c s   t o   g i v e   h i m   a   b i g g e r   r o l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s ’   o f f e n s i v e   f l u i d i t y   i m p r e s s e d   i n   t h e i r   f i r s t   t w o   p r e s e a s o n   g a m e s .   i   e s p e c i a l l y   l o v e d   m a l c o l m   b r o g d o n ’ s   i n t e n t i o n   o n   f r e e i n g   u p   t a t u m   a f t e r   a   c o l d   s t a r t .   o n   s m a l l   b a l l   f o r   :  
j o e   m a z z u l l a   o n   s a m   h a u s e r :   ' h i s   c o n f i d e n c e   c o m e s   f r o m   h i s   w o r k   e t h i c "   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f o r   a l l   y o u   s p o r t s c a r d s   c o l l e c t o r s ,   c e l t i c s   f o r w a r d     s a i d   s c o o p i n g   u p   s a m   h a u s e r   ( _ s m o o t h 1 0 )   c a r d s   w o u l d   b e   a   w i s e   i n v e s t m e n t .   t h i s   i s   y o u r   f i n a l   w a r n i n g .   h a u s e r   h a s   3 6   p o i n t s   i n   4 5   m i n u t e s   i n   t w o   p r e s e a s o n   g a m e s .   h e ' s   9 - f o r - 1 3   f r o m   3 - p o i n t   l a n d .  
j o e   m a z z u l l a   o n   s a m   h a u s e r :   ' h i s   c o n f i d e n c e   c o m e s   f r o m   h i s   w o r k   e t h i c ”   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h i s   c e l t i c s   t e a m   i s   g i v i n g   m e   u b u n t u   2 . 0   v i b e s .   t h e y ' r e   c l e a n i n g   o u t   t h a t   n e g a t i v e   e n e r g y ;   i   t h i n k   t h e y ' r e   g o i n g   t o   t e a r   t h r o u g h   t e a m s   t h i s   s e a s o n 
 
 ☘ ️   u b u n t u 2 p o i n t 0   u b u n t u   ☘ ️   b a n n e r 1 8   t h e j a y s   n b a  
c e l t i c s   v s .   r a p t o r s   t a k e a w a y s :   s a m   h a u s e r   s h i n e s   i n   o t   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i n   h o n o r   o f   t h e   n b a   s e a s o n   s t a r t i n g   u p   t h i s   w e e k ,   o u r   t b t   i s   f r o m   2 0 1 6   w h e n   c h r i s   h e r r e n   v i s i t e d   t h e   o l d   c e l t i c s   p r a c t i c e   f a c i l i t y   i n   w a l t h a m   t o   f i l m   a   p s a   f o r   t h e   s t a t e w i t h o u t s t i g m a   c a m p a i g n . .   i t   w a s   a   f u l l   c i r c l e   m o m e n t   & a m p ;   a   d a y   t o   r e m e m b e r .   ☘ ️   💜   h e r r e n t a l k s   n b a   c e l t i c s  
r e c e n t l y : 
 
 t h e   b r u i n s   w i n   i n   a   t h r i l l e r   v s   t h e   r a n g e r s   5 - 4 .   f i n a l   p r e s e a s o n   g a m e   s a t   v s   t h e   n e w   j e r s e y   d e v i l s . 
 
 - 
 
 c e l t i c s   d r o p   t h e   b a l l   t o   t h e   r a p t o r s   1 2 5   -   1 1 9   i n   o t . 
 
 - 
 
 r e d s o x   w r a p   u p   2 0 2 2   w i t h   a   s w e e p ,   b e a t i n g   o u t   t h e   r a y s   6 - 3 .   t i l l   n e x t   s p r i n g . . .
h o w   i m p o r t a n t   w a s   a d d i n g   v e t e r a n   b i g   m a n   b l a k e   g r i f f i n   t o   t h e   b o s t o n   c e l t i c s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   1 2 5 ,   b o s t o n   1 1 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i u b b   i n   n b a   p r e s e a s o n   l a s t   n i g h t : 
 
 🏀   o g   a n u n o b y   ( r a p t o r s ) :   1 0   p t s   ( 4 - 8   f g ) ,   3   r e b s 
 🏀   n o a h   v o n l e h   ( c e l t i c s ) :   2   p t s   ( 1 - 1   f g ) ,   3   r e b s 
 🏀     ( l a k e r s ) :   2   p t s ,   3   r e b s
d o n t e   d i v i n c e n z o   c o u l d ' v e   b e e n   a   b o s t o n   c e l t i c   l a s t   s e a s o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
  i t s   t h e   o n e   t h i n g   i v   b e e n   d y i n g   t o   s e e   t h e s e   l a s t   f e w   y e a r s .   c e l t i c s
p o s t   g a m e   t h r e a d :   t h e   t o r o n t o   r a p t o r s   d e f e a t   t h e   b o s t o n   c e l t i c s   1 2 5 - 1 1 9   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
i c y m i ,   h e r e ' s   w h a t   s t o o d   o u t   i n   t h e   c e l t i c s   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s ,   i n c l u d i n g   b o s t o n ' s   s t i n g y   d e f e n s e ,   a   s t r o n g   s h o w i n g   f r o m   t h e   r e g u l a r   s e a s o n   c l o s i n g   l i n e u p ,   a n d   s a m   h a u s e r   c a r v i n g   o u t   a   r o l e   f o r   h i m s e l f . 

t h i s   w a s   s o   s m o o t h   a n d   c a l m   f r o m   j a y s o n   t a t u m .   h e   k e e p s   d r i v i n g   t o   t h e   h o o p   l i k e   t h i s   h e ’ l l   o n c e   a g a i n   b e   i n   t h e   m v p   c o n v e r s a t i o n   c e l t i c s  
a   l i t t l e   h o t   t a k e … 
 
 j a y l e n   b r o w n   w i l l   l e a d   t h e   c e l t i c s   i n   s c o r i n g   t h i s   s e a s o n .
h o r n e t s   c e l t i c s   c h a r l o t t e   n b a   b a s k e t b a l l   l a m e l o   ( f o r   t h e   t w i t t e r   a l g o r i t h m   t o   p r o m o t e   i t   f o r   f r e e   t o   t h e   r i g h t   p l a c e ,   i ' d   r e a l l y   l i k e   t o   s e l l   t h e   t i c k e t s )
1 7   p o i n t s   i n   2 1   m i n u t e s   f o r   p a y t o n   p r i t c h a r d   a g a i n s t   t h e   r a p t o r s   l a s t   n i g h t   c e l t i c s  
j a y l e n   b r o w n   e x p r e s s i n g   h i t t i n g   h i s   f r e e   t h r o w s   i n   a   s u r p r i s i n g   w a y   t h a t   t h r e w   o f f   t h e   g r e a t     😂 l o v e   t o   s e e   i t   c e l t i c s 
  
h o w   i m p o r t a n t   w a s   a d d i n g   v e t e r a n   b i g   m a n   b l a k e   g r i f f i n   t o   t h e   b o s t o n   c e l t i c s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s o   g l a d   t h i s   g u y ’ s   n o   l o n g e r   w e a r i n g   a   c e l t i c s   j e r s e y .   i   w o n d e r   i f   b e n   s i m m o n s   m i n d s   b e i n g   p u b l i c l y   l e c t u r e d   b y   a   f l a t - e a r t h e r   w i t h   a   h a b i t   o f   d a m n i n g   h i s   t e a m m a t e s   w i t h   f a i n t   p r a i s e …  
j t   j a y s o n   t a t u m   a t   t h e   t d g a r d e n     l a s t   n i g h t   💪 🏻   a l w a y s   a   p l e a s u r e   w a t c h i n g   t h e   g o a t   p l a y   🐐   0   c e l t i c s   b o s t o n   b l e e d g r e e n  
c e l t i c s '   j a y s o n   t a t u m   o n   s l o w   s h o o t i n g   s t a r t   t o   s e a s o n :   ' i   a i n ' t   w o r r i e d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   e x p l a i n s   w h y   c e l t i c s   a r e   p i c k i n g   u p   w h e r e   t h e y   l e f t   o f f   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡  
h a s   b o s t o n ' s   b u m p y   o f f s e a s o n   t a k e n   t h e   c e l t i c s   d o w n   a   p e g   a s   c o n t e n d e r s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m h a u s e r   f o r m   l o o k s   q u i c k e r   i f   h e   k e e p s   t h i s   u p   d u r i n g   t h e   s e a s o n   a n d   d e v e l o p   i n   a n o t h e r   a r e a   o f   h i s   g a m e . . g a l l o   m a y   b a r e l y   s e e   t h a t   f l o o r   e v e n   w h e n   h e a l t h y   😂 😂 😂 ☘ ️   c e l t i c s
b e e n   i n   t h e   c s   l o c k e r   r o o m   f o r   5   m i n s   a n d   s e e m s   l i k e   b l a k e   g r i f f i n   h a s   b e e n   h e r e   5 …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s u p e r - e a r l y   m o c k   2 0 2 3   n b a   d r a f t   h a s   b o s t o n   c e l t i c s   t a k i n g   i o w a   f o r w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w i l l   j a y s o n   t a t u m   a n d   j a y l e n   b r o w n   t a k e   t h e   b o s t o n   c e l t i c s   b a c k   t o   t h e   n b a   f i n a l s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e w   n f t   c o l l e c t i o n   i s   c o m i n g   t h i s   n i g h t   2 3 : 5 9   g m t   + 0 3 : 0 0   n f t s   n f t   n f t c o l l l e c t o r s   n f t c o l l e c t i o n   m o n k e y n f t c o l l e c t i o n   b a s k e t b a l l   b u l l s     l a k e r s   l o s a n g e l e s   s p u r s   c h i c a g o   c e l t i c s   b o s t o n   t e a m s
5   t a k e a w a y s   f r o m   c e l t i c s   v s .   r a p t o r s   a s   s a m   h a u s e r ,   m a l c o l m   b r o g d o n   s h i n e   i n   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t ,   m a l c o l m   b r o g d o n   a n d   d e r r i c k   w h i t e   c o u l d   b e c o m e   a   t e r r i f y i n g   t r i o   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   p r e v i e w :   p r e d i c t i o n s   a n d   a n a l y s i s   f o r   t h e   2 0 2 2 - 2 3   n b a   s e a s o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   -   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   2 0 . . .   
 c e l t i c s   r a p t o r s   n b a
a f t e r   h i s   f i r s t   f i n a l s   a p p e a r a n c e ,   c e l t i c s   s t a r   i s   l e a r n i n g   t h e   s p o t l i g h t   h a s   b e e n   m a g n i f i e d   f o r   b e t t e r   a n d   f o r   w o r s e 
 
 r e a d   m o r e   h e r e :   
 
 n b a   s p o r t s   s p o r t s n e w s   n b a s e a s o n   n b a p l a y e r   b o s t o n c e l t i c s   n b a n e w s   s p o r t s n e w s d a i l y   b a s k e t b a l l   s p o r t s u p d a t e
t h a t   c e l t i c s   g a m e   e h . . j t   r h y t h m   i s   📴 . . a n d   c e l t i c s   c l e a r l y   s t i l l   n e e d   t i m e l o r d .
s u p e r - e a r l y   m o c k   2 0 2 3   n b a   d r a f t   h a s   b o s t o n   c e l t i c s   t a k i n g   i o w a   f o r w a r d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s o   g o o d   i   h a d   t o   s h a r e !   c h e c k   o u t   a l l   t h e   i t e m s   i ' m   l o v i n g   o n     p o s h m a r k   f a s h i o n   s t y l e   s h o p m y c l o s e t   c a m p b e l l s   c e l t i c s   z i g i s o h o :    
n e w   v i d e o   t o   w a t c h : 
 
 " b o y y   t h e   r a p t o r s   w e n t   n a s t y   |   r a p t o r s   v s   c e l t i c s   -   p o s t   g a m e   t h o u g h t s "   
 
 c r e a t o r :     d e e m y . 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c e l t i c s   b o s t o n c e l t i c s 
 
  
i f   m a l c o l m   b r o g d o n   s t a y s   c o n s i s t e n t   m o v i n g   t h e   b a l l   a n d   c a n   r e m a i n   h e a l t h y   t h i s   s e a s o n ,   i   t h i n k   h e ’ l l   b e   a   t o p   c a n d i d a t e   f o r   s i x t h   m a n   o f   t h e   y e a r   c e l t i c s
🇺 🇸 | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a  
j u l i u s   r a n d l e ' s   n o t a b l e   g r o w t h   i n   k n i c k s '   p r e s e a s o n   w i n   c a n ' t   b e   i g n o r e d 
 
 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a p r e s e a s o n   n b a i n a b u d h a b i   l a k e s h o w   l a k e r s   c e l t i c s   d u b n a t i o n   b u l l s n a t i o n   r o c k e t s   a p c e r s   m f f l
s a m   h a u s e r   c o n t i n u e s   t o   p r o v e   w h y   t h e   c e l t i c s   r e - s i g n e d   h i m .   y o u   m u s t   r e s p e c t   h i m   a s   a   s h o o t e r 
 

m a l c o l m   b r o g d o n   a n d   s a m   h a u s e r   b o t h   w e n t   t o   v i r g i n i a .   m o s t   o f   h a u s e r ’ s   s h o t s   h a v e   b e e n   o f f   o f   b r o g d o n   a s s i s t s   t h r o u g h o u t   t h e   p r e s e a s o n   c e l t i c s   
 

j u s t   r e m e m b e r   t h a t   t h e   c e l t i c s   h a d   a   1 9   p o i n t   l e a d   b e f o r e   t h e   d e e p e r   b e n c h   t o o k   o v e r .   i   s a w   w h a t   i   n e e d e d   t o   f r o m   o u r   g u y s   🍀
t h e   d e e p e r   p a r t   o f   t h e   b e n c h   s t r u g g l e d   b u t   t h e   s t a r t e r s   a n d   r o t a t i o n   p l a y e r s   l o o k e d   p r e t t y   g o o d   c e l t i c s
o n   t h i s   d a y :   1 9 9 8   p r e s e a s o n   c a n c e l e d   a h e a d   o f   ' 9 8   l o c k o u t ;   g e o r g e   k a f t a n   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w i l l   j a y s o n   t a t u m   a n d   j a y l e n   b r o w n   t a k e   t h e   b o s t o n   c e l t i c s   b a c k   t o   t h e   n b a   f i n a l s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
i n   t w o   g a m e s ,   s a m   h a u s e r   i s   9 - 1 3   f r o m   b e h i n d   t h e   a r c .   h e ’ s   b e e n   a c c u r a t e   a n d   c o n f i d e n t   l e t t i n g   i t   f l y ,   n o t   t o   m e n t i o n   h i s   t e a m m a t e s   w a n t   h i m   t o   s h o o t   c e l t i c s
t h e   c e l t i c s   a r e   t h r i v i n g   o f f e n s i v e l y ,   p l a y i n g   f a s t e r   a n d   s m a l l   b a l l   l o o k s   a p p e a l i n g .   i t ' s   a l l   e x p e r i m e n t a l   r i g h t   n o w   a s   b o s t o n   t r i e s   t o   r e s h a p e   i t s   i d e n t i t y   w i t h o u t   i m e   u d o k a   & a m p ;   w i t h   w i l l i a m s   h u r t . 
 
 " w e   m i s s e d   a   l o t   o f   g o o d   l o o k s ,   b u t   t h e   f l o o r   i s   s p a c e d " 

r a p t o r s   g e t   g o i n g   e a r l y   i n   o v e r t i m e   t o   t a k e   1 2 5 - 1 1 9   w i n   o v e r   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   h a v e   t h e   f e w e s t   s h o t s   p e r   g a m e   i n s i d e   5   f e e t   t h i s   p r e s e a s o n   ( 2 1 . 3 ) .   n i c e   t o   b e   r a i n i n g   f r o m   t h r e e ,   b u t   s o m e   b a l a n c e   i s   m i s s i n g   f r o m   t h e i r   o f f e n s e   e a r l y .   t h e y ' r e   b o t t o m   1 0   i n   f t a   t o o .
w e   b a c k ☘ ️ ☘ ️ ☘ ️ ☘ ️ ☘ ️   m o o d   c e l t i c s  
i   a m   s o   h a p p y   c e l t i c s   a r e   b a c k   😍 ☘ ️ 🤗
i   j u s t   w a n t   t o   s t i l l   s a y   i   c a l l   s a m   h a u s e r   f a k e   h a y w a r d   c a u s e   i n   m y   m i n d   t h e y   l o o k   a l i k e .   s o   i ’ m   h o p i n g   s a m   c a n   b e   t h e   h a y w a r d   w e   n e v e r   g o t   t o   e x p e r i e n c e   l o l l l l l   c e l t i c s   🙃 😎 🤣 ☘ ️
p a y t o n   p r i t c h a r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a y t o n p r i t c h a r d   p a y t o n   p r i t c h a r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
" y o u n g   g o a t "   - -   w a r r i o r s   s t a r   d r a y m o n d   g r e e n   i s s u e s   u l t i m a t e   p r a i s e   f o r   c e l t i c s   f o r w a r d   j a y s o n   t a t u m   😤 
 

j a y s o n   t a t u m   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y s o n t a t u m   j a y s o n   t a t u m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
    a f t e r   i   g o t   h o m e   t o n i g h t   i   f o u n d   m r .   f l e s h y   i n   l i z z y ’ s   t w e e t   h i s t o r y .   i   h a v e   p i n n e d   h i m   t o   m y   p r o f i l e   f o r   f u t u r e   u s e .   s a v e   h i m ,   h o l d   h i m   c l o s e   t o   y o u r   h e a r t ,   a n d   r e m e m b e r … … … . . b e l i e v e ! ! ! ! !   f l e s h y   n b a   c e l t i c s   b o s t o n   b e l i e v e
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j e f f   d o w t i n 
 
 n b a   n b a i t a l i a   r a p t o r s   c e l t i c s 
 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 p a y t o n   p r i t c h a r d 
 
 n b a   n b a i t a l i a   c e l t i c s   r a p t o r s 
  
1 0 / 5   p u t n a m   p o s t g a m e   r e p o r t :   t h e   s t i n g   o f   d e f e a t   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a y s o n   t a t u m 
 
 n b a   n b a i t a l i a   c e l t i c s   r a p t o r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 m a r c u s   s m a r t 
 
 n b a   n b a i t a l i a   c e l t i c s   r a p t o r s 
  
g a m e   r e c a p :   r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a y l e n   b r o w n 
 
 n b a   n b a i t a l i a   c e l t i c s   r a p t o r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 s c o t t i e   b a r n e s 
 
 n b a   n b a i t a l i a   r a p t o r s   c e l t i c s 
  
w h y   c e l t i c s '   j a y s o n   t a t u m   s a i d   s a m   h a u s e r   ' s h o u l d   s e n d   m e   a   t h a n k   y o u   c a r d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   g a m e   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 ;   n b a   s t a n d i n g s   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   p a c e r s   h o r n e t s   c a v a l i e r s   7 6 e r s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
🎥 :     & a m p ;     r e c a p   t h e   c e l t i c s   1 2 5 - 1 1 9   o t   l o s s   t o   t h e   r a p t o r s   o n   w e d n e s d a y 
 
 🍀 m a z u l l a ' s   i m p r i n t   i s   e v i d e n t   👀 
 🍀 h a u s e r   3 ⃣ 🔥 
 🍀 f l o o r   s p a c i n g   ↔ ️ 
 🍀 o f f e n s e   i s   d o m i n a t i n g 
 
 📺 f u l l   r e c a p :   
 
 ⚡ ️ b y   _ a g   |     |    
i   g i v e   t h e   p p l   w h a t   t h e y   w a n t   ! ! !   c e l t i c s   & a m p ;   d e u c e   c u t e n e s s   🫱 🏼 ‍ 🫲 🏽 🫶 🏻   n b a  
c e l t i c s   w a t c h   l e a d   e v a p o r a t e   i n   p r e s e a s o n   o v e r t i m e   l o s s   t o   r a p t o r s :   1 0   t a k e a w a y s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
b r o w n   r e a d y   t o   p i c k   u p   w h e r e   h e   l e f t   o f f ,   g r e a t   e f f o r t   a n d   n u m b e r s   s o   f a r   c e l t i c s
s a m   h a u s e r   l o o k s   l i k e   h e   i s   r e a d y   f o r   s o m e   q u a l i t y   m i n u t e s   c e l t i c s
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   b o s t o n   c e l t i c s   n b a   v i d e o :  
w h y   c e l t i c s '   j a y s o n   t a t u m   s a i d   s a m   h a u s e r   ' s h o u l d   s e n d   m e   a   t h a n k   y o u   c a r d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h i s   💯 💯 💯 ☘ ️ 🙌 🏻   c e l t i c s   b l e e d g r e e n   a m e n   n b a  
o v e r t i m e . . . . i n   a   p r e s e a s o n   g a m e . . . . a n d   t h e y   l o s e   i n   t h e   1 s t   g a m e   i ' m   a b l e   t o   w a t c h   l o l   c e l t i c s
d e e p   b e n c h   l e a d s   i n c r e d i b l y   f u n   c o m e b a c k ,   r a p t o r s   b e a t   c e l t i c s   1 2 5 - 1 1 9   i n   o t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e n   w i t h   a n   l   t o n i g h t .   w e   l o o k   p o i s e d   f o r   a n o t h e r   f u n   r u n   🔥     c e l t i c s
f r e d   v a n v l e e t   w i t h   a   2 - p o i n t e r   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   a m   a   h u g e   f a n   o f   m f i o n d u   a n d   i t   n e e d s   t o   b e   s a i d   p u b l i c l y   h e r e   c e l t i c s   🗣 ️ 💯 ☘ ️ 🙌 🏻
j a y l e n   b r o w n   h i g h l i g h t s   -   c e l t i c s   v s .   r a p t o r s   -   5 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   b o s   t o r   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b o s t o n   c e l t i c s   t o r o n t o   r a p t o r s
h e r e ' s   w h a t   s t o o d   o u t   f r o m   r a p t o r s '   o v e r t i m e   w i n   o v e r   c e l t i c s :   b o s t o n ' s   r e g u l a r s   s h a r p   a t   b o t h   e n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   ‘ 2 2 - ‘ 2 3   c e l t i c s   r o s t e r   i s   n o w h e r e   n e a r   t h e   s a m e   g a l a x y   a s   t h e   ‘ 8 5 - ‘ 8 6   c e l t i c s .     b i l l   w a l t o n   w a s   p l a y i n g   w i t h   3   l e g i t   h o f e r s   a t   t h e   h e i g h t   o f   t h e i r   r e s p e c t i v e   p o w e r s .   
 
 h o p e f u l l y   b l a k e   g r i f f i n   h a s   s o m e t h i n g   l e f t   t o   c o n t r i b u t e .   b u t   t h e s e   w a l t o n   c o m p a r i s o n s   a r e   a b s u r d .
l a k e r s   n e w s :   c e l t i c s   c o - o w n e r   t a l k s   a b o u t   h e r   o f f - c o u r t   p a r t n e r s h i p   w i t h   l a k e r s   o w n e r   j e a n i e   b u s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   m o s t   w o n d e r f u l   t i m e   o f   t h e   y e a r   ☘ ️ 😍 ☘ ️ 😍 ☘ ️   c e l t i c s   b l e e d g r e e n   n b a   t i s t h e s e a s o n   🏀  
r e a d   & a m p ;   r e a c t :   t h e   t a t u m   & a m p ;   b r o w n   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g a l l e r y :   c e l t i c s   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s   a t   t h e   g a r d e n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s   v s   r a p t o r s   o v e r t i m e   t i l t 

k a b e n g e l e   w i t h   t h e   p o w e r f u l   s l a m ! 😤 😤 😤 
 c e l t i c s r a p t o r s   c e l t i c s   n b a   n b a t w i t t e r   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   h i g h l i g h t   
  
5   t a k e a w a y s   f r o m   c e l t i c s   v s .   r a p t o r s   a s   s a m   h a u s e r ,   m a l c o l m   b r o g d o n   s h i n e   i n   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   i s   a   s l i g h t l y   w o r s e   p a u l   g e o r g e   _     c e l t i c s
  p a y t o n   p r i t c h a r d   -   1 7   p t s ,   4   r e b ,   5   a s t ,   3   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 p a y t o n p r i t c h a r d   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
d a l a n o   b a n t o n   w i t h   a n   a n d   o n e   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  t h e   o n l y   s t a r t e r s   j a c k e t   i   w i l l   a c c e p t .   c e l t i c s   8 0 s  
t h e   c e l t i c s   d r o p   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s .   t h e y   w i l l   b e   i n   c h a r l o t t e   o n   f r i d a y .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
c e l t i c s   b r o t h e r s   a n d   s i s t e r s   y o u   d o   r e a l i z e   t o n i g h t   w a s   a   p r e   s e a s o n     g a m e   a n d   t h e   s t a r t e r s   a n d   s a m   h a u s e r   p l a y e d   g r e a t ,   r i g h t ?   c a n   y o u   s p a r e   m e   t h e   n e g a t i v i t y !
i s   s a m   h a u s e r   g o i n g   t o   b e c o m e   t h e   c e l t i c s   s e c r e t   s h a r p s h o o t i n g   w e a p o n ?
n o a h   v o n l e h   w i t h   a   d u n k   v s   t h e   t o r o n t o   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s o r r y   c e l t i c s   f a n s   b u t … 
 
 … h e a r d   y o u r   a n n o u n c e r   s a y   i n   t h e   3 r d   q u a r t e r   t h a t   t h e   r a p t o r s   w e r e   “ w a v i n g   t h e   w h i t e   f l a g ” … 
 
 . . t h e n   w e   c a m e   b a c k   f r o m   1 9   d o w n   t o   w i n   i n   o t .   
 
 w e t h e n o r t h  
w h a t   c e l t i c s   p r e d i c t i o n s   w e r e   m a d e   d u r i n g   n b a   g m   s u r v e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a n ,   h a u s e r   i s   r e a l l y   l o o k i n g   n i c e   s o   f a r   f o r   t h e   c e l t i c s .   l i k e ,   m a n .
n i a   l o n g   i s   r e p o r t e d l y   s t a y i n g   w i t h   i m e   u d o k a   d e s p i t e   h u g e   c h e a t i n g   s c a n d a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
  n a t e   " t i n y "   a r c h i b a l d .       7   f o r   t h e   c e l t i c s   a n d   1   i n   t h e   💗   t o   a   5   f t   n o t h i n g   8 t h   g r a d e   p o i n t   g u a r d . c e l t i c s  
" t h e r e   i s   n o   w e a k n e s s   r i g h t   n o w   i n   t h i s   c e l t i c s   d e f e n s e . "   😤 
 
   a n d   _ 5 0   o n   t h e   c e l t i c s   m a i n t a i n i n g   t h e i r   d e f e n s i v e   i d e n t i t y  
_ s m o o t h 1 0   s a m   h a u s e r   -   2 2   p t s ,   4   r e b ,   2   a s t ,   5   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 s a m h a u s e r   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
c e l t i c s   t a k e a w a y s   a s   r e g u l a r s   i m p r e s s   a g a i n   i n   p r e s e a s o n   o v e r t i m e   l o s s   t o   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   o n   g r a b b i n g   1 0   r e b o u n d s   t o n i g h t ,   a n d   t h e   i m p o r t a n c e   o f   h i m   c o n t r i b u t i n g   i n   t h a t   a r e a   w i t h   r o b   o u t .   “ w e ’ v e   a l l   g o t   t o   r e b o u n d .   r e b o u n d i n g   i s   k e y .   m e   a n d   r o b   u s e d   t o   h a v e   f r i e n d l y   c o m p e t i t i o n s .   i   g e t   a   l o t   o f   r e b o u n d s   n o w .   r e b o u n d i n g   i s   s o m e t h i n g   i   d o . ”   c e l t i c s
b o s t o n   c e l t i c s   l o s e   t o   t o r o n t o   r a p t o r s   i n   b e t t e r - t h a n - y o u - t h i n k   p r e s e a s o n   p e r f o r m a n c e ,   1 2 5 - 1 1 9   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b e n c h   p l a y e r s   f o r   t h e   l o s s .   c e l t i c s
j a y s o n   t a t u m   o n   h o w   e n c o u r a g e d   h e   i s   b y   s h a r p   t h e   c e l t i c s   h a v e   l o o k e d   i n   t h e i r   f i r s t   t w o   p r e s e a s o n   g a m e s :   “ s u p e r   e n c o u r a g e d .   i t   k i n d   o f   f e e l s   l i k e   w e ’ r e   p i c k i n g   u p   f r o m   l a s t   s e a s o n … a n d   i t ’ s   f u n   p l a y i n g   w i t h ,   a n d   i   t h i n k   i t   s h o w s   t h r o u g h   t h e   f i r s t   t w o   g a m e s . ”
d o   y o u   h a v e   a   g r e a t   p r o j e c t   t h a t   y o u   w a n t   t o   g e t   h a n d l e d   p r o f e s s i o n a l l y ?   t h e n   c l i c k   t h e   l i n k   b e l o w ,   a n d   l o o k   a t   t h e   r e s u l t s . 
 
 
 a e w d y n a m i t e 
 r a p t o r s 
 d r a y m o n d 
 j o s h j a c k s o n 
 g a b e b r o w n 
 c e l t i c s 
 r h o b h 
 d o w t i n 
 d j w i l s o n 
 w e t h e n o r t h
c e l t i c s   f a l l   t o   t h e   r a p t o r s   1 2 5 - 1 1 9   i n   o t 
 
 b r o w n   2 3 p t s 
 h a u s e r   2 2 p t s 
 t a t u m   1 8 p t s   1 0 r e b 
 p r i t c h a r d   1 7 p t s   5 a s t 
 w h i t e   1 0 p t s 
 
 b o s :   4 4 . 4 %   f g   1 6 - 5 2   3 p t   4 5   r e b   3 1   a s t   1 0   t o v 
 
 a c h i u w a   1 3 p t s   7 r e b 
 s i a k a m   1 3 p t s   6 r e b 
 j a c k s o n   1 3 p t s 
 b i r c h   1 0 p t s 
 
 t o r :   4 5 . 9 %   f g   7 - 3 2   3 p t   5 9   r e b   2 2   a s t   7   t o v
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :   r a p t o r s   1 2 5 ,     1 1 9   i n   o t .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b a s k e t b a l l   b o s t o n a t h l e t e m a g a z i n e  
p r e c i o u s a c h i u w a   p o s t s   1 3   p o i n t s   a n d   s e v e n   r e b o u n d s   t o   h e l p   t h e   r a p t o r s   b e s t   t h e   c e l t i c s .   f i n a l :   t o r   1 2 5   -   1 1 9   b o s   n b a p r e s e a s o n
l o l .   c e l t i c s   g o i n g   b a c k   t o   t h e m   d u m b   a s s   p r e - u d o k a   l i n e u p s   w i t h   t a t u m   a t   t h e   4 .   t h e y   m a y   n o t   e v e n   m a k e   i t   o u t   o f   t h e   f i r s t   r o u n d   o f   t h e   p l a y o f f s
n b a ,   c e l t i c s   t w i t t e r   r e a c t   t o   b o s t o n ' s   1 2 5 - 1 1 9   o v e r t i m e   l o s s   t o   t h e   r a p t o r s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i ' m   s o   f u c k i n g   p i s s e d   w e   s h o u l d n ' t   h a v e   l o s t   t h a t   g a m e   w e   w a s   u p   b y e   2 0   p o i n t s   i t ' s   p r e   s e a s o n   a n d   t h e   g a m e s   d o n ' t   c o u n t   b u t   i   p a i d   m o n e y   w a s t e d   m y   t i m e   t h e y   t o o k   t h e   s t a r t e r s   o u t   w i t h   a b o u t   3   m i n s   l e f t   i n   t h e   3 r d   q u a r t e r   p u t   i n   t h e   b u m s   a n d   t h e y   l o s t   t h e   g a m e   c e l t i c s
i ' m   s o   f u c k i n g   p i s s e d   i   k n o w   t h i s   i s   p r e s e a s o n   b u t   w e   w e r e   u p   b y   f u c k i n g   2 0   p o i n t s   o f   t a t u m   a n d   b r o w n   p l a y e d   i n   t h e   f o u r t h   q u a r t e r   j u s t   w o u l d ' v e   n e v e r   h a p p e n e d   e v e r .   i   f e e l   l i k e   i ' m   w a s t i n g   m y   m o n e y   m y   t i m e   i ' m   s o   a n g r y .     c e l t i c s
t h i s   w o u l d   h a v e   n e v e r   e v e r   h a p p e n e d   i n   t h e   r e g u l a r   s e a s o n   c e l t i c s   i ’ m   s o   l o s s e s   i   f e e l   l i k e   i   w a s t e d   m y   1 9   d o l l a r s   i   p a i d   f o r   t h i s   g a m e   😂 😂 😂 n b a   p r e s e a s o n
c e l t i c s   g r e a t   g a m e   _        
w a t c h i n g   g u y s   c o m p e t i n g   f o r   r o s t e r   s p o t s   o v e r c o m e   a   1 9 - p o i n t   d e f i c i t   t o   b e a t   t h e   c e l t i c s   w a s   a   l o t   o f   f u n .   i   d o n ' t   c a r e   i f   i t ' s   j u s t   t h e   p r e s e a s o n !   r a p t o r s     l e t s g o  
r a p t o r s   a t   c e l t i c s :   b o s t o n   f a l l s   t o   t o r o n t o   1 2 5 - 1 1 9   i n   o v e r t i m e   a s   b e n c h   m o b   f i z z l e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   s o   c l o s e   n b a   w h a t   a   g a m e   r a p t o r s  
t h e   l e a g u e   n e e d s   t o   b e   o n   n o t i c e   o f   s a m   h a u s e r   c e l t i c s   n b a   n b a t w i t t e r
t h e   r a p t o r s   p l a n e   f l i g h t   b a c k   f r o m   b o s t o n   w i l l   b e   l i k e   o n e   t h o s e   h i g h   s c h o o l   b u s   r i d e s   a f t e r   j v   g o t   t h e   w   b u t   t h e   v a r s i t y   t e a m   g o t   t o r c h e d .   c e l t i c s   w e t h e n o r t h
h a u s e r   o n   t h e   c e l t i c s   e x p r e s s i n g   c o n f i d e n c e   i n   h i m   t o   s t e p   u p   f o l l o w i n g   g a l l i n a r i ’ s   i n j u r y :   “ t h e m   s h o w i n g   c o n f i d e n c e   g i v e s   m e   c o n f i d e n c e . ”
w h e n   i n   r o m e ,   y o u   e n t e r   t h e   a r e n a .   🏀 🍀   m y   f i r s t   t i m e   i n   t d   a n d   b l o w n   a w a y   b y   t h e   r i c h   h i s t o r y   o f   b a s k e t b a l l   l e g e n d s   t h a t   h a v e   m a d e   t h e   c e l t i c s   w h o   t h e y   a r e   t o d a y .   t h a n k s     a n d     f o r   m a k i n g   s u r e   i   s a w   a n o t h e r   s i d e   o f   b o s   t o n i g h t !   c e l t i c s   s t i l l a c l i p s f a n  
s a m   h u a s e r   e a r n e d   h i m s e l f   a   s p o t   i n   t h e   r o t a t i o n ,   d e s p i t e   t h e   i n j u r y   t o   g a l l o   c e l t i c s
r a p t o r s   i n   t h e   4 t h   q u a r t e r   t o n i g h t .   c e l t i c s   r a p t o r s  
h a u s e r   o n   h i s   h o t   s h o o t i n g :   “ t h a t ’ s   w h a t   i ’ m   k n o w n   f o r   s h o o t i n g ,   a n d   t h a t ’ s   h o w   i   c a n   h e l p   t h i s   t e a m … i t   c o m e s   b a c k   t o   d a i l y   d e p o s i t s   a n d   w o r k i n g   o n   i t   e v e r y d a y . ”   c e l t i c s
c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   s a y s   s a m   h a u s e r ’ s   c o n f i d e n c e   i s   a   p r o d u c t   o f   h i s   w o r k   e t h i c . 
 
 " ( h e )   w o r k s   r e a l l y   h a r d ,   d o e s   a   g r e a t   j o b   o f   p l a y i n g   o f f   o t h e r s ,   a n d   t a k e s   w h a t   t h e   d e f e n s e   g i v e s   h i m . ”
s o   t h i s   i s   w h a t   w e ' r e   d o i n   a g a i n . . . . 
 c e l t i c s    
w h i l e   t h e   g a m e   u l t i m a t e l y   w e n t   t h e   w a y   o f   t h e   r a p t o r s ,   t h e   m o r e   i m p o r t a n t   d e v e l o p m e n t s   t o o k   p l a c e   b e f o r e   t h e i r   f o u r t h - q u a r t e r   r a l l y .   h e r e ’ s   w h a t   s t o o d   o u t   f r o m   t h e   c e l t i c s   s e c o n d   p r e s e a s o n   m a t c h u p .   

y o u   r a p t o r s   f a n s   r e a l l y   e x c i t e d   o v e r   a   p r e s e a s o n   g a m e   🤣 🤣 🤣 .   g r o w   t h e   t f   u p   a l r e a d y   💀   c e l t i c s   r a p t o r s   f u c k t h e r a p t o r s
  w e   w e r e   u p   b y   1 8   i   k n o w   i t ’ s   t h e   p r e s e a s o n   b u t   w t h   i t   w a s   1 8 p o i n t s   s m h   l o l o l o l   c e l t i c s
t h e   b r o g d o n   t o   h a u s e r   c o n n e c t i o n   w a s   s t r o n g   t o n i g h t   j u s t   l i k e   s a m   p l a n n e d   i n   o u r   c o n v o   a   f e w   w e e k s   a g o .   c e l t i c s     b l e e d g r e e n 
 
  
p r e s e a s o n   c e l t i c s   g a m e   2   f u n .   3 0   i s   s h o o t e r   b u t   a l s o   d i s p l a y s   g r e a t   d e c i s i o n   m a k i n g   o n   d r i b b l e   d r i v e .   a n o t h e r   p e r s o n   c a p a b l e   o f   p r e s s i n g   o p p o n e n t   s p a c e .   r a p t o r s   4 5   g o o d .     t o r   o v e r a l l   a   b i g   m f   t e a m   g u a r d s   a r e   h u g e   a n d   l o o k s   l i k e   i t   g o t   t h e m   b a c k   i n t o   t h e   g a m e   a t   e n d   o f   3 r d   2   f i n
h e r e   f o r   i t .   c e l t i c s  
w o w   … .   w h a t     a   g a m e   i n   t h e   n b a   p r e   s e a s o n   b e t w e e n   t h e   c e l t i c s   & a m p ;   r a p t o r s 
 

a g a i n ,   i   k n o w   i t ’ s   p r e s e a s o n   a n d   t h e s e   g a m e s   d o n ’ t   c o u n t   b u t ,   t h e   c ’ s   l o s i n g   t o   t h e   r a p t o r s   a i n ’ t   s i t t i n g   w e l l   w i t h   m e .   c e l t i c s   n b a p r e s e a s o n
c e l t i c s   f a l l   t o   r a p t o r s   i n   s e c o n d   p r e s e a s o n   g a m e   ⬇ ️ 
 
 p o s t g a m e   l i v e   i s   o n   n o w   w i t h       _ 5 0     & a m p ;     o n    
t a k e   a   d e e p   b r e a t h   c e l t i c s   f a n s ,   i t ' s   j u s t   a   p r e s e a s o n   g a m e ,   i t ' s   n o t   l i k e   o u r   p l a y e r s   a r e   o u t   t h e r e   ' f o r c e f u l l y   s t r i k i n g '   e a c h   o t h e r . . .
t h e   c e l t i c s   w i n   t o t a l   i s   s e t   a t   5 3 . 5 .   j a y l e n   b r o w n   l o o k s   i n t e n t   o n   p u s h i n g   t h e   o v e r   👀 
 c e l t i c s  
s a m   h a u s e r   i n   t w o   c e l t i c s   p r e s e a s o n   g a m e s : 
 
 3 6   p o i n t s ,   7 2 % f g   ( 1 3 - 1 8 ) ,   6 9 % 3 p t   ( 9 - 1 3 ) . 
 
 h e ’ s   g o t   a   s i g n i f i c a n t   r o l e   o n   t h i s   t e a m   i f   h e   k e e p s   t h i s   u p !
o h   t h i s   n b a   g a m e   w e n t   i n t o   o t ?   h o w   o f t e n   d o e s   t h a t   h a p p e n   f o r   n b a p r e s e a s o n   g a m e s ? 
 
 b o s t o n   l o o k e d   n o r m a l ;   c a n   t h e   c e l t i c s   p u t   t h e   c o a c h   t u r m o i l   b e h i n d   e m   a n d   f o c u s   o n   t h e   s e a s o n ?   t h e y ' r e   s t i l l   f o r m i d a b l e   a n d   o n e   o f   t h e   t o p   t e a m s   i n   t h e   e a s t .   b a l l o r f a l l  
a t t a c h e d   a t   t h e   h i p   w e l l   l e g   👀 🤣 😍   b i g d e u c e   d e u c e   c e l t i c s   n b a   b l e e d g r e e n  
c e l t i c s   f a n s   p u n c h i n g   t h e   a i r   r i g h t   n o w 😂   c e l t i c s   r a p t o r s
t h i s   d u d e   i s   a s s ! ! ! !   m i s s e d   a l l   h i s   s h o t s … .   c e l t i c s  
t r a s h   c e l t i c s   r e g r e s s e d   a s   e x p e c t e d   r a p t o r s
c e l t i c s   n b a   u g l y   g a m e   s o   f a r   b o s t o n  
n e w :   t h e   c e l t i c s   s t u m b l e d   i n   o t   a g a i n s t   t h e   r a p t o r s   b u t   l o o k e d   g r e a t   w i t h   t h e i r   r e g u l a r s   i n   t h e   p r e s e a s o n   t u n e u p .   f u l l   t a k e a w a y s  
w h o a !   h o w   a b o u t   t h o s e   r a p t o r s ?   t h e y   j u s t   b e a t   t h e   c e l t i c s   i n   o t !   m a s a i   i s   t h e   e x e c u t i v e   o f   t h e   y e a r   f o r   t h i s   c o m i n g   s e a s o n !   n b a
w h a t   a   p l a y o f f   a t m o s p h e r e !   t o   g o   d o w n   1 9   t o   w i n   t h i s   g a m e   w i t h   o u r   y o u n g   t a l e n t   j u s t   g o e s   t o   s h o w   o u r   t e a m   i s   p r e t t y   d e e p !   r a p t o r s   c e l t i c s
t h a t   c e l t i c s e m o t i o n a l r o l l e r c o a s t e r   o n   t h e   p r e s e a s o n . . .   😓   c e l t i c s
j u s t i n   j a c k s o n   a n d   b r o d r i c   t h o m a s   s h o u l d   g o   r u n   l a p s   o r   s o m e t h i n g   
 
 c e l t i c s
i   t o t a l l y   a g r e e   w i t h   t h i s   e x c e p t   t h a t   i   t h i n k   t h e y   w i l l   l e a r n   m o r e   f r o m   t h e   l o s s .     t h e   s t i n g   o f   a   l o s s   i s   a   g o o d   t e a c h e r .   c e l t i c s  
i ’ m   l a u g h i n g   m y   a s s   o f f   😂   c e l t i c s   r a p t o r s
p r i t c h a r d   s h o w s   t h e   d e e p   b e n c h   h o w   t o   g r i n d .   c e l t i c s   b u t   n o t   s u r e   t h e y   g e t   i t .
c u t   t h i s   b u m   r i g h t   n o w     c e l t i c s   b o s t o n c e l t i c s  
o k a y   i   c a n ' t   b e   t h e   o n l y   o n e   t h a t   t h i n k s   d . j .   w i l s o n   l o o k s   l i k e   b r i t t n e y   g r i n e r   o u t   t h e r e   l o l   c e l t i c s
i t   w a s   e x c i t i n g   a n d   c l o s e   t i l   t h e   e n d .   s h a k e   o f f   t h e   r u s t .   s e e   y o u   o n   t h e   1 8 t h   f o r   o p e n i n g   n i g h t !   g a m e   o n   😎 ☘ ️ 💪 🏻   c e l t i c s   n b a   b l e e d g r e e n
b r o d e r i c k   t h o m a s   j u s t i n   j a c k s o n   m a k e   a n y   s h o t   c h a l l e n g e   ( i m p o s s i b l e )   c e l t i c s
i f   t h e   c e l t i c s   c a n   g e t   t h i s   v e r s i o n   o f   s a m   h a u s e r   f o r   8 2   g a m e s   t h i s   s e a s o n ,     t h e y   w i l l   b e   c o n t e n d i n g   f o r   a   t i t l e   c o m e   m a y .   n b a   c e l t i c s
s e e m s   s a f e   t o   s a y   t h a t   j u s t i n   j a c k s o n   a n d   b r o d e i c   t h o m a s   a r e   u n l i k e l y   t o   m a k e   t h e   f i n a l   r o s t e r   f o r   t h i s   c e l t i c s   t e a m . 
 
 a l s o   s a f e   t o   s a y   t h a t   a n   a l l - b e n c h   s m a l l   b a l l   l i n e u p   i s   n o t   l i k e l y   g o i n g   t o   b e   a   c o m m o n   g r o u p i n g   i n   t h e   r e g u l a r   s e a s o n .
n o t   a   g r e a t   g a m e   f o r   j a c k s o n   a n d   t h o m a s … . .   c e l t i c s
🇨 🇦   k h e m   b i r c h   d i a l i n g   i t   u p   f r o m   t h e   5 1 4 . 
 
 t o r o n t o   r a p t o r s   |   b o s t o n   c e l t i c s 
 
 n b a t w i t t e r   w e t h e n o r t h   n b a  
w h o   e l s e   i s   h a p p y   t o   s e e   _ s m o o t h 1 0   h a v i n g   a   h e l l   o f   a   g a m e ? 
 c e l t i c s 
   
   
   
 _
t h i s   o v e r t i m e   i s   s o   s l o p p y   😂   c e l t i c s
c e l t i c s   g - l e a g u e   p l a y e r s   a r e   b a d
t h i s   c e l t i c s   t e a m   i s   g o i n g   t o   b e   a   l o t   o f   f u n   t o   w a t c h .   i   c a n   a l r e a d y   t e l l .   g r e a t   b a l l   m o v e m e n t ,   i n - y o u r - f a c e   d e f e n s e   a n d   a   t o n   o f   s c o r i n g .   b r i n g   o n   2 2 - 2 3   s e a s o n .   w e   r e a d y !
t h i s   i s   a   k a b e n g e l e   f a n   a c c o u n t   c e l t i c s
“ d a d d y   y o u ’ r e   g o n n a   w i n   m v p ”   - d e u c e   p r o b a b l y   🤣 😎 👑   c e l t i c s   d e u c e   t a t u m   n b a   b l e e d g r e e n  
t h i s   w o u l d   b e   f u n n y   b u t   i ’ m   s t i l l   t r a u m a t i z e d   b y   t h e   c e l t i c s   i n a b i l i t y   t o   c l o s e   a s   r e c e n t   a s   j a n u a r y   o f   l a s t   y e a r .
d e u c e   i n c o m i n g g g g g g   🤣 🤣   c e l t i c s   d e u c e   t a t u m   n b a   b l e e d g r e e n  
n i c e   t o   s e e   t h e   c e l t i c s   i n   m i d   n o v e m b e r   f o r m   b l o w i n g   b i g   l e a d s   .   t h e   m o r e   t h i n g s   c h a n g e   t h e   m o r e   t h e y   s t a y   t h e   s a m e .   n b a   c e l t i c s
t o r o n t o   r a p t o r s   o u t s c o r e   t h e   b o s t o n   c e l t i c s   3 8 - 2 0   i n   t h e   f o u r t h - q u a r t e r   t o   f o r c e   o v e r t i m e   a t   1 1 0 - 1 1 0 . 
 
 a c h i u w a   1 3 p / 7 r 
 j e f f   d o w t i n   1 0 p / 3 a / 2 r 
 d a l a n o   b a n t o n   8 p / 3 r / 1 a 
 j o s h   j a c k s o n   8 p / 3 r 
 c h r i s t i a n   k o l o k o   6 p / 3 r / 2 a / 1 b 
 
 n b a t w i t t e r   w e t h e n o r t h   n b a  
p r i t c h a r d   s h o u l d   h a v e   j u s t   g o n e   f o r   t h e   g o - a h e a d   3   t o   w i n   t h e   g a m e ,   r e a l l y .   c e l t i c s   r a p t o r s   p r e s e a s o n
w o w ,   a n   o t   p r e s e a s o n   g a m e . .   c e l t i c s
o v e t t i m e e e e   ! ! !   l e t ’ s   g o   c e l t i c s   g e t   b a c k   u p   t h e r e   p l e a s e   ! !   🍀 🍀 🍀 🍀
p r e - s e a s o n   o t ! ! !   
 
 c e l t i c s ☘ ️  
t h i s   i s   a m a z i n g …   m o r e   c e l t i c s   b a s k e t b a l l !
c o m e   o n   b o s t o n ! ! ! !   l e t ' s   g e t   t h i s   d o n e !   b o s t o n c e l t i c s   c e l t i c s   🍀
f r e e   b a s k e t b a l l   f o r   m y   f i r s t   g a m e   b a c k   i m   f u c k i n g   i n   c e l t i c s
s a m   h a u s e r   m i g h t   g e t   2 0   m i n s   p e r   g a m e   a t   t h i s   p o i n t .   c e l t i c s
f i n i s h   t h e   g a m e   w i t h   4 .   t h o m a s   i s   a w f u l .   c e l t i c s
l e g e n d s   n e v e r   d i e   ☘ ️ 🙏 🏻   r i p 6   b i l l r u s s e l l   c e l t i c s   t d g a r d e n   b l e e d g r e e n  
i t ' s   a c t u a l l y   c r a z y   h o w   s e a m l e s s l y   b l a k e   g r i f f i n   h a s   f i t   i n t o   t h e   c u l t u r e   o f   t h i s   c e l t i c s   t e a m .   l a u g h i n g   i n   h u d d l e s   a n d   d u r i n g   t i m e o u t s   w i t h   a l l   p l a y e r s   l i k e   h e ' s   b e e n   i n   b o s t o n   f o r   y e a r s
h a u s e r   s h o w i n g   u p   t o   e v e r y   g a m e   l i k e 
 
 s i n k i n m f s h i p s 👊 🏾 
 s a m b u c k e t s h a u s e r 🔥 
 c e l t i c s ☘ ️  
i   l o v e   b l a k e   t h e   c e l t i c   s o   f a r .   c e l t i c s   n b a   b l a k e g r i f f i n
n e e d   a   h a u s e r   d a g g e r   t o   c l o s e   t h i s   o n e   c e l t i c s
o n l y   t h e   c e l t i c s   a r e   a l l o w e d   t o   g e t   c h a r g e   c a l l s   b e c a u s e   t h e   n b a   a n d   r e f s   l o v e   s u c k i n g   t h e i r   c o c k   f o r   n o   r e a s o n
i t ’ s   p r e s e a s o n   a n d   i t ’ s   l i t .   p h e n o m e n a l .   b e s t   f a n s   i n   t h e   w o r l d   c e l t i c s  
t h e   c e l t i c s   w e r e   r e a l l y ,   r e a l l y   e x c i t e d   a b o u t   s a m   h a u s e r   t h i s   s u m m e r .   w e ' r e   s e e i n g   w h y .   

j o e   m a z z u l l a   1 / 1   o n   c h a l l e n g e s .   c o a c h   o f   t h e   y e a r   l o a d i n g . . . 
 
 c e l t i c s
w h o   i s   t h a t   c e l t i c s  
i t ’ s   l i t   l m a o   s m a r t   c e l t i c s  
g r e a t   c h a l l e n g e   b y   m a z z u l l a   t h e r e !   c e l t i c s
b l a k e   t e a c h i n g   t h e   y o u n g   b u c k s   c e l t i c s  
4 t h   q u a r t e r   c o l l a p s e .   c l a s s i c   c e l t i c s
w h a t   t h e   f u c k   i s   t h i s   s h i t   !   c e l t i c s
p r e - s e a s o n   f o r   s u r e ,   b u t   a   💩   j o b   b y   c e l t i c s   b e n c h   b l o w i n g   1 8   p o i n t   l e a d   i n   t h e   4 t h .
s m a r t   d o i n g   s m a r t   t h i n g s   ! !   s c r e a m i n g   f o r   a   c h a l l e n g e   c e l t i c s   r a p t o r s   n b a  
r a p t o r s   a r e   1 5 - f o r - 1 9   f g   i n   t h e   4 q ,   b y   t h e   w a y .   c e l t i c s
o h   i t ’ s   l o u d ! ! !   f e e l s   l i k e   a   r e g u l a r   s e a s o n   g a m e   l f g   🗣 ️ 🗣 ️ 🗣 ️ 😎 ☘ ️   c e l t i c s
2   p t   g a m e ☘ ️   c e l t i c s
c e l t i c s   a t   t h e   g a m e   t o n i g h t   s o   h a p p y   r a p t o r s   n b a  
h o w   c a n   y o u   n o t   l o v e   t h i s   k i d   😭 😍   d e u c e   t a t u m   c e l t i c s  
s a m   h a u s e r   i s   f o r   r e a l .   n o t   a   p r e s e a s o n   h e r o .   
 
 t h i s   k i d   i s   a   s h a r p s h o o t e r   c e l t i c s
p r i t c h a r d   🔥   c e l t i c s
b r o g d o n   j u s t   f i t s .   c e l t i c s
t h i s   c e l t i c s   b a l l   m o v e m e n t   i s   s o   b e a u t i f u l   t o   w a t c h .   h a u s e r   p a s s i n g   i t   u p   t o   w h i t e   e v e n   t h o u g h   h e   i s   s h o o t i n g   l i g h t s   o u t . . . .   t o u g h   n o t   t o   l o v e   t h a t .
s a m   h a u s e r & g t ; & g t ; & g t ; l a r r y   b i r d 
 c e l t i c s
i n   2 - 3   y e a r s   s a m   h a u s e r   i s   g o i n g   t o     b e   a   t o p   5   t h r e e   p o i n t s   s h o o t e r   i n   t h e   l e a g u e   c e l t i c s   n b a
s a v e   g r a n t   f o r   t h e   r e g u l a r   s e a s o n .   c e l t i c s  
w a t c h i n g   t h i s   c e l t i c s   a n d   r a p t o r s   p r e s e a s o n   g a m e   a n d   t h e   o n l y   t h i n g   i   c a n   t h i n k   a b o u t   i s   i m e   u d o k a   g e t t i n g   s u s p e n d e d   f o r   g e t t i n g   s o m e   s n a t c h .   i   g u e s s   c h e a t i n g   o n   n i a   l o n g   i s   a   s e r i o u s   o f f e n s e   i n   t h e   n b a
h e y   c e l t i c s   n b c b o s t o n   w h a t   t h e   f u c k   i s   u p   w i t h   t h e s e   2 4 a u t o g r o u p   c o m m e r c i a l s ? ?     t h o s e   s h r i l l   c o m m e r c i a l s   g o n n a   m a k e   m e   q u i t   t u n i n g   i n t o   t h e .     g a m e s .   t h a t   i s   m a n u f a c t u r e d   f o r   h a t e .
t h e     a r e   p l a y i n g   p l a y o f f   b a s k e t b a l l   i n   o c t o b e r   🫣 🫣   c e l t i c s
b e n c h   i s   d e e p   f o r   p r e s e a s o n   l m a o   c e l t i c s   p r e s e a s o n  
m f k i n g   h o u s 3 r ,   b a b y y y y y y y y y   m i s i l s a m   🎯   c e l t i c s
n o t   d e u c e   d r o p p i n g   s o m e t h i n g   o n   t h e   c o u r t   a n d   g r a b b i n g   i t   m i d   g a m e   c e l t i c s
m i s s i o n   c o m p l e t e   c e l t i c s  
v i a     w i t h         _ s m o o t h 1 0   c e l t i c s  
s a m   h a u s e r . . . a n   e m e r g i n g   y o u n g   s h a r p s h o o t e r   f o r   t h e   c e l t i c s .
s o   e x c i t e d   f o r   t h e   c e l t i c s   s e a s o n !
b r e a k i n g :   c e l t i c s   f o r w a r d   j a y s o n   t a t u m   h a d   t o   b e   f o r c i b l y   r e m o v e d   f r o m   t h e   g a m e   a f t e r   a t t e m p t i n g   t o   i n j u r e   p a s c a l   s i a k a m .
🚨 h o m e   s t r e t c h ! 🚨 
 
 c e l t i c s   a r e   u p   9 0 - 7 2 ! 
 
 j o i n   ,   ,   _ s w a y ,   _ t o s c a n o   & a m p ;   _ z a n n i s   f o r   t h e   g a r d e n   r e p o r t   p o s t   g a m e   s h o w   a f t e r   c e l t i c s   v s   r a p t o r s ! 
 
 📺 w a t c h :   
 
 ⚡ ️ b y   ,   _ a g   & a m p ;    
s a m   h a u s e r   i s   a   w a l k i n g   f u c k i n g   3   b u c k e t ! ! !   c e l t i c s
j a y l e n   l o o k s   r i d i c u l o u s   
 
 s a m   h a u s e r   i s   a u t o m a t i c 
 
 c e l t i c s   b l e e d g r e e n
s a m   h a u s e r   t h o . . . .   d u d e s   o n   🔥 🔥 🔥 🔥   c e l t i c s
h a u s e r   c a n ' t   m i s s   c e l t i c s
i n   2 0 0 8   i t   w a s   h o u s e . . . 
 i n   2 0 2 2   i t ' s   h a u s e r ! ! ! 
 
 c e l t i c s
h e   a i n ' t   a   p a r l o r   t r i c k .   s a m   h a u s e r   w i l l   r e a l l y   b e   a b l e   t o   c o n t r i b u t e   o f f   t h e   c e l t i c s   b e n c h   t h i s   y e a r .   
 
 d a n i l o   g a l l i n a r i ' s   a b s e n c e   c o u l d   q u i c k l y   b e c o m e   a   b l e s s i n g   i n   d i s g u i s e   a s   w e   w a t c h   h a u s e r ' s   d e v e l o p m e n t .  
l a r r y   b i r d   a n d   s t e p h   c u r r y ’ s   d n a   c o m b i n e d   =   s a m   h a u s e r   c e l t i c s
_ t e e d   i d k   a b o u t   t h e   o t h e r   t w o   ( t h e   p a t r i o t s   a r e   m e h   a n d   i   k n o w   n o t h i n g   a b o u t   h o c k e y )   b u t   t h e   c e l t i c s   a r e   g o i n g   t o   l i f t   a   l o t   o f   s p i r i t s   t h i s   y e a r !
h a u s e r   👀 👀 ☘ ️ 🍀   c e l t i c s
s a m   h a u s e r   l o o k s   s c a r y   f r o m   b e h i n d   t h e   a r c   c e l t i c s
h a u s e r   i s   a   c h e a t   c o d e   😳   c e l t i c s   🍀
i ’ v e   s e e n   t h e   x - r a y s ,   a n d   h a u s e r   h a s   t h a t   b o w s e r   i n   h i m   c e l t i c s  
h a u s e r   c e l t i c s
h a u s e r   8 - f o r - 1 0   f r o m   3   t h i s   p r e s e a s o n .   
 
 h e ' l l   b e   i n   t h i s   c e l t i c s   r o t a t i o n .
c e l t i c s   w o u l d   g o   8 2 - 0   i f   r o b   w a s   h e a l t h y   l o l
l o l   a n d   p e o p l e   a c t u a l l y   t h o u g h t   b r a d   w o u l d   t r a d e   j a y l e n   b r o w n   ☘ ️ 🤷 ‍ ♂ ️   c e l t i c s  
c e l t i c s   s t a r t e r s   t a k i n g   a   s e a t   u p   1 9 .   
 
 s m a r t :   3 - 1 - 5 - 2   s t l   o n   1 / 4   f g   
 b r o w n :   2 3 - 4 - 1 - 1   o n   9 / 1 4   f g   3 / 6   3 p t   
 t a t u m :   1 8 - 1 0 - 4   o n   6 / 1 6   f g   0 / 7   3 p t   
 h o r f o r d   7 - 6 - 2   w /   a   b l o c k   o n   3 / 6   f g   
 w h i t e   7   p t s   o n   2 / 3   f g
a l r i g h t   n o n e   o f   t h e   s t a r t e r s   n e e d   t o   p l a y   a n y m o r e   -   j u s t   g e t   t a t u m   s h o o t i n g   3 s   c o n s i s t e n t l y   a n d   t h e y   a r e   g o l d e n .   c e l t i c s
e v e r y o n e   o n   t h e   c e l t i c s   l o o k s   g r e a t   e x c e p t   t a t u m .   i t ’ s   s t i l l   o n l y   p r e s e a s o n   b u t   m a n   d i d   h e   t o u c h   a   b a l l   o v e r   t h e   s u m m e r ?   h a n d l e s   l o o k   t r a s h ,   c a n ’ t   h i t   a n y t h i n g .
  e a r l y   s e a s o n   s h o o t i n g   w o e s   c o n t i n u e   c e l t i c s
p u l l   t h e   s t a r t e r s   o u t   p l e a s e   c e l t i c s
a n y b o d y   e l s e   h a s   a   l i t t l e   t e a r   f r o m   h o w   w e l l   t h e   g u y s   p l a y i n g   🥺 🍀 🍀 🍀 🍀   c e l t i c s
v e r y   i m p r e s s e d   w i t h   h o w   f o c u s e d   a n d   c o m m i t t e d   t h e   c e l t i c s   a r e   d e f e n s i v e l y   t h i s   p r e s e a s o n .
s c r e w   i t   b r i n g   i n   b e n c h .     r a p t o r s   a r e n t   e v e n   p l a y i n g   t h e   s a m e   g a m e   a s   t h e   c e l t i c s
p a s c a l   s i a k a m   i f   h e   d i d n ' t   h a v e   a     s p i n   m o v e   c e l t i c s   r a p t o r s  
c a n   w e   p l e a s e   b u b b l e   w r a p   a l   h o r f o r d   f o r   t h e   p r e s e a s o n .   
 
 n o t   e x a c t l y   s i c i l i a n   s l i c e   d e e p   a t   t h e   5 
 
 c e l t i c s     b l e e d g r e e n
j a y s o n   t a t u m   m a k i n g   t h e   r a p t o r s   d e f e n c e   l o o k   s i l l y   🤣 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a y s o n   t a t u m   f a k e   b o s   b o s t o n   c e l t i c s   t o r   t o r o n t o   r a p t o r s
i   k n o w   i t ’ s   j u s t   t h e   p r e s e a s o n   b u t   t h e   m a t u r i t y   o f   t h e   c e l t i c s   🙌 🏾  
i   s e r i o u s l y   w o n d e r   i f   i m e   u d o k a   i s   w a t c h i n g   t h i s   g a m e   r i g h t   n o w .   c e l t i c s   n b a
l e t ’ s   g o o o o o   b r o w n ! !   c e l t i c s
r e f s   i n   t h i s   c e l t i c s / r a p t o r s   g a m e   i n   p r e - s e a s o n   f o r m   t o o .   🏀   t o r v s b o s
w a t c h :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   s h o w s   o f f   3 - p o i n t   s h o t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  j u s t   w a t c h e d   t h e   l a s t   r e d s o x   g a m e .   v e r y   s a d   t i m e s .   
 
 w a t c h   t h e   c e l t i c s .   v e r y   h a p p y   t i m e s .   m a n ,   j u s t   s t a y   h e a l t h y / b e   h e a l t h y   w h e n   i t s   p l a y o f f   t i m e   a n d   t h i s   c o u l d   b e   a   s p e c i a l   s e a s o n
c e l t i c s   l e a d   t h e   r a p t o r s   6 2 - 4 6   a t   t h e   h a l f 
 
 b r o w n   1 9 p t s   4 r e b 
 t a t u m   1 4 p t s   8 r e b 
 h a u s e r   9 p t s 
 w h i t e   7 p t s 
 
 b o s :   5 0 %   f g   7 - 2 0   3 p t   2 6   r e b   1 5   a s t   5   t o v 
 
 s i a k a m   1 0 p t s 
 t r e n t   j r   9 p t s 
 a c h i u w a   8 p t s 
 v a n v l e e t   7 p t s 
 
 t o r :   3 6 %   f g   2 - 1 8   3 p t   2 6   r e b   5   a s t   6   t o v
j a y l e n b r o w n   c e l t i c s   d r o p s   t h e   f   b o m b .   t h a t   m a n   i s   f u l l   o f   🔥
t h e s e       c o m m e r c i a l s   h u r t   t o   w a t c h   c e l t i c s   🍀
i   l o v e   j b !   😂   c e l t i c s   b o s t o n c e l t i c s  
r e m e m b e r   w h e n   p e o p l e   w e r e   l i k e . .   “ y o u   o b v i o u s l y   h a v e   t o   c o n s i d e r   t r a d i n g   j a y l e n   b r o w n   f o r   k e v i n   d u r a n t ” ?   n a h .     a l l   t h e   r e a l   o n e s   k n o w .     c e l t i c s
2   p r e s e a s o n   g a m e s   a n d   c e l t i c s   l o o k   r e a l l y   g o o d .   w a y   t o o   g o o d   t o   b e   t r u e 👀   c e l t i c s   b l e e d g r e e n
            _ m i m i         _ c e l t i c s                 h e y   g a n g ! 
 
 s e c o n d   s t r a i g h t   i m p r e s s i v e   s h o w i n g   b y   t h e   c e l t i c s   i n   t h e   m e a n i n g f u l   p a r t   o f   a   p r e - s e a s o n   g a m e .   w h a t   s t a n d s   o u t ? 
 
 - g o o d   f i r s t   q u a r t e r s 
 - b e n c h   s p a r k e d   t h e   f i r s t   b i g   r u n 
 - r e b o u n d i n g   m u c h   b e t t e r   t h a n   l a s t   y e a r 
 - c u t   d o w n   t u r n o v e r s   a f t e r   l a s t   g a m e   
 - j a s o n   d r i v i n g 
 - j a y l e n ! ! !  
i t s   o n l y   p r e s e a s o n   & a m p ;   t h e   n o   t a k e   f o u l   r u l e   i s   l o v e l y   n b a   c e l t i c s
    j a y l e n   b e   i n   t h e   h o o d   g i v i n g   b a c k   m a k i n g   g u e s t   a p p e a r a n c e ' s   d o i n g   m a d   g o o d , b u t   e v e r y   o t h e r   d a y   t a t u m   i s   t r e n d i n g   o n   h e r e   f o r   a n   i g   p o s t . 
 m a k e   i t   m a k e   s e n s e   t w i t t e r ?   
 j a y l e n b r o w n   c e l t i c s  
m a r c u s   s m a r t   w i t h   t h e   c o b r a   i n   p r e s e a s o n ! ! !   _ m s 3   c e l t i c s   
 m y   f a v o r i t e   c e l t i c !
j a y l e n   w i t h   t h e   h o t   m i c   😂 😂 😂 😂   “ f * * * ! ”   c e l t i c s
w h a t   h e   s a y   a t   t h e   e n d ? ? ? ?   😂 😂   i ’ m   h o p i n g   i ’ m   h e a r i n g   c o r r e c t l y   c e l t i c s   c e l t i c s v s r a p t o r s   n b a  
l e t         g e t   s o m e   p l a y   t i m e   t o n i g h t .   c e l t i c s
🚨 h a l f t i m e ! 
 
 c e l t i c s   a r e   c o o k i n g   a n d   u p   6 2 - 4 6 ! 
 
 j o i n   ,   _ s w a y   a n d   _ z a n n i s   f o r   a   p r e s e a s o n   g a r d e n   r e p o r t   p o s t   g a m e   s h o w   a f t e r   c e l t i c s   v s   r a p t o r s ! 
 
 📺 w a t c h :   
 
 ⚡ ️ b y   ,   _ a g   & a m p ;    
j a y l e n   j u s t   d r o p p e d   t h e   c l e a n   f - b o m b   o n   t v   🤣 🤣 🤣   c e l t i c s
a f t e r   2   c e l t i c s   6 2 - 4 6   r a p t o r s
l o l   j b   k e e p i n g   i t   p g 1 3 …   f u c k   c e l t i c s
n o b o d y   t o l d   r a p t o r s   o r   c e l t i c s   t h i s   i s   p r e s e a s o n   e v e n   b o t h   c o a c h e s   p l a y i n g   a   t i g h t   r o t a t i o n   w e t h e n o r t h   r a p t o r s   c e l t i c s
b r o g d o n   d i s h i n g   o u t   a s s i s t s   l e f t   a n d   r i g h t ,   b u t   i ’ m   c r a z y   f o r   t h i n k i n g   h e   s h o u l d   a n d   w i l l   s t a r t   o v e r   s m a r t   a t   s o m e   p o i n t   i n   t h e   u p c o m i n g   s e a s o n .   c e l t i c s
1 . 5   g a m e s   i n t o   t h e   p r e s e a s o n ,   c a n   c o n f i r m   t h e   c e l t i c s   a r e   a   w a g o n
w o w …   i   l o v e   t h i s   t e a m .     c e l t i c s
i   s a y   t h i s   e v e r y   s e a s o n .   j a y l e n   b r o w n   g e t s   e x p o n e n t i a l l y   b e t t e r   e v e r y   s i n g l e   y e a r .     i t ' s   s o   f u n   t o   w a t c h   h i m   c o n t i n u e   t o   e x c e e d   e x p e c t a t i o n s .     c e l t i c s   b l e e d g r e e n
j a y l e n   b r o w n   d e f i n i t e l y   w o r k e d   o n   h i s   h a n d l e s   t h i s   o f f s e a s o n   c e l t i c s
b r o g d a n   i s   s u c h   a   h u g e   p i c k   u p   f o r   t h e   c e l t i c s
s o   s t o k e d   t o   s e e   m y   f a v   _ m s 3   a s   a l w a y s   b u t     b e i n g   t h e r e   t o o   i s   j u s t   s p e c i a l .   l o v e   t h e m   b o t h .   l o v e   t h e m   a l l ! !   m y   c e l t i c s !
l e d   b y   m a l c o l m   b r o g d o n ,   t h e   c e l t i c s   j u s t   p r o p e r l y   r a n   a   f a s t   b r e a k  
b r o g d o n   i s   a   d a m n   g o o d   p a s s e r .   c e l t i c s
g r a n t ’ s   i m p r o v e m e n t   i n   o n e   c l i p   c e l t i c s .  
a   f e w   1 s t   h a l f   p i c s . .   c e l t i c s / r a p t o r s  
i   f u c k i n g   l o v e   t h e   c e l t i c s   
 t h e y ' r e   i n   m y   b l o o d .   ☘ ️ 💚
t h e   _ z a n n i s   o f   t h e   w o r l d   w h o   w a n t e d   t o   s e e   t h e   c e l t i c s   g o   s m a l l e r ,   m o r e   v e r s a t i l e   g e t t i n g   r e w a r d e d   r n .   b o s t o n ' s   f i r e p o w e r   g i v i n g   t h e m   a   l e g   u p   o n   a   r u g g e d   r a p t o r s   t e a m .   t h e r e ' l l   e v e n t u a l l y   b e   a n   o f f e n s i v e - d e f e n s i v e   t r a d e o f f ,   b u t   c ' s   u n d o u b t e d l y   n e e d e d   w a y s   t o   o p e n   u p   t h e   o
i m a g i n e   t h e   r a p t o r s   g e t t i n g   t h e m s e l v e s   b a c k   i n t o   a   g a m e   j u s t   f o r   t h e   r e f s   t o   h e a v y   l i f t   t h e   c e l t i c s   b r o   l e t   t h e i r   p l a y e r s   a c t u a l l y   h i t   s h o t s   l o l .   t h e y ' r e   t o s s i n g   u p   b r i c k s   d o n ' t   h e l p   t h e m   o u t   💀
g r e e n   h a i r   w a s   s o o   l a s t   s e a s o n .   w e t h e n o r t h   c e l t i c s
c e l t i c s   j a s o n   t a t u m   c a n ' t   p r o d u c e   p o i n t s   w i t h o u t   t h e   l i n e   t h a t ' s   t o u g h
c e l t i c s   p r e s e a s o n   g a m e ?   d o n ' t   m i n d   i f   i   d o .   c e l t i c s   r a p t o r s   n b a   b a s k e t b a l l
i   k n o w   i t ’ s   o n l y   p r e s e a s o n ,   b u t   t h e   c e l t i c s   a r e   a s   s p e c i a l   a s   i   t h o u g h t   t h e y   w o u l d   b e .   ( d e f i n i t e l y   a n d   o v e r r e a c t i o n )
f i n a l l y   g o t   a   b e n c h   t h i s   t e a m   i s   d e e p   c e l t i c s
i   d o n ’ t   t h i n k   s m a r t ’ s   h a i r   i s   r e a l l y   g r e e n ,   c a n   s e e   s o m e   b l a c k   r o o t s .   b o s t o n c e l t i c s   c e l t i c s
j b   & a m p ;   j t   5 0 / 4 0 / 9 0   c l u b   t h i s   y e a r   👀   c e l t i c s
t w o   t u r n o v e r s   f o r   b i g   a l .   s h a k i n g   t h e   r u s t   o f f   i t ’ s   p r e s e a s o n   i ’ l l   a l l o w   i t   c e l t i c s
v a n v l e e t   r u n s   h i s   m o u t h   a t   r e f   a n d   g e t s   a   t e c h   l m a o   r a p t o r s   c e l t i c s
b o s t o n   c e l t i c s :   s i   f e e l s   l i k e   j a y s o n   t a t u m   w i l l   m a k e   m v p   l e a p   i n   2 0 2 2 - 2 3 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
  c e l t i c s   r e s i g n     p l e a s e
l o v e   t h e   b r o g d o n   h a u s e r   m i n s   c e l t i c s
2 0 1 8   1 s t - r o u n d   p i c k :   ' t h o u g h t   i   w a s   g o i n g   t o   b o s t o n   c e l t i c s   a t   d e a d l i n e ' 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
m a n   i f   w e   a r e   c o m i n g   o u t   o f   t h e   g a t e s   l i k e   t h i s . . .   c e l t i c s   a r e   p l a y i n g   l i k e   m i d   s e a s o n   l a s t   y e a r .     l o o k   o u t   n b a   t h i s   i s   g o n n a   b e   s o   f u n   t o   w a t c h
i f   c e l t i c s   g e t   t h e s e   c h a r g e   c a l l s   i n   t h e   p l a y o f f s   g i a n n a s   w o u l d ’ v e   f o u l e d   o u t   i n   t h e   f i r s t   5   m i n .
l e t ’ s   g o   c e l t i c s  
m y   h a p p y   p l a c e   c e l t i c s  
t h e   p l a y ,   t h e   t v   g r a p h i c s ,   t h e   m u s i c ,   m i k e   g o r m a n   a n d   s c a l   i n   t h e   c o m m   b o x ,   t h e   t d   g a r d e n   c r o w d ,   t h e   3   p o i n t e r s .   y e a h …   i t s   b a c k   b a b y ,   a n d   i ’ m   m o r e   k e e n   t h e n   e v e r 
 
 c e l t i c s   c e l t s   b o s t o n c e l t i c s
g o d   i   h a v e   m i s s e d   c e l t i c s   b a s k e t b a l l   e v e n   i f   i t ' s   o n l y   p r e s e a s o n
s e e i n g   c e l t i c s   t w i t t e r   c r e a m   t h e i r   j e a n s   o v e r   m a l c o l m   b r o g d o n   i s   c o m i c a l .   y e s ,   h e ’ s   a   r e a l l y   g o o d   p l a y e r ,   b u t   h i s t o r y   t e l l s   y o u   h e ’ s   g o i n g   t o   m i s s   a s   m a n y   g a m e s   a s   h e   p l a y s .   n o t h i n g   a g a i n s t   h i m   a t   a l l ,   h e   j u s t   c a n n o t   s t a y   h e a l t h y .   p a c e r s
s a m   h a u s e r   i s   h i m   c e l t i c s
w e t h e n o r t h   r a p t o r s   i f   p r e s e a s o n   h a s   s a i d   a n y t h i n g   i t ' s   t h a t   p l a y e r s   c a n   f a l l   o n   t h e i r   a s s   w i t h o u t   b e i n g   t o u c h e d   a n d   t h e y ' l l   g e t   a   c h a r g e   c a l l     w h i m p   a s s   c e l t i c s   p l a y e r s   b e n e f i t t i n g   g r e a t l y   f r o m   t h i s   c r a p .
h a u s e   m o n e y   i s   w i n n i n g   t h e   3 p t   c o n t e s t   t h i s   y e a r 
 
 c e l t i c s
d o o g i e   o n   🔥 🔥 🔥 
 
 c e l t i c s   n b a
s o . . .   w h e n   a r e   w e   g o i n g   t o   s t a r t   t h e ,   " w h y   w a s n ' t   i m e   p l a y i n g   h a u s e r   i n   t h e   p l a y o f f s   l a s t   y e a r "   c o n v o ? 
 
 c e l t i c s
j u s t   g e t   s a m   h a u s e r   m i n u t e s ! ! ! !   
 
 f o r   3 ! ! ! 
 
 c e l t i c s
t h a t   w h i t e   b o y   c a n   s h o o t !   c e l t i c s
i ’ d   l i k e   t o   h e r e b y   w e l c o m e   a l l   n e w c o m e r s   t o   t h e   s a m   h a u s e r   f a n   c l u b .   i t ’ s   b e e n   t o o   l o n e l y   h e r e   f o r   t o o   l o n g . 
 n b a   c e l t i c s
p r e s e a s o n   c e l t i c s   a r e   a   w a g o n
s i g n   h a u s e r   t o   a   l i f e t i m e   c o n t r a c t   c e l t i c s
i f   h a u s e r   d e m a n d s   a   d e f e n d e r ,   t h e n   t h a t   c o m p l e t e l y   o p e n s   u p   t h e   c e l t i c s   o f f e n s e .   b o s   l e a r n e d   l e s s o n   f r o m   l e t t i n g   m a x   s t r u s   w a l k .
s a m   h a u s e r   g o i n g   t o   l e a d   t h e   l e a g u e   i n   t h r e e   p o i n t   s h o o t i n g   %   t h i s   y e a r   c e l t i c s
b o   c r u z   a b o u t   t o   g e t   h i s   c h a n c e   👀 🗣 ️ 😭 😭   h u s t l e   r a p t o r s   n b a   c e l t i c s  
j b   i s   g o i n g   t o   b e   a n   a l l   s t a r   t h i s   y e a r   a n d   s a m   h a u s e r   i s   g o n n a   b u r s t   o n   t o   t h e   s c e n e 
 
 d o n ' t   @   m e   c e l t i c s
c e l t i c s   d e f e n d e r s   i n   m i d s e a s o n   f o r m   w h e n   i t   c o m e s   t o   t a k i n g   c h a r g e s .   t h e   b a t t l e   b e t w e e n   m a r c u s   s m a r t ,   d e r r i c k   w h i t e   a n d   b l a k e   g r i f f i n   f o r   t o p s   o n   t h e   t e a m   i s   g o i n g   t o   b e   i n t e n s e !
r a p t o r s   f a n s   w a t c h i n g   c e l t i c s   b a s k e t b a l l
s a m   h a u s e r   l o o k s   l i k e   a   g o r d o n   h a y w a r d   d o p p l e g a n g e r .   b l e e d g r e e n   c e l t i c s   a l l a b o u t 1 8
i t ' s   g o i n g   t o   b e   a   b a t t l e   o f   t h e   c h a r g e s   t a k e n   o n   t h i s   c e l t i c s   t e a m .   
 
 t o n i g h t   s o   f a r : 
 d w h i t e   2 
 s m a r t   1 
 
 c e l t i c s   b l e e d g r e e n
a n n n d   i   j u m p   r i g h t   t o   w a t c h i n g   a   c e l t i c s   e x h i b i t i o n   g a m e .   l e t ' s   h o p e !  
s a m ,   m y   d e a r   s a m 🤩   c e l t i c s   s a m h a u s e r
t h e   c e l t i c s   a r e   r e a d y   t o   s t a r t   t h e   s e a s o n
s a m   h a u s e r ’ s   h o t   s h o o t i n g   t h i s   p r e s e a s o n   c o n t i n u e s . 
 
 w h e n   c e l t i c s   p r e s i d e n t   b r a d   s t e v e n s   v i s i t e d   w i t h   t h e     l a s t   w i n t e r ,   h e   w a s   g l o a t i n g   a b o u t   h a u s e r ’ s   n b a   p o t e n t i a l .  
n i g h t c a p     g a m e   l e t ’ s   g o     g i v e   m e   s o m e   g r e a t   b a s k e t b a l l   ( p l e a s e )     b l e e d g r e e n   n b a   c e l t i c s   a l l a b o u t 1 8  
o k   c e l t i c s   b r o t h e r s   a r e   w e   d o n e   w i t h   t h e   n e g a t i v i t y   f r o m   t h e   l a s t   m o n t h ?   t h e r e ' s   a   l o t   t o   l i k e   i n c l u d i n g   m y   g u y   s a m   " w i n g s "   h a u s e r " .     l f g .   b a n n e r 1 8
b r o g d o n   a t t a c k i n g   t h e   r i m ,   l o v e   t o   s e e   i t   c e l t i c s
t h e   m o s t   w e l l   b e h a v e d   b o y   o f   a l l   t i m e ! !   d e u c e   d e u c e w a t c h   c e l t i c s   t a t u m  
a l l   i s   f o r g i v e n !   s a m   h a u s e r   n a i l s   a   t h r e e   a t   t h e   b u z z e r   t o   g i v e   t h e   c e l t i c s   t h e   l e a d ,   2 7 - 2 2 ,   a f t e r   t h e   1 s t   q u a r t e r .  
n i c e   w a y   t o   e n d   t h e   q u a r t e r   c e l t i c s
a f t e r   1   c e l t i c s   2 7 - 2 2   r a p t o r s
y e s s s s   t h a t   s h o t   a t   t h e   c l o c k   t h o u g h   ! !   t h a t ’ s   w h a t   i ’ m   t a l k i n g   a b o u t   c e l t i c s   🍀 🍀 🍀 🍀 💚 💚 💚 💚 💚 💚 💚 💚 💚 💚
h a u s e r   c a n   f r i c k e n   s h o o t   t h e   c r a p   o u t   o f   t h e   b a l l   c e l t i c s
s a m   i s   🎯   s a m h a u s e r   c e l t i c s
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h a t   m a n   s a m   h a u s e r !   c e l t i c s t a l k   c e l t i c s   b l e e d g r e e n
i f   s a m   h a u s e r   c a n   b e   t h a t   m i c r o w a v e …   c e l t i c s
h a u s e r   o n   t h e   b u z z e r   s h e e e e s h   🔥 🔥 🔥 🔥   c e l t i c s
s a m m m m m m   f o r   3   c e l t i c s
s a m   h a u s e r   i s   w h a t   c e l t i c s   f a n s   w a n t e d   a a r o n   n e s m i t h   t o   b e .
b l a k e   i s n ’ t   d r e s s e d   t o   p l a y   s a d   🥺   c e l t i c s   b l e e d g r e e n
d p o y   d o i n g   h i s   t h i n g 💚 💚 💚 💚 💚 💚   d p o y   m y c a p t a i n   m a r c u s s m a r t   c e l t i c s
i   r e a l l y   l i k e   n o a h   v o n l e h   c e l t i c s
s o o o o o o   p l a y   o f f   a t m o s p h e r e   t o n i g h t   r a p t o r s   c e l t i c s
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m y   g u y     i s   a b o u t   t o   h a v e   a   b i g   y e a r .     f i t t i n g   t h a t   i t ’ s   t h e   7 t h   y e a r   f o r   7   🍀       c e l t i c s   j a y l e n b r o w n
w a t c h i n g   t h e     t a k e   o n   t o r o n t o   a n d   t h i s   g a m e   i s   o n   f i r e !   🔥 c e l t i c s   b o s t o n c e l t i c s
r a p t o r s   v s .   c e l t i c s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ j a y l e n   f o r   m v p ”   c a m p a i g n   s t a r t s   n o w .   c e l t i c s  
l e s s   t h a n   t w o   m i n u t e s   l e f t   i n   t h e   1 q ,   c e l t i c s   a n d   r a p t o r s   a r e   t i e d   a t   2 0 .   j a y l e n   b r o w n   ( 1 2   p t s )   c a r r y i n g   t h e   l o a d   f o r   b o s t o n .   p .   s i a k a m   ( 6   p t s ,   3   r e b o u n d s )   l e a d i n g   t h e   w a y   f o r   t h e   r a p t o r s .
w h e r e   t h e   n e w   c e l t i c s   w a l l p a p e r s   a t   d o e ! ?   🤔
j a y l e n   b r o w n   i s   a   b o n a f i d e   s u p e r s t a r . . . y e s . . . w e   s a i d   i t   c e l t i c s   n b a
j a y l e n   c l e a r l y   p u t   i n   w o r k   t h i s   o f f - s e a s o n   c e l t i c s
m a l c o l m   b r o g d o n   h a s   c h e c k e d   i n .   l e t ' s   g o !   c e l t i c s   b l e e d g r e e n
i f   c e l t i c s '   p a s s i n g   i s   h u m m i n g   a n d   b r o w n   k e e p s   g e t t i n g   t h e s e   e f f i c i e n t   l o o k s   a s   a   f i n i s h e r ,   h e ' s   g o i n g   t o   s c o r e   a   m i l l i o n   p o i n t s   t h i s   y e a r .
m a r c u s   s m a r t   n e e d s   t o   s p e n d   s o m e   v c   o n   h i s   d e c i s i o n   m a k i n g . . .   😬   r a p t o r s   c e l t i c s
j t   p l a y i n   t h r u   p p l !   💪 🏾   c e l t i c s
r a p t o r s   v s .   c e l t i c s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   c r e a t i n g   t u r n o v e r s   t r y i n g   t o   b e   t o o   f a n c y . . . c e l t i c s
l o v e   t h e   n e w   c o u r t   l o o k   a n d   t h e   6   f o r   b i l l   r u s s e l l   😍 ☘ ️ 🫶 🏻   c e l t i c s   b l e e d g r e e n  
s o   n i c e   t o   s e e   t h e   p a r q u e t   f l o o r .   d o e s   t h e   m y s t i q u e   s t i l l   e x i s t ?   c e l t i c s   
 
 _ z a n n i s               _       ( a n s w e r   a f t e r   t h e   g m )  
c e l t i c s '   m a r c u s   s m a r t   s t i l l   h a s   n i g h t m a r e s   a b o u t   l o s i n g   i n   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m y   t i m e l i n e   t o o   q u i e t ! ! !   r e d s o x   d i r t y w a t e r   s e a s o n   o v e r   i t s   t i m e   f o r   t h e   b o y s   i n   g r e e n   c e l t i c s   b l e e d g r e e n   🗣 ️ 🗣 ️ 🗣 ️ ☘ ️   s q u a d   s t a n d   u p
a l   h a s   g o t   j t ' s   b a c k   💪 
 
 c e l t i c s   _ h o r f o r d    
g o o d   t o   b e   b a c k .   d i f f e r e n t   s e a t s   f o r   t h e   n i g h t .   c e l t i c s / r a p t o r s . .  
i ’ m   h e r e   c e l t i c s
n e e d   t a t u m   t o   b e   a b l e   t o   f i n i s h   a   1 v 1   w i t h   a   f u l l   h e a d   o f   s t e a m .     h e ’ s   n o t   g o i n g   s t r o n g   t o   t h e   r i m .     c e l t i c s
s m a r t   n e e d s   t o   t a k e   c a r e   o f   t h e   b a l l   c e l t i c s
i s   t h i s   a l l   t h e   c e l t i c s   g o i n g   t o   d o   i s   s h o o t   3 ’ s ?   t h e y   a r e   0 - 6   a t   t h e   3 p t   l i n e
b i g   b o y   a l   c e l t i c s
o n l y   c e l t i c s   t u r n o v e r s   c a n   s t o p   t h e   c e l t i c s
  a l m o s t   h a d   t h e   m o v e   o f   t h e   n i g h t !   c e l t i c s
j a y l e n ’ s   h a n d l e   l o o k s   a m a z i n g   s o   f a r   c e l t i c s
a n o t h e r   s t e l l a r   s t a r t   f o r   t h e   c e l t i c s   d e f e n s i v e l y ,   a n d   t h e y ' r e   l a r g e l y   h o l d i n g   i t   d o w n   o n   t h e   b o a r d s   t o o .   w h i t e ' s   a c t i v i t y   o n   t h a t   e n d   i s   a   n i c e   a d d i t i o n   t o   t h e   s t a r t i n g   u n i t .
🗣 ️   w h e r e   m y   c e l t i c s   p e o p l e   a t ? ! ? !   i t s   c s   s z n   b a b y   l e t s   g o o o o o   c e l t i c s
s t a r v i n g   a n d   o u t n u m b e r e d   t h e   u n d e r d o g   c e l t i c s   f o u g h t   b a c k ! 
 b r o n z e a g e d r u i d s   c e l t s   s c o t t i s h c e l t s   t v s e r i e s   c e l t i c s   i r o n a g e d r u i d s   d a r k e s t w i n t e r   e p i s o d e 2   

m a y b e   i t ' s   j u s t   a   p r e s e a s o n   t h i n g   b u t   i ' m   n o t   e n j o y i n g   t h e   p a r q u e t   a r o u n d   l u c k y   t h e   l e p r e c h a u n   i n s t e a d   o f   t h e   t y p i c a l   w h i t e   c e l t i c s
o o o o o h   y e a a a h   v a m o o o   c e l t i c s  
📣   n e w   p o d c a s t !   " t h e   f i r s t   4   g a m e s   o f   t h e   n f l   s e a s o n   h a v e   t a u g h t   u s   t h i s   a b o u t   y o u r   t e a m s . . ! "   o n     4 9 e r s   b e a r s   b o s t o n   c e l t i c s   c o w b o y s   d a k   j o s h a l l e n   l a k e r s   m a h o m e s   n b a   n f l   z e k e  
c e l t i c s   s t a r t e r s   v e r s u s   t o r o n t o   i n   p r e s e a s o n   g a m e   n o .   2 . 
 
 s m a r t 
 w h i t e 
 b r o w n 
 t a t u m 
 h o r f o r d
l o o k e d   l i k e   c e l t i c s   b e n c h   j u s t   g o t   w a r n e d   a b o u t   s t a n d i n g   u p   t o o   c l o s e   t o   t h e   c o u r t .
u n t i l   t h e   n e x t   o n e ,   b l a k e …   c e l t i c s  
t i m e   f o r   c e l t i c s   b a s k e t b a l l !   c e l t i c s   b l e e d g r e e n  
b e s t   d e f e n s e   i n   t h e   l e a g u e   c e l t i c s
b l a k e   g r i f f i n   i s   r o c k i n g   a   w h i t e   c e l t i c s   s w e a t s u i t ,   m e a n i n g   h e ' s   n o t   p l a y i n g   t o n i g h t .   b u t   h e ' s   o n   t h e   b e n c h .
p r e s e a s o n   a l   i s   m y   t h i r d   f a v o r i t e   a l ,   b e h i n d   p l a y o f f   a l   a n d   r e g u l a r   s e a s o n   a l .   h e r e   w e   g o   c e l t i c s
s t a r t e r s   f o r   t h e   c e l t i c s   v s   r a p t o r s   g a m e : 
 
 c e l t i c s   s t a r t e r s : 
 
 a l   h o r f o r d 
 j a y s o n   t a t u m 
 j a y l e n   b r o w n 
 d e r r i c k   w h i t e 
 m a r c u s   s m a r t 
 
 r a p t o r s   s t a r t e r s : 
 
 p a s c a l   s i a k a m 
 o g   a n u n o b y 
 s c o t t i e   b a r n e s 
 g a r y   t r e n t   j r . 
 f r e d   v a n v l e e t 
 
 ( v i a   )
c e l t i c s   s t i c k   w i t h   d e r r i c k   w h i t e   i n   t h e   s t a r t i n g   l i n e u p   f o r   g a m e   2   o f   t h e   p r e s e a s o n .   t i p o f f   m o m e n t s   a w a y   !
d e u c e   i n   t h e   b u i l d i n g   b a b y y y y   c e l t i c s
c e l t i c s   l e t ’ s   g o ! !   💚 🍀
h o m e   s w e e t   h o m e ☘ ️   f r e e i s f o r m e   c e l t i c s   p r e s e a s o n   b l e e d g r e e n   
 p s .   i ’ l l   u p g r a d e   m y   s e a t   b y   h a l f   😇 😎  
t i m e   l o r d   + t h e   g r i f s t e r   =   b a n n e r 1 8   c e l t i c s   b o s t o n   l o b c i t y  
d e r r i c k   w h i t e   b a c k   i n   t h e   s t a r t i n g   l i n e u p   f o r   t h e   c e l t i c s .   
 
 r a p t o r s   g o   t r e n t - v a n v l e e t - b a r n e s - a n u n o b y - s i a k a m .   
 
 j o e   m a z z u l l a   s a i d   c ' s   w i l l   a d j u s t   t o   g o   b i g g e r   i f   n e e d e d .
s o m e o n e   r e m i n d   m e   h o w   t h e   h e l l   w e   g o t     f o r   a   h a l f   e a t i n g   t w i n k i e   a n d   a   6   p a c k   o f   b u s c h   l i g h t ?     c e l t i c s   p a c e r s   n b a
b o s t o n   c e l t i c s   n e w s   -     s t a r t e r s   f o r   t o n i g h t ' s   g a m e   w i t h   t h e   t o r o n t o   r a p t o r s .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   t o r o n t o   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
l e t ' s   g o   c e l t i c s .   c e l t i c s
i   t u r n   o n   t h e   g a m e   a n d   m y   b u d d y   i s   o n   t v   c e l t i c s
c e l t i c s   r a p t o r s   a t   t h e   g a m e   t o n i g h t   l e t ’ s   g o   c e l t i c s   p r e s e a s o n  
" t h e   f a n s   r e a l l y   e m b r a c e d   m e . . .   i t ' s   a   l e g e n d a r y   o r g a n i z a t i o n . "   
 
   g o e s   1 - o n - 1   w i t h     b e f o r e   t h e   c e l t i c s   t a k e   o n   t h e   r a p t o r s   i n   t h e i r   s e c o n d   p r e s e a s o n   g a m e 
 
 o n   n o w !   ☘ ️  
l i s t e n / s t r e a m   t s n   1 0 5 0   t o n i g h t   a s   t h e   r a p t o r s   f a c e   t h e   c e l t i c s   n o w !   w e t h e n o r t h 
 
 * g e o   s t r e a m   r e s t r i c t i o n s   a p p l y * 
 
  
a l r i g h t   w a s   w a y y y y   t o o   h o t   i n   t h a t   s o   h a d   t o   m a k e   m y   f i r s t   n e w   c s   s w a g   p u r c h a s e   o f   t h e   s z n   c e l t i c s   b l e e d g r e e n   p r o s h o p   p r e s e a s o n   g a m e d a y   o o t d  
w e   r e a d y !   c e l t i c s   b l e e d g r e e n
t h e   c e l t i c s   a r e   s t i c k i n g   w i t h   t h e   s a m e   s t a r t i n g   l i n e u p   t o n i g h t   a s   o n   s u n d a y . 
 
 m a r c u s   s m a r t 
 d e r r i c k   w h i t e 
 j a y l e n   b r o w n 
 j a y s o n   t a t u m 
 a l   h o r f o r d
c ’ s   i n a c t i v e   l i s t :   d a n i l o   g a l l i n a r i ,   l u k e   k o r n e t ,   a n d   r o b e r t   w i l l i a m s   c e l t i c s
p r e s e a s o n   g a m e   t w o   s t a r t e r s : 
 s m a r t ,   w h i t e ,   b r o w n ,   t a t u m ,   a n d   h o r f o r d   c e l t i c s   b l e e d g r e e n   ☘ ️
t h a n k s   t o   t h e     f o r   k e e p i n g   m e   e n t e r t a i n e d   t h i s   u n l u c k y   r e d s o x   s e a s o n .   n o w   i   t u r n   t o   c e l t i c s       . . . . b a s k e t b a l l   s e a s o n   h e r e   w e   c o m e ! 
 
 a l s o .     p a y   x a n d e r   a n d   r a f f y .   k t h a n k s .  
i t s   a l m o s t   g a m e t i m e   b a b y   ☘ ️ ☘ ️ 👏 🏽 ⏳   c e l t i c s   b l e e d g r e e n
b l a k e   g r i f f i n   m a y   p l a y   t o n i g h t   d e p e n d i n g   o n   h o w   t h e   g a m e   g o e s   p e r   j o e   m a z z u l l a ,   b u t   l u k …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   r a p t o r s   w i l l   b e   w i t h o u t   o t t o   p o r t e r   j r .   ( l e f t   h a m s t r i n g   s t r a i n ) ,   j u s t i n   c h a m p a g n …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5   b o s v s g s w   n b a f i n a l s 2 0 2 2   n b a f i n a l s
j o e   m a z z u l l a   a d d r e s s e s   w h e t h e r   b l a k e   g r i f f i n   w i l l   m a k e   h i s   c e l t i c s   d e b u t   i n   w e d n e s d a y ' s   g a m e   a g a i n s t   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   m a r c u s   s m a r t   s t i l l   h a s   n i g h t m a r e s   a b o u t   l o s i n g   i n   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s ☘ ️   a g a i n s t   t h e   r a p t o r s   s t a r t s   s o o n !  
r e l a x e d   r a i n y   g a m e   d a y   f i t   f o r   p r e s e a s o n   c e l t i c s   o o t d   b l e e d g r e e n  
w e l c o m e   b a c k ,   m y   a m e r i c a n   s l e e p i n g   p a t t e r n   😂   c e l t i c s   b l e e d g r e e n   n b a
n b a   n o t e b o o k :   g r a n t   w i l l i a m s   f o c u s e d   o n   c e l t i c s ’   s u c c e s s ,   n o t   c o n t r a c t   s t a t u s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
w h y   j a y s o n   t a t u m ,   j a y l e n   b r o w n   w o u l d   t r a d e   i n d i v i d u a l   a c c o l a d e s   f o r   a n   n b a   c h a m p i o n s h i p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w a r r i o r s   n o t e s :   d i v i n c e n z o ,   p o o l e ,   i g u o d a l a ,   b a l d w i n   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
.   s h o w i n g   l o v e   t o   f a n s   😊 ☘ ️ 
 
 c e l t i c s   b l e e d g r e e n  
h e a r   f r o m   c e l t i c s   n e w   a d d i t i o n   b l a k e   g r i f f i n   a n d   s o   m u c h   m o r e .  
j a y l e n   b r o w n   w a r m i n g   u p   b e f o r e   t h e   c e l t i c s   t a k e   o n   t o r o n t o   ☘ ️ 
 
 p r e g a m e   l i v e   s t a r t s   a t   7 p m   o n     📺 
     _ 5 0     _  
b l a k e   g r i f f i n ’ s   p r e s e n c e   h a s   a   c h a n c e   t o   m a t t e r   s u b s t a n t i a l l y   m o r e   f o r   t h e   c e l t i c s   o f f   t h e   f l o o r   t h a n   o n   i t .  
t h e   n b a p r e s e a s o n   c o n t i n u e s .   w h o   a r e   y o u r   p i c k s   t h i s   e v e n i n g ?     n b a   b a s k e t b a l l   c a v s   7 6 e r s   p a c e r s   h o r n e t s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
b l a k e   g r i f f i n   r e a l l y   i s   e m b r a c i n g   a n d   e n j o y i n g   e v e r y t h i n g   a b o u t   b e i n g   o n   t h e   c e l t i c s ,   i n c l u d i n g   t h e   w a l k   u p   t h r o u g h   t h e   b o s t o n   m e d i a .   h e ’ s   s m i l i n g   b e f o r e   h e   e v e n   i n t e r a c t s   w i t h   a n y o n e .   

b l a k e   g r i f f i n   a r r i v i n g   f o r   h i s   f i r s t   g a m e   a s   a   m e m b e r   o f   t h e   c e l t i c s   ☘ ️ 🙌  
j o e   m a z z u l l a   a d d r e s s e s   w h e t h e r   b l a k e   g r i f f i n   w i l l   m a k e   h i s   c e l t i c s   d e b u t   i n   w e d n e s d a y ' s   g a m e   a g a i n s t   r a p t o r s 

w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
w h i l e   l u k e   k o r n e t   r e m a i n s   o u t   w i t h   a   l e f t   a n k l e   s p r a i n ,   t h e r e ’ s   a   g o o d   c h a n c e   b l a k e   g r i f f i n   m a y   m a k e   h i s   c e l t i c s   d e b u t   t o n i g h t  
b l a k e   g r i f f i n   i s   h e r e   a t   t d g a r d e n   c e l t i c s  
1 / 2   i ’ m   i n   l o w e l l   r i d i n g   t h e   . 
 
 5 : 3 0   i s   g e t   t o   t h e   b u s   s t o p .   a   v e t e r a n   s a y s   h e ’ s   b e e n   w a i t i n g   a n   h o u r .   h e ’ s   t r y   t o   m a k e   t h e   5 : 5 0   _ c r   t o   c e l t i c s   g a m e . 
 
   b u s   d r i v e r   m u s t   o f   s e e n   t h e   v e t e r a n   s t a n d i n g .   d r i v e r   s a y s   c a l l   t h e     o n   t h e   p o l e . . 1 / 2 
 
 m a p o l i   b o s p o l i
t o r o n t o   r a p t o r s   ( 1 - 0 )   a t   b o s t o n   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   a r r i v i n g   f o r   t h e   c e l t i c s   p r e s e a s o n   g a m e   v s .   r a p t o r s  
i   t h i n k   w e   s h o u l d   e x p e c t   a   l i t t l e   a c t i o n   f r o m   b l a k e   g r i f f i n   t o n i g h t ,   a s   h e ’ s   p u t t i n g   u p   s h o t s   i n   s h o o t   a r o u n d   a s   w e   s p e a k   c e l t i c s
r o b   w i l l i a m s   w a s   a t   c e l t i c s   p r a c t i c e   t o d a y   d r i b b l i n g   a n d   d a n c i n g   s o   i ’ d   s a y   h e ’ s   s t a r t i n g   t o   f e e l   b a c k   t o   n o r m a l   a n d   m o r e   c o n f i d e n t   i n   h i m s e l f .   i t ’ s   a   g r e a t   t h i n g   t o   s e e 🍀 
  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j u s t   g o i n g   t o   l e a v e   t h i s   h e r e .   c o n g r a t s   t o   a l e x   a n d   t h e   m a i n e   c e l t i c s   🍀   _ m s 3  
r e g a r d i n g   p l a y i n g   j a y s o n   t a t u m   a t   t h e   5   o n   s u n d a y   a n d   w h e t h e r   w e   s e e   t h a t   a g a i n   t o n i g h t ,   m a z z u l l a   s a y s ,   “ i   l i k e   t h e   i d e a   o f   i t .   i   l i k e   t h e   s k i l l ,   i   l i k e   t h e   s p e e d ,   a n d   i   l i k e   t h e   b a s k e t b a l l   i q   t h a t   w a s   o u t   t h e r e   w i t h   t h a t   l i n e u p . ”   c e l t i c s
m i l w a u k e e   b u c k s   2 0 2 2 - 2 3   b e t t i n g   g u i d e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c e l t i c s   p r e g a m e   s h o e   c a m   👀 📸  
i ’ m   l o o k i n g   f o r w a r d   t o   w a t c h i n g   j o e   m a z z u l l a   t e s t   d i f f e r e n t   l i n e u p s /   r o t a t i o n s   t o   s e e   w h a t   h e   h a s   a n d   c a n   u s e   i t   t o   t h e   c e l t i c s   a d v a n t a g e   i n   t h e   r e g u l a r   s e a s o n .   
 
 t h a t   s a i d ,   i ’ d   l i k e   t o   s e e   a   l i n e u p   t h a t   f e a t u r e s   b r o g d o n ,   g r i f f i n ,   a n d   b r o w n   👀
j o e   m a z z u l l a   s a y s   l u k e   k o r n e t   i s   s t i l l   d a y - t o - d a y   a n d   t h a t   b l a k e   g r i f f i n   “ w e n t   l i v e   t o d a y , ”   b u t   t h e r e ’ s   n o   o f f i c i a l   a n n o u n c e m e n t   o n   w h e t h e r   h e   p l a y s   t o n i g h t .   c e l t i c s  
c e l t i c s   c e l t i c s   p l a y   t o d a y   a n d   i ’ m   g o i n g   t o   t h e   g a m e   a g a i n
n b a   n o t e b o o k :   g r a n t   w i l l i a m s   f o c u s e d   o n   c e l t s ’   s u c c e s s ,   n o t   c o n t r a c t   s t a t u s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
w e   a l l   w a t c h e d   t h e   n b a f i n a l s   & a m p ;   w e   s a w   t h e   f i n e   j o b   h e   d i d   a s   d e f e n s i v e   p l a y e r   o f   t h e   y e a r   g u a r d i n g   s t e p h   c u r r y .     n o t ! ! !   c e l t i c s   c e l t i c s n a t i o n   n b a t w i t t e r  
n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   p a c e r s   h o r n e t s   c a v a l i e r s   7 6 e r s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
m o s t   m i n s   p e r   g a m e   i n   t h e   2 0 2 1 - 2 2   s e a s o n   😫 
 
 p a s c a l   s i a k a m :   3 7 . 9 
 f r e d   v a n v l e e t :   3 7 . 9 
 j a m e s   h a r d e n :   3 7 . 2 
 d e m a r   d e r o z a n :   3 6 . 1 
 j a y s o n   t a t u m :   3 5 . 9 
 
 n b a   r a p t o r s   s i x e r s   b u l l s   c e l t i c s  
g a m b l i n g t w i t t e r   g o i n g   w i t h   t h e   c e l t i c s - 3 . 5   a n d   t h e r e   g r e a t e s t   r i v a l   t h e   l a   l a k e r s + 4
g a m e d a y .   c e l t i c s  
b o s t o n   c e l t i c s   s t a r   j a y s o n   t a t u m   v a c a t i o n e d   i n   t h e   c a y m a n   i s l a n d s   j u s t   d a y s   a f t e r   l o s i n g   i n   t h e   2 0 2 2 …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i s   t h e r e   a   w o r l d   w h e r e   t h e   n e t s   e x p l o d e   t h i s   y e a r   a n d   s t e v e   n a s h   i s   t h e   c e l t i c s   c o a c h   t h i s   t i m e   n e x t   y e a r ?   i   c a n   d r e a m .
  d o n ’ t   c a r e   w h a t     s a y … y o u   w e r e   d o i n g   a   g r e a t   j o b   l o s i n g   t h e   w e i g h t   n a t u r a l l y …   y o u   d i d n t   n e e d   l i p o s u c t i o n   t o   k e e p   u p   w i t h   h i m …   l o l ,   j k ’ n   b u t   a l l   s e r i o u s n e s s ,   g e t w e l l s o o n   b r o t h e r …   h o p e f u l l y   e v e r y t h i n g   w e n t   a n d   g e t s   b e t t e r …   c e l t i c s   s w a g o _ a n d _ p e r k  
“ s o ,   i   j u s t   w a n t e d   t o   g o   r e l a x .   l o n g   s e a s o n ,   c l e a r l y , ”   t a t u m   t o l d   a n d s c a p e   d u r i n g   a   r e c e n t   n b a   s …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e a d i n g   i n t o   b o s t o n   f o r   r a p t o r s   c e l t i c s   o n   t h e   b e a u t i f u l   n e w   o r a n g e   l i n e .   a n y   p r e g a m e   q u e s t i o n s ?
“ i t   w a s   j u s t   a   l e a r n i n g   e x p e r i e n c e ,   l e a r n i n g   a   l e s s o n , ”   t h e   2 4 - y e a r - o l d   t a t u m   s a i d .   “ m a y b e   d o   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e w   p o d   i s   u p !   t h e   b u d d e r s   d i s c u s s   m l b p l a y o f f s 2 0 2 2   ,   c e l t i c s   c o n t r o v e r s y ,   a n t o n i o b r o w n f l a s h i n g   ,   a n d   r e c a p   n f l   w e e k   4 …   t h a n k s   f o r   l i s t e n i n g !   t u a t a g o v a i l o a   n f l t w i t t e r  
d o   y o u   t h i n k   t h e   c e l t i c s   s h o u l d   g i v e   g r a n t   w i l l i a m s   a n   e x t e n s i o n   b e f o r e   t h e   o c t .   1 7   d e a d l i n e ?   
  
i n - s t o c k   a n d   r e a d y   t o   s h i p :   n b a   f u n k o g o l d   l e g e n d s   5 - i n c h   p r e m i u m   v i n y l   f i g u r e s 
 
 o r d e r   h e r e :   
 
 t r e a t y o s h e l f   v i n y l f i g u r e s   f u n k o   f u n k o p o p   f u n k o v i n y l   t o y s   b a s k e t b a l l   d e n n i s r o d m a n   l a r r y b i r d   m a g i c j o h n s o n   l a k e r s   c e l t i c s   c h i c a g o b u l l   b o s t o n c e l t i c s  
i t   t u r n e d   o u t   t a t u m   p l a y e d   i n   t h e   2 0 2 2   n b a   f i n a l s   w i t h   a   r i g h t   s h o u l d e r   i n j u r y ,   a n d   h e   a l s o   r e v e a l e d …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ e v e r y   t i m e   w e   w a l k e d   o u t   t h e   r o o m ,   s o m e b o d y   s a w   m e   a n d   s a i d ,   ‘ o h ,   m a n ,   w e   w i s h   y o u   w o u l d ’ v e   …   ’   ‘ g o o d   l u c k   n e x t   y e a r . ’   a n d   t h a t ’ s   e v e n   s a i d   t o   t h i s   d a y , ”   c e l t i c s   s t a r     t o l d       n b a
l a r r y   l e g e n d   e n   p i x e l   a r t   s u r   m o n   p r o f i l   r e d b u b b l e !   e n j o y   !   r b a n d m e :       f i n d y o u r t h i n g   r e d b u b b l e s h o p   c e l t i c s   p i x e l a r t i s t  
d o n t e   d i v i n c e n z o   e x p e c t e d   t o   b e   t r a d e d   t o   c e l t i c s   f o r   d e n n i s   s c h r o d e r   l a s t   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   d e s c r i b e d   j a y s o n   t a t u m   a s   ' y o u n g   n e x t   g r e a t e s t '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   r a p t o r s   ( 1 - 0 )   a t   b o s t o n   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n i a   l o n g   w a s   w i l l ' s   g i r l   i n   f r e s h   p r i n c e . . . . .   w h a t ! !   c e l t i c s
g o o d   l i s t e n i n g   i f   y o u ’ r e   h e a d e d   i n t o   t h e   g a r d e n   f o r   t h e   c e l t i c s   g a m e  
k e v i n   m c h a l e .   g r e a t e s t   p o w e r   f o r w a r d   w h o   h a s   e v e r   b e e n   b o r n e d .   k i n g   o f   t h e   u p   a n d   u n d e r .   c e l t i c s . 
 
  
m y   l i f e   i s   s a d .   i ’ m   k i n d a   p u m p e d   t o   t a k e   t   t o   t d   g a r d e n   t o   d r o p   o f f   s o m e   e q u i p m e n t   t o   _ z a n n i s   a t     
 
 i ’ v e   n o t   t a k e n   t h e   t   t o   t h e   g a r d e n   s i n c e   j a n   2 0 1 9   🙃 
 
   l o l   c e l t i c s
l e t ’ s   g o     b i g   d a y   t o d a y   m a s s m u s i c t y b g 2 2   c e l t i c s  
w a t c h i n g   t h e   r e d s o x   t o   t h e   b i t t e r   e n d   t h e n   o b v i   i ’ l l   b e   s e e i n g   m y   b o y s   a t   t h e   g a r d e n   f o r   m y   f i r s t   g a m e   o f   t h e   s e a s o n   p r e s e a s o n   c e l t i c s   b a s k e t b a l l s z n
🤣   i   l o v e   m y   t e a m   c e l t i c s  
s w i n g   b y   t h e   c a r o l i n a   c l a s s i c   f a i r   a n d   v i s i t   o u r   t r u t h   b o o t h s   t o   w i n   r a f f l e   t i c k e t s   t o   t h e   c e l t i c s   v s .   h o r n e t s   g a m e   o n   f r i d a y   n i g h t   a t   t h e   g r e e n s b o r o   c o l i s e u m .   s i g n - i n s   c l o s e   a t   6 p m   t o d a y !   
 
 t r u t h   r a d i o   r a d i o   r a f f l e   c e l t i c s   h o r n e t s   g r e e n s b o r o c o l i s e u m  
c e l t i c s   v s .   r a p t o r s :   f r e e   l i v e   s t r e a m ,   t v ,   h o w   t o   w a t c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c l i p p e r s   s i g n   f o r m e r   c e l t i c s   a n d   j a z z   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r a n t   w i l l i a m s   n o t   c o n c e r n e d   a b o u t   l o o m i n g   c o n t r a c t   e x t e n s i o n   d e a d l i n e   w i t h   c e l t i c s :   ‘ i   l e a v e   t h a t   s t u f f   u p   t o   m y   a g e n t s ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
      h a d   t o   g r a b   t a t u m   p r e   o r d e r   ! ! !   s t a r t i n g l i n e u p   c e l t i c s  
5 9 f i f t y   i d e n t i t y   d 3   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   i d e n t i t y   d 3   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   a l w a y s g o t a f i t t e d o n m y h e a d 
 

j a y s o n   t a t u m   m i c ' d   u p   i s   g o l d   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
l i s t e n / s t r e a m   t s n   1 0 5 0   t o n i g h t   a s   t h e   r a p t o r s   f a c e   t h e   c e l t i c s   a t   7 : 3 0 p m !   w e t h e n o r t h 
 
 * g e o   s t r e a m   r e s t r i c t i o n s   a p p l y * 
 
  
📣   n e w   p o d c a s t !   " n i a   l o n g   s p e a k s   o n   p o s s i b l e   a f f a i r   b e t w e e n   f i a n c é   i m e   u d o k a   a n d   c e l t i c s   s t a f f e r   . "   o n     i   a f f a i r   a n d   a s k   b e   b e t w e e n   c e l t i c s   f i a n c e   i m e   l o n g   m y   n i a   o n   p o s s i b l e   p r i v a c y   r e s p e c t e d   s p e a k s   s t a f f e r   t h a t   u d o k a  
j a y l e n   b r o w n ,   & g t ; .   💪 🏾 ✊ 🏾     c e l t i c s    
j a y s o n   t a t u m   e n t e r i n g   t h i s   n b a   s e a s o n   w i t h   a   n e w   s e n s e   o f   s t a r d o m .   a f t e r   h i s   f i r s t   f i n a l s   a p p e a r a n c e ,   c e l t i c s   s t a r   i s   l e a r n i n g   t h e   s p o t l i g h t   h a s   b e e n   m a g n i f i e d   f o r   b e t t e r   a n d   f o r   w o r s e .   n b a    
b o s t o n   c e l t i c s :   f o r m e r   f i r s t - r o u n d   p i c k   t h o u g h t   h e   w o u l d   b e   o n   c s   a t   2 0 2 2   t r a d e   d e a d l i n e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  g r e e t i n g s   f r o m   p u e r t o   r i c o   i m   a   h u g e   f a n   b l e e d g r e e n   b o s t o n   b o s t o n c e l t i c s   c e l t i c s  
n i a   l o n g   s h a r e s   a   p o i g n a n t   n o t e   a b o u t   m e n t a l   h e a l t h   a m i d   i m e   u d o k a   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   t o r o n t o   r a p t o r s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
5 9 f i f t y   c h a i n   s t i t c h   h e a 1 2 4 5 1   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c h a i n   s t i t c h   h e a r t   1 2 4 5 1   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

b r i a n   𝕨 𝕙 𝕚 𝕥 𝕖   𝕞 𝕒 𝕞 𝕓 𝕒   s c a l a b r i n e   ☘ ️   
 
 _ 
 c e l t i c s   b l e e d g r e e n     n b a t w i t t e r  
d p o y   _ m s 3   2 0 2 2   b o w l i n g   b a s h   i s   n o v   1 0 t h ,   2 0 2 2   _ d i n e   b a c k   b a y   b o s t o n .     t e a m   l a n e s   a r e   f i l l i n g   u p   f a s t .     s p o n s o r   i n f o   h e r e :     p r o c e e d s   t o   b e n e f i t   m a r c u s   s m a r t ' s   y g c   f o u n d a t i o n .   t h i s   i s   n o t   a   g a   e v e n t .   c e l t i c s   m a r c u s s m a r t   d p o y   n b a  
i   h e a r   t h e   c h a n c e s   o f   b l a k e   p l a y i n g   t o d a y   i s   s l i m .   f i n g e r s   c r o s s e d   h e   d o e s   t h o .   i f   n o t   o p e n i n g   n i g h t   f o r   s u r e .   s u p e r   e x c i t e d   f o r   g a m e   d a y   t o d a y   l e t ’ s   g o o o o o   m y   r e t u r n   t o   t h e   t d   ☘ ️ ☘ ️ ☘ ️ ☘ ️ 🫶 🏻 🫶 🏻 🫶 🏻   c e l t i c s
5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   b o s t o n   c e l t i c s   o s b   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   c e l t i c s   o s b   h a t c r a w l e r   f i t t e d   f o r t h e l o v e o f t h e f i t t e d 
 

h a l f t i m e   l e i p z i g   1 - 0   c e l t i c s ,   w i l l   t h e   c e l t i c s   b e   a b l e   t o   g e t   b a c k   t o   t h e   g a m e ?   a c c o r d i n g   t o     t h e   p i c k 
 
 s p o r t s   f r e e p i c k s   s p o r t p i c k s   f y p   l e i p z i g c e l t i c s
r a y m o n d   r e p o r t   f r e e   n b a   b a s k e t b a l l   p i c k s   1 0 / 5 / 2 2     b a s k e t b a l l p i c k s   c e l t i c s   n b a   n b a p i c k s   n b a p r e d i c t i o n   r a p t o r s 
 
  
n i a   l o n g ’ s   e x   m a s s a i   z   d o r s e y   c l a i m s   s h e ’ s   s t i c k i n g   b y   i m e   u d o k a   d e s p i t e   h i s   i n f i d e l i t y ,   u d o k a   s u s p e n d e d   f o r   t h e   t h e   2 0 2 2 - 2 3   s e a s o n .   t h e v i e w   h e   h a d   a   w o r k p l a c e   r e l a t i o n s h i p   w i t h   a   t e a m   s t a f f   m e m b e r   t h a t   w a s   a   v i o l a t i o n   o f   t h e   o r g a n i z a t i o n ’ s   c o d e   o f   c o n d u c t     n b a   c e l t i c s  
m a r c u s   s m a r t ,   m a l c o l m   b r o g d o n   a n d   d e r r i c k   w h i t e   c o u l d   b e c o m e   a   t e r r i f y i n g   t r i o   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
" ( b l a k e   g r i f f i n ' s )   g r e a t e s t   c o n t r i b u t i o n   i s   g o i n g   t o   c o m e   i n   t h e   p l a y o f f s . "   - -     
 
 s h e r r o d ,     & a m p ;     d i s c u s s   o n   t h e   l a t e s t   e p i s o d e   o f   t h e   a   l i s t   p o d c a s t ! 
 
 c e l t i c s 
 
 📺 f u l l   s h o w :   
 
 ⚡ ️ b y   _ a g ,     & a m p ;    
p r e s e a s o n   g a m e d a y 🚨 
 r a p t o r s   ( 1 - 0 ) 
 a t 
 c e l t i c s   ( 1 - 0 ) 
 7 : 3 0 
 📺 :     
 🎙 :    
n o t   l o n g   a g o   . . . .   
 n i a   l o n g   a n s w e r s   q u e s t i o n s   a b o u t   f i a n c é ,   c e l t i c s   n e w   c o a c h     v i a         n i a l o n g           u d o k a
p r e s e a s o n   g a m e   2   ☘ ️   b l e e d g r e e n   
 
 _ m s 3       
 
 🆚       
 ⏰   7 : 3 0 p m   e s t   
 🏟     
 📺     
 
 a l l a b o u t 1 8   c e l t i c p r i d e   c e l t i c s   r a p t o r s  
b o s t o n   c e l t i c s :   s p o r t s   i l l u s t r a t e d   f e e l s   l i k e   j a y s o n   t a t u m   w i l l   m a k e   m v p   l e a p   i n   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e   c a f e   c o f f e e   s t a r s   m l k   m c s   t r e a t m e n t   n o r t h c a r o l i n a   s t o c k t o n   c a a   m a l i b u   c o r n e l l   y a l e   r o t c   r o c k e t s   c e l t i c s   u m a s s
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e   m l b   t r e a t s   p h o e n i x   n o r t h   c a a   m a l i b u   c o r n e l l   y a l e   r o t c   r o c k e t s   c e l t i c s   u m a s s   m n u   h e l l o   c u b s
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e   c e l t i c s   g s   t h u n d e r   s o o n e r s   o k c   t u l s a   p o r t l a n d   m a r i n e r s
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   j o i n i n g   c e l t i c s   a t   t r a d e   d e a d l i n e   b e f o r e   d e a l   f e l l   a p a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p r e s e a s o n   g a m e   2     
 
 📺 :       
 
 🎙 ️   :       
 
 b l e e d g r e e n   c e l t i c s  
b u s y   s t r e t c h   o f   m - 1 5   i n   d a v i s o n   c l o s e d   f o r   r a i l r o a d   c r o s s i n g   p r o j e c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u t é   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 ➡  
🆚 :   r b   l e i p z i g   v s   c e l t i c 
 ⚽ :   u e f a c h a m p i o n s l e a g u e   l i v e   2 0 2 2 
 ⏰ :   o c t / 0 5 / 2 0 2 2   @   1 1 . 4 5 p m   c t 
 📹 :   l i n k   l i v e   :   
 l e t s   g o . . . 
 s u p p o r t s   y o u r   t e a m s . ! ! 
 u e f a c h a m p i o n s l e a g u e 2 0 2 2   
 u e f a c h a m p i o n s   c e l t i c f c   
 r b l e i p z i g c e l t i c     r b l e i p z i g   c e l t i c s     
 s o c c e r   f o o t b a l l   f u t b o l  
🆚 :   r b   l e i p z i g   v s   c e l t i c 
 ⚽ :   u e f a c h a m p i o n s l e a g u e   l i v e   2 0 2 2 
 ⏰ :   o c t / 0 5 / 2 0 2 2   @   1 1 . 4 5 p m   c t 
 📹 :   l i n k   l i v e   :   
 l e t s   g o . . . 
 s u p p o r t s   y o u r   t e a m s . ! ! 
 u e f a c h a m p i o n s l e a g u e 2 0 2 2   
 u e f a c h a m p i o n s   c e l t i c f c   
 r b l e i p z i g c e l t i c     r b l e i p z i g   c e l t i c s     
 s o c c e r   f o o t b a l l   f u t b o l  
w a s   i t   a   s n u b   f o r   b o s t o n   c e l t i c s   s t a r   f o r w a r d   j a y s o n   t a t u m   t o   n o t   g e t   a n y   m v p   v o t e s   i n   t h e   a n n u a l   n b a   g m   s u r v e y ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
_ d a m i c o   g r e a t   i n t e r v i e w .     m y   b o y s   a r e   g r o w i n g   u p !     j b a n d j t   c e l t i c s   🍀
l i s t e n / s t r e a m   t s n   1 0 5 0   t o n i g h t   a s   t h e   r a p t o r s   f a c e   t h e   c e l t i c s   a t   7 : 3 0 p m !   w e t h e n o r t h 
 
 * g e o   s t r e a m   r e s t r i c t i o n s   a p p l y * 
 
  
n e w :   t h e   c e l t i c s   m a d e   a   n u m b e r   o f   d e a l s   a t   l a s t   y e a r ' s   t r a d e   d e a d l i n e   a n d   w e r e   v e r y   c l o s e   t o   a n o t h e r   o n e   a c c o r d i n g   t o   d o n t e   d i v i n c e n z o  
s i x   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ' s   2 0   g r e a t e s t   p o i n t   g u a r d   l i s t .   p e t e m a r a v i c h   m a r a v i c h   p i s t o l p e t e   p i s t o l p e t e m a r a v i c h  
s i g n s   a r e   h o p e f u l   f o r   c e l t i c s ,   b u t   c a n   j o e   m a z z u l l a   b e   s t e r n   w i t h   t h e m   w h e n   n e e d e d ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i t ’ s   c e l t i c s   g a m e d a y   ☘ ️ ☘ ️  
“ a l l   t h e   i n d i v i d u a l   s t u f f ,   i   w o u l d   t r a d e   a l l   t h a t   i n   t o   w i n   a   c h a m p i o n s h i p . ”   
 
 b o s t o n ’ s   s t a r   d u o   s a t   d o w n   w i t h   n b c s b o s t o n   t o   d i s c u s s   a m b i t i o n s   f o r   n e x t   s e a s o n   +   t i t l e   h o p e s .   c e l t i c s 
 

j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   g m   s u r v e y :   c e l t i c s   r e c e i v e   4 t h - m o s t   v o t e s   t o   w i n   2 0 2 3   n b a   t i t l e   ( 
 
 s e e   w h e r e   t h e   l e a g u e ' s   g m s   r a n k e d   b o s t o n   i n   a   v a r i e t y   o f   c a t e g o r i e s   h e a d i n g   i n t o   t h e   2 0 2 2 - 2 3 . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
r a p t o r s   g a m e   t o n i g h t :   r a p t o r s   v s   c e l t i c s   o d d s ,   s t a r t i n g   l i n e u p ,   i n j . . .   ( r a p t o r s   r a p t u r e ) 
 
 t h e   t o r o n t o   r a p t o r s   g o t   t h e   p r e s e a s o n   o f f   t o   a   f l y i n g   s t a r t ,   a s   t h e y   d e f e a t e d   t h e   u t a h   j a z z   . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
🇺 🇸 | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 1 € 
 ➡ 
 
 n b a  
f o r m e r   n e t s   r o t a t i o n   p l a y e r   b l a k e   g r i f f i n   t o o k   a   s u b t l e   j a b   a t   t h e   t e a m   t h i s   w e e k   w h i l e   c o m p l i m e n t i n g   h i s   n e w   c e l t i c s   t e a m m a t e s .   n b a  
n b a   p r e s e a s o n :   b o s t o n   c e l t i c s   v s .   t o r o n t o   r a p t o r s   p r e d i c t i o n ,   o d d s ,   t v   c h a n n e l   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   1 0 / 5 / 2 2   n b a   p i c k s ,   p r e d i c t i o n s ,   o d d s   
 
 n b a   n b a p i c k   f r e e p i c k   f r e e p i c k s   s p o r t s b e t t i n g   e x p e r t p i c k   n b a t w i t t e r     e x p e r t b e t t i n g a d v i c e   b e t t i n g t i p s t e r   h a n d i c a p p e r   s p o r t s g a m b l i n g   w e t h e n o r t h   r a p t o r s   c e l t i c s   b l e e d g r e e n  
h o w   n b a   e x e c u t i v e s   r a n k   w a r r i o r s   i n   w e s t ,   l i k e l i h o o d   t o   r e p e a t   c h a m p i o n s h i p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   t a k e   o n   c e l t i c s   i n   b o s t o n :   p r e v i e w ,   s t a r t   t i m e ,   a n d   m o r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e a d   & a m p ;   r e a c t :   t h e   t a t u m   & a m p ;   b r o w n   i n t e r v i e w   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
' n o t h i n g   e l s e   m a t t e r s ' :   j a y s o n   t a t u m ,   j a y l e n   b r o w n   o n   b r i n g i n g   b a n n e r   1 8   t o   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   n o t e b o o k :   r o o k i e   j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   h a s   8 2 1   s t e a l s   d u r i n g   h i s   c a r e e r ,   w h i c h   r a n k s   h i m   6 t h   a l l - t i m e   i n   c e l t i c s   h i s t o r y 
 
 t h e   s t a t s   s h o w   t h a t   s m a r t   c o u l d   m o v e   i n t o   t h e   t o p   4   a l l - t i m e   b y   t h e   e n d   o f   t h i s   s e a s o n ,   r i g h t   a b o v e   r o b e r t   p a r i s h   🍀  
t h e   c e l t i c s   p l a y   t o d a y   ☘ ️  
⚽ | n e w   c e l t i c s   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   i n c r o y a b l e   d e   2 1 € 
 ➡ 
 
 2 0 2 2  
2 0 2 2 - 2 3   r o s t e r   b r e a k d o w n :   t h e   b i g s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e x t   u p   i n   t h e     2 0 2 2 - 2 3   t e a m   b y   t e a m   f a n t a s y   p r e v i e w   i s   t h e   e a s t e r n   c o n f e r e n c e   c h a m p i o n   b o s t o n   c e l t i c s ! 
 
   n b a t w i t t e r   f a n t a s y s p o r t s   f a n t a s y b a s k e t b a l l   d f s  
t h r e e   t a k e a w a y s   f r o m   t h e   h o r n e t s '   p r e s e a s o n   l o s s   t o   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  y o u   c a n   l o v e   a   t e a m   a n d   h a t e   t h e   f r o n t   o f f i c e .   l o v e   t h a t ! ! 
 
 r e d s o x 
 c e l t i c s
n b a   g m   s u r v e y   r e l e a s e d   ( c e l t i c s   r e l a t e d   n o t e s )   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
g o t   m y s e l f   a n   u p g r a d e   f o r   t h e   c e l t i c s   s e a s o n .     t h i n g   i s   f r e a k i n   h u g e .     g a m e   n i g h t   t o n i g h t   l f g  
e v e r y   b o s t o n   c e l t i c s   j e r s e y   i n   t e a m   h i s t o r y   w o r n   b y   o n l y   o n e   p l a y e r   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   1 0 / 5 / 2 0 2 2   p i c k s   p r e d i c t i o n s   p r e v i e w s 
 
 
 
 n b a p a r l a y   n b a p r e d i c t i o n   n b a p a r l a y   n b a b e t t i n g   n b a b e t t i n g p i c k s   n b a   n b a p i c k s   s p o r t s p i c k s   e x p e r t p i c k s   f r e e p i c k s   b a s k e t b a l l p i c k s   o d d s   p i c k s   p r e d i c t i o n   r a p t o r s   c e l t i c s
t h i s   i s   t h e   p e a c e   t h a t   y o u   c a n n o t   b u y   ☘ ️ 🍀 🌊   
 c a s a m a n c e   z i g u i n c h o r   g o o d v i b e s     v a c a t i o n m o d e   c e l t i c s   j o r d a n 1   n i k e   j e e p c a r g o  
p l e a s e   h e l p   t h e s e   p e o p l e   o u t   c e l t i c s   f a m  
p l e a s e   c o n s i d e r   h e l p i n g   o u t   t h i s   p o o r   c e l t i c s     f a n   i f   y o u   c a n .   h e   i s   j u s t   s t a r t i n g   a   b a t t l e   w i t h   l e u k e m i a   a n d   n e e d s   a l l   t h e   l o v e   h e   c a n   g e t .   s t i l l   a   l o n g   w a y   t o   g o   o n   t h e   g o a l .   s m a r t   t a t u m   b r o w n   b o s t o n   b o s t o n s t r o n g 
 
  
l i s t e n / s t r e a m   t s n   1 0 5 0   t o n i g h t   a s   t h e   r a p t o r s   f a c e   t h e   c e l t i c s   a t   7 : 3 0 p m !   w e t h e n o r t h 
 
 * g e o   s t r e a m   r e s t r i c t i o n s   a p p l y * 
 
  
r o c k   a n d   r o l l ! ! ! 
 
 r o c k   v i k i n g   v i k i n g m e t a l   a r t   c a l i   f o l k   c e l t i c s   c e l t i c m u s i c  
b o s t o n ’ s   d e r r i c k   w h i t e   t a l k s   a b o u t   j o i n i n g   t h e   c e l t i c s ’   s t a r t i n g   l i n e u p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   2 0 2 2 - 2 3   b e t t i n g   g u i d e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
j b   j t   ☘   m y   g u y s   c e l t i c s  
b o s t o n ' s   d e r r i c k   w h i t e   t a l k s   a b o u t   j o i n i n g   t h e   c e l t i c s '   s t a r t i n g   l i n e u p   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h e   c e l t i c s   c o l l e c t i v e :   e p i s o d e   8 
 
 ☘ ️   t o p i c s : 
 +   g a m e   r e c a p 
 +   b l a k e   g r i f f i n 
 +   j o e   m a z z u l l a 
 +   t o r o n t o   p r e v i e w 
 
 ☘ ️   h o s t s : 
 
 
 
 
 c e l t i c s   b o s t o n   n b a
c e l t i c s   f a n s   i t s   m f   g a m e d a y   ☘ ️ ☘ ️   l e t   t h e   c o u n t d o w n   b e g i n ⏳   c e l t i c s   b l e e d g r e e n   n b a t w i t t e r
“ i t ’ s   n o t   t h a t   s c a n d a l   i s   g o o d   f o r   t h e   t e a m ,   i t ’ s   t h a t   t h e   t e a m   i s   h a n d l i n g   s c a n d a l   w e l l . ”   _ n b a     c e l t i c s
s o m e   m o   s t u f f   i   m a d e . . . 
 t i t a n s   c e l t i c s     v a n d y     p r e d s     l i u     s m a s h v i l l e     w o o d a r t   p a i n t   🎨 ✌ ️ ⚓ ️ ⚔ ️ ✨ ️  
2 0 2 2 - 2 3   f a v o r i t e s   t o   w i n   n b a   t i t l e   🏆 
 
 ( p e r   g m   s u r v e y ) 
 
 b u c k s   4 3 % 
 w a r r i o r s   2 5 % 
 c l i p p e r s   2 1 % 
 c e l t i c s   1 1 % 
 
 n b a  
h a p p y   b i r t h d a y   b r a n d a n   w r i g h t !   c e l t i c s 
 
  
l i t t l e   u p d a t e   o n   w h a t   t r e m o n t   w a t e r s   h a s   b e e n   u p   t o   i n   t h e   p a s t   y e a r   c e l t i c s .   w a t e r s   i s   c u r r e n t l y   t e a m m a t e s   w i t h   p r o j e c t e d   f i r s t   o v e r a l l   p i c k   v i c t o r   w e m b a n y a m a   f o r   t h e   m e t r o p o l i t a n s   9 2 
 

b o s t o n   h a s   r e t i r e d   2 4   j e r s e y   n u m b e r s   -   t h e s e   a r e   t h e   p l a y e r s   s o   h o n o r e d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l o s   a n g e l e s   l a k e r s :   3   b o l d   p r e d i c t i o n s   f o r   t h e   2 0 2 2 - 2 3   n b a   s e a s o n 
 
 
 
 n b a   l a k e s h o w   l a k e r s   w e t h e n o r t h   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   b r o o k l y n t o g e t h e r   b l e e d g r e e n   c e l t i c s
l o s   a n g e l e s   l a k e r s :   t h e   r u s s e l l   w e s t b r o o k   t r a d e   t h a t   s e e m s   i n e v i t a b l e 
 
 
 
 n b a   l a k e s h o w   l a k e r s   w e t h e n o r t h   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   b r o o k l y n t o g e t h e r   b l e e d g r e e n   c e l t i c s
n b a   r u m o r s :   l o s   a n g e l e s   l a k e r s   n o t   t o   p u r s u e   k y r i e   i r v i n g   a f t e r   a l l ? 
 
 
 
 n b a   l a k e s h o w   l a k e r s   w e t h e n o r t h   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   b r o o k l y n t o g e t h e r   b l e e d g r e e n   c e l t i c s
n b a   g m s   c o n f i r m   w h a t   w e   k n e w   a b o u t   n i c k   n u r s e ,   r a p t o r s   f a n s 
 
 
 
 n b a   t o r o n t o   r a p t o r s   c a n a d a   w e t h e n o r t h   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   l a k e s h o w   l a k e r s   b l e e d g r e e n   c e l t i c s
v e r y s t y l i s h o r d i n a r y p e o p l e 
 
 “ s u c c e s s   i s   g u a r a n t e e d   i n   p e r s i s t e n c e . ” 
 ―   s h i v a   n e g i   
 
 h a w k s   p a c e r s   n u g g e t s   m a g i c   t i m b e r w o l v e s   w i z a r d s   7 6 e r s   c e l t i c s   c a v a l i e r s   h e a t   h o r n e t s   b u c k s   v s o p   r h o p
n u m b e r   2   b e c a u s e   o f   t h e   n u m b e r   1   f a n s !   g o   c e l t i c s !  
h o w   t h e   b o s t o n   c e l t i c s   u s e d   r o b e r t   w i l l i a m s   i i i   t o   u n l o c k   t h e i r   o f f e n s e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   t h e   b o s t o n   c e l t i c s   u s e d   r o b e r t   w i l l i a m s   i i i   t o   u n l o c k   t h e i r   o f f e n s e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   f i t t i n g   r i g h t   i n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
w r o t e   t h i s   o n   j u l y   3 r d   a b o u t   s a m   h a u s e r   a n d   i t ’ s   s t i l l   e v e r y   b i t   t r u e   a n d   m o r e   a f t e r   w a t c h i n g   h i m   i n   a c t i o n   o n   s u n d a y   c e l t i c s   
 

e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   9 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   9 9   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n b a   g m s   s e e   m a l c o l m   b r o g d o n   a s   u n d e r r a t e d   a d d i t i o n   f o r   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
o n   t h i s   d a y :   b o s t o n   i c o n   b o b   c o u s y   s e l e c t e d   i n   c h i c a g o   s t a g s   d i s p e r s a l   d r a f t ;   j o h n   b a g l e y   t r a d e ;   d e r m i e   o ' c o n n e l l   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
f r e s h   p r i n c e   o f   b e l   a i r   a c t r e s s   n i a   l o n g   h a s   s a i d   l i t t l e   a b o u t   h e r   c h e a t i n g   b o s t o n   c e l t i c s   c o a c h   f i a …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o r s e y ,   a n   a c t o r   a n d   b u s i n e s s m a n   i n   b e v e r l y   h i l l s   w h o   m e t   l o n g   o n   t h e   s e t   o f   h e r   n b c   c r i m e   d r a m a   t h i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   v s .   c e l t i c s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ' s   t h e   l a t e s t   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   v s .   c e l t i c s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a s   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   t h r o w i n g   s h a d e   a t   t h e   b r o o k l y n   n e t s   i n   h i s   i n t r o d u c t o r y   p r e s s e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 p l a y o f f n b a  
w a s   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   t h r o w i n g   s h a d e   a t   t h e   b r o o k l y n   n e t s   i n   h i s   i n t r o d u c t o r y   p r e s s e r ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
    b l a k e   j o i n s   t h e   t e a m . 
 t e a m   p l a y s   p i c k u p   f o o t b a l l   a t   p r a c t i c e . 
 t e a m   l o v e s   i t   🍀 
 c e l t i c s
  s h e   i s   g o i n g   t o   l o o k   g r e a t   i n   c e l t i c s   g e a r .
w o u l d   l o o k   g r e a t   i n   c e l t i c s   g r e e n   😎 ☘ ️  
l o n g t i m e   a s s i s t a n t   p r o m o t e d   t o   h e a d   c o a c h   o f   m a i n e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l e t   i t   f l y     s h o r t s   b o s t o n   c e l t i c s   n b a   v i d e o :  
p r e v i e w :   r a p t o r s   ( 1 - 0 )   a t   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   m a k e   s o l i d   s h o w i n g   i n   n b a ' s   a n n u a l   g m   s u r v e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   c a l l s   j a y s o n   t a t u m   t h e   ' y o u n g   g o a t ' :   " i   t h i n k   h e   w i l l   d o   a n   i n c r e d i b l e   j o b   l e a d i n g   h i s   t r o o p s . . . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
  i   t h i n k   t h e   c e l t i c s   n e e d   t o   l e t   m a z z u l a   g e t   u s e d   t o   c o a c h i n g   a n d   t h e   g u y s   n e e d   t o   p r a c t i c e .   e n o u g h   g o a t   t a l k !   p l a y   b a l l !   👏 👏 👏
n b a   g m s   c a l l   c e l t i c s   s m a r t   b e s t   p e r i m e t e r   d e f e n d e r ,   b r o g d o n   ‘ m o s t   u n d e r r a t e d ’   a c q u i s i t i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s e v e n   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ’ s   2 0   g r e a t e s t   c e n t e r s   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i m e   u d o k a   s e e i n g   b l a k e   g r i f f i n   o n   c e l t i c s   " t h a t ' s   m y   b o y ! ! "   c e l t i c s   c e l t i c s n a t i o n   👶 👶 🍼 🍼
r e a l l y   r e a l l y   r e a d y   f o r   g a m e   d a y   t o m o r r o w   😎 😎 😎 😎 ☘ ️   c e l t i c s
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     f l   j a g s   t b   r e d s o x   c e l t i c s   n y g   n y y   d o d g e r s   h u s k i e s   u c b   j t   h s u   m s u   s p a r t a n s   u t
l a n a   r h o a d e s   t o l d   t h e   w o r l d   t h a t   h i s   s o n ' s   d a d d y   w a s   a   n e t s   p l a y e r   a n d   a   l i b r a . .   t h a t   i s   t h e   r e a s o n   w h y   b l a k e   g r i f f i n   s i g n e d   w i t h   t h e   c e l t i c s   n b a   b r o o k l y n n e t s   c e l t i c s
t w o   w e e k s   c e l t i c s
c e l t i c s   m a l c o l m   b r o g d o n   a c q u i s i t i o n   v o t e d   n b a   o f f s e a s o n ' s   m o s t   u n d e r r a t e d   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f o r m e r   c e l t i c s '   h i g h   e x p e c t a t i o n s   f o r   j a y s o n   t a t u m ,   j a y l e n   b r o w n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  1 9 6 9 - 7 0   c e l t i c s   f i v e   p a c k … . $ 7   e a c h   /   $ 1 0   o n   t h e   s a n d e r s … . . $ 3 2   d e l i v e r e d   f o r   t h e   l o t   o f   5   c e l t i c s   c e l t i c s  
t e a m   c h e m i s t r y   a t   a n   a l l   t i m e   h i g h   d e s p i t e   t h e   b s   d i s t r a c t i o n s   c e l t i c s  
c e l t i c s   o f f - s e a s o n 
 -   c o a c h   1   y e a r   s u s p e n s i o n 
 -   b e s t   r e c r u i t   a c l 
 -   r o b   w i l   i n j u r e d   
 -   s i g n   l a n a   r h o a d e s   b a b y   d a d   n b a   c e l t i c s
h e y     y o u   n e e d   a   c o u p l e   o f   r e c e i v e r s   o r   d b ’ s ?   c e l t i c s  
n o w ,   t h i s   i s   a   s t o r y   a l l   a b o u t   h o w 
 m y   l i f e   g o t   f l i p p e d - t u r n e d   u p s i d e   d o w n … . .   c e l t i c s   b l e e d g r e e n  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b o s t o n   c e l t i c s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   j a y s o n t a t u m   u n i m o c k u p s   l o g o d e s i g n   n b a t w i t t e r            
“ i   t h i n k   i t ’ s   j u s t ,   t h e   l e a g u e   i s   c e r t a i n l y   t r e n d i n g   t h i s   w a y , ”   b u d e n h o l z e r   s a i d   o f   e m p h a s i z i n …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j o e   m a z z u l l a   s h a r e s   u p d a t e   o n   r o b e r t   w i l l i a m s '   r e c o v e r y   f r o m   k n e e   s u r g e r y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   b r e a k o u t   c a n d i d a t e   i m p r e s s i n g   t e a m m a t e   d e r r i c k   w h i t e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l o n g t i m e   a s s i s t a n t   p r o m o t e d   t o   h e a d   c o a c h   o f   m a i n e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s t a r   b r o w n   s u r p r i s e s   s t u d e n t s   w i t h   f r e e   b a c k p a c k s ,   s h i r t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b e s t i e s   c e l t i c s   ☘ ️ 🤗  
c o n g r a t s   t o   j e f f r e y   c   w h o   s c o r e d   t h i s   j a y s o n   t a t u m   a u t o g r a p h e d   j e r s e y   i n   o u r     a u t o g r a p h e d   b a s k e t b a l l   j e r s e y   b r e a k .     j o i n   u s   f o r   f u t u r e   b r e a k s   -   l i n k   i n   b i o .     c e l t i c s       j e r s e y b r e a k  
b o s t o n   c e l t i c s :   s u s p e n d e d   c o a c h   i m e   u d o k a ’ s   f i a n c é e   n i a   l o n g   c o m m e n t s   o n   a f f a i r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i f   n i a   c a n   s t a y   w i t h   i m e ,   t h e   c e l t i c s   c a n   t o o   ☘ ️  
w h a t   c a n   c e l t i c s '   j a y s o n   t a t u m   i m p r o v e   o n ?   j a y l e n   b r o w n   w e i g h s   i n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o o k i e   j d   d a v i s o n   g o i n g   t o   s c h o o l   w i t h   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ' s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   s a y s   h e ' l l   e m b r a c e   a n y   r o l e   t h a t ' l l   h e l p   c e l t i c s   w i n   a   c h a m p i o n s h i p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   o w n e r s   w i f e ? ! ?   y o   h e ’ s   a   d e m o n   😭 😭   c e l t i c s   n b a t w i t t e r  
r e p o r t 🚨 
 
 p e r   :   t h e   w o m a n   i n   e n t a n g l e m e n t   w i t h   c e l t i c s   c o a c h   i m e   u d o k a   w a s   t h e   w i f e   o f   o w n e r   w y c l i f f e   g r o e s b a c k 🤯 
 
 i f   s o … . i s   t h e   y e a r   s u s p e n s i o n   j u s t i f i e d ? 😳 
 
 n b a t w i t t e r   c e l t i c s   i m e u d o k a
  m y   p a l e   i r i s h   s k i n   d i s a g r e e s .   i t   a p p e a r s   i ' v e   m a d e   a n   e n e m y   t o d a y .   c e l t i c s   l e t s   g o   🍀
  m y   b r a i n   i s   m a l l e a b l e .   i   c a n   b e   e a s i l y   p e r s u a d e d   t e a m   w i s e .   i   a m   h o w e v e r   t h i n k i n g   c e l t i c s
w h y   b l a k e g r i f f i n   i s   w i l l i n g   t o   e m b r a c e   a n y   r o l e   n e e d e d   t o   h e l p   t h e   c e l t i c s   w i n   a   c h a m p i o n s h i p  
w h y   b l a k e g r i f f i n   i s   w i l l i n g   t o   e m b r a c e   a n y   r o l e   n e e d e d   t o   h e l p   t h e   c e l t i c s   w i n   a   c h a m p i o n s h i p  
m a r c u s   t h o r n t o n ' s   2 0 1 4 - 1 5   s h o t   c h a r t : 
 
 v o l u m e :   a v e r a g e   |   p _ 5 8   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 4 8 
 e f f i c i e n c y :   a v e r a g e   |   p _ 4 7 
 e f f i c i e n c y   v a l u e :   a v e r a g e   |   p _ 4 8 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   b r e a k 3 
 b e s t   v a l u e   z o n e :   b r e a k 3 
 
 m a r c u s t h o r n t o n 
 c e l t i c s   s u n s 
 s u n s a t 5 0  
t h e   c e l t i c s   a r e   n o t   t h e   t i t l e   f a v o r i t e s   i n   2 0 2 3 ,   a c c o r d i n g   t o   n b a   g e n e r a l   m a n a g e r s  
j o e   m a z z u l l a   o n   r o b e r t   w i l l i a m s :   " h e ' s   i n   a   g r e a t   m i n d   f r a m e "   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   s h a r e s   f i r s t   m e s s a g e   s i n c e   l e a v i n g   b r o o k l y n   n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   n o t e b o o k :   r o o k i e   j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
j o e   m a z z u l l a   o n   r o b e r t   w i l l i a m s :   “ h e ’ s   i n   a   g r e a t   m i n d   f r a m e ”   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
o u r   l a t e s t   p o d c a s t .   b l a k e g r i f f i n   c e l t i c s   t y l e r h e r r o   h e a t   l a k e s h o w   n b a   n b a p r e s e a s o n       _ c o v e r a g e   l i s t e n   t o   " t h e   p i c k   a n d   r o l l   n b a   p o d c a s t   w /   j e t   a n d "   b y     v i a   s p r e a k e r  
p r i m e   b l a k e   g r i f f i n   o n   t h e   c e l t i c s   +   r e b u i l d   |   n b a   2 k 2 3 💚 🤍 💚 🤍 
 
 
 b a s k e t b a l l   y o u t u b e   y o u t u b e r   f e m a l e g a m e r     g a m i n g   n b a   n b a 2 k 2 3   n b a 2 k 2 3 p a r k   n b a 2 k 2 3 n e x t g e n   n b a 2 k 2 3 m y t e a m   n b a r e b u i l d   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   b l a k e g r i f f i n  
📣   n e w   p o d c a s t !   " e p .   2 0 4   -   w e s t e r n   c o n f e r e n c e   p r e v i e w "   o n     b l a k e g r i f f i n   c e l t i c s   h e r r o   l a k e r s   l e b r o n   n b a   w a r r i o r s   w e s t b r o o k  
l i g h t n i n g   r o s t e r   c o n t i n u e s   t o   t a k e   s h a p e   a s   o p e n e r   n e a r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i a   l o n g   p o s t s   m e n t a l   h e a l t h   m e s s a g e   f o l l o w i n g   f i a n c é   i m e   u d o k a ' s   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
" h e ' s   d o i n g   a   g o o d   j o b   o f   c o m m u n i c a t i n g   w i t h   e v e r y b o d y ,   t a l k i n g   a b o u t   w h a t   h e ' s   l o o k i n g   f o r ,   ( a n d )   h o w   w e   c a n   b e   b e t t e r . " 
 
 d e r r i c k   w h i t e   d i s c u s s e s   j o e   m a z z u l l a ' s   f i r s t   g a m e   a s   t h e   c e l t i c s   h e a d   c o a c h   f r o m   a   p l a y e r ' s   p e r s p e c t i v e . 

f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r a n d o m   t h o u g h t s   b e f o r e   t h e   s e c o n d   p r e s e a s o n   g a m e   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
🎥 l i v e   s t r e a m   t o n i g h t   @   7 p m   e d t 🎥 
 
 @ _ _ f i s c h   _ 9 3     o n   t h e   m i c 
 
 🐦   m u r r a y ' s   i m p a c t   o n   t h e   h a w k s 
 
 🍀   b l a k e   g r i f f i n   t o   t h e   c e l t i c s   
 
 🔬   s o u t h e a s t   d i v i s i o n   p r e v i e w 
 
 a n d   m u c h   m o r e ! 
 
 p o d c a s t   p o d c a s t s   n b a p r e s e a s o n     n b a   a t l a n t a   a t l h a w k s   
 

" t a k e   a   d e e p   b r e a t h ;   e v e r y t h i n g   w e   d o   i s   g o i n g   t o   c o m p l e m e n t   y o u r   g a m e   i n   s o m e   w a y ,   a n d   h e r e ' s   h o w   w e ' l l   w o r k   o n   i t . " 
 
 c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   d i s c u s s e s   g e t t i n g   b l a k e   g r i f f i n   a c c l i m a t e d . 

l e t   i t   f l y   s h o r t s   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
w i l l   t h e   c e l t i c s   g o   s m a l l   w i t h o u t   r o b e r t   w i l l i a m s ? 
 
   d i s c u s s e s   h o w   b o s t o n   c o u l d   s u r v i v e   w i t h o u t   r o b   f o r   t h e   s t a r t   o f   t h e   2 0 2 2 - 2 3   n b a   s e a s o n ! 
 
 📺 f u l l   p r a c t i c e   r e p o r t :   
 
 ⚡ ️ b y   _ a g   |     |    
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c e l t i c s '   j a y l e n   b r o w n ,   j a y s o n   t a t u m   a d m i r e   m o s t   a b o u t   e a c h   o t h e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  
   x d c   x d c d o m a i n s   w e b 3   c e l t i c s   c r e a t e   y o u r   o w n   w e b 3   d o m a i n s   a t     e x c h a n g e s   c o m i n g   s o o n    
🚨   e x c l u s i v e   g a m e   t o n i g h t   f o l k s !   🏀 
 j o i n   t h e i r   c o m m u n i t y   a n d   g e t   t h e   c h a n c e   o f   w i n n i n g   2   t i c k e t s   f o r   t h e   c e l t i c s   o p e n i n g   n i g h t   a n d   m o r e   t h a n   $ 1 0 0   o n   t o p s h o t s !   d o   n o t   m i s s   y o u r   c h a n c e !   ☘ ️ 
   
 b o s t o n   c e l t i c s   n b a   n f t  
w h a t   w e   c o u l d   s e e   i n   m a r c u s   s m a r t ' s   s e c o n d   y e a r   a s   c e l t i c s   p o i n t   g u a r d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
2 0 1 6 - 1 7   p a n i n i   t o t a l l y   c e r t i f i e d   b i l l   r u s s e l l   c a l l i n g   c a r d s   3 7   i n s e -   $ 3 . 0 0   
 
 c e l t i c s   
 _ s e l l 
 
 
 
 
 
 
 
  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
w e ' l l   b e   d i s a p p o i n t e d   i f   c e l t i c s   s t a r     i s n ' t   w e a r i n g   t h e s e   o n   n a t i o n a l t a c o d a y .     s n e a k e r s     ☘     🌮  
b r u n o   c a b o c l o   h a s   a g r e e d   t o   a   d e a l   w i t h   t h e   m e x i c o   c i t y   c a p i t a n e s   i n   t h e   n b a   g   l e a g u e ,   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h r e e   t a k e a w a y s   f r o m   t h e   h o r n e t s '   p r e s e a s o n   l o s s   t o   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ’ s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   r o o k i e   j d   d a v i s o n   a d j u s t i n g   t o   n b a   u n d e r   m a r c u s   s m a r t ' s   m e n t o r s h i p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p o i n t s   o n   t h e   b o a r d   p o d c a s t :   n b a   o f f - s e a s o n 
 
 -   i m e   u d o k a :   r a c i a l   d o u b l e - s t a n d a r d ? 
 -   f o r c i n g   t h e   s a l e   o f   t e a m s 
 -   b r e a k i n g   d o w n   e s p n ’ s   t o p   1 0   n b a   p l a y e r s   
 -   o l d - s c h o o l   c o a c h e s   v s .   m o d e r n   c o a c h e s 
 
 s p o r t s a n d p o l i t i c s   f a n t a s y b a s k e t b a l l   c e l t i c s   s u n s 
 

w h e n   i t   c o m e s   t o   w h a t   i m e   u d o k a   d i d   t o   g e t   s u s p e n d e d ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   ' w e   d o n ' t   k n o w   a n y t h i n g '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   h o s t   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r ,   m f i o n d u   k a b e n g e l e   i m p r e s s   i n   c e l t i c s   p r e s e a s o n   w i n   o v e r   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ' s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r e a l l y   t r y i n g   t o   f i g u r e   o u t   w h a t   m y   f i t   g o n n a   b e   f o r   t h e   p r e s e a s o n   g a m e   t o m o r r o w   😭 😭 😍 ☘ ️   c e l t i c s
b o s t o n   r o o k i e   j d   d a v i s o n   o n   m a r c u s   s m a r t ,   j a y s o n   t a t u m   m e n t o r i n g   h i m   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
h o w   s a m h a u s e r   a n d   m f i o n d u k a b e n g e l e   i m p r e s s e d   i n   c e l t i c s   p r e s e a s o n   o p e n e r  
h o w   s a m h a u s e r   a n d   m f i o n d u k a b e n g e l e   i m p r e s s e d   i n   c e l t i c s   p r e s e a s o n   o p e n e r  
h e r e ’ s   t o   t h e   l a s t   r e d s o x   g a m e   o f   t h e   s e a s o n   t h a t   i   a m   w o r k i n g .   b e t t e r   l u c k   n e x t   y e a r   b o y s .   w e   o n   t o   c e l t i c s   s e a s o n   😎 💯 ☘ ️  
d e r r i c k   w h i t e   d i s c u s s e s   p l a y i n g   f o r   j o e   m a z z u l l a ,   w e l c o m i n g   b l a k e   g r i f f i n   t o   b o s t o n ,   a n d   w o r k i n g   a l o n g s i d e   m a l c o l m   b r o g d o n   i n   t h e   c e l t i c s   b a c k c o u r t . 

d e r r i c k   w h i t e   s p e a k i n g   f a c t s   a b o u t   s a m   h a u s e r   c e l t i c s    
f u l l   v i d e o   o v e r   o n   m y   t i k   t o k !   i   p r o m i s e   t o   m a k e   t h e   n e x t   o n e s   s h o r t e r   t o   g e t   t h e   f u l l   b r e a k   d o w n   i n   t h e r e   l o l   c l i p p e r n a t i o n   c e l t i c s   g o l d e n s t a t e w a r r i o r s   f e a r t h e d e e r   w a r r i o r s u n i t e   n b a g m s u r v e y  
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l e b r a t e   t h e   s t a r   o f   t h e   n b a   s e a s o n   b y   e x p a n d i n g   y o u r   b a s k e t b a l l   f u n k o   c o l l e c t i o n ! 
 
 o r d e r   h e r e :   
 
 t r e a t y o s h e l f   v i n y l f i g u r e s   f u n k o p o p   f u n k o v i n y l   j a y s o n t a t u m   c e l t i c s   l a k e r s   l e b r o n   c h i c a g o b u l l s   m i c h a e l j o r d a n   l a r r y b i r d   m a g i c j o h n s o n   s t e p h c u r r y  
n e v e r   d o n e   f a n t a s y   b a s k e t b a l l ,   j u s t   d i d   a   d r a f t .   i   k n o w   i ' m   a   b i t   o f   a   h o m e r 
 c e l t i c s     w h a t   d o   y o u   t h i n k  
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   m a k e   s o l i d   s h o w i n g   i n   n b a ' s   a n n u a l   g m   s u r v e y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j o e   m a z z u l l a   p r o v i d e s   u p d a t e   o n   r o b e r t   w i l l i a m s ,   d i s c u s s e s   g e t t i n g   b l a k e   g r i f f i n   a c c l i m a t e d ,   a n d   s h e d s   l i g h t   o n   t h e   c e l t i c s   p l a n   f o r   w e d n e s d a y ' s   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s   

i   t h i n k   i   m i g h t   l i v e   t w e e t   c e l t i c s   ☘ ️ g a m e s   t h i s   y e a r
i t   n e e d s   t o   b e   d o n e !   s o m e t h i n g   s m e l l s !     b i t c o i n   e l o n m u s k   k a r d a s h i a n s   t o m b r a d y   m e s s i   r o n a l d o   d o l l y p a r t o n   l e b r o n   b e y o n c e   s a n t a n a   l o s l o b o s   m a n a   b r i t n e y s p e a r s   a d e l e   d o d g e r s   y a n k e e s   r e d s o x   r e d s   c u b s   a s t r o s   b e a t l e s   m e t s   g i a n t s   c e l t i c s
w h a t   d o   y o u   t h i n k   w i l l   b e   t h e   b i g g e s t   c e l t i c s   p r o b l e m   t h i s   s e a s o n ?
h o w   w o u l d   y o u   g r a d e   t h e   c e l t i c s   o f f   s e a s o n ?
h o w   m a n y   w i n s   a r e   t h e   c e l t i c s   g e t t i n g   t h i s   s e a s o n ?
h o w   f a r   w i l l   t h e   c e l t i c s   m a k e   i t   t h i s   y e a r ?
w h a t   s e e d   w i l l   t h e   c e l t i c s   b e   t h i s   y e a r ?
o u t l o o k   o n   t h e   c e l t i c s   y o u n g   d e v e l o p i n g   p l a y e r s
o u t l o o k   o n   t h e   c e l t i c s   b e n c h   t h i s   s e a s o n
w h a t   i s   y o u r   o u t l o o k   o n   t h e   c e l t i c s   🍀 a t   t h i s   p o i n t   b e f o r e   t h e   s e a s o n ?   t h r e a d   🧵
b o s t o n   c e l t i c s   t i t l e   o d d s :   c s   r e m a i n   f a v o r i t e s   d e s p i t e   o f f s e a s o n   d r a m a   ( h a r d w o o d   h o u d i n i ) 
 
 t h e   b o s t o n   c e l t i c s ,   d e s p i t e   e v e r y t h i n g   t h a t   h a p p e n e d   i n   s e p t e m b e r ,   r e m a i n   f a v o r i t e s   t o   w i n   t . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
p a y   a t t e n t i o n !     b i t c o i n   e l o n m u s k   k a r d a s h i a n s   c n b c   b l o o m b e r g   l a t i m e s   n y t i m e s   d o d g e r s   y a n k e e s   r e d s o x   r e d s   c u b s   a s t r o s   b e a t l e s   m e t s   g i a n t s   c e l t i c s   l a k e r s   c l i p p e r s   s u n s   u t a h j a z z   g o l d e n k n i g h t s   r a i d e r n a t i o n   d a l l a s c o w b o y s   m a n c h e s t e r c i t y
t o d a y   i n   b o s t o n   s p o r t s : 
 
 t h e   r e d s o x   c l o s e   u p   s h o p   f o r   2 0 2 2 . 
 
 t h e   b r u i n s   m a k e   f i n a l   m o v e s   a s   t h e   2 0 2 2 - 2 3   s e a s o n   b e g i n s   t h i s   w e e k e n d . 
 
 t h e   c e l t i c s   r e a d y   t h e m s e l v e s   t o   d e f e n d   t h e   e a s t   c r o w n   i n   m i d   o c t o b e r . 
 
 t h e   p a t r i o t s ,   a t   1 - 3 ,   l o o k   t o   b o u n c e   b a c k .   w i l l   a   f e w   e a s y   w e e k s   h e l p ?
b l a k e   g r i f f i n   s i g n e d   a   f u l l y   g u a r a n t e e d   o n e - y e a r ,   $ 2 . 9 1 m   c o n t r a c t   w i t h   t h e   b o s t o n   c e l t i c s .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   g m s   f a v o r   b u c k s   t o   w i n   t i t l e ;   l u k a   f o r   m v p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   1 3 4 ,   h o r n e t s   9 3 :   j a y l e n   b r o w n   l e a d s   a l l   s c o r e r s   i n   b l o w o u t   p r e s e a s o n   o p e n e r   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   g m s   h i g h   o n   c a v s ’   o f f s e a s o n   m o v e s ,   b u c k s ’   t i t l e   c h a n c e s   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
a f t e r   a n   o f f s e a s o n   t i n k e r i n g   w i t h   h i s   s h o t ,   d e r r i c k   w h i t e   s a y s   h e ’ s   h a p p y   w i t h   h o w   i t   l o o k e d   a n d   f e l t   d u r i n g   t h e   c e l t i c s   p r e s e a s o n   o p e n e r ,   i n c l u d i n g   h i s   i n i t i a l   m i s s e s ,   w h i c h   w e r e   a l l   o n   l i n e .
i n t e r e s t i n g   t o   s e e   p i n n a c l e   h a s   t h e   c e l t i c s   a s   f a v o r i t e s   t o   w i n   t h e   t i t l e   @   + 5 6 3 . 
 
 f o l l o w e d   b y : 
 
 b u c k s   + 6 1 6 
 
 w a r r i o r s   + 6 3 8 
 
 c l i p p e r s   + 7 5 3
2 0 2 2 - 2 3   n b a   p r e v i e w s :   b o s t o n   c e l t i c s 
 
 _ h e y _ i t s _ j p     
 
 n b a t w i t t e r   b l e e d g r e e n   c e l t i c s   
 

w h i c h   p a s t o r   w a s   c o u n s e l i n g   n i a   a n d   i m e   t o   k e e p   o n   s h a c k i n g   u p   a n d   l i v i n g   i n   s i n ? ? ? ?   i   w a n t   t o   k n o w   ! ! 
 d r a g   h i m   o u t   s o   w e   c a n   s e e   h i m ! ! ! ! 
 i m e u d o k a   n i a l o n g   c e l t i c s   i m e u d o k a c e l t i c s   n i a l o n g c h e a t e d   i m e u d o k a c h e a t e d 

n b a   g m s   d o   n o t   s e e   c e l t i c s   a s   f a v o r i t e s   t o   w i n   n b a   t i t l e  
k e v i n   g a r n e t t ' s   ( )   2 0 1 0 - 1 1   s h o t   c h a r t : 
 
 v o l u m e :   h i g h   |   p _ 8 3   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   e x c e l l e n t   |   p _ 9 7 
 e f f i c i e n c y :   g o o d   |   p _ 7 9 
 e f f i c i e n c y   v a l u e :   e x c e l l e n t   |   p _ 8 8 
 
 f a v o r i t e   z o n e :   m i d r a n g e 
 b e s t   s k i l l   z o n e :   m i d r a n g e 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 k e v i n g a r n e t t 
 c e l t i c s  
b o s t o n   c e l t i c s   t i t l e   o d d s :   c s   r e m a i n   f a v o r i t e s   d e s p i t e   o f f s e a s o n   d r a m a   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   g m s   s a y   r a p t o r s   h a v e   l e a g u e ' s   b e s t   h o m e - c o u r t   a d v a n t a g e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   w o r k i n g   o n   h i s   f l o a t e r   g a m e   f o l l o w i n g   c e l t i c s   p r a c t i c e  
b l a k e   g r i f f i n   r e v e a l s   c e l t i c s   j e r s e y   n u m b e r ,   a n d   h i s   r e a s o n   i s   f a n t a s t i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   p r i x   d i n g u e   d e   2 1 € 
 ➡ 
 
 t a t u m  
s a m   h a u s e r   m a k i n g   b i d   f o r   i n c r e a s e d   r o l e :   ' h o p e f u l l y   c a n   k e e p   i t   r o l l i n g '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   s a y s   h e   h o p e s   t o   b r i n g   t h e   s t a b i l i t y   o f f   t h e   b e n c h   f o r   t h e   b o s t o n   c e l t i c s   a n d   t h a t   h e   w i l l   d o   w h a t e v e r   i t   t a k e s   t o   h e l p   t h e   t e a m   t o   w i n   a   c h a m p i o n s h i p   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
s a m   h a u s e r   m a k i n g   b i d   f o r   i n c r e a s e d   r o l e :   ‘ h o p e f u l l y   c a n   k e e p   i t   r o l l i n g ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  c e l t i x r i n g f i g h t           
   _ m s 3   c e l t i c s   _ w i l l i a m s i i i 
     
       
 _ h o r f o r d     
   l e t s g o o o o o o ! f i g h t 4 i t !  
w h e n   i t   c o m e s   t o   w h a t   i m e   u d o k a   d i d   t o   g e t   s u s p e n d e d ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   ' w e   d o n ' t   k n o w   a n y t h i n g '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a c c o r d i n g   t o   ,   t h e   c e l t i c s   h a d   s o u g h t   p e r m i s s i o n   t o   i n t e r v i e w   c l i p p e r s   a s s i s t a n t   c o a c h   j a y   l a r r a n a g a   a b o u t   j o i n i n g   t h e i r   c o a c h i n g   s t a f f   t h i s   s e a s o n .   a c c o r d i n g   t o   ,   t h e y   r e c e i v e d   p e r m i s s i o n   b u t   h e   p r e f e r s   t o   r e m a i n   i n   l o s   a n g e l e s   a n d   w i l l   s t a y .
a c c o r d i n g   t o   ,   c e l t i c s   h e a d   c o a c h   i m e   u d o k a   h a s   c o n s i d e r e d   t h e   p o s s i b i l i t y   o f   r e s i g n i n g .
a c c o r d i n g   t o   ,   i t ' s   a   w i d e s p r e a d   i n t e r p r e t a t i o n   t h a t   c e l t i c s   h e a d   c o a c h   i m e   u d o k a   i s   d o n e   a s   a n   n b a   h e a d   c o a c h .  
w e ’ r e   b a c k   w i t h   a   n e w   e p i s o d e   a f t e r   o u r   b y e   w e e k .   c l i c k   t h e   l i n k   b e l o w   a n d   c h e c k   i t   o u t   n o w ! 
 
 i n c l u d e d 
 -   t u a   🐬 🤕 
 -   n f l   b u y / s e l l   💵 
 -   t o p   5   c o n c e r t s   🎤 
 -   i m e   u d o k a   🍀 
 
 n f l   p o d c a s t   n b a   p o d c a s t r e c o m m e n d a t i o n s   t u a   f i n s u p     c e l t i c s   
 
 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻  
s o m e   t a k e a w a y s   /   n o t e s   i   h a v e   a f t e r   b e i n g   a t   t h e   g a r d e n   f o r   t h e   f i r s t   c e l t i c s   p r e s e a s o n   g a m e   o n   s u n d a y 🍀  
i   m e a n ,   i   c o u l d   s e e   i f   i t   w a s   t h e   m a j o r i t y   o w n e r s   w i f e .   i m e u d o k a   n b a   n b a p r e s e a s o n   c e l t i c s
b l a k e   g r i f f i n   p a y s   t r i b u t e   t o   d e n n i s   r o d m a n   b y   w e a r i n g   n o .   9 1   f o r   t h e   b o s t o n   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
k a b e n g e l e   c o n t i n u e s   t o   i m p r e s s   a f t e r   s t r o n g   s u m m e r   l e a g u e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   r e a c t s   t o   b l a k e   g r i f f i n   s i g n i n g   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e p i s o d e   1 8 7   c a m e   o u t   y e s t e r d a y   . . .   q u i c k   t h o u g h t s   o n   k g   c o m m e n t s   a b o u t   t h e   i m e   s i t u a t i o n ,   t h e   f i r s t   p r e s e a s o n   g a m e   & a m p ;   w h a t   t o   e x p e c t   f r o m   b l a k e   g r i f f i n 
 
 c e l t i c s   b l e e d g r e e n   n e w   p o d c a s t  
i n   t o d a y ’ s   a t t h e b u z z e r   _ t i e r n a n   a n d     p r e v i e w   t h e   c e l t i c s   s e a s o n !   b o s t o n c e l t i c s   n b a    
b o s t o n   c e l t i c s :   f o r m e r   f i r s t - r o u n d   p i c k   t h a n k s   5 x   a l l - s t a r   a f t e r   c s   d e b u t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
s e v e n   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ' s   2 0   g r e a t e s t   c e n t e r s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l e t ’ s   g o   w a y   t o   s t a r t   t h e   d a y   l e t ’ s   g e t   s o m e   d u n k i n s ! ! ! 🤑 ✅ 🔥   g a m b l i n g t w i t t e r   p r i z e p i c k s   f r e e p i c k   k b o   d u n k i n   c e l t i c s  
b o s t o n   c e l t i c s :   d i d   b l a k e   g r i f f i n   t a k e   s h o t   a t   n e t s   l o c k e r   r o o m   w i t h   c s   p r a i s e ?   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   8 6   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r o b e r t   w i l l i a m s   r a n k s   1 4 t h   a l l - t i m e   i n   c e l t i c s   h i s t o r y   w i t h   3 0 0   b l o c k s   i n   h i s   c a r e e r .   h e   n e e d s   7 0   m o r e   b l o c k s   t o   b e   i n   t h e   t o p   1 0 .   i f   h e   c o n t i n u e s   o n   t h e   p a t h   h e ’ s   b e e n   o n   t h e   l a s t   t w o   y e a r s ,   s t a t s   s h o w   t h a t   h e   r e a l i s t i c a l l y   c a n   c r a c k   t h e   t o p   1 0   t h i s   s e a s o n   👀  
b l a k e   g r i f f i n   i s   g o i n g   t o   c h a n g e   t h e   n a r r a t i v e   a b o u t   g u y s   w a n t i n g   t o   c o m e   t o   p l a y   i n   b o s t o n   a n d   f o r   t h e   c e l t i c s  
w h o ' s   w i n n i n g   t h e   n b a   e a s t e r n   c o n f e r e n c e   t h i s   y e a r ?   n b a t w i t t e r   f e a r t h e d e a r   b u c k s   h e a t   c e l t i c s   7 6 e r s   c a v s   n e t s   h a w k s   r a p t o r s   b u l l s n a t i o n
b l a k e   g r i f f i n   w i l l   b e   t h e   f i r s t   p l a y e r   i n   c e l t i c s   h i s t o r y   t o   w e a r   t h e   n o .   9 1  
c e l t i c s   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
v e r s a t i l i t y   o n   d i s p l a y   i n   v i c t o r y   o v e r   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   d i n g u e   d e   2 1 € 
 🛒 
 
 n b a e x t r a  
c e l t i c s   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
☘ ️   j a y l e n   b r o w n   s z n !   c e l t i c s  
" i t ' s   a   d i f f e r e n t   a t m o s p h e r e   t h a n   i ' m   u s e d   t o .   i n   a   g o o d   w a y . "   b l a k e   g r i f f i n   t a l k s   " w e l c o m i n g "   a t m o s …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   7 7   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
⚽ | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
⚽ | n e w   c e l t i c s   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 ➡  
o n   t h i s   d a y :   b o s t o n   g u a r d   s i   g r e e n   p a s s e s ;   f o r w a r d   d o u g   s m i t h   s i g n s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
w i t h   t h e   n u m b e r   9 1 ,     👏 🏻 👏 🏻 👏 🏻 ☘ ️ 🏀   c e l t i c s  
r e c e n t l y   s i g n e d   b l a k e   g r i f f i n   h o l d s   i n t r o d u c t o r y   b o s t o n   c e l t i c s   p r e s s   c o n f e r e n c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   i n   g r e e n .   c e l t i c s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
t h e   c e l t i c s   a r e n ' t   g e t t i n g   k i a - l e a p i n g   b l a k e   g r i f f i n ,   b u t   h i s   w i l l i n g n e s s   t o   a d a p t   s t i l l   m a k e s   h i m   v a l u a b l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e c e n t l y   s i g n e d   b l a k e   g r i f f i n   h o l d s   i n t r o d u c t o r y   b o s t o n   c e l t i c s   p r e s s   c o n f e r e n c e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h e   o n l y   r e a s o n   i m e u d o k a   g o t   s u s p e n d e d   i s   b e c a u s e   t h e   o w n e r   c a n ’ t   s u s p e n d   h i s   w i f e   💭   
 
 i f   i t   w a s   “ t e a m   p o l i c y ”   & a m p ;   s h e   w a s   a   t e a m   s a f e   m e m b e r   s h e   w o u l d   b e   k n o w n   /   s u s p e n d e d   👀 
 
 t h e   o w n e r s   n o t   g o i n g   t o   c o m e   o u t   & a m p ;   s a y   m y   w i f e   w a s   t h e   o n e   b u t   r e a d   b e t w e e n   t h e   l i n e s   🥃   c e l t i c s
c e l t i c s   p r a c t i c e   h i g h l i g h t s   f t .   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b o s t o n c e l t i c s m e d i a d a y   c e l t i c s c l n s   c e l t i c s m e d i a d a y   c e l t i c s p r a c t i c e   c e l t i c s p r a c t i c e h i g h l i g h t s   c e l t i c s t r a i n i n g c a m p   c e l t i c s t r a i n i n g c a m p h i g h l i g h t s   c l n s m e d i a  
t o r o n t o   r a p t o r s   a t   b o s t o n   c e l t i c s   2 0 2 2 - 2 3   p r e s e a s o n :   h o w   t o   w a t c h ,   b r o a d c a s t ,   l i n e u p s   ( 1 0 / 5 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
⚽ | n o u v e a u   c e l t i c s   v e r t   2 0 2 2   j a y s o n   t a t u m   0 
 a u   t a r i f   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 p l a y o f f n b a  
c e l t i c s   g e t t i n g   b l a k e   g r i f f i n   i s   l i k e   g e t t i n g   s e c o n d s   f o r   d i n n e r . . .   y o u   p r o b a b l y   d i d n t   r e a l l y   n e e d   i t   b u t   y o u ' l l   t a k e   i t   a n y w a y   w i t h   a   b i g   f a t   g r i n   c e l t i c s
i t ' s   t i m e   t o   r i n g   c h a s e   i n   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r a n d o m   t h o u g h t s   a s   t h e   p r e s e a s o n   b e g i n s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   h o r n e t s   1 0 / 2 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   n o t e s :   g r i f f i n ,   s m a r t ,   s m a l l   b a l l ,   h a u s e r   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
m a r c u s   s m a r t   i n k s   p u m a   e n d o r s e m e n t   e x t e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
l e g a l   a c t i o n   t a k e n   t o   k e e p   s p u r s   i n   s a n   . . . 
   
 
   
 7 6 e r s   b a s k e t b a l l   b a s k e t b a l l n e w s   b a s k e t b a l l p o d c a s t   b l a z e r s   b u c k s   b u l l s   c a d e c u n n i n g h a m   c a v s   c e l t i c s   c h e t h o l m g r e n   c l i p p e r s   c p 3   d e v i n b o o k e r   f i n a l s   g o s p u r s g o   g r i z z l i e s   h a w k s   h e a t   h o r n e t s  
v i d e o :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t a l k s   a d d i t i o n   a n d   r o l e   o f   b l a k e   g r i f f i n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c a n ’ t   w a i t   f o r   t o m o r r o w   i   m a k e   m y   r e t u r n   t o   t h e   g a r d e n   😎 ☘ ️ ☘ ️ ☘ ️ ☘ ️   c e l t i c s   p r e s e a s o n   y k t v   b l e e d g r e e n
l m f a o   t h i s   a g e d   w e l l   🤦 🏽 ‍ ♀ ️ 🙄 🤣   k y r i e   c e l t i c s   n b a   w e t h o u g h t   y o u l i e d  
v i d e o :   f i r s t   e v e r   c e l t i c   9 1   b l a k e   g r i f f i n   t a l k s   a b o u t   w h a t   h e   c a n   b r i n g   t o   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b i l l   r u s s e l l .     c e l t i c s   h o f   l e g e n d   a u t o g r a p h   i c o l l e c t a u t o g r a p h s  
c e l t i c s   b l o w o u t   h o r n e t s   t o   k i c k   o f f   p r e s e a s o n   1 3 4   t o   9 3   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i   l o v e   w h a t   i ’ m   s e e i n g   f r o m   t h e   n b a   p r e   s e a s o n   s t r a i g h t   d a w g s   t h e y ’ v e   b e e n   w o r k i n g   a l l   s u m m e r   💯 💪 🏽   h o r n e t s   l a k e r s   c e l t i c s   g r i z z l i e s   n b a   p r e s e a s o n
t w i t t e r   h a s   d e c i d e d   b l a k e   g r i f f i n   i s   t h e   m y s t e r y   f a t h e r   t o   l a n a   r h o a d e s ’   c h i l d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
t h e   o n l y   p l a y e r s   t o   r e c o r d   a   5 0 / 4 0 / 9 0   w i t h   2 5 +   p p g   i n   a   s e a s o n :   🔥 🔥 
 
 l a r r y   b i r d :   1 9 8 6 - 8 7 ,   1 9 8 7 - 8 8 
 k e v i n   d u r a n t :   2 0 1 2 - 1 3 
 s t e p h   c u r r y :   2 0 1 5 - 1 6 
 k y r i e   i r v i n g :   2 0 2 0 - 2 1 
 
 w h o   d o   y o u   t h i n k   w i l l   b e   t h e   n e x t   p l a y e r   t o   j o i n   t h i s   e x c l u s i v e   c l u b ? 
 
 c e l t i c s   t h u n d e r   w a r r i o r s   n e t s  
i t   i s   c o m p l e t e l y   a l l o w e d   t o   o v e r h y p e   t h e   c e l t i c s   r i g h t   n o w !   b l e e d   g r e e n ! !   c e l t i c s
b l a k e   g r i f f i n   s a i d   b o s t o n ' s   a   p o p u l a r   d e s t i n a t i o n   f o r   n b a   p l a y e r s . . .   c e l t i c s  
c a n   b l a k e   g r i f f i n   g i v e   t h e   c e l t i c s   w h a t   t h e y   n e e d ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
w r a p p i n g   u p   s o o n !   t a k i n g   f i n a l   c e l t i c s   t h o u g h t s
“ w h e n   y o u r   t a l e n t   l e v e l   a n d   y o u r   h u m i l i t y   a n d   s e l f - a w a r e n e s s   a l i g n ,   t h e n   i   t h i n k   y o u   c a n   m a x i m i z e   y o u r   t i m e   i n   t h e   l e a g u e .   e v e n   a   g u y   w h o ’ s   p l a y e d   1 3   y e a r s ,   n o t h i n g   i s   g i v e n .   y o u   s t i l l   h a v e   t o   c o m e   i n   a n d   d o   y o u r   w o r k .   b e   a   g o o d   t e a m m a t e .   b e   a   l e a d e r . ”   -   b l a k e   g r i f f i n ,   c e l t i c s
2 0 0 2 - 0 3   u p p e r   d e c k   s p   a u t h e n t i c   5   p a u l   p i e r c e     b o s t o n c e l t i c s   c e l t i c s   h o f 
 
 $ 3   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
a l r i g h t ,   w e ’ r e   r e a l l y   d o i n g   t h i s   🤩 
 
 b l e e d g r e e n   c e l t i c s  
j a y l e n   b r o w n   p r a i s e s   m a l c o l m   b r o g d o n   i n   c e l t i c s '   d e b u t :   ' h e ’ s   d e f i n i t e l y   j u s t   g o i n g   t o   m a k e   u s   b e t t e r   o v e r a l l '   
 
 c e l t i c s   🏀 
 b o s t o n c e l t i c s   🏟 
 n b a   n b a t w i t t e r   
 
  
n b a   f u t u r e   
 b o s t o n   c e l t i c s   o 5 3 . 5   w i n s   ( - 1 0 5 )   3 u   
 w i l l   a d d   a   f e w   m o r e   u n i t s   o n   t h i s   b e f o r e   t h e   s e a s o n   s t a r t s   
 b o s t o n   c e l t i c s   f u t u r e b e t   n b a f u t u r e s   s p o r t s b e t t i n g   g a m b l i n g t w i t t e r   a c t i o n n e t w o r k  
b l a k e   g r i f f i n   i s   t h e   f i r s t   p l a y e r   i n   c e l t i c s   h i s t o r y   t o   w e a r   j e r s e y   n o .   9 1  
w h a t   d o   y o u   a l l   t h i n k   a b o u t   d e r r i c k   w h i t e   s t a r t i n g ?   c e l t i c s 
 
 t e l l   u s   i n     s p a c e s   
 ⏩   ⏩    
  i t ’ s   a l l   a b o u t   t h o s e   e y e s !       c e l t i c s   b l e e d g r e e n
c e l t i c s '   b l a k e   g r i f f i n :   a d m i r a t i o n   f r o m   b o s t o n   l o c k e r   r o o m   ' a   d i f f e r e n t   a t m o s p h e r e '   t h a n   i ' m   u s e d   t o   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
  a w e s o m e   t o   s e e   _ a d a m s   i n     c e l t i c s  
b l a k e   g r i f f i n ' s   n e w   j e r s e y   n u m b e r   w i t h   c e l t i c s   p a y s   t r i b u t e   t o   d e n n i s   r o d m a n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c g c   9 . 6   n e w s s t a n d   d e c e m b e r   1 4   1 9 9 2 - m a g i c   a n d   l a r r y .   d e f i n i t e l y   o n e   o f   t h e   c o o l e s t   c o v e r s   s i   e v e r   p u t   o u t .   🔥 🔥 👀   c g c m a g s   c e l t i c s   l a k e r s   n b a  
i ’ m   g o i n g   t o   h e a d   o v e r   i n   f e w .   s t o p   b y   f o r   s o m e   g o o d   c e l t i c s   t a l k .   ☘ ️  
i ’ m   g o i n g   t o   h e a d   o v e r   i n   a   f e w   c e l t i c s  
h e   g e t s   i t .   l e t ’ s   g o   c e l t i c s  
l i v e   n o w   t a l k i n g   c e l t i c s ,   b l a k e   a n d   a   l i t t l e   n e t s
🚨 t w i t t e r   s p a c e s   w /     & a m p ;   _ s w a y   r i g h t   n o w ! 
 
 🏀 c e l t i c s   v s   h o r n e t s   r e c a p 
 🏀 b l a k e   g r i f f i n   o f f i c i a l l y   s i g n s   ✍ ️ 
 🏀 c a m p   t a k e a w a y s 
 🏀 q & a m p ; a !   
 
 🗣 ️ 📲 j o i n   u s   h e r e :   
 
 ⚡ ️ b y   _ a g ,     & a m p ;    
j a y s o n   t a t u m   a n d   j o e   m a z z u l l a   h a d   a   g o o d   t i m e   o n   s u n d a y   c e l t i c s  
🚨 t w i t t e r   s p a c e s   w /     & a m p ;   _ s w a y   a t   8 : 3 0 p m   e t ! 
 
 j o i n   b o b b y   a n d   j o s u e   o f   ! 
 
 🏀 c e l t i c s   v s   h o r n e t s   r e c a p 
 🏀 b l a k e   g r i f f i n   o f f i c i a l l y   s i g n s   ✍ ️ 
 🏀 c a m p   t a k e a w a y s 
 🏀 q & a m p ; a !   
 
 j o i n   u s   h e r e :   
 
 ⚡ ️ b y   _ a g ,     & a m p ;    
t a l k i n g   c e l t i c s   o n   s p a c e s   @   8 : 3 0   w i t h   _ s w a y   a n d   y o u .   p r e s e a s o n ,   b l a k e   & a m p ;   w e ’ l l   w a t c h   s o m e   n e t s .   
 
 s t a y   t u n e d  
📣   n e w   p o d c a s t !   " e p i s o d e   1 0 2   -   b o s t o n   b a l l i n g   i t   w i t h   g a b b y   h u r l b u t "   o n     b o s t o n   b o s t o n b a l l i n g   b s 3 n e t w o r k   b s 3 t v   c e l t i c s   f o r e v e r n e   g o p a t s   i m e u d o k a   m n f   m o n d a y   n b a   n b a t w i t t e r   n f l   p a t r i o t s   p o d c a s t   p o d e r n f a m i l y   p o d n a t i o n   r e d s o x  
b l a k e g r i f f i n   w i l l   w e a r   n o   9 ⃣ 1 ⃣   i n   h o n o r   o f   d e n n i s r o d m a n ! 
 
 n b a t w i t t e r l i v e   n b a t w i t t e r   b o s t o n   c e l t i c s   b o s t o n c e l t i c s   g r i f f i n   b l e e d g r e e n   d e n n i s   r o d m a n   r o d z i l l a   w o r m  
m f i o n d u   k a b e n g e l e   h a s   t h e   q u a l i t i e s   t o   b e   a   t r u e   g a m e   c h a n g e r .   s i m i l a r   t o   h o w   r o b   w i l l i a m s   i s   w h e n   h e ’ s   o n   t h e   c o u r t   b u t   i n   a   d i f f e r e n t   w a y .   h e   c a n   s h o o t ,   s c o r e ,   a n d   d e f e n d .   d i v e s   o n   t h e   f l o o r   f o r   a   l o s e   b a l l   i n   p r e s e a s o n .   k a b   w a n t s   t o   w i n   e v e r y   m i n u t e   h e ’ s   o u t   t h e r e   c e l t i c s
l u k e   k o r n e t   d o i n g   s o m e   r e h a b   w o r k   o n   h i s   l e f t   a n k l e .   i ’ d   l i k e   t o   t h i n k   h e ’ l l   b e   a v a i l a b l e   f o r   t h e   s t a r t   o f   t h e   r e g u l a r   s e a s o n ,   b u t   o n l y   t i m e   w i l l   t e l l   c e l t i c s  
b l a k e   g r i f f i n   o n   w h a t   s h o c k e d   h i m   a b o u t   t h e   c e l t i c s   - -   " i t ' s   a   d i f f e r e n t   a t m o s p h e r e   t h a n   i ' m   s o r t   o f   u s e d   t o ,   i n   a   g o o d   w a y .   p r a c t i c e   w a s   f o c u s e d ,   v e r y   e n c o u r a g i n g ,   a n d   h e l p f u l . "   👀 
 

t h e   c e l t i c s '   l u c k   m i g h t   b e   c h a n g i n g . . . 
 
 
 
 c l i c k   t h e   l i n k   f o r   m o r e   o n   t h e   t e a m .   d r o p   y o u r   c e l t i c s   p r e d i c t i o n s   i n   t h e   r e p l i e s . 
 
 s p o r t s   n b a   b a s k e t b a l l   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
  t h e r e   h e   i s   💪 .   e m b r a c i n g   b o s t o n   a n d   t h e   o p p o r t u n i t y   w i t h   t h e   c e l t i c s
  t h e   y e a r   h e   e n t e r e d   t h e   l e a g u e ?   🤣 🤣   w e l c o m e   t o   c e l t i c s   ! ! ☘ ️ ☘ ️
m a l c o l m   b r o g d o n   s h a r e s   i n i t i a l   i m p r e s s i o n s   f o l l o w i n g   f i r s t   g a m e   w i t h   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  t h e   o n l y   9 1   i   r e m e m b e r .     t h e   o t h e r   t h i n g . . . c e l t i c s   h a v e   r e t i r e d   a   l o t   o f   n u m b e r s   i n   f r a n c h i s e   h i s t o r y .     p l u s . . . y o u ' l l   n o t i c e   6   o n   b o t h   e n d s   o f   t h e   c e l t i c s   t r a d e m a r k   p a r q u e t   f l o o r   i n   h o m a g e   o f   b i l l   r u s s e l l   t h i s   s e a s o n .  
t h a t   t i m e   o f   y e a r .   c e l t i c s   h a v e   a   4 t h   y e a r   o p t i o n   o n   p a y t o n   p r i t c h a r d   t h e y ’ l l   a l m o s t   c e r t a i n l y   p i c k   u p   f o r   2 3 - 2 4   ( $ 4 . 0 m ) .  
m a r c u s   s m a r t   o n   u d o k a   s i t u a t i o n :   w e   d o n ' t   k n o w   a n y t h i n g ,   i t ' s   n o t   m y   b u s i n e s s   a n d   i   d o n ' t   w a n t   i t   t o   b e   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   o n   u d o k a   s i t u a t i o n :   w e   d o n ' t   k n o w   a n y t h i n g ,   i t ' s   n o t   m y   b u s i n e s s   a n d   i   d o n ' t   w a n t   i t   t o   b e   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s m a r t   s h r u g g e d   a n d   o f f e r e d   h a l f   a   l a u g h   w h e n   i t   w a s   s u g g e s t e d   i t   m i g h t   b e   a   l i t t l e   h a r d   t h a t   b a r n e s   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
o n   m o n d a y   m o r n i n g ,   1 5   d a y s   b e f o r e   t h e   s e a s o n - o p e n e r ,   g r i f f i n   o f f i c i a l l y   s i g n e d   w i t h   t h e   b o s t o n   c e l t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r i f f i n   e x p e r i e n c e d   t h e   w r a t h   o f   t h a t   y o u n g   c o r e   l a s t   s p r i n g   w h e n   h e   a n d   t h e   b r o o k l y n   n e t s   w e r e   s w e p …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   c i t e s   n b a   l e g e n d   a s   r e a s o n   f o r   u n i q u e   c e l t i c s   n u m b e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   j o i n s   ‘ w e l c o m i n g ’   c e l t i c s   l o o k i n g   t o   s e i z e   o p p o r t u n i t y   h e   c o u l d n ’ t   p a s s   u p   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
b l a k e   g r i f f i n   e m b r a c e s   b e n c h   r o l e   w i t h   c e l t i c s ,   w a n t s   t o   ‘ h e l p   t h i s   t e a m   w i n   a   c h a m p i o n s h i p ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   d i s c u s s e s   n e w   r o l e   w i t h   c e l t i c s ,   h i s   j o u r n e y   t o   b o s t o n ,   a n d   p l a y i n g   j o e   m a z z u l l a   i n   c o l l e g e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   t o   m e   o n   c e l t i c s :   “ i t ’ s   a   d i f f e r e n t   a t m o s p h e r e   t h a t   i ’ m   s o r t   o f   u s e d   t o ,   i n   a   g o o d   w a y .   p r a c t i c e   w a s   f o c u s e d ,   v e r y   e n c o u r a g i n g   a n d   h e l p f u l .   y o u   d o n ’ t   t a k e   t h a t   f o r   g r a n t e d ,   b e c a u s e   i t ’ s   n o t   a l w a y s   t h e   c a s e   e v e r y w h e r e   y o u   g o . ” 
 
 f u l l   i n t e r v i e w   t o d a y :    
b o s t o n   c e l t i c s :   i m e   u d o k a   ‘ m a y   n e v e r   a g a i n   b e   a   h e a d   c o a c h   i n   t h e   n b a ’   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m y   1   t a k e   f r o m   m y   c e l t i c s   p r e s e a s o n   g a m e :   j a y s o n   t a t u m ' s   h a i r   i s   b r o w n . . .
c e l t i c s   n o t e b o o k :   g r i f f i n   r e a d y   t o   p l a y   a n y   r o l e   n e c e s s a r y   f o r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
i o n a   p r e p   g r a d   m a t t   r y a n   i n   l a k e r s   c a m p     a r c h n y   c h s a a _ n y c   i o n a p r e p   l a k e r s   c e l t i c s   n b a   n o t r e d a m e
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
.   p u t t i n g   i n   w o r k   w i t h     a t   p r a c t i c e   t o d a y   👀 
 
 c e l t i c s  
( 2 n d   o c t o b e r   2 0 2 2 )   n b a   p r e s e a s o n   b e s t   p l a y s . 
 f u l l   v i d e o   l i n k :   
 
 
 n b a   n b a 2 k 2 3   n b a j a p a n g a m e s 2 0 2 2   3 6 e r s   b o s t o n c e l t i c s   c e l t i c s   h o r n e t s   l a m e l o b a l l   c r a i g r a n d a l l   r a n d a l l  
i m a g i n e   i f   t h i s   h a p p e n e d   👀   c e l t i c s  
i   w r o t e   t h i s   i n   j u l y .   t h i n g s   t a k e   a   t i m e   t o   u n f o l d   👀   c e l t i c s   

h o w   g o o d   w a s   b o b   c o u s y ?   t h e   f a l s e   m e d i a   n a r r a t i v e s   v e r s u s   t h e   r e a l i t y .   h e r e ’ s   w h a t   j . j .   r e d i c k   w i l l   n e v e r   t e l l   y o u   ☘ ️ 🔥   c e l t i c s   b o s t o n   n b a   
 
 🏀    
w i l d e s t   t h i n g   t h e   c e l t i c s   b r o a d c a s t   d i d ! 😂   
   c e l t i c s   b r o a d c a s t   m a s s a c h u s e t t s  
b l a k e   g r i f f i n   a d m i t s   h e   w a s   p l e a s a n t l y   s u r p r i s e d   w i t h   h o w   w e l c o m e   h e   f e e l s   w i t h   t h e   c e l t i c s .   i   t h i n k   i t ’ s   f a i r   t o   s a y   h e ’ s   e x c i t e d   t o   b e   h e r e  
b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d s   c e l t i c s   p a s t   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h y   b l a k e   g r i f f i n   w a s   ' s u r p r i s e d '   b y   c e l t i c s '   l o c k e r   r o o m   a t m o s p h e r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   e x p l a i n s   w h y   h e   s i g n e d   w i t h   c e l t i c s   d u r i n g   l e n g t h y   f r e e   a g e n c y   p r o c e s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
    “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
" i   t h i n k   h e ' l l   f i t   r i g h t   i n . " 
 
 j o e   m a z z u l l a   t a l k s   a b o u t   t h e   a d d i t i o n   o f   b l a k e   g r i f f i n   t o   t h e   c e l t i c s  
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
    “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
b o s t o n   c e l t i c s   o p e n   t h e i r   p r e s e a s o n   w i t h   a   s t a t e m e n t   w i n   o v e r   h o r n e t s   |   . . .     v i a     
 
 n b a t w i t t e r   b o s t o n c e l t i c s   c e l t i c s   c e l t i c s w i n
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
t h i s   i s   b l a k e   g r i f f i n 
 t h i s   i s   r o y a l t y 
 c e l t i c s   c h i l d i s h g a m b i n o   g o i n g a l l t h e w a y   f i n a l s
" i t ' s   a   d i f f e r e n t   a t m o s p h e r e   t h a n   i ' m   u s e d   t o .   i n   a   g o o d   w a y . " 
 
 b l a k e   g r i f f i n   t a l k s   " w e l c o m i n g "   a t m o s p h e r e   w i t h   t h e   c e l t i c s   a f t e r   h i s   f i r s t   p r a c t i c e   i n   b o s t o n ,   a n d   h i s   f i r s t   i m p r e s s i o n s   o f   j o e   m a z z u l l a   a s   a   h e a d   c o a c h   ☘ ️  
f i n a l l y   g o t   a   c h a n c e   t o   g o   t o   b o s t o n   m i d   n o v e m b e r   a n d   i   f i n d   o u t   t h e   c e l t i c s   a r e n ' t   i n   t o w n   😒   a n y   b o s t o n i a n s   h a v e   a n y   s u g g e s t i o n s   f o r   m u s t   s e e ,   v i s i t ,   o r   e a t   w h i l e   i ' m   t h e r e ?
b o s t o n   c e l t i c s :   r e c e n t   6 x   a l l - s t a r   s i g n i n g   n o t   e x p e c t e d   t o   s t a r t   f o r   c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a s k e d   b l a k e   g r i f f i n   a b o u t   c o n v e r s a t i o n s   a n d   e a r l y   i m p r e s s i o n s   w i t h   h i s   c e l t i c s   t e a m m …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i ' m   s t i l l   c o n f u s e d   a b o u t   h o w   p e o p l e   t h i n k     i s n ' t   t h e   b e s t   p l a y e r   o n   t h e   c e l t i c s   🧐 🧐
b l a k e   g r i f f i n   w i l l   w e a r   n o .   9 1   f o r   t h e   c e l t i c s ,   a s   a   s a l u t e   t o   d e n n i s   r o d m a n .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   w i l l   b e   t h e   f i r s t   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   t o   w e a r   9 1 .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s :   c e l t i c s   s i g n   g r i f f i n 

p o i n t s   o n   t h e   b o a r d   –   n b a   o f f - s e a s o n   d r a m a 
 
 d e n n i s   v e l a s c o   j o i n s   b i g   j o h n   t o   d i s c u s s   i m e   u d o k a   a n d   r o b e r t   s a r v e r ,   a s   w e l l   a s   t h e   r o l e   o f   c o a c h e s   i n   p l a y e r s '   l i v e s . 
 
 s p o r t s a n d p o l i t i c s   f a n t a s y b a s k e t b a l l   n b a   d f s   c e l t i c s   s u n s 
 
  
b l a k e   g r i f f i n   g i v i n g   m e     v i b e s   i n   c e l t i c s   g r e e n  
a l s o   n o t   s u r e   w h a t   t h e   o u t t a   s h a p e   s t u f f   i s   a b o u t . . i   k n o w   d i f f e r e n c e   b e t w e e n   g a m e   s h a p e . a n d   o f f - s e a s o n . . b u t   b l a k e   l o o k s   a s   g o o d   a s   e v e r !   n b a   c e l t i c s
b l a k e   g r i f f i n   r e v e a l s   c e l t i c s   j e r s e y   n u m b e r ,   a n d   h i s   r e a s o n   i s   f a n t a s t i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a i l b a g :   t e a m m a t e s   t h i n k   s a m   h a u s e r   c o u l d   s u r p r i s e   t h i s   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a m a z i n g   c e l t i c s   t a t u m  
w e l c o m e   a b o a r d   b l a k e   g r i f f i n . . .   f i n a l l y   m a d e   i t   t o   t h e   g r e a t   s i d e !   c e l t i c s  
b l a k e   g r i f f i n   s h a r e s   h i s   i n i t i a l   i m p r e s s i o n s   o f   n e w   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a 
 
 g r i f f i n   a l s o   m a d e   i t   a   p o i n t   t o   r e m i n d   h i s   h e a d   c o a c h   a b o u t   w h a t   h a p p e n e d   w h e n   t h e   t w o   s q u a r e d   o f f   a t   t h e   c o l l e g i a t e   l e v e l ,   p l a y i n g   f o r   o k l a h o m a   a n d   w v u ,   r e s p e c t i v e l y . 

t h a t ’ s   a c t u a l l y   t o u g h .   i   l o v e   i t !   c e l t i c s  
l i v e   g a r d e n   r e p o r t :   c e l t i c s   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s p o s t g a m e s h o w   c h a r l o t t e h o r n e t s   c l n s   c l n s c e l t i c s p o s t g a m e   c l n s m e d i a   c l n s p o s t g a m e  
n e w :   b l a k e   g r i f f i n   h a s   b e e n   t a k e n   a b a c k   b y   t h e   w e l c o m i n g   a t m o s p h e r e   a f t e r   s i g n i n g   w i t h   t h e   c e l t i c s   " i t ' s   n o t   a l w a y s   t h e   c a s e   e v e r y w h e r e   y o u   g o . "    
" t h i s   w a s   t h e   k i n d   o f   o p p o r t u n i t y   y o u   c o u l d n ' t   p a s s   u p . " 
 
 b l a k e   g r i f f i n   t a l k s   a b o u t   h i s   d e c i s i o n   t o   s i g n   w i t h   t h e   c e l t i c s   
 
 p r e s e n t e d   b y   y o u r   n e w   e n g l a n d   f o r d   d e a l e r s  
c e l t i c s   n e w s :   t e a m   w i l l   l e t   i m e   u d o k a   p u r s u e   n e w   c o a c h i n g   j o b s 
 
 s o u n d s   l i k e   t h e   t e a m   w o u l d   b e   o k a y   w i t h   r i d d i n g   t h e m s e l v e s   c o m p l e t e l y   o f   u d o k a ?   
 
 d o e s   t h a t   m e a n   t h e y   d o n ' t   t h i n k   m u c h   o f   h i s   r u n   l a s t   s e a s o n ? 
 
 n b a   f a n t a s y b a s k e t b a l l   d f s 
 
  
a   s e l f - a w a r e   b l a k e   g r i f f i n   s a y s   h e   w a n t s   t o   ' f i l l   t h e   g a p s '   t o   h e l p   t h e   c e l t i c s   c h a m p i o n s h i p   p u r s u i t 

g r i f f i n   c h o s e   n u m b e r   9 1   i n   h o n o r   o f   d e n n i s   r o d m a n .   c e l t i c s  
b o s t o n   h a s   a   ‘ d i f f e r e n t   a t m o s p h e r e   t h a n   i ’ m   u s e d   t o , ’   s a y s   n e w e s t   c e l t i c   b l a k e   g r i f f i n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   i s   s o   e x c i t e d   t o   b e   o n   t h e   c e l t i c s   t h a t   h e   f u m b l e d   h i s   w o r d s   a n d   e v e n   m a d e   u p   a   w o r d   d u r i n g   h i s   f i r s t   i n t e r v i e w   w i t h   t h e   m e d i a   a t   c e l t i c s   p r a c t i c e .   l o v e   t o   s e e   i t .
b o s t o n   h a s   a   ' d i f f e r e n t   a t m o s p h e r e   t h a n   i ’ m   u s e d   t o , '   s a y s   n e w e s t   c e l t i c   b l a k e   g r i f f i n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   s i g n   b l a k e   g r i f f i n   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
t h e   c e l t i c s   l o o k e d   t o   i m p r o v e   t h e i r   d e p t h   w i t h   t h e   r e c e n t   s i g n i n g   o f   b l a k e   g r i f f i n ,   a n d   t h i s   s t a t   c o u l d   b e   a   m a j o r   r e a s o n   w h y   t h e   v e t e r a n   f o r w a r d   w a s   b r o u g h t   i n t o   b o s t o n . 
 
   |   n b a   |    
b l a k e   g r i f f i n   i m p r e s s e d   w i t h   c e l t i c s   m a t u r i t y ,   r e a d y   t o   p l a y   w h a t e v e r   r o l e   t e a m   n e e d s   h i m   t o   f i l l  
c e l t i c s   p l a y e r s   k n o w   f e w   d e t a i l s   a b o u t   i m e   u d o k a ’ s   s i t u a t i o n   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
n e w :   b l a k e   g r i f f i n   s a i d   h e   d i d   n o t   e x p e c t   t o   s i g n   w i t h   a n   n b a   t e a m   u n t i l   a f t e r   t r a i n i n g   c a m p .   t h i n g s   c h a n g e d   h o w e v e r   w h e n   t h e   c e l t i c s   c a m e   k n o c k i n g   f o r   t h e   s e c o n d   t i m e   i n   t h r e e   y e a r s  
n e w   e p i s o d e   🚨 🚨 
 
 a p p l e : 
 s p o t i f y : 
 
 🏈 :   p a t r i o t s   s h o w   h e a r t   i n   g b 
 🏀 :   c e l t i c s   p r e s e a s o n   b l o w o u t ,   g r i f f i n   s i g n s   o n 
 🏒 :   n h l b r u i n s   w i t h   p l e n t y   o f   o p t i o n s
a s k e d   b l a k e   g r i f f i n   a b o u t   c o n v e r s a t i o n s   a n d   e a r l y   i m p r e s s i o n s   w i t h   h i s   c e l t i c s   t e a m m a t e s ,   a n d   h e   s a i d   t h e r e ' s   a   g r e a t   m a t u r i t y   i n   t h i s   r o o m .   i t ' s   d i f f e r e n t   t h a n   w h a t   h e ' s   u s e d   t o ,   h e   s a i d .
b l a k e   g r i f f i n   w i l l   w e a r   9 1   w i t h   t h e   c e l t i c s ,   a s   a   t r i b u t e   t o   d e n n i s   r o d m a n .
b l a k e   g r i f f i n   ( )   w i l l   w e a r   n o .   9 1   f o r   t h e   c e l t i c s .   n u m b e r   n e v e r   w o r n   i n   f r a n c h i s e   h i s t o r y .   n b a  
b l a k e   g r i f f i n   w i l l   w e a r   n o .   9 1   f o r   t h e   c e l t i c s ,   a s   a   s a l u t e   t o   d e n n i s   r o d m a n .
b l a k e   g r i f f i n   d o e s n ’ t   l o o k   t o o   b a d   i n   g r e e n   🍀   c e l t i c s  
g o i n g   t o   t a k e   s o m e   t i m e   g e t t i n g   u s e d   t o   t h i s .   c e l t i c s  
5   g a m e s   s e p a r a t e d   t h e   t o p   5   e a s t e r n   c o n f e r e n c e   t e a m s   l a s t   s e a s o n 
 1 -   h e a t     ( 5 3 - 2 9 ) 
 2 -   c e l t i c s     ( 5 1 - 3 1 ) 
 3 -   b u c k s     ( 5 1 - 3 1 ) 
 4 -   7 6 e r s     ( 5 1 - 3 1 ) 
 5 -   r a p t o r s     ( 4 8 - 3 4 ) 
 b u l l s   ( 4 6 - 3 6 )   h a d   a   t o n   o f   i n j u r i e s   
 n e t s   ( 4 4 - 3 8 )   w i l l   a d d   b e n   s i m m o n s 
 h a w k s   ( 4 3 - 3 9 )   h a v e   a d d e d   d .   m u r r a y   
 n b a
w h a t   d o e s   t h e   b o s t o n   c e l t i c s ’   1 3 4 - 9 3   p r e s e a s o n   b l o w o u t   o f   t h e   c h a r l o t t e   h o r n e t s   t e l l   u s   a b o u t   t h e   s e a s o n   t o   c o m e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r i f f i n   o n   c e l t i c s   a t m o s p h e r e :   “ t h e   a m o u n t   o f   m a t u r i t y   a n d   w e l c o m i n g .   i t ’ s   a   d i f f e r e n t   a t m o s p h e r e   t h a t   i ’ m   s o r t   o f   u s e d   t o ,   i n   a   g o o d   w a y .   p r a c t i c e   w a s   f o c u s e d ,   v e r y   e n c o u r a g i n g   a n d   h e l p f u l .   y o u   d o n ’ t   t a k e   t h a t   f o r   g r a n t e d   b e c a u s e   i t ’ s   n o t   a l w a y s   t h e   c a s e   e v e r y w h e r e   y o u   g o ”
e a s t e r n   c o n f e r e n c e   p o w e r   r a n k i n g s : 
 1 -   b u c k s 
 2 -   c e l t i c s 
 3 -   7 6 e r s   
 4 -   c a v a l i e r s   
 5 -   n e t s   
 6 -   h e a t   
 7 -   r a p t o r s   
 8 -   b u l l s 
 9 -   h a w k s   
 1 0 -   h o r n e t s   
 1 1 -   p i s t o n s   
 1 2 -   k n i c k s   
 1 3 -   w i z a r d s   
 1 4 -   p a c e r s   
 1 5 -   m a g i c 
 n b a   n b a p r e s e a s o n
c e l t i c s   m a k e   b l a k e   g r i f f i n   s i g n i n g   o f f i c i a l   v i a   p r e s s   r e l e a s e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   r e v e a l s   h e   w a s   s e c r e t l y   l i s t e n i n g   o n   t h e   p h o n e   w h e n   a n   n b a   g m   w a s   t a l k i n g   a b o u t   h i m   b e f o r e   t h e   2 0 1 6   n b a   d r a f t :   " w e ' r e   w o r r i e d   t h a t   h e   i s   j u s t   t o o   s m a r t . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
i   a l s o   a s k e d   h i m   h i s   i n i t i a l   i m p r e s s i o n s   o f   j o e   m a z z u l l a   a s   a   h e a d   c o a c h . 
 
 g r i f f i n :   “ v e r y ,   v e r y   r e a d y . ”   h e   b r o u g h t   u p   h o w   d e t a i l   o r i e n t e d   m a z z u l l a   i s .   c e l t i c s
b l a k e   g r i f f i n   s a y s   h e ’ s   r e a d y   f o r   a n y   r o l e   t h e   t e a m   n e e d s   h i m   t o   f i l l   a n d   p h y s i c a l l y ,   h e ’ s   p r e p a r e d   f o r   a   h e a v i e r   w o r k l o a d   w h i l e   r o b   w i l l i a m s   i s   o u t ,   i f   t h a t ’ s   t h e   d i r e c t i o n   t h e   c e l t i c s   w a n t   t o   g o .
v e r s a t i l i t y   o n   d i s p l a y   i n   v i c t o r y   o v e r   t h e   c h a r l o t t e   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h a t   d o e s   t h e   b o s t o n   c e l t i c s '   1 3 4 - 9 3   p r e s e a s o n   b l o w o u t   o f   t h e   c h a r l o t t e   h o r n e t s   t e l l   u s   a b o u t   t h e   s e a s o n   t o   c o m e ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   m a k e   b l a k e   g r i f f i n   s i g n i n g   o f f i c i a l   v i a   p r e s s   r e l e a s e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   h a s   a r r i v e d ! 
 
 c e l t i c s 
 
 ( 📸   )  
t h e   b o s t o n   c e l t i c s   r e v e a l   a   n e w   a n d   i m p r o v e d   c o u r t   d e s i g n 🔥 🔥 🔥   c e l t i c s   n b a   n b a t w i t t e r     b i l l r u s s e l l  
b l a k e   i n   g r e e n .   c e l t i c s  
j a y l e n   b r o w n   a n d   m f i o n d u   k a b e n g e l e   w o r k i n g   p i c k - a n d - r o l l   f o l l o w i n g   c e l t i c s   p r a c t i c e  
j a y l e n   b r o w n   i s   g o n n a   t a k e   o v e r   t h i s   c e l t i c s   s q u a d   t h i s   y e a r .   h i s   1 s t   g a m e   o u t   t h e   g a t e   s h o w s   h e   r e a d y ! 
  
a n a l y s t :   ‘ b o s t o n   c e l t i c s   l o o k   l i k e   p o s t - j a n u a r y   c s   u n d e r   j o e   m a z z u l l a ’   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
g e t   r e a s y   f a s t .     b i t c o i n   c r y p t o   r e d s o x   c e l t i c s   n u g g e t s   c u b s   4 9 e r s   w a r r i o r s   d o d g e r s   y a n k e e s   m e t s   g i a n t s   m a r i n e r s   t w i n s   t i g e r s   b r e w e r s   g r e e n b a y p a c k e r s   m e s s i   r o n a l d o   m a n c h e s t e r u n i t e d   m a n c h e s t e r c i t y   l e e d s u n i t e d   b a r c e l o n a   t r u m p
w e l c o m e   t o   b o s t o n ,     g r i f f i n   ☘ ️   📝   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  h e   w a s   g o o d   a t   o n e   t i m e   b u t   h e ’ s   b e e n   o n   s o   m a n y   t e a m s   . .   j u s t   n o t   s u r e   w h a t   h e ’ s   g o t   l e f t ! !     b u t . .   w e   a b o u t   t o   s e e .   😆 💚 💚 💚     c e l t i c s
m a r c u s   s m a r t :   ' w e   d o n ' t   k n o w   a n y t h i n g '   a b o u t   i m e   u d o k a   s i t u a t i o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
p a u l   p i e r c e   a l m o s t   l e f t   t h e   b o s t o n   c e l t i c s   t o   t e a m   u p   w i t h   d i r k   n o w i t z k i   j u s t   o n e   y e a r   b e f o r e   t h e y   w o n   t h e   c h a m p i o n s h i p :   " i ' m   y o u r   m i s s i n g   p i e c e . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c e l t i c s   h a v e   h a d   n i a   l o n g ,   k h l o e   k a r d a s h i a n   a n d   l a n a   r h o a d e s ’   b a b y   d a d d i e s   a l l   i n   t h e   l a s t   2   y e a r s
b l a k e g r i f f i n   t o   t h e   c e l t i c s  
n b a   r o u n d u p :   b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d s   c e l t i c s   p a s t   h o r n e t s 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

n o t   b o s t o n   c e l t i c s   a n d   b r o o k l y n   n e t s   t r a d i n g   a l l   t h e s e   p l a y e r s   a n d   s t a f f   b a c k   a n d   f o r t h   l o l .
r e s t   i n   p e a c e   b i l l   r u s s e l l   -     n b a   n b a f i n a l s   n b a f i n a l s m v p   j e r r y w e s t   l e b r o n j a m e s   l a r r y b i r d   c e l t i c s   b o s t o n   b o s t o n c e l t i c s     b l a c k n e w s   b l a c k p o l i t i c s   b l a c k m e d i a   b l a c k v i e w s
b o y   t h e y   o n   b l a k e   g r i f f i n   a s s   a l r e a d y   😂   c e l t i c s
t h e   c e l t i c s   h a v e   o f f i c i a l l y   s i g n e d   b l a k e   g r i f f i n .   e n   r o u t e   t o   p r a c t i c e   w h e r e   h e   s h o u l d   b e   a v a i l a b l e   f o r   t h e   f i r s t   t i m e .   c o v e r a g e  
c e l t i c s   m a i l b a g :   t e a m m a t e s   t h i n k   s a m   h a u s e r   c o u l d   s u r p r i s e   t h i s   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t w o   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ’ s   2 0   g r e a t e s t   p o w e r   f o r w a r d   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   i s   a   h u g e   m f i o n d u   k a b e n g e l e   g u y   c e l t i c s   🍀   

e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 6   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l a r r y   b i r d .   t h r e e   c o n s e c u t i v e   m v p s .   c e l t i c s    
i t ’ s   t i m e   t o   r i n g   c h a s e   i n   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t a c o j a y _ s u p e r s t a r 🏀 🔥 
 
 🔸 f l o o r   p r i c e   0 , 0 4   $ e t h 
 🔸 p o l y g o n   n e t w o r k 
 🔸 b a s k e t t a r i   n f t   c o l l e c t i o n   a v a i l a b l e   o n   o p e n s e a   
 
 n f t s   n f t c o m m u n i t y   n f t c o l l e c t i o n   n f t d r o p   n f t g i v e a w a y   p f p   b a s k e t b a l l   n b a t w i t t e r   j a y s o n t a t u m   b o s t o n c e l t i c s   c e l t i c s   c e l t i c s n a t i o n 
 

c e l t i c s   l i n e u p   i s   q u i t e   a n   u p g r a d e   f r o m   p a s t   s e a s o n ,   w i t h   t h e   d e p t h   a n d   c h e m i s t r y   b e i n g   m o s t   i m p r e s s i v e .   w e   a r e   i n   f o r   a   s p e c i a l   s e a s o n .   b a n n e r 1 8
h o w   i   f e e l   a f t e r   o u r   f i r s t   p r e s e a s o n   g a m e   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
s p o r t s   d i g e s t :   b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d   c e l t i c s   p a s t   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i c y m i ,   a   d e e p   d i v e   i n t o   w h a t   s t o o d   o u t   f r o m   t h e   c e l t i c s   d r u b b i n g   o f   t h e   h o r n e t s   i n   t h e i r   p r e s e a s o n   o p e n e r . 

c e l t i c s   d i v e 
 g u a r d s -   s m a r t & g t ; w h i t e & g t ; b r o g d o n & g t ; p r i t c h a r d   ( y e s   h e   i s   p a r t   o f   t h e   r o t a t i o n ) 
 w i n g s -   b r o w n   a n d   t a t u m   s e t   i n   s t o n e 
 b i g s -   a l   h o r f o r d & g t ; g r a n t   w i l l i a m s & g t ; b l a k e   g r i f f i n 
 c e l t i c s t a l k   b o s t o n c e l t i c s   c e l t i c s
h o w   m u c h   d i d   j a y l e n   b r o w n ' s   f i t   s e t   h i m   b a c k ?   
 
 c e l t i c s   🏀 
 b o s t o n c e l t i c s   🏟 
 n b a   n b a t w i t t e r   
 

o n   t h e   l a t e s t   e p i s o d e   o f   " i s s u e s   & a m p ;   a n s w e r s " ,   w e   d i s c u s s e d : 
 
 -   t h e   l a t e s t   s c a n d a l s   o f   c e l t i c s   c o a c h   i m e   u d o k a   & a m p ;   n f l   l e g e n d   b r e t t   f a v r e 
 -   a   s p i r i t e d   d i s c u s s i o n   o n   t h e w o m a n k i n g   c o n t r o v e r s y 
 -   a   t r i b u t e   t o   j a z z   l e g e n d   p h a r o a h   s a n d e r s   & a m p ;   h i p h o p   l e g e n d   c o o l i o 

h a p p y   b i r t h d a y   t o   t h e   r o o k     ! !   y o u   s h o w e d   s o m e   g o o d   f l a s h e s   i n   t h a t   f i r s t   p r e - s e a s o n   g a m e ! ! 
 ☘ ️ 🏀   c e l t i c s
v o n l e h   h a d   9   b o a r d s   y e s t e r d a y   i n   1 3   m i n u t e s   f o r   t h e   c e l t i c s . .   i   l i k e   i t  
c o n v e r t   m f i o n d u   k a b e n g e l e   t o   t h e   1 5 - m a n   r o s t e r   a n d   g i v e   t h e   a v a i l a b l e   t w o - w a y   t o   l u k a   s a m a n i c   c e l t i c s   

t w o   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ' s   2 0   g r e a t e s t   p o w e r   f o r w a r d   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j o e   m a z z u l l a   i s   t h e y   t y p e   o f   c o a c h   p l a y e r s   w a n t   t o   p l a y   f o r   🗣 ️ 
 
 w v u   h a i l w v   c e l t i c s  
⚽ | n e w   c e l t i c s   v e r t   2 0 2 2   t a t u m   0 ⃣ 
 a u   p r i x   f o u   d e   2 1 € 
 🛒 
 
 t a t u m  
i n   o t h e r   n e w s ,   m e t s   n o w   + 7 0 0   t o   w i n   w o r l d   s e r i e s   a f t e r   l o s t   w e e k e n d   i n   a t l a n t a .   g i a n t s   1 1 0 - 1   t o   w i n   s u p e r   b o w l   d e s p i t e   y e s t e r d a y ' s   w i n .   c e l t i c s   s t i l l   f a v o r e d   t o   w i n   n b a   t i t l e   d e s p i t e   u d o k a   s c a n d a l .   w a r r i o r s   + 7 0 0   t o   r e p e a t   a s   n b a   c h a m p s   a s   l e g a l i z e d   g a m b l i n g   n e a r s   r e f e r e n d u m
b r o g d o n :   t h e r e ’ s   d e f i n i t e l y   f r e e d o m 
 i n   m y   m i n d   o f   n o t   h a v i n g   t o   b e   t h e   g u y   t h a t ’ s   s c o r i n g   a l l   t h e   p o i n t s .   i   d o n ’ t   h a v e   t h e   b e s t   d e f e n d e r   . . .   o n   m e 
 w h e n   i ’ m   i n   t h e   g a m e   m o s t   o f   t h e   t i m e   n o w   p l a y i n g   o n 
 t h i s   t e a m .   s o   i t   o p e n s   m e   u p   t o   g e t   d o w n h i l l   t o 
 c r e a t e   f o r   e v e r y b o d y .   c e l t i c s  
s u r e .   j o r d a n   h a d   6 3 .   c e l t i c s   w o n .   t h e   r e a l   h e r o e s   t h a t   d a y ?   d a n n y   a i n g e   a n d   j e r r y   s i c h t i n g !   c e l t i c s    
h e y   c o u r t n e y   l e e ,   p a u l   p i e r c e   a n d   t h e   f e l l a s   w a n n a   w i s h   y o u   a   h a p p y   b i r t h d a y !   c e l t i c s 
 
  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 6   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 ;   n b a   s t a n d i n g s   2 0 2 2 ;   n b a   g a m e   t o d a y ;   n b a   s t a n d i n g s   t o d a y 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   h o r n e t s   c e l t i c s   j a z z   r a p t o r s   s p u r s   r o c k e t s   3 6 e r s   s u n s
n o w   i   k n o w   t h e   g a m e   w a s   l a s t   n i g h t   b u t   w e   t o o k   t h a t   d u b   🥳 🥳   c a n ’ t   w a i t   f o r   t h e   a c t u a l   s e a s o n   b u t   p r e s e a s o n   d u b   i s   a m a z i n g   💚   c e l t i c s
t h e r e ' s   d e f i n i t e l y   a   f r e e d o m   i n   m y   m i n d   o f   n o t   h a v i n g   t o   b e   t h e   g u y   t h a t ' s   s c …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h e n   i   l e f t   t h e   g a r d e n   y e s t e r d a y ,   i   w a s   a p p r o a c h e d   b y   a   w o m a n   w h o   f r a n t i c a l l y   a s k e d   m e   i f   b l a k e   g r i f f i n   p l a y e d   i n   t h e   g a m e   o r   n o t .   i   g a v e   h e r   a   q u i c k   “ n o .   p e r h a p s   i n   t h e   n e x t   g a m e   t h o u g h . ”   a n d   e v e r   s i n c e   t h a t   m o m e n t   i   c a n ’ t   h e l p   b u t   w o n d e r   w h o   t h i s   w o m a n   i s   t o   g r i f f i n   c e l t i c s
h o w   m u c h   d i d   j a y l e n   b r o w n ’ s   f i t   s e t   h i m   b a c k ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   m u c h   d i d   j a y l e n   b r o w n ' s   f i t   s e t   h i m   b a c k ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   w h y   h a v e n ’ t   t h a t   w o m a n   b e e n   s u s p e n d e d   🙄 🤦 🏾 ‍ ♂ ️
t h i s   i s   h o w   i   s e e   t h e   c e l t i c s   r o s t e r   a s   o f   t o d a y .   2   o p e n   s p o t s   o n   t h e   r o s t e r .   b e f o r e   r o b ’ s   s u r g e r y   i   f e l t   c o n f i d e n t   t h a t   b o s   w o u l d   k e e p   o n e   r o s t e r   s p o t   o p e n .   n o w   i ’ m   n o t   s u r e — m a y b e   t h a t   k e e p s   v o n l e h   a r o u n d .   j a c k s o n   a n d   l a y m a n   a r e   p r o b a b l y   f i g h t i n g   f o r   t h e   o t h e r   w i n g   s p o t .  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 5   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
u p   n e x t !   n b a   2 k   r e a l i s t i c   r e t r o   g a m e p l a y !   d e r r i c k   r o s e   v s   p a u l   p i e r c e !   b u l l s   v s   c e l t i c s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   7 ,   2 0 2 2   6 : 0 0   p m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   c h i c a g o b u l l s   d e r r i c k r o s e   b o s t o n c e l t i c s   b u l l s v s c e l t i c s   c e l t i c s   b u l l s   p a u l p i e r c e  
h a p p y   b i r t h d a y   t o   a   b a m a   l e g e n d   j d   d a v i s o n   .   i   h o p e   y o u   h a v e   a   g r e a t   d a y   t o d a y .   e v e r y o n e   h e l p   m e   i n   w i s h i n g   h i m   a   v e r y   h a p p y   b i r t h d a y   🎉 🎉 🎉 🎉 🎉   r o l l t i d e   r t r   a l a b a m a   b a m a   b u i l t b y b a m a   w h e r e l e g e n d s a r e m a d e   b a m a f a c t o r   b a m a b o y z   l i k e n o o t h e r   c e l t i c s   🎉 🎉 🎉 🎉 🎉  
  n b a   2 2 7 ' s   y o u t u b e   c h i l i '   m i a m i   c h i l i '   h e a t   h e a t t w i t t e r     s p i c y '     s p i c y '   n b a   m i x !   v s   b o s t o n   c e l t i c s   m a t c h   m i a m i   c e l t i c s    
o n   t h i s   d a y :   c e l t i c s   t r a d e   f o r   j e r r y   s i c h t i n g ;   c o u r t n e y   l e e   b o r n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
⚽ | n e w   c e l t i c s   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   d i n g u e   d e   2 1 € 
 🛒 
 
 2 0 2 2  
j a y l e n   b r o w n   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 2 ) :   2 4   p o i n t s ,   5   r e b o u n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j a y l e n   b r o w n   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 2 ) :   2 4   p o i n t s ,   5   r e b o u n d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
⚽ | n o u v e a u   c e l t i c s   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 
 a u   t a r i f   f o u   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 p l a y o f f n b a  
t h i s   l o o k e d   s o   w e i r d   i   h a d   t o   r e w i n d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
j a l e n   r o s e   o n c e   r o a s t e d   p a u l   p i e r c e   a f t e r   t h e   c e l t i c s   l e g e n d   s a i d   h e   w a s   b e t t e r   t h a n   d w y a n e   w a d e :   " 8   a l l - n b a   t e a m s   t o   y o u r   4 ,   3   a l l - d e f e n s i v e   t e a m s   t o   y o u r   0 ,   a   s c o r i n g   t i t l e ,   a n d   3   r i n g s   t o   y o u r   1 . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
i n s i d e   g u y s   r e a c t   t o   j a y s o n   t a t u m   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b u c k s c e l t i c s   c h a r l e s b a r k l e y   e a s t e r n c o n f e r e n c e   e r n i e j o h n s o n   i n s i d e t h e n b a   j a y s o n t a t u m   k e n n y s m i t h   m i l w a u k e e b u c k s   n b a o n t n t   n b a p l a y o f f s   n b a p l a y o f f s 2 0 2 2   s h a q  
j a y s o n   t a t u m   s u r p r i s e s   f a n s   o n   s t a g e   a t   j a c k   h a r l o w   c o n c e r t   i n   b o s t o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w a t c h :   j a y s o n   t a t u m   s i n k s   a   f r e e   t h r o w   o n s t a g e   a t   a   j a c k   h a r l o w   c o n c e r t   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
e p i s o d e   1 8 8   i s   n o w   a v a i l a b l e   . . .   t h e   g o o d   t h i n g s   f r o m   b r o g d o n ,   t h e   s a m e   b a d   h a b i t s   f r o m   s m a r t ,   d w 9   g e t t i n g   m o r e   c o m f o r t a b l e   a n d   m u c h   m o r e 
 
 b o s t o n   b o s t o n c e l t i c s   c e l t i c s   n e w   p o d c a s t  
b o s t o n   c e l t i c s :   3   l i k e l y   p l a y e r s   t o   b e   c u t   a f t e r   p r e s e a s o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t o p i c   t u e s d a y :   w h a t   s h o u l d   t h e   c e l t i c s   o p e n i n g   n i g h t   s t a r t i n g   5   b e ?   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w i l l   t h e   c e l t i c s   w i n   w i t h o u t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b o s t o n s p o r t s   b r a d s t e e v e n s   c e l t i c s f i n e   c e l t i c s i m e u d o k a   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s w i n   e a s t e r n c o n f e r e n c e   g a r d e n r e p o r t   g a r d e n r e p o r t c e l t i c s  
b o s t o n   c e l t i c s :   f o r m e r   d r a f t   l o t t e r y   b i g   m a n   h a s   e y e s   s e t   o n   r o s t e r   s p o t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   p r e s e a s o n   r e c a p   +   d r a y m o n d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s   c l n s m e d i a   c l n s p o s t g a m e   d r a y m o n d g r e e n   d r a y m o n d g r e e n f i g h t   d r a y m o n d g r e e n j o r d a n p o o l e   d r a y m o n d g r e e n j o r d a n p o o l e f i g h t v i d e o  
w h a t   k i n d   o f   h e a d   c o a c h   w i l l   j o e   m a z z u l l a   b e   o n   t h e   c o u r t   f o r   t h e   b o s t o n   c e l t i c s   i n   2 0 2 2 - 2 3 ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   s i g n s   a j   r e e v e s   t o   e x h i b i t - 1 0   c o n t r a c t   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c e l t i c s '   r o b e r t   w i l l i a m s   i i i   p r o j e c t e d   a s   n o .   1 1   c e n t e r   i n   n b a   f o r   2 0 2 2 - 2 3   b y   s p o r t i n g   n e w s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
g r a n t   w i l l i a m s   b e c o m i n g   a n   o f f e n s i v e   w e a p o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b a s k e t b a l l p o d c a s t   b o s t o n c e l t i c s   b o s t o n c e l t i c s s c h e d u l e   b o s t o n g a r d e n   b r a d s t e v e n s   c e l t i c s p o d c a s t   d e r r i c k w h i t e   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   g r a n t w i l l i a m s c e l t i c s  
b o s t o n   c e l t i c s :   4 x   a l l - s t a r   f r e e   a g e n t   h a s   r e g r e t s   p l a y i n g   f o r   c s   i n   b u b b l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
h o w   d i f f e r e n t   c a n   w e   e x p e c t   i n t e r i m   b o s t o n   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t o   b e   f r o m   i m e   u d o k a ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l a r r y   b i r d   a n d   t h e   1 9 8 6   b o s t o n   c e l t i c s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
o n   t h i s   d a y :   k e v i n   g a m b l e ,   g e n e   s t u m p   b o r n ;   p a u l   w e s t p h a l   d e b u t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s
o n   t h i s   d a y :   k e v i n   g a m b l e ,   g e n e   s t u m p   b o r n ;   p a u l   w e s t p h a l   d e b u t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   a l u m   k e n n y   a n d e r s o n   t a l k s   h i s   e c f   r u n s   w i t h   p a u l   p i e r c e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l u k e   k o r n e t   i s   b a c k   f r o m   a n k l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s c o a c h   c e l t i c s i n t e r v i e w   c e l t i c s p r a c t i c e   c e l t i c s p r e s e a s o n   c e l t i c s s h o o t i n g   c e l t i c s v s r a p t o r s   c l n s m e d i a   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y s o n t a t u m  
[ j a r e d   w e i s s ]   c e l t i c s   t o   w a i v e   l u k a   s a m a n i c   t o   m a k e   r o o m   f o r   a j   r e e v e s ,   l u k a   e x p e c t e d   t o   j o i n   m a i n e   c e l t i c s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
o n e   w a i v e   a n d   t w o   r o s t e r   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b o s t o n c e l t i c s c o a c h   b o s t o n c e l t i c s f r e e a g e n c y   b o s t o n c e l t i c s l a t e s t   b o s t o n c e l t i c s m e d i a d a y   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s o u t l o o k   b o s t o n c e l t i c s p r e s s c o n f e r e n c e   b o s t o n c e l t i c s p r e v i e w  
n o   l e f t   a n k l e   i s   s a f e   i n   t h e   l e a g u e   r i g h t   n o w !   g l a d   w e   d o n ’ t   p l a y   t o n i g h t 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
j a y s o n   t a t u m   w o r k s   o n   f l o a t e r   a t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b r y a n   b o b b y m a n n i n g   b o s t o n   b o s t o n c e l t i c s   b r a d s t e v e n s   c e d r i c m a x w e l l   c e l t i c s h i g h l i g h t s   c e l t i c s l i v e   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r a c t i c e   c e l t i c s p r a c t i c e h i g h l i g h t s  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   d e a l   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h o u l d   t h e   c e l t i c s   t r a d e   f o r   j a e   c r o w d e r ?   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
m a z z u l l a :   l u k e   k o r n e t   w a s   a   ‘ f u l l   g o ’   a t   p r a c t i c e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   s i g n s   a j   r e e v e s   t o   e x h i b i t - 1 0   c o n t r a c t 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n   c e l t i c s   t o   r e p o r t e d l y   w a i v e   c a m p   i n v i t e e   l u k a   s a m a n i c   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r e p o r t :   b o s t o n   c e l t i c s   t o   s i g n   r o x b u r y ' s   a j   r e e v e s   t o   c a m p   d e a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
  l a r r y   b i r d   f r o m   t h e   b o s t o n c e l t i c s
f o r m e r     g   a j   r e e v e s   h a s   s i g n e d   a n   e x h i b i t - 1 0   w i t h   t h e   b o s t o n   c e l t i c s ,   p e r   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   p r a c t i c e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b r y a n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b r a d s t e v e n s   c e d r i c m a x w e l l   c e l t i c s h i g h l i g h t s   c e l t i c s l i v e   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r a c t i c e   c e l t i c s p r a c t i c e h i g h l i g h t s   c e l t i c s s h o o t a r o u n d  
s a m   h a u s e r   i s   ‘ l i g h t s   o u t ’ :   c e l t i c s   h a v e   a   s h a r p s h o o t e r   o n   t h e   r i s e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a l   h o r f o r d   b e l i e v e s   c e l t i c s ’   c h e m i s t r y   f r o m   l a s t   y e a r ’ s   r u n   h a s   ‘ c a r r i e d   o v e r ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
p a y t o n   p r i t c h a r d ’ s   b a t t l e   f o r   m i n u t e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   c e l t i c s   a r e   w a i v i n g   l u k a   s a m a n i c ,   s o u r c e s   t e l l     a t h l e t i c .   s a m a n i c   i s   e x p e c t e d   t …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
k o r n e t   r e a d y   t o   g o .     c e l t i c s s t r o n g   n b a   b o s t o n c e l t i c s
b l a k e   g r i f f i n   m a k e s   h i s   c e l t i c s   d e b u t   i n   p r e s e a s o n   w i n   o v e r   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 1 0 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a l   h o r f o r d   d i s c u s s e s   c e l t i c s '   c o m r a d e r y   a n d   w e l c o m i n g   b l a k e   g r i f f i n :   ' h e ' s   o n e   o f   u s   a l r e a d y '   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
f o r m e r   c e l t i c s   h e a d   c o a c h   d o c   r i v e r s   c l a i m s   b o s t o n   l e t   k e y   p i e c e s   g o   t o o   s o o n   a f t e r   2 0 0 8   t i t l e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t a c k o   f a l l   r e v e a l s   h i s   f r i e n d s h i p   w i t h   c e l t i c s '   g r a n t   w i l l i a m s   s t a r t e d   w i t h   a   d u n k   a t t e m p t   a t   t h e   2 0 1 9   n b a   c o m b i n e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 1 0 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   h a s   ' f i t   i n   q u i c k l y '   t o   t h e   b o s t o n   c e l t i c s ,   a c c o r d i n g   t o   a l   h o r f o r d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   a l   h o r f o r d   l a u d s   v e t e r a n   f r e e   a g e n t   a d d i t i o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n j u r y   u p d a t e :   b o s t o n ' s   l u k e   k o r n e t   ' a   f u l l   g o '   i n   p r a c t i c e   m o n d a y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a l   h o r f o r d   s a y s   h e   t h i n k s   c e l t i c s   s t r o n g   c h e m i s t r y   f r o m   l a s t   s e a s o n   h a s   c a r r i e d   o v e r   t o   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ h e ’ s   a   g r e a t   g u y   t o   h a v e   a r o u n d ,   h a s   a   l o t   o f …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ l u k e   k o r n e t   ( a n k l e )   w a s   a   f u l l   g o   a t   p r a c t i c e   t o d a y ,   p e …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  n o , n o , n o     b o s t o n c e l t i c s 
 b l o w   u p   a   m a r r i a g e   
 
 y o u   g o t t a   c h e c k   o n   h e r .   b e c a u s e   s h e   t h e   v i c t i m  
j a y l e n   b r o w n   i s   r e a d y   f o r   a n o t h e r   l e a p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   l a s t   l a k e r s   r o s t e r   s p o t   c o u l d   g o   t o   c ’ s   s u m m e r   l e a g u e   h e r o   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a n d   a l s o   l i s t e n   t o   a r e   o t h e r   e p i s o d e s   a s   w e l l   . 
 
 
 
 
 
 p o d c a s t   b o s t o n   b o s t o n c e l t i c s   t h e g a m e   k i m k a r d a s h i a n 
 r o s c o e   a n y t h i n g a n d e v e r y t h i n g p o d c a s t 2 0 1 8    
o n   o c t o b e r   1 0 ,   i n   1 9 8 0 ,   k e v i n   m c h a l e ,   a   s e v e n - t i m e   a l l - s t a r ,   m a d e   h i s   n b a   d e b u t   i n   a   1 3 0 - 1 0 3   t r i u m p h   o v e r   t h e   c l e v e l a n d   c a v a l i e r s   f o r   t h e   b o s t o n   c e l t i c s . 
 
 
 
 b a s k e t b a l l   n b a   b o s t o n c e l t i c s   k e v i n m c h a l e    
b o s t o n   c e l t i c s :   b / r   s a y s   p e n c i l   i n   a   g r a n t   w i l l i a m s   e x t e n s i o n   a t   t h i s   p r i c e   p o i n t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   d i s c u s s e s   d r a y m o n d   g r e e n - j o r d a n   p o o l e   f i g h t :   ‘ i t   h a p p e n s ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   g e t s   k e m b a   w a l k e r ' s   v o t e   o f   a p p r o v a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i r i s h   i r e l a n d   w e s t c o a s t   e i r e   g a l w a y   v a n m o r r i s o n   i r i s h a m e r i c a n   m a n h a t t a n   b o s t o n   b o s t o n c e l t i c s   c e l t i c f c   
 
 c h e c k   o u t   t h i s   n e w   p a i n t i n g   t h a t   i   u p l o a d e d   t o    
g o l d e n   s t a t e   w a r r i o r s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   4   h i g h l i g h t s   |   j u n e   1 0   |   2 0 2 2   n b a   f i n a l s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
s p o r t i n g   n e w s   p e g s   b o s t o n   c e l t i c s '   a l   h o r f o r d   a s   n b a ' s   n i n t h - b e s t   p o w e r   f o r w a r d   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   d e a d   m o n e y   f o r   f o u r t h - y e a r   2 2 - y e a r - o l d   b i g   m a n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
h o w   w i l l   t h e   b o s t o n   c e l t i c s   u s e   r e s e r v e   p o i n t   g u a r d   m a l c o l m   b r o g d o n ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n   t h i s   d a y :   m c h a l e ,   k r e k l o w   d e b u t ;   c a r r   s i g n s ;   h o l l i n s ,   b a t t l e   b o r n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ' s   j o e   m a z z u l l a   c i t e d   a s   c e l t i c s   b i g g e s t   r e a s o n   t o   h o p e   a h e a d   o f   2 0 2 2 - 2 3   s e a s o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   c o a c h   g o t t a   c h i l l   🏀 😭   b a s k e t b a l l   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
c e l t i c s   t r o p h y   c l u b   c a r d s -   d a z z l e   p a r a l l e l s -   p a u l   p i e r c e -   r a y   a l l e n -   k e v i n   g a r n e t t -   $ 2   e a c h   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
b o s t o n ' s   m a r c u s   s m a r t   t h i n k s   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   w i t h   t h e   j o r d a n   p o o l e   f i g h t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n b a   " o m g   ! "   m o m e n t s   🔥 
   
 
   
 2 k 2 0   a l l s t a r   b a s k e t b a l l   b a s k e t b a l l v i d e o s   b l o o p e r s   b o s t o n c e l t i c s   b r a w l   b u z z e r b e a t e r   d e r r i c k r o s e   d u n k c o n t e s t   e s p n   f i g h t   f i n a l s   f i r s t t a k e   f u n n y   g a m e w i n n e r   g i a n n i s a n t e t o k o u n m p o   g o a t  
h o u s t o n   r o c k e t s   a s c e n d i n g ?   d o e s   t a n k i n g   . . . 
   
 
   
 a l p e r e n s e n g u n   b o s t o n c e l t i c s   b r u n o f e r n a n d o   g o l d e n s t a t e w a r r i o r s   h o u s t o n r o c k e t s   j a m o r a n t   j a l e n g r e e n   j a s o n t a t u m   j a y l e n b r o w n   k a w h i l e o n a r d   k e n y o n m a r t i n j r   k e v i n p o r t e r j r   k l a y t h o m p s o n   l e b r o n j a m e s  
c e l t i c s   t r o p h y   c l u b   c a r d s -   d a z z l e   p a r a l l e l s -   p a u l   p i e r c e -   r a y   a l l e n -   k e v i n   g a r n e t t -   $ 2   e a c h 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
f i n a l l y   t h e y   s p o k e   t h e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b o s t o n c e l t i c s c o a c h   b o s t o n c e l t i c s f r e e a g e n c y   b o s t o n c e l t i c s l a t e s t   b o s t o n c e l t i c s m e d i a d a y   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s o u t l o o k   b o s t o n c e l t i c s p r e s s c o n f e r e n c e   b o s t o n c e l t i c s p r e v i e w  
c e l t i c s   i n j u r y   u p d a t e :   l u k e   k o r n e t   '   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i n g   i n   n o n - c o n t a c t   d r i l l s '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
h e r e ’ s   w h a t   m a r c u s   s m a r t   s a i d   a b o u t   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s o   s h e   w e n t   f r o m   s c r e w i n g   t h e   o w n e r   t o   t h e   c o a c h   …   n o   w o n d e r   s h e   d i d n ’ t   g e t   i n   a n y   t r o u b l e !   n i a l o n g   b o s t o n c e l t i c s  
m a r c u s   s m a r t   w a s   o n e   o f   m a n y   p l a y e r s   t h a t   w e i g h e d   i n   o n   t h e   i n c i d e n t .   w h i l e   s a y i n g   t h a t   t h i n g s   l i k e   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ o b v i o u s l y   y o u   w i s h   i t   d i d n ’ t   c o m e   o u t   l i k e   i t   d i d .   i   t h i n k   t h a t ’ s   s o m e t h i n g   t h e   w a r r i o r s   s h o u …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l u k e   k o r n e t   r e t u r n s   t o   p r a c t i c e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v o n l e h :   ‘ i ’ m   j u s t   g o i n g   t o   t r y   t o   g o   i n   e v e r y   d a y   a n d   b e   c o n s i s t e n t ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i m e   u d o k a   a l l e d g e d   t o   h a v e   s l e p t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b l a c k a n d w h i t e s p o r t s   b o s t o n c e l t i c s   b o s t o n c e l t i c s h e a d c o a c h   b o s t o n c e l t i c s i m e u d o k a   b o s t o n c e l t i c s s u s p e n d i m e o d o k a   e a s t e r n c o n f e r e n c e   i m e o d o k a s u s p e n d e d   i m e u d o k a   i m e u d o k a a f f a i r w i t h o w n e r s w i f e  
n o a h   v o n l e h   i s   t h e   o b v i o u s   c h o i c e   t o   m a k e   t h e   c e l t i c s   r o s t e r   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h o   b o s t o n   c e l t i c s   f a n s   w a n t   t a k i n g   t h e   l a s t   s h o t . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b s m o o t h   b o s t o n c e l t i c s   c e l t i c s c o r n e r   e a s t e r n c o n f e r e n c e  
' t h i s   i s   a   g r e a t   o p p o r t u n i t y , '   s a y s   c e l t i c s '   n o a h   v o n l e h   o f   h i s   s h o t   a t   m a k i n g   b o s t o n ' s   r o s t e r   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   c & a m p ; c   w a n t s   f o r m e r   r o t a t i o n   b i g   m a n   b a c k   i n   b o s t o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
[ p r e v i e w   2 0 2 2 - 2 3 ]   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a b a u t r e t   a l l   a n g e l e s   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t   b a s k e t b a l l   b l o c k   b o s t o n c e l t i c s   b r y a n t   b u l l s   c a r m e l o   c h i c a g o   c h r i s   c l i p p e r s   c o n t r e   c u r r y   d a v i s   d u f a n t   d u n k   d u r a n t   e a s t e r n c o n f e r e n c e  
m a r c u s   s m a r t   o n   t h e   d r a y m o n d   p u n c h .   s a y s   g r e e n   m a d e   a   m i s t a k e   a s   a   l e a d e r   a n d   w a r r i o …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l u k e   k o r n e t   ( a n k l e )   w a s   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 9 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 9 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   l a b   1 4 6 :   c a t c h i n g   u p   w i t h   t a c k o   f a l l   o n   h i s   n e w   b o o k ,   t h e   c b a ,   a n d   t i e s   t o   t h e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
d e p t h   s h i n e s   i n   p r e s e a s o n   w i n :   1 0   t a k e a w a y s   f r o m   c e l t i c s - h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   3   r e a s o n s   b l a k e   g r i f f i n   i s   a   f a n t a s t i c   s i g n i n g   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
w i l l   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   b r i n g   o u t   t h e   b e s t   o f   j a y l e n   b r o w n   a n d   j a y s o n   t a t u m ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ' s   j a y s o n   t a t u m   c r a c k s   t o p   t h r e e   i n   s p o r t i n g   n e w s '   2 0 2 2 - 2 3   t o p   s m a l l   f o r w a r d s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   r u m o r s :   j o e   b u d d e n   r e v e a l s   w i l d   i m e   u d o k a   a f f a i r   w r i n k l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
w h a t   c a n   s a m   h a u s e r   a n d   l u k e   k o r n e t   g i v e   t h e   b o s t o n   c e l t i c s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
o n   t h i s   d a y :   h e n r y   w a l k e r ,   a r n i e   r i s e n ,   k e n n y   a n d   j e r o m e   a n d e r s o n   b o r n ;   k e n n y   r o l l i n s   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s p o r t i n g   n e w s   r a n k s   c e l t i c s '   m a r c u s   s m a r t   i n   n b a ' s   t o p   h a l f   o f   s t a r t i n g   p o i n t   g u a r d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
d e r r i c k   w h i t e   p u t s   l a m e l o   o n   s k a t e s ,   b l a k e   g r i f f i n   m a k e s   c e l t i c s   d e b u t ,   d r a y m o n d   q u e e n   r e a c t i o n ! 
 
 v i d e o   l i n k : 
 
 
 n b a p r e s e a s o n   n b a   b o s t o n c e l t i c s 🍀   b o s t o n c e l t i c s  
  i s   a   p o w e r h o u s e   l o o k i n g   t o   d o m i n a t e   t h i s   y e a r   🔥 🔥 
 
 b o s t o n c e l t i c s   s a c r a m e n t o k i n g s   e a s t c o a s t h o o p r e c r u i t   n b a   l e b r o n j a m e s   l a k e r s   b a l l i s l i f e   n b a b a s k e t b a l l   n i k e   l e b r o n   n b a p l a y o f f s   j o r d a n   f o o t b a l l   k o b e   k o b e b r y a n t   n b a f i n a l s     d u n k     m i c h a e l j o r d a n   e s p n  
5 0   5 - s t a r s   i n   t h e   g y m   f o r     m i n i c a m p .   w h o   c a n   y o u   s p o t ?   🤨 🤨 
 
 b a l l i s l i f e   b a l l i s l i f e 🏀   c u s r i s e   b o s t o n c e l t i c s   g r i n d c i t y   t e r p s n a t i o n   e a s t c o a s t h o o p r e c r u i t   c a v s h i o n   n u g g e t s n a t i o n   g o l d d o n t q u i t   m e m p h i s   n b a     n b a d r a f t  
n o t   s h y i n g   a w a y   f r o m   a n y t h i n g   o r   a n y o n e   😤 
 
 t e r p s n a t i o n     m e n s b a s k e t b a l l   i n d i a n a p a c e r s   g r i n d c i t y   k u h o o p s   n b a d r a f t   n b a   m i l e h i g h b a s k e t b a l l   w i z 5 0   c o n n e c t e d b y m a g i c   w i z a r d s   k e v i n d u r a n t   l a c l i p p e r s   m e m p h i s g r i z z l i e s   l e t e m k n o w   c u s r i s e   b o s t o n c e l t i c s   d a l l a s   b e t h e f i g h t  
  b i g   t i c k e t   🎟   
 
 n b a   l a c l i p p e r s   c e l t i c s   c a v s   c a v s s u m m e r   c l e v e l a n d c a v a l i e r s   b e t h e f i g h t   c a v s h i o n   c a v s 5 0   f i e l d h o u s e h e a t   c a v s d r a f t   l e t e m k n o w   d a l l a s   c e l t i c s   b o s t o n c e l t i c s   c u s r i s e   l a k e r s   l a k e r s f a m i l y   l a k e r n a t i o n   g o l a k e r s   l o s a n g e l e s l a k e r s   l a k e s h o w  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
c e l t i c s   s t a f f e r   w h o   h a d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s s t a f f f e m a l e   d a n n y a i n g e   e a s t e r n c o n f e r e n c e   g e e k s a n d g a m e r s   i m e u d o k a   i m e u d o k a c e l t i c s s t a f f a f f a i r   i m e u d o k a d a n n y a i n g e   i m e u d o k a f i r e d   i m e u d o k a k a t h l e e n n i m m o l y n c h   i m e u d o k a n i a l o n g  
r e p .   a y a n n a   p r e s s l e y   o n   j a y l e n   b r o w n ' s   l e a d e r s h i p   i n   b o s t o n   a n d   b e y o n d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 8 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   c e l t i c s   d e b u t   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b l a k e g r i f f i n   b l a k e g r i f f i n c e l t i c s   b l a k e g r i f f i n d u n k s   b l a k e g r i f f i n i n t e r v i e w   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 8 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ' i   w a n t   t o   h e l p   ( u s )   w i n '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i m e u d o k a   a c c u s e d   o f   s l e e p i n g   w i t h   w i f e   o f     b o s t o n c e l t i c s   o w n e r     v i a  
c e l t i c s   c o a c h   i m e   u d o k a   r o s e   f a s t   a n d   f e l l   h a r d   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   h o r n e t s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ' s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   t e l l s     p o s t - g a m e :   " t h e   i n t e n s i t y   l e v e l   a n d   m a t u r i t y   l e v e l   o f   t h i s   . . .   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c h e a t i n g   o n   y o u r   s p o u s e   i s   w r o n g ,   m o r a l l y   r e p r e h e n s i b l e ,   a n d   b r e a k s   u p   f a m i l i e s . 
 
 i n   a d d i t i o n ,   t h i s   t y p e   o f   b e h a v i o r   i s   b a d   f o r   b u s i n e s s .   i m e   i m e u d o k a   n i a l o n g   b o s t o n c e l t i c s 
 
  
d e r r i c k   w h i t e   d r o p s   l a m e l o ,   b l a k e   g r i f f i n   m a k e s   d e b u t   a s   s h o r t h a n d e d   c e l . . .     v i a     
 
 n b a 2 k 2 3   n b a   b o s t o n c e l t i c s   c e l t i c s w i n
c e l t i c s   1 1 2 ,   h o r n e t s   1 0 3 :   j a y l e n   b r o w n ,   b o s t o n ' s   b - s q u a d   t a k e s   c a r e   o f   c h a r l o t t e   o n   t h e   r o a d   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e x c l u s i v e   1 - o n - 1 :   k e m b a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s h o r n e t s   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   k e m b a c e l t i c s   k e m b a o n c e l t i c s   k e m b a o n j a y s o n t a t u m j a y l e n b r o w n   k e m b a w a l k e r   k e m b a w a l k e r a b b y c h i n   k e m b a w a l k e r c e l t i c s  
t h e   g o l d e n   s t a t e   w a r r i o r s   j u s t   p u l l e d   a   p a g e   o u t   o f   t h e   b o s t o n   c e l t i c s '   p l a y b o o k   o n   h o w   t o   f i r s t   d e - v a l u e ,   a n d   t h e n   b u r y   a n   u n w a n t e d   a s s e t   a l i v e .     d r a y m o n d g r e e n   g o l d e n s t a t e w a r r i o r s   b o s t o n c e l t i c s   i m e u d o k a   n b a   p r o b a s k e t b a l l   b l a c k n e w s   b l a c k i n s p o r t s   b l a c k l i v e m a t t e r
w i t h   s a m   h a u s e r   b e i n g   w h a t   w e   t h o u g h t   w e   h a d   i n   g a l l i n a r i   w h a t   d o   w e   m a k e   s e n s e   o f   t h i s   a t   t h i s   p o i n t   ⁉ ️   c e l t i c s   m u t u a l s   o n l y   ☘ ️   b o s t o n c e l t i c s
m a l i k a   a n d r e w s   c l a i m s   j a y s o n   t a t u m   i s   n o t   a   s u p e r s t a r   p l a y e r   p t   2   " n u m b e . . .     v i a     v i r a l   e s p n   n b a   n b a p r e s e a s o n   b o s t o n c e l t i c s
j a y l e n   b r o w n   t a k i n g   m f i o n d u   k a b e n g e l e   u n d e r   h i s   w i n g   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c s   l o o k   t o u g h .   b r o w n   m v p   t y p e   y e a r   a h e a d ,   c a n   t a t u m   f o l l o w ?   b o s t o n c e l t i c s  
d i d   y o u   s e e   t h e   l a t e s t   g a m e   b e t w e e n   t h e   c h a r l o t t e   h o r n e t s   a n d   t h e   b o s t o n   c e l t i c s ? ?   i f   n o t ,   w a t c h   t h e   b e s t   h i g h l i g h t s   d o w n   b e l o w ! 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n   c e l t i c s :   f o r m e r   h o r n e t s   l o t t e r y   p i c k   f l o a t e d   f o r   c ’ s   t p e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f a b   m e l o   -   b o s t o n   c e l t i c s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s 
 
   n b a   n b a t w i t t e r   n b a t o p s h o t   m e l o   c e l t i c s   b o s t o n c e l t i c s   n u g g e t s   k n i c k s   m i l e h i g h b a s k e t b a l l   n e w y o r k f o r e v e r  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s f u l l g a m e h i g h l i g h t s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s h i g h l i g h t s   b o s t o n v s c h a r l o t t e   c e l t i c s v s h o r n e t s  
e v a l u a t i n g   b l a k e   g r i f f i n ’ s   p r e s e a s o n   d e b u t   w i t h   t h e   b o s t o n   c e l t i c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b e s t   i n s i d e   o u t   s c o r e r   b u i l d   o n   n b a   2 k 2 3 .   c h e c k   i t   o u t   a n d   l e t   m e   k n o w   w h a t   y o u   t h i n k   i n   t h e   c o m m e n t s . 
 
 
 
 n b a 2 k 2 3   2 k 2 3   n b a 2 k   b o s t o n c e l t i c s   h e a t n a t i o n   p s 5   y o u t u b e   y o u t u b e g a m i n g   s u b s c r i b e n o w   s u b s c r i b e
b l a k e   g r i f f i n   g e t s   i t   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
k e m b a   w a l k e r   t o     o n   m a z z u l l a :   " h e ' s   h a r d - n o s e d ,   t e l l s   i t   l i k e   i t   i s ,   h a s   g r e a t   c h a r a c t e r ,   h o l d s   e v e r y o n e   a c c o u n t a b l e   e q u a l l y .   h e ' s   j u s t   n o t   s c a r e d .   i   k n o w   e v e r y o n e ' s   t a l k i n g   t r a s h   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
e s p n ' s   z a c h   l o w e   p r o j e c t s   t h e   b o s t o n   c e l t i c s   a s   c o n t e n d e r s   d e s p i t e   o f f s e a s o n   h i c c u p s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i m a   u d o k a   y o u   g o t   s u s p e n d e d   a n d   c h e a t e d   o n   n i a   l o n g   f o r   t h i s   w o m a n .   t h i s   i s   h o r r i b l e . 
 b r o ' s   d o n ' t   m a k e   t h i s   m i s t a k e   b o s t o n c e l t i c s   b l a c k m e n   n b a  
b o s t o n   c e l t i c s :   j a y l e n   b r o w n   j u s t   h a s   t h a t   h u n g e r   i n   h i s   e y e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h a t   s h o u l d   w e   e x p e c t   f r o m   t h e   b o s t o n   c e l t i c s   i n   2 0 2 2 - 2 3 ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
t h e   i n j u r y   a n d   r e c o v e r y   o f   f o r m e r   b o s t o n   c e l t i c s   b i g   m a n   a r o n   b a y n e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n ' s   j a y l e n   b r o w n   r a n k e d   i n   s p o r t i n g   n e w s '   t o p   f i v e   n b a   s h o o t i n g   g u a r d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   t e l l s     p o s t - g a m e :   " t h e   i n t e n s i t y   l e v e l   a n d   m a t u r i t y   l e v e l   o f   t h i s   g r o u p   i s   o f f   t h e   c h a r t s .   e v e r y   d a y   w h e n   w e   g e t   t o   w o r k ,   i t ’ s   i n t e n s e   …   t h e s e   g u y s   a r e   l o c k e d   i n   a n d   n o b   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
e n d e   
 e i s h o c k e y   h e r r e n   q m j h l   
 4 : 3   q u e b e c r e m p a r t s   v s   b l a i n v i l l e b o i s b r i a n d a r m a d a   
 e i s h o c k e y   h e r r e n   n h l s a i s o n v o r b e r e i t u n g   
 2 : 4   t o r o n t o m a p l e l e a f s   v s   d e t r o i t r e d w i n g s   
 b a s k e t b a l l   h e r r e n   n b a   
 1 1 2 : 1 0 3   b o s t o n c e l t i c s   v s   c h a r l o t t e h o r n e t s   
 1 1 4 : 1 3 1   i n d i a n a p a c e r s   v s   n e w y o r k k n i c k s
b o s t o n   c e l t i c s :   o v e r p e r f o r m i n g   2 0 1 9   f i r s t - r o u n d   p i c k   u n l i k e l y   t o   h a v e   d e a l   g u a r a n t e e d   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c e l t i c s '   j a y s o n   t a t u m   r a n k e d   i n s i d e   e s p n ' s   t o p   1 0   o f   2 0 2 2 - 2 3   t o p   1 0 0   p l a y e r s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   a t   h o r n e t s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 2 9  
o n   t h i s   d a y :   f o r m e r   b o s t o n   c e l t i c s   b i g   m a n   b r e t t   s z a b o   s i g n s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ' s   j a y l e n   b r o w n   j u s t   o u t s i d e   o f   s p o r t s   i l l u s t r a t e d ' s   t o p   2 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ b o s t o n c e l t i c s   1 1 2   ( 2 - 1 ) 🔸 
 ⬇ ️ c h a r l o t t e h o r n e t s   1 0 3   ( 0 - 3 ) 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔴 d n p   -   c o a c h ' s   d e c i s i o n 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - h o r n e t s   p r e s e a s o n   r e m a t c h   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
r e s u l t s   o f   n b a   m a t c h e s   p r e s e a s o n   0 7 / 1 0 / 2 0 2 2 
 
 c h i c a g o b u l l s   b o s t o n c e l t i c s   n u g g e t s   h o r n e t s   k n i c k s   p a c e r s   p i s t o n s   p e l i c a n s   m a v e r i c k s   h a w k s   b u c k s   n b a i n a b u d h a b i   u s a  
h e r e ' s   w h a t   s t o o d   o u t   f r o m   c e l t i c s '   1 1 2 - 1 0 3   w i n   o v e r   h o r n e t s   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s ’   m a r c u s   s m a r t   c r a c k s   s p o r t s   i l l u s t r a t e d ’ s   t o p   5 0   n b a   p l a y e r s   l i s t   f o r   2 0 2 2 - 2 3 . 
 
 b o s t o n c e l t i c s   🏟 
 c e l t i c s   🏀 
 n b a   n b a t w i t t e r   
 

g r a n t   w i l l i a m s   l o o k s   l i k e   a   n e w   p l a y e r :   7   t a k e a w a y s   f r o m   c e l t i c s   v s .   h o r n e t s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
[ s c o t t o ]   n b a   e x e c u t i v e s   p r o j e c t   b o s t o n   c e l t i c s   f o r w a r d   g r a n t   w i l l i a m s   t o   b e   w o r t h   $ 1 2 - 1 3   m i l l i o n   a n n u a l l y   i n   a n y   e x t e n s i o n   t a l k s . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n ’ s   b - s q u a d   t a k e s   d o w n   c h a r l o t t e   1 1 2 - 1 0 3   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a ,   c e l t i c s   m e d i a   r e a c t   t o   b o s t o n ' s   1 1 2 - 1 0 3   p r e s e a s o n   w i n   o v e r   t h e   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   a t   h o r n e t s :   b o s t o n   o u t l a s t s   e a r l y   c h a r l o t t e   p u s h ,   w i n   1 1 2 - 1 0 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :     1 1 2 ,   h o r n e t s   1 0 3 .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
a   g r e a t     w i n ! ! !   i t   m a y   b e   p r e s e a s o n   b u t   m a n   t h i s   t e a m   l o o k s   g r e a t   a n d   i   l o v e d   t h a t   t h e y   w e r e   p l a y i n g   i n   g r e e n s b o r o   t o n i g h t ! ! !   g o c e l t i c s   b l e e d g r e e n   b o s t o n c e l t i c s  
i t ’ s   n o   s e c r e t   t h a t   p a t r i c k   b e v e r l e y   f e e l s   s l i g h t e d   b y   t h e   f a c t   t h a t   h e ’ s   n e v e r   w o n   t h e   d e f e n s i v …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   |   l i v e   p l a y   b y   p l a y   & a m p ;   r e a c t i o n   |   c e l t i c s   v s   h o r n e t s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
c h a r l o t t e h o r n e t s   b o s t o n c e l t i c s   n b a t w i t t e r     b u z z c i t y   j e r s e y s   a r e   n e e d e d
w h a t   a   g r e a t   p i c k   u p   w e   g o t   f o r   t h e   t e a m   b l a k e g r i f f i n   b o s t o n c e l t i c s  
c e l t i c s   v s .   h o r n e t s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   i s   n o t   c o n c e r n e d   a b o u t   p r e s e a s o n   s t r u g g l e s ,   s a y s   ' i   s t a r t   o f f   s l o w '   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  

 c l i c k   t h e   l i n k   t o   s e e   o u r   t a k e !   s 3 ,   e 0   i s   o u t   n o w !   i m e u d o k a   n i a l o n g   m a l i k a a n d r e w s   b o s t o n c e l t i c s   s t e p h e n a s m i t h   n b a   p o d c a s t r e c o m m e n d a t i o n s  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
j a y l e n   b r o w n   w i l l   b e   t h e   l o n e   m e m b e r   o f   t h e   f i r s t   u n i t   t o   g e t   m i n u t e s   t o n i g h t .   c e l t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m e   s t a r t i n g   f i v e   f o r   t h e   h o r n e t s   t o n i g h t .   s t e v e   c l i f f o r d   s a i d   l a m e l o ,   t e r r y   r o z i e r   a n d …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
  g o t t a   b e   o n e   o f   t h e   b e s t   f e e l i n g s   i n   t h e   w o r l d   w h e n   y o u   r e m e m b e r   l a s t   m i n u t e   c e l t i c s   b a s k e t b a l l   i s   o n   t o n i g h t   n b a p r e s e a s o n   b o s t o n c e l t i c s   n b a
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   n b a   g e n e r a l   m a n a g e r s   h a v e   g i v e n   t h e i r   p r e d i c t i o n s   o n   t h e   u p c o m i n g   s e a s o n .   🏀 
 
 h e r e   i   g o   t h r o u g h   a   f e w   o f   t h o s e   p r e d i c t i o n s : 
 
 
 
 m v p   c h a m p i o n s h i p   b o s t o n c e l t i c s   l o s a n g e l e s c l   d o n c i c   e m b i i d  
i   t o l d   y ’ a l l   i n   t h e   b e g i n n i n g ,   b u t   n o o o o ,   y o u   w o u l d n ’ t   l i s t e n … . n i a l o n g   i m e u d o k a   c h e a t e r   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   b / r   s e e s   d e r r i c k   w h i t e   a s   o d d   m a n   o u t   i n   b a c k c o u r t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   ( 1 - 1 )   a t   c h a r l o t t e   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
h a u s e r   m a n i a ! !   g e t t i n g   t o   k n o w   m o r e   a b o u t   s a m   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n c e l t i c s h i g h l i g h t s   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s p r e s e a s o n   c h r i s f o r s b e r g   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y l e n b r o w n h i g h l i g h t s   j a y s o n t a t u m  
n e w   v i d e o   t o   w a t c h : 
 
 " r a p t o r s   a t   c e l t i c s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c e l t i c s   b o s t o n c e l t i c s 
 

o n   9 / 2 5   i   p o s t e d   o n   t i k t o k   t h a t   t h e   l a d y   w o u l d   b e   w h i t e   a n d   e x p l a i n e d   w h y   t h e y   w e r e   h i d i n g   h e r   i d e n t i t y .   n o w   t h e   t r u t h   c o m e s   o u t .   w o k e   a s f .   i m e u d o k a   n i a l o n g   w h i t e p r i v i l e g e   m e d i a   k a n y e   b r e t t f a v r e   b o s t o n c e l t i c s         b l a c k t w i t t e r  
b l a k e   g r i f f i n   w i l l   m a k e   c e l t i c s   d e b u t   f r i d a y   a g a i n s t   t h e   h o r n e t s   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a l e x   b a r l o w   g e t s   h i s   f i r s t   s h o t   a s   h e a d   c o a c h :   k e e p   a n   e y e   o n   t h e   m a i n e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s p e a k i n g   a t   m f a   p a n e l ,   c e l t i c s '   j a y l e n   b r o w n   c h a l l e n g e s   b o s t o n i a n s   t o   b e t t e r   c i t y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w e   a l r e a d y   k n e w   s h e   w a s   w h i t e   w h e n   y ’ a l l   d i d n ’ t   r e v e a l   h e r   n a m e   b u t   s t i l l   p u t   t h e   c o a c h   o n   b l a s t . . . d u h ? ? ?   🙄 🙄 🙄 🙄 🙄 🙄 🙄 🙄 🙄 🙄 🙄 
 n i a l o n g   i m e u d o k a   m i z m e l a n i n 1   b o s t o n c e l t i c s  
b r o w n   t o o k   a n   i n t e r e s t   i n   k a b e n g e l e   a f t e r   t h e   2 5 - y e a r - o l d   b i g ,   w h o   i s   f i g h t i n g   f o r   a   r o t a t i o n   s p o t ,   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b u t   k a b e n g e l e   f e e l s   h e ’ s   f i n a l l y   f o u n d   t h e   r i g h t   p a t h .   “ i ’ m   n o t   t h e   s a m e   p e r s o n   i   w a s   i n   m y   r o …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p r o u d   o f   t h i s   o n e !     ( s e r i a l   n o t   s o   g r e a t ,   b u t   w h o   c a r e s ! )   b o s t o n c e l t i c s   n b a t o p s h o t  
a p e s t o g e t h e r s t r o n g 
 b o s t o n c e l t i c s   a m c a p e   r o o k i e   c h e c k   o u t   j a s o n   t a t u m   d o n r u s s   p a n i n i   2 0 1 7   r a t e d   r o o k i e     1 9 8   & a m p ;   2 0 1 9 - 2 0   d o n r u s s   o p t i c     1 1     e b a y   v i a  
j e f f   d o w t i n   s e n d s   i t   t o   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c h r i s b o u c h e r   d a l a n o b a n t o n s c o t t i e b a r n e s   d a v i d j o h n s o n m a l a c h i f l y n n   d j w i l s o n   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t g a r y t r e n t j r   j u s t i n c h a m p a g n i e   k h e m b i r c h i s a a c b o n g a   n b a 2 0 2 2   n b a h i g h l i g h t s  
3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   c h a r l o t t e   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   c b   w a n t s   f o r m e r   d r a f t   l o t t e r y   b i g   m a n   t o   m a k e   c s   r o s t e r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
l e s s   t h a n   a   w e e k   a f t e r   u p s e t t i n g   s o m e   e s p n   n b a   f a n s   o n   h e r   h a n d l i n g   o f   t h e   b o s t o n c e l t i c s   u d o k a   c o a c h i n g   c o n t r o v e r s y ,   a n d r e w s   i s   g e t t i n g   a   p r o m o t i o n   n b a t w i t t e r   n b a p r e s e a s o n  
s a m   h a u s e r   i s   p r o v i n g   h e ’ s   r e a d y   f o r   a   b i g g e r   r o l e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a p r e s e a s o n   b o s t o n c e l t i c s   x s o s 
 d o   y o u   w a n t   t o   i m p r o v e   y o u r   p i n   d o w n   a c t i o n ?   w a t c h   👀   a l   h o r f o r d   i n   a c t i o n :   b r i l l i a n t   d e c i s i o n   m a k i n g   i n   p i n   d o w n   s i t u a t i o n .  
o n   b i l l   r u s s e l l ’ s   l e g a c y   a n d   b o s t o n   b a s k e t b a l l   w /   r e p .   a y a n n a   p r e s s l e y   
   
 
   
 b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
j a y l e n   b r o w n   h i g h l i g h t s   v s   t o r o n t o   r a p t o r s   ( 2 3   p t s ,   4   r e b )   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
p r e s e a s o n   g a m e   t h r e e .   c ’ s   h a v e   s p l i t   t h e i r   f i r s t   t w o   g a m e s   w h i l e   c h a r l o t t e   h a s   l o s t   b o t h   o f   t h e i r   g a m e s .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d   b a l l i s l i f e     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
e s p n   c a l l e d   a n d   t o l d   m e   t o   s t o p   t a l k i n g   s p o r t s   l o l o l o l   n i a l o n g   i m e u d o k a   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   h o l l i n g e r   j o k e s   2   f o r m e r   c s   b i g   m a n   “ l e g e n d s ”   c o u l d   b e   f r e e   a g e n t   o p t i o n s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h a m s   a l s o   r e v e a l s   t h a t ,   d e s p i t e   s a l a c i o u s   i m p l i c a t i o n s   o r   c l a i m s   e l s e w h e r e ,   t h a t   u d o k a ’ s   m i s c o n d u …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   m a r c u s   s m a r t   c r a c k s   s p o r t s   i l l u s t r a t e d ' s   t o p   5 0   n b a   p l a y e r s   l i s t   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s '   j a y s o n   t a t u m   c r a c k s   s p o r t s   i l l u s t r a t e d ' s   2 0 2 2 - 2 3   t o p   1 0   p l a y e r s   i n   n b a   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   d a n n y   a i n g e   w a s   u p s e t   b y   i m e   u d o k a   a f f a i r   d u e   t o   t i e s   w i t h   e m p l o y e e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h r e e   b o s t o n   c e l t i c s   l a n d   i n   n o s .   1 0 0 - 5 1   o f   s p o r t s   i l l u s t r a t e d ' s   2 0 2 2 - 2 3   t o p   1 0 0   p l a y e r s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n   t h i s   d a y :   f o r m e r   b o s t o n   f o r w a r d   w i l l i e   n a u l l s   b o r n ;   j i m m y   o l i v e r   s i g n e d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
✈ ️   b o s t o n   ( b o s )   t o   r e y k j a v i k   ( k e f )   f o r   o n l y   $ 2 6 2   ( u s d )   r o u n d t r i p   💸 
 1 9 8   l i v e   d a t e s   o n   a d v e n t u r e   m a c h i n e .   -   g e t   t h e   a p p   o n   i o s   o r   a n d r o i d   b o s t o n     b o s t o n t e r r i e r     b o s t o n c e l t i c s     b o s t o n f o o d i e s     b o s t o n t e r r i e r s     b o s t o n b l o g g e r  
c e l t i c s   v s .   h o r n e t s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ' s   t h e   l a t e s t   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ' s   g r a n t   w i l l i a m s   j u s t   o u t s i d e   s p o r t s   i l l u s t r a t e d ' s   t o p   1 0 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l e b r o n   j a m e s   i c o n i c   g a m e   6   p e r f o r m a n c e   v s   b o s t o n   c e l t i c s   i n   2 0 1 2   n b a   p l a y o f f s   b a s k e t b a l l   l e b r o n 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n   c e l t i c s   a t   c h a r l o t t e   h o r n e t s :   h o w   t o   w a t c h ,   b r o a d c a s t ,   l i n e u p s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
  y o u   k n o w   w h a t ! ! ! ! !   t h o s e   2   p i e c e s   o f   t r a s h   d e s e r v e   e a c h   o t h e r ! !   b o t h   a r e   e x t r e m e l y   l o w   t o   f a c e   n i a   a n d   a c t   l i k e   n o t h i n g   w a s   g o i n g   o n ,   w h e n   l o o k i n g   f o r   a   r e s i d e n c e   i n   b o s t o n ! !   s h e   s h o u l d   b e   p u n i s h e d   a s   w e l l ! !   f i l t h y   h o e ,   a n d   a n i m a l !   😒   n i a l o n g   i m e u d o k a   b o s t o n c e l t i c s
  i f   i m e   l o v e d ,   o r   e v e n   c a r e d   a b o u t   n i a ,   h e   w o u l d   h a v e   n e v e r   h u m i l i a t e d   h e r   i n   t h i s   m a n n e r !   n o w ,   i   u n d e r s t a n d   w h y   t h e r e   w a s   s u c h   a   l o n g - t e r m   e n g a g e m e n t !   h e   d i d n ' t   w a n t   h e r ! !   h e   c o u l d   h a v e   s a v e d   n i a   t h e   t r i p ! !   s o o o o o   s a d   f o r   n i a   a n d   t h e i r   s o n ! !   😠   n i a l o n g   i m e u d o k a   b o s t o n c e l t i c s
t h e   p l o t   t h i c k e n s   b u t   i   t h i n k   w e   k n o w   w h a t   r e a l l y   h a p p e n e d ? !   i m e u d o k a   n i a l o n g   b o s t o n c e l t i c s  
c e l t i c s   ( 1 - 1 )   a t   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  t e a m   n e e d s   m y   p l a y i n g   c o a c h i n g   m o d e l   i n   p a r t i c u l a r   f o r   w h e n   c o a c h   n e e d ' s   t e a m   e v a l u a t i o n   i n f o r m a t i o n   b a s e d   o n   w h a t   p l a y e r s   d o   r a t h e r   t h a n   c o a c h ' s   i n t e r p r e t a t i o n   o f   i t           b o s t o n c e l t i c s
j o h n   h o l l i n g e r ' s   c e l t i c s   p r e v i e w :   p r e d i c t i o n s ,   a n a l y s i s   f o r   2 0 2 2 - 2 3   s e a s o n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
  s o   g l a d   m a g i c   w a s n ’ t   a s   s e n s i t i v e   a s   l e b r o n .     t h e r e ’ s   a   r e a s o n   w h y   t h e   8 0 s   w a s   t h e   g r e a t e s t   e r a   t h e   n b a   h a s   s e e n   a n d   w h y   s o   m a n y   a t h l e t e s   i n   t o d a y ’ s   g a m e   a r e   d e s p i s e d .     b o s t o n c e l t i c s   l o s a n g e l e s l a k e r s   r i v a l r y
o n   b i l l   r u s s e l l ’ s   l e g a c y   a n d   b o s t o n   b a s k e t b a l l   w /   r e p .   a y a n n a   p r e s s l e y 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
i m e   u d o k a ' s   l o v e r   r e v e a l e d   +   w a s   h i s   s u s p e n s i o n   d u e   l o v e r ' s   t i e s   t o   b o s t o n   c e l t i c s   e x e c ? !     n i a l o n g   b o s t o n c e l t i c s   i m e u d o k a  
i   f u c k   h o e s   b e c a u s e   i f   i   d o n t . . . n o t h i n g   s t a n d s   b e t w e e n   t h e m   a n d   a   w o u l d - b e   f a i t h f u l   h u s b a n d .   i m e   u d o k a   s h o u l d ' v e   b o u n c e d   p a s s e d   t h a t   g i r l   m y   w a y   a n d   s a v e d   h i s   m a r r i a g e .   b l e s s   u p m   b o s t o n c e l t i c s
i m e   u d o k a ' s   l o v e r   r e v e a l e d   +   w a s   h i s   s u s p e n s i o n   d u e   l o v e r ' s   t i e s   t o   b o s t o n   c e l t i c s   e x e c ? !     n i a l o n g   b o s t o n c e l t i c s   i m e u d o k a  
[ f i l m   r o o m ]   t h e   c o m m o n   t h e m e s   o f   m a l c o l m   b r o g d o n ' s   p l a y m a k i n g   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h i s   i d i o t   c h e a t e d   o n   b e a u t i f u l   n i a   l o n g ,   w i t h   j o k e r . . l o r t ! ! 🤦 🏿 ‍ ♀ ️   i d k   a n   i   c a n ' t   u n s e e   t h e   r e s e m b l a n c e   e i t h e r     i m e u d o k a     b o s t o n c e l t i c s  
c e l t i c s   l a b   1 4 5 :   h o n o r i n g   b i l l   r u s s e l l ' s   l e g a c y   a n d   t a l k i n g   b o s t o n   b a s k e t b a l l   w i t h   r e p .   a y a n n a   p r e s s l e y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i m e   u d o k a ' s   l o v e r   r e v e a l e d   +   w a s   h i s   s u s p e n s i o n   d u e   l o v e r ' s   t i e s   t o   b o s t o n   c e l t i c s   e x e c ? !     n i a l o n g   b o s t o n c e l t i c s   i m e u d o k a  
p o s t g a m e   p r e s s   c o n f e r e n c e :   j a y s o n   t a t u m   t a l k s   e n c o u r a g i n g   s t a r t   t o   t h e   s e a s o n ,   d e u c e   c r a s h e s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   j a y s o n t a t u m   j a y s o n t a t u m c e l t i c s   j a y s o n t a t u m h i g h l i g h t s   j a y s o n t a t u m i n t e r v i e w   n b a p l a y o f f s  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 6 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c   w e l l s   -   w h e r e   i ’ m   f r o m   p t .   2   ( a n i m a t e d   m u s i c   v i d e o )     v i a     s i n c i t y   w h e r e   i ’ m   f r o m   b o s t o n c e l t i c s
j b   s o   u n d e r r a t e d   b o s t o n c e l t i c s
b r e a k d o w n   o f   c r u c i a l   f i n a l   m o m e n t s   i n   c e l t i c s   1 1 0 - 1 0 7   l o s s   t o   m i l w a u k e e   b u c k s   i n   g a m e   5 
   
 
   
 b o s t o n c e l t i c s   c e l t i c s b u c k s   c e l t i c s v s b u c k s   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   g a m e 5   m i l w a u k e e b u c k s   n b a  
i   s u s p e c t e d   i m e   u d o k a   s l e p t   w i t h   a   w h i t e   w o m a n   i n   t h e   e x e c u t i v e   o f f i c e .   
 b o s t o n c e l t i c s   p r a c t i c a l l y   c o n f i r m e d   i t   w / t h a t   p r e s s   c o n f e r e n c e .     
 y o u   d o n ' t   " s u s p e n d "   i f   t h e   w o m a n   w a s   b l a c k .   
 b o s t o n c e l t i c s   m u s t   e x p e c t   a   l a w s u i t .   i m e u d o k a   i s   n o t   f i r e d .   m o r e t o c o m e
b r a d   s t e v e n s   t o   t h e   m e d i a   a t   t h e   h a l f 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
s t e p h e n a s m i t h   s a y s   h e   f e e l s   t h a t   b o s t o n c e l t i c s   c o a c h   i m e u d o k a ’ s   c h e a t i n g   s c a n d a l   ‘ w a s   a n   h r   m a t t e r ’   & a m p ;   s h o u l d n ’ t   h a v e   b e e n   p u b l i c i z e d :   i t ’ s   n o n e   o f   o u r   b u s i n e s s   ( v i a   )  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 6 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   2 0 2 2   w i n   t o t a l   f u t u r e s ,   o v e r / u n d e r   a n d   o d d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   j a y l e n   b r o w n   f o r   2 0 2 2   a l l - n b a   f i r s t   t e a m e r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   p u n c h e s   t e a m m a t e   j o r d a n   p o o l e ,   f a c e s   s u s p e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   s a m   h a u s e r   i s   t h e   n e w   r a y   a l l e n !   c e l t i c s   v s   r a p t o r s   p r e s e a s o n   r e a c t i o n   a n d   h i g h l i g h t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   j a y l e n   b r o w n   s u r p r i s e s   d o r c h e s t e r   m i d d l e   s c h o o l e r s   w i t h   n e w   b a c k p a c k s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a t t   b a r n e s   d r o p s   m o r e   b r e a d   c r u m b s   o n   r e a s o n   b e h i n d   u d o k a ' s   l e n g t h y   s u s p e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n i a   l o n g   r e p o r t e d l y   s t a n d i n g   b y   f i a n c é   i m e   u d o k a   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   g r a n t   w i l l i a m s   g i v e s   t h e   l a t e s t   u p d a t e   o n   t h i s   c o n t r a c t   e x t e n s i o n   t a l k s   w i t h   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t o r o n t o   r a p t o r s   v s   b o s t o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c h r i s b o u c h e r   d a l a n o b a n t o n s c o t t i e b a r n e s   d a v i d j o h n s o n m a l a c h i f l y n n   d j w i l s o n   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t g a r y t r e n t j r   j u s t i n c h a m p a g n i e   k h e m b i r c h i s a a c b o n g a   n b a 2 0 2 2   n b a h i g h l i g h t s  
s t e p h e n   a .   s m i t h :   c e l t i c s   d o c k e d   i m e   u d o k a   h a l f   h i s   p a y             i m e u d o k a         s t e p h e n a s m i t h         n b a             b o s t o n c e l t i c s
r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   [ o t ] :   s a m   h a u s e r   s h o o t s   l i g h t s   o u t   i n   o v e r t i m e   l o s s   a t   h o m e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
5   o v e r r e a c t i o n s   t h r o u g h   t h e   c e l t i c s ’   f i r s t   t w o   p r e s e a s o n   g a m e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   a t h l e t i c ' s   s h a m s   c h a r a n i a   a d d s   s o m e   c o n t e x t   t o   t h e   c e l t i c s '   i m e   u d o k a   s c a n d a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n c e l t i c s   1 4   c a r d   t e a m   l o t   c e l t i c s   
 
 $ 5   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   r a p t o r s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ t o r o n t o r a p t o r s   1 2 5   ( o t ) ( 2 - 0 ) 
 ⬇ ️ b o s t o n c e l t i c s   1 1 9   ( 1 - 1 ) 🔸 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔹 7 / p t s 
 🔹 6 / r e b 
 🔹 2 / a s t 
 🔹 0 / s t l 
 🔹 1 / b l k 
 🔹 2 / t o 
 🔹 3 / 4 t 2 
 🔹 0 / 2 t 3 
 🔹 1 / 2 t l 
 🔹 2 6 : 0 0 / m i n : s e g 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
a   l e a k e d   v i d e o   f r o m   a   b o s t o n   c e l t i c s   p r a c t i c e   o n   o c t o b e r   1 0 t h ,   2 0 2 1   h a s   s u r f a c e d .   t h i s   s h e d s   a   w h o l e   n e w   l i g h t   o n   t h e   i m e   u d o k a   s i t u a t i o n   i n   b o s t o n .   b o s t o n c e l t i c s   i m e u d o k a   s c a n d a l   n b a   v i d e o   p e r   c h a r l e s   j o n e s   i i    
r e v e a l e d   i n   1 9 6 5 ,   b i l l   r u s s e l l ’ s   4   l a w s   f o r   b e i n g   t h e   u l t i m a t e   n b a   w i n n e r   a r e   m o r e   r e l e v a n t   t h a n   e v e r . 
 
 b i l l r u s s e l l   b o s t o n c e l t i c s   n b a   h i s t o r y   s p o r t s   
 

j a y s o n   t a t u m   a s k e d   i f   s a m   h a u s e r   i s   a   b e t t e r   s h o o t e r   t h a n   h i m :   “ h e l l   n o … i   t e l l   s a m   h e   s h o u l d   s e n d   m e   a   t h a n k   y o u   c a r d   f o r   b e i n g   o n   t h e   f l o o r   t o g e t h e r . ” 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
c e l t i c s ’   j a y s o n   t a t u m   n o t   w o r r i e d   a b o u t   p r e s e a s o n   s t r u g g l e s :   ‘ i   s t a r t   o f f   s l o w ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c o a c h ' s   a l l e g e d   a f f a i r   p a r t n e r ' s   i d e n t i t y   r e v e a l e d !   b o s t o n c e l t i c s   

w i l l   c e l t i c s   g o   s m a l l   w i t h o u t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b l a k e g r i f f i n   b l a k e g r i f f i n c e l t i c s   b l a k e g r i f f i n n e t s   b l a k e g r i f f i n s i g n s w i t h c e l t i c s   b o s t o n c e l t i c s   c e l t i c s g o s m a l l   c e l t i c s n e t s   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s s m a l l b a l l   c l n s m e d i a  
b o s t o n ' s   j a y s o n   t a t u m   t h i n k s   i t   ' f e e l s   l i k e   w e ' r e   l e a v i n g   o f f   f r o m   t h e   s e c o n d   h a l f   o f   l a s t   s e a s o n '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m   h a u s e r   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   t o r o n t o   r a p t o r s   ( 1 0 / 5 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i n   g r e e n   ☘ ️   i   l o o k   a m a z i n g ,   y e a h   y e a h   t h a t ' s   t r u e   🤟 
 
 b l a k e g r i f f i n   b o s t o n c e l t i c s   n b a   n b a i n a b u d h a b i   b r o o k l y n   n e t s   l a k e r s  
w h a t   g r a n t   w i l l i a m s ’   r u m o r e d   r a i s e   c o u l d   m e a n   f o r   b o s t o n   c e l t i c s   f u t u r e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i m e   u d o k a   u n l i k e l y   t o   c o a c h   a g a i n   f o r   c e l t i c s   –   l e a g u e   c i r c l e s   b o s t o n c e l t i c s   i m e u d o k a  
✈ ️   b o s t o n   ( b o s )   t o   m a d r i d   ( m a d )   f o r   o n l y   $ 3 2 6   ( u s d )   r o u n d t r i p   💸 
 9 4   l i v e   d a t e s   o n   a d v e n t u r e   m a c h i n e .   -   g e t   t h e   a p p   o n   i o s   o r   a n d r o i d   b o s t o n     b o s t o n t e r r i e r     b o s t o n c e l t i c s     b o s t o n f o o d i e s     b o s t o n t e r r i e r s     b o s t o n b l o g g e r  
g r a n t   w i l l i a m s   ‘ l o c k e d   i n ’   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b e   s u r e   t o   t u n e   i n   a t   5 p m   c d t   h o u s t o n   t i m e   f o r   t h e   w o r l d   p r e m i e r e   o f   p o s s i b l y   t h e   b e s t   l a r r y   l e g e n d   v i d e o   o f   a l l   t i m e   
 s h a r e   l i k e   s u b s c r i b e .   
 f o l l o w     o n   t w i t t e r   a n d   t a g   3   f r i e n d s   t o   f o l l o w   a n d   y o u ’ r e   a u t o   e n t e r e d   i n t o   a   g i v e a w a y 
 l a r r y l e g e n d   b o s t o n c e l t i c s   s p o r t s
i m e   u d o k a   u n l i k e l y   t o   c o a c h   c e l t i c s   a g a i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   w a l k i n g   w i t h   a   c r u t c h   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   m a k i n g   n e w   f r i e n d s   o n   h i s   t e a m   : ) 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
r o b e r t   w i l l i a m s '   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   e x e c u t i v e s   b e l i e v e   g r a n t   w i l l i a m s   i s   w o r t h   $ 1 2 - 1 3   m i l l i o n   i n   e x t e n s i o n   t a l k s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i m e   u d o k a   u n l i k e l y   t o   c o a c h   c e l t i c s   a g a i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   w a l k i n g   w i t h   a   c r u t c h   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   f a v o r e d   b l a k e   g r i f f i n   s i g n i n g   o v e r   c a r m e l o   a n t h o n y   d u e   t o   d e f e n s e ,   r o b   w i l l i a m s ’   e a r l y   s e a s o n   a b s e n c e   —   r e p o r t   b l a k e g r i f f i n   b o s t o n c e l t i c s   c a r m e l o a n t h o n y  
s a m   h a u s e r   9 - 1 3   t h r o u g h   2   p r e s e a s o n   g a m e ’ s ,   w i l l   h i s   g a m e   t r a n s i t i o n   t o   t h e   r e g u l a r   s e a s o n ?   b o s t o n c e l t i c s   n b a   n b a p r e s e a s o n   b l e e d g r e e n   h a u s e r f i r e  
r o b e r t   w i l l i a m s '   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   e x e c u t i v e s   b e l i e v e   g r a n t   w i l l i a m s   i s   w o r t h   $ 1 2 - 1 3   m i l l i o n   i n   e x t e n s i o n   t a l k s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e g u l a r s   r o l l   d e s p i t e   l o s s :   1 0   t a k e a w a y s   f r o m   c e l t i c s - r a p t o r s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d o   y o u   h a v e   a   p l a y e r   w h o   c a n   p u l l   o n   d e f e n s e ? 🧲 t e a c h   t h e m   p a s s i n g   s k i l l s !   g r e a t   e x a m p l e   h o w   t o   c r e a t e ,   u s e   a n d   d e v e l o p   a n   a d v a n t a g e . 
 
 ⁉ ️ h o w   d o   y o u   c a l l   t h e   p a s s   f r o m   m a r c u s   s m a r t ⁉ ️   
 n b a p r e s e a s o n   b o s t o n c e l t i c s  
i n s t a n t   r e a c t i o n :   c e l t i c s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   b r i a n s c a l a b r i n e   c e l t i c s h i g h l i g h t s   c e l t i c s p o s t g a m e l i v e   c e l t i c s r a p t o r s   c e l t i c s r a p t o r s a n a l y s i s   c e l t i c s r a p t o r s h i g h l i g h t s   c e l t i c s r a p t o r s p r e s e a s o n   c e l t i c s r a p t o r s r e a c t i o n  
s a m   h a u s e r   i s   f o r   r e a l :   t i m e   f o r   t h e   b o s t o n   c e l t i c s   t o   g i v e   h i m   a   b i g g e r   r o l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n e w n f t p r o f i l e p i c   w e l l !   i t ’ s   b a s k e t b a l l   s e a s o n   a g a i n !   🏀 ☘ ️   t i m e   t o   r e p   t h e   g a n g   g a n g   g r e e n !   g c g   g a n g g r e e n   b o s t o n c e l t i c s   l u c k y b i r d  
j o e   m a z z u l l a   o n   s a m   h a u s e r :   ' h i s   c o n f i d e n c e   c o m e s   f r o m   h i s   w o r k   e t h i c ”   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
⚠ ️   “ y o u   c a n   t a l k   a b o u t   t h e   i n c i d e n t   w i t h o u t   t a l k i n g   a b o u t   t h e   p e r s o n !   “     -       
 💭   t h o u g h t s   ⬇ ️   i m e u d o k a   b o s t o n c e l t i c s  
w e   m u s t   r e m a i n   c a l m 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
w e   h a v e   b l a k e   g r i f f i n ?   b o s t o n c e l t i c s  
d o n t e   d i v i n c e n z o   c o u l d ' v e   b e e n   a   b o s t o n   c e l t i c   l a s t   s e a s o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b o s t o n c e l t i c s v s t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s   b o s t o n c e l t i c s v s t o r o n t o r a p t o r s h i g h l i g h t s   c e l t i c s v s r a p t o r s f u l l g a m e h i g h l i g h t s   c e l t i c s v s r a p t o r s h i g h l i g h t s   e a s t e r n c o n f e r e n c e  
p o s t   g a m e   t h r e a d :   t h e   t o r o n t o   r a p t o r s   d e f e a t   t h e   b o s t o n   c e l t i c s   1 2 5 - 1 1 9   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
h o w   i m p o r t a n t   w a s   a d d i n g   v e t e r a n   b i g   m a n   b l a k e   g r i f f i n   t o   t h e   b o s t o n   c e l t i c s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
h a s   b o s t o n ' s   b u m p y   o f f s e a s o n   t a k e n   t h e   c e l t i c s   d o w n   a   p e g   a s   c o n t e n d e r s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b e e n   i n   t h e   c s   l o c k e r   r o o m   f o r   5   m i n s   a n d   s e e m s   l i k e   b l a k e   g r i f f i n   h a s   b e e n   h e r e   5 …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l o s t   a   p r e s e a s o n   g a m e 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
a f t e r   h i s   f i r s t   f i n a l s   a p p e a r a n c e ,   c e l t i c s   s t a r   i s   l e a r n i n g   t h e   s p o t l i g h t   h a s   b e e n   m a g n i f i e d   f o r   b e t t e r   a n d   f o r   w o r s e 
 
 r e a d   m o r e   h e r e :   
 
 n b a   s p o r t s   s p o r t s n e w s   n b a s e a s o n   n b a p l a y e r   b o s t o n c e l t i c s   n b a n e w s   s p o r t s n e w s d a i l y   b a s k e t b a l l   s p o r t s u p d a t e
s u p e r - e a r l y   m o c k   2 0 2 3   n b a   d r a f t   h a s   b o s t o n   c e l t i c s   t a k i n g   i o w a   f o r w a r d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   r e a c t i o n … r a p s   b e n c h   l o o k s   🔥 🔥 🔥   c o m e s   f r o m   1 7   d o w n ! ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
“ i   f o r g i v e   h i m ”   n i a   l o n g   w a n t s   i m e   u d o k a   b y   h e r   s i d e   d e s p i t e   i n f i d e l i t y   s c a n d a l     b o s t o n c e l t i c s   n b a
n e w   v i d e o   t o   w a t c h : 
 
 " b o y y   t h e   r a p t o r s   w e n t   n a s t y   |   r a p t o r s   v s   c e l t i c s   -   p o s t   g a m e   t h o u g h t s "   
 
 c r e a t o r :     d e e m y . 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c e l t i c s   b o s t o n c e l t i c s 
 
  
  s h o u l d   h a v e   w o n   t h i s   y e a r .   😞 
 
 b o s t o n c e l t i c s
o n   t h i s   d a y :   1 9 9 8   p r e s e a s o n   c a n c e l e d   a h e a d   o f   ' 9 8   l o c k o u t ;   g e o r g e   k a f t a n   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
p o s t   g a m e   t h r e a d :   t h e   t o r o n t o   r a p t o r s   d e f e a t   t h e   b o s t o n   c e l t i c s   1 2 5 - 1 1 9 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
w i l l   j a y s o n   t a t u m   a n d   j a y l e n   b r o w n   t a k e   t h e   b o s t o n   c e l t i c s   b a c k   t o   t h e   n b a   f i n a l s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j a y s o n   t a t u m   m i c & a m p ; 3 9 ; d   u p   i s   g o l d   😂 
   
 
   
 a a r o n n e s m i t h   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b r a d s t e v e n s   c a r s e n e d w a r d s   d a n i e l t h e i s   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   j a v o n t e g r e e n   j a y l e n b r o w n   j a y s o n t a t u m   k e m b a w a l k e r   m a r c u s s m a r t   p a y t o n p r i t c h a r d  
s o   g o o d   i   h a d   t o   s h a r e !   c h e c k   o u t   a l l   t h e   i t e m s   i ' m   l o v i n g   o n     f r o m     p o s h m a r k   f a s h i o n   s t y l e   s h o p m y c l o s e t   l a d y h a g e n   p f a l t z g r a f f   b o s t o n c e l t i c s :    
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - r a p t o r s   o v e r t i m e   t i l t   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
h e r e ' s   w h a t   s t o o d   o u t   f r o m   r a p t o r s '   o v e r t i m e   w i n   o v e r   c e l t i c s :   b o s t o n ' s   r e g u l a r s   s h a r p   a t   b o t h   e n d s   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e n d e   b a s k e t b a l l   h e r r e n   
 n b a s a i s o n v o r b e r e i t u n g   
 1 2 2 : 9 7   i n d i a n a p a c e r s   v s   c h a r l o t t e h o r n e t s   
 1 1 2 : 1 1 3   c l e v e l a n d c a v a l i e r s   v s   p h i l a d e l p h i a 7 6 e r s   
 1 2 5 : 1 1 9   n v   t o r o n t o r a p t o r s   v s   b o s t o n c e l t i c s   
 9 8 : 9 6   d a l l a s m a v e r i c k s   v s   o k l a h o m a c i t y t h u n d e r
t h e   c e l t i c s   d r o p   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s .   t h e y   w i l l   b e   i n   c h a r l o t t e   o n   f r i d a y .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
b o s t o n   c e l t i c s   l o s e   t o   t o r o n t o   r a p t o r s   i n   b e t t e r - t h a n - y o u - t h i n k   p r e s e a s o n   p e r f o r m a n c e ,   1 2 5 - 1 1 9   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
h o w   w i l l   t h e   c e l t i c s   u s e   m a l c o l m   b r o g d o n ?   p r e s e a s o n   r e a c t i o n s ,   & a m p ;   m o r e   |   t h e   c e l t i c s   c o l l e c t i v e     8 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :   r a p t o r s   1 2 5 ,     1 1 9   i n   o t .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b a s k e t b a l l   b o s t o n a t h l e t e m a g a z i n e  
n b a ,   c e l t i c s   t w i t t e r   r e a c t   t o   b o s t o n ' s   1 2 5 - 1 1 9   o v e r t i m e   l o s s   t o   t h e   r a p t o r s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r a p t o r s   a t   c e l t i c s :   b o s t o n   f a l l s   t o   t o r o n t o   1 2 5 - 1 1 9   i n   o v e r t i m e   a s   b e n c h   m o b   f i z z l e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
5   t a k e a w a y s   f r o m   c e l t i c s   v s .   r a p t o r s   a s   s a m   h a u s e r ,   m a l c o l m   b r o g d o n   s h i n e   i n   l o s s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  w e   g a v e   y ' a l l   a   b i t   o f   a   l e a d . . . . .   🤦 🏽 ‍ ♂ ️ ☘ ️ 🏀 🇨 🇦 👀 😏 🔥   n b a   w e t h e n o r t h   r a p t o r s   t o r o n t o r a p t o r s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   b o s t o n c e l t i c s   b o s t o n   p r e s e a s o n   l e t s g o r a p t o r s   c a n a d a   e s p n   t s n   t h e 6   t d o t   b a r t s i m p s o n  
c u t   t h i s   b u m   r i g h t   n o w     c e l t i c s   b o s t o n c e l t i c s  
c o m e   o n   b o s t o n ! ! ! !   l e t ' s   g e t   t h i s   d o n e !   b o s t o n c e l t i c s   c e l t i c s   🍀
p a y t o n p r i t c h a r d   i s   n i c e   w i t h   i t   n b a   b o s t o n c e l t i c s  
d u s t y   i m e   u d o k a   b i g   " d "   e n e r g y   
 c o r e y h o l c o m b   i m e u d o k a   b o s t o n c e l t i c s 
  
b r o w n   b e t t e r   t h a n   t a t u m   🤷 🏻 ‍ ♂ ️   n b a   b o s t o n c e l t i c s
i n   t h e   m o m e n t   w i t h   m y   b o y s   y q l   b o s t o n   b o s t o n c e l t i c s   🏀  
i   l o v e   j b !   😂   c e l t i c s   b o s t o n c e l t i c s  
b r o g d o n   i s   a   g r e a t   f i t .   h e   r e a l l y   i s .   b o y s   a r e   b a c k   b l e e d g r e e n   b o s t o n c e l t i c s
i   d o n ’ t   t h i n k   s m a r t ’ s   h a i r   i s   r e a l l y   g r e e n ,   c a n   s e e   s o m e   b l a c k   r o o t s .   b o s t o n c e l t i c s   c e l t i c s
🏀   o k l a h o m a   c i t y   t h u n d e r   v s     d a l l a s   m a v e r i c k s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 b a s k e t b a l l l i v e   u s a   a m e r i c a n   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
t h e   p l a y ,   t h e   t v   g r a p h i c s ,   t h e   m u s i c ,   m i k e   g o r m a n   a n d   s c a l   i n   t h e   c o m m   b o x ,   t h e   t d   g a r d e n   c r o w d ,   t h e   3   p o i n t e r s .   y e a h …   i t s   b a c k   b a b y ,   a n d   i ’ m   m o r e   k e e n   t h e n   e v e r 
 
 c e l t i c s   c e l t s   b o s t o n c e l t i c s
d e r r i c k   w h i t e   s t i l l   d r a w i n g   c h a r g e s   🔥 🔥 🔥 🤯     🤘 🏾 🧡   g o s p u r s g o   b o s t o n c e l t i c s
i t ’ s   r e f r e s h i n g   t o   h e a r   m i k e   g o r m a n   a g a i n   b o s t o n c e l t i c s
s a m   “   t h e   h i t m a n ”   h a u s e r   b o s t o n c e l t i c s     d u d e   i s   a   s h o o t e r   o f f   t h e   b e n c h .
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a t c h i n g   t h e     t a k e   o n   t o r o n t o   a n d   t h i s   g a m e   i s   o n   f i r e !   🔥 c e l t i c s   b o s t o n c e l t i c s
r a p t o r s   v s .   c e l t i c s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🏀   b a s k e t b a l l :   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 n b a l i v e   u s a   u s a s p o r t s   u s a s t y l e   a m e r i c a n b a s k e t b a l l   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
🏀   b a s k e t b a l l :   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 n b a l i v e   u s a   u s a s p o r t s   u s a s t y l e   a m e r i c a n b a s k e t b a l l   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
b o s t o n   c e l t i c s   n e w s   -     s t a r t e r s   f o r   t o n i g h t ' s   g a m e   w i t h   t h e   t o r o n t o   r a p t o r s .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   t o r o n t o   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   l i v e   s t r e a m   -   n b a   ( b a s k e t b a l l ) 
 
 w a t c h   b o s t o n   c e l t i c s   l i v e   s t r e a m   a g a i n s t   t o r o n t o   r a p t o r s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a  
b o s t o n   v s   t o r o n t o 
       ( 0 1 : 3 0   g m t + 2 ) 
 g a m e d a y   n b a   n b a p r e s e a s o n   n b a j a p a n g a m e s   
 l i v e   l i v e s t r e a m   b a s k e t b a l l   n b a i n a b u d h a b i   b o s t o n c e l t i c s   w e t h e n o r t h 
               🏀 l i n k   👇 

c a l l i n g   i t   n o w ,   b o s t o n   n b a   c h a m p s   2 0 2 3   🍀 b o s t o n c e l t i c s   b l e e d g r e e n
b l a k e   g r i f f i n   m a y   p l a y   t o n i g h t   d e p e n d i n g   o n   h o w   t h e   g a m e   g o e s   p e r   j o e   m a z z u l l a ,   b u t   l u k …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   r a p t o r s   w i l l   b e   w i t h o u t   o t t o   p o r t e r   j r .   ( l e f t   h a m s t r i n g   s t r a i n ) ,   j u s t i n   c h a m p a g n …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5   b o s v s g s w   n b a f i n a l s 2 0 2 2   n b a f i n a l s
j o e   m a z z u l l a   a d d r e s s e s   w h e t h e r   b l a k e   g r i f f i n   w i l l   m a k e   h i s   c e l t i c s   d e b u t   i n   w e d n e s d a y ' s   g a m e   a g a i n s t   r a p t o r s   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w h y   j a y s o n   t a t u m ,   j a y l e n   b r o w n   w o u l d   t r a d e   i n d i v i d u a l   a c c o l a d e s   f o r   a n   n b a   c h a m p i o n s h i p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   s t a r   j a y s o n   t a t u m   v a c a t i o n e d   i n   t h e   c a y m a n   i s l a n d s   j u s t   d a y s   a f t e r   l o s i n g   i n   t h e   2 0 2 2 …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ s o ,   i   j u s t   w a n t e d   t o   g o   r e l a x .   l o n g   s e a s o n ,   c l e a r l y , ”   t a t u m   t o l d   a n d s c a p e   d u r i n g   a   r e c e n t   n b a   s …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ i t   w a s   j u s t   a   l e a r n i n g   e x p e r i e n c e ,   l e a r n i n g   a   l e s s o n , ”   t h e   2 4 - y e a r - o l d   t a t u m   s a i d .   “ m a y b e   d o   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i n - s t o c k   a n d   r e a d y   t o   s h i p :   n b a   f u n k o g o l d   l e g e n d s   5 - i n c h   p r e m i u m   v i n y l   f i g u r e s 
 
 o r d e r   h e r e :   
 
 t r e a t y o s h e l f   v i n y l f i g u r e s   f u n k o   f u n k o p o p   f u n k o v i n y l   t o y s   b a s k e t b a l l   d e n n i s r o d m a n   l a r r y b i r d   m a g i c j o h n s o n   l a k e r s   c e l t i c s   c h i c a g o b u l l   b o s t o n c e l t i c s  
i t   t u r n e d   o u t   t a t u m   p l a y e d   i n   t h e   2 0 2 2   n b a   f i n a l s   w i t h   a   r i g h t   s h o u l d e r   i n j u r y ,   a n d   h e   a l s o   r e v e a l e d …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   r a p t o r s   ( 1 - 0 )   a t   b o s t o n   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
e x c l u s i v e   i n t e r v i e w :   j a y l e n   b r o w n   a n d   j a y s o n   t a t u m   o n   w i n n i n g   a   t i t l e ,   a n d   t h e   u p c o m i n g   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
5 9 f i f t y   i d e n t i t y   d 3   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   i d e n t i t y   d 3   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   a l w a y s g o t a f i t t e d o n m y h e a d 
 

w h o   k n e w   o n e   m a n ,   o n e   p e n i s   c o u l d   d e s t r o y   t h e   e n t i r e   c e l t i c s   o r g a n i z a t i o n   f r o m   w i t h i n .   h o m e   h a d   i t   m a d e   b u t   h o w   c a n   t h a t   m a l i k a     b   m a d     t h e y   w a n t e d   h i m   a n d   h e   s m a s h e d .   s h e   m a d   h e   d i d n ' t   b o t h e r   h e r   u g l i n e s s   b o s t o n c e l t i c s   e s p n   m a l i k a a n d r e w s   i s   t r a s h   🗑     
 b r i n g b a c k r a c h e l n i c h o l s
b o s t o n   c e l t i c s :   f o r m e r   f i r s t - r o u n d   p i c k   t h o u g h t   h e   w o u l d   b e   o n   c s   a t   2 0 2 2   t r a d e   d e a d l i n e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  g r e e t i n g s   f r o m   p u e r t o   r i c o   i m   a   h u g e   f a n   b l e e d g r e e n   b o s t o n   b o s t o n c e l t i c s   c e l t i c s  
2   c e l t i c s   a t   1   h e a t   |   f u l l   g a m e   h i g h l i g h t s   |   m a y   2 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 4 2 1 0 0 3 0 7   n b a  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   t o r o n t o   r a p t o r s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
5 9 f i f t y   c h a i n   s t i t c h   h e a 1 2 4 5 1   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c h a i n   s t i t c h   h e a r t   1 2 4 5 1   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   b o s t o n   c e l t i c s   o s b   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   c e l t i c s   o s b   h a t c r a w l e r   f i t t e d   f o r t h e l o v e o f t h e f i t t e d 
 

m a r c u s   s m a r t ,   m a l c o l m   b r o g d o n   a n d   d e r r i c k   w h i t e   c o u l d   b e c o m e   a   t e r r i f y i n g   t r i o   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
👨 🏽 ‍ 🍼 🗣 ️ s t e p h c u r r y   "   p r o u d   d a d d y   o f   t h e   b o s t o n c e l t i c s   " 
   t h e   s m i l e 😁 =   p r o u d   f a t h e r !     w e   r i d d i n   w i t   y o u   s t e p h !   🗣 ️   w a a a a a r r i o r s   
 
 e x p l o r e   s h o r t s   r e e l s   n b a   e x p l o r e p a g e   w a r r i o r s   f u n n y m e m e s 

b o s t o n   c e l t i c s :   s p o r t s   i l l u s t r a t e d   f e e l s   l i k e   j a y s o n   t a t u m   w i l l   m a k e   m v p   l e a p   i n   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w a s   i t   a   s n u b   f o r   b o s t o n   c e l t i c s   s t a r   f o r w a r d   j a y s o n   t a t u m   t o   n o t   g e t   a n y   m v p   v o t e s   i n   t h e   a n n u a l   n b a   g m   s u r v e y ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s i g n s   a r e   h o p e f u l   f o r   c e l t i c s ,   b u t   c a n   j o e   m a z z u l l a   b e   s t e r n   w i t h   t h e m   w h e n   n e e d e d ?   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
“ y o u   o w e   m e ”   n i a   l o n g   c o n f e s s e d   t o   r e a s o n   f o r   n o t   m a r r y i n g   ‘ c h e a t e r ’   i m e   u d o k a   ⁩     n b a   b o s t o n c e l t i c s
j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   g m   s u r v e y :   c e l t i c s   r e c e i v e   4 t h - m o s t   v o t e s   t o   w i n   2 0 2 3   n b a   t i t l e   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   d i s r e s p e c t e d   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b a s k e t b a l l p o d c a s t   b o s t o n c e l t i c s   b o s t o n c e l t i c s r u m o r s   b o s t o n g a r d e n   b r a d s t e v e n s   c e l t i c s p o d c a s t   c e l t i c s r u m o r s   d e r r i c k w h i t e   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   g r a n t w i l l i a m s e x t e n s i o n  
n b a   p r e s e a s o n :   b o s t o n   c e l t i c s   v s .   t o r o n t o   r a p t o r s   p r e d i c t i o n ,   o d d s ,   t v   c h a n n e l   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   m i l w a u k e e   b u c k s   h a v e   a   n e w   d e f e n s e   . . . 
   
 
   
 b o b b y p o r t i s   b o s t o n c e l t i c s   b r o o k l o p e z   b u c k s i n s i x   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g i a n n i s a n t e t o k o u n m p o m i l w a u k e e b u c k s   g i a n n i s b u c k s   g i a n n i s m i l w a u k e e b u c k s   g r a y s o n a l l e n  
m y   t o p   4   i n   t h e   e a s t 
 
 n e t s 
 b u c k s 
 c e l t i c s 
 h a w k s 
 
 n b a 2 k 2 3   n b a 2 0 2 3 s e a s o n   n b a   a t l a n t a h a w k s   b o s t o n c e l t i c s   b r o o k l y n n e t s   m i l w a u k e e b u c k s
r e a d   & a m p ;   r e a c t :   t h e   t a t u m   & a m p ;   b r o w n   i n t e r v i e w   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   g m   s u r v e y   r e l e a s e d   ( c e l t i c s   r e l a t e d   n o t e s )   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
e v e r y   b o s t o n   c e l t i c s   j e r s e y   i n   t e a m   h i s t o r y   w o r n   b y   o n l y   o n e   p l a y e r   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ' s   d e r r i c k   w h i t e   t a l k s   a b o u t   j o i n i n g   t h e   c e l t i c s '   s t a r t i n g   l i n e u p   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w h e r e   w o u l d   y o u   d r a f t   j a y s o n   t a t u m   t h i s   s e a s o n ?   
 
 n b a f a n t a s y   f a n t a s y b a s k e t b a l l   f a n t a s y n b a   f a n t a s y s p o r t s   b o s t o n c e l t i c s   c e l t i c s t a l k
c h a r l o t t e   h o r n e t s   v s .   b o s t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b o s t o n   h a s   r e t i r e d   2 4   j e r s e y   n u m b e r s   -   t h e s e   a r e   t h e   p l a y e r s   s o   h o n o r e d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j a y l e n   b r o w n   t o   a t l a n t a   h a w k s ?   n b a   . . . 
   
 
   
 a t l a n t a h a w k s   b o s t o n c e l t i c s   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s r u m o r s   b o s t o n c e l t i c s y o u t u b e   b r a d s t e v e n s   c e l t i c s r u m o r s   c e l t i c s r u m o r s t o d a y   c e l t i c s t o d a y   c e l t i c s t r a d e r u m o r s   c e l t i c s y o u t u b e v i d e o s   c h a t s p o r t s  
h o w   t h e   b o s t o n   c e l t i c s   u s e d   r o b e r t   w i l l i a m s   i i i   t o   u n l o c k   t h e i r   o f f e n s e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   f i t t i n g   r i g h t   i n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
“ w e ’ l l   g e t   t o   s e e   t h e i r   c h a r a c t e r   h a v i n g   b e i n g   l e d   b y   y o u n g   g o a t ”   d r a y m o n d   g r e e n   w a n t s   j a y s o n   t a t u m   t o   l e a d   c e l t i c s   t o   n b a   f i n a l s     b o s t o n c e l t i c s   g o l d e n s t a t e w a r r i o r s
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   9 9   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
m a x   k e l l e r m a n   o n   t a t u m   & a m p ;   b r o w n   l e a d   c e l t i c s   d e f   h o r n e t s   -   " c e l t i c s   c a n   w i n   t i t l e   w i t h   b r o w n   & a m p ;   t a t u m " 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
o n   t h i s   d a y :   b o s t o n   i c o n   b o b   c o u s y   s e l e c t e d   i n   c h i c a g o   s t a g s   d i s p e r s a l   d r a f t ;   j o h n   b a g l e y   t r a d e ;   d e r m i e   o ' c o n n e l l   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
f r e s h   p r i n c e   o f   b e l   a i r   a c t r e s s   n i a   l o n g   h a s   s a i d   l i t t l e   a b o u t   h e r   c h e a t i n g   b o s t o n   c e l t i c s   c o a c h   f i a …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o r s e y ,   a n   a c t o r   a n d   b u s i n e s s m a n   i n   b e v e r l y   h i l l s   w h o   m e t   l o n g   o n   t h e   s e t   o f   h e r   n b c   c r i m e   d r a m a   t h i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   v s .   c e l t i c s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ' s   t h e   l a t e s t   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a s   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   t h r o w i n g   s h a d e   a t   t h e   b r o o k l y n   n e t s   i n   h i s   i n t r o d u c t o r y   p r e s s e r ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
m a l c o l m   b r o g d o n   g i v e s   w h a t   h e   s h o u l d   w e   m a y   j u s t   g o   b a c k   t o   t h e   c h a m p i o n s h i p   g a m e .   b o s t o n c e l t i c s   🔥 💪 🏿 💯
p r e v i e w :   r a p t o r s   ( 1 - 0 )   a t   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   f i t t i n g   r i g h t   i n 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
c e l t i c s   m a l c o l m   b r o g d o n   a c q u i s i t i o n   v o t e d   n b a   o f f s e a s o n ' s   m o s t   u n d e r r a t e d   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b o s t o n   c e l t i c s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   j a y s o n t a t u m   u n i m o c k u p s   l o g o d e s i g n   n b a t w i t t e r            
“ i   t h i n k   i t ’ s   j u s t ,   t h e   l e a g u e   i s   c e r t a i n l y   t r e n d i n g   t h i s   w a y , ”   b u d e n h o l z e r   s a i d   o f   e m p h a s i z i n …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h o   w a n t s   t o   g o   t o   t h e   g a m e   t o m o r r o w ?   r e t w e e t   a n d   c o m m e n t   a   p h o t o   o f   y o u   i n   y o u r   c e l t i c s   g r e e n .   t i c k e t s   a r e   b l o c k e d   f r o m   r e s a l e .   w i l l   s e n d   d i g i t a l   t i c k e t s   t o   w i n n e r   t o m o r r o w   a r o u n d   n o o n . 
 
 b l e e d g r e e n   b o s t o n c e l t i c s   b o s t o n  
b o s t o n   c e l t i c s :   s u s p e n d e d   c o a c h   i m e   u d o k a ’ s   f i a n c é e   n i a   l o n g   c o m m e n t s   o n   a f f a i r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   s a y s   h e ' l l   e m b r a c e   a n y   r o l e   t h a t ' l l   h e l p   c e l t i c s   w i n   a   c h a m p i o n s h i p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s t a t h e   s e a s o n .   
   b o s t o n c e l t i c s   c u s r i s e   b l e e d g r e e n   b a n n e r 1 8 l o a d i n g      
j o e   m a z z u l l a   o n   r o b e r t   w i l l i a m s :   “ h e ’ s   i n   a   g r e a t   m i n d   f r a m e ”   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
p r i m e   b l a k e   g r i f f i n   o n   t h e   c e l t i c s   +   r e b u i l d   |   n b a   2 k 2 3 💚 🤍 💚 🤍 
 
 
 b a s k e t b a l l   y o u t u b e   y o u t u b e r   f e m a l e g a m e r     g a m i n g   n b a   n b a 2 k 2 3   n b a 2 k 2 3 p a r k   n b a 2 k 2 3 n e x t g e n   n b a 2 k 2 3 m y t e a m   n b a r e b u i l d   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   b l a k e g r i f f i n  
j o e   m a z z u l l a   r e a c t s   t o   b l a k e   g r i f f i n   c e l t i c s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b l a k e c e l t i c s   b l a k e g r i f f i n   b l a k e g r i f f i n c e l t i c s   b l a k e g r i f f i n i n t e r v i e w   b l a k e g r i f f i n s i g n i n g   b o s t o n c e l t i c s   b o s t o n s p o r t s   b r a d s t e e v e n s   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r a n d o m   t h o u g h t s   b e f o r e   t h e   s e c o n d   p r e s e a s o n   g a m e   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d e r r i c k   w h i t e   d i s c u s s e s   p l a y i n g   f o r   j o e   m a z z u l l a ,   w e l c o m i n g   b l a k e   g r i f f i n ,   a n d   w o r k i n g   a l o n g s i d e   m a l c o l m   b r o g d o n   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
  h e y ,   d u d e !   i ' m   p r a y i n '   f o r   y a !   b o s t o n c e l t i c s   b l a k e g r i f f i n   i ' m   a   p r o u d   f a n   o f   t h e   l a c l i p p e r s
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n i a   l o n g   b r e a k s   s i l e n c e   o n   i n s t a g r a m ,   d i s c u s s e s   ‘ m e n t a l   h e a l t h ’   f o l l o w i n g   i m e   u d o k a   s u s p e n s i o n   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
b r u n o   c a b o c l o   h a s   a g r e e d   t o   a   d e a l   w i t h   t h e   m e x i c o   c i t y   c a p i t a n e s   i n   t h e   n b a   g   l e a g u e ,   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   m a n y   l o w   h i t s   c a n   a   c o n t e n d e r   w i t h s t a n d   f r o m   t h e   t e a m s ? 
 
 b o s t o n c e l t i c s   n b a   e s p n  
🗞 a r t i c l e   d e t a i l s   b e l o w !   
 
 
 
 l a s e n t i n e l   l a s e n t i n e l n e w s   s e n t i n e l n e w s   b l a c k n e w s   s p o r t s   b o s t o n c e l t i c s   b l a c k p r e s s   n n p a  
t h o u g h t s   o n   b l a k e   t o   t h e   c e l t i c s 🏀   n b a   b o s t o n c e l t i c s   b l a k e g r i f f i n   o t n p o d c a s t  
j o e   m a z z u l l a   p r o v i d e s   u p d a t e   o n   r o b e r t   w i l l i a m s ,   d i s c u s s e s   g e t t i n g   b l a k e   g r i f f i n   a c c l i m a t e d ,   a n d   s h e d s   l i g h t   o n   p l a n   f o r   w e d n e s d a y ' s   p r e s e a s o n   g a m e   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m   h a u s e r ,   m f i o n d u   k a b e n g e l e   i m p r e s s   i n   c e l t i c s   p r e s e a s o n   w i n   o v e r   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ' s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   r o o k i e   j d   d a v i s o n   o n   m a r c u s   s m a r t ,   j a y s o n   t a t u m   m e n t o r i n g   h i m   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a t   t h e   m f a ,   j a y l e n   b r o w n   o p e n s   u p   a b o u t   l e a d e r s h i p   a n d   a   p r o m i s e   h e   m a d e   t o   h i m s e l f   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d i d n ’ t   e v e n   k n o w   b l a k e   j o i n e d   t h e   b o s t o n c e l t i c s
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   m a k e   s o l i d   s h o w i n g   i n   n b a ' s   a n n u a l   g m   s u r v e y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   j o i n s   b o s t o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b a s k e t b a l l p o d c a s t   b l a k e g r i f f i n   b l a k e g r i f f i n b o s t o n c e l t i c s   b l a k e g r i f f i n c e l t i c s   b o s t o n c e l t i c s   b r a d s t e v e n s   c e l t i c s p o d c a s t   d e r r i c k w h i t e   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   i m e u d o k a  
b l a k e   g r i f f i n   s i g n e d   a   f u l l y   g u a r a n t e e d   o n e - y e a r ,   $ 2 . 9 1 m   c o n t r a c t   w i t h   t h e   b o s t o n   c e l t i c s .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   1 3 4 ,   h o r n e t s   9 3 :   j a y l e n   b r o w n   l e a d s   a l l   s c o r e r s   i n   b l o w o u t   p r e s e a s o n   o p e n e r   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
2 0 0 0     s h a q u i l l e o n e a l   3 4   p o i n t s   2 0   r e b o u n d s   d o m i n a t e s   t h e     b o s t o n c e l t i c s   😤   s h a q a t t a c k   s h a q d i e s e l   n b a   t h e g o o d o l e d a y s   🏀 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥  
  !   @ _ b o r i 2 2   !   !   b l e e d g r e e n   ! b o s t o n c e l t i c s   !   t h e   o n e   a f t e r n o o n   r e t u r n   o f   t h e   n b a n o w !   s t a r t s   s o o n !  
b o s t o n   c e l t i c s   t i t l e   o d d s :   c s   r e m a i n   f a v o r i t e s   d e s p i t e   o f f s e a s o n   d r a m a   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
✈ ️   b o s t o n   ( b o s )   t o   p a r i s   ( c d g )   f o r   o n l y   $ 3 2 2   ( u s d )   r o u n d t r i p   💸 
 9 8 1   l i v e   d a t e s   o n   a d v e n t u r e   m a c h i n e .   -   g e t   t h e   a p p   o n   i o s   o r   a n d r o i d   b o s t o n     b o s t o n t e r r i e r     b o s t o n c e l t i c s     b o s t o n f o o d i e s     b o s t o n t e r r i e r s     b o s t o n b l o g g e r  
m a r l o n w a y a n s   c h i m e s   i n   o n   i m e u d o k a ' s   c h e a t i n g   s c a n d a l   a n d   t h i n k s   h i s   f i a n c é e ,   n i a l o n g ,   s h o u l d   " b e n d ,   n o t   b r e a k "   a n d   t r y   t o   w o r k   t h i n g s   o u t   w i t h   t h e   b e n c h e d   b o s t o n c e l t i c s   c o a c h   👀 
 
 d i s h f a m ,   s h o u l d   n i a   t r y   t o   w o r k   i t   o u t   w i t h   h e r   f i a n c e ?   
 s e e   m o r e   h e r e :    
e x a m p l e s   o f   a d j e c t i v e   t i t l e s :   
   s c o t l a n d c e l t i c s   ( s c o t t i s h   w h o   a r e   c e l t i c   c u l t u r a l l y ) . 
   i r e l a n d c e l t i c s   ( i r i s h   w h o   a r e   c e l t i c   c u l t u r a l l y ) . 
 b o s t o n c e l t i c s   ( b o s t o n i a n s   w h o   a r e   c e l t i c   c u l t u r a l l y ) 
 t i t l e s   a r e   n o t   c o m p l e t e   s e n t e n c e s .   t h e y   d o n ' t   h a v e   t o   s p e l l   o u t   c o n t e n t .
s a m   h a u s e r   m a k i n g   b i d   f o r   i n c r e a s e d   r o l e :   ‘ h o p e f u l l y   c a n   k e e p   i t   r o l l i n g ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h e n   i t   c o m e s   t o   w h a t   i m e   u d o k a   d i d   t o   g e t   s u s p e n d e d ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   ' w e   d o n ' t   k n o w   a n y t h i n g '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
k a b e n g e l e   c o n t i n u e s   t o   i m p r e s s   a f t e r   s t r o n g   s u m m e r   l e a g u e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   r e a c t s   t o   b l a k e   g r i f f i n   s i g n i n g   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i n   t o d a y ’ s   a t t h e b u z z e r   _ t i e r n a n   a n d     p r e v i e w   t h e   c e l t i c s   s e a s o n !   b o s t o n c e l t i c s   n b a    
s e e m s   t o   m e   t h e r e a l s t o r y   w i t h   t h e   b o s t o n c e l t i c s   i m e u d o k a   t h i n g   i s   c e l t s   o w n e r s h i p   t o s s i n g   t h e i r   e n t i r e   f e m a l e   s t a f f   u n d e r   t h e   b u s   t o   p r o t e c t   a n   o w n e r s   w i f e .   n o   w o n d e r   b r a d s t e v e n s   w a s   u p s e t .
c e l t i c s   b e s t   m i c ’ d   u p   m o m e n t s   o f   t   . . . 
   
 
   
 2 0 2 1 2 2 s e a s o n   a m a z i n g   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   d e f e n s e   d o u b l e d o u b l e   d u n k   e a s t e r n c o n f e r e n c e   f a d e a w a y   g a m e   g a m e s   h i g h l i g h t   h i g h l i g h t s   h o o p s   j u m p s h o t   j u m p e r   m i d r a n g e   n b a  
b o s t o n   c e l t i c s :   f o r m e r   f i r s t - r o u n d   p i c k   t h a n k s   5 x   a l l - s t a r   a f t e r   c s   d e b u t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
" t h e   s a g a   o f   c e l t i c s   c o a c h   i m e   u d o k a " 
 
 i n   t h i s   s e g m e n t ,   w e   d i s c u s s   t h e   b o s t o n   c e l t i c s   s u s p e n d i n g   t h e i r   c o a c h   i m e   u d o k a   f o r   a n   e n t i r e   s e a s o n   f o r   h a v i n g   a n   a f f a i r   w i t h   a   c e l t i c s   e m p l o y e e 
 
 i m e u d o k a   n i a l o n g   b o s t o n c e l t i c s   n b a   t u e s d a y v i b e   t u e s d a y
l e b r o n   b a c k s   r u s s ,   l a k e r s - p a c e r s   . . . 
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   c e n t r a l d i v i s i o n   c f b   c h a r l o t t e h o r n e t s   c h r i s p a u l   c o l i n c o w h e r d   c o l l e g e b a s k e t b a l l   c o l l e g e f o o t b a l l   d e a n d r e a y t o n   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   f o o t b a l l   g o l d e n s t a t e w a r r i o r s  
s e v e n   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ' s   2 0   g r e a t e s t   c e n t e r s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   d i d   b l a k e   g r i f f i n   t a k e   s h o t   a t   n e t s   l o c k e r   r o o m   w i t h   c s   p r a i s e ?   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w e l c o m e   t o   b o s t o n     l e t ’ s   s e e   i f   t h e   c l o c k   c a n   t u r n   b a c k   a n d   y o u   a r e   j u m p i n g   o u t   t h e   g y m   a g a i n   😂 😂   
 
 c e l t i c s t a l k   b o s t o n c e l t i c s  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   8 6   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   n e w   r o s t e r   a f t e r   t h e   s i g n i n g   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b l a k e g r i f f i n c e l t i c s   b l a k e g r i f f i n t o b o s t o n   b o s t o n c e l t i c s   b o s t o n c e l t i c s l i n e u p 2 0 2 3   b o s t o n c e l t i c s n e w s t o d a y   b o s t o n c e l t i c s r o s t e r 2 0 2 3   b o s t o n c e l t i c s t r a i n i n g c a m p 2 0 2 2   c e l t i c s l i n e u p 2 0 2 2  
" i t ' s   a   d i f f e r e n t   a t m o s p h e r e   t h a n   i ' m   u s e d   t o .   i n   a   g o o d   w a y . "   b l a k e   g r i f f i n   t a l k s   " w e l c o m i n g "   a t m o s …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   7 7   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n   t h i s   d a y :   b o s t o n   g u a r d   s i   g r e e n   p a s s e s ;   f o r w a r d   d o u g   s m i t h   s i g n s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   i n   g r e e n .   c e l t i c s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
r e c e n t l y   s i g n e d   b l a k e   g r i f f i n   h o l d s   i n t r o d u c t o r y   b o s t o n   c e l t i c s   p r e s s   c o n f e r e n c e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
m a r c u s   s m a r t   o n   i m e   u d o k a ’ s   s i t u a t i o n :   “ t h a t ’ s   n o t   m y   b u s i n e s s ,   a n d   i   d o n ’ t   w a n t   i t   t o   b e ”   b o s t o n c e l t i c s   i m e u d o k a   m a r c u s s m a r t  
c e l t i c s   p r a c t i c e   h i g h l i g h t s   f t .   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b o s t o n c e l t i c s m e d i a d a y   c e l t i c s c l n s   c e l t i c s m e d i a d a y   c e l t i c s p r a c t i c e   c e l t i c s p r a c t i c e h i g h l i g h t s   c e l t i c s t r a i n i n g c a m p   c e l t i c s t r a i n i n g c a m p h i g h l i g h t s   c l n s m e d i a  
t o r o n t o   r a p t o r s   a t   b o s t o n   c e l t i c s   2 0 2 2 - 2 3   p r e s e a s o n :   h o w   t o   w a t c h ,   b r o a d c a s t ,   l i n e u p s   ( 1 0 / 5 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n b a t w i t t e r   n b a   b a s k e t b a l l   b o s t o n c e l t i c s   
 
 t h e   b o s t o n   c e l t i c s   m i g h t   h a v e   t h e   n b a ' s   m o s t   t a l e n t e d   r o s t e r .   
 
 t a k e   a   l o o k   a t   t h e   b o s t o n   c e l t i c s   n b a   2 0 2 2 - 2 3   r o s t e r :  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r a n d o m   t h o u g h t s   a s   t h e   p r e s e a s o n   b e g i n s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   h o r n e t s   1 0 / 2 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   i n k s   p u m a   e n d o r s e m e n t   e x t e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t a l k s   a d d i t i o n   a n d   r o l e   o f   b l a k e   g r i f f i n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   h o p i n g   t o   r e m a i n   a s   a   c e l t i c   f o r   t h e   r e s t   o f   h i s   c a r e e r   b o s t o n c e l t i c s   m a r c u s s m a r t  
v i d e o :   f i r s t   e v e r   c e l t i c   9 1   b l a k e   g r i f f i n   t a l k s   a b o u t   w h a t   h e   c a n   b r i n g   t o   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   b l o w o u t   h o r n e t s   t o   k i c k   o f f   p r e s e a s o n   1 3 4   t o   9 3   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t w i t t e r   h a s   d e c i d e d   b l a k e   g r i f f i n   i s   t h e   m y s t e r y   f a t h e r   t o   l a n a   r h o a d e s ’   c h i l d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
m o r e   d i s t u r b i n g   d e t a i l s   c o m e   o u t   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c h r i s b r o u s s a r d   c j m c c o l l u m   c l i p p e r s n e w s   e a s t e r n c o n f e r e n c e   e s p n   f i r s t t a k e   i m e u d o k a   i m e u d o k a b o s t o n c e l t i c s   k a w h i l e o n a r d l a u g h   k e v i n d u r a n t   k e v i n d u r a n t t r a d e   k y r i e i r v i n g  
b o s t o n   w e   g o t t a   p r o b l e m !   👀   
 m a t t b a r n e s ,   w h o   i n i t i a l l y   d e f e n d e d   u d o k a   r e v o k e d   h i s   s u p p o r t   a f t e r   f i n d i n g   o u t   t h e   “ f a c t s " ,   s a y s   i f   t h e   t r u t h   c o m e s   o u t ,   h e ' l l   b e   l u c k y   i f   h e   s t i l l   c o a c h e s   i n   t h e   n b a   b o s t o n c e l t i c s   c e l t i c s t a l k 
 s o u r c e   v i a :    
2 0 0 2 - 0 3   u p p e r   d e c k   s p   a u t h e n t i c   5   p a u l   p i e r c e     b o s t o n c e l t i c s   c e l t i c s   h o f 
 
 $ 3   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
j a y l e n   b r o w n   p r a i s e s   m a l c o l m   b r o g d o n   i n   c e l t i c s '   d e b u t :   ' h e ’ s   d e f i n i t e l y   j u s t   g o i n g   t o   m a k e   u s   b e t t e r   o v e r a l l '   
 
 c e l t i c s   🏀 
 b o s t o n c e l t i c s   🏟 
 n b a   n b a t w i t t e r   
 
  
b l a k e g r i f f i n   w i l l   w e a r   n o   9 ⃣ 1 ⃣   i n   h o n o r   o f   d e n n i s r o d m a n ! 
 
 n b a t w i t t e r l i v e   n b a t w i t t e r   b o s t o n   c e l t i c s   b o s t o n c e l t i c s   g r i f f i n   b l e e d g r e e n   d e n n i s   r o d m a n   r o d z i l l a   w o r m  
c e l t i c s   r e d d i t   p o d c a s t   ( e p .   2 2 9 )   |   h a u s e   m o n e y 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
t h e   c e l t i c s '   l u c k   m i g h t   b e   c h a n g i n g . . . 
 
 
 
 c l i c k   t h e   l i n k   f o r   m o r e   o n   t h e   t e a m .   d r o p   y o u r   c e l t i c s   p r e d i c t i o n s   i n   t h e   r e p l i e s . 
 
 s p o r t s   n b a   b a s k e t b a l l   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
‘ i   d i d n ’ t   c o m e   h e r e   d e m a n d i n g   a   c e r t a i n   t y p e   o f   r o l e ’ :   h e r e ’ s   w h y   b l a k e   g r i f f i n   c h o s e   t o   p u r s u e   a   t i t l e   a n d   j o i n   t h e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   o n   u d o k a   s i t u a t i o n :   w e   d o n ' t   k n o w   a n y t h i n g ,   i t ' s   n o t   m y   b u s i n e s s   a n d   i   d o n ' t   w a n t   i t   t o   b e   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   o n   u d o k a   s i t u a t i o n :   w e   d o n ' t   k n o w   a n y t h i n g ,   i t ' s   n o t   m y   b u s i n e s s   a n d   i   d o n ' t   w a n t   i t   t o   b e   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s m a r t   s h r u g g e d   a n d   o f f e r e d   h a l f   a   l a u g h   w h e n   i t   w a s   s u g g e s t e d   i t   m i g h t   b e   a   l i t t l e   h a r d   t h a t   b a r n e s   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   v s .   c h a r l o t t e   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
o n   m o n d a y   m o r n i n g ,   1 5   d a y s   b e f o r e   t h e   s e a s o n - o p e n e r ,   g r i f f i n   o f f i c i a l l y   s i g n e d   w i t h   t h e   b o s t o n   c e l t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r i f f i n   e x p e r i e n c e d   t h e   w r a t h   o f   t h a t   y o u n g   c o r e   l a s t   s p r i n g   w h e n   h e   a n d   t h e   b r o o k l y n   n e t s   w e r e   s w e p …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   . . . 
   
 
   
 b o s t o n c e l t i c s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s f u l l g a m e h i g h l i g h t s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s h i g h l i g h t s   c e l t i c s h o r n e t s p r e s e a s o n h i g h l i g h t s   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s  
b l a k e   g r i f f i n   d i s c u s s e s   n e w   r o l e   w i t h   c e l t i c s ,   h i s   j o u r n e y   t o   b o s t o n ,   a n d   p l a y i n g   j o e   m a z z u l l a   i n   c o l l e g e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   i m e   u d o k a   ‘ m a y   n e v e r   a g a i n   b e   a   h e a d   c o a c h   i n   t h e   n b a ’   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
e v e n   t h o   i t   w a s   j u s t   p r e - s e a s o n ,   i t   s u r e   w a s   g r e a t   t o   s e e   s o m e   b o s t o n c e l t i c s   b a s k e t b a l l   i n   b o s t o n   y e s t e r d a y !       i ' m   o p t i m i s t i c   t o   s e e   h o w   t h i s   y e a r s   p a n s   o u t !  
( 2 n d   o c t o b e r   2 0 2 2 )   n b a   p r e s e a s o n   b e s t   p l a y s . 
 f u l l   v i d e o   l i n k :   
 
 
 n b a   n b a 2 k 2 3   n b a j a p a n g a m e s 2 0 2 2   3 6 e r s   b o s t o n c e l t i c s   c e l t i c s   h o r n e t s   l a m e l o b a l l   c r a i g r a n d a l l   r a n d a l l  
b o s t o n   c e l t i c s   v s .   c h a r l o t t e   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
b l a k e   g r i f f i n   s h a r e s   h i s   i n i t i a l   i m p r e s s i o n s   o f   n e w   c e l t i c s '   h e a d   c o a c h   j o e   m a z z u l l a   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a   s e l f - a w a r e   b l a k e   g r i f f i n   s a y s   h e   w a n t s   t o   ' f i l l   t h e   g a p s '   t o   h e l p   t h e   c e l t i c s '   c h a m p i o n s h i p   p u r s u i t   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   o p e n   t h e i r   p r e s e a s o n   w i t h   a   s t a t e m e n t   w i n   o v e r   h o r n e t s   |   . . .     v i a     
 
 n b a t w i t t e r   b o s t o n c e l t i c s   c e l t i c s   c e l t i c s w i n
i c y m i :   n i a   l o n g   s p o t t e d   f o r   1 s t   t i m e   s i n c e   i m e   u d o k a   s c a n d a l   +   m a t t   b a r n e s   s a y s   i m e   w i l l   b e   l u c k y   t o   e v e r   c o a c h   i n   t h e   n b a   a g a i n !     n i a l o n g   i m e u d o k a   b o s t o n c e l t i c s   k e m p i r e  
b o s t o n   c e l t i c s :   r e c e n t   6 x   a l l - s t a r   s i g n i n g   n o t   e x p e c t e d   t o   s t a r t   f o r   c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a s k e d   b l a k e   g r i f f i n   a b o u t   c o n v e r s a t i o n s   a n d   e a r l y   i m p r e s s i o n s   w i t h   h i s   c e l t i c s   t e a m m …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   w i l l   w e a r   n o .   9 1   f o r   t h e   c e l t i c s ,   a s   a   s a l u t e   t o   d e n n i s   r o d m a n .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   w i l l   b e   t h e   f i r s t   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   t o   w e a r   9 1 .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s o . .   i ' m   p r e t t y   d u r e   t h e   n e w   c e l t i c s '   p l a y e r   i a   a   b e l l a r k e   s h i p p e r 🤭 😂   
 . 
 b l a k e   g r i f f i n   t h e 1 0 0   b e l i z a   b o s t o n c e l t i c s 
    
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬇ ️ c h a r l o t t e h o r n e t s   9 3   ( 0 - 1 ) 
 ⬆ ️ b o s t o n c e l t i c s   1 3 4   ( 1 - 0 ) 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔹 9 / p t s 
 🔹 5 / r e b 
 🔹 4 / a s t 
 🔹 0 / s t l 
 🔹 1 / b l k 
 🔹 0 / t o 
 🔹 1 / 1 t 2 
 🔹 2 / 2 t 3 
 🔹 0 / t l 
 🔹 1 8 : 0 0 / m i n : s e g 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
l i v e   g a r d e n   r e p o r t :   c e l t i c s   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s p o s t g a m e s h o w   c h a r l o t t e h o r n e t s   c l n s   c l n s c e l t i c s p o s t g a m e   c l n s m e d i a   c l n s p o s t g a m e  
b o s t o n   h a s   a   ' d i f f e r e n t   a t m o s p h e r e   t h a n   i ’ m   u s e d   t o , '   s a y s   n e w e s t   c e l t i c   b l a k e   g r i f f i n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n   t h i s   e d i t i o n   o f   t h e l a s t d r o p ,   j b   & a m p ;     k i c k   o f f   o c t o b e r   w i t h   m e z c a l   m o n t h .   1 s t ,   w e   g e t   i n t o   a l l   t h e   s p o r t s   n e w s   i n v o l v i n g   t h e   b o s t o n c e l t i c s   c o a c h i n g   s t a t u s   & a m p ;   t h e   m i a m i d o l p h i n s   q b   i n j u r y .   t h e n   j b   o p e n s   u p   a   b o t t l e   o f   d o s h o m b r e s   m e z c a l   t o   r e v i e w 
 

i c y m i :   n i a   l o n g   s p o t t e d   f o r   1 s t   t i m e   s i n c e   i m e   u d o k a   s c a n d a l   +   m a t t   b a r n e s   s a y s   i m e   w i l l   b e   l u c k y   t o   e v e r   c o a c h   i n   t h e   n b a   a g a i n !     n i a l o n g   i m e u d o k a   b o s t o n c e l t i c s   k e m p i r e  
v e r s a t i l i t y   o n   d i s p l a y   i n   v i c t o r y   o v e r   t h e   c h a r l o t t e   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h a t   d o e s   t h e   b o s t o n   c e l t i c s '   1 3 4 - 9 3   p r e s e a s o n   b l o w o u t   o f   t h e   c h a r l o t t e   h o r n e t s   t e l l   u s   a b o u t   t h e   s e a s o n   t o   c o m e ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   m a k e   b l a k e   g r i f f i n   s i g n i n g   o f f i c i a l   v i a   p r e s s   r e l e a s e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i f   t a t u m   w e n t   u p   w i t h   h i s   l e f t   h a n d ,   t h i s   w o u l d   h a v e   b e e n   a n   e a s y   l a y u p 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
a n a l y s t :   ‘ b o s t o n   c e l t i c s   l o o k   l i k e   p o s t - j a n u a r y   c s   u n d e r   j o e   m a z z u l l a ’   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w e l c o m e   t o   b o s t o n ,     g r i f f i n   ☘ ️   📝   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e s t   i n   p e a c e   b i l l   r u s s e l l   -     n b a   n b a f i n a l s   n b a f i n a l s m v p   j e r r y w e s t   l e b r o n j a m e s   l a r r y b i r d   c e l t i c s   b o s t o n   b o s t o n c e l t i c s     b l a c k n e w s   b l a c k p o l i t i c s   b l a c k m e d i a   b l a c k v i e w s
n b a   b o s t o n c e l t i c s   i m e u d o k a   m a r c u s s m a r t   m a r c u s   s m a r t :   ' w e   d o n ' t   k n o w   a n y t h i n g '   a b o u t   i m e   u d o k a   s i t u a t i o n  
i t ’ s   t i m e   t o   r i n g   c h a s e   i n   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t a c o j a y _ s u p e r s t a r 🏀 🔥 
 
 🔸 f l o o r   p r i c e   0 , 0 4   $ e t h 
 🔸 p o l y g o n   n e t w o r k 
 🔸 b a s k e t t a r i   n f t   c o l l e c t i o n   a v a i l a b l e   o n   o p e n s e a   
 
 n f t s   n f t c o m m u n i t y   n f t c o l l e c t i o n   n f t d r o p   n f t g i v e a w a y   p f p   b a s k e t b a l l   n b a t w i t t e r   j a y s o n t a t u m   b o s t o n c e l t i c s   c e l t i c s   c e l t i c s n a t i o n 
 

m a l i k a a n d r e w s   i s   j u s t   a   l o n g   l i n e   o f   b l a c k   p e o p l e   e s p n   h i r e s   t o   d e g r a d e   b l a c k   m e n / a t h l e t e s .   s h e ' s   n o   d i f f e r e n t   t h a n   s t e p h e n a s m i t h   k e n d r i c k p e r k i n s   .   m a t t a r a i z a   f r o m   t h e   b i l l s   w a s   a c c u s e d   o f   g a n g   r a p e   a n d   t h a t   s t o r y   w e n t   a w a y   q u i c k .   i m e u d o k a   b o s t o n c e l t i c s
h o w   i   f e e l   a f t e r   o u r   f i r s t   p r e s e a s o n   g a m e   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
c e l t i c s   d i v e 
 g u a r d s -   s m a r t & g t ; w h i t e & g t ; b r o g d o n & g t ; p r i t c h a r d   ( y e s   h e   i s   p a r t   o f   t h e   r o t a t i o n ) 
 w i n g s -   b r o w n   a n d   t a t u m   s e t   i n   s t o n e 
 b i g s -   a l   h o r f o r d & g t ; g r a n t   w i l l i a m s & g t ; b l a k e   g r i f f i n 
 c e l t i c s t a l k   b o s t o n c e l t i c s   c e l t i c s
h o w   m u c h   d i d   j a y l e n   b r o w n ' s   f i t   s e t   h i m   b a c k ?   
 
 c e l t i c s   🏀 
 b o s t o n c e l t i c s   🏟 
 n b a   n b a t w i t t e r   
 

g r e a t   p i c   i   t o o k   t o d a y .   w e ’ l l   f o l l o w   y o u   t h r o u g h   t h e   f i r e   c o a c h . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
t w o   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ' s   2 0   g r e a t e s t   p o w e r   f o r w a r d   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   . . . 
   
 
   
 2 0 2 2 2 0 2 3 n b a s e a s o n   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c c b n   c e l t i c s v s h o r n e t s   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a   e x t e n d e d n b a h i g h l i g h t s   f u l l g a m e h i g h l i g h t s   h o r n e t s v s c e l t i c s   h o r n e t s v s c e l t i c s 2 0 2 2  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 6   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h e r e ' s   d e f i n i t e l y   a   f r e e d o m   i n   m y   m i n d   o f   n o t   h a v i n g   t o   b e   t h e   g u y   t h a t ' s   s c …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   m u c h   d i d   j a y l e n   b r o w n ' s   f i t   s e t   h i m   b a c k ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
“ n i a   l o n g   d e s e r v e d   b e t t e r   t h a n   t h i s   c h e a t e r ”   i m e   u d o k a   r e p o r t e d l y   h a d   m u l t i p l e   a f f a i r s   a n d   e v e n   s l e p t   w i t h   w i f e   o f   a   m i n o r i t y   o w n e r     b o s t o n c e l t i c s   n b a
p r a c t i c e   l i k e   i t ’ s   a   r e a l   g a m e   ‼ ️   b a s k e t b a l l   n b a   b o s t o n c e l t i c s   b o s t o n c e l t i c s ☘ ️   p r o   w o r k o u t 
   
 
   
 b a s k e t b a l l v i d e o s  
m a l c o l m   b r o g d o n   s h i n e s   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b r o g d o n c e l t i c s d e b u t   b r o g d o n d e b u t   c e l t i c s c l n s   c e l t i c s d e b u t   c e l t i c s p o s t g a m e l i v e   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c l n s   c l n s m e d i a   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n  
r e h a b   t i m e   💪 🏻 
 b o s t o n c e l t i c s  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 5   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
“ s i t   b a c k   m a g i c   j o h n s o n … i m   t a k i n g   o v e r ”   l a r r y   b i r d ’ s   t r a s h - t a l k   l e f t   l a k e r s   l e g e n d   s t u n n e d     b o s t o n c e l t i c s   l a l a k e r s
[ b o s t o n   c e l t i c s   o n   t w i t t e r ]   n e w   p a r q u e t   🔥 🔥 🔥 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
u p   n e x t !   n b a   2 k   r e a l i s t i c   r e t r o   g a m e p l a y !   d e r r i c k   r o s e   v s   p a u l   p i e r c e !   b u l l s   v s   c e l t i c s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   7 ,   2 0 2 2   6 : 0 0   p m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   c h i c a g o b u l l s   d e r r i c k r o s e   b o s t o n c e l t i c s   b u l l s v s c e l t i c s   c e l t i c s   b u l l s   p a u l p i e r c e  
o n   t h i s   d a y :   c e l t i c s   t r a d e   f o r   j e r r y   s i c h t i n g ;   c o u r t n e y   l e e   b o r n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j a y l e n   b r o w n   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 2 ) :   2 4   p o i n t s ,   5   r e b o u n d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c a b i n   j e l l y 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
w h e n   i t ’ s   y o u r   w e d d i n g   b u t   s p o r t   i s   l i f e ! 
   b o s t o n c e l t i c s   p o r t a d e l a i d e   w e a r e p o r t a d e l a i d e   a f l   n b a  
t h i s   l o o k e d   s o   w e i r d   i   h a d   t o   r e w i n d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
h o w       e d d i e   p a l l a d i n o ' s   d r e a m   c a m e   t r u e   t o   b e   t h e     p u b l i c   a d d r e s s   a n n o u n c e r   c e l t i c s t a l k   
   b o s t o n
j a y s o n   t a t u m   s u r p r i s e s   f a n s   o n   s t a g e   a t   j a c k   h a r l o w   c o n c e r t   i n   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e p i s o d e   1 8 8   i s   n o w   a v a i l a b l e   . . .   t h e   g o o d   t h i n g s   f r o m   b r o g d o n ,   t h e   s a m e   b a d   h a b i t s   f r o m   s m a r t ,   d w 9   g e t t i n g   m o r e   c o m f o r t a b l e   a n d   m u c h   m o r e 
 
 b o s t o n   b o s t o n c e l t i c s   c e l t i c s   n e w   p o d c a s t  
t o p i c   t u e s d a y :   w h a t   s h o u l d   t h e   c e l t i c s   o p e n i n g   n i g h t   s t a r t i n g   5   b e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 1 € 
 ➡  
2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   p r i x   e x t r a o r d i n a i r e   d e   2 1 € 
 🛒  
c e l t i c s   s i g n   r o x b u r y   n a t i v e   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   s i g n s   a j   r e e v e s   t o   e x h i b i t - 1 0   c o n t r a c t   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c e l t i c s ’   r o b e r t   w i l l i a m s   i i i   p r o j e c t e d   a s   n o .   1 1   c e n t e r   i n   n b a   f o r   2 0 2 2 - 2 3   b y   s p o r t i n g   n e w s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n e w   b o s t o n   v e r t   2 0 2 2   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 🛒  
h o w   d i f f e r e n t   c a n   w e   e x p e c t   i n t e r i m   b o s t o n   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t o   b e   f r o m   i m e   u d o k a ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u t é   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   i n c r o y a b l e   d e   2 1 € 
 ➡  
c e l t i c s   a l u m   k e n n y   a n d e r s o n   t a l k s   h i s   e c f   r u n s   w i t h   p a u l   p i e r c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   w a i v e   f o r m e r   k n i c k s   a n d   s p u r s   f o r w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s :   a l   h o r f o r d   l a u d s   v e t e r a n   f r e e   a g e n t   a d d i t i o n 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o
b o s t o n   c e l t i c s :   l a s t   l a k e r s   r o s t e r   s p o t   c o u l d   g o   t o   s u m m e r   l e a g u e   h e r o 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   d e a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   b e a u t i f u l   m i s s   t i a n a 
 c e l t i c s   g a m e d a y   b o s t o n  
n b a   r u m o r s :   c e l t i c s   s i g n   p r o v i d e n c e   g u a r d   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a z z u l l a :   l u k e   k o r n e t   w a s   a   ' f u l l   g o '   a t   p r a c t i c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   t o   r e p o r t e d l y   w a i v e   c a m p   i n v i t e e   l u k a   s a m a n i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s h o u l d   t h e   c e l t i c s   t r a d e   f o r   j a e   c r o w d e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p e l i c a n s   s i g n   f o r m e r   c e l t i c s ,   p a c e r s   a n d   t i m b e r w o l v e s   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   n o t e b o o k :   k o r n e t   c l o s e   t o   r e t u r n i n g   f r o m   i n j u r y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a l   h o r f o r d   b e l i e v e s   c e l t i c s '   c h e m i s t r y   f r o m   l a s t   y e a r ' s   r u n   h a s   ' c a r r i e d   o v e r '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p a y t o n   p r i t c h a r d ' s   b a t t l e   f o r   m i n u t e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
        d i n g   d i n g   d i n g   f o r   a j !     l o c a l   b o s t o n   k i d   g e t t i n g   a   l e g i t   c e l t i c s   c o n t r a c t !     a w e s o m e   n e w s      
a l   h o r f o r d   b e l i e v e s   c e l t i c s '   c h e m i s t r y   f r o m   l a s t   y e a r ' s   r u n   h a s   ' c a r r i e d   o v e r '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p a y t o n   p r i t c h a r d ' s   b a t t l e   f o r   m i n u t e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i m e   u d o k a   s u s p e n d e d   f r o m   c o a c h i n g   c e l t i c s   
 
 i m e u d o k a   n b a   b a s k e t b a l l   c e l t i c s   b o s t o n  
f o r m e r   c e l t i c s   h e a d   c o a c h   d o c   r i v e r s   c l a i m s   b o s t o n   l e t   k e y   p i e c e s   g o   t o o   s o o n   a f t e r   2 0 0 8   t i t l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i a   l o n g   s h a r e s   f a m i l y   p h o t o   w i t h   s o n s   w e e k s   a f t e r   f i a n c é   i m e   u d o k a ' s   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   e n c o u r a g e d   w i t h   l u k e   k o r n e t ’ s   r e c o v e r y   f r o m   a n k l e   i n j u r y :   ‘ h a p p y   t o   h a v e   h i m   b a c k ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t a c k o   f a l l   r e v e a l s   h i s   f r i e n d s h i p   w i t h   c e l t i c s ’   g r a n t   w i l l i a m s   s t a r t e d   w i t h   a   d u n k   a t t e m p t   a t   t h e   2 0 1 9   n b a   c o m b i n e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   h a s   ‘ f i t   i n   q u i c k l y ’   t o   t h e   b o s t o n   c e l t i c s ,   a c c o r d i n g   t o   a l   h o r f o r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h e r e   d o   r a p t o r s   r a n k   a m o n g   c e l t i c s '   t o p   c h a l l e n g e r s   i n   e a s t e r n   c o n f e r e n c e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 1 € 
 🛒 
 
 n b a  
w h a t   l u k e   k o r n e t ' s   r e t u r n   t o   c e l t i c s   p r a c t i c e   m e a n s   f o r   f r o n t   c o u r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n j u r y   u p d a t e :   b o s t o n ’ s   l u k e   k o r n e t   ‘ a   f u l l   g o ’   i n   p r a c t i c e   m o n d a y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   a l   h o r f o r d :   b l a k e   g r i f f i n   i s   a l r e a d y   ' o n e   o f   u s '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r c u s s m a r t   m a r c u s   s m a r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
🇺 🇸 | n o u v e a u t é   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 n b a  
m a r c u s   s m a r t   r e a c t s   t o   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a i l b a g :   w i l l   a   g r a n t   w i l l i a m s   c o n t r a c t   e x t e n s i o n   g e t   d o n e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   a d m o n i s h e s   d r a y m o n d   g r e e n   f o r   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   i s   r e a d y   f o r   a n o t h e r   l e a p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a i l b a g :   w i l l   a   g r a n t   w i l l i a m s   c o n t r a c t   e x t e n s i o n   g e t   d o n e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   p r i x   f o u   d e   2 ⃣ 1 ⃣ € 
 ➡  
m a r c u s   s m a r t   d i s c u s s e s   d r a y m o n d   g r e e n - j o r d a n   p o o l e   f i g h t :   ' i t   h a p p e n s '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   g e t s   k e m b a   w a l k e r ’ s   v o t e   o f   a p p r o v a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
h o w   w i l l   t h e   b o s t o n   c e l t i c s   u s e   r e s e r v e   p o i n t   g u a r d   m a l c o l m   b r o g d o n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ' i   w a n t   t o   h e l p   ( u s )   w i n '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   t r o p h y   c l u b   c a r d s -   d a z z l e   p a r a l l e l s -   p a u l   p i e r c e -   r a y   a l l e n -   k e v i n   g a r n e t t -   $ 2   e a c h   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   s t r u g g l i n g   t o   g a r n e r   n b a   i n t e r e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l o v e   t o   s e e   i t ,   w h y   b o s t o n   s p o r t s   i s   s u c h   t h e   c i t y   o f   c h a m p i o n s ,   s u p p o r t i n g   e a c h   o t h e r .   
 
 o n t o b a n n e r 1 8   c e l t i c s   
 
  
b o s t o n ’ s   m a r c u s   s m a r t   t h i n k s   d r a y m o n d   g r e e n   ‘ m a d e   a   m i s t a k e ’   w i t h   t h e   j o r d a n   p o o l e   f i g h t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   n o t   c o n c e r n e d   a b o u t   p r e s e a s o n   s h o o t i n g   w o e s   f o l l o w i n g   l o s s   t o   b u l l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e r e ' s   w h a t   m a r c u s   s m a r t   s a i d   a b o u t   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a n   a g i t a t o r   h i m s e l f ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   w a r r i o r s '   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e r e ' s   w h a t   m a r c u s   s m a r t   s a i d   a b o u t   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n j u r y   u p d a t e :   l u k e   k o r n e t   ‘   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i n g   i n   n o n - c o n t a c t   d r i l l s ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
‘ t h i s   i s   a   g r e a t   o p p o r t u n i t y , ’   s a y s   c e l t i c s ’   n o a h   v o n l e h   o f   h i s   s h o t   a t   m a k i n g   b o s t o n ’ s   r o s t e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
v i n t a g e   b o s t o n   m a s s   s t a t e   h o u s e   m a s s a c h u s e t t s   n e w   e n g l a n d   u s a   t r a v e l   p e n n a n t       a n t i q u e   w a l l d e c o r   v i n t a g e e t s y   n f l   m i t   f e l t p e n n a n t   n e w e n g l a n d   b o s t o n   m l b   r e d s o x     d i r t y w a t e r   n h l b r u i n s   p a t r i o t s   c e l t i c s   u s a   f o r e v e r n e   a n t i q u e s   h a r v a r d   u m a s s
v i n t a g e   ' s a l i s b u r y   b e a c h ,   m a s s . '   m a s s a c h u s e t t s   u s a   s o u v e n i r   t r a v e l   p e n n a n t       a n t i q u e   w a l l d e c o r   v i n t a g e e t s y   u s a   p a t s f o o t b a l l     a l l a b o u t 1 8   f e l t p e n n a n t   v i n t a g e   n e w e n g l a n d   b o s t o n   r e d s o x   n h l b r u i n s   p a t r i o t s   n f l   c e l t i c s   m i t   s a l i s b u r y   u m a s s
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a n   a g i t a t o r   h i m s e l f ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   w a r r i o r s '   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e p .   a y a n n a   p r e s s l e y   o n   j a y l e n   b r o w n ’ s   l e a d e r s h i p   i n   b o s t o n   a n d   b e y o n d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s ’   m a r c u s   s m a r t   o n   d r a y m o n d   g r e e n   i n c i d e n t :   ‘ h e   m a d e   a   m i s t a k e …   a s   a   l e a d e r ,   y o u   c a n ’ t   d o   t h a t ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  w h y   t h o   h e   a i n ’ t   g o n n a   d o   s h i t   f o r   u s   f r   c e l t i c s     b o s t o n
a s k   t h e   b o s t o n   c e l t i c s   h o w   t h a t   g o .   m a t t e r   o f   f a c t ,   t h e   h u s b a n d   & a m p ;   t h e   w i f e   w o r k e d   a t   t h e   s a m e   p l a c e   a n d   s h e   * s t i l l *   c h e a t e d . 
 s o   w h a t   w u d   b e   t h e   c a s e   i f   t h e y   w o r k e d   m i l e s   a p a r t ? 
 
 l i s t e n . . .
n o a h   v o n l e h   i s   t h e   o b v i o u s   c h o i c e   t o   m a k e   t h e   c e l t i c s   r o s t e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   o n   d r a y m o n d   g r e e n   v i d e o :   ' a s   a   l e a d e r ,   y o u   c a n ' t   d o   t h a t '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l u k e   k o r n e t   r e t u r n s   t o   c e l t i c s   p r a c t i c e   a f t e r   s p r a i n   f o r   n o n - c o n t a c t   d r i l l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a t c h :   j u s t i n   j a c k s o n   h a s   b i g   b l o c k   o n   f o r m e r   d u k e   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
[ p r e v i e w   2 0 2 2 - 2 3 ]   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a b a u t r e t   a l l   a n g e l e s   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t   b a s k e t b a l l   b l o c k   b o s t o n c e l t i c s   b r y a n t   b u l l s   c a r m e l o   c h i c a g o   c h r i s   c l i p p e r s   c o n t r e   c u r r y   d a v i s   d u f a n t   d u n k   d u r a n t   e a s t e r n c o n f e r e n c e  
d o c   r i v e r s   r e v e a l s   s i x e r s   s t a r t e r s   w i l l   p l a y   i n   f i n a l   2   p r e s e a s o n   g a m e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   l a b   1 4 6 :   c a t c h i n g   u p   w i t h   t a c k o   f a l l   o n   h i s   n e w   b o o k ,   t h e   c b a ,   a n d   t i e s   t o   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   b o s t o n   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
i f   t h e   c e l t i c s   w i n   t h e   2 0 2 3   n b a   c h a m p i o n s h i p ,   t h e s e   w i l l   b e   t h e   r e a s o n s   w h y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   b o s t o n   c e l t i c s   a r e   r i d i c u l o u s l y   g o o d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e p t h   s h i n e s   i n   p r e s e a s o n   w i n :   1 0   t a k e a w a y s   f r o m   c e l t i c s - h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e y     !   w h a t   b a s k e t b a l l   p l a y e r   w o u l d   b e   a   g r e a t   s p o k e s p e r s o n   f o r   a u t u m n ? …   t a c k o   f a l l .     b l e e d g r e e n   b o s t o n   c e l t i c s   f a l l   a u t u m n   t a c o s
⚽ | n o u v e a u t é   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   p r i x   d i n g u e   d e   2 1 € 
 🛒 
 
 n b a  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
w i l l   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   b r i n g   o u t   t h e   b e s t   o f   j a y l e n   b r o w n   a n d   j a y s o n   t a t u m ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ’ s   j a y s o n   t a t u m   c r a c k s   t o p   t h r e e   i n   s p o r t i n g   n e w s ’   2 0 2 2 - 2 3   t o p   s m a l l   f o r w a r d s   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c a n   s a m   h a u s e r   a n d   l u k e   k o r n e t   g i v e   t h e   b o s t o n   c e l t i c s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b l a k e g r i f f i n   b l a k e   g r i f f i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j u s t i n   j a c k s o n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u s t i n j a c k s o n   j u s t i n   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
k e m b a   w a l k e r   h a s   ' s o m e   r e g r e t s '   p l a y i n g   f o r   c e l t i c s   i n   n b a   b u b b l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
s p o r t i n g   n e w s   r a n k s   c e l t i c s ’   m a r c u s   s m a r t   i n   n b a ’ s   t o p   h a l f   o f   s t a r t i n g   p o i n t   g u a r d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   b o s t o n   d o m i c i l e   2 0 2 2   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 n b a  
e v a l u a t i n g   b l a k e   g r i f f i n ' s   p r e s e a s o n   d e b u t   w i t h   t h e   b o s t o n   c e l t i c s 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   n e t s   p i s t o n s   w i z a r d s   c l i p p e r n a t i o n   j a p a n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s     u s a
🇺 🇸 | n e w   b o s t o n   d o m i c i l e   2 0 2 2   t a t u m   0 ⃣ 
 a u   t a r i f   d i n g u e   d e   2 1 € 
 ➡ 
 
 2 0 2 2  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
⚽ | n o u v e a u   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   i n c r o y a b l e   d e   2 1 € 
 ➡ 
 
 2 0 2 2  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ‘ i   w a n t   t o   h e l p   ( u s )   w i n ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ' s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ’ s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   t e l l s     p o s t - g a m e :   " t h e   i n t e n s i t y   l e v e l   a n d   m a t u r i t y   l e v e l   o f   t h i s   . . .   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i m e   u d o k a   a c c u s e d   o f   s l e e p i n g   w i t h   w i f e   o f     b o s t o n   c e l t i c s   o w n e r     v i a  
p a u l   g e o r g e   s t a r s   i n   n b a   c o m m e r c i a l   w i t h   j a y s o n   t a t u m ,   j o e l   e m b i i d ,   a n d   d a m i a n   l i l l a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   p r o m o t e   f o r m e r   w v u   p o i n t   g u a r d   t o   i n t e r i m   h e a d   c o a c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e c a p :   h o r n e t s   d r o p   t h i r d   s t r a i g h t   p r e s e a s o n   g a m e ,   l o s e   t o   c e l t i c s ,   1 1 2 - 1 0 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ’ s   j a y l e n   b r o w n   r a n k e d   i n   s p o r t i n g   n e w s ’   t o p   f i v e   n b a   s h o o t i n g   g u a r d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
b o s t o n ’ s   j a y l e n   b r o w n   j u s t   o u t s i d e   o f   s p o r t s   i l l u s t r a t e d ’ s   t o p   2 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g a m e   r e c a p :   c e l t i c s   1 1 2 ,   h o r n e t s   1 0 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - h o r n e t s   p r e s e a s o n   r e m a t c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c h a r l o t t e   h o r n e t s   d r o p   t h i r d   s t r a i g h t ,   l o s e   t o   b o s t o n   c e l t i c s 
 
 
 
 n b a   c h a r l o t t e   h o r n e t s   a l l f l y   b o s t o n   c e l t i c s   b l e e d g r e e n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a a l l s t a r   n b a j a p a n g a m e s 2 0 2 2   n b a i n a b u d h a b i   l a k e s h o w   h e a t t w i t t e r   m f f l   s u n s
j u s t i n   j a c k s o n   s t r e n g t h e n s   c a s e   f o r   c e l t i c s   r o s t e r   s p o t   i n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   i m e   u d o k a ' s   f a l l o u t   w i t h   b o s t o n   c e l t i c s   c o u l d   s a v e   t h e   b r o o k l y n   n e t s 
 
 
 
 n b a   b r o o k l y n t o g e t h e r   n e t s   b r o o k l y n   b l e e d g r e e n   b o s t o n   c e l t i c s   t r u e t o a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n
b o s t o n   c e l t i c s :   b / r   s e e s   d e r r i c k   w h i t e   a s   o d d   m a n   o u t   i n   b a c k c o u r t 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   t r u e t o a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a i n a b u d h a b i   n b a j a p a n g a m e s 2 0 2 2   m f f l
b l a k e   g r i f f i n   p r a i s e s   ' o f f   t h e   c h a r t s '   c e l t i c s   i n t e n s i t y ,   m a t u r i t y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   b o s t o n   c e l t i c s   n b a   v i d e o :  
j u s t i n   j a c k s o n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j u s t i n   j a c k s o n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
d e r r i c k   w h i t e   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   d e r r i c k   w h i t e   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
j u s t i n   j a c k s o n   s t r e n g t h e n s   c a s e   f o r   c e l t i c s   r o s t e r   s p o t   i n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
l a m e l o   b a l l   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   l a m e l o   b a l l   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
g r a n t   w i l l i a m s   l o o k s   l i k e   a   n e w   p l a y e r :   7   t a k e a w a y s   f r o m   c e l t i c s   v s .   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h r e e   g a m e s ,   t h r e e   d e f e a t s .   w h a t   w e   l e a r n e d   i n   t h e   h o r n e t s ’   p r e s e a s o n   l o s s   t o   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e r r i c k   w h i t e   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e r r i c k w h i t e   d e r r i c k   w h i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
n o a h   v o n l e h   -   1 4   p t s ,   1 3   r e b ,   2   a s t ,   1   s t l   f u l l   h i g h l i g h t s | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 n o a h v o n l e h   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

b l a k e   g r i f f i n   t a k e s   s u b t l e   s h o t   a t   n e t s   a m i d   p r a i s e   f o r   c e l t i c s   a f t e r   h i s   b o s t o n   d e b u t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a l e n   m c d a n i e l s   w i t h   a n   a l l e y   o o p   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  b l a k e   g r i f f i n   c e l t i c s   d e b u t   -   7   p t s ,   9   r e b ,   2   a s t   f u l l   p l a y | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 b l a k e g r i f f i n   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

d e r r i c k   w h i t e   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e r r i c k w h i t e   d e r r i c k   w h i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
p a y t o n   p r i t c h a r d   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a y t o n p r i t c h a r d   p a y t o n   p r i t c h a r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j u s t i n   j a c k s o n   w i t h   a   b l o c k   v s   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n o a h v o n l e h   n o a h   v o n l e h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
w h a t   e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   s a i d   a b o u t   j o e   m a z z u l l a   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   t a k e a w a y s   a s   d e r r i c k   w h i t e   s h i n e s ,   b l a k e   g r i f f i n   m a k e s   d e b u t   i n   p r e s e a s o n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :     1 1 2 ,   h o r n e t s   1 0 3 .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
k e m b a   w a l k e r :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   ' a   s p e c i a l   p e r s o n '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
q u e s t i o n :   w h e n   i n   b o s t o n   w h e r e   d o   y o u   g o   f o r   p i n t s   & a m p ;   a   b i t e   n e a r   t h e   ?   l o o k i n g   f o r   t h e   f e e l   o f     i n   m o n t r e a l .   i   w a n t   t o   s e e   h o w   t h e   l o c a l s   s u p p o r t   t h e i r     a s   w e   d o   o u r   h a b s .   t h e   n e x t   n i g h t   i ' m   a t   t h e     h o m e - o p e n e r .
l a m e l o   b a l l   n e e d s   a n k l e   i n s u r a n c e   a f t e r   t h i s   c r o s s o v e r   b y   w h i t e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   l a m e l o   b a l l   c r o s s o v e r   c h a   c h a r l o t t e   h o r n e t s   b o s   b o s t o n   c e l t i c s
e d d i e   h o u s e :   d r a y m o n d   g r e e n   ' a   b u l l y '   f o r   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   v s .   h o r n e t s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
( n e w   y o r k   t i m e s ) : b o s t o n   c e l t i c s   c o a c h   i m e   u d o k a   r o s e   f a s t   a n d   f e l l   h a r d   :   w e e k s   a f t e r   t h e   c e l t i c s   a b r u p t l y   s u s p e n d e d   u d o k a   f o r   t h e   s e a s o n ,   i t ’ s   s t i l l   n o t   e n t i r e l y   c l e a r   w h y .   s o m e   w h o   h a v e   k n o w n   h i m   a r e   s t r u g g l i n g   t o   m a k e   s e n s e   . .  
e v e r y t h i n g   i t ' s   o k   c e l t i c s 
 
 b e l i e v e   i n   b o s t o n   
 
 r o a d t o 1 8   ☘ ️  
i n   t h e   s p o r t s   w o r l d ,   t h e   h e a d   c o a c h   i s   v e r y   “ f a m o u s ” .   t h a t   i s   c e l e b r i t y .   a n d   i t ’ s   i n t o x i c a t i n g !   e v e n   t o   p e o p l e   w h o   s h o u l d   k n o w   b e t t e r .   i m e u d o k a   b o s t o n   c e l t i c s   n b a   n i a l o n g  
c e l t i c s   s t a r   j a y l e n   b r o w n   o p e n s   u p   d u r i n g   b o s t o n ,   m f a   p a n e l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s t a r   j a y l e n   b r o w n   o p e n s   u p   d u r i n g   b o s t o n ,   m f a   p a n e l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c h a r l o t t e   h o r n e t s   a t   b o s t o n   c e l t i c s   p r e v i e w   a n d   g a m e   t h r e a d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   p o w e r s   o f   7 :   r e i n t r o d u c i n g   t h e   2 0 2 2 - 2 3   n b a   t i t l e   c o n t e n d e r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   ( 1 - 1 )   a t   c h a r l o t t e   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u t é   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   h a l l u c i n a n t   d e   2 1 € 
 🛒  
d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s p e a k i n g   a t   m f a   p a n e l ,   c e l t i c s ’   j a y l e n   b r o w n   c h a l l e n g e s   b o s t o n i a n s   t o   b e t t e r   c i t y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   w i l l   m a k e   c e l t i c s   d e b u t   f r i d a y   a g a i n s t   t h e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   f o u   d e   2 ⃣ 1 ⃣ € 
 🛒  
k e v i n   g a r n e t t   i s   t h e   e p i t o m e   o f   t h e   s t r e t c h   4 . 
   
 c e l t i c s   t i m b e r w o l v e s   b o s t o n   m i n n e s o t a    
3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b e s t   o f   j a y s o n   t a t u m   f r o m   2 0 2 2   p l a y o f f s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o t   t a k e s   w e   m i g h t   a c t u a l l y   b e l i e v e :   c e l t i c s   m o r e   l i k e l y   t h a n   w a r r i o r s   t o   r e t u r n   t o   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   h a s   e a r n e d   a n   i m p o r t a n t   r o l e   o f f   t h e   c e l t i c s   b e n c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   t r a v e l   t o   h o u s t o n   t o   f a c e   r o c k e t s :   p r e v i e w ,   s t a r t   t i m e ,   a n d   m o r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o   r a p t o r s   a n d   c e l t i c s   f a n s   h a v e   b e e f . . .   😆   
 
 
 
 r a p t o r s   t o r o n t o   b o s t o n   c e l t i c s
s a m   h a u s e r   i s   p r o v i n g   h e ' s   r e a d y   f o r   a   b i g g e r   r o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m o r e   p r a y e r s   u p   f o r   b l a c k   l o v e         . _   
 p o d c a s t   r e e l s   f u n n y   r e l a t i o n s h i p   t r e n d i n g   b r e a k i n g   b l a c k i n s t a g r a m   b l a c k t w i t t e r   n b a   b o s t o n   c e l t i c s   n i a l o n g   i m e u d o k a  
o n   b i l l   r u s s e l l ’ s   l e g a c y   a n d   b o s t o n   b a s k e t b a l l   w /   r e p .   a y a n n a   p r e s s l e y   
   
 
   
 b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
📣   n e w   p o d c a s t !   " t h e   b l a c k   m a l e   p o d c a s t   e p   8 1   -   t a k e   o w n e r s h i p "   o n     s p o r t s   x   b l a c k m a l e   b o s t o n   c e l t i c s   c o a c h   g e t   g e t t i n g   g w u n n e t w o r k   h u r t   l a m a r   l o v e   n e e d s   p a i d   p o d c a s t   t a l k   t o   t r e d o t   t s i s w h o i a m   t u e  
⚽ | n e w   b o s t o n   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 🛒  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 1 € 
 🛒 
 
 2 0 2 2  
g r a n t   w i l l i a m s   ' l o c k e d   i n '   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h y   b l a k e   g r i f f i n   c h o s e   t o   w e a r   n o .   9 1   w i t h   c e l t i c s ,   a n d   t h e   r e a s o n   h e ’ s   s t i l l   p l a y i n g   b a s k e t b a l l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 1 € 
 🛒 
 
 t a t u m  
c e l t i c s   v s .   h o r n e t s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ’ s   g r a n t   w i l l i a m s   j u s t   o u t s i d e   s p o r t s   i l l u s t r a t e d ’ s   t o p   1 0 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r a n t   w i l l i a m s   ' l o c k e d   i n '   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   i n c r o y a b l e   d e   2 1 € 
 🛒 
 
 t a t u m  
⚽ | n o u v e a u   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
i m e   u d o k a ' s   a l l e g e d   m i s t r e s s   r e v e a l e d   t o   b e   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  w h a t   h a p p e n e d   t o   s a m s c l o s e t 3 4   o n   i g ?   y o u   w e r e   s e l l i n g   s o m e   g o o d   s t u f f ,   i   w a s   i n t e r e s t e d   i n   a   f e w   t h i n g s   b u t   i t   s e e m s   t o   h a v e   d i s a p p e a r e d .     m s s a m a n t h a m a y   c e l t i c s   b o s t o n   n b a   m a i n e   m s s a m a n t h a m a y 9   j a n a y k i n g   s a m s c l o s e t 3 4   d o r c h e s t e r
🇺 🇸 | n o u v e a u   b o s t o n   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a e x t r a  
a r e   j a y s o n   t a t u m   a n d   t h e   c e l t i c s   a   g o o d   b e t   t h i s   s e a s o n ?   b o s t o n   c e l t i c s   n b a  
c e l t i c s   o f f s e a s o n   a d d i t i o n   d r a w i n g   b i g   o n   2 0 2 3   n b a   a w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e n v e r   n u g g e t s :   3   t a k e a w a y s   f r o m   o c t .   3   l o s s   v s .   t h u n d e r 
 
 
 
 n b a   m i l e h i g h b a s k e t b a l l   d e n v e r   n u g g e t s   m f f l   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n   g o s p u r s g o   s u n s
w i l l   d w i g h t   p o w e l l   c r a c k   t h e   m a v e r i c k s   r o t a t i o n   i n   2 0 2 2 - 2 3   s e a s o n ? 
 
 
 
 n b a   d a l l a s   a m v e r i c k s   m f f l   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n   g o s p u r s g o   h e a t t w i t t e r   s u n s
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   j a y l e n   b r o w n   f o r   ' 2 2   a l l - n b a   f i r s t   t e a m e r 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   m f f l   d u b n a t i o n   g o s p u r s g o   h e a t t w i t t e r   f e a r t h e d e e r   s u n s
j o h n   h o l l i n g e r ' s   c e l t i c s   p r e v i e w :   p r e d i c t i o n s ,   a n a l y s i s   f o r   2 0 2 2 - 2 3   s e a s o n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c e l t i c s   o f f s e a s o n   a d d i t i o n   d r a w i n g   b i g   o n   2 0 2 3   n b a   a w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   t a l k s   m o v i n g   o n   f r o m   n b a   f i n a l s   l o s s ,   e x c i t e m e n t   f o r   n e w   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   l a b   1 4 5 :   h o n o r i n g   b i l l   r u s s e l l ’ s   l e g a c y   a n d   t a l k i n g   b o s t o n   b a s k e t b a l l   w i t h   r e p .   a y a n n a   p r e s s l e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
        w o u l d   l o v e   t o   c a t c h   a   l i v e     g a m e !   u n f o r t u n a t e l y   a l l   o f   m y   c a s h   i s   t i e d   u p   f r o m   a   b o t c h e d   s u l l i v a n   r e p a i r .   a n o t h e r   g a s c a r   o f f   t h e   r o a d !   e l o n m u s k   g r e e n   b o s t o n   b a d w r e n c h
n i a   l o n g   r e s p o n d s   t o   i m e   u d o k a ' s   s u s p e n d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   t a l k :   s a m   h a u s e r ' s   m o m   r e v e a l s   h i s   f i t t i n g   f i r s t   s e n t e n c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t y r e s e   m a x e y ,   s i x e r s   k n o w   t h e y   s t i l l   h a v e   t o   b u i l d   t o   c a t c h   b u c k s ,   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   d r o p s   f - b o m b   d u r i n g   h a l f t i m e   t v   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a l   h o r f o r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a l h o r f o r d   a l   h o r f o r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
s a m   h a u s e r   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s a m h a u s e r   s a m   h a u s e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
[ f i l m   r o o m ]   t h e   c o m m o n   t h e m e s   o f   m a l c o l m   b r o g d o n ' s   p l a y m a k i n g   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t y r e s e   m a x e y ,   s i x e r s   k n o w   t h e y   s t i l l   h a v e   t o   b u i l d   t o   c a t c h   b u c k s ,   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a r r i o r s   l a n d   i n   t o p   t i e r   o f   z a c h   l o w e ’ s   e s p n   n b a   p r e s e a s o n   r a n k i n g s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s h o w i n g   o f f   n e w   c e n t e r - c o u r t   l o g o   i n   p r e s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   i s   b r i n g i n g   s o m e   s e r i o u s   p l a y m a k i n g   t o   t h e   c e l t i c s   b e n c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
k e y s   t o   t h e   g a m e :   r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   ( o t )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c a n   m a l c o l m   b r o g d o n   b r i n g   t o   c e l t i c s ?   g e t   t o   k n o w   v e t e r a n   g u a r d ' s   g a m e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   d r o p s   f - b o m b   d u r i n g   h a l f t i m e   t v   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s t e p h e n   a .   s m i t h   o n   c o a c h   i m e   u d o k a ’ s   s u s p e n s i o n   f r o m   t h e   c e l t i c s   f o r   w o r k p l a c e   r e l a t i o n s h i p :   “ t h a t   w a s   a n   h r   m a t t e r . ”   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s ’   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   b e l i e v e s   s a m   h a u s e r   w i l l   p l a y   a   b i g   r o l e   f o r   c e l t i c s :   ‘ w e ’ r e   g o i n g   t o   n e e d   h i m ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u t é   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   p r i x   h a l l u c i n a n t   d e   2 1 € 
 🛒 
 
 t a t u m  
c e l t i c s '   j a y s o n   t a t u m   n o t   w o r r i e d   a b o u t   p r e s e a s o n   s t r u g g l e s :   ' i   s t a r t   o f f   s l o w '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u t é   b o s t o n   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
b o s t o n ’ s   j a y s o n   t a t u m   t h i n k s   i t   ‘ f e e l s   l i k e   w e ’ r e   l e a v i n g   o f f   f r o m   t h e   s e c o n d   h a l f   o f   l a s t   s e a s o n ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   t o r o n t o   r a p t o r s   ( 1 0 / 5 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - r a p t o r s   o v e r t i m e   t i l t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s i g n s   a r e   h o p e f u l   f o r   c e l t i c s ,   b u t   c a n   j o e   m a z z u l l a   b e   s t e r n   w i t h   t h e m   w h e n   n e e d e d ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e r e ' s   w h a t   s t o o d   o u t   f r o m   r a p t o r s '   o v e r t i m e   w i n   o v e r   c e l t i c s :   b o s t o n ' s   r e g u l a r s   s h a r p   a t   b o t h   e n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
[ p o s t   g a m e   t h r e a d ]   t h e   t o r o n t o   r a p t o r s   ( 2 - 0 )   d e f e a t   t h e   b o s t o n   c e l t i c s   ( 1 - 1 )   a t   o t ,   1 2 5 - 1 1 9   🏀 
 
 g a m e   b o x   s c o r e   i s   n o t   l o a d i n g   a t   t h e   m o m e n t   s o   l i n k i n g   t h e   s c o r e s   b e l o w . 
 

🇺 🇸 | n o u v e a u   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   p r i x   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
r e p o r t :   h o w   n b a   e x e c u t i v e s   v i e w   g r a n t   w i l l i a m s '   c o n t r a c t   e x t e n s i o n   v a l u e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   j a y s o n   t a t u m ,   s o n   d e u c e   h a v e   g r e a t   p o d i u m   e x c h a n g e   a f t e r   r a p t o r s   g a m e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e g u l a r s   r o l l   d e s p i t e   l o s s :   1 0   t a k e a w a y s   f r o m   c e l t i c s - r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c o u l d   s a m   h a u s e r   b e   t h e   d i f f e r e n c e - m a k i n g   s h o o t e r   t h e   c e l t i c s   a r e   m i s s i n g ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   c o u l d ’ v e   b e e n   a   b o s t o n   c e l t i c   l a s t   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   h a v e   t o   m a k e   i t   t o   t d   g a r d e n   t h i s   s e a s o n   f o r   a   g a m e .   i   j u s t   h a v e   t o ! !   b l e e d g r e e n   t d g a r d e n   b o s t o n   c e l t i c s
m a l c o l m   b r o g d o n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a l c o l m b r o g d o n   m a l c o l m   b r o g d o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a e x t r a  
a r o u n d   t h e   c o r n e r   1 0 / 6 :   m a l c o l m   b r o g d o n   a n d   s a m   h a u s e r   g e l l i n g ,   u v a   w o m e n ' s   s o c c e r   k i c k s   o f f   a g a i n s t   3   f s u ,   a n d   f o o t b a l l   p r e p p i n g   f o r   l o u i s v i l l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   b e t t i n g   p r e v i e w :   a r e   j a y s o n   t a t u m   a n d   t h e   c e l t i c s   a   g o o d   b e t   t h i s   s e a s o n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j o e   m a z z u l l a   o n   s a m   h a u s e r :   ' h i s   c o n f i d e n c e   c o m e s   f r o m   h i s   w o r k   e t h i c "   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   v s .   r a p t o r s   t a k e a w a y s :   s a m   h a u s e r   s h i n e s   i n   o t   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   i m p o r t a n t   w a s   a d d i n g   v e t e r a n   b i g   m a n   b l a k e   g r i f f i n   t o   t h e   b o s t o n   c e l t i c s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   1 2 5 ,   b o s t o n   1 1 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p o s t   g a m e   t h r e a d :   t h e   t o r o n t o   r a p t o r s   d e f e a t   t h e   b o s t o n   c e l t i c s   1 2 5 - 1 1 9   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
j t   j a y s o n   t a t u m   a t   t h e   t d g a r d e n     l a s t   n i g h t   💪 🏻   a l w a y s   a   p l e a s u r e   w a t c h i n g   t h e   g o a t   p l a y   🐐   0   c e l t i c s   b o s t o n   b l e e d g r e e n  
c e l t i c s '   j a y s o n   t a t u m   o n   s l o w   s h o o t i n g   s t a r t   t o   s e a s o n :   ' i   a i n ' t   w o r r i e d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   e x p l a i n s   w h y   c e l t i c s   a r e   p i c k i n g   u p   w h e r e   t h e y   l e f t   o f f   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s u p e r - e a r l y   m o c k   2 0 2 3   n b a   d r a f t   h a s   b o s t o n   c e l t i c s   t a k i n g   i o w a   f o r w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w i l l   j a y s o n   t a t u m   a n d   j a y l e n   b r o w n   t a k e   t h e   b o s t o n   c e l t i c s   b a c k   t o   t h e   n b a   f i n a l s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e w   n f t   c o l l e c t i o n   i s   c o m i n g   t h i s   n i g h t   2 3 : 5 9   g m t   + 0 3 : 0 0   n f t s   n f t   n f t c o l l l e c t o r s   n f t c o l l e c t i o n   m o n k e y n f t c o l l e c t i o n   b a s k e t b a l l   b u l l s     l a k e r s   l o s a n g e l e s   s p u r s   c h i c a g o   c e l t i c s   b o s t o n   t e a m s
5   t a k e a w a y s   f r o m   c e l t i c s   v s .   r a p t o r s   a s   s a m   h a u s e r ,   m a l c o l m   b r o g d o n   s h i n e   i n   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t ,   m a l c o l m   b r o g d o n   a n d   d e r r i c k   w h i t e   c o u l d   b e c o m e   a   t e r r i f y i n g   t r i o   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
r a p t o r s   g e t   g o i n g   e a r l y   i n   o v e r t i m e   t o   t a k e   1 2 5 - 1 1 9   w i n   o v e r   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p a y t o n   p r i t c h a r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a y t o n p r i t c h a r d   p a y t o n   p r i t c h a r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y s o n   t a t u m   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y s o n t a t u m   j a y s o n   t a t u m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
    a f t e r   i   g o t   h o m e   t o n i g h t   i   f o u n d   m r .   f l e s h y   i n   l i z z y ’ s   t w e e t   h i s t o r y .   i   h a v e   p i n n e d   h i m   t o   m y   p r o f i l e   f o r   f u t u r e   u s e .   s a v e   h i m ,   h o l d   h i m   c l o s e   t o   y o u r   h e a r t ,   a n d   r e m e m b e r … … … . . b e l i e v e ! ! ! ! !   f l e s h y   n b a   c e l t i c s   b o s t o n   b e l i e v e
g a m e   r e c a p :   r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h y   c e l t i c s '   j a y s o n   t a t u m   s a i d   s a m   h a u s e r   ' s h o u l d   s e n d   m e   a   t h a n k   y o u   c a r d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   b o s t o n   c e l t i c s   n b a   v i d e o :  
w h y   c e l t i c s '   j a y s o n   t a t u m   s a i d   s a m   h a u s e r   ' s h o u l d   s e n d   m e   a   t h a n k   y o u   c a r d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e e p   b e n c h   l e a d s   i n c r e d i b l y   f u n   c o m e b a c k ,   r a p t o r s   b e a t   c e l t i c s   1 2 5 - 1 1 9   i n   o t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f r e d   v a n v l e e t   w i t h   a   2 - p o i n t e r   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   h i g h l i g h t s   -   c e l t i c s   v s .   r a p t o r s   -   5 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   b o s   t o r   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b o s t o n   c e l t i c s   t o r o n t o   r a p t o r s
h e r e ' s   w h a t   s t o o d   o u t   f r o m   r a p t o r s '   o v e r t i m e   w i n   o v e r   c e l t i c s :   b o s t o n ' s   r e g u l a r s   s h a r p   a t   b o t h   e n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l a k e r s   n e w s :   c e l t i c s   c o - o w n e r   t a l k s   a b o u t   h e r   o f f - c o u r t   p a r t n e r s h i p   w i t h   l a k e r s   o w n e r   j e a n i e   b u s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e a d   & a m p ;   r e a c t :   t h e   t a t u m   & a m p ;   b r o w n   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g a l l e r y :   c e l t i c s   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s   a t   t h e   g a r d e n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
5   t a k e a w a y s   f r o m   c e l t i c s   v s .   r a p t o r s   a s   s a m   h a u s e r ,   m a l c o l m   b r o g d o n   s h i n e   i n   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  p a y t o n   p r i t c h a r d   -   1 7   p t s ,   4   r e b ,   5   a s t ,   3   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 p a y t o n p r i t c h a r d   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
d a l a n o   b a n t o n   w i t h   a n   a n d   o n e   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   w i t h   a   d u n k   v s   t h e   t o r o n t o   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c e l t i c s   p r e d i c t i o n s   w e r e   m a d e   d u r i n g   n b a   g m   s u r v e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
_ s m o o t h 1 0   s a m   h a u s e r   -   2 2   p t s ,   4   r e b ,   2   a s t ,   5   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 s a m h a u s e r   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
c e l t i c s   t a k e a w a y s   a s   r e g u l a r s   i m p r e s s   a g a i n   i n   p r e s e a s o n   o v e r t i m e   l o s s   t o   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :   r a p t o r s   1 2 5 ,     1 1 9   i n   o t .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b a s k e t b a l l   b o s t o n a t h l e t e m a g a z i n e  
  w e   g a v e   y ' a l l   a   b i t   o f   a   l e a d . . . . .   🤦 🏽 ‍ ♂ ️ ☘ ️ 🏀 🇨 🇦 👀 😏 🔥   n b a   w e t h e n o r t h   r a p t o r s   t o r o n t o r a p t o r s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   b o s t o n c e l t i c s   b o s t o n   p r e s e a s o n   l e t s g o r a p t o r s   c a n a d a   e s p n   t s n   t h e 6   t d o t   b a r t s i m p s o n  
o h   t h i s   n b a   g a m e   w e n t   i n t o   o t ?   h o w   o f t e n   d o e s   t h a t   h a p p e n   f o r   n b a p r e s e a s o n   g a m e s ? 
 
 b o s t o n   l o o k e d   n o r m a l ;   c a n   t h e   c e l t i c s   p u t   t h e   c o a c h   t u r m o i l   b e h i n d   e m   a n d   f o c u s   o n   t h e   s e a s o n ?   t h e y ' r e   s t i l l   f o r m i d a b l e   a n d   o n e   o f   t h e   t o p   t e a m s   i n   t h e   e a s t .   b a l l o r f a l l  
c e l t i c s   n b a   u g l y   g a m e   s o   f a r   b o s t o n  
j a y s o n   t a t u m   m a k i n g   t h e   r a p t o r s   d e f e n c e   l o o k   s i l l y   🤣 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a y s o n   t a t u m   f a k e   b o s   b o s t o n   c e l t i c s   t o r   t o r o n t o   r a p t o r s
w a t c h :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   s h o w s   o f f   3 - p o i n t   s h o t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s :   s i   f e e l s   l i k e   j a y s o n   t a t u m   w i l l   m a k e   m v p   l e a p   i n   2 0 2 2 - 2 3 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
2 0 1 8   1 s t - r o u n d   p i c k :   ' t h o u g h t   i   w a s   g o i n g   t o   b o s t o n   c e l t i c s   a t   d e a d l i n e ' 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
r a p t o r s   v s .   c e l t i c s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   m a r c u s   s m a r t   s t i l l   h a s   n i g h t m a r e s   a b o u t   l o s i n g   i n   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
📣   n e w   p o d c a s t !   " t h e   f i r s t   4   g a m e s   o f   t h e   n f l   s e a s o n   h a v e   t a u g h t   u s   t h i s   a b o u t   y o u r   t e a m s . . ! "   o n     4 9 e r s   b e a r s   b o s t o n   c e l t i c s   c o w b o y s   d a k   j o s h a l l e n   l a k e r s   m a h o m e s   n b a   n f l   z e k e  
t i m e   l o r d   + t h e   g r i f s t e r   =   b a n n e r 1 8   c e l t i c s   b o s t o n   l o b c i t y  
b o s t o n   c e l t i c s   n e w s   -     s t a r t e r s   f o r   t o n i g h t ' s   g a m e   w i t h   t h e   t o r o n t o   r a p t o r s .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   t o r o n t o   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
y u p   i t ’ s   j u s t   t h e   p r e s e a s o n ,   b u t   i t ’ s   t h e     a n d     t o n i g h t !   i ’ l l   b e   g o i n g   b a c k   a n d   f o r t h .   b o s t o n   n b a   n h l   … t h a t   w a s   a   q u i c k   g o a l   😑  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5   b o s v s g s w   n b a f i n a l s 2 0 2 2   n b a f i n a l s
j o e   m a z z u l l a   a d d r e s s e s   w h e t h e r   b l a k e   g r i f f i n   w i l l   m a k e   h i s   c e l t i c s   d e b u t   i n   w e d n e s d a y ' s   g a m e   a g a i n s t   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   m a r c u s   s m a r t   s t i l l   h a s   n i g h t m a r e s   a b o u t   l o s i n g   i n   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   r a p t o r s   ( 1 - 0 )   a t   b o s t o n   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   e x p e c t e d   t o   b e   t r a d e d   t o   c e l t i c s   f o r   d e n n i s   s c h r o d e r   l a s t   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   d e s c r i b e d   j a y s o n   t a t u m   a s   ' y o u n g   n e x t   g r e a t e s t '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   v s .   r a p t o r s :   f r e e   l i v e   s t r e a m ,   t v ,   h o w   t o   w a t c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c l i p p e r s   s i g n   f o r m e r   c e l t i c s   a n d   j a z z   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r a n t   w i l l i a m s   n o t   c o n c e r n e d   a b o u t   l o o m i n g   c o n t r a c t   e x t e n s i o n   d e a d l i n e   w i t h   c e l t i c s :   ‘ i   l e a v e   t h a t   s t u f f   u p   t o   m y   a g e n t s ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
5 9 f i f t y   i d e n t i t y   d 3   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   i d e n t i t y   d 3   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   a l w a y s g o t a f i t t e d o n m y h e a d 
 

🇺 🇸 | n o u v e a u   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
  g r e e t i n g s   f r o m   p u e r t o   r i c o   i m   a   h u g e   f a n   b l e e d g r e e n   b o s t o n   b o s t o n c e l t i c s   c e l t i c s  
n i a   l o n g   s h a r e s   a   p o i g n a n t   n o t e   a b o u t   m e n t a l   h e a l t h   a m i d   i m e   u d o k a   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
5 9 f i f t y   c h a i n   s t i t c h   h e a 1 2 4 5 1   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c h a i n   s t i t c h   h e a r t   1 2 4 5 1   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   b o s t o n   c e l t i c s   o s b   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   c e l t i c s   o s b   h a t c r a w l e r   f i t t e d   f o r t h e l o v e o f t h e f i t t e d 
 

d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   j o i n i n g   c e l t i c s   a t   t r a d e   d e a d l i n e   b e f o r e   d e a l   f e l l   a p a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b u s y   s t r e t c h   o f   m - 1 5   i n   d a v i s o n   c l o s e d   f o r   r a i l r o a d   c r o s s i n g   p r o j e c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s i g n s   a r e   h o p e f u l   f o r   c e l t i c s ,   b u t   c a n   j o e   m a z z u l l a   b e   s t e r n   w i t h   t h e m   w h e n   n e e d e d ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   n b a   e x e c u t i v e s   r a n k   w a r r i o r s   i n   w e s t ,   l i k e l i h o o d   t o   r e p e a t   c h a m p i o n s h i p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   t a k e   o n   c e l t i c s   i n   b o s t o n :   p r e v i e w ,   s t a r t   t i m e ,   a n d   m o r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
' n o t h i n g   e l s e   m a t t e r s ' :   j a y s o n   t a t u m ,   j a y l e n   b r o w n   o n   b r i n g i n g   b a n n e r   1 8   t o   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   n o t e b o o k :   r o o k i e   j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
2 0 2 2 - 2 3   r o s t e r   b r e a k d o w n :   t h e   b i g s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h r e e   t a k e a w a y s   f r o m   t h e   h o r n e t s '   p r e s e a s o n   l o s s   t o   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p l e a s e   c o n s i d e r   h e l p i n g   o u t   t h i s   p o o r   c e l t i c s     f a n   i f   y o u   c a n .   h e   i s   j u s t   s t a r t i n g   a   b a t t l e   w i t h   l e u k e m i a   a n d   n e e d s   a l l   t h e   l o v e   h e   c a n   g e t .   s t i l l   a   l o n g   w a y   t o   g o   o n   t h e   g o a l .   s m a r t   t a t u m   b r o w n   b o s t o n   b o s t o n s t r o n g 
 
  
🇺 🇸 | n o u v e a u   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   f o u   d e   2 1 € 
 🛒 
 
 t a t u m  
b o s t o n ’ s   d e r r i c k   w h i t e   t a l k s   a b o u t   j o i n i n g   t h e   c e l t i c s ’   s t a r t i n g   l i n e u p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   c e l t i c s   c o l l e c t i v e :   e p i s o d e   8 
 
 ☘ ️   t o p i c s : 
 +   g a m e   r e c a p 
 +   b l a k e   g r i f f i n 
 +   j o e   m a z z u l l a 
 +   t o r o n t o   p r e v i e w 
 
 ☘ ️   h o s t s : 
 
 
 
 
 c e l t i c s   b o s t o n   n b a
⚽ | n o u v e a u   b o s t o n   v e r t   2 0 2 2   t a t u m   0 
 a u   p r i x   f o u   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 t a t u m  
h o w   t h e   b o s t o n   c e l t i c s   u s e d   r o b e r t   w i l l i a m s   i i i   t o   u n l o c k   t h e i r   o f f e n s e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   f i t t i n g   r i g h t   i n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   9 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   v s .   c e l t i c s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a s   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   t h r o w i n g   s h a d e   a t   t h e   b r o o k l y n   n e t s   i n   h i s   i n t r o d u c t o r y   p r e s s e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l o n g t i m e   a s s i s t a n t   p r o m o t e d   t o   h e a d   c o a c h   o f   m a i n e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l e t   i t   f l y     s h o r t s   b o s t o n   c e l t i c s   n b a   v i d e o :  
b o s t o n   c e l t i c s   m a k e   s o l i d   s h o w i n g   i n   n b a ' s   a n n u a l   g m   s u r v e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   g m s   c a l l   c e l t i c s   s m a r t   b e s t   p e r i m e t e r   d e f e n d e r ,   b r o g d o n   ‘ m o s t   u n d e r r a t e d ’   a c q u i s i t i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s e v e n   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ’ s   2 0   g r e a t e s t   c e n t e r s   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f o r m e r   c e l t i c s '   h i g h   e x p e c t a t i o n s   f o r   j a y s o n   t a t u m ,   j a y l e n   b r o w n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b o s t o n   c e l t i c s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   j a y s o n t a t u m   u n i m o c k u p s   l o g o d e s i g n   n b a t w i t t e r            
j o e   m a z z u l l a   s h a r e s   u p d a t e   o n   r o b e r t   w i l l i a m s '   r e c o v e r y   f r o m   k n e e   s u r g e r y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   b r e a k o u t   c a n d i d a t e   i m p r e s s i n g   t e a m m a t e   d e r r i c k   w h i t e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l o n g t i m e   a s s i s t a n t   p r o m o t e d   t o   h e a d   c o a c h   o f   m a i n e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s t a r   b r o w n   s u r p r i s e s   s t u d e n t s   w i t h   f r e e   b a c k p a c k s ,   s h i r t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h o   w a n t s   t o   g o   t o   t h e   g a m e   t o m o r r o w ?   r e t w e e t   a n d   c o m m e n t   a   p h o t o   o f   y o u   i n   y o u r   c e l t i c s   g r e e n .   t i c k e t s   a r e   b l o c k e d   f r o m   r e s a l e .   w i l l   s e n d   d i g i t a l   t i c k e t s   t o   w i n n e r   t o m o r r o w   a r o u n d   n o o n . 
 
 b l e e d g r e e n   b o s t o n c e l t i c s   b o s t o n  
w h a t   c a n   c e l t i c s '   j a y s o n   t a t u m   i m p r o v e   o n ?   j a y l e n   b r o w n   w e i g h s   i n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o o k i e   j d   d a v i s o n   g o i n g   t o   s c h o o l   w i t h   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ' s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j o e   m a z z u l l a   o n   r o b e r t   w i l l i a m s :   " h e ' s   i n   a   g r e a t   m i n d   f r a m e "   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   s h a r e s   f i r s t   m e s s a g e   s i n c e   l e a v i n g   b r o o k l y n   n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p r i m e   b l a k e   g r i f f i n   o n   t h e   c e l t i c s   +   r e b u i l d   |   n b a   2 k 2 3 💚 🤍 💚 🤍 
 
 
 b a s k e t b a l l   y o u t u b e   y o u t u b e r   f e m a l e g a m e r     g a m i n g   n b a   n b a 2 k 2 3   n b a 2 k 2 3 p a r k   n b a 2 k 2 3 n e x t g e n   n b a 2 k 2 3 m y t e a m   n b a r e b u i l d   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   b l a k e g r i f f i n  
l i g h t n i n g   r o s t e r   c o n t i n u e s   t o   t a k e   s h a p e   a s   o p e n e r   n e a r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i a   l o n g   p o s t s   m e n t a l   h e a l t h   m e s s a g e   f o l l o w i n g   f i a n c é   i m e   u d o k a ' s   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u   b o s t o n   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 
 a u   t a r i f   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
w h a t   c e l t i c s '   j a y l e n   b r o w n ,   j a y s o n   t a t u m   a d m i r e   m o s t   a b o u t   e a c h   o t h e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🚨   e x c l u s i v e   g a m e   t o n i g h t   f o l k s !   🏀 
 j o i n   t h e i r   c o m m u n i t y   a n d   g e t   t h e   c h a n c e   o f   w i n n i n g   2   t i c k e t s   f o r   t h e   c e l t i c s   o p e n i n g   n i g h t   a n d   m o r e   t h a n   $ 1 0 0   o n   t o p s h o t s !   d o   n o t   m i s s   y o u r   c h a n c e !   ☘ ️ 
   
 b o s t o n   c e l t i c s   n b a   n f t  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
t h r e e   t a k e a w a y s   f r o m   t h e   h o r n e t s '   p r e s e a s o n   l o s s   t o   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ’ s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   r o o k i e   j d   d a v i s o n   a d j u s t i n g   t o   n b a   u n d e r   m a r c u s   s m a r t ' s   m e n t o r s h i p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h e n   i t   c o m e s   t o   w h a t   i m e   u d o k a   d i d   t o   g e t   s u s p e n d e d ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   ' w e   d o n ' t   k n o w   a n y t h i n g '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   h o s t   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u t é   b o s t o n   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡  
n b a   g m s   f a v o r   b u c k s   t o   w i n   t i t l e ;   l u k a   f o r   m v p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   d i n g u e   d e   2 1 € 
 🛒  
n b a   g m s   s a y   r a p t o r s   h a v e   l e a g u e ' s   b e s t   h o m e - c o u r t   a d v a n t a g e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   r e v e a l s   c e l t i c s   j e r s e y   n u m b e r ,   a n d   h i s   r e a s o n   i s   f a n t a s t i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   m a k i n g   b i d   f o r   i n c r e a s e d   r o l e :   ' h o p e f u l l y   c a n   k e e p   i t   r o l l i n g '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u t é   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 t a t u m  
⚽ | n e w   b o s t o n   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 🛒  
c e l t i c s   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
v e r s a t i l i t y   o n   d i s p l a y   i n   v i c t o r y   o v e r   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   d i n g u e   d e   2 1 € 
 🛒 
 
 p l a y o f f n b a  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
r e c e n t l y   s i g n e d   b l a k e   g r i f f i n   h o l d s   i n t r o d u c t o r y   b o s t o n   c e l t i c s   p r e s s   c o n f e r e n c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   c e l t i c s   a r e n ' t   g e t t i n g   k i a - l e a p i n g   b l a k e   g r i f f i n ,   b u t   h i s   w i l l i n g n e s s   t o   a d a p t   s t i l l   m a k e s   h i m   v a l u a b l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i t ' s   t i m e   t o   r i n g   c h a s e   i n   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t w i t t e r   h a s   d e c i d e d   b l a k e   g r i f f i n   i s   t h e   m y s t e r y   f a t h e r   t o   l a n a   r h o a d e s ’   c h i l d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
n b a   f u t u r e   
 b o s t o n   c e l t i c s   o 5 3 . 5   w i n s   ( - 1 0 5 )   3 u   
 w i l l   a d d   a   f e w   m o r e   u n i t s   o n   t h i s   b e f o r e   t h e   s e a s o n   s t a r t s   
 b o s t o n   c e l t i c s   f u t u r e b e t   n b a f u t u r e s   s p o r t s b e t t i n g   g a m b l i n g t w i t t e r   a c t i o n n e t w o r k  
📣   n e w   p o d c a s t !   " e p i s o d e   1 0 2   -   b o s t o n   b a l l i n g   i t   w i t h   g a b b y   h u r l b u t "   o n     b o s t o n   b o s t o n b a l l i n g   b s 3 n e t w o r k   b s 3 t v   c e l t i c s   f o r e v e r n e   g o p a t s   i m e u d o k a   m n f   m o n d a y   n b a   n b a t w i t t e r   n f l   p a t r i o t s   p o d c a s t   p o d e r n f a m i l y   p o d n a t i o n   r e d s o x  
b l a k e g r i f f i n   w i l l   w e a r   n o   9 ⃣ 1 ⃣   i n   h o n o r   o f   d e n n i s r o d m a n ! 
 
 n b a t w i t t e r l i v e   n b a t w i t t e r   b o s t o n   c e l t i c s   b o s t o n c e l t i c s   g r i f f i n   b l e e d g r e e n   d e n n i s   r o d m a n   r o d z i l l a   w o r m  
t h e   c e l t i c s '   l u c k   m i g h t   b e   c h a n g i n g . . . 
 
 
 
 c l i c k   t h e   l i n k   f o r   m o r e   o n   t h e   t e a m .   d r o p   y o u r   c e l t i c s   p r e d i c t i o n s   i n   t h e   r e p l i e s . 
 
 s p o r t s   n b a   b a s k e t b a l l   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
m a l c o l m   b r o g d o n   s h a r e s   i n i t i a l   i m p r e s s i o n s   f o l l o w i n g   f i r s t   g a m e   w i t h   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   c i t e s   n b a   l e g e n d   a s   r e a s o n   f o r   u n i q u e   c e l t i c s   n u m b e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   e m b r a c e s   b e n c h   r o l e   w i t h   c e l t i c s ,   w a n t s   t o   ‘ h e l p   t h i s   t e a m   w i n   a   c h a m p i o n s h i p ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   g o o d   w a s   b o b   c o u s y ?   t h e   f a l s e   m e d i a   n a r r a t i v e s   v e r s u s   t h e   r e a l i t y .   h e r e ’ s   w h a t   j . j .   r e d i c k   w i l l   n e v e r   t e l l   y o u   ☘ ️ 🔥   c e l t i c s   b o s t o n   n b a   
 
 🏀    
b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d s   c e l t i c s   p a s t   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h y   b l a k e   g r i f f i n   w a s   ' s u r p r i s e d '   b y   c e l t i c s '   l o c k e r   r o o m   a t m o s p h e r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   e x p l a i n s   w h y   h e   s i g n e d   w i t h   c e l t i c s   d u r i n g   l e n g t h y   f r e e   a g e n c y   p r o c e s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
    “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
    “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
b l a k e   g r i f f i n   r e v e a l s   c e l t i c s   j e r s e y   n u m b e r ,   a n d   h i s   r e a s o n   i s   f a n t a s t i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a i l b a g :   t e a m m a t e s   t h i n k   s a m   h a u s e r   c o u l d   s u r p r i s e   t h i s   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   p r i x   i n c r o y a b l e   d e   2 1 € 
 🛒 
 
 n b a  
b o s t o n   h a s   a   ‘ d i f f e r e n t   a t m o s p h e r e   t h a n   i ’ m   u s e d   t o , ’   s a y s   n e w e s t   c e l t i c   b l a k e   g r i f f i n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   d o e s   t h e   b o s t o n   c e l t i c s ’   1 3 4 - 9 3   p r e s e a s o n   b l o w o u t   o f   t h e   c h a r l o t t e   h o r n e t s   t e l l   u s   a b o u t   t h e   s e a s o n   t o   c o m e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a k e   b l a k e   g r i f f i n   s i g n i n g   o f f i c i a l   v i a   p r e s s   r e l e a s e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 🛒  
r e s t   i n   p e a c e   b i l l   r u s s e l l   -     n b a   n b a f i n a l s   n b a f i n a l s m v p   j e r r y w e s t   l e b r o n j a m e s   l a r r y b i r d   c e l t i c s   b o s t o n   b o s t o n c e l t i c s     b l a c k n e w s   b l a c k p o l i t i c s   b l a c k m e d i a   b l a c k v i e w s
c e l t i c s   m a i l b a g :   t e a m m a t e s   t h i n k   s a m   h a u s e r   c o u l d   s u r p r i s e   t h i s   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t w o   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ’ s   2 0   g r e a t e s t   p o w e r   f o r w a r d   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 6   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u t é   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
h o w   i   f e e l   a f t e r   o u r   f i r s t   p r e s e a s o n   g a m e   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
s p o r t s   d i g e s t :   b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d   c e l t i c s   p a s t   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   m u c h   d i d   j a y l e n   b r o w n ’ s   f i t   s e t   h i m   b a c k ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   p r i x   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 p l a y o f f n b a  
⚽ | n e w   b o s t o n   v e r t   2 0 2 2   t a t u m   0 
 a u   t a r i f   f o u   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
j a y l e n   b r o w n   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 2 ) :   2 4   p o i n t s ,   5   r e b o u n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h i s   l o o k e d   s o   w e i r d   i   h a d   t o   r e w i n d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
i n s i d e   g u y s   r e a c t   t o   j a y s o n   t a t u m   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b u c k s c e l t i c s   c h a r l e s b a r k l e y   e a s t e r n c o n f e r e n c e   e r n i e j o h n s o n   i n s i d e t h e n b a   j a y s o n t a t u m   k e n n y s m i t h   m i l w a u k e e b u c k s   n b a o n t n t   n b a p l a y o f f s   n b a p l a y o f f s 2 0 2 2   s h a q  
j a y s o n   t a t u m   s u r p r i s e s   f a n s   o n   s t a g e   a t   j a c k   h a r l o w   c o n c e r t   i n   b o s t o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w a t c h :   j a y s o n   t a t u m   s i n k s   a   f r e e   t h r o w   o n s t a g e   a t   a   j a c k   h a r l o w   c o n c e r t   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
e p i s o d e   1 8 8   i s   n o w   a v a i l a b l e   . . .   t h e   g o o d   t h i n g s   f r o m   b r o g d o n ,   t h e   s a m e   b a d   h a b i t s   f r o m   s m a r t ,   d w 9   g e t t i n g   m o r e   c o m f o r t a b l e   a n d   m u c h   m o r e 
 
 b o s t o n   b o s t o n c e l t i c s   c e l t i c s   n e w   p o d c a s t  
b o s t o n   c e l t i c s :   3   l i k e l y   p l a y e r s   t o   b e   c u t   a f t e r   p r e s e a s o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t o p i c   t u e s d a y :   w h a t   s h o u l d   t h e   c e l t i c s   o p e n i n g   n i g h t   s t a r t i n g   5   b e ?   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w i l l   t h e   c e l t i c s   w i n   w i t h o u t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b o s t o n s p o r t s   b r a d s t e e v e n s   c e l t i c s f i n e   c e l t i c s i m e u d o k a   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s w i n   e a s t e r n c o n f e r e n c e   g a r d e n r e p o r t   g a r d e n r e p o r t c e l t i c s  
b o s t o n   c e l t i c s :   f o r m e r   d r a f t   l o t t e r y   b i g   m a n   h a s   e y e s   s e t   o n   r o s t e r   s p o t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   p r e s e a s o n   r e c a p   +   d r a y m o n d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s   c l n s m e d i a   c l n s p o s t g a m e   d r a y m o n d g r e e n   d r a y m o n d g r e e n f i g h t   d r a y m o n d g r e e n j o r d a n p o o l e   d r a y m o n d g r e e n j o r d a n p o o l e f i g h t v i d e o  
w h a t   k i n d   o f   h e a d   c o a c h   w i l l   j o e   m a z z u l l a   b e   o n   t h e   c o u r t   f o r   t h e   b o s t o n   c e l t i c s   i n   2 0 2 2 - 2 3 ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   s i g n s   a j   r e e v e s   t o   e x h i b i t - 1 0   c o n t r a c t   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c e l t i c s '   r o b e r t   w i l l i a m s   i i i   p r o j e c t e d   a s   n o .   1 1   c e n t e r   i n   n b a   f o r   2 0 2 2 - 2 3   b y   s p o r t i n g   n e w s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
g r a n t   w i l l i a m s   b e c o m i n g   a n   o f f e n s i v e   w e a p o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b a s k e t b a l l p o d c a s t   b o s t o n c e l t i c s   b o s t o n c e l t i c s s c h e d u l e   b o s t o n g a r d e n   b r a d s t e v e n s   c e l t i c s p o d c a s t   d e r r i c k w h i t e   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   g r a n t w i l l i a m s c e l t i c s  
b o s t o n   c e l t i c s :   4 x   a l l - s t a r   f r e e   a g e n t   h a s   r e g r e t s   p l a y i n g   f o r   c s   i n   b u b b l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
h o w   d i f f e r e n t   c a n   w e   e x p e c t   i n t e r i m   b o s t o n   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t o   b e   f r o m   i m e   u d o k a ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l a r r y   b i r d   a n d   t h e   1 9 8 6   b o s t o n   c e l t i c s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
o n   t h i s   d a y :   k e v i n   g a m b l e ,   g e n e   s t u m p   b o r n ;   p a u l   w e s t p h a l   d e b u t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s
o n   t h i s   d a y :   k e v i n   g a m b l e ,   g e n e   s t u m p   b o r n ;   p a u l   w e s t p h a l   d e b u t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   a l u m   k e n n y   a n d e r s o n   t a l k s   h i s   e c f   r u n s   w i t h   p a u l   p i e r c e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l u k e   k o r n e t   i s   b a c k   f r o m   a n k l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s c o a c h   c e l t i c s i n t e r v i e w   c e l t i c s p r a c t i c e   c e l t i c s p r e s e a s o n   c e l t i c s s h o o t i n g   c e l t i c s v s r a p t o r s   c l n s m e d i a   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y s o n t a t u m  
[ j a r e d   w e i s s ]   c e l t i c s   t o   w a i v e   l u k a   s a m a n i c   t o   m a k e   r o o m   f o r   a j   r e e v e s ,   l u k a   e x p e c t e d   t o   j o i n   m a i n e   c e l t i c s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
o n e   w a i v e   a n d   t w o   r o s t e r   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b o s t o n c e l t i c s c o a c h   b o s t o n c e l t i c s f r e e a g e n c y   b o s t o n c e l t i c s l a t e s t   b o s t o n c e l t i c s m e d i a d a y   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s o u t l o o k   b o s t o n c e l t i c s p r e s s c o n f e r e n c e   b o s t o n c e l t i c s p r e v i e w  
n o   l e f t   a n k l e   i s   s a f e   i n   t h e   l e a g u e   r i g h t   n o w !   g l a d   w e   d o n ’ t   p l a y   t o n i g h t 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
j a y s o n   t a t u m   w o r k s   o n   f l o a t e r   a t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b r y a n   b o b b y m a n n i n g   b o s t o n   b o s t o n c e l t i c s   b r a d s t e v e n s   c e d r i c m a x w e l l   c e l t i c s h i g h l i g h t s   c e l t i c s l i v e   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r a c t i c e   c e l t i c s p r a c t i c e h i g h l i g h t s  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   d e a l   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h o u l d   t h e   c e l t i c s   t r a d e   f o r   j a e   c r o w d e r ?   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
m a z z u l l a :   l u k e   k o r n e t   w a s   a   ‘ f u l l   g o ’   a t   p r a c t i c e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   s i g n s   a j   r e e v e s   t o   e x h i b i t - 1 0   c o n t r a c t 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n   c e l t i c s   t o   r e p o r t e d l y   w a i v e   c a m p   i n v i t e e   l u k a   s a m a n i c   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r e p o r t :   b o s t o n   c e l t i c s   t o   s i g n   r o x b u r y ' s   a j   r e e v e s   t o   c a m p   d e a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
  l a r r y   b i r d   f r o m   t h e   b o s t o n c e l t i c s
f o r m e r     g   a j   r e e v e s   h a s   s i g n e d   a n   e x h i b i t - 1 0   w i t h   t h e   b o s t o n   c e l t i c s ,   p e r   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   p r a c t i c e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b r y a n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b r a d s t e v e n s   c e d r i c m a x w e l l   c e l t i c s h i g h l i g h t s   c e l t i c s l i v e   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r a c t i c e   c e l t i c s p r a c t i c e h i g h l i g h t s   c e l t i c s s h o o t a r o u n d  
s a m   h a u s e r   i s   ‘ l i g h t s   o u t ’ :   c e l t i c s   h a v e   a   s h a r p s h o o t e r   o n   t h e   r i s e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a l   h o r f o r d   b e l i e v e s   c e l t i c s ’   c h e m i s t r y   f r o m   l a s t   y e a r ’ s   r u n   h a s   ‘ c a r r i e d   o v e r ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
p a y t o n   p r i t c h a r d ’ s   b a t t l e   f o r   m i n u t e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   c e l t i c s   a r e   w a i v i n g   l u k a   s a m a n i c ,   s o u r c e s   t e l l     a t h l e t i c .   s a m a n i c   i s   e x p e c t e d   t …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
k o r n e t   r e a d y   t o   g o .     c e l t i c s s t r o n g   n b a   b o s t o n c e l t i c s
b l a k e   g r i f f i n   m a k e s   h i s   c e l t i c s   d e b u t   i n   p r e s e a s o n   w i n   o v e r   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 1 0 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a l   h o r f o r d   d i s c u s s e s   c e l t i c s '   c o m r a d e r y   a n d   w e l c o m i n g   b l a k e   g r i f f i n :   ' h e ' s   o n e   o f   u s   a l r e a d y '   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
f o r m e r   c e l t i c s   h e a d   c o a c h   d o c   r i v e r s   c l a i m s   b o s t o n   l e t   k e y   p i e c e s   g o   t o o   s o o n   a f t e r   2 0 0 8   t i t l e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t a c k o   f a l l   r e v e a l s   h i s   f r i e n d s h i p   w i t h   c e l t i c s '   g r a n t   w i l l i a m s   s t a r t e d   w i t h   a   d u n k   a t t e m p t   a t   t h e   2 0 1 9   n b a   c o m b i n e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 1 0 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   h a s   ' f i t   i n   q u i c k l y '   t o   t h e   b o s t o n   c e l t i c s ,   a c c o r d i n g   t o   a l   h o r f o r d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   a l   h o r f o r d   l a u d s   v e t e r a n   f r e e   a g e n t   a d d i t i o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n j u r y   u p d a t e :   b o s t o n ' s   l u k e   k o r n e t   ' a   f u l l   g o '   i n   p r a c t i c e   m o n d a y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a l   h o r f o r d   s a y s   h e   t h i n k s   c e l t i c s   s t r o n g   c h e m i s t r y   f r o m   l a s t   s e a s o n   h a s   c a r r i e d   o v e r   t o   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ h e ’ s   a   g r e a t   g u y   t o   h a v e   a r o u n d ,   h a s   a   l o t   o f …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ l u k e   k o r n e t   ( a n k l e )   w a s   a   f u l l   g o   a t   p r a c t i c e   t o d a y ,   p e …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  n o , n o , n o     b o s t o n c e l t i c s 
 b l o w   u p   a   m a r r i a g e   
 
 y o u   g o t t a   c h e c k   o n   h e r .   b e c a u s e   s h e   t h e   v i c t i m  
j a y l e n   b r o w n   i s   r e a d y   f o r   a n o t h e r   l e a p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   l a s t   l a k e r s   r o s t e r   s p o t   c o u l d   g o   t o   c ’ s   s u m m e r   l e a g u e   h e r o   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a n d   a l s o   l i s t e n   t o   a r e   o t h e r   e p i s o d e s   a s   w e l l   . 
 
 
 
 
 
 p o d c a s t   b o s t o n   b o s t o n c e l t i c s   t h e g a m e   k i m k a r d a s h i a n 
 r o s c o e   a n y t h i n g a n d e v e r y t h i n g p o d c a s t 2 0 1 8    
o n   o c t o b e r   1 0 ,   i n   1 9 8 0 ,   k e v i n   m c h a l e ,   a   s e v e n - t i m e   a l l - s t a r ,   m a d e   h i s   n b a   d e b u t   i n   a   1 3 0 - 1 0 3   t r i u m p h   o v e r   t h e   c l e v e l a n d   c a v a l i e r s   f o r   t h e   b o s t o n   c e l t i c s . 
 
 
 
 b a s k e t b a l l   n b a   b o s t o n c e l t i c s   k e v i n m c h a l e    
b o s t o n   c e l t i c s :   b / r   s a y s   p e n c i l   i n   a   g r a n t   w i l l i a m s   e x t e n s i o n   a t   t h i s   p r i c e   p o i n t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   d i s c u s s e s   d r a y m o n d   g r e e n - j o r d a n   p o o l e   f i g h t :   ‘ i t   h a p p e n s ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   g e t s   k e m b a   w a l k e r ' s   v o t e   o f   a p p r o v a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i r i s h   i r e l a n d   w e s t c o a s t   e i r e   g a l w a y   v a n m o r r i s o n   i r i s h a m e r i c a n   m a n h a t t a n   b o s t o n   b o s t o n c e l t i c s   c e l t i c f c   
 
 c h e c k   o u t   t h i s   n e w   p a i n t i n g   t h a t   i   u p l o a d e d   t o    
g o l d e n   s t a t e   w a r r i o r s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   4   h i g h l i g h t s   |   j u n e   1 0   |   2 0 2 2   n b a   f i n a l s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
s p o r t i n g   n e w s   p e g s   b o s t o n   c e l t i c s '   a l   h o r f o r d   a s   n b a ' s   n i n t h - b e s t   p o w e r   f o r w a r d   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   d e a d   m o n e y   f o r   f o u r t h - y e a r   2 2 - y e a r - o l d   b i g   m a n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
h o w   w i l l   t h e   b o s t o n   c e l t i c s   u s e   r e s e r v e   p o i n t   g u a r d   m a l c o l m   b r o g d o n ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n   t h i s   d a y :   m c h a l e ,   k r e k l o w   d e b u t ;   c a r r   s i g n s ;   h o l l i n s ,   b a t t l e   b o r n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ' s   j o e   m a z z u l l a   c i t e d   a s   c e l t i c s   b i g g e s t   r e a s o n   t o   h o p e   a h e a d   o f   2 0 2 2 - 2 3   s e a s o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   c o a c h   g o t t a   c h i l l   🏀 😭   b a s k e t b a l l   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
c e l t i c s   t r o p h y   c l u b   c a r d s -   d a z z l e   p a r a l l e l s -   p a u l   p i e r c e -   r a y   a l l e n -   k e v i n   g a r n e t t -   $ 2   e a c h   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
b o s t o n ' s   m a r c u s   s m a r t   t h i n k s   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   w i t h   t h e   j o r d a n   p o o l e   f i g h t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n b a   " o m g   ! "   m o m e n t s   🔥 
   
 
   
 2 k 2 0   a l l s t a r   b a s k e t b a l l   b a s k e t b a l l v i d e o s   b l o o p e r s   b o s t o n c e l t i c s   b r a w l   b u z z e r b e a t e r   d e r r i c k r o s e   d u n k c o n t e s t   e s p n   f i g h t   f i n a l s   f i r s t t a k e   f u n n y   g a m e w i n n e r   g i a n n i s a n t e t o k o u n m p o   g o a t  
h o u s t o n   r o c k e t s   a s c e n d i n g ?   d o e s   t a n k i n g   . . . 
   
 
   
 a l p e r e n s e n g u n   b o s t o n c e l t i c s   b r u n o f e r n a n d o   g o l d e n s t a t e w a r r i o r s   h o u s t o n r o c k e t s   j a m o r a n t   j a l e n g r e e n   j a s o n t a t u m   j a y l e n b r o w n   k a w h i l e o n a r d   k e n y o n m a r t i n j r   k e v i n p o r t e r j r   k l a y t h o m p s o n   l e b r o n j a m e s  
c e l t i c s   t r o p h y   c l u b   c a r d s -   d a z z l e   p a r a l l e l s -   p a u l   p i e r c e -   r a y   a l l e n -   k e v i n   g a r n e t t -   $ 2   e a c h 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
f i n a l l y   t h e y   s p o k e   t h e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b o s t o n c e l t i c s c o a c h   b o s t o n c e l t i c s f r e e a g e n c y   b o s t o n c e l t i c s l a t e s t   b o s t o n c e l t i c s m e d i a d a y   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s o u t l o o k   b o s t o n c e l t i c s p r e s s c o n f e r e n c e   b o s t o n c e l t i c s p r e v i e w  
c e l t i c s   i n j u r y   u p d a t e :   l u k e   k o r n e t   '   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i n g   i n   n o n - c o n t a c t   d r i l l s '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
h e r e ’ s   w h a t   m a r c u s   s m a r t   s a i d   a b o u t   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s o   s h e   w e n t   f r o m   s c r e w i n g   t h e   o w n e r   t o   t h e   c o a c h   …   n o   w o n d e r   s h e   d i d n ’ t   g e t   i n   a n y   t r o u b l e !   n i a l o n g   b o s t o n c e l t i c s  
m a r c u s   s m a r t   w a s   o n e   o f   m a n y   p l a y e r s   t h a t   w e i g h e d   i n   o n   t h e   i n c i d e n t .   w h i l e   s a y i n g   t h a t   t h i n g s   l i k e   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ o b v i o u s l y   y o u   w i s h   i t   d i d n ’ t   c o m e   o u t   l i k e   i t   d i d .   i   t h i n k   t h a t ’ s   s o m e t h i n g   t h e   w a r r i o r s   s h o u …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l u k e   k o r n e t   r e t u r n s   t o   p r a c t i c e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v o n l e h :   ‘ i ’ m   j u s t   g o i n g   t o   t r y   t o   g o   i n   e v e r y   d a y   a n d   b e   c o n s i s t e n t ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i m e   u d o k a   a l l e d g e d   t o   h a v e   s l e p t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b l a c k a n d w h i t e s p o r t s   b o s t o n c e l t i c s   b o s t o n c e l t i c s h e a d c o a c h   b o s t o n c e l t i c s i m e u d o k a   b o s t o n c e l t i c s s u s p e n d i m e o d o k a   e a s t e r n c o n f e r e n c e   i m e o d o k a s u s p e n d e d   i m e u d o k a   i m e u d o k a a f f a i r w i t h o w n e r s w i f e  
n o a h   v o n l e h   i s   t h e   o b v i o u s   c h o i c e   t o   m a k e   t h e   c e l t i c s   r o s t e r   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h o   b o s t o n   c e l t i c s   f a n s   w a n t   t a k i n g   t h e   l a s t   s h o t . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b s m o o t h   b o s t o n c e l t i c s   c e l t i c s c o r n e r   e a s t e r n c o n f e r e n c e  
' t h i s   i s   a   g r e a t   o p p o r t u n i t y , '   s a y s   c e l t i c s '   n o a h   v o n l e h   o f   h i s   s h o t   a t   m a k i n g   b o s t o n ' s   r o s t e r   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   c & a m p ; c   w a n t s   f o r m e r   r o t a t i o n   b i g   m a n   b a c k   i n   b o s t o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
[ p r e v i e w   2 0 2 2 - 2 3 ]   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a b a u t r e t   a l l   a n g e l e s   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t   b a s k e t b a l l   b l o c k   b o s t o n c e l t i c s   b r y a n t   b u l l s   c a r m e l o   c h i c a g o   c h r i s   c l i p p e r s   c o n t r e   c u r r y   d a v i s   d u f a n t   d u n k   d u r a n t   e a s t e r n c o n f e r e n c e  
m a r c u s   s m a r t   o n   t h e   d r a y m o n d   p u n c h .   s a y s   g r e e n   m a d e   a   m i s t a k e   a s   a   l e a d e r   a n d   w a r r i o …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l u k e   k o r n e t   ( a n k l e )   w a s   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 9 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 9 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   l a b   1 4 6 :   c a t c h i n g   u p   w i t h   t a c k o   f a l l   o n   h i s   n e w   b o o k ,   t h e   c b a ,   a n d   t i e s   t o   t h e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
d e p t h   s h i n e s   i n   p r e s e a s o n   w i n :   1 0   t a k e a w a y s   f r o m   c e l t i c s - h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   3   r e a s o n s   b l a k e   g r i f f i n   i s   a   f a n t a s t i c   s i g n i n g   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
w i l l   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   b r i n g   o u t   t h e   b e s t   o f   j a y l e n   b r o w n   a n d   j a y s o n   t a t u m ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ' s   j a y s o n   t a t u m   c r a c k s   t o p   t h r e e   i n   s p o r t i n g   n e w s '   2 0 2 2 - 2 3   t o p   s m a l l   f o r w a r d s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   r u m o r s :   j o e   b u d d e n   r e v e a l s   w i l d   i m e   u d o k a   a f f a i r   w r i n k l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
w h a t   c a n   s a m   h a u s e r   a n d   l u k e   k o r n e t   g i v e   t h e   b o s t o n   c e l t i c s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
o n   t h i s   d a y :   h e n r y   w a l k e r ,   a r n i e   r i s e n ,   k e n n y   a n d   j e r o m e   a n d e r s o n   b o r n ;   k e n n y   r o l l i n s   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s p o r t i n g   n e w s   r a n k s   c e l t i c s '   m a r c u s   s m a r t   i n   n b a ' s   t o p   h a l f   o f   s t a r t i n g   p o i n t   g u a r d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
d e r r i c k   w h i t e   p u t s   l a m e l o   o n   s k a t e s ,   b l a k e   g r i f f i n   m a k e s   c e l t i c s   d e b u t ,   d r a y m o n d   q u e e n   r e a c t i o n ! 
 
 v i d e o   l i n k : 
 
 
 n b a p r e s e a s o n   n b a   b o s t o n c e l t i c s 🍀   b o s t o n c e l t i c s  
  i s   a   p o w e r h o u s e   l o o k i n g   t o   d o m i n a t e   t h i s   y e a r   🔥 🔥 
 
 b o s t o n c e l t i c s   s a c r a m e n t o k i n g s   e a s t c o a s t h o o p r e c r u i t   n b a   l e b r o n j a m e s   l a k e r s   b a l l i s l i f e   n b a b a s k e t b a l l   n i k e   l e b r o n   n b a p l a y o f f s   j o r d a n   f o o t b a l l   k o b e   k o b e b r y a n t   n b a f i n a l s     d u n k     m i c h a e l j o r d a n   e s p n  
5 0   5 - s t a r s   i n   t h e   g y m   f o r     m i n i c a m p .   w h o   c a n   y o u   s p o t ?   🤨 🤨 
 
 b a l l i s l i f e   b a l l i s l i f e 🏀   c u s r i s e   b o s t o n c e l t i c s   g r i n d c i t y   t e r p s n a t i o n   e a s t c o a s t h o o p r e c r u i t   c a v s h i o n   n u g g e t s n a t i o n   g o l d d o n t q u i t   m e m p h i s   n b a     n b a d r a f t  
n o t   s h y i n g   a w a y   f r o m   a n y t h i n g   o r   a n y o n e   😤 
 
 t e r p s n a t i o n     m e n s b a s k e t b a l l   i n d i a n a p a c e r s   g r i n d c i t y   k u h o o p s   n b a d r a f t   n b a   m i l e h i g h b a s k e t b a l l   w i z 5 0   c o n n e c t e d b y m a g i c   w i z a r d s   k e v i n d u r a n t   l a c l i p p e r s   m e m p h i s g r i z z l i e s   l e t e m k n o w   c u s r i s e   b o s t o n c e l t i c s   d a l l a s   b e t h e f i g h t  
  b i g   t i c k e t   🎟   
 
 n b a   l a c l i p p e r s   c e l t i c s   c a v s   c a v s s u m m e r   c l e v e l a n d c a v a l i e r s   b e t h e f i g h t   c a v s h i o n   c a v s 5 0   f i e l d h o u s e h e a t   c a v s d r a f t   l e t e m k n o w   d a l l a s   c e l t i c s   b o s t o n c e l t i c s   c u s r i s e   l a k e r s   l a k e r s f a m i l y   l a k e r n a t i o n   g o l a k e r s   l o s a n g e l e s l a k e r s   l a k e s h o w  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
c e l t i c s   s t a f f e r   w h o   h a d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s s t a f f f e m a l e   d a n n y a i n g e   e a s t e r n c o n f e r e n c e   g e e k s a n d g a m e r s   i m e u d o k a   i m e u d o k a c e l t i c s s t a f f a f f a i r   i m e u d o k a d a n n y a i n g e   i m e u d o k a f i r e d   i m e u d o k a k a t h l e e n n i m m o l y n c h   i m e u d o k a n i a l o n g  
r e p .   a y a n n a   p r e s s l e y   o n   j a y l e n   b r o w n ' s   l e a d e r s h i p   i n   b o s t o n   a n d   b e y o n d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 8 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   c e l t i c s   d e b u t   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b l a k e g r i f f i n   b l a k e g r i f f i n c e l t i c s   b l a k e g r i f f i n d u n k s   b l a k e g r i f f i n i n t e r v i e w   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 8 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ' i   w a n t   t o   h e l p   ( u s )   w i n '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i m e u d o k a   a c c u s e d   o f   s l e e p i n g   w i t h   w i f e   o f     b o s t o n c e l t i c s   o w n e r     v i a  
c e l t i c s   c o a c h   i m e   u d o k a   r o s e   f a s t   a n d   f e l l   h a r d   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   h o r n e t s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ' s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   t e l l s     p o s t - g a m e :   " t h e   i n t e n s i t y   l e v e l   a n d   m a t u r i t y   l e v e l   o f   t h i s   . . .   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c h e a t i n g   o n   y o u r   s p o u s e   i s   w r o n g ,   m o r a l l y   r e p r e h e n s i b l e ,   a n d   b r e a k s   u p   f a m i l i e s . 
 
 i n   a d d i t i o n ,   t h i s   t y p e   o f   b e h a v i o r   i s   b a d   f o r   b u s i n e s s .   i m e   i m e u d o k a   n i a l o n g   b o s t o n c e l t i c s 
 
  
d e r r i c k   w h i t e   d r o p s   l a m e l o ,   b l a k e   g r i f f i n   m a k e s   d e b u t   a s   s h o r t h a n d e d   c e l . . .     v i a     
 
 n b a 2 k 2 3   n b a   b o s t o n c e l t i c s   c e l t i c s w i n
c e l t i c s   1 1 2 ,   h o r n e t s   1 0 3 :   j a y l e n   b r o w n ,   b o s t o n ' s   b - s q u a d   t a k e s   c a r e   o f   c h a r l o t t e   o n   t h e   r o a d   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e x c l u s i v e   1 - o n - 1 :   k e m b a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s h o r n e t s   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   k e m b a c e l t i c s   k e m b a o n c e l t i c s   k e m b a o n j a y s o n t a t u m j a y l e n b r o w n   k e m b a w a l k e r   k e m b a w a l k e r a b b y c h i n   k e m b a w a l k e r c e l t i c s  
t h e   g o l d e n   s t a t e   w a r r i o r s   j u s t   p u l l e d   a   p a g e   o u t   o f   t h e   b o s t o n   c e l t i c s '   p l a y b o o k   o n   h o w   t o   f i r s t   d e - v a l u e ,   a n d   t h e n   b u r y   a n   u n w a n t e d   a s s e t   a l i v e .     d r a y m o n d g r e e n   g o l d e n s t a t e w a r r i o r s   b o s t o n c e l t i c s   i m e u d o k a   n b a   p r o b a s k e t b a l l   b l a c k n e w s   b l a c k i n s p o r t s   b l a c k l i v e m a t t e r
w i t h   s a m   h a u s e r   b e i n g   w h a t   w e   t h o u g h t   w e   h a d   i n   g a l l i n a r i   w h a t   d o   w e   m a k e   s e n s e   o f   t h i s   a t   t h i s   p o i n t   ⁉ ️   c e l t i c s   m u t u a l s   o n l y   ☘ ️   b o s t o n c e l t i c s
m a l i k a   a n d r e w s   c l a i m s   j a y s o n   t a t u m   i s   n o t   a   s u p e r s t a r   p l a y e r   p t   2   " n u m b e . . .     v i a     v i r a l   e s p n   n b a   n b a p r e s e a s o n   b o s t o n c e l t i c s
j a y l e n   b r o w n   t a k i n g   m f i o n d u   k a b e n g e l e   u n d e r   h i s   w i n g   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c s   l o o k   t o u g h .   b r o w n   m v p   t y p e   y e a r   a h e a d ,   c a n   t a t u m   f o l l o w ?   b o s t o n c e l t i c s  
d i d   y o u   s e e   t h e   l a t e s t   g a m e   b e t w e e n   t h e   c h a r l o t t e   h o r n e t s   a n d   t h e   b o s t o n   c e l t i c s ? ?   i f   n o t ,   w a t c h   t h e   b e s t   h i g h l i g h t s   d o w n   b e l o w ! 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n   c e l t i c s :   f o r m e r   h o r n e t s   l o t t e r y   p i c k   f l o a t e d   f o r   c ’ s   t p e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f a b   m e l o   -   b o s t o n   c e l t i c s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s 
 
   n b a   n b a t w i t t e r   n b a t o p s h o t   m e l o   c e l t i c s   b o s t o n c e l t i c s   n u g g e t s   k n i c k s   m i l e h i g h b a s k e t b a l l   n e w y o r k f o r e v e r  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s f u l l g a m e h i g h l i g h t s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s h i g h l i g h t s   b o s t o n v s c h a r l o t t e   c e l t i c s v s h o r n e t s  
e v a l u a t i n g   b l a k e   g r i f f i n ’ s   p r e s e a s o n   d e b u t   w i t h   t h e   b o s t o n   c e l t i c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b e s t   i n s i d e   o u t   s c o r e r   b u i l d   o n   n b a   2 k 2 3 .   c h e c k   i t   o u t   a n d   l e t   m e   k n o w   w h a t   y o u   t h i n k   i n   t h e   c o m m e n t s . 
 
 
 
 n b a 2 k 2 3   2 k 2 3   n b a 2 k   b o s t o n c e l t i c s   h e a t n a t i o n   p s 5   y o u t u b e   y o u t u b e g a m i n g   s u b s c r i b e n o w   s u b s c r i b e
b l a k e   g r i f f i n   g e t s   i t   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
k e m b a   w a l k e r   t o     o n   m a z z u l l a :   " h e ' s   h a r d - n o s e d ,   t e l l s   i t   l i k e   i t   i s ,   h a s   g r e a t   c h a r a c t e r ,   h o l d s   e v e r y o n e   a c c o u n t a b l e   e q u a l l y .   h e ' s   j u s t   n o t   s c a r e d .   i   k n o w   e v e r y o n e ' s   t a l k i n g   t r a s h   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
e s p n ' s   z a c h   l o w e   p r o j e c t s   t h e   b o s t o n   c e l t i c s   a s   c o n t e n d e r s   d e s p i t e   o f f s e a s o n   h i c c u p s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i m a   u d o k a   y o u   g o t   s u s p e n d e d   a n d   c h e a t e d   o n   n i a   l o n g   f o r   t h i s   w o m a n .   t h i s   i s   h o r r i b l e . 
 b r o ' s   d o n ' t   m a k e   t h i s   m i s t a k e   b o s t o n c e l t i c s   b l a c k m e n   n b a  
b o s t o n   c e l t i c s :   j a y l e n   b r o w n   j u s t   h a s   t h a t   h u n g e r   i n   h i s   e y e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h a t   s h o u l d   w e   e x p e c t   f r o m   t h e   b o s t o n   c e l t i c s   i n   2 0 2 2 - 2 3 ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
t h e   i n j u r y   a n d   r e c o v e r y   o f   f o r m e r   b o s t o n   c e l t i c s   b i g   m a n   a r o n   b a y n e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n ' s   j a y l e n   b r o w n   r a n k e d   i n   s p o r t i n g   n e w s '   t o p   f i v e   n b a   s h o o t i n g   g u a r d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   t e l l s     p o s t - g a m e :   " t h e   i n t e n s i t y   l e v e l   a n d   m a t u r i t y   l e v e l   o f   t h i s   g r o u p   i s   o f f   t h e   c h a r t s .   e v e r y   d a y   w h e n   w e   g e t   t o   w o r k ,   i t ’ s   i n t e n s e   …   t h e s e   g u y s   a r e   l o c k e d   i n   a n d   n o b   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
e n d e   
 e i s h o c k e y   h e r r e n   q m j h l   
 4 : 3   q u e b e c r e m p a r t s   v s   b l a i n v i l l e b o i s b r i a n d a r m a d a   
 e i s h o c k e y   h e r r e n   n h l s a i s o n v o r b e r e i t u n g   
 2 : 4   t o r o n t o m a p l e l e a f s   v s   d e t r o i t r e d w i n g s   
 b a s k e t b a l l   h e r r e n   n b a   
 1 1 2 : 1 0 3   b o s t o n c e l t i c s   v s   c h a r l o t t e h o r n e t s   
 1 1 4 : 1 3 1   i n d i a n a p a c e r s   v s   n e w y o r k k n i c k s
b o s t o n   c e l t i c s :   o v e r p e r f o r m i n g   2 0 1 9   f i r s t - r o u n d   p i c k   u n l i k e l y   t o   h a v e   d e a l   g u a r a n t e e d   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c e l t i c s '   j a y s o n   t a t u m   r a n k e d   i n s i d e   e s p n ' s   t o p   1 0   o f   2 0 2 2 - 2 3   t o p   1 0 0   p l a y e r s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   a t   h o r n e t s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 2 9  
o n   t h i s   d a y :   f o r m e r   b o s t o n   c e l t i c s   b i g   m a n   b r e t t   s z a b o   s i g n s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ' s   j a y l e n   b r o w n   j u s t   o u t s i d e   o f   s p o r t s   i l l u s t r a t e d ' s   t o p   2 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ b o s t o n c e l t i c s   1 1 2   ( 2 - 1 ) 🔸 
 ⬇ ️ c h a r l o t t e h o r n e t s   1 0 3   ( 0 - 3 ) 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔴 d n p   -   c o a c h ' s   d e c i s i o n 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - h o r n e t s   p r e s e a s o n   r e m a t c h   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
r e s u l t s   o f   n b a   m a t c h e s   p r e s e a s o n   0 7 / 1 0 / 2 0 2 2 
 
 c h i c a g o b u l l s   b o s t o n c e l t i c s   n u g g e t s   h o r n e t s   k n i c k s   p a c e r s   p i s t o n s   p e l i c a n s   m a v e r i c k s   h a w k s   b u c k s   n b a i n a b u d h a b i   u s a  
h e r e ' s   w h a t   s t o o d   o u t   f r o m   c e l t i c s '   1 1 2 - 1 0 3   w i n   o v e r   h o r n e t s   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s ’   m a r c u s   s m a r t   c r a c k s   s p o r t s   i l l u s t r a t e d ’ s   t o p   5 0   n b a   p l a y e r s   l i s t   f o r   2 0 2 2 - 2 3 . 
 
 b o s t o n c e l t i c s   🏟 
 c e l t i c s   🏀 
 n b a   n b a t w i t t e r   
 

g r a n t   w i l l i a m s   l o o k s   l i k e   a   n e w   p l a y e r :   7   t a k e a w a y s   f r o m   c e l t i c s   v s .   h o r n e t s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
[ s c o t t o ]   n b a   e x e c u t i v e s   p r o j e c t   b o s t o n   c e l t i c s   f o r w a r d   g r a n t   w i l l i a m s   t o   b e   w o r t h   $ 1 2 - 1 3   m i l l i o n   a n n u a l l y   i n   a n y   e x t e n s i o n   t a l k s . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n ’ s   b - s q u a d   t a k e s   d o w n   c h a r l o t t e   1 1 2 - 1 0 3   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a ,   c e l t i c s   m e d i a   r e a c t   t o   b o s t o n ' s   1 1 2 - 1 0 3   p r e s e a s o n   w i n   o v e r   t h e   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   a t   h o r n e t s :   b o s t o n   o u t l a s t s   e a r l y   c h a r l o t t e   p u s h ,   w i n   1 1 2 - 1 0 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :     1 1 2 ,   h o r n e t s   1 0 3 .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
a   g r e a t     w i n ! ! !   i t   m a y   b e   p r e s e a s o n   b u t   m a n   t h i s   t e a m   l o o k s   g r e a t   a n d   i   l o v e d   t h a t   t h e y   w e r e   p l a y i n g   i n   g r e e n s b o r o   t o n i g h t ! ! !   g o c e l t i c s   b l e e d g r e e n   b o s t o n c e l t i c s  
i t ’ s   n o   s e c r e t   t h a t   p a t r i c k   b e v e r l e y   f e e l s   s l i g h t e d   b y   t h e   f a c t   t h a t   h e ’ s   n e v e r   w o n   t h e   d e f e n s i v …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   |   l i v e   p l a y   b y   p l a y   & a m p ;   r e a c t i o n   |   c e l t i c s   v s   h o r n e t s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
c h a r l o t t e h o r n e t s   b o s t o n c e l t i c s   n b a t w i t t e r     b u z z c i t y   j e r s e y s   a r e   n e e d e d
w h a t   a   g r e a t   p i c k   u p   w e   g o t   f o r   t h e   t e a m   b l a k e g r i f f i n   b o s t o n c e l t i c s  
c e l t i c s   v s .   h o r n e t s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   i s   n o t   c o n c e r n e d   a b o u t   p r e s e a s o n   s t r u g g l e s ,   s a y s   ' i   s t a r t   o f f   s l o w '   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  

 c l i c k   t h e   l i n k   t o   s e e   o u r   t a k e !   s 3 ,   e 0   i s   o u t   n o w !   i m e u d o k a   n i a l o n g   m a l i k a a n d r e w s   b o s t o n c e l t i c s   s t e p h e n a s m i t h   n b a   p o d c a s t r e c o m m e n d a t i o n s  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
j a y l e n   b r o w n   w i l l   b e   t h e   l o n e   m e m b e r   o f   t h e   f i r s t   u n i t   t o   g e t   m i n u t e s   t o n i g h t .   c e l t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m e   s t a r t i n g   f i v e   f o r   t h e   h o r n e t s   t o n i g h t .   s t e v e   c l i f f o r d   s a i d   l a m e l o ,   t e r r y   r o z i e r   a n d …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
  g o t t a   b e   o n e   o f   t h e   b e s t   f e e l i n g s   i n   t h e   w o r l d   w h e n   y o u   r e m e m b e r   l a s t   m i n u t e   c e l t i c s   b a s k e t b a l l   i s   o n   t o n i g h t   n b a p r e s e a s o n   b o s t o n c e l t i c s   n b a
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   n b a   g e n e r a l   m a n a g e r s   h a v e   g i v e n   t h e i r   p r e d i c t i o n s   o n   t h e   u p c o m i n g   s e a s o n .   🏀 
 
 h e r e   i   g o   t h r o u g h   a   f e w   o f   t h o s e   p r e d i c t i o n s : 
 
 
 
 m v p   c h a m p i o n s h i p   b o s t o n c e l t i c s   l o s a n g e l e s c l   d o n c i c   e m b i i d  
i   t o l d   y ’ a l l   i n   t h e   b e g i n n i n g ,   b u t   n o o o o ,   y o u   w o u l d n ’ t   l i s t e n … . n i a l o n g   i m e u d o k a   c h e a t e r   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   b / r   s e e s   d e r r i c k   w h i t e   a s   o d d   m a n   o u t   i n   b a c k c o u r t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   ( 1 - 1 )   a t   c h a r l o t t e   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
h a u s e r   m a n i a ! !   g e t t i n g   t o   k n o w   m o r e   a b o u t   s a m   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n c e l t i c s h i g h l i g h t s   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s p r e s e a s o n   c h r i s f o r s b e r g   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y l e n b r o w n h i g h l i g h t s   j a y s o n t a t u m  
n e w   v i d e o   t o   w a t c h : 
 
 " r a p t o r s   a t   c e l t i c s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c e l t i c s   b o s t o n c e l t i c s 
 

o n   9 / 2 5   i   p o s t e d   o n   t i k t o k   t h a t   t h e   l a d y   w o u l d   b e   w h i t e   a n d   e x p l a i n e d   w h y   t h e y   w e r e   h i d i n g   h e r   i d e n t i t y .   n o w   t h e   t r u t h   c o m e s   o u t .   w o k e   a s f .   i m e u d o k a   n i a l o n g   w h i t e p r i v i l e g e   m e d i a   k a n y e   b r e t t f a v r e   b o s t o n c e l t i c s         b l a c k t w i t t e r  
b l a k e   g r i f f i n   w i l l   m a k e   c e l t i c s   d e b u t   f r i d a y   a g a i n s t   t h e   h o r n e t s   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a l e x   b a r l o w   g e t s   h i s   f i r s t   s h o t   a s   h e a d   c o a c h :   k e e p   a n   e y e   o n   t h e   m a i n e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s p e a k i n g   a t   m f a   p a n e l ,   c e l t i c s '   j a y l e n   b r o w n   c h a l l e n g e s   b o s t o n i a n s   t o   b e t t e r   c i t y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w e   a l r e a d y   k n e w   s h e   w a s   w h i t e   w h e n   y ’ a l l   d i d n ’ t   r e v e a l   h e r   n a m e   b u t   s t i l l   p u t   t h e   c o a c h   o n   b l a s t . . . d u h ? ? ?   🙄 🙄 🙄 🙄 🙄 🙄 🙄 🙄 🙄 🙄 🙄 
 n i a l o n g   i m e u d o k a   m i z m e l a n i n 1   b o s t o n c e l t i c s  
b r o w n   t o o k   a n   i n t e r e s t   i n   k a b e n g e l e   a f t e r   t h e   2 5 - y e a r - o l d   b i g ,   w h o   i s   f i g h t i n g   f o r   a   r o t a t i o n   s p o t ,   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b u t   k a b e n g e l e   f e e l s   h e ’ s   f i n a l l y   f o u n d   t h e   r i g h t   p a t h .   “ i ’ m   n o t   t h e   s a m e   p e r s o n   i   w a s   i n   m y   r o …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p r o u d   o f   t h i s   o n e !     ( s e r i a l   n o t   s o   g r e a t ,   b u t   w h o   c a r e s ! )   b o s t o n c e l t i c s   n b a t o p s h o t  
a p e s t o g e t h e r s t r o n g 
 b o s t o n c e l t i c s   a m c a p e   r o o k i e   c h e c k   o u t   j a s o n   t a t u m   d o n r u s s   p a n i n i   2 0 1 7   r a t e d   r o o k i e     1 9 8   & a m p ;   2 0 1 9 - 2 0   d o n r u s s   o p t i c     1 1     e b a y   v i a  
j e f f   d o w t i n   s e n d s   i t   t o   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c h r i s b o u c h e r   d a l a n o b a n t o n s c o t t i e b a r n e s   d a v i d j o h n s o n m a l a c h i f l y n n   d j w i l s o n   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t g a r y t r e n t j r   j u s t i n c h a m p a g n i e   k h e m b i r c h i s a a c b o n g a   n b a 2 0 2 2   n b a h i g h l i g h t s  
3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   c h a r l o t t e   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   c b   w a n t s   f o r m e r   d r a f t   l o t t e r y   b i g   m a n   t o   m a k e   c s   r o s t e r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
l e s s   t h a n   a   w e e k   a f t e r   u p s e t t i n g   s o m e   e s p n   n b a   f a n s   o n   h e r   h a n d l i n g   o f   t h e   b o s t o n c e l t i c s   u d o k a   c o a c h i n g   c o n t r o v e r s y ,   a n d r e w s   i s   g e t t i n g   a   p r o m o t i o n   n b a t w i t t e r   n b a p r e s e a s o n  
s a m   h a u s e r   i s   p r o v i n g   h e ’ s   r e a d y   f o r   a   b i g g e r   r o l e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a p r e s e a s o n   b o s t o n c e l t i c s   x s o s 
 d o   y o u   w a n t   t o   i m p r o v e   y o u r   p i n   d o w n   a c t i o n ?   w a t c h   👀   a l   h o r f o r d   i n   a c t i o n :   b r i l l i a n t   d e c i s i o n   m a k i n g   i n   p i n   d o w n   s i t u a t i o n .  
o n   b i l l   r u s s e l l ’ s   l e g a c y   a n d   b o s t o n   b a s k e t b a l l   w /   r e p .   a y a n n a   p r e s s l e y   
   
 
   
 b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
j a y l e n   b r o w n   h i g h l i g h t s   v s   t o r o n t o   r a p t o r s   ( 2 3   p t s ,   4   r e b )   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
p r e s e a s o n   g a m e   t h r e e .   c ’ s   h a v e   s p l i t   t h e i r   f i r s t   t w o   g a m e s   w h i l e   c h a r l o t t e   h a s   l o s t   b o t h   o f   t h e i r   g a m e s .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d   b a l l i s l i f e     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
e s p n   c a l l e d   a n d   t o l d   m e   t o   s t o p   t a l k i n g   s p o r t s   l o l o l o l   n i a l o n g   i m e u d o k a   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   h o l l i n g e r   j o k e s   2   f o r m e r   c s   b i g   m a n   “ l e g e n d s ”   c o u l d   b e   f r e e   a g e n t   o p t i o n s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h a m s   a l s o   r e v e a l s   t h a t ,   d e s p i t e   s a l a c i o u s   i m p l i c a t i o n s   o r   c l a i m s   e l s e w h e r e ,   t h a t   u d o k a ’ s   m i s c o n d u …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   m a r c u s   s m a r t   c r a c k s   s p o r t s   i l l u s t r a t e d ' s   t o p   5 0   n b a   p l a y e r s   l i s t   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s '   j a y s o n   t a t u m   c r a c k s   s p o r t s   i l l u s t r a t e d ' s   2 0 2 2 - 2 3   t o p   1 0   p l a y e r s   i n   n b a   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   d a n n y   a i n g e   w a s   u p s e t   b y   i m e   u d o k a   a f f a i r   d u e   t o   t i e s   w i t h   e m p l o y e e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h r e e   b o s t o n   c e l t i c s   l a n d   i n   n o s .   1 0 0 - 5 1   o f   s p o r t s   i l l u s t r a t e d ' s   2 0 2 2 - 2 3   t o p   1 0 0   p l a y e r s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n   t h i s   d a y :   f o r m e r   b o s t o n   f o r w a r d   w i l l i e   n a u l l s   b o r n ;   j i m m y   o l i v e r   s i g n e d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
✈ ️   b o s t o n   ( b o s )   t o   r e y k j a v i k   ( k e f )   f o r   o n l y   $ 2 6 2   ( u s d )   r o u n d t r i p   💸 
 1 9 8   l i v e   d a t e s   o n   a d v e n t u r e   m a c h i n e .   -   g e t   t h e   a p p   o n   i o s   o r   a n d r o i d   b o s t o n     b o s t o n t e r r i e r     b o s t o n c e l t i c s     b o s t o n f o o d i e s     b o s t o n t e r r i e r s     b o s t o n b l o g g e r  
c e l t i c s   v s .   h o r n e t s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ' s   t h e   l a t e s t   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ' s   g r a n t   w i l l i a m s   j u s t   o u t s i d e   s p o r t s   i l l u s t r a t e d ' s   t o p   1 0 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l e b r o n   j a m e s   i c o n i c   g a m e   6   p e r f o r m a n c e   v s   b o s t o n   c e l t i c s   i n   2 0 1 2   n b a   p l a y o f f s   b a s k e t b a l l   l e b r o n 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n   c e l t i c s   a t   c h a r l o t t e   h o r n e t s :   h o w   t o   w a t c h ,   b r o a d c a s t ,   l i n e u p s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
  y o u   k n o w   w h a t ! ! ! ! !   t h o s e   2   p i e c e s   o f   t r a s h   d e s e r v e   e a c h   o t h e r ! !   b o t h   a r e   e x t r e m e l y   l o w   t o   f a c e   n i a   a n d   a c t   l i k e   n o t h i n g   w a s   g o i n g   o n ,   w h e n   l o o k i n g   f o r   a   r e s i d e n c e   i n   b o s t o n ! !   s h e   s h o u l d   b e   p u n i s h e d   a s   w e l l ! !   f i l t h y   h o e ,   a n d   a n i m a l !   😒   n i a l o n g   i m e u d o k a   b o s t o n c e l t i c s
  i f   i m e   l o v e d ,   o r   e v e n   c a r e d   a b o u t   n i a ,   h e   w o u l d   h a v e   n e v e r   h u m i l i a t e d   h e r   i n   t h i s   m a n n e r !   n o w ,   i   u n d e r s t a n d   w h y   t h e r e   w a s   s u c h   a   l o n g - t e r m   e n g a g e m e n t !   h e   d i d n ' t   w a n t   h e r ! !   h e   c o u l d   h a v e   s a v e d   n i a   t h e   t r i p ! !   s o o o o o   s a d   f o r   n i a   a n d   t h e i r   s o n ! !   😠   n i a l o n g   i m e u d o k a   b o s t o n c e l t i c s
t h e   p l o t   t h i c k e n s   b u t   i   t h i n k   w e   k n o w   w h a t   r e a l l y   h a p p e n e d ? !   i m e u d o k a   n i a l o n g   b o s t o n c e l t i c s  
c e l t i c s   ( 1 - 1 )   a t   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  t e a m   n e e d s   m y   p l a y i n g   c o a c h i n g   m o d e l   i n   p a r t i c u l a r   f o r   w h e n   c o a c h   n e e d ' s   t e a m   e v a l u a t i o n   i n f o r m a t i o n   b a s e d   o n   w h a t   p l a y e r s   d o   r a t h e r   t h a n   c o a c h ' s   i n t e r p r e t a t i o n   o f   i t           b o s t o n c e l t i c s
j o h n   h o l l i n g e r ' s   c e l t i c s   p r e v i e w :   p r e d i c t i o n s ,   a n a l y s i s   f o r   2 0 2 2 - 2 3   s e a s o n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
  s o   g l a d   m a g i c   w a s n ’ t   a s   s e n s i t i v e   a s   l e b r o n .     t h e r e ’ s   a   r e a s o n   w h y   t h e   8 0 s   w a s   t h e   g r e a t e s t   e r a   t h e   n b a   h a s   s e e n   a n d   w h y   s o   m a n y   a t h l e t e s   i n   t o d a y ’ s   g a m e   a r e   d e s p i s e d .     b o s t o n c e l t i c s   l o s a n g e l e s l a k e r s   r i v a l r y
o n   b i l l   r u s s e l l ’ s   l e g a c y   a n d   b o s t o n   b a s k e t b a l l   w /   r e p .   a y a n n a   p r e s s l e y 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
i m e   u d o k a ' s   l o v e r   r e v e a l e d   +   w a s   h i s   s u s p e n s i o n   d u e   l o v e r ' s   t i e s   t o   b o s t o n   c e l t i c s   e x e c ? !     n i a l o n g   b o s t o n c e l t i c s   i m e u d o k a  
i   f u c k   h o e s   b e c a u s e   i f   i   d o n t . . . n o t h i n g   s t a n d s   b e t w e e n   t h e m   a n d   a   w o u l d - b e   f a i t h f u l   h u s b a n d .   i m e   u d o k a   s h o u l d ' v e   b o u n c e d   p a s s e d   t h a t   g i r l   m y   w a y   a n d   s a v e d   h i s   m a r r i a g e .   b l e s s   u p m   b o s t o n c e l t i c s
i m e   u d o k a ' s   l o v e r   r e v e a l e d   +   w a s   h i s   s u s p e n s i o n   d u e   l o v e r ' s   t i e s   t o   b o s t o n   c e l t i c s   e x e c ? !     n i a l o n g   b o s t o n c e l t i c s   i m e u d o k a  
[ f i l m   r o o m ]   t h e   c o m m o n   t h e m e s   o f   m a l c o l m   b r o g d o n ' s   p l a y m a k i n g   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h i s   i d i o t   c h e a t e d   o n   b e a u t i f u l   n i a   l o n g ,   w i t h   j o k e r . . l o r t ! ! 🤦 🏿 ‍ ♀ ️   i d k   a n   i   c a n ' t   u n s e e   t h e   r e s e m b l a n c e   e i t h e r     i m e u d o k a     b o s t o n c e l t i c s  
c e l t i c s   l a b   1 4 5 :   h o n o r i n g   b i l l   r u s s e l l ' s   l e g a c y   a n d   t a l k i n g   b o s t o n   b a s k e t b a l l   w i t h   r e p .   a y a n n a   p r e s s l e y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i m e   u d o k a ' s   l o v e r   r e v e a l e d   +   w a s   h i s   s u s p e n s i o n   d u e   l o v e r ' s   t i e s   t o   b o s t o n   c e l t i c s   e x e c ? !     n i a l o n g   b o s t o n c e l t i c s   i m e u d o k a  
p o s t g a m e   p r e s s   c o n f e r e n c e :   j a y s o n   t a t u m   t a l k s   e n c o u r a g i n g   s t a r t   t o   t h e   s e a s o n ,   d e u c e   c r a s h e s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   j a y s o n t a t u m   j a y s o n t a t u m c e l t i c s   j a y s o n t a t u m h i g h l i g h t s   j a y s o n t a t u m i n t e r v i e w   n b a p l a y o f f s  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 6 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c   w e l l s   -   w h e r e   i ’ m   f r o m   p t .   2   ( a n i m a t e d   m u s i c   v i d e o )     v i a     s i n c i t y   w h e r e   i ’ m   f r o m   b o s t o n c e l t i c s
j b   s o   u n d e r r a t e d   b o s t o n c e l t i c s
b r e a k d o w n   o f   c r u c i a l   f i n a l   m o m e n t s   i n   c e l t i c s   1 1 0 - 1 0 7   l o s s   t o   m i l w a u k e e   b u c k s   i n   g a m e   5 
   
 
   
 b o s t o n c e l t i c s   c e l t i c s b u c k s   c e l t i c s v s b u c k s   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   g a m e 5   m i l w a u k e e b u c k s   n b a  
i   s u s p e c t e d   i m e   u d o k a   s l e p t   w i t h   a   w h i t e   w o m a n   i n   t h e   e x e c u t i v e   o f f i c e .   
 b o s t o n c e l t i c s   p r a c t i c a l l y   c o n f i r m e d   i t   w / t h a t   p r e s s   c o n f e r e n c e .     
 y o u   d o n ' t   " s u s p e n d "   i f   t h e   w o m a n   w a s   b l a c k .   
 b o s t o n c e l t i c s   m u s t   e x p e c t   a   l a w s u i t .   i m e u d o k a   i s   n o t   f i r e d .   m o r e t o c o m e
b r a d   s t e v e n s   t o   t h e   m e d i a   a t   t h e   h a l f 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
s t e p h e n a s m i t h   s a y s   h e   f e e l s   t h a t   b o s t o n c e l t i c s   c o a c h   i m e u d o k a ’ s   c h e a t i n g   s c a n d a l   ‘ w a s   a n   h r   m a t t e r ’   & a m p ;   s h o u l d n ’ t   h a v e   b e e n   p u b l i c i z e d :   i t ’ s   n o n e   o f   o u r   b u s i n e s s   ( v i a   )  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 6 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   2 0 2 2   w i n   t o t a l   f u t u r e s ,   o v e r / u n d e r   a n d   o d d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   j a y l e n   b r o w n   f o r   2 0 2 2   a l l - n b a   f i r s t   t e a m e r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   p u n c h e s   t e a m m a t e   j o r d a n   p o o l e ,   f a c e s   s u s p e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   s a m   h a u s e r   i s   t h e   n e w   r a y   a l l e n !   c e l t i c s   v s   r a p t o r s   p r e s e a s o n   r e a c t i o n   a n d   h i g h l i g h t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   j a y l e n   b r o w n   s u r p r i s e s   d o r c h e s t e r   m i d d l e   s c h o o l e r s   w i t h   n e w   b a c k p a c k s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a t t   b a r n e s   d r o p s   m o r e   b r e a d   c r u m b s   o n   r e a s o n   b e h i n d   u d o k a ' s   l e n g t h y   s u s p e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n i a   l o n g   r e p o r t e d l y   s t a n d i n g   b y   f i a n c é   i m e   u d o k a   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   g r a n t   w i l l i a m s   g i v e s   t h e   l a t e s t   u p d a t e   o n   t h i s   c o n t r a c t   e x t e n s i o n   t a l k s   w i t h   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t o r o n t o   r a p t o r s   v s   b o s t o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c h r i s b o u c h e r   d a l a n o b a n t o n s c o t t i e b a r n e s   d a v i d j o h n s o n m a l a c h i f l y n n   d j w i l s o n   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t g a r y t r e n t j r   j u s t i n c h a m p a g n i e   k h e m b i r c h i s a a c b o n g a   n b a 2 0 2 2   n b a h i g h l i g h t s  
s t e p h e n   a .   s m i t h :   c e l t i c s   d o c k e d   i m e   u d o k a   h a l f   h i s   p a y             i m e u d o k a         s t e p h e n a s m i t h         n b a             b o s t o n c e l t i c s
r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   [ o t ] :   s a m   h a u s e r   s h o o t s   l i g h t s   o u t   i n   o v e r t i m e   l o s s   a t   h o m e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
5   o v e r r e a c t i o n s   t h r o u g h   t h e   c e l t i c s ’   f i r s t   t w o   p r e s e a s o n   g a m e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   a t h l e t i c ' s   s h a m s   c h a r a n i a   a d d s   s o m e   c o n t e x t   t o   t h e   c e l t i c s '   i m e   u d o k a   s c a n d a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n c e l t i c s   1 4   c a r d   t e a m   l o t   c e l t i c s   
 
 $ 5   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   r a p t o r s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ t o r o n t o r a p t o r s   1 2 5   ( o t ) ( 2 - 0 ) 
 ⬇ ️ b o s t o n c e l t i c s   1 1 9   ( 1 - 1 ) 🔸 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔹 7 / p t s 
 🔹 6 / r e b 
 🔹 2 / a s t 
 🔹 0 / s t l 
 🔹 1 / b l k 
 🔹 2 / t o 
 🔹 3 / 4 t 2 
 🔹 0 / 2 t 3 
 🔹 1 / 2 t l 
 🔹 2 6 : 0 0 / m i n : s e g 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
a   l e a k e d   v i d e o   f r o m   a   b o s t o n   c e l t i c s   p r a c t i c e   o n   o c t o b e r   1 0 t h ,   2 0 2 1   h a s   s u r f a c e d .   t h i s   s h e d s   a   w h o l e   n e w   l i g h t   o n   t h e   i m e   u d o k a   s i t u a t i o n   i n   b o s t o n .   b o s t o n c e l t i c s   i m e u d o k a   s c a n d a l   n b a   v i d e o   p e r   c h a r l e s   j o n e s   i i    
r e v e a l e d   i n   1 9 6 5 ,   b i l l   r u s s e l l ’ s   4   l a w s   f o r   b e i n g   t h e   u l t i m a t e   n b a   w i n n e r   a r e   m o r e   r e l e v a n t   t h a n   e v e r . 
 
 b i l l r u s s e l l   b o s t o n c e l t i c s   n b a   h i s t o r y   s p o r t s   
 

j a y s o n   t a t u m   a s k e d   i f   s a m   h a u s e r   i s   a   b e t t e r   s h o o t e r   t h a n   h i m :   “ h e l l   n o … i   t e l l   s a m   h e   s h o u l d   s e n d   m e   a   t h a n k   y o u   c a r d   f o r   b e i n g   o n   t h e   f l o o r   t o g e t h e r . ” 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
c e l t i c s ’   j a y s o n   t a t u m   n o t   w o r r i e d   a b o u t   p r e s e a s o n   s t r u g g l e s :   ‘ i   s t a r t   o f f   s l o w ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c o a c h ' s   a l l e g e d   a f f a i r   p a r t n e r ' s   i d e n t i t y   r e v e a l e d !   b o s t o n c e l t i c s   

w i l l   c e l t i c s   g o   s m a l l   w i t h o u t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b l a k e g r i f f i n   b l a k e g r i f f i n c e l t i c s   b l a k e g r i f f i n n e t s   b l a k e g r i f f i n s i g n s w i t h c e l t i c s   b o s t o n c e l t i c s   c e l t i c s g o s m a l l   c e l t i c s n e t s   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s s m a l l b a l l   c l n s m e d i a  
b o s t o n ' s   j a y s o n   t a t u m   t h i n k s   i t   ' f e e l s   l i k e   w e ' r e   l e a v i n g   o f f   f r o m   t h e   s e c o n d   h a l f   o f   l a s t   s e a s o n '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m   h a u s e r   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   t o r o n t o   r a p t o r s   ( 1 0 / 5 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i n   g r e e n   ☘ ️   i   l o o k   a m a z i n g ,   y e a h   y e a h   t h a t ' s   t r u e   🤟 
 
 b l a k e g r i f f i n   b o s t o n c e l t i c s   n b a   n b a i n a b u d h a b i   b r o o k l y n   n e t s   l a k e r s  
w h a t   g r a n t   w i l l i a m s ’   r u m o r e d   r a i s e   c o u l d   m e a n   f o r   b o s t o n   c e l t i c s   f u t u r e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i m e   u d o k a   u n l i k e l y   t o   c o a c h   a g a i n   f o r   c e l t i c s   –   l e a g u e   c i r c l e s   b o s t o n c e l t i c s   i m e u d o k a  
✈ ️   b o s t o n   ( b o s )   t o   m a d r i d   ( m a d )   f o r   o n l y   $ 3 2 6   ( u s d )   r o u n d t r i p   💸 
 9 4   l i v e   d a t e s   o n   a d v e n t u r e   m a c h i n e .   -   g e t   t h e   a p p   o n   i o s   o r   a n d r o i d   b o s t o n     b o s t o n t e r r i e r     b o s t o n c e l t i c s     b o s t o n f o o d i e s     b o s t o n t e r r i e r s     b o s t o n b l o g g e r  
g r a n t   w i l l i a m s   ‘ l o c k e d   i n ’   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b e   s u r e   t o   t u n e   i n   a t   5 p m   c d t   h o u s t o n   t i m e   f o r   t h e   w o r l d   p r e m i e r e   o f   p o s s i b l y   t h e   b e s t   l a r r y   l e g e n d   v i d e o   o f   a l l   t i m e   
 s h a r e   l i k e   s u b s c r i b e .   
 f o l l o w     o n   t w i t t e r   a n d   t a g   3   f r i e n d s   t o   f o l l o w   a n d   y o u ’ r e   a u t o   e n t e r e d   i n t o   a   g i v e a w a y 
 l a r r y l e g e n d   b o s t o n c e l t i c s   s p o r t s
i m e   u d o k a   u n l i k e l y   t o   c o a c h   c e l t i c s   a g a i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   w a l k i n g   w i t h   a   c r u t c h   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   m a k i n g   n e w   f r i e n d s   o n   h i s   t e a m   : ) 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
r o b e r t   w i l l i a m s '   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   e x e c u t i v e s   b e l i e v e   g r a n t   w i l l i a m s   i s   w o r t h   $ 1 2 - 1 3   m i l l i o n   i n   e x t e n s i o n   t a l k s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i m e   u d o k a   u n l i k e l y   t o   c o a c h   c e l t i c s   a g a i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   w a l k i n g   w i t h   a   c r u t c h   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   f a v o r e d   b l a k e   g r i f f i n   s i g n i n g   o v e r   c a r m e l o   a n t h o n y   d u e   t o   d e f e n s e ,   r o b   w i l l i a m s ’   e a r l y   s e a s o n   a b s e n c e   —   r e p o r t   b l a k e g r i f f i n   b o s t o n c e l t i c s   c a r m e l o a n t h o n y  
s a m   h a u s e r   9 - 1 3   t h r o u g h   2   p r e s e a s o n   g a m e ’ s ,   w i l l   h i s   g a m e   t r a n s i t i o n   t o   t h e   r e g u l a r   s e a s o n ?   b o s t o n c e l t i c s   n b a   n b a p r e s e a s o n   b l e e d g r e e n   h a u s e r f i r e  
r o b e r t   w i l l i a m s '   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   e x e c u t i v e s   b e l i e v e   g r a n t   w i l l i a m s   i s   w o r t h   $ 1 2 - 1 3   m i l l i o n   i n   e x t e n s i o n   t a l k s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e g u l a r s   r o l l   d e s p i t e   l o s s :   1 0   t a k e a w a y s   f r o m   c e l t i c s - r a p t o r s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d o   y o u   h a v e   a   p l a y e r   w h o   c a n   p u l l   o n   d e f e n s e ? 🧲 t e a c h   t h e m   p a s s i n g   s k i l l s !   g r e a t   e x a m p l e   h o w   t o   c r e a t e ,   u s e   a n d   d e v e l o p   a n   a d v a n t a g e . 
 
 ⁉ ️ h o w   d o   y o u   c a l l   t h e   p a s s   f r o m   m a r c u s   s m a r t ⁉ ️   
 n b a p r e s e a s o n   b o s t o n c e l t i c s  
i n s t a n t   r e a c t i o n :   c e l t i c s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   b r i a n s c a l a b r i n e   c e l t i c s h i g h l i g h t s   c e l t i c s p o s t g a m e l i v e   c e l t i c s r a p t o r s   c e l t i c s r a p t o r s a n a l y s i s   c e l t i c s r a p t o r s h i g h l i g h t s   c e l t i c s r a p t o r s p r e s e a s o n   c e l t i c s r a p t o r s r e a c t i o n  
s a m   h a u s e r   i s   f o r   r e a l :   t i m e   f o r   t h e   b o s t o n   c e l t i c s   t o   g i v e   h i m   a   b i g g e r   r o l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n e w n f t p r o f i l e p i c   w e l l !   i t ’ s   b a s k e t b a l l   s e a s o n   a g a i n !   🏀 ☘ ️   t i m e   t o   r e p   t h e   g a n g   g a n g   g r e e n !   g c g   g a n g g r e e n   b o s t o n c e l t i c s   l u c k y b i r d  
j o e   m a z z u l l a   o n   s a m   h a u s e r :   ' h i s   c o n f i d e n c e   c o m e s   f r o m   h i s   w o r k   e t h i c ”   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
⚠ ️   “ y o u   c a n   t a l k   a b o u t   t h e   i n c i d e n t   w i t h o u t   t a l k i n g   a b o u t   t h e   p e r s o n !   “     -       
 💭   t h o u g h t s   ⬇ ️   i m e u d o k a   b o s t o n c e l t i c s  
w e   m u s t   r e m a i n   c a l m 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
w e   h a v e   b l a k e   g r i f f i n ?   b o s t o n c e l t i c s  
d o n t e   d i v i n c e n z o   c o u l d ' v e   b e e n   a   b o s t o n   c e l t i c   l a s t   s e a s o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b o s t o n c e l t i c s v s t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s   b o s t o n c e l t i c s v s t o r o n t o r a p t o r s h i g h l i g h t s   c e l t i c s v s r a p t o r s f u l l g a m e h i g h l i g h t s   c e l t i c s v s r a p t o r s h i g h l i g h t s   e a s t e r n c o n f e r e n c e  
p o s t   g a m e   t h r e a d :   t h e   t o r o n t o   r a p t o r s   d e f e a t   t h e   b o s t o n   c e l t i c s   1 2 5 - 1 1 9   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
h o w   i m p o r t a n t   w a s   a d d i n g   v e t e r a n   b i g   m a n   b l a k e   g r i f f i n   t o   t h e   b o s t o n   c e l t i c s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
h a s   b o s t o n ' s   b u m p y   o f f s e a s o n   t a k e n   t h e   c e l t i c s   d o w n   a   p e g   a s   c o n t e n d e r s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b e e n   i n   t h e   c s   l o c k e r   r o o m   f o r   5   m i n s   a n d   s e e m s   l i k e   b l a k e   g r i f f i n   h a s   b e e n   h e r e   5 …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l o s t   a   p r e s e a s o n   g a m e 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
a f t e r   h i s   f i r s t   f i n a l s   a p p e a r a n c e ,   c e l t i c s   s t a r   i s   l e a r n i n g   t h e   s p o t l i g h t   h a s   b e e n   m a g n i f i e d   f o r   b e t t e r   a n d   f o r   w o r s e 
 
 r e a d   m o r e   h e r e :   
 
 n b a   s p o r t s   s p o r t s n e w s   n b a s e a s o n   n b a p l a y e r   b o s t o n c e l t i c s   n b a n e w s   s p o r t s n e w s d a i l y   b a s k e t b a l l   s p o r t s u p d a t e
s u p e r - e a r l y   m o c k   2 0 2 3   n b a   d r a f t   h a s   b o s t o n   c e l t i c s   t a k i n g   i o w a   f o r w a r d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   r e a c t i o n … r a p s   b e n c h   l o o k s   🔥 🔥 🔥   c o m e s   f r o m   1 7   d o w n ! ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
“ i   f o r g i v e   h i m ”   n i a   l o n g   w a n t s   i m e   u d o k a   b y   h e r   s i d e   d e s p i t e   i n f i d e l i t y   s c a n d a l     b o s t o n c e l t i c s   n b a
n e w   v i d e o   t o   w a t c h : 
 
 " b o y y   t h e   r a p t o r s   w e n t   n a s t y   |   r a p t o r s   v s   c e l t i c s   -   p o s t   g a m e   t h o u g h t s "   
 
 c r e a t o r :     d e e m y . 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c e l t i c s   b o s t o n c e l t i c s 
 
  
  s h o u l d   h a v e   w o n   t h i s   y e a r .   😞 
 
 b o s t o n c e l t i c s
o n   t h i s   d a y :   1 9 9 8   p r e s e a s o n   c a n c e l e d   a h e a d   o f   ' 9 8   l o c k o u t ;   g e o r g e   k a f t a n   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
p o s t   g a m e   t h r e a d :   t h e   t o r o n t o   r a p t o r s   d e f e a t   t h e   b o s t o n   c e l t i c s   1 2 5 - 1 1 9 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
w i l l   j a y s o n   t a t u m   a n d   j a y l e n   b r o w n   t a k e   t h e   b o s t o n   c e l t i c s   b a c k   t o   t h e   n b a   f i n a l s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j a y s o n   t a t u m   m i c & a m p ; 3 9 ; d   u p   i s   g o l d   😂 
   
 
   
 a a r o n n e s m i t h   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b r a d s t e v e n s   c a r s e n e d w a r d s   d a n i e l t h e i s   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   j a v o n t e g r e e n   j a y l e n b r o w n   j a y s o n t a t u m   k e m b a w a l k e r   m a r c u s s m a r t   p a y t o n p r i t c h a r d  
s o   g o o d   i   h a d   t o   s h a r e !   c h e c k   o u t   a l l   t h e   i t e m s   i ' m   l o v i n g   o n     f r o m     p o s h m a r k   f a s h i o n   s t y l e   s h o p m y c l o s e t   l a d y h a g e n   p f a l t z g r a f f   b o s t o n c e l t i c s :    
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - r a p t o r s   o v e r t i m e   t i l t   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
h e r e ' s   w h a t   s t o o d   o u t   f r o m   r a p t o r s '   o v e r t i m e   w i n   o v e r   c e l t i c s :   b o s t o n ' s   r e g u l a r s   s h a r p   a t   b o t h   e n d s   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e n d e   b a s k e t b a l l   h e r r e n   
 n b a s a i s o n v o r b e r e i t u n g   
 1 2 2 : 9 7   i n d i a n a p a c e r s   v s   c h a r l o t t e h o r n e t s   
 1 1 2 : 1 1 3   c l e v e l a n d c a v a l i e r s   v s   p h i l a d e l p h i a 7 6 e r s   
 1 2 5 : 1 1 9   n v   t o r o n t o r a p t o r s   v s   b o s t o n c e l t i c s   
 9 8 : 9 6   d a l l a s m a v e r i c k s   v s   o k l a h o m a c i t y t h u n d e r
t h e   c e l t i c s   d r o p   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s .   t h e y   w i l l   b e   i n   c h a r l o t t e   o n   f r i d a y .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
b o s t o n   c e l t i c s   l o s e   t o   t o r o n t o   r a p t o r s   i n   b e t t e r - t h a n - y o u - t h i n k   p r e s e a s o n   p e r f o r m a n c e ,   1 2 5 - 1 1 9   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
h o w   w i l l   t h e   c e l t i c s   u s e   m a l c o l m   b r o g d o n ?   p r e s e a s o n   r e a c t i o n s ,   & a m p ;   m o r e   |   t h e   c e l t i c s   c o l l e c t i v e     8 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :   r a p t o r s   1 2 5 ,     1 1 9   i n   o t .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b a s k e t b a l l   b o s t o n a t h l e t e m a g a z i n e  
n b a ,   c e l t i c s   t w i t t e r   r e a c t   t o   b o s t o n ' s   1 2 5 - 1 1 9   o v e r t i m e   l o s s   t o   t h e   r a p t o r s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r a p t o r s   a t   c e l t i c s :   b o s t o n   f a l l s   t o   t o r o n t o   1 2 5 - 1 1 9   i n   o v e r t i m e   a s   b e n c h   m o b   f i z z l e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
5   t a k e a w a y s   f r o m   c e l t i c s   v s .   r a p t o r s   a s   s a m   h a u s e r ,   m a l c o l m   b r o g d o n   s h i n e   i n   l o s s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  w e   g a v e   y ' a l l   a   b i t   o f   a   l e a d . . . . .   🤦 🏽 ‍ ♂ ️ ☘ ️ 🏀 🇨 🇦 👀 😏 🔥   n b a   w e t h e n o r t h   r a p t o r s   t o r o n t o r a p t o r s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   b o s t o n c e l t i c s   b o s t o n   p r e s e a s o n   l e t s g o r a p t o r s   c a n a d a   e s p n   t s n   t h e 6   t d o t   b a r t s i m p s o n  
c u t   t h i s   b u m   r i g h t   n o w     c e l t i c s   b o s t o n c e l t i c s  
c o m e   o n   b o s t o n ! ! ! !   l e t ' s   g e t   t h i s   d o n e !   b o s t o n c e l t i c s   c e l t i c s   🍀
p a y t o n p r i t c h a r d   i s   n i c e   w i t h   i t   n b a   b o s t o n c e l t i c s  
d u s t y   i m e   u d o k a   b i g   " d "   e n e r g y   
 c o r e y h o l c o m b   i m e u d o k a   b o s t o n c e l t i c s 
  
b r o w n   b e t t e r   t h a n   t a t u m   🤷 🏻 ‍ ♂ ️   n b a   b o s t o n c e l t i c s
i n   t h e   m o m e n t   w i t h   m y   b o y s   y q l   b o s t o n   b o s t o n c e l t i c s   🏀  
i   l o v e   j b !   😂   c e l t i c s   b o s t o n c e l t i c s  
b r o g d o n   i s   a   g r e a t   f i t .   h e   r e a l l y   i s .   b o y s   a r e   b a c k   b l e e d g r e e n   b o s t o n c e l t i c s
i   d o n ’ t   t h i n k   s m a r t ’ s   h a i r   i s   r e a l l y   g r e e n ,   c a n   s e e   s o m e   b l a c k   r o o t s .   b o s t o n c e l t i c s   c e l t i c s
🏀   o k l a h o m a   c i t y   t h u n d e r   v s     d a l l a s   m a v e r i c k s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 b a s k e t b a l l l i v e   u s a   a m e r i c a n   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
t h e   p l a y ,   t h e   t v   g r a p h i c s ,   t h e   m u s i c ,   m i k e   g o r m a n   a n d   s c a l   i n   t h e   c o m m   b o x ,   t h e   t d   g a r d e n   c r o w d ,   t h e   3   p o i n t e r s .   y e a h …   i t s   b a c k   b a b y ,   a n d   i ’ m   m o r e   k e e n   t h e n   e v e r 
 
 c e l t i c s   c e l t s   b o s t o n c e l t i c s
d e r r i c k   w h i t e   s t i l l   d r a w i n g   c h a r g e s   🔥 🔥 🔥 🤯     🤘 🏾 🧡   g o s p u r s g o   b o s t o n c e l t i c s
i t ’ s   r e f r e s h i n g   t o   h e a r   m i k e   g o r m a n   a g a i n   b o s t o n c e l t i c s
s a m   “   t h e   h i t m a n ”   h a u s e r   b o s t o n c e l t i c s     d u d e   i s   a   s h o o t e r   o f f   t h e   b e n c h .
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a t c h i n g   t h e     t a k e   o n   t o r o n t o   a n d   t h i s   g a m e   i s   o n   f i r e !   🔥 c e l t i c s   b o s t o n c e l t i c s
r a p t o r s   v s .   c e l t i c s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🏀   b a s k e t b a l l :   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 n b a l i v e   u s a   u s a s p o r t s   u s a s t y l e   a m e r i c a n b a s k e t b a l l   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
🏀   b a s k e t b a l l :   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 n b a l i v e   u s a   u s a s p o r t s   u s a s t y l e   a m e r i c a n b a s k e t b a l l   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
b o s t o n   c e l t i c s   n e w s   -     s t a r t e r s   f o r   t o n i g h t ' s   g a m e   w i t h   t h e   t o r o n t o   r a p t o r s .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   t o r o n t o   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   l i v e   s t r e a m   -   n b a   ( b a s k e t b a l l ) 
 
 w a t c h   b o s t o n   c e l t i c s   l i v e   s t r e a m   a g a i n s t   t o r o n t o   r a p t o r s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a  
b o s t o n   v s   t o r o n t o 
       ( 0 1 : 3 0   g m t + 2 ) 
 g a m e d a y   n b a   n b a p r e s e a s o n   n b a j a p a n g a m e s   
 l i v e   l i v e s t r e a m   b a s k e t b a l l   n b a i n a b u d h a b i   b o s t o n c e l t i c s   w e t h e n o r t h 
               🏀 l i n k   👇 

c a l l i n g   i t   n o w ,   b o s t o n   n b a   c h a m p s   2 0 2 3   🍀 b o s t o n c e l t i c s   b l e e d g r e e n
b l a k e   g r i f f i n   m a y   p l a y   t o n i g h t   d e p e n d i n g   o n   h o w   t h e   g a m e   g o e s   p e r   j o e   m a z z u l l a ,   b u t   l u k …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   r a p t o r s   w i l l   b e   w i t h o u t   o t t o   p o r t e r   j r .   ( l e f t   h a m s t r i n g   s t r a i n ) ,   j u s t i n   c h a m p a g n …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5   b o s v s g s w   n b a f i n a l s 2 0 2 2   n b a f i n a l s
j o e   m a z z u l l a   a d d r e s s e s   w h e t h e r   b l a k e   g r i f f i n   w i l l   m a k e   h i s   c e l t i c s   d e b u t   i n   w e d n e s d a y ' s   g a m e   a g a i n s t   r a p t o r s   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w h y   j a y s o n   t a t u m ,   j a y l e n   b r o w n   w o u l d   t r a d e   i n d i v i d u a l   a c c o l a d e s   f o r   a n   n b a   c h a m p i o n s h i p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   s t a r   j a y s o n   t a t u m   v a c a t i o n e d   i n   t h e   c a y m a n   i s l a n d s   j u s t   d a y s   a f t e r   l o s i n g   i n   t h e   2 0 2 2 …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ s o ,   i   j u s t   w a n t e d   t o   g o   r e l a x .   l o n g   s e a s o n ,   c l e a r l y , ”   t a t u m   t o l d   a n d s c a p e   d u r i n g   a   r e c e n t   n b a   s …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ i t   w a s   j u s t   a   l e a r n i n g   e x p e r i e n c e ,   l e a r n i n g   a   l e s s o n , ”   t h e   2 4 - y e a r - o l d   t a t u m   s a i d .   “ m a y b e   d o   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i n - s t o c k   a n d   r e a d y   t o   s h i p :   n b a   f u n k o g o l d   l e g e n d s   5 - i n c h   p r e m i u m   v i n y l   f i g u r e s 
 
 o r d e r   h e r e :   
 
 t r e a t y o s h e l f   v i n y l f i g u r e s   f u n k o   f u n k o p o p   f u n k o v i n y l   t o y s   b a s k e t b a l l   d e n n i s r o d m a n   l a r r y b i r d   m a g i c j o h n s o n   l a k e r s   c e l t i c s   c h i c a g o b u l l   b o s t o n c e l t i c s  
i t   t u r n e d   o u t   t a t u m   p l a y e d   i n   t h e   2 0 2 2   n b a   f i n a l s   w i t h   a   r i g h t   s h o u l d e r   i n j u r y ,   a n d   h e   a l s o   r e v e a l e d …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   r a p t o r s   ( 1 - 0 )   a t   b o s t o n   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
e x c l u s i v e   i n t e r v i e w :   j a y l e n   b r o w n   a n d   j a y s o n   t a t u m   o n   w i n n i n g   a   t i t l e ,   a n d   t h e   u p c o m i n g   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
5 9 f i f t y   i d e n t i t y   d 3   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   i d e n t i t y   d 3   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   a l w a y s g o t a f i t t e d o n m y h e a d 
 

w h o   k n e w   o n e   m a n ,   o n e   p e n i s   c o u l d   d e s t r o y   t h e   e n t i r e   c e l t i c s   o r g a n i z a t i o n   f r o m   w i t h i n .   h o m e   h a d   i t   m a d e   b u t   h o w   c a n   t h a t   m a l i k a     b   m a d     t h e y   w a n t e d   h i m   a n d   h e   s m a s h e d .   s h e   m a d   h e   d i d n ' t   b o t h e r   h e r   u g l i n e s s   b o s t o n c e l t i c s   e s p n   m a l i k a a n d r e w s   i s   t r a s h   🗑     
 b r i n g b a c k r a c h e l n i c h o l s
b o s t o n   c e l t i c s :   f o r m e r   f i r s t - r o u n d   p i c k   t h o u g h t   h e   w o u l d   b e   o n   c s   a t   2 0 2 2   t r a d e   d e a d l i n e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  g r e e t i n g s   f r o m   p u e r t o   r i c o   i m   a   h u g e   f a n   b l e e d g r e e n   b o s t o n   b o s t o n c e l t i c s   c e l t i c s  
2   c e l t i c s   a t   1   h e a t   |   f u l l   g a m e   h i g h l i g h t s   |   m a y   2 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 4 2 1 0 0 3 0 7   n b a  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   t o r o n t o   r a p t o r s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
5 9 f i f t y   c h a i n   s t i t c h   h e a 1 2 4 5 1   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c h a i n   s t i t c h   h e a r t   1 2 4 5 1   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   b o s t o n   c e l t i c s   o s b   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   c e l t i c s   o s b   h a t c r a w l e r   f i t t e d   f o r t h e l o v e o f t h e f i t t e d 
 

m a r c u s   s m a r t ,   m a l c o l m   b r o g d o n   a n d   d e r r i c k   w h i t e   c o u l d   b e c o m e   a   t e r r i f y i n g   t r i o   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
👨 🏽 ‍ 🍼 🗣 ️ s t e p h c u r r y   "   p r o u d   d a d d y   o f   t h e   b o s t o n c e l t i c s   " 
   t h e   s m i l e 😁 =   p r o u d   f a t h e r !     w e   r i d d i n   w i t   y o u   s t e p h !   🗣 ️   w a a a a a r r i o r s   
 
 e x p l o r e   s h o r t s   r e e l s   n b a   e x p l o r e p a g e   w a r r i o r s   f u n n y m e m e s 

b o s t o n   c e l t i c s :   s p o r t s   i l l u s t r a t e d   f e e l s   l i k e   j a y s o n   t a t u m   w i l l   m a k e   m v p   l e a p   i n   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w a s   i t   a   s n u b   f o r   b o s t o n   c e l t i c s   s t a r   f o r w a r d   j a y s o n   t a t u m   t o   n o t   g e t   a n y   m v p   v o t e s   i n   t h e   a n n u a l   n b a   g m   s u r v e y ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s i g n s   a r e   h o p e f u l   f o r   c e l t i c s ,   b u t   c a n   j o e   m a z z u l l a   b e   s t e r n   w i t h   t h e m   w h e n   n e e d e d ?   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
“ y o u   o w e   m e ”   n i a   l o n g   c o n f e s s e d   t o   r e a s o n   f o r   n o t   m a r r y i n g   ‘ c h e a t e r ’   i m e   u d o k a   ⁩     n b a   b o s t o n c e l t i c s
j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   g m   s u r v e y :   c e l t i c s   r e c e i v e   4 t h - m o s t   v o t e s   t o   w i n   2 0 2 3   n b a   t i t l e   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   d i s r e s p e c t e d   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b a s k e t b a l l p o d c a s t   b o s t o n c e l t i c s   b o s t o n c e l t i c s r u m o r s   b o s t o n g a r d e n   b r a d s t e v e n s   c e l t i c s p o d c a s t   c e l t i c s r u m o r s   d e r r i c k w h i t e   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   g r a n t w i l l i a m s e x t e n s i o n  
n b a   p r e s e a s o n :   b o s t o n   c e l t i c s   v s .   t o r o n t o   r a p t o r s   p r e d i c t i o n ,   o d d s ,   t v   c h a n n e l   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   m i l w a u k e e   b u c k s   h a v e   a   n e w   d e f e n s e   . . . 
   
 
   
 b o b b y p o r t i s   b o s t o n c e l t i c s   b r o o k l o p e z   b u c k s i n s i x   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g i a n n i s a n t e t o k o u n m p o m i l w a u k e e b u c k s   g i a n n i s b u c k s   g i a n n i s m i l w a u k e e b u c k s   g r a y s o n a l l e n  
m y   t o p   4   i n   t h e   e a s t 
 
 n e t s 
 b u c k s 
 c e l t i c s 
 h a w k s 
 
 n b a 2 k 2 3   n b a 2 0 2 3 s e a s o n   n b a   a t l a n t a h a w k s   b o s t o n c e l t i c s   b r o o k l y n n e t s   m i l w a u k e e b u c k s
r e a d   & a m p ;   r e a c t :   t h e   t a t u m   & a m p ;   b r o w n   i n t e r v i e w   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   g m   s u r v e y   r e l e a s e d   ( c e l t i c s   r e l a t e d   n o t e s )   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
e v e r y   b o s t o n   c e l t i c s   j e r s e y   i n   t e a m   h i s t o r y   w o r n   b y   o n l y   o n e   p l a y e r   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ' s   d e r r i c k   w h i t e   t a l k s   a b o u t   j o i n i n g   t h e   c e l t i c s '   s t a r t i n g   l i n e u p   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w h e r e   w o u l d   y o u   d r a f t   j a y s o n   t a t u m   t h i s   s e a s o n ?   
 
 n b a f a n t a s y   f a n t a s y b a s k e t b a l l   f a n t a s y n b a   f a n t a s y s p o r t s   b o s t o n c e l t i c s   c e l t i c s t a l k
c h a r l o t t e   h o r n e t s   v s .   b o s t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b o s t o n   h a s   r e t i r e d   2 4   j e r s e y   n u m b e r s   -   t h e s e   a r e   t h e   p l a y e r s   s o   h o n o r e d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j a y l e n   b r o w n   t o   a t l a n t a   h a w k s ?   n b a   . . . 
   
 
   
 a t l a n t a h a w k s   b o s t o n c e l t i c s   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s r u m o r s   b o s t o n c e l t i c s y o u t u b e   b r a d s t e v e n s   c e l t i c s r u m o r s   c e l t i c s r u m o r s t o d a y   c e l t i c s t o d a y   c e l t i c s t r a d e r u m o r s   c e l t i c s y o u t u b e v i d e o s   c h a t s p o r t s  
h o w   t h e   b o s t o n   c e l t i c s   u s e d   r o b e r t   w i l l i a m s   i i i   t o   u n l o c k   t h e i r   o f f e n s e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   f i t t i n g   r i g h t   i n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
“ w e ’ l l   g e t   t o   s e e   t h e i r   c h a r a c t e r   h a v i n g   b e i n g   l e d   b y   y o u n g   g o a t ”   d r a y m o n d   g r e e n   w a n t s   j a y s o n   t a t u m   t o   l e a d   c e l t i c s   t o   n b a   f i n a l s     b o s t o n c e l t i c s   g o l d e n s t a t e w a r r i o r s
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   9 9   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
m a x   k e l l e r m a n   o n   t a t u m   & a m p ;   b r o w n   l e a d   c e l t i c s   d e f   h o r n e t s   -   " c e l t i c s   c a n   w i n   t i t l e   w i t h   b r o w n   & a m p ;   t a t u m " 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
o n   t h i s   d a y :   b o s t o n   i c o n   b o b   c o u s y   s e l e c t e d   i n   c h i c a g o   s t a g s   d i s p e r s a l   d r a f t ;   j o h n   b a g l e y   t r a d e ;   d e r m i e   o ' c o n n e l l   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
f r e s h   p r i n c e   o f   b e l   a i r   a c t r e s s   n i a   l o n g   h a s   s a i d   l i t t l e   a b o u t   h e r   c h e a t i n g   b o s t o n   c e l t i c s   c o a c h   f i a …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o r s e y ,   a n   a c t o r   a n d   b u s i n e s s m a n   i n   b e v e r l y   h i l l s   w h o   m e t   l o n g   o n   t h e   s e t   o f   h e r   n b c   c r i m e   d r a m a   t h i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   v s .   c e l t i c s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ' s   t h e   l a t e s t   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a s   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   t h r o w i n g   s h a d e   a t   t h e   b r o o k l y n   n e t s   i n   h i s   i n t r o d u c t o r y   p r e s s e r ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
m a l c o l m   b r o g d o n   g i v e s   w h a t   h e   s h o u l d   w e   m a y   j u s t   g o   b a c k   t o   t h e   c h a m p i o n s h i p   g a m e .   b o s t o n c e l t i c s   🔥 💪 🏿 💯
p r e v i e w :   r a p t o r s   ( 1 - 0 )   a t   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   f i t t i n g   r i g h t   i n 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
c e l t i c s   m a l c o l m   b r o g d o n   a c q u i s i t i o n   v o t e d   n b a   o f f s e a s o n ' s   m o s t   u n d e r r a t e d   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b o s t o n   c e l t i c s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   j a y s o n t a t u m   u n i m o c k u p s   l o g o d e s i g n   n b a t w i t t e r            
“ i   t h i n k   i t ’ s   j u s t ,   t h e   l e a g u e   i s   c e r t a i n l y   t r e n d i n g   t h i s   w a y , ”   b u d e n h o l z e r   s a i d   o f   e m p h a s i z i n …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h o   w a n t s   t o   g o   t o   t h e   g a m e   t o m o r r o w ?   r e t w e e t   a n d   c o m m e n t   a   p h o t o   o f   y o u   i n   y o u r   c e l t i c s   g r e e n .   t i c k e t s   a r e   b l o c k e d   f r o m   r e s a l e .   w i l l   s e n d   d i g i t a l   t i c k e t s   t o   w i n n e r   t o m o r r o w   a r o u n d   n o o n . 
 
 b l e e d g r e e n   b o s t o n c e l t i c s   b o s t o n  
b o s t o n   c e l t i c s :   s u s p e n d e d   c o a c h   i m e   u d o k a ’ s   f i a n c é e   n i a   l o n g   c o m m e n t s   o n   a f f a i r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   s a y s   h e ' l l   e m b r a c e   a n y   r o l e   t h a t ' l l   h e l p   c e l t i c s   w i n   a   c h a m p i o n s h i p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s t a t h e   s e a s o n .   
   b o s t o n c e l t i c s   c u s r i s e   b l e e d g r e e n   b a n n e r 1 8 l o a d i n g      
j o e   m a z z u l l a   o n   r o b e r t   w i l l i a m s :   “ h e ’ s   i n   a   g r e a t   m i n d   f r a m e ”   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
p r i m e   b l a k e   g r i f f i n   o n   t h e   c e l t i c s   +   r e b u i l d   |   n b a   2 k 2 3 💚 🤍 💚 🤍 
 
 
 b a s k e t b a l l   y o u t u b e   y o u t u b e r   f e m a l e g a m e r     g a m i n g   n b a   n b a 2 k 2 3   n b a 2 k 2 3 p a r k   n b a 2 k 2 3 n e x t g e n   n b a 2 k 2 3 m y t e a m   n b a r e b u i l d   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   b l a k e g r i f f i n  
j o e   m a z z u l l a   r e a c t s   t o   b l a k e   g r i f f i n   c e l t i c s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b l a k e c e l t i c s   b l a k e g r i f f i n   b l a k e g r i f f i n c e l t i c s   b l a k e g r i f f i n i n t e r v i e w   b l a k e g r i f f i n s i g n i n g   b o s t o n c e l t i c s   b o s t o n s p o r t s   b r a d s t e e v e n s   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r a n d o m   t h o u g h t s   b e f o r e   t h e   s e c o n d   p r e s e a s o n   g a m e   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d e r r i c k   w h i t e   d i s c u s s e s   p l a y i n g   f o r   j o e   m a z z u l l a ,   w e l c o m i n g   b l a k e   g r i f f i n ,   a n d   w o r k i n g   a l o n g s i d e   m a l c o l m   b r o g d o n   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
  h e y ,   d u d e !   i ' m   p r a y i n '   f o r   y a !   b o s t o n c e l t i c s   b l a k e g r i f f i n   i ' m   a   p r o u d   f a n   o f   t h e   l a c l i p p e r s
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n i a   l o n g   b r e a k s   s i l e n c e   o n   i n s t a g r a m ,   d i s c u s s e s   ‘ m e n t a l   h e a l t h ’   f o l l o w i n g   i m e   u d o k a   s u s p e n s i o n   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
b r u n o   c a b o c l o   h a s   a g r e e d   t o   a   d e a l   w i t h   t h e   m e x i c o   c i t y   c a p i t a n e s   i n   t h e   n b a   g   l e a g u e ,   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   m a n y   l o w   h i t s   c a n   a   c o n t e n d e r   w i t h s t a n d   f r o m   t h e   t e a m s ? 
 
 b o s t o n c e l t i c s   n b a   e s p n  
🗞 a r t i c l e   d e t a i l s   b e l o w !   
 
 
 
 l a s e n t i n e l   l a s e n t i n e l n e w s   s e n t i n e l n e w s   b l a c k n e w s   s p o r t s   b o s t o n c e l t i c s   b l a c k p r e s s   n n p a  
t h o u g h t s   o n   b l a k e   t o   t h e   c e l t i c s 🏀   n b a   b o s t o n c e l t i c s   b l a k e g r i f f i n   o t n p o d c a s t  
j o e   m a z z u l l a   p r o v i d e s   u p d a t e   o n   r o b e r t   w i l l i a m s ,   d i s c u s s e s   g e t t i n g   b l a k e   g r i f f i n   a c c l i m a t e d ,   a n d   s h e d s   l i g h t   o n   p l a n   f o r   w e d n e s d a y ' s   p r e s e a s o n   g a m e   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m   h a u s e r ,   m f i o n d u   k a b e n g e l e   i m p r e s s   i n   c e l t i c s   p r e s e a s o n   w i n   o v e r   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ' s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   r o o k i e   j d   d a v i s o n   o n   m a r c u s   s m a r t ,   j a y s o n   t a t u m   m e n t o r i n g   h i m   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a t   t h e   m f a ,   j a y l e n   b r o w n   o p e n s   u p   a b o u t   l e a d e r s h i p   a n d   a   p r o m i s e   h e   m a d e   t o   h i m s e l f   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d i d n ’ t   e v e n   k n o w   b l a k e   j o i n e d   t h e   b o s t o n c e l t i c s
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   m a k e   s o l i d   s h o w i n g   i n   n b a ' s   a n n u a l   g m   s u r v e y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   j o i n s   b o s t o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b a s k e t b a l l p o d c a s t   b l a k e g r i f f i n   b l a k e g r i f f i n b o s t o n c e l t i c s   b l a k e g r i f f i n c e l t i c s   b o s t o n c e l t i c s   b r a d s t e v e n s   c e l t i c s p o d c a s t   d e r r i c k w h i t e   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   i m e u d o k a  
b l a k e   g r i f f i n   s i g n e d   a   f u l l y   g u a r a n t e e d   o n e - y e a r ,   $ 2 . 9 1 m   c o n t r a c t   w i t h   t h e   b o s t o n   c e l t i c s .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   1 3 4 ,   h o r n e t s   9 3 :   j a y l e n   b r o w n   l e a d s   a l l   s c o r e r s   i n   b l o w o u t   p r e s e a s o n   o p e n e r   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
2 0 0 0     s h a q u i l l e o n e a l   3 4   p o i n t s   2 0   r e b o u n d s   d o m i n a t e s   t h e     b o s t o n c e l t i c s   😤   s h a q a t t a c k   s h a q d i e s e l   n b a   t h e g o o d o l e d a y s   🏀 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥  
  !   @ _ b o r i 2 2   !   !   b l e e d g r e e n   ! b o s t o n c e l t i c s   !   t h e   o n e   a f t e r n o o n   r e t u r n   o f   t h e   n b a n o w !   s t a r t s   s o o n !  
b o s t o n   c e l t i c s   t i t l e   o d d s :   c s   r e m a i n   f a v o r i t e s   d e s p i t e   o f f s e a s o n   d r a m a   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
✈ ️   b o s t o n   ( b o s )   t o   p a r i s   ( c d g )   f o r   o n l y   $ 3 2 2   ( u s d )   r o u n d t r i p   💸 
 9 8 1   l i v e   d a t e s   o n   a d v e n t u r e   m a c h i n e .   -   g e t   t h e   a p p   o n   i o s   o r   a n d r o i d   b o s t o n     b o s t o n t e r r i e r     b o s t o n c e l t i c s     b o s t o n f o o d i e s     b o s t o n t e r r i e r s     b o s t o n b l o g g e r  
m a r l o n w a y a n s   c h i m e s   i n   o n   i m e u d o k a ' s   c h e a t i n g   s c a n d a l   a n d   t h i n k s   h i s   f i a n c é e ,   n i a l o n g ,   s h o u l d   " b e n d ,   n o t   b r e a k "   a n d   t r y   t o   w o r k   t h i n g s   o u t   w i t h   t h e   b e n c h e d   b o s t o n c e l t i c s   c o a c h   👀 
 
 d i s h f a m ,   s h o u l d   n i a   t r y   t o   w o r k   i t   o u t   w i t h   h e r   f i a n c e ?   
 s e e   m o r e   h e r e :    
e x a m p l e s   o f   a d j e c t i v e   t i t l e s :   
   s c o t l a n d c e l t i c s   ( s c o t t i s h   w h o   a r e   c e l t i c   c u l t u r a l l y ) . 
   i r e l a n d c e l t i c s   ( i r i s h   w h o   a r e   c e l t i c   c u l t u r a l l y ) . 
 b o s t o n c e l t i c s   ( b o s t o n i a n s   w h o   a r e   c e l t i c   c u l t u r a l l y ) 
 t i t l e s   a r e   n o t   c o m p l e t e   s e n t e n c e s .   t h e y   d o n ' t   h a v e   t o   s p e l l   o u t   c o n t e n t .
s a m   h a u s e r   m a k i n g   b i d   f o r   i n c r e a s e d   r o l e :   ‘ h o p e f u l l y   c a n   k e e p   i t   r o l l i n g ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h e n   i t   c o m e s   t o   w h a t   i m e   u d o k a   d i d   t o   g e t   s u s p e n d e d ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   ' w e   d o n ' t   k n o w   a n y t h i n g '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
k a b e n g e l e   c o n t i n u e s   t o   i m p r e s s   a f t e r   s t r o n g   s u m m e r   l e a g u e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   r e a c t s   t o   b l a k e   g r i f f i n   s i g n i n g   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i n   t o d a y ’ s   a t t h e b u z z e r   _ t i e r n a n   a n d     p r e v i e w   t h e   c e l t i c s   s e a s o n !   b o s t o n c e l t i c s   n b a    
s e e m s   t o   m e   t h e r e a l s t o r y   w i t h   t h e   b o s t o n c e l t i c s   i m e u d o k a   t h i n g   i s   c e l t s   o w n e r s h i p   t o s s i n g   t h e i r   e n t i r e   f e m a l e   s t a f f   u n d e r   t h e   b u s   t o   p r o t e c t   a n   o w n e r s   w i f e .   n o   w o n d e r   b r a d s t e v e n s   w a s   u p s e t .
c e l t i c s   b e s t   m i c ’ d   u p   m o m e n t s   o f   t   . . . 
   
 
   
 2 0 2 1 2 2 s e a s o n   a m a z i n g   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   d e f e n s e   d o u b l e d o u b l e   d u n k   e a s t e r n c o n f e r e n c e   f a d e a w a y   g a m e   g a m e s   h i g h l i g h t   h i g h l i g h t s   h o o p s   j u m p s h o t   j u m p e r   m i d r a n g e   n b a  
b o s t o n   c e l t i c s :   f o r m e r   f i r s t - r o u n d   p i c k   t h a n k s   5 x   a l l - s t a r   a f t e r   c s   d e b u t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
" t h e   s a g a   o f   c e l t i c s   c o a c h   i m e   u d o k a " 
 
 i n   t h i s   s e g m e n t ,   w e   d i s c u s s   t h e   b o s t o n   c e l t i c s   s u s p e n d i n g   t h e i r   c o a c h   i m e   u d o k a   f o r   a n   e n t i r e   s e a s o n   f o r   h a v i n g   a n   a f f a i r   w i t h   a   c e l t i c s   e m p l o y e e 
 
 i m e u d o k a   n i a l o n g   b o s t o n c e l t i c s   n b a   t u e s d a y v i b e   t u e s d a y
l e b r o n   b a c k s   r u s s ,   l a k e r s - p a c e r s   . . . 
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   c e n t r a l d i v i s i o n   c f b   c h a r l o t t e h o r n e t s   c h r i s p a u l   c o l i n c o w h e r d   c o l l e g e b a s k e t b a l l   c o l l e g e f o o t b a l l   d e a n d r e a y t o n   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   f o o t b a l l   g o l d e n s t a t e w a r r i o r s  
s e v e n   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ' s   2 0   g r e a t e s t   c e n t e r s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   d i d   b l a k e   g r i f f i n   t a k e   s h o t   a t   n e t s   l o c k e r   r o o m   w i t h   c s   p r a i s e ?   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w e l c o m e   t o   b o s t o n     l e t ’ s   s e e   i f   t h e   c l o c k   c a n   t u r n   b a c k   a n d   y o u   a r e   j u m p i n g   o u t   t h e   g y m   a g a i n   😂 😂   
 
 c e l t i c s t a l k   b o s t o n c e l t i c s  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   8 6   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   n e w   r o s t e r   a f t e r   t h e   s i g n i n g   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b l a k e g r i f f i n c e l t i c s   b l a k e g r i f f i n t o b o s t o n   b o s t o n c e l t i c s   b o s t o n c e l t i c s l i n e u p 2 0 2 3   b o s t o n c e l t i c s n e w s t o d a y   b o s t o n c e l t i c s r o s t e r 2 0 2 3   b o s t o n c e l t i c s t r a i n i n g c a m p 2 0 2 2   c e l t i c s l i n e u p 2 0 2 2  
" i t ' s   a   d i f f e r e n t   a t m o s p h e r e   t h a n   i ' m   u s e d   t o .   i n   a   g o o d   w a y . "   b l a k e   g r i f f i n   t a l k s   " w e l c o m i n g "   a t m o s …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   7 7   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n   t h i s   d a y :   b o s t o n   g u a r d   s i   g r e e n   p a s s e s ;   f o r w a r d   d o u g   s m i t h   s i g n s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   i n   g r e e n .   c e l t i c s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
r e c e n t l y   s i g n e d   b l a k e   g r i f f i n   h o l d s   i n t r o d u c t o r y   b o s t o n   c e l t i c s   p r e s s   c o n f e r e n c e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
m a r c u s   s m a r t   o n   i m e   u d o k a ’ s   s i t u a t i o n :   “ t h a t ’ s   n o t   m y   b u s i n e s s ,   a n d   i   d o n ’ t   w a n t   i t   t o   b e ”   b o s t o n c e l t i c s   i m e u d o k a   m a r c u s s m a r t  
c e l t i c s   p r a c t i c e   h i g h l i g h t s   f t .   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b o s t o n c e l t i c s m e d i a d a y   c e l t i c s c l n s   c e l t i c s m e d i a d a y   c e l t i c s p r a c t i c e   c e l t i c s p r a c t i c e h i g h l i g h t s   c e l t i c s t r a i n i n g c a m p   c e l t i c s t r a i n i n g c a m p h i g h l i g h t s   c l n s m e d i a  
t o r o n t o   r a p t o r s   a t   b o s t o n   c e l t i c s   2 0 2 2 - 2 3   p r e s e a s o n :   h o w   t o   w a t c h ,   b r o a d c a s t ,   l i n e u p s   ( 1 0 / 5 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n b a t w i t t e r   n b a   b a s k e t b a l l   b o s t o n c e l t i c s   
 
 t h e   b o s t o n   c e l t i c s   m i g h t   h a v e   t h e   n b a ' s   m o s t   t a l e n t e d   r o s t e r .   
 
 t a k e   a   l o o k   a t   t h e   b o s t o n   c e l t i c s   n b a   2 0 2 2 - 2 3   r o s t e r :  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r a n d o m   t h o u g h t s   a s   t h e   p r e s e a s o n   b e g i n s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   h o r n e t s   1 0 / 2 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   i n k s   p u m a   e n d o r s e m e n t   e x t e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t a l k s   a d d i t i o n   a n d   r o l e   o f   b l a k e   g r i f f i n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   h o p i n g   t o   r e m a i n   a s   a   c e l t i c   f o r   t h e   r e s t   o f   h i s   c a r e e r   b o s t o n c e l t i c s   m a r c u s s m a r t  
v i d e o :   f i r s t   e v e r   c e l t i c   9 1   b l a k e   g r i f f i n   t a l k s   a b o u t   w h a t   h e   c a n   b r i n g   t o   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   b l o w o u t   h o r n e t s   t o   k i c k   o f f   p r e s e a s o n   1 3 4   t o   9 3   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t w i t t e r   h a s   d e c i d e d   b l a k e   g r i f f i n   i s   t h e   m y s t e r y   f a t h e r   t o   l a n a   r h o a d e s ’   c h i l d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
m o r e   d i s t u r b i n g   d e t a i l s   c o m e   o u t   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c h r i s b r o u s s a r d   c j m c c o l l u m   c l i p p e r s n e w s   e a s t e r n c o n f e r e n c e   e s p n   f i r s t t a k e   i m e u d o k a   i m e u d o k a b o s t o n c e l t i c s   k a w h i l e o n a r d l a u g h   k e v i n d u r a n t   k e v i n d u r a n t t r a d e   k y r i e i r v i n g  
b o s t o n   w e   g o t t a   p r o b l e m !   👀   
 m a t t b a r n e s ,   w h o   i n i t i a l l y   d e f e n d e d   u d o k a   r e v o k e d   h i s   s u p p o r t   a f t e r   f i n d i n g   o u t   t h e   “ f a c t s " ,   s a y s   i f   t h e   t r u t h   c o m e s   o u t ,   h e ' l l   b e   l u c k y   i f   h e   s t i l l   c o a c h e s   i n   t h e   n b a   b o s t o n c e l t i c s   c e l t i c s t a l k 
 s o u r c e   v i a :    
2 0 0 2 - 0 3   u p p e r   d e c k   s p   a u t h e n t i c   5   p a u l   p i e r c e     b o s t o n c e l t i c s   c e l t i c s   h o f 
 
 $ 3   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
j a y l e n   b r o w n   p r a i s e s   m a l c o l m   b r o g d o n   i n   c e l t i c s '   d e b u t :   ' h e ’ s   d e f i n i t e l y   j u s t   g o i n g   t o   m a k e   u s   b e t t e r   o v e r a l l '   
 
 c e l t i c s   🏀 
 b o s t o n c e l t i c s   🏟 
 n b a   n b a t w i t t e r   
 
  
b l a k e g r i f f i n   w i l l   w e a r   n o   9 ⃣ 1 ⃣   i n   h o n o r   o f   d e n n i s r o d m a n ! 
 
 n b a t w i t t e r l i v e   n b a t w i t t e r   b o s t o n   c e l t i c s   b o s t o n c e l t i c s   g r i f f i n   b l e e d g r e e n   d e n n i s   r o d m a n   r o d z i l l a   w o r m  
c e l t i c s   r e d d i t   p o d c a s t   ( e p .   2 2 9 )   |   h a u s e   m o n e y 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
t h e   c e l t i c s '   l u c k   m i g h t   b e   c h a n g i n g . . . 
 
 
 
 c l i c k   t h e   l i n k   f o r   m o r e   o n   t h e   t e a m .   d r o p   y o u r   c e l t i c s   p r e d i c t i o n s   i n   t h e   r e p l i e s . 
 
 s p o r t s   n b a   b a s k e t b a l l   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
‘ i   d i d n ’ t   c o m e   h e r e   d e m a n d i n g   a   c e r t a i n   t y p e   o f   r o l e ’ :   h e r e ’ s   w h y   b l a k e   g r i f f i n   c h o s e   t o   p u r s u e   a   t i t l e   a n d   j o i n   t h e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   o n   u d o k a   s i t u a t i o n :   w e   d o n ' t   k n o w   a n y t h i n g ,   i t ' s   n o t   m y   b u s i n e s s   a n d   i   d o n ' t   w a n t   i t   t o   b e   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   o n   u d o k a   s i t u a t i o n :   w e   d o n ' t   k n o w   a n y t h i n g ,   i t ' s   n o t   m y   b u s i n e s s   a n d   i   d o n ' t   w a n t   i t   t o   b e   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s m a r t   s h r u g g e d   a n d   o f f e r e d   h a l f   a   l a u g h   w h e n   i t   w a s   s u g g e s t e d   i t   m i g h t   b e   a   l i t t l e   h a r d   t h a t   b a r n e s   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   v s .   c h a r l o t t e   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
o n   m o n d a y   m o r n i n g ,   1 5   d a y s   b e f o r e   t h e   s e a s o n - o p e n e r ,   g r i f f i n   o f f i c i a l l y   s i g n e d   w i t h   t h e   b o s t o n   c e l t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r i f f i n   e x p e r i e n c e d   t h e   w r a t h   o f   t h a t   y o u n g   c o r e   l a s t   s p r i n g   w h e n   h e   a n d   t h e   b r o o k l y n   n e t s   w e r e   s w e p …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   . . . 
   
 
   
 b o s t o n c e l t i c s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s f u l l g a m e h i g h l i g h t s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s h i g h l i g h t s   c e l t i c s h o r n e t s p r e s e a s o n h i g h l i g h t s   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s  
b l a k e   g r i f f i n   d i s c u s s e s   n e w   r o l e   w i t h   c e l t i c s ,   h i s   j o u r n e y   t o   b o s t o n ,   a n d   p l a y i n g   j o e   m a z z u l l a   i n   c o l l e g e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   i m e   u d o k a   ‘ m a y   n e v e r   a g a i n   b e   a   h e a d   c o a c h   i n   t h e   n b a ’   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
e v e n   t h o   i t   w a s   j u s t   p r e - s e a s o n ,   i t   s u r e   w a s   g r e a t   t o   s e e   s o m e   b o s t o n c e l t i c s   b a s k e t b a l l   i n   b o s t o n   y e s t e r d a y !       i ' m   o p t i m i s t i c   t o   s e e   h o w   t h i s   y e a r s   p a n s   o u t !  
( 2 n d   o c t o b e r   2 0 2 2 )   n b a   p r e s e a s o n   b e s t   p l a y s . 
 f u l l   v i d e o   l i n k :   
 
 
 n b a   n b a 2 k 2 3   n b a j a p a n g a m e s 2 0 2 2   3 6 e r s   b o s t o n c e l t i c s   c e l t i c s   h o r n e t s   l a m e l o b a l l   c r a i g r a n d a l l   r a n d a l l  
b o s t o n   c e l t i c s   v s .   c h a r l o t t e   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
b l a k e   g r i f f i n   s h a r e s   h i s   i n i t i a l   i m p r e s s i o n s   o f   n e w   c e l t i c s '   h e a d   c o a c h   j o e   m a z z u l l a   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a   s e l f - a w a r e   b l a k e   g r i f f i n   s a y s   h e   w a n t s   t o   ' f i l l   t h e   g a p s '   t o   h e l p   t h e   c e l t i c s '   c h a m p i o n s h i p   p u r s u i t   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   o p e n   t h e i r   p r e s e a s o n   w i t h   a   s t a t e m e n t   w i n   o v e r   h o r n e t s   |   . . .     v i a     
 
 n b a t w i t t e r   b o s t o n c e l t i c s   c e l t i c s   c e l t i c s w i n
i c y m i :   n i a   l o n g   s p o t t e d   f o r   1 s t   t i m e   s i n c e   i m e   u d o k a   s c a n d a l   +   m a t t   b a r n e s   s a y s   i m e   w i l l   b e   l u c k y   t o   e v e r   c o a c h   i n   t h e   n b a   a g a i n !     n i a l o n g   i m e u d o k a   b o s t o n c e l t i c s   k e m p i r e  
b o s t o n   c e l t i c s :   r e c e n t   6 x   a l l - s t a r   s i g n i n g   n o t   e x p e c t e d   t o   s t a r t   f o r   c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a s k e d   b l a k e   g r i f f i n   a b o u t   c o n v e r s a t i o n s   a n d   e a r l y   i m p r e s s i o n s   w i t h   h i s   c e l t i c s   t e a m m …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   w i l l   w e a r   n o .   9 1   f o r   t h e   c e l t i c s ,   a s   a   s a l u t e   t o   d e n n i s   r o d m a n .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   w i l l   b e   t h e   f i r s t   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   t o   w e a r   9 1 .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s o . .   i ' m   p r e t t y   d u r e   t h e   n e w   c e l t i c s '   p l a y e r   i a   a   b e l l a r k e   s h i p p e r 🤭 😂   
 . 
 b l a k e   g r i f f i n   t h e 1 0 0   b e l i z a   b o s t o n c e l t i c s 
    
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬇ ️ c h a r l o t t e h o r n e t s   9 3   ( 0 - 1 ) 
 ⬆ ️ b o s t o n c e l t i c s   1 3 4   ( 1 - 0 ) 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔹 9 / p t s 
 🔹 5 / r e b 
 🔹 4 / a s t 
 🔹 0 / s t l 
 🔹 1 / b l k 
 🔹 0 / t o 
 🔹 1 / 1 t 2 
 🔹 2 / 2 t 3 
 🔹 0 / t l 
 🔹 1 8 : 0 0 / m i n : s e g 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
l i v e   g a r d e n   r e p o r t :   c e l t i c s   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s p o s t g a m e s h o w   c h a r l o t t e h o r n e t s   c l n s   c l n s c e l t i c s p o s t g a m e   c l n s m e d i a   c l n s p o s t g a m e  
b o s t o n   h a s   a   ' d i f f e r e n t   a t m o s p h e r e   t h a n   i ’ m   u s e d   t o , '   s a y s   n e w e s t   c e l t i c   b l a k e   g r i f f i n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n   t h i s   e d i t i o n   o f   t h e l a s t d r o p ,   j b   & a m p ;     k i c k   o f f   o c t o b e r   w i t h   m e z c a l   m o n t h .   1 s t ,   w e   g e t   i n t o   a l l   t h e   s p o r t s   n e w s   i n v o l v i n g   t h e   b o s t o n c e l t i c s   c o a c h i n g   s t a t u s   & a m p ;   t h e   m i a m i d o l p h i n s   q b   i n j u r y .   t h e n   j b   o p e n s   u p   a   b o t t l e   o f   d o s h o m b r e s   m e z c a l   t o   r e v i e w 
 

i c y m i :   n i a   l o n g   s p o t t e d   f o r   1 s t   t i m e   s i n c e   i m e   u d o k a   s c a n d a l   +   m a t t   b a r n e s   s a y s   i m e   w i l l   b e   l u c k y   t o   e v e r   c o a c h   i n   t h e   n b a   a g a i n !     n i a l o n g   i m e u d o k a   b o s t o n c e l t i c s   k e m p i r e  
v e r s a t i l i t y   o n   d i s p l a y   i n   v i c t o r y   o v e r   t h e   c h a r l o t t e   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h a t   d o e s   t h e   b o s t o n   c e l t i c s '   1 3 4 - 9 3   p r e s e a s o n   b l o w o u t   o f   t h e   c h a r l o t t e   h o r n e t s   t e l l   u s   a b o u t   t h e   s e a s o n   t o   c o m e ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   m a k e   b l a k e   g r i f f i n   s i g n i n g   o f f i c i a l   v i a   p r e s s   r e l e a s e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i f   t a t u m   w e n t   u p   w i t h   h i s   l e f t   h a n d ,   t h i s   w o u l d   h a v e   b e e n   a n   e a s y   l a y u p 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
a n a l y s t :   ‘ b o s t o n   c e l t i c s   l o o k   l i k e   p o s t - j a n u a r y   c s   u n d e r   j o e   m a z z u l l a ’   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w e l c o m e   t o   b o s t o n ,     g r i f f i n   ☘ ️   📝   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e s t   i n   p e a c e   b i l l   r u s s e l l   -     n b a   n b a f i n a l s   n b a f i n a l s m v p   j e r r y w e s t   l e b r o n j a m e s   l a r r y b i r d   c e l t i c s   b o s t o n   b o s t o n c e l t i c s     b l a c k n e w s   b l a c k p o l i t i c s   b l a c k m e d i a   b l a c k v i e w s
n b a   b o s t o n c e l t i c s   i m e u d o k a   m a r c u s s m a r t   m a r c u s   s m a r t :   ' w e   d o n ' t   k n o w   a n y t h i n g '   a b o u t   i m e   u d o k a   s i t u a t i o n  
i t ’ s   t i m e   t o   r i n g   c h a s e   i n   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t a c o j a y _ s u p e r s t a r 🏀 🔥 
 
 🔸 f l o o r   p r i c e   0 , 0 4   $ e t h 
 🔸 p o l y g o n   n e t w o r k 
 🔸 b a s k e t t a r i   n f t   c o l l e c t i o n   a v a i l a b l e   o n   o p e n s e a   
 
 n f t s   n f t c o m m u n i t y   n f t c o l l e c t i o n   n f t d r o p   n f t g i v e a w a y   p f p   b a s k e t b a l l   n b a t w i t t e r   j a y s o n t a t u m   b o s t o n c e l t i c s   c e l t i c s   c e l t i c s n a t i o n 
 

m a l i k a a n d r e w s   i s   j u s t   a   l o n g   l i n e   o f   b l a c k   p e o p l e   e s p n   h i r e s   t o   d e g r a d e   b l a c k   m e n / a t h l e t e s .   s h e ' s   n o   d i f f e r e n t   t h a n   s t e p h e n a s m i t h   k e n d r i c k p e r k i n s   .   m a t t a r a i z a   f r o m   t h e   b i l l s   w a s   a c c u s e d   o f   g a n g   r a p e   a n d   t h a t   s t o r y   w e n t   a w a y   q u i c k .   i m e u d o k a   b o s t o n c e l t i c s
h o w   i   f e e l   a f t e r   o u r   f i r s t   p r e s e a s o n   g a m e   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
c e l t i c s   d i v e 
 g u a r d s -   s m a r t & g t ; w h i t e & g t ; b r o g d o n & g t ; p r i t c h a r d   ( y e s   h e   i s   p a r t   o f   t h e   r o t a t i o n ) 
 w i n g s -   b r o w n   a n d   t a t u m   s e t   i n   s t o n e 
 b i g s -   a l   h o r f o r d & g t ; g r a n t   w i l l i a m s & g t ; b l a k e   g r i f f i n 
 c e l t i c s t a l k   b o s t o n c e l t i c s   c e l t i c s
h o w   m u c h   d i d   j a y l e n   b r o w n ' s   f i t   s e t   h i m   b a c k ?   
 
 c e l t i c s   🏀 
 b o s t o n c e l t i c s   🏟 
 n b a   n b a t w i t t e r   
 

g r e a t   p i c   i   t o o k   t o d a y .   w e ’ l l   f o l l o w   y o u   t h r o u g h   t h e   f i r e   c o a c h . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
t w o   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ' s   2 0   g r e a t e s t   p o w e r   f o r w a r d   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   . . . 
   
 
   
 2 0 2 2 2 0 2 3 n b a s e a s o n   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c c b n   c e l t i c s v s h o r n e t s   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a   e x t e n d e d n b a h i g h l i g h t s   f u l l g a m e h i g h l i g h t s   h o r n e t s v s c e l t i c s   h o r n e t s v s c e l t i c s 2 0 2 2  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 6   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h e r e ' s   d e f i n i t e l y   a   f r e e d o m   i n   m y   m i n d   o f   n o t   h a v i n g   t o   b e   t h e   g u y   t h a t ' s   s c …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   m u c h   d i d   j a y l e n   b r o w n ' s   f i t   s e t   h i m   b a c k ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
“ n i a   l o n g   d e s e r v e d   b e t t e r   t h a n   t h i s   c h e a t e r ”   i m e   u d o k a   r e p o r t e d l y   h a d   m u l t i p l e   a f f a i r s   a n d   e v e n   s l e p t   w i t h   w i f e   o f   a   m i n o r i t y   o w n e r     b o s t o n c e l t i c s   n b a
p r a c t i c e   l i k e   i t ’ s   a   r e a l   g a m e   ‼ ️   b a s k e t b a l l   n b a   b o s t o n c e l t i c s   b o s t o n c e l t i c s ☘ ️   p r o   w o r k o u t 
   
 
   
 b a s k e t b a l l v i d e o s  
m a l c o l m   b r o g d o n   s h i n e s   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b r o g d o n c e l t i c s d e b u t   b r o g d o n d e b u t   c e l t i c s c l n s   c e l t i c s d e b u t   c e l t i c s p o s t g a m e l i v e   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c l n s   c l n s m e d i a   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n  
r e h a b   t i m e   💪 🏻 
 b o s t o n c e l t i c s  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 5   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
“ s i t   b a c k   m a g i c   j o h n s o n … i m   t a k i n g   o v e r ”   l a r r y   b i r d ’ s   t r a s h - t a l k   l e f t   l a k e r s   l e g e n d   s t u n n e d     b o s t o n c e l t i c s   l a l a k e r s
[ b o s t o n   c e l t i c s   o n   t w i t t e r ]   n e w   p a r q u e t   🔥 🔥 🔥 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
u p   n e x t !   n b a   2 k   r e a l i s t i c   r e t r o   g a m e p l a y !   d e r r i c k   r o s e   v s   p a u l   p i e r c e !   b u l l s   v s   c e l t i c s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   7 ,   2 0 2 2   6 : 0 0   p m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   c h i c a g o b u l l s   d e r r i c k r o s e   b o s t o n c e l t i c s   b u l l s v s c e l t i c s   c e l t i c s   b u l l s   p a u l p i e r c e  
o n   t h i s   d a y :   c e l t i c s   t r a d e   f o r   j e r r y   s i c h t i n g ;   c o u r t n e y   l e e   b o r n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j a y l e n   b r o w n   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 2 ) :   2 4   p o i n t s ,   5   r e b o u n d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c a b i n   j e l l y 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
w h e n   i t ’ s   y o u r   w e d d i n g   b u t   s p o r t   i s   l i f e ! 
   b o s t o n c e l t i c s   p o r t a d e l a i d e   w e a r e p o r t a d e l a i d e   a f l   n b a  
t h i s   l o o k e d   s o   w e i r d   i   h a d   t o   r e w i n d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
h o w       e d d i e   p a l l a d i n o ' s   d r e a m   c a m e   t r u e   t o   b e   t h e     p u b l i c   a d d r e s s   a n n o u n c e r   c e l t i c s t a l k   
   b o s t o n
j a y s o n   t a t u m   s u r p r i s e s   f a n s   o n   s t a g e   a t   j a c k   h a r l o w   c o n c e r t   i n   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e p i s o d e   1 8 8   i s   n o w   a v a i l a b l e   . . .   t h e   g o o d   t h i n g s   f r o m   b r o g d o n ,   t h e   s a m e   b a d   h a b i t s   f r o m   s m a r t ,   d w 9   g e t t i n g   m o r e   c o m f o r t a b l e   a n d   m u c h   m o r e 
 
 b o s t o n   b o s t o n c e l t i c s   c e l t i c s   n e w   p o d c a s t  
t o p i c   t u e s d a y :   w h a t   s h o u l d   t h e   c e l t i c s   o p e n i n g   n i g h t   s t a r t i n g   5   b e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 1 € 
 ➡  
2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   p r i x   e x t r a o r d i n a i r e   d e   2 1 € 
 🛒  
c e l t i c s   s i g n   r o x b u r y   n a t i v e   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   s i g n s   a j   r e e v e s   t o   e x h i b i t - 1 0   c o n t r a c t   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c e l t i c s ’   r o b e r t   w i l l i a m s   i i i   p r o j e c t e d   a s   n o .   1 1   c e n t e r   i n   n b a   f o r   2 0 2 2 - 2 3   b y   s p o r t i n g   n e w s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n e w   b o s t o n   v e r t   2 0 2 2   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 🛒  
h o w   d i f f e r e n t   c a n   w e   e x p e c t   i n t e r i m   b o s t o n   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t o   b e   f r o m   i m e   u d o k a ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u t é   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   i n c r o y a b l e   d e   2 1 € 
 ➡  
c e l t i c s   a l u m   k e n n y   a n d e r s o n   t a l k s   h i s   e c f   r u n s   w i t h   p a u l   p i e r c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   w a i v e   f o r m e r   k n i c k s   a n d   s p u r s   f o r w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s :   a l   h o r f o r d   l a u d s   v e t e r a n   f r e e   a g e n t   a d d i t i o n 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o
b o s t o n   c e l t i c s :   l a s t   l a k e r s   r o s t e r   s p o t   c o u l d   g o   t o   s u m m e r   l e a g u e   h e r o 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   d e a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   b e a u t i f u l   m i s s   t i a n a 
 c e l t i c s   g a m e d a y   b o s t o n  
n b a   r u m o r s :   c e l t i c s   s i g n   p r o v i d e n c e   g u a r d   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a z z u l l a :   l u k e   k o r n e t   w a s   a   ' f u l l   g o '   a t   p r a c t i c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   t o   r e p o r t e d l y   w a i v e   c a m p   i n v i t e e   l u k a   s a m a n i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s h o u l d   t h e   c e l t i c s   t r a d e   f o r   j a e   c r o w d e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p e l i c a n s   s i g n   f o r m e r   c e l t i c s ,   p a c e r s   a n d   t i m b e r w o l v e s   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   n o t e b o o k :   k o r n e t   c l o s e   t o   r e t u r n i n g   f r o m   i n j u r y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a l   h o r f o r d   b e l i e v e s   c e l t i c s '   c h e m i s t r y   f r o m   l a s t   y e a r ' s   r u n   h a s   ' c a r r i e d   o v e r '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p a y t o n   p r i t c h a r d ' s   b a t t l e   f o r   m i n u t e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
        d i n g   d i n g   d i n g   f o r   a j !     l o c a l   b o s t o n   k i d   g e t t i n g   a   l e g i t   c e l t i c s   c o n t r a c t !     a w e s o m e   n e w s      
a l   h o r f o r d   b e l i e v e s   c e l t i c s '   c h e m i s t r y   f r o m   l a s t   y e a r ' s   r u n   h a s   ' c a r r i e d   o v e r '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p a y t o n   p r i t c h a r d ' s   b a t t l e   f o r   m i n u t e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i m e   u d o k a   s u s p e n d e d   f r o m   c o a c h i n g   c e l t i c s   
 
 i m e u d o k a   n b a   b a s k e t b a l l   c e l t i c s   b o s t o n  
f o r m e r   c e l t i c s   h e a d   c o a c h   d o c   r i v e r s   c l a i m s   b o s t o n   l e t   k e y   p i e c e s   g o   t o o   s o o n   a f t e r   2 0 0 8   t i t l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i a   l o n g   s h a r e s   f a m i l y   p h o t o   w i t h   s o n s   w e e k s   a f t e r   f i a n c é   i m e   u d o k a ' s   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   e n c o u r a g e d   w i t h   l u k e   k o r n e t ’ s   r e c o v e r y   f r o m   a n k l e   i n j u r y :   ‘ h a p p y   t o   h a v e   h i m   b a c k ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t a c k o   f a l l   r e v e a l s   h i s   f r i e n d s h i p   w i t h   c e l t i c s ’   g r a n t   w i l l i a m s   s t a r t e d   w i t h   a   d u n k   a t t e m p t   a t   t h e   2 0 1 9   n b a   c o m b i n e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   h a s   ‘ f i t   i n   q u i c k l y ’   t o   t h e   b o s t o n   c e l t i c s ,   a c c o r d i n g   t o   a l   h o r f o r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h e r e   d o   r a p t o r s   r a n k   a m o n g   c e l t i c s '   t o p   c h a l l e n g e r s   i n   e a s t e r n   c o n f e r e n c e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 1 € 
 🛒 
 
 n b a  
w h a t   l u k e   k o r n e t ' s   r e t u r n   t o   c e l t i c s   p r a c t i c e   m e a n s   f o r   f r o n t   c o u r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n j u r y   u p d a t e :   b o s t o n ’ s   l u k e   k o r n e t   ‘ a   f u l l   g o ’   i n   p r a c t i c e   m o n d a y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   a l   h o r f o r d :   b l a k e   g r i f f i n   i s   a l r e a d y   ' o n e   o f   u s '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r c u s s m a r t   m a r c u s   s m a r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
🇺 🇸 | n o u v e a u t é   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 n b a  
m a r c u s   s m a r t   r e a c t s   t o   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a i l b a g :   w i l l   a   g r a n t   w i l l i a m s   c o n t r a c t   e x t e n s i o n   g e t   d o n e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   a d m o n i s h e s   d r a y m o n d   g r e e n   f o r   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   i s   r e a d y   f o r   a n o t h e r   l e a p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a i l b a g :   w i l l   a   g r a n t   w i l l i a m s   c o n t r a c t   e x t e n s i o n   g e t   d o n e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   p r i x   f o u   d e   2 ⃣ 1 ⃣ € 
 ➡  
m a r c u s   s m a r t   d i s c u s s e s   d r a y m o n d   g r e e n - j o r d a n   p o o l e   f i g h t :   ' i t   h a p p e n s '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   g e t s   k e m b a   w a l k e r ’ s   v o t e   o f   a p p r o v a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
h o w   w i l l   t h e   b o s t o n   c e l t i c s   u s e   r e s e r v e   p o i n t   g u a r d   m a l c o l m   b r o g d o n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ' i   w a n t   t o   h e l p   ( u s )   w i n '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   t r o p h y   c l u b   c a r d s -   d a z z l e   p a r a l l e l s -   p a u l   p i e r c e -   r a y   a l l e n -   k e v i n   g a r n e t t -   $ 2   e a c h   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   s t r u g g l i n g   t o   g a r n e r   n b a   i n t e r e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l o v e   t o   s e e   i t ,   w h y   b o s t o n   s p o r t s   i s   s u c h   t h e   c i t y   o f   c h a m p i o n s ,   s u p p o r t i n g   e a c h   o t h e r .   
 
 o n t o b a n n e r 1 8   c e l t i c s   
 
  
b o s t o n ’ s   m a r c u s   s m a r t   t h i n k s   d r a y m o n d   g r e e n   ‘ m a d e   a   m i s t a k e ’   w i t h   t h e   j o r d a n   p o o l e   f i g h t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   n o t   c o n c e r n e d   a b o u t   p r e s e a s o n   s h o o t i n g   w o e s   f o l l o w i n g   l o s s   t o   b u l l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e r e ' s   w h a t   m a r c u s   s m a r t   s a i d   a b o u t   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a n   a g i t a t o r   h i m s e l f ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   w a r r i o r s '   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e r e ' s   w h a t   m a r c u s   s m a r t   s a i d   a b o u t   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n j u r y   u p d a t e :   l u k e   k o r n e t   ‘   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i n g   i n   n o n - c o n t a c t   d r i l l s ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
‘ t h i s   i s   a   g r e a t   o p p o r t u n i t y , ’   s a y s   c e l t i c s ’   n o a h   v o n l e h   o f   h i s   s h o t   a t   m a k i n g   b o s t o n ’ s   r o s t e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
v i n t a g e   b o s t o n   m a s s   s t a t e   h o u s e   m a s s a c h u s e t t s   n e w   e n g l a n d   u s a   t r a v e l   p e n n a n t       a n t i q u e   w a l l d e c o r   v i n t a g e e t s y   n f l   m i t   f e l t p e n n a n t   n e w e n g l a n d   b o s t o n   m l b   r e d s o x     d i r t y w a t e r   n h l b r u i n s   p a t r i o t s   c e l t i c s   u s a   f o r e v e r n e   a n t i q u e s   h a r v a r d   u m a s s
v i n t a g e   ' s a l i s b u r y   b e a c h ,   m a s s . '   m a s s a c h u s e t t s   u s a   s o u v e n i r   t r a v e l   p e n n a n t       a n t i q u e   w a l l d e c o r   v i n t a g e e t s y   u s a   p a t s f o o t b a l l     a l l a b o u t 1 8   f e l t p e n n a n t   v i n t a g e   n e w e n g l a n d   b o s t o n   r e d s o x   n h l b r u i n s   p a t r i o t s   n f l   c e l t i c s   m i t   s a l i s b u r y   u m a s s
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a n   a g i t a t o r   h i m s e l f ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   w a r r i o r s '   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e p .   a y a n n a   p r e s s l e y   o n   j a y l e n   b r o w n ’ s   l e a d e r s h i p   i n   b o s t o n   a n d   b e y o n d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s ’   m a r c u s   s m a r t   o n   d r a y m o n d   g r e e n   i n c i d e n t :   ‘ h e   m a d e   a   m i s t a k e …   a s   a   l e a d e r ,   y o u   c a n ’ t   d o   t h a t ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  w h y   t h o   h e   a i n ’ t   g o n n a   d o   s h i t   f o r   u s   f r   c e l t i c s     b o s t o n
a s k   t h e   b o s t o n   c e l t i c s   h o w   t h a t   g o .   m a t t e r   o f   f a c t ,   t h e   h u s b a n d   & a m p ;   t h e   w i f e   w o r k e d   a t   t h e   s a m e   p l a c e   a n d   s h e   * s t i l l *   c h e a t e d . 
 s o   w h a t   w u d   b e   t h e   c a s e   i f   t h e y   w o r k e d   m i l e s   a p a r t ? 
 
 l i s t e n . . .
n o a h   v o n l e h   i s   t h e   o b v i o u s   c h o i c e   t o   m a k e   t h e   c e l t i c s   r o s t e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   o n   d r a y m o n d   g r e e n   v i d e o :   ' a s   a   l e a d e r ,   y o u   c a n ' t   d o   t h a t '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l u k e   k o r n e t   r e t u r n s   t o   c e l t i c s   p r a c t i c e   a f t e r   s p r a i n   f o r   n o n - c o n t a c t   d r i l l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a t c h :   j u s t i n   j a c k s o n   h a s   b i g   b l o c k   o n   f o r m e r   d u k e   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
[ p r e v i e w   2 0 2 2 - 2 3 ]   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a b a u t r e t   a l l   a n g e l e s   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t   b a s k e t b a l l   b l o c k   b o s t o n c e l t i c s   b r y a n t   b u l l s   c a r m e l o   c h i c a g o   c h r i s   c l i p p e r s   c o n t r e   c u r r y   d a v i s   d u f a n t   d u n k   d u r a n t   e a s t e r n c o n f e r e n c e  
d o c   r i v e r s   r e v e a l s   s i x e r s   s t a r t e r s   w i l l   p l a y   i n   f i n a l   2   p r e s e a s o n   g a m e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   l a b   1 4 6 :   c a t c h i n g   u p   w i t h   t a c k o   f a l l   o n   h i s   n e w   b o o k ,   t h e   c b a ,   a n d   t i e s   t o   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   b o s t o n   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
i f   t h e   c e l t i c s   w i n   t h e   2 0 2 3   n b a   c h a m p i o n s h i p ,   t h e s e   w i l l   b e   t h e   r e a s o n s   w h y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   b o s t o n   c e l t i c s   a r e   r i d i c u l o u s l y   g o o d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e p t h   s h i n e s   i n   p r e s e a s o n   w i n :   1 0   t a k e a w a y s   f r o m   c e l t i c s - h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e y     !   w h a t   b a s k e t b a l l   p l a y e r   w o u l d   b e   a   g r e a t   s p o k e s p e r s o n   f o r   a u t u m n ? …   t a c k o   f a l l .     b l e e d g r e e n   b o s t o n   c e l t i c s   f a l l   a u t u m n   t a c o s
⚽ | n o u v e a u t é   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   p r i x   d i n g u e   d e   2 1 € 
 🛒 
 
 n b a  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
w i l l   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   b r i n g   o u t   t h e   b e s t   o f   j a y l e n   b r o w n   a n d   j a y s o n   t a t u m ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ’ s   j a y s o n   t a t u m   c r a c k s   t o p   t h r e e   i n   s p o r t i n g   n e w s ’   2 0 2 2 - 2 3   t o p   s m a l l   f o r w a r d s   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c a n   s a m   h a u s e r   a n d   l u k e   k o r n e t   g i v e   t h e   b o s t o n   c e l t i c s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b l a k e g r i f f i n   b l a k e   g r i f f i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j u s t i n   j a c k s o n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u s t i n j a c k s o n   j u s t i n   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
k e m b a   w a l k e r   h a s   ' s o m e   r e g r e t s '   p l a y i n g   f o r   c e l t i c s   i n   n b a   b u b b l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
s p o r t i n g   n e w s   r a n k s   c e l t i c s ’   m a r c u s   s m a r t   i n   n b a ’ s   t o p   h a l f   o f   s t a r t i n g   p o i n t   g u a r d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   b o s t o n   d o m i c i l e   2 0 2 2   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 n b a  
e v a l u a t i n g   b l a k e   g r i f f i n ' s   p r e s e a s o n   d e b u t   w i t h   t h e   b o s t o n   c e l t i c s 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   n e t s   p i s t o n s   w i z a r d s   c l i p p e r n a t i o n   j a p a n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s     u s a
🇺 🇸 | n e w   b o s t o n   d o m i c i l e   2 0 2 2   t a t u m   0 ⃣ 
 a u   t a r i f   d i n g u e   d e   2 1 € 
 ➡ 
 
 2 0 2 2  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
⚽ | n o u v e a u   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   i n c r o y a b l e   d e   2 1 € 
 ➡ 
 
 2 0 2 2  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ‘ i   w a n t   t o   h e l p   ( u s )   w i n ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ' s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ’ s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   t e l l s     p o s t - g a m e :   " t h e   i n t e n s i t y   l e v e l   a n d   m a t u r i t y   l e v e l   o f   t h i s   . . .   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i m e   u d o k a   a c c u s e d   o f   s l e e p i n g   w i t h   w i f e   o f     b o s t o n   c e l t i c s   o w n e r     v i a  
p a u l   g e o r g e   s t a r s   i n   n b a   c o m m e r c i a l   w i t h   j a y s o n   t a t u m ,   j o e l   e m b i i d ,   a n d   d a m i a n   l i l l a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   p r o m o t e   f o r m e r   w v u   p o i n t   g u a r d   t o   i n t e r i m   h e a d   c o a c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e c a p :   h o r n e t s   d r o p   t h i r d   s t r a i g h t   p r e s e a s o n   g a m e ,   l o s e   t o   c e l t i c s ,   1 1 2 - 1 0 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ’ s   j a y l e n   b r o w n   r a n k e d   i n   s p o r t i n g   n e w s ’   t o p   f i v e   n b a   s h o o t i n g   g u a r d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
b o s t o n ’ s   j a y l e n   b r o w n   j u s t   o u t s i d e   o f   s p o r t s   i l l u s t r a t e d ’ s   t o p   2 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g a m e   r e c a p :   c e l t i c s   1 1 2 ,   h o r n e t s   1 0 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - h o r n e t s   p r e s e a s o n   r e m a t c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c h a r l o t t e   h o r n e t s   d r o p   t h i r d   s t r a i g h t ,   l o s e   t o   b o s t o n   c e l t i c s 
 
 
 
 n b a   c h a r l o t t e   h o r n e t s   a l l f l y   b o s t o n   c e l t i c s   b l e e d g r e e n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a a l l s t a r   n b a j a p a n g a m e s 2 0 2 2   n b a i n a b u d h a b i   l a k e s h o w   h e a t t w i t t e r   m f f l   s u n s
j u s t i n   j a c k s o n   s t r e n g t h e n s   c a s e   f o r   c e l t i c s   r o s t e r   s p o t   i n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   i m e   u d o k a ' s   f a l l o u t   w i t h   b o s t o n   c e l t i c s   c o u l d   s a v e   t h e   b r o o k l y n   n e t s 
 
 
 
 n b a   b r o o k l y n t o g e t h e r   n e t s   b r o o k l y n   b l e e d g r e e n   b o s t o n   c e l t i c s   t r u e t o a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n
b o s t o n   c e l t i c s :   b / r   s e e s   d e r r i c k   w h i t e   a s   o d d   m a n   o u t   i n   b a c k c o u r t 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   t r u e t o a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a i n a b u d h a b i   n b a j a p a n g a m e s 2 0 2 2   m f f l
b l a k e   g r i f f i n   p r a i s e s   ' o f f   t h e   c h a r t s '   c e l t i c s   i n t e n s i t y ,   m a t u r i t y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   b o s t o n   c e l t i c s   n b a   v i d e o :  
j u s t i n   j a c k s o n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j u s t i n   j a c k s o n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
d e r r i c k   w h i t e   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   d e r r i c k   w h i t e   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
j u s t i n   j a c k s o n   s t r e n g t h e n s   c a s e   f o r   c e l t i c s   r o s t e r   s p o t   i n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
l a m e l o   b a l l   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   l a m e l o   b a l l   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
g r a n t   w i l l i a m s   l o o k s   l i k e   a   n e w   p l a y e r :   7   t a k e a w a y s   f r o m   c e l t i c s   v s .   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h r e e   g a m e s ,   t h r e e   d e f e a t s .   w h a t   w e   l e a r n e d   i n   t h e   h o r n e t s ’   p r e s e a s o n   l o s s   t o   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e r r i c k   w h i t e   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e r r i c k w h i t e   d e r r i c k   w h i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
n o a h   v o n l e h   -   1 4   p t s ,   1 3   r e b ,   2   a s t ,   1   s t l   f u l l   h i g h l i g h t s | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 n o a h v o n l e h   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

b l a k e   g r i f f i n   t a k e s   s u b t l e   s h o t   a t   n e t s   a m i d   p r a i s e   f o r   c e l t i c s   a f t e r   h i s   b o s t o n   d e b u t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a l e n   m c d a n i e l s   w i t h   a n   a l l e y   o o p   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  b l a k e   g r i f f i n   c e l t i c s   d e b u t   -   7   p t s ,   9   r e b ,   2   a s t   f u l l   p l a y | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 b l a k e g r i f f i n   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

d e r r i c k   w h i t e   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e r r i c k w h i t e   d e r r i c k   w h i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
p a y t o n   p r i t c h a r d   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a y t o n p r i t c h a r d   p a y t o n   p r i t c h a r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j u s t i n   j a c k s o n   w i t h   a   b l o c k   v s   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n o a h v o n l e h   n o a h   v o n l e h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
w h a t   e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   s a i d   a b o u t   j o e   m a z z u l l a   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   t a k e a w a y s   a s   d e r r i c k   w h i t e   s h i n e s ,   b l a k e   g r i f f i n   m a k e s   d e b u t   i n   p r e s e a s o n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :     1 1 2 ,   h o r n e t s   1 0 3 .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
k e m b a   w a l k e r :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   ' a   s p e c i a l   p e r s o n '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
q u e s t i o n :   w h e n   i n   b o s t o n   w h e r e   d o   y o u   g o   f o r   p i n t s   & a m p ;   a   b i t e   n e a r   t h e   ?   l o o k i n g   f o r   t h e   f e e l   o f     i n   m o n t r e a l .   i   w a n t   t o   s e e   h o w   t h e   l o c a l s   s u p p o r t   t h e i r     a s   w e   d o   o u r   h a b s .   t h e   n e x t   n i g h t   i ' m   a t   t h e     h o m e - o p e n e r .
l a m e l o   b a l l   n e e d s   a n k l e   i n s u r a n c e   a f t e r   t h i s   c r o s s o v e r   b y   w h i t e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   l a m e l o   b a l l   c r o s s o v e r   c h a   c h a r l o t t e   h o r n e t s   b o s   b o s t o n   c e l t i c s
e d d i e   h o u s e :   d r a y m o n d   g r e e n   ' a   b u l l y '   f o r   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   v s .   h o r n e t s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
( n e w   y o r k   t i m e s ) : b o s t o n   c e l t i c s   c o a c h   i m e   u d o k a   r o s e   f a s t   a n d   f e l l   h a r d   :   w e e k s   a f t e r   t h e   c e l t i c s   a b r u p t l y   s u s p e n d e d   u d o k a   f o r   t h e   s e a s o n ,   i t ’ s   s t i l l   n o t   e n t i r e l y   c l e a r   w h y .   s o m e   w h o   h a v e   k n o w n   h i m   a r e   s t r u g g l i n g   t o   m a k e   s e n s e   . .  
e v e r y t h i n g   i t ' s   o k   c e l t i c s 
 
 b e l i e v e   i n   b o s t o n   
 
 r o a d t o 1 8   ☘ ️  
i n   t h e   s p o r t s   w o r l d ,   t h e   h e a d   c o a c h   i s   v e r y   “ f a m o u s ” .   t h a t   i s   c e l e b r i t y .   a n d   i t ’ s   i n t o x i c a t i n g !   e v e n   t o   p e o p l e   w h o   s h o u l d   k n o w   b e t t e r .   i m e u d o k a   b o s t o n   c e l t i c s   n b a   n i a l o n g  
c e l t i c s   s t a r   j a y l e n   b r o w n   o p e n s   u p   d u r i n g   b o s t o n ,   m f a   p a n e l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s t a r   j a y l e n   b r o w n   o p e n s   u p   d u r i n g   b o s t o n ,   m f a   p a n e l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c h a r l o t t e   h o r n e t s   a t   b o s t o n   c e l t i c s   p r e v i e w   a n d   g a m e   t h r e a d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   p o w e r s   o f   7 :   r e i n t r o d u c i n g   t h e   2 0 2 2 - 2 3   n b a   t i t l e   c o n t e n d e r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   ( 1 - 1 )   a t   c h a r l o t t e   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u t é   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   h a l l u c i n a n t   d e   2 1 € 
 🛒  
d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s p e a k i n g   a t   m f a   p a n e l ,   c e l t i c s ’   j a y l e n   b r o w n   c h a l l e n g e s   b o s t o n i a n s   t o   b e t t e r   c i t y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   w i l l   m a k e   c e l t i c s   d e b u t   f r i d a y   a g a i n s t   t h e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   f o u   d e   2 ⃣ 1 ⃣ € 
 🛒  
k e v i n   g a r n e t t   i s   t h e   e p i t o m e   o f   t h e   s t r e t c h   4 . 
   
 c e l t i c s   t i m b e r w o l v e s   b o s t o n   m i n n e s o t a    
3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b e s t   o f   j a y s o n   t a t u m   f r o m   2 0 2 2   p l a y o f f s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o t   t a k e s   w e   m i g h t   a c t u a l l y   b e l i e v e :   c e l t i c s   m o r e   l i k e l y   t h a n   w a r r i o r s   t o   r e t u r n   t o   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   h a s   e a r n e d   a n   i m p o r t a n t   r o l e   o f f   t h e   c e l t i c s   b e n c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   t r a v e l   t o   h o u s t o n   t o   f a c e   r o c k e t s :   p r e v i e w ,   s t a r t   t i m e ,   a n d   m o r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o   r a p t o r s   a n d   c e l t i c s   f a n s   h a v e   b e e f . . .   😆   
 
 
 
 r a p t o r s   t o r o n t o   b o s t o n   c e l t i c s
s a m   h a u s e r   i s   p r o v i n g   h e ' s   r e a d y   f o r   a   b i g g e r   r o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m o r e   p r a y e r s   u p   f o r   b l a c k   l o v e         . _   
 p o d c a s t   r e e l s   f u n n y   r e l a t i o n s h i p   t r e n d i n g   b r e a k i n g   b l a c k i n s t a g r a m   b l a c k t w i t t e r   n b a   b o s t o n   c e l t i c s   n i a l o n g   i m e u d o k a  
o n   b i l l   r u s s e l l ’ s   l e g a c y   a n d   b o s t o n   b a s k e t b a l l   w /   r e p .   a y a n n a   p r e s s l e y   
   
 
   
 b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
📣   n e w   p o d c a s t !   " t h e   b l a c k   m a l e   p o d c a s t   e p   8 1   -   t a k e   o w n e r s h i p "   o n     s p o r t s   x   b l a c k m a l e   b o s t o n   c e l t i c s   c o a c h   g e t   g e t t i n g   g w u n n e t w o r k   h u r t   l a m a r   l o v e   n e e d s   p a i d   p o d c a s t   t a l k   t o   t r e d o t   t s i s w h o i a m   t u e  
⚽ | n e w   b o s t o n   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 🛒  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 1 € 
 🛒 
 
 2 0 2 2  
g r a n t   w i l l i a m s   ' l o c k e d   i n '   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h y   b l a k e   g r i f f i n   c h o s e   t o   w e a r   n o .   9 1   w i t h   c e l t i c s ,   a n d   t h e   r e a s o n   h e ’ s   s t i l l   p l a y i n g   b a s k e t b a l l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 1 € 
 🛒 
 
 t a t u m  
c e l t i c s   v s .   h o r n e t s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ’ s   g r a n t   w i l l i a m s   j u s t   o u t s i d e   s p o r t s   i l l u s t r a t e d ’ s   t o p   1 0 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r a n t   w i l l i a m s   ' l o c k e d   i n '   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   i n c r o y a b l e   d e   2 1 € 
 🛒 
 
 t a t u m  
⚽ | n o u v e a u   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
i m e   u d o k a ' s   a l l e g e d   m i s t r e s s   r e v e a l e d   t o   b e   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  w h a t   h a p p e n e d   t o   s a m s c l o s e t 3 4   o n   i g ?   y o u   w e r e   s e l l i n g   s o m e   g o o d   s t u f f ,   i   w a s   i n t e r e s t e d   i n   a   f e w   t h i n g s   b u t   i t   s e e m s   t o   h a v e   d i s a p p e a r e d .     m s s a m a n t h a m a y   c e l t i c s   b o s t o n   n b a   m a i n e   m s s a m a n t h a m a y 9   j a n a y k i n g   s a m s c l o s e t 3 4   d o r c h e s t e r
🇺 🇸 | n o u v e a u   b o s t o n   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a e x t r a  
a r e   j a y s o n   t a t u m   a n d   t h e   c e l t i c s   a   g o o d   b e t   t h i s   s e a s o n ?   b o s t o n   c e l t i c s   n b a  
c e l t i c s   o f f s e a s o n   a d d i t i o n   d r a w i n g   b i g   o n   2 0 2 3   n b a   a w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e n v e r   n u g g e t s :   3   t a k e a w a y s   f r o m   o c t .   3   l o s s   v s .   t h u n d e r 
 
 
 
 n b a   m i l e h i g h b a s k e t b a l l   d e n v e r   n u g g e t s   m f f l   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n   g o s p u r s g o   s u n s
w i l l   d w i g h t   p o w e l l   c r a c k   t h e   m a v e r i c k s   r o t a t i o n   i n   2 0 2 2 - 2 3   s e a s o n ? 
 
 
 
 n b a   d a l l a s   a m v e r i c k s   m f f l   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n   g o s p u r s g o   h e a t t w i t t e r   s u n s
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   j a y l e n   b r o w n   f o r   ' 2 2   a l l - n b a   f i r s t   t e a m e r 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   m f f l   d u b n a t i o n   g o s p u r s g o   h e a t t w i t t e r   f e a r t h e d e e r   s u n s
j o h n   h o l l i n g e r ' s   c e l t i c s   p r e v i e w :   p r e d i c t i o n s ,   a n a l y s i s   f o r   2 0 2 2 - 2 3   s e a s o n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c e l t i c s   o f f s e a s o n   a d d i t i o n   d r a w i n g   b i g   o n   2 0 2 3   n b a   a w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   t a l k s   m o v i n g   o n   f r o m   n b a   f i n a l s   l o s s ,   e x c i t e m e n t   f o r   n e w   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   l a b   1 4 5 :   h o n o r i n g   b i l l   r u s s e l l ’ s   l e g a c y   a n d   t a l k i n g   b o s t o n   b a s k e t b a l l   w i t h   r e p .   a y a n n a   p r e s s l e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
        w o u l d   l o v e   t o   c a t c h   a   l i v e     g a m e !   u n f o r t u n a t e l y   a l l   o f   m y   c a s h   i s   t i e d   u p   f r o m   a   b o t c h e d   s u l l i v a n   r e p a i r .   a n o t h e r   g a s c a r   o f f   t h e   r o a d !   e l o n m u s k   g r e e n   b o s t o n   b a d w r e n c h
n i a   l o n g   r e s p o n d s   t o   i m e   u d o k a ' s   s u s p e n d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   t a l k :   s a m   h a u s e r ' s   m o m   r e v e a l s   h i s   f i t t i n g   f i r s t   s e n t e n c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t y r e s e   m a x e y ,   s i x e r s   k n o w   t h e y   s t i l l   h a v e   t o   b u i l d   t o   c a t c h   b u c k s ,   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   d r o p s   f - b o m b   d u r i n g   h a l f t i m e   t v   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a l   h o r f o r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a l h o r f o r d   a l   h o r f o r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
s a m   h a u s e r   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s a m h a u s e r   s a m   h a u s e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
[ f i l m   r o o m ]   t h e   c o m m o n   t h e m e s   o f   m a l c o l m   b r o g d o n ' s   p l a y m a k i n g   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t y r e s e   m a x e y ,   s i x e r s   k n o w   t h e y   s t i l l   h a v e   t o   b u i l d   t o   c a t c h   b u c k s ,   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a r r i o r s   l a n d   i n   t o p   t i e r   o f   z a c h   l o w e ’ s   e s p n   n b a   p r e s e a s o n   r a n k i n g s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s h o w i n g   o f f   n e w   c e n t e r - c o u r t   l o g o   i n   p r e s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   i s   b r i n g i n g   s o m e   s e r i o u s   p l a y m a k i n g   t o   t h e   c e l t i c s   b e n c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
k e y s   t o   t h e   g a m e :   r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   ( o t )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c a n   m a l c o l m   b r o g d o n   b r i n g   t o   c e l t i c s ?   g e t   t o   k n o w   v e t e r a n   g u a r d ' s   g a m e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   d r o p s   f - b o m b   d u r i n g   h a l f t i m e   t v   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s t e p h e n   a .   s m i t h   o n   c o a c h   i m e   u d o k a ’ s   s u s p e n s i o n   f r o m   t h e   c e l t i c s   f o r   w o r k p l a c e   r e l a t i o n s h i p :   “ t h a t   w a s   a n   h r   m a t t e r . ”   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s ’   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   b e l i e v e s   s a m   h a u s e r   w i l l   p l a y   a   b i g   r o l e   f o r   c e l t i c s :   ‘ w e ’ r e   g o i n g   t o   n e e d   h i m ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u t é   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   p r i x   h a l l u c i n a n t   d e   2 1 € 
 🛒 
 
 t a t u m  
c e l t i c s '   j a y s o n   t a t u m   n o t   w o r r i e d   a b o u t   p r e s e a s o n   s t r u g g l e s :   ' i   s t a r t   o f f   s l o w '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u t é   b o s t o n   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
b o s t o n ’ s   j a y s o n   t a t u m   t h i n k s   i t   ‘ f e e l s   l i k e   w e ’ r e   l e a v i n g   o f f   f r o m   t h e   s e c o n d   h a l f   o f   l a s t   s e a s o n ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   t o r o n t o   r a p t o r s   ( 1 0 / 5 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - r a p t o r s   o v e r t i m e   t i l t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s i g n s   a r e   h o p e f u l   f o r   c e l t i c s ,   b u t   c a n   j o e   m a z z u l l a   b e   s t e r n   w i t h   t h e m   w h e n   n e e d e d ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e r e ' s   w h a t   s t o o d   o u t   f r o m   r a p t o r s '   o v e r t i m e   w i n   o v e r   c e l t i c s :   b o s t o n ' s   r e g u l a r s   s h a r p   a t   b o t h   e n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
[ p o s t   g a m e   t h r e a d ]   t h e   t o r o n t o   r a p t o r s   ( 2 - 0 )   d e f e a t   t h e   b o s t o n   c e l t i c s   ( 1 - 1 )   a t   o t ,   1 2 5 - 1 1 9   🏀 
 
 g a m e   b o x   s c o r e   i s   n o t   l o a d i n g   a t   t h e   m o m e n t   s o   l i n k i n g   t h e   s c o r e s   b e l o w . 
 

🇺 🇸 | n o u v e a u   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   p r i x   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
r e p o r t :   h o w   n b a   e x e c u t i v e s   v i e w   g r a n t   w i l l i a m s '   c o n t r a c t   e x t e n s i o n   v a l u e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   j a y s o n   t a t u m ,   s o n   d e u c e   h a v e   g r e a t   p o d i u m   e x c h a n g e   a f t e r   r a p t o r s   g a m e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e g u l a r s   r o l l   d e s p i t e   l o s s :   1 0   t a k e a w a y s   f r o m   c e l t i c s - r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c o u l d   s a m   h a u s e r   b e   t h e   d i f f e r e n c e - m a k i n g   s h o o t e r   t h e   c e l t i c s   a r e   m i s s i n g ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   c o u l d ’ v e   b e e n   a   b o s t o n   c e l t i c   l a s t   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   h a v e   t o   m a k e   i t   t o   t d   g a r d e n   t h i s   s e a s o n   f o r   a   g a m e .   i   j u s t   h a v e   t o ! !   b l e e d g r e e n   t d g a r d e n   b o s t o n   c e l t i c s
m a l c o l m   b r o g d o n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a l c o l m b r o g d o n   m a l c o l m   b r o g d o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a e x t r a  
a r o u n d   t h e   c o r n e r   1 0 / 6 :   m a l c o l m   b r o g d o n   a n d   s a m   h a u s e r   g e l l i n g ,   u v a   w o m e n ' s   s o c c e r   k i c k s   o f f   a g a i n s t   3   f s u ,   a n d   f o o t b a l l   p r e p p i n g   f o r   l o u i s v i l l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   b e t t i n g   p r e v i e w :   a r e   j a y s o n   t a t u m   a n d   t h e   c e l t i c s   a   g o o d   b e t   t h i s   s e a s o n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j o e   m a z z u l l a   o n   s a m   h a u s e r :   ' h i s   c o n f i d e n c e   c o m e s   f r o m   h i s   w o r k   e t h i c "   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   v s .   r a p t o r s   t a k e a w a y s :   s a m   h a u s e r   s h i n e s   i n   o t   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   i m p o r t a n t   w a s   a d d i n g   v e t e r a n   b i g   m a n   b l a k e   g r i f f i n   t o   t h e   b o s t o n   c e l t i c s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   1 2 5 ,   b o s t o n   1 1 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p o s t   g a m e   t h r e a d :   t h e   t o r o n t o   r a p t o r s   d e f e a t   t h e   b o s t o n   c e l t i c s   1 2 5 - 1 1 9   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
j t   j a y s o n   t a t u m   a t   t h e   t d g a r d e n     l a s t   n i g h t   💪 🏻   a l w a y s   a   p l e a s u r e   w a t c h i n g   t h e   g o a t   p l a y   🐐   0   c e l t i c s   b o s t o n   b l e e d g r e e n  
c e l t i c s '   j a y s o n   t a t u m   o n   s l o w   s h o o t i n g   s t a r t   t o   s e a s o n :   ' i   a i n ' t   w o r r i e d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   e x p l a i n s   w h y   c e l t i c s   a r e   p i c k i n g   u p   w h e r e   t h e y   l e f t   o f f   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s u p e r - e a r l y   m o c k   2 0 2 3   n b a   d r a f t   h a s   b o s t o n   c e l t i c s   t a k i n g   i o w a   f o r w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w i l l   j a y s o n   t a t u m   a n d   j a y l e n   b r o w n   t a k e   t h e   b o s t o n   c e l t i c s   b a c k   t o   t h e   n b a   f i n a l s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e w   n f t   c o l l e c t i o n   i s   c o m i n g   t h i s   n i g h t   2 3 : 5 9   g m t   + 0 3 : 0 0   n f t s   n f t   n f t c o l l l e c t o r s   n f t c o l l e c t i o n   m o n k e y n f t c o l l e c t i o n   b a s k e t b a l l   b u l l s     l a k e r s   l o s a n g e l e s   s p u r s   c h i c a g o   c e l t i c s   b o s t o n   t e a m s
5   t a k e a w a y s   f r o m   c e l t i c s   v s .   r a p t o r s   a s   s a m   h a u s e r ,   m a l c o l m   b r o g d o n   s h i n e   i n   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t ,   m a l c o l m   b r o g d o n   a n d   d e r r i c k   w h i t e   c o u l d   b e c o m e   a   t e r r i f y i n g   t r i o   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
r a p t o r s   g e t   g o i n g   e a r l y   i n   o v e r t i m e   t o   t a k e   1 2 5 - 1 1 9   w i n   o v e r   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p a y t o n   p r i t c h a r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a y t o n p r i t c h a r d   p a y t o n   p r i t c h a r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y s o n   t a t u m   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y s o n t a t u m   j a y s o n   t a t u m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
    a f t e r   i   g o t   h o m e   t o n i g h t   i   f o u n d   m r .   f l e s h y   i n   l i z z y ’ s   t w e e t   h i s t o r y .   i   h a v e   p i n n e d   h i m   t o   m y   p r o f i l e   f o r   f u t u r e   u s e .   s a v e   h i m ,   h o l d   h i m   c l o s e   t o   y o u r   h e a r t ,   a n d   r e m e m b e r … … … . . b e l i e v e ! ! ! ! !   f l e s h y   n b a   c e l t i c s   b o s t o n   b e l i e v e
g a m e   r e c a p :   r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h y   c e l t i c s '   j a y s o n   t a t u m   s a i d   s a m   h a u s e r   ' s h o u l d   s e n d   m e   a   t h a n k   y o u   c a r d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   b o s t o n   c e l t i c s   n b a   v i d e o :  
w h y   c e l t i c s '   j a y s o n   t a t u m   s a i d   s a m   h a u s e r   ' s h o u l d   s e n d   m e   a   t h a n k   y o u   c a r d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e e p   b e n c h   l e a d s   i n c r e d i b l y   f u n   c o m e b a c k ,   r a p t o r s   b e a t   c e l t i c s   1 2 5 - 1 1 9   i n   o t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f r e d   v a n v l e e t   w i t h   a   2 - p o i n t e r   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   h i g h l i g h t s   -   c e l t i c s   v s .   r a p t o r s   -   5 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   b o s   t o r   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b o s t o n   c e l t i c s   t o r o n t o   r a p t o r s
h e r e ' s   w h a t   s t o o d   o u t   f r o m   r a p t o r s '   o v e r t i m e   w i n   o v e r   c e l t i c s :   b o s t o n ' s   r e g u l a r s   s h a r p   a t   b o t h   e n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l a k e r s   n e w s :   c e l t i c s   c o - o w n e r   t a l k s   a b o u t   h e r   o f f - c o u r t   p a r t n e r s h i p   w i t h   l a k e r s   o w n e r   j e a n i e   b u s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e a d   & a m p ;   r e a c t :   t h e   t a t u m   & a m p ;   b r o w n   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g a l l e r y :   c e l t i c s   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s   a t   t h e   g a r d e n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
5   t a k e a w a y s   f r o m   c e l t i c s   v s .   r a p t o r s   a s   s a m   h a u s e r ,   m a l c o l m   b r o g d o n   s h i n e   i n   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  p a y t o n   p r i t c h a r d   -   1 7   p t s ,   4   r e b ,   5   a s t ,   3   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 p a y t o n p r i t c h a r d   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
d a l a n o   b a n t o n   w i t h   a n   a n d   o n e   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   w i t h   a   d u n k   v s   t h e   t o r o n t o   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c e l t i c s   p r e d i c t i o n s   w e r e   m a d e   d u r i n g   n b a   g m   s u r v e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
_ s m o o t h 1 0   s a m   h a u s e r   -   2 2   p t s ,   4   r e b ,   2   a s t ,   5   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 s a m h a u s e r   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
c e l t i c s   t a k e a w a y s   a s   r e g u l a r s   i m p r e s s   a g a i n   i n   p r e s e a s o n   o v e r t i m e   l o s s   t o   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :   r a p t o r s   1 2 5 ,     1 1 9   i n   o t .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b a s k e t b a l l   b o s t o n a t h l e t e m a g a z i n e  
  w e   g a v e   y ' a l l   a   b i t   o f   a   l e a d . . . . .   🤦 🏽 ‍ ♂ ️ ☘ ️ 🏀 🇨 🇦 👀 😏 🔥   n b a   w e t h e n o r t h   r a p t o r s   t o r o n t o r a p t o r s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   b o s t o n c e l t i c s   b o s t o n   p r e s e a s o n   l e t s g o r a p t o r s   c a n a d a   e s p n   t s n   t h e 6   t d o t   b a r t s i m p s o n  
o h   t h i s   n b a   g a m e   w e n t   i n t o   o t ?   h o w   o f t e n   d o e s   t h a t   h a p p e n   f o r   n b a p r e s e a s o n   g a m e s ? 
 
 b o s t o n   l o o k e d   n o r m a l ;   c a n   t h e   c e l t i c s   p u t   t h e   c o a c h   t u r m o i l   b e h i n d   e m   a n d   f o c u s   o n   t h e   s e a s o n ?   t h e y ' r e   s t i l l   f o r m i d a b l e   a n d   o n e   o f   t h e   t o p   t e a m s   i n   t h e   e a s t .   b a l l o r f a l l  
c e l t i c s   n b a   u g l y   g a m e   s o   f a r   b o s t o n  
j a y s o n   t a t u m   m a k i n g   t h e   r a p t o r s   d e f e n c e   l o o k   s i l l y   🤣 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a y s o n   t a t u m   f a k e   b o s   b o s t o n   c e l t i c s   t o r   t o r o n t o   r a p t o r s
w a t c h :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   s h o w s   o f f   3 - p o i n t   s h o t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s :   s i   f e e l s   l i k e   j a y s o n   t a t u m   w i l l   m a k e   m v p   l e a p   i n   2 0 2 2 - 2 3 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
2 0 1 8   1 s t - r o u n d   p i c k :   ' t h o u g h t   i   w a s   g o i n g   t o   b o s t o n   c e l t i c s   a t   d e a d l i n e ' 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
r a p t o r s   v s .   c e l t i c s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   m a r c u s   s m a r t   s t i l l   h a s   n i g h t m a r e s   a b o u t   l o s i n g   i n   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
📣   n e w   p o d c a s t !   " t h e   f i r s t   4   g a m e s   o f   t h e   n f l   s e a s o n   h a v e   t a u g h t   u s   t h i s   a b o u t   y o u r   t e a m s . . ! "   o n     4 9 e r s   b e a r s   b o s t o n   c e l t i c s   c o w b o y s   d a k   j o s h a l l e n   l a k e r s   m a h o m e s   n b a   n f l   z e k e  
t i m e   l o r d   + t h e   g r i f s t e r   =   b a n n e r 1 8   c e l t i c s   b o s t o n   l o b c i t y  
b o s t o n   c e l t i c s   n e w s   -     s t a r t e r s   f o r   t o n i g h t ' s   g a m e   w i t h   t h e   t o r o n t o   r a p t o r s .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   t o r o n t o   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
y u p   i t ’ s   j u s t   t h e   p r e s e a s o n ,   b u t   i t ’ s   t h e     a n d     t o n i g h t !   i ’ l l   b e   g o i n g   b a c k   a n d   f o r t h .   b o s t o n   n b a   n h l   … t h a t   w a s   a   q u i c k   g o a l   😑  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5   b o s v s g s w   n b a f i n a l s 2 0 2 2   n b a f i n a l s
j o e   m a z z u l l a   a d d r e s s e s   w h e t h e r   b l a k e   g r i f f i n   w i l l   m a k e   h i s   c e l t i c s   d e b u t   i n   w e d n e s d a y ' s   g a m e   a g a i n s t   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   m a r c u s   s m a r t   s t i l l   h a s   n i g h t m a r e s   a b o u t   l o s i n g   i n   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   r a p t o r s   ( 1 - 0 )   a t   b o s t o n   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   e x p e c t e d   t o   b e   t r a d e d   t o   c e l t i c s   f o r   d e n n i s   s c h r o d e r   l a s t   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   d e s c r i b e d   j a y s o n   t a t u m   a s   ' y o u n g   n e x t   g r e a t e s t '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   v s .   r a p t o r s :   f r e e   l i v e   s t r e a m ,   t v ,   h o w   t o   w a t c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c l i p p e r s   s i g n   f o r m e r   c e l t i c s   a n d   j a z z   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r a n t   w i l l i a m s   n o t   c o n c e r n e d   a b o u t   l o o m i n g   c o n t r a c t   e x t e n s i o n   d e a d l i n e   w i t h   c e l t i c s :   ‘ i   l e a v e   t h a t   s t u f f   u p   t o   m y   a g e n t s ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
5 9 f i f t y   i d e n t i t y   d 3   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   i d e n t i t y   d 3   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   a l w a y s g o t a f i t t e d o n m y h e a d 
 

🇺 🇸 | n o u v e a u   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
  g r e e t i n g s   f r o m   p u e r t o   r i c o   i m   a   h u g e   f a n   b l e e d g r e e n   b o s t o n   b o s t o n c e l t i c s   c e l t i c s  
n i a   l o n g   s h a r e s   a   p o i g n a n t   n o t e   a b o u t   m e n t a l   h e a l t h   a m i d   i m e   u d o k a   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
5 9 f i f t y   c h a i n   s t i t c h   h e a 1 2 4 5 1   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c h a i n   s t i t c h   h e a r t   1 2 4 5 1   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   b o s t o n   c e l t i c s   o s b   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   c e l t i c s   o s b   h a t c r a w l e r   f i t t e d   f o r t h e l o v e o f t h e f i t t e d 
 

d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   j o i n i n g   c e l t i c s   a t   t r a d e   d e a d l i n e   b e f o r e   d e a l   f e l l   a p a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b u s y   s t r e t c h   o f   m - 1 5   i n   d a v i s o n   c l o s e d   f o r   r a i l r o a d   c r o s s i n g   p r o j e c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s i g n s   a r e   h o p e f u l   f o r   c e l t i c s ,   b u t   c a n   j o e   m a z z u l l a   b e   s t e r n   w i t h   t h e m   w h e n   n e e d e d ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   n b a   e x e c u t i v e s   r a n k   w a r r i o r s   i n   w e s t ,   l i k e l i h o o d   t o   r e p e a t   c h a m p i o n s h i p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   t a k e   o n   c e l t i c s   i n   b o s t o n :   p r e v i e w ,   s t a r t   t i m e ,   a n d   m o r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
' n o t h i n g   e l s e   m a t t e r s ' :   j a y s o n   t a t u m ,   j a y l e n   b r o w n   o n   b r i n g i n g   b a n n e r   1 8   t o   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   n o t e b o o k :   r o o k i e   j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
2 0 2 2 - 2 3   r o s t e r   b r e a k d o w n :   t h e   b i g s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h r e e   t a k e a w a y s   f r o m   t h e   h o r n e t s '   p r e s e a s o n   l o s s   t o   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p l e a s e   c o n s i d e r   h e l p i n g   o u t   t h i s   p o o r   c e l t i c s     f a n   i f   y o u   c a n .   h e   i s   j u s t   s t a r t i n g   a   b a t t l e   w i t h   l e u k e m i a   a n d   n e e d s   a l l   t h e   l o v e   h e   c a n   g e t .   s t i l l   a   l o n g   w a y   t o   g o   o n   t h e   g o a l .   s m a r t   t a t u m   b r o w n   b o s t o n   b o s t o n s t r o n g 
 
  
🇺 🇸 | n o u v e a u   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   f o u   d e   2 1 € 
 🛒 
 
 t a t u m  
b o s t o n ’ s   d e r r i c k   w h i t e   t a l k s   a b o u t   j o i n i n g   t h e   c e l t i c s ’   s t a r t i n g   l i n e u p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   c e l t i c s   c o l l e c t i v e :   e p i s o d e   8 
 
 ☘ ️   t o p i c s : 
 +   g a m e   r e c a p 
 +   b l a k e   g r i f f i n 
 +   j o e   m a z z u l l a 
 +   t o r o n t o   p r e v i e w 
 
 ☘ ️   h o s t s : 
 
 
 
 
 c e l t i c s   b o s t o n   n b a
⚽ | n o u v e a u   b o s t o n   v e r t   2 0 2 2   t a t u m   0 
 a u   p r i x   f o u   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 t a t u m  
h o w   t h e   b o s t o n   c e l t i c s   u s e d   r o b e r t   w i l l i a m s   i i i   t o   u n l o c k   t h e i r   o f f e n s e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   f i t t i n g   r i g h t   i n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   9 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   v s .   c e l t i c s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a s   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   t h r o w i n g   s h a d e   a t   t h e   b r o o k l y n   n e t s   i n   h i s   i n t r o d u c t o r y   p r e s s e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l o n g t i m e   a s s i s t a n t   p r o m o t e d   t o   h e a d   c o a c h   o f   m a i n e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l e t   i t   f l y     s h o r t s   b o s t o n   c e l t i c s   n b a   v i d e o :  
b o s t o n   c e l t i c s   m a k e   s o l i d   s h o w i n g   i n   n b a ' s   a n n u a l   g m   s u r v e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   g m s   c a l l   c e l t i c s   s m a r t   b e s t   p e r i m e t e r   d e f e n d e r ,   b r o g d o n   ‘ m o s t   u n d e r r a t e d ’   a c q u i s i t i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s e v e n   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ’ s   2 0   g r e a t e s t   c e n t e r s   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f o r m e r   c e l t i c s '   h i g h   e x p e c t a t i o n s   f o r   j a y s o n   t a t u m ,   j a y l e n   b r o w n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b o s t o n   c e l t i c s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   j a y s o n t a t u m   u n i m o c k u p s   l o g o d e s i g n   n b a t w i t t e r            
j o e   m a z z u l l a   s h a r e s   u p d a t e   o n   r o b e r t   w i l l i a m s '   r e c o v e r y   f r o m   k n e e   s u r g e r y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   b r e a k o u t   c a n d i d a t e   i m p r e s s i n g   t e a m m a t e   d e r r i c k   w h i t e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l o n g t i m e   a s s i s t a n t   p r o m o t e d   t o   h e a d   c o a c h   o f   m a i n e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s t a r   b r o w n   s u r p r i s e s   s t u d e n t s   w i t h   f r e e   b a c k p a c k s ,   s h i r t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h o   w a n t s   t o   g o   t o   t h e   g a m e   t o m o r r o w ?   r e t w e e t   a n d   c o m m e n t   a   p h o t o   o f   y o u   i n   y o u r   c e l t i c s   g r e e n .   t i c k e t s   a r e   b l o c k e d   f r o m   r e s a l e .   w i l l   s e n d   d i g i t a l   t i c k e t s   t o   w i n n e r   t o m o r r o w   a r o u n d   n o o n . 
 
 b l e e d g r e e n   b o s t o n c e l t i c s   b o s t o n  
w h a t   c a n   c e l t i c s '   j a y s o n   t a t u m   i m p r o v e   o n ?   j a y l e n   b r o w n   w e i g h s   i n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o o k i e   j d   d a v i s o n   g o i n g   t o   s c h o o l   w i t h   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ' s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j o e   m a z z u l l a   o n   r o b e r t   w i l l i a m s :   " h e ' s   i n   a   g r e a t   m i n d   f r a m e "   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   s h a r e s   f i r s t   m e s s a g e   s i n c e   l e a v i n g   b r o o k l y n   n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p r i m e   b l a k e   g r i f f i n   o n   t h e   c e l t i c s   +   r e b u i l d   |   n b a   2 k 2 3 💚 🤍 💚 🤍 
 
 
 b a s k e t b a l l   y o u t u b e   y o u t u b e r   f e m a l e g a m e r     g a m i n g   n b a   n b a 2 k 2 3   n b a 2 k 2 3 p a r k   n b a 2 k 2 3 n e x t g e n   n b a 2 k 2 3 m y t e a m   n b a r e b u i l d   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   b l a k e g r i f f i n  
l i g h t n i n g   r o s t e r   c o n t i n u e s   t o   t a k e   s h a p e   a s   o p e n e r   n e a r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i a   l o n g   p o s t s   m e n t a l   h e a l t h   m e s s a g e   f o l l o w i n g   f i a n c é   i m e   u d o k a ' s   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u   b o s t o n   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 
 a u   t a r i f   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
w h a t   c e l t i c s '   j a y l e n   b r o w n ,   j a y s o n   t a t u m   a d m i r e   m o s t   a b o u t   e a c h   o t h e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🚨   e x c l u s i v e   g a m e   t o n i g h t   f o l k s !   🏀 
 j o i n   t h e i r   c o m m u n i t y   a n d   g e t   t h e   c h a n c e   o f   w i n n i n g   2   t i c k e t s   f o r   t h e   c e l t i c s   o p e n i n g   n i g h t   a n d   m o r e   t h a n   $ 1 0 0   o n   t o p s h o t s !   d o   n o t   m i s s   y o u r   c h a n c e !   ☘ ️ 
   
 b o s t o n   c e l t i c s   n b a   n f t  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
t h r e e   t a k e a w a y s   f r o m   t h e   h o r n e t s '   p r e s e a s o n   l o s s   t o   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ’ s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   r o o k i e   j d   d a v i s o n   a d j u s t i n g   t o   n b a   u n d e r   m a r c u s   s m a r t ' s   m e n t o r s h i p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h e n   i t   c o m e s   t o   w h a t   i m e   u d o k a   d i d   t o   g e t   s u s p e n d e d ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   ' w e   d o n ' t   k n o w   a n y t h i n g '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   h o s t   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u t é   b o s t o n   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡  
n b a   g m s   f a v o r   b u c k s   t o   w i n   t i t l e ;   l u k a   f o r   m v p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   d i n g u e   d e   2 1 € 
 🛒  
n b a   g m s   s a y   r a p t o r s   h a v e   l e a g u e ' s   b e s t   h o m e - c o u r t   a d v a n t a g e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   r e v e a l s   c e l t i c s   j e r s e y   n u m b e r ,   a n d   h i s   r e a s o n   i s   f a n t a s t i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   m a k i n g   b i d   f o r   i n c r e a s e d   r o l e :   ' h o p e f u l l y   c a n   k e e p   i t   r o l l i n g '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u t é   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 t a t u m  
⚽ | n e w   b o s t o n   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 🛒  
c e l t i c s   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
v e r s a t i l i t y   o n   d i s p l a y   i n   v i c t o r y   o v e r   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   d i n g u e   d e   2 1 € 
 🛒 
 
 p l a y o f f n b a  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
r e c e n t l y   s i g n e d   b l a k e   g r i f f i n   h o l d s   i n t r o d u c t o r y   b o s t o n   c e l t i c s   p r e s s   c o n f e r e n c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   c e l t i c s   a r e n ' t   g e t t i n g   k i a - l e a p i n g   b l a k e   g r i f f i n ,   b u t   h i s   w i l l i n g n e s s   t o   a d a p t   s t i l l   m a k e s   h i m   v a l u a b l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i t ' s   t i m e   t o   r i n g   c h a s e   i n   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t w i t t e r   h a s   d e c i d e d   b l a k e   g r i f f i n   i s   t h e   m y s t e r y   f a t h e r   t o   l a n a   r h o a d e s ’   c h i l d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
n b a   f u t u r e   
 b o s t o n   c e l t i c s   o 5 3 . 5   w i n s   ( - 1 0 5 )   3 u   
 w i l l   a d d   a   f e w   m o r e   u n i t s   o n   t h i s   b e f o r e   t h e   s e a s o n   s t a r t s   
 b o s t o n   c e l t i c s   f u t u r e b e t   n b a f u t u r e s   s p o r t s b e t t i n g   g a m b l i n g t w i t t e r   a c t i o n n e t w o r k  
📣   n e w   p o d c a s t !   " e p i s o d e   1 0 2   -   b o s t o n   b a l l i n g   i t   w i t h   g a b b y   h u r l b u t "   o n     b o s t o n   b o s t o n b a l l i n g   b s 3 n e t w o r k   b s 3 t v   c e l t i c s   f o r e v e r n e   g o p a t s   i m e u d o k a   m n f   m o n d a y   n b a   n b a t w i t t e r   n f l   p a t r i o t s   p o d c a s t   p o d e r n f a m i l y   p o d n a t i o n   r e d s o x  
b l a k e g r i f f i n   w i l l   w e a r   n o   9 ⃣ 1 ⃣   i n   h o n o r   o f   d e n n i s r o d m a n ! 
 
 n b a t w i t t e r l i v e   n b a t w i t t e r   b o s t o n   c e l t i c s   b o s t o n c e l t i c s   g r i f f i n   b l e e d g r e e n   d e n n i s   r o d m a n   r o d z i l l a   w o r m  
t h e   c e l t i c s '   l u c k   m i g h t   b e   c h a n g i n g . . . 
 
 
 
 c l i c k   t h e   l i n k   f o r   m o r e   o n   t h e   t e a m .   d r o p   y o u r   c e l t i c s   p r e d i c t i o n s   i n   t h e   r e p l i e s . 
 
 s p o r t s   n b a   b a s k e t b a l l   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
m a l c o l m   b r o g d o n   s h a r e s   i n i t i a l   i m p r e s s i o n s   f o l l o w i n g   f i r s t   g a m e   w i t h   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   c i t e s   n b a   l e g e n d   a s   r e a s o n   f o r   u n i q u e   c e l t i c s   n u m b e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   e m b r a c e s   b e n c h   r o l e   w i t h   c e l t i c s ,   w a n t s   t o   ‘ h e l p   t h i s   t e a m   w i n   a   c h a m p i o n s h i p ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   g o o d   w a s   b o b   c o u s y ?   t h e   f a l s e   m e d i a   n a r r a t i v e s   v e r s u s   t h e   r e a l i t y .   h e r e ’ s   w h a t   j . j .   r e d i c k   w i l l   n e v e r   t e l l   y o u   ☘ ️ 🔥   c e l t i c s   b o s t o n   n b a   
 
 🏀    
b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d s   c e l t i c s   p a s t   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h y   b l a k e   g r i f f i n   w a s   ' s u r p r i s e d '   b y   c e l t i c s '   l o c k e r   r o o m   a t m o s p h e r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   e x p l a i n s   w h y   h e   s i g n e d   w i t h   c e l t i c s   d u r i n g   l e n g t h y   f r e e   a g e n c y   p r o c e s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
    “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
    “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
b l a k e   g r i f f i n   r e v e a l s   c e l t i c s   j e r s e y   n u m b e r ,   a n d   h i s   r e a s o n   i s   f a n t a s t i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a i l b a g :   t e a m m a t e s   t h i n k   s a m   h a u s e r   c o u l d   s u r p r i s e   t h i s   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   p r i x   i n c r o y a b l e   d e   2 1 € 
 🛒 
 
 n b a  
b o s t o n   h a s   a   ‘ d i f f e r e n t   a t m o s p h e r e   t h a n   i ’ m   u s e d   t o , ’   s a y s   n e w e s t   c e l t i c   b l a k e   g r i f f i n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   d o e s   t h e   b o s t o n   c e l t i c s ’   1 3 4 - 9 3   p r e s e a s o n   b l o w o u t   o f   t h e   c h a r l o t t e   h o r n e t s   t e l l   u s   a b o u t   t h e   s e a s o n   t o   c o m e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a k e   b l a k e   g r i f f i n   s i g n i n g   o f f i c i a l   v i a   p r e s s   r e l e a s e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 🛒  
r e s t   i n   p e a c e   b i l l   r u s s e l l   -     n b a   n b a f i n a l s   n b a f i n a l s m v p   j e r r y w e s t   l e b r o n j a m e s   l a r r y b i r d   c e l t i c s   b o s t o n   b o s t o n c e l t i c s     b l a c k n e w s   b l a c k p o l i t i c s   b l a c k m e d i a   b l a c k v i e w s
c e l t i c s   m a i l b a g :   t e a m m a t e s   t h i n k   s a m   h a u s e r   c o u l d   s u r p r i s e   t h i s   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t w o   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ’ s   2 0   g r e a t e s t   p o w e r   f o r w a r d   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 6   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u t é   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
h o w   i   f e e l   a f t e r   o u r   f i r s t   p r e s e a s o n   g a m e   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
s p o r t s   d i g e s t :   b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d   c e l t i c s   p a s t   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   m u c h   d i d   j a y l e n   b r o w n ’ s   f i t   s e t   h i m   b a c k ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   p r i x   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 p l a y o f f n b a  
⚽ | n e w   b o s t o n   v e r t   2 0 2 2   t a t u m   0 
 a u   t a r i f   f o u   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
j a y l e n   b r o w n   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 2 ) :   2 4   p o i n t s ,   5   r e b o u n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h i s   l o o k e d   s o   w e i r d   i   h a d   t o   r e w i n d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
i n s i d e   g u y s   r e a c t   t o   j a y s o n   t a t u m   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b u c k s c e l t i c s   c h a r l e s b a r k l e y   e a s t e r n c o n f e r e n c e   e r n i e j o h n s o n   i n s i d e t h e n b a   j a y s o n t a t u m   k e n n y s m i t h   m i l w a u k e e b u c k s   n b a o n t n t   n b a p l a y o f f s   n b a p l a y o f f s 2 0 2 2   s h a q  
l u k e   k o r n e t   i s   b a c k   f r o m   a n k l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s c o a c h   c e l t i c s i n t e r v i e w   c e l t i c s p r a c t i c e   c e l t i c s p r e s e a s o n   c e l t i c s s h o o t i n g   c e l t i c s v s r a p t o r s   c l n s m e d i a   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y s o n t a t u m  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
t h e   t h r e e - t i m e   n b a   a l l - s t a r   w a s   a w a r d e d   t h e   2 0 2 2   l a r r y   b i r d   e a s t e r n   c o n f e r e n c e   f i n a l s   m v p   a w a r d   a f t e r   a v e r a g i n g   2 5   p o i n t s ,   8 . 3   r e b o u n d s   a n d   5 . 6   a s s i s t s   a g a i n s t   t h e   m i a m i   h e a t .   n b a   s p o r t s   s p o r t s n e w s   j a y s o n t a t u m   b a s k e t b a l l  
w h o ’ s   n e x t :   f i v e   n b a   s t a r s   m o s t   l i k e l y   t o   b e   t r a d e d   t h i s   s e a s o n   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w :   w h y   y o u   s h o u l d   t a k e   t h e   o v e r   o n   n e t s '   s t a r s   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

w h y   c e l t i c s   a l l - s t a r   j a y s o n t a t u m   s a y s   h e ’ s   n o t   w o r r i e d   a b o u t   h i s   p r e s e a s o n   s h o o t i n g   s t r u g g l e s  
w h y   c e l t i c s   a l l - s t a r   j a y s o n t a t u m   s a y s   h e ’ s   n o t   w o r r i e d   a b o u t   h i s   p r e s e a s o n   s h o o t i n g   s t r u g g l e s  
d e s p i t e   n o t   p l a y i n g   t o n i g h t   i n   t h e   c e l t i c s   p r e s e a s o n   b o u t   a g a i n s t   t h e   h o r n e t s ,   f i n d   o u t   w h y   j a y s o n t a t u m   i s n ’ t   c o n c e r n e d   a b o u t   h i s   e a r l y   o f f e n s i v e   s t r u g g l e s  
d e s p i t e   n o t   p l a y i n g   t o n i g h t   i n   t h e   c e l t i c s   p r e s e a s o n   b o u t   a g a i n s t   t h e   h o r n e t s ,   f i n d   o u t   w h y   j a y s o n t a t u m   i s n ’ t   c o n c e r n e d   a b o u t   h i s   e a r l y   o f f e n s i v e   s t r u g g l e s  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
h a u s e r   m a n i a ! !   g e t t i n g   t o   k n o w   m o r e   a b o u t   s a m   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n c e l t i c s h i g h l i g h t s   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s p r e s e a s o n   c h r i s f o r s b e r g   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y l e n b r o w n h i g h l i g h t s   j a y s o n t a t u m  
n b a   w i n   t o t a l   p i c k s :   w h y   c a v a l i e r s   a r e   t r e n d i n g   u p   i n   c e n t r a l   d i v i s i o n . . . 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

  p r e p p i n g   f o r   t h e   s h o w   🔴 📸 🔴 📸 🔴   
 
 e a s t c o a s t h o o p r e c r u i t   g l e a g u e i g n i t e   n b a p r e s e a s o n   n i k e   n b a l o t t e r y   c l e v e l a n d c a v a l i e r s   o t e   j o r d a n p o o l e   c u r r y   p o r t l a n d t r a i l b l a z e r s   u t a h j a z z   m i a m i h e a t   i g n i t e   j a y s o n t a t u m 0   j a y s o n t a t u m   o v e r t i m e  
t h e s e   s t a r s   w e r e   n e v e r   s h y   t o   s h o o t   t h e   b a l l   l a s t   s e a s o n   👌 
 
 l e b r o n j a m e s   d e v i n b o o k e r   j a y s o n t a t u m   j a m o r a n t   k y r i e i r v i n g   l u k a d o n c i c   n b a  
p r e s e a s o n   g a m e   t h r e e .   c ’ s   h a v e   s p l i t   t h e i r   f i r s t   t w o   g a m e s   w h i l e   c h a r l o t t e   h a s   l o s t   b o t h   o f   t h e i r   g a m e s .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d   b a l l i s l i f e     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
p o s t g a m e   p r e s s   c o n f e r e n c e :   j a y s o n   t a t u m   t a l k s   e n c o u r a g i n g   s t a r t   t o   t h e   s e a s o n ,   d e u c e   c r a s h e s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   j a y s o n t a t u m   j a y s o n t a t u m c e l t i c s   j a y s o n t a t u m h i g h l i g h t s   j a y s o n t a t u m i n t e r v i e w   n b a p l a y o f f s  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
j a y s o n   t a t u m   m i c & a m p ; 3 9 ; d   u p   i s   g o l d   😂 
   
 
   
 a a r o n n e s m i t h   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b r a d s t e v e n s   c a r s e n e d w a r d s   d a n i e l t h e i s   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   j a v o n t e g r e e n   j a y l e n b r o w n   j a y s o n t a t u m   k e m b a w a l k e r   m a r c u s s m a r t   p a y t o n p r i t c h a r d  
j a y s o n   t a t u m   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y s o n t a t u m   j a y s o n   t a t u m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
t h e   c e l t i c s   d r o p   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s .   t h e y   w i l l   b e   i n   c h a r l o t t e   o n   f r i d a y .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b o s t o n   c e l t i c s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   j a y s o n t a t u m   u n i m o c k u p s   l o g o d e s i g n   n b a t w i t t e r            
c e l e b r a t e   t h e   s t a r   o f   t h e   n b a   s e a s o n   b y   e x p a n d i n g   y o u r   b a s k e t b a l l   f u n k o   c o l l e c t i o n ! 
 
 o r d e r   h e r e :   
 
 t r e a t y o s h e l f   v i n y l f i g u r e s   f u n k o p o p   f u n k o v i n y l   j a y s o n t a t u m   c e l t i c s   l a k e r s   l e b r o n   c h i c a g o b u l l s   m i c h a e l j o r d a n   l a r r y b i r d   m a g i c j o h n s o n   s t e p h c u r r y  
  c e l t i c s   p l a y i n g   t o n i g h t   ?   j a y s o n t a t u m
n b a   l e a d e r :   2 7 . 9   p p g   t o p   n b a   s m a l l   f o r w a r d s   t o d a y   2 0 2 2   2 0 2 3   s e a s o n   l e b r o n j a m e s   j i m m y b u t l e r   k a w a i l e o n a r d   j a y s o n t a t u m    
w e   b a c k   🔥 🔥 🔥 🔥     
 
 n b a g l e a g u e   s t a n f o r d m b b   e a s t c o a s t h o o p r e c r u i t   i g n i t e   p a u l g e o r g e   a d i d a s   c h r i s p a u l   j a y s o n t a t u m   g o l d e n s t a t e   j a y s o n t a t u m 0   n b a  
n b a   r o u n d u p :   b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d s   c e l t i c s   p a s t   h o r n e t s 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

t a c o j a y _ s u p e r s t a r 🏀 🔥 
 
 🔸 f l o o r   p r i c e   0 , 0 4   $ e t h 
 🔸 p o l y g o n   n e t w o r k 
 🔸 b a s k e t t a r i   n f t   c o l l e c t i o n   a v a i l a b l e   o n   o p e n s e a   
 
 n f t s   n f t c o m m u n i t y   n f t c o l l e c t i o n   n f t d r o p   n f t g i v e a w a y   p f p   b a s k e t b a l l   n b a t w i t t e r   j a y s o n t a t u m   b o s t o n c e l t i c s   c e l t i c s   c e l t i c s n a t i o n 
 

t h e   h e i r   a p p a r e n t   🐐   l o o k s   r e a d y   f o r   a   m o n s t e r   👹   s e a s o n   ‼ ️   j a y s o n t a t u m   ☘ ️   b l e e d g r e e n   💚   c e l t i c s n a t i o n   🏀  
j t   j a y s o n   t a t u m   a t   t h e   t d g a r d e n     l a s t   n i g h t   💪 🏻   a l w a y s   a   p l e a s u r e   w a t c h i n g   t h e   g o a t   p l a y   🐐   0   c e l t i c s   b o s t o n   b l e e d g r e e n  
j a y s o n   t a t u m   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y s o n t a t u m   j a y s o n   t a t u m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y s o n   t a t u m   m a k i n g   t h e   r a p t o r s   d e f e n c e   l o o k   s i l l y   🤣 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a y s o n   t a t u m   f a k e   b o s   b o s t o n   c e l t i c s   t o r   t o r o n t o   r a p t o r s
i n s i d e   g u y s   r e a c t   t o   j a y s o n   t a t u m   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b u c k s c e l t i c s   c h a r l e s b a r k l e y   e a s t e r n c o n f e r e n c e   e r n i e j o h n s o n   i n s i d e t h e n b a   j a y s o n t a t u m   k e n n y s m i t h   m i l w a u k e e b u c k s   n b a o n t n t   n b a p l a y o f f s   n b a p l a y o f f s 2 0 2 2   s h a q  
l u k e   k o r n e t   i s   b a c k   f r o m   a n k l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s c o a c h   c e l t i c s i n t e r v i e w   c e l t i c s p r a c t i c e   c e l t i c s p r e s e a s o n   c e l t i c s s h o o t i n g   c e l t i c s v s r a p t o r s   c l n s m e d i a   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y s o n t a t u m  
  s h u t   u p   n o   o n e   c a r e s
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
t h e   t h r e e - t i m e   n b a   a l l - s t a r   w a s   a w a r d e d   t h e   2 0 2 2   l a r r y   b i r d   e a s t e r n   c o n f e r e n c e   f i n a l s   m v p   a w a r d   a f t e r   a v e r a g i n g   2 5   p o i n t s ,   8 . 3   r e b o u n d s   a n d   5 . 6   a s s i s t s   a g a i n s t   t h e   m i a m i   h e a t .   n b a   s p o r t s   s p o r t s n e w s   j a y s o n t a t u m   b a s k e t b a l l  
w h o ’ s   n e x t :   f i v e   n b a   s t a r s   m o s t   l i k e l y   t o   b e   t r a d e d   t h i s   s e a s o n   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w :   w h y   y o u   s h o u l d   t a k e   t h e   o v e r   o n   n e t s '   s t a r s   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

w h y   c e l t i c s   a l l - s t a r   j a y s o n t a t u m   s a y s   h e ’ s   n o t   w o r r i e d   a b o u t   h i s   p r e s e a s o n   s h o o t i n g   s t r u g g l e s  
w h y   c e l t i c s   a l l - s t a r   j a y s o n t a t u m   s a y s   h e ’ s   n o t   w o r r i e d   a b o u t   h i s   p r e s e a s o n   s h o o t i n g   s t r u g g l e s  
  r e l i a b l e   m t   s e l l e r    
d e s p i t e   n o t   p l a y i n g   t o n i g h t   i n   t h e   c e l t i c s   p r e s e a s o n   b o u t   a g a i n s t   t h e   h o r n e t s ,   f i n d   o u t   w h y   j a y s o n t a t u m   i s n ’ t   c o n c e r n e d   a b o u t   h i s   e a r l y   o f f e n s i v e   s t r u g g l e s  
d e s p i t e   n o t   p l a y i n g   t o n i g h t   i n   t h e   c e l t i c s   p r e s e a s o n   b o u t   a g a i n s t   t h e   h o r n e t s ,   f i n d   o u t   w h y   j a y s o n t a t u m   i s n ’ t   c o n c e r n e d   a b o u t   h i s   e a r l y   o f f e n s i v e   s t r u g g l e s  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
h a u s e r   m a n i a ! !   g e t t i n g   t o   k n o w   m o r e   a b o u t   s a m   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n c e l t i c s h i g h l i g h t s   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s p r e s e a s o n   c h r i s f o r s b e r g   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y l e n b r o w n h i g h l i g h t s   j a y s o n t a t u m  
n b a   w i n   t o t a l   p i c k s :   w h y   c a v a l i e r s   a r e   t r e n d i n g   u p   i n   c e n t r a l   d i v i s i o n . . . 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

  p r e p p i n g   f o r   t h e   s h o w   🔴 📸 🔴 📸 🔴   
 
 e a s t c o a s t h o o p r e c r u i t   g l e a g u e i g n i t e   n b a p r e s e a s o n   n i k e   n b a l o t t e r y   c l e v e l a n d c a v a l i e r s   o t e   j o r d a n p o o l e   c u r r y   p o r t l a n d t r a i l b l a z e r s   u t a h j a z z   m i a m i h e a t   i g n i t e   j a y s o n t a t u m 0   j a y s o n t a t u m   o v e r t i m e  
t h e s e   s t a r s   w e r e   n e v e r   s h y   t o   s h o o t   t h e   b a l l   l a s t   s e a s o n   👌 
 
 l e b r o n j a m e s   d e v i n b o o k e r   j a y s o n t a t u m   j a m o r a n t   k y r i e i r v i n g   l u k a d o n c i c   n b a  
p r e s e a s o n   g a m e   t h r e e .   c ’ s   h a v e   s p l i t   t h e i r   f i r s t   t w o   g a m e s   w h i l e   c h a r l o t t e   h a s   l o s t   b o t h   o f   t h e i r   g a m e s .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d   b a l l i s l i f e     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
p o s t g a m e   p r e s s   c o n f e r e n c e :   j a y s o n   t a t u m   t a l k s   e n c o u r a g i n g   s t a r t   t o   t h e   s e a s o n ,   d e u c e   c r a s h e s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   j a y s o n t a t u m   j a y s o n t a t u m c e l t i c s   j a y s o n t a t u m h i g h l i g h t s   j a y s o n t a t u m i n t e r v i e w   n b a p l a y o f f s  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
j a y s o n   t a t u m   m i c & a m p ; 3 9 ; d   u p   i s   g o l d   😂 
   
 
   
 a a r o n n e s m i t h   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b r a d s t e v e n s   c a r s e n e d w a r d s   d a n i e l t h e i s   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   j a v o n t e g r e e n   j a y l e n b r o w n   j a y s o n t a t u m   k e m b a w a l k e r   m a r c u s s m a r t   p a y t o n p r i t c h a r d  
j a y s o n   t a t u m   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y s o n t a t u m   j a y s o n   t a t u m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
t h e   c e l t i c s   d r o p   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s .   t h e y   w i l l   b e   i n   c h a r l o t t e   o n   f r i d a y .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
  r n   i   n e e d   m t
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b o s t o n   c e l t i c s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   j a y s o n t a t u m   u n i m o c k u p s   l o g o d e s i g n   n b a t w i t t e r            
c e l e b r a t e   t h e   s t a r   o f   t h e   n b a   s e a s o n   b y   e x p a n d i n g   y o u r   b a s k e t b a l l   f u n k o   c o l l e c t i o n ! 
 
 o r d e r   h e r e :   
 
 t r e a t y o s h e l f   v i n y l f i g u r e s   f u n k o p o p   f u n k o v i n y l   j a y s o n t a t u m   c e l t i c s   l a k e r s   l e b r o n   c h i c a g o b u l l s   m i c h a e l j o r d a n   l a r r y b i r d   m a g i c j o h n s o n   s t e p h c u r r y  
      r e l i a b l e   m t   s e l l e r
  c e l t i c s   p l a y i n g   t o n i g h t   ?   j a y s o n t a t u m
n b a   l e a d e r :   2 7 . 9   p p g   t o p   n b a   s m a l l   f o r w a r d s   t o d a y   2 0 2 2   2 0 2 3   s e a s o n   l e b r o n j a m e s   j i m m y b u t l e r   k a w a i l e o n a r d   j a y s o n t a t u m    
w e   b a c k   🔥 🔥 🔥 🔥     
 
 n b a g l e a g u e   s t a n f o r d m b b   e a s t c o a s t h o o p r e c r u i t   i g n i t e   p a u l g e o r g e   a d i d a s   c h r i s p a u l   j a y s o n t a t u m   g o l d e n s t a t e   j a y s o n t a t u m 0   n b a  
n b a   r o u n d u p :   b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d s   c e l t i c s   p a s t   h o r n e t s 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

t a c o j a y _ s u p e r s t a r 🏀 🔥 
 
 🔸 f l o o r   p r i c e   0 , 0 4   $ e t h 
 🔸 p o l y g o n   n e t w o r k 
 🔸 b a s k e t t a r i   n f t   c o l l e c t i o n   a v a i l a b l e   o n   o p e n s e a   
 
 n f t s   n f t c o m m u n i t y   n f t c o l l e c t i o n   n f t d r o p   n f t g i v e a w a y   p f p   b a s k e t b a l l   n b a t w i t t e r   j a y s o n t a t u m   b o s t o n c e l t i c s   c e l t i c s   c e l t i c s n a t i o n 
 

t h e   h e i r   a p p a r e n t   🐐   l o o k s   r e a d y   f o r   a   m o n s t e r   👹   s e a s o n   ‼ ️   j a y s o n t a t u m   ☘ ️   b l e e d g r e e n   💚   c e l t i c s n a t i o n   🏀  
j t   j a y s o n   t a t u m   a t   t h e   t d g a r d e n     l a s t   n i g h t   💪 🏻   a l w a y s   a   p l e a s u r e   w a t c h i n g   t h e   g o a t   p l a y   🐐   0   c e l t i c s   b o s t o n   b l e e d g r e e n  
j a y s o n   t a t u m   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y s o n t a t u m   j a y s o n   t a t u m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y s o n   t a t u m   m a k i n g   t h e   r a p t o r s   d e f e n c e   l o o k   s i l l y   🤣 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a y s o n   t a t u m   f a k e   b o s   b o s t o n   c e l t i c s   t o r   t o r o n t o   r a p t o r s
j b   s e a s o n   f c h w p o
l u k e   k o r n e t   i s   b a c k   f r o m   a n k l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s c o a c h   c e l t i c s i n t e r v i e w   c e l t i c s p r a c t i c e   c e l t i c s p r e s e a s o n   c e l t i c s s h o o t i n g   c e l t i c s v s r a p t o r s   c l n s m e d i a   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y s o n t a t u m  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
n e w   j a y l e n   b r o w n   u b u n t u   e d i t   ( g o i n g   t o   b e   a   n e w   s e r i e s )   b r i n g i n g   t h a t   " i   a m   b e c a u s e   w e   a r e ! "   e n e r g y   t o   t h e   c e l t i c s   t h i s   s e a s o n .   c a n ' t   w a i t   t o   s e e   b a n n e r   1 8   ☘ ️   c l i c k   t h a t   🤍   a n d   g i v e   i t   a   r e t w e e t   👀 ☘ ️   t y ! 
 
         j a y l e n b r o w n   u b u n t u   7 u i c e   b l e e d g r e e n  
h o u s t o n   r o c k e t s   a s c e n d i n g ?   d o e s   t a n k i n g   . . . 
   
 
   
 a l p e r e n s e n g u n   b o s t o n c e l t i c s   b r u n o f e r n a n d o   g o l d e n s t a t e w a r r i o r s   h o u s t o n r o c k e t s   j a m o r a n t   j a l e n g r e e n   j a s o n t a t u m   j a y l e n b r o w n   k a w h i l e o n a r d   k e n y o n m a r t i n j r   k e v i n p o r t e r j r   k l a y t h o m p s o n   l e b r o n j a m e s  
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y l e n   b r o w n   t o   t h e   r i m .   n b a   b a s k e t b a l l   j a y l e n b r o w n   c e l t i c s   n b a t w i t t e r  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
h a u s e r   m a n i a ! !   g e t t i n g   t o   k n o w   m o r e   a b o u t   s a m   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n c e l t i c s h i g h l i g h t s   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s p r e s e a s o n   c h r i s f o r s b e r g   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y l e n b r o w n h i g h l i g h t s   j a y s o n t a t u m  
p r e s e a s o n   g a m e   t h r e e .   c ’ s   h a v e   s p l i t   t h e i r   f i r s t   t w o   g a m e s   w h i l e   c h a r l o t t e   h a s   l o s t   b o t h   o f   t h e i r   g a m e s .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d   b a l l i s l i f e     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
j a y l e n   b r o w n   ( )   s h o w e d   s o m e   l o v e   a n d   s u r p r i s e d   s t u d e n t s   i n   d o r c h e s t e r ,   m a .   💚   
 
 t h e   s i d e   o f   a t h l e t e s   t h a t   s h o u l d   b e   k n o w n   e v e r y w h e r e !   
 . 
 j a y l e n b r o w n  
j a y l e n   b r o w n :   “ m a l c o l m   b r o g d o n   r e a l l y   m a k e s   o u r   o f f e n s e   g o ”   j a y l e n b r o w n   m a l c o l m b r o g d o n  
j a y l e n b r o w n   h a s   b e e n   s e n s a t i o n a l . . t r a d i n g   h i m   w o u l d ' v e   b e e n   a   h u g e   m i s t a k e . . b u t   y e a h   i   k n o w   " i t ' s   j u s t   t h e   p r e s e a s o n " .
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y s o n   t a t u m   m i c & a m p ; 3 9 ; d   u p   i s   g o l d   😂 
   
 
   
 a a r o n n e s m i t h   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b r a d s t e v e n s   c a r s e n e d w a r d s   d a n i e l t h e i s   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   j a v o n t e g r e e n   j a y l e n b r o w n   j a y s o n t a t u m   k e m b a w a l k e r   m a r c u s s m a r t   p a y t o n p r i t c h a r d  
t h e   c e l t i c s   d r o p   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s .   t h e y   w i l l   b e   i n   c h a r l o t t e   o n   f r i d a y .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
j a y l e n b r o w n   c e l t i c s   d r o p s   t h e   f   b o m b .   t h a t   m a n   i s   f u l l   o f   🔥
    j a y l e n   b e   i n   t h e   h o o d   g i v i n g   b a c k   m a k i n g   g u e s t   a p p e a r a n c e ' s   d o i n g   m a d   g o o d , b u t   e v e r y   o t h e r   d a y   t a t u m   i s   t r e n d i n g   o n   h e r e   f o r   a n   i g   p o s t . 
 m a k e   i t   m a k e   s e n s e   t w i t t e r ?   
 j a y l e n b r o w n   c e l t i c s  
m y   g u y     i s   a b o u t   t o   h a v e   a   b i g   y e a r .     f i t t i n g   t h a t   i t ’ s   t h e   7 t h   y e a r   f o r   7   🍀       c e l t i c s   j a y l e n b r o w n
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
c e l t i c ' s   j a y l e n b r o w n   s u r p r i s e s   b o s t o n ' s   s c h o o l   k i d s   w / b a c k p a c k s !   ( v i d e o )  
c e l t i c ' s   j a y l e n b r o w n   s u r p r i s e s   b o s t o n ' s   s c h o o l   k i d s   w / b a c k p a c k s !   ( v i d e o )   w a t c h   h e r e !  
p l e a s e   l e t   j a y l e n   b r o w n   b e   a   c e l t i c   f o r   l i f e .   t h i s   d u d e     i s   f o r   r e a l ;   a   c o m m u n i t y   m e m b e r ,   a n   a l l - s t a r ,   a   s t a n d - u p   r o l e   m o d e l   f o r   t h e   k i d s   o f   b o s t o n   t o   l o o k   u p   t o .   s o   g l a d   h e ' s   i n   g r e e n   ☘ ️   b l e e d g r e e n   j a y l e n b r o w n   j a y l e n           _ p f l u g r a d    
i   b e l i e v e   t h a t     a n d     w i l l   b o t h   s t a r t   i n   t h e   2 0 2 3   n b a a l l s t a r   g a m e   j a y l e n b r o w n   b l e e d g r e e n
t h e   c e l t i c s   b e g a n   t h e i r   p r e s e a s o n   w i t h   a   1 3 4 - 9 3   v i c t o r y   o v e r   t h e   h o r n e t s . 
 j a y l e n   b r o w n   a v e r a g e s   2 5   p o i n t s ,   9   r e b o u n d s ,   a n d   5   a s s i s t s   p e r   g a m e . 
 o k b e t   o w n t h e w i n   o k b e t s p o r t s b o o k   n b a p r e s e a s o n   j a y l e n b r o w n  
n b a   t o p   1 0   p l a y s   o f   t h e   n i g h t   |   o c t o b e r   2 ,   2 0 2 2 
 🏀 
 
 m o r e   n e w s :   
 
 d e v i n b o o k e r   j a y l e n b r o w n   
       n b a   b a s k e t b a l l  
j a y l e n   b r o w n :   “ d o n ’ t   l e t   c e l t i c s   w i n   f o o l   y o u ”   j a y l e n b r o w n  
b a l l i n   🏀   j a y l e n b r o w n   👑   b l e e d g r e e n   💚   c e l t i c s n a t i o n   ☘ ️  
m a l c o l m   b r o g d o n   s h i n e s   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b r o g d o n c e l t i c s d e b u t   b r o g d o n d e b u t   c e l t i c s c l n s   c e l t i c s d e b u t   c e l t i c s p o s t g a m e l i v e   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c l n s   c l n s m e d i a   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n  
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y l e n   b r o w n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y l e n   b r o w n   h i g h l i g h t s   -   c e l t i c s   v s .   r a p t o r s   -   5 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   b o s   t o r   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b o s t o n   c e l t i c s   t o r o n t o   r a p t o r s
p l e a s e   l e t   j a y l e n   b r o w n   b e   a   c e l t i c   f o r   l i f e .   t h i s   d u d e     i s   f o r   r e a l ;   a   c o m m u n i t y   m e m b e r ,   a n   a l l - s t a r ,   a   s t a n d - u p   r o l e   m o d e l   f o r   t h e   k i d s   o f   b o s t o n   t o   l o o k   u p   t o .   s o   g l a d   h e ' s   i n   g r e e n   ☘ ️   b l e e d g r e e n   j a y l e n b r o w n   j a y l e n           _ p f l u g r a d    
l u k e   k o r n e t   i s   b a c k   f r o m   a n k l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s c o a c h   c e l t i c s i n t e r v i e w   c e l t i c s p r a c t i c e   c e l t i c s p r e s e a s o n   c e l t i c s s h o o t i n g   c e l t i c s v s r a p t o r s   c l n s m e d i a   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y s o n t a t u m  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
n e w   j a y l e n   b r o w n   u b u n t u   e d i t   ( g o i n g   t o   b e   a   n e w   s e r i e s )   b r i n g i n g   t h a t   " i   a m   b e c a u s e   w e   a r e ! "   e n e r g y   t o   t h e   c e l t i c s   t h i s   s e a s o n .   c a n ' t   w a i t   t o   s e e   b a n n e r   1 8   ☘ ️   c l i c k   t h a t   🤍   a n d   g i v e   i t   a   r e t w e e t   👀 ☘ ️   t y ! 
 
         j a y l e n b r o w n   u b u n t u   7 u i c e   b l e e d g r e e n  
h o u s t o n   r o c k e t s   a s c e n d i n g ?   d o e s   t a n k i n g   . . . 
   
 
   
 a l p e r e n s e n g u n   b o s t o n c e l t i c s   b r u n o f e r n a n d o   g o l d e n s t a t e w a r r i o r s   h o u s t o n r o c k e t s   j a m o r a n t   j a l e n g r e e n   j a s o n t a t u m   j a y l e n b r o w n   k a w h i l e o n a r d   k e n y o n m a r t i n j r   k e v i n p o r t e r j r   k l a y t h o m p s o n   l e b r o n j a m e s  
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y l e n   b r o w n   t o   t h e   r i m .   n b a   b a s k e t b a l l   j a y l e n b r o w n   c e l t i c s   n b a t w i t t e r  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
h a u s e r   m a n i a ! !   g e t t i n g   t o   k n o w   m o r e   a b o u t   s a m   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n c e l t i c s h i g h l i g h t s   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s p r e s e a s o n   c h r i s f o r s b e r g   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y l e n b r o w n h i g h l i g h t s   j a y s o n t a t u m  
p r e s e a s o n   g a m e   t h r e e .   c ’ s   h a v e   s p l i t   t h e i r   f i r s t   t w o   g a m e s   w h i l e   c h a r l o t t e   h a s   l o s t   b o t h   o f   t h e i r   g a m e s .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d   b a l l i s l i f e     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
j a y l e n   b r o w n   ( )   s h o w e d   s o m e   l o v e   a n d   s u r p r i s e d   s t u d e n t s   i n   d o r c h e s t e r ,   m a .   💚   
 
 t h e   s i d e   o f   a t h l e t e s   t h a t   s h o u l d   b e   k n o w n   e v e r y w h e r e !   
 . 
 j a y l e n b r o w n  
j a y l e n   b r o w n :   “ m a l c o l m   b r o g d o n   r e a l l y   m a k e s   o u r   o f f e n s e   g o ”   j a y l e n b r o w n   m a l c o l m b r o g d o n  
j a y l e n b r o w n   h a s   b e e n   s e n s a t i o n a l . . t r a d i n g   h i m   w o u l d ' v e   b e e n   a   h u g e   m i s t a k e . . b u t   y e a h   i   k n o w   " i t ' s   j u s t   t h e   p r e s e a s o n " .
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y s o n   t a t u m   m i c & a m p ; 3 9 ; d   u p   i s   g o l d   😂 
   
 
   
 a a r o n n e s m i t h   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b r a d s t e v e n s   c a r s e n e d w a r d s   d a n i e l t h e i s   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   j a v o n t e g r e e n   j a y l e n b r o w n   j a y s o n t a t u m   k e m b a w a l k e r   m a r c u s s m a r t   p a y t o n p r i t c h a r d  
t h e   c e l t i c s   d r o p   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s .   t h e y   w i l l   b e   i n   c h a r l o t t e   o n   f r i d a y .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
j a y l e n b r o w n   c e l t i c s   d r o p s   t h e   f   b o m b .   t h a t   m a n   i s   f u l l   o f   🔥
    j a y l e n   b e   i n   t h e   h o o d   g i v i n g   b a c k   m a k i n g   g u e s t   a p p e a r a n c e ' s   d o i n g   m a d   g o o d , b u t   e v e r y   o t h e r   d a y   t a t u m   i s   t r e n d i n g   o n   h e r e   f o r   a n   i g   p o s t . 
 m a k e   i t   m a k e   s e n s e   t w i t t e r ?   
 j a y l e n b r o w n   c e l t i c s  
m y   g u y     i s   a b o u t   t o   h a v e   a   b i g   y e a r .     f i t t i n g   t h a t   i t ’ s   t h e   7 t h   y e a r   f o r   7   🍀       c e l t i c s   j a y l e n b r o w n
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
c e l t i c ' s   j a y l e n b r o w n   s u r p r i s e s   b o s t o n ' s   s c h o o l   k i d s   w / b a c k p a c k s !   ( v i d e o )  
c e l t i c ' s   j a y l e n b r o w n   s u r p r i s e s   b o s t o n ' s   s c h o o l   k i d s   w / b a c k p a c k s !   ( v i d e o )   w a t c h   h e r e !  
p l e a s e   l e t   j a y l e n   b r o w n   b e   a   c e l t i c   f o r   l i f e .   t h i s   d u d e     i s   f o r   r e a l ;   a   c o m m u n i t y   m e m b e r ,   a n   a l l - s t a r ,   a   s t a n d - u p   r o l e   m o d e l   f o r   t h e   k i d s   o f   b o s t o n   t o   l o o k   u p   t o .   s o   g l a d   h e ' s   i n   g r e e n   ☘ ️   b l e e d g r e e n   j a y l e n b r o w n   j a y l e n           _ p f l u g r a d    
i   b e l i e v e   t h a t     a n d     w i l l   b o t h   s t a r t   i n   t h e   2 0 2 3   n b a a l l s t a r   g a m e   j a y l e n b r o w n   b l e e d g r e e n
t h e   c e l t i c s   b e g a n   t h e i r   p r e s e a s o n   w i t h   a   1 3 4 - 9 3   v i c t o r y   o v e r   t h e   h o r n e t s . 
 j a y l e n   b r o w n   a v e r a g e s   2 5   p o i n t s ,   9   r e b o u n d s ,   a n d   5   a s s i s t s   p e r   g a m e . 
 o k b e t   o w n t h e w i n   o k b e t s p o r t s b o o k   n b a p r e s e a s o n   j a y l e n b r o w n  
n b a   t o p   1 0   p l a y s   o f   t h e   n i g h t   |   o c t o b e r   2 ,   2 0 2 2 
 🏀 
 
 m o r e   n e w s :   
 
 d e v i n b o o k e r   j a y l e n b r o w n   
       n b a   b a s k e t b a l l  
j a y l e n   b r o w n :   “ d o n ’ t   l e t   c e l t i c s   w i n   f o o l   y o u ”   j a y l e n b r o w n  
b a l l i n   🏀   j a y l e n b r o w n   👑   b l e e d g r e e n   💚   c e l t i c s n a t i o n   ☘ ️  
m a l c o l m   b r o g d o n   s h i n e s   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b r o g d o n c e l t i c s d e b u t   b r o g d o n d e b u t   c e l t i c s c l n s   c e l t i c s d e b u t   c e l t i c s p o s t g a m e l i v e   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c l n s   c l n s m e d i a   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n  
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y l e n   b r o w n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y l e n   b r o w n   h i g h l i g h t s   -   c e l t i c s   v s .   r a p t o r s   -   5 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   b o s   t o r   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b o s t o n   c e l t i c s   t o r o n t o   r a p t o r s
p l e a s e   l e t   j a y l e n   b r o w n   b e   a   c e l t i c   f o r   l i f e .   t h i s   d u d e     i s   f o r   r e a l ;   a   c o m m u n i t y   m e m b e r ,   a n   a l l - s t a r ,   a   s t a n d - u p   r o l e   m o d e l   f o r   t h e   k i d s   o f   b o s t o n   t o   l o o k   u p   t o .   s o   g l a d   h e ' s   i n   g r e e n   ☘ ️   b l e e d g r e e n   j a y l e n b r o w n   j a y l e n           _ p f l u g r a d    
m a r c u s   s m a r t   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r c u s s m a r t   m a r c u s   s m a r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
m a r c u s   s m a r t   r e a c t s   t o   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   d r a y m o n d g r e e n   j o r d a n p o o l e   m a r c u s s m a r t  
n e w   v i d e o   d r o p p i n g   🔥 🔥   m a r c u s s m a r t   i n k y p   5 0 0 l e o  
p r e s e a s o n   g a m e   t h r e e .   c ’ s   h a v e   s p l i t   t h e i r   f i r s t   t w o   g a m e s   w h i l e   c h a r l o t t e   h a s   l o s t   b o t h   o f   t h e i r   g a m e s .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d   b a l l i s l i f e     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
j a y s o n   t a t u m   m i c & a m p ; 3 9 ; d   u p   i s   g o l d   😂 
   
 
   
 a a r o n n e s m i t h   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b r a d s t e v e n s   c a r s e n e d w a r d s   d a n i e l t h e i s   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   j a v o n t e g r e e n   j a y l e n b r o w n   j a y s o n t a t u m   k e m b a w a l k e r   m a r c u s s m a r t   p a y t o n p r i t c h a r d  
t h e   c e l t i c s   d r o p   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s .   t h e y   w i l l   b e   i n   c h a r l o t t e   o n   f r i d a y .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
d p o y   d o i n g   h i s   t h i n g 💚 💚 💚 💚 💚 💚   d p o y   m y c a p t a i n   m a r c u s s m a r t   c e l t i c s
r e i g n i n g   d p o y   m a r c u s   s m a r t   h a s   s i g n e d   a   m u l t i - y e a r   f o o t w e a r   & a m p ;   a p p a r e l   e n d o r s e m e n t   e x t e n s i o n   w i t h     🔥 📄 ✍ ️ 
 . 
 m a r c u s s m a r t   s m a r t  
d p o y   _ m s 3   2 0 2 2   b o w l i n g   b a s h   i s   n o v   1 0 t h ,   2 0 2 2   _ d i n e   b a c k   b a y   b o s t o n .     t e a m   l a n e s   a r e   f i l l i n g   u p   f a s t .     s p o n s o r   i n f o   h e r e :     p r o c e e d s   t o   b e n e f i t   m a r c u s   s m a r t ' s   y g c   f o u n d a t i o n .   t h i s   i s   n o t   a   g a   e v e n t .   c e l t i c s   m a r c u s s m a r t   d p o y   n b a  
m a r c u s s m a r t   s n u b b e d   i n   n b a g m s u r v e y   a f t e r   w i n n i n g   d e f e n s i v e   p l a y e r   o f   t h e   y e a r .   n b a t w i t t e r  
m a r c u s   s m a r t   o n   i m e   u d o k a ’ s   s i t u a t i o n :   “ t h a t ’ s   n o t   m y   b u s i n e s s ,   a n d   i   d o n ’ t   w a n t   i t   t o   b e ”   b o s t o n c e l t i c s   i m e u d o k a   m a r c u s s m a r t  
m a r c u s   s m a r t   h o p i n g   t o   r e m a i n   a s   a   c e l t i c   f o r   t h e   r e s t   o f   h i s   c a r e e r   b o s t o n c e l t i c s   m a r c u s s m a r t  
n b a   b o s t o n c e l t i c s   i m e u d o k a   m a r c u s s m a r t   m a r c u s   s m a r t :   ' w e   d o n ' t   k n o w   a n y t h i n g '   a b o u t   i m e   u d o k a   s i t u a t i o n  
m a r c u s   s m a r t   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r c u s s m a r t   m a r c u s   s m a r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
m a r c u s   s m a r t   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r c u s s m a r t   m a r c u s   s m a r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
m a r c u s   s m a r t   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r c u s s m a r t   m a r c u s   s m a r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
m a r c u s   s m a r t   r e a c t s   t o   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   d r a y m o n d g r e e n   j o r d a n p o o l e   m a r c u s s m a r t  
n e w   v i d e o   d r o p p i n g   🔥 🔥   m a r c u s s m a r t   i n k y p   5 0 0 l e o  
p r e s e a s o n   g a m e   t h r e e .   c ’ s   h a v e   s p l i t   t h e i r   f i r s t   t w o   g a m e s   w h i l e   c h a r l o t t e   h a s   l o s t   b o t h   o f   t h e i r   g a m e s .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d   b a l l i s l i f e     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
j a y s o n   t a t u m   m i c & a m p ; 3 9 ; d   u p   i s   g o l d   😂 
   
 
   
 a a r o n n e s m i t h   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b r a d s t e v e n s   c a r s e n e d w a r d s   d a n i e l t h e i s   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   j a v o n t e g r e e n   j a y l e n b r o w n   j a y s o n t a t u m   k e m b a w a l k e r   m a r c u s s m a r t   p a y t o n p r i t c h a r d  
t h e   c e l t i c s   d r o p   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s .   t h e y   w i l l   b e   i n   c h a r l o t t e   o n   f r i d a y .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
d p o y   d o i n g   h i s   t h i n g 💚 💚 💚 💚 💚 💚   d p o y   m y c a p t a i n   m a r c u s s m a r t   c e l t i c s
r e i g n i n g   d p o y   m a r c u s   s m a r t   h a s   s i g n e d   a   m u l t i - y e a r   f o o t w e a r   & a m p ;   a p p a r e l   e n d o r s e m e n t   e x t e n s i o n   w i t h     🔥 📄 ✍ ️ 
 . 
 m a r c u s s m a r t   s m a r t  
d p o y   _ m s 3   2 0 2 2   b o w l i n g   b a s h   i s   n o v   1 0 t h ,   2 0 2 2   _ d i n e   b a c k   b a y   b o s t o n .     t e a m   l a n e s   a r e   f i l l i n g   u p   f a s t .     s p o n s o r   i n f o   h e r e :     p r o c e e d s   t o   b e n e f i t   m a r c u s   s m a r t ' s   y g c   f o u n d a t i o n .   t h i s   i s   n o t   a   g a   e v e n t .   c e l t i c s   m a r c u s s m a r t   d p o y   n b a  
m a r c u s s m a r t   s n u b b e d   i n   n b a g m s u r v e y   a f t e r   w i n n i n g   d e f e n s i v e   p l a y e r   o f   t h e   y e a r .   n b a t w i t t e r  
m a r c u s   s m a r t   o n   i m e   u d o k a ’ s   s i t u a t i o n :   “ t h a t ’ s   n o t   m y   b u s i n e s s ,   a n d   i   d o n ’ t   w a n t   i t   t o   b e ”   b o s t o n c e l t i c s   i m e u d o k a   m a r c u s s m a r t  
m a r c u s   s m a r t   h o p i n g   t o   r e m a i n   a s   a   c e l t i c   f o r   t h e   r e s t   o f   h i s   c a r e e r   b o s t o n c e l t i c s   m a r c u s s m a r t  
n b a   b o s t o n c e l t i c s   i m e u d o k a   m a r c u s s m a r t   m a r c u s   s m a r t :   ' w e   d o n ' t   k n o w   a n y t h i n g '   a b o u t   i m e   u d o k a   s i t u a t i o n  
i n s i d e   g u y s   r e a c t   t o   j a y s o n   t a t u m   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b u c k s c e l t i c s   c h a r l e s b a r k l e y   e a s t e r n c o n f e r e n c e   e r n i e j o h n s o n   i n s i d e t h e n b a   j a y s o n t a t u m   k e n n y s m i t h   m i l w a u k e e b u c k s   n b a o n t n t   n b a p l a y o f f s   n b a p l a y o f f s 2 0 2 2   s h a q  
n o t   e n o u g h   a c t i o n   o n   p r e v i o u s   t w e e t s   s o   w e   t o o k   t h e   n i g h t   o f f   f o r   t h e   c o m m o n   g o o d .   g e t   s o m e   g o o d   r e s t   f o r   a   b i g   w e e k   o f   m l b   n a s c a r   s h o t c h a r t   a l h o r f o r d   f a k e p r i z e p i c k s a c c o u n t   r o u g h i n g t h e p a s s e r   s m a l l c h i k f i l a s h a k e
a l   h o r f o r d ' s   ( _ h o r f o r d )   2 0 1 2 - 1 3   s h o t   c h a r t : 
 
 v o l u m e :   e x t r e m e   |   p _ 9 3   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   e x c e l l e n t   |   p _ 9 5 
 e f f i c i e n c y :   e x c e l l e n t   |   p _ 8 6 
 e f f i c i e n c y   v a l u e :   e x c e l l e n t   |   p _ 9 8 
 
 f a v o r i t e   z o n e :   m i d r a n g e 
 b e s t   s k i l l   z o n e :   r e s t r i c t e d 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 a l h o r f o r d 
 h a w k s  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
      
 t h e   d o n e   l i s t 
     k y l e l o w e r y               m o r r i s t w i n s     _ l i l l a r d   a l h o r f o r d         p j t u c k e r           _ t r e c e
a l   h o r f o r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a l h o r f o r d   a l   h o r f o r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
a l   h o r f o r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a l h o r f o r d   a l   h o r f o r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
i n s i d e   g u y s   r e a c t   t o   j a y s o n   t a t u m   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b u c k s c e l t i c s   c h a r l e s b a r k l e y   e a s t e r n c o n f e r e n c e   e r n i e j o h n s o n   i n s i d e t h e n b a   j a y s o n t a t u m   k e n n y s m i t h   m i l w a u k e e b u c k s   n b a o n t n t   n b a p l a y o f f s   n b a p l a y o f f s 2 0 2 2   s h a q  
n o t   e n o u g h   a c t i o n   o n   p r e v i o u s   t w e e t s   s o   w e   t o o k   t h e   n i g h t   o f f   f o r   t h e   c o m m o n   g o o d .   g e t   s o m e   g o o d   r e s t   f o r   a   b i g   w e e k   o f   m l b   n a s c a r   s h o t c h a r t   a l h o r f o r d   f a k e p r i z e p i c k s a c c o u n t   r o u g h i n g t h e p a s s e r   s m a l l c h i k f i l a s h a k e
a l   h o r f o r d ' s   ( _ h o r f o r d )   2 0 1 2 - 1 3   s h o t   c h a r t : 
 
 v o l u m e :   e x t r e m e   |   p _ 9 3   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   e x c e l l e n t   |   p _ 9 5 
 e f f i c i e n c y :   e x c e l l e n t   |   p _ 8 6 
 e f f i c i e n c y   v a l u e :   e x c e l l e n t   |   p _ 9 8 
 
 f a v o r i t e   z o n e :   m i d r a n g e 
 b e s t   s k i l l   z o n e :   r e s t r i c t e d 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 a l h o r f o r d 
 h a w k s  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
      
 t h e   d o n e   l i s t 
     k y l e l o w e r y               m o r r i s t w i n s     _ l i l l a r d   a l h o r f o r d         p j t u c k e r           _ t r e c e
a l   h o r f o r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a l h o r f o r d   a l   h o r f o r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
a l   h o r f o r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a l h o r f o r d   a l   h o r f o r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [48], in <cell line: 1>()
      1 for id, tweets in tweets_df_Celtics1.items():
      2     for tweet in tweets:
----> 3         analysis = TextBlob(tweets_df_Celtics1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Celtics1 = tweets_df_Celtics1.append({
      5             'name': id,
      6             'text': tweets_df_Celtics1.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\textblob\blob.py:384, in BaseBlob.__init__(self, text, tokenizer, pos_tagger, np_extractor, analyzer, parser, classifier, clean_html)
    380 def __init__(self, text, tokenizer=None,
    381             pos_tagger=None, np_extractor=None, analyzer=None,
    382             parser=None, classifier=None, clean_html=False):
    383     if not isinstance(text, basestring):
--> 384         raise TypeError('The `text` argument passed to `__init__(text)` '
    385                         'must be a string, not {0}'.format(type(text)))
    386     if clean_html:
    387         raise NotImplementedError("clean_html has been deprecated. "
    388                                 "To remove HTML markup, use BeautifulSoup's "
    389                                 "get_text() function")

TypeError: The `text` argument passed to `__init__(text)` must be a string, not <class 'pandas.core.series.Series'>
In [49]:
for id, tweets in tweets_df_Celtics2.items():
    for tweet in tweets:
        analysis = SentimentIntensityAnalyzer(tweets_df_Celtics2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Celtics2 = tweets_df_Celtics2.append({
            'name': id,
            'text': tweets_df_Celtics2.text
        }, ignore_index=True)
t h i n k   o f   i t   l i k e   t h i s .   a f t e r   t h e   w e e k e n d ,   t h e r e   i s   o n l y   2   d a y s   u n t i l   t h e   c e l t i c s   r e t u r n   r e g u l a r l y   🍀
⚽ | n o u v e a u   c e l t i c s   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 p l a y o f f n b a  
j a y s o n   t a t u m   s u r p r i s e s   f a n s   o n   s t a g e   a t   j a c k   h a r l o w   c o n c e r t   i n   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r a n t   w i l l i a m s   t o o k   a n   e n o r m o u s   l e a p   l a s t   y e a r .   b u t   w a s   i t   e n o u g h   t o   e a r n   a n   e x t e n s i o n   b e f o r e   t h e   s t a r t   o f   t h e   s e a s o n ?   w e   s h a l l   s e e   👀   c e l t i c s  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   s u r p r i s e s   f a n s   o n   s t a g e   a t   j a c k   h a r l o w   c o n c e r t   i n   b o s t o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e p i s o d e   1 8 8   i s   n o w   a v a i l a b l e   . . .   t h e   g o o d   t h i n g s   f r o m   b r o g d o n ,   t h e   s a m e   b a d   h a b i t s   f r o m   s m a r t ,   d w 9   g e t t i n g   m o r e   c o m f o r t a b l e   a n d   m u c h   m o r e 
 
 b o s t o n   b o s t o n c e l t i c s   c e l t i c s   n e w   p o d c a s t  
i c y m i ,   e x a m i n i n g   w h e t h e r   t h e   c e l t i c s   s h o u l d   b r i n g   b a c k   o l d   f r i e n d   j a e   c r o w d e r .   e v e r y t h i n g   f r o m   t h e   s t a t s   t o   t h e   f i n a n c i a l s ,   t h e   f i t ,   a n d   u l t i m a t e l y ,   t h e   v e r d i c t . 

⚽ | n e w   c e l t i c s   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 🛒  
n e w   b l e a v   i n   c e l t i c s   w i t h   m y   g u y     w e   d i s c u s s   t h e   p r e - s e a s o n   t h u s   f a r   b u t   a l s o   g e t   i n t o   b o s t o n ' s   i n t e r e s t   i n   j a e   c r o w d e r   a n d   o p t i o n s   t o   r e u n i t e   h i m .   c a t c h   t h e   f u l l   s h o w .   
 
 
 
    
j a c k   h a r l o w   b r i n g s   o u t   t h e   c e l t i c s .  
b o s t o n   c e l t i c s :   3   l i k e l y   p l a y e r s   t o   b e   c u t   a f t e r   p r e s e a s o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t o p i c   t u e s d a y :   w h a t   s h o u l d   t h e   c e l t i c s   o p e n i n g   n i g h t   s t a r t i n g   5   b e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   c e l t i c s   a n d   w a r r i o r s   a r e   f a v e s   t o   p i c k   u p   t h e   n b a   c h a m p i o n s h i p   t r o p h y   a t     
 
  
7   d a y s   u n t i l   t h e   s t a r t   o f   t h e   n b a   s e a s o n . 
 
 c e l t i c s   b l e e d g r e e n  
j o e   m a z z u l l a   s e t t i n g   t h e   m a r k s   o n   t h e   c o u r t   f o r   s p a c i n g   a n d   p e r h a p s   s o m e   c a t c h - a n d - s h o o t   s i t u a t i o n s   c e l t i c s  
2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
      i n   c o m p a r i s o n   t o   s i m m o n s ,   j a s o n   t a t u m   i c e   i n   v e i n s …   c e l t i c s
t o p i c   t u e s d a y :   w h a t   s h o u l d   t h e   c e l t i c s   o p e n i n g   n i g h t   s t a r t i n g   5   b e ?   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a   f e w   m o r e   l i n k s   t o   t h e   h o o p   t r o o p   p o d c a s t 
 
 y o u t u b e :   
 
 s p o t i f y :   
 
 n b a   b a s k e t b a l l   s p o r t s   p o d c a s t   n b a p o d c a s t   b a s k e t b a l l p o d c a s t   c e l t i c s   w a r r i o r s   i m e u d o k a   d r a y m o n d g r e e n   j o r d a n p o o l e   v i c t o r w e m b a n y a m a   n b a d r a f t l o t t e r y   t a n k i n g
c e l t i c s   s i g n   r o x b u r y   n a t i v e   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o c   r i v e r s   o n   t h e   b i g g e s t   m i s t a k e   t h e   c e l t i c s   m a d e   a f t e r   w i n n i n g   t h e   t i t l e   i n   2 0 0 8 :   " a f t e r   2 0 0 8 ,   w e   s t a r t   g i v i n g   p i e c e s   a w a y ,   t o n y   a l l e n ,   j a m e s   p o s e y . . . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
a n d   t h e n   y o u   h a v e   t o   c o n s i d e r   c u r r e n t   d e p t h   t o   t h i s   p o s i t i o n : 
 - m a r c u s   s m a r t 
 - m a l c o l m   b r o g d o n 
 - d e r r i c k   w h i t e 
 - p a y t o n   p r i t c h a r d   
 - j d   d a v i s o n   ( r o o k i e ,   t w o - w a y ) 
 🤔   
 c e l t i c s
7   d a y s   t i l   c e l t i c s   o p e n i n g   n i g h t ! ! ☘ ️ 🏀  
o n e   w e e k   u n t i l   r e a l   c e l t i c s   b a s k e t b a l l   i s   b a c k !   i   a m   r e a d y   f o r   t h i s   s e a s o n   t o   g e t   s t a r t e d !   b l e e d g r e e n
h o p e   h e ' s   n o t   r e l a t e d   t o   m i k e   h a r l o w ! 
 
 w i n k   a n d   n o d   t o   m y   f e l l o w   o l d   t i m e   c e l t i c s   f a n s . .  
h a p p y   b i r t h d a y   i n   h e a v e n   t o   b o b   d o n h a m .   c e l t i c s  
c e l t i c s   s i g n   r o x b u r y   n a t i v e   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t  
b o s t o n   c e l t i c s :   f o r m e r   d r a f t   l o t t e r y   b i g   m a n   h a s   e y e s   s e t   o n   r o s t e r   s p o t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   p r e s e a s o n   r e c a p   +   d r a y m o n d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s   c l n s m e d i a   c l n s p o s t g a m e   d r a y m o n d g r e e n   d r a y m o n d g r e e n f i g h t   d r a y m o n d g r e e n j o r d a n p o o l e   d r a y m o n d g r e e n j o r d a n p o o l e f i g h t v i d e o  
t h e   r a c e   f o r   t h e   s i x t h   m a n   o f   t h e   y e a r   a w a r d   n e x t   s e a s o n   w i l l   b e   v e r y   e x c i t i n g   💯 
 
 t y l e r   h e r r o 
 c h r i s t i a n   w o o d 
 j o r d a n   p o o l e 
 m a l c o l m   b r o g d o n 
 b o n e s   h y l a n d 
 
 w h o   d o   y o u   t h i n k   w i l l   w i n   i t ? 
 
 h e a t   m a v s   w a r r i o r s   c e l t i c s   n u g g e t s   n b a  
n h l b r u i n s   s t a r t   t o m o r r o w   a n d   t h e   c e l t i c s   s t a r t   o n e   w e e k   f r o m   t o d a y   🙌 🙌 🙌 🙌   e n j o y   y o u r   t u e s d a y   e v e r y o n e
w h a t   k i n d   o f   h e a d   c o a c h   w i l l   j o e   m a z z u l l a   b e   o n   t h e   c o u r t   f o r   t h e   b o s t o n   c e l t i c s   i n   2 0 2 2 - 2 3 ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c o n g r a t s     o n   s i g n i n g   w i t h   c e l t i c s .   l e t ’ s   g o   c e l t i c s   p c b b
t h e   f a c t   t h e   c e l t i c s   h a v e n ’ t   p i c k e d   h i m   u p   t o   l e a d   t h e   2 n d   g r o u p   k i n d   o f   u p s e t s   m e .   t h e y   p r o b a b l y   s c a r e d   h e   g o n n a   t a k e   g r a n t   w i l l i a m s   m i n u t e s   s m h …  
b o s t o n   s i g n s   a j   r e e v e s   t o   e x h i b i t - 1 0   c o n t r a c t   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
i t   m a k e s   y o u   w o n d e r   w h a t   t h e   p l a y   i s   h e r e   f o r   b r a d .   
 - a j   r e e v e s   w a s   i n   b o s t o n   p r e v i o u s l y   o v e r   t h e   s u m m e r .   
 - c u r r e n t l y   n o   a v a i l a b l e   t w o - w a y s 
 - c o u l d   w e   s e e   m f i o n d u   k a b e n g e l e   g e t   c o n v e r t e d   t o   1 5 - m a n ? 
 - w h y   b r i n g   i n   a   p l a y e r   y o u ’ v e   a l r e a d y   e v a l u a t e d ? 
 r e g a r d l e s s ,   i   l i k e   i t ! 
 c e l t i c s
c e l t i c s ’   r o b e r t   w i l l i a m s   i i i   p r o j e c t e d   a s   n o .   1 1   c e n t e r   i n   n b a   f o r   2 0 2 2 - 2 3   b y   s p o r t i n g   n e w s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   r o b e r t   w i l l i a m s   i i i   p r o j e c t e d   a s   n o .   1 1   c e n t e r   i n   n b a   f o r   2 0 2 2 - 2 3   b y   s p o r t i n g   n e w s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   4 x   a l l - s t a r   f r e e   a g e n t   h a s   r e g r e t s   p l a y i n g   f o r   c s   i n   b u b b l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
7   d a y s   u n t i l   c e l t i c s   b a s k e t b a l l   r e t u r n s   🍀  
h o w   d i f f e r e n t   c a n   w e   e x p e c t   i n t e r i m   b o s t o n   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t o   b e   f r o m   i m e   u d o k a ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   d i f f e r e n t   c a n   w e   e x p e c t   i n t e r i m   b o s t o n   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t o   b e   f r o m   i m e   u d o k a ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n   t h i s   d a y :   k e v i n   g a m b l e ,   g e n e   s t u m p   b o r n ;   p a u l   w e s t p h a l   d e b u t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s
o n   t h i s   d a y :   k e v i n   g a m b l e ,   g e n e   s t u m p   b o r n ;   p a u l   w e s t p h a l   d e b u t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
d o c   r i v e r s   r e v e a l s   c e l t i c s ’   o w n e r s h i p s   b i g g e s t   m i s t a k e s   o f   b i g   3   e r a 
 
 
 n b a   b a s k e t b a l l   b a s k e t b a l l d a t a   b a s k e t b a l l a p i   l i v e s c o r e   n b a f i n a l s   n b a d r a f t   c e l t i c s   d o c r i v e r s
c e l t i c s   a l u m   k e n n y   a n d e r s o n   t a l k s   h i s   e c f   r u n s   w i t h   p a u l   p i e r c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   a l u m   k e n n y   a n d e r s o n   t a l k s   h i s   e c f   r u n s   w i t h   p a u l   p i e r c e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i   c a n ’ t   b e l i e v e   o n l y   o n e   w e e k   t i l   i ’ m   h a p p y   w a t c h i n g   m y   c s   a g a i n ! ! ! !   i   a m   s o   e x c i t e d   ! !   😍 ☘ ️   c e l t i c s
t h e   c e l t i c s   h a v e   s i g n e d   a j   r e e v e s   t o   a n   e x h i b i t - 1 0   c o n t r a c t  
d a n n y   a i n g e   d r a f t e d   t h e   b e s t   p l a y e r s   i n   b a c k - t o - b a c k   y e a r s   i n   2 0 1 6   & a m p ;   2 0 1 7 ,   n o w   t h e y ’ r e   p i l l a r s   o f   t h e   f r a n c h i s e   a n d   a s c e n d i n g   c e l t i c s  
j a y s o n   t a t u m   t a k e s   o v e r   t h e   j a c k   h a r l o w   c o n c e r t   w i t h   p a y t o n   p r i t c h a r d   a n d   b l a k e   g r i f f i n   c e l t i c s    
    w o w   t h e s e   o t h e r   t e a m s   a r e   h u n g r y   d i s   y e a r   c e l t i c s   n a t i o n
b o s t o n   c e l t i c s   w a i v e   f o r m e r   k n i c k s   a n d   s p u r s   f o r w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s o m e   t e a m m a t e s   b o n d i n g   l o v e   t h a t   f o r   u s   😎 🫶 🏻 ☘ ️ 🙌 🏻   c e l t i c s  
b o s t o n   c e l t i c s :   a l   h o r f o r d   l a u d s   v e t e r a n   f r e e   a g e n t   a d d i t i o n 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o
b o s t o n   c e l t i c s :   l a s t   l a k e r s   r o s t e r   s p o t   c o u l d   g o   t o   s u m m e r   l e a g u e   h e r o 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o
j a y s o n   t a t u m ,   b l a k e   g r i f f i n   a n d   p a y t o n   p r i t c h a r d   w e r e   a l l   a t   t h e   j a c k   h a r l o w   c o n c e r t   t o n i g h t   a t   m g m   m u s i c   h a l l ,   t h e   n e w   t h e a t e r   a t   f e n w a y   p a r k .   c e l t i c s  
⚽ | n e w   c e l t i c s   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a  
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
g a m e   o n .   c e l t i c s   l a k e r s  
c o n g r a t u l a t i o n s   c e l t i c s  
o n e . w e e k .   ☘ ️   c e l t i c s   o p e n i n g n i g h t  
. :   r e p o r t :   c e l t i c s   s i g n   f o r m e r   p c   f r i a r   a . j .   r e e v e s   t o   e x h i b i t   1 0   d e a l   c e l t i c s   b l e e d g r e e n   p c b b         

c e l t i c s   t o   w a i v e   l u k a   s a m a n i c ,   s i g n   a . j .   r e e v e s   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   d e a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   d e a l   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   b e a u t i f u l   m i s s   t i a n a 
 c e l t i c s   g a m e d a y   b o s t o n  
c e l t i c s   s i g n   a j   r e e v e s   t o   e x h i b i t   1 0   d e a l   n b a   n b a t w i t t e r   c e l t i c s   b l e e d g r e e n
n b a   r u m o r s :   c e l t i c s   s i g n   p r o v i d e n c e   g u a r d   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a z z u l l a :   l u k e   k o r n e t   w a s   a   ' f u l l   g o '   a t   p r a c t i c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   l o v e   t h e   c h i e f s   h o m e   c r o w d .   i t ’ s   l i k e   a   c e l t i c s   h o m e   g a m e .   m n f
w o u l d   y o u   b e l i e v e   m e   i f   i   t o l d   y o u   c e l t i c s   l u k e   k o r n e t   i s   a   p l a y e r ?  
m a z z u l l a :   l u k e   k o r n e t   w a s   a   ‘ f u l l   g o ’   a t   p r a c t i c e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   u n f i n i s h e d   b u s i n e s s .     1 8   a w a i t s .  
w e   l o v e   t o   s e e   i t   g o f r i a r s   b l e e d g r e e n   c e l t i c s  
b o s t o n   c e l t i c s   t o   r e p o r t e d l y   w a i v e   c a m p   i n v i t e e   l u k a   s a m a n i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   t o   r e p o r t e d l y   w a i v e   c a m p   i n v i t e e   l u k a   s a m a n i c   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r e p o r t :   b o s t o n   c e l t i c s   t o   s i g n   r o x b u r y ' s   a j   r e e v e s   t o   c a m p   d e a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
d a n n y   a i n g e   r e a l l y   d r a f t e d   t h e   b e s t   p l a y e r s   i n   b a c k - t o - b a c k   y e a r s   i n   2 0 1 6   a n d   2 0 1 7 ,   s o l i d i f y i n g   t h e   c e l t i c s   f r a n c h i s e   p i l l a r s   f o r   t h e   p r e s e n t   a n d   t h e   f u t u r e 
    
2 0 2 3   n b a   t i t l e   o d d s : 
 
 c e l t i c s :   + 6 0 0 
 b u c k s :   + 6 5 0 
 n e t s :   + 7 0 0 
 c l i p p e r s :   + 7 0 0 
 w a r r i o r s :   + 7 0 0 
 
 c e l t i c s   n b a  
.   9 5   i s   o u t   n o w   w /   _ a d a m s   
 - c e l t i c s ,   m a z z u l l a   l o o k i n g   g o o d   i n   p r e s e a s o n   
 - t h e   u d o k a   s u s p e n s i o n 
 - " i n s t e a d   w e   b e c a m e   e v i l , "   t h e   b l o o d - s o a k e d   s t o r y   o f   s l e i m a n   & a m p ;   w h y   d a r t   t o o k   y e a r s   t r a n s l a t i n g   i t   f r o m   d a n i s h   f o r   a n   a m e r i c a n   a u d i e n c e 
 
 f u l l :  
f o r m e r     g   a j   r e e v e s   h a s   s i g n e d   a n   e x h i b i t - 1 0   w i t h   t h e   b o s t o n   c e l t i c s ,   p e r   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s h o u l d   t h e   c e l t i c s   t r a d e   f o r   j a e   c r o w d e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   p r a c t i c e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b r y a n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b r a d s t e v e n s   c e d r i c m a x w e l l   c e l t i c s h i g h l i g h t s   c e l t i c s l i v e   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r a c t i c e   c e l t i c s p r a c t i c e h i g h l i g h t s   c e l t i c s s h o o t a r o u n d  
c e l t i c s   s h o u l d   h a v e   a   g o o d   c r o w d   f r i d a y   i n   m o n t r e a l .   t i c k e t s   a l l   w e l l   o v e r   $ 1 0 0 .   i   w o n d e r   w h a t ’ s   d r i v i n g   i t   u p ?   
 
 m o n t r e a l   g o t   l o v e   f o r   r a p t o r s   o r   i s   i t   c ’ s   f a n s ?   🤔
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p e l i c a n s   s i g n   f o r m e r   c e l t i c s ,   p a c e r s   a n d   t i m b e r w o l v e s   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     f l   j a g s   t b   r e d s o x   c e l t i c s   n y g   n y y   d o d g e r s   h u s k i e s   u c b   j t   h s u   m s u   s p a r t a n s   u t
c e l t i c s   n o t e b o o k :   k o r n e t   c l o s e   t o   r e t u r n i n g   f r o m   i n j u r y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e g r i f f i n   t h r o w s   p l a y f u l   s h a d e   a t   f o r m e r   n e t s ’   t e a m m a t e s   w h i l e   p r a i s i n g   h i s   n e w   c e l t i c s ’   t e a m m a t e s    
b l a k e g r i f f i n   t h r o w s   p l a y f u l   s h a d e   a t   f o r m e r   n e t s ’   t e a m m a t e s   w h i l e   p r a i s i n g   h i s   n e w   c e l t i c s ’   t e a m m a t e s    
a l   h o r f o r d   b e l i e v e s   c e l t i c s '   c h e m i s t r y   f r o m   l a s t   y e a r ' s   r u n   h a s   ' c a r r i e d   o v e r '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p a y t o n   p r i t c h a r d ' s   b a t t l e   f o r   m i n u t e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a j   r e e v e s   h a s   s i g n e d   a   e x h i b i t - 1 0   d e a l   t h e   t h e   b o s t o n   c e l t i c s !   h e   r e c e n t l y   t r a v e l e d   w i t h   t h e   c e l t i c s   t o   p l a y   o n   t h e i r   s u m m e r   l e a g u e   r o s t e r .   c o n g r a t s   a j ! 
 
 g o f r i a r s   c e l t i c s  
        d i n g   d i n g   d i n g   f o r   a j !     l o c a l   b o s t o n   k i d   g e t t i n g   a   l e g i t   c e l t i c s   c o n t r a c t !     a w e s o m e   n e w s      
k e e p   y o u r   n o t i f i c a t i o n s   o n   👀 
 
 2 0 2 2 - 2 3   c e l t i c s   h y p e   v i d e o   c o m i n g   s o o n …   ☘ ️ 
 
 b l e e d g r e e n   c e l t i c s  
a . j .   c o u l d   b e   i n   l i n e   f o r   t i m e   w i t h   t h e   m a i n e   c e l t i c s   t h i s   s e a s o n .   t h i s   i s   a   d e a l   t h a t ’ s   b e e n   i n   t h e   h o p p e r   f o r   a   f e w   w e e k s :  
s h o u l d   t h e   c e l t i c s   t r a d e   f o r   j a e   c r o w d e r ? 

t h a n k s     f o r   h a n g i n g   o u t   w i t h   u s   a t   t h e     f o o t b a l l   g a m e .   c e l t i c s   b o s t o n c o l l e g e   c l e m s o n  
a l   h o r f o r d   b e l i e v e s   c e l t i c s '   c h e m i s t r y   f r o m   l a s t   y e a r ' s   r u n   h a s   ' c a r r i e d   o v e r '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p a y t o n   p r i t c h a r d ' s   b a t t l e   f o r   m i n u t e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   n o t e b o o k :   k o r n e t   c l o s e   t o   r e t u r n i n g   f r o m   i n j u r y   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
p l e a s e   w e l c o m e     t o   t h e   g t   r o s t e r .   h i s   s i g n a t u r e   l i n e   b e n e f i t s   _   a t h l e t i c s . 
 n b a   c e l t i c s   b o b c a t s   e d u c a t i o n   g t   t h a n k y o u  
s a m   h a u s e r   i s   ‘ l i g h t s   o u t ’ :   c e l t i c s   h a v e   a   s h a r p s h o o t e r   o n   t h e   r i s e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a l   h o r f o r d   b e l i e v e s   c e l t i c s ’   c h e m i s t r y   f r o m   l a s t   y e a r ’ s   r u n   h a s   ‘ c a r r i e d   o v e r ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w a t c h   o u t   n b a ,   s a m   h a u s e r   i s   ' l i g h t s   o u t ! '   ( v i a   )     c e l t i c s   n b a
p a y t o n   p r i t c h a r d ’ s   b a t t l e   f o r   m i n u t e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
g o d   o f   a i r   q u e t z a l c o a t l   m y a n   m y a n c e s t o r s   g o d o f a i r   c e l t i c s   d r u i d i c   a l c h e m y   t w i n f l a m e s   a r t   s p i r i t u a l i t y  
m a n   w h e n   t h e   f u c k   w e   g e t   b l a k e   g r i f f i n ?   c e l t i c s
i m e   u d o k a   s u s p e n d e d   f r o m   c o a c h i n g   c e l t i c s   
 
 i m e u d o k a   n b a   b a s k e t b a l l   c e l t i c s   b o s t o n  
t h e   c e l t i c s   a r e   w a i v i n g   l u k a   s a m a n i c ,   s o u r c e s   t e l l     a t h l e t i c .   s a m a n i c   i s   e x p e c t e d   t …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w e ’ r e   s o o o o   c l o s e   c e l t i c s  
b l a k e   g r i f f i n   m a k e s   h i s   c e l t i c s   d e b u t   i n   p r e s e a s o n   w i n   o v e r   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
p o d c a s t c l i p   o f   e l e v 8   p o d c a s t   b y     w i t h   c j   d i s c u s s i n g   t h e   b r e t t   f a v r e   & a m p ;   i m e   u d o k a   s i t u a t i o n s . 
 
 f u l l   e p i s o d e :   
 
 b r e t t f a v r e ,   b s 3 n e t w o r k ,   b s 3 t v ,   c e l t i c s ,   e l e v a t e ,   e m p o w e r ,   i m e u d o k a ,   n b a ,   n b a t w i t t e r ,   n f l ,   n i a l o n g ,   r o k u ,     w e l f a r e  
    _ c o l l e c t i v e       w h y   h a s n ’ t   a n y o n e   t a k e n   b o s t o n ’ s   j a y l e n   b r o w n   t o   t a s k   f o r   h i s   c o l l e a g u e   a n d   a s s o c i a t e   ’ s   r e c e n t   a n t i - s e m i t i c   d e a t h   t h r e a t s ?   
 
 d o e s   j a y l e n   b r o w n   c o n d o n e   t h i s   h a t e   o r   w i l l   h e   i s s u e   a   s t a t e m e n t   c o n d e m n i n g   i t ?   h a t e c r i m e   a n t i s e m i t i s m   b l m   c e l t i c s
n o a h   v o n l e h   t h i s   p r e s e a s o n :   2 3   p t s   2 5   r e b   1 0 / 1 2   f g .   i ’ m   f e e l i n g   g o o d   a b o u t   h i s   c h a n c e   t o   m a k e   t h e   r o s t e r   i f   t h e   c e l t i c s   i n t e n d   t o   f i l l   a l l   1 5   s p o t s   o u t   o f   t r a i n i n g   c a m p .   ⚡ ️   _ a g     :    
w h y   h e a d   c o a c h   j o e m a z z u l l a   w a s   p l e a s e d   w i t h   b l a k e g r i f f i n   i n   h i s   c e l t i c s   d e b u t  
w h y   h e a d   c o a c h   j o e m a z z u l l a   w a s   p l e a s e d   w i t h   b l a k e g r i f f i n   i n   h i s   c e l t i c s   d e b u t  
b o s t o n   c e l t i c s :   a l   h o r f o r d   p o d c a s t :   c e l t i c s   b i g   m a n   o n   b e i n g   b o l d   i n   h i s   f a i t h   -   s p o r t s   s p e c t r u m
f o r m e r   c e l t i c s   h e a d   c o a c h   d o c   r i v e r s   c l a i m s   b o s t o n   l e t   k e y   p i e c e s   g o   t o o   s o o n   a f t e r   2 0 0 8   t i t l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i a   l o n g   s h a r e s   f a m i l y   p h o t o   w i t h   s o n s   w e e k s   a f t e r   f i a n c é   i m e   u d o k a ' s   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 1 0 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   e n c o u r a g e d   w i t h   l u k e   k o r n e t ’ s   r e c o v e r y   f r o m   a n k l e   i n j u r y :   ‘ h a p p y   t o   h a v e   h i m   b a c k ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f o r m e r   c e l t i c s   h e a d   c o a c h   d o c   r i v e r s   c l a i m s   b o s t o n   l e t   k e y   p i e c e s   g o   t o o   s o o n   a f t e r   2 0 0 8   t i t l e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t a c k o   f a l l   r e v e a l s   h i s   f r i e n d s h i p   w i t h   c e l t i c s '   g r a n t   w i l l i a m s   s t a r t e d   w i t h   a   d u n k   a t t e m p t   a t   t h e   2 0 1 9   n b a   c o m b i n e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o o o w w w e e e ‼ ️   t o d a y ’ s   p i c k ’ s ‼ ️   j a y s o n y t a t u m   c e l t i c s   s u p e r s t a r   b a s k e t b a l l c a r d s   p a n i n i   a m a z i n g   o r a n g e p a r a l l e l s   c o l l e c t o r   o o o w w w e e e s p o r t s c a r d s  
o o o w w w e e e ‼ ️   t o d a y ’ s   p i c k ’ s ‼ ️   l a r r y b i r d   c e l t i c s   l e g e n d   h a l l o f f a m e r   3 3   b a s k e t b a l l c a r d s   p a n i n i   c o l l e c t o r   o o o w w w e e e s p o r t s c a r d s  
t a c k o   f a l l   r e v e a l s   h i s   f r i e n d s h i p   w i t h   c e l t i c s ’   g r a n t   w i l l i a m s   s t a r t e d   w i t h   a   d u n k   a t t e m p t   a t   t h e   2 0 1 9   n b a   c o m b i n e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   h a s   ‘ f i t   i n   q u i c k l y ’   t o   t h e   b o s t o n   c e l t i c s ,   a c c o r d i n g   t o   a l   h o r f o r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h e r e   d o   r a p t o r s   r a n k   a m o n g   c e l t i c s '   t o p   c h a l l e n g e r s   i n   e a s t e r n   c o n f e r e n c e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r i g h t   n o w   o n     —   t a l k i n g   c e l t i c s   a n d   “ i n s t e a d   w e   b e c a m e   e v i l ”   w i t h   _ a d a m s   o n   .   g o t   t h e   a u d i o   r i g h t   & a m p ;   f u l l   e p .   9 5   o u t   n o w .   p r e s e a s o n ,   i m e   & a m p ;   d a r t ’ s   a w e s o m e   n e w   b o o k   a b o u t   s l e i m a n  
w h a t   l u k e   k o r n e t ' s   r e t u r n   t o   c e l t i c s   p r a c t i c e   m e a n s   f o r   f r o n t   c o u r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c o u l d   b e   u s   c e l t i c s    
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 1 0 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   i s   l o v i n g   h i m   s o m e   c e l t i c s   w e   b o u t   t o   s e e   s o m e   f l a s h e s   o f   o l d   b l a k e . . .
b l a k e   g r i f f i n   h a s   ' f i t   i n   q u i c k l y '   t o   t h e   b o s t o n   c e l t i c s ,   a c c o r d i n g   t o   a l   h o r f o r d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n b a   2 k 2 2   p a r k   p s 5   -   b i g   c o m e b a c k 
   
 
 n b a   n b a j a p a n g a m e s   n b a t w i t t e r   l e b r o n j a m e s   k o b e b r y a n t   l a k e r s   w a r r i o r s   k n i c k s   c e l t i c s   g r e e c e   n b a 2 k   n b a 2 k 2 2   n b a p r e s e a s o n   n b a   n b a i n a b u d h a b i   n b a y o u n g b o y   f o l l o w   l i k e  
t h e   c e l t i c s   a r e   c o n f i d e n t   w i t h   l u k e   k o r n e t   s t e p p i n g   i n t o   a   l a r g e r   r o l e   w h i l e   r o b   w i l l i a m s   s t a r t s   t h e   s e a s o n   o n   t h e   s i d e l i n e s .   k o r n e t   i s   p o i s e d   a n d   i s   g o i n g   t o   s u r p r i s e   a   l o t   o f   p e o p l e   t h i s   s e a s o n    
n b a   2 k 2 3   ( p s 5 )   r e c   1   -   d r e w   l e a g u e 
   
 
 n b a   n b a 2 k 2 2   n b a 2 k   2 k 2 2   2 k c o m m u n i t y   g a m e r   h i g h l i g h t s   l e b r o n j a m e s   k o b e b r y a n t   h o u s e t a r g a r y e n   ت ش ا و ر ي ة _ ش م ر   a e w   b a s k e t b a l l   l a k e r s   w a r r i o r s   k n i c k s   c e l t i c s  
b o s t o n   c e l t i c s :   a l   h o r f o r d   l a u d s   v e t e r a n   f r e e   a g e n t   a d d i t i o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n j u r y   u p d a t e :   b o s t o n ’ s   l u k e   k o r n e t   ‘ a   f u l l   g o ’   i n   p r a c t i c e   m o n d a y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   a l   h o r f o r d :   b l a k e   g r i f f i n   i s   a l r e a d y   ' o n e   o f   u s '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a l   h o r f o r d   f e e l s   t h e   c e l t i c s   t e a m   c h e m i s t r y   h a s   c a r r i e d   o v e r   f r o m   l a s t   s e a s o n 
 
 p r e s e n t e d   b y    
i ' m   g o i n g   t o   k e e p   t h r o w i n g   t h i s   t r a d e   o u t   t h e r e .   p r i t c h a r d   c o u l d   t u r n   i n t o   a   v e r y   g o o d   p l a y e r   f o r   t h e   p a c e r s   a n d   b r i s e t t   i s   a   g o o d   f i t   f o r   t h e   c e l t i c s   a s   a   s w i t c h a b l e   w i n g / b i g   w h o   c a n   h i t   3 s .   c e l t i c s   p a c e r s  
c e l t i c s   i n j u r y   u p d a t e :   b o s t o n ' s   l u k e   k o r n e t   ' a   f u l l   g o '   i n   p r a c t i c e   m o n d a y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n e w   v i d   d r o p p i n g   a t   4 p m . . .   c e l t i c s  
c u s t o m b o x c u t t e r   f l a v o r   o f   t h e   w e e k !   😜 
 
 h o l o f o i l v i n y l   s t a r w a r s   k o b e   l a k e r s   r a y r a y   c e l t i c s  
j b   v s   p p   s h o r t s   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
t w o   p l a y e r s   i ’ v e   w a n t e d   i n   b o s t o n   s i n c e   t h e   s t a r t   o f   t h e   o f f s e a s o n : 
 - m a t t   r y a n 
 - t r e v i o n   w i l l i a m s 
 i s   i t   s t i l l   p o s s i b l e ?   t o   b e   c o n t i n u e d   👀   
 c e l t i c s  
a l   h o r f o r d   d i s c u s s e s   c e l t i c s   c o m r a d e r y   a n d   w e l c o m i n g   b l a k e   g r i f f i n :   ' h e ' s   o n e   o f   u s   a l r e a d y ' 

a l   h o r f o r d   s a y s   h e   t h i n k s   c e l t i c s   s t r o n g   c h e m i s t r y   f r o m   l a s t   s e a s o n   h a s   c a r r i e d   o v e r   t o   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ h e ’ s   a   g r e a t   g u y   t o   h a v e   a r o u n d ,   h a s   a   l o t   o f …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b i g - m e n   p a r t y   a t   c e l t i c s   p r a c t i c e   t o d a y 💪  
“ l u k e   k o r n e t   ( a n k l e )   w a s   a   f u l l   g o   a t   p r a c t i c e   t o d a y ,   p e …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r c u s s m a r t   m a r c u s   s m a r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
4   p r e s e a s o n   g a m e s   i s   t o o   m a n y .   c e l t i c s
l e t ' s   l o o k   b a c k   a t   t h e   2 0 0 9 - 1 0   e a s t e r n   c o n f e r e n c e   s t a n d i n g s   ( 1 - 8 )   📈 
 
 c a v s :   6 1 - 2 1 
 m a g i c :   5 9 - 2 3 
 h a w k s :   5 3 - 2 9 
 c e l t i c s :   5 0 - 3 2 
 h e a t :   4 7 - 3 5 
 b u c k s :   4 6 - 3 6 
 h o r n e t s :   4 4 - 3 8 
 b u l l s :   4 1 - 4 1 
 
 t h e   c e l t i c s   w e n t   o n   t o   w i n   t h e   c o n f e r e n c e ,   a n d   h a d   a n o t h e r   f i n a l s   t r i p   👏  
j o e   m a z z u l l a   w i t h   s o m e   h a n d s - o n   c o a c h i n g   a t   c e l t i c s   p r a c t i c e   t o d a y  
l u k e   k o r n e t   w h i l e   d i s c u s s i n g   w h a t   h e ’ s   s e e n   f r o m   t h e   c e l t i c s   o f f e n s e   i n   t h e   p r e s e a s o n : 
 
 “ i   f e e l   l i k e   w e   w e r e   p l a y i n g   w i t h   s u c h   g r e a t   p a c e   a n d   e n e r g y   a n d   g e t t i n g   a n   a d v a n t a g e   a n d   k e e p i n g   i t   m o v i n g   u n t i l   w e   g o t   a   g r e a t   s h o t ,   i   l o v e   t o   p l a y   t h a t   w a y … i t ’ s   b e a u t i f u l   b a s k e t b a l l . ”
p u t   i n   t h e   w o r k   n o w   t o   w a t c h   i t   p a y   o f f   l a t e r   c e l t i c s    
p o i n t s   o n   t h e   b o a r d   p o d c a s t !   n b a   e p 
 
 i s   b o s t o n   s t i l l   t h e   b e s t   i n   t h e   e a s t ? 
 m o d e r n   v s .   o l d - s c h o o l   c o a c h e s 
 n b a   s h o u l d n ’ t   f o r c e   t h e   s a l e   o f   t e a m s 
 b r e a k i n g   d o w n   e s p n   t o p   1 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3 
 
 f a n t a s y b a s k e t b a l l   w n b a   c e l t i c s   s u n s   g a m b l i n g 
 
  
a l   h o r f o r d   s a y s   t h e r e ’ s   a   “ b a c k - t o - s c h o o l   f e e l ”   t o   c e l t i c s   t r a i n i n g   c a m p .   
 
 h e   a l s o   s a i d   b l a k e   g r i f f i n ’ s   f i t   r i g h t   i n   w i t h   t h e   g r o u p ,   a n d   t h a t   t h e y   h a d   a   t e a m   d i n n e r   w h i l e   i n   g r e e n s b o r o .   a l s o ,   s o m e   o f   t h e   g u y s   w e n t   t o   t h e   b c - c l e m s o n   g a m e   o n   s a t u r d a y .
m a r c u s   s m a r t   r e a c t s   t o   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a i l b a g :   w i l l   a   g r a n t   w i l l i a m s   c o n t r a c t   e x t e n s i o n   g e t   d o n e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e r r i c k   w h i t e   g e t t i n g   s h o t s   u p   a f t e r   c e l t i c s   p r a c t i c e .   y o u   c a n   s e e   j a y l e n   b r o w n   d o i n g   t h e   s a m e   t h i n g   i n   t h e   b a c k g r o u n d .  
r e g a r d i n g   l u k e   k o r n e t ,   m a z z u l l a   s a i d   h e   w a s   a   f u l l   p a r t i c i p a n t   a t   t o d a y ’ s   c e l t i c s   p r a c t i c e .
j o e   m a z z u l l a   w h i l e   d i s c u s s i n g   t h e   c e l t i c s   t e a m   c h e m i s t r y :   “ w e   h a v e   a   b u n c h   o f   c o m p e t i t i v e   g u y s   t h a t   w a n t   t o   w i n   a n d   t h a t   m a k e s   i t   f u n   t o   c o m e   t o   w o r k . ”
c e l t i c s   b i g   m e n   w o r k i n g   p i c k - a n d - r o l l   p o s t - p r a c t i c e .  
s a m   h a u s e r   n e e d s   t o   b e   t h e   m i k e   m i l l e r   o f   t h e   c e l t i c s   c e l t i c s
m a r c u s   s m a r t   a d m o n i s h e s   d r a y m o n d   g r e e n   f o r   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l a r r y   i s   m y   f a v o r i t e ,   b u t   l e t ’ s   n o t   g e t   i t   t w i s t e d .   b i l l   r u s s e l l   i s   t h e   g r e a t e s t .   c e l t i c s    
j a y l e n   b r o w n   i s   r e a d y   f o r   a n o t h e r   l e a p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h o ’ s   n e x t :   f i v e   n b a   s t a r s   m o s t   l i k e l y   t o   b e   t r a d e d   t h i s   s e a s o n   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

i m e   u d o k a ' s   a l l e g e d   a f f a i r   p a r t n e r   w a s   r e v e a l e d   t o   b e   t h e   w i f e   o f   a   v a l u e d   b o s t o n   c e l t i c s '   c o n s u l t a n t   a n d   h a d   p e r s o n a l   t i e s   w i t h   d a n n y   a i n g e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
🇺 🇸 | n o u v e a u t é   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   h a l l u c i n a n t   d e   2 1 € 
 ➡ 
 
 n b a  
n e v e r   f o r g e t   w h e n   a   c e l t i c   f a n   d i d n ' t   h a v e   a   s c a r f ,   s o   h e   h e l d   u p   h i s   c h i l d   i n s t e a d   f o o t b a l l   f o o t b a l l m a n a g e r   f o o t b a l l s u n d a y   f a n s   c e l t i c f c   c e l t i c s   c e l t i c  
j a y l e n   b r o w n   i s   r e a d y   f o r   a n o t h e r   l e a p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h i s   w e e k . . . 
 
 n e w   e p i s o d e   d r o p p i n g   t o m o r r o w   i n c l u d i n g   a   b r e a k d o w n   o f   t h e   p a t r i o t s   w i n   y e s t e r d a y   a n d   p r e s e a s o n   u p d a t e s   o n   t h e   c e l t i c s   a n d   n h l b r u i n s   a n d   m u c h   m o r e ! 
 
 n e w   g u e s t   f r i d a y   w i t h   a   r e t u r n i n g   g u e s t   w h o ' s   s t o p p i n g   b y   t o   c h a t   a b o u t   t h e i r   f o o t b a l l   c o a c h i n g   t h i s   f a l l !
⚽ | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   f o u   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 n b a e x t r a  
m a i l d a y   😃 
 b o u g h t   c e l t i c s   & a m p ;   h o r n e t s   o n   a n   o b s i d i a n   b r e a k ,   h e r e   i s   w h a t   i   g o t : 
 
 -   t a t u m   b a s e   / 5 0 
 -   t a t u m   t u n n e l   / 7 5 
 -   s c o t t i e   l e w i s   r p a   / 3 5 
 
 t h e h o b b y   w h o d o y o u c o l l e c t   b l e e d g r e e n   c e l t i c s   h o r n e t s  
n e w   j a y l e n   b r o w n   u b u n t u   e d i t   ( g o i n g   t o   b e   a   n e w   s e r i e s )   b r i n g i n g   t h a t   " i   a m   b e c a u s e   w e   a r e ! "   e n e r g y   t o   t h e   c e l t i c s   t h i s   s e a s o n .   c a n ' t   w a i t   t o   s e e   b a n n e r   1 8   ☘ ️   c l i c k   t h a t   🤍   a n d   g i v e   i t   a   r e t w e e t   👀 ☘ ️   t y ! 
 
         j a y l e n b r o w n   u b u n t u   7 u i c e   b l e e d g r e e n  
b o s t o n   c e l t i c s :   l a s t   l a k e r s   r o s t e r   s p o t   c o u l d   g o   t o   c ’ s   s u m m e r   l e a g u e   h e r o   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t o m o r r o w   n i g h t !   o n e   o f   _   b i g g e s t   s h o w s   o f   t h e   s e a s o n !   2 0 2 2 - 2 0 2 3   b o s t o n   c e l t i c s   s e a s o n   p r e v i e w !   w e   w i l l   b e   l i v e   a n d   y o u   d o n ’ t   w a n t   t o   m i s s   o u t !   j o i n   t h e   c o n v e r s a t i o n   a s   w e   p r e d i c t   w h a t   t o   e x p e c t   f r o m   t h i s   y e a r s   s q u a d !   b l e e d g r e e n   n b a
c e l t i c s   m a i l b a g :   w i l l   a   g r a n t   w i l l i a m s   c o n t r a c t   e x t e n s i o n   g e t   d o n e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   a s k e d   _   a   b u r n i n g   q u e s t i o n   o f   m i n e   a n d   h e   a n s w e r e d   i t   i n   h i s   l a t e s t   c o l u m n ,   b e   s u r e   t o   c h e c k   i t   o u t   o n     c e l t i c s   
 
 t h a n k   y o u ,   s i r   🤝  
s o m e   t h o u g h t s   a b o u t   n o a h   v o n l e h   m a k i n g   t h e   c e l t i c s   r o s t e r : 
 - d o e s   h e   m a k e   t h e   r o s t e r   b e c a u s e   h e ’ s   b e e n   a r g u a b l y   o n e   o f   t h e   b e s t   p l a y e r s   i n   p r e s e a s o n ? 
 - i s   h e   a b l e   t o   p l a y   c e n t e r ? 
 - a r e   h i s   f o u l s   t o o   m u c h ? 
 - i s   h e   m o r e   o f   a   4   t h a t   i s   b e i n g   f o r c e d   i n t o   t h e   5 ? 
 
 a l l   l e g i t   ? ’ s   o n   v o n l e h
y o   i ’ m   a t   t h e   b a s k e t b a l l   h a l l   o f   f a m e   !   n b a   c e l t i c s   ☘ ️   m o n d a y m o t i v a t i o n   m a s s a c h u s e t t s  
m f i o n d u   k a b e n g e l e   i s   g o i n g   t o   m a k e   a   s t r o n g   i m p a c t   e a r l y   o n   f o r   t h e   c e l t i c s   u s i n g   t h e   f l e x i b i l i t y   o f   t h e   t w o - w a y   c o n t r a c t   w h i l e   r o b   w i l l i a m s   i s   o u t  
  o n   t h e   p a t r i o t s   & a m p ;   b b ' s   l o v e   f o r   s t e v e n s o n ,   z a p p e ,   j o n e s   a n d   m o r e .     p l u s ,   b l a k e   g r i f f i n   a n d   c e l t i c s ,   b u c k ' s   g a m e s m a n s h i p   a n d   m o r e .     m e s p o r t s     

b o s t o n   c e l t i c s :   b / r   s a y s   p e n c i l   i n   a   g r a n t   w i l l i a m s   e x t e n s i o n   a t   t h i s   p r i c e   p o i n t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   d i s c u s s e s   d r a y m o n d   g r e e n - j o r d a n   p o o l e   f i g h t :   ' i t   h a p p e n s '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   d i s c u s s e s   d r a y m o n d   g r e e n - j o r d a n   p o o l e   f i g h t :   ‘ i t   h a p p e n s ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   g e t s   k e m b a   w a l k e r ’ s   v o t e   o f   a p p r o v a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   g e t s   k e m b a   w a l k e r ' s   v o t e   o f   a p p r o v a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h e   c e l t i c s   c e n t e r   p o s i t i o n   i s   o n c e   a g a i n   i n   q u e s t i o n   d u e   t o   r o b   w i l l i a m s   s t a r t i n g   t h e   s e a s o n   o n   t h e   s i d e l i n e s ,   b u t   l u k e   k o r n e t   i s   p o i s e d   t o   s t e p   i n t o   a   l a r g e r   r o l e   t h i s   s e a s o n    
i s   i m e u d o k a   c a u s i n g   t h e   c e l t i c s   t o   f i n d   a   n e w   t e a m   s e r v i c e   m a n a g e r ? 
 

c ’ e s t   u n   m o r t   d e   f a i m   c e   t y p e   !   i   l o v e   t h i s   g u y   !   c e l t i c s  
h a p p y   b i r t h d a y   r y a n   h o l l i n s !   c e l t i c s 
 
  
h a p p y   b i r t h d a y   k e n n y   b a t t l e !   c o u l d n ’ t   f i n d   a   c l i p   o r   p i c   o r   a n y t h i n g   o f   y o u   w i t h   t h e   g o o d   g u y s ,   s o   h e r e   y o u   a r e   w i t h   t h e   f i g h t i n g   i l l i n i   w h e n   y o u   w e r e   k n o w n   a s   f l i g h t   3 3 :   c e l t i c s 
 
  
l u k e   k o r n e t   t o   h o l d   d o w n   c e n t e r   p o s i t i o n   w i t h   r o b   w i l l i a m s   s i d e l i n e d   f o r   t h e   c e l t i c s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
s p o r t i n g   n e w s   p e g s   b o s t o n   c e l t i c s '   a l   h o r f o r d   a s   n b a ' s   n i n t h - b e s t   p o w e r   f o r w a r d   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
8   d a y s   t i l   c e l t i c s   o p e n i n g   n i g h t ! !   ☘ ️ 
 
 p s   -   l o o k   a t   t h e   l a c k   o f   f a n s   b a c k   i n   1 9 9 6 / 1 9 9 7   😔  
d o   y o u   t h i n k   j a y s o n   t a t u m   a n d   j a y l e n   b r o w n   a r e   t h e   b e s t   p l a y e r s   i n   t h e i r   2 0 1 6   a n d   2 0 1 7   d r a f t   c l a s s e s ?   c e l t i c s    
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   d e a d   m o n e y   f o r   f o u r t h - y e a r   2 2 - y e a r - o l d   b i g   m a n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
y o u   h a v e   t o   r e s p e c t   s a m   h a u s e r ’ s   j o u r n e y   t o   t h e   c e l t i c s   r o t a t i o n  
h o w   w i l l   t h e   b o s t o n   c e l t i c s   u s e   r e s e r v e   p o i n t   g u a r d   m a l c o l m   b r o g d o n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ' i   w a n t   t o   h e l p   ( u s )   w i n '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   w i l l   t h e   b o s t o n   c e l t i c s   u s e   r e s e r v e   p o i n t   g u a r d   m a l c o l m   b r o g d o n ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h e   c e l t i c s   r e a l l y   d r a f t e d   t h e   b e s t   p l a y e r s   i n   b a c k - t o - b a c k   y e a r s  
o n   t h i s   d a y :   m c h a l e ,   k r e k l o w   d e b u t ;   c a r r   s i g n s ;   h o l l i n s ,   b a t t l e   b o r n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i ’ m   v e r y   i n t e r e s t e d   t o   s e e   h o w   m f i o n d u   k a b e n g e l e   i s   u s e d   b y   t h e   c e l t i c s   a t   t h e   b e g i n n i n g   o f   t h e   s e a s o n   u t i l i z i n g   t h e   f u l l   b e n e f i t s   o f   t h e   t w o - w a y   c o n t r a c t
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     f l   j a g s   t b   r e d s o x   c e l t i c s   n y g   n y y   d o d g e r s   h u s k i e s   u c b   j t   h s u   m s u   s p a r t a n s   u t
🇺 🇸 | n e w   c e l t i c s   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 
 a u   t a r i f   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
b o s t o n ' s   j o e   m a z z u l l a   c i t e d   a s   c e l t i c s   b i g g e s t   r e a s o n   t o   h o p e   a h e a d   o f   2 0 2 2 - 2 3   s e a s o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   r e a l   n a m e   c h r i s t o p h e r   ,   s h i z o m m m  
c e l t i c s   t r o p h y   c l u b   c a r d s -   d a z z l e   p a r a l l e l s -   p a u l   p i e r c e -   r a y   a l l e n -   k e v i n   g a r n e t t -   $ 2   e a c h   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
m e   w a i t i n g   f o r   a n o t h e r   c e l t i c s   g a m e   l i k e   🥺  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   s t r u g g l i n g   t o   g a r n e r   n b a   i n t e r e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
g e t   y o u r   h o t   j e r s e y s     n f l j e r s e y s   n f l   n b a j e r s e y s   n b a m o m e n t   n h l j e r s e y s   n h l   m l b j e r s e y s   s o c c e r j e r s e y s   c u s t o m j e r s e y s   k n i c k s   n e t s   c e l t i c s   r a p t o r s   7 6 e r s   p i s t o n s   p a c e r s   c a v a l i e r s   b u c k s   b u l l s   h e a t   m a g i c   w i z a r d s   h a w k s   h o r n e t s   t i m b e r w o l v e s   n u g g e t s   j a z z  
l o v e   t o   s e e   i t ,   w h y   b o s t o n   s p o r t s   i s   s u c h   t h e   c i t y   o f   c h a m p i o n s ,   s u p p o r t i n g   e a c h   o t h e r .   
 
 o n t o b a n n e r 1 8   c e l t i c s   
 
  
b o s t o n ’ s   m a r c u s   s m a r t   t h i n k s   d r a y m o n d   g r e e n   ‘ m a d e   a   m i s t a k e ’   w i t h   t h e   j o r d a n   p o o l e   f i g h t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ' s   m a r c u s   s m a r t   t h i n k s   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   w i t h   t h e   j o r d a n   p o o l e   f i g h t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r a p t o r s   n o t   c o n c e r n e d   a b o u t   p r e s e a s o n   s h o o t i n g   w o e s   f o l l o w i n g   l o s s   t o   b u l l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e r e ' s   w h a t   m a r c u s   s m a r t   s a i d   a b o u t   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l a r r y   b i r d ,   b o s t o n   c e l t i c s ,   2 0 2 0 - 2 1   p r i z m   g a m e   w o r n   s e n s a t i o n a l   s w a t c h   s s w - l a b   🇬     t h e h o b b y   w h o d o y o u c o l l e c t   b a s k e t b a l l c a r d s   s p o r t c a r d s   t r a d i n g c a r d s   n b a   c e l t i c s
a n   a g i t a t o r   h i m s e l f ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   w a r r i o r s '   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e r e ' s   w h a t   m a r c u s   s m a r t   s a i d   a b o u t   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n j u r y   u p d a t e :   l u k e   k o r n e t   ‘   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i n g   i n   n o n - c o n t a c t   d r i l l s ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
‘ t h i s   i s   a   g r e a t   o p p o r t u n i t y , ’   s a y s   c e l t i c s ’   n o a h   v o n l e h   o f   h i s   s h o t   a t   m a k i n g   b o s t o n ’ s   r o s t e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
v i n t a g e   b o s t o n   m a s s   s t a t e   h o u s e   m a s s a c h u s e t t s   n e w   e n g l a n d   u s a   t r a v e l   p e n n a n t       a n t i q u e   w a l l d e c o r   v i n t a g e e t s y   n f l   m i t   f e l t p e n n a n t   n e w e n g l a n d   b o s t o n   m l b   r e d s o x     d i r t y w a t e r   n h l b r u i n s   p a t r i o t s   c e l t i c s   u s a   f o r e v e r n e   a n t i q u e s   h a r v a r d   u m a s s
v i n t a g e   ' s a l i s b u r y   b e a c h ,   m a s s . '   m a s s a c h u s e t t s   u s a   s o u v e n i r   t r a v e l   p e n n a n t       a n t i q u e   w a l l d e c o r   v i n t a g e e t s y   u s a   p a t s f o o t b a l l     a l l a b o u t 1 8   f e l t p e n n a n t   v i n t a g e   n e w e n g l a n d   b o s t o n   r e d s o x   n h l b r u i n s   p a t r i o t s   n f l   c e l t i c s   m i t   s a l i s b u r y   u m a s s
c e l t i c s   i n j u r y   u p d a t e :   l u k e   k o r n e t   '   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i n g   i n   n o n - c o n t a c t   d r i l l s '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t i m e l o r d ,   h o r f o r d ,   v o n l e h ,   g r a n t ,   k o r n e t   & a m p ;   f i   w i l l   b e   p r o b a b l y   t h e   b e s t   b i g   m a n   t a n d e m   i n   t h e   l e a g u e !   c e l t i c s
n e w   v i d e o : 
 
 🔥 s i c k   t o p   r o o k i e   r p a !   p a t c h   a u t o s ,   s s p s ,   a u t o s ,   a n d   m o r e !   l o c a l   c a r d   s h o w   p i c k u p s 
 
 
 t r a d i n g c a r d s   c e l t i c s   s p o r t s c a r d s   s p o r t s   n b a   p a n i n i   n b a c a r d s   b a s k e t b a l l   b a s k e t b a l l c a r d s       w h o d o y o u c o l l e c t       c o l l e c t w h a t y o u l i k e   f a n a t i c s   l e b r o n
l a u b u r u   b a s q u e   c r o s s   a   s y m b o l   o f   c u l t u r e   a n d   i d e n t i t y .   e g u z k i ,   t h e   s u n   i n   b a s q u e ,   b r i n g s   e n e r g y   a n d   a   w a y   t o   m a r k   t i m e . 
 b a s q u e   c u l t u r e   c r o s s   c e l t i c s   c e l t i c   s y m b o l i s m   b a s q u e c u l t u r e   e u s k a r a  
m a r c u s   s m a r t   w a s   o n e   o f   m a n y   p l a y e r s   t h a t   w e i g h e d   i n   o n   t h e   i n c i d e n t .   w h i l e   s a y i n g   t h a t   t h i n g s   l i k e   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ o b v i o u s l y   y o u   w i s h   i t   d i d n ’ t   c o m e   o u t   l i k e   i t   d i d .   i   t h i n k   t h a t ’ s   s o m e t h i n g   t h e   w a r r i o r s   s h o u …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s e a s o n   1 .   c e l t i c s     r o o k i e j b  
a n   a g i t a t o r   h i m s e l f ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   w a r r i o r s '   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e p .   a y a n n a   p r e s s l e y   o n   j a y l e n   b r o w n ’ s   l e a d e r s h i p   i n   b o s t o n   a n d   b e y o n d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s ’   m a r c u s   s m a r t   o n   d r a y m o n d   g r e e n   i n c i d e n t :   ‘ h e   m a d e   a   m i s t a k e …   a s   a   l e a d e r ,   y o u   c a n ’ t   d o   t h a t ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l u k e   k o r n e t   r e t u r n s   t o   p r a c t i c e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  w h y   t h o   h e   a i n ’ t   g o n n a   d o   s h i t   f o r   u s   f r   c e l t i c s     b o s t o n
a l   h o r f o r d   w a s   i n   t h e   h o u s e   a t   g i l l e t t e   s t a d i u m   f o r   t h e   p a t r i o t s   g a m e .   y o u ’ l l   s e e   p l e n t y   o f   p a t r i o t s   p l a y e r s   a t   t h e   t d   g a r d e n   t h i s   s e a s o n   a s   w e l l   c e l t i c s  
v o n l e h :   ‘ i ’ m   j u s t   g o i n g   t o   t r y   t o   g o   i n   e v e r y   d a y   a n d   b e   c o n s i s t e n t ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a s k   t h e   b o s t o n   c e l t i c s   h o w   t h a t   g o .   m a t t e r   o f   f a c t ,   t h e   h u s b a n d   & a m p ;   t h e   w i f e   w o r k e d   a t   t h e   s a m e   p l a c e   a n d   s h e   * s t i l l *   c h e a t e d . 
 s o   w h a t   w u d   b e   t h e   c a s e   i f   t h e y   w o r k e d   m i l e s   a p a r t ? 
 
 l i s t e n . . .
n o a h   v o n l e h   i s   t h e   o b v i o u s   c h o i c e   t o   m a k e   t h e   c e l t i c s   r o s t e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   i s   t h e   o b v i o u s   c h o i c e   t o   m a k e   t h e   c e l t i c s   r o s t e r   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n o t e   t o     t h a t ’ s   h o w   y o u   h a n d l e   t e a m   r e l a t e d   d r a m a   “ i n - h o u s e ” .   n b a   w a r r i o r s   d r a y m o n d g r e e n   s p o r t s   b a s k e t b a l l   c e l t i c s  
w h o   b o s t o n   c e l t i c s   f a n s   w a n t   t a k i n g   t h e   l a s t   s h o t . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b s m o o t h   b o s t o n c e l t i c s   c e l t i c s c o r n e r   e a s t e r n c o n f e r e n c e  
' t h i s   i s   a   g r e a t   o p p o r t u n i t y , '   s a y s   c e l t i c s '   n o a h   v o n l e h   o f   h i s   s h o t   a t   m a k i n g   b o s t o n ' s   r o s t e r   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a l   h o r f o r d   i n   t h e   h o u s e     c e l t i c s  
a l   h o r f o r d   i n   t h e   h o u s e   a t   g i l l e t t e .   j u s t   r e c e i v e d   a   n i c e   o v a t i o n   f r o m   t h e   p a t r i o t s   f a i t h f u l   a f t e r   a p p e a r i n g   o n   t h e   v i d e o   b o a r d .   c e l t i c s   n f l
a l   h o r f o r d   i n   f o x b o r o   t o d a y .   s t a n d s   u p   a n d   a c k n o w l e d g e s   t h e   c r o w d .     p a t r i o t s   f o r e v e r n e   c e l t i c s   b l e e d g r e e n
b o s t o n   c e l t i c s :   c & a m p ; c   w a n t s   f o r m e r   r o t a t i o n   b i g   m a n   b a c k   i n   b o s t o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   o n   d r a y m o n d   g r e e n   v i d e o :   ' a s   a   l e a d e r ,   y o u   c a n ' t   d o   t h a t '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l u k e   k o r n e t   r e t u r n s   t o   c e l t i c s   p r a c t i c e   a f t e r   s p r a i n   f o r   n o n - c o n t a c t   d r i l l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a t c h :   j u s t i n   j a c k s o n   h a s   b i g   b l o c k   o n   f o r m e r   d u k e   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   a p p a r e n t l y   t h r o w s   s h a d e   a t   n e t s   w h i l e   p r a i s i n g   c e l t i c s '   l o c k e r   r o o m   v i b e s :   " d i f f e r e n t   a t m o s p h e r e   t h a n   i ' m   u s e d   t o ,   i n   a   g o o d   w a y . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
n e w   e p i s o d e / l i n k   i n   b i o :   m i k e y   d o m a g a l a ,   o w n e r / f o u n d e r   o f     & a m p ;   _ b u z z   w i t h   a   s e a s o n   p r e v i e w ,   a   l o o k   b a c k   o n   l a s t   y e a r   +   a   m o m e n t   o n   a a r o n   j u d g e ' s   c h a s e   t o   6 2 .   n b a b u z z     m i k e y d o m a g a l a   n e t s   k n i c k s   c e l t i c s   u d o k a   j u d g e   l a k e r s   y a n k e e s   w h a t s u p o d c a s t  
⚽ | n e w   c e l t i c s   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   f o u   d e   2 1 € 
 🛒  
f o r   t h o s e   o f   y o u   w h o   t h i n k   l u k e   k o r n e t   c a n ’ t   p l a y   d e f e n s e .   h e r e   h e   i s   a g a i n s t   a n t h o n y   d a v i s   a n d   d e f e n d e d   t h e   r i m   w i t h   h i s   l i f e .   w h a t   e l s e   d o   y o u   n e e d   t o   s e e ?   c e l t i c s 
  
[ p r e v i e w   2 0 2 2 - 2 3 ]   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a b a u t r e t   a l l   a n g e l e s   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t   b a s k e t b a l l   b l o c k   b o s t o n c e l t i c s   b r y a n t   b u l l s   c a r m e l o   c h i c a g o   c h r i s   c l i p p e r s   c o n t r e   c u r r y   d a v i s   d u f a n t   d u n k   d u r a n t   e a s t e r n c o n f e r e n c e  
m a r c u s   s m a r t   o n   t h e   d r a y m o n d   p u n c h .   s a y s   g r e e n   m a d e   a   m i s t a k e   a s   a   l e a d e r   a n d   w a r r i o …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🍀 c e l t i c s   p r a c t i c e   t o d a y   a t   t h e   a u e r b a c h c e n t e r   a h e a d   o f   t h e   t e a m ’ s   f i n a l   p r e - s e a s o n   g a m e   f r i d a y 🍀   w c v b   c e l t i c s  
f o u r   o f   b o s t o n ’ s   b e s t   b a s k e t b a l l   p l a y e r s   g o t   t o g e t h e r   a t   a   t a i l g a t e   b e f o r e   t h e   b o s t o n c o l l e g e   v s   c l e m s o n   f o o t b a l l   g a m e !   c e l t i c s   f o r b o s t o n   o f b o s t o n  
l u k e   k o r n e t   ( a n k l e )   w a s   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o c   r i v e r s   r e v e a l s   s i x e r s   s t a r t e r s   w i l l   p l a y   i n   f i n a l   2   p r e s e a s o n   g a m e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   l a b   1 4 6 :   c a t c h i n g   u p   w i t h   t a c k o   f a l l   o n   h i s   n e w   b o o k ,   t h e   c b a ,   a n d   t i e s   t o   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 9 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 9 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   l a b   1 4 6 :   c a t c h i n g   u p   w i t h   t a c k o   f a l l   o n   h i s   n e w   b o o k ,   t h e   c b a ,   a n d   t i e s   t o   t h e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w :   w h y   y o u   s h o u l d   t a k e   t h e   o v e r   o n   n e t s '   s t a r s   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

⚽ | n e w   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 t a t u m  
i f   t h e   c e l t i c s   w i n   t h e   2 0 2 3   n b a   c h a m p i o n s h i p ,   t h e s e   w i l l   b e   t h e   r e a s o n s   w h y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e w   v i d e o   i s   o u t   n o w   ☘ ️ w h o   b o s t o n   c e l t i c s   f a n s   w a n t   t a k i n g   t h e   l a s t   s h o t . . .   c e l t i c s 
 l i n k :    
j a y l e n   b r o w n   c h a l l e n g e s   j a y s o n   t a t u m   t o   b e   a   m o r e   v o c a l   l e a d e r   t h i s   s e a s o n   f o r   t h e   c e l t i c s   t o   ' c o r r e c t   t h e   s h i p ' :   " w e ' r e   g o n n a   n e e d   h i m   t o   s p e a k   m o r e "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
t h i s   g u y … .   a s   i   s t a r t e d   t o   b e   a   c e l t i c s   f a n   h e   d i e d .     s o   m a n y   “ c o u l d   h a v e   b e e n ”   q u e s t i o n s .       s o   s a d .  
n o a h   v o n l e h   o n   w h a t ’ s   n e x t   a f t e r   h i s   d o u b l e - d o u b l e   f r i d a y   n i g h t : 
 
 “ i   c a m e   i n   w i t h   t h e   r i g h t   m i n d s e t   a n d   i ’ m   j u s t   t a k i n g   i t   d a y   b y   d a y . ” 
 
 c e l t i c s
p e r   j o e   m a z z u l l a ,   l u k e   k o r n e t   ( a n k l e )   w a s   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i n g   i n   n o n - c o n t a c t   d r i l l s . 
 
 n b a   b l e e d g r e e n   c e l t i c s   n b a t w i t t e r   n b a p r e s e a s o n
w h y   c e l t i c s   a l l - s t a r   j a y s o n t a t u m   s a y s   h e ’ s   n o t   w o r r i e d   a b o u t   h i s   p r e s e a s o n   s h o o t i n g   s t r u g g l e s  
w h y   c e l t i c s   a l l - s t a r   j a y s o n t a t u m   s a y s   h e ’ s   n o t   w o r r i e d   a b o u t   h i s   p r e s e a s o n   s h o o t i n g   s t r u g g l e s  
j o e   m a z z u l l a   c o a c h e s   i n   h i s   f i r s t   c a r e e r   r e g u l a r   s e a s o n   g a m e   a s   a   h e a d   c o a c h   i n   9   d a y s   w h e n   t h e   c e l t i c s   h o s t   t h e   7 6 e r s   a t   t h e   t d   g a r d e n .   m y   e m o t i o n s   o f   h a v i n g   c e l t i c s   b a s k e t b a l l   b a c k   a r e   t h r o u g h   t h e   r o o f 🍀    
b o b   r y a n   ☘ ️   t e l l s   m i c h a e l   c o o p e r   a   h i l a r i o u s   r i c k   m a h o r n   s t o r y .   
 
 f u l l   e p i s o d e   w   
   & a m p ;   c o o p ,   s u b s c r i b e   t o     p o d c a s t   🎙 
 
 🎧   a p p l e -   
 
 🎧   s p o t i f y -   
 l a k e s h o w   l a k e r s   c e l t i c s   p i s t o n s  
m a s t e r   o f   c l a s s i c   r o c k   ! 
 r o b e r t   j o n   l i v e   i n   f r a n c e   ( + w e i r d   i t w ) 
 
 
 
 u s a   c l a s s i c r o c k   c e l t i c s   u t a h j a z z     w a r r i o r s n a t i o n   h e a t   l a k e r s n a t i o n   c l i p p e r s   o k c   n u g g e t s   k n i c k s   n e t s   p i s t o n s   b u l l s n a t i o n   s i x e r s   r a m s   g i a n t s   p a c e r s   s p u r s f a m i l y
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   b o s t o n   c e l t i c s   a r e   r i d i c u l o u s l y   g o o d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e p t h   s h i n e s   i n   p r e s e a s o n   w i n :   1 0   t a k e a w a y s   f r o m   c e l t i c s - h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e y     !   w h a t   b a s k e t b a l l   p l a y e r   w o u l d   b e   a   g r e a t   s p o k e s p e r s o n   f o r   a u t u m n ? …   t a c k o   f a l l .     b l e e d g r e e n   b o s t o n   c e l t i c s   f a l l   a u t u m n   t a c o s
r a n   i n t o   m y   f r i e n d s   d o n n a   & a m p ;   r e g i n a   l e w i s   l a s t   n i g h t   a t   t h e   2 0 2 2     h o n o r s   e v e n t …   r e g g i e   l e w i s ’   w i f e   & a m p ;   d a u g h t e r !   t h e y   a r e   a l s o   t w o   o f   t h e   w o r l d s   m o s t   b e a u t i f u l   p e o p l e   o n   t h e   p l a n e t .   i   e n j o y   b o t h   t h e i r   s m i l e s   a   w h o l e   l o t   🙂   c e l t i c s   r e g g i e l e w i s     b o s t o n a r t s a c a d e m y  
h a p p y   n a t i o n a l m o t o r c y c l e r i d e d a y !   c e l t i c s   
 
  
t h e   o w n e r " s   w i f e ! !   t h e   s t o r y   o f   i m e   u d o k a   a n d   h i s   i n f i d e l i t y   g e t s   b e t t e r   a s   r u m o r s   o f   h i s   c h e a t i n g   w i t h   t h e   w i f e   o f   t h e   m i n o r i t y   o w n e r   o f   t h e   .     g i v e s   u s   a   l o o k   a n d   t h e   e p i s o d e   t h a t   b r o k e   i t .   n b a   c e l t i c s   

d e p t h   s h i n e s   i n   p r e s e a s o n   w i n :   1 0   t a k e a w a y s   f r o m   c e l t i c s - h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
9   d a y s   t i l   c e l t i c s   o p e n i n g   n i g h t ! !   ☘ ️ 🏀  
t h e   o w n e r " s   w i f e ! !   t h e   s t o r y   o f   i m e   u d o k a   a n d   h i s   i n f i d e l i t y   g e t s   b e t t e r   a s   r u m o r s   o f   h i s   c h e a t i n g   w i t h   t h e   w i f e   o f   t h e   m i n o r i t y   o w n e r   o f   t h e   .     g i v e s   u s   a   l o o k   a n d   t h e   e p i s o d e   t h a t   b r o k e   i t .   n b a   c e l t i c s   

  k e i t h   w a t c h e s   s o c c e r .   n a m e   a   b e t t e r   n b a   r e p   c e l t i c s   l e e d s
9   d a y s   u n t i l   t h e   c e l t i c s   a r e   b a c k   f o r   r e a l 🍀  
s a m   h a u s e r ’ s   q u i c k   r e l e a s e   i s   g a m e   c h a n g i n g   c e l t i c s 
  
s o r r y .   w h e n   i   t h i n k   o f   b i l l   w a l k e r ,   a l l   i   c a n   t h i n k   o f   i s   t h i s :   c e l t i c s    
b o s t o n   c e l t i c s :   3   r e a s o n s   b l a k e   g r i f f i n   i s   a   f a n t a s t i c   s i g n i n g   ( h a r d w o o d   h o u d i n i ) 
 
 a f t e r   t h e   r e c e n t l y   s i g n e d   d a n i l o   g a l l i n a r i   w e n t   d o w n   w i t h   a   t o r n   a c l   b e f o r e   p l a y i n g   a   s i n g l e . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
h a p p y   b i r t h d a y   h e n r y   w a l k e r !   y o u   m a y   k n o w   h i m   a s   b i l l .   c e l t i c s 
 
  
🇺 🇸 | n e w   c e l t i c s   v e r t   2 0 2 2   t a t u m   0 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
y o u   c a n   s e e   w h a t   a   t i g h t   k n i t   g r o u p   t h e   c e l t i c s   a r e   w i t h   t h i s   b e n c h   r e a c t i o n   t o   j u s t i n   j a c k s o n ’ s   m a s s i v e   b l o c k .   j d   d a v i s o n   i s   a   r o o k i e .   t h i s   i s   a w e s o m e   🍀  
9   d a y s   c e l t i c s  
b o s t o n   c e l t i c s :   3   r e a s o n s   b l a k e   g r i f f i n   i s   a   f a n t a s t i c   s i g n i n g   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
a n d   t o   b e   c l e a r ,   n o   k e n n y   a n d e r s o n ,   n o   e c f .   c e l t i c s    
w i l l   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   b r i n g   o u t   t h e   b e s t   o f   j a y l e n   b r o w n   a n d   j a y s o n   t a t u m ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h e n   i m e   u d o k a   f i r s t   s a w   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   k a t h l e e n   l y n c h . . .   
 i m e u d o k a   c e l t i c s   n b a    
w i l l   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   b r i n g   o u t   t h e   b e s t   o f   j a y l e n   b r o w n   a n d   j a y s o n   t a t u m ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ’ s   j a y s o n   t a t u m   c r a c k s   t o p   t h r e e   i n   s p o r t i n g   n e w s ’   2 0 2 2 - 2 3   t o p   s m a l l   f o r w a r d s   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c a n   s a m   h a u s e r   a n d   l u k e   k o r n e t   g i v e   t h e   b o s t o n   c e l t i c s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ' s   j a y s o n   t a t u m   c r a c k s   t o p   t h r e e   i n   s p o r t i n g   n e w s '   2 0 2 2 - 2 3   t o p   s m a l l   f o r w a r d s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m   h a u s e r ’ s   j o u r n e y : 
 - w i s c o n s i n   m r .   b a s k e t b a l l   2 0 1 6 
 - 4 8 . 3   f g %   & a m p ;   4 3 . 9   3 p %   ( c o l l e g e   c a r e e r ) 
 - u n d r a f t e d   i n   ‘ 2 1 
 - s i g n e d   w i t h   c e l t i c s   t w o   w e e k s   l a t e r   o n   a   t w o - w a y 
 - c o n v e r t e d   t o   n b a   d e a l   i n   f e b r u a r y   
 - a g r e e d   t o   a   t h r e e - y e a r   e x t e n s i o n   o v e r   t h e   s u m m e r 
 - b e s t   s h o o t e r   i n   p r e s e a s o n 
 c e l t i c s  
b l a k e   g r i f f i n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b l a k e g r i f f i n   b l a k e   g r i f f i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
⚽ | n o u v e a u   c e l t i c s   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   i n c r o y a b l e   d e   2 1 € 
 🛒 
 
 2 0 2 2  
b r a d   s t e v e n s   i d e n t i f i e d   s a m   h a u s e r   a s   b e i n g   a   c o n t r i b u t o r   p r e t t y   e a r l y   o n   t h i s   o f f s e a s o n .   h a u s e r   h a s   s i n c e   b e c o m e   o n e   o f   t h e   t o p   s h o o t e r s   i n   t h e   n b a   t h i s   p r e s e a s o n .   c o i n c i d e n c e ?   i   t h i n k   n o t .   
 c e l t i c s  
j u s t i n   j a c k s o n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u s t i n j a c k s o n   j u s t i n   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
b o s t o n   c e l t i c s   r u m o r s :   j o e   b u d d e n   r e v e a l s   w i l d   i m e   u d o k a   a f f a i r   w r i n k l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
🇺 🇸 | n o u v e a u t é   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   h a l l u c i n a n t   d e   2 1 € 
 ➡  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
k e m b a   w a l k e r   h a s   ' s o m e   r e g r e t s '   p l a y i n g   f o r   c e l t i c s   i n   n b a   b u b b l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c a n   s a m   h a u s e r   a n d   l u k e   k o r n e t   g i v e   t h e   b o s t o n   c e l t i c s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
a y e   a y e   k n o c k   i t   o f f .   c e l t i c s   o w n e r   l i k e      
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
o n   t h i s   d a y :   h e n r y   w a l k e r ,   a r n i e   r i s e n ,   k e n n y   a n d   j e r o m e   a n d e r s o n   b o r n ;   k e n n y   r o l l i n s   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s p o r t i n g   n e w s   r a n k s   c e l t i c s ’   m a r c u s   s m a r t   i n   n b a ’ s   t o p   h a l f   o f   s t a r t i n g   p o i n t   g u a r d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   r u m o r s :   l e a g u e   e x e c u t i v e s   d o   n o t   b e l i e v e   i m e   u d o k a   w i l l   r e t u r n   a s   h e a d   c o a c h   o f   t h e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
d r a y m o n d   a n n o u n c e s   h i s   a p o l o g y   & a m p ;   n e x t   f e w   d a y s   o f f . 
 g m   b o b   m e y e r s   🤔   g r e e n e   w i l l   n o t   m i s s   a n y   g m s   & a m p ;   s a i d   t h e s e   " t h i n g s   h a p p e n . " 
 w a r r i o r s   v o w   t o   f i n d   t m z   s o u r c e .   
 n b a   a d a m   s i l v e r   & a m p ;   p o o l e   i n   h i d i n g   & a m p ; 
 n e w   s t r e e t   r a p   h i t 
 
 🤪   c e l t i c s   w o u l d   o f   s u s p e n d e d   g r e e n e
s p o r t i n g   n e w s   r a n k s   c e l t i c s '   m a r c u s   s m a r t   i n   n b a ' s   t o p   h a l f   o f   s t a r t i n g   p o i n t   g u a r d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e v e r y b o d y   l o v e s   t e r r y   r o z i e r 
 
 
 
 n b a   a l l f l y   c h a r l o t t e   h o r n e t s   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   m m f l   j a z z   m f f l   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   n b a i n a b u d h a b i   c e l t i c s   s p u r s
d a l a n o   b a n t o n   h a s   p r o v e n   h e   i s   r a p t o r s '   b e s t   b a c k u p   p g   o p t i o n 
 
 
 
 n b a   t o r o n t o   r a p t o r s   w e t h e n o r t h   c a n a d a   c e l t i c s   b l e e d g r e e n   c l i p p e r n a t i o n   j a p a n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s     u s a
e v a l u a t i n g   b l a k e   g r i f f i n ' s   p r e s e a s o n   d e b u t   w i t h   t h e   b o s t o n   c e l t i c s 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   n e t s   p i s t o n s   w i z a r d s   c l i p p e r n a t i o n   j a p a n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s     u s a
  b i g   t i c k e t   🎟   
 
 n b a   l a c l i p p e r s   c e l t i c s   c a v s   c a v s s u m m e r   c l e v e l a n d c a v a l i e r s   b e t h e f i g h t   c a v s h i o n   c a v s 5 0   f i e l d h o u s e h e a t   c a v s d r a f t   l e t e m k n o w   d a l l a s   c e l t i c s   b o s t o n c e l t i c s   c u s r i s e   l a k e r s   l a k e r s f a m i l y   l a k e r n a t i o n   g o l a k e r s   l o s a n g e l e s l a k e r s   l a k e s h o w  
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
⚽ | n o u v e a u   c e l t i c s   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   f o u   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 p l a y o f f n b a  
c e l t i c s   s t a f f e r   w h o   h a d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s s t a f f f e m a l e   d a n n y a i n g e   e a s t e r n c o n f e r e n c e   g e e k s a n d g a m e r s   i m e u d o k a   i m e u d o k a c e l t i c s s t a f f a f f a i r   i m e u d o k a d a n n y a i n g e   i m e u d o k a f i r e d   i m e u d o k a k a t h l e e n n i m m o l y n c h   i m e u d o k a n i a l o n g  
t e a g i f   
 i   d o n ' t   c o n d o n e   c h e a t i n g   
 b u t   d o   y o u 
 a   p h o t o   o f   t h e   m a r r i e d   m i s t r e s s   w i t h   3 ⃣   c h i l d r e n   h a s     b e e n   r e v e a l e d 
 i m e   u d o k a   🤔 
 i m e u d o k a   
 c e l t i c s  
h i g h e s t   d e f e n s i v e   r a t i n g   i n   t h e   2 0 2 1 - 2 2   s e a s o n   🚫 
 
 r o b e r t   w i l l i a m s :   1 0 2 . 4 
 r u d y   g o b e r t :   1 0 3 . 3 
 b a m   a d e b a y o :   1 0 4 . 2 
 a l   h o r f o r d :   1 0 4 . 4 
 k e v o n   l o o n e y :   1 0 4 . 9 
 
 n b a   c e l t i c s   t i m b e r w o l v e s   h e a t   w a r r i o r s  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ‘ i   w a n t   t o   h e l p   ( u s )   w i n ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c a n n o t   f r e a k i n g   w a i t ! ! ! !   c e l t i c s   b l e e d g r e e n   b a n n e r 1 8  
r e p .   a y a n n a   p r e s s l e y   o n   j a y l e n   b r o w n ' s   l e a d e r s h i p   i n   b o s t o n   a n d   b e y o n d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i   a m   a   v e r i f i e d   s e a s o n   t i c k e t   h o l d e r   t h r o u g h   c e l t i c s   s e a s o n   t i c k e t   e x c h a n g e .   i f   y o u   a r e   i n t e r e s t e d   i n   g a m e s   t h i s   s e a s o n ,   i   h a v e   m o s t   s t i l l   a v a i l a b l e ! !   s e c t i o n   3 2 6 ,   r o w   7 .   d m   f o r   m o r e   d e t a i l s .   c e l t i c s   v e r i f i e d s e l l e r   b l e e d g r e e n   b a n n e r 1 8
n e w   v i d e o   t o m o r r o w   a t   1 2 p m   e s t . . .   
 c e l t i c s  
s t a r v i n g   a n d   o u t n u m b e r e d   t h e   u n d e r d o g   c e l t i c s   f o u g h t   b a c k ! 
 b r o n z e a g e d r u i d s   c e l t s   s c o t t i s h c e l t s   t v s e r i e s   c e l t i c s   i r o n a g e d r u i d s   d a r k e s t w i n t e r   e p i s o d e 2   

n e x t   s t o p . . . a   b a b y   w i t h   k h l o e   k a r d a s h i a n ! 
 c e l t i c s  
i ’ m   t e l l i n g   y o u   g u y s :   b l a k e   g r i f f i n   i s   g o i n g   t o   h a v e   a   s t r o n g   i m p a c t   o n   t h e   c e l t i c s    
n o   w o n d e r   c o a c h   i m a   u d o k a   g o t   s u s p e n d e d   b y   t h e   c e l t i c s   o r g a n i z a t i o n ,   h e   w a s   f u c k i n g   f r o n t   o f f i c e   w i v e s .   a n d   o n   n i a   l o n g .   t h a t   g u y s   b r a i n   i s   d e f i n i t e l y   i n   h i s   d u m b   d i c k .
p o s t e d   i n   d e s i g n t w i t t e r   f i r s t .   a l s o   m y   f i r s t   j t   g r a p h i c !   🔥 ☘ ️ 
 c e l t i c s   b l e e d g r e e n  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ' s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   m a n y   b i g   s h o t s   d i d   e d d i e   h o u s e   m a k e   ( c o l d ) ?   c e l t i c s  
☘ ️ c e l t i c s   @   h o r n e t s   🐝   |   f u l l   g a m e   h i g h l i g h t s / c o m m e n t a r y   🎙 |   o c t   6 ,   2 0 2 2   🏀    
1 0   m o r e   d a y s ! !   u n t i l   t h e   n b a ' s   o p e n i n g   n i g h t   k i c k s   o f f ! 
 
 
 
 n b a o p e n i n g n i g h t   b a s k e t b a l l   n b a d a i l y r e c a p s   n b a b e t t i n g   s p o r t s g a m b l i n g   s p o r t s b e t t i n g   b a s k e t b a l l g a m b l i n g   n b a d a i l y n e w s     b a s k e t b a l l b e t t i n g   n b a   e s p n   l a k e r s   w a r r i o r s   c e l t i c s   7 6 e r s  
h e a v i e s t   p l a y e r s   i n   n b a   h i s t o r y :   👀 
 
 ▪ ️   o l i v e r   m i l l e r :   3 7 5   l b s .   
 ▪ ️   s h a q u i l l e   o ' n e a l :   3 6 0   l b s . 
 ▪ ️   s i m   b h u l l a r :   3 6 0   l b s . 
 ▪ ️   e d d y   c u r r y :   3 5 0   l b s . 
 ▪ ️   m i k e   s w e e t n e y :   3 4 0   l b s . 
 
 u s e d   t h e i r   h e f t   t o   t h e i r   a d v a n t a g e .   💪 
 
 p a c e r s   c e l t i c s   k i n g s   m a v s   k n i c k s   n b a  
- j u s t i n   j a c k s o n   w i n g   d e p t h ? 
 - j a k e   l a y m a n - n o 
 - b r o d r i c   t h o m a s - n o 
 - n o a h   v o n l e h - b o r d e r l i n e   n o 
 - i   w a n t   a   b r o g d o n - w h i t e - b r o w n - g r a n t - g r i f f i n   l i n e u p 
 - j b   a l l - s t a r   t o u r   t h i s   s e a s o n 
 - b r a d   g e t s   e x e c u t i v e   o f   t h e   y e a r 
 - j t   m v p   c a n d i d a t e   
 c e l t i c s
s o m e   t h o u g h t s   p r i o r   t o   t h e   s e a s o n : 
 - d o e s   k a b   g e t   c o n v e r t e d   t o   1 5 - m a n ? 
 - d o e s   v o n l e h   m a k e   t h e   1 5 - m a n ? 
 - d o u b l e - b i g   d o e s n ’ t   n e e d   t o   b e   u t i l i z e d 
 - h a u s e r   c a n   s h o o t ,   c a n   h e   c r e a t e   a n d   d e f e n d ? 
 - b r o g d o n   c a n   p l a y   5 0   g a m e s   i f   h e ’ s   h e a l t h y   f o r   p l a y o f f s 
 c e l t i c s
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
b u t   w o u l d   y o u   r a t h e r   h a v e   s a m a n i c   o r   j a c k s o n   o r   t h o m a s   o r   l a y m a n ?   c e l t i c s  
p a y t o n   p r i t c h a r d   e n d o r s e s   b l a k e   g r i f f i n   o n   t h e   c e l t i c s   

f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 8 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 8 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ' i   w a n t   t o   h e l p   ( u s )   w i n '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
    g l a d   t o   s e e   y o u   a r e   l e a r n i n g   t o   h o l d   y o u r   t o n g u e .   i m e u d o k a   f i r s t b l a c k c o a c h   c e l t i c s
t h i s   i s   t h e   j u s t i n   j a c k s o n   i   r e m e m b e r : 
 1 6   p o i n t s 
 6 - 1 4   f g 
 4 - 8   3 ’ s 
 4   r e b 
 1   a s t 
 1   s t l 
 1   b l k 
 c e l t i c s   
  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ’ s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w e   p i c k e d   u p   t h i s   j a y s o n   t a t u m   r o o k i e   t o d a y ! !   a l w a y s b u y i n g   d u k e   b l u e d e v i l s   c e l t i c s   @   c o a s t a l   s p o r t s   c a r d s  
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   h o r n e t s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ' s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   t e l l s     p o s t - g a m e :   " t h e   i n t e n s i t y   l e v e l   a n d   m a t u r i t y   l e v e l   o f   t h i s   . . .   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
g r a n t   w i l l i a m s   h a s   c o u n t e r   m o v e s   f o r   h i s   c o u n t e r   m o v e s   c e l t i c s  
t a l k e d   t o   b o b   h u g g i n s ,   a l   h o r f o r d   a n d   m o r e   a b o u t   j o e   m a z z u l l a ,   w h o ’ s   i m p r e s s i n g   a t   c e l t i c s   t r a i n i n g   c a m p ,   f o r   ⁦ ⁩ :    
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   1 1 2 ,   h o r n e t s   1 0 3 :   j a y l e n   b r o w n ,   b o s t o n ' s   b - s q u a d   t a k e s   c a r e   o f   c h a r l o t t e   o n   t h e   r o a d   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   s h o r t h a n d e d   c e l t i c s   c o m e   b a c k   f r o m   1 6   d o w n   t o   b e a t   t h e   h o r n e t s   o n   t h e   r o a d  
t h e   s h o r t h a n d e d   c e l t i c s   c o m e   b a c k   f r o m   1 6   d o w n   t o   b e a t   t h e   h o r n e t s   o n   t h e   r o a d  
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i   s t i l l   l i k e   t h i s   i d e a   👀   c e l t i c s  
t h e   c e l t i c s   w e r e   a n   a m e r i c a n   b a s k e t b a l l   t e a m   b a s e d   i n   b o s t o n   t h a t   w a s   f o u n d e d   i n   1 9 4 6 .   t h e   t e a m   c o m p e t e   i n   t h e   n a t i o n a l   b a s k e t b a l l   a s s o c i a t i o n   ( n b a )   a s   a   m e m b e r   o f   t h e   l e a g u e ' s   e a s t e r n   c o n f e r e n c e   a t l a n t i c   d i v i s i o n .   t h e y   r a n k   a m o n g   t h e   t o p   b a s k e t b a l l   t e a m s   i n   n b a   h i s t o r y .   n b a 7 5
b l a k e   g r i f f i n   s a y s   “ i t ’ s   r e f r e s h i n g ”   t o   b e   o n   a   t e a m   t h a t   c o m e s   t o   w o r k   “ l o c k e d   i n ”   a n d   d o e s n ’ t   n e e d   t o   b e   t o l d   t o   d o   s o   👀     c e l t i c s   

a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s    
i m e   u d o k a   a c c u s e d   o f   s l e e p i n g   w i t h   w i f e   o f     b o s t o n   c e l t i c s   o w n e r     v i a  
p a u l   g e o r g e   s t a r s   i n   n b a   c o m m e r c i a l   w i t h   j a y s o n   t a t u m ,   j o e l   e m b i i d ,   a n d   d a m i a n   l i l l a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f r i d a y   n i g h t s   a r e   f o r   f a m i l y ,   f o o t b a l l ,   h o m e c o m i n g ,   a n d   4 5 i n g   t h e   v i s i t i n g   t e a m . 
 
 o h   a n d   c o n v i n c i n g   h i s   b o y s   t o   d u m p   w a t e r   o n   h i m   🤣 
 
 g r e a t   w i n ,   c o a c h ! 
 f r i d a y n i g h t l i g h t s   f o o t b a l l   h o c o 2 2   c e l t i c s   h t c h s  
t h e   l a t e s t   c e l t i c s   m a i l b a g   f e a t u r e s   m f i o n d u   k a b e n g e l e ,   s a m   h a u s e r   a n d   m u c h   m o r e   f r o m   t h e   t e a m ' s   p r e s e a s o n  
s e e i n g   b l a k e   g r i f f i n   i n   a   c e l t i c s   u n i f o r m   i s   s u c h   a   s h o c k   t o   t h e   s e n s e s .   b u t   i   l i k e   i t .   a n y   g u y   w h o ' d   g e t   n a k e d   o n   b r o a d   c i t y   i s   o k a y   b y   m e .
p a y t o n   p r i t c h a r d   w a s   u n f a z e d   b y   t h e   c l o s i n g   d e f e n d e r s   a s   h e   c o n n e c t s   o n   a   3 - p o i n t e r   i n   t h e   f a c e   o f   t h e   c l o s i n g   d e f e n s e   c e l t i c s    
_ s m o o t h 1 0   _ m s 3     c o u l d   i   g e t   a   h a p p y   b i r t h d a y   f r o m   o n e   o f   m y   f a v o u r i t e   c e l t i c s   b i r t h d a y   c e l t i c s
j a y l e n   b r o w n   t a k i n g   m f i o n d u   k a b e n g e l e   u n d e r   h i s   w i n g   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n o a h   v o n l e h   h a s   a   l e g i t i m a t e   c h a n c e   a t   m a k i n g   t h e   c e l t i c s   r o s t e r .   d e s p i t e   r a c k i n g   u p   f o u l s   q u i c k l y   a n d   n e e d i n g   t o   w o r k   o n   p i c k - a n d - r o l l s   a s   a   c e n t e r ,   h e   h a s   g r e a t   q u a l i t i e s   t h e   c e l t i c s   c a n   u s e   t h i s   s e a s o n .   ( i   w r o t e   t h i s   i n   a u g u s t )   🍀  
b l a k e   g r i f f i n   g i v e s   h i g h   p r a i s e   t o   h e a d   c o a c h   j o e   m a z z u l l a ,   s a y i n g   h e ’ s   a b l e   t o   c o m m u n i c a t e   w e l l   a s   a   c o a c h   a n d   a s   a   p e r s o n .   g r i f f i n   n o t e s   i t ’ s   n o t   e a s y   f o r   a   f i r s t   y e a r   h e a d   c o a c h ,   b u t   m a z z u l l a   i s   a b l e   t o   d o   s o .   c e l t i c s   
  
c e l t i c s   h o r n e t s     w h e r e   u   g o i n g   l m a o   i   f o r g o t   t o   t w e e t   t h i s   l a s t   n i g h t   w y a   l m a o
w a i t ,   a m   i   a b o u t   t o   b e c o m e   a   b l a k e   g r i f f i n   s u p e r f a n ?   o k a y ,   l e t ' s   d o   t h i s .   c e l t i c s
b o s t o n   c e l t i c s :   f o r m e r   h o r n e t s   l o t t e r y   p i c k   f l o a t e d   f o r   c ’ s   t p e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f a b   m e l o   -   b o s t o n   c e l t i c s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s 
 
   n b a   n b a t w i t t e r   n b a t o p s h o t   m e l o   c e l t i c s   b o s t o n c e l t i c s   n u g g e t s   k n i c k s   m i l e h i g h b a s k e t b a l l   n e w y o r k f o r e v e r  
1 0 / 7   p u t n a m   p o s t g a m e   r e p o r t :   b a c k   i n   t h e   w i n   c o l u m n   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
i   w i l l   t a k e   1 4 / 1 3   f r o m   v o n l a h   a n y t i m e   c e l t i c s
w a t c h i n g   t h e     c e l t i c s   b r o a d c a s t   f r o m   l a s t   n i g h t   a n d   i   k n o w     w a n t e d   t o   a d d   i n   a   n w a / w c w   r e f e r e n c e   w h e n   h e   t a l k e d   a b o u t   t h e   b a s k e t b a l l   h i s t o r y   a t   g r e e n s b o r o   c o l i s e u m .   😂
j o r d a n   p o o l e   s h o u l d   j o i n   t h e   c e l t i c s   f u c k d r a y m o n d
e v a l u a t i n g   b l a k e   g r i f f i n ’ s   p r e s e a s o n   d e b u t   w i t h   t h e   b o s t o n   c e l t i c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   p r o m o t e   f o r m e r   w v u   p o i n t   g u a r d   t o   i n t e r i m   h e a d   c o a c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   g e t s   i t   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d e r r i c k   w h i t e   s e n d s   l a m e l o   b a c k   o v e r s e a s .   n b a   b a s k e t b a l l   n b a t w i t t e r   l a m e l o b a l l   h o r n e t s   c e l t i c s   d e r r i c k w h i t e  
i c y m i ,   f r o m   g r a n t   w i l l i a m s   c o n t i n u i n g   t o   a d d   t o   h i s   g a m e   t o   d e r r i c k   w h i t e ' s   a g g r e s s i v e   a p p r o a c h ,   b l a k e   g r i f f i n ' s   c e l t i c s   d e b u t ,   a n d   b o s t o n ' s   b e n c h   o u t s c o r i n g   c h a r l o t t e ' s   4 3 - 2 7 ,   h e r e ' s   w h a t   s t o o d   o u t   f r o m   t h e   c e l t i c s '   w i n   o v e r   t h e   h o r n e t s 

j a y l e n   b r o w n   j u s t   h a s   t h a t   h u n g e r   i n   h i s   e y e s   ( v i a   )     c e l t i c s   c e l t i c s t a l k
j a y l e n   b r o w n   t o   t h e   r i m .   n b a   b a s k e t b a l l   j a y l e n b r o w n   c e l t i c s   n b a t w i t t e r  
i u b b   l a s t   n i g h t : 
 
 🏀     ( 🇸 🇮 ) :   2 1   p t s   ( 8 - 1 4   f g ,   3 - 6   3 f g ,   2 - 2   f t ) ,   4   r e b s ,   4   a s t s 
 🏀   _   ( b c   g a r g ž d a i 🇱 🇹 ) :   1 0   p t s ,   4   r e b s ,   9   a s t s 
 
 n b a   p r e s e a s o n : 
 🏀   n o a h   v o n l e h   ( c e l t i c s ) :   1 4   p t s   ( 6 - 8   f g ) ,   1 3   r e b s ,   2   a s t s 
 🏀   o g   a n u n o b y   ( r a p t o r s ) :   1 3   p t s ,   2   r e b s ,   2   s t l s
e s p n ' s   z a c h   l o w e   p r o j e c t s   t h e   b o s t o n   c e l t i c s   a s   c o n t e n d e r s   d e s p i t e   o f f s e a s o n   h i c c u p s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t a t u m   s c o p e   p r i z m   p s a   1 0   r o o k i e !   l o o k i n g   t o   t r a d e   f o r   c u r r y   o r   g i a n n i s   p s a   1 0   r o o k i e s .   o p e n   t o   o f f e r s .   n o t   $ 1     _   _ s e l l   c e l t i c s   r o o k i e s   g i a n n i s   t a t u m   c u r r y   n b a  
r e c a p :   h o r n e t s   d r o p   t h i r d   s t r a i g h t   p r e s e a s o n   g a m e ,   l o s e   t o   c e l t i c s ,   1 1 2 - 1 0 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s :   j a y l e n   b r o w n   j u s t   h a s   t h a t   h u n g e r   i n   h i s   e y e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h a t   s h o u l d   w e   e x p e c t   f r o m   t h e   b o s t o n   c e l t i c s   i n   2 0 2 2 - 2 3 ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
_ d i m e s   g o i n g   c r a z y   f o r   . r y t i e r i   !   3 4 p t s   6 a s t   a n d   t h e   w 🔥 🔥 🔥 
 
 b a s k e t b a l l   c e l t i c s   k y r i e   n b a d r a f t   l a l a k e r s   o k c   k i n g j a m e s   n b a o n t n t   c l e v e l a n d c a v a l i e r s   n b a l o t t e r y   u n d e r a u r m o r   d a r i u s g a r l a n d  
b o s t o n ’ s   j a y l e n   b r o w n   r a n k e d   i n   s p o r t i n g   n e w s ’   t o p   f i v e   n b a   s h o o t i n g   g u a r d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i t ' s   s a t u r d a y   y o u   k n o w   w h a t   t h a t   m e a n s   i t ' s   t i m e   f o r   c o r d i s c h i a n d c o i t   w i t h     a n d     p r o d u c e d   b y   _ w e e i .   c a l l   i n   4 0 1 - 7 3 7 - 1 2 8 7   p a t r i o t s   n f l   b r u i n s   n h l   c e l t i c s   n b a   m l b p o s t s e a s o n   t e x t   i n t o   t h e   s h o w   @   3 7 9 3 7  
a   m e d i a l   i n f o r m a t i o n a l   p o s t :   t h e   i n j u r y   a n d   r e c o v e r y   o f   a r o n   b a y n e s   ( v i a   )     c e l t i c s   c e l t i c s t a l k
t h e   i n j u r y   a n d   r e c o v e r y   o f   f o r m e r   b o s t o n   c e l t i c s   b i g   m a n   a r o n   b a y n e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i n t e r e s t i n g   w o r d s   f r o m   j a y l e n   b r o w n   o n   j a y s o n   t a t u m   c e l t i c s   
 
 “ w e ’ r e   g o i n g   t o   n e e d   h i m   t o   s p e a k   m o r e   a n d   b e   m o r e   v o c a l   i f   w e   w a n t   t o   c o r r e c t   t h e   s h i p   a n d   g e t   t h i s   t h i n g   o f f   t o   t h e   r i g h t   s t a r t . ”
👀   d e r r i c k   w h i t e   v s   l a m e l o   b a l l 
 
 n b a   n b a i t a l i a   c e l t i c s   h o r n e t s   n b a p r e s e a s o n  
b o s t o n ' s   j a y l e n   b r o w n   r a n k e d   i n   s p o r t i n g   n e w s '   t o p   f i v e   n b a   s h o o t i n g   g u a r d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n o a h   v o n l e h   n e e d s   t o   w o r k   o n   t h e   a r t   o f   a   s u c c e s s f u l   p i c k - a n d - r o l l   i f   h e ’ s   t o   p l a y   c e n t e r   o n   t h e   c e l t i c s .   f o r   a l l   t h e   g o o d   h e   b r i n g s   t o   t h e   t a b l e ,   h e ’ s   a   f o u l   m a c h i n e   a n d   i t   t y p i c a l l y   h a p p e n s   w h e n   h e ’ s   s e t t i n g   a   p i c k   a n d / o r   d e f e n d i n g   o f f - b a l l .
j o e   m a z z u l l a   s a y s   h e   m i s s e s   b e i n g   i n   t h e   “ t r e n c h e s ”   a n d   w o r k i n g   i n d i v i d u a l l y   w i t h   t h e   p l a y e r s   i s   p r o b a b l y   t h e   b i g g e s t   d i f f e r e n c e   f r o m   b e i n g   a n   a s s i s t a n t   c o a c h   t o   h e a d   c o a c h   c e l t i c s
b o s t o n   c e l t i c s :   o v e r p e r f o r m i n g   2 0 1 9   f i r s t - r o u n d   p i c k   u n l i k e l y   t o   h a v e   d e a l   g u a r a n t e e d   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   👌   c e l t i c s  
c l e a r l y   l a m e l o   c a n ’ t   s t a y   i n   f r o n t   o f   d e r r i c k   w h i t e   a n d   t h e   o n l y   w a y   t o   s t o p   h i m   i s   t o   t a k e   h i m   d o w n   c e l t i c s    
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c e l t i c s '   j a y s o n   t a t u m   r a n k e d   i n s i d e   e s p n ' s   t o p   1 0   o f   2 0 2 2 - 2 3   t o p   1 0 0   p l a y e r s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i   b e l i e v e   i n   y o u   m o r e   t h a n   a n y t h i n g   i ’ v e   e v e r   b e l i e v e d   i n .   i   c o m p l e t e l y   e x p e c t   y o u   t o   f u c k   s h i t   u p .     c e l t i c s
o n   t h i s   d a y :   f o r m e r   b o s t o n   c e l t i c s   b i g   m a n   b r e t t   s z a b o   s i g n s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ’ s   j a y l e n   b r o w n   j u s t   o u t s i d e   o f   s p o r t s   i l l u s t r a t e d ’ s   t o p   2 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ' s   j a y l e n   b r o w n   j u s t   o u t s i d e   o f   s p o r t s   i l l u s t r a t e d ' s   t o p   2 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w h a t   t e a m s   d o   y o u   p c ?   l i o n s p r i d e   r a v e n s f l o c k     d e t r o i t r o o t s   o r i o l e s     r e d w i n g s   p i s t o n s   c e l t i c s      
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g a m e   r e c a p :   c e l t i c s   1 1 2 ,   h o r n e t s   1 0 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i n t e r e s t i n g   e p i s o d e   
 s e x   a d d i c t   
 
   n i a l o n g 
 i m e u d o k a   r h o h   c e l t i c s   
 r e a l h u s b a n d s o f h o l l y w o o d  
b l a k e   g r i f f i n   m a k e s   c e l t i c s   d e b u t   a s   n o a h   v o n l e h   f i n a l l y   f i g h t s   f o r   r o s t e r   s p o t   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - h o r n e t s   p r e s e a s o n   r e m a t c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g u y s   i   c o u l d n ’ t   r e a l l y   w a t c h   m u c h   o f   t h e   g a m e   b e c a u s e   i   w a s   w o r k i n g   🥺   b u t   i   s a w   w e   c a m e   u p   f r o m   b e i n g   d o w n   a n d   i   s a w   b l a k e   g r i f f i n   g e t   2   f r e e   t h r o w s .   w e   l o o k   g r e a t .   c a n ’ t   w a i t   f o r   o p e n i n g   n i g h t   l f g   c e l t i c s
c h a r l o t t e   h o r n e t s   d r o p   t h i r d   s t r a i g h t ,   l o s e   t o   b o s t o n   c e l t i c s 
 
 
 
 n b a   c h a r l o t t e   h o r n e t s   a l l f l y   b o s t o n   c e l t i c s   b l e e d g r e e n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a a l l s t a r   n b a j a p a n g a m e s 2 0 2 2   n b a i n a b u d h a b i   l a k e s h o w   h e a t t w i t t e r   m f f l   s u n s
j u s t i n   j a c k s o n   s t r e n g t h e n s   c a s e   f o r   c e l t i c s   r o s t e r   s p o t   i n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   i m e   u d o k a ' s   f a l l o u t   w i t h   b o s t o n   c e l t i c s   c o u l d   s a v e   t h e   b r o o k l y n   n e t s 
 
 
 
 n b a   b r o o k l y n t o g e t h e r   n e t s   b r o o k l y n   b l e e d g r e e n   b o s t o n   c e l t i c s   t r u e t o a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n
b o s t o n   c e l t i c s :   b / r   s e e s   d e r r i c k   w h i t e   a s   o d d   m a n   o u t   i n   b a c k c o u r t 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   t r u e t o a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a i n a b u d h a b i   n b a j a p a n g a m e s 2 0 2 2   m f f l
b l a k e   g r i f f i n   p r a i s e s   ' o f f   t h e   c h a r t s '   c e l t i c s   i n t e n s i t y ,   m a t u r i t y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   t o o k   t h a t   w   ! ! !   t h a t ’ s   w h a t   i ’ m   t a l k i n g   a b o u t   a n d   o n   t h e y   c o u r t   ! ! !   i   l o v e   i t
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t i m e   t o   w a t c h   m y     g a m e   s u c k s   n o t   a l l   t h e   g u y s   a r e   p l a y i n g   b u t   i   g e t   i t ,   i t ’ s   n b a p r e s e a s o n   n b a t w i t t e r   c e l t i c s   a l l a b o u t 1 8   b l e e d g r e e n
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   b o s t o n   c e l t i c s   n b a   v i d e o :  
j u s t i n   j a c k s o n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j u s t i n   j a c k s o n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
d e r r i c k   w h i t e   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   d e r r i c k   w h i t e   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
j u s t i n   j a c k s o n   s t r e n g t h e n s   c a s e   f o r   c e l t i c s   r o s t e r   s p o t   i n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   r e s u l t s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2   ;   n b a   g a m e s   t o d a y ;   c e l t i c s 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s
l a m e l o   b a l l   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   l a m e l o   b a l l   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
c e l t i c s ’   m a r c u s   s m a r t   c r a c k s   s p o r t s   i l l u s t r a t e d ’ s   t o p   5 0   n b a   p l a y e r s   l i s t   f o r   2 0 2 2 - 2 3 . 
 
 b o s t o n c e l t i c s   🏟 
 c e l t i c s   🏀 
 n b a   n b a t w i t t e r   
 

g r a n t   w i l l i a m s   l o o k s   l i k e   a   n e w   p l a y e r :   7   t a k e a w a y s   f r o m   c e l t i c s   v s .   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h r e e   g a m e s ,   t h r e e   d e f e a t s .   w h a t   w e   l e a r n e d   i n   t h e   h o r n e t s ’   p r e s e a s o n   l o s s   t o   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e r r i c k   w h i t e   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e r r i c k w h i t e   d e r r i c k   w h i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
n o a h   v o n l e h   -   1 4   p t s ,   1 3   r e b ,   2   a s t ,   1   s t l   f u l l   h i g h l i g h t s | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 n o a h v o n l e h   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

a i n ' t   n o   w a y   i m e   u d o k a   r i s k e d   i t   a l l   f o r   t h a t .   s h e   h a d   t o   p u t   w i t c h c r a f t   o n   h i m   f u c k   t h a t .   a i n ' t   n o   w a y   i m e u d o k a   c e l t i c s   d r a y m o n d g r e e n   g o l d e n s t a t e
b l a k e   g r i f f i n   t a k e s   s u b t l e   s h o t   a t   n e t s   a m i d   p r a i s e   f o r   c e l t i c s   a f t e r   h i s   b o s t o n   d e b u t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a l e n   m c d a n i e l s   w i t h   a n   a l l e y   o o p   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
1 )   t a t u m 
 2 )   j b 
 3 )   s m a r t 
 4 )   b r o g d o n 
 5 )   h o r f o r d 
 6 )   d e r r i c k   w h i t e 
 7 )   b a t m a n 
 8 )   f a s t   p p 
 9 )   h a u s e r 
 1 0 )   b l a k e 
 1 1 )   k o r n e t t 
 1 2 )   t i m e l o r d * 
 1 3 )   g a l l o * 
 1 4 )   v o n l e h 
 1 5 )   j u s t i n   j a c k s o n 
 1 6 )   k a b e n g e l e   ( 2 - w a y ) 
 1 7 )   d a v i s o n   ( 2 - w a y ) 
 
 i s   i t   o p e n i n g   n i g h t   y e t ?   c e l t i c s
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s   v s   h o r n e t s   p r e s e a s o n   r e m a t c h 

  b l a k e   g r i f f i n   c e l t i c s   d e b u t   -   7   p t s ,   9   r e b ,   2   a s t   f u l l   p l a y | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 b l a k e g r i f f i n   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

s e e i n g   b l a k e   g r i f f i n   i n   c e l t i c s   g r e e n   i s   w i l d   b u t   i   l o v e   i t ! ! !   c e l t i c s  
t h i s   w a r r i o r s   t e a m m a t e   d r a m a   r e a l l y   m a k e s   y o u   w o n d e r   i f   t h e   2 0 2 2   n b a   t i t l e   i s   l e g i t . . .   c e l t i c s
d e r r i c k   w h i t e   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e r r i c k w h i t e   d e r r i c k   w h i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
p a y t o n   p r i t c h a r d   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a y t o n p r i t c h a r d   p a y t o n   p r i t c h a r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e r r i c k w h i t e   p i c k s   u p   1 8   p o i n t s   a n d   s i x   a s s i s t s   t o   h e l p   t h e   c e l t i c s   e r a s e   a   1 6 - p o i n t   d e f i c i t   a g a i n s t   t h e   h o r n e t s .   f i n a l :   b o s   1 1 2   -   1 0 3   c h a   n b a p r e s e a s o n
b a l l i n g   o u t   d   w h i t e   c e l t i c s
g a r y   w a s h b u r n :   j a y l e n   b r o w n   w i l l   b e   t h e   l o n e   m e m b e r   o f   t h e   f i r s t   u n i t   t o   g e t   m i n u t e s   t o n i g h t .   c e l t i c s    
j u s t i n   j a c k s o n   w i t h   a   b l o c k   v s   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n o a h v o n l e h   n o a h   v o n l e h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
p o i n t s   o n   t h e   b o a r d   p o d c a s t ! 
 
 -   b o s t o n   s t i l l   t h e   b e s t   i n   t h e   e a s t ? 
 -   m o d e r n   v s .   o l d - s c h o o l   c o a c h e s 
 -   i m e u d o k a   r a c i a l   d o u b l e   s t a n d a r d ? 
 -   n b a   s h o u l d n ’ t   f o r c e   t h e   s a l e   o f   t e a m s 
 -   p l u s   m o r e . 
 
 f a n t a s y b a s k e t b a l l   w n b a   c e l t i c s   s u n s   s p o r t s b e t t i n g   g a m b l i n g 
 
  
w h a t   e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   s a i d   a b o u t   j o e   m a z z u l l a   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e y   n e e d   t o   b r i n g   k e m b a   b a c k   s o m e h o w   i d c .   h e ' s   s u c h   a   g e m   💙   c e l t i c s  
m a z z u l l a   o n   n o a h   v o n l e h ,   w h o   r e s p o n d e d   f r o m   a   t o u g h   f i r s t   h a l f   w i t h   1 4   p o i n t s   a n d   1 3   r e b o u n d s :   
 
 “ i   t h i n k   h e ’ s   g r e a t ;   h e   u n d e r s t a n d s   t h e   g a m e ,   s c r e e n s   w e l l ,   f i t s   i n t o   o u r   d e f e n s i v e   i d e n t i t y .   v e r y   h a p p y   w i t h   t h e   w a y   h e   p l a y e d .   h e   d i d   s o m e   g o o d   t h i n g s   f o r   u s . ”   c e l t i c s
a l e x   c o r a   a t   t h e   m e t s   g a m e ? ? 
 l o v e   h e ' s   w e a r i n g   a   c e l t i c s   l i d 
 b o s t o n g u y   l o v e m y m a n a g e r   s i g n d e v e r s   s i g n b o g a e r t s
c e l t i c s   t a k e a w a y s   a s   d e r r i c k   w h i t e   s h i n e s ,   b l a k e   g r i f f i n   m a k e s   d e b u t   i n   p r e s e a s o n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h i s   i s   k a t h l e e n   n i m m o   l y n c h ,   t h e   d e v o u t   m o r m o n   w h o   h a d   a n   a f f a i r   w i t h   i m e   u d o k a . 
 
 i m e u d o k a   c e l t i c s  
b o s t o n ’ s   b - s q u a d   t a k e s   d o w n   c h a r l o t t e   1 1 2 - 1 0 3   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a ,   c e l t i c s   m e d i a   r e a c t   t o   b o s t o n ' s   1 1 2 - 1 0 3   p r e s e a s o n   w i n   o v e r   t h e   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
m a z z u l l a   o n   n o a h   v o n l e h ,   w h o   r e s p o n d e d   f r o m   a   t o u g h   f i r s t   h a l f   w i t h   1 4   r e b o u n d s   a n d   1 3   r e b o u n d s :   
 
 “ i   t h i n k   h e ’ s   g r e a t ;   h e   u n d e r s t a n d s   t h e   g a m e ,   s c r e e n s   w e l l ,   f i t s   i n t o   o u r   d e f e n s i v e   i d e n t i t y .   v e r y   h a p p y   w i t h   t h e   w a y   h e   p l a y e d .   h e   d i d   s o m e   g o o d   t h i n g s   f o r   u s . ”   c e l t i c s
c e l t i c s   a t   h o r n e t s :   b o s t o n   o u t l a s t s   e a r l y   c h a r l o t t e   p u s h ,   w i n   1 1 2 - 1 0 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b r o g d o n   i s   t h e   p r i z e   a c q u i s i t i o n   n o   d o u b t . . b u t   b r a d s t e v e n s   m a y   h a v e   s t u m b l e d   u p o n   a   g e m   i n   n o a h v o n l e h   . .   c e l t i c s
h o r n e t s   l o s e   t o   c e l t i c s   i n   p r e - s e a s o n   p l a y 
 n .   r i c h a r d s   -   3 p t s ,   3 r e b ,   1 b l k 
 t .   r o z i e r   -   1 4 p t s ,   6 r e b ,   3 a s t ,   2 s t l ,   1 b l k 
 p j .   w a s h i n g t o n   -   1 2 p t s ,   4 r e b ,   3 a s t ,   3 s t l 
 
 b b n   😸   c a r d s g o n e p r o   ♦ ️   k y p r o b a s k e t b a l l   🏀   n b a t w i t t e r   l e t s g o p r o
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :     1 1 2 ,   h o r n e t s   1 0 3 .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
i   t h i n k   b l a k e   g r i f f i n   i s   h a p p y   w i t h   h i s   c h o i c e .   
 
 c e l t i c s   a r e   a l r e a d y   l o c k e d   i n .  
f r o m   g r a n t   w i l l i a m s   c o n t i n u i n g   t o   a d d   t o   h i s   g a m e   t o   d e r r i c k   w h i t e ' s   a g g r e s s i v e   a p p r o a c h ,   b l a k e   g r i f f i n ' s   c e l t i c s   d e b u t ,   a n d   b o s t o n ' s   b e n c h   o u t s c o r i n g   c h a r l o t t e ' s   4 3 - 2 7 ,   h e r e ' s   w h a t   s t o o d   o u t   f r o m   t h e   c e l t i c s '   w i n   o v e r   t h e   h o r n e t s   

t h e   c e l t i c s   u s u a l s   c h e e r i n g   o n   t h e   b e n c h   p l a y e r s   w a s   a w e s o m e   t o n i g h t !   c e l t i c s  
i t ’ s   o n l y   p r e s e a s o n ,   b u t   i ’ m   l i k i n g   h o w   t h i s   g r o u p   i s   s h a p i n g   u p   t o   b e .   c e l t i c s   a l l a b o u t 1 8   ☘ ️  
g o o d   w i n   b o y s !   l e t ' s   g o   c e l t i c s !   ☘ ️  
t h e   h o r n e t s   a l s o   h a d   m o r e   o f f e n s i v e   r e b o u n d s ,   s t e a l s ,   a n d   b l o c k s   t h a n   t h e   c e l t i c s ,   a n d   w o n   t h e   t u r n o v e r   b a t t l e   1 0 - 1 9   ( s o   w e   a r e   p r o t e c t i n g   t h e   b a l l   a t   a   b e t t e r   c l i p ) .   
 
 t h e   h o r n e t s   a l s o   d o m i n a t e d   i n   t h e   p a i n t ,   o u t s c o r i n g   t h e   c e l t i c s   t h e r e   5 4 - 3 6 .   
 
 a l l f l y   🐝
m v p   f o r   t h e   c e l t i c s   p r e s e a s o n   s q u a d   g o t t a   b e   a   t i e   b e t w e e n   v o n l e h   & a m p ;   h a u s e r . . t h i s   i s   t h e   m o s t   c o n s i s t e n t   i ' v e   s e e n   v o n l e h   l i k e   e v e r . . . m u s t   b e   t h e   h o m e   c o o k i n g !   n b a
c e l t i c s   g o t   m u l t i p l e   g u y s   w h o   c a n   p u t   a   1 0 +   5 +   5 +   l i n e   t o g e t h e r . . j a y s o n ,   j a y l e n ,   a l ,   d w ,   b r o g d o n . .   o c c a s i o n a l l y   r o b   & a m p ;   s m a r t   a s   w e l l .
      c e l t i c s   h a v e   m u l t i p l e   g u y s   w h o   c a n   p u t   t h a t   s t a t l i n e   t o g e t h e r ( 1 0 + p t s ,   5 + a s t   & a m p ;   5 + r b s ) . . i t ' s   a m a z i n g !
    s u r e   “ n o s e ”   h o w   t o   p i c k   a   w i n n e r ! ! 😂 🤣 😂 🤣 😂 🤣 😂   b l e e d g r e e n   b o o g e r g a t e   n b a   c e l t i c s   a b b y c h i n  
i t ’ s   n o   s e c r e t   t h a t   p a t r i c k   b e v e r l e y   f e e l s   s l i g h t e d   b y   t h e   f a c t   t h a t   h e ’ s   n e v e r   w o n   t h e   d e f e n s i v …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
k e m b a   w a l k e r :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   ' a   s p e c i a l   p e r s o n '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c ’ s   s t a t s :   j a y l e n   b r o w n   1 9   p o i n t s ,   5   r e b o u n d s …   d e r r i c k   w h i t e   1 8   p o i n t s ,   6   a s s i s t s …   j u s t i n   j a c k s o n   1 6   p o i n t s …   p a y t o n   p r i t c h a r d   1 5   p o i n t s ,   7   a s s i s t s …   n o a h   v o n l e h   1 4   p o i n t s ,   1 3   r e b o u n d s …   b l a k e   g r i f f i n   7   p o i n t s ,   9   r e b o u n d s   c e l t i c s   b l e e d g r e e n   ☘ ️
b r o d r i c ,   l u k a   & a m p ;   l a y m a n   c u t   i m o . .   j u s t i n j a c k s o n   m i g h t   h a v e   h e a t e d   u p   a t   t h e   r i g h t   t i m e . . w a s n t   a   f l a w l e s s   g a m e   b u t   b r u h   p l a y e d   l i k e   h i s   l i f e   d e p e n d e d   o n   i t !   c e l t i c s
            _ m i m i         _ c e l t i c s               w o w !     t h a t   w a s   o n e   h e c k u v a   g o o d   g a m e   f o r   c o a c h   m a z z u l a !     t o o k   j a y l e n   a n d   t h e   b e n c h   a n d   b e a t   t h e   h o r n e t s   s t a r t e r s . 
 
 a l s o   l i k i n g   t h e   d e p t h   v o n l e h   a n d   g r i f f i n   g i v e   u s   i n   t h e   f r o n t   c o u r t . 
 
 o n e   m o r e   p r e s e a s o n   g a m e   t h e .   o u r   c e l t i c s   a r e   p l a y i n g   f o r   k e e p s !
a   s h o r t h a n d e d   c e l t i c s   t e a m   r a l l i e d   i n   t h e   t h i r d   q u a r t e r   t o   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   o n   f r i d a y .  
r e a l l y   s o l i d   d e b u t   f o r   b l a k e   g r i f f i n .   h a s   t h e   p o t e n t i a l   t o   f i l l   o u t   t h e   b o x   s c o r e   i n   v e r y   l i m i t e d   m i n u t e s   w h i l e ,   m o s t   i m p o r t a n t l y ,   g i v i n g   c e l t i c s   b i g s   a   b r e a k .  
b l a k e   g r i f f i n   f i n i s h e s   w i t h   7   p o i n t s   a n d   9   r e b o u n d s   i n   1 6   m i n u t e s .   h e   w a s   a   p l u s - 8 .   c e l t i c s   h o r n e t s
t h e   s h o r t h a n d e d   c e l t i c s   w o n .   h o r n e t s   a r e   h o r r e n d o u s   a n d   i t ’ s   p r e s e a s o n ,   b u t   w i n s   a r e   s t i l l   f u n .
f i n a l   c e l t i c s   w i n   1 1 2 - 1 0 3   h o r n e t s
c e l t i c s   b e a t   h o r n e t s   1 1 2 - 1 0 3   w i t h o u t   f o u r   m a i n   p l a y e r s .   b r o w n   1 9 ,   w h i t e   1 8 ,   j a c k s o n   1 6 ,   p r i t c h a r d   1 5 ,   v o n l e h   1 4 .
🚨 p o s t g a m e   s h o w   n o w ! 
 
 j o i n     a n d   _ s w a y   f o r   c e l t i c s   p o s t g a m e   s h o w   l i v e ! 
 
 📺 w a t c h :   
 
 ⚡ ️ b y   ,   _ a g ,    
n b a   p r e s e a s o n :   c e l t i c s   1 1 2 ,   h o r n e t s   1 0 3 
 
 l a m e l o   b a l l :   2 3   p o i n t s ,   9   a s i s t s ,   4   r e b o u n d s ,   3   s t e a l s 
 
 k e l l y   o u b r e   j r . :   1 8   p o i n t s   o n   7 - 1 4   s h o o t i n g 
 
 p . j .   w a s h i n g t o n   h a d   1 2 
 
 b o u k n i g h t   0 - 8   f r o m   t h e   f l o o r   b u t   h a d   9   r e b o u n d s
c e l t i c s   1 1 2   h o r n e t s   1 0 3 .   m u c h   b e t t e r   s h o w i n g   f r o m   t h e   d e p t h   g u y s ,   p a r t i c u l a r l y   n o a h   v o n l e h .   
 
 w e ' r e   g o i n g   l i v e   n o w   w /   _ s w a y   :  
h a p p y   f o r   m y   g u y   v o n l e h !   i ' v e   b e e n   t r y i n g   t o   h i m   b a c k   h o m e   f o r   a t l e a s t   2   y r s   b l e e d g r e e n   c e l t i c s
t h e   2 4 a u t o g r o u p   i s   d e a d .   t h e s e   s h r i l l   c o m m e r c i a l s   m e a n s   n o b o d y   n e w   c o m i n g   t o   y o u ! !   p u l l   t h i s   a d   n o w .   i t ' s   h o r r i b l e .   c e l t i c s       c o m m e r c i a l s   a r e   o k   b u t   n o t   t h i s   b u l l s h i t .
s w e a t i n g   o u t   a   p r e s e a s o n   g a m e   m i g h t   b e   a l l   t i m e   l o w   c e l t i c s   h o r n e t s
n o   g a m e s   u n t i l   n e x t   f r i d a y ? ?   😩 ☘ ️   c e l t i c s
i   l o v e   o u r   t e a m   😌 ☘ ️   c e l t i c s  
j u s t i n   j a c k s o n   i s   p l a y i n g   w e l l   t o n i g h t   c e l t i c s
i s   d w h i t e & g t ; l a m e l o   w h a t   i ’ m   h e a r i n g ?   c e l t i c s   h o r n e t s
b r o d e r i c k   t h o m a s   a i n ' t   m a k i n g   t e a m   c e l t i c s
s o m e   c e l t i c s   l o v e   f r o m     a t   c i t i  
a l e x   i s   i n   n e w   y o r k 
 r e d s o x 
 c e l t i c s  
j u s t i n   j a c k s o n   t r a t a n d o   d e   h a c e r   l a   g r a n   c a r s e n   e d w a r d s ,   i   s e e   y o u   c e l t i c s
c e l t i c s   b e t t e r   w i n   t o n i g h t …   ☘ ️
4 q   u n d e r w a y   b e t w e e n   c e l t i c s   & a m p ;   h o r n e t s .   i ' m   g o i n g   l i v e   p o s t - g a m e   w i t h   _ s w a y  
j u s t i n   j a c k s o n ' s   c h a s e   d o w n   b l o c k   b r o u g h t   t h e   c e l t i c s   b e n c h   t o   t h e i r   f e e t .   e v e n   t h e   a s s i s t a n t   c o a c h e s   w e r e   f i r e d   u p !   
 
 c e l t i c s   o u t s c o r e   t h e   h o r n e t s   3 6 - 2 2   i n   t h e   3 r d   q u a r t e r   t o   t a k e   a   9   p o i n t   l e a d   i n t o   t h e   4 t h .
a f t e r   3   c e l t i c s   9 3 - 8 4   h o r n e t s
🚨 h o m e   s t r e t c h ! 🚨 
 
 c e l t i c s   a r e   u p   9 3 - 8 4 ! 
 
 j o i n     a n d   _ s w a y   f o r   t h e   g a r d e n   r e p o r t   p o s t   g a m e   s h o w   a f t e r   c e l t i c s   v s   h o r n e t s ! 
 
 📺 w a t c h :   
 
 ⚡ ️ b y   ,   _ a g   & a m p ;    
j a c k s o n   s h o o t i n g   3 ' s   a n d   f i n i s h i n g   w i t h   t h a t   b l o c k .   t h a t ' s   w h a t   t h e   c e l t i c s   i s   a b o u t !
v o n l e h   a n d   p r i t c h a r d   c o u l d   b e   a n   o f f   t h e   b e n c h   p r o b l e m   f o r   o t h e r   t e a m s 
 
 c e l t i c s
l o v e   w h a t   n o a h   h a s   d o n e   a t   t h e   b a c k   u p   c e n t e r   s p o t   s o   f a r   c e l t i c s
j u s t i n   j a c k s o n   i s   t h a t   d a w g   c e l t i c s
p r i t c h a r d   h a s   l o o k e d   g o o d   i n   t h e s e   s e c o n d   h a l v e s .   y o u   w o n d e r   w h a t   h i s   r o l e   a n d   f u t u r e   a r e   g o i n g   t o   b e   t h i s   s e a s o n   a n d   b e y o n d   a f t e r   c e l t i c s   g o t   d e e p e r   a t   t h e   g u a r d   s p o t .   t h e r e ' l l   b e   m o m e n t s   f o r   h i m ,   b u t   n o t   m a n y .
j u s t i n   j a c k s o n   b l o c k s   m a r k   w i l l i a m s   d u n k   a t   t h e   r i m .   t h e   u n c   o n   d u k e   c r i m e   i s   r e a l .   w h a t   a   s t r e t c h   f o r   j a c k s o n .   c e l t i c s   h o r n e t s
j a c k s o n   s a i d   d o n ’ t   p l a y   w i t h   h i m   t o n i g h t .   c e l t i c s   k e e p   t h a t   m o m e n t u m   m y   g u y .
j u s t i n   j a c k s o n   i s   g e t t i n g   s o m e   b u c k e t s   c e l t i c s
t h r e e   t h r e e s   i n   a   r o w   f o r   j u s t i n   j a c k s o n   a n d   h e   n e e d e d   t h o s e   f o r   h i s   c o n f i d e n c e .   c e l t i c s   h o r n e t s
j a c k s o n   s h o w e d   u p   t o n i g h t   c e l t i c s
g u e s s   w h a t   …   w e   s t i l l   h a v e   d a n i l o   a n d   r o b   w i l l i a m s   o n   s t a n d b y   😊 🫠 🤭   c e l t i c s     n b a  
t h i s   i s   a   f u n   b a c k   & a m p ;   f o r t h   c e l t i c s
g r a n t   w i l l i a m s   i s   w o r k i n g   o n   h i s   g a m e . 
 i   a i n ' t   n e v e r   s e e n   h i m   p u t   b a l l   o n   f l o o r   c e l t i c s
l a m e l o   b a l l   n e e d s   a n k l e   i n s u r a n c e   a f t e r   t h i s   c r o s s o v e r   b y   w h i t e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   l a m e l o   b a l l   c r o s s o v e r   c h a   c h a r l o t t e   h o r n e t s   b o s   b o s t o n   c e l t i c s
3   p r e   s e a s o n   g a m e s   i s   e n o u g h   f o r   m e . . .   s a m   h a u s e r   h o f   c e l t i c s  
9   b o a r d s   i n   1 6   m i n u t e s   f o r   b l a k e   g r i f f i n .   c e l t i c s   h o r n e t s
k e m b a   w a l k e r   t o     o n   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a :   " t h e y ' v e   g o t   a   g r e a t   c o a c h ,   b u t   e v e n   m o r e   i m p o r t a n t ,   h e ' s   a   s p e c i a l   p e r s o n .   h e ' s   a   s p e c i a l   g u y   t o   m e .   i ' v e   g o t   a   l o t   o f   l o v e   f o r   t h a t   g u y . "
r e a l l y   h a p p y   t o   s e e   k e m b a   c o u r t   s i d e .   w i s h   t h i n g s   c o u l d ’ v e   w o r k e d   o u t … . .   c e l t i c s
a l ,   m a l c o l m ,   m a r c u s ,   a n d   j a y s o n   c e l t i c s   g o c e l t i c s  
n i c e   s c r e e n   b y   g r i f f i n   t o   c l e a r   j a y l e n   f o r   a   3 .   c e l t i c s
g l a d   h e   i s   h e r e ,   a n d   b l a k e   i s   v e r y   m u c h   w i n d e d . . . l i k e   m y   a s s   b e   i n   t h i s   g a m e .   c e l t i c s
j f c   c e l t i c s   y a l l   s t i l l   h a v e n ' t   c l e a n e d   u p   t h e   t u r n o v e r s 
 s t o p   t u r n i n g   t h e   b a l l   o v e r !
e d d i e   h o u s e :   d r a y m o n d   g r e e n   ' a   b u l l y '   f o r   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   h a s   b e e n   t e r r i f i c   f o r   t h e   c e l t i c s   s o   f a r   i n   t h e   p r e s e a s o n .
c e l t i c s   v s .   h o r n e t s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
_ s m o o t h 1 0   w i t h   t h e   b l o c k !   t h a t ’ s   t h a t   c e l t i c s   d e f e n s e   c e l t i c s  
b l a k e   g r i f f i n   b u r y i n g   3 ’ s   🔥 🔥 🔥 
 
 c e l t i c s   •   b l e e d g r e e n   •   n b a   
 
  
g r i f f i n   r e p l a c e s   v o n l e h   t o   s t a r t   s e c o n d   h a l f .   c e l t i c s   h o r n e t s
d e r r i c k   c h i l l l l l   i t ’ s   o n l y   p r e s e a s o n     c e l t i c s   n b a  
b o s t o n   m a k i n g   a   c o m e   b a c k   n b a   c e l t i c s
( n e w   y o r k   t i m e s ) : b o s t o n   c e l t i c s   c o a c h   i m e   u d o k a   r o s e   f a s t   a n d   f e l l   h a r d   :   w e e k s   a f t e r   t h e   c e l t i c s   a b r u p t l y   s u s p e n d e d   u d o k a   f o r   t h e   s e a s o n ,   i t ’ s   s t i l l   n o t   e n t i r e l y   c l e a r   w h y .   s o m e   w h o   h a v e   k n o w n   h i m   a r e   s t r u g g l i n g   t o   m a k e   s e n s e   . .  
a f t e r   2   c e l t i c s   5 7 - 6 2   h o r n e t s
b l a k e   g r i f f i n   j u s t   s c o r e d   h i s   f i r s t   b a s k e t   a s   a   ! ☘ ️ ☘ ️ 
 b l a k e g r i f f i n   n b a   n b a t w i t t e r   n b a p r e s e a s o n   c e l t i c s   
  
🚨 c e l t i c s   t r a i l   t h e   h o r n e t s   6 2 - 5 7   a t   h a l f t i m e 
 
 t u n e   i n t o     p o s t g a m e   s h o w   a f t e r ! 
 
   & a m p ;   _ s w a y   r e c a p   c e l t i c s   v s   h o r n e t s ! 
 
 📺 w a t c h   l i v e :   
 
 ⚡ ️ b y   _ a g   |     |    
d e r r i c k   w h i t e   w o k e   u p   f e e l i n g   d a n g e r o u s   c e l t i c s
    a n d   c e l t i c s   f a n s   a r e   b l e s s e d   w i t h   t w o   o f   t h e   g r e a t e s t   p l a y - b y - p l a y   a n n o u n c e r s     a n d     ☘ ️   💚   b l e e d g r e e n   c e l t i c s
l e a d i n g   t h e   c e l t i c s   i n   s c o r i n g   w i t h   1 5   p o i n t s ,   5 / 8   f r o m   t h e   f l o o r ,   h e ' s   d i s h e d   o u t   5   a s s i s t s   a n d   p u l l e d   d o w n   2   b o a r d s .  
d e r r i c k   w h i t e   i s   p l a y i n g   r e a l l y   w e l l   o n   b o t h   s i d e s .   c e l t i c s   h o r n e t s
l e t ' s   g o   c e l t i c s .   c e l t i c s
b l a k e   f o r   3   c e l t i c s
e v e r y t h i n g   i t ' s   o k   c e l t i c s 
 
 b e l i e v e   i n   b o s t o n   
 
 r o a d t o 1 8   ☘ ️  
p l u m l e e   i s   a   p l u m l e e .   c e l t i c s
n o a h   v o n l e h   b e e n   n i c e   s o   f a r   t o d a y ,   g o i n g   a   l o n g   w a y   t o   m a k i n g   t h e   r o s t e r   c e l t i c s
n o   o f f e n s e   t o   t h e   g u y ,   b u t   i   d o n ' t   t h i n k   n o a h   v o n   l e h   i s   g o i n g   t o   m a k e   i t   c e l t i c s   b l e e d g r e e n
c e l t i c s   r e a l l y   t r y i n g   t o   g e t   a   l o n g   l o o k   a t   v o n l e h   a n d   h e   c a n ' t   s t o p   s e t t i n g   i l l e g a l   s c r e e n s .
l a m e l o   j u s t   g o t   h i s   a n k l e s   t a k e n   a w a y   b y   ! 
 n b a   n b a t w i t t e r   c e l t i c s   n b a p r e s e a s o n   c l u b g r e e n   h i g h l i g h t   
  
o h   s h i t !     f u c k i n   b i g   s t u d   b l a k e   g r i f f o n   i s   b a c k . . .   c e l t i c s   b i g r e d   b l e e d s g r e e n
s i x   m i n u t e s   f o r   g r i f f i n   i n   h i s   f i r s t   s t i n t .   2   p t s ,   4   r e b s .   c e l t i c s   h o r n e t s
b r i c k   g r i f f i n   t o n i g h t . . . c e l t i c s  
y e a r   1   v s .   y e a r   7 
 j a y l e n   b r o w n ,   c e l t i c s  
3 5 - 2 2   h o r n e t s   
 
 l a m e l o   g o t   c o o k i n g ,   c e l t i c s   b a d   o n   t h e   b o a r d s   a n d   t u r n o v e r s   c o n t i n u e .   b r o w n   a n d   w h i t e   l o o k e d   g o o d ,   w h i c h   m i g h t   b e   a l l   t h a t   m a t t e r s .   w a n t   t o   s e e   a   s t r o n g e r   f l a s h   f r o m   g r a n t   & a m p ;   h a u s e r   i n   t h e i r   n e x t   r o t a t i o n s .
a f t e r   1   c e l t i c s   2 2 - 3 5   h o r n e t s
c e l t i c s   t r a i l   3 5 - 2 2   a f t e r   1 q .   w h i t e   8 ,   b r o w n   7 ;   b a l l   1 5 .   i t ' s   g o n n a   b e   a   l o n g   t h r e e   r e m a i n i n g   q u a r t e r s .
f i r s t   q u a r t e r   i n   t h e   b o o k s   o f   p r e s e a s o n   g a m e   3 .   
 
 h i g h l i g h t :   b l a k e   g r i f f i n ' s   c e l t i c s   d e b u t . 
 
 l o w l i g h t :   c e l t i c s   d o w n   3 5 - 2 2   w i t h   9   t u r n o v e r s .
o m w   i   k n o w   i t ' s   p r e s e a s o n ,   b u t   t h i s   i s   t h e   s l o p p i e s t   n b a   g a m e   i ' v e   e v e r   s e e n .   i   r e m e m b e r   w h e n   t h e i s   f i r s t   j o i n e d   t h e   c e l t i c s     a n d   t h a t   g a m e   w h e r e   h e   l i t   t h e   p l a c e   u p .
m a n   c e l t s   a r e   g e t t i n g   r o c k e d !   c e l t i c s
c e l t i c s   g i v i n g   u p   a   t o n   o f   o - b o a r d s   a n d   t u r n o v e r s   i n   t h e   f i r s t .   a   l o t   o f   g u y s   r e s t i n g   a l s o   a f f e c t i n g   t h e   c h e m i s t r y   o f   t h e   h a l f   c o u r t   o f f e n s e .   c e l t i c s
t h o m a s - b r o w n - g r i f f i n - l a y m a n - p r i t c h a r d   t h e   l a t e s t   c e l t i c s   u n i t .
w e   g e t t i n g   c o o k e d   r i g h t   n o w   c e l t i c s   
 
 l a m e l o   m i g h t   d r o p   4 0   o n   u s   i f   t o n i g h t   i n   p r e   s e a s o n
s a m   h a u s e r   a n d   b l a k e   g r i f f i n   a r e   t h e   d u o   b o s t o n s   b e e n   w a i t i n g   f o r   🫡 
 
 c e l t i c s
c e l t i c s   l o o k   r e a l l y   t i r e d ,   m a z z u l l a   c a l l s   t i m e o u t   d o w n   3 2 - 1 7   l a t e   1 q .
  s a m   h a u s e r ’ s   n i c k n a m e   i s   “ h a u s e r   p a i n ” 
 
 i n s t e a d   o f   “ h o u s e   o f   p a i n ”   
 
 c e l t i c s  
b l a k e   g r i f f i n   c h e c k s   i n   c e l t i c s
c e l t i c s   v s .   h o r n e t s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
4   c h a   o r e b   i n   7   m i n .   c e l t i c s   g a v e   u p   1 6   o r e b   o n   s u n d a y   a n d   1 3   o n   w e d n e s d a y . 
 
 1 4 . 5   p e r   g a m e   e n t e r e d   t h e   n i g h t   r a n k e d   2 6 t h   i n   t h e   p r e s e a s o n .
c e l t i c s   v s   h o r n e t s   p r e s e a s o n .   t h i s   i s   g r a n t   w i l l i a m s   f a m i l y .   b l e e d g r e e n   c e l t i c s  
t h e   h o r n e t s   c o m m e n t a t o r s   b e   w i l d   e v e n   i n   p r e   s e a s o n   😂 😂   n b a   c e l t i c s
t h i s   s t a r t i n g   l i n e   u p   w i t h   t h e   b e n c h   w e   g o t   r n   w o u l d   b e   a   6 t h   s e e d   t e a m   l m a o   c e l t i c s   l e t ’ s   g o
r e f s   a c t i n g   l i k e   l e b r o n   i s   p l a y i n g   c e l t i c s
d e r r i c k   w h i t e   j u s t   d r o p p e d   l a m e l o   b a l l   i n   p r e s e a s o n .   m y   b o y   d   w h i t e   c e l t i c s   ☘ ️ ☘ ️ ☘ ️ ☘ ️ 😤 😮 ‍ 💨
_ c j d r   2 4 a u t o g r o u p   a s s a u l t i n g   p e o p l e   o n   c o m m e r c i a l s       c e l t i c s   . . .   
 
 n o p e !   n o b o d y   c o m i n g   t o   y o u   f r o m   t h o s e   c o m m e r c i a l s . . .   w e   h a t e   y o u .
j a y s o n   t a t u m   i s   n o t   c o n c e r n e d   a b o u t   p r e s e a s o n   s t r u g g l e s ,   s a y s   ' i   s t a r t   o f f   s l o w '   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d e a r     :   t h a t   2 4 a u t o g r o u p   c o m m e r c i a l ?   i ’ m   n o t   i n t o   t h e   3 r d   p r e s e a s o n   g a m e   a n d   i   h a v e   a l r e a d y   s w o r n   t o   n e v e r   b u y   f r o m   t h e m ,   n e v e r   l e t   f r i e n d s   a n d   f a m i l y   b u y   f r o m   t h e m ,   a n d   r e a d y   t o   f i l e   a   f c c   c o m p l a i n t .   w h y   d o   y o u   h a t e   y o u r   v i e w e r s ?   c e l t i c s
1 s t   c e l t i c s   e d i t   v a r i a n t   f o r   ' 2 2 - ' 2 3   -   u b u n t u   2 . 0   -   w i t h   b l a k e !   🤍   a n d   r e t w e e t   p l e a s e ,   t h a n k   y o u !   ☘ ️ 
 
     _ w i l l i a m s i i i   _ m s 3     _ h o r f o r d         _ s m o o t h 1 0          
c e l t i c s   s t a r t e r s :   h a u s e r ,   b r o w n ,   v o n l e h ,   w h i t e ,   g w i l l i a m s
  v s     -   t h e   s c a r y   g o r d o   c u p ! 
 
 
 
 n b a p r e s e a s o n   n b a   c e l t i c s   h o r n e t s  
c e l t i c s   n o t   w a t c h i n g   t o d a y   i ’ m   a t   t h e   k n i c k s   g a m e   i n   n e w   y o r k   c i t y   b u t   g o   c e l t i c s   t o n i g h t   i ’ m   a c t u a l l y   a t   a   g a m e   a t   m a d i s o n   s q u a r e   g a r d e n
i n   t h e   s p o r t s   w o r l d ,   t h e   h e a d   c o a c h   i s   v e r y   “ f a m o u s ” .   t h a t   i s   c e l e b r i t y .   a n d   i t ’ s   i n t o x i c a t i n g !   e v e n   t o   p e o p l e   w h o   s h o u l d   k n o w   b e t t e r .   i m e u d o k a   b o s t o n   c e l t i c s   n b a   n i a l o n g  
w h i t e - b r o w n - h a u s e r - g r a n t - v o n l e h   f o r   t h e   c e l t i c s   
 
 h o r n e t s   w i t h o u t   h a y w a r d ,   s m i t h ,   m a r t i n  
a l m o s t   g a m e   t i m e !   c e l t i c s  
d e s p i t e   n o t   p l a y i n g   t o n i g h t   i n   t h e   c e l t i c s   p r e s e a s o n   b o u t   a g a i n s t   t h e   h o r n e t s ,   f i n d   o u t   w h y   j a y s o n t a t u m   i s n ’ t   c o n c e r n e d   a b o u t   h i s   e a r l y   o f f e n s i v e   s t r u g g l e s  
d e s p i t e   n o t   p l a y i n g   t o n i g h t   i n   t h e   c e l t i c s   p r e s e a s o n   b o u t   a g a i n s t   t h e   h o r n e t s ,   f i n d   o u t   w h y   j a y s o n t a t u m   i s n ’ t   c o n c e r n e d   a b o u t   h i s   e a r l y   o f f e n s i v e   s t r u g g l e s  
c ’ s   i n a c t i v e   l i s t :   j a y s o n   t a t u m * ,   d a n i l o   g a l l i n a r i ,   m a l c o l m   b r o g d o n * ,   m a r c u s   s m a r t * ,   l u k e   k o r n e t ,   a l   h o r f o r d * ,   a n d   r o b e r t   w i l l i a m s   c e l t i c s 
 
 * r e s t
p r e s e a s o n   g a m e   t h r e e   s t a r t e r s : 
 w h i t e ,   h a u s e r ,   b r o w n ,   g .   w i l l i a m s ,   a n d   v o n l e h   c e l t i c s   b l e e d g r e e n   ☘ ️
c e l t i c s   s t a r t i n g   l i n e u p   f o r   g a m e   3   o f   t h e   p r e s e a s o n :  
r e a d y   t o   s e e   t h i s   l i n e   u p   i n   a c t i o n !   l o v e   p r e - s e a s o n   c e l t i c s ☘ ️   b a s k e t b a l l ! !  
i   j u s t   p u b l i s h e d   t o p   1 0   b o s t o n   c e l t i c s  
j a y l e n   b r o w n   w i l l   b e   t h e   l o n e   m e m b e r   o f   t h e   f i r s t   u n i t   t o   g e t   m i n u t e s   t o n i g h t .   c e l t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a l t h o u g h   b l a k e   g r i f f i n   s i g n e d   f o r   l e s s   t h a n   h i s   r e a l - t i m e   v a l u e ,   h i s   a d j u s t m e n t   t o   t h e   v e t e r a n   m i n i m u m   d o e s   w e l l   f o r   a   c e l t i c s   t e a m   l o o k i n g   t o   m a i n t a i n   a   s t r o n g   f o u n d a t i o n   f o r   i t s   c o r e .    
b r a d ! ! ! !   c e l t i c s  
s c a l   a n d   g o r d o n   h a v i n g   a   c o n v o   c e l t i c s  
s a m e   s t a r t i n g   f i v e   f o r   t h e   h o r n e t s   t o n i g h t .   s t e v e   c l i f f o r d   s a i d   l a m e l o ,   t e r r y   r o z i e r   a n d …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i g h t   o f f   f o r   s o m e   o f   t h e   c e l t i c s   r e g u l a r s .   b l a k e   g r i f f i n   w i l l   m a k e   h i s   t e a m   d e b u t ,   t h o u g h .    
c e l t i c s   s t a r   j a y l e n   b r o w n   o p e n s   u p   d u r i n g   b o s t o n ,   m f a   p a n e l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
d e r r i c k   w h i t e   s a y s   t h e   c e l t i c s   h a v e   w o r k e d   o n   d e f e n s i v e   s w i t c h e s   a h e a d   o f   t o n i g h t ’ s   g a m e      
j b   w a n t s   t o   w i n 
 j t   w a n t s   t o   w i n 
 i   w a n t   t o   w i n 
 c e l t i c s 
  
c a r e f u l   i m e . . .   j u s t   f o u n d   t h i s . . .     
 
 c e l t i c s   i m e u d o k a  
n e w   c e l t i c s   b o t t l e   o p e n e r   😍 ☘ ️ 🔥  
b l a k e   g r i f f i n ’ s   f i r s t   p r e g a m e   r o u t i n e   w i t h   t h e   c e l t i c s 

g o t   a   f u l l   s c h e d u l e   f o r   t o n i g h t ! 
 n b a t v   n b a   n b a t w i t t e r   c e l t i c s   a l l f l y   p a c e r s   k n i c k s   n u g g e t s   b u l l s n a t i o n   w e t h e n o r t h   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s   m a g i c   m f f l   m a v e r i c k s   r a p t o r s   h o r n e t s   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n  
“ t a k e   i t   o n e   d a y   a t   a   t i m e ” 👀   c e l t i c s   
  
t h e   c e l t i c s   s e c o n d   u n i t   i s   g o i n g   t o   b e   s t r o n g   t h i s   s e a s o n .   t h e r e ’ s   a   t o n   o f   l i n e u p   v a r i a t i o n s   a n d   r o t a t i o n s   u p   j o e   m a z z u l l a ’ s   s l e e v e .   i ’ m   i n t e r e s t e d   t o   s e e   a   l i n e u p   o f :   b r o g d o n ,   b r o w n ,   h a u s e r ,   g r a n t ,   a n d   g r i f f i n .   b r o g d o n ’ s   b u i l t   a   q u i c k   r a p p o r t   w i t h   b r o w n ,   h a u s e r ,   a n d   g r a n t
h a d   t o   b e   t h e   c e l t i c s   w h o   p a i d   f o r   t h e   t a p e s   t o   l e a k   w a r r i o r s   c e l t i c s   n b a
1 s t   c e l t i c s   e d i t   f o r   ' 2 2 - ' 2 3   -   u b u n t u   2 . 0   -   i t ' s   g o i n g   t o   b e   a n   i n c r e d i b l e   s e a s o n   o n   t h e   w a y   t o   b a n n e r 1 8   🤍   a n d   r e t w e e t   p l e a s e ,   t h a n k   y o u ! 
 
     _ w i l l i a m s i i i   _ m s 3     _ h o r f o r d         _ s m o o t h 1 0    
c a n   s a m   h a u s e r   c r e a t e   f o r   h i m s e l f ?   w a t c h   t h i s   👀   c e l t i c s  
j a y l e n   b r o w n   w i l l   b e   t h e   l o n e   m e m b e r   o f   t h e   f i r s t   u n i t   t o   g e t   m i n u t e s   t o n i g h t .   c e l t i c s
c e l t i c s   s t a r   j a y l e n   b r o w n   o p e n s   u p   d u r i n g   b o s t o n ,   m f a   p a n e l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c h a r l o t t e   h o r n e t s   a t   b o s t o n   c e l t i c s   p r e v i e w   a n d   g a m e   t h r e a d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h i s   i s   w h y   t h e     a r e   o n e   o f   t h e   b e s t   o r g a n i z a t i o n s .   t h e   s o m e   w o u l d   s a y   " t o o   l o n g "   o f   a   s u s p e n s i o n   t o   i m e   s e t s   t h e   p r e c e d e n t   m o v i n g   f o r w a r d ,   m u c h   u n l i k e   t h e   s l a p   o n   t h e   w r i s t   m o s t   e x p e c t   f r o m   t h e   .     c e l t i c s   w a r r i o r s     s u c k e r p u n c h
d r a y m o n d   g r e e n   i s   a   p i e c e   o f   s h i t   w h o   k n e w   🤷 ‍ ♂ ️   c e l t i c s
t h e   g a m e s   m i k e   g o r m a n   w i l l   h a v e   o f f   t h i s   s e a s o n ,   s e a n   g r a n d e   w i l l   b e   f i l l i n g   i n   f o r   h i m   🍀   c e l t i c s
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   p r i c e   o f   b a s k e t b a l l   i s   s o   e x p e n s i v e   t h a t   g r a n t   w i l l i a m s   i s   c o m m a n d i n g   $ 1 2 m m ? ? ?   c e l t i c s  
n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s
t a k i n g   a n y   c e l t i c s   r e l a t e d   t h o u g h t s   o r   q u e s t i o n s   l e a d i n g   u p   t o   t h e   g a m e !   i ’ l l   a n s w e r   a n y t h i n g   i   c a n   t o   t h e   b e s t   o f   m y   a b i l i t y   w i t h   m y   h o n e s t   o p i n i o n !   l e t ’ s   s t a r t   a   t h r e a d   c e l t i c s   f a n s !
  i ’ m   s u r e     a n d   t h e       a r e   g o i n g   t o   d o   t h e   r i g h t   t h i n g   a n d   s u s p e n d     
 
 t h e y   w e r e   a l l   s o   o f f e n d e d   w h e n   c e l t i c s   f a n s   s w o r e   a t   p o o r   d r a y m o n d   i n   t h e   f i n a l s .       
 
 a s s a u l t   & g t ;   b a d   l a n g u a g e  
b o s t o n   c e l t i c s :   b / r   s e e s   d e r r i c k   w h i t e   a s   o d d   m a n   o u t   i n   b a c k c o u r t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
📣   n e w   p o d c a s t !   " e p .   2 0 5   -   d i d   d a n n y   a i n g e   l e a k   t h e   i m e   u d o k a   s t o r y ? "   o n     a i n g e   c e l t i c s   d r a y m o n d   k a r e e m   l a k e r s   l e b r o n   n b a   u d o k a   w e m b a n y a m a  
    d r a y m o n d   s h o u l d   b e   t h e   o n e   b e i n g   s u e d   a n d   d i s c i p l i n e d .   y o u   c a n ' t   j u s t   r o c k   a   g u y   l i k e   t h a t   w h e n   y o u r   a   g r o w n   m a n . . . c e l t i c s   f a n s   g e t   c a l l e d   o u t   f o r   y e l l i n g   p r o f a n i t y   a t   h i m .   i   w o n d e r   w h a t     w i f e   s a y s   a b o u t   h i m   s u c k e r   p u n c h i n g   a   t e a m m a t e .   h o w s   t h a t   l o o k   f o r   h i s   k i d s ?
t h e   p o w e r s   o f   7 :   r e i n t r o d u c i n g   t h e   2 0 2 2 - 2 3   n b a   t i t l e   c o n t e n d e r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   ( 1 - 1 )   a t   c h a r l o t t e   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  l e t ’ s   g e t   i t   d o n e   c e l t i c s
b o s t o n   c e l t i c s   ( 1 - 1 )   a t   c h a r l o t t e   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f y y y y   p l a y i n g   t o n i g h t   l e t ’ s   s e e e e e   h o w   h e   c a n   d o   i n   c e l t i c s   g r e e n   👀 👀 👀 👀 ☘ ️ 💪 🏻
n o t h i n g   g e t s   i n   t h e   w a y   o f   j a y s o n   t a t u m   b e i n g   a   d a d ,   n o t   e v e n   b e i n g   a   p r o f e s s i o n a l   a t h l e t e ,   a n d   i ’ m   p r o u d   t o   s a y   i t ’ s   g r e a t   t o   s e e   c e l t i c s   

w e   w i l l   g l a d l y   b e   t h e   s a f e   p l a c e   f o r   j o r d a n   p o o l e   😎 💯 ☘ ️   j o r d a n p o o l e   d r a y m o n d g r e e n   c e l t i c s   n b a   🗣 ️ 🗣 ️ 🤗  
n e w   v i d e o   a l e r t ! 
 b u c k s   v s .   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   -   2 k 2 3 

w e m b a n y a m a   _ 3 2   i s   e x a c t l y   t h e   t y p e   o f   p l a y e r   i   c r e a t e d   i n   n b a   l i v e   2 0 0 0 ,   j u s   s a y i n ,   h o p e   h e   s t a y s   h e a l t h y ,   h u m b l e   a n d   l e v e l   h e a d e d !     n b a   j o r d a n   k o b e   l e b r o n   k n i c k s   l a k e r s   c e l t i c s  
n e w   v i d e o   t o   w a t c h : 
 
 " r a p t o r s   a t   c e l t i c s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c e l t i c s   b o s t o n c e l t i c s 
 

d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   g a m e   w i t   m y   b a b y   🥰 ☘ ️
b e s t   s o u n d   i n   s p o r t s   s h o r t s   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
t h e r e ’ s   s o m e t h i n g   a b o u t   b l a k e   g r i f f i n   t h a t   i ’ m   r e a l l y   i n t r i g u e d   w i t h .   i ’ m   r e a l l y   h i g h   o n   h i m   i n   b o s t o n .   c e l t i c s  
b o s t o n   c e l t i c s   a l u m   p e t e   m a r a v i c h ’ s   w r i s t   p a s s   w a s   a   d e v a s t a t i n g   w e a p o n .   p e t e m a r a v i c h   m a r a v i c h   p i s t o l p e t e   p i s t o l p e t e m a r a v i c h  
l e a v e   i t   t o   t h e   d u b s   t o   b e a t   t h e   c e l t i c s   a g a i n . . .   
 a n o t h e r   e x e c u t i o n   o f   a w k w a r d   i n t e r l o c u t i o n ,   
 m i g h t   b e   s o m e   f r e n z i e d   m e d i a   d a y s   f o r t h c o m i n g   i n   
 o a k l a n d   t o o .   
 
 i m g o n n a g i t y o u s u c k a p u n c h   
 n b a
a l e x   b a r l o w   g e t s   h i s   f i r s t   s h o t   a s   h e a d   c o a c h :   k e e p   a n   e y e   o n   t h e   m a i n e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   e x e c u t i v e s   g i v e   g r a n t   w i l l i a m s   a   $ 1 2 - 1 3 m   a n n u a l   s a l a r y   i n   a n   e x t e n s i o n   c e l t i c s   
 

d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s p e a k i n g   a t   m f a   p a n e l ,   c e l t i c s ’   j a y l e n   b r o w n   c h a l l e n g e s   b o s t o n i a n s   t o   b e t t e r   c i t y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   d o n ’ t   t h i n k   b l a k e   g r i f f i n   a t   t h e   f i v e   i s   a   b a d   o p t i o n   f o r   t h e   c e l t i c s   i n   c e r t a i n   s e t s
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s p e a k i n g   a t   m f a   p a n e l ,   c e l t i c s '   j a y l e n   b r o w n   c h a l l e n g e s   b o s t o n i a n s   t o   b e t t e r   c i t y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i f   t h e   c e l t i c s   r e - s i g n   g r a n t   w i l l i a m s   f o r   f o u r   y e a r s   i n   t h e   n e i g h b o r h o o d   o f   $ 5 0 m ,   t h a t ' s   a   h u g e   b a r g a i n .  
d o n ’ t   b e   d e c e i v e d ,   t e a m s   l e a k   w h a t   t h e y   w a n t ,   h o w   t h e y   w a n t ,   w h e n   t h e y   w a n t   t o   s e r v e   t h e   o r g a n i z a t i o n   c e l t i c s   w a r r i o r s
b r o w n   t o o k   a n   i n t e r e s t   i n   k a b e n g e l e   a f t e r   t h e   2 5 - y e a r - o l d   b i g ,   w h o   i s   f i g h t i n g   f o r   a   r o t a t i o n   s p o t ,   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  i t ’ s   a b o u t   w i n n i n g   c h a m p i o n s h i p s   i n   b o s t o n .     e v e n   t a t u m   a n d   b r o w n   a d m i t t e d   t h e y   w o u l d   r a t h e r   h a v e   b a n n e r   1 8   t h a n   a l l   t h e   i n d i v i d u a l   a c c o l a d e s .     c e l t i c s
b u t   k a b e n g e l e   f e e l s   h e ’ s   f i n a l l y   f o u n d   t h e   r i g h t   p a t h .   “ i ’ m   n o t   t h e   s a m e   p e r s o n   i   w a s   i n   m y   r o …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   w i l l   m a k e   c e l t i c s   d e b u t   f r i d a y   a g a i n s t   t h e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e x p e c t   t o   s e e   a   l o t   o f   m i n u t e s   g o   t o   t h e   f i v e   g u y s   t r y i n g   t o   m a k e   t h e   r o s t e r   o n   t r a i n i n g   c a m p   d e a l s   a s   t h e y   s t i l l   h a v e   s o m e t h i n g   t o   p r o v e ,   n o t   t o   m e n t i o n   t h e   c e l t i c s   a r e   s t i l l   l o o k i n g   t o   s i g n   a t   l e a s t   o n e   m o r e   p l a y e r   b e f o r e   t h e   s t a r t   o f   t h e   s e a s o n .
      h a h a ,   t h a t   h a p p e n e d   w i t h   t h e   c e l t i c s   a n d   g r a n t   w i l l i a m s .   s o m e h o w ,   t h a t   w o r k e d   i n   t h e i r   f a v o r : 
 

t h i n g s   w o u l d   p a n   o u t   v e r y   n i c e l y   f o r   o t h e r   t e a m s ,   i f   t h e   w a r r i o r s   a n d   t h e   c e l t i c s   a r e   m u d d l e d   w i t h   d e r a i l m e n t s   a l l   s e a s o n .
k e v i n   g a r n e t t   i s   t h e   e p i t o m e   o f   t h e   s t r e t c h   4 . 
   
 c e l t i c s   t i m b e r w o l v e s   b o s t o n   m i n n e s o t a    
s o   y o u ' r e   n o t   a l l o w e d   t o   d a t e   s o m e o n e   i n   y o u r   o r g a n i z a t i o n   b u t   y o u   c a n   p u n c h   t h e   s h i t   o u t   o f   s o m e o n e .     g o t   i t .     w a r r i o r s   c e l t i c s
w h o   h a d   b e t t e r   o f f - s e a s o n   d r a m a ,   t h e   c e l t i c s   o r   t h e   w a r r i o r s   ?                                             c e l t i c s   w a r r i o r s   d r a y m o n d g r e e n   i m e u d o k a   n b a
t h r i l l e d   t o   b e   b a c k     t o n i g h t !     h e a r t   g e t s   s u n g   o u t   s t a r t i n g   a t   6 p m   i n   t h e   b a s e   l o d g e .     
 
 a c o u s t i c   f o l k   r o c k   c e l t i c s  
b l a k e   g r i f f i n   w i l l   m a k e   c e l t i c s   d e b u t   f r i d a y   a g a i n s t   t h e   h o r n e t s 

w e ’ r e   g e t t i n g   b l a k e   g r i f f i n   t o n i g h t   👀   c e l t i c s
3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   w i n   t o t a l   p i c k s :   w h y   c a v a l i e r s   a r e   t r e n d i n g   u p   i n   c e n t r a l   d i v i s i o n . . . 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   c h a r l o t t e   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i ’ m   s o   u p s e t   t h a t   m y   c e l t i c s   a r e   p l a y i n g   g r e e n s b o r o   t o n i g h t   & a m p ;   i   w o n ’ t   b e   t h e r e   😩   
 i   t h o u g h t   t h e   g a m e   w a s   i n   c h a r l o t t e   t h i s   w h o l e   t i m e .
b l a k e   s e t   t o   l i k e l y   m a k e   h i s   c e l t i c s   d e b u t   t o n i g h t .  
b l a k e   g r i f f i n   s a i d   h e ’ s   g o i n g   t o   p l a y   t o n i g h t   i n   g r e e n s b o r o ,   l i k e l y   1 0   t o   1 2   m i n u t e s .   s a i d   h i s   b o d y   f e e l s   g o o d ,   r e a d y   f o r   g a m e   a c t i o n .   c e l t i c s   h o r n e t s .
l o o k s   l i k e   a   r e s t   n i g h t   f o r   t h e   c e l t i c s   i n   g r e e n s b o r o .   s t a r t e r s   p l a y e d   c o n s i d e r a b l e   m i n u t e s   o n   w e d n e s d a y .  
b o s t o n   c e l t i c s :   c b   w a n t s   f o r m e r   d r a f t   l o t t e r y   b i g   m a n   t o   m a k e   c s   r o s t e r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
1 0 x   n b a   a l l - s t a r !   4   r e a s o n s   t h e   c e l t i c s   i n   t r o u b l e   t h i s   n b a s e a s o n   .   i m e u d o k a    
b e s t   o f   j a y s o n   t a t u m   f r o m   2 0 2 2   p l a y o f f s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s o   w e   m o s t   l i k e l y   w i l l   b e   s e e i n g   b l a k e   g r i f f i n   m a k i n g   h i s   c e l t i c s   d e b u t   t o n i g h t .  
c o n s i d e r i n g   a l l   t h e   f i r s t   u n i t   g u y s   a r e   s t i l l   h e r e   a t   g r e e n s b o r o   w o r k i n g   o u t   w e l l   a f t e r   s h o o t a r o u n d ,   d o n ’ t   e x p e c t   t a t u m ,   b r o w n ,   h o r f o r d ,   b r o g d o n   o r   s m a r t   t o   p l a y   v s   h o r n e t s   t o n i g h t .   c e l t i c s .  
j u s t   i m a g i n e   i f   a n y   o f   t h e s e   t r a d e s   h a p p e n e d   t o   k o b e   b r y a n t   a n d   t h e   l a k e r s   👀 👀 
 
 ( t h r e a d :   p a r t   2   b e l o w ) 
 
 l a k e r s   l a k e s h o w   k o b e b r y a n t   b l a c k m a m b a   b u l l s   p i s t o n s   m a v s   c e l t i c s   n b a  
⚽ | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   p r i x   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 2 0 2 2  
m i s t r e s s   i d e n t i f i e d !   t h e   i d e n t i t y   o f   t h e   w o m a n   w h o   h a d   a n   a f f a i r   w i t h   n i a l o n g ' s   f i a n c é ,   c e l t i c s   c o a c h   i m e u d o k a ,   h a s   b e e n   r e v e a l e d . 

t h i s   “ h y p e ”   v i d e o   h a s   m a d e   m e   t e a r   u p …   c o m i n g   s o o n   b u t   i d k   i f   y ’ a l l   a r e   r e a d y   ☘ ️ 👀 
 
 b l e e d g r e e n   c e l t i c s  
h o t   t a k e s   w e   m i g h t   a c t u a l l y   b e l i e v e :   c e l t i c s   m o r e   l i k e l y   t h a n   w a r r i o r s   t o   r e t u r n   t o   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   h a s   e a r n e d   a n   i m p o r t a n t   r o l e   o f f   t h e   c e l t i c s   b e n c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   t r a v e l   t o   h o u s t o n   t o   f a c e   r o c k e t s :   p r e v i e w ,   s t a r t   t i m e ,   a n d   m o r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
    k i n g a r t h u r   o f   w a l e ' s   a n d   h i s   k i n g d o m . . .   t h e   c e l t i c s   v i k i n g s   w e r e   m u s l i m   🤲 🏻 📖 ✨   t h e   q u r a n   a c t s   a s   k r y p t o n i t e   t o   s o r c e r e r ' s   a n d   t h e   j i n n   🧞 🦇   s h a y a t e e n .   m o n t   s t .   m i c h e l   i s   l i n k e d   t o   k i n g   a r t h u r ' s   c a s t l e .
c o n n o r s   o n l y   p l a y e d   l e s s   t h a n   t w o   s e a s o n s   f o r   t h e   c e l t i c s   t o   p u r s u e   a   d r e a m   i n   t h e   m l b ,   w h i c h   h e   w a s   t r y i n g   t o   d o   b e f o r e   h e   j o i n e d   t h e   a r m y   i n   w w i i .   h e   e v e n t u a l l y   r e a l i z e d   h e   w a s n ’ t   g o i n g   t o   m a k e   a   c a r e e r   f o r   h i m s e l f   i n   s p o r t s   a n d   p u r s u e d   a n   a c t i n g   c a r e e r .
c h u c k   c o n n o r s   w o u l d   j o i n   t h e   n e w l y   c r e a t e d   c e l t i c s   i n   1 9 4 6   a f t e r   h e   w a s   d i s c h a r g e d   f r o m   t h e   m i l i t a r y .   c o n n o r s   b r o k e   t h e   b a c k b o a r d   d u r i n g   p r e g a m e   o f   t h e   c e l t i c s   i n a u g u r a l   h o m e   o p e n e r   b y   a   s l a m   d u n k ,   d e l a y i n g   t h e   g a m e   a n d   b e c o m i n g   t h e   f i r s t   p l a y e r   t o   b r e a k   a   b a c k b o a r d .  
s a m   h a u s e r   l o o k s   m o r e   l i k e   l a r r y   b i r d   t h a n   h e   d o e s   g o r d o n   h a y w a r d ,   b o t h   a s   a   s h o o t e r   a n d   a   p e r s o n   c e l t i c s  
l a r r y   b i r d .   l e g e n d s   a r e n ’ t   b o r n ,   t h e y ’ r e   m a d e .   c e l t i c s    
i t   w a s   c o n c e n t u a l   b u t t   s t i l l   w r o n g   n o n e t h e l e s s   f o r   t h e   c e l t i c s   h e a d   c o a c h .   f y i , 
 b i l l c l i n t o n   g o t   s o m e   r e a l   " f a c e t i m e "   🤣 🤣 🤣   f r o m   m o n i c a . . s h e   t u r n e d   a r o u n d   a n d   w r o t e   a   b o o k   m a d e   a   💰 🤔 . . b i l l   s t i l l   d i d   b i l l   a n d   g o t   a   d o l l a r   b i l l .  
s a m   h a u s e r   h a s   e a r n e d   a n   i m p o r t a n t   r o l e   o f f   t h e   c e l t i c s   b e n c h  
d o   r a p t o r s   a n d   c e l t i c s   f a n s   h a v e   b e e f . . .   😆   
 
 
 
 r a p t o r s   t o r o n t o   b o s t o n   c e l t i c s
s a m   h a u s e r   i s   p r o v i n g   h e ' s   r e a d y   f o r   a   b i g g e r   r o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   c e l t i c s   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   f o u   d e   2 1 € 
 🛒 
 
 n b a  
  d r a y m o n d   j u s t   b e c a m e   a   c e l t i c s   f a n   f a v o r i t e   f u c k p o o l e
s a m   h a u s e r   i s   p r o v i n g   h e ’ s   r e a d y   f o r   a   b i g g e r   r o l e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   f i r s t   c e l t i c s ,   c r e a t e d   i n   1 9 4 6 🍀  
m o r e   p r a y e r s   u p   f o r   b l a c k   l o v e         . _   
 p o d c a s t   r e e l s   f u n n y   r e l a t i o n s h i p   t r e n d i n g   b r e a k i n g   b l a c k i n s t a g r a m   b l a c k t w i t t e r   n b a   b o s t o n   c e l t i c s   n i a l o n g   i m e u d o k a  
g a m e d a y   v i b e s   🤠   
 
 t h e   h o r n e t s   a r e   b a c k   i n   a c t i o n   t o n i g h t   a g a i n s t   t h e   c e l t i c s ;   t i m e   f o r   a   t u r n a r o u n d !   
 
 a l l f l y   🐝  
i f   y o u   g r e w   u p   i n   b o s t o n   w h e n   i   d i d ,   p a u l   w e s t p h a l   w a s   a   g u y   y o u   a l w a y s   r o o t e d   f o r .   e v e n   w h e n   h e   w a s   o n   t h e   o t h e r   t e a m .   c e l t i c s    
o n   b i l l   r u s s e l l ’ s   l e g a c y   a n d   b o s t o n   b a s k e t b a l l   w /   r e p .   a y a n n a   p r e s s l e y   
   
 
   
 b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
k a t h l e e n n i m m o l y n c h   c e l t i c s   n b a   s o   n o w   w e   f i n a l l y   k n o w   w h o   i s   t h e   o t h e r   w o m a n   a n d   🤦 🏾 ‍ ♀ ️  
📣   n e w   p o d c a s t !   " t h e   b l a c k   m a l e   p o d c a s t   e p   8 1   -   t a k e   o w n e r s h i p "   o n     s p o r t s   x   b l a c k m a l e   b o s t o n   c e l t i c s   c o a c h   g e t   g e t t i n g   g w u n n e t w o r k   h u r t   l a m a r   l o v e   n e e d s   p a i d   p o d c a s t   t a l k   t o   t r e d o t   t s i s w h o i a m   t u e  
p r e s e a s o n   g a m e   t h r e e .   c ’ s   h a v e   s p l i t   t h e i r   f i r s t   t w o   g a m e s   w h i l e   c h a r l o t t e   h a s   l o s t   b o t h   o f   t h e i r   g a m e s .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d   b a l l i s l i f e     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
g o t   m y   f i r s t   n e w   c e l t i c s   e d i t   o f   t h e   2 2 - 2 3   s e a s o n   -   u b u n t u   2 . 0   -   d r o p p i n g   t h i s   m o r n i n g 
 
 s t a y   t u n e d   👀 ☘ ️   u b u n t u 2 p o i n t 0
i c y m i ,   o f t e n   u p - t e m p o   b u t   a l w a y s   i n   c o n t r o l ,   t h e r e   a r e   c o m m o n   t h e m e s   t o   h o w   m a l c o l m   b r o g d o n   o p e r a t e s   t o   c r e a t e   h i g h - q u a l i t y   s c o r i n g   c h a n c e s   f o r   h i s   t e a m m a t e s .   b r o g d o n ' s   r e g i s t e r e d   a   g a m e - h i g h   n i n e   a s s i s t s   i n   b o t h   o f   h i s   f i r s t   t w o   g a m e s   w i t h   t h e   c e l t i c s   

b o s t o n   c e l t i c s :   h o l l i n g e r   j o k e s   2   f o r m e r   c s   b i g   m a n   “ l e g e n d s ”   c o u l d   b e   f r e e   a g e n t   o p t i o n s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
h a p p y   b i r t h d a y   n i k   s t a u s k a s !   c e l t i c s  
s h a m s   a l s o   r e v e a l s   t h a t ,   d e s p i t e   s a l a c i o u s   i m p l i c a t i o n s   o r   c l a i m s   e l s e w h e r e ,   t h a t   u d o k a ’ s   m i s c o n d u …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   m a r c u s   s m a r t   c r a c k s   s p o r t s   i l l u s t r a t e d ' s   t o p   5 0   n b a   p l a y e r s   l i s t   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l a r r y   b i r d   h a s   t h e   m o s t   t r i p l e - d o u b l e s   i n   c e l t i c s   h i s t o r y   w i t h   6 9 : 
 5 9   r e g u l a r   s e a s o n 
 1 0   p l a y o f f s   
 1   o f   w h i c h   w i t h   h i s   l e f t   h a n d   
 🐐   
 🍀  
i ’ m   e x p e c t i n g   t o   s e e   s o m e   a c t i o n   f r o m   l u k a   s a m a n i c   t o n i g h t   a n d   i   l i k e   i t   👀   c e l t i c s  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   1 0 / 7 / 2 0 2 2   p i c k s   p r e d i c t i o n s   p r e v i e w s 
 
 
 
 n b a   n b a p i c k s   n b a p a r l a y   n b a p r e d i c t i o n   n b a p a r l a y   n b a b e t t i n g   n b a b e t t i n g p i c k s   e x p e r t p i c k s   f r e e p i c k s   o d d s   p i c k s   p r e d i c t i o n   b a s k e t b a l l p i c k s   s p o r t s p i c k s   c e l t i c s   h o r n e t s
c e l t i c s '   j a y s o n   t a t u m   c r a c k s   s p o r t s   i l l u s t r a t e d ' s   2 0 2 2 - 2 3   t o p   1 0   p l a y e r s   i n   n b a   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n l y   t h r e e   p l a y e r s   w o r e   n o .   3 3   f o r   t h e   c e l t i c s   b e t w e e n   1 9 7 1 - 7 8   b e f o r e   l a r r y   b i r d   a r r i v e d   t o   b o s t o n   🍀   🐐  
b o s t o n   c e l t i c s :   d a n n y   a i n g e   w a s   u p s e t   b y   i m e   u d o k a   a f f a i r   d u e   t o   t i e s   w i t h   e m p l o y e e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
g r a n t   w i l l i a m s   ' l o c k e d   i n '   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s ’   j a y l e n   b r o w n   i s   h e l p i n g   m f i o n d u   k a b e n g e l e   m a k e   m o s t   o f   o p p o r t u n i t i e s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
t a t u m   i s   a   s u p e r   s t a r   🤩   n b a   c e l t i c s  
w h y   b l a k e   g r i f f i n   c h o s e   t o   w e a r   n o .   9 1   w i t h   c e l t i c s ,   a n d   t h e   r e a s o n   h e ’ s   s t i l l   p l a y i n g   b a s k e t b a l l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h r e e   b o s t o n   c e l t i c s   l a n d   i n   n o s .   1 0 0 - 5 1   o f   s p o r t s   i l l u s t r a t e d ' s   2 0 2 2 - 2 3   t o p   1 0 0   p l a y e r s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c o n s i d e r i n g   i t ’ s   a   g a m e   d a y ,   w e ’ r e   g o i n g   t o   b e   k e e p i n g   t h e   f l a s h b a c k s   t o   a   m i n i m u m   t o d a y .   s t a r t i n g   a t   6   a s   a l w a y s   c e l t i c s
o n   t h i s   d a y :   f o r m e r   b o s t o n   f o r w a r d   w i l l i e   n a u l l s   b o r n ;   j i m m y   o l i v e r   s i g n e d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   v s .   h o r n e t s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ' s   t h e   l a t e s t   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   v s .   h o r n e t s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ’ s   g r a n t   w i l l i a m s   j u s t   o u t s i d e   s p o r t s   i l l u s t r a t e d ’ s   t o p   1 0 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r a n t   w i l l i a m s   ' l o c k e d   i n '   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ' s   g r a n t   w i l l i a m s   j u s t   o u t s i d e   s p o r t s   i l l u s t r a t e d ' s   t o p   1 0 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   a t   c h a r l o t t e   h o r n e t s :   h o w   t o   w a t c h ,   b r o a d c a s t ,   l i n e u p s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i m e   u d o k a ' s   a l l e g e d   m i s t r e s s   r e v e a l e d   t o   b e   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u t é   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 p l a y o f f n b a  
  w h a t   h a p p e n e d   t o   s a m s c l o s e t 3 4   o n   i g ?   y o u   w e r e   s e l l i n g   s o m e   g o o d   s t u f f ,   i   w a s   i n t e r e s t e d   i n   a   f e w   t h i n g s   b u t   i t   s e e m s   t o   h a v e   d i s a p p e a r e d .     m s s a m a n t h a m a y   c e l t i c s   b o s t o n   n b a   m a i n e   m s s a m a n t h a m a y 9   j a n a y k i n g   s a m s c l o s e t 3 4   d o r c h e s t e r
i n   o u r   n e w   c e l t i c s b e a t   w i t h   . . .   
 
 🗣 ️   s e a n   d i s c u s s e d   h i s   e n h a n c e d   r o l e   w i t h     t h i s   u p c o m i n g   c e l t i c s   s e a s o n . 
 
 h e   a n t i c i p a t e s   c a l l i n g   2 0 +   ( ! ! )   t v   g a m e s   i n   m i k e   g o r m a n ' s   p l a c e .   👀 
 
 l i s t e n   h e r e :  
a r e   j a y s o n   t a t u m   a n d   t h e   c e l t i c s   a   g o o d   b e t   t h i s   s e a s o n ?   b o s t o n   c e l t i c s   n b a  
c e l t i c s   b e a t   e p i s o d e   4 8 1 :   c e l t i c s   w o n ' t   c h a n g e   d n a   u n d e r   m a z z u l l a   w /     c e l t i c s  
c e l t i c s   o f f s e a s o n   a d d i t i o n   d r a w i n g   b i g   o n   2 0 2 3   n b a   a w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   ( 1 - 1 )   a t   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
g i v e   h e r   a   f o l l o w   c e l t i c s   r e d s o x   p a t r i o t s  
f o r e c a s t i n g   t h e   e n d   o f   t h e   s a c r a m e n t o   k i n g s '   d e c a d e - l o n g   p l a y o f f   d r o u g h t 
 
 
 
 n b a   s a c r a m e n t o p r o u d   k i n g s   s a c r a m e n t o   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n
b a d   b o y s   3 :   t h e   d e t r o i t   p i s t o n s   a r e   r e v v i n g   u p   f o r   a   s p e e d y   t u r n a r o u n d 
 
 
 
 n b a   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   d u b n a t i o n
d e t r o i t   p i s t o n s :   j a l e n   d u r e n   a l r e a d y   s h o w i n g   s i g n s   o f   e l i t e   d e f e n s e 
 
 
 
 n b a   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n
d e n v e r   n u g g e t s :   3   t a k e a w a y s   f r o m   o c t .   3   l o s s   v s .   t h u n d e r 
 
 
 
 n b a   m i l e h i g h b a s k e t b a l l   d e n v e r   n u g g e t s   m f f l   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n   g o s p u r s g o   s u n s
w i l l   d w i g h t   p o w e l l   c r a c k   t h e   m a v e r i c k s   r o t a t i o n   i n   2 0 2 2 - 2 3   s e a s o n ? 
 
 
 
 n b a   d a l l a s   a m v e r i c k s   m f f l   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n   g o s p u r s g o   h e a t t w i t t e r   s u n s
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   j a y l e n   b r o w n   f o r   ' 2 2   a l l - n b a   f i r s t   t e a m e r 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   m f f l   d u b n a t i o n   g o s p u r s g o   h e a t t w i t t e r   f e a r t h e d e e r   s u n s
t h e s e   m e s s a g e s   & g t ; & g t ; & g t ; & g t ;   🙌 🏻 ☘ ️ 🙏 🏻   s q u a d   i   a p p r e c i a t e   y o u   a l l   💯   t h a n k   y o u   a l l   f o r   t a k i n g   t h i s   j o u r n e y   w i t h   m e   🗣 ️ 🗣 ️ 🗣 ️ ☘ ️   c e l t i c s   a l l   d a y   e v e r y   d a y   y k t v   c e l t i c s   n b a  
c e l t i c s   t w i t t e r   f a m   h e l p   b l o w   u p   m y   i n s t a g r a m   r e e l s   a n d   s h a r e   m y   p a g e   t o   g e t   m e   a l l   t h e   c s   m u t u a l s   
 t h e   t i m e   i s   h e r e   i t s   t h e   b e s t   s z n   b a s k e t b a l l   s z n   b a b y ! ! !   n b a   b l e e d g r e e n   ☘ ️ 🙌 🏻 🫶 🏻 
 a l l   m y   l i n k s   h e r e   : 
  
j o h n   h o l l i n g e r ' s   c e l t i c s   p r e v i e w :   p r e d i c t i o n s ,   a n a l y s i s   f o r   2 0 2 2 - 2 3   s e a s o n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
g e t   a n   e d u c a t i o n   i n     e p .   9 7   s t r e a m i n g   h e r e   a n d   e v e r y w h e r e :   
 
 
 
 t w i t t e r 账 号   e l o n m u s k   i a n   n a s a   n b a i n a b u d h a b i   c e l t i c s   g a s p r i c e s   t r u m p   b i d e n   h a r r i s   p e l o s i  
s t a r t .   b e n c h .   c u t 
 ( c o a c h e s ’   e d i t i o n )   🐐 
 
 p h i l   j a c k s o n 
 g r e g g   p o p o v i c h 
 r e d   a u e r b a c h 
 
 w h o   i s   r u n n i n g   y o u r   f r a n c h i s e ? 
 
 n b a   l a k e r s   b u l l s   c e l t i c s   s p u r s  
s a m   h a u s e r   h a s   b e e n   e v e r y t h i n g   i   t h o u g h t   a a r o n   n e s m i t h   w a s   g o i n g   t o   b e   f o r   u s …   c e l t i c s
c e l t i c s   o f f s e a s o n   a d d i t i o n   d r a w i n g   b i g   o n   2 0 2 3   n b a   a w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   i s   g o i n g   t o   b e   a   r e a l l y   f u n   p a r t   o f   t h e   c e l t i c s   r o t a t i o n   t h i s   y e a r  
n b a   f i n a l s   2 0 2 3   o d d s :   l e b r o n   & a m p ;   l a k e r s   l o o k i n g   t o   m a g i c a l   s e a s o n ,   w a r r i o r s   r e a d y   t o   r e p e a t     n b a   l a k e r s   w a r r i o r s   c e l t i c s
n b a   f i n a l s   2 0 2 3   o d d s :   l e b r o n   & a m p ;   l a k e r s   l o o k i n g   t o   m a g i c a l   s e a s o n ,   w a r r i o r s   r e a d y   t o   r e p e a t     n b a   l a k e r s   w a r r i o r s   c e l t i c s
j a y s o n   t a t u m   t a l k s   m o v i n g   o n   f r o m   n b a   f i n a l s   l o s s ,   e x c i t e m e n t   f o r   n e w   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   l a b   1 4 5 :   h o n o r i n g   b i l l   r u s s e l l ’ s   l e g a c y   a n d   t a l k i n g   b o s t o n   b a s k e t b a l l   w i t h   r e p .   a y a n n a   p r e s s l e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   t h i n k   t h e   c o o l e s t   j e r s e y   i ’ v e   s e e n   a t   t h e   g a r d e n   d u r i n g   t h e s e   p a s t   t w o   g a m e s   h a s   b e e n   t h e     l u k e   k o r n e t   j e r s e y s   f l o a t i n g   a r o u n d   👀   c e l t i c s
n i a   l o n g   r e s p o n d s   t o   i m e   u d o k a ' s   s u s p e n d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e p o r t   r e v e a l s   i d e n t i t y   o f   c e l t i c s   s t a f f e r   w h o   h a d   a f f a i r   w i t h   i m e   u d o k a   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c e l t i c s   l a b   1 4 5 :   h o n o r i n g   b i l l   r u s s e l l ' s   l e g a c y   a n d   t a l k i n g   b o s t o n   b a s k e t b a l l   w i t h   r e p .   a y a n n a   p r e s s l e y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w h o ’ s   y o u r   f a v o r i t e   s p o r t s   t e a m ! ! !   m a s s m u s i c t y b g 2 2   c e l t i c s   b a s k e t b a l l    
c e l t i c s   t a l k :   s a m   h a u s e r ' s   m o m   r e v e a l s   h i s   f i t t i n g   f i r s t   s e n t e n c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t y r e s e   m a x e y ,   s i x e r s   k n o w   t h e y   s t i l l   h a v e   t o   b u i l d   t o   c a t c h   b u c k s ,   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   d r o p s   f - b o m b   d u r i n g   h a l f t i m e   t v   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 6 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i s   i t   1 0 / 1 8   y e t   ? ! ? ! ?   
 g e t   m e   b a c k   t o   m y   s e c o n d   h o m e   ! ! ! 
 o p e n i n g   n i g h t   c a n ’ t   c o m e   s o o n   e n o u g h   🫶 🏻 ☘ ️ 😎 🏀   c e l t i c s   n b a   o p e n i n g n i g h t   b l e e d g r e e n  
a l   h o r f o r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a l h o r f o r d   a l   h o r f o r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
s a m   h a u s e r   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s a m h a u s e r   s a m   h a u s e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
t e a m s   w i t h   t h e   b e s t   h o m e   c o u r t   a d v a n t a g e   ( p e r   g m   s u r v e y )   🏀 
 
 r a p t o r s   2 1 % 
 n u g g e t s   1 7 % 
 c e l t i c s   1 7 % 
 w a r r i o r s   1 4 % 
 j a z z   1 4 % 
 
 n b a  
b r e a k d o w n   o f   c r u c i a l   f i n a l   m o m e n t s   i n   c e l t i c s   1 1 0 - 1 0 7   l o s s   t o   m i l w a u k e e   b u c k s   i n   g a m e   5 
   
 
   
 b o s t o n c e l t i c s   c e l t i c s b u c k s   c e l t i c s v s b u c k s   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   g a m e 5   m i l w a u k e e b u c k s   n b a  
s h a r p   l o g o   ☘ ️ c e l t i c s  
i   s u b s c r i b e   t o   .   h a v e   f o r   y e a r s .   t h e i r   c o n t e n t   i s   g e n e r a l l y   g r e a t .   t h i s   i s   o n e   o f ,   m a y b e   t h e   w o r s t ,   p i e c e s   i ' v e   e v e r   r e a d   f r o m   t h i s   s i t e   o r   a n y   o t h e r .   w o w .   w h a t   a n   a w f u l   t a k e .   c e l t i c s  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
d o m e   t h e o r y   9 5 :   c e l t i c s   t a l k ,   “ i n s t e a d   w e   b e c a m e   e v i l ”   & a m p ;   m o r e   w i t h   _ a d a m s   c o m i n g   a t   8 : 1 5   e s t  
[ f i l m   r o o m ]   t h e   c o m m o n   t h e m e s   o f   m a l c o l m   b r o g d o n ' s   p l a y m a k i n g   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t y r e s e   m a x e y ,   s i x e r s   k n o w   t h e y   s t i l l   h a v e   t o   b u i l d   t o   c a t c h   b u c k s ,   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   q u o t e   t w e e t s   a n d   r e p l i e s …   o h   b o y .   n b a t w i t t e r   c e l t i c s  
w h a t   i f   w e   a r e   t h e   a l i e n s … .   🤯 🤯 c e l t i c s
i n   m a l c o l m   b r o g d o n ' s   f i r s t   t w o   g a m e s   w i t h   t h e   c e l t i c s ,   h e ' s   d i s t r i b u t e d   a   g a m e - h i g h   n i n e   a s s i s t s .   h e r e ' s   a   f i l m   s t u d y   u s i n g   l a s t   n i g h t ' s   g a m e   a g a i n s t   t h e   r a p t o r s   t o   i l l u s t r a t e   t h e   c o m m o n   t h e m e s   o f   b r o g d o n ' s   p l a y m a k i n g . 

i n   m a l c o l m   o b a m a   b r o g d o n   w e   t r u s t   ☘ ️ 🏆   c e l t i c s
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   j a y l e n   b r o w n   f o r   2 0 2 2   a l l - n b a   f i r s t   . . .   ( h a r d w o o d   h o u d i n i ) 
 
 t h e   b o s t o n   c e l t i c s   a r e   n o t   t r a d i n g   a n y   m e m b e r s   o f   t h e i r   c o r e   b e f o r e   t h e   s t a r t   o f   t h e   2 0 2 2 - 2 3 . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
w a r r i o r s   l a n d   i n   t o p   t i e r   o f   z a c h   l o w e ’ s   e s p n   n b a   p r e s e a s o n   r a n k i n g s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s h o w i n g   o f f   n e w   c e n t e r - c o u r t   l o g o   i n   p r e s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w e   a l l   k n o w   t h e     i s   r a c i s t   w e   a l s o   k n o w   t h a t   t h e   o w n e r s   a r e   r a c i s t   e s p e c i a l l y     w e   a l s o   k n o w   t h a t     p l a y e r s   a r e   s l a v e s   f o r   m o n e y   a n d   a i n ’ t   g o i n g   t o   d o   s h i t   a b o u t   i t .   t h e y   l i k e   j e w e l r y   t o   m u c h   🤣   🤡   l e t ’ s   s t a r t   o u r   o w n   l e a g u e   f o h ! !   n b a   c e l t i c s   c l o w n s
m a l c o l m   b r o g d o n   i s   b r i n g i n g   s o m e   s e r i o u s   p l a y m a k i n g   t o   t h e   c e l t i c s   b e n c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p o i n t s   o n   t h e   b o a r d   p o d c a s t ! 
 
 -   i m e u d o k a 
 -   r o b e r t   s a r v e r 
 -   n b a   s h o u l d n ’ t   f o r c e   t h e   s a l e   o f   t e a m s 
 -   b r e a k i n g   d o w n   e s p n   t o p   1 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3 
 -   m u c h   m o r e ! 
 
 f a n t a s y b a s k e t b a l l   c e l t i c s   s u n s   l i b e r t a r i a n   c o n s e r v a t i v e   p o l i t i c a l l y i n c o r r e c t 
 
  
k e y s   t o   t h e   g a m e :   r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   ( o t )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e f i n i t e l y   e x c i t e d   t o   s e e   s a m   h a u s e r   g r o w   i n t o   a   r o l e   w i t h   t h e   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n s i d e r   r e v e a l s   j a y l e n   b r o w n   u n d e r s t a n d s   h e ' s   n o t   u n t o u c h a b l e   i n   t r a d e s   l i k e   j a y s o n   t a t u m :   " j t   i s   p r e t t y   u n t o u c h a b l e .   j a y l e n   i s n ' t ,   a n d   h e   k n o w s   t h a t . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 6 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a n d d d   t h e y ’ r e   b a c k !   c e l t i c s   r o o m i e   n i g h t   o u t   w a s   a   s u c c e s s     💚 ☘ ️    
c e l t i c s   w h i t e   a n d   g a l l i n a r i   t o   n y k   f o r   r o s e , r e d d i s h ,   a n d   a r c i d i a c o n o
b o s t o n   c e l t i c s   2 0 2 2   w i n   t o t a l   f u t u r e s ,   o v e r / u n d e r   a n d   o d d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   j a y l e n   b r o w n   f o r   2 0 2 2   a l l - n b a   f i r s t   t e a m e r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   p u n c h e s   t e a m m a t e   j o r d a n   p o o l e ,   f a c e s   s u s p e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   s a m   h a u s e r   i s   t h e   n e w   r a y   a l l e n !   c e l t i c s   v s   r a p t o r s   p r e s e a s o n   r e a c t i o n   a n d   h i g h l i g h t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m y   r e a d   o n   t h e   b o s t o n   c e l t i c s '   d e p t h   c h a r t   f o r   f a n t a s y : 
 
 p g   m a r c u s   s m a r t 
 s g   d e r r i c k   w h i t e 
 s f   j a y l e n   b r o w n 
 p f   j a y s o n   t a t u m 
 c   a l   h o r f o r d   
 6   m a l c o l m   b r o g d o n 
 7   g r a n t   w i l l i a m s 
 8   p a y t o n   p r i t c h a r d 
 9   b l a k e   g r i f f i n 
 1 0   h a u s e r 
 
 c e l t i c s     n b a   n b a t w i t t e r   f a n t a s y   f a n t a s y b a s k e t b a l l
v i d e o :   j a y l e n   b r o w n   s u r p r i s e s   d o r c h e s t e r   m i d d l e   s c h o o l e r s   w i t h   n e w   b a c k p a c k s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a t t   b a r n e s   d r o p s   m o r e   b r e a d   c r u m b s   o n   r e a s o n   b e h i n d   u d o k a ' s   l e n g t h y   s u s p e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n i a   l o n g   r e p o r t e d l y   s t a n d i n g   b y   f i a n c é   i m e   u d o k a   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   g r a n t   w i l l i a m s   g i v e s   t h e   l a t e s t   u p d a t e   o n   t h i s   c o n t r a c t   e x t e n s i o n   t a l k s   w i t h   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i t ' s   t i m e   f o r   a n o t h e r   c e l t i c s   m a i l b a g .   s e n d   m e   a l l   y o u r   p l a y e r ,   r o s t e r ,   t r a d e ,   p r e s e a s o n ,   a n d   a n y   o t h e r   q u e s t i o n s   h e r e   o r   t o   b r o b b . c o m
w h a t   c a n   m a l c o l m   b r o g d o n   b r i n g   t o   c e l t i c s ?   g e t   t o   k n o w   v e t e r a n   g u a r d ' s   g a m e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   d r o p s   f - b o m b   d u r i n g   h a l f t i m e   t v   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s t e p h e n   a .   s m i t h   o n   c o a c h   i m e   u d o k a ’ s   s u s p e n s i o n   f r o m   t h e   c e l t i c s   f o r   w o r k p l a c e   r e l a t i o n s h i p :   “ t h a t   w a s   a n   h r   m a t t e r . ”   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s ’   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f a n t a s y   h o o p s :   3   s i t u a t i o n s   t o   v i e w   d i f f e r e n t l y ,   i n c l u d i n g   j a y s o n   t a t u m ’ s   c e i l i n g   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
j a y s o n   t a t u m   b e l i e v e s   s a m   h a u s e r   w i l l   p l a y   a   b i g   r o l e   f o r   c e l t i c s :   ‘ w e ’ r e   g o i n g   t o   n e e d   h i m ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   [ o t ] :   s a m   h a u s e r   s h o o t s   l i g h t s   o u t   i n   o v e r t i m e   l o s s   a t   h o m e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  c e l t i c s   h a v e   a   h i g h   c o n c e n t r a t i o n   o f   t a l e n t   1 - 8 …   e v e n   t h e   e n d   o f   t h e   b e n c h   g u y s   a r e   s o l i d   -   h a u s e r ,   k a m b e n g e l e ,   g r i f f i n ,   k o r n e t ,   p r i t c h a r d 
 
 w h a t   k i n d   o f   t a k e   i s   t h i s ?   l o l
5   o v e r r e a c t i o n s   t h r o u g h   t h e   c e l t i c s ’   f i r s t   t w o   p r e s e a s o n   g a m e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   a t h l e t i c ' s   s h a m s   c h a r a n i a   a d d s   s o m e   c o n t e x t   t o   t h e   c e l t i c s '   i m e   u d o k a   s c a n d a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m h a u s e r   s h o t   l i g h t s   o u t   o n c e   a g a i n   i n   c e l t i c s   o v e r t i m e   l o s s   t o   t h e   r a p t o r s   a t   h o m e  
s a m h a u s e r   s h o t   l i g h t s   o u t   o n c e   a g a i n   i n   c e l t i c s   o v e r t i m e   l o s s   t o   t h e   r a p t o r s   a t   h o m e  
a   l o o k   b a c k   a t   t h e   2 0 0 8 - 0 9   e a s t e r n   c o n f e r e n c e   s t a n d i n g s   ( 1 - 8 ) :   👀 📈 
 
 c a v s :   6 6 - 1 6 
 c e l t i c s :   6 2 - 2 0 
 m a g i c :   5 9 - 2 3 
 h a w k s :   4 7 - 3 5 
 h e a t :   4 3 - 3 9 
 s i x e r s :   4 1 - 4 1 
 b u l l s :   4 1 - 4 1 
 p i s t o n s :   3 9 - 4 3 
 
 t h e   m a g i c   w o n   t h e   c o n f e r e n c e   a n d   w e n t   a l l   t h e   w a y   t o   t h e   f i n a l s .   💪  
m y   m o m s   g o t   m e   a   c o o l   c e l t i c s   s e a s o n   o p e n e r   g i f t   😍 ☘ ️ 🫶 🏻   t h e   r e a l   o n e s   k n o w   h o w   m u c h   t h i s   s e a s o n   m e a n s   t o   m e   🙌 🏻 🙌 🏻  
t r u m p   a n d   t h e   g e   s t i c k s   a   f o r k   i n   i m e   u d o k a       i m e u d o k a   c e l t i c s   n b a   t r u m p a n d t h e g e  
i t s   p r e t t y   o b v i o u s   t h a t   t h e   c e l t i c s   s t a f f e r   l a d y   i s   t a k i n g   t h e   h i t s   f o r   a n   o w n e r s   w i f e .   t h e y   k n e w   a n d   d i d n t   c a r e   a b o u t   t h a t   a f f a i r .   t h e   i n v e s t i g a t i o n   s t a r t e d   w h e n   i m e u d o k a   b a n g e d   a n   o w n e r s   w i f e   a n d   t h e y   t h e n   w a n t e d   t o   k n o w   a l l   h i s   d i r t y   d e e d s .   1 / 2
b o s t o n c e l t i c s   1 4   c a r d   t e a m   l o t   c e l t i c s   
 
 $ 5   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   r a p t o r s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r i v a l   e x e c s   d o n ’ t   e x p e c t   i m e   u d o k a   t o   r e t u r n   a s   c e l t i c s   c o a c h   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c e l t i c s   n o t e s :   g .   w i l l i a m s ,   u d o k a ,   c h r i s t i a n ,   h a u s e r   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
“ y o u   d o n ’ t   r e a l i z e   u n t i l   s o m e o n e ’ s   g o n e   w h a t   t h e y ’ r e   t e a c h i n g   y o u . "   -   j o e   m a z z u l l a .   
 
 r o o t i n g   f o r   t h e   c e l t i c s   a   b i t   l o u d e r   t h i s   s e a s o n .   e x c e l l e n t   r e a d   h e r e   f r o m   k - m a c .  
w h a t   c o u l d   t h e   c e l t i c s   r o s t e r   l o o k   l i k e   o n   o p e n i n g   n i g h t ?   
 
 i   g i v e   m y   t h o u g h t s :   
 
 s p o i l e r :   i   t h i n k   m f i o n d u   k a b e n g e l e   m a k e s   t h i s   t e a m . 
 
   |   c e l t i c s  
c e l t i c s '   j a y s o n   t a t u m   n o t   w o r r i e d   a b o u t   p r e s e a s o n   s t r u g g l e s :   ' i   s t a r t   o f f   s l o w '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  l o v e   t h e   l o o k   ‘ d o w n t o w n ’   c e l t i c s
c e l t i c s ’   j a y s o n   t a t u m   n o t   w o r r i e d   a b o u t   p r e s e a s o n   s t r u g g l e s :   ‘ i   s t a r t   o f f   s l o w ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i c y m i :   c e l t i c s b e a t   w i t h   ! 
 
 - w h a t   b l a k e   g r i f f i n   c a n   b r i n g   c e l t i c s   a n d   w h a t ' s   l e f t   i n   t h e   t a n k   
 - w h a t   t o   e x p e c t   f r o m   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a 
 - w i l l   b o s t o n   a d d   a n   a n o t h e r   e x p e r i e n c e d   c o a c h   t o   b e n c h ? 
 - a n s w e r i n g   y o u r   q u e s t i o n s ! 
 
 l i s t e n :  
i s   r o b e r t   w i l l i a m s   a   5   o r   a   4 ?   a s k i n g   f o r   a   f r i e n d   c e l t i c s   n b a
c e l t i c s   u d o k a   f u m b l e d   t h e   b a g   f o r   s o m e   b e c k y   m e d i o c r i t y ? ? 
 w h y   g u s ? 
 w h a t   t e a m s   g o n n a   w a n t   h i m   c o a c h i n g   i f   h e   s c h e m i n g   t o   c l a p   t h e   w i v e s ' s   c h e e k s ? 😆  
l e n   b i a s ,   s e l e c t e d   b y   t h e   b o s t o n   c e l t i c s   w i t h   t h e   s e c o n d   o v e r a l l   p i c k   i n   t h e   1 9 8 6   n b a   d r a f t ,   d i e d   t w o   d a y s   l a t e r ,   s h o c k i n g   t h e   s p o r t s   w o r l d . 
 
 ☘ ️   r e a d   a b o u t   c e l t i c s   m o m e n t   n o .   4   ➡ ️       
 
 ( h / t )     
 
 b l e e d g r e e n   n b a   c e l t i c s t a l k
b o s t o n ’ s   j a y s o n   t a t u m   t h i n k s   i t   ‘ f e e l s   l i k e   w e ’ r e   l e a v i n g   o f f   f r o m   t h e   s e c o n d   h a l f   o f   l a s t   s e a s o n ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   t o r o n t o   r a p t o r s   ( 1 0 / 5 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - r a p t o r s   o v e r t i m e   t i l t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s i g n s   a r e   h o p e f u l   f o r   c e l t i c s ,   b u t   c a n   j o e   m a z z u l l a   b e   s t e r n   w i t h   t h e m   w h e n   n e e d e d ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   g r a n t   w i l l i a m s '   r u m o r e d   r a i s e   c o u l d   m e a n   f o r   b o s t o n   c e l t i c s   f u . . .   ( h a r d w o o d   h o u d i n i ) 
 
 g r a n t   w i l l i a m s '   r u m o r e d   c o n t r a c t   e x t e n s i o n   w i t h   t h e   b o s t o n   c e l t i c s   c o u l d   m e a n   g r e a t   t h i n g s   f . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
h e r e ' s   w h a t   s t o o d   o u t   f r o m   r a p t o r s '   o v e r t i m e   w i n   o v e r   c e l t i c s :   b o s t o n ' s   r e g u l a r s   s h a r p   a t   b o t h   e n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i a   l o n g   l a u g h s   a f t e r   r e p o r t e r   a s k s   h e r   i f   s h e   a n d   i m e   u d o k a   a r e   w o r k i n g   t h i n g s   o u t :   " i s   t h e r e   a n y   c h a n c e   f o r   f o r g i v e n e s s ,   n i a ? "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
b o s t o n ' s   j a y s o n   t a t u m   t h i n k s   i t   ' f e e l s   l i k e   w e ' r e   l e a v i n g   o f f   f r o m   t h e   s e c o n d   h a l f   o f   l a s t   s e a s o n '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m   h a u s e r   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   t o r o n t o   r a p t o r s   ( 1 0 / 5 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   f i n a l   r o s t e r   s p o t s   s t a n d i n g s : 
 s t r o n g   c h a n c e : 
 v o n l e h ,   e m p t y   s p o t / o t h e r   t e a m ’ s   c u t 
 
 s t i l l   i n   p l a y : 
 l a y m a n 
 
 n e e d   s o m e t h i n g   a m a z i n g   t o   h a p p e n : 
 s a m a n i c ,   j a c k s o n ,   t h o m a s
i t ' s   b a s k e t b a l l   s e a s o n !   m o r s e ' s   m a r i a   c o r c o r a n ,   k a r e n   m e y e r ,   k a r e n   o l s o n ,   a n d   j u l i e   s m i t h   e n j o y e d   a   p r e s e a s o n     g a m e   a t   t d g a r d e n   l a s t   n i g h t !   l o o k s   l i k e   i t   w a s   a   b l a s t !   g o   c ' s ! 
 
 c e l t i c s   b a s k e t b a l l  
i n   c a s e   y o u   m i s s e d   i t . . .   t h e   n b a   i s   l o o k i n g   l i k e   i t ' s   g o i n g   t o   b e   d i f f e r e n t   f o r   f a n s   t h i s   t h i s   y e a r . 
 
 
 n b a   w a r r i o r s   s p o r t s   l a k e r s   b a s k e t b a l l   c e l t i c s   c o m d e y   m e m e s   s a t i r e
h o w   m u c h   i n f l u e n c e   d o e s   a   c o a c h   h a v e ?   a p p a r e n t l y   a   l o t .   t h e   c e l t i c s ’   n b a   w i n   t o t a l   h a s   d r o p p e d   f r o m   5 6 . 5   t o   5 4 . 5   a t   b e t m g m   s i n c e   t h e   i m e   u d o k a   s c a n d a l   s u r f a c e d .  
w h a t   g r a n t   w i l l i a m s ’   r u m o r e d   r a i s e   c o u l d   m e a n   f o r   b o s t o n   c e l t i c s   f u t u r e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r e p o r t :   h o w   n b a   e x e c u t i v e s   v i e w   g r a n t   w i l l i a m s '   c o n t r a c t   e x t e n s i o n   v a l u e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   j a y s o n   t a t u m ,   s o n   d e u c e   h a v e   g r e a t   p o d i u m   e x c h a n g e   a f t e r   r a p t o r s   g a m e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e g u l a r s   r o l l   d e s p i t e   l o s s :   1 0   t a k e a w a y s   f r o m   c e l t i c s - r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e a l l y   l o s t   a   c o i n   f l i p   b u l l s h i t   l a s t   s e c o n d   s h o t   t o   f o r c e   o t   t h a t ’ s   s p o r t s   b e t t i n g   f o r   y o u   
 
 s o m e t i m e s   y o u   l o s e   b e t s   y o u   s h o u l d ’ v e   w o n 
 
 s o m e t i m e s   y o u   w i n   b e t s   y o u   s h o u l d ’ v e   l o s t 
 
 s t i l l   w a s   a   g o o d   t a k e   o n   t h a t   u n d e r   i n   m y   o p i n i o n 
 
 n b a p r e s e a s o n   c e l t i c s   r a p t o r s
c o u l d   s a m   h a u s e r   b e   t h e   d i f f e r e n c e - m a k i n g   s h o o t e r   t h e   c e l t i c s   a r e   m i s s i n g ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   c o u l d ’ v e   b e e n   a   b o s t o n   c e l t i c   l a s t   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e w   e p i s o d e   o f   t h e   l u b   c a s t   o u t   n o w !   w e   d e b u t   o u r   n b a   s t o c k   g a m e ,   t a l k   a b o u t   n b a   f u t u r e   b e t s ,   a n d   r e a c t   t o   b l a k e   g r i f f i n   s i g n i n g   w i t h   t h e   c e l t i c s   c h e c k   i t   o u t   i f   y o u   w a n t !     b l e e d g r e e n   s p o r t s c a r d s   s p o r t s   n b a   n b a p o d c a s t   n b a t w i t t e r
g r a n t   w i l l i a m s   ‘ l o c k e d   i n ’   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i   h a v e   t o   m a k e   i t   t o   t d   g a r d e n   t h i s   s e a s o n   f o r   a   g a m e .   i   j u s t   h a v e   t o ! !   b l e e d g r e e n   t d g a r d e n   b o s t o n   c e l t i c s
g e t   h y p e   f o r   t h e   c e l t i c s   s e a s o n .   t h e y   s a i d   t h e y   c o u l d n ' t   p l a y   t o g e t h e r 🍀 🏀  
i m e   u d o k a   u n l i k e l y   t o   c o a c h   c e l t i c s   a g a i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
o k a y   c e l t i c s   f a m … .   i t ’ s   t i m e   f o r   t h o s e   y e a r l y   p r e d i c t i o n s .   👀 
 
 1 .   r e c o r d   
 2 .   a w a r d s   f o r   t h e   t e a m 
 3 .   c r a z y   p r e d i c t i o n   f o r   t h e   y e a r   ( c a n   b e   f o r   u s   o r   t h e   n b a   a s   a   w h o l e ) 
 
 a n d d d d d d   g o !
r o b e r t   w i l l i a m s   w a l k i n g   w i t h   a   c r u t c h   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s '   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   e x e c u t i v e s   b e l i e v e   g r a n t   w i l l i a m s   i s   w o r t h   $ 1 2 - 1 3   m i l l i o n   i n   e x t e n s i o n   t a l k s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   i s   l o v i n g   t h e   v i b e s   h e   f e e l s   f r o m   h i s   n e w   t e a m   a n d   t e a m m a t e s .   w e   d e f i n i t e l y   d o   i t   d i f f e r e n t   a n d   h e   r e a l i z e s   t h a t 🍀   c e l t i c s  
i m e   u d o k a   u n l i k e l y   t o   c o a c h   c e l t i c s   a g a i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   w a l k i n g   w i t h   a   c r u t c h   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b r e a k i n g :   c l i p p e r s   s i g n   f o r m e r   c e l t i c s   a n d   j a z z   p l a y e r  
r o b e r t   w i l l i a m s '   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a l c o l m b r o g d o n   m a l c o l m   b r o g d o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
n b a   e x e c u t i v e s   b e l i e v e   g r a n t   w i l l i a m s   i s   w o r t h   $ 1 2 - 1 3   m i l l i o n   i n   e x t e n s i o n   t a l k s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a r o u n d   t h e   c o r n e r   1 0 / 6 :   m a l c o l m   b r o g d o n   a n d   s a m   h a u s e r   g e l l i n g ,   u v a   w o m e n ' s   s o c c e r   k i c k s   o f f   a g a i n s t   3   f s u ,   a n d   f o o t b a l l   p r e p p i n g   f o r   l o u i s v i l l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   b e t t i n g   p r e v i e w :   a r e   j a y s o n   t a t u m   a n d   t h e   c e l t i c s   a   g o o d   b e t   t h i s   s e a s o n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i m e   u d o k a   a n d   n i a   l o n g   w e r e   r e p o r t e d l y   i n   a n   o p e n   r e l a t i o n s h i p   a n d   u d o k a   h a s   h a d   a f f a i r s   w h e r e v e r   h e ’ s   c o a c h e d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c o n s p i r a c y   t h e o r y :   b l a c k   n b a   c o a c h e s   f i r e d   r i g h t   b e f o r e   w i n n i n g   c h a m p i o n s h i p ?   m a r k j a c k s o n   c r e a t e d   g o l d e n s t a t e w a r r i o r s   w a s   f i r e d   r i g h t   b e f o r e   t h e i r   w i n n i n g   y e a r .   i n   c o m e s   s t e v e k e r r   t o   t a k e   t h e   c r e d i t .   s a m e   w i t h   c e l t i c s   
 c o r e y h o l c o m b   c h i m e s   i n   . . . . 

r e g u l a r s   r o l l   d e s p i t e   l o s s :   1 0   t a k e a w a y s   f r o m   c e l t i c s - r a p t o r s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   e x e c u t i v e s   b e l i e v e   h e a d   c o a c h   i m e   u d o k a   w o n ’ t   r e t u r n   a s   c e l t i c s   h e a d   c o a c h   a f t e r   y e a r l o n g   s u s p e n s i o n   c e l t i c s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
⚽ | n o u v e a u t é   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
i n s t a n t   r e a c t i o n :   c e l t i c s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   b r i a n s c a l a b r i n e   c e l t i c s h i g h l i g h t s   c e l t i c s p o s t g a m e l i v e   c e l t i c s r a p t o r s   c e l t i c s r a p t o r s a n a l y s i s   c e l t i c s r a p t o r s h i g h l i g h t s   c e l t i c s r a p t o r s p r e s e a s o n   c e l t i c s r a p t o r s r e a c t i o n  
1 2   d a y s   a w a y   f r o m   m e a n i n g f u l   c e l t i c s   b a s k e t b a l l ,   f o l k s .   
 
 b l e e d g r e e n   

s a m   h a u s e r   i s   f o r   r e a l :   t i m e   f o r   t h e   b o s t o n   c e l t i c s   t o   g i v e   h i m   a   b i g g e r   r o l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s ’   o f f e n s i v e   f l u i d i t y   i m p r e s s e d   i n   t h e i r   f i r s t   t w o   p r e s e a s o n   g a m e s .   i   e s p e c i a l l y   l o v e d   m a l c o l m   b r o g d o n ’ s   i n t e n t i o n   o n   f r e e i n g   u p   t a t u m   a f t e r   a   c o l d   s t a r t .   o n   s m a l l   b a l l   f o r   :  
j o e   m a z z u l l a   o n   s a m   h a u s e r :   ' h i s   c o n f i d e n c e   c o m e s   f r o m   h i s   w o r k   e t h i c "   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f o r   a l l   y o u   s p o r t s c a r d s   c o l l e c t o r s ,   c e l t i c s   f o r w a r d     s a i d   s c o o p i n g   u p   s a m   h a u s e r   ( _ s m o o t h 1 0 )   c a r d s   w o u l d   b e   a   w i s e   i n v e s t m e n t .   t h i s   i s   y o u r   f i n a l   w a r n i n g .   h a u s e r   h a s   3 6   p o i n t s   i n   4 5   m i n u t e s   i n   t w o   p r e s e a s o n   g a m e s .   h e ' s   9 - f o r - 1 3   f r o m   3 - p o i n t   l a n d .  
j o e   m a z z u l l a   o n   s a m   h a u s e r :   ' h i s   c o n f i d e n c e   c o m e s   f r o m   h i s   w o r k   e t h i c ”   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h i s   c e l t i c s   t e a m   i s   g i v i n g   m e   u b u n t u   2 . 0   v i b e s .   t h e y ' r e   c l e a n i n g   o u t   t h a t   n e g a t i v e   e n e r g y ;   i   t h i n k   t h e y ' r e   g o i n g   t o   t e a r   t h r o u g h   t e a m s   t h i s   s e a s o n 
 
 ☘ ️   u b u n t u 2 p o i n t 0   u b u n t u   ☘ ️   b a n n e r 1 8   t h e j a y s   n b a  
c e l t i c s   v s .   r a p t o r s   t a k e a w a y s :   s a m   h a u s e r   s h i n e s   i n   o t   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i n   h o n o r   o f   t h e   n b a   s e a s o n   s t a r t i n g   u p   t h i s   w e e k ,   o u r   t b t   i s   f r o m   2 0 1 6   w h e n   c h r i s   h e r r e n   v i s i t e d   t h e   o l d   c e l t i c s   p r a c t i c e   f a c i l i t y   i n   w a l t h a m   t o   f i l m   a   p s a   f o r   t h e   s t a t e w i t h o u t s t i g m a   c a m p a i g n . .   i t   w a s   a   f u l l   c i r c l e   m o m e n t   & a m p ;   a   d a y   t o   r e m e m b e r .   ☘ ️   💜   h e r r e n t a l k s   n b a   c e l t i c s  
r e c e n t l y : 
 
 t h e   b r u i n s   w i n   i n   a   t h r i l l e r   v s   t h e   r a n g e r s   5 - 4 .   f i n a l   p r e s e a s o n   g a m e   s a t   v s   t h e   n e w   j e r s e y   d e v i l s . 
 
 - 
 
 c e l t i c s   d r o p   t h e   b a l l   t o   t h e   r a p t o r s   1 2 5   -   1 1 9   i n   o t . 
 
 - 
 
 r e d s o x   w r a p   u p   2 0 2 2   w i t h   a   s w e e p ,   b e a t i n g   o u t   t h e   r a y s   6 - 3 .   t i l l   n e x t   s p r i n g . . .
h o w   i m p o r t a n t   w a s   a d d i n g   v e t e r a n   b i g   m a n   b l a k e   g r i f f i n   t o   t h e   b o s t o n   c e l t i c s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   1 2 5 ,   b o s t o n   1 1 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i u b b   i n   n b a   p r e s e a s o n   l a s t   n i g h t : 
 
 🏀   o g   a n u n o b y   ( r a p t o r s ) :   1 0   p t s   ( 4 - 8   f g ) ,   3   r e b s 
 🏀   n o a h   v o n l e h   ( c e l t i c s ) :   2   p t s   ( 1 - 1   f g ) ,   3   r e b s 
 🏀     ( l a k e r s ) :   2   p t s ,   3   r e b s
d o n t e   d i v i n c e n z o   c o u l d ' v e   b e e n   a   b o s t o n   c e l t i c   l a s t   s e a s o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
  i t s   t h e   o n e   t h i n g   i v   b e e n   d y i n g   t o   s e e   t h e s e   l a s t   f e w   y e a r s .   c e l t i c s
p o s t   g a m e   t h r e a d :   t h e   t o r o n t o   r a p t o r s   d e f e a t   t h e   b o s t o n   c e l t i c s   1 2 5 - 1 1 9   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
i c y m i ,   h e r e ' s   w h a t   s t o o d   o u t   i n   t h e   c e l t i c s   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s ,   i n c l u d i n g   b o s t o n ' s   s t i n g y   d e f e n s e ,   a   s t r o n g   s h o w i n g   f r o m   t h e   r e g u l a r   s e a s o n   c l o s i n g   l i n e u p ,   a n d   s a m   h a u s e r   c a r v i n g   o u t   a   r o l e   f o r   h i m s e l f . 

t h i s   w a s   s o   s m o o t h   a n d   c a l m   f r o m   j a y s o n   t a t u m .   h e   k e e p s   d r i v i n g   t o   t h e   h o o p   l i k e   t h i s   h e ’ l l   o n c e   a g a i n   b e   i n   t h e   m v p   c o n v e r s a t i o n   c e l t i c s  
a   l i t t l e   h o t   t a k e … 
 
 j a y l e n   b r o w n   w i l l   l e a d   t h e   c e l t i c s   i n   s c o r i n g   t h i s   s e a s o n .
h o r n e t s   c e l t i c s   c h a r l o t t e   n b a   b a s k e t b a l l   l a m e l o   ( f o r   t h e   t w i t t e r   a l g o r i t h m   t o   p r o m o t e   i t   f o r   f r e e   t o   t h e   r i g h t   p l a c e ,   i ' d   r e a l l y   l i k e   t o   s e l l   t h e   t i c k e t s )
1 7   p o i n t s   i n   2 1   m i n u t e s   f o r   p a y t o n   p r i t c h a r d   a g a i n s t   t h e   r a p t o r s   l a s t   n i g h t   c e l t i c s  
j a y l e n   b r o w n   e x p r e s s i n g   h i t t i n g   h i s   f r e e   t h r o w s   i n   a   s u r p r i s i n g   w a y   t h a t   t h r e w   o f f   t h e   g r e a t     😂 l o v e   t o   s e e   i t   c e l t i c s 
  
h o w   i m p o r t a n t   w a s   a d d i n g   v e t e r a n   b i g   m a n   b l a k e   g r i f f i n   t o   t h e   b o s t o n   c e l t i c s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s o   g l a d   t h i s   g u y ’ s   n o   l o n g e r   w e a r i n g   a   c e l t i c s   j e r s e y .   i   w o n d e r   i f   b e n   s i m m o n s   m i n d s   b e i n g   p u b l i c l y   l e c t u r e d   b y   a   f l a t - e a r t h e r   w i t h   a   h a b i t   o f   d a m n i n g   h i s   t e a m m a t e s   w i t h   f a i n t   p r a i s e …  
j t   j a y s o n   t a t u m   a t   t h e   t d g a r d e n     l a s t   n i g h t   💪 🏻   a l w a y s   a   p l e a s u r e   w a t c h i n g   t h e   g o a t   p l a y   🐐   0   c e l t i c s   b o s t o n   b l e e d g r e e n  
c e l t i c s '   j a y s o n   t a t u m   o n   s l o w   s h o o t i n g   s t a r t   t o   s e a s o n :   ' i   a i n ' t   w o r r i e d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   e x p l a i n s   w h y   c e l t i c s   a r e   p i c k i n g   u p   w h e r e   t h e y   l e f t   o f f   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡  
h a s   b o s t o n ' s   b u m p y   o f f s e a s o n   t a k e n   t h e   c e l t i c s   d o w n   a   p e g   a s   c o n t e n d e r s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m h a u s e r   f o r m   l o o k s   q u i c k e r   i f   h e   k e e p s   t h i s   u p   d u r i n g   t h e   s e a s o n   a n d   d e v e l o p   i n   a n o t h e r   a r e a   o f   h i s   g a m e . . g a l l o   m a y   b a r e l y   s e e   t h a t   f l o o r   e v e n   w h e n   h e a l t h y   😂 😂 😂 ☘ ️   c e l t i c s
b e e n   i n   t h e   c s   l o c k e r   r o o m   f o r   5   m i n s   a n d   s e e m s   l i k e   b l a k e   g r i f f i n   h a s   b e e n   h e r e   5 …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s u p e r - e a r l y   m o c k   2 0 2 3   n b a   d r a f t   h a s   b o s t o n   c e l t i c s   t a k i n g   i o w a   f o r w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w i l l   j a y s o n   t a t u m   a n d   j a y l e n   b r o w n   t a k e   t h e   b o s t o n   c e l t i c s   b a c k   t o   t h e   n b a   f i n a l s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e w   n f t   c o l l e c t i o n   i s   c o m i n g   t h i s   n i g h t   2 3 : 5 9   g m t   + 0 3 : 0 0   n f t s   n f t   n f t c o l l l e c t o r s   n f t c o l l e c t i o n   m o n k e y n f t c o l l e c t i o n   b a s k e t b a l l   b u l l s     l a k e r s   l o s a n g e l e s   s p u r s   c h i c a g o   c e l t i c s   b o s t o n   t e a m s
5   t a k e a w a y s   f r o m   c e l t i c s   v s .   r a p t o r s   a s   s a m   h a u s e r ,   m a l c o l m   b r o g d o n   s h i n e   i n   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t ,   m a l c o l m   b r o g d o n   a n d   d e r r i c k   w h i t e   c o u l d   b e c o m e   a   t e r r i f y i n g   t r i o   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   p r e v i e w :   p r e d i c t i o n s   a n d   a n a l y s i s   f o r   t h e   2 0 2 2 - 2 3   n b a   s e a s o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   -   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   2 0 . . .   
 c e l t i c s   r a p t o r s   n b a
a f t e r   h i s   f i r s t   f i n a l s   a p p e a r a n c e ,   c e l t i c s   s t a r   i s   l e a r n i n g   t h e   s p o t l i g h t   h a s   b e e n   m a g n i f i e d   f o r   b e t t e r   a n d   f o r   w o r s e 
 
 r e a d   m o r e   h e r e :   
 
 n b a   s p o r t s   s p o r t s n e w s   n b a s e a s o n   n b a p l a y e r   b o s t o n c e l t i c s   n b a n e w s   s p o r t s n e w s d a i l y   b a s k e t b a l l   s p o r t s u p d a t e
t h a t   c e l t i c s   g a m e   e h . . j t   r h y t h m   i s   📴 . . a n d   c e l t i c s   c l e a r l y   s t i l l   n e e d   t i m e l o r d .
s u p e r - e a r l y   m o c k   2 0 2 3   n b a   d r a f t   h a s   b o s t o n   c e l t i c s   t a k i n g   i o w a   f o r w a r d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s o   g o o d   i   h a d   t o   s h a r e !   c h e c k   o u t   a l l   t h e   i t e m s   i ' m   l o v i n g   o n     p o s h m a r k   f a s h i o n   s t y l e   s h o p m y c l o s e t   c a m p b e l l s   c e l t i c s   z i g i s o h o :    
n e w   v i d e o   t o   w a t c h : 
 
 " b o y y   t h e   r a p t o r s   w e n t   n a s t y   |   r a p t o r s   v s   c e l t i c s   -   p o s t   g a m e   t h o u g h t s "   
 
 c r e a t o r :     d e e m y . 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c e l t i c s   b o s t o n c e l t i c s 
 
  
i f   m a l c o l m   b r o g d o n   s t a y s   c o n s i s t e n t   m o v i n g   t h e   b a l l   a n d   c a n   r e m a i n   h e a l t h y   t h i s   s e a s o n ,   i   t h i n k   h e ’ l l   b e   a   t o p   c a n d i d a t e   f o r   s i x t h   m a n   o f   t h e   y e a r   c e l t i c s
🇺 🇸 | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a  
j u l i u s   r a n d l e ' s   n o t a b l e   g r o w t h   i n   k n i c k s '   p r e s e a s o n   w i n   c a n ' t   b e   i g n o r e d 
 
 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a p r e s e a s o n   n b a i n a b u d h a b i   l a k e s h o w   l a k e r s   c e l t i c s   d u b n a t i o n   b u l l s n a t i o n   r o c k e t s   a p c e r s   m f f l
s a m   h a u s e r   c o n t i n u e s   t o   p r o v e   w h y   t h e   c e l t i c s   r e - s i g n e d   h i m .   y o u   m u s t   r e s p e c t   h i m   a s   a   s h o o t e r 
 

m a l c o l m   b r o g d o n   a n d   s a m   h a u s e r   b o t h   w e n t   t o   v i r g i n i a .   m o s t   o f   h a u s e r ’ s   s h o t s   h a v e   b e e n   o f f   o f   b r o g d o n   a s s i s t s   t h r o u g h o u t   t h e   p r e s e a s o n   c e l t i c s   
 

j u s t   r e m e m b e r   t h a t   t h e   c e l t i c s   h a d   a   1 9   p o i n t   l e a d   b e f o r e   t h e   d e e p e r   b e n c h   t o o k   o v e r .   i   s a w   w h a t   i   n e e d e d   t o   f r o m   o u r   g u y s   🍀
t h e   d e e p e r   p a r t   o f   t h e   b e n c h   s t r u g g l e d   b u t   t h e   s t a r t e r s   a n d   r o t a t i o n   p l a y e r s   l o o k e d   p r e t t y   g o o d   c e l t i c s
o n   t h i s   d a y :   1 9 9 8   p r e s e a s o n   c a n c e l e d   a h e a d   o f   ' 9 8   l o c k o u t ;   g e o r g e   k a f t a n   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w i l l   j a y s o n   t a t u m   a n d   j a y l e n   b r o w n   t a k e   t h e   b o s t o n   c e l t i c s   b a c k   t o   t h e   n b a   f i n a l s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
i n   t w o   g a m e s ,   s a m   h a u s e r   i s   9 - 1 3   f r o m   b e h i n d   t h e   a r c .   h e ’ s   b e e n   a c c u r a t e   a n d   c o n f i d e n t   l e t t i n g   i t   f l y ,   n o t   t o   m e n t i o n   h i s   t e a m m a t e s   w a n t   h i m   t o   s h o o t   c e l t i c s
t h e   c e l t i c s   a r e   t h r i v i n g   o f f e n s i v e l y ,   p l a y i n g   f a s t e r   a n d   s m a l l   b a l l   l o o k s   a p p e a l i n g .   i t ' s   a l l   e x p e r i m e n t a l   r i g h t   n o w   a s   b o s t o n   t r i e s   t o   r e s h a p e   i t s   i d e n t i t y   w i t h o u t   i m e   u d o k a   & a m p ;   w i t h   w i l l i a m s   h u r t . 
 
 " w e   m i s s e d   a   l o t   o f   g o o d   l o o k s ,   b u t   t h e   f l o o r   i s   s p a c e d " 

r a p t o r s   g e t   g o i n g   e a r l y   i n   o v e r t i m e   t o   t a k e   1 2 5 - 1 1 9   w i n   o v e r   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   h a v e   t h e   f e w e s t   s h o t s   p e r   g a m e   i n s i d e   5   f e e t   t h i s   p r e s e a s o n   ( 2 1 . 3 ) .   n i c e   t o   b e   r a i n i n g   f r o m   t h r e e ,   b u t   s o m e   b a l a n c e   i s   m i s s i n g   f r o m   t h e i r   o f f e n s e   e a r l y .   t h e y ' r e   b o t t o m   1 0   i n   f t a   t o o .
w e   b a c k ☘ ️ ☘ ️ ☘ ️ ☘ ️ ☘ ️   m o o d   c e l t i c s  
i   a m   s o   h a p p y   c e l t i c s   a r e   b a c k   😍 ☘ ️ 🤗
i   j u s t   w a n t   t o   s t i l l   s a y   i   c a l l   s a m   h a u s e r   f a k e   h a y w a r d   c a u s e   i n   m y   m i n d   t h e y   l o o k   a l i k e .   s o   i ’ m   h o p i n g   s a m   c a n   b e   t h e   h a y w a r d   w e   n e v e r   g o t   t o   e x p e r i e n c e   l o l l l l l   c e l t i c s   🙃 😎 🤣 ☘ ️
p a y t o n   p r i t c h a r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a y t o n p r i t c h a r d   p a y t o n   p r i t c h a r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
" y o u n g   g o a t "   - -   w a r r i o r s   s t a r   d r a y m o n d   g r e e n   i s s u e s   u l t i m a t e   p r a i s e   f o r   c e l t i c s   f o r w a r d   j a y s o n   t a t u m   😤 
 

j a y s o n   t a t u m   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y s o n t a t u m   j a y s o n   t a t u m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
    a f t e r   i   g o t   h o m e   t o n i g h t   i   f o u n d   m r .   f l e s h y   i n   l i z z y ’ s   t w e e t   h i s t o r y .   i   h a v e   p i n n e d   h i m   t o   m y   p r o f i l e   f o r   f u t u r e   u s e .   s a v e   h i m ,   h o l d   h i m   c l o s e   t o   y o u r   h e a r t ,   a n d   r e m e m b e r … … … . . b e l i e v e ! ! ! ! !   f l e s h y   n b a   c e l t i c s   b o s t o n   b e l i e v e
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j e f f   d o w t i n 
 
 n b a   n b a i t a l i a   r a p t o r s   c e l t i c s 
 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 p a y t o n   p r i t c h a r d 
 
 n b a   n b a i t a l i a   c e l t i c s   r a p t o r s 
  
1 0 / 5   p u t n a m   p o s t g a m e   r e p o r t :   t h e   s t i n g   o f   d e f e a t   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a y s o n   t a t u m 
 
 n b a   n b a i t a l i a   c e l t i c s   r a p t o r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 m a r c u s   s m a r t 
 
 n b a   n b a i t a l i a   c e l t i c s   r a p t o r s 
  
g a m e   r e c a p :   r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a y l e n   b r o w n 
 
 n b a   n b a i t a l i a   c e l t i c s   r a p t o r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 s c o t t i e   b a r n e s 
 
 n b a   n b a i t a l i a   r a p t o r s   c e l t i c s 
  
w h y   c e l t i c s '   j a y s o n   t a t u m   s a i d   s a m   h a u s e r   ' s h o u l d   s e n d   m e   a   t h a n k   y o u   c a r d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   g a m e   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 ;   n b a   s t a n d i n g s   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   p a c e r s   h o r n e t s   c a v a l i e r s   7 6 e r s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
🎥 :     & a m p ;     r e c a p   t h e   c e l t i c s   1 2 5 - 1 1 9   o t   l o s s   t o   t h e   r a p t o r s   o n   w e d n e s d a y 
 
 🍀 m a z u l l a ' s   i m p r i n t   i s   e v i d e n t   👀 
 🍀 h a u s e r   3 ⃣ 🔥 
 🍀 f l o o r   s p a c i n g   ↔ ️ 
 🍀 o f f e n s e   i s   d o m i n a t i n g 
 
 📺 f u l l   r e c a p :   
 
 ⚡ ️ b y   _ a g   |     |    
i   g i v e   t h e   p p l   w h a t   t h e y   w a n t   ! ! !   c e l t i c s   & a m p ;   d e u c e   c u t e n e s s   🫱 🏼 ‍ 🫲 🏽 🫶 🏻   n b a  
c e l t i c s   w a t c h   l e a d   e v a p o r a t e   i n   p r e s e a s o n   o v e r t i m e   l o s s   t o   r a p t o r s :   1 0   t a k e a w a y s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
b r o w n   r e a d y   t o   p i c k   u p   w h e r e   h e   l e f t   o f f ,   g r e a t   e f f o r t   a n d   n u m b e r s   s o   f a r   c e l t i c s
s a m   h a u s e r   l o o k s   l i k e   h e   i s   r e a d y   f o r   s o m e   q u a l i t y   m i n u t e s   c e l t i c s
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   b o s t o n   c e l t i c s   n b a   v i d e o :  
w h y   c e l t i c s '   j a y s o n   t a t u m   s a i d   s a m   h a u s e r   ' s h o u l d   s e n d   m e   a   t h a n k   y o u   c a r d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h i s   💯 💯 💯 ☘ ️ 🙌 🏻   c e l t i c s   b l e e d g r e e n   a m e n   n b a  
o v e r t i m e . . . . i n   a   p r e s e a s o n   g a m e . . . . a n d   t h e y   l o s e   i n   t h e   1 s t   g a m e   i ' m   a b l e   t o   w a t c h   l o l   c e l t i c s
d e e p   b e n c h   l e a d s   i n c r e d i b l y   f u n   c o m e b a c k ,   r a p t o r s   b e a t   c e l t i c s   1 2 5 - 1 1 9   i n   o t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e n   w i t h   a n   l   t o n i g h t .   w e   l o o k   p o i s e d   f o r   a n o t h e r   f u n   r u n   🔥     c e l t i c s
f r e d   v a n v l e e t   w i t h   a   2 - p o i n t e r   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   a m   a   h u g e   f a n   o f   m f i o n d u   a n d   i t   n e e d s   t o   b e   s a i d   p u b l i c l y   h e r e   c e l t i c s   🗣 ️ 💯 ☘ ️ 🙌 🏻
j a y l e n   b r o w n   h i g h l i g h t s   -   c e l t i c s   v s .   r a p t o r s   -   5 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   b o s   t o r   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b o s t o n   c e l t i c s   t o r o n t o   r a p t o r s
h e r e ' s   w h a t   s t o o d   o u t   f r o m   r a p t o r s '   o v e r t i m e   w i n   o v e r   c e l t i c s :   b o s t o n ' s   r e g u l a r s   s h a r p   a t   b o t h   e n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   ‘ 2 2 - ‘ 2 3   c e l t i c s   r o s t e r   i s   n o w h e r e   n e a r   t h e   s a m e   g a l a x y   a s   t h e   ‘ 8 5 - ‘ 8 6   c e l t i c s .     b i l l   w a l t o n   w a s   p l a y i n g   w i t h   3   l e g i t   h o f e r s   a t   t h e   h e i g h t   o f   t h e i r   r e s p e c t i v e   p o w e r s .   
 
 h o p e f u l l y   b l a k e   g r i f f i n   h a s   s o m e t h i n g   l e f t   t o   c o n t r i b u t e .   b u t   t h e s e   w a l t o n   c o m p a r i s o n s   a r e   a b s u r d .
l a k e r s   n e w s :   c e l t i c s   c o - o w n e r   t a l k s   a b o u t   h e r   o f f - c o u r t   p a r t n e r s h i p   w i t h   l a k e r s   o w n e r   j e a n i e   b u s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   m o s t   w o n d e r f u l   t i m e   o f   t h e   y e a r   ☘ ️ 😍 ☘ ️ 😍 ☘ ️   c e l t i c s   b l e e d g r e e n   n b a   t i s t h e s e a s o n   🏀  
r e a d   & a m p ;   r e a c t :   t h e   t a t u m   & a m p ;   b r o w n   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g a l l e r y :   c e l t i c s   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s   a t   t h e   g a r d e n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s   v s   r a p t o r s   o v e r t i m e   t i l t 

k a b e n g e l e   w i t h   t h e   p o w e r f u l   s l a m ! 😤 😤 😤 
 c e l t i c s r a p t o r s   c e l t i c s   n b a   n b a t w i t t e r   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   h i g h l i g h t   
  
5   t a k e a w a y s   f r o m   c e l t i c s   v s .   r a p t o r s   a s   s a m   h a u s e r ,   m a l c o l m   b r o g d o n   s h i n e   i n   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   i s   a   s l i g h t l y   w o r s e   p a u l   g e o r g e   _     c e l t i c s
  p a y t o n   p r i t c h a r d   -   1 7   p t s ,   4   r e b ,   5   a s t ,   3   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 p a y t o n p r i t c h a r d   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
d a l a n o   b a n t o n   w i t h   a n   a n d   o n e   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  t h e   o n l y   s t a r t e r s   j a c k e t   i   w i l l   a c c e p t .   c e l t i c s   8 0 s  
t h e   c e l t i c s   d r o p   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s .   t h e y   w i l l   b e   i n   c h a r l o t t e   o n   f r i d a y .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
c e l t i c s   b r o t h e r s   a n d   s i s t e r s   y o u   d o   r e a l i z e   t o n i g h t   w a s   a   p r e   s e a s o n     g a m e   a n d   t h e   s t a r t e r s   a n d   s a m   h a u s e r   p l a y e d   g r e a t ,   r i g h t ?   c a n   y o u   s p a r e   m e   t h e   n e g a t i v i t y !
i s   s a m   h a u s e r   g o i n g   t o   b e c o m e   t h e   c e l t i c s   s e c r e t   s h a r p s h o o t i n g   w e a p o n ?
n o a h   v o n l e h   w i t h   a   d u n k   v s   t h e   t o r o n t o   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s o r r y   c e l t i c s   f a n s   b u t … 
 
 … h e a r d   y o u r   a n n o u n c e r   s a y   i n   t h e   3 r d   q u a r t e r   t h a t   t h e   r a p t o r s   w e r e   “ w a v i n g   t h e   w h i t e   f l a g ” … 
 
 . . t h e n   w e   c a m e   b a c k   f r o m   1 9   d o w n   t o   w i n   i n   o t .   
 
 w e t h e n o r t h  
w h a t   c e l t i c s   p r e d i c t i o n s   w e r e   m a d e   d u r i n g   n b a   g m   s u r v e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a n ,   h a u s e r   i s   r e a l l y   l o o k i n g   n i c e   s o   f a r   f o r   t h e   c e l t i c s .   l i k e ,   m a n .
n i a   l o n g   i s   r e p o r t e d l y   s t a y i n g   w i t h   i m e   u d o k a   d e s p i t e   h u g e   c h e a t i n g   s c a n d a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
  n a t e   " t i n y "   a r c h i b a l d .       7   f o r   t h e   c e l t i c s   a n d   1   i n   t h e   💗   t o   a   5   f t   n o t h i n g   8 t h   g r a d e   p o i n t   g u a r d . c e l t i c s  
" t h e r e   i s   n o   w e a k n e s s   r i g h t   n o w   i n   t h i s   c e l t i c s   d e f e n s e . "   😤 
 
   a n d   _ 5 0   o n   t h e   c e l t i c s   m a i n t a i n i n g   t h e i r   d e f e n s i v e   i d e n t i t y  
_ s m o o t h 1 0   s a m   h a u s e r   -   2 2   p t s ,   4   r e b ,   2   a s t ,   5   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 s a m h a u s e r   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
c e l t i c s   t a k e a w a y s   a s   r e g u l a r s   i m p r e s s   a g a i n   i n   p r e s e a s o n   o v e r t i m e   l o s s   t o   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   o n   g r a b b i n g   1 0   r e b o u n d s   t o n i g h t ,   a n d   t h e   i m p o r t a n c e   o f   h i m   c o n t r i b u t i n g   i n   t h a t   a r e a   w i t h   r o b   o u t .   “ w e ’ v e   a l l   g o t   t o   r e b o u n d .   r e b o u n d i n g   i s   k e y .   m e   a n d   r o b   u s e d   t o   h a v e   f r i e n d l y   c o m p e t i t i o n s .   i   g e t   a   l o t   o f   r e b o u n d s   n o w .   r e b o u n d i n g   i s   s o m e t h i n g   i   d o . ”   c e l t i c s
b o s t o n   c e l t i c s   l o s e   t o   t o r o n t o   r a p t o r s   i n   b e t t e r - t h a n - y o u - t h i n k   p r e s e a s o n   p e r f o r m a n c e ,   1 2 5 - 1 1 9   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b e n c h   p l a y e r s   f o r   t h e   l o s s .   c e l t i c s
j a y s o n   t a t u m   o n   h o w   e n c o u r a g e d   h e   i s   b y   s h a r p   t h e   c e l t i c s   h a v e   l o o k e d   i n   t h e i r   f i r s t   t w o   p r e s e a s o n   g a m e s :   “ s u p e r   e n c o u r a g e d .   i t   k i n d   o f   f e e l s   l i k e   w e ’ r e   p i c k i n g   u p   f r o m   l a s t   s e a s o n … a n d   i t ’ s   f u n   p l a y i n g   w i t h ,   a n d   i   t h i n k   i t   s h o w s   t h r o u g h   t h e   f i r s t   t w o   g a m e s . ”
d o   y o u   h a v e   a   g r e a t   p r o j e c t   t h a t   y o u   w a n t   t o   g e t   h a n d l e d   p r o f e s s i o n a l l y ?   t h e n   c l i c k   t h e   l i n k   b e l o w ,   a n d   l o o k   a t   t h e   r e s u l t s . 
 
 
 a e w d y n a m i t e 
 r a p t o r s 
 d r a y m o n d 
 j o s h j a c k s o n 
 g a b e b r o w n 
 c e l t i c s 
 r h o b h 
 d o w t i n 
 d j w i l s o n 
 w e t h e n o r t h
c e l t i c s   f a l l   t o   t h e   r a p t o r s   1 2 5 - 1 1 9   i n   o t 
 
 b r o w n   2 3 p t s 
 h a u s e r   2 2 p t s 
 t a t u m   1 8 p t s   1 0 r e b 
 p r i t c h a r d   1 7 p t s   5 a s t 
 w h i t e   1 0 p t s 
 
 b o s :   4 4 . 4 %   f g   1 6 - 5 2   3 p t   4 5   r e b   3 1   a s t   1 0   t o v 
 
 a c h i u w a   1 3 p t s   7 r e b 
 s i a k a m   1 3 p t s   6 r e b 
 j a c k s o n   1 3 p t s 
 b i r c h   1 0 p t s 
 
 t o r :   4 5 . 9 %   f g   7 - 3 2   3 p t   5 9   r e b   2 2   a s t   7   t o v
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :   r a p t o r s   1 2 5 ,     1 1 9   i n   o t .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b a s k e t b a l l   b o s t o n a t h l e t e m a g a z i n e  
p r e c i o u s a c h i u w a   p o s t s   1 3   p o i n t s   a n d   s e v e n   r e b o u n d s   t o   h e l p   t h e   r a p t o r s   b e s t   t h e   c e l t i c s .   f i n a l :   t o r   1 2 5   -   1 1 9   b o s   n b a p r e s e a s o n
l o l .   c e l t i c s   g o i n g   b a c k   t o   t h e m   d u m b   a s s   p r e - u d o k a   l i n e u p s   w i t h   t a t u m   a t   t h e   4 .   t h e y   m a y   n o t   e v e n   m a k e   i t   o u t   o f   t h e   f i r s t   r o u n d   o f   t h e   p l a y o f f s
n b a ,   c e l t i c s   t w i t t e r   r e a c t   t o   b o s t o n ' s   1 2 5 - 1 1 9   o v e r t i m e   l o s s   t o   t h e   r a p t o r s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i ' m   s o   f u c k i n g   p i s s e d   w e   s h o u l d n ' t   h a v e   l o s t   t h a t   g a m e   w e   w a s   u p   b y e   2 0   p o i n t s   i t ' s   p r e   s e a s o n   a n d   t h e   g a m e s   d o n ' t   c o u n t   b u t   i   p a i d   m o n e y   w a s t e d   m y   t i m e   t h e y   t o o k   t h e   s t a r t e r s   o u t   w i t h   a b o u t   3   m i n s   l e f t   i n   t h e   3 r d   q u a r t e r   p u t   i n   t h e   b u m s   a n d   t h e y   l o s t   t h e   g a m e   c e l t i c s
i ' m   s o   f u c k i n g   p i s s e d   i   k n o w   t h i s   i s   p r e s e a s o n   b u t   w e   w e r e   u p   b y   f u c k i n g   2 0   p o i n t s   o f   t a t u m   a n d   b r o w n   p l a y e d   i n   t h e   f o u r t h   q u a r t e r   j u s t   w o u l d ' v e   n e v e r   h a p p e n e d   e v e r .   i   f e e l   l i k e   i ' m   w a s t i n g   m y   m o n e y   m y   t i m e   i ' m   s o   a n g r y .     c e l t i c s
t h i s   w o u l d   h a v e   n e v e r   e v e r   h a p p e n e d   i n   t h e   r e g u l a r   s e a s o n   c e l t i c s   i ’ m   s o   l o s s e s   i   f e e l   l i k e   i   w a s t e d   m y   1 9   d o l l a r s   i   p a i d   f o r   t h i s   g a m e   😂 😂 😂 n b a   p r e s e a s o n
c e l t i c s   g r e a t   g a m e   _        
w a t c h i n g   g u y s   c o m p e t i n g   f o r   r o s t e r   s p o t s   o v e r c o m e   a   1 9 - p o i n t   d e f i c i t   t o   b e a t   t h e   c e l t i c s   w a s   a   l o t   o f   f u n .   i   d o n ' t   c a r e   i f   i t ' s   j u s t   t h e   p r e s e a s o n !   r a p t o r s     l e t s g o  
r a p t o r s   a t   c e l t i c s :   b o s t o n   f a l l s   t o   t o r o n t o   1 2 5 - 1 1 9   i n   o v e r t i m e   a s   b e n c h   m o b   f i z z l e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   s o   c l o s e   n b a   w h a t   a   g a m e   r a p t o r s  
t h e   l e a g u e   n e e d s   t o   b e   o n   n o t i c e   o f   s a m   h a u s e r   c e l t i c s   n b a   n b a t w i t t e r
t h e   r a p t o r s   p l a n e   f l i g h t   b a c k   f r o m   b o s t o n   w i l l   b e   l i k e   o n e   t h o s e   h i g h   s c h o o l   b u s   r i d e s   a f t e r   j v   g o t   t h e   w   b u t   t h e   v a r s i t y   t e a m   g o t   t o r c h e d .   c e l t i c s   w e t h e n o r t h
h a u s e r   o n   t h e   c e l t i c s   e x p r e s s i n g   c o n f i d e n c e   i n   h i m   t o   s t e p   u p   f o l l o w i n g   g a l l i n a r i ’ s   i n j u r y :   “ t h e m   s h o w i n g   c o n f i d e n c e   g i v e s   m e   c o n f i d e n c e . ”
w h e n   i n   r o m e ,   y o u   e n t e r   t h e   a r e n a .   🏀 🍀   m y   f i r s t   t i m e   i n   t d   a n d   b l o w n   a w a y   b y   t h e   r i c h   h i s t o r y   o f   b a s k e t b a l l   l e g e n d s   t h a t   h a v e   m a d e   t h e   c e l t i c s   w h o   t h e y   a r e   t o d a y .   t h a n k s     a n d     f o r   m a k i n g   s u r e   i   s a w   a n o t h e r   s i d e   o f   b o s   t o n i g h t !   c e l t i c s   s t i l l a c l i p s f a n  
s a m   h u a s e r   e a r n e d   h i m s e l f   a   s p o t   i n   t h e   r o t a t i o n ,   d e s p i t e   t h e   i n j u r y   t o   g a l l o   c e l t i c s
r a p t o r s   i n   t h e   4 t h   q u a r t e r   t o n i g h t .   c e l t i c s   r a p t o r s  
h a u s e r   o n   h i s   h o t   s h o o t i n g :   “ t h a t ’ s   w h a t   i ’ m   k n o w n   f o r   s h o o t i n g ,   a n d   t h a t ’ s   h o w   i   c a n   h e l p   t h i s   t e a m … i t   c o m e s   b a c k   t o   d a i l y   d e p o s i t s   a n d   w o r k i n g   o n   i t   e v e r y d a y . ”   c e l t i c s
c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   s a y s   s a m   h a u s e r ’ s   c o n f i d e n c e   i s   a   p r o d u c t   o f   h i s   w o r k   e t h i c . 
 
 " ( h e )   w o r k s   r e a l l y   h a r d ,   d o e s   a   g r e a t   j o b   o f   p l a y i n g   o f f   o t h e r s ,   a n d   t a k e s   w h a t   t h e   d e f e n s e   g i v e s   h i m . ”
s o   t h i s   i s   w h a t   w e ' r e   d o i n   a g a i n . . . . 
 c e l t i c s    
w h i l e   t h e   g a m e   u l t i m a t e l y   w e n t   t h e   w a y   o f   t h e   r a p t o r s ,   t h e   m o r e   i m p o r t a n t   d e v e l o p m e n t s   t o o k   p l a c e   b e f o r e   t h e i r   f o u r t h - q u a r t e r   r a l l y .   h e r e ’ s   w h a t   s t o o d   o u t   f r o m   t h e   c e l t i c s   s e c o n d   p r e s e a s o n   m a t c h u p .   

y o u   r a p t o r s   f a n s   r e a l l y   e x c i t e d   o v e r   a   p r e s e a s o n   g a m e   🤣 🤣 🤣 .   g r o w   t h e   t f   u p   a l r e a d y   💀   c e l t i c s   r a p t o r s   f u c k t h e r a p t o r s
  w e   w e r e   u p   b y   1 8   i   k n o w   i t ’ s   t h e   p r e s e a s o n   b u t   w t h   i t   w a s   1 8 p o i n t s   s m h   l o l o l o l   c e l t i c s
t h e   b r o g d o n   t o   h a u s e r   c o n n e c t i o n   w a s   s t r o n g   t o n i g h t   j u s t   l i k e   s a m   p l a n n e d   i n   o u r   c o n v o   a   f e w   w e e k s   a g o .   c e l t i c s     b l e e d g r e e n 
 
  
p r e s e a s o n   c e l t i c s   g a m e   2   f u n .   3 0   i s   s h o o t e r   b u t   a l s o   d i s p l a y s   g r e a t   d e c i s i o n   m a k i n g   o n   d r i b b l e   d r i v e .   a n o t h e r   p e r s o n   c a p a b l e   o f   p r e s s i n g   o p p o n e n t   s p a c e .   r a p t o r s   4 5   g o o d .     t o r   o v e r a l l   a   b i g   m f   t e a m   g u a r d s   a r e   h u g e   a n d   l o o k s   l i k e   i t   g o t   t h e m   b a c k   i n t o   t h e   g a m e   a t   e n d   o f   3 r d   2   f i n
h e r e   f o r   i t .   c e l t i c s  
w o w   … .   w h a t     a   g a m e   i n   t h e   n b a   p r e   s e a s o n   b e t w e e n   t h e   c e l t i c s   & a m p ;   r a p t o r s 
 

a g a i n ,   i   k n o w   i t ’ s   p r e s e a s o n   a n d   t h e s e   g a m e s   d o n ’ t   c o u n t   b u t ,   t h e   c ’ s   l o s i n g   t o   t h e   r a p t o r s   a i n ’ t   s i t t i n g   w e l l   w i t h   m e .   c e l t i c s   n b a p r e s e a s o n
c e l t i c s   f a l l   t o   r a p t o r s   i n   s e c o n d   p r e s e a s o n   g a m e   ⬇ ️ 
 
 p o s t g a m e   l i v e   i s   o n   n o w   w i t h       _ 5 0     & a m p ;     o n    
t a k e   a   d e e p   b r e a t h   c e l t i c s   f a n s ,   i t ' s   j u s t   a   p r e s e a s o n   g a m e ,   i t ' s   n o t   l i k e   o u r   p l a y e r s   a r e   o u t   t h e r e   ' f o r c e f u l l y   s t r i k i n g '   e a c h   o t h e r . . .
t h e   c e l t i c s   w i n   t o t a l   i s   s e t   a t   5 3 . 5 .   j a y l e n   b r o w n   l o o k s   i n t e n t   o n   p u s h i n g   t h e   o v e r   👀 
 c e l t i c s  
s a m   h a u s e r   i n   t w o   c e l t i c s   p r e s e a s o n   g a m e s : 
 
 3 6   p o i n t s ,   7 2 % f g   ( 1 3 - 1 8 ) ,   6 9 % 3 p t   ( 9 - 1 3 ) . 
 
 h e ’ s   g o t   a   s i g n i f i c a n t   r o l e   o n   t h i s   t e a m   i f   h e   k e e p s   t h i s   u p !
o h   t h i s   n b a   g a m e   w e n t   i n t o   o t ?   h o w   o f t e n   d o e s   t h a t   h a p p e n   f o r   n b a p r e s e a s o n   g a m e s ? 
 
 b o s t o n   l o o k e d   n o r m a l ;   c a n   t h e   c e l t i c s   p u t   t h e   c o a c h   t u r m o i l   b e h i n d   e m   a n d   f o c u s   o n   t h e   s e a s o n ?   t h e y ' r e   s t i l l   f o r m i d a b l e   a n d   o n e   o f   t h e   t o p   t e a m s   i n   t h e   e a s t .   b a l l o r f a l l  
a t t a c h e d   a t   t h e   h i p   w e l l   l e g   👀 🤣 😍   b i g d e u c e   d e u c e   c e l t i c s   n b a   b l e e d g r e e n  
c e l t i c s   f a n s   p u n c h i n g   t h e   a i r   r i g h t   n o w 😂   c e l t i c s   r a p t o r s
t h i s   d u d e   i s   a s s ! ! ! !   m i s s e d   a l l   h i s   s h o t s … .   c e l t i c s  
t r a s h   c e l t i c s   r e g r e s s e d   a s   e x p e c t e d   r a p t o r s
c e l t i c s   n b a   u g l y   g a m e   s o   f a r   b o s t o n  
n e w :   t h e   c e l t i c s   s t u m b l e d   i n   o t   a g a i n s t   t h e   r a p t o r s   b u t   l o o k e d   g r e a t   w i t h   t h e i r   r e g u l a r s   i n   t h e   p r e s e a s o n   t u n e u p .   f u l l   t a k e a w a y s  
w h o a !   h o w   a b o u t   t h o s e   r a p t o r s ?   t h e y   j u s t   b e a t   t h e   c e l t i c s   i n   o t !   m a s a i   i s   t h e   e x e c u t i v e   o f   t h e   y e a r   f o r   t h i s   c o m i n g   s e a s o n !   n b a
w h a t   a   p l a y o f f   a t m o s p h e r e !   t o   g o   d o w n   1 9   t o   w i n   t h i s   g a m e   w i t h   o u r   y o u n g   t a l e n t   j u s t   g o e s   t o   s h o w   o u r   t e a m   i s   p r e t t y   d e e p !   r a p t o r s   c e l t i c s
t h a t   c e l t i c s e m o t i o n a l r o l l e r c o a s t e r   o n   t h e   p r e s e a s o n . . .   😓   c e l t i c s
j u s t i n   j a c k s o n   a n d   b r o d r i c   t h o m a s   s h o u l d   g o   r u n   l a p s   o r   s o m e t h i n g   
 
 c e l t i c s
i   t o t a l l y   a g r e e   w i t h   t h i s   e x c e p t   t h a t   i   t h i n k   t h e y   w i l l   l e a r n   m o r e   f r o m   t h e   l o s s .     t h e   s t i n g   o f   a   l o s s   i s   a   g o o d   t e a c h e r .   c e l t i c s  
i ’ m   l a u g h i n g   m y   a s s   o f f   😂   c e l t i c s   r a p t o r s
p r i t c h a r d   s h o w s   t h e   d e e p   b e n c h   h o w   t o   g r i n d .   c e l t i c s   b u t   n o t   s u r e   t h e y   g e t   i t .
c u t   t h i s   b u m   r i g h t   n o w     c e l t i c s   b o s t o n c e l t i c s  
o k a y   i   c a n ' t   b e   t h e   o n l y   o n e   t h a t   t h i n k s   d . j .   w i l s o n   l o o k s   l i k e   b r i t t n e y   g r i n e r   o u t   t h e r e   l o l   c e l t i c s
i t   w a s   e x c i t i n g   a n d   c l o s e   t i l   t h e   e n d .   s h a k e   o f f   t h e   r u s t .   s e e   y o u   o n   t h e   1 8 t h   f o r   o p e n i n g   n i g h t !   g a m e   o n   😎 ☘ ️ 💪 🏻   c e l t i c s   n b a   b l e e d g r e e n
b r o d e r i c k   t h o m a s   j u s t i n   j a c k s o n   m a k e   a n y   s h o t   c h a l l e n g e   ( i m p o s s i b l e )   c e l t i c s
i f   t h e   c e l t i c s   c a n   g e t   t h i s   v e r s i o n   o f   s a m   h a u s e r   f o r   8 2   g a m e s   t h i s   s e a s o n ,     t h e y   w i l l   b e   c o n t e n d i n g   f o r   a   t i t l e   c o m e   m a y .   n b a   c e l t i c s
s e e m s   s a f e   t o   s a y   t h a t   j u s t i n   j a c k s o n   a n d   b r o d e i c   t h o m a s   a r e   u n l i k e l y   t o   m a k e   t h e   f i n a l   r o s t e r   f o r   t h i s   c e l t i c s   t e a m . 
 
 a l s o   s a f e   t o   s a y   t h a t   a n   a l l - b e n c h   s m a l l   b a l l   l i n e u p   i s   n o t   l i k e l y   g o i n g   t o   b e   a   c o m m o n   g r o u p i n g   i n   t h e   r e g u l a r   s e a s o n .
n o t   a   g r e a t   g a m e   f o r   j a c k s o n   a n d   t h o m a s … . .   c e l t i c s
🇨 🇦   k h e m   b i r c h   d i a l i n g   i t   u p   f r o m   t h e   5 1 4 . 
 
 t o r o n t o   r a p t o r s   |   b o s t o n   c e l t i c s 
 
 n b a t w i t t e r   w e t h e n o r t h   n b a  
w h o   e l s e   i s   h a p p y   t o   s e e   _ s m o o t h 1 0   h a v i n g   a   h e l l   o f   a   g a m e ? 
 c e l t i c s 
   
   
   
 _
t h i s   o v e r t i m e   i s   s o   s l o p p y   😂   c e l t i c s
c e l t i c s   g - l e a g u e   p l a y e r s   a r e   b a d
t h i s   c e l t i c s   t e a m   i s   g o i n g   t o   b e   a   l o t   o f   f u n   t o   w a t c h .   i   c a n   a l r e a d y   t e l l .   g r e a t   b a l l   m o v e m e n t ,   i n - y o u r - f a c e   d e f e n s e   a n d   a   t o n   o f   s c o r i n g .   b r i n g   o n   2 2 - 2 3   s e a s o n .   w e   r e a d y !
t h i s   i s   a   k a b e n g e l e   f a n   a c c o u n t   c e l t i c s
“ d a d d y   y o u ’ r e   g o n n a   w i n   m v p ”   - d e u c e   p r o b a b l y   🤣 😎 👑   c e l t i c s   d e u c e   t a t u m   n b a   b l e e d g r e e n  
t h i s   w o u l d   b e   f u n n y   b u t   i ’ m   s t i l l   t r a u m a t i z e d   b y   t h e   c e l t i c s   i n a b i l i t y   t o   c l o s e   a s   r e c e n t   a s   j a n u a r y   o f   l a s t   y e a r .
d e u c e   i n c o m i n g g g g g g   🤣 🤣   c e l t i c s   d e u c e   t a t u m   n b a   b l e e d g r e e n  
n i c e   t o   s e e   t h e   c e l t i c s   i n   m i d   n o v e m b e r   f o r m   b l o w i n g   b i g   l e a d s   .   t h e   m o r e   t h i n g s   c h a n g e   t h e   m o r e   t h e y   s t a y   t h e   s a m e .   n b a   c e l t i c s
t o r o n t o   r a p t o r s   o u t s c o r e   t h e   b o s t o n   c e l t i c s   3 8 - 2 0   i n   t h e   f o u r t h - q u a r t e r   t o   f o r c e   o v e r t i m e   a t   1 1 0 - 1 1 0 . 
 
 a c h i u w a   1 3 p / 7 r 
 j e f f   d o w t i n   1 0 p / 3 a / 2 r 
 d a l a n o   b a n t o n   8 p / 3 r / 1 a 
 j o s h   j a c k s o n   8 p / 3 r 
 c h r i s t i a n   k o l o k o   6 p / 3 r / 2 a / 1 b 
 
 n b a t w i t t e r   w e t h e n o r t h   n b a  
p r i t c h a r d   s h o u l d   h a v e   j u s t   g o n e   f o r   t h e   g o - a h e a d   3   t o   w i n   t h e   g a m e ,   r e a l l y .   c e l t i c s   r a p t o r s   p r e s e a s o n
w o w ,   a n   o t   p r e s e a s o n   g a m e . .   c e l t i c s
o v e t t i m e e e e   ! ! !   l e t ’ s   g o   c e l t i c s   g e t   b a c k   u p   t h e r e   p l e a s e   ! !   🍀 🍀 🍀 🍀
p r e - s e a s o n   o t ! ! !   
 
 c e l t i c s ☘ ️  
t h i s   i s   a m a z i n g …   m o r e   c e l t i c s   b a s k e t b a l l !
c o m e   o n   b o s t o n ! ! ! !   l e t ' s   g e t   t h i s   d o n e !   b o s t o n c e l t i c s   c e l t i c s   🍀
f r e e   b a s k e t b a l l   f o r   m y   f i r s t   g a m e   b a c k   i m   f u c k i n g   i n   c e l t i c s
s a m   h a u s e r   m i g h t   g e t   2 0   m i n s   p e r   g a m e   a t   t h i s   p o i n t .   c e l t i c s
f i n i s h   t h e   g a m e   w i t h   4 .   t h o m a s   i s   a w f u l .   c e l t i c s
l e g e n d s   n e v e r   d i e   ☘ ️ 🙏 🏻   r i p 6   b i l l r u s s e l l   c e l t i c s   t d g a r d e n   b l e e d g r e e n  
i t ' s   a c t u a l l y   c r a z y   h o w   s e a m l e s s l y   b l a k e   g r i f f i n   h a s   f i t   i n t o   t h e   c u l t u r e   o f   t h i s   c e l t i c s   t e a m .   l a u g h i n g   i n   h u d d l e s   a n d   d u r i n g   t i m e o u t s   w i t h   a l l   p l a y e r s   l i k e   h e ' s   b e e n   i n   b o s t o n   f o r   y e a r s
h a u s e r   s h o w i n g   u p   t o   e v e r y   g a m e   l i k e 
 
 s i n k i n m f s h i p s 👊 🏾 
 s a m b u c k e t s h a u s e r 🔥 
 c e l t i c s ☘ ️  
i   l o v e   b l a k e   t h e   c e l t i c   s o   f a r .   c e l t i c s   n b a   b l a k e g r i f f i n
n e e d   a   h a u s e r   d a g g e r   t o   c l o s e   t h i s   o n e   c e l t i c s
o n l y   t h e   c e l t i c s   a r e   a l l o w e d   t o   g e t   c h a r g e   c a l l s   b e c a u s e   t h e   n b a   a n d   r e f s   l o v e   s u c k i n g   t h e i r   c o c k   f o r   n o   r e a s o n
i t ’ s   p r e s e a s o n   a n d   i t ’ s   l i t .   p h e n o m e n a l .   b e s t   f a n s   i n   t h e   w o r l d   c e l t i c s  
t h e   c e l t i c s   w e r e   r e a l l y ,   r e a l l y   e x c i t e d   a b o u t   s a m   h a u s e r   t h i s   s u m m e r .   w e ' r e   s e e i n g   w h y .   

j o e   m a z z u l l a   1 / 1   o n   c h a l l e n g e s .   c o a c h   o f   t h e   y e a r   l o a d i n g . . . 
 
 c e l t i c s
w h o   i s   t h a t   c e l t i c s  
i t ’ s   l i t   l m a o   s m a r t   c e l t i c s  
g r e a t   c h a l l e n g e   b y   m a z z u l l a   t h e r e !   c e l t i c s
b l a k e   t e a c h i n g   t h e   y o u n g   b u c k s   c e l t i c s  
4 t h   q u a r t e r   c o l l a p s e .   c l a s s i c   c e l t i c s
w h a t   t h e   f u c k   i s   t h i s   s h i t   !   c e l t i c s
p r e - s e a s o n   f o r   s u r e ,   b u t   a   💩   j o b   b y   c e l t i c s   b e n c h   b l o w i n g   1 8   p o i n t   l e a d   i n   t h e   4 t h .
s m a r t   d o i n g   s m a r t   t h i n g s   ! !   s c r e a m i n g   f o r   a   c h a l l e n g e   c e l t i c s   r a p t o r s   n b a  
r a p t o r s   a r e   1 5 - f o r - 1 9   f g   i n   t h e   4 q ,   b y   t h e   w a y .   c e l t i c s
o h   i t ’ s   l o u d ! ! !   f e e l s   l i k e   a   r e g u l a r   s e a s o n   g a m e   l f g   🗣 ️ 🗣 ️ 🗣 ️ 😎 ☘ ️   c e l t i c s
2   p t   g a m e ☘ ️   c e l t i c s
c e l t i c s   a t   t h e   g a m e   t o n i g h t   s o   h a p p y   r a p t o r s   n b a  
h o w   c a n   y o u   n o t   l o v e   t h i s   k i d   😭 😍   d e u c e   t a t u m   c e l t i c s  
s a m   h a u s e r   i s   f o r   r e a l .   n o t   a   p r e s e a s o n   h e r o .   
 
 t h i s   k i d   i s   a   s h a r p s h o o t e r   c e l t i c s
p r i t c h a r d   🔥   c e l t i c s
b r o g d o n   j u s t   f i t s .   c e l t i c s
t h i s   c e l t i c s   b a l l   m o v e m e n t   i s   s o   b e a u t i f u l   t o   w a t c h .   h a u s e r   p a s s i n g   i t   u p   t o   w h i t e   e v e n   t h o u g h   h e   i s   s h o o t i n g   l i g h t s   o u t . . . .   t o u g h   n o t   t o   l o v e   t h a t .
s a m   h a u s e r & g t ; & g t ; & g t ; l a r r y   b i r d 
 c e l t i c s
i n   2 - 3   y e a r s   s a m   h a u s e r   i s   g o i n g   t o     b e   a   t o p   5   t h r e e   p o i n t s   s h o o t e r   i n   t h e   l e a g u e   c e l t i c s   n b a
s a v e   g r a n t   f o r   t h e   r e g u l a r   s e a s o n .   c e l t i c s  
w a t c h i n g   t h i s   c e l t i c s   a n d   r a p t o r s   p r e s e a s o n   g a m e   a n d   t h e   o n l y   t h i n g   i   c a n   t h i n k   a b o u t   i s   i m e   u d o k a   g e t t i n g   s u s p e n d e d   f o r   g e t t i n g   s o m e   s n a t c h .   i   g u e s s   c h e a t i n g   o n   n i a   l o n g   i s   a   s e r i o u s   o f f e n s e   i n   t h e   n b a
h e y   c e l t i c s   n b c b o s t o n   w h a t   t h e   f u c k   i s   u p   w i t h   t h e s e   2 4 a u t o g r o u p   c o m m e r c i a l s ? ?     t h o s e   s h r i l l   c o m m e r c i a l s   g o n n a   m a k e   m e   q u i t   t u n i n g   i n t o   t h e .     g a m e s .   t h a t   i s   m a n u f a c t u r e d   f o r   h a t e .
t h e     a r e   p l a y i n g   p l a y o f f   b a s k e t b a l l   i n   o c t o b e r   🫣 🫣   c e l t i c s
b e n c h   i s   d e e p   f o r   p r e s e a s o n   l m a o   c e l t i c s   p r e s e a s o n  
m f k i n g   h o u s 3 r ,   b a b y y y y y y y y y   m i s i l s a m   🎯   c e l t i c s
n o t   d e u c e   d r o p p i n g   s o m e t h i n g   o n   t h e   c o u r t   a n d   g r a b b i n g   i t   m i d   g a m e   c e l t i c s
m i s s i o n   c o m p l e t e   c e l t i c s  
v i a     w i t h         _ s m o o t h 1 0   c e l t i c s  
s a m   h a u s e r . . . a n   e m e r g i n g   y o u n g   s h a r p s h o o t e r   f o r   t h e   c e l t i c s .
s o   e x c i t e d   f o r   t h e   c e l t i c s   s e a s o n !
b r e a k i n g :   c e l t i c s   f o r w a r d   j a y s o n   t a t u m   h a d   t o   b e   f o r c i b l y   r e m o v e d   f r o m   t h e   g a m e   a f t e r   a t t e m p t i n g   t o   i n j u r e   p a s c a l   s i a k a m .
🚨 h o m e   s t r e t c h ! 🚨 
 
 c e l t i c s   a r e   u p   9 0 - 7 2 ! 
 
 j o i n   ,   ,   _ s w a y ,   _ t o s c a n o   & a m p ;   _ z a n n i s   f o r   t h e   g a r d e n   r e p o r t   p o s t   g a m e   s h o w   a f t e r   c e l t i c s   v s   r a p t o r s ! 
 
 📺 w a t c h :   
 
 ⚡ ️ b y   ,   _ a g   & a m p ;    
s a m   h a u s e r   i s   a   w a l k i n g   f u c k i n g   3   b u c k e t ! ! !   c e l t i c s
j a y l e n   l o o k s   r i d i c u l o u s   
 
 s a m   h a u s e r   i s   a u t o m a t i c 
 
 c e l t i c s   b l e e d g r e e n
s a m   h a u s e r   t h o . . . .   d u d e s   o n   🔥 🔥 🔥 🔥   c e l t i c s
h a u s e r   c a n ' t   m i s s   c e l t i c s
i n   2 0 0 8   i t   w a s   h o u s e . . . 
 i n   2 0 2 2   i t ' s   h a u s e r ! ! ! 
 
 c e l t i c s
h e   a i n ' t   a   p a r l o r   t r i c k .   s a m   h a u s e r   w i l l   r e a l l y   b e   a b l e   t o   c o n t r i b u t e   o f f   t h e   c e l t i c s   b e n c h   t h i s   y e a r .   
 
 d a n i l o   g a l l i n a r i ' s   a b s e n c e   c o u l d   q u i c k l y   b e c o m e   a   b l e s s i n g   i n   d i s g u i s e   a s   w e   w a t c h   h a u s e r ' s   d e v e l o p m e n t .  
l a r r y   b i r d   a n d   s t e p h   c u r r y ’ s   d n a   c o m b i n e d   =   s a m   h a u s e r   c e l t i c s
_ t e e d   i d k   a b o u t   t h e   o t h e r   t w o   ( t h e   p a t r i o t s   a r e   m e h   a n d   i   k n o w   n o t h i n g   a b o u t   h o c k e y )   b u t   t h e   c e l t i c s   a r e   g o i n g   t o   l i f t   a   l o t   o f   s p i r i t s   t h i s   y e a r !
h a u s e r   👀 👀 ☘ ️ 🍀   c e l t i c s
s a m   h a u s e r   l o o k s   s c a r y   f r o m   b e h i n d   t h e   a r c   c e l t i c s
h a u s e r   i s   a   c h e a t   c o d e   😳   c e l t i c s   🍀
i ’ v e   s e e n   t h e   x - r a y s ,   a n d   h a u s e r   h a s   t h a t   b o w s e r   i n   h i m   c e l t i c s  
h a u s e r   c e l t i c s
h a u s e r   8 - f o r - 1 0   f r o m   3   t h i s   p r e s e a s o n .   
 
 h e ' l l   b e   i n   t h i s   c e l t i c s   r o t a t i o n .
c e l t i c s   w o u l d   g o   8 2 - 0   i f   r o b   w a s   h e a l t h y   l o l
l o l   a n d   p e o p l e   a c t u a l l y   t h o u g h t   b r a d   w o u l d   t r a d e   j a y l e n   b r o w n   ☘ ️ 🤷 ‍ ♂ ️   c e l t i c s  
c e l t i c s   s t a r t e r s   t a k i n g   a   s e a t   u p   1 9 .   
 
 s m a r t :   3 - 1 - 5 - 2   s t l   o n   1 / 4   f g   
 b r o w n :   2 3 - 4 - 1 - 1   o n   9 / 1 4   f g   3 / 6   3 p t   
 t a t u m :   1 8 - 1 0 - 4   o n   6 / 1 6   f g   0 / 7   3 p t   
 h o r f o r d   7 - 6 - 2   w /   a   b l o c k   o n   3 / 6   f g   
 w h i t e   7   p t s   o n   2 / 3   f g
a l r i g h t   n o n e   o f   t h e   s t a r t e r s   n e e d   t o   p l a y   a n y m o r e   -   j u s t   g e t   t a t u m   s h o o t i n g   3 s   c o n s i s t e n t l y   a n d   t h e y   a r e   g o l d e n .   c e l t i c s
e v e r y o n e   o n   t h e   c e l t i c s   l o o k s   g r e a t   e x c e p t   t a t u m .   i t ’ s   s t i l l   o n l y   p r e s e a s o n   b u t   m a n   d i d   h e   t o u c h   a   b a l l   o v e r   t h e   s u m m e r ?   h a n d l e s   l o o k   t r a s h ,   c a n ’ t   h i t   a n y t h i n g .
  e a r l y   s e a s o n   s h o o t i n g   w o e s   c o n t i n u e   c e l t i c s
p u l l   t h e   s t a r t e r s   o u t   p l e a s e   c e l t i c s
a n y b o d y   e l s e   h a s   a   l i t t l e   t e a r   f r o m   h o w   w e l l   t h e   g u y s   p l a y i n g   🥺 🍀 🍀 🍀 🍀   c e l t i c s
v e r y   i m p r e s s e d   w i t h   h o w   f o c u s e d   a n d   c o m m i t t e d   t h e   c e l t i c s   a r e   d e f e n s i v e l y   t h i s   p r e s e a s o n .
s c r e w   i t   b r i n g   i n   b e n c h .     r a p t o r s   a r e n t   e v e n   p l a y i n g   t h e   s a m e   g a m e   a s   t h e   c e l t i c s
p a s c a l   s i a k a m   i f   h e   d i d n ' t   h a v e   a     s p i n   m o v e   c e l t i c s   r a p t o r s  
c a n   w e   p l e a s e   b u b b l e   w r a p   a l   h o r f o r d   f o r   t h e   p r e s e a s o n .   
 
 n o t   e x a c t l y   s i c i l i a n   s l i c e   d e e p   a t   t h e   5 
 
 c e l t i c s     b l e e d g r e e n
j a y s o n   t a t u m   m a k i n g   t h e   r a p t o r s   d e f e n c e   l o o k   s i l l y   🤣 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a y s o n   t a t u m   f a k e   b o s   b o s t o n   c e l t i c s   t o r   t o r o n t o   r a p t o r s
i   k n o w   i t ’ s   j u s t   t h e   p r e s e a s o n   b u t   t h e   m a t u r i t y   o f   t h e   c e l t i c s   🙌 🏾  
i   s e r i o u s l y   w o n d e r   i f   i m e   u d o k a   i s   w a t c h i n g   t h i s   g a m e   r i g h t   n o w .   c e l t i c s   n b a
l e t ’ s   g o o o o o   b r o w n ! !   c e l t i c s
r e f s   i n   t h i s   c e l t i c s / r a p t o r s   g a m e   i n   p r e - s e a s o n   f o r m   t o o .   🏀   t o r v s b o s
w a t c h :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   s h o w s   o f f   3 - p o i n t   s h o t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  j u s t   w a t c h e d   t h e   l a s t   r e d s o x   g a m e .   v e r y   s a d   t i m e s .   
 
 w a t c h   t h e   c e l t i c s .   v e r y   h a p p y   t i m e s .   m a n ,   j u s t   s t a y   h e a l t h y / b e   h e a l t h y   w h e n   i t s   p l a y o f f   t i m e   a n d   t h i s   c o u l d   b e   a   s p e c i a l   s e a s o n
c e l t i c s   l e a d   t h e   r a p t o r s   6 2 - 4 6   a t   t h e   h a l f 
 
 b r o w n   1 9 p t s   4 r e b 
 t a t u m   1 4 p t s   8 r e b 
 h a u s e r   9 p t s 
 w h i t e   7 p t s 
 
 b o s :   5 0 %   f g   7 - 2 0   3 p t   2 6   r e b   1 5   a s t   5   t o v 
 
 s i a k a m   1 0 p t s 
 t r e n t   j r   9 p t s 
 a c h i u w a   8 p t s 
 v a n v l e e t   7 p t s 
 
 t o r :   3 6 %   f g   2 - 1 8   3 p t   2 6   r e b   5   a s t   6   t o v
j a y l e n b r o w n   c e l t i c s   d r o p s   t h e   f   b o m b .   t h a t   m a n   i s   f u l l   o f   🔥
t h e s e       c o m m e r c i a l s   h u r t   t o   w a t c h   c e l t i c s   🍀
i   l o v e   j b !   😂   c e l t i c s   b o s t o n c e l t i c s  
r e m e m b e r   w h e n   p e o p l e   w e r e   l i k e . .   “ y o u   o b v i o u s l y   h a v e   t o   c o n s i d e r   t r a d i n g   j a y l e n   b r o w n   f o r   k e v i n   d u r a n t ” ?   n a h .     a l l   t h e   r e a l   o n e s   k n o w .     c e l t i c s
2   p r e s e a s o n   g a m e s   a n d   c e l t i c s   l o o k   r e a l l y   g o o d .   w a y   t o o   g o o d   t o   b e   t r u e 👀   c e l t i c s   b l e e d g r e e n
            _ m i m i         _ c e l t i c s                 h e y   g a n g ! 
 
 s e c o n d   s t r a i g h t   i m p r e s s i v e   s h o w i n g   b y   t h e   c e l t i c s   i n   t h e   m e a n i n g f u l   p a r t   o f   a   p r e - s e a s o n   g a m e .   w h a t   s t a n d s   o u t ? 
 
 - g o o d   f i r s t   q u a r t e r s 
 - b e n c h   s p a r k e d   t h e   f i r s t   b i g   r u n 
 - r e b o u n d i n g   m u c h   b e t t e r   t h a n   l a s t   y e a r 
 - c u t   d o w n   t u r n o v e r s   a f t e r   l a s t   g a m e   
 - j a s o n   d r i v i n g 
 - j a y l e n ! ! !  
i t s   o n l y   p r e s e a s o n   & a m p ;   t h e   n o   t a k e   f o u l   r u l e   i s   l o v e l y   n b a   c e l t i c s
    j a y l e n   b e   i n   t h e   h o o d   g i v i n g   b a c k   m a k i n g   g u e s t   a p p e a r a n c e ' s   d o i n g   m a d   g o o d , b u t   e v e r y   o t h e r   d a y   t a t u m   i s   t r e n d i n g   o n   h e r e   f o r   a n   i g   p o s t . 
 m a k e   i t   m a k e   s e n s e   t w i t t e r ?   
 j a y l e n b r o w n   c e l t i c s  
m a r c u s   s m a r t   w i t h   t h e   c o b r a   i n   p r e s e a s o n ! ! !   _ m s 3   c e l t i c s   
 m y   f a v o r i t e   c e l t i c !
j a y l e n   w i t h   t h e   h o t   m i c   😂 😂 😂 😂   “ f * * * ! ”   c e l t i c s
w h a t   h e   s a y   a t   t h e   e n d ? ? ? ?   😂 😂   i ’ m   h o p i n g   i ’ m   h e a r i n g   c o r r e c t l y   c e l t i c s   c e l t i c s v s r a p t o r s   n b a  
l e t         g e t   s o m e   p l a y   t i m e   t o n i g h t .   c e l t i c s
🚨 h a l f t i m e ! 
 
 c e l t i c s   a r e   c o o k i n g   a n d   u p   6 2 - 4 6 ! 
 
 j o i n   ,   _ s w a y   a n d   _ z a n n i s   f o r   a   p r e s e a s o n   g a r d e n   r e p o r t   p o s t   g a m e   s h o w   a f t e r   c e l t i c s   v s   r a p t o r s ! 
 
 📺 w a t c h :   
 
 ⚡ ️ b y   ,   _ a g   & a m p ;    
j a y l e n   j u s t   d r o p p e d   t h e   c l e a n   f - b o m b   o n   t v   🤣 🤣 🤣   c e l t i c s
a f t e r   2   c e l t i c s   6 2 - 4 6   r a p t o r s
l o l   j b   k e e p i n g   i t   p g 1 3 …   f u c k   c e l t i c s
n o b o d y   t o l d   r a p t o r s   o r   c e l t i c s   t h i s   i s   p r e s e a s o n   e v e n   b o t h   c o a c h e s   p l a y i n g   a   t i g h t   r o t a t i o n   w e t h e n o r t h   r a p t o r s   c e l t i c s
b r o g d o n   d i s h i n g   o u t   a s s i s t s   l e f t   a n d   r i g h t ,   b u t   i ’ m   c r a z y   f o r   t h i n k i n g   h e   s h o u l d   a n d   w i l l   s t a r t   o v e r   s m a r t   a t   s o m e   p o i n t   i n   t h e   u p c o m i n g   s e a s o n .   c e l t i c s
1 . 5   g a m e s   i n t o   t h e   p r e s e a s o n ,   c a n   c o n f i r m   t h e   c e l t i c s   a r e   a   w a g o n
w o w …   i   l o v e   t h i s   t e a m .     c e l t i c s
i   s a y   t h i s   e v e r y   s e a s o n .   j a y l e n   b r o w n   g e t s   e x p o n e n t i a l l y   b e t t e r   e v e r y   s i n g l e   y e a r .     i t ' s   s o   f u n   t o   w a t c h   h i m   c o n t i n u e   t o   e x c e e d   e x p e c t a t i o n s .     c e l t i c s   b l e e d g r e e n
j a y l e n   b r o w n   d e f i n i t e l y   w o r k e d   o n   h i s   h a n d l e s   t h i s   o f f s e a s o n   c e l t i c s
b r o g d a n   i s   s u c h   a   h u g e   p i c k   u p   f o r   t h e   c e l t i c s
s o   s t o k e d   t o   s e e   m y   f a v   _ m s 3   a s   a l w a y s   b u t     b e i n g   t h e r e   t o o   i s   j u s t   s p e c i a l .   l o v e   t h e m   b o t h .   l o v e   t h e m   a l l ! !   m y   c e l t i c s !
l e d   b y   m a l c o l m   b r o g d o n ,   t h e   c e l t i c s   j u s t   p r o p e r l y   r a n   a   f a s t   b r e a k  
b r o g d o n   i s   a   d a m n   g o o d   p a s s e r .   c e l t i c s
g r a n t ’ s   i m p r o v e m e n t   i n   o n e   c l i p   c e l t i c s .  
a   f e w   1 s t   h a l f   p i c s . .   c e l t i c s / r a p t o r s  
i   f u c k i n g   l o v e   t h e   c e l t i c s   
 t h e y ' r e   i n   m y   b l o o d .   ☘ ️ 💚
t h e   _ z a n n i s   o f   t h e   w o r l d   w h o   w a n t e d   t o   s e e   t h e   c e l t i c s   g o   s m a l l e r ,   m o r e   v e r s a t i l e   g e t t i n g   r e w a r d e d   r n .   b o s t o n ' s   f i r e p o w e r   g i v i n g   t h e m   a   l e g   u p   o n   a   r u g g e d   r a p t o r s   t e a m .   t h e r e ' l l   e v e n t u a l l y   b e   a n   o f f e n s i v e - d e f e n s i v e   t r a d e o f f ,   b u t   c ' s   u n d o u b t e d l y   n e e d e d   w a y s   t o   o p e n   u p   t h e   o
i m a g i n e   t h e   r a p t o r s   g e t t i n g   t h e m s e l v e s   b a c k   i n t o   a   g a m e   j u s t   f o r   t h e   r e f s   t o   h e a v y   l i f t   t h e   c e l t i c s   b r o   l e t   t h e i r   p l a y e r s   a c t u a l l y   h i t   s h o t s   l o l .   t h e y ' r e   t o s s i n g   u p   b r i c k s   d o n ' t   h e l p   t h e m   o u t   💀
g r e e n   h a i r   w a s   s o o   l a s t   s e a s o n .   w e t h e n o r t h   c e l t i c s
c e l t i c s   j a s o n   t a t u m   c a n ' t   p r o d u c e   p o i n t s   w i t h o u t   t h e   l i n e   t h a t ' s   t o u g h
c e l t i c s   p r e s e a s o n   g a m e ?   d o n ' t   m i n d   i f   i   d o .   c e l t i c s   r a p t o r s   n b a   b a s k e t b a l l
i   k n o w   i t ’ s   o n l y   p r e s e a s o n ,   b u t   t h e   c e l t i c s   a r e   a s   s p e c i a l   a s   i   t h o u g h t   t h e y   w o u l d   b e .   ( d e f i n i t e l y   a n d   o v e r r e a c t i o n )
f i n a l l y   g o t   a   b e n c h   t h i s   t e a m   i s   d e e p   c e l t i c s
i   d o n ’ t   t h i n k   s m a r t ’ s   h a i r   i s   r e a l l y   g r e e n ,   c a n   s e e   s o m e   b l a c k   r o o t s .   b o s t o n c e l t i c s   c e l t i c s
j b   & a m p ;   j t   5 0 / 4 0 / 9 0   c l u b   t h i s   y e a r   👀   c e l t i c s
t w o   t u r n o v e r s   f o r   b i g   a l .   s h a k i n g   t h e   r u s t   o f f   i t ’ s   p r e s e a s o n   i ’ l l   a l l o w   i t   c e l t i c s
v a n v l e e t   r u n s   h i s   m o u t h   a t   r e f   a n d   g e t s   a   t e c h   l m a o   r a p t o r s   c e l t i c s
b o s t o n   c e l t i c s :   s i   f e e l s   l i k e   j a y s o n   t a t u m   w i l l   m a k e   m v p   l e a p   i n   2 0 2 2 - 2 3 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
  c e l t i c s   r e s i g n     p l e a s e
l o v e   t h e   b r o g d o n   h a u s e r   m i n s   c e l t i c s
2 0 1 8   1 s t - r o u n d   p i c k :   ' t h o u g h t   i   w a s   g o i n g   t o   b o s t o n   c e l t i c s   a t   d e a d l i n e ' 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
m a n   i f   w e   a r e   c o m i n g   o u t   o f   t h e   g a t e s   l i k e   t h i s . . .   c e l t i c s   a r e   p l a y i n g   l i k e   m i d   s e a s o n   l a s t   y e a r .     l o o k   o u t   n b a   t h i s   i s   g o n n a   b e   s o   f u n   t o   w a t c h
i f   c e l t i c s   g e t   t h e s e   c h a r g e   c a l l s   i n   t h e   p l a y o f f s   g i a n n a s   w o u l d ’ v e   f o u l e d   o u t   i n   t h e   f i r s t   5   m i n .
l e t ’ s   g o   c e l t i c s  
m y   h a p p y   p l a c e   c e l t i c s  
t h e   p l a y ,   t h e   t v   g r a p h i c s ,   t h e   m u s i c ,   m i k e   g o r m a n   a n d   s c a l   i n   t h e   c o m m   b o x ,   t h e   t d   g a r d e n   c r o w d ,   t h e   3   p o i n t e r s .   y e a h …   i t s   b a c k   b a b y ,   a n d   i ’ m   m o r e   k e e n   t h e n   e v e r 
 
 c e l t i c s   c e l t s   b o s t o n c e l t i c s
g o d   i   h a v e   m i s s e d   c e l t i c s   b a s k e t b a l l   e v e n   i f   i t ' s   o n l y   p r e s e a s o n
s e e i n g   c e l t i c s   t w i t t e r   c r e a m   t h e i r   j e a n s   o v e r   m a l c o l m   b r o g d o n   i s   c o m i c a l .   y e s ,   h e ’ s   a   r e a l l y   g o o d   p l a y e r ,   b u t   h i s t o r y   t e l l s   y o u   h e ’ s   g o i n g   t o   m i s s   a s   m a n y   g a m e s   a s   h e   p l a y s .   n o t h i n g   a g a i n s t   h i m   a t   a l l ,   h e   j u s t   c a n n o t   s t a y   h e a l t h y .   p a c e r s
s a m   h a u s e r   i s   h i m   c e l t i c s
w e t h e n o r t h   r a p t o r s   i f   p r e s e a s o n   h a s   s a i d   a n y t h i n g   i t ' s   t h a t   p l a y e r s   c a n   f a l l   o n   t h e i r   a s s   w i t h o u t   b e i n g   t o u c h e d   a n d   t h e y ' l l   g e t   a   c h a r g e   c a l l     w h i m p   a s s   c e l t i c s   p l a y e r s   b e n e f i t t i n g   g r e a t l y   f r o m   t h i s   c r a p .
h a u s e   m o n e y   i s   w i n n i n g   t h e   3 p t   c o n t e s t   t h i s   y e a r 
 
 c e l t i c s
d o o g i e   o n   🔥 🔥 🔥 
 
 c e l t i c s   n b a
s o . . .   w h e n   a r e   w e   g o i n g   t o   s t a r t   t h e ,   " w h y   w a s n ' t   i m e   p l a y i n g   h a u s e r   i n   t h e   p l a y o f f s   l a s t   y e a r "   c o n v o ? 
 
 c e l t i c s
j u s t   g e t   s a m   h a u s e r   m i n u t e s ! ! ! !   
 
 f o r   3 ! ! ! 
 
 c e l t i c s
t h a t   w h i t e   b o y   c a n   s h o o t !   c e l t i c s
i ’ d   l i k e   t o   h e r e b y   w e l c o m e   a l l   n e w c o m e r s   t o   t h e   s a m   h a u s e r   f a n   c l u b .   i t ’ s   b e e n   t o o   l o n e l y   h e r e   f o r   t o o   l o n g . 
 n b a   c e l t i c s
p r e s e a s o n   c e l t i c s   a r e   a   w a g o n
s i g n   h a u s e r   t o   a   l i f e t i m e   c o n t r a c t   c e l t i c s
i f   h a u s e r   d e m a n d s   a   d e f e n d e r ,   t h e n   t h a t   c o m p l e t e l y   o p e n s   u p   t h e   c e l t i c s   o f f e n s e .   b o s   l e a r n e d   l e s s o n   f r o m   l e t t i n g   m a x   s t r u s   w a l k .
s a m   h a u s e r   g o i n g   t o   l e a d   t h e   l e a g u e   i n   t h r e e   p o i n t   s h o o t i n g   %   t h i s   y e a r   c e l t i c s
b o   c r u z   a b o u t   t o   g e t   h i s   c h a n c e   👀 🗣 ️ 😭 😭   h u s t l e   r a p t o r s   n b a   c e l t i c s  
j b   i s   g o i n g   t o   b e   a n   a l l   s t a r   t h i s   y e a r   a n d   s a m   h a u s e r   i s   g o n n a   b u r s t   o n   t o   t h e   s c e n e 
 
 d o n ' t   @   m e   c e l t i c s
c e l t i c s   d e f e n d e r s   i n   m i d s e a s o n   f o r m   w h e n   i t   c o m e s   t o   t a k i n g   c h a r g e s .   t h e   b a t t l e   b e t w e e n   m a r c u s   s m a r t ,   d e r r i c k   w h i t e   a n d   b l a k e   g r i f f i n   f o r   t o p s   o n   t h e   t e a m   i s   g o i n g   t o   b e   i n t e n s e !
r a p t o r s   f a n s   w a t c h i n g   c e l t i c s   b a s k e t b a l l
s a m   h a u s e r   l o o k s   l i k e   a   g o r d o n   h a y w a r d   d o p p l e g a n g e r .   b l e e d g r e e n   c e l t i c s   a l l a b o u t 1 8
i t ' s   g o i n g   t o   b e   a   b a t t l e   o f   t h e   c h a r g e s   t a k e n   o n   t h i s   c e l t i c s   t e a m .   
 
 t o n i g h t   s o   f a r : 
 d w h i t e   2 
 s m a r t   1 
 
 c e l t i c s   b l e e d g r e e n
a n n n d   i   j u m p   r i g h t   t o   w a t c h i n g   a   c e l t i c s   e x h i b i t i o n   g a m e .   l e t ' s   h o p e !  
s a m ,   m y   d e a r   s a m 🤩   c e l t i c s   s a m h a u s e r
t h e   c e l t i c s   a r e   r e a d y   t o   s t a r t   t h e   s e a s o n
s a m   h a u s e r ’ s   h o t   s h o o t i n g   t h i s   p r e s e a s o n   c o n t i n u e s . 
 
 w h e n   c e l t i c s   p r e s i d e n t   b r a d   s t e v e n s   v i s i t e d   w i t h   t h e     l a s t   w i n t e r ,   h e   w a s   g l o a t i n g   a b o u t   h a u s e r ’ s   n b a   p o t e n t i a l .  
n i g h t c a p     g a m e   l e t ’ s   g o     g i v e   m e   s o m e   g r e a t   b a s k e t b a l l   ( p l e a s e )     b l e e d g r e e n   n b a   c e l t i c s   a l l a b o u t 1 8  
o k   c e l t i c s   b r o t h e r s   a r e   w e   d o n e   w i t h   t h e   n e g a t i v i t y   f r o m   t h e   l a s t   m o n t h ?   t h e r e ' s   a   l o t   t o   l i k e   i n c l u d i n g   m y   g u y   s a m   " w i n g s "   h a u s e r " .     l f g .   b a n n e r 1 8
b r o g d o n   a t t a c k i n g   t h e   r i m ,   l o v e   t o   s e e   i t   c e l t i c s
t h e   m o s t   w e l l   b e h a v e d   b o y   o f   a l l   t i m e ! !   d e u c e   d e u c e w a t c h   c e l t i c s   t a t u m  
a l l   i s   f o r g i v e n !   s a m   h a u s e r   n a i l s   a   t h r e e   a t   t h e   b u z z e r   t o   g i v e   t h e   c e l t i c s   t h e   l e a d ,   2 7 - 2 2 ,   a f t e r   t h e   1 s t   q u a r t e r .  
n i c e   w a y   t o   e n d   t h e   q u a r t e r   c e l t i c s
a f t e r   1   c e l t i c s   2 7 - 2 2   r a p t o r s
y e s s s s   t h a t   s h o t   a t   t h e   c l o c k   t h o u g h   ! !   t h a t ’ s   w h a t   i ’ m   t a l k i n g   a b o u t   c e l t i c s   🍀 🍀 🍀 🍀 💚 💚 💚 💚 💚 💚 💚 💚 💚 💚
h a u s e r   c a n   f r i c k e n   s h o o t   t h e   c r a p   o u t   o f   t h e   b a l l   c e l t i c s
s a m   i s   🎯   s a m h a u s e r   c e l t i c s
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h a t   m a n   s a m   h a u s e r !   c e l t i c s t a l k   c e l t i c s   b l e e d g r e e n
i f   s a m   h a u s e r   c a n   b e   t h a t   m i c r o w a v e …   c e l t i c s
h a u s e r   o n   t h e   b u z z e r   s h e e e e s h   🔥 🔥 🔥 🔥   c e l t i c s
s a m m m m m m   f o r   3   c e l t i c s
s a m   h a u s e r   i s   w h a t   c e l t i c s   f a n s   w a n t e d   a a r o n   n e s m i t h   t o   b e .
b l a k e   i s n ’ t   d r e s s e d   t o   p l a y   s a d   🥺   c e l t i c s   b l e e d g r e e n
d p o y   d o i n g   h i s   t h i n g 💚 💚 💚 💚 💚 💚   d p o y   m y c a p t a i n   m a r c u s s m a r t   c e l t i c s
i   r e a l l y   l i k e   n o a h   v o n l e h   c e l t i c s
s o o o o o o   p l a y   o f f   a t m o s p h e r e   t o n i g h t   r a p t o r s   c e l t i c s
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m y   g u y     i s   a b o u t   t o   h a v e   a   b i g   y e a r .     f i t t i n g   t h a t   i t ’ s   t h e   7 t h   y e a r   f o r   7   🍀       c e l t i c s   j a y l e n b r o w n
w a t c h i n g   t h e     t a k e   o n   t o r o n t o   a n d   t h i s   g a m e   i s   o n   f i r e !   🔥 c e l t i c s   b o s t o n c e l t i c s
r a p t o r s   v s .   c e l t i c s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ j a y l e n   f o r   m v p ”   c a m p a i g n   s t a r t s   n o w .   c e l t i c s  
l e s s   t h a n   t w o   m i n u t e s   l e f t   i n   t h e   1 q ,   c e l t i c s   a n d   r a p t o r s   a r e   t i e d   a t   2 0 .   j a y l e n   b r o w n   ( 1 2   p t s )   c a r r y i n g   t h e   l o a d   f o r   b o s t o n .   p .   s i a k a m   ( 6   p t s ,   3   r e b o u n d s )   l e a d i n g   t h e   w a y   f o r   t h e   r a p t o r s .
w h e r e   t h e   n e w   c e l t i c s   w a l l p a p e r s   a t   d o e ! ?   🤔
j a y l e n   b r o w n   i s   a   b o n a f i d e   s u p e r s t a r . . . y e s . . . w e   s a i d   i t   c e l t i c s   n b a
j a y l e n   c l e a r l y   p u t   i n   w o r k   t h i s   o f f - s e a s o n   c e l t i c s
m a l c o l m   b r o g d o n   h a s   c h e c k e d   i n .   l e t ' s   g o !   c e l t i c s   b l e e d g r e e n
i f   c e l t i c s '   p a s s i n g   i s   h u m m i n g   a n d   b r o w n   k e e p s   g e t t i n g   t h e s e   e f f i c i e n t   l o o k s   a s   a   f i n i s h e r ,   h e ' s   g o i n g   t o   s c o r e   a   m i l l i o n   p o i n t s   t h i s   y e a r .
m a r c u s   s m a r t   n e e d s   t o   s p e n d   s o m e   v c   o n   h i s   d e c i s i o n   m a k i n g . . .   😬   r a p t o r s   c e l t i c s
j t   p l a y i n   t h r u   p p l !   💪 🏾   c e l t i c s
r a p t o r s   v s .   c e l t i c s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   c r e a t i n g   t u r n o v e r s   t r y i n g   t o   b e   t o o   f a n c y . . . c e l t i c s
l o v e   t h e   n e w   c o u r t   l o o k   a n d   t h e   6   f o r   b i l l   r u s s e l l   😍 ☘ ️ 🫶 🏻   c e l t i c s   b l e e d g r e e n  
s o   n i c e   t o   s e e   t h e   p a r q u e t   f l o o r .   d o e s   t h e   m y s t i q u e   s t i l l   e x i s t ?   c e l t i c s   
 
 _ z a n n i s               _       ( a n s w e r   a f t e r   t h e   g m )  
c e l t i c s '   m a r c u s   s m a r t   s t i l l   h a s   n i g h t m a r e s   a b o u t   l o s i n g   i n   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m y   t i m e l i n e   t o o   q u i e t ! ! !   r e d s o x   d i r t y w a t e r   s e a s o n   o v e r   i t s   t i m e   f o r   t h e   b o y s   i n   g r e e n   c e l t i c s   b l e e d g r e e n   🗣 ️ 🗣 ️ 🗣 ️ ☘ ️   s q u a d   s t a n d   u p
a l   h a s   g o t   j t ' s   b a c k   💪 
 
 c e l t i c s   _ h o r f o r d    
g o o d   t o   b e   b a c k .   d i f f e r e n t   s e a t s   f o r   t h e   n i g h t .   c e l t i c s / r a p t o r s . .  
i ’ m   h e r e   c e l t i c s
n e e d   t a t u m   t o   b e   a b l e   t o   f i n i s h   a   1 v 1   w i t h   a   f u l l   h e a d   o f   s t e a m .     h e ’ s   n o t   g o i n g   s t r o n g   t o   t h e   r i m .     c e l t i c s
s m a r t   n e e d s   t o   t a k e   c a r e   o f   t h e   b a l l   c e l t i c s
i s   t h i s   a l l   t h e   c e l t i c s   g o i n g   t o   d o   i s   s h o o t   3 ’ s ?   t h e y   a r e   0 - 6   a t   t h e   3 p t   l i n e
b i g   b o y   a l   c e l t i c s
o n l y   c e l t i c s   t u r n o v e r s   c a n   s t o p   t h e   c e l t i c s
  a l m o s t   h a d   t h e   m o v e   o f   t h e   n i g h t !   c e l t i c s
j a y l e n ’ s   h a n d l e   l o o k s   a m a z i n g   s o   f a r   c e l t i c s
a n o t h e r   s t e l l a r   s t a r t   f o r   t h e   c e l t i c s   d e f e n s i v e l y ,   a n d   t h e y ' r e   l a r g e l y   h o l d i n g   i t   d o w n   o n   t h e   b o a r d s   t o o .   w h i t e ' s   a c t i v i t y   o n   t h a t   e n d   i s   a   n i c e   a d d i t i o n   t o   t h e   s t a r t i n g   u n i t .
🗣 ️   w h e r e   m y   c e l t i c s   p e o p l e   a t ? ! ? !   i t s   c s   s z n   b a b y   l e t s   g o o o o o   c e l t i c s
s t a r v i n g   a n d   o u t n u m b e r e d   t h e   u n d e r d o g   c e l t i c s   f o u g h t   b a c k ! 
 b r o n z e a g e d r u i d s   c e l t s   s c o t t i s h c e l t s   t v s e r i e s   c e l t i c s   i r o n a g e d r u i d s   d a r k e s t w i n t e r   e p i s o d e 2   

m a y b e   i t ' s   j u s t   a   p r e s e a s o n   t h i n g   b u t   i ' m   n o t   e n j o y i n g   t h e   p a r q u e t   a r o u n d   l u c k y   t h e   l e p r e c h a u n   i n s t e a d   o f   t h e   t y p i c a l   w h i t e   c e l t i c s
o o o o o h   y e a a a h   v a m o o o   c e l t i c s  
📣   n e w   p o d c a s t !   " t h e   f i r s t   4   g a m e s   o f   t h e   n f l   s e a s o n   h a v e   t a u g h t   u s   t h i s   a b o u t   y o u r   t e a m s . . ! "   o n     4 9 e r s   b e a r s   b o s t o n   c e l t i c s   c o w b o y s   d a k   j o s h a l l e n   l a k e r s   m a h o m e s   n b a   n f l   z e k e  
c e l t i c s   s t a r t e r s   v e r s u s   t o r o n t o   i n   p r e s e a s o n   g a m e   n o .   2 . 
 
 s m a r t 
 w h i t e 
 b r o w n 
 t a t u m 
 h o r f o r d
l o o k e d   l i k e   c e l t i c s   b e n c h   j u s t   g o t   w a r n e d   a b o u t   s t a n d i n g   u p   t o o   c l o s e   t o   t h e   c o u r t .
u n t i l   t h e   n e x t   o n e ,   b l a k e …   c e l t i c s  
t i m e   f o r   c e l t i c s   b a s k e t b a l l !   c e l t i c s   b l e e d g r e e n  
b e s t   d e f e n s e   i n   t h e   l e a g u e   c e l t i c s
b l a k e   g r i f f i n   i s   r o c k i n g   a   w h i t e   c e l t i c s   s w e a t s u i t ,   m e a n i n g   h e ' s   n o t   p l a y i n g   t o n i g h t .   b u t   h e ' s   o n   t h e   b e n c h .
p r e s e a s o n   a l   i s   m y   t h i r d   f a v o r i t e   a l ,   b e h i n d   p l a y o f f   a l   a n d   r e g u l a r   s e a s o n   a l .   h e r e   w e   g o   c e l t i c s
s t a r t e r s   f o r   t h e   c e l t i c s   v s   r a p t o r s   g a m e : 
 
 c e l t i c s   s t a r t e r s : 
 
 a l   h o r f o r d 
 j a y s o n   t a t u m 
 j a y l e n   b r o w n 
 d e r r i c k   w h i t e 
 m a r c u s   s m a r t 
 
 r a p t o r s   s t a r t e r s : 
 
 p a s c a l   s i a k a m 
 o g   a n u n o b y 
 s c o t t i e   b a r n e s 
 g a r y   t r e n t   j r . 
 f r e d   v a n v l e e t 
 
 ( v i a   )
c e l t i c s   s t i c k   w i t h   d e r r i c k   w h i t e   i n   t h e   s t a r t i n g   l i n e u p   f o r   g a m e   2   o f   t h e   p r e s e a s o n .   t i p o f f   m o m e n t s   a w a y   !
d e u c e   i n   t h e   b u i l d i n g   b a b y y y y   c e l t i c s
c e l t i c s   l e t ’ s   g o ! !   💚 🍀
h o m e   s w e e t   h o m e ☘ ️   f r e e i s f o r m e   c e l t i c s   p r e s e a s o n   b l e e d g r e e n   
 p s .   i ’ l l   u p g r a d e   m y   s e a t   b y   h a l f   😇 😎  
t i m e   l o r d   + t h e   g r i f s t e r   =   b a n n e r 1 8   c e l t i c s   b o s t o n   l o b c i t y  
d e r r i c k   w h i t e   b a c k   i n   t h e   s t a r t i n g   l i n e u p   f o r   t h e   c e l t i c s .   
 
 r a p t o r s   g o   t r e n t - v a n v l e e t - b a r n e s - a n u n o b y - s i a k a m .   
 
 j o e   m a z z u l l a   s a i d   c ' s   w i l l   a d j u s t   t o   g o   b i g g e r   i f   n e e d e d .
s o m e o n e   r e m i n d   m e   h o w   t h e   h e l l   w e   g o t     f o r   a   h a l f   e a t i n g   t w i n k i e   a n d   a   6   p a c k   o f   b u s c h   l i g h t ?     c e l t i c s   p a c e r s   n b a
b o s t o n   c e l t i c s   n e w s   -     s t a r t e r s   f o r   t o n i g h t ' s   g a m e   w i t h   t h e   t o r o n t o   r a p t o r s .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   t o r o n t o   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
l e t ' s   g o   c e l t i c s .   c e l t i c s
i   t u r n   o n   t h e   g a m e   a n d   m y   b u d d y   i s   o n   t v   c e l t i c s
c e l t i c s   r a p t o r s   a t   t h e   g a m e   t o n i g h t   l e t ’ s   g o   c e l t i c s   p r e s e a s o n  
" t h e   f a n s   r e a l l y   e m b r a c e d   m e . . .   i t ' s   a   l e g e n d a r y   o r g a n i z a t i o n . "   
 
   g o e s   1 - o n - 1   w i t h     b e f o r e   t h e   c e l t i c s   t a k e   o n   t h e   r a p t o r s   i n   t h e i r   s e c o n d   p r e s e a s o n   g a m e 
 
 o n   n o w !   ☘ ️  
l i s t e n / s t r e a m   t s n   1 0 5 0   t o n i g h t   a s   t h e   r a p t o r s   f a c e   t h e   c e l t i c s   n o w !   w e t h e n o r t h 
 
 * g e o   s t r e a m   r e s t r i c t i o n s   a p p l y * 
 
  
a l r i g h t   w a s   w a y y y y   t o o   h o t   i n   t h a t   s o   h a d   t o   m a k e   m y   f i r s t   n e w   c s   s w a g   p u r c h a s e   o f   t h e   s z n   c e l t i c s   b l e e d g r e e n   p r o s h o p   p r e s e a s o n   g a m e d a y   o o t d  
w e   r e a d y !   c e l t i c s   b l e e d g r e e n
t h e   c e l t i c s   a r e   s t i c k i n g   w i t h   t h e   s a m e   s t a r t i n g   l i n e u p   t o n i g h t   a s   o n   s u n d a y . 
 
 m a r c u s   s m a r t 
 d e r r i c k   w h i t e 
 j a y l e n   b r o w n 
 j a y s o n   t a t u m 
 a l   h o r f o r d
c ’ s   i n a c t i v e   l i s t :   d a n i l o   g a l l i n a r i ,   l u k e   k o r n e t ,   a n d   r o b e r t   w i l l i a m s   c e l t i c s
p r e s e a s o n   g a m e   t w o   s t a r t e r s : 
 s m a r t ,   w h i t e ,   b r o w n ,   t a t u m ,   a n d   h o r f o r d   c e l t i c s   b l e e d g r e e n   ☘ ️
t h a n k s   t o   t h e     f o r   k e e p i n g   m e   e n t e r t a i n e d   t h i s   u n l u c k y   r e d s o x   s e a s o n .   n o w   i   t u r n   t o   c e l t i c s       . . . . b a s k e t b a l l   s e a s o n   h e r e   w e   c o m e ! 
 
 a l s o .     p a y   x a n d e r   a n d   r a f f y .   k t h a n k s .  
i t s   a l m o s t   g a m e t i m e   b a b y   ☘ ️ ☘ ️ 👏 🏽 ⏳   c e l t i c s   b l e e d g r e e n
b l a k e   g r i f f i n   m a y   p l a y   t o n i g h t   d e p e n d i n g   o n   h o w   t h e   g a m e   g o e s   p e r   j o e   m a z z u l l a ,   b u t   l u k …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   r a p t o r s   w i l l   b e   w i t h o u t   o t t o   p o r t e r   j r .   ( l e f t   h a m s t r i n g   s t r a i n ) ,   j u s t i n   c h a m p a g n …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5   b o s v s g s w   n b a f i n a l s 2 0 2 2   n b a f i n a l s
j o e   m a z z u l l a   a d d r e s s e s   w h e t h e r   b l a k e   g r i f f i n   w i l l   m a k e   h i s   c e l t i c s   d e b u t   i n   w e d n e s d a y ' s   g a m e   a g a i n s t   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   m a r c u s   s m a r t   s t i l l   h a s   n i g h t m a r e s   a b o u t   l o s i n g   i n   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s ☘ ️   a g a i n s t   t h e   r a p t o r s   s t a r t s   s o o n !  
r e l a x e d   r a i n y   g a m e   d a y   f i t   f o r   p r e s e a s o n   c e l t i c s   o o t d   b l e e d g r e e n  
w e l c o m e   b a c k ,   m y   a m e r i c a n   s l e e p i n g   p a t t e r n   😂   c e l t i c s   b l e e d g r e e n   n b a
n b a   n o t e b o o k :   g r a n t   w i l l i a m s   f o c u s e d   o n   c e l t i c s ’   s u c c e s s ,   n o t   c o n t r a c t   s t a t u s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
w h y   j a y s o n   t a t u m ,   j a y l e n   b r o w n   w o u l d   t r a d e   i n d i v i d u a l   a c c o l a d e s   f o r   a n   n b a   c h a m p i o n s h i p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w a r r i o r s   n o t e s :   d i v i n c e n z o ,   p o o l e ,   i g u o d a l a ,   b a l d w i n   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
.   s h o w i n g   l o v e   t o   f a n s   😊 ☘ ️ 
 
 c e l t i c s   b l e e d g r e e n  
h e a r   f r o m   c e l t i c s   n e w   a d d i t i o n   b l a k e   g r i f f i n   a n d   s o   m u c h   m o r e .  
j a y l e n   b r o w n   w a r m i n g   u p   b e f o r e   t h e   c e l t i c s   t a k e   o n   t o r o n t o   ☘ ️ 
 
 p r e g a m e   l i v e   s t a r t s   a t   7 p m   o n     📺 
     _ 5 0     _  
b l a k e   g r i f f i n ’ s   p r e s e n c e   h a s   a   c h a n c e   t o   m a t t e r   s u b s t a n t i a l l y   m o r e   f o r   t h e   c e l t i c s   o f f   t h e   f l o o r   t h a n   o n   i t .  
t h e   n b a p r e s e a s o n   c o n t i n u e s .   w h o   a r e   y o u r   p i c k s   t h i s   e v e n i n g ?     n b a   b a s k e t b a l l   c a v s   7 6 e r s   p a c e r s   h o r n e t s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
b l a k e   g r i f f i n   r e a l l y   i s   e m b r a c i n g   a n d   e n j o y i n g   e v e r y t h i n g   a b o u t   b e i n g   o n   t h e   c e l t i c s ,   i n c l u d i n g   t h e   w a l k   u p   t h r o u g h   t h e   b o s t o n   m e d i a .   h e ’ s   s m i l i n g   b e f o r e   h e   e v e n   i n t e r a c t s   w i t h   a n y o n e .   

b l a k e   g r i f f i n   a r r i v i n g   f o r   h i s   f i r s t   g a m e   a s   a   m e m b e r   o f   t h e   c e l t i c s   ☘ ️ 🙌  
j o e   m a z z u l l a   a d d r e s s e s   w h e t h e r   b l a k e   g r i f f i n   w i l l   m a k e   h i s   c e l t i c s   d e b u t   i n   w e d n e s d a y ' s   g a m e   a g a i n s t   r a p t o r s 

w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
w h i l e   l u k e   k o r n e t   r e m a i n s   o u t   w i t h   a   l e f t   a n k l e   s p r a i n ,   t h e r e ’ s   a   g o o d   c h a n c e   b l a k e   g r i f f i n   m a y   m a k e   h i s   c e l t i c s   d e b u t   t o n i g h t  
b l a k e   g r i f f i n   i s   h e r e   a t   t d g a r d e n   c e l t i c s  
1 / 2   i ’ m   i n   l o w e l l   r i d i n g   t h e   . 
 
 5 : 3 0   i s   g e t   t o   t h e   b u s   s t o p .   a   v e t e r a n   s a y s   h e ’ s   b e e n   w a i t i n g   a n   h o u r .   h e ’ s   t r y   t o   m a k e   t h e   5 : 5 0   _ c r   t o   c e l t i c s   g a m e . 
 
   b u s   d r i v e r   m u s t   o f   s e e n   t h e   v e t e r a n   s t a n d i n g .   d r i v e r   s a y s   c a l l   t h e     o n   t h e   p o l e . . 1 / 2 
 
 m a p o l i   b o s p o l i
t o r o n t o   r a p t o r s   ( 1 - 0 )   a t   b o s t o n   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   a r r i v i n g   f o r   t h e   c e l t i c s   p r e s e a s o n   g a m e   v s .   r a p t o r s  
i   t h i n k   w e   s h o u l d   e x p e c t   a   l i t t l e   a c t i o n   f r o m   b l a k e   g r i f f i n   t o n i g h t ,   a s   h e ’ s   p u t t i n g   u p   s h o t s   i n   s h o o t   a r o u n d   a s   w e   s p e a k   c e l t i c s
r o b   w i l l i a m s   w a s   a t   c e l t i c s   p r a c t i c e   t o d a y   d r i b b l i n g   a n d   d a n c i n g   s o   i ’ d   s a y   h e ’ s   s t a r t i n g   t o   f e e l   b a c k   t o   n o r m a l   a n d   m o r e   c o n f i d e n t   i n   h i m s e l f .   i t ’ s   a   g r e a t   t h i n g   t o   s e e 🍀 
  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j u s t   g o i n g   t o   l e a v e   t h i s   h e r e .   c o n g r a t s   t o   a l e x   a n d   t h e   m a i n e   c e l t i c s   🍀   _ m s 3  
r e g a r d i n g   p l a y i n g   j a y s o n   t a t u m   a t   t h e   5   o n   s u n d a y   a n d   w h e t h e r   w e   s e e   t h a t   a g a i n   t o n i g h t ,   m a z z u l l a   s a y s ,   “ i   l i k e   t h e   i d e a   o f   i t .   i   l i k e   t h e   s k i l l ,   i   l i k e   t h e   s p e e d ,   a n d   i   l i k e   t h e   b a s k e t b a l l   i q   t h a t   w a s   o u t   t h e r e   w i t h   t h a t   l i n e u p . ”   c e l t i c s
m i l w a u k e e   b u c k s   2 0 2 2 - 2 3   b e t t i n g   g u i d e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c e l t i c s   p r e g a m e   s h o e   c a m   👀 📸  
i ’ m   l o o k i n g   f o r w a r d   t o   w a t c h i n g   j o e   m a z z u l l a   t e s t   d i f f e r e n t   l i n e u p s /   r o t a t i o n s   t o   s e e   w h a t   h e   h a s   a n d   c a n   u s e   i t   t o   t h e   c e l t i c s   a d v a n t a g e   i n   t h e   r e g u l a r   s e a s o n .   
 
 t h a t   s a i d ,   i ’ d   l i k e   t o   s e e   a   l i n e u p   t h a t   f e a t u r e s   b r o g d o n ,   g r i f f i n ,   a n d   b r o w n   👀
j o e   m a z z u l l a   s a y s   l u k e   k o r n e t   i s   s t i l l   d a y - t o - d a y   a n d   t h a t   b l a k e   g r i f f i n   “ w e n t   l i v e   t o d a y , ”   b u t   t h e r e ’ s   n o   o f f i c i a l   a n n o u n c e m e n t   o n   w h e t h e r   h e   p l a y s   t o n i g h t .   c e l t i c s  
c e l t i c s   c e l t i c s   p l a y   t o d a y   a n d   i ’ m   g o i n g   t o   t h e   g a m e   a g a i n
n b a   n o t e b o o k :   g r a n t   w i l l i a m s   f o c u s e d   o n   c e l t s ’   s u c c e s s ,   n o t   c o n t r a c t   s t a t u s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
w e   a l l   w a t c h e d   t h e   n b a f i n a l s   & a m p ;   w e   s a w   t h e   f i n e   j o b   h e   d i d   a s   d e f e n s i v e   p l a y e r   o f   t h e   y e a r   g u a r d i n g   s t e p h   c u r r y .     n o t ! ! !   c e l t i c s   c e l t i c s n a t i o n   n b a t w i t t e r  
n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   p a c e r s   h o r n e t s   c a v a l i e r s   7 6 e r s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
m o s t   m i n s   p e r   g a m e   i n   t h e   2 0 2 1 - 2 2   s e a s o n   😫 
 
 p a s c a l   s i a k a m :   3 7 . 9 
 f r e d   v a n v l e e t :   3 7 . 9 
 j a m e s   h a r d e n :   3 7 . 2 
 d e m a r   d e r o z a n :   3 6 . 1 
 j a y s o n   t a t u m :   3 5 . 9 
 
 n b a   r a p t o r s   s i x e r s   b u l l s   c e l t i c s  
g a m b l i n g t w i t t e r   g o i n g   w i t h   t h e   c e l t i c s - 3 . 5   a n d   t h e r e   g r e a t e s t   r i v a l   t h e   l a   l a k e r s + 4
g a m e d a y .   c e l t i c s  
b o s t o n   c e l t i c s   s t a r   j a y s o n   t a t u m   v a c a t i o n e d   i n   t h e   c a y m a n   i s l a n d s   j u s t   d a y s   a f t e r   l o s i n g   i n   t h e   2 0 2 2 …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i s   t h e r e   a   w o r l d   w h e r e   t h e   n e t s   e x p l o d e   t h i s   y e a r   a n d   s t e v e   n a s h   i s   t h e   c e l t i c s   c o a c h   t h i s   t i m e   n e x t   y e a r ?   i   c a n   d r e a m .
  d o n ’ t   c a r e   w h a t     s a y … y o u   w e r e   d o i n g   a   g r e a t   j o b   l o s i n g   t h e   w e i g h t   n a t u r a l l y …   y o u   d i d n t   n e e d   l i p o s u c t i o n   t o   k e e p   u p   w i t h   h i m …   l o l ,   j k ’ n   b u t   a l l   s e r i o u s n e s s ,   g e t w e l l s o o n   b r o t h e r …   h o p e f u l l y   e v e r y t h i n g   w e n t   a n d   g e t s   b e t t e r …   c e l t i c s   s w a g o _ a n d _ p e r k  
“ s o ,   i   j u s t   w a n t e d   t o   g o   r e l a x .   l o n g   s e a s o n ,   c l e a r l y , ”   t a t u m   t o l d   a n d s c a p e   d u r i n g   a   r e c e n t   n b a   s …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e a d i n g   i n t o   b o s t o n   f o r   r a p t o r s   c e l t i c s   o n   t h e   b e a u t i f u l   n e w   o r a n g e   l i n e .   a n y   p r e g a m e   q u e s t i o n s ?
“ i t   w a s   j u s t   a   l e a r n i n g   e x p e r i e n c e ,   l e a r n i n g   a   l e s s o n , ”   t h e   2 4 - y e a r - o l d   t a t u m   s a i d .   “ m a y b e   d o   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e w   p o d   i s   u p !   t h e   b u d d e r s   d i s c u s s   m l b p l a y o f f s 2 0 2 2   ,   c e l t i c s   c o n t r o v e r s y ,   a n t o n i o b r o w n f l a s h i n g   ,   a n d   r e c a p   n f l   w e e k   4 …   t h a n k s   f o r   l i s t e n i n g !   t u a t a g o v a i l o a   n f l t w i t t e r  
d o   y o u   t h i n k   t h e   c e l t i c s   s h o u l d   g i v e   g r a n t   w i l l i a m s   a n   e x t e n s i o n   b e f o r e   t h e   o c t .   1 7   d e a d l i n e ?   
  
i n - s t o c k   a n d   r e a d y   t o   s h i p :   n b a   f u n k o g o l d   l e g e n d s   5 - i n c h   p r e m i u m   v i n y l   f i g u r e s 
 
 o r d e r   h e r e :   
 
 t r e a t y o s h e l f   v i n y l f i g u r e s   f u n k o   f u n k o p o p   f u n k o v i n y l   t o y s   b a s k e t b a l l   d e n n i s r o d m a n   l a r r y b i r d   m a g i c j o h n s o n   l a k e r s   c e l t i c s   c h i c a g o b u l l   b o s t o n c e l t i c s  
i t   t u r n e d   o u t   t a t u m   p l a y e d   i n   t h e   2 0 2 2   n b a   f i n a l s   w i t h   a   r i g h t   s h o u l d e r   i n j u r y ,   a n d   h e   a l s o   r e v e a l e d …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ e v e r y   t i m e   w e   w a l k e d   o u t   t h e   r o o m ,   s o m e b o d y   s a w   m e   a n d   s a i d ,   ‘ o h ,   m a n ,   w e   w i s h   y o u   w o u l d ’ v e   …   ’   ‘ g o o d   l u c k   n e x t   y e a r . ’   a n d   t h a t ’ s   e v e n   s a i d   t o   t h i s   d a y , ”   c e l t i c s   s t a r     t o l d       n b a
l a r r y   l e g e n d   e n   p i x e l   a r t   s u r   m o n   p r o f i l   r e d b u b b l e !   e n j o y   !   r b a n d m e :       f i n d y o u r t h i n g   r e d b u b b l e s h o p   c e l t i c s   p i x e l a r t i s t  
d o n t e   d i v i n c e n z o   e x p e c t e d   t o   b e   t r a d e d   t o   c e l t i c s   f o r   d e n n i s   s c h r o d e r   l a s t   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   d e s c r i b e d   j a y s o n   t a t u m   a s   ' y o u n g   n e x t   g r e a t e s t '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   r a p t o r s   ( 1 - 0 )   a t   b o s t o n   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n i a   l o n g   w a s   w i l l ' s   g i r l   i n   f r e s h   p r i n c e . . . . .   w h a t ! !   c e l t i c s
g o o d   l i s t e n i n g   i f   y o u ’ r e   h e a d e d   i n t o   t h e   g a r d e n   f o r   t h e   c e l t i c s   g a m e  
k e v i n   m c h a l e .   g r e a t e s t   p o w e r   f o r w a r d   w h o   h a s   e v e r   b e e n   b o r n e d .   k i n g   o f   t h e   u p   a n d   u n d e r .   c e l t i c s . 
 
  
m y   l i f e   i s   s a d .   i ’ m   k i n d a   p u m p e d   t o   t a k e   t   t o   t d   g a r d e n   t o   d r o p   o f f   s o m e   e q u i p m e n t   t o   _ z a n n i s   a t     
 
 i ’ v e   n o t   t a k e n   t h e   t   t o   t h e   g a r d e n   s i n c e   j a n   2 0 1 9   🙃 
 
   l o l   c e l t i c s
l e t ’ s   g o     b i g   d a y   t o d a y   m a s s m u s i c t y b g 2 2   c e l t i c s  
w a t c h i n g   t h e   r e d s o x   t o   t h e   b i t t e r   e n d   t h e n   o b v i   i ’ l l   b e   s e e i n g   m y   b o y s   a t   t h e   g a r d e n   f o r   m y   f i r s t   g a m e   o f   t h e   s e a s o n   p r e s e a s o n   c e l t i c s   b a s k e t b a l l s z n
🤣   i   l o v e   m y   t e a m   c e l t i c s  
s w i n g   b y   t h e   c a r o l i n a   c l a s s i c   f a i r   a n d   v i s i t   o u r   t r u t h   b o o t h s   t o   w i n   r a f f l e   t i c k e t s   t o   t h e   c e l t i c s   v s .   h o r n e t s   g a m e   o n   f r i d a y   n i g h t   a t   t h e   g r e e n s b o r o   c o l i s e u m .   s i g n - i n s   c l o s e   a t   6 p m   t o d a y !   
 
 t r u t h   r a d i o   r a d i o   r a f f l e   c e l t i c s   h o r n e t s   g r e e n s b o r o c o l i s e u m  
c e l t i c s   v s .   r a p t o r s :   f r e e   l i v e   s t r e a m ,   t v ,   h o w   t o   w a t c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c l i p p e r s   s i g n   f o r m e r   c e l t i c s   a n d   j a z z   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r a n t   w i l l i a m s   n o t   c o n c e r n e d   a b o u t   l o o m i n g   c o n t r a c t   e x t e n s i o n   d e a d l i n e   w i t h   c e l t i c s :   ‘ i   l e a v e   t h a t   s t u f f   u p   t o   m y   a g e n t s ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
      h a d   t o   g r a b   t a t u m   p r e   o r d e r   ! ! !   s t a r t i n g l i n e u p   c e l t i c s  
5 9 f i f t y   i d e n t i t y   d 3   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   i d e n t i t y   d 3   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   a l w a y s g o t a f i t t e d o n m y h e a d 
 

j a y s o n   t a t u m   m i c ' d   u p   i s   g o l d   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
l i s t e n / s t r e a m   t s n   1 0 5 0   t o n i g h t   a s   t h e   r a p t o r s   f a c e   t h e   c e l t i c s   a t   7 : 3 0 p m !   w e t h e n o r t h 
 
 * g e o   s t r e a m   r e s t r i c t i o n s   a p p l y * 
 
  
📣   n e w   p o d c a s t !   " n i a   l o n g   s p e a k s   o n   p o s s i b l e   a f f a i r   b e t w e e n   f i a n c é   i m e   u d o k a   a n d   c e l t i c s   s t a f f e r   . "   o n     i   a f f a i r   a n d   a s k   b e   b e t w e e n   c e l t i c s   f i a n c e   i m e   l o n g   m y   n i a   o n   p o s s i b l e   p r i v a c y   r e s p e c t e d   s p e a k s   s t a f f e r   t h a t   u d o k a  
j a y l e n   b r o w n ,   & g t ; .   💪 🏾 ✊ 🏾     c e l t i c s    
j a y s o n   t a t u m   e n t e r i n g   t h i s   n b a   s e a s o n   w i t h   a   n e w   s e n s e   o f   s t a r d o m .   a f t e r   h i s   f i r s t   f i n a l s   a p p e a r a n c e ,   c e l t i c s   s t a r   i s   l e a r n i n g   t h e   s p o t l i g h t   h a s   b e e n   m a g n i f i e d   f o r   b e t t e r   a n d   f o r   w o r s e .   n b a    
b o s t o n   c e l t i c s :   f o r m e r   f i r s t - r o u n d   p i c k   t h o u g h t   h e   w o u l d   b e   o n   c s   a t   2 0 2 2   t r a d e   d e a d l i n e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  g r e e t i n g s   f r o m   p u e r t o   r i c o   i m   a   h u g e   f a n   b l e e d g r e e n   b o s t o n   b o s t o n c e l t i c s   c e l t i c s  
n i a   l o n g   s h a r e s   a   p o i g n a n t   n o t e   a b o u t   m e n t a l   h e a l t h   a m i d   i m e   u d o k a   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   t o r o n t o   r a p t o r s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
5 9 f i f t y   c h a i n   s t i t c h   h e a 1 2 4 5 1   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c h a i n   s t i t c h   h e a r t   1 2 4 5 1   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

b r i a n   𝕨 𝕙 𝕚 𝕥 𝕖   𝕞 𝕒 𝕞 𝕓 𝕒   s c a l a b r i n e   ☘ ️   
 
 _ 
 c e l t i c s   b l e e d g r e e n     n b a t w i t t e r  
d p o y   _ m s 3   2 0 2 2   b o w l i n g   b a s h   i s   n o v   1 0 t h ,   2 0 2 2   _ d i n e   b a c k   b a y   b o s t o n .     t e a m   l a n e s   a r e   f i l l i n g   u p   f a s t .     s p o n s o r   i n f o   h e r e :     p r o c e e d s   t o   b e n e f i t   m a r c u s   s m a r t ' s   y g c   f o u n d a t i o n .   t h i s   i s   n o t   a   g a   e v e n t .   c e l t i c s   m a r c u s s m a r t   d p o y   n b a  
i   h e a r   t h e   c h a n c e s   o f   b l a k e   p l a y i n g   t o d a y   i s   s l i m .   f i n g e r s   c r o s s e d   h e   d o e s   t h o .   i f   n o t   o p e n i n g   n i g h t   f o r   s u r e .   s u p e r   e x c i t e d   f o r   g a m e   d a y   t o d a y   l e t ’ s   g o o o o o   m y   r e t u r n   t o   t h e   t d   ☘ ️ ☘ ️ ☘ ️ ☘ ️ 🫶 🏻 🫶 🏻 🫶 🏻   c e l t i c s
5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   b o s t o n   c e l t i c s   o s b   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   c e l t i c s   o s b   h a t c r a w l e r   f i t t e d   f o r t h e l o v e o f t h e f i t t e d 
 

h a l f t i m e   l e i p z i g   1 - 0   c e l t i c s ,   w i l l   t h e   c e l t i c s   b e   a b l e   t o   g e t   b a c k   t o   t h e   g a m e ?   a c c o r d i n g   t o     t h e   p i c k 
 
 s p o r t s   f r e e p i c k s   s p o r t p i c k s   f y p   l e i p z i g c e l t i c s
r a y m o n d   r e p o r t   f r e e   n b a   b a s k e t b a l l   p i c k s   1 0 / 5 / 2 2     b a s k e t b a l l p i c k s   c e l t i c s   n b a   n b a p i c k s   n b a p r e d i c t i o n   r a p t o r s 
 
  
n i a   l o n g ’ s   e x   m a s s a i   z   d o r s e y   c l a i m s   s h e ’ s   s t i c k i n g   b y   i m e   u d o k a   d e s p i t e   h i s   i n f i d e l i t y ,   u d o k a   s u s p e n d e d   f o r   t h e   t h e   2 0 2 2 - 2 3   s e a s o n .   t h e v i e w   h e   h a d   a   w o r k p l a c e   r e l a t i o n s h i p   w i t h   a   t e a m   s t a f f   m e m b e r   t h a t   w a s   a   v i o l a t i o n   o f   t h e   o r g a n i z a t i o n ’ s   c o d e   o f   c o n d u c t     n b a   c e l t i c s  
m a r c u s   s m a r t ,   m a l c o l m   b r o g d o n   a n d   d e r r i c k   w h i t e   c o u l d   b e c o m e   a   t e r r i f y i n g   t r i o   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
" ( b l a k e   g r i f f i n ' s )   g r e a t e s t   c o n t r i b u t i o n   i s   g o i n g   t o   c o m e   i n   t h e   p l a y o f f s . "   - -     
 
 s h e r r o d ,     & a m p ;     d i s c u s s   o n   t h e   l a t e s t   e p i s o d e   o f   t h e   a   l i s t   p o d c a s t ! 
 
 c e l t i c s 
 
 📺 f u l l   s h o w :   
 
 ⚡ ️ b y   _ a g ,     & a m p ;    
p r e s e a s o n   g a m e d a y 🚨 
 r a p t o r s   ( 1 - 0 ) 
 a t 
 c e l t i c s   ( 1 - 0 ) 
 7 : 3 0 
 📺 :     
 🎙 :    
n o t   l o n g   a g o   . . . .   
 n i a   l o n g   a n s w e r s   q u e s t i o n s   a b o u t   f i a n c é ,   c e l t i c s   n e w   c o a c h     v i a         n i a l o n g           u d o k a
p r e s e a s o n   g a m e   2   ☘ ️   b l e e d g r e e n   
 
 _ m s 3       
 
 🆚       
 ⏰   7 : 3 0 p m   e s t   
 🏟     
 📺     
 
 a l l a b o u t 1 8   c e l t i c p r i d e   c e l t i c s   r a p t o r s  
b o s t o n   c e l t i c s :   s p o r t s   i l l u s t r a t e d   f e e l s   l i k e   j a y s o n   t a t u m   w i l l   m a k e   m v p   l e a p   i n   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e   c a f e   c o f f e e   s t a r s   m l k   m c s   t r e a t m e n t   n o r t h c a r o l i n a   s t o c k t o n   c a a   m a l i b u   c o r n e l l   y a l e   r o t c   r o c k e t s   c e l t i c s   u m a s s
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e   m l b   t r e a t s   p h o e n i x   n o r t h   c a a   m a l i b u   c o r n e l l   y a l e   r o t c   r o c k e t s   c e l t i c s   u m a s s   m n u   h e l l o   c u b s
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e   c e l t i c s   g s   t h u n d e r   s o o n e r s   o k c   t u l s a   p o r t l a n d   m a r i n e r s
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   j o i n i n g   c e l t i c s   a t   t r a d e   d e a d l i n e   b e f o r e   d e a l   f e l l   a p a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p r e s e a s o n   g a m e   2     
 
 📺 :       
 
 🎙 ️   :       
 
 b l e e d g r e e n   c e l t i c s  
b u s y   s t r e t c h   o f   m - 1 5   i n   d a v i s o n   c l o s e d   f o r   r a i l r o a d   c r o s s i n g   p r o j e c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u t é   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 ➡  
🆚 :   r b   l e i p z i g   v s   c e l t i c 
 ⚽ :   u e f a c h a m p i o n s l e a g u e   l i v e   2 0 2 2 
 ⏰ :   o c t / 0 5 / 2 0 2 2   @   1 1 . 4 5 p m   c t 
 📹 :   l i n k   l i v e   :   
 l e t s   g o . . . 
 s u p p o r t s   y o u r   t e a m s . ! ! 
 u e f a c h a m p i o n s l e a g u e 2 0 2 2   
 u e f a c h a m p i o n s   c e l t i c f c   
 r b l e i p z i g c e l t i c     r b l e i p z i g   c e l t i c s     
 s o c c e r   f o o t b a l l   f u t b o l  
🆚 :   r b   l e i p z i g   v s   c e l t i c 
 ⚽ :   u e f a c h a m p i o n s l e a g u e   l i v e   2 0 2 2 
 ⏰ :   o c t / 0 5 / 2 0 2 2   @   1 1 . 4 5 p m   c t 
 📹 :   l i n k   l i v e   :   
 l e t s   g o . . . 
 s u p p o r t s   y o u r   t e a m s . ! ! 
 u e f a c h a m p i o n s l e a g u e 2 0 2 2   
 u e f a c h a m p i o n s   c e l t i c f c   
 r b l e i p z i g c e l t i c     r b l e i p z i g   c e l t i c s     
 s o c c e r   f o o t b a l l   f u t b o l  
w a s   i t   a   s n u b   f o r   b o s t o n   c e l t i c s   s t a r   f o r w a r d   j a y s o n   t a t u m   t o   n o t   g e t   a n y   m v p   v o t e s   i n   t h e   a n n u a l   n b a   g m   s u r v e y ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
_ d a m i c o   g r e a t   i n t e r v i e w .     m y   b o y s   a r e   g r o w i n g   u p !     j b a n d j t   c e l t i c s   🍀
l i s t e n / s t r e a m   t s n   1 0 5 0   t o n i g h t   a s   t h e   r a p t o r s   f a c e   t h e   c e l t i c s   a t   7 : 3 0 p m !   w e t h e n o r t h 
 
 * g e o   s t r e a m   r e s t r i c t i o n s   a p p l y * 
 
  
n e w :   t h e   c e l t i c s   m a d e   a   n u m b e r   o f   d e a l s   a t   l a s t   y e a r ' s   t r a d e   d e a d l i n e   a n d   w e r e   v e r y   c l o s e   t o   a n o t h e r   o n e   a c c o r d i n g   t o   d o n t e   d i v i n c e n z o  
s i x   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ' s   2 0   g r e a t e s t   p o i n t   g u a r d   l i s t .   p e t e m a r a v i c h   m a r a v i c h   p i s t o l p e t e   p i s t o l p e t e m a r a v i c h  
s i g n s   a r e   h o p e f u l   f o r   c e l t i c s ,   b u t   c a n   j o e   m a z z u l l a   b e   s t e r n   w i t h   t h e m   w h e n   n e e d e d ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i t ’ s   c e l t i c s   g a m e d a y   ☘ ️ ☘ ️  
“ a l l   t h e   i n d i v i d u a l   s t u f f ,   i   w o u l d   t r a d e   a l l   t h a t   i n   t o   w i n   a   c h a m p i o n s h i p . ”   
 
 b o s t o n ’ s   s t a r   d u o   s a t   d o w n   w i t h   n b c s b o s t o n   t o   d i s c u s s   a m b i t i o n s   f o r   n e x t   s e a s o n   +   t i t l e   h o p e s .   c e l t i c s 
 

j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   g m   s u r v e y :   c e l t i c s   r e c e i v e   4 t h - m o s t   v o t e s   t o   w i n   2 0 2 3   n b a   t i t l e   ( 
 
 s e e   w h e r e   t h e   l e a g u e ' s   g m s   r a n k e d   b o s t o n   i n   a   v a r i e t y   o f   c a t e g o r i e s   h e a d i n g   i n t o   t h e   2 0 2 2 - 2 3 . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
r a p t o r s   g a m e   t o n i g h t :   r a p t o r s   v s   c e l t i c s   o d d s ,   s t a r t i n g   l i n e u p ,   i n j . . .   ( r a p t o r s   r a p t u r e ) 
 
 t h e   t o r o n t o   r a p t o r s   g o t   t h e   p r e s e a s o n   o f f   t o   a   f l y i n g   s t a r t ,   a s   t h e y   d e f e a t e d   t h e   u t a h   j a z z   . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
🇺 🇸 | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 1 € 
 ➡ 
 
 n b a  
f o r m e r   n e t s   r o t a t i o n   p l a y e r   b l a k e   g r i f f i n   t o o k   a   s u b t l e   j a b   a t   t h e   t e a m   t h i s   w e e k   w h i l e   c o m p l i m e n t i n g   h i s   n e w   c e l t i c s   t e a m m a t e s .   n b a  
n b a   p r e s e a s o n :   b o s t o n   c e l t i c s   v s .   t o r o n t o   r a p t o r s   p r e d i c t i o n ,   o d d s ,   t v   c h a n n e l   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   1 0 / 5 / 2 2   n b a   p i c k s ,   p r e d i c t i o n s ,   o d d s   
 
 n b a   n b a p i c k   f r e e p i c k   f r e e p i c k s   s p o r t s b e t t i n g   e x p e r t p i c k   n b a t w i t t e r     e x p e r t b e t t i n g a d v i c e   b e t t i n g t i p s t e r   h a n d i c a p p e r   s p o r t s g a m b l i n g   w e t h e n o r t h   r a p t o r s   c e l t i c s   b l e e d g r e e n  
h o w   n b a   e x e c u t i v e s   r a n k   w a r r i o r s   i n   w e s t ,   l i k e l i h o o d   t o   r e p e a t   c h a m p i o n s h i p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   t a k e   o n   c e l t i c s   i n   b o s t o n :   p r e v i e w ,   s t a r t   t i m e ,   a n d   m o r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e a d   & a m p ;   r e a c t :   t h e   t a t u m   & a m p ;   b r o w n   i n t e r v i e w   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
' n o t h i n g   e l s e   m a t t e r s ' :   j a y s o n   t a t u m ,   j a y l e n   b r o w n   o n   b r i n g i n g   b a n n e r   1 8   t o   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   n o t e b o o k :   r o o k i e   j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   h a s   8 2 1   s t e a l s   d u r i n g   h i s   c a r e e r ,   w h i c h   r a n k s   h i m   6 t h   a l l - t i m e   i n   c e l t i c s   h i s t o r y 
 
 t h e   s t a t s   s h o w   t h a t   s m a r t   c o u l d   m o v e   i n t o   t h e   t o p   4   a l l - t i m e   b y   t h e   e n d   o f   t h i s   s e a s o n ,   r i g h t   a b o v e   r o b e r t   p a r i s h   🍀  
t h e   c e l t i c s   p l a y   t o d a y   ☘ ️  
⚽ | n e w   c e l t i c s   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   i n c r o y a b l e   d e   2 1 € 
 ➡ 
 
 2 0 2 2  
2 0 2 2 - 2 3   r o s t e r   b r e a k d o w n :   t h e   b i g s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e x t   u p   i n   t h e     2 0 2 2 - 2 3   t e a m   b y   t e a m   f a n t a s y   p r e v i e w   i s   t h e   e a s t e r n   c o n f e r e n c e   c h a m p i o n   b o s t o n   c e l t i c s ! 
 
   n b a t w i t t e r   f a n t a s y s p o r t s   f a n t a s y b a s k e t b a l l   d f s  
t h r e e   t a k e a w a y s   f r o m   t h e   h o r n e t s '   p r e s e a s o n   l o s s   t o   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  y o u   c a n   l o v e   a   t e a m   a n d   h a t e   t h e   f r o n t   o f f i c e .   l o v e   t h a t ! ! 
 
 r e d s o x 
 c e l t i c s
n b a   g m   s u r v e y   r e l e a s e d   ( c e l t i c s   r e l a t e d   n o t e s )   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
g o t   m y s e l f   a n   u p g r a d e   f o r   t h e   c e l t i c s   s e a s o n .     t h i n g   i s   f r e a k i n   h u g e .     g a m e   n i g h t   t o n i g h t   l f g  
e v e r y   b o s t o n   c e l t i c s   j e r s e y   i n   t e a m   h i s t o r y   w o r n   b y   o n l y   o n e   p l a y e r   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   1 0 / 5 / 2 0 2 2   p i c k s   p r e d i c t i o n s   p r e v i e w s 
 
 
 
 n b a p a r l a y   n b a p r e d i c t i o n   n b a p a r l a y   n b a b e t t i n g   n b a b e t t i n g p i c k s   n b a   n b a p i c k s   s p o r t s p i c k s   e x p e r t p i c k s   f r e e p i c k s   b a s k e t b a l l p i c k s   o d d s   p i c k s   p r e d i c t i o n   r a p t o r s   c e l t i c s
t h i s   i s   t h e   p e a c e   t h a t   y o u   c a n n o t   b u y   ☘ ️ 🍀 🌊   
 c a s a m a n c e   z i g u i n c h o r   g o o d v i b e s     v a c a t i o n m o d e   c e l t i c s   j o r d a n 1   n i k e   j e e p c a r g o  
p l e a s e   h e l p   t h e s e   p e o p l e   o u t   c e l t i c s   f a m  
p l e a s e   c o n s i d e r   h e l p i n g   o u t   t h i s   p o o r   c e l t i c s     f a n   i f   y o u   c a n .   h e   i s   j u s t   s t a r t i n g   a   b a t t l e   w i t h   l e u k e m i a   a n d   n e e d s   a l l   t h e   l o v e   h e   c a n   g e t .   s t i l l   a   l o n g   w a y   t o   g o   o n   t h e   g o a l .   s m a r t   t a t u m   b r o w n   b o s t o n   b o s t o n s t r o n g 
 
  
l i s t e n / s t r e a m   t s n   1 0 5 0   t o n i g h t   a s   t h e   r a p t o r s   f a c e   t h e   c e l t i c s   a t   7 : 3 0 p m !   w e t h e n o r t h 
 
 * g e o   s t r e a m   r e s t r i c t i o n s   a p p l y * 
 
  
r o c k   a n d   r o l l ! ! ! 
 
 r o c k   v i k i n g   v i k i n g m e t a l   a r t   c a l i   f o l k   c e l t i c s   c e l t i c m u s i c  
b o s t o n ’ s   d e r r i c k   w h i t e   t a l k s   a b o u t   j o i n i n g   t h e   c e l t i c s ’   s t a r t i n g   l i n e u p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   2 0 2 2 - 2 3   b e t t i n g   g u i d e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
j b   j t   ☘   m y   g u y s   c e l t i c s  
b o s t o n ' s   d e r r i c k   w h i t e   t a l k s   a b o u t   j o i n i n g   t h e   c e l t i c s '   s t a r t i n g   l i n e u p   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h e   c e l t i c s   c o l l e c t i v e :   e p i s o d e   8 
 
 ☘ ️   t o p i c s : 
 +   g a m e   r e c a p 
 +   b l a k e   g r i f f i n 
 +   j o e   m a z z u l l a 
 +   t o r o n t o   p r e v i e w 
 
 ☘ ️   h o s t s : 
 
 
 
 
 c e l t i c s   b o s t o n   n b a
c e l t i c s   f a n s   i t s   m f   g a m e d a y   ☘ ️ ☘ ️   l e t   t h e   c o u n t d o w n   b e g i n ⏳   c e l t i c s   b l e e d g r e e n   n b a t w i t t e r
“ i t ’ s   n o t   t h a t   s c a n d a l   i s   g o o d   f o r   t h e   t e a m ,   i t ’ s   t h a t   t h e   t e a m   i s   h a n d l i n g   s c a n d a l   w e l l . ”   _ n b a     c e l t i c s
s o m e   m o   s t u f f   i   m a d e . . . 
 t i t a n s   c e l t i c s     v a n d y     p r e d s     l i u     s m a s h v i l l e     w o o d a r t   p a i n t   🎨 ✌ ️ ⚓ ️ ⚔ ️ ✨ ️  
2 0 2 2 - 2 3   f a v o r i t e s   t o   w i n   n b a   t i t l e   🏆 
 
 ( p e r   g m   s u r v e y ) 
 
 b u c k s   4 3 % 
 w a r r i o r s   2 5 % 
 c l i p p e r s   2 1 % 
 c e l t i c s   1 1 % 
 
 n b a  
h a p p y   b i r t h d a y   b r a n d a n   w r i g h t !   c e l t i c s 
 
  
l i t t l e   u p d a t e   o n   w h a t   t r e m o n t   w a t e r s   h a s   b e e n   u p   t o   i n   t h e   p a s t   y e a r   c e l t i c s .   w a t e r s   i s   c u r r e n t l y   t e a m m a t e s   w i t h   p r o j e c t e d   f i r s t   o v e r a l l   p i c k   v i c t o r   w e m b a n y a m a   f o r   t h e   m e t r o p o l i t a n s   9 2 
 

b o s t o n   h a s   r e t i r e d   2 4   j e r s e y   n u m b e r s   -   t h e s e   a r e   t h e   p l a y e r s   s o   h o n o r e d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l o s   a n g e l e s   l a k e r s :   3   b o l d   p r e d i c t i o n s   f o r   t h e   2 0 2 2 - 2 3   n b a   s e a s o n 
 
 
 
 n b a   l a k e s h o w   l a k e r s   w e t h e n o r t h   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   b r o o k l y n t o g e t h e r   b l e e d g r e e n   c e l t i c s
l o s   a n g e l e s   l a k e r s :   t h e   r u s s e l l   w e s t b r o o k   t r a d e   t h a t   s e e m s   i n e v i t a b l e 
 
 
 
 n b a   l a k e s h o w   l a k e r s   w e t h e n o r t h   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   b r o o k l y n t o g e t h e r   b l e e d g r e e n   c e l t i c s
n b a   r u m o r s :   l o s   a n g e l e s   l a k e r s   n o t   t o   p u r s u e   k y r i e   i r v i n g   a f t e r   a l l ? 
 
 
 
 n b a   l a k e s h o w   l a k e r s   w e t h e n o r t h   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   b r o o k l y n t o g e t h e r   b l e e d g r e e n   c e l t i c s
n b a   g m s   c o n f i r m   w h a t   w e   k n e w   a b o u t   n i c k   n u r s e ,   r a p t o r s   f a n s 
 
 
 
 n b a   t o r o n t o   r a p t o r s   c a n a d a   w e t h e n o r t h   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   l a k e s h o w   l a k e r s   b l e e d g r e e n   c e l t i c s
v e r y s t y l i s h o r d i n a r y p e o p l e 
 
 “ s u c c e s s   i s   g u a r a n t e e d   i n   p e r s i s t e n c e . ” 
 ―   s h i v a   n e g i   
 
 h a w k s   p a c e r s   n u g g e t s   m a g i c   t i m b e r w o l v e s   w i z a r d s   7 6 e r s   c e l t i c s   c a v a l i e r s   h e a t   h o r n e t s   b u c k s   v s o p   r h o p
n u m b e r   2   b e c a u s e   o f   t h e   n u m b e r   1   f a n s !   g o   c e l t i c s !  
h o w   t h e   b o s t o n   c e l t i c s   u s e d   r o b e r t   w i l l i a m s   i i i   t o   u n l o c k   t h e i r   o f f e n s e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   t h e   b o s t o n   c e l t i c s   u s e d   r o b e r t   w i l l i a m s   i i i   t o   u n l o c k   t h e i r   o f f e n s e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   f i t t i n g   r i g h t   i n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
w r o t e   t h i s   o n   j u l y   3 r d   a b o u t   s a m   h a u s e r   a n d   i t ’ s   s t i l l   e v e r y   b i t   t r u e   a n d   m o r e   a f t e r   w a t c h i n g   h i m   i n   a c t i o n   o n   s u n d a y   c e l t i c s   
 

e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   9 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   9 9   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n b a   g m s   s e e   m a l c o l m   b r o g d o n   a s   u n d e r r a t e d   a d d i t i o n   f o r   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
o n   t h i s   d a y :   b o s t o n   i c o n   b o b   c o u s y   s e l e c t e d   i n   c h i c a g o   s t a g s   d i s p e r s a l   d r a f t ;   j o h n   b a g l e y   t r a d e ;   d e r m i e   o ' c o n n e l l   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
f r e s h   p r i n c e   o f   b e l   a i r   a c t r e s s   n i a   l o n g   h a s   s a i d   l i t t l e   a b o u t   h e r   c h e a t i n g   b o s t o n   c e l t i c s   c o a c h   f i a …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o r s e y ,   a n   a c t o r   a n d   b u s i n e s s m a n   i n   b e v e r l y   h i l l s   w h o   m e t   l o n g   o n   t h e   s e t   o f   h e r   n b c   c r i m e   d r a m a   t h i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   v s .   c e l t i c s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ' s   t h e   l a t e s t   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   v s .   c e l t i c s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a s   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   t h r o w i n g   s h a d e   a t   t h e   b r o o k l y n   n e t s   i n   h i s   i n t r o d u c t o r y   p r e s s e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 p l a y o f f n b a  
w a s   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   t h r o w i n g   s h a d e   a t   t h e   b r o o k l y n   n e t s   i n   h i s   i n t r o d u c t o r y   p r e s s e r ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
    b l a k e   j o i n s   t h e   t e a m . 
 t e a m   p l a y s   p i c k u p   f o o t b a l l   a t   p r a c t i c e . 
 t e a m   l o v e s   i t   🍀 
 c e l t i c s
  s h e   i s   g o i n g   t o   l o o k   g r e a t   i n   c e l t i c s   g e a r .
w o u l d   l o o k   g r e a t   i n   c e l t i c s   g r e e n   😎 ☘ ️  
l o n g t i m e   a s s i s t a n t   p r o m o t e d   t o   h e a d   c o a c h   o f   m a i n e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l e t   i t   f l y     s h o r t s   b o s t o n   c e l t i c s   n b a   v i d e o :  
p r e v i e w :   r a p t o r s   ( 1 - 0 )   a t   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   m a k e   s o l i d   s h o w i n g   i n   n b a ' s   a n n u a l   g m   s u r v e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   c a l l s   j a y s o n   t a t u m   t h e   ' y o u n g   g o a t ' :   " i   t h i n k   h e   w i l l   d o   a n   i n c r e d i b l e   j o b   l e a d i n g   h i s   t r o o p s . . . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
  i   t h i n k   t h e   c e l t i c s   n e e d   t o   l e t   m a z z u l a   g e t   u s e d   t o   c o a c h i n g   a n d   t h e   g u y s   n e e d   t o   p r a c t i c e .   e n o u g h   g o a t   t a l k !   p l a y   b a l l !   👏 👏 👏
n b a   g m s   c a l l   c e l t i c s   s m a r t   b e s t   p e r i m e t e r   d e f e n d e r ,   b r o g d o n   ‘ m o s t   u n d e r r a t e d ’   a c q u i s i t i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s e v e n   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ’ s   2 0   g r e a t e s t   c e n t e r s   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i m e   u d o k a   s e e i n g   b l a k e   g r i f f i n   o n   c e l t i c s   " t h a t ' s   m y   b o y ! ! "   c e l t i c s   c e l t i c s n a t i o n   👶 👶 🍼 🍼
r e a l l y   r e a l l y   r e a d y   f o r   g a m e   d a y   t o m o r r o w   😎 😎 😎 😎 ☘ ️   c e l t i c s
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     f l   j a g s   t b   r e d s o x   c e l t i c s   n y g   n y y   d o d g e r s   h u s k i e s   u c b   j t   h s u   m s u   s p a r t a n s   u t
l a n a   r h o a d e s   t o l d   t h e   w o r l d   t h a t   h i s   s o n ' s   d a d d y   w a s   a   n e t s   p l a y e r   a n d   a   l i b r a . .   t h a t   i s   t h e   r e a s o n   w h y   b l a k e   g r i f f i n   s i g n e d   w i t h   t h e   c e l t i c s   n b a   b r o o k l y n n e t s   c e l t i c s
t w o   w e e k s   c e l t i c s
c e l t i c s   m a l c o l m   b r o g d o n   a c q u i s i t i o n   v o t e d   n b a   o f f s e a s o n ' s   m o s t   u n d e r r a t e d   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f o r m e r   c e l t i c s '   h i g h   e x p e c t a t i o n s   f o r   j a y s o n   t a t u m ,   j a y l e n   b r o w n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  1 9 6 9 - 7 0   c e l t i c s   f i v e   p a c k … . $ 7   e a c h   /   $ 1 0   o n   t h e   s a n d e r s … . . $ 3 2   d e l i v e r e d   f o r   t h e   l o t   o f   5   c e l t i c s   c e l t i c s  
t e a m   c h e m i s t r y   a t   a n   a l l   t i m e   h i g h   d e s p i t e   t h e   b s   d i s t r a c t i o n s   c e l t i c s  
c e l t i c s   o f f - s e a s o n 
 -   c o a c h   1   y e a r   s u s p e n s i o n 
 -   b e s t   r e c r u i t   a c l 
 -   r o b   w i l   i n j u r e d   
 -   s i g n   l a n a   r h o a d e s   b a b y   d a d   n b a   c e l t i c s
h e y     y o u   n e e d   a   c o u p l e   o f   r e c e i v e r s   o r   d b ’ s ?   c e l t i c s  
n o w ,   t h i s   i s   a   s t o r y   a l l   a b o u t   h o w 
 m y   l i f e   g o t   f l i p p e d - t u r n e d   u p s i d e   d o w n … . .   c e l t i c s   b l e e d g r e e n  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b o s t o n   c e l t i c s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   j a y s o n t a t u m   u n i m o c k u p s   l o g o d e s i g n   n b a t w i t t e r            
“ i   t h i n k   i t ’ s   j u s t ,   t h e   l e a g u e   i s   c e r t a i n l y   t r e n d i n g   t h i s   w a y , ”   b u d e n h o l z e r   s a i d   o f   e m p h a s i z i n …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j o e   m a z z u l l a   s h a r e s   u p d a t e   o n   r o b e r t   w i l l i a m s '   r e c o v e r y   f r o m   k n e e   s u r g e r y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   b r e a k o u t   c a n d i d a t e   i m p r e s s i n g   t e a m m a t e   d e r r i c k   w h i t e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l o n g t i m e   a s s i s t a n t   p r o m o t e d   t o   h e a d   c o a c h   o f   m a i n e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s t a r   b r o w n   s u r p r i s e s   s t u d e n t s   w i t h   f r e e   b a c k p a c k s ,   s h i r t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b e s t i e s   c e l t i c s   ☘ ️ 🤗  
c o n g r a t s   t o   j e f f r e y   c   w h o   s c o r e d   t h i s   j a y s o n   t a t u m   a u t o g r a p h e d   j e r s e y   i n   o u r     a u t o g r a p h e d   b a s k e t b a l l   j e r s e y   b r e a k .     j o i n   u s   f o r   f u t u r e   b r e a k s   -   l i n k   i n   b i o .     c e l t i c s       j e r s e y b r e a k  
b o s t o n   c e l t i c s :   s u s p e n d e d   c o a c h   i m e   u d o k a ’ s   f i a n c é e   n i a   l o n g   c o m m e n t s   o n   a f f a i r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i f   n i a   c a n   s t a y   w i t h   i m e ,   t h e   c e l t i c s   c a n   t o o   ☘ ️  
w h a t   c a n   c e l t i c s '   j a y s o n   t a t u m   i m p r o v e   o n ?   j a y l e n   b r o w n   w e i g h s   i n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o o k i e   j d   d a v i s o n   g o i n g   t o   s c h o o l   w i t h   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ' s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   s a y s   h e ' l l   e m b r a c e   a n y   r o l e   t h a t ' l l   h e l p   c e l t i c s   w i n   a   c h a m p i o n s h i p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   o w n e r s   w i f e ? ! ?   y o   h e ’ s   a   d e m o n   😭 😭   c e l t i c s   n b a t w i t t e r  
r e p o r t 🚨 
 
 p e r   :   t h e   w o m a n   i n   e n t a n g l e m e n t   w i t h   c e l t i c s   c o a c h   i m e   u d o k a   w a s   t h e   w i f e   o f   o w n e r   w y c l i f f e   g r o e s b a c k 🤯 
 
 i f   s o … . i s   t h e   y e a r   s u s p e n s i o n   j u s t i f i e d ? 😳 
 
 n b a t w i t t e r   c e l t i c s   i m e u d o k a
  m y   p a l e   i r i s h   s k i n   d i s a g r e e s .   i t   a p p e a r s   i ' v e   m a d e   a n   e n e m y   t o d a y .   c e l t i c s   l e t s   g o   🍀
  m y   b r a i n   i s   m a l l e a b l e .   i   c a n   b e   e a s i l y   p e r s u a d e d   t e a m   w i s e .   i   a m   h o w e v e r   t h i n k i n g   c e l t i c s
w h y   b l a k e g r i f f i n   i s   w i l l i n g   t o   e m b r a c e   a n y   r o l e   n e e d e d   t o   h e l p   t h e   c e l t i c s   w i n   a   c h a m p i o n s h i p  
w h y   b l a k e g r i f f i n   i s   w i l l i n g   t o   e m b r a c e   a n y   r o l e   n e e d e d   t o   h e l p   t h e   c e l t i c s   w i n   a   c h a m p i o n s h i p  
m a r c u s   t h o r n t o n ' s   2 0 1 4 - 1 5   s h o t   c h a r t : 
 
 v o l u m e :   a v e r a g e   |   p _ 5 8   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 4 8 
 e f f i c i e n c y :   a v e r a g e   |   p _ 4 7 
 e f f i c i e n c y   v a l u e :   a v e r a g e   |   p _ 4 8 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   b r e a k 3 
 b e s t   v a l u e   z o n e :   b r e a k 3 
 
 m a r c u s t h o r n t o n 
 c e l t i c s   s u n s 
 s u n s a t 5 0  
t h e   c e l t i c s   a r e   n o t   t h e   t i t l e   f a v o r i t e s   i n   2 0 2 3 ,   a c c o r d i n g   t o   n b a   g e n e r a l   m a n a g e r s  
j o e   m a z z u l l a   o n   r o b e r t   w i l l i a m s :   " h e ' s   i n   a   g r e a t   m i n d   f r a m e "   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   s h a r e s   f i r s t   m e s s a g e   s i n c e   l e a v i n g   b r o o k l y n   n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   n o t e b o o k :   r o o k i e   j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
j o e   m a z z u l l a   o n   r o b e r t   w i l l i a m s :   “ h e ’ s   i n   a   g r e a t   m i n d   f r a m e ”   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
o u r   l a t e s t   p o d c a s t .   b l a k e g r i f f i n   c e l t i c s   t y l e r h e r r o   h e a t   l a k e s h o w   n b a   n b a p r e s e a s o n       _ c o v e r a g e   l i s t e n   t o   " t h e   p i c k   a n d   r o l l   n b a   p o d c a s t   w /   j e t   a n d "   b y     v i a   s p r e a k e r  
p r i m e   b l a k e   g r i f f i n   o n   t h e   c e l t i c s   +   r e b u i l d   |   n b a   2 k 2 3 💚 🤍 💚 🤍 
 
 
 b a s k e t b a l l   y o u t u b e   y o u t u b e r   f e m a l e g a m e r     g a m i n g   n b a   n b a 2 k 2 3   n b a 2 k 2 3 p a r k   n b a 2 k 2 3 n e x t g e n   n b a 2 k 2 3 m y t e a m   n b a r e b u i l d   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   b l a k e g r i f f i n  
📣   n e w   p o d c a s t !   " e p .   2 0 4   -   w e s t e r n   c o n f e r e n c e   p r e v i e w "   o n     b l a k e g r i f f i n   c e l t i c s   h e r r o   l a k e r s   l e b r o n   n b a   w a r r i o r s   w e s t b r o o k  
l i g h t n i n g   r o s t e r   c o n t i n u e s   t o   t a k e   s h a p e   a s   o p e n e r   n e a r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i a   l o n g   p o s t s   m e n t a l   h e a l t h   m e s s a g e   f o l l o w i n g   f i a n c é   i m e   u d o k a ' s   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
" h e ' s   d o i n g   a   g o o d   j o b   o f   c o m m u n i c a t i n g   w i t h   e v e r y b o d y ,   t a l k i n g   a b o u t   w h a t   h e ' s   l o o k i n g   f o r ,   ( a n d )   h o w   w e   c a n   b e   b e t t e r . " 
 
 d e r r i c k   w h i t e   d i s c u s s e s   j o e   m a z z u l l a ' s   f i r s t   g a m e   a s   t h e   c e l t i c s   h e a d   c o a c h   f r o m   a   p l a y e r ' s   p e r s p e c t i v e . 

f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r a n d o m   t h o u g h t s   b e f o r e   t h e   s e c o n d   p r e s e a s o n   g a m e   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
🎥 l i v e   s t r e a m   t o n i g h t   @   7 p m   e d t 🎥 
 
 @ _ _ f i s c h   _ 9 3     o n   t h e   m i c 
 
 🐦   m u r r a y ' s   i m p a c t   o n   t h e   h a w k s 
 
 🍀   b l a k e   g r i f f i n   t o   t h e   c e l t i c s   
 
 🔬   s o u t h e a s t   d i v i s i o n   p r e v i e w 
 
 a n d   m u c h   m o r e ! 
 
 p o d c a s t   p o d c a s t s   n b a p r e s e a s o n     n b a   a t l a n t a   a t l h a w k s   
 

" t a k e   a   d e e p   b r e a t h ;   e v e r y t h i n g   w e   d o   i s   g o i n g   t o   c o m p l e m e n t   y o u r   g a m e   i n   s o m e   w a y ,   a n d   h e r e ' s   h o w   w e ' l l   w o r k   o n   i t . " 
 
 c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   d i s c u s s e s   g e t t i n g   b l a k e   g r i f f i n   a c c l i m a t e d . 

l e t   i t   f l y   s h o r t s   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
w i l l   t h e   c e l t i c s   g o   s m a l l   w i t h o u t   r o b e r t   w i l l i a m s ? 
 
   d i s c u s s e s   h o w   b o s t o n   c o u l d   s u r v i v e   w i t h o u t   r o b   f o r   t h e   s t a r t   o f   t h e   2 0 2 2 - 2 3   n b a   s e a s o n ! 
 
 📺 f u l l   p r a c t i c e   r e p o r t :   
 
 ⚡ ️ b y   _ a g   |     |    
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c e l t i c s '   j a y l e n   b r o w n ,   j a y s o n   t a t u m   a d m i r e   m o s t   a b o u t   e a c h   o t h e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  
   x d c   x d c d o m a i n s   w e b 3   c e l t i c s   c r e a t e   y o u r   o w n   w e b 3   d o m a i n s   a t     e x c h a n g e s   c o m i n g   s o o n    
🚨   e x c l u s i v e   g a m e   t o n i g h t   f o l k s !   🏀 
 j o i n   t h e i r   c o m m u n i t y   a n d   g e t   t h e   c h a n c e   o f   w i n n i n g   2   t i c k e t s   f o r   t h e   c e l t i c s   o p e n i n g   n i g h t   a n d   m o r e   t h a n   $ 1 0 0   o n   t o p s h o t s !   d o   n o t   m i s s   y o u r   c h a n c e !   ☘ ️ 
   
 b o s t o n   c e l t i c s   n b a   n f t  
w h a t   w e   c o u l d   s e e   i n   m a r c u s   s m a r t ' s   s e c o n d   y e a r   a s   c e l t i c s   p o i n t   g u a r d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
2 0 1 6 - 1 7   p a n i n i   t o t a l l y   c e r t i f i e d   b i l l   r u s s e l l   c a l l i n g   c a r d s   3 7   i n s e -   $ 3 . 0 0   
 
 c e l t i c s   
 _ s e l l 
 
 
 
 
 
 
 
  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
w e ' l l   b e   d i s a p p o i n t e d   i f   c e l t i c s   s t a r     i s n ' t   w e a r i n g   t h e s e   o n   n a t i o n a l t a c o d a y .     s n e a k e r s     ☘     🌮  
b r u n o   c a b o c l o   h a s   a g r e e d   t o   a   d e a l   w i t h   t h e   m e x i c o   c i t y   c a p i t a n e s   i n   t h e   n b a   g   l e a g u e ,   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h r e e   t a k e a w a y s   f r o m   t h e   h o r n e t s '   p r e s e a s o n   l o s s   t o   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ’ s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   r o o k i e   j d   d a v i s o n   a d j u s t i n g   t o   n b a   u n d e r   m a r c u s   s m a r t ' s   m e n t o r s h i p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p o i n t s   o n   t h e   b o a r d   p o d c a s t :   n b a   o f f - s e a s o n 
 
 -   i m e   u d o k a :   r a c i a l   d o u b l e - s t a n d a r d ? 
 -   f o r c i n g   t h e   s a l e   o f   t e a m s 
 -   b r e a k i n g   d o w n   e s p n ’ s   t o p   1 0   n b a   p l a y e r s   
 -   o l d - s c h o o l   c o a c h e s   v s .   m o d e r n   c o a c h e s 
 
 s p o r t s a n d p o l i t i c s   f a n t a s y b a s k e t b a l l   c e l t i c s   s u n s 
 

w h e n   i t   c o m e s   t o   w h a t   i m e   u d o k a   d i d   t o   g e t   s u s p e n d e d ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   ' w e   d o n ' t   k n o w   a n y t h i n g '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   h o s t   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r ,   m f i o n d u   k a b e n g e l e   i m p r e s s   i n   c e l t i c s   p r e s e a s o n   w i n   o v e r   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ' s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r e a l l y   t r y i n g   t o   f i g u r e   o u t   w h a t   m y   f i t   g o n n a   b e   f o r   t h e   p r e s e a s o n   g a m e   t o m o r r o w   😭 😭 😍 ☘ ️   c e l t i c s
b o s t o n   r o o k i e   j d   d a v i s o n   o n   m a r c u s   s m a r t ,   j a y s o n   t a t u m   m e n t o r i n g   h i m   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
h o w   s a m h a u s e r   a n d   m f i o n d u k a b e n g e l e   i m p r e s s e d   i n   c e l t i c s   p r e s e a s o n   o p e n e r  
h o w   s a m h a u s e r   a n d   m f i o n d u k a b e n g e l e   i m p r e s s e d   i n   c e l t i c s   p r e s e a s o n   o p e n e r  
h e r e ’ s   t o   t h e   l a s t   r e d s o x   g a m e   o f   t h e   s e a s o n   t h a t   i   a m   w o r k i n g .   b e t t e r   l u c k   n e x t   y e a r   b o y s .   w e   o n   t o   c e l t i c s   s e a s o n   😎 💯 ☘ ️  
d e r r i c k   w h i t e   d i s c u s s e s   p l a y i n g   f o r   j o e   m a z z u l l a ,   w e l c o m i n g   b l a k e   g r i f f i n   t o   b o s t o n ,   a n d   w o r k i n g   a l o n g s i d e   m a l c o l m   b r o g d o n   i n   t h e   c e l t i c s   b a c k c o u r t . 

d e r r i c k   w h i t e   s p e a k i n g   f a c t s   a b o u t   s a m   h a u s e r   c e l t i c s    
f u l l   v i d e o   o v e r   o n   m y   t i k   t o k !   i   p r o m i s e   t o   m a k e   t h e   n e x t   o n e s   s h o r t e r   t o   g e t   t h e   f u l l   b r e a k   d o w n   i n   t h e r e   l o l   c l i p p e r n a t i o n   c e l t i c s   g o l d e n s t a t e w a r r i o r s   f e a r t h e d e e r   w a r r i o r s u n i t e   n b a g m s u r v e y  
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l e b r a t e   t h e   s t a r   o f   t h e   n b a   s e a s o n   b y   e x p a n d i n g   y o u r   b a s k e t b a l l   f u n k o   c o l l e c t i o n ! 
 
 o r d e r   h e r e :   
 
 t r e a t y o s h e l f   v i n y l f i g u r e s   f u n k o p o p   f u n k o v i n y l   j a y s o n t a t u m   c e l t i c s   l a k e r s   l e b r o n   c h i c a g o b u l l s   m i c h a e l j o r d a n   l a r r y b i r d   m a g i c j o h n s o n   s t e p h c u r r y  
n e v e r   d o n e   f a n t a s y   b a s k e t b a l l ,   j u s t   d i d   a   d r a f t .   i   k n o w   i ' m   a   b i t   o f   a   h o m e r 
 c e l t i c s     w h a t   d o   y o u   t h i n k  
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   m a k e   s o l i d   s h o w i n g   i n   n b a ' s   a n n u a l   g m   s u r v e y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j o e   m a z z u l l a   p r o v i d e s   u p d a t e   o n   r o b e r t   w i l l i a m s ,   d i s c u s s e s   g e t t i n g   b l a k e   g r i f f i n   a c c l i m a t e d ,   a n d   s h e d s   l i g h t   o n   t h e   c e l t i c s   p l a n   f o r   w e d n e s d a y ' s   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s   

i   t h i n k   i   m i g h t   l i v e   t w e e t   c e l t i c s   ☘ ️ g a m e s   t h i s   y e a r
i t   n e e d s   t o   b e   d o n e !   s o m e t h i n g   s m e l l s !     b i t c o i n   e l o n m u s k   k a r d a s h i a n s   t o m b r a d y   m e s s i   r o n a l d o   d o l l y p a r t o n   l e b r o n   b e y o n c e   s a n t a n a   l o s l o b o s   m a n a   b r i t n e y s p e a r s   a d e l e   d o d g e r s   y a n k e e s   r e d s o x   r e d s   c u b s   a s t r o s   b e a t l e s   m e t s   g i a n t s   c e l t i c s
w h a t   d o   y o u   t h i n k   w i l l   b e   t h e   b i g g e s t   c e l t i c s   p r o b l e m   t h i s   s e a s o n ?
h o w   w o u l d   y o u   g r a d e   t h e   c e l t i c s   o f f   s e a s o n ?
h o w   m a n y   w i n s   a r e   t h e   c e l t i c s   g e t t i n g   t h i s   s e a s o n ?
h o w   f a r   w i l l   t h e   c e l t i c s   m a k e   i t   t h i s   y e a r ?
w h a t   s e e d   w i l l   t h e   c e l t i c s   b e   t h i s   y e a r ?
o u t l o o k   o n   t h e   c e l t i c s   y o u n g   d e v e l o p i n g   p l a y e r s
o u t l o o k   o n   t h e   c e l t i c s   b e n c h   t h i s   s e a s o n
w h a t   i s   y o u r   o u t l o o k   o n   t h e   c e l t i c s   🍀 a t   t h i s   p o i n t   b e f o r e   t h e   s e a s o n ?   t h r e a d   🧵
b o s t o n   c e l t i c s   t i t l e   o d d s :   c s   r e m a i n   f a v o r i t e s   d e s p i t e   o f f s e a s o n   d r a m a   ( h a r d w o o d   h o u d i n i ) 
 
 t h e   b o s t o n   c e l t i c s ,   d e s p i t e   e v e r y t h i n g   t h a t   h a p p e n e d   i n   s e p t e m b e r ,   r e m a i n   f a v o r i t e s   t o   w i n   t . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
p a y   a t t e n t i o n !     b i t c o i n   e l o n m u s k   k a r d a s h i a n s   c n b c   b l o o m b e r g   l a t i m e s   n y t i m e s   d o d g e r s   y a n k e e s   r e d s o x   r e d s   c u b s   a s t r o s   b e a t l e s   m e t s   g i a n t s   c e l t i c s   l a k e r s   c l i p p e r s   s u n s   u t a h j a z z   g o l d e n k n i g h t s   r a i d e r n a t i o n   d a l l a s c o w b o y s   m a n c h e s t e r c i t y
t o d a y   i n   b o s t o n   s p o r t s : 
 
 t h e   r e d s o x   c l o s e   u p   s h o p   f o r   2 0 2 2 . 
 
 t h e   b r u i n s   m a k e   f i n a l   m o v e s   a s   t h e   2 0 2 2 - 2 3   s e a s o n   b e g i n s   t h i s   w e e k e n d . 
 
 t h e   c e l t i c s   r e a d y   t h e m s e l v e s   t o   d e f e n d   t h e   e a s t   c r o w n   i n   m i d   o c t o b e r . 
 
 t h e   p a t r i o t s ,   a t   1 - 3 ,   l o o k   t o   b o u n c e   b a c k .   w i l l   a   f e w   e a s y   w e e k s   h e l p ?
b l a k e   g r i f f i n   s i g n e d   a   f u l l y   g u a r a n t e e d   o n e - y e a r ,   $ 2 . 9 1 m   c o n t r a c t   w i t h   t h e   b o s t o n   c e l t i c s .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   g m s   f a v o r   b u c k s   t o   w i n   t i t l e ;   l u k a   f o r   m v p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   1 3 4 ,   h o r n e t s   9 3 :   j a y l e n   b r o w n   l e a d s   a l l   s c o r e r s   i n   b l o w o u t   p r e s e a s o n   o p e n e r   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   g m s   h i g h   o n   c a v s ’   o f f s e a s o n   m o v e s ,   b u c k s ’   t i t l e   c h a n c e s   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
a f t e r   a n   o f f s e a s o n   t i n k e r i n g   w i t h   h i s   s h o t ,   d e r r i c k   w h i t e   s a y s   h e ’ s   h a p p y   w i t h   h o w   i t   l o o k e d   a n d   f e l t   d u r i n g   t h e   c e l t i c s   p r e s e a s o n   o p e n e r ,   i n c l u d i n g   h i s   i n i t i a l   m i s s e s ,   w h i c h   w e r e   a l l   o n   l i n e .
i n t e r e s t i n g   t o   s e e   p i n n a c l e   h a s   t h e   c e l t i c s   a s   f a v o r i t e s   t o   w i n   t h e   t i t l e   @   + 5 6 3 . 
 
 f o l l o w e d   b y : 
 
 b u c k s   + 6 1 6 
 
 w a r r i o r s   + 6 3 8 
 
 c l i p p e r s   + 7 5 3
2 0 2 2 - 2 3   n b a   p r e v i e w s :   b o s t o n   c e l t i c s 
 
 _ h e y _ i t s _ j p     
 
 n b a t w i t t e r   b l e e d g r e e n   c e l t i c s   
 

w h i c h   p a s t o r   w a s   c o u n s e l i n g   n i a   a n d   i m e   t o   k e e p   o n   s h a c k i n g   u p   a n d   l i v i n g   i n   s i n ? ? ? ?   i   w a n t   t o   k n o w   ! ! 
 d r a g   h i m   o u t   s o   w e   c a n   s e e   h i m ! ! ! ! 
 i m e u d o k a   n i a l o n g   c e l t i c s   i m e u d o k a c e l t i c s   n i a l o n g c h e a t e d   i m e u d o k a c h e a t e d 

n b a   g m s   d o   n o t   s e e   c e l t i c s   a s   f a v o r i t e s   t o   w i n   n b a   t i t l e  
k e v i n   g a r n e t t ' s   ( )   2 0 1 0 - 1 1   s h o t   c h a r t : 
 
 v o l u m e :   h i g h   |   p _ 8 3   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   e x c e l l e n t   |   p _ 9 7 
 e f f i c i e n c y :   g o o d   |   p _ 7 9 
 e f f i c i e n c y   v a l u e :   e x c e l l e n t   |   p _ 8 8 
 
 f a v o r i t e   z o n e :   m i d r a n g e 
 b e s t   s k i l l   z o n e :   m i d r a n g e 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 k e v i n g a r n e t t 
 c e l t i c s  
b o s t o n   c e l t i c s   t i t l e   o d d s :   c s   r e m a i n   f a v o r i t e s   d e s p i t e   o f f s e a s o n   d r a m a   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   g m s   s a y   r a p t o r s   h a v e   l e a g u e ' s   b e s t   h o m e - c o u r t   a d v a n t a g e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   w o r k i n g   o n   h i s   f l o a t e r   g a m e   f o l l o w i n g   c e l t i c s   p r a c t i c e  
b l a k e   g r i f f i n   r e v e a l s   c e l t i c s   j e r s e y   n u m b e r ,   a n d   h i s   r e a s o n   i s   f a n t a s t i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   p r i x   d i n g u e   d e   2 1 € 
 ➡ 
 
 t a t u m  
s a m   h a u s e r   m a k i n g   b i d   f o r   i n c r e a s e d   r o l e :   ' h o p e f u l l y   c a n   k e e p   i t   r o l l i n g '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   s a y s   h e   h o p e s   t o   b r i n g   t h e   s t a b i l i t y   o f f   t h e   b e n c h   f o r   t h e   b o s t o n   c e l t i c s   a n d   t h a t   h e   w i l l   d o   w h a t e v e r   i t   t a k e s   t o   h e l p   t h e   t e a m   t o   w i n   a   c h a m p i o n s h i p   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
s a m   h a u s e r   m a k i n g   b i d   f o r   i n c r e a s e d   r o l e :   ‘ h o p e f u l l y   c a n   k e e p   i t   r o l l i n g ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  c e l t i x r i n g f i g h t           
   _ m s 3   c e l t i c s   _ w i l l i a m s i i i 
     
       
 _ h o r f o r d     
   l e t s g o o o o o o ! f i g h t 4 i t !  
w h e n   i t   c o m e s   t o   w h a t   i m e   u d o k a   d i d   t o   g e t   s u s p e n d e d ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   ' w e   d o n ' t   k n o w   a n y t h i n g '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a c c o r d i n g   t o   ,   t h e   c e l t i c s   h a d   s o u g h t   p e r m i s s i o n   t o   i n t e r v i e w   c l i p p e r s   a s s i s t a n t   c o a c h   j a y   l a r r a n a g a   a b o u t   j o i n i n g   t h e i r   c o a c h i n g   s t a f f   t h i s   s e a s o n .   a c c o r d i n g   t o   ,   t h e y   r e c e i v e d   p e r m i s s i o n   b u t   h e   p r e f e r s   t o   r e m a i n   i n   l o s   a n g e l e s   a n d   w i l l   s t a y .
a c c o r d i n g   t o   ,   c e l t i c s   h e a d   c o a c h   i m e   u d o k a   h a s   c o n s i d e r e d   t h e   p o s s i b i l i t y   o f   r e s i g n i n g .
a c c o r d i n g   t o   ,   i t ' s   a   w i d e s p r e a d   i n t e r p r e t a t i o n   t h a t   c e l t i c s   h e a d   c o a c h   i m e   u d o k a   i s   d o n e   a s   a n   n b a   h e a d   c o a c h .  
w e ’ r e   b a c k   w i t h   a   n e w   e p i s o d e   a f t e r   o u r   b y e   w e e k .   c l i c k   t h e   l i n k   b e l o w   a n d   c h e c k   i t   o u t   n o w ! 
 
 i n c l u d e d 
 -   t u a   🐬 🤕 
 -   n f l   b u y / s e l l   💵 
 -   t o p   5   c o n c e r t s   🎤 
 -   i m e   u d o k a   🍀 
 
 n f l   p o d c a s t   n b a   p o d c a s t r e c o m m e n d a t i o n s   t u a   f i n s u p     c e l t i c s   
 
 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻  
s o m e   t a k e a w a y s   /   n o t e s   i   h a v e   a f t e r   b e i n g   a t   t h e   g a r d e n   f o r   t h e   f i r s t   c e l t i c s   p r e s e a s o n   g a m e   o n   s u n d a y 🍀  
i   m e a n ,   i   c o u l d   s e e   i f   i t   w a s   t h e   m a j o r i t y   o w n e r s   w i f e .   i m e u d o k a   n b a   n b a p r e s e a s o n   c e l t i c s
b l a k e   g r i f f i n   p a y s   t r i b u t e   t o   d e n n i s   r o d m a n   b y   w e a r i n g   n o .   9 1   f o r   t h e   b o s t o n   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
k a b e n g e l e   c o n t i n u e s   t o   i m p r e s s   a f t e r   s t r o n g   s u m m e r   l e a g u e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   r e a c t s   t o   b l a k e   g r i f f i n   s i g n i n g   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e p i s o d e   1 8 7   c a m e   o u t   y e s t e r d a y   . . .   q u i c k   t h o u g h t s   o n   k g   c o m m e n t s   a b o u t   t h e   i m e   s i t u a t i o n ,   t h e   f i r s t   p r e s e a s o n   g a m e   & a m p ;   w h a t   t o   e x p e c t   f r o m   b l a k e   g r i f f i n 
 
 c e l t i c s   b l e e d g r e e n   n e w   p o d c a s t  
i n   t o d a y ’ s   a t t h e b u z z e r   _ t i e r n a n   a n d     p r e v i e w   t h e   c e l t i c s   s e a s o n !   b o s t o n c e l t i c s   n b a    
b o s t o n   c e l t i c s :   f o r m e r   f i r s t - r o u n d   p i c k   t h a n k s   5 x   a l l - s t a r   a f t e r   c s   d e b u t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
s e v e n   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ' s   2 0   g r e a t e s t   c e n t e r s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l e t ’ s   g o   w a y   t o   s t a r t   t h e   d a y   l e t ’ s   g e t   s o m e   d u n k i n s ! ! ! 🤑 ✅ 🔥   g a m b l i n g t w i t t e r   p r i z e p i c k s   f r e e p i c k   k b o   d u n k i n   c e l t i c s  
b o s t o n   c e l t i c s :   d i d   b l a k e   g r i f f i n   t a k e   s h o t   a t   n e t s   l o c k e r   r o o m   w i t h   c s   p r a i s e ?   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   8 6   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r o b e r t   w i l l i a m s   r a n k s   1 4 t h   a l l - t i m e   i n   c e l t i c s   h i s t o r y   w i t h   3 0 0   b l o c k s   i n   h i s   c a r e e r .   h e   n e e d s   7 0   m o r e   b l o c k s   t o   b e   i n   t h e   t o p   1 0 .   i f   h e   c o n t i n u e s   o n   t h e   p a t h   h e ’ s   b e e n   o n   t h e   l a s t   t w o   y e a r s ,   s t a t s   s h o w   t h a t   h e   r e a l i s t i c a l l y   c a n   c r a c k   t h e   t o p   1 0   t h i s   s e a s o n   👀  
b l a k e   g r i f f i n   i s   g o i n g   t o   c h a n g e   t h e   n a r r a t i v e   a b o u t   g u y s   w a n t i n g   t o   c o m e   t o   p l a y   i n   b o s t o n   a n d   f o r   t h e   c e l t i c s  
w h o ' s   w i n n i n g   t h e   n b a   e a s t e r n   c o n f e r e n c e   t h i s   y e a r ?   n b a t w i t t e r   f e a r t h e d e a r   b u c k s   h e a t   c e l t i c s   7 6 e r s   c a v s   n e t s   h a w k s   r a p t o r s   b u l l s n a t i o n
b l a k e   g r i f f i n   w i l l   b e   t h e   f i r s t   p l a y e r   i n   c e l t i c s   h i s t o r y   t o   w e a r   t h e   n o .   9 1  
c e l t i c s   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
v e r s a t i l i t y   o n   d i s p l a y   i n   v i c t o r y   o v e r   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   d i n g u e   d e   2 1 € 
 🛒 
 
 n b a e x t r a  
c e l t i c s   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
☘ ️   j a y l e n   b r o w n   s z n !   c e l t i c s  
" i t ' s   a   d i f f e r e n t   a t m o s p h e r e   t h a n   i ' m   u s e d   t o .   i n   a   g o o d   w a y . "   b l a k e   g r i f f i n   t a l k s   " w e l c o m i n g "   a t m o s …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   7 7   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
⚽ | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
⚽ | n e w   c e l t i c s   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 ➡  
o n   t h i s   d a y :   b o s t o n   g u a r d   s i   g r e e n   p a s s e s ;   f o r w a r d   d o u g   s m i t h   s i g n s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
w i t h   t h e   n u m b e r   9 1 ,     👏 🏻 👏 🏻 👏 🏻 ☘ ️ 🏀   c e l t i c s  
r e c e n t l y   s i g n e d   b l a k e   g r i f f i n   h o l d s   i n t r o d u c t o r y   b o s t o n   c e l t i c s   p r e s s   c o n f e r e n c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   i n   g r e e n .   c e l t i c s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
t h e   c e l t i c s   a r e n ' t   g e t t i n g   k i a - l e a p i n g   b l a k e   g r i f f i n ,   b u t   h i s   w i l l i n g n e s s   t o   a d a p t   s t i l l   m a k e s   h i m   v a l u a b l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e c e n t l y   s i g n e d   b l a k e   g r i f f i n   h o l d s   i n t r o d u c t o r y   b o s t o n   c e l t i c s   p r e s s   c o n f e r e n c e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h e   o n l y   r e a s o n   i m e u d o k a   g o t   s u s p e n d e d   i s   b e c a u s e   t h e   o w n e r   c a n ’ t   s u s p e n d   h i s   w i f e   💭   
 
 i f   i t   w a s   “ t e a m   p o l i c y ”   & a m p ;   s h e   w a s   a   t e a m   s a f e   m e m b e r   s h e   w o u l d   b e   k n o w n   /   s u s p e n d e d   👀 
 
 t h e   o w n e r s   n o t   g o i n g   t o   c o m e   o u t   & a m p ;   s a y   m y   w i f e   w a s   t h e   o n e   b u t   r e a d   b e t w e e n   t h e   l i n e s   🥃   c e l t i c s
c e l t i c s   p r a c t i c e   h i g h l i g h t s   f t .   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b o s t o n c e l t i c s m e d i a d a y   c e l t i c s c l n s   c e l t i c s m e d i a d a y   c e l t i c s p r a c t i c e   c e l t i c s p r a c t i c e h i g h l i g h t s   c e l t i c s t r a i n i n g c a m p   c e l t i c s t r a i n i n g c a m p h i g h l i g h t s   c l n s m e d i a  
t o r o n t o   r a p t o r s   a t   b o s t o n   c e l t i c s   2 0 2 2 - 2 3   p r e s e a s o n :   h o w   t o   w a t c h ,   b r o a d c a s t ,   l i n e u p s   ( 1 0 / 5 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
⚽ | n o u v e a u   c e l t i c s   v e r t   2 0 2 2   j a y s o n   t a t u m   0 
 a u   t a r i f   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 p l a y o f f n b a  
c e l t i c s   g e t t i n g   b l a k e   g r i f f i n   i s   l i k e   g e t t i n g   s e c o n d s   f o r   d i n n e r . . .   y o u   p r o b a b l y   d i d n t   r e a l l y   n e e d   i t   b u t   y o u ' l l   t a k e   i t   a n y w a y   w i t h   a   b i g   f a t   g r i n   c e l t i c s
i t ' s   t i m e   t o   r i n g   c h a s e   i n   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r a n d o m   t h o u g h t s   a s   t h e   p r e s e a s o n   b e g i n s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   h o r n e t s   1 0 / 2 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   n o t e s :   g r i f f i n ,   s m a r t ,   s m a l l   b a l l ,   h a u s e r   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
m a r c u s   s m a r t   i n k s   p u m a   e n d o r s e m e n t   e x t e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
l e g a l   a c t i o n   t a k e n   t o   k e e p   s p u r s   i n   s a n   . . . 
   
 
   
 7 6 e r s   b a s k e t b a l l   b a s k e t b a l l n e w s   b a s k e t b a l l p o d c a s t   b l a z e r s   b u c k s   b u l l s   c a d e c u n n i n g h a m   c a v s   c e l t i c s   c h e t h o l m g r e n   c l i p p e r s   c p 3   d e v i n b o o k e r   f i n a l s   g o s p u r s g o   g r i z z l i e s   h a w k s   h e a t   h o r n e t s  
v i d e o :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t a l k s   a d d i t i o n   a n d   r o l e   o f   b l a k e   g r i f f i n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c a n ’ t   w a i t   f o r   t o m o r r o w   i   m a k e   m y   r e t u r n   t o   t h e   g a r d e n   😎 ☘ ️ ☘ ️ ☘ ️ ☘ ️   c e l t i c s   p r e s e a s o n   y k t v   b l e e d g r e e n
l m f a o   t h i s   a g e d   w e l l   🤦 🏽 ‍ ♀ ️ 🙄 🤣   k y r i e   c e l t i c s   n b a   w e t h o u g h t   y o u l i e d  
v i d e o :   f i r s t   e v e r   c e l t i c   9 1   b l a k e   g r i f f i n   t a l k s   a b o u t   w h a t   h e   c a n   b r i n g   t o   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b i l l   r u s s e l l .     c e l t i c s   h o f   l e g e n d   a u t o g r a p h   i c o l l e c t a u t o g r a p h s  
c e l t i c s   b l o w o u t   h o r n e t s   t o   k i c k   o f f   p r e s e a s o n   1 3 4   t o   9 3   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i   l o v e   w h a t   i ’ m   s e e i n g   f r o m   t h e   n b a   p r e   s e a s o n   s t r a i g h t   d a w g s   t h e y ’ v e   b e e n   w o r k i n g   a l l   s u m m e r   💯 💪 🏽   h o r n e t s   l a k e r s   c e l t i c s   g r i z z l i e s   n b a   p r e s e a s o n
t w i t t e r   h a s   d e c i d e d   b l a k e   g r i f f i n   i s   t h e   m y s t e r y   f a t h e r   t o   l a n a   r h o a d e s ’   c h i l d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
t h e   o n l y   p l a y e r s   t o   r e c o r d   a   5 0 / 4 0 / 9 0   w i t h   2 5 +   p p g   i n   a   s e a s o n :   🔥 🔥 
 
 l a r r y   b i r d :   1 9 8 6 - 8 7 ,   1 9 8 7 - 8 8 
 k e v i n   d u r a n t :   2 0 1 2 - 1 3 
 s t e p h   c u r r y :   2 0 1 5 - 1 6 
 k y r i e   i r v i n g :   2 0 2 0 - 2 1 
 
 w h o   d o   y o u   t h i n k   w i l l   b e   t h e   n e x t   p l a y e r   t o   j o i n   t h i s   e x c l u s i v e   c l u b ? 
 
 c e l t i c s   t h u n d e r   w a r r i o r s   n e t s  
i t   i s   c o m p l e t e l y   a l l o w e d   t o   o v e r h y p e   t h e   c e l t i c s   r i g h t   n o w !   b l e e d   g r e e n ! !   c e l t i c s
b l a k e   g r i f f i n   s a i d   b o s t o n ' s   a   p o p u l a r   d e s t i n a t i o n   f o r   n b a   p l a y e r s . . .   c e l t i c s  
c a n   b l a k e   g r i f f i n   g i v e   t h e   c e l t i c s   w h a t   t h e y   n e e d ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
w r a p p i n g   u p   s o o n !   t a k i n g   f i n a l   c e l t i c s   t h o u g h t s
“ w h e n   y o u r   t a l e n t   l e v e l   a n d   y o u r   h u m i l i t y   a n d   s e l f - a w a r e n e s s   a l i g n ,   t h e n   i   t h i n k   y o u   c a n   m a x i m i z e   y o u r   t i m e   i n   t h e   l e a g u e .   e v e n   a   g u y   w h o ’ s   p l a y e d   1 3   y e a r s ,   n o t h i n g   i s   g i v e n .   y o u   s t i l l   h a v e   t o   c o m e   i n   a n d   d o   y o u r   w o r k .   b e   a   g o o d   t e a m m a t e .   b e   a   l e a d e r . ”   -   b l a k e   g r i f f i n ,   c e l t i c s
2 0 0 2 - 0 3   u p p e r   d e c k   s p   a u t h e n t i c   5   p a u l   p i e r c e     b o s t o n c e l t i c s   c e l t i c s   h o f 
 
 $ 3   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
a l r i g h t ,   w e ’ r e   r e a l l y   d o i n g   t h i s   🤩 
 
 b l e e d g r e e n   c e l t i c s  
j a y l e n   b r o w n   p r a i s e s   m a l c o l m   b r o g d o n   i n   c e l t i c s '   d e b u t :   ' h e ’ s   d e f i n i t e l y   j u s t   g o i n g   t o   m a k e   u s   b e t t e r   o v e r a l l '   
 
 c e l t i c s   🏀 
 b o s t o n c e l t i c s   🏟 
 n b a   n b a t w i t t e r   
 
  
n b a   f u t u r e   
 b o s t o n   c e l t i c s   o 5 3 . 5   w i n s   ( - 1 0 5 )   3 u   
 w i l l   a d d   a   f e w   m o r e   u n i t s   o n   t h i s   b e f o r e   t h e   s e a s o n   s t a r t s   
 b o s t o n   c e l t i c s   f u t u r e b e t   n b a f u t u r e s   s p o r t s b e t t i n g   g a m b l i n g t w i t t e r   a c t i o n n e t w o r k  
b l a k e   g r i f f i n   i s   t h e   f i r s t   p l a y e r   i n   c e l t i c s   h i s t o r y   t o   w e a r   j e r s e y   n o .   9 1  
w h a t   d o   y o u   a l l   t h i n k   a b o u t   d e r r i c k   w h i t e   s t a r t i n g ?   c e l t i c s 
 
 t e l l   u s   i n     s p a c e s   
 ⏩   ⏩    
  i t ’ s   a l l   a b o u t   t h o s e   e y e s !       c e l t i c s   b l e e d g r e e n
c e l t i c s '   b l a k e   g r i f f i n :   a d m i r a t i o n   f r o m   b o s t o n   l o c k e r   r o o m   ' a   d i f f e r e n t   a t m o s p h e r e '   t h a n   i ' m   u s e d   t o   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
  a w e s o m e   t o   s e e   _ a d a m s   i n     c e l t i c s  
b l a k e   g r i f f i n ' s   n e w   j e r s e y   n u m b e r   w i t h   c e l t i c s   p a y s   t r i b u t e   t o   d e n n i s   r o d m a n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c g c   9 . 6   n e w s s t a n d   d e c e m b e r   1 4   1 9 9 2 - m a g i c   a n d   l a r r y .   d e f i n i t e l y   o n e   o f   t h e   c o o l e s t   c o v e r s   s i   e v e r   p u t   o u t .   🔥 🔥 👀   c g c m a g s   c e l t i c s   l a k e r s   n b a  
i ’ m   g o i n g   t o   h e a d   o v e r   i n   f e w .   s t o p   b y   f o r   s o m e   g o o d   c e l t i c s   t a l k .   ☘ ️  
i ’ m   g o i n g   t o   h e a d   o v e r   i n   a   f e w   c e l t i c s  
h e   g e t s   i t .   l e t ’ s   g o   c e l t i c s  
l i v e   n o w   t a l k i n g   c e l t i c s ,   b l a k e   a n d   a   l i t t l e   n e t s
🚨 t w i t t e r   s p a c e s   w /     & a m p ;   _ s w a y   r i g h t   n o w ! 
 
 🏀 c e l t i c s   v s   h o r n e t s   r e c a p 
 🏀 b l a k e   g r i f f i n   o f f i c i a l l y   s i g n s   ✍ ️ 
 🏀 c a m p   t a k e a w a y s 
 🏀 q & a m p ; a !   
 
 🗣 ️ 📲 j o i n   u s   h e r e :   
 
 ⚡ ️ b y   _ a g ,     & a m p ;    
j a y s o n   t a t u m   a n d   j o e   m a z z u l l a   h a d   a   g o o d   t i m e   o n   s u n d a y   c e l t i c s  
🚨 t w i t t e r   s p a c e s   w /     & a m p ;   _ s w a y   a t   8 : 3 0 p m   e t ! 
 
 j o i n   b o b b y   a n d   j o s u e   o f   ! 
 
 🏀 c e l t i c s   v s   h o r n e t s   r e c a p 
 🏀 b l a k e   g r i f f i n   o f f i c i a l l y   s i g n s   ✍ ️ 
 🏀 c a m p   t a k e a w a y s 
 🏀 q & a m p ; a !   
 
 j o i n   u s   h e r e :   
 
 ⚡ ️ b y   _ a g ,     & a m p ;    
t a l k i n g   c e l t i c s   o n   s p a c e s   @   8 : 3 0   w i t h   _ s w a y   a n d   y o u .   p r e s e a s o n ,   b l a k e   & a m p ;   w e ’ l l   w a t c h   s o m e   n e t s .   
 
 s t a y   t u n e d  
📣   n e w   p o d c a s t !   " e p i s o d e   1 0 2   -   b o s t o n   b a l l i n g   i t   w i t h   g a b b y   h u r l b u t "   o n     b o s t o n   b o s t o n b a l l i n g   b s 3 n e t w o r k   b s 3 t v   c e l t i c s   f o r e v e r n e   g o p a t s   i m e u d o k a   m n f   m o n d a y   n b a   n b a t w i t t e r   n f l   p a t r i o t s   p o d c a s t   p o d e r n f a m i l y   p o d n a t i o n   r e d s o x  
b l a k e g r i f f i n   w i l l   w e a r   n o   9 ⃣ 1 ⃣   i n   h o n o r   o f   d e n n i s r o d m a n ! 
 
 n b a t w i t t e r l i v e   n b a t w i t t e r   b o s t o n   c e l t i c s   b o s t o n c e l t i c s   g r i f f i n   b l e e d g r e e n   d e n n i s   r o d m a n   r o d z i l l a   w o r m  
m f i o n d u   k a b e n g e l e   h a s   t h e   q u a l i t i e s   t o   b e   a   t r u e   g a m e   c h a n g e r .   s i m i l a r   t o   h o w   r o b   w i l l i a m s   i s   w h e n   h e ’ s   o n   t h e   c o u r t   b u t   i n   a   d i f f e r e n t   w a y .   h e   c a n   s h o o t ,   s c o r e ,   a n d   d e f e n d .   d i v e s   o n   t h e   f l o o r   f o r   a   l o s e   b a l l   i n   p r e s e a s o n .   k a b   w a n t s   t o   w i n   e v e r y   m i n u t e   h e ’ s   o u t   t h e r e   c e l t i c s
l u k e   k o r n e t   d o i n g   s o m e   r e h a b   w o r k   o n   h i s   l e f t   a n k l e .   i ’ d   l i k e   t o   t h i n k   h e ’ l l   b e   a v a i l a b l e   f o r   t h e   s t a r t   o f   t h e   r e g u l a r   s e a s o n ,   b u t   o n l y   t i m e   w i l l   t e l l   c e l t i c s  
b l a k e   g r i f f i n   o n   w h a t   s h o c k e d   h i m   a b o u t   t h e   c e l t i c s   - -   " i t ' s   a   d i f f e r e n t   a t m o s p h e r e   t h a n   i ' m   s o r t   o f   u s e d   t o ,   i n   a   g o o d   w a y .   p r a c t i c e   w a s   f o c u s e d ,   v e r y   e n c o u r a g i n g ,   a n d   h e l p f u l . "   👀 
 

t h e   c e l t i c s '   l u c k   m i g h t   b e   c h a n g i n g . . . 
 
 
 
 c l i c k   t h e   l i n k   f o r   m o r e   o n   t h e   t e a m .   d r o p   y o u r   c e l t i c s   p r e d i c t i o n s   i n   t h e   r e p l i e s . 
 
 s p o r t s   n b a   b a s k e t b a l l   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
  t h e r e   h e   i s   💪 .   e m b r a c i n g   b o s t o n   a n d   t h e   o p p o r t u n i t y   w i t h   t h e   c e l t i c s
  t h e   y e a r   h e   e n t e r e d   t h e   l e a g u e ?   🤣 🤣   w e l c o m e   t o   c e l t i c s   ! ! ☘ ️ ☘ ️
m a l c o l m   b r o g d o n   s h a r e s   i n i t i a l   i m p r e s s i o n s   f o l l o w i n g   f i r s t   g a m e   w i t h   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  t h e   o n l y   9 1   i   r e m e m b e r .     t h e   o t h e r   t h i n g . . . c e l t i c s   h a v e   r e t i r e d   a   l o t   o f   n u m b e r s   i n   f r a n c h i s e   h i s t o r y .     p l u s . . . y o u ' l l   n o t i c e   6   o n   b o t h   e n d s   o f   t h e   c e l t i c s   t r a d e m a r k   p a r q u e t   f l o o r   i n   h o m a g e   o f   b i l l   r u s s e l l   t h i s   s e a s o n .  
t h a t   t i m e   o f   y e a r .   c e l t i c s   h a v e   a   4 t h   y e a r   o p t i o n   o n   p a y t o n   p r i t c h a r d   t h e y ’ l l   a l m o s t   c e r t a i n l y   p i c k   u p   f o r   2 3 - 2 4   ( $ 4 . 0 m ) .  
m a r c u s   s m a r t   o n   u d o k a   s i t u a t i o n :   w e   d o n ' t   k n o w   a n y t h i n g ,   i t ' s   n o t   m y   b u s i n e s s   a n d   i   d o n ' t   w a n t   i t   t o   b e   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   o n   u d o k a   s i t u a t i o n :   w e   d o n ' t   k n o w   a n y t h i n g ,   i t ' s   n o t   m y   b u s i n e s s   a n d   i   d o n ' t   w a n t   i t   t o   b e   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s m a r t   s h r u g g e d   a n d   o f f e r e d   h a l f   a   l a u g h   w h e n   i t   w a s   s u g g e s t e d   i t   m i g h t   b e   a   l i t t l e   h a r d   t h a t   b a r n e s   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
o n   m o n d a y   m o r n i n g ,   1 5   d a y s   b e f o r e   t h e   s e a s o n - o p e n e r ,   g r i f f i n   o f f i c i a l l y   s i g n e d   w i t h   t h e   b o s t o n   c e l t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r i f f i n   e x p e r i e n c e d   t h e   w r a t h   o f   t h a t   y o u n g   c o r e   l a s t   s p r i n g   w h e n   h e   a n d   t h e   b r o o k l y n   n e t s   w e r e   s w e p …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   c i t e s   n b a   l e g e n d   a s   r e a s o n   f o r   u n i q u e   c e l t i c s   n u m b e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   j o i n s   ‘ w e l c o m i n g ’   c e l t i c s   l o o k i n g   t o   s e i z e   o p p o r t u n i t y   h e   c o u l d n ’ t   p a s s   u p   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
b l a k e   g r i f f i n   e m b r a c e s   b e n c h   r o l e   w i t h   c e l t i c s ,   w a n t s   t o   ‘ h e l p   t h i s   t e a m   w i n   a   c h a m p i o n s h i p ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   d i s c u s s e s   n e w   r o l e   w i t h   c e l t i c s ,   h i s   j o u r n e y   t o   b o s t o n ,   a n d   p l a y i n g   j o e   m a z z u l l a   i n   c o l l e g e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   t o   m e   o n   c e l t i c s :   “ i t ’ s   a   d i f f e r e n t   a t m o s p h e r e   t h a t   i ’ m   s o r t   o f   u s e d   t o ,   i n   a   g o o d   w a y .   p r a c t i c e   w a s   f o c u s e d ,   v e r y   e n c o u r a g i n g   a n d   h e l p f u l .   y o u   d o n ’ t   t a k e   t h a t   f o r   g r a n t e d ,   b e c a u s e   i t ’ s   n o t   a l w a y s   t h e   c a s e   e v e r y w h e r e   y o u   g o . ” 
 
 f u l l   i n t e r v i e w   t o d a y :    
b o s t o n   c e l t i c s :   i m e   u d o k a   ‘ m a y   n e v e r   a g a i n   b e   a   h e a d   c o a c h   i n   t h e   n b a ’   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m y   1   t a k e   f r o m   m y   c e l t i c s   p r e s e a s o n   g a m e :   j a y s o n   t a t u m ' s   h a i r   i s   b r o w n . . .
c e l t i c s   n o t e b o o k :   g r i f f i n   r e a d y   t o   p l a y   a n y   r o l e   n e c e s s a r y   f o r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
i o n a   p r e p   g r a d   m a t t   r y a n   i n   l a k e r s   c a m p     a r c h n y   c h s a a _ n y c   i o n a p r e p   l a k e r s   c e l t i c s   n b a   n o t r e d a m e
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
.   p u t t i n g   i n   w o r k   w i t h     a t   p r a c t i c e   t o d a y   👀 
 
 c e l t i c s  
( 2 n d   o c t o b e r   2 0 2 2 )   n b a   p r e s e a s o n   b e s t   p l a y s . 
 f u l l   v i d e o   l i n k :   
 
 
 n b a   n b a 2 k 2 3   n b a j a p a n g a m e s 2 0 2 2   3 6 e r s   b o s t o n c e l t i c s   c e l t i c s   h o r n e t s   l a m e l o b a l l   c r a i g r a n d a l l   r a n d a l l  
i m a g i n e   i f   t h i s   h a p p e n e d   👀   c e l t i c s  
i   w r o t e   t h i s   i n   j u l y .   t h i n g s   t a k e   a   t i m e   t o   u n f o l d   👀   c e l t i c s   

h o w   g o o d   w a s   b o b   c o u s y ?   t h e   f a l s e   m e d i a   n a r r a t i v e s   v e r s u s   t h e   r e a l i t y .   h e r e ’ s   w h a t   j . j .   r e d i c k   w i l l   n e v e r   t e l l   y o u   ☘ ️ 🔥   c e l t i c s   b o s t o n   n b a   
 
 🏀    
w i l d e s t   t h i n g   t h e   c e l t i c s   b r o a d c a s t   d i d ! 😂   
   c e l t i c s   b r o a d c a s t   m a s s a c h u s e t t s  
b l a k e   g r i f f i n   a d m i t s   h e   w a s   p l e a s a n t l y   s u r p r i s e d   w i t h   h o w   w e l c o m e   h e   f e e l s   w i t h   t h e   c e l t i c s .   i   t h i n k   i t ’ s   f a i r   t o   s a y   h e ’ s   e x c i t e d   t o   b e   h e r e  
b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d s   c e l t i c s   p a s t   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h y   b l a k e   g r i f f i n   w a s   ' s u r p r i s e d '   b y   c e l t i c s '   l o c k e r   r o o m   a t m o s p h e r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   e x p l a i n s   w h y   h e   s i g n e d   w i t h   c e l t i c s   d u r i n g   l e n g t h y   f r e e   a g e n c y   p r o c e s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
    “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
" i   t h i n k   h e ' l l   f i t   r i g h t   i n . " 
 
 j o e   m a z z u l l a   t a l k s   a b o u t   t h e   a d d i t i o n   o f   b l a k e   g r i f f i n   t o   t h e   c e l t i c s  
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
    “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
b o s t o n   c e l t i c s   o p e n   t h e i r   p r e s e a s o n   w i t h   a   s t a t e m e n t   w i n   o v e r   h o r n e t s   |   . . .     v i a     
 
 n b a t w i t t e r   b o s t o n c e l t i c s   c e l t i c s   c e l t i c s w i n
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
t h i s   i s   b l a k e   g r i f f i n 
 t h i s   i s   r o y a l t y 
 c e l t i c s   c h i l d i s h g a m b i n o   g o i n g a l l t h e w a y   f i n a l s
" i t ' s   a   d i f f e r e n t   a t m o s p h e r e   t h a n   i ' m   u s e d   t o .   i n   a   g o o d   w a y . " 
 
 b l a k e   g r i f f i n   t a l k s   " w e l c o m i n g "   a t m o s p h e r e   w i t h   t h e   c e l t i c s   a f t e r   h i s   f i r s t   p r a c t i c e   i n   b o s t o n ,   a n d   h i s   f i r s t   i m p r e s s i o n s   o f   j o e   m a z z u l l a   a s   a   h e a d   c o a c h   ☘ ️  
f i n a l l y   g o t   a   c h a n c e   t o   g o   t o   b o s t o n   m i d   n o v e m b e r   a n d   i   f i n d   o u t   t h e   c e l t i c s   a r e n ' t   i n   t o w n   😒   a n y   b o s t o n i a n s   h a v e   a n y   s u g g e s t i o n s   f o r   m u s t   s e e ,   v i s i t ,   o r   e a t   w h i l e   i ' m   t h e r e ?
b o s t o n   c e l t i c s :   r e c e n t   6 x   a l l - s t a r   s i g n i n g   n o t   e x p e c t e d   t o   s t a r t   f o r   c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a s k e d   b l a k e   g r i f f i n   a b o u t   c o n v e r s a t i o n s   a n d   e a r l y   i m p r e s s i o n s   w i t h   h i s   c e l t i c s   t e a m m …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i ' m   s t i l l   c o n f u s e d   a b o u t   h o w   p e o p l e   t h i n k     i s n ' t   t h e   b e s t   p l a y e r   o n   t h e   c e l t i c s   🧐 🧐
b l a k e   g r i f f i n   w i l l   w e a r   n o .   9 1   f o r   t h e   c e l t i c s ,   a s   a   s a l u t e   t o   d e n n i s   r o d m a n .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   w i l l   b e   t h e   f i r s t   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   t o   w e a r   9 1 .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s :   c e l t i c s   s i g n   g r i f f i n 

p o i n t s   o n   t h e   b o a r d   –   n b a   o f f - s e a s o n   d r a m a 
 
 d e n n i s   v e l a s c o   j o i n s   b i g   j o h n   t o   d i s c u s s   i m e   u d o k a   a n d   r o b e r t   s a r v e r ,   a s   w e l l   a s   t h e   r o l e   o f   c o a c h e s   i n   p l a y e r s '   l i v e s . 
 
 s p o r t s a n d p o l i t i c s   f a n t a s y b a s k e t b a l l   n b a   d f s   c e l t i c s   s u n s 
 
  
b l a k e   g r i f f i n   g i v i n g   m e     v i b e s   i n   c e l t i c s   g r e e n  
a l s o   n o t   s u r e   w h a t   t h e   o u t t a   s h a p e   s t u f f   i s   a b o u t . . i   k n o w   d i f f e r e n c e   b e t w e e n   g a m e   s h a p e . a n d   o f f - s e a s o n . . b u t   b l a k e   l o o k s   a s   g o o d   a s   e v e r !   n b a   c e l t i c s
b l a k e   g r i f f i n   r e v e a l s   c e l t i c s   j e r s e y   n u m b e r ,   a n d   h i s   r e a s o n   i s   f a n t a s t i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a i l b a g :   t e a m m a t e s   t h i n k   s a m   h a u s e r   c o u l d   s u r p r i s e   t h i s   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a m a z i n g   c e l t i c s   t a t u m  
w e l c o m e   a b o a r d   b l a k e   g r i f f i n . . .   f i n a l l y   m a d e   i t   t o   t h e   g r e a t   s i d e !   c e l t i c s  
b l a k e   g r i f f i n   s h a r e s   h i s   i n i t i a l   i m p r e s s i o n s   o f   n e w   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a 
 
 g r i f f i n   a l s o   m a d e   i t   a   p o i n t   t o   r e m i n d   h i s   h e a d   c o a c h   a b o u t   w h a t   h a p p e n e d   w h e n   t h e   t w o   s q u a r e d   o f f   a t   t h e   c o l l e g i a t e   l e v e l ,   p l a y i n g   f o r   o k l a h o m a   a n d   w v u ,   r e s p e c t i v e l y . 

t h a t ’ s   a c t u a l l y   t o u g h .   i   l o v e   i t !   c e l t i c s  
l i v e   g a r d e n   r e p o r t :   c e l t i c s   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s p o s t g a m e s h o w   c h a r l o t t e h o r n e t s   c l n s   c l n s c e l t i c s p o s t g a m e   c l n s m e d i a   c l n s p o s t g a m e  
n e w :   b l a k e   g r i f f i n   h a s   b e e n   t a k e n   a b a c k   b y   t h e   w e l c o m i n g   a t m o s p h e r e   a f t e r   s i g n i n g   w i t h   t h e   c e l t i c s   " i t ' s   n o t   a l w a y s   t h e   c a s e   e v e r y w h e r e   y o u   g o . "    
" t h i s   w a s   t h e   k i n d   o f   o p p o r t u n i t y   y o u   c o u l d n ' t   p a s s   u p . " 
 
 b l a k e   g r i f f i n   t a l k s   a b o u t   h i s   d e c i s i o n   t o   s i g n   w i t h   t h e   c e l t i c s   
 
 p r e s e n t e d   b y   y o u r   n e w   e n g l a n d   f o r d   d e a l e r s  
c e l t i c s   n e w s :   t e a m   w i l l   l e t   i m e   u d o k a   p u r s u e   n e w   c o a c h i n g   j o b s 
 
 s o u n d s   l i k e   t h e   t e a m   w o u l d   b e   o k a y   w i t h   r i d d i n g   t h e m s e l v e s   c o m p l e t e l y   o f   u d o k a ?   
 
 d o e s   t h a t   m e a n   t h e y   d o n ' t   t h i n k   m u c h   o f   h i s   r u n   l a s t   s e a s o n ? 
 
 n b a   f a n t a s y b a s k e t b a l l   d f s 
 
  
a   s e l f - a w a r e   b l a k e   g r i f f i n   s a y s   h e   w a n t s   t o   ' f i l l   t h e   g a p s '   t o   h e l p   t h e   c e l t i c s   c h a m p i o n s h i p   p u r s u i t 

g r i f f i n   c h o s e   n u m b e r   9 1   i n   h o n o r   o f   d e n n i s   r o d m a n .   c e l t i c s  
b o s t o n   h a s   a   ‘ d i f f e r e n t   a t m o s p h e r e   t h a n   i ’ m   u s e d   t o , ’   s a y s   n e w e s t   c e l t i c   b l a k e   g r i f f i n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   i s   s o   e x c i t e d   t o   b e   o n   t h e   c e l t i c s   t h a t   h e   f u m b l e d   h i s   w o r d s   a n d   e v e n   m a d e   u p   a   w o r d   d u r i n g   h i s   f i r s t   i n t e r v i e w   w i t h   t h e   m e d i a   a t   c e l t i c s   p r a c t i c e .   l o v e   t o   s e e   i t .
b o s t o n   h a s   a   ' d i f f e r e n t   a t m o s p h e r e   t h a n   i ’ m   u s e d   t o , '   s a y s   n e w e s t   c e l t i c   b l a k e   g r i f f i n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   s i g n   b l a k e   g r i f f i n   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
t h e   c e l t i c s   l o o k e d   t o   i m p r o v e   t h e i r   d e p t h   w i t h   t h e   r e c e n t   s i g n i n g   o f   b l a k e   g r i f f i n ,   a n d   t h i s   s t a t   c o u l d   b e   a   m a j o r   r e a s o n   w h y   t h e   v e t e r a n   f o r w a r d   w a s   b r o u g h t   i n t o   b o s t o n . 
 
   |   n b a   |    
b l a k e   g r i f f i n   i m p r e s s e d   w i t h   c e l t i c s   m a t u r i t y ,   r e a d y   t o   p l a y   w h a t e v e r   r o l e   t e a m   n e e d s   h i m   t o   f i l l  
c e l t i c s   p l a y e r s   k n o w   f e w   d e t a i l s   a b o u t   i m e   u d o k a ’ s   s i t u a t i o n   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
n e w :   b l a k e   g r i f f i n   s a i d   h e   d i d   n o t   e x p e c t   t o   s i g n   w i t h   a n   n b a   t e a m   u n t i l   a f t e r   t r a i n i n g   c a m p .   t h i n g s   c h a n g e d   h o w e v e r   w h e n   t h e   c e l t i c s   c a m e   k n o c k i n g   f o r   t h e   s e c o n d   t i m e   i n   t h r e e   y e a r s  
n e w   e p i s o d e   🚨 🚨 
 
 a p p l e : 
 s p o t i f y : 
 
 🏈 :   p a t r i o t s   s h o w   h e a r t   i n   g b 
 🏀 :   c e l t i c s   p r e s e a s o n   b l o w o u t ,   g r i f f i n   s i g n s   o n 
 🏒 :   n h l b r u i n s   w i t h   p l e n t y   o f   o p t i o n s
a s k e d   b l a k e   g r i f f i n   a b o u t   c o n v e r s a t i o n s   a n d   e a r l y   i m p r e s s i o n s   w i t h   h i s   c e l t i c s   t e a m m a t e s ,   a n d   h e   s a i d   t h e r e ' s   a   g r e a t   m a t u r i t y   i n   t h i s   r o o m .   i t ' s   d i f f e r e n t   t h a n   w h a t   h e ' s   u s e d   t o ,   h e   s a i d .
b l a k e   g r i f f i n   w i l l   w e a r   9 1   w i t h   t h e   c e l t i c s ,   a s   a   t r i b u t e   t o   d e n n i s   r o d m a n .
b l a k e   g r i f f i n   ( )   w i l l   w e a r   n o .   9 1   f o r   t h e   c e l t i c s .   n u m b e r   n e v e r   w o r n   i n   f r a n c h i s e   h i s t o r y .   n b a  
b l a k e   g r i f f i n   w i l l   w e a r   n o .   9 1   f o r   t h e   c e l t i c s ,   a s   a   s a l u t e   t o   d e n n i s   r o d m a n .
b l a k e   g r i f f i n   d o e s n ’ t   l o o k   t o o   b a d   i n   g r e e n   🍀   c e l t i c s  
g o i n g   t o   t a k e   s o m e   t i m e   g e t t i n g   u s e d   t o   t h i s .   c e l t i c s  
5   g a m e s   s e p a r a t e d   t h e   t o p   5   e a s t e r n   c o n f e r e n c e   t e a m s   l a s t   s e a s o n 
 1 -   h e a t     ( 5 3 - 2 9 ) 
 2 -   c e l t i c s     ( 5 1 - 3 1 ) 
 3 -   b u c k s     ( 5 1 - 3 1 ) 
 4 -   7 6 e r s     ( 5 1 - 3 1 ) 
 5 -   r a p t o r s     ( 4 8 - 3 4 ) 
 b u l l s   ( 4 6 - 3 6 )   h a d   a   t o n   o f   i n j u r i e s   
 n e t s   ( 4 4 - 3 8 )   w i l l   a d d   b e n   s i m m o n s 
 h a w k s   ( 4 3 - 3 9 )   h a v e   a d d e d   d .   m u r r a y   
 n b a
w h a t   d o e s   t h e   b o s t o n   c e l t i c s ’   1 3 4 - 9 3   p r e s e a s o n   b l o w o u t   o f   t h e   c h a r l o t t e   h o r n e t s   t e l l   u s   a b o u t   t h e   s e a s o n   t o   c o m e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r i f f i n   o n   c e l t i c s   a t m o s p h e r e :   “ t h e   a m o u n t   o f   m a t u r i t y   a n d   w e l c o m i n g .   i t ’ s   a   d i f f e r e n t   a t m o s p h e r e   t h a t   i ’ m   s o r t   o f   u s e d   t o ,   i n   a   g o o d   w a y .   p r a c t i c e   w a s   f o c u s e d ,   v e r y   e n c o u r a g i n g   a n d   h e l p f u l .   y o u   d o n ’ t   t a k e   t h a t   f o r   g r a n t e d   b e c a u s e   i t ’ s   n o t   a l w a y s   t h e   c a s e   e v e r y w h e r e   y o u   g o ”
e a s t e r n   c o n f e r e n c e   p o w e r   r a n k i n g s : 
 1 -   b u c k s 
 2 -   c e l t i c s 
 3 -   7 6 e r s   
 4 -   c a v a l i e r s   
 5 -   n e t s   
 6 -   h e a t   
 7 -   r a p t o r s   
 8 -   b u l l s 
 9 -   h a w k s   
 1 0 -   h o r n e t s   
 1 1 -   p i s t o n s   
 1 2 -   k n i c k s   
 1 3 -   w i z a r d s   
 1 4 -   p a c e r s   
 1 5 -   m a g i c 
 n b a   n b a p r e s e a s o n
c e l t i c s   m a k e   b l a k e   g r i f f i n   s i g n i n g   o f f i c i a l   v i a   p r e s s   r e l e a s e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   r e v e a l s   h e   w a s   s e c r e t l y   l i s t e n i n g   o n   t h e   p h o n e   w h e n   a n   n b a   g m   w a s   t a l k i n g   a b o u t   h i m   b e f o r e   t h e   2 0 1 6   n b a   d r a f t :   " w e ' r e   w o r r i e d   t h a t   h e   i s   j u s t   t o o   s m a r t . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
i   a l s o   a s k e d   h i m   h i s   i n i t i a l   i m p r e s s i o n s   o f   j o e   m a z z u l l a   a s   a   h e a d   c o a c h . 
 
 g r i f f i n :   “ v e r y ,   v e r y   r e a d y . ”   h e   b r o u g h t   u p   h o w   d e t a i l   o r i e n t e d   m a z z u l l a   i s .   c e l t i c s
b l a k e   g r i f f i n   s a y s   h e ’ s   r e a d y   f o r   a n y   r o l e   t h e   t e a m   n e e d s   h i m   t o   f i l l   a n d   p h y s i c a l l y ,   h e ’ s   p r e p a r e d   f o r   a   h e a v i e r   w o r k l o a d   w h i l e   r o b   w i l l i a m s   i s   o u t ,   i f   t h a t ’ s   t h e   d i r e c t i o n   t h e   c e l t i c s   w a n t   t o   g o .
v e r s a t i l i t y   o n   d i s p l a y   i n   v i c t o r y   o v e r   t h e   c h a r l o t t e   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h a t   d o e s   t h e   b o s t o n   c e l t i c s '   1 3 4 - 9 3   p r e s e a s o n   b l o w o u t   o f   t h e   c h a r l o t t e   h o r n e t s   t e l l   u s   a b o u t   t h e   s e a s o n   t o   c o m e ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   m a k e   b l a k e   g r i f f i n   s i g n i n g   o f f i c i a l   v i a   p r e s s   r e l e a s e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   h a s   a r r i v e d ! 
 
 c e l t i c s 
 
 ( 📸   )  
t h e   b o s t o n   c e l t i c s   r e v e a l   a   n e w   a n d   i m p r o v e d   c o u r t   d e s i g n 🔥 🔥 🔥   c e l t i c s   n b a   n b a t w i t t e r     b i l l r u s s e l l  
b l a k e   i n   g r e e n .   c e l t i c s  
j a y l e n   b r o w n   a n d   m f i o n d u   k a b e n g e l e   w o r k i n g   p i c k - a n d - r o l l   f o l l o w i n g   c e l t i c s   p r a c t i c e  
j a y l e n   b r o w n   i s   g o n n a   t a k e   o v e r   t h i s   c e l t i c s   s q u a d   t h i s   y e a r .   h i s   1 s t   g a m e   o u t   t h e   g a t e   s h o w s   h e   r e a d y ! 
  
a n a l y s t :   ‘ b o s t o n   c e l t i c s   l o o k   l i k e   p o s t - j a n u a r y   c s   u n d e r   j o e   m a z z u l l a ’   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
g e t   r e a s y   f a s t .     b i t c o i n   c r y p t o   r e d s o x   c e l t i c s   n u g g e t s   c u b s   4 9 e r s   w a r r i o r s   d o d g e r s   y a n k e e s   m e t s   g i a n t s   m a r i n e r s   t w i n s   t i g e r s   b r e w e r s   g r e e n b a y p a c k e r s   m e s s i   r o n a l d o   m a n c h e s t e r u n i t e d   m a n c h e s t e r c i t y   l e e d s u n i t e d   b a r c e l o n a   t r u m p
w e l c o m e   t o   b o s t o n ,     g r i f f i n   ☘ ️   📝   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  h e   w a s   g o o d   a t   o n e   t i m e   b u t   h e ’ s   b e e n   o n   s o   m a n y   t e a m s   . .   j u s t   n o t   s u r e   w h a t   h e ’ s   g o t   l e f t ! !     b u t . .   w e   a b o u t   t o   s e e .   😆 💚 💚 💚     c e l t i c s
m a r c u s   s m a r t :   ' w e   d o n ' t   k n o w   a n y t h i n g '   a b o u t   i m e   u d o k a   s i t u a t i o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
p a u l   p i e r c e   a l m o s t   l e f t   t h e   b o s t o n   c e l t i c s   t o   t e a m   u p   w i t h   d i r k   n o w i t z k i   j u s t   o n e   y e a r   b e f o r e   t h e y   w o n   t h e   c h a m p i o n s h i p :   " i ' m   y o u r   m i s s i n g   p i e c e . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c e l t i c s   h a v e   h a d   n i a   l o n g ,   k h l o e   k a r d a s h i a n   a n d   l a n a   r h o a d e s ’   b a b y   d a d d i e s   a l l   i n   t h e   l a s t   2   y e a r s
b l a k e g r i f f i n   t o   t h e   c e l t i c s  
n b a   r o u n d u p :   b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d s   c e l t i c s   p a s t   h o r n e t s 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

n o t   b o s t o n   c e l t i c s   a n d   b r o o k l y n   n e t s   t r a d i n g   a l l   t h e s e   p l a y e r s   a n d   s t a f f   b a c k   a n d   f o r t h   l o l .
r e s t   i n   p e a c e   b i l l   r u s s e l l   -     n b a   n b a f i n a l s   n b a f i n a l s m v p   j e r r y w e s t   l e b r o n j a m e s   l a r r y b i r d   c e l t i c s   b o s t o n   b o s t o n c e l t i c s     b l a c k n e w s   b l a c k p o l i t i c s   b l a c k m e d i a   b l a c k v i e w s
b o y   t h e y   o n   b l a k e   g r i f f i n   a s s   a l r e a d y   😂   c e l t i c s
t h e   c e l t i c s   h a v e   o f f i c i a l l y   s i g n e d   b l a k e   g r i f f i n .   e n   r o u t e   t o   p r a c t i c e   w h e r e   h e   s h o u l d   b e   a v a i l a b l e   f o r   t h e   f i r s t   t i m e .   c o v e r a g e  
c e l t i c s   m a i l b a g :   t e a m m a t e s   t h i n k   s a m   h a u s e r   c o u l d   s u r p r i s e   t h i s   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t w o   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ’ s   2 0   g r e a t e s t   p o w e r   f o r w a r d   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   i s   a   h u g e   m f i o n d u   k a b e n g e l e   g u y   c e l t i c s   🍀   

e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 6   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l a r r y   b i r d .   t h r e e   c o n s e c u t i v e   m v p s .   c e l t i c s    
i t ’ s   t i m e   t o   r i n g   c h a s e   i n   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t a c o j a y _ s u p e r s t a r 🏀 🔥 
 
 🔸 f l o o r   p r i c e   0 , 0 4   $ e t h 
 🔸 p o l y g o n   n e t w o r k 
 🔸 b a s k e t t a r i   n f t   c o l l e c t i o n   a v a i l a b l e   o n   o p e n s e a   
 
 n f t s   n f t c o m m u n i t y   n f t c o l l e c t i o n   n f t d r o p   n f t g i v e a w a y   p f p   b a s k e t b a l l   n b a t w i t t e r   j a y s o n t a t u m   b o s t o n c e l t i c s   c e l t i c s   c e l t i c s n a t i o n 
 

c e l t i c s   l i n e u p   i s   q u i t e   a n   u p g r a d e   f r o m   p a s t   s e a s o n ,   w i t h   t h e   d e p t h   a n d   c h e m i s t r y   b e i n g   m o s t   i m p r e s s i v e .   w e   a r e   i n   f o r   a   s p e c i a l   s e a s o n .   b a n n e r 1 8
h o w   i   f e e l   a f t e r   o u r   f i r s t   p r e s e a s o n   g a m e   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
s p o r t s   d i g e s t :   b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d   c e l t i c s   p a s t   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i c y m i ,   a   d e e p   d i v e   i n t o   w h a t   s t o o d   o u t   f r o m   t h e   c e l t i c s   d r u b b i n g   o f   t h e   h o r n e t s   i n   t h e i r   p r e s e a s o n   o p e n e r . 

c e l t i c s   d i v e 
 g u a r d s -   s m a r t & g t ; w h i t e & g t ; b r o g d o n & g t ; p r i t c h a r d   ( y e s   h e   i s   p a r t   o f   t h e   r o t a t i o n ) 
 w i n g s -   b r o w n   a n d   t a t u m   s e t   i n   s t o n e 
 b i g s -   a l   h o r f o r d & g t ; g r a n t   w i l l i a m s & g t ; b l a k e   g r i f f i n 
 c e l t i c s t a l k   b o s t o n c e l t i c s   c e l t i c s
h o w   m u c h   d i d   j a y l e n   b r o w n ' s   f i t   s e t   h i m   b a c k ?   
 
 c e l t i c s   🏀 
 b o s t o n c e l t i c s   🏟 
 n b a   n b a t w i t t e r   
 

o n   t h e   l a t e s t   e p i s o d e   o f   " i s s u e s   & a m p ;   a n s w e r s " ,   w e   d i s c u s s e d : 
 
 -   t h e   l a t e s t   s c a n d a l s   o f   c e l t i c s   c o a c h   i m e   u d o k a   & a m p ;   n f l   l e g e n d   b r e t t   f a v r e 
 -   a   s p i r i t e d   d i s c u s s i o n   o n   t h e w o m a n k i n g   c o n t r o v e r s y 
 -   a   t r i b u t e   t o   j a z z   l e g e n d   p h a r o a h   s a n d e r s   & a m p ;   h i p h o p   l e g e n d   c o o l i o 

h a p p y   b i r t h d a y   t o   t h e   r o o k     ! !   y o u   s h o w e d   s o m e   g o o d   f l a s h e s   i n   t h a t   f i r s t   p r e - s e a s o n   g a m e ! ! 
 ☘ ️ 🏀   c e l t i c s
v o n l e h   h a d   9   b o a r d s   y e s t e r d a y   i n   1 3   m i n u t e s   f o r   t h e   c e l t i c s . .   i   l i k e   i t  
c o n v e r t   m f i o n d u   k a b e n g e l e   t o   t h e   1 5 - m a n   r o s t e r   a n d   g i v e   t h e   a v a i l a b l e   t w o - w a y   t o   l u k a   s a m a n i c   c e l t i c s   

t w o   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ' s   2 0   g r e a t e s t   p o w e r   f o r w a r d   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j o e   m a z z u l l a   i s   t h e y   t y p e   o f   c o a c h   p l a y e r s   w a n t   t o   p l a y   f o r   🗣 ️ 
 
 w v u   h a i l w v   c e l t i c s  
⚽ | n e w   c e l t i c s   v e r t   2 0 2 2   t a t u m   0 ⃣ 
 a u   p r i x   f o u   d e   2 1 € 
 🛒 
 
 t a t u m  
i n   o t h e r   n e w s ,   m e t s   n o w   + 7 0 0   t o   w i n   w o r l d   s e r i e s   a f t e r   l o s t   w e e k e n d   i n   a t l a n t a .   g i a n t s   1 1 0 - 1   t o   w i n   s u p e r   b o w l   d e s p i t e   y e s t e r d a y ' s   w i n .   c e l t i c s   s t i l l   f a v o r e d   t o   w i n   n b a   t i t l e   d e s p i t e   u d o k a   s c a n d a l .   w a r r i o r s   + 7 0 0   t o   r e p e a t   a s   n b a   c h a m p s   a s   l e g a l i z e d   g a m b l i n g   n e a r s   r e f e r e n d u m
b r o g d o n :   t h e r e ’ s   d e f i n i t e l y   f r e e d o m 
 i n   m y   m i n d   o f   n o t   h a v i n g   t o   b e   t h e   g u y   t h a t ’ s   s c o r i n g   a l l   t h e   p o i n t s .   i   d o n ’ t   h a v e   t h e   b e s t   d e f e n d e r   . . .   o n   m e 
 w h e n   i ’ m   i n   t h e   g a m e   m o s t   o f   t h e   t i m e   n o w   p l a y i n g   o n 
 t h i s   t e a m .   s o   i t   o p e n s   m e   u p   t o   g e t   d o w n h i l l   t o 
 c r e a t e   f o r   e v e r y b o d y .   c e l t i c s  
s u r e .   j o r d a n   h a d   6 3 .   c e l t i c s   w o n .   t h e   r e a l   h e r o e s   t h a t   d a y ?   d a n n y   a i n g e   a n d   j e r r y   s i c h t i n g !   c e l t i c s    
h e y   c o u r t n e y   l e e ,   p a u l   p i e r c e   a n d   t h e   f e l l a s   w a n n a   w i s h   y o u   a   h a p p y   b i r t h d a y !   c e l t i c s 
 
  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 6   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 ;   n b a   s t a n d i n g s   2 0 2 2 ;   n b a   g a m e   t o d a y ;   n b a   s t a n d i n g s   t o d a y 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   h o r n e t s   c e l t i c s   j a z z   r a p t o r s   s p u r s   r o c k e t s   3 6 e r s   s u n s
n o w   i   k n o w   t h e   g a m e   w a s   l a s t   n i g h t   b u t   w e   t o o k   t h a t   d u b   🥳 🥳   c a n ’ t   w a i t   f o r   t h e   a c t u a l   s e a s o n   b u t   p r e s e a s o n   d u b   i s   a m a z i n g   💚   c e l t i c s
t h e r e ' s   d e f i n i t e l y   a   f r e e d o m   i n   m y   m i n d   o f   n o t   h a v i n g   t o   b e   t h e   g u y   t h a t ' s   s c …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h e n   i   l e f t   t h e   g a r d e n   y e s t e r d a y ,   i   w a s   a p p r o a c h e d   b y   a   w o m a n   w h o   f r a n t i c a l l y   a s k e d   m e   i f   b l a k e   g r i f f i n   p l a y e d   i n   t h e   g a m e   o r   n o t .   i   g a v e   h e r   a   q u i c k   “ n o .   p e r h a p s   i n   t h e   n e x t   g a m e   t h o u g h . ”   a n d   e v e r   s i n c e   t h a t   m o m e n t   i   c a n ’ t   h e l p   b u t   w o n d e r   w h o   t h i s   w o m a n   i s   t o   g r i f f i n   c e l t i c s
h o w   m u c h   d i d   j a y l e n   b r o w n ’ s   f i t   s e t   h i m   b a c k ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   m u c h   d i d   j a y l e n   b r o w n ' s   f i t   s e t   h i m   b a c k ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   w h y   h a v e n ’ t   t h a t   w o m a n   b e e n   s u s p e n d e d   🙄 🤦 🏾 ‍ ♂ ️
t h i s   i s   h o w   i   s e e   t h e   c e l t i c s   r o s t e r   a s   o f   t o d a y .   2   o p e n   s p o t s   o n   t h e   r o s t e r .   b e f o r e   r o b ’ s   s u r g e r y   i   f e l t   c o n f i d e n t   t h a t   b o s   w o u l d   k e e p   o n e   r o s t e r   s p o t   o p e n .   n o w   i ’ m   n o t   s u r e — m a y b e   t h a t   k e e p s   v o n l e h   a r o u n d .   j a c k s o n   a n d   l a y m a n   a r e   p r o b a b l y   f i g h t i n g   f o r   t h e   o t h e r   w i n g   s p o t .  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 5   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
u p   n e x t !   n b a   2 k   r e a l i s t i c   r e t r o   g a m e p l a y !   d e r r i c k   r o s e   v s   p a u l   p i e r c e !   b u l l s   v s   c e l t i c s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   7 ,   2 0 2 2   6 : 0 0   p m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   c h i c a g o b u l l s   d e r r i c k r o s e   b o s t o n c e l t i c s   b u l l s v s c e l t i c s   c e l t i c s   b u l l s   p a u l p i e r c e  
h a p p y   b i r t h d a y   t o   a   b a m a   l e g e n d   j d   d a v i s o n   .   i   h o p e   y o u   h a v e   a   g r e a t   d a y   t o d a y .   e v e r y o n e   h e l p   m e   i n   w i s h i n g   h i m   a   v e r y   h a p p y   b i r t h d a y   🎉 🎉 🎉 🎉 🎉   r o l l t i d e   r t r   a l a b a m a   b a m a   b u i l t b y b a m a   w h e r e l e g e n d s a r e m a d e   b a m a f a c t o r   b a m a b o y z   l i k e n o o t h e r   c e l t i c s   🎉 🎉 🎉 🎉 🎉  
  n b a   2 2 7 ' s   y o u t u b e   c h i l i '   m i a m i   c h i l i '   h e a t   h e a t t w i t t e r     s p i c y '     s p i c y '   n b a   m i x !   v s   b o s t o n   c e l t i c s   m a t c h   m i a m i   c e l t i c s    
o n   t h i s   d a y :   c e l t i c s   t r a d e   f o r   j e r r y   s i c h t i n g ;   c o u r t n e y   l e e   b o r n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
⚽ | n e w   c e l t i c s   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   d i n g u e   d e   2 1 € 
 🛒 
 
 2 0 2 2  
j a y l e n   b r o w n   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 2 ) :   2 4   p o i n t s ,   5   r e b o u n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j a y l e n   b r o w n   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 2 ) :   2 4   p o i n t s ,   5   r e b o u n d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
⚽ | n o u v e a u   c e l t i c s   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 
 a u   t a r i f   f o u   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 p l a y o f f n b a  
t h i s   l o o k e d   s o   w e i r d   i   h a d   t o   r e w i n d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
j a l e n   r o s e   o n c e   r o a s t e d   p a u l   p i e r c e   a f t e r   t h e   c e l t i c s   l e g e n d   s a i d   h e   w a s   b e t t e r   t h a n   d w y a n e   w a d e :   " 8   a l l - n b a   t e a m s   t o   y o u r   4 ,   3   a l l - d e f e n s i v e   t e a m s   t o   y o u r   0 ,   a   s c o r i n g   t i t l e ,   a n d   3   r i n g s   t o   y o u r   1 . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
t h i n k   o f   i t   l i k e   t h i s .   a f t e r   t h e   w e e k e n d ,   t h e r e   i s   o n l y   2   d a y s   u n t i l   t h e   c e l t i c s   r e t u r n   r e g u l a r l y   🍀
⚽ | n o u v e a u   c e l t i c s   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 p l a y o f f n b a  
j a y s o n   t a t u m   s u r p r i s e s   f a n s   o n   s t a g e   a t   j a c k   h a r l o w   c o n c e r t   i n   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r a n t   w i l l i a m s   t o o k   a n   e n o r m o u s   l e a p   l a s t   y e a r .   b u t   w a s   i t   e n o u g h   t o   e a r n   a n   e x t e n s i o n   b e f o r e   t h e   s t a r t   o f   t h e   s e a s o n ?   w e   s h a l l   s e e   👀   c e l t i c s  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   s u r p r i s e s   f a n s   o n   s t a g e   a t   j a c k   h a r l o w   c o n c e r t   i n   b o s t o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e p i s o d e   1 8 8   i s   n o w   a v a i l a b l e   . . .   t h e   g o o d   t h i n g s   f r o m   b r o g d o n ,   t h e   s a m e   b a d   h a b i t s   f r o m   s m a r t ,   d w 9   g e t t i n g   m o r e   c o m f o r t a b l e   a n d   m u c h   m o r e 
 
 b o s t o n   b o s t o n c e l t i c s   c e l t i c s   n e w   p o d c a s t  
i c y m i ,   e x a m i n i n g   w h e t h e r   t h e   c e l t i c s   s h o u l d   b r i n g   b a c k   o l d   f r i e n d   j a e   c r o w d e r .   e v e r y t h i n g   f r o m   t h e   s t a t s   t o   t h e   f i n a n c i a l s ,   t h e   f i t ,   a n d   u l t i m a t e l y ,   t h e   v e r d i c t . 

⚽ | n e w   c e l t i c s   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 🛒  
n e w   b l e a v   i n   c e l t i c s   w i t h   m y   g u y     w e   d i s c u s s   t h e   p r e - s e a s o n   t h u s   f a r   b u t   a l s o   g e t   i n t o   b o s t o n ' s   i n t e r e s t   i n   j a e   c r o w d e r   a n d   o p t i o n s   t o   r e u n i t e   h i m .   c a t c h   t h e   f u l l   s h o w .   
 
 
 
    
j a c k   h a r l o w   b r i n g s   o u t   t h e   c e l t i c s .  
b o s t o n   c e l t i c s :   3   l i k e l y   p l a y e r s   t o   b e   c u t   a f t e r   p r e s e a s o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t o p i c   t u e s d a y :   w h a t   s h o u l d   t h e   c e l t i c s   o p e n i n g   n i g h t   s t a r t i n g   5   b e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   c e l t i c s   a n d   w a r r i o r s   a r e   f a v e s   t o   p i c k   u p   t h e   n b a   c h a m p i o n s h i p   t r o p h y   a t     
 
  
7   d a y s   u n t i l   t h e   s t a r t   o f   t h e   n b a   s e a s o n . 
 
 c e l t i c s   b l e e d g r e e n  
j o e   m a z z u l l a   s e t t i n g   t h e   m a r k s   o n   t h e   c o u r t   f o r   s p a c i n g   a n d   p e r h a p s   s o m e   c a t c h - a n d - s h o o t   s i t u a t i o n s   c e l t i c s  
2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
      i n   c o m p a r i s o n   t o   s i m m o n s ,   j a s o n   t a t u m   i c e   i n   v e i n s …   c e l t i c s
t o p i c   t u e s d a y :   w h a t   s h o u l d   t h e   c e l t i c s   o p e n i n g   n i g h t   s t a r t i n g   5   b e ?   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a   f e w   m o r e   l i n k s   t o   t h e   h o o p   t r o o p   p o d c a s t 
 
 y o u t u b e :   
 
 s p o t i f y :   
 
 n b a   b a s k e t b a l l   s p o r t s   p o d c a s t   n b a p o d c a s t   b a s k e t b a l l p o d c a s t   c e l t i c s   w a r r i o r s   i m e u d o k a   d r a y m o n d g r e e n   j o r d a n p o o l e   v i c t o r w e m b a n y a m a   n b a d r a f t l o t t e r y   t a n k i n g
c e l t i c s   s i g n   r o x b u r y   n a t i v e   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o c   r i v e r s   o n   t h e   b i g g e s t   m i s t a k e   t h e   c e l t i c s   m a d e   a f t e r   w i n n i n g   t h e   t i t l e   i n   2 0 0 8 :   " a f t e r   2 0 0 8 ,   w e   s t a r t   g i v i n g   p i e c e s   a w a y ,   t o n y   a l l e n ,   j a m e s   p o s e y . . . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
a n d   t h e n   y o u   h a v e   t o   c o n s i d e r   c u r r e n t   d e p t h   t o   t h i s   p o s i t i o n : 
 - m a r c u s   s m a r t 
 - m a l c o l m   b r o g d o n 
 - d e r r i c k   w h i t e 
 - p a y t o n   p r i t c h a r d   
 - j d   d a v i s o n   ( r o o k i e ,   t w o - w a y ) 
 🤔   
 c e l t i c s
7   d a y s   t i l   c e l t i c s   o p e n i n g   n i g h t ! ! ☘ ️ 🏀  
o n e   w e e k   u n t i l   r e a l   c e l t i c s   b a s k e t b a l l   i s   b a c k !   i   a m   r e a d y   f o r   t h i s   s e a s o n   t o   g e t   s t a r t e d !   b l e e d g r e e n
h o p e   h e ' s   n o t   r e l a t e d   t o   m i k e   h a r l o w ! 
 
 w i n k   a n d   n o d   t o   m y   f e l l o w   o l d   t i m e   c e l t i c s   f a n s . .  
h a p p y   b i r t h d a y   i n   h e a v e n   t o   b o b   d o n h a m .   c e l t i c s  
c e l t i c s   s i g n   r o x b u r y   n a t i v e   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t  
b o s t o n   c e l t i c s :   f o r m e r   d r a f t   l o t t e r y   b i g   m a n   h a s   e y e s   s e t   o n   r o s t e r   s p o t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   p r e s e a s o n   r e c a p   +   d r a y m o n d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s   c l n s m e d i a   c l n s p o s t g a m e   d r a y m o n d g r e e n   d r a y m o n d g r e e n f i g h t   d r a y m o n d g r e e n j o r d a n p o o l e   d r a y m o n d g r e e n j o r d a n p o o l e f i g h t v i d e o  
t h e   r a c e   f o r   t h e   s i x t h   m a n   o f   t h e   y e a r   a w a r d   n e x t   s e a s o n   w i l l   b e   v e r y   e x c i t i n g   💯 
 
 t y l e r   h e r r o 
 c h r i s t i a n   w o o d 
 j o r d a n   p o o l e 
 m a l c o l m   b r o g d o n 
 b o n e s   h y l a n d 
 
 w h o   d o   y o u   t h i n k   w i l l   w i n   i t ? 
 
 h e a t   m a v s   w a r r i o r s   c e l t i c s   n u g g e t s   n b a  
n h l b r u i n s   s t a r t   t o m o r r o w   a n d   t h e   c e l t i c s   s t a r t   o n e   w e e k   f r o m   t o d a y   🙌 🙌 🙌 🙌   e n j o y   y o u r   t u e s d a y   e v e r y o n e
w h a t   k i n d   o f   h e a d   c o a c h   w i l l   j o e   m a z z u l l a   b e   o n   t h e   c o u r t   f o r   t h e   b o s t o n   c e l t i c s   i n   2 0 2 2 - 2 3 ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c o n g r a t s     o n   s i g n i n g   w i t h   c e l t i c s .   l e t ’ s   g o   c e l t i c s   p c b b
t h e   f a c t   t h e   c e l t i c s   h a v e n ’ t   p i c k e d   h i m   u p   t o   l e a d   t h e   2 n d   g r o u p   k i n d   o f   u p s e t s   m e .   t h e y   p r o b a b l y   s c a r e d   h e   g o n n a   t a k e   g r a n t   w i l l i a m s   m i n u t e s   s m h …  
b o s t o n   s i g n s   a j   r e e v e s   t o   e x h i b i t - 1 0   c o n t r a c t   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
i t   m a k e s   y o u   w o n d e r   w h a t   t h e   p l a y   i s   h e r e   f o r   b r a d .   
 - a j   r e e v e s   w a s   i n   b o s t o n   p r e v i o u s l y   o v e r   t h e   s u m m e r .   
 - c u r r e n t l y   n o   a v a i l a b l e   t w o - w a y s 
 - c o u l d   w e   s e e   m f i o n d u   k a b e n g e l e   g e t   c o n v e r t e d   t o   1 5 - m a n ? 
 - w h y   b r i n g   i n   a   p l a y e r   y o u ’ v e   a l r e a d y   e v a l u a t e d ? 
 r e g a r d l e s s ,   i   l i k e   i t ! 
 c e l t i c s
c e l t i c s ’   r o b e r t   w i l l i a m s   i i i   p r o j e c t e d   a s   n o .   1 1   c e n t e r   i n   n b a   f o r   2 0 2 2 - 2 3   b y   s p o r t i n g   n e w s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   r o b e r t   w i l l i a m s   i i i   p r o j e c t e d   a s   n o .   1 1   c e n t e r   i n   n b a   f o r   2 0 2 2 - 2 3   b y   s p o r t i n g   n e w s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   4 x   a l l - s t a r   f r e e   a g e n t   h a s   r e g r e t s   p l a y i n g   f o r   c s   i n   b u b b l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
7   d a y s   u n t i l   c e l t i c s   b a s k e t b a l l   r e t u r n s   🍀  
h o w   d i f f e r e n t   c a n   w e   e x p e c t   i n t e r i m   b o s t o n   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t o   b e   f r o m   i m e   u d o k a ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   d i f f e r e n t   c a n   w e   e x p e c t   i n t e r i m   b o s t o n   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t o   b e   f r o m   i m e   u d o k a ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n   t h i s   d a y :   k e v i n   g a m b l e ,   g e n e   s t u m p   b o r n ;   p a u l   w e s t p h a l   d e b u t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s
o n   t h i s   d a y :   k e v i n   g a m b l e ,   g e n e   s t u m p   b o r n ;   p a u l   w e s t p h a l   d e b u t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
d o c   r i v e r s   r e v e a l s   c e l t i c s ’   o w n e r s h i p s   b i g g e s t   m i s t a k e s   o f   b i g   3   e r a 
 
 
 n b a   b a s k e t b a l l   b a s k e t b a l l d a t a   b a s k e t b a l l a p i   l i v e s c o r e   n b a f i n a l s   n b a d r a f t   c e l t i c s   d o c r i v e r s
c e l t i c s   a l u m   k e n n y   a n d e r s o n   t a l k s   h i s   e c f   r u n s   w i t h   p a u l   p i e r c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   a l u m   k e n n y   a n d e r s o n   t a l k s   h i s   e c f   r u n s   w i t h   p a u l   p i e r c e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i   c a n ’ t   b e l i e v e   o n l y   o n e   w e e k   t i l   i ’ m   h a p p y   w a t c h i n g   m y   c s   a g a i n ! ! ! !   i   a m   s o   e x c i t e d   ! !   😍 ☘ ️   c e l t i c s
t h e   c e l t i c s   h a v e   s i g n e d   a j   r e e v e s   t o   a n   e x h i b i t - 1 0   c o n t r a c t  
d a n n y   a i n g e   d r a f t e d   t h e   b e s t   p l a y e r s   i n   b a c k - t o - b a c k   y e a r s   i n   2 0 1 6   & a m p ;   2 0 1 7 ,   n o w   t h e y ’ r e   p i l l a r s   o f   t h e   f r a n c h i s e   a n d   a s c e n d i n g   c e l t i c s  
j a y s o n   t a t u m   t a k e s   o v e r   t h e   j a c k   h a r l o w   c o n c e r t   w i t h   p a y t o n   p r i t c h a r d   a n d   b l a k e   g r i f f i n   c e l t i c s    
    w o w   t h e s e   o t h e r   t e a m s   a r e   h u n g r y   d i s   y e a r   c e l t i c s   n a t i o n
b o s t o n   c e l t i c s   w a i v e   f o r m e r   k n i c k s   a n d   s p u r s   f o r w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s o m e   t e a m m a t e s   b o n d i n g   l o v e   t h a t   f o r   u s   😎 🫶 🏻 ☘ ️ 🙌 🏻   c e l t i c s  
b o s t o n   c e l t i c s :   a l   h o r f o r d   l a u d s   v e t e r a n   f r e e   a g e n t   a d d i t i o n 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o
b o s t o n   c e l t i c s :   l a s t   l a k e r s   r o s t e r   s p o t   c o u l d   g o   t o   s u m m e r   l e a g u e   h e r o 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o
j a y s o n   t a t u m ,   b l a k e   g r i f f i n   a n d   p a y t o n   p r i t c h a r d   w e r e   a l l   a t   t h e   j a c k   h a r l o w   c o n c e r t   t o n i g h t   a t   m g m   m u s i c   h a l l ,   t h e   n e w   t h e a t e r   a t   f e n w a y   p a r k .   c e l t i c s  
⚽ | n e w   c e l t i c s   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a  
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
g a m e   o n .   c e l t i c s   l a k e r s  
c o n g r a t u l a t i o n s   c e l t i c s  
o n e . w e e k .   ☘ ️   c e l t i c s   o p e n i n g n i g h t  
. :   r e p o r t :   c e l t i c s   s i g n   f o r m e r   p c   f r i a r   a . j .   r e e v e s   t o   e x h i b i t   1 0   d e a l   c e l t i c s   b l e e d g r e e n   p c b b         

c e l t i c s   t o   w a i v e   l u k a   s a m a n i c ,   s i g n   a . j .   r e e v e s   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   d e a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   d e a l   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   b e a u t i f u l   m i s s   t i a n a 
 c e l t i c s   g a m e d a y   b o s t o n  
c e l t i c s   s i g n   a j   r e e v e s   t o   e x h i b i t   1 0   d e a l   n b a   n b a t w i t t e r   c e l t i c s   b l e e d g r e e n
n b a   r u m o r s :   c e l t i c s   s i g n   p r o v i d e n c e   g u a r d   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a z z u l l a :   l u k e   k o r n e t   w a s   a   ' f u l l   g o '   a t   p r a c t i c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   l o v e   t h e   c h i e f s   h o m e   c r o w d .   i t ’ s   l i k e   a   c e l t i c s   h o m e   g a m e .   m n f
w o u l d   y o u   b e l i e v e   m e   i f   i   t o l d   y o u   c e l t i c s   l u k e   k o r n e t   i s   a   p l a y e r ?  
m a z z u l l a :   l u k e   k o r n e t   w a s   a   ‘ f u l l   g o ’   a t   p r a c t i c e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   u n f i n i s h e d   b u s i n e s s .     1 8   a w a i t s .  
w e   l o v e   t o   s e e   i t   g o f r i a r s   b l e e d g r e e n   c e l t i c s  
b o s t o n   c e l t i c s   t o   r e p o r t e d l y   w a i v e   c a m p   i n v i t e e   l u k a   s a m a n i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   t o   r e p o r t e d l y   w a i v e   c a m p   i n v i t e e   l u k a   s a m a n i c   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r e p o r t :   b o s t o n   c e l t i c s   t o   s i g n   r o x b u r y ' s   a j   r e e v e s   t o   c a m p   d e a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
d a n n y   a i n g e   r e a l l y   d r a f t e d   t h e   b e s t   p l a y e r s   i n   b a c k - t o - b a c k   y e a r s   i n   2 0 1 6   a n d   2 0 1 7 ,   s o l i d i f y i n g   t h e   c e l t i c s   f r a n c h i s e   p i l l a r s   f o r   t h e   p r e s e n t   a n d   t h e   f u t u r e 
    
2 0 2 3   n b a   t i t l e   o d d s : 
 
 c e l t i c s :   + 6 0 0 
 b u c k s :   + 6 5 0 
 n e t s :   + 7 0 0 
 c l i p p e r s :   + 7 0 0 
 w a r r i o r s :   + 7 0 0 
 
 c e l t i c s   n b a  
.   9 5   i s   o u t   n o w   w /   _ a d a m s   
 - c e l t i c s ,   m a z z u l l a   l o o k i n g   g o o d   i n   p r e s e a s o n   
 - t h e   u d o k a   s u s p e n s i o n 
 - " i n s t e a d   w e   b e c a m e   e v i l , "   t h e   b l o o d - s o a k e d   s t o r y   o f   s l e i m a n   & a m p ;   w h y   d a r t   t o o k   y e a r s   t r a n s l a t i n g   i t   f r o m   d a n i s h   f o r   a n   a m e r i c a n   a u d i e n c e 
 
 f u l l :  
f o r m e r     g   a j   r e e v e s   h a s   s i g n e d   a n   e x h i b i t - 1 0   w i t h   t h e   b o s t o n   c e l t i c s ,   p e r   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s h o u l d   t h e   c e l t i c s   t r a d e   f o r   j a e   c r o w d e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   p r a c t i c e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b r y a n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b r a d s t e v e n s   c e d r i c m a x w e l l   c e l t i c s h i g h l i g h t s   c e l t i c s l i v e   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r a c t i c e   c e l t i c s p r a c t i c e h i g h l i g h t s   c e l t i c s s h o o t a r o u n d  
c e l t i c s   s h o u l d   h a v e   a   g o o d   c r o w d   f r i d a y   i n   m o n t r e a l .   t i c k e t s   a l l   w e l l   o v e r   $ 1 0 0 .   i   w o n d e r   w h a t ’ s   d r i v i n g   i t   u p ?   
 
 m o n t r e a l   g o t   l o v e   f o r   r a p t o r s   o r   i s   i t   c ’ s   f a n s ?   🤔
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p e l i c a n s   s i g n   f o r m e r   c e l t i c s ,   p a c e r s   a n d   t i m b e r w o l v e s   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     f l   j a g s   t b   r e d s o x   c e l t i c s   n y g   n y y   d o d g e r s   h u s k i e s   u c b   j t   h s u   m s u   s p a r t a n s   u t
c e l t i c s   n o t e b o o k :   k o r n e t   c l o s e   t o   r e t u r n i n g   f r o m   i n j u r y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e g r i f f i n   t h r o w s   p l a y f u l   s h a d e   a t   f o r m e r   n e t s ’   t e a m m a t e s   w h i l e   p r a i s i n g   h i s   n e w   c e l t i c s ’   t e a m m a t e s    
b l a k e g r i f f i n   t h r o w s   p l a y f u l   s h a d e   a t   f o r m e r   n e t s ’   t e a m m a t e s   w h i l e   p r a i s i n g   h i s   n e w   c e l t i c s ’   t e a m m a t e s    
a l   h o r f o r d   b e l i e v e s   c e l t i c s '   c h e m i s t r y   f r o m   l a s t   y e a r ' s   r u n   h a s   ' c a r r i e d   o v e r '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p a y t o n   p r i t c h a r d ' s   b a t t l e   f o r   m i n u t e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a j   r e e v e s   h a s   s i g n e d   a   e x h i b i t - 1 0   d e a l   t h e   t h e   b o s t o n   c e l t i c s !   h e   r e c e n t l y   t r a v e l e d   w i t h   t h e   c e l t i c s   t o   p l a y   o n   t h e i r   s u m m e r   l e a g u e   r o s t e r .   c o n g r a t s   a j ! 
 
 g o f r i a r s   c e l t i c s  
        d i n g   d i n g   d i n g   f o r   a j !     l o c a l   b o s t o n   k i d   g e t t i n g   a   l e g i t   c e l t i c s   c o n t r a c t !     a w e s o m e   n e w s      
k e e p   y o u r   n o t i f i c a t i o n s   o n   👀 
 
 2 0 2 2 - 2 3   c e l t i c s   h y p e   v i d e o   c o m i n g   s o o n …   ☘ ️ 
 
 b l e e d g r e e n   c e l t i c s  
a . j .   c o u l d   b e   i n   l i n e   f o r   t i m e   w i t h   t h e   m a i n e   c e l t i c s   t h i s   s e a s o n .   t h i s   i s   a   d e a l   t h a t ’ s   b e e n   i n   t h e   h o p p e r   f o r   a   f e w   w e e k s :  
s h o u l d   t h e   c e l t i c s   t r a d e   f o r   j a e   c r o w d e r ? 

t h a n k s     f o r   h a n g i n g   o u t   w i t h   u s   a t   t h e     f o o t b a l l   g a m e .   c e l t i c s   b o s t o n c o l l e g e   c l e m s o n  
a l   h o r f o r d   b e l i e v e s   c e l t i c s '   c h e m i s t r y   f r o m   l a s t   y e a r ' s   r u n   h a s   ' c a r r i e d   o v e r '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p a y t o n   p r i t c h a r d ' s   b a t t l e   f o r   m i n u t e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   n o t e b o o k :   k o r n e t   c l o s e   t o   r e t u r n i n g   f r o m   i n j u r y   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
p l e a s e   w e l c o m e     t o   t h e   g t   r o s t e r .   h i s   s i g n a t u r e   l i n e   b e n e f i t s   _   a t h l e t i c s . 
 n b a   c e l t i c s   b o b c a t s   e d u c a t i o n   g t   t h a n k y o u  
s a m   h a u s e r   i s   ‘ l i g h t s   o u t ’ :   c e l t i c s   h a v e   a   s h a r p s h o o t e r   o n   t h e   r i s e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a l   h o r f o r d   b e l i e v e s   c e l t i c s ’   c h e m i s t r y   f r o m   l a s t   y e a r ’ s   r u n   h a s   ‘ c a r r i e d   o v e r ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w a t c h   o u t   n b a ,   s a m   h a u s e r   i s   ' l i g h t s   o u t ! '   ( v i a   )     c e l t i c s   n b a
p a y t o n   p r i t c h a r d ’ s   b a t t l e   f o r   m i n u t e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
g o d   o f   a i r   q u e t z a l c o a t l   m y a n   m y a n c e s t o r s   g o d o f a i r   c e l t i c s   d r u i d i c   a l c h e m y   t w i n f l a m e s   a r t   s p i r i t u a l i t y  
m a n   w h e n   t h e   f u c k   w e   g e t   b l a k e   g r i f f i n ?   c e l t i c s
i m e   u d o k a   s u s p e n d e d   f r o m   c o a c h i n g   c e l t i c s   
 
 i m e u d o k a   n b a   b a s k e t b a l l   c e l t i c s   b o s t o n  
t h e   c e l t i c s   a r e   w a i v i n g   l u k a   s a m a n i c ,   s o u r c e s   t e l l     a t h l e t i c .   s a m a n i c   i s   e x p e c t e d   t …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w e ’ r e   s o o o o   c l o s e   c e l t i c s  
b l a k e   g r i f f i n   m a k e s   h i s   c e l t i c s   d e b u t   i n   p r e s e a s o n   w i n   o v e r   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
p o d c a s t c l i p   o f   e l e v 8   p o d c a s t   b y     w i t h   c j   d i s c u s s i n g   t h e   b r e t t   f a v r e   & a m p ;   i m e   u d o k a   s i t u a t i o n s . 
 
 f u l l   e p i s o d e :   
 
 b r e t t f a v r e ,   b s 3 n e t w o r k ,   b s 3 t v ,   c e l t i c s ,   e l e v a t e ,   e m p o w e r ,   i m e u d o k a ,   n b a ,   n b a t w i t t e r ,   n f l ,   n i a l o n g ,   r o k u ,     w e l f a r e  
    _ c o l l e c t i v e       w h y   h a s n ’ t   a n y o n e   t a k e n   b o s t o n ’ s   j a y l e n   b r o w n   t o   t a s k   f o r   h i s   c o l l e a g u e   a n d   a s s o c i a t e   ’ s   r e c e n t   a n t i - s e m i t i c   d e a t h   t h r e a t s ?   
 
 d o e s   j a y l e n   b r o w n   c o n d o n e   t h i s   h a t e   o r   w i l l   h e   i s s u e   a   s t a t e m e n t   c o n d e m n i n g   i t ?   h a t e c r i m e   a n t i s e m i t i s m   b l m   c e l t i c s
n o a h   v o n l e h   t h i s   p r e s e a s o n :   2 3   p t s   2 5   r e b   1 0 / 1 2   f g .   i ’ m   f e e l i n g   g o o d   a b o u t   h i s   c h a n c e   t o   m a k e   t h e   r o s t e r   i f   t h e   c e l t i c s   i n t e n d   t o   f i l l   a l l   1 5   s p o t s   o u t   o f   t r a i n i n g   c a m p .   ⚡ ️   _ a g     :    
w h y   h e a d   c o a c h   j o e m a z z u l l a   w a s   p l e a s e d   w i t h   b l a k e g r i f f i n   i n   h i s   c e l t i c s   d e b u t  
w h y   h e a d   c o a c h   j o e m a z z u l l a   w a s   p l e a s e d   w i t h   b l a k e g r i f f i n   i n   h i s   c e l t i c s   d e b u t  
b o s t o n   c e l t i c s :   a l   h o r f o r d   p o d c a s t :   c e l t i c s   b i g   m a n   o n   b e i n g   b o l d   i n   h i s   f a i t h   -   s p o r t s   s p e c t r u m
f o r m e r   c e l t i c s   h e a d   c o a c h   d o c   r i v e r s   c l a i m s   b o s t o n   l e t   k e y   p i e c e s   g o   t o o   s o o n   a f t e r   2 0 0 8   t i t l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i a   l o n g   s h a r e s   f a m i l y   p h o t o   w i t h   s o n s   w e e k s   a f t e r   f i a n c é   i m e   u d o k a ' s   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 1 0 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   e n c o u r a g e d   w i t h   l u k e   k o r n e t ’ s   r e c o v e r y   f r o m   a n k l e   i n j u r y :   ‘ h a p p y   t o   h a v e   h i m   b a c k ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f o r m e r   c e l t i c s   h e a d   c o a c h   d o c   r i v e r s   c l a i m s   b o s t o n   l e t   k e y   p i e c e s   g o   t o o   s o o n   a f t e r   2 0 0 8   t i t l e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t a c k o   f a l l   r e v e a l s   h i s   f r i e n d s h i p   w i t h   c e l t i c s '   g r a n t   w i l l i a m s   s t a r t e d   w i t h   a   d u n k   a t t e m p t   a t   t h e   2 0 1 9   n b a   c o m b i n e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o o o w w w e e e ‼ ️   t o d a y ’ s   p i c k ’ s ‼ ️   j a y s o n y t a t u m   c e l t i c s   s u p e r s t a r   b a s k e t b a l l c a r d s   p a n i n i   a m a z i n g   o r a n g e p a r a l l e l s   c o l l e c t o r   o o o w w w e e e s p o r t s c a r d s  
o o o w w w e e e ‼ ️   t o d a y ’ s   p i c k ’ s ‼ ️   l a r r y b i r d   c e l t i c s   l e g e n d   h a l l o f f a m e r   3 3   b a s k e t b a l l c a r d s   p a n i n i   c o l l e c t o r   o o o w w w e e e s p o r t s c a r d s  
t a c k o   f a l l   r e v e a l s   h i s   f r i e n d s h i p   w i t h   c e l t i c s ’   g r a n t   w i l l i a m s   s t a r t e d   w i t h   a   d u n k   a t t e m p t   a t   t h e   2 0 1 9   n b a   c o m b i n e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   h a s   ‘ f i t   i n   q u i c k l y ’   t o   t h e   b o s t o n   c e l t i c s ,   a c c o r d i n g   t o   a l   h o r f o r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h e r e   d o   r a p t o r s   r a n k   a m o n g   c e l t i c s '   t o p   c h a l l e n g e r s   i n   e a s t e r n   c o n f e r e n c e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r i g h t   n o w   o n     —   t a l k i n g   c e l t i c s   a n d   “ i n s t e a d   w e   b e c a m e   e v i l ”   w i t h   _ a d a m s   o n   .   g o t   t h e   a u d i o   r i g h t   & a m p ;   f u l l   e p .   9 5   o u t   n o w .   p r e s e a s o n ,   i m e   & a m p ;   d a r t ’ s   a w e s o m e   n e w   b o o k   a b o u t   s l e i m a n  
w h a t   l u k e   k o r n e t ' s   r e t u r n   t o   c e l t i c s   p r a c t i c e   m e a n s   f o r   f r o n t   c o u r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c o u l d   b e   u s   c e l t i c s    
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 1 0 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   i s   l o v i n g   h i m   s o m e   c e l t i c s   w e   b o u t   t o   s e e   s o m e   f l a s h e s   o f   o l d   b l a k e . . .
b l a k e   g r i f f i n   h a s   ' f i t   i n   q u i c k l y '   t o   t h e   b o s t o n   c e l t i c s ,   a c c o r d i n g   t o   a l   h o r f o r d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n b a   2 k 2 2   p a r k   p s 5   -   b i g   c o m e b a c k 
   
 
 n b a   n b a j a p a n g a m e s   n b a t w i t t e r   l e b r o n j a m e s   k o b e b r y a n t   l a k e r s   w a r r i o r s   k n i c k s   c e l t i c s   g r e e c e   n b a 2 k   n b a 2 k 2 2   n b a p r e s e a s o n   n b a   n b a i n a b u d h a b i   n b a y o u n g b o y   f o l l o w   l i k e  
t h e   c e l t i c s   a r e   c o n f i d e n t   w i t h   l u k e   k o r n e t   s t e p p i n g   i n t o   a   l a r g e r   r o l e   w h i l e   r o b   w i l l i a m s   s t a r t s   t h e   s e a s o n   o n   t h e   s i d e l i n e s .   k o r n e t   i s   p o i s e d   a n d   i s   g o i n g   t o   s u r p r i s e   a   l o t   o f   p e o p l e   t h i s   s e a s o n    
n b a   2 k 2 3   ( p s 5 )   r e c   1   -   d r e w   l e a g u e 
   
 
 n b a   n b a 2 k 2 2   n b a 2 k   2 k 2 2   2 k c o m m u n i t y   g a m e r   h i g h l i g h t s   l e b r o n j a m e s   k o b e b r y a n t   h o u s e t a r g a r y e n   ت ش ا و ر ي ة _ ش م ر   a e w   b a s k e t b a l l   l a k e r s   w a r r i o r s   k n i c k s   c e l t i c s  
b o s t o n   c e l t i c s :   a l   h o r f o r d   l a u d s   v e t e r a n   f r e e   a g e n t   a d d i t i o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n j u r y   u p d a t e :   b o s t o n ’ s   l u k e   k o r n e t   ‘ a   f u l l   g o ’   i n   p r a c t i c e   m o n d a y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   a l   h o r f o r d :   b l a k e   g r i f f i n   i s   a l r e a d y   ' o n e   o f   u s '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a l   h o r f o r d   f e e l s   t h e   c e l t i c s   t e a m   c h e m i s t r y   h a s   c a r r i e d   o v e r   f r o m   l a s t   s e a s o n 
 
 p r e s e n t e d   b y    
i ' m   g o i n g   t o   k e e p   t h r o w i n g   t h i s   t r a d e   o u t   t h e r e .   p r i t c h a r d   c o u l d   t u r n   i n t o   a   v e r y   g o o d   p l a y e r   f o r   t h e   p a c e r s   a n d   b r i s e t t   i s   a   g o o d   f i t   f o r   t h e   c e l t i c s   a s   a   s w i t c h a b l e   w i n g / b i g   w h o   c a n   h i t   3 s .   c e l t i c s   p a c e r s  
c e l t i c s   i n j u r y   u p d a t e :   b o s t o n ' s   l u k e   k o r n e t   ' a   f u l l   g o '   i n   p r a c t i c e   m o n d a y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n e w   v i d   d r o p p i n g   a t   4 p m . . .   c e l t i c s  
c u s t o m b o x c u t t e r   f l a v o r   o f   t h e   w e e k !   😜 
 
 h o l o f o i l v i n y l   s t a r w a r s   k o b e   l a k e r s   r a y r a y   c e l t i c s  
j b   v s   p p   s h o r t s   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
t w o   p l a y e r s   i ’ v e   w a n t e d   i n   b o s t o n   s i n c e   t h e   s t a r t   o f   t h e   o f f s e a s o n : 
 - m a t t   r y a n 
 - t r e v i o n   w i l l i a m s 
 i s   i t   s t i l l   p o s s i b l e ?   t o   b e   c o n t i n u e d   👀   
 c e l t i c s  
a l   h o r f o r d   d i s c u s s e s   c e l t i c s   c o m r a d e r y   a n d   w e l c o m i n g   b l a k e   g r i f f i n :   ' h e ' s   o n e   o f   u s   a l r e a d y ' 

a l   h o r f o r d   s a y s   h e   t h i n k s   c e l t i c s   s t r o n g   c h e m i s t r y   f r o m   l a s t   s e a s o n   h a s   c a r r i e d   o v e r   t o   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ h e ’ s   a   g r e a t   g u y   t o   h a v e   a r o u n d ,   h a s   a   l o t   o f …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b i g - m e n   p a r t y   a t   c e l t i c s   p r a c t i c e   t o d a y 💪  
“ l u k e   k o r n e t   ( a n k l e )   w a s   a   f u l l   g o   a t   p r a c t i c e   t o d a y ,   p e …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r c u s s m a r t   m a r c u s   s m a r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
4   p r e s e a s o n   g a m e s   i s   t o o   m a n y .   c e l t i c s
l e t ' s   l o o k   b a c k   a t   t h e   2 0 0 9 - 1 0   e a s t e r n   c o n f e r e n c e   s t a n d i n g s   ( 1 - 8 )   📈 
 
 c a v s :   6 1 - 2 1 
 m a g i c :   5 9 - 2 3 
 h a w k s :   5 3 - 2 9 
 c e l t i c s :   5 0 - 3 2 
 h e a t :   4 7 - 3 5 
 b u c k s :   4 6 - 3 6 
 h o r n e t s :   4 4 - 3 8 
 b u l l s :   4 1 - 4 1 
 
 t h e   c e l t i c s   w e n t   o n   t o   w i n   t h e   c o n f e r e n c e ,   a n d   h a d   a n o t h e r   f i n a l s   t r i p   👏  
j o e   m a z z u l l a   w i t h   s o m e   h a n d s - o n   c o a c h i n g   a t   c e l t i c s   p r a c t i c e   t o d a y  
l u k e   k o r n e t   w h i l e   d i s c u s s i n g   w h a t   h e ’ s   s e e n   f r o m   t h e   c e l t i c s   o f f e n s e   i n   t h e   p r e s e a s o n : 
 
 “ i   f e e l   l i k e   w e   w e r e   p l a y i n g   w i t h   s u c h   g r e a t   p a c e   a n d   e n e r g y   a n d   g e t t i n g   a n   a d v a n t a g e   a n d   k e e p i n g   i t   m o v i n g   u n t i l   w e   g o t   a   g r e a t   s h o t ,   i   l o v e   t o   p l a y   t h a t   w a y … i t ’ s   b e a u t i f u l   b a s k e t b a l l . ”
p u t   i n   t h e   w o r k   n o w   t o   w a t c h   i t   p a y   o f f   l a t e r   c e l t i c s    
p o i n t s   o n   t h e   b o a r d   p o d c a s t !   n b a   e p 
 
 i s   b o s t o n   s t i l l   t h e   b e s t   i n   t h e   e a s t ? 
 m o d e r n   v s .   o l d - s c h o o l   c o a c h e s 
 n b a   s h o u l d n ’ t   f o r c e   t h e   s a l e   o f   t e a m s 
 b r e a k i n g   d o w n   e s p n   t o p   1 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3 
 
 f a n t a s y b a s k e t b a l l   w n b a   c e l t i c s   s u n s   g a m b l i n g 
 
  
a l   h o r f o r d   s a y s   t h e r e ’ s   a   “ b a c k - t o - s c h o o l   f e e l ”   t o   c e l t i c s   t r a i n i n g   c a m p .   
 
 h e   a l s o   s a i d   b l a k e   g r i f f i n ’ s   f i t   r i g h t   i n   w i t h   t h e   g r o u p ,   a n d   t h a t   t h e y   h a d   a   t e a m   d i n n e r   w h i l e   i n   g r e e n s b o r o .   a l s o ,   s o m e   o f   t h e   g u y s   w e n t   t o   t h e   b c - c l e m s o n   g a m e   o n   s a t u r d a y .
m a r c u s   s m a r t   r e a c t s   t o   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a i l b a g :   w i l l   a   g r a n t   w i l l i a m s   c o n t r a c t   e x t e n s i o n   g e t   d o n e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e r r i c k   w h i t e   g e t t i n g   s h o t s   u p   a f t e r   c e l t i c s   p r a c t i c e .   y o u   c a n   s e e   j a y l e n   b r o w n   d o i n g   t h e   s a m e   t h i n g   i n   t h e   b a c k g r o u n d .  
r e g a r d i n g   l u k e   k o r n e t ,   m a z z u l l a   s a i d   h e   w a s   a   f u l l   p a r t i c i p a n t   a t   t o d a y ’ s   c e l t i c s   p r a c t i c e .
j o e   m a z z u l l a   w h i l e   d i s c u s s i n g   t h e   c e l t i c s   t e a m   c h e m i s t r y :   “ w e   h a v e   a   b u n c h   o f   c o m p e t i t i v e   g u y s   t h a t   w a n t   t o   w i n   a n d   t h a t   m a k e s   i t   f u n   t o   c o m e   t o   w o r k . ”
c e l t i c s   b i g   m e n   w o r k i n g   p i c k - a n d - r o l l   p o s t - p r a c t i c e .  
s a m   h a u s e r   n e e d s   t o   b e   t h e   m i k e   m i l l e r   o f   t h e   c e l t i c s   c e l t i c s
m a r c u s   s m a r t   a d m o n i s h e s   d r a y m o n d   g r e e n   f o r   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l a r r y   i s   m y   f a v o r i t e ,   b u t   l e t ’ s   n o t   g e t   i t   t w i s t e d .   b i l l   r u s s e l l   i s   t h e   g r e a t e s t .   c e l t i c s    
j a y l e n   b r o w n   i s   r e a d y   f o r   a n o t h e r   l e a p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h o ’ s   n e x t :   f i v e   n b a   s t a r s   m o s t   l i k e l y   t o   b e   t r a d e d   t h i s   s e a s o n   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

i m e   u d o k a ' s   a l l e g e d   a f f a i r   p a r t n e r   w a s   r e v e a l e d   t o   b e   t h e   w i f e   o f   a   v a l u e d   b o s t o n   c e l t i c s '   c o n s u l t a n t   a n d   h a d   p e r s o n a l   t i e s   w i t h   d a n n y   a i n g e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
🇺 🇸 | n o u v e a u t é   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   h a l l u c i n a n t   d e   2 1 € 
 ➡ 
 
 n b a  
n e v e r   f o r g e t   w h e n   a   c e l t i c   f a n   d i d n ' t   h a v e   a   s c a r f ,   s o   h e   h e l d   u p   h i s   c h i l d   i n s t e a d   f o o t b a l l   f o o t b a l l m a n a g e r   f o o t b a l l s u n d a y   f a n s   c e l t i c f c   c e l t i c s   c e l t i c  
j a y l e n   b r o w n   i s   r e a d y   f o r   a n o t h e r   l e a p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h i s   w e e k . . . 
 
 n e w   e p i s o d e   d r o p p i n g   t o m o r r o w   i n c l u d i n g   a   b r e a k d o w n   o f   t h e   p a t r i o t s   w i n   y e s t e r d a y   a n d   p r e s e a s o n   u p d a t e s   o n   t h e   c e l t i c s   a n d   n h l b r u i n s   a n d   m u c h   m o r e ! 
 
 n e w   g u e s t   f r i d a y   w i t h   a   r e t u r n i n g   g u e s t   w h o ' s   s t o p p i n g   b y   t o   c h a t   a b o u t   t h e i r   f o o t b a l l   c o a c h i n g   t h i s   f a l l !
⚽ | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   f o u   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 n b a e x t r a  
m a i l d a y   😃 
 b o u g h t   c e l t i c s   & a m p ;   h o r n e t s   o n   a n   o b s i d i a n   b r e a k ,   h e r e   i s   w h a t   i   g o t : 
 
 -   t a t u m   b a s e   / 5 0 
 -   t a t u m   t u n n e l   / 7 5 
 -   s c o t t i e   l e w i s   r p a   / 3 5 
 
 t h e h o b b y   w h o d o y o u c o l l e c t   b l e e d g r e e n   c e l t i c s   h o r n e t s  
n e w   j a y l e n   b r o w n   u b u n t u   e d i t   ( g o i n g   t o   b e   a   n e w   s e r i e s )   b r i n g i n g   t h a t   " i   a m   b e c a u s e   w e   a r e ! "   e n e r g y   t o   t h e   c e l t i c s   t h i s   s e a s o n .   c a n ' t   w a i t   t o   s e e   b a n n e r   1 8   ☘ ️   c l i c k   t h a t   🤍   a n d   g i v e   i t   a   r e t w e e t   👀 ☘ ️   t y ! 
 
         j a y l e n b r o w n   u b u n t u   7 u i c e   b l e e d g r e e n  
b o s t o n   c e l t i c s :   l a s t   l a k e r s   r o s t e r   s p o t   c o u l d   g o   t o   c ’ s   s u m m e r   l e a g u e   h e r o   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t o m o r r o w   n i g h t !   o n e   o f   _   b i g g e s t   s h o w s   o f   t h e   s e a s o n !   2 0 2 2 - 2 0 2 3   b o s t o n   c e l t i c s   s e a s o n   p r e v i e w !   w e   w i l l   b e   l i v e   a n d   y o u   d o n ’ t   w a n t   t o   m i s s   o u t !   j o i n   t h e   c o n v e r s a t i o n   a s   w e   p r e d i c t   w h a t   t o   e x p e c t   f r o m   t h i s   y e a r s   s q u a d !   b l e e d g r e e n   n b a
c e l t i c s   m a i l b a g :   w i l l   a   g r a n t   w i l l i a m s   c o n t r a c t   e x t e n s i o n   g e t   d o n e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   a s k e d   _   a   b u r n i n g   q u e s t i o n   o f   m i n e   a n d   h e   a n s w e r e d   i t   i n   h i s   l a t e s t   c o l u m n ,   b e   s u r e   t o   c h e c k   i t   o u t   o n     c e l t i c s   
 
 t h a n k   y o u ,   s i r   🤝  
s o m e   t h o u g h t s   a b o u t   n o a h   v o n l e h   m a k i n g   t h e   c e l t i c s   r o s t e r : 
 - d o e s   h e   m a k e   t h e   r o s t e r   b e c a u s e   h e ’ s   b e e n   a r g u a b l y   o n e   o f   t h e   b e s t   p l a y e r s   i n   p r e s e a s o n ? 
 - i s   h e   a b l e   t o   p l a y   c e n t e r ? 
 - a r e   h i s   f o u l s   t o o   m u c h ? 
 - i s   h e   m o r e   o f   a   4   t h a t   i s   b e i n g   f o r c e d   i n t o   t h e   5 ? 
 
 a l l   l e g i t   ? ’ s   o n   v o n l e h
y o   i ’ m   a t   t h e   b a s k e t b a l l   h a l l   o f   f a m e   !   n b a   c e l t i c s   ☘ ️   m o n d a y m o t i v a t i o n   m a s s a c h u s e t t s  
m f i o n d u   k a b e n g e l e   i s   g o i n g   t o   m a k e   a   s t r o n g   i m p a c t   e a r l y   o n   f o r   t h e   c e l t i c s   u s i n g   t h e   f l e x i b i l i t y   o f   t h e   t w o - w a y   c o n t r a c t   w h i l e   r o b   w i l l i a m s   i s   o u t  
  o n   t h e   p a t r i o t s   & a m p ;   b b ' s   l o v e   f o r   s t e v e n s o n ,   z a p p e ,   j o n e s   a n d   m o r e .     p l u s ,   b l a k e   g r i f f i n   a n d   c e l t i c s ,   b u c k ' s   g a m e s m a n s h i p   a n d   m o r e .     m e s p o r t s     

b o s t o n   c e l t i c s :   b / r   s a y s   p e n c i l   i n   a   g r a n t   w i l l i a m s   e x t e n s i o n   a t   t h i s   p r i c e   p o i n t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   d i s c u s s e s   d r a y m o n d   g r e e n - j o r d a n   p o o l e   f i g h t :   ' i t   h a p p e n s '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   d i s c u s s e s   d r a y m o n d   g r e e n - j o r d a n   p o o l e   f i g h t :   ‘ i t   h a p p e n s ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   g e t s   k e m b a   w a l k e r ’ s   v o t e   o f   a p p r o v a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   g e t s   k e m b a   w a l k e r ' s   v o t e   o f   a p p r o v a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h e   c e l t i c s   c e n t e r   p o s i t i o n   i s   o n c e   a g a i n   i n   q u e s t i o n   d u e   t o   r o b   w i l l i a m s   s t a r t i n g   t h e   s e a s o n   o n   t h e   s i d e l i n e s ,   b u t   l u k e   k o r n e t   i s   p o i s e d   t o   s t e p   i n t o   a   l a r g e r   r o l e   t h i s   s e a s o n    
i s   i m e u d o k a   c a u s i n g   t h e   c e l t i c s   t o   f i n d   a   n e w   t e a m   s e r v i c e   m a n a g e r ? 
 

c ’ e s t   u n   m o r t   d e   f a i m   c e   t y p e   !   i   l o v e   t h i s   g u y   !   c e l t i c s  
h a p p y   b i r t h d a y   r y a n   h o l l i n s !   c e l t i c s 
 
  
h a p p y   b i r t h d a y   k e n n y   b a t t l e !   c o u l d n ’ t   f i n d   a   c l i p   o r   p i c   o r   a n y t h i n g   o f   y o u   w i t h   t h e   g o o d   g u y s ,   s o   h e r e   y o u   a r e   w i t h   t h e   f i g h t i n g   i l l i n i   w h e n   y o u   w e r e   k n o w n   a s   f l i g h t   3 3 :   c e l t i c s 
 
  
l u k e   k o r n e t   t o   h o l d   d o w n   c e n t e r   p o s i t i o n   w i t h   r o b   w i l l i a m s   s i d e l i n e d   f o r   t h e   c e l t i c s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
s p o r t i n g   n e w s   p e g s   b o s t o n   c e l t i c s '   a l   h o r f o r d   a s   n b a ' s   n i n t h - b e s t   p o w e r   f o r w a r d   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
8   d a y s   t i l   c e l t i c s   o p e n i n g   n i g h t ! !   ☘ ️ 
 
 p s   -   l o o k   a t   t h e   l a c k   o f   f a n s   b a c k   i n   1 9 9 6 / 1 9 9 7   😔  
d o   y o u   t h i n k   j a y s o n   t a t u m   a n d   j a y l e n   b r o w n   a r e   t h e   b e s t   p l a y e r s   i n   t h e i r   2 0 1 6   a n d   2 0 1 7   d r a f t   c l a s s e s ?   c e l t i c s    
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   d e a d   m o n e y   f o r   f o u r t h - y e a r   2 2 - y e a r - o l d   b i g   m a n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
y o u   h a v e   t o   r e s p e c t   s a m   h a u s e r ’ s   j o u r n e y   t o   t h e   c e l t i c s   r o t a t i o n  
h o w   w i l l   t h e   b o s t o n   c e l t i c s   u s e   r e s e r v e   p o i n t   g u a r d   m a l c o l m   b r o g d o n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ' i   w a n t   t o   h e l p   ( u s )   w i n '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   w i l l   t h e   b o s t o n   c e l t i c s   u s e   r e s e r v e   p o i n t   g u a r d   m a l c o l m   b r o g d o n ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h e   c e l t i c s   r e a l l y   d r a f t e d   t h e   b e s t   p l a y e r s   i n   b a c k - t o - b a c k   y e a r s  
o n   t h i s   d a y :   m c h a l e ,   k r e k l o w   d e b u t ;   c a r r   s i g n s ;   h o l l i n s ,   b a t t l e   b o r n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i ’ m   v e r y   i n t e r e s t e d   t o   s e e   h o w   m f i o n d u   k a b e n g e l e   i s   u s e d   b y   t h e   c e l t i c s   a t   t h e   b e g i n n i n g   o f   t h e   s e a s o n   u t i l i z i n g   t h e   f u l l   b e n e f i t s   o f   t h e   t w o - w a y   c o n t r a c t
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     f l   j a g s   t b   r e d s o x   c e l t i c s   n y g   n y y   d o d g e r s   h u s k i e s   u c b   j t   h s u   m s u   s p a r t a n s   u t
🇺 🇸 | n e w   c e l t i c s   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 
 a u   t a r i f   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
b o s t o n ' s   j o e   m a z z u l l a   c i t e d   a s   c e l t i c s   b i g g e s t   r e a s o n   t o   h o p e   a h e a d   o f   2 0 2 2 - 2 3   s e a s o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   r e a l   n a m e   c h r i s t o p h e r   ,   s h i z o m m m  
c e l t i c s   t r o p h y   c l u b   c a r d s -   d a z z l e   p a r a l l e l s -   p a u l   p i e r c e -   r a y   a l l e n -   k e v i n   g a r n e t t -   $ 2   e a c h   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
m e   w a i t i n g   f o r   a n o t h e r   c e l t i c s   g a m e   l i k e   🥺  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   s t r u g g l i n g   t o   g a r n e r   n b a   i n t e r e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
g e t   y o u r   h o t   j e r s e y s     n f l j e r s e y s   n f l   n b a j e r s e y s   n b a m o m e n t   n h l j e r s e y s   n h l   m l b j e r s e y s   s o c c e r j e r s e y s   c u s t o m j e r s e y s   k n i c k s   n e t s   c e l t i c s   r a p t o r s   7 6 e r s   p i s t o n s   p a c e r s   c a v a l i e r s   b u c k s   b u l l s   h e a t   m a g i c   w i z a r d s   h a w k s   h o r n e t s   t i m b e r w o l v e s   n u g g e t s   j a z z  
l o v e   t o   s e e   i t ,   w h y   b o s t o n   s p o r t s   i s   s u c h   t h e   c i t y   o f   c h a m p i o n s ,   s u p p o r t i n g   e a c h   o t h e r .   
 
 o n t o b a n n e r 1 8   c e l t i c s   
 
  
b o s t o n ’ s   m a r c u s   s m a r t   t h i n k s   d r a y m o n d   g r e e n   ‘ m a d e   a   m i s t a k e ’   w i t h   t h e   j o r d a n   p o o l e   f i g h t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ' s   m a r c u s   s m a r t   t h i n k s   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   w i t h   t h e   j o r d a n   p o o l e   f i g h t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r a p t o r s   n o t   c o n c e r n e d   a b o u t   p r e s e a s o n   s h o o t i n g   w o e s   f o l l o w i n g   l o s s   t o   b u l l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e r e ' s   w h a t   m a r c u s   s m a r t   s a i d   a b o u t   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l a r r y   b i r d ,   b o s t o n   c e l t i c s ,   2 0 2 0 - 2 1   p r i z m   g a m e   w o r n   s e n s a t i o n a l   s w a t c h   s s w - l a b   🇬     t h e h o b b y   w h o d o y o u c o l l e c t   b a s k e t b a l l c a r d s   s p o r t c a r d s   t r a d i n g c a r d s   n b a   c e l t i c s
a n   a g i t a t o r   h i m s e l f ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   w a r r i o r s '   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e r e ' s   w h a t   m a r c u s   s m a r t   s a i d   a b o u t   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n j u r y   u p d a t e :   l u k e   k o r n e t   ‘   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i n g   i n   n o n - c o n t a c t   d r i l l s ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
‘ t h i s   i s   a   g r e a t   o p p o r t u n i t y , ’   s a y s   c e l t i c s ’   n o a h   v o n l e h   o f   h i s   s h o t   a t   m a k i n g   b o s t o n ’ s   r o s t e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
v i n t a g e   b o s t o n   m a s s   s t a t e   h o u s e   m a s s a c h u s e t t s   n e w   e n g l a n d   u s a   t r a v e l   p e n n a n t       a n t i q u e   w a l l d e c o r   v i n t a g e e t s y   n f l   m i t   f e l t p e n n a n t   n e w e n g l a n d   b o s t o n   m l b   r e d s o x     d i r t y w a t e r   n h l b r u i n s   p a t r i o t s   c e l t i c s   u s a   f o r e v e r n e   a n t i q u e s   h a r v a r d   u m a s s
v i n t a g e   ' s a l i s b u r y   b e a c h ,   m a s s . '   m a s s a c h u s e t t s   u s a   s o u v e n i r   t r a v e l   p e n n a n t       a n t i q u e   w a l l d e c o r   v i n t a g e e t s y   u s a   p a t s f o o t b a l l     a l l a b o u t 1 8   f e l t p e n n a n t   v i n t a g e   n e w e n g l a n d   b o s t o n   r e d s o x   n h l b r u i n s   p a t r i o t s   n f l   c e l t i c s   m i t   s a l i s b u r y   u m a s s
c e l t i c s   i n j u r y   u p d a t e :   l u k e   k o r n e t   '   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i n g   i n   n o n - c o n t a c t   d r i l l s '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t i m e l o r d ,   h o r f o r d ,   v o n l e h ,   g r a n t ,   k o r n e t   & a m p ;   f i   w i l l   b e   p r o b a b l y   t h e   b e s t   b i g   m a n   t a n d e m   i n   t h e   l e a g u e !   c e l t i c s
n e w   v i d e o : 
 
 🔥 s i c k   t o p   r o o k i e   r p a !   p a t c h   a u t o s ,   s s p s ,   a u t o s ,   a n d   m o r e !   l o c a l   c a r d   s h o w   p i c k u p s 
 
 
 t r a d i n g c a r d s   c e l t i c s   s p o r t s c a r d s   s p o r t s   n b a   p a n i n i   n b a c a r d s   b a s k e t b a l l   b a s k e t b a l l c a r d s       w h o d o y o u c o l l e c t       c o l l e c t w h a t y o u l i k e   f a n a t i c s   l e b r o n
l a u b u r u   b a s q u e   c r o s s   a   s y m b o l   o f   c u l t u r e   a n d   i d e n t i t y .   e g u z k i ,   t h e   s u n   i n   b a s q u e ,   b r i n g s   e n e r g y   a n d   a   w a y   t o   m a r k   t i m e . 
 b a s q u e   c u l t u r e   c r o s s   c e l t i c s   c e l t i c   s y m b o l i s m   b a s q u e c u l t u r e   e u s k a r a  
m a r c u s   s m a r t   w a s   o n e   o f   m a n y   p l a y e r s   t h a t   w e i g h e d   i n   o n   t h e   i n c i d e n t .   w h i l e   s a y i n g   t h a t   t h i n g s   l i k e   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ o b v i o u s l y   y o u   w i s h   i t   d i d n ’ t   c o m e   o u t   l i k e   i t   d i d .   i   t h i n k   t h a t ’ s   s o m e t h i n g   t h e   w a r r i o r s   s h o u …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s e a s o n   1 .   c e l t i c s     r o o k i e j b  
a n   a g i t a t o r   h i m s e l f ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   w a r r i o r s '   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e p .   a y a n n a   p r e s s l e y   o n   j a y l e n   b r o w n ’ s   l e a d e r s h i p   i n   b o s t o n   a n d   b e y o n d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s ’   m a r c u s   s m a r t   o n   d r a y m o n d   g r e e n   i n c i d e n t :   ‘ h e   m a d e   a   m i s t a k e …   a s   a   l e a d e r ,   y o u   c a n ’ t   d o   t h a t ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l u k e   k o r n e t   r e t u r n s   t o   p r a c t i c e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  w h y   t h o   h e   a i n ’ t   g o n n a   d o   s h i t   f o r   u s   f r   c e l t i c s     b o s t o n
a l   h o r f o r d   w a s   i n   t h e   h o u s e   a t   g i l l e t t e   s t a d i u m   f o r   t h e   p a t r i o t s   g a m e .   y o u ’ l l   s e e   p l e n t y   o f   p a t r i o t s   p l a y e r s   a t   t h e   t d   g a r d e n   t h i s   s e a s o n   a s   w e l l   c e l t i c s  
v o n l e h :   ‘ i ’ m   j u s t   g o i n g   t o   t r y   t o   g o   i n   e v e r y   d a y   a n d   b e   c o n s i s t e n t ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a s k   t h e   b o s t o n   c e l t i c s   h o w   t h a t   g o .   m a t t e r   o f   f a c t ,   t h e   h u s b a n d   & a m p ;   t h e   w i f e   w o r k e d   a t   t h e   s a m e   p l a c e   a n d   s h e   * s t i l l *   c h e a t e d . 
 s o   w h a t   w u d   b e   t h e   c a s e   i f   t h e y   w o r k e d   m i l e s   a p a r t ? 
 
 l i s t e n . . .
n o a h   v o n l e h   i s   t h e   o b v i o u s   c h o i c e   t o   m a k e   t h e   c e l t i c s   r o s t e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   i s   t h e   o b v i o u s   c h o i c e   t o   m a k e   t h e   c e l t i c s   r o s t e r   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n o t e   t o     t h a t ’ s   h o w   y o u   h a n d l e   t e a m   r e l a t e d   d r a m a   “ i n - h o u s e ” .   n b a   w a r r i o r s   d r a y m o n d g r e e n   s p o r t s   b a s k e t b a l l   c e l t i c s  
w h o   b o s t o n   c e l t i c s   f a n s   w a n t   t a k i n g   t h e   l a s t   s h o t . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b s m o o t h   b o s t o n c e l t i c s   c e l t i c s c o r n e r   e a s t e r n c o n f e r e n c e  
' t h i s   i s   a   g r e a t   o p p o r t u n i t y , '   s a y s   c e l t i c s '   n o a h   v o n l e h   o f   h i s   s h o t   a t   m a k i n g   b o s t o n ' s   r o s t e r   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a l   h o r f o r d   i n   t h e   h o u s e     c e l t i c s  
a l   h o r f o r d   i n   t h e   h o u s e   a t   g i l l e t t e .   j u s t   r e c e i v e d   a   n i c e   o v a t i o n   f r o m   t h e   p a t r i o t s   f a i t h f u l   a f t e r   a p p e a r i n g   o n   t h e   v i d e o   b o a r d .   c e l t i c s   n f l
a l   h o r f o r d   i n   f o x b o r o   t o d a y .   s t a n d s   u p   a n d   a c k n o w l e d g e s   t h e   c r o w d .     p a t r i o t s   f o r e v e r n e   c e l t i c s   b l e e d g r e e n
b o s t o n   c e l t i c s :   c & a m p ; c   w a n t s   f o r m e r   r o t a t i o n   b i g   m a n   b a c k   i n   b o s t o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   o n   d r a y m o n d   g r e e n   v i d e o :   ' a s   a   l e a d e r ,   y o u   c a n ' t   d o   t h a t '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l u k e   k o r n e t   r e t u r n s   t o   c e l t i c s   p r a c t i c e   a f t e r   s p r a i n   f o r   n o n - c o n t a c t   d r i l l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a t c h :   j u s t i n   j a c k s o n   h a s   b i g   b l o c k   o n   f o r m e r   d u k e   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   a p p a r e n t l y   t h r o w s   s h a d e   a t   n e t s   w h i l e   p r a i s i n g   c e l t i c s '   l o c k e r   r o o m   v i b e s :   " d i f f e r e n t   a t m o s p h e r e   t h a n   i ' m   u s e d   t o ,   i n   a   g o o d   w a y . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
n e w   e p i s o d e / l i n k   i n   b i o :   m i k e y   d o m a g a l a ,   o w n e r / f o u n d e r   o f     & a m p ;   _ b u z z   w i t h   a   s e a s o n   p r e v i e w ,   a   l o o k   b a c k   o n   l a s t   y e a r   +   a   m o m e n t   o n   a a r o n   j u d g e ' s   c h a s e   t o   6 2 .   n b a b u z z     m i k e y d o m a g a l a   n e t s   k n i c k s   c e l t i c s   u d o k a   j u d g e   l a k e r s   y a n k e e s   w h a t s u p o d c a s t  
⚽ | n e w   c e l t i c s   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   f o u   d e   2 1 € 
 🛒  
f o r   t h o s e   o f   y o u   w h o   t h i n k   l u k e   k o r n e t   c a n ’ t   p l a y   d e f e n s e .   h e r e   h e   i s   a g a i n s t   a n t h o n y   d a v i s   a n d   d e f e n d e d   t h e   r i m   w i t h   h i s   l i f e .   w h a t   e l s e   d o   y o u   n e e d   t o   s e e ?   c e l t i c s 
  
[ p r e v i e w   2 0 2 2 - 2 3 ]   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a b a u t r e t   a l l   a n g e l e s   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t   b a s k e t b a l l   b l o c k   b o s t o n c e l t i c s   b r y a n t   b u l l s   c a r m e l o   c h i c a g o   c h r i s   c l i p p e r s   c o n t r e   c u r r y   d a v i s   d u f a n t   d u n k   d u r a n t   e a s t e r n c o n f e r e n c e  
m a r c u s   s m a r t   o n   t h e   d r a y m o n d   p u n c h .   s a y s   g r e e n   m a d e   a   m i s t a k e   a s   a   l e a d e r   a n d   w a r r i o …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🍀 c e l t i c s   p r a c t i c e   t o d a y   a t   t h e   a u e r b a c h c e n t e r   a h e a d   o f   t h e   t e a m ’ s   f i n a l   p r e - s e a s o n   g a m e   f r i d a y 🍀   w c v b   c e l t i c s  
f o u r   o f   b o s t o n ’ s   b e s t   b a s k e t b a l l   p l a y e r s   g o t   t o g e t h e r   a t   a   t a i l g a t e   b e f o r e   t h e   b o s t o n c o l l e g e   v s   c l e m s o n   f o o t b a l l   g a m e !   c e l t i c s   f o r b o s t o n   o f b o s t o n  
l u k e   k o r n e t   ( a n k l e )   w a s   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o c   r i v e r s   r e v e a l s   s i x e r s   s t a r t e r s   w i l l   p l a y   i n   f i n a l   2   p r e s e a s o n   g a m e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   l a b   1 4 6 :   c a t c h i n g   u p   w i t h   t a c k o   f a l l   o n   h i s   n e w   b o o k ,   t h e   c b a ,   a n d   t i e s   t o   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 9 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 9 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   l a b   1 4 6 :   c a t c h i n g   u p   w i t h   t a c k o   f a l l   o n   h i s   n e w   b o o k ,   t h e   c b a ,   a n d   t i e s   t o   t h e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w :   w h y   y o u   s h o u l d   t a k e   t h e   o v e r   o n   n e t s '   s t a r s   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

⚽ | n e w   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 t a t u m  
i f   t h e   c e l t i c s   w i n   t h e   2 0 2 3   n b a   c h a m p i o n s h i p ,   t h e s e   w i l l   b e   t h e   r e a s o n s   w h y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e w   v i d e o   i s   o u t   n o w   ☘ ️ w h o   b o s t o n   c e l t i c s   f a n s   w a n t   t a k i n g   t h e   l a s t   s h o t . . .   c e l t i c s 
 l i n k :    
j a y l e n   b r o w n   c h a l l e n g e s   j a y s o n   t a t u m   t o   b e   a   m o r e   v o c a l   l e a d e r   t h i s   s e a s o n   f o r   t h e   c e l t i c s   t o   ' c o r r e c t   t h e   s h i p ' :   " w e ' r e   g o n n a   n e e d   h i m   t o   s p e a k   m o r e "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
t h i s   g u y … .   a s   i   s t a r t e d   t o   b e   a   c e l t i c s   f a n   h e   d i e d .     s o   m a n y   “ c o u l d   h a v e   b e e n ”   q u e s t i o n s .       s o   s a d .  
n o a h   v o n l e h   o n   w h a t ’ s   n e x t   a f t e r   h i s   d o u b l e - d o u b l e   f r i d a y   n i g h t : 
 
 “ i   c a m e   i n   w i t h   t h e   r i g h t   m i n d s e t   a n d   i ’ m   j u s t   t a k i n g   i t   d a y   b y   d a y . ” 
 
 c e l t i c s
p e r   j o e   m a z z u l l a ,   l u k e   k o r n e t   ( a n k l e )   w a s   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i n g   i n   n o n - c o n t a c t   d r i l l s . 
 
 n b a   b l e e d g r e e n   c e l t i c s   n b a t w i t t e r   n b a p r e s e a s o n
w h y   c e l t i c s   a l l - s t a r   j a y s o n t a t u m   s a y s   h e ’ s   n o t   w o r r i e d   a b o u t   h i s   p r e s e a s o n   s h o o t i n g   s t r u g g l e s  
w h y   c e l t i c s   a l l - s t a r   j a y s o n t a t u m   s a y s   h e ’ s   n o t   w o r r i e d   a b o u t   h i s   p r e s e a s o n   s h o o t i n g   s t r u g g l e s  
j o e   m a z z u l l a   c o a c h e s   i n   h i s   f i r s t   c a r e e r   r e g u l a r   s e a s o n   g a m e   a s   a   h e a d   c o a c h   i n   9   d a y s   w h e n   t h e   c e l t i c s   h o s t   t h e   7 6 e r s   a t   t h e   t d   g a r d e n .   m y   e m o t i o n s   o f   h a v i n g   c e l t i c s   b a s k e t b a l l   b a c k   a r e   t h r o u g h   t h e   r o o f 🍀    
b o b   r y a n   ☘ ️   t e l l s   m i c h a e l   c o o p e r   a   h i l a r i o u s   r i c k   m a h o r n   s t o r y .   
 
 f u l l   e p i s o d e   w   
   & a m p ;   c o o p ,   s u b s c r i b e   t o     p o d c a s t   🎙 
 
 🎧   a p p l e -   
 
 🎧   s p o t i f y -   
 l a k e s h o w   l a k e r s   c e l t i c s   p i s t o n s  
m a s t e r   o f   c l a s s i c   r o c k   ! 
 r o b e r t   j o n   l i v e   i n   f r a n c e   ( + w e i r d   i t w ) 
 
 
 
 u s a   c l a s s i c r o c k   c e l t i c s   u t a h j a z z     w a r r i o r s n a t i o n   h e a t   l a k e r s n a t i o n   c l i p p e r s   o k c   n u g g e t s   k n i c k s   n e t s   p i s t o n s   b u l l s n a t i o n   s i x e r s   r a m s   g i a n t s   p a c e r s   s p u r s f a m i l y
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   b o s t o n   c e l t i c s   a r e   r i d i c u l o u s l y   g o o d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e p t h   s h i n e s   i n   p r e s e a s o n   w i n :   1 0   t a k e a w a y s   f r o m   c e l t i c s - h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e y     !   w h a t   b a s k e t b a l l   p l a y e r   w o u l d   b e   a   g r e a t   s p o k e s p e r s o n   f o r   a u t u m n ? …   t a c k o   f a l l .     b l e e d g r e e n   b o s t o n   c e l t i c s   f a l l   a u t u m n   t a c o s
r a n   i n t o   m y   f r i e n d s   d o n n a   & a m p ;   r e g i n a   l e w i s   l a s t   n i g h t   a t   t h e   2 0 2 2     h o n o r s   e v e n t …   r e g g i e   l e w i s ’   w i f e   & a m p ;   d a u g h t e r !   t h e y   a r e   a l s o   t w o   o f   t h e   w o r l d s   m o s t   b e a u t i f u l   p e o p l e   o n   t h e   p l a n e t .   i   e n j o y   b o t h   t h e i r   s m i l e s   a   w h o l e   l o t   🙂   c e l t i c s   r e g g i e l e w i s     b o s t o n a r t s a c a d e m y  
h a p p y   n a t i o n a l m o t o r c y c l e r i d e d a y !   c e l t i c s   
 
  
t h e   o w n e r " s   w i f e ! !   t h e   s t o r y   o f   i m e   u d o k a   a n d   h i s   i n f i d e l i t y   g e t s   b e t t e r   a s   r u m o r s   o f   h i s   c h e a t i n g   w i t h   t h e   w i f e   o f   t h e   m i n o r i t y   o w n e r   o f   t h e   .     g i v e s   u s   a   l o o k   a n d   t h e   e p i s o d e   t h a t   b r o k e   i t .   n b a   c e l t i c s   

d e p t h   s h i n e s   i n   p r e s e a s o n   w i n :   1 0   t a k e a w a y s   f r o m   c e l t i c s - h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
9   d a y s   t i l   c e l t i c s   o p e n i n g   n i g h t ! !   ☘ ️ 🏀  
t h e   o w n e r " s   w i f e ! !   t h e   s t o r y   o f   i m e   u d o k a   a n d   h i s   i n f i d e l i t y   g e t s   b e t t e r   a s   r u m o r s   o f   h i s   c h e a t i n g   w i t h   t h e   w i f e   o f   t h e   m i n o r i t y   o w n e r   o f   t h e   .     g i v e s   u s   a   l o o k   a n d   t h e   e p i s o d e   t h a t   b r o k e   i t .   n b a   c e l t i c s   

  k e i t h   w a t c h e s   s o c c e r .   n a m e   a   b e t t e r   n b a   r e p   c e l t i c s   l e e d s
9   d a y s   u n t i l   t h e   c e l t i c s   a r e   b a c k   f o r   r e a l 🍀  
s a m   h a u s e r ’ s   q u i c k   r e l e a s e   i s   g a m e   c h a n g i n g   c e l t i c s 
  
s o r r y .   w h e n   i   t h i n k   o f   b i l l   w a l k e r ,   a l l   i   c a n   t h i n k   o f   i s   t h i s :   c e l t i c s    
b o s t o n   c e l t i c s :   3   r e a s o n s   b l a k e   g r i f f i n   i s   a   f a n t a s t i c   s i g n i n g   ( h a r d w o o d   h o u d i n i ) 
 
 a f t e r   t h e   r e c e n t l y   s i g n e d   d a n i l o   g a l l i n a r i   w e n t   d o w n   w i t h   a   t o r n   a c l   b e f o r e   p l a y i n g   a   s i n g l e . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
h a p p y   b i r t h d a y   h e n r y   w a l k e r !   y o u   m a y   k n o w   h i m   a s   b i l l .   c e l t i c s 
 
  
🇺 🇸 | n e w   c e l t i c s   v e r t   2 0 2 2   t a t u m   0 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
y o u   c a n   s e e   w h a t   a   t i g h t   k n i t   g r o u p   t h e   c e l t i c s   a r e   w i t h   t h i s   b e n c h   r e a c t i o n   t o   j u s t i n   j a c k s o n ’ s   m a s s i v e   b l o c k .   j d   d a v i s o n   i s   a   r o o k i e .   t h i s   i s   a w e s o m e   🍀  
9   d a y s   c e l t i c s  
b o s t o n   c e l t i c s :   3   r e a s o n s   b l a k e   g r i f f i n   i s   a   f a n t a s t i c   s i g n i n g   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
a n d   t o   b e   c l e a r ,   n o   k e n n y   a n d e r s o n ,   n o   e c f .   c e l t i c s    
w i l l   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   b r i n g   o u t   t h e   b e s t   o f   j a y l e n   b r o w n   a n d   j a y s o n   t a t u m ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h e n   i m e   u d o k a   f i r s t   s a w   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   k a t h l e e n   l y n c h . . .   
 i m e u d o k a   c e l t i c s   n b a    
w i l l   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   b r i n g   o u t   t h e   b e s t   o f   j a y l e n   b r o w n   a n d   j a y s o n   t a t u m ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ’ s   j a y s o n   t a t u m   c r a c k s   t o p   t h r e e   i n   s p o r t i n g   n e w s ’   2 0 2 2 - 2 3   t o p   s m a l l   f o r w a r d s   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c a n   s a m   h a u s e r   a n d   l u k e   k o r n e t   g i v e   t h e   b o s t o n   c e l t i c s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ' s   j a y s o n   t a t u m   c r a c k s   t o p   t h r e e   i n   s p o r t i n g   n e w s '   2 0 2 2 - 2 3   t o p   s m a l l   f o r w a r d s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m   h a u s e r ’ s   j o u r n e y : 
 - w i s c o n s i n   m r .   b a s k e t b a l l   2 0 1 6 
 - 4 8 . 3   f g %   & a m p ;   4 3 . 9   3 p %   ( c o l l e g e   c a r e e r ) 
 - u n d r a f t e d   i n   ‘ 2 1 
 - s i g n e d   w i t h   c e l t i c s   t w o   w e e k s   l a t e r   o n   a   t w o - w a y 
 - c o n v e r t e d   t o   n b a   d e a l   i n   f e b r u a r y   
 - a g r e e d   t o   a   t h r e e - y e a r   e x t e n s i o n   o v e r   t h e   s u m m e r 
 - b e s t   s h o o t e r   i n   p r e s e a s o n 
 c e l t i c s  
b l a k e   g r i f f i n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b l a k e g r i f f i n   b l a k e   g r i f f i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
⚽ | n o u v e a u   c e l t i c s   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   i n c r o y a b l e   d e   2 1 € 
 🛒 
 
 2 0 2 2  
b r a d   s t e v e n s   i d e n t i f i e d   s a m   h a u s e r   a s   b e i n g   a   c o n t r i b u t o r   p r e t t y   e a r l y   o n   t h i s   o f f s e a s o n .   h a u s e r   h a s   s i n c e   b e c o m e   o n e   o f   t h e   t o p   s h o o t e r s   i n   t h e   n b a   t h i s   p r e s e a s o n .   c o i n c i d e n c e ?   i   t h i n k   n o t .   
 c e l t i c s  
j u s t i n   j a c k s o n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u s t i n j a c k s o n   j u s t i n   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
b o s t o n   c e l t i c s   r u m o r s :   j o e   b u d d e n   r e v e a l s   w i l d   i m e   u d o k a   a f f a i r   w r i n k l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
🇺 🇸 | n o u v e a u t é   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   h a l l u c i n a n t   d e   2 1 € 
 ➡  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
k e m b a   w a l k e r   h a s   ' s o m e   r e g r e t s '   p l a y i n g   f o r   c e l t i c s   i n   n b a   b u b b l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c a n   s a m   h a u s e r   a n d   l u k e   k o r n e t   g i v e   t h e   b o s t o n   c e l t i c s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
a y e   a y e   k n o c k   i t   o f f .   c e l t i c s   o w n e r   l i k e      
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
o n   t h i s   d a y :   h e n r y   w a l k e r ,   a r n i e   r i s e n ,   k e n n y   a n d   j e r o m e   a n d e r s o n   b o r n ;   k e n n y   r o l l i n s   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s p o r t i n g   n e w s   r a n k s   c e l t i c s ’   m a r c u s   s m a r t   i n   n b a ’ s   t o p   h a l f   o f   s t a r t i n g   p o i n t   g u a r d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   r u m o r s :   l e a g u e   e x e c u t i v e s   d o   n o t   b e l i e v e   i m e   u d o k a   w i l l   r e t u r n   a s   h e a d   c o a c h   o f   t h e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
d r a y m o n d   a n n o u n c e s   h i s   a p o l o g y   & a m p ;   n e x t   f e w   d a y s   o f f . 
 g m   b o b   m e y e r s   🤔   g r e e n e   w i l l   n o t   m i s s   a n y   g m s   & a m p ;   s a i d   t h e s e   " t h i n g s   h a p p e n . " 
 w a r r i o r s   v o w   t o   f i n d   t m z   s o u r c e .   
 n b a   a d a m   s i l v e r   & a m p ;   p o o l e   i n   h i d i n g   & a m p ; 
 n e w   s t r e e t   r a p   h i t 
 
 🤪   c e l t i c s   w o u l d   o f   s u s p e n d e d   g r e e n e
s p o r t i n g   n e w s   r a n k s   c e l t i c s '   m a r c u s   s m a r t   i n   n b a ' s   t o p   h a l f   o f   s t a r t i n g   p o i n t   g u a r d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e v e r y b o d y   l o v e s   t e r r y   r o z i e r 
 
 
 
 n b a   a l l f l y   c h a r l o t t e   h o r n e t s   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   m m f l   j a z z   m f f l   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   n b a i n a b u d h a b i   c e l t i c s   s p u r s
d a l a n o   b a n t o n   h a s   p r o v e n   h e   i s   r a p t o r s '   b e s t   b a c k u p   p g   o p t i o n 
 
 
 
 n b a   t o r o n t o   r a p t o r s   w e t h e n o r t h   c a n a d a   c e l t i c s   b l e e d g r e e n   c l i p p e r n a t i o n   j a p a n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s     u s a
e v a l u a t i n g   b l a k e   g r i f f i n ' s   p r e s e a s o n   d e b u t   w i t h   t h e   b o s t o n   c e l t i c s 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   n e t s   p i s t o n s   w i z a r d s   c l i p p e r n a t i o n   j a p a n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s     u s a
  b i g   t i c k e t   🎟   
 
 n b a   l a c l i p p e r s   c e l t i c s   c a v s   c a v s s u m m e r   c l e v e l a n d c a v a l i e r s   b e t h e f i g h t   c a v s h i o n   c a v s 5 0   f i e l d h o u s e h e a t   c a v s d r a f t   l e t e m k n o w   d a l l a s   c e l t i c s   b o s t o n c e l t i c s   c u s r i s e   l a k e r s   l a k e r s f a m i l y   l a k e r n a t i o n   g o l a k e r s   l o s a n g e l e s l a k e r s   l a k e s h o w  
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
⚽ | n o u v e a u   c e l t i c s   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   f o u   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 p l a y o f f n b a  
c e l t i c s   s t a f f e r   w h o   h a d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s s t a f f f e m a l e   d a n n y a i n g e   e a s t e r n c o n f e r e n c e   g e e k s a n d g a m e r s   i m e u d o k a   i m e u d o k a c e l t i c s s t a f f a f f a i r   i m e u d o k a d a n n y a i n g e   i m e u d o k a f i r e d   i m e u d o k a k a t h l e e n n i m m o l y n c h   i m e u d o k a n i a l o n g  
t e a g i f   
 i   d o n ' t   c o n d o n e   c h e a t i n g   
 b u t   d o   y o u 
 a   p h o t o   o f   t h e   m a r r i e d   m i s t r e s s   w i t h   3 ⃣   c h i l d r e n   h a s     b e e n   r e v e a l e d 
 i m e   u d o k a   🤔 
 i m e u d o k a   
 c e l t i c s  
h i g h e s t   d e f e n s i v e   r a t i n g   i n   t h e   2 0 2 1 - 2 2   s e a s o n   🚫 
 
 r o b e r t   w i l l i a m s :   1 0 2 . 4 
 r u d y   g o b e r t :   1 0 3 . 3 
 b a m   a d e b a y o :   1 0 4 . 2 
 a l   h o r f o r d :   1 0 4 . 4 
 k e v o n   l o o n e y :   1 0 4 . 9 
 
 n b a   c e l t i c s   t i m b e r w o l v e s   h e a t   w a r r i o r s  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ‘ i   w a n t   t o   h e l p   ( u s )   w i n ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c a n n o t   f r e a k i n g   w a i t ! ! ! !   c e l t i c s   b l e e d g r e e n   b a n n e r 1 8  
r e p .   a y a n n a   p r e s s l e y   o n   j a y l e n   b r o w n ' s   l e a d e r s h i p   i n   b o s t o n   a n d   b e y o n d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i   a m   a   v e r i f i e d   s e a s o n   t i c k e t   h o l d e r   t h r o u g h   c e l t i c s   s e a s o n   t i c k e t   e x c h a n g e .   i f   y o u   a r e   i n t e r e s t e d   i n   g a m e s   t h i s   s e a s o n ,   i   h a v e   m o s t   s t i l l   a v a i l a b l e ! !   s e c t i o n   3 2 6 ,   r o w   7 .   d m   f o r   m o r e   d e t a i l s .   c e l t i c s   v e r i f i e d s e l l e r   b l e e d g r e e n   b a n n e r 1 8
n e w   v i d e o   t o m o r r o w   a t   1 2 p m   e s t . . .   
 c e l t i c s  
s t a r v i n g   a n d   o u t n u m b e r e d   t h e   u n d e r d o g   c e l t i c s   f o u g h t   b a c k ! 
 b r o n z e a g e d r u i d s   c e l t s   s c o t t i s h c e l t s   t v s e r i e s   c e l t i c s   i r o n a g e d r u i d s   d a r k e s t w i n t e r   e p i s o d e 2   

n e x t   s t o p . . . a   b a b y   w i t h   k h l o e   k a r d a s h i a n ! 
 c e l t i c s  
i ’ m   t e l l i n g   y o u   g u y s :   b l a k e   g r i f f i n   i s   g o i n g   t o   h a v e   a   s t r o n g   i m p a c t   o n   t h e   c e l t i c s    
n o   w o n d e r   c o a c h   i m a   u d o k a   g o t   s u s p e n d e d   b y   t h e   c e l t i c s   o r g a n i z a t i o n ,   h e   w a s   f u c k i n g   f r o n t   o f f i c e   w i v e s .   a n d   o n   n i a   l o n g .   t h a t   g u y s   b r a i n   i s   d e f i n i t e l y   i n   h i s   d u m b   d i c k .
p o s t e d   i n   d e s i g n t w i t t e r   f i r s t .   a l s o   m y   f i r s t   j t   g r a p h i c !   🔥 ☘ ️ 
 c e l t i c s   b l e e d g r e e n  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ' s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   m a n y   b i g   s h o t s   d i d   e d d i e   h o u s e   m a k e   ( c o l d ) ?   c e l t i c s  
☘ ️ c e l t i c s   @   h o r n e t s   🐝   |   f u l l   g a m e   h i g h l i g h t s / c o m m e n t a r y   🎙 |   o c t   6 ,   2 0 2 2   🏀    
1 0   m o r e   d a y s ! !   u n t i l   t h e   n b a ' s   o p e n i n g   n i g h t   k i c k s   o f f ! 
 
 
 
 n b a o p e n i n g n i g h t   b a s k e t b a l l   n b a d a i l y r e c a p s   n b a b e t t i n g   s p o r t s g a m b l i n g   s p o r t s b e t t i n g   b a s k e t b a l l g a m b l i n g   n b a d a i l y n e w s     b a s k e t b a l l b e t t i n g   n b a   e s p n   l a k e r s   w a r r i o r s   c e l t i c s   7 6 e r s  
h e a v i e s t   p l a y e r s   i n   n b a   h i s t o r y :   👀 
 
 ▪ ️   o l i v e r   m i l l e r :   3 7 5   l b s .   
 ▪ ️   s h a q u i l l e   o ' n e a l :   3 6 0   l b s . 
 ▪ ️   s i m   b h u l l a r :   3 6 0   l b s . 
 ▪ ️   e d d y   c u r r y :   3 5 0   l b s . 
 ▪ ️   m i k e   s w e e t n e y :   3 4 0   l b s . 
 
 u s e d   t h e i r   h e f t   t o   t h e i r   a d v a n t a g e .   💪 
 
 p a c e r s   c e l t i c s   k i n g s   m a v s   k n i c k s   n b a  
- j u s t i n   j a c k s o n   w i n g   d e p t h ? 
 - j a k e   l a y m a n - n o 
 - b r o d r i c   t h o m a s - n o 
 - n o a h   v o n l e h - b o r d e r l i n e   n o 
 - i   w a n t   a   b r o g d o n - w h i t e - b r o w n - g r a n t - g r i f f i n   l i n e u p 
 - j b   a l l - s t a r   t o u r   t h i s   s e a s o n 
 - b r a d   g e t s   e x e c u t i v e   o f   t h e   y e a r 
 - j t   m v p   c a n d i d a t e   
 c e l t i c s
s o m e   t h o u g h t s   p r i o r   t o   t h e   s e a s o n : 
 - d o e s   k a b   g e t   c o n v e r t e d   t o   1 5 - m a n ? 
 - d o e s   v o n l e h   m a k e   t h e   1 5 - m a n ? 
 - d o u b l e - b i g   d o e s n ’ t   n e e d   t o   b e   u t i l i z e d 
 - h a u s e r   c a n   s h o o t ,   c a n   h e   c r e a t e   a n d   d e f e n d ? 
 - b r o g d o n   c a n   p l a y   5 0   g a m e s   i f   h e ’ s   h e a l t h y   f o r   p l a y o f f s 
 c e l t i c s
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
b u t   w o u l d   y o u   r a t h e r   h a v e   s a m a n i c   o r   j a c k s o n   o r   t h o m a s   o r   l a y m a n ?   c e l t i c s  
p a y t o n   p r i t c h a r d   e n d o r s e s   b l a k e   g r i f f i n   o n   t h e   c e l t i c s   

f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 8 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 8 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ' i   w a n t   t o   h e l p   ( u s )   w i n '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
    g l a d   t o   s e e   y o u   a r e   l e a r n i n g   t o   h o l d   y o u r   t o n g u e .   i m e u d o k a   f i r s t b l a c k c o a c h   c e l t i c s
t h i s   i s   t h e   j u s t i n   j a c k s o n   i   r e m e m b e r : 
 1 6   p o i n t s 
 6 - 1 4   f g 
 4 - 8   3 ’ s 
 4   r e b 
 1   a s t 
 1   s t l 
 1   b l k 
 c e l t i c s   
  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ’ s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w e   p i c k e d   u p   t h i s   j a y s o n   t a t u m   r o o k i e   t o d a y ! !   a l w a y s b u y i n g   d u k e   b l u e d e v i l s   c e l t i c s   @   c o a s t a l   s p o r t s   c a r d s  
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   h o r n e t s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ' s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   t e l l s     p o s t - g a m e :   " t h e   i n t e n s i t y   l e v e l   a n d   m a t u r i t y   l e v e l   o f   t h i s   . . .   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
g r a n t   w i l l i a m s   h a s   c o u n t e r   m o v e s   f o r   h i s   c o u n t e r   m o v e s   c e l t i c s  
t a l k e d   t o   b o b   h u g g i n s ,   a l   h o r f o r d   a n d   m o r e   a b o u t   j o e   m a z z u l l a ,   w h o ’ s   i m p r e s s i n g   a t   c e l t i c s   t r a i n i n g   c a m p ,   f o r   ⁦ ⁩ :    
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   1 1 2 ,   h o r n e t s   1 0 3 :   j a y l e n   b r o w n ,   b o s t o n ' s   b - s q u a d   t a k e s   c a r e   o f   c h a r l o t t e   o n   t h e   r o a d   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   s h o r t h a n d e d   c e l t i c s   c o m e   b a c k   f r o m   1 6   d o w n   t o   b e a t   t h e   h o r n e t s   o n   t h e   r o a d  
t h e   s h o r t h a n d e d   c e l t i c s   c o m e   b a c k   f r o m   1 6   d o w n   t o   b e a t   t h e   h o r n e t s   o n   t h e   r o a d  
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i   s t i l l   l i k e   t h i s   i d e a   👀   c e l t i c s  
t h e   c e l t i c s   w e r e   a n   a m e r i c a n   b a s k e t b a l l   t e a m   b a s e d   i n   b o s t o n   t h a t   w a s   f o u n d e d   i n   1 9 4 6 .   t h e   t e a m   c o m p e t e   i n   t h e   n a t i o n a l   b a s k e t b a l l   a s s o c i a t i o n   ( n b a )   a s   a   m e m b e r   o f   t h e   l e a g u e ' s   e a s t e r n   c o n f e r e n c e   a t l a n t i c   d i v i s i o n .   t h e y   r a n k   a m o n g   t h e   t o p   b a s k e t b a l l   t e a m s   i n   n b a   h i s t o r y .   n b a 7 5
b l a k e   g r i f f i n   s a y s   “ i t ’ s   r e f r e s h i n g ”   t o   b e   o n   a   t e a m   t h a t   c o m e s   t o   w o r k   “ l o c k e d   i n ”   a n d   d o e s n ’ t   n e e d   t o   b e   t o l d   t o   d o   s o   👀     c e l t i c s   

a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s    
i m e   u d o k a   a c c u s e d   o f   s l e e p i n g   w i t h   w i f e   o f     b o s t o n   c e l t i c s   o w n e r     v i a  
p a u l   g e o r g e   s t a r s   i n   n b a   c o m m e r c i a l   w i t h   j a y s o n   t a t u m ,   j o e l   e m b i i d ,   a n d   d a m i a n   l i l l a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f r i d a y   n i g h t s   a r e   f o r   f a m i l y ,   f o o t b a l l ,   h o m e c o m i n g ,   a n d   4 5 i n g   t h e   v i s i t i n g   t e a m . 
 
 o h   a n d   c o n v i n c i n g   h i s   b o y s   t o   d u m p   w a t e r   o n   h i m   🤣 
 
 g r e a t   w i n ,   c o a c h ! 
 f r i d a y n i g h t l i g h t s   f o o t b a l l   h o c o 2 2   c e l t i c s   h t c h s  
t h e   l a t e s t   c e l t i c s   m a i l b a g   f e a t u r e s   m f i o n d u   k a b e n g e l e ,   s a m   h a u s e r   a n d   m u c h   m o r e   f r o m   t h e   t e a m ' s   p r e s e a s o n  
s e e i n g   b l a k e   g r i f f i n   i n   a   c e l t i c s   u n i f o r m   i s   s u c h   a   s h o c k   t o   t h e   s e n s e s .   b u t   i   l i k e   i t .   a n y   g u y   w h o ' d   g e t   n a k e d   o n   b r o a d   c i t y   i s   o k a y   b y   m e .
p a y t o n   p r i t c h a r d   w a s   u n f a z e d   b y   t h e   c l o s i n g   d e f e n d e r s   a s   h e   c o n n e c t s   o n   a   3 - p o i n t e r   i n   t h e   f a c e   o f   t h e   c l o s i n g   d e f e n s e   c e l t i c s    
_ s m o o t h 1 0   _ m s 3     c o u l d   i   g e t   a   h a p p y   b i r t h d a y   f r o m   o n e   o f   m y   f a v o u r i t e   c e l t i c s   b i r t h d a y   c e l t i c s
j a y l e n   b r o w n   t a k i n g   m f i o n d u   k a b e n g e l e   u n d e r   h i s   w i n g   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n o a h   v o n l e h   h a s   a   l e g i t i m a t e   c h a n c e   a t   m a k i n g   t h e   c e l t i c s   r o s t e r .   d e s p i t e   r a c k i n g   u p   f o u l s   q u i c k l y   a n d   n e e d i n g   t o   w o r k   o n   p i c k - a n d - r o l l s   a s   a   c e n t e r ,   h e   h a s   g r e a t   q u a l i t i e s   t h e   c e l t i c s   c a n   u s e   t h i s   s e a s o n .   ( i   w r o t e   t h i s   i n   a u g u s t )   🍀  
b l a k e   g r i f f i n   g i v e s   h i g h   p r a i s e   t o   h e a d   c o a c h   j o e   m a z z u l l a ,   s a y i n g   h e ’ s   a b l e   t o   c o m m u n i c a t e   w e l l   a s   a   c o a c h   a n d   a s   a   p e r s o n .   g r i f f i n   n o t e s   i t ’ s   n o t   e a s y   f o r   a   f i r s t   y e a r   h e a d   c o a c h ,   b u t   m a z z u l l a   i s   a b l e   t o   d o   s o .   c e l t i c s   
  
c e l t i c s   h o r n e t s     w h e r e   u   g o i n g   l m a o   i   f o r g o t   t o   t w e e t   t h i s   l a s t   n i g h t   w y a   l m a o
w a i t ,   a m   i   a b o u t   t o   b e c o m e   a   b l a k e   g r i f f i n   s u p e r f a n ?   o k a y ,   l e t ' s   d o   t h i s .   c e l t i c s
b o s t o n   c e l t i c s :   f o r m e r   h o r n e t s   l o t t e r y   p i c k   f l o a t e d   f o r   c ’ s   t p e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f a b   m e l o   -   b o s t o n   c e l t i c s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s 
 
   n b a   n b a t w i t t e r   n b a t o p s h o t   m e l o   c e l t i c s   b o s t o n c e l t i c s   n u g g e t s   k n i c k s   m i l e h i g h b a s k e t b a l l   n e w y o r k f o r e v e r  
1 0 / 7   p u t n a m   p o s t g a m e   r e p o r t :   b a c k   i n   t h e   w i n   c o l u m n   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
i   w i l l   t a k e   1 4 / 1 3   f r o m   v o n l a h   a n y t i m e   c e l t i c s
w a t c h i n g   t h e     c e l t i c s   b r o a d c a s t   f r o m   l a s t   n i g h t   a n d   i   k n o w     w a n t e d   t o   a d d   i n   a   n w a / w c w   r e f e r e n c e   w h e n   h e   t a l k e d   a b o u t   t h e   b a s k e t b a l l   h i s t o r y   a t   g r e e n s b o r o   c o l i s e u m .   😂
j o r d a n   p o o l e   s h o u l d   j o i n   t h e   c e l t i c s   f u c k d r a y m o n d
e v a l u a t i n g   b l a k e   g r i f f i n ’ s   p r e s e a s o n   d e b u t   w i t h   t h e   b o s t o n   c e l t i c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   p r o m o t e   f o r m e r   w v u   p o i n t   g u a r d   t o   i n t e r i m   h e a d   c o a c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   g e t s   i t   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d e r r i c k   w h i t e   s e n d s   l a m e l o   b a c k   o v e r s e a s .   n b a   b a s k e t b a l l   n b a t w i t t e r   l a m e l o b a l l   h o r n e t s   c e l t i c s   d e r r i c k w h i t e  
i c y m i ,   f r o m   g r a n t   w i l l i a m s   c o n t i n u i n g   t o   a d d   t o   h i s   g a m e   t o   d e r r i c k   w h i t e ' s   a g g r e s s i v e   a p p r o a c h ,   b l a k e   g r i f f i n ' s   c e l t i c s   d e b u t ,   a n d   b o s t o n ' s   b e n c h   o u t s c o r i n g   c h a r l o t t e ' s   4 3 - 2 7 ,   h e r e ' s   w h a t   s t o o d   o u t   f r o m   t h e   c e l t i c s '   w i n   o v e r   t h e   h o r n e t s 

j a y l e n   b r o w n   j u s t   h a s   t h a t   h u n g e r   i n   h i s   e y e s   ( v i a   )     c e l t i c s   c e l t i c s t a l k
j a y l e n   b r o w n   t o   t h e   r i m .   n b a   b a s k e t b a l l   j a y l e n b r o w n   c e l t i c s   n b a t w i t t e r  
i u b b   l a s t   n i g h t : 
 
 🏀     ( 🇸 🇮 ) :   2 1   p t s   ( 8 - 1 4   f g ,   3 - 6   3 f g ,   2 - 2   f t ) ,   4   r e b s ,   4   a s t s 
 🏀   _   ( b c   g a r g ž d a i 🇱 🇹 ) :   1 0   p t s ,   4   r e b s ,   9   a s t s 
 
 n b a   p r e s e a s o n : 
 🏀   n o a h   v o n l e h   ( c e l t i c s ) :   1 4   p t s   ( 6 - 8   f g ) ,   1 3   r e b s ,   2   a s t s 
 🏀   o g   a n u n o b y   ( r a p t o r s ) :   1 3   p t s ,   2   r e b s ,   2   s t l s
e s p n ' s   z a c h   l o w e   p r o j e c t s   t h e   b o s t o n   c e l t i c s   a s   c o n t e n d e r s   d e s p i t e   o f f s e a s o n   h i c c u p s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t a t u m   s c o p e   p r i z m   p s a   1 0   r o o k i e !   l o o k i n g   t o   t r a d e   f o r   c u r r y   o r   g i a n n i s   p s a   1 0   r o o k i e s .   o p e n   t o   o f f e r s .   n o t   $ 1     _   _ s e l l   c e l t i c s   r o o k i e s   g i a n n i s   t a t u m   c u r r y   n b a  
r e c a p :   h o r n e t s   d r o p   t h i r d   s t r a i g h t   p r e s e a s o n   g a m e ,   l o s e   t o   c e l t i c s ,   1 1 2 - 1 0 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s :   j a y l e n   b r o w n   j u s t   h a s   t h a t   h u n g e r   i n   h i s   e y e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h a t   s h o u l d   w e   e x p e c t   f r o m   t h e   b o s t o n   c e l t i c s   i n   2 0 2 2 - 2 3 ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
_ d i m e s   g o i n g   c r a z y   f o r   . r y t i e r i   !   3 4 p t s   6 a s t   a n d   t h e   w 🔥 🔥 🔥 
 
 b a s k e t b a l l   c e l t i c s   k y r i e   n b a d r a f t   l a l a k e r s   o k c   k i n g j a m e s   n b a o n t n t   c l e v e l a n d c a v a l i e r s   n b a l o t t e r y   u n d e r a u r m o r   d a r i u s g a r l a n d  
b o s t o n ’ s   j a y l e n   b r o w n   r a n k e d   i n   s p o r t i n g   n e w s ’   t o p   f i v e   n b a   s h o o t i n g   g u a r d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i t ' s   s a t u r d a y   y o u   k n o w   w h a t   t h a t   m e a n s   i t ' s   t i m e   f o r   c o r d i s c h i a n d c o i t   w i t h     a n d     p r o d u c e d   b y   _ w e e i .   c a l l   i n   4 0 1 - 7 3 7 - 1 2 8 7   p a t r i o t s   n f l   b r u i n s   n h l   c e l t i c s   n b a   m l b p o s t s e a s o n   t e x t   i n t o   t h e   s h o w   @   3 7 9 3 7  
a   m e d i a l   i n f o r m a t i o n a l   p o s t :   t h e   i n j u r y   a n d   r e c o v e r y   o f   a r o n   b a y n e s   ( v i a   )     c e l t i c s   c e l t i c s t a l k
t h e   i n j u r y   a n d   r e c o v e r y   o f   f o r m e r   b o s t o n   c e l t i c s   b i g   m a n   a r o n   b a y n e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i n t e r e s t i n g   w o r d s   f r o m   j a y l e n   b r o w n   o n   j a y s o n   t a t u m   c e l t i c s   
 
 “ w e ’ r e   g o i n g   t o   n e e d   h i m   t o   s p e a k   m o r e   a n d   b e   m o r e   v o c a l   i f   w e   w a n t   t o   c o r r e c t   t h e   s h i p   a n d   g e t   t h i s   t h i n g   o f f   t o   t h e   r i g h t   s t a r t . ”
👀   d e r r i c k   w h i t e   v s   l a m e l o   b a l l 
 
 n b a   n b a i t a l i a   c e l t i c s   h o r n e t s   n b a p r e s e a s o n  
b o s t o n ' s   j a y l e n   b r o w n   r a n k e d   i n   s p o r t i n g   n e w s '   t o p   f i v e   n b a   s h o o t i n g   g u a r d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n o a h   v o n l e h   n e e d s   t o   w o r k   o n   t h e   a r t   o f   a   s u c c e s s f u l   p i c k - a n d - r o l l   i f   h e ’ s   t o   p l a y   c e n t e r   o n   t h e   c e l t i c s .   f o r   a l l   t h e   g o o d   h e   b r i n g s   t o   t h e   t a b l e ,   h e ’ s   a   f o u l   m a c h i n e   a n d   i t   t y p i c a l l y   h a p p e n s   w h e n   h e ’ s   s e t t i n g   a   p i c k   a n d / o r   d e f e n d i n g   o f f - b a l l .
j o e   m a z z u l l a   s a y s   h e   m i s s e s   b e i n g   i n   t h e   “ t r e n c h e s ”   a n d   w o r k i n g   i n d i v i d u a l l y   w i t h   t h e   p l a y e r s   i s   p r o b a b l y   t h e   b i g g e s t   d i f f e r e n c e   f r o m   b e i n g   a n   a s s i s t a n t   c o a c h   t o   h e a d   c o a c h   c e l t i c s
b o s t o n   c e l t i c s :   o v e r p e r f o r m i n g   2 0 1 9   f i r s t - r o u n d   p i c k   u n l i k e l y   t o   h a v e   d e a l   g u a r a n t e e d   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   👌   c e l t i c s  
c l e a r l y   l a m e l o   c a n ’ t   s t a y   i n   f r o n t   o f   d e r r i c k   w h i t e   a n d   t h e   o n l y   w a y   t o   s t o p   h i m   i s   t o   t a k e   h i m   d o w n   c e l t i c s    
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c e l t i c s '   j a y s o n   t a t u m   r a n k e d   i n s i d e   e s p n ' s   t o p   1 0   o f   2 0 2 2 - 2 3   t o p   1 0 0   p l a y e r s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i   b e l i e v e   i n   y o u   m o r e   t h a n   a n y t h i n g   i ’ v e   e v e r   b e l i e v e d   i n .   i   c o m p l e t e l y   e x p e c t   y o u   t o   f u c k   s h i t   u p .     c e l t i c s
o n   t h i s   d a y :   f o r m e r   b o s t o n   c e l t i c s   b i g   m a n   b r e t t   s z a b o   s i g n s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ’ s   j a y l e n   b r o w n   j u s t   o u t s i d e   o f   s p o r t s   i l l u s t r a t e d ’ s   t o p   2 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ' s   j a y l e n   b r o w n   j u s t   o u t s i d e   o f   s p o r t s   i l l u s t r a t e d ' s   t o p   2 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w h a t   t e a m s   d o   y o u   p c ?   l i o n s p r i d e   r a v e n s f l o c k     d e t r o i t r o o t s   o r i o l e s     r e d w i n g s   p i s t o n s   c e l t i c s      
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g a m e   r e c a p :   c e l t i c s   1 1 2 ,   h o r n e t s   1 0 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i n t e r e s t i n g   e p i s o d e   
 s e x   a d d i c t   
 
   n i a l o n g 
 i m e u d o k a   r h o h   c e l t i c s   
 r e a l h u s b a n d s o f h o l l y w o o d  
b l a k e   g r i f f i n   m a k e s   c e l t i c s   d e b u t   a s   n o a h   v o n l e h   f i n a l l y   f i g h t s   f o r   r o s t e r   s p o t   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - h o r n e t s   p r e s e a s o n   r e m a t c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g u y s   i   c o u l d n ’ t   r e a l l y   w a t c h   m u c h   o f   t h e   g a m e   b e c a u s e   i   w a s   w o r k i n g   🥺   b u t   i   s a w   w e   c a m e   u p   f r o m   b e i n g   d o w n   a n d   i   s a w   b l a k e   g r i f f i n   g e t   2   f r e e   t h r o w s .   w e   l o o k   g r e a t .   c a n ’ t   w a i t   f o r   o p e n i n g   n i g h t   l f g   c e l t i c s
c h a r l o t t e   h o r n e t s   d r o p   t h i r d   s t r a i g h t ,   l o s e   t o   b o s t o n   c e l t i c s 
 
 
 
 n b a   c h a r l o t t e   h o r n e t s   a l l f l y   b o s t o n   c e l t i c s   b l e e d g r e e n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a a l l s t a r   n b a j a p a n g a m e s 2 0 2 2   n b a i n a b u d h a b i   l a k e s h o w   h e a t t w i t t e r   m f f l   s u n s
j u s t i n   j a c k s o n   s t r e n g t h e n s   c a s e   f o r   c e l t i c s   r o s t e r   s p o t   i n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   i m e   u d o k a ' s   f a l l o u t   w i t h   b o s t o n   c e l t i c s   c o u l d   s a v e   t h e   b r o o k l y n   n e t s 
 
 
 
 n b a   b r o o k l y n t o g e t h e r   n e t s   b r o o k l y n   b l e e d g r e e n   b o s t o n   c e l t i c s   t r u e t o a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n
b o s t o n   c e l t i c s :   b / r   s e e s   d e r r i c k   w h i t e   a s   o d d   m a n   o u t   i n   b a c k c o u r t 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   t r u e t o a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a i n a b u d h a b i   n b a j a p a n g a m e s 2 0 2 2   m f f l
b l a k e   g r i f f i n   p r a i s e s   ' o f f   t h e   c h a r t s '   c e l t i c s   i n t e n s i t y ,   m a t u r i t y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   t o o k   t h a t   w   ! ! !   t h a t ’ s   w h a t   i ’ m   t a l k i n g   a b o u t   a n d   o n   t h e y   c o u r t   ! ! !   i   l o v e   i t
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t i m e   t o   w a t c h   m y     g a m e   s u c k s   n o t   a l l   t h e   g u y s   a r e   p l a y i n g   b u t   i   g e t   i t ,   i t ’ s   n b a p r e s e a s o n   n b a t w i t t e r   c e l t i c s   a l l a b o u t 1 8   b l e e d g r e e n
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   b o s t o n   c e l t i c s   n b a   v i d e o :  
j u s t i n   j a c k s o n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j u s t i n   j a c k s o n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
d e r r i c k   w h i t e   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   d e r r i c k   w h i t e   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
j u s t i n   j a c k s o n   s t r e n g t h e n s   c a s e   f o r   c e l t i c s   r o s t e r   s p o t   i n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   r e s u l t s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2   ;   n b a   g a m e s   t o d a y ;   c e l t i c s 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s
l a m e l o   b a l l   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   l a m e l o   b a l l   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
c e l t i c s ’   m a r c u s   s m a r t   c r a c k s   s p o r t s   i l l u s t r a t e d ’ s   t o p   5 0   n b a   p l a y e r s   l i s t   f o r   2 0 2 2 - 2 3 . 
 
 b o s t o n c e l t i c s   🏟 
 c e l t i c s   🏀 
 n b a   n b a t w i t t e r   
 

g r a n t   w i l l i a m s   l o o k s   l i k e   a   n e w   p l a y e r :   7   t a k e a w a y s   f r o m   c e l t i c s   v s .   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h r e e   g a m e s ,   t h r e e   d e f e a t s .   w h a t   w e   l e a r n e d   i n   t h e   h o r n e t s ’   p r e s e a s o n   l o s s   t o   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e r r i c k   w h i t e   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e r r i c k w h i t e   d e r r i c k   w h i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
n o a h   v o n l e h   -   1 4   p t s ,   1 3   r e b ,   2   a s t ,   1   s t l   f u l l   h i g h l i g h t s | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 n o a h v o n l e h   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

a i n ' t   n o   w a y   i m e   u d o k a   r i s k e d   i t   a l l   f o r   t h a t .   s h e   h a d   t o   p u t   w i t c h c r a f t   o n   h i m   f u c k   t h a t .   a i n ' t   n o   w a y   i m e u d o k a   c e l t i c s   d r a y m o n d g r e e n   g o l d e n s t a t e
b l a k e   g r i f f i n   t a k e s   s u b t l e   s h o t   a t   n e t s   a m i d   p r a i s e   f o r   c e l t i c s   a f t e r   h i s   b o s t o n   d e b u t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a l e n   m c d a n i e l s   w i t h   a n   a l l e y   o o p   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
1 )   t a t u m 
 2 )   j b 
 3 )   s m a r t 
 4 )   b r o g d o n 
 5 )   h o r f o r d 
 6 )   d e r r i c k   w h i t e 
 7 )   b a t m a n 
 8 )   f a s t   p p 
 9 )   h a u s e r 
 1 0 )   b l a k e 
 1 1 )   k o r n e t t 
 1 2 )   t i m e l o r d * 
 1 3 )   g a l l o * 
 1 4 )   v o n l e h 
 1 5 )   j u s t i n   j a c k s o n 
 1 6 )   k a b e n g e l e   ( 2 - w a y ) 
 1 7 )   d a v i s o n   ( 2 - w a y ) 
 
 i s   i t   o p e n i n g   n i g h t   y e t ?   c e l t i c s
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s   v s   h o r n e t s   p r e s e a s o n   r e m a t c h 

  b l a k e   g r i f f i n   c e l t i c s   d e b u t   -   7   p t s ,   9   r e b ,   2   a s t   f u l l   p l a y | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 b l a k e g r i f f i n   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

s e e i n g   b l a k e   g r i f f i n   i n   c e l t i c s   g r e e n   i s   w i l d   b u t   i   l o v e   i t ! ! !   c e l t i c s  
t h i s   w a r r i o r s   t e a m m a t e   d r a m a   r e a l l y   m a k e s   y o u   w o n d e r   i f   t h e   2 0 2 2   n b a   t i t l e   i s   l e g i t . . .   c e l t i c s
d e r r i c k   w h i t e   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e r r i c k w h i t e   d e r r i c k   w h i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
p a y t o n   p r i t c h a r d   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a y t o n p r i t c h a r d   p a y t o n   p r i t c h a r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e r r i c k w h i t e   p i c k s   u p   1 8   p o i n t s   a n d   s i x   a s s i s t s   t o   h e l p   t h e   c e l t i c s   e r a s e   a   1 6 - p o i n t   d e f i c i t   a g a i n s t   t h e   h o r n e t s .   f i n a l :   b o s   1 1 2   -   1 0 3   c h a   n b a p r e s e a s o n
b a l l i n g   o u t   d   w h i t e   c e l t i c s
g a r y   w a s h b u r n :   j a y l e n   b r o w n   w i l l   b e   t h e   l o n e   m e m b e r   o f   t h e   f i r s t   u n i t   t o   g e t   m i n u t e s   t o n i g h t .   c e l t i c s    
j u s t i n   j a c k s o n   w i t h   a   b l o c k   v s   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n o a h v o n l e h   n o a h   v o n l e h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
p o i n t s   o n   t h e   b o a r d   p o d c a s t ! 
 
 -   b o s t o n   s t i l l   t h e   b e s t   i n   t h e   e a s t ? 
 -   m o d e r n   v s .   o l d - s c h o o l   c o a c h e s 
 -   i m e u d o k a   r a c i a l   d o u b l e   s t a n d a r d ? 
 -   n b a   s h o u l d n ’ t   f o r c e   t h e   s a l e   o f   t e a m s 
 -   p l u s   m o r e . 
 
 f a n t a s y b a s k e t b a l l   w n b a   c e l t i c s   s u n s   s p o r t s b e t t i n g   g a m b l i n g 
 
  
w h a t   e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   s a i d   a b o u t   j o e   m a z z u l l a   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e y   n e e d   t o   b r i n g   k e m b a   b a c k   s o m e h o w   i d c .   h e ' s   s u c h   a   g e m   💙   c e l t i c s  
m a z z u l l a   o n   n o a h   v o n l e h ,   w h o   r e s p o n d e d   f r o m   a   t o u g h   f i r s t   h a l f   w i t h   1 4   p o i n t s   a n d   1 3   r e b o u n d s :   
 
 “ i   t h i n k   h e ’ s   g r e a t ;   h e   u n d e r s t a n d s   t h e   g a m e ,   s c r e e n s   w e l l ,   f i t s   i n t o   o u r   d e f e n s i v e   i d e n t i t y .   v e r y   h a p p y   w i t h   t h e   w a y   h e   p l a y e d .   h e   d i d   s o m e   g o o d   t h i n g s   f o r   u s . ”   c e l t i c s
a l e x   c o r a   a t   t h e   m e t s   g a m e ? ? 
 l o v e   h e ' s   w e a r i n g   a   c e l t i c s   l i d 
 b o s t o n g u y   l o v e m y m a n a g e r   s i g n d e v e r s   s i g n b o g a e r t s
c e l t i c s   t a k e a w a y s   a s   d e r r i c k   w h i t e   s h i n e s ,   b l a k e   g r i f f i n   m a k e s   d e b u t   i n   p r e s e a s o n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h i s   i s   k a t h l e e n   n i m m o   l y n c h ,   t h e   d e v o u t   m o r m o n   w h o   h a d   a n   a f f a i r   w i t h   i m e   u d o k a . 
 
 i m e u d o k a   c e l t i c s  
b o s t o n ’ s   b - s q u a d   t a k e s   d o w n   c h a r l o t t e   1 1 2 - 1 0 3   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a ,   c e l t i c s   m e d i a   r e a c t   t o   b o s t o n ' s   1 1 2 - 1 0 3   p r e s e a s o n   w i n   o v e r   t h e   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
m a z z u l l a   o n   n o a h   v o n l e h ,   w h o   r e s p o n d e d   f r o m   a   t o u g h   f i r s t   h a l f   w i t h   1 4   r e b o u n d s   a n d   1 3   r e b o u n d s :   
 
 “ i   t h i n k   h e ’ s   g r e a t ;   h e   u n d e r s t a n d s   t h e   g a m e ,   s c r e e n s   w e l l ,   f i t s   i n t o   o u r   d e f e n s i v e   i d e n t i t y .   v e r y   h a p p y   w i t h   t h e   w a y   h e   p l a y e d .   h e   d i d   s o m e   g o o d   t h i n g s   f o r   u s . ”   c e l t i c s
c e l t i c s   a t   h o r n e t s :   b o s t o n   o u t l a s t s   e a r l y   c h a r l o t t e   p u s h ,   w i n   1 1 2 - 1 0 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b r o g d o n   i s   t h e   p r i z e   a c q u i s i t i o n   n o   d o u b t . . b u t   b r a d s t e v e n s   m a y   h a v e   s t u m b l e d   u p o n   a   g e m   i n   n o a h v o n l e h   . .   c e l t i c s
h o r n e t s   l o s e   t o   c e l t i c s   i n   p r e - s e a s o n   p l a y 
 n .   r i c h a r d s   -   3 p t s ,   3 r e b ,   1 b l k 
 t .   r o z i e r   -   1 4 p t s ,   6 r e b ,   3 a s t ,   2 s t l ,   1 b l k 
 p j .   w a s h i n g t o n   -   1 2 p t s ,   4 r e b ,   3 a s t ,   3 s t l 
 
 b b n   😸   c a r d s g o n e p r o   ♦ ️   k y p r o b a s k e t b a l l   🏀   n b a t w i t t e r   l e t s g o p r o
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :     1 1 2 ,   h o r n e t s   1 0 3 .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
i   t h i n k   b l a k e   g r i f f i n   i s   h a p p y   w i t h   h i s   c h o i c e .   
 
 c e l t i c s   a r e   a l r e a d y   l o c k e d   i n .  
f r o m   g r a n t   w i l l i a m s   c o n t i n u i n g   t o   a d d   t o   h i s   g a m e   t o   d e r r i c k   w h i t e ' s   a g g r e s s i v e   a p p r o a c h ,   b l a k e   g r i f f i n ' s   c e l t i c s   d e b u t ,   a n d   b o s t o n ' s   b e n c h   o u t s c o r i n g   c h a r l o t t e ' s   4 3 - 2 7 ,   h e r e ' s   w h a t   s t o o d   o u t   f r o m   t h e   c e l t i c s '   w i n   o v e r   t h e   h o r n e t s   

t h e   c e l t i c s   u s u a l s   c h e e r i n g   o n   t h e   b e n c h   p l a y e r s   w a s   a w e s o m e   t o n i g h t !   c e l t i c s  
i t ’ s   o n l y   p r e s e a s o n ,   b u t   i ’ m   l i k i n g   h o w   t h i s   g r o u p   i s   s h a p i n g   u p   t o   b e .   c e l t i c s   a l l a b o u t 1 8   ☘ ️  
g o o d   w i n   b o y s !   l e t ' s   g o   c e l t i c s !   ☘ ️  
t h e   h o r n e t s   a l s o   h a d   m o r e   o f f e n s i v e   r e b o u n d s ,   s t e a l s ,   a n d   b l o c k s   t h a n   t h e   c e l t i c s ,   a n d   w o n   t h e   t u r n o v e r   b a t t l e   1 0 - 1 9   ( s o   w e   a r e   p r o t e c t i n g   t h e   b a l l   a t   a   b e t t e r   c l i p ) .   
 
 t h e   h o r n e t s   a l s o   d o m i n a t e d   i n   t h e   p a i n t ,   o u t s c o r i n g   t h e   c e l t i c s   t h e r e   5 4 - 3 6 .   
 
 a l l f l y   🐝
m v p   f o r   t h e   c e l t i c s   p r e s e a s o n   s q u a d   g o t t a   b e   a   t i e   b e t w e e n   v o n l e h   & a m p ;   h a u s e r . . t h i s   i s   t h e   m o s t   c o n s i s t e n t   i ' v e   s e e n   v o n l e h   l i k e   e v e r . . . m u s t   b e   t h e   h o m e   c o o k i n g !   n b a
c e l t i c s   g o t   m u l t i p l e   g u y s   w h o   c a n   p u t   a   1 0 +   5 +   5 +   l i n e   t o g e t h e r . . j a y s o n ,   j a y l e n ,   a l ,   d w ,   b r o g d o n . .   o c c a s i o n a l l y   r o b   & a m p ;   s m a r t   a s   w e l l .
      c e l t i c s   h a v e   m u l t i p l e   g u y s   w h o   c a n   p u t   t h a t   s t a t l i n e   t o g e t h e r ( 1 0 + p t s ,   5 + a s t   & a m p ;   5 + r b s ) . . i t ' s   a m a z i n g !
    s u r e   “ n o s e ”   h o w   t o   p i c k   a   w i n n e r ! ! 😂 🤣 😂 🤣 😂 🤣 😂   b l e e d g r e e n   b o o g e r g a t e   n b a   c e l t i c s   a b b y c h i n  
i t ’ s   n o   s e c r e t   t h a t   p a t r i c k   b e v e r l e y   f e e l s   s l i g h t e d   b y   t h e   f a c t   t h a t   h e ’ s   n e v e r   w o n   t h e   d e f e n s i v …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
k e m b a   w a l k e r :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   ' a   s p e c i a l   p e r s o n '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c ’ s   s t a t s :   j a y l e n   b r o w n   1 9   p o i n t s ,   5   r e b o u n d s …   d e r r i c k   w h i t e   1 8   p o i n t s ,   6   a s s i s t s …   j u s t i n   j a c k s o n   1 6   p o i n t s …   p a y t o n   p r i t c h a r d   1 5   p o i n t s ,   7   a s s i s t s …   n o a h   v o n l e h   1 4   p o i n t s ,   1 3   r e b o u n d s …   b l a k e   g r i f f i n   7   p o i n t s ,   9   r e b o u n d s   c e l t i c s   b l e e d g r e e n   ☘ ️
b r o d r i c ,   l u k a   & a m p ;   l a y m a n   c u t   i m o . .   j u s t i n j a c k s o n   m i g h t   h a v e   h e a t e d   u p   a t   t h e   r i g h t   t i m e . . w a s n t   a   f l a w l e s s   g a m e   b u t   b r u h   p l a y e d   l i k e   h i s   l i f e   d e p e n d e d   o n   i t !   c e l t i c s
            _ m i m i         _ c e l t i c s               w o w !     t h a t   w a s   o n e   h e c k u v a   g o o d   g a m e   f o r   c o a c h   m a z z u l a !     t o o k   j a y l e n   a n d   t h e   b e n c h   a n d   b e a t   t h e   h o r n e t s   s t a r t e r s . 
 
 a l s o   l i k i n g   t h e   d e p t h   v o n l e h   a n d   g r i f f i n   g i v e   u s   i n   t h e   f r o n t   c o u r t . 
 
 o n e   m o r e   p r e s e a s o n   g a m e   t h e .   o u r   c e l t i c s   a r e   p l a y i n g   f o r   k e e p s !
a   s h o r t h a n d e d   c e l t i c s   t e a m   r a l l i e d   i n   t h e   t h i r d   q u a r t e r   t o   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   o n   f r i d a y .  
r e a l l y   s o l i d   d e b u t   f o r   b l a k e   g r i f f i n .   h a s   t h e   p o t e n t i a l   t o   f i l l   o u t   t h e   b o x   s c o r e   i n   v e r y   l i m i t e d   m i n u t e s   w h i l e ,   m o s t   i m p o r t a n t l y ,   g i v i n g   c e l t i c s   b i g s   a   b r e a k .  
b l a k e   g r i f f i n   f i n i s h e s   w i t h   7   p o i n t s   a n d   9   r e b o u n d s   i n   1 6   m i n u t e s .   h e   w a s   a   p l u s - 8 .   c e l t i c s   h o r n e t s
t h e   s h o r t h a n d e d   c e l t i c s   w o n .   h o r n e t s   a r e   h o r r e n d o u s   a n d   i t ’ s   p r e s e a s o n ,   b u t   w i n s   a r e   s t i l l   f u n .
f i n a l   c e l t i c s   w i n   1 1 2 - 1 0 3   h o r n e t s
c e l t i c s   b e a t   h o r n e t s   1 1 2 - 1 0 3   w i t h o u t   f o u r   m a i n   p l a y e r s .   b r o w n   1 9 ,   w h i t e   1 8 ,   j a c k s o n   1 6 ,   p r i t c h a r d   1 5 ,   v o n l e h   1 4 .
🚨 p o s t g a m e   s h o w   n o w ! 
 
 j o i n     a n d   _ s w a y   f o r   c e l t i c s   p o s t g a m e   s h o w   l i v e ! 
 
 📺 w a t c h :   
 
 ⚡ ️ b y   ,   _ a g ,    
n b a   p r e s e a s o n :   c e l t i c s   1 1 2 ,   h o r n e t s   1 0 3 
 
 l a m e l o   b a l l :   2 3   p o i n t s ,   9   a s i s t s ,   4   r e b o u n d s ,   3   s t e a l s 
 
 k e l l y   o u b r e   j r . :   1 8   p o i n t s   o n   7 - 1 4   s h o o t i n g 
 
 p . j .   w a s h i n g t o n   h a d   1 2 
 
 b o u k n i g h t   0 - 8   f r o m   t h e   f l o o r   b u t   h a d   9   r e b o u n d s
c e l t i c s   1 1 2   h o r n e t s   1 0 3 .   m u c h   b e t t e r   s h o w i n g   f r o m   t h e   d e p t h   g u y s ,   p a r t i c u l a r l y   n o a h   v o n l e h .   
 
 w e ' r e   g o i n g   l i v e   n o w   w /   _ s w a y   :  
h a p p y   f o r   m y   g u y   v o n l e h !   i ' v e   b e e n   t r y i n g   t o   h i m   b a c k   h o m e   f o r   a t l e a s t   2   y r s   b l e e d g r e e n   c e l t i c s
t h e   2 4 a u t o g r o u p   i s   d e a d .   t h e s e   s h r i l l   c o m m e r c i a l s   m e a n s   n o b o d y   n e w   c o m i n g   t o   y o u ! !   p u l l   t h i s   a d   n o w .   i t ' s   h o r r i b l e .   c e l t i c s       c o m m e r c i a l s   a r e   o k   b u t   n o t   t h i s   b u l l s h i t .
s w e a t i n g   o u t   a   p r e s e a s o n   g a m e   m i g h t   b e   a l l   t i m e   l o w   c e l t i c s   h o r n e t s
n o   g a m e s   u n t i l   n e x t   f r i d a y ? ?   😩 ☘ ️   c e l t i c s
i   l o v e   o u r   t e a m   😌 ☘ ️   c e l t i c s  
j u s t i n   j a c k s o n   i s   p l a y i n g   w e l l   t o n i g h t   c e l t i c s
i s   d w h i t e & g t ; l a m e l o   w h a t   i ’ m   h e a r i n g ?   c e l t i c s   h o r n e t s
b r o d e r i c k   t h o m a s   a i n ' t   m a k i n g   t e a m   c e l t i c s
s o m e   c e l t i c s   l o v e   f r o m     a t   c i t i  
a l e x   i s   i n   n e w   y o r k 
 r e d s o x 
 c e l t i c s  
j u s t i n   j a c k s o n   t r a t a n d o   d e   h a c e r   l a   g r a n   c a r s e n   e d w a r d s ,   i   s e e   y o u   c e l t i c s
c e l t i c s   b e t t e r   w i n   t o n i g h t …   ☘ ️
4 q   u n d e r w a y   b e t w e e n   c e l t i c s   & a m p ;   h o r n e t s .   i ' m   g o i n g   l i v e   p o s t - g a m e   w i t h   _ s w a y  
j u s t i n   j a c k s o n ' s   c h a s e   d o w n   b l o c k   b r o u g h t   t h e   c e l t i c s   b e n c h   t o   t h e i r   f e e t .   e v e n   t h e   a s s i s t a n t   c o a c h e s   w e r e   f i r e d   u p !   
 
 c e l t i c s   o u t s c o r e   t h e   h o r n e t s   3 6 - 2 2   i n   t h e   3 r d   q u a r t e r   t o   t a k e   a   9   p o i n t   l e a d   i n t o   t h e   4 t h .
a f t e r   3   c e l t i c s   9 3 - 8 4   h o r n e t s
🚨 h o m e   s t r e t c h ! 🚨 
 
 c e l t i c s   a r e   u p   9 3 - 8 4 ! 
 
 j o i n     a n d   _ s w a y   f o r   t h e   g a r d e n   r e p o r t   p o s t   g a m e   s h o w   a f t e r   c e l t i c s   v s   h o r n e t s ! 
 
 📺 w a t c h :   
 
 ⚡ ️ b y   ,   _ a g   & a m p ;    
j a c k s o n   s h o o t i n g   3 ' s   a n d   f i n i s h i n g   w i t h   t h a t   b l o c k .   t h a t ' s   w h a t   t h e   c e l t i c s   i s   a b o u t !
v o n l e h   a n d   p r i t c h a r d   c o u l d   b e   a n   o f f   t h e   b e n c h   p r o b l e m   f o r   o t h e r   t e a m s 
 
 c e l t i c s
l o v e   w h a t   n o a h   h a s   d o n e   a t   t h e   b a c k   u p   c e n t e r   s p o t   s o   f a r   c e l t i c s
j u s t i n   j a c k s o n   i s   t h a t   d a w g   c e l t i c s
p r i t c h a r d   h a s   l o o k e d   g o o d   i n   t h e s e   s e c o n d   h a l v e s .   y o u   w o n d e r   w h a t   h i s   r o l e   a n d   f u t u r e   a r e   g o i n g   t o   b e   t h i s   s e a s o n   a n d   b e y o n d   a f t e r   c e l t i c s   g o t   d e e p e r   a t   t h e   g u a r d   s p o t .   t h e r e ' l l   b e   m o m e n t s   f o r   h i m ,   b u t   n o t   m a n y .
j u s t i n   j a c k s o n   b l o c k s   m a r k   w i l l i a m s   d u n k   a t   t h e   r i m .   t h e   u n c   o n   d u k e   c r i m e   i s   r e a l .   w h a t   a   s t r e t c h   f o r   j a c k s o n .   c e l t i c s   h o r n e t s
j a c k s o n   s a i d   d o n ’ t   p l a y   w i t h   h i m   t o n i g h t .   c e l t i c s   k e e p   t h a t   m o m e n t u m   m y   g u y .
j u s t i n   j a c k s o n   i s   g e t t i n g   s o m e   b u c k e t s   c e l t i c s
t h r e e   t h r e e s   i n   a   r o w   f o r   j u s t i n   j a c k s o n   a n d   h e   n e e d e d   t h o s e   f o r   h i s   c o n f i d e n c e .   c e l t i c s   h o r n e t s
j a c k s o n   s h o w e d   u p   t o n i g h t   c e l t i c s
g u e s s   w h a t   …   w e   s t i l l   h a v e   d a n i l o   a n d   r o b   w i l l i a m s   o n   s t a n d b y   😊 🫠 🤭   c e l t i c s     n b a  
t h i s   i s   a   f u n   b a c k   & a m p ;   f o r t h   c e l t i c s
g r a n t   w i l l i a m s   i s   w o r k i n g   o n   h i s   g a m e . 
 i   a i n ' t   n e v e r   s e e n   h i m   p u t   b a l l   o n   f l o o r   c e l t i c s
l a m e l o   b a l l   n e e d s   a n k l e   i n s u r a n c e   a f t e r   t h i s   c r o s s o v e r   b y   w h i t e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   l a m e l o   b a l l   c r o s s o v e r   c h a   c h a r l o t t e   h o r n e t s   b o s   b o s t o n   c e l t i c s
3   p r e   s e a s o n   g a m e s   i s   e n o u g h   f o r   m e . . .   s a m   h a u s e r   h o f   c e l t i c s  
9   b o a r d s   i n   1 6   m i n u t e s   f o r   b l a k e   g r i f f i n .   c e l t i c s   h o r n e t s
k e m b a   w a l k e r   t o     o n   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a :   " t h e y ' v e   g o t   a   g r e a t   c o a c h ,   b u t   e v e n   m o r e   i m p o r t a n t ,   h e ' s   a   s p e c i a l   p e r s o n .   h e ' s   a   s p e c i a l   g u y   t o   m e .   i ' v e   g o t   a   l o t   o f   l o v e   f o r   t h a t   g u y . "
r e a l l y   h a p p y   t o   s e e   k e m b a   c o u r t   s i d e .   w i s h   t h i n g s   c o u l d ’ v e   w o r k e d   o u t … . .   c e l t i c s
a l ,   m a l c o l m ,   m a r c u s ,   a n d   j a y s o n   c e l t i c s   g o c e l t i c s  
n i c e   s c r e e n   b y   g r i f f i n   t o   c l e a r   j a y l e n   f o r   a   3 .   c e l t i c s
g l a d   h e   i s   h e r e ,   a n d   b l a k e   i s   v e r y   m u c h   w i n d e d . . . l i k e   m y   a s s   b e   i n   t h i s   g a m e .   c e l t i c s
j f c   c e l t i c s   y a l l   s t i l l   h a v e n ' t   c l e a n e d   u p   t h e   t u r n o v e r s 
 s t o p   t u r n i n g   t h e   b a l l   o v e r !
e d d i e   h o u s e :   d r a y m o n d   g r e e n   ' a   b u l l y '   f o r   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   h a s   b e e n   t e r r i f i c   f o r   t h e   c e l t i c s   s o   f a r   i n   t h e   p r e s e a s o n .
c e l t i c s   v s .   h o r n e t s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
_ s m o o t h 1 0   w i t h   t h e   b l o c k !   t h a t ’ s   t h a t   c e l t i c s   d e f e n s e   c e l t i c s  
b l a k e   g r i f f i n   b u r y i n g   3 ’ s   🔥 🔥 🔥 
 
 c e l t i c s   •   b l e e d g r e e n   •   n b a   
 
  
g r i f f i n   r e p l a c e s   v o n l e h   t o   s t a r t   s e c o n d   h a l f .   c e l t i c s   h o r n e t s
d e r r i c k   c h i l l l l l   i t ’ s   o n l y   p r e s e a s o n     c e l t i c s   n b a  
b o s t o n   m a k i n g   a   c o m e   b a c k   n b a   c e l t i c s
( n e w   y o r k   t i m e s ) : b o s t o n   c e l t i c s   c o a c h   i m e   u d o k a   r o s e   f a s t   a n d   f e l l   h a r d   :   w e e k s   a f t e r   t h e   c e l t i c s   a b r u p t l y   s u s p e n d e d   u d o k a   f o r   t h e   s e a s o n ,   i t ’ s   s t i l l   n o t   e n t i r e l y   c l e a r   w h y .   s o m e   w h o   h a v e   k n o w n   h i m   a r e   s t r u g g l i n g   t o   m a k e   s e n s e   . .  
a f t e r   2   c e l t i c s   5 7 - 6 2   h o r n e t s
b l a k e   g r i f f i n   j u s t   s c o r e d   h i s   f i r s t   b a s k e t   a s   a   ! ☘ ️ ☘ ️ 
 b l a k e g r i f f i n   n b a   n b a t w i t t e r   n b a p r e s e a s o n   c e l t i c s   
  
🚨 c e l t i c s   t r a i l   t h e   h o r n e t s   6 2 - 5 7   a t   h a l f t i m e 
 
 t u n e   i n t o     p o s t g a m e   s h o w   a f t e r ! 
 
   & a m p ;   _ s w a y   r e c a p   c e l t i c s   v s   h o r n e t s ! 
 
 📺 w a t c h   l i v e :   
 
 ⚡ ️ b y   _ a g   |     |    
d e r r i c k   w h i t e   w o k e   u p   f e e l i n g   d a n g e r o u s   c e l t i c s
    a n d   c e l t i c s   f a n s   a r e   b l e s s e d   w i t h   t w o   o f   t h e   g r e a t e s t   p l a y - b y - p l a y   a n n o u n c e r s     a n d     ☘ ️   💚   b l e e d g r e e n   c e l t i c s
l e a d i n g   t h e   c e l t i c s   i n   s c o r i n g   w i t h   1 5   p o i n t s ,   5 / 8   f r o m   t h e   f l o o r ,   h e ' s   d i s h e d   o u t   5   a s s i s t s   a n d   p u l l e d   d o w n   2   b o a r d s .  
d e r r i c k   w h i t e   i s   p l a y i n g   r e a l l y   w e l l   o n   b o t h   s i d e s .   c e l t i c s   h o r n e t s
l e t ' s   g o   c e l t i c s .   c e l t i c s
b l a k e   f o r   3   c e l t i c s
e v e r y t h i n g   i t ' s   o k   c e l t i c s 
 
 b e l i e v e   i n   b o s t o n   
 
 r o a d t o 1 8   ☘ ️  
p l u m l e e   i s   a   p l u m l e e .   c e l t i c s
n o a h   v o n l e h   b e e n   n i c e   s o   f a r   t o d a y ,   g o i n g   a   l o n g   w a y   t o   m a k i n g   t h e   r o s t e r   c e l t i c s
n o   o f f e n s e   t o   t h e   g u y ,   b u t   i   d o n ' t   t h i n k   n o a h   v o n   l e h   i s   g o i n g   t o   m a k e   i t   c e l t i c s   b l e e d g r e e n
c e l t i c s   r e a l l y   t r y i n g   t o   g e t   a   l o n g   l o o k   a t   v o n l e h   a n d   h e   c a n ' t   s t o p   s e t t i n g   i l l e g a l   s c r e e n s .
l a m e l o   j u s t   g o t   h i s   a n k l e s   t a k e n   a w a y   b y   ! 
 n b a   n b a t w i t t e r   c e l t i c s   n b a p r e s e a s o n   c l u b g r e e n   h i g h l i g h t   
  
o h   s h i t !     f u c k i n   b i g   s t u d   b l a k e   g r i f f o n   i s   b a c k . . .   c e l t i c s   b i g r e d   b l e e d s g r e e n
s i x   m i n u t e s   f o r   g r i f f i n   i n   h i s   f i r s t   s t i n t .   2   p t s ,   4   r e b s .   c e l t i c s   h o r n e t s
b r i c k   g r i f f i n   t o n i g h t . . . c e l t i c s  
y e a r   1   v s .   y e a r   7 
 j a y l e n   b r o w n ,   c e l t i c s  
3 5 - 2 2   h o r n e t s   
 
 l a m e l o   g o t   c o o k i n g ,   c e l t i c s   b a d   o n   t h e   b o a r d s   a n d   t u r n o v e r s   c o n t i n u e .   b r o w n   a n d   w h i t e   l o o k e d   g o o d ,   w h i c h   m i g h t   b e   a l l   t h a t   m a t t e r s .   w a n t   t o   s e e   a   s t r o n g e r   f l a s h   f r o m   g r a n t   & a m p ;   h a u s e r   i n   t h e i r   n e x t   r o t a t i o n s .
a f t e r   1   c e l t i c s   2 2 - 3 5   h o r n e t s
c e l t i c s   t r a i l   3 5 - 2 2   a f t e r   1 q .   w h i t e   8 ,   b r o w n   7 ;   b a l l   1 5 .   i t ' s   g o n n a   b e   a   l o n g   t h r e e   r e m a i n i n g   q u a r t e r s .
f i r s t   q u a r t e r   i n   t h e   b o o k s   o f   p r e s e a s o n   g a m e   3 .   
 
 h i g h l i g h t :   b l a k e   g r i f f i n ' s   c e l t i c s   d e b u t . 
 
 l o w l i g h t :   c e l t i c s   d o w n   3 5 - 2 2   w i t h   9   t u r n o v e r s .
o m w   i   k n o w   i t ' s   p r e s e a s o n ,   b u t   t h i s   i s   t h e   s l o p p i e s t   n b a   g a m e   i ' v e   e v e r   s e e n .   i   r e m e m b e r   w h e n   t h e i s   f i r s t   j o i n e d   t h e   c e l t i c s     a n d   t h a t   g a m e   w h e r e   h e   l i t   t h e   p l a c e   u p .
m a n   c e l t s   a r e   g e t t i n g   r o c k e d !   c e l t i c s
c e l t i c s   g i v i n g   u p   a   t o n   o f   o - b o a r d s   a n d   t u r n o v e r s   i n   t h e   f i r s t .   a   l o t   o f   g u y s   r e s t i n g   a l s o   a f f e c t i n g   t h e   c h e m i s t r y   o f   t h e   h a l f   c o u r t   o f f e n s e .   c e l t i c s
t h o m a s - b r o w n - g r i f f i n - l a y m a n - p r i t c h a r d   t h e   l a t e s t   c e l t i c s   u n i t .
w e   g e t t i n g   c o o k e d   r i g h t   n o w   c e l t i c s   
 
 l a m e l o   m i g h t   d r o p   4 0   o n   u s   i f   t o n i g h t   i n   p r e   s e a s o n
s a m   h a u s e r   a n d   b l a k e   g r i f f i n   a r e   t h e   d u o   b o s t o n s   b e e n   w a i t i n g   f o r   🫡 
 
 c e l t i c s
c e l t i c s   l o o k   r e a l l y   t i r e d ,   m a z z u l l a   c a l l s   t i m e o u t   d o w n   3 2 - 1 7   l a t e   1 q .
  s a m   h a u s e r ’ s   n i c k n a m e   i s   “ h a u s e r   p a i n ” 
 
 i n s t e a d   o f   “ h o u s e   o f   p a i n ”   
 
 c e l t i c s  
b l a k e   g r i f f i n   c h e c k s   i n   c e l t i c s
c e l t i c s   v s .   h o r n e t s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
4   c h a   o r e b   i n   7   m i n .   c e l t i c s   g a v e   u p   1 6   o r e b   o n   s u n d a y   a n d   1 3   o n   w e d n e s d a y . 
 
 1 4 . 5   p e r   g a m e   e n t e r e d   t h e   n i g h t   r a n k e d   2 6 t h   i n   t h e   p r e s e a s o n .
c e l t i c s   v s   h o r n e t s   p r e s e a s o n .   t h i s   i s   g r a n t   w i l l i a m s   f a m i l y .   b l e e d g r e e n   c e l t i c s  
t h e   h o r n e t s   c o m m e n t a t o r s   b e   w i l d   e v e n   i n   p r e   s e a s o n   😂 😂   n b a   c e l t i c s
t h i s   s t a r t i n g   l i n e   u p   w i t h   t h e   b e n c h   w e   g o t   r n   w o u l d   b e   a   6 t h   s e e d   t e a m   l m a o   c e l t i c s   l e t ’ s   g o
r e f s   a c t i n g   l i k e   l e b r o n   i s   p l a y i n g   c e l t i c s
d e r r i c k   w h i t e   j u s t   d r o p p e d   l a m e l o   b a l l   i n   p r e s e a s o n .   m y   b o y   d   w h i t e   c e l t i c s   ☘ ️ ☘ ️ ☘ ️ ☘ ️ 😤 😮 ‍ 💨
_ c j d r   2 4 a u t o g r o u p   a s s a u l t i n g   p e o p l e   o n   c o m m e r c i a l s       c e l t i c s   . . .   
 
 n o p e !   n o b o d y   c o m i n g   t o   y o u   f r o m   t h o s e   c o m m e r c i a l s . . .   w e   h a t e   y o u .
j a y s o n   t a t u m   i s   n o t   c o n c e r n e d   a b o u t   p r e s e a s o n   s t r u g g l e s ,   s a y s   ' i   s t a r t   o f f   s l o w '   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d e a r     :   t h a t   2 4 a u t o g r o u p   c o m m e r c i a l ?   i ’ m   n o t   i n t o   t h e   3 r d   p r e s e a s o n   g a m e   a n d   i   h a v e   a l r e a d y   s w o r n   t o   n e v e r   b u y   f r o m   t h e m ,   n e v e r   l e t   f r i e n d s   a n d   f a m i l y   b u y   f r o m   t h e m ,   a n d   r e a d y   t o   f i l e   a   f c c   c o m p l a i n t .   w h y   d o   y o u   h a t e   y o u r   v i e w e r s ?   c e l t i c s
1 s t   c e l t i c s   e d i t   v a r i a n t   f o r   ' 2 2 - ' 2 3   -   u b u n t u   2 . 0   -   w i t h   b l a k e !   🤍   a n d   r e t w e e t   p l e a s e ,   t h a n k   y o u !   ☘ ️ 
 
     _ w i l l i a m s i i i   _ m s 3     _ h o r f o r d         _ s m o o t h 1 0          
c e l t i c s   s t a r t e r s :   h a u s e r ,   b r o w n ,   v o n l e h ,   w h i t e ,   g w i l l i a m s
  v s     -   t h e   s c a r y   g o r d o   c u p ! 
 
 
 
 n b a p r e s e a s o n   n b a   c e l t i c s   h o r n e t s  
c e l t i c s   n o t   w a t c h i n g   t o d a y   i ’ m   a t   t h e   k n i c k s   g a m e   i n   n e w   y o r k   c i t y   b u t   g o   c e l t i c s   t o n i g h t   i ’ m   a c t u a l l y   a t   a   g a m e   a t   m a d i s o n   s q u a r e   g a r d e n
i n   t h e   s p o r t s   w o r l d ,   t h e   h e a d   c o a c h   i s   v e r y   “ f a m o u s ” .   t h a t   i s   c e l e b r i t y .   a n d   i t ’ s   i n t o x i c a t i n g !   e v e n   t o   p e o p l e   w h o   s h o u l d   k n o w   b e t t e r .   i m e u d o k a   b o s t o n   c e l t i c s   n b a   n i a l o n g  
w h i t e - b r o w n - h a u s e r - g r a n t - v o n l e h   f o r   t h e   c e l t i c s   
 
 h o r n e t s   w i t h o u t   h a y w a r d ,   s m i t h ,   m a r t i n  
a l m o s t   g a m e   t i m e !   c e l t i c s  
d e s p i t e   n o t   p l a y i n g   t o n i g h t   i n   t h e   c e l t i c s   p r e s e a s o n   b o u t   a g a i n s t   t h e   h o r n e t s ,   f i n d   o u t   w h y   j a y s o n t a t u m   i s n ’ t   c o n c e r n e d   a b o u t   h i s   e a r l y   o f f e n s i v e   s t r u g g l e s  
d e s p i t e   n o t   p l a y i n g   t o n i g h t   i n   t h e   c e l t i c s   p r e s e a s o n   b o u t   a g a i n s t   t h e   h o r n e t s ,   f i n d   o u t   w h y   j a y s o n t a t u m   i s n ’ t   c o n c e r n e d   a b o u t   h i s   e a r l y   o f f e n s i v e   s t r u g g l e s  
c ’ s   i n a c t i v e   l i s t :   j a y s o n   t a t u m * ,   d a n i l o   g a l l i n a r i ,   m a l c o l m   b r o g d o n * ,   m a r c u s   s m a r t * ,   l u k e   k o r n e t ,   a l   h o r f o r d * ,   a n d   r o b e r t   w i l l i a m s   c e l t i c s 
 
 * r e s t
p r e s e a s o n   g a m e   t h r e e   s t a r t e r s : 
 w h i t e ,   h a u s e r ,   b r o w n ,   g .   w i l l i a m s ,   a n d   v o n l e h   c e l t i c s   b l e e d g r e e n   ☘ ️
c e l t i c s   s t a r t i n g   l i n e u p   f o r   g a m e   3   o f   t h e   p r e s e a s o n :  
r e a d y   t o   s e e   t h i s   l i n e   u p   i n   a c t i o n !   l o v e   p r e - s e a s o n   c e l t i c s ☘ ️   b a s k e t b a l l ! !  
i   j u s t   p u b l i s h e d   t o p   1 0   b o s t o n   c e l t i c s  
j a y l e n   b r o w n   w i l l   b e   t h e   l o n e   m e m b e r   o f   t h e   f i r s t   u n i t   t o   g e t   m i n u t e s   t o n i g h t .   c e l t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a l t h o u g h   b l a k e   g r i f f i n   s i g n e d   f o r   l e s s   t h a n   h i s   r e a l - t i m e   v a l u e ,   h i s   a d j u s t m e n t   t o   t h e   v e t e r a n   m i n i m u m   d o e s   w e l l   f o r   a   c e l t i c s   t e a m   l o o k i n g   t o   m a i n t a i n   a   s t r o n g   f o u n d a t i o n   f o r   i t s   c o r e .    
b r a d ! ! ! !   c e l t i c s  
s c a l   a n d   g o r d o n   h a v i n g   a   c o n v o   c e l t i c s  
s a m e   s t a r t i n g   f i v e   f o r   t h e   h o r n e t s   t o n i g h t .   s t e v e   c l i f f o r d   s a i d   l a m e l o ,   t e r r y   r o z i e r   a n d …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i g h t   o f f   f o r   s o m e   o f   t h e   c e l t i c s   r e g u l a r s .   b l a k e   g r i f f i n   w i l l   m a k e   h i s   t e a m   d e b u t ,   t h o u g h .    
c e l t i c s   s t a r   j a y l e n   b r o w n   o p e n s   u p   d u r i n g   b o s t o n ,   m f a   p a n e l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
d e r r i c k   w h i t e   s a y s   t h e   c e l t i c s   h a v e   w o r k e d   o n   d e f e n s i v e   s w i t c h e s   a h e a d   o f   t o n i g h t ’ s   g a m e      
j b   w a n t s   t o   w i n 
 j t   w a n t s   t o   w i n 
 i   w a n t   t o   w i n 
 c e l t i c s 
  
c a r e f u l   i m e . . .   j u s t   f o u n d   t h i s . . .     
 
 c e l t i c s   i m e u d o k a  
n e w   c e l t i c s   b o t t l e   o p e n e r   😍 ☘ ️ 🔥  
b l a k e   g r i f f i n ’ s   f i r s t   p r e g a m e   r o u t i n e   w i t h   t h e   c e l t i c s 

g o t   a   f u l l   s c h e d u l e   f o r   t o n i g h t ! 
 n b a t v   n b a   n b a t w i t t e r   c e l t i c s   a l l f l y   p a c e r s   k n i c k s   n u g g e t s   b u l l s n a t i o n   w e t h e n o r t h   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s   m a g i c   m f f l   m a v e r i c k s   r a p t o r s   h o r n e t s   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n  
“ t a k e   i t   o n e   d a y   a t   a   t i m e ” 👀   c e l t i c s   
  
t h e   c e l t i c s   s e c o n d   u n i t   i s   g o i n g   t o   b e   s t r o n g   t h i s   s e a s o n .   t h e r e ’ s   a   t o n   o f   l i n e u p   v a r i a t i o n s   a n d   r o t a t i o n s   u p   j o e   m a z z u l l a ’ s   s l e e v e .   i ’ m   i n t e r e s t e d   t o   s e e   a   l i n e u p   o f :   b r o g d o n ,   b r o w n ,   h a u s e r ,   g r a n t ,   a n d   g r i f f i n .   b r o g d o n ’ s   b u i l t   a   q u i c k   r a p p o r t   w i t h   b r o w n ,   h a u s e r ,   a n d   g r a n t
h a d   t o   b e   t h e   c e l t i c s   w h o   p a i d   f o r   t h e   t a p e s   t o   l e a k   w a r r i o r s   c e l t i c s   n b a
1 s t   c e l t i c s   e d i t   f o r   ' 2 2 - ' 2 3   -   u b u n t u   2 . 0   -   i t ' s   g o i n g   t o   b e   a n   i n c r e d i b l e   s e a s o n   o n   t h e   w a y   t o   b a n n e r 1 8   🤍   a n d   r e t w e e t   p l e a s e ,   t h a n k   y o u ! 
 
     _ w i l l i a m s i i i   _ m s 3     _ h o r f o r d         _ s m o o t h 1 0    
c a n   s a m   h a u s e r   c r e a t e   f o r   h i m s e l f ?   w a t c h   t h i s   👀   c e l t i c s  
j a y l e n   b r o w n   w i l l   b e   t h e   l o n e   m e m b e r   o f   t h e   f i r s t   u n i t   t o   g e t   m i n u t e s   t o n i g h t .   c e l t i c s
c e l t i c s   s t a r   j a y l e n   b r o w n   o p e n s   u p   d u r i n g   b o s t o n ,   m f a   p a n e l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c h a r l o t t e   h o r n e t s   a t   b o s t o n   c e l t i c s   p r e v i e w   a n d   g a m e   t h r e a d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h i s   i s   w h y   t h e     a r e   o n e   o f   t h e   b e s t   o r g a n i z a t i o n s .   t h e   s o m e   w o u l d   s a y   " t o o   l o n g "   o f   a   s u s p e n s i o n   t o   i m e   s e t s   t h e   p r e c e d e n t   m o v i n g   f o r w a r d ,   m u c h   u n l i k e   t h e   s l a p   o n   t h e   w r i s t   m o s t   e x p e c t   f r o m   t h e   .     c e l t i c s   w a r r i o r s     s u c k e r p u n c h
d r a y m o n d   g r e e n   i s   a   p i e c e   o f   s h i t   w h o   k n e w   🤷 ‍ ♂ ️   c e l t i c s
t h e   g a m e s   m i k e   g o r m a n   w i l l   h a v e   o f f   t h i s   s e a s o n ,   s e a n   g r a n d e   w i l l   b e   f i l l i n g   i n   f o r   h i m   🍀   c e l t i c s
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   p r i c e   o f   b a s k e t b a l l   i s   s o   e x p e n s i v e   t h a t   g r a n t   w i l l i a m s   i s   c o m m a n d i n g   $ 1 2 m m ? ? ?   c e l t i c s  
n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s
t a k i n g   a n y   c e l t i c s   r e l a t e d   t h o u g h t s   o r   q u e s t i o n s   l e a d i n g   u p   t o   t h e   g a m e !   i ’ l l   a n s w e r   a n y t h i n g   i   c a n   t o   t h e   b e s t   o f   m y   a b i l i t y   w i t h   m y   h o n e s t   o p i n i o n !   l e t ’ s   s t a r t   a   t h r e a d   c e l t i c s   f a n s !
  i ’ m   s u r e     a n d   t h e       a r e   g o i n g   t o   d o   t h e   r i g h t   t h i n g   a n d   s u s p e n d     
 
 t h e y   w e r e   a l l   s o   o f f e n d e d   w h e n   c e l t i c s   f a n s   s w o r e   a t   p o o r   d r a y m o n d   i n   t h e   f i n a l s .       
 
 a s s a u l t   & g t ;   b a d   l a n g u a g e  
b o s t o n   c e l t i c s :   b / r   s e e s   d e r r i c k   w h i t e   a s   o d d   m a n   o u t   i n   b a c k c o u r t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
📣   n e w   p o d c a s t !   " e p .   2 0 5   -   d i d   d a n n y   a i n g e   l e a k   t h e   i m e   u d o k a   s t o r y ? "   o n     a i n g e   c e l t i c s   d r a y m o n d   k a r e e m   l a k e r s   l e b r o n   n b a   u d o k a   w e m b a n y a m a  
    d r a y m o n d   s h o u l d   b e   t h e   o n e   b e i n g   s u e d   a n d   d i s c i p l i n e d .   y o u   c a n ' t   j u s t   r o c k   a   g u y   l i k e   t h a t   w h e n   y o u r   a   g r o w n   m a n . . . c e l t i c s   f a n s   g e t   c a l l e d   o u t   f o r   y e l l i n g   p r o f a n i t y   a t   h i m .   i   w o n d e r   w h a t     w i f e   s a y s   a b o u t   h i m   s u c k e r   p u n c h i n g   a   t e a m m a t e .   h o w s   t h a t   l o o k   f o r   h i s   k i d s ?
t h e   p o w e r s   o f   7 :   r e i n t r o d u c i n g   t h e   2 0 2 2 - 2 3   n b a   t i t l e   c o n t e n d e r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   ( 1 - 1 )   a t   c h a r l o t t e   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  l e t ’ s   g e t   i t   d o n e   c e l t i c s
b o s t o n   c e l t i c s   ( 1 - 1 )   a t   c h a r l o t t e   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f y y y y   p l a y i n g   t o n i g h t   l e t ’ s   s e e e e e   h o w   h e   c a n   d o   i n   c e l t i c s   g r e e n   👀 👀 👀 👀 ☘ ️ 💪 🏻
n o t h i n g   g e t s   i n   t h e   w a y   o f   j a y s o n   t a t u m   b e i n g   a   d a d ,   n o t   e v e n   b e i n g   a   p r o f e s s i o n a l   a t h l e t e ,   a n d   i ’ m   p r o u d   t o   s a y   i t ’ s   g r e a t   t o   s e e   c e l t i c s   

w e   w i l l   g l a d l y   b e   t h e   s a f e   p l a c e   f o r   j o r d a n   p o o l e   😎 💯 ☘ ️   j o r d a n p o o l e   d r a y m o n d g r e e n   c e l t i c s   n b a   🗣 ️ 🗣 ️ 🤗  
n e w   v i d e o   a l e r t ! 
 b u c k s   v s .   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   -   2 k 2 3 

w e m b a n y a m a   _ 3 2   i s   e x a c t l y   t h e   t y p e   o f   p l a y e r   i   c r e a t e d   i n   n b a   l i v e   2 0 0 0 ,   j u s   s a y i n ,   h o p e   h e   s t a y s   h e a l t h y ,   h u m b l e   a n d   l e v e l   h e a d e d !     n b a   j o r d a n   k o b e   l e b r o n   k n i c k s   l a k e r s   c e l t i c s  
n e w   v i d e o   t o   w a t c h : 
 
 " r a p t o r s   a t   c e l t i c s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c e l t i c s   b o s t o n c e l t i c s 
 

d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   g a m e   w i t   m y   b a b y   🥰 ☘ ️
b e s t   s o u n d   i n   s p o r t s   s h o r t s   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
t h e r e ’ s   s o m e t h i n g   a b o u t   b l a k e   g r i f f i n   t h a t   i ’ m   r e a l l y   i n t r i g u e d   w i t h .   i ’ m   r e a l l y   h i g h   o n   h i m   i n   b o s t o n .   c e l t i c s  
b o s t o n   c e l t i c s   a l u m   p e t e   m a r a v i c h ’ s   w r i s t   p a s s   w a s   a   d e v a s t a t i n g   w e a p o n .   p e t e m a r a v i c h   m a r a v i c h   p i s t o l p e t e   p i s t o l p e t e m a r a v i c h  
l e a v e   i t   t o   t h e   d u b s   t o   b e a t   t h e   c e l t i c s   a g a i n . . .   
 a n o t h e r   e x e c u t i o n   o f   a w k w a r d   i n t e r l o c u t i o n ,   
 m i g h t   b e   s o m e   f r e n z i e d   m e d i a   d a y s   f o r t h c o m i n g   i n   
 o a k l a n d   t o o .   
 
 i m g o n n a g i t y o u s u c k a p u n c h   
 n b a
a l e x   b a r l o w   g e t s   h i s   f i r s t   s h o t   a s   h e a d   c o a c h :   k e e p   a n   e y e   o n   t h e   m a i n e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   e x e c u t i v e s   g i v e   g r a n t   w i l l i a m s   a   $ 1 2 - 1 3 m   a n n u a l   s a l a r y   i n   a n   e x t e n s i o n   c e l t i c s   
 

d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s p e a k i n g   a t   m f a   p a n e l ,   c e l t i c s ’   j a y l e n   b r o w n   c h a l l e n g e s   b o s t o n i a n s   t o   b e t t e r   c i t y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   d o n ’ t   t h i n k   b l a k e   g r i f f i n   a t   t h e   f i v e   i s   a   b a d   o p t i o n   f o r   t h e   c e l t i c s   i n   c e r t a i n   s e t s
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s p e a k i n g   a t   m f a   p a n e l ,   c e l t i c s '   j a y l e n   b r o w n   c h a l l e n g e s   b o s t o n i a n s   t o   b e t t e r   c i t y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i f   t h e   c e l t i c s   r e - s i g n   g r a n t   w i l l i a m s   f o r   f o u r   y e a r s   i n   t h e   n e i g h b o r h o o d   o f   $ 5 0 m ,   t h a t ' s   a   h u g e   b a r g a i n .  
d o n ’ t   b e   d e c e i v e d ,   t e a m s   l e a k   w h a t   t h e y   w a n t ,   h o w   t h e y   w a n t ,   w h e n   t h e y   w a n t   t o   s e r v e   t h e   o r g a n i z a t i o n   c e l t i c s   w a r r i o r s
b r o w n   t o o k   a n   i n t e r e s t   i n   k a b e n g e l e   a f t e r   t h e   2 5 - y e a r - o l d   b i g ,   w h o   i s   f i g h t i n g   f o r   a   r o t a t i o n   s p o t ,   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  i t ’ s   a b o u t   w i n n i n g   c h a m p i o n s h i p s   i n   b o s t o n .     e v e n   t a t u m   a n d   b r o w n   a d m i t t e d   t h e y   w o u l d   r a t h e r   h a v e   b a n n e r   1 8   t h a n   a l l   t h e   i n d i v i d u a l   a c c o l a d e s .     c e l t i c s
b u t   k a b e n g e l e   f e e l s   h e ’ s   f i n a l l y   f o u n d   t h e   r i g h t   p a t h .   “ i ’ m   n o t   t h e   s a m e   p e r s o n   i   w a s   i n   m y   r o …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   w i l l   m a k e   c e l t i c s   d e b u t   f r i d a y   a g a i n s t   t h e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e x p e c t   t o   s e e   a   l o t   o f   m i n u t e s   g o   t o   t h e   f i v e   g u y s   t r y i n g   t o   m a k e   t h e   r o s t e r   o n   t r a i n i n g   c a m p   d e a l s   a s   t h e y   s t i l l   h a v e   s o m e t h i n g   t o   p r o v e ,   n o t   t o   m e n t i o n   t h e   c e l t i c s   a r e   s t i l l   l o o k i n g   t o   s i g n   a t   l e a s t   o n e   m o r e   p l a y e r   b e f o r e   t h e   s t a r t   o f   t h e   s e a s o n .
      h a h a ,   t h a t   h a p p e n e d   w i t h   t h e   c e l t i c s   a n d   g r a n t   w i l l i a m s .   s o m e h o w ,   t h a t   w o r k e d   i n   t h e i r   f a v o r : 
 

t h i n g s   w o u l d   p a n   o u t   v e r y   n i c e l y   f o r   o t h e r   t e a m s ,   i f   t h e   w a r r i o r s   a n d   t h e   c e l t i c s   a r e   m u d d l e d   w i t h   d e r a i l m e n t s   a l l   s e a s o n .
k e v i n   g a r n e t t   i s   t h e   e p i t o m e   o f   t h e   s t r e t c h   4 . 
   
 c e l t i c s   t i m b e r w o l v e s   b o s t o n   m i n n e s o t a    
s o   y o u ' r e   n o t   a l l o w e d   t o   d a t e   s o m e o n e   i n   y o u r   o r g a n i z a t i o n   b u t   y o u   c a n   p u n c h   t h e   s h i t   o u t   o f   s o m e o n e .     g o t   i t .     w a r r i o r s   c e l t i c s
w h o   h a d   b e t t e r   o f f - s e a s o n   d r a m a ,   t h e   c e l t i c s   o r   t h e   w a r r i o r s   ?                                             c e l t i c s   w a r r i o r s   d r a y m o n d g r e e n   i m e u d o k a   n b a
t h r i l l e d   t o   b e   b a c k     t o n i g h t !     h e a r t   g e t s   s u n g   o u t   s t a r t i n g   a t   6 p m   i n   t h e   b a s e   l o d g e .     
 
 a c o u s t i c   f o l k   r o c k   c e l t i c s  
b l a k e   g r i f f i n   w i l l   m a k e   c e l t i c s   d e b u t   f r i d a y   a g a i n s t   t h e   h o r n e t s 

w e ’ r e   g e t t i n g   b l a k e   g r i f f i n   t o n i g h t   👀   c e l t i c s
3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   w i n   t o t a l   p i c k s :   w h y   c a v a l i e r s   a r e   t r e n d i n g   u p   i n   c e n t r a l   d i v i s i o n . . . 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   c h a r l o t t e   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i ’ m   s o   u p s e t   t h a t   m y   c e l t i c s   a r e   p l a y i n g   g r e e n s b o r o   t o n i g h t   & a m p ;   i   w o n ’ t   b e   t h e r e   😩   
 i   t h o u g h t   t h e   g a m e   w a s   i n   c h a r l o t t e   t h i s   w h o l e   t i m e .
b l a k e   s e t   t o   l i k e l y   m a k e   h i s   c e l t i c s   d e b u t   t o n i g h t .  
b l a k e   g r i f f i n   s a i d   h e ’ s   g o i n g   t o   p l a y   t o n i g h t   i n   g r e e n s b o r o ,   l i k e l y   1 0   t o   1 2   m i n u t e s .   s a i d   h i s   b o d y   f e e l s   g o o d ,   r e a d y   f o r   g a m e   a c t i o n .   c e l t i c s   h o r n e t s .
l o o k s   l i k e   a   r e s t   n i g h t   f o r   t h e   c e l t i c s   i n   g r e e n s b o r o .   s t a r t e r s   p l a y e d   c o n s i d e r a b l e   m i n u t e s   o n   w e d n e s d a y .  
b o s t o n   c e l t i c s :   c b   w a n t s   f o r m e r   d r a f t   l o t t e r y   b i g   m a n   t o   m a k e   c s   r o s t e r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
1 0 x   n b a   a l l - s t a r !   4   r e a s o n s   t h e   c e l t i c s   i n   t r o u b l e   t h i s   n b a s e a s o n   .   i m e u d o k a    
b e s t   o f   j a y s o n   t a t u m   f r o m   2 0 2 2   p l a y o f f s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s o   w e   m o s t   l i k e l y   w i l l   b e   s e e i n g   b l a k e   g r i f f i n   m a k i n g   h i s   c e l t i c s   d e b u t   t o n i g h t .  
c o n s i d e r i n g   a l l   t h e   f i r s t   u n i t   g u y s   a r e   s t i l l   h e r e   a t   g r e e n s b o r o   w o r k i n g   o u t   w e l l   a f t e r   s h o o t a r o u n d ,   d o n ’ t   e x p e c t   t a t u m ,   b r o w n ,   h o r f o r d ,   b r o g d o n   o r   s m a r t   t o   p l a y   v s   h o r n e t s   t o n i g h t .   c e l t i c s .  
j u s t   i m a g i n e   i f   a n y   o f   t h e s e   t r a d e s   h a p p e n e d   t o   k o b e   b r y a n t   a n d   t h e   l a k e r s   👀 👀 
 
 ( t h r e a d :   p a r t   2   b e l o w ) 
 
 l a k e r s   l a k e s h o w   k o b e b r y a n t   b l a c k m a m b a   b u l l s   p i s t o n s   m a v s   c e l t i c s   n b a  
⚽ | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   p r i x   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 2 0 2 2  
m i s t r e s s   i d e n t i f i e d !   t h e   i d e n t i t y   o f   t h e   w o m a n   w h o   h a d   a n   a f f a i r   w i t h   n i a l o n g ' s   f i a n c é ,   c e l t i c s   c o a c h   i m e u d o k a ,   h a s   b e e n   r e v e a l e d . 

t h i s   “ h y p e ”   v i d e o   h a s   m a d e   m e   t e a r   u p …   c o m i n g   s o o n   b u t   i d k   i f   y ’ a l l   a r e   r e a d y   ☘ ️ 👀 
 
 b l e e d g r e e n   c e l t i c s  
h o t   t a k e s   w e   m i g h t   a c t u a l l y   b e l i e v e :   c e l t i c s   m o r e   l i k e l y   t h a n   w a r r i o r s   t o   r e t u r n   t o   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   h a s   e a r n e d   a n   i m p o r t a n t   r o l e   o f f   t h e   c e l t i c s   b e n c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   t r a v e l   t o   h o u s t o n   t o   f a c e   r o c k e t s :   p r e v i e w ,   s t a r t   t i m e ,   a n d   m o r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
    k i n g a r t h u r   o f   w a l e ' s   a n d   h i s   k i n g d o m . . .   t h e   c e l t i c s   v i k i n g s   w e r e   m u s l i m   🤲 🏻 📖 ✨   t h e   q u r a n   a c t s   a s   k r y p t o n i t e   t o   s o r c e r e r ' s   a n d   t h e   j i n n   🧞 🦇   s h a y a t e e n .   m o n t   s t .   m i c h e l   i s   l i n k e d   t o   k i n g   a r t h u r ' s   c a s t l e .
c o n n o r s   o n l y   p l a y e d   l e s s   t h a n   t w o   s e a s o n s   f o r   t h e   c e l t i c s   t o   p u r s u e   a   d r e a m   i n   t h e   m l b ,   w h i c h   h e   w a s   t r y i n g   t o   d o   b e f o r e   h e   j o i n e d   t h e   a r m y   i n   w w i i .   h e   e v e n t u a l l y   r e a l i z e d   h e   w a s n ’ t   g o i n g   t o   m a k e   a   c a r e e r   f o r   h i m s e l f   i n   s p o r t s   a n d   p u r s u e d   a n   a c t i n g   c a r e e r .
c h u c k   c o n n o r s   w o u l d   j o i n   t h e   n e w l y   c r e a t e d   c e l t i c s   i n   1 9 4 6   a f t e r   h e   w a s   d i s c h a r g e d   f r o m   t h e   m i l i t a r y .   c o n n o r s   b r o k e   t h e   b a c k b o a r d   d u r i n g   p r e g a m e   o f   t h e   c e l t i c s   i n a u g u r a l   h o m e   o p e n e r   b y   a   s l a m   d u n k ,   d e l a y i n g   t h e   g a m e   a n d   b e c o m i n g   t h e   f i r s t   p l a y e r   t o   b r e a k   a   b a c k b o a r d .  
s a m   h a u s e r   l o o k s   m o r e   l i k e   l a r r y   b i r d   t h a n   h e   d o e s   g o r d o n   h a y w a r d ,   b o t h   a s   a   s h o o t e r   a n d   a   p e r s o n   c e l t i c s  
l a r r y   b i r d .   l e g e n d s   a r e n ’ t   b o r n ,   t h e y ’ r e   m a d e .   c e l t i c s    
i t   w a s   c o n c e n t u a l   b u t t   s t i l l   w r o n g   n o n e t h e l e s s   f o r   t h e   c e l t i c s   h e a d   c o a c h .   f y i , 
 b i l l c l i n t o n   g o t   s o m e   r e a l   " f a c e t i m e "   🤣 🤣 🤣   f r o m   m o n i c a . . s h e   t u r n e d   a r o u n d   a n d   w r o t e   a   b o o k   m a d e   a   💰 🤔 . . b i l l   s t i l l   d i d   b i l l   a n d   g o t   a   d o l l a r   b i l l .  
s a m   h a u s e r   h a s   e a r n e d   a n   i m p o r t a n t   r o l e   o f f   t h e   c e l t i c s   b e n c h  
d o   r a p t o r s   a n d   c e l t i c s   f a n s   h a v e   b e e f . . .   😆   
 
 
 
 r a p t o r s   t o r o n t o   b o s t o n   c e l t i c s
s a m   h a u s e r   i s   p r o v i n g   h e ' s   r e a d y   f o r   a   b i g g e r   r o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   c e l t i c s   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   f o u   d e   2 1 € 
 🛒 
 
 n b a  
  d r a y m o n d   j u s t   b e c a m e   a   c e l t i c s   f a n   f a v o r i t e   f u c k p o o l e
s a m   h a u s e r   i s   p r o v i n g   h e ’ s   r e a d y   f o r   a   b i g g e r   r o l e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   f i r s t   c e l t i c s ,   c r e a t e d   i n   1 9 4 6 🍀  
m o r e   p r a y e r s   u p   f o r   b l a c k   l o v e         . _   
 p o d c a s t   r e e l s   f u n n y   r e l a t i o n s h i p   t r e n d i n g   b r e a k i n g   b l a c k i n s t a g r a m   b l a c k t w i t t e r   n b a   b o s t o n   c e l t i c s   n i a l o n g   i m e u d o k a  
g a m e d a y   v i b e s   🤠   
 
 t h e   h o r n e t s   a r e   b a c k   i n   a c t i o n   t o n i g h t   a g a i n s t   t h e   c e l t i c s ;   t i m e   f o r   a   t u r n a r o u n d !   
 
 a l l f l y   🐝  
i f   y o u   g r e w   u p   i n   b o s t o n   w h e n   i   d i d ,   p a u l   w e s t p h a l   w a s   a   g u y   y o u   a l w a y s   r o o t e d   f o r .   e v e n   w h e n   h e   w a s   o n   t h e   o t h e r   t e a m .   c e l t i c s    
o n   b i l l   r u s s e l l ’ s   l e g a c y   a n d   b o s t o n   b a s k e t b a l l   w /   r e p .   a y a n n a   p r e s s l e y   
   
 
   
 b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
k a t h l e e n n i m m o l y n c h   c e l t i c s   n b a   s o   n o w   w e   f i n a l l y   k n o w   w h o   i s   t h e   o t h e r   w o m a n   a n d   🤦 🏾 ‍ ♀ ️  
📣   n e w   p o d c a s t !   " t h e   b l a c k   m a l e   p o d c a s t   e p   8 1   -   t a k e   o w n e r s h i p "   o n     s p o r t s   x   b l a c k m a l e   b o s t o n   c e l t i c s   c o a c h   g e t   g e t t i n g   g w u n n e t w o r k   h u r t   l a m a r   l o v e   n e e d s   p a i d   p o d c a s t   t a l k   t o   t r e d o t   t s i s w h o i a m   t u e  
p r e s e a s o n   g a m e   t h r e e .   c ’ s   h a v e   s p l i t   t h e i r   f i r s t   t w o   g a m e s   w h i l e   c h a r l o t t e   h a s   l o s t   b o t h   o f   t h e i r   g a m e s .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d   b a l l i s l i f e     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
g o t   m y   f i r s t   n e w   c e l t i c s   e d i t   o f   t h e   2 2 - 2 3   s e a s o n   -   u b u n t u   2 . 0   -   d r o p p i n g   t h i s   m o r n i n g 
 
 s t a y   t u n e d   👀 ☘ ️   u b u n t u 2 p o i n t 0
i c y m i ,   o f t e n   u p - t e m p o   b u t   a l w a y s   i n   c o n t r o l ,   t h e r e   a r e   c o m m o n   t h e m e s   t o   h o w   m a l c o l m   b r o g d o n   o p e r a t e s   t o   c r e a t e   h i g h - q u a l i t y   s c o r i n g   c h a n c e s   f o r   h i s   t e a m m a t e s .   b r o g d o n ' s   r e g i s t e r e d   a   g a m e - h i g h   n i n e   a s s i s t s   i n   b o t h   o f   h i s   f i r s t   t w o   g a m e s   w i t h   t h e   c e l t i c s   

b o s t o n   c e l t i c s :   h o l l i n g e r   j o k e s   2   f o r m e r   c s   b i g   m a n   “ l e g e n d s ”   c o u l d   b e   f r e e   a g e n t   o p t i o n s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
h a p p y   b i r t h d a y   n i k   s t a u s k a s !   c e l t i c s  
s h a m s   a l s o   r e v e a l s   t h a t ,   d e s p i t e   s a l a c i o u s   i m p l i c a t i o n s   o r   c l a i m s   e l s e w h e r e ,   t h a t   u d o k a ’ s   m i s c o n d u …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   m a r c u s   s m a r t   c r a c k s   s p o r t s   i l l u s t r a t e d ' s   t o p   5 0   n b a   p l a y e r s   l i s t   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l a r r y   b i r d   h a s   t h e   m o s t   t r i p l e - d o u b l e s   i n   c e l t i c s   h i s t o r y   w i t h   6 9 : 
 5 9   r e g u l a r   s e a s o n 
 1 0   p l a y o f f s   
 1   o f   w h i c h   w i t h   h i s   l e f t   h a n d   
 🐐   
 🍀  
i ’ m   e x p e c t i n g   t o   s e e   s o m e   a c t i o n   f r o m   l u k a   s a m a n i c   t o n i g h t   a n d   i   l i k e   i t   👀   c e l t i c s  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   1 0 / 7 / 2 0 2 2   p i c k s   p r e d i c t i o n s   p r e v i e w s 
 
 
 
 n b a   n b a p i c k s   n b a p a r l a y   n b a p r e d i c t i o n   n b a p a r l a y   n b a b e t t i n g   n b a b e t t i n g p i c k s   e x p e r t p i c k s   f r e e p i c k s   o d d s   p i c k s   p r e d i c t i o n   b a s k e t b a l l p i c k s   s p o r t s p i c k s   c e l t i c s   h o r n e t s
c e l t i c s '   j a y s o n   t a t u m   c r a c k s   s p o r t s   i l l u s t r a t e d ' s   2 0 2 2 - 2 3   t o p   1 0   p l a y e r s   i n   n b a   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n l y   t h r e e   p l a y e r s   w o r e   n o .   3 3   f o r   t h e   c e l t i c s   b e t w e e n   1 9 7 1 - 7 8   b e f o r e   l a r r y   b i r d   a r r i v e d   t o   b o s t o n   🍀   🐐  
b o s t o n   c e l t i c s :   d a n n y   a i n g e   w a s   u p s e t   b y   i m e   u d o k a   a f f a i r   d u e   t o   t i e s   w i t h   e m p l o y e e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
g r a n t   w i l l i a m s   ' l o c k e d   i n '   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s ’   j a y l e n   b r o w n   i s   h e l p i n g   m f i o n d u   k a b e n g e l e   m a k e   m o s t   o f   o p p o r t u n i t i e s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
t a t u m   i s   a   s u p e r   s t a r   🤩   n b a   c e l t i c s  
w h y   b l a k e   g r i f f i n   c h o s e   t o   w e a r   n o .   9 1   w i t h   c e l t i c s ,   a n d   t h e   r e a s o n   h e ’ s   s t i l l   p l a y i n g   b a s k e t b a l l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h r e e   b o s t o n   c e l t i c s   l a n d   i n   n o s .   1 0 0 - 5 1   o f   s p o r t s   i l l u s t r a t e d ' s   2 0 2 2 - 2 3   t o p   1 0 0   p l a y e r s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c o n s i d e r i n g   i t ’ s   a   g a m e   d a y ,   w e ’ r e   g o i n g   t o   b e   k e e p i n g   t h e   f l a s h b a c k s   t o   a   m i n i m u m   t o d a y .   s t a r t i n g   a t   6   a s   a l w a y s   c e l t i c s
o n   t h i s   d a y :   f o r m e r   b o s t o n   f o r w a r d   w i l l i e   n a u l l s   b o r n ;   j i m m y   o l i v e r   s i g n e d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   v s .   h o r n e t s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ' s   t h e   l a t e s t   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   v s .   h o r n e t s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ’ s   g r a n t   w i l l i a m s   j u s t   o u t s i d e   s p o r t s   i l l u s t r a t e d ’ s   t o p   1 0 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r a n t   w i l l i a m s   ' l o c k e d   i n '   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ' s   g r a n t   w i l l i a m s   j u s t   o u t s i d e   s p o r t s   i l l u s t r a t e d ' s   t o p   1 0 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   a t   c h a r l o t t e   h o r n e t s :   h o w   t o   w a t c h ,   b r o a d c a s t ,   l i n e u p s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i m e   u d o k a ' s   a l l e g e d   m i s t r e s s   r e v e a l e d   t o   b e   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u t é   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 p l a y o f f n b a  
  w h a t   h a p p e n e d   t o   s a m s c l o s e t 3 4   o n   i g ?   y o u   w e r e   s e l l i n g   s o m e   g o o d   s t u f f ,   i   w a s   i n t e r e s t e d   i n   a   f e w   t h i n g s   b u t   i t   s e e m s   t o   h a v e   d i s a p p e a r e d .     m s s a m a n t h a m a y   c e l t i c s   b o s t o n   n b a   m a i n e   m s s a m a n t h a m a y 9   j a n a y k i n g   s a m s c l o s e t 3 4   d o r c h e s t e r
i n   o u r   n e w   c e l t i c s b e a t   w i t h   . . .   
 
 🗣 ️   s e a n   d i s c u s s e d   h i s   e n h a n c e d   r o l e   w i t h     t h i s   u p c o m i n g   c e l t i c s   s e a s o n . 
 
 h e   a n t i c i p a t e s   c a l l i n g   2 0 +   ( ! ! )   t v   g a m e s   i n   m i k e   g o r m a n ' s   p l a c e .   👀 
 
 l i s t e n   h e r e :  
a r e   j a y s o n   t a t u m   a n d   t h e   c e l t i c s   a   g o o d   b e t   t h i s   s e a s o n ?   b o s t o n   c e l t i c s   n b a  
c e l t i c s   b e a t   e p i s o d e   4 8 1 :   c e l t i c s   w o n ' t   c h a n g e   d n a   u n d e r   m a z z u l l a   w /     c e l t i c s  
c e l t i c s   o f f s e a s o n   a d d i t i o n   d r a w i n g   b i g   o n   2 0 2 3   n b a   a w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   ( 1 - 1 )   a t   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
g i v e   h e r   a   f o l l o w   c e l t i c s   r e d s o x   p a t r i o t s  
f o r e c a s t i n g   t h e   e n d   o f   t h e   s a c r a m e n t o   k i n g s '   d e c a d e - l o n g   p l a y o f f   d r o u g h t 
 
 
 
 n b a   s a c r a m e n t o p r o u d   k i n g s   s a c r a m e n t o   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n
b a d   b o y s   3 :   t h e   d e t r o i t   p i s t o n s   a r e   r e v v i n g   u p   f o r   a   s p e e d y   t u r n a r o u n d 
 
 
 
 n b a   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   d u b n a t i o n
d e t r o i t   p i s t o n s :   j a l e n   d u r e n   a l r e a d y   s h o w i n g   s i g n s   o f   e l i t e   d e f e n s e 
 
 
 
 n b a   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n
d e n v e r   n u g g e t s :   3   t a k e a w a y s   f r o m   o c t .   3   l o s s   v s .   t h u n d e r 
 
 
 
 n b a   m i l e h i g h b a s k e t b a l l   d e n v e r   n u g g e t s   m f f l   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n   g o s p u r s g o   s u n s
w i l l   d w i g h t   p o w e l l   c r a c k   t h e   m a v e r i c k s   r o t a t i o n   i n   2 0 2 2 - 2 3   s e a s o n ? 
 
 
 
 n b a   d a l l a s   a m v e r i c k s   m f f l   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n   g o s p u r s g o   h e a t t w i t t e r   s u n s
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   j a y l e n   b r o w n   f o r   ' 2 2   a l l - n b a   f i r s t   t e a m e r 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   m f f l   d u b n a t i o n   g o s p u r s g o   h e a t t w i t t e r   f e a r t h e d e e r   s u n s
t h e s e   m e s s a g e s   & g t ; & g t ; & g t ; & g t ;   🙌 🏻 ☘ ️ 🙏 🏻   s q u a d   i   a p p r e c i a t e   y o u   a l l   💯   t h a n k   y o u   a l l   f o r   t a k i n g   t h i s   j o u r n e y   w i t h   m e   🗣 ️ 🗣 ️ 🗣 ️ ☘ ️   c e l t i c s   a l l   d a y   e v e r y   d a y   y k t v   c e l t i c s   n b a  
c e l t i c s   t w i t t e r   f a m   h e l p   b l o w   u p   m y   i n s t a g r a m   r e e l s   a n d   s h a r e   m y   p a g e   t o   g e t   m e   a l l   t h e   c s   m u t u a l s   
 t h e   t i m e   i s   h e r e   i t s   t h e   b e s t   s z n   b a s k e t b a l l   s z n   b a b y ! ! !   n b a   b l e e d g r e e n   ☘ ️ 🙌 🏻 🫶 🏻 
 a l l   m y   l i n k s   h e r e   : 
  
j o h n   h o l l i n g e r ' s   c e l t i c s   p r e v i e w :   p r e d i c t i o n s ,   a n a l y s i s   f o r   2 0 2 2 - 2 3   s e a s o n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
g e t   a n   e d u c a t i o n   i n     e p .   9 7   s t r e a m i n g   h e r e   a n d   e v e r y w h e r e :   
 
 
 
 t w i t t e r 账 号   e l o n m u s k   i a n   n a s a   n b a i n a b u d h a b i   c e l t i c s   g a s p r i c e s   t r u m p   b i d e n   h a r r i s   p e l o s i  
s t a r t .   b e n c h .   c u t 
 ( c o a c h e s ’   e d i t i o n )   🐐 
 
 p h i l   j a c k s o n 
 g r e g g   p o p o v i c h 
 r e d   a u e r b a c h 
 
 w h o   i s   r u n n i n g   y o u r   f r a n c h i s e ? 
 
 n b a   l a k e r s   b u l l s   c e l t i c s   s p u r s  
s a m   h a u s e r   h a s   b e e n   e v e r y t h i n g   i   t h o u g h t   a a r o n   n e s m i t h   w a s   g o i n g   t o   b e   f o r   u s …   c e l t i c s
c e l t i c s   o f f s e a s o n   a d d i t i o n   d r a w i n g   b i g   o n   2 0 2 3   n b a   a w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   i s   g o i n g   t o   b e   a   r e a l l y   f u n   p a r t   o f   t h e   c e l t i c s   r o t a t i o n   t h i s   y e a r  
n b a   f i n a l s   2 0 2 3   o d d s :   l e b r o n   & a m p ;   l a k e r s   l o o k i n g   t o   m a g i c a l   s e a s o n ,   w a r r i o r s   r e a d y   t o   r e p e a t     n b a   l a k e r s   w a r r i o r s   c e l t i c s
n b a   f i n a l s   2 0 2 3   o d d s :   l e b r o n   & a m p ;   l a k e r s   l o o k i n g   t o   m a g i c a l   s e a s o n ,   w a r r i o r s   r e a d y   t o   r e p e a t     n b a   l a k e r s   w a r r i o r s   c e l t i c s
j a y s o n   t a t u m   t a l k s   m o v i n g   o n   f r o m   n b a   f i n a l s   l o s s ,   e x c i t e m e n t   f o r   n e w   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   l a b   1 4 5 :   h o n o r i n g   b i l l   r u s s e l l ’ s   l e g a c y   a n d   t a l k i n g   b o s t o n   b a s k e t b a l l   w i t h   r e p .   a y a n n a   p r e s s l e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   t h i n k   t h e   c o o l e s t   j e r s e y   i ’ v e   s e e n   a t   t h e   g a r d e n   d u r i n g   t h e s e   p a s t   t w o   g a m e s   h a s   b e e n   t h e     l u k e   k o r n e t   j e r s e y s   f l o a t i n g   a r o u n d   👀   c e l t i c s
n i a   l o n g   r e s p o n d s   t o   i m e   u d o k a ' s   s u s p e n d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e p o r t   r e v e a l s   i d e n t i t y   o f   c e l t i c s   s t a f f e r   w h o   h a d   a f f a i r   w i t h   i m e   u d o k a   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c e l t i c s   l a b   1 4 5 :   h o n o r i n g   b i l l   r u s s e l l ' s   l e g a c y   a n d   t a l k i n g   b o s t o n   b a s k e t b a l l   w i t h   r e p .   a y a n n a   p r e s s l e y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w h o ’ s   y o u r   f a v o r i t e   s p o r t s   t e a m ! ! !   m a s s m u s i c t y b g 2 2   c e l t i c s   b a s k e t b a l l    
c e l t i c s   t a l k :   s a m   h a u s e r ' s   m o m   r e v e a l s   h i s   f i t t i n g   f i r s t   s e n t e n c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t y r e s e   m a x e y ,   s i x e r s   k n o w   t h e y   s t i l l   h a v e   t o   b u i l d   t o   c a t c h   b u c k s ,   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   d r o p s   f - b o m b   d u r i n g   h a l f t i m e   t v   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 6 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i s   i t   1 0 / 1 8   y e t   ? ! ? ! ?   
 g e t   m e   b a c k   t o   m y   s e c o n d   h o m e   ! ! ! 
 o p e n i n g   n i g h t   c a n ’ t   c o m e   s o o n   e n o u g h   🫶 🏻 ☘ ️ 😎 🏀   c e l t i c s   n b a   o p e n i n g n i g h t   b l e e d g r e e n  
a l   h o r f o r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a l h o r f o r d   a l   h o r f o r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
s a m   h a u s e r   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s a m h a u s e r   s a m   h a u s e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
t e a m s   w i t h   t h e   b e s t   h o m e   c o u r t   a d v a n t a g e   ( p e r   g m   s u r v e y )   🏀 
 
 r a p t o r s   2 1 % 
 n u g g e t s   1 7 % 
 c e l t i c s   1 7 % 
 w a r r i o r s   1 4 % 
 j a z z   1 4 % 
 
 n b a  
b r e a k d o w n   o f   c r u c i a l   f i n a l   m o m e n t s   i n   c e l t i c s   1 1 0 - 1 0 7   l o s s   t o   m i l w a u k e e   b u c k s   i n   g a m e   5 
   
 
   
 b o s t o n c e l t i c s   c e l t i c s b u c k s   c e l t i c s v s b u c k s   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   g a m e 5   m i l w a u k e e b u c k s   n b a  
s h a r p   l o g o   ☘ ️ c e l t i c s  
i   s u b s c r i b e   t o   .   h a v e   f o r   y e a r s .   t h e i r   c o n t e n t   i s   g e n e r a l l y   g r e a t .   t h i s   i s   o n e   o f ,   m a y b e   t h e   w o r s t ,   p i e c e s   i ' v e   e v e r   r e a d   f r o m   t h i s   s i t e   o r   a n y   o t h e r .   w o w .   w h a t   a n   a w f u l   t a k e .   c e l t i c s  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
d o m e   t h e o r y   9 5 :   c e l t i c s   t a l k ,   “ i n s t e a d   w e   b e c a m e   e v i l ”   & a m p ;   m o r e   w i t h   _ a d a m s   c o m i n g   a t   8 : 1 5   e s t  
[ f i l m   r o o m ]   t h e   c o m m o n   t h e m e s   o f   m a l c o l m   b r o g d o n ' s   p l a y m a k i n g   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t y r e s e   m a x e y ,   s i x e r s   k n o w   t h e y   s t i l l   h a v e   t o   b u i l d   t o   c a t c h   b u c k s ,   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   q u o t e   t w e e t s   a n d   r e p l i e s …   o h   b o y .   n b a t w i t t e r   c e l t i c s  
w h a t   i f   w e   a r e   t h e   a l i e n s … .   🤯 🤯 c e l t i c s
i n   m a l c o l m   b r o g d o n ' s   f i r s t   t w o   g a m e s   w i t h   t h e   c e l t i c s ,   h e ' s   d i s t r i b u t e d   a   g a m e - h i g h   n i n e   a s s i s t s .   h e r e ' s   a   f i l m   s t u d y   u s i n g   l a s t   n i g h t ' s   g a m e   a g a i n s t   t h e   r a p t o r s   t o   i l l u s t r a t e   t h e   c o m m o n   t h e m e s   o f   b r o g d o n ' s   p l a y m a k i n g . 

i n   m a l c o l m   o b a m a   b r o g d o n   w e   t r u s t   ☘ ️ 🏆   c e l t i c s
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   j a y l e n   b r o w n   f o r   2 0 2 2   a l l - n b a   f i r s t   . . .   ( h a r d w o o d   h o u d i n i ) 
 
 t h e   b o s t o n   c e l t i c s   a r e   n o t   t r a d i n g   a n y   m e m b e r s   o f   t h e i r   c o r e   b e f o r e   t h e   s t a r t   o f   t h e   2 0 2 2 - 2 3 . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
w a r r i o r s   l a n d   i n   t o p   t i e r   o f   z a c h   l o w e ’ s   e s p n   n b a   p r e s e a s o n   r a n k i n g s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s h o w i n g   o f f   n e w   c e n t e r - c o u r t   l o g o   i n   p r e s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w e   a l l   k n o w   t h e     i s   r a c i s t   w e   a l s o   k n o w   t h a t   t h e   o w n e r s   a r e   r a c i s t   e s p e c i a l l y     w e   a l s o   k n o w   t h a t     p l a y e r s   a r e   s l a v e s   f o r   m o n e y   a n d   a i n ’ t   g o i n g   t o   d o   s h i t   a b o u t   i t .   t h e y   l i k e   j e w e l r y   t o   m u c h   🤣   🤡   l e t ’ s   s t a r t   o u r   o w n   l e a g u e   f o h ! !   n b a   c e l t i c s   c l o w n s
m a l c o l m   b r o g d o n   i s   b r i n g i n g   s o m e   s e r i o u s   p l a y m a k i n g   t o   t h e   c e l t i c s   b e n c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p o i n t s   o n   t h e   b o a r d   p o d c a s t ! 
 
 -   i m e u d o k a 
 -   r o b e r t   s a r v e r 
 -   n b a   s h o u l d n ’ t   f o r c e   t h e   s a l e   o f   t e a m s 
 -   b r e a k i n g   d o w n   e s p n   t o p   1 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3 
 -   m u c h   m o r e ! 
 
 f a n t a s y b a s k e t b a l l   c e l t i c s   s u n s   l i b e r t a r i a n   c o n s e r v a t i v e   p o l i t i c a l l y i n c o r r e c t 
 
  
k e y s   t o   t h e   g a m e :   r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   ( o t )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e f i n i t e l y   e x c i t e d   t o   s e e   s a m   h a u s e r   g r o w   i n t o   a   r o l e   w i t h   t h e   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n s i d e r   r e v e a l s   j a y l e n   b r o w n   u n d e r s t a n d s   h e ' s   n o t   u n t o u c h a b l e   i n   t r a d e s   l i k e   j a y s o n   t a t u m :   " j t   i s   p r e t t y   u n t o u c h a b l e .   j a y l e n   i s n ' t ,   a n d   h e   k n o w s   t h a t . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 6 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a n d d d   t h e y ’ r e   b a c k !   c e l t i c s   r o o m i e   n i g h t   o u t   w a s   a   s u c c e s s     💚 ☘ ️    
c e l t i c s   w h i t e   a n d   g a l l i n a r i   t o   n y k   f o r   r o s e , r e d d i s h ,   a n d   a r c i d i a c o n o
b o s t o n   c e l t i c s   2 0 2 2   w i n   t o t a l   f u t u r e s ,   o v e r / u n d e r   a n d   o d d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   j a y l e n   b r o w n   f o r   2 0 2 2   a l l - n b a   f i r s t   t e a m e r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   p u n c h e s   t e a m m a t e   j o r d a n   p o o l e ,   f a c e s   s u s p e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   s a m   h a u s e r   i s   t h e   n e w   r a y   a l l e n !   c e l t i c s   v s   r a p t o r s   p r e s e a s o n   r e a c t i o n   a n d   h i g h l i g h t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m y   r e a d   o n   t h e   b o s t o n   c e l t i c s '   d e p t h   c h a r t   f o r   f a n t a s y : 
 
 p g   m a r c u s   s m a r t 
 s g   d e r r i c k   w h i t e 
 s f   j a y l e n   b r o w n 
 p f   j a y s o n   t a t u m 
 c   a l   h o r f o r d   
 6   m a l c o l m   b r o g d o n 
 7   g r a n t   w i l l i a m s 
 8   p a y t o n   p r i t c h a r d 
 9   b l a k e   g r i f f i n 
 1 0   h a u s e r 
 
 c e l t i c s     n b a   n b a t w i t t e r   f a n t a s y   f a n t a s y b a s k e t b a l l
v i d e o :   j a y l e n   b r o w n   s u r p r i s e s   d o r c h e s t e r   m i d d l e   s c h o o l e r s   w i t h   n e w   b a c k p a c k s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a t t   b a r n e s   d r o p s   m o r e   b r e a d   c r u m b s   o n   r e a s o n   b e h i n d   u d o k a ' s   l e n g t h y   s u s p e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n i a   l o n g   r e p o r t e d l y   s t a n d i n g   b y   f i a n c é   i m e   u d o k a   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   g r a n t   w i l l i a m s   g i v e s   t h e   l a t e s t   u p d a t e   o n   t h i s   c o n t r a c t   e x t e n s i o n   t a l k s   w i t h   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i t ' s   t i m e   f o r   a n o t h e r   c e l t i c s   m a i l b a g .   s e n d   m e   a l l   y o u r   p l a y e r ,   r o s t e r ,   t r a d e ,   p r e s e a s o n ,   a n d   a n y   o t h e r   q u e s t i o n s   h e r e   o r   t o   b r o b b . c o m
w h a t   c a n   m a l c o l m   b r o g d o n   b r i n g   t o   c e l t i c s ?   g e t   t o   k n o w   v e t e r a n   g u a r d ' s   g a m e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   d r o p s   f - b o m b   d u r i n g   h a l f t i m e   t v   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s t e p h e n   a .   s m i t h   o n   c o a c h   i m e   u d o k a ’ s   s u s p e n s i o n   f r o m   t h e   c e l t i c s   f o r   w o r k p l a c e   r e l a t i o n s h i p :   “ t h a t   w a s   a n   h r   m a t t e r . ”   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s ’   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f a n t a s y   h o o p s :   3   s i t u a t i o n s   t o   v i e w   d i f f e r e n t l y ,   i n c l u d i n g   j a y s o n   t a t u m ’ s   c e i l i n g   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
j a y s o n   t a t u m   b e l i e v e s   s a m   h a u s e r   w i l l   p l a y   a   b i g   r o l e   f o r   c e l t i c s :   ‘ w e ’ r e   g o i n g   t o   n e e d   h i m ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   [ o t ] :   s a m   h a u s e r   s h o o t s   l i g h t s   o u t   i n   o v e r t i m e   l o s s   a t   h o m e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  c e l t i c s   h a v e   a   h i g h   c o n c e n t r a t i o n   o f   t a l e n t   1 - 8 …   e v e n   t h e   e n d   o f   t h e   b e n c h   g u y s   a r e   s o l i d   -   h a u s e r ,   k a m b e n g e l e ,   g r i f f i n ,   k o r n e t ,   p r i t c h a r d 
 
 w h a t   k i n d   o f   t a k e   i s   t h i s ?   l o l
5   o v e r r e a c t i o n s   t h r o u g h   t h e   c e l t i c s ’   f i r s t   t w o   p r e s e a s o n   g a m e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   a t h l e t i c ' s   s h a m s   c h a r a n i a   a d d s   s o m e   c o n t e x t   t o   t h e   c e l t i c s '   i m e   u d o k a   s c a n d a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m h a u s e r   s h o t   l i g h t s   o u t   o n c e   a g a i n   i n   c e l t i c s   o v e r t i m e   l o s s   t o   t h e   r a p t o r s   a t   h o m e  
s a m h a u s e r   s h o t   l i g h t s   o u t   o n c e   a g a i n   i n   c e l t i c s   o v e r t i m e   l o s s   t o   t h e   r a p t o r s   a t   h o m e  
a   l o o k   b a c k   a t   t h e   2 0 0 8 - 0 9   e a s t e r n   c o n f e r e n c e   s t a n d i n g s   ( 1 - 8 ) :   👀 📈 
 
 c a v s :   6 6 - 1 6 
 c e l t i c s :   6 2 - 2 0 
 m a g i c :   5 9 - 2 3 
 h a w k s :   4 7 - 3 5 
 h e a t :   4 3 - 3 9 
 s i x e r s :   4 1 - 4 1 
 b u l l s :   4 1 - 4 1 
 p i s t o n s :   3 9 - 4 3 
 
 t h e   m a g i c   w o n   t h e   c o n f e r e n c e   a n d   w e n t   a l l   t h e   w a y   t o   t h e   f i n a l s .   💪  
m y   m o m s   g o t   m e   a   c o o l   c e l t i c s   s e a s o n   o p e n e r   g i f t   😍 ☘ ️ 🫶 🏻   t h e   r e a l   o n e s   k n o w   h o w   m u c h   t h i s   s e a s o n   m e a n s   t o   m e   🙌 🏻 🙌 🏻  
t r u m p   a n d   t h e   g e   s t i c k s   a   f o r k   i n   i m e   u d o k a       i m e u d o k a   c e l t i c s   n b a   t r u m p a n d t h e g e  
i t s   p r e t t y   o b v i o u s   t h a t   t h e   c e l t i c s   s t a f f e r   l a d y   i s   t a k i n g   t h e   h i t s   f o r   a n   o w n e r s   w i f e .   t h e y   k n e w   a n d   d i d n t   c a r e   a b o u t   t h a t   a f f a i r .   t h e   i n v e s t i g a t i o n   s t a r t e d   w h e n   i m e u d o k a   b a n g e d   a n   o w n e r s   w i f e   a n d   t h e y   t h e n   w a n t e d   t o   k n o w   a l l   h i s   d i r t y   d e e d s .   1 / 2
b o s t o n c e l t i c s   1 4   c a r d   t e a m   l o t   c e l t i c s   
 
 $ 5   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   r a p t o r s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r i v a l   e x e c s   d o n ’ t   e x p e c t   i m e   u d o k a   t o   r e t u r n   a s   c e l t i c s   c o a c h   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c e l t i c s   n o t e s :   g .   w i l l i a m s ,   u d o k a ,   c h r i s t i a n ,   h a u s e r   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
“ y o u   d o n ’ t   r e a l i z e   u n t i l   s o m e o n e ’ s   g o n e   w h a t   t h e y ’ r e   t e a c h i n g   y o u . "   -   j o e   m a z z u l l a .   
 
 r o o t i n g   f o r   t h e   c e l t i c s   a   b i t   l o u d e r   t h i s   s e a s o n .   e x c e l l e n t   r e a d   h e r e   f r o m   k - m a c .  
w h a t   c o u l d   t h e   c e l t i c s   r o s t e r   l o o k   l i k e   o n   o p e n i n g   n i g h t ?   
 
 i   g i v e   m y   t h o u g h t s :   
 
 s p o i l e r :   i   t h i n k   m f i o n d u   k a b e n g e l e   m a k e s   t h i s   t e a m . 
 
   |   c e l t i c s  
c e l t i c s '   j a y s o n   t a t u m   n o t   w o r r i e d   a b o u t   p r e s e a s o n   s t r u g g l e s :   ' i   s t a r t   o f f   s l o w '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  l o v e   t h e   l o o k   ‘ d o w n t o w n ’   c e l t i c s
c e l t i c s ’   j a y s o n   t a t u m   n o t   w o r r i e d   a b o u t   p r e s e a s o n   s t r u g g l e s :   ‘ i   s t a r t   o f f   s l o w ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i c y m i :   c e l t i c s b e a t   w i t h   ! 
 
 - w h a t   b l a k e   g r i f f i n   c a n   b r i n g   c e l t i c s   a n d   w h a t ' s   l e f t   i n   t h e   t a n k   
 - w h a t   t o   e x p e c t   f r o m   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a 
 - w i l l   b o s t o n   a d d   a n   a n o t h e r   e x p e r i e n c e d   c o a c h   t o   b e n c h ? 
 - a n s w e r i n g   y o u r   q u e s t i o n s ! 
 
 l i s t e n :  
i s   r o b e r t   w i l l i a m s   a   5   o r   a   4 ?   a s k i n g   f o r   a   f r i e n d   c e l t i c s   n b a
c e l t i c s   u d o k a   f u m b l e d   t h e   b a g   f o r   s o m e   b e c k y   m e d i o c r i t y ? ? 
 w h y   g u s ? 
 w h a t   t e a m s   g o n n a   w a n t   h i m   c o a c h i n g   i f   h e   s c h e m i n g   t o   c l a p   t h e   w i v e s ' s   c h e e k s ? 😆  
l e n   b i a s ,   s e l e c t e d   b y   t h e   b o s t o n   c e l t i c s   w i t h   t h e   s e c o n d   o v e r a l l   p i c k   i n   t h e   1 9 8 6   n b a   d r a f t ,   d i e d   t w o   d a y s   l a t e r ,   s h o c k i n g   t h e   s p o r t s   w o r l d . 
 
 ☘ ️   r e a d   a b o u t   c e l t i c s   m o m e n t   n o .   4   ➡ ️       
 
 ( h / t )     
 
 b l e e d g r e e n   n b a   c e l t i c s t a l k
b o s t o n ’ s   j a y s o n   t a t u m   t h i n k s   i t   ‘ f e e l s   l i k e   w e ’ r e   l e a v i n g   o f f   f r o m   t h e   s e c o n d   h a l f   o f   l a s t   s e a s o n ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   t o r o n t o   r a p t o r s   ( 1 0 / 5 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - r a p t o r s   o v e r t i m e   t i l t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s i g n s   a r e   h o p e f u l   f o r   c e l t i c s ,   b u t   c a n   j o e   m a z z u l l a   b e   s t e r n   w i t h   t h e m   w h e n   n e e d e d ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   g r a n t   w i l l i a m s '   r u m o r e d   r a i s e   c o u l d   m e a n   f o r   b o s t o n   c e l t i c s   f u . . .   ( h a r d w o o d   h o u d i n i ) 
 
 g r a n t   w i l l i a m s '   r u m o r e d   c o n t r a c t   e x t e n s i o n   w i t h   t h e   b o s t o n   c e l t i c s   c o u l d   m e a n   g r e a t   t h i n g s   f . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
h e r e ' s   w h a t   s t o o d   o u t   f r o m   r a p t o r s '   o v e r t i m e   w i n   o v e r   c e l t i c s :   b o s t o n ' s   r e g u l a r s   s h a r p   a t   b o t h   e n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i a   l o n g   l a u g h s   a f t e r   r e p o r t e r   a s k s   h e r   i f   s h e   a n d   i m e   u d o k a   a r e   w o r k i n g   t h i n g s   o u t :   " i s   t h e r e   a n y   c h a n c e   f o r   f o r g i v e n e s s ,   n i a ? "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
b o s t o n ' s   j a y s o n   t a t u m   t h i n k s   i t   ' f e e l s   l i k e   w e ' r e   l e a v i n g   o f f   f r o m   t h e   s e c o n d   h a l f   o f   l a s t   s e a s o n '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m   h a u s e r   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   t o r o n t o   r a p t o r s   ( 1 0 / 5 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   f i n a l   r o s t e r   s p o t s   s t a n d i n g s : 
 s t r o n g   c h a n c e : 
 v o n l e h ,   e m p t y   s p o t / o t h e r   t e a m ’ s   c u t 
 
 s t i l l   i n   p l a y : 
 l a y m a n 
 
 n e e d   s o m e t h i n g   a m a z i n g   t o   h a p p e n : 
 s a m a n i c ,   j a c k s o n ,   t h o m a s
i t ' s   b a s k e t b a l l   s e a s o n !   m o r s e ' s   m a r i a   c o r c o r a n ,   k a r e n   m e y e r ,   k a r e n   o l s o n ,   a n d   j u l i e   s m i t h   e n j o y e d   a   p r e s e a s o n     g a m e   a t   t d g a r d e n   l a s t   n i g h t !   l o o k s   l i k e   i t   w a s   a   b l a s t !   g o   c ' s ! 
 
 c e l t i c s   b a s k e t b a l l  
i n   c a s e   y o u   m i s s e d   i t . . .   t h e   n b a   i s   l o o k i n g   l i k e   i t ' s   g o i n g   t o   b e   d i f f e r e n t   f o r   f a n s   t h i s   t h i s   y e a r . 
 
 
 n b a   w a r r i o r s   s p o r t s   l a k e r s   b a s k e t b a l l   c e l t i c s   c o m d e y   m e m e s   s a t i r e
h o w   m u c h   i n f l u e n c e   d o e s   a   c o a c h   h a v e ?   a p p a r e n t l y   a   l o t .   t h e   c e l t i c s ’   n b a   w i n   t o t a l   h a s   d r o p p e d   f r o m   5 6 . 5   t o   5 4 . 5   a t   b e t m g m   s i n c e   t h e   i m e   u d o k a   s c a n d a l   s u r f a c e d .  
w h a t   g r a n t   w i l l i a m s ’   r u m o r e d   r a i s e   c o u l d   m e a n   f o r   b o s t o n   c e l t i c s   f u t u r e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r e p o r t :   h o w   n b a   e x e c u t i v e s   v i e w   g r a n t   w i l l i a m s '   c o n t r a c t   e x t e n s i o n   v a l u e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   j a y s o n   t a t u m ,   s o n   d e u c e   h a v e   g r e a t   p o d i u m   e x c h a n g e   a f t e r   r a p t o r s   g a m e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e g u l a r s   r o l l   d e s p i t e   l o s s :   1 0   t a k e a w a y s   f r o m   c e l t i c s - r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e a l l y   l o s t   a   c o i n   f l i p   b u l l s h i t   l a s t   s e c o n d   s h o t   t o   f o r c e   o t   t h a t ’ s   s p o r t s   b e t t i n g   f o r   y o u   
 
 s o m e t i m e s   y o u   l o s e   b e t s   y o u   s h o u l d ’ v e   w o n 
 
 s o m e t i m e s   y o u   w i n   b e t s   y o u   s h o u l d ’ v e   l o s t 
 
 s t i l l   w a s   a   g o o d   t a k e   o n   t h a t   u n d e r   i n   m y   o p i n i o n 
 
 n b a p r e s e a s o n   c e l t i c s   r a p t o r s
c o u l d   s a m   h a u s e r   b e   t h e   d i f f e r e n c e - m a k i n g   s h o o t e r   t h e   c e l t i c s   a r e   m i s s i n g ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   c o u l d ’ v e   b e e n   a   b o s t o n   c e l t i c   l a s t   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e w   e p i s o d e   o f   t h e   l u b   c a s t   o u t   n o w !   w e   d e b u t   o u r   n b a   s t o c k   g a m e ,   t a l k   a b o u t   n b a   f u t u r e   b e t s ,   a n d   r e a c t   t o   b l a k e   g r i f f i n   s i g n i n g   w i t h   t h e   c e l t i c s   c h e c k   i t   o u t   i f   y o u   w a n t !     b l e e d g r e e n   s p o r t s c a r d s   s p o r t s   n b a   n b a p o d c a s t   n b a t w i t t e r
g r a n t   w i l l i a m s   ‘ l o c k e d   i n ’   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i   h a v e   t o   m a k e   i t   t o   t d   g a r d e n   t h i s   s e a s o n   f o r   a   g a m e .   i   j u s t   h a v e   t o ! !   b l e e d g r e e n   t d g a r d e n   b o s t o n   c e l t i c s
g e t   h y p e   f o r   t h e   c e l t i c s   s e a s o n .   t h e y   s a i d   t h e y   c o u l d n ' t   p l a y   t o g e t h e r 🍀 🏀  
i m e   u d o k a   u n l i k e l y   t o   c o a c h   c e l t i c s   a g a i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
o k a y   c e l t i c s   f a m … .   i t ’ s   t i m e   f o r   t h o s e   y e a r l y   p r e d i c t i o n s .   👀 
 
 1 .   r e c o r d   
 2 .   a w a r d s   f o r   t h e   t e a m 
 3 .   c r a z y   p r e d i c t i o n   f o r   t h e   y e a r   ( c a n   b e   f o r   u s   o r   t h e   n b a   a s   a   w h o l e ) 
 
 a n d d d d d d   g o !
r o b e r t   w i l l i a m s   w a l k i n g   w i t h   a   c r u t c h   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s '   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   e x e c u t i v e s   b e l i e v e   g r a n t   w i l l i a m s   i s   w o r t h   $ 1 2 - 1 3   m i l l i o n   i n   e x t e n s i o n   t a l k s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   i s   l o v i n g   t h e   v i b e s   h e   f e e l s   f r o m   h i s   n e w   t e a m   a n d   t e a m m a t e s .   w e   d e f i n i t e l y   d o   i t   d i f f e r e n t   a n d   h e   r e a l i z e s   t h a t 🍀   c e l t i c s  
i m e   u d o k a   u n l i k e l y   t o   c o a c h   c e l t i c s   a g a i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   w a l k i n g   w i t h   a   c r u t c h   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b r e a k i n g :   c l i p p e r s   s i g n   f o r m e r   c e l t i c s   a n d   j a z z   p l a y e r  
r o b e r t   w i l l i a m s '   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a l c o l m b r o g d o n   m a l c o l m   b r o g d o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
n b a   e x e c u t i v e s   b e l i e v e   g r a n t   w i l l i a m s   i s   w o r t h   $ 1 2 - 1 3   m i l l i o n   i n   e x t e n s i o n   t a l k s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a r o u n d   t h e   c o r n e r   1 0 / 6 :   m a l c o l m   b r o g d o n   a n d   s a m   h a u s e r   g e l l i n g ,   u v a   w o m e n ' s   s o c c e r   k i c k s   o f f   a g a i n s t   3   f s u ,   a n d   f o o t b a l l   p r e p p i n g   f o r   l o u i s v i l l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   b e t t i n g   p r e v i e w :   a r e   j a y s o n   t a t u m   a n d   t h e   c e l t i c s   a   g o o d   b e t   t h i s   s e a s o n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i m e   u d o k a   a n d   n i a   l o n g   w e r e   r e p o r t e d l y   i n   a n   o p e n   r e l a t i o n s h i p   a n d   u d o k a   h a s   h a d   a f f a i r s   w h e r e v e r   h e ’ s   c o a c h e d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c o n s p i r a c y   t h e o r y :   b l a c k   n b a   c o a c h e s   f i r e d   r i g h t   b e f o r e   w i n n i n g   c h a m p i o n s h i p ?   m a r k j a c k s o n   c r e a t e d   g o l d e n s t a t e w a r r i o r s   w a s   f i r e d   r i g h t   b e f o r e   t h e i r   w i n n i n g   y e a r .   i n   c o m e s   s t e v e k e r r   t o   t a k e   t h e   c r e d i t .   s a m e   w i t h   c e l t i c s   
 c o r e y h o l c o m b   c h i m e s   i n   . . . . 

r e g u l a r s   r o l l   d e s p i t e   l o s s :   1 0   t a k e a w a y s   f r o m   c e l t i c s - r a p t o r s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   e x e c u t i v e s   b e l i e v e   h e a d   c o a c h   i m e   u d o k a   w o n ’ t   r e t u r n   a s   c e l t i c s   h e a d   c o a c h   a f t e r   y e a r l o n g   s u s p e n s i o n   c e l t i c s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
⚽ | n o u v e a u t é   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
i n s t a n t   r e a c t i o n :   c e l t i c s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   b r i a n s c a l a b r i n e   c e l t i c s h i g h l i g h t s   c e l t i c s p o s t g a m e l i v e   c e l t i c s r a p t o r s   c e l t i c s r a p t o r s a n a l y s i s   c e l t i c s r a p t o r s h i g h l i g h t s   c e l t i c s r a p t o r s p r e s e a s o n   c e l t i c s r a p t o r s r e a c t i o n  
1 2   d a y s   a w a y   f r o m   m e a n i n g f u l   c e l t i c s   b a s k e t b a l l ,   f o l k s .   
 
 b l e e d g r e e n   

s a m   h a u s e r   i s   f o r   r e a l :   t i m e   f o r   t h e   b o s t o n   c e l t i c s   t o   g i v e   h i m   a   b i g g e r   r o l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s ’   o f f e n s i v e   f l u i d i t y   i m p r e s s e d   i n   t h e i r   f i r s t   t w o   p r e s e a s o n   g a m e s .   i   e s p e c i a l l y   l o v e d   m a l c o l m   b r o g d o n ’ s   i n t e n t i o n   o n   f r e e i n g   u p   t a t u m   a f t e r   a   c o l d   s t a r t .   o n   s m a l l   b a l l   f o r   :  
j o e   m a z z u l l a   o n   s a m   h a u s e r :   ' h i s   c o n f i d e n c e   c o m e s   f r o m   h i s   w o r k   e t h i c "   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f o r   a l l   y o u   s p o r t s c a r d s   c o l l e c t o r s ,   c e l t i c s   f o r w a r d     s a i d   s c o o p i n g   u p   s a m   h a u s e r   ( _ s m o o t h 1 0 )   c a r d s   w o u l d   b e   a   w i s e   i n v e s t m e n t .   t h i s   i s   y o u r   f i n a l   w a r n i n g .   h a u s e r   h a s   3 6   p o i n t s   i n   4 5   m i n u t e s   i n   t w o   p r e s e a s o n   g a m e s .   h e ' s   9 - f o r - 1 3   f r o m   3 - p o i n t   l a n d .  
j o e   m a z z u l l a   o n   s a m   h a u s e r :   ' h i s   c o n f i d e n c e   c o m e s   f r o m   h i s   w o r k   e t h i c ”   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h i s   c e l t i c s   t e a m   i s   g i v i n g   m e   u b u n t u   2 . 0   v i b e s .   t h e y ' r e   c l e a n i n g   o u t   t h a t   n e g a t i v e   e n e r g y ;   i   t h i n k   t h e y ' r e   g o i n g   t o   t e a r   t h r o u g h   t e a m s   t h i s   s e a s o n 
 
 ☘ ️   u b u n t u 2 p o i n t 0   u b u n t u   ☘ ️   b a n n e r 1 8   t h e j a y s   n b a  
c e l t i c s   v s .   r a p t o r s   t a k e a w a y s :   s a m   h a u s e r   s h i n e s   i n   o t   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i n   h o n o r   o f   t h e   n b a   s e a s o n   s t a r t i n g   u p   t h i s   w e e k ,   o u r   t b t   i s   f r o m   2 0 1 6   w h e n   c h r i s   h e r r e n   v i s i t e d   t h e   o l d   c e l t i c s   p r a c t i c e   f a c i l i t y   i n   w a l t h a m   t o   f i l m   a   p s a   f o r   t h e   s t a t e w i t h o u t s t i g m a   c a m p a i g n . .   i t   w a s   a   f u l l   c i r c l e   m o m e n t   & a m p ;   a   d a y   t o   r e m e m b e r .   ☘ ️   💜   h e r r e n t a l k s   n b a   c e l t i c s  
r e c e n t l y : 
 
 t h e   b r u i n s   w i n   i n   a   t h r i l l e r   v s   t h e   r a n g e r s   5 - 4 .   f i n a l   p r e s e a s o n   g a m e   s a t   v s   t h e   n e w   j e r s e y   d e v i l s . 
 
 - 
 
 c e l t i c s   d r o p   t h e   b a l l   t o   t h e   r a p t o r s   1 2 5   -   1 1 9   i n   o t . 
 
 - 
 
 r e d s o x   w r a p   u p   2 0 2 2   w i t h   a   s w e e p ,   b e a t i n g   o u t   t h e   r a y s   6 - 3 .   t i l l   n e x t   s p r i n g . . .
h o w   i m p o r t a n t   w a s   a d d i n g   v e t e r a n   b i g   m a n   b l a k e   g r i f f i n   t o   t h e   b o s t o n   c e l t i c s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   1 2 5 ,   b o s t o n   1 1 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i u b b   i n   n b a   p r e s e a s o n   l a s t   n i g h t : 
 
 🏀   o g   a n u n o b y   ( r a p t o r s ) :   1 0   p t s   ( 4 - 8   f g ) ,   3   r e b s 
 🏀   n o a h   v o n l e h   ( c e l t i c s ) :   2   p t s   ( 1 - 1   f g ) ,   3   r e b s 
 🏀     ( l a k e r s ) :   2   p t s ,   3   r e b s
d o n t e   d i v i n c e n z o   c o u l d ' v e   b e e n   a   b o s t o n   c e l t i c   l a s t   s e a s o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
  i t s   t h e   o n e   t h i n g   i v   b e e n   d y i n g   t o   s e e   t h e s e   l a s t   f e w   y e a r s .   c e l t i c s
p o s t   g a m e   t h r e a d :   t h e   t o r o n t o   r a p t o r s   d e f e a t   t h e   b o s t o n   c e l t i c s   1 2 5 - 1 1 9   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
i c y m i ,   h e r e ' s   w h a t   s t o o d   o u t   i n   t h e   c e l t i c s   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s ,   i n c l u d i n g   b o s t o n ' s   s t i n g y   d e f e n s e ,   a   s t r o n g   s h o w i n g   f r o m   t h e   r e g u l a r   s e a s o n   c l o s i n g   l i n e u p ,   a n d   s a m   h a u s e r   c a r v i n g   o u t   a   r o l e   f o r   h i m s e l f . 

t h i s   w a s   s o   s m o o t h   a n d   c a l m   f r o m   j a y s o n   t a t u m .   h e   k e e p s   d r i v i n g   t o   t h e   h o o p   l i k e   t h i s   h e ’ l l   o n c e   a g a i n   b e   i n   t h e   m v p   c o n v e r s a t i o n   c e l t i c s  
a   l i t t l e   h o t   t a k e … 
 
 j a y l e n   b r o w n   w i l l   l e a d   t h e   c e l t i c s   i n   s c o r i n g   t h i s   s e a s o n .
h o r n e t s   c e l t i c s   c h a r l o t t e   n b a   b a s k e t b a l l   l a m e l o   ( f o r   t h e   t w i t t e r   a l g o r i t h m   t o   p r o m o t e   i t   f o r   f r e e   t o   t h e   r i g h t   p l a c e ,   i ' d   r e a l l y   l i k e   t o   s e l l   t h e   t i c k e t s )
1 7   p o i n t s   i n   2 1   m i n u t e s   f o r   p a y t o n   p r i t c h a r d   a g a i n s t   t h e   r a p t o r s   l a s t   n i g h t   c e l t i c s  
j a y l e n   b r o w n   e x p r e s s i n g   h i t t i n g   h i s   f r e e   t h r o w s   i n   a   s u r p r i s i n g   w a y   t h a t   t h r e w   o f f   t h e   g r e a t     😂 l o v e   t o   s e e   i t   c e l t i c s 
  
h o w   i m p o r t a n t   w a s   a d d i n g   v e t e r a n   b i g   m a n   b l a k e   g r i f f i n   t o   t h e   b o s t o n   c e l t i c s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s o   g l a d   t h i s   g u y ’ s   n o   l o n g e r   w e a r i n g   a   c e l t i c s   j e r s e y .   i   w o n d e r   i f   b e n   s i m m o n s   m i n d s   b e i n g   p u b l i c l y   l e c t u r e d   b y   a   f l a t - e a r t h e r   w i t h   a   h a b i t   o f   d a m n i n g   h i s   t e a m m a t e s   w i t h   f a i n t   p r a i s e …  
j t   j a y s o n   t a t u m   a t   t h e   t d g a r d e n     l a s t   n i g h t   💪 🏻   a l w a y s   a   p l e a s u r e   w a t c h i n g   t h e   g o a t   p l a y   🐐   0   c e l t i c s   b o s t o n   b l e e d g r e e n  
c e l t i c s '   j a y s o n   t a t u m   o n   s l o w   s h o o t i n g   s t a r t   t o   s e a s o n :   ' i   a i n ' t   w o r r i e d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   e x p l a i n s   w h y   c e l t i c s   a r e   p i c k i n g   u p   w h e r e   t h e y   l e f t   o f f   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡  
h a s   b o s t o n ' s   b u m p y   o f f s e a s o n   t a k e n   t h e   c e l t i c s   d o w n   a   p e g   a s   c o n t e n d e r s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m h a u s e r   f o r m   l o o k s   q u i c k e r   i f   h e   k e e p s   t h i s   u p   d u r i n g   t h e   s e a s o n   a n d   d e v e l o p   i n   a n o t h e r   a r e a   o f   h i s   g a m e . . g a l l o   m a y   b a r e l y   s e e   t h a t   f l o o r   e v e n   w h e n   h e a l t h y   😂 😂 😂 ☘ ️   c e l t i c s
b e e n   i n   t h e   c s   l o c k e r   r o o m   f o r   5   m i n s   a n d   s e e m s   l i k e   b l a k e   g r i f f i n   h a s   b e e n   h e r e   5 …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s u p e r - e a r l y   m o c k   2 0 2 3   n b a   d r a f t   h a s   b o s t o n   c e l t i c s   t a k i n g   i o w a   f o r w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w i l l   j a y s o n   t a t u m   a n d   j a y l e n   b r o w n   t a k e   t h e   b o s t o n   c e l t i c s   b a c k   t o   t h e   n b a   f i n a l s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e w   n f t   c o l l e c t i o n   i s   c o m i n g   t h i s   n i g h t   2 3 : 5 9   g m t   + 0 3 : 0 0   n f t s   n f t   n f t c o l l l e c t o r s   n f t c o l l e c t i o n   m o n k e y n f t c o l l e c t i o n   b a s k e t b a l l   b u l l s     l a k e r s   l o s a n g e l e s   s p u r s   c h i c a g o   c e l t i c s   b o s t o n   t e a m s
5   t a k e a w a y s   f r o m   c e l t i c s   v s .   r a p t o r s   a s   s a m   h a u s e r ,   m a l c o l m   b r o g d o n   s h i n e   i n   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t ,   m a l c o l m   b r o g d o n   a n d   d e r r i c k   w h i t e   c o u l d   b e c o m e   a   t e r r i f y i n g   t r i o   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   p r e v i e w :   p r e d i c t i o n s   a n d   a n a l y s i s   f o r   t h e   2 0 2 2 - 2 3   n b a   s e a s o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   -   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   2 0 . . .   
 c e l t i c s   r a p t o r s   n b a
a f t e r   h i s   f i r s t   f i n a l s   a p p e a r a n c e ,   c e l t i c s   s t a r   i s   l e a r n i n g   t h e   s p o t l i g h t   h a s   b e e n   m a g n i f i e d   f o r   b e t t e r   a n d   f o r   w o r s e 
 
 r e a d   m o r e   h e r e :   
 
 n b a   s p o r t s   s p o r t s n e w s   n b a s e a s o n   n b a p l a y e r   b o s t o n c e l t i c s   n b a n e w s   s p o r t s n e w s d a i l y   b a s k e t b a l l   s p o r t s u p d a t e
t h a t   c e l t i c s   g a m e   e h . . j t   r h y t h m   i s   📴 . . a n d   c e l t i c s   c l e a r l y   s t i l l   n e e d   t i m e l o r d .
s u p e r - e a r l y   m o c k   2 0 2 3   n b a   d r a f t   h a s   b o s t o n   c e l t i c s   t a k i n g   i o w a   f o r w a r d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s o   g o o d   i   h a d   t o   s h a r e !   c h e c k   o u t   a l l   t h e   i t e m s   i ' m   l o v i n g   o n     p o s h m a r k   f a s h i o n   s t y l e   s h o p m y c l o s e t   c a m p b e l l s   c e l t i c s   z i g i s o h o :    
n e w   v i d e o   t o   w a t c h : 
 
 " b o y y   t h e   r a p t o r s   w e n t   n a s t y   |   r a p t o r s   v s   c e l t i c s   -   p o s t   g a m e   t h o u g h t s "   
 
 c r e a t o r :     d e e m y . 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c e l t i c s   b o s t o n c e l t i c s 
 
  
i f   m a l c o l m   b r o g d o n   s t a y s   c o n s i s t e n t   m o v i n g   t h e   b a l l   a n d   c a n   r e m a i n   h e a l t h y   t h i s   s e a s o n ,   i   t h i n k   h e ’ l l   b e   a   t o p   c a n d i d a t e   f o r   s i x t h   m a n   o f   t h e   y e a r   c e l t i c s
🇺 🇸 | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a  
j u l i u s   r a n d l e ' s   n o t a b l e   g r o w t h   i n   k n i c k s '   p r e s e a s o n   w i n   c a n ' t   b e   i g n o r e d 
 
 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a p r e s e a s o n   n b a i n a b u d h a b i   l a k e s h o w   l a k e r s   c e l t i c s   d u b n a t i o n   b u l l s n a t i o n   r o c k e t s   a p c e r s   m f f l
s a m   h a u s e r   c o n t i n u e s   t o   p r o v e   w h y   t h e   c e l t i c s   r e - s i g n e d   h i m .   y o u   m u s t   r e s p e c t   h i m   a s   a   s h o o t e r 
 

m a l c o l m   b r o g d o n   a n d   s a m   h a u s e r   b o t h   w e n t   t o   v i r g i n i a .   m o s t   o f   h a u s e r ’ s   s h o t s   h a v e   b e e n   o f f   o f   b r o g d o n   a s s i s t s   t h r o u g h o u t   t h e   p r e s e a s o n   c e l t i c s   
 

j u s t   r e m e m b e r   t h a t   t h e   c e l t i c s   h a d   a   1 9   p o i n t   l e a d   b e f o r e   t h e   d e e p e r   b e n c h   t o o k   o v e r .   i   s a w   w h a t   i   n e e d e d   t o   f r o m   o u r   g u y s   🍀
t h e   d e e p e r   p a r t   o f   t h e   b e n c h   s t r u g g l e d   b u t   t h e   s t a r t e r s   a n d   r o t a t i o n   p l a y e r s   l o o k e d   p r e t t y   g o o d   c e l t i c s
o n   t h i s   d a y :   1 9 9 8   p r e s e a s o n   c a n c e l e d   a h e a d   o f   ' 9 8   l o c k o u t ;   g e o r g e   k a f t a n   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w i l l   j a y s o n   t a t u m   a n d   j a y l e n   b r o w n   t a k e   t h e   b o s t o n   c e l t i c s   b a c k   t o   t h e   n b a   f i n a l s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
i n   t w o   g a m e s ,   s a m   h a u s e r   i s   9 - 1 3   f r o m   b e h i n d   t h e   a r c .   h e ’ s   b e e n   a c c u r a t e   a n d   c o n f i d e n t   l e t t i n g   i t   f l y ,   n o t   t o   m e n t i o n   h i s   t e a m m a t e s   w a n t   h i m   t o   s h o o t   c e l t i c s
t h e   c e l t i c s   a r e   t h r i v i n g   o f f e n s i v e l y ,   p l a y i n g   f a s t e r   a n d   s m a l l   b a l l   l o o k s   a p p e a l i n g .   i t ' s   a l l   e x p e r i m e n t a l   r i g h t   n o w   a s   b o s t o n   t r i e s   t o   r e s h a p e   i t s   i d e n t i t y   w i t h o u t   i m e   u d o k a   & a m p ;   w i t h   w i l l i a m s   h u r t . 
 
 " w e   m i s s e d   a   l o t   o f   g o o d   l o o k s ,   b u t   t h e   f l o o r   i s   s p a c e d " 

r a p t o r s   g e t   g o i n g   e a r l y   i n   o v e r t i m e   t o   t a k e   1 2 5 - 1 1 9   w i n   o v e r   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   h a v e   t h e   f e w e s t   s h o t s   p e r   g a m e   i n s i d e   5   f e e t   t h i s   p r e s e a s o n   ( 2 1 . 3 ) .   n i c e   t o   b e   r a i n i n g   f r o m   t h r e e ,   b u t   s o m e   b a l a n c e   i s   m i s s i n g   f r o m   t h e i r   o f f e n s e   e a r l y .   t h e y ' r e   b o t t o m   1 0   i n   f t a   t o o .
w e   b a c k ☘ ️ ☘ ️ ☘ ️ ☘ ️ ☘ ️   m o o d   c e l t i c s  
i   a m   s o   h a p p y   c e l t i c s   a r e   b a c k   😍 ☘ ️ 🤗
i   j u s t   w a n t   t o   s t i l l   s a y   i   c a l l   s a m   h a u s e r   f a k e   h a y w a r d   c a u s e   i n   m y   m i n d   t h e y   l o o k   a l i k e .   s o   i ’ m   h o p i n g   s a m   c a n   b e   t h e   h a y w a r d   w e   n e v e r   g o t   t o   e x p e r i e n c e   l o l l l l l   c e l t i c s   🙃 😎 🤣 ☘ ️
p a y t o n   p r i t c h a r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a y t o n p r i t c h a r d   p a y t o n   p r i t c h a r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
" y o u n g   g o a t "   - -   w a r r i o r s   s t a r   d r a y m o n d   g r e e n   i s s u e s   u l t i m a t e   p r a i s e   f o r   c e l t i c s   f o r w a r d   j a y s o n   t a t u m   😤 
 

j a y s o n   t a t u m   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y s o n t a t u m   j a y s o n   t a t u m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
    a f t e r   i   g o t   h o m e   t o n i g h t   i   f o u n d   m r .   f l e s h y   i n   l i z z y ’ s   t w e e t   h i s t o r y .   i   h a v e   p i n n e d   h i m   t o   m y   p r o f i l e   f o r   f u t u r e   u s e .   s a v e   h i m ,   h o l d   h i m   c l o s e   t o   y o u r   h e a r t ,   a n d   r e m e m b e r … … … . . b e l i e v e ! ! ! ! !   f l e s h y   n b a   c e l t i c s   b o s t o n   b e l i e v e
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j e f f   d o w t i n 
 
 n b a   n b a i t a l i a   r a p t o r s   c e l t i c s 
 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 p a y t o n   p r i t c h a r d 
 
 n b a   n b a i t a l i a   c e l t i c s   r a p t o r s 
  
1 0 / 5   p u t n a m   p o s t g a m e   r e p o r t :   t h e   s t i n g   o f   d e f e a t   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a y s o n   t a t u m 
 
 n b a   n b a i t a l i a   c e l t i c s   r a p t o r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 m a r c u s   s m a r t 
 
 n b a   n b a i t a l i a   c e l t i c s   r a p t o r s 
  
g a m e   r e c a p :   r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a y l e n   b r o w n 
 
 n b a   n b a i t a l i a   c e l t i c s   r a p t o r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 s c o t t i e   b a r n e s 
 
 n b a   n b a i t a l i a   r a p t o r s   c e l t i c s 
  
w h y   c e l t i c s '   j a y s o n   t a t u m   s a i d   s a m   h a u s e r   ' s h o u l d   s e n d   m e   a   t h a n k   y o u   c a r d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   g a m e   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 ;   n b a   s t a n d i n g s   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   p a c e r s   h o r n e t s   c a v a l i e r s   7 6 e r s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
🎥 :     & a m p ;     r e c a p   t h e   c e l t i c s   1 2 5 - 1 1 9   o t   l o s s   t o   t h e   r a p t o r s   o n   w e d n e s d a y 
 
 🍀 m a z u l l a ' s   i m p r i n t   i s   e v i d e n t   👀 
 🍀 h a u s e r   3 ⃣ 🔥 
 🍀 f l o o r   s p a c i n g   ↔ ️ 
 🍀 o f f e n s e   i s   d o m i n a t i n g 
 
 📺 f u l l   r e c a p :   
 
 ⚡ ️ b y   _ a g   |     |    
i   g i v e   t h e   p p l   w h a t   t h e y   w a n t   ! ! !   c e l t i c s   & a m p ;   d e u c e   c u t e n e s s   🫱 🏼 ‍ 🫲 🏽 🫶 🏻   n b a  
c e l t i c s   w a t c h   l e a d   e v a p o r a t e   i n   p r e s e a s o n   o v e r t i m e   l o s s   t o   r a p t o r s :   1 0   t a k e a w a y s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
b r o w n   r e a d y   t o   p i c k   u p   w h e r e   h e   l e f t   o f f ,   g r e a t   e f f o r t   a n d   n u m b e r s   s o   f a r   c e l t i c s
s a m   h a u s e r   l o o k s   l i k e   h e   i s   r e a d y   f o r   s o m e   q u a l i t y   m i n u t e s   c e l t i c s
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   b o s t o n   c e l t i c s   n b a   v i d e o :  
w h y   c e l t i c s '   j a y s o n   t a t u m   s a i d   s a m   h a u s e r   ' s h o u l d   s e n d   m e   a   t h a n k   y o u   c a r d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h i s   💯 💯 💯 ☘ ️ 🙌 🏻   c e l t i c s   b l e e d g r e e n   a m e n   n b a  
o v e r t i m e . . . . i n   a   p r e s e a s o n   g a m e . . . . a n d   t h e y   l o s e   i n   t h e   1 s t   g a m e   i ' m   a b l e   t o   w a t c h   l o l   c e l t i c s
d e e p   b e n c h   l e a d s   i n c r e d i b l y   f u n   c o m e b a c k ,   r a p t o r s   b e a t   c e l t i c s   1 2 5 - 1 1 9   i n   o t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e n   w i t h   a n   l   t o n i g h t .   w e   l o o k   p o i s e d   f o r   a n o t h e r   f u n   r u n   🔥     c e l t i c s
f r e d   v a n v l e e t   w i t h   a   2 - p o i n t e r   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   a m   a   h u g e   f a n   o f   m f i o n d u   a n d   i t   n e e d s   t o   b e   s a i d   p u b l i c l y   h e r e   c e l t i c s   🗣 ️ 💯 ☘ ️ 🙌 🏻
j a y l e n   b r o w n   h i g h l i g h t s   -   c e l t i c s   v s .   r a p t o r s   -   5 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   b o s   t o r   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b o s t o n   c e l t i c s   t o r o n t o   r a p t o r s
h e r e ' s   w h a t   s t o o d   o u t   f r o m   r a p t o r s '   o v e r t i m e   w i n   o v e r   c e l t i c s :   b o s t o n ' s   r e g u l a r s   s h a r p   a t   b o t h   e n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   ‘ 2 2 - ‘ 2 3   c e l t i c s   r o s t e r   i s   n o w h e r e   n e a r   t h e   s a m e   g a l a x y   a s   t h e   ‘ 8 5 - ‘ 8 6   c e l t i c s .     b i l l   w a l t o n   w a s   p l a y i n g   w i t h   3   l e g i t   h o f e r s   a t   t h e   h e i g h t   o f   t h e i r   r e s p e c t i v e   p o w e r s .   
 
 h o p e f u l l y   b l a k e   g r i f f i n   h a s   s o m e t h i n g   l e f t   t o   c o n t r i b u t e .   b u t   t h e s e   w a l t o n   c o m p a r i s o n s   a r e   a b s u r d .
l a k e r s   n e w s :   c e l t i c s   c o - o w n e r   t a l k s   a b o u t   h e r   o f f - c o u r t   p a r t n e r s h i p   w i t h   l a k e r s   o w n e r   j e a n i e   b u s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   m o s t   w o n d e r f u l   t i m e   o f   t h e   y e a r   ☘ ️ 😍 ☘ ️ 😍 ☘ ️   c e l t i c s   b l e e d g r e e n   n b a   t i s t h e s e a s o n   🏀  
r e a d   & a m p ;   r e a c t :   t h e   t a t u m   & a m p ;   b r o w n   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g a l l e r y :   c e l t i c s   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s   a t   t h e   g a r d e n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s   v s   r a p t o r s   o v e r t i m e   t i l t 

k a b e n g e l e   w i t h   t h e   p o w e r f u l   s l a m ! 😤 😤 😤 
 c e l t i c s r a p t o r s   c e l t i c s   n b a   n b a t w i t t e r   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   h i g h l i g h t   
  
5   t a k e a w a y s   f r o m   c e l t i c s   v s .   r a p t o r s   a s   s a m   h a u s e r ,   m a l c o l m   b r o g d o n   s h i n e   i n   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   i s   a   s l i g h t l y   w o r s e   p a u l   g e o r g e   _     c e l t i c s
  p a y t o n   p r i t c h a r d   -   1 7   p t s ,   4   r e b ,   5   a s t ,   3   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 p a y t o n p r i t c h a r d   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
d a l a n o   b a n t o n   w i t h   a n   a n d   o n e   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  t h e   o n l y   s t a r t e r s   j a c k e t   i   w i l l   a c c e p t .   c e l t i c s   8 0 s  
t h e   c e l t i c s   d r o p   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s .   t h e y   w i l l   b e   i n   c h a r l o t t e   o n   f r i d a y .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
c e l t i c s   b r o t h e r s   a n d   s i s t e r s   y o u   d o   r e a l i z e   t o n i g h t   w a s   a   p r e   s e a s o n     g a m e   a n d   t h e   s t a r t e r s   a n d   s a m   h a u s e r   p l a y e d   g r e a t ,   r i g h t ?   c a n   y o u   s p a r e   m e   t h e   n e g a t i v i t y !
i s   s a m   h a u s e r   g o i n g   t o   b e c o m e   t h e   c e l t i c s   s e c r e t   s h a r p s h o o t i n g   w e a p o n ?
n o a h   v o n l e h   w i t h   a   d u n k   v s   t h e   t o r o n t o   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s o r r y   c e l t i c s   f a n s   b u t … 
 
 … h e a r d   y o u r   a n n o u n c e r   s a y   i n   t h e   3 r d   q u a r t e r   t h a t   t h e   r a p t o r s   w e r e   “ w a v i n g   t h e   w h i t e   f l a g ” … 
 
 . . t h e n   w e   c a m e   b a c k   f r o m   1 9   d o w n   t o   w i n   i n   o t .   
 
 w e t h e n o r t h  
w h a t   c e l t i c s   p r e d i c t i o n s   w e r e   m a d e   d u r i n g   n b a   g m   s u r v e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a n ,   h a u s e r   i s   r e a l l y   l o o k i n g   n i c e   s o   f a r   f o r   t h e   c e l t i c s .   l i k e ,   m a n .
n i a   l o n g   i s   r e p o r t e d l y   s t a y i n g   w i t h   i m e   u d o k a   d e s p i t e   h u g e   c h e a t i n g   s c a n d a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
  n a t e   " t i n y "   a r c h i b a l d .       7   f o r   t h e   c e l t i c s   a n d   1   i n   t h e   💗   t o   a   5   f t   n o t h i n g   8 t h   g r a d e   p o i n t   g u a r d . c e l t i c s  
" t h e r e   i s   n o   w e a k n e s s   r i g h t   n o w   i n   t h i s   c e l t i c s   d e f e n s e . "   😤 
 
   a n d   _ 5 0   o n   t h e   c e l t i c s   m a i n t a i n i n g   t h e i r   d e f e n s i v e   i d e n t i t y  
_ s m o o t h 1 0   s a m   h a u s e r   -   2 2   p t s ,   4   r e b ,   2   a s t ,   5   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 s a m h a u s e r   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
c e l t i c s   t a k e a w a y s   a s   r e g u l a r s   i m p r e s s   a g a i n   i n   p r e s e a s o n   o v e r t i m e   l o s s   t o   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   o n   g r a b b i n g   1 0   r e b o u n d s   t o n i g h t ,   a n d   t h e   i m p o r t a n c e   o f   h i m   c o n t r i b u t i n g   i n   t h a t   a r e a   w i t h   r o b   o u t .   “ w e ’ v e   a l l   g o t   t o   r e b o u n d .   r e b o u n d i n g   i s   k e y .   m e   a n d   r o b   u s e d   t o   h a v e   f r i e n d l y   c o m p e t i t i o n s .   i   g e t   a   l o t   o f   r e b o u n d s   n o w .   r e b o u n d i n g   i s   s o m e t h i n g   i   d o . ”   c e l t i c s
b o s t o n   c e l t i c s   l o s e   t o   t o r o n t o   r a p t o r s   i n   b e t t e r - t h a n - y o u - t h i n k   p r e s e a s o n   p e r f o r m a n c e ,   1 2 5 - 1 1 9   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b e n c h   p l a y e r s   f o r   t h e   l o s s .   c e l t i c s
j a y s o n   t a t u m   o n   h o w   e n c o u r a g e d   h e   i s   b y   s h a r p   t h e   c e l t i c s   h a v e   l o o k e d   i n   t h e i r   f i r s t   t w o   p r e s e a s o n   g a m e s :   “ s u p e r   e n c o u r a g e d .   i t   k i n d   o f   f e e l s   l i k e   w e ’ r e   p i c k i n g   u p   f r o m   l a s t   s e a s o n … a n d   i t ’ s   f u n   p l a y i n g   w i t h ,   a n d   i   t h i n k   i t   s h o w s   t h r o u g h   t h e   f i r s t   t w o   g a m e s . ”
d o   y o u   h a v e   a   g r e a t   p r o j e c t   t h a t   y o u   w a n t   t o   g e t   h a n d l e d   p r o f e s s i o n a l l y ?   t h e n   c l i c k   t h e   l i n k   b e l o w ,   a n d   l o o k   a t   t h e   r e s u l t s . 
 
 
 a e w d y n a m i t e 
 r a p t o r s 
 d r a y m o n d 
 j o s h j a c k s o n 
 g a b e b r o w n 
 c e l t i c s 
 r h o b h 
 d o w t i n 
 d j w i l s o n 
 w e t h e n o r t h
c e l t i c s   f a l l   t o   t h e   r a p t o r s   1 2 5 - 1 1 9   i n   o t 
 
 b r o w n   2 3 p t s 
 h a u s e r   2 2 p t s 
 t a t u m   1 8 p t s   1 0 r e b 
 p r i t c h a r d   1 7 p t s   5 a s t 
 w h i t e   1 0 p t s 
 
 b o s :   4 4 . 4 %   f g   1 6 - 5 2   3 p t   4 5   r e b   3 1   a s t   1 0   t o v 
 
 a c h i u w a   1 3 p t s   7 r e b 
 s i a k a m   1 3 p t s   6 r e b 
 j a c k s o n   1 3 p t s 
 b i r c h   1 0 p t s 
 
 t o r :   4 5 . 9 %   f g   7 - 3 2   3 p t   5 9   r e b   2 2   a s t   7   t o v
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :   r a p t o r s   1 2 5 ,     1 1 9   i n   o t .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b a s k e t b a l l   b o s t o n a t h l e t e m a g a z i n e  
p r e c i o u s a c h i u w a   p o s t s   1 3   p o i n t s   a n d   s e v e n   r e b o u n d s   t o   h e l p   t h e   r a p t o r s   b e s t   t h e   c e l t i c s .   f i n a l :   t o r   1 2 5   -   1 1 9   b o s   n b a p r e s e a s o n
l o l .   c e l t i c s   g o i n g   b a c k   t o   t h e m   d u m b   a s s   p r e - u d o k a   l i n e u p s   w i t h   t a t u m   a t   t h e   4 .   t h e y   m a y   n o t   e v e n   m a k e   i t   o u t   o f   t h e   f i r s t   r o u n d   o f   t h e   p l a y o f f s
n b a ,   c e l t i c s   t w i t t e r   r e a c t   t o   b o s t o n ' s   1 2 5 - 1 1 9   o v e r t i m e   l o s s   t o   t h e   r a p t o r s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i ' m   s o   f u c k i n g   p i s s e d   w e   s h o u l d n ' t   h a v e   l o s t   t h a t   g a m e   w e   w a s   u p   b y e   2 0   p o i n t s   i t ' s   p r e   s e a s o n   a n d   t h e   g a m e s   d o n ' t   c o u n t   b u t   i   p a i d   m o n e y   w a s t e d   m y   t i m e   t h e y   t o o k   t h e   s t a r t e r s   o u t   w i t h   a b o u t   3   m i n s   l e f t   i n   t h e   3 r d   q u a r t e r   p u t   i n   t h e   b u m s   a n d   t h e y   l o s t   t h e   g a m e   c e l t i c s
i ' m   s o   f u c k i n g   p i s s e d   i   k n o w   t h i s   i s   p r e s e a s o n   b u t   w e   w e r e   u p   b y   f u c k i n g   2 0   p o i n t s   o f   t a t u m   a n d   b r o w n   p l a y e d   i n   t h e   f o u r t h   q u a r t e r   j u s t   w o u l d ' v e   n e v e r   h a p p e n e d   e v e r .   i   f e e l   l i k e   i ' m   w a s t i n g   m y   m o n e y   m y   t i m e   i ' m   s o   a n g r y .     c e l t i c s
t h i s   w o u l d   h a v e   n e v e r   e v e r   h a p p e n e d   i n   t h e   r e g u l a r   s e a s o n   c e l t i c s   i ’ m   s o   l o s s e s   i   f e e l   l i k e   i   w a s t e d   m y   1 9   d o l l a r s   i   p a i d   f o r   t h i s   g a m e   😂 😂 😂 n b a   p r e s e a s o n
c e l t i c s   g r e a t   g a m e   _        
w a t c h i n g   g u y s   c o m p e t i n g   f o r   r o s t e r   s p o t s   o v e r c o m e   a   1 9 - p o i n t   d e f i c i t   t o   b e a t   t h e   c e l t i c s   w a s   a   l o t   o f   f u n .   i   d o n ' t   c a r e   i f   i t ' s   j u s t   t h e   p r e s e a s o n !   r a p t o r s     l e t s g o  
r a p t o r s   a t   c e l t i c s :   b o s t o n   f a l l s   t o   t o r o n t o   1 2 5 - 1 1 9   i n   o v e r t i m e   a s   b e n c h   m o b   f i z z l e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   s o   c l o s e   n b a   w h a t   a   g a m e   r a p t o r s  
t h e   l e a g u e   n e e d s   t o   b e   o n   n o t i c e   o f   s a m   h a u s e r   c e l t i c s   n b a   n b a t w i t t e r
t h e   r a p t o r s   p l a n e   f l i g h t   b a c k   f r o m   b o s t o n   w i l l   b e   l i k e   o n e   t h o s e   h i g h   s c h o o l   b u s   r i d e s   a f t e r   j v   g o t   t h e   w   b u t   t h e   v a r s i t y   t e a m   g o t   t o r c h e d .   c e l t i c s   w e t h e n o r t h
h a u s e r   o n   t h e   c e l t i c s   e x p r e s s i n g   c o n f i d e n c e   i n   h i m   t o   s t e p   u p   f o l l o w i n g   g a l l i n a r i ’ s   i n j u r y :   “ t h e m   s h o w i n g   c o n f i d e n c e   g i v e s   m e   c o n f i d e n c e . ”
w h e n   i n   r o m e ,   y o u   e n t e r   t h e   a r e n a .   🏀 🍀   m y   f i r s t   t i m e   i n   t d   a n d   b l o w n   a w a y   b y   t h e   r i c h   h i s t o r y   o f   b a s k e t b a l l   l e g e n d s   t h a t   h a v e   m a d e   t h e   c e l t i c s   w h o   t h e y   a r e   t o d a y .   t h a n k s     a n d     f o r   m a k i n g   s u r e   i   s a w   a n o t h e r   s i d e   o f   b o s   t o n i g h t !   c e l t i c s   s t i l l a c l i p s f a n  
s a m   h u a s e r   e a r n e d   h i m s e l f   a   s p o t   i n   t h e   r o t a t i o n ,   d e s p i t e   t h e   i n j u r y   t o   g a l l o   c e l t i c s
r a p t o r s   i n   t h e   4 t h   q u a r t e r   t o n i g h t .   c e l t i c s   r a p t o r s  
h a u s e r   o n   h i s   h o t   s h o o t i n g :   “ t h a t ’ s   w h a t   i ’ m   k n o w n   f o r   s h o o t i n g ,   a n d   t h a t ’ s   h o w   i   c a n   h e l p   t h i s   t e a m … i t   c o m e s   b a c k   t o   d a i l y   d e p o s i t s   a n d   w o r k i n g   o n   i t   e v e r y d a y . ”   c e l t i c s
c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   s a y s   s a m   h a u s e r ’ s   c o n f i d e n c e   i s   a   p r o d u c t   o f   h i s   w o r k   e t h i c . 
 
 " ( h e )   w o r k s   r e a l l y   h a r d ,   d o e s   a   g r e a t   j o b   o f   p l a y i n g   o f f   o t h e r s ,   a n d   t a k e s   w h a t   t h e   d e f e n s e   g i v e s   h i m . ”
s o   t h i s   i s   w h a t   w e ' r e   d o i n   a g a i n . . . . 
 c e l t i c s    
w h i l e   t h e   g a m e   u l t i m a t e l y   w e n t   t h e   w a y   o f   t h e   r a p t o r s ,   t h e   m o r e   i m p o r t a n t   d e v e l o p m e n t s   t o o k   p l a c e   b e f o r e   t h e i r   f o u r t h - q u a r t e r   r a l l y .   h e r e ’ s   w h a t   s t o o d   o u t   f r o m   t h e   c e l t i c s   s e c o n d   p r e s e a s o n   m a t c h u p .   

y o u   r a p t o r s   f a n s   r e a l l y   e x c i t e d   o v e r   a   p r e s e a s o n   g a m e   🤣 🤣 🤣 .   g r o w   t h e   t f   u p   a l r e a d y   💀   c e l t i c s   r a p t o r s   f u c k t h e r a p t o r s
  w e   w e r e   u p   b y   1 8   i   k n o w   i t ’ s   t h e   p r e s e a s o n   b u t   w t h   i t   w a s   1 8 p o i n t s   s m h   l o l o l o l   c e l t i c s
t h e   b r o g d o n   t o   h a u s e r   c o n n e c t i o n   w a s   s t r o n g   t o n i g h t   j u s t   l i k e   s a m   p l a n n e d   i n   o u r   c o n v o   a   f e w   w e e k s   a g o .   c e l t i c s     b l e e d g r e e n 
 
  
p r e s e a s o n   c e l t i c s   g a m e   2   f u n .   3 0   i s   s h o o t e r   b u t   a l s o   d i s p l a y s   g r e a t   d e c i s i o n   m a k i n g   o n   d r i b b l e   d r i v e .   a n o t h e r   p e r s o n   c a p a b l e   o f   p r e s s i n g   o p p o n e n t   s p a c e .   r a p t o r s   4 5   g o o d .     t o r   o v e r a l l   a   b i g   m f   t e a m   g u a r d s   a r e   h u g e   a n d   l o o k s   l i k e   i t   g o t   t h e m   b a c k   i n t o   t h e   g a m e   a t   e n d   o f   3 r d   2   f i n
h e r e   f o r   i t .   c e l t i c s  
w o w   … .   w h a t     a   g a m e   i n   t h e   n b a   p r e   s e a s o n   b e t w e e n   t h e   c e l t i c s   & a m p ;   r a p t o r s 
 

a g a i n ,   i   k n o w   i t ’ s   p r e s e a s o n   a n d   t h e s e   g a m e s   d o n ’ t   c o u n t   b u t ,   t h e   c ’ s   l o s i n g   t o   t h e   r a p t o r s   a i n ’ t   s i t t i n g   w e l l   w i t h   m e .   c e l t i c s   n b a p r e s e a s o n
c e l t i c s   f a l l   t o   r a p t o r s   i n   s e c o n d   p r e s e a s o n   g a m e   ⬇ ️ 
 
 p o s t g a m e   l i v e   i s   o n   n o w   w i t h       _ 5 0     & a m p ;     o n    
t a k e   a   d e e p   b r e a t h   c e l t i c s   f a n s ,   i t ' s   j u s t   a   p r e s e a s o n   g a m e ,   i t ' s   n o t   l i k e   o u r   p l a y e r s   a r e   o u t   t h e r e   ' f o r c e f u l l y   s t r i k i n g '   e a c h   o t h e r . . .
t h e   c e l t i c s   w i n   t o t a l   i s   s e t   a t   5 3 . 5 .   j a y l e n   b r o w n   l o o k s   i n t e n t   o n   p u s h i n g   t h e   o v e r   👀 
 c e l t i c s  
s a m   h a u s e r   i n   t w o   c e l t i c s   p r e s e a s o n   g a m e s : 
 
 3 6   p o i n t s ,   7 2 % f g   ( 1 3 - 1 8 ) ,   6 9 % 3 p t   ( 9 - 1 3 ) . 
 
 h e ’ s   g o t   a   s i g n i f i c a n t   r o l e   o n   t h i s   t e a m   i f   h e   k e e p s   t h i s   u p !
o h   t h i s   n b a   g a m e   w e n t   i n t o   o t ?   h o w   o f t e n   d o e s   t h a t   h a p p e n   f o r   n b a p r e s e a s o n   g a m e s ? 
 
 b o s t o n   l o o k e d   n o r m a l ;   c a n   t h e   c e l t i c s   p u t   t h e   c o a c h   t u r m o i l   b e h i n d   e m   a n d   f o c u s   o n   t h e   s e a s o n ?   t h e y ' r e   s t i l l   f o r m i d a b l e   a n d   o n e   o f   t h e   t o p   t e a m s   i n   t h e   e a s t .   b a l l o r f a l l  
a t t a c h e d   a t   t h e   h i p   w e l l   l e g   👀 🤣 😍   b i g d e u c e   d e u c e   c e l t i c s   n b a   b l e e d g r e e n  
c e l t i c s   f a n s   p u n c h i n g   t h e   a i r   r i g h t   n o w 😂   c e l t i c s   r a p t o r s
t h i s   d u d e   i s   a s s ! ! ! !   m i s s e d   a l l   h i s   s h o t s … .   c e l t i c s  
t r a s h   c e l t i c s   r e g r e s s e d   a s   e x p e c t e d   r a p t o r s
c e l t i c s   n b a   u g l y   g a m e   s o   f a r   b o s t o n  
n e w :   t h e   c e l t i c s   s t u m b l e d   i n   o t   a g a i n s t   t h e   r a p t o r s   b u t   l o o k e d   g r e a t   w i t h   t h e i r   r e g u l a r s   i n   t h e   p r e s e a s o n   t u n e u p .   f u l l   t a k e a w a y s  
w h o a !   h o w   a b o u t   t h o s e   r a p t o r s ?   t h e y   j u s t   b e a t   t h e   c e l t i c s   i n   o t !   m a s a i   i s   t h e   e x e c u t i v e   o f   t h e   y e a r   f o r   t h i s   c o m i n g   s e a s o n !   n b a
w h a t   a   p l a y o f f   a t m o s p h e r e !   t o   g o   d o w n   1 9   t o   w i n   t h i s   g a m e   w i t h   o u r   y o u n g   t a l e n t   j u s t   g o e s   t o   s h o w   o u r   t e a m   i s   p r e t t y   d e e p !   r a p t o r s   c e l t i c s
t h a t   c e l t i c s e m o t i o n a l r o l l e r c o a s t e r   o n   t h e   p r e s e a s o n . . .   😓   c e l t i c s
j u s t i n   j a c k s o n   a n d   b r o d r i c   t h o m a s   s h o u l d   g o   r u n   l a p s   o r   s o m e t h i n g   
 
 c e l t i c s
i   t o t a l l y   a g r e e   w i t h   t h i s   e x c e p t   t h a t   i   t h i n k   t h e y   w i l l   l e a r n   m o r e   f r o m   t h e   l o s s .     t h e   s t i n g   o f   a   l o s s   i s   a   g o o d   t e a c h e r .   c e l t i c s  
i ’ m   l a u g h i n g   m y   a s s   o f f   😂   c e l t i c s   r a p t o r s
p r i t c h a r d   s h o w s   t h e   d e e p   b e n c h   h o w   t o   g r i n d .   c e l t i c s   b u t   n o t   s u r e   t h e y   g e t   i t .
c u t   t h i s   b u m   r i g h t   n o w     c e l t i c s   b o s t o n c e l t i c s  
o k a y   i   c a n ' t   b e   t h e   o n l y   o n e   t h a t   t h i n k s   d . j .   w i l s o n   l o o k s   l i k e   b r i t t n e y   g r i n e r   o u t   t h e r e   l o l   c e l t i c s
i t   w a s   e x c i t i n g   a n d   c l o s e   t i l   t h e   e n d .   s h a k e   o f f   t h e   r u s t .   s e e   y o u   o n   t h e   1 8 t h   f o r   o p e n i n g   n i g h t !   g a m e   o n   😎 ☘ ️ 💪 🏻   c e l t i c s   n b a   b l e e d g r e e n
b r o d e r i c k   t h o m a s   j u s t i n   j a c k s o n   m a k e   a n y   s h o t   c h a l l e n g e   ( i m p o s s i b l e )   c e l t i c s
i f   t h e   c e l t i c s   c a n   g e t   t h i s   v e r s i o n   o f   s a m   h a u s e r   f o r   8 2   g a m e s   t h i s   s e a s o n ,     t h e y   w i l l   b e   c o n t e n d i n g   f o r   a   t i t l e   c o m e   m a y .   n b a   c e l t i c s
s e e m s   s a f e   t o   s a y   t h a t   j u s t i n   j a c k s o n   a n d   b r o d e i c   t h o m a s   a r e   u n l i k e l y   t o   m a k e   t h e   f i n a l   r o s t e r   f o r   t h i s   c e l t i c s   t e a m . 
 
 a l s o   s a f e   t o   s a y   t h a t   a n   a l l - b e n c h   s m a l l   b a l l   l i n e u p   i s   n o t   l i k e l y   g o i n g   t o   b e   a   c o m m o n   g r o u p i n g   i n   t h e   r e g u l a r   s e a s o n .
n o t   a   g r e a t   g a m e   f o r   j a c k s o n   a n d   t h o m a s … . .   c e l t i c s
🇨 🇦   k h e m   b i r c h   d i a l i n g   i t   u p   f r o m   t h e   5 1 4 . 
 
 t o r o n t o   r a p t o r s   |   b o s t o n   c e l t i c s 
 
 n b a t w i t t e r   w e t h e n o r t h   n b a  
w h o   e l s e   i s   h a p p y   t o   s e e   _ s m o o t h 1 0   h a v i n g   a   h e l l   o f   a   g a m e ? 
 c e l t i c s 
   
   
   
 _
t h i s   o v e r t i m e   i s   s o   s l o p p y   😂   c e l t i c s
c e l t i c s   g - l e a g u e   p l a y e r s   a r e   b a d
t h i s   c e l t i c s   t e a m   i s   g o i n g   t o   b e   a   l o t   o f   f u n   t o   w a t c h .   i   c a n   a l r e a d y   t e l l .   g r e a t   b a l l   m o v e m e n t ,   i n - y o u r - f a c e   d e f e n s e   a n d   a   t o n   o f   s c o r i n g .   b r i n g   o n   2 2 - 2 3   s e a s o n .   w e   r e a d y !
t h i s   i s   a   k a b e n g e l e   f a n   a c c o u n t   c e l t i c s
“ d a d d y   y o u ’ r e   g o n n a   w i n   m v p ”   - d e u c e   p r o b a b l y   🤣 😎 👑   c e l t i c s   d e u c e   t a t u m   n b a   b l e e d g r e e n  
t h i s   w o u l d   b e   f u n n y   b u t   i ’ m   s t i l l   t r a u m a t i z e d   b y   t h e   c e l t i c s   i n a b i l i t y   t o   c l o s e   a s   r e c e n t   a s   j a n u a r y   o f   l a s t   y e a r .
d e u c e   i n c o m i n g g g g g g   🤣 🤣   c e l t i c s   d e u c e   t a t u m   n b a   b l e e d g r e e n  
n i c e   t o   s e e   t h e   c e l t i c s   i n   m i d   n o v e m b e r   f o r m   b l o w i n g   b i g   l e a d s   .   t h e   m o r e   t h i n g s   c h a n g e   t h e   m o r e   t h e y   s t a y   t h e   s a m e .   n b a   c e l t i c s
t o r o n t o   r a p t o r s   o u t s c o r e   t h e   b o s t o n   c e l t i c s   3 8 - 2 0   i n   t h e   f o u r t h - q u a r t e r   t o   f o r c e   o v e r t i m e   a t   1 1 0 - 1 1 0 . 
 
 a c h i u w a   1 3 p / 7 r 
 j e f f   d o w t i n   1 0 p / 3 a / 2 r 
 d a l a n o   b a n t o n   8 p / 3 r / 1 a 
 j o s h   j a c k s o n   8 p / 3 r 
 c h r i s t i a n   k o l o k o   6 p / 3 r / 2 a / 1 b 
 
 n b a t w i t t e r   w e t h e n o r t h   n b a  
p r i t c h a r d   s h o u l d   h a v e   j u s t   g o n e   f o r   t h e   g o - a h e a d   3   t o   w i n   t h e   g a m e ,   r e a l l y .   c e l t i c s   r a p t o r s   p r e s e a s o n
w o w ,   a n   o t   p r e s e a s o n   g a m e . .   c e l t i c s
o v e t t i m e e e e   ! ! !   l e t ’ s   g o   c e l t i c s   g e t   b a c k   u p   t h e r e   p l e a s e   ! !   🍀 🍀 🍀 🍀
p r e - s e a s o n   o t ! ! !   
 
 c e l t i c s ☘ ️  
t h i s   i s   a m a z i n g …   m o r e   c e l t i c s   b a s k e t b a l l !
c o m e   o n   b o s t o n ! ! ! !   l e t ' s   g e t   t h i s   d o n e !   b o s t o n c e l t i c s   c e l t i c s   🍀
f r e e   b a s k e t b a l l   f o r   m y   f i r s t   g a m e   b a c k   i m   f u c k i n g   i n   c e l t i c s
s a m   h a u s e r   m i g h t   g e t   2 0   m i n s   p e r   g a m e   a t   t h i s   p o i n t .   c e l t i c s
f i n i s h   t h e   g a m e   w i t h   4 .   t h o m a s   i s   a w f u l .   c e l t i c s
l e g e n d s   n e v e r   d i e   ☘ ️ 🙏 🏻   r i p 6   b i l l r u s s e l l   c e l t i c s   t d g a r d e n   b l e e d g r e e n  
i t ' s   a c t u a l l y   c r a z y   h o w   s e a m l e s s l y   b l a k e   g r i f f i n   h a s   f i t   i n t o   t h e   c u l t u r e   o f   t h i s   c e l t i c s   t e a m .   l a u g h i n g   i n   h u d d l e s   a n d   d u r i n g   t i m e o u t s   w i t h   a l l   p l a y e r s   l i k e   h e ' s   b e e n   i n   b o s t o n   f o r   y e a r s
h a u s e r   s h o w i n g   u p   t o   e v e r y   g a m e   l i k e 
 
 s i n k i n m f s h i p s 👊 🏾 
 s a m b u c k e t s h a u s e r 🔥 
 c e l t i c s ☘ ️  
i   l o v e   b l a k e   t h e   c e l t i c   s o   f a r .   c e l t i c s   n b a   b l a k e g r i f f i n
n e e d   a   h a u s e r   d a g g e r   t o   c l o s e   t h i s   o n e   c e l t i c s
o n l y   t h e   c e l t i c s   a r e   a l l o w e d   t o   g e t   c h a r g e   c a l l s   b e c a u s e   t h e   n b a   a n d   r e f s   l o v e   s u c k i n g   t h e i r   c o c k   f o r   n o   r e a s o n
i t ’ s   p r e s e a s o n   a n d   i t ’ s   l i t .   p h e n o m e n a l .   b e s t   f a n s   i n   t h e   w o r l d   c e l t i c s  
t h e   c e l t i c s   w e r e   r e a l l y ,   r e a l l y   e x c i t e d   a b o u t   s a m   h a u s e r   t h i s   s u m m e r .   w e ' r e   s e e i n g   w h y .   

j o e   m a z z u l l a   1 / 1   o n   c h a l l e n g e s .   c o a c h   o f   t h e   y e a r   l o a d i n g . . . 
 
 c e l t i c s
w h o   i s   t h a t   c e l t i c s  
i t ’ s   l i t   l m a o   s m a r t   c e l t i c s  
g r e a t   c h a l l e n g e   b y   m a z z u l l a   t h e r e !   c e l t i c s
b l a k e   t e a c h i n g   t h e   y o u n g   b u c k s   c e l t i c s  
4 t h   q u a r t e r   c o l l a p s e .   c l a s s i c   c e l t i c s
w h a t   t h e   f u c k   i s   t h i s   s h i t   !   c e l t i c s
p r e - s e a s o n   f o r   s u r e ,   b u t   a   💩   j o b   b y   c e l t i c s   b e n c h   b l o w i n g   1 8   p o i n t   l e a d   i n   t h e   4 t h .
s m a r t   d o i n g   s m a r t   t h i n g s   ! !   s c r e a m i n g   f o r   a   c h a l l e n g e   c e l t i c s   r a p t o r s   n b a  
r a p t o r s   a r e   1 5 - f o r - 1 9   f g   i n   t h e   4 q ,   b y   t h e   w a y .   c e l t i c s
o h   i t ’ s   l o u d ! ! !   f e e l s   l i k e   a   r e g u l a r   s e a s o n   g a m e   l f g   🗣 ️ 🗣 ️ 🗣 ️ 😎 ☘ ️   c e l t i c s
2   p t   g a m e ☘ ️   c e l t i c s
c e l t i c s   a t   t h e   g a m e   t o n i g h t   s o   h a p p y   r a p t o r s   n b a  
h o w   c a n   y o u   n o t   l o v e   t h i s   k i d   😭 😍   d e u c e   t a t u m   c e l t i c s  
s a m   h a u s e r   i s   f o r   r e a l .   n o t   a   p r e s e a s o n   h e r o .   
 
 t h i s   k i d   i s   a   s h a r p s h o o t e r   c e l t i c s
p r i t c h a r d   🔥   c e l t i c s
b r o g d o n   j u s t   f i t s .   c e l t i c s
t h i s   c e l t i c s   b a l l   m o v e m e n t   i s   s o   b e a u t i f u l   t o   w a t c h .   h a u s e r   p a s s i n g   i t   u p   t o   w h i t e   e v e n   t h o u g h   h e   i s   s h o o t i n g   l i g h t s   o u t . . . .   t o u g h   n o t   t o   l o v e   t h a t .
s a m   h a u s e r & g t ; & g t ; & g t ; l a r r y   b i r d 
 c e l t i c s
i n   2 - 3   y e a r s   s a m   h a u s e r   i s   g o i n g   t o     b e   a   t o p   5   t h r e e   p o i n t s   s h o o t e r   i n   t h e   l e a g u e   c e l t i c s   n b a
s a v e   g r a n t   f o r   t h e   r e g u l a r   s e a s o n .   c e l t i c s  
w a t c h i n g   t h i s   c e l t i c s   a n d   r a p t o r s   p r e s e a s o n   g a m e   a n d   t h e   o n l y   t h i n g   i   c a n   t h i n k   a b o u t   i s   i m e   u d o k a   g e t t i n g   s u s p e n d e d   f o r   g e t t i n g   s o m e   s n a t c h .   i   g u e s s   c h e a t i n g   o n   n i a   l o n g   i s   a   s e r i o u s   o f f e n s e   i n   t h e   n b a
h e y   c e l t i c s   n b c b o s t o n   w h a t   t h e   f u c k   i s   u p   w i t h   t h e s e   2 4 a u t o g r o u p   c o m m e r c i a l s ? ?     t h o s e   s h r i l l   c o m m e r c i a l s   g o n n a   m a k e   m e   q u i t   t u n i n g   i n t o   t h e .     g a m e s .   t h a t   i s   m a n u f a c t u r e d   f o r   h a t e .
t h e     a r e   p l a y i n g   p l a y o f f   b a s k e t b a l l   i n   o c t o b e r   🫣 🫣   c e l t i c s
b e n c h   i s   d e e p   f o r   p r e s e a s o n   l m a o   c e l t i c s   p r e s e a s o n  
m f k i n g   h o u s 3 r ,   b a b y y y y y y y y y   m i s i l s a m   🎯   c e l t i c s
n o t   d e u c e   d r o p p i n g   s o m e t h i n g   o n   t h e   c o u r t   a n d   g r a b b i n g   i t   m i d   g a m e   c e l t i c s
m i s s i o n   c o m p l e t e   c e l t i c s  
v i a     w i t h         _ s m o o t h 1 0   c e l t i c s  
s a m   h a u s e r . . . a n   e m e r g i n g   y o u n g   s h a r p s h o o t e r   f o r   t h e   c e l t i c s .
s o   e x c i t e d   f o r   t h e   c e l t i c s   s e a s o n !
b r e a k i n g :   c e l t i c s   f o r w a r d   j a y s o n   t a t u m   h a d   t o   b e   f o r c i b l y   r e m o v e d   f r o m   t h e   g a m e   a f t e r   a t t e m p t i n g   t o   i n j u r e   p a s c a l   s i a k a m .
🚨 h o m e   s t r e t c h ! 🚨 
 
 c e l t i c s   a r e   u p   9 0 - 7 2 ! 
 
 j o i n   ,   ,   _ s w a y ,   _ t o s c a n o   & a m p ;   _ z a n n i s   f o r   t h e   g a r d e n   r e p o r t   p o s t   g a m e   s h o w   a f t e r   c e l t i c s   v s   r a p t o r s ! 
 
 📺 w a t c h :   
 
 ⚡ ️ b y   ,   _ a g   & a m p ;    
s a m   h a u s e r   i s   a   w a l k i n g   f u c k i n g   3   b u c k e t ! ! !   c e l t i c s
j a y l e n   l o o k s   r i d i c u l o u s   
 
 s a m   h a u s e r   i s   a u t o m a t i c 
 
 c e l t i c s   b l e e d g r e e n
s a m   h a u s e r   t h o . . . .   d u d e s   o n   🔥 🔥 🔥 🔥   c e l t i c s
h a u s e r   c a n ' t   m i s s   c e l t i c s
i n   2 0 0 8   i t   w a s   h o u s e . . . 
 i n   2 0 2 2   i t ' s   h a u s e r ! ! ! 
 
 c e l t i c s
h e   a i n ' t   a   p a r l o r   t r i c k .   s a m   h a u s e r   w i l l   r e a l l y   b e   a b l e   t o   c o n t r i b u t e   o f f   t h e   c e l t i c s   b e n c h   t h i s   y e a r .   
 
 d a n i l o   g a l l i n a r i ' s   a b s e n c e   c o u l d   q u i c k l y   b e c o m e   a   b l e s s i n g   i n   d i s g u i s e   a s   w e   w a t c h   h a u s e r ' s   d e v e l o p m e n t .  
l a r r y   b i r d   a n d   s t e p h   c u r r y ’ s   d n a   c o m b i n e d   =   s a m   h a u s e r   c e l t i c s
_ t e e d   i d k   a b o u t   t h e   o t h e r   t w o   ( t h e   p a t r i o t s   a r e   m e h   a n d   i   k n o w   n o t h i n g   a b o u t   h o c k e y )   b u t   t h e   c e l t i c s   a r e   g o i n g   t o   l i f t   a   l o t   o f   s p i r i t s   t h i s   y e a r !
h a u s e r   👀 👀 ☘ ️ 🍀   c e l t i c s
s a m   h a u s e r   l o o k s   s c a r y   f r o m   b e h i n d   t h e   a r c   c e l t i c s
h a u s e r   i s   a   c h e a t   c o d e   😳   c e l t i c s   🍀
i ’ v e   s e e n   t h e   x - r a y s ,   a n d   h a u s e r   h a s   t h a t   b o w s e r   i n   h i m   c e l t i c s  
h a u s e r   c e l t i c s
h a u s e r   8 - f o r - 1 0   f r o m   3   t h i s   p r e s e a s o n .   
 
 h e ' l l   b e   i n   t h i s   c e l t i c s   r o t a t i o n .
c e l t i c s   w o u l d   g o   8 2 - 0   i f   r o b   w a s   h e a l t h y   l o l
l o l   a n d   p e o p l e   a c t u a l l y   t h o u g h t   b r a d   w o u l d   t r a d e   j a y l e n   b r o w n   ☘ ️ 🤷 ‍ ♂ ️   c e l t i c s  
c e l t i c s   s t a r t e r s   t a k i n g   a   s e a t   u p   1 9 .   
 
 s m a r t :   3 - 1 - 5 - 2   s t l   o n   1 / 4   f g   
 b r o w n :   2 3 - 4 - 1 - 1   o n   9 / 1 4   f g   3 / 6   3 p t   
 t a t u m :   1 8 - 1 0 - 4   o n   6 / 1 6   f g   0 / 7   3 p t   
 h o r f o r d   7 - 6 - 2   w /   a   b l o c k   o n   3 / 6   f g   
 w h i t e   7   p t s   o n   2 / 3   f g
a l r i g h t   n o n e   o f   t h e   s t a r t e r s   n e e d   t o   p l a y   a n y m o r e   -   j u s t   g e t   t a t u m   s h o o t i n g   3 s   c o n s i s t e n t l y   a n d   t h e y   a r e   g o l d e n .   c e l t i c s
e v e r y o n e   o n   t h e   c e l t i c s   l o o k s   g r e a t   e x c e p t   t a t u m .   i t ’ s   s t i l l   o n l y   p r e s e a s o n   b u t   m a n   d i d   h e   t o u c h   a   b a l l   o v e r   t h e   s u m m e r ?   h a n d l e s   l o o k   t r a s h ,   c a n ’ t   h i t   a n y t h i n g .
  e a r l y   s e a s o n   s h o o t i n g   w o e s   c o n t i n u e   c e l t i c s
p u l l   t h e   s t a r t e r s   o u t   p l e a s e   c e l t i c s
a n y b o d y   e l s e   h a s   a   l i t t l e   t e a r   f r o m   h o w   w e l l   t h e   g u y s   p l a y i n g   🥺 🍀 🍀 🍀 🍀   c e l t i c s
v e r y   i m p r e s s e d   w i t h   h o w   f o c u s e d   a n d   c o m m i t t e d   t h e   c e l t i c s   a r e   d e f e n s i v e l y   t h i s   p r e s e a s o n .
s c r e w   i t   b r i n g   i n   b e n c h .     r a p t o r s   a r e n t   e v e n   p l a y i n g   t h e   s a m e   g a m e   a s   t h e   c e l t i c s
p a s c a l   s i a k a m   i f   h e   d i d n ' t   h a v e   a     s p i n   m o v e   c e l t i c s   r a p t o r s  
c a n   w e   p l e a s e   b u b b l e   w r a p   a l   h o r f o r d   f o r   t h e   p r e s e a s o n .   
 
 n o t   e x a c t l y   s i c i l i a n   s l i c e   d e e p   a t   t h e   5 
 
 c e l t i c s     b l e e d g r e e n
j a y s o n   t a t u m   m a k i n g   t h e   r a p t o r s   d e f e n c e   l o o k   s i l l y   🤣 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a y s o n   t a t u m   f a k e   b o s   b o s t o n   c e l t i c s   t o r   t o r o n t o   r a p t o r s
i   k n o w   i t ’ s   j u s t   t h e   p r e s e a s o n   b u t   t h e   m a t u r i t y   o f   t h e   c e l t i c s   🙌 🏾  
i   s e r i o u s l y   w o n d e r   i f   i m e   u d o k a   i s   w a t c h i n g   t h i s   g a m e   r i g h t   n o w .   c e l t i c s   n b a
l e t ’ s   g o o o o o   b r o w n ! !   c e l t i c s
r e f s   i n   t h i s   c e l t i c s / r a p t o r s   g a m e   i n   p r e - s e a s o n   f o r m   t o o .   🏀   t o r v s b o s
w a t c h :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   s h o w s   o f f   3 - p o i n t   s h o t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  j u s t   w a t c h e d   t h e   l a s t   r e d s o x   g a m e .   v e r y   s a d   t i m e s .   
 
 w a t c h   t h e   c e l t i c s .   v e r y   h a p p y   t i m e s .   m a n ,   j u s t   s t a y   h e a l t h y / b e   h e a l t h y   w h e n   i t s   p l a y o f f   t i m e   a n d   t h i s   c o u l d   b e   a   s p e c i a l   s e a s o n
c e l t i c s   l e a d   t h e   r a p t o r s   6 2 - 4 6   a t   t h e   h a l f 
 
 b r o w n   1 9 p t s   4 r e b 
 t a t u m   1 4 p t s   8 r e b 
 h a u s e r   9 p t s 
 w h i t e   7 p t s 
 
 b o s :   5 0 %   f g   7 - 2 0   3 p t   2 6   r e b   1 5   a s t   5   t o v 
 
 s i a k a m   1 0 p t s 
 t r e n t   j r   9 p t s 
 a c h i u w a   8 p t s 
 v a n v l e e t   7 p t s 
 
 t o r :   3 6 %   f g   2 - 1 8   3 p t   2 6   r e b   5   a s t   6   t o v
j a y l e n b r o w n   c e l t i c s   d r o p s   t h e   f   b o m b .   t h a t   m a n   i s   f u l l   o f   🔥
t h e s e       c o m m e r c i a l s   h u r t   t o   w a t c h   c e l t i c s   🍀
i   l o v e   j b !   😂   c e l t i c s   b o s t o n c e l t i c s  
r e m e m b e r   w h e n   p e o p l e   w e r e   l i k e . .   “ y o u   o b v i o u s l y   h a v e   t o   c o n s i d e r   t r a d i n g   j a y l e n   b r o w n   f o r   k e v i n   d u r a n t ” ?   n a h .     a l l   t h e   r e a l   o n e s   k n o w .     c e l t i c s
2   p r e s e a s o n   g a m e s   a n d   c e l t i c s   l o o k   r e a l l y   g o o d .   w a y   t o o   g o o d   t o   b e   t r u e 👀   c e l t i c s   b l e e d g r e e n
            _ m i m i         _ c e l t i c s                 h e y   g a n g ! 
 
 s e c o n d   s t r a i g h t   i m p r e s s i v e   s h o w i n g   b y   t h e   c e l t i c s   i n   t h e   m e a n i n g f u l   p a r t   o f   a   p r e - s e a s o n   g a m e .   w h a t   s t a n d s   o u t ? 
 
 - g o o d   f i r s t   q u a r t e r s 
 - b e n c h   s p a r k e d   t h e   f i r s t   b i g   r u n 
 - r e b o u n d i n g   m u c h   b e t t e r   t h a n   l a s t   y e a r 
 - c u t   d o w n   t u r n o v e r s   a f t e r   l a s t   g a m e   
 - j a s o n   d r i v i n g 
 - j a y l e n ! ! !  
i t s   o n l y   p r e s e a s o n   & a m p ;   t h e   n o   t a k e   f o u l   r u l e   i s   l o v e l y   n b a   c e l t i c s
    j a y l e n   b e   i n   t h e   h o o d   g i v i n g   b a c k   m a k i n g   g u e s t   a p p e a r a n c e ' s   d o i n g   m a d   g o o d , b u t   e v e r y   o t h e r   d a y   t a t u m   i s   t r e n d i n g   o n   h e r e   f o r   a n   i g   p o s t . 
 m a k e   i t   m a k e   s e n s e   t w i t t e r ?   
 j a y l e n b r o w n   c e l t i c s  
m a r c u s   s m a r t   w i t h   t h e   c o b r a   i n   p r e s e a s o n ! ! !   _ m s 3   c e l t i c s   
 m y   f a v o r i t e   c e l t i c !
j a y l e n   w i t h   t h e   h o t   m i c   😂 😂 😂 😂   “ f * * * ! ”   c e l t i c s
w h a t   h e   s a y   a t   t h e   e n d ? ? ? ?   😂 😂   i ’ m   h o p i n g   i ’ m   h e a r i n g   c o r r e c t l y   c e l t i c s   c e l t i c s v s r a p t o r s   n b a  
l e t         g e t   s o m e   p l a y   t i m e   t o n i g h t .   c e l t i c s
🚨 h a l f t i m e ! 
 
 c e l t i c s   a r e   c o o k i n g   a n d   u p   6 2 - 4 6 ! 
 
 j o i n   ,   _ s w a y   a n d   _ z a n n i s   f o r   a   p r e s e a s o n   g a r d e n   r e p o r t   p o s t   g a m e   s h o w   a f t e r   c e l t i c s   v s   r a p t o r s ! 
 
 📺 w a t c h :   
 
 ⚡ ️ b y   ,   _ a g   & a m p ;    
j a y l e n   j u s t   d r o p p e d   t h e   c l e a n   f - b o m b   o n   t v   🤣 🤣 🤣   c e l t i c s
a f t e r   2   c e l t i c s   6 2 - 4 6   r a p t o r s
l o l   j b   k e e p i n g   i t   p g 1 3 …   f u c k   c e l t i c s
n o b o d y   t o l d   r a p t o r s   o r   c e l t i c s   t h i s   i s   p r e s e a s o n   e v e n   b o t h   c o a c h e s   p l a y i n g   a   t i g h t   r o t a t i o n   w e t h e n o r t h   r a p t o r s   c e l t i c s
b r o g d o n   d i s h i n g   o u t   a s s i s t s   l e f t   a n d   r i g h t ,   b u t   i ’ m   c r a z y   f o r   t h i n k i n g   h e   s h o u l d   a n d   w i l l   s t a r t   o v e r   s m a r t   a t   s o m e   p o i n t   i n   t h e   u p c o m i n g   s e a s o n .   c e l t i c s
1 . 5   g a m e s   i n t o   t h e   p r e s e a s o n ,   c a n   c o n f i r m   t h e   c e l t i c s   a r e   a   w a g o n
w o w …   i   l o v e   t h i s   t e a m .     c e l t i c s
i   s a y   t h i s   e v e r y   s e a s o n .   j a y l e n   b r o w n   g e t s   e x p o n e n t i a l l y   b e t t e r   e v e r y   s i n g l e   y e a r .     i t ' s   s o   f u n   t o   w a t c h   h i m   c o n t i n u e   t o   e x c e e d   e x p e c t a t i o n s .     c e l t i c s   b l e e d g r e e n
j a y l e n   b r o w n   d e f i n i t e l y   w o r k e d   o n   h i s   h a n d l e s   t h i s   o f f s e a s o n   c e l t i c s
b r o g d a n   i s   s u c h   a   h u g e   p i c k   u p   f o r   t h e   c e l t i c s
s o   s t o k e d   t o   s e e   m y   f a v   _ m s 3   a s   a l w a y s   b u t     b e i n g   t h e r e   t o o   i s   j u s t   s p e c i a l .   l o v e   t h e m   b o t h .   l o v e   t h e m   a l l ! !   m y   c e l t i c s !
l e d   b y   m a l c o l m   b r o g d o n ,   t h e   c e l t i c s   j u s t   p r o p e r l y   r a n   a   f a s t   b r e a k  
b r o g d o n   i s   a   d a m n   g o o d   p a s s e r .   c e l t i c s
g r a n t ’ s   i m p r o v e m e n t   i n   o n e   c l i p   c e l t i c s .  
a   f e w   1 s t   h a l f   p i c s . .   c e l t i c s / r a p t o r s  
i   f u c k i n g   l o v e   t h e   c e l t i c s   
 t h e y ' r e   i n   m y   b l o o d .   ☘ ️ 💚
t h e   _ z a n n i s   o f   t h e   w o r l d   w h o   w a n t e d   t o   s e e   t h e   c e l t i c s   g o   s m a l l e r ,   m o r e   v e r s a t i l e   g e t t i n g   r e w a r d e d   r n .   b o s t o n ' s   f i r e p o w e r   g i v i n g   t h e m   a   l e g   u p   o n   a   r u g g e d   r a p t o r s   t e a m .   t h e r e ' l l   e v e n t u a l l y   b e   a n   o f f e n s i v e - d e f e n s i v e   t r a d e o f f ,   b u t   c ' s   u n d o u b t e d l y   n e e d e d   w a y s   t o   o p e n   u p   t h e   o
i m a g i n e   t h e   r a p t o r s   g e t t i n g   t h e m s e l v e s   b a c k   i n t o   a   g a m e   j u s t   f o r   t h e   r e f s   t o   h e a v y   l i f t   t h e   c e l t i c s   b r o   l e t   t h e i r   p l a y e r s   a c t u a l l y   h i t   s h o t s   l o l .   t h e y ' r e   t o s s i n g   u p   b r i c k s   d o n ' t   h e l p   t h e m   o u t   💀
g r e e n   h a i r   w a s   s o o   l a s t   s e a s o n .   w e t h e n o r t h   c e l t i c s
c e l t i c s   j a s o n   t a t u m   c a n ' t   p r o d u c e   p o i n t s   w i t h o u t   t h e   l i n e   t h a t ' s   t o u g h
c e l t i c s   p r e s e a s o n   g a m e ?   d o n ' t   m i n d   i f   i   d o .   c e l t i c s   r a p t o r s   n b a   b a s k e t b a l l
i   k n o w   i t ’ s   o n l y   p r e s e a s o n ,   b u t   t h e   c e l t i c s   a r e   a s   s p e c i a l   a s   i   t h o u g h t   t h e y   w o u l d   b e .   ( d e f i n i t e l y   a n d   o v e r r e a c t i o n )
f i n a l l y   g o t   a   b e n c h   t h i s   t e a m   i s   d e e p   c e l t i c s
i   d o n ’ t   t h i n k   s m a r t ’ s   h a i r   i s   r e a l l y   g r e e n ,   c a n   s e e   s o m e   b l a c k   r o o t s .   b o s t o n c e l t i c s   c e l t i c s
j b   & a m p ;   j t   5 0 / 4 0 / 9 0   c l u b   t h i s   y e a r   👀   c e l t i c s
t w o   t u r n o v e r s   f o r   b i g   a l .   s h a k i n g   t h e   r u s t   o f f   i t ’ s   p r e s e a s o n   i ’ l l   a l l o w   i t   c e l t i c s
v a n v l e e t   r u n s   h i s   m o u t h   a t   r e f   a n d   g e t s   a   t e c h   l m a o   r a p t o r s   c e l t i c s
b o s t o n   c e l t i c s :   s i   f e e l s   l i k e   j a y s o n   t a t u m   w i l l   m a k e   m v p   l e a p   i n   2 0 2 2 - 2 3 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
  c e l t i c s   r e s i g n     p l e a s e
l o v e   t h e   b r o g d o n   h a u s e r   m i n s   c e l t i c s
2 0 1 8   1 s t - r o u n d   p i c k :   ' t h o u g h t   i   w a s   g o i n g   t o   b o s t o n   c e l t i c s   a t   d e a d l i n e ' 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
m a n   i f   w e   a r e   c o m i n g   o u t   o f   t h e   g a t e s   l i k e   t h i s . . .   c e l t i c s   a r e   p l a y i n g   l i k e   m i d   s e a s o n   l a s t   y e a r .     l o o k   o u t   n b a   t h i s   i s   g o n n a   b e   s o   f u n   t o   w a t c h
i f   c e l t i c s   g e t   t h e s e   c h a r g e   c a l l s   i n   t h e   p l a y o f f s   g i a n n a s   w o u l d ’ v e   f o u l e d   o u t   i n   t h e   f i r s t   5   m i n .
l e t ’ s   g o   c e l t i c s  
m y   h a p p y   p l a c e   c e l t i c s  
t h e   p l a y ,   t h e   t v   g r a p h i c s ,   t h e   m u s i c ,   m i k e   g o r m a n   a n d   s c a l   i n   t h e   c o m m   b o x ,   t h e   t d   g a r d e n   c r o w d ,   t h e   3   p o i n t e r s .   y e a h …   i t s   b a c k   b a b y ,   a n d   i ’ m   m o r e   k e e n   t h e n   e v e r 
 
 c e l t i c s   c e l t s   b o s t o n c e l t i c s
g o d   i   h a v e   m i s s e d   c e l t i c s   b a s k e t b a l l   e v e n   i f   i t ' s   o n l y   p r e s e a s o n
s e e i n g   c e l t i c s   t w i t t e r   c r e a m   t h e i r   j e a n s   o v e r   m a l c o l m   b r o g d o n   i s   c o m i c a l .   y e s ,   h e ’ s   a   r e a l l y   g o o d   p l a y e r ,   b u t   h i s t o r y   t e l l s   y o u   h e ’ s   g o i n g   t o   m i s s   a s   m a n y   g a m e s   a s   h e   p l a y s .   n o t h i n g   a g a i n s t   h i m   a t   a l l ,   h e   j u s t   c a n n o t   s t a y   h e a l t h y .   p a c e r s
s a m   h a u s e r   i s   h i m   c e l t i c s
w e t h e n o r t h   r a p t o r s   i f   p r e s e a s o n   h a s   s a i d   a n y t h i n g   i t ' s   t h a t   p l a y e r s   c a n   f a l l   o n   t h e i r   a s s   w i t h o u t   b e i n g   t o u c h e d   a n d   t h e y ' l l   g e t   a   c h a r g e   c a l l     w h i m p   a s s   c e l t i c s   p l a y e r s   b e n e f i t t i n g   g r e a t l y   f r o m   t h i s   c r a p .
h a u s e   m o n e y   i s   w i n n i n g   t h e   3 p t   c o n t e s t   t h i s   y e a r 
 
 c e l t i c s
d o o g i e   o n   🔥 🔥 🔥 
 
 c e l t i c s   n b a
s o . . .   w h e n   a r e   w e   g o i n g   t o   s t a r t   t h e ,   " w h y   w a s n ' t   i m e   p l a y i n g   h a u s e r   i n   t h e   p l a y o f f s   l a s t   y e a r "   c o n v o ? 
 
 c e l t i c s
j u s t   g e t   s a m   h a u s e r   m i n u t e s ! ! ! !   
 
 f o r   3 ! ! ! 
 
 c e l t i c s
t h a t   w h i t e   b o y   c a n   s h o o t !   c e l t i c s
i ’ d   l i k e   t o   h e r e b y   w e l c o m e   a l l   n e w c o m e r s   t o   t h e   s a m   h a u s e r   f a n   c l u b .   i t ’ s   b e e n   t o o   l o n e l y   h e r e   f o r   t o o   l o n g . 
 n b a   c e l t i c s
p r e s e a s o n   c e l t i c s   a r e   a   w a g o n
s i g n   h a u s e r   t o   a   l i f e t i m e   c o n t r a c t   c e l t i c s
i f   h a u s e r   d e m a n d s   a   d e f e n d e r ,   t h e n   t h a t   c o m p l e t e l y   o p e n s   u p   t h e   c e l t i c s   o f f e n s e .   b o s   l e a r n e d   l e s s o n   f r o m   l e t t i n g   m a x   s t r u s   w a l k .
s a m   h a u s e r   g o i n g   t o   l e a d   t h e   l e a g u e   i n   t h r e e   p o i n t   s h o o t i n g   %   t h i s   y e a r   c e l t i c s
b o   c r u z   a b o u t   t o   g e t   h i s   c h a n c e   👀 🗣 ️ 😭 😭   h u s t l e   r a p t o r s   n b a   c e l t i c s  
j b   i s   g o i n g   t o   b e   a n   a l l   s t a r   t h i s   y e a r   a n d   s a m   h a u s e r   i s   g o n n a   b u r s t   o n   t o   t h e   s c e n e 
 
 d o n ' t   @   m e   c e l t i c s
c e l t i c s   d e f e n d e r s   i n   m i d s e a s o n   f o r m   w h e n   i t   c o m e s   t o   t a k i n g   c h a r g e s .   t h e   b a t t l e   b e t w e e n   m a r c u s   s m a r t ,   d e r r i c k   w h i t e   a n d   b l a k e   g r i f f i n   f o r   t o p s   o n   t h e   t e a m   i s   g o i n g   t o   b e   i n t e n s e !
r a p t o r s   f a n s   w a t c h i n g   c e l t i c s   b a s k e t b a l l
s a m   h a u s e r   l o o k s   l i k e   a   g o r d o n   h a y w a r d   d o p p l e g a n g e r .   b l e e d g r e e n   c e l t i c s   a l l a b o u t 1 8
i t ' s   g o i n g   t o   b e   a   b a t t l e   o f   t h e   c h a r g e s   t a k e n   o n   t h i s   c e l t i c s   t e a m .   
 
 t o n i g h t   s o   f a r : 
 d w h i t e   2 
 s m a r t   1 
 
 c e l t i c s   b l e e d g r e e n
a n n n d   i   j u m p   r i g h t   t o   w a t c h i n g   a   c e l t i c s   e x h i b i t i o n   g a m e .   l e t ' s   h o p e !  
s a m ,   m y   d e a r   s a m 🤩   c e l t i c s   s a m h a u s e r
t h e   c e l t i c s   a r e   r e a d y   t o   s t a r t   t h e   s e a s o n
s a m   h a u s e r ’ s   h o t   s h o o t i n g   t h i s   p r e s e a s o n   c o n t i n u e s . 
 
 w h e n   c e l t i c s   p r e s i d e n t   b r a d   s t e v e n s   v i s i t e d   w i t h   t h e     l a s t   w i n t e r ,   h e   w a s   g l o a t i n g   a b o u t   h a u s e r ’ s   n b a   p o t e n t i a l .  
n i g h t c a p     g a m e   l e t ’ s   g o     g i v e   m e   s o m e   g r e a t   b a s k e t b a l l   ( p l e a s e )     b l e e d g r e e n   n b a   c e l t i c s   a l l a b o u t 1 8  
o k   c e l t i c s   b r o t h e r s   a r e   w e   d o n e   w i t h   t h e   n e g a t i v i t y   f r o m   t h e   l a s t   m o n t h ?   t h e r e ' s   a   l o t   t o   l i k e   i n c l u d i n g   m y   g u y   s a m   " w i n g s "   h a u s e r " .     l f g .   b a n n e r 1 8
b r o g d o n   a t t a c k i n g   t h e   r i m ,   l o v e   t o   s e e   i t   c e l t i c s
t h e   m o s t   w e l l   b e h a v e d   b o y   o f   a l l   t i m e ! !   d e u c e   d e u c e w a t c h   c e l t i c s   t a t u m  
a l l   i s   f o r g i v e n !   s a m   h a u s e r   n a i l s   a   t h r e e   a t   t h e   b u z z e r   t o   g i v e   t h e   c e l t i c s   t h e   l e a d ,   2 7 - 2 2 ,   a f t e r   t h e   1 s t   q u a r t e r .  
n i c e   w a y   t o   e n d   t h e   q u a r t e r   c e l t i c s
a f t e r   1   c e l t i c s   2 7 - 2 2   r a p t o r s
y e s s s s   t h a t   s h o t   a t   t h e   c l o c k   t h o u g h   ! !   t h a t ’ s   w h a t   i ’ m   t a l k i n g   a b o u t   c e l t i c s   🍀 🍀 🍀 🍀 💚 💚 💚 💚 💚 💚 💚 💚 💚 💚
h a u s e r   c a n   f r i c k e n   s h o o t   t h e   c r a p   o u t   o f   t h e   b a l l   c e l t i c s
s a m   i s   🎯   s a m h a u s e r   c e l t i c s
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h a t   m a n   s a m   h a u s e r !   c e l t i c s t a l k   c e l t i c s   b l e e d g r e e n
i f   s a m   h a u s e r   c a n   b e   t h a t   m i c r o w a v e …   c e l t i c s
h a u s e r   o n   t h e   b u z z e r   s h e e e e s h   🔥 🔥 🔥 🔥   c e l t i c s
s a m m m m m m   f o r   3   c e l t i c s
s a m   h a u s e r   i s   w h a t   c e l t i c s   f a n s   w a n t e d   a a r o n   n e s m i t h   t o   b e .
b l a k e   i s n ’ t   d r e s s e d   t o   p l a y   s a d   🥺   c e l t i c s   b l e e d g r e e n
d p o y   d o i n g   h i s   t h i n g 💚 💚 💚 💚 💚 💚   d p o y   m y c a p t a i n   m a r c u s s m a r t   c e l t i c s
i   r e a l l y   l i k e   n o a h   v o n l e h   c e l t i c s
s o o o o o o   p l a y   o f f   a t m o s p h e r e   t o n i g h t   r a p t o r s   c e l t i c s
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m y   g u y     i s   a b o u t   t o   h a v e   a   b i g   y e a r .     f i t t i n g   t h a t   i t ’ s   t h e   7 t h   y e a r   f o r   7   🍀       c e l t i c s   j a y l e n b r o w n
w a t c h i n g   t h e     t a k e   o n   t o r o n t o   a n d   t h i s   g a m e   i s   o n   f i r e !   🔥 c e l t i c s   b o s t o n c e l t i c s
r a p t o r s   v s .   c e l t i c s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ j a y l e n   f o r   m v p ”   c a m p a i g n   s t a r t s   n o w .   c e l t i c s  
l e s s   t h a n   t w o   m i n u t e s   l e f t   i n   t h e   1 q ,   c e l t i c s   a n d   r a p t o r s   a r e   t i e d   a t   2 0 .   j a y l e n   b r o w n   ( 1 2   p t s )   c a r r y i n g   t h e   l o a d   f o r   b o s t o n .   p .   s i a k a m   ( 6   p t s ,   3   r e b o u n d s )   l e a d i n g   t h e   w a y   f o r   t h e   r a p t o r s .
w h e r e   t h e   n e w   c e l t i c s   w a l l p a p e r s   a t   d o e ! ?   🤔
j a y l e n   b r o w n   i s   a   b o n a f i d e   s u p e r s t a r . . . y e s . . . w e   s a i d   i t   c e l t i c s   n b a
j a y l e n   c l e a r l y   p u t   i n   w o r k   t h i s   o f f - s e a s o n   c e l t i c s
m a l c o l m   b r o g d o n   h a s   c h e c k e d   i n .   l e t ' s   g o !   c e l t i c s   b l e e d g r e e n
i f   c e l t i c s '   p a s s i n g   i s   h u m m i n g   a n d   b r o w n   k e e p s   g e t t i n g   t h e s e   e f f i c i e n t   l o o k s   a s   a   f i n i s h e r ,   h e ' s   g o i n g   t o   s c o r e   a   m i l l i o n   p o i n t s   t h i s   y e a r .
m a r c u s   s m a r t   n e e d s   t o   s p e n d   s o m e   v c   o n   h i s   d e c i s i o n   m a k i n g . . .   😬   r a p t o r s   c e l t i c s
j t   p l a y i n   t h r u   p p l !   💪 🏾   c e l t i c s
r a p t o r s   v s .   c e l t i c s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   c r e a t i n g   t u r n o v e r s   t r y i n g   t o   b e   t o o   f a n c y . . . c e l t i c s
l o v e   t h e   n e w   c o u r t   l o o k   a n d   t h e   6   f o r   b i l l   r u s s e l l   😍 ☘ ️ 🫶 🏻   c e l t i c s   b l e e d g r e e n  
s o   n i c e   t o   s e e   t h e   p a r q u e t   f l o o r .   d o e s   t h e   m y s t i q u e   s t i l l   e x i s t ?   c e l t i c s   
 
 _ z a n n i s               _       ( a n s w e r   a f t e r   t h e   g m )  
c e l t i c s '   m a r c u s   s m a r t   s t i l l   h a s   n i g h t m a r e s   a b o u t   l o s i n g   i n   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m y   t i m e l i n e   t o o   q u i e t ! ! !   r e d s o x   d i r t y w a t e r   s e a s o n   o v e r   i t s   t i m e   f o r   t h e   b o y s   i n   g r e e n   c e l t i c s   b l e e d g r e e n   🗣 ️ 🗣 ️ 🗣 ️ ☘ ️   s q u a d   s t a n d   u p
a l   h a s   g o t   j t ' s   b a c k   💪 
 
 c e l t i c s   _ h o r f o r d    
g o o d   t o   b e   b a c k .   d i f f e r e n t   s e a t s   f o r   t h e   n i g h t .   c e l t i c s / r a p t o r s . .  
i ’ m   h e r e   c e l t i c s
n e e d   t a t u m   t o   b e   a b l e   t o   f i n i s h   a   1 v 1   w i t h   a   f u l l   h e a d   o f   s t e a m .     h e ’ s   n o t   g o i n g   s t r o n g   t o   t h e   r i m .     c e l t i c s
s m a r t   n e e d s   t o   t a k e   c a r e   o f   t h e   b a l l   c e l t i c s
i s   t h i s   a l l   t h e   c e l t i c s   g o i n g   t o   d o   i s   s h o o t   3 ’ s ?   t h e y   a r e   0 - 6   a t   t h e   3 p t   l i n e
b i g   b o y   a l   c e l t i c s
o n l y   c e l t i c s   t u r n o v e r s   c a n   s t o p   t h e   c e l t i c s
  a l m o s t   h a d   t h e   m o v e   o f   t h e   n i g h t !   c e l t i c s
j a y l e n ’ s   h a n d l e   l o o k s   a m a z i n g   s o   f a r   c e l t i c s
a n o t h e r   s t e l l a r   s t a r t   f o r   t h e   c e l t i c s   d e f e n s i v e l y ,   a n d   t h e y ' r e   l a r g e l y   h o l d i n g   i t   d o w n   o n   t h e   b o a r d s   t o o .   w h i t e ' s   a c t i v i t y   o n   t h a t   e n d   i s   a   n i c e   a d d i t i o n   t o   t h e   s t a r t i n g   u n i t .
🗣 ️   w h e r e   m y   c e l t i c s   p e o p l e   a t ? ! ? !   i t s   c s   s z n   b a b y   l e t s   g o o o o o   c e l t i c s
s t a r v i n g   a n d   o u t n u m b e r e d   t h e   u n d e r d o g   c e l t i c s   f o u g h t   b a c k ! 
 b r o n z e a g e d r u i d s   c e l t s   s c o t t i s h c e l t s   t v s e r i e s   c e l t i c s   i r o n a g e d r u i d s   d a r k e s t w i n t e r   e p i s o d e 2   

m a y b e   i t ' s   j u s t   a   p r e s e a s o n   t h i n g   b u t   i ' m   n o t   e n j o y i n g   t h e   p a r q u e t   a r o u n d   l u c k y   t h e   l e p r e c h a u n   i n s t e a d   o f   t h e   t y p i c a l   w h i t e   c e l t i c s
o o o o o h   y e a a a h   v a m o o o   c e l t i c s  
📣   n e w   p o d c a s t !   " t h e   f i r s t   4   g a m e s   o f   t h e   n f l   s e a s o n   h a v e   t a u g h t   u s   t h i s   a b o u t   y o u r   t e a m s . . ! "   o n     4 9 e r s   b e a r s   b o s t o n   c e l t i c s   c o w b o y s   d a k   j o s h a l l e n   l a k e r s   m a h o m e s   n b a   n f l   z e k e  
c e l t i c s   s t a r t e r s   v e r s u s   t o r o n t o   i n   p r e s e a s o n   g a m e   n o .   2 . 
 
 s m a r t 
 w h i t e 
 b r o w n 
 t a t u m 
 h o r f o r d
l o o k e d   l i k e   c e l t i c s   b e n c h   j u s t   g o t   w a r n e d   a b o u t   s t a n d i n g   u p   t o o   c l o s e   t o   t h e   c o u r t .
u n t i l   t h e   n e x t   o n e ,   b l a k e …   c e l t i c s  
t i m e   f o r   c e l t i c s   b a s k e t b a l l !   c e l t i c s   b l e e d g r e e n  
b e s t   d e f e n s e   i n   t h e   l e a g u e   c e l t i c s
b l a k e   g r i f f i n   i s   r o c k i n g   a   w h i t e   c e l t i c s   s w e a t s u i t ,   m e a n i n g   h e ' s   n o t   p l a y i n g   t o n i g h t .   b u t   h e ' s   o n   t h e   b e n c h .
p r e s e a s o n   a l   i s   m y   t h i r d   f a v o r i t e   a l ,   b e h i n d   p l a y o f f   a l   a n d   r e g u l a r   s e a s o n   a l .   h e r e   w e   g o   c e l t i c s
s t a r t e r s   f o r   t h e   c e l t i c s   v s   r a p t o r s   g a m e : 
 
 c e l t i c s   s t a r t e r s : 
 
 a l   h o r f o r d 
 j a y s o n   t a t u m 
 j a y l e n   b r o w n 
 d e r r i c k   w h i t e 
 m a r c u s   s m a r t 
 
 r a p t o r s   s t a r t e r s : 
 
 p a s c a l   s i a k a m 
 o g   a n u n o b y 
 s c o t t i e   b a r n e s 
 g a r y   t r e n t   j r . 
 f r e d   v a n v l e e t 
 
 ( v i a   )
c e l t i c s   s t i c k   w i t h   d e r r i c k   w h i t e   i n   t h e   s t a r t i n g   l i n e u p   f o r   g a m e   2   o f   t h e   p r e s e a s o n .   t i p o f f   m o m e n t s   a w a y   !
d e u c e   i n   t h e   b u i l d i n g   b a b y y y y   c e l t i c s
c e l t i c s   l e t ’ s   g o ! !   💚 🍀
h o m e   s w e e t   h o m e ☘ ️   f r e e i s f o r m e   c e l t i c s   p r e s e a s o n   b l e e d g r e e n   
 p s .   i ’ l l   u p g r a d e   m y   s e a t   b y   h a l f   😇 😎  
t i m e   l o r d   + t h e   g r i f s t e r   =   b a n n e r 1 8   c e l t i c s   b o s t o n   l o b c i t y  
d e r r i c k   w h i t e   b a c k   i n   t h e   s t a r t i n g   l i n e u p   f o r   t h e   c e l t i c s .   
 
 r a p t o r s   g o   t r e n t - v a n v l e e t - b a r n e s - a n u n o b y - s i a k a m .   
 
 j o e   m a z z u l l a   s a i d   c ' s   w i l l   a d j u s t   t o   g o   b i g g e r   i f   n e e d e d .
s o m e o n e   r e m i n d   m e   h o w   t h e   h e l l   w e   g o t     f o r   a   h a l f   e a t i n g   t w i n k i e   a n d   a   6   p a c k   o f   b u s c h   l i g h t ?     c e l t i c s   p a c e r s   n b a
b o s t o n   c e l t i c s   n e w s   -     s t a r t e r s   f o r   t o n i g h t ' s   g a m e   w i t h   t h e   t o r o n t o   r a p t o r s .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   t o r o n t o   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
l e t ' s   g o   c e l t i c s .   c e l t i c s
i   t u r n   o n   t h e   g a m e   a n d   m y   b u d d y   i s   o n   t v   c e l t i c s
c e l t i c s   r a p t o r s   a t   t h e   g a m e   t o n i g h t   l e t ’ s   g o   c e l t i c s   p r e s e a s o n  
" t h e   f a n s   r e a l l y   e m b r a c e d   m e . . .   i t ' s   a   l e g e n d a r y   o r g a n i z a t i o n . "   
 
   g o e s   1 - o n - 1   w i t h     b e f o r e   t h e   c e l t i c s   t a k e   o n   t h e   r a p t o r s   i n   t h e i r   s e c o n d   p r e s e a s o n   g a m e 
 
 o n   n o w !   ☘ ️  
l i s t e n / s t r e a m   t s n   1 0 5 0   t o n i g h t   a s   t h e   r a p t o r s   f a c e   t h e   c e l t i c s   n o w !   w e t h e n o r t h 
 
 * g e o   s t r e a m   r e s t r i c t i o n s   a p p l y * 
 
  
a l r i g h t   w a s   w a y y y y   t o o   h o t   i n   t h a t   s o   h a d   t o   m a k e   m y   f i r s t   n e w   c s   s w a g   p u r c h a s e   o f   t h e   s z n   c e l t i c s   b l e e d g r e e n   p r o s h o p   p r e s e a s o n   g a m e d a y   o o t d  
w e   r e a d y !   c e l t i c s   b l e e d g r e e n
t h e   c e l t i c s   a r e   s t i c k i n g   w i t h   t h e   s a m e   s t a r t i n g   l i n e u p   t o n i g h t   a s   o n   s u n d a y . 
 
 m a r c u s   s m a r t 
 d e r r i c k   w h i t e 
 j a y l e n   b r o w n 
 j a y s o n   t a t u m 
 a l   h o r f o r d
c ’ s   i n a c t i v e   l i s t :   d a n i l o   g a l l i n a r i ,   l u k e   k o r n e t ,   a n d   r o b e r t   w i l l i a m s   c e l t i c s
p r e s e a s o n   g a m e   t w o   s t a r t e r s : 
 s m a r t ,   w h i t e ,   b r o w n ,   t a t u m ,   a n d   h o r f o r d   c e l t i c s   b l e e d g r e e n   ☘ ️
t h a n k s   t o   t h e     f o r   k e e p i n g   m e   e n t e r t a i n e d   t h i s   u n l u c k y   r e d s o x   s e a s o n .   n o w   i   t u r n   t o   c e l t i c s       . . . . b a s k e t b a l l   s e a s o n   h e r e   w e   c o m e ! 
 
 a l s o .     p a y   x a n d e r   a n d   r a f f y .   k t h a n k s .  
i t s   a l m o s t   g a m e t i m e   b a b y   ☘ ️ ☘ ️ 👏 🏽 ⏳   c e l t i c s   b l e e d g r e e n
b l a k e   g r i f f i n   m a y   p l a y   t o n i g h t   d e p e n d i n g   o n   h o w   t h e   g a m e   g o e s   p e r   j o e   m a z z u l l a ,   b u t   l u k …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   r a p t o r s   w i l l   b e   w i t h o u t   o t t o   p o r t e r   j r .   ( l e f t   h a m s t r i n g   s t r a i n ) ,   j u s t i n   c h a m p a g n …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5   b o s v s g s w   n b a f i n a l s 2 0 2 2   n b a f i n a l s
j o e   m a z z u l l a   a d d r e s s e s   w h e t h e r   b l a k e   g r i f f i n   w i l l   m a k e   h i s   c e l t i c s   d e b u t   i n   w e d n e s d a y ' s   g a m e   a g a i n s t   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   m a r c u s   s m a r t   s t i l l   h a s   n i g h t m a r e s   a b o u t   l o s i n g   i n   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s ☘ ️   a g a i n s t   t h e   r a p t o r s   s t a r t s   s o o n !  
r e l a x e d   r a i n y   g a m e   d a y   f i t   f o r   p r e s e a s o n   c e l t i c s   o o t d   b l e e d g r e e n  
w e l c o m e   b a c k ,   m y   a m e r i c a n   s l e e p i n g   p a t t e r n   😂   c e l t i c s   b l e e d g r e e n   n b a
n b a   n o t e b o o k :   g r a n t   w i l l i a m s   f o c u s e d   o n   c e l t i c s ’   s u c c e s s ,   n o t   c o n t r a c t   s t a t u s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
w h y   j a y s o n   t a t u m ,   j a y l e n   b r o w n   w o u l d   t r a d e   i n d i v i d u a l   a c c o l a d e s   f o r   a n   n b a   c h a m p i o n s h i p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w a r r i o r s   n o t e s :   d i v i n c e n z o ,   p o o l e ,   i g u o d a l a ,   b a l d w i n   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
.   s h o w i n g   l o v e   t o   f a n s   😊 ☘ ️ 
 
 c e l t i c s   b l e e d g r e e n  
h e a r   f r o m   c e l t i c s   n e w   a d d i t i o n   b l a k e   g r i f f i n   a n d   s o   m u c h   m o r e .  
j a y l e n   b r o w n   w a r m i n g   u p   b e f o r e   t h e   c e l t i c s   t a k e   o n   t o r o n t o   ☘ ️ 
 
 p r e g a m e   l i v e   s t a r t s   a t   7 p m   o n     📺 
     _ 5 0     _  
b l a k e   g r i f f i n ’ s   p r e s e n c e   h a s   a   c h a n c e   t o   m a t t e r   s u b s t a n t i a l l y   m o r e   f o r   t h e   c e l t i c s   o f f   t h e   f l o o r   t h a n   o n   i t .  
t h e   n b a p r e s e a s o n   c o n t i n u e s .   w h o   a r e   y o u r   p i c k s   t h i s   e v e n i n g ?     n b a   b a s k e t b a l l   c a v s   7 6 e r s   p a c e r s   h o r n e t s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
b l a k e   g r i f f i n   r e a l l y   i s   e m b r a c i n g   a n d   e n j o y i n g   e v e r y t h i n g   a b o u t   b e i n g   o n   t h e   c e l t i c s ,   i n c l u d i n g   t h e   w a l k   u p   t h r o u g h   t h e   b o s t o n   m e d i a .   h e ’ s   s m i l i n g   b e f o r e   h e   e v e n   i n t e r a c t s   w i t h   a n y o n e .   

b l a k e   g r i f f i n   a r r i v i n g   f o r   h i s   f i r s t   g a m e   a s   a   m e m b e r   o f   t h e   c e l t i c s   ☘ ️ 🙌  
j o e   m a z z u l l a   a d d r e s s e s   w h e t h e r   b l a k e   g r i f f i n   w i l l   m a k e   h i s   c e l t i c s   d e b u t   i n   w e d n e s d a y ' s   g a m e   a g a i n s t   r a p t o r s 

w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
w h i l e   l u k e   k o r n e t   r e m a i n s   o u t   w i t h   a   l e f t   a n k l e   s p r a i n ,   t h e r e ’ s   a   g o o d   c h a n c e   b l a k e   g r i f f i n   m a y   m a k e   h i s   c e l t i c s   d e b u t   t o n i g h t  
b l a k e   g r i f f i n   i s   h e r e   a t   t d g a r d e n   c e l t i c s  
1 / 2   i ’ m   i n   l o w e l l   r i d i n g   t h e   . 
 
 5 : 3 0   i s   g e t   t o   t h e   b u s   s t o p .   a   v e t e r a n   s a y s   h e ’ s   b e e n   w a i t i n g   a n   h o u r .   h e ’ s   t r y   t o   m a k e   t h e   5 : 5 0   _ c r   t o   c e l t i c s   g a m e . 
 
   b u s   d r i v e r   m u s t   o f   s e e n   t h e   v e t e r a n   s t a n d i n g .   d r i v e r   s a y s   c a l l   t h e     o n   t h e   p o l e . . 1 / 2 
 
 m a p o l i   b o s p o l i
t o r o n t o   r a p t o r s   ( 1 - 0 )   a t   b o s t o n   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   a r r i v i n g   f o r   t h e   c e l t i c s   p r e s e a s o n   g a m e   v s .   r a p t o r s  
i   t h i n k   w e   s h o u l d   e x p e c t   a   l i t t l e   a c t i o n   f r o m   b l a k e   g r i f f i n   t o n i g h t ,   a s   h e ’ s   p u t t i n g   u p   s h o t s   i n   s h o o t   a r o u n d   a s   w e   s p e a k   c e l t i c s
r o b   w i l l i a m s   w a s   a t   c e l t i c s   p r a c t i c e   t o d a y   d r i b b l i n g   a n d   d a n c i n g   s o   i ’ d   s a y   h e ’ s   s t a r t i n g   t o   f e e l   b a c k   t o   n o r m a l   a n d   m o r e   c o n f i d e n t   i n   h i m s e l f .   i t ’ s   a   g r e a t   t h i n g   t o   s e e 🍀 
  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j u s t   g o i n g   t o   l e a v e   t h i s   h e r e .   c o n g r a t s   t o   a l e x   a n d   t h e   m a i n e   c e l t i c s   🍀   _ m s 3  
r e g a r d i n g   p l a y i n g   j a y s o n   t a t u m   a t   t h e   5   o n   s u n d a y   a n d   w h e t h e r   w e   s e e   t h a t   a g a i n   t o n i g h t ,   m a z z u l l a   s a y s ,   “ i   l i k e   t h e   i d e a   o f   i t .   i   l i k e   t h e   s k i l l ,   i   l i k e   t h e   s p e e d ,   a n d   i   l i k e   t h e   b a s k e t b a l l   i q   t h a t   w a s   o u t   t h e r e   w i t h   t h a t   l i n e u p . ”   c e l t i c s
m i l w a u k e e   b u c k s   2 0 2 2 - 2 3   b e t t i n g   g u i d e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c e l t i c s   p r e g a m e   s h o e   c a m   👀 📸  
i ’ m   l o o k i n g   f o r w a r d   t o   w a t c h i n g   j o e   m a z z u l l a   t e s t   d i f f e r e n t   l i n e u p s /   r o t a t i o n s   t o   s e e   w h a t   h e   h a s   a n d   c a n   u s e   i t   t o   t h e   c e l t i c s   a d v a n t a g e   i n   t h e   r e g u l a r   s e a s o n .   
 
 t h a t   s a i d ,   i ’ d   l i k e   t o   s e e   a   l i n e u p   t h a t   f e a t u r e s   b r o g d o n ,   g r i f f i n ,   a n d   b r o w n   👀
j o e   m a z z u l l a   s a y s   l u k e   k o r n e t   i s   s t i l l   d a y - t o - d a y   a n d   t h a t   b l a k e   g r i f f i n   “ w e n t   l i v e   t o d a y , ”   b u t   t h e r e ’ s   n o   o f f i c i a l   a n n o u n c e m e n t   o n   w h e t h e r   h e   p l a y s   t o n i g h t .   c e l t i c s  
c e l t i c s   c e l t i c s   p l a y   t o d a y   a n d   i ’ m   g o i n g   t o   t h e   g a m e   a g a i n
n b a   n o t e b o o k :   g r a n t   w i l l i a m s   f o c u s e d   o n   c e l t s ’   s u c c e s s ,   n o t   c o n t r a c t   s t a t u s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
w e   a l l   w a t c h e d   t h e   n b a f i n a l s   & a m p ;   w e   s a w   t h e   f i n e   j o b   h e   d i d   a s   d e f e n s i v e   p l a y e r   o f   t h e   y e a r   g u a r d i n g   s t e p h   c u r r y .     n o t ! ! !   c e l t i c s   c e l t i c s n a t i o n   n b a t w i t t e r  
n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   p a c e r s   h o r n e t s   c a v a l i e r s   7 6 e r s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
m o s t   m i n s   p e r   g a m e   i n   t h e   2 0 2 1 - 2 2   s e a s o n   😫 
 
 p a s c a l   s i a k a m :   3 7 . 9 
 f r e d   v a n v l e e t :   3 7 . 9 
 j a m e s   h a r d e n :   3 7 . 2 
 d e m a r   d e r o z a n :   3 6 . 1 
 j a y s o n   t a t u m :   3 5 . 9 
 
 n b a   r a p t o r s   s i x e r s   b u l l s   c e l t i c s  
g a m b l i n g t w i t t e r   g o i n g   w i t h   t h e   c e l t i c s - 3 . 5   a n d   t h e r e   g r e a t e s t   r i v a l   t h e   l a   l a k e r s + 4
g a m e d a y .   c e l t i c s  
b o s t o n   c e l t i c s   s t a r   j a y s o n   t a t u m   v a c a t i o n e d   i n   t h e   c a y m a n   i s l a n d s   j u s t   d a y s   a f t e r   l o s i n g   i n   t h e   2 0 2 2 …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i s   t h e r e   a   w o r l d   w h e r e   t h e   n e t s   e x p l o d e   t h i s   y e a r   a n d   s t e v e   n a s h   i s   t h e   c e l t i c s   c o a c h   t h i s   t i m e   n e x t   y e a r ?   i   c a n   d r e a m .
  d o n ’ t   c a r e   w h a t     s a y … y o u   w e r e   d o i n g   a   g r e a t   j o b   l o s i n g   t h e   w e i g h t   n a t u r a l l y …   y o u   d i d n t   n e e d   l i p o s u c t i o n   t o   k e e p   u p   w i t h   h i m …   l o l ,   j k ’ n   b u t   a l l   s e r i o u s n e s s ,   g e t w e l l s o o n   b r o t h e r …   h o p e f u l l y   e v e r y t h i n g   w e n t   a n d   g e t s   b e t t e r …   c e l t i c s   s w a g o _ a n d _ p e r k  
“ s o ,   i   j u s t   w a n t e d   t o   g o   r e l a x .   l o n g   s e a s o n ,   c l e a r l y , ”   t a t u m   t o l d   a n d s c a p e   d u r i n g   a   r e c e n t   n b a   s …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e a d i n g   i n t o   b o s t o n   f o r   r a p t o r s   c e l t i c s   o n   t h e   b e a u t i f u l   n e w   o r a n g e   l i n e .   a n y   p r e g a m e   q u e s t i o n s ?
“ i t   w a s   j u s t   a   l e a r n i n g   e x p e r i e n c e ,   l e a r n i n g   a   l e s s o n , ”   t h e   2 4 - y e a r - o l d   t a t u m   s a i d .   “ m a y b e   d o   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e w   p o d   i s   u p !   t h e   b u d d e r s   d i s c u s s   m l b p l a y o f f s 2 0 2 2   ,   c e l t i c s   c o n t r o v e r s y ,   a n t o n i o b r o w n f l a s h i n g   ,   a n d   r e c a p   n f l   w e e k   4 …   t h a n k s   f o r   l i s t e n i n g !   t u a t a g o v a i l o a   n f l t w i t t e r  
d o   y o u   t h i n k   t h e   c e l t i c s   s h o u l d   g i v e   g r a n t   w i l l i a m s   a n   e x t e n s i o n   b e f o r e   t h e   o c t .   1 7   d e a d l i n e ?   
  
i n - s t o c k   a n d   r e a d y   t o   s h i p :   n b a   f u n k o g o l d   l e g e n d s   5 - i n c h   p r e m i u m   v i n y l   f i g u r e s 
 
 o r d e r   h e r e :   
 
 t r e a t y o s h e l f   v i n y l f i g u r e s   f u n k o   f u n k o p o p   f u n k o v i n y l   t o y s   b a s k e t b a l l   d e n n i s r o d m a n   l a r r y b i r d   m a g i c j o h n s o n   l a k e r s   c e l t i c s   c h i c a g o b u l l   b o s t o n c e l t i c s  
i t   t u r n e d   o u t   t a t u m   p l a y e d   i n   t h e   2 0 2 2   n b a   f i n a l s   w i t h   a   r i g h t   s h o u l d e r   i n j u r y ,   a n d   h e   a l s o   r e v e a l e d …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ e v e r y   t i m e   w e   w a l k e d   o u t   t h e   r o o m ,   s o m e b o d y   s a w   m e   a n d   s a i d ,   ‘ o h ,   m a n ,   w e   w i s h   y o u   w o u l d ’ v e   …   ’   ‘ g o o d   l u c k   n e x t   y e a r . ’   a n d   t h a t ’ s   e v e n   s a i d   t o   t h i s   d a y , ”   c e l t i c s   s t a r     t o l d       n b a
l a r r y   l e g e n d   e n   p i x e l   a r t   s u r   m o n   p r o f i l   r e d b u b b l e !   e n j o y   !   r b a n d m e :       f i n d y o u r t h i n g   r e d b u b b l e s h o p   c e l t i c s   p i x e l a r t i s t  
d o n t e   d i v i n c e n z o   e x p e c t e d   t o   b e   t r a d e d   t o   c e l t i c s   f o r   d e n n i s   s c h r o d e r   l a s t   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   d e s c r i b e d   j a y s o n   t a t u m   a s   ' y o u n g   n e x t   g r e a t e s t '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   r a p t o r s   ( 1 - 0 )   a t   b o s t o n   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n i a   l o n g   w a s   w i l l ' s   g i r l   i n   f r e s h   p r i n c e . . . . .   w h a t ! !   c e l t i c s
g o o d   l i s t e n i n g   i f   y o u ’ r e   h e a d e d   i n t o   t h e   g a r d e n   f o r   t h e   c e l t i c s   g a m e  
k e v i n   m c h a l e .   g r e a t e s t   p o w e r   f o r w a r d   w h o   h a s   e v e r   b e e n   b o r n e d .   k i n g   o f   t h e   u p   a n d   u n d e r .   c e l t i c s . 
 
  
m y   l i f e   i s   s a d .   i ’ m   k i n d a   p u m p e d   t o   t a k e   t   t o   t d   g a r d e n   t o   d r o p   o f f   s o m e   e q u i p m e n t   t o   _ z a n n i s   a t     
 
 i ’ v e   n o t   t a k e n   t h e   t   t o   t h e   g a r d e n   s i n c e   j a n   2 0 1 9   🙃 
 
   l o l   c e l t i c s
l e t ’ s   g o     b i g   d a y   t o d a y   m a s s m u s i c t y b g 2 2   c e l t i c s  
w a t c h i n g   t h e   r e d s o x   t o   t h e   b i t t e r   e n d   t h e n   o b v i   i ’ l l   b e   s e e i n g   m y   b o y s   a t   t h e   g a r d e n   f o r   m y   f i r s t   g a m e   o f   t h e   s e a s o n   p r e s e a s o n   c e l t i c s   b a s k e t b a l l s z n
🤣   i   l o v e   m y   t e a m   c e l t i c s  
s w i n g   b y   t h e   c a r o l i n a   c l a s s i c   f a i r   a n d   v i s i t   o u r   t r u t h   b o o t h s   t o   w i n   r a f f l e   t i c k e t s   t o   t h e   c e l t i c s   v s .   h o r n e t s   g a m e   o n   f r i d a y   n i g h t   a t   t h e   g r e e n s b o r o   c o l i s e u m .   s i g n - i n s   c l o s e   a t   6 p m   t o d a y !   
 
 t r u t h   r a d i o   r a d i o   r a f f l e   c e l t i c s   h o r n e t s   g r e e n s b o r o c o l i s e u m  
c e l t i c s   v s .   r a p t o r s :   f r e e   l i v e   s t r e a m ,   t v ,   h o w   t o   w a t c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c l i p p e r s   s i g n   f o r m e r   c e l t i c s   a n d   j a z z   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r a n t   w i l l i a m s   n o t   c o n c e r n e d   a b o u t   l o o m i n g   c o n t r a c t   e x t e n s i o n   d e a d l i n e   w i t h   c e l t i c s :   ‘ i   l e a v e   t h a t   s t u f f   u p   t o   m y   a g e n t s ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
      h a d   t o   g r a b   t a t u m   p r e   o r d e r   ! ! !   s t a r t i n g l i n e u p   c e l t i c s  
5 9 f i f t y   i d e n t i t y   d 3   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   i d e n t i t y   d 3   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   a l w a y s g o t a f i t t e d o n m y h e a d 
 

j a y s o n   t a t u m   m i c ' d   u p   i s   g o l d   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
l i s t e n / s t r e a m   t s n   1 0 5 0   t o n i g h t   a s   t h e   r a p t o r s   f a c e   t h e   c e l t i c s   a t   7 : 3 0 p m !   w e t h e n o r t h 
 
 * g e o   s t r e a m   r e s t r i c t i o n s   a p p l y * 
 
  
📣   n e w   p o d c a s t !   " n i a   l o n g   s p e a k s   o n   p o s s i b l e   a f f a i r   b e t w e e n   f i a n c é   i m e   u d o k a   a n d   c e l t i c s   s t a f f e r   . "   o n     i   a f f a i r   a n d   a s k   b e   b e t w e e n   c e l t i c s   f i a n c e   i m e   l o n g   m y   n i a   o n   p o s s i b l e   p r i v a c y   r e s p e c t e d   s p e a k s   s t a f f e r   t h a t   u d o k a  
j a y l e n   b r o w n ,   & g t ; .   💪 🏾 ✊ 🏾     c e l t i c s    
j a y s o n   t a t u m   e n t e r i n g   t h i s   n b a   s e a s o n   w i t h   a   n e w   s e n s e   o f   s t a r d o m .   a f t e r   h i s   f i r s t   f i n a l s   a p p e a r a n c e ,   c e l t i c s   s t a r   i s   l e a r n i n g   t h e   s p o t l i g h t   h a s   b e e n   m a g n i f i e d   f o r   b e t t e r   a n d   f o r   w o r s e .   n b a    
b o s t o n   c e l t i c s :   f o r m e r   f i r s t - r o u n d   p i c k   t h o u g h t   h e   w o u l d   b e   o n   c s   a t   2 0 2 2   t r a d e   d e a d l i n e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  g r e e t i n g s   f r o m   p u e r t o   r i c o   i m   a   h u g e   f a n   b l e e d g r e e n   b o s t o n   b o s t o n c e l t i c s   c e l t i c s  
n i a   l o n g   s h a r e s   a   p o i g n a n t   n o t e   a b o u t   m e n t a l   h e a l t h   a m i d   i m e   u d o k a   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   t o r o n t o   r a p t o r s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
5 9 f i f t y   c h a i n   s t i t c h   h e a 1 2 4 5 1   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c h a i n   s t i t c h   h e a r t   1 2 4 5 1   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

b r i a n   𝕨 𝕙 𝕚 𝕥 𝕖   𝕞 𝕒 𝕞 𝕓 𝕒   s c a l a b r i n e   ☘ ️   
 
 _ 
 c e l t i c s   b l e e d g r e e n     n b a t w i t t e r  
d p o y   _ m s 3   2 0 2 2   b o w l i n g   b a s h   i s   n o v   1 0 t h ,   2 0 2 2   _ d i n e   b a c k   b a y   b o s t o n .     t e a m   l a n e s   a r e   f i l l i n g   u p   f a s t .     s p o n s o r   i n f o   h e r e :     p r o c e e d s   t o   b e n e f i t   m a r c u s   s m a r t ' s   y g c   f o u n d a t i o n .   t h i s   i s   n o t   a   g a   e v e n t .   c e l t i c s   m a r c u s s m a r t   d p o y   n b a  
i   h e a r   t h e   c h a n c e s   o f   b l a k e   p l a y i n g   t o d a y   i s   s l i m .   f i n g e r s   c r o s s e d   h e   d o e s   t h o .   i f   n o t   o p e n i n g   n i g h t   f o r   s u r e .   s u p e r   e x c i t e d   f o r   g a m e   d a y   t o d a y   l e t ’ s   g o o o o o   m y   r e t u r n   t o   t h e   t d   ☘ ️ ☘ ️ ☘ ️ ☘ ️ 🫶 🏻 🫶 🏻 🫶 🏻   c e l t i c s
5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   b o s t o n   c e l t i c s   o s b   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   c e l t i c s   o s b   h a t c r a w l e r   f i t t e d   f o r t h e l o v e o f t h e f i t t e d 
 

h a l f t i m e   l e i p z i g   1 - 0   c e l t i c s ,   w i l l   t h e   c e l t i c s   b e   a b l e   t o   g e t   b a c k   t o   t h e   g a m e ?   a c c o r d i n g   t o     t h e   p i c k 
 
 s p o r t s   f r e e p i c k s   s p o r t p i c k s   f y p   l e i p z i g c e l t i c s
r a y m o n d   r e p o r t   f r e e   n b a   b a s k e t b a l l   p i c k s   1 0 / 5 / 2 2     b a s k e t b a l l p i c k s   c e l t i c s   n b a   n b a p i c k s   n b a p r e d i c t i o n   r a p t o r s 
 
  
n i a   l o n g ’ s   e x   m a s s a i   z   d o r s e y   c l a i m s   s h e ’ s   s t i c k i n g   b y   i m e   u d o k a   d e s p i t e   h i s   i n f i d e l i t y ,   u d o k a   s u s p e n d e d   f o r   t h e   t h e   2 0 2 2 - 2 3   s e a s o n .   t h e v i e w   h e   h a d   a   w o r k p l a c e   r e l a t i o n s h i p   w i t h   a   t e a m   s t a f f   m e m b e r   t h a t   w a s   a   v i o l a t i o n   o f   t h e   o r g a n i z a t i o n ’ s   c o d e   o f   c o n d u c t     n b a   c e l t i c s  
m a r c u s   s m a r t ,   m a l c o l m   b r o g d o n   a n d   d e r r i c k   w h i t e   c o u l d   b e c o m e   a   t e r r i f y i n g   t r i o   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
" ( b l a k e   g r i f f i n ' s )   g r e a t e s t   c o n t r i b u t i o n   i s   g o i n g   t o   c o m e   i n   t h e   p l a y o f f s . "   - -     
 
 s h e r r o d ,     & a m p ;     d i s c u s s   o n   t h e   l a t e s t   e p i s o d e   o f   t h e   a   l i s t   p o d c a s t ! 
 
 c e l t i c s 
 
 📺 f u l l   s h o w :   
 
 ⚡ ️ b y   _ a g ,     & a m p ;    
p r e s e a s o n   g a m e d a y 🚨 
 r a p t o r s   ( 1 - 0 ) 
 a t 
 c e l t i c s   ( 1 - 0 ) 
 7 : 3 0 
 📺 :     
 🎙 :    
n o t   l o n g   a g o   . . . .   
 n i a   l o n g   a n s w e r s   q u e s t i o n s   a b o u t   f i a n c é ,   c e l t i c s   n e w   c o a c h     v i a         n i a l o n g           u d o k a
p r e s e a s o n   g a m e   2   ☘ ️   b l e e d g r e e n   
 
 _ m s 3       
 
 🆚       
 ⏰   7 : 3 0 p m   e s t   
 🏟     
 📺     
 
 a l l a b o u t 1 8   c e l t i c p r i d e   c e l t i c s   r a p t o r s  
b o s t o n   c e l t i c s :   s p o r t s   i l l u s t r a t e d   f e e l s   l i k e   j a y s o n   t a t u m   w i l l   m a k e   m v p   l e a p   i n   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e   c a f e   c o f f e e   s t a r s   m l k   m c s   t r e a t m e n t   n o r t h c a r o l i n a   s t o c k t o n   c a a   m a l i b u   c o r n e l l   y a l e   r o t c   r o c k e t s   c e l t i c s   u m a s s
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e   m l b   t r e a t s   p h o e n i x   n o r t h   c a a   m a l i b u   c o r n e l l   y a l e   r o t c   r o c k e t s   c e l t i c s   u m a s s   m n u   h e l l o   c u b s
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e   c e l t i c s   g s   t h u n d e r   s o o n e r s   o k c   t u l s a   p o r t l a n d   m a r i n e r s
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   j o i n i n g   c e l t i c s   a t   t r a d e   d e a d l i n e   b e f o r e   d e a l   f e l l   a p a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p r e s e a s o n   g a m e   2     
 
 📺 :       
 
 🎙 ️   :       
 
 b l e e d g r e e n   c e l t i c s  
b u s y   s t r e t c h   o f   m - 1 5   i n   d a v i s o n   c l o s e d   f o r   r a i l r o a d   c r o s s i n g   p r o j e c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u t é   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 ➡  
🆚 :   r b   l e i p z i g   v s   c e l t i c 
 ⚽ :   u e f a c h a m p i o n s l e a g u e   l i v e   2 0 2 2 
 ⏰ :   o c t / 0 5 / 2 0 2 2   @   1 1 . 4 5 p m   c t 
 📹 :   l i n k   l i v e   :   
 l e t s   g o . . . 
 s u p p o r t s   y o u r   t e a m s . ! ! 
 u e f a c h a m p i o n s l e a g u e 2 0 2 2   
 u e f a c h a m p i o n s   c e l t i c f c   
 r b l e i p z i g c e l t i c     r b l e i p z i g   c e l t i c s     
 s o c c e r   f o o t b a l l   f u t b o l  
🆚 :   r b   l e i p z i g   v s   c e l t i c 
 ⚽ :   u e f a c h a m p i o n s l e a g u e   l i v e   2 0 2 2 
 ⏰ :   o c t / 0 5 / 2 0 2 2   @   1 1 . 4 5 p m   c t 
 📹 :   l i n k   l i v e   :   
 l e t s   g o . . . 
 s u p p o r t s   y o u r   t e a m s . ! ! 
 u e f a c h a m p i o n s l e a g u e 2 0 2 2   
 u e f a c h a m p i o n s   c e l t i c f c   
 r b l e i p z i g c e l t i c     r b l e i p z i g   c e l t i c s     
 s o c c e r   f o o t b a l l   f u t b o l  
w a s   i t   a   s n u b   f o r   b o s t o n   c e l t i c s   s t a r   f o r w a r d   j a y s o n   t a t u m   t o   n o t   g e t   a n y   m v p   v o t e s   i n   t h e   a n n u a l   n b a   g m   s u r v e y ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
_ d a m i c o   g r e a t   i n t e r v i e w .     m y   b o y s   a r e   g r o w i n g   u p !     j b a n d j t   c e l t i c s   🍀
l i s t e n / s t r e a m   t s n   1 0 5 0   t o n i g h t   a s   t h e   r a p t o r s   f a c e   t h e   c e l t i c s   a t   7 : 3 0 p m !   w e t h e n o r t h 
 
 * g e o   s t r e a m   r e s t r i c t i o n s   a p p l y * 
 
  
n e w :   t h e   c e l t i c s   m a d e   a   n u m b e r   o f   d e a l s   a t   l a s t   y e a r ' s   t r a d e   d e a d l i n e   a n d   w e r e   v e r y   c l o s e   t o   a n o t h e r   o n e   a c c o r d i n g   t o   d o n t e   d i v i n c e n z o  
s i x   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ' s   2 0   g r e a t e s t   p o i n t   g u a r d   l i s t .   p e t e m a r a v i c h   m a r a v i c h   p i s t o l p e t e   p i s t o l p e t e m a r a v i c h  
s i g n s   a r e   h o p e f u l   f o r   c e l t i c s ,   b u t   c a n   j o e   m a z z u l l a   b e   s t e r n   w i t h   t h e m   w h e n   n e e d e d ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i t ’ s   c e l t i c s   g a m e d a y   ☘ ️ ☘ ️  
“ a l l   t h e   i n d i v i d u a l   s t u f f ,   i   w o u l d   t r a d e   a l l   t h a t   i n   t o   w i n   a   c h a m p i o n s h i p . ”   
 
 b o s t o n ’ s   s t a r   d u o   s a t   d o w n   w i t h   n b c s b o s t o n   t o   d i s c u s s   a m b i t i o n s   f o r   n e x t   s e a s o n   +   t i t l e   h o p e s .   c e l t i c s 
 

j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   g m   s u r v e y :   c e l t i c s   r e c e i v e   4 t h - m o s t   v o t e s   t o   w i n   2 0 2 3   n b a   t i t l e   ( 
 
 s e e   w h e r e   t h e   l e a g u e ' s   g m s   r a n k e d   b o s t o n   i n   a   v a r i e t y   o f   c a t e g o r i e s   h e a d i n g   i n t o   t h e   2 0 2 2 - 2 3 . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
r a p t o r s   g a m e   t o n i g h t :   r a p t o r s   v s   c e l t i c s   o d d s ,   s t a r t i n g   l i n e u p ,   i n j . . .   ( r a p t o r s   r a p t u r e ) 
 
 t h e   t o r o n t o   r a p t o r s   g o t   t h e   p r e s e a s o n   o f f   t o   a   f l y i n g   s t a r t ,   a s   t h e y   d e f e a t e d   t h e   u t a h   j a z z   . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
🇺 🇸 | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 1 € 
 ➡ 
 
 n b a  
f o r m e r   n e t s   r o t a t i o n   p l a y e r   b l a k e   g r i f f i n   t o o k   a   s u b t l e   j a b   a t   t h e   t e a m   t h i s   w e e k   w h i l e   c o m p l i m e n t i n g   h i s   n e w   c e l t i c s   t e a m m a t e s .   n b a  
n b a   p r e s e a s o n :   b o s t o n   c e l t i c s   v s .   t o r o n t o   r a p t o r s   p r e d i c t i o n ,   o d d s ,   t v   c h a n n e l   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   1 0 / 5 / 2 2   n b a   p i c k s ,   p r e d i c t i o n s ,   o d d s   
 
 n b a   n b a p i c k   f r e e p i c k   f r e e p i c k s   s p o r t s b e t t i n g   e x p e r t p i c k   n b a t w i t t e r     e x p e r t b e t t i n g a d v i c e   b e t t i n g t i p s t e r   h a n d i c a p p e r   s p o r t s g a m b l i n g   w e t h e n o r t h   r a p t o r s   c e l t i c s   b l e e d g r e e n  
h o w   n b a   e x e c u t i v e s   r a n k   w a r r i o r s   i n   w e s t ,   l i k e l i h o o d   t o   r e p e a t   c h a m p i o n s h i p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   t a k e   o n   c e l t i c s   i n   b o s t o n :   p r e v i e w ,   s t a r t   t i m e ,   a n d   m o r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e a d   & a m p ;   r e a c t :   t h e   t a t u m   & a m p ;   b r o w n   i n t e r v i e w   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
' n o t h i n g   e l s e   m a t t e r s ' :   j a y s o n   t a t u m ,   j a y l e n   b r o w n   o n   b r i n g i n g   b a n n e r   1 8   t o   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   n o t e b o o k :   r o o k i e   j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   h a s   8 2 1   s t e a l s   d u r i n g   h i s   c a r e e r ,   w h i c h   r a n k s   h i m   6 t h   a l l - t i m e   i n   c e l t i c s   h i s t o r y 
 
 t h e   s t a t s   s h o w   t h a t   s m a r t   c o u l d   m o v e   i n t o   t h e   t o p   4   a l l - t i m e   b y   t h e   e n d   o f   t h i s   s e a s o n ,   r i g h t   a b o v e   r o b e r t   p a r i s h   🍀  
t h e   c e l t i c s   p l a y   t o d a y   ☘ ️  
⚽ | n e w   c e l t i c s   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   i n c r o y a b l e   d e   2 1 € 
 ➡ 
 
 2 0 2 2  
2 0 2 2 - 2 3   r o s t e r   b r e a k d o w n :   t h e   b i g s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e x t   u p   i n   t h e     2 0 2 2 - 2 3   t e a m   b y   t e a m   f a n t a s y   p r e v i e w   i s   t h e   e a s t e r n   c o n f e r e n c e   c h a m p i o n   b o s t o n   c e l t i c s ! 
 
   n b a t w i t t e r   f a n t a s y s p o r t s   f a n t a s y b a s k e t b a l l   d f s  
t h r e e   t a k e a w a y s   f r o m   t h e   h o r n e t s '   p r e s e a s o n   l o s s   t o   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  y o u   c a n   l o v e   a   t e a m   a n d   h a t e   t h e   f r o n t   o f f i c e .   l o v e   t h a t ! ! 
 
 r e d s o x 
 c e l t i c s
n b a   g m   s u r v e y   r e l e a s e d   ( c e l t i c s   r e l a t e d   n o t e s )   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
g o t   m y s e l f   a n   u p g r a d e   f o r   t h e   c e l t i c s   s e a s o n .     t h i n g   i s   f r e a k i n   h u g e .     g a m e   n i g h t   t o n i g h t   l f g  
e v e r y   b o s t o n   c e l t i c s   j e r s e y   i n   t e a m   h i s t o r y   w o r n   b y   o n l y   o n e   p l a y e r   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   1 0 / 5 / 2 0 2 2   p i c k s   p r e d i c t i o n s   p r e v i e w s 
 
 
 
 n b a p a r l a y   n b a p r e d i c t i o n   n b a p a r l a y   n b a b e t t i n g   n b a b e t t i n g p i c k s   n b a   n b a p i c k s   s p o r t s p i c k s   e x p e r t p i c k s   f r e e p i c k s   b a s k e t b a l l p i c k s   o d d s   p i c k s   p r e d i c t i o n   r a p t o r s   c e l t i c s
t h i s   i s   t h e   p e a c e   t h a t   y o u   c a n n o t   b u y   ☘ ️ 🍀 🌊   
 c a s a m a n c e   z i g u i n c h o r   g o o d v i b e s     v a c a t i o n m o d e   c e l t i c s   j o r d a n 1   n i k e   j e e p c a r g o  
p l e a s e   h e l p   t h e s e   p e o p l e   o u t   c e l t i c s   f a m  
p l e a s e   c o n s i d e r   h e l p i n g   o u t   t h i s   p o o r   c e l t i c s     f a n   i f   y o u   c a n .   h e   i s   j u s t   s t a r t i n g   a   b a t t l e   w i t h   l e u k e m i a   a n d   n e e d s   a l l   t h e   l o v e   h e   c a n   g e t .   s t i l l   a   l o n g   w a y   t o   g o   o n   t h e   g o a l .   s m a r t   t a t u m   b r o w n   b o s t o n   b o s t o n s t r o n g 
 
  
l i s t e n / s t r e a m   t s n   1 0 5 0   t o n i g h t   a s   t h e   r a p t o r s   f a c e   t h e   c e l t i c s   a t   7 : 3 0 p m !   w e t h e n o r t h 
 
 * g e o   s t r e a m   r e s t r i c t i o n s   a p p l y * 
 
  
r o c k   a n d   r o l l ! ! ! 
 
 r o c k   v i k i n g   v i k i n g m e t a l   a r t   c a l i   f o l k   c e l t i c s   c e l t i c m u s i c  
b o s t o n ’ s   d e r r i c k   w h i t e   t a l k s   a b o u t   j o i n i n g   t h e   c e l t i c s ’   s t a r t i n g   l i n e u p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   2 0 2 2 - 2 3   b e t t i n g   g u i d e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
j b   j t   ☘   m y   g u y s   c e l t i c s  
b o s t o n ' s   d e r r i c k   w h i t e   t a l k s   a b o u t   j o i n i n g   t h e   c e l t i c s '   s t a r t i n g   l i n e u p   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h e   c e l t i c s   c o l l e c t i v e :   e p i s o d e   8 
 
 ☘ ️   t o p i c s : 
 +   g a m e   r e c a p 
 +   b l a k e   g r i f f i n 
 +   j o e   m a z z u l l a 
 +   t o r o n t o   p r e v i e w 
 
 ☘ ️   h o s t s : 
 
 
 
 
 c e l t i c s   b o s t o n   n b a
c e l t i c s   f a n s   i t s   m f   g a m e d a y   ☘ ️ ☘ ️   l e t   t h e   c o u n t d o w n   b e g i n ⏳   c e l t i c s   b l e e d g r e e n   n b a t w i t t e r
“ i t ’ s   n o t   t h a t   s c a n d a l   i s   g o o d   f o r   t h e   t e a m ,   i t ’ s   t h a t   t h e   t e a m   i s   h a n d l i n g   s c a n d a l   w e l l . ”   _ n b a     c e l t i c s
s o m e   m o   s t u f f   i   m a d e . . . 
 t i t a n s   c e l t i c s     v a n d y     p r e d s     l i u     s m a s h v i l l e     w o o d a r t   p a i n t   🎨 ✌ ️ ⚓ ️ ⚔ ️ ✨ ️  
2 0 2 2 - 2 3   f a v o r i t e s   t o   w i n   n b a   t i t l e   🏆 
 
 ( p e r   g m   s u r v e y ) 
 
 b u c k s   4 3 % 
 w a r r i o r s   2 5 % 
 c l i p p e r s   2 1 % 
 c e l t i c s   1 1 % 
 
 n b a  
h a p p y   b i r t h d a y   b r a n d a n   w r i g h t !   c e l t i c s 
 
  
l i t t l e   u p d a t e   o n   w h a t   t r e m o n t   w a t e r s   h a s   b e e n   u p   t o   i n   t h e   p a s t   y e a r   c e l t i c s .   w a t e r s   i s   c u r r e n t l y   t e a m m a t e s   w i t h   p r o j e c t e d   f i r s t   o v e r a l l   p i c k   v i c t o r   w e m b a n y a m a   f o r   t h e   m e t r o p o l i t a n s   9 2 
 

b o s t o n   h a s   r e t i r e d   2 4   j e r s e y   n u m b e r s   -   t h e s e   a r e   t h e   p l a y e r s   s o   h o n o r e d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l o s   a n g e l e s   l a k e r s :   3   b o l d   p r e d i c t i o n s   f o r   t h e   2 0 2 2 - 2 3   n b a   s e a s o n 
 
 
 
 n b a   l a k e s h o w   l a k e r s   w e t h e n o r t h   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   b r o o k l y n t o g e t h e r   b l e e d g r e e n   c e l t i c s
l o s   a n g e l e s   l a k e r s :   t h e   r u s s e l l   w e s t b r o o k   t r a d e   t h a t   s e e m s   i n e v i t a b l e 
 
 
 
 n b a   l a k e s h o w   l a k e r s   w e t h e n o r t h   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   b r o o k l y n t o g e t h e r   b l e e d g r e e n   c e l t i c s
n b a   r u m o r s :   l o s   a n g e l e s   l a k e r s   n o t   t o   p u r s u e   k y r i e   i r v i n g   a f t e r   a l l ? 
 
 
 
 n b a   l a k e s h o w   l a k e r s   w e t h e n o r t h   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   b r o o k l y n t o g e t h e r   b l e e d g r e e n   c e l t i c s
n b a   g m s   c o n f i r m   w h a t   w e   k n e w   a b o u t   n i c k   n u r s e ,   r a p t o r s   f a n s 
 
 
 
 n b a   t o r o n t o   r a p t o r s   c a n a d a   w e t h e n o r t h   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   l a k e s h o w   l a k e r s   b l e e d g r e e n   c e l t i c s
v e r y s t y l i s h o r d i n a r y p e o p l e 
 
 “ s u c c e s s   i s   g u a r a n t e e d   i n   p e r s i s t e n c e . ” 
 ―   s h i v a   n e g i   
 
 h a w k s   p a c e r s   n u g g e t s   m a g i c   t i m b e r w o l v e s   w i z a r d s   7 6 e r s   c e l t i c s   c a v a l i e r s   h e a t   h o r n e t s   b u c k s   v s o p   r h o p
n u m b e r   2   b e c a u s e   o f   t h e   n u m b e r   1   f a n s !   g o   c e l t i c s !  
h o w   t h e   b o s t o n   c e l t i c s   u s e d   r o b e r t   w i l l i a m s   i i i   t o   u n l o c k   t h e i r   o f f e n s e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   t h e   b o s t o n   c e l t i c s   u s e d   r o b e r t   w i l l i a m s   i i i   t o   u n l o c k   t h e i r   o f f e n s e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   f i t t i n g   r i g h t   i n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
w r o t e   t h i s   o n   j u l y   3 r d   a b o u t   s a m   h a u s e r   a n d   i t ’ s   s t i l l   e v e r y   b i t   t r u e   a n d   m o r e   a f t e r   w a t c h i n g   h i m   i n   a c t i o n   o n   s u n d a y   c e l t i c s   
 

e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   9 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   9 9   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n b a   g m s   s e e   m a l c o l m   b r o g d o n   a s   u n d e r r a t e d   a d d i t i o n   f o r   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
o n   t h i s   d a y :   b o s t o n   i c o n   b o b   c o u s y   s e l e c t e d   i n   c h i c a g o   s t a g s   d i s p e r s a l   d r a f t ;   j o h n   b a g l e y   t r a d e ;   d e r m i e   o ' c o n n e l l   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
f r e s h   p r i n c e   o f   b e l   a i r   a c t r e s s   n i a   l o n g   h a s   s a i d   l i t t l e   a b o u t   h e r   c h e a t i n g   b o s t o n   c e l t i c s   c o a c h   f i a …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o r s e y ,   a n   a c t o r   a n d   b u s i n e s s m a n   i n   b e v e r l y   h i l l s   w h o   m e t   l o n g   o n   t h e   s e t   o f   h e r   n b c   c r i m e   d r a m a   t h i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   v s .   c e l t i c s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ' s   t h e   l a t e s t   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   v s .   c e l t i c s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a s   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   t h r o w i n g   s h a d e   a t   t h e   b r o o k l y n   n e t s   i n   h i s   i n t r o d u c t o r y   p r e s s e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 p l a y o f f n b a  
w a s   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   t h r o w i n g   s h a d e   a t   t h e   b r o o k l y n   n e t s   i n   h i s   i n t r o d u c t o r y   p r e s s e r ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
    b l a k e   j o i n s   t h e   t e a m . 
 t e a m   p l a y s   p i c k u p   f o o t b a l l   a t   p r a c t i c e . 
 t e a m   l o v e s   i t   🍀 
 c e l t i c s
  s h e   i s   g o i n g   t o   l o o k   g r e a t   i n   c e l t i c s   g e a r .
w o u l d   l o o k   g r e a t   i n   c e l t i c s   g r e e n   😎 ☘ ️  
l o n g t i m e   a s s i s t a n t   p r o m o t e d   t o   h e a d   c o a c h   o f   m a i n e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l e t   i t   f l y     s h o r t s   b o s t o n   c e l t i c s   n b a   v i d e o :  
p r e v i e w :   r a p t o r s   ( 1 - 0 )   a t   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   m a k e   s o l i d   s h o w i n g   i n   n b a ' s   a n n u a l   g m   s u r v e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   c a l l s   j a y s o n   t a t u m   t h e   ' y o u n g   g o a t ' :   " i   t h i n k   h e   w i l l   d o   a n   i n c r e d i b l e   j o b   l e a d i n g   h i s   t r o o p s . . . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
  i   t h i n k   t h e   c e l t i c s   n e e d   t o   l e t   m a z z u l a   g e t   u s e d   t o   c o a c h i n g   a n d   t h e   g u y s   n e e d   t o   p r a c t i c e .   e n o u g h   g o a t   t a l k !   p l a y   b a l l !   👏 👏 👏
n b a   g m s   c a l l   c e l t i c s   s m a r t   b e s t   p e r i m e t e r   d e f e n d e r ,   b r o g d o n   ‘ m o s t   u n d e r r a t e d ’   a c q u i s i t i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s e v e n   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ’ s   2 0   g r e a t e s t   c e n t e r s   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i m e   u d o k a   s e e i n g   b l a k e   g r i f f i n   o n   c e l t i c s   " t h a t ' s   m y   b o y ! ! "   c e l t i c s   c e l t i c s n a t i o n   👶 👶 🍼 🍼
r e a l l y   r e a l l y   r e a d y   f o r   g a m e   d a y   t o m o r r o w   😎 😎 😎 😎 ☘ ️   c e l t i c s
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     f l   j a g s   t b   r e d s o x   c e l t i c s   n y g   n y y   d o d g e r s   h u s k i e s   u c b   j t   h s u   m s u   s p a r t a n s   u t
l a n a   r h o a d e s   t o l d   t h e   w o r l d   t h a t   h i s   s o n ' s   d a d d y   w a s   a   n e t s   p l a y e r   a n d   a   l i b r a . .   t h a t   i s   t h e   r e a s o n   w h y   b l a k e   g r i f f i n   s i g n e d   w i t h   t h e   c e l t i c s   n b a   b r o o k l y n n e t s   c e l t i c s
t w o   w e e k s   c e l t i c s
c e l t i c s   m a l c o l m   b r o g d o n   a c q u i s i t i o n   v o t e d   n b a   o f f s e a s o n ' s   m o s t   u n d e r r a t e d   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f o r m e r   c e l t i c s '   h i g h   e x p e c t a t i o n s   f o r   j a y s o n   t a t u m ,   j a y l e n   b r o w n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  1 9 6 9 - 7 0   c e l t i c s   f i v e   p a c k … . $ 7   e a c h   /   $ 1 0   o n   t h e   s a n d e r s … . . $ 3 2   d e l i v e r e d   f o r   t h e   l o t   o f   5   c e l t i c s   c e l t i c s  
t e a m   c h e m i s t r y   a t   a n   a l l   t i m e   h i g h   d e s p i t e   t h e   b s   d i s t r a c t i o n s   c e l t i c s  
c e l t i c s   o f f - s e a s o n 
 -   c o a c h   1   y e a r   s u s p e n s i o n 
 -   b e s t   r e c r u i t   a c l 
 -   r o b   w i l   i n j u r e d   
 -   s i g n   l a n a   r h o a d e s   b a b y   d a d   n b a   c e l t i c s
h e y     y o u   n e e d   a   c o u p l e   o f   r e c e i v e r s   o r   d b ’ s ?   c e l t i c s  
n o w ,   t h i s   i s   a   s t o r y   a l l   a b o u t   h o w 
 m y   l i f e   g o t   f l i p p e d - t u r n e d   u p s i d e   d o w n … . .   c e l t i c s   b l e e d g r e e n  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b o s t o n   c e l t i c s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   j a y s o n t a t u m   u n i m o c k u p s   l o g o d e s i g n   n b a t w i t t e r            
“ i   t h i n k   i t ’ s   j u s t ,   t h e   l e a g u e   i s   c e r t a i n l y   t r e n d i n g   t h i s   w a y , ”   b u d e n h o l z e r   s a i d   o f   e m p h a s i z i n …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j o e   m a z z u l l a   s h a r e s   u p d a t e   o n   r o b e r t   w i l l i a m s '   r e c o v e r y   f r o m   k n e e   s u r g e r y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   b r e a k o u t   c a n d i d a t e   i m p r e s s i n g   t e a m m a t e   d e r r i c k   w h i t e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l o n g t i m e   a s s i s t a n t   p r o m o t e d   t o   h e a d   c o a c h   o f   m a i n e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s t a r   b r o w n   s u r p r i s e s   s t u d e n t s   w i t h   f r e e   b a c k p a c k s ,   s h i r t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b e s t i e s   c e l t i c s   ☘ ️ 🤗  
c o n g r a t s   t o   j e f f r e y   c   w h o   s c o r e d   t h i s   j a y s o n   t a t u m   a u t o g r a p h e d   j e r s e y   i n   o u r     a u t o g r a p h e d   b a s k e t b a l l   j e r s e y   b r e a k .     j o i n   u s   f o r   f u t u r e   b r e a k s   -   l i n k   i n   b i o .     c e l t i c s       j e r s e y b r e a k  
b o s t o n   c e l t i c s :   s u s p e n d e d   c o a c h   i m e   u d o k a ’ s   f i a n c é e   n i a   l o n g   c o m m e n t s   o n   a f f a i r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i f   n i a   c a n   s t a y   w i t h   i m e ,   t h e   c e l t i c s   c a n   t o o   ☘ ️  
w h a t   c a n   c e l t i c s '   j a y s o n   t a t u m   i m p r o v e   o n ?   j a y l e n   b r o w n   w e i g h s   i n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o o k i e   j d   d a v i s o n   g o i n g   t o   s c h o o l   w i t h   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ' s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   s a y s   h e ' l l   e m b r a c e   a n y   r o l e   t h a t ' l l   h e l p   c e l t i c s   w i n   a   c h a m p i o n s h i p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   o w n e r s   w i f e ? ! ?   y o   h e ’ s   a   d e m o n   😭 😭   c e l t i c s   n b a t w i t t e r  
r e p o r t 🚨 
 
 p e r   :   t h e   w o m a n   i n   e n t a n g l e m e n t   w i t h   c e l t i c s   c o a c h   i m e   u d o k a   w a s   t h e   w i f e   o f   o w n e r   w y c l i f f e   g r o e s b a c k 🤯 
 
 i f   s o … . i s   t h e   y e a r   s u s p e n s i o n   j u s t i f i e d ? 😳 
 
 n b a t w i t t e r   c e l t i c s   i m e u d o k a
  m y   p a l e   i r i s h   s k i n   d i s a g r e e s .   i t   a p p e a r s   i ' v e   m a d e   a n   e n e m y   t o d a y .   c e l t i c s   l e t s   g o   🍀
  m y   b r a i n   i s   m a l l e a b l e .   i   c a n   b e   e a s i l y   p e r s u a d e d   t e a m   w i s e .   i   a m   h o w e v e r   t h i n k i n g   c e l t i c s
w h y   b l a k e g r i f f i n   i s   w i l l i n g   t o   e m b r a c e   a n y   r o l e   n e e d e d   t o   h e l p   t h e   c e l t i c s   w i n   a   c h a m p i o n s h i p  
w h y   b l a k e g r i f f i n   i s   w i l l i n g   t o   e m b r a c e   a n y   r o l e   n e e d e d   t o   h e l p   t h e   c e l t i c s   w i n   a   c h a m p i o n s h i p  
m a r c u s   t h o r n t o n ' s   2 0 1 4 - 1 5   s h o t   c h a r t : 
 
 v o l u m e :   a v e r a g e   |   p _ 5 8   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 4 8 
 e f f i c i e n c y :   a v e r a g e   |   p _ 4 7 
 e f f i c i e n c y   v a l u e :   a v e r a g e   |   p _ 4 8 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   b r e a k 3 
 b e s t   v a l u e   z o n e :   b r e a k 3 
 
 m a r c u s t h o r n t o n 
 c e l t i c s   s u n s 
 s u n s a t 5 0  
t h e   c e l t i c s   a r e   n o t   t h e   t i t l e   f a v o r i t e s   i n   2 0 2 3 ,   a c c o r d i n g   t o   n b a   g e n e r a l   m a n a g e r s  
j o e   m a z z u l l a   o n   r o b e r t   w i l l i a m s :   " h e ' s   i n   a   g r e a t   m i n d   f r a m e "   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   s h a r e s   f i r s t   m e s s a g e   s i n c e   l e a v i n g   b r o o k l y n   n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   n o t e b o o k :   r o o k i e   j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
j o e   m a z z u l l a   o n   r o b e r t   w i l l i a m s :   “ h e ’ s   i n   a   g r e a t   m i n d   f r a m e ”   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
o u r   l a t e s t   p o d c a s t .   b l a k e g r i f f i n   c e l t i c s   t y l e r h e r r o   h e a t   l a k e s h o w   n b a   n b a p r e s e a s o n       _ c o v e r a g e   l i s t e n   t o   " t h e   p i c k   a n d   r o l l   n b a   p o d c a s t   w /   j e t   a n d "   b y     v i a   s p r e a k e r  
p r i m e   b l a k e   g r i f f i n   o n   t h e   c e l t i c s   +   r e b u i l d   |   n b a   2 k 2 3 💚 🤍 💚 🤍 
 
 
 b a s k e t b a l l   y o u t u b e   y o u t u b e r   f e m a l e g a m e r     g a m i n g   n b a   n b a 2 k 2 3   n b a 2 k 2 3 p a r k   n b a 2 k 2 3 n e x t g e n   n b a 2 k 2 3 m y t e a m   n b a r e b u i l d   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   b l a k e g r i f f i n  
📣   n e w   p o d c a s t !   " e p .   2 0 4   -   w e s t e r n   c o n f e r e n c e   p r e v i e w "   o n     b l a k e g r i f f i n   c e l t i c s   h e r r o   l a k e r s   l e b r o n   n b a   w a r r i o r s   w e s t b r o o k  
l i g h t n i n g   r o s t e r   c o n t i n u e s   t o   t a k e   s h a p e   a s   o p e n e r   n e a r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i a   l o n g   p o s t s   m e n t a l   h e a l t h   m e s s a g e   f o l l o w i n g   f i a n c é   i m e   u d o k a ' s   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
" h e ' s   d o i n g   a   g o o d   j o b   o f   c o m m u n i c a t i n g   w i t h   e v e r y b o d y ,   t a l k i n g   a b o u t   w h a t   h e ' s   l o o k i n g   f o r ,   ( a n d )   h o w   w e   c a n   b e   b e t t e r . " 
 
 d e r r i c k   w h i t e   d i s c u s s e s   j o e   m a z z u l l a ' s   f i r s t   g a m e   a s   t h e   c e l t i c s   h e a d   c o a c h   f r o m   a   p l a y e r ' s   p e r s p e c t i v e . 

f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r a n d o m   t h o u g h t s   b e f o r e   t h e   s e c o n d   p r e s e a s o n   g a m e   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
🎥 l i v e   s t r e a m   t o n i g h t   @   7 p m   e d t 🎥 
 
 @ _ _ f i s c h   _ 9 3     o n   t h e   m i c 
 
 🐦   m u r r a y ' s   i m p a c t   o n   t h e   h a w k s 
 
 🍀   b l a k e   g r i f f i n   t o   t h e   c e l t i c s   
 
 🔬   s o u t h e a s t   d i v i s i o n   p r e v i e w 
 
 a n d   m u c h   m o r e ! 
 
 p o d c a s t   p o d c a s t s   n b a p r e s e a s o n     n b a   a t l a n t a   a t l h a w k s   
 

" t a k e   a   d e e p   b r e a t h ;   e v e r y t h i n g   w e   d o   i s   g o i n g   t o   c o m p l e m e n t   y o u r   g a m e   i n   s o m e   w a y ,   a n d   h e r e ' s   h o w   w e ' l l   w o r k   o n   i t . " 
 
 c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   d i s c u s s e s   g e t t i n g   b l a k e   g r i f f i n   a c c l i m a t e d . 

l e t   i t   f l y   s h o r t s   c e l t i c s   c e t i c s f o o t a g e   g r e e n r u n s d e e p   g r e e n b l o o d e d  
w i l l   t h e   c e l t i c s   g o   s m a l l   w i t h o u t   r o b e r t   w i l l i a m s ? 
 
   d i s c u s s e s   h o w   b o s t o n   c o u l d   s u r v i v e   w i t h o u t   r o b   f o r   t h e   s t a r t   o f   t h e   2 0 2 2 - 2 3   n b a   s e a s o n ! 
 
 📺 f u l l   p r a c t i c e   r e p o r t :   
 
 ⚡ ️ b y   _ a g   |     |    
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c e l t i c s '   j a y l e n   b r o w n ,   j a y s o n   t a t u m   a d m i r e   m o s t   a b o u t   e a c h   o t h e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  
   x d c   x d c d o m a i n s   w e b 3   c e l t i c s   c r e a t e   y o u r   o w n   w e b 3   d o m a i n s   a t     e x c h a n g e s   c o m i n g   s o o n    
🚨   e x c l u s i v e   g a m e   t o n i g h t   f o l k s !   🏀 
 j o i n   t h e i r   c o m m u n i t y   a n d   g e t   t h e   c h a n c e   o f   w i n n i n g   2   t i c k e t s   f o r   t h e   c e l t i c s   o p e n i n g   n i g h t   a n d   m o r e   t h a n   $ 1 0 0   o n   t o p s h o t s !   d o   n o t   m i s s   y o u r   c h a n c e !   ☘ ️ 
   
 b o s t o n   c e l t i c s   n b a   n f t  
w h a t   w e   c o u l d   s e e   i n   m a r c u s   s m a r t ' s   s e c o n d   y e a r   a s   c e l t i c s   p o i n t   g u a r d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
2 0 1 6 - 1 7   p a n i n i   t o t a l l y   c e r t i f i e d   b i l l   r u s s e l l   c a l l i n g   c a r d s   3 7   i n s e -   $ 3 . 0 0   
 
 c e l t i c s   
 _ s e l l 
 
 
 
 
 
 
 
  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
w e ' l l   b e   d i s a p p o i n t e d   i f   c e l t i c s   s t a r     i s n ' t   w e a r i n g   t h e s e   o n   n a t i o n a l t a c o d a y .     s n e a k e r s     ☘     🌮  
b r u n o   c a b o c l o   h a s   a g r e e d   t o   a   d e a l   w i t h   t h e   m e x i c o   c i t y   c a p i t a n e s   i n   t h e   n b a   g   l e a g u e ,   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h r e e   t a k e a w a y s   f r o m   t h e   h o r n e t s '   p r e s e a s o n   l o s s   t o   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ’ s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   r o o k i e   j d   d a v i s o n   a d j u s t i n g   t o   n b a   u n d e r   m a r c u s   s m a r t ' s   m e n t o r s h i p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p o i n t s   o n   t h e   b o a r d   p o d c a s t :   n b a   o f f - s e a s o n 
 
 -   i m e   u d o k a :   r a c i a l   d o u b l e - s t a n d a r d ? 
 -   f o r c i n g   t h e   s a l e   o f   t e a m s 
 -   b r e a k i n g   d o w n   e s p n ’ s   t o p   1 0   n b a   p l a y e r s   
 -   o l d - s c h o o l   c o a c h e s   v s .   m o d e r n   c o a c h e s 
 
 s p o r t s a n d p o l i t i c s   f a n t a s y b a s k e t b a l l   c e l t i c s   s u n s 
 

w h e n   i t   c o m e s   t o   w h a t   i m e   u d o k a   d i d   t o   g e t   s u s p e n d e d ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   ' w e   d o n ' t   k n o w   a n y t h i n g '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   h o s t   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r ,   m f i o n d u   k a b e n g e l e   i m p r e s s   i n   c e l t i c s   p r e s e a s o n   w i n   o v e r   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ' s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r e a l l y   t r y i n g   t o   f i g u r e   o u t   w h a t   m y   f i t   g o n n a   b e   f o r   t h e   p r e s e a s o n   g a m e   t o m o r r o w   😭 😭 😍 ☘ ️   c e l t i c s
b o s t o n   r o o k i e   j d   d a v i s o n   o n   m a r c u s   s m a r t ,   j a y s o n   t a t u m   m e n t o r i n g   h i m   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
h o w   s a m h a u s e r   a n d   m f i o n d u k a b e n g e l e   i m p r e s s e d   i n   c e l t i c s   p r e s e a s o n   o p e n e r  
h o w   s a m h a u s e r   a n d   m f i o n d u k a b e n g e l e   i m p r e s s e d   i n   c e l t i c s   p r e s e a s o n   o p e n e r  
h e r e ’ s   t o   t h e   l a s t   r e d s o x   g a m e   o f   t h e   s e a s o n   t h a t   i   a m   w o r k i n g .   b e t t e r   l u c k   n e x t   y e a r   b o y s .   w e   o n   t o   c e l t i c s   s e a s o n   😎 💯 ☘ ️  
d e r r i c k   w h i t e   d i s c u s s e s   p l a y i n g   f o r   j o e   m a z z u l l a ,   w e l c o m i n g   b l a k e   g r i f f i n   t o   b o s t o n ,   a n d   w o r k i n g   a l o n g s i d e   m a l c o l m   b r o g d o n   i n   t h e   c e l t i c s   b a c k c o u r t . 

d e r r i c k   w h i t e   s p e a k i n g   f a c t s   a b o u t   s a m   h a u s e r   c e l t i c s    
f u l l   v i d e o   o v e r   o n   m y   t i k   t o k !   i   p r o m i s e   t o   m a k e   t h e   n e x t   o n e s   s h o r t e r   t o   g e t   t h e   f u l l   b r e a k   d o w n   i n   t h e r e   l o l   c l i p p e r n a t i o n   c e l t i c s   g o l d e n s t a t e w a r r i o r s   f e a r t h e d e e r   w a r r i o r s u n i t e   n b a g m s u r v e y  
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l e b r a t e   t h e   s t a r   o f   t h e   n b a   s e a s o n   b y   e x p a n d i n g   y o u r   b a s k e t b a l l   f u n k o   c o l l e c t i o n ! 
 
 o r d e r   h e r e :   
 
 t r e a t y o s h e l f   v i n y l f i g u r e s   f u n k o p o p   f u n k o v i n y l   j a y s o n t a t u m   c e l t i c s   l a k e r s   l e b r o n   c h i c a g o b u l l s   m i c h a e l j o r d a n   l a r r y b i r d   m a g i c j o h n s o n   s t e p h c u r r y  
n e v e r   d o n e   f a n t a s y   b a s k e t b a l l ,   j u s t   d i d   a   d r a f t .   i   k n o w   i ' m   a   b i t   o f   a   h o m e r 
 c e l t i c s     w h a t   d o   y o u   t h i n k  
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   m a k e   s o l i d   s h o w i n g   i n   n b a ' s   a n n u a l   g m   s u r v e y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j o e   m a z z u l l a   p r o v i d e s   u p d a t e   o n   r o b e r t   w i l l i a m s ,   d i s c u s s e s   g e t t i n g   b l a k e   g r i f f i n   a c c l i m a t e d ,   a n d   s h e d s   l i g h t   o n   t h e   c e l t i c s   p l a n   f o r   w e d n e s d a y ' s   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s   

i   t h i n k   i   m i g h t   l i v e   t w e e t   c e l t i c s   ☘ ️ g a m e s   t h i s   y e a r
i t   n e e d s   t o   b e   d o n e !   s o m e t h i n g   s m e l l s !     b i t c o i n   e l o n m u s k   k a r d a s h i a n s   t o m b r a d y   m e s s i   r o n a l d o   d o l l y p a r t o n   l e b r o n   b e y o n c e   s a n t a n a   l o s l o b o s   m a n a   b r i t n e y s p e a r s   a d e l e   d o d g e r s   y a n k e e s   r e d s o x   r e d s   c u b s   a s t r o s   b e a t l e s   m e t s   g i a n t s   c e l t i c s
w h a t   d o   y o u   t h i n k   w i l l   b e   t h e   b i g g e s t   c e l t i c s   p r o b l e m   t h i s   s e a s o n ?
h o w   w o u l d   y o u   g r a d e   t h e   c e l t i c s   o f f   s e a s o n ?
h o w   m a n y   w i n s   a r e   t h e   c e l t i c s   g e t t i n g   t h i s   s e a s o n ?
h o w   f a r   w i l l   t h e   c e l t i c s   m a k e   i t   t h i s   y e a r ?
w h a t   s e e d   w i l l   t h e   c e l t i c s   b e   t h i s   y e a r ?
o u t l o o k   o n   t h e   c e l t i c s   y o u n g   d e v e l o p i n g   p l a y e r s
o u t l o o k   o n   t h e   c e l t i c s   b e n c h   t h i s   s e a s o n
w h a t   i s   y o u r   o u t l o o k   o n   t h e   c e l t i c s   🍀 a t   t h i s   p o i n t   b e f o r e   t h e   s e a s o n ?   t h r e a d   🧵
b o s t o n   c e l t i c s   t i t l e   o d d s :   c s   r e m a i n   f a v o r i t e s   d e s p i t e   o f f s e a s o n   d r a m a   ( h a r d w o o d   h o u d i n i ) 
 
 t h e   b o s t o n   c e l t i c s ,   d e s p i t e   e v e r y t h i n g   t h a t   h a p p e n e d   i n   s e p t e m b e r ,   r e m a i n   f a v o r i t e s   t o   w i n   t . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c e l t i c s   n b a
p a y   a t t e n t i o n !     b i t c o i n   e l o n m u s k   k a r d a s h i a n s   c n b c   b l o o m b e r g   l a t i m e s   n y t i m e s   d o d g e r s   y a n k e e s   r e d s o x   r e d s   c u b s   a s t r o s   b e a t l e s   m e t s   g i a n t s   c e l t i c s   l a k e r s   c l i p p e r s   s u n s   u t a h j a z z   g o l d e n k n i g h t s   r a i d e r n a t i o n   d a l l a s c o w b o y s   m a n c h e s t e r c i t y
t o d a y   i n   b o s t o n   s p o r t s : 
 
 t h e   r e d s o x   c l o s e   u p   s h o p   f o r   2 0 2 2 . 
 
 t h e   b r u i n s   m a k e   f i n a l   m o v e s   a s   t h e   2 0 2 2 - 2 3   s e a s o n   b e g i n s   t h i s   w e e k e n d . 
 
 t h e   c e l t i c s   r e a d y   t h e m s e l v e s   t o   d e f e n d   t h e   e a s t   c r o w n   i n   m i d   o c t o b e r . 
 
 t h e   p a t r i o t s ,   a t   1 - 3 ,   l o o k   t o   b o u n c e   b a c k .   w i l l   a   f e w   e a s y   w e e k s   h e l p ?
b l a k e   g r i f f i n   s i g n e d   a   f u l l y   g u a r a n t e e d   o n e - y e a r ,   $ 2 . 9 1 m   c o n t r a c t   w i t h   t h e   b o s t o n   c e l t i c s .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   g m s   f a v o r   b u c k s   t o   w i n   t i t l e ;   l u k a   f o r   m v p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   1 3 4 ,   h o r n e t s   9 3 :   j a y l e n   b r o w n   l e a d s   a l l   s c o r e r s   i n   b l o w o u t   p r e s e a s o n   o p e n e r   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   g m s   h i g h   o n   c a v s ’   o f f s e a s o n   m o v e s ,   b u c k s ’   t i t l e   c h a n c e s   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
a f t e r   a n   o f f s e a s o n   t i n k e r i n g   w i t h   h i s   s h o t ,   d e r r i c k   w h i t e   s a y s   h e ’ s   h a p p y   w i t h   h o w   i t   l o o k e d   a n d   f e l t   d u r i n g   t h e   c e l t i c s   p r e s e a s o n   o p e n e r ,   i n c l u d i n g   h i s   i n i t i a l   m i s s e s ,   w h i c h   w e r e   a l l   o n   l i n e .
i n t e r e s t i n g   t o   s e e   p i n n a c l e   h a s   t h e   c e l t i c s   a s   f a v o r i t e s   t o   w i n   t h e   t i t l e   @   + 5 6 3 . 
 
 f o l l o w e d   b y : 
 
 b u c k s   + 6 1 6 
 
 w a r r i o r s   + 6 3 8 
 
 c l i p p e r s   + 7 5 3
2 0 2 2 - 2 3   n b a   p r e v i e w s :   b o s t o n   c e l t i c s 
 
 _ h e y _ i t s _ j p     
 
 n b a t w i t t e r   b l e e d g r e e n   c e l t i c s   
 

w h i c h   p a s t o r   w a s   c o u n s e l i n g   n i a   a n d   i m e   t o   k e e p   o n   s h a c k i n g   u p   a n d   l i v i n g   i n   s i n ? ? ? ?   i   w a n t   t o   k n o w   ! ! 
 d r a g   h i m   o u t   s o   w e   c a n   s e e   h i m ! ! ! ! 
 i m e u d o k a   n i a l o n g   c e l t i c s   i m e u d o k a c e l t i c s   n i a l o n g c h e a t e d   i m e u d o k a c h e a t e d 

n b a   g m s   d o   n o t   s e e   c e l t i c s   a s   f a v o r i t e s   t o   w i n   n b a   t i t l e  
k e v i n   g a r n e t t ' s   ( )   2 0 1 0 - 1 1   s h o t   c h a r t : 
 
 v o l u m e :   h i g h   |   p _ 8 3   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   e x c e l l e n t   |   p _ 9 7 
 e f f i c i e n c y :   g o o d   |   p _ 7 9 
 e f f i c i e n c y   v a l u e :   e x c e l l e n t   |   p _ 8 8 
 
 f a v o r i t e   z o n e :   m i d r a n g e 
 b e s t   s k i l l   z o n e :   m i d r a n g e 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 k e v i n g a r n e t t 
 c e l t i c s  
b o s t o n   c e l t i c s   t i t l e   o d d s :   c s   r e m a i n   f a v o r i t e s   d e s p i t e   o f f s e a s o n   d r a m a   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   g m s   s a y   r a p t o r s   h a v e   l e a g u e ' s   b e s t   h o m e - c o u r t   a d v a n t a g e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   w o r k i n g   o n   h i s   f l o a t e r   g a m e   f o l l o w i n g   c e l t i c s   p r a c t i c e  
b l a k e   g r i f f i n   r e v e a l s   c e l t i c s   j e r s e y   n u m b e r ,   a n d   h i s   r e a s o n   i s   f a n t a s t i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   p r i x   d i n g u e   d e   2 1 € 
 ➡ 
 
 t a t u m  
s a m   h a u s e r   m a k i n g   b i d   f o r   i n c r e a s e d   r o l e :   ' h o p e f u l l y   c a n   k e e p   i t   r o l l i n g '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   s a y s   h e   h o p e s   t o   b r i n g   t h e   s t a b i l i t y   o f f   t h e   b e n c h   f o r   t h e   b o s t o n   c e l t i c s   a n d   t h a t   h e   w i l l   d o   w h a t e v e r   i t   t a k e s   t o   h e l p   t h e   t e a m   t o   w i n   a   c h a m p i o n s h i p   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
s a m   h a u s e r   m a k i n g   b i d   f o r   i n c r e a s e d   r o l e :   ‘ h o p e f u l l y   c a n   k e e p   i t   r o l l i n g ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  c e l t i x r i n g f i g h t           
   _ m s 3   c e l t i c s   _ w i l l i a m s i i i 
     
       
 _ h o r f o r d     
   l e t s g o o o o o o ! f i g h t 4 i t !  
w h e n   i t   c o m e s   t o   w h a t   i m e   u d o k a   d i d   t o   g e t   s u s p e n d e d ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   ' w e   d o n ' t   k n o w   a n y t h i n g '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a c c o r d i n g   t o   ,   t h e   c e l t i c s   h a d   s o u g h t   p e r m i s s i o n   t o   i n t e r v i e w   c l i p p e r s   a s s i s t a n t   c o a c h   j a y   l a r r a n a g a   a b o u t   j o i n i n g   t h e i r   c o a c h i n g   s t a f f   t h i s   s e a s o n .   a c c o r d i n g   t o   ,   t h e y   r e c e i v e d   p e r m i s s i o n   b u t   h e   p r e f e r s   t o   r e m a i n   i n   l o s   a n g e l e s   a n d   w i l l   s t a y .
a c c o r d i n g   t o   ,   c e l t i c s   h e a d   c o a c h   i m e   u d o k a   h a s   c o n s i d e r e d   t h e   p o s s i b i l i t y   o f   r e s i g n i n g .
a c c o r d i n g   t o   ,   i t ' s   a   w i d e s p r e a d   i n t e r p r e t a t i o n   t h a t   c e l t i c s   h e a d   c o a c h   i m e   u d o k a   i s   d o n e   a s   a n   n b a   h e a d   c o a c h .  
w e ’ r e   b a c k   w i t h   a   n e w   e p i s o d e   a f t e r   o u r   b y e   w e e k .   c l i c k   t h e   l i n k   b e l o w   a n d   c h e c k   i t   o u t   n o w ! 
 
 i n c l u d e d 
 -   t u a   🐬 🤕 
 -   n f l   b u y / s e l l   💵 
 -   t o p   5   c o n c e r t s   🎤 
 -   i m e   u d o k a   🍀 
 
 n f l   p o d c a s t   n b a   p o d c a s t r e c o m m e n d a t i o n s   t u a   f i n s u p     c e l t i c s   
 
 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻 👇 🏻  
s o m e   t a k e a w a y s   /   n o t e s   i   h a v e   a f t e r   b e i n g   a t   t h e   g a r d e n   f o r   t h e   f i r s t   c e l t i c s   p r e s e a s o n   g a m e   o n   s u n d a y 🍀  
i   m e a n ,   i   c o u l d   s e e   i f   i t   w a s   t h e   m a j o r i t y   o w n e r s   w i f e .   i m e u d o k a   n b a   n b a p r e s e a s o n   c e l t i c s
b l a k e   g r i f f i n   p a y s   t r i b u t e   t o   d e n n i s   r o d m a n   b y   w e a r i n g   n o .   9 1   f o r   t h e   b o s t o n   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
k a b e n g e l e   c o n t i n u e s   t o   i m p r e s s   a f t e r   s t r o n g   s u m m e r   l e a g u e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   r e a c t s   t o   b l a k e   g r i f f i n   s i g n i n g   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e p i s o d e   1 8 7   c a m e   o u t   y e s t e r d a y   . . .   q u i c k   t h o u g h t s   o n   k g   c o m m e n t s   a b o u t   t h e   i m e   s i t u a t i o n ,   t h e   f i r s t   p r e s e a s o n   g a m e   & a m p ;   w h a t   t o   e x p e c t   f r o m   b l a k e   g r i f f i n 
 
 c e l t i c s   b l e e d g r e e n   n e w   p o d c a s t  
i n   t o d a y ’ s   a t t h e b u z z e r   _ t i e r n a n   a n d     p r e v i e w   t h e   c e l t i c s   s e a s o n !   b o s t o n c e l t i c s   n b a    
b o s t o n   c e l t i c s :   f o r m e r   f i r s t - r o u n d   p i c k   t h a n k s   5 x   a l l - s t a r   a f t e r   c s   d e b u t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
s e v e n   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ' s   2 0   g r e a t e s t   c e n t e r s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l e t ’ s   g o   w a y   t o   s t a r t   t h e   d a y   l e t ’ s   g e t   s o m e   d u n k i n s ! ! ! 🤑 ✅ 🔥   g a m b l i n g t w i t t e r   p r i z e p i c k s   f r e e p i c k   k b o   d u n k i n   c e l t i c s  
b o s t o n   c e l t i c s :   d i d   b l a k e   g r i f f i n   t a k e   s h o t   a t   n e t s   l o c k e r   r o o m   w i t h   c s   p r a i s e ?   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   8 6   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r o b e r t   w i l l i a m s   r a n k s   1 4 t h   a l l - t i m e   i n   c e l t i c s   h i s t o r y   w i t h   3 0 0   b l o c k s   i n   h i s   c a r e e r .   h e   n e e d s   7 0   m o r e   b l o c k s   t o   b e   i n   t h e   t o p   1 0 .   i f   h e   c o n t i n u e s   o n   t h e   p a t h   h e ’ s   b e e n   o n   t h e   l a s t   t w o   y e a r s ,   s t a t s   s h o w   t h a t   h e   r e a l i s t i c a l l y   c a n   c r a c k   t h e   t o p   1 0   t h i s   s e a s o n   👀  
b l a k e   g r i f f i n   i s   g o i n g   t o   c h a n g e   t h e   n a r r a t i v e   a b o u t   g u y s   w a n t i n g   t o   c o m e   t o   p l a y   i n   b o s t o n   a n d   f o r   t h e   c e l t i c s  
w h o ' s   w i n n i n g   t h e   n b a   e a s t e r n   c o n f e r e n c e   t h i s   y e a r ?   n b a t w i t t e r   f e a r t h e d e a r   b u c k s   h e a t   c e l t i c s   7 6 e r s   c a v s   n e t s   h a w k s   r a p t o r s   b u l l s n a t i o n
b l a k e   g r i f f i n   w i l l   b e   t h e   f i r s t   p l a y e r   i n   c e l t i c s   h i s t o r y   t o   w e a r   t h e   n o .   9 1  
c e l t i c s   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
v e r s a t i l i t y   o n   d i s p l a y   i n   v i c t o r y   o v e r   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   d i n g u e   d e   2 1 € 
 🛒 
 
 n b a e x t r a  
c e l t i c s   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
☘ ️   j a y l e n   b r o w n   s z n !   c e l t i c s  
" i t ' s   a   d i f f e r e n t   a t m o s p h e r e   t h a n   i ' m   u s e d   t o .   i n   a   g o o d   w a y . "   b l a k e   g r i f f i n   t a l k s   " w e l c o m i n g "   a t m o s …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   7 7   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
⚽ | n o u v e a u   c e l t i c s   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
⚽ | n e w   c e l t i c s   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 ➡  
o n   t h i s   d a y :   b o s t o n   g u a r d   s i   g r e e n   p a s s e s ;   f o r w a r d   d o u g   s m i t h   s i g n s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
w i t h   t h e   n u m b e r   9 1 ,     👏 🏻 👏 🏻 👏 🏻 ☘ ️ 🏀   c e l t i c s  
r e c e n t l y   s i g n e d   b l a k e   g r i f f i n   h o l d s   i n t r o d u c t o r y   b o s t o n   c e l t i c s   p r e s s   c o n f e r e n c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   i n   g r e e n .   c e l t i c s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
t h e   c e l t i c s   a r e n ' t   g e t t i n g   k i a - l e a p i n g   b l a k e   g r i f f i n ,   b u t   h i s   w i l l i n g n e s s   t o   a d a p t   s t i l l   m a k e s   h i m   v a l u a b l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e c e n t l y   s i g n e d   b l a k e   g r i f f i n   h o l d s   i n t r o d u c t o r y   b o s t o n   c e l t i c s   p r e s s   c o n f e r e n c e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h e   o n l y   r e a s o n   i m e u d o k a   g o t   s u s p e n d e d   i s   b e c a u s e   t h e   o w n e r   c a n ’ t   s u s p e n d   h i s   w i f e   💭   
 
 i f   i t   w a s   “ t e a m   p o l i c y ”   & a m p ;   s h e   w a s   a   t e a m   s a f e   m e m b e r   s h e   w o u l d   b e   k n o w n   /   s u s p e n d e d   👀 
 
 t h e   o w n e r s   n o t   g o i n g   t o   c o m e   o u t   & a m p ;   s a y   m y   w i f e   w a s   t h e   o n e   b u t   r e a d   b e t w e e n   t h e   l i n e s   🥃   c e l t i c s
c e l t i c s   p r a c t i c e   h i g h l i g h t s   f t .   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b o s t o n c e l t i c s m e d i a d a y   c e l t i c s c l n s   c e l t i c s m e d i a d a y   c e l t i c s p r a c t i c e   c e l t i c s p r a c t i c e h i g h l i g h t s   c e l t i c s t r a i n i n g c a m p   c e l t i c s t r a i n i n g c a m p h i g h l i g h t s   c l n s m e d i a  
t o r o n t o   r a p t o r s   a t   b o s t o n   c e l t i c s   2 0 2 2 - 2 3   p r e s e a s o n :   h o w   t o   w a t c h ,   b r o a d c a s t ,   l i n e u p s   ( 1 0 / 5 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
⚽ | n o u v e a u   c e l t i c s   v e r t   2 0 2 2   j a y s o n   t a t u m   0 
 a u   t a r i f   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 p l a y o f f n b a  
c e l t i c s   g e t t i n g   b l a k e   g r i f f i n   i s   l i k e   g e t t i n g   s e c o n d s   f o r   d i n n e r . . .   y o u   p r o b a b l y   d i d n t   r e a l l y   n e e d   i t   b u t   y o u ' l l   t a k e   i t   a n y w a y   w i t h   a   b i g   f a t   g r i n   c e l t i c s
i t ' s   t i m e   t o   r i n g   c h a s e   i n   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r a n d o m   t h o u g h t s   a s   t h e   p r e s e a s o n   b e g i n s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   h o r n e t s   1 0 / 2 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   n o t e s :   g r i f f i n ,   s m a r t ,   s m a l l   b a l l ,   h a u s e r   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
m a r c u s   s m a r t   i n k s   p u m a   e n d o r s e m e n t   e x t e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
l e g a l   a c t i o n   t a k e n   t o   k e e p   s p u r s   i n   s a n   . . . 
   
 
   
 7 6 e r s   b a s k e t b a l l   b a s k e t b a l l n e w s   b a s k e t b a l l p o d c a s t   b l a z e r s   b u c k s   b u l l s   c a d e c u n n i n g h a m   c a v s   c e l t i c s   c h e t h o l m g r e n   c l i p p e r s   c p 3   d e v i n b o o k e r   f i n a l s   g o s p u r s g o   g r i z z l i e s   h a w k s   h e a t   h o r n e t s  
v i d e o :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t a l k s   a d d i t i o n   a n d   r o l e   o f   b l a k e   g r i f f i n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c a n ’ t   w a i t   f o r   t o m o r r o w   i   m a k e   m y   r e t u r n   t o   t h e   g a r d e n   😎 ☘ ️ ☘ ️ ☘ ️ ☘ ️   c e l t i c s   p r e s e a s o n   y k t v   b l e e d g r e e n
l m f a o   t h i s   a g e d   w e l l   🤦 🏽 ‍ ♀ ️ 🙄 🤣   k y r i e   c e l t i c s   n b a   w e t h o u g h t   y o u l i e d  
v i d e o :   f i r s t   e v e r   c e l t i c   9 1   b l a k e   g r i f f i n   t a l k s   a b o u t   w h a t   h e   c a n   b r i n g   t o   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b i l l   r u s s e l l .     c e l t i c s   h o f   l e g e n d   a u t o g r a p h   i c o l l e c t a u t o g r a p h s  
c e l t i c s   b l o w o u t   h o r n e t s   t o   k i c k   o f f   p r e s e a s o n   1 3 4   t o   9 3   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i   l o v e   w h a t   i ’ m   s e e i n g   f r o m   t h e   n b a   p r e   s e a s o n   s t r a i g h t   d a w g s   t h e y ’ v e   b e e n   w o r k i n g   a l l   s u m m e r   💯 💪 🏽   h o r n e t s   l a k e r s   c e l t i c s   g r i z z l i e s   n b a   p r e s e a s o n
t w i t t e r   h a s   d e c i d e d   b l a k e   g r i f f i n   i s   t h e   m y s t e r y   f a t h e r   t o   l a n a   r h o a d e s ’   c h i l d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
t h e   o n l y   p l a y e r s   t o   r e c o r d   a   5 0 / 4 0 / 9 0   w i t h   2 5 +   p p g   i n   a   s e a s o n :   🔥 🔥 
 
 l a r r y   b i r d :   1 9 8 6 - 8 7 ,   1 9 8 7 - 8 8 
 k e v i n   d u r a n t :   2 0 1 2 - 1 3 
 s t e p h   c u r r y :   2 0 1 5 - 1 6 
 k y r i e   i r v i n g :   2 0 2 0 - 2 1 
 
 w h o   d o   y o u   t h i n k   w i l l   b e   t h e   n e x t   p l a y e r   t o   j o i n   t h i s   e x c l u s i v e   c l u b ? 
 
 c e l t i c s   t h u n d e r   w a r r i o r s   n e t s  
i t   i s   c o m p l e t e l y   a l l o w e d   t o   o v e r h y p e   t h e   c e l t i c s   r i g h t   n o w !   b l e e d   g r e e n ! !   c e l t i c s
b l a k e   g r i f f i n   s a i d   b o s t o n ' s   a   p o p u l a r   d e s t i n a t i o n   f o r   n b a   p l a y e r s . . .   c e l t i c s  
c a n   b l a k e   g r i f f i n   g i v e   t h e   c e l t i c s   w h a t   t h e y   n e e d ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
w r a p p i n g   u p   s o o n !   t a k i n g   f i n a l   c e l t i c s   t h o u g h t s
“ w h e n   y o u r   t a l e n t   l e v e l   a n d   y o u r   h u m i l i t y   a n d   s e l f - a w a r e n e s s   a l i g n ,   t h e n   i   t h i n k   y o u   c a n   m a x i m i z e   y o u r   t i m e   i n   t h e   l e a g u e .   e v e n   a   g u y   w h o ’ s   p l a y e d   1 3   y e a r s ,   n o t h i n g   i s   g i v e n .   y o u   s t i l l   h a v e   t o   c o m e   i n   a n d   d o   y o u r   w o r k .   b e   a   g o o d   t e a m m a t e .   b e   a   l e a d e r . ”   -   b l a k e   g r i f f i n ,   c e l t i c s
2 0 0 2 - 0 3   u p p e r   d e c k   s p   a u t h e n t i c   5   p a u l   p i e r c e     b o s t o n c e l t i c s   c e l t i c s   h o f 
 
 $ 3   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
a l r i g h t ,   w e ’ r e   r e a l l y   d o i n g   t h i s   🤩 
 
 b l e e d g r e e n   c e l t i c s  
j a y l e n   b r o w n   p r a i s e s   m a l c o l m   b r o g d o n   i n   c e l t i c s '   d e b u t :   ' h e ’ s   d e f i n i t e l y   j u s t   g o i n g   t o   m a k e   u s   b e t t e r   o v e r a l l '   
 
 c e l t i c s   🏀 
 b o s t o n c e l t i c s   🏟 
 n b a   n b a t w i t t e r   
 
  
n b a   f u t u r e   
 b o s t o n   c e l t i c s   o 5 3 . 5   w i n s   ( - 1 0 5 )   3 u   
 w i l l   a d d   a   f e w   m o r e   u n i t s   o n   t h i s   b e f o r e   t h e   s e a s o n   s t a r t s   
 b o s t o n   c e l t i c s   f u t u r e b e t   n b a f u t u r e s   s p o r t s b e t t i n g   g a m b l i n g t w i t t e r   a c t i o n n e t w o r k  
b l a k e   g r i f f i n   i s   t h e   f i r s t   p l a y e r   i n   c e l t i c s   h i s t o r y   t o   w e a r   j e r s e y   n o .   9 1  
w h a t   d o   y o u   a l l   t h i n k   a b o u t   d e r r i c k   w h i t e   s t a r t i n g ?   c e l t i c s 
 
 t e l l   u s   i n     s p a c e s   
 ⏩   ⏩    
  i t ’ s   a l l   a b o u t   t h o s e   e y e s !       c e l t i c s   b l e e d g r e e n
c e l t i c s '   b l a k e   g r i f f i n :   a d m i r a t i o n   f r o m   b o s t o n   l o c k e r   r o o m   ' a   d i f f e r e n t   a t m o s p h e r e '   t h a n   i ' m   u s e d   t o   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
  a w e s o m e   t o   s e e   _ a d a m s   i n     c e l t i c s  
b l a k e   g r i f f i n ' s   n e w   j e r s e y   n u m b e r   w i t h   c e l t i c s   p a y s   t r i b u t e   t o   d e n n i s   r o d m a n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c g c   9 . 6   n e w s s t a n d   d e c e m b e r   1 4   1 9 9 2 - m a g i c   a n d   l a r r y .   d e f i n i t e l y   o n e   o f   t h e   c o o l e s t   c o v e r s   s i   e v e r   p u t   o u t .   🔥 🔥 👀   c g c m a g s   c e l t i c s   l a k e r s   n b a  
i ’ m   g o i n g   t o   h e a d   o v e r   i n   f e w .   s t o p   b y   f o r   s o m e   g o o d   c e l t i c s   t a l k .   ☘ ️  
i ’ m   g o i n g   t o   h e a d   o v e r   i n   a   f e w   c e l t i c s  
h e   g e t s   i t .   l e t ’ s   g o   c e l t i c s  
l i v e   n o w   t a l k i n g   c e l t i c s ,   b l a k e   a n d   a   l i t t l e   n e t s
🚨 t w i t t e r   s p a c e s   w /     & a m p ;   _ s w a y   r i g h t   n o w ! 
 
 🏀 c e l t i c s   v s   h o r n e t s   r e c a p 
 🏀 b l a k e   g r i f f i n   o f f i c i a l l y   s i g n s   ✍ ️ 
 🏀 c a m p   t a k e a w a y s 
 🏀 q & a m p ; a !   
 
 🗣 ️ 📲 j o i n   u s   h e r e :   
 
 ⚡ ️ b y   _ a g ,     & a m p ;    
j a y s o n   t a t u m   a n d   j o e   m a z z u l l a   h a d   a   g o o d   t i m e   o n   s u n d a y   c e l t i c s  
🚨 t w i t t e r   s p a c e s   w /     & a m p ;   _ s w a y   a t   8 : 3 0 p m   e t ! 
 
 j o i n   b o b b y   a n d   j o s u e   o f   ! 
 
 🏀 c e l t i c s   v s   h o r n e t s   r e c a p 
 🏀 b l a k e   g r i f f i n   o f f i c i a l l y   s i g n s   ✍ ️ 
 🏀 c a m p   t a k e a w a y s 
 🏀 q & a m p ; a !   
 
 j o i n   u s   h e r e :   
 
 ⚡ ️ b y   _ a g ,     & a m p ;    
t a l k i n g   c e l t i c s   o n   s p a c e s   @   8 : 3 0   w i t h   _ s w a y   a n d   y o u .   p r e s e a s o n ,   b l a k e   & a m p ;   w e ’ l l   w a t c h   s o m e   n e t s .   
 
 s t a y   t u n e d  
📣   n e w   p o d c a s t !   " e p i s o d e   1 0 2   -   b o s t o n   b a l l i n g   i t   w i t h   g a b b y   h u r l b u t "   o n     b o s t o n   b o s t o n b a l l i n g   b s 3 n e t w o r k   b s 3 t v   c e l t i c s   f o r e v e r n e   g o p a t s   i m e u d o k a   m n f   m o n d a y   n b a   n b a t w i t t e r   n f l   p a t r i o t s   p o d c a s t   p o d e r n f a m i l y   p o d n a t i o n   r e d s o x  
b l a k e g r i f f i n   w i l l   w e a r   n o   9 ⃣ 1 ⃣   i n   h o n o r   o f   d e n n i s r o d m a n ! 
 
 n b a t w i t t e r l i v e   n b a t w i t t e r   b o s t o n   c e l t i c s   b o s t o n c e l t i c s   g r i f f i n   b l e e d g r e e n   d e n n i s   r o d m a n   r o d z i l l a   w o r m  
m f i o n d u   k a b e n g e l e   h a s   t h e   q u a l i t i e s   t o   b e   a   t r u e   g a m e   c h a n g e r .   s i m i l a r   t o   h o w   r o b   w i l l i a m s   i s   w h e n   h e ’ s   o n   t h e   c o u r t   b u t   i n   a   d i f f e r e n t   w a y .   h e   c a n   s h o o t ,   s c o r e ,   a n d   d e f e n d .   d i v e s   o n   t h e   f l o o r   f o r   a   l o s e   b a l l   i n   p r e s e a s o n .   k a b   w a n t s   t o   w i n   e v e r y   m i n u t e   h e ’ s   o u t   t h e r e   c e l t i c s
l u k e   k o r n e t   d o i n g   s o m e   r e h a b   w o r k   o n   h i s   l e f t   a n k l e .   i ’ d   l i k e   t o   t h i n k   h e ’ l l   b e   a v a i l a b l e   f o r   t h e   s t a r t   o f   t h e   r e g u l a r   s e a s o n ,   b u t   o n l y   t i m e   w i l l   t e l l   c e l t i c s  
b l a k e   g r i f f i n   o n   w h a t   s h o c k e d   h i m   a b o u t   t h e   c e l t i c s   - -   " i t ' s   a   d i f f e r e n t   a t m o s p h e r e   t h a n   i ' m   s o r t   o f   u s e d   t o ,   i n   a   g o o d   w a y .   p r a c t i c e   w a s   f o c u s e d ,   v e r y   e n c o u r a g i n g ,   a n d   h e l p f u l . "   👀 
 

t h e   c e l t i c s '   l u c k   m i g h t   b e   c h a n g i n g . . . 
 
 
 
 c l i c k   t h e   l i n k   f o r   m o r e   o n   t h e   t e a m .   d r o p   y o u r   c e l t i c s   p r e d i c t i o n s   i n   t h e   r e p l i e s . 
 
 s p o r t s   n b a   b a s k e t b a l l   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
  t h e r e   h e   i s   💪 .   e m b r a c i n g   b o s t o n   a n d   t h e   o p p o r t u n i t y   w i t h   t h e   c e l t i c s
  t h e   y e a r   h e   e n t e r e d   t h e   l e a g u e ?   🤣 🤣   w e l c o m e   t o   c e l t i c s   ! ! ☘ ️ ☘ ️
m a l c o l m   b r o g d o n   s h a r e s   i n i t i a l   i m p r e s s i o n s   f o l l o w i n g   f i r s t   g a m e   w i t h   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  t h e   o n l y   9 1   i   r e m e m b e r .     t h e   o t h e r   t h i n g . . . c e l t i c s   h a v e   r e t i r e d   a   l o t   o f   n u m b e r s   i n   f r a n c h i s e   h i s t o r y .     p l u s . . . y o u ' l l   n o t i c e   6   o n   b o t h   e n d s   o f   t h e   c e l t i c s   t r a d e m a r k   p a r q u e t   f l o o r   i n   h o m a g e   o f   b i l l   r u s s e l l   t h i s   s e a s o n .  
t h a t   t i m e   o f   y e a r .   c e l t i c s   h a v e   a   4 t h   y e a r   o p t i o n   o n   p a y t o n   p r i t c h a r d   t h e y ’ l l   a l m o s t   c e r t a i n l y   p i c k   u p   f o r   2 3 - 2 4   ( $ 4 . 0 m ) .  
m a r c u s   s m a r t   o n   u d o k a   s i t u a t i o n :   w e   d o n ' t   k n o w   a n y t h i n g ,   i t ' s   n o t   m y   b u s i n e s s   a n d   i   d o n ' t   w a n t   i t   t o   b e   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   o n   u d o k a   s i t u a t i o n :   w e   d o n ' t   k n o w   a n y t h i n g ,   i t ' s   n o t   m y   b u s i n e s s   a n d   i   d o n ' t   w a n t   i t   t o   b e   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s m a r t   s h r u g g e d   a n d   o f f e r e d   h a l f   a   l a u g h   w h e n   i t   w a s   s u g g e s t e d   i t   m i g h t   b e   a   l i t t l e   h a r d   t h a t   b a r n e s   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
o n   m o n d a y   m o r n i n g ,   1 5   d a y s   b e f o r e   t h e   s e a s o n - o p e n e r ,   g r i f f i n   o f f i c i a l l y   s i g n e d   w i t h   t h e   b o s t o n   c e l t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r i f f i n   e x p e r i e n c e d   t h e   w r a t h   o f   t h a t   y o u n g   c o r e   l a s t   s p r i n g   w h e n   h e   a n d   t h e   b r o o k l y n   n e t s   w e r e   s w e p …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   c i t e s   n b a   l e g e n d   a s   r e a s o n   f o r   u n i q u e   c e l t i c s   n u m b e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   j o i n s   ‘ w e l c o m i n g ’   c e l t i c s   l o o k i n g   t o   s e i z e   o p p o r t u n i t y   h e   c o u l d n ’ t   p a s s   u p   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
b l a k e   g r i f f i n   e m b r a c e s   b e n c h   r o l e   w i t h   c e l t i c s ,   w a n t s   t o   ‘ h e l p   t h i s   t e a m   w i n   a   c h a m p i o n s h i p ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   d i s c u s s e s   n e w   r o l e   w i t h   c e l t i c s ,   h i s   j o u r n e y   t o   b o s t o n ,   a n d   p l a y i n g   j o e   m a z z u l l a   i n   c o l l e g e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   t o   m e   o n   c e l t i c s :   “ i t ’ s   a   d i f f e r e n t   a t m o s p h e r e   t h a t   i ’ m   s o r t   o f   u s e d   t o ,   i n   a   g o o d   w a y .   p r a c t i c e   w a s   f o c u s e d ,   v e r y   e n c o u r a g i n g   a n d   h e l p f u l .   y o u   d o n ’ t   t a k e   t h a t   f o r   g r a n t e d ,   b e c a u s e   i t ’ s   n o t   a l w a y s   t h e   c a s e   e v e r y w h e r e   y o u   g o . ” 
 
 f u l l   i n t e r v i e w   t o d a y :    
b o s t o n   c e l t i c s :   i m e   u d o k a   ‘ m a y   n e v e r   a g a i n   b e   a   h e a d   c o a c h   i n   t h e   n b a ’   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m y   1   t a k e   f r o m   m y   c e l t i c s   p r e s e a s o n   g a m e :   j a y s o n   t a t u m ' s   h a i r   i s   b r o w n . . .
c e l t i c s   n o t e b o o k :   g r i f f i n   r e a d y   t o   p l a y   a n y   r o l e   n e c e s s a r y   f o r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
i o n a   p r e p   g r a d   m a t t   r y a n   i n   l a k e r s   c a m p     a r c h n y   c h s a a _ n y c   i o n a p r e p   l a k e r s   c e l t i c s   n b a   n o t r e d a m e
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
.   p u t t i n g   i n   w o r k   w i t h     a t   p r a c t i c e   t o d a y   👀 
 
 c e l t i c s  
( 2 n d   o c t o b e r   2 0 2 2 )   n b a   p r e s e a s o n   b e s t   p l a y s . 
 f u l l   v i d e o   l i n k :   
 
 
 n b a   n b a 2 k 2 3   n b a j a p a n g a m e s 2 0 2 2   3 6 e r s   b o s t o n c e l t i c s   c e l t i c s   h o r n e t s   l a m e l o b a l l   c r a i g r a n d a l l   r a n d a l l  
i m a g i n e   i f   t h i s   h a p p e n e d   👀   c e l t i c s  
i   w r o t e   t h i s   i n   j u l y .   t h i n g s   t a k e   a   t i m e   t o   u n f o l d   👀   c e l t i c s   

h o w   g o o d   w a s   b o b   c o u s y ?   t h e   f a l s e   m e d i a   n a r r a t i v e s   v e r s u s   t h e   r e a l i t y .   h e r e ’ s   w h a t   j . j .   r e d i c k   w i l l   n e v e r   t e l l   y o u   ☘ ️ 🔥   c e l t i c s   b o s t o n   n b a   
 
 🏀    
w i l d e s t   t h i n g   t h e   c e l t i c s   b r o a d c a s t   d i d ! 😂   
   c e l t i c s   b r o a d c a s t   m a s s a c h u s e t t s  
b l a k e   g r i f f i n   a d m i t s   h e   w a s   p l e a s a n t l y   s u r p r i s e d   w i t h   h o w   w e l c o m e   h e   f e e l s   w i t h   t h e   c e l t i c s .   i   t h i n k   i t ’ s   f a i r   t o   s a y   h e ’ s   e x c i t e d   t o   b e   h e r e  
b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d s   c e l t i c s   p a s t   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h y   b l a k e   g r i f f i n   w a s   ' s u r p r i s e d '   b y   c e l t i c s '   l o c k e r   r o o m   a t m o s p h e r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   e x p l a i n s   w h y   h e   s i g n e d   w i t h   c e l t i c s   d u r i n g   l e n g t h y   f r e e   a g e n c y   p r o c e s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
    “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
" i   t h i n k   h e ' l l   f i t   r i g h t   i n . " 
 
 j o e   m a z z u l l a   t a l k s   a b o u t   t h e   a d d i t i o n   o f   b l a k e   g r i f f i n   t o   t h e   c e l t i c s  
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
    “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
b o s t o n   c e l t i c s   o p e n   t h e i r   p r e s e a s o n   w i t h   a   s t a t e m e n t   w i n   o v e r   h o r n e t s   |   . . .     v i a     
 
 n b a t w i t t e r   b o s t o n c e l t i c s   c e l t i c s   c e l t i c s w i n
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
t h i s   i s   b l a k e   g r i f f i n 
 t h i s   i s   r o y a l t y 
 c e l t i c s   c h i l d i s h g a m b i n o   g o i n g a l l t h e w a y   f i n a l s
" i t ' s   a   d i f f e r e n t   a t m o s p h e r e   t h a n   i ' m   u s e d   t o .   i n   a   g o o d   w a y . " 
 
 b l a k e   g r i f f i n   t a l k s   " w e l c o m i n g "   a t m o s p h e r e   w i t h   t h e   c e l t i c s   a f t e r   h i s   f i r s t   p r a c t i c e   i n   b o s t o n ,   a n d   h i s   f i r s t   i m p r e s s i o n s   o f   j o e   m a z z u l l a   a s   a   h e a d   c o a c h   ☘ ️  
f i n a l l y   g o t   a   c h a n c e   t o   g o   t o   b o s t o n   m i d   n o v e m b e r   a n d   i   f i n d   o u t   t h e   c e l t i c s   a r e n ' t   i n   t o w n   😒   a n y   b o s t o n i a n s   h a v e   a n y   s u g g e s t i o n s   f o r   m u s t   s e e ,   v i s i t ,   o r   e a t   w h i l e   i ' m   t h e r e ?
b o s t o n   c e l t i c s :   r e c e n t   6 x   a l l - s t a r   s i g n i n g   n o t   e x p e c t e d   t o   s t a r t   f o r   c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a s k e d   b l a k e   g r i f f i n   a b o u t   c o n v e r s a t i o n s   a n d   e a r l y   i m p r e s s i o n s   w i t h   h i s   c e l t i c s   t e a m m …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i ' m   s t i l l   c o n f u s e d   a b o u t   h o w   p e o p l e   t h i n k     i s n ' t   t h e   b e s t   p l a y e r   o n   t h e   c e l t i c s   🧐 🧐
b l a k e   g r i f f i n   w i l l   w e a r   n o .   9 1   f o r   t h e   c e l t i c s ,   a s   a   s a l u t e   t o   d e n n i s   r o d m a n .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   w i l l   b e   t h e   f i r s t   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   t o   w e a r   9 1 .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s :   c e l t i c s   s i g n   g r i f f i n 

p o i n t s   o n   t h e   b o a r d   –   n b a   o f f - s e a s o n   d r a m a 
 
 d e n n i s   v e l a s c o   j o i n s   b i g   j o h n   t o   d i s c u s s   i m e   u d o k a   a n d   r o b e r t   s a r v e r ,   a s   w e l l   a s   t h e   r o l e   o f   c o a c h e s   i n   p l a y e r s '   l i v e s . 
 
 s p o r t s a n d p o l i t i c s   f a n t a s y b a s k e t b a l l   n b a   d f s   c e l t i c s   s u n s 
 
  
b l a k e   g r i f f i n   g i v i n g   m e     v i b e s   i n   c e l t i c s   g r e e n  
a l s o   n o t   s u r e   w h a t   t h e   o u t t a   s h a p e   s t u f f   i s   a b o u t . . i   k n o w   d i f f e r e n c e   b e t w e e n   g a m e   s h a p e . a n d   o f f - s e a s o n . . b u t   b l a k e   l o o k s   a s   g o o d   a s   e v e r !   n b a   c e l t i c s
b l a k e   g r i f f i n   r e v e a l s   c e l t i c s   j e r s e y   n u m b e r ,   a n d   h i s   r e a s o n   i s   f a n t a s t i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a i l b a g :   t e a m m a t e s   t h i n k   s a m   h a u s e r   c o u l d   s u r p r i s e   t h i s   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a m a z i n g   c e l t i c s   t a t u m  
w e l c o m e   a b o a r d   b l a k e   g r i f f i n . . .   f i n a l l y   m a d e   i t   t o   t h e   g r e a t   s i d e !   c e l t i c s  
b l a k e   g r i f f i n   s h a r e s   h i s   i n i t i a l   i m p r e s s i o n s   o f   n e w   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a 
 
 g r i f f i n   a l s o   m a d e   i t   a   p o i n t   t o   r e m i n d   h i s   h e a d   c o a c h   a b o u t   w h a t   h a p p e n e d   w h e n   t h e   t w o   s q u a r e d   o f f   a t   t h e   c o l l e g i a t e   l e v e l ,   p l a y i n g   f o r   o k l a h o m a   a n d   w v u ,   r e s p e c t i v e l y . 

t h a t ’ s   a c t u a l l y   t o u g h .   i   l o v e   i t !   c e l t i c s  
l i v e   g a r d e n   r e p o r t :   c e l t i c s   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s p o s t g a m e s h o w   c h a r l o t t e h o r n e t s   c l n s   c l n s c e l t i c s p o s t g a m e   c l n s m e d i a   c l n s p o s t g a m e  
n e w :   b l a k e   g r i f f i n   h a s   b e e n   t a k e n   a b a c k   b y   t h e   w e l c o m i n g   a t m o s p h e r e   a f t e r   s i g n i n g   w i t h   t h e   c e l t i c s   " i t ' s   n o t   a l w a y s   t h e   c a s e   e v e r y w h e r e   y o u   g o . "    
" t h i s   w a s   t h e   k i n d   o f   o p p o r t u n i t y   y o u   c o u l d n ' t   p a s s   u p . " 
 
 b l a k e   g r i f f i n   t a l k s   a b o u t   h i s   d e c i s i o n   t o   s i g n   w i t h   t h e   c e l t i c s   
 
 p r e s e n t e d   b y   y o u r   n e w   e n g l a n d   f o r d   d e a l e r s  
c e l t i c s   n e w s :   t e a m   w i l l   l e t   i m e   u d o k a   p u r s u e   n e w   c o a c h i n g   j o b s 
 
 s o u n d s   l i k e   t h e   t e a m   w o u l d   b e   o k a y   w i t h   r i d d i n g   t h e m s e l v e s   c o m p l e t e l y   o f   u d o k a ?   
 
 d o e s   t h a t   m e a n   t h e y   d o n ' t   t h i n k   m u c h   o f   h i s   r u n   l a s t   s e a s o n ? 
 
 n b a   f a n t a s y b a s k e t b a l l   d f s 
 
  
a   s e l f - a w a r e   b l a k e   g r i f f i n   s a y s   h e   w a n t s   t o   ' f i l l   t h e   g a p s '   t o   h e l p   t h e   c e l t i c s   c h a m p i o n s h i p   p u r s u i t 

g r i f f i n   c h o s e   n u m b e r   9 1   i n   h o n o r   o f   d e n n i s   r o d m a n .   c e l t i c s  
b o s t o n   h a s   a   ‘ d i f f e r e n t   a t m o s p h e r e   t h a n   i ’ m   u s e d   t o , ’   s a y s   n e w e s t   c e l t i c   b l a k e   g r i f f i n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   i s   s o   e x c i t e d   t o   b e   o n   t h e   c e l t i c s   t h a t   h e   f u m b l e d   h i s   w o r d s   a n d   e v e n   m a d e   u p   a   w o r d   d u r i n g   h i s   f i r s t   i n t e r v i e w   w i t h   t h e   m e d i a   a t   c e l t i c s   p r a c t i c e .   l o v e   t o   s e e   i t .
b o s t o n   h a s   a   ' d i f f e r e n t   a t m o s p h e r e   t h a n   i ’ m   u s e d   t o , '   s a y s   n e w e s t   c e l t i c   b l a k e   g r i f f i n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   s i g n   b l a k e   g r i f f i n   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
t h e   c e l t i c s   l o o k e d   t o   i m p r o v e   t h e i r   d e p t h   w i t h   t h e   r e c e n t   s i g n i n g   o f   b l a k e   g r i f f i n ,   a n d   t h i s   s t a t   c o u l d   b e   a   m a j o r   r e a s o n   w h y   t h e   v e t e r a n   f o r w a r d   w a s   b r o u g h t   i n t o   b o s t o n . 
 
   |   n b a   |    
b l a k e   g r i f f i n   i m p r e s s e d   w i t h   c e l t i c s   m a t u r i t y ,   r e a d y   t o   p l a y   w h a t e v e r   r o l e   t e a m   n e e d s   h i m   t o   f i l l  
c e l t i c s   p l a y e r s   k n o w   f e w   d e t a i l s   a b o u t   i m e   u d o k a ’ s   s i t u a t i o n   c e l t i c s   t e a m c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n  
n e w :   b l a k e   g r i f f i n   s a i d   h e   d i d   n o t   e x p e c t   t o   s i g n   w i t h   a n   n b a   t e a m   u n t i l   a f t e r   t r a i n i n g   c a m p .   t h i n g s   c h a n g e d   h o w e v e r   w h e n   t h e   c e l t i c s   c a m e   k n o c k i n g   f o r   t h e   s e c o n d   t i m e   i n   t h r e e   y e a r s  
n e w   e p i s o d e   🚨 🚨 
 
 a p p l e : 
 s p o t i f y : 
 
 🏈 :   p a t r i o t s   s h o w   h e a r t   i n   g b 
 🏀 :   c e l t i c s   p r e s e a s o n   b l o w o u t ,   g r i f f i n   s i g n s   o n 
 🏒 :   n h l b r u i n s   w i t h   p l e n t y   o f   o p t i o n s
a s k e d   b l a k e   g r i f f i n   a b o u t   c o n v e r s a t i o n s   a n d   e a r l y   i m p r e s s i o n s   w i t h   h i s   c e l t i c s   t e a m m a t e s ,   a n d   h e   s a i d   t h e r e ' s   a   g r e a t   m a t u r i t y   i n   t h i s   r o o m .   i t ' s   d i f f e r e n t   t h a n   w h a t   h e ' s   u s e d   t o ,   h e   s a i d .
b l a k e   g r i f f i n   w i l l   w e a r   9 1   w i t h   t h e   c e l t i c s ,   a s   a   t r i b u t e   t o   d e n n i s   r o d m a n .
b l a k e   g r i f f i n   ( )   w i l l   w e a r   n o .   9 1   f o r   t h e   c e l t i c s .   n u m b e r   n e v e r   w o r n   i n   f r a n c h i s e   h i s t o r y .   n b a  
b l a k e   g r i f f i n   w i l l   w e a r   n o .   9 1   f o r   t h e   c e l t i c s ,   a s   a   s a l u t e   t o   d e n n i s   r o d m a n .
b l a k e   g r i f f i n   d o e s n ’ t   l o o k   t o o   b a d   i n   g r e e n   🍀   c e l t i c s  
g o i n g   t o   t a k e   s o m e   t i m e   g e t t i n g   u s e d   t o   t h i s .   c e l t i c s  
5   g a m e s   s e p a r a t e d   t h e   t o p   5   e a s t e r n   c o n f e r e n c e   t e a m s   l a s t   s e a s o n 
 1 -   h e a t     ( 5 3 - 2 9 ) 
 2 -   c e l t i c s     ( 5 1 - 3 1 ) 
 3 -   b u c k s     ( 5 1 - 3 1 ) 
 4 -   7 6 e r s     ( 5 1 - 3 1 ) 
 5 -   r a p t o r s     ( 4 8 - 3 4 ) 
 b u l l s   ( 4 6 - 3 6 )   h a d   a   t o n   o f   i n j u r i e s   
 n e t s   ( 4 4 - 3 8 )   w i l l   a d d   b e n   s i m m o n s 
 h a w k s   ( 4 3 - 3 9 )   h a v e   a d d e d   d .   m u r r a y   
 n b a
w h a t   d o e s   t h e   b o s t o n   c e l t i c s ’   1 3 4 - 9 3   p r e s e a s o n   b l o w o u t   o f   t h e   c h a r l o t t e   h o r n e t s   t e l l   u s   a b o u t   t h e   s e a s o n   t o   c o m e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r i f f i n   o n   c e l t i c s   a t m o s p h e r e :   “ t h e   a m o u n t   o f   m a t u r i t y   a n d   w e l c o m i n g .   i t ’ s   a   d i f f e r e n t   a t m o s p h e r e   t h a t   i ’ m   s o r t   o f   u s e d   t o ,   i n   a   g o o d   w a y .   p r a c t i c e   w a s   f o c u s e d ,   v e r y   e n c o u r a g i n g   a n d   h e l p f u l .   y o u   d o n ’ t   t a k e   t h a t   f o r   g r a n t e d   b e c a u s e   i t ’ s   n o t   a l w a y s   t h e   c a s e   e v e r y w h e r e   y o u   g o ”
e a s t e r n   c o n f e r e n c e   p o w e r   r a n k i n g s : 
 1 -   b u c k s 
 2 -   c e l t i c s 
 3 -   7 6 e r s   
 4 -   c a v a l i e r s   
 5 -   n e t s   
 6 -   h e a t   
 7 -   r a p t o r s   
 8 -   b u l l s 
 9 -   h a w k s   
 1 0 -   h o r n e t s   
 1 1 -   p i s t o n s   
 1 2 -   k n i c k s   
 1 3 -   w i z a r d s   
 1 4 -   p a c e r s   
 1 5 -   m a g i c 
 n b a   n b a p r e s e a s o n
c e l t i c s   m a k e   b l a k e   g r i f f i n   s i g n i n g   o f f i c i a l   v i a   p r e s s   r e l e a s e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   r e v e a l s   h e   w a s   s e c r e t l y   l i s t e n i n g   o n   t h e   p h o n e   w h e n   a n   n b a   g m   w a s   t a l k i n g   a b o u t   h i m   b e f o r e   t h e   2 0 1 6   n b a   d r a f t :   " w e ' r e   w o r r i e d   t h a t   h e   i s   j u s t   t o o   s m a r t . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
i   a l s o   a s k e d   h i m   h i s   i n i t i a l   i m p r e s s i o n s   o f   j o e   m a z z u l l a   a s   a   h e a d   c o a c h . 
 
 g r i f f i n :   “ v e r y ,   v e r y   r e a d y . ”   h e   b r o u g h t   u p   h o w   d e t a i l   o r i e n t e d   m a z z u l l a   i s .   c e l t i c s
b l a k e   g r i f f i n   s a y s   h e ’ s   r e a d y   f o r   a n y   r o l e   t h e   t e a m   n e e d s   h i m   t o   f i l l   a n d   p h y s i c a l l y ,   h e ’ s   p r e p a r e d   f o r   a   h e a v i e r   w o r k l o a d   w h i l e   r o b   w i l l i a m s   i s   o u t ,   i f   t h a t ’ s   t h e   d i r e c t i o n   t h e   c e l t i c s   w a n t   t o   g o .
v e r s a t i l i t y   o n   d i s p l a y   i n   v i c t o r y   o v e r   t h e   c h a r l o t t e   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h a t   d o e s   t h e   b o s t o n   c e l t i c s '   1 3 4 - 9 3   p r e s e a s o n   b l o w o u t   o f   t h e   c h a r l o t t e   h o r n e t s   t e l l   u s   a b o u t   t h e   s e a s o n   t o   c o m e ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   m a k e   b l a k e   g r i f f i n   s i g n i n g   o f f i c i a l   v i a   p r e s s   r e l e a s e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   h a s   a r r i v e d ! 
 
 c e l t i c s 
 
 ( 📸   )  
t h e   b o s t o n   c e l t i c s   r e v e a l   a   n e w   a n d   i m p r o v e d   c o u r t   d e s i g n 🔥 🔥 🔥   c e l t i c s   n b a   n b a t w i t t e r     b i l l r u s s e l l  
b l a k e   i n   g r e e n .   c e l t i c s  
j a y l e n   b r o w n   a n d   m f i o n d u   k a b e n g e l e   w o r k i n g   p i c k - a n d - r o l l   f o l l o w i n g   c e l t i c s   p r a c t i c e  
j a y l e n   b r o w n   i s   g o n n a   t a k e   o v e r   t h i s   c e l t i c s   s q u a d   t h i s   y e a r .   h i s   1 s t   g a m e   o u t   t h e   g a t e   s h o w s   h e   r e a d y ! 
  
a n a l y s t :   ‘ b o s t o n   c e l t i c s   l o o k   l i k e   p o s t - j a n u a r y   c s   u n d e r   j o e   m a z z u l l a ’   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
g e t   r e a s y   f a s t .     b i t c o i n   c r y p t o   r e d s o x   c e l t i c s   n u g g e t s   c u b s   4 9 e r s   w a r r i o r s   d o d g e r s   y a n k e e s   m e t s   g i a n t s   m a r i n e r s   t w i n s   t i g e r s   b r e w e r s   g r e e n b a y p a c k e r s   m e s s i   r o n a l d o   m a n c h e s t e r u n i t e d   m a n c h e s t e r c i t y   l e e d s u n i t e d   b a r c e l o n a   t r u m p
w e l c o m e   t o   b o s t o n ,     g r i f f i n   ☘ ️   📝   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  h e   w a s   g o o d   a t   o n e   t i m e   b u t   h e ’ s   b e e n   o n   s o   m a n y   t e a m s   . .   j u s t   n o t   s u r e   w h a t   h e ’ s   g o t   l e f t ! !     b u t . .   w e   a b o u t   t o   s e e .   😆 💚 💚 💚     c e l t i c s
m a r c u s   s m a r t :   ' w e   d o n ' t   k n o w   a n y t h i n g '   a b o u t   i m e   u d o k a   s i t u a t i o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
p a u l   p i e r c e   a l m o s t   l e f t   t h e   b o s t o n   c e l t i c s   t o   t e a m   u p   w i t h   d i r k   n o w i t z k i   j u s t   o n e   y e a r   b e f o r e   t h e y   w o n   t h e   c h a m p i o n s h i p :   " i ' m   y o u r   m i s s i n g   p i e c e . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
c e l t i c s   h a v e   h a d   n i a   l o n g ,   k h l o e   k a r d a s h i a n   a n d   l a n a   r h o a d e s ’   b a b y   d a d d i e s   a l l   i n   t h e   l a s t   2   y e a r s
b l a k e g r i f f i n   t o   t h e   c e l t i c s  
n b a   r o u n d u p :   b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d s   c e l t i c s   p a s t   h o r n e t s 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

n o t   b o s t o n   c e l t i c s   a n d   b r o o k l y n   n e t s   t r a d i n g   a l l   t h e s e   p l a y e r s   a n d   s t a f f   b a c k   a n d   f o r t h   l o l .
r e s t   i n   p e a c e   b i l l   r u s s e l l   -     n b a   n b a f i n a l s   n b a f i n a l s m v p   j e r r y w e s t   l e b r o n j a m e s   l a r r y b i r d   c e l t i c s   b o s t o n   b o s t o n c e l t i c s     b l a c k n e w s   b l a c k p o l i t i c s   b l a c k m e d i a   b l a c k v i e w s
b o y   t h e y   o n   b l a k e   g r i f f i n   a s s   a l r e a d y   😂   c e l t i c s
t h e   c e l t i c s   h a v e   o f f i c i a l l y   s i g n e d   b l a k e   g r i f f i n .   e n   r o u t e   t o   p r a c t i c e   w h e r e   h e   s h o u l d   b e   a v a i l a b l e   f o r   t h e   f i r s t   t i m e .   c o v e r a g e  
c e l t i c s   m a i l b a g :   t e a m m a t e s   t h i n k   s a m   h a u s e r   c o u l d   s u r p r i s e   t h i s   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t w o   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ’ s   2 0   g r e a t e s t   p o w e r   f o r w a r d   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   i s   a   h u g e   m f i o n d u   k a b e n g e l e   g u y   c e l t i c s   🍀   

e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 6   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l a r r y   b i r d .   t h r e e   c o n s e c u t i v e   m v p s .   c e l t i c s    
i t ’ s   t i m e   t o   r i n g   c h a s e   i n   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t a c o j a y _ s u p e r s t a r 🏀 🔥 
 
 🔸 f l o o r   p r i c e   0 , 0 4   $ e t h 
 🔸 p o l y g o n   n e t w o r k 
 🔸 b a s k e t t a r i   n f t   c o l l e c t i o n   a v a i l a b l e   o n   o p e n s e a   
 
 n f t s   n f t c o m m u n i t y   n f t c o l l e c t i o n   n f t d r o p   n f t g i v e a w a y   p f p   b a s k e t b a l l   n b a t w i t t e r   j a y s o n t a t u m   b o s t o n c e l t i c s   c e l t i c s   c e l t i c s n a t i o n 
 

c e l t i c s   l i n e u p   i s   q u i t e   a n   u p g r a d e   f r o m   p a s t   s e a s o n ,   w i t h   t h e   d e p t h   a n d   c h e m i s t r y   b e i n g   m o s t   i m p r e s s i v e .   w e   a r e   i n   f o r   a   s p e c i a l   s e a s o n .   b a n n e r 1 8
h o w   i   f e e l   a f t e r   o u r   f i r s t   p r e s e a s o n   g a m e   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
s p o r t s   d i g e s t :   b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d   c e l t i c s   p a s t   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i c y m i ,   a   d e e p   d i v e   i n t o   w h a t   s t o o d   o u t   f r o m   t h e   c e l t i c s   d r u b b i n g   o f   t h e   h o r n e t s   i n   t h e i r   p r e s e a s o n   o p e n e r . 

c e l t i c s   d i v e 
 g u a r d s -   s m a r t & g t ; w h i t e & g t ; b r o g d o n & g t ; p r i t c h a r d   ( y e s   h e   i s   p a r t   o f   t h e   r o t a t i o n ) 
 w i n g s -   b r o w n   a n d   t a t u m   s e t   i n   s t o n e 
 b i g s -   a l   h o r f o r d & g t ; g r a n t   w i l l i a m s & g t ; b l a k e   g r i f f i n 
 c e l t i c s t a l k   b o s t o n c e l t i c s   c e l t i c s
h o w   m u c h   d i d   j a y l e n   b r o w n ' s   f i t   s e t   h i m   b a c k ?   
 
 c e l t i c s   🏀 
 b o s t o n c e l t i c s   🏟 
 n b a   n b a t w i t t e r   
 

o n   t h e   l a t e s t   e p i s o d e   o f   " i s s u e s   & a m p ;   a n s w e r s " ,   w e   d i s c u s s e d : 
 
 -   t h e   l a t e s t   s c a n d a l s   o f   c e l t i c s   c o a c h   i m e   u d o k a   & a m p ;   n f l   l e g e n d   b r e t t   f a v r e 
 -   a   s p i r i t e d   d i s c u s s i o n   o n   t h e w o m a n k i n g   c o n t r o v e r s y 
 -   a   t r i b u t e   t o   j a z z   l e g e n d   p h a r o a h   s a n d e r s   & a m p ;   h i p h o p   l e g e n d   c o o l i o 

h a p p y   b i r t h d a y   t o   t h e   r o o k     ! !   y o u   s h o w e d   s o m e   g o o d   f l a s h e s   i n   t h a t   f i r s t   p r e - s e a s o n   g a m e ! ! 
 ☘ ️ 🏀   c e l t i c s
v o n l e h   h a d   9   b o a r d s   y e s t e r d a y   i n   1 3   m i n u t e s   f o r   t h e   c e l t i c s . .   i   l i k e   i t  
c o n v e r t   m f i o n d u   k a b e n g e l e   t o   t h e   1 5 - m a n   r o s t e r   a n d   g i v e   t h e   a v a i l a b l e   t w o - w a y   t o   l u k a   s a m a n i c   c e l t i c s   

t w o   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ' s   2 0   g r e a t e s t   p o w e r   f o r w a r d   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j o e   m a z z u l l a   i s   t h e y   t y p e   o f   c o a c h   p l a y e r s   w a n t   t o   p l a y   f o r   🗣 ️ 
 
 w v u   h a i l w v   c e l t i c s  
⚽ | n e w   c e l t i c s   v e r t   2 0 2 2   t a t u m   0 ⃣ 
 a u   p r i x   f o u   d e   2 1 € 
 🛒 
 
 t a t u m  
i n   o t h e r   n e w s ,   m e t s   n o w   + 7 0 0   t o   w i n   w o r l d   s e r i e s   a f t e r   l o s t   w e e k e n d   i n   a t l a n t a .   g i a n t s   1 1 0 - 1   t o   w i n   s u p e r   b o w l   d e s p i t e   y e s t e r d a y ' s   w i n .   c e l t i c s   s t i l l   f a v o r e d   t o   w i n   n b a   t i t l e   d e s p i t e   u d o k a   s c a n d a l .   w a r r i o r s   + 7 0 0   t o   r e p e a t   a s   n b a   c h a m p s   a s   l e g a l i z e d   g a m b l i n g   n e a r s   r e f e r e n d u m
b r o g d o n :   t h e r e ’ s   d e f i n i t e l y   f r e e d o m 
 i n   m y   m i n d   o f   n o t   h a v i n g   t o   b e   t h e   g u y   t h a t ’ s   s c o r i n g   a l l   t h e   p o i n t s .   i   d o n ’ t   h a v e   t h e   b e s t   d e f e n d e r   . . .   o n   m e 
 w h e n   i ’ m   i n   t h e   g a m e   m o s t   o f   t h e   t i m e   n o w   p l a y i n g   o n 
 t h i s   t e a m .   s o   i t   o p e n s   m e   u p   t o   g e t   d o w n h i l l   t o 
 c r e a t e   f o r   e v e r y b o d y .   c e l t i c s  
s u r e .   j o r d a n   h a d   6 3 .   c e l t i c s   w o n .   t h e   r e a l   h e r o e s   t h a t   d a y ?   d a n n y   a i n g e   a n d   j e r r y   s i c h t i n g !   c e l t i c s    
h e y   c o u r t n e y   l e e ,   p a u l   p i e r c e   a n d   t h e   f e l l a s   w a n n a   w i s h   y o u   a   h a p p y   b i r t h d a y !   c e l t i c s 
 
  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 6   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 ;   n b a   s t a n d i n g s   2 0 2 2 ;   n b a   g a m e   t o d a y ;   n b a   s t a n d i n g s   t o d a y 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   h o r n e t s   c e l t i c s   j a z z   r a p t o r s   s p u r s   r o c k e t s   3 6 e r s   s u n s
n o w   i   k n o w   t h e   g a m e   w a s   l a s t   n i g h t   b u t   w e   t o o k   t h a t   d u b   🥳 🥳   c a n ’ t   w a i t   f o r   t h e   a c t u a l   s e a s o n   b u t   p r e s e a s o n   d u b   i s   a m a z i n g   💚   c e l t i c s
t h e r e ' s   d e f i n i t e l y   a   f r e e d o m   i n   m y   m i n d   o f   n o t   h a v i n g   t o   b e   t h e   g u y   t h a t ' s   s c …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h e n   i   l e f t   t h e   g a r d e n   y e s t e r d a y ,   i   w a s   a p p r o a c h e d   b y   a   w o m a n   w h o   f r a n t i c a l l y   a s k e d   m e   i f   b l a k e   g r i f f i n   p l a y e d   i n   t h e   g a m e   o r   n o t .   i   g a v e   h e r   a   q u i c k   “ n o .   p e r h a p s   i n   t h e   n e x t   g a m e   t h o u g h . ”   a n d   e v e r   s i n c e   t h a t   m o m e n t   i   c a n ’ t   h e l p   b u t   w o n d e r   w h o   t h i s   w o m a n   i s   t o   g r i f f i n   c e l t i c s
h o w   m u c h   d i d   j a y l e n   b r o w n ’ s   f i t   s e t   h i m   b a c k ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   m u c h   d i d   j a y l e n   b r o w n ' s   f i t   s e t   h i m   b a c k ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   w h y   h a v e n ’ t   t h a t   w o m a n   b e e n   s u s p e n d e d   🙄 🤦 🏾 ‍ ♂ ️
t h i s   i s   h o w   i   s e e   t h e   c e l t i c s   r o s t e r   a s   o f   t o d a y .   2   o p e n   s p o t s   o n   t h e   r o s t e r .   b e f o r e   r o b ’ s   s u r g e r y   i   f e l t   c o n f i d e n t   t h a t   b o s   w o u l d   k e e p   o n e   r o s t e r   s p o t   o p e n .   n o w   i ’ m   n o t   s u r e — m a y b e   t h a t   k e e p s   v o n l e h   a r o u n d .   j a c k s o n   a n d   l a y m a n   a r e   p r o b a b l y   f i g h t i n g   f o r   t h e   o t h e r   w i n g   s p o t .  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 5   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
u p   n e x t !   n b a   2 k   r e a l i s t i c   r e t r o   g a m e p l a y !   d e r r i c k   r o s e   v s   p a u l   p i e r c e !   b u l l s   v s   c e l t i c s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   7 ,   2 0 2 2   6 : 0 0   p m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   c h i c a g o b u l l s   d e r r i c k r o s e   b o s t o n c e l t i c s   b u l l s v s c e l t i c s   c e l t i c s   b u l l s   p a u l p i e r c e  
h a p p y   b i r t h d a y   t o   a   b a m a   l e g e n d   j d   d a v i s o n   .   i   h o p e   y o u   h a v e   a   g r e a t   d a y   t o d a y .   e v e r y o n e   h e l p   m e   i n   w i s h i n g   h i m   a   v e r y   h a p p y   b i r t h d a y   🎉 🎉 🎉 🎉 🎉   r o l l t i d e   r t r   a l a b a m a   b a m a   b u i l t b y b a m a   w h e r e l e g e n d s a r e m a d e   b a m a f a c t o r   b a m a b o y z   l i k e n o o t h e r   c e l t i c s   🎉 🎉 🎉 🎉 🎉  
  n b a   2 2 7 ' s   y o u t u b e   c h i l i '   m i a m i   c h i l i '   h e a t   h e a t t w i t t e r     s p i c y '     s p i c y '   n b a   m i x !   v s   b o s t o n   c e l t i c s   m a t c h   m i a m i   c e l t i c s    
o n   t h i s   d a y :   c e l t i c s   t r a d e   f o r   j e r r y   s i c h t i n g ;   c o u r t n e y   l e e   b o r n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
⚽ | n e w   c e l t i c s   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   d i n g u e   d e   2 1 € 
 🛒 
 
 2 0 2 2  
j a y l e n   b r o w n   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 2 ) :   2 4   p o i n t s ,   5   r e b o u n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j a y l e n   b r o w n   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 2 ) :   2 4   p o i n t s ,   5   r e b o u n d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
⚽ | n o u v e a u   c e l t i c s   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 
 a u   t a r i f   f o u   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 p l a y o f f n b a  
t h i s   l o o k e d   s o   w e i r d   i   h a d   t o   r e w i n d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
j a l e n   r o s e   o n c e   r o a s t e d   p a u l   p i e r c e   a f t e r   t h e   c e l t i c s   l e g e n d   s a i d   h e   w a s   b e t t e r   t h a n   d w y a n e   w a d e :   " 8   a l l - n b a   t e a m s   t o   y o u r   4 ,   3   a l l - d e f e n s i v e   t e a m s   t o   y o u r   0 ,   a   s c o r i n g   t i t l e ,   a n d   3   r i n g s   t o   y o u r   1 . "   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   g r e e n r u n s d e e p  
i n s i d e   g u y s   r e a c t   t o   j a y s o n   t a t u m   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b u c k s c e l t i c s   c h a r l e s b a r k l e y   e a s t e r n c o n f e r e n c e   e r n i e j o h n s o n   i n s i d e t h e n b a   j a y s o n t a t u m   k e n n y s m i t h   m i l w a u k e e b u c k s   n b a o n t n t   n b a p l a y o f f s   n b a p l a y o f f s 2 0 2 2   s h a q  
j a y s o n   t a t u m   s u r p r i s e s   f a n s   o n   s t a g e   a t   j a c k   h a r l o w   c o n c e r t   i n   b o s t o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w a t c h :   j a y s o n   t a t u m   s i n k s   a   f r e e   t h r o w   o n s t a g e   a t   a   j a c k   h a r l o w   c o n c e r t   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
e p i s o d e   1 8 8   i s   n o w   a v a i l a b l e   . . .   t h e   g o o d   t h i n g s   f r o m   b r o g d o n ,   t h e   s a m e   b a d   h a b i t s   f r o m   s m a r t ,   d w 9   g e t t i n g   m o r e   c o m f o r t a b l e   a n d   m u c h   m o r e 
 
 b o s t o n   b o s t o n c e l t i c s   c e l t i c s   n e w   p o d c a s t  
b o s t o n   c e l t i c s :   3   l i k e l y   p l a y e r s   t o   b e   c u t   a f t e r   p r e s e a s o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t o p i c   t u e s d a y :   w h a t   s h o u l d   t h e   c e l t i c s   o p e n i n g   n i g h t   s t a r t i n g   5   b e ?   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w i l l   t h e   c e l t i c s   w i n   w i t h o u t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b o s t o n s p o r t s   b r a d s t e e v e n s   c e l t i c s f i n e   c e l t i c s i m e u d o k a   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s w i n   e a s t e r n c o n f e r e n c e   g a r d e n r e p o r t   g a r d e n r e p o r t c e l t i c s  
b o s t o n   c e l t i c s :   f o r m e r   d r a f t   l o t t e r y   b i g   m a n   h a s   e y e s   s e t   o n   r o s t e r   s p o t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   p r e s e a s o n   r e c a p   +   d r a y m o n d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s   c l n s m e d i a   c l n s p o s t g a m e   d r a y m o n d g r e e n   d r a y m o n d g r e e n f i g h t   d r a y m o n d g r e e n j o r d a n p o o l e   d r a y m o n d g r e e n j o r d a n p o o l e f i g h t v i d e o  
w h a t   k i n d   o f   h e a d   c o a c h   w i l l   j o e   m a z z u l l a   b e   o n   t h e   c o u r t   f o r   t h e   b o s t o n   c e l t i c s   i n   2 0 2 2 - 2 3 ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   s i g n s   a j   r e e v e s   t o   e x h i b i t - 1 0   c o n t r a c t   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c e l t i c s '   r o b e r t   w i l l i a m s   i i i   p r o j e c t e d   a s   n o .   1 1   c e n t e r   i n   n b a   f o r   2 0 2 2 - 2 3   b y   s p o r t i n g   n e w s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
g r a n t   w i l l i a m s   b e c o m i n g   a n   o f f e n s i v e   w e a p o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b a s k e t b a l l p o d c a s t   b o s t o n c e l t i c s   b o s t o n c e l t i c s s c h e d u l e   b o s t o n g a r d e n   b r a d s t e v e n s   c e l t i c s p o d c a s t   d e r r i c k w h i t e   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   g r a n t w i l l i a m s c e l t i c s  
b o s t o n   c e l t i c s :   4 x   a l l - s t a r   f r e e   a g e n t   h a s   r e g r e t s   p l a y i n g   f o r   c s   i n   b u b b l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
h o w   d i f f e r e n t   c a n   w e   e x p e c t   i n t e r i m   b o s t o n   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t o   b e   f r o m   i m e   u d o k a ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l a r r y   b i r d   a n d   t h e   1 9 8 6   b o s t o n   c e l t i c s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
o n   t h i s   d a y :   k e v i n   g a m b l e ,   g e n e   s t u m p   b o r n ;   p a u l   w e s t p h a l   d e b u t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s
o n   t h i s   d a y :   k e v i n   g a m b l e ,   g e n e   s t u m p   b o r n ;   p a u l   w e s t p h a l   d e b u t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   a l u m   k e n n y   a n d e r s o n   t a l k s   h i s   e c f   r u n s   w i t h   p a u l   p i e r c e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l u k e   k o r n e t   i s   b a c k   f r o m   a n k l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s c o a c h   c e l t i c s i n t e r v i e w   c e l t i c s p r a c t i c e   c e l t i c s p r e s e a s o n   c e l t i c s s h o o t i n g   c e l t i c s v s r a p t o r s   c l n s m e d i a   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y s o n t a t u m  
[ j a r e d   w e i s s ]   c e l t i c s   t o   w a i v e   l u k a   s a m a n i c   t o   m a k e   r o o m   f o r   a j   r e e v e s ,   l u k a   e x p e c t e d   t o   j o i n   m a i n e   c e l t i c s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
o n e   w a i v e   a n d   t w o   r o s t e r   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b o s t o n c e l t i c s c o a c h   b o s t o n c e l t i c s f r e e a g e n c y   b o s t o n c e l t i c s l a t e s t   b o s t o n c e l t i c s m e d i a d a y   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s o u t l o o k   b o s t o n c e l t i c s p r e s s c o n f e r e n c e   b o s t o n c e l t i c s p r e v i e w  
n o   l e f t   a n k l e   i s   s a f e   i n   t h e   l e a g u e   r i g h t   n o w !   g l a d   w e   d o n ’ t   p l a y   t o n i g h t 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
j a y s o n   t a t u m   w o r k s   o n   f l o a t e r   a t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b r y a n   b o b b y m a n n i n g   b o s t o n   b o s t o n c e l t i c s   b r a d s t e v e n s   c e d r i c m a x w e l l   c e l t i c s h i g h l i g h t s   c e l t i c s l i v e   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r a c t i c e   c e l t i c s p r a c t i c e h i g h l i g h t s  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   d e a l   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h o u l d   t h e   c e l t i c s   t r a d e   f o r   j a e   c r o w d e r ?   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
m a z z u l l a :   l u k e   k o r n e t   w a s   a   ‘ f u l l   g o ’   a t   p r a c t i c e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   s i g n s   a j   r e e v e s   t o   e x h i b i t - 1 0   c o n t r a c t 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n   c e l t i c s   t o   r e p o r t e d l y   w a i v e   c a m p   i n v i t e e   l u k a   s a m a n i c   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r e p o r t :   b o s t o n   c e l t i c s   t o   s i g n   r o x b u r y ' s   a j   r e e v e s   t o   c a m p   d e a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
  l a r r y   b i r d   f r o m   t h e   b o s t o n c e l t i c s
f o r m e r     g   a j   r e e v e s   h a s   s i g n e d   a n   e x h i b i t - 1 0   w i t h   t h e   b o s t o n   c e l t i c s ,   p e r   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   p r a c t i c e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b r y a n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b r a d s t e v e n s   c e d r i c m a x w e l l   c e l t i c s h i g h l i g h t s   c e l t i c s l i v e   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r a c t i c e   c e l t i c s p r a c t i c e h i g h l i g h t s   c e l t i c s s h o o t a r o u n d  
s a m   h a u s e r   i s   ‘ l i g h t s   o u t ’ :   c e l t i c s   h a v e   a   s h a r p s h o o t e r   o n   t h e   r i s e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a l   h o r f o r d   b e l i e v e s   c e l t i c s ’   c h e m i s t r y   f r o m   l a s t   y e a r ’ s   r u n   h a s   ‘ c a r r i e d   o v e r ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
p a y t o n   p r i t c h a r d ’ s   b a t t l e   f o r   m i n u t e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   c e l t i c s   a r e   w a i v i n g   l u k a   s a m a n i c ,   s o u r c e s   t e l l     a t h l e t i c .   s a m a n i c   i s   e x p e c t e d   t …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
k o r n e t   r e a d y   t o   g o .     c e l t i c s s t r o n g   n b a   b o s t o n c e l t i c s
b l a k e   g r i f f i n   m a k e s   h i s   c e l t i c s   d e b u t   i n   p r e s e a s o n   w i n   o v e r   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 1 0 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a l   h o r f o r d   d i s c u s s e s   c e l t i c s '   c o m r a d e r y   a n d   w e l c o m i n g   b l a k e   g r i f f i n :   ' h e ' s   o n e   o f   u s   a l r e a d y '   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
f o r m e r   c e l t i c s   h e a d   c o a c h   d o c   r i v e r s   c l a i m s   b o s t o n   l e t   k e y   p i e c e s   g o   t o o   s o o n   a f t e r   2 0 0 8   t i t l e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t a c k o   f a l l   r e v e a l s   h i s   f r i e n d s h i p   w i t h   c e l t i c s '   g r a n t   w i l l i a m s   s t a r t e d   w i t h   a   d u n k   a t t e m p t   a t   t h e   2 0 1 9   n b a   c o m b i n e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 1 0 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   h a s   ' f i t   i n   q u i c k l y '   t o   t h e   b o s t o n   c e l t i c s ,   a c c o r d i n g   t o   a l   h o r f o r d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   a l   h o r f o r d   l a u d s   v e t e r a n   f r e e   a g e n t   a d d i t i o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n j u r y   u p d a t e :   b o s t o n ' s   l u k e   k o r n e t   ' a   f u l l   g o '   i n   p r a c t i c e   m o n d a y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a l   h o r f o r d   s a y s   h e   t h i n k s   c e l t i c s   s t r o n g   c h e m i s t r y   f r o m   l a s t   s e a s o n   h a s   c a r r i e d   o v e r   t o   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ h e ’ s   a   g r e a t   g u y   t o   h a v e   a r o u n d ,   h a s   a   l o t   o f …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ l u k e   k o r n e t   ( a n k l e )   w a s   a   f u l l   g o   a t   p r a c t i c e   t o d a y ,   p e …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  n o , n o , n o     b o s t o n c e l t i c s 
 b l o w   u p   a   m a r r i a g e   
 
 y o u   g o t t a   c h e c k   o n   h e r .   b e c a u s e   s h e   t h e   v i c t i m  
j a y l e n   b r o w n   i s   r e a d y   f o r   a n o t h e r   l e a p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   l a s t   l a k e r s   r o s t e r   s p o t   c o u l d   g o   t o   c ’ s   s u m m e r   l e a g u e   h e r o   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a n d   a l s o   l i s t e n   t o   a r e   o t h e r   e p i s o d e s   a s   w e l l   . 
 
 
 
 
 
 p o d c a s t   b o s t o n   b o s t o n c e l t i c s   t h e g a m e   k i m k a r d a s h i a n 
 r o s c o e   a n y t h i n g a n d e v e r y t h i n g p o d c a s t 2 0 1 8    
o n   o c t o b e r   1 0 ,   i n   1 9 8 0 ,   k e v i n   m c h a l e ,   a   s e v e n - t i m e   a l l - s t a r ,   m a d e   h i s   n b a   d e b u t   i n   a   1 3 0 - 1 0 3   t r i u m p h   o v e r   t h e   c l e v e l a n d   c a v a l i e r s   f o r   t h e   b o s t o n   c e l t i c s . 
 
 
 
 b a s k e t b a l l   n b a   b o s t o n c e l t i c s   k e v i n m c h a l e    
b o s t o n   c e l t i c s :   b / r   s a y s   p e n c i l   i n   a   g r a n t   w i l l i a m s   e x t e n s i o n   a t   t h i s   p r i c e   p o i n t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   d i s c u s s e s   d r a y m o n d   g r e e n - j o r d a n   p o o l e   f i g h t :   ‘ i t   h a p p e n s ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   g e t s   k e m b a   w a l k e r ' s   v o t e   o f   a p p r o v a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i r i s h   i r e l a n d   w e s t c o a s t   e i r e   g a l w a y   v a n m o r r i s o n   i r i s h a m e r i c a n   m a n h a t t a n   b o s t o n   b o s t o n c e l t i c s   c e l t i c f c   
 
 c h e c k   o u t   t h i s   n e w   p a i n t i n g   t h a t   i   u p l o a d e d   t o    
g o l d e n   s t a t e   w a r r i o r s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   4   h i g h l i g h t s   |   j u n e   1 0   |   2 0 2 2   n b a   f i n a l s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
s p o r t i n g   n e w s   p e g s   b o s t o n   c e l t i c s '   a l   h o r f o r d   a s   n b a ' s   n i n t h - b e s t   p o w e r   f o r w a r d   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   d e a d   m o n e y   f o r   f o u r t h - y e a r   2 2 - y e a r - o l d   b i g   m a n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
h o w   w i l l   t h e   b o s t o n   c e l t i c s   u s e   r e s e r v e   p o i n t   g u a r d   m a l c o l m   b r o g d o n ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n   t h i s   d a y :   m c h a l e ,   k r e k l o w   d e b u t ;   c a r r   s i g n s ;   h o l l i n s ,   b a t t l e   b o r n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ' s   j o e   m a z z u l l a   c i t e d   a s   c e l t i c s   b i g g e s t   r e a s o n   t o   h o p e   a h e a d   o f   2 0 2 2 - 2 3   s e a s o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   c o a c h   g o t t a   c h i l l   🏀 😭   b a s k e t b a l l   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
c e l t i c s   t r o p h y   c l u b   c a r d s -   d a z z l e   p a r a l l e l s -   p a u l   p i e r c e -   r a y   a l l e n -   k e v i n   g a r n e t t -   $ 2   e a c h   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
b o s t o n ' s   m a r c u s   s m a r t   t h i n k s   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   w i t h   t h e   j o r d a n   p o o l e   f i g h t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n b a   " o m g   ! "   m o m e n t s   🔥 
   
 
   
 2 k 2 0   a l l s t a r   b a s k e t b a l l   b a s k e t b a l l v i d e o s   b l o o p e r s   b o s t o n c e l t i c s   b r a w l   b u z z e r b e a t e r   d e r r i c k r o s e   d u n k c o n t e s t   e s p n   f i g h t   f i n a l s   f i r s t t a k e   f u n n y   g a m e w i n n e r   g i a n n i s a n t e t o k o u n m p o   g o a t  
h o u s t o n   r o c k e t s   a s c e n d i n g ?   d o e s   t a n k i n g   . . . 
   
 
   
 a l p e r e n s e n g u n   b o s t o n c e l t i c s   b r u n o f e r n a n d o   g o l d e n s t a t e w a r r i o r s   h o u s t o n r o c k e t s   j a m o r a n t   j a l e n g r e e n   j a s o n t a t u m   j a y l e n b r o w n   k a w h i l e o n a r d   k e n y o n m a r t i n j r   k e v i n p o r t e r j r   k l a y t h o m p s o n   l e b r o n j a m e s  
c e l t i c s   t r o p h y   c l u b   c a r d s -   d a z z l e   p a r a l l e l s -   p a u l   p i e r c e -   r a y   a l l e n -   k e v i n   g a r n e t t -   $ 2   e a c h 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
f i n a l l y   t h e y   s p o k e   t h e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b o s t o n c e l t i c s c o a c h   b o s t o n c e l t i c s f r e e a g e n c y   b o s t o n c e l t i c s l a t e s t   b o s t o n c e l t i c s m e d i a d a y   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s o u t l o o k   b o s t o n c e l t i c s p r e s s c o n f e r e n c e   b o s t o n c e l t i c s p r e v i e w  
c e l t i c s   i n j u r y   u p d a t e :   l u k e   k o r n e t   '   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i n g   i n   n o n - c o n t a c t   d r i l l s '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
h e r e ’ s   w h a t   m a r c u s   s m a r t   s a i d   a b o u t   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s o   s h e   w e n t   f r o m   s c r e w i n g   t h e   o w n e r   t o   t h e   c o a c h   …   n o   w o n d e r   s h e   d i d n ’ t   g e t   i n   a n y   t r o u b l e !   n i a l o n g   b o s t o n c e l t i c s  
m a r c u s   s m a r t   w a s   o n e   o f   m a n y   p l a y e r s   t h a t   w e i g h e d   i n   o n   t h e   i n c i d e n t .   w h i l e   s a y i n g   t h a t   t h i n g s   l i k e   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ o b v i o u s l y   y o u   w i s h   i t   d i d n ’ t   c o m e   o u t   l i k e   i t   d i d .   i   t h i n k   t h a t ’ s   s o m e t h i n g   t h e   w a r r i o r s   s h o u …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l u k e   k o r n e t   r e t u r n s   t o   p r a c t i c e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v o n l e h :   ‘ i ’ m   j u s t   g o i n g   t o   t r y   t o   g o   i n   e v e r y   d a y   a n d   b e   c o n s i s t e n t ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i m e   u d o k a   a l l e d g e d   t o   h a v e   s l e p t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b l a c k a n d w h i t e s p o r t s   b o s t o n c e l t i c s   b o s t o n c e l t i c s h e a d c o a c h   b o s t o n c e l t i c s i m e u d o k a   b o s t o n c e l t i c s s u s p e n d i m e o d o k a   e a s t e r n c o n f e r e n c e   i m e o d o k a s u s p e n d e d   i m e u d o k a   i m e u d o k a a f f a i r w i t h o w n e r s w i f e  
n o a h   v o n l e h   i s   t h e   o b v i o u s   c h o i c e   t o   m a k e   t h e   c e l t i c s   r o s t e r   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h o   b o s t o n   c e l t i c s   f a n s   w a n t   t a k i n g   t h e   l a s t   s h o t . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b s m o o t h   b o s t o n c e l t i c s   c e l t i c s c o r n e r   e a s t e r n c o n f e r e n c e  
' t h i s   i s   a   g r e a t   o p p o r t u n i t y , '   s a y s   c e l t i c s '   n o a h   v o n l e h   o f   h i s   s h o t   a t   m a k i n g   b o s t o n ' s   r o s t e r   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   c & a m p ; c   w a n t s   f o r m e r   r o t a t i o n   b i g   m a n   b a c k   i n   b o s t o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
[ p r e v i e w   2 0 2 2 - 2 3 ]   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a b a u t r e t   a l l   a n g e l e s   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t   b a s k e t b a l l   b l o c k   b o s t o n c e l t i c s   b r y a n t   b u l l s   c a r m e l o   c h i c a g o   c h r i s   c l i p p e r s   c o n t r e   c u r r y   d a v i s   d u f a n t   d u n k   d u r a n t   e a s t e r n c o n f e r e n c e  
m a r c u s   s m a r t   o n   t h e   d r a y m o n d   p u n c h .   s a y s   g r e e n   m a d e   a   m i s t a k e   a s   a   l e a d e r   a n d   w a r r i o …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l u k e   k o r n e t   ( a n k l e )   w a s   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 9 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 9 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   l a b   1 4 6 :   c a t c h i n g   u p   w i t h   t a c k o   f a l l   o n   h i s   n e w   b o o k ,   t h e   c b a ,   a n d   t i e s   t o   t h e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
d e p t h   s h i n e s   i n   p r e s e a s o n   w i n :   1 0   t a k e a w a y s   f r o m   c e l t i c s - h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   3   r e a s o n s   b l a k e   g r i f f i n   i s   a   f a n t a s t i c   s i g n i n g   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
w i l l   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   b r i n g   o u t   t h e   b e s t   o f   j a y l e n   b r o w n   a n d   j a y s o n   t a t u m ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ' s   j a y s o n   t a t u m   c r a c k s   t o p   t h r e e   i n   s p o r t i n g   n e w s '   2 0 2 2 - 2 3   t o p   s m a l l   f o r w a r d s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   r u m o r s :   j o e   b u d d e n   r e v e a l s   w i l d   i m e   u d o k a   a f f a i r   w r i n k l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
w h a t   c a n   s a m   h a u s e r   a n d   l u k e   k o r n e t   g i v e   t h e   b o s t o n   c e l t i c s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
o n   t h i s   d a y :   h e n r y   w a l k e r ,   a r n i e   r i s e n ,   k e n n y   a n d   j e r o m e   a n d e r s o n   b o r n ;   k e n n y   r o l l i n s   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s p o r t i n g   n e w s   r a n k s   c e l t i c s '   m a r c u s   s m a r t   i n   n b a ' s   t o p   h a l f   o f   s t a r t i n g   p o i n t   g u a r d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
d e r r i c k   w h i t e   p u t s   l a m e l o   o n   s k a t e s ,   b l a k e   g r i f f i n   m a k e s   c e l t i c s   d e b u t ,   d r a y m o n d   q u e e n   r e a c t i o n ! 
 
 v i d e o   l i n k : 
 
 
 n b a p r e s e a s o n   n b a   b o s t o n c e l t i c s 🍀   b o s t o n c e l t i c s  
  i s   a   p o w e r h o u s e   l o o k i n g   t o   d o m i n a t e   t h i s   y e a r   🔥 🔥 
 
 b o s t o n c e l t i c s   s a c r a m e n t o k i n g s   e a s t c o a s t h o o p r e c r u i t   n b a   l e b r o n j a m e s   l a k e r s   b a l l i s l i f e   n b a b a s k e t b a l l   n i k e   l e b r o n   n b a p l a y o f f s   j o r d a n   f o o t b a l l   k o b e   k o b e b r y a n t   n b a f i n a l s     d u n k     m i c h a e l j o r d a n   e s p n  
5 0   5 - s t a r s   i n   t h e   g y m   f o r     m i n i c a m p .   w h o   c a n   y o u   s p o t ?   🤨 🤨 
 
 b a l l i s l i f e   b a l l i s l i f e 🏀   c u s r i s e   b o s t o n c e l t i c s   g r i n d c i t y   t e r p s n a t i o n   e a s t c o a s t h o o p r e c r u i t   c a v s h i o n   n u g g e t s n a t i o n   g o l d d o n t q u i t   m e m p h i s   n b a     n b a d r a f t  
n o t   s h y i n g   a w a y   f r o m   a n y t h i n g   o r   a n y o n e   😤 
 
 t e r p s n a t i o n     m e n s b a s k e t b a l l   i n d i a n a p a c e r s   g r i n d c i t y   k u h o o p s   n b a d r a f t   n b a   m i l e h i g h b a s k e t b a l l   w i z 5 0   c o n n e c t e d b y m a g i c   w i z a r d s   k e v i n d u r a n t   l a c l i p p e r s   m e m p h i s g r i z z l i e s   l e t e m k n o w   c u s r i s e   b o s t o n c e l t i c s   d a l l a s   b e t h e f i g h t  
  b i g   t i c k e t   🎟   
 
 n b a   l a c l i p p e r s   c e l t i c s   c a v s   c a v s s u m m e r   c l e v e l a n d c a v a l i e r s   b e t h e f i g h t   c a v s h i o n   c a v s 5 0   f i e l d h o u s e h e a t   c a v s d r a f t   l e t e m k n o w   d a l l a s   c e l t i c s   b o s t o n c e l t i c s   c u s r i s e   l a k e r s   l a k e r s f a m i l y   l a k e r n a t i o n   g o l a k e r s   l o s a n g e l e s l a k e r s   l a k e s h o w  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
c e l t i c s   s t a f f e r   w h o   h a d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s s t a f f f e m a l e   d a n n y a i n g e   e a s t e r n c o n f e r e n c e   g e e k s a n d g a m e r s   i m e u d o k a   i m e u d o k a c e l t i c s s t a f f a f f a i r   i m e u d o k a d a n n y a i n g e   i m e u d o k a f i r e d   i m e u d o k a k a t h l e e n n i m m o l y n c h   i m e u d o k a n i a l o n g  
r e p .   a y a n n a   p r e s s l e y   o n   j a y l e n   b r o w n ' s   l e a d e r s h i p   i n   b o s t o n   a n d   b e y o n d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 8 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   c e l t i c s   d e b u t   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b l a k e g r i f f i n   b l a k e g r i f f i n c e l t i c s   b l a k e g r i f f i n d u n k s   b l a k e g r i f f i n i n t e r v i e w   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 8 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ' i   w a n t   t o   h e l p   ( u s )   w i n '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i m e u d o k a   a c c u s e d   o f   s l e e p i n g   w i t h   w i f e   o f     b o s t o n c e l t i c s   o w n e r     v i a  
c e l t i c s   c o a c h   i m e   u d o k a   r o s e   f a s t   a n d   f e l l   h a r d   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   h o r n e t s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ' s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   t e l l s     p o s t - g a m e :   " t h e   i n t e n s i t y   l e v e l   a n d   m a t u r i t y   l e v e l   o f   t h i s   . . .   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c h e a t i n g   o n   y o u r   s p o u s e   i s   w r o n g ,   m o r a l l y   r e p r e h e n s i b l e ,   a n d   b r e a k s   u p   f a m i l i e s . 
 
 i n   a d d i t i o n ,   t h i s   t y p e   o f   b e h a v i o r   i s   b a d   f o r   b u s i n e s s .   i m e   i m e u d o k a   n i a l o n g   b o s t o n c e l t i c s 
 
  
d e r r i c k   w h i t e   d r o p s   l a m e l o ,   b l a k e   g r i f f i n   m a k e s   d e b u t   a s   s h o r t h a n d e d   c e l . . .     v i a     
 
 n b a 2 k 2 3   n b a   b o s t o n c e l t i c s   c e l t i c s w i n
c e l t i c s   1 1 2 ,   h o r n e t s   1 0 3 :   j a y l e n   b r o w n ,   b o s t o n ' s   b - s q u a d   t a k e s   c a r e   o f   c h a r l o t t e   o n   t h e   r o a d   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e x c l u s i v e   1 - o n - 1 :   k e m b a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s h o r n e t s   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   k e m b a c e l t i c s   k e m b a o n c e l t i c s   k e m b a o n j a y s o n t a t u m j a y l e n b r o w n   k e m b a w a l k e r   k e m b a w a l k e r a b b y c h i n   k e m b a w a l k e r c e l t i c s  
t h e   g o l d e n   s t a t e   w a r r i o r s   j u s t   p u l l e d   a   p a g e   o u t   o f   t h e   b o s t o n   c e l t i c s '   p l a y b o o k   o n   h o w   t o   f i r s t   d e - v a l u e ,   a n d   t h e n   b u r y   a n   u n w a n t e d   a s s e t   a l i v e .     d r a y m o n d g r e e n   g o l d e n s t a t e w a r r i o r s   b o s t o n c e l t i c s   i m e u d o k a   n b a   p r o b a s k e t b a l l   b l a c k n e w s   b l a c k i n s p o r t s   b l a c k l i v e m a t t e r
w i t h   s a m   h a u s e r   b e i n g   w h a t   w e   t h o u g h t   w e   h a d   i n   g a l l i n a r i   w h a t   d o   w e   m a k e   s e n s e   o f   t h i s   a t   t h i s   p o i n t   ⁉ ️   c e l t i c s   m u t u a l s   o n l y   ☘ ️   b o s t o n c e l t i c s
m a l i k a   a n d r e w s   c l a i m s   j a y s o n   t a t u m   i s   n o t   a   s u p e r s t a r   p l a y e r   p t   2   " n u m b e . . .     v i a     v i r a l   e s p n   n b a   n b a p r e s e a s o n   b o s t o n c e l t i c s
j a y l e n   b r o w n   t a k i n g   m f i o n d u   k a b e n g e l e   u n d e r   h i s   w i n g   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c s   l o o k   t o u g h .   b r o w n   m v p   t y p e   y e a r   a h e a d ,   c a n   t a t u m   f o l l o w ?   b o s t o n c e l t i c s  
d i d   y o u   s e e   t h e   l a t e s t   g a m e   b e t w e e n   t h e   c h a r l o t t e   h o r n e t s   a n d   t h e   b o s t o n   c e l t i c s ? ?   i f   n o t ,   w a t c h   t h e   b e s t   h i g h l i g h t s   d o w n   b e l o w ! 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n   c e l t i c s :   f o r m e r   h o r n e t s   l o t t e r y   p i c k   f l o a t e d   f o r   c ’ s   t p e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f a b   m e l o   -   b o s t o n   c e l t i c s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s 
 
   n b a   n b a t w i t t e r   n b a t o p s h o t   m e l o   c e l t i c s   b o s t o n c e l t i c s   n u g g e t s   k n i c k s   m i l e h i g h b a s k e t b a l l   n e w y o r k f o r e v e r  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s f u l l g a m e h i g h l i g h t s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s h i g h l i g h t s   b o s t o n v s c h a r l o t t e   c e l t i c s v s h o r n e t s  
e v a l u a t i n g   b l a k e   g r i f f i n ’ s   p r e s e a s o n   d e b u t   w i t h   t h e   b o s t o n   c e l t i c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b e s t   i n s i d e   o u t   s c o r e r   b u i l d   o n   n b a   2 k 2 3 .   c h e c k   i t   o u t   a n d   l e t   m e   k n o w   w h a t   y o u   t h i n k   i n   t h e   c o m m e n t s . 
 
 
 
 n b a 2 k 2 3   2 k 2 3   n b a 2 k   b o s t o n c e l t i c s   h e a t n a t i o n   p s 5   y o u t u b e   y o u t u b e g a m i n g   s u b s c r i b e n o w   s u b s c r i b e
b l a k e   g r i f f i n   g e t s   i t   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
k e m b a   w a l k e r   t o     o n   m a z z u l l a :   " h e ' s   h a r d - n o s e d ,   t e l l s   i t   l i k e   i t   i s ,   h a s   g r e a t   c h a r a c t e r ,   h o l d s   e v e r y o n e   a c c o u n t a b l e   e q u a l l y .   h e ' s   j u s t   n o t   s c a r e d .   i   k n o w   e v e r y o n e ' s   t a l k i n g   t r a s h   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
e s p n ' s   z a c h   l o w e   p r o j e c t s   t h e   b o s t o n   c e l t i c s   a s   c o n t e n d e r s   d e s p i t e   o f f s e a s o n   h i c c u p s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i m a   u d o k a   y o u   g o t   s u s p e n d e d   a n d   c h e a t e d   o n   n i a   l o n g   f o r   t h i s   w o m a n .   t h i s   i s   h o r r i b l e . 
 b r o ' s   d o n ' t   m a k e   t h i s   m i s t a k e   b o s t o n c e l t i c s   b l a c k m e n   n b a  
b o s t o n   c e l t i c s :   j a y l e n   b r o w n   j u s t   h a s   t h a t   h u n g e r   i n   h i s   e y e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h a t   s h o u l d   w e   e x p e c t   f r o m   t h e   b o s t o n   c e l t i c s   i n   2 0 2 2 - 2 3 ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
t h e   i n j u r y   a n d   r e c o v e r y   o f   f o r m e r   b o s t o n   c e l t i c s   b i g   m a n   a r o n   b a y n e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n ' s   j a y l e n   b r o w n   r a n k e d   i n   s p o r t i n g   n e w s '   t o p   f i v e   n b a   s h o o t i n g   g u a r d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   t e l l s     p o s t - g a m e :   " t h e   i n t e n s i t y   l e v e l   a n d   m a t u r i t y   l e v e l   o f   t h i s   g r o u p   i s   o f f   t h e   c h a r t s .   e v e r y   d a y   w h e n   w e   g e t   t o   w o r k ,   i t ’ s   i n t e n s e   …   t h e s e   g u y s   a r e   l o c k e d   i n   a n d   n o b   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
e n d e   
 e i s h o c k e y   h e r r e n   q m j h l   
 4 : 3   q u e b e c r e m p a r t s   v s   b l a i n v i l l e b o i s b r i a n d a r m a d a   
 e i s h o c k e y   h e r r e n   n h l s a i s o n v o r b e r e i t u n g   
 2 : 4   t o r o n t o m a p l e l e a f s   v s   d e t r o i t r e d w i n g s   
 b a s k e t b a l l   h e r r e n   n b a   
 1 1 2 : 1 0 3   b o s t o n c e l t i c s   v s   c h a r l o t t e h o r n e t s   
 1 1 4 : 1 3 1   i n d i a n a p a c e r s   v s   n e w y o r k k n i c k s
b o s t o n   c e l t i c s :   o v e r p e r f o r m i n g   2 0 1 9   f i r s t - r o u n d   p i c k   u n l i k e l y   t o   h a v e   d e a l   g u a r a n t e e d   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c e l t i c s '   j a y s o n   t a t u m   r a n k e d   i n s i d e   e s p n ' s   t o p   1 0   o f   2 0 2 2 - 2 3   t o p   1 0 0   p l a y e r s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   a t   h o r n e t s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 2 9  
o n   t h i s   d a y :   f o r m e r   b o s t o n   c e l t i c s   b i g   m a n   b r e t t   s z a b o   s i g n s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ' s   j a y l e n   b r o w n   j u s t   o u t s i d e   o f   s p o r t s   i l l u s t r a t e d ' s   t o p   2 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ b o s t o n c e l t i c s   1 1 2   ( 2 - 1 ) 🔸 
 ⬇ ️ c h a r l o t t e h o r n e t s   1 0 3   ( 0 - 3 ) 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔴 d n p   -   c o a c h ' s   d e c i s i o n 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - h o r n e t s   p r e s e a s o n   r e m a t c h   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
r e s u l t s   o f   n b a   m a t c h e s   p r e s e a s o n   0 7 / 1 0 / 2 0 2 2 
 
 c h i c a g o b u l l s   b o s t o n c e l t i c s   n u g g e t s   h o r n e t s   k n i c k s   p a c e r s   p i s t o n s   p e l i c a n s   m a v e r i c k s   h a w k s   b u c k s   n b a i n a b u d h a b i   u s a  
h e r e ' s   w h a t   s t o o d   o u t   f r o m   c e l t i c s '   1 1 2 - 1 0 3   w i n   o v e r   h o r n e t s   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s ’   m a r c u s   s m a r t   c r a c k s   s p o r t s   i l l u s t r a t e d ’ s   t o p   5 0   n b a   p l a y e r s   l i s t   f o r   2 0 2 2 - 2 3 . 
 
 b o s t o n c e l t i c s   🏟 
 c e l t i c s   🏀 
 n b a   n b a t w i t t e r   
 

g r a n t   w i l l i a m s   l o o k s   l i k e   a   n e w   p l a y e r :   7   t a k e a w a y s   f r o m   c e l t i c s   v s .   h o r n e t s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
[ s c o t t o ]   n b a   e x e c u t i v e s   p r o j e c t   b o s t o n   c e l t i c s   f o r w a r d   g r a n t   w i l l i a m s   t o   b e   w o r t h   $ 1 2 - 1 3   m i l l i o n   a n n u a l l y   i n   a n y   e x t e n s i o n   t a l k s . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n ’ s   b - s q u a d   t a k e s   d o w n   c h a r l o t t e   1 1 2 - 1 0 3   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a ,   c e l t i c s   m e d i a   r e a c t   t o   b o s t o n ' s   1 1 2 - 1 0 3   p r e s e a s o n   w i n   o v e r   t h e   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   a t   h o r n e t s :   b o s t o n   o u t l a s t s   e a r l y   c h a r l o t t e   p u s h ,   w i n   1 1 2 - 1 0 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :     1 1 2 ,   h o r n e t s   1 0 3 .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
a   g r e a t     w i n ! ! !   i t   m a y   b e   p r e s e a s o n   b u t   m a n   t h i s   t e a m   l o o k s   g r e a t   a n d   i   l o v e d   t h a t   t h e y   w e r e   p l a y i n g   i n   g r e e n s b o r o   t o n i g h t ! ! !   g o c e l t i c s   b l e e d g r e e n   b o s t o n c e l t i c s  
i t ’ s   n o   s e c r e t   t h a t   p a t r i c k   b e v e r l e y   f e e l s   s l i g h t e d   b y   t h e   f a c t   t h a t   h e ’ s   n e v e r   w o n   t h e   d e f e n s i v …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   |   l i v e   p l a y   b y   p l a y   & a m p ;   r e a c t i o n   |   c e l t i c s   v s   h o r n e t s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
c h a r l o t t e h o r n e t s   b o s t o n c e l t i c s   n b a t w i t t e r     b u z z c i t y   j e r s e y s   a r e   n e e d e d
w h a t   a   g r e a t   p i c k   u p   w e   g o t   f o r   t h e   t e a m   b l a k e g r i f f i n   b o s t o n c e l t i c s  
c e l t i c s   v s .   h o r n e t s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   i s   n o t   c o n c e r n e d   a b o u t   p r e s e a s o n   s t r u g g l e s ,   s a y s   ' i   s t a r t   o f f   s l o w '   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  

 c l i c k   t h e   l i n k   t o   s e e   o u r   t a k e !   s 3 ,   e 0   i s   o u t   n o w !   i m e u d o k a   n i a l o n g   m a l i k a a n d r e w s   b o s t o n c e l t i c s   s t e p h e n a s m i t h   n b a   p o d c a s t r e c o m m e n d a t i o n s  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
j a y l e n   b r o w n   w i l l   b e   t h e   l o n e   m e m b e r   o f   t h e   f i r s t   u n i t   t o   g e t   m i n u t e s   t o n i g h t .   c e l t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m e   s t a r t i n g   f i v e   f o r   t h e   h o r n e t s   t o n i g h t .   s t e v e   c l i f f o r d   s a i d   l a m e l o ,   t e r r y   r o z i e r   a n d …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
  g o t t a   b e   o n e   o f   t h e   b e s t   f e e l i n g s   i n   t h e   w o r l d   w h e n   y o u   r e m e m b e r   l a s t   m i n u t e   c e l t i c s   b a s k e t b a l l   i s   o n   t o n i g h t   n b a p r e s e a s o n   b o s t o n c e l t i c s   n b a
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   n b a   g e n e r a l   m a n a g e r s   h a v e   g i v e n   t h e i r   p r e d i c t i o n s   o n   t h e   u p c o m i n g   s e a s o n .   🏀 
 
 h e r e   i   g o   t h r o u g h   a   f e w   o f   t h o s e   p r e d i c t i o n s : 
 
 
 
 m v p   c h a m p i o n s h i p   b o s t o n c e l t i c s   l o s a n g e l e s c l   d o n c i c   e m b i i d  
i   t o l d   y ’ a l l   i n   t h e   b e g i n n i n g ,   b u t   n o o o o ,   y o u   w o u l d n ’ t   l i s t e n … . n i a l o n g   i m e u d o k a   c h e a t e r   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   b / r   s e e s   d e r r i c k   w h i t e   a s   o d d   m a n   o u t   i n   b a c k c o u r t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   ( 1 - 1 )   a t   c h a r l o t t e   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
h a u s e r   m a n i a ! !   g e t t i n g   t o   k n o w   m o r e   a b o u t   s a m   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n c e l t i c s h i g h l i g h t s   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s p r e s e a s o n   c h r i s f o r s b e r g   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y l e n b r o w n h i g h l i g h t s   j a y s o n t a t u m  
n e w   v i d e o   t o   w a t c h : 
 
 " r a p t o r s   a t   c e l t i c s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c e l t i c s   b o s t o n c e l t i c s 
 

o n   9 / 2 5   i   p o s t e d   o n   t i k t o k   t h a t   t h e   l a d y   w o u l d   b e   w h i t e   a n d   e x p l a i n e d   w h y   t h e y   w e r e   h i d i n g   h e r   i d e n t i t y .   n o w   t h e   t r u t h   c o m e s   o u t .   w o k e   a s f .   i m e u d o k a   n i a l o n g   w h i t e p r i v i l e g e   m e d i a   k a n y e   b r e t t f a v r e   b o s t o n c e l t i c s         b l a c k t w i t t e r  
b l a k e   g r i f f i n   w i l l   m a k e   c e l t i c s   d e b u t   f r i d a y   a g a i n s t   t h e   h o r n e t s   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a l e x   b a r l o w   g e t s   h i s   f i r s t   s h o t   a s   h e a d   c o a c h :   k e e p   a n   e y e   o n   t h e   m a i n e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s p e a k i n g   a t   m f a   p a n e l ,   c e l t i c s '   j a y l e n   b r o w n   c h a l l e n g e s   b o s t o n i a n s   t o   b e t t e r   c i t y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w e   a l r e a d y   k n e w   s h e   w a s   w h i t e   w h e n   y ’ a l l   d i d n ’ t   r e v e a l   h e r   n a m e   b u t   s t i l l   p u t   t h e   c o a c h   o n   b l a s t . . . d u h ? ? ?   🙄 🙄 🙄 🙄 🙄 🙄 🙄 🙄 🙄 🙄 🙄 
 n i a l o n g   i m e u d o k a   m i z m e l a n i n 1   b o s t o n c e l t i c s  
b r o w n   t o o k   a n   i n t e r e s t   i n   k a b e n g e l e   a f t e r   t h e   2 5 - y e a r - o l d   b i g ,   w h o   i s   f i g h t i n g   f o r   a   r o t a t i o n   s p o t ,   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b u t   k a b e n g e l e   f e e l s   h e ’ s   f i n a l l y   f o u n d   t h e   r i g h t   p a t h .   “ i ’ m   n o t   t h e   s a m e   p e r s o n   i   w a s   i n   m y   r o …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p r o u d   o f   t h i s   o n e !     ( s e r i a l   n o t   s o   g r e a t ,   b u t   w h o   c a r e s ! )   b o s t o n c e l t i c s   n b a t o p s h o t  
a p e s t o g e t h e r s t r o n g 
 b o s t o n c e l t i c s   a m c a p e   r o o k i e   c h e c k   o u t   j a s o n   t a t u m   d o n r u s s   p a n i n i   2 0 1 7   r a t e d   r o o k i e     1 9 8   & a m p ;   2 0 1 9 - 2 0   d o n r u s s   o p t i c     1 1     e b a y   v i a  
j e f f   d o w t i n   s e n d s   i t   t o   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c h r i s b o u c h e r   d a l a n o b a n t o n s c o t t i e b a r n e s   d a v i d j o h n s o n m a l a c h i f l y n n   d j w i l s o n   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t g a r y t r e n t j r   j u s t i n c h a m p a g n i e   k h e m b i r c h i s a a c b o n g a   n b a 2 0 2 2   n b a h i g h l i g h t s  
3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   c h a r l o t t e   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   c b   w a n t s   f o r m e r   d r a f t   l o t t e r y   b i g   m a n   t o   m a k e   c s   r o s t e r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
l e s s   t h a n   a   w e e k   a f t e r   u p s e t t i n g   s o m e   e s p n   n b a   f a n s   o n   h e r   h a n d l i n g   o f   t h e   b o s t o n c e l t i c s   u d o k a   c o a c h i n g   c o n t r o v e r s y ,   a n d r e w s   i s   g e t t i n g   a   p r o m o t i o n   n b a t w i t t e r   n b a p r e s e a s o n  
s a m   h a u s e r   i s   p r o v i n g   h e ’ s   r e a d y   f o r   a   b i g g e r   r o l e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a p r e s e a s o n   b o s t o n c e l t i c s   x s o s 
 d o   y o u   w a n t   t o   i m p r o v e   y o u r   p i n   d o w n   a c t i o n ?   w a t c h   👀   a l   h o r f o r d   i n   a c t i o n :   b r i l l i a n t   d e c i s i o n   m a k i n g   i n   p i n   d o w n   s i t u a t i o n .  
o n   b i l l   r u s s e l l ’ s   l e g a c y   a n d   b o s t o n   b a s k e t b a l l   w /   r e p .   a y a n n a   p r e s s l e y   
   
 
   
 b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
j a y l e n   b r o w n   h i g h l i g h t s   v s   t o r o n t o   r a p t o r s   ( 2 3   p t s ,   4   r e b )   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
p r e s e a s o n   g a m e   t h r e e .   c ’ s   h a v e   s p l i t   t h e i r   f i r s t   t w o   g a m e s   w h i l e   c h a r l o t t e   h a s   l o s t   b o t h   o f   t h e i r   g a m e s .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d   b a l l i s l i f e     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
e s p n   c a l l e d   a n d   t o l d   m e   t o   s t o p   t a l k i n g   s p o r t s   l o l o l o l   n i a l o n g   i m e u d o k a   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   h o l l i n g e r   j o k e s   2   f o r m e r   c s   b i g   m a n   “ l e g e n d s ”   c o u l d   b e   f r e e   a g e n t   o p t i o n s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h a m s   a l s o   r e v e a l s   t h a t ,   d e s p i t e   s a l a c i o u s   i m p l i c a t i o n s   o r   c l a i m s   e l s e w h e r e ,   t h a t   u d o k a ’ s   m i s c o n d u …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   m a r c u s   s m a r t   c r a c k s   s p o r t s   i l l u s t r a t e d ' s   t o p   5 0   n b a   p l a y e r s   l i s t   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s '   j a y s o n   t a t u m   c r a c k s   s p o r t s   i l l u s t r a t e d ' s   2 0 2 2 - 2 3   t o p   1 0   p l a y e r s   i n   n b a   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   d a n n y   a i n g e   w a s   u p s e t   b y   i m e   u d o k a   a f f a i r   d u e   t o   t i e s   w i t h   e m p l o y e e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h r e e   b o s t o n   c e l t i c s   l a n d   i n   n o s .   1 0 0 - 5 1   o f   s p o r t s   i l l u s t r a t e d ' s   2 0 2 2 - 2 3   t o p   1 0 0   p l a y e r s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n   t h i s   d a y :   f o r m e r   b o s t o n   f o r w a r d   w i l l i e   n a u l l s   b o r n ;   j i m m y   o l i v e r   s i g n e d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
✈ ️   b o s t o n   ( b o s )   t o   r e y k j a v i k   ( k e f )   f o r   o n l y   $ 2 6 2   ( u s d )   r o u n d t r i p   💸 
 1 9 8   l i v e   d a t e s   o n   a d v e n t u r e   m a c h i n e .   -   g e t   t h e   a p p   o n   i o s   o r   a n d r o i d   b o s t o n     b o s t o n t e r r i e r     b o s t o n c e l t i c s     b o s t o n f o o d i e s     b o s t o n t e r r i e r s     b o s t o n b l o g g e r  
c e l t i c s   v s .   h o r n e t s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ' s   t h e   l a t e s t   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ' s   g r a n t   w i l l i a m s   j u s t   o u t s i d e   s p o r t s   i l l u s t r a t e d ' s   t o p   1 0 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l e b r o n   j a m e s   i c o n i c   g a m e   6   p e r f o r m a n c e   v s   b o s t o n   c e l t i c s   i n   2 0 1 2   n b a   p l a y o f f s   b a s k e t b a l l   l e b r o n 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n   c e l t i c s   a t   c h a r l o t t e   h o r n e t s :   h o w   t o   w a t c h ,   b r o a d c a s t ,   l i n e u p s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
  y o u   k n o w   w h a t ! ! ! ! !   t h o s e   2   p i e c e s   o f   t r a s h   d e s e r v e   e a c h   o t h e r ! !   b o t h   a r e   e x t r e m e l y   l o w   t o   f a c e   n i a   a n d   a c t   l i k e   n o t h i n g   w a s   g o i n g   o n ,   w h e n   l o o k i n g   f o r   a   r e s i d e n c e   i n   b o s t o n ! !   s h e   s h o u l d   b e   p u n i s h e d   a s   w e l l ! !   f i l t h y   h o e ,   a n d   a n i m a l !   😒   n i a l o n g   i m e u d o k a   b o s t o n c e l t i c s
  i f   i m e   l o v e d ,   o r   e v e n   c a r e d   a b o u t   n i a ,   h e   w o u l d   h a v e   n e v e r   h u m i l i a t e d   h e r   i n   t h i s   m a n n e r !   n o w ,   i   u n d e r s t a n d   w h y   t h e r e   w a s   s u c h   a   l o n g - t e r m   e n g a g e m e n t !   h e   d i d n ' t   w a n t   h e r ! !   h e   c o u l d   h a v e   s a v e d   n i a   t h e   t r i p ! !   s o o o o o   s a d   f o r   n i a   a n d   t h e i r   s o n ! !   😠   n i a l o n g   i m e u d o k a   b o s t o n c e l t i c s
t h e   p l o t   t h i c k e n s   b u t   i   t h i n k   w e   k n o w   w h a t   r e a l l y   h a p p e n e d ? !   i m e u d o k a   n i a l o n g   b o s t o n c e l t i c s  
c e l t i c s   ( 1 - 1 )   a t   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  t e a m   n e e d s   m y   p l a y i n g   c o a c h i n g   m o d e l   i n   p a r t i c u l a r   f o r   w h e n   c o a c h   n e e d ' s   t e a m   e v a l u a t i o n   i n f o r m a t i o n   b a s e d   o n   w h a t   p l a y e r s   d o   r a t h e r   t h a n   c o a c h ' s   i n t e r p r e t a t i o n   o f   i t           b o s t o n c e l t i c s
j o h n   h o l l i n g e r ' s   c e l t i c s   p r e v i e w :   p r e d i c t i o n s ,   a n a l y s i s   f o r   2 0 2 2 - 2 3   s e a s o n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
  s o   g l a d   m a g i c   w a s n ’ t   a s   s e n s i t i v e   a s   l e b r o n .     t h e r e ’ s   a   r e a s o n   w h y   t h e   8 0 s   w a s   t h e   g r e a t e s t   e r a   t h e   n b a   h a s   s e e n   a n d   w h y   s o   m a n y   a t h l e t e s   i n   t o d a y ’ s   g a m e   a r e   d e s p i s e d .     b o s t o n c e l t i c s   l o s a n g e l e s l a k e r s   r i v a l r y
o n   b i l l   r u s s e l l ’ s   l e g a c y   a n d   b o s t o n   b a s k e t b a l l   w /   r e p .   a y a n n a   p r e s s l e y 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
i m e   u d o k a ' s   l o v e r   r e v e a l e d   +   w a s   h i s   s u s p e n s i o n   d u e   l o v e r ' s   t i e s   t o   b o s t o n   c e l t i c s   e x e c ? !     n i a l o n g   b o s t o n c e l t i c s   i m e u d o k a  
i   f u c k   h o e s   b e c a u s e   i f   i   d o n t . . . n o t h i n g   s t a n d s   b e t w e e n   t h e m   a n d   a   w o u l d - b e   f a i t h f u l   h u s b a n d .   i m e   u d o k a   s h o u l d ' v e   b o u n c e d   p a s s e d   t h a t   g i r l   m y   w a y   a n d   s a v e d   h i s   m a r r i a g e .   b l e s s   u p m   b o s t o n c e l t i c s
i m e   u d o k a ' s   l o v e r   r e v e a l e d   +   w a s   h i s   s u s p e n s i o n   d u e   l o v e r ' s   t i e s   t o   b o s t o n   c e l t i c s   e x e c ? !     n i a l o n g   b o s t o n c e l t i c s   i m e u d o k a  
[ f i l m   r o o m ]   t h e   c o m m o n   t h e m e s   o f   m a l c o l m   b r o g d o n ' s   p l a y m a k i n g   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h i s   i d i o t   c h e a t e d   o n   b e a u t i f u l   n i a   l o n g ,   w i t h   j o k e r . . l o r t ! ! 🤦 🏿 ‍ ♀ ️   i d k   a n   i   c a n ' t   u n s e e   t h e   r e s e m b l a n c e   e i t h e r     i m e u d o k a     b o s t o n c e l t i c s  
c e l t i c s   l a b   1 4 5 :   h o n o r i n g   b i l l   r u s s e l l ' s   l e g a c y   a n d   t a l k i n g   b o s t o n   b a s k e t b a l l   w i t h   r e p .   a y a n n a   p r e s s l e y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i m e   u d o k a ' s   l o v e r   r e v e a l e d   +   w a s   h i s   s u s p e n s i o n   d u e   l o v e r ' s   t i e s   t o   b o s t o n   c e l t i c s   e x e c ? !     n i a l o n g   b o s t o n c e l t i c s   i m e u d o k a  
p o s t g a m e   p r e s s   c o n f e r e n c e :   j a y s o n   t a t u m   t a l k s   e n c o u r a g i n g   s t a r t   t o   t h e   s e a s o n ,   d e u c e   c r a s h e s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   j a y s o n t a t u m   j a y s o n t a t u m c e l t i c s   j a y s o n t a t u m h i g h l i g h t s   j a y s o n t a t u m i n t e r v i e w   n b a p l a y o f f s  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 6 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c   w e l l s   -   w h e r e   i ’ m   f r o m   p t .   2   ( a n i m a t e d   m u s i c   v i d e o )     v i a     s i n c i t y   w h e r e   i ’ m   f r o m   b o s t o n c e l t i c s
j b   s o   u n d e r r a t e d   b o s t o n c e l t i c s
b r e a k d o w n   o f   c r u c i a l   f i n a l   m o m e n t s   i n   c e l t i c s   1 1 0 - 1 0 7   l o s s   t o   m i l w a u k e e   b u c k s   i n   g a m e   5 
   
 
   
 b o s t o n c e l t i c s   c e l t i c s b u c k s   c e l t i c s v s b u c k s   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   g a m e 5   m i l w a u k e e b u c k s   n b a  
i   s u s p e c t e d   i m e   u d o k a   s l e p t   w i t h   a   w h i t e   w o m a n   i n   t h e   e x e c u t i v e   o f f i c e .   
 b o s t o n c e l t i c s   p r a c t i c a l l y   c o n f i r m e d   i t   w / t h a t   p r e s s   c o n f e r e n c e .     
 y o u   d o n ' t   " s u s p e n d "   i f   t h e   w o m a n   w a s   b l a c k .   
 b o s t o n c e l t i c s   m u s t   e x p e c t   a   l a w s u i t .   i m e u d o k a   i s   n o t   f i r e d .   m o r e t o c o m e
b r a d   s t e v e n s   t o   t h e   m e d i a   a t   t h e   h a l f 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
s t e p h e n a s m i t h   s a y s   h e   f e e l s   t h a t   b o s t o n c e l t i c s   c o a c h   i m e u d o k a ’ s   c h e a t i n g   s c a n d a l   ‘ w a s   a n   h r   m a t t e r ’   & a m p ;   s h o u l d n ’ t   h a v e   b e e n   p u b l i c i z e d :   i t ’ s   n o n e   o f   o u r   b u s i n e s s   ( v i a   )  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 6 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   2 0 2 2   w i n   t o t a l   f u t u r e s ,   o v e r / u n d e r   a n d   o d d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   j a y l e n   b r o w n   f o r   2 0 2 2   a l l - n b a   f i r s t   t e a m e r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   p u n c h e s   t e a m m a t e   j o r d a n   p o o l e ,   f a c e s   s u s p e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   s a m   h a u s e r   i s   t h e   n e w   r a y   a l l e n !   c e l t i c s   v s   r a p t o r s   p r e s e a s o n   r e a c t i o n   a n d   h i g h l i g h t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   j a y l e n   b r o w n   s u r p r i s e s   d o r c h e s t e r   m i d d l e   s c h o o l e r s   w i t h   n e w   b a c k p a c k s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a t t   b a r n e s   d r o p s   m o r e   b r e a d   c r u m b s   o n   r e a s o n   b e h i n d   u d o k a ' s   l e n g t h y   s u s p e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n i a   l o n g   r e p o r t e d l y   s t a n d i n g   b y   f i a n c é   i m e   u d o k a   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   g r a n t   w i l l i a m s   g i v e s   t h e   l a t e s t   u p d a t e   o n   t h i s   c o n t r a c t   e x t e n s i o n   t a l k s   w i t h   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t o r o n t o   r a p t o r s   v s   b o s t o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c h r i s b o u c h e r   d a l a n o b a n t o n s c o t t i e b a r n e s   d a v i d j o h n s o n m a l a c h i f l y n n   d j w i l s o n   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t g a r y t r e n t j r   j u s t i n c h a m p a g n i e   k h e m b i r c h i s a a c b o n g a   n b a 2 0 2 2   n b a h i g h l i g h t s  
s t e p h e n   a .   s m i t h :   c e l t i c s   d o c k e d   i m e   u d o k a   h a l f   h i s   p a y             i m e u d o k a         s t e p h e n a s m i t h         n b a             b o s t o n c e l t i c s
r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   [ o t ] :   s a m   h a u s e r   s h o o t s   l i g h t s   o u t   i n   o v e r t i m e   l o s s   a t   h o m e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
5   o v e r r e a c t i o n s   t h r o u g h   t h e   c e l t i c s ’   f i r s t   t w o   p r e s e a s o n   g a m e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   a t h l e t i c ' s   s h a m s   c h a r a n i a   a d d s   s o m e   c o n t e x t   t o   t h e   c e l t i c s '   i m e   u d o k a   s c a n d a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n c e l t i c s   1 4   c a r d   t e a m   l o t   c e l t i c s   
 
 $ 5   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   r a p t o r s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ t o r o n t o r a p t o r s   1 2 5   ( o t ) ( 2 - 0 ) 
 ⬇ ️ b o s t o n c e l t i c s   1 1 9   ( 1 - 1 ) 🔸 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔹 7 / p t s 
 🔹 6 / r e b 
 🔹 2 / a s t 
 🔹 0 / s t l 
 🔹 1 / b l k 
 🔹 2 / t o 
 🔹 3 / 4 t 2 
 🔹 0 / 2 t 3 
 🔹 1 / 2 t l 
 🔹 2 6 : 0 0 / m i n : s e g 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
a   l e a k e d   v i d e o   f r o m   a   b o s t o n   c e l t i c s   p r a c t i c e   o n   o c t o b e r   1 0 t h ,   2 0 2 1   h a s   s u r f a c e d .   t h i s   s h e d s   a   w h o l e   n e w   l i g h t   o n   t h e   i m e   u d o k a   s i t u a t i o n   i n   b o s t o n .   b o s t o n c e l t i c s   i m e u d o k a   s c a n d a l   n b a   v i d e o   p e r   c h a r l e s   j o n e s   i i    
r e v e a l e d   i n   1 9 6 5 ,   b i l l   r u s s e l l ’ s   4   l a w s   f o r   b e i n g   t h e   u l t i m a t e   n b a   w i n n e r   a r e   m o r e   r e l e v a n t   t h a n   e v e r . 
 
 b i l l r u s s e l l   b o s t o n c e l t i c s   n b a   h i s t o r y   s p o r t s   
 

j a y s o n   t a t u m   a s k e d   i f   s a m   h a u s e r   i s   a   b e t t e r   s h o o t e r   t h a n   h i m :   “ h e l l   n o … i   t e l l   s a m   h e   s h o u l d   s e n d   m e   a   t h a n k   y o u   c a r d   f o r   b e i n g   o n   t h e   f l o o r   t o g e t h e r . ” 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
c e l t i c s ’   j a y s o n   t a t u m   n o t   w o r r i e d   a b o u t   p r e s e a s o n   s t r u g g l e s :   ‘ i   s t a r t   o f f   s l o w ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c o a c h ' s   a l l e g e d   a f f a i r   p a r t n e r ' s   i d e n t i t y   r e v e a l e d !   b o s t o n c e l t i c s   

w i l l   c e l t i c s   g o   s m a l l   w i t h o u t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b l a k e g r i f f i n   b l a k e g r i f f i n c e l t i c s   b l a k e g r i f f i n n e t s   b l a k e g r i f f i n s i g n s w i t h c e l t i c s   b o s t o n c e l t i c s   c e l t i c s g o s m a l l   c e l t i c s n e t s   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s s m a l l b a l l   c l n s m e d i a  
b o s t o n ' s   j a y s o n   t a t u m   t h i n k s   i t   ' f e e l s   l i k e   w e ' r e   l e a v i n g   o f f   f r o m   t h e   s e c o n d   h a l f   o f   l a s t   s e a s o n '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m   h a u s e r   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   t o r o n t o   r a p t o r s   ( 1 0 / 5 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i n   g r e e n   ☘ ️   i   l o o k   a m a z i n g ,   y e a h   y e a h   t h a t ' s   t r u e   🤟 
 
 b l a k e g r i f f i n   b o s t o n c e l t i c s   n b a   n b a i n a b u d h a b i   b r o o k l y n   n e t s   l a k e r s  
w h a t   g r a n t   w i l l i a m s ’   r u m o r e d   r a i s e   c o u l d   m e a n   f o r   b o s t o n   c e l t i c s   f u t u r e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i m e   u d o k a   u n l i k e l y   t o   c o a c h   a g a i n   f o r   c e l t i c s   –   l e a g u e   c i r c l e s   b o s t o n c e l t i c s   i m e u d o k a  
✈ ️   b o s t o n   ( b o s )   t o   m a d r i d   ( m a d )   f o r   o n l y   $ 3 2 6   ( u s d )   r o u n d t r i p   💸 
 9 4   l i v e   d a t e s   o n   a d v e n t u r e   m a c h i n e .   -   g e t   t h e   a p p   o n   i o s   o r   a n d r o i d   b o s t o n     b o s t o n t e r r i e r     b o s t o n c e l t i c s     b o s t o n f o o d i e s     b o s t o n t e r r i e r s     b o s t o n b l o g g e r  
g r a n t   w i l l i a m s   ‘ l o c k e d   i n ’   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b e   s u r e   t o   t u n e   i n   a t   5 p m   c d t   h o u s t o n   t i m e   f o r   t h e   w o r l d   p r e m i e r e   o f   p o s s i b l y   t h e   b e s t   l a r r y   l e g e n d   v i d e o   o f   a l l   t i m e   
 s h a r e   l i k e   s u b s c r i b e .   
 f o l l o w     o n   t w i t t e r   a n d   t a g   3   f r i e n d s   t o   f o l l o w   a n d   y o u ’ r e   a u t o   e n t e r e d   i n t o   a   g i v e a w a y 
 l a r r y l e g e n d   b o s t o n c e l t i c s   s p o r t s
i m e   u d o k a   u n l i k e l y   t o   c o a c h   c e l t i c s   a g a i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   w a l k i n g   w i t h   a   c r u t c h   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   m a k i n g   n e w   f r i e n d s   o n   h i s   t e a m   : ) 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
r o b e r t   w i l l i a m s '   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   e x e c u t i v e s   b e l i e v e   g r a n t   w i l l i a m s   i s   w o r t h   $ 1 2 - 1 3   m i l l i o n   i n   e x t e n s i o n   t a l k s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i m e   u d o k a   u n l i k e l y   t o   c o a c h   c e l t i c s   a g a i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   w a l k i n g   w i t h   a   c r u t c h   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   f a v o r e d   b l a k e   g r i f f i n   s i g n i n g   o v e r   c a r m e l o   a n t h o n y   d u e   t o   d e f e n s e ,   r o b   w i l l i a m s ’   e a r l y   s e a s o n   a b s e n c e   —   r e p o r t   b l a k e g r i f f i n   b o s t o n c e l t i c s   c a r m e l o a n t h o n y  
s a m   h a u s e r   9 - 1 3   t h r o u g h   2   p r e s e a s o n   g a m e ’ s ,   w i l l   h i s   g a m e   t r a n s i t i o n   t o   t h e   r e g u l a r   s e a s o n ?   b o s t o n c e l t i c s   n b a   n b a p r e s e a s o n   b l e e d g r e e n   h a u s e r f i r e  
r o b e r t   w i l l i a m s '   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   e x e c u t i v e s   b e l i e v e   g r a n t   w i l l i a m s   i s   w o r t h   $ 1 2 - 1 3   m i l l i o n   i n   e x t e n s i o n   t a l k s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e g u l a r s   r o l l   d e s p i t e   l o s s :   1 0   t a k e a w a y s   f r o m   c e l t i c s - r a p t o r s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d o   y o u   h a v e   a   p l a y e r   w h o   c a n   p u l l   o n   d e f e n s e ? 🧲 t e a c h   t h e m   p a s s i n g   s k i l l s !   g r e a t   e x a m p l e   h o w   t o   c r e a t e ,   u s e   a n d   d e v e l o p   a n   a d v a n t a g e . 
 
 ⁉ ️ h o w   d o   y o u   c a l l   t h e   p a s s   f r o m   m a r c u s   s m a r t ⁉ ️   
 n b a p r e s e a s o n   b o s t o n c e l t i c s  
i n s t a n t   r e a c t i o n :   c e l t i c s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   b r i a n s c a l a b r i n e   c e l t i c s h i g h l i g h t s   c e l t i c s p o s t g a m e l i v e   c e l t i c s r a p t o r s   c e l t i c s r a p t o r s a n a l y s i s   c e l t i c s r a p t o r s h i g h l i g h t s   c e l t i c s r a p t o r s p r e s e a s o n   c e l t i c s r a p t o r s r e a c t i o n  
s a m   h a u s e r   i s   f o r   r e a l :   t i m e   f o r   t h e   b o s t o n   c e l t i c s   t o   g i v e   h i m   a   b i g g e r   r o l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n e w n f t p r o f i l e p i c   w e l l !   i t ’ s   b a s k e t b a l l   s e a s o n   a g a i n !   🏀 ☘ ️   t i m e   t o   r e p   t h e   g a n g   g a n g   g r e e n !   g c g   g a n g g r e e n   b o s t o n c e l t i c s   l u c k y b i r d  
j o e   m a z z u l l a   o n   s a m   h a u s e r :   ' h i s   c o n f i d e n c e   c o m e s   f r o m   h i s   w o r k   e t h i c ”   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
⚠ ️   “ y o u   c a n   t a l k   a b o u t   t h e   i n c i d e n t   w i t h o u t   t a l k i n g   a b o u t   t h e   p e r s o n !   “     -       
 💭   t h o u g h t s   ⬇ ️   i m e u d o k a   b o s t o n c e l t i c s  
w e   m u s t   r e m a i n   c a l m 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
w e   h a v e   b l a k e   g r i f f i n ?   b o s t o n c e l t i c s  
d o n t e   d i v i n c e n z o   c o u l d ' v e   b e e n   a   b o s t o n   c e l t i c   l a s t   s e a s o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b o s t o n c e l t i c s v s t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s   b o s t o n c e l t i c s v s t o r o n t o r a p t o r s h i g h l i g h t s   c e l t i c s v s r a p t o r s f u l l g a m e h i g h l i g h t s   c e l t i c s v s r a p t o r s h i g h l i g h t s   e a s t e r n c o n f e r e n c e  
p o s t   g a m e   t h r e a d :   t h e   t o r o n t o   r a p t o r s   d e f e a t   t h e   b o s t o n   c e l t i c s   1 2 5 - 1 1 9   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
h o w   i m p o r t a n t   w a s   a d d i n g   v e t e r a n   b i g   m a n   b l a k e   g r i f f i n   t o   t h e   b o s t o n   c e l t i c s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
h a s   b o s t o n ' s   b u m p y   o f f s e a s o n   t a k e n   t h e   c e l t i c s   d o w n   a   p e g   a s   c o n t e n d e r s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b e e n   i n   t h e   c s   l o c k e r   r o o m   f o r   5   m i n s   a n d   s e e m s   l i k e   b l a k e   g r i f f i n   h a s   b e e n   h e r e   5 …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l o s t   a   p r e s e a s o n   g a m e 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
a f t e r   h i s   f i r s t   f i n a l s   a p p e a r a n c e ,   c e l t i c s   s t a r   i s   l e a r n i n g   t h e   s p o t l i g h t   h a s   b e e n   m a g n i f i e d   f o r   b e t t e r   a n d   f o r   w o r s e 
 
 r e a d   m o r e   h e r e :   
 
 n b a   s p o r t s   s p o r t s n e w s   n b a s e a s o n   n b a p l a y e r   b o s t o n c e l t i c s   n b a n e w s   s p o r t s n e w s d a i l y   b a s k e t b a l l   s p o r t s u p d a t e
s u p e r - e a r l y   m o c k   2 0 2 3   n b a   d r a f t   h a s   b o s t o n   c e l t i c s   t a k i n g   i o w a   f o r w a r d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   r e a c t i o n … r a p s   b e n c h   l o o k s   🔥 🔥 🔥   c o m e s   f r o m   1 7   d o w n ! ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
“ i   f o r g i v e   h i m ”   n i a   l o n g   w a n t s   i m e   u d o k a   b y   h e r   s i d e   d e s p i t e   i n f i d e l i t y   s c a n d a l     b o s t o n c e l t i c s   n b a
n e w   v i d e o   t o   w a t c h : 
 
 " b o y y   t h e   r a p t o r s   w e n t   n a s t y   |   r a p t o r s   v s   c e l t i c s   -   p o s t   g a m e   t h o u g h t s "   
 
 c r e a t o r :     d e e m y . 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c e l t i c s   b o s t o n c e l t i c s 
 
  
  s h o u l d   h a v e   w o n   t h i s   y e a r .   😞 
 
 b o s t o n c e l t i c s
o n   t h i s   d a y :   1 9 9 8   p r e s e a s o n   c a n c e l e d   a h e a d   o f   ' 9 8   l o c k o u t ;   g e o r g e   k a f t a n   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
p o s t   g a m e   t h r e a d :   t h e   t o r o n t o   r a p t o r s   d e f e a t   t h e   b o s t o n   c e l t i c s   1 2 5 - 1 1 9 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
w i l l   j a y s o n   t a t u m   a n d   j a y l e n   b r o w n   t a k e   t h e   b o s t o n   c e l t i c s   b a c k   t o   t h e   n b a   f i n a l s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j a y s o n   t a t u m   m i c & a m p ; 3 9 ; d   u p   i s   g o l d   😂 
   
 
   
 a a r o n n e s m i t h   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b r a d s t e v e n s   c a r s e n e d w a r d s   d a n i e l t h e i s   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   j a v o n t e g r e e n   j a y l e n b r o w n   j a y s o n t a t u m   k e m b a w a l k e r   m a r c u s s m a r t   p a y t o n p r i t c h a r d  
s o   g o o d   i   h a d   t o   s h a r e !   c h e c k   o u t   a l l   t h e   i t e m s   i ' m   l o v i n g   o n     f r o m     p o s h m a r k   f a s h i o n   s t y l e   s h o p m y c l o s e t   l a d y h a g e n   p f a l t z g r a f f   b o s t o n c e l t i c s :    
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - r a p t o r s   o v e r t i m e   t i l t   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
h e r e ' s   w h a t   s t o o d   o u t   f r o m   r a p t o r s '   o v e r t i m e   w i n   o v e r   c e l t i c s :   b o s t o n ' s   r e g u l a r s   s h a r p   a t   b o t h   e n d s   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e n d e   b a s k e t b a l l   h e r r e n   
 n b a s a i s o n v o r b e r e i t u n g   
 1 2 2 : 9 7   i n d i a n a p a c e r s   v s   c h a r l o t t e h o r n e t s   
 1 1 2 : 1 1 3   c l e v e l a n d c a v a l i e r s   v s   p h i l a d e l p h i a 7 6 e r s   
 1 2 5 : 1 1 9   n v   t o r o n t o r a p t o r s   v s   b o s t o n c e l t i c s   
 9 8 : 9 6   d a l l a s m a v e r i c k s   v s   o k l a h o m a c i t y t h u n d e r
t h e   c e l t i c s   d r o p   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s .   t h e y   w i l l   b e   i n   c h a r l o t t e   o n   f r i d a y .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
b o s t o n   c e l t i c s   l o s e   t o   t o r o n t o   r a p t o r s   i n   b e t t e r - t h a n - y o u - t h i n k   p r e s e a s o n   p e r f o r m a n c e ,   1 2 5 - 1 1 9   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
h o w   w i l l   t h e   c e l t i c s   u s e   m a l c o l m   b r o g d o n ?   p r e s e a s o n   r e a c t i o n s ,   & a m p ;   m o r e   |   t h e   c e l t i c s   c o l l e c t i v e     8 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :   r a p t o r s   1 2 5 ,     1 1 9   i n   o t .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b a s k e t b a l l   b o s t o n a t h l e t e m a g a z i n e  
n b a ,   c e l t i c s   t w i t t e r   r e a c t   t o   b o s t o n ' s   1 2 5 - 1 1 9   o v e r t i m e   l o s s   t o   t h e   r a p t o r s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r a p t o r s   a t   c e l t i c s :   b o s t o n   f a l l s   t o   t o r o n t o   1 2 5 - 1 1 9   i n   o v e r t i m e   a s   b e n c h   m o b   f i z z l e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
5   t a k e a w a y s   f r o m   c e l t i c s   v s .   r a p t o r s   a s   s a m   h a u s e r ,   m a l c o l m   b r o g d o n   s h i n e   i n   l o s s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  w e   g a v e   y ' a l l   a   b i t   o f   a   l e a d . . . . .   🤦 🏽 ‍ ♂ ️ ☘ ️ 🏀 🇨 🇦 👀 😏 🔥   n b a   w e t h e n o r t h   r a p t o r s   t o r o n t o r a p t o r s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   b o s t o n c e l t i c s   b o s t o n   p r e s e a s o n   l e t s g o r a p t o r s   c a n a d a   e s p n   t s n   t h e 6   t d o t   b a r t s i m p s o n  
c u t   t h i s   b u m   r i g h t   n o w     c e l t i c s   b o s t o n c e l t i c s  
c o m e   o n   b o s t o n ! ! ! !   l e t ' s   g e t   t h i s   d o n e !   b o s t o n c e l t i c s   c e l t i c s   🍀
p a y t o n p r i t c h a r d   i s   n i c e   w i t h   i t   n b a   b o s t o n c e l t i c s  
d u s t y   i m e   u d o k a   b i g   " d "   e n e r g y   
 c o r e y h o l c o m b   i m e u d o k a   b o s t o n c e l t i c s 
  
b r o w n   b e t t e r   t h a n   t a t u m   🤷 🏻 ‍ ♂ ️   n b a   b o s t o n c e l t i c s
i n   t h e   m o m e n t   w i t h   m y   b o y s   y q l   b o s t o n   b o s t o n c e l t i c s   🏀  
i   l o v e   j b !   😂   c e l t i c s   b o s t o n c e l t i c s  
b r o g d o n   i s   a   g r e a t   f i t .   h e   r e a l l y   i s .   b o y s   a r e   b a c k   b l e e d g r e e n   b o s t o n c e l t i c s
i   d o n ’ t   t h i n k   s m a r t ’ s   h a i r   i s   r e a l l y   g r e e n ,   c a n   s e e   s o m e   b l a c k   r o o t s .   b o s t o n c e l t i c s   c e l t i c s
🏀   o k l a h o m a   c i t y   t h u n d e r   v s     d a l l a s   m a v e r i c k s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 b a s k e t b a l l l i v e   u s a   a m e r i c a n   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
t h e   p l a y ,   t h e   t v   g r a p h i c s ,   t h e   m u s i c ,   m i k e   g o r m a n   a n d   s c a l   i n   t h e   c o m m   b o x ,   t h e   t d   g a r d e n   c r o w d ,   t h e   3   p o i n t e r s .   y e a h …   i t s   b a c k   b a b y ,   a n d   i ’ m   m o r e   k e e n   t h e n   e v e r 
 
 c e l t i c s   c e l t s   b o s t o n c e l t i c s
d e r r i c k   w h i t e   s t i l l   d r a w i n g   c h a r g e s   🔥 🔥 🔥 🤯     🤘 🏾 🧡   g o s p u r s g o   b o s t o n c e l t i c s
i t ’ s   r e f r e s h i n g   t o   h e a r   m i k e   g o r m a n   a g a i n   b o s t o n c e l t i c s
s a m   “   t h e   h i t m a n ”   h a u s e r   b o s t o n c e l t i c s     d u d e   i s   a   s h o o t e r   o f f   t h e   b e n c h .
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a t c h i n g   t h e     t a k e   o n   t o r o n t o   a n d   t h i s   g a m e   i s   o n   f i r e !   🔥 c e l t i c s   b o s t o n c e l t i c s
r a p t o r s   v s .   c e l t i c s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🏀   b a s k e t b a l l :   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 n b a l i v e   u s a   u s a s p o r t s   u s a s t y l e   a m e r i c a n b a s k e t b a l l   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
🏀   b a s k e t b a l l :   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 n b a l i v e   u s a   u s a s p o r t s   u s a s t y l e   a m e r i c a n b a s k e t b a l l   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
b o s t o n   c e l t i c s   n e w s   -     s t a r t e r s   f o r   t o n i g h t ' s   g a m e   w i t h   t h e   t o r o n t o   r a p t o r s .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   t o r o n t o   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   l i v e   s t r e a m   -   n b a   ( b a s k e t b a l l ) 
 
 w a t c h   b o s t o n   c e l t i c s   l i v e   s t r e a m   a g a i n s t   t o r o n t o   r a p t o r s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a  
b o s t o n   v s   t o r o n t o 
       ( 0 1 : 3 0   g m t + 2 ) 
 g a m e d a y   n b a   n b a p r e s e a s o n   n b a j a p a n g a m e s   
 l i v e   l i v e s t r e a m   b a s k e t b a l l   n b a i n a b u d h a b i   b o s t o n c e l t i c s   w e t h e n o r t h 
               🏀 l i n k   👇 

c a l l i n g   i t   n o w ,   b o s t o n   n b a   c h a m p s   2 0 2 3   🍀 b o s t o n c e l t i c s   b l e e d g r e e n
b l a k e   g r i f f i n   m a y   p l a y   t o n i g h t   d e p e n d i n g   o n   h o w   t h e   g a m e   g o e s   p e r   j o e   m a z z u l l a ,   b u t   l u k …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   r a p t o r s   w i l l   b e   w i t h o u t   o t t o   p o r t e r   j r .   ( l e f t   h a m s t r i n g   s t r a i n ) ,   j u s t i n   c h a m p a g n …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5   b o s v s g s w   n b a f i n a l s 2 0 2 2   n b a f i n a l s
j o e   m a z z u l l a   a d d r e s s e s   w h e t h e r   b l a k e   g r i f f i n   w i l l   m a k e   h i s   c e l t i c s   d e b u t   i n   w e d n e s d a y ' s   g a m e   a g a i n s t   r a p t o r s   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w h y   j a y s o n   t a t u m ,   j a y l e n   b r o w n   w o u l d   t r a d e   i n d i v i d u a l   a c c o l a d e s   f o r   a n   n b a   c h a m p i o n s h i p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   s t a r   j a y s o n   t a t u m   v a c a t i o n e d   i n   t h e   c a y m a n   i s l a n d s   j u s t   d a y s   a f t e r   l o s i n g   i n   t h e   2 0 2 2 …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ s o ,   i   j u s t   w a n t e d   t o   g o   r e l a x .   l o n g   s e a s o n ,   c l e a r l y , ”   t a t u m   t o l d   a n d s c a p e   d u r i n g   a   r e c e n t   n b a   s …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ i t   w a s   j u s t   a   l e a r n i n g   e x p e r i e n c e ,   l e a r n i n g   a   l e s s o n , ”   t h e   2 4 - y e a r - o l d   t a t u m   s a i d .   “ m a y b e   d o   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i n - s t o c k   a n d   r e a d y   t o   s h i p :   n b a   f u n k o g o l d   l e g e n d s   5 - i n c h   p r e m i u m   v i n y l   f i g u r e s 
 
 o r d e r   h e r e :   
 
 t r e a t y o s h e l f   v i n y l f i g u r e s   f u n k o   f u n k o p o p   f u n k o v i n y l   t o y s   b a s k e t b a l l   d e n n i s r o d m a n   l a r r y b i r d   m a g i c j o h n s o n   l a k e r s   c e l t i c s   c h i c a g o b u l l   b o s t o n c e l t i c s  
i t   t u r n e d   o u t   t a t u m   p l a y e d   i n   t h e   2 0 2 2   n b a   f i n a l s   w i t h   a   r i g h t   s h o u l d e r   i n j u r y ,   a n d   h e   a l s o   r e v e a l e d …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   r a p t o r s   ( 1 - 0 )   a t   b o s t o n   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
e x c l u s i v e   i n t e r v i e w :   j a y l e n   b r o w n   a n d   j a y s o n   t a t u m   o n   w i n n i n g   a   t i t l e ,   a n d   t h e   u p c o m i n g   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
5 9 f i f t y   i d e n t i t y   d 3   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   i d e n t i t y   d 3   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   a l w a y s g o t a f i t t e d o n m y h e a d 
 

w h o   k n e w   o n e   m a n ,   o n e   p e n i s   c o u l d   d e s t r o y   t h e   e n t i r e   c e l t i c s   o r g a n i z a t i o n   f r o m   w i t h i n .   h o m e   h a d   i t   m a d e   b u t   h o w   c a n   t h a t   m a l i k a     b   m a d     t h e y   w a n t e d   h i m   a n d   h e   s m a s h e d .   s h e   m a d   h e   d i d n ' t   b o t h e r   h e r   u g l i n e s s   b o s t o n c e l t i c s   e s p n   m a l i k a a n d r e w s   i s   t r a s h   🗑     
 b r i n g b a c k r a c h e l n i c h o l s
b o s t o n   c e l t i c s :   f o r m e r   f i r s t - r o u n d   p i c k   t h o u g h t   h e   w o u l d   b e   o n   c s   a t   2 0 2 2   t r a d e   d e a d l i n e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  g r e e t i n g s   f r o m   p u e r t o   r i c o   i m   a   h u g e   f a n   b l e e d g r e e n   b o s t o n   b o s t o n c e l t i c s   c e l t i c s  
2   c e l t i c s   a t   1   h e a t   |   f u l l   g a m e   h i g h l i g h t s   |   m a y   2 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 4 2 1 0 0 3 0 7   n b a  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   t o r o n t o   r a p t o r s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
5 9 f i f t y   c h a i n   s t i t c h   h e a 1 2 4 5 1   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c h a i n   s t i t c h   h e a r t   1 2 4 5 1   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   b o s t o n   c e l t i c s   o s b   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   c e l t i c s   o s b   h a t c r a w l e r   f i t t e d   f o r t h e l o v e o f t h e f i t t e d 
 

m a r c u s   s m a r t ,   m a l c o l m   b r o g d o n   a n d   d e r r i c k   w h i t e   c o u l d   b e c o m e   a   t e r r i f y i n g   t r i o   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
👨 🏽 ‍ 🍼 🗣 ️ s t e p h c u r r y   "   p r o u d   d a d d y   o f   t h e   b o s t o n c e l t i c s   " 
   t h e   s m i l e 😁 =   p r o u d   f a t h e r !     w e   r i d d i n   w i t   y o u   s t e p h !   🗣 ️   w a a a a a r r i o r s   
 
 e x p l o r e   s h o r t s   r e e l s   n b a   e x p l o r e p a g e   w a r r i o r s   f u n n y m e m e s 

b o s t o n   c e l t i c s :   s p o r t s   i l l u s t r a t e d   f e e l s   l i k e   j a y s o n   t a t u m   w i l l   m a k e   m v p   l e a p   i n   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w a s   i t   a   s n u b   f o r   b o s t o n   c e l t i c s   s t a r   f o r w a r d   j a y s o n   t a t u m   t o   n o t   g e t   a n y   m v p   v o t e s   i n   t h e   a n n u a l   n b a   g m   s u r v e y ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s i g n s   a r e   h o p e f u l   f o r   c e l t i c s ,   b u t   c a n   j o e   m a z z u l l a   b e   s t e r n   w i t h   t h e m   w h e n   n e e d e d ?   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
“ y o u   o w e   m e ”   n i a   l o n g   c o n f e s s e d   t o   r e a s o n   f o r   n o t   m a r r y i n g   ‘ c h e a t e r ’   i m e   u d o k a   ⁩     n b a   b o s t o n c e l t i c s
j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   g m   s u r v e y :   c e l t i c s   r e c e i v e   4 t h - m o s t   v o t e s   t o   w i n   2 0 2 3   n b a   t i t l e   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   d i s r e s p e c t e d   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b a s k e t b a l l p o d c a s t   b o s t o n c e l t i c s   b o s t o n c e l t i c s r u m o r s   b o s t o n g a r d e n   b r a d s t e v e n s   c e l t i c s p o d c a s t   c e l t i c s r u m o r s   d e r r i c k w h i t e   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   g r a n t w i l l i a m s e x t e n s i o n  
n b a   p r e s e a s o n :   b o s t o n   c e l t i c s   v s .   t o r o n t o   r a p t o r s   p r e d i c t i o n ,   o d d s ,   t v   c h a n n e l   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   m i l w a u k e e   b u c k s   h a v e   a   n e w   d e f e n s e   . . . 
   
 
   
 b o b b y p o r t i s   b o s t o n c e l t i c s   b r o o k l o p e z   b u c k s i n s i x   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g i a n n i s a n t e t o k o u n m p o m i l w a u k e e b u c k s   g i a n n i s b u c k s   g i a n n i s m i l w a u k e e b u c k s   g r a y s o n a l l e n  
m y   t o p   4   i n   t h e   e a s t 
 
 n e t s 
 b u c k s 
 c e l t i c s 
 h a w k s 
 
 n b a 2 k 2 3   n b a 2 0 2 3 s e a s o n   n b a   a t l a n t a h a w k s   b o s t o n c e l t i c s   b r o o k l y n n e t s   m i l w a u k e e b u c k s
r e a d   & a m p ;   r e a c t :   t h e   t a t u m   & a m p ;   b r o w n   i n t e r v i e w   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   g m   s u r v e y   r e l e a s e d   ( c e l t i c s   r e l a t e d   n o t e s )   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
e v e r y   b o s t o n   c e l t i c s   j e r s e y   i n   t e a m   h i s t o r y   w o r n   b y   o n l y   o n e   p l a y e r   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ' s   d e r r i c k   w h i t e   t a l k s   a b o u t   j o i n i n g   t h e   c e l t i c s '   s t a r t i n g   l i n e u p   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w h e r e   w o u l d   y o u   d r a f t   j a y s o n   t a t u m   t h i s   s e a s o n ?   
 
 n b a f a n t a s y   f a n t a s y b a s k e t b a l l   f a n t a s y n b a   f a n t a s y s p o r t s   b o s t o n c e l t i c s   c e l t i c s t a l k
c h a r l o t t e   h o r n e t s   v s .   b o s t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b o s t o n   h a s   r e t i r e d   2 4   j e r s e y   n u m b e r s   -   t h e s e   a r e   t h e   p l a y e r s   s o   h o n o r e d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j a y l e n   b r o w n   t o   a t l a n t a   h a w k s ?   n b a   . . . 
   
 
   
 a t l a n t a h a w k s   b o s t o n c e l t i c s   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s r u m o r s   b o s t o n c e l t i c s y o u t u b e   b r a d s t e v e n s   c e l t i c s r u m o r s   c e l t i c s r u m o r s t o d a y   c e l t i c s t o d a y   c e l t i c s t r a d e r u m o r s   c e l t i c s y o u t u b e v i d e o s   c h a t s p o r t s  
h o w   t h e   b o s t o n   c e l t i c s   u s e d   r o b e r t   w i l l i a m s   i i i   t o   u n l o c k   t h e i r   o f f e n s e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   f i t t i n g   r i g h t   i n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
“ w e ’ l l   g e t   t o   s e e   t h e i r   c h a r a c t e r   h a v i n g   b e i n g   l e d   b y   y o u n g   g o a t ”   d r a y m o n d   g r e e n   w a n t s   j a y s o n   t a t u m   t o   l e a d   c e l t i c s   t o   n b a   f i n a l s     b o s t o n c e l t i c s   g o l d e n s t a t e w a r r i o r s
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   9 9   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
m a x   k e l l e r m a n   o n   t a t u m   & a m p ;   b r o w n   l e a d   c e l t i c s   d e f   h o r n e t s   -   " c e l t i c s   c a n   w i n   t i t l e   w i t h   b r o w n   & a m p ;   t a t u m " 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
o n   t h i s   d a y :   b o s t o n   i c o n   b o b   c o u s y   s e l e c t e d   i n   c h i c a g o   s t a g s   d i s p e r s a l   d r a f t ;   j o h n   b a g l e y   t r a d e ;   d e r m i e   o ' c o n n e l l   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
f r e s h   p r i n c e   o f   b e l   a i r   a c t r e s s   n i a   l o n g   h a s   s a i d   l i t t l e   a b o u t   h e r   c h e a t i n g   b o s t o n   c e l t i c s   c o a c h   f i a …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o r s e y ,   a n   a c t o r   a n d   b u s i n e s s m a n   i n   b e v e r l y   h i l l s   w h o   m e t   l o n g   o n   t h e   s e t   o f   h e r   n b c   c r i m e   d r a m a   t h i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   v s .   c e l t i c s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ' s   t h e   l a t e s t   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a s   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   t h r o w i n g   s h a d e   a t   t h e   b r o o k l y n   n e t s   i n   h i s   i n t r o d u c t o r y   p r e s s e r ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
m a l c o l m   b r o g d o n   g i v e s   w h a t   h e   s h o u l d   w e   m a y   j u s t   g o   b a c k   t o   t h e   c h a m p i o n s h i p   g a m e .   b o s t o n c e l t i c s   🔥 💪 🏿 💯
p r e v i e w :   r a p t o r s   ( 1 - 0 )   a t   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   f i t t i n g   r i g h t   i n 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
c e l t i c s   m a l c o l m   b r o g d o n   a c q u i s i t i o n   v o t e d   n b a   o f f s e a s o n ' s   m o s t   u n d e r r a t e d   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b o s t o n   c e l t i c s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   j a y s o n t a t u m   u n i m o c k u p s   l o g o d e s i g n   n b a t w i t t e r            
“ i   t h i n k   i t ’ s   j u s t ,   t h e   l e a g u e   i s   c e r t a i n l y   t r e n d i n g   t h i s   w a y , ”   b u d e n h o l z e r   s a i d   o f   e m p h a s i z i n …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h o   w a n t s   t o   g o   t o   t h e   g a m e   t o m o r r o w ?   r e t w e e t   a n d   c o m m e n t   a   p h o t o   o f   y o u   i n   y o u r   c e l t i c s   g r e e n .   t i c k e t s   a r e   b l o c k e d   f r o m   r e s a l e .   w i l l   s e n d   d i g i t a l   t i c k e t s   t o   w i n n e r   t o m o r r o w   a r o u n d   n o o n . 
 
 b l e e d g r e e n   b o s t o n c e l t i c s   b o s t o n  
b o s t o n   c e l t i c s :   s u s p e n d e d   c o a c h   i m e   u d o k a ’ s   f i a n c é e   n i a   l o n g   c o m m e n t s   o n   a f f a i r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   s a y s   h e ' l l   e m b r a c e   a n y   r o l e   t h a t ' l l   h e l p   c e l t i c s   w i n   a   c h a m p i o n s h i p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s t a t h e   s e a s o n .   
   b o s t o n c e l t i c s   c u s r i s e   b l e e d g r e e n   b a n n e r 1 8 l o a d i n g      
j o e   m a z z u l l a   o n   r o b e r t   w i l l i a m s :   “ h e ’ s   i n   a   g r e a t   m i n d   f r a m e ”   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
p r i m e   b l a k e   g r i f f i n   o n   t h e   c e l t i c s   +   r e b u i l d   |   n b a   2 k 2 3 💚 🤍 💚 🤍 
 
 
 b a s k e t b a l l   y o u t u b e   y o u t u b e r   f e m a l e g a m e r     g a m i n g   n b a   n b a 2 k 2 3   n b a 2 k 2 3 p a r k   n b a 2 k 2 3 n e x t g e n   n b a 2 k 2 3 m y t e a m   n b a r e b u i l d   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   b l a k e g r i f f i n  
j o e   m a z z u l l a   r e a c t s   t o   b l a k e   g r i f f i n   c e l t i c s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b l a k e c e l t i c s   b l a k e g r i f f i n   b l a k e g r i f f i n c e l t i c s   b l a k e g r i f f i n i n t e r v i e w   b l a k e g r i f f i n s i g n i n g   b o s t o n c e l t i c s   b o s t o n s p o r t s   b r a d s t e e v e n s   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r a n d o m   t h o u g h t s   b e f o r e   t h e   s e c o n d   p r e s e a s o n   g a m e   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d e r r i c k   w h i t e   d i s c u s s e s   p l a y i n g   f o r   j o e   m a z z u l l a ,   w e l c o m i n g   b l a k e   g r i f f i n ,   a n d   w o r k i n g   a l o n g s i d e   m a l c o l m   b r o g d o n   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
  h e y ,   d u d e !   i ' m   p r a y i n '   f o r   y a !   b o s t o n c e l t i c s   b l a k e g r i f f i n   i ' m   a   p r o u d   f a n   o f   t h e   l a c l i p p e r s
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n i a   l o n g   b r e a k s   s i l e n c e   o n   i n s t a g r a m ,   d i s c u s s e s   ‘ m e n t a l   h e a l t h ’   f o l l o w i n g   i m e   u d o k a   s u s p e n s i o n   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
b r u n o   c a b o c l o   h a s   a g r e e d   t o   a   d e a l   w i t h   t h e   m e x i c o   c i t y   c a p i t a n e s   i n   t h e   n b a   g   l e a g u e ,   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   m a n y   l o w   h i t s   c a n   a   c o n t e n d e r   w i t h s t a n d   f r o m   t h e   t e a m s ? 
 
 b o s t o n c e l t i c s   n b a   e s p n  
🗞 a r t i c l e   d e t a i l s   b e l o w !   
 
 
 
 l a s e n t i n e l   l a s e n t i n e l n e w s   s e n t i n e l n e w s   b l a c k n e w s   s p o r t s   b o s t o n c e l t i c s   b l a c k p r e s s   n n p a  
t h o u g h t s   o n   b l a k e   t o   t h e   c e l t i c s 🏀   n b a   b o s t o n c e l t i c s   b l a k e g r i f f i n   o t n p o d c a s t  
j o e   m a z z u l l a   p r o v i d e s   u p d a t e   o n   r o b e r t   w i l l i a m s ,   d i s c u s s e s   g e t t i n g   b l a k e   g r i f f i n   a c c l i m a t e d ,   a n d   s h e d s   l i g h t   o n   p l a n   f o r   w e d n e s d a y ' s   p r e s e a s o n   g a m e   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m   h a u s e r ,   m f i o n d u   k a b e n g e l e   i m p r e s s   i n   c e l t i c s   p r e s e a s o n   w i n   o v e r   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ' s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   r o o k i e   j d   d a v i s o n   o n   m a r c u s   s m a r t ,   j a y s o n   t a t u m   m e n t o r i n g   h i m   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a t   t h e   m f a ,   j a y l e n   b r o w n   o p e n s   u p   a b o u t   l e a d e r s h i p   a n d   a   p r o m i s e   h e   m a d e   t o   h i m s e l f   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d i d n ’ t   e v e n   k n o w   b l a k e   j o i n e d   t h e   b o s t o n c e l t i c s
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   m a k e   s o l i d   s h o w i n g   i n   n b a ' s   a n n u a l   g m   s u r v e y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   j o i n s   b o s t o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b a s k e t b a l l p o d c a s t   b l a k e g r i f f i n   b l a k e g r i f f i n b o s t o n c e l t i c s   b l a k e g r i f f i n c e l t i c s   b o s t o n c e l t i c s   b r a d s t e v e n s   c e l t i c s p o d c a s t   d e r r i c k w h i t e   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   i m e u d o k a  
b l a k e   g r i f f i n   s i g n e d   a   f u l l y   g u a r a n t e e d   o n e - y e a r ,   $ 2 . 9 1 m   c o n t r a c t   w i t h   t h e   b o s t o n   c e l t i c s .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   1 3 4 ,   h o r n e t s   9 3 :   j a y l e n   b r o w n   l e a d s   a l l   s c o r e r s   i n   b l o w o u t   p r e s e a s o n   o p e n e r   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
2 0 0 0     s h a q u i l l e o n e a l   3 4   p o i n t s   2 0   r e b o u n d s   d o m i n a t e s   t h e     b o s t o n c e l t i c s   😤   s h a q a t t a c k   s h a q d i e s e l   n b a   t h e g o o d o l e d a y s   🏀 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥  
  !   @ _ b o r i 2 2   !   !   b l e e d g r e e n   ! b o s t o n c e l t i c s   !   t h e   o n e   a f t e r n o o n   r e t u r n   o f   t h e   n b a n o w !   s t a r t s   s o o n !  
b o s t o n   c e l t i c s   t i t l e   o d d s :   c s   r e m a i n   f a v o r i t e s   d e s p i t e   o f f s e a s o n   d r a m a   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
✈ ️   b o s t o n   ( b o s )   t o   p a r i s   ( c d g )   f o r   o n l y   $ 3 2 2   ( u s d )   r o u n d t r i p   💸 
 9 8 1   l i v e   d a t e s   o n   a d v e n t u r e   m a c h i n e .   -   g e t   t h e   a p p   o n   i o s   o r   a n d r o i d   b o s t o n     b o s t o n t e r r i e r     b o s t o n c e l t i c s     b o s t o n f o o d i e s     b o s t o n t e r r i e r s     b o s t o n b l o g g e r  
m a r l o n w a y a n s   c h i m e s   i n   o n   i m e u d o k a ' s   c h e a t i n g   s c a n d a l   a n d   t h i n k s   h i s   f i a n c é e ,   n i a l o n g ,   s h o u l d   " b e n d ,   n o t   b r e a k "   a n d   t r y   t o   w o r k   t h i n g s   o u t   w i t h   t h e   b e n c h e d   b o s t o n c e l t i c s   c o a c h   👀 
 
 d i s h f a m ,   s h o u l d   n i a   t r y   t o   w o r k   i t   o u t   w i t h   h e r   f i a n c e ?   
 s e e   m o r e   h e r e :    
e x a m p l e s   o f   a d j e c t i v e   t i t l e s :   
   s c o t l a n d c e l t i c s   ( s c o t t i s h   w h o   a r e   c e l t i c   c u l t u r a l l y ) . 
   i r e l a n d c e l t i c s   ( i r i s h   w h o   a r e   c e l t i c   c u l t u r a l l y ) . 
 b o s t o n c e l t i c s   ( b o s t o n i a n s   w h o   a r e   c e l t i c   c u l t u r a l l y ) 
 t i t l e s   a r e   n o t   c o m p l e t e   s e n t e n c e s .   t h e y   d o n ' t   h a v e   t o   s p e l l   o u t   c o n t e n t .
s a m   h a u s e r   m a k i n g   b i d   f o r   i n c r e a s e d   r o l e :   ‘ h o p e f u l l y   c a n   k e e p   i t   r o l l i n g ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h e n   i t   c o m e s   t o   w h a t   i m e   u d o k a   d i d   t o   g e t   s u s p e n d e d ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   ' w e   d o n ' t   k n o w   a n y t h i n g '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
k a b e n g e l e   c o n t i n u e s   t o   i m p r e s s   a f t e r   s t r o n g   s u m m e r   l e a g u e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   r e a c t s   t o   b l a k e   g r i f f i n   s i g n i n g   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i n   t o d a y ’ s   a t t h e b u z z e r   _ t i e r n a n   a n d     p r e v i e w   t h e   c e l t i c s   s e a s o n !   b o s t o n c e l t i c s   n b a    
s e e m s   t o   m e   t h e r e a l s t o r y   w i t h   t h e   b o s t o n c e l t i c s   i m e u d o k a   t h i n g   i s   c e l t s   o w n e r s h i p   t o s s i n g   t h e i r   e n t i r e   f e m a l e   s t a f f   u n d e r   t h e   b u s   t o   p r o t e c t   a n   o w n e r s   w i f e .   n o   w o n d e r   b r a d s t e v e n s   w a s   u p s e t .
c e l t i c s   b e s t   m i c ’ d   u p   m o m e n t s   o f   t   . . . 
   
 
   
 2 0 2 1 2 2 s e a s o n   a m a z i n g   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   d e f e n s e   d o u b l e d o u b l e   d u n k   e a s t e r n c o n f e r e n c e   f a d e a w a y   g a m e   g a m e s   h i g h l i g h t   h i g h l i g h t s   h o o p s   j u m p s h o t   j u m p e r   m i d r a n g e   n b a  
b o s t o n   c e l t i c s :   f o r m e r   f i r s t - r o u n d   p i c k   t h a n k s   5 x   a l l - s t a r   a f t e r   c s   d e b u t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
" t h e   s a g a   o f   c e l t i c s   c o a c h   i m e   u d o k a " 
 
 i n   t h i s   s e g m e n t ,   w e   d i s c u s s   t h e   b o s t o n   c e l t i c s   s u s p e n d i n g   t h e i r   c o a c h   i m e   u d o k a   f o r   a n   e n t i r e   s e a s o n   f o r   h a v i n g   a n   a f f a i r   w i t h   a   c e l t i c s   e m p l o y e e 
 
 i m e u d o k a   n i a l o n g   b o s t o n c e l t i c s   n b a   t u e s d a y v i b e   t u e s d a y
l e b r o n   b a c k s   r u s s ,   l a k e r s - p a c e r s   . . . 
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   c e n t r a l d i v i s i o n   c f b   c h a r l o t t e h o r n e t s   c h r i s p a u l   c o l i n c o w h e r d   c o l l e g e b a s k e t b a l l   c o l l e g e f o o t b a l l   d e a n d r e a y t o n   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   f o o t b a l l   g o l d e n s t a t e w a r r i o r s  
s e v e n   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ' s   2 0   g r e a t e s t   c e n t e r s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   d i d   b l a k e   g r i f f i n   t a k e   s h o t   a t   n e t s   l o c k e r   r o o m   w i t h   c s   p r a i s e ?   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w e l c o m e   t o   b o s t o n     l e t ’ s   s e e   i f   t h e   c l o c k   c a n   t u r n   b a c k   a n d   y o u   a r e   j u m p i n g   o u t   t h e   g y m   a g a i n   😂 😂   
 
 c e l t i c s t a l k   b o s t o n c e l t i c s  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   8 6   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   n e w   r o s t e r   a f t e r   t h e   s i g n i n g   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b l a k e g r i f f i n c e l t i c s   b l a k e g r i f f i n t o b o s t o n   b o s t o n c e l t i c s   b o s t o n c e l t i c s l i n e u p 2 0 2 3   b o s t o n c e l t i c s n e w s t o d a y   b o s t o n c e l t i c s r o s t e r 2 0 2 3   b o s t o n c e l t i c s t r a i n i n g c a m p 2 0 2 2   c e l t i c s l i n e u p 2 0 2 2  
" i t ' s   a   d i f f e r e n t   a t m o s p h e r e   t h a n   i ' m   u s e d   t o .   i n   a   g o o d   w a y . "   b l a k e   g r i f f i n   t a l k s   " w e l c o m i n g "   a t m o s …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   7 7   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n   t h i s   d a y :   b o s t o n   g u a r d   s i   g r e e n   p a s s e s ;   f o r w a r d   d o u g   s m i t h   s i g n s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   i n   g r e e n .   c e l t i c s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
r e c e n t l y   s i g n e d   b l a k e   g r i f f i n   h o l d s   i n t r o d u c t o r y   b o s t o n   c e l t i c s   p r e s s   c o n f e r e n c e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
m a r c u s   s m a r t   o n   i m e   u d o k a ’ s   s i t u a t i o n :   “ t h a t ’ s   n o t   m y   b u s i n e s s ,   a n d   i   d o n ’ t   w a n t   i t   t o   b e ”   b o s t o n c e l t i c s   i m e u d o k a   m a r c u s s m a r t  
c e l t i c s   p r a c t i c e   h i g h l i g h t s   f t .   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b o s t o n c e l t i c s m e d i a d a y   c e l t i c s c l n s   c e l t i c s m e d i a d a y   c e l t i c s p r a c t i c e   c e l t i c s p r a c t i c e h i g h l i g h t s   c e l t i c s t r a i n i n g c a m p   c e l t i c s t r a i n i n g c a m p h i g h l i g h t s   c l n s m e d i a  
t o r o n t o   r a p t o r s   a t   b o s t o n   c e l t i c s   2 0 2 2 - 2 3   p r e s e a s o n :   h o w   t o   w a t c h ,   b r o a d c a s t ,   l i n e u p s   ( 1 0 / 5 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n b a t w i t t e r   n b a   b a s k e t b a l l   b o s t o n c e l t i c s   
 
 t h e   b o s t o n   c e l t i c s   m i g h t   h a v e   t h e   n b a ' s   m o s t   t a l e n t e d   r o s t e r .   
 
 t a k e   a   l o o k   a t   t h e   b o s t o n   c e l t i c s   n b a   2 0 2 2 - 2 3   r o s t e r :  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r a n d o m   t h o u g h t s   a s   t h e   p r e s e a s o n   b e g i n s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   h o r n e t s   1 0 / 2 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   i n k s   p u m a   e n d o r s e m e n t   e x t e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t a l k s   a d d i t i o n   a n d   r o l e   o f   b l a k e   g r i f f i n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   h o p i n g   t o   r e m a i n   a s   a   c e l t i c   f o r   t h e   r e s t   o f   h i s   c a r e e r   b o s t o n c e l t i c s   m a r c u s s m a r t  
v i d e o :   f i r s t   e v e r   c e l t i c   9 1   b l a k e   g r i f f i n   t a l k s   a b o u t   w h a t   h e   c a n   b r i n g   t o   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   b l o w o u t   h o r n e t s   t o   k i c k   o f f   p r e s e a s o n   1 3 4   t o   9 3   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t w i t t e r   h a s   d e c i d e d   b l a k e   g r i f f i n   i s   t h e   m y s t e r y   f a t h e r   t o   l a n a   r h o a d e s ’   c h i l d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
m o r e   d i s t u r b i n g   d e t a i l s   c o m e   o u t   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c h r i s b r o u s s a r d   c j m c c o l l u m   c l i p p e r s n e w s   e a s t e r n c o n f e r e n c e   e s p n   f i r s t t a k e   i m e u d o k a   i m e u d o k a b o s t o n c e l t i c s   k a w h i l e o n a r d l a u g h   k e v i n d u r a n t   k e v i n d u r a n t t r a d e   k y r i e i r v i n g  
b o s t o n   w e   g o t t a   p r o b l e m !   👀   
 m a t t b a r n e s ,   w h o   i n i t i a l l y   d e f e n d e d   u d o k a   r e v o k e d   h i s   s u p p o r t   a f t e r   f i n d i n g   o u t   t h e   “ f a c t s " ,   s a y s   i f   t h e   t r u t h   c o m e s   o u t ,   h e ' l l   b e   l u c k y   i f   h e   s t i l l   c o a c h e s   i n   t h e   n b a   b o s t o n c e l t i c s   c e l t i c s t a l k 
 s o u r c e   v i a :    
2 0 0 2 - 0 3   u p p e r   d e c k   s p   a u t h e n t i c   5   p a u l   p i e r c e     b o s t o n c e l t i c s   c e l t i c s   h o f 
 
 $ 3   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
j a y l e n   b r o w n   p r a i s e s   m a l c o l m   b r o g d o n   i n   c e l t i c s '   d e b u t :   ' h e ’ s   d e f i n i t e l y   j u s t   g o i n g   t o   m a k e   u s   b e t t e r   o v e r a l l '   
 
 c e l t i c s   🏀 
 b o s t o n c e l t i c s   🏟 
 n b a   n b a t w i t t e r   
 
  
b l a k e g r i f f i n   w i l l   w e a r   n o   9 ⃣ 1 ⃣   i n   h o n o r   o f   d e n n i s r o d m a n ! 
 
 n b a t w i t t e r l i v e   n b a t w i t t e r   b o s t o n   c e l t i c s   b o s t o n c e l t i c s   g r i f f i n   b l e e d g r e e n   d e n n i s   r o d m a n   r o d z i l l a   w o r m  
c e l t i c s   r e d d i t   p o d c a s t   ( e p .   2 2 9 )   |   h a u s e   m o n e y 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
t h e   c e l t i c s '   l u c k   m i g h t   b e   c h a n g i n g . . . 
 
 
 
 c l i c k   t h e   l i n k   f o r   m o r e   o n   t h e   t e a m .   d r o p   y o u r   c e l t i c s   p r e d i c t i o n s   i n   t h e   r e p l i e s . 
 
 s p o r t s   n b a   b a s k e t b a l l   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
‘ i   d i d n ’ t   c o m e   h e r e   d e m a n d i n g   a   c e r t a i n   t y p e   o f   r o l e ’ :   h e r e ’ s   w h y   b l a k e   g r i f f i n   c h o s e   t o   p u r s u e   a   t i t l e   a n d   j o i n   t h e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   o n   u d o k a   s i t u a t i o n :   w e   d o n ' t   k n o w   a n y t h i n g ,   i t ' s   n o t   m y   b u s i n e s s   a n d   i   d o n ' t   w a n t   i t   t o   b e   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   o n   u d o k a   s i t u a t i o n :   w e   d o n ' t   k n o w   a n y t h i n g ,   i t ' s   n o t   m y   b u s i n e s s   a n d   i   d o n ' t   w a n t   i t   t o   b e   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s m a r t   s h r u g g e d   a n d   o f f e r e d   h a l f   a   l a u g h   w h e n   i t   w a s   s u g g e s t e d   i t   m i g h t   b e   a   l i t t l e   h a r d   t h a t   b a r n e s   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   v s .   c h a r l o t t e   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
o n   m o n d a y   m o r n i n g ,   1 5   d a y s   b e f o r e   t h e   s e a s o n - o p e n e r ,   g r i f f i n   o f f i c i a l l y   s i g n e d   w i t h   t h e   b o s t o n   c e l t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r i f f i n   e x p e r i e n c e d   t h e   w r a t h   o f   t h a t   y o u n g   c o r e   l a s t   s p r i n g   w h e n   h e   a n d   t h e   b r o o k l y n   n e t s   w e r e   s w e p …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   . . . 
   
 
   
 b o s t o n c e l t i c s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s f u l l g a m e h i g h l i g h t s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s h i g h l i g h t s   c e l t i c s h o r n e t s p r e s e a s o n h i g h l i g h t s   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s  
b l a k e   g r i f f i n   d i s c u s s e s   n e w   r o l e   w i t h   c e l t i c s ,   h i s   j o u r n e y   t o   b o s t o n ,   a n d   p l a y i n g   j o e   m a z z u l l a   i n   c o l l e g e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   i m e   u d o k a   ‘ m a y   n e v e r   a g a i n   b e   a   h e a d   c o a c h   i n   t h e   n b a ’   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
e v e n   t h o   i t   w a s   j u s t   p r e - s e a s o n ,   i t   s u r e   w a s   g r e a t   t o   s e e   s o m e   b o s t o n c e l t i c s   b a s k e t b a l l   i n   b o s t o n   y e s t e r d a y !       i ' m   o p t i m i s t i c   t o   s e e   h o w   t h i s   y e a r s   p a n s   o u t !  
( 2 n d   o c t o b e r   2 0 2 2 )   n b a   p r e s e a s o n   b e s t   p l a y s . 
 f u l l   v i d e o   l i n k :   
 
 
 n b a   n b a 2 k 2 3   n b a j a p a n g a m e s 2 0 2 2   3 6 e r s   b o s t o n c e l t i c s   c e l t i c s   h o r n e t s   l a m e l o b a l l   c r a i g r a n d a l l   r a n d a l l  
b o s t o n   c e l t i c s   v s .   c h a r l o t t e   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
b l a k e   g r i f f i n   s h a r e s   h i s   i n i t i a l   i m p r e s s i o n s   o f   n e w   c e l t i c s '   h e a d   c o a c h   j o e   m a z z u l l a   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a   s e l f - a w a r e   b l a k e   g r i f f i n   s a y s   h e   w a n t s   t o   ' f i l l   t h e   g a p s '   t o   h e l p   t h e   c e l t i c s '   c h a m p i o n s h i p   p u r s u i t   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   o p e n   t h e i r   p r e s e a s o n   w i t h   a   s t a t e m e n t   w i n   o v e r   h o r n e t s   |   . . .     v i a     
 
 n b a t w i t t e r   b o s t o n c e l t i c s   c e l t i c s   c e l t i c s w i n
i c y m i :   n i a   l o n g   s p o t t e d   f o r   1 s t   t i m e   s i n c e   i m e   u d o k a   s c a n d a l   +   m a t t   b a r n e s   s a y s   i m e   w i l l   b e   l u c k y   t o   e v e r   c o a c h   i n   t h e   n b a   a g a i n !     n i a l o n g   i m e u d o k a   b o s t o n c e l t i c s   k e m p i r e  
b o s t o n   c e l t i c s :   r e c e n t   6 x   a l l - s t a r   s i g n i n g   n o t   e x p e c t e d   t o   s t a r t   f o r   c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a s k e d   b l a k e   g r i f f i n   a b o u t   c o n v e r s a t i o n s   a n d   e a r l y   i m p r e s s i o n s   w i t h   h i s   c e l t i c s   t e a m m …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   w i l l   w e a r   n o .   9 1   f o r   t h e   c e l t i c s ,   a s   a   s a l u t e   t o   d e n n i s   r o d m a n .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   w i l l   b e   t h e   f i r s t   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   t o   w e a r   9 1 .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s o . .   i ' m   p r e t t y   d u r e   t h e   n e w   c e l t i c s '   p l a y e r   i a   a   b e l l a r k e   s h i p p e r 🤭 😂   
 . 
 b l a k e   g r i f f i n   t h e 1 0 0   b e l i z a   b o s t o n c e l t i c s 
    
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬇ ️ c h a r l o t t e h o r n e t s   9 3   ( 0 - 1 ) 
 ⬆ ️ b o s t o n c e l t i c s   1 3 4   ( 1 - 0 ) 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔹 9 / p t s 
 🔹 5 / r e b 
 🔹 4 / a s t 
 🔹 0 / s t l 
 🔹 1 / b l k 
 🔹 0 / t o 
 🔹 1 / 1 t 2 
 🔹 2 / 2 t 3 
 🔹 0 / t l 
 🔹 1 8 : 0 0 / m i n : s e g 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
l i v e   g a r d e n   r e p o r t :   c e l t i c s   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s p o s t g a m e s h o w   c h a r l o t t e h o r n e t s   c l n s   c l n s c e l t i c s p o s t g a m e   c l n s m e d i a   c l n s p o s t g a m e  
b o s t o n   h a s   a   ' d i f f e r e n t   a t m o s p h e r e   t h a n   i ’ m   u s e d   t o , '   s a y s   n e w e s t   c e l t i c   b l a k e   g r i f f i n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n   t h i s   e d i t i o n   o f   t h e l a s t d r o p ,   j b   & a m p ;     k i c k   o f f   o c t o b e r   w i t h   m e z c a l   m o n t h .   1 s t ,   w e   g e t   i n t o   a l l   t h e   s p o r t s   n e w s   i n v o l v i n g   t h e   b o s t o n c e l t i c s   c o a c h i n g   s t a t u s   & a m p ;   t h e   m i a m i d o l p h i n s   q b   i n j u r y .   t h e n   j b   o p e n s   u p   a   b o t t l e   o f   d o s h o m b r e s   m e z c a l   t o   r e v i e w 
 

i c y m i :   n i a   l o n g   s p o t t e d   f o r   1 s t   t i m e   s i n c e   i m e   u d o k a   s c a n d a l   +   m a t t   b a r n e s   s a y s   i m e   w i l l   b e   l u c k y   t o   e v e r   c o a c h   i n   t h e   n b a   a g a i n !     n i a l o n g   i m e u d o k a   b o s t o n c e l t i c s   k e m p i r e  
v e r s a t i l i t y   o n   d i s p l a y   i n   v i c t o r y   o v e r   t h e   c h a r l o t t e   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h a t   d o e s   t h e   b o s t o n   c e l t i c s '   1 3 4 - 9 3   p r e s e a s o n   b l o w o u t   o f   t h e   c h a r l o t t e   h o r n e t s   t e l l   u s   a b o u t   t h e   s e a s o n   t o   c o m e ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   m a k e   b l a k e   g r i f f i n   s i g n i n g   o f f i c i a l   v i a   p r e s s   r e l e a s e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i f   t a t u m   w e n t   u p   w i t h   h i s   l e f t   h a n d ,   t h i s   w o u l d   h a v e   b e e n   a n   e a s y   l a y u p 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
a n a l y s t :   ‘ b o s t o n   c e l t i c s   l o o k   l i k e   p o s t - j a n u a r y   c s   u n d e r   j o e   m a z z u l l a ’   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w e l c o m e   t o   b o s t o n ,     g r i f f i n   ☘ ️   📝   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e s t   i n   p e a c e   b i l l   r u s s e l l   -     n b a   n b a f i n a l s   n b a f i n a l s m v p   j e r r y w e s t   l e b r o n j a m e s   l a r r y b i r d   c e l t i c s   b o s t o n   b o s t o n c e l t i c s     b l a c k n e w s   b l a c k p o l i t i c s   b l a c k m e d i a   b l a c k v i e w s
n b a   b o s t o n c e l t i c s   i m e u d o k a   m a r c u s s m a r t   m a r c u s   s m a r t :   ' w e   d o n ' t   k n o w   a n y t h i n g '   a b o u t   i m e   u d o k a   s i t u a t i o n  
i t ’ s   t i m e   t o   r i n g   c h a s e   i n   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t a c o j a y _ s u p e r s t a r 🏀 🔥 
 
 🔸 f l o o r   p r i c e   0 , 0 4   $ e t h 
 🔸 p o l y g o n   n e t w o r k 
 🔸 b a s k e t t a r i   n f t   c o l l e c t i o n   a v a i l a b l e   o n   o p e n s e a   
 
 n f t s   n f t c o m m u n i t y   n f t c o l l e c t i o n   n f t d r o p   n f t g i v e a w a y   p f p   b a s k e t b a l l   n b a t w i t t e r   j a y s o n t a t u m   b o s t o n c e l t i c s   c e l t i c s   c e l t i c s n a t i o n 
 

m a l i k a a n d r e w s   i s   j u s t   a   l o n g   l i n e   o f   b l a c k   p e o p l e   e s p n   h i r e s   t o   d e g r a d e   b l a c k   m e n / a t h l e t e s .   s h e ' s   n o   d i f f e r e n t   t h a n   s t e p h e n a s m i t h   k e n d r i c k p e r k i n s   .   m a t t a r a i z a   f r o m   t h e   b i l l s   w a s   a c c u s e d   o f   g a n g   r a p e   a n d   t h a t   s t o r y   w e n t   a w a y   q u i c k .   i m e u d o k a   b o s t o n c e l t i c s
h o w   i   f e e l   a f t e r   o u r   f i r s t   p r e s e a s o n   g a m e   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
c e l t i c s   d i v e 
 g u a r d s -   s m a r t & g t ; w h i t e & g t ; b r o g d o n & g t ; p r i t c h a r d   ( y e s   h e   i s   p a r t   o f   t h e   r o t a t i o n ) 
 w i n g s -   b r o w n   a n d   t a t u m   s e t   i n   s t o n e 
 b i g s -   a l   h o r f o r d & g t ; g r a n t   w i l l i a m s & g t ; b l a k e   g r i f f i n 
 c e l t i c s t a l k   b o s t o n c e l t i c s   c e l t i c s
h o w   m u c h   d i d   j a y l e n   b r o w n ' s   f i t   s e t   h i m   b a c k ?   
 
 c e l t i c s   🏀 
 b o s t o n c e l t i c s   🏟 
 n b a   n b a t w i t t e r   
 

g r e a t   p i c   i   t o o k   t o d a y .   w e ’ l l   f o l l o w   y o u   t h r o u g h   t h e   f i r e   c o a c h . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
t w o   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ' s   2 0   g r e a t e s t   p o w e r   f o r w a r d   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   . . . 
   
 
   
 2 0 2 2 2 0 2 3 n b a s e a s o n   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c c b n   c e l t i c s v s h o r n e t s   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a   e x t e n d e d n b a h i g h l i g h t s   f u l l g a m e h i g h l i g h t s   h o r n e t s v s c e l t i c s   h o r n e t s v s c e l t i c s 2 0 2 2  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 6   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h e r e ' s   d e f i n i t e l y   a   f r e e d o m   i n   m y   m i n d   o f   n o t   h a v i n g   t o   b e   t h e   g u y   t h a t ' s   s c …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   m u c h   d i d   j a y l e n   b r o w n ' s   f i t   s e t   h i m   b a c k ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
“ n i a   l o n g   d e s e r v e d   b e t t e r   t h a n   t h i s   c h e a t e r ”   i m e   u d o k a   r e p o r t e d l y   h a d   m u l t i p l e   a f f a i r s   a n d   e v e n   s l e p t   w i t h   w i f e   o f   a   m i n o r i t y   o w n e r     b o s t o n c e l t i c s   n b a
p r a c t i c e   l i k e   i t ’ s   a   r e a l   g a m e   ‼ ️   b a s k e t b a l l   n b a   b o s t o n c e l t i c s   b o s t o n c e l t i c s ☘ ️   p r o   w o r k o u t 
   
 
   
 b a s k e t b a l l v i d e o s  
m a l c o l m   b r o g d o n   s h i n e s   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b r o g d o n c e l t i c s d e b u t   b r o g d o n d e b u t   c e l t i c s c l n s   c e l t i c s d e b u t   c e l t i c s p o s t g a m e l i v e   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c l n s   c l n s m e d i a   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n  
r e h a b   t i m e   💪 🏻 
 b o s t o n c e l t i c s  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 5   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
“ s i t   b a c k   m a g i c   j o h n s o n … i m   t a k i n g   o v e r ”   l a r r y   b i r d ’ s   t r a s h - t a l k   l e f t   l a k e r s   l e g e n d   s t u n n e d     b o s t o n c e l t i c s   l a l a k e r s
[ b o s t o n   c e l t i c s   o n   t w i t t e r ]   n e w   p a r q u e t   🔥 🔥 🔥 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
u p   n e x t !   n b a   2 k   r e a l i s t i c   r e t r o   g a m e p l a y !   d e r r i c k   r o s e   v s   p a u l   p i e r c e !   b u l l s   v s   c e l t i c s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   7 ,   2 0 2 2   6 : 0 0   p m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   c h i c a g o b u l l s   d e r r i c k r o s e   b o s t o n c e l t i c s   b u l l s v s c e l t i c s   c e l t i c s   b u l l s   p a u l p i e r c e  
o n   t h i s   d a y :   c e l t i c s   t r a d e   f o r   j e r r y   s i c h t i n g ;   c o u r t n e y   l e e   b o r n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j a y l e n   b r o w n   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 2 ) :   2 4   p o i n t s ,   5   r e b o u n d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c a b i n   j e l l y 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
w h e n   i t ’ s   y o u r   w e d d i n g   b u t   s p o r t   i s   l i f e ! 
   b o s t o n c e l t i c s   p o r t a d e l a i d e   w e a r e p o r t a d e l a i d e   a f l   n b a  
t h i s   l o o k e d   s o   w e i r d   i   h a d   t o   r e w i n d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
h o w       e d d i e   p a l l a d i n o ' s   d r e a m   c a m e   t r u e   t o   b e   t h e     p u b l i c   a d d r e s s   a n n o u n c e r   c e l t i c s t a l k   
   b o s t o n
j a y s o n   t a t u m   s u r p r i s e s   f a n s   o n   s t a g e   a t   j a c k   h a r l o w   c o n c e r t   i n   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e p i s o d e   1 8 8   i s   n o w   a v a i l a b l e   . . .   t h e   g o o d   t h i n g s   f r o m   b r o g d o n ,   t h e   s a m e   b a d   h a b i t s   f r o m   s m a r t ,   d w 9   g e t t i n g   m o r e   c o m f o r t a b l e   a n d   m u c h   m o r e 
 
 b o s t o n   b o s t o n c e l t i c s   c e l t i c s   n e w   p o d c a s t  
t o p i c   t u e s d a y :   w h a t   s h o u l d   t h e   c e l t i c s   o p e n i n g   n i g h t   s t a r t i n g   5   b e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 1 € 
 ➡  
2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   p r i x   e x t r a o r d i n a i r e   d e   2 1 € 
 🛒  
c e l t i c s   s i g n   r o x b u r y   n a t i v e   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   s i g n s   a j   r e e v e s   t o   e x h i b i t - 1 0   c o n t r a c t   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c e l t i c s ’   r o b e r t   w i l l i a m s   i i i   p r o j e c t e d   a s   n o .   1 1   c e n t e r   i n   n b a   f o r   2 0 2 2 - 2 3   b y   s p o r t i n g   n e w s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n e w   b o s t o n   v e r t   2 0 2 2   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 🛒  
h o w   d i f f e r e n t   c a n   w e   e x p e c t   i n t e r i m   b o s t o n   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t o   b e   f r o m   i m e   u d o k a ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u t é   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   i n c r o y a b l e   d e   2 1 € 
 ➡  
c e l t i c s   a l u m   k e n n y   a n d e r s o n   t a l k s   h i s   e c f   r u n s   w i t h   p a u l   p i e r c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   w a i v e   f o r m e r   k n i c k s   a n d   s p u r s   f o r w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s :   a l   h o r f o r d   l a u d s   v e t e r a n   f r e e   a g e n t   a d d i t i o n 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o
b o s t o n   c e l t i c s :   l a s t   l a k e r s   r o s t e r   s p o t   c o u l d   g o   t o   s u m m e r   l e a g u e   h e r o 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   d e a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   b e a u t i f u l   m i s s   t i a n a 
 c e l t i c s   g a m e d a y   b o s t o n  
n b a   r u m o r s :   c e l t i c s   s i g n   p r o v i d e n c e   g u a r d   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a z z u l l a :   l u k e   k o r n e t   w a s   a   ' f u l l   g o '   a t   p r a c t i c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   t o   r e p o r t e d l y   w a i v e   c a m p   i n v i t e e   l u k a   s a m a n i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s h o u l d   t h e   c e l t i c s   t r a d e   f o r   j a e   c r o w d e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p e l i c a n s   s i g n   f o r m e r   c e l t i c s ,   p a c e r s   a n d   t i m b e r w o l v e s   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   n o t e b o o k :   k o r n e t   c l o s e   t o   r e t u r n i n g   f r o m   i n j u r y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a l   h o r f o r d   b e l i e v e s   c e l t i c s '   c h e m i s t r y   f r o m   l a s t   y e a r ' s   r u n   h a s   ' c a r r i e d   o v e r '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p a y t o n   p r i t c h a r d ' s   b a t t l e   f o r   m i n u t e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
        d i n g   d i n g   d i n g   f o r   a j !     l o c a l   b o s t o n   k i d   g e t t i n g   a   l e g i t   c e l t i c s   c o n t r a c t !     a w e s o m e   n e w s      
a l   h o r f o r d   b e l i e v e s   c e l t i c s '   c h e m i s t r y   f r o m   l a s t   y e a r ' s   r u n   h a s   ' c a r r i e d   o v e r '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p a y t o n   p r i t c h a r d ' s   b a t t l e   f o r   m i n u t e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i m e   u d o k a   s u s p e n d e d   f r o m   c o a c h i n g   c e l t i c s   
 
 i m e u d o k a   n b a   b a s k e t b a l l   c e l t i c s   b o s t o n  
f o r m e r   c e l t i c s   h e a d   c o a c h   d o c   r i v e r s   c l a i m s   b o s t o n   l e t   k e y   p i e c e s   g o   t o o   s o o n   a f t e r   2 0 0 8   t i t l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i a   l o n g   s h a r e s   f a m i l y   p h o t o   w i t h   s o n s   w e e k s   a f t e r   f i a n c é   i m e   u d o k a ' s   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   e n c o u r a g e d   w i t h   l u k e   k o r n e t ’ s   r e c o v e r y   f r o m   a n k l e   i n j u r y :   ‘ h a p p y   t o   h a v e   h i m   b a c k ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t a c k o   f a l l   r e v e a l s   h i s   f r i e n d s h i p   w i t h   c e l t i c s ’   g r a n t   w i l l i a m s   s t a r t e d   w i t h   a   d u n k   a t t e m p t   a t   t h e   2 0 1 9   n b a   c o m b i n e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   h a s   ‘ f i t   i n   q u i c k l y ’   t o   t h e   b o s t o n   c e l t i c s ,   a c c o r d i n g   t o   a l   h o r f o r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h e r e   d o   r a p t o r s   r a n k   a m o n g   c e l t i c s '   t o p   c h a l l e n g e r s   i n   e a s t e r n   c o n f e r e n c e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 1 € 
 🛒 
 
 n b a  
w h a t   l u k e   k o r n e t ' s   r e t u r n   t o   c e l t i c s   p r a c t i c e   m e a n s   f o r   f r o n t   c o u r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n j u r y   u p d a t e :   b o s t o n ’ s   l u k e   k o r n e t   ‘ a   f u l l   g o ’   i n   p r a c t i c e   m o n d a y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   a l   h o r f o r d :   b l a k e   g r i f f i n   i s   a l r e a d y   ' o n e   o f   u s '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r c u s s m a r t   m a r c u s   s m a r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
🇺 🇸 | n o u v e a u t é   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 n b a  
m a r c u s   s m a r t   r e a c t s   t o   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a i l b a g :   w i l l   a   g r a n t   w i l l i a m s   c o n t r a c t   e x t e n s i o n   g e t   d o n e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   a d m o n i s h e s   d r a y m o n d   g r e e n   f o r   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   i s   r e a d y   f o r   a n o t h e r   l e a p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a i l b a g :   w i l l   a   g r a n t   w i l l i a m s   c o n t r a c t   e x t e n s i o n   g e t   d o n e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   p r i x   f o u   d e   2 ⃣ 1 ⃣ € 
 ➡  
m a r c u s   s m a r t   d i s c u s s e s   d r a y m o n d   g r e e n - j o r d a n   p o o l e   f i g h t :   ' i t   h a p p e n s '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   g e t s   k e m b a   w a l k e r ’ s   v o t e   o f   a p p r o v a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
h o w   w i l l   t h e   b o s t o n   c e l t i c s   u s e   r e s e r v e   p o i n t   g u a r d   m a l c o l m   b r o g d o n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ' i   w a n t   t o   h e l p   ( u s )   w i n '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   t r o p h y   c l u b   c a r d s -   d a z z l e   p a r a l l e l s -   p a u l   p i e r c e -   r a y   a l l e n -   k e v i n   g a r n e t t -   $ 2   e a c h   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   s t r u g g l i n g   t o   g a r n e r   n b a   i n t e r e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l o v e   t o   s e e   i t ,   w h y   b o s t o n   s p o r t s   i s   s u c h   t h e   c i t y   o f   c h a m p i o n s ,   s u p p o r t i n g   e a c h   o t h e r .   
 
 o n t o b a n n e r 1 8   c e l t i c s   
 
  
b o s t o n ’ s   m a r c u s   s m a r t   t h i n k s   d r a y m o n d   g r e e n   ‘ m a d e   a   m i s t a k e ’   w i t h   t h e   j o r d a n   p o o l e   f i g h t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   n o t   c o n c e r n e d   a b o u t   p r e s e a s o n   s h o o t i n g   w o e s   f o l l o w i n g   l o s s   t o   b u l l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e r e ' s   w h a t   m a r c u s   s m a r t   s a i d   a b o u t   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a n   a g i t a t o r   h i m s e l f ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   w a r r i o r s '   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e r e ' s   w h a t   m a r c u s   s m a r t   s a i d   a b o u t   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n j u r y   u p d a t e :   l u k e   k o r n e t   ‘   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i n g   i n   n o n - c o n t a c t   d r i l l s ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
‘ t h i s   i s   a   g r e a t   o p p o r t u n i t y , ’   s a y s   c e l t i c s ’   n o a h   v o n l e h   o f   h i s   s h o t   a t   m a k i n g   b o s t o n ’ s   r o s t e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
v i n t a g e   b o s t o n   m a s s   s t a t e   h o u s e   m a s s a c h u s e t t s   n e w   e n g l a n d   u s a   t r a v e l   p e n n a n t       a n t i q u e   w a l l d e c o r   v i n t a g e e t s y   n f l   m i t   f e l t p e n n a n t   n e w e n g l a n d   b o s t o n   m l b   r e d s o x     d i r t y w a t e r   n h l b r u i n s   p a t r i o t s   c e l t i c s   u s a   f o r e v e r n e   a n t i q u e s   h a r v a r d   u m a s s
v i n t a g e   ' s a l i s b u r y   b e a c h ,   m a s s . '   m a s s a c h u s e t t s   u s a   s o u v e n i r   t r a v e l   p e n n a n t       a n t i q u e   w a l l d e c o r   v i n t a g e e t s y   u s a   p a t s f o o t b a l l     a l l a b o u t 1 8   f e l t p e n n a n t   v i n t a g e   n e w e n g l a n d   b o s t o n   r e d s o x   n h l b r u i n s   p a t r i o t s   n f l   c e l t i c s   m i t   s a l i s b u r y   u m a s s
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a n   a g i t a t o r   h i m s e l f ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   w a r r i o r s '   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e p .   a y a n n a   p r e s s l e y   o n   j a y l e n   b r o w n ’ s   l e a d e r s h i p   i n   b o s t o n   a n d   b e y o n d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s ’   m a r c u s   s m a r t   o n   d r a y m o n d   g r e e n   i n c i d e n t :   ‘ h e   m a d e   a   m i s t a k e …   a s   a   l e a d e r ,   y o u   c a n ’ t   d o   t h a t ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  w h y   t h o   h e   a i n ’ t   g o n n a   d o   s h i t   f o r   u s   f r   c e l t i c s     b o s t o n
a s k   t h e   b o s t o n   c e l t i c s   h o w   t h a t   g o .   m a t t e r   o f   f a c t ,   t h e   h u s b a n d   & a m p ;   t h e   w i f e   w o r k e d   a t   t h e   s a m e   p l a c e   a n d   s h e   * s t i l l *   c h e a t e d . 
 s o   w h a t   w u d   b e   t h e   c a s e   i f   t h e y   w o r k e d   m i l e s   a p a r t ? 
 
 l i s t e n . . .
n o a h   v o n l e h   i s   t h e   o b v i o u s   c h o i c e   t o   m a k e   t h e   c e l t i c s   r o s t e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   o n   d r a y m o n d   g r e e n   v i d e o :   ' a s   a   l e a d e r ,   y o u   c a n ' t   d o   t h a t '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l u k e   k o r n e t   r e t u r n s   t o   c e l t i c s   p r a c t i c e   a f t e r   s p r a i n   f o r   n o n - c o n t a c t   d r i l l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a t c h :   j u s t i n   j a c k s o n   h a s   b i g   b l o c k   o n   f o r m e r   d u k e   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
[ p r e v i e w   2 0 2 2 - 2 3 ]   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a b a u t r e t   a l l   a n g e l e s   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t   b a s k e t b a l l   b l o c k   b o s t o n c e l t i c s   b r y a n t   b u l l s   c a r m e l o   c h i c a g o   c h r i s   c l i p p e r s   c o n t r e   c u r r y   d a v i s   d u f a n t   d u n k   d u r a n t   e a s t e r n c o n f e r e n c e  
d o c   r i v e r s   r e v e a l s   s i x e r s   s t a r t e r s   w i l l   p l a y   i n   f i n a l   2   p r e s e a s o n   g a m e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   l a b   1 4 6 :   c a t c h i n g   u p   w i t h   t a c k o   f a l l   o n   h i s   n e w   b o o k ,   t h e   c b a ,   a n d   t i e s   t o   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   b o s t o n   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
i f   t h e   c e l t i c s   w i n   t h e   2 0 2 3   n b a   c h a m p i o n s h i p ,   t h e s e   w i l l   b e   t h e   r e a s o n s   w h y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   b o s t o n   c e l t i c s   a r e   r i d i c u l o u s l y   g o o d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e p t h   s h i n e s   i n   p r e s e a s o n   w i n :   1 0   t a k e a w a y s   f r o m   c e l t i c s - h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e y     !   w h a t   b a s k e t b a l l   p l a y e r   w o u l d   b e   a   g r e a t   s p o k e s p e r s o n   f o r   a u t u m n ? …   t a c k o   f a l l .     b l e e d g r e e n   b o s t o n   c e l t i c s   f a l l   a u t u m n   t a c o s
⚽ | n o u v e a u t é   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   p r i x   d i n g u e   d e   2 1 € 
 🛒 
 
 n b a  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
w i l l   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   b r i n g   o u t   t h e   b e s t   o f   j a y l e n   b r o w n   a n d   j a y s o n   t a t u m ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ’ s   j a y s o n   t a t u m   c r a c k s   t o p   t h r e e   i n   s p o r t i n g   n e w s ’   2 0 2 2 - 2 3   t o p   s m a l l   f o r w a r d s   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c a n   s a m   h a u s e r   a n d   l u k e   k o r n e t   g i v e   t h e   b o s t o n   c e l t i c s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b l a k e g r i f f i n   b l a k e   g r i f f i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j u s t i n   j a c k s o n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u s t i n j a c k s o n   j u s t i n   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
k e m b a   w a l k e r   h a s   ' s o m e   r e g r e t s '   p l a y i n g   f o r   c e l t i c s   i n   n b a   b u b b l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
s p o r t i n g   n e w s   r a n k s   c e l t i c s ’   m a r c u s   s m a r t   i n   n b a ’ s   t o p   h a l f   o f   s t a r t i n g   p o i n t   g u a r d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   b o s t o n   d o m i c i l e   2 0 2 2   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 n b a  
e v a l u a t i n g   b l a k e   g r i f f i n ' s   p r e s e a s o n   d e b u t   w i t h   t h e   b o s t o n   c e l t i c s 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   n e t s   p i s t o n s   w i z a r d s   c l i p p e r n a t i o n   j a p a n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s     u s a
🇺 🇸 | n e w   b o s t o n   d o m i c i l e   2 0 2 2   t a t u m   0 ⃣ 
 a u   t a r i f   d i n g u e   d e   2 1 € 
 ➡ 
 
 2 0 2 2  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
⚽ | n o u v e a u   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   i n c r o y a b l e   d e   2 1 € 
 ➡ 
 
 2 0 2 2  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ‘ i   w a n t   t o   h e l p   ( u s )   w i n ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ' s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ’ s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   t e l l s     p o s t - g a m e :   " t h e   i n t e n s i t y   l e v e l   a n d   m a t u r i t y   l e v e l   o f   t h i s   . . .   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i m e   u d o k a   a c c u s e d   o f   s l e e p i n g   w i t h   w i f e   o f     b o s t o n   c e l t i c s   o w n e r     v i a  
p a u l   g e o r g e   s t a r s   i n   n b a   c o m m e r c i a l   w i t h   j a y s o n   t a t u m ,   j o e l   e m b i i d ,   a n d   d a m i a n   l i l l a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   p r o m o t e   f o r m e r   w v u   p o i n t   g u a r d   t o   i n t e r i m   h e a d   c o a c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e c a p :   h o r n e t s   d r o p   t h i r d   s t r a i g h t   p r e s e a s o n   g a m e ,   l o s e   t o   c e l t i c s ,   1 1 2 - 1 0 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ’ s   j a y l e n   b r o w n   r a n k e d   i n   s p o r t i n g   n e w s ’   t o p   f i v e   n b a   s h o o t i n g   g u a r d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
b o s t o n ’ s   j a y l e n   b r o w n   j u s t   o u t s i d e   o f   s p o r t s   i l l u s t r a t e d ’ s   t o p   2 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g a m e   r e c a p :   c e l t i c s   1 1 2 ,   h o r n e t s   1 0 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - h o r n e t s   p r e s e a s o n   r e m a t c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c h a r l o t t e   h o r n e t s   d r o p   t h i r d   s t r a i g h t ,   l o s e   t o   b o s t o n   c e l t i c s 
 
 
 
 n b a   c h a r l o t t e   h o r n e t s   a l l f l y   b o s t o n   c e l t i c s   b l e e d g r e e n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a a l l s t a r   n b a j a p a n g a m e s 2 0 2 2   n b a i n a b u d h a b i   l a k e s h o w   h e a t t w i t t e r   m f f l   s u n s
j u s t i n   j a c k s o n   s t r e n g t h e n s   c a s e   f o r   c e l t i c s   r o s t e r   s p o t   i n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   i m e   u d o k a ' s   f a l l o u t   w i t h   b o s t o n   c e l t i c s   c o u l d   s a v e   t h e   b r o o k l y n   n e t s 
 
 
 
 n b a   b r o o k l y n t o g e t h e r   n e t s   b r o o k l y n   b l e e d g r e e n   b o s t o n   c e l t i c s   t r u e t o a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n
b o s t o n   c e l t i c s :   b / r   s e e s   d e r r i c k   w h i t e   a s   o d d   m a n   o u t   i n   b a c k c o u r t 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   t r u e t o a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a i n a b u d h a b i   n b a j a p a n g a m e s 2 0 2 2   m f f l
b l a k e   g r i f f i n   p r a i s e s   ' o f f   t h e   c h a r t s '   c e l t i c s   i n t e n s i t y ,   m a t u r i t y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   b o s t o n   c e l t i c s   n b a   v i d e o :  
j u s t i n   j a c k s o n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j u s t i n   j a c k s o n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
d e r r i c k   w h i t e   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   d e r r i c k   w h i t e   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
j u s t i n   j a c k s o n   s t r e n g t h e n s   c a s e   f o r   c e l t i c s   r o s t e r   s p o t   i n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
l a m e l o   b a l l   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   l a m e l o   b a l l   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
g r a n t   w i l l i a m s   l o o k s   l i k e   a   n e w   p l a y e r :   7   t a k e a w a y s   f r o m   c e l t i c s   v s .   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h r e e   g a m e s ,   t h r e e   d e f e a t s .   w h a t   w e   l e a r n e d   i n   t h e   h o r n e t s ’   p r e s e a s o n   l o s s   t o   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e r r i c k   w h i t e   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e r r i c k w h i t e   d e r r i c k   w h i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
n o a h   v o n l e h   -   1 4   p t s ,   1 3   r e b ,   2   a s t ,   1   s t l   f u l l   h i g h l i g h t s | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 n o a h v o n l e h   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

b l a k e   g r i f f i n   t a k e s   s u b t l e   s h o t   a t   n e t s   a m i d   p r a i s e   f o r   c e l t i c s   a f t e r   h i s   b o s t o n   d e b u t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a l e n   m c d a n i e l s   w i t h   a n   a l l e y   o o p   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  b l a k e   g r i f f i n   c e l t i c s   d e b u t   -   7   p t s ,   9   r e b ,   2   a s t   f u l l   p l a y | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 b l a k e g r i f f i n   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

d e r r i c k   w h i t e   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e r r i c k w h i t e   d e r r i c k   w h i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
p a y t o n   p r i t c h a r d   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a y t o n p r i t c h a r d   p a y t o n   p r i t c h a r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j u s t i n   j a c k s o n   w i t h   a   b l o c k   v s   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n o a h v o n l e h   n o a h   v o n l e h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
w h a t   e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   s a i d   a b o u t   j o e   m a z z u l l a   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   t a k e a w a y s   a s   d e r r i c k   w h i t e   s h i n e s ,   b l a k e   g r i f f i n   m a k e s   d e b u t   i n   p r e s e a s o n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :     1 1 2 ,   h o r n e t s   1 0 3 .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
k e m b a   w a l k e r :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   ' a   s p e c i a l   p e r s o n '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
q u e s t i o n :   w h e n   i n   b o s t o n   w h e r e   d o   y o u   g o   f o r   p i n t s   & a m p ;   a   b i t e   n e a r   t h e   ?   l o o k i n g   f o r   t h e   f e e l   o f     i n   m o n t r e a l .   i   w a n t   t o   s e e   h o w   t h e   l o c a l s   s u p p o r t   t h e i r     a s   w e   d o   o u r   h a b s .   t h e   n e x t   n i g h t   i ' m   a t   t h e     h o m e - o p e n e r .
l a m e l o   b a l l   n e e d s   a n k l e   i n s u r a n c e   a f t e r   t h i s   c r o s s o v e r   b y   w h i t e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   l a m e l o   b a l l   c r o s s o v e r   c h a   c h a r l o t t e   h o r n e t s   b o s   b o s t o n   c e l t i c s
e d d i e   h o u s e :   d r a y m o n d   g r e e n   ' a   b u l l y '   f o r   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   v s .   h o r n e t s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
( n e w   y o r k   t i m e s ) : b o s t o n   c e l t i c s   c o a c h   i m e   u d o k a   r o s e   f a s t   a n d   f e l l   h a r d   :   w e e k s   a f t e r   t h e   c e l t i c s   a b r u p t l y   s u s p e n d e d   u d o k a   f o r   t h e   s e a s o n ,   i t ’ s   s t i l l   n o t   e n t i r e l y   c l e a r   w h y .   s o m e   w h o   h a v e   k n o w n   h i m   a r e   s t r u g g l i n g   t o   m a k e   s e n s e   . .  
e v e r y t h i n g   i t ' s   o k   c e l t i c s 
 
 b e l i e v e   i n   b o s t o n   
 
 r o a d t o 1 8   ☘ ️  
i n   t h e   s p o r t s   w o r l d ,   t h e   h e a d   c o a c h   i s   v e r y   “ f a m o u s ” .   t h a t   i s   c e l e b r i t y .   a n d   i t ’ s   i n t o x i c a t i n g !   e v e n   t o   p e o p l e   w h o   s h o u l d   k n o w   b e t t e r .   i m e u d o k a   b o s t o n   c e l t i c s   n b a   n i a l o n g  
c e l t i c s   s t a r   j a y l e n   b r o w n   o p e n s   u p   d u r i n g   b o s t o n ,   m f a   p a n e l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s t a r   j a y l e n   b r o w n   o p e n s   u p   d u r i n g   b o s t o n ,   m f a   p a n e l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c h a r l o t t e   h o r n e t s   a t   b o s t o n   c e l t i c s   p r e v i e w   a n d   g a m e   t h r e a d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   p o w e r s   o f   7 :   r e i n t r o d u c i n g   t h e   2 0 2 2 - 2 3   n b a   t i t l e   c o n t e n d e r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   ( 1 - 1 )   a t   c h a r l o t t e   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u t é   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   h a l l u c i n a n t   d e   2 1 € 
 🛒  
d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s p e a k i n g   a t   m f a   p a n e l ,   c e l t i c s ’   j a y l e n   b r o w n   c h a l l e n g e s   b o s t o n i a n s   t o   b e t t e r   c i t y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   w i l l   m a k e   c e l t i c s   d e b u t   f r i d a y   a g a i n s t   t h e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   f o u   d e   2 ⃣ 1 ⃣ € 
 🛒  
k e v i n   g a r n e t t   i s   t h e   e p i t o m e   o f   t h e   s t r e t c h   4 . 
   
 c e l t i c s   t i m b e r w o l v e s   b o s t o n   m i n n e s o t a    
3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b e s t   o f   j a y s o n   t a t u m   f r o m   2 0 2 2   p l a y o f f s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o t   t a k e s   w e   m i g h t   a c t u a l l y   b e l i e v e :   c e l t i c s   m o r e   l i k e l y   t h a n   w a r r i o r s   t o   r e t u r n   t o   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   h a s   e a r n e d   a n   i m p o r t a n t   r o l e   o f f   t h e   c e l t i c s   b e n c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   t r a v e l   t o   h o u s t o n   t o   f a c e   r o c k e t s :   p r e v i e w ,   s t a r t   t i m e ,   a n d   m o r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o   r a p t o r s   a n d   c e l t i c s   f a n s   h a v e   b e e f . . .   😆   
 
 
 
 r a p t o r s   t o r o n t o   b o s t o n   c e l t i c s
s a m   h a u s e r   i s   p r o v i n g   h e ' s   r e a d y   f o r   a   b i g g e r   r o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m o r e   p r a y e r s   u p   f o r   b l a c k   l o v e         . _   
 p o d c a s t   r e e l s   f u n n y   r e l a t i o n s h i p   t r e n d i n g   b r e a k i n g   b l a c k i n s t a g r a m   b l a c k t w i t t e r   n b a   b o s t o n   c e l t i c s   n i a l o n g   i m e u d o k a  
o n   b i l l   r u s s e l l ’ s   l e g a c y   a n d   b o s t o n   b a s k e t b a l l   w /   r e p .   a y a n n a   p r e s s l e y   
   
 
   
 b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
📣   n e w   p o d c a s t !   " t h e   b l a c k   m a l e   p o d c a s t   e p   8 1   -   t a k e   o w n e r s h i p "   o n     s p o r t s   x   b l a c k m a l e   b o s t o n   c e l t i c s   c o a c h   g e t   g e t t i n g   g w u n n e t w o r k   h u r t   l a m a r   l o v e   n e e d s   p a i d   p o d c a s t   t a l k   t o   t r e d o t   t s i s w h o i a m   t u e  
⚽ | n e w   b o s t o n   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 🛒  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 1 € 
 🛒 
 
 2 0 2 2  
g r a n t   w i l l i a m s   ' l o c k e d   i n '   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h y   b l a k e   g r i f f i n   c h o s e   t o   w e a r   n o .   9 1   w i t h   c e l t i c s ,   a n d   t h e   r e a s o n   h e ’ s   s t i l l   p l a y i n g   b a s k e t b a l l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 1 € 
 🛒 
 
 t a t u m  
c e l t i c s   v s .   h o r n e t s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ’ s   g r a n t   w i l l i a m s   j u s t   o u t s i d e   s p o r t s   i l l u s t r a t e d ’ s   t o p   1 0 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r a n t   w i l l i a m s   ' l o c k e d   i n '   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   i n c r o y a b l e   d e   2 1 € 
 🛒 
 
 t a t u m  
⚽ | n o u v e a u   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
i m e   u d o k a ' s   a l l e g e d   m i s t r e s s   r e v e a l e d   t o   b e   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  w h a t   h a p p e n e d   t o   s a m s c l o s e t 3 4   o n   i g ?   y o u   w e r e   s e l l i n g   s o m e   g o o d   s t u f f ,   i   w a s   i n t e r e s t e d   i n   a   f e w   t h i n g s   b u t   i t   s e e m s   t o   h a v e   d i s a p p e a r e d .     m s s a m a n t h a m a y   c e l t i c s   b o s t o n   n b a   m a i n e   m s s a m a n t h a m a y 9   j a n a y k i n g   s a m s c l o s e t 3 4   d o r c h e s t e r
🇺 🇸 | n o u v e a u   b o s t o n   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a e x t r a  
a r e   j a y s o n   t a t u m   a n d   t h e   c e l t i c s   a   g o o d   b e t   t h i s   s e a s o n ?   b o s t o n   c e l t i c s   n b a  
c e l t i c s   o f f s e a s o n   a d d i t i o n   d r a w i n g   b i g   o n   2 0 2 3   n b a   a w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e n v e r   n u g g e t s :   3   t a k e a w a y s   f r o m   o c t .   3   l o s s   v s .   t h u n d e r 
 
 
 
 n b a   m i l e h i g h b a s k e t b a l l   d e n v e r   n u g g e t s   m f f l   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n   g o s p u r s g o   s u n s
w i l l   d w i g h t   p o w e l l   c r a c k   t h e   m a v e r i c k s   r o t a t i o n   i n   2 0 2 2 - 2 3   s e a s o n ? 
 
 
 
 n b a   d a l l a s   a m v e r i c k s   m f f l   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n   g o s p u r s g o   h e a t t w i t t e r   s u n s
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   j a y l e n   b r o w n   f o r   ' 2 2   a l l - n b a   f i r s t   t e a m e r 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   m f f l   d u b n a t i o n   g o s p u r s g o   h e a t t w i t t e r   f e a r t h e d e e r   s u n s
j o h n   h o l l i n g e r ' s   c e l t i c s   p r e v i e w :   p r e d i c t i o n s ,   a n a l y s i s   f o r   2 0 2 2 - 2 3   s e a s o n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c e l t i c s   o f f s e a s o n   a d d i t i o n   d r a w i n g   b i g   o n   2 0 2 3   n b a   a w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   t a l k s   m o v i n g   o n   f r o m   n b a   f i n a l s   l o s s ,   e x c i t e m e n t   f o r   n e w   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   l a b   1 4 5 :   h o n o r i n g   b i l l   r u s s e l l ’ s   l e g a c y   a n d   t a l k i n g   b o s t o n   b a s k e t b a l l   w i t h   r e p .   a y a n n a   p r e s s l e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
        w o u l d   l o v e   t o   c a t c h   a   l i v e     g a m e !   u n f o r t u n a t e l y   a l l   o f   m y   c a s h   i s   t i e d   u p   f r o m   a   b o t c h e d   s u l l i v a n   r e p a i r .   a n o t h e r   g a s c a r   o f f   t h e   r o a d !   e l o n m u s k   g r e e n   b o s t o n   b a d w r e n c h
n i a   l o n g   r e s p o n d s   t o   i m e   u d o k a ' s   s u s p e n d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   t a l k :   s a m   h a u s e r ' s   m o m   r e v e a l s   h i s   f i t t i n g   f i r s t   s e n t e n c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t y r e s e   m a x e y ,   s i x e r s   k n o w   t h e y   s t i l l   h a v e   t o   b u i l d   t o   c a t c h   b u c k s ,   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   d r o p s   f - b o m b   d u r i n g   h a l f t i m e   t v   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a l   h o r f o r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a l h o r f o r d   a l   h o r f o r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
s a m   h a u s e r   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s a m h a u s e r   s a m   h a u s e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
[ f i l m   r o o m ]   t h e   c o m m o n   t h e m e s   o f   m a l c o l m   b r o g d o n ' s   p l a y m a k i n g   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t y r e s e   m a x e y ,   s i x e r s   k n o w   t h e y   s t i l l   h a v e   t o   b u i l d   t o   c a t c h   b u c k s ,   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a r r i o r s   l a n d   i n   t o p   t i e r   o f   z a c h   l o w e ’ s   e s p n   n b a   p r e s e a s o n   r a n k i n g s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s h o w i n g   o f f   n e w   c e n t e r - c o u r t   l o g o   i n   p r e s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   i s   b r i n g i n g   s o m e   s e r i o u s   p l a y m a k i n g   t o   t h e   c e l t i c s   b e n c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
k e y s   t o   t h e   g a m e :   r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   ( o t )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c a n   m a l c o l m   b r o g d o n   b r i n g   t o   c e l t i c s ?   g e t   t o   k n o w   v e t e r a n   g u a r d ' s   g a m e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   d r o p s   f - b o m b   d u r i n g   h a l f t i m e   t v   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s t e p h e n   a .   s m i t h   o n   c o a c h   i m e   u d o k a ’ s   s u s p e n s i o n   f r o m   t h e   c e l t i c s   f o r   w o r k p l a c e   r e l a t i o n s h i p :   “ t h a t   w a s   a n   h r   m a t t e r . ”   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s ’   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   b e l i e v e s   s a m   h a u s e r   w i l l   p l a y   a   b i g   r o l e   f o r   c e l t i c s :   ‘ w e ’ r e   g o i n g   t o   n e e d   h i m ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u t é   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   p r i x   h a l l u c i n a n t   d e   2 1 € 
 🛒 
 
 t a t u m  
c e l t i c s '   j a y s o n   t a t u m   n o t   w o r r i e d   a b o u t   p r e s e a s o n   s t r u g g l e s :   ' i   s t a r t   o f f   s l o w '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u t é   b o s t o n   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
b o s t o n ’ s   j a y s o n   t a t u m   t h i n k s   i t   ‘ f e e l s   l i k e   w e ’ r e   l e a v i n g   o f f   f r o m   t h e   s e c o n d   h a l f   o f   l a s t   s e a s o n ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   t o r o n t o   r a p t o r s   ( 1 0 / 5 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - r a p t o r s   o v e r t i m e   t i l t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s i g n s   a r e   h o p e f u l   f o r   c e l t i c s ,   b u t   c a n   j o e   m a z z u l l a   b e   s t e r n   w i t h   t h e m   w h e n   n e e d e d ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e r e ' s   w h a t   s t o o d   o u t   f r o m   r a p t o r s '   o v e r t i m e   w i n   o v e r   c e l t i c s :   b o s t o n ' s   r e g u l a r s   s h a r p   a t   b o t h   e n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
[ p o s t   g a m e   t h r e a d ]   t h e   t o r o n t o   r a p t o r s   ( 2 - 0 )   d e f e a t   t h e   b o s t o n   c e l t i c s   ( 1 - 1 )   a t   o t ,   1 2 5 - 1 1 9   🏀 
 
 g a m e   b o x   s c o r e   i s   n o t   l o a d i n g   a t   t h e   m o m e n t   s o   l i n k i n g   t h e   s c o r e s   b e l o w . 
 

🇺 🇸 | n o u v e a u   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   p r i x   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
r e p o r t :   h o w   n b a   e x e c u t i v e s   v i e w   g r a n t   w i l l i a m s '   c o n t r a c t   e x t e n s i o n   v a l u e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   j a y s o n   t a t u m ,   s o n   d e u c e   h a v e   g r e a t   p o d i u m   e x c h a n g e   a f t e r   r a p t o r s   g a m e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e g u l a r s   r o l l   d e s p i t e   l o s s :   1 0   t a k e a w a y s   f r o m   c e l t i c s - r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c o u l d   s a m   h a u s e r   b e   t h e   d i f f e r e n c e - m a k i n g   s h o o t e r   t h e   c e l t i c s   a r e   m i s s i n g ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   c o u l d ’ v e   b e e n   a   b o s t o n   c e l t i c   l a s t   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   h a v e   t o   m a k e   i t   t o   t d   g a r d e n   t h i s   s e a s o n   f o r   a   g a m e .   i   j u s t   h a v e   t o ! !   b l e e d g r e e n   t d g a r d e n   b o s t o n   c e l t i c s
m a l c o l m   b r o g d o n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a l c o l m b r o g d o n   m a l c o l m   b r o g d o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a e x t r a  
a r o u n d   t h e   c o r n e r   1 0 / 6 :   m a l c o l m   b r o g d o n   a n d   s a m   h a u s e r   g e l l i n g ,   u v a   w o m e n ' s   s o c c e r   k i c k s   o f f   a g a i n s t   3   f s u ,   a n d   f o o t b a l l   p r e p p i n g   f o r   l o u i s v i l l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   b e t t i n g   p r e v i e w :   a r e   j a y s o n   t a t u m   a n d   t h e   c e l t i c s   a   g o o d   b e t   t h i s   s e a s o n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j o e   m a z z u l l a   o n   s a m   h a u s e r :   ' h i s   c o n f i d e n c e   c o m e s   f r o m   h i s   w o r k   e t h i c "   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   v s .   r a p t o r s   t a k e a w a y s :   s a m   h a u s e r   s h i n e s   i n   o t   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   i m p o r t a n t   w a s   a d d i n g   v e t e r a n   b i g   m a n   b l a k e   g r i f f i n   t o   t h e   b o s t o n   c e l t i c s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   1 2 5 ,   b o s t o n   1 1 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p o s t   g a m e   t h r e a d :   t h e   t o r o n t o   r a p t o r s   d e f e a t   t h e   b o s t o n   c e l t i c s   1 2 5 - 1 1 9   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
j t   j a y s o n   t a t u m   a t   t h e   t d g a r d e n     l a s t   n i g h t   💪 🏻   a l w a y s   a   p l e a s u r e   w a t c h i n g   t h e   g o a t   p l a y   🐐   0   c e l t i c s   b o s t o n   b l e e d g r e e n  
c e l t i c s '   j a y s o n   t a t u m   o n   s l o w   s h o o t i n g   s t a r t   t o   s e a s o n :   ' i   a i n ' t   w o r r i e d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   e x p l a i n s   w h y   c e l t i c s   a r e   p i c k i n g   u p   w h e r e   t h e y   l e f t   o f f   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s u p e r - e a r l y   m o c k   2 0 2 3   n b a   d r a f t   h a s   b o s t o n   c e l t i c s   t a k i n g   i o w a   f o r w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w i l l   j a y s o n   t a t u m   a n d   j a y l e n   b r o w n   t a k e   t h e   b o s t o n   c e l t i c s   b a c k   t o   t h e   n b a   f i n a l s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e w   n f t   c o l l e c t i o n   i s   c o m i n g   t h i s   n i g h t   2 3 : 5 9   g m t   + 0 3 : 0 0   n f t s   n f t   n f t c o l l l e c t o r s   n f t c o l l e c t i o n   m o n k e y n f t c o l l e c t i o n   b a s k e t b a l l   b u l l s     l a k e r s   l o s a n g e l e s   s p u r s   c h i c a g o   c e l t i c s   b o s t o n   t e a m s
5   t a k e a w a y s   f r o m   c e l t i c s   v s .   r a p t o r s   a s   s a m   h a u s e r ,   m a l c o l m   b r o g d o n   s h i n e   i n   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t ,   m a l c o l m   b r o g d o n   a n d   d e r r i c k   w h i t e   c o u l d   b e c o m e   a   t e r r i f y i n g   t r i o   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
r a p t o r s   g e t   g o i n g   e a r l y   i n   o v e r t i m e   t o   t a k e   1 2 5 - 1 1 9   w i n   o v e r   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p a y t o n   p r i t c h a r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a y t o n p r i t c h a r d   p a y t o n   p r i t c h a r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y s o n   t a t u m   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y s o n t a t u m   j a y s o n   t a t u m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
    a f t e r   i   g o t   h o m e   t o n i g h t   i   f o u n d   m r .   f l e s h y   i n   l i z z y ’ s   t w e e t   h i s t o r y .   i   h a v e   p i n n e d   h i m   t o   m y   p r o f i l e   f o r   f u t u r e   u s e .   s a v e   h i m ,   h o l d   h i m   c l o s e   t o   y o u r   h e a r t ,   a n d   r e m e m b e r … … … . . b e l i e v e ! ! ! ! !   f l e s h y   n b a   c e l t i c s   b o s t o n   b e l i e v e
g a m e   r e c a p :   r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h y   c e l t i c s '   j a y s o n   t a t u m   s a i d   s a m   h a u s e r   ' s h o u l d   s e n d   m e   a   t h a n k   y o u   c a r d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   b o s t o n   c e l t i c s   n b a   v i d e o :  
w h y   c e l t i c s '   j a y s o n   t a t u m   s a i d   s a m   h a u s e r   ' s h o u l d   s e n d   m e   a   t h a n k   y o u   c a r d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e e p   b e n c h   l e a d s   i n c r e d i b l y   f u n   c o m e b a c k ,   r a p t o r s   b e a t   c e l t i c s   1 2 5 - 1 1 9   i n   o t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f r e d   v a n v l e e t   w i t h   a   2 - p o i n t e r   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   h i g h l i g h t s   -   c e l t i c s   v s .   r a p t o r s   -   5 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   b o s   t o r   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b o s t o n   c e l t i c s   t o r o n t o   r a p t o r s
h e r e ' s   w h a t   s t o o d   o u t   f r o m   r a p t o r s '   o v e r t i m e   w i n   o v e r   c e l t i c s :   b o s t o n ' s   r e g u l a r s   s h a r p   a t   b o t h   e n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l a k e r s   n e w s :   c e l t i c s   c o - o w n e r   t a l k s   a b o u t   h e r   o f f - c o u r t   p a r t n e r s h i p   w i t h   l a k e r s   o w n e r   j e a n i e   b u s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e a d   & a m p ;   r e a c t :   t h e   t a t u m   & a m p ;   b r o w n   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g a l l e r y :   c e l t i c s   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s   a t   t h e   g a r d e n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
5   t a k e a w a y s   f r o m   c e l t i c s   v s .   r a p t o r s   a s   s a m   h a u s e r ,   m a l c o l m   b r o g d o n   s h i n e   i n   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  p a y t o n   p r i t c h a r d   -   1 7   p t s ,   4   r e b ,   5   a s t ,   3   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 p a y t o n p r i t c h a r d   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
d a l a n o   b a n t o n   w i t h   a n   a n d   o n e   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   w i t h   a   d u n k   v s   t h e   t o r o n t o   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c e l t i c s   p r e d i c t i o n s   w e r e   m a d e   d u r i n g   n b a   g m   s u r v e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
_ s m o o t h 1 0   s a m   h a u s e r   -   2 2   p t s ,   4   r e b ,   2   a s t ,   5   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 s a m h a u s e r   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
c e l t i c s   t a k e a w a y s   a s   r e g u l a r s   i m p r e s s   a g a i n   i n   p r e s e a s o n   o v e r t i m e   l o s s   t o   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :   r a p t o r s   1 2 5 ,     1 1 9   i n   o t .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b a s k e t b a l l   b o s t o n a t h l e t e m a g a z i n e  
  w e   g a v e   y ' a l l   a   b i t   o f   a   l e a d . . . . .   🤦 🏽 ‍ ♂ ️ ☘ ️ 🏀 🇨 🇦 👀 😏 🔥   n b a   w e t h e n o r t h   r a p t o r s   t o r o n t o r a p t o r s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   b o s t o n c e l t i c s   b o s t o n   p r e s e a s o n   l e t s g o r a p t o r s   c a n a d a   e s p n   t s n   t h e 6   t d o t   b a r t s i m p s o n  
o h   t h i s   n b a   g a m e   w e n t   i n t o   o t ?   h o w   o f t e n   d o e s   t h a t   h a p p e n   f o r   n b a p r e s e a s o n   g a m e s ? 
 
 b o s t o n   l o o k e d   n o r m a l ;   c a n   t h e   c e l t i c s   p u t   t h e   c o a c h   t u r m o i l   b e h i n d   e m   a n d   f o c u s   o n   t h e   s e a s o n ?   t h e y ' r e   s t i l l   f o r m i d a b l e   a n d   o n e   o f   t h e   t o p   t e a m s   i n   t h e   e a s t .   b a l l o r f a l l  
c e l t i c s   n b a   u g l y   g a m e   s o   f a r   b o s t o n  
j a y s o n   t a t u m   m a k i n g   t h e   r a p t o r s   d e f e n c e   l o o k   s i l l y   🤣 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a y s o n   t a t u m   f a k e   b o s   b o s t o n   c e l t i c s   t o r   t o r o n t o   r a p t o r s
w a t c h :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   s h o w s   o f f   3 - p o i n t   s h o t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s :   s i   f e e l s   l i k e   j a y s o n   t a t u m   w i l l   m a k e   m v p   l e a p   i n   2 0 2 2 - 2 3 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
2 0 1 8   1 s t - r o u n d   p i c k :   ' t h o u g h t   i   w a s   g o i n g   t o   b o s t o n   c e l t i c s   a t   d e a d l i n e ' 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
r a p t o r s   v s .   c e l t i c s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   m a r c u s   s m a r t   s t i l l   h a s   n i g h t m a r e s   a b o u t   l o s i n g   i n   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
📣   n e w   p o d c a s t !   " t h e   f i r s t   4   g a m e s   o f   t h e   n f l   s e a s o n   h a v e   t a u g h t   u s   t h i s   a b o u t   y o u r   t e a m s . . ! "   o n     4 9 e r s   b e a r s   b o s t o n   c e l t i c s   c o w b o y s   d a k   j o s h a l l e n   l a k e r s   m a h o m e s   n b a   n f l   z e k e  
t i m e   l o r d   + t h e   g r i f s t e r   =   b a n n e r 1 8   c e l t i c s   b o s t o n   l o b c i t y  
b o s t o n   c e l t i c s   n e w s   -     s t a r t e r s   f o r   t o n i g h t ' s   g a m e   w i t h   t h e   t o r o n t o   r a p t o r s .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   t o r o n t o   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
y u p   i t ’ s   j u s t   t h e   p r e s e a s o n ,   b u t   i t ’ s   t h e     a n d     t o n i g h t !   i ’ l l   b e   g o i n g   b a c k   a n d   f o r t h .   b o s t o n   n b a   n h l   … t h a t   w a s   a   q u i c k   g o a l   😑  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5   b o s v s g s w   n b a f i n a l s 2 0 2 2   n b a f i n a l s
j o e   m a z z u l l a   a d d r e s s e s   w h e t h e r   b l a k e   g r i f f i n   w i l l   m a k e   h i s   c e l t i c s   d e b u t   i n   w e d n e s d a y ' s   g a m e   a g a i n s t   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   m a r c u s   s m a r t   s t i l l   h a s   n i g h t m a r e s   a b o u t   l o s i n g   i n   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   r a p t o r s   ( 1 - 0 )   a t   b o s t o n   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   e x p e c t e d   t o   b e   t r a d e d   t o   c e l t i c s   f o r   d e n n i s   s c h r o d e r   l a s t   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   d e s c r i b e d   j a y s o n   t a t u m   a s   ' y o u n g   n e x t   g r e a t e s t '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   v s .   r a p t o r s :   f r e e   l i v e   s t r e a m ,   t v ,   h o w   t o   w a t c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c l i p p e r s   s i g n   f o r m e r   c e l t i c s   a n d   j a z z   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r a n t   w i l l i a m s   n o t   c o n c e r n e d   a b o u t   l o o m i n g   c o n t r a c t   e x t e n s i o n   d e a d l i n e   w i t h   c e l t i c s :   ‘ i   l e a v e   t h a t   s t u f f   u p   t o   m y   a g e n t s ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
5 9 f i f t y   i d e n t i t y   d 3   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   i d e n t i t y   d 3   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   a l w a y s g o t a f i t t e d o n m y h e a d 
 

🇺 🇸 | n o u v e a u   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
  g r e e t i n g s   f r o m   p u e r t o   r i c o   i m   a   h u g e   f a n   b l e e d g r e e n   b o s t o n   b o s t o n c e l t i c s   c e l t i c s  
n i a   l o n g   s h a r e s   a   p o i g n a n t   n o t e   a b o u t   m e n t a l   h e a l t h   a m i d   i m e   u d o k a   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
5 9 f i f t y   c h a i n   s t i t c h   h e a 1 2 4 5 1   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c h a i n   s t i t c h   h e a r t   1 2 4 5 1   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   b o s t o n   c e l t i c s   o s b   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   c e l t i c s   o s b   h a t c r a w l e r   f i t t e d   f o r t h e l o v e o f t h e f i t t e d 
 

d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   j o i n i n g   c e l t i c s   a t   t r a d e   d e a d l i n e   b e f o r e   d e a l   f e l l   a p a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b u s y   s t r e t c h   o f   m - 1 5   i n   d a v i s o n   c l o s e d   f o r   r a i l r o a d   c r o s s i n g   p r o j e c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s i g n s   a r e   h o p e f u l   f o r   c e l t i c s ,   b u t   c a n   j o e   m a z z u l l a   b e   s t e r n   w i t h   t h e m   w h e n   n e e d e d ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   n b a   e x e c u t i v e s   r a n k   w a r r i o r s   i n   w e s t ,   l i k e l i h o o d   t o   r e p e a t   c h a m p i o n s h i p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   t a k e   o n   c e l t i c s   i n   b o s t o n :   p r e v i e w ,   s t a r t   t i m e ,   a n d   m o r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
' n o t h i n g   e l s e   m a t t e r s ' :   j a y s o n   t a t u m ,   j a y l e n   b r o w n   o n   b r i n g i n g   b a n n e r   1 8   t o   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   n o t e b o o k :   r o o k i e   j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
2 0 2 2 - 2 3   r o s t e r   b r e a k d o w n :   t h e   b i g s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h r e e   t a k e a w a y s   f r o m   t h e   h o r n e t s '   p r e s e a s o n   l o s s   t o   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p l e a s e   c o n s i d e r   h e l p i n g   o u t   t h i s   p o o r   c e l t i c s     f a n   i f   y o u   c a n .   h e   i s   j u s t   s t a r t i n g   a   b a t t l e   w i t h   l e u k e m i a   a n d   n e e d s   a l l   t h e   l o v e   h e   c a n   g e t .   s t i l l   a   l o n g   w a y   t o   g o   o n   t h e   g o a l .   s m a r t   t a t u m   b r o w n   b o s t o n   b o s t o n s t r o n g 
 
  
🇺 🇸 | n o u v e a u   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   f o u   d e   2 1 € 
 🛒 
 
 t a t u m  
b o s t o n ’ s   d e r r i c k   w h i t e   t a l k s   a b o u t   j o i n i n g   t h e   c e l t i c s ’   s t a r t i n g   l i n e u p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   c e l t i c s   c o l l e c t i v e :   e p i s o d e   8 
 
 ☘ ️   t o p i c s : 
 +   g a m e   r e c a p 
 +   b l a k e   g r i f f i n 
 +   j o e   m a z z u l l a 
 +   t o r o n t o   p r e v i e w 
 
 ☘ ️   h o s t s : 
 
 
 
 
 c e l t i c s   b o s t o n   n b a
⚽ | n o u v e a u   b o s t o n   v e r t   2 0 2 2   t a t u m   0 
 a u   p r i x   f o u   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 t a t u m  
h o w   t h e   b o s t o n   c e l t i c s   u s e d   r o b e r t   w i l l i a m s   i i i   t o   u n l o c k   t h e i r   o f f e n s e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   f i t t i n g   r i g h t   i n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   9 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   v s .   c e l t i c s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a s   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   t h r o w i n g   s h a d e   a t   t h e   b r o o k l y n   n e t s   i n   h i s   i n t r o d u c t o r y   p r e s s e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l o n g t i m e   a s s i s t a n t   p r o m o t e d   t o   h e a d   c o a c h   o f   m a i n e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l e t   i t   f l y     s h o r t s   b o s t o n   c e l t i c s   n b a   v i d e o :  
b o s t o n   c e l t i c s   m a k e   s o l i d   s h o w i n g   i n   n b a ' s   a n n u a l   g m   s u r v e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   g m s   c a l l   c e l t i c s   s m a r t   b e s t   p e r i m e t e r   d e f e n d e r ,   b r o g d o n   ‘ m o s t   u n d e r r a t e d ’   a c q u i s i t i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s e v e n   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ’ s   2 0   g r e a t e s t   c e n t e r s   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f o r m e r   c e l t i c s '   h i g h   e x p e c t a t i o n s   f o r   j a y s o n   t a t u m ,   j a y l e n   b r o w n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b o s t o n   c e l t i c s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   j a y s o n t a t u m   u n i m o c k u p s   l o g o d e s i g n   n b a t w i t t e r            
j o e   m a z z u l l a   s h a r e s   u p d a t e   o n   r o b e r t   w i l l i a m s '   r e c o v e r y   f r o m   k n e e   s u r g e r y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   b r e a k o u t   c a n d i d a t e   i m p r e s s i n g   t e a m m a t e   d e r r i c k   w h i t e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l o n g t i m e   a s s i s t a n t   p r o m o t e d   t o   h e a d   c o a c h   o f   m a i n e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s t a r   b r o w n   s u r p r i s e s   s t u d e n t s   w i t h   f r e e   b a c k p a c k s ,   s h i r t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h o   w a n t s   t o   g o   t o   t h e   g a m e   t o m o r r o w ?   r e t w e e t   a n d   c o m m e n t   a   p h o t o   o f   y o u   i n   y o u r   c e l t i c s   g r e e n .   t i c k e t s   a r e   b l o c k e d   f r o m   r e s a l e .   w i l l   s e n d   d i g i t a l   t i c k e t s   t o   w i n n e r   t o m o r r o w   a r o u n d   n o o n . 
 
 b l e e d g r e e n   b o s t o n c e l t i c s   b o s t o n  
w h a t   c a n   c e l t i c s '   j a y s o n   t a t u m   i m p r o v e   o n ?   j a y l e n   b r o w n   w e i g h s   i n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o o k i e   j d   d a v i s o n   g o i n g   t o   s c h o o l   w i t h   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ' s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j o e   m a z z u l l a   o n   r o b e r t   w i l l i a m s :   " h e ' s   i n   a   g r e a t   m i n d   f r a m e "   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   s h a r e s   f i r s t   m e s s a g e   s i n c e   l e a v i n g   b r o o k l y n   n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p r i m e   b l a k e   g r i f f i n   o n   t h e   c e l t i c s   +   r e b u i l d   |   n b a   2 k 2 3 💚 🤍 💚 🤍 
 
 
 b a s k e t b a l l   y o u t u b e   y o u t u b e r   f e m a l e g a m e r     g a m i n g   n b a   n b a 2 k 2 3   n b a 2 k 2 3 p a r k   n b a 2 k 2 3 n e x t g e n   n b a 2 k 2 3 m y t e a m   n b a r e b u i l d   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   b l a k e g r i f f i n  
l i g h t n i n g   r o s t e r   c o n t i n u e s   t o   t a k e   s h a p e   a s   o p e n e r   n e a r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i a   l o n g   p o s t s   m e n t a l   h e a l t h   m e s s a g e   f o l l o w i n g   f i a n c é   i m e   u d o k a ' s   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u   b o s t o n   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 
 a u   t a r i f   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
w h a t   c e l t i c s '   j a y l e n   b r o w n ,   j a y s o n   t a t u m   a d m i r e   m o s t   a b o u t   e a c h   o t h e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🚨   e x c l u s i v e   g a m e   t o n i g h t   f o l k s !   🏀 
 j o i n   t h e i r   c o m m u n i t y   a n d   g e t   t h e   c h a n c e   o f   w i n n i n g   2   t i c k e t s   f o r   t h e   c e l t i c s   o p e n i n g   n i g h t   a n d   m o r e   t h a n   $ 1 0 0   o n   t o p s h o t s !   d o   n o t   m i s s   y o u r   c h a n c e !   ☘ ️ 
   
 b o s t o n   c e l t i c s   n b a   n f t  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
t h r e e   t a k e a w a y s   f r o m   t h e   h o r n e t s '   p r e s e a s o n   l o s s   t o   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ’ s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   r o o k i e   j d   d a v i s o n   a d j u s t i n g   t o   n b a   u n d e r   m a r c u s   s m a r t ' s   m e n t o r s h i p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h e n   i t   c o m e s   t o   w h a t   i m e   u d o k a   d i d   t o   g e t   s u s p e n d e d ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   ' w e   d o n ' t   k n o w   a n y t h i n g '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   h o s t   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u t é   b o s t o n   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡  
n b a   g m s   f a v o r   b u c k s   t o   w i n   t i t l e ;   l u k a   f o r   m v p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   d i n g u e   d e   2 1 € 
 🛒  
n b a   g m s   s a y   r a p t o r s   h a v e   l e a g u e ' s   b e s t   h o m e - c o u r t   a d v a n t a g e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   r e v e a l s   c e l t i c s   j e r s e y   n u m b e r ,   a n d   h i s   r e a s o n   i s   f a n t a s t i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   m a k i n g   b i d   f o r   i n c r e a s e d   r o l e :   ' h o p e f u l l y   c a n   k e e p   i t   r o l l i n g '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u t é   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 t a t u m  
⚽ | n e w   b o s t o n   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 🛒  
c e l t i c s   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
v e r s a t i l i t y   o n   d i s p l a y   i n   v i c t o r y   o v e r   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   d i n g u e   d e   2 1 € 
 🛒 
 
 p l a y o f f n b a  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
r e c e n t l y   s i g n e d   b l a k e   g r i f f i n   h o l d s   i n t r o d u c t o r y   b o s t o n   c e l t i c s   p r e s s   c o n f e r e n c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   c e l t i c s   a r e n ' t   g e t t i n g   k i a - l e a p i n g   b l a k e   g r i f f i n ,   b u t   h i s   w i l l i n g n e s s   t o   a d a p t   s t i l l   m a k e s   h i m   v a l u a b l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i t ' s   t i m e   t o   r i n g   c h a s e   i n   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t w i t t e r   h a s   d e c i d e d   b l a k e   g r i f f i n   i s   t h e   m y s t e r y   f a t h e r   t o   l a n a   r h o a d e s ’   c h i l d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
n b a   f u t u r e   
 b o s t o n   c e l t i c s   o 5 3 . 5   w i n s   ( - 1 0 5 )   3 u   
 w i l l   a d d   a   f e w   m o r e   u n i t s   o n   t h i s   b e f o r e   t h e   s e a s o n   s t a r t s   
 b o s t o n   c e l t i c s   f u t u r e b e t   n b a f u t u r e s   s p o r t s b e t t i n g   g a m b l i n g t w i t t e r   a c t i o n n e t w o r k  
📣   n e w   p o d c a s t !   " e p i s o d e   1 0 2   -   b o s t o n   b a l l i n g   i t   w i t h   g a b b y   h u r l b u t "   o n     b o s t o n   b o s t o n b a l l i n g   b s 3 n e t w o r k   b s 3 t v   c e l t i c s   f o r e v e r n e   g o p a t s   i m e u d o k a   m n f   m o n d a y   n b a   n b a t w i t t e r   n f l   p a t r i o t s   p o d c a s t   p o d e r n f a m i l y   p o d n a t i o n   r e d s o x  
b l a k e g r i f f i n   w i l l   w e a r   n o   9 ⃣ 1 ⃣   i n   h o n o r   o f   d e n n i s r o d m a n ! 
 
 n b a t w i t t e r l i v e   n b a t w i t t e r   b o s t o n   c e l t i c s   b o s t o n c e l t i c s   g r i f f i n   b l e e d g r e e n   d e n n i s   r o d m a n   r o d z i l l a   w o r m  
t h e   c e l t i c s '   l u c k   m i g h t   b e   c h a n g i n g . . . 
 
 
 
 c l i c k   t h e   l i n k   f o r   m o r e   o n   t h e   t e a m .   d r o p   y o u r   c e l t i c s   p r e d i c t i o n s   i n   t h e   r e p l i e s . 
 
 s p o r t s   n b a   b a s k e t b a l l   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
m a l c o l m   b r o g d o n   s h a r e s   i n i t i a l   i m p r e s s i o n s   f o l l o w i n g   f i r s t   g a m e   w i t h   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   c i t e s   n b a   l e g e n d   a s   r e a s o n   f o r   u n i q u e   c e l t i c s   n u m b e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   e m b r a c e s   b e n c h   r o l e   w i t h   c e l t i c s ,   w a n t s   t o   ‘ h e l p   t h i s   t e a m   w i n   a   c h a m p i o n s h i p ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   g o o d   w a s   b o b   c o u s y ?   t h e   f a l s e   m e d i a   n a r r a t i v e s   v e r s u s   t h e   r e a l i t y .   h e r e ’ s   w h a t   j . j .   r e d i c k   w i l l   n e v e r   t e l l   y o u   ☘ ️ 🔥   c e l t i c s   b o s t o n   n b a   
 
 🏀    
b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d s   c e l t i c s   p a s t   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h y   b l a k e   g r i f f i n   w a s   ' s u r p r i s e d '   b y   c e l t i c s '   l o c k e r   r o o m   a t m o s p h e r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   e x p l a i n s   w h y   h e   s i g n e d   w i t h   c e l t i c s   d u r i n g   l e n g t h y   f r e e   a g e n c y   p r o c e s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
    “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
    “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
b l a k e   g r i f f i n   r e v e a l s   c e l t i c s   j e r s e y   n u m b e r ,   a n d   h i s   r e a s o n   i s   f a n t a s t i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a i l b a g :   t e a m m a t e s   t h i n k   s a m   h a u s e r   c o u l d   s u r p r i s e   t h i s   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   p r i x   i n c r o y a b l e   d e   2 1 € 
 🛒 
 
 n b a  
b o s t o n   h a s   a   ‘ d i f f e r e n t   a t m o s p h e r e   t h a n   i ’ m   u s e d   t o , ’   s a y s   n e w e s t   c e l t i c   b l a k e   g r i f f i n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   d o e s   t h e   b o s t o n   c e l t i c s ’   1 3 4 - 9 3   p r e s e a s o n   b l o w o u t   o f   t h e   c h a r l o t t e   h o r n e t s   t e l l   u s   a b o u t   t h e   s e a s o n   t o   c o m e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a k e   b l a k e   g r i f f i n   s i g n i n g   o f f i c i a l   v i a   p r e s s   r e l e a s e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 🛒  
r e s t   i n   p e a c e   b i l l   r u s s e l l   -     n b a   n b a f i n a l s   n b a f i n a l s m v p   j e r r y w e s t   l e b r o n j a m e s   l a r r y b i r d   c e l t i c s   b o s t o n   b o s t o n c e l t i c s     b l a c k n e w s   b l a c k p o l i t i c s   b l a c k m e d i a   b l a c k v i e w s
c e l t i c s   m a i l b a g :   t e a m m a t e s   t h i n k   s a m   h a u s e r   c o u l d   s u r p r i s e   t h i s   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t w o   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ’ s   2 0   g r e a t e s t   p o w e r   f o r w a r d   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 6   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u t é   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
h o w   i   f e e l   a f t e r   o u r   f i r s t   p r e s e a s o n   g a m e   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
s p o r t s   d i g e s t :   b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d   c e l t i c s   p a s t   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   m u c h   d i d   j a y l e n   b r o w n ’ s   f i t   s e t   h i m   b a c k ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   p r i x   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 p l a y o f f n b a  
⚽ | n e w   b o s t o n   v e r t   2 0 2 2   t a t u m   0 
 a u   t a r i f   f o u   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
j a y l e n   b r o w n   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 2 ) :   2 4   p o i n t s ,   5   r e b o u n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h i s   l o o k e d   s o   w e i r d   i   h a d   t o   r e w i n d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
i n s i d e   g u y s   r e a c t   t o   j a y s o n   t a t u m   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b u c k s c e l t i c s   c h a r l e s b a r k l e y   e a s t e r n c o n f e r e n c e   e r n i e j o h n s o n   i n s i d e t h e n b a   j a y s o n t a t u m   k e n n y s m i t h   m i l w a u k e e b u c k s   n b a o n t n t   n b a p l a y o f f s   n b a p l a y o f f s 2 0 2 2   s h a q  
j a y s o n   t a t u m   s u r p r i s e s   f a n s   o n   s t a g e   a t   j a c k   h a r l o w   c o n c e r t   i n   b o s t o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w a t c h :   j a y s o n   t a t u m   s i n k s   a   f r e e   t h r o w   o n s t a g e   a t   a   j a c k   h a r l o w   c o n c e r t   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
e p i s o d e   1 8 8   i s   n o w   a v a i l a b l e   . . .   t h e   g o o d   t h i n g s   f r o m   b r o g d o n ,   t h e   s a m e   b a d   h a b i t s   f r o m   s m a r t ,   d w 9   g e t t i n g   m o r e   c o m f o r t a b l e   a n d   m u c h   m o r e 
 
 b o s t o n   b o s t o n c e l t i c s   c e l t i c s   n e w   p o d c a s t  
b o s t o n   c e l t i c s :   3   l i k e l y   p l a y e r s   t o   b e   c u t   a f t e r   p r e s e a s o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t o p i c   t u e s d a y :   w h a t   s h o u l d   t h e   c e l t i c s   o p e n i n g   n i g h t   s t a r t i n g   5   b e ?   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w i l l   t h e   c e l t i c s   w i n   w i t h o u t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b o s t o n s p o r t s   b r a d s t e e v e n s   c e l t i c s f i n e   c e l t i c s i m e u d o k a   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s w i n   e a s t e r n c o n f e r e n c e   g a r d e n r e p o r t   g a r d e n r e p o r t c e l t i c s  
b o s t o n   c e l t i c s :   f o r m e r   d r a f t   l o t t e r y   b i g   m a n   h a s   e y e s   s e t   o n   r o s t e r   s p o t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   p r e s e a s o n   r e c a p   +   d r a y m o n d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s   c l n s m e d i a   c l n s p o s t g a m e   d r a y m o n d g r e e n   d r a y m o n d g r e e n f i g h t   d r a y m o n d g r e e n j o r d a n p o o l e   d r a y m o n d g r e e n j o r d a n p o o l e f i g h t v i d e o  
w h a t   k i n d   o f   h e a d   c o a c h   w i l l   j o e   m a z z u l l a   b e   o n   t h e   c o u r t   f o r   t h e   b o s t o n   c e l t i c s   i n   2 0 2 2 - 2 3 ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   s i g n s   a j   r e e v e s   t o   e x h i b i t - 1 0   c o n t r a c t   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c e l t i c s '   r o b e r t   w i l l i a m s   i i i   p r o j e c t e d   a s   n o .   1 1   c e n t e r   i n   n b a   f o r   2 0 2 2 - 2 3   b y   s p o r t i n g   n e w s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
g r a n t   w i l l i a m s   b e c o m i n g   a n   o f f e n s i v e   w e a p o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b a s k e t b a l l p o d c a s t   b o s t o n c e l t i c s   b o s t o n c e l t i c s s c h e d u l e   b o s t o n g a r d e n   b r a d s t e v e n s   c e l t i c s p o d c a s t   d e r r i c k w h i t e   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   g r a n t w i l l i a m s c e l t i c s  
b o s t o n   c e l t i c s :   4 x   a l l - s t a r   f r e e   a g e n t   h a s   r e g r e t s   p l a y i n g   f o r   c s   i n   b u b b l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
h o w   d i f f e r e n t   c a n   w e   e x p e c t   i n t e r i m   b o s t o n   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t o   b e   f r o m   i m e   u d o k a ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l a r r y   b i r d   a n d   t h e   1 9 8 6   b o s t o n   c e l t i c s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
o n   t h i s   d a y :   k e v i n   g a m b l e ,   g e n e   s t u m p   b o r n ;   p a u l   w e s t p h a l   d e b u t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s
o n   t h i s   d a y :   k e v i n   g a m b l e ,   g e n e   s t u m p   b o r n ;   p a u l   w e s t p h a l   d e b u t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   a l u m   k e n n y   a n d e r s o n   t a l k s   h i s   e c f   r u n s   w i t h   p a u l   p i e r c e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l u k e   k o r n e t   i s   b a c k   f r o m   a n k l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s c o a c h   c e l t i c s i n t e r v i e w   c e l t i c s p r a c t i c e   c e l t i c s p r e s e a s o n   c e l t i c s s h o o t i n g   c e l t i c s v s r a p t o r s   c l n s m e d i a   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y s o n t a t u m  
[ j a r e d   w e i s s ]   c e l t i c s   t o   w a i v e   l u k a   s a m a n i c   t o   m a k e   r o o m   f o r   a j   r e e v e s ,   l u k a   e x p e c t e d   t o   j o i n   m a i n e   c e l t i c s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
o n e   w a i v e   a n d   t w o   r o s t e r   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b o s t o n c e l t i c s c o a c h   b o s t o n c e l t i c s f r e e a g e n c y   b o s t o n c e l t i c s l a t e s t   b o s t o n c e l t i c s m e d i a d a y   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s o u t l o o k   b o s t o n c e l t i c s p r e s s c o n f e r e n c e   b o s t o n c e l t i c s p r e v i e w  
n o   l e f t   a n k l e   i s   s a f e   i n   t h e   l e a g u e   r i g h t   n o w !   g l a d   w e   d o n ’ t   p l a y   t o n i g h t 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
j a y s o n   t a t u m   w o r k s   o n   f l o a t e r   a t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b r y a n   b o b b y m a n n i n g   b o s t o n   b o s t o n c e l t i c s   b r a d s t e v e n s   c e d r i c m a x w e l l   c e l t i c s h i g h l i g h t s   c e l t i c s l i v e   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r a c t i c e   c e l t i c s p r a c t i c e h i g h l i g h t s  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   d e a l   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h o u l d   t h e   c e l t i c s   t r a d e   f o r   j a e   c r o w d e r ?   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
m a z z u l l a :   l u k e   k o r n e t   w a s   a   ‘ f u l l   g o ’   a t   p r a c t i c e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   s i g n s   a j   r e e v e s   t o   e x h i b i t - 1 0   c o n t r a c t 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n   c e l t i c s   t o   r e p o r t e d l y   w a i v e   c a m p   i n v i t e e   l u k a   s a m a n i c   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r e p o r t :   b o s t o n   c e l t i c s   t o   s i g n   r o x b u r y ' s   a j   r e e v e s   t o   c a m p   d e a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
  l a r r y   b i r d   f r o m   t h e   b o s t o n c e l t i c s
f o r m e r     g   a j   r e e v e s   h a s   s i g n e d   a n   e x h i b i t - 1 0   w i t h   t h e   b o s t o n   c e l t i c s ,   p e r   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   p r a c t i c e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b r y a n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b r a d s t e v e n s   c e d r i c m a x w e l l   c e l t i c s h i g h l i g h t s   c e l t i c s l i v e   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r a c t i c e   c e l t i c s p r a c t i c e h i g h l i g h t s   c e l t i c s s h o o t a r o u n d  
s a m   h a u s e r   i s   ‘ l i g h t s   o u t ’ :   c e l t i c s   h a v e   a   s h a r p s h o o t e r   o n   t h e   r i s e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a l   h o r f o r d   b e l i e v e s   c e l t i c s ’   c h e m i s t r y   f r o m   l a s t   y e a r ’ s   r u n   h a s   ‘ c a r r i e d   o v e r ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
p a y t o n   p r i t c h a r d ’ s   b a t t l e   f o r   m i n u t e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   c e l t i c s   a r e   w a i v i n g   l u k a   s a m a n i c ,   s o u r c e s   t e l l     a t h l e t i c .   s a m a n i c   i s   e x p e c t e d   t …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
k o r n e t   r e a d y   t o   g o .     c e l t i c s s t r o n g   n b a   b o s t o n c e l t i c s
b l a k e   g r i f f i n   m a k e s   h i s   c e l t i c s   d e b u t   i n   p r e s e a s o n   w i n   o v e r   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 1 0 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a l   h o r f o r d   d i s c u s s e s   c e l t i c s '   c o m r a d e r y   a n d   w e l c o m i n g   b l a k e   g r i f f i n :   ' h e ' s   o n e   o f   u s   a l r e a d y '   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
f o r m e r   c e l t i c s   h e a d   c o a c h   d o c   r i v e r s   c l a i m s   b o s t o n   l e t   k e y   p i e c e s   g o   t o o   s o o n   a f t e r   2 0 0 8   t i t l e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t a c k o   f a l l   r e v e a l s   h i s   f r i e n d s h i p   w i t h   c e l t i c s '   g r a n t   w i l l i a m s   s t a r t e d   w i t h   a   d u n k   a t t e m p t   a t   t h e   2 0 1 9   n b a   c o m b i n e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 1 0 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   h a s   ' f i t   i n   q u i c k l y '   t o   t h e   b o s t o n   c e l t i c s ,   a c c o r d i n g   t o   a l   h o r f o r d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   a l   h o r f o r d   l a u d s   v e t e r a n   f r e e   a g e n t   a d d i t i o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n j u r y   u p d a t e :   b o s t o n ' s   l u k e   k o r n e t   ' a   f u l l   g o '   i n   p r a c t i c e   m o n d a y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a l   h o r f o r d   s a y s   h e   t h i n k s   c e l t i c s   s t r o n g   c h e m i s t r y   f r o m   l a s t   s e a s o n   h a s   c a r r i e d   o v e r   t o   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ h e ’ s   a   g r e a t   g u y   t o   h a v e   a r o u n d ,   h a s   a   l o t   o f …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ l u k e   k o r n e t   ( a n k l e )   w a s   a   f u l l   g o   a t   p r a c t i c e   t o d a y ,   p e …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  n o , n o , n o     b o s t o n c e l t i c s 
 b l o w   u p   a   m a r r i a g e   
 
 y o u   g o t t a   c h e c k   o n   h e r .   b e c a u s e   s h e   t h e   v i c t i m  
j a y l e n   b r o w n   i s   r e a d y   f o r   a n o t h e r   l e a p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   l a s t   l a k e r s   r o s t e r   s p o t   c o u l d   g o   t o   c ’ s   s u m m e r   l e a g u e   h e r o   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a n d   a l s o   l i s t e n   t o   a r e   o t h e r   e p i s o d e s   a s   w e l l   . 
 
 
 
 
 
 p o d c a s t   b o s t o n   b o s t o n c e l t i c s   t h e g a m e   k i m k a r d a s h i a n 
 r o s c o e   a n y t h i n g a n d e v e r y t h i n g p o d c a s t 2 0 1 8    
o n   o c t o b e r   1 0 ,   i n   1 9 8 0 ,   k e v i n   m c h a l e ,   a   s e v e n - t i m e   a l l - s t a r ,   m a d e   h i s   n b a   d e b u t   i n   a   1 3 0 - 1 0 3   t r i u m p h   o v e r   t h e   c l e v e l a n d   c a v a l i e r s   f o r   t h e   b o s t o n   c e l t i c s . 
 
 
 
 b a s k e t b a l l   n b a   b o s t o n c e l t i c s   k e v i n m c h a l e    
b o s t o n   c e l t i c s :   b / r   s a y s   p e n c i l   i n   a   g r a n t   w i l l i a m s   e x t e n s i o n   a t   t h i s   p r i c e   p o i n t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   d i s c u s s e s   d r a y m o n d   g r e e n - j o r d a n   p o o l e   f i g h t :   ‘ i t   h a p p e n s ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   g e t s   k e m b a   w a l k e r ' s   v o t e   o f   a p p r o v a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i r i s h   i r e l a n d   w e s t c o a s t   e i r e   g a l w a y   v a n m o r r i s o n   i r i s h a m e r i c a n   m a n h a t t a n   b o s t o n   b o s t o n c e l t i c s   c e l t i c f c   
 
 c h e c k   o u t   t h i s   n e w   p a i n t i n g   t h a t   i   u p l o a d e d   t o    
g o l d e n   s t a t e   w a r r i o r s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   4   h i g h l i g h t s   |   j u n e   1 0   |   2 0 2 2   n b a   f i n a l s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
s p o r t i n g   n e w s   p e g s   b o s t o n   c e l t i c s '   a l   h o r f o r d   a s   n b a ' s   n i n t h - b e s t   p o w e r   f o r w a r d   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   d e a d   m o n e y   f o r   f o u r t h - y e a r   2 2 - y e a r - o l d   b i g   m a n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
h o w   w i l l   t h e   b o s t o n   c e l t i c s   u s e   r e s e r v e   p o i n t   g u a r d   m a l c o l m   b r o g d o n ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n   t h i s   d a y :   m c h a l e ,   k r e k l o w   d e b u t ;   c a r r   s i g n s ;   h o l l i n s ,   b a t t l e   b o r n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ' s   j o e   m a z z u l l a   c i t e d   a s   c e l t i c s   b i g g e s t   r e a s o n   t o   h o p e   a h e a d   o f   2 0 2 2 - 2 3   s e a s o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   c o a c h   g o t t a   c h i l l   🏀 😭   b a s k e t b a l l   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
c e l t i c s   t r o p h y   c l u b   c a r d s -   d a z z l e   p a r a l l e l s -   p a u l   p i e r c e -   r a y   a l l e n -   k e v i n   g a r n e t t -   $ 2   e a c h   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
b o s t o n ' s   m a r c u s   s m a r t   t h i n k s   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   w i t h   t h e   j o r d a n   p o o l e   f i g h t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n b a   " o m g   ! "   m o m e n t s   🔥 
   
 
   
 2 k 2 0   a l l s t a r   b a s k e t b a l l   b a s k e t b a l l v i d e o s   b l o o p e r s   b o s t o n c e l t i c s   b r a w l   b u z z e r b e a t e r   d e r r i c k r o s e   d u n k c o n t e s t   e s p n   f i g h t   f i n a l s   f i r s t t a k e   f u n n y   g a m e w i n n e r   g i a n n i s a n t e t o k o u n m p o   g o a t  
h o u s t o n   r o c k e t s   a s c e n d i n g ?   d o e s   t a n k i n g   . . . 
   
 
   
 a l p e r e n s e n g u n   b o s t o n c e l t i c s   b r u n o f e r n a n d o   g o l d e n s t a t e w a r r i o r s   h o u s t o n r o c k e t s   j a m o r a n t   j a l e n g r e e n   j a s o n t a t u m   j a y l e n b r o w n   k a w h i l e o n a r d   k e n y o n m a r t i n j r   k e v i n p o r t e r j r   k l a y t h o m p s o n   l e b r o n j a m e s  
c e l t i c s   t r o p h y   c l u b   c a r d s -   d a z z l e   p a r a l l e l s -   p a u l   p i e r c e -   r a y   a l l e n -   k e v i n   g a r n e t t -   $ 2   e a c h 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
f i n a l l y   t h e y   s p o k e   t h e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b o s t o n c e l t i c s c o a c h   b o s t o n c e l t i c s f r e e a g e n c y   b o s t o n c e l t i c s l a t e s t   b o s t o n c e l t i c s m e d i a d a y   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s o u t l o o k   b o s t o n c e l t i c s p r e s s c o n f e r e n c e   b o s t o n c e l t i c s p r e v i e w  
c e l t i c s   i n j u r y   u p d a t e :   l u k e   k o r n e t   '   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i n g   i n   n o n - c o n t a c t   d r i l l s '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
h e r e ’ s   w h a t   m a r c u s   s m a r t   s a i d   a b o u t   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s o   s h e   w e n t   f r o m   s c r e w i n g   t h e   o w n e r   t o   t h e   c o a c h   …   n o   w o n d e r   s h e   d i d n ’ t   g e t   i n   a n y   t r o u b l e !   n i a l o n g   b o s t o n c e l t i c s  
m a r c u s   s m a r t   w a s   o n e   o f   m a n y   p l a y e r s   t h a t   w e i g h e d   i n   o n   t h e   i n c i d e n t .   w h i l e   s a y i n g   t h a t   t h i n g s   l i k e   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ o b v i o u s l y   y o u   w i s h   i t   d i d n ’ t   c o m e   o u t   l i k e   i t   d i d .   i   t h i n k   t h a t ’ s   s o m e t h i n g   t h e   w a r r i o r s   s h o u …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l u k e   k o r n e t   r e t u r n s   t o   p r a c t i c e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v o n l e h :   ‘ i ’ m   j u s t   g o i n g   t o   t r y   t o   g o   i n   e v e r y   d a y   a n d   b e   c o n s i s t e n t ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i m e   u d o k a   a l l e d g e d   t o   h a v e   s l e p t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b l a c k a n d w h i t e s p o r t s   b o s t o n c e l t i c s   b o s t o n c e l t i c s h e a d c o a c h   b o s t o n c e l t i c s i m e u d o k a   b o s t o n c e l t i c s s u s p e n d i m e o d o k a   e a s t e r n c o n f e r e n c e   i m e o d o k a s u s p e n d e d   i m e u d o k a   i m e u d o k a a f f a i r w i t h o w n e r s w i f e  
n o a h   v o n l e h   i s   t h e   o b v i o u s   c h o i c e   t o   m a k e   t h e   c e l t i c s   r o s t e r   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h o   b o s t o n   c e l t i c s   f a n s   w a n t   t a k i n g   t h e   l a s t   s h o t . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b s m o o t h   b o s t o n c e l t i c s   c e l t i c s c o r n e r   e a s t e r n c o n f e r e n c e  
' t h i s   i s   a   g r e a t   o p p o r t u n i t y , '   s a y s   c e l t i c s '   n o a h   v o n l e h   o f   h i s   s h o t   a t   m a k i n g   b o s t o n ' s   r o s t e r   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   c & a m p ; c   w a n t s   f o r m e r   r o t a t i o n   b i g   m a n   b a c k   i n   b o s t o n   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
[ p r e v i e w   2 0 2 2 - 2 3 ]   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a b a u t r e t   a l l   a n g e l e s   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t   b a s k e t b a l l   b l o c k   b o s t o n c e l t i c s   b r y a n t   b u l l s   c a r m e l o   c h i c a g o   c h r i s   c l i p p e r s   c o n t r e   c u r r y   d a v i s   d u f a n t   d u n k   d u r a n t   e a s t e r n c o n f e r e n c e  
m a r c u s   s m a r t   o n   t h e   d r a y m o n d   p u n c h .   s a y s   g r e e n   m a d e   a   m i s t a k e   a s   a   l e a d e r   a n d   w a r r i o …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l u k e   k o r n e t   ( a n k l e )   w a s   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 9 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 9 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   l a b   1 4 6 :   c a t c h i n g   u p   w i t h   t a c k o   f a l l   o n   h i s   n e w   b o o k ,   t h e   c b a ,   a n d   t i e s   t o   t h e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
d e p t h   s h i n e s   i n   p r e s e a s o n   w i n :   1 0   t a k e a w a y s   f r o m   c e l t i c s - h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   3   r e a s o n s   b l a k e   g r i f f i n   i s   a   f a n t a s t i c   s i g n i n g   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
w i l l   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   b r i n g   o u t   t h e   b e s t   o f   j a y l e n   b r o w n   a n d   j a y s o n   t a t u m ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ' s   j a y s o n   t a t u m   c r a c k s   t o p   t h r e e   i n   s p o r t i n g   n e w s '   2 0 2 2 - 2 3   t o p   s m a l l   f o r w a r d s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   r u m o r s :   j o e   b u d d e n   r e v e a l s   w i l d   i m e   u d o k a   a f f a i r   w r i n k l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
w h a t   c a n   s a m   h a u s e r   a n d   l u k e   k o r n e t   g i v e   t h e   b o s t o n   c e l t i c s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
o n   t h i s   d a y :   h e n r y   w a l k e r ,   a r n i e   r i s e n ,   k e n n y   a n d   j e r o m e   a n d e r s o n   b o r n ;   k e n n y   r o l l i n s   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s p o r t i n g   n e w s   r a n k s   c e l t i c s '   m a r c u s   s m a r t   i n   n b a ' s   t o p   h a l f   o f   s t a r t i n g   p o i n t   g u a r d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
d e r r i c k   w h i t e   p u t s   l a m e l o   o n   s k a t e s ,   b l a k e   g r i f f i n   m a k e s   c e l t i c s   d e b u t ,   d r a y m o n d   q u e e n   r e a c t i o n ! 
 
 v i d e o   l i n k : 
 
 
 n b a p r e s e a s o n   n b a   b o s t o n c e l t i c s 🍀   b o s t o n c e l t i c s  
  i s   a   p o w e r h o u s e   l o o k i n g   t o   d o m i n a t e   t h i s   y e a r   🔥 🔥 
 
 b o s t o n c e l t i c s   s a c r a m e n t o k i n g s   e a s t c o a s t h o o p r e c r u i t   n b a   l e b r o n j a m e s   l a k e r s   b a l l i s l i f e   n b a b a s k e t b a l l   n i k e   l e b r o n   n b a p l a y o f f s   j o r d a n   f o o t b a l l   k o b e   k o b e b r y a n t   n b a f i n a l s     d u n k     m i c h a e l j o r d a n   e s p n  
5 0   5 - s t a r s   i n   t h e   g y m   f o r     m i n i c a m p .   w h o   c a n   y o u   s p o t ?   🤨 🤨 
 
 b a l l i s l i f e   b a l l i s l i f e 🏀   c u s r i s e   b o s t o n c e l t i c s   g r i n d c i t y   t e r p s n a t i o n   e a s t c o a s t h o o p r e c r u i t   c a v s h i o n   n u g g e t s n a t i o n   g o l d d o n t q u i t   m e m p h i s   n b a     n b a d r a f t  
n o t   s h y i n g   a w a y   f r o m   a n y t h i n g   o r   a n y o n e   😤 
 
 t e r p s n a t i o n     m e n s b a s k e t b a l l   i n d i a n a p a c e r s   g r i n d c i t y   k u h o o p s   n b a d r a f t   n b a   m i l e h i g h b a s k e t b a l l   w i z 5 0   c o n n e c t e d b y m a g i c   w i z a r d s   k e v i n d u r a n t   l a c l i p p e r s   m e m p h i s g r i z z l i e s   l e t e m k n o w   c u s r i s e   b o s t o n c e l t i c s   d a l l a s   b e t h e f i g h t  
  b i g   t i c k e t   🎟   
 
 n b a   l a c l i p p e r s   c e l t i c s   c a v s   c a v s s u m m e r   c l e v e l a n d c a v a l i e r s   b e t h e f i g h t   c a v s h i o n   c a v s 5 0   f i e l d h o u s e h e a t   c a v s d r a f t   l e t e m k n o w   d a l l a s   c e l t i c s   b o s t o n c e l t i c s   c u s r i s e   l a k e r s   l a k e r s f a m i l y   l a k e r n a t i o n   g o l a k e r s   l o s a n g e l e s l a k e r s   l a k e s h o w  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
c e l t i c s   s t a f f e r   w h o   h a d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s s t a f f f e m a l e   d a n n y a i n g e   e a s t e r n c o n f e r e n c e   g e e k s a n d g a m e r s   i m e u d o k a   i m e u d o k a c e l t i c s s t a f f a f f a i r   i m e u d o k a d a n n y a i n g e   i m e u d o k a f i r e d   i m e u d o k a k a t h l e e n n i m m o l y n c h   i m e u d o k a n i a l o n g  
r e p .   a y a n n a   p r e s s l e y   o n   j a y l e n   b r o w n ' s   l e a d e r s h i p   i n   b o s t o n   a n d   b e y o n d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 8 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   c e l t i c s   d e b u t   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b l a k e g r i f f i n   b l a k e g r i f f i n c e l t i c s   b l a k e g r i f f i n d u n k s   b l a k e g r i f f i n i n t e r v i e w   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 8 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ' i   w a n t   t o   h e l p   ( u s )   w i n '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i m e u d o k a   a c c u s e d   o f   s l e e p i n g   w i t h   w i f e   o f     b o s t o n c e l t i c s   o w n e r     v i a  
c e l t i c s   c o a c h   i m e   u d o k a   r o s e   f a s t   a n d   f e l l   h a r d   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   h o r n e t s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ' s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   t e l l s     p o s t - g a m e :   " t h e   i n t e n s i t y   l e v e l   a n d   m a t u r i t y   l e v e l   o f   t h i s   . . .   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c h e a t i n g   o n   y o u r   s p o u s e   i s   w r o n g ,   m o r a l l y   r e p r e h e n s i b l e ,   a n d   b r e a k s   u p   f a m i l i e s . 
 
 i n   a d d i t i o n ,   t h i s   t y p e   o f   b e h a v i o r   i s   b a d   f o r   b u s i n e s s .   i m e   i m e u d o k a   n i a l o n g   b o s t o n c e l t i c s 
 
  
d e r r i c k   w h i t e   d r o p s   l a m e l o ,   b l a k e   g r i f f i n   m a k e s   d e b u t   a s   s h o r t h a n d e d   c e l . . .     v i a     
 
 n b a 2 k 2 3   n b a   b o s t o n c e l t i c s   c e l t i c s w i n
c e l t i c s   1 1 2 ,   h o r n e t s   1 0 3 :   j a y l e n   b r o w n ,   b o s t o n ' s   b - s q u a d   t a k e s   c a r e   o f   c h a r l o t t e   o n   t h e   r o a d   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e x c l u s i v e   1 - o n - 1 :   k e m b a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s h o r n e t s   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   k e m b a c e l t i c s   k e m b a o n c e l t i c s   k e m b a o n j a y s o n t a t u m j a y l e n b r o w n   k e m b a w a l k e r   k e m b a w a l k e r a b b y c h i n   k e m b a w a l k e r c e l t i c s  
t h e   g o l d e n   s t a t e   w a r r i o r s   j u s t   p u l l e d   a   p a g e   o u t   o f   t h e   b o s t o n   c e l t i c s '   p l a y b o o k   o n   h o w   t o   f i r s t   d e - v a l u e ,   a n d   t h e n   b u r y   a n   u n w a n t e d   a s s e t   a l i v e .     d r a y m o n d g r e e n   g o l d e n s t a t e w a r r i o r s   b o s t o n c e l t i c s   i m e u d o k a   n b a   p r o b a s k e t b a l l   b l a c k n e w s   b l a c k i n s p o r t s   b l a c k l i v e m a t t e r
w i t h   s a m   h a u s e r   b e i n g   w h a t   w e   t h o u g h t   w e   h a d   i n   g a l l i n a r i   w h a t   d o   w e   m a k e   s e n s e   o f   t h i s   a t   t h i s   p o i n t   ⁉ ️   c e l t i c s   m u t u a l s   o n l y   ☘ ️   b o s t o n c e l t i c s
m a l i k a   a n d r e w s   c l a i m s   j a y s o n   t a t u m   i s   n o t   a   s u p e r s t a r   p l a y e r   p t   2   " n u m b e . . .     v i a     v i r a l   e s p n   n b a   n b a p r e s e a s o n   b o s t o n c e l t i c s
j a y l e n   b r o w n   t a k i n g   m f i o n d u   k a b e n g e l e   u n d e r   h i s   w i n g   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c s   l o o k   t o u g h .   b r o w n   m v p   t y p e   y e a r   a h e a d ,   c a n   t a t u m   f o l l o w ?   b o s t o n c e l t i c s  
d i d   y o u   s e e   t h e   l a t e s t   g a m e   b e t w e e n   t h e   c h a r l o t t e   h o r n e t s   a n d   t h e   b o s t o n   c e l t i c s ? ?   i f   n o t ,   w a t c h   t h e   b e s t   h i g h l i g h t s   d o w n   b e l o w ! 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n   c e l t i c s :   f o r m e r   h o r n e t s   l o t t e r y   p i c k   f l o a t e d   f o r   c ’ s   t p e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f a b   m e l o   -   b o s t o n   c e l t i c s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s 
 
   n b a   n b a t w i t t e r   n b a t o p s h o t   m e l o   c e l t i c s   b o s t o n c e l t i c s   n u g g e t s   k n i c k s   m i l e h i g h b a s k e t b a l l   n e w y o r k f o r e v e r  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s f u l l g a m e h i g h l i g h t s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s h i g h l i g h t s   b o s t o n v s c h a r l o t t e   c e l t i c s v s h o r n e t s  
e v a l u a t i n g   b l a k e   g r i f f i n ’ s   p r e s e a s o n   d e b u t   w i t h   t h e   b o s t o n   c e l t i c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b e s t   i n s i d e   o u t   s c o r e r   b u i l d   o n   n b a   2 k 2 3 .   c h e c k   i t   o u t   a n d   l e t   m e   k n o w   w h a t   y o u   t h i n k   i n   t h e   c o m m e n t s . 
 
 
 
 n b a 2 k 2 3   2 k 2 3   n b a 2 k   b o s t o n c e l t i c s   h e a t n a t i o n   p s 5   y o u t u b e   y o u t u b e g a m i n g   s u b s c r i b e n o w   s u b s c r i b e
b l a k e   g r i f f i n   g e t s   i t   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
k e m b a   w a l k e r   t o     o n   m a z z u l l a :   " h e ' s   h a r d - n o s e d ,   t e l l s   i t   l i k e   i t   i s ,   h a s   g r e a t   c h a r a c t e r ,   h o l d s   e v e r y o n e   a c c o u n t a b l e   e q u a l l y .   h e ' s   j u s t   n o t   s c a r e d .   i   k n o w   e v e r y o n e ' s   t a l k i n g   t r a s h   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
e s p n ' s   z a c h   l o w e   p r o j e c t s   t h e   b o s t o n   c e l t i c s   a s   c o n t e n d e r s   d e s p i t e   o f f s e a s o n   h i c c u p s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i m a   u d o k a   y o u   g o t   s u s p e n d e d   a n d   c h e a t e d   o n   n i a   l o n g   f o r   t h i s   w o m a n .   t h i s   i s   h o r r i b l e . 
 b r o ' s   d o n ' t   m a k e   t h i s   m i s t a k e   b o s t o n c e l t i c s   b l a c k m e n   n b a  
b o s t o n   c e l t i c s :   j a y l e n   b r o w n   j u s t   h a s   t h a t   h u n g e r   i n   h i s   e y e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h a t   s h o u l d   w e   e x p e c t   f r o m   t h e   b o s t o n   c e l t i c s   i n   2 0 2 2 - 2 3 ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
t h e   i n j u r y   a n d   r e c o v e r y   o f   f o r m e r   b o s t o n   c e l t i c s   b i g   m a n   a r o n   b a y n e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n ' s   j a y l e n   b r o w n   r a n k e d   i n   s p o r t i n g   n e w s '   t o p   f i v e   n b a   s h o o t i n g   g u a r d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   t e l l s     p o s t - g a m e :   " t h e   i n t e n s i t y   l e v e l   a n d   m a t u r i t y   l e v e l   o f   t h i s   g r o u p   i s   o f f   t h e   c h a r t s .   e v e r y   d a y   w h e n   w e   g e t   t o   w o r k ,   i t ’ s   i n t e n s e   …   t h e s e   g u y s   a r e   l o c k e d   i n   a n d   n o b   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
e n d e   
 e i s h o c k e y   h e r r e n   q m j h l   
 4 : 3   q u e b e c r e m p a r t s   v s   b l a i n v i l l e b o i s b r i a n d a r m a d a   
 e i s h o c k e y   h e r r e n   n h l s a i s o n v o r b e r e i t u n g   
 2 : 4   t o r o n t o m a p l e l e a f s   v s   d e t r o i t r e d w i n g s   
 b a s k e t b a l l   h e r r e n   n b a   
 1 1 2 : 1 0 3   b o s t o n c e l t i c s   v s   c h a r l o t t e h o r n e t s   
 1 1 4 : 1 3 1   i n d i a n a p a c e r s   v s   n e w y o r k k n i c k s
b o s t o n   c e l t i c s :   o v e r p e r f o r m i n g   2 0 1 9   f i r s t - r o u n d   p i c k   u n l i k e l y   t o   h a v e   d e a l   g u a r a n t e e d   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c e l t i c s '   j a y s o n   t a t u m   r a n k e d   i n s i d e   e s p n ' s   t o p   1 0   o f   2 0 2 2 - 2 3   t o p   1 0 0   p l a y e r s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   a t   h o r n e t s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 2 9  
o n   t h i s   d a y :   f o r m e r   b o s t o n   c e l t i c s   b i g   m a n   b r e t t   s z a b o   s i g n s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ' s   j a y l e n   b r o w n   j u s t   o u t s i d e   o f   s p o r t s   i l l u s t r a t e d ' s   t o p   2 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ b o s t o n c e l t i c s   1 1 2   ( 2 - 1 ) 🔸 
 ⬇ ️ c h a r l o t t e h o r n e t s   1 0 3   ( 0 - 3 ) 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔴 d n p   -   c o a c h ' s   d e c i s i o n 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - h o r n e t s   p r e s e a s o n   r e m a t c h   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
r e s u l t s   o f   n b a   m a t c h e s   p r e s e a s o n   0 7 / 1 0 / 2 0 2 2 
 
 c h i c a g o b u l l s   b o s t o n c e l t i c s   n u g g e t s   h o r n e t s   k n i c k s   p a c e r s   p i s t o n s   p e l i c a n s   m a v e r i c k s   h a w k s   b u c k s   n b a i n a b u d h a b i   u s a  
h e r e ' s   w h a t   s t o o d   o u t   f r o m   c e l t i c s '   1 1 2 - 1 0 3   w i n   o v e r   h o r n e t s   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s ’   m a r c u s   s m a r t   c r a c k s   s p o r t s   i l l u s t r a t e d ’ s   t o p   5 0   n b a   p l a y e r s   l i s t   f o r   2 0 2 2 - 2 3 . 
 
 b o s t o n c e l t i c s   🏟 
 c e l t i c s   🏀 
 n b a   n b a t w i t t e r   
 

g r a n t   w i l l i a m s   l o o k s   l i k e   a   n e w   p l a y e r :   7   t a k e a w a y s   f r o m   c e l t i c s   v s .   h o r n e t s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
[ s c o t t o ]   n b a   e x e c u t i v e s   p r o j e c t   b o s t o n   c e l t i c s   f o r w a r d   g r a n t   w i l l i a m s   t o   b e   w o r t h   $ 1 2 - 1 3   m i l l i o n   a n n u a l l y   i n   a n y   e x t e n s i o n   t a l k s . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n ’ s   b - s q u a d   t a k e s   d o w n   c h a r l o t t e   1 1 2 - 1 0 3   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a ,   c e l t i c s   m e d i a   r e a c t   t o   b o s t o n ' s   1 1 2 - 1 0 3   p r e s e a s o n   w i n   o v e r   t h e   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   a t   h o r n e t s :   b o s t o n   o u t l a s t s   e a r l y   c h a r l o t t e   p u s h ,   w i n   1 1 2 - 1 0 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :     1 1 2 ,   h o r n e t s   1 0 3 .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
a   g r e a t     w i n ! ! !   i t   m a y   b e   p r e s e a s o n   b u t   m a n   t h i s   t e a m   l o o k s   g r e a t   a n d   i   l o v e d   t h a t   t h e y   w e r e   p l a y i n g   i n   g r e e n s b o r o   t o n i g h t ! ! !   g o c e l t i c s   b l e e d g r e e n   b o s t o n c e l t i c s  
i t ’ s   n o   s e c r e t   t h a t   p a t r i c k   b e v e r l e y   f e e l s   s l i g h t e d   b y   t h e   f a c t   t h a t   h e ’ s   n e v e r   w o n   t h e   d e f e n s i v …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   |   l i v e   p l a y   b y   p l a y   & a m p ;   r e a c t i o n   |   c e l t i c s   v s   h o r n e t s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
c h a r l o t t e h o r n e t s   b o s t o n c e l t i c s   n b a t w i t t e r     b u z z c i t y   j e r s e y s   a r e   n e e d e d
w h a t   a   g r e a t   p i c k   u p   w e   g o t   f o r   t h e   t e a m   b l a k e g r i f f i n   b o s t o n c e l t i c s  
c e l t i c s   v s .   h o r n e t s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   i s   n o t   c o n c e r n e d   a b o u t   p r e s e a s o n   s t r u g g l e s ,   s a y s   ' i   s t a r t   o f f   s l o w '   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  

 c l i c k   t h e   l i n k   t o   s e e   o u r   t a k e !   s 3 ,   e 0   i s   o u t   n o w !   i m e u d o k a   n i a l o n g   m a l i k a a n d r e w s   b o s t o n c e l t i c s   s t e p h e n a s m i t h   n b a   p o d c a s t r e c o m m e n d a t i o n s  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
j a y l e n   b r o w n   w i l l   b e   t h e   l o n e   m e m b e r   o f   t h e   f i r s t   u n i t   t o   g e t   m i n u t e s   t o n i g h t .   c e l t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m e   s t a r t i n g   f i v e   f o r   t h e   h o r n e t s   t o n i g h t .   s t e v e   c l i f f o r d   s a i d   l a m e l o ,   t e r r y   r o z i e r   a n d …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
  g o t t a   b e   o n e   o f   t h e   b e s t   f e e l i n g s   i n   t h e   w o r l d   w h e n   y o u   r e m e m b e r   l a s t   m i n u t e   c e l t i c s   b a s k e t b a l l   i s   o n   t o n i g h t   n b a p r e s e a s o n   b o s t o n c e l t i c s   n b a
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   n b a   g e n e r a l   m a n a g e r s   h a v e   g i v e n   t h e i r   p r e d i c t i o n s   o n   t h e   u p c o m i n g   s e a s o n .   🏀 
 
 h e r e   i   g o   t h r o u g h   a   f e w   o f   t h o s e   p r e d i c t i o n s : 
 
 
 
 m v p   c h a m p i o n s h i p   b o s t o n c e l t i c s   l o s a n g e l e s c l   d o n c i c   e m b i i d  
i   t o l d   y ’ a l l   i n   t h e   b e g i n n i n g ,   b u t   n o o o o ,   y o u   w o u l d n ’ t   l i s t e n … . n i a l o n g   i m e u d o k a   c h e a t e r   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   b / r   s e e s   d e r r i c k   w h i t e   a s   o d d   m a n   o u t   i n   b a c k c o u r t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   ( 1 - 1 )   a t   c h a r l o t t e   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
h a u s e r   m a n i a ! !   g e t t i n g   t o   k n o w   m o r e   a b o u t   s a m   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n c e l t i c s h i g h l i g h t s   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s p r e s e a s o n   c h r i s f o r s b e r g   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y l e n b r o w n h i g h l i g h t s   j a y s o n t a t u m  
n e w   v i d e o   t o   w a t c h : 
 
 " r a p t o r s   a t   c e l t i c s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c e l t i c s   b o s t o n c e l t i c s 
 

o n   9 / 2 5   i   p o s t e d   o n   t i k t o k   t h a t   t h e   l a d y   w o u l d   b e   w h i t e   a n d   e x p l a i n e d   w h y   t h e y   w e r e   h i d i n g   h e r   i d e n t i t y .   n o w   t h e   t r u t h   c o m e s   o u t .   w o k e   a s f .   i m e u d o k a   n i a l o n g   w h i t e p r i v i l e g e   m e d i a   k a n y e   b r e t t f a v r e   b o s t o n c e l t i c s         b l a c k t w i t t e r  
b l a k e   g r i f f i n   w i l l   m a k e   c e l t i c s   d e b u t   f r i d a y   a g a i n s t   t h e   h o r n e t s   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a l e x   b a r l o w   g e t s   h i s   f i r s t   s h o t   a s   h e a d   c o a c h :   k e e p   a n   e y e   o n   t h e   m a i n e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s p e a k i n g   a t   m f a   p a n e l ,   c e l t i c s '   j a y l e n   b r o w n   c h a l l e n g e s   b o s t o n i a n s   t o   b e t t e r   c i t y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w e   a l r e a d y   k n e w   s h e   w a s   w h i t e   w h e n   y ’ a l l   d i d n ’ t   r e v e a l   h e r   n a m e   b u t   s t i l l   p u t   t h e   c o a c h   o n   b l a s t . . . d u h ? ? ?   🙄 🙄 🙄 🙄 🙄 🙄 🙄 🙄 🙄 🙄 🙄 
 n i a l o n g   i m e u d o k a   m i z m e l a n i n 1   b o s t o n c e l t i c s  
b r o w n   t o o k   a n   i n t e r e s t   i n   k a b e n g e l e   a f t e r   t h e   2 5 - y e a r - o l d   b i g ,   w h o   i s   f i g h t i n g   f o r   a   r o t a t i o n   s p o t ,   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b u t   k a b e n g e l e   f e e l s   h e ’ s   f i n a l l y   f o u n d   t h e   r i g h t   p a t h .   “ i ’ m   n o t   t h e   s a m e   p e r s o n   i   w a s   i n   m y   r o …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p r o u d   o f   t h i s   o n e !     ( s e r i a l   n o t   s o   g r e a t ,   b u t   w h o   c a r e s ! )   b o s t o n c e l t i c s   n b a t o p s h o t  
a p e s t o g e t h e r s t r o n g 
 b o s t o n c e l t i c s   a m c a p e   r o o k i e   c h e c k   o u t   j a s o n   t a t u m   d o n r u s s   p a n i n i   2 0 1 7   r a t e d   r o o k i e     1 9 8   & a m p ;   2 0 1 9 - 2 0   d o n r u s s   o p t i c     1 1     e b a y   v i a  
j e f f   d o w t i n   s e n d s   i t   t o   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c h r i s b o u c h e r   d a l a n o b a n t o n s c o t t i e b a r n e s   d a v i d j o h n s o n m a l a c h i f l y n n   d j w i l s o n   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t g a r y t r e n t j r   j u s t i n c h a m p a g n i e   k h e m b i r c h i s a a c b o n g a   n b a 2 0 2 2   n b a h i g h l i g h t s  
3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   c h a r l o t t e   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   c b   w a n t s   f o r m e r   d r a f t   l o t t e r y   b i g   m a n   t o   m a k e   c s   r o s t e r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
l e s s   t h a n   a   w e e k   a f t e r   u p s e t t i n g   s o m e   e s p n   n b a   f a n s   o n   h e r   h a n d l i n g   o f   t h e   b o s t o n c e l t i c s   u d o k a   c o a c h i n g   c o n t r o v e r s y ,   a n d r e w s   i s   g e t t i n g   a   p r o m o t i o n   n b a t w i t t e r   n b a p r e s e a s o n  
s a m   h a u s e r   i s   p r o v i n g   h e ’ s   r e a d y   f o r   a   b i g g e r   r o l e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a p r e s e a s o n   b o s t o n c e l t i c s   x s o s 
 d o   y o u   w a n t   t o   i m p r o v e   y o u r   p i n   d o w n   a c t i o n ?   w a t c h   👀   a l   h o r f o r d   i n   a c t i o n :   b r i l l i a n t   d e c i s i o n   m a k i n g   i n   p i n   d o w n   s i t u a t i o n .  
o n   b i l l   r u s s e l l ’ s   l e g a c y   a n d   b o s t o n   b a s k e t b a l l   w /   r e p .   a y a n n a   p r e s s l e y   
   
 
   
 b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
j a y l e n   b r o w n   h i g h l i g h t s   v s   t o r o n t o   r a p t o r s   ( 2 3   p t s ,   4   r e b )   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
p r e s e a s o n   g a m e   t h r e e .   c ’ s   h a v e   s p l i t   t h e i r   f i r s t   t w o   g a m e s   w h i l e   c h a r l o t t e   h a s   l o s t   b o t h   o f   t h e i r   g a m e s .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d   b a l l i s l i f e     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
e s p n   c a l l e d   a n d   t o l d   m e   t o   s t o p   t a l k i n g   s p o r t s   l o l o l o l   n i a l o n g   i m e u d o k a   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   h o l l i n g e r   j o k e s   2   f o r m e r   c s   b i g   m a n   “ l e g e n d s ”   c o u l d   b e   f r e e   a g e n t   o p t i o n s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h a m s   a l s o   r e v e a l s   t h a t ,   d e s p i t e   s a l a c i o u s   i m p l i c a t i o n s   o r   c l a i m s   e l s e w h e r e ,   t h a t   u d o k a ’ s   m i s c o n d u …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   m a r c u s   s m a r t   c r a c k s   s p o r t s   i l l u s t r a t e d ' s   t o p   5 0   n b a   p l a y e r s   l i s t   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s '   j a y s o n   t a t u m   c r a c k s   s p o r t s   i l l u s t r a t e d ' s   2 0 2 2 - 2 3   t o p   1 0   p l a y e r s   i n   n b a   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   d a n n y   a i n g e   w a s   u p s e t   b y   i m e   u d o k a   a f f a i r   d u e   t o   t i e s   w i t h   e m p l o y e e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h r e e   b o s t o n   c e l t i c s   l a n d   i n   n o s .   1 0 0 - 5 1   o f   s p o r t s   i l l u s t r a t e d ' s   2 0 2 2 - 2 3   t o p   1 0 0   p l a y e r s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n   t h i s   d a y :   f o r m e r   b o s t o n   f o r w a r d   w i l l i e   n a u l l s   b o r n ;   j i m m y   o l i v e r   s i g n e d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
✈ ️   b o s t o n   ( b o s )   t o   r e y k j a v i k   ( k e f )   f o r   o n l y   $ 2 6 2   ( u s d )   r o u n d t r i p   💸 
 1 9 8   l i v e   d a t e s   o n   a d v e n t u r e   m a c h i n e .   -   g e t   t h e   a p p   o n   i o s   o r   a n d r o i d   b o s t o n     b o s t o n t e r r i e r     b o s t o n c e l t i c s     b o s t o n f o o d i e s     b o s t o n t e r r i e r s     b o s t o n b l o g g e r  
c e l t i c s   v s .   h o r n e t s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ' s   t h e   l a t e s t   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ' s   g r a n t   w i l l i a m s   j u s t   o u t s i d e   s p o r t s   i l l u s t r a t e d ' s   t o p   1 0 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
l e b r o n   j a m e s   i c o n i c   g a m e   6   p e r f o r m a n c e   v s   b o s t o n   c e l t i c s   i n   2 0 1 2   n b a   p l a y o f f s   b a s k e t b a l l   l e b r o n 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n   c e l t i c s   a t   c h a r l o t t e   h o r n e t s :   h o w   t o   w a t c h ,   b r o a d c a s t ,   l i n e u p s   ( 1 0 / 7 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
  y o u   k n o w   w h a t ! ! ! ! !   t h o s e   2   p i e c e s   o f   t r a s h   d e s e r v e   e a c h   o t h e r ! !   b o t h   a r e   e x t r e m e l y   l o w   t o   f a c e   n i a   a n d   a c t   l i k e   n o t h i n g   w a s   g o i n g   o n ,   w h e n   l o o k i n g   f o r   a   r e s i d e n c e   i n   b o s t o n ! !   s h e   s h o u l d   b e   p u n i s h e d   a s   w e l l ! !   f i l t h y   h o e ,   a n d   a n i m a l !   😒   n i a l o n g   i m e u d o k a   b o s t o n c e l t i c s
  i f   i m e   l o v e d ,   o r   e v e n   c a r e d   a b o u t   n i a ,   h e   w o u l d   h a v e   n e v e r   h u m i l i a t e d   h e r   i n   t h i s   m a n n e r !   n o w ,   i   u n d e r s t a n d   w h y   t h e r e   w a s   s u c h   a   l o n g - t e r m   e n g a g e m e n t !   h e   d i d n ' t   w a n t   h e r ! !   h e   c o u l d   h a v e   s a v e d   n i a   t h e   t r i p ! !   s o o o o o   s a d   f o r   n i a   a n d   t h e i r   s o n ! !   😠   n i a l o n g   i m e u d o k a   b o s t o n c e l t i c s
t h e   p l o t   t h i c k e n s   b u t   i   t h i n k   w e   k n o w   w h a t   r e a l l y   h a p p e n e d ? !   i m e u d o k a   n i a l o n g   b o s t o n c e l t i c s  
c e l t i c s   ( 1 - 1 )   a t   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  t e a m   n e e d s   m y   p l a y i n g   c o a c h i n g   m o d e l   i n   p a r t i c u l a r   f o r   w h e n   c o a c h   n e e d ' s   t e a m   e v a l u a t i o n   i n f o r m a t i o n   b a s e d   o n   w h a t   p l a y e r s   d o   r a t h e r   t h a n   c o a c h ' s   i n t e r p r e t a t i o n   o f   i t           b o s t o n c e l t i c s
j o h n   h o l l i n g e r ' s   c e l t i c s   p r e v i e w :   p r e d i c t i o n s ,   a n a l y s i s   f o r   2 0 2 2 - 2 3   s e a s o n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
  s o   g l a d   m a g i c   w a s n ’ t   a s   s e n s i t i v e   a s   l e b r o n .     t h e r e ’ s   a   r e a s o n   w h y   t h e   8 0 s   w a s   t h e   g r e a t e s t   e r a   t h e   n b a   h a s   s e e n   a n d   w h y   s o   m a n y   a t h l e t e s   i n   t o d a y ’ s   g a m e   a r e   d e s p i s e d .     b o s t o n c e l t i c s   l o s a n g e l e s l a k e r s   r i v a l r y
o n   b i l l   r u s s e l l ’ s   l e g a c y   a n d   b o s t o n   b a s k e t b a l l   w /   r e p .   a y a n n a   p r e s s l e y 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
i m e   u d o k a ' s   l o v e r   r e v e a l e d   +   w a s   h i s   s u s p e n s i o n   d u e   l o v e r ' s   t i e s   t o   b o s t o n   c e l t i c s   e x e c ? !     n i a l o n g   b o s t o n c e l t i c s   i m e u d o k a  
i   f u c k   h o e s   b e c a u s e   i f   i   d o n t . . . n o t h i n g   s t a n d s   b e t w e e n   t h e m   a n d   a   w o u l d - b e   f a i t h f u l   h u s b a n d .   i m e   u d o k a   s h o u l d ' v e   b o u n c e d   p a s s e d   t h a t   g i r l   m y   w a y   a n d   s a v e d   h i s   m a r r i a g e .   b l e s s   u p m   b o s t o n c e l t i c s
i m e   u d o k a ' s   l o v e r   r e v e a l e d   +   w a s   h i s   s u s p e n s i o n   d u e   l o v e r ' s   t i e s   t o   b o s t o n   c e l t i c s   e x e c ? !     n i a l o n g   b o s t o n c e l t i c s   i m e u d o k a  
[ f i l m   r o o m ]   t h e   c o m m o n   t h e m e s   o f   m a l c o l m   b r o g d o n ' s   p l a y m a k i n g   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h i s   i d i o t   c h e a t e d   o n   b e a u t i f u l   n i a   l o n g ,   w i t h   j o k e r . . l o r t ! ! 🤦 🏿 ‍ ♀ ️   i d k   a n   i   c a n ' t   u n s e e   t h e   r e s e m b l a n c e   e i t h e r     i m e u d o k a     b o s t o n c e l t i c s  
c e l t i c s   l a b   1 4 5 :   h o n o r i n g   b i l l   r u s s e l l ' s   l e g a c y   a n d   t a l k i n g   b o s t o n   b a s k e t b a l l   w i t h   r e p .   a y a n n a   p r e s s l e y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i m e   u d o k a ' s   l o v e r   r e v e a l e d   +   w a s   h i s   s u s p e n s i o n   d u e   l o v e r ' s   t i e s   t o   b o s t o n   c e l t i c s   e x e c ? !     n i a l o n g   b o s t o n c e l t i c s   i m e u d o k a  
p o s t g a m e   p r e s s   c o n f e r e n c e :   j a y s o n   t a t u m   t a l k s   e n c o u r a g i n g   s t a r t   t o   t h e   s e a s o n ,   d e u c e   c r a s h e s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   j a y s o n t a t u m   j a y s o n t a t u m c e l t i c s   j a y s o n t a t u m h i g h l i g h t s   j a y s o n t a t u m i n t e r v i e w   n b a p l a y o f f s  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 6 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c   w e l l s   -   w h e r e   i ’ m   f r o m   p t .   2   ( a n i m a t e d   m u s i c   v i d e o )     v i a     s i n c i t y   w h e r e   i ’ m   f r o m   b o s t o n c e l t i c s
j b   s o   u n d e r r a t e d   b o s t o n c e l t i c s
b r e a k d o w n   o f   c r u c i a l   f i n a l   m o m e n t s   i n   c e l t i c s   1 1 0 - 1 0 7   l o s s   t o   m i l w a u k e e   b u c k s   i n   g a m e   5 
   
 
   
 b o s t o n c e l t i c s   c e l t i c s b u c k s   c e l t i c s v s b u c k s   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   g a m e 5   m i l w a u k e e b u c k s   n b a  
i   s u s p e c t e d   i m e   u d o k a   s l e p t   w i t h   a   w h i t e   w o m a n   i n   t h e   e x e c u t i v e   o f f i c e .   
 b o s t o n c e l t i c s   p r a c t i c a l l y   c o n f i r m e d   i t   w / t h a t   p r e s s   c o n f e r e n c e .     
 y o u   d o n ' t   " s u s p e n d "   i f   t h e   w o m a n   w a s   b l a c k .   
 b o s t o n c e l t i c s   m u s t   e x p e c t   a   l a w s u i t .   i m e u d o k a   i s   n o t   f i r e d .   m o r e t o c o m e
b r a d   s t e v e n s   t o   t h e   m e d i a   a t   t h e   h a l f 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
s t e p h e n a s m i t h   s a y s   h e   f e e l s   t h a t   b o s t o n c e l t i c s   c o a c h   i m e u d o k a ’ s   c h e a t i n g   s c a n d a l   ‘ w a s   a n   h r   m a t t e r ’   & a m p ;   s h o u l d n ’ t   h a v e   b e e n   p u b l i c i z e d :   i t ’ s   n o n e   o f   o u r   b u s i n e s s   ( v i a   )  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 6 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   2 0 2 2   w i n   t o t a l   f u t u r e s ,   o v e r / u n d e r   a n d   o d d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   j a y l e n   b r o w n   f o r   2 0 2 2   a l l - n b a   f i r s t   t e a m e r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   p u n c h e s   t e a m m a t e   j o r d a n   p o o l e ,   f a c e s   s u s p e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   s a m   h a u s e r   i s   t h e   n e w   r a y   a l l e n !   c e l t i c s   v s   r a p t o r s   p r e s e a s o n   r e a c t i o n   a n d   h i g h l i g h t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   j a y l e n   b r o w n   s u r p r i s e s   d o r c h e s t e r   m i d d l e   s c h o o l e r s   w i t h   n e w   b a c k p a c k s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a t t   b a r n e s   d r o p s   m o r e   b r e a d   c r u m b s   o n   r e a s o n   b e h i n d   u d o k a ' s   l e n g t h y   s u s p e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n i a   l o n g   r e p o r t e d l y   s t a n d i n g   b y   f i a n c é   i m e   u d o k a   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   g r a n t   w i l l i a m s   g i v e s   t h e   l a t e s t   u p d a t e   o n   t h i s   c o n t r a c t   e x t e n s i o n   t a l k s   w i t h   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t o r o n t o   r a p t o r s   v s   b o s t o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c h r i s b o u c h e r   d a l a n o b a n t o n s c o t t i e b a r n e s   d a v i d j o h n s o n m a l a c h i f l y n n   d j w i l s o n   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t g a r y t r e n t j r   j u s t i n c h a m p a g n i e   k h e m b i r c h i s a a c b o n g a   n b a 2 0 2 2   n b a h i g h l i g h t s  
s t e p h e n   a .   s m i t h :   c e l t i c s   d o c k e d   i m e   u d o k a   h a l f   h i s   p a y             i m e u d o k a         s t e p h e n a s m i t h         n b a             b o s t o n c e l t i c s
r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   [ o t ] :   s a m   h a u s e r   s h o o t s   l i g h t s   o u t   i n   o v e r t i m e   l o s s   a t   h o m e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
5   o v e r r e a c t i o n s   t h r o u g h   t h e   c e l t i c s ’   f i r s t   t w o   p r e s e a s o n   g a m e s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   a t h l e t i c ' s   s h a m s   c h a r a n i a   a d d s   s o m e   c o n t e x t   t o   t h e   c e l t i c s '   i m e   u d o k a   s c a n d a l   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n c e l t i c s   1 4   c a r d   t e a m   l o t   c e l t i c s   
 
 $ 5   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   r a p t o r s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ t o r o n t o r a p t o r s   1 2 5   ( o t ) ( 2 - 0 ) 
 ⬇ ️ b o s t o n c e l t i c s   1 1 9   ( 1 - 1 ) 🔸 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔹 7 / p t s 
 🔹 6 / r e b 
 🔹 2 / a s t 
 🔹 0 / s t l 
 🔹 1 / b l k 
 🔹 2 / t o 
 🔹 3 / 4 t 2 
 🔹 0 / 2 t 3 
 🔹 1 / 2 t l 
 🔹 2 6 : 0 0 / m i n : s e g 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
a   l e a k e d   v i d e o   f r o m   a   b o s t o n   c e l t i c s   p r a c t i c e   o n   o c t o b e r   1 0 t h ,   2 0 2 1   h a s   s u r f a c e d .   t h i s   s h e d s   a   w h o l e   n e w   l i g h t   o n   t h e   i m e   u d o k a   s i t u a t i o n   i n   b o s t o n .   b o s t o n c e l t i c s   i m e u d o k a   s c a n d a l   n b a   v i d e o   p e r   c h a r l e s   j o n e s   i i    
r e v e a l e d   i n   1 9 6 5 ,   b i l l   r u s s e l l ’ s   4   l a w s   f o r   b e i n g   t h e   u l t i m a t e   n b a   w i n n e r   a r e   m o r e   r e l e v a n t   t h a n   e v e r . 
 
 b i l l r u s s e l l   b o s t o n c e l t i c s   n b a   h i s t o r y   s p o r t s   
 

j a y s o n   t a t u m   a s k e d   i f   s a m   h a u s e r   i s   a   b e t t e r   s h o o t e r   t h a n   h i m :   “ h e l l   n o … i   t e l l   s a m   h e   s h o u l d   s e n d   m e   a   t h a n k   y o u   c a r d   f o r   b e i n g   o n   t h e   f l o o r   t o g e t h e r . ” 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
c e l t i c s ’   j a y s o n   t a t u m   n o t   w o r r i e d   a b o u t   p r e s e a s o n   s t r u g g l e s :   ‘ i   s t a r t   o f f   s l o w ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c o a c h ' s   a l l e g e d   a f f a i r   p a r t n e r ' s   i d e n t i t y   r e v e a l e d !   b o s t o n c e l t i c s   

w i l l   c e l t i c s   g o   s m a l l   w i t h o u t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b l a k e g r i f f i n   b l a k e g r i f f i n c e l t i c s   b l a k e g r i f f i n n e t s   b l a k e g r i f f i n s i g n s w i t h c e l t i c s   b o s t o n c e l t i c s   c e l t i c s g o s m a l l   c e l t i c s n e t s   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s s m a l l b a l l   c l n s m e d i a  
b o s t o n ' s   j a y s o n   t a t u m   t h i n k s   i t   ' f e e l s   l i k e   w e ' r e   l e a v i n g   o f f   f r o m   t h e   s e c o n d   h a l f   o f   l a s t   s e a s o n '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m   h a u s e r   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   t o r o n t o   r a p t o r s   ( 1 0 / 5 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i n   g r e e n   ☘ ️   i   l o o k   a m a z i n g ,   y e a h   y e a h   t h a t ' s   t r u e   🤟 
 
 b l a k e g r i f f i n   b o s t o n c e l t i c s   n b a   n b a i n a b u d h a b i   b r o o k l y n   n e t s   l a k e r s  
w h a t   g r a n t   w i l l i a m s ’   r u m o r e d   r a i s e   c o u l d   m e a n   f o r   b o s t o n   c e l t i c s   f u t u r e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i m e   u d o k a   u n l i k e l y   t o   c o a c h   a g a i n   f o r   c e l t i c s   –   l e a g u e   c i r c l e s   b o s t o n c e l t i c s   i m e u d o k a  
✈ ️   b o s t o n   ( b o s )   t o   m a d r i d   ( m a d )   f o r   o n l y   $ 3 2 6   ( u s d )   r o u n d t r i p   💸 
 9 4   l i v e   d a t e s   o n   a d v e n t u r e   m a c h i n e .   -   g e t   t h e   a p p   o n   i o s   o r   a n d r o i d   b o s t o n     b o s t o n t e r r i e r     b o s t o n c e l t i c s     b o s t o n f o o d i e s     b o s t o n t e r r i e r s     b o s t o n b l o g g e r  
g r a n t   w i l l i a m s   ‘ l o c k e d   i n ’   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b e   s u r e   t o   t u n e   i n   a t   5 p m   c d t   h o u s t o n   t i m e   f o r   t h e   w o r l d   p r e m i e r e   o f   p o s s i b l y   t h e   b e s t   l a r r y   l e g e n d   v i d e o   o f   a l l   t i m e   
 s h a r e   l i k e   s u b s c r i b e .   
 f o l l o w     o n   t w i t t e r   a n d   t a g   3   f r i e n d s   t o   f o l l o w   a n d   y o u ’ r e   a u t o   e n t e r e d   i n t o   a   g i v e a w a y 
 l a r r y l e g e n d   b o s t o n c e l t i c s   s p o r t s
i m e   u d o k a   u n l i k e l y   t o   c o a c h   c e l t i c s   a g a i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   w a l k i n g   w i t h   a   c r u t c h   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   m a k i n g   n e w   f r i e n d s   o n   h i s   t e a m   : ) 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
r o b e r t   w i l l i a m s '   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   e x e c u t i v e s   b e l i e v e   g r a n t   w i l l i a m s   i s   w o r t h   $ 1 2 - 1 3   m i l l i o n   i n   e x t e n s i o n   t a l k s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i m e   u d o k a   u n l i k e l y   t o   c o a c h   c e l t i c s   a g a i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   w a l k i n g   w i t h   a   c r u t c h   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   f a v o r e d   b l a k e   g r i f f i n   s i g n i n g   o v e r   c a r m e l o   a n t h o n y   d u e   t o   d e f e n s e ,   r o b   w i l l i a m s ’   e a r l y   s e a s o n   a b s e n c e   —   r e p o r t   b l a k e g r i f f i n   b o s t o n c e l t i c s   c a r m e l o a n t h o n y  
s a m   h a u s e r   9 - 1 3   t h r o u g h   2   p r e s e a s o n   g a m e ’ s ,   w i l l   h i s   g a m e   t r a n s i t i o n   t o   t h e   r e g u l a r   s e a s o n ?   b o s t o n c e l t i c s   n b a   n b a p r e s e a s o n   b l e e d g r e e n   h a u s e r f i r e  
r o b e r t   w i l l i a m s '   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   e x e c u t i v e s   b e l i e v e   g r a n t   w i l l i a m s   i s   w o r t h   $ 1 2 - 1 3   m i l l i o n   i n   e x t e n s i o n   t a l k s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e g u l a r s   r o l l   d e s p i t e   l o s s :   1 0   t a k e a w a y s   f r o m   c e l t i c s - r a p t o r s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d o   y o u   h a v e   a   p l a y e r   w h o   c a n   p u l l   o n   d e f e n s e ? 🧲 t e a c h   t h e m   p a s s i n g   s k i l l s !   g r e a t   e x a m p l e   h o w   t o   c r e a t e ,   u s e   a n d   d e v e l o p   a n   a d v a n t a g e . 
 
 ⁉ ️ h o w   d o   y o u   c a l l   t h e   p a s s   f r o m   m a r c u s   s m a r t ⁉ ️   
 n b a p r e s e a s o n   b o s t o n c e l t i c s  
i n s t a n t   r e a c t i o n :   c e l t i c s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   b r i a n s c a l a b r i n e   c e l t i c s h i g h l i g h t s   c e l t i c s p o s t g a m e l i v e   c e l t i c s r a p t o r s   c e l t i c s r a p t o r s a n a l y s i s   c e l t i c s r a p t o r s h i g h l i g h t s   c e l t i c s r a p t o r s p r e s e a s o n   c e l t i c s r a p t o r s r e a c t i o n  
s a m   h a u s e r   i s   f o r   r e a l :   t i m e   f o r   t h e   b o s t o n   c e l t i c s   t o   g i v e   h i m   a   b i g g e r   r o l e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n e w n f t p r o f i l e p i c   w e l l !   i t ’ s   b a s k e t b a l l   s e a s o n   a g a i n !   🏀 ☘ ️   t i m e   t o   r e p   t h e   g a n g   g a n g   g r e e n !   g c g   g a n g g r e e n   b o s t o n c e l t i c s   l u c k y b i r d  
j o e   m a z z u l l a   o n   s a m   h a u s e r :   ' h i s   c o n f i d e n c e   c o m e s   f r o m   h i s   w o r k   e t h i c ”   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
⚠ ️   “ y o u   c a n   t a l k   a b o u t   t h e   i n c i d e n t   w i t h o u t   t a l k i n g   a b o u t   t h e   p e r s o n !   “     -       
 💭   t h o u g h t s   ⬇ ️   i m e u d o k a   b o s t o n c e l t i c s  
w e   m u s t   r e m a i n   c a l m 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
w e   h a v e   b l a k e   g r i f f i n ?   b o s t o n c e l t i c s  
d o n t e   d i v i n c e n z o   c o u l d ' v e   b e e n   a   b o s t o n   c e l t i c   l a s t   s e a s o n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b o s t o n c e l t i c s v s t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s   b o s t o n c e l t i c s v s t o r o n t o r a p t o r s h i g h l i g h t s   c e l t i c s v s r a p t o r s f u l l g a m e h i g h l i g h t s   c e l t i c s v s r a p t o r s h i g h l i g h t s   e a s t e r n c o n f e r e n c e  
p o s t   g a m e   t h r e a d :   t h e   t o r o n t o   r a p t o r s   d e f e a t   t h e   b o s t o n   c e l t i c s   1 2 5 - 1 1 9   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
h o w   i m p o r t a n t   w a s   a d d i n g   v e t e r a n   b i g   m a n   b l a k e   g r i f f i n   t o   t h e   b o s t o n   c e l t i c s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
h a s   b o s t o n ' s   b u m p y   o f f s e a s o n   t a k e n   t h e   c e l t i c s   d o w n   a   p e g   a s   c o n t e n d e r s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b e e n   i n   t h e   c s   l o c k e r   r o o m   f o r   5   m i n s   a n d   s e e m s   l i k e   b l a k e   g r i f f i n   h a s   b e e n   h e r e   5 …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l o s t   a   p r e s e a s o n   g a m e 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
a f t e r   h i s   f i r s t   f i n a l s   a p p e a r a n c e ,   c e l t i c s   s t a r   i s   l e a r n i n g   t h e   s p o t l i g h t   h a s   b e e n   m a g n i f i e d   f o r   b e t t e r   a n d   f o r   w o r s e 
 
 r e a d   m o r e   h e r e :   
 
 n b a   s p o r t s   s p o r t s n e w s   n b a s e a s o n   n b a p l a y e r   b o s t o n c e l t i c s   n b a n e w s   s p o r t s n e w s d a i l y   b a s k e t b a l l   s p o r t s u p d a t e
s u p e r - e a r l y   m o c k   2 0 2 3   n b a   d r a f t   h a s   b o s t o n   c e l t i c s   t a k i n g   i o w a   f o r w a r d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   r e a c t i o n … r a p s   b e n c h   l o o k s   🔥 🔥 🔥   c o m e s   f r o m   1 7   d o w n ! ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
“ i   f o r g i v e   h i m ”   n i a   l o n g   w a n t s   i m e   u d o k a   b y   h e r   s i d e   d e s p i t e   i n f i d e l i t y   s c a n d a l     b o s t o n c e l t i c s   n b a
n e w   v i d e o   t o   w a t c h : 
 
 " b o y y   t h e   r a p t o r s   w e n t   n a s t y   |   r a p t o r s   v s   c e l t i c s   -   p o s t   g a m e   t h o u g h t s "   
 
 c r e a t o r :     d e e m y . 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c e l t i c s   b o s t o n c e l t i c s 
 
  
  s h o u l d   h a v e   w o n   t h i s   y e a r .   😞 
 
 b o s t o n c e l t i c s
o n   t h i s   d a y :   1 9 9 8   p r e s e a s o n   c a n c e l e d   a h e a d   o f   ' 9 8   l o c k o u t ;   g e o r g e   k a f t a n   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
p o s t   g a m e   t h r e a d :   t h e   t o r o n t o   r a p t o r s   d e f e a t   t h e   b o s t o n   c e l t i c s   1 2 5 - 1 1 9 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
w i l l   j a y s o n   t a t u m   a n d   j a y l e n   b r o w n   t a k e   t h e   b o s t o n   c e l t i c s   b a c k   t o   t h e   n b a   f i n a l s ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j a y s o n   t a t u m   m i c & a m p ; 3 9 ; d   u p   i s   g o l d   😂 
   
 
   
 a a r o n n e s m i t h   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b r a d s t e v e n s   c a r s e n e d w a r d s   d a n i e l t h e i s   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   j a v o n t e g r e e n   j a y l e n b r o w n   j a y s o n t a t u m   k e m b a w a l k e r   m a r c u s s m a r t   p a y t o n p r i t c h a r d  
s o   g o o d   i   h a d   t o   s h a r e !   c h e c k   o u t   a l l   t h e   i t e m s   i ' m   l o v i n g   o n     f r o m     p o s h m a r k   f a s h i o n   s t y l e   s h o p m y c l o s e t   l a d y h a g e n   p f a l t z g r a f f   b o s t o n c e l t i c s :    
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - r a p t o r s   o v e r t i m e   t i l t   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
h e r e ' s   w h a t   s t o o d   o u t   f r o m   r a p t o r s '   o v e r t i m e   w i n   o v e r   c e l t i c s :   b o s t o n ' s   r e g u l a r s   s h a r p   a t   b o t h   e n d s   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e n d e   b a s k e t b a l l   h e r r e n   
 n b a s a i s o n v o r b e r e i t u n g   
 1 2 2 : 9 7   i n d i a n a p a c e r s   v s   c h a r l o t t e h o r n e t s   
 1 1 2 : 1 1 3   c l e v e l a n d c a v a l i e r s   v s   p h i l a d e l p h i a 7 6 e r s   
 1 2 5 : 1 1 9   n v   t o r o n t o r a p t o r s   v s   b o s t o n c e l t i c s   
 9 8 : 9 6   d a l l a s m a v e r i c k s   v s   o k l a h o m a c i t y t h u n d e r
t h e   c e l t i c s   d r o p   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s .   t h e y   w i l l   b e   i n   c h a r l o t t e   o n   f r i d a y .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
b o s t o n   c e l t i c s   l o s e   t o   t o r o n t o   r a p t o r s   i n   b e t t e r - t h a n - y o u - t h i n k   p r e s e a s o n   p e r f o r m a n c e ,   1 2 5 - 1 1 9   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
h o w   w i l l   t h e   c e l t i c s   u s e   m a l c o l m   b r o g d o n ?   p r e s e a s o n   r e a c t i o n s ,   & a m p ;   m o r e   |   t h e   c e l t i c s   c o l l e c t i v e     8 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :   r a p t o r s   1 2 5 ,     1 1 9   i n   o t .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b a s k e t b a l l   b o s t o n a t h l e t e m a g a z i n e  
n b a ,   c e l t i c s   t w i t t e r   r e a c t   t o   b o s t o n ' s   1 2 5 - 1 1 9   o v e r t i m e   l o s s   t o   t h e   r a p t o r s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
r a p t o r s   a t   c e l t i c s :   b o s t o n   f a l l s   t o   t o r o n t o   1 2 5 - 1 1 9   i n   o v e r t i m e   a s   b e n c h   m o b   f i z z l e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
5   t a k e a w a y s   f r o m   c e l t i c s   v s .   r a p t o r s   a s   s a m   h a u s e r ,   m a l c o l m   b r o g d o n   s h i n e   i n   l o s s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  w e   g a v e   y ' a l l   a   b i t   o f   a   l e a d . . . . .   🤦 🏽 ‍ ♂ ️ ☘ ️ 🏀 🇨 🇦 👀 😏 🔥   n b a   w e t h e n o r t h   r a p t o r s   t o r o n t o r a p t o r s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   b o s t o n c e l t i c s   b o s t o n   p r e s e a s o n   l e t s g o r a p t o r s   c a n a d a   e s p n   t s n   t h e 6   t d o t   b a r t s i m p s o n  
c u t   t h i s   b u m   r i g h t   n o w     c e l t i c s   b o s t o n c e l t i c s  
c o m e   o n   b o s t o n ! ! ! !   l e t ' s   g e t   t h i s   d o n e !   b o s t o n c e l t i c s   c e l t i c s   🍀
p a y t o n p r i t c h a r d   i s   n i c e   w i t h   i t   n b a   b o s t o n c e l t i c s  
d u s t y   i m e   u d o k a   b i g   " d "   e n e r g y   
 c o r e y h o l c o m b   i m e u d o k a   b o s t o n c e l t i c s 
  
b r o w n   b e t t e r   t h a n   t a t u m   🤷 🏻 ‍ ♂ ️   n b a   b o s t o n c e l t i c s
i n   t h e   m o m e n t   w i t h   m y   b o y s   y q l   b o s t o n   b o s t o n c e l t i c s   🏀  
i   l o v e   j b !   😂   c e l t i c s   b o s t o n c e l t i c s  
b r o g d o n   i s   a   g r e a t   f i t .   h e   r e a l l y   i s .   b o y s   a r e   b a c k   b l e e d g r e e n   b o s t o n c e l t i c s
i   d o n ’ t   t h i n k   s m a r t ’ s   h a i r   i s   r e a l l y   g r e e n ,   c a n   s e e   s o m e   b l a c k   r o o t s .   b o s t o n c e l t i c s   c e l t i c s
🏀   o k l a h o m a   c i t y   t h u n d e r   v s     d a l l a s   m a v e r i c k s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 b a s k e t b a l l l i v e   u s a   a m e r i c a n   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
t h e   p l a y ,   t h e   t v   g r a p h i c s ,   t h e   m u s i c ,   m i k e   g o r m a n   a n d   s c a l   i n   t h e   c o m m   b o x ,   t h e   t d   g a r d e n   c r o w d ,   t h e   3   p o i n t e r s .   y e a h …   i t s   b a c k   b a b y ,   a n d   i ’ m   m o r e   k e e n   t h e n   e v e r 
 
 c e l t i c s   c e l t s   b o s t o n c e l t i c s
d e r r i c k   w h i t e   s t i l l   d r a w i n g   c h a r g e s   🔥 🔥 🔥 🤯     🤘 🏾 🧡   g o s p u r s g o   b o s t o n c e l t i c s
i t ’ s   r e f r e s h i n g   t o   h e a r   m i k e   g o r m a n   a g a i n   b o s t o n c e l t i c s
s a m   “   t h e   h i t m a n ”   h a u s e r   b o s t o n c e l t i c s     d u d e   i s   a   s h o o t e r   o f f   t h e   b e n c h .
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a t c h i n g   t h e     t a k e   o n   t o r o n t o   a n d   t h i s   g a m e   i s   o n   f i r e !   🔥 c e l t i c s   b o s t o n c e l t i c s
r a p t o r s   v s .   c e l t i c s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🏀   b a s k e t b a l l :   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 n b a l i v e   u s a   u s a s p o r t s   u s a s t y l e   a m e r i c a n b a s k e t b a l l   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
🏀   b a s k e t b a l l :   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 n b a l i v e   u s a   u s a s p o r t s   u s a s t y l e   a m e r i c a n b a s k e t b a l l   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
b o s t o n   c e l t i c s   n e w s   -     s t a r t e r s   f o r   t o n i g h t ' s   g a m e   w i t h   t h e   t o r o n t o   r a p t o r s .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   t o r o n t o   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   l i v e   s t r e a m   -   n b a   ( b a s k e t b a l l ) 
 
 w a t c h   b o s t o n   c e l t i c s   l i v e   s t r e a m   a g a i n s t   t o r o n t o   r a p t o r s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a  
b o s t o n   v s   t o r o n t o 
       ( 0 1 : 3 0   g m t + 2 ) 
 g a m e d a y   n b a   n b a p r e s e a s o n   n b a j a p a n g a m e s   
 l i v e   l i v e s t r e a m   b a s k e t b a l l   n b a i n a b u d h a b i   b o s t o n c e l t i c s   w e t h e n o r t h 
               🏀 l i n k   👇 

c a l l i n g   i t   n o w ,   b o s t o n   n b a   c h a m p s   2 0 2 3   🍀 b o s t o n c e l t i c s   b l e e d g r e e n
b l a k e   g r i f f i n   m a y   p l a y   t o n i g h t   d e p e n d i n g   o n   h o w   t h e   g a m e   g o e s   p e r   j o e   m a z z u l l a ,   b u t   l u k …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   r a p t o r s   w i l l   b e   w i t h o u t   o t t o   p o r t e r   j r .   ( l e f t   h a m s t r i n g   s t r a i n ) ,   j u s t i n   c h a m p a g n …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5   b o s v s g s w   n b a f i n a l s 2 0 2 2   n b a f i n a l s
j o e   m a z z u l l a   a d d r e s s e s   w h e t h e r   b l a k e   g r i f f i n   w i l l   m a k e   h i s   c e l t i c s   d e b u t   i n   w e d n e s d a y ' s   g a m e   a g a i n s t   r a p t o r s   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w h y   j a y s o n   t a t u m ,   j a y l e n   b r o w n   w o u l d   t r a d e   i n d i v i d u a l   a c c o l a d e s   f o r   a n   n b a   c h a m p i o n s h i p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   s t a r   j a y s o n   t a t u m   v a c a t i o n e d   i n   t h e   c a y m a n   i s l a n d s   j u s t   d a y s   a f t e r   l o s i n g   i n   t h e   2 0 2 2 …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ s o ,   i   j u s t   w a n t e d   t o   g o   r e l a x .   l o n g   s e a s o n ,   c l e a r l y , ”   t a t u m   t o l d   a n d s c a p e   d u r i n g   a   r e c e n t   n b a   s …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
“ i t   w a s   j u s t   a   l e a r n i n g   e x p e r i e n c e ,   l e a r n i n g   a   l e s s o n , ”   t h e   2 4 - y e a r - o l d   t a t u m   s a i d .   “ m a y b e   d o   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i n - s t o c k   a n d   r e a d y   t o   s h i p :   n b a   f u n k o g o l d   l e g e n d s   5 - i n c h   p r e m i u m   v i n y l   f i g u r e s 
 
 o r d e r   h e r e :   
 
 t r e a t y o s h e l f   v i n y l f i g u r e s   f u n k o   f u n k o p o p   f u n k o v i n y l   t o y s   b a s k e t b a l l   d e n n i s r o d m a n   l a r r y b i r d   m a g i c j o h n s o n   l a k e r s   c e l t i c s   c h i c a g o b u l l   b o s t o n c e l t i c s  
i t   t u r n e d   o u t   t a t u m   p l a y e d   i n   t h e   2 0 2 2   n b a   f i n a l s   w i t h   a   r i g h t   s h o u l d e r   i n j u r y ,   a n d   h e   a l s o   r e v e a l e d …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   r a p t o r s   ( 1 - 0 )   a t   b o s t o n   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
e x c l u s i v e   i n t e r v i e w :   j a y l e n   b r o w n   a n d   j a y s o n   t a t u m   o n   w i n n i n g   a   t i t l e ,   a n d   t h e   u p c o m i n g   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
5 9 f i f t y   i d e n t i t y   d 3   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   i d e n t i t y   d 3   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   a l w a y s g o t a f i t t e d o n m y h e a d 
 

w h o   k n e w   o n e   m a n ,   o n e   p e n i s   c o u l d   d e s t r o y   t h e   e n t i r e   c e l t i c s   o r g a n i z a t i o n   f r o m   w i t h i n .   h o m e   h a d   i t   m a d e   b u t   h o w   c a n   t h a t   m a l i k a     b   m a d     t h e y   w a n t e d   h i m   a n d   h e   s m a s h e d .   s h e   m a d   h e   d i d n ' t   b o t h e r   h e r   u g l i n e s s   b o s t o n c e l t i c s   e s p n   m a l i k a a n d r e w s   i s   t r a s h   🗑     
 b r i n g b a c k r a c h e l n i c h o l s
b o s t o n   c e l t i c s :   f o r m e r   f i r s t - r o u n d   p i c k   t h o u g h t   h e   w o u l d   b e   o n   c s   a t   2 0 2 2   t r a d e   d e a d l i n e   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
  g r e e t i n g s   f r o m   p u e r t o   r i c o   i m   a   h u g e   f a n   b l e e d g r e e n   b o s t o n   b o s t o n c e l t i c s   c e l t i c s  
2   c e l t i c s   a t   1   h e a t   |   f u l l   g a m e   h i g h l i g h t s   |   m a y   2 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 4 2 1 0 0 3 0 7   n b a  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   t o r o n t o   r a p t o r s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
5 9 f i f t y   c h a i n   s t i t c h   h e a 1 2 4 5 1   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c h a i n   s t i t c h   h e a r t   1 2 4 5 1   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   b o s t o n   c e l t i c s   o s b   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   c e l t i c s   o s b   h a t c r a w l e r   f i t t e d   f o r t h e l o v e o f t h e f i t t e d 
 

m a r c u s   s m a r t ,   m a l c o l m   b r o g d o n   a n d   d e r r i c k   w h i t e   c o u l d   b e c o m e   a   t e r r i f y i n g   t r i o   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
👨 🏽 ‍ 🍼 🗣 ️ s t e p h c u r r y   "   p r o u d   d a d d y   o f   t h e   b o s t o n c e l t i c s   " 
   t h e   s m i l e 😁 =   p r o u d   f a t h e r !     w e   r i d d i n   w i t   y o u   s t e p h !   🗣 ️   w a a a a a r r i o r s   
 
 e x p l o r e   s h o r t s   r e e l s   n b a   e x p l o r e p a g e   w a r r i o r s   f u n n y m e m e s 

b o s t o n   c e l t i c s :   s p o r t s   i l l u s t r a t e d   f e e l s   l i k e   j a y s o n   t a t u m   w i l l   m a k e   m v p   l e a p   i n   2 0 2 2 - 2 3   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w a s   i t   a   s n u b   f o r   b o s t o n   c e l t i c s   s t a r   f o r w a r d   j a y s o n   t a t u m   t o   n o t   g e t   a n y   m v p   v o t e s   i n   t h e   a n n u a l   n b a   g m   s u r v e y ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s i g n s   a r e   h o p e f u l   f o r   c e l t i c s ,   b u t   c a n   j o e   m a z z u l l a   b e   s t e r n   w i t h   t h e m   w h e n   n e e d e d ?   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
“ y o u   o w e   m e ”   n i a   l o n g   c o n f e s s e d   t o   r e a s o n   f o r   n o t   m a r r y i n g   ‘ c h e a t e r ’   i m e   u d o k a   ⁩     n b a   b o s t o n c e l t i c s
j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   g m   s u r v e y :   c e l t i c s   r e c e i v e   4 t h - m o s t   v o t e s   t o   w i n   2 0 2 3   n b a   t i t l e   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   d i s r e s p e c t e d   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b a s k e t b a l l p o d c a s t   b o s t o n c e l t i c s   b o s t o n c e l t i c s r u m o r s   b o s t o n g a r d e n   b r a d s t e v e n s   c e l t i c s p o d c a s t   c e l t i c s r u m o r s   d e r r i c k w h i t e   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   g r a n t w i l l i a m s e x t e n s i o n  
n b a   p r e s e a s o n :   b o s t o n   c e l t i c s   v s .   t o r o n t o   r a p t o r s   p r e d i c t i o n ,   o d d s ,   t v   c h a n n e l   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t h e   m i l w a u k e e   b u c k s   h a v e   a   n e w   d e f e n s e   . . . 
   
 
   
 b o b b y p o r t i s   b o s t o n c e l t i c s   b r o o k l o p e z   b u c k s i n s i x   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g i a n n i s a n t e t o k o u n m p o m i l w a u k e e b u c k s   g i a n n i s b u c k s   g i a n n i s m i l w a u k e e b u c k s   g r a y s o n a l l e n  
m y   t o p   4   i n   t h e   e a s t 
 
 n e t s 
 b u c k s 
 c e l t i c s 
 h a w k s 
 
 n b a 2 k 2 3   n b a 2 0 2 3 s e a s o n   n b a   a t l a n t a h a w k s   b o s t o n c e l t i c s   b r o o k l y n n e t s   m i l w a u k e e b u c k s
r e a d   & a m p ;   r e a c t :   t h e   t a t u m   & a m p ;   b r o w n   i n t e r v i e w   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n b a   g m   s u r v e y   r e l e a s e d   ( c e l t i c s   r e l a t e d   n o t e s )   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
e v e r y   b o s t o n   c e l t i c s   j e r s e y   i n   t e a m   h i s t o r y   w o r n   b y   o n l y   o n e   p l a y e r   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n ' s   d e r r i c k   w h i t e   t a l k s   a b o u t   j o i n i n g   t h e   c e l t i c s '   s t a r t i n g   l i n e u p   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
w h e r e   w o u l d   y o u   d r a f t   j a y s o n   t a t u m   t h i s   s e a s o n ?   
 
 n b a f a n t a s y   f a n t a s y b a s k e t b a l l   f a n t a s y n b a   f a n t a s y s p o r t s   b o s t o n c e l t i c s   c e l t i c s t a l k
c h a r l o t t e   h o r n e t s   v s .   b o s t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b o s t o n   h a s   r e t i r e d   2 4   j e r s e y   n u m b e r s   -   t h e s e   a r e   t h e   p l a y e r s   s o   h o n o r e d   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j a y l e n   b r o w n   t o   a t l a n t a   h a w k s ?   n b a   . . . 
   
 
   
 a t l a n t a h a w k s   b o s t o n c e l t i c s   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s r u m o r s   b o s t o n c e l t i c s y o u t u b e   b r a d s t e v e n s   c e l t i c s r u m o r s   c e l t i c s r u m o r s t o d a y   c e l t i c s t o d a y   c e l t i c s t r a d e r u m o r s   c e l t i c s y o u t u b e v i d e o s   c h a t s p o r t s  
h o w   t h e   b o s t o n   c e l t i c s   u s e d   r o b e r t   w i l l i a m s   i i i   t o   u n l o c k   t h e i r   o f f e n s e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   f i t t i n g   r i g h t   i n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
“ w e ’ l l   g e t   t o   s e e   t h e i r   c h a r a c t e r   h a v i n g   b e i n g   l e d   b y   y o u n g   g o a t ”   d r a y m o n d   g r e e n   w a n t s   j a y s o n   t a t u m   t o   l e a d   c e l t i c s   t o   n b a   f i n a l s     b o s t o n c e l t i c s   g o l d e n s t a t e w a r r i o r s
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   9 9   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
m a x   k e l l e r m a n   o n   t a t u m   & a m p ;   b r o w n   l e a d   c e l t i c s   d e f   h o r n e t s   -   " c e l t i c s   c a n   w i n   t i t l e   w i t h   b r o w n   & a m p ;   t a t u m " 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
o n   t h i s   d a y :   b o s t o n   i c o n   b o b   c o u s y   s e l e c t e d   i n   c h i c a g o   s t a g s   d i s p e r s a l   d r a f t ;   j o h n   b a g l e y   t r a d e ;   d e r m i e   o ' c o n n e l l   p a s s e s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
f r e s h   p r i n c e   o f   b e l   a i r   a c t r e s s   n i a   l o n g   h a s   s a i d   l i t t l e   a b o u t   h e r   c h e a t i n g   b o s t o n   c e l t i c s   c o a c h   f i a …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o r s e y ,   a n   a c t o r   a n d   b u s i n e s s m a n   i n   b e v e r l y   h i l l s   w h o   m e t   l o n g   o n   t h e   s e t   o f   h e r   n b c   c r i m e   d r a m a   t h i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   v s .   c e l t i c s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ' s   t h e   l a t e s t   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a s   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   t h r o w i n g   s h a d e   a t   t h e   b r o o k l y n   n e t s   i n   h i s   i n t r o d u c t o r y   p r e s s e r ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
m a l c o l m   b r o g d o n   g i v e s   w h a t   h e   s h o u l d   w e   m a y   j u s t   g o   b a c k   t o   t h e   c h a m p i o n s h i p   g a m e .   b o s t o n c e l t i c s   🔥 💪 🏿 💯
p r e v i e w :   r a p t o r s   ( 1 - 0 )   a t   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   f i t t i n g   r i g h t   i n 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
c e l t i c s   m a l c o l m   b r o g d o n   a c q u i s i t i o n   v o t e d   n b a   o f f s e a s o n ' s   m o s t   u n d e r r a t e d   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b o s t o n   c e l t i c s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   j a y s o n t a t u m   u n i m o c k u p s   l o g o d e s i g n   n b a t w i t t e r            
“ i   t h i n k   i t ’ s   j u s t ,   t h e   l e a g u e   i s   c e r t a i n l y   t r e n d i n g   t h i s   w a y , ”   b u d e n h o l z e r   s a i d   o f   e m p h a s i z i n …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h o   w a n t s   t o   g o   t o   t h e   g a m e   t o m o r r o w ?   r e t w e e t   a n d   c o m m e n t   a   p h o t o   o f   y o u   i n   y o u r   c e l t i c s   g r e e n .   t i c k e t s   a r e   b l o c k e d   f r o m   r e s a l e .   w i l l   s e n d   d i g i t a l   t i c k e t s   t o   w i n n e r   t o m o r r o w   a r o u n d   n o o n . 
 
 b l e e d g r e e n   b o s t o n c e l t i c s   b o s t o n  
b o s t o n   c e l t i c s :   s u s p e n d e d   c o a c h   i m e   u d o k a ’ s   f i a n c é e   n i a   l o n g   c o m m e n t s   o n   a f f a i r   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   s a y s   h e ' l l   e m b r a c e   a n y   r o l e   t h a t ' l l   h e l p   c e l t i c s   w i n   a   c h a m p i o n s h i p   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s t a t h e   s e a s o n .   
   b o s t o n c e l t i c s   c u s r i s e   b l e e d g r e e n   b a n n e r 1 8 l o a d i n g      
j o e   m a z z u l l a   o n   r o b e r t   w i l l i a m s :   “ h e ’ s   i n   a   g r e a t   m i n d   f r a m e ”   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
p r i m e   b l a k e   g r i f f i n   o n   t h e   c e l t i c s   +   r e b u i l d   |   n b a   2 k 2 3 💚 🤍 💚 🤍 
 
 
 b a s k e t b a l l   y o u t u b e   y o u t u b e r   f e m a l e g a m e r     g a m i n g   n b a   n b a 2 k 2 3   n b a 2 k 2 3 p a r k   n b a 2 k 2 3 n e x t g e n   n b a 2 k 2 3 m y t e a m   n b a r e b u i l d   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   b l a k e g r i f f i n  
j o e   m a z z u l l a   r e a c t s   t o   b l a k e   g r i f f i n   c e l t i c s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b l a k e c e l t i c s   b l a k e g r i f f i n   b l a k e g r i f f i n c e l t i c s   b l a k e g r i f f i n i n t e r v i e w   b l a k e g r i f f i n s i g n i n g   b o s t o n c e l t i c s   b o s t o n s p o r t s   b r a d s t e e v e n s   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r a n d o m   t h o u g h t s   b e f o r e   t h e   s e c o n d   p r e s e a s o n   g a m e   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d e r r i c k   w h i t e   d i s c u s s e s   p l a y i n g   f o r   j o e   m a z z u l l a ,   w e l c o m i n g   b l a k e   g r i f f i n ,   a n d   w o r k i n g   a l o n g s i d e   m a l c o l m   b r o g d o n   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
  h e y ,   d u d e !   i ' m   p r a y i n '   f o r   y a !   b o s t o n c e l t i c s   b l a k e g r i f f i n   i ' m   a   p r o u d   f a n   o f   t h e   l a c l i p p e r s
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 4 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
n i a   l o n g   b r e a k s   s i l e n c e   o n   i n s t a g r a m ,   d i s c u s s e s   ‘ m e n t a l   h e a l t h ’   f o l l o w i n g   i m e   u d o k a   s u s p e n s i o n   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
b r u n o   c a b o c l o   h a s   a g r e e d   t o   a   d e a l   w i t h   t h e   m e x i c o   c i t y   c a p i t a n e s   i n   t h e   n b a   g   l e a g u e ,   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   m a n y   l o w   h i t s   c a n   a   c o n t e n d e r   w i t h s t a n d   f r o m   t h e   t e a m s ? 
 
 b o s t o n c e l t i c s   n b a   e s p n  
🗞 a r t i c l e   d e t a i l s   b e l o w !   
 
 
 
 l a s e n t i n e l   l a s e n t i n e l n e w s   s e n t i n e l n e w s   b l a c k n e w s   s p o r t s   b o s t o n c e l t i c s   b l a c k p r e s s   n n p a  
t h o u g h t s   o n   b l a k e   t o   t h e   c e l t i c s 🏀   n b a   b o s t o n c e l t i c s   b l a k e g r i f f i n   o t n p o d c a s t  
j o e   m a z z u l l a   p r o v i d e s   u p d a t e   o n   r o b e r t   w i l l i a m s ,   d i s c u s s e s   g e t t i n g   b l a k e   g r i f f i n   a c c l i m a t e d ,   a n d   s h e d s   l i g h t   o n   p l a n   f o r   w e d n e s d a y ' s   p r e s e a s o n   g a m e   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
s a m   h a u s e r ,   m f i o n d u   k a b e n g e l e   i m p r e s s   i n   c e l t i c s   p r e s e a s o n   w i n   o v e r   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ' s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   r o o k i e   j d   d a v i s o n   o n   m a r c u s   s m a r t ,   j a y s o n   t a t u m   m e n t o r i n g   h i m   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a t   t h e   m f a ,   j a y l e n   b r o w n   o p e n s   u p   a b o u t   l e a d e r s h i p   a n d   a   p r o m i s e   h e   m a d e   t o   h i m s e l f   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
d i d n ’ t   e v e n   k n o w   b l a k e   j o i n e d   t h e   b o s t o n c e l t i c s
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   m a k e   s o l i d   s h o w i n g   i n   n b a ' s   a n n u a l   g m   s u r v e y   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   g r i f f i n   j o i n s   b o s t o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b a s k e t b a l l p o d c a s t   b l a k e g r i f f i n   b l a k e g r i f f i n b o s t o n c e l t i c s   b l a k e g r i f f i n c e l t i c s   b o s t o n c e l t i c s   b r a d s t e v e n s   c e l t i c s p o d c a s t   d e r r i c k w h i t e   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   i m e u d o k a  
b l a k e   g r i f f i n   s i g n e d   a   f u l l y   g u a r a n t e e d   o n e - y e a r ,   $ 2 . 9 1 m   c o n t r a c t   w i t h   t h e   b o s t o n   c e l t i c s .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   1 3 4 ,   h o r n e t s   9 3 :   j a y l e n   b r o w n   l e a d s   a l l   s c o r e r s   i n   b l o w o u t   p r e s e a s o n   o p e n e r   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
2 0 0 0     s h a q u i l l e o n e a l   3 4   p o i n t s   2 0   r e b o u n d s   d o m i n a t e s   t h e     b o s t o n c e l t i c s   😤   s h a q a t t a c k   s h a q d i e s e l   n b a   t h e g o o d o l e d a y s   🏀 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥  
  !   @ _ b o r i 2 2   !   !   b l e e d g r e e n   ! b o s t o n c e l t i c s   !   t h e   o n e   a f t e r n o o n   r e t u r n   o f   t h e   n b a n o w !   s t a r t s   s o o n !  
b o s t o n   c e l t i c s   t i t l e   o d d s :   c s   r e m a i n   f a v o r i t e s   d e s p i t e   o f f s e a s o n   d r a m a   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
✈ ️   b o s t o n   ( b o s )   t o   p a r i s   ( c d g )   f o r   o n l y   $ 3 2 2   ( u s d )   r o u n d t r i p   💸 
 9 8 1   l i v e   d a t e s   o n   a d v e n t u r e   m a c h i n e .   -   g e t   t h e   a p p   o n   i o s   o r   a n d r o i d   b o s t o n     b o s t o n t e r r i e r     b o s t o n c e l t i c s     b o s t o n f o o d i e s     b o s t o n t e r r i e r s     b o s t o n b l o g g e r  
m a r l o n w a y a n s   c h i m e s   i n   o n   i m e u d o k a ' s   c h e a t i n g   s c a n d a l   a n d   t h i n k s   h i s   f i a n c é e ,   n i a l o n g ,   s h o u l d   " b e n d ,   n o t   b r e a k "   a n d   t r y   t o   w o r k   t h i n g s   o u t   w i t h   t h e   b e n c h e d   b o s t o n c e l t i c s   c o a c h   👀 
 
 d i s h f a m ,   s h o u l d   n i a   t r y   t o   w o r k   i t   o u t   w i t h   h e r   f i a n c e ?   
 s e e   m o r e   h e r e :    
e x a m p l e s   o f   a d j e c t i v e   t i t l e s :   
   s c o t l a n d c e l t i c s   ( s c o t t i s h   w h o   a r e   c e l t i c   c u l t u r a l l y ) . 
   i r e l a n d c e l t i c s   ( i r i s h   w h o   a r e   c e l t i c   c u l t u r a l l y ) . 
 b o s t o n c e l t i c s   ( b o s t o n i a n s   w h o   a r e   c e l t i c   c u l t u r a l l y ) 
 t i t l e s   a r e   n o t   c o m p l e t e   s e n t e n c e s .   t h e y   d o n ' t   h a v e   t o   s p e l l   o u t   c o n t e n t .
s a m   h a u s e r   m a k i n g   b i d   f o r   i n c r e a s e d   r o l e :   ‘ h o p e f u l l y   c a n   k e e p   i t   r o l l i n g ’   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h e n   i t   c o m e s   t o   w h a t   i m e   u d o k a   d i d   t o   g e t   s u s p e n d e d ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   ' w e   d o n ' t   k n o w   a n y t h i n g '   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
k a b e n g e l e   c o n t i n u e s   t o   i m p r e s s   a f t e r   s t r o n g   s u m m e r   l e a g u e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   r e a c t s   t o   b l a k e   g r i f f i n   s i g n i n g   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i n   t o d a y ’ s   a t t h e b u z z e r   _ t i e r n a n   a n d     p r e v i e w   t h e   c e l t i c s   s e a s o n !   b o s t o n c e l t i c s   n b a    
s e e m s   t o   m e   t h e r e a l s t o r y   w i t h   t h e   b o s t o n c e l t i c s   i m e u d o k a   t h i n g   i s   c e l t s   o w n e r s h i p   t o s s i n g   t h e i r   e n t i r e   f e m a l e   s t a f f   u n d e r   t h e   b u s   t o   p r o t e c t   a n   o w n e r s   w i f e .   n o   w o n d e r   b r a d s t e v e n s   w a s   u p s e t .
c e l t i c s   b e s t   m i c ’ d   u p   m o m e n t s   o f   t   . . . 
   
 
   
 2 0 2 1 2 2 s e a s o n   a m a z i n g   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   d e f e n s e   d o u b l e d o u b l e   d u n k   e a s t e r n c o n f e r e n c e   f a d e a w a y   g a m e   g a m e s   h i g h l i g h t   h i g h l i g h t s   h o o p s   j u m p s h o t   j u m p e r   m i d r a n g e   n b a  
b o s t o n   c e l t i c s :   f o r m e r   f i r s t - r o u n d   p i c k   t h a n k s   5 x   a l l - s t a r   a f t e r   c s   d e b u t   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
" t h e   s a g a   o f   c e l t i c s   c o a c h   i m e   u d o k a " 
 
 i n   t h i s   s e g m e n t ,   w e   d i s c u s s   t h e   b o s t o n   c e l t i c s   s u s p e n d i n g   t h e i r   c o a c h   i m e   u d o k a   f o r   a n   e n t i r e   s e a s o n   f o r   h a v i n g   a n   a f f a i r   w i t h   a   c e l t i c s   e m p l o y e e 
 
 i m e u d o k a   n i a l o n g   b o s t o n c e l t i c s   n b a   t u e s d a y v i b e   t u e s d a y
l e b r o n   b a c k s   r u s s ,   l a k e r s - p a c e r s   . . . 
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   c e n t r a l d i v i s i o n   c f b   c h a r l o t t e h o r n e t s   c h r i s p a u l   c o l i n c o w h e r d   c o l l e g e b a s k e t b a l l   c o l l e g e f o o t b a l l   d e a n d r e a y t o n   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   f o o t b a l l   g o l d e n s t a t e w a r r i o r s  
s e v e n   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ' s   2 0   g r e a t e s t   c e n t e r s   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   d i d   b l a k e   g r i f f i n   t a k e   s h o t   a t   n e t s   l o c k e r   r o o m   w i t h   c s   p r a i s e ?   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w e l c o m e   t o   b o s t o n     l e t ’ s   s e e   i f   t h e   c l o c k   c a n   t u r n   b a c k   a n d   y o u   a r e   j u m p i n g   o u t   t h e   g y m   a g a i n   😂 😂   
 
 c e l t i c s t a l k   b o s t o n c e l t i c s  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   8 6   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   n e w   r o s t e r   a f t e r   t h e   s i g n i n g   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b l a k e g r i f f i n c e l t i c s   b l a k e g r i f f i n t o b o s t o n   b o s t o n c e l t i c s   b o s t o n c e l t i c s l i n e u p 2 0 2 3   b o s t o n c e l t i c s n e w s t o d a y   b o s t o n c e l t i c s r o s t e r 2 0 2 3   b o s t o n c e l t i c s t r a i n i n g c a m p 2 0 2 2   c e l t i c s l i n e u p 2 0 2 2  
" i t ' s   a   d i f f e r e n t   a t m o s p h e r e   t h a n   i ' m   u s e d   t o .   i n   a   g o o d   w a y . "   b l a k e   g r i f f i n   t a l k s   " w e l c o m i n g "   a t m o s …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   7 7   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n   t h i s   d a y :   b o s t o n   g u a r d   s i   g r e e n   p a s s e s ;   f o r w a r d   d o u g   s m i t h   s i g n s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b l a k e   i n   g r e e n .   c e l t i c s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
r e c e n t l y   s i g n e d   b l a k e   g r i f f i n   h o l d s   i n t r o d u c t o r y   b o s t o n   c e l t i c s   p r e s s   c o n f e r e n c e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
m a r c u s   s m a r t   o n   i m e   u d o k a ’ s   s i t u a t i o n :   “ t h a t ’ s   n o t   m y   b u s i n e s s ,   a n d   i   d o n ’ t   w a n t   i t   t o   b e ”   b o s t o n c e l t i c s   i m e u d o k a   m a r c u s s m a r t  
c e l t i c s   p r a c t i c e   h i g h l i g h t s   f t .   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b o s t o n c e l t i c s m e d i a d a y   c e l t i c s c l n s   c e l t i c s m e d i a d a y   c e l t i c s p r a c t i c e   c e l t i c s p r a c t i c e h i g h l i g h t s   c e l t i c s t r a i n i n g c a m p   c e l t i c s t r a i n i n g c a m p h i g h l i g h t s   c l n s m e d i a  
t o r o n t o   r a p t o r s   a t   b o s t o n   c e l t i c s   2 0 2 2 - 2 3   p r e s e a s o n :   h o w   t o   w a t c h ,   b r o a d c a s t ,   l i n e u p s   ( 1 0 / 5 )   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
n b a t w i t t e r   n b a   b a s k e t b a l l   b o s t o n c e l t i c s   
 
 t h e   b o s t o n   c e l t i c s   m i g h t   h a v e   t h e   n b a ' s   m o s t   t a l e n t e d   r o s t e r .   
 
 t a k e   a   l o o k   a t   t h e   b o s t o n   c e l t i c s   n b a   2 0 2 2 - 2 3   r o s t e r :  
f i d d l i n '   a n d   d i d d l i n '   -   c e l t i c s   d a i l y   l i n k s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
r a n d o m   t h o u g h t s   a s   t h e   p r e s e a s o n   b e g i n s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c o m m e n t s   f r o m   t h e   o t h e r   s i d e   -   p r e s e a s o n   h o r n e t s   1 0 / 2 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   i n k s   p u m a   e n d o r s e m e n t   e x t e n s i o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
v i d e o :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t a l k s   a d d i t i o n   a n d   r o l e   o f   b l a k e   g r i f f i n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   h o p i n g   t o   r e m a i n   a s   a   c e l t i c   f o r   t h e   r e s t   o f   h i s   c a r e e r   b o s t o n c e l t i c s   m a r c u s s m a r t  
v i d e o :   f i r s t   e v e r   c e l t i c   9 1   b l a k e   g r i f f i n   t a l k s   a b o u t   w h a t   h e   c a n   b r i n g   t o   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
c e l t i c s   b l o w o u t   h o r n e t s   t o   k i c k   o f f   p r e s e a s o n   1 3 4   t o   9 3   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t w i t t e r   h a s   d e c i d e d   b l a k e   g r i f f i n   i s   t h e   m y s t e r y   f a t h e r   t o   l a n a   r h o a d e s ’   c h i l d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
m o r e   d i s t u r b i n g   d e t a i l s   c o m e   o u t   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c h r i s b r o u s s a r d   c j m c c o l l u m   c l i p p e r s n e w s   e a s t e r n c o n f e r e n c e   e s p n   f i r s t t a k e   i m e u d o k a   i m e u d o k a b o s t o n c e l t i c s   k a w h i l e o n a r d l a u g h   k e v i n d u r a n t   k e v i n d u r a n t t r a d e   k y r i e i r v i n g  
b o s t o n   w e   g o t t a   p r o b l e m !   👀   
 m a t t b a r n e s ,   w h o   i n i t i a l l y   d e f e n d e d   u d o k a   r e v o k e d   h i s   s u p p o r t   a f t e r   f i n d i n g   o u t   t h e   “ f a c t s " ,   s a y s   i f   t h e   t r u t h   c o m e s   o u t ,   h e ' l l   b e   l u c k y   i f   h e   s t i l l   c o a c h e s   i n   t h e   n b a   b o s t o n c e l t i c s   c e l t i c s t a l k 
 s o u r c e   v i a :    
2 0 0 2 - 0 3   u p p e r   d e c k   s p   a u t h e n t i c   5   p a u l   p i e r c e     b o s t o n c e l t i c s   c e l t i c s   h o f 
 
 $ 3   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
j a y l e n   b r o w n   p r a i s e s   m a l c o l m   b r o g d o n   i n   c e l t i c s '   d e b u t :   ' h e ’ s   d e f i n i t e l y   j u s t   g o i n g   t o   m a k e   u s   b e t t e r   o v e r a l l '   
 
 c e l t i c s   🏀 
 b o s t o n c e l t i c s   🏟 
 n b a   n b a t w i t t e r   
 
  
b l a k e g r i f f i n   w i l l   w e a r   n o   9 ⃣ 1 ⃣   i n   h o n o r   o f   d e n n i s r o d m a n ! 
 
 n b a t w i t t e r l i v e   n b a t w i t t e r   b o s t o n   c e l t i c s   b o s t o n c e l t i c s   g r i f f i n   b l e e d g r e e n   d e n n i s   r o d m a n   r o d z i l l a   w o r m  
c e l t i c s   r e d d i t   p o d c a s t   ( e p .   2 2 9 )   |   h a u s e   m o n e y 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
t h e   c e l t i c s '   l u c k   m i g h t   b e   c h a n g i n g . . . 
 
 
 
 c l i c k   t h e   l i n k   f o r   m o r e   o n   t h e   t e a m .   d r o p   y o u r   c e l t i c s   p r e d i c t i o n s   i n   t h e   r e p l i e s . 
 
 s p o r t s   n b a   b a s k e t b a l l   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
‘ i   d i d n ’ t   c o m e   h e r e   d e m a n d i n g   a   c e r t a i n   t y p e   o f   r o l e ’ :   h e r e ’ s   w h y   b l a k e   g r i f f i n   c h o s e   t o   p u r s u e   a   t i t l e   a n d   j o i n   t h e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
m a r c u s   s m a r t   o n   u d o k a   s i t u a t i o n :   w e   d o n ' t   k n o w   a n y t h i n g ,   i t ' s   n o t   m y   b u s i n e s s   a n d   i   d o n ' t   w a n t   i t   t o   b e   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   o n   u d o k a   s i t u a t i o n :   w e   d o n ' t   k n o w   a n y t h i n g ,   i t ' s   n o t   m y   b u s i n e s s   a n d   i   d o n ' t   w a n t   i t   t o   b e   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s m a r t   s h r u g g e d   a n d   o f f e r e d   h a l f   a   l a u g h   w h e n   i t   w a s   s u g g e s t e d   i t   m i g h t   b e   a   l i t t l e   h a r d   t h a t   b a r n e s   …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   v s .   c h a r l o t t e   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
o n   m o n d a y   m o r n i n g ,   1 5   d a y s   b e f o r e   t h e   s e a s o n - o p e n e r ,   g r i f f i n   o f f i c i a l l y   s i g n e d   w i t h   t h e   b o s t o n   c e l t i …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r i f f i n   e x p e r i e n c e d   t h e   w r a t h   o f   t h a t   y o u n g   c o r e   l a s t   s p r i n g   w h e n   h e   a n d   t h e   b r o o k l y n   n e t s   w e r e   s w e p …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   . . . 
   
 
   
 b o s t o n c e l t i c s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s f u l l g a m e h i g h l i g h t s   b o s t o n c e l t i c s v s c h a r l o t t e h o r n e t s h i g h l i g h t s   c e l t i c s h o r n e t s p r e s e a s o n h i g h l i g h t s   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s  
b l a k e   g r i f f i n   d i s c u s s e s   n e w   r o l e   w i t h   c e l t i c s ,   h i s   j o u r n e y   t o   b o s t o n ,   a n d   p l a y i n g   j o e   m a z z u l l a   i n   c o l l e g e   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s :   i m e   u d o k a   ‘ m a y   n e v e r   a g a i n   b e   a   h e a d   c o a c h   i n   t h e   n b a ’   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   d a i l y   l i n k s   1 0 / 3 / 2 2   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
e v e n   t h o   i t   w a s   j u s t   p r e - s e a s o n ,   i t   s u r e   w a s   g r e a t   t o   s e e   s o m e   b o s t o n c e l t i c s   b a s k e t b a l l   i n   b o s t o n   y e s t e r d a y !       i ' m   o p t i m i s t i c   t o   s e e   h o w   t h i s   y e a r s   p a n s   o u t !  
( 2 n d   o c t o b e r   2 0 2 2 )   n b a   p r e s e a s o n   b e s t   p l a y s . 
 f u l l   v i d e o   l i n k :   
 
 
 n b a   n b a 2 k 2 3   n b a j a p a n g a m e s 2 0 2 2   3 6 e r s   b o s t o n c e l t i c s   c e l t i c s   h o r n e t s   l a m e l o b a l l   c r a i g r a n d a l l   r a n d a l l  
b o s t o n   c e l t i c s   v s .   c h a r l o t t e   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
b l a k e   g r i f f i n   s h a r e s   h i s   i n i t i a l   i m p r e s s i o n s   o f   n e w   c e l t i c s '   h e a d   c o a c h   j o e   m a z z u l l a   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
a   s e l f - a w a r e   b l a k e   g r i f f i n   s a y s   h e   w a n t s   t o   ' f i l l   t h e   g a p s '   t o   h e l p   t h e   c e l t i c s '   c h a m p i o n s h i p   p u r s u i t   g r e e n r u n s d e e p   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
b o s t o n   c e l t i c s   o p e n   t h e i r   p r e s e a s o n   w i t h   a   s t a t e m e n t   w i n   o v e r   h o r n e t s   |   . . .     v i a     
 
 n b a t w i t t e r   b o s t o n c e l t i c s   c e l t i c s   c e l t i c s w i n
i c y m i :   n i a   l o n g   s p o t t e d   f o r   1 s t   t i m e   s i n c e   i m e   u d o k a   s c a n d a l   +   m a t t   b a r n e s   s a y s   i m e   w i l l   b e   l u c k y   t o   e v e r   c o a c h   i n   t h e   n b a   a g a i n !     n i a l o n g   i m e u d o k a   b o s t o n c e l t i c s   k e m p i r e  
b o s t o n   c e l t i c s :   r e c e n t   6 x   a l l - s t a r   s i g n i n g   n o t   e x p e c t e d   t o   s t a r t   f o r   c s   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
a s k e d   b l a k e   g r i f f i n   a b o u t   c o n v e r s a t i o n s   a n d   e a r l y   i m p r e s s i o n s   w i t h   h i s   c e l t i c s   t e a m m …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   w i l l   w e a r   n o .   9 1   f o r   t h e   c e l t i c s ,   a s   a   s a l u t e   t o   d e n n i s   r o d m a n .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   w i l l   b e   t h e   f i r s t   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   t o   w e a r   9 1 .   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s o . .   i ' m   p r e t t y   d u r e   t h e   n e w   c e l t i c s '   p l a y e r   i a   a   b e l l a r k e   s h i p p e r 🤭 😂   
 . 
 b l a k e   g r i f f i n   t h e 1 0 0   b e l i z a   b o s t o n c e l t i c s 
    
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬇ ️ c h a r l o t t e h o r n e t s   9 3   ( 0 - 1 ) 
 ⬆ ️ b o s t o n c e l t i c s   1 3 4   ( 1 - 0 ) 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔹 9 / p t s 
 🔹 5 / r e b 
 🔹 4 / a s t 
 🔹 0 / s t l 
 🔹 1 / b l k 
 🔹 0 / t o 
 🔹 1 / 1 t 2 
 🔹 2 / 2 t 3 
 🔹 0 / t l 
 🔹 1 8 : 0 0 / m i n : s e g 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
l i v e   g a r d e n   r e p o r t :   c e l t i c s   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s p o s t g a m e s h o w   c h a r l o t t e h o r n e t s   c l n s   c l n s c e l t i c s p o s t g a m e   c l n s m e d i a   c l n s p o s t g a m e  
b o s t o n   h a s   a   ' d i f f e r e n t   a t m o s p h e r e   t h a n   i ’ m   u s e d   t o , '   s a y s   n e w e s t   c e l t i c   b l a k e   g r i f f i n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
o n   t h i s   e d i t i o n   o f   t h e l a s t d r o p ,   j b   & a m p ;     k i c k   o f f   o c t o b e r   w i t h   m e z c a l   m o n t h .   1 s t ,   w e   g e t   i n t o   a l l   t h e   s p o r t s   n e w s   i n v o l v i n g   t h e   b o s t o n c e l t i c s   c o a c h i n g   s t a t u s   & a m p ;   t h e   m i a m i d o l p h i n s   q b   i n j u r y .   t h e n   j b   o p e n s   u p   a   b o t t l e   o f   d o s h o m b r e s   m e z c a l   t o   r e v i e w 
 

i c y m i :   n i a   l o n g   s p o t t e d   f o r   1 s t   t i m e   s i n c e   i m e   u d o k a   s c a n d a l   +   m a t t   b a r n e s   s a y s   i m e   w i l l   b e   l u c k y   t o   e v e r   c o a c h   i n   t h e   n b a   a g a i n !     n i a l o n g   i m e u d o k a   b o s t o n c e l t i c s   k e m p i r e  
v e r s a t i l i t y   o n   d i s p l a y   i n   v i c t o r y   o v e r   t h e   c h a r l o t t e   h o r n e t s   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w h a t   d o e s   t h e   b o s t o n   c e l t i c s '   1 3 4 - 9 3   p r e s e a s o n   b l o w o u t   o f   t h e   c h a r l o t t e   h o r n e t s   t e l l   u s   a b o u t   t h e   s e a s o n   t o   c o m e ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c e l t i c s   m a k e   b l a k e   g r i f f i n   s i g n i n g   o f f i c i a l   v i a   p r e s s   r e l e a s e   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
i f   t a t u m   w e n t   u p   w i t h   h i s   l e f t   h a n d ,   t h i s   w o u l d   h a v e   b e e n   a n   e a s y   l a y u p 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
a n a l y s t :   ‘ b o s t o n   c e l t i c s   l o o k   l i k e   p o s t - j a n u a r y   c s   u n d e r   j o e   m a z z u l l a ’   c e l t i c s   c e l t i c s t a l k   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
w e l c o m e   t o   b o s t o n ,     g r i f f i n   ☘ ️   📝   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e s t   i n   p e a c e   b i l l   r u s s e l l   -     n b a   n b a f i n a l s   n b a f i n a l s m v p   j e r r y w e s t   l e b r o n j a m e s   l a r r y b i r d   c e l t i c s   b o s t o n   b o s t o n c e l t i c s     b l a c k n e w s   b l a c k p o l i t i c s   b l a c k m e d i a   b l a c k v i e w s
n b a   b o s t o n c e l t i c s   i m e u d o k a   m a r c u s s m a r t   m a r c u s   s m a r t :   ' w e   d o n ' t   k n o w   a n y t h i n g '   a b o u t   i m e   u d o k a   s i t u a t i o n  
i t ’ s   t i m e   t o   r i n g   c h a s e   i n   b o s t o n   c e l t i c s   c e l t i c s n a t i o n   g r e e n r u n s d e e p   b o s t o n c e l t i c s  
t a c o j a y _ s u p e r s t a r 🏀 🔥 
 
 🔸 f l o o r   p r i c e   0 , 0 4   $ e t h 
 🔸 p o l y g o n   n e t w o r k 
 🔸 b a s k e t t a r i   n f t   c o l l e c t i o n   a v a i l a b l e   o n   o p e n s e a   
 
 n f t s   n f t c o m m u n i t y   n f t c o l l e c t i o n   n f t d r o p   n f t g i v e a w a y   p f p   b a s k e t b a l l   n b a t w i t t e r   j a y s o n t a t u m   b o s t o n c e l t i c s   c e l t i c s   c e l t i c s n a t i o n 
 

m a l i k a a n d r e w s   i s   j u s t   a   l o n g   l i n e   o f   b l a c k   p e o p l e   e s p n   h i r e s   t o   d e g r a d e   b l a c k   m e n / a t h l e t e s .   s h e ' s   n o   d i f f e r e n t   t h a n   s t e p h e n a s m i t h   k e n d r i c k p e r k i n s   .   m a t t a r a i z a   f r o m   t h e   b i l l s   w a s   a c c u s e d   o f   g a n g   r a p e   a n d   t h a t   s t o r y   w e n t   a w a y   q u i c k .   i m e u d o k a   b o s t o n c e l t i c s
h o w   i   f e e l   a f t e r   o u r   f i r s t   p r e s e a s o n   g a m e   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
c e l t i c s   d i v e 
 g u a r d s -   s m a r t & g t ; w h i t e & g t ; b r o g d o n & g t ; p r i t c h a r d   ( y e s   h e   i s   p a r t   o f   t h e   r o t a t i o n ) 
 w i n g s -   b r o w n   a n d   t a t u m   s e t   i n   s t o n e 
 b i g s -   a l   h o r f o r d & g t ; g r a n t   w i l l i a m s & g t ; b l a k e   g r i f f i n 
 c e l t i c s t a l k   b o s t o n c e l t i c s   c e l t i c s
h o w   m u c h   d i d   j a y l e n   b r o w n ' s   f i t   s e t   h i m   b a c k ?   
 
 c e l t i c s   🏀 
 b o s t o n c e l t i c s   🏟 
 n b a   n b a t w i t t e r   
 

g r e a t   p i c   i   t o o k   t o d a y .   w e ’ l l   f o l l o w   y o u   t h r o u g h   t h e   f i r e   c o a c h . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
t w o   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ' s   2 0   g r e a t e s t   p o w e r   f o r w a r d   l i s t   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   . . . 
   
 
   
 2 0 2 2 2 0 2 3 n b a s e a s o n   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c c b n   c e l t i c s v s h o r n e t s   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a   e x t e n d e d n b a h i g h l i g h t s   f u l l g a m e h i g h l i g h t s   h o r n e t s v s c e l t i c s   h o r n e t s v s c e l t i c s 2 0 2 2  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 6   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
t h e r e ' s   d e f i n i t e l y   a   f r e e d o m   i n   m y   m i n d   o f   n o t   h a v i n g   t o   b e   t h e   g u y   t h a t ' s   s c …   r u m o r s   b o s t o n c e l t i c s   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   m u c h   d i d   j a y l e n   b r o w n ' s   f i t   s e t   h i m   b a c k ?   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
“ n i a   l o n g   d e s e r v e d   b e t t e r   t h a n   t h i s   c h e a t e r ”   i m e   u d o k a   r e p o r t e d l y   h a d   m u l t i p l e   a f f a i r s   a n d   e v e n   s l e p t   w i t h   w i f e   o f   a   m i n o r i t y   o w n e r     b o s t o n c e l t i c s   n b a
p r a c t i c e   l i k e   i t ’ s   a   r e a l   g a m e   ‼ ️   b a s k e t b a l l   n b a   b o s t o n c e l t i c s   b o s t o n c e l t i c s ☘ ️   p r o   w o r k o u t 
   
 
   
 b a s k e t b a l l v i d e o s  
m a l c o l m   b r o g d o n   s h i n e s   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b r o g d o n c e l t i c s d e b u t   b r o g d o n d e b u t   c e l t i c s c l n s   c e l t i c s d e b u t   c e l t i c s p o s t g a m e l i v e   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c l n s   c l n s m e d i a   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n  
r e h a b   t i m e   💪 🏻 
 b o s t o n c e l t i c s  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 5   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
“ s i t   b a c k   m a g i c   j o h n s o n … i m   t a k i n g   o v e r ”   l a r r y   b i r d ’ s   t r a s h - t a l k   l e f t   l a k e r s   l e g e n d   s t u n n e d     b o s t o n c e l t i c s   l a l a k e r s
[ b o s t o n   c e l t i c s   o n   t w i t t e r ]   n e w   p a r q u e t   🔥 🔥 🔥 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
u p   n e x t !   n b a   2 k   r e a l i s t i c   r e t r o   g a m e p l a y !   d e r r i c k   r o s e   v s   p a u l   p i e r c e !   b u l l s   v s   c e l t i c s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   7 ,   2 0 2 2   6 : 0 0   p m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   c h i c a g o b u l l s   d e r r i c k r o s e   b o s t o n c e l t i c s   b u l l s v s c e l t i c s   c e l t i c s   b u l l s   p a u l p i e r c e  
o n   t h i s   d a y :   c e l t i c s   t r a d e   f o r   j e r r y   s i c h t i n g ;   c o u r t n e y   l e e   b o r n   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 3   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
j a y l e n   b r o w n   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 2 ) :   2 4   p o i n t s ,   5   r e b o u n d s   c e l t i c s   c e l t i c s t a l k   c e l t i c s n a t i o n   b o s t o n c e l t i c s  
c a b i n   j e l l y 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e  
w h e n   i t ’ s   y o u r   w e d d i n g   b u t   s p o r t   i s   l i f e ! 
   b o s t o n c e l t i c s   p o r t a d e l a i d e   w e a r e p o r t a d e l a i d e   a f l   n b a  
t h i s   l o o k e d   s o   w e i r d   i   h a d   t o   r e w i n d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
h o w       e d d i e   p a l l a d i n o ' s   d r e a m   c a m e   t r u e   t o   b e   t h e     p u b l i c   a d d r e s s   a n n o u n c e r   c e l t i c s t a l k   
   b o s t o n
j a y s o n   t a t u m   s u r p r i s e s   f a n s   o n   s t a g e   a t   j a c k   h a r l o w   c o n c e r t   i n   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e p i s o d e   1 8 8   i s   n o w   a v a i l a b l e   . . .   t h e   g o o d   t h i n g s   f r o m   b r o g d o n ,   t h e   s a m e   b a d   h a b i t s   f r o m   s m a r t ,   d w 9   g e t t i n g   m o r e   c o m f o r t a b l e   a n d   m u c h   m o r e 
 
 b o s t o n   b o s t o n c e l t i c s   c e l t i c s   n e w   p o d c a s t  
t o p i c   t u e s d a y :   w h a t   s h o u l d   t h e   c e l t i c s   o p e n i n g   n i g h t   s t a r t i n g   5   b e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 1 € 
 ➡  
2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   p r i x   e x t r a o r d i n a i r e   d e   2 1 € 
 🛒  
c e l t i c s   s i g n   r o x b u r y   n a t i v e   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   s i g n s   a j   r e e v e s   t o   e x h i b i t - 1 0   c o n t r a c t   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c e l t i c s ’   r o b e r t   w i l l i a m s   i i i   p r o j e c t e d   a s   n o .   1 1   c e n t e r   i n   n b a   f o r   2 0 2 2 - 2 3   b y   s p o r t i n g   n e w s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n e w   b o s t o n   v e r t   2 0 2 2   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 🛒  
h o w   d i f f e r e n t   c a n   w e   e x p e c t   i n t e r i m   b o s t o n   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   t o   b e   f r o m   i m e   u d o k a ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u t é   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   i n c r o y a b l e   d e   2 1 € 
 ➡  
c e l t i c s   a l u m   k e n n y   a n d e r s o n   t a l k s   h i s   e c f   r u n s   w i t h   p a u l   p i e r c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   w a i v e   f o r m e r   k n i c k s   a n d   s p u r s   f o r w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s :   a l   h o r f o r d   l a u d s   v e t e r a n   f r e e   a g e n t   a d d i t i o n 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o
b o s t o n   c e l t i c s :   l a s t   l a k e r s   r o s t e r   s p o t   c o u l d   g o   t o   s u m m e r   l e a g u e   h e r o 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o
c e l t i c s   s i g n   a . j .   r e e v e s   t o   e x h i b i t   1 0   d e a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   b e a u t i f u l   m i s s   t i a n a 
 c e l t i c s   g a m e d a y   b o s t o n  
n b a   r u m o r s :   c e l t i c s   s i g n   p r o v i d e n c e   g u a r d   a . j .   r e e v e s   t o   e x h i b i t   1 0   c o n t r a c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a z z u l l a :   l u k e   k o r n e t   w a s   a   ' f u l l   g o '   a t   p r a c t i c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   t o   r e p o r t e d l y   w a i v e   c a m p   i n v i t e e   l u k a   s a m a n i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s h o u l d   t h e   c e l t i c s   t r a d e   f o r   j a e   c r o w d e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a f t e r   d r a m a - f i l l e d   s t o p s   i n   l o s   a n g e l e s   a n d   b r o o k l y n ,   b l a k e   g r i f f i n   i m p r e s s e d   b y   c e l t i c s '   v i b e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p e l i c a n s   s i g n   f o r m e r   c e l t i c s ,   p a c e r s   a n d   t i m b e r w o l v e s   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   n o t e b o o k :   k o r n e t   c l o s e   t o   r e t u r n i n g   f r o m   i n j u r y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a l   h o r f o r d   b e l i e v e s   c e l t i c s '   c h e m i s t r y   f r o m   l a s t   y e a r ' s   r u n   h a s   ' c a r r i e d   o v e r '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p a y t o n   p r i t c h a r d ' s   b a t t l e   f o r   m i n u t e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
        d i n g   d i n g   d i n g   f o r   a j !     l o c a l   b o s t o n   k i d   g e t t i n g   a   l e g i t   c e l t i c s   c o n t r a c t !     a w e s o m e   n e w s      
a l   h o r f o r d   b e l i e v e s   c e l t i c s '   c h e m i s t r y   f r o m   l a s t   y e a r ' s   r u n   h a s   ' c a r r i e d   o v e r '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p a y t o n   p r i t c h a r d ' s   b a t t l e   f o r   m i n u t e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i m e   u d o k a   s u s p e n d e d   f r o m   c o a c h i n g   c e l t i c s   
 
 i m e u d o k a   n b a   b a s k e t b a l l   c e l t i c s   b o s t o n  
f o r m e r   c e l t i c s   h e a d   c o a c h   d o c   r i v e r s   c l a i m s   b o s t o n   l e t   k e y   p i e c e s   g o   t o o   s o o n   a f t e r   2 0 0 8   t i t l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i a   l o n g   s h a r e s   f a m i l y   p h o t o   w i t h   s o n s   w e e k s   a f t e r   f i a n c é   i m e   u d o k a ' s   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   e n c o u r a g e d   w i t h   l u k e   k o r n e t ’ s   r e c o v e r y   f r o m   a n k l e   i n j u r y :   ‘ h a p p y   t o   h a v e   h i m   b a c k ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t a c k o   f a l l   r e v e a l s   h i s   f r i e n d s h i p   w i t h   c e l t i c s ’   g r a n t   w i l l i a m s   s t a r t e d   w i t h   a   d u n k   a t t e m p t   a t   t h e   2 0 1 9   n b a   c o m b i n e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   h a s   ‘ f i t   i n   q u i c k l y ’   t o   t h e   b o s t o n   c e l t i c s ,   a c c o r d i n g   t o   a l   h o r f o r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h e r e   d o   r a p t o r s   r a n k   a m o n g   c e l t i c s '   t o p   c h a l l e n g e r s   i n   e a s t e r n   c o n f e r e n c e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 1 € 
 🛒 
 
 n b a  
w h a t   l u k e   k o r n e t ' s   r e t u r n   t o   c e l t i c s   p r a c t i c e   m e a n s   f o r   f r o n t   c o u r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n j u r y   u p d a t e :   b o s t o n ’ s   l u k e   k o r n e t   ‘ a   f u l l   g o ’   i n   p r a c t i c e   m o n d a y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   a l   h o r f o r d :   b l a k e   g r i f f i n   i s   a l r e a d y   ' o n e   o f   u s '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r c u s s m a r t   m a r c u s   s m a r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
🇺 🇸 | n o u v e a u t é   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 n b a  
m a r c u s   s m a r t   r e a c t s   t o   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a i l b a g :   w i l l   a   g r a n t   w i l l i a m s   c o n t r a c t   e x t e n s i o n   g e t   d o n e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   a d m o n i s h e s   d r a y m o n d   g r e e n   f o r   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   i s   r e a d y   f o r   a n o t h e r   l e a p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a i l b a g :   w i l l   a   g r a n t   w i l l i a m s   c o n t r a c t   e x t e n s i o n   g e t   d o n e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   p r i x   f o u   d e   2 ⃣ 1 ⃣ € 
 ➡  
m a r c u s   s m a r t   d i s c u s s e s   d r a y m o n d   g r e e n - j o r d a n   p o o l e   f i g h t :   ' i t   h a p p e n s '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n t e r i m   h e a d   c o a c h   j o e   m a z z u l l a   g e t s   k e m b a   w a l k e r ’ s   v o t e   o f   a p p r o v a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   a u e r b a c h   c e n t e r   b a l a n c e   w o r l d   h e a d q u a r t e r s   s p o r t s
h o w   w i l l   t h e   b o s t o n   c e l t i c s   u s e   r e s e r v e   p o i n t   g u a r d   m a l c o l m   b r o g d o n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ' i   w a n t   t o   h e l p   ( u s )   w i n '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   t r o p h y   c l u b   c a r d s -   d a z z l e   p a r a l l e l s -   p a u l   p i e r c e -   r a y   a l l e n -   k e v i n   g a r n e t t -   $ 2   e a c h   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   s t r u g g l i n g   t o   g a r n e r   n b a   i n t e r e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l o v e   t o   s e e   i t ,   w h y   b o s t o n   s p o r t s   i s   s u c h   t h e   c i t y   o f   c h a m p i o n s ,   s u p p o r t i n g   e a c h   o t h e r .   
 
 o n t o b a n n e r 1 8   c e l t i c s   
 
  
b o s t o n ’ s   m a r c u s   s m a r t   t h i n k s   d r a y m o n d   g r e e n   ‘ m a d e   a   m i s t a k e ’   w i t h   t h e   j o r d a n   p o o l e   f i g h t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   n o t   c o n c e r n e d   a b o u t   p r e s e a s o n   s h o o t i n g   w o e s   f o l l o w i n g   l o s s   t o   b u l l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e r e ' s   w h a t   m a r c u s   s m a r t   s a i d   a b o u t   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a n   a g i t a t o r   h i m s e l f ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   w a r r i o r s '   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e r e ' s   w h a t   m a r c u s   s m a r t   s a i d   a b o u t   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   i n j u r y   u p d a t e :   l u k e   k o r n e t   ‘   b a c k   a t   p r a c t i c e   t o d a y   p a r t i c i p a t i n g   i n   n o n - c o n t a c t   d r i l l s ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
‘ t h i s   i s   a   g r e a t   o p p o r t u n i t y , ’   s a y s   c e l t i c s ’   n o a h   v o n l e h   o f   h i s   s h o t   a t   m a k i n g   b o s t o n ’ s   r o s t e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
v i n t a g e   b o s t o n   m a s s   s t a t e   h o u s e   m a s s a c h u s e t t s   n e w   e n g l a n d   u s a   t r a v e l   p e n n a n t       a n t i q u e   w a l l d e c o r   v i n t a g e e t s y   n f l   m i t   f e l t p e n n a n t   n e w e n g l a n d   b o s t o n   m l b   r e d s o x     d i r t y w a t e r   n h l b r u i n s   p a t r i o t s   c e l t i c s   u s a   f o r e v e r n e   a n t i q u e s   h a r v a r d   u m a s s
v i n t a g e   ' s a l i s b u r y   b e a c h ,   m a s s . '   m a s s a c h u s e t t s   u s a   s o u v e n i r   t r a v e l   p e n n a n t       a n t i q u e   w a l l d e c o r   v i n t a g e e t s y   u s a   p a t s f o o t b a l l     a l l a b o u t 1 8   f e l t p e n n a n t   v i n t a g e   n e w e n g l a n d   b o s t o n   r e d s o x   n h l b r u i n s   p a t r i o t s   n f l   c e l t i c s   m i t   s a l i s b u r y   u m a s s
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a n   a g i t a t o r   h i m s e l f ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   w a r r i o r s '   d r a y m o n d   g r e e n   ' m a d e   a   m i s t a k e '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e p .   a y a n n a   p r e s s l e y   o n   j a y l e n   b r o w n ’ s   l e a d e r s h i p   i n   b o s t o n   a n d   b e y o n d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s ’   m a r c u s   s m a r t   o n   d r a y m o n d   g r e e n   i n c i d e n t :   ‘ h e   m a d e   a   m i s t a k e …   a s   a   l e a d e r ,   y o u   c a n ’ t   d o   t h a t ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  w h y   t h o   h e   a i n ’ t   g o n n a   d o   s h i t   f o r   u s   f r   c e l t i c s     b o s t o n
a s k   t h e   b o s t o n   c e l t i c s   h o w   t h a t   g o .   m a t t e r   o f   f a c t ,   t h e   h u s b a n d   & a m p ;   t h e   w i f e   w o r k e d   a t   t h e   s a m e   p l a c e   a n d   s h e   * s t i l l *   c h e a t e d . 
 s o   w h a t   w u d   b e   t h e   c a s e   i f   t h e y   w o r k e d   m i l e s   a p a r t ? 
 
 l i s t e n . . .
n o a h   v o n l e h   i s   t h e   o b v i o u s   c h o i c e   t o   m a k e   t h e   c e l t i c s   r o s t e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t   o n   d r a y m o n d   g r e e n   v i d e o :   ' a s   a   l e a d e r ,   y o u   c a n ' t   d o   t h a t '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l u k e   k o r n e t   r e t u r n s   t o   c e l t i c s   p r a c t i c e   a f t e r   s p r a i n   f o r   n o n - c o n t a c t   d r i l l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a t c h :   j u s t i n   j a c k s o n   h a s   b i g   b l o c k   o n   f o r m e r   d u k e   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
[ p r e v i e w   2 0 2 2 - 2 3 ]   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a b a u t r e t   a l l   a n g e l e s   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t   b a s k e t b a l l   b l o c k   b o s t o n c e l t i c s   b r y a n t   b u l l s   c a r m e l o   c h i c a g o   c h r i s   c l i p p e r s   c o n t r e   c u r r y   d a v i s   d u f a n t   d u n k   d u r a n t   e a s t e r n c o n f e r e n c e  
d o c   r i v e r s   r e v e a l s   s i x e r s   s t a r t e r s   w i l l   p l a y   i n   f i n a l   2   p r e s e a s o n   g a m e s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   l a b   1 4 6 :   c a t c h i n g   u p   w i t h   t a c k o   f a l l   o n   h i s   n e w   b o o k ,   t h e   c b a ,   a n d   t i e s   t o   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   b o s t o n   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
i f   t h e   c e l t i c s   w i n   t h e   2 0 2 3   n b a   c h a m p i o n s h i p ,   t h e s e   w i l l   b e   t h e   r e a s o n s   w h y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   h a s n ' t   r e c e i v e d   i n t e r e s t   f r o m   n b a   t e a m s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   b o s t o n   c e l t i c s   a r e   r i d i c u l o u s l y   g o o d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e p t h   s h i n e s   i n   p r e s e a s o n   w i n :   1 0   t a k e a w a y s   f r o m   c e l t i c s - h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e y     !   w h a t   b a s k e t b a l l   p l a y e r   w o u l d   b e   a   g r e a t   s p o k e s p e r s o n   f o r   a u t u m n ? …   t a c k o   f a l l .     b l e e d g r e e n   b o s t o n   c e l t i c s   f a l l   a u t u m n   t a c o s
⚽ | n o u v e a u t é   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   p r i x   d i n g u e   d e   2 1 € 
 🛒 
 
 n b a  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
w i l l   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   b r i n g   o u t   t h e   b e s t   o f   j a y l e n   b r o w n   a n d   j a y s o n   t a t u m ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ’ s   j a y s o n   t a t u m   c r a c k s   t o p   t h r e e   i n   s p o r t i n g   n e w s ’   2 0 2 2 - 2 3   t o p   s m a l l   f o r w a r d s   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c a n   s a m   h a u s e r   a n d   l u k e   k o r n e t   g i v e   t h e   b o s t o n   c e l t i c s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b l a k e g r i f f i n   b l a k e   g r i f f i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j u s t i n   j a c k s o n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u s t i n j a c k s o n   j u s t i n   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 b o s t o n   c e l t i c s   -   1 0   d a y s   t i l   o p e n i n g   n i g h t   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n   c e l t i c s   d a y s   o p e n i n g   n i g h t   s p o r t s
k e m b a   w a l k e r   h a s   ' s o m e   r e g r e t s '   p l a y i n g   f o r   c e l t i c s   i n   n b a   b u b b l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
w o r k   m i s t r e s s   o f   n i a   l o n g ' s   f i a n c é ,   a   m o r m o n   m o t h e r   o f   t h r e e ,   i s   r e v e a l e d   t o   b e   m a r r i e d ,   j u d i t h   n i m m o   l y n c h 
 n i a l o n g   k a t h l e e n n i m m o l y n c h   i m e u d o k a   b o s t o n   c e l t i c s   n b a   b a s k e t b a l l   b o s t o n c e l t i c s  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
k a t h l e e n   l y n c h -   m a r r i a g e ,   c e l t i c s   h u s b a n d ,   c h i l d r e n ,   f a c e b o o k ,   c a r e e r 
 k a t h l e e n l y n c h   u d o k a   c e l t i c s   b o s t o n   i m e u d o k a   c o a c h   b o s t o n c e l t i c s   n i a l o n g  
s p o r t i n g   n e w s   r a n k s   c e l t i c s ’   m a r c u s   s m a r t   i n   n b a ’ s   t o p   h a l f   o f   s t a r t i n g   p o i n t   g u a r d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   b o s t o n   d o m i c i l e   2 0 2 2   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 n b a  
e v a l u a t i n g   b l a k e   g r i f f i n ' s   p r e s e a s o n   d e b u t   w i t h   t h e   b o s t o n   c e l t i c s 
 
 
 
 n b a   b o s t o n   c e l t i c s   b l e e d g r e e n   n e t s   p i s t o n s   w i z a r d s   c l i p p e r n a t i o n   j a p a n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s     u s a
🇺 🇸 | n e w   b o s t o n   d o m i c i l e   2 0 2 2   t a t u m   0 ⃣ 
 a u   t a r i f   d i n g u e   d e   2 1 € 
 ➡ 
 
 2 0 2 2  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
⚽ | n o u v e a u   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   i n c r o y a b l e   d e   2 1 € 
 ➡ 
 
 2 0 2 2  
w o r k i n g   w i t h   j a y l e n   b r o w n ,   m f i o n d u   k a b e n g e l e   h a s   o n e   g o a l   w i t h   t h e   c e l t i c s :   ‘ i   w a n t   t o   h e l p   ( u s )   w i n ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ' s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
d r a y m o n d   g r e e n   g s w   c o n t r a c t   d e t a i l s ,   s a l a r y ,   e x t e n s i o n   n e w s ,   n e t   w o r t h ,   a g e   a n d   h e i g h t   i n   2 0 2 2   p o o l e   b r a w l   f i g h t   d r a y m o n d g r e e n   j o r d a n p o o l e   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
k a t h l e e n   n i m m o   l y n c h   c o n f i r m e d   a s   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   i m e   u d o k a   h a d   a n   a f f a i r   w i t h   a s   v i d e o   g o e s   v i r a l   o n   t w i t t e r ,   h u s b a n d   n a m e   i d e n t i f i e d   a s   t a y l o r   l y n c h   i m e u d o k a   n i a l o n g   c e l t i c s   b o s t o n   k a t h l e e n n i m m o l y n c h   n b a   b a s k e t b a l l  
d e s p i t e   s o l i d   d e b u t   w i t h   c e l t i c s ,   b o s t o n ’ s   b l a k e   g r i f f i n   h o p e s   f o r   i m p r o v e m e n t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   t e l l s     p o s t - g a m e :   " t h e   i n t e n s i t y   l e v e l   a n d   m a t u r i t y   l e v e l   o f   t h i s   . . .   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
n o a h   v o n l e h   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 7 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i m e   u d o k a   a c c u s e d   o f   s l e e p i n g   w i t h   w i f e   o f     b o s t o n   c e l t i c s   o w n e r     v i a  
p a u l   g e o r g e   s t a r s   i n   n b a   c o m m e r c i a l   w i t h   j a y s o n   t a t u m ,   j o e l   e m b i i d ,   a n d   d a m i a n   l i l l a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   p r o m o t e   f o r m e r   w v u   p o i n t   g u a r d   t o   i n t e r i m   h e a d   c o a c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e c a p :   h o r n e t s   d r o p   t h i r d   s t r a i g h t   p r e s e a s o n   g a m e ,   l o s e   t o   c e l t i c s ,   1 1 2 - 1 0 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ’ s   j a y l e n   b r o w n   r a n k e d   i n   s p o r t i n g   n e w s ’   t o p   f i v e   n b a   s h o o t i n g   g u a r d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
b o s t o n ’ s   j a y l e n   b r o w n   j u s t   o u t s i d e   o f   s p o r t s   i l l u s t r a t e d ’ s   t o p   2 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g a m e   r e c a p :   c e l t i c s   1 1 2 ,   h o r n e t s   1 0 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - h o r n e t s   p r e s e a s o n   r e m a t c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c h a r l o t t e   h o r n e t s   d r o p   t h i r d   s t r a i g h t ,   l o s e   t o   b o s t o n   c e l t i c s 
 
 
 
 n b a   c h a r l o t t e   h o r n e t s   a l l f l y   b o s t o n   c e l t i c s   b l e e d g r e e n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a a l l s t a r   n b a j a p a n g a m e s 2 0 2 2   n b a i n a b u d h a b i   l a k e s h o w   h e a t t w i t t e r   m f f l   s u n s
j u s t i n   j a c k s o n   s t r e n g t h e n s   c a s e   f o r   c e l t i c s   r o s t e r   s p o t   i n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   i m e   u d o k a ' s   f a l l o u t   w i t h   b o s t o n   c e l t i c s   c o u l d   s a v e   t h e   b r o o k l y n   n e t s 
 
 
 
 n b a   b r o o k l y n t o g e t h e r   n e t s   b r o o k l y n   b l e e d g r e e n   b o s t o n   c e l t i c s   t r u e t o a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n
b o s t o n   c e l t i c s :   b / r   s e e s   d e r r i c k   w h i t e   a s   o d d   m a n   o u t   i n   b a c k c o u r t 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   t r u e t o a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a i n a b u d h a b i   n b a j a p a n g a m e s 2 0 2 2   m f f l
b l a k e   g r i f f i n   p r a i s e s   ' o f f   t h e   c h a r t s '   c e l t i c s   i n t e n s i t y ,   m a t u r i t y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   b o s t o n   c e l t i c s   n b a   v i d e o :  
j u s t i n   j a c k s o n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j u s t i n   j a c k s o n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
d e r r i c k   w h i t e   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   d e r r i c k   w h i t e   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
j u s t i n   j a c k s o n   s t r e n g t h e n s   c a s e   f o r   c e l t i c s   r o s t e r   s p o t   i n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
l a m e l o   b a l l   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   l a m e l o   b a l l   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
g r a n t   w i l l i a m s   l o o k s   l i k e   a   n e w   p l a y e r :   7   t a k e a w a y s   f r o m   c e l t i c s   v s .   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h r e e   g a m e s ,   t h r e e   d e f e a t s .   w h a t   w e   l e a r n e d   i n   t h e   h o r n e t s ’   p r e s e a s o n   l o s s   t o   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e r r i c k   w h i t e   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e r r i c k w h i t e   d e r r i c k   w h i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
n o a h   v o n l e h   -   1 4   p t s ,   1 3   r e b ,   2   a s t ,   1   s t l   f u l l   h i g h l i g h t s | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 n o a h v o n l e h   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

b l a k e   g r i f f i n   t a k e s   s u b t l e   s h o t   a t   n e t s   a m i d   p r a i s e   f o r   c e l t i c s   a f t e r   h i s   b o s t o n   d e b u t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a l e n   m c d a n i e l s   w i t h   a n   a l l e y   o o p   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  b l a k e   g r i f f i n   c e l t i c s   d e b u t   -   7   p t s ,   9   r e b ,   2   a s t   f u l l   p l a y | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 b l a k e g r i f f i n   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

d e r r i c k   w h i t e   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e r r i c k w h i t e   d e r r i c k   w h i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
p a y t o n   p r i t c h a r d   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a y t o n p r i t c h a r d   p a y t o n   p r i t c h a r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
a   s o l i d   b l a k e   g r i f f i n   d e b u t   a l l o w s   s h o r t h a n d e d   c e l t i c s   t o   s t i n g   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j u s t i n   j a c k s o n   w i t h   a   b l o c k   v s   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n o a h v o n l e h   n o a h   v o n l e h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
w h a t   e x - c e l t i c s   g u a r d   k e m b a   w a l k e r   s a i d   a b o u t   j o e   m a z z u l l a   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   t a k e a w a y s   a s   d e r r i c k   w h i t e   s h i n e s ,   b l a k e   g r i f f i n   m a k e s   d e b u t   i n   p r e s e a s o n   w i n   o v e r   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :     1 1 2 ,   h o r n e t s   1 0 3 .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
k e m b a   w a l k e r :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   ' a   s p e c i a l   p e r s o n '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
q u e s t i o n :   w h e n   i n   b o s t o n   w h e r e   d o   y o u   g o   f o r   p i n t s   & a m p ;   a   b i t e   n e a r   t h e   ?   l o o k i n g   f o r   t h e   f e e l   o f     i n   m o n t r e a l .   i   w a n t   t o   s e e   h o w   t h e   l o c a l s   s u p p o r t   t h e i r     a s   w e   d o   o u r   h a b s .   t h e   n e x t   n i g h t   i ' m   a t   t h e     h o m e - o p e n e r .
l a m e l o   b a l l   n e e d s   a n k l e   i n s u r a n c e   a f t e r   t h i s   c r o s s o v e r   b y   w h i t e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   l a m e l o   b a l l   c r o s s o v e r   c h a   c h a r l o t t e   h o r n e t s   b o s   b o s t o n   c e l t i c s
e d d i e   h o u s e :   d r a y m o n d   g r e e n   ' a   b u l l y '   f o r   p u n c h i n g   j o r d a n   p o o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   v s .   h o r n e t s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
( n e w   y o r k   t i m e s ) : b o s t o n   c e l t i c s   c o a c h   i m e   u d o k a   r o s e   f a s t   a n d   f e l l   h a r d   :   w e e k s   a f t e r   t h e   c e l t i c s   a b r u p t l y   s u s p e n d e d   u d o k a   f o r   t h e   s e a s o n ,   i t ’ s   s t i l l   n o t   e n t i r e l y   c l e a r   w h y .   s o m e   w h o   h a v e   k n o w n   h i m   a r e   s t r u g g l i n g   t o   m a k e   s e n s e   . .  
e v e r y t h i n g   i t ' s   o k   c e l t i c s 
 
 b e l i e v e   i n   b o s t o n   
 
 r o a d t o 1 8   ☘ ️  
i n   t h e   s p o r t s   w o r l d ,   t h e   h e a d   c o a c h   i s   v e r y   “ f a m o u s ” .   t h a t   i s   c e l e b r i t y .   a n d   i t ’ s   i n t o x i c a t i n g !   e v e n   t o   p e o p l e   w h o   s h o u l d   k n o w   b e t t e r .   i m e u d o k a   b o s t o n   c e l t i c s   n b a   n i a l o n g  
c e l t i c s   s t a r   j a y l e n   b r o w n   o p e n s   u p   d u r i n g   b o s t o n ,   m f a   p a n e l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s t a r   j a y l e n   b r o w n   o p e n s   u p   d u r i n g   b o s t o n ,   m f a   p a n e l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c h a r l o t t e   h o r n e t s   a t   b o s t o n   c e l t i c s   p r e v i e w   a n d   g a m e   t h r e a d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   p o w e r s   o f   7 :   r e i n t r o d u c i n g   t h e   2 0 2 2 - 2 3   n b a   t i t l e   c o n t e n d e r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   ( 1 - 1 )   a t   c h a r l o t t e   h o r n e t s   ( 0 - 2 )   p r e s e a s o n   g a m e   3   1 0 / 7 / 2 2   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u t é   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   h a l l u c i n a n t   d e   2 1 € 
 🛒  
d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s p e a k i n g   a t   m f a   p a n e l ,   c e l t i c s ’   j a y l e n   b r o w n   c h a l l e n g e s   b o s t o n i a n s   t o   b e t t e r   c i t y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   v i c i o u s l y   h i t t i n g   j o r d a n   p o o l e   v i d e o   c i r c u l a t e s   a f t e r   a p o l o g y   i s s u e d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   w i l l   m a k e   c e l t i c s   d e b u t   f r i d a y   a g a i n s t   t h e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   f o u   d e   2 ⃣ 1 ⃣ € 
 🛒  
k e v i n   g a r n e t t   i s   t h e   e p i t o m e   o f   t h e   s t r e t c h   4 . 
   
 c e l t i c s   t i m b e r w o l v e s   b o s t o n   m i n n e s o t a    
3   t h i n g s   t o   w a t c h   f o r   a g a i n s t   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b e s t   o f   j a y s o n   t a t u m   f r o m   2 0 2 2   p l a y o f f s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o t   t a k e s   w e   m i g h t   a c t u a l l y   b e l i e v e :   c e l t i c s   m o r e   l i k e l y   t h a n   w a r r i o r s   t o   r e t u r n   t o   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   h a s   e a r n e d   a n   i m p o r t a n t   r o l e   o f f   t h e   c e l t i c s   b e n c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   t r a v e l   t o   h o u s t o n   t o   f a c e   r o c k e t s :   p r e v i e w ,   s t a r t   t i m e ,   a n d   m o r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o   r a p t o r s   a n d   c e l t i c s   f a n s   h a v e   b e e f . . .   😆   
 
 
 
 r a p t o r s   t o r o n t o   b o s t o n   c e l t i c s
s a m   h a u s e r   i s   p r o v i n g   h e ' s   r e a d y   f o r   a   b i g g e r   r o l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m o r e   p r a y e r s   u p   f o r   b l a c k   l o v e         . _   
 p o d c a s t   r e e l s   f u n n y   r e l a t i o n s h i p   t r e n d i n g   b r e a k i n g   b l a c k i n s t a g r a m   b l a c k t w i t t e r   n b a   b o s t o n   c e l t i c s   n i a l o n g   i m e u d o k a  
o n   b i l l   r u s s e l l ’ s   l e g a c y   a n d   b o s t o n   b a s k e t b a l l   w /   r e p .   a y a n n a   p r e s s l e y   
   
 
   
 b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
📣   n e w   p o d c a s t !   " t h e   b l a c k   m a l e   p o d c a s t   e p   8 1   -   t a k e   o w n e r s h i p "   o n     s p o r t s   x   b l a c k m a l e   b o s t o n   c e l t i c s   c o a c h   g e t   g e t t i n g   g w u n n e t w o r k   h u r t   l a m a r   l o v e   n e e d s   p a i d   p o d c a s t   t a l k   t o   t r e d o t   t s i s w h o i a m   t u e  
⚽ | n e w   b o s t o n   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 🛒  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 1 € 
 🛒 
 
 2 0 2 2  
g r a n t   w i l l i a m s   ' l o c k e d   i n '   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h y   b l a k e   g r i f f i n   c h o s e   t o   w e a r   n o .   9 1   w i t h   c e l t i c s ,   a n d   t h e   r e a s o n   h e ’ s   s t i l l   p l a y i n g   b a s k e t b a l l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   i n c r o y a b l e   d e   2 1 € 
 🛒 
 
 t a t u m  
c e l t i c s   v s .   h o r n e t s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n ’ s   g r a n t   w i l l i a m s   j u s t   o u t s i d e   s p o r t s   i l l u s t r a t e d ’ s   t o p   1 0 0   n b a   p l a y e r s   f o r   2 0 2 2 - 2 3   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r a n t   w i l l i a m s   ' l o c k e d   i n '   o n   s e a s o n ,   l e t t i n g   a g e n t s   d e a l   w i t h   c o n t r a c t   e x t e n s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   i n c r o y a b l e   d e   2 1 € 
 🛒 
 
 t a t u m  
⚽ | n o u v e a u   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   t a r i f   i n c r o y a b l e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
i m e   u d o k a ' s   a l l e g e d   m i s t r e s s   r e v e a l e d   t o   b e   b o s t o n   c e l t i c s   t e a m   s e r v i c e   m a n a g e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  w h a t   h a p p e n e d   t o   s a m s c l o s e t 3 4   o n   i g ?   y o u   w e r e   s e l l i n g   s o m e   g o o d   s t u f f ,   i   w a s   i n t e r e s t e d   i n   a   f e w   t h i n g s   b u t   i t   s e e m s   t o   h a v e   d i s a p p e a r e d .     m s s a m a n t h a m a y   c e l t i c s   b o s t o n   n b a   m a i n e   m s s a m a n t h a m a y 9   j a n a y k i n g   s a m s c l o s e t 3 4   d o r c h e s t e r
🇺 🇸 | n o u v e a u   b o s t o n   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a e x t r a  
a r e   j a y s o n   t a t u m   a n d   t h e   c e l t i c s   a   g o o d   b e t   t h i s   s e a s o n ?   b o s t o n   c e l t i c s   n b a  
c e l t i c s   o f f s e a s o n   a d d i t i o n   d r a w i n g   b i g   o n   2 0 2 3   n b a   a w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e n v e r   n u g g e t s :   3   t a k e a w a y s   f r o m   o c t .   3   l o s s   v s .   t h u n d e r 
 
 
 
 n b a   m i l e h i g h b a s k e t b a l l   d e n v e r   n u g g e t s   m f f l   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n   g o s p u r s g o   s u n s
w i l l   d w i g h t   p o w e l l   c r a c k   t h e   m a v e r i c k s   r o t a t i o n   i n   2 0 2 2 - 2 3   s e a s o n ? 
 
 
 
 n b a   d a l l a s   a m v e r i c k s   m f f l   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n   g o s p u r s g o   h e a t t w i t t e r   s u n s
b o s t o n   c e l t i c s :   p r o p o s a l   s w a p s   j a y l e n   b r o w n   f o r   ' 2 2   a l l - n b a   f i r s t   t e a m e r 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   m f f l   d u b n a t i o n   g o s p u r s g o   h e a t t w i t t e r   f e a r t h e d e e r   s u n s
j o h n   h o l l i n g e r ' s   c e l t i c s   p r e v i e w :   p r e d i c t i o n s ,   a n a l y s i s   f o r   2 0 2 2 - 2 3   s e a s o n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
c e l t i c s   o f f s e a s o n   a d d i t i o n   d r a w i n g   b i g   o n   2 0 2 3   n b a   a w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   t a l k s   m o v i n g   o n   f r o m   n b a   f i n a l s   l o s s ,   e x c i t e m e n t   f o r   n e w   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   l a b   1 4 5 :   h o n o r i n g   b i l l   r u s s e l l ’ s   l e g a c y   a n d   t a l k i n g   b o s t o n   b a s k e t b a l l   w i t h   r e p .   a y a n n a   p r e s s l e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
        w o u l d   l o v e   t o   c a t c h   a   l i v e     g a m e !   u n f o r t u n a t e l y   a l l   o f   m y   c a s h   i s   t i e d   u p   f r o m   a   b o t c h e d   s u l l i v a n   r e p a i r .   a n o t h e r   g a s c a r   o f f   t h e   r o a d !   e l o n m u s k   g r e e n   b o s t o n   b a d w r e n c h
n i a   l o n g   r e s p o n d s   t o   i m e   u d o k a ' s   s u s p e n d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   t a l k :   s a m   h a u s e r ' s   m o m   r e v e a l s   h i s   f i t t i n g   f i r s t   s e n t e n c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t y r e s e   m a x e y ,   s i x e r s   k n o w   t h e y   s t i l l   h a v e   t o   b u i l d   t o   c a t c h   b u c k s ,   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   d r o p s   f - b o m b   d u r i n g   h a l f t i m e   t v   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
a l   h o r f o r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a l h o r f o r d   a l   h o r f o r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
s a m   h a u s e r   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s a m h a u s e r   s a m   h a u s e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
[ f i l m   r o o m ]   t h e   c o m m o n   t h e m e s   o f   m a l c o l m   b r o g d o n ' s   p l a y m a k i n g   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t y r e s e   m a x e y ,   s i x e r s   k n o w   t h e y   s t i l l   h a v e   t o   b u i l d   t o   c a t c h   b u c k s ,   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a r r i o r s   l a n d   i n   t o p   t i e r   o f   z a c h   l o w e ’ s   e s p n   n b a   p r e s e a s o n   r a n k i n g s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s h o w i n g   o f f   n e w   c e n t e r - c o u r t   l o g o   i n   p r e s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   i s   b r i n g i n g   s o m e   s e r i o u s   p l a y m a k i n g   t o   t h e   c e l t i c s   b e n c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
k e y s   t o   t h e   g a m e :   r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   ( o t )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c a n   m a l c o l m   b r o g d o n   b r i n g   t o   c e l t i c s ?   g e t   t o   k n o w   v e t e r a n   g u a r d ' s   g a m e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   d r o p s   f - b o m b   d u r i n g   h a l f t i m e   t v   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s t e p h e n   a .   s m i t h   o n   c o a c h   i m e   u d o k a ’ s   s u s p e n s i o n   f r o m   t h e   c e l t i c s   f o r   w o r k p l a c e   r e l a t i o n s h i p :   “ t h a t   w a s   a n   h r   m a t t e r . ”   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s ’   i n j u r y   i n f l u e n c e d   b o s t o n   t o   s i g n   b l a k e   g r i f f i n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y s o n   t a t u m   b e l i e v e s   s a m   h a u s e r   w i l l   p l a y   a   b i g   r o l e   f o r   c e l t i c s :   ‘ w e ’ r e   g o i n g   t o   n e e d   h i m ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u t é   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   p r i x   h a l l u c i n a n t   d e   2 1 € 
 🛒 
 
 t a t u m  
c e l t i c s '   j a y s o n   t a t u m   n o t   w o r r i e d   a b o u t   p r e s e a s o n   s t r u g g l e s :   ' i   s t a r t   o f f   s l o w '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u t é   b o s t o n   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
b o s t o n ’ s   j a y s o n   t a t u m   t h i n k s   i t   ‘ f e e l s   l i k e   w e ’ r e   l e a v i n g   o f f   f r o m   t h e   s e c o n d   h a l f   o f   l a s t   s e a s o n ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   t o r o n t o   r a p t o r s   ( 1 0 / 5 )   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   t o p   5   p l a y s   f r o m   t h e   c e l t i c s - r a p t o r s   o v e r t i m e   t i l t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s i g n s   a r e   h o p e f u l   f o r   c e l t i c s ,   b u t   c a n   j o e   m a z z u l l a   b e   s t e r n   w i t h   t h e m   w h e n   n e e d e d ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h e r e ' s   w h a t   s t o o d   o u t   f r o m   r a p t o r s '   o v e r t i m e   w i n   o v e r   c e l t i c s :   b o s t o n ' s   r e g u l a r s   s h a r p   a t   b o t h   e n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
[ p o s t   g a m e   t h r e a d ]   t h e   t o r o n t o   r a p t o r s   ( 2 - 0 )   d e f e a t   t h e   b o s t o n   c e l t i c s   ( 1 - 1 )   a t   o t ,   1 2 5 - 1 1 9   🏀 
 
 g a m e   b o x   s c o r e   i s   n o t   l o a d i n g   a t   t h e   m o m e n t   s o   l i n k i n g   t h e   s c o r e s   b e l o w . 
 

🇺 🇸 | n o u v e a u   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   p r i x   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
r e p o r t :   h o w   n b a   e x e c u t i v e s   v i e w   g r a n t   w i l l i a m s '   c o n t r a c t   e x t e n s i o n   v a l u e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   j a y s o n   t a t u m ,   s o n   d e u c e   h a v e   g r e a t   p o d i u m   e x c h a n g e   a f t e r   r a p t o r s   g a m e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e g u l a r s   r o l l   d e s p i t e   l o s s :   1 0   t a k e a w a y s   f r o m   c e l t i c s - r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c o u l d   s a m   h a u s e r   b e   t h e   d i f f e r e n c e - m a k i n g   s h o o t e r   t h e   c e l t i c s   a r e   m i s s i n g ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   c o u l d ’ v e   b e e n   a   b o s t o n   c e l t i c   l a s t   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   h a v e   t o   m a k e   i t   t o   t d   g a r d e n   t h i s   s e a s o n   f o r   a   g a m e .   i   j u s t   h a v e   t o ! !   b l e e d g r e e n   t d g a r d e n   b o s t o n   c e l t i c s
m a l c o l m   b r o g d o n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a l c o l m b r o g d o n   m a l c o l m   b r o g d o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a e x t r a  
a r o u n d   t h e   c o r n e r   1 0 / 6 :   m a l c o l m   b r o g d o n   a n d   s a m   h a u s e r   g e l l i n g ,   u v a   w o m e n ' s   s o c c e r   k i c k s   o f f   a g a i n s t   3   f s u ,   a n d   f o o t b a l l   p r e p p i n g   f o r   l o u i s v i l l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   b e t t i n g   p r e v i e w :   a r e   j a y s o n   t a t u m   a n d   t h e   c e l t i c s   a   g o o d   b e t   t h i s   s e a s o n ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j o e   m a z z u l l a   o n   s a m   h a u s e r :   ' h i s   c o n f i d e n c e   c o m e s   f r o m   h i s   w o r k   e t h i c "   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   v s .   r a p t o r s   t a k e a w a y s :   s a m   h a u s e r   s h i n e s   i n   o t   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   i m p o r t a n t   w a s   a d d i n g   v e t e r a n   b i g   m a n   b l a k e   g r i f f i n   t o   t h e   b o s t o n   c e l t i c s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   1 2 5 ,   b o s t o n   1 1 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p o s t   g a m e   t h r e a d :   t h e   t o r o n t o   r a p t o r s   d e f e a t   t h e   b o s t o n   c e l t i c s   1 2 5 - 1 1 9   
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
j t   j a y s o n   t a t u m   a t   t h e   t d g a r d e n     l a s t   n i g h t   💪 🏻   a l w a y s   a   p l e a s u r e   w a t c h i n g   t h e   g o a t   p l a y   🐐   0   c e l t i c s   b o s t o n   b l e e d g r e e n  
c e l t i c s '   j a y s o n   t a t u m   o n   s l o w   s h o o t i n g   s t a r t   t o   s e a s o n :   ' i   a i n ' t   w o r r i e d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   e x p l a i n s   w h y   c e l t i c s   a r e   p i c k i n g   u p   w h e r e   t h e y   l e f t   o f f   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s u p e r - e a r l y   m o c k   2 0 2 3   n b a   d r a f t   h a s   b o s t o n   c e l t i c s   t a k i n g   i o w a   f o r w a r d   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w i l l   j a y s o n   t a t u m   a n d   j a y l e n   b r o w n   t a k e   t h e   b o s t o n   c e l t i c s   b a c k   t o   t h e   n b a   f i n a l s ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n e w   n f t   c o l l e c t i o n   i s   c o m i n g   t h i s   n i g h t   2 3 : 5 9   g m t   + 0 3 : 0 0   n f t s   n f t   n f t c o l l l e c t o r s   n f t c o l l e c t i o n   m o n k e y n f t c o l l e c t i o n   b a s k e t b a l l   b u l l s     l a k e r s   l o s a n g e l e s   s p u r s   c h i c a g o   c e l t i c s   b o s t o n   t e a m s
5   t a k e a w a y s   f r o m   c e l t i c s   v s .   r a p t o r s   a s   s a m   h a u s e r ,   m a l c o l m   b r o g d o n   s h i n e   i n   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a r c u s   s m a r t ,   m a l c o l m   b r o g d o n   a n d   d e r r i c k   w h i t e   c o u l d   b e c o m e   a   t e r r i f y i n g   t r i o   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
r a p t o r s   g e t   g o i n g   e a r l y   i n   o v e r t i m e   t o   t a k e   1 2 5 - 1 1 9   w i n   o v e r   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p a y t o n   p r i t c h a r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a y t o n p r i t c h a r d   p a y t o n   p r i t c h a r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y s o n   t a t u m   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y s o n t a t u m   j a y s o n   t a t u m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
    a f t e r   i   g o t   h o m e   t o n i g h t   i   f o u n d   m r .   f l e s h y   i n   l i z z y ’ s   t w e e t   h i s t o r y .   i   h a v e   p i n n e d   h i m   t o   m y   p r o f i l e   f o r   f u t u r e   u s e .   s a v e   h i m ,   h o l d   h i m   c l o s e   t o   y o u r   h e a r t ,   a n d   r e m e m b e r … … … . . b e l i e v e ! ! ! ! !   f l e s h y   n b a   c e l t i c s   b o s t o n   b e l i e v e
g a m e   r e c a p :   r a p t o r s   1 2 5 ,   c e l t i c s   1 1 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h y   c e l t i c s '   j a y s o n   t a t u m   s a i d   s a m   h a u s e r   ' s h o u l d   s e n d   m e   a   t h a n k   y o u   c a r d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   b o s t o n   c e l t i c s   n b a   v i d e o :  
w h y   c e l t i c s '   j a y s o n   t a t u m   s a i d   s a m   h a u s e r   ' s h o u l d   s e n d   m e   a   t h a n k   y o u   c a r d '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d e e p   b e n c h   l e a d s   i n c r e d i b l y   f u n   c o m e b a c k ,   r a p t o r s   b e a t   c e l t i c s   1 2 5 - 1 1 9   i n   o t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f r e d   v a n v l e e t   w i t h   a   2 - p o i n t e r   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j a y l e n   b r o w n   h i g h l i g h t s   -   c e l t i c s   v s .   r a p t o r s   -   5 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   b o s   t o r   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b o s t o n   c e l t i c s   t o r o n t o   r a p t o r s
h e r e ' s   w h a t   s t o o d   o u t   f r o m   r a p t o r s '   o v e r t i m e   w i n   o v e r   c e l t i c s :   b o s t o n ' s   r e g u l a r s   s h a r p   a t   b o t h   e n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l a k e r s   n e w s :   c e l t i c s   c o - o w n e r   t a l k s   a b o u t   h e r   o f f - c o u r t   p a r t n e r s h i p   w i t h   l a k e r s   o w n e r   j e a n i e   b u s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r e a d   & a m p ;   r e a c t :   t h e   t a t u m   & a m p ;   b r o w n   i n t e r v i e w   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g a l l e r y :   c e l t i c s   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s   a t   t h e   g a r d e n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
5   t a k e a w a y s   f r o m   c e l t i c s   v s .   r a p t o r s   a s   s a m   h a u s e r ,   m a l c o l m   b r o g d o n   s h i n e   i n   l o s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  p a y t o n   p r i t c h a r d   -   1 7   p t s ,   4   r e b ,   5   a s t ,   3   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 p a y t o n p r i t c h a r d   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
d a l a n o   b a n t o n   w i t h   a n   a n d   o n e   v s   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n o a h   v o n l e h   w i t h   a   d u n k   v s   t h e   t o r o n t o   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   c e l t i c s   p r e d i c t i o n s   w e r e   m a d e   d u r i n g   n b a   g m   s u r v e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
_ s m o o t h 1 0   s a m   h a u s e r   -   2 2   p t s ,   4   r e b ,   2   a s t ,   5   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 s a m h a u s e r   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
c e l t i c s   t a k e a w a y s   a s   r e g u l a r s   i m p r e s s   a g a i n   i n   p r e s e a s o n   o v e r t i m e   l o s s   t o   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s   s c o r e   -   f i n a l :   r a p t o r s   1 2 5 ,     1 1 9   i n   o t .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   b a s k e t b a l l   n b a   b l e e d g r e e n   b a s k e t b a l l   b o s t o n a t h l e t e m a g a z i n e  
  w e   g a v e   y ' a l l   a   b i t   o f   a   l e a d . . . . .   🤦 🏽 ‍ ♂ ️ ☘ ️ 🏀 🇨 🇦 👀 😏 🔥   n b a   w e t h e n o r t h   r a p t o r s   t o r o n t o r a p t o r s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   b o s t o n c e l t i c s   b o s t o n   p r e s e a s o n   l e t s g o r a p t o r s   c a n a d a   e s p n   t s n   t h e 6   t d o t   b a r t s i m p s o n  
o h   t h i s   n b a   g a m e   w e n t   i n t o   o t ?   h o w   o f t e n   d o e s   t h a t   h a p p e n   f o r   n b a p r e s e a s o n   g a m e s ? 
 
 b o s t o n   l o o k e d   n o r m a l ;   c a n   t h e   c e l t i c s   p u t   t h e   c o a c h   t u r m o i l   b e h i n d   e m   a n d   f o c u s   o n   t h e   s e a s o n ?   t h e y ' r e   s t i l l   f o r m i d a b l e   a n d   o n e   o f   t h e   t o p   t e a m s   i n   t h e   e a s t .   b a l l o r f a l l  
c e l t i c s   n b a   u g l y   g a m e   s o   f a r   b o s t o n  
j a y s o n   t a t u m   m a k i n g   t h e   r a p t o r s   d e f e n c e   l o o k   s i l l y   🤣 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a y s o n   t a t u m   f a k e   b o s   b o s t o n   c e l t i c s   t o r   t o r o n t o   r a p t o r s
w a t c h :   c e l t i c s   h e a d   c o a c h   j o e   m a z z u l l a   s h o w s   o f f   3 - p o i n t   s h o t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   g o i n g   t o   b o s t o n   f o r   d e n n i s   s c h r o d e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b o s t o n   c e l t i c s :   s i   f e e l s   l i k e   j a y s o n   t a t u m   w i l l   m a k e   m v p   l e a p   i n   2 0 2 2 - 2 3 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
2 0 1 8   1 s t - r o u n d   p i c k :   ' t h o u g h t   i   w a s   g o i n g   t o   b o s t o n   c e l t i c s   a t   d e a d l i n e ' 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
r a p t o r s   v s .   c e l t i c s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   m a r c u s   s m a r t   s t i l l   h a s   n i g h t m a r e s   a b o u t   l o s i n g   i n   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
📣   n e w   p o d c a s t !   " t h e   f i r s t   4   g a m e s   o f   t h e   n f l   s e a s o n   h a v e   t a u g h t   u s   t h i s   a b o u t   y o u r   t e a m s . . ! "   o n     4 9 e r s   b e a r s   b o s t o n   c e l t i c s   c o w b o y s   d a k   j o s h a l l e n   l a k e r s   m a h o m e s   n b a   n f l   z e k e  
t i m e   l o r d   + t h e   g r i f s t e r   =   b a n n e r 1 8   c e l t i c s   b o s t o n   l o b c i t y  
b o s t o n   c e l t i c s   n e w s   -     s t a r t e r s   f o r   t o n i g h t ' s   g a m e   w i t h   t h e   t o r o n t o   r a p t o r s .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   t o r o n t o   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
y u p   i t ’ s   j u s t   t h e   p r e s e a s o n ,   b u t   i t ’ s   t h e     a n d     t o n i g h t !   i ’ l l   b e   g o i n g   b a c k   a n d   f o r t h .   b o s t o n   n b a   n h l   … t h a t   w a s   a   q u i c k   g o a l   😑  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5   b o s v s g s w   n b a f i n a l s 2 0 2 2   n b a f i n a l s
j o e   m a z z u l l a   a d d r e s s e s   w h e t h e r   b l a k e   g r i f f i n   w i l l   m a k e   h i s   c e l t i c s   d e b u t   i n   w e d n e s d a y ' s   g a m e   a g a i n s t   r a p t o r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s '   m a r c u s   s m a r t   s t i l l   h a s   n i g h t m a r e s   a b o u t   l o s i n g   i n   n b a   f i n a l s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o r o n t o   r a p t o r s   ( 1 - 0 )   a t   b o s t o n   c e l t i c s   ( 1 - 0 )   p r e s e a s o n   g a m e   2   1 0 / 5 / 2 2   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d o n t e   d i v i n c e n z o   e x p e c t e d   t o   b e   t r a d e d   t o   c e l t i c s   f o r   d e n n i s   s c h r o d e r   l a s t   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
d r a y m o n d   g r e e n   d e s c r i b e d   j a y s o n   t a t u m   a s   ' y o u n g   n e x t   g r e a t e s t '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   v s .   r a p t o r s :   f r e e   l i v e   s t r e a m ,   t v ,   h o w   t o   w a t c h   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c l i p p e r s   s i g n   f o r m e r   c e l t i c s   a n d   j a z z   p l a y e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
g r a n t   w i l l i a m s   n o t   c o n c e r n e d   a b o u t   l o o m i n g   c o n t r a c t   e x t e n s i o n   d e a d l i n e   w i t h   c e l t i c s :   ‘ i   l e a v e   t h a t   s t u f f   u p   t o   m y   a g e n t s ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
5 9 f i f t y   i d e n t i t y   d 3   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   i d e n t i t y   d 3   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   a l w a y s g o t a f i t t e d o n m y h e a d 
 

🇺 🇸 | n o u v e a u   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   p r i x   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
  g r e e t i n g s   f r o m   p u e r t o   r i c o   i m   a   h u g e   f a n   b l e e d g r e e n   b o s t o n   b o s t o n c e l t i c s   c e l t i c s  
n i a   l o n g   s h a r e s   a   p o i g n a n t   n o t e   a b o u t   m e n t a l   h e a l t h   a m i d   i m e   u d o k a   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
5 9 f i f t y   c h a i n   s t i t c h   h e a 1 2 4 5 1   b o s t o n   c e l t i c s   o t c   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c h a i n   s t i t c h   h e a r t   1 2 4 5 1   c e l t i c s   o t c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   b o s t o n   c e l t i c s   o s b   n o w   a v a i l a b l e   f r o m   b o d e g a 
 
 n e w d r o p   b o d e g a   n b a   b o s t o n c e l t i c s   c e l t c i c s   b o s t o n   m a s s a c h u s e t t s   5 9 f i f t y   c i t r u s   p o p   1 2 4 5 2   c e l t i c s   o s b   h a t c r a w l e r   f i t t e d   f o r t h e l o v e o f t h e f i t t e d 
 

d o n t e   d i v i n c e n z o   t h o u g h t   h e   w a s   j o i n i n g   c e l t i c s   a t   t r a d e   d e a d l i n e   b e f o r e   d e a l   f e l l   a p a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b u s y   s t r e t c h   o f   m - 1 5   i n   d a v i s o n   c l o s e d   f o r   r a i l r o a d   c r o s s i n g   p r o j e c t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s i g n s   a r e   h o p e f u l   f o r   c e l t i c s ,   b u t   c a n   j o e   m a z z u l l a   b e   s t e r n   w i t h   t h e m   w h e n   n e e d e d ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   n b a   e x e c u t i v e s   r a n k   w a r r i o r s   i n   w e s t ,   l i k e l i h o o d   t o   r e p e a t   c h a m p i o n s h i p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   t a k e   o n   c e l t i c s   i n   b o s t o n :   p r e v i e w ,   s t a r t   t i m e ,   a n d   m o r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
' n o t h i n g   e l s e   m a t t e r s ' :   j a y s o n   t a t u m ,   j a y l e n   b r o w n   o n   b r i n g i n g   b a n n e r   1 8   t o   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   n o t e b o o k :   r o o k i e   j d   d a v i s o n   l e a r n i n g   f r o m   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
2 0 2 2 - 2 3   r o s t e r   b r e a k d o w n :   t h e   b i g s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h r e e   t a k e a w a y s   f r o m   t h e   h o r n e t s '   p r e s e a s o n   l o s s   t o   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p l e a s e   c o n s i d e r   h e l p i n g   o u t   t h i s   p o o r   c e l t i c s     f a n   i f   y o u   c a n .   h e   i s   j u s t   s t a r t i n g   a   b a t t l e   w i t h   l e u k e m i a   a n d   n e e d s   a l l   t h e   l o v e   h e   c a n   g e t .   s t i l l   a   l o n g   w a y   t o   g o   o n   t h e   g o a l .   s m a r t   t a t u m   b r o w n   b o s t o n   b o s t o n s t r o n g 
 
  
🇺 🇸 | n o u v e a u   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   f o u   d e   2 1 € 
 🛒 
 
 t a t u m  
b o s t o n ’ s   d e r r i c k   w h i t e   t a l k s   a b o u t   j o i n i n g   t h e   c e l t i c s ’   s t a r t i n g   l i n e u p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   c e l t i c s   c o l l e c t i v e :   e p i s o d e   8 
 
 ☘ ️   t o p i c s : 
 +   g a m e   r e c a p 
 +   b l a k e   g r i f f i n 
 +   j o e   m a z z u l l a 
 +   t o r o n t o   p r e v i e w 
 
 ☘ ️   h o s t s : 
 
 
 
 
 c e l t i c s   b o s t o n   n b a
⚽ | n o u v e a u   b o s t o n   v e r t   2 0 2 2   t a t u m   0 
 a u   p r i x   f o u   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 t a t u m  
h o w   t h e   b o s t o n   c e l t i c s   u s e d   r o b e r t   w i l l i a m s   i i i   t o   u n l o c k   t h e i r   o f f e n s e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   f i t t i n g   r i g h t   i n   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   9 9   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r a p t o r s   v s .   c e l t i c s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w a s   n e w   b o s t o n   c e l t i c s   b i g   m a n   b l a k e   g r i f f i n   t h r o w i n g   s h a d e   a t   t h e   b r o o k l y n   n e t s   i n   h i s   i n t r o d u c t o r y   p r e s s e r ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l o n g t i m e   a s s i s t a n t   p r o m o t e d   t o   h e a d   c o a c h   o f   m a i n e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l e t   i t   f l y     s h o r t s   b o s t o n   c e l t i c s   n b a   v i d e o :  
b o s t o n   c e l t i c s   m a k e   s o l i d   s h o w i n g   i n   n b a ' s   a n n u a l   g m   s u r v e y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n b a   g m s   c a l l   c e l t i c s   s m a r t   b e s t   p e r i m e t e r   d e f e n d e r ,   b r o g d o n   ‘ m o s t   u n d e r r a t e d ’   a c q u i s i t i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s e v e n   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ’ s   2 0   g r e a t e s t   c e n t e r s   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
f o r m e r   c e l t i c s '   h i g h   e x p e c t a t i o n s   f o r   j a y s o n   t a t u m ,   j a y l e n   b r o w n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b o s t o n   c e l t i c s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   j a y s o n t a t u m   u n i m o c k u p s   l o g o d e s i g n   n b a t w i t t e r            
j o e   m a z z u l l a   s h a r e s   u p d a t e   o n   r o b e r t   w i l l i a m s '   r e c o v e r y   f r o m   k n e e   s u r g e r y   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   b r e a k o u t   c a n d i d a t e   i m p r e s s i n g   t e a m m a t e   d e r r i c k   w h i t e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
l o n g t i m e   a s s i s t a n t   p r o m o t e d   t o   h e a d   c o a c h   o f   m a i n e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   s t a r   b r o w n   s u r p r i s e s   s t u d e n t s   w i t h   f r e e   b a c k p a c k s ,   s h i r t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h o   w a n t s   t o   g o   t o   t h e   g a m e   t o m o r r o w ?   r e t w e e t   a n d   c o m m e n t   a   p h o t o   o f   y o u   i n   y o u r   c e l t i c s   g r e e n .   t i c k e t s   a r e   b l o c k e d   f r o m   r e s a l e .   w i l l   s e n d   d i g i t a l   t i c k e t s   t o   w i n n e r   t o m o r r o w   a r o u n d   n o o n . 
 
 b l e e d g r e e n   b o s t o n c e l t i c s   b o s t o n  
w h a t   c a n   c e l t i c s '   j a y s o n   t a t u m   i m p r o v e   o n ?   j a y l e n   b r o w n   w e i g h s   i n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o o k i e   j d   d a v i s o n   g o i n g   t o   s c h o o l   w i t h   m a r c u s   s m a r t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ' s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
j o e   m a z z u l l a   o n   r o b e r t   w i l l i a m s :   " h e ' s   i n   a   g r e a t   m i n d   f r a m e "   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   s h a r e s   f i r s t   m e s s a g e   s i n c e   l e a v i n g   b r o o k l y n   n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
p r i m e   b l a k e   g r i f f i n   o n   t h e   c e l t i c s   +   r e b u i l d   |   n b a   2 k 2 3 💚 🤍 💚 🤍 
 
 
 b a s k e t b a l l   y o u t u b e   y o u t u b e r   f e m a l e g a m e r     g a m i n g   n b a   n b a 2 k 2 3   n b a 2 k 2 3 p a r k   n b a 2 k 2 3 n e x t g e n   n b a 2 k 2 3 m y t e a m   n b a r e b u i l d   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   b l a k e g r i f f i n  
l i g h t n i n g   r o s t e r   c o n t i n u e s   t o   t a k e   s h a p e   a s   o p e n e r   n e a r s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
n i a   l o n g   p o s t s   m e n t a l   h e a l t h   m e s s a g e   f o l l o w i n g   f i a n c é   i m e   u d o k a ' s   s c a n d a l   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
m a l c o l m   b r o g d o n   m a d e   a   s o l i d   f i r s t   i m p r e s s i o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u   b o s t o n   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 
 a u   t a r i f   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 2 0 2 2  
w h a t   c e l t i c s '   j a y l e n   b r o w n ,   j a y s o n   t a t u m   a d m i r e   m o s t   a b o u t   e a c h   o t h e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🚨   e x c l u s i v e   g a m e   t o n i g h t   f o l k s !   🏀 
 j o i n   t h e i r   c o m m u n i t y   a n d   g e t   t h e   c h a n c e   o f   w i n n i n g   2   t i c k e t s   f o r   t h e   c e l t i c s   o p e n i n g   n i g h t   a n d   m o r e   t h a n   $ 1 0 0   o n   t o p s h o t s !   d o   n o t   m i s s   y o u r   c h a n c e !   ☘ ️ 
   
 b o s t o n   c e l t i c s   n b a   n f t  
s h o p   b l e e d g r e e n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   w a y o f l i f e   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
t h r e e   t a k e a w a y s   f r o m   t h e   h o r n e t s '   p r e s e a s o n   l o s s   t o   t h e   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
r o b e r t   w i l l i a m s   i i i   m i g h t   b e   i n j u r e d ,   b u t   h e ’ s   a l r e a d y   b a c k   t o   w o r k   f o r   t h e   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   r o o k i e   j d   d a v i s o n   a d j u s t i n g   t o   n b a   u n d e r   m a r c u s   s m a r t ' s   m e n t o r s h i p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h e n   i t   c o m e s   t o   w h a t   i m e   u d o k a   d i d   t o   g e t   s u s p e n d e d ,   c e l t i c s '   m a r c u s   s m a r t   s a y s   ' w e   d o n ' t   k n o w   a n y t h i n g '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   h o s t   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t o p i c   t u e s d a y :   w h i c h   t r a i n i n g   c a m p   i n v i t e   s h o u l d   g e t   a   r o s t e r   s p o t ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u t é   b o s t o n   d o m i c i l e   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   p r i x   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡  
n b a   g m s   f a v o r   b u c k s   t o   w i n   t i t l e ;   l u k a   f o r   m v p   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   d i n g u e   d e   2 1 € 
 🛒  
n b a   g m s   s a y   r a p t o r s   h a v e   l e a g u e ' s   b e s t   h o m e - c o u r t   a d v a n t a g e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   r e v e a l s   c e l t i c s   j e r s e y   n u m b e r ,   a n d   h i s   r e a s o n   i s   f a n t a s t i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
s a m   h a u s e r   m a k i n g   b i d   f o r   i n c r e a s e d   r o l e :   ' h o p e f u l l y   c a n   k e e p   i t   r o l l i n g '   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u t é   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 t a t u m  
⚽ | n e w   b o s t o n   v e r t   2 0 2 2   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 🛒  
c e l t i c s   r o u n d t a b l e ,   e x h i b i t i o n   g a m e   w i t h   f o r m e r l y   i n c a r c e r a t e d   p e o p l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
v e r s a t i l i t y   o n   d i s p l a y   i n   v i c t o r y   o v e r   t h e   c h a r l o t t e   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n o u v e a u   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 ⃣ 
 a u   t a r i f   d i n g u e   d e   2 1 € 
 🛒 
 
 p l a y o f f n b a  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
" s h e ' s   f r e e   a s   a   f * c k i n   n * * g a , "   n i a   l o n g   i s   n o   l o n g e r   e n g a g e d   t o   i m e   u d o k a   a n d   h a s   m o v e d   b a c k   t o   l a   w i t h   h e r   s o n   a f t e r   h e   c h e a t e d   o n   h e r   w i t h   b o s t o n   c e l t i c s   t r a v e l   s e c r e t a r y   n i a l o n g   i m e u d o k a   b o s t o n   c o a c h   c e l t i c s   b a s k e t b a l l   n b a   c h e a t   c h e a t e r  
r e c e n t l y   s i g n e d   b l a k e   g r i f f i n   h o l d s   i n t r o d u c t o r y   b o s t o n   c e l t i c s   p r e s s   c o n f e r e n c e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h e   c e l t i c s   a r e n ' t   g e t t i n g   k i a - l e a p i n g   b l a k e   g r i f f i n ,   b u t   h i s   w i l l i n g n e s s   t o   a d a p t   s t i l l   m a k e s   h i m   v a l u a b l e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
i t ' s   t i m e   t o   r i n g   c h a s e   i n   b o s t o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t w i t t e r   h a s   d e c i d e d   b l a k e   g r i f f i n   i s   t h e   m y s t e r y   f a t h e r   t o   l a n a   r h o a d e s ’   c h i l d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
n b a   f u t u r e   
 b o s t o n   c e l t i c s   o 5 3 . 5   w i n s   ( - 1 0 5 )   3 u   
 w i l l   a d d   a   f e w   m o r e   u n i t s   o n   t h i s   b e f o r e   t h e   s e a s o n   s t a r t s   
 b o s t o n   c e l t i c s   f u t u r e b e t   n b a f u t u r e s   s p o r t s b e t t i n g   g a m b l i n g t w i t t e r   a c t i o n n e t w o r k  
📣   n e w   p o d c a s t !   " e p i s o d e   1 0 2   -   b o s t o n   b a l l i n g   i t   w i t h   g a b b y   h u r l b u t "   o n     b o s t o n   b o s t o n b a l l i n g   b s 3 n e t w o r k   b s 3 t v   c e l t i c s   f o r e v e r n e   g o p a t s   i m e u d o k a   m n f   m o n d a y   n b a   n b a t w i t t e r   n f l   p a t r i o t s   p o d c a s t   p o d e r n f a m i l y   p o d n a t i o n   r e d s o x  
b l a k e g r i f f i n   w i l l   w e a r   n o   9 ⃣ 1 ⃣   i n   h o n o r   o f   d e n n i s r o d m a n ! 
 
 n b a t w i t t e r l i v e   n b a t w i t t e r   b o s t o n   c e l t i c s   b o s t o n c e l t i c s   g r i f f i n   b l e e d g r e e n   d e n n i s   r o d m a n   r o d z i l l a   w o r m  
t h e   c e l t i c s '   l u c k   m i g h t   b e   c h a n g i n g . . . 
 
 
 
 c l i c k   t h e   l i n k   f o r   m o r e   o n   t h e   t e a m .   d r o p   y o u r   c e l t i c s   p r e d i c t i o n s   i n   t h e   r e p l i e s . 
 
 s p o r t s   n b a   b a s k e t b a l l   b o s t o n   c e l t i c s   b o s t o n c e l t i c s  
m a l c o l m   b r o g d o n   s h a r e s   i n i t i a l   i m p r e s s i o n s   f o l l o w i n g   f i r s t   g a m e   w i t h   b o s t o n   c e l t i c s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   c i t e s   n b a   l e g e n d   a s   r e a s o n   f o r   u n i q u e   c e l t i c s   n u m b e r   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   e m b r a c e s   b e n c h   r o l e   w i t h   c e l t i c s ,   w a n t s   t o   ‘ h e l p   t h i s   t e a m   w i n   a   c h a m p i o n s h i p ’   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   g o o d   w a s   b o b   c o u s y ?   t h e   f a l s e   m e d i a   n a r r a t i v e s   v e r s u s   t h e   r e a l i t y .   h e r e ’ s   w h a t   j . j .   r e d i c k   w i l l   n e v e r   t e l l   y o u   ☘ ️ 🔥   c e l t i c s   b o s t o n   n b a   
 
 🏀    
b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d s   c e l t i c s   p a s t   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h y   b l a k e   g r i f f i n   w a s   ' s u r p r i s e d '   b y   c e l t i c s '   l o c k e r   r o o m   a t m o s p h e r e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
b l a k e   g r i f f i n   e x p l a i n s   w h y   h e   s i g n e d   w i t h   c e l t i c s   d u r i n g   l e n g t h y   f r e e   a g e n c y   p r o c e s s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
    “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
    “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
  “ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
“ b l a k e   g r i f f i n   w a s   a   s o l i d   m o v e   f o r   t h e   b o s t o n   c e l t i c s . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   g t a s p o r t s   t y s l a t t e r   n b a   c e l t i c s   b o s t o n   b l a k e g r i f f i n   f r e e a g e n c y   b a s k e t b a l l   s p o r t s   t r e n d i n g   y o u t u b e   s u b s c r i b e   e x p l o r e
b l a k e   g r i f f i n   r e v e a l s   c e l t i c s   j e r s e y   n u m b e r ,   a n d   h i s   r e a s o n   i s   f a n t a s t i c   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a i l b a g :   t e a m m a t e s   t h i n k   s a m   h a u s e r   c o u l d   s u r p r i s e   t h i s   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   p r i x   i n c r o y a b l e   d e   2 1 € 
 🛒 
 
 n b a  
b o s t o n   h a s   a   ‘ d i f f e r e n t   a t m o s p h e r e   t h a n   i ’ m   u s e d   t o , ’   s a y s   n e w e s t   c e l t i c   b l a k e   g r i f f i n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
w h a t   d o e s   t h e   b o s t o n   c e l t i c s ’   1 3 4 - 9 3   p r e s e a s o n   b l o w o u t   o f   t h e   c h a r l o t t e   h o r n e t s   t e l l   u s   a b o u t   t h e   s e a s o n   t o   c o m e ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
c e l t i c s   m a k e   b l a k e   g r i f f i n   s i g n i n g   o f f i c i a l   v i a   p r e s s   r e l e a s e   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 ⃣ 
 a u   t a r i f   d i n g u e   d e   2 ⃣ 1 ⃣ € 
 🛒  
r e s t   i n   p e a c e   b i l l   r u s s e l l   -     n b a   n b a f i n a l s   n b a f i n a l s m v p   j e r r y w e s t   l e b r o n j a m e s   l a r r y b i r d   c e l t i c s   b o s t o n   b o s t o n c e l t i c s     b l a c k n e w s   b l a c k p o l i t i c s   b l a c k m e d i a   b l a c k v i e w s
c e l t i c s   m a i l b a g :   t e a m m a t e s   t h i n k   s a m   h a u s e r   c o u l d   s u r p r i s e   t h i s   s e a s o n   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t w o   b o s t o n   c e l t i c s   m a k e   h o o p s h y p e ’ s   2 0   g r e a t e s t   p o w e r   f o r w a r d   l i s t   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
e v e r y   p l a y e r   i n   b o s t o n   c e l t i c s   h i s t o r y   w h o   w o r e   n o .   5 6   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
🇺 🇸 | n o u v e a u t é   b o s t o n   d o m i c i l e   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j a y s o n   t a t u m   0 
 a u   t a r i f   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
h o w   i   f e e l   a f t e r   o u r   f i r s t   p r e s e a s o n   g a m e   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
s p o r t s   d i g e s t :   b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d   c e l t i c s   p a s t   h o r n e t s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
h o w   m u c h   d i d   j a y l e n   b r o w n ’ s   f i t   s e t   h i m   b a c k ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
⚽ | n e w   b o s t o n   v e r t   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   t a t u m   0 
 a u   p r i x   h a l l u c i n a n t   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 p l a y o f f n b a  
⚽ | n e w   b o s t o n   v e r t   2 0 2 2   t a t u m   0 
 a u   t a r i f   f o u   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 t a t u m  
j a y l e n   b r o w n   b o s t o n   c e l t i c s   h i g h l i g h t s   v s .   c h a r l o t t e   h o r n e t s   ( 1 0 / 2 ) :   2 4   p o i n t s ,   5   r e b o u n d s   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
t h i s   l o o k e d   s o   w e i r d   i   h a d   t o   r e w i n d   
   
 
   
 b a s k e t b a l l   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   m a s s a c h u s e t t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n  
i n s i d e   g u y s   r e a c t   t o   j a y s o n   t a t u m   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b u c k s c e l t i c s   c h a r l e s b a r k l e y   e a s t e r n c o n f e r e n c e   e r n i e j o h n s o n   i n s i d e t h e n b a   j a y s o n t a t u m   k e n n y s m i t h   m i l w a u k e e b u c k s   n b a o n t n t   n b a p l a y o f f s   n b a p l a y o f f s 2 0 2 2   s h a q  
l u k e   k o r n e t   i s   b a c k   f r o m   a n k l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s c o a c h   c e l t i c s i n t e r v i e w   c e l t i c s p r a c t i c e   c e l t i c s p r e s e a s o n   c e l t i c s s h o o t i n g   c e l t i c s v s r a p t o r s   c l n s m e d i a   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y s o n t a t u m  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
t h e   t h r e e - t i m e   n b a   a l l - s t a r   w a s   a w a r d e d   t h e   2 0 2 2   l a r r y   b i r d   e a s t e r n   c o n f e r e n c e   f i n a l s   m v p   a w a r d   a f t e r   a v e r a g i n g   2 5   p o i n t s ,   8 . 3   r e b o u n d s   a n d   5 . 6   a s s i s t s   a g a i n s t   t h e   m i a m i   h e a t .   n b a   s p o r t s   s p o r t s n e w s   j a y s o n t a t u m   b a s k e t b a l l  
w h o ’ s   n e x t :   f i v e   n b a   s t a r s   m o s t   l i k e l y   t o   b e   t r a d e d   t h i s   s e a s o n   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w :   w h y   y o u   s h o u l d   t a k e   t h e   o v e r   o n   n e t s '   s t a r s   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

w h y   c e l t i c s   a l l - s t a r   j a y s o n t a t u m   s a y s   h e ’ s   n o t   w o r r i e d   a b o u t   h i s   p r e s e a s o n   s h o o t i n g   s t r u g g l e s  
w h y   c e l t i c s   a l l - s t a r   j a y s o n t a t u m   s a y s   h e ’ s   n o t   w o r r i e d   a b o u t   h i s   p r e s e a s o n   s h o o t i n g   s t r u g g l e s  
d e s p i t e   n o t   p l a y i n g   t o n i g h t   i n   t h e   c e l t i c s   p r e s e a s o n   b o u t   a g a i n s t   t h e   h o r n e t s ,   f i n d   o u t   w h y   j a y s o n t a t u m   i s n ’ t   c o n c e r n e d   a b o u t   h i s   e a r l y   o f f e n s i v e   s t r u g g l e s  
d e s p i t e   n o t   p l a y i n g   t o n i g h t   i n   t h e   c e l t i c s   p r e s e a s o n   b o u t   a g a i n s t   t h e   h o r n e t s ,   f i n d   o u t   w h y   j a y s o n t a t u m   i s n ’ t   c o n c e r n e d   a b o u t   h i s   e a r l y   o f f e n s i v e   s t r u g g l e s  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
h a u s e r   m a n i a ! !   g e t t i n g   t o   k n o w   m o r e   a b o u t   s a m   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n c e l t i c s h i g h l i g h t s   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s p r e s e a s o n   c h r i s f o r s b e r g   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y l e n b r o w n h i g h l i g h t s   j a y s o n t a t u m  
n b a   w i n   t o t a l   p i c k s :   w h y   c a v a l i e r s   a r e   t r e n d i n g   u p   i n   c e n t r a l   d i v i s i o n . . . 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

  p r e p p i n g   f o r   t h e   s h o w   🔴 📸 🔴 📸 🔴   
 
 e a s t c o a s t h o o p r e c r u i t   g l e a g u e i g n i t e   n b a p r e s e a s o n   n i k e   n b a l o t t e r y   c l e v e l a n d c a v a l i e r s   o t e   j o r d a n p o o l e   c u r r y   p o r t l a n d t r a i l b l a z e r s   u t a h j a z z   m i a m i h e a t   i g n i t e   j a y s o n t a t u m 0   j a y s o n t a t u m   o v e r t i m e  
t h e s e   s t a r s   w e r e   n e v e r   s h y   t o   s h o o t   t h e   b a l l   l a s t   s e a s o n   👌 
 
 l e b r o n j a m e s   d e v i n b o o k e r   j a y s o n t a t u m   j a m o r a n t   k y r i e i r v i n g   l u k a d o n c i c   n b a  
p r e s e a s o n   g a m e   t h r e e .   c ’ s   h a v e   s p l i t   t h e i r   f i r s t   t w o   g a m e s   w h i l e   c h a r l o t t e   h a s   l o s t   b o t h   o f   t h e i r   g a m e s .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d   b a l l i s l i f e     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
p o s t g a m e   p r e s s   c o n f e r e n c e :   j a y s o n   t a t u m   t a l k s   e n c o u r a g i n g   s t a r t   t o   t h e   s e a s o n ,   d e u c e   c r a s h e s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   j a y s o n t a t u m   j a y s o n t a t u m c e l t i c s   j a y s o n t a t u m h i g h l i g h t s   j a y s o n t a t u m i n t e r v i e w   n b a p l a y o f f s  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
j a y s o n   t a t u m   m i c & a m p ; 3 9 ; d   u p   i s   g o l d   😂 
   
 
   
 a a r o n n e s m i t h   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b r a d s t e v e n s   c a r s e n e d w a r d s   d a n i e l t h e i s   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   j a v o n t e g r e e n   j a y l e n b r o w n   j a y s o n t a t u m   k e m b a w a l k e r   m a r c u s s m a r t   p a y t o n p r i t c h a r d  
j a y s o n   t a t u m   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y s o n t a t u m   j a y s o n   t a t u m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
t h e   c e l t i c s   d r o p   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s .   t h e y   w i l l   b e   i n   c h a r l o t t e   o n   f r i d a y .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b o s t o n   c e l t i c s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   j a y s o n t a t u m   u n i m o c k u p s   l o g o d e s i g n   n b a t w i t t e r            
c e l e b r a t e   t h e   s t a r   o f   t h e   n b a   s e a s o n   b y   e x p a n d i n g   y o u r   b a s k e t b a l l   f u n k o   c o l l e c t i o n ! 
 
 o r d e r   h e r e :   
 
 t r e a t y o s h e l f   v i n y l f i g u r e s   f u n k o p o p   f u n k o v i n y l   j a y s o n t a t u m   c e l t i c s   l a k e r s   l e b r o n   c h i c a g o b u l l s   m i c h a e l j o r d a n   l a r r y b i r d   m a g i c j o h n s o n   s t e p h c u r r y  
  c e l t i c s   p l a y i n g   t o n i g h t   ?   j a y s o n t a t u m
n b a   l e a d e r :   2 7 . 9   p p g   t o p   n b a   s m a l l   f o r w a r d s   t o d a y   2 0 2 2   2 0 2 3   s e a s o n   l e b r o n j a m e s   j i m m y b u t l e r   k a w a i l e o n a r d   j a y s o n t a t u m    
w e   b a c k   🔥 🔥 🔥 🔥     
 
 n b a g l e a g u e   s t a n f o r d m b b   e a s t c o a s t h o o p r e c r u i t   i g n i t e   p a u l g e o r g e   a d i d a s   c h r i s p a u l   j a y s o n t a t u m   g o l d e n s t a t e   j a y s o n t a t u m 0   n b a  
n b a   r o u n d u p :   b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d s   c e l t i c s   p a s t   h o r n e t s 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

t a c o j a y _ s u p e r s t a r 🏀 🔥 
 
 🔸 f l o o r   p r i c e   0 , 0 4   $ e t h 
 🔸 p o l y g o n   n e t w o r k 
 🔸 b a s k e t t a r i   n f t   c o l l e c t i o n   a v a i l a b l e   o n   o p e n s e a   
 
 n f t s   n f t c o m m u n i t y   n f t c o l l e c t i o n   n f t d r o p   n f t g i v e a w a y   p f p   b a s k e t b a l l   n b a t w i t t e r   j a y s o n t a t u m   b o s t o n c e l t i c s   c e l t i c s   c e l t i c s n a t i o n 
 

t h e   h e i r   a p p a r e n t   🐐   l o o k s   r e a d y   f o r   a   m o n s t e r   👹   s e a s o n   ‼ ️   j a y s o n t a t u m   ☘ ️   b l e e d g r e e n   💚   c e l t i c s n a t i o n   🏀  
j t   j a y s o n   t a t u m   a t   t h e   t d g a r d e n     l a s t   n i g h t   💪 🏻   a l w a y s   a   p l e a s u r e   w a t c h i n g   t h e   g o a t   p l a y   🐐   0   c e l t i c s   b o s t o n   b l e e d g r e e n  
j a y s o n   t a t u m   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y s o n t a t u m   j a y s o n   t a t u m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y s o n   t a t u m   m a k i n g   t h e   r a p t o r s   d e f e n c e   l o o k   s i l l y   🤣 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a y s o n   t a t u m   f a k e   b o s   b o s t o n   c e l t i c s   t o r   t o r o n t o   r a p t o r s
i n s i d e   g u y s   r e a c t   t o   j a y s o n   t a t u m   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b u c k s c e l t i c s   c h a r l e s b a r k l e y   e a s t e r n c o n f e r e n c e   e r n i e j o h n s o n   i n s i d e t h e n b a   j a y s o n t a t u m   k e n n y s m i t h   m i l w a u k e e b u c k s   n b a o n t n t   n b a p l a y o f f s   n b a p l a y o f f s 2 0 2 2   s h a q  
l u k e   k o r n e t   i s   b a c k   f r o m   a n k l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s c o a c h   c e l t i c s i n t e r v i e w   c e l t i c s p r a c t i c e   c e l t i c s p r e s e a s o n   c e l t i c s s h o o t i n g   c e l t i c s v s r a p t o r s   c l n s m e d i a   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y s o n t a t u m  
  s h u t   u p   n o   o n e   c a r e s
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
t h e   t h r e e - t i m e   n b a   a l l - s t a r   w a s   a w a r d e d   t h e   2 0 2 2   l a r r y   b i r d   e a s t e r n   c o n f e r e n c e   f i n a l s   m v p   a w a r d   a f t e r   a v e r a g i n g   2 5   p o i n t s ,   8 . 3   r e b o u n d s   a n d   5 . 6   a s s i s t s   a g a i n s t   t h e   m i a m i   h e a t .   n b a   s p o r t s   s p o r t s n e w s   j a y s o n t a t u m   b a s k e t b a l l  
w h o ’ s   n e x t :   f i v e   n b a   s t a r s   m o s t   l i k e l y   t o   b e   t r a d e d   t h i s   s e a s o n   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w :   w h y   y o u   s h o u l d   t a k e   t h e   o v e r   o n   n e t s '   s t a r s   
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

w h y   c e l t i c s   a l l - s t a r   j a y s o n t a t u m   s a y s   h e ’ s   n o t   w o r r i e d   a b o u t   h i s   p r e s e a s o n   s h o o t i n g   s t r u g g l e s  
w h y   c e l t i c s   a l l - s t a r   j a y s o n t a t u m   s a y s   h e ’ s   n o t   w o r r i e d   a b o u t   h i s   p r e s e a s o n   s h o o t i n g   s t r u g g l e s  
  r e l i a b l e   m t   s e l l e r    
d e s p i t e   n o t   p l a y i n g   t o n i g h t   i n   t h e   c e l t i c s   p r e s e a s o n   b o u t   a g a i n s t   t h e   h o r n e t s ,   f i n d   o u t   w h y   j a y s o n t a t u m   i s n ’ t   c o n c e r n e d   a b o u t   h i s   e a r l y   o f f e n s i v e   s t r u g g l e s  
d e s p i t e   n o t   p l a y i n g   t o n i g h t   i n   t h e   c e l t i c s   p r e s e a s o n   b o u t   a g a i n s t   t h e   h o r n e t s ,   f i n d   o u t   w h y   j a y s o n t a t u m   i s n ’ t   c o n c e r n e d   a b o u t   h i s   e a r l y   o f f e n s i v e   s t r u g g l e s  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
h a u s e r   m a n i a ! !   g e t t i n g   t o   k n o w   m o r e   a b o u t   s a m   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n c e l t i c s h i g h l i g h t s   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s p r e s e a s o n   c h r i s f o r s b e r g   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y l e n b r o w n h i g h l i g h t s   j a y s o n t a t u m  
n b a   w i n   t o t a l   p i c k s :   w h y   c a v a l i e r s   a r e   t r e n d i n g   u p   i n   c e n t r a l   d i v i s i o n . . . 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

  p r e p p i n g   f o r   t h e   s h o w   🔴 📸 🔴 📸 🔴   
 
 e a s t c o a s t h o o p r e c r u i t   g l e a g u e i g n i t e   n b a p r e s e a s o n   n i k e   n b a l o t t e r y   c l e v e l a n d c a v a l i e r s   o t e   j o r d a n p o o l e   c u r r y   p o r t l a n d t r a i l b l a z e r s   u t a h j a z z   m i a m i h e a t   i g n i t e   j a y s o n t a t u m 0   j a y s o n t a t u m   o v e r t i m e  
t h e s e   s t a r s   w e r e   n e v e r   s h y   t o   s h o o t   t h e   b a l l   l a s t   s e a s o n   👌 
 
 l e b r o n j a m e s   d e v i n b o o k e r   j a y s o n t a t u m   j a m o r a n t   k y r i e i r v i n g   l u k a d o n c i c   n b a  
p r e s e a s o n   g a m e   t h r e e .   c ’ s   h a v e   s p l i t   t h e i r   f i r s t   t w o   g a m e s   w h i l e   c h a r l o t t e   h a s   l o s t   b o t h   o f   t h e i r   g a m e s .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d   b a l l i s l i f e     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
p o s t g a m e   p r e s s   c o n f e r e n c e :   j a y s o n   t a t u m   t a l k s   e n c o u r a g i n g   s t a r t   t o   t h e   s e a s o n ,   d e u c e   c r a s h e s 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   j a y s o n t a t u m   j a y s o n t a t u m c e l t i c s   j a y s o n t a t u m h i g h l i g h t s   j a y s o n t a t u m i n t e r v i e w   n b a p l a y o f f s  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
j a y s o n   t a t u m   m i c & a m p ; 3 9 ; d   u p   i s   g o l d   😂 
   
 
   
 a a r o n n e s m i t h   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b r a d s t e v e n s   c a r s e n e d w a r d s   d a n i e l t h e i s   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   j a v o n t e g r e e n   j a y l e n b r o w n   j a y s o n t a t u m   k e m b a w a l k e r   m a r c u s s m a r t   p a y t o n p r i t c h a r d  
j a y s o n   t a t u m   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y s o n t a t u m   j a y s o n   t a t u m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
t h e   c e l t i c s   d r o p   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s .   t h e y   w i l l   b e   i n   c h a r l o t t e   o n   f r i d a y .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
  r n   i   n e e d   m t
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b o s t o n   c e l t i c s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b o s t o n   b o s t o n c e l t i c s   c e l t i c s   j a y s o n t a t u m   u n i m o c k u p s   l o g o d e s i g n   n b a t w i t t e r            
c e l e b r a t e   t h e   s t a r   o f   t h e   n b a   s e a s o n   b y   e x p a n d i n g   y o u r   b a s k e t b a l l   f u n k o   c o l l e c t i o n ! 
 
 o r d e r   h e r e :   
 
 t r e a t y o s h e l f   v i n y l f i g u r e s   f u n k o p o p   f u n k o v i n y l   j a y s o n t a t u m   c e l t i c s   l a k e r s   l e b r o n   c h i c a g o b u l l s   m i c h a e l j o r d a n   l a r r y b i r d   m a g i c j o h n s o n   s t e p h c u r r y  
      r e l i a b l e   m t   s e l l e r
  c e l t i c s   p l a y i n g   t o n i g h t   ?   j a y s o n t a t u m
n b a   l e a d e r :   2 7 . 9   p p g   t o p   n b a   s m a l l   f o r w a r d s   t o d a y   2 0 2 2   2 0 2 3   s e a s o n   l e b r o n j a m e s   j i m m y b u t l e r   k a w a i l e o n a r d   j a y s o n t a t u m    
w e   b a c k   🔥 🔥 🔥 🔥     
 
 n b a g l e a g u e   s t a n f o r d m b b   e a s t c o a s t h o o p r e c r u i t   i g n i t e   p a u l g e o r g e   a d i d a s   c h r i s p a u l   j a y s o n t a t u m   g o l d e n s t a t e   j a y s o n t a t u m 0   n b a  
n b a   r o u n d u p :   b r o w n ,   t a t u m ,   3 - p o i n t   s h o o t i n g   l e a d s   c e l t i c s   p a s t   h o r n e t s 
 p h a t z r a d i o s p o r t s 
 n b a n e w s 
 n b a f r e e a g e n c y 
 n b a t r a d e r u m o r s 
 n b a   
 b u c k s 
 w a r r i o r s 
 c e l t i c s 
 n e t s   
 b i l l r u s s e l l 
 j a y s o n t a t u m 
 g i a n n i s a n t e t o k o u n m p o 
 l e b r o n j a m e s 
 s t e p h c u r r y 

t a c o j a y _ s u p e r s t a r 🏀 🔥 
 
 🔸 f l o o r   p r i c e   0 , 0 4   $ e t h 
 🔸 p o l y g o n   n e t w o r k 
 🔸 b a s k e t t a r i   n f t   c o l l e c t i o n   a v a i l a b l e   o n   o p e n s e a   
 
 n f t s   n f t c o m m u n i t y   n f t c o l l e c t i o n   n f t d r o p   n f t g i v e a w a y   p f p   b a s k e t b a l l   n b a t w i t t e r   j a y s o n t a t u m   b o s t o n c e l t i c s   c e l t i c s   c e l t i c s n a t i o n 
 

t h e   h e i r   a p p a r e n t   🐐   l o o k s   r e a d y   f o r   a   m o n s t e r   👹   s e a s o n   ‼ ️   j a y s o n t a t u m   ☘ ️   b l e e d g r e e n   💚   c e l t i c s n a t i o n   🏀  
j t   j a y s o n   t a t u m   a t   t h e   t d g a r d e n     l a s t   n i g h t   💪 🏻   a l w a y s   a   p l e a s u r e   w a t c h i n g   t h e   g o a t   p l a y   🐐   0   c e l t i c s   b o s t o n   b l e e d g r e e n  
j a y s o n   t a t u m   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y s o n t a t u m   j a y s o n   t a t u m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y s o n   t a t u m   m a k i n g   t h e   r a p t o r s   d e f e n c e   l o o k   s i l l y   🤣 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a y s o n   t a t u m   f a k e   b o s   b o s t o n   c e l t i c s   t o r   t o r o n t o   r a p t o r s
j b   s e a s o n   f c h w p o
l u k e   k o r n e t   i s   b a c k   f r o m   a n k l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s c o a c h   c e l t i c s i n t e r v i e w   c e l t i c s p r a c t i c e   c e l t i c s p r e s e a s o n   c e l t i c s s h o o t i n g   c e l t i c s v s r a p t o r s   c l n s m e d i a   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y s o n t a t u m  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
n e w   j a y l e n   b r o w n   u b u n t u   e d i t   ( g o i n g   t o   b e   a   n e w   s e r i e s )   b r i n g i n g   t h a t   " i   a m   b e c a u s e   w e   a r e ! "   e n e r g y   t o   t h e   c e l t i c s   t h i s   s e a s o n .   c a n ' t   w a i t   t o   s e e   b a n n e r   1 8   ☘ ️   c l i c k   t h a t   🤍   a n d   g i v e   i t   a   r e t w e e t   👀 ☘ ️   t y ! 
 
         j a y l e n b r o w n   u b u n t u   7 u i c e   b l e e d g r e e n  
h o u s t o n   r o c k e t s   a s c e n d i n g ?   d o e s   t a n k i n g   . . . 
   
 
   
 a l p e r e n s e n g u n   b o s t o n c e l t i c s   b r u n o f e r n a n d o   g o l d e n s t a t e w a r r i o r s   h o u s t o n r o c k e t s   j a m o r a n t   j a l e n g r e e n   j a s o n t a t u m   j a y l e n b r o w n   k a w h i l e o n a r d   k e n y o n m a r t i n j r   k e v i n p o r t e r j r   k l a y t h o m p s o n   l e b r o n j a m e s  
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y l e n   b r o w n   t o   t h e   r i m .   n b a   b a s k e t b a l l   j a y l e n b r o w n   c e l t i c s   n b a t w i t t e r  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
h a u s e r   m a n i a ! !   g e t t i n g   t o   k n o w   m o r e   a b o u t   s a m   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n c e l t i c s h i g h l i g h t s   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s p r e s e a s o n   c h r i s f o r s b e r g   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y l e n b r o w n h i g h l i g h t s   j a y s o n t a t u m  
p r e s e a s o n   g a m e   t h r e e .   c ’ s   h a v e   s p l i t   t h e i r   f i r s t   t w o   g a m e s   w h i l e   c h a r l o t t e   h a s   l o s t   b o t h   o f   t h e i r   g a m e s .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d   b a l l i s l i f e     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
j a y l e n   b r o w n   ( )   s h o w e d   s o m e   l o v e   a n d   s u r p r i s e d   s t u d e n t s   i n   d o r c h e s t e r ,   m a .   💚   
 
 t h e   s i d e   o f   a t h l e t e s   t h a t   s h o u l d   b e   k n o w n   e v e r y w h e r e !   
 . 
 j a y l e n b r o w n  
j a y l e n   b r o w n :   “ m a l c o l m   b r o g d o n   r e a l l y   m a k e s   o u r   o f f e n s e   g o ”   j a y l e n b r o w n   m a l c o l m b r o g d o n  
j a y l e n b r o w n   h a s   b e e n   s e n s a t i o n a l . . t r a d i n g   h i m   w o u l d ' v e   b e e n   a   h u g e   m i s t a k e . . b u t   y e a h   i   k n o w   " i t ' s   j u s t   t h e   p r e s e a s o n " .
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y s o n   t a t u m   m i c & a m p ; 3 9 ; d   u p   i s   g o l d   😂 
   
 
   
 a a r o n n e s m i t h   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b r a d s t e v e n s   c a r s e n e d w a r d s   d a n i e l t h e i s   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   j a v o n t e g r e e n   j a y l e n b r o w n   j a y s o n t a t u m   k e m b a w a l k e r   m a r c u s s m a r t   p a y t o n p r i t c h a r d  
t h e   c e l t i c s   d r o p   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s .   t h e y   w i l l   b e   i n   c h a r l o t t e   o n   f r i d a y .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
j a y l e n b r o w n   c e l t i c s   d r o p s   t h e   f   b o m b .   t h a t   m a n   i s   f u l l   o f   🔥
    j a y l e n   b e   i n   t h e   h o o d   g i v i n g   b a c k   m a k i n g   g u e s t   a p p e a r a n c e ' s   d o i n g   m a d   g o o d , b u t   e v e r y   o t h e r   d a y   t a t u m   i s   t r e n d i n g   o n   h e r e   f o r   a n   i g   p o s t . 
 m a k e   i t   m a k e   s e n s e   t w i t t e r ?   
 j a y l e n b r o w n   c e l t i c s  
m y   g u y     i s   a b o u t   t o   h a v e   a   b i g   y e a r .     f i t t i n g   t h a t   i t ’ s   t h e   7 t h   y e a r   f o r   7   🍀       c e l t i c s   j a y l e n b r o w n
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
c e l t i c ' s   j a y l e n b r o w n   s u r p r i s e s   b o s t o n ' s   s c h o o l   k i d s   w / b a c k p a c k s !   ( v i d e o )  
c e l t i c ' s   j a y l e n b r o w n   s u r p r i s e s   b o s t o n ' s   s c h o o l   k i d s   w / b a c k p a c k s !   ( v i d e o )   w a t c h   h e r e !  
p l e a s e   l e t   j a y l e n   b r o w n   b e   a   c e l t i c   f o r   l i f e .   t h i s   d u d e     i s   f o r   r e a l ;   a   c o m m u n i t y   m e m b e r ,   a n   a l l - s t a r ,   a   s t a n d - u p   r o l e   m o d e l   f o r   t h e   k i d s   o f   b o s t o n   t o   l o o k   u p   t o .   s o   g l a d   h e ' s   i n   g r e e n   ☘ ️   b l e e d g r e e n   j a y l e n b r o w n   j a y l e n           _ p f l u g r a d    
i   b e l i e v e   t h a t     a n d     w i l l   b o t h   s t a r t   i n   t h e   2 0 2 3   n b a a l l s t a r   g a m e   j a y l e n b r o w n   b l e e d g r e e n
t h e   c e l t i c s   b e g a n   t h e i r   p r e s e a s o n   w i t h   a   1 3 4 - 9 3   v i c t o r y   o v e r   t h e   h o r n e t s . 
 j a y l e n   b r o w n   a v e r a g e s   2 5   p o i n t s ,   9   r e b o u n d s ,   a n d   5   a s s i s t s   p e r   g a m e . 
 o k b e t   o w n t h e w i n   o k b e t s p o r t s b o o k   n b a p r e s e a s o n   j a y l e n b r o w n  
n b a   t o p   1 0   p l a y s   o f   t h e   n i g h t   |   o c t o b e r   2 ,   2 0 2 2 
 🏀 
 
 m o r e   n e w s :   
 
 d e v i n b o o k e r   j a y l e n b r o w n   
       n b a   b a s k e t b a l l  
j a y l e n   b r o w n :   “ d o n ’ t   l e t   c e l t i c s   w i n   f o o l   y o u ”   j a y l e n b r o w n  
b a l l i n   🏀   j a y l e n b r o w n   👑   b l e e d g r e e n   💚   c e l t i c s n a t i o n   ☘ ️  
m a l c o l m   b r o g d o n   s h i n e s   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b r o g d o n c e l t i c s d e b u t   b r o g d o n d e b u t   c e l t i c s c l n s   c e l t i c s d e b u t   c e l t i c s p o s t g a m e l i v e   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c l n s   c l n s m e d i a   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n  
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y l e n   b r o w n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y l e n   b r o w n   h i g h l i g h t s   -   c e l t i c s   v s .   r a p t o r s   -   5 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   b o s   t o r   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b o s t o n   c e l t i c s   t o r o n t o   r a p t o r s
p l e a s e   l e t   j a y l e n   b r o w n   b e   a   c e l t i c   f o r   l i f e .   t h i s   d u d e     i s   f o r   r e a l ;   a   c o m m u n i t y   m e m b e r ,   a n   a l l - s t a r ,   a   s t a n d - u p   r o l e   m o d e l   f o r   t h e   k i d s   o f   b o s t o n   t o   l o o k   u p   t o .   s o   g l a d   h e ' s   i n   g r e e n   ☘ ️   b l e e d g r e e n   j a y l e n b r o w n   j a y l e n           _ p f l u g r a d    
l u k e   k o r n e t   i s   b a c k   f r o m   a n k l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s c o a c h   c e l t i c s i n t e r v i e w   c e l t i c s p r a c t i c e   c e l t i c s p r e s e a s o n   c e l t i c s s h o o t i n g   c e l t i c s v s r a p t o r s   c l n s m e d i a   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y s o n t a t u m  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
n e w   j a y l e n   b r o w n   u b u n t u   e d i t   ( g o i n g   t o   b e   a   n e w   s e r i e s )   b r i n g i n g   t h a t   " i   a m   b e c a u s e   w e   a r e ! "   e n e r g y   t o   t h e   c e l t i c s   t h i s   s e a s o n .   c a n ' t   w a i t   t o   s e e   b a n n e r   1 8   ☘ ️   c l i c k   t h a t   🤍   a n d   g i v e   i t   a   r e t w e e t   👀 ☘ ️   t y ! 
 
         j a y l e n b r o w n   u b u n t u   7 u i c e   b l e e d g r e e n  
h o u s t o n   r o c k e t s   a s c e n d i n g ?   d o e s   t a n k i n g   . . . 
   
 
   
 a l p e r e n s e n g u n   b o s t o n c e l t i c s   b r u n o f e r n a n d o   g o l d e n s t a t e w a r r i o r s   h o u s t o n r o c k e t s   j a m o r a n t   j a l e n g r e e n   j a s o n t a t u m   j a y l e n b r o w n   k a w h i l e o n a r d   k e n y o n m a r t i n j r   k e v i n p o r t e r j r   k l a y t h o m p s o n   l e b r o n j a m e s  
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y l e n   b r o w n   t o   t h e   r i m .   n b a   b a s k e t b a l l   j a y l e n b r o w n   c e l t i c s   n b a t w i t t e r  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
h a u s e r   m a n i a ! !   g e t t i n g   t o   k n o w   m o r e   a b o u t   s a m   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   b o s t o n c e l t i c s h i g h l i g h t s   b o s t o n c e l t i c s n e w s   b o s t o n c e l t i c s p r e s e a s o n   c h r i s f o r s b e r g   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n   j a y l e n b r o w n h i g h l i g h t s   j a y s o n t a t u m  
p r e s e a s o n   g a m e   t h r e e .   c ’ s   h a v e   s p l i t   t h e i r   f i r s t   t w o   g a m e s   w h i l e   c h a r l o t t e   h a s   l o s t   b o t h   o f   t h e i r   g a m e s .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d   b a l l i s l i f e     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n ’ s   o n l y   f o c u s   t h i s   s e a s o n   i s   t o   l e a d   t h e   c e l t i c s   t o   a   c h a m p i o n s h i p  
j a y l e n   b r o w n   ( )   s h o w e d   s o m e   l o v e   a n d   s u r p r i s e d   s t u d e n t s   i n   d o r c h e s t e r ,   m a .   💚   
 
 t h e   s i d e   o f   a t h l e t e s   t h a t   s h o u l d   b e   k n o w n   e v e r y w h e r e !   
 . 
 j a y l e n b r o w n  
j a y l e n   b r o w n :   “ m a l c o l m   b r o g d o n   r e a l l y   m a k e s   o u r   o f f e n s e   g o ”   j a y l e n b r o w n   m a l c o l m b r o g d o n  
j a y l e n b r o w n   h a s   b e e n   s e n s a t i o n a l . . t r a d i n g   h i m   w o u l d ' v e   b e e n   a   h u g e   m i s t a k e . . b u t   y e a h   i   k n o w   " i t ' s   j u s t   t h e   p r e s e a s o n " .
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y s o n   t a t u m   m i c & a m p ; 3 9 ; d   u p   i s   g o l d   😂 
   
 
   
 a a r o n n e s m i t h   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b r a d s t e v e n s   c a r s e n e d w a r d s   d a n i e l t h e i s   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   j a v o n t e g r e e n   j a y l e n b r o w n   j a y s o n t a t u m   k e m b a w a l k e r   m a r c u s s m a r t   p a y t o n p r i t c h a r d  
t h e   c e l t i c s   d r o p   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s .   t h e y   w i l l   b e   i n   c h a r l o t t e   o n   f r i d a y .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
j a y l e n b r o w n   c e l t i c s   d r o p s   t h e   f   b o m b .   t h a t   m a n   i s   f u l l   o f   🔥
    j a y l e n   b e   i n   t h e   h o o d   g i v i n g   b a c k   m a k i n g   g u e s t   a p p e a r a n c e ' s   d o i n g   m a d   g o o d , b u t   e v e r y   o t h e r   d a y   t a t u m   i s   t r e n d i n g   o n   h e r e   f o r   a n   i g   p o s t . 
 m a k e   i t   m a k e   s e n s e   t w i t t e r ?   
 j a y l e n b r o w n   c e l t i c s  
m y   g u y     i s   a b o u t   t o   h a v e   a   b i g   y e a r .     f i t t i n g   t h a t   i t ’ s   t h e   7 t h   y e a r   f o r   7   🍀       c e l t i c s   j a y l e n b r o w n
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
w h y   j a y s o n t a t u m   a n d   j a y l e n b r o w n   a r e   o n l y   f o c u s e d   o n   w i n n i n g   t h e   c e l t i c s   1 8 t h   c h a m p i o n s h i p     [ n e w   p o s t ]
c e l t i c ' s   j a y l e n b r o w n   s u r p r i s e s   b o s t o n ' s   s c h o o l   k i d s   w / b a c k p a c k s !   ( v i d e o )  
c e l t i c ' s   j a y l e n b r o w n   s u r p r i s e s   b o s t o n ' s   s c h o o l   k i d s   w / b a c k p a c k s !   ( v i d e o )   w a t c h   h e r e !  
p l e a s e   l e t   j a y l e n   b r o w n   b e   a   c e l t i c   f o r   l i f e .   t h i s   d u d e     i s   f o r   r e a l ;   a   c o m m u n i t y   m e m b e r ,   a n   a l l - s t a r ,   a   s t a n d - u p   r o l e   m o d e l   f o r   t h e   k i d s   o f   b o s t o n   t o   l o o k   u p   t o .   s o   g l a d   h e ' s   i n   g r e e n   ☘ ️   b l e e d g r e e n   j a y l e n b r o w n   j a y l e n           _ p f l u g r a d    
i   b e l i e v e   t h a t     a n d     w i l l   b o t h   s t a r t   i n   t h e   2 0 2 3   n b a a l l s t a r   g a m e   j a y l e n b r o w n   b l e e d g r e e n
t h e   c e l t i c s   b e g a n   t h e i r   p r e s e a s o n   w i t h   a   1 3 4 - 9 3   v i c t o r y   o v e r   t h e   h o r n e t s . 
 j a y l e n   b r o w n   a v e r a g e s   2 5   p o i n t s ,   9   r e b o u n d s ,   a n d   5   a s s i s t s   p e r   g a m e . 
 o k b e t   o w n t h e w i n   o k b e t s p o r t s b o o k   n b a p r e s e a s o n   j a y l e n b r o w n  
n b a   t o p   1 0   p l a y s   o f   t h e   n i g h t   |   o c t o b e r   2 ,   2 0 2 2 
 🏀 
 
 m o r e   n e w s :   
 
 d e v i n b o o k e r   j a y l e n b r o w n   
       n b a   b a s k e t b a l l  
j a y l e n   b r o w n :   “ d o n ’ t   l e t   c e l t i c s   w i n   f o o l   y o u ”   j a y l e n b r o w n  
b a l l i n   🏀   j a y l e n b r o w n   👑   b l e e d g r e e n   💚   c e l t i c s n a t i o n   ☘ ️  
m a l c o l m   b r o g d o n   s h i n e s   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o b b y m a n n i n g   b o s t o n c e l t i c s   b r o g d o n c e l t i c s d e b u t   b r o g d o n d e b u t   c e l t i c s c l n s   c e l t i c s d e b u t   c e l t i c s p o s t g a m e l i v e   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c l n s   c l n s m e d i a   e a s t e r n c o n f e r e n c e   j a y l e n b r o w n  
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   h o r n e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y l e n   b r o w n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
j a y l e n   b r o w n   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a y l e n b r o w n   j a y l e n   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s  
j a y l e n   b r o w n   h i g h l i g h t s   -   c e l t i c s   v s .   r a p t o r s   -   5 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   b o s   t o r   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b o s t o n   c e l t i c s   t o r o n t o   r a p t o r s
p l e a s e   l e t   j a y l e n   b r o w n   b e   a   c e l t i c   f o r   l i f e .   t h i s   d u d e     i s   f o r   r e a l ;   a   c o m m u n i t y   m e m b e r ,   a n   a l l - s t a r ,   a   s t a n d - u p   r o l e   m o d e l   f o r   t h e   k i d s   o f   b o s t o n   t o   l o o k   u p   t o .   s o   g l a d   h e ' s   i n   g r e e n   ☘ ️   b l e e d g r e e n   j a y l e n b r o w n   j a y l e n           _ p f l u g r a d    
m a r c u s   s m a r t   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r c u s s m a r t   m a r c u s   s m a r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
m a r c u s   s m a r t   r e a c t s   t o   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   d r a y m o n d g r e e n   j o r d a n p o o l e   m a r c u s s m a r t  
n e w   v i d e o   d r o p p i n g   🔥 🔥   m a r c u s s m a r t   i n k y p   5 0 0 l e o  
p r e s e a s o n   g a m e   t h r e e .   c ’ s   h a v e   s p l i t   t h e i r   f i r s t   t w o   g a m e s   w h i l e   c h a r l o t t e   h a s   l o s t   b o t h   o f   t h e i r   g a m e s .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d   b a l l i s l i f e     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
j a y s o n   t a t u m   m i c & a m p ; 3 9 ; d   u p   i s   g o l d   😂 
   
 
   
 a a r o n n e s m i t h   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b r a d s t e v e n s   c a r s e n e d w a r d s   d a n i e l t h e i s   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   j a v o n t e g r e e n   j a y l e n b r o w n   j a y s o n t a t u m   k e m b a w a l k e r   m a r c u s s m a r t   p a y t o n p r i t c h a r d  
t h e   c e l t i c s   d r o p   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s .   t h e y   w i l l   b e   i n   c h a r l o t t e   o n   f r i d a y .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
d p o y   d o i n g   h i s   t h i n g 💚 💚 💚 💚 💚 💚   d p o y   m y c a p t a i n   m a r c u s s m a r t   c e l t i c s
r e i g n i n g   d p o y   m a r c u s   s m a r t   h a s   s i g n e d   a   m u l t i - y e a r   f o o t w e a r   & a m p ;   a p p a r e l   e n d o r s e m e n t   e x t e n s i o n   w i t h     🔥 📄 ✍ ️ 
 . 
 m a r c u s s m a r t   s m a r t  
d p o y   _ m s 3   2 0 2 2   b o w l i n g   b a s h   i s   n o v   1 0 t h ,   2 0 2 2   _ d i n e   b a c k   b a y   b o s t o n .     t e a m   l a n e s   a r e   f i l l i n g   u p   f a s t .     s p o n s o r   i n f o   h e r e :     p r o c e e d s   t o   b e n e f i t   m a r c u s   s m a r t ' s   y g c   f o u n d a t i o n .   t h i s   i s   n o t   a   g a   e v e n t .   c e l t i c s   m a r c u s s m a r t   d p o y   n b a  
m a r c u s s m a r t   s n u b b e d   i n   n b a g m s u r v e y   a f t e r   w i n n i n g   d e f e n s i v e   p l a y e r   o f   t h e   y e a r .   n b a t w i t t e r  
m a r c u s   s m a r t   o n   i m e   u d o k a ’ s   s i t u a t i o n :   “ t h a t ’ s   n o t   m y   b u s i n e s s ,   a n d   i   d o n ’ t   w a n t   i t   t o   b e ”   b o s t o n c e l t i c s   i m e u d o k a   m a r c u s s m a r t  
m a r c u s   s m a r t   h o p i n g   t o   r e m a i n   a s   a   c e l t i c   f o r   t h e   r e s t   o f   h i s   c a r e e r   b o s t o n c e l t i c s   m a r c u s s m a r t  
n b a   b o s t o n c e l t i c s   i m e u d o k a   m a r c u s s m a r t   m a r c u s   s m a r t :   ' w e   d o n ' t   k n o w   a n y t h i n g '   a b o u t   i m e   u d o k a   s i t u a t i o n  
m a r c u s   s m a r t   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r c u s s m a r t   m a r c u s   s m a r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
m a r c u s   s m a r t   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r c u s s m a r t   m a r c u s   s m a r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
m a r c u s   s m a r t   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r c u s s m a r t   m a r c u s   s m a r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
m a r c u s   s m a r t   r e a c t s   t o   d r a y m o n d   g r e e n   p u n c h i n g   j o r d a n   p o o l e   d r a y m o n d g r e e n   j o r d a n p o o l e   m a r c u s s m a r t  
n e w   v i d e o   d r o p p i n g   🔥 🔥   m a r c u s s m a r t   i n k y p   5 0 0 l e o  
p r e s e a s o n   g a m e   t h r e e .   c ’ s   h a v e   s p l i t   t h e i r   f i r s t   t w o   g a m e s   w h i l e   c h a r l o t t e   h a s   l o s t   b o t h   o f   t h e i r   g a m e s .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d   b a l l i s l i f e     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
j a y s o n   t a t u m   m i c & a m p ; 3 9 ; d   u p   i s   g o l d   😂 
   
 
   
 a a r o n n e s m i t h   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b r a d s t e v e n s   c a r s e n e d w a r d s   d a n i e l t h e i s   e a s t e r n c o n f e r e n c e   g r a n t w i l l i a m s   j a v o n t e g r e e n   j a y l e n b r o w n   j a y s o n t a t u m   k e m b a w a l k e r   m a r c u s s m a r t   p a y t o n p r i t c h a r d  
t h e   c e l t i c s   d r o p   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   r a p t o r s .   t h e y   w i l l   b e   i n   c h a r l o t t e   o n   f r i d a y .   
 
 b o s t o n c e l t i c s   n b a   c e l t i c s   b a s k e t b a l l   j a y s o n t a t u m   j a y l e n b r o w n   m a r c u s s m a r t   b l e e d g r e e n     n b a b a s k e t b a l l   l a r r y b i r d     g r e e n t e a m e r s   b e a n t o w n s p o r t s f a n a t i c s  
d p o y   d o i n g   h i s   t h i n g 💚 💚 💚 💚 💚 💚   d p o y   m y c a p t a i n   m a r c u s s m a r t   c e l t i c s
r e i g n i n g   d p o y   m a r c u s   s m a r t   h a s   s i g n e d   a   m u l t i - y e a r   f o o t w e a r   & a m p ;   a p p a r e l   e n d o r s e m e n t   e x t e n s i o n   w i t h     🔥 📄 ✍ ️ 
 . 
 m a r c u s s m a r t   s m a r t  
d p o y   _ m s 3   2 0 2 2   b o w l i n g   b a s h   i s   n o v   1 0 t h ,   2 0 2 2   _ d i n e   b a c k   b a y   b o s t o n .     t e a m   l a n e s   a r e   f i l l i n g   u p   f a s t .     s p o n s o r   i n f o   h e r e :     p r o c e e d s   t o   b e n e f i t   m a r c u s   s m a r t ' s   y g c   f o u n d a t i o n .   t h i s   i s   n o t   a   g a   e v e n t .   c e l t i c s   m a r c u s s m a r t   d p o y   n b a  
m a r c u s s m a r t   s n u b b e d   i n   n b a g m s u r v e y   a f t e r   w i n n i n g   d e f e n s i v e   p l a y e r   o f   t h e   y e a r .   n b a t w i t t e r  
m a r c u s   s m a r t   o n   i m e   u d o k a ’ s   s i t u a t i o n :   “ t h a t ’ s   n o t   m y   b u s i n e s s ,   a n d   i   d o n ’ t   w a n t   i t   t o   b e ”   b o s t o n c e l t i c s   i m e u d o k a   m a r c u s s m a r t  
m a r c u s   s m a r t   h o p i n g   t o   r e m a i n   a s   a   c e l t i c   f o r   t h e   r e s t   o f   h i s   c a r e e r   b o s t o n c e l t i c s   m a r c u s s m a r t  
n b a   b o s t o n c e l t i c s   i m e u d o k a   m a r c u s s m a r t   m a r c u s   s m a r t :   ' w e   d o n ' t   k n o w   a n y t h i n g '   a b o u t   i m e   u d o k a   s i t u a t i o n  
i n s i d e   g u y s   r e a c t   t o   j a y s o n   t a t u m   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b u c k s c e l t i c s   c h a r l e s b a r k l e y   e a s t e r n c o n f e r e n c e   e r n i e j o h n s o n   i n s i d e t h e n b a   j a y s o n t a t u m   k e n n y s m i t h   m i l w a u k e e b u c k s   n b a o n t n t   n b a p l a y o f f s   n b a p l a y o f f s 2 0 2 2   s h a q  
n o t   e n o u g h   a c t i o n   o n   p r e v i o u s   t w e e t s   s o   w e   t o o k   t h e   n i g h t   o f f   f o r   t h e   c o m m o n   g o o d .   g e t   s o m e   g o o d   r e s t   f o r   a   b i g   w e e k   o f   m l b   n a s c a r   s h o t c h a r t   a l h o r f o r d   f a k e p r i z e p i c k s a c c o u n t   r o u g h i n g t h e p a s s e r   s m a l l c h i k f i l a s h a k e
a l   h o r f o r d ' s   ( _ h o r f o r d )   2 0 1 2 - 1 3   s h o t   c h a r t : 
 
 v o l u m e :   e x t r e m e   |   p _ 9 3   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   e x c e l l e n t   |   p _ 9 5 
 e f f i c i e n c y :   e x c e l l e n t   |   p _ 8 6 
 e f f i c i e n c y   v a l u e :   e x c e l l e n t   |   p _ 9 8 
 
 f a v o r i t e   z o n e :   m i d r a n g e 
 b e s t   s k i l l   z o n e :   r e s t r i c t e d 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 a l h o r f o r d 
 h a w k s  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
      
 t h e   d o n e   l i s t 
     k y l e l o w e r y               m o r r i s t w i n s     _ l i l l a r d   a l h o r f o r d         p j t u c k e r           _ t r e c e
a l   h o r f o r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a l h o r f o r d   a l   h o r f o r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
a l   h o r f o r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a l h o r f o r d   a l   h o r f o r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
i n s i d e   g u y s   r e a c t   t o   j a y s o n   t a t u m   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   b u c k s c e l t i c s   c h a r l e s b a r k l e y   e a s t e r n c o n f e r e n c e   e r n i e j o h n s o n   i n s i d e t h e n b a   j a y s o n t a t u m   k e n n y s m i t h   m i l w a u k e e b u c k s   n b a o n t n t   n b a p l a y o f f s   n b a p l a y o f f s 2 0 2 2   s h a q  
n o t   e n o u g h   a c t i o n   o n   p r e v i o u s   t w e e t s   s o   w e   t o o k   t h e   n i g h t   o f f   f o r   t h e   c o m m o n   g o o d .   g e t   s o m e   g o o d   r e s t   f o r   a   b i g   w e e k   o f   m l b   n a s c a r   s h o t c h a r t   a l h o r f o r d   f a k e p r i z e p i c k s a c c o u n t   r o u g h i n g t h e p a s s e r   s m a l l c h i k f i l a s h a k e
a l   h o r f o r d ' s   ( _ h o r f o r d )   2 0 1 2 - 1 3   s h o t   c h a r t : 
 
 v o l u m e :   e x t r e m e   |   p _ 9 3   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   e x c e l l e n t   |   p _ 9 5 
 e f f i c i e n c y :   e x c e l l e n t   |   p _ 8 6 
 e f f i c i e n c y   v a l u e :   e x c e l l e n t   |   p _ 9 8 
 
 f a v o r i t e   z o n e :   m i d r a n g e 
 b e s t   s k i l l   z o n e :   r e s t r i c t e d 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 a l h o r f o r d 
 h a w k s  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
      
 t h e   d o n e   l i s t 
     k y l e l o w e r y               m o r r i s t w i n s     _ l i l l a r d   a l h o r f o r d         p j t u c k e r           _ t r e c e
a l   h o r f o r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a l h o r f o r d   a l   h o r f o r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
a l   h o r f o r d   n b a   h i g h l i g h t s   c e l t i c s   v s   r a p t o r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a l h o r f o r d   a l   h o r f o r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b o s t o n   c e l t i c s   c e l t i c s
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [49], in <cell line: 1>()
      1 for id, tweets in tweets_df_Celtics2.items():
      2     for tweet in tweets:
----> 3         analysis = SentimentIntensityAnalyzer(tweets_df_Celtics2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Celtics2 = tweets_df_Celtics2.append({
      5             'name': id,
      6             'text': tweets_df_Celtics2.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\vaderSentiment\vaderSentiment.py:200, in SentimentIntensityAnalyzer.__init__(self, lexicon_file, emoji_lexicon)
    198 def __init__(self, lexicon_file="vader_lexicon.txt", emoji_lexicon="emoji_utf8_lexicon.txt"):
    199     _this_module_file_path_ = os.path.abspath(getsourcefile(lambda: 0))
--> 200     lexicon_full_filepath = os.path.join(os.path.dirname(_this_module_file_path_), lexicon_file)
    201     with codecs.open(lexicon_full_filepath, encoding='utf-8') as f:
    202         self.lexicon_full_filepath = f.read()

File ~\anaconda3\lib\ntpath.py:117, in join(path, *paths)
    115     return result_drive + result_path
    116 except (TypeError, AttributeError, BytesWarning):
--> 117     genericpath._check_arg_types('join', path, *paths)
    118     raise

File ~\anaconda3\lib\genericpath.py:152, in _check_arg_types(funcname, *args)
    150         hasbytes = True
    151     else:
--> 152         raise TypeError(f'{funcname}() argument must be str, bytes, or '
    153                         f'os.PathLike object, not {s.__class__.__name__!r}') from None
    154 if hasstr and hasbytes:
    155     raise TypeError("Can't mix strings and bytes in path components") from None

TypeError: join() argument must be str, bytes, or os.PathLike object, not 'Series'
In [50]:
for id, tweets in tweets_df_Hornets1.items():
    for tweet in tweets:
        analysis = TextBlob(tweets_df_Hornets1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Hornets1 = tweets_df_Hornets1.append({
            'name': id,
            'text': tweets_df_Hornets1.text
        }, ignore_index=True)
w a s h i n g t o n   w i z a r d s   v s   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   f r e e n b a b e t t i n g p r e d i c t i o n s t o d a y   n b a b e t t i n g p i c k s   n b a b e t t i n g p r e d i c t i o n t o d a y   n b a b e t t i n g p r e d i c t i o n s   n b a b e t t i n g p r e d i c t i o n s t o d a y   n b a b e t t i n g t i p s   n b a b e t t i n g t i p s t o d a y   n b a f r e e p i c k s  
t r u e   o r   f a l s e ? 
 
 c h a r l o t t e n c   c h a r l o t t e s p o r t s   c h a r l o t t e f c   c a r o l i n a p a n t h e r s   c h a r l o t t e h o r n e t s   s t e r l i n g t h r i l l  
t e r r y   r o z i e r   o n   l a m e l o ' s   i n j u r y :   " i   g o t   h u r t   i n   t h e   p r e s e a s o n   i n   p r a c t i c e   a n d   c o u l d n ’ t   b e   w i t h   t h e   g u y s   a t   t h e   b e g i n n i n g   o f   t h e   s e a s o n .   i   d o n ’ t   t h i n k   t h a t ’ s   g o i n g   t o   h a p p e n   w i t h   m e l o . " 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
l a m e l o   b l o c k s   7 ’ 3   p o r z i g i s   ( l i a n g e l o   s c o r e s   i n   4 t h   p r e s e a s o n   g a m e )   h o r n e t s   v s   w i z a r d s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g e l o   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
🔴   w a s h i n g t o n   w i z a r d s   @   c h a r l o t t e   h o r n e t s   p r e s e a s o n   l i v e   w a t c h   p a   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e n b a   e a s t e r n c o n f e r e n c e   f a n r e a c t i o n   h o r n e t s f a n   h o r n e t s f a n s   l a m e l o b a l l   n b a   n b a f a n   n b a f a n c h a n n e l   s a m d r a c u l a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
k r i s t a p s   p o r z i n g i s   l i m p s   t o   l o c k e r   r o o m   w i t h   a n k l e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   k r i s t a p s p o r z i n g i s   k r i s t a p s p o r z i n g i s a n k l e   k r i s t a p s p o r z i n g i s a n k l e i n j u r y   k r i s t a p s p o r z i n g i s h i g h l i g h t s   k r i s t a p s p o r z i n g i s i n j u r e d   k r i s t a p s p o r z i n g i s i n j u r y  
l a m e l o   b a l l   s p r a i n s   h i s   a n k l e   i n   c h a r l o t t e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
“ a n o t h e r   m i c h a e l   j o r d a n   c r y i n g   m e m e   i n c o m i n g ”   l a m e l o   b a l l   s u f f e r s   d e v a s t a t i n g   a n k l e   i n j u r y   w h i c h   c o u l d   h a m p e r   h o r n e t s ’   p l a y o f f s   a s p i r a t i o n s     c h a r l o t t e h o r n e t s   n b a
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
l a m e l o   a n d   h o r n e t s   l o s t   i t   a f t e r   r o o k i e   k a i   j o n e s   h i t   s p l i t s   a t   a n   o p e n   p r a c t i c e   d a n c e   c o m p e t i t i o n   😂 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s o u t h e a s t d i v i s i o n   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   -   . . . 
   
 
   
 c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s p r e s e a s o n   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s w a s h i n g t o n w i z a r d s p r e d i c t i o n   e a s t e r n c o n f e r e n c e   h o r n e t s v s w i z a r d s   h o r n e t s v s w i z a r d s l i v e   n b a p r e s e a s o n   p a c e r s v s h o r n e t s  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   -   f u l l   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   s o u t h e a s t d i v i s i o n   w i z a r d s v s h o r n e t s   w i z a r d s v s h o r n e t s 2 0 2 2  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   c h a r l o t t e   h o r n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b u z z c i t y   c h a r l o t t e h o r n e t s   c h a r l o t t e   h o r n e t s   l a m e l o b a l l   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s o u t h e a s t d i v i s i o n   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
i d k   h o w   w e   g o t   b l e w   o u t   i n   t h e   4 t h   q u a r t e r   c h a r l o t t e h o r n e t s   😒
j o i n   t h e     n u m e d i a   s p a c e s   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n i c k r i c h a r d s   j a m e s b o u k n i g h t   b r y c e m c g o w e n s   w a s h i n g t o n w i z a r d s   w i z a r d s  
w a t c h i n g   m y   f a v o r i t e   n b a   p l a y e r   a n d   a d o p t e d   s o n ! !   g o   b r y c e   m c g o w e n s   a n d   c h a r l o t t e   h o r n e t s !   b r y c e m c g o w e n s   c h a r l o t t e h o r n e t s  
c h e c k   o u t   o u r   l a t e s t   e p i s o d e   w i t h   a   c h a r l o t t e   l e g e n d   a n d   t a k e   a   l i s t e n   o n   o u r   s e a s o n   e x p e c t a t i o n s ! 
 
 c h a r l o t t e h o r n e t s   h o r n e t s   n b a   
 
  
w e   a r e   l i v e   r i g h t   n o w   i n   r e v ' s   k i n g   f u s e ' s   l i t   h o u s e   ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m .   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t     l a m e l o b a l l   l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s   b r a d l e y b e a l   k y l e k u z m a   n b a  
g a m e   t h r e a d :   w a s h i n g t o n   w i z a r d s   ( 0 - 2 )   a t   c h a r l o t t e   h o r n e t s   ( 0 - 3 )   o c t   1 0   2 0 2 2   7 : 0 0   p m 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
w h a t   w o u l d   i t   t a k e   f o r   t h e   c h a r l o t t e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
b l a c k m a m b a   l o s a n g e l e s l a k e r s   u n i f o r m s   
 m l k   a t l a n t a h a w k s   u n i f o r m s   
 b u z z c i t y   c h a r l o t t e h o r n e t s   u n i f o r m s   
 t h r o w b a c k   m e m p h i s g r i z z l i e s   u n i f o r m s   
 n b a t w i t t e r   b e s t   n b a   u n i f o r m s   a r g u a b l y
k a i   j o n e s   i s   a   t r e a s u r e   a n d   w e   m u s t   p r o t e c t   h i m   a t   a l l   c o s t s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
c h a r l o t t e   h o r n e t s   m i s s   o u t   o n   d a r v i n   h a m   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
g o l d e n   s t a t e   w a r r i o r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   n o v e m b e r   1 4   |   2 0 2 2   n b a   s e a s o n 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
l a m e l o   b a l l   f o u l e d   o u t !   2 3   p t s ,   1 0   a s t     v s   c e l t i c s   🔥 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w   m e l o   n b a   s o u t h e a s t d i v i s i o n  
e x p e r i e n c i n g   a n   n b a   m a t c h   l i v e   h a s   b e e n   a   d r e a m   a n d   t o d a y ,   t h a t   d r e a m   s e e p e d   i n t o   r e a l i t y .   t h a n k   y o u   f o r   t h i s   b u z z i n g   o p p o r t u n i t y   .   🐝   
 
 s w i p e   l e f t   t o   s e e   t h e   s i g n e d   s o u v e n i r   i   c a u g h t   f r o m   . 🏀   
 
 c h a r l o t t e h o r n e t s   t h e a m e r i c a n d r e a m   h o r n e t t s  
c h a r l o t t e   h o r n e t s   h e a d   c o a c h   a n d   . . . 
   
 
   
 2 0 2 2 2 0 2 3 n b a s e a s o n   b o s t o n c e l t i c   c e l t i c   c e l t i c v s h o r n e t s   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c   e a s t e r n c o n f e r e n c e   h o r n e t s v s b o s t o n   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a 2 0 2 2   n b a 2 0 2 2 s e a s o n  
c h a r l o t t e   h o r n e t s   b e g i n   h e a d   c o a c h   i n t e r v i e w s 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e n b a   e a s t e r n c o n f e r e n c e   f a n r e a c t i o n   h o r n e t s f a n   h o r n e t s f a n s   l a m e l o b a l l   n b a   n b a f a n   n b a f a n c h a n n e l   s o u t h e a s t d i v i s i o n  
w o u l d   a   t r a d e   f o r   j o h n   c o l l i n s   w o r k   f o r   t h e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
s h o p   a l l f l y   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   c h a r l o t t e   h o r n e t s   c h a r l o t t e n c   c h a r l o t t e h o r n e t s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m ‼ ️ w e ' r e   i n   t h e   l i t   h o u s e   🔥 🏠   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n b a  
l i a n g e l o   b a l l   g o t   b e n c h e d   t h e n   d i d   . . . 
   
 
   
 b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   d k m   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s   l a m e l o   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l v s b o s t o n c e l t i c s   l a v a r  
k e m b a   w a l k e r   s t i l l   o p t i m i s t i c   t o   g a i n   p l a y i n g   o p p o r t u n i t y   c h a r l o t t e h o r n e t s   d e t r o i t p i s t o n s   k e m b a w a l k e r  
a f t e r   s e e i n g     b r e a k   d a n c e   i n   t h e m     m a n   i ’ m   s c a r e d   n o w   🤣     n b a   c h a r l o t t e h o r n e t s   l a m e l o b a l l  
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 9 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   p o s t g a m e   b r e a k d o w n !   b e n c h   u n i t   d e f e a t s   h o r n e t s !   b l a k e   d e b u t ! 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
c l i c k   t h e   l i n k   t o   w a t c h     s t r e a m   o n   y o u t u b e ‼ ️   s i t   b o u k   f o r   g e l o   ⁉ ️ 🤔     l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s
e x c l u s i v e   1 - o n - 1 :   k e m b a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s h o r n e t s   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   k e m b a c e l t i c s   k e m b a o n c e l t i c s   k e m b a o n j a y s o n t a t u m j a y l e n b r o w n   k e m b a w a l k e r   k e m b a w a l k e r a b b y c h i n   k e m b a w a l k e r c e l t i c s  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   h i g h l i g h t s   4 t h   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   . . . 
   
 
   
 2 0 2 2 2 0 2 3 n b a s e a s o n   c c b n   c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s 2 0 2 2   c e l t i c s v s h o r n e t s f u l l g a m e h i g h l i g h t s   c e l t i c s v s h o r n e t s h i g h l i g h t s   c e l t i c s v s h o r n e t s p r e s e a s o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e l t i c s v s h o r n e t s   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s v s c e l t i c s   n b a h i g h l i g h t s   n b a p l a y o f f s   s o u t h e a s t d i v i s i o n  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   . . . 
   
 
   
 c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s 2 0 2 2   c e l t i c s v s h o r n e t s f u l l g a m e h i g h l i g h t s   c e l t i c s v s h o r n e t s h i g h l i g h t s   c e l t i c s v s h o r n e t s p r e s e a s o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ b o s t o n c e l t i c s   1 1 2   ( 2 - 1 ) 🔸 
 ⬇ ️ c h a r l o t t e h o r n e t s   1 0 3   ( 0 - 3 ) 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔴 d n p   -   c o a c h ' s   d e c i s i o n 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
c h a r l o t t e h o r n e t s   b o s t o n c e l t i c s   n b a t w i t t e r     b u z z c i t y   j e r s e y s   a r e   n e e d e d
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
1 9 9 1   s k y b o x   r e x   c h a p m a n   s k y m a s t e r .   c h a r l o t t e   i n   t h e   b a c k g r o u n d   i s   p r e t t y   s w e e t ,   b u t   i t ’ s   t h e   c o n v e r s e   k i c k s   t h a t   d o e s   i t   f o r   m e !     j u n k w a x   s k y b o x   c h a r l o t t e h o r n e t s   b a s k e t b a l l c a r d s  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 5 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
c a r o l i n a p a n t h e r s   a n d   t h e   c h a r l o t t e h o r n e t s   w i l l   h a v e   t h e   1   p i c k   i n   t h e r e   c o m i n g   d r a f t s
l i a n g e l o   b a l l   l o s i n g   h o r n e t s   n b a   r o s t e r   s p o t   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   g e l o b a l l h o r n e t s   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l i a n g e l o b a l l  
c h a r l o t t e   h o r n e t s   n b a   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t 
 
 — — — — — —   
 
 f a s h i o n   h o t f a s h i o n   s e n p r i n t   t r e n d   c h a r l o t t e h o r n e t s   n b a   c h a r l o t t e   h o r n e t s   n b a   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t   -   s e n p r i n t m a r t   s t o r e 
 

c h a r l o t t e h o r n e t s   1 3   c a r d   t e a m   l o t   h o r n e t s   
 
 $ 5   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
a r e   t h e   h o r n e t s   i n   t r o u b l e ?   c l i c k   t h e   l i n k   i f   y o u   m i s s e d   t h e   l i t   h o u s e   s t r e a m   e a r l i e r   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   v i c w e m b a n y a m a   n u m e d i a   l i t h o u s e
t h e   c h a r l o t t e   h o r n e t s   g e t   e x p o s e d   b y   t h e   i n d i a n a   p a c e r s 
   
 
   
 b r y c e m c g o w e n s   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s r u m o r s   c h a r l o t t e h o r n e t s v s i n d i a n a p a c e r s   e a s t e r n c o n f e r e n c e   h o r n e t s n e w s   i n d i a n a p a c e r s   l a m e l o b a l l   n b a p r e s e a s o n  
b e n n e d i c t   m a t h u r i n   h i g h l i g h t s   v s   c h a r l o t t e   h o r n e t s   |   o c t   5   |   2 0 2 3   n b a   r o o k i e s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
s h e m e i   r y o m o u   ( " i k k i   t o u s e n " )   w i t h     g e a r .   
 
 t h a n k s   f o r   y o u r   s u p p o r t ! 
 
 a r t   a r t w o r k     i k k i t o u s e n   s h e m e i r y o m o u   n b a   f a n a r t   f a n a r t a n i m e   f a n a r t a n i m e g i r l   c h a r l o t t e h o r n e t s   j e r s e y g a l s j a y q c 8 0   a r t i s t s o n t w i t t e r     b l a c k a r t i s t   s m a l l a r t i s t  
c h a r l o t t e   h o r n e t s   j a m e s   b o u k n i g h t   h a s   n o t   l o o k e d   g o o d     v i a   
 
 c h a r l o t t e h o r n e t s   n b a   h o r n e t s   b a s k e t b a l l   c h a r l o t t e   l a m e l o b a l l   t e r r y r o z i e r   m i l e s b r i d g e s   c h a r l o t t e n c   p j w a s h i n g t o n   b o u k n i g h t   b u z z c i t y   c a r o l i n a p a n t h e r s   l i a n g e l o b a l l   l e b r o n j a m e s  
l a m e l o   /   l i a n g e l o   b a c k   f o r   g a m e   2   v s   p a c e r s   ( p r e s e a s o n )   c r o w d   c h a n t i n g   “ w e   w a n t   g e l o ” 
   
 
   
 b b b   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s   i n d i a n a p a c e r s   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   w e w a n t g e l o  
p o s t c a s t :   p r e s e a s o n   g r o w i n g   p a i n s   c o n t i n u e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ i n d i a n a p a c e r s   1 2 2   ( 1 - 0 ) 🔸 
 ⬇ ️ c h a r l o t t e h o r n e t s   9 7   ( 1 
 0 - 2 ) 
 🔶 c h r i s   d u a r t e 🇩 🇴 
 ( s g / 6 ' 5 " / 1 9 0 l b s ) 
 🔹 1 2 / p t s 
 🔹 6 / r e b 
 🔹 2 / a s t 
 🔹 0 / s t l 
 🔹 0 / b l k 
 🔹 1 / t o 
 🔹 4 / 5 t 2 
 🔹 0 / 2 t 3 
 🔹 4 / 4 t l 
 🔹 2 2 : 0 9 / m i n : s e g 
 _ d u a r t e 5 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
l a m e l o   b a l l   a n d   l i a n g e l o   h o r n e t s   i n t r o ! 
   
 
   
 a b t h e h e r o   b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   b i g b a l l e r b r a n d   c h a r l o t t e h o r n e t s   d k m   e a s t e r n c o n f e r e n c e   j b a l e a g u e   l a m e l o b a l l   l a m e l o b a l l h o r n e t s   l a v a r b a l l   l i a n g e l o b a l l   l o n z o b a l l   l o n z o b a l l p e l i c a n s  
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s v s p a c e r s   n b a h i g h l i g h t s   n b a p l a y o f f s   p a c e r s v s h o r n e t s   s o u t h e a s t d i v i s i o n  
p a c e r s   a t   h o r n e t s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 1 8   s o u t h e a s t d i v i s i o n  
p o s t   g a m e   t h r e a d :   t h e   i n d i a n a   p a c e r s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 2 2 - 9 7   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
p o s t   g a m e   t h r e a d :   t h e   i n d i a n a   p a c e r s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 2 2 - 9 7 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
f i r s t   t i m e   i n   a   s u i t e   🤝   f i r s t   t i m e   a t   a   b a s k e t b a l l   g a m e   c h a r l o t t e h o r n e t s    
l a m e l o   j u s t   n o t   a   p l a y e r   y e t   t h a t   c a n   b e   t h e   t o p   l e a d e r   a n d   t a k e   c h a r g e .   l a m e l o   p l a y i n g   l a z t   l i k e   c h a r l o t t e h o r n e t s
t h e   t e a m   j u s t   d o e s n ' t   l o o k   g o o d   t o g e t h e r 
 .   t h e y   n e e d   t o   r u n   u p   a n d   d o w n .   t o o   m u c h   o n e   o n   o n e   c h a r l o t t e h o r n e t s
l a t e s t   a r t i c l e   o n   c h a r l o t t e   h o r n e t s '   l a m e l o   b a l l   b y   n u m e d i a   w r i t e r   j u d a h   b a p t i s t e .   c l i c k   t h e   l i n k   ‼ ️   l a m e l o b a l l   c h a r l o t t e h o r n e t s   h o r n e t s   n b a   n u m e d i a  
l a m e l o   b e f o r e   h i s   g a m e   v s   p a c e r s   l a m e l o b a l l   h o r n e t s   c h a r l o t t e h o r n e t s  
g a m e   n i g h t ! ! ! 
 b u z z c i t y   c h a r l o t t e h o r n e t s   h o n e y b e e s   @   s p e c t r u m   c e n t e r  
w e   a r e   l i v e   i n   t h e   s p e c t r u m   c e n t e r ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   l i v e   s t r e a m     c h a r l o t t e h o r n e t s   h o r n e t s   n b a   l a m e l o b a l l   t y r e s e h a l i b u r t o n   i n d i a n a p a c e r s   p a c e r s   n u m e d i a   l i t h o u s e
c h a r l o t t e   h o r n e t s '   c o a c h   ( s t e v e   c l i f f o r d )   s p e a k s   o n   f a n ' s   f r u s t r a t i o n   w /   g o r d o n   h a y w a r d   & a m p ;   m o r e .   c l i c k   t h e   l i n k   & a m p ;   l i k e   t h e   v i d e o     n u m e d i a   c h a r l o t t e h o r n e t s   n b a   h o r n e t s   s t e v e c l i f f o r d   l a m e l o b a l l   g o r d o n h a y w a r d
l i a n g e l o   b a l l   b e n c h e d   i n   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l c h a r l o t t e h o r n e t s   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w  
v i c t o r   w e m b a n y a m a   w i t h   3 7   p t s   ( 1 1 - 2 0   f g s ,   7 - 1 1   f r o m   3 ) ,   4   r e b s ,   5   b l k s   a g a i n s t   s c o o t   h e n d e r s o n ' s   2 8   p t s   ( 1 1 - 2 1   f g s ,   2 - 3   f r o m   3 ) ,   4   r e b s ,   9   a s t s ,   2   s t l s   t o n i g h t . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
t h e   c h a r l o t t e   h o r n e t s   d o n & a m p ; 3 9 ; t   a c q u i r e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
1 9 9 8 - 9 9   f l e e r   u l t r a   b a s k e t b a l l   2 4   d a v i d   w e s l e y   c h a r l o t t e h o r n e t s   h o r n e t s   
 
 j u s t   a   r e a l l y   c o o l   c a r d   
 
 $ 2   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
m i l e s   b r i d g e s ,   h o r n e t s   a l l o w   $ 7 . 9 m   q u a l i f y i n g   o f f e r   t o   e x p i r e 
 c h a r l o t t e h o r n e t s   n b a
c h a r l o t t e   h o r n e t s   h i r e   s t e v e   c l i f f o r d .   i s   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
t h e   t r u t h   a b o u t   l i a n g e l o   b a l l   :   t h e   g o o d ,   b a d ,   & a m p ;   t h e   u g l y ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   r e v ' s   " k i n g   f u s e ' s   l i t   h o u s e "   s t r e a m   o n   y o u t u b e     l i a n g e l o b a l l   g e l o b a l l   g 3   g e l o   c h a r l o t t e h o r n e t s   g r e e n s b o r o s w a r m   h o r n e t s   n b a   n u m e d i a   l i t h o u s e  
s h o p   a l l f l y   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   c h a r l o t t e   h o r n e t s   c h a r l o t t e n c   c h a r l o t t e h o r n e t s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
h o r n e t s   v s   t i m b e r w o l v e s   |   n b a   s u m m e r   l e a g u e   |   f u l l   g a m e   h i g h l i g h t s 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 1 5 2 2 2 0 0 0 6 3   s o u t h e a s t d i v i s i o n  
l a m e l o   b a l l   o n   s t e v e   c l i f f o r d   " i   a l r e a d y   l o v e   t h e   d u d e   m a n " ,   s t r e n g t h s / w e a k n e s s e s   o f   h i s   g a m e ,   w h a t   t o   e x p e c t   t h i s   s e a s o n ,   & a m p ;   m o r e .   c h e c k   o u t   t h e   i n t e r v i e w     l a m e l o b a l l   s t e v e c l i f f o r d   c h a r l o t t e h o r n e t s   h o r n e t s   n b a   b a s k e t b a l l   n u m e d i a
i   p a i n t e d   t h e   g r e a t   m i c h a e l   j o r d a n .   
 b r i g h t n t u l i a r t   
 m i c h a e l j o r d a n   m j   m j 2 3   g o a t   c h i c a g o b u l l s   t h e l a s t d a n c e   j o r d a n s   j u m p m a n   c h a r l o t t e h o r n e t s   s c o t t i e p i p p e n   n b a   b a s k e t b a l l   g r e a t n e s s  
l e b r o n   b a c k s   r u s s ,   l a k e r s - p a c e r s   . . . 
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   c e n t r a l d i v i s i o n   c f b   c h a r l o t t e h o r n e t s   c h r i s p a u l   c o l i n c o w h e r d   c o l l e g e b a s k e t b a l l   c o l l e g e f o o t b a l l   d e a n d r e a y t o n   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   f o o t b a l l   g o l d e n s t a t e w a r r i o r s  
b o s t o n   c e l t i c s   v s .   c h a r l o t t e   h o r n e t s   g a m e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s o u t h e a s t d i v i s i o n   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬇ ️ c h a r l o t t e h o r n e t s   9 3   ( 0 - 1 ) 
 ⬆ ️ b o s t o n c e l t i c s   1 3 4   ( 1 - 0 ) 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔹 9 / p t s 
 🔹 5 / r e b 
 🔹 4 / a s t 
 🔹 0 / s t l 
 🔹 1 / b l k 
 🔹 0 / t o 
 🔹 1 / 1 t 2 
 🔹 2 / 2 t 3 
 🔹 0 / t l 
 🔹 1 8 : 0 0 / m i n : s e g 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
l i v e   g a r d e n   r e p o r t :   c e l t i c s   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s p o s t g a m e s h o w   c h a r l o t t e h o r n e t s   c l n s   c l n s c e l t i c s p o s t g a m e   c l n s m e d i a   c l n s p o s t g a m e  
t h e   c h a r l o t t e   h o r n e t s   g o t   e m b a r a s s e d   b y   t h e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s b a s k e t b a l l   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   h o r n e t s v s c e l t i c s   l a m e l o b a l l   l i a n g e l o b a l l   n b a p r e s e a s o n   s o u t h e a s t d i v i s i o n  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   |   o c t   2   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e l t i c s v s h o r n e t s   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s v s c e l t i c s   n b a h i g h l i g h t s   n b a p l a y o f f s   s o u t h e a s t d i v i s i o n  
m i l e s   b r i d g e s   1 1   y e a r   s e n t e n c e   c h a r l o t t e h o r n e t s   n b a t o p s h o t   n b a m e d i a d a y   n b a t w i t t e r
k i n g   f u s e ' s   l i t   h o u s e   m o r n i n g   a f t e r   s h o w   ‼ ️   j o i n   u s   f o r   t h e   l i v e   s t r e a m   s p e a k i n g   o n   t h e   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   j a m e s b o u k n i g h t   g e l o b a l l   l i a n g e l o b a l l   n u m e d i a   l i t h o u s e   🔥 🏠    
s a m   h a u s e r   h i g h l i g h t s   v s   c h a r l o t t e   h o r n e t s   ( 1 4   p t s ,   3   r e b ,   2   a s t )   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
l i a n g e l o   b a l l   m a k e s   h i s   n b a   p r e s e a s o n   d e b u t   🔥 🍿 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
j a y l e n   b r o w n   h i g h l i g h t s   v s   c h a r l o t t e   h o r n e t s   ( 2 4   p t s ,   5   r e b )   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
d e n n i s   j r .   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e n n i s j r .   d e n n i s   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
j t   t h o r   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j t t h o r   j t   t h o r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
j a l e n   m c d a n i e l s   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n m c d a n i e l s   j a l e n   m c d a n i e l s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   c h a r l o t t e   h o r n e t s   n b a   v i d e o :  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   c h a r l o t t e   h o r n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b u z z c i t y   c h a r l o t t e h o r n e t s   c h a r l o t t e   h o r n e t s   l a m e l o b a l l   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
w i z   s t a r   b e a l   e x i t s   p r o t o c o l s ,   s t i l l   o u t   v s .   h o r n e t s   c h a r l o t t e   h o r n e t s   n b a  
n i c k   r i c h a r d s   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i c k r i c h a r d s   n i c k   r i c h a r d s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
t e r r y   r o z i e r   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t e r r y r o z i e r   t e r r y   r o z i e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
d i f f e r e n t   s e a t s   f o r   g a m e   n u m b e r   t w o   o f   t h e   s e a s o n .   h o p i n g   f o r   s o m e   m o m e n t u m   g o i n g   i n t o   s a n   a n t o n i o   n e x t   w e e k .   h o r n e t s   n b a   c h a r l o t t e  
  a n d     r e p o r t i n g   l i v e   f r o m   t h e   h i v e !     l e t ’ s   g o     !     b u z z c i t y   a l l f l y   c h a r l o t t e   n b a      
p l a y e d   k n o c k o u t   y e s t e r d a y   o n   m y   b i r t h d a y .   i   h a d   s o   m u c h   f u n !   t h a n k   y o u       h o r n e t s   c h a r l o t t e   b a s k e t b a l l   n b a  
t h a n k s   t o     f o r   c o m i n g   o n   t h e   s h o w   t h i s   w e e k .   m y   c o   h o s t   a n d   i     r e c a p   t h e   h o r n e t s   n e w s   f o l l o w e d   b y   a   t a l k   w i t h   s o m b r e r o   m a n .   h o r n e t s   p a n t h e r s   c h a r l o t t e f c   b u z z c i t y   a l l f l y 
   k e e p p o u n d i n g     
 c h a r l o t t e   

w i z a r d s '   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l s   c h a r l o t t e   h o r n e t s   n b a  
s h o p   a l l f l y   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   c h a r l o t t e   h o r n e t s   c h a r l o t t e n c   c h a r l o t t e h o r n e t s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
k e l l y   j r .   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e l l y j r .   k e l l y   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
j a m e s   b o u k n i g h t   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s b o u k n i g h t   j a m e s   b o u k n i g h t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
m a s o n   p l u m l e e   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a s o n p l u m l e e   m a s o n   p l u m l e e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
e v e r y b o d y   l o v e s   t e r r y   r o z i e r 
 
 
 
 n b a   a l l f l y   c h a r l o t t e   h o r n e t s   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   m m f l   j a z z   m f f l   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   n b a i n a b u d h a b i   c e l t i c s   s p u r s
t h e     m a d e   t h e   p l a y - i n   t o u r n a m e n t   b u t   a f t e r   f i r i n g   h e a d   c o a c h   j a m e s   b o r r e g o   a n d   d r a m a   s u r r o u n d i n g   m i l e s b r i d g e ,   t h i s   r o s t e r   i s   i n   a   v e r y   w e i r d   s p o t .   
 
 w a t c h   h e r e :   
 
 h o r n e t s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   l a m e l o b a l l   t e r r y r o z i e r   c h a r l o t t e  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
c h a r l o t t e   h o r n e t s   d r o p   t h i r d   s t r a i g h t ,   l o s e   t o   b o s t o n   c e l t i c s 
 
 
 
 n b a   c h a r l o t t e   h o r n e t s   a l l f l y   b o s t o n   c e l t i c s   b l e e d g r e e n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a a l l s t a r   n b a j a p a n g a m e s 2 0 2 2   n b a i n a b u d h a b i   l a k e s h o w   h e a t t w i t t e r   m f f l   s u n s
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   c h a r l o t t e   h o r n e t s   n b a   v i d e o :  
j u s t i n   j a c k s o n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j u s t i n   j a c k s o n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
d e r r i c k   w h i t e   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   d e r r i c k   w h i t e   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
j a y l e n   b r o w n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
l a m e l o   b a l l   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   l a m e l o   b a l l   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
p . j .   w a s h i n g t o n   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p . j . w a s h i n g t o n   p . j .   w a s h i n g t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
n o a h   v o n l e h   -   1 4   p t s ,   1 3   r e b ,   2   a s t ,   1   s t l   f u l l   h i g h l i g h t s | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 n o a h v o n l e h   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

t e r r y   r o z i e r   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t e r r y r o z i e r   t e r r y   r o z i e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
  b l a k e   g r i f f i n   c e l t i c s   d e b u t   -   7   p t s ,   9   r e b ,   2   a s t   f u l l   p l a y | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 b l a k e g r i f f i n   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

l a m e l o   b a l l   n e e d s   a n k l e   i n s u r a n c e   a f t e r   t h i s   c r o s s o v e r   b y   w h i t e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   l a m e l o   b a l l   c r o s s o v e r   c h a   c h a r l o t t e   h o r n e t s   b o s   b o s t o n   c e l t i c s
o n   t h i s   f o o d f u n f r i d a y   a t   d a s h   w e ’ r e   c e l e b r a t i n g   t w o   t h i n g s   t h a t   c h a r l o t t e   l o v e s ,   f o o d   a n d   s p o r t s !   t h a n k s     f o r   l e t t i n g   u s   k n o w   t h a t   o u r     w i l l   n o w   h a v e   s t r e e t   t a c o s ,   v e g g i e   o p t i o n s ,   a n d   t a t e r   t o t s   b o t h   l o a d e d   a n d   s t u f f e d !   d a s h c o u r i e r    
c h a r l o t t e   h o r n e t s   j a m e s   b o u k n i g h t   h a s   n o t   l o o k e d   g o o d     v i a   
 
 c h a r l o t t e h o r n e t s   n b a   h o r n e t s   b a s k e t b a l l   c h a r l o t t e   l a m e l o b a l l   t e r r y r o z i e r   m i l e s b r i d g e s   c h a r l o t t e n c   p j w a s h i n g t o n   b o u k n i g h t   b u z z c i t y   c a r o l i n a p a n t h e r s   l i a n g e l o b a l l   l e b r o n j a m e s  
n i c k   r i c h a r d s   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i c k r i c h a r d s   n i c k   r i c h a r d s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
p . j .   w a s h i n g t o n   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p . j . w a s h i n g t o n   p . j .   w a s h i n g t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
h o r n e t s   c e l t i c s   c h a r l o t t e   n b a   b a s k e t b a l l   l a m e l o   ( f o r   t h e   t w i t t e r   a l g o r i t h m   t o   p r o m o t e   i t   f o r   f r e e   t o   t h e   r i g h t   p l a c e ,   i ' d   r e a l l y   l i k e   t o   s e l l   t h e   t i c k e t s )
t e r r y   r o z i e r   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t e r r y r o z i e r   t e r r y   r o z i e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
p o s t   g a m e   t h r e a d :   t h e   i n d i a n a   p a c e r s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 2 2 - 9 7   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   c h a r l o t t e   h o r n e t s   n b a   v i d e o :  
m a s o n   p l u m l e e   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a s o n p l u m l e e   m a s o n   p l u m l e e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
k e l l y   j r .   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e l l y j r .   k e l l y   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s
s c a r y   t e r r y 🔥 🎃 
 _ r o z z a y 3   
 c h a r l o t t e   h o r n e t s   g r a p h i c   d e s i g n   n b a   h a l l o w e e n   b a s k e t b a l l  
l o u d e s t   c h e e r s   o f   t h e   n i g h t   h a p p e n e d   d u r i n g   t h e s e   f r e e   t h r o w s .     h o r n e t s   c h a r l o t t e   n b a  
f e e l s   g o o d   t o   b e   a t   a   b a s k e t b a l l   g a m e   i n   c h a r l o t t e .   j u s t   h a v e   t o   k e e p   t e l l i n g   m y s e l f   t h a t   i t ’ s   o n l y   t h e   p r e s e a s o n .   h o r n e t s   n b a   c h a r l o t t e  
y o u   k n o w   w h e r e   t o   f i n d   u s   u n t i l     w i n   t h e   t i t l e   n e x t   j u n e     h o r n e t s   n b a   c h a r l o t t e  
b a c k   i n   t h e   h i v e !     l e t ’ s   g o     ! !   a l l f l y 🦅   b u z z c i t y   n b a   c h a r l o t t e   c r o w n c l u b c l t  
i f   a n y o n e   n e e d s   a   l i n k   f o r   t o n i g h t s   g a m e   d m   m e   c h a r l o t t e   h o r n e t s   p a c e r s
h e y     i ’ m   g i v i n g   y o u   p e r m i s s i o n   t o   u s e   a l l   t h e   b i g   w i n   e n e r g y *   a v a i l a b l e   i n   c h a r l o t t e   t o n i g h t .   
 
 s o r r y   ,   g o i n g   t o   n e e d   y o u   t o   t a k e   o n e   f o r   t h e   t e a m .   
 
 * t h i s   d o e s   n o t   a p p l y   t o   h e a l t h .   a l l   i n q u i r i e s   a r e   f o r b i d d e n   f o r   b o t h   t e a m s   t o n i g h t
w h a t   i f - - h o r n e t s   i n s t e a d   o f   t h e   p a n t h e r s   w h a t i f   h o r n e t s   p a n t h e r s   c h a r l o t t e   n o r t h c a r o l i n a   v i r a l   f o o t b a l l   n f l   s p o r t s   f u t b o l   f i f a   s p o r t   b a s k e t b a l l  
s t e v e   c l i f f o r d   r e c e i v e s   p r a i s e   i n   n b a   g e n e r a l   m a n a g e r   s u r v e y 
 
 
 
 n b a   a l l f l y   c h a r l o t t e   h o r n e t s   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a d r a f t   l a k e s h o w   l a k e r s   l o s a n g e l e s   b u l l s n a t i o n   m f f l   b l e e d g r e e n   p i s t o n s   p a c e r s   s i x e r s   7 6 e r s   j a z z
c h a r l o t t e   h o r n e t s   s p o r t s 
 c h a r l o t t e   h o r n e t s ,   m i l e s   b r i d g e s   l e t   q u a l i f y i n g   p r o v i d e   e x p i r e   
  
s h o p   a l l f l y   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   c h a r l o t t e   h o r n e t s   c h a r l o t t e n c   c h a r l o t t e h o r n e t s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
g r e a t   t o   s e e   a n o t h e r   f o r m e r   h o r n e t s   p l a y e r   o n   t h e   t e a m .     h e   p l a y e d   i n   4 5   r e g u l a r   s e a s o n   & a m p ;   9   p l a y o f f   g a m e s   f o r   c h a r l o t t e   d u r i n g   t h e   2 0 0 1 - 0 2   s e a s o n ,   w h i c h   w a s   a l s o   t h e   l a s t   s e a s o n   f o r   t h e   t e a m   i n   c h a   b e f o r e   m o v i n g   t o   n e w   o r l e a n s .   b u z z c i t y    
    g r e a t   t o   s e e   a n o t h e r   f o r m e r   h o r n e t s   p l a y e r   o n   t h e   t e a m .     h e   p l a y e d   i n   4 5   r e g u l a r   s e a s o n   & a m p ;   9   p l a y o f f   g a m e s   f o r   c h a r l o t t e   d u r i n g   t h e   2 0 0 1 - 0 2   s e a s o n ,   w h i c h   w a s   a l s o   t h e   l a s t   s e a s o n   f o r   t h e   t e a m   i n   c h a   b e f o r e   m o v i n g   t o   n e w   o r l e a n s .   b u z z c i t y  
w a s h i n g t o n   w i z a r d s   v s   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   f r e e n b a b e t t i n g p r e d i c t i o n s t o d a y   n b a b e t t i n g p i c k s   n b a b e t t i n g p r e d i c t i o n t o d a y   n b a b e t t i n g p r e d i c t i o n s   n b a b e t t i n g p r e d i c t i o n s t o d a y   n b a b e t t i n g t i p s   n b a b e t t i n g t i p s t o d a y   n b a f r e e p i c k s  
t r u e   o r   f a l s e ? 
 
 c h a r l o t t e n c   c h a r l o t t e s p o r t s   c h a r l o t t e f c   c a r o l i n a p a n t h e r s   c h a r l o t t e h o r n e t s   s t e r l i n g t h r i l l  
t e r r y   r o z i e r   o n   l a m e l o ' s   i n j u r y :   " i   g o t   h u r t   i n   t h e   p r e s e a s o n   i n   p r a c t i c e   a n d   c o u l d n ’ t   b e   w i t h   t h e   g u y s   a t   t h e   b e g i n n i n g   o f   t h e   s e a s o n .   i   d o n ’ t   t h i n k   t h a t ’ s   g o i n g   t o   h a p p e n   w i t h   m e l o . " 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
l a m e l o   b l o c k s   7 ’ 3   p o r z i g i s   ( l i a n g e l o   s c o r e s   i n   4 t h   p r e s e a s o n   g a m e )   h o r n e t s   v s   w i z a r d s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g e l o   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
🔴   w a s h i n g t o n   w i z a r d s   @   c h a r l o t t e   h o r n e t s   p r e s e a s o n   l i v e   w a t c h   p a   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e n b a   e a s t e r n c o n f e r e n c e   f a n r e a c t i o n   h o r n e t s f a n   h o r n e t s f a n s   l a m e l o b a l l   n b a   n b a f a n   n b a f a n c h a n n e l   s a m d r a c u l a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
k r i s t a p s   p o r z i n g i s   l i m p s   t o   l o c k e r   r o o m   w i t h   a n k l e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   k r i s t a p s p o r z i n g i s   k r i s t a p s p o r z i n g i s a n k l e   k r i s t a p s p o r z i n g i s a n k l e i n j u r y   k r i s t a p s p o r z i n g i s h i g h l i g h t s   k r i s t a p s p o r z i n g i s i n j u r e d   k r i s t a p s p o r z i n g i s i n j u r y  
l a m e l o   b a l l   s p r a i n s   h i s   a n k l e   i n   c h a r l o t t e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
“ a n o t h e r   m i c h a e l   j o r d a n   c r y i n g   m e m e   i n c o m i n g ”   l a m e l o   b a l l   s u f f e r s   d e v a s t a t i n g   a n k l e   i n j u r y   w h i c h   c o u l d   h a m p e r   h o r n e t s ’   p l a y o f f s   a s p i r a t i o n s     c h a r l o t t e h o r n e t s   n b a
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
l a m e l o   a n d   h o r n e t s   l o s t   i t   a f t e r   r o o k i e   k a i   j o n e s   h i t   s p l i t s   a t   a n   o p e n   p r a c t i c e   d a n c e   c o m p e t i t i o n   😂 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s o u t h e a s t d i v i s i o n   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   -   . . . 
   
 
   
 c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s p r e s e a s o n   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s w a s h i n g t o n w i z a r d s p r e d i c t i o n   e a s t e r n c o n f e r e n c e   h o r n e t s v s w i z a r d s   h o r n e t s v s w i z a r d s l i v e   n b a p r e s e a s o n   p a c e r s v s h o r n e t s  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   -   f u l l   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   s o u t h e a s t d i v i s i o n   w i z a r d s v s h o r n e t s   w i z a r d s v s h o r n e t s 2 0 2 2  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   c h a r l o t t e   h o r n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b u z z c i t y   c h a r l o t t e h o r n e t s   c h a r l o t t e   h o r n e t s   l a m e l o b a l l   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s o u t h e a s t d i v i s i o n   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
i d k   h o w   w e   g o t   b l e w   o u t   i n   t h e   4 t h   q u a r t e r   c h a r l o t t e h o r n e t s   😒
j o i n   t h e     n u m e d i a   s p a c e s   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n i c k r i c h a r d s   j a m e s b o u k n i g h t   b r y c e m c g o w e n s   w a s h i n g t o n w i z a r d s   w i z a r d s  
w a t c h i n g   m y   f a v o r i t e   n b a   p l a y e r   a n d   a d o p t e d   s o n ! !   g o   b r y c e   m c g o w e n s   a n d   c h a r l o t t e   h o r n e t s !   b r y c e m c g o w e n s   c h a r l o t t e h o r n e t s  
c h e c k   o u t   o u r   l a t e s t   e p i s o d e   w i t h   a   c h a r l o t t e   l e g e n d   a n d   t a k e   a   l i s t e n   o n   o u r   s e a s o n   e x p e c t a t i o n s ! 
 
 c h a r l o t t e h o r n e t s   h o r n e t s   n b a   
 
  
w e   a r e   l i v e   r i g h t   n o w   i n   r e v ' s   k i n g   f u s e ' s   l i t   h o u s e   ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m .   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t     l a m e l o b a l l   l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s   b r a d l e y b e a l   k y l e k u z m a   n b a  
g a m e   t h r e a d :   w a s h i n g t o n   w i z a r d s   ( 0 - 2 )   a t   c h a r l o t t e   h o r n e t s   ( 0 - 3 )   o c t   1 0   2 0 2 2   7 : 0 0   p m 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
w h a t   w o u l d   i t   t a k e   f o r   t h e   c h a r l o t t e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
b l a c k m a m b a   l o s a n g e l e s l a k e r s   u n i f o r m s   
 m l k   a t l a n t a h a w k s   u n i f o r m s   
 b u z z c i t y   c h a r l o t t e h o r n e t s   u n i f o r m s   
 t h r o w b a c k   m e m p h i s g r i z z l i e s   u n i f o r m s   
 n b a t w i t t e r   b e s t   n b a   u n i f o r m s   a r g u a b l y
k a i   j o n e s   i s   a   t r e a s u r e   a n d   w e   m u s t   p r o t e c t   h i m   a t   a l l   c o s t s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
c h a r l o t t e   h o r n e t s   m i s s   o u t   o n   d a r v i n   h a m   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
g o l d e n   s t a t e   w a r r i o r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   n o v e m b e r   1 4   |   2 0 2 2   n b a   s e a s o n 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
l a m e l o   b a l l   f o u l e d   o u t !   2 3   p t s ,   1 0   a s t     v s   c e l t i c s   🔥 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w   m e l o   n b a   s o u t h e a s t d i v i s i o n  
e x p e r i e n c i n g   a n   n b a   m a t c h   l i v e   h a s   b e e n   a   d r e a m   a n d   t o d a y ,   t h a t   d r e a m   s e e p e d   i n t o   r e a l i t y .   t h a n k   y o u   f o r   t h i s   b u z z i n g   o p p o r t u n i t y   .   🐝   
 
 s w i p e   l e f t   t o   s e e   t h e   s i g n e d   s o u v e n i r   i   c a u g h t   f r o m   . 🏀   
 
 c h a r l o t t e h o r n e t s   t h e a m e r i c a n d r e a m   h o r n e t t s  
c h a r l o t t e   h o r n e t s   h e a d   c o a c h   a n d   . . . 
   
 
   
 2 0 2 2 2 0 2 3 n b a s e a s o n   b o s t o n c e l t i c   c e l t i c   c e l t i c v s h o r n e t s   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c   e a s t e r n c o n f e r e n c e   h o r n e t s v s b o s t o n   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a 2 0 2 2   n b a 2 0 2 2 s e a s o n  
c h a r l o t t e   h o r n e t s   b e g i n   h e a d   c o a c h   i n t e r v i e w s 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e n b a   e a s t e r n c o n f e r e n c e   f a n r e a c t i o n   h o r n e t s f a n   h o r n e t s f a n s   l a m e l o b a l l   n b a   n b a f a n   n b a f a n c h a n n e l   s o u t h e a s t d i v i s i o n  
w o u l d   a   t r a d e   f o r   j o h n   c o l l i n s   w o r k   f o r   t h e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
s h o p   a l l f l y   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   c h a r l o t t e   h o r n e t s   c h a r l o t t e n c   c h a r l o t t e h o r n e t s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m ‼ ️ w e ' r e   i n   t h e   l i t   h o u s e   🔥 🏠   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n b a  
l i a n g e l o   b a l l   g o t   b e n c h e d   t h e n   d i d   . . . 
   
 
   
 b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   d k m   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s   l a m e l o   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l v s b o s t o n c e l t i c s   l a v a r  
k e m b a   w a l k e r   s t i l l   o p t i m i s t i c   t o   g a i n   p l a y i n g   o p p o r t u n i t y   c h a r l o t t e h o r n e t s   d e t r o i t p i s t o n s   k e m b a w a l k e r  
a f t e r   s e e i n g     b r e a k   d a n c e   i n   t h e m     m a n   i ’ m   s c a r e d   n o w   🤣     n b a   c h a r l o t t e h o r n e t s   l a m e l o b a l l  
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 9 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   p o s t g a m e   b r e a k d o w n !   b e n c h   u n i t   d e f e a t s   h o r n e t s !   b l a k e   d e b u t ! 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
c l i c k   t h e   l i n k   t o   w a t c h     s t r e a m   o n   y o u t u b e ‼ ️   s i t   b o u k   f o r   g e l o   ⁉ ️ 🤔     l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s
e x c l u s i v e   1 - o n - 1 :   k e m b a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s h o r n e t s   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   k e m b a c e l t i c s   k e m b a o n c e l t i c s   k e m b a o n j a y s o n t a t u m j a y l e n b r o w n   k e m b a w a l k e r   k e m b a w a l k e r a b b y c h i n   k e m b a w a l k e r c e l t i c s  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   h i g h l i g h t s   4 t h   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   . . . 
   
 
   
 2 0 2 2 2 0 2 3 n b a s e a s o n   c c b n   c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s 2 0 2 2   c e l t i c s v s h o r n e t s f u l l g a m e h i g h l i g h t s   c e l t i c s v s h o r n e t s h i g h l i g h t s   c e l t i c s v s h o r n e t s p r e s e a s o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e l t i c s v s h o r n e t s   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s v s c e l t i c s   n b a h i g h l i g h t s   n b a p l a y o f f s   s o u t h e a s t d i v i s i o n  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   . . . 
   
 
   
 c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s 2 0 2 2   c e l t i c s v s h o r n e t s f u l l g a m e h i g h l i g h t s   c e l t i c s v s h o r n e t s h i g h l i g h t s   c e l t i c s v s h o r n e t s p r e s e a s o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ b o s t o n c e l t i c s   1 1 2   ( 2 - 1 ) 🔸 
 ⬇ ️ c h a r l o t t e h o r n e t s   1 0 3   ( 0 - 3 ) 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔴 d n p   -   c o a c h ' s   d e c i s i o n 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
c h a r l o t t e h o r n e t s   b o s t o n c e l t i c s   n b a t w i t t e r     b u z z c i t y   j e r s e y s   a r e   n e e d e d
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
1 9 9 1   s k y b o x   r e x   c h a p m a n   s k y m a s t e r .   c h a r l o t t e   i n   t h e   b a c k g r o u n d   i s   p r e t t y   s w e e t ,   b u t   i t ’ s   t h e   c o n v e r s e   k i c k s   t h a t   d o e s   i t   f o r   m e !     j u n k w a x   s k y b o x   c h a r l o t t e h o r n e t s   b a s k e t b a l l c a r d s  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 5 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
c a r o l i n a p a n t h e r s   a n d   t h e   c h a r l o t t e h o r n e t s   w i l l   h a v e   t h e   1   p i c k   i n   t h e r e   c o m i n g   d r a f t s
l i a n g e l o   b a l l   l o s i n g   h o r n e t s   n b a   r o s t e r   s p o t   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   g e l o b a l l h o r n e t s   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l i a n g e l o b a l l  
c h a r l o t t e   h o r n e t s   n b a   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t 
 
 — — — — — —   
 
 f a s h i o n   h o t f a s h i o n   s e n p r i n t   t r e n d   c h a r l o t t e h o r n e t s   n b a   c h a r l o t t e   h o r n e t s   n b a   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t   -   s e n p r i n t m a r t   s t o r e 
 

c h a r l o t t e h o r n e t s   1 3   c a r d   t e a m   l o t   h o r n e t s   
 
 $ 5   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
a r e   t h e   h o r n e t s   i n   t r o u b l e ?   c l i c k   t h e   l i n k   i f   y o u   m i s s e d   t h e   l i t   h o u s e   s t r e a m   e a r l i e r   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   v i c w e m b a n y a m a   n u m e d i a   l i t h o u s e
t h e   c h a r l o t t e   h o r n e t s   g e t   e x p o s e d   b y   t h e   i n d i a n a   p a c e r s 
   
 
   
 b r y c e m c g o w e n s   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s r u m o r s   c h a r l o t t e h o r n e t s v s i n d i a n a p a c e r s   e a s t e r n c o n f e r e n c e   h o r n e t s n e w s   i n d i a n a p a c e r s   l a m e l o b a l l   n b a p r e s e a s o n  
b e n n e d i c t   m a t h u r i n   h i g h l i g h t s   v s   c h a r l o t t e   h o r n e t s   |   o c t   5   |   2 0 2 3   n b a   r o o k i e s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
s h e m e i   r y o m o u   ( " i k k i   t o u s e n " )   w i t h     g e a r .   
 
 t h a n k s   f o r   y o u r   s u p p o r t ! 
 
 a r t   a r t w o r k     i k k i t o u s e n   s h e m e i r y o m o u   n b a   f a n a r t   f a n a r t a n i m e   f a n a r t a n i m e g i r l   c h a r l o t t e h o r n e t s   j e r s e y g a l s j a y q c 8 0   a r t i s t s o n t w i t t e r     b l a c k a r t i s t   s m a l l a r t i s t  
c h a r l o t t e   h o r n e t s   j a m e s   b o u k n i g h t   h a s   n o t   l o o k e d   g o o d     v i a   
 
 c h a r l o t t e h o r n e t s   n b a   h o r n e t s   b a s k e t b a l l   c h a r l o t t e   l a m e l o b a l l   t e r r y r o z i e r   m i l e s b r i d g e s   c h a r l o t t e n c   p j w a s h i n g t o n   b o u k n i g h t   b u z z c i t y   c a r o l i n a p a n t h e r s   l i a n g e l o b a l l   l e b r o n j a m e s  
l a m e l o   /   l i a n g e l o   b a c k   f o r   g a m e   2   v s   p a c e r s   ( p r e s e a s o n )   c r o w d   c h a n t i n g   “ w e   w a n t   g e l o ” 
   
 
   
 b b b   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s   i n d i a n a p a c e r s   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   w e w a n t g e l o  
p o s t c a s t :   p r e s e a s o n   g r o w i n g   p a i n s   c o n t i n u e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ i n d i a n a p a c e r s   1 2 2   ( 1 - 0 ) 🔸 
 ⬇ ️ c h a r l o t t e h o r n e t s   9 7   ( 1 
 0 - 2 ) 
 🔶 c h r i s   d u a r t e 🇩 🇴 
 ( s g / 6 ' 5 " / 1 9 0 l b s ) 
 🔹 1 2 / p t s 
 🔹 6 / r e b 
 🔹 2 / a s t 
 🔹 0 / s t l 
 🔹 0 / b l k 
 🔹 1 / t o 
 🔹 4 / 5 t 2 
 🔹 0 / 2 t 3 
 🔹 4 / 4 t l 
 🔹 2 2 : 0 9 / m i n : s e g 
 _ d u a r t e 5 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
l a m e l o   b a l l   a n d   l i a n g e l o   h o r n e t s   i n t r o ! 
   
 
   
 a b t h e h e r o   b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   b i g b a l l e r b r a n d   c h a r l o t t e h o r n e t s   d k m   e a s t e r n c o n f e r e n c e   j b a l e a g u e   l a m e l o b a l l   l a m e l o b a l l h o r n e t s   l a v a r b a l l   l i a n g e l o b a l l   l o n z o b a l l   l o n z o b a l l p e l i c a n s  
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s v s p a c e r s   n b a h i g h l i g h t s   n b a p l a y o f f s   p a c e r s v s h o r n e t s   s o u t h e a s t d i v i s i o n  
p a c e r s   a t   h o r n e t s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 1 8   s o u t h e a s t d i v i s i o n  
p o s t   g a m e   t h r e a d :   t h e   i n d i a n a   p a c e r s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 2 2 - 9 7   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
p o s t   g a m e   t h r e a d :   t h e   i n d i a n a   p a c e r s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 2 2 - 9 7 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
f i r s t   t i m e   i n   a   s u i t e   🤝   f i r s t   t i m e   a t   a   b a s k e t b a l l   g a m e   c h a r l o t t e h o r n e t s    
l a m e l o   j u s t   n o t   a   p l a y e r   y e t   t h a t   c a n   b e   t h e   t o p   l e a d e r   a n d   t a k e   c h a r g e .   l a m e l o   p l a y i n g   l a z t   l i k e   c h a r l o t t e h o r n e t s
t h e   t e a m   j u s t   d o e s n ' t   l o o k   g o o d   t o g e t h e r 
 .   t h e y   n e e d   t o   r u n   u p   a n d   d o w n .   t o o   m u c h   o n e   o n   o n e   c h a r l o t t e h o r n e t s
l a t e s t   a r t i c l e   o n   c h a r l o t t e   h o r n e t s '   l a m e l o   b a l l   b y   n u m e d i a   w r i t e r   j u d a h   b a p t i s t e .   c l i c k   t h e   l i n k   ‼ ️   l a m e l o b a l l   c h a r l o t t e h o r n e t s   h o r n e t s   n b a   n u m e d i a  
l a m e l o   b e f o r e   h i s   g a m e   v s   p a c e r s   l a m e l o b a l l   h o r n e t s   c h a r l o t t e h o r n e t s  
g a m e   n i g h t ! ! ! 
 b u z z c i t y   c h a r l o t t e h o r n e t s   h o n e y b e e s   @   s p e c t r u m   c e n t e r  
w e   a r e   l i v e   i n   t h e   s p e c t r u m   c e n t e r ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   l i v e   s t r e a m     c h a r l o t t e h o r n e t s   h o r n e t s   n b a   l a m e l o b a l l   t y r e s e h a l i b u r t o n   i n d i a n a p a c e r s   p a c e r s   n u m e d i a   l i t h o u s e
c h a r l o t t e   h o r n e t s '   c o a c h   ( s t e v e   c l i f f o r d )   s p e a k s   o n   f a n ' s   f r u s t r a t i o n   w /   g o r d o n   h a y w a r d   & a m p ;   m o r e .   c l i c k   t h e   l i n k   & a m p ;   l i k e   t h e   v i d e o     n u m e d i a   c h a r l o t t e h o r n e t s   n b a   h o r n e t s   s t e v e c l i f f o r d   l a m e l o b a l l   g o r d o n h a y w a r d
l i a n g e l o   b a l l   b e n c h e d   i n   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l c h a r l o t t e h o r n e t s   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w  
v i c t o r   w e m b a n y a m a   w i t h   3 7   p t s   ( 1 1 - 2 0   f g s ,   7 - 1 1   f r o m   3 ) ,   4   r e b s ,   5   b l k s   a g a i n s t   s c o o t   h e n d e r s o n ' s   2 8   p t s   ( 1 1 - 2 1   f g s ,   2 - 3   f r o m   3 ) ,   4   r e b s ,   9   a s t s ,   2   s t l s   t o n i g h t . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
t h e   c h a r l o t t e   h o r n e t s   d o n & a m p ; 3 9 ; t   a c q u i r e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
1 9 9 8 - 9 9   f l e e r   u l t r a   b a s k e t b a l l   2 4   d a v i d   w e s l e y   c h a r l o t t e h o r n e t s   h o r n e t s   
 
 j u s t   a   r e a l l y   c o o l   c a r d   
 
 $ 2   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
m i l e s   b r i d g e s ,   h o r n e t s   a l l o w   $ 7 . 9 m   q u a l i f y i n g   o f f e r   t o   e x p i r e 
 c h a r l o t t e h o r n e t s   n b a
c h a r l o t t e   h o r n e t s   h i r e   s t e v e   c l i f f o r d .   i s   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
t h e   t r u t h   a b o u t   l i a n g e l o   b a l l   :   t h e   g o o d ,   b a d ,   & a m p ;   t h e   u g l y ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   r e v ' s   " k i n g   f u s e ' s   l i t   h o u s e "   s t r e a m   o n   y o u t u b e     l i a n g e l o b a l l   g e l o b a l l   g 3   g e l o   c h a r l o t t e h o r n e t s   g r e e n s b o r o s w a r m   h o r n e t s   n b a   n u m e d i a   l i t h o u s e  
s h o p   a l l f l y   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   c h a r l o t t e   h o r n e t s   c h a r l o t t e n c   c h a r l o t t e h o r n e t s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
h o r n e t s   v s   t i m b e r w o l v e s   |   n b a   s u m m e r   l e a g u e   |   f u l l   g a m e   h i g h l i g h t s 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 1 5 2 2 2 0 0 0 6 3   s o u t h e a s t d i v i s i o n  
l a m e l o   b a l l   o n   s t e v e   c l i f f o r d   " i   a l r e a d y   l o v e   t h e   d u d e   m a n " ,   s t r e n g t h s / w e a k n e s s e s   o f   h i s   g a m e ,   w h a t   t o   e x p e c t   t h i s   s e a s o n ,   & a m p ;   m o r e .   c h e c k   o u t   t h e   i n t e r v i e w     l a m e l o b a l l   s t e v e c l i f f o r d   c h a r l o t t e h o r n e t s   h o r n e t s   n b a   b a s k e t b a l l   n u m e d i a
i   p a i n t e d   t h e   g r e a t   m i c h a e l   j o r d a n .   
 b r i g h t n t u l i a r t   
 m i c h a e l j o r d a n   m j   m j 2 3   g o a t   c h i c a g o b u l l s   t h e l a s t d a n c e   j o r d a n s   j u m p m a n   c h a r l o t t e h o r n e t s   s c o t t i e p i p p e n   n b a   b a s k e t b a l l   g r e a t n e s s  
l e b r o n   b a c k s   r u s s ,   l a k e r s - p a c e r s   . . . 
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   c e n t r a l d i v i s i o n   c f b   c h a r l o t t e h o r n e t s   c h r i s p a u l   c o l i n c o w h e r d   c o l l e g e b a s k e t b a l l   c o l l e g e f o o t b a l l   d e a n d r e a y t o n   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   f o o t b a l l   g o l d e n s t a t e w a r r i o r s  
b o s t o n   c e l t i c s   v s .   c h a r l o t t e   h o r n e t s   g a m e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s o u t h e a s t d i v i s i o n   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬇ ️ c h a r l o t t e h o r n e t s   9 3   ( 0 - 1 ) 
 ⬆ ️ b o s t o n c e l t i c s   1 3 4   ( 1 - 0 ) 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔹 9 / p t s 
 🔹 5 / r e b 
 🔹 4 / a s t 
 🔹 0 / s t l 
 🔹 1 / b l k 
 🔹 0 / t o 
 🔹 1 / 1 t 2 
 🔹 2 / 2 t 3 
 🔹 0 / t l 
 🔹 1 8 : 0 0 / m i n : s e g 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
l i v e   g a r d e n   r e p o r t :   c e l t i c s   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s p o s t g a m e s h o w   c h a r l o t t e h o r n e t s   c l n s   c l n s c e l t i c s p o s t g a m e   c l n s m e d i a   c l n s p o s t g a m e  
t h e   c h a r l o t t e   h o r n e t s   g o t   e m b a r a s s e d   b y   t h e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s b a s k e t b a l l   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   h o r n e t s v s c e l t i c s   l a m e l o b a l l   l i a n g e l o b a l l   n b a p r e s e a s o n   s o u t h e a s t d i v i s i o n  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   |   o c t   2   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e l t i c s v s h o r n e t s   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s v s c e l t i c s   n b a h i g h l i g h t s   n b a p l a y o f f s   s o u t h e a s t d i v i s i o n  
m i l e s   b r i d g e s   1 1   y e a r   s e n t e n c e   c h a r l o t t e h o r n e t s   n b a t o p s h o t   n b a m e d i a d a y   n b a t w i t t e r
k i n g   f u s e ' s   l i t   h o u s e   m o r n i n g   a f t e r   s h o w   ‼ ️   j o i n   u s   f o r   t h e   l i v e   s t r e a m   s p e a k i n g   o n   t h e   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   j a m e s b o u k n i g h t   g e l o b a l l   l i a n g e l o b a l l   n u m e d i a   l i t h o u s e   🔥 🏠    
s a m   h a u s e r   h i g h l i g h t s   v s   c h a r l o t t e   h o r n e t s   ( 1 4   p t s ,   3   r e b ,   2   a s t )   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
l i a n g e l o   b a l l   m a k e s   h i s   n b a   p r e s e a s o n   d e b u t   🔥 🍿 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
j a y l e n   b r o w n   h i g h l i g h t s   v s   c h a r l o t t e   h o r n e t s   ( 2 4   p t s ,   5   r e b )   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
d e n n i s   j r .   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e n n i s j r .   d e n n i s   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
j t   t h o r   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j t t h o r   j t   t h o r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
j a l e n   m c d a n i e l s   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n m c d a n i e l s   j a l e n   m c d a n i e l s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   c h a r l o t t e   h o r n e t s   n b a   v i d e o :  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   c h a r l o t t e   h o r n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b u z z c i t y   c h a r l o t t e h o r n e t s   c h a r l o t t e   h o r n e t s   l a m e l o b a l l   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
w i z   s t a r   b e a l   e x i t s   p r o t o c o l s ,   s t i l l   o u t   v s .   h o r n e t s   c h a r l o t t e   h o r n e t s   n b a  
n i c k   r i c h a r d s   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i c k r i c h a r d s   n i c k   r i c h a r d s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
t e r r y   r o z i e r   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t e r r y r o z i e r   t e r r y   r o z i e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
d i f f e r e n t   s e a t s   f o r   g a m e   n u m b e r   t w o   o f   t h e   s e a s o n .   h o p i n g   f o r   s o m e   m o m e n t u m   g o i n g   i n t o   s a n   a n t o n i o   n e x t   w e e k .   h o r n e t s   n b a   c h a r l o t t e  
  a n d     r e p o r t i n g   l i v e   f r o m   t h e   h i v e !     l e t ’ s   g o     !     b u z z c i t y   a l l f l y   c h a r l o t t e   n b a      
p l a y e d   k n o c k o u t   y e s t e r d a y   o n   m y   b i r t h d a y .   i   h a d   s o   m u c h   f u n !   t h a n k   y o u       h o r n e t s   c h a r l o t t e   b a s k e t b a l l   n b a  
t h a n k s   t o     f o r   c o m i n g   o n   t h e   s h o w   t h i s   w e e k .   m y   c o   h o s t   a n d   i     r e c a p   t h e   h o r n e t s   n e w s   f o l l o w e d   b y   a   t a l k   w i t h   s o m b r e r o   m a n .   h o r n e t s   p a n t h e r s   c h a r l o t t e f c   b u z z c i t y   a l l f l y 
   k e e p p o u n d i n g     
 c h a r l o t t e   

w i z a r d s '   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l s   c h a r l o t t e   h o r n e t s   n b a  
s h o p   a l l f l y   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   c h a r l o t t e   h o r n e t s   c h a r l o t t e n c   c h a r l o t t e h o r n e t s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
k e l l y   j r .   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e l l y j r .   k e l l y   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
j a m e s   b o u k n i g h t   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s b o u k n i g h t   j a m e s   b o u k n i g h t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
m a s o n   p l u m l e e   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a s o n p l u m l e e   m a s o n   p l u m l e e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
e v e r y b o d y   l o v e s   t e r r y   r o z i e r 
 
 
 
 n b a   a l l f l y   c h a r l o t t e   h o r n e t s   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   m m f l   j a z z   m f f l   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   n b a i n a b u d h a b i   c e l t i c s   s p u r s
t h e     m a d e   t h e   p l a y - i n   t o u r n a m e n t   b u t   a f t e r   f i r i n g   h e a d   c o a c h   j a m e s   b o r r e g o   a n d   d r a m a   s u r r o u n d i n g   m i l e s b r i d g e ,   t h i s   r o s t e r   i s   i n   a   v e r y   w e i r d   s p o t .   
 
 w a t c h   h e r e :   
 
 h o r n e t s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   l a m e l o b a l l   t e r r y r o z i e r   c h a r l o t t e  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
c h a r l o t t e   h o r n e t s   d r o p   t h i r d   s t r a i g h t ,   l o s e   t o   b o s t o n   c e l t i c s 
 
 
 
 n b a   c h a r l o t t e   h o r n e t s   a l l f l y   b o s t o n   c e l t i c s   b l e e d g r e e n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a a l l s t a r   n b a j a p a n g a m e s 2 0 2 2   n b a i n a b u d h a b i   l a k e s h o w   h e a t t w i t t e r   m f f l   s u n s
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   c h a r l o t t e   h o r n e t s   n b a   v i d e o :  
j u s t i n   j a c k s o n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j u s t i n   j a c k s o n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
d e r r i c k   w h i t e   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   d e r r i c k   w h i t e   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
j a y l e n   b r o w n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
l a m e l o   b a l l   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   l a m e l o   b a l l   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
p . j .   w a s h i n g t o n   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p . j . w a s h i n g t o n   p . j .   w a s h i n g t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
n o a h   v o n l e h   -   1 4   p t s ,   1 3   r e b ,   2   a s t ,   1   s t l   f u l l   h i g h l i g h t s | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 n o a h v o n l e h   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

t e r r y   r o z i e r   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t e r r y r o z i e r   t e r r y   r o z i e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
  b l a k e   g r i f f i n   c e l t i c s   d e b u t   -   7   p t s ,   9   r e b ,   2   a s t   f u l l   p l a y | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 b l a k e g r i f f i n   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

l a m e l o   b a l l   n e e d s   a n k l e   i n s u r a n c e   a f t e r   t h i s   c r o s s o v e r   b y   w h i t e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   l a m e l o   b a l l   c r o s s o v e r   c h a   c h a r l o t t e   h o r n e t s   b o s   b o s t o n   c e l t i c s
o n   t h i s   f o o d f u n f r i d a y   a t   d a s h   w e ’ r e   c e l e b r a t i n g   t w o   t h i n g s   t h a t   c h a r l o t t e   l o v e s ,   f o o d   a n d   s p o r t s !   t h a n k s     f o r   l e t t i n g   u s   k n o w   t h a t   o u r     w i l l   n o w   h a v e   s t r e e t   t a c o s ,   v e g g i e   o p t i o n s ,   a n d   t a t e r   t o t s   b o t h   l o a d e d   a n d   s t u f f e d !   d a s h c o u r i e r    
c h a r l o t t e   h o r n e t s   j a m e s   b o u k n i g h t   h a s   n o t   l o o k e d   g o o d     v i a   
 
 c h a r l o t t e h o r n e t s   n b a   h o r n e t s   b a s k e t b a l l   c h a r l o t t e   l a m e l o b a l l   t e r r y r o z i e r   m i l e s b r i d g e s   c h a r l o t t e n c   p j w a s h i n g t o n   b o u k n i g h t   b u z z c i t y   c a r o l i n a p a n t h e r s   l i a n g e l o b a l l   l e b r o n j a m e s  
n i c k   r i c h a r d s   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i c k r i c h a r d s   n i c k   r i c h a r d s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
p . j .   w a s h i n g t o n   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p . j . w a s h i n g t o n   p . j .   w a s h i n g t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
h o r n e t s   c e l t i c s   c h a r l o t t e   n b a   b a s k e t b a l l   l a m e l o   ( f o r   t h e   t w i t t e r   a l g o r i t h m   t o   p r o m o t e   i t   f o r   f r e e   t o   t h e   r i g h t   p l a c e ,   i ' d   r e a l l y   l i k e   t o   s e l l   t h e   t i c k e t s )
t e r r y   r o z i e r   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t e r r y r o z i e r   t e r r y   r o z i e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
p o s t   g a m e   t h r e a d :   t h e   i n d i a n a   p a c e r s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 2 2 - 9 7   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   c h a r l o t t e   h o r n e t s   n b a   v i d e o :  
m a s o n   p l u m l e e   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a s o n p l u m l e e   m a s o n   p l u m l e e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
k e l l y   j r .   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e l l y j r .   k e l l y   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s
s c a r y   t e r r y 🔥 🎃 
 _ r o z z a y 3   
 c h a r l o t t e   h o r n e t s   g r a p h i c   d e s i g n   n b a   h a l l o w e e n   b a s k e t b a l l  
l o u d e s t   c h e e r s   o f   t h e   n i g h t   h a p p e n e d   d u r i n g   t h e s e   f r e e   t h r o w s .     h o r n e t s   c h a r l o t t e   n b a  
f e e l s   g o o d   t o   b e   a t   a   b a s k e t b a l l   g a m e   i n   c h a r l o t t e .   j u s t   h a v e   t o   k e e p   t e l l i n g   m y s e l f   t h a t   i t ’ s   o n l y   t h e   p r e s e a s o n .   h o r n e t s   n b a   c h a r l o t t e  
y o u   k n o w   w h e r e   t o   f i n d   u s   u n t i l     w i n   t h e   t i t l e   n e x t   j u n e     h o r n e t s   n b a   c h a r l o t t e  
b a c k   i n   t h e   h i v e !     l e t ’ s   g o     ! !   a l l f l y 🦅   b u z z c i t y   n b a   c h a r l o t t e   c r o w n c l u b c l t  
i f   a n y o n e   n e e d s   a   l i n k   f o r   t o n i g h t s   g a m e   d m   m e   c h a r l o t t e   h o r n e t s   p a c e r s
h e y     i ’ m   g i v i n g   y o u   p e r m i s s i o n   t o   u s e   a l l   t h e   b i g   w i n   e n e r g y *   a v a i l a b l e   i n   c h a r l o t t e   t o n i g h t .   
 
 s o r r y   ,   g o i n g   t o   n e e d   y o u   t o   t a k e   o n e   f o r   t h e   t e a m .   
 
 * t h i s   d o e s   n o t   a p p l y   t o   h e a l t h .   a l l   i n q u i r i e s   a r e   f o r b i d d e n   f o r   b o t h   t e a m s   t o n i g h t
w h a t   i f - - h o r n e t s   i n s t e a d   o f   t h e   p a n t h e r s   w h a t i f   h o r n e t s   p a n t h e r s   c h a r l o t t e   n o r t h c a r o l i n a   v i r a l   f o o t b a l l   n f l   s p o r t s   f u t b o l   f i f a   s p o r t   b a s k e t b a l l  
s t e v e   c l i f f o r d   r e c e i v e s   p r a i s e   i n   n b a   g e n e r a l   m a n a g e r   s u r v e y 
 
 
 
 n b a   a l l f l y   c h a r l o t t e   h o r n e t s   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a d r a f t   l a k e s h o w   l a k e r s   l o s a n g e l e s   b u l l s n a t i o n   m f f l   b l e e d g r e e n   p i s t o n s   p a c e r s   s i x e r s   7 6 e r s   j a z z
c h a r l o t t e   h o r n e t s   s p o r t s 
 c h a r l o t t e   h o r n e t s ,   m i l e s   b r i d g e s   l e t   q u a l i f y i n g   p r o v i d e   e x p i r e   
  
s h o p   a l l f l y   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   c h a r l o t t e   h o r n e t s   c h a r l o t t e n c   c h a r l o t t e h o r n e t s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
g r e a t   t o   s e e   a n o t h e r   f o r m e r   h o r n e t s   p l a y e r   o n   t h e   t e a m .     h e   p l a y e d   i n   4 5   r e g u l a r   s e a s o n   & a m p ;   9   p l a y o f f   g a m e s   f o r   c h a r l o t t e   d u r i n g   t h e   2 0 0 1 - 0 2   s e a s o n ,   w h i c h   w a s   a l s o   t h e   l a s t   s e a s o n   f o r   t h e   t e a m   i n   c h a   b e f o r e   m o v i n g   t o   n e w   o r l e a n s .   b u z z c i t y    
    g r e a t   t o   s e e   a n o t h e r   f o r m e r   h o r n e t s   p l a y e r   o n   t h e   t e a m .     h e   p l a y e d   i n   4 5   r e g u l a r   s e a s o n   & a m p ;   9   p l a y o f f   g a m e s   f o r   c h a r l o t t e   d u r i n g   t h e   2 0 0 1 - 0 2   s e a s o n ,   w h i c h   w a s   a l s o   t h e   l a s t   s e a s o n   f o r   t h e   t e a m   i n   c h a   b e f o r e   m o v i n g   t o   n e w   o r l e a n s .   b u z z c i t y  
n o w   p l a y i n g   t h i n g s   w e   l o s t   ( r a d i o   e d i t )   b y   m e l o d 1 p   l i s t e n   t o   w n n r - d b   o r l a n d o   f l o r i d a   o n l i n e   a t    
n o w   p l a y i n g   t h i n g s   w e   l o s t   ( r a d i o   e d i t )   b y   m e l o d 1 p   l i s t e n   t o   w n n r - d b   o r l a n d o   f l o r i d a   o n l i n e   a t    
l a m e l o   b l o c k s   7 ’ 3   p o r z i g i s   ( l i a n g e l o   s c o r e s   i n   4 t h   p r e s e a s o n   g a m e )   h o r n e t s   v s   w i z a r d s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g e l o   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
🔴   w a s h i n g t o n   w i z a r d s   @   c h a r l o t t e   h o r n e t s   p r e s e a s o n   l i v e   w a t c h   p a   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e n b a   e a s t e r n c o n f e r e n c e   f a n r e a c t i o n   h o r n e t s f a n   h o r n e t s f a n s   l a m e l o b a l l   n b a   n b a f a n   n b a f a n c h a n n e l   s a m d r a c u l a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   c h a r l o t t e   h o r n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b u z z c i t y   c h a r l o t t e h o r n e t s   c h a r l o t t e   h o r n e t s   l a m e l o b a l l   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
h o r n e t s '   l a m e l o b a l l   t o   u n d e r g o   t e s t s   o n   s p r a i n e d   a n k l e .   n b a t w i t t e r  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
p r a y e r s   u p   t o   l a m e l o b a l l .   n b a t w i t t e r   a l l f l y   b u z z c i t y   b b b  
c h a r l o t t e   h o r n e t s   a l l - s t a r   p o i n t   g u a r d   l a m e l o b a l l   s p r a i n e d   h i s   l e f t   a n k l e   i n   t h e   t h i r d   q u a r t e r   o f   a   p r e s e a s o n   1 1 6 - 1 0 7   l o s s   t o   t h e   w a s h i n g t o n   w i z a r d s   o n   m o n d a y   n i g h t   w h e n   h i s   f o o t   w a s   s t e p p e d   o n   w h i l e   h e   w a s   d r i v i n g   t o   t h e   b a s k e t . 
 
 g a m e   r e c a p :    
j o i n   t h e     n u m e d i a   s p a c e s   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n i c k r i c h a r d s   j a m e s b o u k n i g h t   b r y c e m c g o w e n s   w a s h i n g t o n w i z a r d s   w i z a r d s  
w e   a r e   l i v e   r i g h t   n o w   i n   r e v ' s   k i n g   f u s e ' s   l i t   h o u s e   ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m .   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t     l a m e l o b a l l   l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s   b r a d l e y b e a l   k y l e k u z m a   n b a  
b a r t r a n   i s   s t r e a m i n g   l i v e   ‼ ️   c l i c k   t h e   l i n k   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t .       l a m e l o b a l l   s t e v e c l i f f o r d   j a m e s b o u k n i g h t   l i a n g e l o b a l l
l a m e l o   b a l l   f o u l e d   o u t !   2 3   p t s ,   1 0   a s t     v s   c e l t i c s   🔥 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w   m e l o   n b a   s o u t h e a s t d i v i s i o n  
h a s   t h e   s p o r t s c a r d h o b b y   l o s t   l o v e   f o r   l a m e l o b a l l   n b a  
l a m e l o   b a l l   3 p t   s h o o t i n g   @   s p e c t r u m   c e n t e r   o c t o b e r   9 ,   2 0 2 2   l a m e l o b a l l   s h o r t s   h o r n e t s   n b a 

c h a r l o t t e   h o r n e t s   b e g i n   h e a d   c o a c h   i n t e r v i e w s 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e n b a   e a s t e r n c o n f e r e n c e   f a n r e a c t i o n   h o r n e t s f a n   h o r n e t s f a n s   l a m e l o b a l l   n b a   n b a f a n   n b a f a n c h a n n e l   s o u t h e a s t d i v i s i o n  
c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m ‼ ️ w e ' r e   i n   t h e   l i t   h o u s e   🔥 🏠   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n b a  
n b a   f a n t a s y   b a s k e t b a l l   1 0   f u t u r e   s t a r   p l a y e r s   t o   d r a f t   2 0 2 2 - 2 0 2 3 
 
 w a t c h   v i d e o   h e r e : 
 
 
 
 n b a f a n t a s y   f a n t a s y s p o r t s   f a n t a s y b a s k e t b a l l   n b a p i c k s   n b a     n b a n e w s   f a n t a s y d r a f t   n b a p l a y e r s   n b a b e t t i n g   r a p t o r s n a t i o n   l a m e l o b a l l   n b a t w i t t e r  
l i a n g e l o   b a l l   g o t   b e n c h e d   t h e n   d i d   . . . 
   
 
   
 b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   d k m   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s   l a m e l o   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l v s b o s t o n c e l t i c s   l a v a r  
a f t e r   s e e i n g     b r e a k   d a n c e   i n   t h e m     m a n   i ’ m   s c a r e d   n o w   🤣     n b a   c h a r l o t t e h o r n e t s   l a m e l o b a l l  
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 9 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
t h e     m a d e   t h e   p l a y - i n   t o u r n a m e n t   b u t   a f t e r   f i r i n g   h e a d   c o a c h   j a m e s   b o r r e g o   a n d   d r a m a   s u r r o u n d i n g   m i l e s b r i d g e ,   t h i s   r o s t e r   i s   i n   a   v e r y   w e i r d   s p o t .   
 
 w a t c h   h e r e :   
 
 h o r n e t s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   l a m e l o b a l l   t e r r y r o z i e r   c h a r l o t t e  
d e r r i c k   w h i t e   s e n d s   l a m e l o   b a c k   o v e r s e a s .   n b a   b a s k e t b a l l   n b a t w i t t e r   l a m e l o b a l l   h o r n e t s   c e l t i c s   d e r r i c k w h i t e  
l a m e l o   s t e p   b a c k   3 .   n b a   b a s k e t b a l l   l a m e l o b a l l   h o r n e t s   n b a t w i t t e r  
l a m e l o   s p l a s h e s   t h e   3   n b a   b a s k e t b a l l   h o r n e t s   l a m e l o b a l l   n b a t w i t t e r  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
l a m e l o b a l l   d o e s   t h e   s t a n k y l e g   c r o s s o v e r  
l a m e l o b a l l   g e t s   d r o p p e d   b y   d e r r i c k   w h i t e  
d i d   l a m e l o b a l l   l o s e   b a l a n c e   😳 👀  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
t h e   n b a   i s   b a c k … . . 
 
 l a m e l o   b a l l   f o i l   / 1 0 
 $ 4 5   e a c h 
 
 l a m e l o b a l l   m e l o   c h a r o l e t t e   h o r n e t     n b a   c a r d a r t   c u s t o m              
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 5 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
l i a n g e l o   b a l l   l o s i n g   h o r n e t s   n b a   r o s t e r   s p o t   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   g e l o b a l l h o r n e t s   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l i a n g e l o b a l l  
a r e   t h e   h o r n e t s   i n   t r o u b l e ?   c l i c k   t h e   l i n k   i f   y o u   m i s s e d   t h e   l i t   h o u s e   s t r e a m   e a r l i e r   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   v i c w e m b a n y a m a   n u m e d i a   l i t h o u s e
t h e   c h a r l o t t e   h o r n e t s   g e t   e x p o s e d   b y   t h e   i n d i a n a   p a c e r s 
   
 
   
 b r y c e m c g o w e n s   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s r u m o r s   c h a r l o t t e h o r n e t s v s i n d i a n a p a c e r s   e a s t e r n c o n f e r e n c e   h o r n e t s n e w s   i n d i a n a p a c e r s   l a m e l o b a l l   n b a p r e s e a s o n  
c h a r l o t t e   h o r n e t s   j a m e s   b o u k n i g h t   h a s   n o t   l o o k e d   g o o d     v i a   
 
 c h a r l o t t e h o r n e t s   n b a   h o r n e t s   b a s k e t b a l l   c h a r l o t t e   l a m e l o b a l l   t e r r y r o z i e r   m i l e s b r i d g e s   c h a r l o t t e n c   p j w a s h i n g t o n   b o u k n i g h t   b u z z c i t y   c a r o l i n a p a n t h e r s   l i a n g e l o b a l l   l e b r o n j a m e s  
f r o m   t h i s                                               t o   t h i s 
 
 l a m e l o b a l l  
l a m e l o   /   l i a n g e l o   b a c k   f o r   g a m e   2   v s   p a c e r s   ( p r e s e a s o n )   c r o w d   c h a n t i n g   “ w e   w a n t   g e l o ” 
   
 
   
 b b b   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s   i n d i a n a p a c e r s   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   w e w a n t g e l o  
l a m e l o   b a l l   a n d   l i a n g e l o   h o r n e t s   i n t r o ! 
   
 
   
 a b t h e h e r o   b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   b i g b a l l e r b r a n d   c h a r l o t t e h o r n e t s   d k m   e a s t e r n c o n f e r e n c e   j b a l e a g u e   l a m e l o b a l l   l a m e l o b a l l h o r n e t s   l a v a r b a l l   l i a n g e l o b a l l   l o n z o b a l l   l o n z o b a l l p e l i c a n s  
l a m e l o   b a l l   1 2   p t s ,   7   a s t ,   5   r e b   v s   p a c e r s   |   o c t o b e r   5 ,   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s
i ' m   p r a y i n g   t h e   h o r n e t s   g e t   v i c t o r   w e m b e n y a m a !   h i m   a n d   l a m e l o   w o u l d   b e   a n   a b s o u l u t e   c h e a t   c o d e   h o r n e t s   w e m b e n y a m a   l a m e l o b a l l
l a t e s t   a r t i c l e   o n   c h a r l o t t e   h o r n e t s '   l a m e l o   b a l l   b y   n u m e d i a   w r i t e r   j u d a h   b a p t i s t e .   c l i c k   t h e   l i n k   ‼ ️   l a m e l o b a l l   c h a r l o t t e h o r n e t s   h o r n e t s   n b a   n u m e d i a  
l a m e l o   b e f o r e   h i s   g a m e   v s   p a c e r s   l a m e l o b a l l   h o r n e t s   c h a r l o t t e h o r n e t s  
w e   a r e   l i v e   i n   t h e   s p e c t r u m   c e n t e r ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   l i v e   s t r e a m     c h a r l o t t e h o r n e t s   h o r n e t s   n b a   l a m e l o b a l l   t y r e s e h a l i b u r t o n   i n d i a n a p a c e r s   p a c e r s   n u m e d i a   l i t h o u s e
c h a r l o t t e   h o r n e t s '   c o a c h   ( s t e v e   c l i f f o r d )   s p e a k s   o n   f a n ' s   f r u s t r a t i o n   w /   g o r d o n   h a y w a r d   & a m p ;   m o r e .   c l i c k   t h e   l i n k   & a m p ;   l i k e   t h e   v i d e o     n u m e d i a   c h a r l o t t e h o r n e t s   n b a   h o r n e t s   s t e v e c l i f f o r d   l a m e l o b a l l   g o r d o n h a y w a r d
l i a n g e l o   b a l l   b e n c h e d   i n   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l c h a r l o t t e h o r n e t s   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w  
l a m e l o b a l l   w i l l   h a v e   a n o t h e r   g r e a t   y e a r .   h o w e v e r ,   t h e     h i r e s   t h e   s a m e   c o a c h   t h e y   f i r e d   a   f e w   s e a s o n s   a g o ,   r i g h t   b a c k . .   j o r d a n   i s   g e t t i n g   p a i d   a n d   d o e s   n o t   c a r e   a b o u t   w i n n i n g   a n y m o r e . . .   l m a o o   s m h .  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
c a r d   a r t i s t   s p o t l i g h t   💡   i g :   d j h d i g i t a l s   💡   c l o s e   u p ! 
 
 🖐 ️ ⁠ f o l l o w   t h i s   a r t i s t   v i a ⁠ 
 
 - ⁠ 
 l a m e l o b a l l   h o r n e t s 
 - - -   ⁠ 
 c a r d a r t   a r t c a r d   c u s t o m c a r d s   c a r d s ⁠ 
 w h o d o y o u c o l l e c t   t o p p s   t r a d i n g c a r d s   t h e h o b b y   s p o r t s c a r d s   t o p p s b a s e b a l l   b a s e b a l l c a r d s   c o l l e c t  
2 0 2 0 - 2 1   p a n i n i   r e v o l u t i o n   c h i n e s e   n e w   y e a r   h o b b y   r a n d o m   t e a m   b o x   b r e a k   1 
 
 o n l y   $ 8 . 9 9 / s p o t   -   
 
 t h e h o b b y   b o x b r e a k s   b o x b r e a k   l a m e l o b a l l   a n t h o n y e d w a r d s   t y r e s e m a x e y 
 
 
 _ c o n n e c t 
 
 
  
l a m e l o   b a l l   o n   s t e v e   c l i f f o r d   " i   a l r e a d y   l o v e   t h e   d u d e   m a n " ,   s t r e n g t h s / w e a k n e s s e s   o f   h i s   g a m e ,   w h a t   t o   e x p e c t   t h i s   s e a s o n ,   & a m p ;   m o r e .   c h e c k   o u t   t h e   i n t e r v i e w     l a m e l o b a l l   s t e v e c l i f f o r d   c h a r l o t t e h o r n e t s   h o r n e t s   n b a   b a s k e t b a l l   n u m e d i a
  y ’ a l l   g o t t a   l e t   t h e   b a l l b r o t h e r s   p l a y   t o g e t h e r   o n   t h e   n e x t   g a m e !   g i v e     m o r e   t i m e !   
 
 h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l
c l i c k   t h e   l i n k   a n d   s u p p o r t   u n o r i g i n a l   f c   ‼ ️   c o n s i s t e n t l y   d r o p p i n g   🔥   c o n t e n t       n u m e d i a   n b a   l a m e l o b a l l   m e l o b a l l   j a m e s b o u k n i g h t
( 2 n d   o c t o b e r   2 0 2 2 )   n b a   p r e s e a s o n   b e s t   p l a y s . 
 f u l l   v i d e o   l i n k :   
 
 
 n b a   n b a 2 k 2 3   n b a j a p a n g a m e s 2 0 2 2   3 6 e r s   b o s t o n c e l t i c s   c e l t i c s   h o r n e t s   l a m e l o b a l l   c r a i g r a n d a l l   r a n d a l l  
t h e   c h a r l o t t e   h o r n e t s   g o t   e m b a r a s s e d   b y   t h e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s b a s k e t b a l l   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   h o r n e t s v s c e l t i c s   l a m e l o b a l l   l i a n g e l o b a l l   n b a p r e s e a s o n   s o u t h e a s t d i v i s i o n  
k i n g   f u s e ' s   l i t   h o u s e   m o r n i n g   a f t e r   s h o w   ‼ ️   j o i n   u s   f o r   t h e   l i v e   s t r e a m   s p e a k i n g   o n   t h e   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   j a m e s b o u k n i g h t   g e l o b a l l   l i a n g e l o b a l l   n u m e d i a   l i t h o u s e   🔥 🏠    
t e r r y   r o z i e r   a d m i t t i n g   l a m e l o   b a l l   i s   t h e   f r a n c h i s e   g u y ❗ ️ c l i f f o r d   h a s   r e a l l y   s e t   r o l e s   s t r a i g h t   a w a y .   n b a   h o r n e t s   l a m e l o   b a l l  
l a m e l o   b a l l   s p r a i n s   h i s   a n k l e   i n   c h a r l o t t e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
l i a n g e l o   b a l l   g o t   b e n c h e d   t h e n   d i d   . . . 
   
 
   
 b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   d k m   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s   l a m e l o   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l v s b o s t o n c e l t i c s   l a v a r  
l a m e l o   b a l l   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   l a m e l o   b a l l   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
l a m e l o   b a l l   n e e d s   a n k l e   i n s u r a n c e   a f t e r   t h i s   c r o s s o v e r   b y   w h i t e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   l a m e l o   b a l l   c r o s s o v e r   c h a   c h a r l o t t e   h o r n e t s   b o s   b o s t o n   c e l t i c s
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
l a m e l o   b l o c k s   7 ’ 3   p o r z i g i s   ( l i a n g e l o   s c o r e s   i n   4 t h   p r e s e a s o n   g a m e )   h o r n e t s   v s   w i z a r d s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g e l o   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
🔴   w a s h i n g t o n   w i z a r d s   @   c h a r l o t t e   h o r n e t s   p r e s e a s o n   l i v e   w a t c h   p a   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e n b a   e a s t e r n c o n f e r e n c e   f a n r e a c t i o n   h o r n e t s f a n   h o r n e t s f a n s   l a m e l o b a l l   n b a   n b a f a n   n b a f a n c h a n n e l   s a m d r a c u l a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   c h a r l o t t e   h o r n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b u z z c i t y   c h a r l o t t e h o r n e t s   c h a r l o t t e   h o r n e t s   l a m e l o b a l l   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
h o r n e t s '   l a m e l o b a l l   t o   u n d e r g o   t e s t s   o n   s p r a i n e d   a n k l e .   n b a t w i t t e r  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
p r a y e r s   u p   t o   l a m e l o b a l l .   n b a t w i t t e r   a l l f l y   b u z z c i t y   b b b  
c h a r l o t t e   h o r n e t s   a l l - s t a r   p o i n t   g u a r d   l a m e l o b a l l   s p r a i n e d   h i s   l e f t   a n k l e   i n   t h e   t h i r d   q u a r t e r   o f   a   p r e s e a s o n   1 1 6 - 1 0 7   l o s s   t o   t h e   w a s h i n g t o n   w i z a r d s   o n   m o n d a y   n i g h t   w h e n   h i s   f o o t   w a s   s t e p p e d   o n   w h i l e   h e   w a s   d r i v i n g   t o   t h e   b a s k e t . 
 
 g a m e   r e c a p :    
j o i n   t h e     n u m e d i a   s p a c e s   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n i c k r i c h a r d s   j a m e s b o u k n i g h t   b r y c e m c g o w e n s   w a s h i n g t o n w i z a r d s   w i z a r d s  
w e   a r e   l i v e   r i g h t   n o w   i n   r e v ' s   k i n g   f u s e ' s   l i t   h o u s e   ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m .   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t     l a m e l o b a l l   l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s   b r a d l e y b e a l   k y l e k u z m a   n b a  
b a r t r a n   i s   s t r e a m i n g   l i v e   ‼ ️   c l i c k   t h e   l i n k   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t .       l a m e l o b a l l   s t e v e c l i f f o r d   j a m e s b o u k n i g h t   l i a n g e l o b a l l
l a m e l o   b a l l   f o u l e d   o u t !   2 3   p t s ,   1 0   a s t     v s   c e l t i c s   🔥 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w   m e l o   n b a   s o u t h e a s t d i v i s i o n  
h a s   t h e   s p o r t s c a r d h o b b y   l o s t   l o v e   f o r   l a m e l o b a l l   n b a  
l a m e l o   b a l l   3 p t   s h o o t i n g   @   s p e c t r u m   c e n t e r   o c t o b e r   9 ,   2 0 2 2   l a m e l o b a l l   s h o r t s   h o r n e t s   n b a 

c h a r l o t t e   h o r n e t s   b e g i n   h e a d   c o a c h   i n t e r v i e w s 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e n b a   e a s t e r n c o n f e r e n c e   f a n r e a c t i o n   h o r n e t s f a n   h o r n e t s f a n s   l a m e l o b a l l   n b a   n b a f a n   n b a f a n c h a n n e l   s o u t h e a s t d i v i s i o n  
c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m ‼ ️ w e ' r e   i n   t h e   l i t   h o u s e   🔥 🏠   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n b a  
n b a   f a n t a s y   b a s k e t b a l l   1 0   f u t u r e   s t a r   p l a y e r s   t o   d r a f t   2 0 2 2 - 2 0 2 3 
 
 w a t c h   v i d e o   h e r e : 
 
 
 
 n b a f a n t a s y   f a n t a s y s p o r t s   f a n t a s y b a s k e t b a l l   n b a p i c k s   n b a     n b a n e w s   f a n t a s y d r a f t   n b a p l a y e r s   n b a b e t t i n g   r a p t o r s n a t i o n   l a m e l o b a l l   n b a t w i t t e r  
l i a n g e l o   b a l l   g o t   b e n c h e d   t h e n   d i d   . . . 
   
 
   
 b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   d k m   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s   l a m e l o   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l v s b o s t o n c e l t i c s   l a v a r  
a f t e r   s e e i n g     b r e a k   d a n c e   i n   t h e m     m a n   i ’ m   s c a r e d   n o w   🤣     n b a   c h a r l o t t e h o r n e t s   l a m e l o b a l l  
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 9 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
t h e     m a d e   t h e   p l a y - i n   t o u r n a m e n t   b u t   a f t e r   f i r i n g   h e a d   c o a c h   j a m e s   b o r r e g o   a n d   d r a m a   s u r r o u n d i n g   m i l e s b r i d g e ,   t h i s   r o s t e r   i s   i n   a   v e r y   w e i r d   s p o t .   
 
 w a t c h   h e r e :   
 
 h o r n e t s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   l a m e l o b a l l   t e r r y r o z i e r   c h a r l o t t e  
d e r r i c k   w h i t e   s e n d s   l a m e l o   b a c k   o v e r s e a s .   n b a   b a s k e t b a l l   n b a t w i t t e r   l a m e l o b a l l   h o r n e t s   c e l t i c s   d e r r i c k w h i t e  
l a m e l o   s t e p   b a c k   3 .   n b a   b a s k e t b a l l   l a m e l o b a l l   h o r n e t s   n b a t w i t t e r  
l a m e l o   s p l a s h e s   t h e   3   n b a   b a s k e t b a l l   h o r n e t s   l a m e l o b a l l   n b a t w i t t e r  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
l a m e l o b a l l   d o e s   t h e   s t a n k y l e g   c r o s s o v e r  
l a m e l o b a l l   g e t s   d r o p p e d   b y   d e r r i c k   w h i t e  
d i d   l a m e l o b a l l   l o s e   b a l a n c e   😳 👀  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
t h e   n b a   i s   b a c k … . . 
 
 l a m e l o   b a l l   f o i l   / 1 0 
 $ 4 5   e a c h 
 
 l a m e l o b a l l   m e l o   c h a r o l e t t e   h o r n e t     n b a   c a r d a r t   c u s t o m              
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 5 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
l i a n g e l o   b a l l   l o s i n g   h o r n e t s   n b a   r o s t e r   s p o t   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   g e l o b a l l h o r n e t s   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l i a n g e l o b a l l  
a r e   t h e   h o r n e t s   i n   t r o u b l e ?   c l i c k   t h e   l i n k   i f   y o u   m i s s e d   t h e   l i t   h o u s e   s t r e a m   e a r l i e r   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   v i c w e m b a n y a m a   n u m e d i a   l i t h o u s e
t h e   c h a r l o t t e   h o r n e t s   g e t   e x p o s e d   b y   t h e   i n d i a n a   p a c e r s 
   
 
   
 b r y c e m c g o w e n s   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s r u m o r s   c h a r l o t t e h o r n e t s v s i n d i a n a p a c e r s   e a s t e r n c o n f e r e n c e   h o r n e t s n e w s   i n d i a n a p a c e r s   l a m e l o b a l l   n b a p r e s e a s o n  
c h a r l o t t e   h o r n e t s   j a m e s   b o u k n i g h t   h a s   n o t   l o o k e d   g o o d     v i a   
 
 c h a r l o t t e h o r n e t s   n b a   h o r n e t s   b a s k e t b a l l   c h a r l o t t e   l a m e l o b a l l   t e r r y r o z i e r   m i l e s b r i d g e s   c h a r l o t t e n c   p j w a s h i n g t o n   b o u k n i g h t   b u z z c i t y   c a r o l i n a p a n t h e r s   l i a n g e l o b a l l   l e b r o n j a m e s  
f r o m   t h i s                                               t o   t h i s 
 
 l a m e l o b a l l  
l a m e l o   /   l i a n g e l o   b a c k   f o r   g a m e   2   v s   p a c e r s   ( p r e s e a s o n )   c r o w d   c h a n t i n g   “ w e   w a n t   g e l o ” 
   
 
   
 b b b   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s   i n d i a n a p a c e r s   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   w e w a n t g e l o  
l a m e l o   b a l l   a n d   l i a n g e l o   h o r n e t s   i n t r o ! 
   
 
   
 a b t h e h e r o   b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   b i g b a l l e r b r a n d   c h a r l o t t e h o r n e t s   d k m   e a s t e r n c o n f e r e n c e   j b a l e a g u e   l a m e l o b a l l   l a m e l o b a l l h o r n e t s   l a v a r b a l l   l i a n g e l o b a l l   l o n z o b a l l   l o n z o b a l l p e l i c a n s  
l a m e l o   b a l l   1 2   p t s ,   7   a s t ,   5   r e b   v s   p a c e r s   |   o c t o b e r   5 ,   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s
i ' m   p r a y i n g   t h e   h o r n e t s   g e t   v i c t o r   w e m b e n y a m a !   h i m   a n d   l a m e l o   w o u l d   b e   a n   a b s o u l u t e   c h e a t   c o d e   h o r n e t s   w e m b e n y a m a   l a m e l o b a l l
l a t e s t   a r t i c l e   o n   c h a r l o t t e   h o r n e t s '   l a m e l o   b a l l   b y   n u m e d i a   w r i t e r   j u d a h   b a p t i s t e .   c l i c k   t h e   l i n k   ‼ ️   l a m e l o b a l l   c h a r l o t t e h o r n e t s   h o r n e t s   n b a   n u m e d i a  
l a m e l o   b e f o r e   h i s   g a m e   v s   p a c e r s   l a m e l o b a l l   h o r n e t s   c h a r l o t t e h o r n e t s  
w e   a r e   l i v e   i n   t h e   s p e c t r u m   c e n t e r ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   l i v e   s t r e a m     c h a r l o t t e h o r n e t s   h o r n e t s   n b a   l a m e l o b a l l   t y r e s e h a l i b u r t o n   i n d i a n a p a c e r s   p a c e r s   n u m e d i a   l i t h o u s e
c h a r l o t t e   h o r n e t s '   c o a c h   ( s t e v e   c l i f f o r d )   s p e a k s   o n   f a n ' s   f r u s t r a t i o n   w /   g o r d o n   h a y w a r d   & a m p ;   m o r e .   c l i c k   t h e   l i n k   & a m p ;   l i k e   t h e   v i d e o     n u m e d i a   c h a r l o t t e h o r n e t s   n b a   h o r n e t s   s t e v e c l i f f o r d   l a m e l o b a l l   g o r d o n h a y w a r d
l i a n g e l o   b a l l   b e n c h e d   i n   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l c h a r l o t t e h o r n e t s   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w  
l a m e l o b a l l   w i l l   h a v e   a n o t h e r   g r e a t   y e a r .   h o w e v e r ,   t h e     h i r e s   t h e   s a m e   c o a c h   t h e y   f i r e d   a   f e w   s e a s o n s   a g o ,   r i g h t   b a c k . .   j o r d a n   i s   g e t t i n g   p a i d   a n d   d o e s   n o t   c a r e   a b o u t   w i n n i n g   a n y m o r e . . .   l m a o o   s m h .  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
c a r d   a r t i s t   s p o t l i g h t   💡   i g :   d j h d i g i t a l s   💡   c l o s e   u p ! 
 
 🖐 ️ ⁠ f o l l o w   t h i s   a r t i s t   v i a ⁠ 
 
 - ⁠ 
 l a m e l o b a l l   h o r n e t s 
 - - -   ⁠ 
 c a r d a r t   a r t c a r d   c u s t o m c a r d s   c a r d s ⁠ 
 w h o d o y o u c o l l e c t   t o p p s   t r a d i n g c a r d s   t h e h o b b y   s p o r t s c a r d s   t o p p s b a s e b a l l   b a s e b a l l c a r d s   c o l l e c t  
2 0 2 0 - 2 1   p a n i n i   r e v o l u t i o n   c h i n e s e   n e w   y e a r   h o b b y   r a n d o m   t e a m   b o x   b r e a k   1 
 
 o n l y   $ 8 . 9 9 / s p o t   -   
 
 t h e h o b b y   b o x b r e a k s   b o x b r e a k   l a m e l o b a l l   a n t h o n y e d w a r d s   t y r e s e m a x e y 
 
 
 _ c o n n e c t 
 
 
  
l a m e l o   b a l l   o n   s t e v e   c l i f f o r d   " i   a l r e a d y   l o v e   t h e   d u d e   m a n " ,   s t r e n g t h s / w e a k n e s s e s   o f   h i s   g a m e ,   w h a t   t o   e x p e c t   t h i s   s e a s o n ,   & a m p ;   m o r e .   c h e c k   o u t   t h e   i n t e r v i e w     l a m e l o b a l l   s t e v e c l i f f o r d   c h a r l o t t e h o r n e t s   h o r n e t s   n b a   b a s k e t b a l l   n u m e d i a
  y ’ a l l   g o t t a   l e t   t h e   b a l l b r o t h e r s   p l a y   t o g e t h e r   o n   t h e   n e x t   g a m e !   g i v e     m o r e   t i m e !   
 
 h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l
c l i c k   t h e   l i n k   a n d   s u p p o r t   u n o r i g i n a l   f c   ‼ ️   c o n s i s t e n t l y   d r o p p i n g   🔥   c o n t e n t       n u m e d i a   n b a   l a m e l o b a l l   m e l o b a l l   j a m e s b o u k n i g h t
( 2 n d   o c t o b e r   2 0 2 2 )   n b a   p r e s e a s o n   b e s t   p l a y s . 
 f u l l   v i d e o   l i n k :   
 
 
 n b a   n b a 2 k 2 3   n b a j a p a n g a m e s 2 0 2 2   3 6 e r s   b o s t o n c e l t i c s   c e l t i c s   h o r n e t s   l a m e l o b a l l   c r a i g r a n d a l l   r a n d a l l  
t h e   c h a r l o t t e   h o r n e t s   g o t   e m b a r a s s e d   b y   t h e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s b a s k e t b a l l   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   h o r n e t s v s c e l t i c s   l a m e l o b a l l   l i a n g e l o b a l l   n b a p r e s e a s o n   s o u t h e a s t d i v i s i o n  
k i n g   f u s e ' s   l i t   h o u s e   m o r n i n g   a f t e r   s h o w   ‼ ️   j o i n   u s   f o r   t h e   l i v e   s t r e a m   s p e a k i n g   o n   t h e   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   j a m e s b o u k n i g h t   g e l o b a l l   l i a n g e l o b a l l   n u m e d i a   l i t h o u s e   🔥 🏠    
t e r r y   r o z i e r   a d m i t t i n g   l a m e l o   b a l l   i s   t h e   f r a n c h i s e   g u y ❗ ️ c l i f f o r d   h a s   r e a l l y   s e t   r o l e s   s t r a i g h t   a w a y .   n b a   h o r n e t s   l a m e l o   b a l l  
l a m e l o   b a l l   s p r a i n s   h i s   a n k l e   i n   c h a r l o t t e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
l i a n g e l o   b a l l   g o t   b e n c h e d   t h e n   d i d   . . . 
   
 
   
 b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   d k m   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s   l a m e l o   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l v s b o s t o n c e l t i c s   l a v a r  
l a m e l o   b a l l   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   l a m e l o   b a l l   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
l a m e l o   b a l l   n e e d s   a n k l e   i n s u r a n c e   a f t e r   t h i s   c r o s s o v e r   b y   w h i t e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   l a m e l o   b a l l   c r o s s o v e r   c h a   c h a r l o t t e   h o r n e t s   b o s   b o s t o n   c e l t i c s
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
l a m e l o   b l o c k s   7 ’ 3   p o r z i g i s   ( l i a n g e l o   s c o r e s   i n   4 t h   p r e s e a s o n   g a m e )   h o r n e t s   v s   w i z a r d s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g e l o   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
j o i n   t h e     n u m e d i a   s p a c e s   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n i c k r i c h a r d s   j a m e s b o u k n i g h t   b r y c e m c g o w e n s   w a s h i n g t o n w i z a r d s   w i z a r d s  
b r u h   d o   g e l o   k n o w   t o   p u l l   u p   t o   t h e   w i n g .   i   u s e   t o   t h i n k   i t   w a s   t h e   c o a c h e s   t e l l i n g   h i m   t o   s t a y   i n   t h e   c o r n e r   b u t   i d k   a b o u t   t h a t   n o w 🧐 
 
 h o p e   h e   m a k e s   t h e   t e a m   r e g a r d l e s s   t h o u g h   
 
 b a l l f a m i l y   b b b   n b a   l i a n g e l o b a l l   h o r n e t s
w e   a r e   l i v e   r i g h t   n o w   i n   r e v ' s   k i n g   f u s e ' s   l i t   h o u s e   ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m .   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t     l a m e l o b a l l   l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s   b r a d l e y b e a l   k y l e k u z m a   n b a  
b a r t r a n   i s   s t r e a m i n g   l i v e   ‼ ️   c l i c k   t h e   l i n k   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t .       l a m e l o b a l l   s t e v e c l i f f o r d   j a m e s b o u k n i g h t   l i a n g e l o b a l l
c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m ‼ ️ w e ' r e   i n   t h e   l i t   h o u s e   🔥 🏠   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n b a  
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 9 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
c l i c k   t h e   l i n k   t o   w a t c h     s t r e a m   o n   y o u t u b e ‼ ️   s i t   b o u k   f o r   g e l o   ⁉ ️ 🤔     l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 5 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
l i a n g e l o   b a l l   l o s i n g   h o r n e t s   n b a   r o s t e r   s p o t   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   g e l o b a l l h o r n e t s   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l i a n g e l o b a l l  
c h a r l o t t e   h o r n e t s   j a m e s   b o u k n i g h t   h a s   n o t   l o o k e d   g o o d     v i a   
 
 c h a r l o t t e h o r n e t s   n b a   h o r n e t s   b a s k e t b a l l   c h a r l o t t e   l a m e l o b a l l   t e r r y r o z i e r   m i l e s b r i d g e s   c h a r l o t t e n c   p j w a s h i n g t o n   b o u k n i g h t   b u z z c i t y   c a r o l i n a p a n t h e r s   l i a n g e l o b a l l   l e b r o n j a m e s  
l a m e l o   /   l i a n g e l o   b a c k   f o r   g a m e   2   v s   p a c e r s   ( p r e s e a s o n )   c r o w d   c h a n t i n g   “ w e   w a n t   g e l o ” 
   
 
   
 b b b   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s   i n d i a n a p a c e r s   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   w e w a n t g e l o  
l a m e l o   b a l l   a n d   l i a n g e l o   h o r n e t s   i n t r o ! 
   
 
   
 a b t h e h e r o   b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   b i g b a l l e r b r a n d   c h a r l o t t e h o r n e t s   d k m   e a s t e r n c o n f e r e n c e   j b a l e a g u e   l a m e l o b a l l   l a m e l o b a l l h o r n e t s   l a v a r b a l l   l i a n g e l o b a l l   l o n z o b a l l   l o n z o b a l l p e l i c a n s  
t h e   t r u t h   a b o u t   l i a n g e l o   b a l l   :   t h e   g o o d ,   b a d ,   & a m p ;   t h e   u g l y ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   r e v ' s   " k i n g   f u s e ' s   l i t   h o u s e "   s t r e a m   o n   y o u t u b e     l i a n g e l o b a l l   g e l o b a l l   g 3   g e l o   c h a r l o t t e h o r n e t s   g r e e n s b o r o s w a r m   h o r n e t s   n b a   n u m e d i a   l i t h o u s e  
  y ’ a l l   g o t t a   l e t   t h e   b a l l b r o t h e r s   p l a y   t o g e t h e r   o n   t h e   n e x t   g a m e !   g i v e     m o r e   t i m e !   
 
 h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l
t h e   c h a r l o t t e   h o r n e t s   g o t   e m b a r a s s e d   b y   t h e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s b a s k e t b a l l   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   h o r n e t s v s c e l t i c s   l a m e l o b a l l   l i a n g e l o b a l l   n b a p r e s e a s o n   s o u t h e a s t d i v i s i o n  
k i n g   f u s e ' s   l i t   h o u s e   m o r n i n g   a f t e r   s h o w   ‼ ️   j o i n   u s   f o r   t h e   l i v e   s t r e a m   s p e a k i n g   o n   t h e   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   j a m e s b o u k n i g h t   g e l o b a l l   l i a n g e l o b a l l   n u m e d i a   l i t h o u s e   🔥 🏠    
l i a n g e l o   b a l l   g o t   b e n c h e d   t h e n   d i d   . . . 
   
 
   
 b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   d k m   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s   l a m e l o   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l v s b o s t o n c e l t i c s   l a v a r  
l i a n g e l o   b a l l   l o s i n g   h o r n e t s   n b a   r o s t e r   s p o t   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   g e l o b a l l h o r n e t s   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l i a n g e l o b a l l  
l i a n g e l o   b a l l   b e n c h e d   i n   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l c h a r l o t t e h o r n e t s   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w  
l a m e l o   b l o c k s   7 ’ 3   p o r z i g i s   ( l i a n g e l o   s c o r e s   i n   4 t h   p r e s e a s o n   g a m e )   h o r n e t s   v s   w i z a r d s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g e l o   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
j o i n   t h e     n u m e d i a   s p a c e s   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n i c k r i c h a r d s   j a m e s b o u k n i g h t   b r y c e m c g o w e n s   w a s h i n g t o n w i z a r d s   w i z a r d s  
b r u h   d o   g e l o   k n o w   t o   p u l l   u p   t o   t h e   w i n g .   i   u s e   t o   t h i n k   i t   w a s   t h e   c o a c h e s   t e l l i n g   h i m   t o   s t a y   i n   t h e   c o r n e r   b u t   i d k   a b o u t   t h a t   n o w 🧐 
 
 h o p e   h e   m a k e s   t h e   t e a m   r e g a r d l e s s   t h o u g h   
 
 b a l l f a m i l y   b b b   n b a   l i a n g e l o b a l l   h o r n e t s
w e   a r e   l i v e   r i g h t   n o w   i n   r e v ' s   k i n g   f u s e ' s   l i t   h o u s e   ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m .   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t     l a m e l o b a l l   l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s   b r a d l e y b e a l   k y l e k u z m a   n b a  
b a r t r a n   i s   s t r e a m i n g   l i v e   ‼ ️   c l i c k   t h e   l i n k   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t .       l a m e l o b a l l   s t e v e c l i f f o r d   j a m e s b o u k n i g h t   l i a n g e l o b a l l
c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m ‼ ️ w e ' r e   i n   t h e   l i t   h o u s e   🔥 🏠   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n b a  
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 9 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
c l i c k   t h e   l i n k   t o   w a t c h     s t r e a m   o n   y o u t u b e ‼ ️   s i t   b o u k   f o r   g e l o   ⁉ ️ 🤔     l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 5 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
l i a n g e l o   b a l l   l o s i n g   h o r n e t s   n b a   r o s t e r   s p o t   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   g e l o b a l l h o r n e t s   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l i a n g e l o b a l l  
c h a r l o t t e   h o r n e t s   j a m e s   b o u k n i g h t   h a s   n o t   l o o k e d   g o o d     v i a   
 
 c h a r l o t t e h o r n e t s   n b a   h o r n e t s   b a s k e t b a l l   c h a r l o t t e   l a m e l o b a l l   t e r r y r o z i e r   m i l e s b r i d g e s   c h a r l o t t e n c   p j w a s h i n g t o n   b o u k n i g h t   b u z z c i t y   c a r o l i n a p a n t h e r s   l i a n g e l o b a l l   l e b r o n j a m e s  
l a m e l o   /   l i a n g e l o   b a c k   f o r   g a m e   2   v s   p a c e r s   ( p r e s e a s o n )   c r o w d   c h a n t i n g   “ w e   w a n t   g e l o ” 
   
 
   
 b b b   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s   i n d i a n a p a c e r s   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   w e w a n t g e l o  
l a m e l o   b a l l   a n d   l i a n g e l o   h o r n e t s   i n t r o ! 
   
 
   
 a b t h e h e r o   b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   b i g b a l l e r b r a n d   c h a r l o t t e h o r n e t s   d k m   e a s t e r n c o n f e r e n c e   j b a l e a g u e   l a m e l o b a l l   l a m e l o b a l l h o r n e t s   l a v a r b a l l   l i a n g e l o b a l l   l o n z o b a l l   l o n z o b a l l p e l i c a n s  
t h e   t r u t h   a b o u t   l i a n g e l o   b a l l   :   t h e   g o o d ,   b a d ,   & a m p ;   t h e   u g l y ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   r e v ' s   " k i n g   f u s e ' s   l i t   h o u s e "   s t r e a m   o n   y o u t u b e     l i a n g e l o b a l l   g e l o b a l l   g 3   g e l o   c h a r l o t t e h o r n e t s   g r e e n s b o r o s w a r m   h o r n e t s   n b a   n u m e d i a   l i t h o u s e  
  y ’ a l l   g o t t a   l e t   t h e   b a l l b r o t h e r s   p l a y   t o g e t h e r   o n   t h e   n e x t   g a m e !   g i v e     m o r e   t i m e !   
 
 h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l
t h e   c h a r l o t t e   h o r n e t s   g o t   e m b a r a s s e d   b y   t h e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s b a s k e t b a l l   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   h o r n e t s v s c e l t i c s   l a m e l o b a l l   l i a n g e l o b a l l   n b a p r e s e a s o n   s o u t h e a s t d i v i s i o n  
k i n g   f u s e ' s   l i t   h o u s e   m o r n i n g   a f t e r   s h o w   ‼ ️   j o i n   u s   f o r   t h e   l i v e   s t r e a m   s p e a k i n g   o n   t h e   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   j a m e s b o u k n i g h t   g e l o b a l l   l i a n g e l o b a l l   n u m e d i a   l i t h o u s e   🔥 🏠    
l i a n g e l o   b a l l   g o t   b e n c h e d   t h e n   d i d   . . . 
   
 
   
 b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   d k m   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s   l a m e l o   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l v s b o s t o n c e l t i c s   l a v a r  
l i a n g e l o   b a l l   l o s i n g   h o r n e t s   n b a   r o s t e r   s p o t   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   g e l o b a l l h o r n e t s   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l i a n g e l o b a l l  
l i a n g e l o   b a l l   b e n c h e d   i n   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l c h a r l o t t e h o r n e t s   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w  
a n t a   g o r d o n   h a y w a r d   g h 3   “ d a u g h t e r ” 
 🛒 🛒   
 … 
 d a u g h t e r   g h 3 d a u g h t e r   a n t a   a n t a g h 3   g o r d o n h a y w a r d   a n t a g o r d o n h a y w a r d   b a s k e t b a l l s h o e s   a n t a s p o r t s   a n t a r u n n i n g   r u n n i n g s h o e s   a n t a s h o e s   g h 3    
g o r d o n h a y w a r d   r e a l l y   i s   a   s m o o t h   c r i m i n a l    
c h a r l o t t e   h o r n e t s '   c o a c h   ( s t e v e   c l i f f o r d )   s p e a k s   o n   f a n ' s   f r u s t r a t i o n   w /   g o r d o n   h a y w a r d   & a m p ;   m o r e .   c l i c k   t h e   l i n k   & a m p ;   l i k e   t h e   v i d e o     n u m e d i a   c h a r l o t t e h o r n e t s   n b a   h o r n e t s   s t e v e c l i f f o r d   l a m e l o b a l l   g o r d o n h a y w a r d
r o d   b o o n e :   g o r d o n   h a y w a r d   a n d   c o d y   m a r t i n   a r e   l i s t e d   a s   d o u b t f u l   f o r   t o m o r r o w ' s   g a m e   a g a i n s t   i n d i a n a …   -   h o o p s   h y p e   g o r d o n h a y w a r d   i n d i a n a  
a n t a   m e n ‘ s   g o r d o n   h a y w a r d   g h 2   ” v a l o r a n t   g a m e “   l o w   b a s k e t b a l l   s h o e s 
 🛒 🛒   
 … 
 v a l o r a n t g a m e   a n t a   a n t a g h 2   g o r d o n h a y w a r d   a n t a s p o r t s   a n t a r u n   g h 2 l o w  
a n t a   g o r d o n   h a y w a r d   g h 3   “ d a u g h t e r ” 
 🛒 🛒   
 … 
 d a u g h t e r   g h 3 d a u g h t e r   a n t a   a n t a g h 3   g o r d o n h a y w a r d   a n t a g o r d o n h a y w a r d   b a s k e t b a l l s h o e s   a n t a s p o r t s   a n t a r u n n i n g   r u n n i n g s h o e s   a n t a s h o e s   g h 3    
g o r d o n h a y w a r d   r e a l l y   i s   a   s m o o t h   c r i m i n a l    
c h a r l o t t e   h o r n e t s '   c o a c h   ( s t e v e   c l i f f o r d )   s p e a k s   o n   f a n ' s   f r u s t r a t i o n   w /   g o r d o n   h a y w a r d   & a m p ;   m o r e .   c l i c k   t h e   l i n k   & a m p ;   l i k e   t h e   v i d e o     n u m e d i a   c h a r l o t t e h o r n e t s   n b a   h o r n e t s   s t e v e c l i f f o r d   l a m e l o b a l l   g o r d o n h a y w a r d
r o d   b o o n e :   g o r d o n   h a y w a r d   a n d   c o d y   m a r t i n   a r e   l i s t e d   a s   d o u b t f u l   f o r   t o m o r r o w ' s   g a m e   a g a i n s t   i n d i a n a …   -   h o o p s   h y p e   g o r d o n h a y w a r d   i n d i a n a  
a n t a   m e n ‘ s   g o r d o n   h a y w a r d   g h 2   ” v a l o r a n t   g a m e “   l o w   b a s k e t b a l l   s h o e s 
 🛒 🛒   
 … 
 v a l o r a n t g a m e   a n t a   a n t a g h 2   g o r d o n h a y w a r d   a n t a s p o r t s   a n t a r u n   g h 2 l o w  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [50], in <cell line: 1>()
      1 for id, tweets in tweets_df_Hornets1.items():
      2     for tweet in tweets:
----> 3         analysis = TextBlob(tweets_df_Hornets1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Hornets1 = tweets_df_Hornets1.append({
      5             'name': id,
      6             'text': tweets_df_Hornets1.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\textblob\blob.py:384, in BaseBlob.__init__(self, text, tokenizer, pos_tagger, np_extractor, analyzer, parser, classifier, clean_html)
    380 def __init__(self, text, tokenizer=None,
    381             pos_tagger=None, np_extractor=None, analyzer=None,
    382             parser=None, classifier=None, clean_html=False):
    383     if not isinstance(text, basestring):
--> 384         raise TypeError('The `text` argument passed to `__init__(text)` '
    385                         'must be a string, not {0}'.format(type(text)))
    386     if clean_html:
    387         raise NotImplementedError("clean_html has been deprecated. "
    388                                 "To remove HTML markup, use BeautifulSoup's "
    389                                 "get_text() function")

TypeError: The `text` argument passed to `__init__(text)` must be a string, not <class 'pandas.core.series.Series'>
In [51]:
for id, tweets in tweets_df_Hornets2.items():
    for tweet in tweets:
        analysis = SentimentIntensityAnalyzer(tweets_df_Hornets2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Hornets2 = tweets_df_Hornets2.append({
            'name': id,
            'text': tweets_df_Hornets2.text
        }, ignore_index=True)
w a s h i n g t o n   w i z a r d s   v s   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   f r e e n b a b e t t i n g p r e d i c t i o n s t o d a y   n b a b e t t i n g p i c k s   n b a b e t t i n g p r e d i c t i o n t o d a y   n b a b e t t i n g p r e d i c t i o n s   n b a b e t t i n g p r e d i c t i o n s t o d a y   n b a b e t t i n g t i p s   n b a b e t t i n g t i p s t o d a y   n b a f r e e p i c k s  
t r u e   o r   f a l s e ? 
 
 c h a r l o t t e n c   c h a r l o t t e s p o r t s   c h a r l o t t e f c   c a r o l i n a p a n t h e r s   c h a r l o t t e h o r n e t s   s t e r l i n g t h r i l l  
t e r r y   r o z i e r   o n   l a m e l o ' s   i n j u r y :   " i   g o t   h u r t   i n   t h e   p r e s e a s o n   i n   p r a c t i c e   a n d   c o u l d n ’ t   b e   w i t h   t h e   g u y s   a t   t h e   b e g i n n i n g   o f   t h e   s e a s o n .   i   d o n ’ t   t h i n k   t h a t ’ s   g o i n g   t o   h a p p e n   w i t h   m e l o . " 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
l a m e l o   b l o c k s   7 ’ 3   p o r z i g i s   ( l i a n g e l o   s c o r e s   i n   4 t h   p r e s e a s o n   g a m e )   h o r n e t s   v s   w i z a r d s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g e l o   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
🔴   w a s h i n g t o n   w i z a r d s   @   c h a r l o t t e   h o r n e t s   p r e s e a s o n   l i v e   w a t c h   p a   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e n b a   e a s t e r n c o n f e r e n c e   f a n r e a c t i o n   h o r n e t s f a n   h o r n e t s f a n s   l a m e l o b a l l   n b a   n b a f a n   n b a f a n c h a n n e l   s a m d r a c u l a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
k r i s t a p s   p o r z i n g i s   l i m p s   t o   l o c k e r   r o o m   w i t h   a n k l e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   k r i s t a p s p o r z i n g i s   k r i s t a p s p o r z i n g i s a n k l e   k r i s t a p s p o r z i n g i s a n k l e i n j u r y   k r i s t a p s p o r z i n g i s h i g h l i g h t s   k r i s t a p s p o r z i n g i s i n j u r e d   k r i s t a p s p o r z i n g i s i n j u r y  
l a m e l o   b a l l   s p r a i n s   h i s   a n k l e   i n   c h a r l o t t e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
“ a n o t h e r   m i c h a e l   j o r d a n   c r y i n g   m e m e   i n c o m i n g ”   l a m e l o   b a l l   s u f f e r s   d e v a s t a t i n g   a n k l e   i n j u r y   w h i c h   c o u l d   h a m p e r   h o r n e t s ’   p l a y o f f s   a s p i r a t i o n s     c h a r l o t t e h o r n e t s   n b a
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
l a m e l o   a n d   h o r n e t s   l o s t   i t   a f t e r   r o o k i e   k a i   j o n e s   h i t   s p l i t s   a t   a n   o p e n   p r a c t i c e   d a n c e   c o m p e t i t i o n   😂 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s o u t h e a s t d i v i s i o n   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   -   . . . 
   
 
   
 c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s p r e s e a s o n   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s w a s h i n g t o n w i z a r d s p r e d i c t i o n   e a s t e r n c o n f e r e n c e   h o r n e t s v s w i z a r d s   h o r n e t s v s w i z a r d s l i v e   n b a p r e s e a s o n   p a c e r s v s h o r n e t s  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   -   f u l l   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   s o u t h e a s t d i v i s i o n   w i z a r d s v s h o r n e t s   w i z a r d s v s h o r n e t s 2 0 2 2  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   c h a r l o t t e   h o r n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b u z z c i t y   c h a r l o t t e h o r n e t s   c h a r l o t t e   h o r n e t s   l a m e l o b a l l   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s o u t h e a s t d i v i s i o n   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
i d k   h o w   w e   g o t   b l e w   o u t   i n   t h e   4 t h   q u a r t e r   c h a r l o t t e h o r n e t s   😒
j o i n   t h e     n u m e d i a   s p a c e s   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n i c k r i c h a r d s   j a m e s b o u k n i g h t   b r y c e m c g o w e n s   w a s h i n g t o n w i z a r d s   w i z a r d s  
w a t c h i n g   m y   f a v o r i t e   n b a   p l a y e r   a n d   a d o p t e d   s o n ! !   g o   b r y c e   m c g o w e n s   a n d   c h a r l o t t e   h o r n e t s !   b r y c e m c g o w e n s   c h a r l o t t e h o r n e t s  
c h e c k   o u t   o u r   l a t e s t   e p i s o d e   w i t h   a   c h a r l o t t e   l e g e n d   a n d   t a k e   a   l i s t e n   o n   o u r   s e a s o n   e x p e c t a t i o n s ! 
 
 c h a r l o t t e h o r n e t s   h o r n e t s   n b a   
 
  
w e   a r e   l i v e   r i g h t   n o w   i n   r e v ' s   k i n g   f u s e ' s   l i t   h o u s e   ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m .   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t     l a m e l o b a l l   l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s   b r a d l e y b e a l   k y l e k u z m a   n b a  
g a m e   t h r e a d :   w a s h i n g t o n   w i z a r d s   ( 0 - 2 )   a t   c h a r l o t t e   h o r n e t s   ( 0 - 3 )   o c t   1 0   2 0 2 2   7 : 0 0   p m 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
w h a t   w o u l d   i t   t a k e   f o r   t h e   c h a r l o t t e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
b l a c k m a m b a   l o s a n g e l e s l a k e r s   u n i f o r m s   
 m l k   a t l a n t a h a w k s   u n i f o r m s   
 b u z z c i t y   c h a r l o t t e h o r n e t s   u n i f o r m s   
 t h r o w b a c k   m e m p h i s g r i z z l i e s   u n i f o r m s   
 n b a t w i t t e r   b e s t   n b a   u n i f o r m s   a r g u a b l y
k a i   j o n e s   i s   a   t r e a s u r e   a n d   w e   m u s t   p r o t e c t   h i m   a t   a l l   c o s t s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
c h a r l o t t e   h o r n e t s   m i s s   o u t   o n   d a r v i n   h a m   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
g o l d e n   s t a t e   w a r r i o r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   n o v e m b e r   1 4   |   2 0 2 2   n b a   s e a s o n 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
l a m e l o   b a l l   f o u l e d   o u t !   2 3   p t s ,   1 0   a s t     v s   c e l t i c s   🔥 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w   m e l o   n b a   s o u t h e a s t d i v i s i o n  
e x p e r i e n c i n g   a n   n b a   m a t c h   l i v e   h a s   b e e n   a   d r e a m   a n d   t o d a y ,   t h a t   d r e a m   s e e p e d   i n t o   r e a l i t y .   t h a n k   y o u   f o r   t h i s   b u z z i n g   o p p o r t u n i t y   .   🐝   
 
 s w i p e   l e f t   t o   s e e   t h e   s i g n e d   s o u v e n i r   i   c a u g h t   f r o m   . 🏀   
 
 c h a r l o t t e h o r n e t s   t h e a m e r i c a n d r e a m   h o r n e t t s  
c h a r l o t t e   h o r n e t s   h e a d   c o a c h   a n d   . . . 
   
 
   
 2 0 2 2 2 0 2 3 n b a s e a s o n   b o s t o n c e l t i c   c e l t i c   c e l t i c v s h o r n e t s   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c   e a s t e r n c o n f e r e n c e   h o r n e t s v s b o s t o n   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a 2 0 2 2   n b a 2 0 2 2 s e a s o n  
c h a r l o t t e   h o r n e t s   b e g i n   h e a d   c o a c h   i n t e r v i e w s 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e n b a   e a s t e r n c o n f e r e n c e   f a n r e a c t i o n   h o r n e t s f a n   h o r n e t s f a n s   l a m e l o b a l l   n b a   n b a f a n   n b a f a n c h a n n e l   s o u t h e a s t d i v i s i o n  
w o u l d   a   t r a d e   f o r   j o h n   c o l l i n s   w o r k   f o r   t h e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
s h o p   a l l f l y   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   c h a r l o t t e   h o r n e t s   c h a r l o t t e n c   c h a r l o t t e h o r n e t s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m ‼ ️ w e ' r e   i n   t h e   l i t   h o u s e   🔥 🏠   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n b a  
l i a n g e l o   b a l l   g o t   b e n c h e d   t h e n   d i d   . . . 
   
 
   
 b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   d k m   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s   l a m e l o   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l v s b o s t o n c e l t i c s   l a v a r  
k e m b a   w a l k e r   s t i l l   o p t i m i s t i c   t o   g a i n   p l a y i n g   o p p o r t u n i t y   c h a r l o t t e h o r n e t s   d e t r o i t p i s t o n s   k e m b a w a l k e r  
a f t e r   s e e i n g     b r e a k   d a n c e   i n   t h e m     m a n   i ’ m   s c a r e d   n o w   🤣     n b a   c h a r l o t t e h o r n e t s   l a m e l o b a l l  
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 9 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   p o s t g a m e   b r e a k d o w n !   b e n c h   u n i t   d e f e a t s   h o r n e t s !   b l a k e   d e b u t ! 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
c l i c k   t h e   l i n k   t o   w a t c h     s t r e a m   o n   y o u t u b e ‼ ️   s i t   b o u k   f o r   g e l o   ⁉ ️ 🤔     l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s
e x c l u s i v e   1 - o n - 1 :   k e m b a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s h o r n e t s   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   k e m b a c e l t i c s   k e m b a o n c e l t i c s   k e m b a o n j a y s o n t a t u m j a y l e n b r o w n   k e m b a w a l k e r   k e m b a w a l k e r a b b y c h i n   k e m b a w a l k e r c e l t i c s  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   h i g h l i g h t s   4 t h   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   . . . 
   
 
   
 2 0 2 2 2 0 2 3 n b a s e a s o n   c c b n   c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s 2 0 2 2   c e l t i c s v s h o r n e t s f u l l g a m e h i g h l i g h t s   c e l t i c s v s h o r n e t s h i g h l i g h t s   c e l t i c s v s h o r n e t s p r e s e a s o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e l t i c s v s h o r n e t s   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s v s c e l t i c s   n b a h i g h l i g h t s   n b a p l a y o f f s   s o u t h e a s t d i v i s i o n  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   . . . 
   
 
   
 c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s 2 0 2 2   c e l t i c s v s h o r n e t s f u l l g a m e h i g h l i g h t s   c e l t i c s v s h o r n e t s h i g h l i g h t s   c e l t i c s v s h o r n e t s p r e s e a s o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ b o s t o n c e l t i c s   1 1 2   ( 2 - 1 ) 🔸 
 ⬇ ️ c h a r l o t t e h o r n e t s   1 0 3   ( 0 - 3 ) 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔴 d n p   -   c o a c h ' s   d e c i s i o n 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
c h a r l o t t e h o r n e t s   b o s t o n c e l t i c s   n b a t w i t t e r     b u z z c i t y   j e r s e y s   a r e   n e e d e d
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
1 9 9 1   s k y b o x   r e x   c h a p m a n   s k y m a s t e r .   c h a r l o t t e   i n   t h e   b a c k g r o u n d   i s   p r e t t y   s w e e t ,   b u t   i t ’ s   t h e   c o n v e r s e   k i c k s   t h a t   d o e s   i t   f o r   m e !     j u n k w a x   s k y b o x   c h a r l o t t e h o r n e t s   b a s k e t b a l l c a r d s  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 5 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
c a r o l i n a p a n t h e r s   a n d   t h e   c h a r l o t t e h o r n e t s   w i l l   h a v e   t h e   1   p i c k   i n   t h e r e   c o m i n g   d r a f t s
l i a n g e l o   b a l l   l o s i n g   h o r n e t s   n b a   r o s t e r   s p o t   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   g e l o b a l l h o r n e t s   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l i a n g e l o b a l l  
c h a r l o t t e   h o r n e t s   n b a   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t 
 
 — — — — — —   
 
 f a s h i o n   h o t f a s h i o n   s e n p r i n t   t r e n d   c h a r l o t t e h o r n e t s   n b a   c h a r l o t t e   h o r n e t s   n b a   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t   -   s e n p r i n t m a r t   s t o r e 
 

c h a r l o t t e h o r n e t s   1 3   c a r d   t e a m   l o t   h o r n e t s   
 
 $ 5   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
a r e   t h e   h o r n e t s   i n   t r o u b l e ?   c l i c k   t h e   l i n k   i f   y o u   m i s s e d   t h e   l i t   h o u s e   s t r e a m   e a r l i e r   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   v i c w e m b a n y a m a   n u m e d i a   l i t h o u s e
t h e   c h a r l o t t e   h o r n e t s   g e t   e x p o s e d   b y   t h e   i n d i a n a   p a c e r s 
   
 
   
 b r y c e m c g o w e n s   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s r u m o r s   c h a r l o t t e h o r n e t s v s i n d i a n a p a c e r s   e a s t e r n c o n f e r e n c e   h o r n e t s n e w s   i n d i a n a p a c e r s   l a m e l o b a l l   n b a p r e s e a s o n  
b e n n e d i c t   m a t h u r i n   h i g h l i g h t s   v s   c h a r l o t t e   h o r n e t s   |   o c t   5   |   2 0 2 3   n b a   r o o k i e s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
s h e m e i   r y o m o u   ( " i k k i   t o u s e n " )   w i t h     g e a r .   
 
 t h a n k s   f o r   y o u r   s u p p o r t ! 
 
 a r t   a r t w o r k     i k k i t o u s e n   s h e m e i r y o m o u   n b a   f a n a r t   f a n a r t a n i m e   f a n a r t a n i m e g i r l   c h a r l o t t e h o r n e t s   j e r s e y g a l s j a y q c 8 0   a r t i s t s o n t w i t t e r     b l a c k a r t i s t   s m a l l a r t i s t  
c h a r l o t t e   h o r n e t s   j a m e s   b o u k n i g h t   h a s   n o t   l o o k e d   g o o d     v i a   
 
 c h a r l o t t e h o r n e t s   n b a   h o r n e t s   b a s k e t b a l l   c h a r l o t t e   l a m e l o b a l l   t e r r y r o z i e r   m i l e s b r i d g e s   c h a r l o t t e n c   p j w a s h i n g t o n   b o u k n i g h t   b u z z c i t y   c a r o l i n a p a n t h e r s   l i a n g e l o b a l l   l e b r o n j a m e s  
l a m e l o   /   l i a n g e l o   b a c k   f o r   g a m e   2   v s   p a c e r s   ( p r e s e a s o n )   c r o w d   c h a n t i n g   “ w e   w a n t   g e l o ” 
   
 
   
 b b b   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s   i n d i a n a p a c e r s   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   w e w a n t g e l o  
p o s t c a s t :   p r e s e a s o n   g r o w i n g   p a i n s   c o n t i n u e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ i n d i a n a p a c e r s   1 2 2   ( 1 - 0 ) 🔸 
 ⬇ ️ c h a r l o t t e h o r n e t s   9 7   ( 1 
 0 - 2 ) 
 🔶 c h r i s   d u a r t e 🇩 🇴 
 ( s g / 6 ' 5 " / 1 9 0 l b s ) 
 🔹 1 2 / p t s 
 🔹 6 / r e b 
 🔹 2 / a s t 
 🔹 0 / s t l 
 🔹 0 / b l k 
 🔹 1 / t o 
 🔹 4 / 5 t 2 
 🔹 0 / 2 t 3 
 🔹 4 / 4 t l 
 🔹 2 2 : 0 9 / m i n : s e g 
 _ d u a r t e 5 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
l a m e l o   b a l l   a n d   l i a n g e l o   h o r n e t s   i n t r o ! 
   
 
   
 a b t h e h e r o   b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   b i g b a l l e r b r a n d   c h a r l o t t e h o r n e t s   d k m   e a s t e r n c o n f e r e n c e   j b a l e a g u e   l a m e l o b a l l   l a m e l o b a l l h o r n e t s   l a v a r b a l l   l i a n g e l o b a l l   l o n z o b a l l   l o n z o b a l l p e l i c a n s  
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s v s p a c e r s   n b a h i g h l i g h t s   n b a p l a y o f f s   p a c e r s v s h o r n e t s   s o u t h e a s t d i v i s i o n  
p a c e r s   a t   h o r n e t s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 1 8   s o u t h e a s t d i v i s i o n  
p o s t   g a m e   t h r e a d :   t h e   i n d i a n a   p a c e r s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 2 2 - 9 7   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
p o s t   g a m e   t h r e a d :   t h e   i n d i a n a   p a c e r s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 2 2 - 9 7 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
f i r s t   t i m e   i n   a   s u i t e   🤝   f i r s t   t i m e   a t   a   b a s k e t b a l l   g a m e   c h a r l o t t e h o r n e t s    
l a m e l o   j u s t   n o t   a   p l a y e r   y e t   t h a t   c a n   b e   t h e   t o p   l e a d e r   a n d   t a k e   c h a r g e .   l a m e l o   p l a y i n g   l a z t   l i k e   c h a r l o t t e h o r n e t s
t h e   t e a m   j u s t   d o e s n ' t   l o o k   g o o d   t o g e t h e r 
 .   t h e y   n e e d   t o   r u n   u p   a n d   d o w n .   t o o   m u c h   o n e   o n   o n e   c h a r l o t t e h o r n e t s
l a t e s t   a r t i c l e   o n   c h a r l o t t e   h o r n e t s '   l a m e l o   b a l l   b y   n u m e d i a   w r i t e r   j u d a h   b a p t i s t e .   c l i c k   t h e   l i n k   ‼ ️   l a m e l o b a l l   c h a r l o t t e h o r n e t s   h o r n e t s   n b a   n u m e d i a  
l a m e l o   b e f o r e   h i s   g a m e   v s   p a c e r s   l a m e l o b a l l   h o r n e t s   c h a r l o t t e h o r n e t s  
g a m e   n i g h t ! ! ! 
 b u z z c i t y   c h a r l o t t e h o r n e t s   h o n e y b e e s   @   s p e c t r u m   c e n t e r  
w e   a r e   l i v e   i n   t h e   s p e c t r u m   c e n t e r ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   l i v e   s t r e a m     c h a r l o t t e h o r n e t s   h o r n e t s   n b a   l a m e l o b a l l   t y r e s e h a l i b u r t o n   i n d i a n a p a c e r s   p a c e r s   n u m e d i a   l i t h o u s e
c h a r l o t t e   h o r n e t s '   c o a c h   ( s t e v e   c l i f f o r d )   s p e a k s   o n   f a n ' s   f r u s t r a t i o n   w /   g o r d o n   h a y w a r d   & a m p ;   m o r e .   c l i c k   t h e   l i n k   & a m p ;   l i k e   t h e   v i d e o     n u m e d i a   c h a r l o t t e h o r n e t s   n b a   h o r n e t s   s t e v e c l i f f o r d   l a m e l o b a l l   g o r d o n h a y w a r d
l i a n g e l o   b a l l   b e n c h e d   i n   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l c h a r l o t t e h o r n e t s   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w  
v i c t o r   w e m b a n y a m a   w i t h   3 7   p t s   ( 1 1 - 2 0   f g s ,   7 - 1 1   f r o m   3 ) ,   4   r e b s ,   5   b l k s   a g a i n s t   s c o o t   h e n d e r s o n ' s   2 8   p t s   ( 1 1 - 2 1   f g s ,   2 - 3   f r o m   3 ) ,   4   r e b s ,   9   a s t s ,   2   s t l s   t o n i g h t . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
t h e   c h a r l o t t e   h o r n e t s   d o n & a m p ; 3 9 ; t   a c q u i r e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
1 9 9 8 - 9 9   f l e e r   u l t r a   b a s k e t b a l l   2 4   d a v i d   w e s l e y   c h a r l o t t e h o r n e t s   h o r n e t s   
 
 j u s t   a   r e a l l y   c o o l   c a r d   
 
 $ 2   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
m i l e s   b r i d g e s ,   h o r n e t s   a l l o w   $ 7 . 9 m   q u a l i f y i n g   o f f e r   t o   e x p i r e 
 c h a r l o t t e h o r n e t s   n b a
c h a r l o t t e   h o r n e t s   h i r e   s t e v e   c l i f f o r d .   i s   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
t h e   t r u t h   a b o u t   l i a n g e l o   b a l l   :   t h e   g o o d ,   b a d ,   & a m p ;   t h e   u g l y ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   r e v ' s   " k i n g   f u s e ' s   l i t   h o u s e "   s t r e a m   o n   y o u t u b e     l i a n g e l o b a l l   g e l o b a l l   g 3   g e l o   c h a r l o t t e h o r n e t s   g r e e n s b o r o s w a r m   h o r n e t s   n b a   n u m e d i a   l i t h o u s e  
s h o p   a l l f l y   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   c h a r l o t t e   h o r n e t s   c h a r l o t t e n c   c h a r l o t t e h o r n e t s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
h o r n e t s   v s   t i m b e r w o l v e s   |   n b a   s u m m e r   l e a g u e   |   f u l l   g a m e   h i g h l i g h t s 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 1 5 2 2 2 0 0 0 6 3   s o u t h e a s t d i v i s i o n  
l a m e l o   b a l l   o n   s t e v e   c l i f f o r d   " i   a l r e a d y   l o v e   t h e   d u d e   m a n " ,   s t r e n g t h s / w e a k n e s s e s   o f   h i s   g a m e ,   w h a t   t o   e x p e c t   t h i s   s e a s o n ,   & a m p ;   m o r e .   c h e c k   o u t   t h e   i n t e r v i e w     l a m e l o b a l l   s t e v e c l i f f o r d   c h a r l o t t e h o r n e t s   h o r n e t s   n b a   b a s k e t b a l l   n u m e d i a
i   p a i n t e d   t h e   g r e a t   m i c h a e l   j o r d a n .   
 b r i g h t n t u l i a r t   
 m i c h a e l j o r d a n   m j   m j 2 3   g o a t   c h i c a g o b u l l s   t h e l a s t d a n c e   j o r d a n s   j u m p m a n   c h a r l o t t e h o r n e t s   s c o t t i e p i p p e n   n b a   b a s k e t b a l l   g r e a t n e s s  
l e b r o n   b a c k s   r u s s ,   l a k e r s - p a c e r s   . . . 
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   c e n t r a l d i v i s i o n   c f b   c h a r l o t t e h o r n e t s   c h r i s p a u l   c o l i n c o w h e r d   c o l l e g e b a s k e t b a l l   c o l l e g e f o o t b a l l   d e a n d r e a y t o n   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   f o o t b a l l   g o l d e n s t a t e w a r r i o r s  
b o s t o n   c e l t i c s   v s .   c h a r l o t t e   h o r n e t s   g a m e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s o u t h e a s t d i v i s i o n   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬇ ️ c h a r l o t t e h o r n e t s   9 3   ( 0 - 1 ) 
 ⬆ ️ b o s t o n c e l t i c s   1 3 4   ( 1 - 0 ) 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔹 9 / p t s 
 🔹 5 / r e b 
 🔹 4 / a s t 
 🔹 0 / s t l 
 🔹 1 / b l k 
 🔹 0 / t o 
 🔹 1 / 1 t 2 
 🔹 2 / 2 t 3 
 🔹 0 / t l 
 🔹 1 8 : 0 0 / m i n : s e g 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
l i v e   g a r d e n   r e p o r t :   c e l t i c s   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s p o s t g a m e s h o w   c h a r l o t t e h o r n e t s   c l n s   c l n s c e l t i c s p o s t g a m e   c l n s m e d i a   c l n s p o s t g a m e  
t h e   c h a r l o t t e   h o r n e t s   g o t   e m b a r a s s e d   b y   t h e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s b a s k e t b a l l   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   h o r n e t s v s c e l t i c s   l a m e l o b a l l   l i a n g e l o b a l l   n b a p r e s e a s o n   s o u t h e a s t d i v i s i o n  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   |   o c t   2   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e l t i c s v s h o r n e t s   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s v s c e l t i c s   n b a h i g h l i g h t s   n b a p l a y o f f s   s o u t h e a s t d i v i s i o n  
m i l e s   b r i d g e s   1 1   y e a r   s e n t e n c e   c h a r l o t t e h o r n e t s   n b a t o p s h o t   n b a m e d i a d a y   n b a t w i t t e r
k i n g   f u s e ' s   l i t   h o u s e   m o r n i n g   a f t e r   s h o w   ‼ ️   j o i n   u s   f o r   t h e   l i v e   s t r e a m   s p e a k i n g   o n   t h e   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   j a m e s b o u k n i g h t   g e l o b a l l   l i a n g e l o b a l l   n u m e d i a   l i t h o u s e   🔥 🏠    
s a m   h a u s e r   h i g h l i g h t s   v s   c h a r l o t t e   h o r n e t s   ( 1 4   p t s ,   3   r e b ,   2   a s t )   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
l i a n g e l o   b a l l   m a k e s   h i s   n b a   p r e s e a s o n   d e b u t   🔥 🍿 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
j a y l e n   b r o w n   h i g h l i g h t s   v s   c h a r l o t t e   h o r n e t s   ( 2 4   p t s ,   5   r e b )   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
d e n n i s   j r .   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e n n i s j r .   d e n n i s   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
j t   t h o r   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j t t h o r   j t   t h o r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
j a l e n   m c d a n i e l s   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n m c d a n i e l s   j a l e n   m c d a n i e l s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   c h a r l o t t e   h o r n e t s   n b a   v i d e o :  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   c h a r l o t t e   h o r n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b u z z c i t y   c h a r l o t t e h o r n e t s   c h a r l o t t e   h o r n e t s   l a m e l o b a l l   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
w i z   s t a r   b e a l   e x i t s   p r o t o c o l s ,   s t i l l   o u t   v s .   h o r n e t s   c h a r l o t t e   h o r n e t s   n b a  
n i c k   r i c h a r d s   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i c k r i c h a r d s   n i c k   r i c h a r d s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
t e r r y   r o z i e r   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t e r r y r o z i e r   t e r r y   r o z i e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
d i f f e r e n t   s e a t s   f o r   g a m e   n u m b e r   t w o   o f   t h e   s e a s o n .   h o p i n g   f o r   s o m e   m o m e n t u m   g o i n g   i n t o   s a n   a n t o n i o   n e x t   w e e k .   h o r n e t s   n b a   c h a r l o t t e  
  a n d     r e p o r t i n g   l i v e   f r o m   t h e   h i v e !     l e t ’ s   g o     !     b u z z c i t y   a l l f l y   c h a r l o t t e   n b a      
p l a y e d   k n o c k o u t   y e s t e r d a y   o n   m y   b i r t h d a y .   i   h a d   s o   m u c h   f u n !   t h a n k   y o u       h o r n e t s   c h a r l o t t e   b a s k e t b a l l   n b a  
t h a n k s   t o     f o r   c o m i n g   o n   t h e   s h o w   t h i s   w e e k .   m y   c o   h o s t   a n d   i     r e c a p   t h e   h o r n e t s   n e w s   f o l l o w e d   b y   a   t a l k   w i t h   s o m b r e r o   m a n .   h o r n e t s   p a n t h e r s   c h a r l o t t e f c   b u z z c i t y   a l l f l y 
   k e e p p o u n d i n g     
 c h a r l o t t e   

w i z a r d s '   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l s   c h a r l o t t e   h o r n e t s   n b a  
s h o p   a l l f l y   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   c h a r l o t t e   h o r n e t s   c h a r l o t t e n c   c h a r l o t t e h o r n e t s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
k e l l y   j r .   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e l l y j r .   k e l l y   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
j a m e s   b o u k n i g h t   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s b o u k n i g h t   j a m e s   b o u k n i g h t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
m a s o n   p l u m l e e   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a s o n p l u m l e e   m a s o n   p l u m l e e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
e v e r y b o d y   l o v e s   t e r r y   r o z i e r 
 
 
 
 n b a   a l l f l y   c h a r l o t t e   h o r n e t s   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   m m f l   j a z z   m f f l   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   n b a i n a b u d h a b i   c e l t i c s   s p u r s
t h e     m a d e   t h e   p l a y - i n   t o u r n a m e n t   b u t   a f t e r   f i r i n g   h e a d   c o a c h   j a m e s   b o r r e g o   a n d   d r a m a   s u r r o u n d i n g   m i l e s b r i d g e ,   t h i s   r o s t e r   i s   i n   a   v e r y   w e i r d   s p o t .   
 
 w a t c h   h e r e :   
 
 h o r n e t s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   l a m e l o b a l l   t e r r y r o z i e r   c h a r l o t t e  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
c h a r l o t t e   h o r n e t s   d r o p   t h i r d   s t r a i g h t ,   l o s e   t o   b o s t o n   c e l t i c s 
 
 
 
 n b a   c h a r l o t t e   h o r n e t s   a l l f l y   b o s t o n   c e l t i c s   b l e e d g r e e n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a a l l s t a r   n b a j a p a n g a m e s 2 0 2 2   n b a i n a b u d h a b i   l a k e s h o w   h e a t t w i t t e r   m f f l   s u n s
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   c h a r l o t t e   h o r n e t s   n b a   v i d e o :  
j u s t i n   j a c k s o n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j u s t i n   j a c k s o n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
d e r r i c k   w h i t e   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   d e r r i c k   w h i t e   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
j a y l e n   b r o w n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
l a m e l o   b a l l   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   l a m e l o   b a l l   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
p . j .   w a s h i n g t o n   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p . j . w a s h i n g t o n   p . j .   w a s h i n g t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
n o a h   v o n l e h   -   1 4   p t s ,   1 3   r e b ,   2   a s t ,   1   s t l   f u l l   h i g h l i g h t s | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 n o a h v o n l e h   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

t e r r y   r o z i e r   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t e r r y r o z i e r   t e r r y   r o z i e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
  b l a k e   g r i f f i n   c e l t i c s   d e b u t   -   7   p t s ,   9   r e b ,   2   a s t   f u l l   p l a y | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 b l a k e g r i f f i n   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

l a m e l o   b a l l   n e e d s   a n k l e   i n s u r a n c e   a f t e r   t h i s   c r o s s o v e r   b y   w h i t e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   l a m e l o   b a l l   c r o s s o v e r   c h a   c h a r l o t t e   h o r n e t s   b o s   b o s t o n   c e l t i c s
o n   t h i s   f o o d f u n f r i d a y   a t   d a s h   w e ’ r e   c e l e b r a t i n g   t w o   t h i n g s   t h a t   c h a r l o t t e   l o v e s ,   f o o d   a n d   s p o r t s !   t h a n k s     f o r   l e t t i n g   u s   k n o w   t h a t   o u r     w i l l   n o w   h a v e   s t r e e t   t a c o s ,   v e g g i e   o p t i o n s ,   a n d   t a t e r   t o t s   b o t h   l o a d e d   a n d   s t u f f e d !   d a s h c o u r i e r    
c h a r l o t t e   h o r n e t s   j a m e s   b o u k n i g h t   h a s   n o t   l o o k e d   g o o d     v i a   
 
 c h a r l o t t e h o r n e t s   n b a   h o r n e t s   b a s k e t b a l l   c h a r l o t t e   l a m e l o b a l l   t e r r y r o z i e r   m i l e s b r i d g e s   c h a r l o t t e n c   p j w a s h i n g t o n   b o u k n i g h t   b u z z c i t y   c a r o l i n a p a n t h e r s   l i a n g e l o b a l l   l e b r o n j a m e s  
n i c k   r i c h a r d s   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i c k r i c h a r d s   n i c k   r i c h a r d s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
p . j .   w a s h i n g t o n   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p . j . w a s h i n g t o n   p . j .   w a s h i n g t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
h o r n e t s   c e l t i c s   c h a r l o t t e   n b a   b a s k e t b a l l   l a m e l o   ( f o r   t h e   t w i t t e r   a l g o r i t h m   t o   p r o m o t e   i t   f o r   f r e e   t o   t h e   r i g h t   p l a c e ,   i ' d   r e a l l y   l i k e   t o   s e l l   t h e   t i c k e t s )
t e r r y   r o z i e r   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t e r r y r o z i e r   t e r r y   r o z i e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
p o s t   g a m e   t h r e a d :   t h e   i n d i a n a   p a c e r s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 2 2 - 9 7   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   c h a r l o t t e   h o r n e t s   n b a   v i d e o :  
m a s o n   p l u m l e e   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a s o n p l u m l e e   m a s o n   p l u m l e e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
k e l l y   j r .   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e l l y j r .   k e l l y   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s
s c a r y   t e r r y 🔥 🎃 
 _ r o z z a y 3   
 c h a r l o t t e   h o r n e t s   g r a p h i c   d e s i g n   n b a   h a l l o w e e n   b a s k e t b a l l  
l o u d e s t   c h e e r s   o f   t h e   n i g h t   h a p p e n e d   d u r i n g   t h e s e   f r e e   t h r o w s .     h o r n e t s   c h a r l o t t e   n b a  
f e e l s   g o o d   t o   b e   a t   a   b a s k e t b a l l   g a m e   i n   c h a r l o t t e .   j u s t   h a v e   t o   k e e p   t e l l i n g   m y s e l f   t h a t   i t ’ s   o n l y   t h e   p r e s e a s o n .   h o r n e t s   n b a   c h a r l o t t e  
y o u   k n o w   w h e r e   t o   f i n d   u s   u n t i l     w i n   t h e   t i t l e   n e x t   j u n e     h o r n e t s   n b a   c h a r l o t t e  
b a c k   i n   t h e   h i v e !     l e t ’ s   g o     ! !   a l l f l y 🦅   b u z z c i t y   n b a   c h a r l o t t e   c r o w n c l u b c l t  
i f   a n y o n e   n e e d s   a   l i n k   f o r   t o n i g h t s   g a m e   d m   m e   c h a r l o t t e   h o r n e t s   p a c e r s
h e y     i ’ m   g i v i n g   y o u   p e r m i s s i o n   t o   u s e   a l l   t h e   b i g   w i n   e n e r g y *   a v a i l a b l e   i n   c h a r l o t t e   t o n i g h t .   
 
 s o r r y   ,   g o i n g   t o   n e e d   y o u   t o   t a k e   o n e   f o r   t h e   t e a m .   
 
 * t h i s   d o e s   n o t   a p p l y   t o   h e a l t h .   a l l   i n q u i r i e s   a r e   f o r b i d d e n   f o r   b o t h   t e a m s   t o n i g h t
w h a t   i f - - h o r n e t s   i n s t e a d   o f   t h e   p a n t h e r s   w h a t i f   h o r n e t s   p a n t h e r s   c h a r l o t t e   n o r t h c a r o l i n a   v i r a l   f o o t b a l l   n f l   s p o r t s   f u t b o l   f i f a   s p o r t   b a s k e t b a l l  
s t e v e   c l i f f o r d   r e c e i v e s   p r a i s e   i n   n b a   g e n e r a l   m a n a g e r   s u r v e y 
 
 
 
 n b a   a l l f l y   c h a r l o t t e   h o r n e t s   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a d r a f t   l a k e s h o w   l a k e r s   l o s a n g e l e s   b u l l s n a t i o n   m f f l   b l e e d g r e e n   p i s t o n s   p a c e r s   s i x e r s   7 6 e r s   j a z z
c h a r l o t t e   h o r n e t s   s p o r t s 
 c h a r l o t t e   h o r n e t s ,   m i l e s   b r i d g e s   l e t   q u a l i f y i n g   p r o v i d e   e x p i r e   
  
s h o p   a l l f l y   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   c h a r l o t t e   h o r n e t s   c h a r l o t t e n c   c h a r l o t t e h o r n e t s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
g r e a t   t o   s e e   a n o t h e r   f o r m e r   h o r n e t s   p l a y e r   o n   t h e   t e a m .     h e   p l a y e d   i n   4 5   r e g u l a r   s e a s o n   & a m p ;   9   p l a y o f f   g a m e s   f o r   c h a r l o t t e   d u r i n g   t h e   2 0 0 1 - 0 2   s e a s o n ,   w h i c h   w a s   a l s o   t h e   l a s t   s e a s o n   f o r   t h e   t e a m   i n   c h a   b e f o r e   m o v i n g   t o   n e w   o r l e a n s .   b u z z c i t y    
    g r e a t   t o   s e e   a n o t h e r   f o r m e r   h o r n e t s   p l a y e r   o n   t h e   t e a m .     h e   p l a y e d   i n   4 5   r e g u l a r   s e a s o n   & a m p ;   9   p l a y o f f   g a m e s   f o r   c h a r l o t t e   d u r i n g   t h e   2 0 0 1 - 0 2   s e a s o n ,   w h i c h   w a s   a l s o   t h e   l a s t   s e a s o n   f o r   t h e   t e a m   i n   c h a   b e f o r e   m o v i n g   t o   n e w   o r l e a n s .   b u z z c i t y  
w a s h i n g t o n   w i z a r d s   v s   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   f r e e n b a b e t t i n g p r e d i c t i o n s t o d a y   n b a b e t t i n g p i c k s   n b a b e t t i n g p r e d i c t i o n t o d a y   n b a b e t t i n g p r e d i c t i o n s   n b a b e t t i n g p r e d i c t i o n s t o d a y   n b a b e t t i n g t i p s   n b a b e t t i n g t i p s t o d a y   n b a f r e e p i c k s  
t r u e   o r   f a l s e ? 
 
 c h a r l o t t e n c   c h a r l o t t e s p o r t s   c h a r l o t t e f c   c a r o l i n a p a n t h e r s   c h a r l o t t e h o r n e t s   s t e r l i n g t h r i l l  
t e r r y   r o z i e r   o n   l a m e l o ' s   i n j u r y :   " i   g o t   h u r t   i n   t h e   p r e s e a s o n   i n   p r a c t i c e   a n d   c o u l d n ’ t   b e   w i t h   t h e   g u y s   a t   t h e   b e g i n n i n g   o f   t h e   s e a s o n .   i   d o n ’ t   t h i n k   t h a t ’ s   g o i n g   t o   h a p p e n   w i t h   m e l o . " 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
l a m e l o   b l o c k s   7 ’ 3   p o r z i g i s   ( l i a n g e l o   s c o r e s   i n   4 t h   p r e s e a s o n   g a m e )   h o r n e t s   v s   w i z a r d s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g e l o   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
🔴   w a s h i n g t o n   w i z a r d s   @   c h a r l o t t e   h o r n e t s   p r e s e a s o n   l i v e   w a t c h   p a   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e n b a   e a s t e r n c o n f e r e n c e   f a n r e a c t i o n   h o r n e t s f a n   h o r n e t s f a n s   l a m e l o b a l l   n b a   n b a f a n   n b a f a n c h a n n e l   s a m d r a c u l a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
k r i s t a p s   p o r z i n g i s   l i m p s   t o   l o c k e r   r o o m   w i t h   a n k l e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   k r i s t a p s p o r z i n g i s   k r i s t a p s p o r z i n g i s a n k l e   k r i s t a p s p o r z i n g i s a n k l e i n j u r y   k r i s t a p s p o r z i n g i s h i g h l i g h t s   k r i s t a p s p o r z i n g i s i n j u r e d   k r i s t a p s p o r z i n g i s i n j u r y  
l a m e l o   b a l l   s p r a i n s   h i s   a n k l e   i n   c h a r l o t t e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
“ a n o t h e r   m i c h a e l   j o r d a n   c r y i n g   m e m e   i n c o m i n g ”   l a m e l o   b a l l   s u f f e r s   d e v a s t a t i n g   a n k l e   i n j u r y   w h i c h   c o u l d   h a m p e r   h o r n e t s ’   p l a y o f f s   a s p i r a t i o n s     c h a r l o t t e h o r n e t s   n b a
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
l a m e l o   a n d   h o r n e t s   l o s t   i t   a f t e r   r o o k i e   k a i   j o n e s   h i t   s p l i t s   a t   a n   o p e n   p r a c t i c e   d a n c e   c o m p e t i t i o n   😂 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s o u t h e a s t d i v i s i o n   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   -   . . . 
   
 
   
 c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s p r e s e a s o n   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s w a s h i n g t o n w i z a r d s p r e d i c t i o n   e a s t e r n c o n f e r e n c e   h o r n e t s v s w i z a r d s   h o r n e t s v s w i z a r d s l i v e   n b a p r e s e a s o n   p a c e r s v s h o r n e t s  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   -   f u l l   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   s o u t h e a s t d i v i s i o n   w i z a r d s v s h o r n e t s   w i z a r d s v s h o r n e t s 2 0 2 2  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   c h a r l o t t e   h o r n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b u z z c i t y   c h a r l o t t e h o r n e t s   c h a r l o t t e   h o r n e t s   l a m e l o b a l l   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s o u t h e a s t d i v i s i o n   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
i d k   h o w   w e   g o t   b l e w   o u t   i n   t h e   4 t h   q u a r t e r   c h a r l o t t e h o r n e t s   😒
j o i n   t h e     n u m e d i a   s p a c e s   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n i c k r i c h a r d s   j a m e s b o u k n i g h t   b r y c e m c g o w e n s   w a s h i n g t o n w i z a r d s   w i z a r d s  
w a t c h i n g   m y   f a v o r i t e   n b a   p l a y e r   a n d   a d o p t e d   s o n ! !   g o   b r y c e   m c g o w e n s   a n d   c h a r l o t t e   h o r n e t s !   b r y c e m c g o w e n s   c h a r l o t t e h o r n e t s  
c h e c k   o u t   o u r   l a t e s t   e p i s o d e   w i t h   a   c h a r l o t t e   l e g e n d   a n d   t a k e   a   l i s t e n   o n   o u r   s e a s o n   e x p e c t a t i o n s ! 
 
 c h a r l o t t e h o r n e t s   h o r n e t s   n b a   
 
  
w e   a r e   l i v e   r i g h t   n o w   i n   r e v ' s   k i n g   f u s e ' s   l i t   h o u s e   ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m .   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t     l a m e l o b a l l   l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s   b r a d l e y b e a l   k y l e k u z m a   n b a  
g a m e   t h r e a d :   w a s h i n g t o n   w i z a r d s   ( 0 - 2 )   a t   c h a r l o t t e   h o r n e t s   ( 0 - 3 )   o c t   1 0   2 0 2 2   7 : 0 0   p m 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
w h a t   w o u l d   i t   t a k e   f o r   t h e   c h a r l o t t e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
b l a c k m a m b a   l o s a n g e l e s l a k e r s   u n i f o r m s   
 m l k   a t l a n t a h a w k s   u n i f o r m s   
 b u z z c i t y   c h a r l o t t e h o r n e t s   u n i f o r m s   
 t h r o w b a c k   m e m p h i s g r i z z l i e s   u n i f o r m s   
 n b a t w i t t e r   b e s t   n b a   u n i f o r m s   a r g u a b l y
k a i   j o n e s   i s   a   t r e a s u r e   a n d   w e   m u s t   p r o t e c t   h i m   a t   a l l   c o s t s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
c h a r l o t t e   h o r n e t s   m i s s   o u t   o n   d a r v i n   h a m   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
g o l d e n   s t a t e   w a r r i o r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   n o v e m b e r   1 4   |   2 0 2 2   n b a   s e a s o n 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
l a m e l o   b a l l   f o u l e d   o u t !   2 3   p t s ,   1 0   a s t     v s   c e l t i c s   🔥 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w   m e l o   n b a   s o u t h e a s t d i v i s i o n  
e x p e r i e n c i n g   a n   n b a   m a t c h   l i v e   h a s   b e e n   a   d r e a m   a n d   t o d a y ,   t h a t   d r e a m   s e e p e d   i n t o   r e a l i t y .   t h a n k   y o u   f o r   t h i s   b u z z i n g   o p p o r t u n i t y   .   🐝   
 
 s w i p e   l e f t   t o   s e e   t h e   s i g n e d   s o u v e n i r   i   c a u g h t   f r o m   . 🏀   
 
 c h a r l o t t e h o r n e t s   t h e a m e r i c a n d r e a m   h o r n e t t s  
c h a r l o t t e   h o r n e t s   h e a d   c o a c h   a n d   . . . 
   
 
   
 2 0 2 2 2 0 2 3 n b a s e a s o n   b o s t o n c e l t i c   c e l t i c   c e l t i c v s h o r n e t s   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c   e a s t e r n c o n f e r e n c e   h o r n e t s v s b o s t o n   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a 2 0 2 2   n b a 2 0 2 2 s e a s o n  
c h a r l o t t e   h o r n e t s   b e g i n   h e a d   c o a c h   i n t e r v i e w s 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e n b a   e a s t e r n c o n f e r e n c e   f a n r e a c t i o n   h o r n e t s f a n   h o r n e t s f a n s   l a m e l o b a l l   n b a   n b a f a n   n b a f a n c h a n n e l   s o u t h e a s t d i v i s i o n  
w o u l d   a   t r a d e   f o r   j o h n   c o l l i n s   w o r k   f o r   t h e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
s h o p   a l l f l y   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   c h a r l o t t e   h o r n e t s   c h a r l o t t e n c   c h a r l o t t e h o r n e t s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m ‼ ️ w e ' r e   i n   t h e   l i t   h o u s e   🔥 🏠   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n b a  
l i a n g e l o   b a l l   g o t   b e n c h e d   t h e n   d i d   . . . 
   
 
   
 b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   d k m   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s   l a m e l o   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l v s b o s t o n c e l t i c s   l a v a r  
k e m b a   w a l k e r   s t i l l   o p t i m i s t i c   t o   g a i n   p l a y i n g   o p p o r t u n i t y   c h a r l o t t e h o r n e t s   d e t r o i t p i s t o n s   k e m b a w a l k e r  
a f t e r   s e e i n g     b r e a k   d a n c e   i n   t h e m     m a n   i ’ m   s c a r e d   n o w   🤣     n b a   c h a r l o t t e h o r n e t s   l a m e l o b a l l  
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 9 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   p o s t g a m e   b r e a k d o w n !   b e n c h   u n i t   d e f e a t s   h o r n e t s !   b l a k e   d e b u t ! 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
c l i c k   t h e   l i n k   t o   w a t c h     s t r e a m   o n   y o u t u b e ‼ ️   s i t   b o u k   f o r   g e l o   ⁉ ️ 🤔     l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s
e x c l u s i v e   1 - o n - 1 :   k e m b a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o s t o n c e l t i c s   c e l t i c s h o r n e t s   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   k e m b a c e l t i c s   k e m b a o n c e l t i c s   k e m b a o n j a y s o n t a t u m j a y l e n b r o w n   k e m b a w a l k e r   k e m b a w a l k e r a b b y c h i n   k e m b a w a l k e r c e l t i c s  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   h i g h l i g h t s   4 t h   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   . . . 
   
 
   
 2 0 2 2 2 0 2 3 n b a s e a s o n   c c b n   c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s 2 0 2 2   c e l t i c s v s h o r n e t s f u l l g a m e h i g h l i g h t s   c e l t i c s v s h o r n e t s h i g h l i g h t s   c e l t i c s v s h o r n e t s p r e s e a s o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e l t i c s v s h o r n e t s   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s v s c e l t i c s   n b a h i g h l i g h t s   n b a p l a y o f f s   s o u t h e a s t d i v i s i o n  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   . . . 
   
 
   
 c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s 2 0 2 2   c e l t i c s v s h o r n e t s f u l l g a m e h i g h l i g h t s   c e l t i c s v s h o r n e t s h i g h l i g h t s   c e l t i c s v s h o r n e t s p r e s e a s o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ b o s t o n c e l t i c s   1 1 2   ( 2 - 1 ) 🔸 
 ⬇ ️ c h a r l o t t e h o r n e t s   1 0 3   ( 0 - 3 ) 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔴 d n p   -   c o a c h ' s   d e c i s i o n 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
c h a r l o t t e h o r n e t s   b o s t o n c e l t i c s   n b a t w i t t e r     b u z z c i t y   j e r s e y s   a r e   n e e d e d
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
1 9 9 1   s k y b o x   r e x   c h a p m a n   s k y m a s t e r .   c h a r l o t t e   i n   t h e   b a c k g r o u n d   i s   p r e t t y   s w e e t ,   b u t   i t ’ s   t h e   c o n v e r s e   k i c k s   t h a t   d o e s   i t   f o r   m e !     j u n k w a x   s k y b o x   c h a r l o t t e h o r n e t s   b a s k e t b a l l c a r d s  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 5 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
c a r o l i n a p a n t h e r s   a n d   t h e   c h a r l o t t e h o r n e t s   w i l l   h a v e   t h e   1   p i c k   i n   t h e r e   c o m i n g   d r a f t s
l i a n g e l o   b a l l   l o s i n g   h o r n e t s   n b a   r o s t e r   s p o t   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   g e l o b a l l h o r n e t s   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l i a n g e l o b a l l  
c h a r l o t t e   h o r n e t s   n b a   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t 
 
 — — — — — —   
 
 f a s h i o n   h o t f a s h i o n   s e n p r i n t   t r e n d   c h a r l o t t e h o r n e t s   n b a   c h a r l o t t e   h o r n e t s   n b a   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t   -   s e n p r i n t m a r t   s t o r e 
 

c h a r l o t t e h o r n e t s   1 3   c a r d   t e a m   l o t   h o r n e t s   
 
 $ 5   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
a r e   t h e   h o r n e t s   i n   t r o u b l e ?   c l i c k   t h e   l i n k   i f   y o u   m i s s e d   t h e   l i t   h o u s e   s t r e a m   e a r l i e r   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   v i c w e m b a n y a m a   n u m e d i a   l i t h o u s e
t h e   c h a r l o t t e   h o r n e t s   g e t   e x p o s e d   b y   t h e   i n d i a n a   p a c e r s 
   
 
   
 b r y c e m c g o w e n s   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s r u m o r s   c h a r l o t t e h o r n e t s v s i n d i a n a p a c e r s   e a s t e r n c o n f e r e n c e   h o r n e t s n e w s   i n d i a n a p a c e r s   l a m e l o b a l l   n b a p r e s e a s o n  
b e n n e d i c t   m a t h u r i n   h i g h l i g h t s   v s   c h a r l o t t e   h o r n e t s   |   o c t   5   |   2 0 2 3   n b a   r o o k i e s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
s h e m e i   r y o m o u   ( " i k k i   t o u s e n " )   w i t h     g e a r .   
 
 t h a n k s   f o r   y o u r   s u p p o r t ! 
 
 a r t   a r t w o r k     i k k i t o u s e n   s h e m e i r y o m o u   n b a   f a n a r t   f a n a r t a n i m e   f a n a r t a n i m e g i r l   c h a r l o t t e h o r n e t s   j e r s e y g a l s j a y q c 8 0   a r t i s t s o n t w i t t e r     b l a c k a r t i s t   s m a l l a r t i s t  
c h a r l o t t e   h o r n e t s   j a m e s   b o u k n i g h t   h a s   n o t   l o o k e d   g o o d     v i a   
 
 c h a r l o t t e h o r n e t s   n b a   h o r n e t s   b a s k e t b a l l   c h a r l o t t e   l a m e l o b a l l   t e r r y r o z i e r   m i l e s b r i d g e s   c h a r l o t t e n c   p j w a s h i n g t o n   b o u k n i g h t   b u z z c i t y   c a r o l i n a p a n t h e r s   l i a n g e l o b a l l   l e b r o n j a m e s  
l a m e l o   /   l i a n g e l o   b a c k   f o r   g a m e   2   v s   p a c e r s   ( p r e s e a s o n )   c r o w d   c h a n t i n g   “ w e   w a n t   g e l o ” 
   
 
   
 b b b   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s   i n d i a n a p a c e r s   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   w e w a n t g e l o  
p o s t c a s t :   p r e s e a s o n   g r o w i n g   p a i n s   c o n t i n u e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ i n d i a n a p a c e r s   1 2 2   ( 1 - 0 ) 🔸 
 ⬇ ️ c h a r l o t t e h o r n e t s   9 7   ( 1 
 0 - 2 ) 
 🔶 c h r i s   d u a r t e 🇩 🇴 
 ( s g / 6 ' 5 " / 1 9 0 l b s ) 
 🔹 1 2 / p t s 
 🔹 6 / r e b 
 🔹 2 / a s t 
 🔹 0 / s t l 
 🔹 0 / b l k 
 🔹 1 / t o 
 🔹 4 / 5 t 2 
 🔹 0 / 2 t 3 
 🔹 4 / 4 t l 
 🔹 2 2 : 0 9 / m i n : s e g 
 _ d u a r t e 5 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
l a m e l o   b a l l   a n d   l i a n g e l o   h o r n e t s   i n t r o ! 
   
 
   
 a b t h e h e r o   b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   b i g b a l l e r b r a n d   c h a r l o t t e h o r n e t s   d k m   e a s t e r n c o n f e r e n c e   j b a l e a g u e   l a m e l o b a l l   l a m e l o b a l l h o r n e t s   l a v a r b a l l   l i a n g e l o b a l l   l o n z o b a l l   l o n z o b a l l p e l i c a n s  
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s v s p a c e r s   n b a h i g h l i g h t s   n b a p l a y o f f s   p a c e r s v s h o r n e t s   s o u t h e a s t d i v i s i o n  
p a c e r s   a t   h o r n e t s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 1 8   s o u t h e a s t d i v i s i o n  
p o s t   g a m e   t h r e a d :   t h e   i n d i a n a   p a c e r s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 2 2 - 9 7   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
p o s t   g a m e   t h r e a d :   t h e   i n d i a n a   p a c e r s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 2 2 - 9 7 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
f i r s t   t i m e   i n   a   s u i t e   🤝   f i r s t   t i m e   a t   a   b a s k e t b a l l   g a m e   c h a r l o t t e h o r n e t s    
l a m e l o   j u s t   n o t   a   p l a y e r   y e t   t h a t   c a n   b e   t h e   t o p   l e a d e r   a n d   t a k e   c h a r g e .   l a m e l o   p l a y i n g   l a z t   l i k e   c h a r l o t t e h o r n e t s
t h e   t e a m   j u s t   d o e s n ' t   l o o k   g o o d   t o g e t h e r 
 .   t h e y   n e e d   t o   r u n   u p   a n d   d o w n .   t o o   m u c h   o n e   o n   o n e   c h a r l o t t e h o r n e t s
l a t e s t   a r t i c l e   o n   c h a r l o t t e   h o r n e t s '   l a m e l o   b a l l   b y   n u m e d i a   w r i t e r   j u d a h   b a p t i s t e .   c l i c k   t h e   l i n k   ‼ ️   l a m e l o b a l l   c h a r l o t t e h o r n e t s   h o r n e t s   n b a   n u m e d i a  
l a m e l o   b e f o r e   h i s   g a m e   v s   p a c e r s   l a m e l o b a l l   h o r n e t s   c h a r l o t t e h o r n e t s  
g a m e   n i g h t ! ! ! 
 b u z z c i t y   c h a r l o t t e h o r n e t s   h o n e y b e e s   @   s p e c t r u m   c e n t e r  
w e   a r e   l i v e   i n   t h e   s p e c t r u m   c e n t e r ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   l i v e   s t r e a m     c h a r l o t t e h o r n e t s   h o r n e t s   n b a   l a m e l o b a l l   t y r e s e h a l i b u r t o n   i n d i a n a p a c e r s   p a c e r s   n u m e d i a   l i t h o u s e
c h a r l o t t e   h o r n e t s '   c o a c h   ( s t e v e   c l i f f o r d )   s p e a k s   o n   f a n ' s   f r u s t r a t i o n   w /   g o r d o n   h a y w a r d   & a m p ;   m o r e .   c l i c k   t h e   l i n k   & a m p ;   l i k e   t h e   v i d e o     n u m e d i a   c h a r l o t t e h o r n e t s   n b a   h o r n e t s   s t e v e c l i f f o r d   l a m e l o b a l l   g o r d o n h a y w a r d
l i a n g e l o   b a l l   b e n c h e d   i n   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l c h a r l o t t e h o r n e t s   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w  
v i c t o r   w e m b a n y a m a   w i t h   3 7   p t s   ( 1 1 - 2 0   f g s ,   7 - 1 1   f r o m   3 ) ,   4   r e b s ,   5   b l k s   a g a i n s t   s c o o t   h e n d e r s o n ' s   2 8   p t s   ( 1 1 - 2 1   f g s ,   2 - 3   f r o m   3 ) ,   4   r e b s ,   9   a s t s ,   2   s t l s   t o n i g h t . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
t h e   c h a r l o t t e   h o r n e t s   d o n & a m p ; 3 9 ; t   a c q u i r e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
1 9 9 8 - 9 9   f l e e r   u l t r a   b a s k e t b a l l   2 4   d a v i d   w e s l e y   c h a r l o t t e h o r n e t s   h o r n e t s   
 
 j u s t   a   r e a l l y   c o o l   c a r d   
 
 $ 2   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
m i l e s   b r i d g e s ,   h o r n e t s   a l l o w   $ 7 . 9 m   q u a l i f y i n g   o f f e r   t o   e x p i r e 
 c h a r l o t t e h o r n e t s   n b a
c h a r l o t t e   h o r n e t s   h i r e   s t e v e   c l i f f o r d .   i s   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
t h e   t r u t h   a b o u t   l i a n g e l o   b a l l   :   t h e   g o o d ,   b a d ,   & a m p ;   t h e   u g l y ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   r e v ' s   " k i n g   f u s e ' s   l i t   h o u s e "   s t r e a m   o n   y o u t u b e     l i a n g e l o b a l l   g e l o b a l l   g 3   g e l o   c h a r l o t t e h o r n e t s   g r e e n s b o r o s w a r m   h o r n e t s   n b a   n u m e d i a   l i t h o u s e  
s h o p   a l l f l y   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   c h a r l o t t e   h o r n e t s   c h a r l o t t e n c   c h a r l o t t e h o r n e t s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
h o r n e t s   v s   t i m b e r w o l v e s   |   n b a   s u m m e r   l e a g u e   |   f u l l   g a m e   h i g h l i g h t s 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 1 5 2 2 2 0 0 0 6 3   s o u t h e a s t d i v i s i o n  
l a m e l o   b a l l   o n   s t e v e   c l i f f o r d   " i   a l r e a d y   l o v e   t h e   d u d e   m a n " ,   s t r e n g t h s / w e a k n e s s e s   o f   h i s   g a m e ,   w h a t   t o   e x p e c t   t h i s   s e a s o n ,   & a m p ;   m o r e .   c h e c k   o u t   t h e   i n t e r v i e w     l a m e l o b a l l   s t e v e c l i f f o r d   c h a r l o t t e h o r n e t s   h o r n e t s   n b a   b a s k e t b a l l   n u m e d i a
i   p a i n t e d   t h e   g r e a t   m i c h a e l   j o r d a n .   
 b r i g h t n t u l i a r t   
 m i c h a e l j o r d a n   m j   m j 2 3   g o a t   c h i c a g o b u l l s   t h e l a s t d a n c e   j o r d a n s   j u m p m a n   c h a r l o t t e h o r n e t s   s c o t t i e p i p p e n   n b a   b a s k e t b a l l   g r e a t n e s s  
l e b r o n   b a c k s   r u s s ,   l a k e r s - p a c e r s   . . . 
   
 
   
 b a s k e t b a l l   b o s t o n c e l t i c s   c e n t r a l d i v i s i o n   c f b   c h a r l o t t e h o r n e t s   c h r i s p a u l   c o l i n c o w h e r d   c o l l e g e b a s k e t b a l l   c o l l e g e f o o t b a l l   d e a n d r e a y t o n   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   f o o t b a l l   g o l d e n s t a t e w a r r i o r s  
b o s t o n   c e l t i c s   v s .   c h a r l o t t e   h o r n e t s   g a m e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s o u t h e a s t d i v i s i o n   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬇ ️ c h a r l o t t e h o r n e t s   9 3   ( 0 - 1 ) 
 ⬆ ️ b o s t o n c e l t i c s   1 3 4   ( 1 - 0 ) 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔹 9 / p t s 
 🔹 5 / r e b 
 🔹 4 / a s t 
 🔹 0 / s t l 
 🔹 1 / b l k 
 🔹 0 / t o 
 🔹 1 / 1 t 2 
 🔹 2 / 2 t 3 
 🔹 0 / t l 
 🔹 1 8 : 0 0 / m i n : s e g 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
l i v e   g a r d e n   r e p o r t :   c e l t i c s   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c e l t i c s p o s t g a m e s h o w   c e l t i c s p o s t g a m e   c e l t i c s p r e s e a s o n   c e l t i c s v s h o r n e t s   c e l t i c s v s h o r n e t s p o s t g a m e s h o w   c h a r l o t t e h o r n e t s   c l n s   c l n s c e l t i c s p o s t g a m e   c l n s m e d i a   c l n s p o s t g a m e  
t h e   c h a r l o t t e   h o r n e t s   g o t   e m b a r a s s e d   b y   t h e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s b a s k e t b a l l   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   h o r n e t s v s c e l t i c s   l a m e l o b a l l   l i a n g e l o b a l l   n b a p r e s e a s o n   s o u t h e a s t d i v i s i o n  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   |   o c t   2   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e l t i c s v s h o r n e t s   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s v s c e l t i c s   n b a h i g h l i g h t s   n b a p l a y o f f s   s o u t h e a s t d i v i s i o n  
m i l e s   b r i d g e s   1 1   y e a r   s e n t e n c e   c h a r l o t t e h o r n e t s   n b a t o p s h o t   n b a m e d i a d a y   n b a t w i t t e r
k i n g   f u s e ' s   l i t   h o u s e   m o r n i n g   a f t e r   s h o w   ‼ ️   j o i n   u s   f o r   t h e   l i v e   s t r e a m   s p e a k i n g   o n   t h e   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   j a m e s b o u k n i g h t   g e l o b a l l   l i a n g e l o b a l l   n u m e d i a   l i t h o u s e   🔥 🏠    
s a m   h a u s e r   h i g h l i g h t s   v s   c h a r l o t t e   h o r n e t s   ( 1 4   p t s ,   3   r e b ,   2   a s t )   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
l i a n g e l o   b a l l   m a k e s   h i s   n b a   p r e s e a s o n   d e b u t   🔥 🍿 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
j a y l e n   b r o w n   h i g h l i g h t s   v s   c h a r l o t t e   h o r n e t s   ( 2 4   p t s ,   5   r e b )   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
d e n n i s   j r .   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e n n i s j r .   d e n n i s   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
j t   t h o r   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j t t h o r   j t   t h o r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
j a l e n   m c d a n i e l s   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n m c d a n i e l s   j a l e n   m c d a n i e l s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   c h a r l o t t e   h o r n e t s   n b a   v i d e o :  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   c h a r l o t t e   h o r n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b u z z c i t y   c h a r l o t t e h o r n e t s   c h a r l o t t e   h o r n e t s   l a m e l o b a l l   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
w i z   s t a r   b e a l   e x i t s   p r o t o c o l s ,   s t i l l   o u t   v s .   h o r n e t s   c h a r l o t t e   h o r n e t s   n b a  
n i c k   r i c h a r d s   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i c k r i c h a r d s   n i c k   r i c h a r d s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
t e r r y   r o z i e r   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t e r r y r o z i e r   t e r r y   r o z i e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
d i f f e r e n t   s e a t s   f o r   g a m e   n u m b e r   t w o   o f   t h e   s e a s o n .   h o p i n g   f o r   s o m e   m o m e n t u m   g o i n g   i n t o   s a n   a n t o n i o   n e x t   w e e k .   h o r n e t s   n b a   c h a r l o t t e  
  a n d     r e p o r t i n g   l i v e   f r o m   t h e   h i v e !     l e t ’ s   g o     !     b u z z c i t y   a l l f l y   c h a r l o t t e   n b a      
p l a y e d   k n o c k o u t   y e s t e r d a y   o n   m y   b i r t h d a y .   i   h a d   s o   m u c h   f u n !   t h a n k   y o u       h o r n e t s   c h a r l o t t e   b a s k e t b a l l   n b a  
t h a n k s   t o     f o r   c o m i n g   o n   t h e   s h o w   t h i s   w e e k .   m y   c o   h o s t   a n d   i     r e c a p   t h e   h o r n e t s   n e w s   f o l l o w e d   b y   a   t a l k   w i t h   s o m b r e r o   m a n .   h o r n e t s   p a n t h e r s   c h a r l o t t e f c   b u z z c i t y   a l l f l y 
   k e e p p o u n d i n g     
 c h a r l o t t e   

w i z a r d s '   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l s   c h a r l o t t e   h o r n e t s   n b a  
s h o p   a l l f l y   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   c h a r l o t t e   h o r n e t s   c h a r l o t t e n c   c h a r l o t t e h o r n e t s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
k e l l y   j r .   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e l l y j r .   k e l l y   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
j a m e s   b o u k n i g h t   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s b o u k n i g h t   j a m e s   b o u k n i g h t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
m a s o n   p l u m l e e   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a s o n p l u m l e e   m a s o n   p l u m l e e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
e v e r y b o d y   l o v e s   t e r r y   r o z i e r 
 
 
 
 n b a   a l l f l y   c h a r l o t t e   h o r n e t s   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   m m f l   j a z z   m f f l   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   n b a i n a b u d h a b i   c e l t i c s   s p u r s
t h e     m a d e   t h e   p l a y - i n   t o u r n a m e n t   b u t   a f t e r   f i r i n g   h e a d   c o a c h   j a m e s   b o r r e g o   a n d   d r a m a   s u r r o u n d i n g   m i l e s b r i d g e ,   t h i s   r o s t e r   i s   i n   a   v e r y   w e i r d   s p o t .   
 
 w a t c h   h e r e :   
 
 h o r n e t s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   l a m e l o b a l l   t e r r y r o z i e r   c h a r l o t t e  
p o s t   g a m e   t h r e a d :   t h e   b o s t o n   c e l t i c s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 2 - 1 0 3   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
c h a r l o t t e   h o r n e t s   d r o p   t h i r d   s t r a i g h t ,   l o s e   t o   b o s t o n   c e l t i c s 
 
 
 
 n b a   c h a r l o t t e   h o r n e t s   a l l f l y   b o s t o n   c e l t i c s   b l e e d g r e e n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a a l l s t a r   n b a j a p a n g a m e s 2 0 2 2   n b a i n a b u d h a b i   l a k e s h o w   h e a t t w i t t e r   m f f l   s u n s
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   c h a r l o t t e   h o r n e t s   n b a   v i d e o :  
j u s t i n   j a c k s o n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j u s t i n   j a c k s o n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
d e r r i c k   w h i t e   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   d e r r i c k   w h i t e   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
j a y l e n   b r o w n   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
l a m e l o   b a l l   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   l a m e l o   b a l l   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
p . j .   w a s h i n g t o n   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p . j . w a s h i n g t o n   p . j .   w a s h i n g t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
n o a h   v o n l e h   -   1 4   p t s ,   1 3   r e b ,   2   a s t ,   1   s t l   f u l l   h i g h l i g h t s | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 n o a h v o n l e h   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

t e r r y   r o z i e r   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t e r r y r o z i e r   t e r r y   r o z i e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
  b l a k e   g r i f f i n   c e l t i c s   d e b u t   -   7   p t s ,   9   r e b ,   2   a s t   f u l l   p l a y | b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s | 2 0 2 2 . 1 0 . 0 7 
 
 b l a k e g r i f f i n   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   c h a r l o t t e   h o r n e t s 

l a m e l o   b a l l   n e e d s   a n k l e   i n s u r a n c e   a f t e r   t h i s   c r o s s o v e r   b y   w h i t e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   l a m e l o   b a l l   c r o s s o v e r   c h a   c h a r l o t t e   h o r n e t s   b o s   b o s t o n   c e l t i c s
o n   t h i s   f o o d f u n f r i d a y   a t   d a s h   w e ’ r e   c e l e b r a t i n g   t w o   t h i n g s   t h a t   c h a r l o t t e   l o v e s ,   f o o d   a n d   s p o r t s !   t h a n k s     f o r   l e t t i n g   u s   k n o w   t h a t   o u r     w i l l   n o w   h a v e   s t r e e t   t a c o s ,   v e g g i e   o p t i o n s ,   a n d   t a t e r   t o t s   b o t h   l o a d e d   a n d   s t u f f e d !   d a s h c o u r i e r    
c h a r l o t t e   h o r n e t s   j a m e s   b o u k n i g h t   h a s   n o t   l o o k e d   g o o d     v i a   
 
 c h a r l o t t e h o r n e t s   n b a   h o r n e t s   b a s k e t b a l l   c h a r l o t t e   l a m e l o b a l l   t e r r y r o z i e r   m i l e s b r i d g e s   c h a r l o t t e n c   p j w a s h i n g t o n   b o u k n i g h t   b u z z c i t y   c a r o l i n a p a n t h e r s   l i a n g e l o b a l l   l e b r o n j a m e s  
n i c k   r i c h a r d s   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i c k r i c h a r d s   n i c k   r i c h a r d s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
p . j .   w a s h i n g t o n   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p . j . w a s h i n g t o n   p . j .   w a s h i n g t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
h o r n e t s   c e l t i c s   c h a r l o t t e   n b a   b a s k e t b a l l   l a m e l o   ( f o r   t h e   t w i t t e r   a l g o r i t h m   t o   p r o m o t e   i t   f o r   f r e e   t o   t h e   r i g h t   p l a c e ,   i ' d   r e a l l y   l i k e   t o   s e l l   t h e   t i c k e t s )
t e r r y   r o z i e r   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t e r r y r o z i e r   t e r r y   r o z i e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
p o s t   g a m e   t h r e a d :   t h e   i n d i a n a   p a c e r s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 2 2 - 9 7   
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   n o r t h c a r o l i n a  
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   c h a r l o t t e   h o r n e t s   n b a   v i d e o :  
m a s o n   p l u m l e e   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a s o n p l u m l e e   m a s o n   p l u m l e e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
k e l l y   j r .   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e l l y j r .   k e l l y   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s
s c a r y   t e r r y 🔥 🎃 
 _ r o z z a y 3   
 c h a r l o t t e   h o r n e t s   g r a p h i c   d e s i g n   n b a   h a l l o w e e n   b a s k e t b a l l  
l o u d e s t   c h e e r s   o f   t h e   n i g h t   h a p p e n e d   d u r i n g   t h e s e   f r e e   t h r o w s .     h o r n e t s   c h a r l o t t e   n b a  
f e e l s   g o o d   t o   b e   a t   a   b a s k e t b a l l   g a m e   i n   c h a r l o t t e .   j u s t   h a v e   t o   k e e p   t e l l i n g   m y s e l f   t h a t   i t ’ s   o n l y   t h e   p r e s e a s o n .   h o r n e t s   n b a   c h a r l o t t e  
y o u   k n o w   w h e r e   t o   f i n d   u s   u n t i l     w i n   t h e   t i t l e   n e x t   j u n e     h o r n e t s   n b a   c h a r l o t t e  
b a c k   i n   t h e   h i v e !     l e t ’ s   g o     ! !   a l l f l y 🦅   b u z z c i t y   n b a   c h a r l o t t e   c r o w n c l u b c l t  
i f   a n y o n e   n e e d s   a   l i n k   f o r   t o n i g h t s   g a m e   d m   m e   c h a r l o t t e   h o r n e t s   p a c e r s
h e y     i ’ m   g i v i n g   y o u   p e r m i s s i o n   t o   u s e   a l l   t h e   b i g   w i n   e n e r g y *   a v a i l a b l e   i n   c h a r l o t t e   t o n i g h t .   
 
 s o r r y   ,   g o i n g   t o   n e e d   y o u   t o   t a k e   o n e   f o r   t h e   t e a m .   
 
 * t h i s   d o e s   n o t   a p p l y   t o   h e a l t h .   a l l   i n q u i r i e s   a r e   f o r b i d d e n   f o r   b o t h   t e a m s   t o n i g h t
w h a t   i f - - h o r n e t s   i n s t e a d   o f   t h e   p a n t h e r s   w h a t i f   h o r n e t s   p a n t h e r s   c h a r l o t t e   n o r t h c a r o l i n a   v i r a l   f o o t b a l l   n f l   s p o r t s   f u t b o l   f i f a   s p o r t   b a s k e t b a l l  
s t e v e   c l i f f o r d   r e c e i v e s   p r a i s e   i n   n b a   g e n e r a l   m a n a g e r   s u r v e y 
 
 
 
 n b a   a l l f l y   c h a r l o t t e   h o r n e t s   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a d r a f t   l a k e s h o w   l a k e r s   l o s a n g e l e s   b u l l s n a t i o n   m f f l   b l e e d g r e e n   p i s t o n s   p a c e r s   s i x e r s   7 6 e r s   j a z z
c h a r l o t t e   h o r n e t s   s p o r t s 
 c h a r l o t t e   h o r n e t s ,   m i l e s   b r i d g e s   l e t   q u a l i f y i n g   p r o v i d e   e x p i r e   
  
s h o p   a l l f l y   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   c h a r l o t t e   h o r n e t s   c h a r l o t t e n c   c h a r l o t t e h o r n e t s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
g r e a t   t o   s e e   a n o t h e r   f o r m e r   h o r n e t s   p l a y e r   o n   t h e   t e a m .     h e   p l a y e d   i n   4 5   r e g u l a r   s e a s o n   & a m p ;   9   p l a y o f f   g a m e s   f o r   c h a r l o t t e   d u r i n g   t h e   2 0 0 1 - 0 2   s e a s o n ,   w h i c h   w a s   a l s o   t h e   l a s t   s e a s o n   f o r   t h e   t e a m   i n   c h a   b e f o r e   m o v i n g   t o   n e w   o r l e a n s .   b u z z c i t y    
    g r e a t   t o   s e e   a n o t h e r   f o r m e r   h o r n e t s   p l a y e r   o n   t h e   t e a m .     h e   p l a y e d   i n   4 5   r e g u l a r   s e a s o n   & a m p ;   9   p l a y o f f   g a m e s   f o r   c h a r l o t t e   d u r i n g   t h e   2 0 0 1 - 0 2   s e a s o n ,   w h i c h   w a s   a l s o   t h e   l a s t   s e a s o n   f o r   t h e   t e a m   i n   c h a   b e f o r e   m o v i n g   t o   n e w   o r l e a n s .   b u z z c i t y  
n o w   p l a y i n g   t h i n g s   w e   l o s t   ( r a d i o   e d i t )   b y   m e l o d 1 p   l i s t e n   t o   w n n r - d b   o r l a n d o   f l o r i d a   o n l i n e   a t    
n o w   p l a y i n g   t h i n g s   w e   l o s t   ( r a d i o   e d i t )   b y   m e l o d 1 p   l i s t e n   t o   w n n r - d b   o r l a n d o   f l o r i d a   o n l i n e   a t    
l a m e l o   b l o c k s   7 ’ 3   p o r z i g i s   ( l i a n g e l o   s c o r e s   i n   4 t h   p r e s e a s o n   g a m e )   h o r n e t s   v s   w i z a r d s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g e l o   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
🔴   w a s h i n g t o n   w i z a r d s   @   c h a r l o t t e   h o r n e t s   p r e s e a s o n   l i v e   w a t c h   p a   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e n b a   e a s t e r n c o n f e r e n c e   f a n r e a c t i o n   h o r n e t s f a n   h o r n e t s f a n s   l a m e l o b a l l   n b a   n b a f a n   n b a f a n c h a n n e l   s a m d r a c u l a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   c h a r l o t t e   h o r n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b u z z c i t y   c h a r l o t t e h o r n e t s   c h a r l o t t e   h o r n e t s   l a m e l o b a l l   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
h o r n e t s '   l a m e l o b a l l   t o   u n d e r g o   t e s t s   o n   s p r a i n e d   a n k l e .   n b a t w i t t e r  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
p r a y e r s   u p   t o   l a m e l o b a l l .   n b a t w i t t e r   a l l f l y   b u z z c i t y   b b b  
c h a r l o t t e   h o r n e t s   a l l - s t a r   p o i n t   g u a r d   l a m e l o b a l l   s p r a i n e d   h i s   l e f t   a n k l e   i n   t h e   t h i r d   q u a r t e r   o f   a   p r e s e a s o n   1 1 6 - 1 0 7   l o s s   t o   t h e   w a s h i n g t o n   w i z a r d s   o n   m o n d a y   n i g h t   w h e n   h i s   f o o t   w a s   s t e p p e d   o n   w h i l e   h e   w a s   d r i v i n g   t o   t h e   b a s k e t . 
 
 g a m e   r e c a p :    
j o i n   t h e     n u m e d i a   s p a c e s   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n i c k r i c h a r d s   j a m e s b o u k n i g h t   b r y c e m c g o w e n s   w a s h i n g t o n w i z a r d s   w i z a r d s  
w e   a r e   l i v e   r i g h t   n o w   i n   r e v ' s   k i n g   f u s e ' s   l i t   h o u s e   ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m .   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t     l a m e l o b a l l   l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s   b r a d l e y b e a l   k y l e k u z m a   n b a  
b a r t r a n   i s   s t r e a m i n g   l i v e   ‼ ️   c l i c k   t h e   l i n k   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t .       l a m e l o b a l l   s t e v e c l i f f o r d   j a m e s b o u k n i g h t   l i a n g e l o b a l l
l a m e l o   b a l l   f o u l e d   o u t !   2 3   p t s ,   1 0   a s t     v s   c e l t i c s   🔥 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w   m e l o   n b a   s o u t h e a s t d i v i s i o n  
h a s   t h e   s p o r t s c a r d h o b b y   l o s t   l o v e   f o r   l a m e l o b a l l   n b a  
l a m e l o   b a l l   3 p t   s h o o t i n g   @   s p e c t r u m   c e n t e r   o c t o b e r   9 ,   2 0 2 2   l a m e l o b a l l   s h o r t s   h o r n e t s   n b a 

c h a r l o t t e   h o r n e t s   b e g i n   h e a d   c o a c h   i n t e r v i e w s 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e n b a   e a s t e r n c o n f e r e n c e   f a n r e a c t i o n   h o r n e t s f a n   h o r n e t s f a n s   l a m e l o b a l l   n b a   n b a f a n   n b a f a n c h a n n e l   s o u t h e a s t d i v i s i o n  
c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m ‼ ️ w e ' r e   i n   t h e   l i t   h o u s e   🔥 🏠   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n b a  
n b a   f a n t a s y   b a s k e t b a l l   1 0   f u t u r e   s t a r   p l a y e r s   t o   d r a f t   2 0 2 2 - 2 0 2 3 
 
 w a t c h   v i d e o   h e r e : 
 
 
 
 n b a f a n t a s y   f a n t a s y s p o r t s   f a n t a s y b a s k e t b a l l   n b a p i c k s   n b a     n b a n e w s   f a n t a s y d r a f t   n b a p l a y e r s   n b a b e t t i n g   r a p t o r s n a t i o n   l a m e l o b a l l   n b a t w i t t e r  
l i a n g e l o   b a l l   g o t   b e n c h e d   t h e n   d i d   . . . 
   
 
   
 b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   d k m   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s   l a m e l o   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l v s b o s t o n c e l t i c s   l a v a r  
a f t e r   s e e i n g     b r e a k   d a n c e   i n   t h e m     m a n   i ’ m   s c a r e d   n o w   🤣     n b a   c h a r l o t t e h o r n e t s   l a m e l o b a l l  
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 9 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
t h e     m a d e   t h e   p l a y - i n   t o u r n a m e n t   b u t   a f t e r   f i r i n g   h e a d   c o a c h   j a m e s   b o r r e g o   a n d   d r a m a   s u r r o u n d i n g   m i l e s b r i d g e ,   t h i s   r o s t e r   i s   i n   a   v e r y   w e i r d   s p o t .   
 
 w a t c h   h e r e :   
 
 h o r n e t s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   l a m e l o b a l l   t e r r y r o z i e r   c h a r l o t t e  
d e r r i c k   w h i t e   s e n d s   l a m e l o   b a c k   o v e r s e a s .   n b a   b a s k e t b a l l   n b a t w i t t e r   l a m e l o b a l l   h o r n e t s   c e l t i c s   d e r r i c k w h i t e  
l a m e l o   s t e p   b a c k   3 .   n b a   b a s k e t b a l l   l a m e l o b a l l   h o r n e t s   n b a t w i t t e r  
l a m e l o   s p l a s h e s   t h e   3   n b a   b a s k e t b a l l   h o r n e t s   l a m e l o b a l l   n b a t w i t t e r  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
l a m e l o b a l l   d o e s   t h e   s t a n k y l e g   c r o s s o v e r  
l a m e l o b a l l   g e t s   d r o p p e d   b y   d e r r i c k   w h i t e  
d i d   l a m e l o b a l l   l o s e   b a l a n c e   😳 👀  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
t h e   n b a   i s   b a c k … . . 
 
 l a m e l o   b a l l   f o i l   / 1 0 
 $ 4 5   e a c h 
 
 l a m e l o b a l l   m e l o   c h a r o l e t t e   h o r n e t     n b a   c a r d a r t   c u s t o m              
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 5 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
l i a n g e l o   b a l l   l o s i n g   h o r n e t s   n b a   r o s t e r   s p o t   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   g e l o b a l l h o r n e t s   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l i a n g e l o b a l l  
a r e   t h e   h o r n e t s   i n   t r o u b l e ?   c l i c k   t h e   l i n k   i f   y o u   m i s s e d   t h e   l i t   h o u s e   s t r e a m   e a r l i e r   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   v i c w e m b a n y a m a   n u m e d i a   l i t h o u s e
t h e   c h a r l o t t e   h o r n e t s   g e t   e x p o s e d   b y   t h e   i n d i a n a   p a c e r s 
   
 
   
 b r y c e m c g o w e n s   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s r u m o r s   c h a r l o t t e h o r n e t s v s i n d i a n a p a c e r s   e a s t e r n c o n f e r e n c e   h o r n e t s n e w s   i n d i a n a p a c e r s   l a m e l o b a l l   n b a p r e s e a s o n  
c h a r l o t t e   h o r n e t s   j a m e s   b o u k n i g h t   h a s   n o t   l o o k e d   g o o d     v i a   
 
 c h a r l o t t e h o r n e t s   n b a   h o r n e t s   b a s k e t b a l l   c h a r l o t t e   l a m e l o b a l l   t e r r y r o z i e r   m i l e s b r i d g e s   c h a r l o t t e n c   p j w a s h i n g t o n   b o u k n i g h t   b u z z c i t y   c a r o l i n a p a n t h e r s   l i a n g e l o b a l l   l e b r o n j a m e s  
f r o m   t h i s                                               t o   t h i s 
 
 l a m e l o b a l l  
l a m e l o   /   l i a n g e l o   b a c k   f o r   g a m e   2   v s   p a c e r s   ( p r e s e a s o n )   c r o w d   c h a n t i n g   “ w e   w a n t   g e l o ” 
   
 
   
 b b b   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s   i n d i a n a p a c e r s   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   w e w a n t g e l o  
l a m e l o   b a l l   a n d   l i a n g e l o   h o r n e t s   i n t r o ! 
   
 
   
 a b t h e h e r o   b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   b i g b a l l e r b r a n d   c h a r l o t t e h o r n e t s   d k m   e a s t e r n c o n f e r e n c e   j b a l e a g u e   l a m e l o b a l l   l a m e l o b a l l h o r n e t s   l a v a r b a l l   l i a n g e l o b a l l   l o n z o b a l l   l o n z o b a l l p e l i c a n s  
l a m e l o   b a l l   1 2   p t s ,   7   a s t ,   5   r e b   v s   p a c e r s   |   o c t o b e r   5 ,   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s
i ' m   p r a y i n g   t h e   h o r n e t s   g e t   v i c t o r   w e m b e n y a m a !   h i m   a n d   l a m e l o   w o u l d   b e   a n   a b s o u l u t e   c h e a t   c o d e   h o r n e t s   w e m b e n y a m a   l a m e l o b a l l
l a t e s t   a r t i c l e   o n   c h a r l o t t e   h o r n e t s '   l a m e l o   b a l l   b y   n u m e d i a   w r i t e r   j u d a h   b a p t i s t e .   c l i c k   t h e   l i n k   ‼ ️   l a m e l o b a l l   c h a r l o t t e h o r n e t s   h o r n e t s   n b a   n u m e d i a  
l a m e l o   b e f o r e   h i s   g a m e   v s   p a c e r s   l a m e l o b a l l   h o r n e t s   c h a r l o t t e h o r n e t s  
w e   a r e   l i v e   i n   t h e   s p e c t r u m   c e n t e r ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   l i v e   s t r e a m     c h a r l o t t e h o r n e t s   h o r n e t s   n b a   l a m e l o b a l l   t y r e s e h a l i b u r t o n   i n d i a n a p a c e r s   p a c e r s   n u m e d i a   l i t h o u s e
c h a r l o t t e   h o r n e t s '   c o a c h   ( s t e v e   c l i f f o r d )   s p e a k s   o n   f a n ' s   f r u s t r a t i o n   w /   g o r d o n   h a y w a r d   & a m p ;   m o r e .   c l i c k   t h e   l i n k   & a m p ;   l i k e   t h e   v i d e o     n u m e d i a   c h a r l o t t e h o r n e t s   n b a   h o r n e t s   s t e v e c l i f f o r d   l a m e l o b a l l   g o r d o n h a y w a r d
l i a n g e l o   b a l l   b e n c h e d   i n   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l c h a r l o t t e h o r n e t s   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w  
l a m e l o b a l l   w i l l   h a v e   a n o t h e r   g r e a t   y e a r .   h o w e v e r ,   t h e     h i r e s   t h e   s a m e   c o a c h   t h e y   f i r e d   a   f e w   s e a s o n s   a g o ,   r i g h t   b a c k . .   j o r d a n   i s   g e t t i n g   p a i d   a n d   d o e s   n o t   c a r e   a b o u t   w i n n i n g   a n y m o r e . . .   l m a o o   s m h .  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
c a r d   a r t i s t   s p o t l i g h t   💡   i g :   d j h d i g i t a l s   💡   c l o s e   u p ! 
 
 🖐 ️ ⁠ f o l l o w   t h i s   a r t i s t   v i a ⁠ 
 
 - ⁠ 
 l a m e l o b a l l   h o r n e t s 
 - - -   ⁠ 
 c a r d a r t   a r t c a r d   c u s t o m c a r d s   c a r d s ⁠ 
 w h o d o y o u c o l l e c t   t o p p s   t r a d i n g c a r d s   t h e h o b b y   s p o r t s c a r d s   t o p p s b a s e b a l l   b a s e b a l l c a r d s   c o l l e c t  
2 0 2 0 - 2 1   p a n i n i   r e v o l u t i o n   c h i n e s e   n e w   y e a r   h o b b y   r a n d o m   t e a m   b o x   b r e a k   1 
 
 o n l y   $ 8 . 9 9 / s p o t   -   
 
 t h e h o b b y   b o x b r e a k s   b o x b r e a k   l a m e l o b a l l   a n t h o n y e d w a r d s   t y r e s e m a x e y 
 
 
 _ c o n n e c t 
 
 
  
l a m e l o   b a l l   o n   s t e v e   c l i f f o r d   " i   a l r e a d y   l o v e   t h e   d u d e   m a n " ,   s t r e n g t h s / w e a k n e s s e s   o f   h i s   g a m e ,   w h a t   t o   e x p e c t   t h i s   s e a s o n ,   & a m p ;   m o r e .   c h e c k   o u t   t h e   i n t e r v i e w     l a m e l o b a l l   s t e v e c l i f f o r d   c h a r l o t t e h o r n e t s   h o r n e t s   n b a   b a s k e t b a l l   n u m e d i a
  y ’ a l l   g o t t a   l e t   t h e   b a l l b r o t h e r s   p l a y   t o g e t h e r   o n   t h e   n e x t   g a m e !   g i v e     m o r e   t i m e !   
 
 h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l
c l i c k   t h e   l i n k   a n d   s u p p o r t   u n o r i g i n a l   f c   ‼ ️   c o n s i s t e n t l y   d r o p p i n g   🔥   c o n t e n t       n u m e d i a   n b a   l a m e l o b a l l   m e l o b a l l   j a m e s b o u k n i g h t
( 2 n d   o c t o b e r   2 0 2 2 )   n b a   p r e s e a s o n   b e s t   p l a y s . 
 f u l l   v i d e o   l i n k :   
 
 
 n b a   n b a 2 k 2 3   n b a j a p a n g a m e s 2 0 2 2   3 6 e r s   b o s t o n c e l t i c s   c e l t i c s   h o r n e t s   l a m e l o b a l l   c r a i g r a n d a l l   r a n d a l l  
t h e   c h a r l o t t e   h o r n e t s   g o t   e m b a r a s s e d   b y   t h e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s b a s k e t b a l l   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   h o r n e t s v s c e l t i c s   l a m e l o b a l l   l i a n g e l o b a l l   n b a p r e s e a s o n   s o u t h e a s t d i v i s i o n  
k i n g   f u s e ' s   l i t   h o u s e   m o r n i n g   a f t e r   s h o w   ‼ ️   j o i n   u s   f o r   t h e   l i v e   s t r e a m   s p e a k i n g   o n   t h e   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   j a m e s b o u k n i g h t   g e l o b a l l   l i a n g e l o b a l l   n u m e d i a   l i t h o u s e   🔥 🏠    
t e r r y   r o z i e r   a d m i t t i n g   l a m e l o   b a l l   i s   t h e   f r a n c h i s e   g u y ❗ ️ c l i f f o r d   h a s   r e a l l y   s e t   r o l e s   s t r a i g h t   a w a y .   n b a   h o r n e t s   l a m e l o   b a l l  
l a m e l o   b a l l   s p r a i n s   h i s   a n k l e   i n   c h a r l o t t e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
l i a n g e l o   b a l l   g o t   b e n c h e d   t h e n   d i d   . . . 
   
 
   
 b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   d k m   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s   l a m e l o   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l v s b o s t o n c e l t i c s   l a v a r  
l a m e l o   b a l l   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   l a m e l o   b a l l   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
l a m e l o   b a l l   n e e d s   a n k l e   i n s u r a n c e   a f t e r   t h i s   c r o s s o v e r   b y   w h i t e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   l a m e l o   b a l l   c r o s s o v e r   c h a   c h a r l o t t e   h o r n e t s   b o s   b o s t o n   c e l t i c s
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
l a m e l o   b l o c k s   7 ’ 3   p o r z i g i s   ( l i a n g e l o   s c o r e s   i n   4 t h   p r e s e a s o n   g a m e )   h o r n e t s   v s   w i z a r d s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g e l o   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
🔴   w a s h i n g t o n   w i z a r d s   @   c h a r l o t t e   h o r n e t s   p r e s e a s o n   l i v e   w a t c h   p a   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e n b a   e a s t e r n c o n f e r e n c e   f a n r e a c t i o n   h o r n e t s f a n   h o r n e t s f a n s   l a m e l o b a l l   n b a   n b a f a n   n b a f a n c h a n n e l   s a m d r a c u l a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   c h a r l o t t e   h o r n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b u z z c i t y   c h a r l o t t e h o r n e t s   c h a r l o t t e   h o r n e t s   l a m e l o b a l l   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
h o r n e t s '   l a m e l o b a l l   t o   u n d e r g o   t e s t s   o n   s p r a i n e d   a n k l e .   n b a t w i t t e r  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
p r a y e r s   u p   t o   l a m e l o b a l l .   n b a t w i t t e r   a l l f l y   b u z z c i t y   b b b  
c h a r l o t t e   h o r n e t s   a l l - s t a r   p o i n t   g u a r d   l a m e l o b a l l   s p r a i n e d   h i s   l e f t   a n k l e   i n   t h e   t h i r d   q u a r t e r   o f   a   p r e s e a s o n   1 1 6 - 1 0 7   l o s s   t o   t h e   w a s h i n g t o n   w i z a r d s   o n   m o n d a y   n i g h t   w h e n   h i s   f o o t   w a s   s t e p p e d   o n   w h i l e   h e   w a s   d r i v i n g   t o   t h e   b a s k e t . 
 
 g a m e   r e c a p :    
j o i n   t h e     n u m e d i a   s p a c e s   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n i c k r i c h a r d s   j a m e s b o u k n i g h t   b r y c e m c g o w e n s   w a s h i n g t o n w i z a r d s   w i z a r d s  
w e   a r e   l i v e   r i g h t   n o w   i n   r e v ' s   k i n g   f u s e ' s   l i t   h o u s e   ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m .   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t     l a m e l o b a l l   l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s   b r a d l e y b e a l   k y l e k u z m a   n b a  
b a r t r a n   i s   s t r e a m i n g   l i v e   ‼ ️   c l i c k   t h e   l i n k   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t .       l a m e l o b a l l   s t e v e c l i f f o r d   j a m e s b o u k n i g h t   l i a n g e l o b a l l
l a m e l o   b a l l   f o u l e d   o u t !   2 3   p t s ,   1 0   a s t     v s   c e l t i c s   🔥 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w   m e l o   n b a   s o u t h e a s t d i v i s i o n  
h a s   t h e   s p o r t s c a r d h o b b y   l o s t   l o v e   f o r   l a m e l o b a l l   n b a  
l a m e l o   b a l l   3 p t   s h o o t i n g   @   s p e c t r u m   c e n t e r   o c t o b e r   9 ,   2 0 2 2   l a m e l o b a l l   s h o r t s   h o r n e t s   n b a 

c h a r l o t t e   h o r n e t s   b e g i n   h e a d   c o a c h   i n t e r v i e w s 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e n b a   e a s t e r n c o n f e r e n c e   f a n r e a c t i o n   h o r n e t s f a n   h o r n e t s f a n s   l a m e l o b a l l   n b a   n b a f a n   n b a f a n c h a n n e l   s o u t h e a s t d i v i s i o n  
c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m ‼ ️ w e ' r e   i n   t h e   l i t   h o u s e   🔥 🏠   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n b a  
n b a   f a n t a s y   b a s k e t b a l l   1 0   f u t u r e   s t a r   p l a y e r s   t o   d r a f t   2 0 2 2 - 2 0 2 3 
 
 w a t c h   v i d e o   h e r e : 
 
 
 
 n b a f a n t a s y   f a n t a s y s p o r t s   f a n t a s y b a s k e t b a l l   n b a p i c k s   n b a     n b a n e w s   f a n t a s y d r a f t   n b a p l a y e r s   n b a b e t t i n g   r a p t o r s n a t i o n   l a m e l o b a l l   n b a t w i t t e r  
l i a n g e l o   b a l l   g o t   b e n c h e d   t h e n   d i d   . . . 
   
 
   
 b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   d k m   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s   l a m e l o   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l v s b o s t o n c e l t i c s   l a v a r  
a f t e r   s e e i n g     b r e a k   d a n c e   i n   t h e m     m a n   i ’ m   s c a r e d   n o w   🤣     n b a   c h a r l o t t e h o r n e t s   l a m e l o b a l l  
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 9 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
t h e     m a d e   t h e   p l a y - i n   t o u r n a m e n t   b u t   a f t e r   f i r i n g   h e a d   c o a c h   j a m e s   b o r r e g o   a n d   d r a m a   s u r r o u n d i n g   m i l e s b r i d g e ,   t h i s   r o s t e r   i s   i n   a   v e r y   w e i r d   s p o t .   
 
 w a t c h   h e r e :   
 
 h o r n e t s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   l a m e l o b a l l   t e r r y r o z i e r   c h a r l o t t e  
d e r r i c k   w h i t e   s e n d s   l a m e l o   b a c k   o v e r s e a s .   n b a   b a s k e t b a l l   n b a t w i t t e r   l a m e l o b a l l   h o r n e t s   c e l t i c s   d e r r i c k w h i t e  
l a m e l o   s t e p   b a c k   3 .   n b a   b a s k e t b a l l   l a m e l o b a l l   h o r n e t s   n b a t w i t t e r  
l a m e l o   s p l a s h e s   t h e   3   n b a   b a s k e t b a l l   h o r n e t s   l a m e l o b a l l   n b a t w i t t e r  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
l a m e l o b a l l   d o e s   t h e   s t a n k y l e g   c r o s s o v e r  
l a m e l o b a l l   g e t s   d r o p p e d   b y   d e r r i c k   w h i t e  
d i d   l a m e l o b a l l   l o s e   b a l a n c e   😳 👀  
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
t h e   n b a   i s   b a c k … . . 
 
 l a m e l o   b a l l   f o i l   / 1 0 
 $ 4 5   e a c h 
 
 l a m e l o b a l l   m e l o   c h a r o l e t t e   h o r n e t     n b a   c a r d a r t   c u s t o m              
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 5 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
l i a n g e l o   b a l l   l o s i n g   h o r n e t s   n b a   r o s t e r   s p o t   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   g e l o b a l l h o r n e t s   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l i a n g e l o b a l l  
a r e   t h e   h o r n e t s   i n   t r o u b l e ?   c l i c k   t h e   l i n k   i f   y o u   m i s s e d   t h e   l i t   h o u s e   s t r e a m   e a r l i e r   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   v i c w e m b a n y a m a   n u m e d i a   l i t h o u s e
t h e   c h a r l o t t e   h o r n e t s   g e t   e x p o s e d   b y   t h e   i n d i a n a   p a c e r s 
   
 
   
 b r y c e m c g o w e n s   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s r u m o r s   c h a r l o t t e h o r n e t s v s i n d i a n a p a c e r s   e a s t e r n c o n f e r e n c e   h o r n e t s n e w s   i n d i a n a p a c e r s   l a m e l o b a l l   n b a p r e s e a s o n  
c h a r l o t t e   h o r n e t s   j a m e s   b o u k n i g h t   h a s   n o t   l o o k e d   g o o d     v i a   
 
 c h a r l o t t e h o r n e t s   n b a   h o r n e t s   b a s k e t b a l l   c h a r l o t t e   l a m e l o b a l l   t e r r y r o z i e r   m i l e s b r i d g e s   c h a r l o t t e n c   p j w a s h i n g t o n   b o u k n i g h t   b u z z c i t y   c a r o l i n a p a n t h e r s   l i a n g e l o b a l l   l e b r o n j a m e s  
f r o m   t h i s                                               t o   t h i s 
 
 l a m e l o b a l l  
l a m e l o   /   l i a n g e l o   b a c k   f o r   g a m e   2   v s   p a c e r s   ( p r e s e a s o n )   c r o w d   c h a n t i n g   “ w e   w a n t   g e l o ” 
   
 
   
 b b b   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s   i n d i a n a p a c e r s   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   w e w a n t g e l o  
l a m e l o   b a l l   a n d   l i a n g e l o   h o r n e t s   i n t r o ! 
   
 
   
 a b t h e h e r o   b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   b i g b a l l e r b r a n d   c h a r l o t t e h o r n e t s   d k m   e a s t e r n c o n f e r e n c e   j b a l e a g u e   l a m e l o b a l l   l a m e l o b a l l h o r n e t s   l a v a r b a l l   l i a n g e l o b a l l   l o n z o b a l l   l o n z o b a l l p e l i c a n s  
l a m e l o   b a l l   1 2   p t s ,   7   a s t ,   5   r e b   v s   p a c e r s   |   o c t o b e r   5 ,   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s
i ' m   p r a y i n g   t h e   h o r n e t s   g e t   v i c t o r   w e m b e n y a m a !   h i m   a n d   l a m e l o   w o u l d   b e   a n   a b s o u l u t e   c h e a t   c o d e   h o r n e t s   w e m b e n y a m a   l a m e l o b a l l
l a t e s t   a r t i c l e   o n   c h a r l o t t e   h o r n e t s '   l a m e l o   b a l l   b y   n u m e d i a   w r i t e r   j u d a h   b a p t i s t e .   c l i c k   t h e   l i n k   ‼ ️   l a m e l o b a l l   c h a r l o t t e h o r n e t s   h o r n e t s   n b a   n u m e d i a  
l a m e l o   b e f o r e   h i s   g a m e   v s   p a c e r s   l a m e l o b a l l   h o r n e t s   c h a r l o t t e h o r n e t s  
w e   a r e   l i v e   i n   t h e   s p e c t r u m   c e n t e r ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   l i v e   s t r e a m     c h a r l o t t e h o r n e t s   h o r n e t s   n b a   l a m e l o b a l l   t y r e s e h a l i b u r t o n   i n d i a n a p a c e r s   p a c e r s   n u m e d i a   l i t h o u s e
c h a r l o t t e   h o r n e t s '   c o a c h   ( s t e v e   c l i f f o r d )   s p e a k s   o n   f a n ' s   f r u s t r a t i o n   w /   g o r d o n   h a y w a r d   & a m p ;   m o r e .   c l i c k   t h e   l i n k   & a m p ;   l i k e   t h e   v i d e o     n u m e d i a   c h a r l o t t e h o r n e t s   n b a   h o r n e t s   s t e v e c l i f f o r d   l a m e l o b a l l   g o r d o n h a y w a r d
l i a n g e l o   b a l l   b e n c h e d   i n   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l c h a r l o t t e h o r n e t s   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w  
l a m e l o b a l l   w i l l   h a v e   a n o t h e r   g r e a t   y e a r .   h o w e v e r ,   t h e     h i r e s   t h e   s a m e   c o a c h   t h e y   f i r e d   a   f e w   s e a s o n s   a g o ,   r i g h t   b a c k . .   j o r d a n   i s   g e t t i n g   p a i d   a n d   d o e s   n o t   c a r e   a b o u t   w i n n i n g   a n y m o r e . . .   l m a o o   s m h .  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
c a r d   a r t i s t   s p o t l i g h t   💡   i g :   d j h d i g i t a l s   💡   c l o s e   u p ! 
 
 🖐 ️ ⁠ f o l l o w   t h i s   a r t i s t   v i a ⁠ 
 
 - ⁠ 
 l a m e l o b a l l   h o r n e t s 
 - - -   ⁠ 
 c a r d a r t   a r t c a r d   c u s t o m c a r d s   c a r d s ⁠ 
 w h o d o y o u c o l l e c t   t o p p s   t r a d i n g c a r d s   t h e h o b b y   s p o r t s c a r d s   t o p p s b a s e b a l l   b a s e b a l l c a r d s   c o l l e c t  
2 0 2 0 - 2 1   p a n i n i   r e v o l u t i o n   c h i n e s e   n e w   y e a r   h o b b y   r a n d o m   t e a m   b o x   b r e a k   1 
 
 o n l y   $ 8 . 9 9 / s p o t   -   
 
 t h e h o b b y   b o x b r e a k s   b o x b r e a k   l a m e l o b a l l   a n t h o n y e d w a r d s   t y r e s e m a x e y 
 
 
 _ c o n n e c t 
 
 
  
l a m e l o   b a l l   o n   s t e v e   c l i f f o r d   " i   a l r e a d y   l o v e   t h e   d u d e   m a n " ,   s t r e n g t h s / w e a k n e s s e s   o f   h i s   g a m e ,   w h a t   t o   e x p e c t   t h i s   s e a s o n ,   & a m p ;   m o r e .   c h e c k   o u t   t h e   i n t e r v i e w     l a m e l o b a l l   s t e v e c l i f f o r d   c h a r l o t t e h o r n e t s   h o r n e t s   n b a   b a s k e t b a l l   n u m e d i a
  y ’ a l l   g o t t a   l e t   t h e   b a l l b r o t h e r s   p l a y   t o g e t h e r   o n   t h e   n e x t   g a m e !   g i v e     m o r e   t i m e !   
 
 h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l
c l i c k   t h e   l i n k   a n d   s u p p o r t   u n o r i g i n a l   f c   ‼ ️   c o n s i s t e n t l y   d r o p p i n g   🔥   c o n t e n t       n u m e d i a   n b a   l a m e l o b a l l   m e l o b a l l   j a m e s b o u k n i g h t
( 2 n d   o c t o b e r   2 0 2 2 )   n b a   p r e s e a s o n   b e s t   p l a y s . 
 f u l l   v i d e o   l i n k :   
 
 
 n b a   n b a 2 k 2 3   n b a j a p a n g a m e s 2 0 2 2   3 6 e r s   b o s t o n c e l t i c s   c e l t i c s   h o r n e t s   l a m e l o b a l l   c r a i g r a n d a l l   r a n d a l l  
t h e   c h a r l o t t e   h o r n e t s   g o t   e m b a r a s s e d   b y   t h e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s b a s k e t b a l l   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   h o r n e t s v s c e l t i c s   l a m e l o b a l l   l i a n g e l o b a l l   n b a p r e s e a s o n   s o u t h e a s t d i v i s i o n  
k i n g   f u s e ' s   l i t   h o u s e   m o r n i n g   a f t e r   s h o w   ‼ ️   j o i n   u s   f o r   t h e   l i v e   s t r e a m   s p e a k i n g   o n   t h e   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   j a m e s b o u k n i g h t   g e l o b a l l   l i a n g e l o b a l l   n u m e d i a   l i t h o u s e   🔥 🏠    
t e r r y   r o z i e r   a d m i t t i n g   l a m e l o   b a l l   i s   t h e   f r a n c h i s e   g u y ❗ ️ c l i f f o r d   h a s   r e a l l y   s e t   r o l e s   s t r a i g h t   a w a y .   n b a   h o r n e t s   l a m e l o   b a l l  
l a m e l o   b a l l   s p r a i n s   h i s   a n k l e   i n   c h a r l o t t e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s d e p t h c h a r t   c h a r l o t t e h o r n e t s d r a f t   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s s c h e d u l e   e a s t e r n c o n f e r e n c e   h o r n e t s d e p t h c h a r t   h o r n e t s d r a f t   h o r n e t s g a m e   h o r n e t s g a m e r e c a p  
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   w i z a r d s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
l i a n g e l o   b a l l   g o t   b e n c h e d   t h e n   d i d   . . . 
   
 
   
 b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   d k m   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s   l a m e l o   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l v s b o s t o n c e l t i c s   l a v a r  
l a m e l o   b a l l   h i g h l i g h t s   -   h o r n e t s   v s .   c e l t i c s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   l a m e l o   b a l l   c h a   b o s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h a r l o t t e   h o r n e t s   b o s t o n   c e l t i c s
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   c e l t i c s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s  
l a m e l o   b a l l   n e e d s   a n k l e   i n s u r a n c e   a f t e r   t h i s   c r o s s o v e r   b y   w h i t e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   l a m e l o   b a l l   c r o s s o v e r   c h a   c h a r l o t t e   h o r n e t s   b o s   b o s t o n   c e l t i c s
l a m e l o   b a l l   n b a   h i g h l i g h t s   h o r n e t s   v s   p a c e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 l a m e l o b a l l   l a m e l o   b a l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h a r l o t t e   h o r n e t s   h o r n e t s
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 l a m e l o   b a l l   -   y e a r   3 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   l a m e l o b a l l   l a m e l o   b a l l   y e a r   s p o r t s
l a m e l o   b l o c k s   7 ’ 3   p o r z i g i s   ( l i a n g e l o   s c o r e s   i n   4 t h   p r e s e a s o n   g a m e )   h o r n e t s   v s   w i z a r d s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g e l o   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
j o i n   t h e     n u m e d i a   s p a c e s   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n i c k r i c h a r d s   j a m e s b o u k n i g h t   b r y c e m c g o w e n s   w a s h i n g t o n w i z a r d s   w i z a r d s  
b r u h   d o   g e l o   k n o w   t o   p u l l   u p   t o   t h e   w i n g .   i   u s e   t o   t h i n k   i t   w a s   t h e   c o a c h e s   t e l l i n g   h i m   t o   s t a y   i n   t h e   c o r n e r   b u t   i d k   a b o u t   t h a t   n o w 🧐 
 
 h o p e   h e   m a k e s   t h e   t e a m   r e g a r d l e s s   t h o u g h   
 
 b a l l f a m i l y   b b b   n b a   l i a n g e l o b a l l   h o r n e t s
w e   a r e   l i v e   r i g h t   n o w   i n   r e v ' s   k i n g   f u s e ' s   l i t   h o u s e   ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m .   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t     l a m e l o b a l l   l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s   b r a d l e y b e a l   k y l e k u z m a   n b a  
b a r t r a n   i s   s t r e a m i n g   l i v e   ‼ ️   c l i c k   t h e   l i n k   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t .       l a m e l o b a l l   s t e v e c l i f f o r d   j a m e s b o u k n i g h t   l i a n g e l o b a l l
c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m ‼ ️ w e ' r e   i n   t h e   l i t   h o u s e   🔥 🏠   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n b a  
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 9 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
c l i c k   t h e   l i n k   t o   w a t c h     s t r e a m   o n   y o u t u b e ‼ ️   s i t   b o u k   f o r   g e l o   ⁉ ️ 🤔     l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 5 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
l i a n g e l o   b a l l   l o s i n g   h o r n e t s   n b a   r o s t e r   s p o t   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   g e l o b a l l h o r n e t s   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l i a n g e l o b a l l  
c h a r l o t t e   h o r n e t s   j a m e s   b o u k n i g h t   h a s   n o t   l o o k e d   g o o d     v i a   
 
 c h a r l o t t e h o r n e t s   n b a   h o r n e t s   b a s k e t b a l l   c h a r l o t t e   l a m e l o b a l l   t e r r y r o z i e r   m i l e s b r i d g e s   c h a r l o t t e n c   p j w a s h i n g t o n   b o u k n i g h t   b u z z c i t y   c a r o l i n a p a n t h e r s   l i a n g e l o b a l l   l e b r o n j a m e s  
l a m e l o   /   l i a n g e l o   b a c k   f o r   g a m e   2   v s   p a c e r s   ( p r e s e a s o n )   c r o w d   c h a n t i n g   “ w e   w a n t   g e l o ” 
   
 
   
 b b b   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s   i n d i a n a p a c e r s   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   w e w a n t g e l o  
l a m e l o   b a l l   a n d   l i a n g e l o   h o r n e t s   i n t r o ! 
   
 
   
 a b t h e h e r o   b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   b i g b a l l e r b r a n d   c h a r l o t t e h o r n e t s   d k m   e a s t e r n c o n f e r e n c e   j b a l e a g u e   l a m e l o b a l l   l a m e l o b a l l h o r n e t s   l a v a r b a l l   l i a n g e l o b a l l   l o n z o b a l l   l o n z o b a l l p e l i c a n s  
t h e   t r u t h   a b o u t   l i a n g e l o   b a l l   :   t h e   g o o d ,   b a d ,   & a m p ;   t h e   u g l y ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   r e v ' s   " k i n g   f u s e ' s   l i t   h o u s e "   s t r e a m   o n   y o u t u b e     l i a n g e l o b a l l   g e l o b a l l   g 3   g e l o   c h a r l o t t e h o r n e t s   g r e e n s b o r o s w a r m   h o r n e t s   n b a   n u m e d i a   l i t h o u s e  
  y ’ a l l   g o t t a   l e t   t h e   b a l l b r o t h e r s   p l a y   t o g e t h e r   o n   t h e   n e x t   g a m e !   g i v e     m o r e   t i m e !   
 
 h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l
t h e   c h a r l o t t e   h o r n e t s   g o t   e m b a r a s s e d   b y   t h e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s b a s k e t b a l l   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   h o r n e t s v s c e l t i c s   l a m e l o b a l l   l i a n g e l o b a l l   n b a p r e s e a s o n   s o u t h e a s t d i v i s i o n  
k i n g   f u s e ' s   l i t   h o u s e   m o r n i n g   a f t e r   s h o w   ‼ ️   j o i n   u s   f o r   t h e   l i v e   s t r e a m   s p e a k i n g   o n   t h e   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   j a m e s b o u k n i g h t   g e l o b a l l   l i a n g e l o b a l l   n u m e d i a   l i t h o u s e   🔥 🏠    
l i a n g e l o   b a l l   g o t   b e n c h e d   t h e n   d i d   . . . 
   
 
   
 b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   d k m   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s   l a m e l o   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l v s b o s t o n c e l t i c s   l a v a r  
l i a n g e l o   b a l l   l o s i n g   h o r n e t s   n b a   r o s t e r   s p o t   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   g e l o b a l l h o r n e t s   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l i a n g e l o b a l l  
l i a n g e l o   b a l l   b e n c h e d   i n   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l c h a r l o t t e h o r n e t s   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w  
l a m e l o   b l o c k s   7 ’ 3   p o r z i g i s   ( l i a n g e l o   s c o r e s   i n   4 t h   p r e s e a s o n   g a m e )   h o r n e t s   v s   w i z a r d s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g e l o   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
j o i n   t h e     n u m e d i a   s p a c e s   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n i c k r i c h a r d s   j a m e s b o u k n i g h t   b r y c e m c g o w e n s   w a s h i n g t o n w i z a r d s   w i z a r d s  
b r u h   d o   g e l o   k n o w   t o   p u l l   u p   t o   t h e   w i n g .   i   u s e   t o   t h i n k   i t   w a s   t h e   c o a c h e s   t e l l i n g   h i m   t o   s t a y   i n   t h e   c o r n e r   b u t   i d k   a b o u t   t h a t   n o w 🧐 
 
 h o p e   h e   m a k e s   t h e   t e a m   r e g a r d l e s s   t h o u g h   
 
 b a l l f a m i l y   b b b   n b a   l i a n g e l o b a l l   h o r n e t s
w e   a r e   l i v e   r i g h t   n o w   i n   r e v ' s   k i n g   f u s e ' s   l i t   h o u s e   ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m .   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t     l a m e l o b a l l   l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s   b r a d l e y b e a l   k y l e k u z m a   n b a  
b a r t r a n   i s   s t r e a m i n g   l i v e   ‼ ️   c l i c k   t h e   l i n k   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t .       l a m e l o b a l l   s t e v e c l i f f o r d   j a m e s b o u k n i g h t   l i a n g e l o b a l l
c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m ‼ ️ w e ' r e   i n   t h e   l i t   h o u s e   🔥 🏠   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n b a  
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 9 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
c l i c k   t h e   l i n k   t o   w a t c h     s t r e a m   o n   y o u t u b e ‼ ️   s i t   b o u k   f o r   g e l o   ⁉ ️ 🤔     l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s
b e   s u r e   t o   j o i n   " k i n g f u s e ' s   l i t   h o u s e "   s t r e a m     s e t   a   r e m i n d e r ,   s u b s c r i b e ,   s h a r e ,   c o m m e n t ,   a n d   l i k e     c h a r l o t t e h o r n e t s   h o r n e t s   b o s t o n c e l t i c s   c e l t i c s   l a m e l o b a l l   m e l o b a l l   l a m e l o   j a y s o n t a t u m   j a y l e n b r o w n   l i a n g e l o b a l l   g e l o
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 5 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
l i a n g e l o   b a l l   l o s i n g   h o r n e t s   n b a   r o s t e r   s p o t   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   g e l o b a l l h o r n e t s   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l i a n g e l o b a l l  
c h a r l o t t e   h o r n e t s   j a m e s   b o u k n i g h t   h a s   n o t   l o o k e d   g o o d     v i a   
 
 c h a r l o t t e h o r n e t s   n b a   h o r n e t s   b a s k e t b a l l   c h a r l o t t e   l a m e l o b a l l   t e r r y r o z i e r   m i l e s b r i d g e s   c h a r l o t t e n c   p j w a s h i n g t o n   b o u k n i g h t   b u z z c i t y   c a r o l i n a p a n t h e r s   l i a n g e l o b a l l   l e b r o n j a m e s  
l a m e l o   /   l i a n g e l o   b a c k   f o r   g a m e   2   v s   p a c e r s   ( p r e s e a s o n )   c r o w d   c h a n t i n g   “ w e   w a n t   g e l o ” 
   
 
   
 b b b   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s   i n d i a n a p a c e r s   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   w e w a n t g e l o  
l a m e l o   b a l l   a n d   l i a n g e l o   h o r n e t s   i n t r o ! 
   
 
   
 a b t h e h e r o   b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   b i g b a l l e r b r a n d   c h a r l o t t e h o r n e t s   d k m   e a s t e r n c o n f e r e n c e   j b a l e a g u e   l a m e l o b a l l   l a m e l o b a l l h o r n e t s   l a v a r b a l l   l i a n g e l o b a l l   l o n z o b a l l   l o n z o b a l l p e l i c a n s  
t h e   t r u t h   a b o u t   l i a n g e l o   b a l l   :   t h e   g o o d ,   b a d ,   & a m p ;   t h e   u g l y ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   r e v ' s   " k i n g   f u s e ' s   l i t   h o u s e "   s t r e a m   o n   y o u t u b e     l i a n g e l o b a l l   g e l o b a l l   g 3   g e l o   c h a r l o t t e h o r n e t s   g r e e n s b o r o s w a r m   h o r n e t s   n b a   n u m e d i a   l i t h o u s e  
  y ’ a l l   g o t t a   l e t   t h e   b a l l b r o t h e r s   p l a y   t o g e t h e r   o n   t h e   n e x t   g a m e !   g i v e     m o r e   t i m e !   
 
 h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l
t h e   c h a r l o t t e   h o r n e t s   g o t   e m b a r a s s e d   b y   t h e   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s b a s k e t b a l l   c h a r l o t t e h o r n e t s n e w s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   e a s t e r n c o n f e r e n c e   h o r n e t s v s c e l t i c s   l a m e l o b a l l   l i a n g e l o b a l l   n b a p r e s e a s o n   s o u t h e a s t d i v i s i o n  
k i n g   f u s e ' s   l i t   h o u s e   m o r n i n g   a f t e r   s h o w   ‼ ️   j o i n   u s   f o r   t h e   l i v e   s t r e a m   s p e a k i n g   o n   t h e   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   j a m e s b o u k n i g h t   g e l o b a l l   l i a n g e l o b a l l   n u m e d i a   l i t h o u s e   🔥 🏠    
l i a n g e l o   b a l l   g o t   b e n c h e d   t h e n   d i d   . . . 
   
 
   
 b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s v s b o s t o n c e l t i c s   d k m   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s   l a m e l o   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l v s b o s t o n c e l t i c s   l a v a r  
l i a n g e l o   b a l l   l o s i n g   h o r n e t s   n b a   r o s t e r   s p o t   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   g e l o b a l l h o r n e t s   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l i a n g e l o b a l l  
l i a n g e l o   b a l l   b e n c h e d   i n   . . . 
   
 
   
 b a s k e t b a l l   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s l i a n g e l o b a l l   e a s t e r n c o n f e r e n c e   g e l o b a l l   h o r n e t s l i a n g e l o b a l l   l a m e l o b a l l   l a m e l o b a l l c h a r l o t t e h o r n e t s   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w  
a n t a   g o r d o n   h a y w a r d   g h 3   “ d a u g h t e r ” 
 🛒 🛒   
 … 
 d a u g h t e r   g h 3 d a u g h t e r   a n t a   a n t a g h 3   g o r d o n h a y w a r d   a n t a g o r d o n h a y w a r d   b a s k e t b a l l s h o e s   a n t a s p o r t s   a n t a r u n n i n g   r u n n i n g s h o e s   a n t a s h o e s   g h 3    
g o r d o n h a y w a r d   r e a l l y   i s   a   s m o o t h   c r i m i n a l    
c h a r l o t t e   h o r n e t s '   c o a c h   ( s t e v e   c l i f f o r d )   s p e a k s   o n   f a n ' s   f r u s t r a t i o n   w /   g o r d o n   h a y w a r d   & a m p ;   m o r e .   c l i c k   t h e   l i n k   & a m p ;   l i k e   t h e   v i d e o     n u m e d i a   c h a r l o t t e h o r n e t s   n b a   h o r n e t s   s t e v e c l i f f o r d   l a m e l o b a l l   g o r d o n h a y w a r d
r o d   b o o n e :   g o r d o n   h a y w a r d   a n d   c o d y   m a r t i n   a r e   l i s t e d   a s   d o u b t f u l   f o r   t o m o r r o w ' s   g a m e   a g a i n s t   i n d i a n a …   -   h o o p s   h y p e   g o r d o n h a y w a r d   i n d i a n a  
a n t a   m e n ‘ s   g o r d o n   h a y w a r d   g h 2   ” v a l o r a n t   g a m e “   l o w   b a s k e t b a l l   s h o e s 
 🛒 🛒   
 … 
 v a l o r a n t g a m e   a n t a   a n t a g h 2   g o r d o n h a y w a r d   a n t a s p o r t s   a n t a r u n   g h 2 l o w  
a n t a   g o r d o n   h a y w a r d   g h 3   “ d a u g h t e r ” 
 🛒 🛒   
 … 
 d a u g h t e r   g h 3 d a u g h t e r   a n t a   a n t a g h 3   g o r d o n h a y w a r d   a n t a g o r d o n h a y w a r d   b a s k e t b a l l s h o e s   a n t a s p o r t s   a n t a r u n n i n g   r u n n i n g s h o e s   a n t a s h o e s   g h 3    
g o r d o n h a y w a r d   r e a l l y   i s   a   s m o o t h   c r i m i n a l    
c h a r l o t t e   h o r n e t s '   c o a c h   ( s t e v e   c l i f f o r d )   s p e a k s   o n   f a n ' s   f r u s t r a t i o n   w /   g o r d o n   h a y w a r d   & a m p ;   m o r e .   c l i c k   t h e   l i n k   & a m p ;   l i k e   t h e   v i d e o     n u m e d i a   c h a r l o t t e h o r n e t s   n b a   h o r n e t s   s t e v e c l i f f o r d   l a m e l o b a l l   g o r d o n h a y w a r d
r o d   b o o n e :   g o r d o n   h a y w a r d   a n d   c o d y   m a r t i n   a r e   l i s t e d   a s   d o u b t f u l   f o r   t o m o r r o w ' s   g a m e   a g a i n s t   i n d i a n a …   -   h o o p s   h y p e   g o r d o n h a y w a r d   i n d i a n a  
a n t a   m e n ‘ s   g o r d o n   h a y w a r d   g h 2   ” v a l o r a n t   g a m e “   l o w   b a s k e t b a l l   s h o e s 
 🛒 🛒   
 … 
 v a l o r a n t g a m e   a n t a   a n t a g h 2   g o r d o n h a y w a r d   a n t a s p o r t s   a n t a r u n   g h 2 l o w  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [51], in <cell line: 1>()
      1 for id, tweets in tweets_df_Hornets2.items():
      2     for tweet in tweets:
----> 3         analysis = SentimentIntensityAnalyzer(tweets_df_Hornets2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Hornets2 = tweets_df_Hornets2.append({
      5             'name': id,
      6             'text': tweets_df_Hornets2.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\vaderSentiment\vaderSentiment.py:200, in SentimentIntensityAnalyzer.__init__(self, lexicon_file, emoji_lexicon)
    198 def __init__(self, lexicon_file="vader_lexicon.txt", emoji_lexicon="emoji_utf8_lexicon.txt"):
    199     _this_module_file_path_ = os.path.abspath(getsourcefile(lambda: 0))
--> 200     lexicon_full_filepath = os.path.join(os.path.dirname(_this_module_file_path_), lexicon_file)
    201     with codecs.open(lexicon_full_filepath, encoding='utf-8') as f:
    202         self.lexicon_full_filepath = f.read()

File ~\anaconda3\lib\ntpath.py:117, in join(path, *paths)
    115     return result_drive + result_path
    116 except (TypeError, AttributeError, BytesWarning):
--> 117     genericpath._check_arg_types('join', path, *paths)
    118     raise

File ~\anaconda3\lib\genericpath.py:152, in _check_arg_types(funcname, *args)
    150         hasbytes = True
    151     else:
--> 152         raise TypeError(f'{funcname}() argument must be str, bytes, or '
    153                         f'os.PathLike object, not {s.__class__.__name__!r}') from None
    154 if hasstr and hasbytes:
    155     raise TypeError("Can't mix strings and bytes in path components") from None

TypeError: join() argument must be str, bytes, or os.PathLike object, not 'Series'
In [52]:
for id, tweets in tweets_df_Hawks1.items():
    for tweet in tweets:
        analysis = TextBlob(tweets_df_Hawks1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Hawks1 = tweets_df_Hawks1.append({
            'name': id,
            'text': tweets_df_Hawks1.text
        }, ignore_index=True)
n e w   v i d e o   t o   w a t c h : 
 
 " a t l a n t a   h a w k s   e m e r g e   a s   s u i t o r   f o r   s u n s   f o r w a r d   j a e   c r o w d e r "   
 
 c r e a t o r :     c y r o   a s s e o 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " a t l a n t a   h a w k s   t r a d e   f o r   j a e   c r o w d e r ? ! "   
 
 c r e a t o r :     a s   i t   s t a n d s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " s h o u l d   t h e   p h o e n i x   s u n s   t r a d e   j a e   c r o w d e r   t o   t h e   a t l a n t a   h a w k s ? "   
 
 c r e a t o r :     s u n s   g e e k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   a t l a n t a   h a w k s   h a v e   i n t e r e s t   i n   j a e   c r o w d e r   |   t h e   n b a   s h o w "   
 
 c r e a t o r :     t h e   n b a   s h o w   -   a s s e o   & a m p ; a m p ;   u p t o n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " p o o l e   a n d   d r a y m o n d   h a v e   n o t   s p o k e n   -   j a e   c r o w d e r   t o   t h e   h a w k s ?   -   n i k e   s i g n s   b r o n n y   j a m e s   -   n b a   n e w s "   
 
 c r e a t o r :     c o u r t s i d e _ d i g e s t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
o f f i c i a l   “ k n u c k   i f   y o u   b u c k ”   m e r c h a n d i s e   i s   n o w   a v a i l a b l e   o n l i n e   … .   g e t   f r e s h   t h e n   g e t   y o u r   t i c k e t s   🎟   f o r   t h e   m i l l e n n i u m   t o u r   -   t u r n e d   u p   f e a t u r i n g   t h e   l e g e n d s   o f   c r u n k   … . . c r i m e   m o b   m e r c h   l i n k   -   
 
   a t l a n t a b r a v e s   a t l a n t a h a w k s   l i f e s t y l e   b e a c h    
t r a e   y o u n g   o p t i c   h o l o   p s a   9   $ 1 1 0   s h i p p e d 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
s h o u l d   t h e   p h o e n i x   s u n s   t r a d e   j a e   . . . 
   
 
   
 a a r o n h o l i d a y   a t l a n t a h a w k s   a t l a n t a h a w k s j a e c r o w d e r   a t l a n t a h a w k s t r a d e   b o g d a n b o g d a n o v i c   d e a n d r e h u n t e r   e a s t e r n c o n f e r e n c e   j a e c r o w d e r   j a e c r o w d e r h a w k s   j a e c r o w d e r p h o e n i x s u n s   j a e c r o w d e r s u n s   j a e c r o w d e r t r a d e  
t h e   a t l a n t a   h a w k s   h a v e   i n t e r e s t   i n   j a e   . . . 
   
 
   
 a t l a n t a h a w k s   a t l a n t a h a w k s a b u d h a b i   a t l a n t a h a w k s a n a l y s i s   a t l a n t a h a w k s d e j o u n t e m u r r a y   a t l a n t a h a w k s h i g h l i g h t s   a t l a n t a h a w k s n e w s   a t l a n t a h a w k s p r e s e a s o n   a t l a n t a h a w k s p r e s e a s o n 2 0 2 2   a t l a n t a h a w k s r e b u i l d  
s u n s   l o o k i n g   t o   a c q u i r e   r o t a t i o n a l   p i e c e s   f o r   j a e   c r o w d e r   i n s t e a d   o f   f u t u r e   a s s e t s   –   r e p o r t   a t l a n t a h a w k s   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r   m i a m i h e a t   m i l w a u k e e b u c k s  
b r e a k i n g   d o w n   t r a e   y o u n g & a m p ; 3 9 ; s   3 1 - p t   . . . 
   
 
   
 a b u d h a b i n b a   a t l a n t a h a w k s   b u c k s h a w k s   b u c k s h a w k s n b a   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   h a w k s b a s k e t b a l l   h a w k s b u c k s   h a w k s b u c k s h i g h l i g h t s   m a l i k a a n d r e w s   m i l w a u k e e b u c k s   n b a 2 0 2 2   n b a a b u d h a b i  
a t t n     f a n s !   🏀     h a s   y o u r   c h a n c e   t o   s u p p o r t   o u r   d a y o f h o p e   w i t h   f o o d f o r t h e p o o r   a n d   r e c e i v e   t h i s   s p e c i a l   g i f t .   l i s t e n   f o r   d e t a i l s   o r   c a l l   t h e   s t u d i o   l i n e   a t   7 7 0 - 6 5 9 - 1 0 4 7 .   a t l a n t a h a w k s  
b l a c k m a m b a   l o s a n g e l e s l a k e r s   u n i f o r m s   
 m l k   a t l a n t a h a w k s   u n i f o r m s   
 b u z z c i t y   c h a r l o t t e h o r n e t s   u n i f o r m s   
 t h r o w b a c k   m e m p h i s g r i z z l i e s   u n i f o r m s   
 n b a t w i t t e r   b e s t   n b a   u n i f o r m s   a r g u a b l y
n b a   p h o e n i x s u n s   a t l a n t a h a w k s   j a e c r o w d e r   h a w k s   r e p o r t e d l y   i n t e r e s t e d   i n   s u n s '   j a e   c r o w d e r  
g a m e   1   m i l w a u k e e   b u c k s   v s   a t l a n t a   . . . 
   
 
   
 a b u d h a b i u a e   c r i s h b o s h   d o m i n i q u e w i l k i n s   e t i h a d a r e n a   l u i s s c o l a   n b a g l o b a l g a m e   n b a h a l l o f f a m e r s   n b a p r e s e a s o n g a m e u a e   r a n g e e v s i n g h   r i m r o c k e r s   y a s i s l a n d a b u d h a b i   a t l a n t a h a w k s   b u c k s v s h a w k s   c e n t r a l d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " w h o   d o   y o u   w a n t ?   t r a e   y o u n g   o r   j a   m o r a n t ? "   
 
 c r e a t o r :     2 s h a w t y 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " e x c l u s i v e   i n t e r v i e w   p a t   b e n s o n     t a l k   a t l a n t a   h a w k s   |   t r a e   y o u n g   2 . 0   | "   
 
 c r e a t o r :     a 1 f o r e v e r 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
t h e   a t l a n t a   h a w k s   s i g n e d   c h r i s   s i l v a   t o   a   d e a l 
   
 
   
 a t l a n t a h a w k s   a t l a n t a h a w k s n b a r u m o r s   a t l a n t a h a w k s n e w s   a t l a n t a h a w k s n e w s a n d r u m o r s   a t l a n t a h a w k s r u m o r s   a t l a n t a h a w k s t r a d e   a t l a n t a h a w k s t r a d e n e w s   a t l a n t a h a w k s t r a d e r u m o r s   a t l a n t a h a w k s t r a d e r u m o r s 2 0 2 2  
a n y b o d y   h e r e   i n t e r e s t e d   i n   e i t h e r   o n e   o f   t h e s e   m i t c h e l l   & a m p ;   n e s s   j a c k e t s ?   f i g u r e d   i   w o u l d   a s k   h a w k s   . . .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " o u r   f i r s t   g l i m p s e   a t   t h e   2 0 2 2 - 2 3   a t l a n t a   h a w k s   |   h a w k s o l o g y   w r a p - u p   1   -   h a w k s   v s   b u c k s   g 1   p r e s e a s o n "   
 
 c r e a t o r :     h a w k s o l o g y 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
t r a e   m i g h t   l i t e r a l l y   g o t   t h a t   d o g   i n   h i m   t o n i g h t 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
a t l a n t a   f a l c o n s   v s .   t a m p a   b a y   b u c c a n e e r s   |   2 0 2 2   w e e k   5   h i g h l i g h t s 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
t h e   a t l a n t a   h a w k s   n e e d   t o   p a i r   d e j o u n t e   . . . 
   
 
   
 a l l s t a r   a t l a n t a h a w k s   a t l a n t a s p o r t s r a d i o   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   j o h n c o l l i n s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a a l l s t a r   n b a a l l s t a r w e e k e n d   s a n a n t o n i o s p u r s   s o u t h e a s t d i v i s i o n   s p u r s  
o u r   f i r s t   g l i m p s e   a t   t h e   2 0 2 2 - 2 3   a t l a n t a   h a w k s   |   h a w k s o l o g y   w r a p - u p   1   -   h a w k s   v s   b u c k s   g 1   p r e s e a s o n   
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
o u r   f i r s t   g l i m p s e   a t   t h e   2 0 2 2 - 2 3   a t l a n t a   h a w k s   |   h a w k s o l o g y   w r a p - u p   1   -   h a w k s   v s   b u c k s   g 1   p r e s e a s o n 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
g i a n n i s   a n t e t o k o u n m p o   s a i d   t h i s   a b o u t   a t l a n t a   h a w k s   a f t e r   g e t t i n g   b e a t   t w i c e . .   y o u   w o n t   b e l i e v e   i t 
   
 
   
 a t l a n t a h a w k s   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   j r u e h o l i d a y   m i l w a u k e e b u c k s   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
a r e   t h e   a t l a n t a   h a w k s   b e i n g   d i s r e s p e c t e d ?   c e l t i c s   h u g e   f a l l   o f f ?   n b a   e a s t   p o w e r   r a n k i n g s ! 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
o n e   o f   m y   f a v   p u r c h a s e s   e v e r   : ) 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
a j   g r e e n   h i g h l i g h t s   v s   a t l a n t a   h a w k s   |   o c t   8   |   2 0 2 3   n b a   r o o k i e s 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
s e e   y a   o n   t h e   1 2 t h   f o l k s .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
r o s t e r   u p d a t e :   w e   h a v e   r e q u e s t e d   w a i v e r s   o n   g u a r d s   a r m o n i   b r o o k s ,   m a l i k   e l l i s o n ,   t y s o n   e t i e n n e ,   a n d   f o r w a r d   c h r i s   s i l v a . 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
t r a e   y o u n g   f r o m   t h e   l o g o o o o o o   o m g   e s p n   n b a h i g h l i g h t s   a t l a n t a h a w k s     v i a  
m a n   t h a t   w a s   a   🔥 🔥 🔥   i n t e r v i e w   i   j u s t   h a d   w i t h   t h e   o n e   a n d   o n l y   _ b e n s o n _ j r   🙏 🏿 🙏 🏿 🙏 🏿   c o m i n g   t o   t h e   a 1 f o r e v e r   y o u t u b e   c h a n n e l   s o o o n   👀 👀 👀   a t l a n t a h a w k s
h a w k s   l e g e n d   j a   m o r a n t 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
w i l d   o v e r t i m e   e n d i n g   i n   d e t r o i t   😱 
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 2 2 1 0 0 9 6 8   n b a   t e a m 1 6 1 0 6 1 2 7 3 7  
e n d e   b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 8 : 1 0 9   a t l a n t a h a w k s   v s   m i l w a u k e e b u c k s
“ t r y n a   g e t   t o   l a ”   t r a e   y o u n g   r e v e a l s   ‘ r e a l ’   r e a s o n   w h y   d r a y m o n d   g r e e n   l o s t   h i s   t e m p e r   a g a i n s t   j o r d a n   p o o l e     a t l a n t a h a w k s   g o l d e n s t a t e w a r r i o r s
t h i s   a t l a n t a   h a w k s   o f f e n s e   l o o k s   s c a r y ( b r e a k i n g   d o w n   p l a y s ) 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
p l a y e r s   a n d   c o a c h e s   o f   t h e   t a m p a   b a y   b u c c a n e e r s   a n d   t h e   a t l a n t a   f a l c o n s   v o l u n t e e r e d   w i t h   t h e   a m e r i c a n   r e d   c r o s s   t o   h e l p   t h o s e   i m p a c t e d   b y   h u r r i c a n e   i a n . 
 
 m o r e :   
 
   
 
 h u r r i c a n e i a n 
 t a m p a b a y b u c c a n e e r s 
 a t l a n t a h a w k s
  t h i s     t e a m   i s   g o i n g   t o   b e   s c a r y   w i t h   ,   ,   ,   _ ,   ,   ,   _ 4 t h _ h o l i d a y ,   ,   _ ,   ,   e t c .   t r u e t o a t l a n t a   a t l a n t a h a w k s
t h e   a t l a n t a   h a w k s   w o n t   m a k e   t h e   n b a   p l a y o f f s ! !   s h o r t s 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
d r a y m o n d   g r e e n   t r a d e   t o   t h e   a t l a n t a   . . . 
   
 
   
 a t l a n t a h a w k s   d r a y m o n d g r e e n a t l a n t a h a w k s   d r a y m o n d g r e e n a t l a n t a h a w k s t r a d e   d r a y m o n d g r e e n f i g h t   d r a y m o n d g r e e n j o r d a n p o o l e   d r a y m o n d g r e e n j o r d a n p o o l e a l t e r c a t i o n   d r a y m o n d g r e e n j o r d a n p o o l e f i g h t   d r a y m o n d g r e e n p u n c h  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   -   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 0 2 3 n b a s e a s o n   2 0 2 2 2 3 n b a s e a s o n   a t l a n t a h a w k s   a t l a n t a h a w k s v s m i l w a u k e e b u c k s 2 0 2 2   b a s k e t b a l l   c c b n   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a   e x t e n d e d n b a h i g h l i g h t s   h a w k s v s b u c k s  
😤   d e j o u n t e   m u r r a y   s h o w i n g   t h a t   h e   k n o w s   h o w   t o   g e t   i t   d o n e   o n   b o t h   e n d s   o f   t h e   f l o o r 
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n  
t r a e   y o u n g   w i t h   t h a t   p r e s e a s o n   n u t m e g   👀 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   a t l a n t a h a w k s   a t l a n t a h a w k s v s m i l w a u k e e b u c k s 2 0 2 2   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   h a w k s v s b u c k s   h a w k s v s b u c k s 2 0 2 2   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s  
a t l a n t a   h a w k s   b e a t   2 0 2 1   n b a   c h a m p i o n s   m i l w a u k e e   b u c k s   1 1 8 - 1 0 9   i n   t h e i r   s e c o n d   p r e - s e a s o n   g a m e   i n   a b u   d h a b i   t o   a d d   t o   t h e i r   p r e v i o u s   v i c t o r y   i n   t h e   s a m e   f i x t u r e   a   c o u p l e   o f   d a y s   a g o 
 
 n b a   a b u d h a b i   a t l a n t a h a w k s   m i l w a u k e e b u c k s   
 

b e e n   a   h a w k s   f a n   f o r   y e a r s ,   f i n a l l y   g o t   t o   s e e   m y   t e a m   p l a y !   t r a e   i n s p i r e d   a   l o t   o f   k i d s   i n   t h a t   b u i l d i n g   l a s t   n i g h t ‼ ️ 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
i t   i s   c o l d   i n   a b u   d h a b i   y ' a l l .   i c e   t r a e   b l o w i n g   c o l d . 
 
 f u l l   h i g h l i g h t : 
 
 
 n b a   n b a i n a b u d h a b i   i c e t r a e   t r a e y o u n g   h a w k s   a t l a n t a   a t l a n t a h a w k s   n b a 2 k 2 3   b a s k e t b a l l h i g h l i g h t s  
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t r a e   5   s t r a i g h t   b u c k e t s 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s  
a t l a n t a   h a w k s   v s .   m i l w a u k e e   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   s o u t h e a s t d i v i s i o n   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
d e ’ a n d r e   h u n t e r   2 1   p o i n t s   f u l l   h i g h l i g h t s   v s   b u c k s   [ 1 0 / 8 / 2 2 ] 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
a t l a n t a   h a w k s   v s .   m i l w a u k e e   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   s o u t h e a s t d i v i s i o n   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
h a w k s   s w e e p   t h e   a b u   d h a b i   g a m e s   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
a j ’ s   a b o u t   t o   w i n   g - l e a g u e   m v p   😤 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
b e a u t i f u l   n b a   e n t e r t a i n m e n t   g a m e 
 n b a i n a b u d h a b i 
 f e a r t h e d e e r 
 a t l a n t a h a w k s    
n b a   g a m e   e x p e r i e n c e !   😍 🏀 ⛹ 🏽 ‍ ♂ ️   n b a   n b a i n a b u d h a b i   a t l a n t a h a w k s   m i l w a u k e e b u c k s   a b u d h a b i  
y o u n g ’ s   f i r s t - h a l f   s h o o t i n g   l e a d s   h a w k s   p a s t   b u c k s   1 1 8 - 1 0 9   i n   a b u   d h a b i .   s c o r e s   3 1   p o i n t s ,   p l a y i n g   o n l y   i n   f i r s t   h a l f ,   t o   l e a d   t e a m   t o   v i c t o r y   a t   e t i h a d   a r e n a . 
 
   _ n e w s     a t l a n t a h a w k s   t r a e y o u n g   

d e j o u n t e   m u r r a y   & a m p ;   t r a e   y o u n g   l o o k   d a n g e r o u s   . . . 
   
 
   
 a t l h a w k s   a t l a n t a   a t l a n t a h a w k s   a t l a n t a h a w k s a b u d h a b i   a t l a n t a h a w k s a n a l y s i s   a t l a n t a h a w k s d e j o u n t e m u r r a y   a t l a n t a h a w k s h i g h l i g h t s   a t l a n t a h a w k s n e w s   a t l a n t a h a w k s p r e s e a s o n   a t l a n t a h a w k s p r e s e a s o n 2 0 2 2  
m y   a t l a n t a   h a w k s   l o o k i n g   g o o d ,   e v e n   t h e   y o u n g   g u y s . .   l e t s   g o o o o .   g o   w i n   t r u e t o a t l a n t a   a t l a n t a h a w k s   a t l h a w k s
t o o k   t h e   s h o w   o n   t h e   r o a d   a n d   i t ' s   a   h i t .   h a w k s   f l y i n g   h i g h .   a t l a n t a h a w k s   h a w k s   n b a   t r e y y o u n g  
w h e n   y o u   w a n t   t o   m a k e   a   t r a e   y o u n g   t o y   b u t   d o n ’ t   h a v e   t h e   l i c e n s e   s o   y o u   m a k e   a   l o o k   a   l i k e   a   . . .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
t r a e   y o u n g   c o o k i n g   3 1   p t s   6   a s t   i n   t h e   f i r s t   h a l f   i c e t r a e   t r a e y o u n g   a t l a n t a h a w k s
t h e   a t l a n t a   h a w k s   h a v e   i n t e r e s t   i n   j a e   . . . 
   
 
   
 a t l a n t a h a w k s   a t l a n t a h a w k s a b u d h a b i   a t l a n t a h a w k s a n a l y s i s   a t l a n t a h a w k s d e j o u n t e m u r r a y   a t l a n t a h a w k s h i g h l i g h t s   a t l a n t a h a w k s n e w s   a t l a n t a h a w k s p r e s e a s o n   a t l a n t a h a w k s p r e s e a s o n 2 0 2 2   a t l a n t a h a w k s r e b u i l d  
a t l a n t a   h a w k s   i n   t a l k s   a b o u t   p h o e n i x   s u n s   f   j a e   c r o w d e r 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   w e a r e t h e v a l l e y   p h o e n i x   s u n s   d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n   m f f l   t a k e n o t e   c l i p p e r s
a n y b o d y   h e r e   i n t e r e s t e d   i n   e i t h e r   o n e   o f   t h e s e   m i t c h e l l   & a m p ;   n e s s   j a c k e t s ?   f i g u r e d   i   w o u l d   a s k   h a w k s   . . .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
o n y e k a   o k o n g w u   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o n y e k a o k o n g w u   o n y e k a   o k o n g w u   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
a a r o n   h o l i d a y   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a a r o n h o l i d a y   a a r o n   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
t y r e s e   m a r t i n   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e m a r t i n   t y r e s e   m a r t i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
f o r m e r   a t l a n t a   h a w k s   p l a y e r   a n d   a t l a n t a   n a t i v e   c o n t e m p l a t e s   r e t i r e m e n t 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s   l s o a n g e l e s   o r l a n d o   m a g i c   7 6 e r s
o u r   f i r s t   g l i m p s e   a t   t h e   2 0 2 2 - 2 3   a t l a n t a   h a w k s   |   h a w k s o l o g y   w r a p - u p   1   -   h a w k s   v s   b u c k s   g 1   p r e s e a s o n   
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
g o l d e n   s t a t e   w a r r i o r s   g i v e n   2 n d   b e s t   t i t l e   o d d s   b y   n b a   g m s 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   h e a t t w i t t e r   7 6 e r s   n e t s   p i s t o n s
j a r r e t t   c u l v e r ' s   c a r e e r   a r c   s h o w s   a t l a n t a   h a w k s   m a d e   c o r r e c t   d e c i s i o n 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   h e a t t w i t t e r   7 6 e r s   n e t s
s e e   y a   o n   t h e   1 2 t h   f o l k s .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
a t l a n t a   h a w k s   c o a c h   n a t e   m c m i l l a n   l o v e s   a   h o l i d a y 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   l a k e s h o w   l a k e r s   c a v a l i e r s   b e t h e f i g h t   n b a t w i t t e r   n b a 2 k 2 3 m y t e a m   n b a j a p a n g a m e s   n b a i n a b u d h a b i   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   m f f l   s u n s   j a z z
i t   i s   c o l d   i n   a b u   d h a b i   y ' a l l .   i c e   t r a e   b l o w i n g   c o l d . 
 
 f u l l   h i g h l i g h t : 
 
 
 n b a   n b a i n a b u d h a b i   i c e t r a e   t r a e y o u n g   h a w k s   a t l a n t a   a t l a n t a h a w k s   n b a 2 k 2 3   b a s k e t b a l l h i g h l i g h t s  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   8   |   2 0 2 2   a b u   d h a b i   g a m e s   a t l a n t a   h a w k s   n b a   v i d e o :  
d e ' a n d r e   h u n t e r   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e ' a n d r e h u n t e r   d e ' a n d r e   h u n t e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
c l i n t   c a p e l a   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c l i n t c a p e l a   c l i n t   c a p e l a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
h a w k s   s w e e p   t h e   a b u   d h a b i   g a m e s   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
b o b b y   p o r t i s   l o o k i n g   l i k e   k o b e   o u t   t h e r e   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   b o b b y   p o r t i s   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
t r a e   h i t s   i t   f r o m   t h e   a r c t i c   🥶 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   h i g h l i g h t s   -   b u c k s   v s .   h a w k s   -   8 t h   o c t   2 0 2 2 
 
 
 n b a   t r a e   y o u n g   m i l   a t l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i l w a u k e e   b u c k s   a t l a n t a   h a w k s
n b a   2 0 2 2 - 2 3 :   a t l a n t a   h a w k s   r o s t e r 
 
 a t l a n t a 
 t r a e y o u n g 
 d e j o u n t e m u r r a y 
 n b a r o s t e r 
 n b a a b u d h a b i 
 n b a i n a b u d h a b i 
 n b a p r e s e a s o n 
 

w h e n   y o u   w a n t   t o   m a k e   a   t r a e   y o u n g   t o y   b u t   d o n ’ t   h a v e   t h e   l i c e n s e   s o   y o u   m a k e   a   l o o k   a   l i k e   a   . . .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
t r a e   y o u n g   h a s   3 1   p o i n t s   i n   t h e   f i r s t   h a l f ! 
 n b a i n a b u d h a b i   n b a t w i t t e r   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n   n b a   h a w k s   a t l a n t a
a t l a n t a   h a w k s   t o d a y   a t l a n t a   f a l c o n s   t o m o r r o w   i ’ m   l o v i n g   t h i s   w e e k e n d   ❤ ️ 🤞 🏾 a t l a n t a
o n   t h i s   d a y   i n   1 9 7 5   s a n a n t o n i o   s p u r s ,   t h e n   m e m b e r s   o f   t h e   a b a ,   d e f e a t   t h e   n b a ' s   a t l a n t a   h a w k s ,   1 0 9 - 1 0 7   i n   t h e   f i r s t   b a s k e t b a l l   g a m e   e v e r   p l a y e d   i n   t h e   l o u i s i a n a   s u p e r d o m e  
j u s t   j o k e s   l o l   i   l o v e   d e j o u n t e   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
d e j o u n t e   m u r r a y   s h i n e s   i n   a t l a n t a   h a w k s   d e b u t 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   s a n a n t o n i o   s p u r s   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a i n a b u d h a b i   n b a j a p a n g a m e s 2 0 2 2   m f f l   l a k e s h o w   l a k e r s
j o h n   c o l l i n s   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o h n c o l l i n s   j o h n   c o l l i n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
a a r o n   h o l i d a y   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a a r o n h o l i d a y   a a r o n   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
d e ' a n d r e   h u n t e r   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e ' a n d r e h u n t e r   d e ' a n d r e   h u n t e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
s h o p   f o r e v e r 4 0 4   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   a t l   h a w k s   a t l a n t a   a t l a n t a h a w k s   t r u e t o a t l a n t a   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
t h e     m a d e   a   h u g e   t r a d e   b y   a d d i n g     t o   t h e i r   s q u a d .   a d d i n g   h i m   t o   t h i s   p l a y o f f   r o s t e r ,   w h a t   c a n   t h e   h a w k s   a c c o m p l i s h   t h i s   y e a r ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a   n b a p r e s e a s o n   e a s t e r n c o n f e r e n c e   t r a e y o u n g   d e j o u n t e m u r r a y   a t l a n t a  
h a w k s   a r e   b a c k .   a t l a n t a  
f i r s t   h a l f   c o o k i n   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
h a w k s   c o a c h   n a t e   m c m i l l a n   p o s t - g a m e   p r e s s e r   a f t e r   1 2 3 - 1 1 3   p r e s e a s o n   . . . 
   
 
   
 3 p t c n v r s n   a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   j o h n c o l l i n s   n a t e m c m i l l a n   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g   t r u e t o a t l a n t a   t r u e t o a t l a n t a  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   a b u   d h a b i   g a m e s   a t l a n t a   h a w k s   n b a   v i d e o :  
a t l a n t a   h a w k s '   d e j o u n t e   m u r r a y   s e n d s   s t r o n g   m e s s a g e   t o   t e a m m a t e s 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   g o s p u r s g o   s a n a n t o n i o   w e t h e n o r t h   h e a t t w i t t e r   l a k e s h o w   d u b n a t i o n   p a c e r s   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
d e j o u n t e   m u r r a y s   d e b u t   ‼ ️ 🔥   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
d e j o u n t e   t o   c o l l i n s   w h o   j a m s   i t !   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d e j o u n t e   m u r r a y   j o h n   c o l l i n s   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   m a k i n g   p o r t i s   d a n c e   f o r   h i m   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   b o b b y   p o r t i s   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
g i a n n i s   d o i n g   g i a n n i s   t h i n g s   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   g i a n n i s   a n t e t o k o u n m p o   d u n k   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
s t a t e f a r m a r e n a   w h e r e   t h e   a t l a n t a   h a w k s   p l a y   ?
o n y e k a   o k o n g w u   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o n y e k a o k o n g w u   o n y e k a   o k o n g w u   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
d e j o u n t e   m u r r a y   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e j o u n t e m u r r a y   d e j o u n t e   m u r r a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
n e w   l o o k   h a w k s !   b r i a n   w i n d h o r s t   o u t l i n e s   h i s   e x p e c t a t i o n s     |   n b a   t o d a y   a t l a n t a   h a w k s   n b a   v i d e o :  
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r r u r t u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y t r t r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 f u t t r t r u t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y y e r w y e r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e y e r w y e r w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t s e w t r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t u d f g k
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r u t k g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d k t r y e f m
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d y s r x f f d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e w r t y u
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 q w e r t y t y t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y u u y t r e r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r e t y r e w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 a r t y t r r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y u i y t r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r e e r t y u i y t r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y i u y t r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 a h s d f g j h g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s h g f s f g h j h g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r t y t r e w f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r   r r r e w q e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s d t f g f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 f g h j k l ; j h
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s d k k t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r t y u y t r e w q f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r y u t r e w e r t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w r e h f d s d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w 3 4 t d s d s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w q t y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r e r e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e e e y g h f f d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y e y w y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y w y w e y r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y w y u e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e t y w y e u e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e w y e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e y e w y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t w w e t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e y t e e e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r t e d f h d s d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 h r t y t f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w y e y e w h r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e t t w y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w t w y e w w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r k j f g f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s r e e r y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e t t w t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e q t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r w e t q t w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w r e t w t y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t w e t w w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e a r e w t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r r e w e r w e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e r h d f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w t w h f j f f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e t w q t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 h g t r y d f s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e j h u y w u w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e f w h b j
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d q e e g d s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 q w q e r s a s a d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e w t j n
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s s g e w w t r r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w t e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 g e r e y f d h
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r y e h f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y t t e r f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y t t r r u t u j
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y r e y e r u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w e t e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e w y e y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e w y e y e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r t t w e e w t y e r y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y y e r y
n e w   v i d e o   t o   w a t c h : 
 
 " a t l a n t a   h a w k s   e m e r g e   a s   s u i t o r   f o r   s u n s   f o r w a r d   j a e   c r o w d e r "   
 
 c r e a t o r :     c y r o   a s s e o 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " a t l a n t a   h a w k s   t r a d e   f o r   j a e   c r o w d e r ? ! "   
 
 c r e a t o r :     a s   i t   s t a n d s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " s h o u l d   t h e   p h o e n i x   s u n s   t r a d e   j a e   c r o w d e r   t o   t h e   a t l a n t a   h a w k s ? "   
 
 c r e a t o r :     s u n s   g e e k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   a t l a n t a   h a w k s   h a v e   i n t e r e s t   i n   j a e   c r o w d e r   |   t h e   n b a   s h o w "   
 
 c r e a t o r :     t h e   n b a   s h o w   -   a s s e o   & a m p ; a m p ;   u p t o n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " p o o l e   a n d   d r a y m o n d   h a v e   n o t   s p o k e n   -   j a e   c r o w d e r   t o   t h e   h a w k s ?   -   n i k e   s i g n s   b r o n n y   j a m e s   -   n b a   n e w s "   
 
 c r e a t o r :     c o u r t s i d e _ d i g e s t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
o f f i c i a l   “ k n u c k   i f   y o u   b u c k ”   m e r c h a n d i s e   i s   n o w   a v a i l a b l e   o n l i n e   … .   g e t   f r e s h   t h e n   g e t   y o u r   t i c k e t s   🎟   f o r   t h e   m i l l e n n i u m   t o u r   -   t u r n e d   u p   f e a t u r i n g   t h e   l e g e n d s   o f   c r u n k   … . . c r i m e   m o b   m e r c h   l i n k   -   
 
   a t l a n t a b r a v e s   a t l a n t a h a w k s   l i f e s t y l e   b e a c h    
t r a e   y o u n g   o p t i c   h o l o   p s a   9   $ 1 1 0   s h i p p e d 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
s h o u l d   t h e   p h o e n i x   s u n s   t r a d e   j a e   . . . 
   
 
   
 a a r o n h o l i d a y   a t l a n t a h a w k s   a t l a n t a h a w k s j a e c r o w d e r   a t l a n t a h a w k s t r a d e   b o g d a n b o g d a n o v i c   d e a n d r e h u n t e r   e a s t e r n c o n f e r e n c e   j a e c r o w d e r   j a e c r o w d e r h a w k s   j a e c r o w d e r p h o e n i x s u n s   j a e c r o w d e r s u n s   j a e c r o w d e r t r a d e  
t h e   a t l a n t a   h a w k s   h a v e   i n t e r e s t   i n   j a e   . . . 
   
 
   
 a t l a n t a h a w k s   a t l a n t a h a w k s a b u d h a b i   a t l a n t a h a w k s a n a l y s i s   a t l a n t a h a w k s d e j o u n t e m u r r a y   a t l a n t a h a w k s h i g h l i g h t s   a t l a n t a h a w k s n e w s   a t l a n t a h a w k s p r e s e a s o n   a t l a n t a h a w k s p r e s e a s o n 2 0 2 2   a t l a n t a h a w k s r e b u i l d  
s u n s   l o o k i n g   t o   a c q u i r e   r o t a t i o n a l   p i e c e s   f o r   j a e   c r o w d e r   i n s t e a d   o f   f u t u r e   a s s e t s   –   r e p o r t   a t l a n t a h a w k s   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r   m i a m i h e a t   m i l w a u k e e b u c k s  
b r e a k i n g   d o w n   t r a e   y o u n g & a m p ; 3 9 ; s   3 1 - p t   . . . 
   
 
   
 a b u d h a b i n b a   a t l a n t a h a w k s   b u c k s h a w k s   b u c k s h a w k s n b a   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   h a w k s b a s k e t b a l l   h a w k s b u c k s   h a w k s b u c k s h i g h l i g h t s   m a l i k a a n d r e w s   m i l w a u k e e b u c k s   n b a 2 0 2 2   n b a a b u d h a b i  
a t t n     f a n s !   🏀     h a s   y o u r   c h a n c e   t o   s u p p o r t   o u r   d a y o f h o p e   w i t h   f o o d f o r t h e p o o r   a n d   r e c e i v e   t h i s   s p e c i a l   g i f t .   l i s t e n   f o r   d e t a i l s   o r   c a l l   t h e   s t u d i o   l i n e   a t   7 7 0 - 6 5 9 - 1 0 4 7 .   a t l a n t a h a w k s  
b l a c k m a m b a   l o s a n g e l e s l a k e r s   u n i f o r m s   
 m l k   a t l a n t a h a w k s   u n i f o r m s   
 b u z z c i t y   c h a r l o t t e h o r n e t s   u n i f o r m s   
 t h r o w b a c k   m e m p h i s g r i z z l i e s   u n i f o r m s   
 n b a t w i t t e r   b e s t   n b a   u n i f o r m s   a r g u a b l y
n b a   p h o e n i x s u n s   a t l a n t a h a w k s   j a e c r o w d e r   h a w k s   r e p o r t e d l y   i n t e r e s t e d   i n   s u n s '   j a e   c r o w d e r  
g a m e   1   m i l w a u k e e   b u c k s   v s   a t l a n t a   . . . 
   
 
   
 a b u d h a b i u a e   c r i s h b o s h   d o m i n i q u e w i l k i n s   e t i h a d a r e n a   l u i s s c o l a   n b a g l o b a l g a m e   n b a h a l l o f f a m e r s   n b a p r e s e a s o n g a m e u a e   r a n g e e v s i n g h   r i m r o c k e r s   y a s i s l a n d a b u d h a b i   a t l a n t a h a w k s   b u c k s v s h a w k s   c e n t r a l d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " w h o   d o   y o u   w a n t ?   t r a e   y o u n g   o r   j a   m o r a n t ? "   
 
 c r e a t o r :     2 s h a w t y 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " e x c l u s i v e   i n t e r v i e w   p a t   b e n s o n     t a l k   a t l a n t a   h a w k s   |   t r a e   y o u n g   2 . 0   | "   
 
 c r e a t o r :     a 1 f o r e v e r 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
t h e   a t l a n t a   h a w k s   s i g n e d   c h r i s   s i l v a   t o   a   d e a l 
   
 
   
 a t l a n t a h a w k s   a t l a n t a h a w k s n b a r u m o r s   a t l a n t a h a w k s n e w s   a t l a n t a h a w k s n e w s a n d r u m o r s   a t l a n t a h a w k s r u m o r s   a t l a n t a h a w k s t r a d e   a t l a n t a h a w k s t r a d e n e w s   a t l a n t a h a w k s t r a d e r u m o r s   a t l a n t a h a w k s t r a d e r u m o r s 2 0 2 2  
a n y b o d y   h e r e   i n t e r e s t e d   i n   e i t h e r   o n e   o f   t h e s e   m i t c h e l l   & a m p ;   n e s s   j a c k e t s ?   f i g u r e d   i   w o u l d   a s k   h a w k s   . . .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " o u r   f i r s t   g l i m p s e   a t   t h e   2 0 2 2 - 2 3   a t l a n t a   h a w k s   |   h a w k s o l o g y   w r a p - u p   1   -   h a w k s   v s   b u c k s   g 1   p r e s e a s o n "   
 
 c r e a t o r :     h a w k s o l o g y 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
t r a e   m i g h t   l i t e r a l l y   g o t   t h a t   d o g   i n   h i m   t o n i g h t 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
a t l a n t a   f a l c o n s   v s .   t a m p a   b a y   b u c c a n e e r s   |   2 0 2 2   w e e k   5   h i g h l i g h t s 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
t h e   a t l a n t a   h a w k s   n e e d   t o   p a i r   d e j o u n t e   . . . 
   
 
   
 a l l s t a r   a t l a n t a h a w k s   a t l a n t a s p o r t s r a d i o   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   j o h n c o l l i n s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a a l l s t a r   n b a a l l s t a r w e e k e n d   s a n a n t o n i o s p u r s   s o u t h e a s t d i v i s i o n   s p u r s  
o u r   f i r s t   g l i m p s e   a t   t h e   2 0 2 2 - 2 3   a t l a n t a   h a w k s   |   h a w k s o l o g y   w r a p - u p   1   -   h a w k s   v s   b u c k s   g 1   p r e s e a s o n   
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
o u r   f i r s t   g l i m p s e   a t   t h e   2 0 2 2 - 2 3   a t l a n t a   h a w k s   |   h a w k s o l o g y   w r a p - u p   1   -   h a w k s   v s   b u c k s   g 1   p r e s e a s o n 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
g i a n n i s   a n t e t o k o u n m p o   s a i d   t h i s   a b o u t   a t l a n t a   h a w k s   a f t e r   g e t t i n g   b e a t   t w i c e . .   y o u   w o n t   b e l i e v e   i t 
   
 
   
 a t l a n t a h a w k s   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   j r u e h o l i d a y   m i l w a u k e e b u c k s   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
a r e   t h e   a t l a n t a   h a w k s   b e i n g   d i s r e s p e c t e d ?   c e l t i c s   h u g e   f a l l   o f f ?   n b a   e a s t   p o w e r   r a n k i n g s ! 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
o n e   o f   m y   f a v   p u r c h a s e s   e v e r   : ) 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
a j   g r e e n   h i g h l i g h t s   v s   a t l a n t a   h a w k s   |   o c t   8   |   2 0 2 3   n b a   r o o k i e s 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
s e e   y a   o n   t h e   1 2 t h   f o l k s .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
r o s t e r   u p d a t e :   w e   h a v e   r e q u e s t e d   w a i v e r s   o n   g u a r d s   a r m o n i   b r o o k s ,   m a l i k   e l l i s o n ,   t y s o n   e t i e n n e ,   a n d   f o r w a r d   c h r i s   s i l v a . 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
t r a e   y o u n g   f r o m   t h e   l o g o o o o o o   o m g   e s p n   n b a h i g h l i g h t s   a t l a n t a h a w k s     v i a  
m a n   t h a t   w a s   a   🔥 🔥 🔥   i n t e r v i e w   i   j u s t   h a d   w i t h   t h e   o n e   a n d   o n l y   _ b e n s o n _ j r   🙏 🏿 🙏 🏿 🙏 🏿   c o m i n g   t o   t h e   a 1 f o r e v e r   y o u t u b e   c h a n n e l   s o o o n   👀 👀 👀   a t l a n t a h a w k s
h a w k s   l e g e n d   j a   m o r a n t 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
w i l d   o v e r t i m e   e n d i n g   i n   d e t r o i t   😱 
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 2 2 1 0 0 9 6 8   n b a   t e a m 1 6 1 0 6 1 2 7 3 7  
e n d e   b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 8 : 1 0 9   a t l a n t a h a w k s   v s   m i l w a u k e e b u c k s
“ t r y n a   g e t   t o   l a ”   t r a e   y o u n g   r e v e a l s   ‘ r e a l ’   r e a s o n   w h y   d r a y m o n d   g r e e n   l o s t   h i s   t e m p e r   a g a i n s t   j o r d a n   p o o l e     a t l a n t a h a w k s   g o l d e n s t a t e w a r r i o r s
t h i s   a t l a n t a   h a w k s   o f f e n s e   l o o k s   s c a r y ( b r e a k i n g   d o w n   p l a y s ) 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
p l a y e r s   a n d   c o a c h e s   o f   t h e   t a m p a   b a y   b u c c a n e e r s   a n d   t h e   a t l a n t a   f a l c o n s   v o l u n t e e r e d   w i t h   t h e   a m e r i c a n   r e d   c r o s s   t o   h e l p   t h o s e   i m p a c t e d   b y   h u r r i c a n e   i a n . 
 
 m o r e :   
 
   
 
 h u r r i c a n e i a n 
 t a m p a b a y b u c c a n e e r s 
 a t l a n t a h a w k s
  t h i s     t e a m   i s   g o i n g   t o   b e   s c a r y   w i t h   ,   ,   ,   _ ,   ,   ,   _ 4 t h _ h o l i d a y ,   ,   _ ,   ,   e t c .   t r u e t o a t l a n t a   a t l a n t a h a w k s
t h e   a t l a n t a   h a w k s   w o n t   m a k e   t h e   n b a   p l a y o f f s ! !   s h o r t s 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
d r a y m o n d   g r e e n   t r a d e   t o   t h e   a t l a n t a   . . . 
   
 
   
 a t l a n t a h a w k s   d r a y m o n d g r e e n a t l a n t a h a w k s   d r a y m o n d g r e e n a t l a n t a h a w k s t r a d e   d r a y m o n d g r e e n f i g h t   d r a y m o n d g r e e n j o r d a n p o o l e   d r a y m o n d g r e e n j o r d a n p o o l e a l t e r c a t i o n   d r a y m o n d g r e e n j o r d a n p o o l e f i g h t   d r a y m o n d g r e e n p u n c h  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   -   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 0 2 3 n b a s e a s o n   2 0 2 2 2 3 n b a s e a s o n   a t l a n t a h a w k s   a t l a n t a h a w k s v s m i l w a u k e e b u c k s 2 0 2 2   b a s k e t b a l l   c c b n   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a   e x t e n d e d n b a h i g h l i g h t s   h a w k s v s b u c k s  
😤   d e j o u n t e   m u r r a y   s h o w i n g   t h a t   h e   k n o w s   h o w   t o   g e t   i t   d o n e   o n   b o t h   e n d s   o f   t h e   f l o o r 
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n  
t r a e   y o u n g   w i t h   t h a t   p r e s e a s o n   n u t m e g   👀 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   a t l a n t a h a w k s   a t l a n t a h a w k s v s m i l w a u k e e b u c k s 2 0 2 2   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   h a w k s v s b u c k s   h a w k s v s b u c k s 2 0 2 2   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s  
a t l a n t a   h a w k s   b e a t   2 0 2 1   n b a   c h a m p i o n s   m i l w a u k e e   b u c k s   1 1 8 - 1 0 9   i n   t h e i r   s e c o n d   p r e - s e a s o n   g a m e   i n   a b u   d h a b i   t o   a d d   t o   t h e i r   p r e v i o u s   v i c t o r y   i n   t h e   s a m e   f i x t u r e   a   c o u p l e   o f   d a y s   a g o 
 
 n b a   a b u d h a b i   a t l a n t a h a w k s   m i l w a u k e e b u c k s   
 

b e e n   a   h a w k s   f a n   f o r   y e a r s ,   f i n a l l y   g o t   t o   s e e   m y   t e a m   p l a y !   t r a e   i n s p i r e d   a   l o t   o f   k i d s   i n   t h a t   b u i l d i n g   l a s t   n i g h t ‼ ️ 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
i t   i s   c o l d   i n   a b u   d h a b i   y ' a l l .   i c e   t r a e   b l o w i n g   c o l d . 
 
 f u l l   h i g h l i g h t : 
 
 
 n b a   n b a i n a b u d h a b i   i c e t r a e   t r a e y o u n g   h a w k s   a t l a n t a   a t l a n t a h a w k s   n b a 2 k 2 3   b a s k e t b a l l h i g h l i g h t s  
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t r a e   5   s t r a i g h t   b u c k e t s 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s  
a t l a n t a   h a w k s   v s .   m i l w a u k e e   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   s o u t h e a s t d i v i s i o n   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
d e ’ a n d r e   h u n t e r   2 1   p o i n t s   f u l l   h i g h l i g h t s   v s   b u c k s   [ 1 0 / 8 / 2 2 ] 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
a t l a n t a   h a w k s   v s .   m i l w a u k e e   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   s o u t h e a s t d i v i s i o n   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
h a w k s   s w e e p   t h e   a b u   d h a b i   g a m e s   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
a j ’ s   a b o u t   t o   w i n   g - l e a g u e   m v p   😤 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
b e a u t i f u l   n b a   e n t e r t a i n m e n t   g a m e 
 n b a i n a b u d h a b i 
 f e a r t h e d e e r 
 a t l a n t a h a w k s    
n b a   g a m e   e x p e r i e n c e !   😍 🏀 ⛹ 🏽 ‍ ♂ ️   n b a   n b a i n a b u d h a b i   a t l a n t a h a w k s   m i l w a u k e e b u c k s   a b u d h a b i  
y o u n g ’ s   f i r s t - h a l f   s h o o t i n g   l e a d s   h a w k s   p a s t   b u c k s   1 1 8 - 1 0 9   i n   a b u   d h a b i .   s c o r e s   3 1   p o i n t s ,   p l a y i n g   o n l y   i n   f i r s t   h a l f ,   t o   l e a d   t e a m   t o   v i c t o r y   a t   e t i h a d   a r e n a . 
 
   _ n e w s     a t l a n t a h a w k s   t r a e y o u n g   

d e j o u n t e   m u r r a y   & a m p ;   t r a e   y o u n g   l o o k   d a n g e r o u s   . . . 
   
 
   
 a t l h a w k s   a t l a n t a   a t l a n t a h a w k s   a t l a n t a h a w k s a b u d h a b i   a t l a n t a h a w k s a n a l y s i s   a t l a n t a h a w k s d e j o u n t e m u r r a y   a t l a n t a h a w k s h i g h l i g h t s   a t l a n t a h a w k s n e w s   a t l a n t a h a w k s p r e s e a s o n   a t l a n t a h a w k s p r e s e a s o n 2 0 2 2  
m y   a t l a n t a   h a w k s   l o o k i n g   g o o d ,   e v e n   t h e   y o u n g   g u y s . .   l e t s   g o o o o .   g o   w i n   t r u e t o a t l a n t a   a t l a n t a h a w k s   a t l h a w k s
t o o k   t h e   s h o w   o n   t h e   r o a d   a n d   i t ' s   a   h i t .   h a w k s   f l y i n g   h i g h .   a t l a n t a h a w k s   h a w k s   n b a   t r e y y o u n g  
w h e n   y o u   w a n t   t o   m a k e   a   t r a e   y o u n g   t o y   b u t   d o n ’ t   h a v e   t h e   l i c e n s e   s o   y o u   m a k e   a   l o o k   a   l i k e   a   . . .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
t r a e   y o u n g   c o o k i n g   3 1   p t s   6   a s t   i n   t h e   f i r s t   h a l f   i c e t r a e   t r a e y o u n g   a t l a n t a h a w k s
t h e   a t l a n t a   h a w k s   h a v e   i n t e r e s t   i n   j a e   . . . 
   
 
   
 a t l a n t a h a w k s   a t l a n t a h a w k s a b u d h a b i   a t l a n t a h a w k s a n a l y s i s   a t l a n t a h a w k s d e j o u n t e m u r r a y   a t l a n t a h a w k s h i g h l i g h t s   a t l a n t a h a w k s n e w s   a t l a n t a h a w k s p r e s e a s o n   a t l a n t a h a w k s p r e s e a s o n 2 0 2 2   a t l a n t a h a w k s r e b u i l d  
a t l a n t a   h a w k s   i n   t a l k s   a b o u t   p h o e n i x   s u n s   f   j a e   c r o w d e r 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   w e a r e t h e v a l l e y   p h o e n i x   s u n s   d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n   m f f l   t a k e n o t e   c l i p p e r s
a n y b o d y   h e r e   i n t e r e s t e d   i n   e i t h e r   o n e   o f   t h e s e   m i t c h e l l   & a m p ;   n e s s   j a c k e t s ?   f i g u r e d   i   w o u l d   a s k   h a w k s   . . .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
o n y e k a   o k o n g w u   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o n y e k a o k o n g w u   o n y e k a   o k o n g w u   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
a a r o n   h o l i d a y   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a a r o n h o l i d a y   a a r o n   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
t y r e s e   m a r t i n   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e m a r t i n   t y r e s e   m a r t i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
f o r m e r   a t l a n t a   h a w k s   p l a y e r   a n d   a t l a n t a   n a t i v e   c o n t e m p l a t e s   r e t i r e m e n t 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s   l s o a n g e l e s   o r l a n d o   m a g i c   7 6 e r s
o u r   f i r s t   g l i m p s e   a t   t h e   2 0 2 2 - 2 3   a t l a n t a   h a w k s   |   h a w k s o l o g y   w r a p - u p   1   -   h a w k s   v s   b u c k s   g 1   p r e s e a s o n   
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
g o l d e n   s t a t e   w a r r i o r s   g i v e n   2 n d   b e s t   t i t l e   o d d s   b y   n b a   g m s 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   h e a t t w i t t e r   7 6 e r s   n e t s   p i s t o n s
j a r r e t t   c u l v e r ' s   c a r e e r   a r c   s h o w s   a t l a n t a   h a w k s   m a d e   c o r r e c t   d e c i s i o n 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   h e a t t w i t t e r   7 6 e r s   n e t s
s e e   y a   o n   t h e   1 2 t h   f o l k s .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
a t l a n t a   h a w k s   c o a c h   n a t e   m c m i l l a n   l o v e s   a   h o l i d a y 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   l a k e s h o w   l a k e r s   c a v a l i e r s   b e t h e f i g h t   n b a t w i t t e r   n b a 2 k 2 3 m y t e a m   n b a j a p a n g a m e s   n b a i n a b u d h a b i   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   m f f l   s u n s   j a z z
i t   i s   c o l d   i n   a b u   d h a b i   y ' a l l .   i c e   t r a e   b l o w i n g   c o l d . 
 
 f u l l   h i g h l i g h t : 
 
 
 n b a   n b a i n a b u d h a b i   i c e t r a e   t r a e y o u n g   h a w k s   a t l a n t a   a t l a n t a h a w k s   n b a 2 k 2 3   b a s k e t b a l l h i g h l i g h t s  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   8   |   2 0 2 2   a b u   d h a b i   g a m e s   a t l a n t a   h a w k s   n b a   v i d e o :  
d e ' a n d r e   h u n t e r   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e ' a n d r e h u n t e r   d e ' a n d r e   h u n t e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
c l i n t   c a p e l a   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c l i n t c a p e l a   c l i n t   c a p e l a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
h a w k s   s w e e p   t h e   a b u   d h a b i   g a m e s   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
b o b b y   p o r t i s   l o o k i n g   l i k e   k o b e   o u t   t h e r e   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   b o b b y   p o r t i s   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
t r a e   h i t s   i t   f r o m   t h e   a r c t i c   🥶 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   h i g h l i g h t s   -   b u c k s   v s .   h a w k s   -   8 t h   o c t   2 0 2 2 
 
 
 n b a   t r a e   y o u n g   m i l   a t l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i l w a u k e e   b u c k s   a t l a n t a   h a w k s
n b a   2 0 2 2 - 2 3 :   a t l a n t a   h a w k s   r o s t e r 
 
 a t l a n t a 
 t r a e y o u n g 
 d e j o u n t e m u r r a y 
 n b a r o s t e r 
 n b a a b u d h a b i 
 n b a i n a b u d h a b i 
 n b a p r e s e a s o n 
 

w h e n   y o u   w a n t   t o   m a k e   a   t r a e   y o u n g   t o y   b u t   d o n ’ t   h a v e   t h e   l i c e n s e   s o   y o u   m a k e   a   l o o k   a   l i k e   a   . . .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
t r a e   y o u n g   h a s   3 1   p o i n t s   i n   t h e   f i r s t   h a l f ! 
 n b a i n a b u d h a b i   n b a t w i t t e r   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n   n b a   h a w k s   a t l a n t a
a t l a n t a   h a w k s   t o d a y   a t l a n t a   f a l c o n s   t o m o r r o w   i ’ m   l o v i n g   t h i s   w e e k e n d   ❤ ️ 🤞 🏾 a t l a n t a
o n   t h i s   d a y   i n   1 9 7 5   s a n a n t o n i o   s p u r s ,   t h e n   m e m b e r s   o f   t h e   a b a ,   d e f e a t   t h e   n b a ' s   a t l a n t a   h a w k s ,   1 0 9 - 1 0 7   i n   t h e   f i r s t   b a s k e t b a l l   g a m e   e v e r   p l a y e d   i n   t h e   l o u i s i a n a   s u p e r d o m e  
j u s t   j o k e s   l o l   i   l o v e   d e j o u n t e   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
d e j o u n t e   m u r r a y   s h i n e s   i n   a t l a n t a   h a w k s   d e b u t 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   s a n a n t o n i o   s p u r s   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a i n a b u d h a b i   n b a j a p a n g a m e s 2 0 2 2   m f f l   l a k e s h o w   l a k e r s
j o h n   c o l l i n s   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o h n c o l l i n s   j o h n   c o l l i n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
a a r o n   h o l i d a y   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a a r o n h o l i d a y   a a r o n   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
d e ' a n d r e   h u n t e r   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e ' a n d r e h u n t e r   d e ' a n d r e   h u n t e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
s h o p   f o r e v e r 4 0 4   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   a t l   h a w k s   a t l a n t a   a t l a n t a h a w k s   t r u e t o a t l a n t a   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
t h e     m a d e   a   h u g e   t r a d e   b y   a d d i n g     t o   t h e i r   s q u a d .   a d d i n g   h i m   t o   t h i s   p l a y o f f   r o s t e r ,   w h a t   c a n   t h e   h a w k s   a c c o m p l i s h   t h i s   y e a r ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a   n b a p r e s e a s o n   e a s t e r n c o n f e r e n c e   t r a e y o u n g   d e j o u n t e m u r r a y   a t l a n t a  
h a w k s   a r e   b a c k .   a t l a n t a  
f i r s t   h a l f   c o o k i n   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
h a w k s   c o a c h   n a t e   m c m i l l a n   p o s t - g a m e   p r e s s e r   a f t e r   1 2 3 - 1 1 3   p r e s e a s o n   . . . 
   
 
   
 3 p t c n v r s n   a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   j o h n c o l l i n s   n a t e m c m i l l a n   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g   t r u e t o a t l a n t a   t r u e t o a t l a n t a  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   a b u   d h a b i   g a m e s   a t l a n t a   h a w k s   n b a   v i d e o :  
a t l a n t a   h a w k s '   d e j o u n t e   m u r r a y   s e n d s   s t r o n g   m e s s a g e   t o   t e a m m a t e s 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   g o s p u r s g o   s a n a n t o n i o   w e t h e n o r t h   h e a t t w i t t e r   l a k e s h o w   d u b n a t i o n   p a c e r s   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
d e j o u n t e   m u r r a y s   d e b u t   ‼ ️ 🔥   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
d e j o u n t e   t o   c o l l i n s   w h o   j a m s   i t !   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d e j o u n t e   m u r r a y   j o h n   c o l l i n s   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   m a k i n g   p o r t i s   d a n c e   f o r   h i m   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   b o b b y   p o r t i s   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
g i a n n i s   d o i n g   g i a n n i s   t h i n g s   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   g i a n n i s   a n t e t o k o u n m p o   d u n k   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
s t a t e f a r m a r e n a   w h e r e   t h e   a t l a n t a   h a w k s   p l a y   ?
o n y e k a   o k o n g w u   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o n y e k a o k o n g w u   o n y e k a   o k o n g w u   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
d e j o u n t e   m u r r a y   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e j o u n t e m u r r a y   d e j o u n t e   m u r r a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
n e w   l o o k   h a w k s !   b r i a n   w i n d h o r s t   o u t l i n e s   h i s   e x p e c t a t i o n s     |   n b a   t o d a y   a t l a n t a   h a w k s   n b a   v i d e o :  
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r r u r t u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y t r t r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 f u t t r t r u t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y y e r w y e r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e y e r w y e r w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t s e w t r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t u d f g k
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r u t k g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d k t r y e f m
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d y s r x f f d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e w r t y u
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 q w e r t y t y t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y u u y t r e r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r e t y r e w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 a r t y t r r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y u i y t r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r e e r t y u i y t r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y i u y t r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 a h s d f g j h g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s h g f s f g h j h g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r t y t r e w f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r   r r r e w q e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s d t f g f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 f g h j k l ; j h
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s d k k t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r t y u y t r e w q f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r y u t r e w e r t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w r e h f d s d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w 3 4 t d s d s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w q t y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r e r e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e e e y g h f f d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y e y w y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y w y w e y r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y w y u e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e t y w y e u e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e w y e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e y e w y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t w w e t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e y t e e e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r t e d f h d s d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 h r t y t f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w y e y e w h r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e t t w y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w t w y e w w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r k j f g f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s r e e r y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e t t w t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e q t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r w e t q t w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w r e t w t y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t w e t w w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e a r e w t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r r e w e r w e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e r h d f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w t w h f j f f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e t w q t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 h g t r y d f s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e j h u y w u w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e f w h b j
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d q e e g d s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 q w q e r s a s a d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e w t j n
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s s g e w w t r r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w t e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 g e r e y f d h
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r y e h f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y t t e r f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y t t r r u t u j
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y r e y e r u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w e t e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e w y e y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e w y e y e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r t t w e e w t y e r y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y y e r y
h e r e ' s   a   l o o k   a t   d e l h i t i m e s '   f r o n t   p a g e .   c l i c k   b e l o w   t o   r e a d   t h e   e d i t i o n   
 
 
 
 b o l l y w o o d   a m i t a b h b a c h c h a n   a m i t a b h b a c h c h a n 8 0   a m i t a b h b a c h c h a n b i r t h d a y   s h o l a y   p a a   r a k u l p r e e t s i n g h 𓃵   d o c t o r g   k a i l a s h k h e r   g a m e o f t h r o n e s   l e n a h e a d e y   r a n v e e r s i n g h   t r a e y o u n g  
l m a o   t r a e   y o u n g   s t o r y   c a n   g o   f r o m   h i g h   q u a l i t y   p h o t o s   t o   t h i s   😭 😭   t r a e y o u n g   n b a  
b o l l y w o o d   a c t o r   r a n v e e r s i n g h   r e c e n t l y   s h a r e d   v i d e o s   o n   h i s   o f f i c i a l   i n s t a g r a m   h a n d l e   t h a t   s h o w   t h e   a c t o r   d a n c i n g   w i t h   b a s k e t b a l l   p l a y e r s   s h a q u i l l e o n e a l   a n d   t r a e y o u n g   i n   a b u d h a b i . 
 

r a n v e e r s i n g h   d a n c e s   w i t h   n b a   s t a r   t r a e y o u n g   o n   d i l d h a d a k n e d o   s o n g   g a l l a n g o o d i y a a n   ( w a t c h   v i d e o ) 
 

f a n s   c a n ' t   k e e p   c a l m   a s   b o l l y w o o d   m e e t s   b a s k e t b a l l 
 
 w a t c h   a s     g e t s   g r o o v i n '   w i t h     o n   g a l l a n g o o d i y a n     
 
 d i l d h a d a k n e d o   t r a e y o u n g   r a n v e e r s i n g h   b a s k e t b a l l   n b a   r a n v e e r s i n g h   r a n v e e r s i n g h f c   t r e n d i n g   b o l l y w o o d  
r a n v e e r s i n g h   m a k e s   n b a   s t a r   t r a e y o u n g   s h a k e - a - l e g   o n   g a l l a n g o o d i y a a n 
 
 n b a       

r a n v e e r   m a k e s   n b a   s t a r   t r a e   y o u n g   s h a k e - a - l e g   o n   ' g a l l a n   g o o d i y a a n ' 
 
 r a n v e e r s i n g h   n b a   t r a e y o u n g   g a l l a n g o o d i y a a n   y e s p u n j a b 
 

w a t c h 🎥 
 r a n v e e r   s i n g h   t e a c h e s   t r a e   y o u n g   b h a n g r a   o n   c h a r t b u s t e r   ‘ g a l l a n   g o o d i y a a n ’   f r o m   h i s   f i l m   ‘ d i l   d h a d a k n e   d o ’   😍 
 
 r a n v e e r x n b a i n a b u d h a b i   r a n v e e r s i n g h   n b a i n a b u d h a b i   n b a   t r a e y o u n g   n b a   a b u d h a b i   |       

r a n v e e r   m a k e s   n b a   s t a r   t r a e   y o u n g   s h a k e - a - l e g   o n   ' g a l l a n   g o o d i y a a n ' 
 r a n v e e r   n b a   t r a e y o u n g   g a l l a n g o o d i y a a n   s o c i a l n e w s x y z  
g i a n n i s   a n t e t o k o u n m p o   s a i d   t h i s   a b o u t   a t l a n t a   h a w k s   a f t e r   g e t t i n g   b e a t   t w i c e . .   y o u   w o n t   b e l i e v e   i t 
   
 
   
 a t l a n t a h a w k s   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   j r u e h o l i d a y   m i l w a u k e e b u c k s   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
r a n v e e r   s i n g h   a n d   t r a e   y o u n g   d a n c e d   t o   ' g a l l a n   g o o d i y a a n '   a t   n b a   a l l - s t a r   c e l e b r i t y   g a m e . 
 r a n v e e r s i n g h     r a n v e e r x n b a i n a b u d h a b i   n b a   t r a e y o u n g     d a n c e     g a l l a n g o o d i y a a n   m a s t i   a b u d h a b i   b o l l y w o o d   r e e l s   t r e n d i n g r e e l s   t r e n d i n g      
t r a e   y o u n g   m u s t   b e   d r u g   t e s t e d   a f t e r   t h i s   i n s a n e   m o v e   t r a e y o u n g   a t l a n t . . .     v i a  
t r a e   y o u n g   m u s t   b e   d r u g   t e s t e d   a f t e r   t h i s   i n s a n e   m o v e   t r a e y o u n g   a t l a n t . . .     v i a  
u n p o p u l a r   o p i n i o n :   t r a e   y o u n g   w i l l   w i n   t h e   m v p   t h i s   s e a s o n .   h a w k s   t r a e y o u n g   m v p  
v e r y   c o l d   🥶   t r a e y o u n g   n b a i n a b u d h a b i  
i t   i s   c o l d   i n   a b u   d h a b i   y ' a l l .   i c e   t r a e   b l o w i n g   c o l d . 
 
 f u l l   h i g h l i g h t : 
 
 
 n b a   n b a i n a b u d h a b i   i c e t r a e   t r a e y o u n g   h a w k s   a t l a n t a   a t l a n t a h a w k s   n b a 2 k 2 3   b a s k e t b a l l h i g h l i g h t s  
b a c k   a t   i t   ⚫ ️ ⚪ ️ 
 
 b l a z e r s   n c a a   k u h o o p s   n b a   t r a e y o u n g   k e v i n d u r a n t   s t e p h c u r r y   n c a a b a s k e t b a l l   i n d i a n a p a c e r s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t b a s k e t b a l l   d a l l a s m a v s   g o m a v s   d a l l a s m a v e r i c k s   l u k a m a g i c  
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   r e s u l t s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2   ;   n b a   g a m e s   t o d a y ;   h a w k s 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   h a w k s   b u c k s   t r a e y o u n g   g i a n n i s   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a a b u d h a b i 2 0 2 2
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
n b a   2 0 2 2 - 2 3 :   a t l a n t a   h a w k s   r o s t e r 
 
 a t l a n t a 
 t r a e y o u n g 
 d e j o u n t e m u r r a y 
 n b a r o s t e r 
 n b a a b u d h a b i 
 n b a i n a b u d h a b i 
 n b a p r e s e a s o n 
 

y o u n g ’ s   f i r s t - h a l f   s h o o t i n g   l e a d s   h a w k s   p a s t   b u c k s   1 1 8 - 1 0 9   i n   a b u   d h a b i .   s c o r e s   3 1   p o i n t s ,   p l a y i n g   o n l y   i n   f i r s t   h a l f ,   t o   l e a d   t e a m   t o   v i c t o r y   a t   e t i h a d   a r e n a . 
 
   _ n e w s     a t l a n t a h a w k s   t r a e y o u n g   

i c e   t r a e y o u n g   f r o m   t h e   l o g o … 🥶   a b u d h a b i n b a  
t r a e   y o u n g   l i t   u p   a b u   d h a b i !   🔥 
 
 n b a a t a b u d h a b i   t r a e y o u n g 
 

t r a e y o u n g   p u t s   o n   a   s h o w   w i t h   3 1   p o i n t s   a n d   s i x   a s s i s t s   a s   t h e   h a w k s   b e s t   t h e   b u c k s   a g a i n   i n   a b u   d h a b i .   f i n a l :   a t l   1 1 8   -   1 0 9   m i l   n b a p r e s e a s o n
  b a c k   a t   i t   w i t h   t h e   s q u a d   🙌 🔥 🔥 
 
 n b a l o t t e r y   d a r i u s g a r l a n d   n b a o n t n t   n b a d r a f t   k y r i e   l a l a k e r s   u n d e r a u r m o r   k i n g j a m e s   u t a h j a z z   b l a z e r s   d a m e 4   n i k e b a s k e t b a l l   l e b r o n l a k e r s   p o r t l a n d t r a i l b l a z e r s   n i k e   m i a m i h e a t   k u h o o p s   t r a e y o u n g  
c a n ’ t   b e l i e v e   y o u   c l o w n s   t h i n k   j a   m o r a n t   i s   b e t t e r   t h a n   t r a e   y o u n g .   t r a e   i s   m i l e s   a h e a d   o f   m o r a n t   a n d   i t ’ s   n o t   e v e n   f u c k i n g   c l o s e .   t r a e y o u n g   j a m o r a n t   h a w k s   g r i z z l i e s
t r a e y o u n g   g o t   3 1   t o d a y   i n   t h e   2 n d   p r e - s e a s o n   g a m e   v s   t h e   b u c k s   w i t h   4   m i n s   t o   p l a y   . . . g u e s s   h e ' s   t a k i n g   t h e   p r e - s e a s o n   s e r i o u s l y   t o o .   l e a d i n g   i n t o   t h e   r e g u l a r   s e a s o n . 
 r e g u l a r s e a s o n m a t t e r s 

      d a m n   r i g h t   c o l d   a s   i c e   t r a e y o u n g  
t r a e   y o u n g   m v p     🏆   t r a e y o u n g
t r a e   y o u n g   c o o k i n g   3 1   p t s   6   a s t   i n   t h e   f i r s t   h a l f   i c e t r a e   t r a e y o u n g   a t l a n t a h a w k s
t r a e   f u c k i n g   h i t t i n g   4   t h r e e s   i n   a   r o w   d o i n g   a l l   s o r t s   o f   d r i b b l e   m o v e s   m a k i n g   b o b b y   p o r t i s   l o o k   l i k e   a   c h i l d   a n d   c a l m l y   w a l k s   a w a y   w i t h   3 1   & a m p ;   6   i n   2   t h e   2 n d   q u a r t e r   t h a t ' s   m y   i d o l   i n s p i r a t i o n a l   t r a e y o u n g
n a h h   t r a e y o u n g   w i l d i n ’   😂 😩 🙌 🏾 
 b u c k s   h a w k s   m i l v s a t l
w e   k n o w   w h o ’ s   h e r e   t o   w i n   t o n i g h t               n b a i n a b u d h a b i   t r a e y o u n g   n b a  
4   t r a d e s   t h e   a t l a n t a   h a w k s   n e e d   t o   m a k e ! 
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   d o n o v a n m i t c h e l l t r a d e   e a s t e r n c o n f e r e n c e   h a w k s r e b u i l d   h a w k s t r a d e s   j o h n c o l l i n s t r a d e   k y r i e i r v i n g t r a d e   n b a   n b a f i n a l s   n b a p l a y o f f s   r u d y g o b e r t t r a d e   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
h a w k s   v s   b u c k s   a b u   d h a b i   g a m e   2 ;   n b a   s h e d u l e   t o d a y   o c t o b e r   8 ,   2 0 2 2 ;   n b a   p r e s e a s o n   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
1 0 x   n b a   a l l - s t a r !   b e t t e r   n b a   c e l e b r a t i o n ? !   n b a   2 k   2 k 2 3   c a r m e l o a n t h o n y   l e b r o n j a m e s   s h e e s h   i c e t r a e   t r a e y o u n g    
d e j o n t e   m u r r a y   2 5 p t s   & a m p ;   t r a e   y o u n g   2 2 p t s   a r e   t h e   a t l a n t a   h a w k s   a   t h r e a t   i n   t h e   e a s t   . . . 
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   d e j o n t e m u r r a y   e a s t e r n c o n f e r e n c e   h a p p y   h i g h l i g h t s   n b a   s o u t h e a s t d i v i s i o n   s p o r t s   t r a e y o u n g   w i l l t h e a t l a n t a h a w k s b e a t h r e a t i n t h e e a s t  
c o n g r a t s   t o   _ s u r e 8 8 8   f o r   h a v i n g   1 5   t r a e   y o u n g   7 5 0 0   m i n t   a n d   w i n n i n g   a   1   o z   s i l v e r   r o u n d ,   s h i p p i n g   p a i d .   r e a l - w o r l d   u t i l i t y   f r o m   t o p   s h o t   m o m e n t s ,   u t i l i t y   t h r o u g h   c o m m u n i t y   g u y s .   
 n b a t o p s h o t   n b a t o p s h o t t h i s   u t i l i t y   c o m m u n i t y   t r a e y o u n g   t o g e t h e r   n f t   c r y p t o   g i v e a w a y  
t h e     m a d e   a   h u g e   t r a d e   b y   a d d i n g     t o   t h e i r   s q u a d .   a d d i n g   h i m   t o   t h i s   p l a y o f f   r o s t e r ,   w h a t   c a n   t h e   h a w k s   a c c o m p l i s h   t h i s   y e a r ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a   n b a p r e s e a s o n   e a s t e r n c o n f e r e n c e   t r a e y o u n g   d e j o u n t e m u r r a y   a t l a n t a  
t r a e   y o u n g :   d r a y m o n d   g r e e n   i s   t r y i n g   t o   g e t   t o   l a   d r a y m o n d g r e e n   t r a e y o u n g  
h a w k s   c o a c h   n a t e   m c m i l l a n   p o s t - g a m e   p r e s s e r   a f t e r   1 2 3 - 1 1 3   p r e s e a s o n   . . . 
   
 
   
 3 p t c n v r s n   a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   j o h n c o l l i n s   n a t e m c m i l l a n   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g   t r u e t o a t l a n t a   t r u e t o a t l a n t a  
i   t o t a l l y   u n d e r s t a n d   t h a t   t r a e   y o u n g   i s   u n d e r   s i z e ,   b u t   i   t h i n k   h i s   f l o p p i n g   i s   a   b i t   e x c e s s i v e   n b a t w i t t e r   h a w k s   t r a e y o u n g
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
d e j o u n t e   m u r r a y   a n d   t r a e   y o u n g   s h o w e d   h o w   l e t h a l   t h e i r   b a c k c o u r t   c o m b o   c a n   b e !   🔥 × ❄ ️ 
 
 d e j o u n t e m u r r a y   t r a e y o u n g   a t l a n t a h a w k s  
t h e   h a w k s   d i d   n o t   t a k e   t h a t   f i r s t   q u a r t e r   s m a l l   l o s s   l i g h t l y   a s   t h e y   c a m e   s t r o n g   i n   t h e   s e c o n d   q u a r t e r ! ! !   t r a e y o u n g   i s   g o i n g   c r a z y ! ! ! !  
t r a e y o u n g   d o i n g   s o m e   m o v e s   v s   b o b b y p o r t i s .   h e h e .   n b a p r e s e a s o n   n b a t w i t t e r  
  t a p   i n   w i t h   t h e   w a t c h   a l o n g .   t r u e t o a t l a n t a     n b a   b u c k s   t r a e y o u n g   d e j o u n t e
n b a   s e t   f o r   g u l f   d e b u t   a s   a t l a n t a   h a w k s   f a c e   m i l w a u k e e   b u c k s   i n   p r e - s e a s o n   g a m e   a b u d h a b i   a t l a n t a h a w k s   g u l f   m i l w a u k e e b u c k s   n b a   p r e s e a s o n   t r a e y o u n g   u a e   u n i t e d a r a b e m i r a t e s   

h a w k s   v s   b u c k s   a b u   d h a b i   g a m e s ;   n b a   s h e d u l e   t o d a y   o c t o b e r   6 ,   2 0 2 2 ;   n b a   p r e s e a s o n   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
w h a t & a m p ; 3 9 ; s   n e x t   f o r   t h e   a t l a n t a   h a w k s ? 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   t r a e   t r a e y o u n g   y o u n g  
w h a t   a r e   y o u r   t o p   5   p g ’ s   l o o k i n g   l i k e   f o r   n e x t   s e a s o n ? 👀   n b a   b a s k e t b a l l   t r a i l b l a z e r s   w a r r i o r s   m a v s   g r i z z l i e s   a t l a n t a h a w k s   s t e p h c u r r y   t r a e y o u n g   j a m o r a n t   d a m e t i m e   l u k a d o n c i c  
2 0 2 0 - 2 0 2 1   p a n i n i   f l a w l e s s   t r a e   y o u n g   1 o f 1 
 
 i t e m   n u m b e r :   2 2 1 0 0 4 0 5 2 4 0 9 4 5 2 
 
 n b a   p a n i n i   p a n i n i a m e r i c a   a t l a n t a   h a w k s   a l t   t r a e   y o u n g   t r a e y o u n g   f l a w l e s s   b a s k e t b a l l   t r a d i n g c a r d s   s p o r t s c a r d s  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   a b u   d h a b i   g a m e s   s c h e d u l e s   |   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
t r a e   y o u n g   h a s   s o   m u c h   p o t e n t i a l .   h e   j u s t   n e e d s   t o   l e a r n   t o   s h u t   h i s   m o u t h   u n t i l   h e   e a r n s   h i s   r a n k .   t h e m i c s t a y s h o t   h o t t a k e s   n b a   p o t e n t i a l g r e a t   t r a e y o u n g  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   a t l a n t a   h a w k s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   a t l   a t l a n t a h a w k s   a t l a n t a   h a w k s   t r a e y o u n g   u n i m o c k u p s   l o g o d e s i g n   n b a t w i t t e r    
b e c k e t t   c e r t i f i e d   a u t h e n t i c   t r a e   y o u n g   a u t o g r a p h     j e r s e y   w /   i c e   t r a e   i n s c r i p t i o n   🏀   🧊   t r a e y o u n g   a t l a n t a h a w k s   i c e t r a e   a u t h e n t i c   a u t o g r a p h   m v p t r a d i n g c a r d s   @   m v p   t r a d i n g   c a r d s  
c h a r i t y   s t r i p e   i t   i s .   s t e p h c u r r y   j o r d a n p o o l e   k e v i n d u r a n t   t r a e y o u n g   f g   n b a   n b a f a n t a s y   f a n t a s y r a d a r   l a t v i a f a n t a s y l e a g u e 
  
  🏀   t r a e y o u n g   f i l m   s t u d y   |   n b a   a t l a n t a   h a w k s   |   b a s k e t b a l l   d r i l l s   & a m p ;   t r a i n i n g   |   p o i n t   g u a r d   p l a y    
w h a t   n b a   p l a y e r   d o   y o u   p l a y   b a s k e t b a l l   l i k e ? 🤔 🏀   |   b w o 
 
 b l a c k w h i t e o r o t h e r   b w o   k y r i e i r v i n g   t r a e y o u n g   n b a   b a s k e t b a l l   i n t e r v i e w   p u b l i c   c i t i z e n s t a n d u p   f y p   t w i t t e r  
t h e     h a v e   t h e i r   f i r s t   p r e - s e a s o n   g a m e   i n   a b u d h a b i   s o o n .   a r e   y o u   e x c i t e d   f o r   t h e   s e a s o n ?   w e   w i l l   b e   t a l k i n g   a b o u t   t h e   h a w k s   o n   t h e   n e x t   e p i s o d e   o f   a r o u n d   t h e   a t l .   b e   s u r e   t o   s u b s c r i b e   t o   w a t c h .       a t l a n t a h a w k s   n b a   a r o u n d t h e a t l   t r a e y o u n g  
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
t r a e   h i t s   i t   f r o m   t h e   a r c t i c   🥶 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   h i g h l i g h t s   -   b u c k s   v s .   h a w k s   -   8 t h   o c t   2 0 2 2 
 
 
 n b a   t r a e   y o u n g   m i l   a t l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i l w a u k e e   b u c k s   a t l a n t a   h a w k s
t r a e   y o u n g   m a k i n g   p o r t i s   d a n c e   f o r   h i m   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   b o b b y   p o r t i s   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
  y o u   w i l l   n e v e r   b e   s t e p h e n   c u r r y .   b u t   y o u   w i l l   b e   t r a e   y o u n g .   t h a n k   m e   l a t e r .   t r a e
w h a t & a m p ; 3 9 ; s   n e x t   f o r   t h e   a t l a n t a   h a w k s ? 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   t r a e   t r a e y o u n g   y o u n g  
2 0 2 0 - 2 0 2 1   p a n i n i   f l a w l e s s   t r a e   y o u n g   1 o f 1 
 
 i t e m   n u m b e r :   2 2 1 0 0 4 0 5 2 4 0 9 4 5 2 
 
 n b a   p a n i n i   p a n i n i a m e r i c a   a t l a n t a   h a w k s   a l t   t r a e   y o u n g   t r a e y o u n g   f l a w l e s s   b a s k e t b a l l   t r a d i n g c a r d s   s p o r t s c a r d s  
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
t r a e   h i t s   i t   f r o m   t h e   a r c t i c   🥶 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   h i g h l i g h t s   -   b u c k s   v s .   h a w k s   -   8 t h   o c t   2 0 2 2 
 
 
 n b a   t r a e   y o u n g   m i l   a t l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i l w a u k e e   b u c k s   a t l a n t a   h a w k s
t r a e   y o u n g   m a k i n g   p o r t i s   d a n c e   f o r   h i m   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   b o b b y   p o r t i s   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
  y o u   w i l l   n e v e r   b e   s t e p h e n   c u r r y .   b u t   y o u   w i l l   b e   t r a e   y o u n g .   t h a n k   m e   l a t e r .   t r a e
w h a t & a m p ; 3 9 ; s   n e x t   f o r   t h e   a t l a n t a   h a w k s ? 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   t r a e   t r a e y o u n g   y o u n g  
2 0 2 0 - 2 0 2 1   p a n i n i   f l a w l e s s   t r a e   y o u n g   1 o f 1 
 
 i t e m   n u m b e r :   2 2 1 0 0 4 0 5 2 4 0 9 4 5 2 
 
 n b a   p a n i n i   p a n i n i a m e r i c a   a t l a n t a   h a w k s   a l t   t r a e   y o u n g   t r a e y o u n g   f l a w l e s s   b a s k e t b a l l   t r a d i n g c a r d s   s p o r t s c a r d s  
h e r e ' s   a   l o o k   a t   d e l h i t i m e s '   f r o n t   p a g e .   c l i c k   b e l o w   t o   r e a d   t h e   e d i t i o n   
 
 
 
 b o l l y w o o d   a m i t a b h b a c h c h a n   a m i t a b h b a c h c h a n 8 0   a m i t a b h b a c h c h a n b i r t h d a y   s h o l a y   p a a   r a k u l p r e e t s i n g h 𓃵   d o c t o r g   k a i l a s h k h e r   g a m e o f t h r o n e s   l e n a h e a d e y   r a n v e e r s i n g h   t r a e y o u n g  
l m a o   t r a e   y o u n g   s t o r y   c a n   g o   f r o m   h i g h   q u a l i t y   p h o t o s   t o   t h i s   😭 😭   t r a e y o u n g   n b a  
b o l l y w o o d   a c t o r   r a n v e e r s i n g h   r e c e n t l y   s h a r e d   v i d e o s   o n   h i s   o f f i c i a l   i n s t a g r a m   h a n d l e   t h a t   s h o w   t h e   a c t o r   d a n c i n g   w i t h   b a s k e t b a l l   p l a y e r s   s h a q u i l l e o n e a l   a n d   t r a e y o u n g   i n   a b u d h a b i . 
 

r a n v e e r s i n g h   d a n c e s   w i t h   n b a   s t a r   t r a e y o u n g   o n   d i l d h a d a k n e d o   s o n g   g a l l a n g o o d i y a a n   ( w a t c h   v i d e o ) 
 

f a n s   c a n ' t   k e e p   c a l m   a s   b o l l y w o o d   m e e t s   b a s k e t b a l l 
 
 w a t c h   a s     g e t s   g r o o v i n '   w i t h     o n   g a l l a n g o o d i y a n     
 
 d i l d h a d a k n e d o   t r a e y o u n g   r a n v e e r s i n g h   b a s k e t b a l l   n b a   r a n v e e r s i n g h   r a n v e e r s i n g h f c   t r e n d i n g   b o l l y w o o d  
r a n v e e r s i n g h   m a k e s   n b a   s t a r   t r a e y o u n g   s h a k e - a - l e g   o n   g a l l a n g o o d i y a a n 
 
 n b a       

r a n v e e r   m a k e s   n b a   s t a r   t r a e   y o u n g   s h a k e - a - l e g   o n   ' g a l l a n   g o o d i y a a n ' 
 
 r a n v e e r s i n g h   n b a   t r a e y o u n g   g a l l a n g o o d i y a a n   y e s p u n j a b 
 

w a t c h 🎥 
 r a n v e e r   s i n g h   t e a c h e s   t r a e   y o u n g   b h a n g r a   o n   c h a r t b u s t e r   ‘ g a l l a n   g o o d i y a a n ’   f r o m   h i s   f i l m   ‘ d i l   d h a d a k n e   d o ’   😍 
 
 r a n v e e r x n b a i n a b u d h a b i   r a n v e e r s i n g h   n b a i n a b u d h a b i   n b a   t r a e y o u n g   n b a   a b u d h a b i   |       

r a n v e e r   m a k e s   n b a   s t a r   t r a e   y o u n g   s h a k e - a - l e g   o n   ' g a l l a n   g o o d i y a a n ' 
 r a n v e e r   n b a   t r a e y o u n g   g a l l a n g o o d i y a a n   s o c i a l n e w s x y z  
g i a n n i s   a n t e t o k o u n m p o   s a i d   t h i s   a b o u t   a t l a n t a   h a w k s   a f t e r   g e t t i n g   b e a t   t w i c e . .   y o u   w o n t   b e l i e v e   i t 
   
 
   
 a t l a n t a h a w k s   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   j r u e h o l i d a y   m i l w a u k e e b u c k s   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
r a n v e e r   s i n g h   a n d   t r a e   y o u n g   d a n c e d   t o   ' g a l l a n   g o o d i y a a n '   a t   n b a   a l l - s t a r   c e l e b r i t y   g a m e . 
 r a n v e e r s i n g h     r a n v e e r x n b a i n a b u d h a b i   n b a   t r a e y o u n g     d a n c e     g a l l a n g o o d i y a a n   m a s t i   a b u d h a b i   b o l l y w o o d   r e e l s   t r e n d i n g r e e l s   t r e n d i n g      
t r a e   y o u n g   m u s t   b e   d r u g   t e s t e d   a f t e r   t h i s   i n s a n e   m o v e   t r a e y o u n g   a t l a n t . . .     v i a  
t r a e   y o u n g   m u s t   b e   d r u g   t e s t e d   a f t e r   t h i s   i n s a n e   m o v e   t r a e y o u n g   a t l a n t . . .     v i a  
u n p o p u l a r   o p i n i o n :   t r a e   y o u n g   w i l l   w i n   t h e   m v p   t h i s   s e a s o n .   h a w k s   t r a e y o u n g   m v p  
v e r y   c o l d   🥶   t r a e y o u n g   n b a i n a b u d h a b i  
i t   i s   c o l d   i n   a b u   d h a b i   y ' a l l .   i c e   t r a e   b l o w i n g   c o l d . 
 
 f u l l   h i g h l i g h t : 
 
 
 n b a   n b a i n a b u d h a b i   i c e t r a e   t r a e y o u n g   h a w k s   a t l a n t a   a t l a n t a h a w k s   n b a 2 k 2 3   b a s k e t b a l l h i g h l i g h t s  
b a c k   a t   i t   ⚫ ️ ⚪ ️ 
 
 b l a z e r s   n c a a   k u h o o p s   n b a   t r a e y o u n g   k e v i n d u r a n t   s t e p h c u r r y   n c a a b a s k e t b a l l   i n d i a n a p a c e r s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t b a s k e t b a l l   d a l l a s m a v s   g o m a v s   d a l l a s m a v e r i c k s   l u k a m a g i c  
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   r e s u l t s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2   ;   n b a   g a m e s   t o d a y ;   h a w k s 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   h a w k s   b u c k s   t r a e y o u n g   g i a n n i s   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a a b u d h a b i 2 0 2 2
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
n b a   2 0 2 2 - 2 3 :   a t l a n t a   h a w k s   r o s t e r 
 
 a t l a n t a 
 t r a e y o u n g 
 d e j o u n t e m u r r a y 
 n b a r o s t e r 
 n b a a b u d h a b i 
 n b a i n a b u d h a b i 
 n b a p r e s e a s o n 
 

y o u n g ’ s   f i r s t - h a l f   s h o o t i n g   l e a d s   h a w k s   p a s t   b u c k s   1 1 8 - 1 0 9   i n   a b u   d h a b i .   s c o r e s   3 1   p o i n t s ,   p l a y i n g   o n l y   i n   f i r s t   h a l f ,   t o   l e a d   t e a m   t o   v i c t o r y   a t   e t i h a d   a r e n a . 
 
   _ n e w s     a t l a n t a h a w k s   t r a e y o u n g   

i c e   t r a e y o u n g   f r o m   t h e   l o g o … 🥶   a b u d h a b i n b a  
t r a e   y o u n g   l i t   u p   a b u   d h a b i !   🔥 
 
 n b a a t a b u d h a b i   t r a e y o u n g 
 

t r a e y o u n g   p u t s   o n   a   s h o w   w i t h   3 1   p o i n t s   a n d   s i x   a s s i s t s   a s   t h e   h a w k s   b e s t   t h e   b u c k s   a g a i n   i n   a b u   d h a b i .   f i n a l :   a t l   1 1 8   -   1 0 9   m i l   n b a p r e s e a s o n
  b a c k   a t   i t   w i t h   t h e   s q u a d   🙌 🔥 🔥 
 
 n b a l o t t e r y   d a r i u s g a r l a n d   n b a o n t n t   n b a d r a f t   k y r i e   l a l a k e r s   u n d e r a u r m o r   k i n g j a m e s   u t a h j a z z   b l a z e r s   d a m e 4   n i k e b a s k e t b a l l   l e b r o n l a k e r s   p o r t l a n d t r a i l b l a z e r s   n i k e   m i a m i h e a t   k u h o o p s   t r a e y o u n g  
c a n ’ t   b e l i e v e   y o u   c l o w n s   t h i n k   j a   m o r a n t   i s   b e t t e r   t h a n   t r a e   y o u n g .   t r a e   i s   m i l e s   a h e a d   o f   m o r a n t   a n d   i t ’ s   n o t   e v e n   f u c k i n g   c l o s e .   t r a e y o u n g   j a m o r a n t   h a w k s   g r i z z l i e s
t r a e y o u n g   g o t   3 1   t o d a y   i n   t h e   2 n d   p r e - s e a s o n   g a m e   v s   t h e   b u c k s   w i t h   4   m i n s   t o   p l a y   . . . g u e s s   h e ' s   t a k i n g   t h e   p r e - s e a s o n   s e r i o u s l y   t o o .   l e a d i n g   i n t o   t h e   r e g u l a r   s e a s o n . 
 r e g u l a r s e a s o n m a t t e r s 

      d a m n   r i g h t   c o l d   a s   i c e   t r a e y o u n g  
t r a e   y o u n g   m v p     🏆   t r a e y o u n g
t r a e   y o u n g   c o o k i n g   3 1   p t s   6   a s t   i n   t h e   f i r s t   h a l f   i c e t r a e   t r a e y o u n g   a t l a n t a h a w k s
t r a e   f u c k i n g   h i t t i n g   4   t h r e e s   i n   a   r o w   d o i n g   a l l   s o r t s   o f   d r i b b l e   m o v e s   m a k i n g   b o b b y   p o r t i s   l o o k   l i k e   a   c h i l d   a n d   c a l m l y   w a l k s   a w a y   w i t h   3 1   & a m p ;   6   i n   2   t h e   2 n d   q u a r t e r   t h a t ' s   m y   i d o l   i n s p i r a t i o n a l   t r a e y o u n g
n a h h   t r a e y o u n g   w i l d i n ’   😂 😩 🙌 🏾 
 b u c k s   h a w k s   m i l v s a t l
w e   k n o w   w h o ’ s   h e r e   t o   w i n   t o n i g h t               n b a i n a b u d h a b i   t r a e y o u n g   n b a  
4   t r a d e s   t h e   a t l a n t a   h a w k s   n e e d   t o   m a k e ! 
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   d o n o v a n m i t c h e l l t r a d e   e a s t e r n c o n f e r e n c e   h a w k s r e b u i l d   h a w k s t r a d e s   j o h n c o l l i n s t r a d e   k y r i e i r v i n g t r a d e   n b a   n b a f i n a l s   n b a p l a y o f f s   r u d y g o b e r t t r a d e   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
h a w k s   v s   b u c k s   a b u   d h a b i   g a m e   2 ;   n b a   s h e d u l e   t o d a y   o c t o b e r   8 ,   2 0 2 2 ;   n b a   p r e s e a s o n   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
1 0 x   n b a   a l l - s t a r !   b e t t e r   n b a   c e l e b r a t i o n ? !   n b a   2 k   2 k 2 3   c a r m e l o a n t h o n y   l e b r o n j a m e s   s h e e s h   i c e t r a e   t r a e y o u n g    
d e j o n t e   m u r r a y   2 5 p t s   & a m p ;   t r a e   y o u n g   2 2 p t s   a r e   t h e   a t l a n t a   h a w k s   a   t h r e a t   i n   t h e   e a s t   . . . 
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   d e j o n t e m u r r a y   e a s t e r n c o n f e r e n c e   h a p p y   h i g h l i g h t s   n b a   s o u t h e a s t d i v i s i o n   s p o r t s   t r a e y o u n g   w i l l t h e a t l a n t a h a w k s b e a t h r e a t i n t h e e a s t  
c o n g r a t s   t o   _ s u r e 8 8 8   f o r   h a v i n g   1 5   t r a e   y o u n g   7 5 0 0   m i n t   a n d   w i n n i n g   a   1   o z   s i l v e r   r o u n d ,   s h i p p i n g   p a i d .   r e a l - w o r l d   u t i l i t y   f r o m   t o p   s h o t   m o m e n t s ,   u t i l i t y   t h r o u g h   c o m m u n i t y   g u y s .   
 n b a t o p s h o t   n b a t o p s h o t t h i s   u t i l i t y   c o m m u n i t y   t r a e y o u n g   t o g e t h e r   n f t   c r y p t o   g i v e a w a y  
t h e     m a d e   a   h u g e   t r a d e   b y   a d d i n g     t o   t h e i r   s q u a d .   a d d i n g   h i m   t o   t h i s   p l a y o f f   r o s t e r ,   w h a t   c a n   t h e   h a w k s   a c c o m p l i s h   t h i s   y e a r ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a   n b a p r e s e a s o n   e a s t e r n c o n f e r e n c e   t r a e y o u n g   d e j o u n t e m u r r a y   a t l a n t a  
t r a e   y o u n g :   d r a y m o n d   g r e e n   i s   t r y i n g   t o   g e t   t o   l a   d r a y m o n d g r e e n   t r a e y o u n g  
h a w k s   c o a c h   n a t e   m c m i l l a n   p o s t - g a m e   p r e s s e r   a f t e r   1 2 3 - 1 1 3   p r e s e a s o n   . . . 
   
 
   
 3 p t c n v r s n   a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   j o h n c o l l i n s   n a t e m c m i l l a n   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g   t r u e t o a t l a n t a   t r u e t o a t l a n t a  
i   t o t a l l y   u n d e r s t a n d   t h a t   t r a e   y o u n g   i s   u n d e r   s i z e ,   b u t   i   t h i n k   h i s   f l o p p i n g   i s   a   b i t   e x c e s s i v e   n b a t w i t t e r   h a w k s   t r a e y o u n g
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
d e j o u n t e   m u r r a y   a n d   t r a e   y o u n g   s h o w e d   h o w   l e t h a l   t h e i r   b a c k c o u r t   c o m b o   c a n   b e !   🔥 × ❄ ️ 
 
 d e j o u n t e m u r r a y   t r a e y o u n g   a t l a n t a h a w k s  
t h e   h a w k s   d i d   n o t   t a k e   t h a t   f i r s t   q u a r t e r   s m a l l   l o s s   l i g h t l y   a s   t h e y   c a m e   s t r o n g   i n   t h e   s e c o n d   q u a r t e r ! ! !   t r a e y o u n g   i s   g o i n g   c r a z y ! ! ! !  
t r a e y o u n g   d o i n g   s o m e   m o v e s   v s   b o b b y p o r t i s .   h e h e .   n b a p r e s e a s o n   n b a t w i t t e r  
  t a p   i n   w i t h   t h e   w a t c h   a l o n g .   t r u e t o a t l a n t a     n b a   b u c k s   t r a e y o u n g   d e j o u n t e
n b a   s e t   f o r   g u l f   d e b u t   a s   a t l a n t a   h a w k s   f a c e   m i l w a u k e e   b u c k s   i n   p r e - s e a s o n   g a m e   a b u d h a b i   a t l a n t a h a w k s   g u l f   m i l w a u k e e b u c k s   n b a   p r e s e a s o n   t r a e y o u n g   u a e   u n i t e d a r a b e m i r a t e s   

h a w k s   v s   b u c k s   a b u   d h a b i   g a m e s ;   n b a   s h e d u l e   t o d a y   o c t o b e r   6 ,   2 0 2 2 ;   n b a   p r e s e a s o n   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
w h a t & a m p ; 3 9 ; s   n e x t   f o r   t h e   a t l a n t a   h a w k s ? 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   t r a e   t r a e y o u n g   y o u n g  
w h a t   a r e   y o u r   t o p   5   p g ’ s   l o o k i n g   l i k e   f o r   n e x t   s e a s o n ? 👀   n b a   b a s k e t b a l l   t r a i l b l a z e r s   w a r r i o r s   m a v s   g r i z z l i e s   a t l a n t a h a w k s   s t e p h c u r r y   t r a e y o u n g   j a m o r a n t   d a m e t i m e   l u k a d o n c i c  
2 0 2 0 - 2 0 2 1   p a n i n i   f l a w l e s s   t r a e   y o u n g   1 o f 1 
 
 i t e m   n u m b e r :   2 2 1 0 0 4 0 5 2 4 0 9 4 5 2 
 
 n b a   p a n i n i   p a n i n i a m e r i c a   a t l a n t a   h a w k s   a l t   t r a e   y o u n g   t r a e y o u n g   f l a w l e s s   b a s k e t b a l l   t r a d i n g c a r d s   s p o r t s c a r d s  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   a b u   d h a b i   g a m e s   s c h e d u l e s   |   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
t r a e   y o u n g   h a s   s o   m u c h   p o t e n t i a l .   h e   j u s t   n e e d s   t o   l e a r n   t o   s h u t   h i s   m o u t h   u n t i l   h e   e a r n s   h i s   r a n k .   t h e m i c s t a y s h o t   h o t t a k e s   n b a   p o t e n t i a l g r e a t   t r a e y o u n g  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   a t l a n t a   h a w k s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   a t l   a t l a n t a h a w k s   a t l a n t a   h a w k s   t r a e y o u n g   u n i m o c k u p s   l o g o d e s i g n   n b a t w i t t e r    
b e c k e t t   c e r t i f i e d   a u t h e n t i c   t r a e   y o u n g   a u t o g r a p h     j e r s e y   w /   i c e   t r a e   i n s c r i p t i o n   🏀   🧊   t r a e y o u n g   a t l a n t a h a w k s   i c e t r a e   a u t h e n t i c   a u t o g r a p h   m v p t r a d i n g c a r d s   @   m v p   t r a d i n g   c a r d s  
c h a r i t y   s t r i p e   i t   i s .   s t e p h c u r r y   j o r d a n p o o l e   k e v i n d u r a n t   t r a e y o u n g   f g   n b a   n b a f a n t a s y   f a n t a s y r a d a r   l a t v i a f a n t a s y l e a g u e 
  
  🏀   t r a e y o u n g   f i l m   s t u d y   |   n b a   a t l a n t a   h a w k s   |   b a s k e t b a l l   d r i l l s   & a m p ;   t r a i n i n g   |   p o i n t   g u a r d   p l a y    
w h a t   n b a   p l a y e r   d o   y o u   p l a y   b a s k e t b a l l   l i k e ? 🤔 🏀   |   b w o 
 
 b l a c k w h i t e o r o t h e r   b w o   k y r i e i r v i n g   t r a e y o u n g   n b a   b a s k e t b a l l   i n t e r v i e w   p u b l i c   c i t i z e n s t a n d u p   f y p   t w i t t e r  
t h e     h a v e   t h e i r   f i r s t   p r e - s e a s o n   g a m e   i n   a b u d h a b i   s o o n .   a r e   y o u   e x c i t e d   f o r   t h e   s e a s o n ?   w e   w i l l   b e   t a l k i n g   a b o u t   t h e   h a w k s   o n   t h e   n e x t   e p i s o d e   o f   a r o u n d   t h e   a t l .   b e   s u r e   t o   s u b s c r i b e   t o   w a t c h .       a t l a n t a h a w k s   n b a   a r o u n d t h e a t l   t r a e y o u n g  
c l i n t   c a p e l a   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c l i n t c a p e l a   c l i n t   c a p e l a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
c l i n t   c a p e l a   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c l i n t c a p e l a   c l i n t   c a p e l a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
c l i n t   c a p e l a   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c l i n t c a p e l a   c l i n t   c a p e l a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
c l i n t   c a p e l a   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c l i n t c a p e l a   c l i n t   c a p e l a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [52], in <cell line: 1>()
      1 for id, tweets in tweets_df_Hawks1.items():
      2     for tweet in tweets:
----> 3         analysis = TextBlob(tweets_df_Hawks1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Hawks1 = tweets_df_Hawks1.append({
      5             'name': id,
      6             'text': tweets_df_Hawks1.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\textblob\blob.py:384, in BaseBlob.__init__(self, text, tokenizer, pos_tagger, np_extractor, analyzer, parser, classifier, clean_html)
    380 def __init__(self, text, tokenizer=None,
    381             pos_tagger=None, np_extractor=None, analyzer=None,
    382             parser=None, classifier=None, clean_html=False):
    383     if not isinstance(text, basestring):
--> 384         raise TypeError('The `text` argument passed to `__init__(text)` '
    385                         'must be a string, not {0}'.format(type(text)))
    386     if clean_html:
    387         raise NotImplementedError("clean_html has been deprecated. "
    388                                 "To remove HTML markup, use BeautifulSoup's "
    389                                 "get_text() function")

TypeError: The `text` argument passed to `__init__(text)` must be a string, not <class 'pandas.core.series.Series'>
In [53]:
for id, tweets in tweets_df_Hawks2.items():
    for tweet in tweets:
        analysis = SentimentIntensityAnalyzer(tweets_df_Hawks2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Hawks2 = tweets_df_Hawks2.append({
            'name': id,
            'text': tweets_df_Hawks2.text
        }, ignore_index=True)
n e w   v i d e o   t o   w a t c h : 
 
 " a t l a n t a   h a w k s   e m e r g e   a s   s u i t o r   f o r   s u n s   f o r w a r d   j a e   c r o w d e r "   
 
 c r e a t o r :     c y r o   a s s e o 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " a t l a n t a   h a w k s   t r a d e   f o r   j a e   c r o w d e r ? ! "   
 
 c r e a t o r :     a s   i t   s t a n d s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " s h o u l d   t h e   p h o e n i x   s u n s   t r a d e   j a e   c r o w d e r   t o   t h e   a t l a n t a   h a w k s ? "   
 
 c r e a t o r :     s u n s   g e e k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   a t l a n t a   h a w k s   h a v e   i n t e r e s t   i n   j a e   c r o w d e r   |   t h e   n b a   s h o w "   
 
 c r e a t o r :     t h e   n b a   s h o w   -   a s s e o   & a m p ; a m p ;   u p t o n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " p o o l e   a n d   d r a y m o n d   h a v e   n o t   s p o k e n   -   j a e   c r o w d e r   t o   t h e   h a w k s ?   -   n i k e   s i g n s   b r o n n y   j a m e s   -   n b a   n e w s "   
 
 c r e a t o r :     c o u r t s i d e _ d i g e s t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
o f f i c i a l   “ k n u c k   i f   y o u   b u c k ”   m e r c h a n d i s e   i s   n o w   a v a i l a b l e   o n l i n e   … .   g e t   f r e s h   t h e n   g e t   y o u r   t i c k e t s   🎟   f o r   t h e   m i l l e n n i u m   t o u r   -   t u r n e d   u p   f e a t u r i n g   t h e   l e g e n d s   o f   c r u n k   … . . c r i m e   m o b   m e r c h   l i n k   -   
 
   a t l a n t a b r a v e s   a t l a n t a h a w k s   l i f e s t y l e   b e a c h    
t r a e   y o u n g   o p t i c   h o l o   p s a   9   $ 1 1 0   s h i p p e d 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
s h o u l d   t h e   p h o e n i x   s u n s   t r a d e   j a e   . . . 
   
 
   
 a a r o n h o l i d a y   a t l a n t a h a w k s   a t l a n t a h a w k s j a e c r o w d e r   a t l a n t a h a w k s t r a d e   b o g d a n b o g d a n o v i c   d e a n d r e h u n t e r   e a s t e r n c o n f e r e n c e   j a e c r o w d e r   j a e c r o w d e r h a w k s   j a e c r o w d e r p h o e n i x s u n s   j a e c r o w d e r s u n s   j a e c r o w d e r t r a d e  
t h e   a t l a n t a   h a w k s   h a v e   i n t e r e s t   i n   j a e   . . . 
   
 
   
 a t l a n t a h a w k s   a t l a n t a h a w k s a b u d h a b i   a t l a n t a h a w k s a n a l y s i s   a t l a n t a h a w k s d e j o u n t e m u r r a y   a t l a n t a h a w k s h i g h l i g h t s   a t l a n t a h a w k s n e w s   a t l a n t a h a w k s p r e s e a s o n   a t l a n t a h a w k s p r e s e a s o n 2 0 2 2   a t l a n t a h a w k s r e b u i l d  
s u n s   l o o k i n g   t o   a c q u i r e   r o t a t i o n a l   p i e c e s   f o r   j a e   c r o w d e r   i n s t e a d   o f   f u t u r e   a s s e t s   –   r e p o r t   a t l a n t a h a w k s   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r   m i a m i h e a t   m i l w a u k e e b u c k s  
b r e a k i n g   d o w n   t r a e   y o u n g & a m p ; 3 9 ; s   3 1 - p t   . . . 
   
 
   
 a b u d h a b i n b a   a t l a n t a h a w k s   b u c k s h a w k s   b u c k s h a w k s n b a   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   h a w k s b a s k e t b a l l   h a w k s b u c k s   h a w k s b u c k s h i g h l i g h t s   m a l i k a a n d r e w s   m i l w a u k e e b u c k s   n b a 2 0 2 2   n b a a b u d h a b i  
a t t n     f a n s !   🏀     h a s   y o u r   c h a n c e   t o   s u p p o r t   o u r   d a y o f h o p e   w i t h   f o o d f o r t h e p o o r   a n d   r e c e i v e   t h i s   s p e c i a l   g i f t .   l i s t e n   f o r   d e t a i l s   o r   c a l l   t h e   s t u d i o   l i n e   a t   7 7 0 - 6 5 9 - 1 0 4 7 .   a t l a n t a h a w k s  
b l a c k m a m b a   l o s a n g e l e s l a k e r s   u n i f o r m s   
 m l k   a t l a n t a h a w k s   u n i f o r m s   
 b u z z c i t y   c h a r l o t t e h o r n e t s   u n i f o r m s   
 t h r o w b a c k   m e m p h i s g r i z z l i e s   u n i f o r m s   
 n b a t w i t t e r   b e s t   n b a   u n i f o r m s   a r g u a b l y
n b a   p h o e n i x s u n s   a t l a n t a h a w k s   j a e c r o w d e r   h a w k s   r e p o r t e d l y   i n t e r e s t e d   i n   s u n s '   j a e   c r o w d e r  
g a m e   1   m i l w a u k e e   b u c k s   v s   a t l a n t a   . . . 
   
 
   
 a b u d h a b i u a e   c r i s h b o s h   d o m i n i q u e w i l k i n s   e t i h a d a r e n a   l u i s s c o l a   n b a g l o b a l g a m e   n b a h a l l o f f a m e r s   n b a p r e s e a s o n g a m e u a e   r a n g e e v s i n g h   r i m r o c k e r s   y a s i s l a n d a b u d h a b i   a t l a n t a h a w k s   b u c k s v s h a w k s   c e n t r a l d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " w h o   d o   y o u   w a n t ?   t r a e   y o u n g   o r   j a   m o r a n t ? "   
 
 c r e a t o r :     2 s h a w t y 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " e x c l u s i v e   i n t e r v i e w   p a t   b e n s o n     t a l k   a t l a n t a   h a w k s   |   t r a e   y o u n g   2 . 0   | "   
 
 c r e a t o r :     a 1 f o r e v e r 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
t h e   a t l a n t a   h a w k s   s i g n e d   c h r i s   s i l v a   t o   a   d e a l 
   
 
   
 a t l a n t a h a w k s   a t l a n t a h a w k s n b a r u m o r s   a t l a n t a h a w k s n e w s   a t l a n t a h a w k s n e w s a n d r u m o r s   a t l a n t a h a w k s r u m o r s   a t l a n t a h a w k s t r a d e   a t l a n t a h a w k s t r a d e n e w s   a t l a n t a h a w k s t r a d e r u m o r s   a t l a n t a h a w k s t r a d e r u m o r s 2 0 2 2  
a n y b o d y   h e r e   i n t e r e s t e d   i n   e i t h e r   o n e   o f   t h e s e   m i t c h e l l   & a m p ;   n e s s   j a c k e t s ?   f i g u r e d   i   w o u l d   a s k   h a w k s   . . .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " o u r   f i r s t   g l i m p s e   a t   t h e   2 0 2 2 - 2 3   a t l a n t a   h a w k s   |   h a w k s o l o g y   w r a p - u p   1   -   h a w k s   v s   b u c k s   g 1   p r e s e a s o n "   
 
 c r e a t o r :     h a w k s o l o g y 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
t r a e   m i g h t   l i t e r a l l y   g o t   t h a t   d o g   i n   h i m   t o n i g h t 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
a t l a n t a   f a l c o n s   v s .   t a m p a   b a y   b u c c a n e e r s   |   2 0 2 2   w e e k   5   h i g h l i g h t s 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
t h e   a t l a n t a   h a w k s   n e e d   t o   p a i r   d e j o u n t e   . . . 
   
 
   
 a l l s t a r   a t l a n t a h a w k s   a t l a n t a s p o r t s r a d i o   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   j o h n c o l l i n s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a a l l s t a r   n b a a l l s t a r w e e k e n d   s a n a n t o n i o s p u r s   s o u t h e a s t d i v i s i o n   s p u r s  
o u r   f i r s t   g l i m p s e   a t   t h e   2 0 2 2 - 2 3   a t l a n t a   h a w k s   |   h a w k s o l o g y   w r a p - u p   1   -   h a w k s   v s   b u c k s   g 1   p r e s e a s o n   
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
o u r   f i r s t   g l i m p s e   a t   t h e   2 0 2 2 - 2 3   a t l a n t a   h a w k s   |   h a w k s o l o g y   w r a p - u p   1   -   h a w k s   v s   b u c k s   g 1   p r e s e a s o n 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
g i a n n i s   a n t e t o k o u n m p o   s a i d   t h i s   a b o u t   a t l a n t a   h a w k s   a f t e r   g e t t i n g   b e a t   t w i c e . .   y o u   w o n t   b e l i e v e   i t 
   
 
   
 a t l a n t a h a w k s   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   j r u e h o l i d a y   m i l w a u k e e b u c k s   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
a r e   t h e   a t l a n t a   h a w k s   b e i n g   d i s r e s p e c t e d ?   c e l t i c s   h u g e   f a l l   o f f ?   n b a   e a s t   p o w e r   r a n k i n g s ! 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
o n e   o f   m y   f a v   p u r c h a s e s   e v e r   : ) 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
a j   g r e e n   h i g h l i g h t s   v s   a t l a n t a   h a w k s   |   o c t   8   |   2 0 2 3   n b a   r o o k i e s 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
s e e   y a   o n   t h e   1 2 t h   f o l k s .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
r o s t e r   u p d a t e :   w e   h a v e   r e q u e s t e d   w a i v e r s   o n   g u a r d s   a r m o n i   b r o o k s ,   m a l i k   e l l i s o n ,   t y s o n   e t i e n n e ,   a n d   f o r w a r d   c h r i s   s i l v a . 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
t r a e   y o u n g   f r o m   t h e   l o g o o o o o o   o m g   e s p n   n b a h i g h l i g h t s   a t l a n t a h a w k s     v i a  
m a n   t h a t   w a s   a   🔥 🔥 🔥   i n t e r v i e w   i   j u s t   h a d   w i t h   t h e   o n e   a n d   o n l y   _ b e n s o n _ j r   🙏 🏿 🙏 🏿 🙏 🏿   c o m i n g   t o   t h e   a 1 f o r e v e r   y o u t u b e   c h a n n e l   s o o o n   👀 👀 👀   a t l a n t a h a w k s
h a w k s   l e g e n d   j a   m o r a n t 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
w i l d   o v e r t i m e   e n d i n g   i n   d e t r o i t   😱 
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 2 2 1 0 0 9 6 8   n b a   t e a m 1 6 1 0 6 1 2 7 3 7  
e n d e   b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 8 : 1 0 9   a t l a n t a h a w k s   v s   m i l w a u k e e b u c k s
“ t r y n a   g e t   t o   l a ”   t r a e   y o u n g   r e v e a l s   ‘ r e a l ’   r e a s o n   w h y   d r a y m o n d   g r e e n   l o s t   h i s   t e m p e r   a g a i n s t   j o r d a n   p o o l e     a t l a n t a h a w k s   g o l d e n s t a t e w a r r i o r s
t h i s   a t l a n t a   h a w k s   o f f e n s e   l o o k s   s c a r y ( b r e a k i n g   d o w n   p l a y s ) 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
p l a y e r s   a n d   c o a c h e s   o f   t h e   t a m p a   b a y   b u c c a n e e r s   a n d   t h e   a t l a n t a   f a l c o n s   v o l u n t e e r e d   w i t h   t h e   a m e r i c a n   r e d   c r o s s   t o   h e l p   t h o s e   i m p a c t e d   b y   h u r r i c a n e   i a n . 
 
 m o r e :   
 
   
 
 h u r r i c a n e i a n 
 t a m p a b a y b u c c a n e e r s 
 a t l a n t a h a w k s
  t h i s     t e a m   i s   g o i n g   t o   b e   s c a r y   w i t h   ,   ,   ,   _ ,   ,   ,   _ 4 t h _ h o l i d a y ,   ,   _ ,   ,   e t c .   t r u e t o a t l a n t a   a t l a n t a h a w k s
t h e   a t l a n t a   h a w k s   w o n t   m a k e   t h e   n b a   p l a y o f f s ! !   s h o r t s 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
d r a y m o n d   g r e e n   t r a d e   t o   t h e   a t l a n t a   . . . 
   
 
   
 a t l a n t a h a w k s   d r a y m o n d g r e e n a t l a n t a h a w k s   d r a y m o n d g r e e n a t l a n t a h a w k s t r a d e   d r a y m o n d g r e e n f i g h t   d r a y m o n d g r e e n j o r d a n p o o l e   d r a y m o n d g r e e n j o r d a n p o o l e a l t e r c a t i o n   d r a y m o n d g r e e n j o r d a n p o o l e f i g h t   d r a y m o n d g r e e n p u n c h  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   -   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 0 2 3 n b a s e a s o n   2 0 2 2 2 3 n b a s e a s o n   a t l a n t a h a w k s   a t l a n t a h a w k s v s m i l w a u k e e b u c k s 2 0 2 2   b a s k e t b a l l   c c b n   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a   e x t e n d e d n b a h i g h l i g h t s   h a w k s v s b u c k s  
😤   d e j o u n t e   m u r r a y   s h o w i n g   t h a t   h e   k n o w s   h o w   t o   g e t   i t   d o n e   o n   b o t h   e n d s   o f   t h e   f l o o r 
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n  
t r a e   y o u n g   w i t h   t h a t   p r e s e a s o n   n u t m e g   👀 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   a t l a n t a h a w k s   a t l a n t a h a w k s v s m i l w a u k e e b u c k s 2 0 2 2   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   h a w k s v s b u c k s   h a w k s v s b u c k s 2 0 2 2   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s  
a t l a n t a   h a w k s   b e a t   2 0 2 1   n b a   c h a m p i o n s   m i l w a u k e e   b u c k s   1 1 8 - 1 0 9   i n   t h e i r   s e c o n d   p r e - s e a s o n   g a m e   i n   a b u   d h a b i   t o   a d d   t o   t h e i r   p r e v i o u s   v i c t o r y   i n   t h e   s a m e   f i x t u r e   a   c o u p l e   o f   d a y s   a g o 
 
 n b a   a b u d h a b i   a t l a n t a h a w k s   m i l w a u k e e b u c k s   
 

b e e n   a   h a w k s   f a n   f o r   y e a r s ,   f i n a l l y   g o t   t o   s e e   m y   t e a m   p l a y !   t r a e   i n s p i r e d   a   l o t   o f   k i d s   i n   t h a t   b u i l d i n g   l a s t   n i g h t ‼ ️ 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
i t   i s   c o l d   i n   a b u   d h a b i   y ' a l l .   i c e   t r a e   b l o w i n g   c o l d . 
 
 f u l l   h i g h l i g h t : 
 
 
 n b a   n b a i n a b u d h a b i   i c e t r a e   t r a e y o u n g   h a w k s   a t l a n t a   a t l a n t a h a w k s   n b a 2 k 2 3   b a s k e t b a l l h i g h l i g h t s  
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t r a e   5   s t r a i g h t   b u c k e t s 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s  
a t l a n t a   h a w k s   v s .   m i l w a u k e e   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   s o u t h e a s t d i v i s i o n   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
d e ’ a n d r e   h u n t e r   2 1   p o i n t s   f u l l   h i g h l i g h t s   v s   b u c k s   [ 1 0 / 8 / 2 2 ] 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
a t l a n t a   h a w k s   v s .   m i l w a u k e e   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   s o u t h e a s t d i v i s i o n   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
h a w k s   s w e e p   t h e   a b u   d h a b i   g a m e s   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
a j ’ s   a b o u t   t o   w i n   g - l e a g u e   m v p   😤 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
b e a u t i f u l   n b a   e n t e r t a i n m e n t   g a m e 
 n b a i n a b u d h a b i 
 f e a r t h e d e e r 
 a t l a n t a h a w k s    
n b a   g a m e   e x p e r i e n c e !   😍 🏀 ⛹ 🏽 ‍ ♂ ️   n b a   n b a i n a b u d h a b i   a t l a n t a h a w k s   m i l w a u k e e b u c k s   a b u d h a b i  
y o u n g ’ s   f i r s t - h a l f   s h o o t i n g   l e a d s   h a w k s   p a s t   b u c k s   1 1 8 - 1 0 9   i n   a b u   d h a b i .   s c o r e s   3 1   p o i n t s ,   p l a y i n g   o n l y   i n   f i r s t   h a l f ,   t o   l e a d   t e a m   t o   v i c t o r y   a t   e t i h a d   a r e n a . 
 
   _ n e w s     a t l a n t a h a w k s   t r a e y o u n g   

d e j o u n t e   m u r r a y   & a m p ;   t r a e   y o u n g   l o o k   d a n g e r o u s   . . . 
   
 
   
 a t l h a w k s   a t l a n t a   a t l a n t a h a w k s   a t l a n t a h a w k s a b u d h a b i   a t l a n t a h a w k s a n a l y s i s   a t l a n t a h a w k s d e j o u n t e m u r r a y   a t l a n t a h a w k s h i g h l i g h t s   a t l a n t a h a w k s n e w s   a t l a n t a h a w k s p r e s e a s o n   a t l a n t a h a w k s p r e s e a s o n 2 0 2 2  
m y   a t l a n t a   h a w k s   l o o k i n g   g o o d ,   e v e n   t h e   y o u n g   g u y s . .   l e t s   g o o o o .   g o   w i n   t r u e t o a t l a n t a   a t l a n t a h a w k s   a t l h a w k s
t o o k   t h e   s h o w   o n   t h e   r o a d   a n d   i t ' s   a   h i t .   h a w k s   f l y i n g   h i g h .   a t l a n t a h a w k s   h a w k s   n b a   t r e y y o u n g  
w h e n   y o u   w a n t   t o   m a k e   a   t r a e   y o u n g   t o y   b u t   d o n ’ t   h a v e   t h e   l i c e n s e   s o   y o u   m a k e   a   l o o k   a   l i k e   a   . . .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
t r a e   y o u n g   c o o k i n g   3 1   p t s   6   a s t   i n   t h e   f i r s t   h a l f   i c e t r a e   t r a e y o u n g   a t l a n t a h a w k s
t h e   a t l a n t a   h a w k s   h a v e   i n t e r e s t   i n   j a e   . . . 
   
 
   
 a t l a n t a h a w k s   a t l a n t a h a w k s a b u d h a b i   a t l a n t a h a w k s a n a l y s i s   a t l a n t a h a w k s d e j o u n t e m u r r a y   a t l a n t a h a w k s h i g h l i g h t s   a t l a n t a h a w k s n e w s   a t l a n t a h a w k s p r e s e a s o n   a t l a n t a h a w k s p r e s e a s o n 2 0 2 2   a t l a n t a h a w k s r e b u i l d  
a t l a n t a   h a w k s   i n   t a l k s   a b o u t   p h o e n i x   s u n s   f   j a e   c r o w d e r 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   w e a r e t h e v a l l e y   p h o e n i x   s u n s   d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n   m f f l   t a k e n o t e   c l i p p e r s
a n y b o d y   h e r e   i n t e r e s t e d   i n   e i t h e r   o n e   o f   t h e s e   m i t c h e l l   & a m p ;   n e s s   j a c k e t s ?   f i g u r e d   i   w o u l d   a s k   h a w k s   . . .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
o n y e k a   o k o n g w u   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o n y e k a o k o n g w u   o n y e k a   o k o n g w u   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
a a r o n   h o l i d a y   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a a r o n h o l i d a y   a a r o n   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
t y r e s e   m a r t i n   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e m a r t i n   t y r e s e   m a r t i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
f o r m e r   a t l a n t a   h a w k s   p l a y e r   a n d   a t l a n t a   n a t i v e   c o n t e m p l a t e s   r e t i r e m e n t 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s   l s o a n g e l e s   o r l a n d o   m a g i c   7 6 e r s
o u r   f i r s t   g l i m p s e   a t   t h e   2 0 2 2 - 2 3   a t l a n t a   h a w k s   |   h a w k s o l o g y   w r a p - u p   1   -   h a w k s   v s   b u c k s   g 1   p r e s e a s o n   
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
g o l d e n   s t a t e   w a r r i o r s   g i v e n   2 n d   b e s t   t i t l e   o d d s   b y   n b a   g m s 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   h e a t t w i t t e r   7 6 e r s   n e t s   p i s t o n s
j a r r e t t   c u l v e r ' s   c a r e e r   a r c   s h o w s   a t l a n t a   h a w k s   m a d e   c o r r e c t   d e c i s i o n 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   h e a t t w i t t e r   7 6 e r s   n e t s
s e e   y a   o n   t h e   1 2 t h   f o l k s .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
a t l a n t a   h a w k s   c o a c h   n a t e   m c m i l l a n   l o v e s   a   h o l i d a y 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   l a k e s h o w   l a k e r s   c a v a l i e r s   b e t h e f i g h t   n b a t w i t t e r   n b a 2 k 2 3 m y t e a m   n b a j a p a n g a m e s   n b a i n a b u d h a b i   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   m f f l   s u n s   j a z z
i t   i s   c o l d   i n   a b u   d h a b i   y ' a l l .   i c e   t r a e   b l o w i n g   c o l d . 
 
 f u l l   h i g h l i g h t : 
 
 
 n b a   n b a i n a b u d h a b i   i c e t r a e   t r a e y o u n g   h a w k s   a t l a n t a   a t l a n t a h a w k s   n b a 2 k 2 3   b a s k e t b a l l h i g h l i g h t s  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   8   |   2 0 2 2   a b u   d h a b i   g a m e s   a t l a n t a   h a w k s   n b a   v i d e o :  
d e ' a n d r e   h u n t e r   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e ' a n d r e h u n t e r   d e ' a n d r e   h u n t e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
c l i n t   c a p e l a   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c l i n t c a p e l a   c l i n t   c a p e l a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
h a w k s   s w e e p   t h e   a b u   d h a b i   g a m e s   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
b o b b y   p o r t i s   l o o k i n g   l i k e   k o b e   o u t   t h e r e   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   b o b b y   p o r t i s   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
t r a e   h i t s   i t   f r o m   t h e   a r c t i c   🥶 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   h i g h l i g h t s   -   b u c k s   v s .   h a w k s   -   8 t h   o c t   2 0 2 2 
 
 
 n b a   t r a e   y o u n g   m i l   a t l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i l w a u k e e   b u c k s   a t l a n t a   h a w k s
n b a   2 0 2 2 - 2 3 :   a t l a n t a   h a w k s   r o s t e r 
 
 a t l a n t a 
 t r a e y o u n g 
 d e j o u n t e m u r r a y 
 n b a r o s t e r 
 n b a a b u d h a b i 
 n b a i n a b u d h a b i 
 n b a p r e s e a s o n 
 

w h e n   y o u   w a n t   t o   m a k e   a   t r a e   y o u n g   t o y   b u t   d o n ’ t   h a v e   t h e   l i c e n s e   s o   y o u   m a k e   a   l o o k   a   l i k e   a   . . .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
t r a e   y o u n g   h a s   3 1   p o i n t s   i n   t h e   f i r s t   h a l f ! 
 n b a i n a b u d h a b i   n b a t w i t t e r   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n   n b a   h a w k s   a t l a n t a
a t l a n t a   h a w k s   t o d a y   a t l a n t a   f a l c o n s   t o m o r r o w   i ’ m   l o v i n g   t h i s   w e e k e n d   ❤ ️ 🤞 🏾 a t l a n t a
o n   t h i s   d a y   i n   1 9 7 5   s a n a n t o n i o   s p u r s ,   t h e n   m e m b e r s   o f   t h e   a b a ,   d e f e a t   t h e   n b a ' s   a t l a n t a   h a w k s ,   1 0 9 - 1 0 7   i n   t h e   f i r s t   b a s k e t b a l l   g a m e   e v e r   p l a y e d   i n   t h e   l o u i s i a n a   s u p e r d o m e  
j u s t   j o k e s   l o l   i   l o v e   d e j o u n t e   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
d e j o u n t e   m u r r a y   s h i n e s   i n   a t l a n t a   h a w k s   d e b u t 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   s a n a n t o n i o   s p u r s   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a i n a b u d h a b i   n b a j a p a n g a m e s 2 0 2 2   m f f l   l a k e s h o w   l a k e r s
j o h n   c o l l i n s   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o h n c o l l i n s   j o h n   c o l l i n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
a a r o n   h o l i d a y   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a a r o n h o l i d a y   a a r o n   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
d e ' a n d r e   h u n t e r   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e ' a n d r e h u n t e r   d e ' a n d r e   h u n t e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
s h o p   f o r e v e r 4 0 4   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   a t l   h a w k s   a t l a n t a   a t l a n t a h a w k s   t r u e t o a t l a n t a   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
t h e     m a d e   a   h u g e   t r a d e   b y   a d d i n g     t o   t h e i r   s q u a d .   a d d i n g   h i m   t o   t h i s   p l a y o f f   r o s t e r ,   w h a t   c a n   t h e   h a w k s   a c c o m p l i s h   t h i s   y e a r ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a   n b a p r e s e a s o n   e a s t e r n c o n f e r e n c e   t r a e y o u n g   d e j o u n t e m u r r a y   a t l a n t a  
h a w k s   a r e   b a c k .   a t l a n t a  
f i r s t   h a l f   c o o k i n   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
h a w k s   c o a c h   n a t e   m c m i l l a n   p o s t - g a m e   p r e s s e r   a f t e r   1 2 3 - 1 1 3   p r e s e a s o n   . . . 
   
 
   
 3 p t c n v r s n   a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   j o h n c o l l i n s   n a t e m c m i l l a n   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g   t r u e t o a t l a n t a   t r u e t o a t l a n t a  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   a b u   d h a b i   g a m e s   a t l a n t a   h a w k s   n b a   v i d e o :  
a t l a n t a   h a w k s '   d e j o u n t e   m u r r a y   s e n d s   s t r o n g   m e s s a g e   t o   t e a m m a t e s 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   g o s p u r s g o   s a n a n t o n i o   w e t h e n o r t h   h e a t t w i t t e r   l a k e s h o w   d u b n a t i o n   p a c e r s   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
d e j o u n t e   m u r r a y s   d e b u t   ‼ ️ 🔥   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
d e j o u n t e   t o   c o l l i n s   w h o   j a m s   i t !   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d e j o u n t e   m u r r a y   j o h n   c o l l i n s   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   m a k i n g   p o r t i s   d a n c e   f o r   h i m   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   b o b b y   p o r t i s   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
g i a n n i s   d o i n g   g i a n n i s   t h i n g s   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   g i a n n i s   a n t e t o k o u n m p o   d u n k   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
s t a t e f a r m a r e n a   w h e r e   t h e   a t l a n t a   h a w k s   p l a y   ?
o n y e k a   o k o n g w u   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o n y e k a o k o n g w u   o n y e k a   o k o n g w u   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
d e j o u n t e   m u r r a y   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e j o u n t e m u r r a y   d e j o u n t e   m u r r a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
n e w   l o o k   h a w k s !   b r i a n   w i n d h o r s t   o u t l i n e s   h i s   e x p e c t a t i o n s     |   n b a   t o d a y   a t l a n t a   h a w k s   n b a   v i d e o :  
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r r u r t u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y t r t r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 f u t t r t r u t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y y e r w y e r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e y e r w y e r w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t s e w t r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t u d f g k
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r u t k g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d k t r y e f m
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d y s r x f f d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e w r t y u
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 q w e r t y t y t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y u u y t r e r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r e t y r e w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 a r t y t r r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y u i y t r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r e e r t y u i y t r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y i u y t r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 a h s d f g j h g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s h g f s f g h j h g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r t y t r e w f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r   r r r e w q e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s d t f g f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 f g h j k l ; j h
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s d k k t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r t y u y t r e w q f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r y u t r e w e r t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w r e h f d s d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w 3 4 t d s d s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w q t y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r e r e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e e e y g h f f d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y e y w y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y w y w e y r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y w y u e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e t y w y e u e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e w y e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e y e w y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t w w e t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e y t e e e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r t e d f h d s d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 h r t y t f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w y e y e w h r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e t t w y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w t w y e w w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r k j f g f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s r e e r y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e t t w t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e q t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r w e t q t w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w r e t w t y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t w e t w w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e a r e w t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r r e w e r w e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e r h d f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w t w h f j f f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e t w q t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 h g t r y d f s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e j h u y w u w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e f w h b j
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d q e e g d s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 q w q e r s a s a d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e w t j n
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s s g e w w t r r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w t e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 g e r e y f d h
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r y e h f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y t t e r f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y t t r r u t u j
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y r e y e r u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w e t e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e w y e y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e w y e y e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r t t w e e w t y e r y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y y e r y
n e w   v i d e o   t o   w a t c h : 
 
 " a t l a n t a   h a w k s   e m e r g e   a s   s u i t o r   f o r   s u n s   f o r w a r d   j a e   c r o w d e r "   
 
 c r e a t o r :     c y r o   a s s e o 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " a t l a n t a   h a w k s   t r a d e   f o r   j a e   c r o w d e r ? ! "   
 
 c r e a t o r :     a s   i t   s t a n d s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " s h o u l d   t h e   p h o e n i x   s u n s   t r a d e   j a e   c r o w d e r   t o   t h e   a t l a n t a   h a w k s ? "   
 
 c r e a t o r :     s u n s   g e e k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   a t l a n t a   h a w k s   h a v e   i n t e r e s t   i n   j a e   c r o w d e r   |   t h e   n b a   s h o w "   
 
 c r e a t o r :     t h e   n b a   s h o w   -   a s s e o   & a m p ; a m p ;   u p t o n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " p o o l e   a n d   d r a y m o n d   h a v e   n o t   s p o k e n   -   j a e   c r o w d e r   t o   t h e   h a w k s ?   -   n i k e   s i g n s   b r o n n y   j a m e s   -   n b a   n e w s "   
 
 c r e a t o r :     c o u r t s i d e _ d i g e s t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
o f f i c i a l   “ k n u c k   i f   y o u   b u c k ”   m e r c h a n d i s e   i s   n o w   a v a i l a b l e   o n l i n e   … .   g e t   f r e s h   t h e n   g e t   y o u r   t i c k e t s   🎟   f o r   t h e   m i l l e n n i u m   t o u r   -   t u r n e d   u p   f e a t u r i n g   t h e   l e g e n d s   o f   c r u n k   … . . c r i m e   m o b   m e r c h   l i n k   -   
 
   a t l a n t a b r a v e s   a t l a n t a h a w k s   l i f e s t y l e   b e a c h    
t r a e   y o u n g   o p t i c   h o l o   p s a   9   $ 1 1 0   s h i p p e d 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
s h o u l d   t h e   p h o e n i x   s u n s   t r a d e   j a e   . . . 
   
 
   
 a a r o n h o l i d a y   a t l a n t a h a w k s   a t l a n t a h a w k s j a e c r o w d e r   a t l a n t a h a w k s t r a d e   b o g d a n b o g d a n o v i c   d e a n d r e h u n t e r   e a s t e r n c o n f e r e n c e   j a e c r o w d e r   j a e c r o w d e r h a w k s   j a e c r o w d e r p h o e n i x s u n s   j a e c r o w d e r s u n s   j a e c r o w d e r t r a d e  
t h e   a t l a n t a   h a w k s   h a v e   i n t e r e s t   i n   j a e   . . . 
   
 
   
 a t l a n t a h a w k s   a t l a n t a h a w k s a b u d h a b i   a t l a n t a h a w k s a n a l y s i s   a t l a n t a h a w k s d e j o u n t e m u r r a y   a t l a n t a h a w k s h i g h l i g h t s   a t l a n t a h a w k s n e w s   a t l a n t a h a w k s p r e s e a s o n   a t l a n t a h a w k s p r e s e a s o n 2 0 2 2   a t l a n t a h a w k s r e b u i l d  
s u n s   l o o k i n g   t o   a c q u i r e   r o t a t i o n a l   p i e c e s   f o r   j a e   c r o w d e r   i n s t e a d   o f   f u t u r e   a s s e t s   –   r e p o r t   a t l a n t a h a w k s   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r   m i a m i h e a t   m i l w a u k e e b u c k s  
b r e a k i n g   d o w n   t r a e   y o u n g & a m p ; 3 9 ; s   3 1 - p t   . . . 
   
 
   
 a b u d h a b i n b a   a t l a n t a h a w k s   b u c k s h a w k s   b u c k s h a w k s n b a   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   h a w k s b a s k e t b a l l   h a w k s b u c k s   h a w k s b u c k s h i g h l i g h t s   m a l i k a a n d r e w s   m i l w a u k e e b u c k s   n b a 2 0 2 2   n b a a b u d h a b i  
a t t n     f a n s !   🏀     h a s   y o u r   c h a n c e   t o   s u p p o r t   o u r   d a y o f h o p e   w i t h   f o o d f o r t h e p o o r   a n d   r e c e i v e   t h i s   s p e c i a l   g i f t .   l i s t e n   f o r   d e t a i l s   o r   c a l l   t h e   s t u d i o   l i n e   a t   7 7 0 - 6 5 9 - 1 0 4 7 .   a t l a n t a h a w k s  
b l a c k m a m b a   l o s a n g e l e s l a k e r s   u n i f o r m s   
 m l k   a t l a n t a h a w k s   u n i f o r m s   
 b u z z c i t y   c h a r l o t t e h o r n e t s   u n i f o r m s   
 t h r o w b a c k   m e m p h i s g r i z z l i e s   u n i f o r m s   
 n b a t w i t t e r   b e s t   n b a   u n i f o r m s   a r g u a b l y
n b a   p h o e n i x s u n s   a t l a n t a h a w k s   j a e c r o w d e r   h a w k s   r e p o r t e d l y   i n t e r e s t e d   i n   s u n s '   j a e   c r o w d e r  
g a m e   1   m i l w a u k e e   b u c k s   v s   a t l a n t a   . . . 
   
 
   
 a b u d h a b i u a e   c r i s h b o s h   d o m i n i q u e w i l k i n s   e t i h a d a r e n a   l u i s s c o l a   n b a g l o b a l g a m e   n b a h a l l o f f a m e r s   n b a p r e s e a s o n g a m e u a e   r a n g e e v s i n g h   r i m r o c k e r s   y a s i s l a n d a b u d h a b i   a t l a n t a h a w k s   b u c k s v s h a w k s   c e n t r a l d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " w h o   d o   y o u   w a n t ?   t r a e   y o u n g   o r   j a   m o r a n t ? "   
 
 c r e a t o r :     2 s h a w t y 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " e x c l u s i v e   i n t e r v i e w   p a t   b e n s o n     t a l k   a t l a n t a   h a w k s   |   t r a e   y o u n g   2 . 0   | "   
 
 c r e a t o r :     a 1 f o r e v e r 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
t h e   a t l a n t a   h a w k s   s i g n e d   c h r i s   s i l v a   t o   a   d e a l 
   
 
   
 a t l a n t a h a w k s   a t l a n t a h a w k s n b a r u m o r s   a t l a n t a h a w k s n e w s   a t l a n t a h a w k s n e w s a n d r u m o r s   a t l a n t a h a w k s r u m o r s   a t l a n t a h a w k s t r a d e   a t l a n t a h a w k s t r a d e n e w s   a t l a n t a h a w k s t r a d e r u m o r s   a t l a n t a h a w k s t r a d e r u m o r s 2 0 2 2  
a n y b o d y   h e r e   i n t e r e s t e d   i n   e i t h e r   o n e   o f   t h e s e   m i t c h e l l   & a m p ;   n e s s   j a c k e t s ?   f i g u r e d   i   w o u l d   a s k   h a w k s   . . .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " o u r   f i r s t   g l i m p s e   a t   t h e   2 0 2 2 - 2 3   a t l a n t a   h a w k s   |   h a w k s o l o g y   w r a p - u p   1   -   h a w k s   v s   b u c k s   g 1   p r e s e a s o n "   
 
 c r e a t o r :     h a w k s o l o g y 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h a w k s   a t l a n t a h a w k s 
 
  
t r a e   m i g h t   l i t e r a l l y   g o t   t h a t   d o g   i n   h i m   t o n i g h t 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
a t l a n t a   f a l c o n s   v s .   t a m p a   b a y   b u c c a n e e r s   |   2 0 2 2   w e e k   5   h i g h l i g h t s 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
t h e   a t l a n t a   h a w k s   n e e d   t o   p a i r   d e j o u n t e   . . . 
   
 
   
 a l l s t a r   a t l a n t a h a w k s   a t l a n t a s p o r t s r a d i o   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   j o h n c o l l i n s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a a l l s t a r   n b a a l l s t a r w e e k e n d   s a n a n t o n i o s p u r s   s o u t h e a s t d i v i s i o n   s p u r s  
o u r   f i r s t   g l i m p s e   a t   t h e   2 0 2 2 - 2 3   a t l a n t a   h a w k s   |   h a w k s o l o g y   w r a p - u p   1   -   h a w k s   v s   b u c k s   g 1   p r e s e a s o n   
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
o u r   f i r s t   g l i m p s e   a t   t h e   2 0 2 2 - 2 3   a t l a n t a   h a w k s   |   h a w k s o l o g y   w r a p - u p   1   -   h a w k s   v s   b u c k s   g 1   p r e s e a s o n 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
g i a n n i s   a n t e t o k o u n m p o   s a i d   t h i s   a b o u t   a t l a n t a   h a w k s   a f t e r   g e t t i n g   b e a t   t w i c e . .   y o u   w o n t   b e l i e v e   i t 
   
 
   
 a t l a n t a h a w k s   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   j r u e h o l i d a y   m i l w a u k e e b u c k s   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
a r e   t h e   a t l a n t a   h a w k s   b e i n g   d i s r e s p e c t e d ?   c e l t i c s   h u g e   f a l l   o f f ?   n b a   e a s t   p o w e r   r a n k i n g s ! 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
o n e   o f   m y   f a v   p u r c h a s e s   e v e r   : ) 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
a j   g r e e n   h i g h l i g h t s   v s   a t l a n t a   h a w k s   |   o c t   8   |   2 0 2 3   n b a   r o o k i e s 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
s e e   y a   o n   t h e   1 2 t h   f o l k s .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
r o s t e r   u p d a t e :   w e   h a v e   r e q u e s t e d   w a i v e r s   o n   g u a r d s   a r m o n i   b r o o k s ,   m a l i k   e l l i s o n ,   t y s o n   e t i e n n e ,   a n d   f o r w a r d   c h r i s   s i l v a . 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
t r a e   y o u n g   f r o m   t h e   l o g o o o o o o   o m g   e s p n   n b a h i g h l i g h t s   a t l a n t a h a w k s     v i a  
m a n   t h a t   w a s   a   🔥 🔥 🔥   i n t e r v i e w   i   j u s t   h a d   w i t h   t h e   o n e   a n d   o n l y   _ b e n s o n _ j r   🙏 🏿 🙏 🏿 🙏 🏿   c o m i n g   t o   t h e   a 1 f o r e v e r   y o u t u b e   c h a n n e l   s o o o n   👀 👀 👀   a t l a n t a h a w k s
h a w k s   l e g e n d   j a   m o r a n t 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
w i l d   o v e r t i m e   e n d i n g   i n   d e t r o i t   😱 
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 2 2 1 0 0 9 6 8   n b a   t e a m 1 6 1 0 6 1 2 7 3 7  
e n d e   b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 8 : 1 0 9   a t l a n t a h a w k s   v s   m i l w a u k e e b u c k s
“ t r y n a   g e t   t o   l a ”   t r a e   y o u n g   r e v e a l s   ‘ r e a l ’   r e a s o n   w h y   d r a y m o n d   g r e e n   l o s t   h i s   t e m p e r   a g a i n s t   j o r d a n   p o o l e     a t l a n t a h a w k s   g o l d e n s t a t e w a r r i o r s
t h i s   a t l a n t a   h a w k s   o f f e n s e   l o o k s   s c a r y ( b r e a k i n g   d o w n   p l a y s ) 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
p l a y e r s   a n d   c o a c h e s   o f   t h e   t a m p a   b a y   b u c c a n e e r s   a n d   t h e   a t l a n t a   f a l c o n s   v o l u n t e e r e d   w i t h   t h e   a m e r i c a n   r e d   c r o s s   t o   h e l p   t h o s e   i m p a c t e d   b y   h u r r i c a n e   i a n . 
 
 m o r e :   
 
   
 
 h u r r i c a n e i a n 
 t a m p a b a y b u c c a n e e r s 
 a t l a n t a h a w k s
  t h i s     t e a m   i s   g o i n g   t o   b e   s c a r y   w i t h   ,   ,   ,   _ ,   ,   ,   _ 4 t h _ h o l i d a y ,   ,   _ ,   ,   e t c .   t r u e t o a t l a n t a   a t l a n t a h a w k s
t h e   a t l a n t a   h a w k s   w o n t   m a k e   t h e   n b a   p l a y o f f s ! !   s h o r t s 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
d r a y m o n d   g r e e n   t r a d e   t o   t h e   a t l a n t a   . . . 
   
 
   
 a t l a n t a h a w k s   d r a y m o n d g r e e n a t l a n t a h a w k s   d r a y m o n d g r e e n a t l a n t a h a w k s t r a d e   d r a y m o n d g r e e n f i g h t   d r a y m o n d g r e e n j o r d a n p o o l e   d r a y m o n d g r e e n j o r d a n p o o l e a l t e r c a t i o n   d r a y m o n d g r e e n j o r d a n p o o l e f i g h t   d r a y m o n d g r e e n p u n c h  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   -   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 0 2 3 n b a s e a s o n   2 0 2 2 2 3 n b a s e a s o n   a t l a n t a h a w k s   a t l a n t a h a w k s v s m i l w a u k e e b u c k s 2 0 2 2   b a s k e t b a l l   c c b n   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a   e x t e n d e d n b a h i g h l i g h t s   h a w k s v s b u c k s  
😤   d e j o u n t e   m u r r a y   s h o w i n g   t h a t   h e   k n o w s   h o w   t o   g e t   i t   d o n e   o n   b o t h   e n d s   o f   t h e   f l o o r 
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n  
t r a e   y o u n g   w i t h   t h a t   p r e s e a s o n   n u t m e g   👀 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   a t l a n t a h a w k s   a t l a n t a h a w k s v s m i l w a u k e e b u c k s 2 0 2 2   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   h a w k s v s b u c k s   h a w k s v s b u c k s 2 0 2 2   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s  
a t l a n t a   h a w k s   b e a t   2 0 2 1   n b a   c h a m p i o n s   m i l w a u k e e   b u c k s   1 1 8 - 1 0 9   i n   t h e i r   s e c o n d   p r e - s e a s o n   g a m e   i n   a b u   d h a b i   t o   a d d   t o   t h e i r   p r e v i o u s   v i c t o r y   i n   t h e   s a m e   f i x t u r e   a   c o u p l e   o f   d a y s   a g o 
 
 n b a   a b u d h a b i   a t l a n t a h a w k s   m i l w a u k e e b u c k s   
 

b e e n   a   h a w k s   f a n   f o r   y e a r s ,   f i n a l l y   g o t   t o   s e e   m y   t e a m   p l a y !   t r a e   i n s p i r e d   a   l o t   o f   k i d s   i n   t h a t   b u i l d i n g   l a s t   n i g h t ‼ ️ 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
i t   i s   c o l d   i n   a b u   d h a b i   y ' a l l .   i c e   t r a e   b l o w i n g   c o l d . 
 
 f u l l   h i g h l i g h t : 
 
 
 n b a   n b a i n a b u d h a b i   i c e t r a e   t r a e y o u n g   h a w k s   a t l a n t a   a t l a n t a h a w k s   n b a 2 k 2 3   b a s k e t b a l l h i g h l i g h t s  
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t r a e   5   s t r a i g h t   b u c k e t s 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s  
a t l a n t a   h a w k s   v s .   m i l w a u k e e   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   s o u t h e a s t d i v i s i o n   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
d e ’ a n d r e   h u n t e r   2 1   p o i n t s   f u l l   h i g h l i g h t s   v s   b u c k s   [ 1 0 / 8 / 2 2 ] 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
a t l a n t a   h a w k s   v s .   m i l w a u k e e   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   s o u t h e a s t d i v i s i o n   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
h a w k s   s w e e p   t h e   a b u   d h a b i   g a m e s   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
a j ’ s   a b o u t   t o   w i n   g - l e a g u e   m v p   😤 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n  
b e a u t i f u l   n b a   e n t e r t a i n m e n t   g a m e 
 n b a i n a b u d h a b i 
 f e a r t h e d e e r 
 a t l a n t a h a w k s    
n b a   g a m e   e x p e r i e n c e !   😍 🏀 ⛹ 🏽 ‍ ♂ ️   n b a   n b a i n a b u d h a b i   a t l a n t a h a w k s   m i l w a u k e e b u c k s   a b u d h a b i  
y o u n g ’ s   f i r s t - h a l f   s h o o t i n g   l e a d s   h a w k s   p a s t   b u c k s   1 1 8 - 1 0 9   i n   a b u   d h a b i .   s c o r e s   3 1   p o i n t s ,   p l a y i n g   o n l y   i n   f i r s t   h a l f ,   t o   l e a d   t e a m   t o   v i c t o r y   a t   e t i h a d   a r e n a . 
 
   _ n e w s     a t l a n t a h a w k s   t r a e y o u n g   

d e j o u n t e   m u r r a y   & a m p ;   t r a e   y o u n g   l o o k   d a n g e r o u s   . . . 
   
 
   
 a t l h a w k s   a t l a n t a   a t l a n t a h a w k s   a t l a n t a h a w k s a b u d h a b i   a t l a n t a h a w k s a n a l y s i s   a t l a n t a h a w k s d e j o u n t e m u r r a y   a t l a n t a h a w k s h i g h l i g h t s   a t l a n t a h a w k s n e w s   a t l a n t a h a w k s p r e s e a s o n   a t l a n t a h a w k s p r e s e a s o n 2 0 2 2  
m y   a t l a n t a   h a w k s   l o o k i n g   g o o d ,   e v e n   t h e   y o u n g   g u y s . .   l e t s   g o o o o .   g o   w i n   t r u e t o a t l a n t a   a t l a n t a h a w k s   a t l h a w k s
t o o k   t h e   s h o w   o n   t h e   r o a d   a n d   i t ' s   a   h i t .   h a w k s   f l y i n g   h i g h .   a t l a n t a h a w k s   h a w k s   n b a   t r e y y o u n g  
w h e n   y o u   w a n t   t o   m a k e   a   t r a e   y o u n g   t o y   b u t   d o n ’ t   h a v e   t h e   l i c e n s e   s o   y o u   m a k e   a   l o o k   a   l i k e   a   . . .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
t r a e   y o u n g   c o o k i n g   3 1   p t s   6   a s t   i n   t h e   f i r s t   h a l f   i c e t r a e   t r a e y o u n g   a t l a n t a h a w k s
t h e   a t l a n t a   h a w k s   h a v e   i n t e r e s t   i n   j a e   . . . 
   
 
   
 a t l a n t a h a w k s   a t l a n t a h a w k s a b u d h a b i   a t l a n t a h a w k s a n a l y s i s   a t l a n t a h a w k s d e j o u n t e m u r r a y   a t l a n t a h a w k s h i g h l i g h t s   a t l a n t a h a w k s n e w s   a t l a n t a h a w k s p r e s e a s o n   a t l a n t a h a w k s p r e s e a s o n 2 0 2 2   a t l a n t a h a w k s r e b u i l d  
a t l a n t a   h a w k s   i n   t a l k s   a b o u t   p h o e n i x   s u n s   f   j a e   c r o w d e r 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   w e a r e t h e v a l l e y   p h o e n i x   s u n s   d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n   m f f l   t a k e n o t e   c l i p p e r s
a n y b o d y   h e r e   i n t e r e s t e d   i n   e i t h e r   o n e   o f   t h e s e   m i t c h e l l   & a m p ;   n e s s   j a c k e t s ?   f i g u r e d   i   w o u l d   a s k   h a w k s   . . .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
o n y e k a   o k o n g w u   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o n y e k a o k o n g w u   o n y e k a   o k o n g w u   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
a a r o n   h o l i d a y   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a a r o n h o l i d a y   a a r o n   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
t y r e s e   m a r t i n   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e m a r t i n   t y r e s e   m a r t i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
f o r m e r   a t l a n t a   h a w k s   p l a y e r   a n d   a t l a n t a   n a t i v e   c o n t e m p l a t e s   r e t i r e m e n t 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s   l s o a n g e l e s   o r l a n d o   m a g i c   7 6 e r s
o u r   f i r s t   g l i m p s e   a t   t h e   2 0 2 2 - 2 3   a t l a n t a   h a w k s   |   h a w k s o l o g y   w r a p - u p   1   -   h a w k s   v s   b u c k s   g 1   p r e s e a s o n   
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
g o l d e n   s t a t e   w a r r i o r s   g i v e n   2 n d   b e s t   t i t l e   o d d s   b y   n b a   g m s 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   h e a t t w i t t e r   7 6 e r s   n e t s   p i s t o n s
j a r r e t t   c u l v e r ' s   c a r e e r   a r c   s h o w s   a t l a n t a   h a w k s   m a d e   c o r r e c t   d e c i s i o n 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   h e a t t w i t t e r   7 6 e r s   n e t s
s e e   y a   o n   t h e   1 2 t h   f o l k s .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
a t l a n t a   h a w k s   c o a c h   n a t e   m c m i l l a n   l o v e s   a   h o l i d a y 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   l a k e s h o w   l a k e r s   c a v a l i e r s   b e t h e f i g h t   n b a t w i t t e r   n b a 2 k 2 3 m y t e a m   n b a j a p a n g a m e s   n b a i n a b u d h a b i   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   m f f l   s u n s   j a z z
i t   i s   c o l d   i n   a b u   d h a b i   y ' a l l .   i c e   t r a e   b l o w i n g   c o l d . 
 
 f u l l   h i g h l i g h t : 
 
 
 n b a   n b a i n a b u d h a b i   i c e t r a e   t r a e y o u n g   h a w k s   a t l a n t a   a t l a n t a h a w k s   n b a 2 k 2 3   b a s k e t b a l l h i g h l i g h t s  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   8   |   2 0 2 2   a b u   d h a b i   g a m e s   a t l a n t a   h a w k s   n b a   v i d e o :  
d e ' a n d r e   h u n t e r   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e ' a n d r e h u n t e r   d e ' a n d r e   h u n t e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
c l i n t   c a p e l a   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c l i n t c a p e l a   c l i n t   c a p e l a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
h a w k s   s w e e p   t h e   a b u   d h a b i   g a m e s   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
b o b b y   p o r t i s   l o o k i n g   l i k e   k o b e   o u t   t h e r e   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   b o b b y   p o r t i s   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
t r a e   h i t s   i t   f r o m   t h e   a r c t i c   🥶 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   h i g h l i g h t s   -   b u c k s   v s .   h a w k s   -   8 t h   o c t   2 0 2 2 
 
 
 n b a   t r a e   y o u n g   m i l   a t l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i l w a u k e e   b u c k s   a t l a n t a   h a w k s
n b a   2 0 2 2 - 2 3 :   a t l a n t a   h a w k s   r o s t e r 
 
 a t l a n t a 
 t r a e y o u n g 
 d e j o u n t e m u r r a y 
 n b a r o s t e r 
 n b a a b u d h a b i 
 n b a i n a b u d h a b i 
 n b a p r e s e a s o n 
 

w h e n   y o u   w a n t   t o   m a k e   a   t r a e   y o u n g   t o y   b u t   d o n ’ t   h a v e   t h e   l i c e n s e   s o   y o u   m a k e   a   l o o k   a   l i k e   a   . . .   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
t r a e   y o u n g   h a s   3 1   p o i n t s   i n   t h e   f i r s t   h a l f ! 
 n b a i n a b u d h a b i   n b a t w i t t e r   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n   n b a   h a w k s   a t l a n t a
a t l a n t a   h a w k s   t o d a y   a t l a n t a   f a l c o n s   t o m o r r o w   i ’ m   l o v i n g   t h i s   w e e k e n d   ❤ ️ 🤞 🏾 a t l a n t a
o n   t h i s   d a y   i n   1 9 7 5   s a n a n t o n i o   s p u r s ,   t h e n   m e m b e r s   o f   t h e   a b a ,   d e f e a t   t h e   n b a ' s   a t l a n t a   h a w k s ,   1 0 9 - 1 0 7   i n   t h e   f i r s t   b a s k e t b a l l   g a m e   e v e r   p l a y e d   i n   t h e   l o u i s i a n a   s u p e r d o m e  
j u s t   j o k e s   l o l   i   l o v e   d e j o u n t e   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
d e j o u n t e   m u r r a y   s h i n e s   i n   a t l a n t a   h a w k s   d e b u t 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   s a n a n t o n i o   s p u r s   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n   n b a i n a b u d h a b i   n b a j a p a n g a m e s 2 0 2 2   m f f l   l a k e s h o w   l a k e r s
j o h n   c o l l i n s   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o h n c o l l i n s   j o h n   c o l l i n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
a a r o n   h o l i d a y   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a a r o n h o l i d a y   a a r o n   h o l i d a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
d e ' a n d r e   h u n t e r   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e ' a n d r e h u n t e r   d e ' a n d r e   h u n t e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
s h o p   f o r e v e r 4 0 4   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   a t l   h a w k s   a t l a n t a   a t l a n t a h a w k s   t r u e t o a t l a n t a   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
t h e     m a d e   a   h u g e   t r a d e   b y   a d d i n g     t o   t h e i r   s q u a d .   a d d i n g   h i m   t o   t h i s   p l a y o f f   r o s t e r ,   w h a t   c a n   t h e   h a w k s   a c c o m p l i s h   t h i s   y e a r ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a   n b a p r e s e a s o n   e a s t e r n c o n f e r e n c e   t r a e y o u n g   d e j o u n t e m u r r a y   a t l a n t a  
h a w k s   a r e   b a c k .   a t l a n t a  
f i r s t   h a l f   c o o k i n   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
h a w k s   c o a c h   n a t e   m c m i l l a n   p o s t - g a m e   p r e s s e r   a f t e r   1 2 3 - 1 1 3   p r e s e a s o n   . . . 
   
 
   
 3 p t c n v r s n   a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   j o h n c o l l i n s   n a t e m c m i l l a n   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g   t r u e t o a t l a n t a   t r u e t o a t l a n t a  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   a b u   d h a b i   g a m e s   a t l a n t a   h a w k s   n b a   v i d e o :  
a t l a n t a   h a w k s '   d e j o u n t e   m u r r a y   s e n d s   s t r o n g   m e s s a g e   t o   t e a m m a t e s 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   g o s p u r s g o   s a n a n t o n i o   w e t h e n o r t h   h e a t t w i t t e r   l a k e s h o w   d u b n a t i o n   p a c e r s   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
d e j o u n t e   m u r r a y s   d e b u t   ‼ ️ 🔥   
   
 
   
 a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   g e o r g i a   h a w k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
d e j o u n t e   t o   c o l l i n s   w h o   j a m s   i t !   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d e j o u n t e   m u r r a y   j o h n   c o l l i n s   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   m a k i n g   p o r t i s   d a n c e   f o r   h i m   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   b o b b y   p o r t i s   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
g i a n n i s   d o i n g   g i a n n i s   t h i n g s   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   g i a n n i s   a n t e t o k o u n m p o   d u n k   m i l   m i l w a u k e e   b u c k s   a t l   a t l a n t a   h a w k s
s t a t e f a r m a r e n a   w h e r e   t h e   a t l a n t a   h a w k s   p l a y   ?
o n y e k a   o k o n g w u   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o n y e k a o k o n g w u   o n y e k a   o k o n g w u   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
d e j o u n t e   m u r r a y   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e j o u n t e m u r r a y   d e j o u n t e   m u r r a y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
n e w   l o o k   h a w k s !   b r i a n   w i n d h o r s t   o u t l i n e s   h i s   e x p e c t a t i o n s     |   n b a   t o d a y   a t l a n t a   h a w k s   n b a   v i d e o :  
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r r u r t u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y t r t r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 f u t t r t r u t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y y e r w y e r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e y e r w y e r w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t s e w t r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t u d f g k
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r u t k g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d k t r y e f m
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d y s r x f f d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e w r t y u
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 q w e r t y t y t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y u u y t r e r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r e t y r e w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 a r t y t r r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t y u i y t r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r e e r t y u i y t r e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t y i u y t r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 a h s d f g j h g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s h g f s f g h j h g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r t y t r e w f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r   r r r e w q e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s d t f g f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 f g h j k l ; j h
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s d k k t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r t y u y t r e w q f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r y u t r e w e r t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w r e h f d s d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w 3 4 t d s d s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w q t y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r e r e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e e e y g h f f d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y e y w y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y w y w e y r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y w y u e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e t y w y e u e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e w y e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e y e w y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t w w e t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e y t e e e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r t e d f h d s d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 h r t y t f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w y e y e w h r t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e t t w y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w t w y e w w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t r k j f g f g
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s r e e r y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e t t w t y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e q t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r w e t q t w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w r e t w t y w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e r t w e t w w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e a r e w t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r r e w e r w e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e r h d f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w t w h f j f f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 t e t w q t y w e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 h g t r y d f s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e j h u y w u w q
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e f w h b j
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 d q e e g d s
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 q w q e r s a s a d
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 w e e w t j n
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 s s g e w w t r r
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w t e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 g e r e y f d h
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e r y e h f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y t t e r f
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y t t r r u t u j
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 y r e y e r u t
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e w e t e y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e w y e y e
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r e w y e y e w
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 r t t w e e w t y e r y
➡ 🏀 w a t c h   b u c k s   v s   h a w k s   l i v e   s t r e a m   o n l i n e 
 
 🏆 🏀 🏀 n b a   s t r e a m s ⭕ l i v e   ⤵ 
 l i n k   n o w ➡ 
 
 
 
 w a t c h   m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   l i v e   s t r e a m   f r e e 
 
 2 ️ ⃣ n b a   p r e - s e a s o n   2 0 2 2 
 
 🏆 🏀   2 0 2 2   n b a   p r e s e a s o n   l i v e 
 
 m i l w a u k e e   a t l a n t a   
 e y y e r y
h e r e ' s   a   l o o k   a t   d e l h i t i m e s '   f r o n t   p a g e .   c l i c k   b e l o w   t o   r e a d   t h e   e d i t i o n   
 
 
 
 b o l l y w o o d   a m i t a b h b a c h c h a n   a m i t a b h b a c h c h a n 8 0   a m i t a b h b a c h c h a n b i r t h d a y   s h o l a y   p a a   r a k u l p r e e t s i n g h 𓃵   d o c t o r g   k a i l a s h k h e r   g a m e o f t h r o n e s   l e n a h e a d e y   r a n v e e r s i n g h   t r a e y o u n g  
l m a o   t r a e   y o u n g   s t o r y   c a n   g o   f r o m   h i g h   q u a l i t y   p h o t o s   t o   t h i s   😭 😭   t r a e y o u n g   n b a  
b o l l y w o o d   a c t o r   r a n v e e r s i n g h   r e c e n t l y   s h a r e d   v i d e o s   o n   h i s   o f f i c i a l   i n s t a g r a m   h a n d l e   t h a t   s h o w   t h e   a c t o r   d a n c i n g   w i t h   b a s k e t b a l l   p l a y e r s   s h a q u i l l e o n e a l   a n d   t r a e y o u n g   i n   a b u d h a b i . 
 

r a n v e e r s i n g h   d a n c e s   w i t h   n b a   s t a r   t r a e y o u n g   o n   d i l d h a d a k n e d o   s o n g   g a l l a n g o o d i y a a n   ( w a t c h   v i d e o ) 
 

f a n s   c a n ' t   k e e p   c a l m   a s   b o l l y w o o d   m e e t s   b a s k e t b a l l 
 
 w a t c h   a s     g e t s   g r o o v i n '   w i t h     o n   g a l l a n g o o d i y a n     
 
 d i l d h a d a k n e d o   t r a e y o u n g   r a n v e e r s i n g h   b a s k e t b a l l   n b a   r a n v e e r s i n g h   r a n v e e r s i n g h f c   t r e n d i n g   b o l l y w o o d  
r a n v e e r s i n g h   m a k e s   n b a   s t a r   t r a e y o u n g   s h a k e - a - l e g   o n   g a l l a n g o o d i y a a n 
 
 n b a       

r a n v e e r   m a k e s   n b a   s t a r   t r a e   y o u n g   s h a k e - a - l e g   o n   ' g a l l a n   g o o d i y a a n ' 
 
 r a n v e e r s i n g h   n b a   t r a e y o u n g   g a l l a n g o o d i y a a n   y e s p u n j a b 
 

w a t c h 🎥 
 r a n v e e r   s i n g h   t e a c h e s   t r a e   y o u n g   b h a n g r a   o n   c h a r t b u s t e r   ‘ g a l l a n   g o o d i y a a n ’   f r o m   h i s   f i l m   ‘ d i l   d h a d a k n e   d o ’   😍 
 
 r a n v e e r x n b a i n a b u d h a b i   r a n v e e r s i n g h   n b a i n a b u d h a b i   n b a   t r a e y o u n g   n b a   a b u d h a b i   |       

r a n v e e r   m a k e s   n b a   s t a r   t r a e   y o u n g   s h a k e - a - l e g   o n   ' g a l l a n   g o o d i y a a n ' 
 r a n v e e r   n b a   t r a e y o u n g   g a l l a n g o o d i y a a n   s o c i a l n e w s x y z  
g i a n n i s   a n t e t o k o u n m p o   s a i d   t h i s   a b o u t   a t l a n t a   h a w k s   a f t e r   g e t t i n g   b e a t   t w i c e . .   y o u   w o n t   b e l i e v e   i t 
   
 
   
 a t l a n t a h a w k s   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   j r u e h o l i d a y   m i l w a u k e e b u c k s   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
r a n v e e r   s i n g h   a n d   t r a e   y o u n g   d a n c e d   t o   ' g a l l a n   g o o d i y a a n '   a t   n b a   a l l - s t a r   c e l e b r i t y   g a m e . 
 r a n v e e r s i n g h     r a n v e e r x n b a i n a b u d h a b i   n b a   t r a e y o u n g     d a n c e     g a l l a n g o o d i y a a n   m a s t i   a b u d h a b i   b o l l y w o o d   r e e l s   t r e n d i n g r e e l s   t r e n d i n g      
t r a e   y o u n g   m u s t   b e   d r u g   t e s t e d   a f t e r   t h i s   i n s a n e   m o v e   t r a e y o u n g   a t l a n t . . .     v i a  
t r a e   y o u n g   m u s t   b e   d r u g   t e s t e d   a f t e r   t h i s   i n s a n e   m o v e   t r a e y o u n g   a t l a n t . . .     v i a  
u n p o p u l a r   o p i n i o n :   t r a e   y o u n g   w i l l   w i n   t h e   m v p   t h i s   s e a s o n .   h a w k s   t r a e y o u n g   m v p  
v e r y   c o l d   🥶   t r a e y o u n g   n b a i n a b u d h a b i  
i t   i s   c o l d   i n   a b u   d h a b i   y ' a l l .   i c e   t r a e   b l o w i n g   c o l d . 
 
 f u l l   h i g h l i g h t : 
 
 
 n b a   n b a i n a b u d h a b i   i c e t r a e   t r a e y o u n g   h a w k s   a t l a n t a   a t l a n t a h a w k s   n b a 2 k 2 3   b a s k e t b a l l h i g h l i g h t s  
b a c k   a t   i t   ⚫ ️ ⚪ ️ 
 
 b l a z e r s   n c a a   k u h o o p s   n b a   t r a e y o u n g   k e v i n d u r a n t   s t e p h c u r r y   n c a a b a s k e t b a l l   i n d i a n a p a c e r s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t b a s k e t b a l l   d a l l a s m a v s   g o m a v s   d a l l a s m a v e r i c k s   l u k a m a g i c  
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   r e s u l t s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2   ;   n b a   g a m e s   t o d a y ;   h a w k s 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   h a w k s   b u c k s   t r a e y o u n g   g i a n n i s   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a a b u d h a b i 2 0 2 2
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
n b a   2 0 2 2 - 2 3 :   a t l a n t a   h a w k s   r o s t e r 
 
 a t l a n t a 
 t r a e y o u n g 
 d e j o u n t e m u r r a y 
 n b a r o s t e r 
 n b a a b u d h a b i 
 n b a i n a b u d h a b i 
 n b a p r e s e a s o n 
 

y o u n g ’ s   f i r s t - h a l f   s h o o t i n g   l e a d s   h a w k s   p a s t   b u c k s   1 1 8 - 1 0 9   i n   a b u   d h a b i .   s c o r e s   3 1   p o i n t s ,   p l a y i n g   o n l y   i n   f i r s t   h a l f ,   t o   l e a d   t e a m   t o   v i c t o r y   a t   e t i h a d   a r e n a . 
 
   _ n e w s     a t l a n t a h a w k s   t r a e y o u n g   

i c e   t r a e y o u n g   f r o m   t h e   l o g o … 🥶   a b u d h a b i n b a  
t r a e   y o u n g   l i t   u p   a b u   d h a b i !   🔥 
 
 n b a a t a b u d h a b i   t r a e y o u n g 
 

t r a e y o u n g   p u t s   o n   a   s h o w   w i t h   3 1   p o i n t s   a n d   s i x   a s s i s t s   a s   t h e   h a w k s   b e s t   t h e   b u c k s   a g a i n   i n   a b u   d h a b i .   f i n a l :   a t l   1 1 8   -   1 0 9   m i l   n b a p r e s e a s o n
  b a c k   a t   i t   w i t h   t h e   s q u a d   🙌 🔥 🔥 
 
 n b a l o t t e r y   d a r i u s g a r l a n d   n b a o n t n t   n b a d r a f t   k y r i e   l a l a k e r s   u n d e r a u r m o r   k i n g j a m e s   u t a h j a z z   b l a z e r s   d a m e 4   n i k e b a s k e t b a l l   l e b r o n l a k e r s   p o r t l a n d t r a i l b l a z e r s   n i k e   m i a m i h e a t   k u h o o p s   t r a e y o u n g  
c a n ’ t   b e l i e v e   y o u   c l o w n s   t h i n k   j a   m o r a n t   i s   b e t t e r   t h a n   t r a e   y o u n g .   t r a e   i s   m i l e s   a h e a d   o f   m o r a n t   a n d   i t ’ s   n o t   e v e n   f u c k i n g   c l o s e .   t r a e y o u n g   j a m o r a n t   h a w k s   g r i z z l i e s
t r a e y o u n g   g o t   3 1   t o d a y   i n   t h e   2 n d   p r e - s e a s o n   g a m e   v s   t h e   b u c k s   w i t h   4   m i n s   t o   p l a y   . . . g u e s s   h e ' s   t a k i n g   t h e   p r e - s e a s o n   s e r i o u s l y   t o o .   l e a d i n g   i n t o   t h e   r e g u l a r   s e a s o n . 
 r e g u l a r s e a s o n m a t t e r s 

      d a m n   r i g h t   c o l d   a s   i c e   t r a e y o u n g  
t r a e   y o u n g   m v p     🏆   t r a e y o u n g
t r a e   y o u n g   c o o k i n g   3 1   p t s   6   a s t   i n   t h e   f i r s t   h a l f   i c e t r a e   t r a e y o u n g   a t l a n t a h a w k s
t r a e   f u c k i n g   h i t t i n g   4   t h r e e s   i n   a   r o w   d o i n g   a l l   s o r t s   o f   d r i b b l e   m o v e s   m a k i n g   b o b b y   p o r t i s   l o o k   l i k e   a   c h i l d   a n d   c a l m l y   w a l k s   a w a y   w i t h   3 1   & a m p ;   6   i n   2   t h e   2 n d   q u a r t e r   t h a t ' s   m y   i d o l   i n s p i r a t i o n a l   t r a e y o u n g
n a h h   t r a e y o u n g   w i l d i n ’   😂 😩 🙌 🏾 
 b u c k s   h a w k s   m i l v s a t l
w e   k n o w   w h o ’ s   h e r e   t o   w i n   t o n i g h t               n b a i n a b u d h a b i   t r a e y o u n g   n b a  
4   t r a d e s   t h e   a t l a n t a   h a w k s   n e e d   t o   m a k e ! 
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   d o n o v a n m i t c h e l l t r a d e   e a s t e r n c o n f e r e n c e   h a w k s r e b u i l d   h a w k s t r a d e s   j o h n c o l l i n s t r a d e   k y r i e i r v i n g t r a d e   n b a   n b a f i n a l s   n b a p l a y o f f s   r u d y g o b e r t t r a d e   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
h a w k s   v s   b u c k s   a b u   d h a b i   g a m e   2 ;   n b a   s h e d u l e   t o d a y   o c t o b e r   8 ,   2 0 2 2 ;   n b a   p r e s e a s o n   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
1 0 x   n b a   a l l - s t a r !   b e t t e r   n b a   c e l e b r a t i o n ? !   n b a   2 k   2 k 2 3   c a r m e l o a n t h o n y   l e b r o n j a m e s   s h e e s h   i c e t r a e   t r a e y o u n g    
d e j o n t e   m u r r a y   2 5 p t s   & a m p ;   t r a e   y o u n g   2 2 p t s   a r e   t h e   a t l a n t a   h a w k s   a   t h r e a t   i n   t h e   e a s t   . . . 
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   d e j o n t e m u r r a y   e a s t e r n c o n f e r e n c e   h a p p y   h i g h l i g h t s   n b a   s o u t h e a s t d i v i s i o n   s p o r t s   t r a e y o u n g   w i l l t h e a t l a n t a h a w k s b e a t h r e a t i n t h e e a s t  
c o n g r a t s   t o   _ s u r e 8 8 8   f o r   h a v i n g   1 5   t r a e   y o u n g   7 5 0 0   m i n t   a n d   w i n n i n g   a   1   o z   s i l v e r   r o u n d ,   s h i p p i n g   p a i d .   r e a l - w o r l d   u t i l i t y   f r o m   t o p   s h o t   m o m e n t s ,   u t i l i t y   t h r o u g h   c o m m u n i t y   g u y s .   
 n b a t o p s h o t   n b a t o p s h o t t h i s   u t i l i t y   c o m m u n i t y   t r a e y o u n g   t o g e t h e r   n f t   c r y p t o   g i v e a w a y  
t h e     m a d e   a   h u g e   t r a d e   b y   a d d i n g     t o   t h e i r   s q u a d .   a d d i n g   h i m   t o   t h i s   p l a y o f f   r o s t e r ,   w h a t   c a n   t h e   h a w k s   a c c o m p l i s h   t h i s   y e a r ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a   n b a p r e s e a s o n   e a s t e r n c o n f e r e n c e   t r a e y o u n g   d e j o u n t e m u r r a y   a t l a n t a  
t r a e   y o u n g :   d r a y m o n d   g r e e n   i s   t r y i n g   t o   g e t   t o   l a   d r a y m o n d g r e e n   t r a e y o u n g  
h a w k s   c o a c h   n a t e   m c m i l l a n   p o s t - g a m e   p r e s s e r   a f t e r   1 2 3 - 1 1 3   p r e s e a s o n   . . . 
   
 
   
 3 p t c n v r s n   a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   j o h n c o l l i n s   n a t e m c m i l l a n   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g   t r u e t o a t l a n t a   t r u e t o a t l a n t a  
i   t o t a l l y   u n d e r s t a n d   t h a t   t r a e   y o u n g   i s   u n d e r   s i z e ,   b u t   i   t h i n k   h i s   f l o p p i n g   i s   a   b i t   e x c e s s i v e   n b a t w i t t e r   h a w k s   t r a e y o u n g
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
d e j o u n t e   m u r r a y   a n d   t r a e   y o u n g   s h o w e d   h o w   l e t h a l   t h e i r   b a c k c o u r t   c o m b o   c a n   b e !   🔥 × ❄ ️ 
 
 d e j o u n t e m u r r a y   t r a e y o u n g   a t l a n t a h a w k s  
t h e   h a w k s   d i d   n o t   t a k e   t h a t   f i r s t   q u a r t e r   s m a l l   l o s s   l i g h t l y   a s   t h e y   c a m e   s t r o n g   i n   t h e   s e c o n d   q u a r t e r ! ! !   t r a e y o u n g   i s   g o i n g   c r a z y ! ! ! !  
t r a e y o u n g   d o i n g   s o m e   m o v e s   v s   b o b b y p o r t i s .   h e h e .   n b a p r e s e a s o n   n b a t w i t t e r  
  t a p   i n   w i t h   t h e   w a t c h   a l o n g .   t r u e t o a t l a n t a     n b a   b u c k s   t r a e y o u n g   d e j o u n t e
n b a   s e t   f o r   g u l f   d e b u t   a s   a t l a n t a   h a w k s   f a c e   m i l w a u k e e   b u c k s   i n   p r e - s e a s o n   g a m e   a b u d h a b i   a t l a n t a h a w k s   g u l f   m i l w a u k e e b u c k s   n b a   p r e s e a s o n   t r a e y o u n g   u a e   u n i t e d a r a b e m i r a t e s   

h a w k s   v s   b u c k s   a b u   d h a b i   g a m e s ;   n b a   s h e d u l e   t o d a y   o c t o b e r   6 ,   2 0 2 2 ;   n b a   p r e s e a s o n   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
w h a t & a m p ; 3 9 ; s   n e x t   f o r   t h e   a t l a n t a   h a w k s ? 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   t r a e   t r a e y o u n g   y o u n g  
w h a t   a r e   y o u r   t o p   5   p g ’ s   l o o k i n g   l i k e   f o r   n e x t   s e a s o n ? 👀   n b a   b a s k e t b a l l   t r a i l b l a z e r s   w a r r i o r s   m a v s   g r i z z l i e s   a t l a n t a h a w k s   s t e p h c u r r y   t r a e y o u n g   j a m o r a n t   d a m e t i m e   l u k a d o n c i c  
2 0 2 0 - 2 0 2 1   p a n i n i   f l a w l e s s   t r a e   y o u n g   1 o f 1 
 
 i t e m   n u m b e r :   2 2 1 0 0 4 0 5 2 4 0 9 4 5 2 
 
 n b a   p a n i n i   p a n i n i a m e r i c a   a t l a n t a   h a w k s   a l t   t r a e   y o u n g   t r a e y o u n g   f l a w l e s s   b a s k e t b a l l   t r a d i n g c a r d s   s p o r t s c a r d s  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   a b u   d h a b i   g a m e s   s c h e d u l e s   |   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
t r a e   y o u n g   h a s   s o   m u c h   p o t e n t i a l .   h e   j u s t   n e e d s   t o   l e a r n   t o   s h u t   h i s   m o u t h   u n t i l   h e   e a r n s   h i s   r a n k .   t h e m i c s t a y s h o t   h o t t a k e s   n b a   p o t e n t i a l g r e a t   t r a e y o u n g  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   a t l a n t a   h a w k s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   a t l   a t l a n t a h a w k s   a t l a n t a   h a w k s   t r a e y o u n g   u n i m o c k u p s   l o g o d e s i g n   n b a t w i t t e r    
b e c k e t t   c e r t i f i e d   a u t h e n t i c   t r a e   y o u n g   a u t o g r a p h     j e r s e y   w /   i c e   t r a e   i n s c r i p t i o n   🏀   🧊   t r a e y o u n g   a t l a n t a h a w k s   i c e t r a e   a u t h e n t i c   a u t o g r a p h   m v p t r a d i n g c a r d s   @   m v p   t r a d i n g   c a r d s  
c h a r i t y   s t r i p e   i t   i s .   s t e p h c u r r y   j o r d a n p o o l e   k e v i n d u r a n t   t r a e y o u n g   f g   n b a   n b a f a n t a s y   f a n t a s y r a d a r   l a t v i a f a n t a s y l e a g u e 
  
  🏀   t r a e y o u n g   f i l m   s t u d y   |   n b a   a t l a n t a   h a w k s   |   b a s k e t b a l l   d r i l l s   & a m p ;   t r a i n i n g   |   p o i n t   g u a r d   p l a y    
w h a t   n b a   p l a y e r   d o   y o u   p l a y   b a s k e t b a l l   l i k e ? 🤔 🏀   |   b w o 
 
 b l a c k w h i t e o r o t h e r   b w o   k y r i e i r v i n g   t r a e y o u n g   n b a   b a s k e t b a l l   i n t e r v i e w   p u b l i c   c i t i z e n s t a n d u p   f y p   t w i t t e r  
t h e     h a v e   t h e i r   f i r s t   p r e - s e a s o n   g a m e   i n   a b u d h a b i   s o o n .   a r e   y o u   e x c i t e d   f o r   t h e   s e a s o n ?   w e   w i l l   b e   t a l k i n g   a b o u t   t h e   h a w k s   o n   t h e   n e x t   e p i s o d e   o f   a r o u n d   t h e   a t l .   b e   s u r e   t o   s u b s c r i b e   t o   w a t c h .       a t l a n t a h a w k s   n b a   a r o u n d t h e a t l   t r a e y o u n g  
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
t r a e   h i t s   i t   f r o m   t h e   a r c t i c   🥶 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   h i g h l i g h t s   -   b u c k s   v s .   h a w k s   -   8 t h   o c t   2 0 2 2 
 
 
 n b a   t r a e   y o u n g   m i l   a t l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i l w a u k e e   b u c k s   a t l a n t a   h a w k s
t r a e   y o u n g   m a k i n g   p o r t i s   d a n c e   f o r   h i m   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   b o b b y   p o r t i s   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
  y o u   w i l l   n e v e r   b e   s t e p h e n   c u r r y .   b u t   y o u   w i l l   b e   t r a e   y o u n g .   t h a n k   m e   l a t e r .   t r a e
w h a t & a m p ; 3 9 ; s   n e x t   f o r   t h e   a t l a n t a   h a w k s ? 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   t r a e   t r a e y o u n g   y o u n g  
2 0 2 0 - 2 0 2 1   p a n i n i   f l a w l e s s   t r a e   y o u n g   1 o f 1 
 
 i t e m   n u m b e r :   2 2 1 0 0 4 0 5 2 4 0 9 4 5 2 
 
 n b a   p a n i n i   p a n i n i a m e r i c a   a t l a n t a   h a w k s   a l t   t r a e   y o u n g   t r a e y o u n g   f l a w l e s s   b a s k e t b a l l   t r a d i n g c a r d s   s p o r t s c a r d s  
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
t r a e   h i t s   i t   f r o m   t h e   a r c t i c   🥶 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   h i g h l i g h t s   -   b u c k s   v s .   h a w k s   -   8 t h   o c t   2 0 2 2 
 
 
 n b a   t r a e   y o u n g   m i l   a t l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i l w a u k e e   b u c k s   a t l a n t a   h a w k s
t r a e   y o u n g   m a k i n g   p o r t i s   d a n c e   f o r   h i m   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   t r a e   y o u n g   b o b b y   p o r t i s   a t l   a t l a n t a   h a w k s   m i l   m i l w a u k e e   b u c k s
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
  y o u   w i l l   n e v e r   b e   s t e p h e n   c u r r y .   b u t   y o u   w i l l   b e   t r a e   y o u n g .   t h a n k   m e   l a t e r .   t r a e
w h a t & a m p ; 3 9 ; s   n e x t   f o r   t h e   a t l a n t a   h a w k s ? 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   t r a e   t r a e y o u n g   y o u n g  
2 0 2 0 - 2 0 2 1   p a n i n i   f l a w l e s s   t r a e   y o u n g   1 o f 1 
 
 i t e m   n u m b e r :   2 2 1 0 0 4 0 5 2 4 0 9 4 5 2 
 
 n b a   p a n i n i   p a n i n i a m e r i c a   a t l a n t a   h a w k s   a l t   t r a e   y o u n g   t r a e y o u n g   f l a w l e s s   b a s k e t b a l l   t r a d i n g c a r d s   s p o r t s c a r d s  
h e r e ' s   a   l o o k   a t   d e l h i t i m e s '   f r o n t   p a g e .   c l i c k   b e l o w   t o   r e a d   t h e   e d i t i o n   
 
 
 
 b o l l y w o o d   a m i t a b h b a c h c h a n   a m i t a b h b a c h c h a n 8 0   a m i t a b h b a c h c h a n b i r t h d a y   s h o l a y   p a a   r a k u l p r e e t s i n g h 𓃵   d o c t o r g   k a i l a s h k h e r   g a m e o f t h r o n e s   l e n a h e a d e y   r a n v e e r s i n g h   t r a e y o u n g  
l m a o   t r a e   y o u n g   s t o r y   c a n   g o   f r o m   h i g h   q u a l i t y   p h o t o s   t o   t h i s   😭 😭   t r a e y o u n g   n b a  
b o l l y w o o d   a c t o r   r a n v e e r s i n g h   r e c e n t l y   s h a r e d   v i d e o s   o n   h i s   o f f i c i a l   i n s t a g r a m   h a n d l e   t h a t   s h o w   t h e   a c t o r   d a n c i n g   w i t h   b a s k e t b a l l   p l a y e r s   s h a q u i l l e o n e a l   a n d   t r a e y o u n g   i n   a b u d h a b i . 
 

r a n v e e r s i n g h   d a n c e s   w i t h   n b a   s t a r   t r a e y o u n g   o n   d i l d h a d a k n e d o   s o n g   g a l l a n g o o d i y a a n   ( w a t c h   v i d e o ) 
 

f a n s   c a n ' t   k e e p   c a l m   a s   b o l l y w o o d   m e e t s   b a s k e t b a l l 
 
 w a t c h   a s     g e t s   g r o o v i n '   w i t h     o n   g a l l a n g o o d i y a n     
 
 d i l d h a d a k n e d o   t r a e y o u n g   r a n v e e r s i n g h   b a s k e t b a l l   n b a   r a n v e e r s i n g h   r a n v e e r s i n g h f c   t r e n d i n g   b o l l y w o o d  
r a n v e e r s i n g h   m a k e s   n b a   s t a r   t r a e y o u n g   s h a k e - a - l e g   o n   g a l l a n g o o d i y a a n 
 
 n b a       

r a n v e e r   m a k e s   n b a   s t a r   t r a e   y o u n g   s h a k e - a - l e g   o n   ' g a l l a n   g o o d i y a a n ' 
 
 r a n v e e r s i n g h   n b a   t r a e y o u n g   g a l l a n g o o d i y a a n   y e s p u n j a b 
 

w a t c h 🎥 
 r a n v e e r   s i n g h   t e a c h e s   t r a e   y o u n g   b h a n g r a   o n   c h a r t b u s t e r   ‘ g a l l a n   g o o d i y a a n ’   f r o m   h i s   f i l m   ‘ d i l   d h a d a k n e   d o ’   😍 
 
 r a n v e e r x n b a i n a b u d h a b i   r a n v e e r s i n g h   n b a i n a b u d h a b i   n b a   t r a e y o u n g   n b a   a b u d h a b i   |       

r a n v e e r   m a k e s   n b a   s t a r   t r a e   y o u n g   s h a k e - a - l e g   o n   ' g a l l a n   g o o d i y a a n ' 
 r a n v e e r   n b a   t r a e y o u n g   g a l l a n g o o d i y a a n   s o c i a l n e w s x y z  
g i a n n i s   a n t e t o k o u n m p o   s a i d   t h i s   a b o u t   a t l a n t a   h a w k s   a f t e r   g e t t i n g   b e a t   t w i c e . .   y o u   w o n t   b e l i e v e   i t 
   
 
   
 a t l a n t a h a w k s   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   j r u e h o l i d a y   m i l w a u k e e b u c k s   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
r a n v e e r   s i n g h   a n d   t r a e   y o u n g   d a n c e d   t o   ' g a l l a n   g o o d i y a a n '   a t   n b a   a l l - s t a r   c e l e b r i t y   g a m e . 
 r a n v e e r s i n g h     r a n v e e r x n b a i n a b u d h a b i   n b a   t r a e y o u n g     d a n c e     g a l l a n g o o d i y a a n   m a s t i   a b u d h a b i   b o l l y w o o d   r e e l s   t r e n d i n g r e e l s   t r e n d i n g      
t r a e   y o u n g   m u s t   b e   d r u g   t e s t e d   a f t e r   t h i s   i n s a n e   m o v e   t r a e y o u n g   a t l a n t . . .     v i a  
t r a e   y o u n g   m u s t   b e   d r u g   t e s t e d   a f t e r   t h i s   i n s a n e   m o v e   t r a e y o u n g   a t l a n t . . .     v i a  
u n p o p u l a r   o p i n i o n :   t r a e   y o u n g   w i l l   w i n   t h e   m v p   t h i s   s e a s o n .   h a w k s   t r a e y o u n g   m v p  
v e r y   c o l d   🥶   t r a e y o u n g   n b a i n a b u d h a b i  
i t   i s   c o l d   i n   a b u   d h a b i   y ' a l l .   i c e   t r a e   b l o w i n g   c o l d . 
 
 f u l l   h i g h l i g h t : 
 
 
 n b a   n b a i n a b u d h a b i   i c e t r a e   t r a e y o u n g   h a w k s   a t l a n t a   a t l a n t a h a w k s   n b a 2 k 2 3   b a s k e t b a l l h i g h l i g h t s  
b a c k   a t   i t   ⚫ ️ ⚪ ️ 
 
 b l a z e r s   n c a a   k u h o o p s   n b a   t r a e y o u n g   k e v i n d u r a n t   s t e p h c u r r y   n c a a b a s k e t b a l l   i n d i a n a p a c e r s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t b a s k e t b a l l   d a l l a s m a v s   g o m a v s   d a l l a s m a v e r i c k s   l u k a m a g i c  
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   r e s u l t s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2   ;   n b a   g a m e s   t o d a y ;   h a w k s 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   h a w k s   b u c k s   t r a e y o u n g   g i a n n i s   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a a b u d h a b i 2 0 2 2
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
n b a   2 0 2 2 - 2 3 :   a t l a n t a   h a w k s   r o s t e r 
 
 a t l a n t a 
 t r a e y o u n g 
 d e j o u n t e m u r r a y 
 n b a r o s t e r 
 n b a a b u d h a b i 
 n b a i n a b u d h a b i 
 n b a p r e s e a s o n 
 

y o u n g ’ s   f i r s t - h a l f   s h o o t i n g   l e a d s   h a w k s   p a s t   b u c k s   1 1 8 - 1 0 9   i n   a b u   d h a b i .   s c o r e s   3 1   p o i n t s ,   p l a y i n g   o n l y   i n   f i r s t   h a l f ,   t o   l e a d   t e a m   t o   v i c t o r y   a t   e t i h a d   a r e n a . 
 
   _ n e w s     a t l a n t a h a w k s   t r a e y o u n g   

i c e   t r a e y o u n g   f r o m   t h e   l o g o … 🥶   a b u d h a b i n b a  
t r a e   y o u n g   l i t   u p   a b u   d h a b i !   🔥 
 
 n b a a t a b u d h a b i   t r a e y o u n g 
 

t r a e y o u n g   p u t s   o n   a   s h o w   w i t h   3 1   p o i n t s   a n d   s i x   a s s i s t s   a s   t h e   h a w k s   b e s t   t h e   b u c k s   a g a i n   i n   a b u   d h a b i .   f i n a l :   a t l   1 1 8   -   1 0 9   m i l   n b a p r e s e a s o n
  b a c k   a t   i t   w i t h   t h e   s q u a d   🙌 🔥 🔥 
 
 n b a l o t t e r y   d a r i u s g a r l a n d   n b a o n t n t   n b a d r a f t   k y r i e   l a l a k e r s   u n d e r a u r m o r   k i n g j a m e s   u t a h j a z z   b l a z e r s   d a m e 4   n i k e b a s k e t b a l l   l e b r o n l a k e r s   p o r t l a n d t r a i l b l a z e r s   n i k e   m i a m i h e a t   k u h o o p s   t r a e y o u n g  
c a n ’ t   b e l i e v e   y o u   c l o w n s   t h i n k   j a   m o r a n t   i s   b e t t e r   t h a n   t r a e   y o u n g .   t r a e   i s   m i l e s   a h e a d   o f   m o r a n t   a n d   i t ’ s   n o t   e v e n   f u c k i n g   c l o s e .   t r a e y o u n g   j a m o r a n t   h a w k s   g r i z z l i e s
t r a e y o u n g   g o t   3 1   t o d a y   i n   t h e   2 n d   p r e - s e a s o n   g a m e   v s   t h e   b u c k s   w i t h   4   m i n s   t o   p l a y   . . . g u e s s   h e ' s   t a k i n g   t h e   p r e - s e a s o n   s e r i o u s l y   t o o .   l e a d i n g   i n t o   t h e   r e g u l a r   s e a s o n . 
 r e g u l a r s e a s o n m a t t e r s 

      d a m n   r i g h t   c o l d   a s   i c e   t r a e y o u n g  
t r a e   y o u n g   m v p     🏆   t r a e y o u n g
t r a e   y o u n g   c o o k i n g   3 1   p t s   6   a s t   i n   t h e   f i r s t   h a l f   i c e t r a e   t r a e y o u n g   a t l a n t a h a w k s
t r a e   f u c k i n g   h i t t i n g   4   t h r e e s   i n   a   r o w   d o i n g   a l l   s o r t s   o f   d r i b b l e   m o v e s   m a k i n g   b o b b y   p o r t i s   l o o k   l i k e   a   c h i l d   a n d   c a l m l y   w a l k s   a w a y   w i t h   3 1   & a m p ;   6   i n   2   t h e   2 n d   q u a r t e r   t h a t ' s   m y   i d o l   i n s p i r a t i o n a l   t r a e y o u n g
n a h h   t r a e y o u n g   w i l d i n ’   😂 😩 🙌 🏾 
 b u c k s   h a w k s   m i l v s a t l
w e   k n o w   w h o ’ s   h e r e   t o   w i n   t o n i g h t               n b a i n a b u d h a b i   t r a e y o u n g   n b a  
4   t r a d e s   t h e   a t l a n t a   h a w k s   n e e d   t o   m a k e ! 
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   d o n o v a n m i t c h e l l t r a d e   e a s t e r n c o n f e r e n c e   h a w k s r e b u i l d   h a w k s t r a d e s   j o h n c o l l i n s t r a d e   k y r i e i r v i n g t r a d e   n b a   n b a f i n a l s   n b a p l a y o f f s   r u d y g o b e r t t r a d e   s o u t h e a s t d i v i s i o n   t r a e y o u n g  
h a w k s   v s   b u c k s   a b u   d h a b i   g a m e   2 ;   n b a   s h e d u l e   t o d a y   o c t o b e r   8 ,   2 0 2 2 ;   n b a   p r e s e a s o n   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
1 0 x   n b a   a l l - s t a r !   b e t t e r   n b a   c e l e b r a t i o n ? !   n b a   2 k   2 k 2 3   c a r m e l o a n t h o n y   l e b r o n j a m e s   s h e e s h   i c e t r a e   t r a e y o u n g    
d e j o n t e   m u r r a y   2 5 p t s   & a m p ;   t r a e   y o u n g   2 2 p t s   a r e   t h e   a t l a n t a   h a w k s   a   t h r e a t   i n   t h e   e a s t   . . . 
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   d e j o n t e m u r r a y   e a s t e r n c o n f e r e n c e   h a p p y   h i g h l i g h t s   n b a   s o u t h e a s t d i v i s i o n   s p o r t s   t r a e y o u n g   w i l l t h e a t l a n t a h a w k s b e a t h r e a t i n t h e e a s t  
c o n g r a t s   t o   _ s u r e 8 8 8   f o r   h a v i n g   1 5   t r a e   y o u n g   7 5 0 0   m i n t   a n d   w i n n i n g   a   1   o z   s i l v e r   r o u n d ,   s h i p p i n g   p a i d .   r e a l - w o r l d   u t i l i t y   f r o m   t o p   s h o t   m o m e n t s ,   u t i l i t y   t h r o u g h   c o m m u n i t y   g u y s .   
 n b a t o p s h o t   n b a t o p s h o t t h i s   u t i l i t y   c o m m u n i t y   t r a e y o u n g   t o g e t h e r   n f t   c r y p t o   g i v e a w a y  
t h e     m a d e   a   h u g e   t r a d e   b y   a d d i n g     t o   t h e i r   s q u a d .   a d d i n g   h i m   t o   t h i s   p l a y o f f   r o s t e r ,   w h a t   c a n   t h e   h a w k s   a c c o m p l i s h   t h i s   y e a r ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a   n b a p r e s e a s o n   e a s t e r n c o n f e r e n c e   t r a e y o u n g   d e j o u n t e m u r r a y   a t l a n t a  
t r a e   y o u n g :   d r a y m o n d   g r e e n   i s   t r y i n g   t o   g e t   t o   l a   d r a y m o n d g r e e n   t r a e y o u n g  
h a w k s   c o a c h   n a t e   m c m i l l a n   p o s t - g a m e   p r e s s e r   a f t e r   1 2 3 - 1 1 3   p r e s e a s o n   . . . 
   
 
   
 3 p t c n v r s n   a t l a n t a   a t l a n t a h a w k s   b a s k e t b a l l   d e j o u n t e m u r r a y   e a s t e r n c o n f e r e n c e   j o h n c o l l i n s   n a t e m c m i l l a n   n b a   s o u t h e a s t d i v i s i o n   t r a e y o u n g   t r u e t o a t l a n t a   t r u e t o a t l a n t a  
i   t o t a l l y   u n d e r s t a n d   t h a t   t r a e   y o u n g   i s   u n d e r   s i z e ,   b u t   i   t h i n k   h i s   f l o p p i n g   i s   a   b i t   e x c e s s i v e   n b a t w i t t e r   h a w k s   t r a e y o u n g
t r a e   y o u n g   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t r a e y o u n g   t r a e   y o u n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
d e j o u n t e   m u r r a y   a n d   t r a e   y o u n g   s h o w e d   h o w   l e t h a l   t h e i r   b a c k c o u r t   c o m b o   c a n   b e !   🔥 × ❄ ️ 
 
 d e j o u n t e m u r r a y   t r a e y o u n g   a t l a n t a h a w k s  
t h e   h a w k s   d i d   n o t   t a k e   t h a t   f i r s t   q u a r t e r   s m a l l   l o s s   l i g h t l y   a s   t h e y   c a m e   s t r o n g   i n   t h e   s e c o n d   q u a r t e r ! ! !   t r a e y o u n g   i s   g o i n g   c r a z y ! ! ! !  
t r a e y o u n g   d o i n g   s o m e   m o v e s   v s   b o b b y p o r t i s .   h e h e .   n b a p r e s e a s o n   n b a t w i t t e r  
  t a p   i n   w i t h   t h e   w a t c h   a l o n g .   t r u e t o a t l a n t a     n b a   b u c k s   t r a e y o u n g   d e j o u n t e
n b a   s e t   f o r   g u l f   d e b u t   a s   a t l a n t a   h a w k s   f a c e   m i l w a u k e e   b u c k s   i n   p r e - s e a s o n   g a m e   a b u d h a b i   a t l a n t a h a w k s   g u l f   m i l w a u k e e b u c k s   n b a   p r e s e a s o n   t r a e y o u n g   u a e   u n i t e d a r a b e m i r a t e s   

h a w k s   v s   b u c k s   a b u   d h a b i   g a m e s ;   n b a   s h e d u l e   t o d a y   o c t o b e r   6 ,   2 0 2 2 ;   n b a   p r e s e a s o n   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
w h a t & a m p ; 3 9 ; s   n e x t   f o r   t h e   a t l a n t a   h a w k s ? 
   
 
   
 a t l a n t a h a w k s   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   t r a e   t r a e y o u n g   y o u n g  
w h a t   a r e   y o u r   t o p   5   p g ’ s   l o o k i n g   l i k e   f o r   n e x t   s e a s o n ? 👀   n b a   b a s k e t b a l l   t r a i l b l a z e r s   w a r r i o r s   m a v s   g r i z z l i e s   a t l a n t a h a w k s   s t e p h c u r r y   t r a e y o u n g   j a m o r a n t   d a m e t i m e   l u k a d o n c i c  
2 0 2 0 - 2 0 2 1   p a n i n i   f l a w l e s s   t r a e   y o u n g   1 o f 1 
 
 i t e m   n u m b e r :   2 2 1 0 0 4 0 5 2 4 0 9 4 5 2 
 
 n b a   p a n i n i   p a n i n i a m e r i c a   a t l a n t a   h a w k s   a l t   t r a e   y o u n g   t r a e y o u n g   f l a w l e s s   b a s k e t b a l l   t r a d i n g c a r d s   s p o r t s c a r d s  
a t l a n t a   h a w k s   v s   m i l w a u k e e   b u c k s   a b u   d h a b i   g a m e s   s c h e d u l e s   |   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a a b u d h a b i g a m e s   n b a i n a b u d h a b i   n b a g l o b a l g a m e s   n b a 2 0 2 2   h a w k s   b u c k s   g i a n n i s   t r a e y o u n g   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2
t r a e   y o u n g   h a s   s o   m u c h   p o t e n t i a l .   h e   j u s t   n e e d s   t o   l e a r n   t o   s h u t   h i s   m o u t h   u n t i l   h e   e a r n s   h i s   r a n k .   t h e m i c s t a y s h o t   h o t t a k e s   n b a   p o t e n t i a l g r e a t   t r a e y o u n g  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   a t l a n t a   h a w k s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   a t l   a t l a n t a h a w k s   a t l a n t a   h a w k s   t r a e y o u n g   u n i m o c k u p s   l o g o d e s i g n   n b a t w i t t e r    
b e c k e t t   c e r t i f i e d   a u t h e n t i c   t r a e   y o u n g   a u t o g r a p h     j e r s e y   w /   i c e   t r a e   i n s c r i p t i o n   🏀   🧊   t r a e y o u n g   a t l a n t a h a w k s   i c e t r a e   a u t h e n t i c   a u t o g r a p h   m v p t r a d i n g c a r d s   @   m v p   t r a d i n g   c a r d s  
c h a r i t y   s t r i p e   i t   i s .   s t e p h c u r r y   j o r d a n p o o l e   k e v i n d u r a n t   t r a e y o u n g   f g   n b a   n b a f a n t a s y   f a n t a s y r a d a r   l a t v i a f a n t a s y l e a g u e 
  
  🏀   t r a e y o u n g   f i l m   s t u d y   |   n b a   a t l a n t a   h a w k s   |   b a s k e t b a l l   d r i l l s   & a m p ;   t r a i n i n g   |   p o i n t   g u a r d   p l a y    
w h a t   n b a   p l a y e r   d o   y o u   p l a y   b a s k e t b a l l   l i k e ? 🤔 🏀   |   b w o 
 
 b l a c k w h i t e o r o t h e r   b w o   k y r i e i r v i n g   t r a e y o u n g   n b a   b a s k e t b a l l   i n t e r v i e w   p u b l i c   c i t i z e n s t a n d u p   f y p   t w i t t e r  
t h e     h a v e   t h e i r   f i r s t   p r e - s e a s o n   g a m e   i n   a b u d h a b i   s o o n .   a r e   y o u   e x c i t e d   f o r   t h e   s e a s o n ?   w e   w i l l   b e   t a l k i n g   a b o u t   t h e   h a w k s   o n   t h e   n e x t   e p i s o d e   o f   a r o u n d   t h e   a t l .   b e   s u r e   t o   s u b s c r i b e   t o   w a t c h .       a t l a n t a h a w k s   n b a   a r o u n d t h e a t l   t r a e y o u n g  
c l i n t   c a p e l a   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c l i n t c a p e l a   c l i n t   c a p e l a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
c l i n t   c a p e l a   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c l i n t c a p e l a   c l i n t   c a p e l a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
c l i n t   c a p e l a   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c l i n t c a p e l a   c l i n t   c a p e l a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
c l i n t   c a p e l a   n b a   h i g h l i g h t s   h a w k s   v s   b u c k s   0 8 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c l i n t c a p e l a   c l i n t   c a p e l a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   a t l a n t a   h a w k s   h a w k s  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [53], in <cell line: 1>()
      1 for id, tweets in tweets_df_Hawks2.items():
      2     for tweet in tweets:
----> 3         analysis = SentimentIntensityAnalyzer(tweets_df_Hawks2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Hawks2 = tweets_df_Hawks2.append({
      5             'name': id,
      6             'text': tweets_df_Hawks2.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\vaderSentiment\vaderSentiment.py:200, in SentimentIntensityAnalyzer.__init__(self, lexicon_file, emoji_lexicon)
    198 def __init__(self, lexicon_file="vader_lexicon.txt", emoji_lexicon="emoji_utf8_lexicon.txt"):
    199     _this_module_file_path_ = os.path.abspath(getsourcefile(lambda: 0))
--> 200     lexicon_full_filepath = os.path.join(os.path.dirname(_this_module_file_path_), lexicon_file)
    201     with codecs.open(lexicon_full_filepath, encoding='utf-8') as f:
    202         self.lexicon_full_filepath = f.read()

File ~\anaconda3\lib\ntpath.py:117, in join(path, *paths)
    115     return result_drive + result_path
    116 except (TypeError, AttributeError, BytesWarning):
--> 117     genericpath._check_arg_types('join', path, *paths)
    118     raise

File ~\anaconda3\lib\genericpath.py:152, in _check_arg_types(funcname, *args)
    150         hasbytes = True
    151     else:
--> 152         raise TypeError(f'{funcname}() argument must be str, bytes, or '
    153                         f'os.PathLike object, not {s.__class__.__name__!r}') from None
    154 if hasstr and hasbytes:
    155     raise TypeError("Can't mix strings and bytes in path components") from None

TypeError: join() argument must be str, bytes, or os.PathLike object, not 'Series'
In [54]:
for id, tweets in tweets_df_Nets1.items():
    for tweet in tweets:
        analysis = TextBlob(tweets_df_Nets1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Nets1 = tweets_df_Nets1.append({
            'name': id,
            'text': tweets_df_Nets1.text
        }, ignore_index=True)
r e b u i l d i n g   t h e   b r o o k l y n   n e t s !   ( n b a   2 k 2 3   m y n b a )     v i a     n b a   n b a 2 k 2 3   b a s k e t b a l l   s p o r t s   g a m i n g   y o u t u b e r   b r o o k l y n n e t s
b e n   s i m m o n s   w i t h   t h e   s h o t   b o i i .   b e n s i m m o n s   n e t s   b r o o k l y n   b r o o k l y n n e t s  
k y r i e   i r v i n g   i s   t u r n i n g   c h a m p i o n s h i p - m i n d e d   n e t s   i n t o   t o t a l   d y s f u n c t i o n ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
w h a t   i n j u r y   w i l l     c l a i m   h e   h a s ? ? ? 
 
 h e   s h o u l d   c l a i m   a n   i n j u r e d   e g o 
 
 n b a   b r o o k l y n n e t s   n e t s   
  
o v e r   t e n   y e a r s ,   t h e   b r o o k l y n n e t s   h a v e   n o t   r e a c h e d   t h e i r   p o t e n t i a l ,   g a i n i n g   t h e   s e c o n d   r o u n d   o f   t h e   p l a y o f f s   o n l y   t w i c e . 

n o   w a y   s i m m o n s   d i d   t h a t   b r o o k l y n n e t s  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
o n e   m a n   t r i b e   i n   b r o o k l y n     w w e   r a w   b a r c l a y s c e n t e r   w u w   j o h n y r o d z   w w e   d e g e n e r a t i o n x   w w e r a w   g e r o n i m o   g l e a s o n s g y m   b r o o k l y n n e t s   n e w y o r k               _        
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   t r a i n i n g   c a m p   🏀 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
n e t s   a l l   a c c e s s   p r a c t i c e   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
k y r i e   i r v i n g   s a y s   t h e   b r o o k l y n   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   l o c k e d o n p o d c a s t  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
f r o m   g r e e n v i l l e ,   n c   t o   b r o o k l y n :   d a y & a m p ; 3 9 ; r o n   s h a r p e & a m p ; 3 9 ; s   n b a   j o u r n e y   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   d a y r o n s h a r p e   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n e t s h i g h l i g h t s   n o r t h c a r o l i n a   s p o r t s   s t e v e n a s h   u n c  
t h e   b r o o k l y n   n e t s :   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   i s s u e s   ( t h e   r e a l   s t o r y ) 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a o n e s p n   n e t s t r a d e r u m o u r s  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   2 t   c o l o r   p a c k   5 9 f i f t y   -   g r a p h i t e ,   r e d ,   w h i t e   n o w   a v a i l a b l e   f r o m   e c a p s u n l i m i t e d 
 
 n e w d r o p   e i g h t y 8 f i t s   c a p s u n l i m i t e d   n b a   b r o o k l y n n e t s   n e t s   w e g o h a r d   b r o o k l y n   n e w y o r k   2 t   c o l o r   p a c k   5 9 f i f t y   g r a p h i t e   r e d   w h i t e 
 

  a n   i n d i c t m e n t   o f   h c   s t e v e   n a s h   t h a t   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   h a v e   t a k i n g   c a m   t h o m a s   u n d e r   t h e r e   w i n g   t o   d e v e l o p   h i m 
 
 w h e r e ' s   n a s h   c o a c h i n g   o r   c o a c h i n g   s t a f f ?   
 
 w h e r e ?   - -   p l e a s e 
 
 b r o o k l y n n e t s   n e t s   n e t s l e v e l
t h r e e   t h i n g s   s t e v e   n a s h ,   b e n   s i m m o n s   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g  
d a i l y   r / g o n e t s   d i s c u s s i o n   -   o c t o b e r   1 0 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
n b a   b r o o k l y n n e t s   s t e v e n a s h   n e t s   f a n s   b o o   s t e v e   n a s h   a t   o p e n   p r a c t i c e  
t i m e l i n e   o f   j a m e s   h a r d e n   a n d   t h e   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   c h r i s p a u l   c o m m e n t a r y   c o m m e n t a t o r   d a r y l m o r e y   d o m 2 k   d o m 2 k p o d c a s t   d w i g h t h o w a r d   h o u s t o n r o c k e t s   j a m e h a r d e n k y r i e i r v i n g   j a m e s h a r d e n   j a m e s h a r d e n i n t e r v i e w   j a m e s h a r d e n k e v i n d u r a n t  
k y r i e   i r v i n g   i n t r o d u c e d   a t   t h e   n e t s ’   p r a c t i c e   a t   b   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   e s p n n b a   h i g h l i g h t s   k y r i e i r v i n g   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   n e t s p r a c t i c e   p r a c t i c e i n t h e p a r k   s p o r t s   v i r a l  
o n   f e e t   👟 
 
   a r r i v e s   t o     ‘ p r a c t i c e   i n   t h e   p a r k ’   i n     a j 1   x   c a c t u s   j a c k   “ f r a g m e n t ”   1   l o w s   🌵 
 k d   b r o o k l y n n e t s   n e t s   t r a v i s s c o t t   f r a g m e n t   j o r d a n 1   l o w s   

w h a t   a n   a m a z i n g   p r a c t i c e i n t h e p a r k   e v e n t ,   s h o u t   o u t   t o   a l l   t h e   n e t s   f a n s   f o r   s h o w i n g   o u t ,   r e a l l y   m a d e   t h e   e v e n t   s p e c i a l .     n e x t   u p … o p e n i n g   n i g h t   b r o o k l y n n e t s   b r o o k l y n b r i d g e p a r k   n e t s d j   n b a d j  
m y   e x p e o p i n i o n   e p 1 3 3 :   t o n y   y a y o   & a m p ;   u n c l e   m u r d a           p o d c a s t   q u e e n s   b r o o k l y n n e t s   b r o o k l y n   b l o g   v i d e o   t r e n d   t r e n d i n g n o w   n y c c   n e w y o r k   c a l i f o r n i a   l o s a n g e l e s   m o n d a y t h o u g h t s   h i p h o p   r a p   m u s i c     a t l a n t a   n e w s
n e t s   n e w   r o s t e r   a f t e r   d u r a n t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s l i n e u p 2 0 2 3   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s n e w s t o d a y   b r o o k l y n n e t s o f f i c i a l l i n e u p 2 0 2 2   b r o o k l y n n e t s r o s t e r 2 0 2 2   b r o o k l y n n e t s r o s t e r 2 0 2 3   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   n b a  
a m i d s t   t h e   b l a c k d r o p 
 
 b r o o k l y n n e t s  
b e s t   f r e e   s t u f f   e v e r   y e s t e r d a y   p r a c t i c e i n t h e p a r k   b r o o k l y n n e t s  
[ w i n f i e l d ]   n e t s   f a n s   j u s t   b o o e d   s t e v e   n a s h   w h e n   h e   w a s   i n t r o d u c e d   a t   p r a c t i c e   i n   t h e   p a r k .   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
i n k t o b e r   d a y   9 .   e a s y   m o n e y   s n i p e r .   
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   s l i m r e a p e r   b a s k e t b a l l   b a s k e t b a l l a r t   n b a   n b a a r t   a r t i s t   a r t   s k e t c h   b a l l p o i n t p e n   b a l l p o i n t p e n a r t   b r o o k l y n   b r o o k l y n n e t s   d j o s s u p p a h   d j o s s u p p a h a r t  
[ w i n f i e l d ]   n e t s   f a n s   j u s t   b o o e d   s t e v e   n a s h   w h e n   h e   w a s   i n t r o d u c e d   a t   p r a c t i c e   i n   t h e   p a r k . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
i n d i a n a   p a c e r s   v s .   n e w   y o r k   k n i c k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
        k e e p   m a k i n g   a   d i f f e r e n c e ! 
 g o d   b l e s s   y o u   a l l ! !   b r o o k l y n n e t s   b r o o k l y n
n j ➡ ️ b k !   🔟   y e a r s   i n   n y !   b r o o k l y n n e t s  
k d   f o r   t h e   k i d s   🖊   b r o o k l y n n e t s  
[ b o o l i n   s p o r t s ]   n e t s   h a v i n g   a n   o u t d o o r   p r a c t i c e   a t   p r a c t i c e   i n   t h e   p a r k 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
_ 8 m u r a   i n s p i r e d   h a t 
 
 p u r p l e u r b   p i x e l a r t   a r t   f a s h i o n     c u l t u r e   n b a   b r o o k l y n   b r o o k l y n n e t s   n i p p o n   j a p a n   b a s k e t b a l l  
i   s u p p o r t   e v e r y   t i m e   w i t h   e x c e p t i o n   o f   t h e   n e t s   t h e y   c a n   g o   s u c k   a   f r a n k !   b r o o k l y n n e t s
w e   n e e d   t o   t a l k   a b o u t   k y r i e   i r v i n g … 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s k y r i e i r v i n g h i g h l i g h t s   e a s t e r n c o n f e r e n c e   k y r i e i r v i n g   k y r i e i r v i n g 2 0 2 2 s e a s o n   k y r i e i r v i n g b e s t p l a y s   k y r i e i r v i n g b r o o k l y n h i g h l i g h t s   k y r i e i r v i n g b r o o k l y n n e t s  
p r a c t i c e   i n   t h e   p a r k . .   n e t s   b r o o k l y n n e t s   
 
  
k y r i e   i r v i n g   a n d   k d   l o o k   g r e a t   a t   t o d a y & a m p ; 3 9 ; s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   k y r i e i r v i n g a n d k d   k y r i e i r v i n g a n d k d l o o k g r e a t a t t o d a y s b r o o k l y n n e t s t r a i n i n g c a m p   t r a i n i n g c a m p  
t h e   m o n t y   s h o w   7 5 6 !   i s   u t a h   j a z z   s t a r   . . . 
   
 
   
 b i g 1 0   b i g 1 0 e x p a n s i o n   b i g 1 2   b i g 1 2 e x p a n s i o n   b i g 1 2 n o t r e d a m e   b i g 1 2 t v d e a l   b r o o k l y n n e t s   c h i p o t l e u n i o n   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l h e a t   d o n o v a n m i t c h e l l k n i c k s   d o n o v a n m i t c h e l l t r a d e r u m o r s   k e v i n d u r a n t  
h e r e   a t   b r o o k l y n n e t s   p r a c t i c e   a t   t h e   p a r k .   l i n e   w a s   w r a p p e d   a l l   t h e   w a y   a r o u n d   p i e r   t h r e e   b y   n o o n .   n o t   b a d   f o r   a   t e a m   w i t h   “ n o   f a n s . ”
b r o o k l y n   n e t s   t r a i n i n g   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
  f o r m e r   n e t s   p l a y e r ' s   a r e   t e l l i n g   t h e   t r u t h   a b o u t   t h e   t e a m   c h e m i s t r y   & a m p ;   l o c k e r o o m   l a s t   y e a r   a n d   p e o p l e   t a k e   t h e r e   s u b t l e   j a b   a s   t h r o w i n g   s h a d e   -   p l e a s e 
 
 a m a r e   s t o u d e m i r e   w h o   w a s   p a r t   o f   b r o o k l y n n e t s   c o a c h i n g   s t a f f   t h r e w   s u d t l e   j a b   a t   t e a m 
 
 n e t s l e v e l   t o g e t h e r n e t s   n e t s w o r l d
a n y o n e   h a v e   e x t r a   p r a c t i c e   i n   t h e   p a r k   t i x   l e m m e   k n o w ! !   i   m i s s e d   a n y   a l e r t s   a n d   n o w   h a v e   n o   t i x   😣   n e t s w o r l d   b r o o k l y n n e t s   p r a c t i c e i n t h e p a r k
k e v i n   d u r a n t   i s   s t a y i n g   w i t h   t h e   b r o o k l y n   n e t s ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
d a y ' r o n   s h a r p e 
   " s a m u e l   l   j a c k s o n "     : d   
 f o r   n b a 2 k 2 3 
 p a i d   r e q u e s t 
 - h d   f a c e   t e x 
 - o n / o f f   h e a d b a n d / f u r y 
 - m u l t i p l e   s w i t c h   l o o k 
 - 3   h a i r s t y l e 
 a e o m o d s   
 a e g c f m o d s   
 s a m u e l l j a c k s o n   
 b r o o k l y n n e t s   
 d a y r o n s h a r p e  
d a i l y   r / g o n e t s   d i s c u s s i o n   -   o c t o b e r   0 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
🚨   j u s t   c o n f i r m e d !   t h e   b r o o k l y n   n e t s   h a v e   s   . . . 
   
 
   
 2 0 2 2 n b a f r e e a g e n c y   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s 2 0 2 2   b r o o k l y n n e t s f r e e a g e n c y   b r o o k l y n n e t s f r e e a g e n c y 2 0 2 1   b r o o k l y n n e t s f r e e a g e n t s   b r o o k l y n n e t s h i g h l i g h t s   b r o o k l y n n e t s n e w s  
k y r i e   i r v i n g ,   n e t s   h o p i n g   t o   e r a s e   p a s t   i s s u e s   a n d   s t a r t   n e w   b e g i n n i n g s   f o r   n e x t   s e a s o n   b r o o k l y n n e t s   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s  
_ z _ d a i l y   j i g g g g g a a a a a ,   w h a t s   m y   m : ( $ & a m p ; /   f   ) $ ? 6 / 2   n a m e ? !   j a y z   h o v   b r o o k l y n n e t s   b r o o k l y n   n y c   r o c k a w e a r   r o c k a f e l l a r e c o r d s
n e t s   n a t i o n   a g a i n s t   t h e   w o r l d   b r o o k l y n n e t s  
b r o o k l y n   n e t s   t r a i n i n g   c a m p   d a y   1 4   h i g h l i g h t s !   b e n   s i m m o n s   c o n t i n u i n g   t o   i m p r o v e ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
d e s p i t e   w h a t ' s   g o i n g   o n   i r l ,   i n   q c s n ,   t h e   b r o o k l y n   n e t s   c a m e   a s   a   t e a m   a n d   s w e e p   l e b r o n   a n d   t h e   l a k e r s   t o   w i n   t h e i r   f r a n c h i s e   f i r s t   c h a m p i o n s h i p . 
 
 w i n n i n g   o n   h i s   o w n ,   k e v i n   d u r a n t   i s   t h e   f i n a l s   m v p 
 
 b r o o k l y n n e t s   n b a c h a m p s   n b a c h a m p i o n s   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   y o u t u b e  
r a f f l i n g   o f f   4   t i c k e t s   t o   p r a c t i c e   i n   t h e   p a r k   i n   b r o o k l y n .   l m k   a n d   i t ’ s   y o u r s   b r o o k l y n n e t s
n i c o l a s   c l a x t o n 😎 
 f o r   n b a 2 k 2 3 
 p a i d   r e q u e s t ! ! ! 
 - h d   f a c e   t e x t u r e 
 -   9   s w i t c h i n g   h a i r   s t y l e 
 n i c o l a s c l a x t o n   
 b r o o k l y n n e t s   
 a e g c f m o d s 
 a e o c f m o d d i n g  
c o l l e g e f o o t b a l l   b r o o k l y n n e t s   o k l a h o m a s o o n e r s   t e x a s l o n g h o r n s   k e v i n   d u r a n t   t a u n t s   o k l a h o m a   c o a c h   b r e n t   v e n a b l e s   d u r i n g   4 9 - 0   b l o w o u t   l o s s   t o   t e x a s  
💥 e p i s o d e   1 3   -   i s   b e n   s i m m o n s   m o r e   v a l u a b l e   t o   t h e   n e t s   t h a n   k y r i e   i r v i n g ? 💥   t h i s   a n d   m o r e … 
 
 ✅   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s   👍 🏼   
 
 n b a   s h e h u l k a t t o r n e y a t l a w   h o u s e o f t h e d r a g o n h b o   d a r e d e v i l   b r o o k l y n n e t s   
 
 p o d c a s t   l i n k :  
k y r i e i r v i n g   s a y s   b r o o k l y n n e t s   l o o k i n g   t o   c h a n g e   n a r r a t i v e   -   v i a     a p p   e s p n    
l e b r o n   j a m e s ,   a n t h o n y   d a v i s   a n d   t h e   l a k e r s   a r e   b a c k   i n   t h e   n b a f i n a l s   g o i n g   a g a i n s t   t h e   r e d   h o t   n e t s . 
 
 t h e   s e a s o n   3   n b a   f i n a l s   i s   l i v e 
   
 
 l o s a n g e l e s l a k e r s   b r o o k l y n n e t s   l a   l a k e r n a t i o n   b r o o k l y n   k d   k y r i e i r v i n g   k y r i e   y o u t u b e   n b a 2 k 2 3   n b a 2 k 2 2
  w e   a r e   g o i n g   f i r e   s t e v e   n a s h   a s   s o o n   a s   w e   g e t   r i d   o f   g m   s e a n   m a r k s 
 
 m a r k s   m a y   f i n d   h i m s e l f   o u t   g m   j o b   b e c a u s e   o f   h i s   a s s i s t a n c e   t h i s   f a r s e   o f   a   c o a c h   b e   h e a d   c o a c h   o f   t h e   n e t s 
 
 n e t s l e v e l   n e t s n a t i o n   t o g e t h e r n e t s   b r o o k l y n n e t s   f i r e s t e v e n a s h
w h o d o y o u c o l l e c t   t h e h o b b y 
 b r o o k l y n n e t s   a d 
 c h e c k   o u t   2 0 2 1 - 2 2   p a n i n i   i m p e c c a b l e   a s i a   c a m e r o n   t h o m a s   r o o k i e   p a t c h   a u t o   / 8 8   s e a l e d       e b a y   v i a  
i c y m i :   a n o t h e r   c o m p r o m i s e   i n   t h e   n a m e   o f   f u n d r a i s i n g ?   i n   h o n o r i n g   j o e t s a i   t h e   m u n i c i p a l a r t s o c i e t y   c o n v e n i e n t l y   f o r g e t s   i t s   c r u s a d e   a g a i n s t   s u p e r t a l l s   t h e a c c i d e n t a l s k y l i n e   b r o o k l y n n e t s   b a r c l a y s c e n t e r        
l a k e r s   a m o n g   p o t e n t i a l   s u i t o r s   f o r   m o   b a m b a   b r o o k l y n n e t s   l o s a n g e l e s l a k e r s   m i a m i h e a t   m o b a m b a  
m e m p h i s   g r i z z l i e s   v s .   m i a m i   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
h e y   -     t h x       🙌 
 t h a t   i s   n e t s l e v e l     😀 
 b r o o k l y n n e t s   n e t s w o r l d  
n a s h ' s   t a c t i c s   b r o o k l y n n e t s   n b a  
w h o ’ s   t h e   d r a k e   o f   t h e   b r o o k l y n   n e t s ?   🤔   |   c l u t c h   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c l u t c h p o i n t s   e a s t e r n c o n f e r e n c e  
w a t c h e d   n e t s   p r e s e a s o n   g a m e   l a s t   n i g h t . 
 m a n p u k u n   b r o o k l y n n e t s   n e t s w o r l d   y u t a w a t a n a b e   渡 邊 雄 太  
i s   t h i s   r e f i l l a b l e   i f   y o u   b r i n g   i t   t o   g a m e s ? ( 1 / 2   s e a s o n )   t h a t ’ s   w h a t   t h e   c o n c e s s i o n   g u y   s a i d   l o l 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
c o l d   h a r d   " c a p " !   
   t a l k s   " k y r i e " . 
   b r o o k l y n n e t s     n b a  
c o l d   h a r d   " c a p " !   
   t a l k s   " k y r i e " . 
   b r o o k l y n n e t s     n b a  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
h o m e   f o r   a t   l e a s t   2 1   m o r e   n i g h t s   t h i s   s e a s o n .   g o t   r o c k e d ,   b u t   l g n !   a l s o   s h o u t   o u t   t o   m y   t i c k e t   r e p   f o r   m a k i n g   m e   a m e x   m e m b e r   o f   t h e   g a m e ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b e n   s i m m o n s   b e s t   p l a y   y e t   v s   h e a t !   n b a   b r o o k l y n   n e t s   v s   m i a m i   h e a t 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s h i g h l i g h t s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s t o d a y   n e t s v s h e a t  
o ’ s   t h o u g h t s   o n   y e s t e r d a y ’ s   h e a t   v s   n e t s 
 n e t s   n e t s w o r l d   n e t s o n y e s   b r o o k l y n n e t s   n b a   n b a p r e s e a s o n    
n b a   n b a t w i t t e r   b r o o k l y n n e t s   b a s k e t b a l l   
 
 a f t e r   b e i n g   s w e p t   i n   t h e   f i r s t   r o u n d   o f   l a s t   y e a r ’ s   p l a y o f f s ,   t h e   b r o o k l y n   n e t s   a r e   r e a d y   t o   r e l a u n c h   a n   n b a   t i t l e   c a m p a i g n   i n   t h e   2 0 2 2 - 2 0 2 3   s e a s o n .   
 
 h a v e   a   l o o k   a t   b r o o k l y n   n e t s   n b a   2 0 2 2 - 2 3   r o s t e r :  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   -   . . . 
   
 
   
 7 6 e r s v s n e t s   b r o o k l y n n e t s   b r o o k l y n n e t s v s m i a m i h e a t   b r o o k l y n n e t s v s m i a m i h e a t f u l l g a m e   e a s t e r n c o n f e r e n c e   h e a t v s n e t s   h e a t s v s n e t s   h e a t s v s n e t s h i g h l i g h t s m i a m i h e a t s v s b r o o k l y n n e t s l i v e   h e a t s v s n e t s l i v e   m i a m i h e a t  
n b a 
 b r o o k l y n n e t s   t e m p o r a d a   2 0 2 2 / 2 3 
 
 i r v i n g 
 m i l l s 
 c h i o z z a 
 e d m o n d   s u m n e r 
 j o e   h a r r i s 
 s e t h   c u r r y 
 c a m   t h o m a s 
 a l o n d e s   w i l l i a m s   ( d ) 
 d a v i d   d u k e   j r   ( d ) 
 d u r a n t 
 r o y c e   o n e a l 
 t j   w a r r e n 
 b e n   s i m m o n s 
 m o r r i s 
 k e s s l e r   e d w a r d s 
 w a t a n a b e 
 c l a x t o n 
 s h a r p e 
 . 
 📷       
 t i e n e n   d e   t o d o   p e r o . . .  
b e n   s i m m o n s   a n d   t h e   n e t s   a i m   f o r   f r e s h   s t a r t !   b k n e t s   n e t s   b r o o k l y n n e t s   

b e n   s i m m o n s   a n d   n e t s   l o o k   f o r   f r e s h   s t a r t s   n e t s   b r o o k l y n n e t s   

c a n ’ t   w a i t   t o   s e e   m y   t e a m   ! ! !   a n d   i m a   g e t   k d   a t t e n t i o n   a g a i n   🥹 🔥 🤞 🏾 .   a l w a y s   g o o d   v i b e s   a t   t h e   p a r k   w /   t h e     & a m p ;   r e a l f a n s     i n   a t t e n d a n c e !   n e t s f a n s   b r o o k l y n n e t s   p r a c t i c e a t t h e p a r k   n e t s   n e t s n a t i o n   b k b l o c k   n e t s w o r l d     b k n e t s   n e t s f a n 4 l i f e   n e t f a n   k d   s e a n m a r k s    
s t e v e   n a s h   c l a r i f i e d   t h a t   j o e   h a r r i s   w a s   d e a l i n g   w i t h   a   l i t t l e   a n k l e   s o r e n e s s ,   w h i c h   i s   w h y   h e   m i s s e d   t o n i g h t ’ s   g a m e . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
w e l l   g o l d e n s t a t e   y ’ a l l   m i g h t   a s   w e l l   c a l l   b r o o k l y n n e t s   a n d   s e n d   a   j o r d a n p o o l e   p a c k a g e   o v e r   f o r   k e v i n d u r a n t   b e c a u s e   t h i s   v i d e o   s h o u l d ’ v e   n e v e r   g o t   o u t   & a m p ;   t h i s   d e f i n i t e l y   g o n e   m e s s   u p   t h e   t e a m   c h e m i s t r y .
w h o d o y o u c o l l e c t   t h e h o b b y 
 b r o o k l y n n e t s   c a m e r o n t h o m a s 
 c h e c k   o u t   2 0 2 1 - 2 2   p a n i n i   i m p e c c a b l e   a s i a   c a m e r o n   t h o m a s   r o o k i e   p a t c h   a u t o   / 8 8   s e a l e d       e b a y   v i a  
i s   b e n   s i m m o n s   r e a d y   t o   h e l p   t h e   b r o o k l y n n e t s ?     1 5 y a r d s   n b a  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   h e a t v s n e t s   n b a h i g h l i g h t s   n b a p l a y o f f s   n e t s v s h e a t  
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   h a w k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
m y   t h i n g   i s   w h o   i s   l e a k i n g   t h e s e   v i d e o s ?   s m h   n i g g a s   c a n ’ t   r u n   t h e   f a d e   i n   p e a c e   t h e s e   d a y s .   b r o o k l y n n e t s   i n   6
s i m m o n s :   " i   t o o k   3   s h o t s . .   w h i c h   i s   d e f i n i t e l y   n o t   e n o u g h " 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
f i r s t   b e n 1 0   b u c k e t   i ’ v e   w i t n e s s e d   s i n c e   t h e   a t l a n t a p a s s a c r e   ! 😂   
 p e e p   t y l e r h e r r o   o n   t h e   b e a c h 🤣 
 b e n s i m m o n s   n b a   b a s k e t b a l l   b r o o k l y n n e t s  
a   f e s t i v a l   f o r   c a f f e i n e   f i e n d s ,   p r i v a t e   a r c a d e   l o u n g e   w i t h   y o u r   c r e w ,   a n d   w h e r e   t o   w a t c h   t h e   b r o o k l y n n e t s   p r a c t i c e   o u t s i d e 
   v i a                 t h r i l l i s t n y c   t h r i l l i s t   n y c
p o s t   g a m e   t h r e a d :   t h e   m i a m i   h e a t   d e f e a t   t h e   b r o o k l y n   n e t s   1 0 9 - 8 0   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   -   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s v s m i a m i h e a t   b r o o k l y n n e t s v s m i a m i h e a t f u l l g a m e h i g h l i g h t s   b r o o k l y n n e t s v s m i a m i h e a t h i g h l i g h t s   e a s t e r n c o n f e r e n c e   h e a t a t n e t s   h e a t n e t s   h e a t v s n e t s   h e a t v s n e t s h i g h l i g h t s  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
k r i s t i a n   w i n f i e l d :   k e v i n   d u r a n t   s a i d   t h e   o n l y   t h i n g   h e   l i k e d   a b o u t   t o n i g h t ' s   g a m e   i s   t h a t   n o b o d y   g o t   h u r t 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
s o o o o   t h e   b r o o k l y n n e t s   l o o k   t e r r i b l e   l o l .   t h e y   a r e   n o t   a   t e a m .   a n d   w i n t   b e   a s   l o n g   a s   k d   i s   t h e i r   “ l e a d e r ” .   i   g i v e   i t   2   m o n t h s   b e f o r e   t h e   d r a m a   s t a r t s   u p   a g a i n .   o h   a n d   p s ;   j u s t   b c   s o m e o n e   h a s   a   p r e t t y   j u m p s h o t   d o e s n t   m a k e   t h e m   a n   a l l - t i m e   g r e a t .
p o s t   g a m e   t h r e a d :   t h e   m i a m i   h e a t   d e f e a t   t h e   b r o o k l y n   n e t s   1 0 9 - 8 0 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s   m i a m i   h e a t   w a s   o n   e s p n   a p p   ( u s ) .   c o - c o m m e n t a t o r   i s   d o r i s   b u r k e .   r e p o r t e r   i s   m o n i c a   m c n u t t .     f o r   m o r e   d e t a i l s   s e e     b r o o k l y n n e t s   m i a m i h e a t   e s p n a p p u s
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
a m e r i c a . . .   t h i s   i s   g o n n a   b e   a   l o n g   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s   m i a m i   h e a t   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
f u n   t i m e s ! ! !   b r o o k l y n n e t s  
l a c k   o f   e f f o r t   s h o u l d   b e   c r i t i c i z e d   b u t   w e   d i d   n o t   h a v e   t h r e e   o f   o u r   s h o o t e r s ,   i ’ m   n o t   c o n c e r n e d .   b r o o k l y n n e t s
  t h e r e   i s   v o i d   i n   n e t s   l o c k e r o o m   a n d   p a t t y   m i l l s   i s   t r y i n g   f i l l   t h a t   v o i d   & a m p ;   b r i n g   l e a d e r s h i p   t o   t h e   l o c k e r o o m 
 
 k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   a r e   b e s t   p l a y e r ' s   o n   b r o o k l y n n e t s   b u t   t h e r e   a r e   n o t   l e a d e r ' s 
 
   n e t s l e v e l   n e t s n a t i o n
f i n a l . 
 
 m i a m i   h e a t   1 0 9 
 b r o o k l y n   n e t s   8 0   
 
 s i r i   p l a y   p e p a s   r n . 
 m i a m i h e a t   b r o o k l y n n e t s   n b a
b r o o k l y n n e t s   h a s   a   b i g   p r o b l e m   t h i s   y e a r .   k d   w a s   r i g h t .   i   s e e   h i m   w e a r i n g   d o w n   f r o m   4 0   m i n   a   n i g h t   3   y e a r s   s t r a i g h t .   l e t   n a s h   b e   h e a d   o f   d e v e l o p m e n t   & a m p ;   h i r e   i m e   u d o k a ,   g e t   h i m   t o   r e s i g n   f r o m   b o s .   t h e n   g e t   d   c u z .   t h i s   i s   s o m e   b s .
  k e v i n   d u r a n t   g e t t i n g   t r i p l e   t e a m e d   i n   t h e   p r e s e a s o n   & a m p ;   s t e v e   n a s h   i s   n o t   m a k i n g   g a m e   t i m e   a d j u s t m e n t   t o   h e l p   k d u r a n t 
 
 h o w   l o n g   n e t s   a r e   g o i n g   p u t   u p   w i t h   t h i s   f a r c e   o f   a   c o a c h ?   - -   h o w   l o n g ?   - -   t h i s   i s   b u l l s h t 
 
     n e t s l e v e l   b r o o k l y n n e t s   n e t s n a t i o n
a   l i t t l e   b a s k e t b a l l   f o r   t o n i g h t ’ s   o u t i n g !   b r o o k l y n n e t s   b a s k e t b a l l   b a r c l a y s c e n t e r     b r o o k l y n     🏀   @   b a r c l a y s   c e n t e r  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
f i r e   s t e v e   n a s h   b r o o k l y n n e t s
k d   8 / 1 1   f g s   1 / 3   3 p t   g o o d   f o r   2 2   p o i n t s .   s t i l l   d o w n   1 8   w i t h   a   - 1 0   p e r .   b r o o k l y n n e t s   m i a m i h e a t   n b a p r e s e a s o n
m i a m i h e a t   m u c h   t o u g h e r   m e n t a l l y   t h a n   b r o o k l y n n e t s   n b a   h e a t   n e t s   e s p n   j u s t   p r e s e a s o n   i   p r e d i c t   n e t s   m e l t d o w n   a t   s o m e   p o i n t   t h i s   s e a s o n
j i m m y   b u t l e r   s t a r t s   t h e   s e c o n d   h a l f   o n   t h e   b e n c h .   l o o k s   d o n e   f o r   t h e   n i g h t .   n b a p r e s e a s o n   b r o o k l y n n e t s   m i a m i h e a t
h o l ’   u p !   ✋ 🏾 i   f o r g o t   a b o u t   t h e   b r o o k l y n n e t s   h a l f t i m e   s h o w     😄  
o k   h a l f t i m e   “ h e a t   a t   b r o o k l y n n e t s ” .   t i m e   f o r   s h e h u l k   l o l   ✌ 🏾 

t h e     a r e   s t i l l   h o r r i b l e   o n   t h e   d e f e n s i v e   e n d   o f   t h e   f l o o r   a n d   n o   o f f e n s i v e   p l a y   m a k i n g   f r o m   s t e v e   n a s h .   h i s   p l a n   i s   t o   h a v e   k d   i s o   b a l l   a l l   d a y .   s o   m u c h   t u r n o v e r s .   j u s t   h o r r i b l e   🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️   b r o o k l y n n e t s   b e n s i m m o n s   t r e n d i n g
s i m m o n s '   m o v i n g   w e l l .   l o o k s   l i k e   h e ' s   a t   1 0 0 %   a f t e r   h i s   b a c k   s u r g e r y .   m e a n w h i l e   t h e   n e t s   c a n ' t   b u y   a   b u c k e t   d o w n   3 1 - 4 8 .   m i a m i h e a t   b r o o k l y n n e t s   n b a p r e s e a s o n
          c a n   u   p l e a s e   t e l l   m e   w h y   i n   t h e   h e l l   i s   s t e v e n a s h   s t i l l   c o a c h i n g   t h e   b r o o k l y n n e t s   r i g h t   n o w   b e c a u s e   c l e a r l y   t h e y   d o n ’ t   w a n t   t o   p l a y   f o r   t h i s   m a n   a t   a l l   r i g h t   n o w .   y o u   c a n   u s e   t h e   p r e s e a s o n   e x c u s e   i f   y o u   w a n t   t o o 💯 🤦 🏽 ‍ ♂ ️  
m i a m i   h i t t i n g   3 s   f r o m   d e e p .   j o v i ć   l o o k i n g     l i k e   a   g r e a t   p i c k u p .   b r o o k l y n ' s   2 n d   s t r i n g   g e t t i n g   r o l l e d   o u t   h e r e .   n b a p r e s e a s o n   b r o o k l y n n e t s   m i a m i h e a t
i t ’ s   w a y   t o o   e a r l y   t o   b e   c r i t i q u i n g   b e n   s i m m o n s   a g g r e s s i v e n e s s   i n   m y   o p i n i o n .     t h i s   i s   g a m e   2   i n   o v e r   a   y e a r .     i t ’ s   p r e - s e a s o n .     b r o o k l y n n e t s .
d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   b r o o k l y n n e t s
b e n   s i m m o n s   h a s n ’ t   p l a y e d   i n   a   s e a s o n   a n d   y e t   i   s e e   t w e e t s   c a l l i n g   h i m   t r a s h .     s t o p   i t ! !     g i v e   t h e   m a n   a   c h a n c e   t o   p l a y   a   f e w   g a m e s   b u t   t h e   t r a s h   l a b e l   i s   f a l s e .     n o   h e   i s   n o t   s h o o t i n g   j u m p   s h o t s   b u t   y o u   c a n   s e e   h e   i s   w o r k i n g   o n   h i s   s t r e n g t h s   d e f e n s e   & a m p ;   p a s s i n g .   b r o o k l y n n e t s
a n y b o d y   e l s e   h a v e   t r o u b l e   w i t h   t h e   b r o o k l y n n e t s   g r a y   f l o o r ?   
 
 i d k   i   f e e l   l i k e   i ' m   w a t c h i n g   a   b l a c k   a n d   w h i t e   t v   o r   s o m e t h i n g . . . l o l  
b r o o k l y n n e t s   r e f e r e e s   o u t   t h e r e   r u n n i n g   t h e   c o u r t   o n   p o i n t   l o l   b e s i d e s   o n e   o f   t h e m   t h r o w i n g   u p   t h e   t o u c h d o w n   a f t e r   a   b u c k e t   l m f a o o o
🚨 m a x   b e t   a l e r t 🚨 
 
 🏀 t o   w i n   $ 6 6 0 :   n e t s   o v e r   2 2 1 
 🏀 t o   w i n   $ 5 2 9 :   l i v e   n e t s   - 6 . 5 
 
 g a m b l i n g t w i t t e r   m a x b e t   b r o o k l y n n e t s  
b e n s i m m o n s   i s   g o i n g   t o   b e   s p e c i a l   f o r   t h e   b r o o k l y n n e t s   t h i s   y e a r   n b a t w i t t e r   n b a p r e s e a s o n
🏀   b a s k e t b a l l :   b r o o k l y n   n e t s   v s   m i a m i   h e a t   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 b a s k e t b a l l p r e s e a s s o n   n b a l i v e   n b a f a n s   a m e r i c a n   u s a   b r o o k l y n n e t s   m i a m i h e a t
m a n ,   i   l o v e   d o r i s   b u r k e ! 
 
 a n   i n c r e d i b l e   s p o r t s   f i g u r e ,   s o   e x t r e m e l y   k n o w l e d g e a b l e   a n d   a   b r e a t h   o f   f r e s h   a i r   w h e n   s h e ’ s   o n   t e l e v i s i o n   f o r   t h e   n b a   -   .   
 
 b r o o k l y n n e t s 
 m i a m i h e a t
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e t r o i t p i s t o n s   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
f i r s t   t i m e   w i t h   m y   m e n t o r   a n d   c o l l e a g u e   a t   a   b r o o k l y n n e t s   g a m e   t o n i g h t !   n e t s w o r l d   🏀  
b r o o k l y n   n e t s   t e a m   h e a 5 9 f i f t y   -   b l a c k ,   w h i t e ,   o r a n g e   n o w   a v a i l a b l e   f r o m   e c a p s u n l i m i t e d 
 
 n e w d r o p   e i g h t y 8 f i t s   c a p s u n l i m i t e d   n b a   b r o o k l y n n e t s   n e t s   w e g o h a r d   b r o o k l y n   n e w y o r k   t e a m   h e a r t   5 9 f i f t y   b l a c k   w h i t e   o r a n g e 
 

. _   s i g n s   w i t h   t h e     o f   t h e     .   l e t ’ s   g e t   t o   w o r k ! 
 
 g l e a g u e   n b a   l o n g i s l a n d n e t s   b r o o k l y n n e t s   h b c u  
n b a   c e l t i c s t a l k   c e l t i c   n b a p r e s e a s o n   n b a f a n t a s y   t a t u m   b r o o k l y n n e t s 
 i   j u s t   d r a f t e d   m y     b a s k e t b a l l   t e a m .   p l a y   n o w !    
a n d   t o     o f   t h e     b r o o k l y n n e t s   w h e r e b r o o k l y n a t   h a p p y   n a t i o n a l c o a c h e s d a y
p r e s e a s o n   g a m e   2 !   m i a m i h e a t   v s   t h e   b r o o k l y n n e t s   t o n i g h t   a t   7 : 3 0 p m   i n   b r o o k l y n n y   o n   e s p n   a n d   b a l l y s p o r t s s u n !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
🐍 🧁 “ s o   m a n y   p e o p l e   d o u b t e d   m e .   t h e y   m o t i v a t e d   m e   e v e r y   s i n g l e   d a y ,   t o   b e   w h o   i   a m . ” 🧁 🐍 
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   b r o o k l y n   b r o o k l y n n e t s   n e t s   n e t s a r t   n e t s b a s k e t b a l l   b a s k e t b a l l   b a s k e t b a l l a r t   s p o r t s   a r t   g r a p h i c d e s i g n   b a s k e t b a l l d e s i g n   f r a n c h i s e   f r a n c h i s e d e s i g n s  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
d o   t h e   n e t s   a c t u a l l y   h a v e   w h a t   i t   t a k e s ? 
   
 
   
 a l l i e c l i f t o n   a t l a n t i c d i v i s i o n   b l u e w i r e   b r o o k l y n n e t s   c h a n n i n g f r y e   e a s t e r n c o n f e r e n c e   n b a p o d c a s t   r i c h a r d j e f f e r s o n   r o a d t r i p p i n   r o a d t r i p p i n p o d c a s t  
    t h e r e   y o u   g o   a g a i n !   n o w     w i l l   t r y   t o   r e c r u i t   j o r d a n p o o l e   f o r   t h e   b r o o k l y n n e t s
b a r c l a y s c e n t e r   o c t o b e r   2 0 2 2   e v e n t   c a l e n d a r :   1 3   t i c k e t e d   e v e n t s ,   p l u s   o n e   p r i v a t e   o n e 
 
 s e c o n d   b r o o k l y n n e t s   p r e - s e a s o n   g a m e   t o n i g h t  
d r a y m o n d   g r e e n   h a s   h i g h   e x p e c t a t i o n s   f o r   b e n   s i m m o n s   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e t s   n e w y o r k   n e w y o r k c i t y  
s h o p   n e t s w o r l d       f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   b r o o k l y n n e t s   b r o o k l y n   n e t s   n e t s n a t i o n   b k   b k n e t s
  t h e   b r o o k l y n n e t s   f r o n t   o f f i c e   w a t c h i n g   t h i s 😭  
d r a y m o n d   g r e e n   h a s   h i g h   e x p e c t a t i o n s   f o r   b e n   s i m m o n s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
s t o p   s l e e p i n g   o n   t h e   n e t s . . .   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
          @ _ c l a x t o n 3 3   n e t s   w o r l d   t h i s   i s   t h e   b e s t   r o t a t i o n   b r o o k l y n n e t s  
b e n   s i m m o n s   m a k e s   h i s   b r o o k l y n   n e t s   d e b u t   s h o r t s 
   
 
   
 7 6 e r s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a  
u t a h   j a z z   v s .   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
k r i s t i a n   w i n f i e l d   |   n e w - l o o k   n e t s   b a t t l e   e a r l y   g r o w i n g   p a i n s 
 
 w i t h   s o   m a n y   c h a n g e s   m a d e   d u r i n g   t h e   o f f s e a s o n   a n d   t r a i n i n g   c a m p ,   t h e   n e t s   w e r e   b o u n d   t o   e x p e r i e n c e   s o m e   g r o w i n g   p a i n s ,   t h e   n e w s   b e a t   r e p o r t     w r i t e s .   b r o o k l y n n e t s 

i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b r o o k l y n   n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b k l y n   b r o o k l y n n e t s   b r o o k l y n   n e t s   k e v i n d u r a n t   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
i   j u s t   p l a y e d   a   r a n d o m   r e c   g a m e   w i t h   _ c a m t h o m a s .   h e   h a d   4 7 p t s   a n d   i   h a d   a l m o s t   a   q u a d r u p l e - d o u b l e   🤣   n b a 2 k 2 3 f o r x b o x s e r i e s x s   b r o o k l y n n e t s  
b e n   s i m m o n s   d r o p s   s i c k   n o - l o o k   p a s s   i n   f i r s t   n e t s   g a m e   |   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
i f   y o u   s a y   s o 😂   n b a   b a s k e t b a l l   b r o o k l y n n e t s   b e n s i m m o n s   k d   k y r i e   n e t s  
t h e   b r o o k l y n   n e t s   a r e   s c a r y   g o o d !   👻   ( n b a   2 2 - 2 3   s e a s o n   p r e v i e w )   s h o r t s     v i a     
 
 n b a   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   b r o o k l y n n e t s
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t h e   b r o o k l y n n e t s '   b e n s i m m o n s   i s   g r a t e f u l   t o   b e   b a c k   a f t e r   h i s   p r e s e a s o n   d e b u t . 
  
l e t ' s   g e t   t h e   g a m e   s p i c e d   u p   h e r e !   🔥 
 
 c u r r e n t   p l a y e r - c o a c h   d u o   o f   k y r i e   a n d   n a s h   g o   a g a i n s t   e a c h   o t h e r !   w h o   g o e s   t o   t h e   n e x t   r o u n d   i n   q u e s t   t o   f i n d   t h e   b e s t   p o i n t   g u a r d   o f   a l l - t i m e ? 
 
 w h o   y o u   g o t ?   🗳 ️ 🗣 ️ 
 
 s t e v e n a s h   k y r i e i r v i n g   b r o o k l y n n e t s   b e s t p o i n t g u a r d o f a l l t i m e  
n b a   b r e a k i n g   n e w s :   n a s h   a n d   k e v i n   . . . 
   
 
   
 a m h o o p s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   d r a m a t i c n b a n e w s n a s h a n d k e v i n d u r a n t i s s u e s a t b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   e s p n   f o x s p o r t s   f r e e a g e n c y n b a   h o o p f l i x   k e v i n d u r a n t   k y r i e i r v i n g   l e b r o n j a m e s  
m y   c o l l e c t i o n   s o   f a r   b r o o k l y n   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   a u s t r a l i a  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
m y   t o p   4   i n   t h e   e a s t 
 
 n e t s 
 b u c k s 
 c e l t i c s 
 h a w k s 
 
 n b a 2 k 2 3   n b a 2 0 2 3 s e a s o n   n b a   a t l a n t a h a w k s   b o s t o n c e l t i c s   b r o o k l y n n e t s   m i l w a u k e e b u c k s
r o y c e   o ’ n e a l e   w a s   ‘ d e f i n i t e l y   s h o c k e d ’   t o   s e e   j a z z   b l o w   u p   r o s t e r   b r o o k l y n n e t s  
c h a r l o t t e   h o r n e t s   v s .   b o s t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   p h i l a d e l p h i a   7 6 e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
m a n   f i n a l l y   g o t   m y     j e r s e y   a u s t r a l i a   b r o o k l y n n e t s   k y r i e  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   e v e r y   t e a m .   h e r e ’ s   t h e   n e t s   v e r s i o n   ( r e g u l a r   a n d   a l t e r n a t e ) 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t   w a r r i o r s h i g h l i g h t  
w o u l d   e m b i i d ,   d u r a n t ,   & a m p ;   . . . 
   
 
   
 7 6 e r s h i g h l i g h t s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c h i n e y o g w u m i k e   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   j a m e s h a r d e n   j a m e s h a r d e n n e w s   j o e l e m b i i d   k d   k d h a r d e n   k e n d r i c k p e r k i n s   k e v i n d u r a n t   m a l i k a a n d r e w s  
b e n   s i m m o n s   h i g h l i g h t s   v s   p h i l a d e l p h i a   7 6 e r s !   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s v s 7 6 e r s   b r o o k l y n n e t s v s p h i l a d e l p h i a 7 6 e r s   e a s t e r n c o n f e r e n c e   n b a p r e s e a s o n   n e t s   n e t s v s 7 6 e r s   n e t s v s p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s  
w i l d   t o   t h i n k ,     b u t   t h i s   w i l l   b e   k d   & a m p ;   k y r i e ' s   f i r s t   h o m e   o p e n e r   t o g e t h e r   w i t h   f a n s   i n   a t t e n d a n c e . . . 
 
 2 0 1 9   -   n o   k d 
 2 0 2 0   -   c o v i d - 1 9   ( n o   f a n s ) 
 2 0 2 1   -   n o   k a i   ( v a x   m a n d a t e ) 
 2 0 2 2   -   🖤 🤍 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s t w i t t e r   b k n e t s   n e t s   b k l y n n e t s   d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
d a y   1 7   o f   o u r   n b a   s e a s o n   c o u n t d o w n ,   a n d   i t ' s   t i m e   t o   t a l k     a n d   t h e   s t a r   o f   t h e   o f f s e a s o n ,   k e v i n   d u r a n t .   b r o o k l y n n e t s   k e v i n d u r a n t  
n e w   o n e   f o r   s p o r t s   i l l u s t r a t e d   o n   t h e   c o n t r o l   k e v i n   d u r a n t   e x e r t   o n   n e t s   g m   s e a n   m a r k s .   h a d   f u n   i n c l u d i n g   a   l a y e r   o f   g o u a c h e   i n k   r e s i s t .   b i g   t h a n k s   t o   a d   l a u r a   a n g l e ! !   k e v i n d u r a n t   b r o o k l y n n e t s   s p o r t s i l l u s t r a t e d  
l a n a   r h o a d e s   t o l d   t h e   w o r l d   t h a t   h i s   s o n ' s   d a d d y   w a s   a   n e t s   p l a y e r   a n d   a   l i b r a . .   t h a t   i s   t h e   r e a s o n   w h y   b l a k e   g r i f f i n   s i g n e d   w i t h   t h e   c e l t i c s   n b a   b r o o k l y n n e t s   c e l t i c s
b e n   s i m m o n s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   n e t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
i t ' s   p r e s e a s o n .     c a l m   d o w n   p e o p l e .     i t ' s   t h e   f i r s t   g a m e .     b r e a t h e . .     c a n ' t   b e l i e v e   s o m e   o f   t h e   t w e e t s   i   a m   s e e i n g .     g i v e   t h i s   t e a m   t i m e   t o   g e l   a   l i t t l e   m o r e . . . .     i   w a s n ' t   e x p e c t i n g   t h e m   t o   b e   p e r f e c t   t h e   f i r s t   p r e s e a s o n   g a m e .     n e t s w o r l d   b r o o k l y n n e t s
w a s   g r e a t   t o   b e   b a c k   a t   t h e   c l a y ’ s   💯 💪 🏾     b r o o k l y n n e t s   n b a   n e t s w o r l d  
n b a   b r o o k l y n n e t s   l o s a n g e l e s l a k e r s   k y r i e i r v i n g   r e p o r t :   l a k e r s   w o n ' t   p u r s u e   k y r i e   i r v i n g   i n   f r e e   a g e n c y  
k a r e e m a b d u l j a b b a r   c a l l s   k y r i e i r v i n g   a   “ c o m i c a l   b u f f o o n ”     
 
 😆 🤣 😭   t h a t   h e   i s   a n d   m u c h   m o r e !   b r o o k l y n n e t s
b e n   s i m m o n s   i s   m a k i n g   h i s   n e t s   d e b u t   i n   2 0 2 2   p r e s e a s o n   🔥 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s d e b u t   b e n s i m m o n s d e b u t n e t s   b e n s i m m o n s h i g h l i g h t s   b e n s i m m o n s n e t s   b e n s i m m o n s t r a d e   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b e s t   t r a i l s   & a m p ;   t r a v e l   i s   a   p r o u d   s p o n s o r   o f   t h e   b r o o k l y n   n e t s .   c o m e   o u t   o n   o c t o b e r   1 9 t h   t o   b a r c l a y s   c e n t e r   t o   w a t c h   t h e m   p l a y   o n   o p e n i n g   n i g h t   🏀 
 
 b r o o k l y n n e t s   n e t s   b a r c l a y s c e n t e r   b r o o k l y n   n y c   n e w y o r k   c h a r t e r b u s   e x e c u t i v e c o a c h   b a s k e t b a l l   n y   s p o n s o r   o p e n i n g n i g h t   n b a  
g r e a t   t o   s e e   1 2   s h o o t i n g   3 s   a n d   p l a y i n g   d e f e n s e   a g a i n .   k e e p   t h a t   f o o t   h e a l t h y ,   j o e y   b u c k e t s !   b r o o k l y n n e t s
d o n t   b a s h   o p p o s i t e   t h i n k i n g ,   i n s t e a d   l i s t e n   c a r e f u l l y   a n d   c h o o s e   w h a t   u   b e l i k a r e e m a l j e i r v i n g   n b a   k y r i e   b a s k e t b a l l   l e b r o n j a m e s   k e v i n d u r a n t   l e b r o n   j a m e s h a r d e n   s t e p h e n c u r r y   b a l l i s l i f e   l a k e r s   k o b e b r y a n t   s t e p h c u r r y   n i k e   k   b r o o k l y n n e t s   n e t s   k o b e   k a r e e m  
p o s t   g a m e   t h r e a d :   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   1 2 7 - 1 0 8   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
n b a   b r o o k l y n n e t s   l o s a n g e l e s c l i p p e r s   d e n v e r n u g g e t s   b e n   s i m m o n s ,   k a w h i   l e o n a r d ,   j a m a l   m u r r a y ,   m i c h a e l   p o r t e r   j r .   r e t u r n   t o   a c t i o n  
    _ l i f e r s   _ n y _ b     d o l a n   e x e c u t i v e s   w i t h   b o t h   t h e   k n i c k s   a n d   n y r   h a v e   d e v e l o p e d   q u a l i t y   y o u n g   t a l e n t / g r e a t   l o c k e r   r o o m s .   b o t h   t e a m s   h e r e   t o   w o r k .     a l m o s t   u n h e a r d   o f   i n   p r o   s p o r t s   t e a m s .     l o o k   a t   t h e   b r o w n s   o r   b r o o k l y n n e t s   i f   a n y o n e   i s   c o n f u s e d   b y   w h a t   i   m e a n   l o l .
k y r i e   i r v i n g   o n   b e n   s i m m o n s :   “ h e ’ s   g o i n g   t o   l o v e   p l a y i n g   w i t h   u s ”   b e n s i m m o n s   b r o o k l y n n e t s   k y r i e i r v i n g  
b e n   s i m m o n s   m a k e s   n e t s   d e b u t   a f t e r   l o n g   w a i t           b r o o k l y n n e t s  
“ y o u   m a d e   m e   a   b e a s t ”   b e n   s i m m o n s   p u r p o s e l y   s c o r e d   h i s   f i r s t   n e t s   b u c k e t   a s   a   d u n k   a g a i n s t   s i x e r s     b r o o k l y n n e t s   n b a
s o   y e a h   t h i s   b r o o k l y n n e t s   t h i n g   c a n   w o r k . 
 
 r e b o u n d s   a r e   g o n n a   b e   a n   i s s u e ,   d e f e n s e   i s   g o n n a   b e   a   p r o b l e m ,   n a s h   s u c k s   a s   a   c o a c h   a n d   t h e   t e a m ' s   b e n c h   c o u l d   u s e   a   b i t   o f   w o r k . 
 
 b u t   e v e n   w i t h   a l l   t h a t   t h e y   g o t   k e v i n d u r a n t   w h i c h   m a k e s   e m   o n e   o f   t h e   t o p   t e a m s   i n   t h e   n b a   e a s t .  
o ’ s   t h o u g h t s   o n   s i x e r s   v s   n e t s   y e s t e r d a y   
 n e t s   n e t s w o r l d   n e t s o n y e s   b r o o k l y n n e t s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   -   f u l l   . . . 
   
 
   
 7 6 e r s v s n e t s   7 6 e r s v s n e t s l i v e   7 6 e r s v s n e t s p r e s e a s o n   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   n b a p r e s e a s o n  
" i ' m   g r a t e f u l   j u s t   t o   b e   a b l e   t o   s t e p   o n   t h a t   f l o o r , "   b e n s i m m o n s   s a i d .   " s t e p   o n   a n   n b a   f l o o r   a g a i n .   i   h a d   a   l o t   o f   f u n   o u t   t h e r e . "   n b a t w i t t e r   b r o o k l y n n e t s  
a s   i   w r o t e ,   " a r t   o r   a d v e r t i s i n g " ? 
 
 
 o r   m a y b e   a   r e - a f f i r m a t i o n   o f   b r o o k l y n n e t s   f a n d o m 
 b e l o n g b r o o k l y n 
 b a r c l a y s c e n t e r    
    _ n e t s _ w i n       b r o o k l y n n e t s   g a m e   w a s   🔥  
b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   w a s   o n   n b a   t v   ( u s ) .   w i t h   c o m m e n t a r y   f r o m   r y a n   r u o c c o .   c o - c o m m e n t a t o r   i s   s a r a h   k u s t o k .     f o r   m o r e   d e t a i l s   s e e     b r o o k l y n n e t s   p h i l a d e l p h i a e r s   n b a t v u s
g r e a t   t o   s e e   b e n   a n d   k d   s h a r i n g   a   l a u g h   o n   t h e   b e n c h . .   w o n d e r   w h a t   i t   w a s   a b o u t 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
m o r e   b r o o k l y n n e t s  
o f   c o u r s e   i   s a w   s t u f f   l i k e   t h i s   o n   t w i t t e r   l a s t   n i g h t ,   b u t   i   w a n t e d   t o   r e a l l y   w a t c h   t h e   b r o o k l y n n e t s   o n   📺   a n d   n o t   t h e   a p p    
s i m m o n s   o n   3 ?   w e l l   g o d d a m n   w e   g o t   t h i s   s e a s o n   b o i s s s s   n e t s   b r o o k l y n n e t s  
i   u s u a l l y   d o n ’ t   w a t c h   p r e - s e a s o n   g a m e s ,   b u t   i   n e e d   t o   s e e   t h i s   n e w / o l d   b r o o k l y n n e t s   t e a m   t o g e t h e r   a g a i n   f o r   t h e   f i r s t   t i m e .   n o w w a t c h i n g  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   3   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 3 6 e r s v s s u n s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   s u n s v s 3 6 e r s  
n o t   h a p p y   l o s i n g   a r e   f i r s t   p r e s e a s o n     g a m e   b u t   g o o d   t o   s e e   s i m m o n s   d o i n g   b i t s   b r o o k l y n n e t s   👏 🏾
n b a v i d e o s :   b e n   s i m m o n s   s l a m s   h o m e   h i s   f i r s t   n e t s   b u c k e t !   
   
 
   
 b a s k e t b a l l   b a s k e t b a l l v i d e o s   b r o o k l y n n e t s   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 0 9   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v l o g   t e a m 1 6 1 0 6 1 2 7 5 1   v i d e o   v i d e o s   v l o g  
p o s t   g a m e   t h r e a d :   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   1 2 7 - 1 0 8 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s .   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
b r o o k l y n n e t s   c u r r y b r o t h e r s 
   s o   y o u   b e e n   a   t e a m a t e   o f   b o t h   c u r r y   b r o t h e r s ,   i n   y o u r   o p i n i o n   h o w   g o o d   i s   s e t h   c u r r y   a s   a   p l a y e r   ?   3 p   s h o o t e r ,   b a l l   h a n d l e r ,   p a s s e r   a n d   s u c h .   i   g e t   s t e p h e n   t h e   b e t t e r   o n e   b u t   d o   y o u   t h i n k   s e t h   c a n   b e c o m e   o n   s i m i l a r   l e v e l   a s   h i s   b r o t h e r ?
b e n   s i m m o n s   p l a y e d   a   g a m e   o f   b a s k e t b a l l . 
 
 t h e   e n d   i s   n i g h . . . . . 
 
 n b a 
 b r o o k l y n n e t s
a n y b o d y   t h i n k   t h i s   m a n   d i d n ' t   f e i g n   a   m e n t a l   i l l n e s s 2   c o l l e c t   a   n b a   p a y c h e c k ? 
 i m   c e r t a i n   h e   w a s @   a l l   t i m e s   w e l l   e n o u g h 2   g e t   p a i d   b y   7 6 e r s   a n d   2 f o r c e   a   t r a d e . 
 n o t   s u r e   a n y   t e a m   o t h e r   t h a n   t h e   b r o o k l y n n e t s   c a r e d   l e s s   a b o u t   c h a r a c t e r   w h e n   t r a d i n g   f o r   h i m . 
  
h e ’ l l   m a k e   a   b i g   d i f f e r e n c e   f o r   b r o o k l y n   t h i s   s e a s o n .   h e   m a y   n e v e r   s h o o t   🤷 ‍ ♂ ️ .   b e n s i m m o n s   b r o o k l y n t o g e t h e r   b r o o k l y n n e t s   n e t s   k d   k y r i e   s t e v e n a s h   n b a   n b a p r e s e a s o n   n b a t w i t t e r   i n t h e s h e d   w e s a n d e r s o n   t o o l s   p o l i t i c s   s p o r t s   p a r a n o r m a l   n e w s   p o d c a s t s   s p o t i f y   y o u t u b e  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
i s   a n y b o d y   e l s e   n o t   a b l e   t o   w a t c h   t h e   g a m e   b e c a u s e   o f   t h i s ? 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
  a w e s o m e ! ! 
 n e t s   n e t s t w i t t e r   n e t s w o r l d   b r o o k l y n n e t s   n b a   n b a t w i t t e r
n e w   1 0 t h   a n n i v e r s a r y   c e n t e r   c o u r t   l o g o   t o   c e l e b r a t e   a   d e c a d e   o f   t h e   n e t s   i n   b r o o k l y n !   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
b e n   s i m m o n s   d e b u t s   w i t h   b r o o k l y n   n e t s   a n d   t w i t t e r   r e a c t s   |   b e n   s i m m o n s   h i g h l i g h t s 
 
 b e n s i m m o n s   b r o o k l y n n e t s  
7 6 e r s   o p e n   p r e - s e a s o n   w i t h   a   1 2 7 - 1 0 8   w i n   o v e r   t h e   b r o o k l y n   n e t s !   🔔 
 
 t y r e s e   m a x e y :   2 0   p t s ,   3   a s t 
 f u r k a n   k o r k m a z :   1 5   p t s ,   4   a s t 
 
 7 6 e r s   b r o o k l y n n e t s   n b a p r e s e a s o n  
b e n   s i m m o n s   s l a m s   i t   d o w n   f o r   f i r s t   p o i n t s   i n   b r o o k l y n   n e t s   d e b u t   |   n b a   o n   e s p n 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
d o n ’ t   w o r r y   a b o u t   t h i s   g a m e   m a n .   w e   g o t   g o o d   g u y s   g o o d   m o v e m e n t s !   t h e   n e t s   c a n   s t i l l   w i n   i t   a l l   m a n !   i   b e l i e v e   b r o o k l y n n e t s   !   n e t s w o r l d !
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s  
i t ’ s   g r e a t   t o   s e e     b a c k   o n   t h e   c o u r t   a g a i n .   i f   y o u ’ r e   s t i l l   h a t i n g   o n   h i m   a t   t h i s   p o i n t   y o u ’ r e   j u s t   a   h a t e r … a n d   t h a t ’ s   a   d i f f e r e n t   s t o r y   n b a   n b a p r e s e a s o n   b r o o k l y n n e t s
j o e   h a r r i s 👉 🏼   k e v i n   d u r a n t 
 
 b a s k e t b a l l   i s   b a c k   i n   b r o o k l y n 🔥 
 
 n e t s   b r o o k l y n n e t s   n b a t w i t t e r   n b a p r e s e a s o n   

k y r i e   " t h e   g l o v e "   i r v i n g   
 b r o o k l y n n e t s  
t h e   n e t s   c o u l d   b e   s c a r y   n e x t   y e a r   n b a     b r o o k l y n n e t s
t h i s   i s   b e a u t i f u l   b r o o k l y n n e t s
b e n   s i m m o n s   o u t   t h e r e   h o o p i n g !   😎 
 b r o o k l y n n e t s   n e t s w o r l d
i ' m   e n j o y i n g   t h e   b e n   s i m m o n s   a c t i o n   f o r   b r o o k l y n .     h e   l o o k s   g o o d   o u t   t h e r e .   n i c e   p a s s   t o   c l a x t o n   f o r   a   d u n k   o n   t h e   f a s t   b r e a k .   n b a   b r o o k l y n n e t s   n e t s
i t ' s   p r e s e a s o n .     c a l m   d o w n   p e o p l e .     i t ' s   t h e   f i r s t   g a m e .     b r e a t h e . .     c a n ' t   b e l i e v e   s o m e   o f   t h e   t w e e t s   i   a m   s e e i n g .     g i v e   t h i s   t e a m   t i m e   t o   g e l   a   l i t t l e   m o r e . . . .     i   w a s n ' t   e x p e c t i n g   t h e m   t o   b e   p e r f e c t   t h e   f i r s t   p r e s e a s o n   g a m e .     n e t s w o r l d   b r o o k l y n n e t s
o h   m y   g o o d n e s s   r o y c e   o n e a l ,   m i s s   u   😢   n b a   u t a h j a z z   b r o o k l y n n e t s
t h i s   i s   a t r o c i o u s   😭 b r o o k l y n n e t s
  f i n d s     i n   t r a n s i t i o n ‼ ️   n b a   n b a t w i t t e r   b r o o k l y n n e t s  
w h y   d o e s   b e n   s i m m o n s   k e e p   p i c k i n g   u p   h i s   d r i b b l e   b r o o k l y n n e t s
    n e e d   t o   g o   g e t   w h i t e s i d e .   t h i s   t e a m   i s   s t i l l   v e r y   s m a l l   a n d   w o n ' t   r e b o u n d   w e l l .   d o n ' t   k n o w   h o w   s e a n m a r k s   h a v e n ' t   f i l l e d   t h i s   h u g e   h o l e   y e t .   i t ' s   b e e n   l i k e   t h i s   f o r   a   f e w   s e a s o n s   n o w .   n b a   b r o o k l y n n e t s
k y r i e 💪   b r o o k l y n n e t s
i ’ m   s o   h a p p y   h o o p   i s   b a c k !     m y   n e t s   p l a y   t o m o r r o w !     l e t ’ s   g o !     b r o o k l y n n e t s
j u s t   f o u n d   o u t   i   c a n ' t   w a t c h   b r o o k l y n n e t s   o n     u n l e s s   i   p a y   e x t r a   t o   w a t c h   o n   a n   a p p ?   t h i s   i s   o u t r a g e o u s .
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a   n b a   b r o o k l y n  
b r o o k l y n   n e t s   a b o u t   t o   g e t   t h i s   w ,   l e t s   g o ! ! !   w e g o h a r d   b r o o k l y n n e t s
b a s k e t b a l l   i s   a b o u t   t o   b e   b a c k ! ! !   p r e s e a s o n   h e r e   w e   c o m e   🏀   b r o o k l y n n e t s   n e t s v s 7 6 e r s   p a t t y m i l l s   c l a x   s e t h c u r r y
b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e   s t r e a m   -   n b a   -   p r e - s e a s o n   ( b a s k e t b a l l ) 
 
 w a t c h   b r o o k l y n   n e t s   l i v e   s t r e a m   a g a i n s t   p h i l a d e l p h i a   7 6 e r s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a  
🏀   b a s k e t b a l l :   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   -   n b a 
 ⏰   0 6 . 3 0   u t c + 7 
 ➡     
 
 b a s k e t b a l l   a m e r i c a n   u s a   a m e r i c a n b a s k e t b a l l   b a s k e t b a l l l o v e r s   n b a   p h i l a d e l p h i a 7 6 e r s   b r o o k l y n n e t s
b r o o k l y n   n e t s   p r e s e a s o n   b e g i n   t o n i g h t   🔥 🔥 🔥   n e t s   n a t i o n   b i h   😤 😤 😤   b r o o k l y n n e t s   n e t s n a t i o n  
l e t s   g o   n e t s ! ! !   b r o o k l y n n e t s
l o n g   i s l a n d   n e t s   l e g e n d   c r a i g   r a n d a l l   g o e s   o f f   f o r   3 5   p o i n t s   a g a i n s t   t h e   p h o e n i x   s u n s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 0 0
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 0
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 9
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 8
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 7
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 6
f i n a l l y   t h e y   d o   s o m e t h i n g   r i g h t .   t h a t ’ s   a   t r a d i t i o n a l   l i n e - u p   w i t h   a n   o f f e n s i v e   & a m p ;   d e f e n s i v e   b a l a n c e .   a l l   w e   n e e d   i s   f o r   t h e   r o t a t i o n s   t o   b e   o n   p o i n t   n o w .   b r o o k l y n n e t s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 5
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 4
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 3
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 2
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 1
n b a   b r o o k l y n n e t s   s i x e r s   
 c o n f i r m e d   s t a r t i n g   l i n e u p   f o r     t o n i g h t !  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 x  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t 
 x  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
t r e a t i n g   m y s e l f   t o   t h e   n e w   b i g   3 .     l o b s t e r   r o l l   +   p r e t z e l   +   k d .       
 s o   f a r ,   s o   g o o d .       l e t s   g o   n e t s 
 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a 
 w  
  l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a
b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a 2 k 2 3   b a s k e t b a l l   n b a   p h i l a d e l p h i a   n b a t w i t t e r   
 l i v e l i n e   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e s t r e a m   
                                             🇺 🇸 l i n k 🏀 🗑 ️ 
 
                                                       ⬇ ️ 
 

n b a   p r e v i e w   2 0 2 2 - 2 3   :   l e s   b r o o k l y n   n e t s 
   
 
   
 a p é r o t r a s h t a l k   a t l a n t i c d i v i s i o n   b a s k e t   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   e m i s s i o n  
g a m e   t h r e a d :   p h i l a d e l p h i a   7 6 e r s   ( 0 - 0 )   a t   b r o o k l y n   n e t s   ( 0 - 0 )   o c t   0 3   2 0 2 2   7 : 3 0   p m 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
k y r i e   i r v i n g :   n e t s   x - f a c t o r   b y   _ s a y s   
 n e t s w o r l d   k y r i e i r v i n g   b r o o k l y n n e t s   o t b n 

m a n   i ’ v e   n e v e r   b e e n   t h i s   e x c i t e d   t o   w a t c h   a   p r e s e a s o n   g a m e ! !   i ’ m   r e a d y   t o   o v e r r e a c t   🤣 
 
 b r o o k l y n n e t s
t o n i g h t s   s t a r t i n g   l i n e u p s ,   f r o m     7 - 1 0 - 1 1   p l a y i n g   c o n f i r m e d !   b r o o k l y n n e t s   s i x e r s   n e t s w o r l d   n b a   n b a p r e s e a s o n 2 0 2 2   k d   b e n 1 0   k y r i e i r v i n g  
b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
w e   b a c k   y ’ a l l   
 
 b r o o k l y n n e t s  
g o l d e n   s t a t e   w a r r i o r s   v s .   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
n b a   b r o o k l y n n e t s   k a r e e m a d b u l j a b a r   k y r i e i r v i n g   n b a   l e g e n d   k a r e e m   a b d u l - j a b b a r :   k y r i e   i r v i n g   i s   a   ' c o m i c a l   b u f f o o n '  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b e n   s i m m o n s   m a k e s   h i s   n e t s   d e b u t   t o d a y   -   a g a i n s t   j o e l   e m b i i d   a n d   7 6 e r s !   😤 🍿 
 
 w h o   y o u   g o t ? 
 
 b e n s i m m o n s   b r o o k l y n n e t s   j o e l e m b i i d   7 6 e r s   n b a p r e s e a s o n  
m o n ,   3 r d   o c t :   b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   -   o d d   @   1 . 9 
 m o r e   d e t a i l s   o n :   
 b a s k e t t i p s   b a s k e t p r e d i c t i o n   b a s k e t b a l l b e t s   n b a p r e s e a s o n   u s a b a s k e t
s e e m s   l i k e   k d   b e a t   t h e   ‘ u n n a m e d   n e t s   p l a y e r ’   b a b y   d a d d y   a l l e g a t i o n s   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
“ i r v i n g   i s   a   c o m i c a l   b u f f o o n ”   k a r e e m   a b d u l   j a b b a r   d e s t r o y s   k y r i e   i r v i n g   f o r   s h a r i n g   a l e x   j o n e s   c l i p     b r o o k l y n n e t s   l a l a k e r s
  l e t ' s   g o   b r o o k l y n n e t s   n e t s l e v e l   n e t s   🏀 🏀 🏀
a t   b a r c l a y s c e n t e r   o v e r   1 0   y e a r s ,   ( r e l a t i v e )   b o o m - a n d - b u s t   b r o o k l y n n e t s   a t t e n d a n c e ,   n o w   r i s i n g   a s   t e a m   i m p r o v e s . 
 
 g a t e   c o u n t   a l w a y s   t r a i l s   o f f i c i a l   f i g u r e s . 
 a t t e n d a n c e   %   w o u l d   r a n k   e v e n   h i g h e r   ( b c   o f   s m a l l e r   a r e n a )
w i l l   t h e   n e t s   o v e r c o m e   t h e   d r a m a   & a m p ;   m a k e   i t   t o   t h e   f i n a l s ?   c l i c k   l i n k   f o r   f u l l   v i d e o . 
 
 e d i t e d   b y   c a n t v       n b a   n b a t w i t t e r   b a s k e t b a l l   n b a p r e s e a s o n   n e t s   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s 
 c a n t v   n b a o f f s e a s o n  
k y r i e   i r v i n g   b r o o k l y n   n e t s   m e d i a   . . . 
   
 
   
 a a r o n h i c k s   a a r o n j u d g e   a l e x r o d r i g u e z   a r o l d i s c h a p m a n   a t l a n t i c d i v i s i o n   b a b e r u t h   b a s e b a l l   b a s k e t b a l l   b r a w l   b r o o k l y n n e t s   c l i n t f r a z i e r   c o r e y k l u b e r   d e a n d r e j o r d a n   d e r e k j e t e r   d j l e m a h i e u   e a s t e r n c o n f e r e n c e  
j a m e s   h a r d e n   " f i g u r i n g   t h i n g s   o u t "   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s n e w s   7 6 e r s t r a i n i n g c a m p   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j a m e s h a r d e n h i g h l i g h t s   j o e l e m b i i d   n b a   n b a n e w s   n b a p r e s e a s o n   n b a t r a i n i n g c a m p  
s o o n . . .   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e t s   n e w y o r k   n e w y o r k c i t y  
b e n   s i m m o n s   w i t h   t h e   s h o t   b o i i .   b e n s i m m o n s   n e t s   b r o o k l y n   b r o o k l y n n e t s  
b e n   s i m m o n s   c a s u a l l y   a i r b a l l i n g   o n   n e t   d a y   n b a   b r o o k l y n   n b a t w i t t e r   n b a 2 k 2 3   n e t s   h o h  
b e n   s i m m o n s   a i r b a l l s   a t   b r o o k l y n   n e t s   d a y   w h i l e   k y r i e   a n d   k e v i n   h a n g   o u t   w i t h   e a c h   o t h e r .   t i k t o k   -   a s t e v e r s o n   🏀 

n e t s   a l l   a c c e s s   p r a c t i c e   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
  t h e   a n n o u n c e r   g o t   d e a n d r e   c h i l i '   j o r d a n   t e x a s a m   a g g i e s   b r o o k l y n   n e t s ’ s   n a m e   w r o n g   😭    
b r o o k l y n   n e t s   2 t   c o l o r   p a c k   5 9 f i f t y   -   g r a p h i t e ,   r e d ,   w h i t e   n o w   a v a i l a b l e   f r o m   e c a p s u n l i m i t e d 
 
 n e w d r o p   e i g h t y 8 f i t s   c a p s u n l i m i t e d   n b a   b r o o k l y n n e t s   n e t s   w e g o h a r d   b r o o k l y n   n e w y o r k   2 t   c o l o r   p a c k   5 9 f i f t y   g r a p h i t e   r e d   w h i t e 
 

k e v i n   d u r a n t     a t     a n n u a l   p r a c t i c e i n t h e p a r k   h e r e   i n   b r o o k l y n     
 n b a   n e t s   b a s k e t b a l l   b r o o k l y n   n e w y o r k   e s p n   @   b r o o k l y n ,   n e w   y o r k  
2 0 0 !   t h a n k   y o u   n e t s   n a t i o n   🤍 🖤   n e t s w o r l d   n e t s   n a t i o n   l e t s g o n e t s   b r o o k l y n
l o o k   a t   h o w   b e n   s i m m o n s   i s   a b l e   t o   b e   p h y s i c a l   a t   t h e   p o i n t ,   a p p l y   a m p l e   p r e s s u r e ,   a n d   s t a y   i n   f r o n t   o f   t h e   b a l l   a n d   m a k e   p l a y s   
 c a n   b e   a n   e l i t e   a d d i t i o n   f o r   t h e   n e t s !   n b a   b r o o k l y n   s i m m o n s  
[ w i n f i e l d ]   n e t s   f a n s   j u s t   b o o e d   s t e v e   n a s h   w h e n   h e   w a s   i n t r o d u c e d   a t   p r a c t i c e   i n   t h e   p a r k .   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
o p e n   p r a c t i c e   🏀   i t   w a s   a n   e x c i t i n g   d a y   f o r     f a n s   s u n d a y   o v e r   i n   d u m b o   w h e r e   t h e   t e a m   h o s t e d   t h e i r   s i x t h   a n n u a l   o p e n   p r a c t i c e   a t   b r o o k l y n   b r i d g e   p a r k . 
 

o p e n   p r a c t i c e   🏀   i t   w a s   a n   e x c i t i n g   d a y   f o r     f a n s   s u n d a y   o v e r   i n   d u m b o   w h e r e   t h e   t e a m   h o s t e d   t h e i r   s i x t h   a n n u a l   o p e n   p r a c t i c e   a t   b r o o k l y n   b r i d g e   p a r k . 
 

  l e t ' s   g o   b r o o k l y n     n e t s   n b a   n f t   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k   n f t s   n b a y c   n f t c o m m u n i t y   l e t ' s   p l a y   e n s   

🚨   j u s t   c o n f i r m e d !   t h e   b r o o k l y n   n e t s   h a v e   s   . . . 
   
 
   
 2 0 2 2 n b a f r e e a g e n c y   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s 2 0 2 2   b r o o k l y n n e t s f r e e a g e n c y   b r o o k l y n n e t s f r e e a g e n c y 2 0 2 1   b r o o k l y n n e t s f r e e a g e n t s   b r o o k l y n n e t s h i g h l i g h t s   b r o o k l y n n e t s n e w s  
c a m   t h o m a s   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a m t h o m a s   c a m   t h o m a s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
m a r k i e f f   m o r r i s   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r k i e f f m o r r i s   m a r k i e f f   m o r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
k y r i e :   n e t s   t r y   t o   e r a s e   w e a k n e s s e s ,   a l t e r   i m a g e   b r o o k l y n   n e t s   n b a  
r o y c e   o ' n e a l e   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r o y c e o ' n e a l e   r o y c e   o ' n e a l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
n e t s   f a n s   a r e   y o u   r e a d y   f o r   p r a c t i c e i n t h e p a r k   t o m o r r o w ? !     n e t s d j   n b a d j   b r o o k l y n   @   p i e r   2   b r o o k l y n   b r i d g e   p a r k   s y n l a w n   f i e l d  
1 0 0 !   t h a n k   y o u   n e t s   n a t i o n   🤍 🖤   n e t s   t h a n k y o u   b r o o k l y n   n b a
l e b r o n   j a m e s ,   a n t h o n y   d a v i s   a n d   t h e   l a k e r s   a r e   b a c k   i n   t h e   n b a f i n a l s   g o i n g   a g a i n s t   t h e   r e d   h o t   n e t s . 
 
 t h e   s e a s o n   3   n b a   f i n a l s   i s   l i v e 
   
 
 l o s a n g e l e s l a k e r s   b r o o k l y n n e t s   l a   l a k e r n a t i o n   b r o o k l y n   k d   k y r i e i r v i n g   k y r i e   y o u t u b e   n b a 2 k 2 3   n b a 2 k 2 2
m y   r e a d   o n   t h e   b r o o k l y n   n e t s '   d e p t h   c h a r t   f o r   f a n t a s y : 
 
 p g   b e n   s i m m o n s 
 s g   k y r i e   i r v i n g 
 s f   j o e   h a r r i s 
 p f   k e v i n   d u r a n t 
 c   n i c   c l a x t o n 
 6   r o y c e   o ' n e a l e 
 7   s e t h   c u r r y   ( i n j u r e d ) 
 8   m a r k i e f f   m o r r i s 
 9   e d m o n d   s u m n e r 
 1 0   p a t t y   m i l l s 
 
 n e t s   b r o o k l y n   n b a   n b a t w i t t e r     f a n t a s y
h o w   i m e   u d o k a ' s   f a l l o u t   w i t h   b o s t o n   c e l t i c s   c o u l d   s a v e   t h e   b r o o k l y n   n e t s 
 
 
 
 n b a   b r o o k l y n t o g e t h e r   n e t s   b r o o k l y n   b l e e d g r e e n   b o s t o n   c e l t i c s   t r u e t o a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w :   w h y   y o u   s h o u l d   t a k e   t h e   o v e r   o n   n e t s '   s t a r s   b r o o k l y n   n e t s   n b a  
b r o o k l y n   n e t s   2 0 2 2   s t a t e m e n t   j e r s e y 
 . 
 . 
 
 
 
 n b a   n b a t w i t t e r   b r o o k l y n   n e t s   n e t s w o r l d   b k n   j e r s e y   w a l l p a p e r  
g r e e n   g o b l i n   s u b w a y   a t t a c k   c r e w   i d ' d   b y   n y p d   -     v i a     -   y a n k e e s   m e t s   n e t s   k n i c k s   b r o o k l y n   q u e e n s   n j t r a n s i t   m t a   p o l i c e   f b i   n y c   a l b a n y   c n n   f o x n e w s   m l b   n f l   n b a   m e t o o   n e w y o r k   n e w y o r k c i t y   b i d e n   u s a   t r u m p   n c a a   n y u   a a r o n j u d g e
p o s t   g a m e   t h r e a d :   t h e   m i a m i   h e a t   d e f e a t   t h e   b r o o k l y n   n e t s   1 0 9 - 8 0   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
d a y ' r o n   s h a r p e   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a y ' r o n s h a r p e   d a y ' r o n   s h a r p e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n   b r o o k l y n   n e t s   n b a   v i d e o :  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
s h a r p e   b a c k   d o w n   b u c k e t   n b a   b a s k e t b a l l   n e t s   b r o o k l y n   d a y r o n s h a r p e   n b a t w i t t e r  
c a m   t h o m a s   a n d   1 .   n b a   b a s k e t b a l l   n b a t w i t t e r   b r o o k l y n   n e t s   c a m t h o m a s  
c a m   t h o m a s   f i n i s h e s   a t   t h e   r i m .   n b a   b a s k e t b a l l   b r o o k l y n   n e t s   c a m t h o m a s   n b a t w i t t e r  
d a y ’ r o n   s h a r p e   n b a   b a s k e t b a l l   n b a t w i t t e r   b r o o k l y n   n e t s   d a y r o n s h a r p e  
w a t a n a b e   b l o c k   a t   t h e   r i m .   n b a   b a s k e t b a l l   n b a t w i t t e r   n e t s   b r o o k l y n   y u t a w a t a n a b e   b l o c k  
m a r k i e f f   p u t   b a c k .   n b a   b a s k e t b a l l   b r o o k l y n   n e t s   m a r k i e f f m o r r i s   n b a t w i t t e r  
d o   w e   c o n s i d e r   t h i s   a   b e n   s i m m o n s   j u m p e r ?     h e   s h o u l d   b e   s h o o t i n g   r i g h t   h a n d e d .   n b a   b a s k e t b a l l   n b a t w i t t e r   b e n s i m m o n s   n e t s   p r e s e a s o n   b r o o k l y n  
m a r k i e f f   m o r r i s   t o   t h e   c u p .   n b a   b a s k e t b a l l   n e t s   m a r k i e f f m o r r i s   n b a t w i t t e r   p r e s e a s o n   b r o o k l y n  
d u r a n t   a n d   1   n b a   b a s k e t b a l l   n b a t w i t t e r   k d   k e v i n d u r a n t   n e t s   e a s y m o n e y s n i p e r   b r o o k l y n  
b r o o k l y n   n e t s   a r e   g o i n g   t o   b e   a r s e   t h i s   s e a s o n .   b r o o k l y n   n b a
d e a r   n e t s   f a n s ,   s t o p   b e i n g   n e g a t i v e   i t ’ s   t h e   o n l y   s e c o n d   g a m e !   w e   g o n n a   w i n   t h i s   m a t c h !   y a   k n o w !   l e t ’ s   g o   n e t s !   n e t s   b r o o k l y n   !         !
b e n   s i m m o n s   n e e d s   t o   s t a r t   l o o k i n g   f o r   h i s   s h o t .   h e ' s   g o o d   e n o u g h . 
 b e n s i m m o n s   n e t s   b r o o k l y n   n b a
b r o o k l y n   n e t s   t e a m   h e a 5 9 f i f t y   -   b l a c k ,   w h i t e ,   o r a n g e   n o w   a v a i l a b l e   f r o m   e c a p s u n l i m i t e d 
 
 n e w d r o p   e i g h t y 8 f i t s   c a p s u n l i m i t e d   n b a   b r o o k l y n n e t s   n e t s   w e g o h a r d   b r o o k l y n   n e w y o r k   t e a m   h e a r t   5 9 f i f t y   b l a c k   w h i t e   o r a n g e 
 

🐍 🧁 “ s o   m a n y   p e o p l e   d o u b t e d   m e .   t h e y   m o t i v a t e d   m e   e v e r y   s i n g l e   d a y ,   t o   b e   w h o   i   a m . ” 🧁 🐍 
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   b r o o k l y n   b r o o k l y n n e t s   n e t s   n e t s a r t   n e t s b a s k e t b a l l   b a s k e t b a l l   b a s k e t b a l l a r t   s p o r t s   a r t   g r a p h i c d e s i g n   b a s k e t b a l l d e s i g n   f r a n c h i s e   f r a n c h i s e d e s i g n s  
i n   g r e e n   ☘ ️   i   l o o k   a m a z i n g ,   y e a h   y e a h   t h a t ' s   t r u e   🤟 
 
 b l a k e g r i f f i n   b o s t o n c e l t i c s   n b a   n b a i n a b u d h a b i   b r o o k l y n   n e t s   l a k e r s  
t o n i g h t   t h e   b r o o k l y n   n e t s   h o s t   t h e   m i a m i   h e a t ,   i n   g a m e   2   o f   t h e   p r e s e a s o n ,   a t   7 : 3 0   🕢   o n       b r o o k l y n   n e t s   n b a   b r o o k l y n t o g e t h e r
d r a y m o n d   g r e e n   h a s   h i g h   e x p e c t a t i o n s   f o r   b e n   s i m m o n s   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e t s   n e w y o r k   n e w y o r k c i t y  
s h o p   n e t s w o r l d       f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   b r o o k l y n n e t s   b r o o k l y n   n e t s   n e t s n a t i o n   b k   b k n e t s
g o v e r n o r     h o c h u l   c a n   p r o t e c t   t h o u s a n d s   o f   a n i m a l s   b y   s i g n i n g   t h e   p u p p y   m i l l   p i p e l i n e   b i l l   -     -   n y c   n y p d   a l b a n y   b r o o k l y n   n e t s   k n i c k s   y a n k e e s   m e t s   c n n   f o x n e w s   w f a n   e s p n   a b c   n b c   c b s   n e w s   t w i t t e r   p e t   p e t s   d o g   d o g s   f a c e b o o k     m e t a v e r s e
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b r o o k l y n   n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b k l y n   b r o o k l y n n e t s   b r o o k l y n   n e t s   k e v i n d u r a n t   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
📣   n e w   p o d c a s t !   " b e n   s i m m o n s   r e v e n g e   t o u r "   o n     7 6 e r s   b e n s i m m o n s   b r o o k l y n   m a d o   n b a   n e t s   n e t s w o r l d   r e v e n g e   s e a s o n   s i m m o n s   s r n o w   t o u r  
b r o o k l y n   n e t s   g e t   d i s c o u r a g i n g   i n j u r y   n e w s   t o   b e g i n   2 0 2 2 - 2 3   s e a s o n 
 
 
 
 n b a   b r o o k l y n t o g e t h e r   b r o o k l y n   n e t s   b l e e d g r e e n   l a k e s h o w   l a k e r s   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   f e a r t h e d e e r   b u l l s n a t i o n   d u b n a t i o n
k y r i e   i r v i n g   d r a g g e d   b y   k a r e e m   a b d u l - j a b b a r   f o r   r e p o s t i n g   c o v i d   c o n s p i r a c y   t h e o r i e s .     k y r i e i r v i n g ,   k a r e e m a b d u l j a b b a r ,   n b a ,   b r o o k l y n ,   n e t s ,   c o v i d ,   c o r o n a v i r u s ,   c o v i d 1 9
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   b e n   s i m m o n s ,   k y r i e   i r v i n g   a n d   b r o o k l y n   n e t s   w o r t h   a   w a g e r   a f t e r   n e w   b i g   3   d e b u t s   –       b e n   b i g   b r o o k l y n   d e b u t s
a l l   a b o u t   r e t u r n s !   b e n   s i m m o n s   r e t u r n s   a m i d   n e w   b i g   3   e r a   f o r   n e t s     |   n b a   t o d a y   b r o o k l y n   n e t s   n b a   v i d e o :  
a t   n y u   s t u d e n t s   w e r e   f a i l i n g   o r g a n i c   c h e m i s t r y .   w h o   w a s   t o   b l a m e ?   -     -   n y c   n y p d   m e t s   y a n k e e s   k n i c k s   n e t s   b r o o k l y n   c n n   f o x n e w s   c o n g r e s s   s c h o o l s   s c h o o l   n c a a   c o l l e g e   u n i v e r s i t y   d o c t o r   m e d i c a l s t u d e n t   p h y s i c i a n s   m e d i c a l c o l l e g e s   t e a c h i n g
j o e   h a r r i s   a n d   b e n   s i m m o n s   b e i n g   o n   t h e   c o u r t   l a s t   n i g h t   w a s   g r e a t   t o   s e e .   b o t h   m o v e d   w e l l .   s e e i n g   t h e   r e s u l t s   o f   t h e i r   l o n g   r o a d s   t o   r e c o v e r y   b r o o k l y n   n e t s  
b e s t   t r a i l s   & a m p ;   t r a v e l   i s   a   p r o u d   s p o n s o r   o f   t h e   b r o o k l y n   n e t s .   c o m e   o u t   o n   o c t o b e r   1 9 t h   t o   b a r c l a y s   c e n t e r   t o   w a t c h   t h e m   p l a y   o n   o p e n i n g   n i g h t   🏀 
 
 b r o o k l y n n e t s   n e t s   b a r c l a y s c e n t e r   b r o o k l y n   n y c   n e w y o r k   c h a r t e r b u s   e x e c u t i v e c o a c h   b a s k e t b a l l   n y   s p o n s o r   o p e n i n g n i g h t   n b a  
p o s t   g a m e   t h r e a d :   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   1 2 7 - 1 0 8   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
t h a n k s   f o r   s p e a k i n g   o u t   o n   k y r i e i r v i n g   k a r e e m a b d u l j a b b a r !   👏   h e ’ s   a   h u g e   d u m b a z z   & a m p ;   i t ’ s   a b o u t   t i m e   t h a t   s o m e o n e   s a i d   i t !   b r o o k l y n   n e t s   n b a t w i t t e r   n b a   h a l l o f f a m e r   h o f
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
j o e   h a r r i s   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o e h a r r i s   j o e   h a r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
c a m   t h o m a s   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a m t h o m a s   c a m   t h o m a s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
k y r i e   i r v i n g   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y r i e i r v i n g   k y r i e   i r v i n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
y u t a   w a t a n a b e   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 y u t a w a t a n a b e   y u t a   w a t a n a b e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
r o y c e   o ' n e a l e   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r o y c e o ' n e a l e   r o y c e   o ' n e a l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
n i c   c l a x t o n   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i c c l a x t o n   n i c   c l a x t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   3   |   2 0 2 2   n b a   p r e s e a s o n   b r o o k l y n   n e t s   n b a   v i d e o :  
n i c   c l a x t o n   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i c c l a x t o n   n i c   c l a x t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
' g r a t e f u l '   s i m m o n s   m a k e s   h i s   d e b u t   w i t h   n e t s   b r o o k l y n   n e t s   n b a  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
n e w   1 0 t h   a n n i v e r s a r y   c e n t e r   c o u r t   l o g o   t o   c e l e b r a t e   a   d e c a d e   o f   t h e   n e t s   i n   b r o o k l y n !   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
b r o o k l y n   i n j u r y   s p o r t s 
 d a m a g e   r e p o r t :   s e t h   c u r r y   a n d   t j   w a r r e n   o u t   f o r   b r o o k l y n   n e t s   v s   7 6 e r s   
  
i ’ m   i n   a   n e t s   b r o o k l y n   s p a c e   a n d   t h e y   a r e   s o   d o w n   b a d .   i ’ m   l i s t e n i n g   t o   t h e m   s u g g e s t i n g     i s   t h e   a n s w e r   a n d   i s   b e t t e r   t h a n     …   t h a n k   y o u   f o r   t h e   d r a f t   p i c k s
b e n   s i m m o n s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   n e t s   b r o o k l y n   n e t s   n b a   v i d e o :  
j u l i a n   c h a m p a g n i e   h i g h l i g h t s   -   n e t s   v s .   7 6 e r s   -   3 r d   o c t   2 0 2 2 
 
 
 n b a   j u l i a n   c h a m p a g n i e   b k n   p h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b r o o k l y n   n e t s   p h i l a d e l p h i a   7 6 e r s
n b a   p r e s e a s o n   a n d   g o l d e n   s t a t e   w a r r i o r s '   p r o m i s i n g   y o u n g   c o r e 
 
 
 
 n b a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   s i x e r s   b u c k s
k y r i e   i s   j u s t   t o o   n i c e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   k y r i e   i r v i n g   e u r o s t e p   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
b u r n i n g   q u e s t i o n s   t h e   f a n s   n e e d   a n s w e r e d   d u r i n g   l a k e r s   p r e s e a s o n 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l o s a n g e l e s   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   d u b n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   s i x e r s   b u c k s
b e n   d u n k s   i t   f o r   h i s   f i r s t   n e t ' s   b u c k e t 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   b e n   s i m m o n s   d u n k   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
l a k e r s   f a n s   w i l l   s h u d d e r   a t   t h i s   r u s s e l l   w e s t b r o o k   c l i p   f r o m   t r a i n i n g   c a m p 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l o s a n g e l e s   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   d u b n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   s i x e r s
b e n   s i m m o n s   s l a m s   i t   d o w n   f o r   f i r s t   p o i n t s   i n   b r o o k l y n   n e t s   d e b u t   |   n b a   o n   e s p n   b r o o k l y n   n e t s   n b a   v i d e o :  
i d g a f   b e n s i m m o n s   s t i l l   c a n ’ t   s h o o t / i s   s c a r e d   t o   s h o o t !   w e s t b r i c k !   🤣   p h i v s b k n   n e t s   7 6 e r s   p h i l l y   b r o o k l y n   n b a p r e s e a s o n 2 0 2 2   n b a t w i t t e r   n b a
n e w   l a k e r s   r o l e   p l a y e r   i s   a l r e a d y   c o m m i t t i n g   l o n g - t e r m   t o   l a 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l o s a n g e l e s   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   d u b n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   t a k e n o t e   s i x e r s
3   r e a s o n s   w h y   t h e   s i x e r s   w i l l   r e a c h   t h e   n b a   f i n a l s 
 
 
 
 n b a   h e r e t h e y c o m e   s i x e r s   p h i l a d e l p h i a   7 6 e r s   p h i l l y   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   t a k e n o t e   j a z z
w o w ,   h a v e   t o   d o w n l o a d   t h e     a p p   t o   w a t c h     ,   l i k e   i   n e e d   a n o t h e r   f x c k i n   a p p !   b r o o k l y n   n e t s   s i m m o n s   s i x e r s   k n i c k s
w h a t   i s   a   r e a l i s t i c   r e b o u n d   n u m b e r   f o r   b e n s i m m o n s ?   i t ' s   o n l y   b e e n   a   f e w   m i n u t e s   b u t   c l e a n i n g   t h e   g l a s s   i s   g o n n a   b e   a n   i s s u e   f o r   t h e   n e t s   a l l   s e a s o n . 
 
 o t h e r w i s e   i f   b r o o k l y n   f i g u r e s   i t   o u t   & a m p ;   i f   t h e y   s t a y   h e a l t h y   ( t h a t   s e c o n d   i f . . . )   t h e y ' r e   a   p r o b l e m   i n   t h e   e a s t .   n b a   b a l l o r f a l l  
c l a x t o n   b e e n   l i f t i n g   w e i g h t s …   b o y   g o t   b i g ! !   b r o o k l y n   n e t s
l e t ' s   g o   ! 
 y e s   i   d i d   t h i n k   a   l o t   a b o u t   w h o   i s   w h o   i n   t h e   n e t s / b e a t l e s   m a s h   u p :   
   =   j o h n ,       =   p a u l ,     =   g e o r g e ,     =   r i n g o .   
 
 n b a p r e s e a s o n   n b a   b r o o k l y n   n e t s    
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a   n b a   b r o o k l y n  
w a t c h   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e   s t r e a m 
 u s a - n b a   2 0 2 2   
 n b a   g a m e   l i v e   2 0 2 2 
 n b a   n b a l i v e   l i v e t v   b r o o k l y n   n e t s   p h i l a d e l p h i a   7 6 e r s 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐧 𝐤 ⭕ ►    
h e r e s   s o m e   s h o t s   o f   t h e   k d   j e r s e y   🏀 💦 
 . 
 . 
 . 
 . 
 k e v i n d u r a n t   a p p l i q u é   c u s t o m j e r s e y   t e x t i l e a r t   b a s k e t b a l l a r t   n e t s   b r o o k l y n   @   b r o o k l y n ,   n e w   y o r k  
i t   f e e l s   g r e a t   s e e i n g   n b a   l o g o s   b a c k ! 
 d u b s   i n   4   😎   r e p e a t . 
 
 p l a c e   t h i s   n b a   b e t : 
 b r o o k l y n   n e t s   m l     - 2 8 8 
 $ 4 3 . 2 0   w i n s   $ 1 5 . 0 0 
 
 
 
   b e t o p e n l y   n b a   b e t  
b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
a s   a   p r o u d   b r o o k l y n   n e t s   f a n   w a t c h i n g   b e n ,   k d   a n d   k y r i e   m e s h   t o g e t h e r   f o r   w h a t   i   c a n   i m a g i n e   i s   g o i n g   t o   b e   a   g r e a t   s e a s o n   i   c a n   s a y   w i t h   a b s o l u t e   c o n f i d e n c e   t h a t   t h e   g o l d e n   s t a t e   w a r r i o r s   w i l l   r e p e a t   a s   n b a   c h a m p s   😂 😂 😂   b r o o k l y n   d u b n a t i o n
s e e m s   l i k e   k d   b e a t   t h e   ‘ u n n a m e d   n e t s   p l a y e r ’   b a b y   d a d d y   a l l e g a t i o n s   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
t o n i g h t   t h e   b r o o k l y n   n e t s   o p e n   t h e i r   2 0 2 2 - 2 0 2 3   p r e s e a s o n   a t   h o m e   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s   a t   7 : 3 0   🕢   o n     b r o o k l y n   n e t s   n b a   b r o o k l y n t o g e t h e r
b r o o o o o o o k l y n   i t s   g a m e d a y   o n c e   a g a i n !   b r i n g   t h a t   e n e r g y   t o n i g h t   a n d   o n e   s t e p   c l o s e r   t o   t h e   r e g u l a r   s e a s o n 
 
 n e t s   b r o o k l y n   n e w s e a s o n
s o o n . . .   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e t s   n e w y o r k   n e w y o r k c i t y  
r e b u i l d i n g   t h e   b r o o k l y n   n e t s !   ( n b a   2 k 2 3   m y n b a )     v i a     n b a   n b a 2 k 2 3   b a s k e t b a l l   s p o r t s   g a m i n g   y o u t u b e r   b r o o k l y n n e t s
b e n   s i m m o n s   w i t h   t h e   s h o t   b o i i .   b e n s i m m o n s   n e t s   b r o o k l y n   b r o o k l y n n e t s  
k y r i e   i r v i n g   i s   t u r n i n g   c h a m p i o n s h i p - m i n d e d   n e t s   i n t o   t o t a l   d y s f u n c t i o n ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
w h a t   i n j u r y   w i l l     c l a i m   h e   h a s ? ? ? 
 
 h e   s h o u l d   c l a i m   a n   i n j u r e d   e g o 
 
 n b a   b r o o k l y n n e t s   n e t s   
  
o v e r   t e n   y e a r s ,   t h e   b r o o k l y n n e t s   h a v e   n o t   r e a c h e d   t h e i r   p o t e n t i a l ,   g a i n i n g   t h e   s e c o n d   r o u n d   o f   t h e   p l a y o f f s   o n l y   t w i c e . 

n o   w a y   s i m m o n s   d i d   t h a t   b r o o k l y n n e t s  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
o n e   m a n   t r i b e   i n   b r o o k l y n     w w e   r a w   b a r c l a y s c e n t e r   w u w   j o h n y r o d z   w w e   d e g e n e r a t i o n x   w w e r a w   g e r o n i m o   g l e a s o n s g y m   b r o o k l y n n e t s   n e w y o r k               _        
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   t r a i n i n g   c a m p   🏀 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
n e t s   a l l   a c c e s s   p r a c t i c e   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
k y r i e   i r v i n g   s a y s   t h e   b r o o k l y n   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   l o c k e d o n p o d c a s t  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
f r o m   g r e e n v i l l e ,   n c   t o   b r o o k l y n :   d a y & a m p ; 3 9 ; r o n   s h a r p e & a m p ; 3 9 ; s   n b a   j o u r n e y   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   d a y r o n s h a r p e   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n e t s h i g h l i g h t s   n o r t h c a r o l i n a   s p o r t s   s t e v e n a s h   u n c  
t h e   b r o o k l y n   n e t s :   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   i s s u e s   ( t h e   r e a l   s t o r y ) 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a o n e s p n   n e t s t r a d e r u m o u r s  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   2 t   c o l o r   p a c k   5 9 f i f t y   -   g r a p h i t e ,   r e d ,   w h i t e   n o w   a v a i l a b l e   f r o m   e c a p s u n l i m i t e d 
 
 n e w d r o p   e i g h t y 8 f i t s   c a p s u n l i m i t e d   n b a   b r o o k l y n n e t s   n e t s   w e g o h a r d   b r o o k l y n   n e w y o r k   2 t   c o l o r   p a c k   5 9 f i f t y   g r a p h i t e   r e d   w h i t e 
 

  a n   i n d i c t m e n t   o f   h c   s t e v e   n a s h   t h a t   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   h a v e   t a k i n g   c a m   t h o m a s   u n d e r   t h e r e   w i n g   t o   d e v e l o p   h i m 
 
 w h e r e ' s   n a s h   c o a c h i n g   o r   c o a c h i n g   s t a f f ?   
 
 w h e r e ?   - -   p l e a s e 
 
 b r o o k l y n n e t s   n e t s   n e t s l e v e l
t h r e e   t h i n g s   s t e v e   n a s h ,   b e n   s i m m o n s   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g  
d a i l y   r / g o n e t s   d i s c u s s i o n   -   o c t o b e r   1 0 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
n b a   b r o o k l y n n e t s   s t e v e n a s h   n e t s   f a n s   b o o   s t e v e   n a s h   a t   o p e n   p r a c t i c e  
t i m e l i n e   o f   j a m e s   h a r d e n   a n d   t h e   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   c h r i s p a u l   c o m m e n t a r y   c o m m e n t a t o r   d a r y l m o r e y   d o m 2 k   d o m 2 k p o d c a s t   d w i g h t h o w a r d   h o u s t o n r o c k e t s   j a m e h a r d e n k y r i e i r v i n g   j a m e s h a r d e n   j a m e s h a r d e n i n t e r v i e w   j a m e s h a r d e n k e v i n d u r a n t  
k y r i e   i r v i n g   i n t r o d u c e d   a t   t h e   n e t s ’   p r a c t i c e   a t   b   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   e s p n n b a   h i g h l i g h t s   k y r i e i r v i n g   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   n e t s p r a c t i c e   p r a c t i c e i n t h e p a r k   s p o r t s   v i r a l  
o n   f e e t   👟 
 
   a r r i v e s   t o     ‘ p r a c t i c e   i n   t h e   p a r k ’   i n     a j 1   x   c a c t u s   j a c k   “ f r a g m e n t ”   1   l o w s   🌵 
 k d   b r o o k l y n n e t s   n e t s   t r a v i s s c o t t   f r a g m e n t   j o r d a n 1   l o w s   

w h a t   a n   a m a z i n g   p r a c t i c e i n t h e p a r k   e v e n t ,   s h o u t   o u t   t o   a l l   t h e   n e t s   f a n s   f o r   s h o w i n g   o u t ,   r e a l l y   m a d e   t h e   e v e n t   s p e c i a l .     n e x t   u p … o p e n i n g   n i g h t   b r o o k l y n n e t s   b r o o k l y n b r i d g e p a r k   n e t s d j   n b a d j  
m y   e x p e o p i n i o n   e p 1 3 3 :   t o n y   y a y o   & a m p ;   u n c l e   m u r d a           p o d c a s t   q u e e n s   b r o o k l y n n e t s   b r o o k l y n   b l o g   v i d e o   t r e n d   t r e n d i n g n o w   n y c c   n e w y o r k   c a l i f o r n i a   l o s a n g e l e s   m o n d a y t h o u g h t s   h i p h o p   r a p   m u s i c     a t l a n t a   n e w s
n e t s   n e w   r o s t e r   a f t e r   d u r a n t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s l i n e u p 2 0 2 3   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s n e w s t o d a y   b r o o k l y n n e t s o f f i c i a l l i n e u p 2 0 2 2   b r o o k l y n n e t s r o s t e r 2 0 2 2   b r o o k l y n n e t s r o s t e r 2 0 2 3   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   n b a  
a m i d s t   t h e   b l a c k d r o p 
 
 b r o o k l y n n e t s  
b e s t   f r e e   s t u f f   e v e r   y e s t e r d a y   p r a c t i c e i n t h e p a r k   b r o o k l y n n e t s  
[ w i n f i e l d ]   n e t s   f a n s   j u s t   b o o e d   s t e v e   n a s h   w h e n   h e   w a s   i n t r o d u c e d   a t   p r a c t i c e   i n   t h e   p a r k .   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
i n k t o b e r   d a y   9 .   e a s y   m o n e y   s n i p e r .   
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   s l i m r e a p e r   b a s k e t b a l l   b a s k e t b a l l a r t   n b a   n b a a r t   a r t i s t   a r t   s k e t c h   b a l l p o i n t p e n   b a l l p o i n t p e n a r t   b r o o k l y n   b r o o k l y n n e t s   d j o s s u p p a h   d j o s s u p p a h a r t  
[ w i n f i e l d ]   n e t s   f a n s   j u s t   b o o e d   s t e v e   n a s h   w h e n   h e   w a s   i n t r o d u c e d   a t   p r a c t i c e   i n   t h e   p a r k . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
i n d i a n a   p a c e r s   v s .   n e w   y o r k   k n i c k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
        k e e p   m a k i n g   a   d i f f e r e n c e ! 
 g o d   b l e s s   y o u   a l l ! !   b r o o k l y n n e t s   b r o o k l y n
n j ➡ ️ b k !   🔟   y e a r s   i n   n y !   b r o o k l y n n e t s  
k d   f o r   t h e   k i d s   🖊   b r o o k l y n n e t s  
[ b o o l i n   s p o r t s ]   n e t s   h a v i n g   a n   o u t d o o r   p r a c t i c e   a t   p r a c t i c e   i n   t h e   p a r k 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
_ 8 m u r a   i n s p i r e d   h a t 
 
 p u r p l e u r b   p i x e l a r t   a r t   f a s h i o n     c u l t u r e   n b a   b r o o k l y n   b r o o k l y n n e t s   n i p p o n   j a p a n   b a s k e t b a l l  
i   s u p p o r t   e v e r y   t i m e   w i t h   e x c e p t i o n   o f   t h e   n e t s   t h e y   c a n   g o   s u c k   a   f r a n k !   b r o o k l y n n e t s
w e   n e e d   t o   t a l k   a b o u t   k y r i e   i r v i n g … 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s k y r i e i r v i n g h i g h l i g h t s   e a s t e r n c o n f e r e n c e   k y r i e i r v i n g   k y r i e i r v i n g 2 0 2 2 s e a s o n   k y r i e i r v i n g b e s t p l a y s   k y r i e i r v i n g b r o o k l y n h i g h l i g h t s   k y r i e i r v i n g b r o o k l y n n e t s  
p r a c t i c e   i n   t h e   p a r k . .   n e t s   b r o o k l y n n e t s   
 
  
k y r i e   i r v i n g   a n d   k d   l o o k   g r e a t   a t   t o d a y & a m p ; 3 9 ; s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   k y r i e i r v i n g a n d k d   k y r i e i r v i n g a n d k d l o o k g r e a t a t t o d a y s b r o o k l y n n e t s t r a i n i n g c a m p   t r a i n i n g c a m p  
t h e   m o n t y   s h o w   7 5 6 !   i s   u t a h   j a z z   s t a r   . . . 
   
 
   
 b i g 1 0   b i g 1 0 e x p a n s i o n   b i g 1 2   b i g 1 2 e x p a n s i o n   b i g 1 2 n o t r e d a m e   b i g 1 2 t v d e a l   b r o o k l y n n e t s   c h i p o t l e u n i o n   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l h e a t   d o n o v a n m i t c h e l l k n i c k s   d o n o v a n m i t c h e l l t r a d e r u m o r s   k e v i n d u r a n t  
h e r e   a t   b r o o k l y n n e t s   p r a c t i c e   a t   t h e   p a r k .   l i n e   w a s   w r a p p e d   a l l   t h e   w a y   a r o u n d   p i e r   t h r e e   b y   n o o n .   n o t   b a d   f o r   a   t e a m   w i t h   “ n o   f a n s . ”
b r o o k l y n   n e t s   t r a i n i n g   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
  f o r m e r   n e t s   p l a y e r ' s   a r e   t e l l i n g   t h e   t r u t h   a b o u t   t h e   t e a m   c h e m i s t r y   & a m p ;   l o c k e r o o m   l a s t   y e a r   a n d   p e o p l e   t a k e   t h e r e   s u b t l e   j a b   a s   t h r o w i n g   s h a d e   -   p l e a s e 
 
 a m a r e   s t o u d e m i r e   w h o   w a s   p a r t   o f   b r o o k l y n n e t s   c o a c h i n g   s t a f f   t h r e w   s u d t l e   j a b   a t   t e a m 
 
 n e t s l e v e l   t o g e t h e r n e t s   n e t s w o r l d
a n y o n e   h a v e   e x t r a   p r a c t i c e   i n   t h e   p a r k   t i x   l e m m e   k n o w ! !   i   m i s s e d   a n y   a l e r t s   a n d   n o w   h a v e   n o   t i x   😣   n e t s w o r l d   b r o o k l y n n e t s   p r a c t i c e i n t h e p a r k
k e v i n   d u r a n t   i s   s t a y i n g   w i t h   t h e   b r o o k l y n   n e t s ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
d a y ' r o n   s h a r p e 
   " s a m u e l   l   j a c k s o n "     : d   
 f o r   n b a 2 k 2 3 
 p a i d   r e q u e s t 
 - h d   f a c e   t e x 
 - o n / o f f   h e a d b a n d / f u r y 
 - m u l t i p l e   s w i t c h   l o o k 
 - 3   h a i r s t y l e 
 a e o m o d s   
 a e g c f m o d s   
 s a m u e l l j a c k s o n   
 b r o o k l y n n e t s   
 d a y r o n s h a r p e  
d a i l y   r / g o n e t s   d i s c u s s i o n   -   o c t o b e r   0 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
🚨   j u s t   c o n f i r m e d !   t h e   b r o o k l y n   n e t s   h a v e   s   . . . 
   
 
   
 2 0 2 2 n b a f r e e a g e n c y   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s 2 0 2 2   b r o o k l y n n e t s f r e e a g e n c y   b r o o k l y n n e t s f r e e a g e n c y 2 0 2 1   b r o o k l y n n e t s f r e e a g e n t s   b r o o k l y n n e t s h i g h l i g h t s   b r o o k l y n n e t s n e w s  
k y r i e   i r v i n g ,   n e t s   h o p i n g   t o   e r a s e   p a s t   i s s u e s   a n d   s t a r t   n e w   b e g i n n i n g s   f o r   n e x t   s e a s o n   b r o o k l y n n e t s   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s  
_ z _ d a i l y   j i g g g g g a a a a a ,   w h a t s   m y   m : ( $ & a m p ; /   f   ) $ ? 6 / 2   n a m e ? !   j a y z   h o v   b r o o k l y n n e t s   b r o o k l y n   n y c   r o c k a w e a r   r o c k a f e l l a r e c o r d s
n e t s   n a t i o n   a g a i n s t   t h e   w o r l d   b r o o k l y n n e t s  
b r o o k l y n   n e t s   t r a i n i n g   c a m p   d a y   1 4   h i g h l i g h t s !   b e n   s i m m o n s   c o n t i n u i n g   t o   i m p r o v e ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
d e s p i t e   w h a t ' s   g o i n g   o n   i r l ,   i n   q c s n ,   t h e   b r o o k l y n   n e t s   c a m e   a s   a   t e a m   a n d   s w e e p   l e b r o n   a n d   t h e   l a k e r s   t o   w i n   t h e i r   f r a n c h i s e   f i r s t   c h a m p i o n s h i p . 
 
 w i n n i n g   o n   h i s   o w n ,   k e v i n   d u r a n t   i s   t h e   f i n a l s   m v p 
 
 b r o o k l y n n e t s   n b a c h a m p s   n b a c h a m p i o n s   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   y o u t u b e  
r a f f l i n g   o f f   4   t i c k e t s   t o   p r a c t i c e   i n   t h e   p a r k   i n   b r o o k l y n .   l m k   a n d   i t ’ s   y o u r s   b r o o k l y n n e t s
n i c o l a s   c l a x t o n 😎 
 f o r   n b a 2 k 2 3 
 p a i d   r e q u e s t ! ! ! 
 - h d   f a c e   t e x t u r e 
 -   9   s w i t c h i n g   h a i r   s t y l e 
 n i c o l a s c l a x t o n   
 b r o o k l y n n e t s   
 a e g c f m o d s 
 a e o c f m o d d i n g  
c o l l e g e f o o t b a l l   b r o o k l y n n e t s   o k l a h o m a s o o n e r s   t e x a s l o n g h o r n s   k e v i n   d u r a n t   t a u n t s   o k l a h o m a   c o a c h   b r e n t   v e n a b l e s   d u r i n g   4 9 - 0   b l o w o u t   l o s s   t o   t e x a s  
💥 e p i s o d e   1 3   -   i s   b e n   s i m m o n s   m o r e   v a l u a b l e   t o   t h e   n e t s   t h a n   k y r i e   i r v i n g ? 💥   t h i s   a n d   m o r e … 
 
 ✅   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s   👍 🏼   
 
 n b a   s h e h u l k a t t o r n e y a t l a w   h o u s e o f t h e d r a g o n h b o   d a r e d e v i l   b r o o k l y n n e t s   
 
 p o d c a s t   l i n k :  
k y r i e i r v i n g   s a y s   b r o o k l y n n e t s   l o o k i n g   t o   c h a n g e   n a r r a t i v e   -   v i a     a p p   e s p n    
l e b r o n   j a m e s ,   a n t h o n y   d a v i s   a n d   t h e   l a k e r s   a r e   b a c k   i n   t h e   n b a f i n a l s   g o i n g   a g a i n s t   t h e   r e d   h o t   n e t s . 
 
 t h e   s e a s o n   3   n b a   f i n a l s   i s   l i v e 
   
 
 l o s a n g e l e s l a k e r s   b r o o k l y n n e t s   l a   l a k e r n a t i o n   b r o o k l y n   k d   k y r i e i r v i n g   k y r i e   y o u t u b e   n b a 2 k 2 3   n b a 2 k 2 2
  w e   a r e   g o i n g   f i r e   s t e v e   n a s h   a s   s o o n   a s   w e   g e t   r i d   o f   g m   s e a n   m a r k s 
 
 m a r k s   m a y   f i n d   h i m s e l f   o u t   g m   j o b   b e c a u s e   o f   h i s   a s s i s t a n c e   t h i s   f a r s e   o f   a   c o a c h   b e   h e a d   c o a c h   o f   t h e   n e t s 
 
 n e t s l e v e l   n e t s n a t i o n   t o g e t h e r n e t s   b r o o k l y n n e t s   f i r e s t e v e n a s h
w h o d o y o u c o l l e c t   t h e h o b b y 
 b r o o k l y n n e t s   a d 
 c h e c k   o u t   2 0 2 1 - 2 2   p a n i n i   i m p e c c a b l e   a s i a   c a m e r o n   t h o m a s   r o o k i e   p a t c h   a u t o   / 8 8   s e a l e d       e b a y   v i a  
i c y m i :   a n o t h e r   c o m p r o m i s e   i n   t h e   n a m e   o f   f u n d r a i s i n g ?   i n   h o n o r i n g   j o e t s a i   t h e   m u n i c i p a l a r t s o c i e t y   c o n v e n i e n t l y   f o r g e t s   i t s   c r u s a d e   a g a i n s t   s u p e r t a l l s   t h e a c c i d e n t a l s k y l i n e   b r o o k l y n n e t s   b a r c l a y s c e n t e r        
l a k e r s   a m o n g   p o t e n t i a l   s u i t o r s   f o r   m o   b a m b a   b r o o k l y n n e t s   l o s a n g e l e s l a k e r s   m i a m i h e a t   m o b a m b a  
m e m p h i s   g r i z z l i e s   v s .   m i a m i   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
h e y   -     t h x       🙌 
 t h a t   i s   n e t s l e v e l     😀 
 b r o o k l y n n e t s   n e t s w o r l d  
n a s h ' s   t a c t i c s   b r o o k l y n n e t s   n b a  
w h o ’ s   t h e   d r a k e   o f   t h e   b r o o k l y n   n e t s ?   🤔   |   c l u t c h   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c l u t c h p o i n t s   e a s t e r n c o n f e r e n c e  
w a t c h e d   n e t s   p r e s e a s o n   g a m e   l a s t   n i g h t . 
 m a n p u k u n   b r o o k l y n n e t s   n e t s w o r l d   y u t a w a t a n a b e   渡 邊 雄 太  
i s   t h i s   r e f i l l a b l e   i f   y o u   b r i n g   i t   t o   g a m e s ? ( 1 / 2   s e a s o n )   t h a t ’ s   w h a t   t h e   c o n c e s s i o n   g u y   s a i d   l o l 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
c o l d   h a r d   " c a p " !   
   t a l k s   " k y r i e " . 
   b r o o k l y n n e t s     n b a  
c o l d   h a r d   " c a p " !   
   t a l k s   " k y r i e " . 
   b r o o k l y n n e t s     n b a  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
h o m e   f o r   a t   l e a s t   2 1   m o r e   n i g h t s   t h i s   s e a s o n .   g o t   r o c k e d ,   b u t   l g n !   a l s o   s h o u t   o u t   t o   m y   t i c k e t   r e p   f o r   m a k i n g   m e   a m e x   m e m b e r   o f   t h e   g a m e ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b e n   s i m m o n s   b e s t   p l a y   y e t   v s   h e a t !   n b a   b r o o k l y n   n e t s   v s   m i a m i   h e a t 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s h i g h l i g h t s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s t o d a y   n e t s v s h e a t  
o ’ s   t h o u g h t s   o n   y e s t e r d a y ’ s   h e a t   v s   n e t s 
 n e t s   n e t s w o r l d   n e t s o n y e s   b r o o k l y n n e t s   n b a   n b a p r e s e a s o n    
n b a   n b a t w i t t e r   b r o o k l y n n e t s   b a s k e t b a l l   
 
 a f t e r   b e i n g   s w e p t   i n   t h e   f i r s t   r o u n d   o f   l a s t   y e a r ’ s   p l a y o f f s ,   t h e   b r o o k l y n   n e t s   a r e   r e a d y   t o   r e l a u n c h   a n   n b a   t i t l e   c a m p a i g n   i n   t h e   2 0 2 2 - 2 0 2 3   s e a s o n .   
 
 h a v e   a   l o o k   a t   b r o o k l y n   n e t s   n b a   2 0 2 2 - 2 3   r o s t e r :  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   -   . . . 
   
 
   
 7 6 e r s v s n e t s   b r o o k l y n n e t s   b r o o k l y n n e t s v s m i a m i h e a t   b r o o k l y n n e t s v s m i a m i h e a t f u l l g a m e   e a s t e r n c o n f e r e n c e   h e a t v s n e t s   h e a t s v s n e t s   h e a t s v s n e t s h i g h l i g h t s m i a m i h e a t s v s b r o o k l y n n e t s l i v e   h e a t s v s n e t s l i v e   m i a m i h e a t  
n b a 
 b r o o k l y n n e t s   t e m p o r a d a   2 0 2 2 / 2 3 
 
 i r v i n g 
 m i l l s 
 c h i o z z a 
 e d m o n d   s u m n e r 
 j o e   h a r r i s 
 s e t h   c u r r y 
 c a m   t h o m a s 
 a l o n d e s   w i l l i a m s   ( d ) 
 d a v i d   d u k e   j r   ( d ) 
 d u r a n t 
 r o y c e   o n e a l 
 t j   w a r r e n 
 b e n   s i m m o n s 
 m o r r i s 
 k e s s l e r   e d w a r d s 
 w a t a n a b e 
 c l a x t o n 
 s h a r p e 
 . 
 📷       
 t i e n e n   d e   t o d o   p e r o . . .  
b e n   s i m m o n s   a n d   t h e   n e t s   a i m   f o r   f r e s h   s t a r t !   b k n e t s   n e t s   b r o o k l y n n e t s   

b e n   s i m m o n s   a n d   n e t s   l o o k   f o r   f r e s h   s t a r t s   n e t s   b r o o k l y n n e t s   

c a n ’ t   w a i t   t o   s e e   m y   t e a m   ! ! !   a n d   i m a   g e t   k d   a t t e n t i o n   a g a i n   🥹 🔥 🤞 🏾 .   a l w a y s   g o o d   v i b e s   a t   t h e   p a r k   w /   t h e     & a m p ;   r e a l f a n s     i n   a t t e n d a n c e !   n e t s f a n s   b r o o k l y n n e t s   p r a c t i c e a t t h e p a r k   n e t s   n e t s n a t i o n   b k b l o c k   n e t s w o r l d     b k n e t s   n e t s f a n 4 l i f e   n e t f a n   k d   s e a n m a r k s    
s t e v e   n a s h   c l a r i f i e d   t h a t   j o e   h a r r i s   w a s   d e a l i n g   w i t h   a   l i t t l e   a n k l e   s o r e n e s s ,   w h i c h   i s   w h y   h e   m i s s e d   t o n i g h t ’ s   g a m e . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
w e l l   g o l d e n s t a t e   y ’ a l l   m i g h t   a s   w e l l   c a l l   b r o o k l y n n e t s   a n d   s e n d   a   j o r d a n p o o l e   p a c k a g e   o v e r   f o r   k e v i n d u r a n t   b e c a u s e   t h i s   v i d e o   s h o u l d ’ v e   n e v e r   g o t   o u t   & a m p ;   t h i s   d e f i n i t e l y   g o n e   m e s s   u p   t h e   t e a m   c h e m i s t r y .
w h o d o y o u c o l l e c t   t h e h o b b y 
 b r o o k l y n n e t s   c a m e r o n t h o m a s 
 c h e c k   o u t   2 0 2 1 - 2 2   p a n i n i   i m p e c c a b l e   a s i a   c a m e r o n   t h o m a s   r o o k i e   p a t c h   a u t o   / 8 8   s e a l e d       e b a y   v i a  
i s   b e n   s i m m o n s   r e a d y   t o   h e l p   t h e   b r o o k l y n n e t s ?     1 5 y a r d s   n b a  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   h e a t v s n e t s   n b a h i g h l i g h t s   n b a p l a y o f f s   n e t s v s h e a t  
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   h a w k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
m y   t h i n g   i s   w h o   i s   l e a k i n g   t h e s e   v i d e o s ?   s m h   n i g g a s   c a n ’ t   r u n   t h e   f a d e   i n   p e a c e   t h e s e   d a y s .   b r o o k l y n n e t s   i n   6
s i m m o n s :   " i   t o o k   3   s h o t s . .   w h i c h   i s   d e f i n i t e l y   n o t   e n o u g h " 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
f i r s t   b e n 1 0   b u c k e t   i ’ v e   w i t n e s s e d   s i n c e   t h e   a t l a n t a p a s s a c r e   ! 😂   
 p e e p   t y l e r h e r r o   o n   t h e   b e a c h 🤣 
 b e n s i m m o n s   n b a   b a s k e t b a l l   b r o o k l y n n e t s  
a   f e s t i v a l   f o r   c a f f e i n e   f i e n d s ,   p r i v a t e   a r c a d e   l o u n g e   w i t h   y o u r   c r e w ,   a n d   w h e r e   t o   w a t c h   t h e   b r o o k l y n n e t s   p r a c t i c e   o u t s i d e 
   v i a                 t h r i l l i s t n y c   t h r i l l i s t   n y c
p o s t   g a m e   t h r e a d :   t h e   m i a m i   h e a t   d e f e a t   t h e   b r o o k l y n   n e t s   1 0 9 - 8 0   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   -   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s v s m i a m i h e a t   b r o o k l y n n e t s v s m i a m i h e a t f u l l g a m e h i g h l i g h t s   b r o o k l y n n e t s v s m i a m i h e a t h i g h l i g h t s   e a s t e r n c o n f e r e n c e   h e a t a t n e t s   h e a t n e t s   h e a t v s n e t s   h e a t v s n e t s h i g h l i g h t s  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
k r i s t i a n   w i n f i e l d :   k e v i n   d u r a n t   s a i d   t h e   o n l y   t h i n g   h e   l i k e d   a b o u t   t o n i g h t ' s   g a m e   i s   t h a t   n o b o d y   g o t   h u r t 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
s o o o o   t h e   b r o o k l y n n e t s   l o o k   t e r r i b l e   l o l .   t h e y   a r e   n o t   a   t e a m .   a n d   w i n t   b e   a s   l o n g   a s   k d   i s   t h e i r   “ l e a d e r ” .   i   g i v e   i t   2   m o n t h s   b e f o r e   t h e   d r a m a   s t a r t s   u p   a g a i n .   o h   a n d   p s ;   j u s t   b c   s o m e o n e   h a s   a   p r e t t y   j u m p s h o t   d o e s n t   m a k e   t h e m   a n   a l l - t i m e   g r e a t .
p o s t   g a m e   t h r e a d :   t h e   m i a m i   h e a t   d e f e a t   t h e   b r o o k l y n   n e t s   1 0 9 - 8 0 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s   m i a m i   h e a t   w a s   o n   e s p n   a p p   ( u s ) .   c o - c o m m e n t a t o r   i s   d o r i s   b u r k e .   r e p o r t e r   i s   m o n i c a   m c n u t t .     f o r   m o r e   d e t a i l s   s e e     b r o o k l y n n e t s   m i a m i h e a t   e s p n a p p u s
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
a m e r i c a . . .   t h i s   i s   g o n n a   b e   a   l o n g   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s   m i a m i   h e a t   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
f u n   t i m e s ! ! !   b r o o k l y n n e t s  
l a c k   o f   e f f o r t   s h o u l d   b e   c r i t i c i z e d   b u t   w e   d i d   n o t   h a v e   t h r e e   o f   o u r   s h o o t e r s ,   i ’ m   n o t   c o n c e r n e d .   b r o o k l y n n e t s
  t h e r e   i s   v o i d   i n   n e t s   l o c k e r o o m   a n d   p a t t y   m i l l s   i s   t r y i n g   f i l l   t h a t   v o i d   & a m p ;   b r i n g   l e a d e r s h i p   t o   t h e   l o c k e r o o m 
 
 k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   a r e   b e s t   p l a y e r ' s   o n   b r o o k l y n n e t s   b u t   t h e r e   a r e   n o t   l e a d e r ' s 
 
   n e t s l e v e l   n e t s n a t i o n
f i n a l . 
 
 m i a m i   h e a t   1 0 9 
 b r o o k l y n   n e t s   8 0   
 
 s i r i   p l a y   p e p a s   r n . 
 m i a m i h e a t   b r o o k l y n n e t s   n b a
b r o o k l y n n e t s   h a s   a   b i g   p r o b l e m   t h i s   y e a r .   k d   w a s   r i g h t .   i   s e e   h i m   w e a r i n g   d o w n   f r o m   4 0   m i n   a   n i g h t   3   y e a r s   s t r a i g h t .   l e t   n a s h   b e   h e a d   o f   d e v e l o p m e n t   & a m p ;   h i r e   i m e   u d o k a ,   g e t   h i m   t o   r e s i g n   f r o m   b o s .   t h e n   g e t   d   c u z .   t h i s   i s   s o m e   b s .
  k e v i n   d u r a n t   g e t t i n g   t r i p l e   t e a m e d   i n   t h e   p r e s e a s o n   & a m p ;   s t e v e   n a s h   i s   n o t   m a k i n g   g a m e   t i m e   a d j u s t m e n t   t o   h e l p   k d u r a n t 
 
 h o w   l o n g   n e t s   a r e   g o i n g   p u t   u p   w i t h   t h i s   f a r c e   o f   a   c o a c h ?   - -   h o w   l o n g ?   - -   t h i s   i s   b u l l s h t 
 
     n e t s l e v e l   b r o o k l y n n e t s   n e t s n a t i o n
a   l i t t l e   b a s k e t b a l l   f o r   t o n i g h t ’ s   o u t i n g !   b r o o k l y n n e t s   b a s k e t b a l l   b a r c l a y s c e n t e r     b r o o k l y n     🏀   @   b a r c l a y s   c e n t e r  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
f i r e   s t e v e   n a s h   b r o o k l y n n e t s
k d   8 / 1 1   f g s   1 / 3   3 p t   g o o d   f o r   2 2   p o i n t s .   s t i l l   d o w n   1 8   w i t h   a   - 1 0   p e r .   b r o o k l y n n e t s   m i a m i h e a t   n b a p r e s e a s o n
m i a m i h e a t   m u c h   t o u g h e r   m e n t a l l y   t h a n   b r o o k l y n n e t s   n b a   h e a t   n e t s   e s p n   j u s t   p r e s e a s o n   i   p r e d i c t   n e t s   m e l t d o w n   a t   s o m e   p o i n t   t h i s   s e a s o n
j i m m y   b u t l e r   s t a r t s   t h e   s e c o n d   h a l f   o n   t h e   b e n c h .   l o o k s   d o n e   f o r   t h e   n i g h t .   n b a p r e s e a s o n   b r o o k l y n n e t s   m i a m i h e a t
h o l ’   u p !   ✋ 🏾 i   f o r g o t   a b o u t   t h e   b r o o k l y n n e t s   h a l f t i m e   s h o w     😄  
o k   h a l f t i m e   “ h e a t   a t   b r o o k l y n n e t s ” .   t i m e   f o r   s h e h u l k   l o l   ✌ 🏾 

t h e     a r e   s t i l l   h o r r i b l e   o n   t h e   d e f e n s i v e   e n d   o f   t h e   f l o o r   a n d   n o   o f f e n s i v e   p l a y   m a k i n g   f r o m   s t e v e   n a s h .   h i s   p l a n   i s   t o   h a v e   k d   i s o   b a l l   a l l   d a y .   s o   m u c h   t u r n o v e r s .   j u s t   h o r r i b l e   🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️   b r o o k l y n n e t s   b e n s i m m o n s   t r e n d i n g
s i m m o n s '   m o v i n g   w e l l .   l o o k s   l i k e   h e ' s   a t   1 0 0 %   a f t e r   h i s   b a c k   s u r g e r y .   m e a n w h i l e   t h e   n e t s   c a n ' t   b u y   a   b u c k e t   d o w n   3 1 - 4 8 .   m i a m i h e a t   b r o o k l y n n e t s   n b a p r e s e a s o n
          c a n   u   p l e a s e   t e l l   m e   w h y   i n   t h e   h e l l   i s   s t e v e n a s h   s t i l l   c o a c h i n g   t h e   b r o o k l y n n e t s   r i g h t   n o w   b e c a u s e   c l e a r l y   t h e y   d o n ’ t   w a n t   t o   p l a y   f o r   t h i s   m a n   a t   a l l   r i g h t   n o w .   y o u   c a n   u s e   t h e   p r e s e a s o n   e x c u s e   i f   y o u   w a n t   t o o 💯 🤦 🏽 ‍ ♂ ️  
m i a m i   h i t t i n g   3 s   f r o m   d e e p .   j o v i ć   l o o k i n g     l i k e   a   g r e a t   p i c k u p .   b r o o k l y n ' s   2 n d   s t r i n g   g e t t i n g   r o l l e d   o u t   h e r e .   n b a p r e s e a s o n   b r o o k l y n n e t s   m i a m i h e a t
i t ’ s   w a y   t o o   e a r l y   t o   b e   c r i t i q u i n g   b e n   s i m m o n s   a g g r e s s i v e n e s s   i n   m y   o p i n i o n .     t h i s   i s   g a m e   2   i n   o v e r   a   y e a r .     i t ’ s   p r e - s e a s o n .     b r o o k l y n n e t s .
d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   b r o o k l y n n e t s
b e n   s i m m o n s   h a s n ’ t   p l a y e d   i n   a   s e a s o n   a n d   y e t   i   s e e   t w e e t s   c a l l i n g   h i m   t r a s h .     s t o p   i t ! !     g i v e   t h e   m a n   a   c h a n c e   t o   p l a y   a   f e w   g a m e s   b u t   t h e   t r a s h   l a b e l   i s   f a l s e .     n o   h e   i s   n o t   s h o o t i n g   j u m p   s h o t s   b u t   y o u   c a n   s e e   h e   i s   w o r k i n g   o n   h i s   s t r e n g t h s   d e f e n s e   & a m p ;   p a s s i n g .   b r o o k l y n n e t s
a n y b o d y   e l s e   h a v e   t r o u b l e   w i t h   t h e   b r o o k l y n n e t s   g r a y   f l o o r ?   
 
 i d k   i   f e e l   l i k e   i ' m   w a t c h i n g   a   b l a c k   a n d   w h i t e   t v   o r   s o m e t h i n g . . . l o l  
b r o o k l y n n e t s   r e f e r e e s   o u t   t h e r e   r u n n i n g   t h e   c o u r t   o n   p o i n t   l o l   b e s i d e s   o n e   o f   t h e m   t h r o w i n g   u p   t h e   t o u c h d o w n   a f t e r   a   b u c k e t   l m f a o o o
🚨 m a x   b e t   a l e r t 🚨 
 
 🏀 t o   w i n   $ 6 6 0 :   n e t s   o v e r   2 2 1 
 🏀 t o   w i n   $ 5 2 9 :   l i v e   n e t s   - 6 . 5 
 
 g a m b l i n g t w i t t e r   m a x b e t   b r o o k l y n n e t s  
b e n s i m m o n s   i s   g o i n g   t o   b e   s p e c i a l   f o r   t h e   b r o o k l y n n e t s   t h i s   y e a r   n b a t w i t t e r   n b a p r e s e a s o n
🏀   b a s k e t b a l l :   b r o o k l y n   n e t s   v s   m i a m i   h e a t   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 b a s k e t b a l l p r e s e a s s o n   n b a l i v e   n b a f a n s   a m e r i c a n   u s a   b r o o k l y n n e t s   m i a m i h e a t
m a n ,   i   l o v e   d o r i s   b u r k e ! 
 
 a n   i n c r e d i b l e   s p o r t s   f i g u r e ,   s o   e x t r e m e l y   k n o w l e d g e a b l e   a n d   a   b r e a t h   o f   f r e s h   a i r   w h e n   s h e ’ s   o n   t e l e v i s i o n   f o r   t h e   n b a   -   .   
 
 b r o o k l y n n e t s 
 m i a m i h e a t
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e t r o i t p i s t o n s   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
f i r s t   t i m e   w i t h   m y   m e n t o r   a n d   c o l l e a g u e   a t   a   b r o o k l y n n e t s   g a m e   t o n i g h t !   n e t s w o r l d   🏀  
b r o o k l y n   n e t s   t e a m   h e a 5 9 f i f t y   -   b l a c k ,   w h i t e ,   o r a n g e   n o w   a v a i l a b l e   f r o m   e c a p s u n l i m i t e d 
 
 n e w d r o p   e i g h t y 8 f i t s   c a p s u n l i m i t e d   n b a   b r o o k l y n n e t s   n e t s   w e g o h a r d   b r o o k l y n   n e w y o r k   t e a m   h e a r t   5 9 f i f t y   b l a c k   w h i t e   o r a n g e 
 

. _   s i g n s   w i t h   t h e     o f   t h e     .   l e t ’ s   g e t   t o   w o r k ! 
 
 g l e a g u e   n b a   l o n g i s l a n d n e t s   b r o o k l y n n e t s   h b c u  
n b a   c e l t i c s t a l k   c e l t i c   n b a p r e s e a s o n   n b a f a n t a s y   t a t u m   b r o o k l y n n e t s 
 i   j u s t   d r a f t e d   m y     b a s k e t b a l l   t e a m .   p l a y   n o w !    
a n d   t o     o f   t h e     b r o o k l y n n e t s   w h e r e b r o o k l y n a t   h a p p y   n a t i o n a l c o a c h e s d a y
p r e s e a s o n   g a m e   2 !   m i a m i h e a t   v s   t h e   b r o o k l y n n e t s   t o n i g h t   a t   7 : 3 0 p m   i n   b r o o k l y n n y   o n   e s p n   a n d   b a l l y s p o r t s s u n !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
🐍 🧁 “ s o   m a n y   p e o p l e   d o u b t e d   m e .   t h e y   m o t i v a t e d   m e   e v e r y   s i n g l e   d a y ,   t o   b e   w h o   i   a m . ” 🧁 🐍 
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   b r o o k l y n   b r o o k l y n n e t s   n e t s   n e t s a r t   n e t s b a s k e t b a l l   b a s k e t b a l l   b a s k e t b a l l a r t   s p o r t s   a r t   g r a p h i c d e s i g n   b a s k e t b a l l d e s i g n   f r a n c h i s e   f r a n c h i s e d e s i g n s  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
d o   t h e   n e t s   a c t u a l l y   h a v e   w h a t   i t   t a k e s ? 
   
 
   
 a l l i e c l i f t o n   a t l a n t i c d i v i s i o n   b l u e w i r e   b r o o k l y n n e t s   c h a n n i n g f r y e   e a s t e r n c o n f e r e n c e   n b a p o d c a s t   r i c h a r d j e f f e r s o n   r o a d t r i p p i n   r o a d t r i p p i n p o d c a s t  
    t h e r e   y o u   g o   a g a i n !   n o w     w i l l   t r y   t o   r e c r u i t   j o r d a n p o o l e   f o r   t h e   b r o o k l y n n e t s
b a r c l a y s c e n t e r   o c t o b e r   2 0 2 2   e v e n t   c a l e n d a r :   1 3   t i c k e t e d   e v e n t s ,   p l u s   o n e   p r i v a t e   o n e 
 
 s e c o n d   b r o o k l y n n e t s   p r e - s e a s o n   g a m e   t o n i g h t  
d r a y m o n d   g r e e n   h a s   h i g h   e x p e c t a t i o n s   f o r   b e n   s i m m o n s   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e t s   n e w y o r k   n e w y o r k c i t y  
s h o p   n e t s w o r l d       f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   b r o o k l y n n e t s   b r o o k l y n   n e t s   n e t s n a t i o n   b k   b k n e t s
  t h e   b r o o k l y n n e t s   f r o n t   o f f i c e   w a t c h i n g   t h i s 😭  
d r a y m o n d   g r e e n   h a s   h i g h   e x p e c t a t i o n s   f o r   b e n   s i m m o n s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
s t o p   s l e e p i n g   o n   t h e   n e t s . . .   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
          @ _ c l a x t o n 3 3   n e t s   w o r l d   t h i s   i s   t h e   b e s t   r o t a t i o n   b r o o k l y n n e t s  
b e n   s i m m o n s   m a k e s   h i s   b r o o k l y n   n e t s   d e b u t   s h o r t s 
   
 
   
 7 6 e r s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a  
u t a h   j a z z   v s .   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
k r i s t i a n   w i n f i e l d   |   n e w - l o o k   n e t s   b a t t l e   e a r l y   g r o w i n g   p a i n s 
 
 w i t h   s o   m a n y   c h a n g e s   m a d e   d u r i n g   t h e   o f f s e a s o n   a n d   t r a i n i n g   c a m p ,   t h e   n e t s   w e r e   b o u n d   t o   e x p e r i e n c e   s o m e   g r o w i n g   p a i n s ,   t h e   n e w s   b e a t   r e p o r t     w r i t e s .   b r o o k l y n n e t s 

i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b r o o k l y n   n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b k l y n   b r o o k l y n n e t s   b r o o k l y n   n e t s   k e v i n d u r a n t   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
i   j u s t   p l a y e d   a   r a n d o m   r e c   g a m e   w i t h   _ c a m t h o m a s .   h e   h a d   4 7 p t s   a n d   i   h a d   a l m o s t   a   q u a d r u p l e - d o u b l e   🤣   n b a 2 k 2 3 f o r x b o x s e r i e s x s   b r o o k l y n n e t s  
b e n   s i m m o n s   d r o p s   s i c k   n o - l o o k   p a s s   i n   f i r s t   n e t s   g a m e   |   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
i f   y o u   s a y   s o 😂   n b a   b a s k e t b a l l   b r o o k l y n n e t s   b e n s i m m o n s   k d   k y r i e   n e t s  
t h e   b r o o k l y n   n e t s   a r e   s c a r y   g o o d !   👻   ( n b a   2 2 - 2 3   s e a s o n   p r e v i e w )   s h o r t s     v i a     
 
 n b a   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   b r o o k l y n n e t s
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t h e   b r o o k l y n n e t s '   b e n s i m m o n s   i s   g r a t e f u l   t o   b e   b a c k   a f t e r   h i s   p r e s e a s o n   d e b u t . 
  
l e t ' s   g e t   t h e   g a m e   s p i c e d   u p   h e r e !   🔥 
 
 c u r r e n t   p l a y e r - c o a c h   d u o   o f   k y r i e   a n d   n a s h   g o   a g a i n s t   e a c h   o t h e r !   w h o   g o e s   t o   t h e   n e x t   r o u n d   i n   q u e s t   t o   f i n d   t h e   b e s t   p o i n t   g u a r d   o f   a l l - t i m e ? 
 
 w h o   y o u   g o t ?   🗳 ️ 🗣 ️ 
 
 s t e v e n a s h   k y r i e i r v i n g   b r o o k l y n n e t s   b e s t p o i n t g u a r d o f a l l t i m e  
n b a   b r e a k i n g   n e w s :   n a s h   a n d   k e v i n   . . . 
   
 
   
 a m h o o p s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   d r a m a t i c n b a n e w s n a s h a n d k e v i n d u r a n t i s s u e s a t b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   e s p n   f o x s p o r t s   f r e e a g e n c y n b a   h o o p f l i x   k e v i n d u r a n t   k y r i e i r v i n g   l e b r o n j a m e s  
m y   c o l l e c t i o n   s o   f a r   b r o o k l y n   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   a u s t r a l i a  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
m y   t o p   4   i n   t h e   e a s t 
 
 n e t s 
 b u c k s 
 c e l t i c s 
 h a w k s 
 
 n b a 2 k 2 3   n b a 2 0 2 3 s e a s o n   n b a   a t l a n t a h a w k s   b o s t o n c e l t i c s   b r o o k l y n n e t s   m i l w a u k e e b u c k s
r o y c e   o ’ n e a l e   w a s   ‘ d e f i n i t e l y   s h o c k e d ’   t o   s e e   j a z z   b l o w   u p   r o s t e r   b r o o k l y n n e t s  
c h a r l o t t e   h o r n e t s   v s .   b o s t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   p h i l a d e l p h i a   7 6 e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
m a n   f i n a l l y   g o t   m y     j e r s e y   a u s t r a l i a   b r o o k l y n n e t s   k y r i e  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   e v e r y   t e a m .   h e r e ’ s   t h e   n e t s   v e r s i o n   ( r e g u l a r   a n d   a l t e r n a t e ) 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t   w a r r i o r s h i g h l i g h t  
w o u l d   e m b i i d ,   d u r a n t ,   & a m p ;   . . . 
   
 
   
 7 6 e r s h i g h l i g h t s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c h i n e y o g w u m i k e   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   j a m e s h a r d e n   j a m e s h a r d e n n e w s   j o e l e m b i i d   k d   k d h a r d e n   k e n d r i c k p e r k i n s   k e v i n d u r a n t   m a l i k a a n d r e w s  
b e n   s i m m o n s   h i g h l i g h t s   v s   p h i l a d e l p h i a   7 6 e r s !   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s v s 7 6 e r s   b r o o k l y n n e t s v s p h i l a d e l p h i a 7 6 e r s   e a s t e r n c o n f e r e n c e   n b a p r e s e a s o n   n e t s   n e t s v s 7 6 e r s   n e t s v s p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s  
w i l d   t o   t h i n k ,     b u t   t h i s   w i l l   b e   k d   & a m p ;   k y r i e ' s   f i r s t   h o m e   o p e n e r   t o g e t h e r   w i t h   f a n s   i n   a t t e n d a n c e . . . 
 
 2 0 1 9   -   n o   k d 
 2 0 2 0   -   c o v i d - 1 9   ( n o   f a n s ) 
 2 0 2 1   -   n o   k a i   ( v a x   m a n d a t e ) 
 2 0 2 2   -   🖤 🤍 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s t w i t t e r   b k n e t s   n e t s   b k l y n n e t s   d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
d a y   1 7   o f   o u r   n b a   s e a s o n   c o u n t d o w n ,   a n d   i t ' s   t i m e   t o   t a l k     a n d   t h e   s t a r   o f   t h e   o f f s e a s o n ,   k e v i n   d u r a n t .   b r o o k l y n n e t s   k e v i n d u r a n t  
n e w   o n e   f o r   s p o r t s   i l l u s t r a t e d   o n   t h e   c o n t r o l   k e v i n   d u r a n t   e x e r t   o n   n e t s   g m   s e a n   m a r k s .   h a d   f u n   i n c l u d i n g   a   l a y e r   o f   g o u a c h e   i n k   r e s i s t .   b i g   t h a n k s   t o   a d   l a u r a   a n g l e ! !   k e v i n d u r a n t   b r o o k l y n n e t s   s p o r t s i l l u s t r a t e d  
l a n a   r h o a d e s   t o l d   t h e   w o r l d   t h a t   h i s   s o n ' s   d a d d y   w a s   a   n e t s   p l a y e r   a n d   a   l i b r a . .   t h a t   i s   t h e   r e a s o n   w h y   b l a k e   g r i f f i n   s i g n e d   w i t h   t h e   c e l t i c s   n b a   b r o o k l y n n e t s   c e l t i c s
b e n   s i m m o n s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   n e t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
i t ' s   p r e s e a s o n .     c a l m   d o w n   p e o p l e .     i t ' s   t h e   f i r s t   g a m e .     b r e a t h e . .     c a n ' t   b e l i e v e   s o m e   o f   t h e   t w e e t s   i   a m   s e e i n g .     g i v e   t h i s   t e a m   t i m e   t o   g e l   a   l i t t l e   m o r e . . . .     i   w a s n ' t   e x p e c t i n g   t h e m   t o   b e   p e r f e c t   t h e   f i r s t   p r e s e a s o n   g a m e .     n e t s w o r l d   b r o o k l y n n e t s
w a s   g r e a t   t o   b e   b a c k   a t   t h e   c l a y ’ s   💯 💪 🏾     b r o o k l y n n e t s   n b a   n e t s w o r l d  
n b a   b r o o k l y n n e t s   l o s a n g e l e s l a k e r s   k y r i e i r v i n g   r e p o r t :   l a k e r s   w o n ' t   p u r s u e   k y r i e   i r v i n g   i n   f r e e   a g e n c y  
k a r e e m a b d u l j a b b a r   c a l l s   k y r i e i r v i n g   a   “ c o m i c a l   b u f f o o n ”     
 
 😆 🤣 😭   t h a t   h e   i s   a n d   m u c h   m o r e !   b r o o k l y n n e t s
b e n   s i m m o n s   i s   m a k i n g   h i s   n e t s   d e b u t   i n   2 0 2 2   p r e s e a s o n   🔥 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s d e b u t   b e n s i m m o n s d e b u t n e t s   b e n s i m m o n s h i g h l i g h t s   b e n s i m m o n s n e t s   b e n s i m m o n s t r a d e   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b e s t   t r a i l s   & a m p ;   t r a v e l   i s   a   p r o u d   s p o n s o r   o f   t h e   b r o o k l y n   n e t s .   c o m e   o u t   o n   o c t o b e r   1 9 t h   t o   b a r c l a y s   c e n t e r   t o   w a t c h   t h e m   p l a y   o n   o p e n i n g   n i g h t   🏀 
 
 b r o o k l y n n e t s   n e t s   b a r c l a y s c e n t e r   b r o o k l y n   n y c   n e w y o r k   c h a r t e r b u s   e x e c u t i v e c o a c h   b a s k e t b a l l   n y   s p o n s o r   o p e n i n g n i g h t   n b a  
g r e a t   t o   s e e   1 2   s h o o t i n g   3 s   a n d   p l a y i n g   d e f e n s e   a g a i n .   k e e p   t h a t   f o o t   h e a l t h y ,   j o e y   b u c k e t s !   b r o o k l y n n e t s
d o n t   b a s h   o p p o s i t e   t h i n k i n g ,   i n s t e a d   l i s t e n   c a r e f u l l y   a n d   c h o o s e   w h a t   u   b e l i k a r e e m a l j e i r v i n g   n b a   k y r i e   b a s k e t b a l l   l e b r o n j a m e s   k e v i n d u r a n t   l e b r o n   j a m e s h a r d e n   s t e p h e n c u r r y   b a l l i s l i f e   l a k e r s   k o b e b r y a n t   s t e p h c u r r y   n i k e   k   b r o o k l y n n e t s   n e t s   k o b e   k a r e e m  
p o s t   g a m e   t h r e a d :   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   1 2 7 - 1 0 8   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
n b a   b r o o k l y n n e t s   l o s a n g e l e s c l i p p e r s   d e n v e r n u g g e t s   b e n   s i m m o n s ,   k a w h i   l e o n a r d ,   j a m a l   m u r r a y ,   m i c h a e l   p o r t e r   j r .   r e t u r n   t o   a c t i o n  
    _ l i f e r s   _ n y _ b     d o l a n   e x e c u t i v e s   w i t h   b o t h   t h e   k n i c k s   a n d   n y r   h a v e   d e v e l o p e d   q u a l i t y   y o u n g   t a l e n t / g r e a t   l o c k e r   r o o m s .   b o t h   t e a m s   h e r e   t o   w o r k .     a l m o s t   u n h e a r d   o f   i n   p r o   s p o r t s   t e a m s .     l o o k   a t   t h e   b r o w n s   o r   b r o o k l y n n e t s   i f   a n y o n e   i s   c o n f u s e d   b y   w h a t   i   m e a n   l o l .
k y r i e   i r v i n g   o n   b e n   s i m m o n s :   “ h e ’ s   g o i n g   t o   l o v e   p l a y i n g   w i t h   u s ”   b e n s i m m o n s   b r o o k l y n n e t s   k y r i e i r v i n g  
b e n   s i m m o n s   m a k e s   n e t s   d e b u t   a f t e r   l o n g   w a i t           b r o o k l y n n e t s  
“ y o u   m a d e   m e   a   b e a s t ”   b e n   s i m m o n s   p u r p o s e l y   s c o r e d   h i s   f i r s t   n e t s   b u c k e t   a s   a   d u n k   a g a i n s t   s i x e r s     b r o o k l y n n e t s   n b a
s o   y e a h   t h i s   b r o o k l y n n e t s   t h i n g   c a n   w o r k . 
 
 r e b o u n d s   a r e   g o n n a   b e   a n   i s s u e ,   d e f e n s e   i s   g o n n a   b e   a   p r o b l e m ,   n a s h   s u c k s   a s   a   c o a c h   a n d   t h e   t e a m ' s   b e n c h   c o u l d   u s e   a   b i t   o f   w o r k . 
 
 b u t   e v e n   w i t h   a l l   t h a t   t h e y   g o t   k e v i n d u r a n t   w h i c h   m a k e s   e m   o n e   o f   t h e   t o p   t e a m s   i n   t h e   n b a   e a s t .  
o ’ s   t h o u g h t s   o n   s i x e r s   v s   n e t s   y e s t e r d a y   
 n e t s   n e t s w o r l d   n e t s o n y e s   b r o o k l y n n e t s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   -   f u l l   . . . 
   
 
   
 7 6 e r s v s n e t s   7 6 e r s v s n e t s l i v e   7 6 e r s v s n e t s p r e s e a s o n   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   n b a p r e s e a s o n  
" i ' m   g r a t e f u l   j u s t   t o   b e   a b l e   t o   s t e p   o n   t h a t   f l o o r , "   b e n s i m m o n s   s a i d .   " s t e p   o n   a n   n b a   f l o o r   a g a i n .   i   h a d   a   l o t   o f   f u n   o u t   t h e r e . "   n b a t w i t t e r   b r o o k l y n n e t s  
a s   i   w r o t e ,   " a r t   o r   a d v e r t i s i n g " ? 
 
 
 o r   m a y b e   a   r e - a f f i r m a t i o n   o f   b r o o k l y n n e t s   f a n d o m 
 b e l o n g b r o o k l y n 
 b a r c l a y s c e n t e r    
    _ n e t s _ w i n       b r o o k l y n n e t s   g a m e   w a s   🔥  
b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   w a s   o n   n b a   t v   ( u s ) .   w i t h   c o m m e n t a r y   f r o m   r y a n   r u o c c o .   c o - c o m m e n t a t o r   i s   s a r a h   k u s t o k .     f o r   m o r e   d e t a i l s   s e e     b r o o k l y n n e t s   p h i l a d e l p h i a e r s   n b a t v u s
g r e a t   t o   s e e   b e n   a n d   k d   s h a r i n g   a   l a u g h   o n   t h e   b e n c h . .   w o n d e r   w h a t   i t   w a s   a b o u t 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
m o r e   b r o o k l y n n e t s  
o f   c o u r s e   i   s a w   s t u f f   l i k e   t h i s   o n   t w i t t e r   l a s t   n i g h t ,   b u t   i   w a n t e d   t o   r e a l l y   w a t c h   t h e   b r o o k l y n n e t s   o n   📺   a n d   n o t   t h e   a p p    
s i m m o n s   o n   3 ?   w e l l   g o d d a m n   w e   g o t   t h i s   s e a s o n   b o i s s s s   n e t s   b r o o k l y n n e t s  
i   u s u a l l y   d o n ’ t   w a t c h   p r e - s e a s o n   g a m e s ,   b u t   i   n e e d   t o   s e e   t h i s   n e w / o l d   b r o o k l y n n e t s   t e a m   t o g e t h e r   a g a i n   f o r   t h e   f i r s t   t i m e .   n o w w a t c h i n g  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   3   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 3 6 e r s v s s u n s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   s u n s v s 3 6 e r s  
n o t   h a p p y   l o s i n g   a r e   f i r s t   p r e s e a s o n     g a m e   b u t   g o o d   t o   s e e   s i m m o n s   d o i n g   b i t s   b r o o k l y n n e t s   👏 🏾
n b a v i d e o s :   b e n   s i m m o n s   s l a m s   h o m e   h i s   f i r s t   n e t s   b u c k e t !   
   
 
   
 b a s k e t b a l l   b a s k e t b a l l v i d e o s   b r o o k l y n n e t s   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 0 9   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v l o g   t e a m 1 6 1 0 6 1 2 7 5 1   v i d e o   v i d e o s   v l o g  
p o s t   g a m e   t h r e a d :   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   1 2 7 - 1 0 8 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s .   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
b r o o k l y n n e t s   c u r r y b r o t h e r s 
   s o   y o u   b e e n   a   t e a m a t e   o f   b o t h   c u r r y   b r o t h e r s ,   i n   y o u r   o p i n i o n   h o w   g o o d   i s   s e t h   c u r r y   a s   a   p l a y e r   ?   3 p   s h o o t e r ,   b a l l   h a n d l e r ,   p a s s e r   a n d   s u c h .   i   g e t   s t e p h e n   t h e   b e t t e r   o n e   b u t   d o   y o u   t h i n k   s e t h   c a n   b e c o m e   o n   s i m i l a r   l e v e l   a s   h i s   b r o t h e r ?
b e n   s i m m o n s   p l a y e d   a   g a m e   o f   b a s k e t b a l l . 
 
 t h e   e n d   i s   n i g h . . . . . 
 
 n b a 
 b r o o k l y n n e t s
a n y b o d y   t h i n k   t h i s   m a n   d i d n ' t   f e i g n   a   m e n t a l   i l l n e s s 2   c o l l e c t   a   n b a   p a y c h e c k ? 
 i m   c e r t a i n   h e   w a s @   a l l   t i m e s   w e l l   e n o u g h 2   g e t   p a i d   b y   7 6 e r s   a n d   2 f o r c e   a   t r a d e . 
 n o t   s u r e   a n y   t e a m   o t h e r   t h a n   t h e   b r o o k l y n n e t s   c a r e d   l e s s   a b o u t   c h a r a c t e r   w h e n   t r a d i n g   f o r   h i m . 
  
h e ’ l l   m a k e   a   b i g   d i f f e r e n c e   f o r   b r o o k l y n   t h i s   s e a s o n .   h e   m a y   n e v e r   s h o o t   🤷 ‍ ♂ ️ .   b e n s i m m o n s   b r o o k l y n t o g e t h e r   b r o o k l y n n e t s   n e t s   k d   k y r i e   s t e v e n a s h   n b a   n b a p r e s e a s o n   n b a t w i t t e r   i n t h e s h e d   w e s a n d e r s o n   t o o l s   p o l i t i c s   s p o r t s   p a r a n o r m a l   n e w s   p o d c a s t s   s p o t i f y   y o u t u b e  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
i s   a n y b o d y   e l s e   n o t   a b l e   t o   w a t c h   t h e   g a m e   b e c a u s e   o f   t h i s ? 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
  a w e s o m e ! ! 
 n e t s   n e t s t w i t t e r   n e t s w o r l d   b r o o k l y n n e t s   n b a   n b a t w i t t e r
n e w   1 0 t h   a n n i v e r s a r y   c e n t e r   c o u r t   l o g o   t o   c e l e b r a t e   a   d e c a d e   o f   t h e   n e t s   i n   b r o o k l y n !   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
b e n   s i m m o n s   d e b u t s   w i t h   b r o o k l y n   n e t s   a n d   t w i t t e r   r e a c t s   |   b e n   s i m m o n s   h i g h l i g h t s 
 
 b e n s i m m o n s   b r o o k l y n n e t s  
7 6 e r s   o p e n   p r e - s e a s o n   w i t h   a   1 2 7 - 1 0 8   w i n   o v e r   t h e   b r o o k l y n   n e t s !   🔔 
 
 t y r e s e   m a x e y :   2 0   p t s ,   3   a s t 
 f u r k a n   k o r k m a z :   1 5   p t s ,   4   a s t 
 
 7 6 e r s   b r o o k l y n n e t s   n b a p r e s e a s o n  
b e n   s i m m o n s   s l a m s   i t   d o w n   f o r   f i r s t   p o i n t s   i n   b r o o k l y n   n e t s   d e b u t   |   n b a   o n   e s p n 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
d o n ’ t   w o r r y   a b o u t   t h i s   g a m e   m a n .   w e   g o t   g o o d   g u y s   g o o d   m o v e m e n t s !   t h e   n e t s   c a n   s t i l l   w i n   i t   a l l   m a n !   i   b e l i e v e   b r o o k l y n n e t s   !   n e t s w o r l d !
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s  
i t ’ s   g r e a t   t o   s e e     b a c k   o n   t h e   c o u r t   a g a i n .   i f   y o u ’ r e   s t i l l   h a t i n g   o n   h i m   a t   t h i s   p o i n t   y o u ’ r e   j u s t   a   h a t e r … a n d   t h a t ’ s   a   d i f f e r e n t   s t o r y   n b a   n b a p r e s e a s o n   b r o o k l y n n e t s
j o e   h a r r i s 👉 🏼   k e v i n   d u r a n t 
 
 b a s k e t b a l l   i s   b a c k   i n   b r o o k l y n 🔥 
 
 n e t s   b r o o k l y n n e t s   n b a t w i t t e r   n b a p r e s e a s o n   

k y r i e   " t h e   g l o v e "   i r v i n g   
 b r o o k l y n n e t s  
t h e   n e t s   c o u l d   b e   s c a r y   n e x t   y e a r   n b a     b r o o k l y n n e t s
t h i s   i s   b e a u t i f u l   b r o o k l y n n e t s
b e n   s i m m o n s   o u t   t h e r e   h o o p i n g !   😎 
 b r o o k l y n n e t s   n e t s w o r l d
i ' m   e n j o y i n g   t h e   b e n   s i m m o n s   a c t i o n   f o r   b r o o k l y n .     h e   l o o k s   g o o d   o u t   t h e r e .   n i c e   p a s s   t o   c l a x t o n   f o r   a   d u n k   o n   t h e   f a s t   b r e a k .   n b a   b r o o k l y n n e t s   n e t s
i t ' s   p r e s e a s o n .     c a l m   d o w n   p e o p l e .     i t ' s   t h e   f i r s t   g a m e .     b r e a t h e . .     c a n ' t   b e l i e v e   s o m e   o f   t h e   t w e e t s   i   a m   s e e i n g .     g i v e   t h i s   t e a m   t i m e   t o   g e l   a   l i t t l e   m o r e . . . .     i   w a s n ' t   e x p e c t i n g   t h e m   t o   b e   p e r f e c t   t h e   f i r s t   p r e s e a s o n   g a m e .     n e t s w o r l d   b r o o k l y n n e t s
o h   m y   g o o d n e s s   r o y c e   o n e a l ,   m i s s   u   😢   n b a   u t a h j a z z   b r o o k l y n n e t s
t h i s   i s   a t r o c i o u s   😭 b r o o k l y n n e t s
  f i n d s     i n   t r a n s i t i o n ‼ ️   n b a   n b a t w i t t e r   b r o o k l y n n e t s  
w h y   d o e s   b e n   s i m m o n s   k e e p   p i c k i n g   u p   h i s   d r i b b l e   b r o o k l y n n e t s
    n e e d   t o   g o   g e t   w h i t e s i d e .   t h i s   t e a m   i s   s t i l l   v e r y   s m a l l   a n d   w o n ' t   r e b o u n d   w e l l .   d o n ' t   k n o w   h o w   s e a n m a r k s   h a v e n ' t   f i l l e d   t h i s   h u g e   h o l e   y e t .   i t ' s   b e e n   l i k e   t h i s   f o r   a   f e w   s e a s o n s   n o w .   n b a   b r o o k l y n n e t s
k y r i e 💪   b r o o k l y n n e t s
i ’ m   s o   h a p p y   h o o p   i s   b a c k !     m y   n e t s   p l a y   t o m o r r o w !     l e t ’ s   g o !     b r o o k l y n n e t s
j u s t   f o u n d   o u t   i   c a n ' t   w a t c h   b r o o k l y n n e t s   o n     u n l e s s   i   p a y   e x t r a   t o   w a t c h   o n   a n   a p p ?   t h i s   i s   o u t r a g e o u s .
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a   n b a   b r o o k l y n  
b r o o k l y n   n e t s   a b o u t   t o   g e t   t h i s   w ,   l e t s   g o ! ! !   w e g o h a r d   b r o o k l y n n e t s
b a s k e t b a l l   i s   a b o u t   t o   b e   b a c k ! ! !   p r e s e a s o n   h e r e   w e   c o m e   🏀   b r o o k l y n n e t s   n e t s v s 7 6 e r s   p a t t y m i l l s   c l a x   s e t h c u r r y
b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e   s t r e a m   -   n b a   -   p r e - s e a s o n   ( b a s k e t b a l l ) 
 
 w a t c h   b r o o k l y n   n e t s   l i v e   s t r e a m   a g a i n s t   p h i l a d e l p h i a   7 6 e r s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a  
🏀   b a s k e t b a l l :   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   -   n b a 
 ⏰   0 6 . 3 0   u t c + 7 
 ➡     
 
 b a s k e t b a l l   a m e r i c a n   u s a   a m e r i c a n b a s k e t b a l l   b a s k e t b a l l l o v e r s   n b a   p h i l a d e l p h i a 7 6 e r s   b r o o k l y n n e t s
b r o o k l y n   n e t s   p r e s e a s o n   b e g i n   t o n i g h t   🔥 🔥 🔥   n e t s   n a t i o n   b i h   😤 😤 😤   b r o o k l y n n e t s   n e t s n a t i o n  
l e t s   g o   n e t s ! ! !   b r o o k l y n n e t s
l o n g   i s l a n d   n e t s   l e g e n d   c r a i g   r a n d a l l   g o e s   o f f   f o r   3 5   p o i n t s   a g a i n s t   t h e   p h o e n i x   s u n s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 0 0
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 0
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 9
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 8
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 7
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 6
f i n a l l y   t h e y   d o   s o m e t h i n g   r i g h t .   t h a t ’ s   a   t r a d i t i o n a l   l i n e - u p   w i t h   a n   o f f e n s i v e   & a m p ;   d e f e n s i v e   b a l a n c e .   a l l   w e   n e e d   i s   f o r   t h e   r o t a t i o n s   t o   b e   o n   p o i n t   n o w .   b r o o k l y n n e t s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 5
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 4
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 3
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 2
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 1
n b a   b r o o k l y n n e t s   s i x e r s   
 c o n f i r m e d   s t a r t i n g   l i n e u p   f o r     t o n i g h t !  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 x  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t 
 x  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
t r e a t i n g   m y s e l f   t o   t h e   n e w   b i g   3 .     l o b s t e r   r o l l   +   p r e t z e l   +   k d .       
 s o   f a r ,   s o   g o o d .       l e t s   g o   n e t s 
 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a 
 w  
  l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a
b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a 2 k 2 3   b a s k e t b a l l   n b a   p h i l a d e l p h i a   n b a t w i t t e r   
 l i v e l i n e   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e s t r e a m   
                                             🇺 🇸 l i n k 🏀 🗑 ️ 
 
                                                       ⬇ ️ 
 

n b a   p r e v i e w   2 0 2 2 - 2 3   :   l e s   b r o o k l y n   n e t s 
   
 
   
 a p é r o t r a s h t a l k   a t l a n t i c d i v i s i o n   b a s k e t   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   e m i s s i o n  
g a m e   t h r e a d :   p h i l a d e l p h i a   7 6 e r s   ( 0 - 0 )   a t   b r o o k l y n   n e t s   ( 0 - 0 )   o c t   0 3   2 0 2 2   7 : 3 0   p m 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
k y r i e   i r v i n g :   n e t s   x - f a c t o r   b y   _ s a y s   
 n e t s w o r l d   k y r i e i r v i n g   b r o o k l y n n e t s   o t b n 

m a n   i ’ v e   n e v e r   b e e n   t h i s   e x c i t e d   t o   w a t c h   a   p r e s e a s o n   g a m e ! !   i ’ m   r e a d y   t o   o v e r r e a c t   🤣 
 
 b r o o k l y n n e t s
t o n i g h t s   s t a r t i n g   l i n e u p s ,   f r o m     7 - 1 0 - 1 1   p l a y i n g   c o n f i r m e d !   b r o o k l y n n e t s   s i x e r s   n e t s w o r l d   n b a   n b a p r e s e a s o n 2 0 2 2   k d   b e n 1 0   k y r i e i r v i n g  
b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
w e   b a c k   y ’ a l l   
 
 b r o o k l y n n e t s  
g o l d e n   s t a t e   w a r r i o r s   v s .   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
n b a   b r o o k l y n n e t s   k a r e e m a d b u l j a b a r   k y r i e i r v i n g   n b a   l e g e n d   k a r e e m   a b d u l - j a b b a r :   k y r i e   i r v i n g   i s   a   ' c o m i c a l   b u f f o o n '  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b e n   s i m m o n s   m a k e s   h i s   n e t s   d e b u t   t o d a y   -   a g a i n s t   j o e l   e m b i i d   a n d   7 6 e r s !   😤 🍿 
 
 w h o   y o u   g o t ? 
 
 b e n s i m m o n s   b r o o k l y n n e t s   j o e l e m b i i d   7 6 e r s   n b a p r e s e a s o n  
m o n ,   3 r d   o c t :   b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   -   o d d   @   1 . 9 
 m o r e   d e t a i l s   o n :   
 b a s k e t t i p s   b a s k e t p r e d i c t i o n   b a s k e t b a l l b e t s   n b a p r e s e a s o n   u s a b a s k e t
s e e m s   l i k e   k d   b e a t   t h e   ‘ u n n a m e d   n e t s   p l a y e r ’   b a b y   d a d d y   a l l e g a t i o n s   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
“ i r v i n g   i s   a   c o m i c a l   b u f f o o n ”   k a r e e m   a b d u l   j a b b a r   d e s t r o y s   k y r i e   i r v i n g   f o r   s h a r i n g   a l e x   j o n e s   c l i p     b r o o k l y n n e t s   l a l a k e r s
  l e t ' s   g o   b r o o k l y n n e t s   n e t s l e v e l   n e t s   🏀 🏀 🏀
a t   b a r c l a y s c e n t e r   o v e r   1 0   y e a r s ,   ( r e l a t i v e )   b o o m - a n d - b u s t   b r o o k l y n n e t s   a t t e n d a n c e ,   n o w   r i s i n g   a s   t e a m   i m p r o v e s . 
 
 g a t e   c o u n t   a l w a y s   t r a i l s   o f f i c i a l   f i g u r e s . 
 a t t e n d a n c e   %   w o u l d   r a n k   e v e n   h i g h e r   ( b c   o f   s m a l l e r   a r e n a )
w i l l   t h e   n e t s   o v e r c o m e   t h e   d r a m a   & a m p ;   m a k e   i t   t o   t h e   f i n a l s ?   c l i c k   l i n k   f o r   f u l l   v i d e o . 
 
 e d i t e d   b y   c a n t v       n b a   n b a t w i t t e r   b a s k e t b a l l   n b a p r e s e a s o n   n e t s   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s 
 c a n t v   n b a o f f s e a s o n  
k y r i e   i r v i n g   b r o o k l y n   n e t s   m e d i a   . . . 
   
 
   
 a a r o n h i c k s   a a r o n j u d g e   a l e x r o d r i g u e z   a r o l d i s c h a p m a n   a t l a n t i c d i v i s i o n   b a b e r u t h   b a s e b a l l   b a s k e t b a l l   b r a w l   b r o o k l y n n e t s   c l i n t f r a z i e r   c o r e y k l u b e r   d e a n d r e j o r d a n   d e r e k j e t e r   d j l e m a h i e u   e a s t e r n c o n f e r e n c e  
j a m e s   h a r d e n   " f i g u r i n g   t h i n g s   o u t "   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s n e w s   7 6 e r s t r a i n i n g c a m p   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j a m e s h a r d e n h i g h l i g h t s   j o e l e m b i i d   n b a   n b a n e w s   n b a p r e s e a s o n   n b a t r a i n i n g c a m p  
s o o n . . .   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e t s   n e w y o r k   n e w y o r k c i t y  
b e n   s i m m o n s   w i t h   t h e   s h o t   b o i i .   b e n s i m m o n s   n e t s   b r o o k l y n   b r o o k l y n n e t s  
b e n   s i m m o n s   c a s u a l l y   a i r b a l l i n g   o n   n e t   d a y   n b a   b r o o k l y n   n b a t w i t t e r   n b a 2 k 2 3   n e t s   h o h  
b e n   s i m m o n s   a i r b a l l s   a t   b r o o k l y n   n e t s   d a y   w h i l e   k y r i e   a n d   k e v i n   h a n g   o u t   w i t h   e a c h   o t h e r .   t i k t o k   -   a s t e v e r s o n   🏀 

n e t s   a l l   a c c e s s   p r a c t i c e   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
  t h e   a n n o u n c e r   g o t   d e a n d r e   c h i l i '   j o r d a n   t e x a s a m   a g g i e s   b r o o k l y n   n e t s ’ s   n a m e   w r o n g   😭    
b r o o k l y n   n e t s   2 t   c o l o r   p a c k   5 9 f i f t y   -   g r a p h i t e ,   r e d ,   w h i t e   n o w   a v a i l a b l e   f r o m   e c a p s u n l i m i t e d 
 
 n e w d r o p   e i g h t y 8 f i t s   c a p s u n l i m i t e d   n b a   b r o o k l y n n e t s   n e t s   w e g o h a r d   b r o o k l y n   n e w y o r k   2 t   c o l o r   p a c k   5 9 f i f t y   g r a p h i t e   r e d   w h i t e 
 

k e v i n   d u r a n t     a t     a n n u a l   p r a c t i c e i n t h e p a r k   h e r e   i n   b r o o k l y n     
 n b a   n e t s   b a s k e t b a l l   b r o o k l y n   n e w y o r k   e s p n   @   b r o o k l y n ,   n e w   y o r k  
2 0 0 !   t h a n k   y o u   n e t s   n a t i o n   🤍 🖤   n e t s w o r l d   n e t s   n a t i o n   l e t s g o n e t s   b r o o k l y n
l o o k   a t   h o w   b e n   s i m m o n s   i s   a b l e   t o   b e   p h y s i c a l   a t   t h e   p o i n t ,   a p p l y   a m p l e   p r e s s u r e ,   a n d   s t a y   i n   f r o n t   o f   t h e   b a l l   a n d   m a k e   p l a y s   
 c a n   b e   a n   e l i t e   a d d i t i o n   f o r   t h e   n e t s !   n b a   b r o o k l y n   s i m m o n s  
[ w i n f i e l d ]   n e t s   f a n s   j u s t   b o o e d   s t e v e   n a s h   w h e n   h e   w a s   i n t r o d u c e d   a t   p r a c t i c e   i n   t h e   p a r k .   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
o p e n   p r a c t i c e   🏀   i t   w a s   a n   e x c i t i n g   d a y   f o r     f a n s   s u n d a y   o v e r   i n   d u m b o   w h e r e   t h e   t e a m   h o s t e d   t h e i r   s i x t h   a n n u a l   o p e n   p r a c t i c e   a t   b r o o k l y n   b r i d g e   p a r k . 
 

o p e n   p r a c t i c e   🏀   i t   w a s   a n   e x c i t i n g   d a y   f o r     f a n s   s u n d a y   o v e r   i n   d u m b o   w h e r e   t h e   t e a m   h o s t e d   t h e i r   s i x t h   a n n u a l   o p e n   p r a c t i c e   a t   b r o o k l y n   b r i d g e   p a r k . 
 

  l e t ' s   g o   b r o o k l y n     n e t s   n b a   n f t   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k   n f t s   n b a y c   n f t c o m m u n i t y   l e t ' s   p l a y   e n s   

🚨   j u s t   c o n f i r m e d !   t h e   b r o o k l y n   n e t s   h a v e   s   . . . 
   
 
   
 2 0 2 2 n b a f r e e a g e n c y   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s 2 0 2 2   b r o o k l y n n e t s f r e e a g e n c y   b r o o k l y n n e t s f r e e a g e n c y 2 0 2 1   b r o o k l y n n e t s f r e e a g e n t s   b r o o k l y n n e t s h i g h l i g h t s   b r o o k l y n n e t s n e w s  
c a m   t h o m a s   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a m t h o m a s   c a m   t h o m a s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
m a r k i e f f   m o r r i s   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r k i e f f m o r r i s   m a r k i e f f   m o r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
k y r i e :   n e t s   t r y   t o   e r a s e   w e a k n e s s e s ,   a l t e r   i m a g e   b r o o k l y n   n e t s   n b a  
r o y c e   o ' n e a l e   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r o y c e o ' n e a l e   r o y c e   o ' n e a l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
n e t s   f a n s   a r e   y o u   r e a d y   f o r   p r a c t i c e i n t h e p a r k   t o m o r r o w ? !     n e t s d j   n b a d j   b r o o k l y n   @   p i e r   2   b r o o k l y n   b r i d g e   p a r k   s y n l a w n   f i e l d  
1 0 0 !   t h a n k   y o u   n e t s   n a t i o n   🤍 🖤   n e t s   t h a n k y o u   b r o o k l y n   n b a
l e b r o n   j a m e s ,   a n t h o n y   d a v i s   a n d   t h e   l a k e r s   a r e   b a c k   i n   t h e   n b a f i n a l s   g o i n g   a g a i n s t   t h e   r e d   h o t   n e t s . 
 
 t h e   s e a s o n   3   n b a   f i n a l s   i s   l i v e 
   
 
 l o s a n g e l e s l a k e r s   b r o o k l y n n e t s   l a   l a k e r n a t i o n   b r o o k l y n   k d   k y r i e i r v i n g   k y r i e   y o u t u b e   n b a 2 k 2 3   n b a 2 k 2 2
m y   r e a d   o n   t h e   b r o o k l y n   n e t s '   d e p t h   c h a r t   f o r   f a n t a s y : 
 
 p g   b e n   s i m m o n s 
 s g   k y r i e   i r v i n g 
 s f   j o e   h a r r i s 
 p f   k e v i n   d u r a n t 
 c   n i c   c l a x t o n 
 6   r o y c e   o ' n e a l e 
 7   s e t h   c u r r y   ( i n j u r e d ) 
 8   m a r k i e f f   m o r r i s 
 9   e d m o n d   s u m n e r 
 1 0   p a t t y   m i l l s 
 
 n e t s   b r o o k l y n   n b a   n b a t w i t t e r     f a n t a s y
h o w   i m e   u d o k a ' s   f a l l o u t   w i t h   b o s t o n   c e l t i c s   c o u l d   s a v e   t h e   b r o o k l y n   n e t s 
 
 
 
 n b a   b r o o k l y n t o g e t h e r   n e t s   b r o o k l y n   b l e e d g r e e n   b o s t o n   c e l t i c s   t r u e t o a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w :   w h y   y o u   s h o u l d   t a k e   t h e   o v e r   o n   n e t s '   s t a r s   b r o o k l y n   n e t s   n b a  
b r o o k l y n   n e t s   2 0 2 2   s t a t e m e n t   j e r s e y 
 . 
 . 
 
 
 
 n b a   n b a t w i t t e r   b r o o k l y n   n e t s   n e t s w o r l d   b k n   j e r s e y   w a l l p a p e r  
g r e e n   g o b l i n   s u b w a y   a t t a c k   c r e w   i d ' d   b y   n y p d   -     v i a     -   y a n k e e s   m e t s   n e t s   k n i c k s   b r o o k l y n   q u e e n s   n j t r a n s i t   m t a   p o l i c e   f b i   n y c   a l b a n y   c n n   f o x n e w s   m l b   n f l   n b a   m e t o o   n e w y o r k   n e w y o r k c i t y   b i d e n   u s a   t r u m p   n c a a   n y u   a a r o n j u d g e
p o s t   g a m e   t h r e a d :   t h e   m i a m i   h e a t   d e f e a t   t h e   b r o o k l y n   n e t s   1 0 9 - 8 0   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
d a y ' r o n   s h a r p e   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a y ' r o n s h a r p e   d a y ' r o n   s h a r p e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n   b r o o k l y n   n e t s   n b a   v i d e o :  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
s h a r p e   b a c k   d o w n   b u c k e t   n b a   b a s k e t b a l l   n e t s   b r o o k l y n   d a y r o n s h a r p e   n b a t w i t t e r  
c a m   t h o m a s   a n d   1 .   n b a   b a s k e t b a l l   n b a t w i t t e r   b r o o k l y n   n e t s   c a m t h o m a s  
c a m   t h o m a s   f i n i s h e s   a t   t h e   r i m .   n b a   b a s k e t b a l l   b r o o k l y n   n e t s   c a m t h o m a s   n b a t w i t t e r  
d a y ’ r o n   s h a r p e   n b a   b a s k e t b a l l   n b a t w i t t e r   b r o o k l y n   n e t s   d a y r o n s h a r p e  
w a t a n a b e   b l o c k   a t   t h e   r i m .   n b a   b a s k e t b a l l   n b a t w i t t e r   n e t s   b r o o k l y n   y u t a w a t a n a b e   b l o c k  
m a r k i e f f   p u t   b a c k .   n b a   b a s k e t b a l l   b r o o k l y n   n e t s   m a r k i e f f m o r r i s   n b a t w i t t e r  
d o   w e   c o n s i d e r   t h i s   a   b e n   s i m m o n s   j u m p e r ?     h e   s h o u l d   b e   s h o o t i n g   r i g h t   h a n d e d .   n b a   b a s k e t b a l l   n b a t w i t t e r   b e n s i m m o n s   n e t s   p r e s e a s o n   b r o o k l y n  
m a r k i e f f   m o r r i s   t o   t h e   c u p .   n b a   b a s k e t b a l l   n e t s   m a r k i e f f m o r r i s   n b a t w i t t e r   p r e s e a s o n   b r o o k l y n  
d u r a n t   a n d   1   n b a   b a s k e t b a l l   n b a t w i t t e r   k d   k e v i n d u r a n t   n e t s   e a s y m o n e y s n i p e r   b r o o k l y n  
b r o o k l y n   n e t s   a r e   g o i n g   t o   b e   a r s e   t h i s   s e a s o n .   b r o o k l y n   n b a
d e a r   n e t s   f a n s ,   s t o p   b e i n g   n e g a t i v e   i t ’ s   t h e   o n l y   s e c o n d   g a m e !   w e   g o n n a   w i n   t h i s   m a t c h !   y a   k n o w !   l e t ’ s   g o   n e t s !   n e t s   b r o o k l y n   !         !
b e n   s i m m o n s   n e e d s   t o   s t a r t   l o o k i n g   f o r   h i s   s h o t .   h e ' s   g o o d   e n o u g h . 
 b e n s i m m o n s   n e t s   b r o o k l y n   n b a
b r o o k l y n   n e t s   t e a m   h e a 5 9 f i f t y   -   b l a c k ,   w h i t e ,   o r a n g e   n o w   a v a i l a b l e   f r o m   e c a p s u n l i m i t e d 
 
 n e w d r o p   e i g h t y 8 f i t s   c a p s u n l i m i t e d   n b a   b r o o k l y n n e t s   n e t s   w e g o h a r d   b r o o k l y n   n e w y o r k   t e a m   h e a r t   5 9 f i f t y   b l a c k   w h i t e   o r a n g e 
 

🐍 🧁 “ s o   m a n y   p e o p l e   d o u b t e d   m e .   t h e y   m o t i v a t e d   m e   e v e r y   s i n g l e   d a y ,   t o   b e   w h o   i   a m . ” 🧁 🐍 
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   b r o o k l y n   b r o o k l y n n e t s   n e t s   n e t s a r t   n e t s b a s k e t b a l l   b a s k e t b a l l   b a s k e t b a l l a r t   s p o r t s   a r t   g r a p h i c d e s i g n   b a s k e t b a l l d e s i g n   f r a n c h i s e   f r a n c h i s e d e s i g n s  
i n   g r e e n   ☘ ️   i   l o o k   a m a z i n g ,   y e a h   y e a h   t h a t ' s   t r u e   🤟 
 
 b l a k e g r i f f i n   b o s t o n c e l t i c s   n b a   n b a i n a b u d h a b i   b r o o k l y n   n e t s   l a k e r s  
t o n i g h t   t h e   b r o o k l y n   n e t s   h o s t   t h e   m i a m i   h e a t ,   i n   g a m e   2   o f   t h e   p r e s e a s o n ,   a t   7 : 3 0   🕢   o n       b r o o k l y n   n e t s   n b a   b r o o k l y n t o g e t h e r
d r a y m o n d   g r e e n   h a s   h i g h   e x p e c t a t i o n s   f o r   b e n   s i m m o n s   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e t s   n e w y o r k   n e w y o r k c i t y  
s h o p   n e t s w o r l d       f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   b r o o k l y n n e t s   b r o o k l y n   n e t s   n e t s n a t i o n   b k   b k n e t s
g o v e r n o r     h o c h u l   c a n   p r o t e c t   t h o u s a n d s   o f   a n i m a l s   b y   s i g n i n g   t h e   p u p p y   m i l l   p i p e l i n e   b i l l   -     -   n y c   n y p d   a l b a n y   b r o o k l y n   n e t s   k n i c k s   y a n k e e s   m e t s   c n n   f o x n e w s   w f a n   e s p n   a b c   n b c   c b s   n e w s   t w i t t e r   p e t   p e t s   d o g   d o g s   f a c e b o o k     m e t a v e r s e
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b r o o k l y n   n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b k l y n   b r o o k l y n n e t s   b r o o k l y n   n e t s   k e v i n d u r a n t   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
📣   n e w   p o d c a s t !   " b e n   s i m m o n s   r e v e n g e   t o u r "   o n     7 6 e r s   b e n s i m m o n s   b r o o k l y n   m a d o   n b a   n e t s   n e t s w o r l d   r e v e n g e   s e a s o n   s i m m o n s   s r n o w   t o u r  
b r o o k l y n   n e t s   g e t   d i s c o u r a g i n g   i n j u r y   n e w s   t o   b e g i n   2 0 2 2 - 2 3   s e a s o n 
 
 
 
 n b a   b r o o k l y n t o g e t h e r   b r o o k l y n   n e t s   b l e e d g r e e n   l a k e s h o w   l a k e r s   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   f e a r t h e d e e r   b u l l s n a t i o n   d u b n a t i o n
k y r i e   i r v i n g   d r a g g e d   b y   k a r e e m   a b d u l - j a b b a r   f o r   r e p o s t i n g   c o v i d   c o n s p i r a c y   t h e o r i e s .     k y r i e i r v i n g ,   k a r e e m a b d u l j a b b a r ,   n b a ,   b r o o k l y n ,   n e t s ,   c o v i d ,   c o r o n a v i r u s ,   c o v i d 1 9
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   b e n   s i m m o n s ,   k y r i e   i r v i n g   a n d   b r o o k l y n   n e t s   w o r t h   a   w a g e r   a f t e r   n e w   b i g   3   d e b u t s   –       b e n   b i g   b r o o k l y n   d e b u t s
a l l   a b o u t   r e t u r n s !   b e n   s i m m o n s   r e t u r n s   a m i d   n e w   b i g   3   e r a   f o r   n e t s     |   n b a   t o d a y   b r o o k l y n   n e t s   n b a   v i d e o :  
a t   n y u   s t u d e n t s   w e r e   f a i l i n g   o r g a n i c   c h e m i s t r y .   w h o   w a s   t o   b l a m e ?   -     -   n y c   n y p d   m e t s   y a n k e e s   k n i c k s   n e t s   b r o o k l y n   c n n   f o x n e w s   c o n g r e s s   s c h o o l s   s c h o o l   n c a a   c o l l e g e   u n i v e r s i t y   d o c t o r   m e d i c a l s t u d e n t   p h y s i c i a n s   m e d i c a l c o l l e g e s   t e a c h i n g
j o e   h a r r i s   a n d   b e n   s i m m o n s   b e i n g   o n   t h e   c o u r t   l a s t   n i g h t   w a s   g r e a t   t o   s e e .   b o t h   m o v e d   w e l l .   s e e i n g   t h e   r e s u l t s   o f   t h e i r   l o n g   r o a d s   t o   r e c o v e r y   b r o o k l y n   n e t s  
b e s t   t r a i l s   & a m p ;   t r a v e l   i s   a   p r o u d   s p o n s o r   o f   t h e   b r o o k l y n   n e t s .   c o m e   o u t   o n   o c t o b e r   1 9 t h   t o   b a r c l a y s   c e n t e r   t o   w a t c h   t h e m   p l a y   o n   o p e n i n g   n i g h t   🏀 
 
 b r o o k l y n n e t s   n e t s   b a r c l a y s c e n t e r   b r o o k l y n   n y c   n e w y o r k   c h a r t e r b u s   e x e c u t i v e c o a c h   b a s k e t b a l l   n y   s p o n s o r   o p e n i n g n i g h t   n b a  
p o s t   g a m e   t h r e a d :   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   1 2 7 - 1 0 8   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
t h a n k s   f o r   s p e a k i n g   o u t   o n   k y r i e i r v i n g   k a r e e m a b d u l j a b b a r !   👏   h e ’ s   a   h u g e   d u m b a z z   & a m p ;   i t ’ s   a b o u t   t i m e   t h a t   s o m e o n e   s a i d   i t !   b r o o k l y n   n e t s   n b a t w i t t e r   n b a   h a l l o f f a m e r   h o f
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
j o e   h a r r i s   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o e h a r r i s   j o e   h a r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
c a m   t h o m a s   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a m t h o m a s   c a m   t h o m a s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
k y r i e   i r v i n g   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y r i e i r v i n g   k y r i e   i r v i n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
y u t a   w a t a n a b e   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 y u t a w a t a n a b e   y u t a   w a t a n a b e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
r o y c e   o ' n e a l e   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r o y c e o ' n e a l e   r o y c e   o ' n e a l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
n i c   c l a x t o n   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i c c l a x t o n   n i c   c l a x t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   3   |   2 0 2 2   n b a   p r e s e a s o n   b r o o k l y n   n e t s   n b a   v i d e o :  
n i c   c l a x t o n   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i c c l a x t o n   n i c   c l a x t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
' g r a t e f u l '   s i m m o n s   m a k e s   h i s   d e b u t   w i t h   n e t s   b r o o k l y n   n e t s   n b a  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
n e w   1 0 t h   a n n i v e r s a r y   c e n t e r   c o u r t   l o g o   t o   c e l e b r a t e   a   d e c a d e   o f   t h e   n e t s   i n   b r o o k l y n !   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
b r o o k l y n   i n j u r y   s p o r t s 
 d a m a g e   r e p o r t :   s e t h   c u r r y   a n d   t j   w a r r e n   o u t   f o r   b r o o k l y n   n e t s   v s   7 6 e r s   
  
i ’ m   i n   a   n e t s   b r o o k l y n   s p a c e   a n d   t h e y   a r e   s o   d o w n   b a d .   i ’ m   l i s t e n i n g   t o   t h e m   s u g g e s t i n g     i s   t h e   a n s w e r   a n d   i s   b e t t e r   t h a n     …   t h a n k   y o u   f o r   t h e   d r a f t   p i c k s
b e n   s i m m o n s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   n e t s   b r o o k l y n   n e t s   n b a   v i d e o :  
j u l i a n   c h a m p a g n i e   h i g h l i g h t s   -   n e t s   v s .   7 6 e r s   -   3 r d   o c t   2 0 2 2 
 
 
 n b a   j u l i a n   c h a m p a g n i e   b k n   p h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b r o o k l y n   n e t s   p h i l a d e l p h i a   7 6 e r s
n b a   p r e s e a s o n   a n d   g o l d e n   s t a t e   w a r r i o r s '   p r o m i s i n g   y o u n g   c o r e 
 
 
 
 n b a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   s i x e r s   b u c k s
k y r i e   i s   j u s t   t o o   n i c e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   k y r i e   i r v i n g   e u r o s t e p   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
b u r n i n g   q u e s t i o n s   t h e   f a n s   n e e d   a n s w e r e d   d u r i n g   l a k e r s   p r e s e a s o n 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l o s a n g e l e s   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   d u b n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   s i x e r s   b u c k s
b e n   d u n k s   i t   f o r   h i s   f i r s t   n e t ' s   b u c k e t 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   b e n   s i m m o n s   d u n k   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
l a k e r s   f a n s   w i l l   s h u d d e r   a t   t h i s   r u s s e l l   w e s t b r o o k   c l i p   f r o m   t r a i n i n g   c a m p 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l o s a n g e l e s   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   d u b n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   s i x e r s
b e n   s i m m o n s   s l a m s   i t   d o w n   f o r   f i r s t   p o i n t s   i n   b r o o k l y n   n e t s   d e b u t   |   n b a   o n   e s p n   b r o o k l y n   n e t s   n b a   v i d e o :  
i d g a f   b e n s i m m o n s   s t i l l   c a n ’ t   s h o o t / i s   s c a r e d   t o   s h o o t !   w e s t b r i c k !   🤣   p h i v s b k n   n e t s   7 6 e r s   p h i l l y   b r o o k l y n   n b a p r e s e a s o n 2 0 2 2   n b a t w i t t e r   n b a
n e w   l a k e r s   r o l e   p l a y e r   i s   a l r e a d y   c o m m i t t i n g   l o n g - t e r m   t o   l a 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l o s a n g e l e s   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   d u b n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   t a k e n o t e   s i x e r s
3   r e a s o n s   w h y   t h e   s i x e r s   w i l l   r e a c h   t h e   n b a   f i n a l s 
 
 
 
 n b a   h e r e t h e y c o m e   s i x e r s   p h i l a d e l p h i a   7 6 e r s   p h i l l y   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   t a k e n o t e   j a z z
w o w ,   h a v e   t o   d o w n l o a d   t h e     a p p   t o   w a t c h     ,   l i k e   i   n e e d   a n o t h e r   f x c k i n   a p p !   b r o o k l y n   n e t s   s i m m o n s   s i x e r s   k n i c k s
w h a t   i s   a   r e a l i s t i c   r e b o u n d   n u m b e r   f o r   b e n s i m m o n s ?   i t ' s   o n l y   b e e n   a   f e w   m i n u t e s   b u t   c l e a n i n g   t h e   g l a s s   i s   g o n n a   b e   a n   i s s u e   f o r   t h e   n e t s   a l l   s e a s o n . 
 
 o t h e r w i s e   i f   b r o o k l y n   f i g u r e s   i t   o u t   & a m p ;   i f   t h e y   s t a y   h e a l t h y   ( t h a t   s e c o n d   i f . . . )   t h e y ' r e   a   p r o b l e m   i n   t h e   e a s t .   n b a   b a l l o r f a l l  
c l a x t o n   b e e n   l i f t i n g   w e i g h t s …   b o y   g o t   b i g ! !   b r o o k l y n   n e t s
l e t ' s   g o   ! 
 y e s   i   d i d   t h i n k   a   l o t   a b o u t   w h o   i s   w h o   i n   t h e   n e t s / b e a t l e s   m a s h   u p :   
   =   j o h n ,       =   p a u l ,     =   g e o r g e ,     =   r i n g o .   
 
 n b a p r e s e a s o n   n b a   b r o o k l y n   n e t s    
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a   n b a   b r o o k l y n  
w a t c h   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e   s t r e a m 
 u s a - n b a   2 0 2 2   
 n b a   g a m e   l i v e   2 0 2 2 
 n b a   n b a l i v e   l i v e t v   b r o o k l y n   n e t s   p h i l a d e l p h i a   7 6 e r s 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐧 𝐤 ⭕ ►    
h e r e s   s o m e   s h o t s   o f   t h e   k d   j e r s e y   🏀 💦 
 . 
 . 
 . 
 . 
 k e v i n d u r a n t   a p p l i q u é   c u s t o m j e r s e y   t e x t i l e a r t   b a s k e t b a l l a r t   n e t s   b r o o k l y n   @   b r o o k l y n ,   n e w   y o r k  
i t   f e e l s   g r e a t   s e e i n g   n b a   l o g o s   b a c k ! 
 d u b s   i n   4   😎   r e p e a t . 
 
 p l a c e   t h i s   n b a   b e t : 
 b r o o k l y n   n e t s   m l     - 2 8 8 
 $ 4 3 . 2 0   w i n s   $ 1 5 . 0 0 
 
 
 
   b e t o p e n l y   n b a   b e t  
b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
a s   a   p r o u d   b r o o k l y n   n e t s   f a n   w a t c h i n g   b e n ,   k d   a n d   k y r i e   m e s h   t o g e t h e r   f o r   w h a t   i   c a n   i m a g i n e   i s   g o i n g   t o   b e   a   g r e a t   s e a s o n   i   c a n   s a y   w i t h   a b s o l u t e   c o n f i d e n c e   t h a t   t h e   g o l d e n   s t a t e   w a r r i o r s   w i l l   r e p e a t   a s   n b a   c h a m p s   😂 😂 😂   b r o o k l y n   d u b n a t i o n
s e e m s   l i k e   k d   b e a t   t h e   ‘ u n n a m e d   n e t s   p l a y e r ’   b a b y   d a d d y   a l l e g a t i o n s   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
t o n i g h t   t h e   b r o o k l y n   n e t s   o p e n   t h e i r   2 0 2 2 - 2 0 2 3   p r e s e a s o n   a t   h o m e   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s   a t   7 : 3 0   🕢   o n     b r o o k l y n   n e t s   n b a   b r o o k l y n t o g e t h e r
b r o o o o o o o k l y n   i t s   g a m e d a y   o n c e   a g a i n !   b r i n g   t h a t   e n e r g y   t o n i g h t   a n d   o n e   s t e p   c l o s e r   t o   t h e   r e g u l a r   s e a s o n 
 
 n e t s   b r o o k l y n   n e w s e a s o n
s o o n . . .   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e t s   n e w y o r k   n e w y o r k c i t y  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
t h e     a n n u a l   t r a d i t i o n !   k e v i n d u r a n t  
j p   h a s   b e e n   l i k e   🔥 🔥 
 
 u n d e r a r m o u r   k e v i n d u r a n t   m a r c h m a d n e s s   l e b r o n j a m e s   l a c l i p p e r s   k o b e b r y a n t   k o b e b r y a n t   s p u r s   j o r d a n   a d i d a s   n c a a   o t e   n i k e   d u k e b a s k e t b a l l   d u k e b a s k e t b a l l c a m p   w e a r e o n e   i n d i a n a p a c e r s   i n d i a n a p a c e r s   n b a d r a f t   l a k e r s   s a c r a m e n t o k i n g s   n u g g e t s  
n e v e r   s t o p   k e e p   w o r k i n g   🗣 
 
 l a c l i p p e r s   u n d e r a r m o u r   m a r c h m a d n e s s   j o r d a n   n b a d r a f t   a d i d a s   n c a a   i n d i a n a p a c e r s   n u g g e t s   k e v i n d u r a n t   l e b r o n   k o b e   n b l   a c c   n c a a b a s k e t b a l l  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b o o k e r   x   k o b e   b a s k e t b a l l   |   7 7 5 7 7 s p o r t s   
 
 7 7 5 7 7 s p o r t s   k o b e b r y a n t   n b a   k o b e   b o o k e r   l a k e r s   l e b r o n j a m e s   b a s k e t b a l l   k   m a m b a m e n t a l i t y   l e b r o n   m i c h a e l j o r d a n   b l a c k m a m b a   b a l l i s l i f e   k e v i n d u r a n t   n i k e   l o s a n g e l e s l a k e r s   j o r d a n   l o s a n g e l e s   n b a b a s k e t b a l l   m a m b a f o r e v e r  
k y r i e   i r v i n g   s a y s   t h e   b r o o k l y n   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   l o c k e d o n p o d c a s t  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a b o u t   t o   w a t c h   t h e r e e d e m t e a m   d o c u / f i l m   r e v i e w   u p   s o o n ! ! ! 
 
 l e b r o n j a m e s   k o b e b r y a n t   d w a y n e w a d e   k i n g j a m e s   m a m b a m e n t a l i t y   d w a d e   u s a   o l y m p i c s   m e l o   k e v i n d u r a n t   r e v i e w   m o v i e r e v i e w   t h e r e e d e m t e a m r e v i e w   c o a c h k   o l y m p i c g o l d   b e i j i n g g a m e s   o l y m p i c b a s k e t b a l l   n e t f l i x  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
f r o m   g r e e n v i l l e ,   n c   t o   b r o o k l y n :   d a y & a m p ; 3 9 ; r o n   s h a r p e & a m p ; 3 9 ; s   n b a   j o u r n e y   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   d a y r o n s h a r p e   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n e t s h i g h l i g h t s   n o r t h c a r o l i n a   s p o r t s   s t e v e n a s h   u n c  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t h e   b r o o k l y n   n e t s :   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   i s s u e s   ( t h e   r e a l   s t o r y ) 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a o n e s p n   n e t s t r a d e r u m o u r s  
t h r e e   t h i n g s   s t e v e   n a s h ,   b e n   s i m m o n s   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g  
t h e   l a t e s t   o n   k e v i n   d u r a n t   t o   t h e   p h o e n i x   . . . 
   
 
   
 a y t o n   b a s k e t b a l l   b o o k e r   b r i d g e s   c h r i s p a u l   d e a n d r e a y t o n   d e v i n b o o k e r   k d   k e v i n d u r a n t   l b j   l e b a r o n j a m e s   m i k a l b r i d g e s   m o n t y w i l l i a m s   n b a n e w s   n b a p o d c a s t   p a c i f i c d i v i s i o n   p a u l   p h n x   p h n x s p o r t s  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
w h a t   a r e   l e a d e r s h i p   s t r a t e g i e s   e l i t e   a t h l e t e s   u s e   t o   p e r f o r m   a t   w o r l d - c l a s s   l e v e l s   t h a t   y o u   c a n   d o   t o o ?     w h o   w o r k e d   w /   n b a 🏀 k e v i n d u r a n t   & a m p ;   o t h e r s   e x p l a i n s   o n   d o i n g c x r i g h t   p o d c a s t   e p   5 9 .   l e v e l   u p   y o u r   c u s t o m e r e x p e r i e n c e   + c u s t o m e r s e r v i c e   
 ⤵ ️ 
  
n e t s   n e w   r o s t e r   a f t e r   d u r a n t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s l i n e u p 2 0 2 3   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s n e w s t o d a y   b r o o k l y n n e t s o f f i c i a l l i n e u p 2 0 2 2   b r o o k l y n n e t s r o s t e r 2 0 2 2   b r o o k l y n n e t s r o s t e r 2 0 2 3   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   n b a  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
y o u t u b e   c a n   y o u   d i s r e s p e c t   m o r e   k d   p l e a s e   ?   s h o r t s   n b a   n b a 2 k   k e v i n d u r a n t   p s 5   g a m i n g   b a s k e t b a l l  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
i n k t o b e r   d a y   9 .   e a s y   m o n e y   s n i p e r .   
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   s l i m r e a p e r   b a s k e t b a l l   b a s k e t b a l l a r t   n b a   n b a a r t   a r t i s t   a r t   s k e t c h   b a l l p o i n t p e n   b a l l p o i n t p e n a r t   b r o o k l y n   b r o o k l y n n e t s   d j o s s u p p a h   d j o s s u p p a h a r t  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
y o u t u b e   w h e n   y o u ’ r e   c r a z y   m y t e a m   i l l i m i t e d   s h o r t s   n b a   n b a 2 k   k e v i n d u r a n t   g a m i n g   p s 5   c l u t c h  
k y r i e   i r v i n g   a n d   k d   l o o k   g r e a t   a t   t o d a y & a m p ; 3 9 ; s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   k y r i e i r v i n g a n d k d   k y r i e i r v i n g a n d k d l o o k g r e a t a t t o d a y s b r o o k l y n n e t s t r a i n i n g c a m p   t r a i n i n g c a m p  
t h e   m o n t y   s h o w   7 5 6 !   i s   u t a h   j a z z   s t a r   . . . 
   
 
   
 b i g 1 0   b i g 1 0 e x p a n s i o n   b i g 1 2   b i g 1 2 e x p a n s i o n   b i g 1 2 n o t r e d a m e   b i g 1 2 t v d e a l   b r o o k l y n n e t s   c h i p o t l e u n i o n   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l h e a t   d o n o v a n m i t c h e l l k n i c k s   d o n o v a n m i t c h e l l t r a d e r u m o r s   k e v i n d u r a n t  
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a p r e s e a s o n   v i c t o r w e m b a n y a m a   n b a d r a f t   k e v i n d u r a n t   n b a s e a s o n p r e v i e w   k a w h i l e o n a r d   r u s s e l l w e s t b r o o k   n b a f a n t a s y   n b a p o d c a s t        
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a p r e s e a s o n   v i c t o r w e m b a n y a m a   n b a d r a f t   k e v i n d u r a n t   n b a s e a s o n p r e v i e w   k a w h i l e o n a r d   r u s s e l l w e s t b r o o k   n b a f a n t a s y   n b a p o d c a s t         _ t y n a n      
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a p r e s e a s o n   v i c t o r w e m b a n y a m a   n b a d r a f t   k e v i n d u r a n t   n b a s e a s o n p r e v i e w   k a w h i l e o n a r d   r u s s e l l w e s t b r o o k   n b a f a n t a s y   n b a p o d c a s t           _ n e h m    
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a p r e s e a s o n   v i c t o r w e m b a n y a m a   n b a d r a f t   k e v i n d u r a n t   n b a s e a s o n p r e v i e w   k a w h i l e o n a r d   r u s s e l l w e s t b r o o k   n b a f a n t a s y   n b a p o d c a s t 
   _ c h a p p l e   _ l e w i s   _ n b a      
4 2 - y e a r - o l d   v e n u s   w i l l i a m s ’   e x c i t i n g   v e n t u r e   r e c e i v e d   s o l i d   $ 2   m i l l i o n   b a c k i n g   f r o m   s i s t e r   s e r e n a   w i l l i a m s ,   k e v i n   d u r a n t ,   m e g a n   r a p i n o e ,   a n d   o t h e r   e l i t e   a t h l e t e s     t e n n i s   k e v i n d u r a n t
j a m a l   c a i n   d e f e n s i v e   h i g h l i g h t s   |   . . . 
   
 
   
 b a m a d e b a y o   b l o c k   b l o c k s   b r o o k l y n   c a m t h o m a s   d e f e n s e   e a s t e r n c o n f e r e n c e   h a y w o o d   h i g h l i g h t   h i g h s m i t h   j a m a r e e b o u y e a   j i m m y b u t l e r   j o v i c   k d   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y l e l o w r y   k y r i e i r v i n g   l o c k d o w n  
a n t i c i p a t i o n   i s   h i g h   😮 
 f i r s t   p r a c t i c e   c o m p l e t e   ✅ 
 
 g o f r o g s     n b a   d u k e b a s k e t b a l l c a m p   n u g g e t s n a t i o n   e a s t c o a s t h o o p r e c r u i t   b a l l i s l i f e   i n d i a n a p a c e r s   k e v i n d u r a n t   s a n a n t o n i o s p u r s   s p u r s   n u g g e t s   l a c l i p p e r s   o t e  
n o t   s h y i n g   a w a y   f r o m   a n y t h i n g   o r   a n y o n e   😤 
 
 t e r p s n a t i o n     m e n s b a s k e t b a l l   i n d i a n a p a c e r s   g r i n d c i t y   k u h o o p s   n b a d r a f t   n b a   m i l e h i g h b a s k e t b a l l   w i z 5 0   c o n n e c t e d b y m a g i c   w i z a r d s   k e v i n d u r a n t   l a c l i p p e r s   m e m p h i s g r i z z l i e s   l e t e m k n o w   c u s r i s e   b o s t o n c e l t i c s   d a l l a s   b e t h e f i g h t  
b a c k   a t   i t   ⚫ ️ ⚪ ️ 
 
 b l a z e r s   n c a a   k u h o o p s   n b a   t r a e y o u n g   k e v i n d u r a n t   s t e p h c u r r y   n c a a b a s k e t b a l l   i n d i a n a p a c e r s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t b a s k e t b a l l   d a l l a s m a v s   g o m a v s   d a l l a s m a v e r i c k s   l u k a m a g i c  
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d r a y m o n d g r e e n   i s   d e s t r o y i n g   t h e   w a r r i o r s   ‼ ️ 💔 🤯 😢   ↪ ️ 
 k e v i n d u r a n t   k d   g o l d e n s t a t e w a r r i o r s   j o r d a n p o o l e   s t e v e k e r r   d u b n a t i o n   t r a d e   n b a n e w s   n b a t r a d e   n b a   p o d c a s t   s p o r t s   b a s k e t b a l l   m l b   r e a c t i o n   r e a c t i o n v i d e o s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
y o u t u b e   w o r s t   p a s s   e v e r   s h o r t s   n b a   k d   n b a 2 k   k e v i n d u r a n t   p s 5   g a m i n g   p l a y s t a t i o n  
d r a y m o n d   y o u r   b i g g e s t   a d v o c a t e   b e f o r e   y o u   h e l p   h i m   w i n   a   c h a m p i o n s h i p   & a m p ;   i n c r e a s e   y o u r   o w n   m a r k e t a b i l i t y .   k e v i n d u r a n t   
 j o r d a n p o o l e
n b a   g m s   h a v e   p i c k e d   t h e s e   p l a y e r s   a s   b e s t   a t   t h e i r   r e s p e c t i v e   p o s i t i o n s !   🏀 🔝 
 
 a r e   t h e y   y o u r   t o p   p l a y e r s ? 
 
 s t e p h e n c u r r y   d e v i n b o o k e r   k e v i n d u r a n t   g i a n n i s   n i k o l a j o k i c  
s a t u r d a y   t r e n d i n g   s t o r y .   n e t s   s t a r   k e v i n d u r a n t   r o a s t s   o k l a h o m a   c o a c h   b r e n t v e n a b l e s   d u r i n g   t e x a s '   b l o w o u t   w i n   i n   r e d r i v e r s h o w d o w n   c b s s p o r t s . c o m    
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k i c k s :   n e w   k e v i n d u r a n t   1 5   “ a u n t   p e a r l ”   k i c k s  
k i c k s :   n e w   k e v i n d u r a n t   1 5   “ a u n t   p e a r l ”   k i c k s  
y o u t u b e   w h e n   k d   i s   a n g r y   s h o r t s   n b a   n b a 2 k 2 3   g a m i n g   k e v i n d u r a n t   c l u t c h  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
s i c k   a n d   t i r e d   o f   p e o p l e   b e i n g   a p o l o g i s t   f o r   d r a m o n g r e e n ,   h e   s u c k e r e d   p u n c h e d   a n o t h e r   t e a m m a t e   a n d   t h a t   i s   u n a c c e p t a b l e . . m a k e s   t h e   i s s u e s   h e   h a d   w i t h   k e v i n d u r a n t   s e e m   s o   m u c h   m o r e   o b v i o u s . . d u d e   j u s t   s t f u   a l r e a d y .
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d r a y m o n d g r e e n   i s   c a n c e r c o u s   t o   a n y   t e a m   a n d   n e e d s   t o   b e   b l a c k b a l l e d . . . . 1 s t   k e v i n d u r a n t   n o w   p o o l e   👋 👋 👋 🏃 ‍ ♂ ️ 🏃 ‍ ♂ ️ 🏃 ‍ ♂ ️
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
w e l l   g o l d e n s t a t e   y ’ a l l   m i g h t   a s   w e l l   c a l l   b r o o k l y n n e t s   a n d   s e n d   a   j o r d a n p o o l e   p a c k a g e   o v e r   f o r   k e v i n d u r a n t   b e c a u s e   t h i s   v i d e o   s h o u l d ’ v e   n e v e r   g o t   o u t   & a m p ;   t h i s   d e f i n i t e l y   g o n e   m e s s   u p   t h e   t e a m   c h e m i s t r y .
k e v i n   d u r a n t   o n   v i c t o r   w e m b a n y a m a :   “ t h e   l e a g u e ’ s   r e a l l y   i n   t r o u b l e   w h e n   h e   c o m e s   i n ”   k e v i n d u r a n t   v i c t o r w e m b a n y a m a  
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b r e a k i n g   n e w s :   k e v i n d u r a n t   h a s   s e n t   j o r d a n p o o l e   a   f r u i t   b a s k e t   a n d   a   h a n d   w r i t t e n   “ g e t   w e l l   s o o n ”   c a r d
y o u t u b e   s t o p   k d   p l e a s e   s h o r t s   k e v i n d u r a n t   n b a   n b a 2 k 2 3   k d   p s 5   g a m i n g  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e   d i s t u r b i n g   s i g n s   a b o u t   t h e   . . . 
   
 
   
 c h r i s b r o u s s a r d   c j m c c o l l u m   c l i p p e r s n e w s   e s p n   f i r s t t a k e   g o l d e n s t a t e w a r r i o r s   k a w h i l e o n a r d l a u g h   k e v i n d u r a n t   k e v i n d u r a n t t r a d e   k y r i e i r v i n g   k y r i e i r v i n g i n t e r v i e w   m v p   n b a h i g h l i g h t s   n i c k w r i g h t a n d r e w w i g g i n s  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d u r a n t   a n d   1   n b a   b a s k e t b a l l   n b a t w i t t e r   k d   k e v i n d u r a n t   n e t s   e a s y m o n e y s n i p e r   b r o o k l y n  
e a s y   m o n e y   s n i p e r .   n b a   b a s k e t b a l l   n b a t w i t t e r   n e t s   k d   k e v i n d u r a n t   e a s y m o n e y s n i p e r  
i m   b e t t e r   t h a n   a l l   o f   y o u   k e v i n d u r a n t
h e r e   i   p l a y .   j u v e n i l e   d e t e n t i o n   i n m a t e 
 s w a g g e r   k e v i n d u r a n t   a p p l e t v p l u s   a c t o r   a c t o r s   a c t i n g  
🐍 🧁 “ s o   m a n y   p e o p l e   d o u b t e d   m e .   t h e y   m o t i v a t e d   m e   e v e r y   s i n g l e   d a y ,   t o   b e   w h o   i   a m . ” 🧁 🐍 
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   b r o o k l y n   b r o o k l y n n e t s   n e t s   n e t s a r t   n e t s b a s k e t b a l l   b a s k e t b a l l   b a s k e t b a l l a r t   s p o r t s   a r t   g r a p h i c d e s i g n   b a s k e t b a l l d e s i g n   f r a n c h i s e   f r a n c h i s e d e s i g n s  
l o o k i n g   👀   f o r   k e v i n d u r a n t   b u r n e r   a c c o u n t   c o m m e n t s   a b o u t   j o r d a n p o o l e   & a m p ;   d r a y m o n d g r e e n   n b a t w i t t e r
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
s h a n n o n   s h a r p e   i s   u n h a p p y   a f t e r   l e b r o n   j a m e s   w a s   p u t   4 t h   i n   t h e   t o p   s f   i n   t h e   l e a g u e   w h i l e   k e v i n   d u r a n t   t o p p e d   t h e   l i s t . 
 
 n b a   s m a l l f o r w a r d   l e b r o n j a m e s   k e v i n d u r a n t   k i n g j a m e s   s h a n n o n s h a r p e  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
b e n s i m m o n s   t r a d e d   t o   t h e   s u n s   f o r   d e a n d r e a y t o n ‼ ️ * * e s p n   w o j   n b a   b r e a k i n g   n e w s * *   🤯   🤯 
 w a t c h   t h e   f u l l   v i d e o   o n   m y   y o u t u b e   c h a n n e l   👀 👀 ⬇ ️ ⬇ ️ 
 👉 
 p h o e n i x s u n s   d e v i n b o o k e r   c h r i s p a u l   k y r i e i r v i n g   k e v i n d u r a n t   z i o n w i l l i a m s o n   n b a n e w s   n b a t r a d e  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
d o e s   s e n g u n   m a k e   t h e   r o c k e t s   . . . 
   
 
   
 a l p e r e n s e n g u n   c h o p s h o p   c h r i s t i a n w o o d   h o u s t o n r o c k e t s   i b a k a   j a l e n g r e e n   j a m e s h a r d e n   k e v i n d u r a n t   k e v i n p o r t e r j r   n b a   n b a p l a y i n   o k c t h u n d e r   p l a y o f f s   r u s s e l l w e s t b r o o k   s o u t h w e s t d i v i s i o n   w e s t e r n c o n f e r e n c e  
o n e   o f   o u r   c h a s e r s   i n   o u r   p u l l   g a m e   o n     c o m e   b o o k m a r k   t h e   s h o w   n o w     n b a   n f l   n h l   m l b   k e v i n d u r a n t   a a r o n j u d g e  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b r o o k l y n   n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b k l y n   b r o o k l y n n e t s   b r o o k l y n   n e t s   k e v i n d u r a n t   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
t h i s   p r o v e s   t h a t   t h e   k e v i n d u r a n t   e f f e c t   i s   r e a l !  
n e x t   o n   t h e   l i s t   f o r   o u r   g e t t i n g   t o   k n o w   p r i n c e   g e o r g e ’ s   c o u n t y   s e r i e s ,   w e ’ r e   e x p l o r i n g   t h e   t o w n   o f   s e a t   p l e a s a n t !     
 s e a t p l e a s a n t   p g c o u n t y   k e v i n d u r a n t   b a s k e t b a l l   s m a r t c i t y   v e t e r a n s m e m o r i a l   v i s i t m a r y l a n d   m a r y l a n d  
1 0 x   n b a   a l l - s t a r !   4   r e a s o n s   w h y   n e t s   a r e   i n   t r o u b l e .   d o   t h e y   t r u s t   k e v i n d u r a n t ?   d a m a g e d   r e l a t i o n s h i p s    
n b a   b r e a k i n g   n e w s :   n a s h   a n d   k e v i n   . . . 
   
 
   
 a m h o o p s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   d r a m a t i c n b a n e w s n a s h a n d k e v i n d u r a n t i s s u e s a t b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   e s p n   f o x s p o r t s   f r e e a g e n c y n b a   h o o p f l i x   k e v i n d u r a n t   k y r i e i r v i n g   l e b r o n j a m e s  
m y   c o l l e c t i o n   s o   f a r   b r o o k l y n   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   a u s t r a l i a  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   d e f e n s i v e   g o a t ? !   t o p   n b a   p o w e r   f o r w a r d s   t o d a y   2 0 2 2   2 0 2 3   s e a s o n   k e v i n d u r a n t   g i a n n i s a n t e t o k o u n m p o   a n t h o n y d a v i s    
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
w o u l d   e m b i i d ,   d u r a n t ,   & a m p ;   . . . 
   
 
   
 7 6 e r s h i g h l i g h t s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c h i n e y o g w u m i k e   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   j a m e s h a r d e n   j a m e s h a r d e n n e w s   j o e l e m b i i d   k d   k d h a r d e n   k e n d r i c k p e r k i n s   k e v i n d u r a n t   m a l i k a a n d r e w s  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d a y   1 7   o f   o u r   n b a   s e a s o n   c o u n t d o w n ,   a n d   i t ' s   t i m e   t o   t a l k     a n d   t h e   s t a r   o f   t h e   o f f s e a s o n ,   k e v i n   d u r a n t .   b r o o k l y n n e t s   k e v i n d u r a n t  
n e w   o n e   f o r   s p o r t s   i l l u s t r a t e d   o n   t h e   c o n t r o l   k e v i n   d u r a n t   e x e r t   o n   n e t s   g m   s e a n   m a r k s .   h a d   f u n   i n c l u d i n g   a   l a y e r   o f   g o u a c h e   i n k   r e s i s t .   b i g   t h a n k s   t o   a d   l a u r a   a n g l e ! !   k e v i n d u r a n t   b r o o k l y n n e t s   s p o r t s i l l u s t r a t e d  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k e v i n   d u r a n t ,   k y r i e   i r v i n g ,   b e n   s i m m o n s   b u t a t a   s a   s i x e r s 
 
 t u n a y n a t a b l o i d i s t a   
 a b a n t e s p o r t s 
 k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o n t   b a s h   o p p o s i t e   t h i n k i n g ,   i n s t e a d   l i s t e n   c a r e f u l l y   a n d   c h o o s e   w h a t   u   b e l i k a r e e m a l j e i r v i n g   n b a   k y r i e   b a s k e t b a l l   l e b r o n j a m e s   k e v i n d u r a n t   l e b r o n   j a m e s h a r d e n   s t e p h e n c u r r y   b a l l i s l i f e   l a k e r s   k o b e b r y a n t   s t e p h c u r r y   n i k e   k   b r o o k l y n n e t s   n e t s   k o b e   k a r e e m  
l o s   a n g e l e s   c l i p p e r s   v s   p o r t l a n d   t r a i l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s  
t h i n k i n g   b o u t   ( b r o o k l y n )   a f t e r   h o w   i   l e f t   t h e   ( n e t s )   . .   🏀 🎬 🔥   k e v i n d u r a n t  
w h e n   l a n a   r h o a d e s '   k i d   w a s   b o r n ,   i t   r e s e m b l e d   b l a k e   g r i f f i n   p e r f e c t l y ,   k e v i n   d u r a n t   w e n t   c r a z y   w h e n   h e   h e a r d   t h e   n e w s   💀 😂 🤣   k e v i n d u r a n t   b l a k e g r i f f i n   b a b y m a m a d r a m a   b a b y m a m m a  
s o   y e a h   t h i s   b r o o k l y n n e t s   t h i n g   c a n   w o r k . 
 
 r e b o u n d s   a r e   g o n n a   b e   a n   i s s u e ,   d e f e n s e   i s   g o n n a   b e   a   p r o b l e m ,   n a s h   s u c k s   a s   a   c o a c h   a n d   t h e   t e a m ' s   b e n c h   c o u l d   u s e   a   b i t   o f   w o r k . 
 
 b u t   e v e n   w i t h   a l l   t h a t   t h e y   g o t   k e v i n d u r a n t   w h i c h   m a k e s   e m   o n e   o f   t h e   t o p   t e a m s   i n   t h e   n b a   e a s t .  
c h a r i t y   s t r i p e   i t   i s .   s t e p h c u r r y   j o r d a n p o o l e   k e v i n d u r a n t   t r a e y o u n g   f g   n b a   n b a f a n t a s y   f a n t a s y r a d a r   l a t v i a f a n t a s y l e a g u e 
  
n e w !   w e   d i s c u s s   a a r o n j u d g e   & a m p ;   h i s   q u e s t   f o r   6 1   & a m p ;   6 2   h o m e r u n s .   w e   b r e a k   d o w n   k e v i n d u r a n t ' s   c o m m e n t s   a t   n b a   m e d i a   d a y   & a m p ;   l o o k   @   w e e k 4   o f   n f l   s e a s o n .   w e   d o   o u r   2   p i c k s   e a c h   f o r   f a n t a s y f o o t b a l l   m u s t s t a r t s   i n   w k   4   t h a t   a r e   a v a i l a b l e   i n   5 0 %   o f   e s p n   l e a g u e s    
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
“ i s   i t   k e v i n   d u r a n t ? ”   l a n a   r h o a d e s   d r o p s   m a s s i v e   h i n t   w h o   t h e   f a t h e r   o f   h e r   c h i l d   r e a l l y   i s     n b a   k e v i n d u r a n t
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j a b a r i   s m i t h   j r .   o n   f i r e   f o r   t h e   . . . 
   
 
   
 b a s k e t b a l l   b a s k e t b a l l p o d c a s t   b a s k e t b a l l s h o w   g i a n n i s a n t e t o k o u n m p o   h o u s t o n r o c k e t s   k e v i n d u r a n t   l e b r o n j a m e s   l u k a d o n c i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a c h a n n e l   n b a d r a f t   n b a h i g h l i g h t s   n b a n e w s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k d   w a s   g r e a t   a t   o k c   🛸 
 k e v i n d u r a n t   k d   
 n b a   o k c   n e t s   
 w a r r i o r s  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
t h e     h a d   t h e   m o s t   d r a m a t i c   o f f s e a s o n   i n   n b a   h i s t o r y ,   b u t   n o w   i t   i s   t i m e   t o   p l a y .   w h a t   c a n   t h i s   t a l e n t e d   n e t s   r o s t e r   a c c o m p l i s h   i n   t h e   2 0 2 2 - 2 3   s e a s o n ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 b e n s i m m o n s   k e v i n d u r a n t   k y r i e i r v i n g   n b a p r e s e a s o n   n b a t w i t t e r  
m o r e   d i s t u r b i n g   d e t a i l s   c o m e   o u t   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c h r i s b r o u s s a r d   c j m c c o l l u m   c l i p p e r s n e w s   e a s t e r n c o n f e r e n c e   e s p n   f i r s t t a k e   i m e u d o k a   i m e u d o k a b o s t o n c e l t i c s   k a w h i l e o n a r d l a u g h   k e v i n d u r a n t   k e v i n d u r a n t t r a d e   k y r i e i r v i n g  
f a c t s .   c o u l d n ’ t   h a v e   s a i d   t h i s   s h i t   b e t t e r .   k e v i n d u r a n t   i s   n o t   l e g e n d a r y .   w h a t ’ s   t h e   h i g h l i g h t   o f   h i s   c a r e e r ?   n o t h i n g   o u t s i d e   t h e   w a r r i o r s   o v e r r a t e d   a s f !  
h e r e s   s o m e   s h o t s   o f   t h e   k d   j e r s e y   🏀 💦 
 . 
 . 
 . 
 . 
 k e v i n d u r a n t   a p p l i q u é   c u s t o m j e r s e y   t e x t i l e a r t   b a s k e t b a l l a r t   n e t s   b r o o k l y n   @   b r o o k l y n ,   n e w   y o r k  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
k e v i n   d u r a n t :   “ i ’ m   a   l e g e n d ”   k e v i n d u r a n t  
y o u t u b e   w h e n   y o u   a r e   b e t t e r   t h a n   t h e   r e a l   k d   n b a   n b a 2 k 2 3   k d   k e v i n d u r a n t  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
w i l l   t h e   n e t s   o v e r c o m e   t h e   d r a m a   & a m p ;   m a k e   i t   t o   t h e   f i n a l s ?   c l i c k   l i n k   f o r   f u l l   v i d e o . 
 
 e d i t e d   b y   c a n t v       n b a   n b a t w i t t e r   b a s k e t b a l l   n b a p r e s e a s o n   n e t s   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s 
 c a n t v   n b a o f f s e a s o n  
v i c t o r w e m b a n y a m a   i s   e x p e c t e d   t o   b e   t h e   t o p   p i c k   i n   t h e   n b a ' s   2 0 2 3   d r a f t .   @   7 - f o o t - 4 ,   t h e   f r e n c h   t e e n   i s   2   i n c h e s   t a l l e r   t h a n   s h a q u i l l e o n e a l   & a m p ;   d r a w s   c o m p a r i s o n s   t o   l e b r o n ,   m a g i c j o h n s o n   & a m p ;   k e v i n d u r a n t .   h e   m a k e s   h i s   u s a   d e b u t   o n   t u e s   i n   h e n d e r s o n ,   n e v .  
c a n ’ t   w a i t   t o   h o o p   i n   t h e s e   j o i n t s   s h o u t s   t o   m y   f a v o r i t e   p l a y e r   a n d   p r o d u c e r   f o r   t h e   c o m b o   9 t h w o n d e r   k e v i n d u r a n t   n i k e   k i c k s   s n e a k e r s   m p c l i v e   m p c   s p 4 0 4   k d 1 5   c a l i f o r n i a   i n l a n d e m p i r e   b e a t s   j a m s   y e s s i r  
•   _ _ w r l d   c h e f   c u r r y   💍 
 _ 
 
 s t e p h g o n n a s t e p h   s t e p h e n c u r r y   s t e p h c u r r y 3 0   s t e p h e n c u r r y 3 0   s t e p b a c k   s t e p h c u r r y   s p l a s h b r o t h e r s   c u r r y b r a n d   j a s o n t a t u m   k e v i n d u r a n t   j a m o r a n t   k l a y t h o m p s o n   k l a y t h o m p s o n 1 1   j o r d a n p o o l e   c u r r y 9   n b a r e e l s   r e e l s   n b a  
k e v i n d u r a n t   t h i n k i n g …   🤔   💭 i   d o n ’ t   h a v e   t o   l i s t e n   t o   t h i s ! 
 s p o r t s   n b a m e d i a d a y   n b a t w i t t e r   o k c   w a r r i o r s   n e t s w o r l d   s e a t t l e   d c    
y o u t u b e   w h e n   u   r   u n s t o p p a b l e   j u s t   l i k e   t h e   r e a l   k d   n b a   2 k 2 3   n b a   n b a 2 k   k e v i n d u r a n t   n b a 2 k 2 3   m y t e a m   3 p t s  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
(   s t a r   k e v i n   d u r a n t   r o a s t s   o k l a h o m a   c o a c h   b r e n t   v e n a b l e s   d u r i n g   t e x a s '   b l o w o u t   w i n   i n   r e d   r i v e r   s h o w d o w n   :   d u r a n t   w a s   a   s t a r   f o r   t e x a s   a n d   a p p a r e n t l y   e n j o y e d   t h e   l o n g h o r n s   r o u t   o f   o k l a h o m a   . .  
j a c k a s s   t h i s   i s   w h y   k e v i n   d u r a n t   l e f t 
 b e n c h   w a r m e r   b e n c h w a r m e r   s u s p e n s i o n   n b a p u   p l a y e r s   u n i o n   p r o s p o r t s   n b a   b a s k e t b a l l  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
t h e     a n n u a l   t r a d i t i o n !   k e v i n d u r a n t  
j p   h a s   b e e n   l i k e   🔥 🔥 
 
 u n d e r a r m o u r   k e v i n d u r a n t   m a r c h m a d n e s s   l e b r o n j a m e s   l a c l i p p e r s   k o b e b r y a n t   k o b e b r y a n t   s p u r s   j o r d a n   a d i d a s   n c a a   o t e   n i k e   d u k e b a s k e t b a l l   d u k e b a s k e t b a l l c a m p   w e a r e o n e   i n d i a n a p a c e r s   i n d i a n a p a c e r s   n b a d r a f t   l a k e r s   s a c r a m e n t o k i n g s   n u g g e t s  
n e v e r   s t o p   k e e p   w o r k i n g   🗣 
 
 l a c l i p p e r s   u n d e r a r m o u r   m a r c h m a d n e s s   j o r d a n   n b a d r a f t   a d i d a s   n c a a   i n d i a n a p a c e r s   n u g g e t s   k e v i n d u r a n t   l e b r o n   k o b e   n b l   a c c   n c a a b a s k e t b a l l  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b o o k e r   x   k o b e   b a s k e t b a l l   |   7 7 5 7 7 s p o r t s   
 
 7 7 5 7 7 s p o r t s   k o b e b r y a n t   n b a   k o b e   b o o k e r   l a k e r s   l e b r o n j a m e s   b a s k e t b a l l   k   m a m b a m e n t a l i t y   l e b r o n   m i c h a e l j o r d a n   b l a c k m a m b a   b a l l i s l i f e   k e v i n d u r a n t   n i k e   l o s a n g e l e s l a k e r s   j o r d a n   l o s a n g e l e s   n b a b a s k e t b a l l   m a m b a f o r e v e r  
k y r i e   i r v i n g   s a y s   t h e   b r o o k l y n   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   l o c k e d o n p o d c a s t  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a b o u t   t o   w a t c h   t h e r e e d e m t e a m   d o c u / f i l m   r e v i e w   u p   s o o n ! ! ! 
 
 l e b r o n j a m e s   k o b e b r y a n t   d w a y n e w a d e   k i n g j a m e s   m a m b a m e n t a l i t y   d w a d e   u s a   o l y m p i c s   m e l o   k e v i n d u r a n t   r e v i e w   m o v i e r e v i e w   t h e r e e d e m t e a m r e v i e w   c o a c h k   o l y m p i c g o l d   b e i j i n g g a m e s   o l y m p i c b a s k e t b a l l   n e t f l i x  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
f r o m   g r e e n v i l l e ,   n c   t o   b r o o k l y n :   d a y & a m p ; 3 9 ; r o n   s h a r p e & a m p ; 3 9 ; s   n b a   j o u r n e y   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   d a y r o n s h a r p e   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n e t s h i g h l i g h t s   n o r t h c a r o l i n a   s p o r t s   s t e v e n a s h   u n c  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t h e   b r o o k l y n   n e t s :   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   i s s u e s   ( t h e   r e a l   s t o r y ) 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a o n e s p n   n e t s t r a d e r u m o u r s  
t h r e e   t h i n g s   s t e v e   n a s h ,   b e n   s i m m o n s   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g  
t h e   l a t e s t   o n   k e v i n   d u r a n t   t o   t h e   p h o e n i x   . . . 
   
 
   
 a y t o n   b a s k e t b a l l   b o o k e r   b r i d g e s   c h r i s p a u l   d e a n d r e a y t o n   d e v i n b o o k e r   k d   k e v i n d u r a n t   l b j   l e b a r o n j a m e s   m i k a l b r i d g e s   m o n t y w i l l i a m s   n b a n e w s   n b a p o d c a s t   p a c i f i c d i v i s i o n   p a u l   p h n x   p h n x s p o r t s  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
w h a t   a r e   l e a d e r s h i p   s t r a t e g i e s   e l i t e   a t h l e t e s   u s e   t o   p e r f o r m   a t   w o r l d - c l a s s   l e v e l s   t h a t   y o u   c a n   d o   t o o ?     w h o   w o r k e d   w /   n b a 🏀 k e v i n d u r a n t   & a m p ;   o t h e r s   e x p l a i n s   o n   d o i n g c x r i g h t   p o d c a s t   e p   5 9 .   l e v e l   u p   y o u r   c u s t o m e r e x p e r i e n c e   + c u s t o m e r s e r v i c e   
 ⤵ ️ 
  
n e t s   n e w   r o s t e r   a f t e r   d u r a n t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s l i n e u p 2 0 2 3   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s n e w s t o d a y   b r o o k l y n n e t s o f f i c i a l l i n e u p 2 0 2 2   b r o o k l y n n e t s r o s t e r 2 0 2 2   b r o o k l y n n e t s r o s t e r 2 0 2 3   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   n b a  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
y o u t u b e   c a n   y o u   d i s r e s p e c t   m o r e   k d   p l e a s e   ?   s h o r t s   n b a   n b a 2 k   k e v i n d u r a n t   p s 5   g a m i n g   b a s k e t b a l l  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
i n k t o b e r   d a y   9 .   e a s y   m o n e y   s n i p e r .   
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   s l i m r e a p e r   b a s k e t b a l l   b a s k e t b a l l a r t   n b a   n b a a r t   a r t i s t   a r t   s k e t c h   b a l l p o i n t p e n   b a l l p o i n t p e n a r t   b r o o k l y n   b r o o k l y n n e t s   d j o s s u p p a h   d j o s s u p p a h a r t  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
y o u t u b e   w h e n   y o u ’ r e   c r a z y   m y t e a m   i l l i m i t e d   s h o r t s   n b a   n b a 2 k   k e v i n d u r a n t   g a m i n g   p s 5   c l u t c h  
k y r i e   i r v i n g   a n d   k d   l o o k   g r e a t   a t   t o d a y & a m p ; 3 9 ; s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   k y r i e i r v i n g a n d k d   k y r i e i r v i n g a n d k d l o o k g r e a t a t t o d a y s b r o o k l y n n e t s t r a i n i n g c a m p   t r a i n i n g c a m p  
t h e   m o n t y   s h o w   7 5 6 !   i s   u t a h   j a z z   s t a r   . . . 
   
 
   
 b i g 1 0   b i g 1 0 e x p a n s i o n   b i g 1 2   b i g 1 2 e x p a n s i o n   b i g 1 2 n o t r e d a m e   b i g 1 2 t v d e a l   b r o o k l y n n e t s   c h i p o t l e u n i o n   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l h e a t   d o n o v a n m i t c h e l l k n i c k s   d o n o v a n m i t c h e l l t r a d e r u m o r s   k e v i n d u r a n t  
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a p r e s e a s o n   v i c t o r w e m b a n y a m a   n b a d r a f t   k e v i n d u r a n t   n b a s e a s o n p r e v i e w   k a w h i l e o n a r d   r u s s e l l w e s t b r o o k   n b a f a n t a s y   n b a p o d c a s t        
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a p r e s e a s o n   v i c t o r w e m b a n y a m a   n b a d r a f t   k e v i n d u r a n t   n b a s e a s o n p r e v i e w   k a w h i l e o n a r d   r u s s e l l w e s t b r o o k   n b a f a n t a s y   n b a p o d c a s t         _ t y n a n      
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a p r e s e a s o n   v i c t o r w e m b a n y a m a   n b a d r a f t   k e v i n d u r a n t   n b a s e a s o n p r e v i e w   k a w h i l e o n a r d   r u s s e l l w e s t b r o o k   n b a f a n t a s y   n b a p o d c a s t           _ n e h m    
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a p r e s e a s o n   v i c t o r w e m b a n y a m a   n b a d r a f t   k e v i n d u r a n t   n b a s e a s o n p r e v i e w   k a w h i l e o n a r d   r u s s e l l w e s t b r o o k   n b a f a n t a s y   n b a p o d c a s t 
   _ c h a p p l e   _ l e w i s   _ n b a      
4 2 - y e a r - o l d   v e n u s   w i l l i a m s ’   e x c i t i n g   v e n t u r e   r e c e i v e d   s o l i d   $ 2   m i l l i o n   b a c k i n g   f r o m   s i s t e r   s e r e n a   w i l l i a m s ,   k e v i n   d u r a n t ,   m e g a n   r a p i n o e ,   a n d   o t h e r   e l i t e   a t h l e t e s     t e n n i s   k e v i n d u r a n t
j a m a l   c a i n   d e f e n s i v e   h i g h l i g h t s   |   . . . 
   
 
   
 b a m a d e b a y o   b l o c k   b l o c k s   b r o o k l y n   c a m t h o m a s   d e f e n s e   e a s t e r n c o n f e r e n c e   h a y w o o d   h i g h l i g h t   h i g h s m i t h   j a m a r e e b o u y e a   j i m m y b u t l e r   j o v i c   k d   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y l e l o w r y   k y r i e i r v i n g   l o c k d o w n  
a n t i c i p a t i o n   i s   h i g h   😮 
 f i r s t   p r a c t i c e   c o m p l e t e   ✅ 
 
 g o f r o g s     n b a   d u k e b a s k e t b a l l c a m p   n u g g e t s n a t i o n   e a s t c o a s t h o o p r e c r u i t   b a l l i s l i f e   i n d i a n a p a c e r s   k e v i n d u r a n t   s a n a n t o n i o s p u r s   s p u r s   n u g g e t s   l a c l i p p e r s   o t e  
n o t   s h y i n g   a w a y   f r o m   a n y t h i n g   o r   a n y o n e   😤 
 
 t e r p s n a t i o n     m e n s b a s k e t b a l l   i n d i a n a p a c e r s   g r i n d c i t y   k u h o o p s   n b a d r a f t   n b a   m i l e h i g h b a s k e t b a l l   w i z 5 0   c o n n e c t e d b y m a g i c   w i z a r d s   k e v i n d u r a n t   l a c l i p p e r s   m e m p h i s g r i z z l i e s   l e t e m k n o w   c u s r i s e   b o s t o n c e l t i c s   d a l l a s   b e t h e f i g h t  
b a c k   a t   i t   ⚫ ️ ⚪ ️ 
 
 b l a z e r s   n c a a   k u h o o p s   n b a   t r a e y o u n g   k e v i n d u r a n t   s t e p h c u r r y   n c a a b a s k e t b a l l   i n d i a n a p a c e r s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t b a s k e t b a l l   d a l l a s m a v s   g o m a v s   d a l l a s m a v e r i c k s   l u k a m a g i c  
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d r a y m o n d g r e e n   i s   d e s t r o y i n g   t h e   w a r r i o r s   ‼ ️ 💔 🤯 😢   ↪ ️ 
 k e v i n d u r a n t   k d   g o l d e n s t a t e w a r r i o r s   j o r d a n p o o l e   s t e v e k e r r   d u b n a t i o n   t r a d e   n b a n e w s   n b a t r a d e   n b a   p o d c a s t   s p o r t s   b a s k e t b a l l   m l b   r e a c t i o n   r e a c t i o n v i d e o s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
y o u t u b e   w o r s t   p a s s   e v e r   s h o r t s   n b a   k d   n b a 2 k   k e v i n d u r a n t   p s 5   g a m i n g   p l a y s t a t i o n  
d r a y m o n d   y o u r   b i g g e s t   a d v o c a t e   b e f o r e   y o u   h e l p   h i m   w i n   a   c h a m p i o n s h i p   & a m p ;   i n c r e a s e   y o u r   o w n   m a r k e t a b i l i t y .   k e v i n d u r a n t   
 j o r d a n p o o l e
n b a   g m s   h a v e   p i c k e d   t h e s e   p l a y e r s   a s   b e s t   a t   t h e i r   r e s p e c t i v e   p o s i t i o n s !   🏀 🔝 
 
 a r e   t h e y   y o u r   t o p   p l a y e r s ? 
 
 s t e p h e n c u r r y   d e v i n b o o k e r   k e v i n d u r a n t   g i a n n i s   n i k o l a j o k i c  
s a t u r d a y   t r e n d i n g   s t o r y .   n e t s   s t a r   k e v i n d u r a n t   r o a s t s   o k l a h o m a   c o a c h   b r e n t v e n a b l e s   d u r i n g   t e x a s '   b l o w o u t   w i n   i n   r e d r i v e r s h o w d o w n   c b s s p o r t s . c o m    
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k i c k s :   n e w   k e v i n d u r a n t   1 5   “ a u n t   p e a r l ”   k i c k s  
k i c k s :   n e w   k e v i n d u r a n t   1 5   “ a u n t   p e a r l ”   k i c k s  
y o u t u b e   w h e n   k d   i s   a n g r y   s h o r t s   n b a   n b a 2 k 2 3   g a m i n g   k e v i n d u r a n t   c l u t c h  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
s i c k   a n d   t i r e d   o f   p e o p l e   b e i n g   a p o l o g i s t   f o r   d r a m o n g r e e n ,   h e   s u c k e r e d   p u n c h e d   a n o t h e r   t e a m m a t e   a n d   t h a t   i s   u n a c c e p t a b l e . . m a k e s   t h e   i s s u e s   h e   h a d   w i t h   k e v i n d u r a n t   s e e m   s o   m u c h   m o r e   o b v i o u s . . d u d e   j u s t   s t f u   a l r e a d y .
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d r a y m o n d g r e e n   i s   c a n c e r c o u s   t o   a n y   t e a m   a n d   n e e d s   t o   b e   b l a c k b a l l e d . . . . 1 s t   k e v i n d u r a n t   n o w   p o o l e   👋 👋 👋 🏃 ‍ ♂ ️ 🏃 ‍ ♂ ️ 🏃 ‍ ♂ ️
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
w e l l   g o l d e n s t a t e   y ’ a l l   m i g h t   a s   w e l l   c a l l   b r o o k l y n n e t s   a n d   s e n d   a   j o r d a n p o o l e   p a c k a g e   o v e r   f o r   k e v i n d u r a n t   b e c a u s e   t h i s   v i d e o   s h o u l d ’ v e   n e v e r   g o t   o u t   & a m p ;   t h i s   d e f i n i t e l y   g o n e   m e s s   u p   t h e   t e a m   c h e m i s t r y .
k e v i n   d u r a n t   o n   v i c t o r   w e m b a n y a m a :   “ t h e   l e a g u e ’ s   r e a l l y   i n   t r o u b l e   w h e n   h e   c o m e s   i n ”   k e v i n d u r a n t   v i c t o r w e m b a n y a m a  
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b r e a k i n g   n e w s :   k e v i n d u r a n t   h a s   s e n t   j o r d a n p o o l e   a   f r u i t   b a s k e t   a n d   a   h a n d   w r i t t e n   “ g e t   w e l l   s o o n ”   c a r d
y o u t u b e   s t o p   k d   p l e a s e   s h o r t s   k e v i n d u r a n t   n b a   n b a 2 k 2 3   k d   p s 5   g a m i n g  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e   d i s t u r b i n g   s i g n s   a b o u t   t h e   . . . 
   
 
   
 c h r i s b r o u s s a r d   c j m c c o l l u m   c l i p p e r s n e w s   e s p n   f i r s t t a k e   g o l d e n s t a t e w a r r i o r s   k a w h i l e o n a r d l a u g h   k e v i n d u r a n t   k e v i n d u r a n t t r a d e   k y r i e i r v i n g   k y r i e i r v i n g i n t e r v i e w   m v p   n b a h i g h l i g h t s   n i c k w r i g h t a n d r e w w i g g i n s  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d u r a n t   a n d   1   n b a   b a s k e t b a l l   n b a t w i t t e r   k d   k e v i n d u r a n t   n e t s   e a s y m o n e y s n i p e r   b r o o k l y n  
e a s y   m o n e y   s n i p e r .   n b a   b a s k e t b a l l   n b a t w i t t e r   n e t s   k d   k e v i n d u r a n t   e a s y m o n e y s n i p e r  
i m   b e t t e r   t h a n   a l l   o f   y o u   k e v i n d u r a n t
h e r e   i   p l a y .   j u v e n i l e   d e t e n t i o n   i n m a t e 
 s w a g g e r   k e v i n d u r a n t   a p p l e t v p l u s   a c t o r   a c t o r s   a c t i n g  
🐍 🧁 “ s o   m a n y   p e o p l e   d o u b t e d   m e .   t h e y   m o t i v a t e d   m e   e v e r y   s i n g l e   d a y ,   t o   b e   w h o   i   a m . ” 🧁 🐍 
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   b r o o k l y n   b r o o k l y n n e t s   n e t s   n e t s a r t   n e t s b a s k e t b a l l   b a s k e t b a l l   b a s k e t b a l l a r t   s p o r t s   a r t   g r a p h i c d e s i g n   b a s k e t b a l l d e s i g n   f r a n c h i s e   f r a n c h i s e d e s i g n s  
l o o k i n g   👀   f o r   k e v i n d u r a n t   b u r n e r   a c c o u n t   c o m m e n t s   a b o u t   j o r d a n p o o l e   & a m p ;   d r a y m o n d g r e e n   n b a t w i t t e r
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
s h a n n o n   s h a r p e   i s   u n h a p p y   a f t e r   l e b r o n   j a m e s   w a s   p u t   4 t h   i n   t h e   t o p   s f   i n   t h e   l e a g u e   w h i l e   k e v i n   d u r a n t   t o p p e d   t h e   l i s t . 
 
 n b a   s m a l l f o r w a r d   l e b r o n j a m e s   k e v i n d u r a n t   k i n g j a m e s   s h a n n o n s h a r p e  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
b e n s i m m o n s   t r a d e d   t o   t h e   s u n s   f o r   d e a n d r e a y t o n ‼ ️ * * e s p n   w o j   n b a   b r e a k i n g   n e w s * *   🤯   🤯 
 w a t c h   t h e   f u l l   v i d e o   o n   m y   y o u t u b e   c h a n n e l   👀 👀 ⬇ ️ ⬇ ️ 
 👉 
 p h o e n i x s u n s   d e v i n b o o k e r   c h r i s p a u l   k y r i e i r v i n g   k e v i n d u r a n t   z i o n w i l l i a m s o n   n b a n e w s   n b a t r a d e  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
d o e s   s e n g u n   m a k e   t h e   r o c k e t s   . . . 
   
 
   
 a l p e r e n s e n g u n   c h o p s h o p   c h r i s t i a n w o o d   h o u s t o n r o c k e t s   i b a k a   j a l e n g r e e n   j a m e s h a r d e n   k e v i n d u r a n t   k e v i n p o r t e r j r   n b a   n b a p l a y i n   o k c t h u n d e r   p l a y o f f s   r u s s e l l w e s t b r o o k   s o u t h w e s t d i v i s i o n   w e s t e r n c o n f e r e n c e  
o n e   o f   o u r   c h a s e r s   i n   o u r   p u l l   g a m e   o n     c o m e   b o o k m a r k   t h e   s h o w   n o w     n b a   n f l   n h l   m l b   k e v i n d u r a n t   a a r o n j u d g e  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b r o o k l y n   n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b k l y n   b r o o k l y n n e t s   b r o o k l y n   n e t s   k e v i n d u r a n t   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
t h i s   p r o v e s   t h a t   t h e   k e v i n d u r a n t   e f f e c t   i s   r e a l !  
n e x t   o n   t h e   l i s t   f o r   o u r   g e t t i n g   t o   k n o w   p r i n c e   g e o r g e ’ s   c o u n t y   s e r i e s ,   w e ’ r e   e x p l o r i n g   t h e   t o w n   o f   s e a t   p l e a s a n t !     
 s e a t p l e a s a n t   p g c o u n t y   k e v i n d u r a n t   b a s k e t b a l l   s m a r t c i t y   v e t e r a n s m e m o r i a l   v i s i t m a r y l a n d   m a r y l a n d  
1 0 x   n b a   a l l - s t a r !   4   r e a s o n s   w h y   n e t s   a r e   i n   t r o u b l e .   d o   t h e y   t r u s t   k e v i n d u r a n t ?   d a m a g e d   r e l a t i o n s h i p s    
n b a   b r e a k i n g   n e w s :   n a s h   a n d   k e v i n   . . . 
   
 
   
 a m h o o p s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   d r a m a t i c n b a n e w s n a s h a n d k e v i n d u r a n t i s s u e s a t b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   e s p n   f o x s p o r t s   f r e e a g e n c y n b a   h o o p f l i x   k e v i n d u r a n t   k y r i e i r v i n g   l e b r o n j a m e s  
m y   c o l l e c t i o n   s o   f a r   b r o o k l y n   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   a u s t r a l i a  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   d e f e n s i v e   g o a t ? !   t o p   n b a   p o w e r   f o r w a r d s   t o d a y   2 0 2 2   2 0 2 3   s e a s o n   k e v i n d u r a n t   g i a n n i s a n t e t o k o u n m p o   a n t h o n y d a v i s    
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
w o u l d   e m b i i d ,   d u r a n t ,   & a m p ;   . . . 
   
 
   
 7 6 e r s h i g h l i g h t s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c h i n e y o g w u m i k e   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   j a m e s h a r d e n   j a m e s h a r d e n n e w s   j o e l e m b i i d   k d   k d h a r d e n   k e n d r i c k p e r k i n s   k e v i n d u r a n t   m a l i k a a n d r e w s  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d a y   1 7   o f   o u r   n b a   s e a s o n   c o u n t d o w n ,   a n d   i t ' s   t i m e   t o   t a l k     a n d   t h e   s t a r   o f   t h e   o f f s e a s o n ,   k e v i n   d u r a n t .   b r o o k l y n n e t s   k e v i n d u r a n t  
n e w   o n e   f o r   s p o r t s   i l l u s t r a t e d   o n   t h e   c o n t r o l   k e v i n   d u r a n t   e x e r t   o n   n e t s   g m   s e a n   m a r k s .   h a d   f u n   i n c l u d i n g   a   l a y e r   o f   g o u a c h e   i n k   r e s i s t .   b i g   t h a n k s   t o   a d   l a u r a   a n g l e ! !   k e v i n d u r a n t   b r o o k l y n n e t s   s p o r t s i l l u s t r a t e d  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k e v i n   d u r a n t ,   k y r i e   i r v i n g ,   b e n   s i m m o n s   b u t a t a   s a   s i x e r s 
 
 t u n a y n a t a b l o i d i s t a   
 a b a n t e s p o r t s 
 k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o n t   b a s h   o p p o s i t e   t h i n k i n g ,   i n s t e a d   l i s t e n   c a r e f u l l y   a n d   c h o o s e   w h a t   u   b e l i k a r e e m a l j e i r v i n g   n b a   k y r i e   b a s k e t b a l l   l e b r o n j a m e s   k e v i n d u r a n t   l e b r o n   j a m e s h a r d e n   s t e p h e n c u r r y   b a l l i s l i f e   l a k e r s   k o b e b r y a n t   s t e p h c u r r y   n i k e   k   b r o o k l y n n e t s   n e t s   k o b e   k a r e e m  
l o s   a n g e l e s   c l i p p e r s   v s   p o r t l a n d   t r a i l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s  
t h i n k i n g   b o u t   ( b r o o k l y n )   a f t e r   h o w   i   l e f t   t h e   ( n e t s )   . .   🏀 🎬 🔥   k e v i n d u r a n t  
w h e n   l a n a   r h o a d e s '   k i d   w a s   b o r n ,   i t   r e s e m b l e d   b l a k e   g r i f f i n   p e r f e c t l y ,   k e v i n   d u r a n t   w e n t   c r a z y   w h e n   h e   h e a r d   t h e   n e w s   💀 😂 🤣   k e v i n d u r a n t   b l a k e g r i f f i n   b a b y m a m a d r a m a   b a b y m a m m a  
s o   y e a h   t h i s   b r o o k l y n n e t s   t h i n g   c a n   w o r k . 
 
 r e b o u n d s   a r e   g o n n a   b e   a n   i s s u e ,   d e f e n s e   i s   g o n n a   b e   a   p r o b l e m ,   n a s h   s u c k s   a s   a   c o a c h   a n d   t h e   t e a m ' s   b e n c h   c o u l d   u s e   a   b i t   o f   w o r k . 
 
 b u t   e v e n   w i t h   a l l   t h a t   t h e y   g o t   k e v i n d u r a n t   w h i c h   m a k e s   e m   o n e   o f   t h e   t o p   t e a m s   i n   t h e   n b a   e a s t .  
c h a r i t y   s t r i p e   i t   i s .   s t e p h c u r r y   j o r d a n p o o l e   k e v i n d u r a n t   t r a e y o u n g   f g   n b a   n b a f a n t a s y   f a n t a s y r a d a r   l a t v i a f a n t a s y l e a g u e 
  
n e w !   w e   d i s c u s s   a a r o n j u d g e   & a m p ;   h i s   q u e s t   f o r   6 1   & a m p ;   6 2   h o m e r u n s .   w e   b r e a k   d o w n   k e v i n d u r a n t ' s   c o m m e n t s   a t   n b a   m e d i a   d a y   & a m p ;   l o o k   @   w e e k 4   o f   n f l   s e a s o n .   w e   d o   o u r   2   p i c k s   e a c h   f o r   f a n t a s y f o o t b a l l   m u s t s t a r t s   i n   w k   4   t h a t   a r e   a v a i l a b l e   i n   5 0 %   o f   e s p n   l e a g u e s    
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
“ i s   i t   k e v i n   d u r a n t ? ”   l a n a   r h o a d e s   d r o p s   m a s s i v e   h i n t   w h o   t h e   f a t h e r   o f   h e r   c h i l d   r e a l l y   i s     n b a   k e v i n d u r a n t
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j a b a r i   s m i t h   j r .   o n   f i r e   f o r   t h e   . . . 
   
 
   
 b a s k e t b a l l   b a s k e t b a l l p o d c a s t   b a s k e t b a l l s h o w   g i a n n i s a n t e t o k o u n m p o   h o u s t o n r o c k e t s   k e v i n d u r a n t   l e b r o n j a m e s   l u k a d o n c i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a c h a n n e l   n b a d r a f t   n b a h i g h l i g h t s   n b a n e w s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k d   w a s   g r e a t   a t   o k c   🛸 
 k e v i n d u r a n t   k d   
 n b a   o k c   n e t s   
 w a r r i o r s  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
t h e     h a d   t h e   m o s t   d r a m a t i c   o f f s e a s o n   i n   n b a   h i s t o r y ,   b u t   n o w   i t   i s   t i m e   t o   p l a y .   w h a t   c a n   t h i s   t a l e n t e d   n e t s   r o s t e r   a c c o m p l i s h   i n   t h e   2 0 2 2 - 2 3   s e a s o n ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 b e n s i m m o n s   k e v i n d u r a n t   k y r i e i r v i n g   n b a p r e s e a s o n   n b a t w i t t e r  
m o r e   d i s t u r b i n g   d e t a i l s   c o m e   o u t   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c h r i s b r o u s s a r d   c j m c c o l l u m   c l i p p e r s n e w s   e a s t e r n c o n f e r e n c e   e s p n   f i r s t t a k e   i m e u d o k a   i m e u d o k a b o s t o n c e l t i c s   k a w h i l e o n a r d l a u g h   k e v i n d u r a n t   k e v i n d u r a n t t r a d e   k y r i e i r v i n g  
f a c t s .   c o u l d n ’ t   h a v e   s a i d   t h i s   s h i t   b e t t e r .   k e v i n d u r a n t   i s   n o t   l e g e n d a r y .   w h a t ’ s   t h e   h i g h l i g h t   o f   h i s   c a r e e r ?   n o t h i n g   o u t s i d e   t h e   w a r r i o r s   o v e r r a t e d   a s f !  
h e r e s   s o m e   s h o t s   o f   t h e   k d   j e r s e y   🏀 💦 
 . 
 . 
 . 
 . 
 k e v i n d u r a n t   a p p l i q u é   c u s t o m j e r s e y   t e x t i l e a r t   b a s k e t b a l l a r t   n e t s   b r o o k l y n   @   b r o o k l y n ,   n e w   y o r k  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
k e v i n   d u r a n t :   “ i ’ m   a   l e g e n d ”   k e v i n d u r a n t  
y o u t u b e   w h e n   y o u   a r e   b e t t e r   t h a n   t h e   r e a l   k d   n b a   n b a 2 k 2 3   k d   k e v i n d u r a n t  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
w i l l   t h e   n e t s   o v e r c o m e   t h e   d r a m a   & a m p ;   m a k e   i t   t o   t h e   f i n a l s ?   c l i c k   l i n k   f o r   f u l l   v i d e o . 
 
 e d i t e d   b y   c a n t v       n b a   n b a t w i t t e r   b a s k e t b a l l   n b a p r e s e a s o n   n e t s   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s 
 c a n t v   n b a o f f s e a s o n  
v i c t o r w e m b a n y a m a   i s   e x p e c t e d   t o   b e   t h e   t o p   p i c k   i n   t h e   n b a ' s   2 0 2 3   d r a f t .   @   7 - f o o t - 4 ,   t h e   f r e n c h   t e e n   i s   2   i n c h e s   t a l l e r   t h a n   s h a q u i l l e o n e a l   & a m p ;   d r a w s   c o m p a r i s o n s   t o   l e b r o n ,   m a g i c j o h n s o n   & a m p ;   k e v i n d u r a n t .   h e   m a k e s   h i s   u s a   d e b u t   o n   t u e s   i n   h e n d e r s o n ,   n e v .  
c a n ’ t   w a i t   t o   h o o p   i n   t h e s e   j o i n t s   s h o u t s   t o   m y   f a v o r i t e   p l a y e r   a n d   p r o d u c e r   f o r   t h e   c o m b o   9 t h w o n d e r   k e v i n d u r a n t   n i k e   k i c k s   s n e a k e r s   m p c l i v e   m p c   s p 4 0 4   k d 1 5   c a l i f o r n i a   i n l a n d e m p i r e   b e a t s   j a m s   y e s s i r  
•   _ _ w r l d   c h e f   c u r r y   💍 
 _ 
 
 s t e p h g o n n a s t e p h   s t e p h e n c u r r y   s t e p h c u r r y 3 0   s t e p h e n c u r r y 3 0   s t e p b a c k   s t e p h c u r r y   s p l a s h b r o t h e r s   c u r r y b r a n d   j a s o n t a t u m   k e v i n d u r a n t   j a m o r a n t   k l a y t h o m p s o n   k l a y t h o m p s o n 1 1   j o r d a n p o o l e   c u r r y 9   n b a r e e l s   r e e l s   n b a  
k e v i n d u r a n t   t h i n k i n g …   🤔   💭 i   d o n ’ t   h a v e   t o   l i s t e n   t o   t h i s ! 
 s p o r t s   n b a m e d i a d a y   n b a t w i t t e r   o k c   w a r r i o r s   n e t s w o r l d   s e a t t l e   d c    
y o u t u b e   w h e n   u   r   u n s t o p p a b l e   j u s t   l i k e   t h e   r e a l   k d   n b a   2 k 2 3   n b a   n b a 2 k   k e v i n d u r a n t   n b a 2 k 2 3   m y t e a m   3 p t s  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
(   s t a r   k e v i n   d u r a n t   r o a s t s   o k l a h o m a   c o a c h   b r e n t   v e n a b l e s   d u r i n g   t e x a s '   b l o w o u t   w i n   i n   r e d   r i v e r   s h o w d o w n   :   d u r a n t   w a s   a   s t a r   f o r   t e x a s   a n d   a p p a r e n t l y   e n j o y e d   t h e   l o n g h o r n s   r o u t   o f   o k l a h o m a   . .  
j a c k a s s   t h i s   i s   w h y   k e v i n   d u r a n t   l e f t 
 b e n c h   w a r m e r   b e n c h w a r m e r   s u s p e n s i o n   n b a p u   p l a y e r s   u n i o n   p r o s p o r t s   n b a   b a s k e t b a l l  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
      i f   t h e     l o s e ,   w h o   w i l l   t h e y   t r y   a n d   b u y   f r o m   t h e   ?     d u r a n t
w a n t   t o   w o r k   i n   d u r a n t ,   o k ?   v i e w   o u r   l a t e s t   o p e n i n g :     t r a n s p o r t a t i o n
[ p r e v i e w   2 0 2 2 - 2 3 ]   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a b a u t r e t   a l l   a n g e l e s   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t   b a s k e t b a l l   b l o c k   b o s t o n c e l t i c s   b r y a n t   b u l l s   c a r m e l o   c h i c a g o   c h r i s   c l i p p e r s   c o n t r e   c u r r y   d a v i s   d u f a n t   d u n k   d u r a n t   e a s t e r n c o n f e r e n c e  
s t o p   s t a r i n g   a t   t h e   c l o c k   e v e r y   d a y .   i t ' s   t i m e   f o r   a   n e w   c a r e e r .   f o l l o w   u s   t o   v i e w   j o b s   w i t h   t i t l e s   l i k e   " w a r e h o u s e   w o r k e r   -   p a c k a g e   h a n d l e r "   i n   d u r a n t ,   o k .   l a b o r
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   k e v i n   d u r a n t   r o a s t s   b r e n t   v e n a b l e s   d u r i n g   b l o w o u t ,   c l a p s   b a c k   a t   h a t e r s   –       b l o w o u t   b r e n t   c l a p s   d u r a n t
n b a   2 k 2 3   -   p a u l   g e o r g e   v s   j a m e s   h a r d e n   -   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c p u v s c p u   d u r a n t   g a m e p l a y   h a w k s   k o b e b r y a n t   l a k e r s   l e b r o n   l o s a n g e l e s c l i p p e r s   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s   n u g g e t s   p a c i f i c d i v i s i o n  
n b a   2 k 2 3   -   z i o n   v s   b o o k e r   -   p h o e n i x   s u n s   v s   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c l i p p e r s   c p u v s c p u   d u r a n t   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s   n e w o r l e a n s p e l i c a n s  
i   f i n a l l y   u n d e r s t a n d   w h y   d u r a n t   l e f t   t h e   w a r r i o r s .   d r a y m o n d   w a r r i o r s   d u r a n t
t h e   n b a   s u p e r s t a r s   a r e   l o o k i n g   f o r w a r d   t o   s t r u t t i n g   t h e i r   s t u f f   o n   t h e   c o u r t .   w h o   i s   y o u r   e a r l y   m v p   p i c k   t h i s   y e a r ?     d o n c i c   e m b i i d   a n t e t o k o u n m p o   d u r a n t   j o k i c   t a t u m   m o r a n t   c u r r y   j a m e s   w i l l i a m s o n   b o o k e r   l i l l a r d
t h i s   s a l e s   g r o u p   j o b   m i g h t   b e   a   g r e a t   f i t   f o r   y o u .   c l i c k   t h e   l i n k   i n   o u r   b i o   t o   s e e   i t   a n d   m o r e .   s a l e s   a c c o u n t   e x e c u t i v e   h o s p i c e   a t   e l a r a   c a r i n g   h o s p i c e   d u r a n t ,   o k
i n f o r m a t i o n   o n   d u r a n t   i o w a   p o l i c e   d e p a r t m e n t   o f f i c e r   r o b e r t   s m i t h   a n d   h i s   r e c e n t   g u i l t y   p l e a   f r o m   t h e   2 0 1 7   a r r e s t   o f   b r y c e   y a k i s h   i s   n o w   a v a i l a b l e .   d u r a n t   g u i l t y c o p   p l e a d e a l   e x c e s s i v e f o r c e   p o l i c e r e s i g n e d  
b e i n g   a b l e   t o   s e e   w h i c h   n b a   s t a r s   o w n   t h e i r   p e e r ’ s   t o p s h o t   m o m e n t s   i s   v e r y   c o o l .   ⁦ ⁩   b u y i n g   ⁦ ⁩   m o m e n t   s e r i a l   1   i s   a p p a r e n t   w h y   w h e n   y o u   s e e   t h e   p l a y   i t s e l f .   n b a t o p s h o t   d u r a n t   k d    
n b a   2 k 2 3   -   c u r r y   v s   m i t c h e l l   -   g o l d e n   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l i p p e r s   c p u v s c p u   d u r a n t   e a s t e r n c o n f e r e n c e   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m  
n e w   u p l o a d   -   " d r a y m o n d   g r e e n   p u n c h e s   j o r d a n   p o o l e   v i d e o   |   s t e p h e n   a   r e a c t s   |   k n o c k   o u t   p u n c h " 
 
 d r a y m o n d g r e e n   j o r d a n p o o l e   n b a   g o l d e n s t a t e w a r r i o r s   w a r r i o r s   l e b r o n   c u r r y   d u r a n t   y o u g o t k n o c k e d t h e f o u t 
 
 w a t c h   n o w :    
_ h _ t o w n   b h a h a h a h 
 
 i   w i l l   s a y   t h i s . 
 f o r   a l l   t h e   c r a p   f o l k s   t a l k   a b o u t   d u r a n t . . . .   t h a t   d o e s   n o t   h a p p e n   i f   h e ' s   t h e r e .   
 
 w a r r i o r s   d r a y m o n d   p o o l e
h e   a i n ' t   d o   t h a t   t o   d u r a n t   t h o   🤔  
j a c k a s s   t h i s   i s   w h y   k e v i n   d u r a n t   l e f t 
 b e n c h   w a r m e r   b e n c h w a r m e r   s u s p e n s i o n   n b a p u   p l a y e r s   u n i o n   p r o s p o r t s   n b a   b a s k e t b a l l  
k e v i n   d u r a n t   o n   v i c t o r   w e m b a n y a m a   -   ' ' t h e   l e a g u e   i s   r e a l l y   i n   t r o u b l e   w h e n   h e   c o m e s   i n . . .   e v e r y b o d y ' s   r e a l l y   e x c i t e d   f o r   h i s   a r r i v a l   t o   t h e   l e a g u e   s o   w i l l   s e e   w h a t   h a p p e n s . ' '   🏀 

t h e   n c c a   c h a m p i o n s h i p   w i l l   b e n e f i t   f r o m   t h e   g e n e r o u s   s p o n s o r s h i p   o f   d u r a n t c r i c k e t   f o r   t h e   n e x t   t w o   s e a s o n s . ⁠ 
 
 c h e c k   o u t   d u r a n t   c r i c k e t   a n d   g i v e   t h e m   a   f o l l o w   
 ⁠ ⁠ ⁠ 
 l e a r n   m o r e   a b o u t   t h e   p a r t n e r s h i p   o v e r   o n   o u r   w e b s i t e . . .   
 
 
 ⁠  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
a d e b a y o ,   l o w r y   s h a r p   a s   s h o r t h a n d e d   h e a t   c r u s h   d u r a n t ,   n e t s   1 0 9 - 8 0   i n   e x h i b i t i o n   w i n    
c u r r y   v s   z i o n   -   g o l d e n   s t a t e   w a r r i o r s   v s   n e w   o r l e a n s   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k 2 3   2 k s i m u l a t i o n   c l i p p e r s   c p u v s c p u   d u r a n t   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s  
j u g g l i n g   c l a s s e s   & a m p ;   w o r k ?   h i r e   u s   t o   h a n d l e   s o m e   o f   t h e m   o n   y o u r   b e h a l f :   
 
 ✅   p s y c h o l o g y   
 ✅   h i s t o r y 
 ✅   c h e m i s t r y 
 ✅   b i o l o g y 
 ✅   g e o g r a p h y 
 ✅   e n g l i s h   
 ✅   s o c i a l   s c i e n c e 
 ✅   p h y s i c s   
 ✅   s o c i o l o g y 
 ✅   e c o n o m i c s 
 p v a m u   m s u   n c a t 2 5   a s u   f s u   t s u   j s u   d u r a n t   c u n y   b u   1 0 0 d a y s o f c o d e  
📕 📗 📘 📙 a s s i g n m e n t   h e l p *   
   
 w e   p r o v i d e   q u a l i t y   s u p p o r t   2 4 / 7   t o   a l l   s t u d e n t s .   w e   g u a r a n t e e   y o u :   
 
 📌 q u a l i t y   w r i t i n g   
 📌 c o n f i d e n t i a l i t y   
 📌 a f f o r d a b l e   p r i c e s 
 📌 p l a g i a r i s m   f r e e 
 📌 t i m e l y 
 m b b s   a s u   a l c o r n   g r a m f a m   n c a t   g s u   p v a m u   n f l   t s u   f a m u   d u r a n t   c u n y   j s u   1 0 0 d a y s o f c o d i n g  
c h e c k   o u t   m y   l a t e s t   v i d e o   " z i o n   r e t u r n s   |   s t e p h e n   a   j u s t   s a i d   p e l i c a n s   c a n   g o   t o   t h e   f i n a l s   |   n e w   o r l e a n s   p e l i c a n s " 
 
 s t e p h e n a s m i t h   p e l i c a n s   b u l l s   z i o n   z i o n w i l l i a m s o n   n e w o r l e a n s   n b a   l e b r o n   l a k e r s   n e t s   d u r a n t   w a r r i o r s   c u r r y   
 
 w a t c h   n o w :    
d u r a n t   ♂   b o o s t e d 
 1 0 0 i v   c p :   2 3 1 8   l v :   3 1 
 f o l l o w   _ v r 
 
 4 0 . 6 0 2 1 7 3 , - 7 5 . 5 4 1 1 8 0
d u r a n t   ♀   b o o s t e d 
 1 0 0 i v   c p :   2 3 5 6   l v :   3 2 
 f o l l o w   _ v r 
 
 4 0 . 7 1 4 0 9 5 , - 7 4 . 0 0 9 9 5 2
d u r a n t   ♂   ( x l )   b o o s t e d 
 1 0 0 i v   c p :   2 4 3 2   l v :   3 4 
 f o l l o w   _ v r 
 
 4 0 . 6 3 7 6 8 6 , - 7 5 . 3 9 0 7 2 1
w i l d   t o   t h i n k ,     b u t   t h i s   w i l l   b e   k d   & a m p ;   k y r i e ' s   f i r s t   h o m e   o p e n e r   t o g e t h e r   w i t h   f a n s   i n   a t t e n d a n c e . . . 
 
 2 0 1 9   -   n o   k d 
 2 0 2 0   -   c o v i d - 1 9   ( n o   f a n s ) 
 2 0 2 1   -   n o   k a i   ( v a x   m a n d a t e ) 
 2 0 2 2   -   🖤 🤍 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s t w i t t e r   b k n e t s   n e t s   b k l y n n e t s   d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
d u r a n t   ♂   b o o s t e d 
 1 0 0 i v   c p :   2 3 5 6   l v :   3 2 
 f o l l o w   _ v r 
 
 4 0 . 4 3 9 8 7 0 , - 7 4 . 3 9 0 9 5 6
a f t e r   1 1   d a y s   o f f ,     h a d   a   l i t t l e   r u s t   i n   t h e   f i r s t   s e t   t h e n   c r u i s e d   t o   a   4 - s e t   w i n   o v e r   d u r a n t .   r i v e r v i e w   i s   n o w   1 3 - 5   o n   t h e   s e a s o n . 
 g o s h a r k s 🦈 🏐 
 
       

d u r a n t   ♀   b o o s t e d 
 1 0 0 i v   c p :   2 4 3 2   l v :   3 4 
 f o l l o w   _ v r 
 
 3 9 . 5 6 3 5 3 1 , - 7 6 . 1 0 6 4 8 9
d u r a n t   ♂   b o o s t e d 
 1 0 0 i v   c p :   2 4 3 2   l v :   3 4 
 f o l l o w   _ v r 
 
 4 0 . 8 0 2 4 4 4 , - 7 3 . 9 6 1 3 7 7
d u r a n t   ♂   b o o s t e d 
 1 0 0 i v   c p :   2 4 3 2   l v :   3 4 
 f o l l o w   _ v r 
 
 4 0 . 0 6 9 8 8 6 , - 7 5 . 0 8 9 3 5 7
d u r a n t   ♀   b o o s t e d 
 1 0 0 i v   c p :   2 3 9 4   l v :   3 3 
 f o l l o w   _ v r 
 
 3 9 . 9 1 6 5 1 6 , - 7 5 . 1 7 1 7 3 0
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
w e l l ,   7 6 e r s   v s   n e t s   w i l l   h o l d   m e   o v e r   u n t i l   i   g e t   t o   s e e   t h e   g a m e   f r o m   l a s t   n i g h t .   r o c k e t s   h a r d e n   d u r a n t  
[ s t a t m u s e ]   p l a y e r s   i n   n b a   h i s t o r y   t o   a v e r a g e   2 0   p p g   o n   5 0 〳 4 0 〳 9 0 %   s h o o t i n g   i n   t h e   f i n a l s   ( m i n   1 0   g a m e s )   -   —   k e v i n   d u r a n t   —   e n d   o f   l i s t   k d   a c t u a l l y   a v e r a g e s   3 0 . 3   p p g .   🏀 

      i f   t h e     l o s e ,   w h o   w i l l   t h e y   t r y   a n d   b u y   f r o m   t h e   ?     d u r a n t
w a n t   t o   w o r k   i n   d u r a n t ,   o k ?   v i e w   o u r   l a t e s t   o p e n i n g :     t r a n s p o r t a t i o n
[ p r e v i e w   2 0 2 2 - 2 3 ]   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a b a u t r e t   a l l   a n g e l e s   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t   b a s k e t b a l l   b l o c k   b o s t o n c e l t i c s   b r y a n t   b u l l s   c a r m e l o   c h i c a g o   c h r i s   c l i p p e r s   c o n t r e   c u r r y   d a v i s   d u f a n t   d u n k   d u r a n t   e a s t e r n c o n f e r e n c e  
s t o p   s t a r i n g   a t   t h e   c l o c k   e v e r y   d a y .   i t ' s   t i m e   f o r   a   n e w   c a r e e r .   f o l l o w   u s   t o   v i e w   j o b s   w i t h   t i t l e s   l i k e   " w a r e h o u s e   w o r k e r   -   p a c k a g e   h a n d l e r "   i n   d u r a n t ,   o k .   l a b o r
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   k e v i n   d u r a n t   r o a s t s   b r e n t   v e n a b l e s   d u r i n g   b l o w o u t ,   c l a p s   b a c k   a t   h a t e r s   –       b l o w o u t   b r e n t   c l a p s   d u r a n t
n b a   2 k 2 3   -   p a u l   g e o r g e   v s   j a m e s   h a r d e n   -   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c p u v s c p u   d u r a n t   g a m e p l a y   h a w k s   k o b e b r y a n t   l a k e r s   l e b r o n   l o s a n g e l e s c l i p p e r s   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s   n u g g e t s   p a c i f i c d i v i s i o n  
n b a   2 k 2 3   -   z i o n   v s   b o o k e r   -   p h o e n i x   s u n s   v s   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c l i p p e r s   c p u v s c p u   d u r a n t   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s   n e w o r l e a n s p e l i c a n s  
i   f i n a l l y   u n d e r s t a n d   w h y   d u r a n t   l e f t   t h e   w a r r i o r s .   d r a y m o n d   w a r r i o r s   d u r a n t
t h e   n b a   s u p e r s t a r s   a r e   l o o k i n g   f o r w a r d   t o   s t r u t t i n g   t h e i r   s t u f f   o n   t h e   c o u r t .   w h o   i s   y o u r   e a r l y   m v p   p i c k   t h i s   y e a r ?     d o n c i c   e m b i i d   a n t e t o k o u n m p o   d u r a n t   j o k i c   t a t u m   m o r a n t   c u r r y   j a m e s   w i l l i a m s o n   b o o k e r   l i l l a r d
t h i s   s a l e s   g r o u p   j o b   m i g h t   b e   a   g r e a t   f i t   f o r   y o u .   c l i c k   t h e   l i n k   i n   o u r   b i o   t o   s e e   i t   a n d   m o r e .   s a l e s   a c c o u n t   e x e c u t i v e   h o s p i c e   a t   e l a r a   c a r i n g   h o s p i c e   d u r a n t ,   o k
i n f o r m a t i o n   o n   d u r a n t   i o w a   p o l i c e   d e p a r t m e n t   o f f i c e r   r o b e r t   s m i t h   a n d   h i s   r e c e n t   g u i l t y   p l e a   f r o m   t h e   2 0 1 7   a r r e s t   o f   b r y c e   y a k i s h   i s   n o w   a v a i l a b l e .   d u r a n t   g u i l t y c o p   p l e a d e a l   e x c e s s i v e f o r c e   p o l i c e r e s i g n e d  
b e i n g   a b l e   t o   s e e   w h i c h   n b a   s t a r s   o w n   t h e i r   p e e r ’ s   t o p s h o t   m o m e n t s   i s   v e r y   c o o l .   ⁦ ⁩   b u y i n g   ⁦ ⁩   m o m e n t   s e r i a l   1   i s   a p p a r e n t   w h y   w h e n   y o u   s e e   t h e   p l a y   i t s e l f .   n b a t o p s h o t   d u r a n t   k d    
n b a   2 k 2 3   -   c u r r y   v s   m i t c h e l l   -   g o l d e n   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l i p p e r s   c p u v s c p u   d u r a n t   e a s t e r n c o n f e r e n c e   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m  
n e w   u p l o a d   -   " d r a y m o n d   g r e e n   p u n c h e s   j o r d a n   p o o l e   v i d e o   |   s t e p h e n   a   r e a c t s   |   k n o c k   o u t   p u n c h " 
 
 d r a y m o n d g r e e n   j o r d a n p o o l e   n b a   g o l d e n s t a t e w a r r i o r s   w a r r i o r s   l e b r o n   c u r r y   d u r a n t   y o u g o t k n o c k e d t h e f o u t 
 
 w a t c h   n o w :    
_ h _ t o w n   b h a h a h a h 
 
 i   w i l l   s a y   t h i s . 
 f o r   a l l   t h e   c r a p   f o l k s   t a l k   a b o u t   d u r a n t . . . .   t h a t   d o e s   n o t   h a p p e n   i f   h e ' s   t h e r e .   
 
 w a r r i o r s   d r a y m o n d   p o o l e
h e   a i n ' t   d o   t h a t   t o   d u r a n t   t h o   🤔  
j a c k a s s   t h i s   i s   w h y   k e v i n   d u r a n t   l e f t 
 b e n c h   w a r m e r   b e n c h w a r m e r   s u s p e n s i o n   n b a p u   p l a y e r s   u n i o n   p r o s p o r t s   n b a   b a s k e t b a l l  
k e v i n   d u r a n t   o n   v i c t o r   w e m b a n y a m a   -   ' ' t h e   l e a g u e   i s   r e a l l y   i n   t r o u b l e   w h e n   h e   c o m e s   i n . . .   e v e r y b o d y ' s   r e a l l y   e x c i t e d   f o r   h i s   a r r i v a l   t o   t h e   l e a g u e   s o   w i l l   s e e   w h a t   h a p p e n s . ' '   🏀 

t h e   n c c a   c h a m p i o n s h i p   w i l l   b e n e f i t   f r o m   t h e   g e n e r o u s   s p o n s o r s h i p   o f   d u r a n t c r i c k e t   f o r   t h e   n e x t   t w o   s e a s o n s . ⁠ 
 
 c h e c k   o u t   d u r a n t   c r i c k e t   a n d   g i v e   t h e m   a   f o l l o w   
 ⁠ ⁠ ⁠ 
 l e a r n   m o r e   a b o u t   t h e   p a r t n e r s h i p   o v e r   o n   o u r   w e b s i t e . . .   
 
 
 ⁠  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
a d e b a y o ,   l o w r y   s h a r p   a s   s h o r t h a n d e d   h e a t   c r u s h   d u r a n t ,   n e t s   1 0 9 - 8 0   i n   e x h i b i t i o n   w i n    
c u r r y   v s   z i o n   -   g o l d e n   s t a t e   w a r r i o r s   v s   n e w   o r l e a n s   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k 2 3   2 k s i m u l a t i o n   c l i p p e r s   c p u v s c p u   d u r a n t   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s  
j u g g l i n g   c l a s s e s   & a m p ;   w o r k ?   h i r e   u s   t o   h a n d l e   s o m e   o f   t h e m   o n   y o u r   b e h a l f :   
 
 ✅   p s y c h o l o g y   
 ✅   h i s t o r y 
 ✅   c h e m i s t r y 
 ✅   b i o l o g y 
 ✅   g e o g r a p h y 
 ✅   e n g l i s h   
 ✅   s o c i a l   s c i e n c e 
 ✅   p h y s i c s   
 ✅   s o c i o l o g y 
 ✅   e c o n o m i c s 
 p v a m u   m s u   n c a t 2 5   a s u   f s u   t s u   j s u   d u r a n t   c u n y   b u   1 0 0 d a y s o f c o d e  
📕 📗 📘 📙 a s s i g n m e n t   h e l p *   
   
 w e   p r o v i d e   q u a l i t y   s u p p o r t   2 4 / 7   t o   a l l   s t u d e n t s .   w e   g u a r a n t e e   y o u :   
 
 📌 q u a l i t y   w r i t i n g   
 📌 c o n f i d e n t i a l i t y   
 📌 a f f o r d a b l e   p r i c e s 
 📌 p l a g i a r i s m   f r e e 
 📌 t i m e l y 
 m b b s   a s u   a l c o r n   g r a m f a m   n c a t   g s u   p v a m u   n f l   t s u   f a m u   d u r a n t   c u n y   j s u   1 0 0 d a y s o f c o d i n g  
c h e c k   o u t   m y   l a t e s t   v i d e o   " z i o n   r e t u r n s   |   s t e p h e n   a   j u s t   s a i d   p e l i c a n s   c a n   g o   t o   t h e   f i n a l s   |   n e w   o r l e a n s   p e l i c a n s " 
 
 s t e p h e n a s m i t h   p e l i c a n s   b u l l s   z i o n   z i o n w i l l i a m s o n   n e w o r l e a n s   n b a   l e b r o n   l a k e r s   n e t s   d u r a n t   w a r r i o r s   c u r r y   
 
 w a t c h   n o w :    
d u r a n t   ♂   b o o s t e d 
 1 0 0 i v   c p :   2 3 1 8   l v :   3 1 
 f o l l o w   _ v r 
 
 4 0 . 6 0 2 1 7 3 , - 7 5 . 5 4 1 1 8 0
d u r a n t   ♀   b o o s t e d 
 1 0 0 i v   c p :   2 3 5 6   l v :   3 2 
 f o l l o w   _ v r 
 
 4 0 . 7 1 4 0 9 5 , - 7 4 . 0 0 9 9 5 2
d u r a n t   ♂   ( x l )   b o o s t e d 
 1 0 0 i v   c p :   2 4 3 2   l v :   3 4 
 f o l l o w   _ v r 
 
 4 0 . 6 3 7 6 8 6 , - 7 5 . 3 9 0 7 2 1
w i l d   t o   t h i n k ,     b u t   t h i s   w i l l   b e   k d   & a m p ;   k y r i e ' s   f i r s t   h o m e   o p e n e r   t o g e t h e r   w i t h   f a n s   i n   a t t e n d a n c e . . . 
 
 2 0 1 9   -   n o   k d 
 2 0 2 0   -   c o v i d - 1 9   ( n o   f a n s ) 
 2 0 2 1   -   n o   k a i   ( v a x   m a n d a t e ) 
 2 0 2 2   -   🖤 🤍 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s t w i t t e r   b k n e t s   n e t s   b k l y n n e t s   d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
d u r a n t   ♂   b o o s t e d 
 1 0 0 i v   c p :   2 3 5 6   l v :   3 2 
 f o l l o w   _ v r 
 
 4 0 . 4 3 9 8 7 0 , - 7 4 . 3 9 0 9 5 6
a f t e r   1 1   d a y s   o f f ,     h a d   a   l i t t l e   r u s t   i n   t h e   f i r s t   s e t   t h e n   c r u i s e d   t o   a   4 - s e t   w i n   o v e r   d u r a n t .   r i v e r v i e w   i s   n o w   1 3 - 5   o n   t h e   s e a s o n . 
 g o s h a r k s 🦈 🏐 
 
       

d u r a n t   ♀   b o o s t e d 
 1 0 0 i v   c p :   2 4 3 2   l v :   3 4 
 f o l l o w   _ v r 
 
 3 9 . 5 6 3 5 3 1 , - 7 6 . 1 0 6 4 8 9
d u r a n t   ♂   b o o s t e d 
 1 0 0 i v   c p :   2 4 3 2   l v :   3 4 
 f o l l o w   _ v r 
 
 4 0 . 8 0 2 4 4 4 , - 7 3 . 9 6 1 3 7 7
d u r a n t   ♂   b o o s t e d 
 1 0 0 i v   c p :   2 4 3 2   l v :   3 4 
 f o l l o w   _ v r 
 
 4 0 . 0 6 9 8 8 6 , - 7 5 . 0 8 9 3 5 7
d u r a n t   ♀   b o o s t e d 
 1 0 0 i v   c p :   2 3 9 4   l v :   3 3 
 f o l l o w   _ v r 
 
 3 9 . 9 1 6 5 1 6 , - 7 5 . 1 7 1 7 3 0
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
w e l l ,   7 6 e r s   v s   n e t s   w i l l   h o l d   m e   o v e r   u n t i l   i   g e t   t o   s e e   t h e   g a m e   f r o m   l a s t   n i g h t .   r o c k e t s   h a r d e n   d u r a n t  
[ s t a t m u s e ]   p l a y e r s   i n   n b a   h i s t o r y   t o   a v e r a g e   2 0   p p g   o n   5 0 〳 4 0 〳 9 0 %   s h o o t i n g   i n   t h e   f i n a l s   ( m i n   1 0   g a m e s )   -   —   k e v i n   d u r a n t   —   e n d   o f   l i s t   k d   a c t u a l l y   a v e r a g e s   3 0 . 3   p p g .   🏀 

m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k y r i e   i r v i n g   s a y s   t h e   b r o o k l y n   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   l o c k e d o n p o d c a s t  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
t o x i c   n b a   s u p e r s t a r s 
 i n a u g u r a l   r a n k i n g   1 0 . 1 0 . 2 0 2 2 
 1 .   k y r i e   i r v i n g 
 2 .   d r a y m o n d   g r e e n 
 3 .   r u s s e l l   w e s t b r o o k 
 4 .   b e n   s i m m o n s 
 5 .   k e v i n   d u r a n t 
 n b a t w i t t e r   n b a   t o x i c s u p e r s t a r s   d r a y m o n d g r e e n   k y r i e i r v i n g
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
f r o m   g r e e n v i l l e ,   n c   t o   b r o o k l y n :   d a y & a m p ; 3 9 ; r o n   s h a r p e & a m p ; 3 9 ; s   n b a   j o u r n e y   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   d a y r o n s h a r p e   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n e t s h i g h l i g h t s   n o r t h c a r o l i n a   s p o r t s   s t e v e n a s h   u n c  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t h e   b r o o k l y n   n e t s :   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   i s s u e s   ( t h e   r e a l   s t o r y ) 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a o n e s p n   n e t s t r a d e r u m o u r s  
t h r e e   t h i n g s   s t e v e   n a s h ,   b e n   s i m m o n s   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g  
o n e   g o t t a   g o :   n b a   h u m a n   h i g h l i g h t   r e e l   j a m e s h a r d e n   t i m h a r d a w a y   k y r i e i r v i n g   a l l e n i v e r s o n   b a s k e t b a l l   o n e g o t t a g o  
k y r i e   i r v i n g   i n t r o d u c e d   a t   t h e   n e t s ’   p r a c t i c e   a t   b   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   e s p n n b a   h i g h l i g h t s   k y r i e i r v i n g   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   n e t s p r a c t i c e   p r a c t i c e i n t h e p a r k   s p o r t s   v i r a l  
  e x p l a i n   t h a t   k y r i e i r v i n g
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
w e   n e e d   t o   t a l k   a b o u t   k y r i e   i r v i n g … 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s k y r i e i r v i n g h i g h l i g h t s   e a s t e r n c o n f e r e n c e   k y r i e i r v i n g   k y r i e i r v i n g 2 0 2 2 s e a s o n   k y r i e i r v i n g b e s t p l a y s   k y r i e i r v i n g b r o o k l y n h i g h l i g h t s   k y r i e i r v i n g b r o o k l y n n e t s  
k y r i e   i r v i n g   a n d   k d   l o o k   g r e a t   a t   t o d a y & a m p ; 3 9 ; s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   k y r i e i r v i n g a n d k d   k y r i e i r v i n g a n d k d l o o k g r e a t a t t o d a y s b r o o k l y n n e t s t r a i n i n g c a m p   t r a i n i n g c a m p  
j a m a l   c a i n   d e f e n s i v e   h i g h l i g h t s   |   . . . 
   
 
   
 b a m a d e b a y o   b l o c k   b l o c k s   b r o o k l y n   c a m t h o m a s   d e f e n s e   e a s t e r n c o n f e r e n c e   h a y w o o d   h i g h l i g h t   h i g h s m i t h   j a m a r e e b o u y e a   j i m m y b u t l e r   j o v i c   k d   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y l e l o w r y   k y r i e i r v i n g   l o c k d o w n  
m a t e r n i t y   w a r d :   l i t t l e   k y r i e i r v i n g   … .    
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
k y r i e   i r v i n g ,   n e t s   h o p i n g   t o   e r a s e   p a s t   i s s u e s   a n d   s t a r t   n e w   b e g i n n i n g s   f o r   n e x t   s e a s o n   b r o o k l y n n e t s   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
👍   o n   :   j a ’ s   f i r s t   s t a r s t r u c k   m o m e n t   😳   (   v i a   t h e   p i v o t   p o d c a s t   )   j a m o r a n t   j a   k y r i e   k y r i e i r v i n g  
k y r i e   i r v i n g   t a l k s   a b o u t   h i s   f a v o u r i t e   p a i r   o f   j o r d a n ’ s   🏀   k y r i e i r v i n g   b a s k e t b a l l   c o m p l e x   s h o r t s   r e e l s  
k y r i e i r v i n g   s a y s   b r o o k l y n n e t s   l o o k i n g   t o   c h a n g e   n a r r a t i v e   -   v i a     a p p   e s p n    
l e b r o n   j a m e s ,   a n t h o n y   d a v i s   a n d   t h e   l a k e r s   a r e   b a c k   i n   t h e   n b a f i n a l s   g o i n g   a g a i n s t   t h e   r e d   h o t   n e t s . 
 
 t h e   s e a s o n   3   n b a   f i n a l s   i s   l i v e 
   
 
 l o s a n g e l e s l a k e r s   b r o o k l y n n e t s   l a   l a k e r n a t i o n   b r o o k l y n   k d   k y r i e i r v i n g   k y r i e   y o u t u b e   n b a 2 k 2 3   n b a 2 k 2 2
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
a m a z i n g   🏀 🏀 🏀 🔥 🔥 🔥 
 h a n d l e s   k y r i e i r v i n g 

m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k e e p   i n   m i n d   t h e   s a m e   p e o p l e   w h o   a r e   f o r   " u n i t y "   w a n t e d   t r u m p   s u p p o r t e r s   a n d   b l m   o r g a n i z e r s   t o   h u r t   a n d   k i l l   e a c h   o t h e r   w h e n   t h e y   c a m e   t o g e t h e r   t o   s u p p o r t   k y r i e . 
 
 f u n n y   h o w   a c t u a l   u n i t y   i n s t e a d   o f   p e t t y   i d e n t i t y   g a m e s   t r i g g e r s   t h e m . 
 
 p o l i t i c s   
 k y r i e i r v i n g   
 m a k e i t m a k e s e n s e
k e e p   i n   m i n d   t h e   s a m e   p e o p l e   w h o   a r e   f o r   " u n i t y "   w a n t e d   t r u m p   s u p p o r t e r s   a n d   b l m   o r g a n i z e r s   t o   h u r t   a n d   k i l l   e a c h   o t h e r   w h e n   t h e y   c a m e   t o g e t h e r   t o   s u p p o r t   k y r i e . 
 
 f u n n y   h o w   a c t u a l   u n i t y   i n s t e a d   o f   p e t t y   i d e n t i t y   g a m e s   t r i g g e r s   t h e m . 
 
 p o l i t i c s   
 k y r i e i r v i n g   
 m a k e i t m a k e s e n s e
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
e p . 3   w e   s t i l l   l i k e   s p o r t s     w e   g o   t h r o u g h   o u r   p i c k   ‘ e m   g a m e s   f o r   n f l   s u n d a y .   w e   t a l k   a b o u t   t r o u b l e   a t   h o m e   f o r   t o m b r a d y   a n d   t a m p a b a y b u c c a n e e r s   w e   d i s c u s s   t h e   r e c e n t   c o m m e n t s   f r o m   k a r e e m   a b o u t   k y r i e i r v i n g   b a r r y b o n d s   a n d   a a r o n j u d g e   p o d c a s t   s p o r t   s p o r t s n e w s   f o o t b a l l  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k y r i e   i r v i n g   w e   j u s t   w a n t   t o   s e e   y o u   b a l l !   🏀 
 
 📸 :     
 
 k y r i e i r v i n g   b r e a k f a s t c l u b a m   j u s t p l a y b a l l  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e s e   s t a r s   w e r e   n e v e r   s h y   t o   s h o o t   t h e   b a l l   l a s t   s e a s o n   👌 
 
 l e b r o n j a m e s   d e v i n b o o k e r   j a y s o n t a t u m   j a m o r a n t   k y r i e i r v i n g   l u k a d o n c i c   n b a  
k y r i e i r v i n g   g i v e s   o u t   s o m e   f r e e   g a m e   a b o u t   s o c i a l   m e d i a   b u t   i s   h e   s p e a k i n g   f a c t s  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e   d i s t u r b i n g   s i g n s   a b o u t   t h e   . . . 
   
 
   
 c h r i s b r o u s s a r d   c j m c c o l l u m   c l i p p e r s n e w s   e s p n   f i r s t t a k e   g o l d e n s t a t e w a r r i o r s   k a w h i l e o n a r d l a u g h   k e v i n d u r a n t   k e v i n d u r a n t t r a d e   k y r i e i r v i n g   k y r i e i r v i n g i n t e r v i e w   m v p   n b a h i g h l i g h t s   n i c k w r i g h t a n d r e w w i g g i n s  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a m e n   a m e n     p a y a t t e n t i o n   k y r i e i r v i n g   d a g g ,   d o n ' t   t a k e   t h e   v a c c i n a t i o n   b u t   a l e x   j o n e s ?   r e a l l y ?   w e   s e e 👀   y o u   b r o . . .   l i g h t h e a d e d  
  w h o ' s   t o   s a y   k y r i e i r v i n g   i s n ' t   r i g h t ?
k a r e e m   a b d u l - j a b b a r   s h o u l d   b e   u p s e t   w i t h   k y r i e i r v i n g ,   b u t   w h e r e   w a s   t h i s   e n e r g y   f o r   j i m   b r o w n ? 
 
 b r o w n   h a s   b e e n   a r r e s t e d   a n d / o r   c h a r g e d   w / r a p e   o r   a s s a u l t   a g a i n s t   w o m e n   m a n y   t i m e s . 
 
 c a p ’ s   g e n e r a t i o n   a l l o w e d   b r o w n   t o   b e   a   f a l s e   h e r o . 
 
 m y   l a t e s t :   
 
  
i t ’ s   a b o u t   t h a t   t i m e !   🏀   f l y s u p p l y   t b t   k y r i e i r v i n g   n o s l e e p f o r t h e d r e a m e r  
o u t   n o w 🔥 🔥   b u d d y   h i e l d   o p   . . . 
   
 
   
 b u d d y h i e l d a n d m y l e s t u r n e r   b u d d y h i e l d l a k e r s   c o a c h d a r v i n h a m   c o a c h l a k e r s   j s m l a k e r s   k y r i e i r v i n g   l a k e r n e w s   l a k e r n e w s t o d a y   l a k e r s b r e a k i n g n e w s   l a k e r s n a t i o n   l a k e r s n e w s   l a k e r s n e w s n o w   l a k e r s n e w s t o d a y   l a k e r s n e w s u p d a t e  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
b e n s i m m o n s   t r a d e d   t o   t h e   s u n s   f o r   d e a n d r e a y t o n ‼ ️ * * e s p n   w o j   n b a   b r e a k i n g   n e w s * *   🤯   🤯 
 w a t c h   t h e   f u l l   v i d e o   o n   m y   y o u t u b e   c h a n n e l   👀 👀 ⬇ ️ ⬇ ️ 
 👉 
 p h o e n i x s u n s   d e v i n b o o k e r   c h r i s p a u l   k y r i e i r v i n g   k e v i n d u r a n t   z i o n w i l l i a m s o n   n b a n e w s   n b a t r a d e  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
k a r e e m   a b d u l - j a b a r   d o e s n ' t   l i k e   w h e n   n b a   p l a y e r s   p o s t   v i d e o s   f e a t u r i n g   a l e x   j o n e s .   i   m e a n ,   h e   r e e e e e e e e e a l l y   d o e s n ' t   l i k e   i t . 
 
   
 
 k y r i e i r v i n g   n b a   k a r e e m a b d u l j a b a r   a l e x j o n e s
    2   i s   u s u a l l y   p e r f e c t ,   l e v e l   3   t a k e s   k y r i e i r v i n g   l e v e l   s k i l l   p a r t i c u l a r l y   w i t h   t h e   w e a k   h a n d ,   e x c e l l e n t   d r i l l !
b e n   s i m m o n s '   b r i c k   s t r u c k   k y r i e   i r v i n g   i n   t h e   f a c e . 🤣   b e n s i m m o n s   k y r i e i r v i n g  
i ' m   w i t h   k y r i e i r v i n g   i ' m   t i r e d   o f   o l d   b l a c k   m e n   a l w a y s   c a l l i n g   o u t   y o u n g e r   b l a c k   m e n .   i t   g e t s   o l d .   b e e n   d o i n g   t h a t   c r a p   s i n c e   i   w a s   b o r n .
a n k l e s   a r e   g o n e 
 
 f y p   f o r y o u   f o r y o u p a g e   b a s k e t b a l l   b a s k e t b a l l   b a s k e t b a l l e d i t s   e d i t   n b a   k y r i e i r v i n g   a m a z i n g   c o l d   s m o o t h   v i b e s   g o o d v i b e s   v i b e   t r e n d i n g   t r e n d i n g r e e l s   t r e n d i n g s o n g s   v i r a l   v i r a l v i d e o s   i n s t a g o o d   l o v e   i n s t a g r a m   i n s t a l i k e   i n s t a d a i l y   f o l l o w   m u s i c  
g o a t 
 k y r i e i r v i n g  
l e t ' s   g e t   t h e   g a m e   s p i c e d   u p   h e r e !   🔥 
 
 c u r r e n t   p l a y e r - c o a c h   d u o   o f   k y r i e   a n d   n a s h   g o   a g a i n s t   e a c h   o t h e r !   w h o   g o e s   t o   t h e   n e x t   r o u n d   i n   q u e s t   t o   f i n d   t h e   b e s t   p o i n t   g u a r d   o f   a l l - t i m e ? 
 
 w h o   y o u   g o t ?   🗳 ️ 🗣 ️ 
 
 s t e v e n a s h   k y r i e i r v i n g   b r o o k l y n n e t s   b e s t p o i n t g u a r d o f a l l t i m e  
n b a   b r e a k i n g   n e w s :   n a s h   a n d   k e v i n   . . . 
   
 
   
 a m h o o p s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   d r a m a t i c n b a n e w s n a s h a n d k e v i n d u r a n t i s s u e s a t b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   e s p n   f o x s p o r t s   f r e e a g e n c y n b a   h o o p f l i x   k e v i n d u r a n t   k y r i e i r v i n g   l e b r o n j a m e s  
m y   c o l l e c t i o n   s o   f a r   b r o o k l y n   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   a u s t r a l i a  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k a r e e m   m a y b e   k y r i e   j u s t   k n o w s   t h i n g s   w e   d o n ’ t   k y r i e i r v i n g   k a r e e m a b d u l j a b a r   v a c c i n e   n b a t w i t t e r  
    g o n n a   b r e a k     r e c o r d   w i t h   a   h o o k   s h o t 🤣 👀 
 
 
 
 l a k e r s   n b a   g o a t t a l k   k y r i e i r v i n g
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k y r i e   i r v i n g ' s   m i n d b l o w i n g   h a n d l e s   
 f u l l   v i d e o   l i n k : 
 
 n b a   n b a 2 k 2 3   k y r i e i r v i n g   c a v s   b a s k e t b a l l   b a s k e t b a l l s h o r t s  
k y r i e i r v i n g   i s   l i v i n g   p r o o f   t h a t   m o n e y   c a n ’ t   b u y   c o m m o n   s e n s e !   i d i o t   p i s s i g n o r a n t
w i l d   t o   t h i n k ,     b u t   t h i s   w i l l   b e   k d   & a m p ;   k y r i e ' s   f i r s t   h o m e   o p e n e r   t o g e t h e r   w i t h   f a n s   i n   a t t e n d a n c e . . . 
 
 2 0 1 9   -   n o   k d 
 2 0 2 0   -   c o v i d - 1 9   ( n o   f a n s ) 
 2 0 2 1   -   n o   k a i   ( v a x   m a n d a t e ) 
 2 0 2 2   -   🖤 🤍 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s t w i t t e r   b k n e t s   n e t s   b k l y n n e t s   d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
j u s t   a   r e m i n d e r … .   f o r   a l l   t h e   “ k a r e e m   a b d u l   j a b b a r   d i d n ’ t   s t a n d   u p   f o r   n o t h i n g ”   f o l k s !   s t o p   p l a y i n g   w i t h   o u r   a n c e s t o r s   a n d   l e a r n   s o m e t h i n g .   t h a t ’ s   w h a t   t h e y   f o u g h t   f o r !   k a r e e m a b d u l j a b b a r   k y r i e i r v i n g  
k y r i e   i r v i n g   d r a g g e d   b y   k a r e e m   a b d u l - j a b b a r   f o r   r e p o s t i n g   c o v i d   c o n s p i r a c y   t h e o r i e s .     k y r i e i r v i n g ,   k a r e e m a b d u l j a b b a r ,   n b a ,   b r o o k l y n ,   n e t s ,   c o v i d ,   c o r o n a v i r u s ,   c o v i d 1 9
  . . k a r e e m   w a n t s   a   b o y c o t t   o f   k y r i e i r v i n g     g e a r .   t h e   n e w l y   c r o w n e d   d u m b e s t   p l a y a   .   i ' m   a l l   i n .   f o r g e t   j e o p a r d i z i n g   t h o s e   a r o u n d   h i m   b y   n o t   g e t t i n g   t h e   j a b .   t h e   u n e d u c a t e d   i d i o t   t h i n k s   t h e   w o r l d   i f   f l a t .   p l e a s e   t e l l   h i m   t o   l o o k   a t   a   p i c   f r o m   s p a c e .   t h a t   r o u n d   t h i n g .   e a r t h
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   s t a r   k y r i e   i r v i n g   f i l e s   t o   p r o t e c t   h i s   c l o t h i n g   b r a n d   h e l a .   
 
 k y r i e i r v i n g 
 k y r i e 
 t r a d e m a r k r e g i s t r a t i o n 
 t r a d e m a r k l a w y e r 
 b r a n d p r o t e c t i o n  
" f r e e - t h i n k e r "   h a s   b e c o m e   t h e   n e w   t e r m   f o r   i g n o r a n t   b u f f o o n .   k a n y e w e s t   k y r i e i r v i n g
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k e v i n   d u r a n t ,   k y r i e   i r v i n g ,   b e n   s i m m o n s   b u t a t a   s a   s i x e r s 
 
 t u n a y n a t a b l o i d i s t a   
 a b a n t e s p o r t s 
 k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
n b a   b r o o k l y n n e t s   l o s a n g e l e s l a k e r s   k y r i e i r v i n g   r e p o r t :   l a k e r s   w o n ' t   p u r s u e   k y r i e   i r v i n g   i n   f r e e   a g e n c y  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k a r e e m a b d u l j a b b a r   s a y s   c o n s p i r a c y - b e l i e v i n g   b a s k e t b a l l   p l a y e r   k y r i e i r v i n g   p o s s e s s e s   " g e l a t i n o u s   i g n o r a n c e "  
k y r i e i r v i n g   i s   t h e   d u m b e s t   p l a y e r   i n   t h e   n b a .   d o e s n ' t   g e t   v a c c i n a t e d .   t h e n   h e   w a n t s   t o   c o m e   a r o u n d   h i s   t e a m m a t e s   , u n v a c c i n a t e d . n o w   h e   p o s t   a   c o n s p i r a c y   t h e o r y   t h a t   s a n d y h o o k   w a s   a   h o a x .   t h i s   i s   w h a t   h a p p e n s   w h e n   u   g o   t o   c o l l e g e   f o r   4 m o n t h s .   k a r e e m   c a l l e d   h i m   a     b a f o o n   .   y e p
k a r e e m a b d u l j a b b a r   c a l l s   k y r i e i r v i n g   a   “ c o m i c a l   b u f f o o n ”     
 
 😆 🤣 😭   t h a t   h e   i s   a n d   m u c h   m o r e !   b r o o k l y n n e t s
k a r e e m a b d u l j a b b a r   c a l l s   k y r i e i r v i n g ’ s   a l e x j o n e s   t w e e t   ‘ w h a t   h a p p e n s   w h e n   e d u c a t i o n   s y s t e m   f a i l s ’  
k a r e e m a b d u l j a b b a r   c a l l s   k y r i e i r v i n g   a   c o m i c a l   b u f f o o n   a n d   c a l l s   f o r   s p o n s o r s   t o   d r o p   i r v i n g  
b o s t o n   i s   r a c i s t   a s   h e l l   i   k n o w   t h i s   f o r   a   f a c t   i   e x p e r i e n c e d   i t   f i r s t   h a n d   🖕 🏾 🖕 🏾 🖕 🏾 🖕 🏾   i m   w i t h   k y r i e i r v i n g   
 n b a p r e s e a s o n   
 n b a   
 n b a t w i t t e r  
l o s   a n g e l e s   c l i p p e r s   v s   p o r t l a n d   t r a i l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s  
t h a n k s   f o r   s p e a k i n g   o u t   o n   k y r i e i r v i n g   k a r e e m a b d u l j a b b a r !   👏   h e ’ s   a   h u g e   d u m b a z z   & a m p ;   i t ’ s   a b o u t   t i m e   t h a t   s o m e o n e   s a i d   i t !   b r o o k l y n   n e t s   n b a t w i t t e r   n b a   h a l l o f f a m e r   h o f
k y r i e   i r v i n g   o n   b e n   s i m m o n s :   “ h e ’ s   g o i n g   t o   l o v e   p l a y i n g   w i t h   u s ”   b e n s i m m o n s   b r o o k l y n n e t s   k y r i e i r v i n g  
k y r i e   i r v i n g   p u t s   o u t   w o r d s   i n f r o n t   o f   m e d i a   p o s t   g e   h o w   b e n   s i m m o n s   i s   t r y i n g   t o   b e   p a r t   o f   e f f e c t i v e   o f f e n s e   a t   t h e   t e a m . 
 
 n b a   n e t s   n e t s w o r l d   k y r i e i r v i n g   b e n s i m m o n s  
k a r e e m   r i p s   ⁦ ⁩   k y r i e i r v i n g   o v e r   a l e x j o n e s   v i d e o ,   s a y s   s p o n s o r s   s h o u l d   d r o p   h i m .   k y r i e   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁦  
k y r i e   i r v i n g   h a s   f i l e d   a   t r a d e m a r k   a p p l i c a t i o n   f o r   h i s   l a k o t a   n a m e ,   h e l a ,   w h i c h   m e a n s   " l i t t l e   m o u n t a i n . " 
 
 t h e   f i l i n g   c l a i m s   t h a t     i n t e n d s   t o   l a u n c h   a   c l o t h i n g   b r a n d   u s i n g   t h e   n a m e   a n d   a s s o c i a t e d   l o g o . 
 
 k y r i e i r v i n g   k y r i e  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
  o h   m y   k y r i e i r v i n g   🤡 🙈
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
  w h a t ' s   l a u g h a b l e   i s   t h a t   k y r i e i r v i n g   h a s   b e e n   r i g h t   a n d   k a j   i s   a c t u a l l y   t h e   b u f f o o n .   i   d o n ' t   e n d o r s e   a j   b u t   h e   h a s   s a i d   a   l o t   o f   t r u t h ,   c o n t r o l l e d   o p   o r   n o t .   i   h o p e   i r v i n g   n e v e r   l e t s     k a j   a n d   o t h e r   f r e e m a s o n i c   b u l l i e s   i n t i m i d a t e   h i m   f r o m   s p e a k i n g   t r u t h   a b o u t   t h e   r e a l   a g e n d a s .
k y r i e   i r v i n g   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y r i e i r v i n g   k y r i e   i r v i n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k y r i e i r v i n g   i s   r i g h t
t h e     h a d   t h e   m o s t   d r a m a t i c   o f f s e a s o n   i n   n b a   h i s t o r y ,   b u t   n o w   i t   i s   t i m e   t o   p l a y .   w h a t   c a n   t h i s   t a l e n t e d   n e t s   r o s t e r   a c c o m p l i s h   i n   t h e   2 0 2 2 - 2 3   s e a s o n ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 b e n s i m m o n s   k e v i n d u r a n t   k y r i e i r v i n g   n b a p r e s e a s o n   n b a t w i t t e r  
m o r e   d i s t u r b i n g   d e t a i l s   c o m e   o u t   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c h r i s b r o u s s a r d   c j m c c o l l u m   c l i p p e r s n e w s   e a s t e r n c o n f e r e n c e   e s p n   f i r s t t a k e   i m e u d o k a   i m e u d o k a b o s t o n c e l t i c s   k a w h i l e o n a r d l a u g h   k e v i n d u r a n t   k e v i n d u r a n t t r a d e   k y r i e i r v i n g  
j u s t   k n o w   k y r i e i r v i n g   h a n d l i n g   a   b a s k e t b a l l   🏀   i s   l i t e r a l l y   a r t   i n   m o t i o n   n b a  
  y e t   t h e   f u c k e d   u p   m e d i a   w a n t s   t o   b r i n g   h i m   d o w n   f o r   n o t   w a n t i n g   t h e   j a b . . .   o n l y   t h e   r e a l   s e e   b e h i n d   t h e   c u r t a i n   👁   k y r i e i r v i n g
🏀 l a k e r s 💛 💜   d e s c a r t a n   d e f i n i t i v a m e n t e   a   k y r i e   i r v i n g       
 
 ✍ :   l e o n a r d o   m o r a l e s   ( ) 
 
 l a k e r s   
 n b a 
 k y r i e i r v i n g 
 t i e m p o e x t r a r d 
 

🏀 l a k e r s 💛 💜   d e s c a r t a n   d e f i n i t i v a m e n t e   a   k y r i e   i r v i n g       
 
 ✍ :   l e o n a r d o   m o r a l e s   ( ) 
 
 l a k e r s   
 n b a 
 k y r i e i r v i n g 
 t i e m p o e x t r a r d 
 

🥱   b e e n   s o l d . . . .   n b a   l i f e   k y r i e i r v i n g  
k y r i e i r v i n g   p o s t s   a n   a l e x j o n e s   p r o p a g a n d a   v i d e o .   t h e   g u y   i s   c l a s s l e s s   a n d   m i s i n f o r m e d .   h e   o w e s   a n   a p o l o g y   t o   e v e r y   p a r e n t   o f   s a n d y h o o k
a n y b o d y   t a k i n g   t h e   s i d e   o f   k y r i e i r v i n g   o v e r   k a r e e m   i s   a   b r a i n   d e a d   m o r o n
n b a   g o s s i p   -   k a r e e m   a b d u l   j a b b a r   c r i t i c i s e s   k y r i e   i r v i n g   a n d   s a y s   k i d s   n e e d   r o l e   m o d e l s     k y r i e i r v i n g   k a r e e m a b d u l j a b b a r  
i   r e s p e c t   k y r i e i r v i n g   s a y   w h a t   y a   w i l l .
s t f u   a n d   g o   s l e e p   k y r i e i r v i n g   🙏  
d a m n   k a r e e m   c u t   d e e p   w i t h   t h i s   o n e .   k y r i e i r v i n g   a l e x j o n e s   i n f o w a r s  
t h e   k a r e e m   s l a n d e r   i s   w e a k   s a u c e   i n   i t ' s   m o s t   c o m p o u n d   f o r m . . . . 
 k y r i e i r v i n g
s o m e   p e o p l e   a r e   f l a t - o u t   d u m b .   t h a t ’ s   t h e   l e s s o n .   
 
   k y r i e i r v i n g   k a r e e m a b d u l j a b b a r       a l e x j o n e s   i n f o w a r s   n b a  
i   r e a l l y   w i s h   k y r i e i r v i n g   p l a y e d   f o o t b a l l . 
 a n d   y o u   k n o w   w h y .
i f   y o u ' r e   t a k i n g   k y r i e i r v i n g ' s   s i d e   i n s t e a d   o f   k a r e e m ' s   y o u ' r e   a   d o u c h e b a g . 
 j u s t   l i k e   a l e x j o n e s   i s .
k a r e e m   i s   c o r r e c t ,   k y r i e   i s   a   c l o w n ,   t a l e n t e d ,   b u t   a   h e a d   c a s e .   k y r i e i r v i n g   n b a  
  b i l l   l a i m b e e r   a n d   t h e   b a d   b o y   p i s t o n s   o w n e d   y o u r   l a k e r s .   n o w   y o u   t r y   t o   g e t   k y r i e i r v i n g   c a n c e l l e d   o v e r   a   p e r s o n a l   m e d i c a l   c h o i c e .  
b i l l   l a i m b e e r   a n d   t h e   b a d   b o y   p i s t o n s   o w n e d   y o u r   l a k e r s .   n o w   y o u   t r y   t o   g e t   k y r i e i r v i n g   c a n c e l l e d   o v e r   a   p e r s o n a l   m e d i c a l   c h o i c e .  
k y r i e   i r v i n g :   n e t s   x - f a c t o r   b y   _ s a y s   
 n e t s w o r l d   k y r i e i r v i n g   b r o o k l y n n e t s   o t b n 

k a r e e m   a b d u l - j a b b a r   r i p s   k y r i e   i r v i n g   f o r   a l e x   j o n e s   v i d e o :   ' y o u   s h a r e   h i s   s t e n c h '     k y r i e i r v i n g   s m s p o r t s   n i k e
i s   i t   p o s s i b l e   t h a t   k y r i e i r v i n g   i s   l i t e r a l l y   a   m e n t a l l y   r e t a r d e d   p e r s o n ?     i ' m   n o t   u s i n g   a   p e j o r a t i v e   h e r e ,   b u t   a s k i n g   i s   h i s   m e n t a l   a g e   a n d   g r o w t h   r e t a r d e d   b y   a   n u e r o c o g n i t i v e   d i s o r d e r ?
t o n i g h t s   s t a r t i n g   l i n e u p s ,   f r o m     7 - 1 0 - 1 1   p l a y i n g   c o n f i r m e d !   b r o o k l y n n e t s   s i x e r s   n e t s w o r l d   n b a   n b a p r e s e a s o n 2 0 2 2   k d   b e n 1 0   k y r i e i r v i n g  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
f o r m e r   n b a   v e t e r a n   a n d   c h a m p i o n   k a r e e m   a b d u l   j a b b a r   c r i t i c i z e s   k y r i e   i r v i n g   a f t e r   h e   s h a r e d   a   v i d e o   o f   a l e x   j o n e s . 
 
 n b a   l a k e r s   k a r e e m a b d u l j a b b a r   k y r i e i r v i n g   n e t s w o r l d   c r i t i c i s m   a l e x j o n e s  
k y r i e i r v i n g   
 " a l e x   j o n e s   i s   o n e   o f   t h e   m o s t   d e s p i c a b l e   h u m a n   b e i n g s   a l i v e   a n d   t o   a s s o c i a t e   w i t h   h i m   m e a n s   y o u   s h a r e   h i s   s t e n c h " 

b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
k a r e e m   a b d u l - j a b b a r   s l a m s   ‘ i n s e n s i t i v e ’   a n d   ‘ d e s t r u c t i v e ’   k y r i e i r v i n g   f o r   s h a r i n g   c l i p   o f   a l e x j o n e s    
_ b u s i n e s s _   n e w   g e n e r a t i o n   a l l e n   i v e r s o n … . .   y o u   d o n ’ t   w a n n a   f o l l o w   r u l e s   t h e y   m a k e   y o u   l o o k   b a d   e v e r y   c h a n c e   t h e y   g e t !   k y r i e i r v i n g
k a r e e m   a b d u l - j a b b a r   h a t e s   k y r i e   i r v i n g   k a r e e m a b d u l j a b b a r   k y r i e i r v i n g  
k y r i e   i r v i n g   n o t   p a r t   o f   l a k e r s ’   l o n g - t e r m   p l a n s   –   r e p o r t   k y r i e i r v i n g   l o s a n g e l e s l a k e r s  
m v p   s e a s o n   s t a r t s   t o n i g h t   k a i   k y r i e i r v i n g   k y r i e    
k a r e e m   a b d u l - j a b b a r   r i p s   k y r i e i r v i n g   f o r   a l e x j o n e s   v i d e o :   ' y o u   s h a r e   h i s   s t e n c h '   -   b l e a c h e r   r e p o r t  
n b a   b r o o k l y n n e t s   k a r e e m a d b u l j a b a r   k y r i e i r v i n g   n b a   l e g e n d   k a r e e m   a b d u l - j a b b a r :   k y r i e   i r v i n g   i s   a   ' c o m i c a l   b u f f o o n '  
w h a t   n b a   p l a y e r   d o   y o u   p l a y   b a s k e t b a l l   l i k e ? 🤔 🏀   |   b w o 
 
 b l a c k w h i t e o r o t h e r   b w o   k y r i e i r v i n g   t r a e y o u n g   n b a   b a s k e t b a l l   i n t e r v i e w   p u b l i c   c i t i z e n s t a n d u p   f y p   t w i t t e r  
w i l l   t h e   n e t s   o v e r c o m e   t h e   d r a m a   & a m p ;   m a k e   i t   t o   t h e   f i n a l s ?   c l i c k   l i n k   f o r   f u l l   v i d e o . 
 
 e d i t e d   b y   c a n t v       n b a   n b a t w i t t e r   b a s k e t b a l l   n b a p r e s e a s o n   n e t s   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s 
 c a n t v   n b a o f f s e a s o n  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
( e s p n ) : k y r i e :   n e t s   t r y   t o   e r a s e   w e a k n e s s e s ,   a l t e r   i m a g e   :   k y r i e   i r v i n g   s a y s   t h e   n e t s   a r e   l o o k i n g   t o   m o v e   p a s t   a   t u m u l t u o u s   o f f s e a s o n   a n d   t h a t   t h e   t e a m   i s   f o c u s e d   o n   i m p r o v i n g   o n   i t s   w e a k n e s s e s .   . .  
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   n e t s   g   k y r i e   i r v i n g   w e l c o m e s   n e w   b a b y   w i t h   y o u t u b e   i n f l u e n c e r   m a r l e n e   w i l k e r s o n   –   o u t k i c k   –       b a b y   i n f l u e n c e r   i r v i n g   k y r i e
n b a   s t a r   k y r i e   i r v i n g   f i l e s   t o   p r o t e c t   h i s   c l o t h i n g   b r a n d   h e l a .   
 
 k y r i e i r v i n g 
 k y r i e 
 t r a d e m a r k r e g i s t r a t i o n 
 t r a d e m a r k l a w y e r 
 b r a n d p r o t e c t i o n  
k y r i e   i r v i n g   h a s   f i l e d   a   t r a d e m a r k   a p p l i c a t i o n   f o r   h i s   l a k o t a   n a m e ,   h e l a ,   w h i c h   m e a n s   " l i t t l e   m o u n t a i n . " 
 
 t h e   f i l i n g   c l a i m s   t h a t     i n t e n d s   t o   l a u n c h   a   c l o t h i n g   b r a n d   u s i n g   t h e   n a m e   a n d   a s s o c i a t e d   l o g o . 
 
 k y r i e i r v i n g   k y r i e  
s p o n s o r s   n e e d   t o   c u t   k y r i e   i r v i n g   l o o s e .   h e   s u p p o r t s   a l e x   j o n e s   w h o   t o r t u r e d   t h e   s a n d y   h o o k   f a m i l i e s .   d r o p   k y r i e   o r   w e   n e e d   t o   b o y c o t t   p a n i n i   s k u l l c a n d y   f o o t l o c k e r   n i k e .     t h a n k s   k a r e e m   d r o p k y r i e   s a n d y h o o k   i n f o w a r s  
k y r i e   i r v i n g   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y r i e i r v i n g   k y r i e   i r v i n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
i r v i n g   k y r i e   s p o r t s 
 k y r i e   i r v i n g   s a y s   e n j o y i n g   w i t h   n e t s   w i l l   m a k e   r e c r e a t i o n   ' s i m p l e r '   f o r   b e n   s i m m o n s   
  
k y r i e   i s   j u s t   t o o   n i c e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   k y r i e   i r v i n g   e u r o s t e p   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
( t h e   h i l l ) : k a r e e m   a b d u l - j a b b a r   c r i t i c i z e s   k y r i e   i r v i n g   o v e r   a l e x   j o n e s   v i d e o   :   b a s k e t b a l l   l e g e n d   k a r e e m   a b d u l - j a b b a r   i s   c r i t i c i z i n g   b r o o k l y n   n e t s   s t a r   k y r i e   i r v i n g   f o r   s h a r i n g   a   c o n s p i r a c y   v i d e o   f r o m   i n f o w a r s   h o s t   a l e x   j o n e s ,   . .  
( r a w   s t o r y ) : k a r e e m   a b d u l - j a b b a r   u r g e s   s p o n s o r s   t o   d r o p   k y r i e   i r v i n g   f o r   p r o m o t i n g   a l e x   j o n e s   :   b a s k e t b a l l   l e g e n d   a n d   a c t i v i s t   k a r e e m   a b d u l - j a b b a r   i s   s t e p p i n g   u p   t h e   h e a t   o n   c o n t r o v e r s i a l   b r o o k l y n   n e t s   g u a r d   k y r i e   i r v i n g   w i t h   a   . .  
f i r s t   o n e   t o   s p o t   i t   g e t s   a   🍪   … …   h o w   d i d   t h i s   h a p p e n ?   
 
 b e n s i m m o n s   k y r i e i r v i n g   b r o o k l y n n e t s   n e t s   k d   s i m m o n s   a i r b a l l  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k y r i e   i r v i n g   s a y s   t h e   b r o o k l y n   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   l o c k e d o n p o d c a s t  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
t o x i c   n b a   s u p e r s t a r s 
 i n a u g u r a l   r a n k i n g   1 0 . 1 0 . 2 0 2 2 
 1 .   k y r i e   i r v i n g 
 2 .   d r a y m o n d   g r e e n 
 3 .   r u s s e l l   w e s t b r o o k 
 4 .   b e n   s i m m o n s 
 5 .   k e v i n   d u r a n t 
 n b a t w i t t e r   n b a   t o x i c s u p e r s t a r s   d r a y m o n d g r e e n   k y r i e i r v i n g
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
f r o m   g r e e n v i l l e ,   n c   t o   b r o o k l y n :   d a y & a m p ; 3 9 ; r o n   s h a r p e & a m p ; 3 9 ; s   n b a   j o u r n e y   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   d a y r o n s h a r p e   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n e t s h i g h l i g h t s   n o r t h c a r o l i n a   s p o r t s   s t e v e n a s h   u n c  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t h e   b r o o k l y n   n e t s :   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   i s s u e s   ( t h e   r e a l   s t o r y ) 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a o n e s p n   n e t s t r a d e r u m o u r s  
t h r e e   t h i n g s   s t e v e   n a s h ,   b e n   s i m m o n s   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g  
o n e   g o t t a   g o :   n b a   h u m a n   h i g h l i g h t   r e e l   j a m e s h a r d e n   t i m h a r d a w a y   k y r i e i r v i n g   a l l e n i v e r s o n   b a s k e t b a l l   o n e g o t t a g o  
k y r i e   i r v i n g   i n t r o d u c e d   a t   t h e   n e t s ’   p r a c t i c e   a t   b   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   e s p n n b a   h i g h l i g h t s   k y r i e i r v i n g   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   n e t s p r a c t i c e   p r a c t i c e i n t h e p a r k   s p o r t s   v i r a l  
  e x p l a i n   t h a t   k y r i e i r v i n g
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
w e   n e e d   t o   t a l k   a b o u t   k y r i e   i r v i n g … 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s k y r i e i r v i n g h i g h l i g h t s   e a s t e r n c o n f e r e n c e   k y r i e i r v i n g   k y r i e i r v i n g 2 0 2 2 s e a s o n   k y r i e i r v i n g b e s t p l a y s   k y r i e i r v i n g b r o o k l y n h i g h l i g h t s   k y r i e i r v i n g b r o o k l y n n e t s  
k y r i e   i r v i n g   a n d   k d   l o o k   g r e a t   a t   t o d a y & a m p ; 3 9 ; s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   k y r i e i r v i n g a n d k d   k y r i e i r v i n g a n d k d l o o k g r e a t a t t o d a y s b r o o k l y n n e t s t r a i n i n g c a m p   t r a i n i n g c a m p  
j a m a l   c a i n   d e f e n s i v e   h i g h l i g h t s   |   . . . 
   
 
   
 b a m a d e b a y o   b l o c k   b l o c k s   b r o o k l y n   c a m t h o m a s   d e f e n s e   e a s t e r n c o n f e r e n c e   h a y w o o d   h i g h l i g h t   h i g h s m i t h   j a m a r e e b o u y e a   j i m m y b u t l e r   j o v i c   k d   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y l e l o w r y   k y r i e i r v i n g   l o c k d o w n  
m a t e r n i t y   w a r d :   l i t t l e   k y r i e i r v i n g   … .    
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
k y r i e   i r v i n g ,   n e t s   h o p i n g   t o   e r a s e   p a s t   i s s u e s   a n d   s t a r t   n e w   b e g i n n i n g s   f o r   n e x t   s e a s o n   b r o o k l y n n e t s   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
👍   o n   :   j a ’ s   f i r s t   s t a r s t r u c k   m o m e n t   😳   (   v i a   t h e   p i v o t   p o d c a s t   )   j a m o r a n t   j a   k y r i e   k y r i e i r v i n g  
k y r i e   i r v i n g   t a l k s   a b o u t   h i s   f a v o u r i t e   p a i r   o f   j o r d a n ’ s   🏀   k y r i e i r v i n g   b a s k e t b a l l   c o m p l e x   s h o r t s   r e e l s  
k y r i e i r v i n g   s a y s   b r o o k l y n n e t s   l o o k i n g   t o   c h a n g e   n a r r a t i v e   -   v i a     a p p   e s p n    
l e b r o n   j a m e s ,   a n t h o n y   d a v i s   a n d   t h e   l a k e r s   a r e   b a c k   i n   t h e   n b a f i n a l s   g o i n g   a g a i n s t   t h e   r e d   h o t   n e t s . 
 
 t h e   s e a s o n   3   n b a   f i n a l s   i s   l i v e 
   
 
 l o s a n g e l e s l a k e r s   b r o o k l y n n e t s   l a   l a k e r n a t i o n   b r o o k l y n   k d   k y r i e i r v i n g   k y r i e   y o u t u b e   n b a 2 k 2 3   n b a 2 k 2 2
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
a m a z i n g   🏀 🏀 🏀 🔥 🔥 🔥 
 h a n d l e s   k y r i e i r v i n g 

m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k e e p   i n   m i n d   t h e   s a m e   p e o p l e   w h o   a r e   f o r   " u n i t y "   w a n t e d   t r u m p   s u p p o r t e r s   a n d   b l m   o r g a n i z e r s   t o   h u r t   a n d   k i l l   e a c h   o t h e r   w h e n   t h e y   c a m e   t o g e t h e r   t o   s u p p o r t   k y r i e . 
 
 f u n n y   h o w   a c t u a l   u n i t y   i n s t e a d   o f   p e t t y   i d e n t i t y   g a m e s   t r i g g e r s   t h e m . 
 
 p o l i t i c s   
 k y r i e i r v i n g   
 m a k e i t m a k e s e n s e
k e e p   i n   m i n d   t h e   s a m e   p e o p l e   w h o   a r e   f o r   " u n i t y "   w a n t e d   t r u m p   s u p p o r t e r s   a n d   b l m   o r g a n i z e r s   t o   h u r t   a n d   k i l l   e a c h   o t h e r   w h e n   t h e y   c a m e   t o g e t h e r   t o   s u p p o r t   k y r i e . 
 
 f u n n y   h o w   a c t u a l   u n i t y   i n s t e a d   o f   p e t t y   i d e n t i t y   g a m e s   t r i g g e r s   t h e m . 
 
 p o l i t i c s   
 k y r i e i r v i n g   
 m a k e i t m a k e s e n s e
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
e p . 3   w e   s t i l l   l i k e   s p o r t s     w e   g o   t h r o u g h   o u r   p i c k   ‘ e m   g a m e s   f o r   n f l   s u n d a y .   w e   t a l k   a b o u t   t r o u b l e   a t   h o m e   f o r   t o m b r a d y   a n d   t a m p a b a y b u c c a n e e r s   w e   d i s c u s s   t h e   r e c e n t   c o m m e n t s   f r o m   k a r e e m   a b o u t   k y r i e i r v i n g   b a r r y b o n d s   a n d   a a r o n j u d g e   p o d c a s t   s p o r t   s p o r t s n e w s   f o o t b a l l  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k y r i e   i r v i n g   w e   j u s t   w a n t   t o   s e e   y o u   b a l l !   🏀 
 
 📸 :     
 
 k y r i e i r v i n g   b r e a k f a s t c l u b a m   j u s t p l a y b a l l  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e s e   s t a r s   w e r e   n e v e r   s h y   t o   s h o o t   t h e   b a l l   l a s t   s e a s o n   👌 
 
 l e b r o n j a m e s   d e v i n b o o k e r   j a y s o n t a t u m   j a m o r a n t   k y r i e i r v i n g   l u k a d o n c i c   n b a  
k y r i e i r v i n g   g i v e s   o u t   s o m e   f r e e   g a m e   a b o u t   s o c i a l   m e d i a   b u t   i s   h e   s p e a k i n g   f a c t s  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e   d i s t u r b i n g   s i g n s   a b o u t   t h e   . . . 
   
 
   
 c h r i s b r o u s s a r d   c j m c c o l l u m   c l i p p e r s n e w s   e s p n   f i r s t t a k e   g o l d e n s t a t e w a r r i o r s   k a w h i l e o n a r d l a u g h   k e v i n d u r a n t   k e v i n d u r a n t t r a d e   k y r i e i r v i n g   k y r i e i r v i n g i n t e r v i e w   m v p   n b a h i g h l i g h t s   n i c k w r i g h t a n d r e w w i g g i n s  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a m e n   a m e n     p a y a t t e n t i o n   k y r i e i r v i n g   d a g g ,   d o n ' t   t a k e   t h e   v a c c i n a t i o n   b u t   a l e x   j o n e s ?   r e a l l y ?   w e   s e e 👀   y o u   b r o . . .   l i g h t h e a d e d  
  w h o ' s   t o   s a y   k y r i e i r v i n g   i s n ' t   r i g h t ?
k a r e e m   a b d u l - j a b b a r   s h o u l d   b e   u p s e t   w i t h   k y r i e i r v i n g ,   b u t   w h e r e   w a s   t h i s   e n e r g y   f o r   j i m   b r o w n ? 
 
 b r o w n   h a s   b e e n   a r r e s t e d   a n d / o r   c h a r g e d   w / r a p e   o r   a s s a u l t   a g a i n s t   w o m e n   m a n y   t i m e s . 
 
 c a p ’ s   g e n e r a t i o n   a l l o w e d   b r o w n   t o   b e   a   f a l s e   h e r o . 
 
 m y   l a t e s t :   
 
  
i t ’ s   a b o u t   t h a t   t i m e !   🏀   f l y s u p p l y   t b t   k y r i e i r v i n g   n o s l e e p f o r t h e d r e a m e r  
o u t   n o w 🔥 🔥   b u d d y   h i e l d   o p   . . . 
   
 
   
 b u d d y h i e l d a n d m y l e s t u r n e r   b u d d y h i e l d l a k e r s   c o a c h d a r v i n h a m   c o a c h l a k e r s   j s m l a k e r s   k y r i e i r v i n g   l a k e r n e w s   l a k e r n e w s t o d a y   l a k e r s b r e a k i n g n e w s   l a k e r s n a t i o n   l a k e r s n e w s   l a k e r s n e w s n o w   l a k e r s n e w s t o d a y   l a k e r s n e w s u p d a t e  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
b e n s i m m o n s   t r a d e d   t o   t h e   s u n s   f o r   d e a n d r e a y t o n ‼ ️ * * e s p n   w o j   n b a   b r e a k i n g   n e w s * *   🤯   🤯 
 w a t c h   t h e   f u l l   v i d e o   o n   m y   y o u t u b e   c h a n n e l   👀 👀 ⬇ ️ ⬇ ️ 
 👉 
 p h o e n i x s u n s   d e v i n b o o k e r   c h r i s p a u l   k y r i e i r v i n g   k e v i n d u r a n t   z i o n w i l l i a m s o n   n b a n e w s   n b a t r a d e  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
k a r e e m   a b d u l - j a b a r   d o e s n ' t   l i k e   w h e n   n b a   p l a y e r s   p o s t   v i d e o s   f e a t u r i n g   a l e x   j o n e s .   i   m e a n ,   h e   r e e e e e e e e e a l l y   d o e s n ' t   l i k e   i t . 
 
   
 
 k y r i e i r v i n g   n b a   k a r e e m a b d u l j a b a r   a l e x j o n e s
    2   i s   u s u a l l y   p e r f e c t ,   l e v e l   3   t a k e s   k y r i e i r v i n g   l e v e l   s k i l l   p a r t i c u l a r l y   w i t h   t h e   w e a k   h a n d ,   e x c e l l e n t   d r i l l !
b e n   s i m m o n s '   b r i c k   s t r u c k   k y r i e   i r v i n g   i n   t h e   f a c e . 🤣   b e n s i m m o n s   k y r i e i r v i n g  
i ' m   w i t h   k y r i e i r v i n g   i ' m   t i r e d   o f   o l d   b l a c k   m e n   a l w a y s   c a l l i n g   o u t   y o u n g e r   b l a c k   m e n .   i t   g e t s   o l d .   b e e n   d o i n g   t h a t   c r a p   s i n c e   i   w a s   b o r n .
a n k l e s   a r e   g o n e 
 
 f y p   f o r y o u   f o r y o u p a g e   b a s k e t b a l l   b a s k e t b a l l   b a s k e t b a l l e d i t s   e d i t   n b a   k y r i e i r v i n g   a m a z i n g   c o l d   s m o o t h   v i b e s   g o o d v i b e s   v i b e   t r e n d i n g   t r e n d i n g r e e l s   t r e n d i n g s o n g s   v i r a l   v i r a l v i d e o s   i n s t a g o o d   l o v e   i n s t a g r a m   i n s t a l i k e   i n s t a d a i l y   f o l l o w   m u s i c  
g o a t 
 k y r i e i r v i n g  
l e t ' s   g e t   t h e   g a m e   s p i c e d   u p   h e r e !   🔥 
 
 c u r r e n t   p l a y e r - c o a c h   d u o   o f   k y r i e   a n d   n a s h   g o   a g a i n s t   e a c h   o t h e r !   w h o   g o e s   t o   t h e   n e x t   r o u n d   i n   q u e s t   t o   f i n d   t h e   b e s t   p o i n t   g u a r d   o f   a l l - t i m e ? 
 
 w h o   y o u   g o t ?   🗳 ️ 🗣 ️ 
 
 s t e v e n a s h   k y r i e i r v i n g   b r o o k l y n n e t s   b e s t p o i n t g u a r d o f a l l t i m e  
n b a   b r e a k i n g   n e w s :   n a s h   a n d   k e v i n   . . . 
   
 
   
 a m h o o p s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   d r a m a t i c n b a n e w s n a s h a n d k e v i n d u r a n t i s s u e s a t b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   e s p n   f o x s p o r t s   f r e e a g e n c y n b a   h o o p f l i x   k e v i n d u r a n t   k y r i e i r v i n g   l e b r o n j a m e s  
m y   c o l l e c t i o n   s o   f a r   b r o o k l y n   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   a u s t r a l i a  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k a r e e m   m a y b e   k y r i e   j u s t   k n o w s   t h i n g s   w e   d o n ’ t   k y r i e i r v i n g   k a r e e m a b d u l j a b a r   v a c c i n e   n b a t w i t t e r  
    g o n n a   b r e a k     r e c o r d   w i t h   a   h o o k   s h o t 🤣 👀 
 
 
 
 l a k e r s   n b a   g o a t t a l k   k y r i e i r v i n g
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k y r i e   i r v i n g ' s   m i n d b l o w i n g   h a n d l e s   
 f u l l   v i d e o   l i n k : 
 
 n b a   n b a 2 k 2 3   k y r i e i r v i n g   c a v s   b a s k e t b a l l   b a s k e t b a l l s h o r t s  
k y r i e i r v i n g   i s   l i v i n g   p r o o f   t h a t   m o n e y   c a n ’ t   b u y   c o m m o n   s e n s e !   i d i o t   p i s s i g n o r a n t
w i l d   t o   t h i n k ,     b u t   t h i s   w i l l   b e   k d   & a m p ;   k y r i e ' s   f i r s t   h o m e   o p e n e r   t o g e t h e r   w i t h   f a n s   i n   a t t e n d a n c e . . . 
 
 2 0 1 9   -   n o   k d 
 2 0 2 0   -   c o v i d - 1 9   ( n o   f a n s ) 
 2 0 2 1   -   n o   k a i   ( v a x   m a n d a t e ) 
 2 0 2 2   -   🖤 🤍 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s t w i t t e r   b k n e t s   n e t s   b k l y n n e t s   d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
j u s t   a   r e m i n d e r … .   f o r   a l l   t h e   “ k a r e e m   a b d u l   j a b b a r   d i d n ’ t   s t a n d   u p   f o r   n o t h i n g ”   f o l k s !   s t o p   p l a y i n g   w i t h   o u r   a n c e s t o r s   a n d   l e a r n   s o m e t h i n g .   t h a t ’ s   w h a t   t h e y   f o u g h t   f o r !   k a r e e m a b d u l j a b b a r   k y r i e i r v i n g  
k y r i e   i r v i n g   d r a g g e d   b y   k a r e e m   a b d u l - j a b b a r   f o r   r e p o s t i n g   c o v i d   c o n s p i r a c y   t h e o r i e s .     k y r i e i r v i n g ,   k a r e e m a b d u l j a b b a r ,   n b a ,   b r o o k l y n ,   n e t s ,   c o v i d ,   c o r o n a v i r u s ,   c o v i d 1 9
  . . k a r e e m   w a n t s   a   b o y c o t t   o f   k y r i e i r v i n g     g e a r .   t h e   n e w l y   c r o w n e d   d u m b e s t   p l a y a   .   i ' m   a l l   i n .   f o r g e t   j e o p a r d i z i n g   t h o s e   a r o u n d   h i m   b y   n o t   g e t t i n g   t h e   j a b .   t h e   u n e d u c a t e d   i d i o t   t h i n k s   t h e   w o r l d   i f   f l a t .   p l e a s e   t e l l   h i m   t o   l o o k   a t   a   p i c   f r o m   s p a c e .   t h a t   r o u n d   t h i n g .   e a r t h
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   s t a r   k y r i e   i r v i n g   f i l e s   t o   p r o t e c t   h i s   c l o t h i n g   b r a n d   h e l a .   
 
 k y r i e i r v i n g 
 k y r i e 
 t r a d e m a r k r e g i s t r a t i o n 
 t r a d e m a r k l a w y e r 
 b r a n d p r o t e c t i o n  
" f r e e - t h i n k e r "   h a s   b e c o m e   t h e   n e w   t e r m   f o r   i g n o r a n t   b u f f o o n .   k a n y e w e s t   k y r i e i r v i n g
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k e v i n   d u r a n t ,   k y r i e   i r v i n g ,   b e n   s i m m o n s   b u t a t a   s a   s i x e r s 
 
 t u n a y n a t a b l o i d i s t a   
 a b a n t e s p o r t s 
 k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
n b a   b r o o k l y n n e t s   l o s a n g e l e s l a k e r s   k y r i e i r v i n g   r e p o r t :   l a k e r s   w o n ' t   p u r s u e   k y r i e   i r v i n g   i n   f r e e   a g e n c y  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k a r e e m a b d u l j a b b a r   s a y s   c o n s p i r a c y - b e l i e v i n g   b a s k e t b a l l   p l a y e r   k y r i e i r v i n g   p o s s e s s e s   " g e l a t i n o u s   i g n o r a n c e "  
k y r i e i r v i n g   i s   t h e   d u m b e s t   p l a y e r   i n   t h e   n b a .   d o e s n ' t   g e t   v a c c i n a t e d .   t h e n   h e   w a n t s   t o   c o m e   a r o u n d   h i s   t e a m m a t e s   , u n v a c c i n a t e d . n o w   h e   p o s t   a   c o n s p i r a c y   t h e o r y   t h a t   s a n d y h o o k   w a s   a   h o a x .   t h i s   i s   w h a t   h a p p e n s   w h e n   u   g o   t o   c o l l e g e   f o r   4 m o n t h s .   k a r e e m   c a l l e d   h i m   a     b a f o o n   .   y e p
k a r e e m a b d u l j a b b a r   c a l l s   k y r i e i r v i n g   a   “ c o m i c a l   b u f f o o n ”     
 
 😆 🤣 😭   t h a t   h e   i s   a n d   m u c h   m o r e !   b r o o k l y n n e t s
k a r e e m a b d u l j a b b a r   c a l l s   k y r i e i r v i n g ’ s   a l e x j o n e s   t w e e t   ‘ w h a t   h a p p e n s   w h e n   e d u c a t i o n   s y s t e m   f a i l s ’  
k a r e e m a b d u l j a b b a r   c a l l s   k y r i e i r v i n g   a   c o m i c a l   b u f f o o n   a n d   c a l l s   f o r   s p o n s o r s   t o   d r o p   i r v i n g  
b o s t o n   i s   r a c i s t   a s   h e l l   i   k n o w   t h i s   f o r   a   f a c t   i   e x p e r i e n c e d   i t   f i r s t   h a n d   🖕 🏾 🖕 🏾 🖕 🏾 🖕 🏾   i m   w i t h   k y r i e i r v i n g   
 n b a p r e s e a s o n   
 n b a   
 n b a t w i t t e r  
l o s   a n g e l e s   c l i p p e r s   v s   p o r t l a n d   t r a i l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s  
t h a n k s   f o r   s p e a k i n g   o u t   o n   k y r i e i r v i n g   k a r e e m a b d u l j a b b a r !   👏   h e ’ s   a   h u g e   d u m b a z z   & a m p ;   i t ’ s   a b o u t   t i m e   t h a t   s o m e o n e   s a i d   i t !   b r o o k l y n   n e t s   n b a t w i t t e r   n b a   h a l l o f f a m e r   h o f
k y r i e   i r v i n g   o n   b e n   s i m m o n s :   “ h e ’ s   g o i n g   t o   l o v e   p l a y i n g   w i t h   u s ”   b e n s i m m o n s   b r o o k l y n n e t s   k y r i e i r v i n g  
k y r i e   i r v i n g   p u t s   o u t   w o r d s   i n f r o n t   o f   m e d i a   p o s t   g e   h o w   b e n   s i m m o n s   i s   t r y i n g   t o   b e   p a r t   o f   e f f e c t i v e   o f f e n s e   a t   t h e   t e a m . 
 
 n b a   n e t s   n e t s w o r l d   k y r i e i r v i n g   b e n s i m m o n s  
k a r e e m   r i p s   ⁦ ⁩   k y r i e i r v i n g   o v e r   a l e x j o n e s   v i d e o ,   s a y s   s p o n s o r s   s h o u l d   d r o p   h i m .   k y r i e   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁦  
k y r i e   i r v i n g   h a s   f i l e d   a   t r a d e m a r k   a p p l i c a t i o n   f o r   h i s   l a k o t a   n a m e ,   h e l a ,   w h i c h   m e a n s   " l i t t l e   m o u n t a i n . " 
 
 t h e   f i l i n g   c l a i m s   t h a t     i n t e n d s   t o   l a u n c h   a   c l o t h i n g   b r a n d   u s i n g   t h e   n a m e   a n d   a s s o c i a t e d   l o g o . 
 
 k y r i e i r v i n g   k y r i e  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
  o h   m y   k y r i e i r v i n g   🤡 🙈
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
  w h a t ' s   l a u g h a b l e   i s   t h a t   k y r i e i r v i n g   h a s   b e e n   r i g h t   a n d   k a j   i s   a c t u a l l y   t h e   b u f f o o n .   i   d o n ' t   e n d o r s e   a j   b u t   h e   h a s   s a i d   a   l o t   o f   t r u t h ,   c o n t r o l l e d   o p   o r   n o t .   i   h o p e   i r v i n g   n e v e r   l e t s     k a j   a n d   o t h e r   f r e e m a s o n i c   b u l l i e s   i n t i m i d a t e   h i m   f r o m   s p e a k i n g   t r u t h   a b o u t   t h e   r e a l   a g e n d a s .
k y r i e   i r v i n g   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y r i e i r v i n g   k y r i e   i r v i n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k y r i e i r v i n g   i s   r i g h t
t h e     h a d   t h e   m o s t   d r a m a t i c   o f f s e a s o n   i n   n b a   h i s t o r y ,   b u t   n o w   i t   i s   t i m e   t o   p l a y .   w h a t   c a n   t h i s   t a l e n t e d   n e t s   r o s t e r   a c c o m p l i s h   i n   t h e   2 0 2 2 - 2 3   s e a s o n ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 b e n s i m m o n s   k e v i n d u r a n t   k y r i e i r v i n g   n b a p r e s e a s o n   n b a t w i t t e r  
m o r e   d i s t u r b i n g   d e t a i l s   c o m e   o u t   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c h r i s b r o u s s a r d   c j m c c o l l u m   c l i p p e r s n e w s   e a s t e r n c o n f e r e n c e   e s p n   f i r s t t a k e   i m e u d o k a   i m e u d o k a b o s t o n c e l t i c s   k a w h i l e o n a r d l a u g h   k e v i n d u r a n t   k e v i n d u r a n t t r a d e   k y r i e i r v i n g  
j u s t   k n o w   k y r i e i r v i n g   h a n d l i n g   a   b a s k e t b a l l   🏀   i s   l i t e r a l l y   a r t   i n   m o t i o n   n b a  
  y e t   t h e   f u c k e d   u p   m e d i a   w a n t s   t o   b r i n g   h i m   d o w n   f o r   n o t   w a n t i n g   t h e   j a b . . .   o n l y   t h e   r e a l   s e e   b e h i n d   t h e   c u r t a i n   👁   k y r i e i r v i n g
🏀 l a k e r s 💛 💜   d e s c a r t a n   d e f i n i t i v a m e n t e   a   k y r i e   i r v i n g       
 
 ✍ :   l e o n a r d o   m o r a l e s   ( ) 
 
 l a k e r s   
 n b a 
 k y r i e i r v i n g 
 t i e m p o e x t r a r d 
 

🏀 l a k e r s 💛 💜   d e s c a r t a n   d e f i n i t i v a m e n t e   a   k y r i e   i r v i n g       
 
 ✍ :   l e o n a r d o   m o r a l e s   ( ) 
 
 l a k e r s   
 n b a 
 k y r i e i r v i n g 
 t i e m p o e x t r a r d 
 

🥱   b e e n   s o l d . . . .   n b a   l i f e   k y r i e i r v i n g  
k y r i e i r v i n g   p o s t s   a n   a l e x j o n e s   p r o p a g a n d a   v i d e o .   t h e   g u y   i s   c l a s s l e s s   a n d   m i s i n f o r m e d .   h e   o w e s   a n   a p o l o g y   t o   e v e r y   p a r e n t   o f   s a n d y h o o k
a n y b o d y   t a k i n g   t h e   s i d e   o f   k y r i e i r v i n g   o v e r   k a r e e m   i s   a   b r a i n   d e a d   m o r o n
n b a   g o s s i p   -   k a r e e m   a b d u l   j a b b a r   c r i t i c i s e s   k y r i e   i r v i n g   a n d   s a y s   k i d s   n e e d   r o l e   m o d e l s     k y r i e i r v i n g   k a r e e m a b d u l j a b b a r  
i   r e s p e c t   k y r i e i r v i n g   s a y   w h a t   y a   w i l l .
s t f u   a n d   g o   s l e e p   k y r i e i r v i n g   🙏  
d a m n   k a r e e m   c u t   d e e p   w i t h   t h i s   o n e .   k y r i e i r v i n g   a l e x j o n e s   i n f o w a r s  
t h e   k a r e e m   s l a n d e r   i s   w e a k   s a u c e   i n   i t ' s   m o s t   c o m p o u n d   f o r m . . . . 
 k y r i e i r v i n g
s o m e   p e o p l e   a r e   f l a t - o u t   d u m b .   t h a t ’ s   t h e   l e s s o n .   
 
   k y r i e i r v i n g   k a r e e m a b d u l j a b b a r       a l e x j o n e s   i n f o w a r s   n b a  
i   r e a l l y   w i s h   k y r i e i r v i n g   p l a y e d   f o o t b a l l . 
 a n d   y o u   k n o w   w h y .
i f   y o u ' r e   t a k i n g   k y r i e i r v i n g ' s   s i d e   i n s t e a d   o f   k a r e e m ' s   y o u ' r e   a   d o u c h e b a g . 
 j u s t   l i k e   a l e x j o n e s   i s .
k a r e e m   i s   c o r r e c t ,   k y r i e   i s   a   c l o w n ,   t a l e n t e d ,   b u t   a   h e a d   c a s e .   k y r i e i r v i n g   n b a  
  b i l l   l a i m b e e r   a n d   t h e   b a d   b o y   p i s t o n s   o w n e d   y o u r   l a k e r s .   n o w   y o u   t r y   t o   g e t   k y r i e i r v i n g   c a n c e l l e d   o v e r   a   p e r s o n a l   m e d i c a l   c h o i c e .  
b i l l   l a i m b e e r   a n d   t h e   b a d   b o y   p i s t o n s   o w n e d   y o u r   l a k e r s .   n o w   y o u   t r y   t o   g e t   k y r i e i r v i n g   c a n c e l l e d   o v e r   a   p e r s o n a l   m e d i c a l   c h o i c e .  
k y r i e   i r v i n g :   n e t s   x - f a c t o r   b y   _ s a y s   
 n e t s w o r l d   k y r i e i r v i n g   b r o o k l y n n e t s   o t b n 

k a r e e m   a b d u l - j a b b a r   r i p s   k y r i e   i r v i n g   f o r   a l e x   j o n e s   v i d e o :   ' y o u   s h a r e   h i s   s t e n c h '     k y r i e i r v i n g   s m s p o r t s   n i k e
i s   i t   p o s s i b l e   t h a t   k y r i e i r v i n g   i s   l i t e r a l l y   a   m e n t a l l y   r e t a r d e d   p e r s o n ?     i ' m   n o t   u s i n g   a   p e j o r a t i v e   h e r e ,   b u t   a s k i n g   i s   h i s   m e n t a l   a g e   a n d   g r o w t h   r e t a r d e d   b y   a   n u e r o c o g n i t i v e   d i s o r d e r ?
t o n i g h t s   s t a r t i n g   l i n e u p s ,   f r o m     7 - 1 0 - 1 1   p l a y i n g   c o n f i r m e d !   b r o o k l y n n e t s   s i x e r s   n e t s w o r l d   n b a   n b a p r e s e a s o n 2 0 2 2   k d   b e n 1 0   k y r i e i r v i n g  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
f o r m e r   n b a   v e t e r a n   a n d   c h a m p i o n   k a r e e m   a b d u l   j a b b a r   c r i t i c i z e s   k y r i e   i r v i n g   a f t e r   h e   s h a r e d   a   v i d e o   o f   a l e x   j o n e s . 
 
 n b a   l a k e r s   k a r e e m a b d u l j a b b a r   k y r i e i r v i n g   n e t s w o r l d   c r i t i c i s m   a l e x j o n e s  
k y r i e i r v i n g   
 " a l e x   j o n e s   i s   o n e   o f   t h e   m o s t   d e s p i c a b l e   h u m a n   b e i n g s   a l i v e   a n d   t o   a s s o c i a t e   w i t h   h i m   m e a n s   y o u   s h a r e   h i s   s t e n c h " 

b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
k a r e e m   a b d u l - j a b b a r   s l a m s   ‘ i n s e n s i t i v e ’   a n d   ‘ d e s t r u c t i v e ’   k y r i e i r v i n g   f o r   s h a r i n g   c l i p   o f   a l e x j o n e s    
_ b u s i n e s s _   n e w   g e n e r a t i o n   a l l e n   i v e r s o n … . .   y o u   d o n ’ t   w a n n a   f o l l o w   r u l e s   t h e y   m a k e   y o u   l o o k   b a d   e v e r y   c h a n c e   t h e y   g e t !   k y r i e i r v i n g
k a r e e m   a b d u l - j a b b a r   h a t e s   k y r i e   i r v i n g   k a r e e m a b d u l j a b b a r   k y r i e i r v i n g  
k y r i e   i r v i n g   n o t   p a r t   o f   l a k e r s ’   l o n g - t e r m   p l a n s   –   r e p o r t   k y r i e i r v i n g   l o s a n g e l e s l a k e r s  
m v p   s e a s o n   s t a r t s   t o n i g h t   k a i   k y r i e i r v i n g   k y r i e    
k a r e e m   a b d u l - j a b b a r   r i p s   k y r i e i r v i n g   f o r   a l e x j o n e s   v i d e o :   ' y o u   s h a r e   h i s   s t e n c h '   -   b l e a c h e r   r e p o r t  
n b a   b r o o k l y n n e t s   k a r e e m a d b u l j a b a r   k y r i e i r v i n g   n b a   l e g e n d   k a r e e m   a b d u l - j a b b a r :   k y r i e   i r v i n g   i s   a   ' c o m i c a l   b u f f o o n '  
w h a t   n b a   p l a y e r   d o   y o u   p l a y   b a s k e t b a l l   l i k e ? 🤔 🏀   |   b w o 
 
 b l a c k w h i t e o r o t h e r   b w o   k y r i e i r v i n g   t r a e y o u n g   n b a   b a s k e t b a l l   i n t e r v i e w   p u b l i c   c i t i z e n s t a n d u p   f y p   t w i t t e r  
w i l l   t h e   n e t s   o v e r c o m e   t h e   d r a m a   & a m p ;   m a k e   i t   t o   t h e   f i n a l s ?   c l i c k   l i n k   f o r   f u l l   v i d e o . 
 
 e d i t e d   b y   c a n t v       n b a   n b a t w i t t e r   b a s k e t b a l l   n b a p r e s e a s o n   n e t s   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s 
 c a n t v   n b a o f f s e a s o n  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
( e s p n ) : k y r i e :   n e t s   t r y   t o   e r a s e   w e a k n e s s e s ,   a l t e r   i m a g e   :   k y r i e   i r v i n g   s a y s   t h e   n e t s   a r e   l o o k i n g   t o   m o v e   p a s t   a   t u m u l t u o u s   o f f s e a s o n   a n d   t h a t   t h e   t e a m   i s   f o c u s e d   o n   i m p r o v i n g   o n   i t s   w e a k n e s s e s .   . .  
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   n e t s   g   k y r i e   i r v i n g   w e l c o m e s   n e w   b a b y   w i t h   y o u t u b e   i n f l u e n c e r   m a r l e n e   w i l k e r s o n   –   o u t k i c k   –       b a b y   i n f l u e n c e r   i r v i n g   k y r i e
n b a   s t a r   k y r i e   i r v i n g   f i l e s   t o   p r o t e c t   h i s   c l o t h i n g   b r a n d   h e l a .   
 
 k y r i e i r v i n g 
 k y r i e 
 t r a d e m a r k r e g i s t r a t i o n 
 t r a d e m a r k l a w y e r 
 b r a n d p r o t e c t i o n  
k y r i e   i r v i n g   h a s   f i l e d   a   t r a d e m a r k   a p p l i c a t i o n   f o r   h i s   l a k o t a   n a m e ,   h e l a ,   w h i c h   m e a n s   " l i t t l e   m o u n t a i n . " 
 
 t h e   f i l i n g   c l a i m s   t h a t     i n t e n d s   t o   l a u n c h   a   c l o t h i n g   b r a n d   u s i n g   t h e   n a m e   a n d   a s s o c i a t e d   l o g o . 
 
 k y r i e i r v i n g   k y r i e  
s p o n s o r s   n e e d   t o   c u t   k y r i e   i r v i n g   l o o s e .   h e   s u p p o r t s   a l e x   j o n e s   w h o   t o r t u r e d   t h e   s a n d y   h o o k   f a m i l i e s .   d r o p   k y r i e   o r   w e   n e e d   t o   b o y c o t t   p a n i n i   s k u l l c a n d y   f o o t l o c k e r   n i k e .     t h a n k s   k a r e e m   d r o p k y r i e   s a n d y h o o k   i n f o w a r s  
k y r i e   i r v i n g   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y r i e i r v i n g   k y r i e   i r v i n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
i r v i n g   k y r i e   s p o r t s 
 k y r i e   i r v i n g   s a y s   e n j o y i n g   w i t h   n e t s   w i l l   m a k e   r e c r e a t i o n   ' s i m p l e r '   f o r   b e n   s i m m o n s   
  
k y r i e   i s   j u s t   t o o   n i c e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   k y r i e   i r v i n g   e u r o s t e p   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
( t h e   h i l l ) : k a r e e m   a b d u l - j a b b a r   c r i t i c i z e s   k y r i e   i r v i n g   o v e r   a l e x   j o n e s   v i d e o   :   b a s k e t b a l l   l e g e n d   k a r e e m   a b d u l - j a b b a r   i s   c r i t i c i z i n g   b r o o k l y n   n e t s   s t a r   k y r i e   i r v i n g   f o r   s h a r i n g   a   c o n s p i r a c y   v i d e o   f r o m   i n f o w a r s   h o s t   a l e x   j o n e s ,   . .  
( r a w   s t o r y ) : k a r e e m   a b d u l - j a b b a r   u r g e s   s p o n s o r s   t o   d r o p   k y r i e   i r v i n g   f o r   p r o m o t i n g   a l e x   j o n e s   :   b a s k e t b a l l   l e g e n d   a n d   a c t i v i s t   k a r e e m   a b d u l - j a b b a r   i s   s t e p p i n g   u p   t h e   h e a t   o n   c o n t r o v e r s i a l   b r o o k l y n   n e t s   g u a r d   k y r i e   i r v i n g   w i t h   a   . .  
  i   b e l i e v e   i n   y o u   b e l i e v e   i n   y o u r s e l f   b l o c k   o u t   h a v i n g   o r   a b o u t   y o u r   b a c k   i t   w i l l   p a s s   t r u s t   y o u r s e l f   a n d   t r u s t   t h e   g a m e   m v p   b e l i v e   b e n s i m m o n s 2 5   a s k   m e     a n d   i   w i l l   a n s w e r   y o u   h a r d w o r k p a y s o f f   f r e e b r i t t n e y g r i n e r
y o u   r e a l l y   h a v e   n o   l i f e   i f   y o u   t r a v e l   t o   a n o t h e r   c i t y   j u s t   t o   b o o   a   b a s k e t b a l l   p l a y e r   s i x e r s   s i x e r s f a n s   b e n s i m m o n s 2 5
c a r s o n w e n t z     & a m p ;   b e n s i m m o n s   t h a n k   g o d   t h e y ' r e   n o   l o n g e r   i n   p h i l l y
f i r s t   o n e   t o   s p o t   i t   g e t s   a   🍪   … …   h o w   d i d   t h i s   h a p p e n ?   
 
 b e n s i m m o n s   k y r i e i r v i n g   b r o o k l y n n e t s   n e t s   k d   s i m m o n s   a i r b a l l  
n o t h i n   b u t … . .   a i r   b e n s i m m o n s   i s   i n   m i d   s e a s o n   f o r m   n b a   n b a t w i t t e r   b k n e t s   n e t s  
      a c c o u n t i n g   t o   t h e   p i c   b e l o w ,   i   t h i n k   h e ' s   l e f t - h a n d e d 😭 🤣   b e n s i m m o n s  
b e n   s i m m o n s   w i t h   t h e   s h o t   b o i i .   b e n s i m m o n s   n e t s   b r o o k l y n   b r o o k l y n n e t s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
  d i d   y o u   s e e   h o w   h i s   h a n d   & a m p ;   w r i s t   l o o k e d   o n   r e l e a s e ☠ 😭   w h a t   w a s   d o i n g   s i n c e   j u n e   o f   2 0 2 1 😶   b e n s i m m o n s  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
l o s   a n g e l e s   l a k e r s   c o n t r e   s a c r a m e n t o   k i n g s   f a i t s   . . . 
   
 
   
 a n d r é w i g g i n s   a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   d w i g h t h o w a r d   f a i t s s a i l l a n t s d e l a n b a   f a i t s s a i l l a n t s d e l a n b a a u j o u r d h u i  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
l o s   a n g e l e s   l a k e r s   c o n t r e   s a c r a m e n t o   k i n g s   f a i t s   . . . 
   
 
   
 a n d r é w i g g i n s   a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   d w i g h t h o w a r d   f a i t s s a i l l a n t s d e l a n b a   f a i t s s a i l l a n t s d e l a n b a a u j o u r d h u i  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
f r o m   g r e e n v i l l e ,   n c   t o   b r o o k l y n :   d a y & a m p ; 3 9 ; r o n   s h a r p e & a m p ; 3 9 ; s   n b a   j o u r n e y   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   d a y r o n s h a r p e   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n e t s h i g h l i g h t s   n o r t h c a r o l i n a   s p o r t s   s t e v e n a s h   u n c  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t h e   b r o o k l y n   n e t s :   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   i s s u e s   ( t h e   r e a l   s t o r y ) 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a o n e s p n   n e t s t r a d e r u m o u r s  
w e l c o m e   t o   t h e   s q u a d     p s 5 s h a r e ,   n b a 2 k 2 3 ,   n e w a d d i t i o n ,   b e n s i m m o n s ,   n e w y o r k k n i c k s  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t h r e e   t h i n g s   s t e v e   n a s h ,   b e n   s i m m o n s   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
j u s t   w a t c h e d   a   r e p l a y   o f   e a g l e s   c a r d i n a l s   g a m e .   b e f o r e   t h e   f g   a t t e m p t   m a t t   a m e n d o l a   l o o k e d   l i k e   b e n s i m m o n s   g o i n g   u p   t o   t h e   f r e e   t h r o w   l i n e
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
i n d i a n a   p a c e r s   v s .   n e w   y o r k   k n i c k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
t h e   7 6 e r s   b u i l t   a   s t a t u e   f o r   b e n s i m m o n s  
h e   n e e d s   t o   w o r k   o n   h i s   j u m p e r   & a m p ;   f r e e   t h r o w s 🤷 🏿 ‍ ♂ ️   b e n s i m m o n s    
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
" i   t h i n k   a   h e a l t h y   l a k e r s   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   b e n s i m m o n s   d r a y m o n d g r e e n   v i c t o r w e m b a n y a m a   d e a a r o n f o x   n b a f a n t a s y       _ s c h i n d l e r      
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   b e n s i m m o n s   d r a y m o n d g r e e n   v i c t o r w e m b a n y a m a   d e a a r o n f o x   n b a f a n t a s y     _ d a n a s c o t t                
b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   b e n s i m m o n s   d r a y m o n d g r e e n   v i c t o r w e m b a n y a m a   d e a a r o n f o x   n b a f a n t a s y             _       _ c o h e n _ n b a   _ p r i c e   _ h o f m a n n
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   b e n s i m m o n s   d r a y m o n d g r e e n   v i c t o r w e m b a n y a m a   d e a a r o n f o x   n b a f a n t a s y 
                 _ c a t o  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
p r e - s e a s o n   o r   n o t   b e n s i m m o n s   t a k i n ’   3 - s h o t s   t h e   e n t i r e   g a m e   i s n ’ t   h e l p i n ’   t h e   n e t s   i n   a n y   w a y   🥱 😴
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m e m p h i s   g r i z z l i e s   v s .   m i a m i   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c a n ’ t   t e l l   i f   s p o e l s t r a   g o n n a   r i p   h i s   g u y s   o r   n a s h   g o n n a   p r a i s e   h i s   g u y s   i n   f i l m   s e s s i o n   t o m o r r o w   ( p r o b   b o t h )   b u t   n e t s   g e t t i n g   a   w i d e   o p e n   3   o f f   a   r e b o u n d   f r o m   a   f t   i s   a w e s o m e .   b e n s i m m o n s  
b e n s i m m o n s   i s   m e n t a l l y   s o f t !   h i s   h e i g h t ,   w e i g h t   & a m p ;   g i f t s   a r e   i r r e l e v a n t   b e c a u s e   h e   d o e s n ' t   p o s s e s s   k i l l e r   i n s t i n c t !  
y o u   a r e n ' t   l i s t e n i n g .   a f t e r   4 5 0   d a y s   b e n s i m m o n s   h a s n ' t   d o n e   a n y t h i n g   m e a n i n g f u l   w i t h   a   b a s k e t b a l l .   t h e   g l a s s   i s   n o t   h a l f   f u l l .   i t ' s   s t i l l   h a l f   e m p t y   🤷 🏿 ‍ ♂ ️  
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b e n s i m m o n s   r o a s t e d   o v e r   t e r r i b l e   o f f e n s i v e   p e r f o r m a n c e   
 

b e n   s i m m o n s   b e s t   p l a y   y e t   v s   h e a t !   n b a   b r o o k l y n   n e t s   v s   m i a m i   h e a t 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s h i g h l i g h t s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s t o d a y   n e t s v s h e a t  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b e n   s i m m o n s   t h e   s e c o n d   n e t s   f a n s   i n e v i t a b l y   s t a r t   b o o i n g   h i m .   b e n s i m m o n s  
b e n s i m m o n s   s a i d   h e   w a n t s   t o   b e   m o r e   a g g r e s s i v e   i n   t h e   p o s t 🤣 😭  
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   v i c t o r w e m b a n y a m a   b e n s i m m o n s   n b a s e a s o n p r e v i e w   t y r e s e m a x e y   n b a f a n t a s y 

t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   v i c t o r w e m b a n y a m a   b e n s i m m o n s   n b a s e a s o n p r e v i e w   t y r e s e m a x e y   n b a f a n t a s y         _ n   _ _ b o o n e            
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   v i c t o r w e m b a n y a m a   b e n s i m m o n s   n b a s e a s o n p r e v i e w   t y r e s e m a x e y   n b a f a n t a s y   _ h o f m a n n   _ j j f           _ s a e n      
b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   v i c t o r w e m b a n y a m a   b e n s i m m o n s   n b a s e a s o n p r e v i e w   t y r e s e m a x e y   n b a f a n t a s y       _                
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   v i c t o r w e m b a n y a m a   b e n s i m m o n s   n b a s e a s o n p r e v i e w   t y r e s e m a x e y   n b a f a n t a s y       _ l e w i s     _ k a r a l i s   _ s _ h a r v e y        
e m b i i d   l o o k i n g   a t   t h e   d r a y m o n d   p u n c h   🥊   & a m p ;   t h i n k i n g   -   “ u   m e a n   i   c o u l d ’ v e   d o n e   t h a t   t o   b e n s i m m o n s   l a s t   y e a r ? ”  
t h e   d u a l i t y   o f   m a n   n b a t w i t t e r   n e t s   s i x e r s   b e n s i m m o n s   n b a p r e s e a s o n  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   h a w k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
f i r s t   b e n 1 0   b u c k e t   i ’ v e   w i t n e s s e d   s i n c e   t h e   a t l a n t a p a s s a c r e   ! 😂   
 p e e p   t y l e r h e r r o   o n   t h e   b e a c h 🤣 
 b e n s i m m o n s   n b a   b a s k e t b a l l   b r o o k l y n n e t s  
w h a t   h a p p e n   t o   b e n   s i m m o n     b e n s i m m o n s
i s   b e n s i m m o n s   s t i l l   b e n s i m m o n s ? 
 
 t w o   g a m e s   -   
 
 4 4   m i n u t e s   -   9   s h o t s … . 
 
 i n   p r e - s e a s o n ? ? ?   
 
 n b a
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
a c c o r d i n g   t o   k d   t h e   s k i e s   t h e   l i m i t e d   f o r   b e n s i m m o n s   😭  
b e n s i m m o n s   h a s   j e d i   m i n d   t r i c k e d   p p l   i n t o   s a y i n g   y o u   d o n ' t   h a v e   t o   s h o o t 😭   😭  
d e f e n s i v e   t h e n   o f f e n s i v e   p l a y   f r o m     b e n s i m m o n s   n b a   b r o o k l y n _ n e t s   m i a m i h e a t  
6   t o   9   a f t e r   3   q u a r t e r s   o f   f o o t b a l l   & a m p ;   t h i s   i s   s t i l l   m o r e   t h a n   b e n s i m m o n s   s c o r e d   t o n i g h t 🤣   
 
 " c o l t s   a t   b r o n c o s "     

o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b e n s i m m o n s   h a s   h a d   n o t h i n g   b u t   t i m e !   a p p a r e n t l y ,   t h e   m a n   h a s n ' t   w o r k e d   o n   h i s   g a m e   s i n c e   j u n e   o f   2 0 2 1 🤷 🏿 ‍ ♂ ️   a s   m u c h   m o n e y   a s   t h i s   m a n   g e t s ,   y o u ' d   t h i n k   h e ' d   a t   l e a s t   p r e t e n d   t o   g i v e   a   s h * t 😆  
t h e   e x c u s e   f o r   b e n s i m m o n s   i s   t h a t   h e   h a s n ' t   p l a y e d   s i n c e   t h e   s p r i n g   o f   2 0 2 1 !   w h a t   i ' m   s a y i n g   i s ,   s h o u l d n ' t   h e   h a v e   b e e n   i n   t h e   g y m   w o r k i n g   o n   h i s   g a m e   i n   a l l   t h a t   t i m e 😶  
y o u   s e e   t h e   b e n s i m m o n s   g l a s s   a s   h a l f   f u l l !   i   s e e   h i s   o t h e r   s t a t s   a s   h a s   e m p t y 😆  
l o l   y e a   s i x e r s   f a n s   w e r e   t h e   p r o b l e m   😂   e n j o y   t h e   h o r r i b l e   r i d e   n e t s   f a n s .   b e n   w i l l   h a v e   “ b a c k   i s s u e s ”   a k a   a   m e n t a l   b r e a k d o w n   w i t h i n   2 5   g a m e s   s i x e r s   b e n s i m m o n s   n e t s
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
p j   g o t   t h a t   d o g   i n   h i m 
 t r e z   g o t   t h a t   d o g   i n   h i m 
 m e l t o n   g o t   t h a t   d o g   i n   h i m 
 
 2 5   g o t   t h a t   s c a r e d   l i t t l e   h o u s e   c a t   i n   h i m 
 
 b e n s i m m o n s  
d o   w e   c o n s i d e r   t h i s   a   b e n   s i m m o n s   j u m p e r ?     h e   s h o u l d   b e   s h o o t i n g   r i g h t   h a n d e d .   n b a   b a s k e t b a l l   n b a t w i t t e r   b e n s i m m o n s   n e t s   p r e s e a s o n   b r o o k l y n  
t h e     a r e   s t i l l   h o r r i b l e   o n   t h e   d e f e n s i v e   e n d   o f   t h e   f l o o r   a n d   n o   o f f e n s i v e   p l a y   m a k i n g   f r o m   s t e v e   n a s h .   h i s   p l a n   i s   t o   h a v e   k d   i s o   b a l l   a l l   d a y .   s o   m u c h   t u r n o v e r s .   j u s t   h o r r i b l e   🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️   b r o o k l y n n e t s   b e n s i m m o n s   t r e n d i n g
b e n   s i m m o n s   n e e d s   t o   s t a r t   l o o k i n g   f o r   h i s   s h o t .   h e ' s   g o o d   e n o u g h . 
 b e n s i m m o n s   n e t s   b r o o k l y n   n b a
b e n s i m m o n s   i s   g o i n g   t o   b e   s p e c i a l   f o r   t h e   b r o o k l y n n e t s   t h i s   y e a r   n b a t w i t t e r   n b a p r e s e a s o n
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e t r o i t p i s t o n s   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b e n   s i m m o n s   m a k e s   l o n g   a w a i t e d   n e t s   d e b u t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b e n s i m m o n s 3 p o i n t e r   b e n s i m m o n s h i g h l i g h t s   b e n s i m m o n s i n j u r y   b e n s i m m o n s i n t e r v i e w   b e n s i m m o n s n e t s   b e n s i m m o n s n e t s d e b u t   b e n s i m m o n s p a s s e d u p d u n k   b e n s i m m o n s r e t u r n  
🎙 🏀   |   n b a   |   e p   1 4 8   o f     p o d c a s t   i s   n o w   a v a i l a b l e   
 
 b e n s i m m o n s   b r i t t n e y g r i n e r   l e b r o n j a m e s   
 
 🎧   s p o t i f y :   
 🎧   a p p l e :   
 🎧   g o o g l e :   
 
 n b a p r e s e a s o n   n b a t w i t t e r   t 7 m r a d i o   b e s t o f s e v e n s p o r t s t a l k  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
🎙 🏀   |   n b a   |   e p   1 4 8   o f     p o d c a s t   i s   n o w   a v a i l a b l e   
 
 b e n s i m m o n s   b r i t t n e y g r i n e r   l e b r o n j a m e s   
 
 🎧   s p o t i f y :   
 🎧   a p p l e :   
 🎧   g o o g l e :    
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
n b a   i s   b a c k !   c a n ’ t   w a i t   t o   b r e a k   d o w n   b e n s i m m o n s   n e w   j u m p s h o t   t o n i g h t   🤧 
 
 w h o l e   l o t t a   s p o r t s   🏀 🏈 ⚾ ️ 
 a n d   e v e n   m o r e   s h e n a n i g a n s ! 
 s p o r t s   & a m p ;   s h e n a n i g a n s   
 w e d n e s d a y s   9 p m   e s t     
   
 w /   k r i c h !   c j !   & a m p ;   n i n o !  
b e n s i m m o n s   t r a d e d   t o   t h e   s u n s   f o r   d e a n d r e a y t o n ‼ ️ * * e s p n   w o j   n b a   b r e a k i n g   n e w s * *   🤯   🤯 
 w a t c h   t h e   f u l l   v i d e o   o n   m y   y o u t u b e   c h a n n e l   👀 👀 ⬇ ️ ⬇ ️ 
 👉 
 p h o e n i x s u n s   d e v i n b o o k e r   c h r i s p a u l   k y r i e i r v i n g   k e v i n d u r a n t   z i o n w i l l i a m s o n   n b a n e w s   n b a t r a d e  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
u t a h   j a z z   v s .   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b e n   s i m m o n s '   b r i c k   s t r u c k   k y r i e   i r v i n g   i n   t h e   f a c e . 🤣   b e n s i m m o n s   k y r i e i r v i n g  
b e n s i m m o n s   i s   b u i l d i n g   h o u s e s   a n d   g i v i n g   b a c k   t o   h i s   c o m m u n i t y !  
n b a   f a n s   h a v e   g i v e n   b e n s i m m o n s   a   n e w   n i c k n a m e !  
i f   y o u   s a y   s o 😂   n b a   b a s k e t b a l l   b r o o k l y n n e t s   b e n s i m m o n s   k d   k y r i e   n e t s  
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t h e   b r o o k l y n n e t s '   b e n s i m m o n s   i s   g r a t e f u l   t o   b e   b a c k   a f t e r   h i s   p r e s e a s o n   d e b u t . 
  
a   h e a l t h y   b e n s i m m o n s   m a k e s   t h e   n e t s   c h a m p i o n s h i p   f a v o r i t e s !  
📣   n e w   p o d c a s t !   " b e n   s i m m o n s   r e v e n g e   t o u r "   o n     7 6 e r s   b e n s i m m o n s   b r o o k l y n   m a d o   n b a   n e t s   n e t s w o r l d   r e v e n g e   s e a s o n   s i m m o n s   s r n o w   t o u r  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s .   b o s t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   p h i l a d e l p h i a   7 6 e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b e n   s i m m o n s   h i g h l i g h t s   v s   p h i l a d e l p h i a   7 6 e r s !   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s v s 7 6 e r s   b r o o k l y n n e t s v s p h i l a d e l p h i a 7 6 e r s   e a s t e r n c o n f e r e n c e   n b a p r e s e a s o n   n e t s   n e t s v s 7 6 e r s   n e t s v s p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s  
w a r r i o r s   s i t e   t r y i n g   t o   s e l l   a   s t e p h c u r r y   f i g u r e .   l o o k s   m o r e   l i k e   b e n s i m m o n s   l o l .   g s w   g o l d e n s t a t e w a r r i o r s   n b a  
o h   c m o n   m a n   💀   b e n s i m m o n s  
w i l d   t o   t h i n k ,     b u t   t h i s   w i l l   b e   k d   & a m p ;   k y r i e ' s   f i r s t   h o m e   o p e n e r   t o g e t h e r   w i t h   f a n s   i n   a t t e n d a n c e . . . 
 
 2 0 1 9   -   n o   k d 
 2 0 2 0   -   c o v i d - 1 9   ( n o   f a n s ) 
 2 0 2 1   -   n o   k a i   ( v a x   m a n d a t e ) 
 2 0 2 2   -   🖤 🤍 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s t w i t t e r   b k n e t s   n e t s   b k l y n n e t s   d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
i ’ v e   s e e n   1 0 0 0   e x c u s e s   f o r   w h y   b e n   s i m m o n s   c o u l d n ’ t   m a k e   a   m i d r a n g e   s h o t   o r   h i s   f r e e   t h r o w s   l a s t   n i g h t .   g e t   u s e d   t o   i t   n e t s   f a n s .   y o u ’ r e   g o n n a   d e f e n d   h i m   w i t h   y o u r   l i f e   a n d   o n e   d a y   w h e n   h e ’ s   n o t   o n   y o u r   t e a m   y o u ’ r e   g o n n a   t a l k   t r a s h   a b o u t   h i m .   n b a   s i x e r s   7 6 e r s   b e n s i m m o n s   n e t s
b e n   s i m m o n s   f a c e   a f t e r   t h e   s h o t   a t t e m p t   h i t   k y r i e   i n   t h e   f a c e   💀 
 b e n s i m m o n s   
 
  
i   s e e   z e r o   i m p r o v e m e n t   w i t h   b e n s i m m o n s   s t i l l   t h e   s a m e   a v e r a g e   p l a y e r   n b a   b e n s i m m o n s
i   h e a r d   b e n s i m m o n s   p l a y e d  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
_ 3 d   h o w   w i l l   t h i s   a f f e c t   l e b r o n ’ s   l e g a c y ?   l e g o a t   w a s h e d   b e n s i m m o n s
b e n   1 0   i n   d a   b u i l d i n g   💪 🏾     n e w   v i d   o u t   n o w   ‼ ️   g e t   m y   r e a c t i o n   e x p l o r e   h o u s e o f h i g h l i g h t s   b e n s i m m o n s   n b a p r e s e a s o n   n b a   b a s k e t b a l l  
b e n   s i m m o n s   b r o o k l y n   n e t s   d e b u t   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s 2 k 2 2   b e n s i m m o n s 3 p o i n t e r   b e n s i m m o n s b r o o k l y n n e t s   b e n s i m m o n s d e f e n s e   b e n s i m m o n s d u n k   b e n s i m m o n s h i g h l i g h t s   b e n s i m m o n s i n j u r y   b e n s i m m o n s i n t e r v i e w   b e n s i m m o n s l o w l i g h t s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k e v i n   d u r a n t ,   k y r i e   i r v i n g ,   b e n   s i m m o n s   b u t a t a   s a   s i x e r s 
 
 t u n a y n a t a b l o i d i s t a   
 a b a n t e s p o r t s 
 k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
i f   y o u   w o u l d   l i k e   t o   s e e   t h e   b r o o k l y n   n e t s   t h i s   s e a s o n   l e t   m e   k n o w .   i   a m   s e l l i n g   a l l   h o m e   g a m e s .   t h e   r o w   i s   4   r i g h t   n e x t   t o   t h e   a w a y   t e a m   b e n c h .   t h i s   v i d e o   i s   w h e r e   t h e   s e a t s   a r e .   n b a   k d   k y r i e   b e n s i m m o n s  
b e n s i m m o n s   i s   b a c k ! !  
. . . b u t   w o r d s   w i l l   n e v e r   h u r t   m e . . . o r   b o o s   😆 
 
 n b a   n e t s   b e n s i m m o n s   7 6 e r s
b e n   s i m m o n s   i s   m a k i n g   h i s   n e t s   d e b u t   i n   2 0 2 2   p r e s e a s o n   🔥 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s d e b u t   b e n s i m m o n s d e b u t n e t s   b e n s i m m o n s h i g h l i g h t s   b e n s i m m o n s n e t s   b e n s i m m o n s t r a d e   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
r a c h e l n i c h o l s   j o i n s   s h o w t i m e   s p o r t s   1   y e a r   a f t e r   l e a v i n g   e s p n   🤯 ‼ ️   
 ↪ ️   s h o w t i m e   s h o w t i m e b a s k e t b a l l   m a l i k a a n d r e w s   s t e p h e n a s m i t h   t u a   d o l p h i n s   n b a   n f l   s p o r t s   b a s k e t b a l l   n b a n e w s   b e n s i m m o n s   r u s s e l l w e s t b r o o k   l a k e r s   l e b r o n   s k i p b a y l e s s  
l o s   a n g e l e s   c l i p p e r s   v s   p o r t l a n d   t r a i l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s  
f o l l o w i n g   l e n g t h y   l a y o f f s   c a u s e d   b y   i n j u r i e s ,   t h r e e   o f   t h e   n b a ’ s   b e s t   p l a y e r s   a r e   f i n a l l y   m a k i n g   t h e i r   l o n g - a w a i t e d   r e t u r n s .   n b a   b e n s i m m o n s   j a m a l m u r r a y   k a w h i l e o n a r d   b a s k e t b a l l   s p o r t s n e w s   c l i p p e r s   n u g g e t s   7 6 e r s   8 x b e t  
⬇ ️ g o o d   s t u f f   h e r e !   _ m e d i n a   j o i n s   m e   t h i s   f r i d a y   n i g h t   a t   1 2   m i d n i g h t     f o r   " m e d i n a   m a g i c "   a   n e w   b i - w e e k l y   s e g m e n t   o n   t h e   b e r n i e f r a t t o s h o w   ~ w e ' l l   t a l k   r u s s e l l w e s t b r o o k   l a k e r s   b e n s i m m o n s   & a m p ;   m u c h ,   m u c h   m o r e !   🏀 🗑 ️ 
 ~ y o u ' v e   g o t   a   f r o n t   r o w   s e a t   t o   t h e   n b a  
k y r i e   i r v i n g   o n   b e n   s i m m o n s :   “ h e ’ s   g o i n g   t o   l o v e   p l a y i n g   w i t h   u s ”   b e n s i m m o n s   b r o o k l y n n e t s   k y r i e i r v i n g  
k y r i e   i r v i n g   p u t s   o u t   w o r d s   i n f r o n t   o f   m e d i a   p o s t   g e   h o w   b e n   s i m m o n s   i s   t r y i n g   t o   b e   p a r t   o f   e f f e c t i v e   o f f e n s e   a t   t h e   t e a m . 
 
 n b a   n e t s   n e t s w o r l d   k y r i e i r v i n g   b e n s i m m o n s  
e a g l e s   a r e   t h e   l a s t   u n d e f e a t e d   t e a m   i n   t h e   n f l   t h e   s i x e r s   b e a t   t h e   n e t s   i n   p r e s e a s o n !   b e n s i m m o n s   s c o r e d   6 p t s 😆   & a m p ;   t h e   p h i l l i e s   a r e   b a c k   i n   t h e   p o s t s e a s o n   a f t e r   1 1   y r s   r i n g t h e b e l l   p h i l a d e l p h i a  
" i ' m   g r a t e f u l   j u s t   t o   b e   a b l e   t o   s t e p   o n   t h a t   f l o o r , "   b e n s i m m o n s   s a i d .   " s t e p   o n   a n   n b a   f l o o r   a g a i n .   i   h a d   a   l o t   o f   f u n   o u t   t h e r e . "   n b a t w i t t e r   b r o o k l y n n e t s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
g o t   u s e d   b a t t e r i e s ?   n o t   s u r e   h o w   t o   d i s p o s e   o f   t h e m ,   o r   c o n c e r n e d   a b o u t   h a z a r d o u s   f l u i d s ?   
 
 b a t t e r i e s   b a t t e r y   b a t t e r y r e m o v a l   b a t t e r y s t o r a g e   b a t t e r y r e c y c l i n g   u s e d b a t t e r y   q u a n t u m   q u a n t u m t e c h n o l o g y   s a l e   u s a b u s i n e s s   e q u i p m e n t   b e n s i m m o n s   v e l m a   k i t t l e  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
k a w h i   l e o n a r d ,   d a m i a n   l i l l a r d ,   b e n   s i m m o n s ,   j a m a l   m u r r a y   p u t s   u p   a   s h o w   i n   m o n d a y   p r e s e a s o n   a f t e r   r e s p e c t i v e   l o n g   r e c o v e r y   h i a t u s   b e n s i m m o n s   d a m i a n l i l l a r d   j a m a l m u r r a y   k a w h i l e o n a r d  
j u s t   r e a d   t h a t   b e n s i m m o n s   w a s   g r e a t f u l   t o   b e   b a c k   o n   t h e   c o u r t   w i t h   t h e   n e t s .   a n y o n e   w a n t   t o   b e t   h o w   l o n g   b e f o r e   h e   t h r o w s   a   t a n t r u m   l i k e   l a s t   t i m e ?   s e n d   h i s   🍑   b a c k   h o m e   t o   a u s t r a l i a .   l o s e r
h e ’ l l   m a k e   a   b i g   d i f f e r e n c e   f o r   b r o o k l y n   t h i s   s e a s o n .   h e   m a y   n e v e r   s h o o t   🤷 ‍ ♂ ️ .   b e n s i m m o n s   b r o o k l y n t o g e t h e r   b r o o k l y n n e t s   n e t s   k d   k y r i e   s t e v e n a s h   n b a   n b a p r e s e a s o n   n b a t w i t t e r   i n t h e s h e d   w e s a n d e r s o n   t o o l s   p o l i t i c s   s p o r t s   p a r a n o r m a l   n e w s   p o d c a s t s   s p o t i f y   y o u t u b e  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
r i n g t h e b e l l   b a c k   i n   t h e   p o s t s e a s o n   f o r   t h e   1 s t   t i m e   s i n c e   2 0 1 1   f l y e a g l e s f l y   a r e   u n d e f e a t e d   4 - 0   & a m p ;   b e n s i m m o n s   o n l y   s c o r e d   6 p t s   a s   t h e   s i x e r s   w i n 😆   i   l o v e   b e i n g   a   p h i l l y   s p o r t s   f a n !  
e a g l e s   u n d e f e a t e d                                                                                                                                       p h i l l i e s   p o s t s e a s o n                                                                                                                                       b e n s i m m o n s   s c o r e s   4   p o i n t s                                                                                             i t ' s   a l w a y s   s u n n y   i n   p h i l l y
i ' d   p a y   g o o d   m o n e y   t o   w a t c h   w e s t b r o o k   a n d   s i m m o n s   i n   a   g a m e   o f   h o r s e . . . j u m p   s h o t s   o n l y . . . 😏 
 n b a   r u s s e l l w e s t b r o o k   b e n s i m m o n s   l a k e s h o w   n e t s 
  
t h e     h a d   t h e   m o s t   d r a m a t i c   o f f s e a s o n   i n   n b a   h i s t o r y ,   b u t   n o w   i t   i s   t i m e   t o   p l a y .   w h a t   c a n   t h i s   t a l e n t e d   n e t s   r o s t e r   a c c o m p l i s h   i n   t h e   2 0 2 2 - 2 3   s e a s o n ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 b e n s i m m o n s   k e v i n d u r a n t   k y r i e i r v i n g   n b a p r e s e a s o n   n b a t w i t t e r  
b e n   s i m m o n s   d e b u t s   w i t h   b r o o k l y n   n e t s   a n d   t w i t t e r   r e a c t s   |   b e n   s i m m o n s   h i g h l i g h t s 
 
 b e n s i m m o n s   b r o o k l y n n e t s  
t h o s e   w e r e   b r o o k l y n   f a n s   b o o i n g   b e n s i m m o n s   😄   s i x e r s   f a n s   n o t   d r i v i n g   u p   t h e   j e r s e y   t u r n p i k e   i n   t h i s   w e a t h e r   j u s t   t o   b o o   d u d e 😄  
w h e r e   a r e   t h e   
 b e n s i m m o n s   h i g h l i g h t s 😶   o h . . .   n e v e r m i n d 👀  
b u i l d   y o u r   h e a l t h   a n d   f i t n e s s   b u s i n e s s   w i t h   y o u r   o w n   w e l l - d e s i g n e d   a n d   r e s p o n s i v e   w e b s i t e .   c l i c k   t h e   l i n k   b e l o w   t o   g e t   s t a r t e d     
 
 
 c a r d i b   w w e r a w   k a n y e   e u g e n e   r a m s   b a c h e l o r i n p a r a d i s e   4 9 e r s   b e n s i m m o n s   m a x e y   d w t s   f t t b   r e m y   n i n e r s   h e r s c h e l w a l k e r  
b e n s i m m o n s   s c o r e d   6 p t s   😄   
 m a x e y   s c o r e d   2 0 p t s 
 
 s i x e r s   n e t s 
 n b a  
w e b s i t e   d e s i g n   j u s t   g o t   b e t t e r   w i t h   s q u a r e s p a c e   c m s ,   k i n d l y   c l i c k   t h e   l i n k   b e l o w   t o   k n o w   m o r e   o n   b u i l d i n g   y o u r   u n i q u e   w e b s i t e ; 
 
 
 c a r d i b   w w e r a w   k a n y e   e u g e n e   r a m s   b a c h e l o r i n p a r a d i s e   4 9 e r s   b e n s i m m o n s   m a x e y   d w t s   f t t b   r e m y   n i n e r s       h e r s c h e l w a l k e r  
b u i l d   y o u r   c l i e n t s   a n d   b u s i n e s s   b r a n d   w i t h   a u t o m a t e d   e m a i l   m a r k e t i n g 
 c l i c k   t h e   l i n k   b e l o w   t o   k n o w   h o w : 
 
 
 c a r d i b   w w e r a w   k a n y e   e u g e n e   r a m s   b a c h e l o r i n p a r a d i s e   4 9 e r s   b e n s i m m o n s   m a x e y   d w t s   f t t b   9 1 1 o n f o x   r e m y   n i n e r s   a a r o n d o n a l d   h e r s c h e l w a l k e r  
w o r k   m a n a g e m e n t   a t   i t s   p e a k .   m a n a g e   y o u r   p r o j e c t s ,   t a s k s ,   a n d   t e a m s   u s i n g   m o n d a y   c o m .   c l i c k   t h e   l i n k   b e l o w 
 
 
 c a r d i b   w w e r a w   k a n y e   e u g e n e   r a m s   b a c h e l o r i n p a r a d i s e   4 9 e r s   b e n s i m m o n s   m a x e y   d w t s   f t t b   9 1 1 o n f o x   r e m y   n i n e r s   a a r o n d o n a l d   h e r s c h e l w a l k e r  
g o o d   g o d   m a n   b e n s i m m o n s  
b e n   s i m m o n s   s a i d   h e   w i l l   b e   s h o o t i n g   t h r e e s   t h i s   s e a s o n   y e t   i n   1 9   m i n   o f   p l a y   i n   p r e s e a s o n   d i d n ' t   e v e n   a t t e m p t   o n e   a n d   w e   s u p p o s e   t o   b e l i e v e   h e ' l l   s h o o t   i n   t h e   r e g u l a r   s e a s o n ? 
 b e n s i m m o n s   n b a p r e s e a s o n   n e t s
  _ k i n k e a d   f o u l ' e m ! 
 
 n b a   b e n s i m m o n s
  b a r s t o o l   s t a f f   p l a y i n g   p i c k u p   b a s k e t b a l l   a f t e r   w o r k .   i m a g i n e   t h e   s a u s a g e ,   c r a f t   b e e r ,   a n d   c h e e s e   s c e n t   e m a n a t i n g   f r o m   t h e i r   c o l l e c t i v e   a r m p i t s . 
 b i g c a t   f r a n k w a s r i g h t   p o r t n o y   a l o n g c a m e p o l l y   b e n s i m m o n s   n e t s  
  m y   o n l y   p r o b l e m   w i t h   b e n   s i m m o n s   i s   t h a t   h e ' s   s l o w   i n   * m o t i o n * 
 
 t h e r e ,   f i x e d   i t   f o r   y o u 
 
 b e n s i m m o n s   p h i l l y   n e t s   s i x e r s
b e n s i m m o n s   h i g h l i g h t s   😄  
w a t c h i n g   t h e   s i x e r s   p r e s e a s o n   r i g h t   n o w   a n d   s e e i n g   b e n s i m m o n s   m i s s e d   t w o   f r e e   t h r o w s   s h o t s   a l r e a d y … .
t h i s   m a n ' s   b e e n   a w a y   f r o m   p r o   b a s k e t b a l l   s i n c e   j u n e   o f   2 0 2 1   & a m p ;   s t i l l   c a n ' t   s h o o t   a   f r e e   t h r o w 🤦 🏿 ‍ ♂ ️   b e n s i m m o n s   n e t s   n b a  
g o n n a   b e   i n t e r e s t i n g   i f   t h e y   s t a y   h e a l t h y .   t h a n k s   f o r   t h e   p o p   u p .   n b a   b a s k e t b a l l   n e t s   k d   b e n s i m m o n s   n b a t w i t t e r  
i   c a n ' t   b e   t h e   o n l y   o n e   e n j o y i n g   b e n s i m m o n s   p e r f o r m   h i s   s e c o n d   b e s t   w o r s t   g a m e   i n   t h e   n b a   2 n d   t o   t h e   h a w k s   g a m e   t h i s i s k a r m a   a n d a m a z i n g   2 1 5   p h i l l y   🤘 🏾 🤞 🏾 🖤
i d g a f   b e n s i m m o n s   s t i l l   c a n ’ t   s h o o t / i s   s c a r e d   t o   s h o o t !   w e s t b r i c k !   🤣   p h i v s b k n   n e t s   7 6 e r s   p h i l l y   b r o o k l y n   n b a p r e s e a s o n 2 0 2 2   n b a t w i t t e r   n b a
b e n s i m m o n s   j u s t   m i s s e d   b o t h   o f   h i s   f r e e   t h r o w s .   n i c e   t o   s e e   h e ’ s   b a c k   i n   m i d s e a s o n   f o r m .
i   a m   r o o t i n g   f o r   b e n   s i m m o n s ! !   b e n s i m m o n s
b e n s i m m o n s   i s   b a c k .   
 
 n b a p r e s e a s o n 2 0 2 2   
 
  
“ l e t   i t   r a i n n n n n n ❗ ️ ” 
 
 -   p h i l i p   s e y m o u r   h o f f m a n   b e n s i m m o n s  
b e n   s i m m o n s   b a c k   t o   h i s   n o r m a l   s e l f . . . . 
 b e n s i m m o n s     f r e e t h r o w s  
i   l o v e   t h e   b o o s   b e n s i m m o n s   i s   g e t t i n g     l o o k i n g   s t e l l a r   a s   e x p e c t e d   7 6 e r s   f o   l i f e ! !
b e n s i m m o n s   b a c k   o n   t h e   c o u r t   n b a p r e s e a s o n 2 0 2 2   👀 🏀 ‼ ️
h e ’ s   b a c k k k ! ! !   n e t s   n b a   s i m m o n s   b e n s i m m o n s  
b e n s i m m o n s   s t i l l   t r a s h  
m a n   t h e s e   p r e   s e a s o n   g a m e s   r e a l l y   g o t   m e   m i s s i n g   t h e   n b a 🥲 🥲 😩 😩 😭 😭 b e n s i m m o n s   n b a  
s i m m o n s   g e t s   b a c k   t o   c r e a t e   t h e   t u r n o v e r .   n b a   b a s k e t b a l l   n e t s   b e n s i m m o n s   n b a t w i t t e r  
w h a t   i s   a   r e a l i s t i c   r e b o u n d   n u m b e r   f o r   b e n s i m m o n s ?   i t ' s   o n l y   b e e n   a   f e w   m i n u t e s   b u t   c l e a n i n g   t h e   g l a s s   i s   g o n n a   b e   a n   i s s u e   f o r   t h e   n e t s   a l l   s e a s o n . 
 
 o t h e r w i s e   i f   b r o o k l y n   f i g u r e s   i t   o u t   & a m p ;   i f   t h e y   s t a y   h e a l t h y   ( t h a t   s e c o n d   i f . . . )   t h e y ' r e   a   p r o b l e m   i n   t h e   e a s t .   n b a   b a l l o r f a l l  
i   l i k e   b e n s i m m o n s .   h e ' s   a   w i n n i n g   p l a y e r .   i   k n o w   i t ' s   e a r l y ,   b u t   h i s   g a m e   l o o k s   t h e   s a m e
t h e y   g o n n a   h a v e   s o m e   i n t e r e s t i n g   r o t a t i o n s .   n b a   b a s k e t b a l l   n e t s   b e n s i m m o n s   n b a t w i t t e r  
t h i s   i s   g o n n a   b e   b e n s i m m o n s   y e a r   🥲 🥲
3   p l a y s   i n   a n d   b e n   i s   t h e   p g   n b a   n e t s   b e n s i m m o n s
  i ’ m   r o o t i n g   f o r   y o u   b r o !   b e n s i m m o n s   n b a p r e s e a s o n
b e n   s i m m o n s   g o n n a   p r o v e   a   l o t   o f   y ’ a l l   w r o n g   i f   h e   s t a y s   h e a l t h y   t h i s   s e a s o n .   c a n ’ t   b e l i e v e   h o w   u n d e r r a t e d   h e   h a s   b e c o m e 🤦 🏼 ‍ ♂ ️ . 
 |   b e n s i m m o n s     n e t s   n b a   |  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
g o l d e n   s t a t e   w a r r i o r s   v s .   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
j a l e n   h u r t s   i s   t h e   a n t i   b e n s i m m o n s   h i s   w o r k   e t h i c   & a m p ;   d i s c i p l i n e   a r e   e v e r y t h i n g   b e n ' s   i s   n o t !   m o n d a y t h o u g h t s   s p o r t s   f l y e a g l e s f l y
7 6 e r s   f a n s   i t ' s   h a p p e n i n g !   b e n   s i m m o n s   i s   e x p e c t e d   t o   p l a y   i n   t o n i g h t ' s   p r e s e a s o n   g a m e   a g a i n s t   p h i l l y .   h o w   m a n y   p o i n t s   w i l l   h e   d r o p   i n   h i s   r e t u r n ?   n b a   n b a t w i t t e r   g a m b l i n g t w i t t e r   s p o r t s b e t   s p o r t s b e t s   s p o r t s b e t t i n g t w i t t e r   s p o r t s b e t t o r   p h i l a d e l p h i a 7 6 e r s   b e n s i m m o n s   7 6 e r s
m y     g o i n g   a t     t o n i g h t   a n d   f i n a l l y   w e   g o t     h e a l t h y   p l a y i n g   g r e a t n e w s   b e n s i m m o n s   n b a p r e s e a s o n   n b a n e w s  
b e n   s i m m o n s   w i l l   d e b u t   t o n i g h t   f o r   b r o o k l y n ,   a g a i n s t   t h e   7 6 e r s ,   h i s   f o r m e r   t e a m .   
 
 a n d   y e s ,   a s   m u c h   a s   y o u   s a y   t h a t   y o u   “ d o n ’ t   c a r e ”   y o u   k n o w   y o u   w i l l   b e   w a t c h i n g . 
 
 n b a   b e n s i m m o n s  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b e n   s i m m o n s   m a k e s   h i s   n e t s   d e b u t   t o d a y   -   a g a i n s t   j o e l   e m b i i d   a n d   7 6 e r s !   😤 🍿 
 
 w h o   y o u   g o t ? 
 
 b e n s i m m o n s   b r o o k l y n n e t s   j o e l e m b i i d   7 6 e r s   n b a p r e s e a s o n  
i s   b e n s i m m o n s   b a c k   s t i l l   h u r t ?
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
b b a l l   a r e   y o u   g o i n g   t o   r e m a i n   c o m m i t t e d   t o   t h e   s p o r t   b e n s i m m o n s  
a   s t a t   f r o m   l a s t   n i g h t ' s   r a p t o r s   g a m e   w a s   s c o t t i e b a r n e s   w a s   t h e   2 3 r d   r o o k i e   i n   n b a   h i s t o r y   t o   h a v e   1 k   p o i n t s ,   5 0 0 +   r e b o u n d s   & a m p ;   2 5 0 +   a s s i s t s . 
 
 h e   j o i n e d   l u k a ,   b l a k e   & a m p ;   b e n s i m m o n s .   o h   y e a h :   s i m m o n s   w a s   d e c e n t . . . a t   t h e   s t a r t ;   r o o k i e   o f   t h e   y e a r . 
 
 h o w   d o   y o u   c o l l a p s e   t h i s   b a d l y ?  
w i l l   t h e   n e t s   o v e r c o m e   t h e   d r a m a   & a m p ;   m a k e   i t   t o   t h e   f i n a l s ?   c l i c k   l i n k   f o r   f u l l   v i d e o . 
 
 e d i t e d   b y   c a n t v       n b a   n b a t w i t t e r   b a s k e t b a l l   n b a p r e s e a s o n   n e t s   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s 
 c a n t v   n b a o f f s e a s o n  
b e n s i m m o n s   w i l l   p l a y   a g a i n s t   t h e   s i x e r s   f o r   f i r s t   t i m e   m o n d a y   i n   b r o o k l y n     v i a  
b e n   s i m m o n s   d o m i n a t i n g   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s b e s t   b e n s i m m o n s b r o o k l y n   b e n s i m m o n s e m b i i d   b e n s i m m o n s k e v i n d u r a n t   b e n s i m m o n s k y r i e i r v i n g   b e n s i m m o n s n b a   b e n s i m m o n s n e t s   b e n s i m m o n s p a s s   b e n s i m m o n s p r a c t i c e   b e n s i m m o n s s h o o t i n g  
s t e v e   k e r r   p o s t g a m e   i n t e r v i e w   |   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n  
j a m e s   h a r d e n   " f i g u r i n g   t h i n g s   o u t "   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s n e w s   7 6 e r s t r a i n i n g c a m p   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j a m e s h a r d e n h i g h l i g h t s   j o e l e m b i i d   n b a   n b a n e w s   n b a p r e s e a s o n   n b a t r a i n i n g c a m p  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   b e n   s i m m o n s ,   k y r i e   i r v i n g   a n d   b r o o k l y n   n e t s   w o r t h   a   w a g e r   a f t e r   n e w   b i g   3   d e b u t s   –       b e n   b i g   b r o o k l y n   d e b u t s
i   y o u   n e e d   q r   c o d e s   f o r   y o u r   d o c u m e n t   t h e n   c l i c k   t h e   l i n k   b e l o w   t o   c o n t a c t   m e . 
 
 n a t i o n a l b o y f r i e n d d a y   s e u l g i   e u g e n e   d r e a m f a c e r e v e a l   t u e s d a y v i b e   w w e r a w   w a k a n d a f o r e v e r   h a l l o w e e n   g o o d   t u e s d a y   b r o s   n a r u t o   o v e r w a t c h   2   b e n   s i m m o n s   x i a o m i l a u n c h   a d r i a  
i   y o u   n e e d   s o c i a l   m e d i a   p o s t s   t h e n   c l i c k   t h e   l i n k   b e l o w   t o   c o n t a c t   m e . 
 
   x i a o m i l a u n c h   b e n   s i m m o n s   o v e r w a t c h   2   n a r u t o   b r o s   g o o d   t u e s d a y   h a l l o w e e n   w a k a n d a f o r e v e r   w w e r a w   t u e s d a y v i b e   d r e a m f a c e r e v e a l   e u g e n e   s e u l g i   n a t i o n a l b o y f r i e n d d a y  
i   y o u   n e e d   a m a z o n   l i s t i n g   i m a g e s   t h e n   c l i c k   t h e   l i n k   b e l o w   t o   c o n t a c t   m e . 
 
   x i a o m i l a u n c h   b e n   s i m m o n s   o v e r w a t c h   2   n a r u t o   b r o s   g o o d   t u e s d a y   h a l l o w e e n   w a k a n d a f o r e v e r   w w e r a w   t u e s d a y v i b e   d r e a m f a c e r e v e a l   e u g e n e   s e u l g i   n a t i o n a l b o y f r i e n d d a y  
(   s t a r s   b e n   s i m m o n s ,   k a w h i   l e o n a r d   a n d   j a m a l   m u r r a y   a l l   r e t u r n   t o   f l o o r   f o r   f i r s t   a c t i o n   i n   m o r e   t h a n   a   y e a r   :   k e y   p l a y e r s   o n   t h r e e   o f   t h i s   s e a s o n ' s   c h a m p i o n s h i p - c a l i b e r   t e a m s   a l l   s a w   l i m i t e d   m i n u t e s   . .  
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
b e n   s i m m o n s   s l a m s   h o m e   h i s   f i r s t   n e t s   b u c k e t !     v i a  
b e n   d u n k s   i t   f o r   h i s   f i r s t   n e t ' s   b u c k e t 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   b e n   s i m m o n s   d u n k   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
c a r s o n w e n t z     & a m p ;   b e n s i m m o n s   t h a n k   g o d   t h e y ' r e   n o   l o n g e r   i n   p h i l l y
f i r s t   o n e   t o   s p o t   i t   g e t s   a   🍪   … …   h o w   d i d   t h i s   h a p p e n ?   
 
 b e n s i m m o n s   k y r i e i r v i n g   b r o o k l y n n e t s   n e t s   k d   s i m m o n s   a i r b a l l  
n o t h i n   b u t … . .   a i r   b e n s i m m o n s   i s   i n   m i d   s e a s o n   f o r m   n b a   n b a t w i t t e r   b k n e t s   n e t s  
      a c c o u n t i n g   t o   t h e   p i c   b e l o w ,   i   t h i n k   h e ' s   l e f t - h a n d e d 😭 🤣   b e n s i m m o n s  
b e n   s i m m o n s   w i t h   t h e   s h o t   b o i i .   b e n s i m m o n s   n e t s   b r o o k l y n   b r o o k l y n n e t s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
  d i d   y o u   s e e   h o w   h i s   h a n d   & a m p ;   w r i s t   l o o k e d   o n   r e l e a s e ☠ 😭   w h a t   w a s   d o i n g   s i n c e   j u n e   o f   2 0 2 1 😶   b e n s i m m o n s  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
l o s   a n g e l e s   l a k e r s   c o n t r e   s a c r a m e n t o   k i n g s   f a i t s   . . . 
   
 
   
 a n d r é w i g g i n s   a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   d w i g h t h o w a r d   f a i t s s a i l l a n t s d e l a n b a   f a i t s s a i l l a n t s d e l a n b a a u j o u r d h u i  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
l o s   a n g e l e s   l a k e r s   c o n t r e   s a c r a m e n t o   k i n g s   f a i t s   . . . 
   
 
   
 a n d r é w i g g i n s   a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   d w i g h t h o w a r d   f a i t s s a i l l a n t s d e l a n b a   f a i t s s a i l l a n t s d e l a n b a a u j o u r d h u i  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
f r o m   g r e e n v i l l e ,   n c   t o   b r o o k l y n :   d a y & a m p ; 3 9 ; r o n   s h a r p e & a m p ; 3 9 ; s   n b a   j o u r n e y   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   d a y r o n s h a r p e   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n e t s h i g h l i g h t s   n o r t h c a r o l i n a   s p o r t s   s t e v e n a s h   u n c  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t h e   b r o o k l y n   n e t s :   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   i s s u e s   ( t h e   r e a l   s t o r y ) 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a o n e s p n   n e t s t r a d e r u m o u r s  
w e l c o m e   t o   t h e   s q u a d     p s 5 s h a r e ,   n b a 2 k 2 3 ,   n e w a d d i t i o n ,   b e n s i m m o n s ,   n e w y o r k k n i c k s  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t h r e e   t h i n g s   s t e v e   n a s h ,   b e n   s i m m o n s   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
j u s t   w a t c h e d   a   r e p l a y   o f   e a g l e s   c a r d i n a l s   g a m e .   b e f o r e   t h e   f g   a t t e m p t   m a t t   a m e n d o l a   l o o k e d   l i k e   b e n s i m m o n s   g o i n g   u p   t o   t h e   f r e e   t h r o w   l i n e
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
i n d i a n a   p a c e r s   v s .   n e w   y o r k   k n i c k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
t h e   7 6 e r s   b u i l t   a   s t a t u e   f o r   b e n s i m m o n s  
h e   n e e d s   t o   w o r k   o n   h i s   j u m p e r   & a m p ;   f r e e   t h r o w s 🤷 🏿 ‍ ♂ ️   b e n s i m m o n s    
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
" i   t h i n k   a   h e a l t h y   l a k e r s   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   b e n s i m m o n s   d r a y m o n d g r e e n   v i c t o r w e m b a n y a m a   d e a a r o n f o x   n b a f a n t a s y       _ s c h i n d l e r      
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   b e n s i m m o n s   d r a y m o n d g r e e n   v i c t o r w e m b a n y a m a   d e a a r o n f o x   n b a f a n t a s y     _ d a n a s c o t t                
b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   b e n s i m m o n s   d r a y m o n d g r e e n   v i c t o r w e m b a n y a m a   d e a a r o n f o x   n b a f a n t a s y             _       _ c o h e n _ n b a   _ p r i c e   _ h o f m a n n
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   b e n s i m m o n s   d r a y m o n d g r e e n   v i c t o r w e m b a n y a m a   d e a a r o n f o x   n b a f a n t a s y 
                 _ c a t o  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
p r e - s e a s o n   o r   n o t   b e n s i m m o n s   t a k i n ’   3 - s h o t s   t h e   e n t i r e   g a m e   i s n ’ t   h e l p i n ’   t h e   n e t s   i n   a n y   w a y   🥱 😴
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m e m p h i s   g r i z z l i e s   v s .   m i a m i   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c a n ’ t   t e l l   i f   s p o e l s t r a   g o n n a   r i p   h i s   g u y s   o r   n a s h   g o n n a   p r a i s e   h i s   g u y s   i n   f i l m   s e s s i o n   t o m o r r o w   ( p r o b   b o t h )   b u t   n e t s   g e t t i n g   a   w i d e   o p e n   3   o f f   a   r e b o u n d   f r o m   a   f t   i s   a w e s o m e .   b e n s i m m o n s  
b e n s i m m o n s   i s   m e n t a l l y   s o f t !   h i s   h e i g h t ,   w e i g h t   & a m p ;   g i f t s   a r e   i r r e l e v a n t   b e c a u s e   h e   d o e s n ' t   p o s s e s s   k i l l e r   i n s t i n c t !  
y o u   a r e n ' t   l i s t e n i n g .   a f t e r   4 5 0   d a y s   b e n s i m m o n s   h a s n ' t   d o n e   a n y t h i n g   m e a n i n g f u l   w i t h   a   b a s k e t b a l l .   t h e   g l a s s   i s   n o t   h a l f   f u l l .   i t ' s   s t i l l   h a l f   e m p t y   🤷 🏿 ‍ ♂ ️  
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b e n s i m m o n s   r o a s t e d   o v e r   t e r r i b l e   o f f e n s i v e   p e r f o r m a n c e   
 

b e n   s i m m o n s   b e s t   p l a y   y e t   v s   h e a t !   n b a   b r o o k l y n   n e t s   v s   m i a m i   h e a t 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s h i g h l i g h t s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s t o d a y   n e t s v s h e a t  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b e n   s i m m o n s   t h e   s e c o n d   n e t s   f a n s   i n e v i t a b l y   s t a r t   b o o i n g   h i m .   b e n s i m m o n s  
b e n s i m m o n s   s a i d   h e   w a n t s   t o   b e   m o r e   a g g r e s s i v e   i n   t h e   p o s t 🤣 😭  
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   v i c t o r w e m b a n y a m a   b e n s i m m o n s   n b a s e a s o n p r e v i e w   t y r e s e m a x e y   n b a f a n t a s y 

t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   v i c t o r w e m b a n y a m a   b e n s i m m o n s   n b a s e a s o n p r e v i e w   t y r e s e m a x e y   n b a f a n t a s y         _ n   _ _ b o o n e            
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   v i c t o r w e m b a n y a m a   b e n s i m m o n s   n b a s e a s o n p r e v i e w   t y r e s e m a x e y   n b a f a n t a s y   _ h o f m a n n   _ j j f           _ s a e n      
b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   v i c t o r w e m b a n y a m a   b e n s i m m o n s   n b a s e a s o n p r e v i e w   t y r e s e m a x e y   n b a f a n t a s y       _                
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   v i c t o r w e m b a n y a m a   b e n s i m m o n s   n b a s e a s o n p r e v i e w   t y r e s e m a x e y   n b a f a n t a s y       _ l e w i s     _ k a r a l i s   _ s _ h a r v e y        
e m b i i d   l o o k i n g   a t   t h e   d r a y m o n d   p u n c h   🥊   & a m p ;   t h i n k i n g   -   “ u   m e a n   i   c o u l d ’ v e   d o n e   t h a t   t o   b e n s i m m o n s   l a s t   y e a r ? ”  
t h e   d u a l i t y   o f   m a n   n b a t w i t t e r   n e t s   s i x e r s   b e n s i m m o n s   n b a p r e s e a s o n  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   h a w k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
f i r s t   b e n 1 0   b u c k e t   i ’ v e   w i t n e s s e d   s i n c e   t h e   a t l a n t a p a s s a c r e   ! 😂   
 p e e p   t y l e r h e r r o   o n   t h e   b e a c h 🤣 
 b e n s i m m o n s   n b a   b a s k e t b a l l   b r o o k l y n n e t s  
w h a t   h a p p e n   t o   b e n   s i m m o n     b e n s i m m o n s
i s   b e n s i m m o n s   s t i l l   b e n s i m m o n s ? 
 
 t w o   g a m e s   -   
 
 4 4   m i n u t e s   -   9   s h o t s … . 
 
 i n   p r e - s e a s o n ? ? ?   
 
 n b a
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
a c c o r d i n g   t o   k d   t h e   s k i e s   t h e   l i m i t e d   f o r   b e n s i m m o n s   😭  
b e n s i m m o n s   h a s   j e d i   m i n d   t r i c k e d   p p l   i n t o   s a y i n g   y o u   d o n ' t   h a v e   t o   s h o o t 😭   😭  
d e f e n s i v e   t h e n   o f f e n s i v e   p l a y   f r o m     b e n s i m m o n s   n b a   b r o o k l y n _ n e t s   m i a m i h e a t  
6   t o   9   a f t e r   3   q u a r t e r s   o f   f o o t b a l l   & a m p ;   t h i s   i s   s t i l l   m o r e   t h a n   b e n s i m m o n s   s c o r e d   t o n i g h t 🤣   
 
 " c o l t s   a t   b r o n c o s "     

o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b e n s i m m o n s   h a s   h a d   n o t h i n g   b u t   t i m e !   a p p a r e n t l y ,   t h e   m a n   h a s n ' t   w o r k e d   o n   h i s   g a m e   s i n c e   j u n e   o f   2 0 2 1 🤷 🏿 ‍ ♂ ️   a s   m u c h   m o n e y   a s   t h i s   m a n   g e t s ,   y o u ' d   t h i n k   h e ' d   a t   l e a s t   p r e t e n d   t o   g i v e   a   s h * t 😆  
t h e   e x c u s e   f o r   b e n s i m m o n s   i s   t h a t   h e   h a s n ' t   p l a y e d   s i n c e   t h e   s p r i n g   o f   2 0 2 1 !   w h a t   i ' m   s a y i n g   i s ,   s h o u l d n ' t   h e   h a v e   b e e n   i n   t h e   g y m   w o r k i n g   o n   h i s   g a m e   i n   a l l   t h a t   t i m e 😶  
y o u   s e e   t h e   b e n s i m m o n s   g l a s s   a s   h a l f   f u l l !   i   s e e   h i s   o t h e r   s t a t s   a s   h a s   e m p t y 😆  
l o l   y e a   s i x e r s   f a n s   w e r e   t h e   p r o b l e m   😂   e n j o y   t h e   h o r r i b l e   r i d e   n e t s   f a n s .   b e n   w i l l   h a v e   “ b a c k   i s s u e s ”   a k a   a   m e n t a l   b r e a k d o w n   w i t h i n   2 5   g a m e s   s i x e r s   b e n s i m m o n s   n e t s
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
p j   g o t   t h a t   d o g   i n   h i m 
 t r e z   g o t   t h a t   d o g   i n   h i m 
 m e l t o n   g o t   t h a t   d o g   i n   h i m 
 
 2 5   g o t   t h a t   s c a r e d   l i t t l e   h o u s e   c a t   i n   h i m 
 
 b e n s i m m o n s  
d o   w e   c o n s i d e r   t h i s   a   b e n   s i m m o n s   j u m p e r ?     h e   s h o u l d   b e   s h o o t i n g   r i g h t   h a n d e d .   n b a   b a s k e t b a l l   n b a t w i t t e r   b e n s i m m o n s   n e t s   p r e s e a s o n   b r o o k l y n  
t h e     a r e   s t i l l   h o r r i b l e   o n   t h e   d e f e n s i v e   e n d   o f   t h e   f l o o r   a n d   n o   o f f e n s i v e   p l a y   m a k i n g   f r o m   s t e v e   n a s h .   h i s   p l a n   i s   t o   h a v e   k d   i s o   b a l l   a l l   d a y .   s o   m u c h   t u r n o v e r s .   j u s t   h o r r i b l e   🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️   b r o o k l y n n e t s   b e n s i m m o n s   t r e n d i n g
b e n   s i m m o n s   n e e d s   t o   s t a r t   l o o k i n g   f o r   h i s   s h o t .   h e ' s   g o o d   e n o u g h . 
 b e n s i m m o n s   n e t s   b r o o k l y n   n b a
b e n s i m m o n s   i s   g o i n g   t o   b e   s p e c i a l   f o r   t h e   b r o o k l y n n e t s   t h i s   y e a r   n b a t w i t t e r   n b a p r e s e a s o n
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e t r o i t p i s t o n s   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b e n   s i m m o n s   m a k e s   l o n g   a w a i t e d   n e t s   d e b u t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b e n s i m m o n s 3 p o i n t e r   b e n s i m m o n s h i g h l i g h t s   b e n s i m m o n s i n j u r y   b e n s i m m o n s i n t e r v i e w   b e n s i m m o n s n e t s   b e n s i m m o n s n e t s d e b u t   b e n s i m m o n s p a s s e d u p d u n k   b e n s i m m o n s r e t u r n  
🎙 🏀   |   n b a   |   e p   1 4 8   o f     p o d c a s t   i s   n o w   a v a i l a b l e   
 
 b e n s i m m o n s   b r i t t n e y g r i n e r   l e b r o n j a m e s   
 
 🎧   s p o t i f y :   
 🎧   a p p l e :   
 🎧   g o o g l e :   
 
 n b a p r e s e a s o n   n b a t w i t t e r   t 7 m r a d i o   b e s t o f s e v e n s p o r t s t a l k  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
🎙 🏀   |   n b a   |   e p   1 4 8   o f     p o d c a s t   i s   n o w   a v a i l a b l e   
 
 b e n s i m m o n s   b r i t t n e y g r i n e r   l e b r o n j a m e s   
 
 🎧   s p o t i f y :   
 🎧   a p p l e :   
 🎧   g o o g l e :    
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
n b a   i s   b a c k !   c a n ’ t   w a i t   t o   b r e a k   d o w n   b e n s i m m o n s   n e w   j u m p s h o t   t o n i g h t   🤧 
 
 w h o l e   l o t t a   s p o r t s   🏀 🏈 ⚾ ️ 
 a n d   e v e n   m o r e   s h e n a n i g a n s ! 
 s p o r t s   & a m p ;   s h e n a n i g a n s   
 w e d n e s d a y s   9 p m   e s t     
   
 w /   k r i c h !   c j !   & a m p ;   n i n o !  
b e n s i m m o n s   t r a d e d   t o   t h e   s u n s   f o r   d e a n d r e a y t o n ‼ ️ * * e s p n   w o j   n b a   b r e a k i n g   n e w s * *   🤯   🤯 
 w a t c h   t h e   f u l l   v i d e o   o n   m y   y o u t u b e   c h a n n e l   👀 👀 ⬇ ️ ⬇ ️ 
 👉 
 p h o e n i x s u n s   d e v i n b o o k e r   c h r i s p a u l   k y r i e i r v i n g   k e v i n d u r a n t   z i o n w i l l i a m s o n   n b a n e w s   n b a t r a d e  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
u t a h   j a z z   v s .   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b e n   s i m m o n s '   b r i c k   s t r u c k   k y r i e   i r v i n g   i n   t h e   f a c e . 🤣   b e n s i m m o n s   k y r i e i r v i n g  
b e n s i m m o n s   i s   b u i l d i n g   h o u s e s   a n d   g i v i n g   b a c k   t o   h i s   c o m m u n i t y !  
n b a   f a n s   h a v e   g i v e n   b e n s i m m o n s   a   n e w   n i c k n a m e !  
i f   y o u   s a y   s o 😂   n b a   b a s k e t b a l l   b r o o k l y n n e t s   b e n s i m m o n s   k d   k y r i e   n e t s  
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t h e   b r o o k l y n n e t s '   b e n s i m m o n s   i s   g r a t e f u l   t o   b e   b a c k   a f t e r   h i s   p r e s e a s o n   d e b u t . 
  
a   h e a l t h y   b e n s i m m o n s   m a k e s   t h e   n e t s   c h a m p i o n s h i p   f a v o r i t e s !  
📣   n e w   p o d c a s t !   " b e n   s i m m o n s   r e v e n g e   t o u r "   o n     7 6 e r s   b e n s i m m o n s   b r o o k l y n   m a d o   n b a   n e t s   n e t s w o r l d   r e v e n g e   s e a s o n   s i m m o n s   s r n o w   t o u r  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s .   b o s t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   p h i l a d e l p h i a   7 6 e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b e n   s i m m o n s   h i g h l i g h t s   v s   p h i l a d e l p h i a   7 6 e r s !   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s v s 7 6 e r s   b r o o k l y n n e t s v s p h i l a d e l p h i a 7 6 e r s   e a s t e r n c o n f e r e n c e   n b a p r e s e a s o n   n e t s   n e t s v s 7 6 e r s   n e t s v s p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s  
w a r r i o r s   s i t e   t r y i n g   t o   s e l l   a   s t e p h c u r r y   f i g u r e .   l o o k s   m o r e   l i k e   b e n s i m m o n s   l o l .   g s w   g o l d e n s t a t e w a r r i o r s   n b a  
o h   c m o n   m a n   💀   b e n s i m m o n s  
w i l d   t o   t h i n k ,     b u t   t h i s   w i l l   b e   k d   & a m p ;   k y r i e ' s   f i r s t   h o m e   o p e n e r   t o g e t h e r   w i t h   f a n s   i n   a t t e n d a n c e . . . 
 
 2 0 1 9   -   n o   k d 
 2 0 2 0   -   c o v i d - 1 9   ( n o   f a n s ) 
 2 0 2 1   -   n o   k a i   ( v a x   m a n d a t e ) 
 2 0 2 2   -   🖤 🤍 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s t w i t t e r   b k n e t s   n e t s   b k l y n n e t s   d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
i ’ v e   s e e n   1 0 0 0   e x c u s e s   f o r   w h y   b e n   s i m m o n s   c o u l d n ’ t   m a k e   a   m i d r a n g e   s h o t   o r   h i s   f r e e   t h r o w s   l a s t   n i g h t .   g e t   u s e d   t o   i t   n e t s   f a n s .   y o u ’ r e   g o n n a   d e f e n d   h i m   w i t h   y o u r   l i f e   a n d   o n e   d a y   w h e n   h e ’ s   n o t   o n   y o u r   t e a m   y o u ’ r e   g o n n a   t a l k   t r a s h   a b o u t   h i m .   n b a   s i x e r s   7 6 e r s   b e n s i m m o n s   n e t s
b e n   s i m m o n s   f a c e   a f t e r   t h e   s h o t   a t t e m p t   h i t   k y r i e   i n   t h e   f a c e   💀 
 b e n s i m m o n s   
 
  
i   s e e   z e r o   i m p r o v e m e n t   w i t h   b e n s i m m o n s   s t i l l   t h e   s a m e   a v e r a g e   p l a y e r   n b a   b e n s i m m o n s
i   h e a r d   b e n s i m m o n s   p l a y e d  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
_ 3 d   h o w   w i l l   t h i s   a f f e c t   l e b r o n ’ s   l e g a c y ?   l e g o a t   w a s h e d   b e n s i m m o n s
b e n   1 0   i n   d a   b u i l d i n g   💪 🏾     n e w   v i d   o u t   n o w   ‼ ️   g e t   m y   r e a c t i o n   e x p l o r e   h o u s e o f h i g h l i g h t s   b e n s i m m o n s   n b a p r e s e a s o n   n b a   b a s k e t b a l l  
b e n   s i m m o n s   b r o o k l y n   n e t s   d e b u t   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s 2 k 2 2   b e n s i m m o n s 3 p o i n t e r   b e n s i m m o n s b r o o k l y n n e t s   b e n s i m m o n s d e f e n s e   b e n s i m m o n s d u n k   b e n s i m m o n s h i g h l i g h t s   b e n s i m m o n s i n j u r y   b e n s i m m o n s i n t e r v i e w   b e n s i m m o n s l o w l i g h t s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k e v i n   d u r a n t ,   k y r i e   i r v i n g ,   b e n   s i m m o n s   b u t a t a   s a   s i x e r s 
 
 t u n a y n a t a b l o i d i s t a   
 a b a n t e s p o r t s 
 k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
i f   y o u   w o u l d   l i k e   t o   s e e   t h e   b r o o k l y n   n e t s   t h i s   s e a s o n   l e t   m e   k n o w .   i   a m   s e l l i n g   a l l   h o m e   g a m e s .   t h e   r o w   i s   4   r i g h t   n e x t   t o   t h e   a w a y   t e a m   b e n c h .   t h i s   v i d e o   i s   w h e r e   t h e   s e a t s   a r e .   n b a   k d   k y r i e   b e n s i m m o n s  
b e n s i m m o n s   i s   b a c k ! !  
. . . b u t   w o r d s   w i l l   n e v e r   h u r t   m e . . . o r   b o o s   😆 
 
 n b a   n e t s   b e n s i m m o n s   7 6 e r s
b e n   s i m m o n s   i s   m a k i n g   h i s   n e t s   d e b u t   i n   2 0 2 2   p r e s e a s o n   🔥 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s d e b u t   b e n s i m m o n s d e b u t n e t s   b e n s i m m o n s h i g h l i g h t s   b e n s i m m o n s n e t s   b e n s i m m o n s t r a d e   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
r a c h e l n i c h o l s   j o i n s   s h o w t i m e   s p o r t s   1   y e a r   a f t e r   l e a v i n g   e s p n   🤯 ‼ ️   
 ↪ ️   s h o w t i m e   s h o w t i m e b a s k e t b a l l   m a l i k a a n d r e w s   s t e p h e n a s m i t h   t u a   d o l p h i n s   n b a   n f l   s p o r t s   b a s k e t b a l l   n b a n e w s   b e n s i m m o n s   r u s s e l l w e s t b r o o k   l a k e r s   l e b r o n   s k i p b a y l e s s  
l o s   a n g e l e s   c l i p p e r s   v s   p o r t l a n d   t r a i l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s  
f o l l o w i n g   l e n g t h y   l a y o f f s   c a u s e d   b y   i n j u r i e s ,   t h r e e   o f   t h e   n b a ’ s   b e s t   p l a y e r s   a r e   f i n a l l y   m a k i n g   t h e i r   l o n g - a w a i t e d   r e t u r n s .   n b a   b e n s i m m o n s   j a m a l m u r r a y   k a w h i l e o n a r d   b a s k e t b a l l   s p o r t s n e w s   c l i p p e r s   n u g g e t s   7 6 e r s   8 x b e t  
⬇ ️ g o o d   s t u f f   h e r e !   _ m e d i n a   j o i n s   m e   t h i s   f r i d a y   n i g h t   a t   1 2   m i d n i g h t     f o r   " m e d i n a   m a g i c "   a   n e w   b i - w e e k l y   s e g m e n t   o n   t h e   b e r n i e f r a t t o s h o w   ~ w e ' l l   t a l k   r u s s e l l w e s t b r o o k   l a k e r s   b e n s i m m o n s   & a m p ;   m u c h ,   m u c h   m o r e !   🏀 🗑 ️ 
 ~ y o u ' v e   g o t   a   f r o n t   r o w   s e a t   t o   t h e   n b a  
k y r i e   i r v i n g   o n   b e n   s i m m o n s :   “ h e ’ s   g o i n g   t o   l o v e   p l a y i n g   w i t h   u s ”   b e n s i m m o n s   b r o o k l y n n e t s   k y r i e i r v i n g  
k y r i e   i r v i n g   p u t s   o u t   w o r d s   i n f r o n t   o f   m e d i a   p o s t   g e   h o w   b e n   s i m m o n s   i s   t r y i n g   t o   b e   p a r t   o f   e f f e c t i v e   o f f e n s e   a t   t h e   t e a m . 
 
 n b a   n e t s   n e t s w o r l d   k y r i e i r v i n g   b e n s i m m o n s  
e a g l e s   a r e   t h e   l a s t   u n d e f e a t e d   t e a m   i n   t h e   n f l   t h e   s i x e r s   b e a t   t h e   n e t s   i n   p r e s e a s o n !   b e n s i m m o n s   s c o r e d   6 p t s 😆   & a m p ;   t h e   p h i l l i e s   a r e   b a c k   i n   t h e   p o s t s e a s o n   a f t e r   1 1   y r s   r i n g t h e b e l l   p h i l a d e l p h i a  
" i ' m   g r a t e f u l   j u s t   t o   b e   a b l e   t o   s t e p   o n   t h a t   f l o o r , "   b e n s i m m o n s   s a i d .   " s t e p   o n   a n   n b a   f l o o r   a g a i n .   i   h a d   a   l o t   o f   f u n   o u t   t h e r e . "   n b a t w i t t e r   b r o o k l y n n e t s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
g o t   u s e d   b a t t e r i e s ?   n o t   s u r e   h o w   t o   d i s p o s e   o f   t h e m ,   o r   c o n c e r n e d   a b o u t   h a z a r d o u s   f l u i d s ?   
 
 b a t t e r i e s   b a t t e r y   b a t t e r y r e m o v a l   b a t t e r y s t o r a g e   b a t t e r y r e c y c l i n g   u s e d b a t t e r y   q u a n t u m   q u a n t u m t e c h n o l o g y   s a l e   u s a b u s i n e s s   e q u i p m e n t   b e n s i m m o n s   v e l m a   k i t t l e  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
k a w h i   l e o n a r d ,   d a m i a n   l i l l a r d ,   b e n   s i m m o n s ,   j a m a l   m u r r a y   p u t s   u p   a   s h o w   i n   m o n d a y   p r e s e a s o n   a f t e r   r e s p e c t i v e   l o n g   r e c o v e r y   h i a t u s   b e n s i m m o n s   d a m i a n l i l l a r d   j a m a l m u r r a y   k a w h i l e o n a r d  
j u s t   r e a d   t h a t   b e n s i m m o n s   w a s   g r e a t f u l   t o   b e   b a c k   o n   t h e   c o u r t   w i t h   t h e   n e t s .   a n y o n e   w a n t   t o   b e t   h o w   l o n g   b e f o r e   h e   t h r o w s   a   t a n t r u m   l i k e   l a s t   t i m e ?   s e n d   h i s   🍑   b a c k   h o m e   t o   a u s t r a l i a .   l o s e r
h e ’ l l   m a k e   a   b i g   d i f f e r e n c e   f o r   b r o o k l y n   t h i s   s e a s o n .   h e   m a y   n e v e r   s h o o t   🤷 ‍ ♂ ️ .   b e n s i m m o n s   b r o o k l y n t o g e t h e r   b r o o k l y n n e t s   n e t s   k d   k y r i e   s t e v e n a s h   n b a   n b a p r e s e a s o n   n b a t w i t t e r   i n t h e s h e d   w e s a n d e r s o n   t o o l s   p o l i t i c s   s p o r t s   p a r a n o r m a l   n e w s   p o d c a s t s   s p o t i f y   y o u t u b e  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
r i n g t h e b e l l   b a c k   i n   t h e   p o s t s e a s o n   f o r   t h e   1 s t   t i m e   s i n c e   2 0 1 1   f l y e a g l e s f l y   a r e   u n d e f e a t e d   4 - 0   & a m p ;   b e n s i m m o n s   o n l y   s c o r e d   6 p t s   a s   t h e   s i x e r s   w i n 😆   i   l o v e   b e i n g   a   p h i l l y   s p o r t s   f a n !  
e a g l e s   u n d e f e a t e d                                                                                                                                       p h i l l i e s   p o s t s e a s o n                                                                                                                                       b e n s i m m o n s   s c o r e s   4   p o i n t s                                                                                             i t ' s   a l w a y s   s u n n y   i n   p h i l l y
i ' d   p a y   g o o d   m o n e y   t o   w a t c h   w e s t b r o o k   a n d   s i m m o n s   i n   a   g a m e   o f   h o r s e . . . j u m p   s h o t s   o n l y . . . 😏 
 n b a   r u s s e l l w e s t b r o o k   b e n s i m m o n s   l a k e s h o w   n e t s 
  
t h e     h a d   t h e   m o s t   d r a m a t i c   o f f s e a s o n   i n   n b a   h i s t o r y ,   b u t   n o w   i t   i s   t i m e   t o   p l a y .   w h a t   c a n   t h i s   t a l e n t e d   n e t s   r o s t e r   a c c o m p l i s h   i n   t h e   2 0 2 2 - 2 3   s e a s o n ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 b e n s i m m o n s   k e v i n d u r a n t   k y r i e i r v i n g   n b a p r e s e a s o n   n b a t w i t t e r  
b e n   s i m m o n s   d e b u t s   w i t h   b r o o k l y n   n e t s   a n d   t w i t t e r   r e a c t s   |   b e n   s i m m o n s   h i g h l i g h t s 
 
 b e n s i m m o n s   b r o o k l y n n e t s  
t h o s e   w e r e   b r o o k l y n   f a n s   b o o i n g   b e n s i m m o n s   😄   s i x e r s   f a n s   n o t   d r i v i n g   u p   t h e   j e r s e y   t u r n p i k e   i n   t h i s   w e a t h e r   j u s t   t o   b o o   d u d e 😄  
w h e r e   a r e   t h e   
 b e n s i m m o n s   h i g h l i g h t s 😶   o h . . .   n e v e r m i n d 👀  
b u i l d   y o u r   h e a l t h   a n d   f i t n e s s   b u s i n e s s   w i t h   y o u r   o w n   w e l l - d e s i g n e d   a n d   r e s p o n s i v e   w e b s i t e .   c l i c k   t h e   l i n k   b e l o w   t o   g e t   s t a r t e d     
 
 
 c a r d i b   w w e r a w   k a n y e   e u g e n e   r a m s   b a c h e l o r i n p a r a d i s e   4 9 e r s   b e n s i m m o n s   m a x e y   d w t s   f t t b   r e m y   n i n e r s   h e r s c h e l w a l k e r  
b e n s i m m o n s   s c o r e d   6 p t s   😄   
 m a x e y   s c o r e d   2 0 p t s 
 
 s i x e r s   n e t s 
 n b a  
w e b s i t e   d e s i g n   j u s t   g o t   b e t t e r   w i t h   s q u a r e s p a c e   c m s ,   k i n d l y   c l i c k   t h e   l i n k   b e l o w   t o   k n o w   m o r e   o n   b u i l d i n g   y o u r   u n i q u e   w e b s i t e ; 
 
 
 c a r d i b   w w e r a w   k a n y e   e u g e n e   r a m s   b a c h e l o r i n p a r a d i s e   4 9 e r s   b e n s i m m o n s   m a x e y   d w t s   f t t b   r e m y   n i n e r s       h e r s c h e l w a l k e r  
b u i l d   y o u r   c l i e n t s   a n d   b u s i n e s s   b r a n d   w i t h   a u t o m a t e d   e m a i l   m a r k e t i n g 
 c l i c k   t h e   l i n k   b e l o w   t o   k n o w   h o w : 
 
 
 c a r d i b   w w e r a w   k a n y e   e u g e n e   r a m s   b a c h e l o r i n p a r a d i s e   4 9 e r s   b e n s i m m o n s   m a x e y   d w t s   f t t b   9 1 1 o n f o x   r e m y   n i n e r s   a a r o n d o n a l d   h e r s c h e l w a l k e r  
w o r k   m a n a g e m e n t   a t   i t s   p e a k .   m a n a g e   y o u r   p r o j e c t s ,   t a s k s ,   a n d   t e a m s   u s i n g   m o n d a y   c o m .   c l i c k   t h e   l i n k   b e l o w 
 
 
 c a r d i b   w w e r a w   k a n y e   e u g e n e   r a m s   b a c h e l o r i n p a r a d i s e   4 9 e r s   b e n s i m m o n s   m a x e y   d w t s   f t t b   9 1 1 o n f o x   r e m y   n i n e r s   a a r o n d o n a l d   h e r s c h e l w a l k e r  
g o o d   g o d   m a n   b e n s i m m o n s  
b e n   s i m m o n s   s a i d   h e   w i l l   b e   s h o o t i n g   t h r e e s   t h i s   s e a s o n   y e t   i n   1 9   m i n   o f   p l a y   i n   p r e s e a s o n   d i d n ' t   e v e n   a t t e m p t   o n e   a n d   w e   s u p p o s e   t o   b e l i e v e   h e ' l l   s h o o t   i n   t h e   r e g u l a r   s e a s o n ? 
 b e n s i m m o n s   n b a p r e s e a s o n   n e t s
  _ k i n k e a d   f o u l ' e m ! 
 
 n b a   b e n s i m m o n s
  b a r s t o o l   s t a f f   p l a y i n g   p i c k u p   b a s k e t b a l l   a f t e r   w o r k .   i m a g i n e   t h e   s a u s a g e ,   c r a f t   b e e r ,   a n d   c h e e s e   s c e n t   e m a n a t i n g   f r o m   t h e i r   c o l l e c t i v e   a r m p i t s . 
 b i g c a t   f r a n k w a s r i g h t   p o r t n o y   a l o n g c a m e p o l l y   b e n s i m m o n s   n e t s  
  m y   o n l y   p r o b l e m   w i t h   b e n   s i m m o n s   i s   t h a t   h e ' s   s l o w   i n   * m o t i o n * 
 
 t h e r e ,   f i x e d   i t   f o r   y o u 
 
 b e n s i m m o n s   p h i l l y   n e t s   s i x e r s
b e n s i m m o n s   h i g h l i g h t s   😄  
w a t c h i n g   t h e   s i x e r s   p r e s e a s o n   r i g h t   n o w   a n d   s e e i n g   b e n s i m m o n s   m i s s e d   t w o   f r e e   t h r o w s   s h o t s   a l r e a d y … .
t h i s   m a n ' s   b e e n   a w a y   f r o m   p r o   b a s k e t b a l l   s i n c e   j u n e   o f   2 0 2 1   & a m p ;   s t i l l   c a n ' t   s h o o t   a   f r e e   t h r o w 🤦 🏿 ‍ ♂ ️   b e n s i m m o n s   n e t s   n b a  
g o n n a   b e   i n t e r e s t i n g   i f   t h e y   s t a y   h e a l t h y .   t h a n k s   f o r   t h e   p o p   u p .   n b a   b a s k e t b a l l   n e t s   k d   b e n s i m m o n s   n b a t w i t t e r  
i   c a n ' t   b e   t h e   o n l y   o n e   e n j o y i n g   b e n s i m m o n s   p e r f o r m   h i s   s e c o n d   b e s t   w o r s t   g a m e   i n   t h e   n b a   2 n d   t o   t h e   h a w k s   g a m e   t h i s i s k a r m a   a n d a m a z i n g   2 1 5   p h i l l y   🤘 🏾 🤞 🏾 🖤
i d g a f   b e n s i m m o n s   s t i l l   c a n ’ t   s h o o t / i s   s c a r e d   t o   s h o o t !   w e s t b r i c k !   🤣   p h i v s b k n   n e t s   7 6 e r s   p h i l l y   b r o o k l y n   n b a p r e s e a s o n 2 0 2 2   n b a t w i t t e r   n b a
b e n s i m m o n s   j u s t   m i s s e d   b o t h   o f   h i s   f r e e   t h r o w s .   n i c e   t o   s e e   h e ’ s   b a c k   i n   m i d s e a s o n   f o r m .
i   a m   r o o t i n g   f o r   b e n   s i m m o n s ! !   b e n s i m m o n s
b e n s i m m o n s   i s   b a c k .   
 
 n b a p r e s e a s o n 2 0 2 2   
 
  
“ l e t   i t   r a i n n n n n n ❗ ️ ” 
 
 -   p h i l i p   s e y m o u r   h o f f m a n   b e n s i m m o n s  
b e n   s i m m o n s   b a c k   t o   h i s   n o r m a l   s e l f . . . . 
 b e n s i m m o n s     f r e e t h r o w s  
i   l o v e   t h e   b o o s   b e n s i m m o n s   i s   g e t t i n g     l o o k i n g   s t e l l a r   a s   e x p e c t e d   7 6 e r s   f o   l i f e ! !
b e n s i m m o n s   b a c k   o n   t h e   c o u r t   n b a p r e s e a s o n 2 0 2 2   👀 🏀 ‼ ️
h e ’ s   b a c k k k ! ! !   n e t s   n b a   s i m m o n s   b e n s i m m o n s  
b e n s i m m o n s   s t i l l   t r a s h  
m a n   t h e s e   p r e   s e a s o n   g a m e s   r e a l l y   g o t   m e   m i s s i n g   t h e   n b a 🥲 🥲 😩 😩 😭 😭 b e n s i m m o n s   n b a  
s i m m o n s   g e t s   b a c k   t o   c r e a t e   t h e   t u r n o v e r .   n b a   b a s k e t b a l l   n e t s   b e n s i m m o n s   n b a t w i t t e r  
w h a t   i s   a   r e a l i s t i c   r e b o u n d   n u m b e r   f o r   b e n s i m m o n s ?   i t ' s   o n l y   b e e n   a   f e w   m i n u t e s   b u t   c l e a n i n g   t h e   g l a s s   i s   g o n n a   b e   a n   i s s u e   f o r   t h e   n e t s   a l l   s e a s o n . 
 
 o t h e r w i s e   i f   b r o o k l y n   f i g u r e s   i t   o u t   & a m p ;   i f   t h e y   s t a y   h e a l t h y   ( t h a t   s e c o n d   i f . . . )   t h e y ' r e   a   p r o b l e m   i n   t h e   e a s t .   n b a   b a l l o r f a l l  
i   l i k e   b e n s i m m o n s .   h e ' s   a   w i n n i n g   p l a y e r .   i   k n o w   i t ' s   e a r l y ,   b u t   h i s   g a m e   l o o k s   t h e   s a m e
t h e y   g o n n a   h a v e   s o m e   i n t e r e s t i n g   r o t a t i o n s .   n b a   b a s k e t b a l l   n e t s   b e n s i m m o n s   n b a t w i t t e r  
t h i s   i s   g o n n a   b e   b e n s i m m o n s   y e a r   🥲 🥲
3   p l a y s   i n   a n d   b e n   i s   t h e   p g   n b a   n e t s   b e n s i m m o n s
  i ’ m   r o o t i n g   f o r   y o u   b r o !   b e n s i m m o n s   n b a p r e s e a s o n
b e n   s i m m o n s   g o n n a   p r o v e   a   l o t   o f   y ’ a l l   w r o n g   i f   h e   s t a y s   h e a l t h y   t h i s   s e a s o n .   c a n ’ t   b e l i e v e   h o w   u n d e r r a t e d   h e   h a s   b e c o m e 🤦 🏼 ‍ ♂ ️ . 
 |   b e n s i m m o n s     n e t s   n b a   |  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
g o l d e n   s t a t e   w a r r i o r s   v s .   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
j a l e n   h u r t s   i s   t h e   a n t i   b e n s i m m o n s   h i s   w o r k   e t h i c   & a m p ;   d i s c i p l i n e   a r e   e v e r y t h i n g   b e n ' s   i s   n o t !   m o n d a y t h o u g h t s   s p o r t s   f l y e a g l e s f l y
7 6 e r s   f a n s   i t ' s   h a p p e n i n g !   b e n   s i m m o n s   i s   e x p e c t e d   t o   p l a y   i n   t o n i g h t ' s   p r e s e a s o n   g a m e   a g a i n s t   p h i l l y .   h o w   m a n y   p o i n t s   w i l l   h e   d r o p   i n   h i s   r e t u r n ?   n b a   n b a t w i t t e r   g a m b l i n g t w i t t e r   s p o r t s b e t   s p o r t s b e t s   s p o r t s b e t t i n g t w i t t e r   s p o r t s b e t t o r   p h i l a d e l p h i a 7 6 e r s   b e n s i m m o n s   7 6 e r s
m y     g o i n g   a t     t o n i g h t   a n d   f i n a l l y   w e   g o t     h e a l t h y   p l a y i n g   g r e a t n e w s   b e n s i m m o n s   n b a p r e s e a s o n   n b a n e w s  
b e n   s i m m o n s   w i l l   d e b u t   t o n i g h t   f o r   b r o o k l y n ,   a g a i n s t   t h e   7 6 e r s ,   h i s   f o r m e r   t e a m .   
 
 a n d   y e s ,   a s   m u c h   a s   y o u   s a y   t h a t   y o u   “ d o n ’ t   c a r e ”   y o u   k n o w   y o u   w i l l   b e   w a t c h i n g . 
 
 n b a   b e n s i m m o n s  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b e n   s i m m o n s   m a k e s   h i s   n e t s   d e b u t   t o d a y   -   a g a i n s t   j o e l   e m b i i d   a n d   7 6 e r s !   😤 🍿 
 
 w h o   y o u   g o t ? 
 
 b e n s i m m o n s   b r o o k l y n n e t s   j o e l e m b i i d   7 6 e r s   n b a p r e s e a s o n  
i s   b e n s i m m o n s   b a c k   s t i l l   h u r t ?
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
b b a l l   a r e   y o u   g o i n g   t o   r e m a i n   c o m m i t t e d   t o   t h e   s p o r t   b e n s i m m o n s  
a   s t a t   f r o m   l a s t   n i g h t ' s   r a p t o r s   g a m e   w a s   s c o t t i e b a r n e s   w a s   t h e   2 3 r d   r o o k i e   i n   n b a   h i s t o r y   t o   h a v e   1 k   p o i n t s ,   5 0 0 +   r e b o u n d s   & a m p ;   2 5 0 +   a s s i s t s . 
 
 h e   j o i n e d   l u k a ,   b l a k e   & a m p ;   b e n s i m m o n s .   o h   y e a h :   s i m m o n s   w a s   d e c e n t . . . a t   t h e   s t a r t ;   r o o k i e   o f   t h e   y e a r . 
 
 h o w   d o   y o u   c o l l a p s e   t h i s   b a d l y ?  
w i l l   t h e   n e t s   o v e r c o m e   t h e   d r a m a   & a m p ;   m a k e   i t   t o   t h e   f i n a l s ?   c l i c k   l i n k   f o r   f u l l   v i d e o . 
 
 e d i t e d   b y   c a n t v       n b a   n b a t w i t t e r   b a s k e t b a l l   n b a p r e s e a s o n   n e t s   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s 
 c a n t v   n b a o f f s e a s o n  
b e n s i m m o n s   w i l l   p l a y   a g a i n s t   t h e   s i x e r s   f o r   f i r s t   t i m e   m o n d a y   i n   b r o o k l y n     v i a  
b e n   s i m m o n s   d o m i n a t i n g   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s b e s t   b e n s i m m o n s b r o o k l y n   b e n s i m m o n s e m b i i d   b e n s i m m o n s k e v i n d u r a n t   b e n s i m m o n s k y r i e i r v i n g   b e n s i m m o n s n b a   b e n s i m m o n s n e t s   b e n s i m m o n s p a s s   b e n s i m m o n s p r a c t i c e   b e n s i m m o n s s h o o t i n g  
s t e v e   k e r r   p o s t g a m e   i n t e r v i e w   |   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n  
j a m e s   h a r d e n   " f i g u r i n g   t h i n g s   o u t "   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s n e w s   7 6 e r s t r a i n i n g c a m p   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j a m e s h a r d e n h i g h l i g h t s   j o e l e m b i i d   n b a   n b a n e w s   n b a p r e s e a s o n   n b a t r a i n i n g c a m p  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   b e n   s i m m o n s ,   k y r i e   i r v i n g   a n d   b r o o k l y n   n e t s   w o r t h   a   w a g e r   a f t e r   n e w   b i g   3   d e b u t s   –       b e n   b i g   b r o o k l y n   d e b u t s
i   y o u   n e e d   q r   c o d e s   f o r   y o u r   d o c u m e n t   t h e n   c l i c k   t h e   l i n k   b e l o w   t o   c o n t a c t   m e . 
 
 n a t i o n a l b o y f r i e n d d a y   s e u l g i   e u g e n e   d r e a m f a c e r e v e a l   t u e s d a y v i b e   w w e r a w   w a k a n d a f o r e v e r   h a l l o w e e n   g o o d   t u e s d a y   b r o s   n a r u t o   o v e r w a t c h   2   b e n   s i m m o n s   x i a o m i l a u n c h   a d r i a  
i   y o u   n e e d   s o c i a l   m e d i a   p o s t s   t h e n   c l i c k   t h e   l i n k   b e l o w   t o   c o n t a c t   m e . 
 
   x i a o m i l a u n c h   b e n   s i m m o n s   o v e r w a t c h   2   n a r u t o   b r o s   g o o d   t u e s d a y   h a l l o w e e n   w a k a n d a f o r e v e r   w w e r a w   t u e s d a y v i b e   d r e a m f a c e r e v e a l   e u g e n e   s e u l g i   n a t i o n a l b o y f r i e n d d a y  
i   y o u   n e e d   a m a z o n   l i s t i n g   i m a g e s   t h e n   c l i c k   t h e   l i n k   b e l o w   t o   c o n t a c t   m e . 
 
   x i a o m i l a u n c h   b e n   s i m m o n s   o v e r w a t c h   2   n a r u t o   b r o s   g o o d   t u e s d a y   h a l l o w e e n   w a k a n d a f o r e v e r   w w e r a w   t u e s d a y v i b e   d r e a m f a c e r e v e a l   e u g e n e   s e u l g i   n a t i o n a l b o y f r i e n d d a y  
(   s t a r s   b e n   s i m m o n s ,   k a w h i   l e o n a r d   a n d   j a m a l   m u r r a y   a l l   r e t u r n   t o   f l o o r   f o r   f i r s t   a c t i o n   i n   m o r e   t h a n   a   y e a r   :   k e y   p l a y e r s   o n   t h r e e   o f   t h i s   s e a s o n ' s   c h a m p i o n s h i p - c a l i b e r   t e a m s   a l l   s a w   l i m i t e d   m i n u t e s   . .  
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
b e n   s i m m o n s   s l a m s   h o m e   h i s   f i r s t   n e t s   b u c k e t !     v i a  
b e n   d u n k s   i t   f o r   h i s   f i r s t   n e t ' s   b u c k e t 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   b e n   s i m m o n s   d u n k   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
f i r s t   o n e   t o   s p o t   i t   g e t s   a   🍪   … …   h o w   d i d   t h i s   h a p p e n ?   
 
 b e n s i m m o n s   k y r i e i r v i n g   b r o o k l y n n e t s   n e t s   k d   s i m m o n s   a i r b a l l  
o u r   b o y   s i m m o n s   i n   m i d - s e a s o n   f o r m   🤣 
 s i m m o n s   b r o o k l y n n e t s   
  
d a i l y   r / g o n e t s   d i s c u s s i o n   -   o c t o b e r   1 1 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
r e b u i l d i n g   t h e   b r o o k l y n   n e t s !   ( n b a   2 k 2 3   m y n b a )     v i a     n b a   n b a 2 k 2 3   b a s k e t b a l l   s p o r t s   g a m i n g   y o u t u b e r   b r o o k l y n n e t s
b e n   s i m m o n s   w i t h   t h e   s h o t   b o i i .   b e n s i m m o n s   n e t s   b r o o k l y n   b r o o k l y n n e t s  
k y r i e   i r v i n g   i s   t u r n i n g   c h a m p i o n s h i p - m i n d e d   n e t s   i n t o   t o t a l   d y s f u n c t i o n ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
w h a t   i n j u r y   w i l l     c l a i m   h e   h a s ? ? ? 
 
 h e   s h o u l d   c l a i m   a n   i n j u r e d   e g o 
 
 n b a   b r o o k l y n n e t s   n e t s   
  
o v e r   t e n   y e a r s ,   t h e   b r o o k l y n n e t s   h a v e   n o t   r e a c h e d   t h e i r   p o t e n t i a l ,   g a i n i n g   t h e   s e c o n d   r o u n d   o f   t h e   p l a y o f f s   o n l y   t w i c e . 

n o   w a y   s i m m o n s   d i d   t h a t   b r o o k l y n n e t s  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
o n e   m a n   t r i b e   i n   b r o o k l y n     w w e   r a w   b a r c l a y s c e n t e r   w u w   j o h n y r o d z   w w e   d e g e n e r a t i o n x   w w e r a w   g e r o n i m o   g l e a s o n s g y m   b r o o k l y n n e t s   n e w y o r k               _        
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   t r a i n i n g   c a m p   🏀 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
n e t s   a l l   a c c e s s   p r a c t i c e   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
k y r i e   i r v i n g   s a y s   t h e   b r o o k l y n   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   l o c k e d o n p o d c a s t  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
f r o m   g r e e n v i l l e ,   n c   t o   b r o o k l y n :   d a y & a m p ; 3 9 ; r o n   s h a r p e & a m p ; 3 9 ; s   n b a   j o u r n e y   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   d a y r o n s h a r p e   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n e t s h i g h l i g h t s   n o r t h c a r o l i n a   s p o r t s   s t e v e n a s h   u n c  
t h e   b r o o k l y n   n e t s :   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   i s s u e s   ( t h e   r e a l   s t o r y ) 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a o n e s p n   n e t s t r a d e r u m o u r s  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   2 t   c o l o r   p a c k   5 9 f i f t y   -   g r a p h i t e ,   r e d ,   w h i t e   n o w   a v a i l a b l e   f r o m   e c a p s u n l i m i t e d 
 
 n e w d r o p   e i g h t y 8 f i t s   c a p s u n l i m i t e d   n b a   b r o o k l y n n e t s   n e t s   w e g o h a r d   b r o o k l y n   n e w y o r k   2 t   c o l o r   p a c k   5 9 f i f t y   g r a p h i t e   r e d   w h i t e 
 

  a n   i n d i c t m e n t   o f   h c   s t e v e   n a s h   t h a t   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   h a v e   t a k i n g   c a m   t h o m a s   u n d e r   t h e r e   w i n g   t o   d e v e l o p   h i m 
 
 w h e r e ' s   n a s h   c o a c h i n g   o r   c o a c h i n g   s t a f f ?   
 
 w h e r e ?   - -   p l e a s e 
 
 b r o o k l y n n e t s   n e t s   n e t s l e v e l
t h r e e   t h i n g s   s t e v e   n a s h ,   b e n   s i m m o n s   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g  
d a i l y   r / g o n e t s   d i s c u s s i o n   -   o c t o b e r   1 0 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
n b a   b r o o k l y n n e t s   s t e v e n a s h   n e t s   f a n s   b o o   s t e v e   n a s h   a t   o p e n   p r a c t i c e  
t i m e l i n e   o f   j a m e s   h a r d e n   a n d   t h e   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   c h r i s p a u l   c o m m e n t a r y   c o m m e n t a t o r   d a r y l m o r e y   d o m 2 k   d o m 2 k p o d c a s t   d w i g h t h o w a r d   h o u s t o n r o c k e t s   j a m e h a r d e n k y r i e i r v i n g   j a m e s h a r d e n   j a m e s h a r d e n i n t e r v i e w   j a m e s h a r d e n k e v i n d u r a n t  
k y r i e   i r v i n g   i n t r o d u c e d   a t   t h e   n e t s ’   p r a c t i c e   a t   b   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   e s p n n b a   h i g h l i g h t s   k y r i e i r v i n g   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   n e t s p r a c t i c e   p r a c t i c e i n t h e p a r k   s p o r t s   v i r a l  
o n   f e e t   👟 
 
   a r r i v e s   t o     ‘ p r a c t i c e   i n   t h e   p a r k ’   i n     a j 1   x   c a c t u s   j a c k   “ f r a g m e n t ”   1   l o w s   🌵 
 k d   b r o o k l y n n e t s   n e t s   t r a v i s s c o t t   f r a g m e n t   j o r d a n 1   l o w s   

w h a t   a n   a m a z i n g   p r a c t i c e i n t h e p a r k   e v e n t ,   s h o u t   o u t   t o   a l l   t h e   n e t s   f a n s   f o r   s h o w i n g   o u t ,   r e a l l y   m a d e   t h e   e v e n t   s p e c i a l .     n e x t   u p … o p e n i n g   n i g h t   b r o o k l y n n e t s   b r o o k l y n b r i d g e p a r k   n e t s d j   n b a d j  
m y   e x p e o p i n i o n   e p 1 3 3 :   t o n y   y a y o   & a m p ;   u n c l e   m u r d a           p o d c a s t   q u e e n s   b r o o k l y n n e t s   b r o o k l y n   b l o g   v i d e o   t r e n d   t r e n d i n g n o w   n y c c   n e w y o r k   c a l i f o r n i a   l o s a n g e l e s   m o n d a y t h o u g h t s   h i p h o p   r a p   m u s i c     a t l a n t a   n e w s
n e t s   n e w   r o s t e r   a f t e r   d u r a n t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s l i n e u p 2 0 2 3   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s n e w s t o d a y   b r o o k l y n n e t s o f f i c i a l l i n e u p 2 0 2 2   b r o o k l y n n e t s r o s t e r 2 0 2 2   b r o o k l y n n e t s r o s t e r 2 0 2 3   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   n b a  
a m i d s t   t h e   b l a c k d r o p 
 
 b r o o k l y n n e t s  
b e s t   f r e e   s t u f f   e v e r   y e s t e r d a y   p r a c t i c e i n t h e p a r k   b r o o k l y n n e t s  
[ w i n f i e l d ]   n e t s   f a n s   j u s t   b o o e d   s t e v e   n a s h   w h e n   h e   w a s   i n t r o d u c e d   a t   p r a c t i c e   i n   t h e   p a r k .   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
i n k t o b e r   d a y   9 .   e a s y   m o n e y   s n i p e r .   
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   s l i m r e a p e r   b a s k e t b a l l   b a s k e t b a l l a r t   n b a   n b a a r t   a r t i s t   a r t   s k e t c h   b a l l p o i n t p e n   b a l l p o i n t p e n a r t   b r o o k l y n   b r o o k l y n n e t s   d j o s s u p p a h   d j o s s u p p a h a r t  
[ w i n f i e l d ]   n e t s   f a n s   j u s t   b o o e d   s t e v e   n a s h   w h e n   h e   w a s   i n t r o d u c e d   a t   p r a c t i c e   i n   t h e   p a r k . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
i n d i a n a   p a c e r s   v s .   n e w   y o r k   k n i c k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
        k e e p   m a k i n g   a   d i f f e r e n c e ! 
 g o d   b l e s s   y o u   a l l ! !   b r o o k l y n n e t s   b r o o k l y n
n j ➡ ️ b k !   🔟   y e a r s   i n   n y !   b r o o k l y n n e t s  
k d   f o r   t h e   k i d s   🖊   b r o o k l y n n e t s  
[ b o o l i n   s p o r t s ]   n e t s   h a v i n g   a n   o u t d o o r   p r a c t i c e   a t   p r a c t i c e   i n   t h e   p a r k 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
_ 8 m u r a   i n s p i r e d   h a t 
 
 p u r p l e u r b   p i x e l a r t   a r t   f a s h i o n     c u l t u r e   n b a   b r o o k l y n   b r o o k l y n n e t s   n i p p o n   j a p a n   b a s k e t b a l l  
i   s u p p o r t   e v e r y   t i m e   w i t h   e x c e p t i o n   o f   t h e   n e t s   t h e y   c a n   g o   s u c k   a   f r a n k !   b r o o k l y n n e t s
w e   n e e d   t o   t a l k   a b o u t   k y r i e   i r v i n g … 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s k y r i e i r v i n g h i g h l i g h t s   e a s t e r n c o n f e r e n c e   k y r i e i r v i n g   k y r i e i r v i n g 2 0 2 2 s e a s o n   k y r i e i r v i n g b e s t p l a y s   k y r i e i r v i n g b r o o k l y n h i g h l i g h t s   k y r i e i r v i n g b r o o k l y n n e t s  
p r a c t i c e   i n   t h e   p a r k . .   n e t s   b r o o k l y n n e t s   
 
  
k y r i e   i r v i n g   a n d   k d   l o o k   g r e a t   a t   t o d a y & a m p ; 3 9 ; s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   k y r i e i r v i n g a n d k d   k y r i e i r v i n g a n d k d l o o k g r e a t a t t o d a y s b r o o k l y n n e t s t r a i n i n g c a m p   t r a i n i n g c a m p  
t h e   m o n t y   s h o w   7 5 6 !   i s   u t a h   j a z z   s t a r   . . . 
   
 
   
 b i g 1 0   b i g 1 0 e x p a n s i o n   b i g 1 2   b i g 1 2 e x p a n s i o n   b i g 1 2 n o t r e d a m e   b i g 1 2 t v d e a l   b r o o k l y n n e t s   c h i p o t l e u n i o n   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l h e a t   d o n o v a n m i t c h e l l k n i c k s   d o n o v a n m i t c h e l l t r a d e r u m o r s   k e v i n d u r a n t  
h e r e   a t   b r o o k l y n n e t s   p r a c t i c e   a t   t h e   p a r k .   l i n e   w a s   w r a p p e d   a l l   t h e   w a y   a r o u n d   p i e r   t h r e e   b y   n o o n .   n o t   b a d   f o r   a   t e a m   w i t h   “ n o   f a n s . ”
b r o o k l y n   n e t s   t r a i n i n g   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
  f o r m e r   n e t s   p l a y e r ' s   a r e   t e l l i n g   t h e   t r u t h   a b o u t   t h e   t e a m   c h e m i s t r y   & a m p ;   l o c k e r o o m   l a s t   y e a r   a n d   p e o p l e   t a k e   t h e r e   s u b t l e   j a b   a s   t h r o w i n g   s h a d e   -   p l e a s e 
 
 a m a r e   s t o u d e m i r e   w h o   w a s   p a r t   o f   b r o o k l y n n e t s   c o a c h i n g   s t a f f   t h r e w   s u d t l e   j a b   a t   t e a m 
 
 n e t s l e v e l   t o g e t h e r n e t s   n e t s w o r l d
a n y o n e   h a v e   e x t r a   p r a c t i c e   i n   t h e   p a r k   t i x   l e m m e   k n o w ! !   i   m i s s e d   a n y   a l e r t s   a n d   n o w   h a v e   n o   t i x   😣   n e t s w o r l d   b r o o k l y n n e t s   p r a c t i c e i n t h e p a r k
k e v i n   d u r a n t   i s   s t a y i n g   w i t h   t h e   b r o o k l y n   n e t s ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
d a y ' r o n   s h a r p e 
   " s a m u e l   l   j a c k s o n "     : d   
 f o r   n b a 2 k 2 3 
 p a i d   r e q u e s t 
 - h d   f a c e   t e x 
 - o n / o f f   h e a d b a n d / f u r y 
 - m u l t i p l e   s w i t c h   l o o k 
 - 3   h a i r s t y l e 
 a e o m o d s   
 a e g c f m o d s   
 s a m u e l l j a c k s o n   
 b r o o k l y n n e t s   
 d a y r o n s h a r p e  
d a i l y   r / g o n e t s   d i s c u s s i o n   -   o c t o b e r   0 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
🚨   j u s t   c o n f i r m e d !   t h e   b r o o k l y n   n e t s   h a v e   s   . . . 
   
 
   
 2 0 2 2 n b a f r e e a g e n c y   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s 2 0 2 2   b r o o k l y n n e t s f r e e a g e n c y   b r o o k l y n n e t s f r e e a g e n c y 2 0 2 1   b r o o k l y n n e t s f r e e a g e n t s   b r o o k l y n n e t s h i g h l i g h t s   b r o o k l y n n e t s n e w s  
k y r i e   i r v i n g ,   n e t s   h o p i n g   t o   e r a s e   p a s t   i s s u e s   a n d   s t a r t   n e w   b e g i n n i n g s   f o r   n e x t   s e a s o n   b r o o k l y n n e t s   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s  
_ z _ d a i l y   j i g g g g g a a a a a ,   w h a t s   m y   m : ( $ & a m p ; /   f   ) $ ? 6 / 2   n a m e ? !   j a y z   h o v   b r o o k l y n n e t s   b r o o k l y n   n y c   r o c k a w e a r   r o c k a f e l l a r e c o r d s
n e t s   n a t i o n   a g a i n s t   t h e   w o r l d   b r o o k l y n n e t s  
b r o o k l y n   n e t s   t r a i n i n g   c a m p   d a y   1 4   h i g h l i g h t s !   b e n   s i m m o n s   c o n t i n u i n g   t o   i m p r o v e ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
d e s p i t e   w h a t ' s   g o i n g   o n   i r l ,   i n   q c s n ,   t h e   b r o o k l y n   n e t s   c a m e   a s   a   t e a m   a n d   s w e e p   l e b r o n   a n d   t h e   l a k e r s   t o   w i n   t h e i r   f r a n c h i s e   f i r s t   c h a m p i o n s h i p . 
 
 w i n n i n g   o n   h i s   o w n ,   k e v i n   d u r a n t   i s   t h e   f i n a l s   m v p 
 
 b r o o k l y n n e t s   n b a c h a m p s   n b a c h a m p i o n s   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   y o u t u b e  
r a f f l i n g   o f f   4   t i c k e t s   t o   p r a c t i c e   i n   t h e   p a r k   i n   b r o o k l y n .   l m k   a n d   i t ’ s   y o u r s   b r o o k l y n n e t s
n i c o l a s   c l a x t o n 😎 
 f o r   n b a 2 k 2 3 
 p a i d   r e q u e s t ! ! ! 
 - h d   f a c e   t e x t u r e 
 -   9   s w i t c h i n g   h a i r   s t y l e 
 n i c o l a s c l a x t o n   
 b r o o k l y n n e t s   
 a e g c f m o d s 
 a e o c f m o d d i n g  
c o l l e g e f o o t b a l l   b r o o k l y n n e t s   o k l a h o m a s o o n e r s   t e x a s l o n g h o r n s   k e v i n   d u r a n t   t a u n t s   o k l a h o m a   c o a c h   b r e n t   v e n a b l e s   d u r i n g   4 9 - 0   b l o w o u t   l o s s   t o   t e x a s  
💥 e p i s o d e   1 3   -   i s   b e n   s i m m o n s   m o r e   v a l u a b l e   t o   t h e   n e t s   t h a n   k y r i e   i r v i n g ? 💥   t h i s   a n d   m o r e … 
 
 ✅   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s   👍 🏼   
 
 n b a   s h e h u l k a t t o r n e y a t l a w   h o u s e o f t h e d r a g o n h b o   d a r e d e v i l   b r o o k l y n n e t s   
 
 p o d c a s t   l i n k :  
k y r i e i r v i n g   s a y s   b r o o k l y n n e t s   l o o k i n g   t o   c h a n g e   n a r r a t i v e   -   v i a     a p p   e s p n    
l e b r o n   j a m e s ,   a n t h o n y   d a v i s   a n d   t h e   l a k e r s   a r e   b a c k   i n   t h e   n b a f i n a l s   g o i n g   a g a i n s t   t h e   r e d   h o t   n e t s . 
 
 t h e   s e a s o n   3   n b a   f i n a l s   i s   l i v e 
   
 
 l o s a n g e l e s l a k e r s   b r o o k l y n n e t s   l a   l a k e r n a t i o n   b r o o k l y n   k d   k y r i e i r v i n g   k y r i e   y o u t u b e   n b a 2 k 2 3   n b a 2 k 2 2
  w e   a r e   g o i n g   f i r e   s t e v e   n a s h   a s   s o o n   a s   w e   g e t   r i d   o f   g m   s e a n   m a r k s 
 
 m a r k s   m a y   f i n d   h i m s e l f   o u t   g m   j o b   b e c a u s e   o f   h i s   a s s i s t a n c e   t h i s   f a r s e   o f   a   c o a c h   b e   h e a d   c o a c h   o f   t h e   n e t s 
 
 n e t s l e v e l   n e t s n a t i o n   t o g e t h e r n e t s   b r o o k l y n n e t s   f i r e s t e v e n a s h
w h o d o y o u c o l l e c t   t h e h o b b y 
 b r o o k l y n n e t s   a d 
 c h e c k   o u t   2 0 2 1 - 2 2   p a n i n i   i m p e c c a b l e   a s i a   c a m e r o n   t h o m a s   r o o k i e   p a t c h   a u t o   / 8 8   s e a l e d       e b a y   v i a  
i c y m i :   a n o t h e r   c o m p r o m i s e   i n   t h e   n a m e   o f   f u n d r a i s i n g ?   i n   h o n o r i n g   j o e t s a i   t h e   m u n i c i p a l a r t s o c i e t y   c o n v e n i e n t l y   f o r g e t s   i t s   c r u s a d e   a g a i n s t   s u p e r t a l l s   t h e a c c i d e n t a l s k y l i n e   b r o o k l y n n e t s   b a r c l a y s c e n t e r        
l a k e r s   a m o n g   p o t e n t i a l   s u i t o r s   f o r   m o   b a m b a   b r o o k l y n n e t s   l o s a n g e l e s l a k e r s   m i a m i h e a t   m o b a m b a  
m e m p h i s   g r i z z l i e s   v s .   m i a m i   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
h e y   -     t h x       🙌 
 t h a t   i s   n e t s l e v e l     😀 
 b r o o k l y n n e t s   n e t s w o r l d  
n a s h ' s   t a c t i c s   b r o o k l y n n e t s   n b a  
w h o ’ s   t h e   d r a k e   o f   t h e   b r o o k l y n   n e t s ?   🤔   |   c l u t c h   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c l u t c h p o i n t s   e a s t e r n c o n f e r e n c e  
w a t c h e d   n e t s   p r e s e a s o n   g a m e   l a s t   n i g h t . 
 m a n p u k u n   b r o o k l y n n e t s   n e t s w o r l d   y u t a w a t a n a b e   渡 邊 雄 太  
i s   t h i s   r e f i l l a b l e   i f   y o u   b r i n g   i t   t o   g a m e s ? ( 1 / 2   s e a s o n )   t h a t ’ s   w h a t   t h e   c o n c e s s i o n   g u y   s a i d   l o l 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
c o l d   h a r d   " c a p " !   
   t a l k s   " k y r i e " . 
   b r o o k l y n n e t s     n b a  
c o l d   h a r d   " c a p " !   
   t a l k s   " k y r i e " . 
   b r o o k l y n n e t s     n b a  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
h o m e   f o r   a t   l e a s t   2 1   m o r e   n i g h t s   t h i s   s e a s o n .   g o t   r o c k e d ,   b u t   l g n !   a l s o   s h o u t   o u t   t o   m y   t i c k e t   r e p   f o r   m a k i n g   m e   a m e x   m e m b e r   o f   t h e   g a m e ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b e n   s i m m o n s   b e s t   p l a y   y e t   v s   h e a t !   n b a   b r o o k l y n   n e t s   v s   m i a m i   h e a t 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s h i g h l i g h t s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s t o d a y   n e t s v s h e a t  
o ’ s   t h o u g h t s   o n   y e s t e r d a y ’ s   h e a t   v s   n e t s 
 n e t s   n e t s w o r l d   n e t s o n y e s   b r o o k l y n n e t s   n b a   n b a p r e s e a s o n    
n b a   n b a t w i t t e r   b r o o k l y n n e t s   b a s k e t b a l l   
 
 a f t e r   b e i n g   s w e p t   i n   t h e   f i r s t   r o u n d   o f   l a s t   y e a r ’ s   p l a y o f f s ,   t h e   b r o o k l y n   n e t s   a r e   r e a d y   t o   r e l a u n c h   a n   n b a   t i t l e   c a m p a i g n   i n   t h e   2 0 2 2 - 2 0 2 3   s e a s o n .   
 
 h a v e   a   l o o k   a t   b r o o k l y n   n e t s   n b a   2 0 2 2 - 2 3   r o s t e r :  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   -   . . . 
   
 
   
 7 6 e r s v s n e t s   b r o o k l y n n e t s   b r o o k l y n n e t s v s m i a m i h e a t   b r o o k l y n n e t s v s m i a m i h e a t f u l l g a m e   e a s t e r n c o n f e r e n c e   h e a t v s n e t s   h e a t s v s n e t s   h e a t s v s n e t s h i g h l i g h t s m i a m i h e a t s v s b r o o k l y n n e t s l i v e   h e a t s v s n e t s l i v e   m i a m i h e a t  
n b a 
 b r o o k l y n n e t s   t e m p o r a d a   2 0 2 2 / 2 3 
 
 i r v i n g 
 m i l l s 
 c h i o z z a 
 e d m o n d   s u m n e r 
 j o e   h a r r i s 
 s e t h   c u r r y 
 c a m   t h o m a s 
 a l o n d e s   w i l l i a m s   ( d ) 
 d a v i d   d u k e   j r   ( d ) 
 d u r a n t 
 r o y c e   o n e a l 
 t j   w a r r e n 
 b e n   s i m m o n s 
 m o r r i s 
 k e s s l e r   e d w a r d s 
 w a t a n a b e 
 c l a x t o n 
 s h a r p e 
 . 
 📷       
 t i e n e n   d e   t o d o   p e r o . . .  
b e n   s i m m o n s   a n d   t h e   n e t s   a i m   f o r   f r e s h   s t a r t !   b k n e t s   n e t s   b r o o k l y n n e t s   

b e n   s i m m o n s   a n d   n e t s   l o o k   f o r   f r e s h   s t a r t s   n e t s   b r o o k l y n n e t s   

c a n ’ t   w a i t   t o   s e e   m y   t e a m   ! ! !   a n d   i m a   g e t   k d   a t t e n t i o n   a g a i n   🥹 🔥 🤞 🏾 .   a l w a y s   g o o d   v i b e s   a t   t h e   p a r k   w /   t h e     & a m p ;   r e a l f a n s     i n   a t t e n d a n c e !   n e t s f a n s   b r o o k l y n n e t s   p r a c t i c e a t t h e p a r k   n e t s   n e t s n a t i o n   b k b l o c k   n e t s w o r l d     b k n e t s   n e t s f a n 4 l i f e   n e t f a n   k d   s e a n m a r k s    
s t e v e   n a s h   c l a r i f i e d   t h a t   j o e   h a r r i s   w a s   d e a l i n g   w i t h   a   l i t t l e   a n k l e   s o r e n e s s ,   w h i c h   i s   w h y   h e   m i s s e d   t o n i g h t ’ s   g a m e . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
w e l l   g o l d e n s t a t e   y ’ a l l   m i g h t   a s   w e l l   c a l l   b r o o k l y n n e t s   a n d   s e n d   a   j o r d a n p o o l e   p a c k a g e   o v e r   f o r   k e v i n d u r a n t   b e c a u s e   t h i s   v i d e o   s h o u l d ’ v e   n e v e r   g o t   o u t   & a m p ;   t h i s   d e f i n i t e l y   g o n e   m e s s   u p   t h e   t e a m   c h e m i s t r y .
w h o d o y o u c o l l e c t   t h e h o b b y 
 b r o o k l y n n e t s   c a m e r o n t h o m a s 
 c h e c k   o u t   2 0 2 1 - 2 2   p a n i n i   i m p e c c a b l e   a s i a   c a m e r o n   t h o m a s   r o o k i e   p a t c h   a u t o   / 8 8   s e a l e d       e b a y   v i a  
i s   b e n   s i m m o n s   r e a d y   t o   h e l p   t h e   b r o o k l y n n e t s ?     1 5 y a r d s   n b a  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   h e a t v s n e t s   n b a h i g h l i g h t s   n b a p l a y o f f s   n e t s v s h e a t  
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   h a w k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
m y   t h i n g   i s   w h o   i s   l e a k i n g   t h e s e   v i d e o s ?   s m h   n i g g a s   c a n ’ t   r u n   t h e   f a d e   i n   p e a c e   t h e s e   d a y s .   b r o o k l y n n e t s   i n   6
s i m m o n s :   " i   t o o k   3   s h o t s . .   w h i c h   i s   d e f i n i t e l y   n o t   e n o u g h " 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
f i r s t   b e n 1 0   b u c k e t   i ’ v e   w i t n e s s e d   s i n c e   t h e   a t l a n t a p a s s a c r e   ! 😂   
 p e e p   t y l e r h e r r o   o n   t h e   b e a c h 🤣 
 b e n s i m m o n s   n b a   b a s k e t b a l l   b r o o k l y n n e t s  
a   f e s t i v a l   f o r   c a f f e i n e   f i e n d s ,   p r i v a t e   a r c a d e   l o u n g e   w i t h   y o u r   c r e w ,   a n d   w h e r e   t o   w a t c h   t h e   b r o o k l y n n e t s   p r a c t i c e   o u t s i d e 
   v i a                 t h r i l l i s t n y c   t h r i l l i s t   n y c
p o s t   g a m e   t h r e a d :   t h e   m i a m i   h e a t   d e f e a t   t h e   b r o o k l y n   n e t s   1 0 9 - 8 0   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   -   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s v s m i a m i h e a t   b r o o k l y n n e t s v s m i a m i h e a t f u l l g a m e h i g h l i g h t s   b r o o k l y n n e t s v s m i a m i h e a t h i g h l i g h t s   e a s t e r n c o n f e r e n c e   h e a t a t n e t s   h e a t n e t s   h e a t v s n e t s   h e a t v s n e t s h i g h l i g h t s  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
k r i s t i a n   w i n f i e l d :   k e v i n   d u r a n t   s a i d   t h e   o n l y   t h i n g   h e   l i k e d   a b o u t   t o n i g h t ' s   g a m e   i s   t h a t   n o b o d y   g o t   h u r t 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
s o o o o   t h e   b r o o k l y n n e t s   l o o k   t e r r i b l e   l o l .   t h e y   a r e   n o t   a   t e a m .   a n d   w i n t   b e   a s   l o n g   a s   k d   i s   t h e i r   “ l e a d e r ” .   i   g i v e   i t   2   m o n t h s   b e f o r e   t h e   d r a m a   s t a r t s   u p   a g a i n .   o h   a n d   p s ;   j u s t   b c   s o m e o n e   h a s   a   p r e t t y   j u m p s h o t   d o e s n t   m a k e   t h e m   a n   a l l - t i m e   g r e a t .
p o s t   g a m e   t h r e a d :   t h e   m i a m i   h e a t   d e f e a t   t h e   b r o o k l y n   n e t s   1 0 9 - 8 0 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s   m i a m i   h e a t   w a s   o n   e s p n   a p p   ( u s ) .   c o - c o m m e n t a t o r   i s   d o r i s   b u r k e .   r e p o r t e r   i s   m o n i c a   m c n u t t .     f o r   m o r e   d e t a i l s   s e e     b r o o k l y n n e t s   m i a m i h e a t   e s p n a p p u s
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
a m e r i c a . . .   t h i s   i s   g o n n a   b e   a   l o n g   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s   m i a m i   h e a t   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
f u n   t i m e s ! ! !   b r o o k l y n n e t s  
l a c k   o f   e f f o r t   s h o u l d   b e   c r i t i c i z e d   b u t   w e   d i d   n o t   h a v e   t h r e e   o f   o u r   s h o o t e r s ,   i ’ m   n o t   c o n c e r n e d .   b r o o k l y n n e t s
  t h e r e   i s   v o i d   i n   n e t s   l o c k e r o o m   a n d   p a t t y   m i l l s   i s   t r y i n g   f i l l   t h a t   v o i d   & a m p ;   b r i n g   l e a d e r s h i p   t o   t h e   l o c k e r o o m 
 
 k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   a r e   b e s t   p l a y e r ' s   o n   b r o o k l y n n e t s   b u t   t h e r e   a r e   n o t   l e a d e r ' s 
 
   n e t s l e v e l   n e t s n a t i o n
f i n a l . 
 
 m i a m i   h e a t   1 0 9 
 b r o o k l y n   n e t s   8 0   
 
 s i r i   p l a y   p e p a s   r n . 
 m i a m i h e a t   b r o o k l y n n e t s   n b a
b r o o k l y n n e t s   h a s   a   b i g   p r o b l e m   t h i s   y e a r .   k d   w a s   r i g h t .   i   s e e   h i m   w e a r i n g   d o w n   f r o m   4 0   m i n   a   n i g h t   3   y e a r s   s t r a i g h t .   l e t   n a s h   b e   h e a d   o f   d e v e l o p m e n t   & a m p ;   h i r e   i m e   u d o k a ,   g e t   h i m   t o   r e s i g n   f r o m   b o s .   t h e n   g e t   d   c u z .   t h i s   i s   s o m e   b s .
  k e v i n   d u r a n t   g e t t i n g   t r i p l e   t e a m e d   i n   t h e   p r e s e a s o n   & a m p ;   s t e v e   n a s h   i s   n o t   m a k i n g   g a m e   t i m e   a d j u s t m e n t   t o   h e l p   k d u r a n t 
 
 h o w   l o n g   n e t s   a r e   g o i n g   p u t   u p   w i t h   t h i s   f a r c e   o f   a   c o a c h ?   - -   h o w   l o n g ?   - -   t h i s   i s   b u l l s h t 
 
     n e t s l e v e l   b r o o k l y n n e t s   n e t s n a t i o n
a   l i t t l e   b a s k e t b a l l   f o r   t o n i g h t ’ s   o u t i n g !   b r o o k l y n n e t s   b a s k e t b a l l   b a r c l a y s c e n t e r     b r o o k l y n     🏀   @   b a r c l a y s   c e n t e r  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
f i r e   s t e v e   n a s h   b r o o k l y n n e t s
k d   8 / 1 1   f g s   1 / 3   3 p t   g o o d   f o r   2 2   p o i n t s .   s t i l l   d o w n   1 8   w i t h   a   - 1 0   p e r .   b r o o k l y n n e t s   m i a m i h e a t   n b a p r e s e a s o n
m i a m i h e a t   m u c h   t o u g h e r   m e n t a l l y   t h a n   b r o o k l y n n e t s   n b a   h e a t   n e t s   e s p n   j u s t   p r e s e a s o n   i   p r e d i c t   n e t s   m e l t d o w n   a t   s o m e   p o i n t   t h i s   s e a s o n
j i m m y   b u t l e r   s t a r t s   t h e   s e c o n d   h a l f   o n   t h e   b e n c h .   l o o k s   d o n e   f o r   t h e   n i g h t .   n b a p r e s e a s o n   b r o o k l y n n e t s   m i a m i h e a t
h o l ’   u p !   ✋ 🏾 i   f o r g o t   a b o u t   t h e   b r o o k l y n n e t s   h a l f t i m e   s h o w     😄  
o k   h a l f t i m e   “ h e a t   a t   b r o o k l y n n e t s ” .   t i m e   f o r   s h e h u l k   l o l   ✌ 🏾 

t h e     a r e   s t i l l   h o r r i b l e   o n   t h e   d e f e n s i v e   e n d   o f   t h e   f l o o r   a n d   n o   o f f e n s i v e   p l a y   m a k i n g   f r o m   s t e v e   n a s h .   h i s   p l a n   i s   t o   h a v e   k d   i s o   b a l l   a l l   d a y .   s o   m u c h   t u r n o v e r s .   j u s t   h o r r i b l e   🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️   b r o o k l y n n e t s   b e n s i m m o n s   t r e n d i n g
s i m m o n s '   m o v i n g   w e l l .   l o o k s   l i k e   h e ' s   a t   1 0 0 %   a f t e r   h i s   b a c k   s u r g e r y .   m e a n w h i l e   t h e   n e t s   c a n ' t   b u y   a   b u c k e t   d o w n   3 1 - 4 8 .   m i a m i h e a t   b r o o k l y n n e t s   n b a p r e s e a s o n
          c a n   u   p l e a s e   t e l l   m e   w h y   i n   t h e   h e l l   i s   s t e v e n a s h   s t i l l   c o a c h i n g   t h e   b r o o k l y n n e t s   r i g h t   n o w   b e c a u s e   c l e a r l y   t h e y   d o n ’ t   w a n t   t o   p l a y   f o r   t h i s   m a n   a t   a l l   r i g h t   n o w .   y o u   c a n   u s e   t h e   p r e s e a s o n   e x c u s e   i f   y o u   w a n t   t o o 💯 🤦 🏽 ‍ ♂ ️  
m i a m i   h i t t i n g   3 s   f r o m   d e e p .   j o v i ć   l o o k i n g     l i k e   a   g r e a t   p i c k u p .   b r o o k l y n ' s   2 n d   s t r i n g   g e t t i n g   r o l l e d   o u t   h e r e .   n b a p r e s e a s o n   b r o o k l y n n e t s   m i a m i h e a t
i t ’ s   w a y   t o o   e a r l y   t o   b e   c r i t i q u i n g   b e n   s i m m o n s   a g g r e s s i v e n e s s   i n   m y   o p i n i o n .     t h i s   i s   g a m e   2   i n   o v e r   a   y e a r .     i t ’ s   p r e - s e a s o n .     b r o o k l y n n e t s .
d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   b r o o k l y n n e t s
b e n   s i m m o n s   h a s n ’ t   p l a y e d   i n   a   s e a s o n   a n d   y e t   i   s e e   t w e e t s   c a l l i n g   h i m   t r a s h .     s t o p   i t ! !     g i v e   t h e   m a n   a   c h a n c e   t o   p l a y   a   f e w   g a m e s   b u t   t h e   t r a s h   l a b e l   i s   f a l s e .     n o   h e   i s   n o t   s h o o t i n g   j u m p   s h o t s   b u t   y o u   c a n   s e e   h e   i s   w o r k i n g   o n   h i s   s t r e n g t h s   d e f e n s e   & a m p ;   p a s s i n g .   b r o o k l y n n e t s
a n y b o d y   e l s e   h a v e   t r o u b l e   w i t h   t h e   b r o o k l y n n e t s   g r a y   f l o o r ?   
 
 i d k   i   f e e l   l i k e   i ' m   w a t c h i n g   a   b l a c k   a n d   w h i t e   t v   o r   s o m e t h i n g . . . l o l  
b r o o k l y n n e t s   r e f e r e e s   o u t   t h e r e   r u n n i n g   t h e   c o u r t   o n   p o i n t   l o l   b e s i d e s   o n e   o f   t h e m   t h r o w i n g   u p   t h e   t o u c h d o w n   a f t e r   a   b u c k e t   l m f a o o o
🚨 m a x   b e t   a l e r t 🚨 
 
 🏀 t o   w i n   $ 6 6 0 :   n e t s   o v e r   2 2 1 
 🏀 t o   w i n   $ 5 2 9 :   l i v e   n e t s   - 6 . 5 
 
 g a m b l i n g t w i t t e r   m a x b e t   b r o o k l y n n e t s  
b e n s i m m o n s   i s   g o i n g   t o   b e   s p e c i a l   f o r   t h e   b r o o k l y n n e t s   t h i s   y e a r   n b a t w i t t e r   n b a p r e s e a s o n
🏀   b a s k e t b a l l :   b r o o k l y n   n e t s   v s   m i a m i   h e a t   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 b a s k e t b a l l p r e s e a s s o n   n b a l i v e   n b a f a n s   a m e r i c a n   u s a   b r o o k l y n n e t s   m i a m i h e a t
m a n ,   i   l o v e   d o r i s   b u r k e ! 
 
 a n   i n c r e d i b l e   s p o r t s   f i g u r e ,   s o   e x t r e m e l y   k n o w l e d g e a b l e   a n d   a   b r e a t h   o f   f r e s h   a i r   w h e n   s h e ’ s   o n   t e l e v i s i o n   f o r   t h e   n b a   -   .   
 
 b r o o k l y n n e t s 
 m i a m i h e a t
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e t r o i t p i s t o n s   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
f i r s t   t i m e   w i t h   m y   m e n t o r   a n d   c o l l e a g u e   a t   a   b r o o k l y n n e t s   g a m e   t o n i g h t !   n e t s w o r l d   🏀  
b r o o k l y n   n e t s   t e a m   h e a 5 9 f i f t y   -   b l a c k ,   w h i t e ,   o r a n g e   n o w   a v a i l a b l e   f r o m   e c a p s u n l i m i t e d 
 
 n e w d r o p   e i g h t y 8 f i t s   c a p s u n l i m i t e d   n b a   b r o o k l y n n e t s   n e t s   w e g o h a r d   b r o o k l y n   n e w y o r k   t e a m   h e a r t   5 9 f i f t y   b l a c k   w h i t e   o r a n g e 
 

. _   s i g n s   w i t h   t h e     o f   t h e     .   l e t ’ s   g e t   t o   w o r k ! 
 
 g l e a g u e   n b a   l o n g i s l a n d n e t s   b r o o k l y n n e t s   h b c u  
n b a   c e l t i c s t a l k   c e l t i c   n b a p r e s e a s o n   n b a f a n t a s y   t a t u m   b r o o k l y n n e t s 
 i   j u s t   d r a f t e d   m y     b a s k e t b a l l   t e a m .   p l a y   n o w !    
a n d   t o     o f   t h e     b r o o k l y n n e t s   w h e r e b r o o k l y n a t   h a p p y   n a t i o n a l c o a c h e s d a y
p r e s e a s o n   g a m e   2 !   m i a m i h e a t   v s   t h e   b r o o k l y n n e t s   t o n i g h t   a t   7 : 3 0 p m   i n   b r o o k l y n n y   o n   e s p n   a n d   b a l l y s p o r t s s u n !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
🐍 🧁 “ s o   m a n y   p e o p l e   d o u b t e d   m e .   t h e y   m o t i v a t e d   m e   e v e r y   s i n g l e   d a y ,   t o   b e   w h o   i   a m . ” 🧁 🐍 
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   b r o o k l y n   b r o o k l y n n e t s   n e t s   n e t s a r t   n e t s b a s k e t b a l l   b a s k e t b a l l   b a s k e t b a l l a r t   s p o r t s   a r t   g r a p h i c d e s i g n   b a s k e t b a l l d e s i g n   f r a n c h i s e   f r a n c h i s e d e s i g n s  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
d o   t h e   n e t s   a c t u a l l y   h a v e   w h a t   i t   t a k e s ? 
   
 
   
 a l l i e c l i f t o n   a t l a n t i c d i v i s i o n   b l u e w i r e   b r o o k l y n n e t s   c h a n n i n g f r y e   e a s t e r n c o n f e r e n c e   n b a p o d c a s t   r i c h a r d j e f f e r s o n   r o a d t r i p p i n   r o a d t r i p p i n p o d c a s t  
    t h e r e   y o u   g o   a g a i n !   n o w     w i l l   t r y   t o   r e c r u i t   j o r d a n p o o l e   f o r   t h e   b r o o k l y n n e t s
b a r c l a y s c e n t e r   o c t o b e r   2 0 2 2   e v e n t   c a l e n d a r :   1 3   t i c k e t e d   e v e n t s ,   p l u s   o n e   p r i v a t e   o n e 
 
 s e c o n d   b r o o k l y n n e t s   p r e - s e a s o n   g a m e   t o n i g h t  
d r a y m o n d   g r e e n   h a s   h i g h   e x p e c t a t i o n s   f o r   b e n   s i m m o n s   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e t s   n e w y o r k   n e w y o r k c i t y  
s h o p   n e t s w o r l d       f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   b r o o k l y n n e t s   b r o o k l y n   n e t s   n e t s n a t i o n   b k   b k n e t s
  t h e   b r o o k l y n n e t s   f r o n t   o f f i c e   w a t c h i n g   t h i s 😭  
d r a y m o n d   g r e e n   h a s   h i g h   e x p e c t a t i o n s   f o r   b e n   s i m m o n s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
s t o p   s l e e p i n g   o n   t h e   n e t s . . .   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
          @ _ c l a x t o n 3 3   n e t s   w o r l d   t h i s   i s   t h e   b e s t   r o t a t i o n   b r o o k l y n n e t s  
b e n   s i m m o n s   m a k e s   h i s   b r o o k l y n   n e t s   d e b u t   s h o r t s 
   
 
   
 7 6 e r s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a  
u t a h   j a z z   v s .   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
k r i s t i a n   w i n f i e l d   |   n e w - l o o k   n e t s   b a t t l e   e a r l y   g r o w i n g   p a i n s 
 
 w i t h   s o   m a n y   c h a n g e s   m a d e   d u r i n g   t h e   o f f s e a s o n   a n d   t r a i n i n g   c a m p ,   t h e   n e t s   w e r e   b o u n d   t o   e x p e r i e n c e   s o m e   g r o w i n g   p a i n s ,   t h e   n e w s   b e a t   r e p o r t     w r i t e s .   b r o o k l y n n e t s 

i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b r o o k l y n   n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b k l y n   b r o o k l y n n e t s   b r o o k l y n   n e t s   k e v i n d u r a n t   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
i   j u s t   p l a y e d   a   r a n d o m   r e c   g a m e   w i t h   _ c a m t h o m a s .   h e   h a d   4 7 p t s   a n d   i   h a d   a l m o s t   a   q u a d r u p l e - d o u b l e   🤣   n b a 2 k 2 3 f o r x b o x s e r i e s x s   b r o o k l y n n e t s  
b e n   s i m m o n s   d r o p s   s i c k   n o - l o o k   p a s s   i n   f i r s t   n e t s   g a m e   |   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
i f   y o u   s a y   s o 😂   n b a   b a s k e t b a l l   b r o o k l y n n e t s   b e n s i m m o n s   k d   k y r i e   n e t s  
t h e   b r o o k l y n   n e t s   a r e   s c a r y   g o o d !   👻   ( n b a   2 2 - 2 3   s e a s o n   p r e v i e w )   s h o r t s     v i a     
 
 n b a   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   b r o o k l y n n e t s
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t h e   b r o o k l y n n e t s '   b e n s i m m o n s   i s   g r a t e f u l   t o   b e   b a c k   a f t e r   h i s   p r e s e a s o n   d e b u t . 
  
l e t ' s   g e t   t h e   g a m e   s p i c e d   u p   h e r e !   🔥 
 
 c u r r e n t   p l a y e r - c o a c h   d u o   o f   k y r i e   a n d   n a s h   g o   a g a i n s t   e a c h   o t h e r !   w h o   g o e s   t o   t h e   n e x t   r o u n d   i n   q u e s t   t o   f i n d   t h e   b e s t   p o i n t   g u a r d   o f   a l l - t i m e ? 
 
 w h o   y o u   g o t ?   🗳 ️ 🗣 ️ 
 
 s t e v e n a s h   k y r i e i r v i n g   b r o o k l y n n e t s   b e s t p o i n t g u a r d o f a l l t i m e  
n b a   b r e a k i n g   n e w s :   n a s h   a n d   k e v i n   . . . 
   
 
   
 a m h o o p s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   d r a m a t i c n b a n e w s n a s h a n d k e v i n d u r a n t i s s u e s a t b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   e s p n   f o x s p o r t s   f r e e a g e n c y n b a   h o o p f l i x   k e v i n d u r a n t   k y r i e i r v i n g   l e b r o n j a m e s  
m y   c o l l e c t i o n   s o   f a r   b r o o k l y n   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   a u s t r a l i a  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
m y   t o p   4   i n   t h e   e a s t 
 
 n e t s 
 b u c k s 
 c e l t i c s 
 h a w k s 
 
 n b a 2 k 2 3   n b a 2 0 2 3 s e a s o n   n b a   a t l a n t a h a w k s   b o s t o n c e l t i c s   b r o o k l y n n e t s   m i l w a u k e e b u c k s
r o y c e   o ’ n e a l e   w a s   ‘ d e f i n i t e l y   s h o c k e d ’   t o   s e e   j a z z   b l o w   u p   r o s t e r   b r o o k l y n n e t s  
c h a r l o t t e   h o r n e t s   v s .   b o s t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   p h i l a d e l p h i a   7 6 e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
m a n   f i n a l l y   g o t   m y     j e r s e y   a u s t r a l i a   b r o o k l y n n e t s   k y r i e  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   e v e r y   t e a m .   h e r e ’ s   t h e   n e t s   v e r s i o n   ( r e g u l a r   a n d   a l t e r n a t e ) 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t   w a r r i o r s h i g h l i g h t  
w o u l d   e m b i i d ,   d u r a n t ,   & a m p ;   . . . 
   
 
   
 7 6 e r s h i g h l i g h t s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c h i n e y o g w u m i k e   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   j a m e s h a r d e n   j a m e s h a r d e n n e w s   j o e l e m b i i d   k d   k d h a r d e n   k e n d r i c k p e r k i n s   k e v i n d u r a n t   m a l i k a a n d r e w s  
b e n   s i m m o n s   h i g h l i g h t s   v s   p h i l a d e l p h i a   7 6 e r s !   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s v s 7 6 e r s   b r o o k l y n n e t s v s p h i l a d e l p h i a 7 6 e r s   e a s t e r n c o n f e r e n c e   n b a p r e s e a s o n   n e t s   n e t s v s 7 6 e r s   n e t s v s p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s  
w i l d   t o   t h i n k ,     b u t   t h i s   w i l l   b e   k d   & a m p ;   k y r i e ' s   f i r s t   h o m e   o p e n e r   t o g e t h e r   w i t h   f a n s   i n   a t t e n d a n c e . . . 
 
 2 0 1 9   -   n o   k d 
 2 0 2 0   -   c o v i d - 1 9   ( n o   f a n s ) 
 2 0 2 1   -   n o   k a i   ( v a x   m a n d a t e ) 
 2 0 2 2   -   🖤 🤍 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s t w i t t e r   b k n e t s   n e t s   b k l y n n e t s   d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
d a y   1 7   o f   o u r   n b a   s e a s o n   c o u n t d o w n ,   a n d   i t ' s   t i m e   t o   t a l k     a n d   t h e   s t a r   o f   t h e   o f f s e a s o n ,   k e v i n   d u r a n t .   b r o o k l y n n e t s   k e v i n d u r a n t  
n e w   o n e   f o r   s p o r t s   i l l u s t r a t e d   o n   t h e   c o n t r o l   k e v i n   d u r a n t   e x e r t   o n   n e t s   g m   s e a n   m a r k s .   h a d   f u n   i n c l u d i n g   a   l a y e r   o f   g o u a c h e   i n k   r e s i s t .   b i g   t h a n k s   t o   a d   l a u r a   a n g l e ! !   k e v i n d u r a n t   b r o o k l y n n e t s   s p o r t s i l l u s t r a t e d  
l a n a   r h o a d e s   t o l d   t h e   w o r l d   t h a t   h i s   s o n ' s   d a d d y   w a s   a   n e t s   p l a y e r   a n d   a   l i b r a . .   t h a t   i s   t h e   r e a s o n   w h y   b l a k e   g r i f f i n   s i g n e d   w i t h   t h e   c e l t i c s   n b a   b r o o k l y n n e t s   c e l t i c s
b e n   s i m m o n s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   n e t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
i t ' s   p r e s e a s o n .     c a l m   d o w n   p e o p l e .     i t ' s   t h e   f i r s t   g a m e .     b r e a t h e . .     c a n ' t   b e l i e v e   s o m e   o f   t h e   t w e e t s   i   a m   s e e i n g .     g i v e   t h i s   t e a m   t i m e   t o   g e l   a   l i t t l e   m o r e . . . .     i   w a s n ' t   e x p e c t i n g   t h e m   t o   b e   p e r f e c t   t h e   f i r s t   p r e s e a s o n   g a m e .     n e t s w o r l d   b r o o k l y n n e t s
w a s   g r e a t   t o   b e   b a c k   a t   t h e   c l a y ’ s   💯 💪 🏾     b r o o k l y n n e t s   n b a   n e t s w o r l d  
n b a   b r o o k l y n n e t s   l o s a n g e l e s l a k e r s   k y r i e i r v i n g   r e p o r t :   l a k e r s   w o n ' t   p u r s u e   k y r i e   i r v i n g   i n   f r e e   a g e n c y  
k a r e e m a b d u l j a b b a r   c a l l s   k y r i e i r v i n g   a   “ c o m i c a l   b u f f o o n ”     
 
 😆 🤣 😭   t h a t   h e   i s   a n d   m u c h   m o r e !   b r o o k l y n n e t s
b e n   s i m m o n s   i s   m a k i n g   h i s   n e t s   d e b u t   i n   2 0 2 2   p r e s e a s o n   🔥 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s d e b u t   b e n s i m m o n s d e b u t n e t s   b e n s i m m o n s h i g h l i g h t s   b e n s i m m o n s n e t s   b e n s i m m o n s t r a d e   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b e s t   t r a i l s   & a m p ;   t r a v e l   i s   a   p r o u d   s p o n s o r   o f   t h e   b r o o k l y n   n e t s .   c o m e   o u t   o n   o c t o b e r   1 9 t h   t o   b a r c l a y s   c e n t e r   t o   w a t c h   t h e m   p l a y   o n   o p e n i n g   n i g h t   🏀 
 
 b r o o k l y n n e t s   n e t s   b a r c l a y s c e n t e r   b r o o k l y n   n y c   n e w y o r k   c h a r t e r b u s   e x e c u t i v e c o a c h   b a s k e t b a l l   n y   s p o n s o r   o p e n i n g n i g h t   n b a  
g r e a t   t o   s e e   1 2   s h o o t i n g   3 s   a n d   p l a y i n g   d e f e n s e   a g a i n .   k e e p   t h a t   f o o t   h e a l t h y ,   j o e y   b u c k e t s !   b r o o k l y n n e t s
d o n t   b a s h   o p p o s i t e   t h i n k i n g ,   i n s t e a d   l i s t e n   c a r e f u l l y   a n d   c h o o s e   w h a t   u   b e l i k a r e e m a l j e i r v i n g   n b a   k y r i e   b a s k e t b a l l   l e b r o n j a m e s   k e v i n d u r a n t   l e b r o n   j a m e s h a r d e n   s t e p h e n c u r r y   b a l l i s l i f e   l a k e r s   k o b e b r y a n t   s t e p h c u r r y   n i k e   k   b r o o k l y n n e t s   n e t s   k o b e   k a r e e m  
p o s t   g a m e   t h r e a d :   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   1 2 7 - 1 0 8   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
n b a   b r o o k l y n n e t s   l o s a n g e l e s c l i p p e r s   d e n v e r n u g g e t s   b e n   s i m m o n s ,   k a w h i   l e o n a r d ,   j a m a l   m u r r a y ,   m i c h a e l   p o r t e r   j r .   r e t u r n   t o   a c t i o n  
    _ l i f e r s   _ n y _ b     d o l a n   e x e c u t i v e s   w i t h   b o t h   t h e   k n i c k s   a n d   n y r   h a v e   d e v e l o p e d   q u a l i t y   y o u n g   t a l e n t / g r e a t   l o c k e r   r o o m s .   b o t h   t e a m s   h e r e   t o   w o r k .     a l m o s t   u n h e a r d   o f   i n   p r o   s p o r t s   t e a m s .     l o o k   a t   t h e   b r o w n s   o r   b r o o k l y n n e t s   i f   a n y o n e   i s   c o n f u s e d   b y   w h a t   i   m e a n   l o l .
k y r i e   i r v i n g   o n   b e n   s i m m o n s :   “ h e ’ s   g o i n g   t o   l o v e   p l a y i n g   w i t h   u s ”   b e n s i m m o n s   b r o o k l y n n e t s   k y r i e i r v i n g  
b e n   s i m m o n s   m a k e s   n e t s   d e b u t   a f t e r   l o n g   w a i t           b r o o k l y n n e t s  
“ y o u   m a d e   m e   a   b e a s t ”   b e n   s i m m o n s   p u r p o s e l y   s c o r e d   h i s   f i r s t   n e t s   b u c k e t   a s   a   d u n k   a g a i n s t   s i x e r s     b r o o k l y n n e t s   n b a
s o   y e a h   t h i s   b r o o k l y n n e t s   t h i n g   c a n   w o r k . 
 
 r e b o u n d s   a r e   g o n n a   b e   a n   i s s u e ,   d e f e n s e   i s   g o n n a   b e   a   p r o b l e m ,   n a s h   s u c k s   a s   a   c o a c h   a n d   t h e   t e a m ' s   b e n c h   c o u l d   u s e   a   b i t   o f   w o r k . 
 
 b u t   e v e n   w i t h   a l l   t h a t   t h e y   g o t   k e v i n d u r a n t   w h i c h   m a k e s   e m   o n e   o f   t h e   t o p   t e a m s   i n   t h e   n b a   e a s t .  
o ’ s   t h o u g h t s   o n   s i x e r s   v s   n e t s   y e s t e r d a y   
 n e t s   n e t s w o r l d   n e t s o n y e s   b r o o k l y n n e t s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   -   f u l l   . . . 
   
 
   
 7 6 e r s v s n e t s   7 6 e r s v s n e t s l i v e   7 6 e r s v s n e t s p r e s e a s o n   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   n b a p r e s e a s o n  
" i ' m   g r a t e f u l   j u s t   t o   b e   a b l e   t o   s t e p   o n   t h a t   f l o o r , "   b e n s i m m o n s   s a i d .   " s t e p   o n   a n   n b a   f l o o r   a g a i n .   i   h a d   a   l o t   o f   f u n   o u t   t h e r e . "   n b a t w i t t e r   b r o o k l y n n e t s  
a s   i   w r o t e ,   " a r t   o r   a d v e r t i s i n g " ? 
 
 
 o r   m a y b e   a   r e - a f f i r m a t i o n   o f   b r o o k l y n n e t s   f a n d o m 
 b e l o n g b r o o k l y n 
 b a r c l a y s c e n t e r    
    _ n e t s _ w i n       b r o o k l y n n e t s   g a m e   w a s   🔥  
b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   w a s   o n   n b a   t v   ( u s ) .   w i t h   c o m m e n t a r y   f r o m   r y a n   r u o c c o .   c o - c o m m e n t a t o r   i s   s a r a h   k u s t o k .     f o r   m o r e   d e t a i l s   s e e     b r o o k l y n n e t s   p h i l a d e l p h i a e r s   n b a t v u s
g r e a t   t o   s e e   b e n   a n d   k d   s h a r i n g   a   l a u g h   o n   t h e   b e n c h . .   w o n d e r   w h a t   i t   w a s   a b o u t 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
m o r e   b r o o k l y n n e t s  
o f   c o u r s e   i   s a w   s t u f f   l i k e   t h i s   o n   t w i t t e r   l a s t   n i g h t ,   b u t   i   w a n t e d   t o   r e a l l y   w a t c h   t h e   b r o o k l y n n e t s   o n   📺   a n d   n o t   t h e   a p p    
s i m m o n s   o n   3 ?   w e l l   g o d d a m n   w e   g o t   t h i s   s e a s o n   b o i s s s s   n e t s   b r o o k l y n n e t s  
i   u s u a l l y   d o n ’ t   w a t c h   p r e - s e a s o n   g a m e s ,   b u t   i   n e e d   t o   s e e   t h i s   n e w / o l d   b r o o k l y n n e t s   t e a m   t o g e t h e r   a g a i n   f o r   t h e   f i r s t   t i m e .   n o w w a t c h i n g  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   3   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 3 6 e r s v s s u n s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   s u n s v s 3 6 e r s  
n o t   h a p p y   l o s i n g   a r e   f i r s t   p r e s e a s o n     g a m e   b u t   g o o d   t o   s e e   s i m m o n s   d o i n g   b i t s   b r o o k l y n n e t s   👏 🏾
n b a v i d e o s :   b e n   s i m m o n s   s l a m s   h o m e   h i s   f i r s t   n e t s   b u c k e t !   
   
 
   
 b a s k e t b a l l   b a s k e t b a l l v i d e o s   b r o o k l y n n e t s   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 0 9   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v l o g   t e a m 1 6 1 0 6 1 2 7 5 1   v i d e o   v i d e o s   v l o g  
p o s t   g a m e   t h r e a d :   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   1 2 7 - 1 0 8 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s .   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
b r o o k l y n n e t s   c u r r y b r o t h e r s 
   s o   y o u   b e e n   a   t e a m a t e   o f   b o t h   c u r r y   b r o t h e r s ,   i n   y o u r   o p i n i o n   h o w   g o o d   i s   s e t h   c u r r y   a s   a   p l a y e r   ?   3 p   s h o o t e r ,   b a l l   h a n d l e r ,   p a s s e r   a n d   s u c h .   i   g e t   s t e p h e n   t h e   b e t t e r   o n e   b u t   d o   y o u   t h i n k   s e t h   c a n   b e c o m e   o n   s i m i l a r   l e v e l   a s   h i s   b r o t h e r ?
b e n   s i m m o n s   p l a y e d   a   g a m e   o f   b a s k e t b a l l . 
 
 t h e   e n d   i s   n i g h . . . . . 
 
 n b a 
 b r o o k l y n n e t s
a n y b o d y   t h i n k   t h i s   m a n   d i d n ' t   f e i g n   a   m e n t a l   i l l n e s s 2   c o l l e c t   a   n b a   p a y c h e c k ? 
 i m   c e r t a i n   h e   w a s @   a l l   t i m e s   w e l l   e n o u g h 2   g e t   p a i d   b y   7 6 e r s   a n d   2 f o r c e   a   t r a d e . 
 n o t   s u r e   a n y   t e a m   o t h e r   t h a n   t h e   b r o o k l y n n e t s   c a r e d   l e s s   a b o u t   c h a r a c t e r   w h e n   t r a d i n g   f o r   h i m . 
  
h e ’ l l   m a k e   a   b i g   d i f f e r e n c e   f o r   b r o o k l y n   t h i s   s e a s o n .   h e   m a y   n e v e r   s h o o t   🤷 ‍ ♂ ️ .   b e n s i m m o n s   b r o o k l y n t o g e t h e r   b r o o k l y n n e t s   n e t s   k d   k y r i e   s t e v e n a s h   n b a   n b a p r e s e a s o n   n b a t w i t t e r   i n t h e s h e d   w e s a n d e r s o n   t o o l s   p o l i t i c s   s p o r t s   p a r a n o r m a l   n e w s   p o d c a s t s   s p o t i f y   y o u t u b e  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
i s   a n y b o d y   e l s e   n o t   a b l e   t o   w a t c h   t h e   g a m e   b e c a u s e   o f   t h i s ? 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
  a w e s o m e ! ! 
 n e t s   n e t s t w i t t e r   n e t s w o r l d   b r o o k l y n n e t s   n b a   n b a t w i t t e r
n e w   1 0 t h   a n n i v e r s a r y   c e n t e r   c o u r t   l o g o   t o   c e l e b r a t e   a   d e c a d e   o f   t h e   n e t s   i n   b r o o k l y n !   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
b e n   s i m m o n s   d e b u t s   w i t h   b r o o k l y n   n e t s   a n d   t w i t t e r   r e a c t s   |   b e n   s i m m o n s   h i g h l i g h t s 
 
 b e n s i m m o n s   b r o o k l y n n e t s  
7 6 e r s   o p e n   p r e - s e a s o n   w i t h   a   1 2 7 - 1 0 8   w i n   o v e r   t h e   b r o o k l y n   n e t s !   🔔 
 
 t y r e s e   m a x e y :   2 0   p t s ,   3   a s t 
 f u r k a n   k o r k m a z :   1 5   p t s ,   4   a s t 
 
 7 6 e r s   b r o o k l y n n e t s   n b a p r e s e a s o n  
b e n   s i m m o n s   s l a m s   i t   d o w n   f o r   f i r s t   p o i n t s   i n   b r o o k l y n   n e t s   d e b u t   |   n b a   o n   e s p n 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
d o n ’ t   w o r r y   a b o u t   t h i s   g a m e   m a n .   w e   g o t   g o o d   g u y s   g o o d   m o v e m e n t s !   t h e   n e t s   c a n   s t i l l   w i n   i t   a l l   m a n !   i   b e l i e v e   b r o o k l y n n e t s   !   n e t s w o r l d !
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s  
i t ’ s   g r e a t   t o   s e e     b a c k   o n   t h e   c o u r t   a g a i n .   i f   y o u ’ r e   s t i l l   h a t i n g   o n   h i m   a t   t h i s   p o i n t   y o u ’ r e   j u s t   a   h a t e r … a n d   t h a t ’ s   a   d i f f e r e n t   s t o r y   n b a   n b a p r e s e a s o n   b r o o k l y n n e t s
j o e   h a r r i s 👉 🏼   k e v i n   d u r a n t 
 
 b a s k e t b a l l   i s   b a c k   i n   b r o o k l y n 🔥 
 
 n e t s   b r o o k l y n n e t s   n b a t w i t t e r   n b a p r e s e a s o n   

k y r i e   " t h e   g l o v e "   i r v i n g   
 b r o o k l y n n e t s  
t h e   n e t s   c o u l d   b e   s c a r y   n e x t   y e a r   n b a     b r o o k l y n n e t s
t h i s   i s   b e a u t i f u l   b r o o k l y n n e t s
b e n   s i m m o n s   o u t   t h e r e   h o o p i n g !   😎 
 b r o o k l y n n e t s   n e t s w o r l d
i ' m   e n j o y i n g   t h e   b e n   s i m m o n s   a c t i o n   f o r   b r o o k l y n .     h e   l o o k s   g o o d   o u t   t h e r e .   n i c e   p a s s   t o   c l a x t o n   f o r   a   d u n k   o n   t h e   f a s t   b r e a k .   n b a   b r o o k l y n n e t s   n e t s
i t ' s   p r e s e a s o n .     c a l m   d o w n   p e o p l e .     i t ' s   t h e   f i r s t   g a m e .     b r e a t h e . .     c a n ' t   b e l i e v e   s o m e   o f   t h e   t w e e t s   i   a m   s e e i n g .     g i v e   t h i s   t e a m   t i m e   t o   g e l   a   l i t t l e   m o r e . . . .     i   w a s n ' t   e x p e c t i n g   t h e m   t o   b e   p e r f e c t   t h e   f i r s t   p r e s e a s o n   g a m e .     n e t s w o r l d   b r o o k l y n n e t s
o h   m y   g o o d n e s s   r o y c e   o n e a l ,   m i s s   u   😢   n b a   u t a h j a z z   b r o o k l y n n e t s
t h i s   i s   a t r o c i o u s   😭 b r o o k l y n n e t s
  f i n d s     i n   t r a n s i t i o n ‼ ️   n b a   n b a t w i t t e r   b r o o k l y n n e t s  
w h y   d o e s   b e n   s i m m o n s   k e e p   p i c k i n g   u p   h i s   d r i b b l e   b r o o k l y n n e t s
    n e e d   t o   g o   g e t   w h i t e s i d e .   t h i s   t e a m   i s   s t i l l   v e r y   s m a l l   a n d   w o n ' t   r e b o u n d   w e l l .   d o n ' t   k n o w   h o w   s e a n m a r k s   h a v e n ' t   f i l l e d   t h i s   h u g e   h o l e   y e t .   i t ' s   b e e n   l i k e   t h i s   f o r   a   f e w   s e a s o n s   n o w .   n b a   b r o o k l y n n e t s
k y r i e 💪   b r o o k l y n n e t s
i ’ m   s o   h a p p y   h o o p   i s   b a c k !     m y   n e t s   p l a y   t o m o r r o w !     l e t ’ s   g o !     b r o o k l y n n e t s
j u s t   f o u n d   o u t   i   c a n ' t   w a t c h   b r o o k l y n n e t s   o n     u n l e s s   i   p a y   e x t r a   t o   w a t c h   o n   a n   a p p ?   t h i s   i s   o u t r a g e o u s .
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a   n b a   b r o o k l y n  
b r o o k l y n   n e t s   a b o u t   t o   g e t   t h i s   w ,   l e t s   g o ! ! !   w e g o h a r d   b r o o k l y n n e t s
b a s k e t b a l l   i s   a b o u t   t o   b e   b a c k ! ! !   p r e s e a s o n   h e r e   w e   c o m e   🏀   b r o o k l y n n e t s   n e t s v s 7 6 e r s   p a t t y m i l l s   c l a x   s e t h c u r r y
b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e   s t r e a m   -   n b a   -   p r e - s e a s o n   ( b a s k e t b a l l ) 
 
 w a t c h   b r o o k l y n   n e t s   l i v e   s t r e a m   a g a i n s t   p h i l a d e l p h i a   7 6 e r s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a  
🏀   b a s k e t b a l l :   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   -   n b a 
 ⏰   0 6 . 3 0   u t c + 7 
 ➡     
 
 b a s k e t b a l l   a m e r i c a n   u s a   a m e r i c a n b a s k e t b a l l   b a s k e t b a l l l o v e r s   n b a   p h i l a d e l p h i a 7 6 e r s   b r o o k l y n n e t s
b r o o k l y n   n e t s   p r e s e a s o n   b e g i n   t o n i g h t   🔥 🔥 🔥   n e t s   n a t i o n   b i h   😤 😤 😤   b r o o k l y n n e t s   n e t s n a t i o n  
l e t s   g o   n e t s ! ! !   b r o o k l y n n e t s
l o n g   i s l a n d   n e t s   l e g e n d   c r a i g   r a n d a l l   g o e s   o f f   f o r   3 5   p o i n t s   a g a i n s t   t h e   p h o e n i x   s u n s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 0 0
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 0
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 9
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 8
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 7
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 6
f i n a l l y   t h e y   d o   s o m e t h i n g   r i g h t .   t h a t ’ s   a   t r a d i t i o n a l   l i n e - u p   w i t h   a n   o f f e n s i v e   & a m p ;   d e f e n s i v e   b a l a n c e .   a l l   w e   n e e d   i s   f o r   t h e   r o t a t i o n s   t o   b e   o n   p o i n t   n o w .   b r o o k l y n n e t s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 5
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 4
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 3
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 2
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 1
n b a   b r o o k l y n n e t s   s i x e r s   
 c o n f i r m e d   s t a r t i n g   l i n e u p   f o r     t o n i g h t !  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 x  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t 
 x  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
t r e a t i n g   m y s e l f   t o   t h e   n e w   b i g   3 .     l o b s t e r   r o l l   +   p r e t z e l   +   k d .       
 s o   f a r ,   s o   g o o d .       l e t s   g o   n e t s 
 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a 
 w  
  l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a
b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a 2 k 2 3   b a s k e t b a l l   n b a   p h i l a d e l p h i a   n b a t w i t t e r   
 l i v e l i n e   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e s t r e a m   
                                             🇺 🇸 l i n k 🏀 🗑 ️ 
 
                                                       ⬇ ️ 
 

n b a   p r e v i e w   2 0 2 2 - 2 3   :   l e s   b r o o k l y n   n e t s 
   
 
   
 a p é r o t r a s h t a l k   a t l a n t i c d i v i s i o n   b a s k e t   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   e m i s s i o n  
g a m e   t h r e a d :   p h i l a d e l p h i a   7 6 e r s   ( 0 - 0 )   a t   b r o o k l y n   n e t s   ( 0 - 0 )   o c t   0 3   2 0 2 2   7 : 3 0   p m 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
k y r i e   i r v i n g :   n e t s   x - f a c t o r   b y   _ s a y s   
 n e t s w o r l d   k y r i e i r v i n g   b r o o k l y n n e t s   o t b n 

m a n   i ’ v e   n e v e r   b e e n   t h i s   e x c i t e d   t o   w a t c h   a   p r e s e a s o n   g a m e ! !   i ’ m   r e a d y   t o   o v e r r e a c t   🤣 
 
 b r o o k l y n n e t s
t o n i g h t s   s t a r t i n g   l i n e u p s ,   f r o m     7 - 1 0 - 1 1   p l a y i n g   c o n f i r m e d !   b r o o k l y n n e t s   s i x e r s   n e t s w o r l d   n b a   n b a p r e s e a s o n 2 0 2 2   k d   b e n 1 0   k y r i e i r v i n g  
b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
w e   b a c k   y ’ a l l   
 
 b r o o k l y n n e t s  
g o l d e n   s t a t e   w a r r i o r s   v s .   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
n b a   b r o o k l y n n e t s   k a r e e m a d b u l j a b a r   k y r i e i r v i n g   n b a   l e g e n d   k a r e e m   a b d u l - j a b b a r :   k y r i e   i r v i n g   i s   a   ' c o m i c a l   b u f f o o n '  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b e n   s i m m o n s   m a k e s   h i s   n e t s   d e b u t   t o d a y   -   a g a i n s t   j o e l   e m b i i d   a n d   7 6 e r s !   😤 🍿 
 
 w h o   y o u   g o t ? 
 
 b e n s i m m o n s   b r o o k l y n n e t s   j o e l e m b i i d   7 6 e r s   n b a p r e s e a s o n  
m o n ,   3 r d   o c t :   b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   -   o d d   @   1 . 9 
 m o r e   d e t a i l s   o n :   
 b a s k e t t i p s   b a s k e t p r e d i c t i o n   b a s k e t b a l l b e t s   n b a p r e s e a s o n   u s a b a s k e t
s e e m s   l i k e   k d   b e a t   t h e   ‘ u n n a m e d   n e t s   p l a y e r ’   b a b y   d a d d y   a l l e g a t i o n s   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
“ i r v i n g   i s   a   c o m i c a l   b u f f o o n ”   k a r e e m   a b d u l   j a b b a r   d e s t r o y s   k y r i e   i r v i n g   f o r   s h a r i n g   a l e x   j o n e s   c l i p     b r o o k l y n n e t s   l a l a k e r s
  l e t ' s   g o   b r o o k l y n n e t s   n e t s l e v e l   n e t s   🏀 🏀 🏀
a t   b a r c l a y s c e n t e r   o v e r   1 0   y e a r s ,   ( r e l a t i v e )   b o o m - a n d - b u s t   b r o o k l y n n e t s   a t t e n d a n c e ,   n o w   r i s i n g   a s   t e a m   i m p r o v e s . 
 
 g a t e   c o u n t   a l w a y s   t r a i l s   o f f i c i a l   f i g u r e s . 
 a t t e n d a n c e   %   w o u l d   r a n k   e v e n   h i g h e r   ( b c   o f   s m a l l e r   a r e n a )
w i l l   t h e   n e t s   o v e r c o m e   t h e   d r a m a   & a m p ;   m a k e   i t   t o   t h e   f i n a l s ?   c l i c k   l i n k   f o r   f u l l   v i d e o . 
 
 e d i t e d   b y   c a n t v       n b a   n b a t w i t t e r   b a s k e t b a l l   n b a p r e s e a s o n   n e t s   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s 
 c a n t v   n b a o f f s e a s o n  
k y r i e   i r v i n g   b r o o k l y n   n e t s   m e d i a   . . . 
   
 
   
 a a r o n h i c k s   a a r o n j u d g e   a l e x r o d r i g u e z   a r o l d i s c h a p m a n   a t l a n t i c d i v i s i o n   b a b e r u t h   b a s e b a l l   b a s k e t b a l l   b r a w l   b r o o k l y n n e t s   c l i n t f r a z i e r   c o r e y k l u b e r   d e a n d r e j o r d a n   d e r e k j e t e r   d j l e m a h i e u   e a s t e r n c o n f e r e n c e  
j a m e s   h a r d e n   " f i g u r i n g   t h i n g s   o u t "   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s n e w s   7 6 e r s t r a i n i n g c a m p   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j a m e s h a r d e n h i g h l i g h t s   j o e l e m b i i d   n b a   n b a n e w s   n b a p r e s e a s o n   n b a t r a i n i n g c a m p  
s o o n . . .   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e t s   n e w y o r k   n e w y o r k c i t y  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [54], in <cell line: 1>()
      1 for id, tweets in tweets_df_Nets1.items():
      2     for tweet in tweets:
----> 3         analysis = TextBlob(tweets_df_Nets1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Nets1 = tweets_df_Nets1.append({
      5             'name': id,
      6             'text': tweets_df_Nets1.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\textblob\blob.py:384, in BaseBlob.__init__(self, text, tokenizer, pos_tagger, np_extractor, analyzer, parser, classifier, clean_html)
    380 def __init__(self, text, tokenizer=None,
    381             pos_tagger=None, np_extractor=None, analyzer=None,
    382             parser=None, classifier=None, clean_html=False):
    383     if not isinstance(text, basestring):
--> 384         raise TypeError('The `text` argument passed to `__init__(text)` '
    385                         'must be a string, not {0}'.format(type(text)))
    386     if clean_html:
    387         raise NotImplementedError("clean_html has been deprecated. "
    388                                 "To remove HTML markup, use BeautifulSoup's "
    389                                 "get_text() function")

TypeError: The `text` argument passed to `__init__(text)` must be a string, not <class 'pandas.core.series.Series'>
In [55]:
for id, tweets in tweets_df_Nets2.items():
    for tweet in tweets:
        analysis = SentimentIntensityAnalyzer(tweets_df_Nets2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Nets2 = tweets_df_Nets2.append({
            'name': id,
            'text': tweets_df_Nets2.text
        }, ignore_index=True)
r e b u i l d i n g   t h e   b r o o k l y n   n e t s !   ( n b a   2 k 2 3   m y n b a )     v i a     n b a   n b a 2 k 2 3   b a s k e t b a l l   s p o r t s   g a m i n g   y o u t u b e r   b r o o k l y n n e t s
b e n   s i m m o n s   w i t h   t h e   s h o t   b o i i .   b e n s i m m o n s   n e t s   b r o o k l y n   b r o o k l y n n e t s  
k y r i e   i r v i n g   i s   t u r n i n g   c h a m p i o n s h i p - m i n d e d   n e t s   i n t o   t o t a l   d y s f u n c t i o n ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
w h a t   i n j u r y   w i l l     c l a i m   h e   h a s ? ? ? 
 
 h e   s h o u l d   c l a i m   a n   i n j u r e d   e g o 
 
 n b a   b r o o k l y n n e t s   n e t s   
  
o v e r   t e n   y e a r s ,   t h e   b r o o k l y n n e t s   h a v e   n o t   r e a c h e d   t h e i r   p o t e n t i a l ,   g a i n i n g   t h e   s e c o n d   r o u n d   o f   t h e   p l a y o f f s   o n l y   t w i c e . 

n o   w a y   s i m m o n s   d i d   t h a t   b r o o k l y n n e t s  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
o n e   m a n   t r i b e   i n   b r o o k l y n     w w e   r a w   b a r c l a y s c e n t e r   w u w   j o h n y r o d z   w w e   d e g e n e r a t i o n x   w w e r a w   g e r o n i m o   g l e a s o n s g y m   b r o o k l y n n e t s   n e w y o r k               _        
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   t r a i n i n g   c a m p   🏀 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
n e t s   a l l   a c c e s s   p r a c t i c e   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
k y r i e   i r v i n g   s a y s   t h e   b r o o k l y n   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   l o c k e d o n p o d c a s t  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
f r o m   g r e e n v i l l e ,   n c   t o   b r o o k l y n :   d a y & a m p ; 3 9 ; r o n   s h a r p e & a m p ; 3 9 ; s   n b a   j o u r n e y   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   d a y r o n s h a r p e   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n e t s h i g h l i g h t s   n o r t h c a r o l i n a   s p o r t s   s t e v e n a s h   u n c  
t h e   b r o o k l y n   n e t s :   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   i s s u e s   ( t h e   r e a l   s t o r y ) 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a o n e s p n   n e t s t r a d e r u m o u r s  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   2 t   c o l o r   p a c k   5 9 f i f t y   -   g r a p h i t e ,   r e d ,   w h i t e   n o w   a v a i l a b l e   f r o m   e c a p s u n l i m i t e d 
 
 n e w d r o p   e i g h t y 8 f i t s   c a p s u n l i m i t e d   n b a   b r o o k l y n n e t s   n e t s   w e g o h a r d   b r o o k l y n   n e w y o r k   2 t   c o l o r   p a c k   5 9 f i f t y   g r a p h i t e   r e d   w h i t e 
 

  a n   i n d i c t m e n t   o f   h c   s t e v e   n a s h   t h a t   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   h a v e   t a k i n g   c a m   t h o m a s   u n d e r   t h e r e   w i n g   t o   d e v e l o p   h i m 
 
 w h e r e ' s   n a s h   c o a c h i n g   o r   c o a c h i n g   s t a f f ?   
 
 w h e r e ?   - -   p l e a s e 
 
 b r o o k l y n n e t s   n e t s   n e t s l e v e l
t h r e e   t h i n g s   s t e v e   n a s h ,   b e n   s i m m o n s   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g  
d a i l y   r / g o n e t s   d i s c u s s i o n   -   o c t o b e r   1 0 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
n b a   b r o o k l y n n e t s   s t e v e n a s h   n e t s   f a n s   b o o   s t e v e   n a s h   a t   o p e n   p r a c t i c e  
t i m e l i n e   o f   j a m e s   h a r d e n   a n d   t h e   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   c h r i s p a u l   c o m m e n t a r y   c o m m e n t a t o r   d a r y l m o r e y   d o m 2 k   d o m 2 k p o d c a s t   d w i g h t h o w a r d   h o u s t o n r o c k e t s   j a m e h a r d e n k y r i e i r v i n g   j a m e s h a r d e n   j a m e s h a r d e n i n t e r v i e w   j a m e s h a r d e n k e v i n d u r a n t  
k y r i e   i r v i n g   i n t r o d u c e d   a t   t h e   n e t s ’   p r a c t i c e   a t   b   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   e s p n n b a   h i g h l i g h t s   k y r i e i r v i n g   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   n e t s p r a c t i c e   p r a c t i c e i n t h e p a r k   s p o r t s   v i r a l  
o n   f e e t   👟 
 
   a r r i v e s   t o     ‘ p r a c t i c e   i n   t h e   p a r k ’   i n     a j 1   x   c a c t u s   j a c k   “ f r a g m e n t ”   1   l o w s   🌵 
 k d   b r o o k l y n n e t s   n e t s   t r a v i s s c o t t   f r a g m e n t   j o r d a n 1   l o w s   

w h a t   a n   a m a z i n g   p r a c t i c e i n t h e p a r k   e v e n t ,   s h o u t   o u t   t o   a l l   t h e   n e t s   f a n s   f o r   s h o w i n g   o u t ,   r e a l l y   m a d e   t h e   e v e n t   s p e c i a l .     n e x t   u p … o p e n i n g   n i g h t   b r o o k l y n n e t s   b r o o k l y n b r i d g e p a r k   n e t s d j   n b a d j  
m y   e x p e o p i n i o n   e p 1 3 3 :   t o n y   y a y o   & a m p ;   u n c l e   m u r d a           p o d c a s t   q u e e n s   b r o o k l y n n e t s   b r o o k l y n   b l o g   v i d e o   t r e n d   t r e n d i n g n o w   n y c c   n e w y o r k   c a l i f o r n i a   l o s a n g e l e s   m o n d a y t h o u g h t s   h i p h o p   r a p   m u s i c     a t l a n t a   n e w s
n e t s   n e w   r o s t e r   a f t e r   d u r a n t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s l i n e u p 2 0 2 3   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s n e w s t o d a y   b r o o k l y n n e t s o f f i c i a l l i n e u p 2 0 2 2   b r o o k l y n n e t s r o s t e r 2 0 2 2   b r o o k l y n n e t s r o s t e r 2 0 2 3   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   n b a  
a m i d s t   t h e   b l a c k d r o p 
 
 b r o o k l y n n e t s  
b e s t   f r e e   s t u f f   e v e r   y e s t e r d a y   p r a c t i c e i n t h e p a r k   b r o o k l y n n e t s  
[ w i n f i e l d ]   n e t s   f a n s   j u s t   b o o e d   s t e v e   n a s h   w h e n   h e   w a s   i n t r o d u c e d   a t   p r a c t i c e   i n   t h e   p a r k .   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
i n k t o b e r   d a y   9 .   e a s y   m o n e y   s n i p e r .   
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   s l i m r e a p e r   b a s k e t b a l l   b a s k e t b a l l a r t   n b a   n b a a r t   a r t i s t   a r t   s k e t c h   b a l l p o i n t p e n   b a l l p o i n t p e n a r t   b r o o k l y n   b r o o k l y n n e t s   d j o s s u p p a h   d j o s s u p p a h a r t  
[ w i n f i e l d ]   n e t s   f a n s   j u s t   b o o e d   s t e v e   n a s h   w h e n   h e   w a s   i n t r o d u c e d   a t   p r a c t i c e   i n   t h e   p a r k . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
i n d i a n a   p a c e r s   v s .   n e w   y o r k   k n i c k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
        k e e p   m a k i n g   a   d i f f e r e n c e ! 
 g o d   b l e s s   y o u   a l l ! !   b r o o k l y n n e t s   b r o o k l y n
n j ➡ ️ b k !   🔟   y e a r s   i n   n y !   b r o o k l y n n e t s  
k d   f o r   t h e   k i d s   🖊   b r o o k l y n n e t s  
[ b o o l i n   s p o r t s ]   n e t s   h a v i n g   a n   o u t d o o r   p r a c t i c e   a t   p r a c t i c e   i n   t h e   p a r k 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
_ 8 m u r a   i n s p i r e d   h a t 
 
 p u r p l e u r b   p i x e l a r t   a r t   f a s h i o n     c u l t u r e   n b a   b r o o k l y n   b r o o k l y n n e t s   n i p p o n   j a p a n   b a s k e t b a l l  
i   s u p p o r t   e v e r y   t i m e   w i t h   e x c e p t i o n   o f   t h e   n e t s   t h e y   c a n   g o   s u c k   a   f r a n k !   b r o o k l y n n e t s
w e   n e e d   t o   t a l k   a b o u t   k y r i e   i r v i n g … 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s k y r i e i r v i n g h i g h l i g h t s   e a s t e r n c o n f e r e n c e   k y r i e i r v i n g   k y r i e i r v i n g 2 0 2 2 s e a s o n   k y r i e i r v i n g b e s t p l a y s   k y r i e i r v i n g b r o o k l y n h i g h l i g h t s   k y r i e i r v i n g b r o o k l y n n e t s  
p r a c t i c e   i n   t h e   p a r k . .   n e t s   b r o o k l y n n e t s   
 
  
k y r i e   i r v i n g   a n d   k d   l o o k   g r e a t   a t   t o d a y & a m p ; 3 9 ; s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   k y r i e i r v i n g a n d k d   k y r i e i r v i n g a n d k d l o o k g r e a t a t t o d a y s b r o o k l y n n e t s t r a i n i n g c a m p   t r a i n i n g c a m p  
t h e   m o n t y   s h o w   7 5 6 !   i s   u t a h   j a z z   s t a r   . . . 
   
 
   
 b i g 1 0   b i g 1 0 e x p a n s i o n   b i g 1 2   b i g 1 2 e x p a n s i o n   b i g 1 2 n o t r e d a m e   b i g 1 2 t v d e a l   b r o o k l y n n e t s   c h i p o t l e u n i o n   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l h e a t   d o n o v a n m i t c h e l l k n i c k s   d o n o v a n m i t c h e l l t r a d e r u m o r s   k e v i n d u r a n t  
h e r e   a t   b r o o k l y n n e t s   p r a c t i c e   a t   t h e   p a r k .   l i n e   w a s   w r a p p e d   a l l   t h e   w a y   a r o u n d   p i e r   t h r e e   b y   n o o n .   n o t   b a d   f o r   a   t e a m   w i t h   “ n o   f a n s . ”
b r o o k l y n   n e t s   t r a i n i n g   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
  f o r m e r   n e t s   p l a y e r ' s   a r e   t e l l i n g   t h e   t r u t h   a b o u t   t h e   t e a m   c h e m i s t r y   & a m p ;   l o c k e r o o m   l a s t   y e a r   a n d   p e o p l e   t a k e   t h e r e   s u b t l e   j a b   a s   t h r o w i n g   s h a d e   -   p l e a s e 
 
 a m a r e   s t o u d e m i r e   w h o   w a s   p a r t   o f   b r o o k l y n n e t s   c o a c h i n g   s t a f f   t h r e w   s u d t l e   j a b   a t   t e a m 
 
 n e t s l e v e l   t o g e t h e r n e t s   n e t s w o r l d
a n y o n e   h a v e   e x t r a   p r a c t i c e   i n   t h e   p a r k   t i x   l e m m e   k n o w ! !   i   m i s s e d   a n y   a l e r t s   a n d   n o w   h a v e   n o   t i x   😣   n e t s w o r l d   b r o o k l y n n e t s   p r a c t i c e i n t h e p a r k
k e v i n   d u r a n t   i s   s t a y i n g   w i t h   t h e   b r o o k l y n   n e t s ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
d a y ' r o n   s h a r p e 
   " s a m u e l   l   j a c k s o n "     : d   
 f o r   n b a 2 k 2 3 
 p a i d   r e q u e s t 
 - h d   f a c e   t e x 
 - o n / o f f   h e a d b a n d / f u r y 
 - m u l t i p l e   s w i t c h   l o o k 
 - 3   h a i r s t y l e 
 a e o m o d s   
 a e g c f m o d s   
 s a m u e l l j a c k s o n   
 b r o o k l y n n e t s   
 d a y r o n s h a r p e  
d a i l y   r / g o n e t s   d i s c u s s i o n   -   o c t o b e r   0 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
🚨   j u s t   c o n f i r m e d !   t h e   b r o o k l y n   n e t s   h a v e   s   . . . 
   
 
   
 2 0 2 2 n b a f r e e a g e n c y   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s 2 0 2 2   b r o o k l y n n e t s f r e e a g e n c y   b r o o k l y n n e t s f r e e a g e n c y 2 0 2 1   b r o o k l y n n e t s f r e e a g e n t s   b r o o k l y n n e t s h i g h l i g h t s   b r o o k l y n n e t s n e w s  
k y r i e   i r v i n g ,   n e t s   h o p i n g   t o   e r a s e   p a s t   i s s u e s   a n d   s t a r t   n e w   b e g i n n i n g s   f o r   n e x t   s e a s o n   b r o o k l y n n e t s   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s  
_ z _ d a i l y   j i g g g g g a a a a a ,   w h a t s   m y   m : ( $ & a m p ; /   f   ) $ ? 6 / 2   n a m e ? !   j a y z   h o v   b r o o k l y n n e t s   b r o o k l y n   n y c   r o c k a w e a r   r o c k a f e l l a r e c o r d s
n e t s   n a t i o n   a g a i n s t   t h e   w o r l d   b r o o k l y n n e t s  
b r o o k l y n   n e t s   t r a i n i n g   c a m p   d a y   1 4   h i g h l i g h t s !   b e n   s i m m o n s   c o n t i n u i n g   t o   i m p r o v e ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
d e s p i t e   w h a t ' s   g o i n g   o n   i r l ,   i n   q c s n ,   t h e   b r o o k l y n   n e t s   c a m e   a s   a   t e a m   a n d   s w e e p   l e b r o n   a n d   t h e   l a k e r s   t o   w i n   t h e i r   f r a n c h i s e   f i r s t   c h a m p i o n s h i p . 
 
 w i n n i n g   o n   h i s   o w n ,   k e v i n   d u r a n t   i s   t h e   f i n a l s   m v p 
 
 b r o o k l y n n e t s   n b a c h a m p s   n b a c h a m p i o n s   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   y o u t u b e  
r a f f l i n g   o f f   4   t i c k e t s   t o   p r a c t i c e   i n   t h e   p a r k   i n   b r o o k l y n .   l m k   a n d   i t ’ s   y o u r s   b r o o k l y n n e t s
n i c o l a s   c l a x t o n 😎 
 f o r   n b a 2 k 2 3 
 p a i d   r e q u e s t ! ! ! 
 - h d   f a c e   t e x t u r e 
 -   9   s w i t c h i n g   h a i r   s t y l e 
 n i c o l a s c l a x t o n   
 b r o o k l y n n e t s   
 a e g c f m o d s 
 a e o c f m o d d i n g  
c o l l e g e f o o t b a l l   b r o o k l y n n e t s   o k l a h o m a s o o n e r s   t e x a s l o n g h o r n s   k e v i n   d u r a n t   t a u n t s   o k l a h o m a   c o a c h   b r e n t   v e n a b l e s   d u r i n g   4 9 - 0   b l o w o u t   l o s s   t o   t e x a s  
💥 e p i s o d e   1 3   -   i s   b e n   s i m m o n s   m o r e   v a l u a b l e   t o   t h e   n e t s   t h a n   k y r i e   i r v i n g ? 💥   t h i s   a n d   m o r e … 
 
 ✅   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s   👍 🏼   
 
 n b a   s h e h u l k a t t o r n e y a t l a w   h o u s e o f t h e d r a g o n h b o   d a r e d e v i l   b r o o k l y n n e t s   
 
 p o d c a s t   l i n k :  
k y r i e i r v i n g   s a y s   b r o o k l y n n e t s   l o o k i n g   t o   c h a n g e   n a r r a t i v e   -   v i a     a p p   e s p n    
l e b r o n   j a m e s ,   a n t h o n y   d a v i s   a n d   t h e   l a k e r s   a r e   b a c k   i n   t h e   n b a f i n a l s   g o i n g   a g a i n s t   t h e   r e d   h o t   n e t s . 
 
 t h e   s e a s o n   3   n b a   f i n a l s   i s   l i v e 
   
 
 l o s a n g e l e s l a k e r s   b r o o k l y n n e t s   l a   l a k e r n a t i o n   b r o o k l y n   k d   k y r i e i r v i n g   k y r i e   y o u t u b e   n b a 2 k 2 3   n b a 2 k 2 2
  w e   a r e   g o i n g   f i r e   s t e v e   n a s h   a s   s o o n   a s   w e   g e t   r i d   o f   g m   s e a n   m a r k s 
 
 m a r k s   m a y   f i n d   h i m s e l f   o u t   g m   j o b   b e c a u s e   o f   h i s   a s s i s t a n c e   t h i s   f a r s e   o f   a   c o a c h   b e   h e a d   c o a c h   o f   t h e   n e t s 
 
 n e t s l e v e l   n e t s n a t i o n   t o g e t h e r n e t s   b r o o k l y n n e t s   f i r e s t e v e n a s h
w h o d o y o u c o l l e c t   t h e h o b b y 
 b r o o k l y n n e t s   a d 
 c h e c k   o u t   2 0 2 1 - 2 2   p a n i n i   i m p e c c a b l e   a s i a   c a m e r o n   t h o m a s   r o o k i e   p a t c h   a u t o   / 8 8   s e a l e d       e b a y   v i a  
i c y m i :   a n o t h e r   c o m p r o m i s e   i n   t h e   n a m e   o f   f u n d r a i s i n g ?   i n   h o n o r i n g   j o e t s a i   t h e   m u n i c i p a l a r t s o c i e t y   c o n v e n i e n t l y   f o r g e t s   i t s   c r u s a d e   a g a i n s t   s u p e r t a l l s   t h e a c c i d e n t a l s k y l i n e   b r o o k l y n n e t s   b a r c l a y s c e n t e r        
l a k e r s   a m o n g   p o t e n t i a l   s u i t o r s   f o r   m o   b a m b a   b r o o k l y n n e t s   l o s a n g e l e s l a k e r s   m i a m i h e a t   m o b a m b a  
m e m p h i s   g r i z z l i e s   v s .   m i a m i   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
h e y   -     t h x       🙌 
 t h a t   i s   n e t s l e v e l     😀 
 b r o o k l y n n e t s   n e t s w o r l d  
n a s h ' s   t a c t i c s   b r o o k l y n n e t s   n b a  
w h o ’ s   t h e   d r a k e   o f   t h e   b r o o k l y n   n e t s ?   🤔   |   c l u t c h   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c l u t c h p o i n t s   e a s t e r n c o n f e r e n c e  
w a t c h e d   n e t s   p r e s e a s o n   g a m e   l a s t   n i g h t . 
 m a n p u k u n   b r o o k l y n n e t s   n e t s w o r l d   y u t a w a t a n a b e   渡 邊 雄 太  
i s   t h i s   r e f i l l a b l e   i f   y o u   b r i n g   i t   t o   g a m e s ? ( 1 / 2   s e a s o n )   t h a t ’ s   w h a t   t h e   c o n c e s s i o n   g u y   s a i d   l o l 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
c o l d   h a r d   " c a p " !   
   t a l k s   " k y r i e " . 
   b r o o k l y n n e t s     n b a  
c o l d   h a r d   " c a p " !   
   t a l k s   " k y r i e " . 
   b r o o k l y n n e t s     n b a  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
h o m e   f o r   a t   l e a s t   2 1   m o r e   n i g h t s   t h i s   s e a s o n .   g o t   r o c k e d ,   b u t   l g n !   a l s o   s h o u t   o u t   t o   m y   t i c k e t   r e p   f o r   m a k i n g   m e   a m e x   m e m b e r   o f   t h e   g a m e ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b e n   s i m m o n s   b e s t   p l a y   y e t   v s   h e a t !   n b a   b r o o k l y n   n e t s   v s   m i a m i   h e a t 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s h i g h l i g h t s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s t o d a y   n e t s v s h e a t  
o ’ s   t h o u g h t s   o n   y e s t e r d a y ’ s   h e a t   v s   n e t s 
 n e t s   n e t s w o r l d   n e t s o n y e s   b r o o k l y n n e t s   n b a   n b a p r e s e a s o n    
n b a   n b a t w i t t e r   b r o o k l y n n e t s   b a s k e t b a l l   
 
 a f t e r   b e i n g   s w e p t   i n   t h e   f i r s t   r o u n d   o f   l a s t   y e a r ’ s   p l a y o f f s ,   t h e   b r o o k l y n   n e t s   a r e   r e a d y   t o   r e l a u n c h   a n   n b a   t i t l e   c a m p a i g n   i n   t h e   2 0 2 2 - 2 0 2 3   s e a s o n .   
 
 h a v e   a   l o o k   a t   b r o o k l y n   n e t s   n b a   2 0 2 2 - 2 3   r o s t e r :  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   -   . . . 
   
 
   
 7 6 e r s v s n e t s   b r o o k l y n n e t s   b r o o k l y n n e t s v s m i a m i h e a t   b r o o k l y n n e t s v s m i a m i h e a t f u l l g a m e   e a s t e r n c o n f e r e n c e   h e a t v s n e t s   h e a t s v s n e t s   h e a t s v s n e t s h i g h l i g h t s m i a m i h e a t s v s b r o o k l y n n e t s l i v e   h e a t s v s n e t s l i v e   m i a m i h e a t  
n b a 
 b r o o k l y n n e t s   t e m p o r a d a   2 0 2 2 / 2 3 
 
 i r v i n g 
 m i l l s 
 c h i o z z a 
 e d m o n d   s u m n e r 
 j o e   h a r r i s 
 s e t h   c u r r y 
 c a m   t h o m a s 
 a l o n d e s   w i l l i a m s   ( d ) 
 d a v i d   d u k e   j r   ( d ) 
 d u r a n t 
 r o y c e   o n e a l 
 t j   w a r r e n 
 b e n   s i m m o n s 
 m o r r i s 
 k e s s l e r   e d w a r d s 
 w a t a n a b e 
 c l a x t o n 
 s h a r p e 
 . 
 📷       
 t i e n e n   d e   t o d o   p e r o . . .  
b e n   s i m m o n s   a n d   t h e   n e t s   a i m   f o r   f r e s h   s t a r t !   b k n e t s   n e t s   b r o o k l y n n e t s   

b e n   s i m m o n s   a n d   n e t s   l o o k   f o r   f r e s h   s t a r t s   n e t s   b r o o k l y n n e t s   

c a n ’ t   w a i t   t o   s e e   m y   t e a m   ! ! !   a n d   i m a   g e t   k d   a t t e n t i o n   a g a i n   🥹 🔥 🤞 🏾 .   a l w a y s   g o o d   v i b e s   a t   t h e   p a r k   w /   t h e     & a m p ;   r e a l f a n s     i n   a t t e n d a n c e !   n e t s f a n s   b r o o k l y n n e t s   p r a c t i c e a t t h e p a r k   n e t s   n e t s n a t i o n   b k b l o c k   n e t s w o r l d     b k n e t s   n e t s f a n 4 l i f e   n e t f a n   k d   s e a n m a r k s    
s t e v e   n a s h   c l a r i f i e d   t h a t   j o e   h a r r i s   w a s   d e a l i n g   w i t h   a   l i t t l e   a n k l e   s o r e n e s s ,   w h i c h   i s   w h y   h e   m i s s e d   t o n i g h t ’ s   g a m e . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
w e l l   g o l d e n s t a t e   y ’ a l l   m i g h t   a s   w e l l   c a l l   b r o o k l y n n e t s   a n d   s e n d   a   j o r d a n p o o l e   p a c k a g e   o v e r   f o r   k e v i n d u r a n t   b e c a u s e   t h i s   v i d e o   s h o u l d ’ v e   n e v e r   g o t   o u t   & a m p ;   t h i s   d e f i n i t e l y   g o n e   m e s s   u p   t h e   t e a m   c h e m i s t r y .
w h o d o y o u c o l l e c t   t h e h o b b y 
 b r o o k l y n n e t s   c a m e r o n t h o m a s 
 c h e c k   o u t   2 0 2 1 - 2 2   p a n i n i   i m p e c c a b l e   a s i a   c a m e r o n   t h o m a s   r o o k i e   p a t c h   a u t o   / 8 8   s e a l e d       e b a y   v i a  
i s   b e n   s i m m o n s   r e a d y   t o   h e l p   t h e   b r o o k l y n n e t s ?     1 5 y a r d s   n b a  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   h e a t v s n e t s   n b a h i g h l i g h t s   n b a p l a y o f f s   n e t s v s h e a t  
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   h a w k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
m y   t h i n g   i s   w h o   i s   l e a k i n g   t h e s e   v i d e o s ?   s m h   n i g g a s   c a n ’ t   r u n   t h e   f a d e   i n   p e a c e   t h e s e   d a y s .   b r o o k l y n n e t s   i n   6
s i m m o n s :   " i   t o o k   3   s h o t s . .   w h i c h   i s   d e f i n i t e l y   n o t   e n o u g h " 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
f i r s t   b e n 1 0   b u c k e t   i ’ v e   w i t n e s s e d   s i n c e   t h e   a t l a n t a p a s s a c r e   ! 😂   
 p e e p   t y l e r h e r r o   o n   t h e   b e a c h 🤣 
 b e n s i m m o n s   n b a   b a s k e t b a l l   b r o o k l y n n e t s  
a   f e s t i v a l   f o r   c a f f e i n e   f i e n d s ,   p r i v a t e   a r c a d e   l o u n g e   w i t h   y o u r   c r e w ,   a n d   w h e r e   t o   w a t c h   t h e   b r o o k l y n n e t s   p r a c t i c e   o u t s i d e 
   v i a                 t h r i l l i s t n y c   t h r i l l i s t   n y c
p o s t   g a m e   t h r e a d :   t h e   m i a m i   h e a t   d e f e a t   t h e   b r o o k l y n   n e t s   1 0 9 - 8 0   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   -   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s v s m i a m i h e a t   b r o o k l y n n e t s v s m i a m i h e a t f u l l g a m e h i g h l i g h t s   b r o o k l y n n e t s v s m i a m i h e a t h i g h l i g h t s   e a s t e r n c o n f e r e n c e   h e a t a t n e t s   h e a t n e t s   h e a t v s n e t s   h e a t v s n e t s h i g h l i g h t s  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
k r i s t i a n   w i n f i e l d :   k e v i n   d u r a n t   s a i d   t h e   o n l y   t h i n g   h e   l i k e d   a b o u t   t o n i g h t ' s   g a m e   i s   t h a t   n o b o d y   g o t   h u r t 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
s o o o o   t h e   b r o o k l y n n e t s   l o o k   t e r r i b l e   l o l .   t h e y   a r e   n o t   a   t e a m .   a n d   w i n t   b e   a s   l o n g   a s   k d   i s   t h e i r   “ l e a d e r ” .   i   g i v e   i t   2   m o n t h s   b e f o r e   t h e   d r a m a   s t a r t s   u p   a g a i n .   o h   a n d   p s ;   j u s t   b c   s o m e o n e   h a s   a   p r e t t y   j u m p s h o t   d o e s n t   m a k e   t h e m   a n   a l l - t i m e   g r e a t .
p o s t   g a m e   t h r e a d :   t h e   m i a m i   h e a t   d e f e a t   t h e   b r o o k l y n   n e t s   1 0 9 - 8 0 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s   m i a m i   h e a t   w a s   o n   e s p n   a p p   ( u s ) .   c o - c o m m e n t a t o r   i s   d o r i s   b u r k e .   r e p o r t e r   i s   m o n i c a   m c n u t t .     f o r   m o r e   d e t a i l s   s e e     b r o o k l y n n e t s   m i a m i h e a t   e s p n a p p u s
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
a m e r i c a . . .   t h i s   i s   g o n n a   b e   a   l o n g   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s   m i a m i   h e a t   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
f u n   t i m e s ! ! !   b r o o k l y n n e t s  
l a c k   o f   e f f o r t   s h o u l d   b e   c r i t i c i z e d   b u t   w e   d i d   n o t   h a v e   t h r e e   o f   o u r   s h o o t e r s ,   i ’ m   n o t   c o n c e r n e d .   b r o o k l y n n e t s
  t h e r e   i s   v o i d   i n   n e t s   l o c k e r o o m   a n d   p a t t y   m i l l s   i s   t r y i n g   f i l l   t h a t   v o i d   & a m p ;   b r i n g   l e a d e r s h i p   t o   t h e   l o c k e r o o m 
 
 k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   a r e   b e s t   p l a y e r ' s   o n   b r o o k l y n n e t s   b u t   t h e r e   a r e   n o t   l e a d e r ' s 
 
   n e t s l e v e l   n e t s n a t i o n
f i n a l . 
 
 m i a m i   h e a t   1 0 9 
 b r o o k l y n   n e t s   8 0   
 
 s i r i   p l a y   p e p a s   r n . 
 m i a m i h e a t   b r o o k l y n n e t s   n b a
b r o o k l y n n e t s   h a s   a   b i g   p r o b l e m   t h i s   y e a r .   k d   w a s   r i g h t .   i   s e e   h i m   w e a r i n g   d o w n   f r o m   4 0   m i n   a   n i g h t   3   y e a r s   s t r a i g h t .   l e t   n a s h   b e   h e a d   o f   d e v e l o p m e n t   & a m p ;   h i r e   i m e   u d o k a ,   g e t   h i m   t o   r e s i g n   f r o m   b o s .   t h e n   g e t   d   c u z .   t h i s   i s   s o m e   b s .
  k e v i n   d u r a n t   g e t t i n g   t r i p l e   t e a m e d   i n   t h e   p r e s e a s o n   & a m p ;   s t e v e   n a s h   i s   n o t   m a k i n g   g a m e   t i m e   a d j u s t m e n t   t o   h e l p   k d u r a n t 
 
 h o w   l o n g   n e t s   a r e   g o i n g   p u t   u p   w i t h   t h i s   f a r c e   o f   a   c o a c h ?   - -   h o w   l o n g ?   - -   t h i s   i s   b u l l s h t 
 
     n e t s l e v e l   b r o o k l y n n e t s   n e t s n a t i o n
a   l i t t l e   b a s k e t b a l l   f o r   t o n i g h t ’ s   o u t i n g !   b r o o k l y n n e t s   b a s k e t b a l l   b a r c l a y s c e n t e r     b r o o k l y n     🏀   @   b a r c l a y s   c e n t e r  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
f i r e   s t e v e   n a s h   b r o o k l y n n e t s
k d   8 / 1 1   f g s   1 / 3   3 p t   g o o d   f o r   2 2   p o i n t s .   s t i l l   d o w n   1 8   w i t h   a   - 1 0   p e r .   b r o o k l y n n e t s   m i a m i h e a t   n b a p r e s e a s o n
m i a m i h e a t   m u c h   t o u g h e r   m e n t a l l y   t h a n   b r o o k l y n n e t s   n b a   h e a t   n e t s   e s p n   j u s t   p r e s e a s o n   i   p r e d i c t   n e t s   m e l t d o w n   a t   s o m e   p o i n t   t h i s   s e a s o n
j i m m y   b u t l e r   s t a r t s   t h e   s e c o n d   h a l f   o n   t h e   b e n c h .   l o o k s   d o n e   f o r   t h e   n i g h t .   n b a p r e s e a s o n   b r o o k l y n n e t s   m i a m i h e a t
h o l ’   u p !   ✋ 🏾 i   f o r g o t   a b o u t   t h e   b r o o k l y n n e t s   h a l f t i m e   s h o w     😄  
o k   h a l f t i m e   “ h e a t   a t   b r o o k l y n n e t s ” .   t i m e   f o r   s h e h u l k   l o l   ✌ 🏾 

t h e     a r e   s t i l l   h o r r i b l e   o n   t h e   d e f e n s i v e   e n d   o f   t h e   f l o o r   a n d   n o   o f f e n s i v e   p l a y   m a k i n g   f r o m   s t e v e   n a s h .   h i s   p l a n   i s   t o   h a v e   k d   i s o   b a l l   a l l   d a y .   s o   m u c h   t u r n o v e r s .   j u s t   h o r r i b l e   🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️   b r o o k l y n n e t s   b e n s i m m o n s   t r e n d i n g
s i m m o n s '   m o v i n g   w e l l .   l o o k s   l i k e   h e ' s   a t   1 0 0 %   a f t e r   h i s   b a c k   s u r g e r y .   m e a n w h i l e   t h e   n e t s   c a n ' t   b u y   a   b u c k e t   d o w n   3 1 - 4 8 .   m i a m i h e a t   b r o o k l y n n e t s   n b a p r e s e a s o n
          c a n   u   p l e a s e   t e l l   m e   w h y   i n   t h e   h e l l   i s   s t e v e n a s h   s t i l l   c o a c h i n g   t h e   b r o o k l y n n e t s   r i g h t   n o w   b e c a u s e   c l e a r l y   t h e y   d o n ’ t   w a n t   t o   p l a y   f o r   t h i s   m a n   a t   a l l   r i g h t   n o w .   y o u   c a n   u s e   t h e   p r e s e a s o n   e x c u s e   i f   y o u   w a n t   t o o 💯 🤦 🏽 ‍ ♂ ️  
m i a m i   h i t t i n g   3 s   f r o m   d e e p .   j o v i ć   l o o k i n g     l i k e   a   g r e a t   p i c k u p .   b r o o k l y n ' s   2 n d   s t r i n g   g e t t i n g   r o l l e d   o u t   h e r e .   n b a p r e s e a s o n   b r o o k l y n n e t s   m i a m i h e a t
i t ’ s   w a y   t o o   e a r l y   t o   b e   c r i t i q u i n g   b e n   s i m m o n s   a g g r e s s i v e n e s s   i n   m y   o p i n i o n .     t h i s   i s   g a m e   2   i n   o v e r   a   y e a r .     i t ’ s   p r e - s e a s o n .     b r o o k l y n n e t s .
d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   b r o o k l y n n e t s
b e n   s i m m o n s   h a s n ’ t   p l a y e d   i n   a   s e a s o n   a n d   y e t   i   s e e   t w e e t s   c a l l i n g   h i m   t r a s h .     s t o p   i t ! !     g i v e   t h e   m a n   a   c h a n c e   t o   p l a y   a   f e w   g a m e s   b u t   t h e   t r a s h   l a b e l   i s   f a l s e .     n o   h e   i s   n o t   s h o o t i n g   j u m p   s h o t s   b u t   y o u   c a n   s e e   h e   i s   w o r k i n g   o n   h i s   s t r e n g t h s   d e f e n s e   & a m p ;   p a s s i n g .   b r o o k l y n n e t s
a n y b o d y   e l s e   h a v e   t r o u b l e   w i t h   t h e   b r o o k l y n n e t s   g r a y   f l o o r ?   
 
 i d k   i   f e e l   l i k e   i ' m   w a t c h i n g   a   b l a c k   a n d   w h i t e   t v   o r   s o m e t h i n g . . . l o l  
b r o o k l y n n e t s   r e f e r e e s   o u t   t h e r e   r u n n i n g   t h e   c o u r t   o n   p o i n t   l o l   b e s i d e s   o n e   o f   t h e m   t h r o w i n g   u p   t h e   t o u c h d o w n   a f t e r   a   b u c k e t   l m f a o o o
🚨 m a x   b e t   a l e r t 🚨 
 
 🏀 t o   w i n   $ 6 6 0 :   n e t s   o v e r   2 2 1 
 🏀 t o   w i n   $ 5 2 9 :   l i v e   n e t s   - 6 . 5 
 
 g a m b l i n g t w i t t e r   m a x b e t   b r o o k l y n n e t s  
b e n s i m m o n s   i s   g o i n g   t o   b e   s p e c i a l   f o r   t h e   b r o o k l y n n e t s   t h i s   y e a r   n b a t w i t t e r   n b a p r e s e a s o n
🏀   b a s k e t b a l l :   b r o o k l y n   n e t s   v s   m i a m i   h e a t   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 b a s k e t b a l l p r e s e a s s o n   n b a l i v e   n b a f a n s   a m e r i c a n   u s a   b r o o k l y n n e t s   m i a m i h e a t
m a n ,   i   l o v e   d o r i s   b u r k e ! 
 
 a n   i n c r e d i b l e   s p o r t s   f i g u r e ,   s o   e x t r e m e l y   k n o w l e d g e a b l e   a n d   a   b r e a t h   o f   f r e s h   a i r   w h e n   s h e ’ s   o n   t e l e v i s i o n   f o r   t h e   n b a   -   .   
 
 b r o o k l y n n e t s 
 m i a m i h e a t
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e t r o i t p i s t o n s   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
f i r s t   t i m e   w i t h   m y   m e n t o r   a n d   c o l l e a g u e   a t   a   b r o o k l y n n e t s   g a m e   t o n i g h t !   n e t s w o r l d   🏀  
b r o o k l y n   n e t s   t e a m   h e a 5 9 f i f t y   -   b l a c k ,   w h i t e ,   o r a n g e   n o w   a v a i l a b l e   f r o m   e c a p s u n l i m i t e d 
 
 n e w d r o p   e i g h t y 8 f i t s   c a p s u n l i m i t e d   n b a   b r o o k l y n n e t s   n e t s   w e g o h a r d   b r o o k l y n   n e w y o r k   t e a m   h e a r t   5 9 f i f t y   b l a c k   w h i t e   o r a n g e 
 

. _   s i g n s   w i t h   t h e     o f   t h e     .   l e t ’ s   g e t   t o   w o r k ! 
 
 g l e a g u e   n b a   l o n g i s l a n d n e t s   b r o o k l y n n e t s   h b c u  
n b a   c e l t i c s t a l k   c e l t i c   n b a p r e s e a s o n   n b a f a n t a s y   t a t u m   b r o o k l y n n e t s 
 i   j u s t   d r a f t e d   m y     b a s k e t b a l l   t e a m .   p l a y   n o w !    
a n d   t o     o f   t h e     b r o o k l y n n e t s   w h e r e b r o o k l y n a t   h a p p y   n a t i o n a l c o a c h e s d a y
p r e s e a s o n   g a m e   2 !   m i a m i h e a t   v s   t h e   b r o o k l y n n e t s   t o n i g h t   a t   7 : 3 0 p m   i n   b r o o k l y n n y   o n   e s p n   a n d   b a l l y s p o r t s s u n !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
🐍 🧁 “ s o   m a n y   p e o p l e   d o u b t e d   m e .   t h e y   m o t i v a t e d   m e   e v e r y   s i n g l e   d a y ,   t o   b e   w h o   i   a m . ” 🧁 🐍 
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   b r o o k l y n   b r o o k l y n n e t s   n e t s   n e t s a r t   n e t s b a s k e t b a l l   b a s k e t b a l l   b a s k e t b a l l a r t   s p o r t s   a r t   g r a p h i c d e s i g n   b a s k e t b a l l d e s i g n   f r a n c h i s e   f r a n c h i s e d e s i g n s  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
d o   t h e   n e t s   a c t u a l l y   h a v e   w h a t   i t   t a k e s ? 
   
 
   
 a l l i e c l i f t o n   a t l a n t i c d i v i s i o n   b l u e w i r e   b r o o k l y n n e t s   c h a n n i n g f r y e   e a s t e r n c o n f e r e n c e   n b a p o d c a s t   r i c h a r d j e f f e r s o n   r o a d t r i p p i n   r o a d t r i p p i n p o d c a s t  
    t h e r e   y o u   g o   a g a i n !   n o w     w i l l   t r y   t o   r e c r u i t   j o r d a n p o o l e   f o r   t h e   b r o o k l y n n e t s
b a r c l a y s c e n t e r   o c t o b e r   2 0 2 2   e v e n t   c a l e n d a r :   1 3   t i c k e t e d   e v e n t s ,   p l u s   o n e   p r i v a t e   o n e 
 
 s e c o n d   b r o o k l y n n e t s   p r e - s e a s o n   g a m e   t o n i g h t  
d r a y m o n d   g r e e n   h a s   h i g h   e x p e c t a t i o n s   f o r   b e n   s i m m o n s   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e t s   n e w y o r k   n e w y o r k c i t y  
s h o p   n e t s w o r l d       f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   b r o o k l y n n e t s   b r o o k l y n   n e t s   n e t s n a t i o n   b k   b k n e t s
  t h e   b r o o k l y n n e t s   f r o n t   o f f i c e   w a t c h i n g   t h i s 😭  
d r a y m o n d   g r e e n   h a s   h i g h   e x p e c t a t i o n s   f o r   b e n   s i m m o n s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
s t o p   s l e e p i n g   o n   t h e   n e t s . . .   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
          @ _ c l a x t o n 3 3   n e t s   w o r l d   t h i s   i s   t h e   b e s t   r o t a t i o n   b r o o k l y n n e t s  
b e n   s i m m o n s   m a k e s   h i s   b r o o k l y n   n e t s   d e b u t   s h o r t s 
   
 
   
 7 6 e r s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a  
u t a h   j a z z   v s .   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
k r i s t i a n   w i n f i e l d   |   n e w - l o o k   n e t s   b a t t l e   e a r l y   g r o w i n g   p a i n s 
 
 w i t h   s o   m a n y   c h a n g e s   m a d e   d u r i n g   t h e   o f f s e a s o n   a n d   t r a i n i n g   c a m p ,   t h e   n e t s   w e r e   b o u n d   t o   e x p e r i e n c e   s o m e   g r o w i n g   p a i n s ,   t h e   n e w s   b e a t   r e p o r t     w r i t e s .   b r o o k l y n n e t s 

i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b r o o k l y n   n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b k l y n   b r o o k l y n n e t s   b r o o k l y n   n e t s   k e v i n d u r a n t   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
i   j u s t   p l a y e d   a   r a n d o m   r e c   g a m e   w i t h   _ c a m t h o m a s .   h e   h a d   4 7 p t s   a n d   i   h a d   a l m o s t   a   q u a d r u p l e - d o u b l e   🤣   n b a 2 k 2 3 f o r x b o x s e r i e s x s   b r o o k l y n n e t s  
b e n   s i m m o n s   d r o p s   s i c k   n o - l o o k   p a s s   i n   f i r s t   n e t s   g a m e   |   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
i f   y o u   s a y   s o 😂   n b a   b a s k e t b a l l   b r o o k l y n n e t s   b e n s i m m o n s   k d   k y r i e   n e t s  
t h e   b r o o k l y n   n e t s   a r e   s c a r y   g o o d !   👻   ( n b a   2 2 - 2 3   s e a s o n   p r e v i e w )   s h o r t s     v i a     
 
 n b a   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   b r o o k l y n n e t s
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t h e   b r o o k l y n n e t s '   b e n s i m m o n s   i s   g r a t e f u l   t o   b e   b a c k   a f t e r   h i s   p r e s e a s o n   d e b u t . 
  
l e t ' s   g e t   t h e   g a m e   s p i c e d   u p   h e r e !   🔥 
 
 c u r r e n t   p l a y e r - c o a c h   d u o   o f   k y r i e   a n d   n a s h   g o   a g a i n s t   e a c h   o t h e r !   w h o   g o e s   t o   t h e   n e x t   r o u n d   i n   q u e s t   t o   f i n d   t h e   b e s t   p o i n t   g u a r d   o f   a l l - t i m e ? 
 
 w h o   y o u   g o t ?   🗳 ️ 🗣 ️ 
 
 s t e v e n a s h   k y r i e i r v i n g   b r o o k l y n n e t s   b e s t p o i n t g u a r d o f a l l t i m e  
n b a   b r e a k i n g   n e w s :   n a s h   a n d   k e v i n   . . . 
   
 
   
 a m h o o p s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   d r a m a t i c n b a n e w s n a s h a n d k e v i n d u r a n t i s s u e s a t b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   e s p n   f o x s p o r t s   f r e e a g e n c y n b a   h o o p f l i x   k e v i n d u r a n t   k y r i e i r v i n g   l e b r o n j a m e s  
m y   c o l l e c t i o n   s o   f a r   b r o o k l y n   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   a u s t r a l i a  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
m y   t o p   4   i n   t h e   e a s t 
 
 n e t s 
 b u c k s 
 c e l t i c s 
 h a w k s 
 
 n b a 2 k 2 3   n b a 2 0 2 3 s e a s o n   n b a   a t l a n t a h a w k s   b o s t o n c e l t i c s   b r o o k l y n n e t s   m i l w a u k e e b u c k s
r o y c e   o ’ n e a l e   w a s   ‘ d e f i n i t e l y   s h o c k e d ’   t o   s e e   j a z z   b l o w   u p   r o s t e r   b r o o k l y n n e t s  
c h a r l o t t e   h o r n e t s   v s .   b o s t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   p h i l a d e l p h i a   7 6 e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
m a n   f i n a l l y   g o t   m y     j e r s e y   a u s t r a l i a   b r o o k l y n n e t s   k y r i e  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   e v e r y   t e a m .   h e r e ’ s   t h e   n e t s   v e r s i o n   ( r e g u l a r   a n d   a l t e r n a t e ) 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t   w a r r i o r s h i g h l i g h t  
w o u l d   e m b i i d ,   d u r a n t ,   & a m p ;   . . . 
   
 
   
 7 6 e r s h i g h l i g h t s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c h i n e y o g w u m i k e   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   j a m e s h a r d e n   j a m e s h a r d e n n e w s   j o e l e m b i i d   k d   k d h a r d e n   k e n d r i c k p e r k i n s   k e v i n d u r a n t   m a l i k a a n d r e w s  
b e n   s i m m o n s   h i g h l i g h t s   v s   p h i l a d e l p h i a   7 6 e r s !   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s v s 7 6 e r s   b r o o k l y n n e t s v s p h i l a d e l p h i a 7 6 e r s   e a s t e r n c o n f e r e n c e   n b a p r e s e a s o n   n e t s   n e t s v s 7 6 e r s   n e t s v s p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s  
w i l d   t o   t h i n k ,     b u t   t h i s   w i l l   b e   k d   & a m p ;   k y r i e ' s   f i r s t   h o m e   o p e n e r   t o g e t h e r   w i t h   f a n s   i n   a t t e n d a n c e . . . 
 
 2 0 1 9   -   n o   k d 
 2 0 2 0   -   c o v i d - 1 9   ( n o   f a n s ) 
 2 0 2 1   -   n o   k a i   ( v a x   m a n d a t e ) 
 2 0 2 2   -   🖤 🤍 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s t w i t t e r   b k n e t s   n e t s   b k l y n n e t s   d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
d a y   1 7   o f   o u r   n b a   s e a s o n   c o u n t d o w n ,   a n d   i t ' s   t i m e   t o   t a l k     a n d   t h e   s t a r   o f   t h e   o f f s e a s o n ,   k e v i n   d u r a n t .   b r o o k l y n n e t s   k e v i n d u r a n t  
n e w   o n e   f o r   s p o r t s   i l l u s t r a t e d   o n   t h e   c o n t r o l   k e v i n   d u r a n t   e x e r t   o n   n e t s   g m   s e a n   m a r k s .   h a d   f u n   i n c l u d i n g   a   l a y e r   o f   g o u a c h e   i n k   r e s i s t .   b i g   t h a n k s   t o   a d   l a u r a   a n g l e ! !   k e v i n d u r a n t   b r o o k l y n n e t s   s p o r t s i l l u s t r a t e d  
l a n a   r h o a d e s   t o l d   t h e   w o r l d   t h a t   h i s   s o n ' s   d a d d y   w a s   a   n e t s   p l a y e r   a n d   a   l i b r a . .   t h a t   i s   t h e   r e a s o n   w h y   b l a k e   g r i f f i n   s i g n e d   w i t h   t h e   c e l t i c s   n b a   b r o o k l y n n e t s   c e l t i c s
b e n   s i m m o n s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   n e t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
i t ' s   p r e s e a s o n .     c a l m   d o w n   p e o p l e .     i t ' s   t h e   f i r s t   g a m e .     b r e a t h e . .     c a n ' t   b e l i e v e   s o m e   o f   t h e   t w e e t s   i   a m   s e e i n g .     g i v e   t h i s   t e a m   t i m e   t o   g e l   a   l i t t l e   m o r e . . . .     i   w a s n ' t   e x p e c t i n g   t h e m   t o   b e   p e r f e c t   t h e   f i r s t   p r e s e a s o n   g a m e .     n e t s w o r l d   b r o o k l y n n e t s
w a s   g r e a t   t o   b e   b a c k   a t   t h e   c l a y ’ s   💯 💪 🏾     b r o o k l y n n e t s   n b a   n e t s w o r l d  
n b a   b r o o k l y n n e t s   l o s a n g e l e s l a k e r s   k y r i e i r v i n g   r e p o r t :   l a k e r s   w o n ' t   p u r s u e   k y r i e   i r v i n g   i n   f r e e   a g e n c y  
k a r e e m a b d u l j a b b a r   c a l l s   k y r i e i r v i n g   a   “ c o m i c a l   b u f f o o n ”     
 
 😆 🤣 😭   t h a t   h e   i s   a n d   m u c h   m o r e !   b r o o k l y n n e t s
b e n   s i m m o n s   i s   m a k i n g   h i s   n e t s   d e b u t   i n   2 0 2 2   p r e s e a s o n   🔥 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s d e b u t   b e n s i m m o n s d e b u t n e t s   b e n s i m m o n s h i g h l i g h t s   b e n s i m m o n s n e t s   b e n s i m m o n s t r a d e   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b e s t   t r a i l s   & a m p ;   t r a v e l   i s   a   p r o u d   s p o n s o r   o f   t h e   b r o o k l y n   n e t s .   c o m e   o u t   o n   o c t o b e r   1 9 t h   t o   b a r c l a y s   c e n t e r   t o   w a t c h   t h e m   p l a y   o n   o p e n i n g   n i g h t   🏀 
 
 b r o o k l y n n e t s   n e t s   b a r c l a y s c e n t e r   b r o o k l y n   n y c   n e w y o r k   c h a r t e r b u s   e x e c u t i v e c o a c h   b a s k e t b a l l   n y   s p o n s o r   o p e n i n g n i g h t   n b a  
g r e a t   t o   s e e   1 2   s h o o t i n g   3 s   a n d   p l a y i n g   d e f e n s e   a g a i n .   k e e p   t h a t   f o o t   h e a l t h y ,   j o e y   b u c k e t s !   b r o o k l y n n e t s
d o n t   b a s h   o p p o s i t e   t h i n k i n g ,   i n s t e a d   l i s t e n   c a r e f u l l y   a n d   c h o o s e   w h a t   u   b e l i k a r e e m a l j e i r v i n g   n b a   k y r i e   b a s k e t b a l l   l e b r o n j a m e s   k e v i n d u r a n t   l e b r o n   j a m e s h a r d e n   s t e p h e n c u r r y   b a l l i s l i f e   l a k e r s   k o b e b r y a n t   s t e p h c u r r y   n i k e   k   b r o o k l y n n e t s   n e t s   k o b e   k a r e e m  
p o s t   g a m e   t h r e a d :   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   1 2 7 - 1 0 8   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
n b a   b r o o k l y n n e t s   l o s a n g e l e s c l i p p e r s   d e n v e r n u g g e t s   b e n   s i m m o n s ,   k a w h i   l e o n a r d ,   j a m a l   m u r r a y ,   m i c h a e l   p o r t e r   j r .   r e t u r n   t o   a c t i o n  
    _ l i f e r s   _ n y _ b     d o l a n   e x e c u t i v e s   w i t h   b o t h   t h e   k n i c k s   a n d   n y r   h a v e   d e v e l o p e d   q u a l i t y   y o u n g   t a l e n t / g r e a t   l o c k e r   r o o m s .   b o t h   t e a m s   h e r e   t o   w o r k .     a l m o s t   u n h e a r d   o f   i n   p r o   s p o r t s   t e a m s .     l o o k   a t   t h e   b r o w n s   o r   b r o o k l y n n e t s   i f   a n y o n e   i s   c o n f u s e d   b y   w h a t   i   m e a n   l o l .
k y r i e   i r v i n g   o n   b e n   s i m m o n s :   “ h e ’ s   g o i n g   t o   l o v e   p l a y i n g   w i t h   u s ”   b e n s i m m o n s   b r o o k l y n n e t s   k y r i e i r v i n g  
b e n   s i m m o n s   m a k e s   n e t s   d e b u t   a f t e r   l o n g   w a i t           b r o o k l y n n e t s  
“ y o u   m a d e   m e   a   b e a s t ”   b e n   s i m m o n s   p u r p o s e l y   s c o r e d   h i s   f i r s t   n e t s   b u c k e t   a s   a   d u n k   a g a i n s t   s i x e r s     b r o o k l y n n e t s   n b a
s o   y e a h   t h i s   b r o o k l y n n e t s   t h i n g   c a n   w o r k . 
 
 r e b o u n d s   a r e   g o n n a   b e   a n   i s s u e ,   d e f e n s e   i s   g o n n a   b e   a   p r o b l e m ,   n a s h   s u c k s   a s   a   c o a c h   a n d   t h e   t e a m ' s   b e n c h   c o u l d   u s e   a   b i t   o f   w o r k . 
 
 b u t   e v e n   w i t h   a l l   t h a t   t h e y   g o t   k e v i n d u r a n t   w h i c h   m a k e s   e m   o n e   o f   t h e   t o p   t e a m s   i n   t h e   n b a   e a s t .  
o ’ s   t h o u g h t s   o n   s i x e r s   v s   n e t s   y e s t e r d a y   
 n e t s   n e t s w o r l d   n e t s o n y e s   b r o o k l y n n e t s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   -   f u l l   . . . 
   
 
   
 7 6 e r s v s n e t s   7 6 e r s v s n e t s l i v e   7 6 e r s v s n e t s p r e s e a s o n   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   n b a p r e s e a s o n  
" i ' m   g r a t e f u l   j u s t   t o   b e   a b l e   t o   s t e p   o n   t h a t   f l o o r , "   b e n s i m m o n s   s a i d .   " s t e p   o n   a n   n b a   f l o o r   a g a i n .   i   h a d   a   l o t   o f   f u n   o u t   t h e r e . "   n b a t w i t t e r   b r o o k l y n n e t s  
a s   i   w r o t e ,   " a r t   o r   a d v e r t i s i n g " ? 
 
 
 o r   m a y b e   a   r e - a f f i r m a t i o n   o f   b r o o k l y n n e t s   f a n d o m 
 b e l o n g b r o o k l y n 
 b a r c l a y s c e n t e r    
    _ n e t s _ w i n       b r o o k l y n n e t s   g a m e   w a s   🔥  
b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   w a s   o n   n b a   t v   ( u s ) .   w i t h   c o m m e n t a r y   f r o m   r y a n   r u o c c o .   c o - c o m m e n t a t o r   i s   s a r a h   k u s t o k .     f o r   m o r e   d e t a i l s   s e e     b r o o k l y n n e t s   p h i l a d e l p h i a e r s   n b a t v u s
g r e a t   t o   s e e   b e n   a n d   k d   s h a r i n g   a   l a u g h   o n   t h e   b e n c h . .   w o n d e r   w h a t   i t   w a s   a b o u t 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
m o r e   b r o o k l y n n e t s  
o f   c o u r s e   i   s a w   s t u f f   l i k e   t h i s   o n   t w i t t e r   l a s t   n i g h t ,   b u t   i   w a n t e d   t o   r e a l l y   w a t c h   t h e   b r o o k l y n n e t s   o n   📺   a n d   n o t   t h e   a p p    
s i m m o n s   o n   3 ?   w e l l   g o d d a m n   w e   g o t   t h i s   s e a s o n   b o i s s s s   n e t s   b r o o k l y n n e t s  
i   u s u a l l y   d o n ’ t   w a t c h   p r e - s e a s o n   g a m e s ,   b u t   i   n e e d   t o   s e e   t h i s   n e w / o l d   b r o o k l y n n e t s   t e a m   t o g e t h e r   a g a i n   f o r   t h e   f i r s t   t i m e .   n o w w a t c h i n g  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   3   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 3 6 e r s v s s u n s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   s u n s v s 3 6 e r s  
n o t   h a p p y   l o s i n g   a r e   f i r s t   p r e s e a s o n     g a m e   b u t   g o o d   t o   s e e   s i m m o n s   d o i n g   b i t s   b r o o k l y n n e t s   👏 🏾
n b a v i d e o s :   b e n   s i m m o n s   s l a m s   h o m e   h i s   f i r s t   n e t s   b u c k e t !   
   
 
   
 b a s k e t b a l l   b a s k e t b a l l v i d e o s   b r o o k l y n n e t s   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 0 9   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v l o g   t e a m 1 6 1 0 6 1 2 7 5 1   v i d e o   v i d e o s   v l o g  
p o s t   g a m e   t h r e a d :   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   1 2 7 - 1 0 8 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s .   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
b r o o k l y n n e t s   c u r r y b r o t h e r s 
   s o   y o u   b e e n   a   t e a m a t e   o f   b o t h   c u r r y   b r o t h e r s ,   i n   y o u r   o p i n i o n   h o w   g o o d   i s   s e t h   c u r r y   a s   a   p l a y e r   ?   3 p   s h o o t e r ,   b a l l   h a n d l e r ,   p a s s e r   a n d   s u c h .   i   g e t   s t e p h e n   t h e   b e t t e r   o n e   b u t   d o   y o u   t h i n k   s e t h   c a n   b e c o m e   o n   s i m i l a r   l e v e l   a s   h i s   b r o t h e r ?
b e n   s i m m o n s   p l a y e d   a   g a m e   o f   b a s k e t b a l l . 
 
 t h e   e n d   i s   n i g h . . . . . 
 
 n b a 
 b r o o k l y n n e t s
a n y b o d y   t h i n k   t h i s   m a n   d i d n ' t   f e i g n   a   m e n t a l   i l l n e s s 2   c o l l e c t   a   n b a   p a y c h e c k ? 
 i m   c e r t a i n   h e   w a s @   a l l   t i m e s   w e l l   e n o u g h 2   g e t   p a i d   b y   7 6 e r s   a n d   2 f o r c e   a   t r a d e . 
 n o t   s u r e   a n y   t e a m   o t h e r   t h a n   t h e   b r o o k l y n n e t s   c a r e d   l e s s   a b o u t   c h a r a c t e r   w h e n   t r a d i n g   f o r   h i m . 
  
h e ’ l l   m a k e   a   b i g   d i f f e r e n c e   f o r   b r o o k l y n   t h i s   s e a s o n .   h e   m a y   n e v e r   s h o o t   🤷 ‍ ♂ ️ .   b e n s i m m o n s   b r o o k l y n t o g e t h e r   b r o o k l y n n e t s   n e t s   k d   k y r i e   s t e v e n a s h   n b a   n b a p r e s e a s o n   n b a t w i t t e r   i n t h e s h e d   w e s a n d e r s o n   t o o l s   p o l i t i c s   s p o r t s   p a r a n o r m a l   n e w s   p o d c a s t s   s p o t i f y   y o u t u b e  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
i s   a n y b o d y   e l s e   n o t   a b l e   t o   w a t c h   t h e   g a m e   b e c a u s e   o f   t h i s ? 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
  a w e s o m e ! ! 
 n e t s   n e t s t w i t t e r   n e t s w o r l d   b r o o k l y n n e t s   n b a   n b a t w i t t e r
n e w   1 0 t h   a n n i v e r s a r y   c e n t e r   c o u r t   l o g o   t o   c e l e b r a t e   a   d e c a d e   o f   t h e   n e t s   i n   b r o o k l y n !   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
b e n   s i m m o n s   d e b u t s   w i t h   b r o o k l y n   n e t s   a n d   t w i t t e r   r e a c t s   |   b e n   s i m m o n s   h i g h l i g h t s 
 
 b e n s i m m o n s   b r o o k l y n n e t s  
7 6 e r s   o p e n   p r e - s e a s o n   w i t h   a   1 2 7 - 1 0 8   w i n   o v e r   t h e   b r o o k l y n   n e t s !   🔔 
 
 t y r e s e   m a x e y :   2 0   p t s ,   3   a s t 
 f u r k a n   k o r k m a z :   1 5   p t s ,   4   a s t 
 
 7 6 e r s   b r o o k l y n n e t s   n b a p r e s e a s o n  
b e n   s i m m o n s   s l a m s   i t   d o w n   f o r   f i r s t   p o i n t s   i n   b r o o k l y n   n e t s   d e b u t   |   n b a   o n   e s p n 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
d o n ’ t   w o r r y   a b o u t   t h i s   g a m e   m a n .   w e   g o t   g o o d   g u y s   g o o d   m o v e m e n t s !   t h e   n e t s   c a n   s t i l l   w i n   i t   a l l   m a n !   i   b e l i e v e   b r o o k l y n n e t s   !   n e t s w o r l d !
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s  
i t ’ s   g r e a t   t o   s e e     b a c k   o n   t h e   c o u r t   a g a i n .   i f   y o u ’ r e   s t i l l   h a t i n g   o n   h i m   a t   t h i s   p o i n t   y o u ’ r e   j u s t   a   h a t e r … a n d   t h a t ’ s   a   d i f f e r e n t   s t o r y   n b a   n b a p r e s e a s o n   b r o o k l y n n e t s
j o e   h a r r i s 👉 🏼   k e v i n   d u r a n t 
 
 b a s k e t b a l l   i s   b a c k   i n   b r o o k l y n 🔥 
 
 n e t s   b r o o k l y n n e t s   n b a t w i t t e r   n b a p r e s e a s o n   

k y r i e   " t h e   g l o v e "   i r v i n g   
 b r o o k l y n n e t s  
t h e   n e t s   c o u l d   b e   s c a r y   n e x t   y e a r   n b a     b r o o k l y n n e t s
t h i s   i s   b e a u t i f u l   b r o o k l y n n e t s
b e n   s i m m o n s   o u t   t h e r e   h o o p i n g !   😎 
 b r o o k l y n n e t s   n e t s w o r l d
i ' m   e n j o y i n g   t h e   b e n   s i m m o n s   a c t i o n   f o r   b r o o k l y n .     h e   l o o k s   g o o d   o u t   t h e r e .   n i c e   p a s s   t o   c l a x t o n   f o r   a   d u n k   o n   t h e   f a s t   b r e a k .   n b a   b r o o k l y n n e t s   n e t s
i t ' s   p r e s e a s o n .     c a l m   d o w n   p e o p l e .     i t ' s   t h e   f i r s t   g a m e .     b r e a t h e . .     c a n ' t   b e l i e v e   s o m e   o f   t h e   t w e e t s   i   a m   s e e i n g .     g i v e   t h i s   t e a m   t i m e   t o   g e l   a   l i t t l e   m o r e . . . .     i   w a s n ' t   e x p e c t i n g   t h e m   t o   b e   p e r f e c t   t h e   f i r s t   p r e s e a s o n   g a m e .     n e t s w o r l d   b r o o k l y n n e t s
o h   m y   g o o d n e s s   r o y c e   o n e a l ,   m i s s   u   😢   n b a   u t a h j a z z   b r o o k l y n n e t s
t h i s   i s   a t r o c i o u s   😭 b r o o k l y n n e t s
  f i n d s     i n   t r a n s i t i o n ‼ ️   n b a   n b a t w i t t e r   b r o o k l y n n e t s  
w h y   d o e s   b e n   s i m m o n s   k e e p   p i c k i n g   u p   h i s   d r i b b l e   b r o o k l y n n e t s
    n e e d   t o   g o   g e t   w h i t e s i d e .   t h i s   t e a m   i s   s t i l l   v e r y   s m a l l   a n d   w o n ' t   r e b o u n d   w e l l .   d o n ' t   k n o w   h o w   s e a n m a r k s   h a v e n ' t   f i l l e d   t h i s   h u g e   h o l e   y e t .   i t ' s   b e e n   l i k e   t h i s   f o r   a   f e w   s e a s o n s   n o w .   n b a   b r o o k l y n n e t s
k y r i e 💪   b r o o k l y n n e t s
i ’ m   s o   h a p p y   h o o p   i s   b a c k !     m y   n e t s   p l a y   t o m o r r o w !     l e t ’ s   g o !     b r o o k l y n n e t s
j u s t   f o u n d   o u t   i   c a n ' t   w a t c h   b r o o k l y n n e t s   o n     u n l e s s   i   p a y   e x t r a   t o   w a t c h   o n   a n   a p p ?   t h i s   i s   o u t r a g e o u s .
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a   n b a   b r o o k l y n  
b r o o k l y n   n e t s   a b o u t   t o   g e t   t h i s   w ,   l e t s   g o ! ! !   w e g o h a r d   b r o o k l y n n e t s
b a s k e t b a l l   i s   a b o u t   t o   b e   b a c k ! ! !   p r e s e a s o n   h e r e   w e   c o m e   🏀   b r o o k l y n n e t s   n e t s v s 7 6 e r s   p a t t y m i l l s   c l a x   s e t h c u r r y
b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e   s t r e a m   -   n b a   -   p r e - s e a s o n   ( b a s k e t b a l l ) 
 
 w a t c h   b r o o k l y n   n e t s   l i v e   s t r e a m   a g a i n s t   p h i l a d e l p h i a   7 6 e r s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a  
🏀   b a s k e t b a l l :   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   -   n b a 
 ⏰   0 6 . 3 0   u t c + 7 
 ➡     
 
 b a s k e t b a l l   a m e r i c a n   u s a   a m e r i c a n b a s k e t b a l l   b a s k e t b a l l l o v e r s   n b a   p h i l a d e l p h i a 7 6 e r s   b r o o k l y n n e t s
b r o o k l y n   n e t s   p r e s e a s o n   b e g i n   t o n i g h t   🔥 🔥 🔥   n e t s   n a t i o n   b i h   😤 😤 😤   b r o o k l y n n e t s   n e t s n a t i o n  
l e t s   g o   n e t s ! ! !   b r o o k l y n n e t s
l o n g   i s l a n d   n e t s   l e g e n d   c r a i g   r a n d a l l   g o e s   o f f   f o r   3 5   p o i n t s   a g a i n s t   t h e   p h o e n i x   s u n s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 0 0
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 0
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 9
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 8
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 7
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 6
f i n a l l y   t h e y   d o   s o m e t h i n g   r i g h t .   t h a t ’ s   a   t r a d i t i o n a l   l i n e - u p   w i t h   a n   o f f e n s i v e   & a m p ;   d e f e n s i v e   b a l a n c e .   a l l   w e   n e e d   i s   f o r   t h e   r o t a t i o n s   t o   b e   o n   p o i n t   n o w .   b r o o k l y n n e t s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 5
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 4
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 3
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 2
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 1
n b a   b r o o k l y n n e t s   s i x e r s   
 c o n f i r m e d   s t a r t i n g   l i n e u p   f o r     t o n i g h t !  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 x  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t 
 x  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
t r e a t i n g   m y s e l f   t o   t h e   n e w   b i g   3 .     l o b s t e r   r o l l   +   p r e t z e l   +   k d .       
 s o   f a r ,   s o   g o o d .       l e t s   g o   n e t s 
 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a 
 w  
  l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a
b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a 2 k 2 3   b a s k e t b a l l   n b a   p h i l a d e l p h i a   n b a t w i t t e r   
 l i v e l i n e   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e s t r e a m   
                                             🇺 🇸 l i n k 🏀 🗑 ️ 
 
                                                       ⬇ ️ 
 

n b a   p r e v i e w   2 0 2 2 - 2 3   :   l e s   b r o o k l y n   n e t s 
   
 
   
 a p é r o t r a s h t a l k   a t l a n t i c d i v i s i o n   b a s k e t   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   e m i s s i o n  
g a m e   t h r e a d :   p h i l a d e l p h i a   7 6 e r s   ( 0 - 0 )   a t   b r o o k l y n   n e t s   ( 0 - 0 )   o c t   0 3   2 0 2 2   7 : 3 0   p m 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
k y r i e   i r v i n g :   n e t s   x - f a c t o r   b y   _ s a y s   
 n e t s w o r l d   k y r i e i r v i n g   b r o o k l y n n e t s   o t b n 

m a n   i ’ v e   n e v e r   b e e n   t h i s   e x c i t e d   t o   w a t c h   a   p r e s e a s o n   g a m e ! !   i ’ m   r e a d y   t o   o v e r r e a c t   🤣 
 
 b r o o k l y n n e t s
t o n i g h t s   s t a r t i n g   l i n e u p s ,   f r o m     7 - 1 0 - 1 1   p l a y i n g   c o n f i r m e d !   b r o o k l y n n e t s   s i x e r s   n e t s w o r l d   n b a   n b a p r e s e a s o n 2 0 2 2   k d   b e n 1 0   k y r i e i r v i n g  
b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
w e   b a c k   y ’ a l l   
 
 b r o o k l y n n e t s  
g o l d e n   s t a t e   w a r r i o r s   v s .   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
n b a   b r o o k l y n n e t s   k a r e e m a d b u l j a b a r   k y r i e i r v i n g   n b a   l e g e n d   k a r e e m   a b d u l - j a b b a r :   k y r i e   i r v i n g   i s   a   ' c o m i c a l   b u f f o o n '  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b e n   s i m m o n s   m a k e s   h i s   n e t s   d e b u t   t o d a y   -   a g a i n s t   j o e l   e m b i i d   a n d   7 6 e r s !   😤 🍿 
 
 w h o   y o u   g o t ? 
 
 b e n s i m m o n s   b r o o k l y n n e t s   j o e l e m b i i d   7 6 e r s   n b a p r e s e a s o n  
m o n ,   3 r d   o c t :   b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   -   o d d   @   1 . 9 
 m o r e   d e t a i l s   o n :   
 b a s k e t t i p s   b a s k e t p r e d i c t i o n   b a s k e t b a l l b e t s   n b a p r e s e a s o n   u s a b a s k e t
s e e m s   l i k e   k d   b e a t   t h e   ‘ u n n a m e d   n e t s   p l a y e r ’   b a b y   d a d d y   a l l e g a t i o n s   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
“ i r v i n g   i s   a   c o m i c a l   b u f f o o n ”   k a r e e m   a b d u l   j a b b a r   d e s t r o y s   k y r i e   i r v i n g   f o r   s h a r i n g   a l e x   j o n e s   c l i p     b r o o k l y n n e t s   l a l a k e r s
  l e t ' s   g o   b r o o k l y n n e t s   n e t s l e v e l   n e t s   🏀 🏀 🏀
a t   b a r c l a y s c e n t e r   o v e r   1 0   y e a r s ,   ( r e l a t i v e )   b o o m - a n d - b u s t   b r o o k l y n n e t s   a t t e n d a n c e ,   n o w   r i s i n g   a s   t e a m   i m p r o v e s . 
 
 g a t e   c o u n t   a l w a y s   t r a i l s   o f f i c i a l   f i g u r e s . 
 a t t e n d a n c e   %   w o u l d   r a n k   e v e n   h i g h e r   ( b c   o f   s m a l l e r   a r e n a )
w i l l   t h e   n e t s   o v e r c o m e   t h e   d r a m a   & a m p ;   m a k e   i t   t o   t h e   f i n a l s ?   c l i c k   l i n k   f o r   f u l l   v i d e o . 
 
 e d i t e d   b y   c a n t v       n b a   n b a t w i t t e r   b a s k e t b a l l   n b a p r e s e a s o n   n e t s   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s 
 c a n t v   n b a o f f s e a s o n  
k y r i e   i r v i n g   b r o o k l y n   n e t s   m e d i a   . . . 
   
 
   
 a a r o n h i c k s   a a r o n j u d g e   a l e x r o d r i g u e z   a r o l d i s c h a p m a n   a t l a n t i c d i v i s i o n   b a b e r u t h   b a s e b a l l   b a s k e t b a l l   b r a w l   b r o o k l y n n e t s   c l i n t f r a z i e r   c o r e y k l u b e r   d e a n d r e j o r d a n   d e r e k j e t e r   d j l e m a h i e u   e a s t e r n c o n f e r e n c e  
j a m e s   h a r d e n   " f i g u r i n g   t h i n g s   o u t "   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s n e w s   7 6 e r s t r a i n i n g c a m p   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j a m e s h a r d e n h i g h l i g h t s   j o e l e m b i i d   n b a   n b a n e w s   n b a p r e s e a s o n   n b a t r a i n i n g c a m p  
s o o n . . .   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e t s   n e w y o r k   n e w y o r k c i t y  
b e n   s i m m o n s   w i t h   t h e   s h o t   b o i i .   b e n s i m m o n s   n e t s   b r o o k l y n   b r o o k l y n n e t s  
b e n   s i m m o n s   c a s u a l l y   a i r b a l l i n g   o n   n e t   d a y   n b a   b r o o k l y n   n b a t w i t t e r   n b a 2 k 2 3   n e t s   h o h  
b e n   s i m m o n s   a i r b a l l s   a t   b r o o k l y n   n e t s   d a y   w h i l e   k y r i e   a n d   k e v i n   h a n g   o u t   w i t h   e a c h   o t h e r .   t i k t o k   -   a s t e v e r s o n   🏀 

n e t s   a l l   a c c e s s   p r a c t i c e   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
  t h e   a n n o u n c e r   g o t   d e a n d r e   c h i l i '   j o r d a n   t e x a s a m   a g g i e s   b r o o k l y n   n e t s ’ s   n a m e   w r o n g   😭    
b r o o k l y n   n e t s   2 t   c o l o r   p a c k   5 9 f i f t y   -   g r a p h i t e ,   r e d ,   w h i t e   n o w   a v a i l a b l e   f r o m   e c a p s u n l i m i t e d 
 
 n e w d r o p   e i g h t y 8 f i t s   c a p s u n l i m i t e d   n b a   b r o o k l y n n e t s   n e t s   w e g o h a r d   b r o o k l y n   n e w y o r k   2 t   c o l o r   p a c k   5 9 f i f t y   g r a p h i t e   r e d   w h i t e 
 

k e v i n   d u r a n t     a t     a n n u a l   p r a c t i c e i n t h e p a r k   h e r e   i n   b r o o k l y n     
 n b a   n e t s   b a s k e t b a l l   b r o o k l y n   n e w y o r k   e s p n   @   b r o o k l y n ,   n e w   y o r k  
2 0 0 !   t h a n k   y o u   n e t s   n a t i o n   🤍 🖤   n e t s w o r l d   n e t s   n a t i o n   l e t s g o n e t s   b r o o k l y n
l o o k   a t   h o w   b e n   s i m m o n s   i s   a b l e   t o   b e   p h y s i c a l   a t   t h e   p o i n t ,   a p p l y   a m p l e   p r e s s u r e ,   a n d   s t a y   i n   f r o n t   o f   t h e   b a l l   a n d   m a k e   p l a y s   
 c a n   b e   a n   e l i t e   a d d i t i o n   f o r   t h e   n e t s !   n b a   b r o o k l y n   s i m m o n s  
[ w i n f i e l d ]   n e t s   f a n s   j u s t   b o o e d   s t e v e   n a s h   w h e n   h e   w a s   i n t r o d u c e d   a t   p r a c t i c e   i n   t h e   p a r k .   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
o p e n   p r a c t i c e   🏀   i t   w a s   a n   e x c i t i n g   d a y   f o r     f a n s   s u n d a y   o v e r   i n   d u m b o   w h e r e   t h e   t e a m   h o s t e d   t h e i r   s i x t h   a n n u a l   o p e n   p r a c t i c e   a t   b r o o k l y n   b r i d g e   p a r k . 
 

o p e n   p r a c t i c e   🏀   i t   w a s   a n   e x c i t i n g   d a y   f o r     f a n s   s u n d a y   o v e r   i n   d u m b o   w h e r e   t h e   t e a m   h o s t e d   t h e i r   s i x t h   a n n u a l   o p e n   p r a c t i c e   a t   b r o o k l y n   b r i d g e   p a r k . 
 

  l e t ' s   g o   b r o o k l y n     n e t s   n b a   n f t   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k   n f t s   n b a y c   n f t c o m m u n i t y   l e t ' s   p l a y   e n s   

🚨   j u s t   c o n f i r m e d !   t h e   b r o o k l y n   n e t s   h a v e   s   . . . 
   
 
   
 2 0 2 2 n b a f r e e a g e n c y   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s 2 0 2 2   b r o o k l y n n e t s f r e e a g e n c y   b r o o k l y n n e t s f r e e a g e n c y 2 0 2 1   b r o o k l y n n e t s f r e e a g e n t s   b r o o k l y n n e t s h i g h l i g h t s   b r o o k l y n n e t s n e w s  
c a m   t h o m a s   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a m t h o m a s   c a m   t h o m a s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
m a r k i e f f   m o r r i s   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r k i e f f m o r r i s   m a r k i e f f   m o r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
k y r i e :   n e t s   t r y   t o   e r a s e   w e a k n e s s e s ,   a l t e r   i m a g e   b r o o k l y n   n e t s   n b a  
r o y c e   o ' n e a l e   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r o y c e o ' n e a l e   r o y c e   o ' n e a l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
n e t s   f a n s   a r e   y o u   r e a d y   f o r   p r a c t i c e i n t h e p a r k   t o m o r r o w ? !     n e t s d j   n b a d j   b r o o k l y n   @   p i e r   2   b r o o k l y n   b r i d g e   p a r k   s y n l a w n   f i e l d  
1 0 0 !   t h a n k   y o u   n e t s   n a t i o n   🤍 🖤   n e t s   t h a n k y o u   b r o o k l y n   n b a
l e b r o n   j a m e s ,   a n t h o n y   d a v i s   a n d   t h e   l a k e r s   a r e   b a c k   i n   t h e   n b a f i n a l s   g o i n g   a g a i n s t   t h e   r e d   h o t   n e t s . 
 
 t h e   s e a s o n   3   n b a   f i n a l s   i s   l i v e 
   
 
 l o s a n g e l e s l a k e r s   b r o o k l y n n e t s   l a   l a k e r n a t i o n   b r o o k l y n   k d   k y r i e i r v i n g   k y r i e   y o u t u b e   n b a 2 k 2 3   n b a 2 k 2 2
m y   r e a d   o n   t h e   b r o o k l y n   n e t s '   d e p t h   c h a r t   f o r   f a n t a s y : 
 
 p g   b e n   s i m m o n s 
 s g   k y r i e   i r v i n g 
 s f   j o e   h a r r i s 
 p f   k e v i n   d u r a n t 
 c   n i c   c l a x t o n 
 6   r o y c e   o ' n e a l e 
 7   s e t h   c u r r y   ( i n j u r e d ) 
 8   m a r k i e f f   m o r r i s 
 9   e d m o n d   s u m n e r 
 1 0   p a t t y   m i l l s 
 
 n e t s   b r o o k l y n   n b a   n b a t w i t t e r     f a n t a s y
h o w   i m e   u d o k a ' s   f a l l o u t   w i t h   b o s t o n   c e l t i c s   c o u l d   s a v e   t h e   b r o o k l y n   n e t s 
 
 
 
 n b a   b r o o k l y n t o g e t h e r   n e t s   b r o o k l y n   b l e e d g r e e n   b o s t o n   c e l t i c s   t r u e t o a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w :   w h y   y o u   s h o u l d   t a k e   t h e   o v e r   o n   n e t s '   s t a r s   b r o o k l y n   n e t s   n b a  
b r o o k l y n   n e t s   2 0 2 2   s t a t e m e n t   j e r s e y 
 . 
 . 
 
 
 
 n b a   n b a t w i t t e r   b r o o k l y n   n e t s   n e t s w o r l d   b k n   j e r s e y   w a l l p a p e r  
g r e e n   g o b l i n   s u b w a y   a t t a c k   c r e w   i d ' d   b y   n y p d   -     v i a     -   y a n k e e s   m e t s   n e t s   k n i c k s   b r o o k l y n   q u e e n s   n j t r a n s i t   m t a   p o l i c e   f b i   n y c   a l b a n y   c n n   f o x n e w s   m l b   n f l   n b a   m e t o o   n e w y o r k   n e w y o r k c i t y   b i d e n   u s a   t r u m p   n c a a   n y u   a a r o n j u d g e
p o s t   g a m e   t h r e a d :   t h e   m i a m i   h e a t   d e f e a t   t h e   b r o o k l y n   n e t s   1 0 9 - 8 0   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
d a y ' r o n   s h a r p e   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a y ' r o n s h a r p e   d a y ' r o n   s h a r p e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n   b r o o k l y n   n e t s   n b a   v i d e o :  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
s h a r p e   b a c k   d o w n   b u c k e t   n b a   b a s k e t b a l l   n e t s   b r o o k l y n   d a y r o n s h a r p e   n b a t w i t t e r  
c a m   t h o m a s   a n d   1 .   n b a   b a s k e t b a l l   n b a t w i t t e r   b r o o k l y n   n e t s   c a m t h o m a s  
c a m   t h o m a s   f i n i s h e s   a t   t h e   r i m .   n b a   b a s k e t b a l l   b r o o k l y n   n e t s   c a m t h o m a s   n b a t w i t t e r  
d a y ’ r o n   s h a r p e   n b a   b a s k e t b a l l   n b a t w i t t e r   b r o o k l y n   n e t s   d a y r o n s h a r p e  
w a t a n a b e   b l o c k   a t   t h e   r i m .   n b a   b a s k e t b a l l   n b a t w i t t e r   n e t s   b r o o k l y n   y u t a w a t a n a b e   b l o c k  
m a r k i e f f   p u t   b a c k .   n b a   b a s k e t b a l l   b r o o k l y n   n e t s   m a r k i e f f m o r r i s   n b a t w i t t e r  
d o   w e   c o n s i d e r   t h i s   a   b e n   s i m m o n s   j u m p e r ?     h e   s h o u l d   b e   s h o o t i n g   r i g h t   h a n d e d .   n b a   b a s k e t b a l l   n b a t w i t t e r   b e n s i m m o n s   n e t s   p r e s e a s o n   b r o o k l y n  
m a r k i e f f   m o r r i s   t o   t h e   c u p .   n b a   b a s k e t b a l l   n e t s   m a r k i e f f m o r r i s   n b a t w i t t e r   p r e s e a s o n   b r o o k l y n  
d u r a n t   a n d   1   n b a   b a s k e t b a l l   n b a t w i t t e r   k d   k e v i n d u r a n t   n e t s   e a s y m o n e y s n i p e r   b r o o k l y n  
b r o o k l y n   n e t s   a r e   g o i n g   t o   b e   a r s e   t h i s   s e a s o n .   b r o o k l y n   n b a
d e a r   n e t s   f a n s ,   s t o p   b e i n g   n e g a t i v e   i t ’ s   t h e   o n l y   s e c o n d   g a m e !   w e   g o n n a   w i n   t h i s   m a t c h !   y a   k n o w !   l e t ’ s   g o   n e t s !   n e t s   b r o o k l y n   !         !
b e n   s i m m o n s   n e e d s   t o   s t a r t   l o o k i n g   f o r   h i s   s h o t .   h e ' s   g o o d   e n o u g h . 
 b e n s i m m o n s   n e t s   b r o o k l y n   n b a
b r o o k l y n   n e t s   t e a m   h e a 5 9 f i f t y   -   b l a c k ,   w h i t e ,   o r a n g e   n o w   a v a i l a b l e   f r o m   e c a p s u n l i m i t e d 
 
 n e w d r o p   e i g h t y 8 f i t s   c a p s u n l i m i t e d   n b a   b r o o k l y n n e t s   n e t s   w e g o h a r d   b r o o k l y n   n e w y o r k   t e a m   h e a r t   5 9 f i f t y   b l a c k   w h i t e   o r a n g e 
 

🐍 🧁 “ s o   m a n y   p e o p l e   d o u b t e d   m e .   t h e y   m o t i v a t e d   m e   e v e r y   s i n g l e   d a y ,   t o   b e   w h o   i   a m . ” 🧁 🐍 
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   b r o o k l y n   b r o o k l y n n e t s   n e t s   n e t s a r t   n e t s b a s k e t b a l l   b a s k e t b a l l   b a s k e t b a l l a r t   s p o r t s   a r t   g r a p h i c d e s i g n   b a s k e t b a l l d e s i g n   f r a n c h i s e   f r a n c h i s e d e s i g n s  
i n   g r e e n   ☘ ️   i   l o o k   a m a z i n g ,   y e a h   y e a h   t h a t ' s   t r u e   🤟 
 
 b l a k e g r i f f i n   b o s t o n c e l t i c s   n b a   n b a i n a b u d h a b i   b r o o k l y n   n e t s   l a k e r s  
t o n i g h t   t h e   b r o o k l y n   n e t s   h o s t   t h e   m i a m i   h e a t ,   i n   g a m e   2   o f   t h e   p r e s e a s o n ,   a t   7 : 3 0   🕢   o n       b r o o k l y n   n e t s   n b a   b r o o k l y n t o g e t h e r
d r a y m o n d   g r e e n   h a s   h i g h   e x p e c t a t i o n s   f o r   b e n   s i m m o n s   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e t s   n e w y o r k   n e w y o r k c i t y  
s h o p   n e t s w o r l d       f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   b r o o k l y n n e t s   b r o o k l y n   n e t s   n e t s n a t i o n   b k   b k n e t s
g o v e r n o r     h o c h u l   c a n   p r o t e c t   t h o u s a n d s   o f   a n i m a l s   b y   s i g n i n g   t h e   p u p p y   m i l l   p i p e l i n e   b i l l   -     -   n y c   n y p d   a l b a n y   b r o o k l y n   n e t s   k n i c k s   y a n k e e s   m e t s   c n n   f o x n e w s   w f a n   e s p n   a b c   n b c   c b s   n e w s   t w i t t e r   p e t   p e t s   d o g   d o g s   f a c e b o o k     m e t a v e r s e
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b r o o k l y n   n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b k l y n   b r o o k l y n n e t s   b r o o k l y n   n e t s   k e v i n d u r a n t   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
📣   n e w   p o d c a s t !   " b e n   s i m m o n s   r e v e n g e   t o u r "   o n     7 6 e r s   b e n s i m m o n s   b r o o k l y n   m a d o   n b a   n e t s   n e t s w o r l d   r e v e n g e   s e a s o n   s i m m o n s   s r n o w   t o u r  
b r o o k l y n   n e t s   g e t   d i s c o u r a g i n g   i n j u r y   n e w s   t o   b e g i n   2 0 2 2 - 2 3   s e a s o n 
 
 
 
 n b a   b r o o k l y n t o g e t h e r   b r o o k l y n   n e t s   b l e e d g r e e n   l a k e s h o w   l a k e r s   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   f e a r t h e d e e r   b u l l s n a t i o n   d u b n a t i o n
k y r i e   i r v i n g   d r a g g e d   b y   k a r e e m   a b d u l - j a b b a r   f o r   r e p o s t i n g   c o v i d   c o n s p i r a c y   t h e o r i e s .     k y r i e i r v i n g ,   k a r e e m a b d u l j a b b a r ,   n b a ,   b r o o k l y n ,   n e t s ,   c o v i d ,   c o r o n a v i r u s ,   c o v i d 1 9
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   b e n   s i m m o n s ,   k y r i e   i r v i n g   a n d   b r o o k l y n   n e t s   w o r t h   a   w a g e r   a f t e r   n e w   b i g   3   d e b u t s   –       b e n   b i g   b r o o k l y n   d e b u t s
a l l   a b o u t   r e t u r n s !   b e n   s i m m o n s   r e t u r n s   a m i d   n e w   b i g   3   e r a   f o r   n e t s     |   n b a   t o d a y   b r o o k l y n   n e t s   n b a   v i d e o :  
a t   n y u   s t u d e n t s   w e r e   f a i l i n g   o r g a n i c   c h e m i s t r y .   w h o   w a s   t o   b l a m e ?   -     -   n y c   n y p d   m e t s   y a n k e e s   k n i c k s   n e t s   b r o o k l y n   c n n   f o x n e w s   c o n g r e s s   s c h o o l s   s c h o o l   n c a a   c o l l e g e   u n i v e r s i t y   d o c t o r   m e d i c a l s t u d e n t   p h y s i c i a n s   m e d i c a l c o l l e g e s   t e a c h i n g
j o e   h a r r i s   a n d   b e n   s i m m o n s   b e i n g   o n   t h e   c o u r t   l a s t   n i g h t   w a s   g r e a t   t o   s e e .   b o t h   m o v e d   w e l l .   s e e i n g   t h e   r e s u l t s   o f   t h e i r   l o n g   r o a d s   t o   r e c o v e r y   b r o o k l y n   n e t s  
b e s t   t r a i l s   & a m p ;   t r a v e l   i s   a   p r o u d   s p o n s o r   o f   t h e   b r o o k l y n   n e t s .   c o m e   o u t   o n   o c t o b e r   1 9 t h   t o   b a r c l a y s   c e n t e r   t o   w a t c h   t h e m   p l a y   o n   o p e n i n g   n i g h t   🏀 
 
 b r o o k l y n n e t s   n e t s   b a r c l a y s c e n t e r   b r o o k l y n   n y c   n e w y o r k   c h a r t e r b u s   e x e c u t i v e c o a c h   b a s k e t b a l l   n y   s p o n s o r   o p e n i n g n i g h t   n b a  
p o s t   g a m e   t h r e a d :   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   1 2 7 - 1 0 8   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
t h a n k s   f o r   s p e a k i n g   o u t   o n   k y r i e i r v i n g   k a r e e m a b d u l j a b b a r !   👏   h e ’ s   a   h u g e   d u m b a z z   & a m p ;   i t ’ s   a b o u t   t i m e   t h a t   s o m e o n e   s a i d   i t !   b r o o k l y n   n e t s   n b a t w i t t e r   n b a   h a l l o f f a m e r   h o f
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
j o e   h a r r i s   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o e h a r r i s   j o e   h a r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
c a m   t h o m a s   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a m t h o m a s   c a m   t h o m a s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
k y r i e   i r v i n g   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y r i e i r v i n g   k y r i e   i r v i n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
y u t a   w a t a n a b e   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 y u t a w a t a n a b e   y u t a   w a t a n a b e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
r o y c e   o ' n e a l e   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r o y c e o ' n e a l e   r o y c e   o ' n e a l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
n i c   c l a x t o n   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i c c l a x t o n   n i c   c l a x t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   3   |   2 0 2 2   n b a   p r e s e a s o n   b r o o k l y n   n e t s   n b a   v i d e o :  
n i c   c l a x t o n   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i c c l a x t o n   n i c   c l a x t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
' g r a t e f u l '   s i m m o n s   m a k e s   h i s   d e b u t   w i t h   n e t s   b r o o k l y n   n e t s   n b a  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
n e w   1 0 t h   a n n i v e r s a r y   c e n t e r   c o u r t   l o g o   t o   c e l e b r a t e   a   d e c a d e   o f   t h e   n e t s   i n   b r o o k l y n !   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
b r o o k l y n   i n j u r y   s p o r t s 
 d a m a g e   r e p o r t :   s e t h   c u r r y   a n d   t j   w a r r e n   o u t   f o r   b r o o k l y n   n e t s   v s   7 6 e r s   
  
i ’ m   i n   a   n e t s   b r o o k l y n   s p a c e   a n d   t h e y   a r e   s o   d o w n   b a d .   i ’ m   l i s t e n i n g   t o   t h e m   s u g g e s t i n g     i s   t h e   a n s w e r   a n d   i s   b e t t e r   t h a n     …   t h a n k   y o u   f o r   t h e   d r a f t   p i c k s
b e n   s i m m o n s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   n e t s   b r o o k l y n   n e t s   n b a   v i d e o :  
j u l i a n   c h a m p a g n i e   h i g h l i g h t s   -   n e t s   v s .   7 6 e r s   -   3 r d   o c t   2 0 2 2 
 
 
 n b a   j u l i a n   c h a m p a g n i e   b k n   p h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b r o o k l y n   n e t s   p h i l a d e l p h i a   7 6 e r s
n b a   p r e s e a s o n   a n d   g o l d e n   s t a t e   w a r r i o r s '   p r o m i s i n g   y o u n g   c o r e 
 
 
 
 n b a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   s i x e r s   b u c k s
k y r i e   i s   j u s t   t o o   n i c e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   k y r i e   i r v i n g   e u r o s t e p   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
b u r n i n g   q u e s t i o n s   t h e   f a n s   n e e d   a n s w e r e d   d u r i n g   l a k e r s   p r e s e a s o n 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l o s a n g e l e s   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   d u b n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   s i x e r s   b u c k s
b e n   d u n k s   i t   f o r   h i s   f i r s t   n e t ' s   b u c k e t 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   b e n   s i m m o n s   d u n k   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
l a k e r s   f a n s   w i l l   s h u d d e r   a t   t h i s   r u s s e l l   w e s t b r o o k   c l i p   f r o m   t r a i n i n g   c a m p 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l o s a n g e l e s   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   d u b n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   s i x e r s
b e n   s i m m o n s   s l a m s   i t   d o w n   f o r   f i r s t   p o i n t s   i n   b r o o k l y n   n e t s   d e b u t   |   n b a   o n   e s p n   b r o o k l y n   n e t s   n b a   v i d e o :  
i d g a f   b e n s i m m o n s   s t i l l   c a n ’ t   s h o o t / i s   s c a r e d   t o   s h o o t !   w e s t b r i c k !   🤣   p h i v s b k n   n e t s   7 6 e r s   p h i l l y   b r o o k l y n   n b a p r e s e a s o n 2 0 2 2   n b a t w i t t e r   n b a
n e w   l a k e r s   r o l e   p l a y e r   i s   a l r e a d y   c o m m i t t i n g   l o n g - t e r m   t o   l a 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l o s a n g e l e s   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   d u b n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   t a k e n o t e   s i x e r s
3   r e a s o n s   w h y   t h e   s i x e r s   w i l l   r e a c h   t h e   n b a   f i n a l s 
 
 
 
 n b a   h e r e t h e y c o m e   s i x e r s   p h i l a d e l p h i a   7 6 e r s   p h i l l y   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   t a k e n o t e   j a z z
w o w ,   h a v e   t o   d o w n l o a d   t h e     a p p   t o   w a t c h     ,   l i k e   i   n e e d   a n o t h e r   f x c k i n   a p p !   b r o o k l y n   n e t s   s i m m o n s   s i x e r s   k n i c k s
w h a t   i s   a   r e a l i s t i c   r e b o u n d   n u m b e r   f o r   b e n s i m m o n s ?   i t ' s   o n l y   b e e n   a   f e w   m i n u t e s   b u t   c l e a n i n g   t h e   g l a s s   i s   g o n n a   b e   a n   i s s u e   f o r   t h e   n e t s   a l l   s e a s o n . 
 
 o t h e r w i s e   i f   b r o o k l y n   f i g u r e s   i t   o u t   & a m p ;   i f   t h e y   s t a y   h e a l t h y   ( t h a t   s e c o n d   i f . . . )   t h e y ' r e   a   p r o b l e m   i n   t h e   e a s t .   n b a   b a l l o r f a l l  
c l a x t o n   b e e n   l i f t i n g   w e i g h t s …   b o y   g o t   b i g ! !   b r o o k l y n   n e t s
l e t ' s   g o   ! 
 y e s   i   d i d   t h i n k   a   l o t   a b o u t   w h o   i s   w h o   i n   t h e   n e t s / b e a t l e s   m a s h   u p :   
   =   j o h n ,       =   p a u l ,     =   g e o r g e ,     =   r i n g o .   
 
 n b a p r e s e a s o n   n b a   b r o o k l y n   n e t s    
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a   n b a   b r o o k l y n  
w a t c h   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e   s t r e a m 
 u s a - n b a   2 0 2 2   
 n b a   g a m e   l i v e   2 0 2 2 
 n b a   n b a l i v e   l i v e t v   b r o o k l y n   n e t s   p h i l a d e l p h i a   7 6 e r s 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐧 𝐤 ⭕ ►    
h e r e s   s o m e   s h o t s   o f   t h e   k d   j e r s e y   🏀 💦 
 . 
 . 
 . 
 . 
 k e v i n d u r a n t   a p p l i q u é   c u s t o m j e r s e y   t e x t i l e a r t   b a s k e t b a l l a r t   n e t s   b r o o k l y n   @   b r o o k l y n ,   n e w   y o r k  
i t   f e e l s   g r e a t   s e e i n g   n b a   l o g o s   b a c k ! 
 d u b s   i n   4   😎   r e p e a t . 
 
 p l a c e   t h i s   n b a   b e t : 
 b r o o k l y n   n e t s   m l     - 2 8 8 
 $ 4 3 . 2 0   w i n s   $ 1 5 . 0 0 
 
 
 
   b e t o p e n l y   n b a   b e t  
b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
a s   a   p r o u d   b r o o k l y n   n e t s   f a n   w a t c h i n g   b e n ,   k d   a n d   k y r i e   m e s h   t o g e t h e r   f o r   w h a t   i   c a n   i m a g i n e   i s   g o i n g   t o   b e   a   g r e a t   s e a s o n   i   c a n   s a y   w i t h   a b s o l u t e   c o n f i d e n c e   t h a t   t h e   g o l d e n   s t a t e   w a r r i o r s   w i l l   r e p e a t   a s   n b a   c h a m p s   😂 😂 😂   b r o o k l y n   d u b n a t i o n
s e e m s   l i k e   k d   b e a t   t h e   ‘ u n n a m e d   n e t s   p l a y e r ’   b a b y   d a d d y   a l l e g a t i o n s   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
t o n i g h t   t h e   b r o o k l y n   n e t s   o p e n   t h e i r   2 0 2 2 - 2 0 2 3   p r e s e a s o n   a t   h o m e   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s   a t   7 : 3 0   🕢   o n     b r o o k l y n   n e t s   n b a   b r o o k l y n t o g e t h e r
b r o o o o o o o k l y n   i t s   g a m e d a y   o n c e   a g a i n !   b r i n g   t h a t   e n e r g y   t o n i g h t   a n d   o n e   s t e p   c l o s e r   t o   t h e   r e g u l a r   s e a s o n 
 
 n e t s   b r o o k l y n   n e w s e a s o n
s o o n . . .   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e t s   n e w y o r k   n e w y o r k c i t y  
r e b u i l d i n g   t h e   b r o o k l y n   n e t s !   ( n b a   2 k 2 3   m y n b a )     v i a     n b a   n b a 2 k 2 3   b a s k e t b a l l   s p o r t s   g a m i n g   y o u t u b e r   b r o o k l y n n e t s
b e n   s i m m o n s   w i t h   t h e   s h o t   b o i i .   b e n s i m m o n s   n e t s   b r o o k l y n   b r o o k l y n n e t s  
k y r i e   i r v i n g   i s   t u r n i n g   c h a m p i o n s h i p - m i n d e d   n e t s   i n t o   t o t a l   d y s f u n c t i o n ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
w h a t   i n j u r y   w i l l     c l a i m   h e   h a s ? ? ? 
 
 h e   s h o u l d   c l a i m   a n   i n j u r e d   e g o 
 
 n b a   b r o o k l y n n e t s   n e t s   
  
o v e r   t e n   y e a r s ,   t h e   b r o o k l y n n e t s   h a v e   n o t   r e a c h e d   t h e i r   p o t e n t i a l ,   g a i n i n g   t h e   s e c o n d   r o u n d   o f   t h e   p l a y o f f s   o n l y   t w i c e . 

n o   w a y   s i m m o n s   d i d   t h a t   b r o o k l y n n e t s  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
o n e   m a n   t r i b e   i n   b r o o k l y n     w w e   r a w   b a r c l a y s c e n t e r   w u w   j o h n y r o d z   w w e   d e g e n e r a t i o n x   w w e r a w   g e r o n i m o   g l e a s o n s g y m   b r o o k l y n n e t s   n e w y o r k               _        
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   t r a i n i n g   c a m p   🏀 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
n e t s   a l l   a c c e s s   p r a c t i c e   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
k y r i e   i r v i n g   s a y s   t h e   b r o o k l y n   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   l o c k e d o n p o d c a s t  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
f r o m   g r e e n v i l l e ,   n c   t o   b r o o k l y n :   d a y & a m p ; 3 9 ; r o n   s h a r p e & a m p ; 3 9 ; s   n b a   j o u r n e y   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   d a y r o n s h a r p e   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n e t s h i g h l i g h t s   n o r t h c a r o l i n a   s p o r t s   s t e v e n a s h   u n c  
t h e   b r o o k l y n   n e t s :   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   i s s u e s   ( t h e   r e a l   s t o r y ) 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a o n e s p n   n e t s t r a d e r u m o u r s  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   2 t   c o l o r   p a c k   5 9 f i f t y   -   g r a p h i t e ,   r e d ,   w h i t e   n o w   a v a i l a b l e   f r o m   e c a p s u n l i m i t e d 
 
 n e w d r o p   e i g h t y 8 f i t s   c a p s u n l i m i t e d   n b a   b r o o k l y n n e t s   n e t s   w e g o h a r d   b r o o k l y n   n e w y o r k   2 t   c o l o r   p a c k   5 9 f i f t y   g r a p h i t e   r e d   w h i t e 
 

  a n   i n d i c t m e n t   o f   h c   s t e v e   n a s h   t h a t   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   h a v e   t a k i n g   c a m   t h o m a s   u n d e r   t h e r e   w i n g   t o   d e v e l o p   h i m 
 
 w h e r e ' s   n a s h   c o a c h i n g   o r   c o a c h i n g   s t a f f ?   
 
 w h e r e ?   - -   p l e a s e 
 
 b r o o k l y n n e t s   n e t s   n e t s l e v e l
t h r e e   t h i n g s   s t e v e   n a s h ,   b e n   s i m m o n s   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g  
d a i l y   r / g o n e t s   d i s c u s s i o n   -   o c t o b e r   1 0 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
n b a   b r o o k l y n n e t s   s t e v e n a s h   n e t s   f a n s   b o o   s t e v e   n a s h   a t   o p e n   p r a c t i c e  
t i m e l i n e   o f   j a m e s   h a r d e n   a n d   t h e   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   c h r i s p a u l   c o m m e n t a r y   c o m m e n t a t o r   d a r y l m o r e y   d o m 2 k   d o m 2 k p o d c a s t   d w i g h t h o w a r d   h o u s t o n r o c k e t s   j a m e h a r d e n k y r i e i r v i n g   j a m e s h a r d e n   j a m e s h a r d e n i n t e r v i e w   j a m e s h a r d e n k e v i n d u r a n t  
k y r i e   i r v i n g   i n t r o d u c e d   a t   t h e   n e t s ’   p r a c t i c e   a t   b   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   e s p n n b a   h i g h l i g h t s   k y r i e i r v i n g   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   n e t s p r a c t i c e   p r a c t i c e i n t h e p a r k   s p o r t s   v i r a l  
o n   f e e t   👟 
 
   a r r i v e s   t o     ‘ p r a c t i c e   i n   t h e   p a r k ’   i n     a j 1   x   c a c t u s   j a c k   “ f r a g m e n t ”   1   l o w s   🌵 
 k d   b r o o k l y n n e t s   n e t s   t r a v i s s c o t t   f r a g m e n t   j o r d a n 1   l o w s   

w h a t   a n   a m a z i n g   p r a c t i c e i n t h e p a r k   e v e n t ,   s h o u t   o u t   t o   a l l   t h e   n e t s   f a n s   f o r   s h o w i n g   o u t ,   r e a l l y   m a d e   t h e   e v e n t   s p e c i a l .     n e x t   u p … o p e n i n g   n i g h t   b r o o k l y n n e t s   b r o o k l y n b r i d g e p a r k   n e t s d j   n b a d j  
m y   e x p e o p i n i o n   e p 1 3 3 :   t o n y   y a y o   & a m p ;   u n c l e   m u r d a           p o d c a s t   q u e e n s   b r o o k l y n n e t s   b r o o k l y n   b l o g   v i d e o   t r e n d   t r e n d i n g n o w   n y c c   n e w y o r k   c a l i f o r n i a   l o s a n g e l e s   m o n d a y t h o u g h t s   h i p h o p   r a p   m u s i c     a t l a n t a   n e w s
n e t s   n e w   r o s t e r   a f t e r   d u r a n t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s l i n e u p 2 0 2 3   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s n e w s t o d a y   b r o o k l y n n e t s o f f i c i a l l i n e u p 2 0 2 2   b r o o k l y n n e t s r o s t e r 2 0 2 2   b r o o k l y n n e t s r o s t e r 2 0 2 3   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   n b a  
a m i d s t   t h e   b l a c k d r o p 
 
 b r o o k l y n n e t s  
b e s t   f r e e   s t u f f   e v e r   y e s t e r d a y   p r a c t i c e i n t h e p a r k   b r o o k l y n n e t s  
[ w i n f i e l d ]   n e t s   f a n s   j u s t   b o o e d   s t e v e   n a s h   w h e n   h e   w a s   i n t r o d u c e d   a t   p r a c t i c e   i n   t h e   p a r k .   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
i n k t o b e r   d a y   9 .   e a s y   m o n e y   s n i p e r .   
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   s l i m r e a p e r   b a s k e t b a l l   b a s k e t b a l l a r t   n b a   n b a a r t   a r t i s t   a r t   s k e t c h   b a l l p o i n t p e n   b a l l p o i n t p e n a r t   b r o o k l y n   b r o o k l y n n e t s   d j o s s u p p a h   d j o s s u p p a h a r t  
[ w i n f i e l d ]   n e t s   f a n s   j u s t   b o o e d   s t e v e   n a s h   w h e n   h e   w a s   i n t r o d u c e d   a t   p r a c t i c e   i n   t h e   p a r k . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
i n d i a n a   p a c e r s   v s .   n e w   y o r k   k n i c k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
        k e e p   m a k i n g   a   d i f f e r e n c e ! 
 g o d   b l e s s   y o u   a l l ! !   b r o o k l y n n e t s   b r o o k l y n
n j ➡ ️ b k !   🔟   y e a r s   i n   n y !   b r o o k l y n n e t s  
k d   f o r   t h e   k i d s   🖊   b r o o k l y n n e t s  
[ b o o l i n   s p o r t s ]   n e t s   h a v i n g   a n   o u t d o o r   p r a c t i c e   a t   p r a c t i c e   i n   t h e   p a r k 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
_ 8 m u r a   i n s p i r e d   h a t 
 
 p u r p l e u r b   p i x e l a r t   a r t   f a s h i o n     c u l t u r e   n b a   b r o o k l y n   b r o o k l y n n e t s   n i p p o n   j a p a n   b a s k e t b a l l  
i   s u p p o r t   e v e r y   t i m e   w i t h   e x c e p t i o n   o f   t h e   n e t s   t h e y   c a n   g o   s u c k   a   f r a n k !   b r o o k l y n n e t s
w e   n e e d   t o   t a l k   a b o u t   k y r i e   i r v i n g … 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s k y r i e i r v i n g h i g h l i g h t s   e a s t e r n c o n f e r e n c e   k y r i e i r v i n g   k y r i e i r v i n g 2 0 2 2 s e a s o n   k y r i e i r v i n g b e s t p l a y s   k y r i e i r v i n g b r o o k l y n h i g h l i g h t s   k y r i e i r v i n g b r o o k l y n n e t s  
p r a c t i c e   i n   t h e   p a r k . .   n e t s   b r o o k l y n n e t s   
 
  
k y r i e   i r v i n g   a n d   k d   l o o k   g r e a t   a t   t o d a y & a m p ; 3 9 ; s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   k y r i e i r v i n g a n d k d   k y r i e i r v i n g a n d k d l o o k g r e a t a t t o d a y s b r o o k l y n n e t s t r a i n i n g c a m p   t r a i n i n g c a m p  
t h e   m o n t y   s h o w   7 5 6 !   i s   u t a h   j a z z   s t a r   . . . 
   
 
   
 b i g 1 0   b i g 1 0 e x p a n s i o n   b i g 1 2   b i g 1 2 e x p a n s i o n   b i g 1 2 n o t r e d a m e   b i g 1 2 t v d e a l   b r o o k l y n n e t s   c h i p o t l e u n i o n   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l h e a t   d o n o v a n m i t c h e l l k n i c k s   d o n o v a n m i t c h e l l t r a d e r u m o r s   k e v i n d u r a n t  
h e r e   a t   b r o o k l y n n e t s   p r a c t i c e   a t   t h e   p a r k .   l i n e   w a s   w r a p p e d   a l l   t h e   w a y   a r o u n d   p i e r   t h r e e   b y   n o o n .   n o t   b a d   f o r   a   t e a m   w i t h   “ n o   f a n s . ”
b r o o k l y n   n e t s   t r a i n i n g   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
  f o r m e r   n e t s   p l a y e r ' s   a r e   t e l l i n g   t h e   t r u t h   a b o u t   t h e   t e a m   c h e m i s t r y   & a m p ;   l o c k e r o o m   l a s t   y e a r   a n d   p e o p l e   t a k e   t h e r e   s u b t l e   j a b   a s   t h r o w i n g   s h a d e   -   p l e a s e 
 
 a m a r e   s t o u d e m i r e   w h o   w a s   p a r t   o f   b r o o k l y n n e t s   c o a c h i n g   s t a f f   t h r e w   s u d t l e   j a b   a t   t e a m 
 
 n e t s l e v e l   t o g e t h e r n e t s   n e t s w o r l d
a n y o n e   h a v e   e x t r a   p r a c t i c e   i n   t h e   p a r k   t i x   l e m m e   k n o w ! !   i   m i s s e d   a n y   a l e r t s   a n d   n o w   h a v e   n o   t i x   😣   n e t s w o r l d   b r o o k l y n n e t s   p r a c t i c e i n t h e p a r k
k e v i n   d u r a n t   i s   s t a y i n g   w i t h   t h e   b r o o k l y n   n e t s ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
d a y ' r o n   s h a r p e 
   " s a m u e l   l   j a c k s o n "     : d   
 f o r   n b a 2 k 2 3 
 p a i d   r e q u e s t 
 - h d   f a c e   t e x 
 - o n / o f f   h e a d b a n d / f u r y 
 - m u l t i p l e   s w i t c h   l o o k 
 - 3   h a i r s t y l e 
 a e o m o d s   
 a e g c f m o d s   
 s a m u e l l j a c k s o n   
 b r o o k l y n n e t s   
 d a y r o n s h a r p e  
d a i l y   r / g o n e t s   d i s c u s s i o n   -   o c t o b e r   0 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
🚨   j u s t   c o n f i r m e d !   t h e   b r o o k l y n   n e t s   h a v e   s   . . . 
   
 
   
 2 0 2 2 n b a f r e e a g e n c y   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s 2 0 2 2   b r o o k l y n n e t s f r e e a g e n c y   b r o o k l y n n e t s f r e e a g e n c y 2 0 2 1   b r o o k l y n n e t s f r e e a g e n t s   b r o o k l y n n e t s h i g h l i g h t s   b r o o k l y n n e t s n e w s  
k y r i e   i r v i n g ,   n e t s   h o p i n g   t o   e r a s e   p a s t   i s s u e s   a n d   s t a r t   n e w   b e g i n n i n g s   f o r   n e x t   s e a s o n   b r o o k l y n n e t s   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s  
_ z _ d a i l y   j i g g g g g a a a a a ,   w h a t s   m y   m : ( $ & a m p ; /   f   ) $ ? 6 / 2   n a m e ? !   j a y z   h o v   b r o o k l y n n e t s   b r o o k l y n   n y c   r o c k a w e a r   r o c k a f e l l a r e c o r d s
n e t s   n a t i o n   a g a i n s t   t h e   w o r l d   b r o o k l y n n e t s  
b r o o k l y n   n e t s   t r a i n i n g   c a m p   d a y   1 4   h i g h l i g h t s !   b e n   s i m m o n s   c o n t i n u i n g   t o   i m p r o v e ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
d e s p i t e   w h a t ' s   g o i n g   o n   i r l ,   i n   q c s n ,   t h e   b r o o k l y n   n e t s   c a m e   a s   a   t e a m   a n d   s w e e p   l e b r o n   a n d   t h e   l a k e r s   t o   w i n   t h e i r   f r a n c h i s e   f i r s t   c h a m p i o n s h i p . 
 
 w i n n i n g   o n   h i s   o w n ,   k e v i n   d u r a n t   i s   t h e   f i n a l s   m v p 
 
 b r o o k l y n n e t s   n b a c h a m p s   n b a c h a m p i o n s   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   y o u t u b e  
r a f f l i n g   o f f   4   t i c k e t s   t o   p r a c t i c e   i n   t h e   p a r k   i n   b r o o k l y n .   l m k   a n d   i t ’ s   y o u r s   b r o o k l y n n e t s
n i c o l a s   c l a x t o n 😎 
 f o r   n b a 2 k 2 3 
 p a i d   r e q u e s t ! ! ! 
 - h d   f a c e   t e x t u r e 
 -   9   s w i t c h i n g   h a i r   s t y l e 
 n i c o l a s c l a x t o n   
 b r o o k l y n n e t s   
 a e g c f m o d s 
 a e o c f m o d d i n g  
c o l l e g e f o o t b a l l   b r o o k l y n n e t s   o k l a h o m a s o o n e r s   t e x a s l o n g h o r n s   k e v i n   d u r a n t   t a u n t s   o k l a h o m a   c o a c h   b r e n t   v e n a b l e s   d u r i n g   4 9 - 0   b l o w o u t   l o s s   t o   t e x a s  
💥 e p i s o d e   1 3   -   i s   b e n   s i m m o n s   m o r e   v a l u a b l e   t o   t h e   n e t s   t h a n   k y r i e   i r v i n g ? 💥   t h i s   a n d   m o r e … 
 
 ✅   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s   👍 🏼   
 
 n b a   s h e h u l k a t t o r n e y a t l a w   h o u s e o f t h e d r a g o n h b o   d a r e d e v i l   b r o o k l y n n e t s   
 
 p o d c a s t   l i n k :  
k y r i e i r v i n g   s a y s   b r o o k l y n n e t s   l o o k i n g   t o   c h a n g e   n a r r a t i v e   -   v i a     a p p   e s p n    
l e b r o n   j a m e s ,   a n t h o n y   d a v i s   a n d   t h e   l a k e r s   a r e   b a c k   i n   t h e   n b a f i n a l s   g o i n g   a g a i n s t   t h e   r e d   h o t   n e t s . 
 
 t h e   s e a s o n   3   n b a   f i n a l s   i s   l i v e 
   
 
 l o s a n g e l e s l a k e r s   b r o o k l y n n e t s   l a   l a k e r n a t i o n   b r o o k l y n   k d   k y r i e i r v i n g   k y r i e   y o u t u b e   n b a 2 k 2 3   n b a 2 k 2 2
  w e   a r e   g o i n g   f i r e   s t e v e   n a s h   a s   s o o n   a s   w e   g e t   r i d   o f   g m   s e a n   m a r k s 
 
 m a r k s   m a y   f i n d   h i m s e l f   o u t   g m   j o b   b e c a u s e   o f   h i s   a s s i s t a n c e   t h i s   f a r s e   o f   a   c o a c h   b e   h e a d   c o a c h   o f   t h e   n e t s 
 
 n e t s l e v e l   n e t s n a t i o n   t o g e t h e r n e t s   b r o o k l y n n e t s   f i r e s t e v e n a s h
w h o d o y o u c o l l e c t   t h e h o b b y 
 b r o o k l y n n e t s   a d 
 c h e c k   o u t   2 0 2 1 - 2 2   p a n i n i   i m p e c c a b l e   a s i a   c a m e r o n   t h o m a s   r o o k i e   p a t c h   a u t o   / 8 8   s e a l e d       e b a y   v i a  
i c y m i :   a n o t h e r   c o m p r o m i s e   i n   t h e   n a m e   o f   f u n d r a i s i n g ?   i n   h o n o r i n g   j o e t s a i   t h e   m u n i c i p a l a r t s o c i e t y   c o n v e n i e n t l y   f o r g e t s   i t s   c r u s a d e   a g a i n s t   s u p e r t a l l s   t h e a c c i d e n t a l s k y l i n e   b r o o k l y n n e t s   b a r c l a y s c e n t e r        
l a k e r s   a m o n g   p o t e n t i a l   s u i t o r s   f o r   m o   b a m b a   b r o o k l y n n e t s   l o s a n g e l e s l a k e r s   m i a m i h e a t   m o b a m b a  
m e m p h i s   g r i z z l i e s   v s .   m i a m i   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
h e y   -     t h x       🙌 
 t h a t   i s   n e t s l e v e l     😀 
 b r o o k l y n n e t s   n e t s w o r l d  
n a s h ' s   t a c t i c s   b r o o k l y n n e t s   n b a  
w h o ’ s   t h e   d r a k e   o f   t h e   b r o o k l y n   n e t s ?   🤔   |   c l u t c h   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c l u t c h p o i n t s   e a s t e r n c o n f e r e n c e  
w a t c h e d   n e t s   p r e s e a s o n   g a m e   l a s t   n i g h t . 
 m a n p u k u n   b r o o k l y n n e t s   n e t s w o r l d   y u t a w a t a n a b e   渡 邊 雄 太  
i s   t h i s   r e f i l l a b l e   i f   y o u   b r i n g   i t   t o   g a m e s ? ( 1 / 2   s e a s o n )   t h a t ’ s   w h a t   t h e   c o n c e s s i o n   g u y   s a i d   l o l 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
c o l d   h a r d   " c a p " !   
   t a l k s   " k y r i e " . 
   b r o o k l y n n e t s     n b a  
c o l d   h a r d   " c a p " !   
   t a l k s   " k y r i e " . 
   b r o o k l y n n e t s     n b a  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
h o m e   f o r   a t   l e a s t   2 1   m o r e   n i g h t s   t h i s   s e a s o n .   g o t   r o c k e d ,   b u t   l g n !   a l s o   s h o u t   o u t   t o   m y   t i c k e t   r e p   f o r   m a k i n g   m e   a m e x   m e m b e r   o f   t h e   g a m e ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b e n   s i m m o n s   b e s t   p l a y   y e t   v s   h e a t !   n b a   b r o o k l y n   n e t s   v s   m i a m i   h e a t 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s h i g h l i g h t s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s t o d a y   n e t s v s h e a t  
o ’ s   t h o u g h t s   o n   y e s t e r d a y ’ s   h e a t   v s   n e t s 
 n e t s   n e t s w o r l d   n e t s o n y e s   b r o o k l y n n e t s   n b a   n b a p r e s e a s o n    
n b a   n b a t w i t t e r   b r o o k l y n n e t s   b a s k e t b a l l   
 
 a f t e r   b e i n g   s w e p t   i n   t h e   f i r s t   r o u n d   o f   l a s t   y e a r ’ s   p l a y o f f s ,   t h e   b r o o k l y n   n e t s   a r e   r e a d y   t o   r e l a u n c h   a n   n b a   t i t l e   c a m p a i g n   i n   t h e   2 0 2 2 - 2 0 2 3   s e a s o n .   
 
 h a v e   a   l o o k   a t   b r o o k l y n   n e t s   n b a   2 0 2 2 - 2 3   r o s t e r :  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   -   . . . 
   
 
   
 7 6 e r s v s n e t s   b r o o k l y n n e t s   b r o o k l y n n e t s v s m i a m i h e a t   b r o o k l y n n e t s v s m i a m i h e a t f u l l g a m e   e a s t e r n c o n f e r e n c e   h e a t v s n e t s   h e a t s v s n e t s   h e a t s v s n e t s h i g h l i g h t s m i a m i h e a t s v s b r o o k l y n n e t s l i v e   h e a t s v s n e t s l i v e   m i a m i h e a t  
n b a 
 b r o o k l y n n e t s   t e m p o r a d a   2 0 2 2 / 2 3 
 
 i r v i n g 
 m i l l s 
 c h i o z z a 
 e d m o n d   s u m n e r 
 j o e   h a r r i s 
 s e t h   c u r r y 
 c a m   t h o m a s 
 a l o n d e s   w i l l i a m s   ( d ) 
 d a v i d   d u k e   j r   ( d ) 
 d u r a n t 
 r o y c e   o n e a l 
 t j   w a r r e n 
 b e n   s i m m o n s 
 m o r r i s 
 k e s s l e r   e d w a r d s 
 w a t a n a b e 
 c l a x t o n 
 s h a r p e 
 . 
 📷       
 t i e n e n   d e   t o d o   p e r o . . .  
b e n   s i m m o n s   a n d   t h e   n e t s   a i m   f o r   f r e s h   s t a r t !   b k n e t s   n e t s   b r o o k l y n n e t s   

b e n   s i m m o n s   a n d   n e t s   l o o k   f o r   f r e s h   s t a r t s   n e t s   b r o o k l y n n e t s   

c a n ’ t   w a i t   t o   s e e   m y   t e a m   ! ! !   a n d   i m a   g e t   k d   a t t e n t i o n   a g a i n   🥹 🔥 🤞 🏾 .   a l w a y s   g o o d   v i b e s   a t   t h e   p a r k   w /   t h e     & a m p ;   r e a l f a n s     i n   a t t e n d a n c e !   n e t s f a n s   b r o o k l y n n e t s   p r a c t i c e a t t h e p a r k   n e t s   n e t s n a t i o n   b k b l o c k   n e t s w o r l d     b k n e t s   n e t s f a n 4 l i f e   n e t f a n   k d   s e a n m a r k s    
s t e v e   n a s h   c l a r i f i e d   t h a t   j o e   h a r r i s   w a s   d e a l i n g   w i t h   a   l i t t l e   a n k l e   s o r e n e s s ,   w h i c h   i s   w h y   h e   m i s s e d   t o n i g h t ’ s   g a m e . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
w e l l   g o l d e n s t a t e   y ’ a l l   m i g h t   a s   w e l l   c a l l   b r o o k l y n n e t s   a n d   s e n d   a   j o r d a n p o o l e   p a c k a g e   o v e r   f o r   k e v i n d u r a n t   b e c a u s e   t h i s   v i d e o   s h o u l d ’ v e   n e v e r   g o t   o u t   & a m p ;   t h i s   d e f i n i t e l y   g o n e   m e s s   u p   t h e   t e a m   c h e m i s t r y .
w h o d o y o u c o l l e c t   t h e h o b b y 
 b r o o k l y n n e t s   c a m e r o n t h o m a s 
 c h e c k   o u t   2 0 2 1 - 2 2   p a n i n i   i m p e c c a b l e   a s i a   c a m e r o n   t h o m a s   r o o k i e   p a t c h   a u t o   / 8 8   s e a l e d       e b a y   v i a  
i s   b e n   s i m m o n s   r e a d y   t o   h e l p   t h e   b r o o k l y n n e t s ?     1 5 y a r d s   n b a  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   h e a t v s n e t s   n b a h i g h l i g h t s   n b a p l a y o f f s   n e t s v s h e a t  
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   h a w k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
m y   t h i n g   i s   w h o   i s   l e a k i n g   t h e s e   v i d e o s ?   s m h   n i g g a s   c a n ’ t   r u n   t h e   f a d e   i n   p e a c e   t h e s e   d a y s .   b r o o k l y n n e t s   i n   6
s i m m o n s :   " i   t o o k   3   s h o t s . .   w h i c h   i s   d e f i n i t e l y   n o t   e n o u g h " 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
f i r s t   b e n 1 0   b u c k e t   i ’ v e   w i t n e s s e d   s i n c e   t h e   a t l a n t a p a s s a c r e   ! 😂   
 p e e p   t y l e r h e r r o   o n   t h e   b e a c h 🤣 
 b e n s i m m o n s   n b a   b a s k e t b a l l   b r o o k l y n n e t s  
a   f e s t i v a l   f o r   c a f f e i n e   f i e n d s ,   p r i v a t e   a r c a d e   l o u n g e   w i t h   y o u r   c r e w ,   a n d   w h e r e   t o   w a t c h   t h e   b r o o k l y n n e t s   p r a c t i c e   o u t s i d e 
   v i a                 t h r i l l i s t n y c   t h r i l l i s t   n y c
p o s t   g a m e   t h r e a d :   t h e   m i a m i   h e a t   d e f e a t   t h e   b r o o k l y n   n e t s   1 0 9 - 8 0   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   -   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s v s m i a m i h e a t   b r o o k l y n n e t s v s m i a m i h e a t f u l l g a m e h i g h l i g h t s   b r o o k l y n n e t s v s m i a m i h e a t h i g h l i g h t s   e a s t e r n c o n f e r e n c e   h e a t a t n e t s   h e a t n e t s   h e a t v s n e t s   h e a t v s n e t s h i g h l i g h t s  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
k r i s t i a n   w i n f i e l d :   k e v i n   d u r a n t   s a i d   t h e   o n l y   t h i n g   h e   l i k e d   a b o u t   t o n i g h t ' s   g a m e   i s   t h a t   n o b o d y   g o t   h u r t 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
s o o o o   t h e   b r o o k l y n n e t s   l o o k   t e r r i b l e   l o l .   t h e y   a r e   n o t   a   t e a m .   a n d   w i n t   b e   a s   l o n g   a s   k d   i s   t h e i r   “ l e a d e r ” .   i   g i v e   i t   2   m o n t h s   b e f o r e   t h e   d r a m a   s t a r t s   u p   a g a i n .   o h   a n d   p s ;   j u s t   b c   s o m e o n e   h a s   a   p r e t t y   j u m p s h o t   d o e s n t   m a k e   t h e m   a n   a l l - t i m e   g r e a t .
p o s t   g a m e   t h r e a d :   t h e   m i a m i   h e a t   d e f e a t   t h e   b r o o k l y n   n e t s   1 0 9 - 8 0 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s   m i a m i   h e a t   w a s   o n   e s p n   a p p   ( u s ) .   c o - c o m m e n t a t o r   i s   d o r i s   b u r k e .   r e p o r t e r   i s   m o n i c a   m c n u t t .     f o r   m o r e   d e t a i l s   s e e     b r o o k l y n n e t s   m i a m i h e a t   e s p n a p p u s
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
a m e r i c a . . .   t h i s   i s   g o n n a   b e   a   l o n g   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s   m i a m i   h e a t   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
f u n   t i m e s ! ! !   b r o o k l y n n e t s  
l a c k   o f   e f f o r t   s h o u l d   b e   c r i t i c i z e d   b u t   w e   d i d   n o t   h a v e   t h r e e   o f   o u r   s h o o t e r s ,   i ’ m   n o t   c o n c e r n e d .   b r o o k l y n n e t s
  t h e r e   i s   v o i d   i n   n e t s   l o c k e r o o m   a n d   p a t t y   m i l l s   i s   t r y i n g   f i l l   t h a t   v o i d   & a m p ;   b r i n g   l e a d e r s h i p   t o   t h e   l o c k e r o o m 
 
 k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   a r e   b e s t   p l a y e r ' s   o n   b r o o k l y n n e t s   b u t   t h e r e   a r e   n o t   l e a d e r ' s 
 
   n e t s l e v e l   n e t s n a t i o n
f i n a l . 
 
 m i a m i   h e a t   1 0 9 
 b r o o k l y n   n e t s   8 0   
 
 s i r i   p l a y   p e p a s   r n . 
 m i a m i h e a t   b r o o k l y n n e t s   n b a
b r o o k l y n n e t s   h a s   a   b i g   p r o b l e m   t h i s   y e a r .   k d   w a s   r i g h t .   i   s e e   h i m   w e a r i n g   d o w n   f r o m   4 0   m i n   a   n i g h t   3   y e a r s   s t r a i g h t .   l e t   n a s h   b e   h e a d   o f   d e v e l o p m e n t   & a m p ;   h i r e   i m e   u d o k a ,   g e t   h i m   t o   r e s i g n   f r o m   b o s .   t h e n   g e t   d   c u z .   t h i s   i s   s o m e   b s .
  k e v i n   d u r a n t   g e t t i n g   t r i p l e   t e a m e d   i n   t h e   p r e s e a s o n   & a m p ;   s t e v e   n a s h   i s   n o t   m a k i n g   g a m e   t i m e   a d j u s t m e n t   t o   h e l p   k d u r a n t 
 
 h o w   l o n g   n e t s   a r e   g o i n g   p u t   u p   w i t h   t h i s   f a r c e   o f   a   c o a c h ?   - -   h o w   l o n g ?   - -   t h i s   i s   b u l l s h t 
 
     n e t s l e v e l   b r o o k l y n n e t s   n e t s n a t i o n
a   l i t t l e   b a s k e t b a l l   f o r   t o n i g h t ’ s   o u t i n g !   b r o o k l y n n e t s   b a s k e t b a l l   b a r c l a y s c e n t e r     b r o o k l y n     🏀   @   b a r c l a y s   c e n t e r  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
f i r e   s t e v e   n a s h   b r o o k l y n n e t s
k d   8 / 1 1   f g s   1 / 3   3 p t   g o o d   f o r   2 2   p o i n t s .   s t i l l   d o w n   1 8   w i t h   a   - 1 0   p e r .   b r o o k l y n n e t s   m i a m i h e a t   n b a p r e s e a s o n
m i a m i h e a t   m u c h   t o u g h e r   m e n t a l l y   t h a n   b r o o k l y n n e t s   n b a   h e a t   n e t s   e s p n   j u s t   p r e s e a s o n   i   p r e d i c t   n e t s   m e l t d o w n   a t   s o m e   p o i n t   t h i s   s e a s o n
j i m m y   b u t l e r   s t a r t s   t h e   s e c o n d   h a l f   o n   t h e   b e n c h .   l o o k s   d o n e   f o r   t h e   n i g h t .   n b a p r e s e a s o n   b r o o k l y n n e t s   m i a m i h e a t
h o l ’   u p !   ✋ 🏾 i   f o r g o t   a b o u t   t h e   b r o o k l y n n e t s   h a l f t i m e   s h o w     😄  
o k   h a l f t i m e   “ h e a t   a t   b r o o k l y n n e t s ” .   t i m e   f o r   s h e h u l k   l o l   ✌ 🏾 

t h e     a r e   s t i l l   h o r r i b l e   o n   t h e   d e f e n s i v e   e n d   o f   t h e   f l o o r   a n d   n o   o f f e n s i v e   p l a y   m a k i n g   f r o m   s t e v e   n a s h .   h i s   p l a n   i s   t o   h a v e   k d   i s o   b a l l   a l l   d a y .   s o   m u c h   t u r n o v e r s .   j u s t   h o r r i b l e   🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️   b r o o k l y n n e t s   b e n s i m m o n s   t r e n d i n g
s i m m o n s '   m o v i n g   w e l l .   l o o k s   l i k e   h e ' s   a t   1 0 0 %   a f t e r   h i s   b a c k   s u r g e r y .   m e a n w h i l e   t h e   n e t s   c a n ' t   b u y   a   b u c k e t   d o w n   3 1 - 4 8 .   m i a m i h e a t   b r o o k l y n n e t s   n b a p r e s e a s o n
          c a n   u   p l e a s e   t e l l   m e   w h y   i n   t h e   h e l l   i s   s t e v e n a s h   s t i l l   c o a c h i n g   t h e   b r o o k l y n n e t s   r i g h t   n o w   b e c a u s e   c l e a r l y   t h e y   d o n ’ t   w a n t   t o   p l a y   f o r   t h i s   m a n   a t   a l l   r i g h t   n o w .   y o u   c a n   u s e   t h e   p r e s e a s o n   e x c u s e   i f   y o u   w a n t   t o o 💯 🤦 🏽 ‍ ♂ ️  
m i a m i   h i t t i n g   3 s   f r o m   d e e p .   j o v i ć   l o o k i n g     l i k e   a   g r e a t   p i c k u p .   b r o o k l y n ' s   2 n d   s t r i n g   g e t t i n g   r o l l e d   o u t   h e r e .   n b a p r e s e a s o n   b r o o k l y n n e t s   m i a m i h e a t
i t ’ s   w a y   t o o   e a r l y   t o   b e   c r i t i q u i n g   b e n   s i m m o n s   a g g r e s s i v e n e s s   i n   m y   o p i n i o n .     t h i s   i s   g a m e   2   i n   o v e r   a   y e a r .     i t ’ s   p r e - s e a s o n .     b r o o k l y n n e t s .
d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   b r o o k l y n n e t s
b e n   s i m m o n s   h a s n ’ t   p l a y e d   i n   a   s e a s o n   a n d   y e t   i   s e e   t w e e t s   c a l l i n g   h i m   t r a s h .     s t o p   i t ! !     g i v e   t h e   m a n   a   c h a n c e   t o   p l a y   a   f e w   g a m e s   b u t   t h e   t r a s h   l a b e l   i s   f a l s e .     n o   h e   i s   n o t   s h o o t i n g   j u m p   s h o t s   b u t   y o u   c a n   s e e   h e   i s   w o r k i n g   o n   h i s   s t r e n g t h s   d e f e n s e   & a m p ;   p a s s i n g .   b r o o k l y n n e t s
a n y b o d y   e l s e   h a v e   t r o u b l e   w i t h   t h e   b r o o k l y n n e t s   g r a y   f l o o r ?   
 
 i d k   i   f e e l   l i k e   i ' m   w a t c h i n g   a   b l a c k   a n d   w h i t e   t v   o r   s o m e t h i n g . . . l o l  
b r o o k l y n n e t s   r e f e r e e s   o u t   t h e r e   r u n n i n g   t h e   c o u r t   o n   p o i n t   l o l   b e s i d e s   o n e   o f   t h e m   t h r o w i n g   u p   t h e   t o u c h d o w n   a f t e r   a   b u c k e t   l m f a o o o
🚨 m a x   b e t   a l e r t 🚨 
 
 🏀 t o   w i n   $ 6 6 0 :   n e t s   o v e r   2 2 1 
 🏀 t o   w i n   $ 5 2 9 :   l i v e   n e t s   - 6 . 5 
 
 g a m b l i n g t w i t t e r   m a x b e t   b r o o k l y n n e t s  
b e n s i m m o n s   i s   g o i n g   t o   b e   s p e c i a l   f o r   t h e   b r o o k l y n n e t s   t h i s   y e a r   n b a t w i t t e r   n b a p r e s e a s o n
🏀   b a s k e t b a l l :   b r o o k l y n   n e t s   v s   m i a m i   h e a t   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 b a s k e t b a l l p r e s e a s s o n   n b a l i v e   n b a f a n s   a m e r i c a n   u s a   b r o o k l y n n e t s   m i a m i h e a t
m a n ,   i   l o v e   d o r i s   b u r k e ! 
 
 a n   i n c r e d i b l e   s p o r t s   f i g u r e ,   s o   e x t r e m e l y   k n o w l e d g e a b l e   a n d   a   b r e a t h   o f   f r e s h   a i r   w h e n   s h e ’ s   o n   t e l e v i s i o n   f o r   t h e   n b a   -   .   
 
 b r o o k l y n n e t s 
 m i a m i h e a t
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e t r o i t p i s t o n s   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
f i r s t   t i m e   w i t h   m y   m e n t o r   a n d   c o l l e a g u e   a t   a   b r o o k l y n n e t s   g a m e   t o n i g h t !   n e t s w o r l d   🏀  
b r o o k l y n   n e t s   t e a m   h e a 5 9 f i f t y   -   b l a c k ,   w h i t e ,   o r a n g e   n o w   a v a i l a b l e   f r o m   e c a p s u n l i m i t e d 
 
 n e w d r o p   e i g h t y 8 f i t s   c a p s u n l i m i t e d   n b a   b r o o k l y n n e t s   n e t s   w e g o h a r d   b r o o k l y n   n e w y o r k   t e a m   h e a r t   5 9 f i f t y   b l a c k   w h i t e   o r a n g e 
 

. _   s i g n s   w i t h   t h e     o f   t h e     .   l e t ’ s   g e t   t o   w o r k ! 
 
 g l e a g u e   n b a   l o n g i s l a n d n e t s   b r o o k l y n n e t s   h b c u  
n b a   c e l t i c s t a l k   c e l t i c   n b a p r e s e a s o n   n b a f a n t a s y   t a t u m   b r o o k l y n n e t s 
 i   j u s t   d r a f t e d   m y     b a s k e t b a l l   t e a m .   p l a y   n o w !    
a n d   t o     o f   t h e     b r o o k l y n n e t s   w h e r e b r o o k l y n a t   h a p p y   n a t i o n a l c o a c h e s d a y
p r e s e a s o n   g a m e   2 !   m i a m i h e a t   v s   t h e   b r o o k l y n n e t s   t o n i g h t   a t   7 : 3 0 p m   i n   b r o o k l y n n y   o n   e s p n   a n d   b a l l y s p o r t s s u n !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
🐍 🧁 “ s o   m a n y   p e o p l e   d o u b t e d   m e .   t h e y   m o t i v a t e d   m e   e v e r y   s i n g l e   d a y ,   t o   b e   w h o   i   a m . ” 🧁 🐍 
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   b r o o k l y n   b r o o k l y n n e t s   n e t s   n e t s a r t   n e t s b a s k e t b a l l   b a s k e t b a l l   b a s k e t b a l l a r t   s p o r t s   a r t   g r a p h i c d e s i g n   b a s k e t b a l l d e s i g n   f r a n c h i s e   f r a n c h i s e d e s i g n s  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
d o   t h e   n e t s   a c t u a l l y   h a v e   w h a t   i t   t a k e s ? 
   
 
   
 a l l i e c l i f t o n   a t l a n t i c d i v i s i o n   b l u e w i r e   b r o o k l y n n e t s   c h a n n i n g f r y e   e a s t e r n c o n f e r e n c e   n b a p o d c a s t   r i c h a r d j e f f e r s o n   r o a d t r i p p i n   r o a d t r i p p i n p o d c a s t  
    t h e r e   y o u   g o   a g a i n !   n o w     w i l l   t r y   t o   r e c r u i t   j o r d a n p o o l e   f o r   t h e   b r o o k l y n n e t s
b a r c l a y s c e n t e r   o c t o b e r   2 0 2 2   e v e n t   c a l e n d a r :   1 3   t i c k e t e d   e v e n t s ,   p l u s   o n e   p r i v a t e   o n e 
 
 s e c o n d   b r o o k l y n n e t s   p r e - s e a s o n   g a m e   t o n i g h t  
d r a y m o n d   g r e e n   h a s   h i g h   e x p e c t a t i o n s   f o r   b e n   s i m m o n s   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e t s   n e w y o r k   n e w y o r k c i t y  
s h o p   n e t s w o r l d       f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   b r o o k l y n n e t s   b r o o k l y n   n e t s   n e t s n a t i o n   b k   b k n e t s
  t h e   b r o o k l y n n e t s   f r o n t   o f f i c e   w a t c h i n g   t h i s 😭  
d r a y m o n d   g r e e n   h a s   h i g h   e x p e c t a t i o n s   f o r   b e n   s i m m o n s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
s t o p   s l e e p i n g   o n   t h e   n e t s . . .   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
          @ _ c l a x t o n 3 3   n e t s   w o r l d   t h i s   i s   t h e   b e s t   r o t a t i o n   b r o o k l y n n e t s  
b e n   s i m m o n s   m a k e s   h i s   b r o o k l y n   n e t s   d e b u t   s h o r t s 
   
 
   
 7 6 e r s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a  
u t a h   j a z z   v s .   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
k r i s t i a n   w i n f i e l d   |   n e w - l o o k   n e t s   b a t t l e   e a r l y   g r o w i n g   p a i n s 
 
 w i t h   s o   m a n y   c h a n g e s   m a d e   d u r i n g   t h e   o f f s e a s o n   a n d   t r a i n i n g   c a m p ,   t h e   n e t s   w e r e   b o u n d   t o   e x p e r i e n c e   s o m e   g r o w i n g   p a i n s ,   t h e   n e w s   b e a t   r e p o r t     w r i t e s .   b r o o k l y n n e t s 

i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b r o o k l y n   n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b k l y n   b r o o k l y n n e t s   b r o o k l y n   n e t s   k e v i n d u r a n t   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
i   j u s t   p l a y e d   a   r a n d o m   r e c   g a m e   w i t h   _ c a m t h o m a s .   h e   h a d   4 7 p t s   a n d   i   h a d   a l m o s t   a   q u a d r u p l e - d o u b l e   🤣   n b a 2 k 2 3 f o r x b o x s e r i e s x s   b r o o k l y n n e t s  
b e n   s i m m o n s   d r o p s   s i c k   n o - l o o k   p a s s   i n   f i r s t   n e t s   g a m e   |   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
i f   y o u   s a y   s o 😂   n b a   b a s k e t b a l l   b r o o k l y n n e t s   b e n s i m m o n s   k d   k y r i e   n e t s  
t h e   b r o o k l y n   n e t s   a r e   s c a r y   g o o d !   👻   ( n b a   2 2 - 2 3   s e a s o n   p r e v i e w )   s h o r t s     v i a     
 
 n b a   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   b r o o k l y n n e t s
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t h e   b r o o k l y n n e t s '   b e n s i m m o n s   i s   g r a t e f u l   t o   b e   b a c k   a f t e r   h i s   p r e s e a s o n   d e b u t . 
  
l e t ' s   g e t   t h e   g a m e   s p i c e d   u p   h e r e !   🔥 
 
 c u r r e n t   p l a y e r - c o a c h   d u o   o f   k y r i e   a n d   n a s h   g o   a g a i n s t   e a c h   o t h e r !   w h o   g o e s   t o   t h e   n e x t   r o u n d   i n   q u e s t   t o   f i n d   t h e   b e s t   p o i n t   g u a r d   o f   a l l - t i m e ? 
 
 w h o   y o u   g o t ?   🗳 ️ 🗣 ️ 
 
 s t e v e n a s h   k y r i e i r v i n g   b r o o k l y n n e t s   b e s t p o i n t g u a r d o f a l l t i m e  
n b a   b r e a k i n g   n e w s :   n a s h   a n d   k e v i n   . . . 
   
 
   
 a m h o o p s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   d r a m a t i c n b a n e w s n a s h a n d k e v i n d u r a n t i s s u e s a t b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   e s p n   f o x s p o r t s   f r e e a g e n c y n b a   h o o p f l i x   k e v i n d u r a n t   k y r i e i r v i n g   l e b r o n j a m e s  
m y   c o l l e c t i o n   s o   f a r   b r o o k l y n   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   a u s t r a l i a  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
m y   t o p   4   i n   t h e   e a s t 
 
 n e t s 
 b u c k s 
 c e l t i c s 
 h a w k s 
 
 n b a 2 k 2 3   n b a 2 0 2 3 s e a s o n   n b a   a t l a n t a h a w k s   b o s t o n c e l t i c s   b r o o k l y n n e t s   m i l w a u k e e b u c k s
r o y c e   o ’ n e a l e   w a s   ‘ d e f i n i t e l y   s h o c k e d ’   t o   s e e   j a z z   b l o w   u p   r o s t e r   b r o o k l y n n e t s  
c h a r l o t t e   h o r n e t s   v s .   b o s t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   p h i l a d e l p h i a   7 6 e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
m a n   f i n a l l y   g o t   m y     j e r s e y   a u s t r a l i a   b r o o k l y n n e t s   k y r i e  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   e v e r y   t e a m .   h e r e ’ s   t h e   n e t s   v e r s i o n   ( r e g u l a r   a n d   a l t e r n a t e ) 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t   w a r r i o r s h i g h l i g h t  
w o u l d   e m b i i d ,   d u r a n t ,   & a m p ;   . . . 
   
 
   
 7 6 e r s h i g h l i g h t s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c h i n e y o g w u m i k e   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   j a m e s h a r d e n   j a m e s h a r d e n n e w s   j o e l e m b i i d   k d   k d h a r d e n   k e n d r i c k p e r k i n s   k e v i n d u r a n t   m a l i k a a n d r e w s  
b e n   s i m m o n s   h i g h l i g h t s   v s   p h i l a d e l p h i a   7 6 e r s !   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s v s 7 6 e r s   b r o o k l y n n e t s v s p h i l a d e l p h i a 7 6 e r s   e a s t e r n c o n f e r e n c e   n b a p r e s e a s o n   n e t s   n e t s v s 7 6 e r s   n e t s v s p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s  
w i l d   t o   t h i n k ,     b u t   t h i s   w i l l   b e   k d   & a m p ;   k y r i e ' s   f i r s t   h o m e   o p e n e r   t o g e t h e r   w i t h   f a n s   i n   a t t e n d a n c e . . . 
 
 2 0 1 9   -   n o   k d 
 2 0 2 0   -   c o v i d - 1 9   ( n o   f a n s ) 
 2 0 2 1   -   n o   k a i   ( v a x   m a n d a t e ) 
 2 0 2 2   -   🖤 🤍 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s t w i t t e r   b k n e t s   n e t s   b k l y n n e t s   d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
d a y   1 7   o f   o u r   n b a   s e a s o n   c o u n t d o w n ,   a n d   i t ' s   t i m e   t o   t a l k     a n d   t h e   s t a r   o f   t h e   o f f s e a s o n ,   k e v i n   d u r a n t .   b r o o k l y n n e t s   k e v i n d u r a n t  
n e w   o n e   f o r   s p o r t s   i l l u s t r a t e d   o n   t h e   c o n t r o l   k e v i n   d u r a n t   e x e r t   o n   n e t s   g m   s e a n   m a r k s .   h a d   f u n   i n c l u d i n g   a   l a y e r   o f   g o u a c h e   i n k   r e s i s t .   b i g   t h a n k s   t o   a d   l a u r a   a n g l e ! !   k e v i n d u r a n t   b r o o k l y n n e t s   s p o r t s i l l u s t r a t e d  
l a n a   r h o a d e s   t o l d   t h e   w o r l d   t h a t   h i s   s o n ' s   d a d d y   w a s   a   n e t s   p l a y e r   a n d   a   l i b r a . .   t h a t   i s   t h e   r e a s o n   w h y   b l a k e   g r i f f i n   s i g n e d   w i t h   t h e   c e l t i c s   n b a   b r o o k l y n n e t s   c e l t i c s
b e n   s i m m o n s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   n e t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
i t ' s   p r e s e a s o n .     c a l m   d o w n   p e o p l e .     i t ' s   t h e   f i r s t   g a m e .     b r e a t h e . .     c a n ' t   b e l i e v e   s o m e   o f   t h e   t w e e t s   i   a m   s e e i n g .     g i v e   t h i s   t e a m   t i m e   t o   g e l   a   l i t t l e   m o r e . . . .     i   w a s n ' t   e x p e c t i n g   t h e m   t o   b e   p e r f e c t   t h e   f i r s t   p r e s e a s o n   g a m e .     n e t s w o r l d   b r o o k l y n n e t s
w a s   g r e a t   t o   b e   b a c k   a t   t h e   c l a y ’ s   💯 💪 🏾     b r o o k l y n n e t s   n b a   n e t s w o r l d  
n b a   b r o o k l y n n e t s   l o s a n g e l e s l a k e r s   k y r i e i r v i n g   r e p o r t :   l a k e r s   w o n ' t   p u r s u e   k y r i e   i r v i n g   i n   f r e e   a g e n c y  
k a r e e m a b d u l j a b b a r   c a l l s   k y r i e i r v i n g   a   “ c o m i c a l   b u f f o o n ”     
 
 😆 🤣 😭   t h a t   h e   i s   a n d   m u c h   m o r e !   b r o o k l y n n e t s
b e n   s i m m o n s   i s   m a k i n g   h i s   n e t s   d e b u t   i n   2 0 2 2   p r e s e a s o n   🔥 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s d e b u t   b e n s i m m o n s d e b u t n e t s   b e n s i m m o n s h i g h l i g h t s   b e n s i m m o n s n e t s   b e n s i m m o n s t r a d e   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b e s t   t r a i l s   & a m p ;   t r a v e l   i s   a   p r o u d   s p o n s o r   o f   t h e   b r o o k l y n   n e t s .   c o m e   o u t   o n   o c t o b e r   1 9 t h   t o   b a r c l a y s   c e n t e r   t o   w a t c h   t h e m   p l a y   o n   o p e n i n g   n i g h t   🏀 
 
 b r o o k l y n n e t s   n e t s   b a r c l a y s c e n t e r   b r o o k l y n   n y c   n e w y o r k   c h a r t e r b u s   e x e c u t i v e c o a c h   b a s k e t b a l l   n y   s p o n s o r   o p e n i n g n i g h t   n b a  
g r e a t   t o   s e e   1 2   s h o o t i n g   3 s   a n d   p l a y i n g   d e f e n s e   a g a i n .   k e e p   t h a t   f o o t   h e a l t h y ,   j o e y   b u c k e t s !   b r o o k l y n n e t s
d o n t   b a s h   o p p o s i t e   t h i n k i n g ,   i n s t e a d   l i s t e n   c a r e f u l l y   a n d   c h o o s e   w h a t   u   b e l i k a r e e m a l j e i r v i n g   n b a   k y r i e   b a s k e t b a l l   l e b r o n j a m e s   k e v i n d u r a n t   l e b r o n   j a m e s h a r d e n   s t e p h e n c u r r y   b a l l i s l i f e   l a k e r s   k o b e b r y a n t   s t e p h c u r r y   n i k e   k   b r o o k l y n n e t s   n e t s   k o b e   k a r e e m  
p o s t   g a m e   t h r e a d :   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   1 2 7 - 1 0 8   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
n b a   b r o o k l y n n e t s   l o s a n g e l e s c l i p p e r s   d e n v e r n u g g e t s   b e n   s i m m o n s ,   k a w h i   l e o n a r d ,   j a m a l   m u r r a y ,   m i c h a e l   p o r t e r   j r .   r e t u r n   t o   a c t i o n  
    _ l i f e r s   _ n y _ b     d o l a n   e x e c u t i v e s   w i t h   b o t h   t h e   k n i c k s   a n d   n y r   h a v e   d e v e l o p e d   q u a l i t y   y o u n g   t a l e n t / g r e a t   l o c k e r   r o o m s .   b o t h   t e a m s   h e r e   t o   w o r k .     a l m o s t   u n h e a r d   o f   i n   p r o   s p o r t s   t e a m s .     l o o k   a t   t h e   b r o w n s   o r   b r o o k l y n n e t s   i f   a n y o n e   i s   c o n f u s e d   b y   w h a t   i   m e a n   l o l .
k y r i e   i r v i n g   o n   b e n   s i m m o n s :   “ h e ’ s   g o i n g   t o   l o v e   p l a y i n g   w i t h   u s ”   b e n s i m m o n s   b r o o k l y n n e t s   k y r i e i r v i n g  
b e n   s i m m o n s   m a k e s   n e t s   d e b u t   a f t e r   l o n g   w a i t           b r o o k l y n n e t s  
“ y o u   m a d e   m e   a   b e a s t ”   b e n   s i m m o n s   p u r p o s e l y   s c o r e d   h i s   f i r s t   n e t s   b u c k e t   a s   a   d u n k   a g a i n s t   s i x e r s     b r o o k l y n n e t s   n b a
s o   y e a h   t h i s   b r o o k l y n n e t s   t h i n g   c a n   w o r k . 
 
 r e b o u n d s   a r e   g o n n a   b e   a n   i s s u e ,   d e f e n s e   i s   g o n n a   b e   a   p r o b l e m ,   n a s h   s u c k s   a s   a   c o a c h   a n d   t h e   t e a m ' s   b e n c h   c o u l d   u s e   a   b i t   o f   w o r k . 
 
 b u t   e v e n   w i t h   a l l   t h a t   t h e y   g o t   k e v i n d u r a n t   w h i c h   m a k e s   e m   o n e   o f   t h e   t o p   t e a m s   i n   t h e   n b a   e a s t .  
o ’ s   t h o u g h t s   o n   s i x e r s   v s   n e t s   y e s t e r d a y   
 n e t s   n e t s w o r l d   n e t s o n y e s   b r o o k l y n n e t s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   -   f u l l   . . . 
   
 
   
 7 6 e r s v s n e t s   7 6 e r s v s n e t s l i v e   7 6 e r s v s n e t s p r e s e a s o n   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   n b a p r e s e a s o n  
" i ' m   g r a t e f u l   j u s t   t o   b e   a b l e   t o   s t e p   o n   t h a t   f l o o r , "   b e n s i m m o n s   s a i d .   " s t e p   o n   a n   n b a   f l o o r   a g a i n .   i   h a d   a   l o t   o f   f u n   o u t   t h e r e . "   n b a t w i t t e r   b r o o k l y n n e t s  
a s   i   w r o t e ,   " a r t   o r   a d v e r t i s i n g " ? 
 
 
 o r   m a y b e   a   r e - a f f i r m a t i o n   o f   b r o o k l y n n e t s   f a n d o m 
 b e l o n g b r o o k l y n 
 b a r c l a y s c e n t e r    
    _ n e t s _ w i n       b r o o k l y n n e t s   g a m e   w a s   🔥  
b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   w a s   o n   n b a   t v   ( u s ) .   w i t h   c o m m e n t a r y   f r o m   r y a n   r u o c c o .   c o - c o m m e n t a t o r   i s   s a r a h   k u s t o k .     f o r   m o r e   d e t a i l s   s e e     b r o o k l y n n e t s   p h i l a d e l p h i a e r s   n b a t v u s
g r e a t   t o   s e e   b e n   a n d   k d   s h a r i n g   a   l a u g h   o n   t h e   b e n c h . .   w o n d e r   w h a t   i t   w a s   a b o u t 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
m o r e   b r o o k l y n n e t s  
o f   c o u r s e   i   s a w   s t u f f   l i k e   t h i s   o n   t w i t t e r   l a s t   n i g h t ,   b u t   i   w a n t e d   t o   r e a l l y   w a t c h   t h e   b r o o k l y n n e t s   o n   📺   a n d   n o t   t h e   a p p    
s i m m o n s   o n   3 ?   w e l l   g o d d a m n   w e   g o t   t h i s   s e a s o n   b o i s s s s   n e t s   b r o o k l y n n e t s  
i   u s u a l l y   d o n ’ t   w a t c h   p r e - s e a s o n   g a m e s ,   b u t   i   n e e d   t o   s e e   t h i s   n e w / o l d   b r o o k l y n n e t s   t e a m   t o g e t h e r   a g a i n   f o r   t h e   f i r s t   t i m e .   n o w w a t c h i n g  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   3   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 3 6 e r s v s s u n s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   s u n s v s 3 6 e r s  
n o t   h a p p y   l o s i n g   a r e   f i r s t   p r e s e a s o n     g a m e   b u t   g o o d   t o   s e e   s i m m o n s   d o i n g   b i t s   b r o o k l y n n e t s   👏 🏾
n b a v i d e o s :   b e n   s i m m o n s   s l a m s   h o m e   h i s   f i r s t   n e t s   b u c k e t !   
   
 
   
 b a s k e t b a l l   b a s k e t b a l l v i d e o s   b r o o k l y n n e t s   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 0 9   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v l o g   t e a m 1 6 1 0 6 1 2 7 5 1   v i d e o   v i d e o s   v l o g  
p o s t   g a m e   t h r e a d :   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   1 2 7 - 1 0 8 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s .   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
b r o o k l y n n e t s   c u r r y b r o t h e r s 
   s o   y o u   b e e n   a   t e a m a t e   o f   b o t h   c u r r y   b r o t h e r s ,   i n   y o u r   o p i n i o n   h o w   g o o d   i s   s e t h   c u r r y   a s   a   p l a y e r   ?   3 p   s h o o t e r ,   b a l l   h a n d l e r ,   p a s s e r   a n d   s u c h .   i   g e t   s t e p h e n   t h e   b e t t e r   o n e   b u t   d o   y o u   t h i n k   s e t h   c a n   b e c o m e   o n   s i m i l a r   l e v e l   a s   h i s   b r o t h e r ?
b e n   s i m m o n s   p l a y e d   a   g a m e   o f   b a s k e t b a l l . 
 
 t h e   e n d   i s   n i g h . . . . . 
 
 n b a 
 b r o o k l y n n e t s
a n y b o d y   t h i n k   t h i s   m a n   d i d n ' t   f e i g n   a   m e n t a l   i l l n e s s 2   c o l l e c t   a   n b a   p a y c h e c k ? 
 i m   c e r t a i n   h e   w a s @   a l l   t i m e s   w e l l   e n o u g h 2   g e t   p a i d   b y   7 6 e r s   a n d   2 f o r c e   a   t r a d e . 
 n o t   s u r e   a n y   t e a m   o t h e r   t h a n   t h e   b r o o k l y n n e t s   c a r e d   l e s s   a b o u t   c h a r a c t e r   w h e n   t r a d i n g   f o r   h i m . 
  
h e ’ l l   m a k e   a   b i g   d i f f e r e n c e   f o r   b r o o k l y n   t h i s   s e a s o n .   h e   m a y   n e v e r   s h o o t   🤷 ‍ ♂ ️ .   b e n s i m m o n s   b r o o k l y n t o g e t h e r   b r o o k l y n n e t s   n e t s   k d   k y r i e   s t e v e n a s h   n b a   n b a p r e s e a s o n   n b a t w i t t e r   i n t h e s h e d   w e s a n d e r s o n   t o o l s   p o l i t i c s   s p o r t s   p a r a n o r m a l   n e w s   p o d c a s t s   s p o t i f y   y o u t u b e  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
i s   a n y b o d y   e l s e   n o t   a b l e   t o   w a t c h   t h e   g a m e   b e c a u s e   o f   t h i s ? 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
  a w e s o m e ! ! 
 n e t s   n e t s t w i t t e r   n e t s w o r l d   b r o o k l y n n e t s   n b a   n b a t w i t t e r
n e w   1 0 t h   a n n i v e r s a r y   c e n t e r   c o u r t   l o g o   t o   c e l e b r a t e   a   d e c a d e   o f   t h e   n e t s   i n   b r o o k l y n !   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
b e n   s i m m o n s   d e b u t s   w i t h   b r o o k l y n   n e t s   a n d   t w i t t e r   r e a c t s   |   b e n   s i m m o n s   h i g h l i g h t s 
 
 b e n s i m m o n s   b r o o k l y n n e t s  
7 6 e r s   o p e n   p r e - s e a s o n   w i t h   a   1 2 7 - 1 0 8   w i n   o v e r   t h e   b r o o k l y n   n e t s !   🔔 
 
 t y r e s e   m a x e y :   2 0   p t s ,   3   a s t 
 f u r k a n   k o r k m a z :   1 5   p t s ,   4   a s t 
 
 7 6 e r s   b r o o k l y n n e t s   n b a p r e s e a s o n  
b e n   s i m m o n s   s l a m s   i t   d o w n   f o r   f i r s t   p o i n t s   i n   b r o o k l y n   n e t s   d e b u t   |   n b a   o n   e s p n 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
d o n ’ t   w o r r y   a b o u t   t h i s   g a m e   m a n .   w e   g o t   g o o d   g u y s   g o o d   m o v e m e n t s !   t h e   n e t s   c a n   s t i l l   w i n   i t   a l l   m a n !   i   b e l i e v e   b r o o k l y n n e t s   !   n e t s w o r l d !
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s  
i t ’ s   g r e a t   t o   s e e     b a c k   o n   t h e   c o u r t   a g a i n .   i f   y o u ’ r e   s t i l l   h a t i n g   o n   h i m   a t   t h i s   p o i n t   y o u ’ r e   j u s t   a   h a t e r … a n d   t h a t ’ s   a   d i f f e r e n t   s t o r y   n b a   n b a p r e s e a s o n   b r o o k l y n n e t s
j o e   h a r r i s 👉 🏼   k e v i n   d u r a n t 
 
 b a s k e t b a l l   i s   b a c k   i n   b r o o k l y n 🔥 
 
 n e t s   b r o o k l y n n e t s   n b a t w i t t e r   n b a p r e s e a s o n   

k y r i e   " t h e   g l o v e "   i r v i n g   
 b r o o k l y n n e t s  
t h e   n e t s   c o u l d   b e   s c a r y   n e x t   y e a r   n b a     b r o o k l y n n e t s
t h i s   i s   b e a u t i f u l   b r o o k l y n n e t s
b e n   s i m m o n s   o u t   t h e r e   h o o p i n g !   😎 
 b r o o k l y n n e t s   n e t s w o r l d
i ' m   e n j o y i n g   t h e   b e n   s i m m o n s   a c t i o n   f o r   b r o o k l y n .     h e   l o o k s   g o o d   o u t   t h e r e .   n i c e   p a s s   t o   c l a x t o n   f o r   a   d u n k   o n   t h e   f a s t   b r e a k .   n b a   b r o o k l y n n e t s   n e t s
i t ' s   p r e s e a s o n .     c a l m   d o w n   p e o p l e .     i t ' s   t h e   f i r s t   g a m e .     b r e a t h e . .     c a n ' t   b e l i e v e   s o m e   o f   t h e   t w e e t s   i   a m   s e e i n g .     g i v e   t h i s   t e a m   t i m e   t o   g e l   a   l i t t l e   m o r e . . . .     i   w a s n ' t   e x p e c t i n g   t h e m   t o   b e   p e r f e c t   t h e   f i r s t   p r e s e a s o n   g a m e .     n e t s w o r l d   b r o o k l y n n e t s
o h   m y   g o o d n e s s   r o y c e   o n e a l ,   m i s s   u   😢   n b a   u t a h j a z z   b r o o k l y n n e t s
t h i s   i s   a t r o c i o u s   😭 b r o o k l y n n e t s
  f i n d s     i n   t r a n s i t i o n ‼ ️   n b a   n b a t w i t t e r   b r o o k l y n n e t s  
w h y   d o e s   b e n   s i m m o n s   k e e p   p i c k i n g   u p   h i s   d r i b b l e   b r o o k l y n n e t s
    n e e d   t o   g o   g e t   w h i t e s i d e .   t h i s   t e a m   i s   s t i l l   v e r y   s m a l l   a n d   w o n ' t   r e b o u n d   w e l l .   d o n ' t   k n o w   h o w   s e a n m a r k s   h a v e n ' t   f i l l e d   t h i s   h u g e   h o l e   y e t .   i t ' s   b e e n   l i k e   t h i s   f o r   a   f e w   s e a s o n s   n o w .   n b a   b r o o k l y n n e t s
k y r i e 💪   b r o o k l y n n e t s
i ’ m   s o   h a p p y   h o o p   i s   b a c k !     m y   n e t s   p l a y   t o m o r r o w !     l e t ’ s   g o !     b r o o k l y n n e t s
j u s t   f o u n d   o u t   i   c a n ' t   w a t c h   b r o o k l y n n e t s   o n     u n l e s s   i   p a y   e x t r a   t o   w a t c h   o n   a n   a p p ?   t h i s   i s   o u t r a g e o u s .
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a   n b a   b r o o k l y n  
b r o o k l y n   n e t s   a b o u t   t o   g e t   t h i s   w ,   l e t s   g o ! ! !   w e g o h a r d   b r o o k l y n n e t s
b a s k e t b a l l   i s   a b o u t   t o   b e   b a c k ! ! !   p r e s e a s o n   h e r e   w e   c o m e   🏀   b r o o k l y n n e t s   n e t s v s 7 6 e r s   p a t t y m i l l s   c l a x   s e t h c u r r y
b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e   s t r e a m   -   n b a   -   p r e - s e a s o n   ( b a s k e t b a l l ) 
 
 w a t c h   b r o o k l y n   n e t s   l i v e   s t r e a m   a g a i n s t   p h i l a d e l p h i a   7 6 e r s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a  
🏀   b a s k e t b a l l :   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   -   n b a 
 ⏰   0 6 . 3 0   u t c + 7 
 ➡     
 
 b a s k e t b a l l   a m e r i c a n   u s a   a m e r i c a n b a s k e t b a l l   b a s k e t b a l l l o v e r s   n b a   p h i l a d e l p h i a 7 6 e r s   b r o o k l y n n e t s
b r o o k l y n   n e t s   p r e s e a s o n   b e g i n   t o n i g h t   🔥 🔥 🔥   n e t s   n a t i o n   b i h   😤 😤 😤   b r o o k l y n n e t s   n e t s n a t i o n  
l e t s   g o   n e t s ! ! !   b r o o k l y n n e t s
l o n g   i s l a n d   n e t s   l e g e n d   c r a i g   r a n d a l l   g o e s   o f f   f o r   3 5   p o i n t s   a g a i n s t   t h e   p h o e n i x   s u n s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 0 0
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 0
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 9
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 8
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 7
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 6
f i n a l l y   t h e y   d o   s o m e t h i n g   r i g h t .   t h a t ’ s   a   t r a d i t i o n a l   l i n e - u p   w i t h   a n   o f f e n s i v e   & a m p ;   d e f e n s i v e   b a l a n c e .   a l l   w e   n e e d   i s   f o r   t h e   r o t a t i o n s   t o   b e   o n   p o i n t   n o w .   b r o o k l y n n e t s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 5
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 4
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 3
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 2
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 1
n b a   b r o o k l y n n e t s   s i x e r s   
 c o n f i r m e d   s t a r t i n g   l i n e u p   f o r     t o n i g h t !  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 x  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t 
 x  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
t r e a t i n g   m y s e l f   t o   t h e   n e w   b i g   3 .     l o b s t e r   r o l l   +   p r e t z e l   +   k d .       
 s o   f a r ,   s o   g o o d .       l e t s   g o   n e t s 
 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a 
 w  
  l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a
b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a 2 k 2 3   b a s k e t b a l l   n b a   p h i l a d e l p h i a   n b a t w i t t e r   
 l i v e l i n e   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e s t r e a m   
                                             🇺 🇸 l i n k 🏀 🗑 ️ 
 
                                                       ⬇ ️ 
 

n b a   p r e v i e w   2 0 2 2 - 2 3   :   l e s   b r o o k l y n   n e t s 
   
 
   
 a p é r o t r a s h t a l k   a t l a n t i c d i v i s i o n   b a s k e t   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   e m i s s i o n  
g a m e   t h r e a d :   p h i l a d e l p h i a   7 6 e r s   ( 0 - 0 )   a t   b r o o k l y n   n e t s   ( 0 - 0 )   o c t   0 3   2 0 2 2   7 : 3 0   p m 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
k y r i e   i r v i n g :   n e t s   x - f a c t o r   b y   _ s a y s   
 n e t s w o r l d   k y r i e i r v i n g   b r o o k l y n n e t s   o t b n 

m a n   i ’ v e   n e v e r   b e e n   t h i s   e x c i t e d   t o   w a t c h   a   p r e s e a s o n   g a m e ! !   i ’ m   r e a d y   t o   o v e r r e a c t   🤣 
 
 b r o o k l y n n e t s
t o n i g h t s   s t a r t i n g   l i n e u p s ,   f r o m     7 - 1 0 - 1 1   p l a y i n g   c o n f i r m e d !   b r o o k l y n n e t s   s i x e r s   n e t s w o r l d   n b a   n b a p r e s e a s o n 2 0 2 2   k d   b e n 1 0   k y r i e i r v i n g  
b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
w e   b a c k   y ’ a l l   
 
 b r o o k l y n n e t s  
g o l d e n   s t a t e   w a r r i o r s   v s .   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
n b a   b r o o k l y n n e t s   k a r e e m a d b u l j a b a r   k y r i e i r v i n g   n b a   l e g e n d   k a r e e m   a b d u l - j a b b a r :   k y r i e   i r v i n g   i s   a   ' c o m i c a l   b u f f o o n '  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b e n   s i m m o n s   m a k e s   h i s   n e t s   d e b u t   t o d a y   -   a g a i n s t   j o e l   e m b i i d   a n d   7 6 e r s !   😤 🍿 
 
 w h o   y o u   g o t ? 
 
 b e n s i m m o n s   b r o o k l y n n e t s   j o e l e m b i i d   7 6 e r s   n b a p r e s e a s o n  
m o n ,   3 r d   o c t :   b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   -   o d d   @   1 . 9 
 m o r e   d e t a i l s   o n :   
 b a s k e t t i p s   b a s k e t p r e d i c t i o n   b a s k e t b a l l b e t s   n b a p r e s e a s o n   u s a b a s k e t
s e e m s   l i k e   k d   b e a t   t h e   ‘ u n n a m e d   n e t s   p l a y e r ’   b a b y   d a d d y   a l l e g a t i o n s   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
“ i r v i n g   i s   a   c o m i c a l   b u f f o o n ”   k a r e e m   a b d u l   j a b b a r   d e s t r o y s   k y r i e   i r v i n g   f o r   s h a r i n g   a l e x   j o n e s   c l i p     b r o o k l y n n e t s   l a l a k e r s
  l e t ' s   g o   b r o o k l y n n e t s   n e t s l e v e l   n e t s   🏀 🏀 🏀
a t   b a r c l a y s c e n t e r   o v e r   1 0   y e a r s ,   ( r e l a t i v e )   b o o m - a n d - b u s t   b r o o k l y n n e t s   a t t e n d a n c e ,   n o w   r i s i n g   a s   t e a m   i m p r o v e s . 
 
 g a t e   c o u n t   a l w a y s   t r a i l s   o f f i c i a l   f i g u r e s . 
 a t t e n d a n c e   %   w o u l d   r a n k   e v e n   h i g h e r   ( b c   o f   s m a l l e r   a r e n a )
w i l l   t h e   n e t s   o v e r c o m e   t h e   d r a m a   & a m p ;   m a k e   i t   t o   t h e   f i n a l s ?   c l i c k   l i n k   f o r   f u l l   v i d e o . 
 
 e d i t e d   b y   c a n t v       n b a   n b a t w i t t e r   b a s k e t b a l l   n b a p r e s e a s o n   n e t s   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s 
 c a n t v   n b a o f f s e a s o n  
k y r i e   i r v i n g   b r o o k l y n   n e t s   m e d i a   . . . 
   
 
   
 a a r o n h i c k s   a a r o n j u d g e   a l e x r o d r i g u e z   a r o l d i s c h a p m a n   a t l a n t i c d i v i s i o n   b a b e r u t h   b a s e b a l l   b a s k e t b a l l   b r a w l   b r o o k l y n n e t s   c l i n t f r a z i e r   c o r e y k l u b e r   d e a n d r e j o r d a n   d e r e k j e t e r   d j l e m a h i e u   e a s t e r n c o n f e r e n c e  
j a m e s   h a r d e n   " f i g u r i n g   t h i n g s   o u t "   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s n e w s   7 6 e r s t r a i n i n g c a m p   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j a m e s h a r d e n h i g h l i g h t s   j o e l e m b i i d   n b a   n b a n e w s   n b a p r e s e a s o n   n b a t r a i n i n g c a m p  
s o o n . . .   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e t s   n e w y o r k   n e w y o r k c i t y  
b e n   s i m m o n s   w i t h   t h e   s h o t   b o i i .   b e n s i m m o n s   n e t s   b r o o k l y n   b r o o k l y n n e t s  
b e n   s i m m o n s   c a s u a l l y   a i r b a l l i n g   o n   n e t   d a y   n b a   b r o o k l y n   n b a t w i t t e r   n b a 2 k 2 3   n e t s   h o h  
b e n   s i m m o n s   a i r b a l l s   a t   b r o o k l y n   n e t s   d a y   w h i l e   k y r i e   a n d   k e v i n   h a n g   o u t   w i t h   e a c h   o t h e r .   t i k t o k   -   a s t e v e r s o n   🏀 

n e t s   a l l   a c c e s s   p r a c t i c e   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
  t h e   a n n o u n c e r   g o t   d e a n d r e   c h i l i '   j o r d a n   t e x a s a m   a g g i e s   b r o o k l y n   n e t s ’ s   n a m e   w r o n g   😭    
b r o o k l y n   n e t s   2 t   c o l o r   p a c k   5 9 f i f t y   -   g r a p h i t e ,   r e d ,   w h i t e   n o w   a v a i l a b l e   f r o m   e c a p s u n l i m i t e d 
 
 n e w d r o p   e i g h t y 8 f i t s   c a p s u n l i m i t e d   n b a   b r o o k l y n n e t s   n e t s   w e g o h a r d   b r o o k l y n   n e w y o r k   2 t   c o l o r   p a c k   5 9 f i f t y   g r a p h i t e   r e d   w h i t e 
 

k e v i n   d u r a n t     a t     a n n u a l   p r a c t i c e i n t h e p a r k   h e r e   i n   b r o o k l y n     
 n b a   n e t s   b a s k e t b a l l   b r o o k l y n   n e w y o r k   e s p n   @   b r o o k l y n ,   n e w   y o r k  
2 0 0 !   t h a n k   y o u   n e t s   n a t i o n   🤍 🖤   n e t s w o r l d   n e t s   n a t i o n   l e t s g o n e t s   b r o o k l y n
l o o k   a t   h o w   b e n   s i m m o n s   i s   a b l e   t o   b e   p h y s i c a l   a t   t h e   p o i n t ,   a p p l y   a m p l e   p r e s s u r e ,   a n d   s t a y   i n   f r o n t   o f   t h e   b a l l   a n d   m a k e   p l a y s   
 c a n   b e   a n   e l i t e   a d d i t i o n   f o r   t h e   n e t s !   n b a   b r o o k l y n   s i m m o n s  
[ w i n f i e l d ]   n e t s   f a n s   j u s t   b o o e d   s t e v e   n a s h   w h e n   h e   w a s   i n t r o d u c e d   a t   p r a c t i c e   i n   t h e   p a r k .   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
o p e n   p r a c t i c e   🏀   i t   w a s   a n   e x c i t i n g   d a y   f o r     f a n s   s u n d a y   o v e r   i n   d u m b o   w h e r e   t h e   t e a m   h o s t e d   t h e i r   s i x t h   a n n u a l   o p e n   p r a c t i c e   a t   b r o o k l y n   b r i d g e   p a r k . 
 

o p e n   p r a c t i c e   🏀   i t   w a s   a n   e x c i t i n g   d a y   f o r     f a n s   s u n d a y   o v e r   i n   d u m b o   w h e r e   t h e   t e a m   h o s t e d   t h e i r   s i x t h   a n n u a l   o p e n   p r a c t i c e   a t   b r o o k l y n   b r i d g e   p a r k . 
 

  l e t ' s   g o   b r o o k l y n     n e t s   n b a   n f t   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k   n f t s   n b a y c   n f t c o m m u n i t y   l e t ' s   p l a y   e n s   

🚨   j u s t   c o n f i r m e d !   t h e   b r o o k l y n   n e t s   h a v e   s   . . . 
   
 
   
 2 0 2 2 n b a f r e e a g e n c y   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s 2 0 2 2   b r o o k l y n n e t s f r e e a g e n c y   b r o o k l y n n e t s f r e e a g e n c y 2 0 2 1   b r o o k l y n n e t s f r e e a g e n t s   b r o o k l y n n e t s h i g h l i g h t s   b r o o k l y n n e t s n e w s  
c a m   t h o m a s   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a m t h o m a s   c a m   t h o m a s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
m a r k i e f f   m o r r i s   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r k i e f f m o r r i s   m a r k i e f f   m o r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
k y r i e :   n e t s   t r y   t o   e r a s e   w e a k n e s s e s ,   a l t e r   i m a g e   b r o o k l y n   n e t s   n b a  
r o y c e   o ' n e a l e   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r o y c e o ' n e a l e   r o y c e   o ' n e a l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
n e t s   f a n s   a r e   y o u   r e a d y   f o r   p r a c t i c e i n t h e p a r k   t o m o r r o w ? !     n e t s d j   n b a d j   b r o o k l y n   @   p i e r   2   b r o o k l y n   b r i d g e   p a r k   s y n l a w n   f i e l d  
1 0 0 !   t h a n k   y o u   n e t s   n a t i o n   🤍 🖤   n e t s   t h a n k y o u   b r o o k l y n   n b a
l e b r o n   j a m e s ,   a n t h o n y   d a v i s   a n d   t h e   l a k e r s   a r e   b a c k   i n   t h e   n b a f i n a l s   g o i n g   a g a i n s t   t h e   r e d   h o t   n e t s . 
 
 t h e   s e a s o n   3   n b a   f i n a l s   i s   l i v e 
   
 
 l o s a n g e l e s l a k e r s   b r o o k l y n n e t s   l a   l a k e r n a t i o n   b r o o k l y n   k d   k y r i e i r v i n g   k y r i e   y o u t u b e   n b a 2 k 2 3   n b a 2 k 2 2
m y   r e a d   o n   t h e   b r o o k l y n   n e t s '   d e p t h   c h a r t   f o r   f a n t a s y : 
 
 p g   b e n   s i m m o n s 
 s g   k y r i e   i r v i n g 
 s f   j o e   h a r r i s 
 p f   k e v i n   d u r a n t 
 c   n i c   c l a x t o n 
 6   r o y c e   o ' n e a l e 
 7   s e t h   c u r r y   ( i n j u r e d ) 
 8   m a r k i e f f   m o r r i s 
 9   e d m o n d   s u m n e r 
 1 0   p a t t y   m i l l s 
 
 n e t s   b r o o k l y n   n b a   n b a t w i t t e r     f a n t a s y
h o w   i m e   u d o k a ' s   f a l l o u t   w i t h   b o s t o n   c e l t i c s   c o u l d   s a v e   t h e   b r o o k l y n   n e t s 
 
 
 
 n b a   b r o o k l y n t o g e t h e r   n e t s   b r o o k l y n   b l e e d g r e e n   b o s t o n   c e l t i c s   t r u e t o a t l a n t a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   g o s p u r s g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k   n b a p r e s e a s o n
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w :   w h y   y o u   s h o u l d   t a k e   t h e   o v e r   o n   n e t s '   s t a r s   b r o o k l y n   n e t s   n b a  
b r o o k l y n   n e t s   2 0 2 2   s t a t e m e n t   j e r s e y 
 . 
 . 
 
 
 
 n b a   n b a t w i t t e r   b r o o k l y n   n e t s   n e t s w o r l d   b k n   j e r s e y   w a l l p a p e r  
g r e e n   g o b l i n   s u b w a y   a t t a c k   c r e w   i d ' d   b y   n y p d   -     v i a     -   y a n k e e s   m e t s   n e t s   k n i c k s   b r o o k l y n   q u e e n s   n j t r a n s i t   m t a   p o l i c e   f b i   n y c   a l b a n y   c n n   f o x n e w s   m l b   n f l   n b a   m e t o o   n e w y o r k   n e w y o r k c i t y   b i d e n   u s a   t r u m p   n c a a   n y u   a a r o n j u d g e
p o s t   g a m e   t h r e a d :   t h e   m i a m i   h e a t   d e f e a t   t h e   b r o o k l y n   n e t s   1 0 9 - 8 0   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
d a y ' r o n   s h a r p e   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a y ' r o n s h a r p e   d a y ' r o n   s h a r p e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n   b r o o k l y n   n e t s   n b a   v i d e o :  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
s h a r p e   b a c k   d o w n   b u c k e t   n b a   b a s k e t b a l l   n e t s   b r o o k l y n   d a y r o n s h a r p e   n b a t w i t t e r  
c a m   t h o m a s   a n d   1 .   n b a   b a s k e t b a l l   n b a t w i t t e r   b r o o k l y n   n e t s   c a m t h o m a s  
c a m   t h o m a s   f i n i s h e s   a t   t h e   r i m .   n b a   b a s k e t b a l l   b r o o k l y n   n e t s   c a m t h o m a s   n b a t w i t t e r  
d a y ’ r o n   s h a r p e   n b a   b a s k e t b a l l   n b a t w i t t e r   b r o o k l y n   n e t s   d a y r o n s h a r p e  
w a t a n a b e   b l o c k   a t   t h e   r i m .   n b a   b a s k e t b a l l   n b a t w i t t e r   n e t s   b r o o k l y n   y u t a w a t a n a b e   b l o c k  
m a r k i e f f   p u t   b a c k .   n b a   b a s k e t b a l l   b r o o k l y n   n e t s   m a r k i e f f m o r r i s   n b a t w i t t e r  
d o   w e   c o n s i d e r   t h i s   a   b e n   s i m m o n s   j u m p e r ?     h e   s h o u l d   b e   s h o o t i n g   r i g h t   h a n d e d .   n b a   b a s k e t b a l l   n b a t w i t t e r   b e n s i m m o n s   n e t s   p r e s e a s o n   b r o o k l y n  
m a r k i e f f   m o r r i s   t o   t h e   c u p .   n b a   b a s k e t b a l l   n e t s   m a r k i e f f m o r r i s   n b a t w i t t e r   p r e s e a s o n   b r o o k l y n  
d u r a n t   a n d   1   n b a   b a s k e t b a l l   n b a t w i t t e r   k d   k e v i n d u r a n t   n e t s   e a s y m o n e y s n i p e r   b r o o k l y n  
b r o o k l y n   n e t s   a r e   g o i n g   t o   b e   a r s e   t h i s   s e a s o n .   b r o o k l y n   n b a
d e a r   n e t s   f a n s ,   s t o p   b e i n g   n e g a t i v e   i t ’ s   t h e   o n l y   s e c o n d   g a m e !   w e   g o n n a   w i n   t h i s   m a t c h !   y a   k n o w !   l e t ’ s   g o   n e t s !   n e t s   b r o o k l y n   !         !
b e n   s i m m o n s   n e e d s   t o   s t a r t   l o o k i n g   f o r   h i s   s h o t .   h e ' s   g o o d   e n o u g h . 
 b e n s i m m o n s   n e t s   b r o o k l y n   n b a
b r o o k l y n   n e t s   t e a m   h e a 5 9 f i f t y   -   b l a c k ,   w h i t e ,   o r a n g e   n o w   a v a i l a b l e   f r o m   e c a p s u n l i m i t e d 
 
 n e w d r o p   e i g h t y 8 f i t s   c a p s u n l i m i t e d   n b a   b r o o k l y n n e t s   n e t s   w e g o h a r d   b r o o k l y n   n e w y o r k   t e a m   h e a r t   5 9 f i f t y   b l a c k   w h i t e   o r a n g e 
 

🐍 🧁 “ s o   m a n y   p e o p l e   d o u b t e d   m e .   t h e y   m o t i v a t e d   m e   e v e r y   s i n g l e   d a y ,   t o   b e   w h o   i   a m . ” 🧁 🐍 
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   b r o o k l y n   b r o o k l y n n e t s   n e t s   n e t s a r t   n e t s b a s k e t b a l l   b a s k e t b a l l   b a s k e t b a l l a r t   s p o r t s   a r t   g r a p h i c d e s i g n   b a s k e t b a l l d e s i g n   f r a n c h i s e   f r a n c h i s e d e s i g n s  
i n   g r e e n   ☘ ️   i   l o o k   a m a z i n g ,   y e a h   y e a h   t h a t ' s   t r u e   🤟 
 
 b l a k e g r i f f i n   b o s t o n c e l t i c s   n b a   n b a i n a b u d h a b i   b r o o k l y n   n e t s   l a k e r s  
t o n i g h t   t h e   b r o o k l y n   n e t s   h o s t   t h e   m i a m i   h e a t ,   i n   g a m e   2   o f   t h e   p r e s e a s o n ,   a t   7 : 3 0   🕢   o n       b r o o k l y n   n e t s   n b a   b r o o k l y n t o g e t h e r
d r a y m o n d   g r e e n   h a s   h i g h   e x p e c t a t i o n s   f o r   b e n   s i m m o n s   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e t s   n e w y o r k   n e w y o r k c i t y  
s h o p   n e t s w o r l d       f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   b r o o k l y n n e t s   b r o o k l y n   n e t s   n e t s n a t i o n   b k   b k n e t s
g o v e r n o r     h o c h u l   c a n   p r o t e c t   t h o u s a n d s   o f   a n i m a l s   b y   s i g n i n g   t h e   p u p p y   m i l l   p i p e l i n e   b i l l   -     -   n y c   n y p d   a l b a n y   b r o o k l y n   n e t s   k n i c k s   y a n k e e s   m e t s   c n n   f o x n e w s   w f a n   e s p n   a b c   n b c   c b s   n e w s   t w i t t e r   p e t   p e t s   d o g   d o g s   f a c e b o o k     m e t a v e r s e
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b r o o k l y n   n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b k l y n   b r o o k l y n n e t s   b r o o k l y n   n e t s   k e v i n d u r a n t   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
📣   n e w   p o d c a s t !   " b e n   s i m m o n s   r e v e n g e   t o u r "   o n     7 6 e r s   b e n s i m m o n s   b r o o k l y n   m a d o   n b a   n e t s   n e t s w o r l d   r e v e n g e   s e a s o n   s i m m o n s   s r n o w   t o u r  
b r o o k l y n   n e t s   g e t   d i s c o u r a g i n g   i n j u r y   n e w s   t o   b e g i n   2 0 2 2 - 2 3   s e a s o n 
 
 
 
 n b a   b r o o k l y n t o g e t h e r   b r o o k l y n   n e t s   b l e e d g r e e n   l a k e s h o w   l a k e r s   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   f e a r t h e d e e r   b u l l s n a t i o n   d u b n a t i o n
k y r i e   i r v i n g   d r a g g e d   b y   k a r e e m   a b d u l - j a b b a r   f o r   r e p o s t i n g   c o v i d   c o n s p i r a c y   t h e o r i e s .     k y r i e i r v i n g ,   k a r e e m a b d u l j a b b a r ,   n b a ,   b r o o k l y n ,   n e t s ,   c o v i d ,   c o r o n a v i r u s ,   c o v i d 1 9
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   b e n   s i m m o n s ,   k y r i e   i r v i n g   a n d   b r o o k l y n   n e t s   w o r t h   a   w a g e r   a f t e r   n e w   b i g   3   d e b u t s   –       b e n   b i g   b r o o k l y n   d e b u t s
a l l   a b o u t   r e t u r n s !   b e n   s i m m o n s   r e t u r n s   a m i d   n e w   b i g   3   e r a   f o r   n e t s     |   n b a   t o d a y   b r o o k l y n   n e t s   n b a   v i d e o :  
a t   n y u   s t u d e n t s   w e r e   f a i l i n g   o r g a n i c   c h e m i s t r y .   w h o   w a s   t o   b l a m e ?   -     -   n y c   n y p d   m e t s   y a n k e e s   k n i c k s   n e t s   b r o o k l y n   c n n   f o x n e w s   c o n g r e s s   s c h o o l s   s c h o o l   n c a a   c o l l e g e   u n i v e r s i t y   d o c t o r   m e d i c a l s t u d e n t   p h y s i c i a n s   m e d i c a l c o l l e g e s   t e a c h i n g
j o e   h a r r i s   a n d   b e n   s i m m o n s   b e i n g   o n   t h e   c o u r t   l a s t   n i g h t   w a s   g r e a t   t o   s e e .   b o t h   m o v e d   w e l l .   s e e i n g   t h e   r e s u l t s   o f   t h e i r   l o n g   r o a d s   t o   r e c o v e r y   b r o o k l y n   n e t s  
b e s t   t r a i l s   & a m p ;   t r a v e l   i s   a   p r o u d   s p o n s o r   o f   t h e   b r o o k l y n   n e t s .   c o m e   o u t   o n   o c t o b e r   1 9 t h   t o   b a r c l a y s   c e n t e r   t o   w a t c h   t h e m   p l a y   o n   o p e n i n g   n i g h t   🏀 
 
 b r o o k l y n n e t s   n e t s   b a r c l a y s c e n t e r   b r o o k l y n   n y c   n e w y o r k   c h a r t e r b u s   e x e c u t i v e c o a c h   b a s k e t b a l l   n y   s p o n s o r   o p e n i n g n i g h t   n b a  
p o s t   g a m e   t h r e a d :   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   1 2 7 - 1 0 8   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
t h a n k s   f o r   s p e a k i n g   o u t   o n   k y r i e i r v i n g   k a r e e m a b d u l j a b b a r !   👏   h e ’ s   a   h u g e   d u m b a z z   & a m p ;   i t ’ s   a b o u t   t i m e   t h a t   s o m e o n e   s a i d   i t !   b r o o k l y n   n e t s   n b a t w i t t e r   n b a   h a l l o f f a m e r   h o f
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
j o e   h a r r i s   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o e h a r r i s   j o e   h a r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
c a m   t h o m a s   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a m t h o m a s   c a m   t h o m a s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
k y r i e   i r v i n g   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y r i e i r v i n g   k y r i e   i r v i n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
y u t a   w a t a n a b e   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 y u t a w a t a n a b e   y u t a   w a t a n a b e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
r o y c e   o ' n e a l e   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r o y c e o ' n e a l e   r o y c e   o ' n e a l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
n i c   c l a x t o n   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i c c l a x t o n   n i c   c l a x t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   3   |   2 0 2 2   n b a   p r e s e a s o n   b r o o k l y n   n e t s   n b a   v i d e o :  
n i c   c l a x t o n   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i c c l a x t o n   n i c   c l a x t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
' g r a t e f u l '   s i m m o n s   m a k e s   h i s   d e b u t   w i t h   n e t s   b r o o k l y n   n e t s   n b a  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
n e w   1 0 t h   a n n i v e r s a r y   c e n t e r   c o u r t   l o g o   t o   c e l e b r a t e   a   d e c a d e   o f   t h e   n e t s   i n   b r o o k l y n !   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
b r o o k l y n   i n j u r y   s p o r t s 
 d a m a g e   r e p o r t :   s e t h   c u r r y   a n d   t j   w a r r e n   o u t   f o r   b r o o k l y n   n e t s   v s   7 6 e r s   
  
i ’ m   i n   a   n e t s   b r o o k l y n   s p a c e   a n d   t h e y   a r e   s o   d o w n   b a d .   i ’ m   l i s t e n i n g   t o   t h e m   s u g g e s t i n g     i s   t h e   a n s w e r   a n d   i s   b e t t e r   t h a n     …   t h a n k   y o u   f o r   t h e   d r a f t   p i c k s
b e n   s i m m o n s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   n e t s   b r o o k l y n   n e t s   n b a   v i d e o :  
j u l i a n   c h a m p a g n i e   h i g h l i g h t s   -   n e t s   v s .   7 6 e r s   -   3 r d   o c t   2 0 2 2 
 
 
 n b a   j u l i a n   c h a m p a g n i e   b k n   p h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b r o o k l y n   n e t s   p h i l a d e l p h i a   7 6 e r s
n b a   p r e s e a s o n   a n d   g o l d e n   s t a t e   w a r r i o r s '   p r o m i s i n g   y o u n g   c o r e 
 
 
 
 n b a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   s i x e r s   b u c k s
k y r i e   i s   j u s t   t o o   n i c e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   k y r i e   i r v i n g   e u r o s t e p   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
b u r n i n g   q u e s t i o n s   t h e   f a n s   n e e d   a n s w e r e d   d u r i n g   l a k e r s   p r e s e a s o n 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l o s a n g e l e s   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   d u b n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   s i x e r s   b u c k s
b e n   d u n k s   i t   f o r   h i s   f i r s t   n e t ' s   b u c k e t 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   b e n   s i m m o n s   d u n k   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
l a k e r s   f a n s   w i l l   s h u d d e r   a t   t h i s   r u s s e l l   w e s t b r o o k   c l i p   f r o m   t r a i n i n g   c a m p 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l o s a n g e l e s   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   d u b n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   s i x e r s
b e n   s i m m o n s   s l a m s   i t   d o w n   f o r   f i r s t   p o i n t s   i n   b r o o k l y n   n e t s   d e b u t   |   n b a   o n   e s p n   b r o o k l y n   n e t s   n b a   v i d e o :  
i d g a f   b e n s i m m o n s   s t i l l   c a n ’ t   s h o o t / i s   s c a r e d   t o   s h o o t !   w e s t b r i c k !   🤣   p h i v s b k n   n e t s   7 6 e r s   p h i l l y   b r o o k l y n   n b a p r e s e a s o n 2 0 2 2   n b a t w i t t e r   n b a
n e w   l a k e r s   r o l e   p l a y e r   i s   a l r e a d y   c o m m i t t i n g   l o n g - t e r m   t o   l a 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l o s a n g e l e s   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   d u b n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   t a k e n o t e   s i x e r s
3   r e a s o n s   w h y   t h e   s i x e r s   w i l l   r e a c h   t h e   n b a   f i n a l s 
 
 
 
 n b a   h e r e t h e y c o m e   s i x e r s   p h i l a d e l p h i a   7 6 e r s   p h i l l y   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   t a k e n o t e   j a z z
w o w ,   h a v e   t o   d o w n l o a d   t h e     a p p   t o   w a t c h     ,   l i k e   i   n e e d   a n o t h e r   f x c k i n   a p p !   b r o o k l y n   n e t s   s i m m o n s   s i x e r s   k n i c k s
w h a t   i s   a   r e a l i s t i c   r e b o u n d   n u m b e r   f o r   b e n s i m m o n s ?   i t ' s   o n l y   b e e n   a   f e w   m i n u t e s   b u t   c l e a n i n g   t h e   g l a s s   i s   g o n n a   b e   a n   i s s u e   f o r   t h e   n e t s   a l l   s e a s o n . 
 
 o t h e r w i s e   i f   b r o o k l y n   f i g u r e s   i t   o u t   & a m p ;   i f   t h e y   s t a y   h e a l t h y   ( t h a t   s e c o n d   i f . . . )   t h e y ' r e   a   p r o b l e m   i n   t h e   e a s t .   n b a   b a l l o r f a l l  
c l a x t o n   b e e n   l i f t i n g   w e i g h t s …   b o y   g o t   b i g ! !   b r o o k l y n   n e t s
l e t ' s   g o   ! 
 y e s   i   d i d   t h i n k   a   l o t   a b o u t   w h o   i s   w h o   i n   t h e   n e t s / b e a t l e s   m a s h   u p :   
   =   j o h n ,       =   p a u l ,     =   g e o r g e ,     =   r i n g o .   
 
 n b a p r e s e a s o n   n b a   b r o o k l y n   n e t s    
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a   n b a   b r o o k l y n  
w a t c h   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e   s t r e a m 
 u s a - n b a   2 0 2 2   
 n b a   g a m e   l i v e   2 0 2 2 
 n b a   n b a l i v e   l i v e t v   b r o o k l y n   n e t s   p h i l a d e l p h i a   7 6 e r s 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐧 𝐤 ⭕ ►    
h e r e s   s o m e   s h o t s   o f   t h e   k d   j e r s e y   🏀 💦 
 . 
 . 
 . 
 . 
 k e v i n d u r a n t   a p p l i q u é   c u s t o m j e r s e y   t e x t i l e a r t   b a s k e t b a l l a r t   n e t s   b r o o k l y n   @   b r o o k l y n ,   n e w   y o r k  
i t   f e e l s   g r e a t   s e e i n g   n b a   l o g o s   b a c k ! 
 d u b s   i n   4   😎   r e p e a t . 
 
 p l a c e   t h i s   n b a   b e t : 
 b r o o k l y n   n e t s   m l     - 2 8 8 
 $ 4 3 . 2 0   w i n s   $ 1 5 . 0 0 
 
 
 
   b e t o p e n l y   n b a   b e t  
b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
a s   a   p r o u d   b r o o k l y n   n e t s   f a n   w a t c h i n g   b e n ,   k d   a n d   k y r i e   m e s h   t o g e t h e r   f o r   w h a t   i   c a n   i m a g i n e   i s   g o i n g   t o   b e   a   g r e a t   s e a s o n   i   c a n   s a y   w i t h   a b s o l u t e   c o n f i d e n c e   t h a t   t h e   g o l d e n   s t a t e   w a r r i o r s   w i l l   r e p e a t   a s   n b a   c h a m p s   😂 😂 😂   b r o o k l y n   d u b n a t i o n
s e e m s   l i k e   k d   b e a t   t h e   ‘ u n n a m e d   n e t s   p l a y e r ’   b a b y   d a d d y   a l l e g a t i o n s   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
t o n i g h t   t h e   b r o o k l y n   n e t s   o p e n   t h e i r   2 0 2 2 - 2 0 2 3   p r e s e a s o n   a t   h o m e   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s   a t   7 : 3 0   🕢   o n     b r o o k l y n   n e t s   n b a   b r o o k l y n t o g e t h e r
b r o o o o o o o k l y n   i t s   g a m e d a y   o n c e   a g a i n !   b r i n g   t h a t   e n e r g y   t o n i g h t   a n d   o n e   s t e p   c l o s e r   t o   t h e   r e g u l a r   s e a s o n 
 
 n e t s   b r o o k l y n   n e w s e a s o n
s o o n . . .   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e t s   n e w y o r k   n e w y o r k c i t y  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
t h e     a n n u a l   t r a d i t i o n !   k e v i n d u r a n t  
j p   h a s   b e e n   l i k e   🔥 🔥 
 
 u n d e r a r m o u r   k e v i n d u r a n t   m a r c h m a d n e s s   l e b r o n j a m e s   l a c l i p p e r s   k o b e b r y a n t   k o b e b r y a n t   s p u r s   j o r d a n   a d i d a s   n c a a   o t e   n i k e   d u k e b a s k e t b a l l   d u k e b a s k e t b a l l c a m p   w e a r e o n e   i n d i a n a p a c e r s   i n d i a n a p a c e r s   n b a d r a f t   l a k e r s   s a c r a m e n t o k i n g s   n u g g e t s  
n e v e r   s t o p   k e e p   w o r k i n g   🗣 
 
 l a c l i p p e r s   u n d e r a r m o u r   m a r c h m a d n e s s   j o r d a n   n b a d r a f t   a d i d a s   n c a a   i n d i a n a p a c e r s   n u g g e t s   k e v i n d u r a n t   l e b r o n   k o b e   n b l   a c c   n c a a b a s k e t b a l l  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b o o k e r   x   k o b e   b a s k e t b a l l   |   7 7 5 7 7 s p o r t s   
 
 7 7 5 7 7 s p o r t s   k o b e b r y a n t   n b a   k o b e   b o o k e r   l a k e r s   l e b r o n j a m e s   b a s k e t b a l l   k   m a m b a m e n t a l i t y   l e b r o n   m i c h a e l j o r d a n   b l a c k m a m b a   b a l l i s l i f e   k e v i n d u r a n t   n i k e   l o s a n g e l e s l a k e r s   j o r d a n   l o s a n g e l e s   n b a b a s k e t b a l l   m a m b a f o r e v e r  
k y r i e   i r v i n g   s a y s   t h e   b r o o k l y n   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   l o c k e d o n p o d c a s t  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a b o u t   t o   w a t c h   t h e r e e d e m t e a m   d o c u / f i l m   r e v i e w   u p   s o o n ! ! ! 
 
 l e b r o n j a m e s   k o b e b r y a n t   d w a y n e w a d e   k i n g j a m e s   m a m b a m e n t a l i t y   d w a d e   u s a   o l y m p i c s   m e l o   k e v i n d u r a n t   r e v i e w   m o v i e r e v i e w   t h e r e e d e m t e a m r e v i e w   c o a c h k   o l y m p i c g o l d   b e i j i n g g a m e s   o l y m p i c b a s k e t b a l l   n e t f l i x  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
f r o m   g r e e n v i l l e ,   n c   t o   b r o o k l y n :   d a y & a m p ; 3 9 ; r o n   s h a r p e & a m p ; 3 9 ; s   n b a   j o u r n e y   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   d a y r o n s h a r p e   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n e t s h i g h l i g h t s   n o r t h c a r o l i n a   s p o r t s   s t e v e n a s h   u n c  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t h e   b r o o k l y n   n e t s :   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   i s s u e s   ( t h e   r e a l   s t o r y ) 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a o n e s p n   n e t s t r a d e r u m o u r s  
t h r e e   t h i n g s   s t e v e   n a s h ,   b e n   s i m m o n s   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g  
t h e   l a t e s t   o n   k e v i n   d u r a n t   t o   t h e   p h o e n i x   . . . 
   
 
   
 a y t o n   b a s k e t b a l l   b o o k e r   b r i d g e s   c h r i s p a u l   d e a n d r e a y t o n   d e v i n b o o k e r   k d   k e v i n d u r a n t   l b j   l e b a r o n j a m e s   m i k a l b r i d g e s   m o n t y w i l l i a m s   n b a n e w s   n b a p o d c a s t   p a c i f i c d i v i s i o n   p a u l   p h n x   p h n x s p o r t s  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
w h a t   a r e   l e a d e r s h i p   s t r a t e g i e s   e l i t e   a t h l e t e s   u s e   t o   p e r f o r m   a t   w o r l d - c l a s s   l e v e l s   t h a t   y o u   c a n   d o   t o o ?     w h o   w o r k e d   w /   n b a 🏀 k e v i n d u r a n t   & a m p ;   o t h e r s   e x p l a i n s   o n   d o i n g c x r i g h t   p o d c a s t   e p   5 9 .   l e v e l   u p   y o u r   c u s t o m e r e x p e r i e n c e   + c u s t o m e r s e r v i c e   
 ⤵ ️ 
  
n e t s   n e w   r o s t e r   a f t e r   d u r a n t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s l i n e u p 2 0 2 3   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s n e w s t o d a y   b r o o k l y n n e t s o f f i c i a l l i n e u p 2 0 2 2   b r o o k l y n n e t s r o s t e r 2 0 2 2   b r o o k l y n n e t s r o s t e r 2 0 2 3   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   n b a  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
y o u t u b e   c a n   y o u   d i s r e s p e c t   m o r e   k d   p l e a s e   ?   s h o r t s   n b a   n b a 2 k   k e v i n d u r a n t   p s 5   g a m i n g   b a s k e t b a l l  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
i n k t o b e r   d a y   9 .   e a s y   m o n e y   s n i p e r .   
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   s l i m r e a p e r   b a s k e t b a l l   b a s k e t b a l l a r t   n b a   n b a a r t   a r t i s t   a r t   s k e t c h   b a l l p o i n t p e n   b a l l p o i n t p e n a r t   b r o o k l y n   b r o o k l y n n e t s   d j o s s u p p a h   d j o s s u p p a h a r t  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
y o u t u b e   w h e n   y o u ’ r e   c r a z y   m y t e a m   i l l i m i t e d   s h o r t s   n b a   n b a 2 k   k e v i n d u r a n t   g a m i n g   p s 5   c l u t c h  
k y r i e   i r v i n g   a n d   k d   l o o k   g r e a t   a t   t o d a y & a m p ; 3 9 ; s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   k y r i e i r v i n g a n d k d   k y r i e i r v i n g a n d k d l o o k g r e a t a t t o d a y s b r o o k l y n n e t s t r a i n i n g c a m p   t r a i n i n g c a m p  
t h e   m o n t y   s h o w   7 5 6 !   i s   u t a h   j a z z   s t a r   . . . 
   
 
   
 b i g 1 0   b i g 1 0 e x p a n s i o n   b i g 1 2   b i g 1 2 e x p a n s i o n   b i g 1 2 n o t r e d a m e   b i g 1 2 t v d e a l   b r o o k l y n n e t s   c h i p o t l e u n i o n   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l h e a t   d o n o v a n m i t c h e l l k n i c k s   d o n o v a n m i t c h e l l t r a d e r u m o r s   k e v i n d u r a n t  
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a p r e s e a s o n   v i c t o r w e m b a n y a m a   n b a d r a f t   k e v i n d u r a n t   n b a s e a s o n p r e v i e w   k a w h i l e o n a r d   r u s s e l l w e s t b r o o k   n b a f a n t a s y   n b a p o d c a s t        
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a p r e s e a s o n   v i c t o r w e m b a n y a m a   n b a d r a f t   k e v i n d u r a n t   n b a s e a s o n p r e v i e w   k a w h i l e o n a r d   r u s s e l l w e s t b r o o k   n b a f a n t a s y   n b a p o d c a s t         _ t y n a n      
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a p r e s e a s o n   v i c t o r w e m b a n y a m a   n b a d r a f t   k e v i n d u r a n t   n b a s e a s o n p r e v i e w   k a w h i l e o n a r d   r u s s e l l w e s t b r o o k   n b a f a n t a s y   n b a p o d c a s t           _ n e h m    
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a p r e s e a s o n   v i c t o r w e m b a n y a m a   n b a d r a f t   k e v i n d u r a n t   n b a s e a s o n p r e v i e w   k a w h i l e o n a r d   r u s s e l l w e s t b r o o k   n b a f a n t a s y   n b a p o d c a s t 
   _ c h a p p l e   _ l e w i s   _ n b a      
4 2 - y e a r - o l d   v e n u s   w i l l i a m s ’   e x c i t i n g   v e n t u r e   r e c e i v e d   s o l i d   $ 2   m i l l i o n   b a c k i n g   f r o m   s i s t e r   s e r e n a   w i l l i a m s ,   k e v i n   d u r a n t ,   m e g a n   r a p i n o e ,   a n d   o t h e r   e l i t e   a t h l e t e s     t e n n i s   k e v i n d u r a n t
j a m a l   c a i n   d e f e n s i v e   h i g h l i g h t s   |   . . . 
   
 
   
 b a m a d e b a y o   b l o c k   b l o c k s   b r o o k l y n   c a m t h o m a s   d e f e n s e   e a s t e r n c o n f e r e n c e   h a y w o o d   h i g h l i g h t   h i g h s m i t h   j a m a r e e b o u y e a   j i m m y b u t l e r   j o v i c   k d   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y l e l o w r y   k y r i e i r v i n g   l o c k d o w n  
a n t i c i p a t i o n   i s   h i g h   😮 
 f i r s t   p r a c t i c e   c o m p l e t e   ✅ 
 
 g o f r o g s     n b a   d u k e b a s k e t b a l l c a m p   n u g g e t s n a t i o n   e a s t c o a s t h o o p r e c r u i t   b a l l i s l i f e   i n d i a n a p a c e r s   k e v i n d u r a n t   s a n a n t o n i o s p u r s   s p u r s   n u g g e t s   l a c l i p p e r s   o t e  
n o t   s h y i n g   a w a y   f r o m   a n y t h i n g   o r   a n y o n e   😤 
 
 t e r p s n a t i o n     m e n s b a s k e t b a l l   i n d i a n a p a c e r s   g r i n d c i t y   k u h o o p s   n b a d r a f t   n b a   m i l e h i g h b a s k e t b a l l   w i z 5 0   c o n n e c t e d b y m a g i c   w i z a r d s   k e v i n d u r a n t   l a c l i p p e r s   m e m p h i s g r i z z l i e s   l e t e m k n o w   c u s r i s e   b o s t o n c e l t i c s   d a l l a s   b e t h e f i g h t  
b a c k   a t   i t   ⚫ ️ ⚪ ️ 
 
 b l a z e r s   n c a a   k u h o o p s   n b a   t r a e y o u n g   k e v i n d u r a n t   s t e p h c u r r y   n c a a b a s k e t b a l l   i n d i a n a p a c e r s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t b a s k e t b a l l   d a l l a s m a v s   g o m a v s   d a l l a s m a v e r i c k s   l u k a m a g i c  
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d r a y m o n d g r e e n   i s   d e s t r o y i n g   t h e   w a r r i o r s   ‼ ️ 💔 🤯 😢   ↪ ️ 
 k e v i n d u r a n t   k d   g o l d e n s t a t e w a r r i o r s   j o r d a n p o o l e   s t e v e k e r r   d u b n a t i o n   t r a d e   n b a n e w s   n b a t r a d e   n b a   p o d c a s t   s p o r t s   b a s k e t b a l l   m l b   r e a c t i o n   r e a c t i o n v i d e o s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
y o u t u b e   w o r s t   p a s s   e v e r   s h o r t s   n b a   k d   n b a 2 k   k e v i n d u r a n t   p s 5   g a m i n g   p l a y s t a t i o n  
d r a y m o n d   y o u r   b i g g e s t   a d v o c a t e   b e f o r e   y o u   h e l p   h i m   w i n   a   c h a m p i o n s h i p   & a m p ;   i n c r e a s e   y o u r   o w n   m a r k e t a b i l i t y .   k e v i n d u r a n t   
 j o r d a n p o o l e
n b a   g m s   h a v e   p i c k e d   t h e s e   p l a y e r s   a s   b e s t   a t   t h e i r   r e s p e c t i v e   p o s i t i o n s !   🏀 🔝 
 
 a r e   t h e y   y o u r   t o p   p l a y e r s ? 
 
 s t e p h e n c u r r y   d e v i n b o o k e r   k e v i n d u r a n t   g i a n n i s   n i k o l a j o k i c  
s a t u r d a y   t r e n d i n g   s t o r y .   n e t s   s t a r   k e v i n d u r a n t   r o a s t s   o k l a h o m a   c o a c h   b r e n t v e n a b l e s   d u r i n g   t e x a s '   b l o w o u t   w i n   i n   r e d r i v e r s h o w d o w n   c b s s p o r t s . c o m    
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k i c k s :   n e w   k e v i n d u r a n t   1 5   “ a u n t   p e a r l ”   k i c k s  
k i c k s :   n e w   k e v i n d u r a n t   1 5   “ a u n t   p e a r l ”   k i c k s  
y o u t u b e   w h e n   k d   i s   a n g r y   s h o r t s   n b a   n b a 2 k 2 3   g a m i n g   k e v i n d u r a n t   c l u t c h  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
s i c k   a n d   t i r e d   o f   p e o p l e   b e i n g   a p o l o g i s t   f o r   d r a m o n g r e e n ,   h e   s u c k e r e d   p u n c h e d   a n o t h e r   t e a m m a t e   a n d   t h a t   i s   u n a c c e p t a b l e . . m a k e s   t h e   i s s u e s   h e   h a d   w i t h   k e v i n d u r a n t   s e e m   s o   m u c h   m o r e   o b v i o u s . . d u d e   j u s t   s t f u   a l r e a d y .
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d r a y m o n d g r e e n   i s   c a n c e r c o u s   t o   a n y   t e a m   a n d   n e e d s   t o   b e   b l a c k b a l l e d . . . . 1 s t   k e v i n d u r a n t   n o w   p o o l e   👋 👋 👋 🏃 ‍ ♂ ️ 🏃 ‍ ♂ ️ 🏃 ‍ ♂ ️
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
w e l l   g o l d e n s t a t e   y ’ a l l   m i g h t   a s   w e l l   c a l l   b r o o k l y n n e t s   a n d   s e n d   a   j o r d a n p o o l e   p a c k a g e   o v e r   f o r   k e v i n d u r a n t   b e c a u s e   t h i s   v i d e o   s h o u l d ’ v e   n e v e r   g o t   o u t   & a m p ;   t h i s   d e f i n i t e l y   g o n e   m e s s   u p   t h e   t e a m   c h e m i s t r y .
k e v i n   d u r a n t   o n   v i c t o r   w e m b a n y a m a :   “ t h e   l e a g u e ’ s   r e a l l y   i n   t r o u b l e   w h e n   h e   c o m e s   i n ”   k e v i n d u r a n t   v i c t o r w e m b a n y a m a  
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b r e a k i n g   n e w s :   k e v i n d u r a n t   h a s   s e n t   j o r d a n p o o l e   a   f r u i t   b a s k e t   a n d   a   h a n d   w r i t t e n   “ g e t   w e l l   s o o n ”   c a r d
y o u t u b e   s t o p   k d   p l e a s e   s h o r t s   k e v i n d u r a n t   n b a   n b a 2 k 2 3   k d   p s 5   g a m i n g  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e   d i s t u r b i n g   s i g n s   a b o u t   t h e   . . . 
   
 
   
 c h r i s b r o u s s a r d   c j m c c o l l u m   c l i p p e r s n e w s   e s p n   f i r s t t a k e   g o l d e n s t a t e w a r r i o r s   k a w h i l e o n a r d l a u g h   k e v i n d u r a n t   k e v i n d u r a n t t r a d e   k y r i e i r v i n g   k y r i e i r v i n g i n t e r v i e w   m v p   n b a h i g h l i g h t s   n i c k w r i g h t a n d r e w w i g g i n s  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d u r a n t   a n d   1   n b a   b a s k e t b a l l   n b a t w i t t e r   k d   k e v i n d u r a n t   n e t s   e a s y m o n e y s n i p e r   b r o o k l y n  
e a s y   m o n e y   s n i p e r .   n b a   b a s k e t b a l l   n b a t w i t t e r   n e t s   k d   k e v i n d u r a n t   e a s y m o n e y s n i p e r  
i m   b e t t e r   t h a n   a l l   o f   y o u   k e v i n d u r a n t
h e r e   i   p l a y .   j u v e n i l e   d e t e n t i o n   i n m a t e 
 s w a g g e r   k e v i n d u r a n t   a p p l e t v p l u s   a c t o r   a c t o r s   a c t i n g  
🐍 🧁 “ s o   m a n y   p e o p l e   d o u b t e d   m e .   t h e y   m o t i v a t e d   m e   e v e r y   s i n g l e   d a y ,   t o   b e   w h o   i   a m . ” 🧁 🐍 
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   b r o o k l y n   b r o o k l y n n e t s   n e t s   n e t s a r t   n e t s b a s k e t b a l l   b a s k e t b a l l   b a s k e t b a l l a r t   s p o r t s   a r t   g r a p h i c d e s i g n   b a s k e t b a l l d e s i g n   f r a n c h i s e   f r a n c h i s e d e s i g n s  
l o o k i n g   👀   f o r   k e v i n d u r a n t   b u r n e r   a c c o u n t   c o m m e n t s   a b o u t   j o r d a n p o o l e   & a m p ;   d r a y m o n d g r e e n   n b a t w i t t e r
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
s h a n n o n   s h a r p e   i s   u n h a p p y   a f t e r   l e b r o n   j a m e s   w a s   p u t   4 t h   i n   t h e   t o p   s f   i n   t h e   l e a g u e   w h i l e   k e v i n   d u r a n t   t o p p e d   t h e   l i s t . 
 
 n b a   s m a l l f o r w a r d   l e b r o n j a m e s   k e v i n d u r a n t   k i n g j a m e s   s h a n n o n s h a r p e  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
b e n s i m m o n s   t r a d e d   t o   t h e   s u n s   f o r   d e a n d r e a y t o n ‼ ️ * * e s p n   w o j   n b a   b r e a k i n g   n e w s * *   🤯   🤯 
 w a t c h   t h e   f u l l   v i d e o   o n   m y   y o u t u b e   c h a n n e l   👀 👀 ⬇ ️ ⬇ ️ 
 👉 
 p h o e n i x s u n s   d e v i n b o o k e r   c h r i s p a u l   k y r i e i r v i n g   k e v i n d u r a n t   z i o n w i l l i a m s o n   n b a n e w s   n b a t r a d e  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
d o e s   s e n g u n   m a k e   t h e   r o c k e t s   . . . 
   
 
   
 a l p e r e n s e n g u n   c h o p s h o p   c h r i s t i a n w o o d   h o u s t o n r o c k e t s   i b a k a   j a l e n g r e e n   j a m e s h a r d e n   k e v i n d u r a n t   k e v i n p o r t e r j r   n b a   n b a p l a y i n   o k c t h u n d e r   p l a y o f f s   r u s s e l l w e s t b r o o k   s o u t h w e s t d i v i s i o n   w e s t e r n c o n f e r e n c e  
o n e   o f   o u r   c h a s e r s   i n   o u r   p u l l   g a m e   o n     c o m e   b o o k m a r k   t h e   s h o w   n o w     n b a   n f l   n h l   m l b   k e v i n d u r a n t   a a r o n j u d g e  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b r o o k l y n   n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b k l y n   b r o o k l y n n e t s   b r o o k l y n   n e t s   k e v i n d u r a n t   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
t h i s   p r o v e s   t h a t   t h e   k e v i n d u r a n t   e f f e c t   i s   r e a l !  
n e x t   o n   t h e   l i s t   f o r   o u r   g e t t i n g   t o   k n o w   p r i n c e   g e o r g e ’ s   c o u n t y   s e r i e s ,   w e ’ r e   e x p l o r i n g   t h e   t o w n   o f   s e a t   p l e a s a n t !     
 s e a t p l e a s a n t   p g c o u n t y   k e v i n d u r a n t   b a s k e t b a l l   s m a r t c i t y   v e t e r a n s m e m o r i a l   v i s i t m a r y l a n d   m a r y l a n d  
1 0 x   n b a   a l l - s t a r !   4   r e a s o n s   w h y   n e t s   a r e   i n   t r o u b l e .   d o   t h e y   t r u s t   k e v i n d u r a n t ?   d a m a g e d   r e l a t i o n s h i p s    
n b a   b r e a k i n g   n e w s :   n a s h   a n d   k e v i n   . . . 
   
 
   
 a m h o o p s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   d r a m a t i c n b a n e w s n a s h a n d k e v i n d u r a n t i s s u e s a t b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   e s p n   f o x s p o r t s   f r e e a g e n c y n b a   h o o p f l i x   k e v i n d u r a n t   k y r i e i r v i n g   l e b r o n j a m e s  
m y   c o l l e c t i o n   s o   f a r   b r o o k l y n   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   a u s t r a l i a  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   d e f e n s i v e   g o a t ? !   t o p   n b a   p o w e r   f o r w a r d s   t o d a y   2 0 2 2   2 0 2 3   s e a s o n   k e v i n d u r a n t   g i a n n i s a n t e t o k o u n m p o   a n t h o n y d a v i s    
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
w o u l d   e m b i i d ,   d u r a n t ,   & a m p ;   . . . 
   
 
   
 7 6 e r s h i g h l i g h t s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c h i n e y o g w u m i k e   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   j a m e s h a r d e n   j a m e s h a r d e n n e w s   j o e l e m b i i d   k d   k d h a r d e n   k e n d r i c k p e r k i n s   k e v i n d u r a n t   m a l i k a a n d r e w s  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d a y   1 7   o f   o u r   n b a   s e a s o n   c o u n t d o w n ,   a n d   i t ' s   t i m e   t o   t a l k     a n d   t h e   s t a r   o f   t h e   o f f s e a s o n ,   k e v i n   d u r a n t .   b r o o k l y n n e t s   k e v i n d u r a n t  
n e w   o n e   f o r   s p o r t s   i l l u s t r a t e d   o n   t h e   c o n t r o l   k e v i n   d u r a n t   e x e r t   o n   n e t s   g m   s e a n   m a r k s .   h a d   f u n   i n c l u d i n g   a   l a y e r   o f   g o u a c h e   i n k   r e s i s t .   b i g   t h a n k s   t o   a d   l a u r a   a n g l e ! !   k e v i n d u r a n t   b r o o k l y n n e t s   s p o r t s i l l u s t r a t e d  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k e v i n   d u r a n t ,   k y r i e   i r v i n g ,   b e n   s i m m o n s   b u t a t a   s a   s i x e r s 
 
 t u n a y n a t a b l o i d i s t a   
 a b a n t e s p o r t s 
 k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o n t   b a s h   o p p o s i t e   t h i n k i n g ,   i n s t e a d   l i s t e n   c a r e f u l l y   a n d   c h o o s e   w h a t   u   b e l i k a r e e m a l j e i r v i n g   n b a   k y r i e   b a s k e t b a l l   l e b r o n j a m e s   k e v i n d u r a n t   l e b r o n   j a m e s h a r d e n   s t e p h e n c u r r y   b a l l i s l i f e   l a k e r s   k o b e b r y a n t   s t e p h c u r r y   n i k e   k   b r o o k l y n n e t s   n e t s   k o b e   k a r e e m  
l o s   a n g e l e s   c l i p p e r s   v s   p o r t l a n d   t r a i l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s  
t h i n k i n g   b o u t   ( b r o o k l y n )   a f t e r   h o w   i   l e f t   t h e   ( n e t s )   . .   🏀 🎬 🔥   k e v i n d u r a n t  
w h e n   l a n a   r h o a d e s '   k i d   w a s   b o r n ,   i t   r e s e m b l e d   b l a k e   g r i f f i n   p e r f e c t l y ,   k e v i n   d u r a n t   w e n t   c r a z y   w h e n   h e   h e a r d   t h e   n e w s   💀 😂 🤣   k e v i n d u r a n t   b l a k e g r i f f i n   b a b y m a m a d r a m a   b a b y m a m m a  
s o   y e a h   t h i s   b r o o k l y n n e t s   t h i n g   c a n   w o r k . 
 
 r e b o u n d s   a r e   g o n n a   b e   a n   i s s u e ,   d e f e n s e   i s   g o n n a   b e   a   p r o b l e m ,   n a s h   s u c k s   a s   a   c o a c h   a n d   t h e   t e a m ' s   b e n c h   c o u l d   u s e   a   b i t   o f   w o r k . 
 
 b u t   e v e n   w i t h   a l l   t h a t   t h e y   g o t   k e v i n d u r a n t   w h i c h   m a k e s   e m   o n e   o f   t h e   t o p   t e a m s   i n   t h e   n b a   e a s t .  
c h a r i t y   s t r i p e   i t   i s .   s t e p h c u r r y   j o r d a n p o o l e   k e v i n d u r a n t   t r a e y o u n g   f g   n b a   n b a f a n t a s y   f a n t a s y r a d a r   l a t v i a f a n t a s y l e a g u e 
  
n e w !   w e   d i s c u s s   a a r o n j u d g e   & a m p ;   h i s   q u e s t   f o r   6 1   & a m p ;   6 2   h o m e r u n s .   w e   b r e a k   d o w n   k e v i n d u r a n t ' s   c o m m e n t s   a t   n b a   m e d i a   d a y   & a m p ;   l o o k   @   w e e k 4   o f   n f l   s e a s o n .   w e   d o   o u r   2   p i c k s   e a c h   f o r   f a n t a s y f o o t b a l l   m u s t s t a r t s   i n   w k   4   t h a t   a r e   a v a i l a b l e   i n   5 0 %   o f   e s p n   l e a g u e s    
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
“ i s   i t   k e v i n   d u r a n t ? ”   l a n a   r h o a d e s   d r o p s   m a s s i v e   h i n t   w h o   t h e   f a t h e r   o f   h e r   c h i l d   r e a l l y   i s     n b a   k e v i n d u r a n t
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j a b a r i   s m i t h   j r .   o n   f i r e   f o r   t h e   . . . 
   
 
   
 b a s k e t b a l l   b a s k e t b a l l p o d c a s t   b a s k e t b a l l s h o w   g i a n n i s a n t e t o k o u n m p o   h o u s t o n r o c k e t s   k e v i n d u r a n t   l e b r o n j a m e s   l u k a d o n c i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a c h a n n e l   n b a d r a f t   n b a h i g h l i g h t s   n b a n e w s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k d   w a s   g r e a t   a t   o k c   🛸 
 k e v i n d u r a n t   k d   
 n b a   o k c   n e t s   
 w a r r i o r s  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
t h e     h a d   t h e   m o s t   d r a m a t i c   o f f s e a s o n   i n   n b a   h i s t o r y ,   b u t   n o w   i t   i s   t i m e   t o   p l a y .   w h a t   c a n   t h i s   t a l e n t e d   n e t s   r o s t e r   a c c o m p l i s h   i n   t h e   2 0 2 2 - 2 3   s e a s o n ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 b e n s i m m o n s   k e v i n d u r a n t   k y r i e i r v i n g   n b a p r e s e a s o n   n b a t w i t t e r  
m o r e   d i s t u r b i n g   d e t a i l s   c o m e   o u t   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c h r i s b r o u s s a r d   c j m c c o l l u m   c l i p p e r s n e w s   e a s t e r n c o n f e r e n c e   e s p n   f i r s t t a k e   i m e u d o k a   i m e u d o k a b o s t o n c e l t i c s   k a w h i l e o n a r d l a u g h   k e v i n d u r a n t   k e v i n d u r a n t t r a d e   k y r i e i r v i n g  
f a c t s .   c o u l d n ’ t   h a v e   s a i d   t h i s   s h i t   b e t t e r .   k e v i n d u r a n t   i s   n o t   l e g e n d a r y .   w h a t ’ s   t h e   h i g h l i g h t   o f   h i s   c a r e e r ?   n o t h i n g   o u t s i d e   t h e   w a r r i o r s   o v e r r a t e d   a s f !  
h e r e s   s o m e   s h o t s   o f   t h e   k d   j e r s e y   🏀 💦 
 . 
 . 
 . 
 . 
 k e v i n d u r a n t   a p p l i q u é   c u s t o m j e r s e y   t e x t i l e a r t   b a s k e t b a l l a r t   n e t s   b r o o k l y n   @   b r o o k l y n ,   n e w   y o r k  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
k e v i n   d u r a n t :   “ i ’ m   a   l e g e n d ”   k e v i n d u r a n t  
y o u t u b e   w h e n   y o u   a r e   b e t t e r   t h a n   t h e   r e a l   k d   n b a   n b a 2 k 2 3   k d   k e v i n d u r a n t  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
w i l l   t h e   n e t s   o v e r c o m e   t h e   d r a m a   & a m p ;   m a k e   i t   t o   t h e   f i n a l s ?   c l i c k   l i n k   f o r   f u l l   v i d e o . 
 
 e d i t e d   b y   c a n t v       n b a   n b a t w i t t e r   b a s k e t b a l l   n b a p r e s e a s o n   n e t s   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s 
 c a n t v   n b a o f f s e a s o n  
v i c t o r w e m b a n y a m a   i s   e x p e c t e d   t o   b e   t h e   t o p   p i c k   i n   t h e   n b a ' s   2 0 2 3   d r a f t .   @   7 - f o o t - 4 ,   t h e   f r e n c h   t e e n   i s   2   i n c h e s   t a l l e r   t h a n   s h a q u i l l e o n e a l   & a m p ;   d r a w s   c o m p a r i s o n s   t o   l e b r o n ,   m a g i c j o h n s o n   & a m p ;   k e v i n d u r a n t .   h e   m a k e s   h i s   u s a   d e b u t   o n   t u e s   i n   h e n d e r s o n ,   n e v .  
c a n ’ t   w a i t   t o   h o o p   i n   t h e s e   j o i n t s   s h o u t s   t o   m y   f a v o r i t e   p l a y e r   a n d   p r o d u c e r   f o r   t h e   c o m b o   9 t h w o n d e r   k e v i n d u r a n t   n i k e   k i c k s   s n e a k e r s   m p c l i v e   m p c   s p 4 0 4   k d 1 5   c a l i f o r n i a   i n l a n d e m p i r e   b e a t s   j a m s   y e s s i r  
•   _ _ w r l d   c h e f   c u r r y   💍 
 _ 
 
 s t e p h g o n n a s t e p h   s t e p h e n c u r r y   s t e p h c u r r y 3 0   s t e p h e n c u r r y 3 0   s t e p b a c k   s t e p h c u r r y   s p l a s h b r o t h e r s   c u r r y b r a n d   j a s o n t a t u m   k e v i n d u r a n t   j a m o r a n t   k l a y t h o m p s o n   k l a y t h o m p s o n 1 1   j o r d a n p o o l e   c u r r y 9   n b a r e e l s   r e e l s   n b a  
k e v i n d u r a n t   t h i n k i n g …   🤔   💭 i   d o n ’ t   h a v e   t o   l i s t e n   t o   t h i s ! 
 s p o r t s   n b a m e d i a d a y   n b a t w i t t e r   o k c   w a r r i o r s   n e t s w o r l d   s e a t t l e   d c    
y o u t u b e   w h e n   u   r   u n s t o p p a b l e   j u s t   l i k e   t h e   r e a l   k d   n b a   2 k 2 3   n b a   n b a 2 k   k e v i n d u r a n t   n b a 2 k 2 3   m y t e a m   3 p t s  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
(   s t a r   k e v i n   d u r a n t   r o a s t s   o k l a h o m a   c o a c h   b r e n t   v e n a b l e s   d u r i n g   t e x a s '   b l o w o u t   w i n   i n   r e d   r i v e r   s h o w d o w n   :   d u r a n t   w a s   a   s t a r   f o r   t e x a s   a n d   a p p a r e n t l y   e n j o y e d   t h e   l o n g h o r n s   r o u t   o f   o k l a h o m a   . .  
j a c k a s s   t h i s   i s   w h y   k e v i n   d u r a n t   l e f t 
 b e n c h   w a r m e r   b e n c h w a r m e r   s u s p e n s i o n   n b a p u   p l a y e r s   u n i o n   p r o s p o r t s   n b a   b a s k e t b a l l  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
t h e     a n n u a l   t r a d i t i o n !   k e v i n d u r a n t  
j p   h a s   b e e n   l i k e   🔥 🔥 
 
 u n d e r a r m o u r   k e v i n d u r a n t   m a r c h m a d n e s s   l e b r o n j a m e s   l a c l i p p e r s   k o b e b r y a n t   k o b e b r y a n t   s p u r s   j o r d a n   a d i d a s   n c a a   o t e   n i k e   d u k e b a s k e t b a l l   d u k e b a s k e t b a l l c a m p   w e a r e o n e   i n d i a n a p a c e r s   i n d i a n a p a c e r s   n b a d r a f t   l a k e r s   s a c r a m e n t o k i n g s   n u g g e t s  
n e v e r   s t o p   k e e p   w o r k i n g   🗣 
 
 l a c l i p p e r s   u n d e r a r m o u r   m a r c h m a d n e s s   j o r d a n   n b a d r a f t   a d i d a s   n c a a   i n d i a n a p a c e r s   n u g g e t s   k e v i n d u r a n t   l e b r o n   k o b e   n b l   a c c   n c a a b a s k e t b a l l  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b o o k e r   x   k o b e   b a s k e t b a l l   |   7 7 5 7 7 s p o r t s   
 
 7 7 5 7 7 s p o r t s   k o b e b r y a n t   n b a   k o b e   b o o k e r   l a k e r s   l e b r o n j a m e s   b a s k e t b a l l   k   m a m b a m e n t a l i t y   l e b r o n   m i c h a e l j o r d a n   b l a c k m a m b a   b a l l i s l i f e   k e v i n d u r a n t   n i k e   l o s a n g e l e s l a k e r s   j o r d a n   l o s a n g e l e s   n b a b a s k e t b a l l   m a m b a f o r e v e r  
k y r i e   i r v i n g   s a y s   t h e   b r o o k l y n   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   l o c k e d o n p o d c a s t  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a b o u t   t o   w a t c h   t h e r e e d e m t e a m   d o c u / f i l m   r e v i e w   u p   s o o n ! ! ! 
 
 l e b r o n j a m e s   k o b e b r y a n t   d w a y n e w a d e   k i n g j a m e s   m a m b a m e n t a l i t y   d w a d e   u s a   o l y m p i c s   m e l o   k e v i n d u r a n t   r e v i e w   m o v i e r e v i e w   t h e r e e d e m t e a m r e v i e w   c o a c h k   o l y m p i c g o l d   b e i j i n g g a m e s   o l y m p i c b a s k e t b a l l   n e t f l i x  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
f r o m   g r e e n v i l l e ,   n c   t o   b r o o k l y n :   d a y & a m p ; 3 9 ; r o n   s h a r p e & a m p ; 3 9 ; s   n b a   j o u r n e y   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   d a y r o n s h a r p e   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n e t s h i g h l i g h t s   n o r t h c a r o l i n a   s p o r t s   s t e v e n a s h   u n c  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t h e   b r o o k l y n   n e t s :   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   i s s u e s   ( t h e   r e a l   s t o r y ) 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a o n e s p n   n e t s t r a d e r u m o u r s  
t h r e e   t h i n g s   s t e v e   n a s h ,   b e n   s i m m o n s   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g  
t h e   l a t e s t   o n   k e v i n   d u r a n t   t o   t h e   p h o e n i x   . . . 
   
 
   
 a y t o n   b a s k e t b a l l   b o o k e r   b r i d g e s   c h r i s p a u l   d e a n d r e a y t o n   d e v i n b o o k e r   k d   k e v i n d u r a n t   l b j   l e b a r o n j a m e s   m i k a l b r i d g e s   m o n t y w i l l i a m s   n b a n e w s   n b a p o d c a s t   p a c i f i c d i v i s i o n   p a u l   p h n x   p h n x s p o r t s  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
w h a t   a r e   l e a d e r s h i p   s t r a t e g i e s   e l i t e   a t h l e t e s   u s e   t o   p e r f o r m   a t   w o r l d - c l a s s   l e v e l s   t h a t   y o u   c a n   d o   t o o ?     w h o   w o r k e d   w /   n b a 🏀 k e v i n d u r a n t   & a m p ;   o t h e r s   e x p l a i n s   o n   d o i n g c x r i g h t   p o d c a s t   e p   5 9 .   l e v e l   u p   y o u r   c u s t o m e r e x p e r i e n c e   + c u s t o m e r s e r v i c e   
 ⤵ ️ 
  
n e t s   n e w   r o s t e r   a f t e r   d u r a n t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s l i n e u p 2 0 2 3   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s n e w s t o d a y   b r o o k l y n n e t s o f f i c i a l l i n e u p 2 0 2 2   b r o o k l y n n e t s r o s t e r 2 0 2 2   b r o o k l y n n e t s r o s t e r 2 0 2 3   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   n b a  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
y o u t u b e   c a n   y o u   d i s r e s p e c t   m o r e   k d   p l e a s e   ?   s h o r t s   n b a   n b a 2 k   k e v i n d u r a n t   p s 5   g a m i n g   b a s k e t b a l l  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
i n k t o b e r   d a y   9 .   e a s y   m o n e y   s n i p e r .   
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   s l i m r e a p e r   b a s k e t b a l l   b a s k e t b a l l a r t   n b a   n b a a r t   a r t i s t   a r t   s k e t c h   b a l l p o i n t p e n   b a l l p o i n t p e n a r t   b r o o k l y n   b r o o k l y n n e t s   d j o s s u p p a h   d j o s s u p p a h a r t  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
y o u t u b e   w h e n   y o u ’ r e   c r a z y   m y t e a m   i l l i m i t e d   s h o r t s   n b a   n b a 2 k   k e v i n d u r a n t   g a m i n g   p s 5   c l u t c h  
k y r i e   i r v i n g   a n d   k d   l o o k   g r e a t   a t   t o d a y & a m p ; 3 9 ; s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   k y r i e i r v i n g a n d k d   k y r i e i r v i n g a n d k d l o o k g r e a t a t t o d a y s b r o o k l y n n e t s t r a i n i n g c a m p   t r a i n i n g c a m p  
t h e   m o n t y   s h o w   7 5 6 !   i s   u t a h   j a z z   s t a r   . . . 
   
 
   
 b i g 1 0   b i g 1 0 e x p a n s i o n   b i g 1 2   b i g 1 2 e x p a n s i o n   b i g 1 2 n o t r e d a m e   b i g 1 2 t v d e a l   b r o o k l y n n e t s   c h i p o t l e u n i o n   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l h e a t   d o n o v a n m i t c h e l l k n i c k s   d o n o v a n m i t c h e l l t r a d e r u m o r s   k e v i n d u r a n t  
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a p r e s e a s o n   v i c t o r w e m b a n y a m a   n b a d r a f t   k e v i n d u r a n t   n b a s e a s o n p r e v i e w   k a w h i l e o n a r d   r u s s e l l w e s t b r o o k   n b a f a n t a s y   n b a p o d c a s t        
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a p r e s e a s o n   v i c t o r w e m b a n y a m a   n b a d r a f t   k e v i n d u r a n t   n b a s e a s o n p r e v i e w   k a w h i l e o n a r d   r u s s e l l w e s t b r o o k   n b a f a n t a s y   n b a p o d c a s t         _ t y n a n      
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a p r e s e a s o n   v i c t o r w e m b a n y a m a   n b a d r a f t   k e v i n d u r a n t   n b a s e a s o n p r e v i e w   k a w h i l e o n a r d   r u s s e l l w e s t b r o o k   n b a f a n t a s y   n b a p o d c a s t           _ n e h m    
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a p r e s e a s o n   v i c t o r w e m b a n y a m a   n b a d r a f t   k e v i n d u r a n t   n b a s e a s o n p r e v i e w   k a w h i l e o n a r d   r u s s e l l w e s t b r o o k   n b a f a n t a s y   n b a p o d c a s t 
   _ c h a p p l e   _ l e w i s   _ n b a      
4 2 - y e a r - o l d   v e n u s   w i l l i a m s ’   e x c i t i n g   v e n t u r e   r e c e i v e d   s o l i d   $ 2   m i l l i o n   b a c k i n g   f r o m   s i s t e r   s e r e n a   w i l l i a m s ,   k e v i n   d u r a n t ,   m e g a n   r a p i n o e ,   a n d   o t h e r   e l i t e   a t h l e t e s     t e n n i s   k e v i n d u r a n t
j a m a l   c a i n   d e f e n s i v e   h i g h l i g h t s   |   . . . 
   
 
   
 b a m a d e b a y o   b l o c k   b l o c k s   b r o o k l y n   c a m t h o m a s   d e f e n s e   e a s t e r n c o n f e r e n c e   h a y w o o d   h i g h l i g h t   h i g h s m i t h   j a m a r e e b o u y e a   j i m m y b u t l e r   j o v i c   k d   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y l e l o w r y   k y r i e i r v i n g   l o c k d o w n  
a n t i c i p a t i o n   i s   h i g h   😮 
 f i r s t   p r a c t i c e   c o m p l e t e   ✅ 
 
 g o f r o g s     n b a   d u k e b a s k e t b a l l c a m p   n u g g e t s n a t i o n   e a s t c o a s t h o o p r e c r u i t   b a l l i s l i f e   i n d i a n a p a c e r s   k e v i n d u r a n t   s a n a n t o n i o s p u r s   s p u r s   n u g g e t s   l a c l i p p e r s   o t e  
n o t   s h y i n g   a w a y   f r o m   a n y t h i n g   o r   a n y o n e   😤 
 
 t e r p s n a t i o n     m e n s b a s k e t b a l l   i n d i a n a p a c e r s   g r i n d c i t y   k u h o o p s   n b a d r a f t   n b a   m i l e h i g h b a s k e t b a l l   w i z 5 0   c o n n e c t e d b y m a g i c   w i z a r d s   k e v i n d u r a n t   l a c l i p p e r s   m e m p h i s g r i z z l i e s   l e t e m k n o w   c u s r i s e   b o s t o n c e l t i c s   d a l l a s   b e t h e f i g h t  
b a c k   a t   i t   ⚫ ️ ⚪ ️ 
 
 b l a z e r s   n c a a   k u h o o p s   n b a   t r a e y o u n g   k e v i n d u r a n t   s t e p h c u r r y   n c a a b a s k e t b a l l   i n d i a n a p a c e r s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t b a s k e t b a l l   d a l l a s m a v s   g o m a v s   d a l l a s m a v e r i c k s   l u k a m a g i c  
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d r a y m o n d g r e e n   i s   d e s t r o y i n g   t h e   w a r r i o r s   ‼ ️ 💔 🤯 😢   ↪ ️ 
 k e v i n d u r a n t   k d   g o l d e n s t a t e w a r r i o r s   j o r d a n p o o l e   s t e v e k e r r   d u b n a t i o n   t r a d e   n b a n e w s   n b a t r a d e   n b a   p o d c a s t   s p o r t s   b a s k e t b a l l   m l b   r e a c t i o n   r e a c t i o n v i d e o s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
y o u t u b e   w o r s t   p a s s   e v e r   s h o r t s   n b a   k d   n b a 2 k   k e v i n d u r a n t   p s 5   g a m i n g   p l a y s t a t i o n  
d r a y m o n d   y o u r   b i g g e s t   a d v o c a t e   b e f o r e   y o u   h e l p   h i m   w i n   a   c h a m p i o n s h i p   & a m p ;   i n c r e a s e   y o u r   o w n   m a r k e t a b i l i t y .   k e v i n d u r a n t   
 j o r d a n p o o l e
n b a   g m s   h a v e   p i c k e d   t h e s e   p l a y e r s   a s   b e s t   a t   t h e i r   r e s p e c t i v e   p o s i t i o n s !   🏀 🔝 
 
 a r e   t h e y   y o u r   t o p   p l a y e r s ? 
 
 s t e p h e n c u r r y   d e v i n b o o k e r   k e v i n d u r a n t   g i a n n i s   n i k o l a j o k i c  
s a t u r d a y   t r e n d i n g   s t o r y .   n e t s   s t a r   k e v i n d u r a n t   r o a s t s   o k l a h o m a   c o a c h   b r e n t v e n a b l e s   d u r i n g   t e x a s '   b l o w o u t   w i n   i n   r e d r i v e r s h o w d o w n   c b s s p o r t s . c o m    
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k i c k s :   n e w   k e v i n d u r a n t   1 5   “ a u n t   p e a r l ”   k i c k s  
k i c k s :   n e w   k e v i n d u r a n t   1 5   “ a u n t   p e a r l ”   k i c k s  
y o u t u b e   w h e n   k d   i s   a n g r y   s h o r t s   n b a   n b a 2 k 2 3   g a m i n g   k e v i n d u r a n t   c l u t c h  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
s i c k   a n d   t i r e d   o f   p e o p l e   b e i n g   a p o l o g i s t   f o r   d r a m o n g r e e n ,   h e   s u c k e r e d   p u n c h e d   a n o t h e r   t e a m m a t e   a n d   t h a t   i s   u n a c c e p t a b l e . . m a k e s   t h e   i s s u e s   h e   h a d   w i t h   k e v i n d u r a n t   s e e m   s o   m u c h   m o r e   o b v i o u s . . d u d e   j u s t   s t f u   a l r e a d y .
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d r a y m o n d g r e e n   i s   c a n c e r c o u s   t o   a n y   t e a m   a n d   n e e d s   t o   b e   b l a c k b a l l e d . . . . 1 s t   k e v i n d u r a n t   n o w   p o o l e   👋 👋 👋 🏃 ‍ ♂ ️ 🏃 ‍ ♂ ️ 🏃 ‍ ♂ ️
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
w e l l   g o l d e n s t a t e   y ’ a l l   m i g h t   a s   w e l l   c a l l   b r o o k l y n n e t s   a n d   s e n d   a   j o r d a n p o o l e   p a c k a g e   o v e r   f o r   k e v i n d u r a n t   b e c a u s e   t h i s   v i d e o   s h o u l d ’ v e   n e v e r   g o t   o u t   & a m p ;   t h i s   d e f i n i t e l y   g o n e   m e s s   u p   t h e   t e a m   c h e m i s t r y .
k e v i n   d u r a n t   o n   v i c t o r   w e m b a n y a m a :   “ t h e   l e a g u e ’ s   r e a l l y   i n   t r o u b l e   w h e n   h e   c o m e s   i n ”   k e v i n d u r a n t   v i c t o r w e m b a n y a m a  
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b r e a k i n g   n e w s :   k e v i n d u r a n t   h a s   s e n t   j o r d a n p o o l e   a   f r u i t   b a s k e t   a n d   a   h a n d   w r i t t e n   “ g e t   w e l l   s o o n ”   c a r d
y o u t u b e   s t o p   k d   p l e a s e   s h o r t s   k e v i n d u r a n t   n b a   n b a 2 k 2 3   k d   p s 5   g a m i n g  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e   d i s t u r b i n g   s i g n s   a b o u t   t h e   . . . 
   
 
   
 c h r i s b r o u s s a r d   c j m c c o l l u m   c l i p p e r s n e w s   e s p n   f i r s t t a k e   g o l d e n s t a t e w a r r i o r s   k a w h i l e o n a r d l a u g h   k e v i n d u r a n t   k e v i n d u r a n t t r a d e   k y r i e i r v i n g   k y r i e i r v i n g i n t e r v i e w   m v p   n b a h i g h l i g h t s   n i c k w r i g h t a n d r e w w i g g i n s  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d u r a n t   a n d   1   n b a   b a s k e t b a l l   n b a t w i t t e r   k d   k e v i n d u r a n t   n e t s   e a s y m o n e y s n i p e r   b r o o k l y n  
e a s y   m o n e y   s n i p e r .   n b a   b a s k e t b a l l   n b a t w i t t e r   n e t s   k d   k e v i n d u r a n t   e a s y m o n e y s n i p e r  
i m   b e t t e r   t h a n   a l l   o f   y o u   k e v i n d u r a n t
h e r e   i   p l a y .   j u v e n i l e   d e t e n t i o n   i n m a t e 
 s w a g g e r   k e v i n d u r a n t   a p p l e t v p l u s   a c t o r   a c t o r s   a c t i n g  
🐍 🧁 “ s o   m a n y   p e o p l e   d o u b t e d   m e .   t h e y   m o t i v a t e d   m e   e v e r y   s i n g l e   d a y ,   t o   b e   w h o   i   a m . ” 🧁 🐍 
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   b r o o k l y n   b r o o k l y n n e t s   n e t s   n e t s a r t   n e t s b a s k e t b a l l   b a s k e t b a l l   b a s k e t b a l l a r t   s p o r t s   a r t   g r a p h i c d e s i g n   b a s k e t b a l l d e s i g n   f r a n c h i s e   f r a n c h i s e d e s i g n s  
l o o k i n g   👀   f o r   k e v i n d u r a n t   b u r n e r   a c c o u n t   c o m m e n t s   a b o u t   j o r d a n p o o l e   & a m p ;   d r a y m o n d g r e e n   n b a t w i t t e r
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
s h a n n o n   s h a r p e   i s   u n h a p p y   a f t e r   l e b r o n   j a m e s   w a s   p u t   4 t h   i n   t h e   t o p   s f   i n   t h e   l e a g u e   w h i l e   k e v i n   d u r a n t   t o p p e d   t h e   l i s t . 
 
 n b a   s m a l l f o r w a r d   l e b r o n j a m e s   k e v i n d u r a n t   k i n g j a m e s   s h a n n o n s h a r p e  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
b e n s i m m o n s   t r a d e d   t o   t h e   s u n s   f o r   d e a n d r e a y t o n ‼ ️ * * e s p n   w o j   n b a   b r e a k i n g   n e w s * *   🤯   🤯 
 w a t c h   t h e   f u l l   v i d e o   o n   m y   y o u t u b e   c h a n n e l   👀 👀 ⬇ ️ ⬇ ️ 
 👉 
 p h o e n i x s u n s   d e v i n b o o k e r   c h r i s p a u l   k y r i e i r v i n g   k e v i n d u r a n t   z i o n w i l l i a m s o n   n b a n e w s   n b a t r a d e  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
d o e s   s e n g u n   m a k e   t h e   r o c k e t s   . . . 
   
 
   
 a l p e r e n s e n g u n   c h o p s h o p   c h r i s t i a n w o o d   h o u s t o n r o c k e t s   i b a k a   j a l e n g r e e n   j a m e s h a r d e n   k e v i n d u r a n t   k e v i n p o r t e r j r   n b a   n b a p l a y i n   o k c t h u n d e r   p l a y o f f s   r u s s e l l w e s t b r o o k   s o u t h w e s t d i v i s i o n   w e s t e r n c o n f e r e n c e  
o n e   o f   o u r   c h a s e r s   i n   o u r   p u l l   g a m e   o n     c o m e   b o o k m a r k   t h e   s h o w   n o w     n b a   n f l   n h l   m l b   k e v i n d u r a n t   a a r o n j u d g e  
i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b r o o k l y n   n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b k l y n   b r o o k l y n n e t s   b r o o k l y n   n e t s   k e v i n d u r a n t   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
t h i s   p r o v e s   t h a t   t h e   k e v i n d u r a n t   e f f e c t   i s   r e a l !  
n e x t   o n   t h e   l i s t   f o r   o u r   g e t t i n g   t o   k n o w   p r i n c e   g e o r g e ’ s   c o u n t y   s e r i e s ,   w e ’ r e   e x p l o r i n g   t h e   t o w n   o f   s e a t   p l e a s a n t !     
 s e a t p l e a s a n t   p g c o u n t y   k e v i n d u r a n t   b a s k e t b a l l   s m a r t c i t y   v e t e r a n s m e m o r i a l   v i s i t m a r y l a n d   m a r y l a n d  
1 0 x   n b a   a l l - s t a r !   4   r e a s o n s   w h y   n e t s   a r e   i n   t r o u b l e .   d o   t h e y   t r u s t   k e v i n d u r a n t ?   d a m a g e d   r e l a t i o n s h i p s    
n b a   b r e a k i n g   n e w s :   n a s h   a n d   k e v i n   . . . 
   
 
   
 a m h o o p s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   d r a m a t i c n b a n e w s n a s h a n d k e v i n d u r a n t i s s u e s a t b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   e s p n   f o x s p o r t s   f r e e a g e n c y n b a   h o o p f l i x   k e v i n d u r a n t   k y r i e i r v i n g   l e b r o n j a m e s  
m y   c o l l e c t i o n   s o   f a r   b r o o k l y n   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   a u s t r a l i a  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   d e f e n s i v e   g o a t ? !   t o p   n b a   p o w e r   f o r w a r d s   t o d a y   2 0 2 2   2 0 2 3   s e a s o n   k e v i n d u r a n t   g i a n n i s a n t e t o k o u n m p o   a n t h o n y d a v i s    
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
w o u l d   e m b i i d ,   d u r a n t ,   & a m p ;   . . . 
   
 
   
 7 6 e r s h i g h l i g h t s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c h i n e y o g w u m i k e   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   j a m e s h a r d e n   j a m e s h a r d e n n e w s   j o e l e m b i i d   k d   k d h a r d e n   k e n d r i c k p e r k i n s   k e v i n d u r a n t   m a l i k a a n d r e w s  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d a y   1 7   o f   o u r   n b a   s e a s o n   c o u n t d o w n ,   a n d   i t ' s   t i m e   t o   t a l k     a n d   t h e   s t a r   o f   t h e   o f f s e a s o n ,   k e v i n   d u r a n t .   b r o o k l y n n e t s   k e v i n d u r a n t  
n e w   o n e   f o r   s p o r t s   i l l u s t r a t e d   o n   t h e   c o n t r o l   k e v i n   d u r a n t   e x e r t   o n   n e t s   g m   s e a n   m a r k s .   h a d   f u n   i n c l u d i n g   a   l a y e r   o f   g o u a c h e   i n k   r e s i s t .   b i g   t h a n k s   t o   a d   l a u r a   a n g l e ! !   k e v i n d u r a n t   b r o o k l y n n e t s   s p o r t s i l l u s t r a t e d  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k e v i n   d u r a n t ,   k y r i e   i r v i n g ,   b e n   s i m m o n s   b u t a t a   s a   s i x e r s 
 
 t u n a y n a t a b l o i d i s t a   
 a b a n t e s p o r t s 
 k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o n t   b a s h   o p p o s i t e   t h i n k i n g ,   i n s t e a d   l i s t e n   c a r e f u l l y   a n d   c h o o s e   w h a t   u   b e l i k a r e e m a l j e i r v i n g   n b a   k y r i e   b a s k e t b a l l   l e b r o n j a m e s   k e v i n d u r a n t   l e b r o n   j a m e s h a r d e n   s t e p h e n c u r r y   b a l l i s l i f e   l a k e r s   k o b e b r y a n t   s t e p h c u r r y   n i k e   k   b r o o k l y n n e t s   n e t s   k o b e   k a r e e m  
l o s   a n g e l e s   c l i p p e r s   v s   p o r t l a n d   t r a i l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s  
t h i n k i n g   b o u t   ( b r o o k l y n )   a f t e r   h o w   i   l e f t   t h e   ( n e t s )   . .   🏀 🎬 🔥   k e v i n d u r a n t  
w h e n   l a n a   r h o a d e s '   k i d   w a s   b o r n ,   i t   r e s e m b l e d   b l a k e   g r i f f i n   p e r f e c t l y ,   k e v i n   d u r a n t   w e n t   c r a z y   w h e n   h e   h e a r d   t h e   n e w s   💀 😂 🤣   k e v i n d u r a n t   b l a k e g r i f f i n   b a b y m a m a d r a m a   b a b y m a m m a  
s o   y e a h   t h i s   b r o o k l y n n e t s   t h i n g   c a n   w o r k . 
 
 r e b o u n d s   a r e   g o n n a   b e   a n   i s s u e ,   d e f e n s e   i s   g o n n a   b e   a   p r o b l e m ,   n a s h   s u c k s   a s   a   c o a c h   a n d   t h e   t e a m ' s   b e n c h   c o u l d   u s e   a   b i t   o f   w o r k . 
 
 b u t   e v e n   w i t h   a l l   t h a t   t h e y   g o t   k e v i n d u r a n t   w h i c h   m a k e s   e m   o n e   o f   t h e   t o p   t e a m s   i n   t h e   n b a   e a s t .  
c h a r i t y   s t r i p e   i t   i s .   s t e p h c u r r y   j o r d a n p o o l e   k e v i n d u r a n t   t r a e y o u n g   f g   n b a   n b a f a n t a s y   f a n t a s y r a d a r   l a t v i a f a n t a s y l e a g u e 
  
n e w !   w e   d i s c u s s   a a r o n j u d g e   & a m p ;   h i s   q u e s t   f o r   6 1   & a m p ;   6 2   h o m e r u n s .   w e   b r e a k   d o w n   k e v i n d u r a n t ' s   c o m m e n t s   a t   n b a   m e d i a   d a y   & a m p ;   l o o k   @   w e e k 4   o f   n f l   s e a s o n .   w e   d o   o u r   2   p i c k s   e a c h   f o r   f a n t a s y f o o t b a l l   m u s t s t a r t s   i n   w k   4   t h a t   a r e   a v a i l a b l e   i n   5 0 %   o f   e s p n   l e a g u e s    
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
“ i s   i t   k e v i n   d u r a n t ? ”   l a n a   r h o a d e s   d r o p s   m a s s i v e   h i n t   w h o   t h e   f a t h e r   o f   h e r   c h i l d   r e a l l y   i s     n b a   k e v i n d u r a n t
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j a b a r i   s m i t h   j r .   o n   f i r e   f o r   t h e   . . . 
   
 
   
 b a s k e t b a l l   b a s k e t b a l l p o d c a s t   b a s k e t b a l l s h o w   g i a n n i s a n t e t o k o u n m p o   h o u s t o n r o c k e t s   k e v i n d u r a n t   l e b r o n j a m e s   l u k a d o n c i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a c h a n n e l   n b a d r a f t   n b a h i g h l i g h t s   n b a n e w s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k d   w a s   g r e a t   a t   o k c   🛸 
 k e v i n d u r a n t   k d   
 n b a   o k c   n e t s   
 w a r r i o r s  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
t h e     h a d   t h e   m o s t   d r a m a t i c   o f f s e a s o n   i n   n b a   h i s t o r y ,   b u t   n o w   i t   i s   t i m e   t o   p l a y .   w h a t   c a n   t h i s   t a l e n t e d   n e t s   r o s t e r   a c c o m p l i s h   i n   t h e   2 0 2 2 - 2 3   s e a s o n ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 b e n s i m m o n s   k e v i n d u r a n t   k y r i e i r v i n g   n b a p r e s e a s o n   n b a t w i t t e r  
m o r e   d i s t u r b i n g   d e t a i l s   c o m e   o u t   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c h r i s b r o u s s a r d   c j m c c o l l u m   c l i p p e r s n e w s   e a s t e r n c o n f e r e n c e   e s p n   f i r s t t a k e   i m e u d o k a   i m e u d o k a b o s t o n c e l t i c s   k a w h i l e o n a r d l a u g h   k e v i n d u r a n t   k e v i n d u r a n t t r a d e   k y r i e i r v i n g  
f a c t s .   c o u l d n ’ t   h a v e   s a i d   t h i s   s h i t   b e t t e r .   k e v i n d u r a n t   i s   n o t   l e g e n d a r y .   w h a t ’ s   t h e   h i g h l i g h t   o f   h i s   c a r e e r ?   n o t h i n g   o u t s i d e   t h e   w a r r i o r s   o v e r r a t e d   a s f !  
h e r e s   s o m e   s h o t s   o f   t h e   k d   j e r s e y   🏀 💦 
 . 
 . 
 . 
 . 
 k e v i n d u r a n t   a p p l i q u é   c u s t o m j e r s e y   t e x t i l e a r t   b a s k e t b a l l a r t   n e t s   b r o o k l y n   @   b r o o k l y n ,   n e w   y o r k  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
k e v i n   d u r a n t :   “ i ’ m   a   l e g e n d ”   k e v i n d u r a n t  
y o u t u b e   w h e n   y o u   a r e   b e t t e r   t h a n   t h e   r e a l   k d   n b a   n b a 2 k 2 3   k d   k e v i n d u r a n t  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
w i l l   t h e   n e t s   o v e r c o m e   t h e   d r a m a   & a m p ;   m a k e   i t   t o   t h e   f i n a l s ?   c l i c k   l i n k   f o r   f u l l   v i d e o . 
 
 e d i t e d   b y   c a n t v       n b a   n b a t w i t t e r   b a s k e t b a l l   n b a p r e s e a s o n   n e t s   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s 
 c a n t v   n b a o f f s e a s o n  
v i c t o r w e m b a n y a m a   i s   e x p e c t e d   t o   b e   t h e   t o p   p i c k   i n   t h e   n b a ' s   2 0 2 3   d r a f t .   @   7 - f o o t - 4 ,   t h e   f r e n c h   t e e n   i s   2   i n c h e s   t a l l e r   t h a n   s h a q u i l l e o n e a l   & a m p ;   d r a w s   c o m p a r i s o n s   t o   l e b r o n ,   m a g i c j o h n s o n   & a m p ;   k e v i n d u r a n t .   h e   m a k e s   h i s   u s a   d e b u t   o n   t u e s   i n   h e n d e r s o n ,   n e v .  
c a n ’ t   w a i t   t o   h o o p   i n   t h e s e   j o i n t s   s h o u t s   t o   m y   f a v o r i t e   p l a y e r   a n d   p r o d u c e r   f o r   t h e   c o m b o   9 t h w o n d e r   k e v i n d u r a n t   n i k e   k i c k s   s n e a k e r s   m p c l i v e   m p c   s p 4 0 4   k d 1 5   c a l i f o r n i a   i n l a n d e m p i r e   b e a t s   j a m s   y e s s i r  
•   _ _ w r l d   c h e f   c u r r y   💍 
 _ 
 
 s t e p h g o n n a s t e p h   s t e p h e n c u r r y   s t e p h c u r r y 3 0   s t e p h e n c u r r y 3 0   s t e p b a c k   s t e p h c u r r y   s p l a s h b r o t h e r s   c u r r y b r a n d   j a s o n t a t u m   k e v i n d u r a n t   j a m o r a n t   k l a y t h o m p s o n   k l a y t h o m p s o n 1 1   j o r d a n p o o l e   c u r r y 9   n b a r e e l s   r e e l s   n b a  
k e v i n d u r a n t   t h i n k i n g …   🤔   💭 i   d o n ’ t   h a v e   t o   l i s t e n   t o   t h i s ! 
 s p o r t s   n b a m e d i a d a y   n b a t w i t t e r   o k c   w a r r i o r s   n e t s w o r l d   s e a t t l e   d c    
y o u t u b e   w h e n   u   r   u n s t o p p a b l e   j u s t   l i k e   t h e   r e a l   k d   n b a   2 k 2 3   n b a   n b a 2 k   k e v i n d u r a n t   n b a 2 k 2 3   m y t e a m   3 p t s  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
(   s t a r   k e v i n   d u r a n t   r o a s t s   o k l a h o m a   c o a c h   b r e n t   v e n a b l e s   d u r i n g   t e x a s '   b l o w o u t   w i n   i n   r e d   r i v e r   s h o w d o w n   :   d u r a n t   w a s   a   s t a r   f o r   t e x a s   a n d   a p p a r e n t l y   e n j o y e d   t h e   l o n g h o r n s   r o u t   o f   o k l a h o m a   . .  
j a c k a s s   t h i s   i s   w h y   k e v i n   d u r a n t   l e f t 
 b e n c h   w a r m e r   b e n c h w a r m e r   s u s p e n s i o n   n b a p u   p l a y e r s   u n i o n   p r o s p o r t s   n b a   b a s k e t b a l l  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
      i f   t h e     l o s e ,   w h o   w i l l   t h e y   t r y   a n d   b u y   f r o m   t h e   ?     d u r a n t
w a n t   t o   w o r k   i n   d u r a n t ,   o k ?   v i e w   o u r   l a t e s t   o p e n i n g :     t r a n s p o r t a t i o n
[ p r e v i e w   2 0 2 2 - 2 3 ]   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a b a u t r e t   a l l   a n g e l e s   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t   b a s k e t b a l l   b l o c k   b o s t o n c e l t i c s   b r y a n t   b u l l s   c a r m e l o   c h i c a g o   c h r i s   c l i p p e r s   c o n t r e   c u r r y   d a v i s   d u f a n t   d u n k   d u r a n t   e a s t e r n c o n f e r e n c e  
s t o p   s t a r i n g   a t   t h e   c l o c k   e v e r y   d a y .   i t ' s   t i m e   f o r   a   n e w   c a r e e r .   f o l l o w   u s   t o   v i e w   j o b s   w i t h   t i t l e s   l i k e   " w a r e h o u s e   w o r k e r   -   p a c k a g e   h a n d l e r "   i n   d u r a n t ,   o k .   l a b o r
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   k e v i n   d u r a n t   r o a s t s   b r e n t   v e n a b l e s   d u r i n g   b l o w o u t ,   c l a p s   b a c k   a t   h a t e r s   –       b l o w o u t   b r e n t   c l a p s   d u r a n t
n b a   2 k 2 3   -   p a u l   g e o r g e   v s   j a m e s   h a r d e n   -   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c p u v s c p u   d u r a n t   g a m e p l a y   h a w k s   k o b e b r y a n t   l a k e r s   l e b r o n   l o s a n g e l e s c l i p p e r s   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s   n u g g e t s   p a c i f i c d i v i s i o n  
n b a   2 k 2 3   -   z i o n   v s   b o o k e r   -   p h o e n i x   s u n s   v s   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c l i p p e r s   c p u v s c p u   d u r a n t   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s   n e w o r l e a n s p e l i c a n s  
i   f i n a l l y   u n d e r s t a n d   w h y   d u r a n t   l e f t   t h e   w a r r i o r s .   d r a y m o n d   w a r r i o r s   d u r a n t
t h e   n b a   s u p e r s t a r s   a r e   l o o k i n g   f o r w a r d   t o   s t r u t t i n g   t h e i r   s t u f f   o n   t h e   c o u r t .   w h o   i s   y o u r   e a r l y   m v p   p i c k   t h i s   y e a r ?     d o n c i c   e m b i i d   a n t e t o k o u n m p o   d u r a n t   j o k i c   t a t u m   m o r a n t   c u r r y   j a m e s   w i l l i a m s o n   b o o k e r   l i l l a r d
t h i s   s a l e s   g r o u p   j o b   m i g h t   b e   a   g r e a t   f i t   f o r   y o u .   c l i c k   t h e   l i n k   i n   o u r   b i o   t o   s e e   i t   a n d   m o r e .   s a l e s   a c c o u n t   e x e c u t i v e   h o s p i c e   a t   e l a r a   c a r i n g   h o s p i c e   d u r a n t ,   o k
i n f o r m a t i o n   o n   d u r a n t   i o w a   p o l i c e   d e p a r t m e n t   o f f i c e r   r o b e r t   s m i t h   a n d   h i s   r e c e n t   g u i l t y   p l e a   f r o m   t h e   2 0 1 7   a r r e s t   o f   b r y c e   y a k i s h   i s   n o w   a v a i l a b l e .   d u r a n t   g u i l t y c o p   p l e a d e a l   e x c e s s i v e f o r c e   p o l i c e r e s i g n e d  
b e i n g   a b l e   t o   s e e   w h i c h   n b a   s t a r s   o w n   t h e i r   p e e r ’ s   t o p s h o t   m o m e n t s   i s   v e r y   c o o l .   ⁦ ⁩   b u y i n g   ⁦ ⁩   m o m e n t   s e r i a l   1   i s   a p p a r e n t   w h y   w h e n   y o u   s e e   t h e   p l a y   i t s e l f .   n b a t o p s h o t   d u r a n t   k d    
n b a   2 k 2 3   -   c u r r y   v s   m i t c h e l l   -   g o l d e n   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l i p p e r s   c p u v s c p u   d u r a n t   e a s t e r n c o n f e r e n c e   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m  
n e w   u p l o a d   -   " d r a y m o n d   g r e e n   p u n c h e s   j o r d a n   p o o l e   v i d e o   |   s t e p h e n   a   r e a c t s   |   k n o c k   o u t   p u n c h " 
 
 d r a y m o n d g r e e n   j o r d a n p o o l e   n b a   g o l d e n s t a t e w a r r i o r s   w a r r i o r s   l e b r o n   c u r r y   d u r a n t   y o u g o t k n o c k e d t h e f o u t 
 
 w a t c h   n o w :    
_ h _ t o w n   b h a h a h a h 
 
 i   w i l l   s a y   t h i s . 
 f o r   a l l   t h e   c r a p   f o l k s   t a l k   a b o u t   d u r a n t . . . .   t h a t   d o e s   n o t   h a p p e n   i f   h e ' s   t h e r e .   
 
 w a r r i o r s   d r a y m o n d   p o o l e
h e   a i n ' t   d o   t h a t   t o   d u r a n t   t h o   🤔  
j a c k a s s   t h i s   i s   w h y   k e v i n   d u r a n t   l e f t 
 b e n c h   w a r m e r   b e n c h w a r m e r   s u s p e n s i o n   n b a p u   p l a y e r s   u n i o n   p r o s p o r t s   n b a   b a s k e t b a l l  
k e v i n   d u r a n t   o n   v i c t o r   w e m b a n y a m a   -   ' ' t h e   l e a g u e   i s   r e a l l y   i n   t r o u b l e   w h e n   h e   c o m e s   i n . . .   e v e r y b o d y ' s   r e a l l y   e x c i t e d   f o r   h i s   a r r i v a l   t o   t h e   l e a g u e   s o   w i l l   s e e   w h a t   h a p p e n s . ' '   🏀 

t h e   n c c a   c h a m p i o n s h i p   w i l l   b e n e f i t   f r o m   t h e   g e n e r o u s   s p o n s o r s h i p   o f   d u r a n t c r i c k e t   f o r   t h e   n e x t   t w o   s e a s o n s . ⁠ 
 
 c h e c k   o u t   d u r a n t   c r i c k e t   a n d   g i v e   t h e m   a   f o l l o w   
 ⁠ ⁠ ⁠ 
 l e a r n   m o r e   a b o u t   t h e   p a r t n e r s h i p   o v e r   o n   o u r   w e b s i t e . . .   
 
 
 ⁠  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
a d e b a y o ,   l o w r y   s h a r p   a s   s h o r t h a n d e d   h e a t   c r u s h   d u r a n t ,   n e t s   1 0 9 - 8 0   i n   e x h i b i t i o n   w i n    
c u r r y   v s   z i o n   -   g o l d e n   s t a t e   w a r r i o r s   v s   n e w   o r l e a n s   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k 2 3   2 k s i m u l a t i o n   c l i p p e r s   c p u v s c p u   d u r a n t   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s  
j u g g l i n g   c l a s s e s   & a m p ;   w o r k ?   h i r e   u s   t o   h a n d l e   s o m e   o f   t h e m   o n   y o u r   b e h a l f :   
 
 ✅   p s y c h o l o g y   
 ✅   h i s t o r y 
 ✅   c h e m i s t r y 
 ✅   b i o l o g y 
 ✅   g e o g r a p h y 
 ✅   e n g l i s h   
 ✅   s o c i a l   s c i e n c e 
 ✅   p h y s i c s   
 ✅   s o c i o l o g y 
 ✅   e c o n o m i c s 
 p v a m u   m s u   n c a t 2 5   a s u   f s u   t s u   j s u   d u r a n t   c u n y   b u   1 0 0 d a y s o f c o d e  
📕 📗 📘 📙 a s s i g n m e n t   h e l p *   
   
 w e   p r o v i d e   q u a l i t y   s u p p o r t   2 4 / 7   t o   a l l   s t u d e n t s .   w e   g u a r a n t e e   y o u :   
 
 📌 q u a l i t y   w r i t i n g   
 📌 c o n f i d e n t i a l i t y   
 📌 a f f o r d a b l e   p r i c e s 
 📌 p l a g i a r i s m   f r e e 
 📌 t i m e l y 
 m b b s   a s u   a l c o r n   g r a m f a m   n c a t   g s u   p v a m u   n f l   t s u   f a m u   d u r a n t   c u n y   j s u   1 0 0 d a y s o f c o d i n g  
c h e c k   o u t   m y   l a t e s t   v i d e o   " z i o n   r e t u r n s   |   s t e p h e n   a   j u s t   s a i d   p e l i c a n s   c a n   g o   t o   t h e   f i n a l s   |   n e w   o r l e a n s   p e l i c a n s " 
 
 s t e p h e n a s m i t h   p e l i c a n s   b u l l s   z i o n   z i o n w i l l i a m s o n   n e w o r l e a n s   n b a   l e b r o n   l a k e r s   n e t s   d u r a n t   w a r r i o r s   c u r r y   
 
 w a t c h   n o w :    
d u r a n t   ♂   b o o s t e d 
 1 0 0 i v   c p :   2 3 1 8   l v :   3 1 
 f o l l o w   _ v r 
 
 4 0 . 6 0 2 1 7 3 , - 7 5 . 5 4 1 1 8 0
d u r a n t   ♀   b o o s t e d 
 1 0 0 i v   c p :   2 3 5 6   l v :   3 2 
 f o l l o w   _ v r 
 
 4 0 . 7 1 4 0 9 5 , - 7 4 . 0 0 9 9 5 2
d u r a n t   ♂   ( x l )   b o o s t e d 
 1 0 0 i v   c p :   2 4 3 2   l v :   3 4 
 f o l l o w   _ v r 
 
 4 0 . 6 3 7 6 8 6 , - 7 5 . 3 9 0 7 2 1
w i l d   t o   t h i n k ,     b u t   t h i s   w i l l   b e   k d   & a m p ;   k y r i e ' s   f i r s t   h o m e   o p e n e r   t o g e t h e r   w i t h   f a n s   i n   a t t e n d a n c e . . . 
 
 2 0 1 9   -   n o   k d 
 2 0 2 0   -   c o v i d - 1 9   ( n o   f a n s ) 
 2 0 2 1   -   n o   k a i   ( v a x   m a n d a t e ) 
 2 0 2 2   -   🖤 🤍 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s t w i t t e r   b k n e t s   n e t s   b k l y n n e t s   d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
d u r a n t   ♂   b o o s t e d 
 1 0 0 i v   c p :   2 3 5 6   l v :   3 2 
 f o l l o w   _ v r 
 
 4 0 . 4 3 9 8 7 0 , - 7 4 . 3 9 0 9 5 6
a f t e r   1 1   d a y s   o f f ,     h a d   a   l i t t l e   r u s t   i n   t h e   f i r s t   s e t   t h e n   c r u i s e d   t o   a   4 - s e t   w i n   o v e r   d u r a n t .   r i v e r v i e w   i s   n o w   1 3 - 5   o n   t h e   s e a s o n . 
 g o s h a r k s 🦈 🏐 
 
       

d u r a n t   ♀   b o o s t e d 
 1 0 0 i v   c p :   2 4 3 2   l v :   3 4 
 f o l l o w   _ v r 
 
 3 9 . 5 6 3 5 3 1 , - 7 6 . 1 0 6 4 8 9
d u r a n t   ♂   b o o s t e d 
 1 0 0 i v   c p :   2 4 3 2   l v :   3 4 
 f o l l o w   _ v r 
 
 4 0 . 8 0 2 4 4 4 , - 7 3 . 9 6 1 3 7 7
d u r a n t   ♂   b o o s t e d 
 1 0 0 i v   c p :   2 4 3 2   l v :   3 4 
 f o l l o w   _ v r 
 
 4 0 . 0 6 9 8 8 6 , - 7 5 . 0 8 9 3 5 7
d u r a n t   ♀   b o o s t e d 
 1 0 0 i v   c p :   2 3 9 4   l v :   3 3 
 f o l l o w   _ v r 
 
 3 9 . 9 1 6 5 1 6 , - 7 5 . 1 7 1 7 3 0
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
w e l l ,   7 6 e r s   v s   n e t s   w i l l   h o l d   m e   o v e r   u n t i l   i   g e t   t o   s e e   t h e   g a m e   f r o m   l a s t   n i g h t .   r o c k e t s   h a r d e n   d u r a n t  
[ s t a t m u s e ]   p l a y e r s   i n   n b a   h i s t o r y   t o   a v e r a g e   2 0   p p g   o n   5 0 〳 4 0 〳 9 0 %   s h o o t i n g   i n   t h e   f i n a l s   ( m i n   1 0   g a m e s )   -   —   k e v i n   d u r a n t   —   e n d   o f   l i s t   k d   a c t u a l l y   a v e r a g e s   3 0 . 3   p p g .   🏀 

      i f   t h e     l o s e ,   w h o   w i l l   t h e y   t r y   a n d   b u y   f r o m   t h e   ?     d u r a n t
w a n t   t o   w o r k   i n   d u r a n t ,   o k ?   v i e w   o u r   l a t e s t   o p e n i n g :     t r a n s p o r t a t i o n
[ p r e v i e w   2 0 2 2 - 2 3 ]   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a b a u t r e t   a l l   a n g e l e s   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t   b a s k e t b a l l   b l o c k   b o s t o n c e l t i c s   b r y a n t   b u l l s   c a r m e l o   c h i c a g o   c h r i s   c l i p p e r s   c o n t r e   c u r r y   d a v i s   d u f a n t   d u n k   d u r a n t   e a s t e r n c o n f e r e n c e  
s t o p   s t a r i n g   a t   t h e   c l o c k   e v e r y   d a y .   i t ' s   t i m e   f o r   a   n e w   c a r e e r .   f o l l o w   u s   t o   v i e w   j o b s   w i t h   t i t l e s   l i k e   " w a r e h o u s e   w o r k e r   -   p a c k a g e   h a n d l e r "   i n   d u r a n t ,   o k .   l a b o r
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   k e v i n   d u r a n t   r o a s t s   b r e n t   v e n a b l e s   d u r i n g   b l o w o u t ,   c l a p s   b a c k   a t   h a t e r s   –       b l o w o u t   b r e n t   c l a p s   d u r a n t
n b a   2 k 2 3   -   p a u l   g e o r g e   v s   j a m e s   h a r d e n   -   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c p u v s c p u   d u r a n t   g a m e p l a y   h a w k s   k o b e b r y a n t   l a k e r s   l e b r o n   l o s a n g e l e s c l i p p e r s   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s   n u g g e t s   p a c i f i c d i v i s i o n  
n b a   2 k 2 3   -   z i o n   v s   b o o k e r   -   p h o e n i x   s u n s   v s   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c l i p p e r s   c p u v s c p u   d u r a n t   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s   n e w o r l e a n s p e l i c a n s  
i   f i n a l l y   u n d e r s t a n d   w h y   d u r a n t   l e f t   t h e   w a r r i o r s .   d r a y m o n d   w a r r i o r s   d u r a n t
t h e   n b a   s u p e r s t a r s   a r e   l o o k i n g   f o r w a r d   t o   s t r u t t i n g   t h e i r   s t u f f   o n   t h e   c o u r t .   w h o   i s   y o u r   e a r l y   m v p   p i c k   t h i s   y e a r ?     d o n c i c   e m b i i d   a n t e t o k o u n m p o   d u r a n t   j o k i c   t a t u m   m o r a n t   c u r r y   j a m e s   w i l l i a m s o n   b o o k e r   l i l l a r d
t h i s   s a l e s   g r o u p   j o b   m i g h t   b e   a   g r e a t   f i t   f o r   y o u .   c l i c k   t h e   l i n k   i n   o u r   b i o   t o   s e e   i t   a n d   m o r e .   s a l e s   a c c o u n t   e x e c u t i v e   h o s p i c e   a t   e l a r a   c a r i n g   h o s p i c e   d u r a n t ,   o k
i n f o r m a t i o n   o n   d u r a n t   i o w a   p o l i c e   d e p a r t m e n t   o f f i c e r   r o b e r t   s m i t h   a n d   h i s   r e c e n t   g u i l t y   p l e a   f r o m   t h e   2 0 1 7   a r r e s t   o f   b r y c e   y a k i s h   i s   n o w   a v a i l a b l e .   d u r a n t   g u i l t y c o p   p l e a d e a l   e x c e s s i v e f o r c e   p o l i c e r e s i g n e d  
b e i n g   a b l e   t o   s e e   w h i c h   n b a   s t a r s   o w n   t h e i r   p e e r ’ s   t o p s h o t   m o m e n t s   i s   v e r y   c o o l .   ⁦ ⁩   b u y i n g   ⁦ ⁩   m o m e n t   s e r i a l   1   i s   a p p a r e n t   w h y   w h e n   y o u   s e e   t h e   p l a y   i t s e l f .   n b a t o p s h o t   d u r a n t   k d    
n b a   2 k 2 3   -   c u r r y   v s   m i t c h e l l   -   g o l d e n   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l i p p e r s   c p u v s c p u   d u r a n t   e a s t e r n c o n f e r e n c e   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m  
n e w   u p l o a d   -   " d r a y m o n d   g r e e n   p u n c h e s   j o r d a n   p o o l e   v i d e o   |   s t e p h e n   a   r e a c t s   |   k n o c k   o u t   p u n c h " 
 
 d r a y m o n d g r e e n   j o r d a n p o o l e   n b a   g o l d e n s t a t e w a r r i o r s   w a r r i o r s   l e b r o n   c u r r y   d u r a n t   y o u g o t k n o c k e d t h e f o u t 
 
 w a t c h   n o w :    
_ h _ t o w n   b h a h a h a h 
 
 i   w i l l   s a y   t h i s . 
 f o r   a l l   t h e   c r a p   f o l k s   t a l k   a b o u t   d u r a n t . . . .   t h a t   d o e s   n o t   h a p p e n   i f   h e ' s   t h e r e .   
 
 w a r r i o r s   d r a y m o n d   p o o l e
h e   a i n ' t   d o   t h a t   t o   d u r a n t   t h o   🤔  
j a c k a s s   t h i s   i s   w h y   k e v i n   d u r a n t   l e f t 
 b e n c h   w a r m e r   b e n c h w a r m e r   s u s p e n s i o n   n b a p u   p l a y e r s   u n i o n   p r o s p o r t s   n b a   b a s k e t b a l l  
k e v i n   d u r a n t   o n   v i c t o r   w e m b a n y a m a   -   ' ' t h e   l e a g u e   i s   r e a l l y   i n   t r o u b l e   w h e n   h e   c o m e s   i n . . .   e v e r y b o d y ' s   r e a l l y   e x c i t e d   f o r   h i s   a r r i v a l   t o   t h e   l e a g u e   s o   w i l l   s e e   w h a t   h a p p e n s . ' '   🏀 

t h e   n c c a   c h a m p i o n s h i p   w i l l   b e n e f i t   f r o m   t h e   g e n e r o u s   s p o n s o r s h i p   o f   d u r a n t c r i c k e t   f o r   t h e   n e x t   t w o   s e a s o n s . ⁠ 
 
 c h e c k   o u t   d u r a n t   c r i c k e t   a n d   g i v e   t h e m   a   f o l l o w   
 ⁠ ⁠ ⁠ 
 l e a r n   m o r e   a b o u t   t h e   p a r t n e r s h i p   o v e r   o n   o u r   w e b s i t e . . .   
 
 
 ⁠  
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
a d e b a y o ,   l o w r y   s h a r p   a s   s h o r t h a n d e d   h e a t   c r u s h   d u r a n t ,   n e t s   1 0 9 - 8 0   i n   e x h i b i t i o n   w i n    
c u r r y   v s   z i o n   -   g o l d e n   s t a t e   w a r r i o r s   v s   n e w   o r l e a n s   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k 2 3   2 k s i m u l a t i o n   c l i p p e r s   c p u v s c p u   d u r a n t   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s  
j u g g l i n g   c l a s s e s   & a m p ;   w o r k ?   h i r e   u s   t o   h a n d l e   s o m e   o f   t h e m   o n   y o u r   b e h a l f :   
 
 ✅   p s y c h o l o g y   
 ✅   h i s t o r y 
 ✅   c h e m i s t r y 
 ✅   b i o l o g y 
 ✅   g e o g r a p h y 
 ✅   e n g l i s h   
 ✅   s o c i a l   s c i e n c e 
 ✅   p h y s i c s   
 ✅   s o c i o l o g y 
 ✅   e c o n o m i c s 
 p v a m u   m s u   n c a t 2 5   a s u   f s u   t s u   j s u   d u r a n t   c u n y   b u   1 0 0 d a y s o f c o d e  
📕 📗 📘 📙 a s s i g n m e n t   h e l p *   
   
 w e   p r o v i d e   q u a l i t y   s u p p o r t   2 4 / 7   t o   a l l   s t u d e n t s .   w e   g u a r a n t e e   y o u :   
 
 📌 q u a l i t y   w r i t i n g   
 📌 c o n f i d e n t i a l i t y   
 📌 a f f o r d a b l e   p r i c e s 
 📌 p l a g i a r i s m   f r e e 
 📌 t i m e l y 
 m b b s   a s u   a l c o r n   g r a m f a m   n c a t   g s u   p v a m u   n f l   t s u   f a m u   d u r a n t   c u n y   j s u   1 0 0 d a y s o f c o d i n g  
c h e c k   o u t   m y   l a t e s t   v i d e o   " z i o n   r e t u r n s   |   s t e p h e n   a   j u s t   s a i d   p e l i c a n s   c a n   g o   t o   t h e   f i n a l s   |   n e w   o r l e a n s   p e l i c a n s " 
 
 s t e p h e n a s m i t h   p e l i c a n s   b u l l s   z i o n   z i o n w i l l i a m s o n   n e w o r l e a n s   n b a   l e b r o n   l a k e r s   n e t s   d u r a n t   w a r r i o r s   c u r r y   
 
 w a t c h   n o w :    
d u r a n t   ♂   b o o s t e d 
 1 0 0 i v   c p :   2 3 1 8   l v :   3 1 
 f o l l o w   _ v r 
 
 4 0 . 6 0 2 1 7 3 , - 7 5 . 5 4 1 1 8 0
d u r a n t   ♀   b o o s t e d 
 1 0 0 i v   c p :   2 3 5 6   l v :   3 2 
 f o l l o w   _ v r 
 
 4 0 . 7 1 4 0 9 5 , - 7 4 . 0 0 9 9 5 2
d u r a n t   ♂   ( x l )   b o o s t e d 
 1 0 0 i v   c p :   2 4 3 2   l v :   3 4 
 f o l l o w   _ v r 
 
 4 0 . 6 3 7 6 8 6 , - 7 5 . 3 9 0 7 2 1
w i l d   t o   t h i n k ,     b u t   t h i s   w i l l   b e   k d   & a m p ;   k y r i e ' s   f i r s t   h o m e   o p e n e r   t o g e t h e r   w i t h   f a n s   i n   a t t e n d a n c e . . . 
 
 2 0 1 9   -   n o   k d 
 2 0 2 0   -   c o v i d - 1 9   ( n o   f a n s ) 
 2 0 2 1   -   n o   k a i   ( v a x   m a n d a t e ) 
 2 0 2 2   -   🖤 🤍 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s t w i t t e r   b k n e t s   n e t s   b k l y n n e t s   d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
d u r a n t   ♂   b o o s t e d 
 1 0 0 i v   c p :   2 3 5 6   l v :   3 2 
 f o l l o w   _ v r 
 
 4 0 . 4 3 9 8 7 0 , - 7 4 . 3 9 0 9 5 6
a f t e r   1 1   d a y s   o f f ,     h a d   a   l i t t l e   r u s t   i n   t h e   f i r s t   s e t   t h e n   c r u i s e d   t o   a   4 - s e t   w i n   o v e r   d u r a n t .   r i v e r v i e w   i s   n o w   1 3 - 5   o n   t h e   s e a s o n . 
 g o s h a r k s 🦈 🏐 
 
       

d u r a n t   ♀   b o o s t e d 
 1 0 0 i v   c p :   2 4 3 2   l v :   3 4 
 f o l l o w   _ v r 
 
 3 9 . 5 6 3 5 3 1 , - 7 6 . 1 0 6 4 8 9
d u r a n t   ♂   b o o s t e d 
 1 0 0 i v   c p :   2 4 3 2   l v :   3 4 
 f o l l o w   _ v r 
 
 4 0 . 8 0 2 4 4 4 , - 7 3 . 9 6 1 3 7 7
d u r a n t   ♂   b o o s t e d 
 1 0 0 i v   c p :   2 4 3 2   l v :   3 4 
 f o l l o w   _ v r 
 
 4 0 . 0 6 9 8 8 6 , - 7 5 . 0 8 9 3 5 7
d u r a n t   ♀   b o o s t e d 
 1 0 0 i v   c p :   2 3 9 4   l v :   3 3 
 f o l l o w   _ v r 
 
 3 9 . 9 1 6 5 1 6 , - 7 5 . 1 7 1 7 3 0
k e v i n   d u r a n t   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n d u r a n t   k e v i n   d u r a n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
w e l l ,   7 6 e r s   v s   n e t s   w i l l   h o l d   m e   o v e r   u n t i l   i   g e t   t o   s e e   t h e   g a m e   f r o m   l a s t   n i g h t .   r o c k e t s   h a r d e n   d u r a n t  
[ s t a t m u s e ]   p l a y e r s   i n   n b a   h i s t o r y   t o   a v e r a g e   2 0   p p g   o n   5 0 〳 4 0 〳 9 0 %   s h o o t i n g   i n   t h e   f i n a l s   ( m i n   1 0   g a m e s )   -   —   k e v i n   d u r a n t   —   e n d   o f   l i s t   k d   a c t u a l l y   a v e r a g e s   3 0 . 3   p p g .   🏀 

m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k y r i e   i r v i n g   s a y s   t h e   b r o o k l y n   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   l o c k e d o n p o d c a s t  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
t o x i c   n b a   s u p e r s t a r s 
 i n a u g u r a l   r a n k i n g   1 0 . 1 0 . 2 0 2 2 
 1 .   k y r i e   i r v i n g 
 2 .   d r a y m o n d   g r e e n 
 3 .   r u s s e l l   w e s t b r o o k 
 4 .   b e n   s i m m o n s 
 5 .   k e v i n   d u r a n t 
 n b a t w i t t e r   n b a   t o x i c s u p e r s t a r s   d r a y m o n d g r e e n   k y r i e i r v i n g
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
f r o m   g r e e n v i l l e ,   n c   t o   b r o o k l y n :   d a y & a m p ; 3 9 ; r o n   s h a r p e & a m p ; 3 9 ; s   n b a   j o u r n e y   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   d a y r o n s h a r p e   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n e t s h i g h l i g h t s   n o r t h c a r o l i n a   s p o r t s   s t e v e n a s h   u n c  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t h e   b r o o k l y n   n e t s :   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   i s s u e s   ( t h e   r e a l   s t o r y ) 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a o n e s p n   n e t s t r a d e r u m o u r s  
t h r e e   t h i n g s   s t e v e   n a s h ,   b e n   s i m m o n s   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g  
o n e   g o t t a   g o :   n b a   h u m a n   h i g h l i g h t   r e e l   j a m e s h a r d e n   t i m h a r d a w a y   k y r i e i r v i n g   a l l e n i v e r s o n   b a s k e t b a l l   o n e g o t t a g o  
k y r i e   i r v i n g   i n t r o d u c e d   a t   t h e   n e t s ’   p r a c t i c e   a t   b   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   e s p n n b a   h i g h l i g h t s   k y r i e i r v i n g   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   n e t s p r a c t i c e   p r a c t i c e i n t h e p a r k   s p o r t s   v i r a l  
  e x p l a i n   t h a t   k y r i e i r v i n g
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
w e   n e e d   t o   t a l k   a b o u t   k y r i e   i r v i n g … 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s k y r i e i r v i n g h i g h l i g h t s   e a s t e r n c o n f e r e n c e   k y r i e i r v i n g   k y r i e i r v i n g 2 0 2 2 s e a s o n   k y r i e i r v i n g b e s t p l a y s   k y r i e i r v i n g b r o o k l y n h i g h l i g h t s   k y r i e i r v i n g b r o o k l y n n e t s  
k y r i e   i r v i n g   a n d   k d   l o o k   g r e a t   a t   t o d a y & a m p ; 3 9 ; s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   k y r i e i r v i n g a n d k d   k y r i e i r v i n g a n d k d l o o k g r e a t a t t o d a y s b r o o k l y n n e t s t r a i n i n g c a m p   t r a i n i n g c a m p  
j a m a l   c a i n   d e f e n s i v e   h i g h l i g h t s   |   . . . 
   
 
   
 b a m a d e b a y o   b l o c k   b l o c k s   b r o o k l y n   c a m t h o m a s   d e f e n s e   e a s t e r n c o n f e r e n c e   h a y w o o d   h i g h l i g h t   h i g h s m i t h   j a m a r e e b o u y e a   j i m m y b u t l e r   j o v i c   k d   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y l e l o w r y   k y r i e i r v i n g   l o c k d o w n  
m a t e r n i t y   w a r d :   l i t t l e   k y r i e i r v i n g   … .    
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
k y r i e   i r v i n g ,   n e t s   h o p i n g   t o   e r a s e   p a s t   i s s u e s   a n d   s t a r t   n e w   b e g i n n i n g s   f o r   n e x t   s e a s o n   b r o o k l y n n e t s   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
👍   o n   :   j a ’ s   f i r s t   s t a r s t r u c k   m o m e n t   😳   (   v i a   t h e   p i v o t   p o d c a s t   )   j a m o r a n t   j a   k y r i e   k y r i e i r v i n g  
k y r i e   i r v i n g   t a l k s   a b o u t   h i s   f a v o u r i t e   p a i r   o f   j o r d a n ’ s   🏀   k y r i e i r v i n g   b a s k e t b a l l   c o m p l e x   s h o r t s   r e e l s  
k y r i e i r v i n g   s a y s   b r o o k l y n n e t s   l o o k i n g   t o   c h a n g e   n a r r a t i v e   -   v i a     a p p   e s p n    
l e b r o n   j a m e s ,   a n t h o n y   d a v i s   a n d   t h e   l a k e r s   a r e   b a c k   i n   t h e   n b a f i n a l s   g o i n g   a g a i n s t   t h e   r e d   h o t   n e t s . 
 
 t h e   s e a s o n   3   n b a   f i n a l s   i s   l i v e 
   
 
 l o s a n g e l e s l a k e r s   b r o o k l y n n e t s   l a   l a k e r n a t i o n   b r o o k l y n   k d   k y r i e i r v i n g   k y r i e   y o u t u b e   n b a 2 k 2 3   n b a 2 k 2 2
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
a m a z i n g   🏀 🏀 🏀 🔥 🔥 🔥 
 h a n d l e s   k y r i e i r v i n g 

m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k e e p   i n   m i n d   t h e   s a m e   p e o p l e   w h o   a r e   f o r   " u n i t y "   w a n t e d   t r u m p   s u p p o r t e r s   a n d   b l m   o r g a n i z e r s   t o   h u r t   a n d   k i l l   e a c h   o t h e r   w h e n   t h e y   c a m e   t o g e t h e r   t o   s u p p o r t   k y r i e . 
 
 f u n n y   h o w   a c t u a l   u n i t y   i n s t e a d   o f   p e t t y   i d e n t i t y   g a m e s   t r i g g e r s   t h e m . 
 
 p o l i t i c s   
 k y r i e i r v i n g   
 m a k e i t m a k e s e n s e
k e e p   i n   m i n d   t h e   s a m e   p e o p l e   w h o   a r e   f o r   " u n i t y "   w a n t e d   t r u m p   s u p p o r t e r s   a n d   b l m   o r g a n i z e r s   t o   h u r t   a n d   k i l l   e a c h   o t h e r   w h e n   t h e y   c a m e   t o g e t h e r   t o   s u p p o r t   k y r i e . 
 
 f u n n y   h o w   a c t u a l   u n i t y   i n s t e a d   o f   p e t t y   i d e n t i t y   g a m e s   t r i g g e r s   t h e m . 
 
 p o l i t i c s   
 k y r i e i r v i n g   
 m a k e i t m a k e s e n s e
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
e p . 3   w e   s t i l l   l i k e   s p o r t s     w e   g o   t h r o u g h   o u r   p i c k   ‘ e m   g a m e s   f o r   n f l   s u n d a y .   w e   t a l k   a b o u t   t r o u b l e   a t   h o m e   f o r   t o m b r a d y   a n d   t a m p a b a y b u c c a n e e r s   w e   d i s c u s s   t h e   r e c e n t   c o m m e n t s   f r o m   k a r e e m   a b o u t   k y r i e i r v i n g   b a r r y b o n d s   a n d   a a r o n j u d g e   p o d c a s t   s p o r t   s p o r t s n e w s   f o o t b a l l  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k y r i e   i r v i n g   w e   j u s t   w a n t   t o   s e e   y o u   b a l l !   🏀 
 
 📸 :     
 
 k y r i e i r v i n g   b r e a k f a s t c l u b a m   j u s t p l a y b a l l  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e s e   s t a r s   w e r e   n e v e r   s h y   t o   s h o o t   t h e   b a l l   l a s t   s e a s o n   👌 
 
 l e b r o n j a m e s   d e v i n b o o k e r   j a y s o n t a t u m   j a m o r a n t   k y r i e i r v i n g   l u k a d o n c i c   n b a  
k y r i e i r v i n g   g i v e s   o u t   s o m e   f r e e   g a m e   a b o u t   s o c i a l   m e d i a   b u t   i s   h e   s p e a k i n g   f a c t s  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e   d i s t u r b i n g   s i g n s   a b o u t   t h e   . . . 
   
 
   
 c h r i s b r o u s s a r d   c j m c c o l l u m   c l i p p e r s n e w s   e s p n   f i r s t t a k e   g o l d e n s t a t e w a r r i o r s   k a w h i l e o n a r d l a u g h   k e v i n d u r a n t   k e v i n d u r a n t t r a d e   k y r i e i r v i n g   k y r i e i r v i n g i n t e r v i e w   m v p   n b a h i g h l i g h t s   n i c k w r i g h t a n d r e w w i g g i n s  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a m e n   a m e n     p a y a t t e n t i o n   k y r i e i r v i n g   d a g g ,   d o n ' t   t a k e   t h e   v a c c i n a t i o n   b u t   a l e x   j o n e s ?   r e a l l y ?   w e   s e e 👀   y o u   b r o . . .   l i g h t h e a d e d  
  w h o ' s   t o   s a y   k y r i e i r v i n g   i s n ' t   r i g h t ?
k a r e e m   a b d u l - j a b b a r   s h o u l d   b e   u p s e t   w i t h   k y r i e i r v i n g ,   b u t   w h e r e   w a s   t h i s   e n e r g y   f o r   j i m   b r o w n ? 
 
 b r o w n   h a s   b e e n   a r r e s t e d   a n d / o r   c h a r g e d   w / r a p e   o r   a s s a u l t   a g a i n s t   w o m e n   m a n y   t i m e s . 
 
 c a p ’ s   g e n e r a t i o n   a l l o w e d   b r o w n   t o   b e   a   f a l s e   h e r o . 
 
 m y   l a t e s t :   
 
  
i t ’ s   a b o u t   t h a t   t i m e !   🏀   f l y s u p p l y   t b t   k y r i e i r v i n g   n o s l e e p f o r t h e d r e a m e r  
o u t   n o w 🔥 🔥   b u d d y   h i e l d   o p   . . . 
   
 
   
 b u d d y h i e l d a n d m y l e s t u r n e r   b u d d y h i e l d l a k e r s   c o a c h d a r v i n h a m   c o a c h l a k e r s   j s m l a k e r s   k y r i e i r v i n g   l a k e r n e w s   l a k e r n e w s t o d a y   l a k e r s b r e a k i n g n e w s   l a k e r s n a t i o n   l a k e r s n e w s   l a k e r s n e w s n o w   l a k e r s n e w s t o d a y   l a k e r s n e w s u p d a t e  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
b e n s i m m o n s   t r a d e d   t o   t h e   s u n s   f o r   d e a n d r e a y t o n ‼ ️ * * e s p n   w o j   n b a   b r e a k i n g   n e w s * *   🤯   🤯 
 w a t c h   t h e   f u l l   v i d e o   o n   m y   y o u t u b e   c h a n n e l   👀 👀 ⬇ ️ ⬇ ️ 
 👉 
 p h o e n i x s u n s   d e v i n b o o k e r   c h r i s p a u l   k y r i e i r v i n g   k e v i n d u r a n t   z i o n w i l l i a m s o n   n b a n e w s   n b a t r a d e  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
k a r e e m   a b d u l - j a b a r   d o e s n ' t   l i k e   w h e n   n b a   p l a y e r s   p o s t   v i d e o s   f e a t u r i n g   a l e x   j o n e s .   i   m e a n ,   h e   r e e e e e e e e e a l l y   d o e s n ' t   l i k e   i t . 
 
   
 
 k y r i e i r v i n g   n b a   k a r e e m a b d u l j a b a r   a l e x j o n e s
    2   i s   u s u a l l y   p e r f e c t ,   l e v e l   3   t a k e s   k y r i e i r v i n g   l e v e l   s k i l l   p a r t i c u l a r l y   w i t h   t h e   w e a k   h a n d ,   e x c e l l e n t   d r i l l !
b e n   s i m m o n s '   b r i c k   s t r u c k   k y r i e   i r v i n g   i n   t h e   f a c e . 🤣   b e n s i m m o n s   k y r i e i r v i n g  
i ' m   w i t h   k y r i e i r v i n g   i ' m   t i r e d   o f   o l d   b l a c k   m e n   a l w a y s   c a l l i n g   o u t   y o u n g e r   b l a c k   m e n .   i t   g e t s   o l d .   b e e n   d o i n g   t h a t   c r a p   s i n c e   i   w a s   b o r n .
a n k l e s   a r e   g o n e 
 
 f y p   f o r y o u   f o r y o u p a g e   b a s k e t b a l l   b a s k e t b a l l   b a s k e t b a l l e d i t s   e d i t   n b a   k y r i e i r v i n g   a m a z i n g   c o l d   s m o o t h   v i b e s   g o o d v i b e s   v i b e   t r e n d i n g   t r e n d i n g r e e l s   t r e n d i n g s o n g s   v i r a l   v i r a l v i d e o s   i n s t a g o o d   l o v e   i n s t a g r a m   i n s t a l i k e   i n s t a d a i l y   f o l l o w   m u s i c  
g o a t 
 k y r i e i r v i n g  
l e t ' s   g e t   t h e   g a m e   s p i c e d   u p   h e r e !   🔥 
 
 c u r r e n t   p l a y e r - c o a c h   d u o   o f   k y r i e   a n d   n a s h   g o   a g a i n s t   e a c h   o t h e r !   w h o   g o e s   t o   t h e   n e x t   r o u n d   i n   q u e s t   t o   f i n d   t h e   b e s t   p o i n t   g u a r d   o f   a l l - t i m e ? 
 
 w h o   y o u   g o t ?   🗳 ️ 🗣 ️ 
 
 s t e v e n a s h   k y r i e i r v i n g   b r o o k l y n n e t s   b e s t p o i n t g u a r d o f a l l t i m e  
n b a   b r e a k i n g   n e w s :   n a s h   a n d   k e v i n   . . . 
   
 
   
 a m h o o p s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   d r a m a t i c n b a n e w s n a s h a n d k e v i n d u r a n t i s s u e s a t b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   e s p n   f o x s p o r t s   f r e e a g e n c y n b a   h o o p f l i x   k e v i n d u r a n t   k y r i e i r v i n g   l e b r o n j a m e s  
m y   c o l l e c t i o n   s o   f a r   b r o o k l y n   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   a u s t r a l i a  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k a r e e m   m a y b e   k y r i e   j u s t   k n o w s   t h i n g s   w e   d o n ’ t   k y r i e i r v i n g   k a r e e m a b d u l j a b a r   v a c c i n e   n b a t w i t t e r  
    g o n n a   b r e a k     r e c o r d   w i t h   a   h o o k   s h o t 🤣 👀 
 
 
 
 l a k e r s   n b a   g o a t t a l k   k y r i e i r v i n g
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k y r i e   i r v i n g ' s   m i n d b l o w i n g   h a n d l e s   
 f u l l   v i d e o   l i n k : 
 
 n b a   n b a 2 k 2 3   k y r i e i r v i n g   c a v s   b a s k e t b a l l   b a s k e t b a l l s h o r t s  
k y r i e i r v i n g   i s   l i v i n g   p r o o f   t h a t   m o n e y   c a n ’ t   b u y   c o m m o n   s e n s e !   i d i o t   p i s s i g n o r a n t
w i l d   t o   t h i n k ,     b u t   t h i s   w i l l   b e   k d   & a m p ;   k y r i e ' s   f i r s t   h o m e   o p e n e r   t o g e t h e r   w i t h   f a n s   i n   a t t e n d a n c e . . . 
 
 2 0 1 9   -   n o   k d 
 2 0 2 0   -   c o v i d - 1 9   ( n o   f a n s ) 
 2 0 2 1   -   n o   k a i   ( v a x   m a n d a t e ) 
 2 0 2 2   -   🖤 🤍 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s t w i t t e r   b k n e t s   n e t s   b k l y n n e t s   d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
j u s t   a   r e m i n d e r … .   f o r   a l l   t h e   “ k a r e e m   a b d u l   j a b b a r   d i d n ’ t   s t a n d   u p   f o r   n o t h i n g ”   f o l k s !   s t o p   p l a y i n g   w i t h   o u r   a n c e s t o r s   a n d   l e a r n   s o m e t h i n g .   t h a t ’ s   w h a t   t h e y   f o u g h t   f o r !   k a r e e m a b d u l j a b b a r   k y r i e i r v i n g  
k y r i e   i r v i n g   d r a g g e d   b y   k a r e e m   a b d u l - j a b b a r   f o r   r e p o s t i n g   c o v i d   c o n s p i r a c y   t h e o r i e s .     k y r i e i r v i n g ,   k a r e e m a b d u l j a b b a r ,   n b a ,   b r o o k l y n ,   n e t s ,   c o v i d ,   c o r o n a v i r u s ,   c o v i d 1 9
  . . k a r e e m   w a n t s   a   b o y c o t t   o f   k y r i e i r v i n g     g e a r .   t h e   n e w l y   c r o w n e d   d u m b e s t   p l a y a   .   i ' m   a l l   i n .   f o r g e t   j e o p a r d i z i n g   t h o s e   a r o u n d   h i m   b y   n o t   g e t t i n g   t h e   j a b .   t h e   u n e d u c a t e d   i d i o t   t h i n k s   t h e   w o r l d   i f   f l a t .   p l e a s e   t e l l   h i m   t o   l o o k   a t   a   p i c   f r o m   s p a c e .   t h a t   r o u n d   t h i n g .   e a r t h
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   s t a r   k y r i e   i r v i n g   f i l e s   t o   p r o t e c t   h i s   c l o t h i n g   b r a n d   h e l a .   
 
 k y r i e i r v i n g 
 k y r i e 
 t r a d e m a r k r e g i s t r a t i o n 
 t r a d e m a r k l a w y e r 
 b r a n d p r o t e c t i o n  
" f r e e - t h i n k e r "   h a s   b e c o m e   t h e   n e w   t e r m   f o r   i g n o r a n t   b u f f o o n .   k a n y e w e s t   k y r i e i r v i n g
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k e v i n   d u r a n t ,   k y r i e   i r v i n g ,   b e n   s i m m o n s   b u t a t a   s a   s i x e r s 
 
 t u n a y n a t a b l o i d i s t a   
 a b a n t e s p o r t s 
 k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
n b a   b r o o k l y n n e t s   l o s a n g e l e s l a k e r s   k y r i e i r v i n g   r e p o r t :   l a k e r s   w o n ' t   p u r s u e   k y r i e   i r v i n g   i n   f r e e   a g e n c y  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k a r e e m a b d u l j a b b a r   s a y s   c o n s p i r a c y - b e l i e v i n g   b a s k e t b a l l   p l a y e r   k y r i e i r v i n g   p o s s e s s e s   " g e l a t i n o u s   i g n o r a n c e "  
k y r i e i r v i n g   i s   t h e   d u m b e s t   p l a y e r   i n   t h e   n b a .   d o e s n ' t   g e t   v a c c i n a t e d .   t h e n   h e   w a n t s   t o   c o m e   a r o u n d   h i s   t e a m m a t e s   , u n v a c c i n a t e d . n o w   h e   p o s t   a   c o n s p i r a c y   t h e o r y   t h a t   s a n d y h o o k   w a s   a   h o a x .   t h i s   i s   w h a t   h a p p e n s   w h e n   u   g o   t o   c o l l e g e   f o r   4 m o n t h s .   k a r e e m   c a l l e d   h i m   a     b a f o o n   .   y e p
k a r e e m a b d u l j a b b a r   c a l l s   k y r i e i r v i n g   a   “ c o m i c a l   b u f f o o n ”     
 
 😆 🤣 😭   t h a t   h e   i s   a n d   m u c h   m o r e !   b r o o k l y n n e t s
k a r e e m a b d u l j a b b a r   c a l l s   k y r i e i r v i n g ’ s   a l e x j o n e s   t w e e t   ‘ w h a t   h a p p e n s   w h e n   e d u c a t i o n   s y s t e m   f a i l s ’  
k a r e e m a b d u l j a b b a r   c a l l s   k y r i e i r v i n g   a   c o m i c a l   b u f f o o n   a n d   c a l l s   f o r   s p o n s o r s   t o   d r o p   i r v i n g  
b o s t o n   i s   r a c i s t   a s   h e l l   i   k n o w   t h i s   f o r   a   f a c t   i   e x p e r i e n c e d   i t   f i r s t   h a n d   🖕 🏾 🖕 🏾 🖕 🏾 🖕 🏾   i m   w i t h   k y r i e i r v i n g   
 n b a p r e s e a s o n   
 n b a   
 n b a t w i t t e r  
l o s   a n g e l e s   c l i p p e r s   v s   p o r t l a n d   t r a i l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s  
t h a n k s   f o r   s p e a k i n g   o u t   o n   k y r i e i r v i n g   k a r e e m a b d u l j a b b a r !   👏   h e ’ s   a   h u g e   d u m b a z z   & a m p ;   i t ’ s   a b o u t   t i m e   t h a t   s o m e o n e   s a i d   i t !   b r o o k l y n   n e t s   n b a t w i t t e r   n b a   h a l l o f f a m e r   h o f
k y r i e   i r v i n g   o n   b e n   s i m m o n s :   “ h e ’ s   g o i n g   t o   l o v e   p l a y i n g   w i t h   u s ”   b e n s i m m o n s   b r o o k l y n n e t s   k y r i e i r v i n g  
k y r i e   i r v i n g   p u t s   o u t   w o r d s   i n f r o n t   o f   m e d i a   p o s t   g e   h o w   b e n   s i m m o n s   i s   t r y i n g   t o   b e   p a r t   o f   e f f e c t i v e   o f f e n s e   a t   t h e   t e a m . 
 
 n b a   n e t s   n e t s w o r l d   k y r i e i r v i n g   b e n s i m m o n s  
k a r e e m   r i p s   ⁦ ⁩   k y r i e i r v i n g   o v e r   a l e x j o n e s   v i d e o ,   s a y s   s p o n s o r s   s h o u l d   d r o p   h i m .   k y r i e   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁦  
k y r i e   i r v i n g   h a s   f i l e d   a   t r a d e m a r k   a p p l i c a t i o n   f o r   h i s   l a k o t a   n a m e ,   h e l a ,   w h i c h   m e a n s   " l i t t l e   m o u n t a i n . " 
 
 t h e   f i l i n g   c l a i m s   t h a t     i n t e n d s   t o   l a u n c h   a   c l o t h i n g   b r a n d   u s i n g   t h e   n a m e   a n d   a s s o c i a t e d   l o g o . 
 
 k y r i e i r v i n g   k y r i e  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
  o h   m y   k y r i e i r v i n g   🤡 🙈
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
  w h a t ' s   l a u g h a b l e   i s   t h a t   k y r i e i r v i n g   h a s   b e e n   r i g h t   a n d   k a j   i s   a c t u a l l y   t h e   b u f f o o n .   i   d o n ' t   e n d o r s e   a j   b u t   h e   h a s   s a i d   a   l o t   o f   t r u t h ,   c o n t r o l l e d   o p   o r   n o t .   i   h o p e   i r v i n g   n e v e r   l e t s     k a j   a n d   o t h e r   f r e e m a s o n i c   b u l l i e s   i n t i m i d a t e   h i m   f r o m   s p e a k i n g   t r u t h   a b o u t   t h e   r e a l   a g e n d a s .
k y r i e   i r v i n g   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y r i e i r v i n g   k y r i e   i r v i n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k y r i e i r v i n g   i s   r i g h t
t h e     h a d   t h e   m o s t   d r a m a t i c   o f f s e a s o n   i n   n b a   h i s t o r y ,   b u t   n o w   i t   i s   t i m e   t o   p l a y .   w h a t   c a n   t h i s   t a l e n t e d   n e t s   r o s t e r   a c c o m p l i s h   i n   t h e   2 0 2 2 - 2 3   s e a s o n ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 b e n s i m m o n s   k e v i n d u r a n t   k y r i e i r v i n g   n b a p r e s e a s o n   n b a t w i t t e r  
m o r e   d i s t u r b i n g   d e t a i l s   c o m e   o u t   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c h r i s b r o u s s a r d   c j m c c o l l u m   c l i p p e r s n e w s   e a s t e r n c o n f e r e n c e   e s p n   f i r s t t a k e   i m e u d o k a   i m e u d o k a b o s t o n c e l t i c s   k a w h i l e o n a r d l a u g h   k e v i n d u r a n t   k e v i n d u r a n t t r a d e   k y r i e i r v i n g  
j u s t   k n o w   k y r i e i r v i n g   h a n d l i n g   a   b a s k e t b a l l   🏀   i s   l i t e r a l l y   a r t   i n   m o t i o n   n b a  
  y e t   t h e   f u c k e d   u p   m e d i a   w a n t s   t o   b r i n g   h i m   d o w n   f o r   n o t   w a n t i n g   t h e   j a b . . .   o n l y   t h e   r e a l   s e e   b e h i n d   t h e   c u r t a i n   👁   k y r i e i r v i n g
🏀 l a k e r s 💛 💜   d e s c a r t a n   d e f i n i t i v a m e n t e   a   k y r i e   i r v i n g       
 
 ✍ :   l e o n a r d o   m o r a l e s   ( ) 
 
 l a k e r s   
 n b a 
 k y r i e i r v i n g 
 t i e m p o e x t r a r d 
 

🏀 l a k e r s 💛 💜   d e s c a r t a n   d e f i n i t i v a m e n t e   a   k y r i e   i r v i n g       
 
 ✍ :   l e o n a r d o   m o r a l e s   ( ) 
 
 l a k e r s   
 n b a 
 k y r i e i r v i n g 
 t i e m p o e x t r a r d 
 

🥱   b e e n   s o l d . . . .   n b a   l i f e   k y r i e i r v i n g  
k y r i e i r v i n g   p o s t s   a n   a l e x j o n e s   p r o p a g a n d a   v i d e o .   t h e   g u y   i s   c l a s s l e s s   a n d   m i s i n f o r m e d .   h e   o w e s   a n   a p o l o g y   t o   e v e r y   p a r e n t   o f   s a n d y h o o k
a n y b o d y   t a k i n g   t h e   s i d e   o f   k y r i e i r v i n g   o v e r   k a r e e m   i s   a   b r a i n   d e a d   m o r o n
n b a   g o s s i p   -   k a r e e m   a b d u l   j a b b a r   c r i t i c i s e s   k y r i e   i r v i n g   a n d   s a y s   k i d s   n e e d   r o l e   m o d e l s     k y r i e i r v i n g   k a r e e m a b d u l j a b b a r  
i   r e s p e c t   k y r i e i r v i n g   s a y   w h a t   y a   w i l l .
s t f u   a n d   g o   s l e e p   k y r i e i r v i n g   🙏  
d a m n   k a r e e m   c u t   d e e p   w i t h   t h i s   o n e .   k y r i e i r v i n g   a l e x j o n e s   i n f o w a r s  
t h e   k a r e e m   s l a n d e r   i s   w e a k   s a u c e   i n   i t ' s   m o s t   c o m p o u n d   f o r m . . . . 
 k y r i e i r v i n g
s o m e   p e o p l e   a r e   f l a t - o u t   d u m b .   t h a t ’ s   t h e   l e s s o n .   
 
   k y r i e i r v i n g   k a r e e m a b d u l j a b b a r       a l e x j o n e s   i n f o w a r s   n b a  
i   r e a l l y   w i s h   k y r i e i r v i n g   p l a y e d   f o o t b a l l . 
 a n d   y o u   k n o w   w h y .
i f   y o u ' r e   t a k i n g   k y r i e i r v i n g ' s   s i d e   i n s t e a d   o f   k a r e e m ' s   y o u ' r e   a   d o u c h e b a g . 
 j u s t   l i k e   a l e x j o n e s   i s .
k a r e e m   i s   c o r r e c t ,   k y r i e   i s   a   c l o w n ,   t a l e n t e d ,   b u t   a   h e a d   c a s e .   k y r i e i r v i n g   n b a  
  b i l l   l a i m b e e r   a n d   t h e   b a d   b o y   p i s t o n s   o w n e d   y o u r   l a k e r s .   n o w   y o u   t r y   t o   g e t   k y r i e i r v i n g   c a n c e l l e d   o v e r   a   p e r s o n a l   m e d i c a l   c h o i c e .  
b i l l   l a i m b e e r   a n d   t h e   b a d   b o y   p i s t o n s   o w n e d   y o u r   l a k e r s .   n o w   y o u   t r y   t o   g e t   k y r i e i r v i n g   c a n c e l l e d   o v e r   a   p e r s o n a l   m e d i c a l   c h o i c e .  
k y r i e   i r v i n g :   n e t s   x - f a c t o r   b y   _ s a y s   
 n e t s w o r l d   k y r i e i r v i n g   b r o o k l y n n e t s   o t b n 

k a r e e m   a b d u l - j a b b a r   r i p s   k y r i e   i r v i n g   f o r   a l e x   j o n e s   v i d e o :   ' y o u   s h a r e   h i s   s t e n c h '     k y r i e i r v i n g   s m s p o r t s   n i k e
i s   i t   p o s s i b l e   t h a t   k y r i e i r v i n g   i s   l i t e r a l l y   a   m e n t a l l y   r e t a r d e d   p e r s o n ?     i ' m   n o t   u s i n g   a   p e j o r a t i v e   h e r e ,   b u t   a s k i n g   i s   h i s   m e n t a l   a g e   a n d   g r o w t h   r e t a r d e d   b y   a   n u e r o c o g n i t i v e   d i s o r d e r ?
t o n i g h t s   s t a r t i n g   l i n e u p s ,   f r o m     7 - 1 0 - 1 1   p l a y i n g   c o n f i r m e d !   b r o o k l y n n e t s   s i x e r s   n e t s w o r l d   n b a   n b a p r e s e a s o n 2 0 2 2   k d   b e n 1 0   k y r i e i r v i n g  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
f o r m e r   n b a   v e t e r a n   a n d   c h a m p i o n   k a r e e m   a b d u l   j a b b a r   c r i t i c i z e s   k y r i e   i r v i n g   a f t e r   h e   s h a r e d   a   v i d e o   o f   a l e x   j o n e s . 
 
 n b a   l a k e r s   k a r e e m a b d u l j a b b a r   k y r i e i r v i n g   n e t s w o r l d   c r i t i c i s m   a l e x j o n e s  
k y r i e i r v i n g   
 " a l e x   j o n e s   i s   o n e   o f   t h e   m o s t   d e s p i c a b l e   h u m a n   b e i n g s   a l i v e   a n d   t o   a s s o c i a t e   w i t h   h i m   m e a n s   y o u   s h a r e   h i s   s t e n c h " 

b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
k a r e e m   a b d u l - j a b b a r   s l a m s   ‘ i n s e n s i t i v e ’   a n d   ‘ d e s t r u c t i v e ’   k y r i e i r v i n g   f o r   s h a r i n g   c l i p   o f   a l e x j o n e s    
_ b u s i n e s s _   n e w   g e n e r a t i o n   a l l e n   i v e r s o n … . .   y o u   d o n ’ t   w a n n a   f o l l o w   r u l e s   t h e y   m a k e   y o u   l o o k   b a d   e v e r y   c h a n c e   t h e y   g e t !   k y r i e i r v i n g
k a r e e m   a b d u l - j a b b a r   h a t e s   k y r i e   i r v i n g   k a r e e m a b d u l j a b b a r   k y r i e i r v i n g  
k y r i e   i r v i n g   n o t   p a r t   o f   l a k e r s ’   l o n g - t e r m   p l a n s   –   r e p o r t   k y r i e i r v i n g   l o s a n g e l e s l a k e r s  
m v p   s e a s o n   s t a r t s   t o n i g h t   k a i   k y r i e i r v i n g   k y r i e    
k a r e e m   a b d u l - j a b b a r   r i p s   k y r i e i r v i n g   f o r   a l e x j o n e s   v i d e o :   ' y o u   s h a r e   h i s   s t e n c h '   -   b l e a c h e r   r e p o r t  
n b a   b r o o k l y n n e t s   k a r e e m a d b u l j a b a r   k y r i e i r v i n g   n b a   l e g e n d   k a r e e m   a b d u l - j a b b a r :   k y r i e   i r v i n g   i s   a   ' c o m i c a l   b u f f o o n '  
w h a t   n b a   p l a y e r   d o   y o u   p l a y   b a s k e t b a l l   l i k e ? 🤔 🏀   |   b w o 
 
 b l a c k w h i t e o r o t h e r   b w o   k y r i e i r v i n g   t r a e y o u n g   n b a   b a s k e t b a l l   i n t e r v i e w   p u b l i c   c i t i z e n s t a n d u p   f y p   t w i t t e r  
w i l l   t h e   n e t s   o v e r c o m e   t h e   d r a m a   & a m p ;   m a k e   i t   t o   t h e   f i n a l s ?   c l i c k   l i n k   f o r   f u l l   v i d e o . 
 
 e d i t e d   b y   c a n t v       n b a   n b a t w i t t e r   b a s k e t b a l l   n b a p r e s e a s o n   n e t s   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s 
 c a n t v   n b a o f f s e a s o n  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
( e s p n ) : k y r i e :   n e t s   t r y   t o   e r a s e   w e a k n e s s e s ,   a l t e r   i m a g e   :   k y r i e   i r v i n g   s a y s   t h e   n e t s   a r e   l o o k i n g   t o   m o v e   p a s t   a   t u m u l t u o u s   o f f s e a s o n   a n d   t h a t   t h e   t e a m   i s   f o c u s e d   o n   i m p r o v i n g   o n   i t s   w e a k n e s s e s .   . .  
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   n e t s   g   k y r i e   i r v i n g   w e l c o m e s   n e w   b a b y   w i t h   y o u t u b e   i n f l u e n c e r   m a r l e n e   w i l k e r s o n   –   o u t k i c k   –       b a b y   i n f l u e n c e r   i r v i n g   k y r i e
n b a   s t a r   k y r i e   i r v i n g   f i l e s   t o   p r o t e c t   h i s   c l o t h i n g   b r a n d   h e l a .   
 
 k y r i e i r v i n g 
 k y r i e 
 t r a d e m a r k r e g i s t r a t i o n 
 t r a d e m a r k l a w y e r 
 b r a n d p r o t e c t i o n  
k y r i e   i r v i n g   h a s   f i l e d   a   t r a d e m a r k   a p p l i c a t i o n   f o r   h i s   l a k o t a   n a m e ,   h e l a ,   w h i c h   m e a n s   " l i t t l e   m o u n t a i n . " 
 
 t h e   f i l i n g   c l a i m s   t h a t     i n t e n d s   t o   l a u n c h   a   c l o t h i n g   b r a n d   u s i n g   t h e   n a m e   a n d   a s s o c i a t e d   l o g o . 
 
 k y r i e i r v i n g   k y r i e  
s p o n s o r s   n e e d   t o   c u t   k y r i e   i r v i n g   l o o s e .   h e   s u p p o r t s   a l e x   j o n e s   w h o   t o r t u r e d   t h e   s a n d y   h o o k   f a m i l i e s .   d r o p   k y r i e   o r   w e   n e e d   t o   b o y c o t t   p a n i n i   s k u l l c a n d y   f o o t l o c k e r   n i k e .     t h a n k s   k a r e e m   d r o p k y r i e   s a n d y h o o k   i n f o w a r s  
k y r i e   i r v i n g   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y r i e i r v i n g   k y r i e   i r v i n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
i r v i n g   k y r i e   s p o r t s 
 k y r i e   i r v i n g   s a y s   e n j o y i n g   w i t h   n e t s   w i l l   m a k e   r e c r e a t i o n   ' s i m p l e r '   f o r   b e n   s i m m o n s   
  
k y r i e   i s   j u s t   t o o   n i c e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   k y r i e   i r v i n g   e u r o s t e p   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
( t h e   h i l l ) : k a r e e m   a b d u l - j a b b a r   c r i t i c i z e s   k y r i e   i r v i n g   o v e r   a l e x   j o n e s   v i d e o   :   b a s k e t b a l l   l e g e n d   k a r e e m   a b d u l - j a b b a r   i s   c r i t i c i z i n g   b r o o k l y n   n e t s   s t a r   k y r i e   i r v i n g   f o r   s h a r i n g   a   c o n s p i r a c y   v i d e o   f r o m   i n f o w a r s   h o s t   a l e x   j o n e s ,   . .  
( r a w   s t o r y ) : k a r e e m   a b d u l - j a b b a r   u r g e s   s p o n s o r s   t o   d r o p   k y r i e   i r v i n g   f o r   p r o m o t i n g   a l e x   j o n e s   :   b a s k e t b a l l   l e g e n d   a n d   a c t i v i s t   k a r e e m   a b d u l - j a b b a r   i s   s t e p p i n g   u p   t h e   h e a t   o n   c o n t r o v e r s i a l   b r o o k l y n   n e t s   g u a r d   k y r i e   i r v i n g   w i t h   a   . .  
f i r s t   o n e   t o   s p o t   i t   g e t s   a   🍪   … …   h o w   d i d   t h i s   h a p p e n ?   
 
 b e n s i m m o n s   k y r i e i r v i n g   b r o o k l y n n e t s   n e t s   k d   s i m m o n s   a i r b a l l  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k y r i e   i r v i n g   s a y s   t h e   b r o o k l y n   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   l o c k e d o n p o d c a s t  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
t o x i c   n b a   s u p e r s t a r s 
 i n a u g u r a l   r a n k i n g   1 0 . 1 0 . 2 0 2 2 
 1 .   k y r i e   i r v i n g 
 2 .   d r a y m o n d   g r e e n 
 3 .   r u s s e l l   w e s t b r o o k 
 4 .   b e n   s i m m o n s 
 5 .   k e v i n   d u r a n t 
 n b a t w i t t e r   n b a   t o x i c s u p e r s t a r s   d r a y m o n d g r e e n   k y r i e i r v i n g
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
f r o m   g r e e n v i l l e ,   n c   t o   b r o o k l y n :   d a y & a m p ; 3 9 ; r o n   s h a r p e & a m p ; 3 9 ; s   n b a   j o u r n e y   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   d a y r o n s h a r p e   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n e t s h i g h l i g h t s   n o r t h c a r o l i n a   s p o r t s   s t e v e n a s h   u n c  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t h e   b r o o k l y n   n e t s :   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   i s s u e s   ( t h e   r e a l   s t o r y ) 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a o n e s p n   n e t s t r a d e r u m o u r s  
t h r e e   t h i n g s   s t e v e   n a s h ,   b e n   s i m m o n s   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g  
o n e   g o t t a   g o :   n b a   h u m a n   h i g h l i g h t   r e e l   j a m e s h a r d e n   t i m h a r d a w a y   k y r i e i r v i n g   a l l e n i v e r s o n   b a s k e t b a l l   o n e g o t t a g o  
k y r i e   i r v i n g   i n t r o d u c e d   a t   t h e   n e t s ’   p r a c t i c e   a t   b   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   e s p n n b a   h i g h l i g h t s   k y r i e i r v i n g   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   n e t s p r a c t i c e   p r a c t i c e i n t h e p a r k   s p o r t s   v i r a l  
  e x p l a i n   t h a t   k y r i e i r v i n g
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
w e   n e e d   t o   t a l k   a b o u t   k y r i e   i r v i n g … 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s k y r i e i r v i n g h i g h l i g h t s   e a s t e r n c o n f e r e n c e   k y r i e i r v i n g   k y r i e i r v i n g 2 0 2 2 s e a s o n   k y r i e i r v i n g b e s t p l a y s   k y r i e i r v i n g b r o o k l y n h i g h l i g h t s   k y r i e i r v i n g b r o o k l y n n e t s  
k y r i e   i r v i n g   a n d   k d   l o o k   g r e a t   a t   t o d a y & a m p ; 3 9 ; s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   k y r i e i r v i n g a n d k d   k y r i e i r v i n g a n d k d l o o k g r e a t a t t o d a y s b r o o k l y n n e t s t r a i n i n g c a m p   t r a i n i n g c a m p  
j a m a l   c a i n   d e f e n s i v e   h i g h l i g h t s   |   . . . 
   
 
   
 b a m a d e b a y o   b l o c k   b l o c k s   b r o o k l y n   c a m t h o m a s   d e f e n s e   e a s t e r n c o n f e r e n c e   h a y w o o d   h i g h l i g h t   h i g h s m i t h   j a m a r e e b o u y e a   j i m m y b u t l e r   j o v i c   k d   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y l e l o w r y   k y r i e i r v i n g   l o c k d o w n  
m a t e r n i t y   w a r d :   l i t t l e   k y r i e i r v i n g   … .    
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
k y r i e   i r v i n g ,   n e t s   h o p i n g   t o   e r a s e   p a s t   i s s u e s   a n d   s t a r t   n e w   b e g i n n i n g s   f o r   n e x t   s e a s o n   b r o o k l y n n e t s   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
👍   o n   :   j a ’ s   f i r s t   s t a r s t r u c k   m o m e n t   😳   (   v i a   t h e   p i v o t   p o d c a s t   )   j a m o r a n t   j a   k y r i e   k y r i e i r v i n g  
k y r i e   i r v i n g   t a l k s   a b o u t   h i s   f a v o u r i t e   p a i r   o f   j o r d a n ’ s   🏀   k y r i e i r v i n g   b a s k e t b a l l   c o m p l e x   s h o r t s   r e e l s  
k y r i e i r v i n g   s a y s   b r o o k l y n n e t s   l o o k i n g   t o   c h a n g e   n a r r a t i v e   -   v i a     a p p   e s p n    
l e b r o n   j a m e s ,   a n t h o n y   d a v i s   a n d   t h e   l a k e r s   a r e   b a c k   i n   t h e   n b a f i n a l s   g o i n g   a g a i n s t   t h e   r e d   h o t   n e t s . 
 
 t h e   s e a s o n   3   n b a   f i n a l s   i s   l i v e 
   
 
 l o s a n g e l e s l a k e r s   b r o o k l y n n e t s   l a   l a k e r n a t i o n   b r o o k l y n   k d   k y r i e i r v i n g   k y r i e   y o u t u b e   n b a 2 k 2 3   n b a 2 k 2 2
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
a m a z i n g   🏀 🏀 🏀 🔥 🔥 🔥 
 h a n d l e s   k y r i e i r v i n g 

m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k e e p   i n   m i n d   t h e   s a m e   p e o p l e   w h o   a r e   f o r   " u n i t y "   w a n t e d   t r u m p   s u p p o r t e r s   a n d   b l m   o r g a n i z e r s   t o   h u r t   a n d   k i l l   e a c h   o t h e r   w h e n   t h e y   c a m e   t o g e t h e r   t o   s u p p o r t   k y r i e . 
 
 f u n n y   h o w   a c t u a l   u n i t y   i n s t e a d   o f   p e t t y   i d e n t i t y   g a m e s   t r i g g e r s   t h e m . 
 
 p o l i t i c s   
 k y r i e i r v i n g   
 m a k e i t m a k e s e n s e
k e e p   i n   m i n d   t h e   s a m e   p e o p l e   w h o   a r e   f o r   " u n i t y "   w a n t e d   t r u m p   s u p p o r t e r s   a n d   b l m   o r g a n i z e r s   t o   h u r t   a n d   k i l l   e a c h   o t h e r   w h e n   t h e y   c a m e   t o g e t h e r   t o   s u p p o r t   k y r i e . 
 
 f u n n y   h o w   a c t u a l   u n i t y   i n s t e a d   o f   p e t t y   i d e n t i t y   g a m e s   t r i g g e r s   t h e m . 
 
 p o l i t i c s   
 k y r i e i r v i n g   
 m a k e i t m a k e s e n s e
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
e p . 3   w e   s t i l l   l i k e   s p o r t s     w e   g o   t h r o u g h   o u r   p i c k   ‘ e m   g a m e s   f o r   n f l   s u n d a y .   w e   t a l k   a b o u t   t r o u b l e   a t   h o m e   f o r   t o m b r a d y   a n d   t a m p a b a y b u c c a n e e r s   w e   d i s c u s s   t h e   r e c e n t   c o m m e n t s   f r o m   k a r e e m   a b o u t   k y r i e i r v i n g   b a r r y b o n d s   a n d   a a r o n j u d g e   p o d c a s t   s p o r t   s p o r t s n e w s   f o o t b a l l  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k y r i e   i r v i n g   w e   j u s t   w a n t   t o   s e e   y o u   b a l l !   🏀 
 
 📸 :     
 
 k y r i e i r v i n g   b r e a k f a s t c l u b a m   j u s t p l a y b a l l  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e s e   s t a r s   w e r e   n e v e r   s h y   t o   s h o o t   t h e   b a l l   l a s t   s e a s o n   👌 
 
 l e b r o n j a m e s   d e v i n b o o k e r   j a y s o n t a t u m   j a m o r a n t   k y r i e i r v i n g   l u k a d o n c i c   n b a  
k y r i e i r v i n g   g i v e s   o u t   s o m e   f r e e   g a m e   a b o u t   s o c i a l   m e d i a   b u t   i s   h e   s p e a k i n g   f a c t s  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e   d i s t u r b i n g   s i g n s   a b o u t   t h e   . . . 
   
 
   
 c h r i s b r o u s s a r d   c j m c c o l l u m   c l i p p e r s n e w s   e s p n   f i r s t t a k e   g o l d e n s t a t e w a r r i o r s   k a w h i l e o n a r d l a u g h   k e v i n d u r a n t   k e v i n d u r a n t t r a d e   k y r i e i r v i n g   k y r i e i r v i n g i n t e r v i e w   m v p   n b a h i g h l i g h t s   n i c k w r i g h t a n d r e w w i g g i n s  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a m e n   a m e n     p a y a t t e n t i o n   k y r i e i r v i n g   d a g g ,   d o n ' t   t a k e   t h e   v a c c i n a t i o n   b u t   a l e x   j o n e s ?   r e a l l y ?   w e   s e e 👀   y o u   b r o . . .   l i g h t h e a d e d  
  w h o ' s   t o   s a y   k y r i e i r v i n g   i s n ' t   r i g h t ?
k a r e e m   a b d u l - j a b b a r   s h o u l d   b e   u p s e t   w i t h   k y r i e i r v i n g ,   b u t   w h e r e   w a s   t h i s   e n e r g y   f o r   j i m   b r o w n ? 
 
 b r o w n   h a s   b e e n   a r r e s t e d   a n d / o r   c h a r g e d   w / r a p e   o r   a s s a u l t   a g a i n s t   w o m e n   m a n y   t i m e s . 
 
 c a p ’ s   g e n e r a t i o n   a l l o w e d   b r o w n   t o   b e   a   f a l s e   h e r o . 
 
 m y   l a t e s t :   
 
  
i t ’ s   a b o u t   t h a t   t i m e !   🏀   f l y s u p p l y   t b t   k y r i e i r v i n g   n o s l e e p f o r t h e d r e a m e r  
o u t   n o w 🔥 🔥   b u d d y   h i e l d   o p   . . . 
   
 
   
 b u d d y h i e l d a n d m y l e s t u r n e r   b u d d y h i e l d l a k e r s   c o a c h d a r v i n h a m   c o a c h l a k e r s   j s m l a k e r s   k y r i e i r v i n g   l a k e r n e w s   l a k e r n e w s t o d a y   l a k e r s b r e a k i n g n e w s   l a k e r s n a t i o n   l a k e r s n e w s   l a k e r s n e w s n o w   l a k e r s n e w s t o d a y   l a k e r s n e w s u p d a t e  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
b e n s i m m o n s   t r a d e d   t o   t h e   s u n s   f o r   d e a n d r e a y t o n ‼ ️ * * e s p n   w o j   n b a   b r e a k i n g   n e w s * *   🤯   🤯 
 w a t c h   t h e   f u l l   v i d e o   o n   m y   y o u t u b e   c h a n n e l   👀 👀 ⬇ ️ ⬇ ️ 
 👉 
 p h o e n i x s u n s   d e v i n b o o k e r   c h r i s p a u l   k y r i e i r v i n g   k e v i n d u r a n t   z i o n w i l l i a m s o n   n b a n e w s   n b a t r a d e  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
k a r e e m   a b d u l - j a b a r   d o e s n ' t   l i k e   w h e n   n b a   p l a y e r s   p o s t   v i d e o s   f e a t u r i n g   a l e x   j o n e s .   i   m e a n ,   h e   r e e e e e e e e e a l l y   d o e s n ' t   l i k e   i t . 
 
   
 
 k y r i e i r v i n g   n b a   k a r e e m a b d u l j a b a r   a l e x j o n e s
    2   i s   u s u a l l y   p e r f e c t ,   l e v e l   3   t a k e s   k y r i e i r v i n g   l e v e l   s k i l l   p a r t i c u l a r l y   w i t h   t h e   w e a k   h a n d ,   e x c e l l e n t   d r i l l !
b e n   s i m m o n s '   b r i c k   s t r u c k   k y r i e   i r v i n g   i n   t h e   f a c e . 🤣   b e n s i m m o n s   k y r i e i r v i n g  
i ' m   w i t h   k y r i e i r v i n g   i ' m   t i r e d   o f   o l d   b l a c k   m e n   a l w a y s   c a l l i n g   o u t   y o u n g e r   b l a c k   m e n .   i t   g e t s   o l d .   b e e n   d o i n g   t h a t   c r a p   s i n c e   i   w a s   b o r n .
a n k l e s   a r e   g o n e 
 
 f y p   f o r y o u   f o r y o u p a g e   b a s k e t b a l l   b a s k e t b a l l   b a s k e t b a l l e d i t s   e d i t   n b a   k y r i e i r v i n g   a m a z i n g   c o l d   s m o o t h   v i b e s   g o o d v i b e s   v i b e   t r e n d i n g   t r e n d i n g r e e l s   t r e n d i n g s o n g s   v i r a l   v i r a l v i d e o s   i n s t a g o o d   l o v e   i n s t a g r a m   i n s t a l i k e   i n s t a d a i l y   f o l l o w   m u s i c  
g o a t 
 k y r i e i r v i n g  
l e t ' s   g e t   t h e   g a m e   s p i c e d   u p   h e r e !   🔥 
 
 c u r r e n t   p l a y e r - c o a c h   d u o   o f   k y r i e   a n d   n a s h   g o   a g a i n s t   e a c h   o t h e r !   w h o   g o e s   t o   t h e   n e x t   r o u n d   i n   q u e s t   t o   f i n d   t h e   b e s t   p o i n t   g u a r d   o f   a l l - t i m e ? 
 
 w h o   y o u   g o t ?   🗳 ️ 🗣 ️ 
 
 s t e v e n a s h   k y r i e i r v i n g   b r o o k l y n n e t s   b e s t p o i n t g u a r d o f a l l t i m e  
n b a   b r e a k i n g   n e w s :   n a s h   a n d   k e v i n   . . . 
   
 
   
 a m h o o p s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   d r a m a t i c n b a n e w s n a s h a n d k e v i n d u r a n t i s s u e s a t b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   e s p n   f o x s p o r t s   f r e e a g e n c y n b a   h o o p f l i x   k e v i n d u r a n t   k y r i e i r v i n g   l e b r o n j a m e s  
m y   c o l l e c t i o n   s o   f a r   b r o o k l y n   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   a u s t r a l i a  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k a r e e m   m a y b e   k y r i e   j u s t   k n o w s   t h i n g s   w e   d o n ’ t   k y r i e i r v i n g   k a r e e m a b d u l j a b a r   v a c c i n e   n b a t w i t t e r  
    g o n n a   b r e a k     r e c o r d   w i t h   a   h o o k   s h o t 🤣 👀 
 
 
 
 l a k e r s   n b a   g o a t t a l k   k y r i e i r v i n g
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k y r i e   i r v i n g ' s   m i n d b l o w i n g   h a n d l e s   
 f u l l   v i d e o   l i n k : 
 
 n b a   n b a 2 k 2 3   k y r i e i r v i n g   c a v s   b a s k e t b a l l   b a s k e t b a l l s h o r t s  
k y r i e i r v i n g   i s   l i v i n g   p r o o f   t h a t   m o n e y   c a n ’ t   b u y   c o m m o n   s e n s e !   i d i o t   p i s s i g n o r a n t
w i l d   t o   t h i n k ,     b u t   t h i s   w i l l   b e   k d   & a m p ;   k y r i e ' s   f i r s t   h o m e   o p e n e r   t o g e t h e r   w i t h   f a n s   i n   a t t e n d a n c e . . . 
 
 2 0 1 9   -   n o   k d 
 2 0 2 0   -   c o v i d - 1 9   ( n o   f a n s ) 
 2 0 2 1   -   n o   k a i   ( v a x   m a n d a t e ) 
 2 0 2 2   -   🖤 🤍 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s t w i t t e r   b k n e t s   n e t s   b k l y n n e t s   d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
j u s t   a   r e m i n d e r … .   f o r   a l l   t h e   “ k a r e e m   a b d u l   j a b b a r   d i d n ’ t   s t a n d   u p   f o r   n o t h i n g ”   f o l k s !   s t o p   p l a y i n g   w i t h   o u r   a n c e s t o r s   a n d   l e a r n   s o m e t h i n g .   t h a t ’ s   w h a t   t h e y   f o u g h t   f o r !   k a r e e m a b d u l j a b b a r   k y r i e i r v i n g  
k y r i e   i r v i n g   d r a g g e d   b y   k a r e e m   a b d u l - j a b b a r   f o r   r e p o s t i n g   c o v i d   c o n s p i r a c y   t h e o r i e s .     k y r i e i r v i n g ,   k a r e e m a b d u l j a b b a r ,   n b a ,   b r o o k l y n ,   n e t s ,   c o v i d ,   c o r o n a v i r u s ,   c o v i d 1 9
  . . k a r e e m   w a n t s   a   b o y c o t t   o f   k y r i e i r v i n g     g e a r .   t h e   n e w l y   c r o w n e d   d u m b e s t   p l a y a   .   i ' m   a l l   i n .   f o r g e t   j e o p a r d i z i n g   t h o s e   a r o u n d   h i m   b y   n o t   g e t t i n g   t h e   j a b .   t h e   u n e d u c a t e d   i d i o t   t h i n k s   t h e   w o r l d   i f   f l a t .   p l e a s e   t e l l   h i m   t o   l o o k   a t   a   p i c   f r o m   s p a c e .   t h a t   r o u n d   t h i n g .   e a r t h
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   s t a r   k y r i e   i r v i n g   f i l e s   t o   p r o t e c t   h i s   c l o t h i n g   b r a n d   h e l a .   
 
 k y r i e i r v i n g 
 k y r i e 
 t r a d e m a r k r e g i s t r a t i o n 
 t r a d e m a r k l a w y e r 
 b r a n d p r o t e c t i o n  
" f r e e - t h i n k e r "   h a s   b e c o m e   t h e   n e w   t e r m   f o r   i g n o r a n t   b u f f o o n .   k a n y e w e s t   k y r i e i r v i n g
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k e v i n   d u r a n t ,   k y r i e   i r v i n g ,   b e n   s i m m o n s   b u t a t a   s a   s i x e r s 
 
 t u n a y n a t a b l o i d i s t a   
 a b a n t e s p o r t s 
 k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
n b a   b r o o k l y n n e t s   l o s a n g e l e s l a k e r s   k y r i e i r v i n g   r e p o r t :   l a k e r s   w o n ' t   p u r s u e   k y r i e   i r v i n g   i n   f r e e   a g e n c y  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k a r e e m a b d u l j a b b a r   s a y s   c o n s p i r a c y - b e l i e v i n g   b a s k e t b a l l   p l a y e r   k y r i e i r v i n g   p o s s e s s e s   " g e l a t i n o u s   i g n o r a n c e "  
k y r i e i r v i n g   i s   t h e   d u m b e s t   p l a y e r   i n   t h e   n b a .   d o e s n ' t   g e t   v a c c i n a t e d .   t h e n   h e   w a n t s   t o   c o m e   a r o u n d   h i s   t e a m m a t e s   , u n v a c c i n a t e d . n o w   h e   p o s t   a   c o n s p i r a c y   t h e o r y   t h a t   s a n d y h o o k   w a s   a   h o a x .   t h i s   i s   w h a t   h a p p e n s   w h e n   u   g o   t o   c o l l e g e   f o r   4 m o n t h s .   k a r e e m   c a l l e d   h i m   a     b a f o o n   .   y e p
k a r e e m a b d u l j a b b a r   c a l l s   k y r i e i r v i n g   a   “ c o m i c a l   b u f f o o n ”     
 
 😆 🤣 😭   t h a t   h e   i s   a n d   m u c h   m o r e !   b r o o k l y n n e t s
k a r e e m a b d u l j a b b a r   c a l l s   k y r i e i r v i n g ’ s   a l e x j o n e s   t w e e t   ‘ w h a t   h a p p e n s   w h e n   e d u c a t i o n   s y s t e m   f a i l s ’  
k a r e e m a b d u l j a b b a r   c a l l s   k y r i e i r v i n g   a   c o m i c a l   b u f f o o n   a n d   c a l l s   f o r   s p o n s o r s   t o   d r o p   i r v i n g  
b o s t o n   i s   r a c i s t   a s   h e l l   i   k n o w   t h i s   f o r   a   f a c t   i   e x p e r i e n c e d   i t   f i r s t   h a n d   🖕 🏾 🖕 🏾 🖕 🏾 🖕 🏾   i m   w i t h   k y r i e i r v i n g   
 n b a p r e s e a s o n   
 n b a   
 n b a t w i t t e r  
l o s   a n g e l e s   c l i p p e r s   v s   p o r t l a n d   t r a i l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s  
t h a n k s   f o r   s p e a k i n g   o u t   o n   k y r i e i r v i n g   k a r e e m a b d u l j a b b a r !   👏   h e ’ s   a   h u g e   d u m b a z z   & a m p ;   i t ’ s   a b o u t   t i m e   t h a t   s o m e o n e   s a i d   i t !   b r o o k l y n   n e t s   n b a t w i t t e r   n b a   h a l l o f f a m e r   h o f
k y r i e   i r v i n g   o n   b e n   s i m m o n s :   “ h e ’ s   g o i n g   t o   l o v e   p l a y i n g   w i t h   u s ”   b e n s i m m o n s   b r o o k l y n n e t s   k y r i e i r v i n g  
k y r i e   i r v i n g   p u t s   o u t   w o r d s   i n f r o n t   o f   m e d i a   p o s t   g e   h o w   b e n   s i m m o n s   i s   t r y i n g   t o   b e   p a r t   o f   e f f e c t i v e   o f f e n s e   a t   t h e   t e a m . 
 
 n b a   n e t s   n e t s w o r l d   k y r i e i r v i n g   b e n s i m m o n s  
k a r e e m   r i p s   ⁦ ⁩   k y r i e i r v i n g   o v e r   a l e x j o n e s   v i d e o ,   s a y s   s p o n s o r s   s h o u l d   d r o p   h i m .   k y r i e   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁩   ⁦ ⁦  
k y r i e   i r v i n g   h a s   f i l e d   a   t r a d e m a r k   a p p l i c a t i o n   f o r   h i s   l a k o t a   n a m e ,   h e l a ,   w h i c h   m e a n s   " l i t t l e   m o u n t a i n . " 
 
 t h e   f i l i n g   c l a i m s   t h a t     i n t e n d s   t o   l a u n c h   a   c l o t h i n g   b r a n d   u s i n g   t h e   n a m e   a n d   a s s o c i a t e d   l o g o . 
 
 k y r i e i r v i n g   k y r i e  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
  o h   m y   k y r i e i r v i n g   🤡 🙈
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
  w h a t ' s   l a u g h a b l e   i s   t h a t   k y r i e i r v i n g   h a s   b e e n   r i g h t   a n d   k a j   i s   a c t u a l l y   t h e   b u f f o o n .   i   d o n ' t   e n d o r s e   a j   b u t   h e   h a s   s a i d   a   l o t   o f   t r u t h ,   c o n t r o l l e d   o p   o r   n o t .   i   h o p e   i r v i n g   n e v e r   l e t s     k a j   a n d   o t h e r   f r e e m a s o n i c   b u l l i e s   i n t i m i d a t e   h i m   f r o m   s p e a k i n g   t r u t h   a b o u t   t h e   r e a l   a g e n d a s .
k y r i e   i r v i n g   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y r i e i r v i n g   k y r i e   i r v i n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
k y r i e i r v i n g   i s   r i g h t
t h e     h a d   t h e   m o s t   d r a m a t i c   o f f s e a s o n   i n   n b a   h i s t o r y ,   b u t   n o w   i t   i s   t i m e   t o   p l a y .   w h a t   c a n   t h i s   t a l e n t e d   n e t s   r o s t e r   a c c o m p l i s h   i n   t h e   2 0 2 2 - 2 3   s e a s o n ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 b e n s i m m o n s   k e v i n d u r a n t   k y r i e i r v i n g   n b a p r e s e a s o n   n b a t w i t t e r  
m o r e   d i s t u r b i n g   d e t a i l s   c o m e   o u t   i n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b o s t o n c e l t i c s   c h r i s b r o u s s a r d   c j m c c o l l u m   c l i p p e r s n e w s   e a s t e r n c o n f e r e n c e   e s p n   f i r s t t a k e   i m e u d o k a   i m e u d o k a b o s t o n c e l t i c s   k a w h i l e o n a r d l a u g h   k e v i n d u r a n t   k e v i n d u r a n t t r a d e   k y r i e i r v i n g  
j u s t   k n o w   k y r i e i r v i n g   h a n d l i n g   a   b a s k e t b a l l   🏀   i s   l i t e r a l l y   a r t   i n   m o t i o n   n b a  
  y e t   t h e   f u c k e d   u p   m e d i a   w a n t s   t o   b r i n g   h i m   d o w n   f o r   n o t   w a n t i n g   t h e   j a b . . .   o n l y   t h e   r e a l   s e e   b e h i n d   t h e   c u r t a i n   👁   k y r i e i r v i n g
🏀 l a k e r s 💛 💜   d e s c a r t a n   d e f i n i t i v a m e n t e   a   k y r i e   i r v i n g       
 
 ✍ :   l e o n a r d o   m o r a l e s   ( ) 
 
 l a k e r s   
 n b a 
 k y r i e i r v i n g 
 t i e m p o e x t r a r d 
 

🏀 l a k e r s 💛 💜   d e s c a r t a n   d e f i n i t i v a m e n t e   a   k y r i e   i r v i n g       
 
 ✍ :   l e o n a r d o   m o r a l e s   ( ) 
 
 l a k e r s   
 n b a 
 k y r i e i r v i n g 
 t i e m p o e x t r a r d 
 

🥱   b e e n   s o l d . . . .   n b a   l i f e   k y r i e i r v i n g  
k y r i e i r v i n g   p o s t s   a n   a l e x j o n e s   p r o p a g a n d a   v i d e o .   t h e   g u y   i s   c l a s s l e s s   a n d   m i s i n f o r m e d .   h e   o w e s   a n   a p o l o g y   t o   e v e r y   p a r e n t   o f   s a n d y h o o k
a n y b o d y   t a k i n g   t h e   s i d e   o f   k y r i e i r v i n g   o v e r   k a r e e m   i s   a   b r a i n   d e a d   m o r o n
n b a   g o s s i p   -   k a r e e m   a b d u l   j a b b a r   c r i t i c i s e s   k y r i e   i r v i n g   a n d   s a y s   k i d s   n e e d   r o l e   m o d e l s     k y r i e i r v i n g   k a r e e m a b d u l j a b b a r  
i   r e s p e c t   k y r i e i r v i n g   s a y   w h a t   y a   w i l l .
s t f u   a n d   g o   s l e e p   k y r i e i r v i n g   🙏  
d a m n   k a r e e m   c u t   d e e p   w i t h   t h i s   o n e .   k y r i e i r v i n g   a l e x j o n e s   i n f o w a r s  
t h e   k a r e e m   s l a n d e r   i s   w e a k   s a u c e   i n   i t ' s   m o s t   c o m p o u n d   f o r m . . . . 
 k y r i e i r v i n g
s o m e   p e o p l e   a r e   f l a t - o u t   d u m b .   t h a t ’ s   t h e   l e s s o n .   
 
   k y r i e i r v i n g   k a r e e m a b d u l j a b b a r       a l e x j o n e s   i n f o w a r s   n b a  
i   r e a l l y   w i s h   k y r i e i r v i n g   p l a y e d   f o o t b a l l . 
 a n d   y o u   k n o w   w h y .
i f   y o u ' r e   t a k i n g   k y r i e i r v i n g ' s   s i d e   i n s t e a d   o f   k a r e e m ' s   y o u ' r e   a   d o u c h e b a g . 
 j u s t   l i k e   a l e x j o n e s   i s .
k a r e e m   i s   c o r r e c t ,   k y r i e   i s   a   c l o w n ,   t a l e n t e d ,   b u t   a   h e a d   c a s e .   k y r i e i r v i n g   n b a  
  b i l l   l a i m b e e r   a n d   t h e   b a d   b o y   p i s t o n s   o w n e d   y o u r   l a k e r s .   n o w   y o u   t r y   t o   g e t   k y r i e i r v i n g   c a n c e l l e d   o v e r   a   p e r s o n a l   m e d i c a l   c h o i c e .  
b i l l   l a i m b e e r   a n d   t h e   b a d   b o y   p i s t o n s   o w n e d   y o u r   l a k e r s .   n o w   y o u   t r y   t o   g e t   k y r i e i r v i n g   c a n c e l l e d   o v e r   a   p e r s o n a l   m e d i c a l   c h o i c e .  
k y r i e   i r v i n g :   n e t s   x - f a c t o r   b y   _ s a y s   
 n e t s w o r l d   k y r i e i r v i n g   b r o o k l y n n e t s   o t b n 

k a r e e m   a b d u l - j a b b a r   r i p s   k y r i e   i r v i n g   f o r   a l e x   j o n e s   v i d e o :   ' y o u   s h a r e   h i s   s t e n c h '     k y r i e i r v i n g   s m s p o r t s   n i k e
i s   i t   p o s s i b l e   t h a t   k y r i e i r v i n g   i s   l i t e r a l l y   a   m e n t a l l y   r e t a r d e d   p e r s o n ?     i ' m   n o t   u s i n g   a   p e j o r a t i v e   h e r e ,   b u t   a s k i n g   i s   h i s   m e n t a l   a g e   a n d   g r o w t h   r e t a r d e d   b y   a   n u e r o c o g n i t i v e   d i s o r d e r ?
t o n i g h t s   s t a r t i n g   l i n e u p s ,   f r o m     7 - 1 0 - 1 1   p l a y i n g   c o n f i r m e d !   b r o o k l y n n e t s   s i x e r s   n e t s w o r l d   n b a   n b a p r e s e a s o n 2 0 2 2   k d   b e n 1 0   k y r i e i r v i n g  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
f o r m e r   n b a   v e t e r a n   a n d   c h a m p i o n   k a r e e m   a b d u l   j a b b a r   c r i t i c i z e s   k y r i e   i r v i n g   a f t e r   h e   s h a r e d   a   v i d e o   o f   a l e x   j o n e s . 
 
 n b a   l a k e r s   k a r e e m a b d u l j a b b a r   k y r i e i r v i n g   n e t s w o r l d   c r i t i c i s m   a l e x j o n e s  
k y r i e i r v i n g   
 " a l e x   j o n e s   i s   o n e   o f   t h e   m o s t   d e s p i c a b l e   h u m a n   b e i n g s   a l i v e   a n d   t o   a s s o c i a t e   w i t h   h i m   m e a n s   y o u   s h a r e   h i s   s t e n c h " 

b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
k a r e e m   a b d u l - j a b b a r   s l a m s   ‘ i n s e n s i t i v e ’   a n d   ‘ d e s t r u c t i v e ’   k y r i e i r v i n g   f o r   s h a r i n g   c l i p   o f   a l e x j o n e s    
_ b u s i n e s s _   n e w   g e n e r a t i o n   a l l e n   i v e r s o n … . .   y o u   d o n ’ t   w a n n a   f o l l o w   r u l e s   t h e y   m a k e   y o u   l o o k   b a d   e v e r y   c h a n c e   t h e y   g e t !   k y r i e i r v i n g
k a r e e m   a b d u l - j a b b a r   h a t e s   k y r i e   i r v i n g   k a r e e m a b d u l j a b b a r   k y r i e i r v i n g  
k y r i e   i r v i n g   n o t   p a r t   o f   l a k e r s ’   l o n g - t e r m   p l a n s   –   r e p o r t   k y r i e i r v i n g   l o s a n g e l e s l a k e r s  
m v p   s e a s o n   s t a r t s   t o n i g h t   k a i   k y r i e i r v i n g   k y r i e    
k a r e e m   a b d u l - j a b b a r   r i p s   k y r i e i r v i n g   f o r   a l e x j o n e s   v i d e o :   ' y o u   s h a r e   h i s   s t e n c h '   -   b l e a c h e r   r e p o r t  
n b a   b r o o k l y n n e t s   k a r e e m a d b u l j a b a r   k y r i e i r v i n g   n b a   l e g e n d   k a r e e m   a b d u l - j a b b a r :   k y r i e   i r v i n g   i s   a   ' c o m i c a l   b u f f o o n '  
w h a t   n b a   p l a y e r   d o   y o u   p l a y   b a s k e t b a l l   l i k e ? 🤔 🏀   |   b w o 
 
 b l a c k w h i t e o r o t h e r   b w o   k y r i e i r v i n g   t r a e y o u n g   n b a   b a s k e t b a l l   i n t e r v i e w   p u b l i c   c i t i z e n s t a n d u p   f y p   t w i t t e r  
w i l l   t h e   n e t s   o v e r c o m e   t h e   d r a m a   & a m p ;   m a k e   i t   t o   t h e   f i n a l s ?   c l i c k   l i n k   f o r   f u l l   v i d e o . 
 
 e d i t e d   b y   c a n t v       n b a   n b a t w i t t e r   b a s k e t b a l l   n b a p r e s e a s o n   n e t s   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s 
 c a n t v   n b a o f f s e a s o n  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
( e s p n ) : k y r i e :   n e t s   t r y   t o   e r a s e   w e a k n e s s e s ,   a l t e r   i m a g e   :   k y r i e   i r v i n g   s a y s   t h e   n e t s   a r e   l o o k i n g   t o   m o v e   p a s t   a   t u m u l t u o u s   o f f s e a s o n   a n d   t h a t   t h e   t e a m   i s   f o c u s e d   o n   i m p r o v i n g   o n   i t s   w e a k n e s s e s .   . .  
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   n e t s   g   k y r i e   i r v i n g   w e l c o m e s   n e w   b a b y   w i t h   y o u t u b e   i n f l u e n c e r   m a r l e n e   w i l k e r s o n   –   o u t k i c k   –       b a b y   i n f l u e n c e r   i r v i n g   k y r i e
n b a   s t a r   k y r i e   i r v i n g   f i l e s   t o   p r o t e c t   h i s   c l o t h i n g   b r a n d   h e l a .   
 
 k y r i e i r v i n g 
 k y r i e 
 t r a d e m a r k r e g i s t r a t i o n 
 t r a d e m a r k l a w y e r 
 b r a n d p r o t e c t i o n  
k y r i e   i r v i n g   h a s   f i l e d   a   t r a d e m a r k   a p p l i c a t i o n   f o r   h i s   l a k o t a   n a m e ,   h e l a ,   w h i c h   m e a n s   " l i t t l e   m o u n t a i n . " 
 
 t h e   f i l i n g   c l a i m s   t h a t     i n t e n d s   t o   l a u n c h   a   c l o t h i n g   b r a n d   u s i n g   t h e   n a m e   a n d   a s s o c i a t e d   l o g o . 
 
 k y r i e i r v i n g   k y r i e  
s p o n s o r s   n e e d   t o   c u t   k y r i e   i r v i n g   l o o s e .   h e   s u p p o r t s   a l e x   j o n e s   w h o   t o r t u r e d   t h e   s a n d y   h o o k   f a m i l i e s .   d r o p   k y r i e   o r   w e   n e e d   t o   b o y c o t t   p a n i n i   s k u l l c a n d y   f o o t l o c k e r   n i k e .     t h a n k s   k a r e e m   d r o p k y r i e   s a n d y h o o k   i n f o w a r s  
k y r i e   i r v i n g   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y r i e i r v i n g   k y r i e   i r v i n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
i r v i n g   k y r i e   s p o r t s 
 k y r i e   i r v i n g   s a y s   e n j o y i n g   w i t h   n e t s   w i l l   m a k e   r e c r e a t i o n   ' s i m p l e r '   f o r   b e n   s i m m o n s   
  
k y r i e   i s   j u s t   t o o   n i c e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   k y r i e   i r v i n g   e u r o s t e p   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
( t h e   h i l l ) : k a r e e m   a b d u l - j a b b a r   c r i t i c i z e s   k y r i e   i r v i n g   o v e r   a l e x   j o n e s   v i d e o   :   b a s k e t b a l l   l e g e n d   k a r e e m   a b d u l - j a b b a r   i s   c r i t i c i z i n g   b r o o k l y n   n e t s   s t a r   k y r i e   i r v i n g   f o r   s h a r i n g   a   c o n s p i r a c y   v i d e o   f r o m   i n f o w a r s   h o s t   a l e x   j o n e s ,   . .  
( r a w   s t o r y ) : k a r e e m   a b d u l - j a b b a r   u r g e s   s p o n s o r s   t o   d r o p   k y r i e   i r v i n g   f o r   p r o m o t i n g   a l e x   j o n e s   :   b a s k e t b a l l   l e g e n d   a n d   a c t i v i s t   k a r e e m   a b d u l - j a b b a r   i s   s t e p p i n g   u p   t h e   h e a t   o n   c o n t r o v e r s i a l   b r o o k l y n   n e t s   g u a r d   k y r i e   i r v i n g   w i t h   a   . .  
  i   b e l i e v e   i n   y o u   b e l i e v e   i n   y o u r s e l f   b l o c k   o u t   h a v i n g   o r   a b o u t   y o u r   b a c k   i t   w i l l   p a s s   t r u s t   y o u r s e l f   a n d   t r u s t   t h e   g a m e   m v p   b e l i v e   b e n s i m m o n s 2 5   a s k   m e     a n d   i   w i l l   a n s w e r   y o u   h a r d w o r k p a y s o f f   f r e e b r i t t n e y g r i n e r
y o u   r e a l l y   h a v e   n o   l i f e   i f   y o u   t r a v e l   t o   a n o t h e r   c i t y   j u s t   t o   b o o   a   b a s k e t b a l l   p l a y e r   s i x e r s   s i x e r s f a n s   b e n s i m m o n s 2 5
c a r s o n w e n t z     & a m p ;   b e n s i m m o n s   t h a n k   g o d   t h e y ' r e   n o   l o n g e r   i n   p h i l l y
f i r s t   o n e   t o   s p o t   i t   g e t s   a   🍪   … …   h o w   d i d   t h i s   h a p p e n ?   
 
 b e n s i m m o n s   k y r i e i r v i n g   b r o o k l y n n e t s   n e t s   k d   s i m m o n s   a i r b a l l  
n o t h i n   b u t … . .   a i r   b e n s i m m o n s   i s   i n   m i d   s e a s o n   f o r m   n b a   n b a t w i t t e r   b k n e t s   n e t s  
      a c c o u n t i n g   t o   t h e   p i c   b e l o w ,   i   t h i n k   h e ' s   l e f t - h a n d e d 😭 🤣   b e n s i m m o n s  
b e n   s i m m o n s   w i t h   t h e   s h o t   b o i i .   b e n s i m m o n s   n e t s   b r o o k l y n   b r o o k l y n n e t s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
  d i d   y o u   s e e   h o w   h i s   h a n d   & a m p ;   w r i s t   l o o k e d   o n   r e l e a s e ☠ 😭   w h a t   w a s   d o i n g   s i n c e   j u n e   o f   2 0 2 1 😶   b e n s i m m o n s  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
l o s   a n g e l e s   l a k e r s   c o n t r e   s a c r a m e n t o   k i n g s   f a i t s   . . . 
   
 
   
 a n d r é w i g g i n s   a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   d w i g h t h o w a r d   f a i t s s a i l l a n t s d e l a n b a   f a i t s s a i l l a n t s d e l a n b a a u j o u r d h u i  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
l o s   a n g e l e s   l a k e r s   c o n t r e   s a c r a m e n t o   k i n g s   f a i t s   . . . 
   
 
   
 a n d r é w i g g i n s   a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   d w i g h t h o w a r d   f a i t s s a i l l a n t s d e l a n b a   f a i t s s a i l l a n t s d e l a n b a a u j o u r d h u i  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
f r o m   g r e e n v i l l e ,   n c   t o   b r o o k l y n :   d a y & a m p ; 3 9 ; r o n   s h a r p e & a m p ; 3 9 ; s   n b a   j o u r n e y   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   d a y r o n s h a r p e   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n e t s h i g h l i g h t s   n o r t h c a r o l i n a   s p o r t s   s t e v e n a s h   u n c  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t h e   b r o o k l y n   n e t s :   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   i s s u e s   ( t h e   r e a l   s t o r y ) 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a o n e s p n   n e t s t r a d e r u m o u r s  
w e l c o m e   t o   t h e   s q u a d     p s 5 s h a r e ,   n b a 2 k 2 3 ,   n e w a d d i t i o n ,   b e n s i m m o n s ,   n e w y o r k k n i c k s  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t h r e e   t h i n g s   s t e v e   n a s h ,   b e n   s i m m o n s   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
j u s t   w a t c h e d   a   r e p l a y   o f   e a g l e s   c a r d i n a l s   g a m e .   b e f o r e   t h e   f g   a t t e m p t   m a t t   a m e n d o l a   l o o k e d   l i k e   b e n s i m m o n s   g o i n g   u p   t o   t h e   f r e e   t h r o w   l i n e
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
i n d i a n a   p a c e r s   v s .   n e w   y o r k   k n i c k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
t h e   7 6 e r s   b u i l t   a   s t a t u e   f o r   b e n s i m m o n s  
h e   n e e d s   t o   w o r k   o n   h i s   j u m p e r   & a m p ;   f r e e   t h r o w s 🤷 🏿 ‍ ♂ ️   b e n s i m m o n s    
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
" i   t h i n k   a   h e a l t h y   l a k e r s   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   b e n s i m m o n s   d r a y m o n d g r e e n   v i c t o r w e m b a n y a m a   d e a a r o n f o x   n b a f a n t a s y       _ s c h i n d l e r      
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   b e n s i m m o n s   d r a y m o n d g r e e n   v i c t o r w e m b a n y a m a   d e a a r o n f o x   n b a f a n t a s y     _ d a n a s c o t t                
b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   b e n s i m m o n s   d r a y m o n d g r e e n   v i c t o r w e m b a n y a m a   d e a a r o n f o x   n b a f a n t a s y             _       _ c o h e n _ n b a   _ p r i c e   _ h o f m a n n
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   b e n s i m m o n s   d r a y m o n d g r e e n   v i c t o r w e m b a n y a m a   d e a a r o n f o x   n b a f a n t a s y 
                 _ c a t o  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
p r e - s e a s o n   o r   n o t   b e n s i m m o n s   t a k i n ’   3 - s h o t s   t h e   e n t i r e   g a m e   i s n ’ t   h e l p i n ’   t h e   n e t s   i n   a n y   w a y   🥱 😴
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m e m p h i s   g r i z z l i e s   v s .   m i a m i   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c a n ’ t   t e l l   i f   s p o e l s t r a   g o n n a   r i p   h i s   g u y s   o r   n a s h   g o n n a   p r a i s e   h i s   g u y s   i n   f i l m   s e s s i o n   t o m o r r o w   ( p r o b   b o t h )   b u t   n e t s   g e t t i n g   a   w i d e   o p e n   3   o f f   a   r e b o u n d   f r o m   a   f t   i s   a w e s o m e .   b e n s i m m o n s  
b e n s i m m o n s   i s   m e n t a l l y   s o f t !   h i s   h e i g h t ,   w e i g h t   & a m p ;   g i f t s   a r e   i r r e l e v a n t   b e c a u s e   h e   d o e s n ' t   p o s s e s s   k i l l e r   i n s t i n c t !  
y o u   a r e n ' t   l i s t e n i n g .   a f t e r   4 5 0   d a y s   b e n s i m m o n s   h a s n ' t   d o n e   a n y t h i n g   m e a n i n g f u l   w i t h   a   b a s k e t b a l l .   t h e   g l a s s   i s   n o t   h a l f   f u l l .   i t ' s   s t i l l   h a l f   e m p t y   🤷 🏿 ‍ ♂ ️  
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b e n s i m m o n s   r o a s t e d   o v e r   t e r r i b l e   o f f e n s i v e   p e r f o r m a n c e   
 

b e n   s i m m o n s   b e s t   p l a y   y e t   v s   h e a t !   n b a   b r o o k l y n   n e t s   v s   m i a m i   h e a t 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s h i g h l i g h t s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s t o d a y   n e t s v s h e a t  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b e n   s i m m o n s   t h e   s e c o n d   n e t s   f a n s   i n e v i t a b l y   s t a r t   b o o i n g   h i m .   b e n s i m m o n s  
b e n s i m m o n s   s a i d   h e   w a n t s   t o   b e   m o r e   a g g r e s s i v e   i n   t h e   p o s t 🤣 😭  
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   v i c t o r w e m b a n y a m a   b e n s i m m o n s   n b a s e a s o n p r e v i e w   t y r e s e m a x e y   n b a f a n t a s y 

t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   v i c t o r w e m b a n y a m a   b e n s i m m o n s   n b a s e a s o n p r e v i e w   t y r e s e m a x e y   n b a f a n t a s y         _ n   _ _ b o o n e            
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   v i c t o r w e m b a n y a m a   b e n s i m m o n s   n b a s e a s o n p r e v i e w   t y r e s e m a x e y   n b a f a n t a s y   _ h o f m a n n   _ j j f           _ s a e n      
b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   v i c t o r w e m b a n y a m a   b e n s i m m o n s   n b a s e a s o n p r e v i e w   t y r e s e m a x e y   n b a f a n t a s y       _                
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   v i c t o r w e m b a n y a m a   b e n s i m m o n s   n b a s e a s o n p r e v i e w   t y r e s e m a x e y   n b a f a n t a s y       _ l e w i s     _ k a r a l i s   _ s _ h a r v e y        
e m b i i d   l o o k i n g   a t   t h e   d r a y m o n d   p u n c h   🥊   & a m p ;   t h i n k i n g   -   “ u   m e a n   i   c o u l d ’ v e   d o n e   t h a t   t o   b e n s i m m o n s   l a s t   y e a r ? ”  
t h e   d u a l i t y   o f   m a n   n b a t w i t t e r   n e t s   s i x e r s   b e n s i m m o n s   n b a p r e s e a s o n  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   h a w k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
f i r s t   b e n 1 0   b u c k e t   i ’ v e   w i t n e s s e d   s i n c e   t h e   a t l a n t a p a s s a c r e   ! 😂   
 p e e p   t y l e r h e r r o   o n   t h e   b e a c h 🤣 
 b e n s i m m o n s   n b a   b a s k e t b a l l   b r o o k l y n n e t s  
w h a t   h a p p e n   t o   b e n   s i m m o n     b e n s i m m o n s
i s   b e n s i m m o n s   s t i l l   b e n s i m m o n s ? 
 
 t w o   g a m e s   -   
 
 4 4   m i n u t e s   -   9   s h o t s … . 
 
 i n   p r e - s e a s o n ? ? ?   
 
 n b a
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
a c c o r d i n g   t o   k d   t h e   s k i e s   t h e   l i m i t e d   f o r   b e n s i m m o n s   😭  
b e n s i m m o n s   h a s   j e d i   m i n d   t r i c k e d   p p l   i n t o   s a y i n g   y o u   d o n ' t   h a v e   t o   s h o o t 😭   😭  
d e f e n s i v e   t h e n   o f f e n s i v e   p l a y   f r o m     b e n s i m m o n s   n b a   b r o o k l y n _ n e t s   m i a m i h e a t  
6   t o   9   a f t e r   3   q u a r t e r s   o f   f o o t b a l l   & a m p ;   t h i s   i s   s t i l l   m o r e   t h a n   b e n s i m m o n s   s c o r e d   t o n i g h t 🤣   
 
 " c o l t s   a t   b r o n c o s "     

o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b e n s i m m o n s   h a s   h a d   n o t h i n g   b u t   t i m e !   a p p a r e n t l y ,   t h e   m a n   h a s n ' t   w o r k e d   o n   h i s   g a m e   s i n c e   j u n e   o f   2 0 2 1 🤷 🏿 ‍ ♂ ️   a s   m u c h   m o n e y   a s   t h i s   m a n   g e t s ,   y o u ' d   t h i n k   h e ' d   a t   l e a s t   p r e t e n d   t o   g i v e   a   s h * t 😆  
t h e   e x c u s e   f o r   b e n s i m m o n s   i s   t h a t   h e   h a s n ' t   p l a y e d   s i n c e   t h e   s p r i n g   o f   2 0 2 1 !   w h a t   i ' m   s a y i n g   i s ,   s h o u l d n ' t   h e   h a v e   b e e n   i n   t h e   g y m   w o r k i n g   o n   h i s   g a m e   i n   a l l   t h a t   t i m e 😶  
y o u   s e e   t h e   b e n s i m m o n s   g l a s s   a s   h a l f   f u l l !   i   s e e   h i s   o t h e r   s t a t s   a s   h a s   e m p t y 😆  
l o l   y e a   s i x e r s   f a n s   w e r e   t h e   p r o b l e m   😂   e n j o y   t h e   h o r r i b l e   r i d e   n e t s   f a n s .   b e n   w i l l   h a v e   “ b a c k   i s s u e s ”   a k a   a   m e n t a l   b r e a k d o w n   w i t h i n   2 5   g a m e s   s i x e r s   b e n s i m m o n s   n e t s
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
p j   g o t   t h a t   d o g   i n   h i m 
 t r e z   g o t   t h a t   d o g   i n   h i m 
 m e l t o n   g o t   t h a t   d o g   i n   h i m 
 
 2 5   g o t   t h a t   s c a r e d   l i t t l e   h o u s e   c a t   i n   h i m 
 
 b e n s i m m o n s  
d o   w e   c o n s i d e r   t h i s   a   b e n   s i m m o n s   j u m p e r ?     h e   s h o u l d   b e   s h o o t i n g   r i g h t   h a n d e d .   n b a   b a s k e t b a l l   n b a t w i t t e r   b e n s i m m o n s   n e t s   p r e s e a s o n   b r o o k l y n  
t h e     a r e   s t i l l   h o r r i b l e   o n   t h e   d e f e n s i v e   e n d   o f   t h e   f l o o r   a n d   n o   o f f e n s i v e   p l a y   m a k i n g   f r o m   s t e v e   n a s h .   h i s   p l a n   i s   t o   h a v e   k d   i s o   b a l l   a l l   d a y .   s o   m u c h   t u r n o v e r s .   j u s t   h o r r i b l e   🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️   b r o o k l y n n e t s   b e n s i m m o n s   t r e n d i n g
b e n   s i m m o n s   n e e d s   t o   s t a r t   l o o k i n g   f o r   h i s   s h o t .   h e ' s   g o o d   e n o u g h . 
 b e n s i m m o n s   n e t s   b r o o k l y n   n b a
b e n s i m m o n s   i s   g o i n g   t o   b e   s p e c i a l   f o r   t h e   b r o o k l y n n e t s   t h i s   y e a r   n b a t w i t t e r   n b a p r e s e a s o n
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e t r o i t p i s t o n s   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b e n   s i m m o n s   m a k e s   l o n g   a w a i t e d   n e t s   d e b u t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b e n s i m m o n s 3 p o i n t e r   b e n s i m m o n s h i g h l i g h t s   b e n s i m m o n s i n j u r y   b e n s i m m o n s i n t e r v i e w   b e n s i m m o n s n e t s   b e n s i m m o n s n e t s d e b u t   b e n s i m m o n s p a s s e d u p d u n k   b e n s i m m o n s r e t u r n  
🎙 🏀   |   n b a   |   e p   1 4 8   o f     p o d c a s t   i s   n o w   a v a i l a b l e   
 
 b e n s i m m o n s   b r i t t n e y g r i n e r   l e b r o n j a m e s   
 
 🎧   s p o t i f y :   
 🎧   a p p l e :   
 🎧   g o o g l e :   
 
 n b a p r e s e a s o n   n b a t w i t t e r   t 7 m r a d i o   b e s t o f s e v e n s p o r t s t a l k  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
🎙 🏀   |   n b a   |   e p   1 4 8   o f     p o d c a s t   i s   n o w   a v a i l a b l e   
 
 b e n s i m m o n s   b r i t t n e y g r i n e r   l e b r o n j a m e s   
 
 🎧   s p o t i f y :   
 🎧   a p p l e :   
 🎧   g o o g l e :    
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
n b a   i s   b a c k !   c a n ’ t   w a i t   t o   b r e a k   d o w n   b e n s i m m o n s   n e w   j u m p s h o t   t o n i g h t   🤧 
 
 w h o l e   l o t t a   s p o r t s   🏀 🏈 ⚾ ️ 
 a n d   e v e n   m o r e   s h e n a n i g a n s ! 
 s p o r t s   & a m p ;   s h e n a n i g a n s   
 w e d n e s d a y s   9 p m   e s t     
   
 w /   k r i c h !   c j !   & a m p ;   n i n o !  
b e n s i m m o n s   t r a d e d   t o   t h e   s u n s   f o r   d e a n d r e a y t o n ‼ ️ * * e s p n   w o j   n b a   b r e a k i n g   n e w s * *   🤯   🤯 
 w a t c h   t h e   f u l l   v i d e o   o n   m y   y o u t u b e   c h a n n e l   👀 👀 ⬇ ️ ⬇ ️ 
 👉 
 p h o e n i x s u n s   d e v i n b o o k e r   c h r i s p a u l   k y r i e i r v i n g   k e v i n d u r a n t   z i o n w i l l i a m s o n   n b a n e w s   n b a t r a d e  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
u t a h   j a z z   v s .   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b e n   s i m m o n s '   b r i c k   s t r u c k   k y r i e   i r v i n g   i n   t h e   f a c e . 🤣   b e n s i m m o n s   k y r i e i r v i n g  
b e n s i m m o n s   i s   b u i l d i n g   h o u s e s   a n d   g i v i n g   b a c k   t o   h i s   c o m m u n i t y !  
n b a   f a n s   h a v e   g i v e n   b e n s i m m o n s   a   n e w   n i c k n a m e !  
i f   y o u   s a y   s o 😂   n b a   b a s k e t b a l l   b r o o k l y n n e t s   b e n s i m m o n s   k d   k y r i e   n e t s  
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t h e   b r o o k l y n n e t s '   b e n s i m m o n s   i s   g r a t e f u l   t o   b e   b a c k   a f t e r   h i s   p r e s e a s o n   d e b u t . 
  
a   h e a l t h y   b e n s i m m o n s   m a k e s   t h e   n e t s   c h a m p i o n s h i p   f a v o r i t e s !  
📣   n e w   p o d c a s t !   " b e n   s i m m o n s   r e v e n g e   t o u r "   o n     7 6 e r s   b e n s i m m o n s   b r o o k l y n   m a d o   n b a   n e t s   n e t s w o r l d   r e v e n g e   s e a s o n   s i m m o n s   s r n o w   t o u r  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s .   b o s t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   p h i l a d e l p h i a   7 6 e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b e n   s i m m o n s   h i g h l i g h t s   v s   p h i l a d e l p h i a   7 6 e r s !   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s v s 7 6 e r s   b r o o k l y n n e t s v s p h i l a d e l p h i a 7 6 e r s   e a s t e r n c o n f e r e n c e   n b a p r e s e a s o n   n e t s   n e t s v s 7 6 e r s   n e t s v s p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s  
w a r r i o r s   s i t e   t r y i n g   t o   s e l l   a   s t e p h c u r r y   f i g u r e .   l o o k s   m o r e   l i k e   b e n s i m m o n s   l o l .   g s w   g o l d e n s t a t e w a r r i o r s   n b a  
o h   c m o n   m a n   💀   b e n s i m m o n s  
w i l d   t o   t h i n k ,     b u t   t h i s   w i l l   b e   k d   & a m p ;   k y r i e ' s   f i r s t   h o m e   o p e n e r   t o g e t h e r   w i t h   f a n s   i n   a t t e n d a n c e . . . 
 
 2 0 1 9   -   n o   k d 
 2 0 2 0   -   c o v i d - 1 9   ( n o   f a n s ) 
 2 0 2 1   -   n o   k a i   ( v a x   m a n d a t e ) 
 2 0 2 2   -   🖤 🤍 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s t w i t t e r   b k n e t s   n e t s   b k l y n n e t s   d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
i ’ v e   s e e n   1 0 0 0   e x c u s e s   f o r   w h y   b e n   s i m m o n s   c o u l d n ’ t   m a k e   a   m i d r a n g e   s h o t   o r   h i s   f r e e   t h r o w s   l a s t   n i g h t .   g e t   u s e d   t o   i t   n e t s   f a n s .   y o u ’ r e   g o n n a   d e f e n d   h i m   w i t h   y o u r   l i f e   a n d   o n e   d a y   w h e n   h e ’ s   n o t   o n   y o u r   t e a m   y o u ’ r e   g o n n a   t a l k   t r a s h   a b o u t   h i m .   n b a   s i x e r s   7 6 e r s   b e n s i m m o n s   n e t s
b e n   s i m m o n s   f a c e   a f t e r   t h e   s h o t   a t t e m p t   h i t   k y r i e   i n   t h e   f a c e   💀 
 b e n s i m m o n s   
 
  
i   s e e   z e r o   i m p r o v e m e n t   w i t h   b e n s i m m o n s   s t i l l   t h e   s a m e   a v e r a g e   p l a y e r   n b a   b e n s i m m o n s
i   h e a r d   b e n s i m m o n s   p l a y e d  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
_ 3 d   h o w   w i l l   t h i s   a f f e c t   l e b r o n ’ s   l e g a c y ?   l e g o a t   w a s h e d   b e n s i m m o n s
b e n   1 0   i n   d a   b u i l d i n g   💪 🏾     n e w   v i d   o u t   n o w   ‼ ️   g e t   m y   r e a c t i o n   e x p l o r e   h o u s e o f h i g h l i g h t s   b e n s i m m o n s   n b a p r e s e a s o n   n b a   b a s k e t b a l l  
b e n   s i m m o n s   b r o o k l y n   n e t s   d e b u t   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s 2 k 2 2   b e n s i m m o n s 3 p o i n t e r   b e n s i m m o n s b r o o k l y n n e t s   b e n s i m m o n s d e f e n s e   b e n s i m m o n s d u n k   b e n s i m m o n s h i g h l i g h t s   b e n s i m m o n s i n j u r y   b e n s i m m o n s i n t e r v i e w   b e n s i m m o n s l o w l i g h t s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k e v i n   d u r a n t ,   k y r i e   i r v i n g ,   b e n   s i m m o n s   b u t a t a   s a   s i x e r s 
 
 t u n a y n a t a b l o i d i s t a   
 a b a n t e s p o r t s 
 k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
i f   y o u   w o u l d   l i k e   t o   s e e   t h e   b r o o k l y n   n e t s   t h i s   s e a s o n   l e t   m e   k n o w .   i   a m   s e l l i n g   a l l   h o m e   g a m e s .   t h e   r o w   i s   4   r i g h t   n e x t   t o   t h e   a w a y   t e a m   b e n c h .   t h i s   v i d e o   i s   w h e r e   t h e   s e a t s   a r e .   n b a   k d   k y r i e   b e n s i m m o n s  
b e n s i m m o n s   i s   b a c k ! !  
. . . b u t   w o r d s   w i l l   n e v e r   h u r t   m e . . . o r   b o o s   😆 
 
 n b a   n e t s   b e n s i m m o n s   7 6 e r s
b e n   s i m m o n s   i s   m a k i n g   h i s   n e t s   d e b u t   i n   2 0 2 2   p r e s e a s o n   🔥 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s d e b u t   b e n s i m m o n s d e b u t n e t s   b e n s i m m o n s h i g h l i g h t s   b e n s i m m o n s n e t s   b e n s i m m o n s t r a d e   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
r a c h e l n i c h o l s   j o i n s   s h o w t i m e   s p o r t s   1   y e a r   a f t e r   l e a v i n g   e s p n   🤯 ‼ ️   
 ↪ ️   s h o w t i m e   s h o w t i m e b a s k e t b a l l   m a l i k a a n d r e w s   s t e p h e n a s m i t h   t u a   d o l p h i n s   n b a   n f l   s p o r t s   b a s k e t b a l l   n b a n e w s   b e n s i m m o n s   r u s s e l l w e s t b r o o k   l a k e r s   l e b r o n   s k i p b a y l e s s  
l o s   a n g e l e s   c l i p p e r s   v s   p o r t l a n d   t r a i l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s  
f o l l o w i n g   l e n g t h y   l a y o f f s   c a u s e d   b y   i n j u r i e s ,   t h r e e   o f   t h e   n b a ’ s   b e s t   p l a y e r s   a r e   f i n a l l y   m a k i n g   t h e i r   l o n g - a w a i t e d   r e t u r n s .   n b a   b e n s i m m o n s   j a m a l m u r r a y   k a w h i l e o n a r d   b a s k e t b a l l   s p o r t s n e w s   c l i p p e r s   n u g g e t s   7 6 e r s   8 x b e t  
⬇ ️ g o o d   s t u f f   h e r e !   _ m e d i n a   j o i n s   m e   t h i s   f r i d a y   n i g h t   a t   1 2   m i d n i g h t     f o r   " m e d i n a   m a g i c "   a   n e w   b i - w e e k l y   s e g m e n t   o n   t h e   b e r n i e f r a t t o s h o w   ~ w e ' l l   t a l k   r u s s e l l w e s t b r o o k   l a k e r s   b e n s i m m o n s   & a m p ;   m u c h ,   m u c h   m o r e !   🏀 🗑 ️ 
 ~ y o u ' v e   g o t   a   f r o n t   r o w   s e a t   t o   t h e   n b a  
k y r i e   i r v i n g   o n   b e n   s i m m o n s :   “ h e ’ s   g o i n g   t o   l o v e   p l a y i n g   w i t h   u s ”   b e n s i m m o n s   b r o o k l y n n e t s   k y r i e i r v i n g  
k y r i e   i r v i n g   p u t s   o u t   w o r d s   i n f r o n t   o f   m e d i a   p o s t   g e   h o w   b e n   s i m m o n s   i s   t r y i n g   t o   b e   p a r t   o f   e f f e c t i v e   o f f e n s e   a t   t h e   t e a m . 
 
 n b a   n e t s   n e t s w o r l d   k y r i e i r v i n g   b e n s i m m o n s  
e a g l e s   a r e   t h e   l a s t   u n d e f e a t e d   t e a m   i n   t h e   n f l   t h e   s i x e r s   b e a t   t h e   n e t s   i n   p r e s e a s o n !   b e n s i m m o n s   s c o r e d   6 p t s 😆   & a m p ;   t h e   p h i l l i e s   a r e   b a c k   i n   t h e   p o s t s e a s o n   a f t e r   1 1   y r s   r i n g t h e b e l l   p h i l a d e l p h i a  
" i ' m   g r a t e f u l   j u s t   t o   b e   a b l e   t o   s t e p   o n   t h a t   f l o o r , "   b e n s i m m o n s   s a i d .   " s t e p   o n   a n   n b a   f l o o r   a g a i n .   i   h a d   a   l o t   o f   f u n   o u t   t h e r e . "   n b a t w i t t e r   b r o o k l y n n e t s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
g o t   u s e d   b a t t e r i e s ?   n o t   s u r e   h o w   t o   d i s p o s e   o f   t h e m ,   o r   c o n c e r n e d   a b o u t   h a z a r d o u s   f l u i d s ?   
 
 b a t t e r i e s   b a t t e r y   b a t t e r y r e m o v a l   b a t t e r y s t o r a g e   b a t t e r y r e c y c l i n g   u s e d b a t t e r y   q u a n t u m   q u a n t u m t e c h n o l o g y   s a l e   u s a b u s i n e s s   e q u i p m e n t   b e n s i m m o n s   v e l m a   k i t t l e  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
k a w h i   l e o n a r d ,   d a m i a n   l i l l a r d ,   b e n   s i m m o n s ,   j a m a l   m u r r a y   p u t s   u p   a   s h o w   i n   m o n d a y   p r e s e a s o n   a f t e r   r e s p e c t i v e   l o n g   r e c o v e r y   h i a t u s   b e n s i m m o n s   d a m i a n l i l l a r d   j a m a l m u r r a y   k a w h i l e o n a r d  
j u s t   r e a d   t h a t   b e n s i m m o n s   w a s   g r e a t f u l   t o   b e   b a c k   o n   t h e   c o u r t   w i t h   t h e   n e t s .   a n y o n e   w a n t   t o   b e t   h o w   l o n g   b e f o r e   h e   t h r o w s   a   t a n t r u m   l i k e   l a s t   t i m e ?   s e n d   h i s   🍑   b a c k   h o m e   t o   a u s t r a l i a .   l o s e r
h e ’ l l   m a k e   a   b i g   d i f f e r e n c e   f o r   b r o o k l y n   t h i s   s e a s o n .   h e   m a y   n e v e r   s h o o t   🤷 ‍ ♂ ️ .   b e n s i m m o n s   b r o o k l y n t o g e t h e r   b r o o k l y n n e t s   n e t s   k d   k y r i e   s t e v e n a s h   n b a   n b a p r e s e a s o n   n b a t w i t t e r   i n t h e s h e d   w e s a n d e r s o n   t o o l s   p o l i t i c s   s p o r t s   p a r a n o r m a l   n e w s   p o d c a s t s   s p o t i f y   y o u t u b e  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
r i n g t h e b e l l   b a c k   i n   t h e   p o s t s e a s o n   f o r   t h e   1 s t   t i m e   s i n c e   2 0 1 1   f l y e a g l e s f l y   a r e   u n d e f e a t e d   4 - 0   & a m p ;   b e n s i m m o n s   o n l y   s c o r e d   6 p t s   a s   t h e   s i x e r s   w i n 😆   i   l o v e   b e i n g   a   p h i l l y   s p o r t s   f a n !  
e a g l e s   u n d e f e a t e d                                                                                                                                       p h i l l i e s   p o s t s e a s o n                                                                                                                                       b e n s i m m o n s   s c o r e s   4   p o i n t s                                                                                             i t ' s   a l w a y s   s u n n y   i n   p h i l l y
i ' d   p a y   g o o d   m o n e y   t o   w a t c h   w e s t b r o o k   a n d   s i m m o n s   i n   a   g a m e   o f   h o r s e . . . j u m p   s h o t s   o n l y . . . 😏 
 n b a   r u s s e l l w e s t b r o o k   b e n s i m m o n s   l a k e s h o w   n e t s 
  
t h e     h a d   t h e   m o s t   d r a m a t i c   o f f s e a s o n   i n   n b a   h i s t o r y ,   b u t   n o w   i t   i s   t i m e   t o   p l a y .   w h a t   c a n   t h i s   t a l e n t e d   n e t s   r o s t e r   a c c o m p l i s h   i n   t h e   2 0 2 2 - 2 3   s e a s o n ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 b e n s i m m o n s   k e v i n d u r a n t   k y r i e i r v i n g   n b a p r e s e a s o n   n b a t w i t t e r  
b e n   s i m m o n s   d e b u t s   w i t h   b r o o k l y n   n e t s   a n d   t w i t t e r   r e a c t s   |   b e n   s i m m o n s   h i g h l i g h t s 
 
 b e n s i m m o n s   b r o o k l y n n e t s  
t h o s e   w e r e   b r o o k l y n   f a n s   b o o i n g   b e n s i m m o n s   😄   s i x e r s   f a n s   n o t   d r i v i n g   u p   t h e   j e r s e y   t u r n p i k e   i n   t h i s   w e a t h e r   j u s t   t o   b o o   d u d e 😄  
w h e r e   a r e   t h e   
 b e n s i m m o n s   h i g h l i g h t s 😶   o h . . .   n e v e r m i n d 👀  
b u i l d   y o u r   h e a l t h   a n d   f i t n e s s   b u s i n e s s   w i t h   y o u r   o w n   w e l l - d e s i g n e d   a n d   r e s p o n s i v e   w e b s i t e .   c l i c k   t h e   l i n k   b e l o w   t o   g e t   s t a r t e d     
 
 
 c a r d i b   w w e r a w   k a n y e   e u g e n e   r a m s   b a c h e l o r i n p a r a d i s e   4 9 e r s   b e n s i m m o n s   m a x e y   d w t s   f t t b   r e m y   n i n e r s   h e r s c h e l w a l k e r  
b e n s i m m o n s   s c o r e d   6 p t s   😄   
 m a x e y   s c o r e d   2 0 p t s 
 
 s i x e r s   n e t s 
 n b a  
w e b s i t e   d e s i g n   j u s t   g o t   b e t t e r   w i t h   s q u a r e s p a c e   c m s ,   k i n d l y   c l i c k   t h e   l i n k   b e l o w   t o   k n o w   m o r e   o n   b u i l d i n g   y o u r   u n i q u e   w e b s i t e ; 
 
 
 c a r d i b   w w e r a w   k a n y e   e u g e n e   r a m s   b a c h e l o r i n p a r a d i s e   4 9 e r s   b e n s i m m o n s   m a x e y   d w t s   f t t b   r e m y   n i n e r s       h e r s c h e l w a l k e r  
b u i l d   y o u r   c l i e n t s   a n d   b u s i n e s s   b r a n d   w i t h   a u t o m a t e d   e m a i l   m a r k e t i n g 
 c l i c k   t h e   l i n k   b e l o w   t o   k n o w   h o w : 
 
 
 c a r d i b   w w e r a w   k a n y e   e u g e n e   r a m s   b a c h e l o r i n p a r a d i s e   4 9 e r s   b e n s i m m o n s   m a x e y   d w t s   f t t b   9 1 1 o n f o x   r e m y   n i n e r s   a a r o n d o n a l d   h e r s c h e l w a l k e r  
w o r k   m a n a g e m e n t   a t   i t s   p e a k .   m a n a g e   y o u r   p r o j e c t s ,   t a s k s ,   a n d   t e a m s   u s i n g   m o n d a y   c o m .   c l i c k   t h e   l i n k   b e l o w 
 
 
 c a r d i b   w w e r a w   k a n y e   e u g e n e   r a m s   b a c h e l o r i n p a r a d i s e   4 9 e r s   b e n s i m m o n s   m a x e y   d w t s   f t t b   9 1 1 o n f o x   r e m y   n i n e r s   a a r o n d o n a l d   h e r s c h e l w a l k e r  
g o o d   g o d   m a n   b e n s i m m o n s  
b e n   s i m m o n s   s a i d   h e   w i l l   b e   s h o o t i n g   t h r e e s   t h i s   s e a s o n   y e t   i n   1 9   m i n   o f   p l a y   i n   p r e s e a s o n   d i d n ' t   e v e n   a t t e m p t   o n e   a n d   w e   s u p p o s e   t o   b e l i e v e   h e ' l l   s h o o t   i n   t h e   r e g u l a r   s e a s o n ? 
 b e n s i m m o n s   n b a p r e s e a s o n   n e t s
  _ k i n k e a d   f o u l ' e m ! 
 
 n b a   b e n s i m m o n s
  b a r s t o o l   s t a f f   p l a y i n g   p i c k u p   b a s k e t b a l l   a f t e r   w o r k .   i m a g i n e   t h e   s a u s a g e ,   c r a f t   b e e r ,   a n d   c h e e s e   s c e n t   e m a n a t i n g   f r o m   t h e i r   c o l l e c t i v e   a r m p i t s . 
 b i g c a t   f r a n k w a s r i g h t   p o r t n o y   a l o n g c a m e p o l l y   b e n s i m m o n s   n e t s  
  m y   o n l y   p r o b l e m   w i t h   b e n   s i m m o n s   i s   t h a t   h e ' s   s l o w   i n   * m o t i o n * 
 
 t h e r e ,   f i x e d   i t   f o r   y o u 
 
 b e n s i m m o n s   p h i l l y   n e t s   s i x e r s
b e n s i m m o n s   h i g h l i g h t s   😄  
w a t c h i n g   t h e   s i x e r s   p r e s e a s o n   r i g h t   n o w   a n d   s e e i n g   b e n s i m m o n s   m i s s e d   t w o   f r e e   t h r o w s   s h o t s   a l r e a d y … .
t h i s   m a n ' s   b e e n   a w a y   f r o m   p r o   b a s k e t b a l l   s i n c e   j u n e   o f   2 0 2 1   & a m p ;   s t i l l   c a n ' t   s h o o t   a   f r e e   t h r o w 🤦 🏿 ‍ ♂ ️   b e n s i m m o n s   n e t s   n b a  
g o n n a   b e   i n t e r e s t i n g   i f   t h e y   s t a y   h e a l t h y .   t h a n k s   f o r   t h e   p o p   u p .   n b a   b a s k e t b a l l   n e t s   k d   b e n s i m m o n s   n b a t w i t t e r  
i   c a n ' t   b e   t h e   o n l y   o n e   e n j o y i n g   b e n s i m m o n s   p e r f o r m   h i s   s e c o n d   b e s t   w o r s t   g a m e   i n   t h e   n b a   2 n d   t o   t h e   h a w k s   g a m e   t h i s i s k a r m a   a n d a m a z i n g   2 1 5   p h i l l y   🤘 🏾 🤞 🏾 🖤
i d g a f   b e n s i m m o n s   s t i l l   c a n ’ t   s h o o t / i s   s c a r e d   t o   s h o o t !   w e s t b r i c k !   🤣   p h i v s b k n   n e t s   7 6 e r s   p h i l l y   b r o o k l y n   n b a p r e s e a s o n 2 0 2 2   n b a t w i t t e r   n b a
b e n s i m m o n s   j u s t   m i s s e d   b o t h   o f   h i s   f r e e   t h r o w s .   n i c e   t o   s e e   h e ’ s   b a c k   i n   m i d s e a s o n   f o r m .
i   a m   r o o t i n g   f o r   b e n   s i m m o n s ! !   b e n s i m m o n s
b e n s i m m o n s   i s   b a c k .   
 
 n b a p r e s e a s o n 2 0 2 2   
 
  
“ l e t   i t   r a i n n n n n n ❗ ️ ” 
 
 -   p h i l i p   s e y m o u r   h o f f m a n   b e n s i m m o n s  
b e n   s i m m o n s   b a c k   t o   h i s   n o r m a l   s e l f . . . . 
 b e n s i m m o n s     f r e e t h r o w s  
i   l o v e   t h e   b o o s   b e n s i m m o n s   i s   g e t t i n g     l o o k i n g   s t e l l a r   a s   e x p e c t e d   7 6 e r s   f o   l i f e ! !
b e n s i m m o n s   b a c k   o n   t h e   c o u r t   n b a p r e s e a s o n 2 0 2 2   👀 🏀 ‼ ️
h e ’ s   b a c k k k ! ! !   n e t s   n b a   s i m m o n s   b e n s i m m o n s  
b e n s i m m o n s   s t i l l   t r a s h  
m a n   t h e s e   p r e   s e a s o n   g a m e s   r e a l l y   g o t   m e   m i s s i n g   t h e   n b a 🥲 🥲 😩 😩 😭 😭 b e n s i m m o n s   n b a  
s i m m o n s   g e t s   b a c k   t o   c r e a t e   t h e   t u r n o v e r .   n b a   b a s k e t b a l l   n e t s   b e n s i m m o n s   n b a t w i t t e r  
w h a t   i s   a   r e a l i s t i c   r e b o u n d   n u m b e r   f o r   b e n s i m m o n s ?   i t ' s   o n l y   b e e n   a   f e w   m i n u t e s   b u t   c l e a n i n g   t h e   g l a s s   i s   g o n n a   b e   a n   i s s u e   f o r   t h e   n e t s   a l l   s e a s o n . 
 
 o t h e r w i s e   i f   b r o o k l y n   f i g u r e s   i t   o u t   & a m p ;   i f   t h e y   s t a y   h e a l t h y   ( t h a t   s e c o n d   i f . . . )   t h e y ' r e   a   p r o b l e m   i n   t h e   e a s t .   n b a   b a l l o r f a l l  
i   l i k e   b e n s i m m o n s .   h e ' s   a   w i n n i n g   p l a y e r .   i   k n o w   i t ' s   e a r l y ,   b u t   h i s   g a m e   l o o k s   t h e   s a m e
t h e y   g o n n a   h a v e   s o m e   i n t e r e s t i n g   r o t a t i o n s .   n b a   b a s k e t b a l l   n e t s   b e n s i m m o n s   n b a t w i t t e r  
t h i s   i s   g o n n a   b e   b e n s i m m o n s   y e a r   🥲 🥲
3   p l a y s   i n   a n d   b e n   i s   t h e   p g   n b a   n e t s   b e n s i m m o n s
  i ’ m   r o o t i n g   f o r   y o u   b r o !   b e n s i m m o n s   n b a p r e s e a s o n
b e n   s i m m o n s   g o n n a   p r o v e   a   l o t   o f   y ’ a l l   w r o n g   i f   h e   s t a y s   h e a l t h y   t h i s   s e a s o n .   c a n ’ t   b e l i e v e   h o w   u n d e r r a t e d   h e   h a s   b e c o m e 🤦 🏼 ‍ ♂ ️ . 
 |   b e n s i m m o n s     n e t s   n b a   |  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
g o l d e n   s t a t e   w a r r i o r s   v s .   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
j a l e n   h u r t s   i s   t h e   a n t i   b e n s i m m o n s   h i s   w o r k   e t h i c   & a m p ;   d i s c i p l i n e   a r e   e v e r y t h i n g   b e n ' s   i s   n o t !   m o n d a y t h o u g h t s   s p o r t s   f l y e a g l e s f l y
7 6 e r s   f a n s   i t ' s   h a p p e n i n g !   b e n   s i m m o n s   i s   e x p e c t e d   t o   p l a y   i n   t o n i g h t ' s   p r e s e a s o n   g a m e   a g a i n s t   p h i l l y .   h o w   m a n y   p o i n t s   w i l l   h e   d r o p   i n   h i s   r e t u r n ?   n b a   n b a t w i t t e r   g a m b l i n g t w i t t e r   s p o r t s b e t   s p o r t s b e t s   s p o r t s b e t t i n g t w i t t e r   s p o r t s b e t t o r   p h i l a d e l p h i a 7 6 e r s   b e n s i m m o n s   7 6 e r s
m y     g o i n g   a t     t o n i g h t   a n d   f i n a l l y   w e   g o t     h e a l t h y   p l a y i n g   g r e a t n e w s   b e n s i m m o n s   n b a p r e s e a s o n   n b a n e w s  
b e n   s i m m o n s   w i l l   d e b u t   t o n i g h t   f o r   b r o o k l y n ,   a g a i n s t   t h e   7 6 e r s ,   h i s   f o r m e r   t e a m .   
 
 a n d   y e s ,   a s   m u c h   a s   y o u   s a y   t h a t   y o u   “ d o n ’ t   c a r e ”   y o u   k n o w   y o u   w i l l   b e   w a t c h i n g . 
 
 n b a   b e n s i m m o n s  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b e n   s i m m o n s   m a k e s   h i s   n e t s   d e b u t   t o d a y   -   a g a i n s t   j o e l   e m b i i d   a n d   7 6 e r s !   😤 🍿 
 
 w h o   y o u   g o t ? 
 
 b e n s i m m o n s   b r o o k l y n n e t s   j o e l e m b i i d   7 6 e r s   n b a p r e s e a s o n  
i s   b e n s i m m o n s   b a c k   s t i l l   h u r t ?
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
b b a l l   a r e   y o u   g o i n g   t o   r e m a i n   c o m m i t t e d   t o   t h e   s p o r t   b e n s i m m o n s  
a   s t a t   f r o m   l a s t   n i g h t ' s   r a p t o r s   g a m e   w a s   s c o t t i e b a r n e s   w a s   t h e   2 3 r d   r o o k i e   i n   n b a   h i s t o r y   t o   h a v e   1 k   p o i n t s ,   5 0 0 +   r e b o u n d s   & a m p ;   2 5 0 +   a s s i s t s . 
 
 h e   j o i n e d   l u k a ,   b l a k e   & a m p ;   b e n s i m m o n s .   o h   y e a h :   s i m m o n s   w a s   d e c e n t . . . a t   t h e   s t a r t ;   r o o k i e   o f   t h e   y e a r . 
 
 h o w   d o   y o u   c o l l a p s e   t h i s   b a d l y ?  
w i l l   t h e   n e t s   o v e r c o m e   t h e   d r a m a   & a m p ;   m a k e   i t   t o   t h e   f i n a l s ?   c l i c k   l i n k   f o r   f u l l   v i d e o . 
 
 e d i t e d   b y   c a n t v       n b a   n b a t w i t t e r   b a s k e t b a l l   n b a p r e s e a s o n   n e t s   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s 
 c a n t v   n b a o f f s e a s o n  
b e n s i m m o n s   w i l l   p l a y   a g a i n s t   t h e   s i x e r s   f o r   f i r s t   t i m e   m o n d a y   i n   b r o o k l y n     v i a  
b e n   s i m m o n s   d o m i n a t i n g   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s b e s t   b e n s i m m o n s b r o o k l y n   b e n s i m m o n s e m b i i d   b e n s i m m o n s k e v i n d u r a n t   b e n s i m m o n s k y r i e i r v i n g   b e n s i m m o n s n b a   b e n s i m m o n s n e t s   b e n s i m m o n s p a s s   b e n s i m m o n s p r a c t i c e   b e n s i m m o n s s h o o t i n g  
s t e v e   k e r r   p o s t g a m e   i n t e r v i e w   |   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n  
j a m e s   h a r d e n   " f i g u r i n g   t h i n g s   o u t "   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s n e w s   7 6 e r s t r a i n i n g c a m p   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j a m e s h a r d e n h i g h l i g h t s   j o e l e m b i i d   n b a   n b a n e w s   n b a p r e s e a s o n   n b a t r a i n i n g c a m p  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   b e n   s i m m o n s ,   k y r i e   i r v i n g   a n d   b r o o k l y n   n e t s   w o r t h   a   w a g e r   a f t e r   n e w   b i g   3   d e b u t s   –       b e n   b i g   b r o o k l y n   d e b u t s
i   y o u   n e e d   q r   c o d e s   f o r   y o u r   d o c u m e n t   t h e n   c l i c k   t h e   l i n k   b e l o w   t o   c o n t a c t   m e . 
 
 n a t i o n a l b o y f r i e n d d a y   s e u l g i   e u g e n e   d r e a m f a c e r e v e a l   t u e s d a y v i b e   w w e r a w   w a k a n d a f o r e v e r   h a l l o w e e n   g o o d   t u e s d a y   b r o s   n a r u t o   o v e r w a t c h   2   b e n   s i m m o n s   x i a o m i l a u n c h   a d r i a  
i   y o u   n e e d   s o c i a l   m e d i a   p o s t s   t h e n   c l i c k   t h e   l i n k   b e l o w   t o   c o n t a c t   m e . 
 
   x i a o m i l a u n c h   b e n   s i m m o n s   o v e r w a t c h   2   n a r u t o   b r o s   g o o d   t u e s d a y   h a l l o w e e n   w a k a n d a f o r e v e r   w w e r a w   t u e s d a y v i b e   d r e a m f a c e r e v e a l   e u g e n e   s e u l g i   n a t i o n a l b o y f r i e n d d a y  
i   y o u   n e e d   a m a z o n   l i s t i n g   i m a g e s   t h e n   c l i c k   t h e   l i n k   b e l o w   t o   c o n t a c t   m e . 
 
   x i a o m i l a u n c h   b e n   s i m m o n s   o v e r w a t c h   2   n a r u t o   b r o s   g o o d   t u e s d a y   h a l l o w e e n   w a k a n d a f o r e v e r   w w e r a w   t u e s d a y v i b e   d r e a m f a c e r e v e a l   e u g e n e   s e u l g i   n a t i o n a l b o y f r i e n d d a y  
(   s t a r s   b e n   s i m m o n s ,   k a w h i   l e o n a r d   a n d   j a m a l   m u r r a y   a l l   r e t u r n   t o   f l o o r   f o r   f i r s t   a c t i o n   i n   m o r e   t h a n   a   y e a r   :   k e y   p l a y e r s   o n   t h r e e   o f   t h i s   s e a s o n ' s   c h a m p i o n s h i p - c a l i b e r   t e a m s   a l l   s a w   l i m i t e d   m i n u t e s   . .  
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
b e n   s i m m o n s   s l a m s   h o m e   h i s   f i r s t   n e t s   b u c k e t !     v i a  
b e n   d u n k s   i t   f o r   h i s   f i r s t   n e t ' s   b u c k e t 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   b e n   s i m m o n s   d u n k   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
c a r s o n w e n t z     & a m p ;   b e n s i m m o n s   t h a n k   g o d   t h e y ' r e   n o   l o n g e r   i n   p h i l l y
f i r s t   o n e   t o   s p o t   i t   g e t s   a   🍪   … …   h o w   d i d   t h i s   h a p p e n ?   
 
 b e n s i m m o n s   k y r i e i r v i n g   b r o o k l y n n e t s   n e t s   k d   s i m m o n s   a i r b a l l  
n o t h i n   b u t … . .   a i r   b e n s i m m o n s   i s   i n   m i d   s e a s o n   f o r m   n b a   n b a t w i t t e r   b k n e t s   n e t s  
      a c c o u n t i n g   t o   t h e   p i c   b e l o w ,   i   t h i n k   h e ' s   l e f t - h a n d e d 😭 🤣   b e n s i m m o n s  
b e n   s i m m o n s   w i t h   t h e   s h o t   b o i i .   b e n s i m m o n s   n e t s   b r o o k l y n   b r o o k l y n n e t s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
  d i d   y o u   s e e   h o w   h i s   h a n d   & a m p ;   w r i s t   l o o k e d   o n   r e l e a s e ☠ 😭   w h a t   w a s   d o i n g   s i n c e   j u n e   o f   2 0 2 1 😶   b e n s i m m o n s  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
l o s   a n g e l e s   l a k e r s   c o n t r e   s a c r a m e n t o   k i n g s   f a i t s   . . . 
   
 
   
 a n d r é w i g g i n s   a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   d w i g h t h o w a r d   f a i t s s a i l l a n t s d e l a n b a   f a i t s s a i l l a n t s d e l a n b a a u j o u r d h u i  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
l o s   a n g e l e s   l a k e r s   c o n t r e   s a c r a m e n t o   k i n g s   f a i t s   . . . 
   
 
   
 a n d r é w i g g i n s   a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   d w i g h t h o w a r d   f a i t s s a i l l a n t s d e l a n b a   f a i t s s a i l l a n t s d e l a n b a a u j o u r d h u i  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
f r o m   g r e e n v i l l e ,   n c   t o   b r o o k l y n :   d a y & a m p ; 3 9 ; r o n   s h a r p e & a m p ; 3 9 ; s   n b a   j o u r n e y   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   d a y r o n s h a r p e   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n e t s h i g h l i g h t s   n o r t h c a r o l i n a   s p o r t s   s t e v e n a s h   u n c  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t h e   b r o o k l y n   n e t s :   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   i s s u e s   ( t h e   r e a l   s t o r y ) 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a o n e s p n   n e t s t r a d e r u m o u r s  
w e l c o m e   t o   t h e   s q u a d     p s 5 s h a r e ,   n b a 2 k 2 3 ,   n e w a d d i t i o n ,   b e n s i m m o n s ,   n e w y o r k k n i c k s  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t h r e e   t h i n g s   s t e v e   n a s h ,   b e n   s i m m o n s   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
j u s t   w a t c h e d   a   r e p l a y   o f   e a g l e s   c a r d i n a l s   g a m e .   b e f o r e   t h e   f g   a t t e m p t   m a t t   a m e n d o l a   l o o k e d   l i k e   b e n s i m m o n s   g o i n g   u p   t o   t h e   f r e e   t h r o w   l i n e
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
i n d i a n a   p a c e r s   v s .   n e w   y o r k   k n i c k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
t h e   7 6 e r s   b u i l t   a   s t a t u e   f o r   b e n s i m m o n s  
h e   n e e d s   t o   w o r k   o n   h i s   j u m p e r   & a m p ;   f r e e   t h r o w s 🤷 🏿 ‍ ♂ ️   b e n s i m m o n s    
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
" i   t h i n k   a   h e a l t h y   l a k e r s   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   b e n s i m m o n s   d r a y m o n d g r e e n   v i c t o r w e m b a n y a m a   d e a a r o n f o x   n b a f a n t a s y       _ s c h i n d l e r      
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   b e n s i m m o n s   d r a y m o n d g r e e n   v i c t o r w e m b a n y a m a   d e a a r o n f o x   n b a f a n t a s y     _ d a n a s c o t t                
b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   b e n s i m m o n s   d r a y m o n d g r e e n   v i c t o r w e m b a n y a m a   d e a a r o n f o x   n b a f a n t a s y             _       _ c o h e n _ n b a   _ p r i c e   _ h o f m a n n
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   b e n s i m m o n s   d r a y m o n d g r e e n   v i c t o r w e m b a n y a m a   d e a a r o n f o x   n b a f a n t a s y 
                 _ c a t o  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
p r e - s e a s o n   o r   n o t   b e n s i m m o n s   t a k i n ’   3 - s h o t s   t h e   e n t i r e   g a m e   i s n ’ t   h e l p i n ’   t h e   n e t s   i n   a n y   w a y   🥱 😴
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m e m p h i s   g r i z z l i e s   v s .   m i a m i   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c a n ’ t   t e l l   i f   s p o e l s t r a   g o n n a   r i p   h i s   g u y s   o r   n a s h   g o n n a   p r a i s e   h i s   g u y s   i n   f i l m   s e s s i o n   t o m o r r o w   ( p r o b   b o t h )   b u t   n e t s   g e t t i n g   a   w i d e   o p e n   3   o f f   a   r e b o u n d   f r o m   a   f t   i s   a w e s o m e .   b e n s i m m o n s  
b e n s i m m o n s   i s   m e n t a l l y   s o f t !   h i s   h e i g h t ,   w e i g h t   & a m p ;   g i f t s   a r e   i r r e l e v a n t   b e c a u s e   h e   d o e s n ' t   p o s s e s s   k i l l e r   i n s t i n c t !  
y o u   a r e n ' t   l i s t e n i n g .   a f t e r   4 5 0   d a y s   b e n s i m m o n s   h a s n ' t   d o n e   a n y t h i n g   m e a n i n g f u l   w i t h   a   b a s k e t b a l l .   t h e   g l a s s   i s   n o t   h a l f   f u l l .   i t ' s   s t i l l   h a l f   e m p t y   🤷 🏿 ‍ ♂ ️  
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b e n s i m m o n s   r o a s t e d   o v e r   t e r r i b l e   o f f e n s i v e   p e r f o r m a n c e   
 

b e n   s i m m o n s   b e s t   p l a y   y e t   v s   h e a t !   n b a   b r o o k l y n   n e t s   v s   m i a m i   h e a t 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s h i g h l i g h t s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s t o d a y   n e t s v s h e a t  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b e n   s i m m o n s   t h e   s e c o n d   n e t s   f a n s   i n e v i t a b l y   s t a r t   b o o i n g   h i m .   b e n s i m m o n s  
b e n s i m m o n s   s a i d   h e   w a n t s   t o   b e   m o r e   a g g r e s s i v e   i n   t h e   p o s t 🤣 😭  
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   v i c t o r w e m b a n y a m a   b e n s i m m o n s   n b a s e a s o n p r e v i e w   t y r e s e m a x e y   n b a f a n t a s y 

t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   v i c t o r w e m b a n y a m a   b e n s i m m o n s   n b a s e a s o n p r e v i e w   t y r e s e m a x e y   n b a f a n t a s y         _ n   _ _ b o o n e            
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   v i c t o r w e m b a n y a m a   b e n s i m m o n s   n b a s e a s o n p r e v i e w   t y r e s e m a x e y   n b a f a n t a s y   _ h o f m a n n   _ j j f           _ s a e n      
b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   v i c t o r w e m b a n y a m a   b e n s i m m o n s   n b a s e a s o n p r e v i e w   t y r e s e m a x e y   n b a f a n t a s y       _                
t o d a y ' s   b e s t   n b a   r e p o r t i n g :   
 n b a   n b a d r a f t   v i c t o r w e m b a n y a m a   b e n s i m m o n s   n b a s e a s o n p r e v i e w   t y r e s e m a x e y   n b a f a n t a s y       _ l e w i s     _ k a r a l i s   _ s _ h a r v e y        
e m b i i d   l o o k i n g   a t   t h e   d r a y m o n d   p u n c h   🥊   & a m p ;   t h i n k i n g   -   “ u   m e a n   i   c o u l d ’ v e   d o n e   t h a t   t o   b e n s i m m o n s   l a s t   y e a r ? ”  
t h e   d u a l i t y   o f   m a n   n b a t w i t t e r   n e t s   s i x e r s   b e n s i m m o n s   n b a p r e s e a s o n  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   h a w k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
f i r s t   b e n 1 0   b u c k e t   i ’ v e   w i t n e s s e d   s i n c e   t h e   a t l a n t a p a s s a c r e   ! 😂   
 p e e p   t y l e r h e r r o   o n   t h e   b e a c h 🤣 
 b e n s i m m o n s   n b a   b a s k e t b a l l   b r o o k l y n n e t s  
w h a t   h a p p e n   t o   b e n   s i m m o n     b e n s i m m o n s
i s   b e n s i m m o n s   s t i l l   b e n s i m m o n s ? 
 
 t w o   g a m e s   -   
 
 4 4   m i n u t e s   -   9   s h o t s … . 
 
 i n   p r e - s e a s o n ? ? ?   
 
 n b a
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
a c c o r d i n g   t o   k d   t h e   s k i e s   t h e   l i m i t e d   f o r   b e n s i m m o n s   😭  
b e n s i m m o n s   h a s   j e d i   m i n d   t r i c k e d   p p l   i n t o   s a y i n g   y o u   d o n ' t   h a v e   t o   s h o o t 😭   😭  
d e f e n s i v e   t h e n   o f f e n s i v e   p l a y   f r o m     b e n s i m m o n s   n b a   b r o o k l y n _ n e t s   m i a m i h e a t  
6   t o   9   a f t e r   3   q u a r t e r s   o f   f o o t b a l l   & a m p ;   t h i s   i s   s t i l l   m o r e   t h a n   b e n s i m m o n s   s c o r e d   t o n i g h t 🤣   
 
 " c o l t s   a t   b r o n c o s "     

o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b e n s i m m o n s   h a s   h a d   n o t h i n g   b u t   t i m e !   a p p a r e n t l y ,   t h e   m a n   h a s n ' t   w o r k e d   o n   h i s   g a m e   s i n c e   j u n e   o f   2 0 2 1 🤷 🏿 ‍ ♂ ️   a s   m u c h   m o n e y   a s   t h i s   m a n   g e t s ,   y o u ' d   t h i n k   h e ' d   a t   l e a s t   p r e t e n d   t o   g i v e   a   s h * t 😆  
t h e   e x c u s e   f o r   b e n s i m m o n s   i s   t h a t   h e   h a s n ' t   p l a y e d   s i n c e   t h e   s p r i n g   o f   2 0 2 1 !   w h a t   i ' m   s a y i n g   i s ,   s h o u l d n ' t   h e   h a v e   b e e n   i n   t h e   g y m   w o r k i n g   o n   h i s   g a m e   i n   a l l   t h a t   t i m e 😶  
y o u   s e e   t h e   b e n s i m m o n s   g l a s s   a s   h a l f   f u l l !   i   s e e   h i s   o t h e r   s t a t s   a s   h a s   e m p t y 😆  
l o l   y e a   s i x e r s   f a n s   w e r e   t h e   p r o b l e m   😂   e n j o y   t h e   h o r r i b l e   r i d e   n e t s   f a n s .   b e n   w i l l   h a v e   “ b a c k   i s s u e s ”   a k a   a   m e n t a l   b r e a k d o w n   w i t h i n   2 5   g a m e s   s i x e r s   b e n s i m m o n s   n e t s
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
p j   g o t   t h a t   d o g   i n   h i m 
 t r e z   g o t   t h a t   d o g   i n   h i m 
 m e l t o n   g o t   t h a t   d o g   i n   h i m 
 
 2 5   g o t   t h a t   s c a r e d   l i t t l e   h o u s e   c a t   i n   h i m 
 
 b e n s i m m o n s  
d o   w e   c o n s i d e r   t h i s   a   b e n   s i m m o n s   j u m p e r ?     h e   s h o u l d   b e   s h o o t i n g   r i g h t   h a n d e d .   n b a   b a s k e t b a l l   n b a t w i t t e r   b e n s i m m o n s   n e t s   p r e s e a s o n   b r o o k l y n  
t h e     a r e   s t i l l   h o r r i b l e   o n   t h e   d e f e n s i v e   e n d   o f   t h e   f l o o r   a n d   n o   o f f e n s i v e   p l a y   m a k i n g   f r o m   s t e v e   n a s h .   h i s   p l a n   i s   t o   h a v e   k d   i s o   b a l l   a l l   d a y .   s o   m u c h   t u r n o v e r s .   j u s t   h o r r i b l e   🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️   b r o o k l y n n e t s   b e n s i m m o n s   t r e n d i n g
b e n   s i m m o n s   n e e d s   t o   s t a r t   l o o k i n g   f o r   h i s   s h o t .   h e ' s   g o o d   e n o u g h . 
 b e n s i m m o n s   n e t s   b r o o k l y n   n b a
b e n s i m m o n s   i s   g o i n g   t o   b e   s p e c i a l   f o r   t h e   b r o o k l y n n e t s   t h i s   y e a r   n b a t w i t t e r   n b a p r e s e a s o n
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e t r o i t p i s t o n s   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b e n   s i m m o n s   m a k e s   l o n g   a w a i t e d   n e t s   d e b u t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b e n s i m m o n s 3 p o i n t e r   b e n s i m m o n s h i g h l i g h t s   b e n s i m m o n s i n j u r y   b e n s i m m o n s i n t e r v i e w   b e n s i m m o n s n e t s   b e n s i m m o n s n e t s d e b u t   b e n s i m m o n s p a s s e d u p d u n k   b e n s i m m o n s r e t u r n  
🎙 🏀   |   n b a   |   e p   1 4 8   o f     p o d c a s t   i s   n o w   a v a i l a b l e   
 
 b e n s i m m o n s   b r i t t n e y g r i n e r   l e b r o n j a m e s   
 
 🎧   s p o t i f y :   
 🎧   a p p l e :   
 🎧   g o o g l e :   
 
 n b a p r e s e a s o n   n b a t w i t t e r   t 7 m r a d i o   b e s t o f s e v e n s p o r t s t a l k  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
🎙 🏀   |   n b a   |   e p   1 4 8   o f     p o d c a s t   i s   n o w   a v a i l a b l e   
 
 b e n s i m m o n s   b r i t t n e y g r i n e r   l e b r o n j a m e s   
 
 🎧   s p o t i f y :   
 🎧   a p p l e :   
 🎧   g o o g l e :    
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
n b a   i s   b a c k !   c a n ’ t   w a i t   t o   b r e a k   d o w n   b e n s i m m o n s   n e w   j u m p s h o t   t o n i g h t   🤧 
 
 w h o l e   l o t t a   s p o r t s   🏀 🏈 ⚾ ️ 
 a n d   e v e n   m o r e   s h e n a n i g a n s ! 
 s p o r t s   & a m p ;   s h e n a n i g a n s   
 w e d n e s d a y s   9 p m   e s t     
   
 w /   k r i c h !   c j !   & a m p ;   n i n o !  
b e n s i m m o n s   t r a d e d   t o   t h e   s u n s   f o r   d e a n d r e a y t o n ‼ ️ * * e s p n   w o j   n b a   b r e a k i n g   n e w s * *   🤯   🤯 
 w a t c h   t h e   f u l l   v i d e o   o n   m y   y o u t u b e   c h a n n e l   👀 👀 ⬇ ️ ⬇ ️ 
 👉 
 p h o e n i x s u n s   d e v i n b o o k e r   c h r i s p a u l   k y r i e i r v i n g   k e v i n d u r a n t   z i o n w i l l i a m s o n   n b a n e w s   n b a t r a d e  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
u t a h   j a z z   v s .   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b e n   s i m m o n s '   b r i c k   s t r u c k   k y r i e   i r v i n g   i n   t h e   f a c e . 🤣   b e n s i m m o n s   k y r i e i r v i n g  
b e n s i m m o n s   i s   b u i l d i n g   h o u s e s   a n d   g i v i n g   b a c k   t o   h i s   c o m m u n i t y !  
n b a   f a n s   h a v e   g i v e n   b e n s i m m o n s   a   n e w   n i c k n a m e !  
i f   y o u   s a y   s o 😂   n b a   b a s k e t b a l l   b r o o k l y n n e t s   b e n s i m m o n s   k d   k y r i e   n e t s  
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t h e   b r o o k l y n n e t s '   b e n s i m m o n s   i s   g r a t e f u l   t o   b e   b a c k   a f t e r   h i s   p r e s e a s o n   d e b u t . 
  
a   h e a l t h y   b e n s i m m o n s   m a k e s   t h e   n e t s   c h a m p i o n s h i p   f a v o r i t e s !  
📣   n e w   p o d c a s t !   " b e n   s i m m o n s   r e v e n g e   t o u r "   o n     7 6 e r s   b e n s i m m o n s   b r o o k l y n   m a d o   n b a   n e t s   n e t s w o r l d   r e v e n g e   s e a s o n   s i m m o n s   s r n o w   t o u r  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s .   b o s t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   p h i l a d e l p h i a   7 6 e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b e n   s i m m o n s   h i g h l i g h t s   v s   p h i l a d e l p h i a   7 6 e r s !   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s v s 7 6 e r s   b r o o k l y n n e t s v s p h i l a d e l p h i a 7 6 e r s   e a s t e r n c o n f e r e n c e   n b a p r e s e a s o n   n e t s   n e t s v s 7 6 e r s   n e t s v s p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s  
w a r r i o r s   s i t e   t r y i n g   t o   s e l l   a   s t e p h c u r r y   f i g u r e .   l o o k s   m o r e   l i k e   b e n s i m m o n s   l o l .   g s w   g o l d e n s t a t e w a r r i o r s   n b a  
o h   c m o n   m a n   💀   b e n s i m m o n s  
w i l d   t o   t h i n k ,     b u t   t h i s   w i l l   b e   k d   & a m p ;   k y r i e ' s   f i r s t   h o m e   o p e n e r   t o g e t h e r   w i t h   f a n s   i n   a t t e n d a n c e . . . 
 
 2 0 1 9   -   n o   k d 
 2 0 2 0   -   c o v i d - 1 9   ( n o   f a n s ) 
 2 0 2 1   -   n o   k a i   ( v a x   m a n d a t e ) 
 2 0 2 2   -   🖤 🤍 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s t w i t t e r   b k n e t s   n e t s   b k l y n n e t s   d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
i ’ v e   s e e n   1 0 0 0   e x c u s e s   f o r   w h y   b e n   s i m m o n s   c o u l d n ’ t   m a k e   a   m i d r a n g e   s h o t   o r   h i s   f r e e   t h r o w s   l a s t   n i g h t .   g e t   u s e d   t o   i t   n e t s   f a n s .   y o u ’ r e   g o n n a   d e f e n d   h i m   w i t h   y o u r   l i f e   a n d   o n e   d a y   w h e n   h e ’ s   n o t   o n   y o u r   t e a m   y o u ’ r e   g o n n a   t a l k   t r a s h   a b o u t   h i m .   n b a   s i x e r s   7 6 e r s   b e n s i m m o n s   n e t s
b e n   s i m m o n s   f a c e   a f t e r   t h e   s h o t   a t t e m p t   h i t   k y r i e   i n   t h e   f a c e   💀 
 b e n s i m m o n s   
 
  
i   s e e   z e r o   i m p r o v e m e n t   w i t h   b e n s i m m o n s   s t i l l   t h e   s a m e   a v e r a g e   p l a y e r   n b a   b e n s i m m o n s
i   h e a r d   b e n s i m m o n s   p l a y e d  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
_ 3 d   h o w   w i l l   t h i s   a f f e c t   l e b r o n ’ s   l e g a c y ?   l e g o a t   w a s h e d   b e n s i m m o n s
b e n   1 0   i n   d a   b u i l d i n g   💪 🏾     n e w   v i d   o u t   n o w   ‼ ️   g e t   m y   r e a c t i o n   e x p l o r e   h o u s e o f h i g h l i g h t s   b e n s i m m o n s   n b a p r e s e a s o n   n b a   b a s k e t b a l l  
b e n   s i m m o n s   b r o o k l y n   n e t s   d e b u t   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s 2 k 2 2   b e n s i m m o n s 3 p o i n t e r   b e n s i m m o n s b r o o k l y n n e t s   b e n s i m m o n s d e f e n s e   b e n s i m m o n s d u n k   b e n s i m m o n s h i g h l i g h t s   b e n s i m m o n s i n j u r y   b e n s i m m o n s i n t e r v i e w   b e n s i m m o n s l o w l i g h t s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
k e v i n   d u r a n t ,   k y r i e   i r v i n g ,   b e n   s i m m o n s   b u t a t a   s a   s i x e r s 
 
 t u n a y n a t a b l o i d i s t a   
 a b a n t e s p o r t s 
 k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
i f   y o u   w o u l d   l i k e   t o   s e e   t h e   b r o o k l y n   n e t s   t h i s   s e a s o n   l e t   m e   k n o w .   i   a m   s e l l i n g   a l l   h o m e   g a m e s .   t h e   r o w   i s   4   r i g h t   n e x t   t o   t h e   a w a y   t e a m   b e n c h .   t h i s   v i d e o   i s   w h e r e   t h e   s e a t s   a r e .   n b a   k d   k y r i e   b e n s i m m o n s  
b e n s i m m o n s   i s   b a c k ! !  
. . . b u t   w o r d s   w i l l   n e v e r   h u r t   m e . . . o r   b o o s   😆 
 
 n b a   n e t s   b e n s i m m o n s   7 6 e r s
b e n   s i m m o n s   i s   m a k i n g   h i s   n e t s   d e b u t   i n   2 0 2 2   p r e s e a s o n   🔥 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s d e b u t   b e n s i m m o n s d e b u t n e t s   b e n s i m m o n s h i g h l i g h t s   b e n s i m m o n s n e t s   b e n s i m m o n s t r a d e   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
r a c h e l n i c h o l s   j o i n s   s h o w t i m e   s p o r t s   1   y e a r   a f t e r   l e a v i n g   e s p n   🤯 ‼ ️   
 ↪ ️   s h o w t i m e   s h o w t i m e b a s k e t b a l l   m a l i k a a n d r e w s   s t e p h e n a s m i t h   t u a   d o l p h i n s   n b a   n f l   s p o r t s   b a s k e t b a l l   n b a n e w s   b e n s i m m o n s   r u s s e l l w e s t b r o o k   l a k e r s   l e b r o n   s k i p b a y l e s s  
l o s   a n g e l e s   c l i p p e r s   v s   p o r t l a n d   t r a i l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s  
f o l l o w i n g   l e n g t h y   l a y o f f s   c a u s e d   b y   i n j u r i e s ,   t h r e e   o f   t h e   n b a ’ s   b e s t   p l a y e r s   a r e   f i n a l l y   m a k i n g   t h e i r   l o n g - a w a i t e d   r e t u r n s .   n b a   b e n s i m m o n s   j a m a l m u r r a y   k a w h i l e o n a r d   b a s k e t b a l l   s p o r t s n e w s   c l i p p e r s   n u g g e t s   7 6 e r s   8 x b e t  
⬇ ️ g o o d   s t u f f   h e r e !   _ m e d i n a   j o i n s   m e   t h i s   f r i d a y   n i g h t   a t   1 2   m i d n i g h t     f o r   " m e d i n a   m a g i c "   a   n e w   b i - w e e k l y   s e g m e n t   o n   t h e   b e r n i e f r a t t o s h o w   ~ w e ' l l   t a l k   r u s s e l l w e s t b r o o k   l a k e r s   b e n s i m m o n s   & a m p ;   m u c h ,   m u c h   m o r e !   🏀 🗑 ️ 
 ~ y o u ' v e   g o t   a   f r o n t   r o w   s e a t   t o   t h e   n b a  
k y r i e   i r v i n g   o n   b e n   s i m m o n s :   “ h e ’ s   g o i n g   t o   l o v e   p l a y i n g   w i t h   u s ”   b e n s i m m o n s   b r o o k l y n n e t s   k y r i e i r v i n g  
k y r i e   i r v i n g   p u t s   o u t   w o r d s   i n f r o n t   o f   m e d i a   p o s t   g e   h o w   b e n   s i m m o n s   i s   t r y i n g   t o   b e   p a r t   o f   e f f e c t i v e   o f f e n s e   a t   t h e   t e a m . 
 
 n b a   n e t s   n e t s w o r l d   k y r i e i r v i n g   b e n s i m m o n s  
e a g l e s   a r e   t h e   l a s t   u n d e f e a t e d   t e a m   i n   t h e   n f l   t h e   s i x e r s   b e a t   t h e   n e t s   i n   p r e s e a s o n !   b e n s i m m o n s   s c o r e d   6 p t s 😆   & a m p ;   t h e   p h i l l i e s   a r e   b a c k   i n   t h e   p o s t s e a s o n   a f t e r   1 1   y r s   r i n g t h e b e l l   p h i l a d e l p h i a  
" i ' m   g r a t e f u l   j u s t   t o   b e   a b l e   t o   s t e p   o n   t h a t   f l o o r , "   b e n s i m m o n s   s a i d .   " s t e p   o n   a n   n b a   f l o o r   a g a i n .   i   h a d   a   l o t   o f   f u n   o u t   t h e r e . "   n b a t w i t t e r   b r o o k l y n n e t s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
g o t   u s e d   b a t t e r i e s ?   n o t   s u r e   h o w   t o   d i s p o s e   o f   t h e m ,   o r   c o n c e r n e d   a b o u t   h a z a r d o u s   f l u i d s ?   
 
 b a t t e r i e s   b a t t e r y   b a t t e r y r e m o v a l   b a t t e r y s t o r a g e   b a t t e r y r e c y c l i n g   u s e d b a t t e r y   q u a n t u m   q u a n t u m t e c h n o l o g y   s a l e   u s a b u s i n e s s   e q u i p m e n t   b e n s i m m o n s   v e l m a   k i t t l e  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
k a w h i   l e o n a r d ,   d a m i a n   l i l l a r d ,   b e n   s i m m o n s ,   j a m a l   m u r r a y   p u t s   u p   a   s h o w   i n   m o n d a y   p r e s e a s o n   a f t e r   r e s p e c t i v e   l o n g   r e c o v e r y   h i a t u s   b e n s i m m o n s   d a m i a n l i l l a r d   j a m a l m u r r a y   k a w h i l e o n a r d  
j u s t   r e a d   t h a t   b e n s i m m o n s   w a s   g r e a t f u l   t o   b e   b a c k   o n   t h e   c o u r t   w i t h   t h e   n e t s .   a n y o n e   w a n t   t o   b e t   h o w   l o n g   b e f o r e   h e   t h r o w s   a   t a n t r u m   l i k e   l a s t   t i m e ?   s e n d   h i s   🍑   b a c k   h o m e   t o   a u s t r a l i a .   l o s e r
h e ’ l l   m a k e   a   b i g   d i f f e r e n c e   f o r   b r o o k l y n   t h i s   s e a s o n .   h e   m a y   n e v e r   s h o o t   🤷 ‍ ♂ ️ .   b e n s i m m o n s   b r o o k l y n t o g e t h e r   b r o o k l y n n e t s   n e t s   k d   k y r i e   s t e v e n a s h   n b a   n b a p r e s e a s o n   n b a t w i t t e r   i n t h e s h e d   w e s a n d e r s o n   t o o l s   p o l i t i c s   s p o r t s   p a r a n o r m a l   n e w s   p o d c a s t s   s p o t i f y   y o u t u b e  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
r i n g t h e b e l l   b a c k   i n   t h e   p o s t s e a s o n   f o r   t h e   1 s t   t i m e   s i n c e   2 0 1 1   f l y e a g l e s f l y   a r e   u n d e f e a t e d   4 - 0   & a m p ;   b e n s i m m o n s   o n l y   s c o r e d   6 p t s   a s   t h e   s i x e r s   w i n 😆   i   l o v e   b e i n g   a   p h i l l y   s p o r t s   f a n !  
e a g l e s   u n d e f e a t e d                                                                                                                                       p h i l l i e s   p o s t s e a s o n                                                                                                                                       b e n s i m m o n s   s c o r e s   4   p o i n t s                                                                                             i t ' s   a l w a y s   s u n n y   i n   p h i l l y
i ' d   p a y   g o o d   m o n e y   t o   w a t c h   w e s t b r o o k   a n d   s i m m o n s   i n   a   g a m e   o f   h o r s e . . . j u m p   s h o t s   o n l y . . . 😏 
 n b a   r u s s e l l w e s t b r o o k   b e n s i m m o n s   l a k e s h o w   n e t s 
  
t h e     h a d   t h e   m o s t   d r a m a t i c   o f f s e a s o n   i n   n b a   h i s t o r y ,   b u t   n o w   i t   i s   t i m e   t o   p l a y .   w h a t   c a n   t h i s   t a l e n t e d   n e t s   r o s t e r   a c c o m p l i s h   i n   t h e   2 0 2 2 - 2 3   s e a s o n ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 b e n s i m m o n s   k e v i n d u r a n t   k y r i e i r v i n g   n b a p r e s e a s o n   n b a t w i t t e r  
b e n   s i m m o n s   d e b u t s   w i t h   b r o o k l y n   n e t s   a n d   t w i t t e r   r e a c t s   |   b e n   s i m m o n s   h i g h l i g h t s 
 
 b e n s i m m o n s   b r o o k l y n n e t s  
t h o s e   w e r e   b r o o k l y n   f a n s   b o o i n g   b e n s i m m o n s   😄   s i x e r s   f a n s   n o t   d r i v i n g   u p   t h e   j e r s e y   t u r n p i k e   i n   t h i s   w e a t h e r   j u s t   t o   b o o   d u d e 😄  
w h e r e   a r e   t h e   
 b e n s i m m o n s   h i g h l i g h t s 😶   o h . . .   n e v e r m i n d 👀  
b u i l d   y o u r   h e a l t h   a n d   f i t n e s s   b u s i n e s s   w i t h   y o u r   o w n   w e l l - d e s i g n e d   a n d   r e s p o n s i v e   w e b s i t e .   c l i c k   t h e   l i n k   b e l o w   t o   g e t   s t a r t e d     
 
 
 c a r d i b   w w e r a w   k a n y e   e u g e n e   r a m s   b a c h e l o r i n p a r a d i s e   4 9 e r s   b e n s i m m o n s   m a x e y   d w t s   f t t b   r e m y   n i n e r s   h e r s c h e l w a l k e r  
b e n s i m m o n s   s c o r e d   6 p t s   😄   
 m a x e y   s c o r e d   2 0 p t s 
 
 s i x e r s   n e t s 
 n b a  
w e b s i t e   d e s i g n   j u s t   g o t   b e t t e r   w i t h   s q u a r e s p a c e   c m s ,   k i n d l y   c l i c k   t h e   l i n k   b e l o w   t o   k n o w   m o r e   o n   b u i l d i n g   y o u r   u n i q u e   w e b s i t e ; 
 
 
 c a r d i b   w w e r a w   k a n y e   e u g e n e   r a m s   b a c h e l o r i n p a r a d i s e   4 9 e r s   b e n s i m m o n s   m a x e y   d w t s   f t t b   r e m y   n i n e r s       h e r s c h e l w a l k e r  
b u i l d   y o u r   c l i e n t s   a n d   b u s i n e s s   b r a n d   w i t h   a u t o m a t e d   e m a i l   m a r k e t i n g 
 c l i c k   t h e   l i n k   b e l o w   t o   k n o w   h o w : 
 
 
 c a r d i b   w w e r a w   k a n y e   e u g e n e   r a m s   b a c h e l o r i n p a r a d i s e   4 9 e r s   b e n s i m m o n s   m a x e y   d w t s   f t t b   9 1 1 o n f o x   r e m y   n i n e r s   a a r o n d o n a l d   h e r s c h e l w a l k e r  
w o r k   m a n a g e m e n t   a t   i t s   p e a k .   m a n a g e   y o u r   p r o j e c t s ,   t a s k s ,   a n d   t e a m s   u s i n g   m o n d a y   c o m .   c l i c k   t h e   l i n k   b e l o w 
 
 
 c a r d i b   w w e r a w   k a n y e   e u g e n e   r a m s   b a c h e l o r i n p a r a d i s e   4 9 e r s   b e n s i m m o n s   m a x e y   d w t s   f t t b   9 1 1 o n f o x   r e m y   n i n e r s   a a r o n d o n a l d   h e r s c h e l w a l k e r  
g o o d   g o d   m a n   b e n s i m m o n s  
b e n   s i m m o n s   s a i d   h e   w i l l   b e   s h o o t i n g   t h r e e s   t h i s   s e a s o n   y e t   i n   1 9   m i n   o f   p l a y   i n   p r e s e a s o n   d i d n ' t   e v e n   a t t e m p t   o n e   a n d   w e   s u p p o s e   t o   b e l i e v e   h e ' l l   s h o o t   i n   t h e   r e g u l a r   s e a s o n ? 
 b e n s i m m o n s   n b a p r e s e a s o n   n e t s
  _ k i n k e a d   f o u l ' e m ! 
 
 n b a   b e n s i m m o n s
  b a r s t o o l   s t a f f   p l a y i n g   p i c k u p   b a s k e t b a l l   a f t e r   w o r k .   i m a g i n e   t h e   s a u s a g e ,   c r a f t   b e e r ,   a n d   c h e e s e   s c e n t   e m a n a t i n g   f r o m   t h e i r   c o l l e c t i v e   a r m p i t s . 
 b i g c a t   f r a n k w a s r i g h t   p o r t n o y   a l o n g c a m e p o l l y   b e n s i m m o n s   n e t s  
  m y   o n l y   p r o b l e m   w i t h   b e n   s i m m o n s   i s   t h a t   h e ' s   s l o w   i n   * m o t i o n * 
 
 t h e r e ,   f i x e d   i t   f o r   y o u 
 
 b e n s i m m o n s   p h i l l y   n e t s   s i x e r s
b e n s i m m o n s   h i g h l i g h t s   😄  
w a t c h i n g   t h e   s i x e r s   p r e s e a s o n   r i g h t   n o w   a n d   s e e i n g   b e n s i m m o n s   m i s s e d   t w o   f r e e   t h r o w s   s h o t s   a l r e a d y … .
t h i s   m a n ' s   b e e n   a w a y   f r o m   p r o   b a s k e t b a l l   s i n c e   j u n e   o f   2 0 2 1   & a m p ;   s t i l l   c a n ' t   s h o o t   a   f r e e   t h r o w 🤦 🏿 ‍ ♂ ️   b e n s i m m o n s   n e t s   n b a  
g o n n a   b e   i n t e r e s t i n g   i f   t h e y   s t a y   h e a l t h y .   t h a n k s   f o r   t h e   p o p   u p .   n b a   b a s k e t b a l l   n e t s   k d   b e n s i m m o n s   n b a t w i t t e r  
i   c a n ' t   b e   t h e   o n l y   o n e   e n j o y i n g   b e n s i m m o n s   p e r f o r m   h i s   s e c o n d   b e s t   w o r s t   g a m e   i n   t h e   n b a   2 n d   t o   t h e   h a w k s   g a m e   t h i s i s k a r m a   a n d a m a z i n g   2 1 5   p h i l l y   🤘 🏾 🤞 🏾 🖤
i d g a f   b e n s i m m o n s   s t i l l   c a n ’ t   s h o o t / i s   s c a r e d   t o   s h o o t !   w e s t b r i c k !   🤣   p h i v s b k n   n e t s   7 6 e r s   p h i l l y   b r o o k l y n   n b a p r e s e a s o n 2 0 2 2   n b a t w i t t e r   n b a
b e n s i m m o n s   j u s t   m i s s e d   b o t h   o f   h i s   f r e e   t h r o w s .   n i c e   t o   s e e   h e ’ s   b a c k   i n   m i d s e a s o n   f o r m .
i   a m   r o o t i n g   f o r   b e n   s i m m o n s ! !   b e n s i m m o n s
b e n s i m m o n s   i s   b a c k .   
 
 n b a p r e s e a s o n 2 0 2 2   
 
  
“ l e t   i t   r a i n n n n n n ❗ ️ ” 
 
 -   p h i l i p   s e y m o u r   h o f f m a n   b e n s i m m o n s  
b e n   s i m m o n s   b a c k   t o   h i s   n o r m a l   s e l f . . . . 
 b e n s i m m o n s     f r e e t h r o w s  
i   l o v e   t h e   b o o s   b e n s i m m o n s   i s   g e t t i n g     l o o k i n g   s t e l l a r   a s   e x p e c t e d   7 6 e r s   f o   l i f e ! !
b e n s i m m o n s   b a c k   o n   t h e   c o u r t   n b a p r e s e a s o n 2 0 2 2   👀 🏀 ‼ ️
h e ’ s   b a c k k k ! ! !   n e t s   n b a   s i m m o n s   b e n s i m m o n s  
b e n s i m m o n s   s t i l l   t r a s h  
m a n   t h e s e   p r e   s e a s o n   g a m e s   r e a l l y   g o t   m e   m i s s i n g   t h e   n b a 🥲 🥲 😩 😩 😭 😭 b e n s i m m o n s   n b a  
s i m m o n s   g e t s   b a c k   t o   c r e a t e   t h e   t u r n o v e r .   n b a   b a s k e t b a l l   n e t s   b e n s i m m o n s   n b a t w i t t e r  
w h a t   i s   a   r e a l i s t i c   r e b o u n d   n u m b e r   f o r   b e n s i m m o n s ?   i t ' s   o n l y   b e e n   a   f e w   m i n u t e s   b u t   c l e a n i n g   t h e   g l a s s   i s   g o n n a   b e   a n   i s s u e   f o r   t h e   n e t s   a l l   s e a s o n . 
 
 o t h e r w i s e   i f   b r o o k l y n   f i g u r e s   i t   o u t   & a m p ;   i f   t h e y   s t a y   h e a l t h y   ( t h a t   s e c o n d   i f . . . )   t h e y ' r e   a   p r o b l e m   i n   t h e   e a s t .   n b a   b a l l o r f a l l  
i   l i k e   b e n s i m m o n s .   h e ' s   a   w i n n i n g   p l a y e r .   i   k n o w   i t ' s   e a r l y ,   b u t   h i s   g a m e   l o o k s   t h e   s a m e
t h e y   g o n n a   h a v e   s o m e   i n t e r e s t i n g   r o t a t i o n s .   n b a   b a s k e t b a l l   n e t s   b e n s i m m o n s   n b a t w i t t e r  
t h i s   i s   g o n n a   b e   b e n s i m m o n s   y e a r   🥲 🥲
3   p l a y s   i n   a n d   b e n   i s   t h e   p g   n b a   n e t s   b e n s i m m o n s
  i ’ m   r o o t i n g   f o r   y o u   b r o !   b e n s i m m o n s   n b a p r e s e a s o n
b e n   s i m m o n s   g o n n a   p r o v e   a   l o t   o f   y ’ a l l   w r o n g   i f   h e   s t a y s   h e a l t h y   t h i s   s e a s o n .   c a n ’ t   b e l i e v e   h o w   u n d e r r a t e d   h e   h a s   b e c o m e 🤦 🏼 ‍ ♂ ️ . 
 |   b e n s i m m o n s     n e t s   n b a   |  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
g o l d e n   s t a t e   w a r r i o r s   v s .   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
j a l e n   h u r t s   i s   t h e   a n t i   b e n s i m m o n s   h i s   w o r k   e t h i c   & a m p ;   d i s c i p l i n e   a r e   e v e r y t h i n g   b e n ' s   i s   n o t !   m o n d a y t h o u g h t s   s p o r t s   f l y e a g l e s f l y
7 6 e r s   f a n s   i t ' s   h a p p e n i n g !   b e n   s i m m o n s   i s   e x p e c t e d   t o   p l a y   i n   t o n i g h t ' s   p r e s e a s o n   g a m e   a g a i n s t   p h i l l y .   h o w   m a n y   p o i n t s   w i l l   h e   d r o p   i n   h i s   r e t u r n ?   n b a   n b a t w i t t e r   g a m b l i n g t w i t t e r   s p o r t s b e t   s p o r t s b e t s   s p o r t s b e t t i n g t w i t t e r   s p o r t s b e t t o r   p h i l a d e l p h i a 7 6 e r s   b e n s i m m o n s   7 6 e r s
m y     g o i n g   a t     t o n i g h t   a n d   f i n a l l y   w e   g o t     h e a l t h y   p l a y i n g   g r e a t n e w s   b e n s i m m o n s   n b a p r e s e a s o n   n b a n e w s  
b e n   s i m m o n s   w i l l   d e b u t   t o n i g h t   f o r   b r o o k l y n ,   a g a i n s t   t h e   7 6 e r s ,   h i s   f o r m e r   t e a m .   
 
 a n d   y e s ,   a s   m u c h   a s   y o u   s a y   t h a t   y o u   “ d o n ’ t   c a r e ”   y o u   k n o w   y o u   w i l l   b e   w a t c h i n g . 
 
 n b a   b e n s i m m o n s  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b e n   s i m m o n s   m a k e s   h i s   n e t s   d e b u t   t o d a y   -   a g a i n s t   j o e l   e m b i i d   a n d   7 6 e r s !   😤 🍿 
 
 w h o   y o u   g o t ? 
 
 b e n s i m m o n s   b r o o k l y n n e t s   j o e l e m b i i d   7 6 e r s   n b a p r e s e a s o n  
i s   b e n s i m m o n s   b a c k   s t i l l   h u r t ?
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
b b a l l   a r e   y o u   g o i n g   t o   r e m a i n   c o m m i t t e d   t o   t h e   s p o r t   b e n s i m m o n s  
a   s t a t   f r o m   l a s t   n i g h t ' s   r a p t o r s   g a m e   w a s   s c o t t i e b a r n e s   w a s   t h e   2 3 r d   r o o k i e   i n   n b a   h i s t o r y   t o   h a v e   1 k   p o i n t s ,   5 0 0 +   r e b o u n d s   & a m p ;   2 5 0 +   a s s i s t s . 
 
 h e   j o i n e d   l u k a ,   b l a k e   & a m p ;   b e n s i m m o n s .   o h   y e a h :   s i m m o n s   w a s   d e c e n t . . . a t   t h e   s t a r t ;   r o o k i e   o f   t h e   y e a r . 
 
 h o w   d o   y o u   c o l l a p s e   t h i s   b a d l y ?  
w i l l   t h e   n e t s   o v e r c o m e   t h e   d r a m a   & a m p ;   m a k e   i t   t o   t h e   f i n a l s ?   c l i c k   l i n k   f o r   f u l l   v i d e o . 
 
 e d i t e d   b y   c a n t v       n b a   n b a t w i t t e r   b a s k e t b a l l   n b a p r e s e a s o n   n e t s   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s 
 c a n t v   n b a o f f s e a s o n  
b e n s i m m o n s   w i l l   p l a y   a g a i n s t   t h e   s i x e r s   f o r   f i r s t   t i m e   m o n d a y   i n   b r o o k l y n     v i a  
b e n   s i m m o n s   d o m i n a t i n g   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s b e s t   b e n s i m m o n s b r o o k l y n   b e n s i m m o n s e m b i i d   b e n s i m m o n s k e v i n d u r a n t   b e n s i m m o n s k y r i e i r v i n g   b e n s i m m o n s n b a   b e n s i m m o n s n e t s   b e n s i m m o n s p a s s   b e n s i m m o n s p r a c t i c e   b e n s i m m o n s s h o o t i n g  
s t e v e   k e r r   p o s t g a m e   i n t e r v i e w   |   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n  
j a m e s   h a r d e n   " f i g u r i n g   t h i n g s   o u t "   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s n e w s   7 6 e r s t r a i n i n g c a m p   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j a m e s h a r d e n h i g h l i g h t s   j o e l e m b i i d   n b a   n b a n e w s   n b a p r e s e a s o n   n b a t r a i n i n g c a m p  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   h e a t   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   b e n   s i m m o n s ,   k y r i e   i r v i n g   a n d   b r o o k l y n   n e t s   w o r t h   a   w a g e r   a f t e r   n e w   b i g   3   d e b u t s   –       b e n   b i g   b r o o k l y n   d e b u t s
i   y o u   n e e d   q r   c o d e s   f o r   y o u r   d o c u m e n t   t h e n   c l i c k   t h e   l i n k   b e l o w   t o   c o n t a c t   m e . 
 
 n a t i o n a l b o y f r i e n d d a y   s e u l g i   e u g e n e   d r e a m f a c e r e v e a l   t u e s d a y v i b e   w w e r a w   w a k a n d a f o r e v e r   h a l l o w e e n   g o o d   t u e s d a y   b r o s   n a r u t o   o v e r w a t c h   2   b e n   s i m m o n s   x i a o m i l a u n c h   a d r i a  
i   y o u   n e e d   s o c i a l   m e d i a   p o s t s   t h e n   c l i c k   t h e   l i n k   b e l o w   t o   c o n t a c t   m e . 
 
   x i a o m i l a u n c h   b e n   s i m m o n s   o v e r w a t c h   2   n a r u t o   b r o s   g o o d   t u e s d a y   h a l l o w e e n   w a k a n d a f o r e v e r   w w e r a w   t u e s d a y v i b e   d r e a m f a c e r e v e a l   e u g e n e   s e u l g i   n a t i o n a l b o y f r i e n d d a y  
i   y o u   n e e d   a m a z o n   l i s t i n g   i m a g e s   t h e n   c l i c k   t h e   l i n k   b e l o w   t o   c o n t a c t   m e . 
 
   x i a o m i l a u n c h   b e n   s i m m o n s   o v e r w a t c h   2   n a r u t o   b r o s   g o o d   t u e s d a y   h a l l o w e e n   w a k a n d a f o r e v e r   w w e r a w   t u e s d a y v i b e   d r e a m f a c e r e v e a l   e u g e n e   s e u l g i   n a t i o n a l b o y f r i e n d d a y  
(   s t a r s   b e n   s i m m o n s ,   k a w h i   l e o n a r d   a n d   j a m a l   m u r r a y   a l l   r e t u r n   t o   f l o o r   f o r   f i r s t   a c t i o n   i n   m o r e   t h a n   a   y e a r   :   k e y   p l a y e r s   o n   t h r e e   o f   t h i s   s e a s o n ' s   c h a m p i o n s h i p - c a l i b e r   t e a m s   a l l   s a w   l i m i t e d   m i n u t e s   . .  
b e n   s i m m o n s   n b a   h i g h l i g h t s   n e t s   v s   7 6 e r s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n s i m m o n s   b e n   s i m m o n s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   b r o o k l y n   n e t s   n e t s  
b e n   s i m m o n s   s l a m s   h o m e   h i s   f i r s t   n e t s   b u c k e t !     v i a  
b e n   d u n k s   i t   f o r   h i s   f i r s t   n e t ' s   b u c k e t 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   b e n   s i m m o n s   d u n k   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
f i r s t   o n e   t o   s p o t   i t   g e t s   a   🍪   … …   h o w   d i d   t h i s   h a p p e n ?   
 
 b e n s i m m o n s   k y r i e i r v i n g   b r o o k l y n n e t s   n e t s   k d   s i m m o n s   a i r b a l l  
o u r   b o y   s i m m o n s   i n   m i d - s e a s o n   f o r m   🤣 
 s i m m o n s   b r o o k l y n n e t s   
  
d a i l y   r / g o n e t s   d i s c u s s i o n   -   o c t o b e r   1 1 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
r e b u i l d i n g   t h e   b r o o k l y n   n e t s !   ( n b a   2 k 2 3   m y n b a )     v i a     n b a   n b a 2 k 2 3   b a s k e t b a l l   s p o r t s   g a m i n g   y o u t u b e r   b r o o k l y n n e t s
b e n   s i m m o n s   w i t h   t h e   s h o t   b o i i .   b e n s i m m o n s   n e t s   b r o o k l y n   b r o o k l y n n e t s  
k y r i e   i r v i n g   i s   t u r n i n g   c h a m p i o n s h i p - m i n d e d   n e t s   i n t o   t o t a l   d y s f u n c t i o n ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
w h a t   i n j u r y   w i l l     c l a i m   h e   h a s ? ? ? 
 
 h e   s h o u l d   c l a i m   a n   i n j u r e d   e g o 
 
 n b a   b r o o k l y n n e t s   n e t s   
  
o v e r   t e n   y e a r s ,   t h e   b r o o k l y n n e t s   h a v e   n o t   r e a c h e d   t h e i r   p o t e n t i a l ,   g a i n i n g   t h e   s e c o n d   r o u n d   o f   t h e   p l a y o f f s   o n l y   t w i c e . 

n o   w a y   s i m m o n s   d i d   t h a t   b r o o k l y n n e t s  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
o n e   m a n   t r i b e   i n   b r o o k l y n     w w e   r a w   b a r c l a y s c e n t e r   w u w   j o h n y r o d z   w w e   d e g e n e r a t i o n x   w w e r a w   g e r o n i m o   g l e a s o n s g y m   b r o o k l y n n e t s   n e w y o r k               _        
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   t r a i n i n g   c a m p   🏀 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
n e t s   a l l   a c c e s s   p r a c t i c e   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
k y r i e   i r v i n g   s a y s   t h e   b r o o k l y n   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   l o c k e d o n p o d c a s t  
c e r t i f i e d   s m o k e :   2 0 2 2 - 2 3   n b a   s e a s o n   . . . 
   
 
   
 a l l t h e s m o k e   a l l t h e s m o k e f u l l e p i s o d e   a n t h o n y d a v i s   a t s   b a s k e t b a l l v i d e o s   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c e l t i c s   d a m e l i l l a r d   d e j o u n t e m u r r a y   i m e u d o k a   j a y l e n b r o w n   j a y s o n t a t u m   k a w h i l e o n a r d  
f r o m   g r e e n v i l l e ,   n c   t o   b r o o k l y n :   d a y & a m p ; 3 9 ; r o n   s h a r p e & a m p ; 3 9 ; s   n b a   j o u r n e y   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   d a y r o n s h a r p e   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n e t s h i g h l i g h t s   n o r t h c a r o l i n a   s p o r t s   s t e v e n a s h   u n c  
t h e   b r o o k l y n   n e t s :   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   i s s u e s   ( t h e   r e a l   s t o r y ) 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a o n e s p n   n e t s t r a d e r u m o u r s  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   2 t   c o l o r   p a c k   5 9 f i f t y   -   g r a p h i t e ,   r e d ,   w h i t e   n o w   a v a i l a b l e   f r o m   e c a p s u n l i m i t e d 
 
 n e w d r o p   e i g h t y 8 f i t s   c a p s u n l i m i t e d   n b a   b r o o k l y n n e t s   n e t s   w e g o h a r d   b r o o k l y n   n e w y o r k   2 t   c o l o r   p a c k   5 9 f i f t y   g r a p h i t e   r e d   w h i t e 
 

  a n   i n d i c t m e n t   o f   h c   s t e v e   n a s h   t h a t   k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   h a v e   t a k i n g   c a m   t h o m a s   u n d e r   t h e r e   w i n g   t o   d e v e l o p   h i m 
 
 w h e r e ' s   n a s h   c o a c h i n g   o r   c o a c h i n g   s t a f f ?   
 
 w h e r e ?   - -   p l e a s e 
 
 b r o o k l y n n e t s   n e t s   n e t s l e v e l
t h r e e   t h i n g s   s t e v e   n a s h ,   b e n   s i m m o n s   . . . 
   
 
   
 a d a m a r m b r e c h t   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s p o d c a s t   c a m e r o n t h o m a s   d a y r o n s h a r p e   d o u g n o r r i e   e a s t e r n c o n f e r e n c e   j o e h a r r i s   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g  
d a i l y   r / g o n e t s   d i s c u s s i o n   -   o c t o b e r   1 0 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
n b a   b r o o k l y n n e t s   s t e v e n a s h   n e t s   f a n s   b o o   s t e v e   n a s h   a t   o p e n   p r a c t i c e  
t i m e l i n e   o f   j a m e s   h a r d e n   a n d   t h e   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   c h r i s p a u l   c o m m e n t a r y   c o m m e n t a t o r   d a r y l m o r e y   d o m 2 k   d o m 2 k p o d c a s t   d w i g h t h o w a r d   h o u s t o n r o c k e t s   j a m e h a r d e n k y r i e i r v i n g   j a m e s h a r d e n   j a m e s h a r d e n i n t e r v i e w   j a m e s h a r d e n k e v i n d u r a n t  
k y r i e   i r v i n g   i n t r o d u c e d   a t   t h e   n e t s ’   p r a c t i c e   a t   b   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   e s p n n b a   h i g h l i g h t s   k y r i e i r v i n g   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   n e t s p r a c t i c e   p r a c t i c e i n t h e p a r k   s p o r t s   v i r a l  
o n   f e e t   👟 
 
   a r r i v e s   t o     ‘ p r a c t i c e   i n   t h e   p a r k ’   i n     a j 1   x   c a c t u s   j a c k   “ f r a g m e n t ”   1   l o w s   🌵 
 k d   b r o o k l y n n e t s   n e t s   t r a v i s s c o t t   f r a g m e n t   j o r d a n 1   l o w s   

w h a t   a n   a m a z i n g   p r a c t i c e i n t h e p a r k   e v e n t ,   s h o u t   o u t   t o   a l l   t h e   n e t s   f a n s   f o r   s h o w i n g   o u t ,   r e a l l y   m a d e   t h e   e v e n t   s p e c i a l .     n e x t   u p … o p e n i n g   n i g h t   b r o o k l y n n e t s   b r o o k l y n b r i d g e p a r k   n e t s d j   n b a d j  
m y   e x p e o p i n i o n   e p 1 3 3 :   t o n y   y a y o   & a m p ;   u n c l e   m u r d a           p o d c a s t   q u e e n s   b r o o k l y n n e t s   b r o o k l y n   b l o g   v i d e o   t r e n d   t r e n d i n g n o w   n y c c   n e w y o r k   c a l i f o r n i a   l o s a n g e l e s   m o n d a y t h o u g h t s   h i p h o p   r a p   m u s i c     a t l a n t a   n e w s
n e t s   n e w   r o s t e r   a f t e r   d u r a n t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s l i n e u p 2 0 2 3   b r o o k l y n n e t s n e w s   b r o o k l y n n e t s n e w s t o d a y   b r o o k l y n n e t s o f f i c i a l l i n e u p 2 0 2 2   b r o o k l y n n e t s r o s t e r 2 0 2 2   b r o o k l y n n e t s r o s t e r 2 0 2 3   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   n b a  
a m i d s t   t h e   b l a c k d r o p 
 
 b r o o k l y n n e t s  
b e s t   f r e e   s t u f f   e v e r   y e s t e r d a y   p r a c t i c e i n t h e p a r k   b r o o k l y n n e t s  
[ w i n f i e l d ]   n e t s   f a n s   j u s t   b o o e d   s t e v e   n a s h   w h e n   h e   w a s   i n t r o d u c e d   a t   p r a c t i c e   i n   t h e   p a r k .   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
i n k t o b e r   d a y   9 .   e a s y   m o n e y   s n i p e r .   
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   s l i m r e a p e r   b a s k e t b a l l   b a s k e t b a l l a r t   n b a   n b a a r t   a r t i s t   a r t   s k e t c h   b a l l p o i n t p e n   b a l l p o i n t p e n a r t   b r o o k l y n   b r o o k l y n n e t s   d j o s s u p p a h   d j o s s u p p a h a r t  
[ w i n f i e l d ]   n e t s   f a n s   j u s t   b o o e d   s t e v e   n a s h   w h e n   h e   w a s   i n t r o d u c e d   a t   p r a c t i c e   i n   t h e   p a r k . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
i n d i a n a   p a c e r s   v s .   n e w   y o r k   k n i c k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
        k e e p   m a k i n g   a   d i f f e r e n c e ! 
 g o d   b l e s s   y o u   a l l ! !   b r o o k l y n n e t s   b r o o k l y n
n j ➡ ️ b k !   🔟   y e a r s   i n   n y !   b r o o k l y n n e t s  
k d   f o r   t h e   k i d s   🖊   b r o o k l y n n e t s  
[ b o o l i n   s p o r t s ]   n e t s   h a v i n g   a n   o u t d o o r   p r a c t i c e   a t   p r a c t i c e   i n   t h e   p a r k 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
_ 8 m u r a   i n s p i r e d   h a t 
 
 p u r p l e u r b   p i x e l a r t   a r t   f a s h i o n     c u l t u r e   n b a   b r o o k l y n   b r o o k l y n n e t s   n i p p o n   j a p a n   b a s k e t b a l l  
i   s u p p o r t   e v e r y   t i m e   w i t h   e x c e p t i o n   o f   t h e   n e t s   t h e y   c a n   g o   s u c k   a   f r a n k !   b r o o k l y n n e t s
w e   n e e d   t o   t a l k   a b o u t   k y r i e   i r v i n g … 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s k y r i e i r v i n g h i g h l i g h t s   e a s t e r n c o n f e r e n c e   k y r i e i r v i n g   k y r i e i r v i n g 2 0 2 2 s e a s o n   k y r i e i r v i n g b e s t p l a y s   k y r i e i r v i n g b r o o k l y n h i g h l i g h t s   k y r i e i r v i n g b r o o k l y n n e t s  
p r a c t i c e   i n   t h e   p a r k . .   n e t s   b r o o k l y n n e t s   
 
  
k y r i e   i r v i n g   a n d   k d   l o o k   g r e a t   a t   t o d a y & a m p ; 3 9 ; s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   k y r i e i r v i n g a n d k d   k y r i e i r v i n g a n d k d l o o k g r e a t a t t o d a y s b r o o k l y n n e t s t r a i n i n g c a m p   t r a i n i n g c a m p  
t h e   m o n t y   s h o w   7 5 6 !   i s   u t a h   j a z z   s t a r   . . . 
   
 
   
 b i g 1 0   b i g 1 0 e x p a n s i o n   b i g 1 2   b i g 1 2 e x p a n s i o n   b i g 1 2 n o t r e d a m e   b i g 1 2 t v d e a l   b r o o k l y n n e t s   c h i p o t l e u n i o n   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l h e a t   d o n o v a n m i t c h e l l k n i c k s   d o n o v a n m i t c h e l l t r a d e r u m o r s   k e v i n d u r a n t  
h e r e   a t   b r o o k l y n n e t s   p r a c t i c e   a t   t h e   p a r k .   l i n e   w a s   w r a p p e d   a l l   t h e   w a y   a r o u n d   p i e r   t h r e e   b y   n o o n .   n o t   b a d   f o r   a   t e a m   w i t h   “ n o   f a n s . ”
b r o o k l y n   n e t s   t r a i n i n g   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
  f o r m e r   n e t s   p l a y e r ' s   a r e   t e l l i n g   t h e   t r u t h   a b o u t   t h e   t e a m   c h e m i s t r y   & a m p ;   l o c k e r o o m   l a s t   y e a r   a n d   p e o p l e   t a k e   t h e r e   s u b t l e   j a b   a s   t h r o w i n g   s h a d e   -   p l e a s e 
 
 a m a r e   s t o u d e m i r e   w h o   w a s   p a r t   o f   b r o o k l y n n e t s   c o a c h i n g   s t a f f   t h r e w   s u d t l e   j a b   a t   t e a m 
 
 n e t s l e v e l   t o g e t h e r n e t s   n e t s w o r l d
a n y o n e   h a v e   e x t r a   p r a c t i c e   i n   t h e   p a r k   t i x   l e m m e   k n o w ! !   i   m i s s e d   a n y   a l e r t s   a n d   n o w   h a v e   n o   t i x   😣   n e t s w o r l d   b r o o k l y n n e t s   p r a c t i c e i n t h e p a r k
k e v i n   d u r a n t   i s   s t a y i n g   w i t h   t h e   b r o o k l y n   n e t s ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
d a y ' r o n   s h a r p e 
   " s a m u e l   l   j a c k s o n "     : d   
 f o r   n b a 2 k 2 3 
 p a i d   r e q u e s t 
 - h d   f a c e   t e x 
 - o n / o f f   h e a d b a n d / f u r y 
 - m u l t i p l e   s w i t c h   l o o k 
 - 3   h a i r s t y l e 
 a e o m o d s   
 a e g c f m o d s   
 s a m u e l l j a c k s o n   
 b r o o k l y n n e t s   
 d a y r o n s h a r p e  
d a i l y   r / g o n e t s   d i s c u s s i o n   -   o c t o b e r   0 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
🚨   j u s t   c o n f i r m e d !   t h e   b r o o k l y n   n e t s   h a v e   s   . . . 
   
 
   
 2 0 2 2 n b a f r e e a g e n c y   a t l a n t i c d i v i s i o n   b r o o k l y n n b a   b r o o k l y n n e t s   b r o o k l y n n e t s 2 0 2 2   b r o o k l y n n e t s f r e e a g e n c y   b r o o k l y n n e t s f r e e a g e n c y 2 0 2 1   b r o o k l y n n e t s f r e e a g e n t s   b r o o k l y n n e t s h i g h l i g h t s   b r o o k l y n n e t s n e w s  
k y r i e   i r v i n g ,   n e t s   h o p i n g   t o   e r a s e   p a s t   i s s u e s   a n d   s t a r t   n e w   b e g i n n i n g s   f o r   n e x t   s e a s o n   b r o o k l y n n e t s   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s  
_ z _ d a i l y   j i g g g g g a a a a a ,   w h a t s   m y   m : ( $ & a m p ; /   f   ) $ ? 6 / 2   n a m e ? !   j a y z   h o v   b r o o k l y n n e t s   b r o o k l y n   n y c   r o c k a w e a r   r o c k a f e l l a r e c o r d s
n e t s   n a t i o n   a g a i n s t   t h e   w o r l d   b r o o k l y n n e t s  
b r o o k l y n   n e t s   t r a i n i n g   c a m p   d a y   1 4   h i g h l i g h t s !   b e n   s i m m o n s   c o n t i n u i n g   t o   i m p r o v e ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
d e s p i t e   w h a t ' s   g o i n g   o n   i r l ,   i n   q c s n ,   t h e   b r o o k l y n   n e t s   c a m e   a s   a   t e a m   a n d   s w e e p   l e b r o n   a n d   t h e   l a k e r s   t o   w i n   t h e i r   f r a n c h i s e   f i r s t   c h a m p i o n s h i p . 
 
 w i n n i n g   o n   h i s   o w n ,   k e v i n   d u r a n t   i s   t h e   f i n a l s   m v p 
 
 b r o o k l y n n e t s   n b a c h a m p s   n b a c h a m p i o n s   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   y o u t u b e  
r a f f l i n g   o f f   4   t i c k e t s   t o   p r a c t i c e   i n   t h e   p a r k   i n   b r o o k l y n .   l m k   a n d   i t ’ s   y o u r s   b r o o k l y n n e t s
n i c o l a s   c l a x t o n 😎 
 f o r   n b a 2 k 2 3 
 p a i d   r e q u e s t ! ! ! 
 - h d   f a c e   t e x t u r e 
 -   9   s w i t c h i n g   h a i r   s t y l e 
 n i c o l a s c l a x t o n   
 b r o o k l y n n e t s   
 a e g c f m o d s 
 a e o c f m o d d i n g  
c o l l e g e f o o t b a l l   b r o o k l y n n e t s   o k l a h o m a s o o n e r s   t e x a s l o n g h o r n s   k e v i n   d u r a n t   t a u n t s   o k l a h o m a   c o a c h   b r e n t   v e n a b l e s   d u r i n g   4 9 - 0   b l o w o u t   l o s s   t o   t e x a s  
💥 e p i s o d e   1 3   -   i s   b e n   s i m m o n s   m o r e   v a l u a b l e   t o   t h e   n e t s   t h a n   k y r i e   i r v i n g ? 💥   t h i s   a n d   m o r e … 
 
 ✅   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s   👍 🏼   
 
 n b a   s h e h u l k a t t o r n e y a t l a w   h o u s e o f t h e d r a g o n h b o   d a r e d e v i l   b r o o k l y n n e t s   
 
 p o d c a s t   l i n k :  
k y r i e i r v i n g   s a y s   b r o o k l y n n e t s   l o o k i n g   t o   c h a n g e   n a r r a t i v e   -   v i a     a p p   e s p n    
l e b r o n   j a m e s ,   a n t h o n y   d a v i s   a n d   t h e   l a k e r s   a r e   b a c k   i n   t h e   n b a f i n a l s   g o i n g   a g a i n s t   t h e   r e d   h o t   n e t s . 
 
 t h e   s e a s o n   3   n b a   f i n a l s   i s   l i v e 
   
 
 l o s a n g e l e s l a k e r s   b r o o k l y n n e t s   l a   l a k e r n a t i o n   b r o o k l y n   k d   k y r i e i r v i n g   k y r i e   y o u t u b e   n b a 2 k 2 3   n b a 2 k 2 2
  w e   a r e   g o i n g   f i r e   s t e v e   n a s h   a s   s o o n   a s   w e   g e t   r i d   o f   g m   s e a n   m a r k s 
 
 m a r k s   m a y   f i n d   h i m s e l f   o u t   g m   j o b   b e c a u s e   o f   h i s   a s s i s t a n c e   t h i s   f a r s e   o f   a   c o a c h   b e   h e a d   c o a c h   o f   t h e   n e t s 
 
 n e t s l e v e l   n e t s n a t i o n   t o g e t h e r n e t s   b r o o k l y n n e t s   f i r e s t e v e n a s h
w h o d o y o u c o l l e c t   t h e h o b b y 
 b r o o k l y n n e t s   a d 
 c h e c k   o u t   2 0 2 1 - 2 2   p a n i n i   i m p e c c a b l e   a s i a   c a m e r o n   t h o m a s   r o o k i e   p a t c h   a u t o   / 8 8   s e a l e d       e b a y   v i a  
i c y m i :   a n o t h e r   c o m p r o m i s e   i n   t h e   n a m e   o f   f u n d r a i s i n g ?   i n   h o n o r i n g   j o e t s a i   t h e   m u n i c i p a l a r t s o c i e t y   c o n v e n i e n t l y   f o r g e t s   i t s   c r u s a d e   a g a i n s t   s u p e r t a l l s   t h e a c c i d e n t a l s k y l i n e   b r o o k l y n n e t s   b a r c l a y s c e n t e r        
l a k e r s   a m o n g   p o t e n t i a l   s u i t o r s   f o r   m o   b a m b a   b r o o k l y n n e t s   l o s a n g e l e s l a k e r s   m i a m i h e a t   m o b a m b a  
m e m p h i s   g r i z z l i e s   v s .   m i a m i   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
h e y   -     t h x       🙌 
 t h a t   i s   n e t s l e v e l     😀 
 b r o o k l y n n e t s   n e t s w o r l d  
n a s h ' s   t a c t i c s   b r o o k l y n n e t s   n b a  
w h o ’ s   t h e   d r a k e   o f   t h e   b r o o k l y n   n e t s ?   🤔   |   c l u t c h   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c l u t c h p o i n t s   e a s t e r n c o n f e r e n c e  
w a t c h e d   n e t s   p r e s e a s o n   g a m e   l a s t   n i g h t . 
 m a n p u k u n   b r o o k l y n n e t s   n e t s w o r l d   y u t a w a t a n a b e   渡 邊 雄 太  
i s   t h i s   r e f i l l a b l e   i f   y o u   b r i n g   i t   t o   g a m e s ? ( 1 / 2   s e a s o n )   t h a t ’ s   w h a t   t h e   c o n c e s s i o n   g u y   s a i d   l o l 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
c o l d   h a r d   " c a p " !   
   t a l k s   " k y r i e " . 
   b r o o k l y n n e t s     n b a  
c o l d   h a r d   " c a p " !   
   t a l k s   " k y r i e " . 
   b r o o k l y n n e t s     n b a  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
h o m e   f o r   a t   l e a s t   2 1   m o r e   n i g h t s   t h i s   s e a s o n .   g o t   r o c k e d ,   b u t   l g n !   a l s o   s h o u t   o u t   t o   m y   t i c k e t   r e p   f o r   m a k i n g   m e   a m e x   m e m b e r   o f   t h e   g a m e ! 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b e n   s i m m o n s   b e s t   p l a y   y e t   v s   h e a t !   n b a   b r o o k l y n   n e t s   v s   m i a m i   h e a t 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s h i g h l i g h t s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s t o d a y   n e t s v s h e a t  
o ’ s   t h o u g h t s   o n   y e s t e r d a y ’ s   h e a t   v s   n e t s 
 n e t s   n e t s w o r l d   n e t s o n y e s   b r o o k l y n n e t s   n b a   n b a p r e s e a s o n    
n b a   n b a t w i t t e r   b r o o k l y n n e t s   b a s k e t b a l l   
 
 a f t e r   b e i n g   s w e p t   i n   t h e   f i r s t   r o u n d   o f   l a s t   y e a r ’ s   p l a y o f f s ,   t h e   b r o o k l y n   n e t s   a r e   r e a d y   t o   r e l a u n c h   a n   n b a   t i t l e   c a m p a i g n   i n   t h e   2 0 2 2 - 2 0 2 3   s e a s o n .   
 
 h a v e   a   l o o k   a t   b r o o k l y n   n e t s   n b a   2 0 2 2 - 2 3   r o s t e r :  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   -   . . . 
   
 
   
 7 6 e r s v s n e t s   b r o o k l y n n e t s   b r o o k l y n n e t s v s m i a m i h e a t   b r o o k l y n n e t s v s m i a m i h e a t f u l l g a m e   e a s t e r n c o n f e r e n c e   h e a t v s n e t s   h e a t s v s n e t s   h e a t s v s n e t s h i g h l i g h t s m i a m i h e a t s v s b r o o k l y n n e t s l i v e   h e a t s v s n e t s l i v e   m i a m i h e a t  
n b a 
 b r o o k l y n n e t s   t e m p o r a d a   2 0 2 2 / 2 3 
 
 i r v i n g 
 m i l l s 
 c h i o z z a 
 e d m o n d   s u m n e r 
 j o e   h a r r i s 
 s e t h   c u r r y 
 c a m   t h o m a s 
 a l o n d e s   w i l l i a m s   ( d ) 
 d a v i d   d u k e   j r   ( d ) 
 d u r a n t 
 r o y c e   o n e a l 
 t j   w a r r e n 
 b e n   s i m m o n s 
 m o r r i s 
 k e s s l e r   e d w a r d s 
 w a t a n a b e 
 c l a x t o n 
 s h a r p e 
 . 
 📷       
 t i e n e n   d e   t o d o   p e r o . . .  
b e n   s i m m o n s   a n d   t h e   n e t s   a i m   f o r   f r e s h   s t a r t !   b k n e t s   n e t s   b r o o k l y n n e t s   

b e n   s i m m o n s   a n d   n e t s   l o o k   f o r   f r e s h   s t a r t s   n e t s   b r o o k l y n n e t s   

c a n ’ t   w a i t   t o   s e e   m y   t e a m   ! ! !   a n d   i m a   g e t   k d   a t t e n t i o n   a g a i n   🥹 🔥 🤞 🏾 .   a l w a y s   g o o d   v i b e s   a t   t h e   p a r k   w /   t h e     & a m p ;   r e a l f a n s     i n   a t t e n d a n c e !   n e t s f a n s   b r o o k l y n n e t s   p r a c t i c e a t t h e p a r k   n e t s   n e t s n a t i o n   b k b l o c k   n e t s w o r l d     b k n e t s   n e t s f a n 4 l i f e   n e t f a n   k d   s e a n m a r k s    
s t e v e   n a s h   c l a r i f i e d   t h a t   j o e   h a r r i s   w a s   d e a l i n g   w i t h   a   l i t t l e   a n k l e   s o r e n e s s ,   w h i c h   i s   w h y   h e   m i s s e d   t o n i g h t ’ s   g a m e . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
w e l l   g o l d e n s t a t e   y ’ a l l   m i g h t   a s   w e l l   c a l l   b r o o k l y n n e t s   a n d   s e n d   a   j o r d a n p o o l e   p a c k a g e   o v e r   f o r   k e v i n d u r a n t   b e c a u s e   t h i s   v i d e o   s h o u l d ’ v e   n e v e r   g o t   o u t   & a m p ;   t h i s   d e f i n i t e l y   g o n e   m e s s   u p   t h e   t e a m   c h e m i s t r y .
w h o d o y o u c o l l e c t   t h e h o b b y 
 b r o o k l y n n e t s   c a m e r o n t h o m a s 
 c h e c k   o u t   2 0 2 1 - 2 2   p a n i n i   i m p e c c a b l e   a s i a   c a m e r o n   t h o m a s   r o o k i e   p a t c h   a u t o   / 8 8   s e a l e d       e b a y   v i a  
i s   b e n   s i m m o n s   r e a d y   t o   h e l p   t h e   b r o o k l y n n e t s ?     1 5 y a r d s   n b a  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   h e a t v s n e t s   n b a h i g h l i g h t s   n b a p l a y o f f s   n e t s v s h e a t  
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
m i l w a u k e e   b u c k s   v s .   a t l a n t a   h a w k s   f u l l   g a m e   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
m y   t h i n g   i s   w h o   i s   l e a k i n g   t h e s e   v i d e o s ?   s m h   n i g g a s   c a n ’ t   r u n   t h e   f a d e   i n   p e a c e   t h e s e   d a y s .   b r o o k l y n n e t s   i n   6
s i m m o n s :   " i   t o o k   3   s h o t s . .   w h i c h   i s   d e f i n i t e l y   n o t   e n o u g h " 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
f i r s t   b e n 1 0   b u c k e t   i ’ v e   w i t n e s s e d   s i n c e   t h e   a t l a n t a p a s s a c r e   ! 😂   
 p e e p   t y l e r h e r r o   o n   t h e   b e a c h 🤣 
 b e n s i m m o n s   n b a   b a s k e t b a l l   b r o o k l y n n e t s  
a   f e s t i v a l   f o r   c a f f e i n e   f i e n d s ,   p r i v a t e   a r c a d e   l o u n g e   w i t h   y o u r   c r e w ,   a n d   w h e r e   t o   w a t c h   t h e   b r o o k l y n n e t s   p r a c t i c e   o u t s i d e 
   v i a                 t h r i l l i s t n y c   t h r i l l i s t   n y c
p o s t   g a m e   t h r e a d :   t h e   m i a m i   h e a t   d e f e a t   t h e   b r o o k l y n   n e t s   1 0 9 - 8 0   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   -   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   b r o o k l y n n e t s v s m i a m i h e a t   b r o o k l y n n e t s v s m i a m i h e a t f u l l g a m e h i g h l i g h t s   b r o o k l y n n e t s v s m i a m i h e a t h i g h l i g h t s   e a s t e r n c o n f e r e n c e   h e a t a t n e t s   h e a t n e t s   h e a t v s n e t s   h e a t v s n e t s h i g h l i g h t s  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
k r i s t i a n   w i n f i e l d :   k e v i n   d u r a n t   s a i d   t h e   o n l y   t h i n g   h e   l i k e d   a b o u t   t o n i g h t ' s   g a m e   i s   t h a t   n o b o d y   g o t   h u r t 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
s o o o o   t h e   b r o o k l y n n e t s   l o o k   t e r r i b l e   l o l .   t h e y   a r e   n o t   a   t e a m .   a n d   w i n t   b e   a s   l o n g   a s   k d   i s   t h e i r   “ l e a d e r ” .   i   g i v e   i t   2   m o n t h s   b e f o r e   t h e   d r a m a   s t a r t s   u p   a g a i n .   o h   a n d   p s ;   j u s t   b c   s o m e o n e   h a s   a   p r e t t y   j u m p s h o t   d o e s n t   m a k e   t h e m   a n   a l l - t i m e   g r e a t .
p o s t   g a m e   t h r e a d :   t h e   m i a m i   h e a t   d e f e a t   t h e   b r o o k l y n   n e t s   1 0 9 - 8 0 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s   m i a m i   h e a t   w a s   o n   e s p n   a p p   ( u s ) .   c o - c o m m e n t a t o r   i s   d o r i s   b u r k e .   r e p o r t e r   i s   m o n i c a   m c n u t t .     f o r   m o r e   d e t a i l s   s e e     b r o o k l y n n e t s   m i a m i h e a t   e s p n a p p u s
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
a m e r i c a . . .   t h i s   i s   g o n n a   b e   a   l o n g   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s   m i a m i   h e a t   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
f u n   t i m e s ! ! !   b r o o k l y n n e t s  
l a c k   o f   e f f o r t   s h o u l d   b e   c r i t i c i z e d   b u t   w e   d i d   n o t   h a v e   t h r e e   o f   o u r   s h o o t e r s ,   i ’ m   n o t   c o n c e r n e d .   b r o o k l y n n e t s
  t h e r e   i s   v o i d   i n   n e t s   l o c k e r o o m   a n d   p a t t y   m i l l s   i s   t r y i n g   f i l l   t h a t   v o i d   & a m p ;   b r i n g   l e a d e r s h i p   t o   t h e   l o c k e r o o m 
 
 k e v i n   d u r a n t   & a m p ;   k y r i e   i r v i n g   a r e   b e s t   p l a y e r ' s   o n   b r o o k l y n n e t s   b u t   t h e r e   a r e   n o t   l e a d e r ' s 
 
   n e t s l e v e l   n e t s n a t i o n
f i n a l . 
 
 m i a m i   h e a t   1 0 9 
 b r o o k l y n   n e t s   8 0   
 
 s i r i   p l a y   p e p a s   r n . 
 m i a m i h e a t   b r o o k l y n n e t s   n b a
b r o o k l y n n e t s   h a s   a   b i g   p r o b l e m   t h i s   y e a r .   k d   w a s   r i g h t .   i   s e e   h i m   w e a r i n g   d o w n   f r o m   4 0   m i n   a   n i g h t   3   y e a r s   s t r a i g h t .   l e t   n a s h   b e   h e a d   o f   d e v e l o p m e n t   & a m p ;   h i r e   i m e   u d o k a ,   g e t   h i m   t o   r e s i g n   f r o m   b o s .   t h e n   g e t   d   c u z .   t h i s   i s   s o m e   b s .
  k e v i n   d u r a n t   g e t t i n g   t r i p l e   t e a m e d   i n   t h e   p r e s e a s o n   & a m p ;   s t e v e   n a s h   i s   n o t   m a k i n g   g a m e   t i m e   a d j u s t m e n t   t o   h e l p   k d u r a n t 
 
 h o w   l o n g   n e t s   a r e   g o i n g   p u t   u p   w i t h   t h i s   f a r c e   o f   a   c o a c h ?   - -   h o w   l o n g ?   - -   t h i s   i s   b u l l s h t 
 
     n e t s l e v e l   b r o o k l y n n e t s   n e t s n a t i o n
a   l i t t l e   b a s k e t b a l l   f o r   t o n i g h t ’ s   o u t i n g !   b r o o k l y n n e t s   b a s k e t b a l l   b a r c l a y s c e n t e r     b r o o k l y n     🏀   @   b a r c l a y s   c e n t e r  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
f i r e   s t e v e   n a s h   b r o o k l y n n e t s
k d   8 / 1 1   f g s   1 / 3   3 p t   g o o d   f o r   2 2   p o i n t s .   s t i l l   d o w n   1 8   w i t h   a   - 1 0   p e r .   b r o o k l y n n e t s   m i a m i h e a t   n b a p r e s e a s o n
m i a m i h e a t   m u c h   t o u g h e r   m e n t a l l y   t h a n   b r o o k l y n n e t s   n b a   h e a t   n e t s   e s p n   j u s t   p r e s e a s o n   i   p r e d i c t   n e t s   m e l t d o w n   a t   s o m e   p o i n t   t h i s   s e a s o n
j i m m y   b u t l e r   s t a r t s   t h e   s e c o n d   h a l f   o n   t h e   b e n c h .   l o o k s   d o n e   f o r   t h e   n i g h t .   n b a p r e s e a s o n   b r o o k l y n n e t s   m i a m i h e a t
h o l ’   u p !   ✋ 🏾 i   f o r g o t   a b o u t   t h e   b r o o k l y n n e t s   h a l f t i m e   s h o w     😄  
o k   h a l f t i m e   “ h e a t   a t   b r o o k l y n n e t s ” .   t i m e   f o r   s h e h u l k   l o l   ✌ 🏾 

t h e     a r e   s t i l l   h o r r i b l e   o n   t h e   d e f e n s i v e   e n d   o f   t h e   f l o o r   a n d   n o   o f f e n s i v e   p l a y   m a k i n g   f r o m   s t e v e   n a s h .   h i s   p l a n   i s   t o   h a v e   k d   i s o   b a l l   a l l   d a y .   s o   m u c h   t u r n o v e r s .   j u s t   h o r r i b l e   🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️ 🤦 🏾 ‍ ♂ ️   b r o o k l y n n e t s   b e n s i m m o n s   t r e n d i n g
s i m m o n s '   m o v i n g   w e l l .   l o o k s   l i k e   h e ' s   a t   1 0 0 %   a f t e r   h i s   b a c k   s u r g e r y .   m e a n w h i l e   t h e   n e t s   c a n ' t   b u y   a   b u c k e t   d o w n   3 1 - 4 8 .   m i a m i h e a t   b r o o k l y n n e t s   n b a p r e s e a s o n
          c a n   u   p l e a s e   t e l l   m e   w h y   i n   t h e   h e l l   i s   s t e v e n a s h   s t i l l   c o a c h i n g   t h e   b r o o k l y n n e t s   r i g h t   n o w   b e c a u s e   c l e a r l y   t h e y   d o n ’ t   w a n t   t o   p l a y   f o r   t h i s   m a n   a t   a l l   r i g h t   n o w .   y o u   c a n   u s e   t h e   p r e s e a s o n   e x c u s e   i f   y o u   w a n t   t o o 💯 🤦 🏽 ‍ ♂ ️  
m i a m i   h i t t i n g   3 s   f r o m   d e e p .   j o v i ć   l o o k i n g     l i k e   a   g r e a t   p i c k u p .   b r o o k l y n ' s   2 n d   s t r i n g   g e t t i n g   r o l l e d   o u t   h e r e .   n b a p r e s e a s o n   b r o o k l y n n e t s   m i a m i h e a t
i t ’ s   w a y   t o o   e a r l y   t o   b e   c r i t i q u i n g   b e n   s i m m o n s   a g g r e s s i v e n e s s   i n   m y   o p i n i o n .     t h i s   i s   g a m e   2   i n   o v e r   a   y e a r .     i t ’ s   p r e - s e a s o n .     b r o o k l y n n e t s .
d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   d o n ’ t   o v e r r e a c t   b r o o k l y n n e t s
b e n   s i m m o n s   h a s n ’ t   p l a y e d   i n   a   s e a s o n   a n d   y e t   i   s e e   t w e e t s   c a l l i n g   h i m   t r a s h .     s t o p   i t ! !     g i v e   t h e   m a n   a   c h a n c e   t o   p l a y   a   f e w   g a m e s   b u t   t h e   t r a s h   l a b e l   i s   f a l s e .     n o   h e   i s   n o t   s h o o t i n g   j u m p   s h o t s   b u t   y o u   c a n   s e e   h e   i s   w o r k i n g   o n   h i s   s t r e n g t h s   d e f e n s e   & a m p ;   p a s s i n g .   b r o o k l y n n e t s
a n y b o d y   e l s e   h a v e   t r o u b l e   w i t h   t h e   b r o o k l y n n e t s   g r a y   f l o o r ?   
 
 i d k   i   f e e l   l i k e   i ' m   w a t c h i n g   a   b l a c k   a n d   w h i t e   t v   o r   s o m e t h i n g . . . l o l  
b r o o k l y n n e t s   r e f e r e e s   o u t   t h e r e   r u n n i n g   t h e   c o u r t   o n   p o i n t   l o l   b e s i d e s   o n e   o f   t h e m   t h r o w i n g   u p   t h e   t o u c h d o w n   a f t e r   a   b u c k e t   l m f a o o o
🚨 m a x   b e t   a l e r t 🚨 
 
 🏀 t o   w i n   $ 6 6 0 :   n e t s   o v e r   2 2 1 
 🏀 t o   w i n   $ 5 2 9 :   l i v e   n e t s   - 6 . 5 
 
 g a m b l i n g t w i t t e r   m a x b e t   b r o o k l y n n e t s  
b e n s i m m o n s   i s   g o i n g   t o   b e   s p e c i a l   f o r   t h e   b r o o k l y n n e t s   t h i s   y e a r   n b a t w i t t e r   n b a p r e s e a s o n
🏀   b a s k e t b a l l :   b r o o k l y n   n e t s   v s   m i a m i   h e a t   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 b a s k e t b a l l p r e s e a s s o n   n b a l i v e   n b a f a n s   a m e r i c a n   u s a   b r o o k l y n n e t s   m i a m i h e a t
m a n ,   i   l o v e   d o r i s   b u r k e ! 
 
 a n   i n c r e d i b l e   s p o r t s   f i g u r e ,   s o   e x t r e m e l y   k n o w l e d g e a b l e   a n d   a   b r e a t h   o f   f r e s h   a i r   w h e n   s h e ’ s   o n   t e l e v i s i o n   f o r   t h e   n b a   -   .   
 
 b r o o k l y n n e t s 
 m i a m i h e a t
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e t r o i t p i s t o n s   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
f i r s t   t i m e   w i t h   m y   m e n t o r   a n d   c o l l e a g u e   a t   a   b r o o k l y n n e t s   g a m e   t o n i g h t !   n e t s w o r l d   🏀  
b r o o k l y n   n e t s   t e a m   h e a 5 9 f i f t y   -   b l a c k ,   w h i t e ,   o r a n g e   n o w   a v a i l a b l e   f r o m   e c a p s u n l i m i t e d 
 
 n e w d r o p   e i g h t y 8 f i t s   c a p s u n l i m i t e d   n b a   b r o o k l y n n e t s   n e t s   w e g o h a r d   b r o o k l y n   n e w y o r k   t e a m   h e a r t   5 9 f i f t y   b l a c k   w h i t e   o r a n g e 
 

. _   s i g n s   w i t h   t h e     o f   t h e     .   l e t ’ s   g e t   t o   w o r k ! 
 
 g l e a g u e   n b a   l o n g i s l a n d n e t s   b r o o k l y n n e t s   h b c u  
n b a   c e l t i c s t a l k   c e l t i c   n b a p r e s e a s o n   n b a f a n t a s y   t a t u m   b r o o k l y n n e t s 
 i   j u s t   d r a f t e d   m y     b a s k e t b a l l   t e a m .   p l a y   n o w !    
a n d   t o     o f   t h e     b r o o k l y n n e t s   w h e r e b r o o k l y n a t   h a p p y   n a t i o n a l c o a c h e s d a y
p r e s e a s o n   g a m e   2 !   m i a m i h e a t   v s   t h e   b r o o k l y n n e t s   t o n i g h t   a t   7 : 3 0 p m   i n   b r o o k l y n n y   o n   e s p n   a n d   b a l l y s p o r t s s u n !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
🐍 🧁 “ s o   m a n y   p e o p l e   d o u b t e d   m e .   t h e y   m o t i v a t e d   m e   e v e r y   s i n g l e   d a y ,   t o   b e   w h o   i   a m . ” 🧁 🐍 
 
 k e v i n d u r a n t   k d   e a s y m o n e y s n i p e r   b r o o k l y n   b r o o k l y n n e t s   n e t s   n e t s a r t   n e t s b a s k e t b a l l   b a s k e t b a l l   b a s k e t b a l l a r t   s p o r t s   a r t   g r a p h i c d e s i g n   b a s k e t b a l l d e s i g n   f r a n c h i s e   f r a n c h i s e d e s i g n s  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
d o   t h e   n e t s   a c t u a l l y   h a v e   w h a t   i t   t a k e s ? 
   
 
   
 a l l i e c l i f t o n   a t l a n t i c d i v i s i o n   b l u e w i r e   b r o o k l y n n e t s   c h a n n i n g f r y e   e a s t e r n c o n f e r e n c e   n b a p o d c a s t   r i c h a r d j e f f e r s o n   r o a d t r i p p i n   r o a d t r i p p i n p o d c a s t  
    t h e r e   y o u   g o   a g a i n !   n o w     w i l l   t r y   t o   r e c r u i t   j o r d a n p o o l e   f o r   t h e   b r o o k l y n n e t s
b a r c l a y s c e n t e r   o c t o b e r   2 0 2 2   e v e n t   c a l e n d a r :   1 3   t i c k e t e d   e v e n t s ,   p l u s   o n e   p r i v a t e   o n e 
 
 s e c o n d   b r o o k l y n n e t s   p r e - s e a s o n   g a m e   t o n i g h t  
d r a y m o n d   g r e e n   h a s   h i g h   e x p e c t a t i o n s   f o r   b e n   s i m m o n s   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e t s   n e w y o r k   n e w y o r k c i t y  
s h o p   n e t s w o r l d       f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   b r o o k l y n n e t s   b r o o k l y n   n e t s   n e t s n a t i o n   b k   b k n e t s
  t h e   b r o o k l y n n e t s   f r o n t   o f f i c e   w a t c h i n g   t h i s 😭  
d r a y m o n d   g r e e n   h a s   h i g h   e x p e c t a t i o n s   f o r   b e n   s i m m o n s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
s t o p   s l e e p i n g   o n   t h e   n e t s . . .   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
          @ _ c l a x t o n 3 3   n e t s   w o r l d   t h i s   i s   t h e   b e s t   r o t a t i o n   b r o o k l y n n e t s  
b e n   s i m m o n s   m a k e s   h i s   b r o o k l y n   n e t s   d e b u t   s h o r t s 
   
 
   
 7 6 e r s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a  
u t a h   j a z z   v s .   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
k r i s t i a n   w i n f i e l d   |   n e w - l o o k   n e t s   b a t t l e   e a r l y   g r o w i n g   p a i n s 
 
 w i t h   s o   m a n y   c h a n g e s   m a d e   d u r i n g   t h e   o f f s e a s o n   a n d   t r a i n i n g   c a m p ,   t h e   n e t s   w e r e   b o u n d   t o   e x p e r i e n c e   s o m e   g r o w i n g   p a i n s ,   t h e   n e w s   b e a t   r e p o r t     w r i t e s .   b r o o k l y n n e t s 

i   m a d e   a l l   3 0   n b a   t e a m   l o g o s   i n t o   g o o g l e   i c o n s .   h e r e ' s   t h e   b r o o k l y n   n e t s .   f o l l o w   t o   s e e   t h e   w h o l e   s e r i e s . 
 
 n b a x g o o g l e   b k l y n   b r o o k l y n n e t s   b r o o k l y n   n e t s   k e v i n d u r a n t   u n i m o c k u p s   l o g o d e s i g n   c a p c u t   n b a t w i t t e r    
i   j u s t   p l a y e d   a   r a n d o m   r e c   g a m e   w i t h   _ c a m t h o m a s .   h e   h a d   4 7 p t s   a n d   i   h a d   a l m o s t   a   q u a d r u p l e - d o u b l e   🤣   n b a 2 k 2 3 f o r x b o x s e r i e s x s   b r o o k l y n n e t s  
b e n   s i m m o n s   d r o p s   s i c k   n o - l o o k   p a s s   i n   f i r s t   n e t s   g a m e   |   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
i f   y o u   s a y   s o 😂   n b a   b a s k e t b a l l   b r o o k l y n n e t s   b e n s i m m o n s   k d   k y r i e   n e t s  
t h e   b r o o k l y n   n e t s   a r e   s c a r y   g o o d !   👻   ( n b a   2 2 - 2 3   s e a s o n   p r e v i e w )   s h o r t s     v i a     
 
 n b a   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   b r o o k l y n n e t s
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t h e   b r o o k l y n n e t s '   b e n s i m m o n s   i s   g r a t e f u l   t o   b e   b a c k   a f t e r   h i s   p r e s e a s o n   d e b u t . 
  
l e t ' s   g e t   t h e   g a m e   s p i c e d   u p   h e r e !   🔥 
 
 c u r r e n t   p l a y e r - c o a c h   d u o   o f   k y r i e   a n d   n a s h   g o   a g a i n s t   e a c h   o t h e r !   w h o   g o e s   t o   t h e   n e x t   r o u n d   i n   q u e s t   t o   f i n d   t h e   b e s t   p o i n t   g u a r d   o f   a l l - t i m e ? 
 
 w h o   y o u   g o t ?   🗳 ️ 🗣 ️ 
 
 s t e v e n a s h   k y r i e i r v i n g   b r o o k l y n n e t s   b e s t p o i n t g u a r d o f a l l t i m e  
n b a   b r e a k i n g   n e w s :   n a s h   a n d   k e v i n   . . . 
   
 
   
 a m h o o p s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   d r a m a t i c n b a n e w s n a s h a n d k e v i n d u r a n t i s s u e s a t b r o o k l y n n e t s t r a i n i n g c a m p   e a s t e r n c o n f e r e n c e   e s p n   f o x s p o r t s   f r e e a g e n c y n b a   h o o p f l i x   k e v i n d u r a n t   k y r i e i r v i n g   l e b r o n j a m e s  
m y   c o l l e c t i o n   s o   f a r   b r o o k l y n   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   a u s t r a l i a  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
m y   t o p   4   i n   t h e   e a s t 
 
 n e t s 
 b u c k s 
 c e l t i c s 
 h a w k s 
 
 n b a 2 k 2 3   n b a 2 0 2 3 s e a s o n   n b a   a t l a n t a h a w k s   b o s t o n c e l t i c s   b r o o k l y n n e t s   m i l w a u k e e b u c k s
r o y c e   o ’ n e a l e   w a s   ‘ d e f i n i t e l y   s h o c k e d ’   t o   s e e   j a z z   b l o w   u p   r o s t e r   b r o o k l y n n e t s  
c h a r l o t t e   h o r n e t s   v s .   b o s t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
b r o o k l y n   n e t s   v s .   p h i l a d e l p h i a   7 6 e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
m a n   f i n a l l y   g o t   m y     j e r s e y   a u s t r a l i a   b r o o k l y n n e t s   k y r i e  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   e v e r y   t e a m .   h e r e ’ s   t h e   n e t s   v e r s i o n   ( r e g u l a r   a n d   a l t e r n a t e ) 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b r o o k l y n   n e t s   v s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t   w a r r i o r s h i g h l i g h t  
w o u l d   e m b i i d ,   d u r a n t ,   & a m p ;   . . . 
   
 
   
 7 6 e r s h i g h l i g h t s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c h i n e y o g w u m i k e   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   j a m e s h a r d e n   j a m e s h a r d e n n e w s   j o e l e m b i i d   k d   k d h a r d e n   k e n d r i c k p e r k i n s   k e v i n d u r a n t   m a l i k a a n d r e w s  
b e n   s i m m o n s   h i g h l i g h t s   v s   p h i l a d e l p h i a   7 6 e r s !   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s v s 7 6 e r s   b r o o k l y n n e t s v s p h i l a d e l p h i a 7 6 e r s   e a s t e r n c o n f e r e n c e   n b a p r e s e a s o n   n e t s   n e t s v s 7 6 e r s   n e t s v s p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s  
w i l d   t o   t h i n k ,     b u t   t h i s   w i l l   b e   k d   & a m p ;   k y r i e ' s   f i r s t   h o m e   o p e n e r   t o g e t h e r   w i t h   f a n s   i n   a t t e n d a n c e . . . 
 
 2 0 1 9   -   n o   k d 
 2 0 2 0   -   c o v i d - 1 9   ( n o   f a n s ) 
 2 0 2 1   -   n o   k a i   ( v a x   m a n d a t e ) 
 2 0 2 2   -   🖤 🤍 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s t w i t t e r   b k n e t s   n e t s   b k l y n n e t s   d u r a n t   k y r i e i r v i n g   b e n s i m m o n s
d a y   1 7   o f   o u r   n b a   s e a s o n   c o u n t d o w n ,   a n d   i t ' s   t i m e   t o   t a l k     a n d   t h e   s t a r   o f   t h e   o f f s e a s o n ,   k e v i n   d u r a n t .   b r o o k l y n n e t s   k e v i n d u r a n t  
n e w   o n e   f o r   s p o r t s   i l l u s t r a t e d   o n   t h e   c o n t r o l   k e v i n   d u r a n t   e x e r t   o n   n e t s   g m   s e a n   m a r k s .   h a d   f u n   i n c l u d i n g   a   l a y e r   o f   g o u a c h e   i n k   r e s i s t .   b i g   t h a n k s   t o   a d   l a u r a   a n g l e ! !   k e v i n d u r a n t   b r o o k l y n n e t s   s p o r t s i l l u s t r a t e d  
l a n a   r h o a d e s   t o l d   t h e   w o r l d   t h a t   h i s   s o n ' s   d a d d y   w a s   a   n e t s   p l a y e r   a n d   a   l i b r a . .   t h a t   i s   t h e   r e a s o n   w h y   b l a k e   g r i f f i n   s i g n e d   w i t h   t h e   c e l t i c s   n b a   b r o o k l y n n e t s   c e l t i c s
b e n   s i m m o n s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   n e t s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
i t ' s   p r e s e a s o n .     c a l m   d o w n   p e o p l e .     i t ' s   t h e   f i r s t   g a m e .     b r e a t h e . .     c a n ' t   b e l i e v e   s o m e   o f   t h e   t w e e t s   i   a m   s e e i n g .     g i v e   t h i s   t e a m   t i m e   t o   g e l   a   l i t t l e   m o r e . . . .     i   w a s n ' t   e x p e c t i n g   t h e m   t o   b e   p e r f e c t   t h e   f i r s t   p r e s e a s o n   g a m e .     n e t s w o r l d   b r o o k l y n n e t s
w a s   g r e a t   t o   b e   b a c k   a t   t h e   c l a y ’ s   💯 💪 🏾     b r o o k l y n n e t s   n b a   n e t s w o r l d  
n b a   b r o o k l y n n e t s   l o s a n g e l e s l a k e r s   k y r i e i r v i n g   r e p o r t :   l a k e r s   w o n ' t   p u r s u e   k y r i e   i r v i n g   i n   f r e e   a g e n c y  
k a r e e m a b d u l j a b b a r   c a l l s   k y r i e i r v i n g   a   “ c o m i c a l   b u f f o o n ”     
 
 😆 🤣 😭   t h a t   h e   i s   a n d   m u c h   m o r e !   b r o o k l y n n e t s
b e n   s i m m o n s   i s   m a k i n g   h i s   n e t s   d e b u t   i n   2 0 2 2   p r e s e a s o n   🔥 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s d e b u t   b e n s i m m o n s d e b u t n e t s   b e n s i m m o n s h i g h l i g h t s   b e n s i m m o n s n e t s   b e n s i m m o n s t r a d e   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
b e s t   t r a i l s   & a m p ;   t r a v e l   i s   a   p r o u d   s p o n s o r   o f   t h e   b r o o k l y n   n e t s .   c o m e   o u t   o n   o c t o b e r   1 9 t h   t o   b a r c l a y s   c e n t e r   t o   w a t c h   t h e m   p l a y   o n   o p e n i n g   n i g h t   🏀 
 
 b r o o k l y n n e t s   n e t s   b a r c l a y s c e n t e r   b r o o k l y n   n y c   n e w y o r k   c h a r t e r b u s   e x e c u t i v e c o a c h   b a s k e t b a l l   n y   s p o n s o r   o p e n i n g n i g h t   n b a  
g r e a t   t o   s e e   1 2   s h o o t i n g   3 s   a n d   p l a y i n g   d e f e n s e   a g a i n .   k e e p   t h a t   f o o t   h e a l t h y ,   j o e y   b u c k e t s !   b r o o k l y n n e t s
d o n t   b a s h   o p p o s i t e   t h i n k i n g ,   i n s t e a d   l i s t e n   c a r e f u l l y   a n d   c h o o s e   w h a t   u   b e l i k a r e e m a l j e i r v i n g   n b a   k y r i e   b a s k e t b a l l   l e b r o n j a m e s   k e v i n d u r a n t   l e b r o n   j a m e s h a r d e n   s t e p h e n c u r r y   b a l l i s l i f e   l a k e r s   k o b e b r y a n t   s t e p h c u r r y   n i k e   k   b r o o k l y n n e t s   n e t s   k o b e   k a r e e m  
p o s t   g a m e   t h r e a d :   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   1 2 7 - 1 0 8   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
n b a   b r o o k l y n n e t s   l o s a n g e l e s c l i p p e r s   d e n v e r n u g g e t s   b e n   s i m m o n s ,   k a w h i   l e o n a r d ,   j a m a l   m u r r a y ,   m i c h a e l   p o r t e r   j r .   r e t u r n   t o   a c t i o n  
    _ l i f e r s   _ n y _ b     d o l a n   e x e c u t i v e s   w i t h   b o t h   t h e   k n i c k s   a n d   n y r   h a v e   d e v e l o p e d   q u a l i t y   y o u n g   t a l e n t / g r e a t   l o c k e r   r o o m s .   b o t h   t e a m s   h e r e   t o   w o r k .     a l m o s t   u n h e a r d   o f   i n   p r o   s p o r t s   t e a m s .     l o o k   a t   t h e   b r o w n s   o r   b r o o k l y n n e t s   i f   a n y o n e   i s   c o n f u s e d   b y   w h a t   i   m e a n   l o l .
k y r i e   i r v i n g   o n   b e n   s i m m o n s :   “ h e ’ s   g o i n g   t o   l o v e   p l a y i n g   w i t h   u s ”   b e n s i m m o n s   b r o o k l y n n e t s   k y r i e i r v i n g  
b e n   s i m m o n s   m a k e s   n e t s   d e b u t   a f t e r   l o n g   w a i t           b r o o k l y n n e t s  
“ y o u   m a d e   m e   a   b e a s t ”   b e n   s i m m o n s   p u r p o s e l y   s c o r e d   h i s   f i r s t   n e t s   b u c k e t   a s   a   d u n k   a g a i n s t   s i x e r s     b r o o k l y n n e t s   n b a
s o   y e a h   t h i s   b r o o k l y n n e t s   t h i n g   c a n   w o r k . 
 
 r e b o u n d s   a r e   g o n n a   b e   a n   i s s u e ,   d e f e n s e   i s   g o n n a   b e   a   p r o b l e m ,   n a s h   s u c k s   a s   a   c o a c h   a n d   t h e   t e a m ' s   b e n c h   c o u l d   u s e   a   b i t   o f   w o r k . 
 
 b u t   e v e n   w i t h   a l l   t h a t   t h e y   g o t   k e v i n d u r a n t   w h i c h   m a k e s   e m   o n e   o f   t h e   t o p   t e a m s   i n   t h e   n b a   e a s t .  
o ’ s   t h o u g h t s   o n   s i x e r s   v s   n e t s   y e s t e r d a y   
 n e t s   n e t s w o r l d   n e t s o n y e s   b r o o k l y n n e t s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   -   f u l l   . . . 
   
 
   
 7 6 e r s v s n e t s   7 6 e r s v s n e t s l i v e   7 6 e r s v s n e t s p r e s e a s o n   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   n b a p r e s e a s o n  
" i ' m   g r a t e f u l   j u s t   t o   b e   a b l e   t o   s t e p   o n   t h a t   f l o o r , "   b e n s i m m o n s   s a i d .   " s t e p   o n   a n   n b a   f l o o r   a g a i n .   i   h a d   a   l o t   o f   f u n   o u t   t h e r e . "   n b a t w i t t e r   b r o o k l y n n e t s  
a s   i   w r o t e ,   " a r t   o r   a d v e r t i s i n g " ? 
 
 
 o r   m a y b e   a   r e - a f f i r m a t i o n   o f   b r o o k l y n n e t s   f a n d o m 
 b e l o n g b r o o k l y n 
 b a r c l a y s c e n t e r    
    _ n e t s _ w i n       b r o o k l y n n e t s   g a m e   w a s   🔥  
b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   w a s   o n   n b a   t v   ( u s ) .   w i t h   c o m m e n t a r y   f r o m   r y a n   r u o c c o .   c o - c o m m e n t a t o r   i s   s a r a h   k u s t o k .     f o r   m o r e   d e t a i l s   s e e     b r o o k l y n n e t s   p h i l a d e l p h i a e r s   n b a t v u s
g r e a t   t o   s e e   b e n   a n d   k d   s h a r i n g   a   l a u g h   o n   t h e   b e n c h . .   w o n d e r   w h a t   i t   w a s   a b o u t 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
m o r e   b r o o k l y n n e t s  
o f   c o u r s e   i   s a w   s t u f f   l i k e   t h i s   o n   t w i t t e r   l a s t   n i g h t ,   b u t   i   w a n t e d   t o   r e a l l y   w a t c h   t h e   b r o o k l y n n e t s   o n   📺   a n d   n o t   t h e   a p p    
s i m m o n s   o n   3 ?   w e l l   g o d d a m n   w e   g o t   t h i s   s e a s o n   b o i s s s s   n e t s   b r o o k l y n n e t s  
i   u s u a l l y   d o n ’ t   w a t c h   p r e - s e a s o n   g a m e s ,   b u t   i   n e e d   t o   s e e   t h i s   n e w / o l d   b r o o k l y n n e t s   t e a m   t o g e t h e r   a g a i n   f o r   t h e   f i r s t   t i m e .   n o w w a t c h i n g  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   3   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 3 6 e r s v s s u n s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   s u n s v s 3 6 e r s  
n o t   h a p p y   l o s i n g   a r e   f i r s t   p r e s e a s o n     g a m e   b u t   g o o d   t o   s e e   s i m m o n s   d o i n g   b i t s   b r o o k l y n n e t s   👏 🏾
n b a v i d e o s :   b e n   s i m m o n s   s l a m s   h o m e   h i s   f i r s t   n e t s   b u c k e t !   
   
 
   
 b a s k e t b a l l   b a s k e t b a l l v i d e o s   b r o o k l y n n e t s   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 0 9   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v l o g   t e a m 1 6 1 0 6 1 2 7 5 1   v i d e o   v i d e o s   v l o g  
p o s t   g a m e   t h r e a d :   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   1 2 7 - 1 0 8 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s .   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
b r o o k l y n n e t s   c u r r y b r o t h e r s 
   s o   y o u   b e e n   a   t e a m a t e   o f   b o t h   c u r r y   b r o t h e r s ,   i n   y o u r   o p i n i o n   h o w   g o o d   i s   s e t h   c u r r y   a s   a   p l a y e r   ?   3 p   s h o o t e r ,   b a l l   h a n d l e r ,   p a s s e r   a n d   s u c h .   i   g e t   s t e p h e n   t h e   b e t t e r   o n e   b u t   d o   y o u   t h i n k   s e t h   c a n   b e c o m e   o n   s i m i l a r   l e v e l   a s   h i s   b r o t h e r ?
b e n   s i m m o n s   p l a y e d   a   g a m e   o f   b a s k e t b a l l . 
 
 t h e   e n d   i s   n i g h . . . . . 
 
 n b a 
 b r o o k l y n n e t s
a n y b o d y   t h i n k   t h i s   m a n   d i d n ' t   f e i g n   a   m e n t a l   i l l n e s s 2   c o l l e c t   a   n b a   p a y c h e c k ? 
 i m   c e r t a i n   h e   w a s @   a l l   t i m e s   w e l l   e n o u g h 2   g e t   p a i d   b y   7 6 e r s   a n d   2 f o r c e   a   t r a d e . 
 n o t   s u r e   a n y   t e a m   o t h e r   t h a n   t h e   b r o o k l y n n e t s   c a r e d   l e s s   a b o u t   c h a r a c t e r   w h e n   t r a d i n g   f o r   h i m . 
  
h e ’ l l   m a k e   a   b i g   d i f f e r e n c e   f o r   b r o o k l y n   t h i s   s e a s o n .   h e   m a y   n e v e r   s h o o t   🤷 ‍ ♂ ️ .   b e n s i m m o n s   b r o o k l y n t o g e t h e r   b r o o k l y n n e t s   n e t s   k d   k y r i e   s t e v e n a s h   n b a   n b a p r e s e a s o n   n b a t w i t t e r   i n t h e s h e d   w e s a n d e r s o n   t o o l s   p o l i t i c s   s p o r t s   p a r a n o r m a l   n e w s   p o d c a s t s   s p o t i f y   y o u t u b e  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
i s   a n y b o d y   e l s e   n o t   a b l e   t o   w a t c h   t h e   g a m e   b e c a u s e   o f   t h i s ? 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
  a w e s o m e ! ! 
 n e t s   n e t s t w i t t e r   n e t s w o r l d   b r o o k l y n n e t s   n b a   n b a t w i t t e r
n e w   1 0 t h   a n n i v e r s a r y   c e n t e r   c o u r t   l o g o   t o   c e l e b r a t e   a   d e c a d e   o f   t h e   n e t s   i n   b r o o k l y n !   
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
b e n   s i m m o n s   d e b u t s   w i t h   b r o o k l y n   n e t s   a n d   t w i t t e r   r e a c t s   |   b e n   s i m m o n s   h i g h l i g h t s 
 
 b e n s i m m o n s   b r o o k l y n n e t s  
7 6 e r s   o p e n   p r e - s e a s o n   w i t h   a   1 2 7 - 1 0 8   w i n   o v e r   t h e   b r o o k l y n   n e t s !   🔔 
 
 t y r e s e   m a x e y :   2 0   p t s ,   3   a s t 
 f u r k a n   k o r k m a z :   1 5   p t s ,   4   a s t 
 
 7 6 e r s   b r o o k l y n n e t s   n b a p r e s e a s o n  
b e n   s i m m o n s   s l a m s   i t   d o w n   f o r   f i r s t   p o i n t s   i n   b r o o k l y n   n e t s   d e b u t   |   n b a   o n   e s p n 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
d o n ’ t   w o r r y   a b o u t   t h i s   g a m e   m a n .   w e   g o t   g o o d   g u y s   g o o d   m o v e m e n t s !   t h e   n e t s   c a n   s t i l l   w i n   i t   a l l   m a n !   i   b e l i e v e   b r o o k l y n n e t s   !   n e t s w o r l d !
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s  
i t ’ s   g r e a t   t o   s e e     b a c k   o n   t h e   c o u r t   a g a i n .   i f   y o u ’ r e   s t i l l   h a t i n g   o n   h i m   a t   t h i s   p o i n t   y o u ’ r e   j u s t   a   h a t e r … a n d   t h a t ’ s   a   d i f f e r e n t   s t o r y   n b a   n b a p r e s e a s o n   b r o o k l y n n e t s
j o e   h a r r i s 👉 🏼   k e v i n   d u r a n t 
 
 b a s k e t b a l l   i s   b a c k   i n   b r o o k l y n 🔥 
 
 n e t s   b r o o k l y n n e t s   n b a t w i t t e r   n b a p r e s e a s o n   

k y r i e   " t h e   g l o v e "   i r v i n g   
 b r o o k l y n n e t s  
t h e   n e t s   c o u l d   b e   s c a r y   n e x t   y e a r   n b a     b r o o k l y n n e t s
t h i s   i s   b e a u t i f u l   b r o o k l y n n e t s
b e n   s i m m o n s   o u t   t h e r e   h o o p i n g !   😎 
 b r o o k l y n n e t s   n e t s w o r l d
i ' m   e n j o y i n g   t h e   b e n   s i m m o n s   a c t i o n   f o r   b r o o k l y n .     h e   l o o k s   g o o d   o u t   t h e r e .   n i c e   p a s s   t o   c l a x t o n   f o r   a   d u n k   o n   t h e   f a s t   b r e a k .   n b a   b r o o k l y n n e t s   n e t s
i t ' s   p r e s e a s o n .     c a l m   d o w n   p e o p l e .     i t ' s   t h e   f i r s t   g a m e .     b r e a t h e . .     c a n ' t   b e l i e v e   s o m e   o f   t h e   t w e e t s   i   a m   s e e i n g .     g i v e   t h i s   t e a m   t i m e   t o   g e l   a   l i t t l e   m o r e . . . .     i   w a s n ' t   e x p e c t i n g   t h e m   t o   b e   p e r f e c t   t h e   f i r s t   p r e s e a s o n   g a m e .     n e t s w o r l d   b r o o k l y n n e t s
o h   m y   g o o d n e s s   r o y c e   o n e a l ,   m i s s   u   😢   n b a   u t a h j a z z   b r o o k l y n n e t s
t h i s   i s   a t r o c i o u s   😭 b r o o k l y n n e t s
  f i n d s     i n   t r a n s i t i o n ‼ ️   n b a   n b a t w i t t e r   b r o o k l y n n e t s  
w h y   d o e s   b e n   s i m m o n s   k e e p   p i c k i n g   u p   h i s   d r i b b l e   b r o o k l y n n e t s
    n e e d   t o   g o   g e t   w h i t e s i d e .   t h i s   t e a m   i s   s t i l l   v e r y   s m a l l   a n d   w o n ' t   r e b o u n d   w e l l .   d o n ' t   k n o w   h o w   s e a n m a r k s   h a v e n ' t   f i l l e d   t h i s   h u g e   h o l e   y e t .   i t ' s   b e e n   l i k e   t h i s   f o r   a   f e w   s e a s o n s   n o w .   n b a   b r o o k l y n n e t s
k y r i e 💪   b r o o k l y n n e t s
i ’ m   s o   h a p p y   h o o p   i s   b a c k !     m y   n e t s   p l a y   t o m o r r o w !     l e t ’ s   g o !     b r o o k l y n n e t s
j u s t   f o u n d   o u t   i   c a n ' t   w a t c h   b r o o k l y n n e t s   o n     u n l e s s   i   p a y   e x t r a   t o   w a t c h   o n   a n   a p p ?   t h i s   i s   o u t r a g e o u s .
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a   n b a   b r o o k l y n  
b r o o k l y n   n e t s   a b o u t   t o   g e t   t h i s   w ,   l e t s   g o ! ! !   w e g o h a r d   b r o o k l y n n e t s
b a s k e t b a l l   i s   a b o u t   t o   b e   b a c k ! ! !   p r e s e a s o n   h e r e   w e   c o m e   🏀   b r o o k l y n n e t s   n e t s v s 7 6 e r s   p a t t y m i l l s   c l a x   s e t h c u r r y
b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e   s t r e a m   -   n b a   -   p r e - s e a s o n   ( b a s k e t b a l l ) 
 
 w a t c h   b r o o k l y n   n e t s   l i v e   s t r e a m   a g a i n s t   p h i l a d e l p h i a   7 6 e r s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a  
🏀   b a s k e t b a l l :   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   -   n b a 
 ⏰   0 6 . 3 0   u t c + 7 
 ➡     
 
 b a s k e t b a l l   a m e r i c a n   u s a   a m e r i c a n b a s k e t b a l l   b a s k e t b a l l l o v e r s   n b a   p h i l a d e l p h i a 7 6 e r s   b r o o k l y n n e t s
b r o o k l y n   n e t s   p r e s e a s o n   b e g i n   t o n i g h t   🔥 🔥 🔥   n e t s   n a t i o n   b i h   😤 😤 😤   b r o o k l y n n e t s   n e t s n a t i o n  
l e t s   g o   n e t s ! ! !   b r o o k l y n n e t s
l o n g   i s l a n d   n e t s   l e g e n d   c r a i g   r a n d a l l   g o e s   o f f   f o r   3 5   p o i n t s   a g a i n s t   t h e   p h o e n i x   s u n s 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 0 0
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 0
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 9
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 8
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 7
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 6
f i n a l l y   t h e y   d o   s o m e t h i n g   r i g h t .   t h a t ’ s   a   t r a d i t i o n a l   l i n e - u p   w i t h   a n   o f f e n s i v e   & a m p ;   d e f e n s i v e   b a l a n c e .   a l l   w e   n e e d   i s   f o r   t h e   r o t a t i o n s   t o   b e   o n   p o i n t   n o w .   b r o o k l y n n e t s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 5
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 4
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 3
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 2
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 1
n b a   b r o o k l y n n e t s   s i x e r s   
 c o n f i r m e d   s t a r t i n g   l i n e u p   f o r     t o n i g h t !  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s 
 x  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a   m a g i c   u s a b a s k e t   7 6 e r s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t 
 x  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a     m a g i c     u s a b a s k e t
t r e a t i n g   m y s e l f   t o   t h e   n e w   b i g   3 .     l o b s t e r   r o l l   +   p r e t z e l   +   k d .       
 s o   f a r ,   s o   g o o d .       l e t s   g o   n e t s 
 
 n e t s w o r l d   b r o o k l y n n e t s   n e t s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a 
 w  
  l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   n b a 
 📲 💻 w a t c h 👉 : 
 
 m e m p h i s g r i z z l i e s   v s   o r l a n d o m a g i c 
 📲 💻 w a t c h 👉 : 
 
 d e n v e r n u g g e t s   v s   o k l a h o m a c i t y t h u n d e r 
 📲 💻 w a t c h 👉 : 
 n b a
b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a 2 k 2 3   b a s k e t b a l l   n b a   p h i l a d e l p h i a   n b a t w i t t e r   
 l i v e l i n e   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e s t r e a m   
                                             🇺 🇸 l i n k 🏀 🗑 ️ 
 
                                                       ⬇ ️ 
 

n b a   p r e v i e w   2 0 2 2 - 2 3   :   l e s   b r o o k l y n   n e t s 
   
 
   
 a p é r o t r a s h t a l k   a t l a n t i c d i v i s i o n   b a s k e t   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   e m i s s i o n  
g a m e   t h r e a d :   p h i l a d e l p h i a   7 6 e r s   ( 0 - 0 )   a t   b r o o k l y n   n e t s   ( 0 - 0 )   o c t   0 3   2 0 2 2   7 : 3 0   p m 
   
 
   
 a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e  
k y r i e   i r v i n g :   n e t s   x - f a c t o r   b y   _ s a y s   
 n e t s w o r l d   k y r i e i r v i n g   b r o o k l y n n e t s   o t b n 

m a n   i ’ v e   n e v e r   b e e n   t h i s   e x c i t e d   t o   w a t c h   a   p r e s e a s o n   g a m e ! !   i ’ m   r e a d y   t o   o v e r r e a c t   🤣 
 
 b r o o k l y n n e t s
t o n i g h t s   s t a r t i n g   l i n e u p s ,   f r o m     7 - 1 0 - 1 1   p l a y i n g   c o n f i r m e d !   b r o o k l y n n e t s   s i x e r s   n e t s w o r l d   n b a   n b a p r e s e a s o n 2 0 2 2   k d   b e n 1 0   k y r i e i r v i n g  
b r o o k l y n   n e t s   2 0 2 2   p l a y o f f s   h y p e   v i d e o 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   k e v i n d u r a n t   k y r i e i r v i n g   n b a   n b a p l a y o f f s   n e t s h i g h l i g h t s   s p o r t s   s t e v e n a s h  
w e   b a c k   y ’ a l l   
 
 b r o o k l y n n e t s  
g o l d e n   s t a t e   w a r r i o r s   v s .   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
n b a   b r o o k l y n n e t s   k a r e e m a d b u l j a b a r   k y r i e i r v i n g   n b a   l e g e n d   k a r e e m   a b d u l - j a b b a r :   k y r i e   i r v i n g   i s   a   ' c o m i c a l   b u f f o o n '  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b e n   s i m m o n s   m a k e s   h i s   n e t s   d e b u t   t o d a y   -   a g a i n s t   j o e l   e m b i i d   a n d   7 6 e r s !   😤 🍿 
 
 w h o   y o u   g o t ? 
 
 b e n s i m m o n s   b r o o k l y n n e t s   j o e l e m b i i d   7 6 e r s   n b a p r e s e a s o n  
m o n ,   3 r d   o c t :   b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   -   o d d   @   1 . 9 
 m o r e   d e t a i l s   o n :   
 b a s k e t t i p s   b a s k e t p r e d i c t i o n   b a s k e t b a l l b e t s   n b a p r e s e a s o n   u s a b a s k e t
s e e m s   l i k e   k d   b e a t   t h e   ‘ u n n a m e d   n e t s   p l a y e r ’   b a b y   d a d d y   a l l e g a t i o n s   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y  
“ i r v i n g   i s   a   c o m i c a l   b u f f o o n ”   k a r e e m   a b d u l   j a b b a r   d e s t r o y s   k y r i e   i r v i n g   f o r   s h a r i n g   a l e x   j o n e s   c l i p     b r o o k l y n n e t s   l a l a k e r s
  l e t ' s   g o   b r o o k l y n n e t s   n e t s l e v e l   n e t s   🏀 🏀 🏀
a t   b a r c l a y s c e n t e r   o v e r   1 0   y e a r s ,   ( r e l a t i v e )   b o o m - a n d - b u s t   b r o o k l y n n e t s   a t t e n d a n c e ,   n o w   r i s i n g   a s   t e a m   i m p r o v e s . 
 
 g a t e   c o u n t   a l w a y s   t r a i l s   o f f i c i a l   f i g u r e s . 
 a t t e n d a n c e   %   w o u l d   r a n k   e v e n   h i g h e r   ( b c   o f   s m a l l e r   a r e n a )
w i l l   t h e   n e t s   o v e r c o m e   t h e   d r a m a   & a m p ;   m a k e   i t   t o   t h e   f i n a l s ?   c l i c k   l i n k   f o r   f u l l   v i d e o . 
 
 e d i t e d   b y   c a n t v       n b a   n b a t w i t t e r   b a s k e t b a l l   n b a p r e s e a s o n   n e t s   b r o o k l y n n e t s   k e v i n d u r a n t   k y r i e i r v i n g   b e n s i m m o n s 
 c a n t v   n b a o f f s e a s o n  
k y r i e   i r v i n g   b r o o k l y n   n e t s   m e d i a   . . . 
   
 
   
 a a r o n h i c k s   a a r o n j u d g e   a l e x r o d r i g u e z   a r o l d i s c h a p m a n   a t l a n t i c d i v i s i o n   b a b e r u t h   b a s e b a l l   b a s k e t b a l l   b r a w l   b r o o k l y n n e t s   c l i n t f r a z i e r   c o r e y k l u b e r   d e a n d r e j o r d a n   d e r e k j e t e r   d j l e m a h i e u   e a s t e r n c o n f e r e n c e  
j a m e s   h a r d e n   " f i g u r i n g   t h i n g s   o u t "   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s n e w s   7 6 e r s t r a i n i n g c a m p   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j a m e s h a r d e n h i g h l i g h t s   j o e l e m b i i d   n b a   n b a n e w s   n b a p r e s e a s o n   n b a t r a i n i n g c a m p  
s o o n . . .   
   
 
   
 b a s k e t b a l l   b r o o k l y n   b r o o k l y n n e t s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e t s   n e w y o r k   n e w y o r k c i t y  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [55], in <cell line: 1>()
      1 for id, tweets in tweets_df_Nets2.items():
      2     for tweet in tweets:
----> 3         analysis = SentimentIntensityAnalyzer(tweets_df_Nets2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Nets2 = tweets_df_Nets2.append({
      5             'name': id,
      6             'text': tweets_df_Nets2.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\vaderSentiment\vaderSentiment.py:200, in SentimentIntensityAnalyzer.__init__(self, lexicon_file, emoji_lexicon)
    198 def __init__(self, lexicon_file="vader_lexicon.txt", emoji_lexicon="emoji_utf8_lexicon.txt"):
    199     _this_module_file_path_ = os.path.abspath(getsourcefile(lambda: 0))
--> 200     lexicon_full_filepath = os.path.join(os.path.dirname(_this_module_file_path_), lexicon_file)
    201     with codecs.open(lexicon_full_filepath, encoding='utf-8') as f:
    202         self.lexicon_full_filepath = f.read()

File ~\anaconda3\lib\ntpath.py:117, in join(path, *paths)
    115     return result_drive + result_path
    116 except (TypeError, AttributeError, BytesWarning):
--> 117     genericpath._check_arg_types('join', path, *paths)
    118     raise

File ~\anaconda3\lib\genericpath.py:152, in _check_arg_types(funcname, *args)
    150         hasbytes = True
    151     else:
--> 152         raise TypeError(f'{funcname}() argument must be str, bytes, or '
    153                         f'os.PathLike object, not {s.__class__.__name__!r}') from None
    154 if hasstr and hasbytes:
    155     raise TypeError("Can't mix strings and bytes in path components") from None

TypeError: join() argument must be str, bytes, or os.PathLike object, not 'Series'
In [56]:
for id, tweets in tweets_df_Bulls1.items():
    for tweet in tweets:
        analysis = TextBlob(tweets_df_Bulls1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Bulls1 = tweets_df_Bulls1.append({
            'name': id,
            'text': tweets_df_Bulls1.text
        }, ignore_index=True)
p r e - s e a s o n     📸       v s     n b a   t o r o n t o r a p t o r s   c h i c a g o b u l l s  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n v i   a i r j o r d a n 6   b u l l s   1 9 9 1   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n
d o   y o u r   t h i n g   t w i t t e r   b u l l s   c h i c a g o b u l l s  
i n k t o b e r   2 0 2 2   d a y   6   ( t r i p ) 
 c h a r a c t e r :   b e n n y   t h e   b u l l   ( c h i c a g o   b u l l s ) 
 
 d i g i t a l a r t   d i g i t a l a r t i s t 
 a r t   a r t i s t   d i g i t a l a r t w o r k 
 a r t w o r k   c h a l l e n g e   a r t c h a l l e n g e   d r a w i n g c h a l l e n g e   i n k t o b e r   i n k t o b e r 2 0 2 2   b e n n y t h e b u l l   c h i c a g o   c h i c a g o b u l l s   m a s c o t   b a s k e t b a l l   s p o r t s   b u l l   f a n a r t  
c h i c a g o b u l l s :   o n e   m o r e   b e f o r e   t h e y   a l l   c o u n t . 
 
 📺 :   
 📻 :       c h i c a g o b u l l s
d e m a r   d e r o z a n   s a i d   t h i s   a b o u t   c h i c a g o 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   m i c h a e l j o r d a n   n b a   p o d c a s t  
i n t e r n a t i o n a l   p r o p h e c y   f u l f i l l e d   
 
 t h e   c h i c a g o   b u l l s   b e a t s   t h e   t o r o n t o   r a p t o r s ,   n o t i c e   h o w   p r o p h e t   a n g e l   a c c u r a t e l y   p r o p h e s i e d   t h e   w i n n e r   o f   t h e   g a m e   a n d   t h a t   t h e   s c o r e   w i l l   b e   o v e r   1 0 2 . 
 
 u e b e r t a n g e l   n b a   c h i c a g o b u l l s   b u l l s   r a p t o r s   t o r o n t o r a p t o r s   b a s k e t b a l l   u s a  
i n t e r n a t i o n a l   p r o p h e c y   f u l f i l l e d   
 
 t h e   c h i c a g o   b u l l s   b e a t s   t h e   t o r o n t o   r a p t o r s ,   n o t i c e   h o w   p r o p h e t   a n g e l   a c c u r a t e l y   p r o p h e s i e d   t h e   w i n n e r   o f   t h e   g a m e   a n d   t h a t   t h e   s c o r e   w i l l   b e   o v e r   1 0 2 . 
 
 u e b e r t a n g e l   n b a   c h i c a g o b u l l s   b u l l s   r a p t o r s   t o r o n t o r a p t o r s   b a s k e t b a l l   u s a  
g o d   i s   s t i l l   s a y i n g   s o m e t h i n g   c h i c a g o   u s a   n b a   r a p t o r s   m a j o r   c h i c a g o b u l l s   t o r o n t o r a p t o r s   u s a  
a n d r e   d r u m m o n d   l o o k i n g   t o   b e   a   t h r e e - p o i n t   t h r e a t   f o r   b u l l s   a f t e r   s u r p r i s e   s h o o t i n g   s t r o k e   v s   r a p s :   ‘ i t ’ s   s o m e t h i n g   t h a t   i ’ v e   w o r k e d   o n ’   a n d r e d r u m m o n d   c h i c a g o b u l l s  
s e l l i n g   a   f e w   t h i n g s   h a v e   a   g a n d e r !     a r g e n t i n a   c h i c a g o b u l l s   a d i d a s   a d i d a s o r i g i n a l s    
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   4 t h   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
b e n   g o r d o n   i s   a   f o r m e r   c h i c a g o   b u l l s   s t a r   b e n   g o r d o n   h a s   b e e n   a r r e s t e d   a t   l a g u a r d i a   a i r p o r t   a f t e r   h i t t i n g   h i s   1 0 - y e a r - o l d   s o n   s o   h a r d   t h e   c h i l d   r e q u i r e d   h o s p i t a l i z a t i o n . 
 
 b e n g o r d o n 
 c h i c a g o b u l l s 
 

9   d a y s   t i l   o p e n i n g   d a y !   d o   y o u   t h i n k   t h e   b u l l s   s h o u l d   d e f i n i t e l y   k e e p   v o o c h   b e y o n d   t h i s   s e a s o n ? 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
s h o p   a i r j o r d a n     p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m j m o n d a y s   m i c h a e l j o r d a n   j o r d a n   b u l l s   c h i c a g o b u l l s   b u l l s n a t i o n
b u l l s   c h i c a g o b u l l s   s e e r e d     a y o ,   w o o   a n d   c o b y   + / -   w a s   m y   t a k e a w a y   f r o m   y e s t e r d a y s   g a m e . . .   e s p   c o b y ! ! !  
m i c h a e l   j o r d a n -   t i m e - l a p s e   v i d e o   
 
 a r t i s t a j m o o r e   n b a   m i c h a e l j o r d a n   j o r d a n   c h i c a g o b u l l s   n b a l e g e n d   b a s k e t b a l l   c o p i c m a r k e r s     a r t i s t a j m o o r e s p o r t s  
w a t c h i n g   m i c h a e l   j o r d a n ’ s   “ l a s t   d a n c e ”   a g a i n   & a m p ;   t h e   c h i c a g o b u l l s   a r e   t h e   o n l y   t e a m   i n   p r o f e s s i o n a l   s p o r t s   t o   s a y   t h e y   d o n ’ t   w a n t   t o   w i n   a n y m o r e .   t h e   m j   b u l l s   n e v e r   l o s t   a n   n b a   f i n a l s .   t h e y   c o u l d   h a v e   w o n   8   s h i p s   🤔  
a n t o i n e   c a r r   g i v e s   t h e   r e a l   s a u c e   o n   t r i c k e r y   d u r i n g   t h e   j o r d a n   e r a .     g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   s e e r e d   n b a   p o d c a s t   n b a p o d c a s t  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
‘ a n d r e s   n o c i o n i   t h r o w s   d o w n   t h e   m o n s t e r   j a m ! ’ 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
9   d a y s   t i l   o p e n i n g   d a y !   d o   y o u   t h i n k   t h e   b u l l s   s h o u l d   d e f i n i t e l y   k e e p   v o o c h   b e y o n d   t h i s   s e a s o n ? 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
n b a   c h i c a g o b u l l s   a n d r e d r u m m o n d   b u l l s '   a n d r e   d r u m m o n d   g o e s   p e r f e c t   f r o m   d o w n t o w n   i n   w i n   o v e r   r a p t o r s  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o   b u l l s   r e d / b l a c k   t w o   t o n e d   5 9 f i f t y   n o w   a v a i l a b l e   f r o m   c l a r k s t r e e t s p o r t s 
 
 n e w d r o p   c l a r k s t r e e t s p o r t s   c h i c a g o   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   i l l i n o i s   r e d b l a c k   t w o   t o n e d   5 9 f i f t y   h a t c r a w l e r   f i t t e d 
 

o u t   o f   t h i s   🌎 !   m e t a l m o n d a y 
   
 c s g   c s g c a r d s   t e a m c s g   t h e h o b b y   b a s k e t b a l l c a r d s   s k y b o x   m i c h a e l j o r d a n   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   b u l l s b a s k e t b a l l   n b a  
s h o p   a i r j o r d a n     p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m j m o n d a y s   m i c h a e l j o r d a n   j o r d a n   b u l l s   c h i c a g o b u l l s   b u l l s n a t i o n
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n i i i   a i r j o r d a n 3   b u l l s   1 9 8 8   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
s h o p   a i r j o r d a n     p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m j m o n d a y s   m i c h a e l j o r d a n   j o r d a n   b u l l s   c h i c a g o b u l l s   b u l l s n a t i o n
c h i c a g o b u l l s :   j a v o n t e   g r e e n   t h r o u g h   t h r e e   p r e s e a s o n   g a m e s : 
 
 1 6 . 7   p o i n t s 
 7 7 %   f g 
 7 5 %   f r o m   t h r e e 
 
 📰 :     g a m e   r e c a p :   c h i c a g o b u l l s
c h i c a g o   b u l l s   v s   t o r o n t o   . . . 
   
 
   
 2 0 2 2 2 0 2 3 n b a s e a s o n   b u l l s v s r a p t o r s   b u l l s v s r a p t o r s 2 0 2 2   b u l l s v s r a p t o r s h i g h l i g h t s   c c b n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a   e x t e n d e d n b a h i g h l i g h t s   f u l l g a m e h i g h l i g h t s  
c h i   t o w n   p a n e l   c h i c a g o   b u l l s   c e i l i n g 🤔   b u l l s n a t i o n   c h i c a g o b u l l s   s e e r e d           s u b s c r i b e   t o   o u r   p a g e   o n   y o u t u b e    
a n o t h e r   s t r o n g   f i n i s h   f o r   t h e   b u l l s   t o   . . . 
   
 
   
 a l e x c a r u s o   a y o d o s u n m u   b u l l s c e n t r a l   b u l l s f r e e a g e n c y   b u l l s n a t i o n   b u l l s n e w s   b u l l s r u m o r s   b u l l s u p d a t e   b u l l s v s n u g g e t s   b u l l s v s n u g g e t s h i g h l i g h t s   b u l l s v s n u g g e t s p r e s e a s o n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s  
e n d e   b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 5 : 9 8   c h i c a g o b u l l s   v s   t o r o n t o r a p t o r s   
 1 1 1 : 9 7   n e w o r l e a n s p e l i c a n s   v s   s a n a n t o n i o s p u r s   
 1 2 4 : 1 2 1   l o s a n g e l e s l a k e r s v s   g o l d e n s t a t e w a r r i o r s   
 9 4 : 1 2 6   p o r t l a n d t r a i l b l a z e r s   v s   s a c r a m e n t o k i n g s
d e m a r   d e r o z a n   f u l l   h i g h l i g h t s   v s   t o r o n t o   r a p t o r s   [ 1 0 / 9 / 2 2 ] 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   c h i c a g o   b u l l s   o n   t h e   r o a d   f o r   p r e s e a s o n   w i n   i n   t o r o n t o 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
[ h i g h l i g h t ]   j a v o n t e   g r e e n   w i t h   t h e   c o m p l e t e   d i s r e g a r d   f o r   h u m a n   l i f e 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
c h i c a g o   b u l l s   " c a m e l   w h i t e "   5 9 f i f t y   t u m b l e w e e d / w h i t e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c a m e l   w h i t e   5 9 f i f t y 
 

p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   t o r o n t o   r a p t o r s   1 1 5 - 9 8   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
w h y   d i d   i   j u s t   s e e   a n d r e   d r u m m o n d   s h o t   3 / 3   f r o m   3   n b a   c h i c a g o b u l l s
1 0   d a y s   u n t i l   o p e n i n g   d a y !   b u l l s   n u m b e r   1 0 ,   b . j .   a r m s t r o n g   w a s   a   f a n   f a v o r i t e ,   w i n n i n g   3   r i n g s   w i t h   t h e   b u l l s   a n d   n a m e d   a n   a l l - s t a r   s t a r t e r   i n   1 9 9 4 .   
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
  b r u h .   y o u   a r e   i n s a n e   f o r   t h i s   i n - g a m e   1 s t e p   f r o m   f t   l i n e   d u n k .   i   l o o k   u p   t o   y o u ,   n o t   b e c a u s e   y o u ' r e   o l d e r   & a m p ;   w i s e r .   ( t h a t ' s   m e   @   3 3 y r s . o l d )   b u t   b e c a u s e   y o u   j u m p   s o   h i g h !   a m a z i n g .   😲 🤗     s l a m d u n k   i n g a m e   f r e e t h r o w l i n e   c h i c a g o b u l l s   b o u n c e  
c h i c a g o b u l l s :   p u t   i n   w o r k   i n   l i m i t e d   m i n u t e s   o n   t h e   r o a d .   
 
 _ d e r o z a n   |       c h i c a g o b u l l s
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   -   . . . 
   
 
   
 b u l l s v s n u g g e t s p r e s e a s o n   b u l l s v s p e l i c a n s   b u l l s v s r a p t o r s   b u l l s v s r a p t o r s f u l l g a m e h i g h l i g h t s   b u l l s v s r a p t o r s h i g h l i g h t s   b u l l s v s r a p t o r s p r e d i c t i o n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s v s t o r o n t o r a p t o r s  
p o s t   g a m e   p o d   l i v e   n o w   o n   s p o t i f y   a n d   a p p l e ! 
 
 s p o t i f y - 
 
 
 a p p l e - 
 
 
 b u l l s n a t i o n   s e e r e d   c h i c a g o b u l l s
c h i c a g o b u l l s :   w o o   w i t h   t h e   s p a r k   o f f   t h e   b e n c h   i n   t h e   s e c o n d   h a l f ! 
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
i   g o t   a   c r i c u t   r e c e n t l y   a n d   f o r   m y   f i r s t   d e s i g n ,   i   c h o s e   s o m e t h i n g   d i f f i c u l t   t o   m a k e .   i t ' s   n o t   p e r f e c t   ( u n e v e n ,   a i r   b u b b l e s   a n d   a n g l e d )   b u t   i t   f e a t u r e s   m y   f a v o r i t e   p l a y e r   _ d e r o z a n   c h i c a g o b u l l s    
p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   t o r o n t o   r a p t o r s   1 1 5 - 9 8 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o b u l l s :   c o m i n g   h o m e   w i t h   t h e   d u b .   b a c k   a t   i t   t u e s d a y !   
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
c h i c a g o b u l l s :   c o n f i r m i n g :   w o o   t o o k   o f f   f r o m   f a r ! ! 
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
t r a d e     a n d     f o r     🙏 🏼   c h i c a g o b u l l s
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   -   . . . 
   
 
   
 b u l l s v s n u g g e t s p r e s e a s o n   b u l l s v s p e l i c a n s   b u l l s v s r a p t o r s   b u l l s v s r a p t o r s f u l l g a m e h i g h l i g h t s   b u l l s v s r a p t o r s h i g h l i g h t s   b u l l s v s r a p t o r s p r e d i c t i o n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s v s t o r o n t o r a p t o r s  
c h i c a g o b u l l s :   p r e s e a s o n   r o a d   d u b !   💪     c h i c a g o b u l l s
c h i c a g o b u l l s :   l o o k   w h e r e   h e   t o o k   o f f   f r o m ! ! 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   d a l e n   w i t h   t h e   v i s i o n   f o r   a   f l o a t i n g   w o o ! 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   d o w n   t h r e e   w i t h   1 2   t o   g o !     c h i c a g o b u l l s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 c h i c a g o b u l l s   v s   t o r o n t o r a p t o r s 
 📲 💻 w a t c h 👉 : 
 
 l o s a n g e l e s l a k e r s   v s   g o l d e n s t a t e w a r r i o r s 
 📲 💻 w a t c h 👉 : 
 
 b u c a r a m a n g a   v s   j u n i o r 
 📲 💻 w a t c h 👉 : 
 n b a p r e s e a s o n   p r i m e r a a     s u i t i n g u p t o g e t h e r  
2   s t r a i g h t   w   🐂 🔥   b u l l s n a t i o n   c h i c a g o b u l l s  
j a v o n t e   g r e e n   h a s   r e a l l y   i m p r o v e d   h i s   g a m e .     c h i c a g o b u l l s   b u l l s
c h i c a g o   b u l l s   n b a   b a s k e t b a l l   j a c k e t .   f o r   s a l e   i n   o u r   e b a y   s t o r e .   
 
 
 
 m e n s c l o t h i n g   m e n s s t y l e   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   n b a j a c k e t   n b a   b a s k e t b a l l   e b a y f i n d s   e b a y f a s h i o n   g i f t i d e a s  
u g h   a n d   d o   l i k e   t h e s e   b u l l   t e a m   c h i c a g o b u l l s   t o r v s c h i
j a v o n t e   g r e e n   c u t t i n g   u p   t o n i g h t   🔥 🏀   c h i c a g o b u l l s
d o e s   a n y o n e   k n o w   o f   a n y   l e a k s   f o r   t h e   c h i c a g o b u l l s   2 0 2 2 - 2 0 2 3   c i t y   e d i t i o n   j e r s e y s ?   b u l l s n a t i o n   c i t y e d i t i o n
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s l i v e   c h i c a g o b u l l s l i v e g a m e   c h i c a g o b u l l s l i v e g a m e t o d a y   c h i c a g o b u l l s l i v e p l a y b y p l a y   c h i c a g o b u l l s l i v e s t r e a m   c h i c a g o b u l l s l i v e s t r e a m g a m e   c h i c a g o b u l l s l i v e s t r e a m t o d a y  
c h i c a g o b u l l s :   t h a t   u s c   c o n n e c t i o n   s t i l l   s t r o n g   👀 
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
c h i c a g o b u l l s :   d e m a r   g e t t i n g   g o i n g !   
 
 _ d e r o z a n   |   b u l l s n a t i o n     c h i c a g o b u l l s
c h i c a g o b u l l s :   v o o c h ' s   f o o t w o r k   i n s i d e   i s   e l i t e ! 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   z a c h   f o r   t h e   l e a d !   👌 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   h a l f t i m e .   
 
 d e m a r :   1 3 p t s   /   6 r e b   /   4 a s t 
 v o o c h :   7 p t s   /   7 r e b 
 a y o :   7 p t s   /   2 r e b   /   4 a s t     c h i c a g o b u l l s
c h i c a g o b u l l s :   d e e b o   s m o o t h   w i t h   i t . 
 
   |   _ d e r o z a n     c h i c a g o b u l l s
c h i c a g o b u l l s :   d r u m m o n d   w i t h   t h e   r a n g e   👌 
 
   |       c h i c a g o b u l l s
v i n t a g e   c h i c a g o   i l l   c l a r e n c e   b u c k i n g h a m   m e m o r i a l     f o u n t a i n   i l l i n o i s   u s a   t r a v e l   p e n n a n t       d a b e a r s   b e a r s   c h i c a g o b e a r s   a n t i q u e   b u l l s n a t i o n   b u l l s   n b a   a n t i q u e p e n n a n t   w a l l d e c o r   n f l   v i n t a g e   c h i c a g o c u b s   c h i c a g o   c h i c a g o b u l l s   c u b s   u s a   w r i g l e y
l e t ' s   g o     w e t h e n o r t h   c h i c a g o b u l l s  
c a t c h i n g   t h e     a n d   t h e   s u p e r f a n   i n   a c t i o n ! ! ! 
 f a n   o f   t h e   s u p e r f a n   a n d   r a p t o r s   -   b o t h .   ☺ ️ ☺ ️ ☺ ️ 
 r a p t o r s   p l a y i n g   c h i c a g o   b u l l s   t o n i g h t !   
 🦖 🏀 
 
 _ n a v   s u p e r f a n   r a p t o r s   c h i c a g o b u l l s   t o r o n t o r a p t o r s      
y o u   l o v e   t o   s e e   i t ! !   c h i c a g o b u l l s  
c h i c a g o b u l l s :   w o r k   t o   d o   a f t e r   o n e .   
 
 d e m a r   d e r o z a n :   8 p t s   /   3 r b s 
 n i k o l a   v u c e v i c :   7 p t s   /   4 r b s     c h i c a g o b u l l s
c h i c a g o b u l l s :   t h r o w   i t   d o w n   v o o c h !   😤 
 
   |       c h i c a g o b u l l s
g a m e   t h r e a d :   c h i c a g o   b u l l s   ( 1 - 1 )   a t   t o r o n t o   r a p t o r s   ( 2 - 1 )   o c t   0 9   2 0 2 2   5 : 0 0   p m 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o b u l l s :   b r i n g i n g   t h e   r o o k   u p   t o   s p e e d .   
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   a i r p l a n e   m o d e   i n t o   t h e   l i n e u p   i n   t o r o n t o . 
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
c h i c a g o b u l l s :   h o o d i e   s z n   i n   t h e   6 .     c h i c a g o b u l l s
l i v e     l i v e s t r e a m   n b a   
 b a s k e t b a l l       n b a i n a b u d h a b i   n b a p r e s e a s o n   
 c h i c a g o b u l l s     t o r o n t o r a p t o r s   w e t h e n o r t h 
 
 ▶ ️ t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s 
                           ( 0 2 : 3 0   g m t + 2 ) 
                       🏀 l i n k   ⬇ ️ 🗑 ️ 

t o r o n t o r a p t o r s   c h i c a g o b u l l s   n b a   b a s k e t b a l l   r a p t o r s b u l l s   n b a j a p a n g a m e s   t o r o n t o   n b a t w i t t e r   
 w a t c h   t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s 
 
                               🇺 🇸 l i n k 🏀 
                                         ⬇ ️ 
 
   ✅
i   d o n ’ t   r e a l l y   h a v e   a n y   e x p e c t a t i o n s   f o r   c h i c a g o b u l l s   o r   c h i c a g o b l a c k h a w k s   e i t h e r
s t a c e y   o n   p a t r i c k   w i l l i a m s   a f t e r   t h e   f i r s t   p r e s e a s o n   g a m e .     g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   n b a   p o d c a s t   n b a p o d c a s t  
j a v o n   f r e e m a n - l i b e r t y   h a s   b e e n   w a i v e d   f r o m   t h e   c h i c a g o   b u l l s . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
b e s t   d u n k s   f r o m   n o v e m b e r   |   l a v i n e   |   d e r o z a n   |   c a r u s o   |   d e r r i c k   j o n e s   |   c h i c a g o   b u l l s   h i g h l i g h t s 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o   b u l l s   f a c e o f f   w i t h   t h e   r a p t o r s   t o n i g h t ! 
   
 
   
 b u l l s n a t i o n s t a t i o n   b u l l s v s r a p t o r s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   f y p   n b a   n b a p r e s e a s o n   t o r o n t o r a p t o r s   z a c h l a v i n e  
1 0   d a y s   u n t i l   o p e n i n g   d a y !   b u l l s   n u m b e r   1 0 ,   b . j .   a r m s t r o n g   w a s   a   f a n   f a v o r i t e ,   w i n n i n g   3   r i n g s   w i t h   t h e   b u l l s   a n d   n a m e d   a n   a l l - s t a r   s t a r t e r   i n   1 9 9 4 .   
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
p r e   g a m e :   c h i c a g o   b u l l s   ( 1 - 1 )   v s   t o r o n t o   r a p t o r s   ( 2 - 1 )   ( o c t o b e r   9 ,   2 0 2 2 ) 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n x   a i r j o r d a n 1 0   b u l l s   1 9 9 4   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
n b a   l e a d e r :   2 7 . 9   p p g   l o n z o ' s   b e s t   b a l l   b e h i n d   h i m ?   :   “ l i t e r a l l y ,   i   r e a l l y   c a n ’ t   r u n .   i   c a n ’ t   r u n   o r   j u m p . "   c h i c a g o b u l l s    
c a r u s o   d o i n   c a r u s o   t h i n g s ! 
 n e w   p o d   c o m i n g   t o n i g h t   p o s t   g a m e 
 l i s t e n / r a t e / s u b s c r i b e   o n   s p o t i f y   o r   a p p l e   i f   y o u   h a v e n ’ t   a l r e a d y ! 
 
 c a r u s o c a n   b u l l s n a t i o n   s e e r e d   c h i c a g o b u l l s  
g p e x p l o r e r   m i l a n j u v e   n a r u t o   h a l l o w e n   g r s v b j k   p a y p a l   h o m e   e x p l o r e   v i e w   g e t m o n e y   c h i c a g o b u l l s   n b a   b a s k e t b a l l   t r e n d s o n f i r e     n b a t w i t t e r     f i f a 2 3   
   g e t   t - s h i r t   c h i c a g o   b u l l s   w i t h   $ 2 0 . 1 0   p e r   s h i r t 
 1 5 %   o f f   w i t h   c o d e   s t o c k u p s a l e z 
 
  
c o b y   w h i t e   c l e a r e d   t o   p l a y ! ! !   . . . 
   
 
   
 a i d a n s s p o r t s s h o w   a l e x c a r u s o   a r t u r a s k a r n i s o v a s   b a s k e t b a l l   b i l l y d o n o v a n   b u l l s n a t i o n   b u l l s n e w s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   d e v o n d o t s o n   e a s t e r n c o n f e r e n c e   l a u r i m a r k k a n e n   l o n z o b a l l  
c h i c a g o b u l l s :   p r e s e a s o n   h o o p s   f r o m   t h e   6 . 
 
 📺 :     & a m p ;       c h i c a g o b u l l s
n b a   p r e v i e w   2 0 2 2 - 2 3   :   l e s   c h i c a g o   b u l l s 
   
 
   
 a p é r o t r a s h t a l k   b a s k e t   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   e m i s s i o n  
i ' m   s t i l l   e x c i t e d   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
m i c h a e l   p o r t e r   j r   h i g h l i g h t s   v s .   b u l l s   |   2 0   p o i n t s ,   7   r e b o u n d s 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
t h e   1 9 9 8   c h i c a g o   b u l l s   p l a y e r s '   s a l a r i e s : 
 
 m i c h a e l   j o r d a n   e a r n s   m o r e   m o n e y   t h a n   t h e   e n t i r e   t e a m .   😳 n b a   c h i c a g o b u l l s   m i c h a e l j o r d a n  
r e m e m b e r i n g   c h i c a g o   m a r a t h o n   2 0 1 9 ,   h a p p e n i n g   t o d a y   😀   c h i c a g o   m a r a t h o n   u s a   l o v e d i t   r u n n i n g   w o r l d m a j o r   l o v e t r a v e l   f a v m a r a s o f a r   c h i c a g o b u l l s   l o t s o f b u l l   @   c h i c a g o ,   i l l i n o i s  
a   t r u e   l e g e n d   b a s k e t b a l l   n b a   c h i c a g o b u l l s  
c ’ m o n   b i l l y   d o n o v a n :   s t a r t   a n d r e   d r u m m o n d ,   t h e   s e c o n d   c o m i n g   o f   w e s   u n s e l d .     t r y   h i m   w i t h   v u k o v i c .     c h i c a g o b u l l s   b u l l s
c h i c a g o b u l l s   n b a   n b a t w i t t e r   n b a p r e s e a s o n   
 
 t h e   c h i c a g o   b u l l s   r o s t e r   i s   e s p e c i a l l y   b a l a n c e d   f o r   t h e   ’ 2 2 - 2 3   s e a s o n .   s u c h   a n   o r g a n i z e d   r o s t e r   a l l o w s   f o r   g r e a t e r   c o n t i n u i t y .   
 
 c h e c k   o u t   t h e   c h i c a g o   b u l l s   n b a   2 0 2 2 - 2 3   r o s t e r :  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
j u s t   1 1   d a y s   u n t i l   t h e   b u l l s   s e a s o n   o p e n e r   i n   m i a m i   v s   t h e   h e a t !   w i l l   d e m a r   r e p e a t   h i s   a m a z i n g   4 t h   q u a r t e r   p e r f o r m a n c e s   t h i s   y e a r ? 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s      
w h a t ' s   b e s t   o n     ? 
 h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   b u l l s   t o   f i r s t   p r e - s e a s o n   w i n   o v e r   n u g g e t s 
 
 s p o r t s   c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s      
b e s t   o f   t h e   d a y   o n   
 h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   b u l l s   t o   f i r s t   p r e - s e a s o n   w i n   o v e r   n u g g e t s 
 
 s p o r t s   c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s
w h a t ' s   b e s t   o n     ? 
 h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   b u l l s   t o   f i r s t   p r e - s e a s o n   w i n   o v e r   n u g g e t s 
 
 s p o r t s   c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s
l a s t   b a t c h   o f   d e c e n t   f i n d s   f o r   t o n i g h t .   g o i n g   t h r o u g h   t h e s e   b i n d e r s   i s   h a s   b e e n   a   l o t   o f   f u n .   d i s c o v e r i n g   c a r d s   i   f o r g o t   a b o u t   a n d   f i n d i n g   s o m e   h i d d e n   g e m s   t h a t   w e r e   o v e r l o o k e d   i n   t h e   9 0 s .   
 
 b a s k e t b a l l c a r d s   c h i c a g o b u l l s  
t h e   r e t u r n   o f   s l e e p   🔥 🏀 🐂 
 s l e e p   c h i c a g o b u l l s   b e n n y t h e b u l l   a c r o d u n k  
i ' m   s t i l l   e x c i t e d 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
g r e a t   t i m e s !   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
  b b 2 0   g u e s s   w h o   i s   m r   r i g h t   a n d   m r   r i g h t   n o w   w h i l e   u   p r e t e n d   t o   b e   a n   a l l   a r o u n d   a t h l e t e .   i s   t h i s   t h e   p r o f e s s i o n a l   a t h l e t e   u   t h i n k   u   c a n   b e a t ?   u   s t i l l   h a v e n ’ t   w o n   t h e   c h a l l e n g e   ! ! a l e x   c a r u s o   c h i c a g o b u l l s  
g r e a t   t i m e s ! 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s   . . . 
   
 
   
 b u l l s v s n u g g e t s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s l i v e   c h i c a g o b u l l s l i v e g a m e   c h i c a g o b u l l s l i v e t o d a y   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s p o d c a s t   c h i c a g o b u l l s p o s t g a m e   c h i c a g o b u l l s p o s t g a m e p r e s s c o n f e r e n c e  
a n t o i n e   c a r r   o n   s h a r i n g   t h e   c o u r t   w i t h   n b a   h o f   i n d u c t e e s .       g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   n b a   p o d c a s t   n b a p o d c a s t  
[ j u l i a   p o e ]   b i l l y   d o n o v a n   s a y s   t h e   d e c i s i o n   t o   m o v e   p a t r i c k   w i l l i a m s   t o   t h e   b e n c h   i n   f a v o r   o f   j a v o n t e   g r e e n   t o d a y   w a s   n o t   m e a n t   t o   s e n d   a   m e s s a g e   f o r   t h e   t h i r d - y e a r   f o r w a r d   t o   m a k e   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o b u l l s   1 0   c a r d   l o t   b u l l s n a t i o n   
 b u l l s   
 
 $ 4 . 5 0   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
t h e   c h i c a g o   b u l l s   c h e a t e d   t h e r e   w a y   t o   s i x   c h a m p i o n s h i p s   c h i c a g o b u l l s  
d e n n i s   r o d m a n   1 / 1   s p l a t t e r   b l a s t   c u s t o m   a r t   c a r d   d e n n i s r o d m a n   t h e w o r m   c h i c a g o b u l l s   t h e l a s t d a n c e   b u l l s   c h i c a g o   n b a   c a r d a r t   b a s k e t b a l l c a r d s   s p o r t s c a r d s   c a r d c o l l e c t o r   s p o r t s c a r d s c o l l e c t o r   m i x e d m e d i a a r t   a c r y l i c p a i n t   w h o d o y o u c o l l e c t   m i x e d m e d i a   a r t w o r l d   a r t g a l l e r y  
w h a t   r o l e   w i l l   d a l e n   t e r r y   f i l l   i n   b u l l s   r o t a t i o n ?   |   n b c   s p o r t s   c h i c a g o 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a l e n t e r r y   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   k c j o h n s o n   n b c s p o r t s c h i c a g o   u n f i l t e r e d   z a c h l a v i n e  
c o u n t r y   l o v e   🍂   
 
 f a l l   a u t u m n   a u t u m n v i b e s   f a l l i n t o a u t u m n   l o v e   c o u n t r y   c o u n t r y l o v e   c h i c a g o b u l l s  
c h e c k   o u t   1 9 9 9 - 0 0   u p p e r   d e c k   n b a   g a t o r a d e   m i c h a e l   j o r d a n   f i n a l s   j u m b o   c a r d   s e t   o f   6   m j   1 - m j   6 
 c h i c a g o b u l l s   b u l l s n a t i o n   c h i c a g o     e b a y   v i a  
h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   b u l l s   t o   f i r s t   p r e - s e a s o n   w i n   o v e r   n u g g e t s 
   
 
   
 c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s   d e n v e r n u g g e t s   n o r t h w e s t d i v i s i o n   w e s t e r n c o n f e r e n c e  
p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   d e n v e r   n u g g e t s   1 3 1 - 1 1 3   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
w h e n   d e n z e l   v a l e n t i n e   w a s   w i t h   w i n d y   c i t y   b u l l s .   c h i c a g o b u l l s   
 p h o t o s   b y    
[ c o d y   w e s t e r l u n d ]   p a t r i c k   w i l l i a m s   o n   c o m i n g   o f f   b e n c h :   “ m y   j o b   i s   t o   b e   p r o d u c t i v e .   m y   j o b   i s   t o   g o   o u t   t h e r e   a n d   u s e   m y   t a l e n t s   a n d   h e l p   t h e   t e a m   w i n .   i   t h i n k   t h a t ’ s   e v e r y b o d y ’ s   j o b .   i t ’ s   n o t     . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
g o r a n   d r a g i c .   b u l l s v s n u g g e t s   c h i c a g o b u l l s   n b a  
p a t r i c k   w i l l i a m s   c o m e s   o f f   b e n c h   . . . 
   
 
   
 a d a m s i l v e r   a l e x c a r u s o   a n d r e d r u m m o n d   a r t u r a s k a r n i s o v a s   a y o d o s u n m u   b i l l y d o n o v a n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s p o d c a s t   c h i c a g o b u l l s r u m o r s   c h i c a g o b u l l s s h o w   c h i c a g o b u l l s t a l k  
j u s t   1 1   d a y s   u n t i l   t h e   b u l l s   s e a s o n   o p e n e r   i n   m i a m i   v s   t h e   h e a t !   w i l l   d e m a r   r e p e a t   h i s   a m a z i n g   4 t h   q u a r t e r   p e r f o r m a n c e s   t h i s   y e a r ? 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
m o n t a n a   m a g a z i n e   a p p r e c i a t i n g   s t a c e y   k i n g ’ s   g o o d   l o o k s 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
b i l l y   d o n o v a n   p o s t g a m e   i n t e r v i e w   |   b u l l s   v s   n u g g e t s   . . . 
   
 
   
 b a s k e t b a l l   b i l l y d o n o v a n   b i l l y d o n o v a n p o s t g a m e   b i l l y d o n o v a n p o s t g a m e   b u l l s p o s t g a m e   b u l l s p o s t g a m e   b u l l s v s n u g g e t s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s   d e n v e r n u g g e t s  
  t o   t h e   b u l l s ? ? 
 i t ’ s   n o t   a s   c r a z y   a s   i t   s o u n d s ! 
 n e w   p o d   u p   o n   s p o t i f y ! 
 l i s t e n / r a t e / s u b s c r i b e 
 
 c h i c a g o b u l l s   d r a y m o n d g r e e n   g o l d e n s t a t e w a r r i o r s   b u l l s n a t i o n   s e e r e d  
c h e c k   o u t   m y   v i d e o !   o f   t h e     d r u m l i n e   f o r   c o m i n g   o u t   t o   m y   o l d   h s   f o o t b a l l   g a m e .   i t ’ s   s t i l l   s o   s u r r e a l .   l i k e   i   s t i l l   c a n ’ t   b e l i e v e   i t ! 🙊 🤯   t h a n k s   f o r   c o m i n g !   l y !   ♥ ️ ♥ ️   t i k t o k     c h i c a g o   c h i c a g o b u l l s   c h i c a g o b u l l s 2 0 2 2   c h i c a g o b u l l s d r u m l i n e
    h a p p y   b i r t h d a y   l i l   g u y ! ! !   m a y   y o u r   d a y   b e   l o a d e d   w i t h   a m a z i n g   t h i n g s   a n d   y o u   g e t   s h o w e r e d   i n   l o v e   f r o m   y o u r   d a d d y   a n d   f a m i l y ! 💯 🎂 🎉 🥳 s e e r e d   c h i c a g o b u l l s
g o   b u l l s ! 
 k o m e   o n   d u n k e r q u e ! 
 c h i c a g o b u l l s   u s l d u n k e r q u e   d u n k e r q u e
m i c h a e l   j o r d a n   o n c e   c a s u a l l y   d r o p p e d   1 0 0   p o i n t s   o n   s c o t t i e   p i p p e n ’ s   t e a m   j u s t   b e c a u s e   h e   “ t o o k   i t   p e r s o n a l l y ”     b a s k e t b a l l   c h i c a g o b u l l s
d e m a r v e l o u s   d e r o z a n   f i n d s   a n y   w a y   t o   g e t   a   b u c k e t 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
n u g g e t s   a t   b u l l s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 1  
l i v e :   p i s t o n s   a t   p e l i c a n s   . . . 
   
 
   
 b r a n d o n i n g r a m   b u l l s g a m e   b u l l s p o s t g a m e   b u l l s p r e s e a s o n   b u l l s v s p e l i c a n s   c h i c a g o b u l l s   c j m c c o l l u m   n b a   n b a n e w s   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   n e w o r l e a n s p e l i c a n s   p e l i c a n s b a s k e t b a l l   p e l i c a n s b u l l s   p e l i c a n s g a m e  
e n d e   
 e i s h o c k e y   h e r r e n   n c a a   
 1 : 4   m i n n e s o t a s t a t e m a v e r i c k s   v s   m i n n e s o t a g o l d g o p h e r s   
 b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 3 : 1 3 1   d e n v e r n u g g e t s   v s   c h i c a g o b u l l s   
 1 0 0 : 1 1 6   t o r o n t o r a p t o r s   v s   h o u s t o n r o c k e t s   
 1 1 1 : 1 0 8   m i a m i h e a t   v s   m e m p h i s g r i z z l i e s
p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   d e n v e r   n u g g e t s   1 3 1 - 1 1 3 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
t h e   f u t u r e   i s   b r i g h t   f o r   t h e   c h i c a g o b u l l s     w i t   a y o   a n d   d a l e n   t e r r y   s e e r e d   b u l l s n a t i o n
b u l l s   d e c i d i n g   t o   s w a p   g r e e n   & a m p ;   w i l l i a m s   f o r   t h e   n u g g e t s   g a m e   
   
 
   
 b a s k e t b a l l   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
d e n v e r   n u g g e t s   v s   c h i c a g o   b u l l s   -   f u l l   . . . 
   
 
   
 b u l l s v s n u g g e t s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   n u g g e t s v s b u l l s   n u g g e t s v s b u l l s 2 0 2 2  
c h i c a g o   b u l l s   n b a   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t 
 
 — — — — — —   
 
 f a s h i o n   h o t f a s h i o n   s e n p r i n t   t r e n d   n b a   c h i c a g o b u l l s     c h i c a g o   b u l l s   n b a   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t 
   -   s e n p r i n t m a r t   s t o r e 
 

z i o n   w i l l i a m s o n ' s   b a c k   i n   t h e   n b a ! 
 
 
 
 l i k e   a n d   f o l l o w   o h   s p o r t s   p h   f o r   m o r e ! 
 
 s p o r t s   u p d a t e s   t r e n d   f y p   n e w   s t o r y   e n t e r t a i n m e n t   s p o r t s n e w s   n b a   l e a g u e   z i o n w i l l i a m s o n   n e w o r l e a n s   n e w o r l e a n s p e l i c a n   c h i c a g o b u l l s  
t h e   p a w   w i t h   a   g r e a t   b l o c k ! 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
w h o   l i k e s   t h e   c h i c a g o   b u l l s ?   b e c a u s e   i   k n o w   i   d o !   c h i c a g o b u l l s   t r e n d i n g   i n f l u e n c e r s
m e   n e i t h e r !   😬 😂 🤣 
 c h i c a g o b u l l s  
r e s u l t s   o f   n b a   m a t c h e s   p r e s e a s o n   0 7 / 1 0 / 2 0 2 2 
 
 c h i c a g o b u l l s   b o s t o n c e l t i c s   n u g g e t s   h o r n e t s   k n i c k s   p a c e r s   p i s t o n s   p e l i c a n s   m a v e r i c k s   h a w k s   b u c k s   n b a i n a b u d h a b i   u s a  
c h i c a g o   b u l l s   c a m o   5 9 f i f t y   -   b l a c k   n o w   a v a i l a b l e   f r o m   r a l l y h o u s e 
 
 n e w d r o p   r a l l y h o u s e   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c a m o   5 9 f i f t y   b l a c k   h a t c r a w l e r   f i t t e d   n e w e r a c a p s   t h i s i s t h e c a p   t h e r e s a c a p f o r e v e r y d a y 
 

c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s   l i v e   c a l l   & a m p ;   . . . 
   
 
   
 b u l l s v s n u g g e t s   c h i c a g o b u l l s   c h i c a g o b u l l s b r e e z e   c h i c a g o b u l l s l i v e   c h i c a g o b u l l s l i v e g a m e   c h i c a g o b u l l s l i v e p l a y b y p l a y   c h i c a g o b u l l s l i v e s t r e a m   c h i c a g o b u l l s l i v e s t r e a m g a m e   c h i c a g o b u l l s l i v e s t r e a m t o d a y  
1 2   d a y s   t o   g o   u n t i l   b u l l s   b a s k e t b a l l   i s   b a c k !   t o d a y   w e   c e l e b r a t e   b u l l s   h o m e t o w n   c h i c a g o   h e r o   a y o   d o s u n m u .   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
w h i t n e y   y o u n g   a l u m   t o o !   c h i c a g o b u l l s  
i   l i k e   t h e   j a v o n t e   g r e e n   s t a r t .   g i v e s   t h e   s t a r t e r s   a   b e t t e r   p a c e   a n d   p a t r i c k   w i l l i a m s   p r o v i d e s   a   s p a r k   a n d   a d d i t i o n a l   s c o r i n g   o f f   t h e   b e n c h .   i n t e r e s t i n g !   c h i c a g o b u l l s
b u l l s   d e c i d i n g   t o   s w a p   g r e e n   & a m p ;   w i l l i a m s   f o r   t h e   n u g g e t s   g a m e 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o b u l l s :   t h e   k i d   f r o m   w h i t n e y   y o u n g   🔥 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   c o b y   w i t h   t h e   s m o o t h   s t r o k e ! 
 
     |       c h i c a g o b u l l s
c h i c a g o b u l l s :   d r e   t o   p a t   o n   t h e   o o p ! 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   a c   p l a y s   t o   t h e   b u z z e r   😳 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   u p   g o i n g   t o   t h e   4 t h . 
 
 p a t r i c k   w i l l i a m s :   9   p t s   ( 3 - 4   f g ) ,   1   b l k     c h i c a g o b u l l s
c h i c a g o b u l l s :   s p l a s h .     c h i c a g o b u l l s
c h i c a g o b u l l s :   p a t r i c k   w i l l i a m s   s p l a s h 
 
   |       c h i c a g o b u l l s
t h a n k s   g u y s     k e e p   i n   t h a t   w a y   f o r   t h e   r e s t   o f   t h e   s e a s o n   💪 🏽     _ o r l           s e e r e d   b u l l s n a t i o n   b u l l s   c h i c a g o b u l l s   w i n d c i t y   c h i c a g o
t h e     l o o k   f a n t a s t i c   t o n i g h t .   t h e y   l o o k   m u c h   m o r e   c o m f o r t a b l e   a n d   h a v e   m o r e   e f f o r t   t h a n   t h e   l a s t   g a m e .   
 
 i   l i k e   t h e   d i f f e r e n t   o f f e n s e ;   m o r e   f r e e - m o v i n g   a n d   c l e a n   o v e r a l l .   n o t   s o   m u c h   o n e   o r   t w o - p l a y e r   f o c u s e d .   
 
 n b a   c h i c a g o b u l l s
w a s h i n g t o n w i z a r d s   w a s h i n g t o n w i z a r d s j e r s e y s   b u f f a l o b i l l s j e r s e y s   b r a d l e y b e a l   b r a d l e y b e a l j e r s e y s   c h i c a g o b u l l s     f o r   o n l y   2 1   d o l l a r s   i f   f o l l o w   m y   p a g e    
j a m a l   m u r r a y   s u s t a i n s   t h i g h   s o r e n e s s ,   o u t   f o r   t h e   r e s t   o f   n u g g e t s - b u l l s   m a t c h   c h i c a g o b u l l s   d e n v e r n u g g e t s   j a m a l m u r r a y  
g i v e   p d u b   t h e   b a l l .   t h i s   g u y   c a n   p l a y   
 s e e r e d   c h i c a g o b u l l s
p a t r i c k   w i l l i a m s   l o o k i n g   a   l o t   m o r e   c o m f o r t a b l e   c o m i n g   o f f   t h e   b e n c h   w i t h   t h i s   s e c o n d   u n i t   c h i c a g o b u l l s
c h i c a g o b u l l s :   r e a d y   f o r   a n o t h e r   s e a s o n   o f   t h e   c a r u s h o w     c h i c a g o b u l l s
c h i c a g o b u l l s :   u p   a t   t h e   h a l f . 
 
 d e m a r   d e r o z a n :   1 9   p t s   ( 8 - 1 2   f g )     c h i c a g o b u l l s
c h i c a g o b u l l s :   w a t c h i n g   a l e x   c a r u s o   p l a y   & g t ; & g t ; & g t ; 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   c o o k i e s   🍪 🍪 🍪 🍪     c h i c a g o b u l l s
c h i c a g o b u l l s :   z a c h   j u s t   g e t s   b u c k e t s .   
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   a n d r e   d r u m m o n d   p l a y i n g   b i g   m a n   b a s k e t b a l l   o u t   t h e r e 
 
   |       c h i c a g o b u l l s
h o w   c h i c a g o   b u l l s   s q u a r e   u p   v s   . . . 
   
 
   
 a d a m s i l v e r   a l e x c a r u s o   a n d r e d r u m m o n d   a r t u r a s k a r n i s o v a s   a y o d o s u n m u   b i l l y d o n o v a n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s p o d c a s t   c h i c a g o b u l l s r u m o r s   c h i c a g o b u l l s s h o w   c h i c a g o b u l l s t a l k  
n o t   m a n y   t u r n o v e r s   t o n i g h t ?   c h i c a g o b u l l s   b u l l s n a t i o n
b u l l s   l o o k i n g   👀   g o o d   t o n i g h t !     s e e r e d   b u l l s n a t i o n   c h i c a g o b u l l s
i s   t h e   d u n k i n ’   r a c e   t h e   o n l y   r e a s o n   t o   w a t c h   t h e   2 n d   h a l f   o f   p r e s e a s o n   g a m e s ?   
 
 b u l l s     r a c e   s t a n d i n g s : 
 
 c u p p y c o f f e e   ☕ ️   1   w i n 
 d a s h i n g d o n u t   🍩   0   w i n 
 b i g g i e b a g e l   🥯   0   w i n 
 
 s e a s o n   r e c o r d :   1 - 0   + $ 2 0 0 
 
 l o c k   o f   t h e   r a c e   🔒   
 b i g g i e   b a g e l   🥯   + 2 0 0 
 
 c h i c a g o b u l l s   b u l l s n a t i o n
l i k e   o u r   c h a n c e s   o f   w e   c a n   p l a y   t h i s   c o n s i s t e n t   c h i c a g o b u l l s
i ' m   l o v i n g     o p t i m i s t i c   l o o k   o n     a n d   h i s   f r e e   t h r o w   p e r c e n t a g e   c h i c a g o b u l l s   b u l l s n a t i o n
c h i c a g o b u l l s :   n e w   g u y s   m a k i n g   t h e i r   p r e s e n c e   f e l t   😤 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   + 3   a f t e r   o n e . 
 
 n i k o l a   v u c e v i c :   8   p t s   ( 4 - 5   f g ) ,   4   r e b     c h i c a g o b u l l s
c h i c a g o b u l l s :   t h e   f o o t w o r k   🤧 
 
 _ d e r o z a n   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   z a c h   t o   d e m a r   i s   a   c o n n e c t i o n   w e   l o v e   t o   s e e . 
 
 _ d e r o z a n   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   n e w   g i f   j u s t   d r o p p e d !   c a p t i o n   t h i s   🤔 
 
   |       c h i c a g o b u l l s
s h o u t o u t   d a   n i g g a   “ w o o ” …   d a b u l l s y a b i s h   c h i c a g o b u l l s
h a p p y   3 1 s t   b i r t h d a y   🥳 ! ! !   b u l l s n a t i o n   c h i c a g o b u l l s   b a s k e t b a l l  
a   p r e s e a s o n   g a m e   b u t   a   b u l l s   g a m e   n o n e t h e l e s s . 
 
 n b a p r e s e a s o n   c h i c a g o b u l l s   d e n v e r n u g g e t s   b u l l s n a t i o n        
l e t s   g o   b u l l s s s s s s !   s e e r e d   c h i c a g o b u l l s
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 c h i c a g o b u l l s   d e n v e r n u g g e t s   n b a  
i   l u v   d a t   s h ! t   !   😍 
 s e e r e d   c h i c a g o b u l l s   🙏 🏾 
 
 💻   :    
c h i c a g o b u l l s :   w o o   g e t s   t h e   p r e s e a s o n   s t a r t   t o n i g h t   v s .   d e n v e r . 
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
c h i c a g o b u l l s :   t h e   r o o k i e   w a r m i n g   u p   i n   t h e   a g e n t   g i l   z e r o   u n d r c r w n   l o w s . 
 
   |   b u l l s k i c k s     c h i c a g o b u l l s
c h i c a g o b u l l s :   f l i g h t   8   i s   i n   t h e   b u i l d i n g . 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   p r e s e a s o n   g a m e ✌ ️ o n   d e c k !     c h i c a g o b u l l s
t h i s   f i t   i s   s o m e t h i n g   💀 c h i c a g o b u l l s   s e e r e d  
▶ ️ w a t c h   a l l   n b a   b a s k e t b a l l   s u m m e r   g a m e s   l i v e   f r e e   & a m p ;   f u l l   h d ✅ 
 
 n b a   n h l   m l b   c h i c a g o b u l l s   t o r o n t o   r a p t o r s   w e t h e n o r t h   r t z   h o u s t o n   r o c k e t s   h o u s t o n r o c k e t s   d e t r o i t   p i s t o n s   d e t r o i t p i s t o n s   n o b r a k e s   n e w o r l e a n s   p e l i c a n s   p e l i c a n s n b a   w o n t b o w d o w n   w b d
w h y   l o w e ' s   d i s r e s p e c t f u l   r a n k i n g   o f   t h e   b u l l s   w o n ' t   a g e   w e l l   ( p i p p e n   a i n ' t   e a s y ) 
 
 j u s t   a   m e r e   w e e k   a w a y   f r o m   t h e   r e g u l a r   s e a s o n   t i p p i n g   o f f ,   t h e   c h i c a g o   b u l l s   h a v e   t o   b e   i t c h . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c h i c a g o b u l l s   n b a
s t a c e y   r e m e m b e r s   w a y m a n   t i s d a l e   b e i n g   t h e   b i g   m a n   o n   c a m p u s .     g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   n b a   p o d c a s t   n b a p o d c a s t   s e e r e d  
a n t o i n e   c a r r   o n   h i s   c o l l e g e   t e a m m a t e   c l i f f   l e v i n g s t o n .     g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   n b a   p o d c a s t   n b a p o d c a s t   s e e r e d  
c h i c a g o b u l l s :   p r e s e a s o n   b a l l   c o n t i n u e s   t o n i g h t   v s .   d e n v e r . 
 
 📬 :     m a i l b a g :   c h i c a g o b u l l s
m o r e   b i g   n e w s   f r o m   c a s t u s   b r a n d   .   t h e i r   n e w   p a r t n e r s h i p   w i t h     s t a r   a y o   d o s u n m u   i s   m a k i n g   h e a d l i n e s .   c l i c k   t o   s e e   m o r e   i n   t h i s     n e w s   f e a t u r e :     
 
 c l e v e l a n d a v e n u e   c a p o r t f o l i o   a y o f o o d s   c h i c a g o b u l l s  
1 2   d a y s   t o   g o   u n t i l   b u l l s   b a s k e t b a l l   i s   b a c k !   t o d a y   w e   c e l e b r a t e   b u l l s   h o m e t o w n   c h i c a g o   h e r o   a y o   d o s u n m u .   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
b e a r s   o f f e n s e   n e e d s   t i m e   t o   b u i l d   c h e m i s t r y   |   n b c   s p o r t s   c h i c a g o 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b e a r s   c h i c a g o b u l l s   d a v e w a n n s t e d t   d a v i d k a p l a n   e a s t e r n c o n f e r e n c e   j u s t i n f i e l d s   m i n n e s o t a v i k i n g s   n b c s p o r t s c h i c a g o   n f l   r o b e r t q u i n n   u n f i l t e r e d   v i k i n g s  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n v i i   a i r j o r d a n 7   b u l l s   1 9 9 2   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
a r r i v e d   i n   c h i c a g o   y e s t e r d a y   a n d   g o t   s e t t l e d   w i t h   a   q u i c k   w a l k   a b o u t   a n d   s o m e   f o o d .   
 o f f   f o r   b r e a k f a s t   a n d   t h e   e x p o   t h i s   m o r n i n g   b e f o r e   s e e i n g   t h e   c h i c a g o   b u l l s   t o n i g h t .   
 
 c h i c a g o b u l l s   c h i m a r a t h o n   c h e e s e c a k e f a c t o r y  
c h i c a g o   b u l l s   5 9 f i f t y   6 x   n b a   c h a m p i o n s   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   5 9 f i f t y   6 x   c h a m p i o n s   h a t c r a w l e r   f i t t e d   n e w e r a h a t 
 

“ w o r t h l e s s ”   j a m e s   j o r d a n   h u m i l i a t e d   m i c h a e l   j o r d a n   o n l y   t o   b o o s t   h i s   c o m p e t i t i v e   g e n e     c h i c a g o b u l l s   n b a
c h i c a g o b u l l s :   f r i d a y   n i g h t   b u l l s   h o o p s   c o m i n g   u p . 
 
 📺 :   
 📻 :       c h i c a g o b u l l s
c h i c a g o   b u l l s & a m p ; 3 9 ;   f l a w s   s h o w   u p   i n   p r e s e a s o n   g a m e   v s .   n e w   o r l e a n s   p e l i c a n s 
   
 
   
 a y o d o s u n m u   b i l l y d o n o v a n   b u l l s t a l k p o d c a s t   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   n b a   n b c s p o r t s c h i c a g o   n e w o r l e a n s p e l i c a n s   p a t r i c k w i l l i a m s   z i o n w i l l i a m s o n  
i n k t o b e r   d a y   6   -   d e m a r 
 
 l e t t e r i n g   d e m a r d e r o z a n   c h i c a g o b u l l s   b u l l s   c a l l i g r a p h y   b l a c k l e t t e r   f r a k t u r   n b a   n b a d e s i g n   n b a a r t   d e r o z a n   h a n d l e t t e r i n g  
“ w o r t h l e s s ”   j a m e s   j o r d a n   h u m i l i a t e d   m i c h a e l   j o r d a n   o n l y   t o   b o o s t   h i s   c o m p e t i t i v e   g e n e     c h i c a g o b u l l s   n b a
1 3   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o f f i c i a l l y   b e g i n s .   b u l l s   1 3   j o a k i m   n o a h   w a s   a   f a n   f a v o r i t e ,   e p i t i m i z i n g   h e a r t ,   h u s t l e   a n d   m u s c l e   i n   a   c h i c a g o   b u l l s   u n i f o r m .   h i s   t r a d e m a r k   " t o r n a d o "   f r e e   t h r o w   s h o t   w a s   a s   u n i q u e   a s   j o a k i m   h i m s e l f . 
 
 c h i c a g o b u l l s . . .    
m y   s g   s e e r e d   c h i c a g o b u l l s   n e w b a l a n c e   z a c h l a v i n e  
c h i c a g o   b u l l s   ' c o r e   w h e a t   t o n a l '   5 9 f i f t y   w h e a t   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   w h e a t   t o n a l   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   o l i v e   t o n a l '   5 9 f i f t y   o l i v e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   o l i v e   t o n a l   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   w h i t e / b l a c k '   5 9 f i f t y   w h i t e / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   w h i t e b l a c k   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   s c a r l e t / b l a c k '   5 9 f i f t y   s c a r l e t / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   s c a r l e t b l a c k 
 

c h i c a g o   b u l l s   ' c o r e   g r e y / b l a c k / w h i t e '   5 9 f i f t y   g r e y / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   g r e y b l a c k w h i t e 
 

c h i c a g o   b u l l s   ' c o r e   c a m o '   5 9 f i f t y   c a m o / w h i t e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   c a m o   5 9 f i f t y   c a m o w h i t e 
 

c h i c a g o   b u l l s   p r e s e a s o n   g a m e   1   t a k e   a w a y s   b u l l s v s p e l i c a n s   c h i c a g o b u l l s     v i a  
  a t t e n t i o n   c h i c a g o b u l l s :     s t a r t   t a n k i n g   i m m e d i a t e l y
1 9 9 6   e a s t e r n   c o n f e r e n c e   f i n a l s   g a m e   . . . 
   
 
   
 1 9 9 0 s   b a s k e t b a l l   b l a n k   b u t t o n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c l a s s i c   c l a s s i c g a m e   d e n n i s r o d m a n   e a s t   e a s t e r n c o n f e r e n c e   g a m e o n e   g l i t c h   m i c h a e l j o r d a n   n b a f i n a l s   n b a p l a y o f f s   o r i g i n a l b r o a d c a s t   p l a y  
s h o p   a i r j o r d a n     p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m j m o n d a y s   m i c h a e l j o r d a n   j o r d a n   b u l l s   c h i c a g o b u l l s   b u l l s n a t i o n
k e n d a l l   g i l l   t a l k s   h i s   n b a   d r a f t   . . . 
   
 
   
 2 0 2 2 n b a d r a f t   a d a m s i l v e r   a l e x c a r u s o   a r t u r a s k a r n i s o v a s   a y o d o s u n m u   b i l l y d o n o v a n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s p o d c a s t   c h i c a g o b u l l s r u m o r s   c h i c a g o b u l l s s h o w   c h i c a g o b u l l s t a l k  
c h i c a g o b u l l s :   t o n g u e   o u t   l i k e   2 3 .     c h i c a g o b u l l s
2 0 1 6 - 1 7   u p p e r   d e c k   s u p r e m e   h a r d c o u r t   m i c h a e l   j o r d a n   🐐 
 
 i t e m   n u m b e r :   2 2 1 0 0 3 0 4 0 4 0 7 8 1 6 
 
 n b a   b a s k e t b a l l   l e g e n d   g o a t   c h i c a g o   b u l l s   c h i c a g o b u l l s   m i c h a e l   j o r d a n   m i c h a e l j o r d a n   m j   u p p e r d e c k   t r a d i n g c a r d s  
1 3   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o f f i c i a l l y   b e g i n s .   b u l l s   1 3   j o a k i m   n o a h   w a s   a   f a n   f a v o r i t e ,   e p i t i m i z i n g   h e a r t ,   h u s t l e   a n d   m u s c l e   i n   a   c h i c a g o   b u l l s   u n i f o r m .   h i s   t r a d e m a r k   " t o r n a d o "   f r e e   t h r o w   s h o t   w a s   a s   u n i q u e   a s   j o a k i m   h i m s e l f . 
 
 c h i c a g o b u l l s . . .    
s h o p   a i r j o r d a n     p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m j m o n d a y s   m i c h a e l j o r d a n   j o r d a n   b u l l s   c h i c a g o b u l l s   b u l l s n a t i o n
o n   t h i s   d a y   i n   1 9 9 3 ,   m i c h a e l   j o r d a n   🐐   a n n o u n c e d   h i s   r e t i r e m e n t   f r o m   t h e   n b a   a f t e r   n i n e   s e a s o n s   a n d   t h r e e   c h a m p i o n s h i p s   w i t h   t h e   c h i c a g o b u l l s .   
 
 d o   y o u   r e m e m b e r   h e a r i n g   t h e   n e w s   f o r   t h e   f i r s t   t i m e ? 
 
 n b a   
 

    s t o r i e s   l i k e   t h i s   m a k e   m e t a l   c o n c e r t s   e v e n   b e t t e r ! ! !           e d d i e   i r o n m a i d e n   c h i c a g o b u l l s       m i c h a e l j o r d a n  
a l l   y e a r   a r o u n d ,   n e w   g e a r   i s   a r r i v i n g   f o r   t h e   ,   ,     & a m p ;     +   f r e e   s h i p p i n g   o v e r   $ 5 9 ! 
 
 s h o p :   
 
 c h i c a g o c u b s   c u b s   c h i c a g o b e a r s   d a b e a r s   b e a r s   c h i c a g o b u l l s   b u l l s n a t i o n   c h i c a g o b l a c k h a w k s   b l a c k h a w k s  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n i x   a i r j o r d a n 9   b u l l s   1 9 9 4   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
c h i c a g o b u l l s :   t h e   m a n   i n   t h e   a r e n a .     c h i c a g o b u l l s
o n   t h i s   d a y   i n   s p o r t s :   m i c h a e l   j o r d a n   r e t i r e d   f r o m   t h e   n b a . 
   
 n b a   m i c h a e l j o r d a n   c h i c a g o b u l l s 

a y o   d o s u n m u 
 f o r   n b a 2 k 2 3 
 p a i d   r e q u e s t 
 - h d   f a c e   t e x t u r e 
 - u p d a t e d   t a t t s 
 - 4   s w i t c h i n g   h a i r   s t y l e   ( i n c l u d e s   m e d i a   d a y   l o o k   h a i r s t y l e ) 
 - m o v i n g   h a i r 
 a e g m o d d i n g 
 a e o c f m o d d i n g   
 a y o d o s u n m u   
 c h i c a g o b u l l s  
h a v e n ’ t   s e e n   a n y o n e   s a y   t h i s   y e t ,   b u t   w h e n   t h e   b u l l s   p l a y e d   i n   t h e   f i r s t   q u a r t e r   i   f e l t   l i k e   i   w a s   w a t c h i n g   a   g a m e   f r o m   l a s t   s e a s o n   t h e y   d i d n ’ t   l o o k   g o o d   a t   a l l   i   k n o w   i t ’ s   o n l y   p r e s e a s o n     .   .   .   i   h o p e   t h e y   l o o k   b e t t e r   t o m o r r o w   🤷 🏾 ‍ ♂ ️   s e e r e d   b u l l s n a t i o n   c h i c a g o b u l l s  
a l m o s t   a   y e a r   a g o ,   i   w a s   a   s p u r s   f a n   c o m i n g   i n   p e a c e   t o   p r a i s e   d e m a r .   t o d a y ,   i   h a v e   m o v e d   t o   y o u r   a m a z i n g   c i t y ! 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
n e w   o r l e a n s   p e l i c a n s   v s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t   w a r r i o r s h i g h l i g h t  
t h e   f u t u r e   i s   n o w   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
w a s   g o i n g   t o   p o s t   t h i s   o n   h i s   b i r t h d a y   ( y e s t e r d a y )   b u t   h a d   a   b u s y   w e e k !   d e r r i c k   r o s e   🌹 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
m a d e   a   b i g   t i m e   i m p r e s s i o n   a t   h i s   f i r s t   g a m e   a s   a   c h i c a g o   b u l l !     b u l l s n a t i o n   c h i c a g o b u l l s       v i d e o  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
1 4   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r   v s   t h e   m i a m i   h e a t !   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r   a s   w e   g i v e   y o u   e v e r y t h i n g   y o u   n e e d ,   e v e r y   t i m e   y o u   w a t c h ! 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n . . .    
      g o   b u l l s   c h i c a g o b u l l s
b u l l s   p i c k e d   u p   f o u r t h - y e a r   o p t i o n   o n   p a t   w i l l i a m s   c h i c a g o b u l l s   p a t r i c k w i l l i a m s  
s t o p   b y   f o r   t o m o r r o w ’ s   e p i s o d e !   l i v e   a t   5   w e   h a v e   t h e   o r i g i n a l   “ b i g   d a w g ”   
 s t r e a m   l i v e :                                 g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   n b a   p o d c a s t   b u l l s  
c h i c a g o b u l l s 
 b u l l s   b u l l s n a t i o n   
 f i r s t   o f   m a n y   😏  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l a s t   n i g h t   w a s   t h e   b e s t .   2 5   🖤 ❤ ️ 🖤   c h i c a g o b u l l s
1 9 9 8 - 9 9   f l e e r   u l t r a   s c o t t i e   p i p p e n   1 0 0   c h i c a g o b u l l s   b u l l s n a t i o n   b u l l s   
 
 $ 3   e a c h   o r   $ 5   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
d e r o s e n   j e r s e y   c a m e   j u s t   i n   t i m e   f o r   t h e   f i r s t   p r e s e a s o n   g a m e !   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
d a l e n   t e r r y   w i t h   s o m e   e x c i t i n g   m o m e n t s   i n   t h e   p r e s e a s o n   o p e n e r 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
n e w   o r l e a n s   p e l i c a n s   v s   c h i c a g o   b u l l s   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 b u l l s v s p e l i c a n s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   p e l i c a n s v s b u l l s  
t h a n k   y o u   c h i c a g o b u l l s  
w e s t s i d e   w a r r i o r s   1 2 u   t o   c o o p e r s t o w n   d r e a m s     i t b l   w s b l   u s a b a s e b a l l   c h i c a g o c u b s   c h i c a g o w h i t e s o x   c h i c a g o b u l l s   c h i c a g o b e a r s
s h e   w a s   t h e   b a d d e s t .   i   w a s   t h e   r e a l e s t   
 
 c h i c a g o b u l l s   w i n d y c i t y   c h i t o w n  
y o u n g e s t     m v p   i n   h i s t o r y .   n o   q u e s t i o n     b e t t e r   r e t i r e     j e r s e y !   n b a   d e r r i c k r o s e   b a s k e t b a l l   m v p   c h i c a g o b u l l s  
x - r a y   f o r   d a l e n   t e r r y   j u s t   c a m e   i n … . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
n e w   o r l e a n s   p e l i c a n s   v s   c h i c a g o   b u l l s       f u l l   g a m e   h i g h l i g h t s       . . . 
   
 
   
 b u l l s p e l i c a n s   b u l l s v s p e l i c a n s   b u l l s v s p e l i c a n s f u l l g a m e h i g h l i g h t s   b u l l s v s p e l i c a n s h i g h l i g h t s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s v s n e w o r l e a n s p e l i c a n s f u l l g a m e h i g h l i g h t s  
1 4   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r   v s   t h e   m i a m i   h e a t !   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r   a s   w e   g i v e   y o u   e v e r y t h i n g   y o u   n e e d ,   e v e r y   t i m e   y o u   w a t c h ! 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n . . .    
p o s t   g a m e   t h r e a d :   t h e   n e w   o r l e a n s   p e l i c a n s   d e f e a t   t h e   c h i c a g o   b u l l s   1 2 9 - 1 2 5 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
i   r e a l i z e d   w h a t   a r t u r a s   k a r n i s o v a s ' s   t e a m   b u i l d i n g   s t r a t e g y   i s   f o r   t h e   b u l l s .   o n l y   a c q u i r e   p l a y e r s   w h o s e   b o d i e s   n a t u r a l l y   p r o d u c e   e y e l i n e r   c h i c a g o b u l l s  
m y   s o n   w a s   s t u n t i n g   o n   h a t   d a y   a t   s c h o o l   🔥   m i n i j o r d a n   s t u n t i n l i k e m y d a d d y   t e a m c o u g h   b a l l e r   c h i c a g o b u l l s   m i c h a e l j o r d a n   b r y c e i a n   @   f l i n t ,   m i c h i g a n  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   f u l l   h i g h l i g h t s   2 n d   q t r   | n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n x i   a i r j o r d a n 1 1   b u l l s   1 9 9 5   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
c h i c a g o b u l l s :   " w e   g o t   a   b a b y   c o o k i e   m o n s t e r ! "   🍪     c h i c a g o b u l l s
b u l l s   p i c k   u p   p l a y e r   o p t i o n   f o r   p a t r i c k   w i l l i a m s   c h i c a g o b u l l s   p a t r i c k w i l l i a m s  
  m a d e   a   b i g   t i m e   i m p r e s s i o n   a t   h i s   f i r s t   g a m e   a s   a   c h i c a g o   b u l l !     b u l l s n a t i o n   c h i c a g o b u l l s  
c h i c a g o b u l l s :   d e m a r   d e r o z a n   l e d   t h e   w a y   w i t h   2 1   p o i n t s   i n   2 3   m i n u t e s   i n   o u r   p r e s e a s o n   o p e n e r . 
 
 📰 :     g a m e   r e c a p :   c h i c a g o b u l l s
n b a v i d e o s :   z i o n ' s   f i r s t   b u c k e t   b a c k   👀   
   
 
   
 b a s k e t b a l l   b a s k e t b a l l v i d e o s   c h i c a g o b u l l s   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 1 6   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v l o g   t e a m 1 6 1 0 6 1 2 7 4 1   v i d e o   v i d e o s   v l o g  
n e e d   h e l p   i d e n t i f y i n g   w h a t   g a m e   t h i s   f r o m 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o b u l l s :   v o o c h   l o o k e d   s t r o n g   i n   o u r   p r e s e a s o n   o p e n e r . 
 
 1 5   p t s   |   1 0   r e b   |   6 - 9   f g   |   3   s t l   |   4   b l k     c h i c a g o b u l l s
e p i s o d e   1   o u t   n o w ! 
 r e c a p p i n g   l a s t   n i g h t s   g a m e ,   w h a t   t o   e x p e c t   f r o m   t h i s   t e a m   g o i n g   f o r w a r d ,   a n d   s o m e   m a j o r   d a l e n   t e r r y   t a l k   h e r e ! 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   s e e r e d   
 

  p l a y e d   b e a u t i f u l l y   l a s t   n i g h t .   h e   g a i n e d   m y   r e s p e c t ,   s h o w e d   a   l o t   o f   p o t e n t i a l . 
 
 s o   d i d     ❗ ️ r o o k i e   s h o w i n g   s o   m u c h   p o t e n t i a l 
 
 b u l l s   j u s t   n e e d   b e t t e r   d e f e n s e   i m o 
 
 b u l l s n a t i o n   c h i c a g o b u l l s   n b a
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d e r o s e n   j e r s e y   c a m e   j u s t   i n   t i m e   f o r   t h e   f i r s t   p r e s e a s o n   g a m e ! 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
g a m e   t h r e a d :   n e w   o r l e a n s   p e l i c a n s   ( 0 - 0 )   a t   c h i c a g o   b u l l s   ( 0 - 0 )   o c t   0 4   2 0 2 2   8 : 3 0   p m   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
k e y s   f o r   c h i c a g o   b u l l s   v s     z i o n   . . . 
   
 
   
 a d a m s i l v e r   a l e x c a r u s o   a n d r e d r u m m o n d   a r t u r a s k a r n i s o v a s   a y o d o s u n m u   b i l l y d o n o v a n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s p o d c a s t   c h i c a g o b u l l s r u m o r s   c h i c a g o b u l l s s h o w   c h i c a g o b u l l s t a l k  
k b   & a m p ;   m j   -   
 a v a i l a b l e   f o r   v i e w i n g   f r o m   
 
 d i r e c t   m e s s a g e   f o r   m o r e   i n f o r m a t i o n 
 
 s i z e :   1 5 0   x   1 0 0 c m 
 m e d i u m :   m i x e d   m e d i a 
 y e a r :   2 0 2 2   
 e d i t i o n :   1   o f   1 
 
 b o o g i e m o l i   m i c h a e l j o r d a n     k o b e b r y a n t   m v p   m j   k b     n b a   l o s a n g e l e s l a k e r s     c h i c a g o b u l l s   k o b e   j o r d a n  
c h i c a g o   b u l l s   w e   g o i n g   h a r d   t h i s   s e a s o n   💪 ❤ ️ 
 n b a t w i t t e r   n b a p r e s e a s o n   c h i c a g o b u l l s   b u l l s n a t i o n
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   w a s   o n   t n t   ( u s a ) .   c o - c o m m e n t a t o r   i s   g r e g   a n t h o n y .   r e p o r t e r   i s   s t e p h a n i e   r e a d y .     f o r   m o r e   d e t a i l s   s e e     c h i c a g o b u l l s   n e w o r l e a n s p e l i c a n s   t n t u s a
a l e x   c a r u s o   b e c a m e   m i c h a e l   j o r d a n   f o r   a   m i n u t e   w i t h   a   c r a z y   s p i n .   
 f u l l   v i d e o   l i n k :   
 
 n b a   n b a 2 k 2 3   b u l l s n a t i o n   c h i c a g o b u l l s   c a r u s h o w   b a l d m a m b a   b a s k e t b a l l   깊 은 향 기 로 _ 남 을 _ 정 한 이 의 _ 스 물 여 덟  
  f r e e m a r k o   w h y   d o e s   d o n o v a n   h a t e   t o   p l a y   o u r   g u y       b u l l s n a t i o m   c h i c a g o b u l l s   m a r k o h o u r s
g a m e   t h r e a d :   n e w   o r l e a n s   p e l i c a n s   ( 0 - 0 )   a t   c h i c a g o   b u l l s   ( 0 - 0 )   o c t   0 4   2 0 2 2   8 : 3 0   p m 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
i t ’ s   g o o d   t o   b e   b a c k   h o m e   🫶 🏽   t o u g h   l o s s   🤧   i t ’ s   o n l y   p r e s e a s o n   t h o   💯   u s e   m y   c o d e   “ s h o r t y a ”   t o   g e t   $ 2 0   o f f   y o u r   f i r s t   p u r c h a s e   o n   s e a t g e e k   🎟 ️ 🚨 b u l l s n a t i o n   c h i c a g o b u l l s  
l o v e   t h e   i n t r o !   
   
 b u l l s p e l i c a n s   
 u n i t e d c e n t e r   
 c h i c a g o b u l l s   
 b u l l s n a t i o n  
1 5   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r !   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r   a s   w e   g i v e   y o u   e v e r y t h i n g   y o u   n e e d ,   e v e r y   t i m e   y o u   w a t c h ! 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n   b u l l s n a t i o n . . .    
t o u g h   l o s s   🤧 !   b u l l s n a t i o n   c h i c a g o b u l l s  
b u l l s   l o s e   a   c l o s e   o n e !   t h i s   w a s   a   g r e a t   g a m e   t o w a r d s   t h e   e n d .   y o u n g   g u y s   d i d   t h e i r   t h i n g !   i   c a n ’ t   w a i t   u n t i l   w e ’ r e   i n   g a m e   s h a p e !   l e t ’ s   k e e p   i t   g o i n g !   c h i c a g o b u l l s
w e   n e e d   t o   s e e     m o r e   t h i s   s e a s o n .   h i s   e n e r g y   w a s   i n s a n e   t o n i g h t . 
 
 c h i c a g o b u l l s   s e e r e d   b u l l s   n b a p r e s e a s o n   n b a  
f i r s t   b u c k e t   b y   k o s t a s   💪 🏽 ‼ ️   b u l l s n a t i o n   c h i c a g o b u l l s  
    e n e r g y   e n e r g y   e n e r g y     c h i c a g o b u l l s   b u l l s
    e n e r g i z e r :     c h i c a g o b u l l s   b u l l s
d a l l e n   t e r r y   o u t   h e r e   s n a p p ' n ! 
 d a b u l l s   
 c h i c a g o b u l l s
t h e   b u l l s   a r e   w i n n i n g ! !   😬 
 
 c h i c a g o b u l l s   b u l l s v s p e l i c a n s
n a h ,   t h e   n b a   i s   s o f t   i f   t h a t   d a l e n   t e r r y   c e l e b r a t i o n   w a s   a   t e c h .   w o o o w .   c h i c a g o b u l l s
t h e m   b o y z   t e r r y   a n d   h i l l   a r e   c r a z y   c h i c a g o b u l l s   s e e r e d   b u l l s n a t i o n
l e t s   g o o o o   🐂 🔥   b u l l s n a t i o n   c h i c a g o b u l l s  
y o u n g   s q u a d   s h o w s   s o   m u c h   p r o m i s e ,   v e r y   h a p p y   r i g h t   n o w   c h i c a g o b u l l s
t h e   k i d s   a r e   a l r i g h t !   c h i c a g o b u l l s
t h e s e   b u l l s   d o n ’ t   q u i t   😤   c h i c a g o b u l l s   b u l l s n a t i o n       l e t ’ s   g o o o o o ! !
l e t s   g o ! !   😃 💪   b u l l s n a t i o n   c h i c a g o b u l l s
k e e p   o n   c o o k i n g   d a l e n   t e r r y   🧑 ‍ 🍳 🍳   c h i c a g o b u l l s
b u l l s   o p e n   p r e s e a s o n   v s .   p e l i c a n s ,   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   j u s t i n f i e l d s   m a t t e b e r f l u s   n b a   n b c s p o r t s c h i c a g o   n f l   p a t r i c k w i l l i a m s   r y a n p o l e s   u n f i l t e r e d   u n i v e r s i t y o f i l l i n o i s   z a c h l a v i n e  
w h y   t f   i s   m a r k o   s i m o n i v i c   s t i l l   n o t   p l a y i n g   i n   t h e   n b a ?   b u l l s   c h i c a g o b u l l s   n b a
f i r s t   b u c k e t   b y   t h e   r o o k   ⭐ ️     b u l l s n a t i o n   c h i c a g o b u l l s  
r o o k i e   c h e c k i n g   i n   👀 🔴     b u l l s n a t i o n   c h i c a g o b u l l s  
2   a r e a s   i   w a s   a n d   a r e   l o o k i n g   f o r ,   v u c   c l o s e   t o   a l l   s t a r   s t a t u s   a n d   p w i l l   b e i n g   a g g r e s s i v e   a n d   n o   h e s i t a t i o n   o n   s h o t s   e s p   t h e   3   b a l l . . .   v u c   d e l i v e r i n g   a n d   p w i l l   s t i l l   o v e r t h i n k i n g . . .   b u t   s m a l l   s t e p s . . . w e   g o t   2   w e e k s   s e e r e d   👀 🔴   c h i c a g o b u l l s
e v e n   a t   f u l l   s t r e n g t h ,   t h e   b u l l s   a r e   g o i n g   t o   n e e d   a   r i m   p r o t e c t e r :     c h i c a g o b u l l s   b u l l s
t h i s   y o u t h   h o o p s   k i d   i s   t h e   f u c k i n g   b e s t ,   i   h o p e   s o m e o n e   g o t   h i m   s a y i n g   " t h i s   i s   a m a z i n g "   c h i c a g o b u l l s   b u l l s n a t i o n
n e w   s e a s o n 
 n e w   t h r e a d 
 n e w   m e 
 
 t h e     f i n a l   2 0 2 1 - 2 2     r a c e   s t a n d i n g s : 
 
 c u p p y c o f f e e   ☕ ️   3 2   w i n s 
 d a s h i n g d o n u t   🍩   3 0   w i n s 
 b i g g i e b a g e l   🥯   3 0   w i n s 
 
 r e c o r d   l a s t   s e a s o n :   4 4 - 2 9   + $ 5 , 9 0 0 
 
 l o c k   o f   t h e   r a c e   🔒   
 c u p p y   c o f f e e   ☕ ️   + 2 0 0 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   s e e r e d
h e y   i t ' s   r e v e a l i n g   i t s e l f   a g a i n .   t h e   b u l l s   n e e d   a   r i m   p r o t e c t o r :     c h i c a g o b u l l s   b u l l s
u g l y   s t a r t .   p o o r   b a l l   m o v e m e n t ,   l a c k   o f   h u s t l e ,   b a d   s h o t   m a k i n g ,   l o u s y   d e f e n s i v e   e f f o r t ;   d r a g i c   l o o k s   w a s h e d ,   c o b y   l o o k s   l i k e   c o b y …   z a c h   a n d   d e m a r   p l a y i n g   i s o   b a l l   a n d   n o t   l o o k i n g   i n   s y n c .   t e l l i n g   m y s e l f .   b u t   e v e n   f o r   p r e s e a s o n   t h i s   i s   c o n c e r n i n g   c h i c a g o b u l l s
u n t i l   l o n z o   c o m e s   b a c k   t h i s   b u l l s   t e a m   i s   g o i n g   s t r u g g l e .   i t ' s   u n f o r t u n a t e   b u t   h o p e f u l l y   h e   w i l l   b e   b a c k   s o o n e r   t h a n   l a t e r .   c h i c a g o b u l l s   l o n z o b a l l   n b a
“ h o w   m u c h   d o e s   d r a g i c   h a v e   l e f t   i n   t h e   t a n k ? ”     c h i c a g o b u l l s   g o b u l l s  
a f t e r   w a t c h i n g   z i o n   a l m o s t   d e c a p i t a t e     u n d e r n e a t h   t h e   r i m ,   i t ' s   n i c e   t o   k n o w   t h e   o f f i c i a l s   s t i l l   d o n ' t   l i k e   c a l l i n g   f o u l s   o n   o u r   g u y s .   c h i c a g o b u l l s  
w h e r e ' s   a r e   y o u n g   t a l e n t   c h i c a g o b u l l s
j o n a t h a n   m a j o r s   t o   p l a y   d e n n i s   r o d m a n   i n   t h e   f i l m   ' 4 8   h o u r s   i n   v e g a s ' . . .   o u t l o u d c u l t u r e       4 8 h o u r s i n v e g a s   j o n a t h a n m a j o r s   c h i c a g o b u l l s   d e n n i s r o d m a n   e n t e r t a i n m e n t   f e a t u r e d   f i l m   m o v i e   t v 
 
  
s h o o t i n g   7 0 %   f r o m   t h e   f i e l d ?     g o b u l l s   c h i c a g o b u l l s  
d e m a r   d e r o z a n   i s   n o t   t h a t   g u y   . .   n e v e r   b e e n   t h a t   g u y   . .   n o b d o d y   w i l l   e v e r   t e l l   m e   s h i t   … 
 
 d e m a r d e r o z a n   c h i c a g o b u l l s   n b a b a s k e t b a l l   n b a   …
i   d o n ’ t   k n o w   w h y   b u t   d u d e s   w e a r i n g   o n e   c o m p r e s s i o n   s o c k   o n   o n e   l e g   b u g s   m e . .   e i t h e r   d o   b o t h   o r   n o n e   a t   a l l …   c h i c a g o b u l l s
  f i r s t   p r e s e a s o n   g a m e . 
 f a n t a s y   d r a f t   a   w e e k   f r o m   t o m o r r o w . 
 3 r d   p i c k   t h i s   y e a r . 
 💁 🏽 ‍ ♂ ️   y o u ’ v e   b e e n   w a r n e d   🤷 🏽 ‍ ♂ ️ 
 c h i c a g o b u l l s   f a n t a s y b b a l l   b b a l l s e a s o n   s o n s o f j o r d a n   s o o n c o m e   s e e r e d              
a l r e a d y   n o t   a   f a n   o f   d r a g i c …   c h i c a g o b u l l s
s l o p p y   1 s t   q u a r t e r   f o r   t h e   b u l l s   s m h   😑   b u l l s n a t i o n   c h i c a g o b u l l s
r o u g h   1 s t   q u a r t e r .   😢   c h i c a g o b u l l s
d r a g i c   r i g h t   n o w 
 
 c h i c a g o b u l l s  
p i c   f r o m   l a s t   s e a s o n ,   b u t   s t i l l   r o c k i n g   t h e   d o u g   m c d e r m o t t   j e r s e y   f o r   t h e   s e a s o n   ( w h i t e   g u y   r e t r o   f e s t i v a l   j e r s e y   s e a s o n   n e v e r   e n d s )   c h i c a g o b u l l s   b u l l s   n b a  
t h a t   b e t t e r   b e   n e r v e s   g r a g i c . . d o n ' t   b r i n g   t h a t   m e s s   t o   c h i c a g o   c h i c a g o b u l l s
g o o d   b l o c k   v u c ! 
 
 c h i c a g o b u l l s
🏀   b a s k e t b a l l :   c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   -   n b a 
 ⏰   0 8 . 3 0   u t c + 7 
 ➡   
 
 b a s k e t b a l l   a m e r i c a n   u s a   n b a f a n s   c h i c a g o b u l l s   n e w o r l e a n s p e l i c a n s
n o t   t h e   b e s t   s t a r t   😅 
 
 s e e r e d   c h i c a g o b u l l s  
b u l l s   g e t t i n ’   f r i e d   t o   s t a r t   t h e   g a m e .   h a v e n ’ t   w e   l e a r n e d   f r o m   l a s t   y e a r ’ s   m i s t a k e s ?   😩 😩   c h i c a g o b u l l s
h e y !   i t ’ s   m y   f r i e n d s   f i r s t   g a m e !     _ s p a c e   c h i c a g o b u l l s   m y f i r s t g a m e  
i ' m   s o   h y p e d   f o r   t h i s   g a m e   a n d   i t ' s   o n l y   p r e s e a s o n . t i m e   t o   l i g h t   t h i s   s i g n   b a c k   u p ! 
 
 c h i c a g o b u l l s   s e e r e d  
b u l l s   t i m e   c h i c a g o b u l l s   p o w e r c l a p  
h e r e   i s   f i n g e r s   c r o s s e d   🤞   t o   a   f a l l /   w i n t e r   f i l l e d   w i t h   l o t s   o f     a n d     e l e c t r i c   c a l l s .         c h i c a g o b u l l s   d a b u l l s   n b a
b u l l s   b a s k e t b a l l   i s   b a c k . . .   l e t ' s   g o !   🐃 🏀 💪 🏾 
 c h i c a g o b u l l s   c h i c a g o   b u l l s   c h i c a g o n a t i o n   b u l l s n a t i o n   c h i c a g o b a s k e t b a l l   b u l l s b a s k e t b a l l     b u l l i e v e   s e e r e d   👀 🟥      
f i r s t   g a m e   o f   t h e   s e a s o n !   l e t ’ s   g o o o o o   c h i c a g o b u l l s
w h a t   i f …   d e r r i c k   r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   d e r r i c k r o s e   d r o s e   n b a t w i t t e r  
h o w   w a s   e v e r y o n e ’ s   o f f - s e a s o n ?   t a l k   t o   m e .   c h i c a g o b u l l s
c h i c a g o   v s   n e w   o r l e a n s 
         (   0 3 : 3 0   g m t + 2   ) 
 g a m e d a y   n b a   n b a p r e s e a s o n   n b a j a p a n g a m e s   
 l i v e   l i v e s t r e a m   b a s k e t b a l l   c h i c a g o b u l l s     n e w o r l e a n s   p e l i c a n s   
               🏀 l i n k   ⬇ ️ 

[ k . c .   j o h n s o n ]   b i l l y   d o n o v a n   s a i d   h e   w i l l   c h e c k   w i t h   s t a r t e r s   a f t e r   1 s t   h a l f   t o   d e t e r m i n e   i f   t h e y   w i l l   p l a y   i n   2 n d   h a l f   v s .   p e l i c a n s .   r o t a t i o n a l   s t i n t s   w i l l   b e   s h o r t e r .   s t a r t e r s   a r e :   a y o   z a c h   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
⭕ ❌ ⭕ ❌ ⭕ ❌   b u l l s n a t i o n   c h i c a g o b u l l s   s e e r e d     g a m e d a y   b a b y  
g o n n a   h a v e   a   l o t   o f   f r e e   t i m e   w i t h   t h i s   r e c o v e r y ,   s o   i   s t a r t e d   a n o t h e r   p o d c a s t   a l l   b u l l s   f o c u s e d 
 b u l l s n a t i o n   s e e r e d   c h i c a g o b u l l s  
b r a n d   n e w   p o d c a s t 
 f i r s t   e p i s o d e   c o m i n g   p o s t   g a m e   t o n i g h t ! 
 w e ’ r e   g o i n g   t o   k e e p   i t   a l l   t h e   w a y   r e a l   a b o u t   t h i s   t e a m 
 b u l l s n a t i o n   s e e r e d   c h i c a g o b u l l s
c h i c a g o b u l l s   n e w o r l e a n s p e l i c a n s   n b a j a p a n g a m e s   b a s k e t b a l l   a l e x c a r u s o   n b a 2 k 2 3   z a c h l a v i n e   n b a   
 l i v e   c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   l i v e s t r e a m   
 
                                   🇺 🇸 l i n k 🏀 🗑 ️ 
                                             ⬇ ️ 
 
   ✅
h o w   t h e   c h i c a g o   b u l l s   . . . 
   
 
   
 1 9 9 8 n b a f i n a l s   b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e n n i s r o d m a n   e a s t e r n c o n f e r e n c e   e d d y c u r r y   e l t o n b r a n d   j a l e n r o s e   j a m a l c r a w f o r d   j e r r y k r a u s e   l u c l o n g l e y   m a r c u s f i z e r   m i c h a e l j o r d a n   n b a   n b a f i n a l s  
n b a   t u e s d a y :   2 0 0 5   a w a r d s   a n a l y s i s ,   v o l u m e   i i     d a i l y m c p l a y   n b a   n b a h i s t o r y   n b a 2 0 0 5   n b a f i n a l s   n b a f i n a l s m v p   n b a d p o y   t i m d u n c a n   s a n a n t o n i o s p u r s   b e n w a l l a c e   d e t r o i t p i s t o n s   t y s o n c h a n d l e r   c h i c a g o b u l l s
f i r s t   p r e - s e a s o n   c h i c a g o   b u l l s   g a m e   t o d a y !   y o u   k n o w   t h i s   s e a s o n   w i l l   b e   a w e s o m e   w i t h   t h i s   t e a m !   b u l l s n a t i o n   b u l l s   c h i c a g o b u l l s
h a p p y   g a m e   d a y   y ’ a l l !   b u l l s n a t i o n   
     c h i c a g o b u l l s   n b a   s e e r e d   ❤ ️  
c e l e b r a t e   t h e   s t a r   o f   t h e   n b a   s e a s o n   b y   e x p a n d i n g   y o u r   b a s k e t b a l l   f u n k o   c o l l e c t i o n ! 
 
 o r d e r   h e r e :   
 
 t r e a t y o s h e l f   v i n y l f i g u r e s   f u n k o p o p   f u n k o v i n y l   j a y s o n t a t u m   c e l t i c s   l a k e r s   l e b r o n   c h i c a g o b u l l s   m i c h a e l j o r d a n   l a r r y b i r d   m a g i c j o h n s o n   s t e p h c u r r y  
i   p a i n t e d   t h e   g r e a t   m i c h a e l   j o r d a n .   
 b r i g h t n t u l i a r t   
 m i c h a e l j o r d a n   m j   m j 2 3   g o a t   c h i c a g o b u l l s   t h e l a s t d a n c e   j o r d a n s   j u m p m a n   c h a r l o t t e h o r n e t s   s c o t t i e p i p p e n   n b a   b a s k e t b a l l   g r e a t n e s s  
1 5   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r !   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r   a s   w e   g i v e   y o u   e v e r y t h i n g   y o u   n e e d ,   e v e r y   t i m e   y o u   w a t c h ! 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n   b u l l s n a t i o n . . .    
t h e   b u l l s   s i g n i n g   k o s t a s   a n t e t o k o u n m p o   i s … . . i n t e r e s t i n g 
   
 
   
 a l e x c a r u s o   a y o d o s u n m u   b u l l s f r e e a g e n c y   b u l l s n a t i o n   b u l l s n e w s   b u l l s r u m o r s   b u l l s u p d a t e   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
w h e n   i   w a s   i n   l u t h e r a n   g e n e r a l ,   i   w a s n ' t   i n   t h e   h o s p i t a l   b e d .   m e n t a l l y   i   w a s   i n   t h e   g a m e .   c h i c a g o b u l l s
🏆   2 0 1 1   n b a   m o s t   v a l u a b l e   p l a y e r 
 🏆   2 0 1 1   a l l - n b a   f i r s t   t e a m   
 🏆   3 ×   n b a   a l l - s t a r 
 🏆   2 0 0 9   n b a   r o o k i e   o f   t h e   y e a r 
 
 j o i n   u s   i n   w i s h i n g   a   h a p p y   3 4 t h   b i r t h d a y   t o   d e r r i c k   r o s e !   🥳 🌹 
 
 d e r r i c k r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   n b a   b i r t h d a y  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n v i   a i r j o r d a n 6   b u l l s   1 9 9 1   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
p r e s e a s o n   i s   f i n a l l y   h e r e !   l e t ' s   g o   b u l l s ! 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
n b a   s e a s o n   ! ! ! !   h o p e   t h e   c h i c a g o b u l l s   d o   b e t t e r   t h i s   s e a s o n
c h i c a g o b u l l s   p r e s e a s o n   l e t ' s   g e t   t h i s   w   t o n i g h t !     @   u n i t e d   c e n t e r  
s h o w i n g   l o v e   t o   m y   r o o t s .   m y   c i t y   c h i c a g o !   i   k n o w   t h e   c u b s   f a n s   w i l l   b e   m a d   a t   t h e   s o x   s i g n s   a n d   v i c e   v e r s a .   i ' m   j u s t   s h o w i n g   s o m e   l o v e   t o   m y   c i t y .   l o v e   m y   c i t y !   c h i c a g o   c h i c a g o b u l l s     c h i c a g o c u b s       c h i c a g o w h i t e s o x   a r m y   a r m y v e t e r a n   v e t e r a n o w n e d b u s i n e s s  
c h i c a g o b u l l s :   p a t r i c k   w i l l i a m s   e n t e r s   y e a r   3   a f t e r   r e c e n t l y   t u r n i n g   2 1   y e a r s   o l d . 
 
 " i   f e e l   a   l i t t l e   b i t   m o r e   a t h l e t i c .   i   j u s t   f e e l   r e a d y . ” 
 
 📰 :     c h i c a g o b u l l s
g o t   m y   d e r o z a n   j e r s e y   o n ,   e x c i t e d   f o r   t o n i g h t 😆   i   h o p e   t o   s e e     o n   m y   t v   t o n i g h t ! !   m i s s   t h a t   m a n ’ s   c o m m e n t a r y .   t h e   b e s t ! !   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   c h i c a g o
t h e   b u l l s   a r e   b a c k   🚨 
 
 s m s p o r t s   c h i c a g o b u l l s  
“ i   b e t   e v e n   m i c h a e l   c a n ’ t . . ”   $ 1 8 0   m i l l i o n   l e g e n d   j a n e t   j a c k s o n   o n c e   h e l p e d   m i c h a e l   j o r d a n   f l e x   h i s   f a m e   i n   a   m a t t e r   o f   s e c o n d s     b a s k e t b a l l   c h i c a g o b u l l s
c h i c a g o b u l l s :   t h e   w a i t   e n d s   t o n i g h t .     c h i c a g o b u l l s
h e y     p l a y   a   b a s k e t b a l l   g a m e   t o n i g h t ! !   s e e r e d   b u l l s n a t i o n   c h i c a g o b u l l s
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   c h i c a g o   b u l l s   m i g h t   b e   d o n e . . . . "   
 
 c r e a t o r :     n e o   b a l l   n o t e s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   b u l l s   c h i c a g o b u l l s 
 
  
" i   c o u l d n ’ t   d o   a n y t h i n g ! "   -   m i c h a e l   j o r d a n   o n c e   n a m e d   t h e   o n l y   p l a y e r   h e   c o u l d n ' t   d o m i n a t e . 
 
 b u l l s n a t i o n   
 c h i c a g o b u l l s   🏟 
 b u l l s   🏀 
 n b a   n b a t w i t t e r   
 
  
h i g h l i g h t s :   m a r k o   s i m o n o v i ć   s h o w s   o u t   w i t h   2 7   p o i n t s   a s   b u l l s   b e a t   d a l l a s   1 0 0 - 9 9   n b a   s u m m e r   l e a g u e 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c l i c k   h e r e   f o r   t h e   f u l l   n e w s :   
 
 f o r e x p o l i c y   f x   n e w s   b r o k e r   b r o k e r n e w s   f x m a r k e t   t r a d i n g f o r e x   p l u s 5 0 0   i s r a e l   m a r k e t   m a r k e t i n g   f o r e x   f i n t e c h   c f d s   c h i c a g o b u l l s   b a s k e t b a l l   f o r e x t r a d i n g   f x n e w s   f o r e x   c f d   p a r t n e r s h i p s   s p o r t s   t e a m  
h i g h l i g h t s :   d a l e n   t e r r y   d r o p s   2 0   p o i n t s   a s   b u l l s   b l o w   o u t   h o r n e t s   i n   s u m m e r   l e a g u e 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
1 6   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r !   n u m b e r   1 6 ,   p a u   g a s o l   w a s   a   d o u b l e - d o u b l e   m a c h i n e   f o r   t h e   b u l l s   i n   2 0 1 4 - 2 0 1 6 ,   b e c o m i n g   o n e   o f   t h e   o l d e s t   p l a y e r s   t o   r e c o r d   m u l t i p l e   t r i p l e - d o u b l e s . 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n . . .    
s h o p   b u l l s n a t i o n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a a l l s t a r   n b a o n t n t   n b a 7 5   n b a v o t e   n b a t o p s h o t t h i s   n b a t w i t t e r   b u l l s   c h i c a g o b u l l s   c h i c a g o
d e m a r   d e r o z a n   n o   w o r r i e s   o f   a   p r o b a b l e   d e c l i n e   o f   h i s   g a m e :   ‘ t h e r e   a r e   s o   m a n y   w a y s   t o   t a k e   c a r e   o f   y o u r s e l f ’   c h i c a g o b u l l s   d e m a r d e r o z a n  
n b a   l e a d e r :   2 7 . 9   p p g   i s   a r t u r a s   k a r n i s o v a s   o n   t h e   h o t   s e a t   w i t h   c h i c a g o   b u l l s   f a n s ?   c h i c a g o b u l l s   a r t u r a s k a r n i s o v a s    
b u l l s   q & a m p ; a :   k o s t a s   a n t e t o k o u n m p o   t a l k s   e u r o b a s k e t ,   g i a n n i s   
   
 k o s t a s a n t e t o k o u n m p o   g i a n n i s a n t e t o k o u n m p o   c h i c a g o b u l l s  
o n e   m o r e   d a y   t i l   p r e s e a s o n   s t a r t s   f o r   t h e   b u l l s !   l e t ' s   g o   b u l l s !   
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
d e a n d r e   a y t o n   t r a d e   t o   t h e   c h i c a g o   b u l l s ?   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s d e a n d r e a y t o n   d e a n d r e a y t o n b u l l s   d e a n d r e a y t o n b u l l s t r a d e   d e a n d r e a y t o n c h i c a g o b u l l s   d e a n d r e a y t o n c h i c a g o b u l l s t r a d e   d e a n d r e a y t o n t r a d e   d e a n d r e a y t o n t r a d e b u l l s  
2 0 0 2 - 0 3   n b a   h o o p s   s t a r s   d o n y e l l   m a r s h a l l   8 2   c h i c a g o b u l l s 
 b u l l s n a t i o n   b u l l s 
 
 $ 2   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
c h i c a g o b u l l s :   " w e   c a n ' t   h o p e   t e a m s   m i s s ,   w e ' v e   g o t   t o   m a k e   t h e m   m i s s . " 
 
 a l l - a c c e s s .   y o u t u b e .   t u e s d a y   a t   9   a m   c t .     c h i c a g o b u l l s
c h i c a g o b u l l s :   l e t   t h e   g a m e s   b e g i n .     c h i c a g o b u l l s
i   l o v e   c h i c a g o   –   i   l u v   c h i   
 c h e c k   o u t   m y   n e w   b r a n d .   c h i c a g o   m y k i n d o f t o w n   i l o v e c h i c a g o   i l u v c h i   c h i c a g o m e r c h   c h i c a g o s t o r e   c h i c a g o c u b s   c h i c a g o b u l l s   c h i c a g o b l a c k h a w k s    
  n e w   p f p   a   s t e e z y   b a l l e r   w i t h   s h o r t   n a t t y   b l u e   d r e a d s   a n d   b e a r d . 
 
 l o o k   l i k e   c h i c a g o b u l l s   m u c h ? ? ?   
 w h a t s   y o u r   l u c k y   n u m b e r ? ? ? 
 
 n f t s   n f t   n f t a r t   n f t c o m m u n i t y   n f t c o l l e c t o r   n f t a r t i s t   c r y p t o   e t h e r e u m   o p e n s e a   n f t c o l l e c t o r s   b l o c k c h a i n   n f t d r o p   c r y p t o c u r r e n c y  
m g d   b e e r   r i n g   o r   n o t ?   d o e s n ’ t   l o o k   t h e   s a m e ? 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
i m   w o r r i e d   f o r   t h e           . . .   u n l e s s     v i a     
 
 c h i c a g o   c h i c a g o b u l l s   b u l l s n a t i o n   b u l l s  
c h i c a g o b u l l s :   l i v e   b u l l s   p o s t - p r a c t i c e   m e d i a   a v a i l a b i l i t y   ( 1 0 . 0 3 . 2 0 2 2 )     c h i c a g o b u l l s
d a l e n   t e r r y   & a m p ;   z a c h   l a v i n e   a r e   t o o   . . . 
   
 
   
 b u l l s n e w s   b u l l s n e w s a n d r u m o r s   b u l l s r u m o r s   b u l l s t r a d e r u m o r s   b u l l s u p d a t e   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s c e n t r a l   c h i c a g o b u l l s d a l e n t e r r y h o r r i f i c u p d a t e   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s n e w s a n d r u m o r s  
p l u s 5 0 0   s i g n s   4 - y e a r   d e a l   w i t h   c h i c a g o   b u l l s   i n   f i r s t   u s   s p o n s o r s h i p 
 r e t a i l f x   i s r a e l   u n i t e d - s t a t e s   c h i c a g o b u l l s   p l u s 5 0 0  
1 6   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r !   n u m b e r   1 6 ,   p a u   g a s o l   w a s   a   d o u b l e - d o u b l e   m a c h i n e   f o r   t h e   b u l l s   i n   2 0 1 4 - 2 0 1 6 ,   b e c o m i n g   o n e   o f   t h e   o l d e s t   p l a y e r s   t o   r e c o r d   m u l t i p l e   t r i p l e - d o u b l e s . 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n . . .    
1   m o r e   d a y   u n t i l   b u l l s   b a s k e t b a l l   b u l l s n a t i o n   s e e r e d   d a b u l l s   b u l l s   c h i c a g o b u l l s   n b a   n b a p r e s e a s o n   b a s k e t b a l l  
c h i c a g o   b u l l i e s   i n   t h e   b u i l d i n g ! 
   s a i d   t h e y   a b o u t   t o   p u t   i n   t h a t   w o r k   t h i s   y e a r !   🏀   🔥 🔥 🔥 
 b a c k   o n   h i s   b u l l s h i t !   🐂 
 c h i c a g o b u l l s   @   w h i s p e r s   a t   o a k   s t r e e t   b e a c h  
c u r i o u s   a s   t o   w h a t   y o u   g u y s   t h i n k   o f   t h i s .   i m o   i t ’ s   a   n o   f r o m   m e 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
q & a m p ; a   w i t h   a l w a y s   a   p l e a s u r e   a u t h o r   c h u c k   s w i r s k y     v i a       c h i c a g o b u l l s
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n i v   a i r j o r d a n 4   b u l l s   1 9 8 9   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l  
o n e   m o r e   d a y   t i l   p r e s e a s o n   s t a r t s   f o r   t h e   b u l l s !   l e t ' s   g o   b u l l s !   
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
n e w   v i d e o   t o   w a t c h : 
 
 " b u l l s   t r a i n i n g   c a m p   n e w s :   b u l l s   i n t r o d u c e   n e w   o f f e n s e   |   b u l l s   c r i t i q u e   b i l l y   d o n o v a n ' s   s e a s o n "   
 
 c r e a t o r :     c h i   b u l l s   p o d c a s t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   b u l l s   c h i c a g o b u l l s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " b u l l s   t r a i n i n g   c a m p   n e w s :   b u l l s   i n t r o d u c e   n e w   o f f e n s e   |   b u l l s   c r i t i q u e   b i l l y   d o n o v a n & a m p ; 3 9 ; s   s e a s o n "   
 
 c r e a t o r :     c h i   b u l l s   p o d c a s t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   b u l l s   c h i c a g o b u l l s 
 
  
b e a r s - g i a n t s   f o o t b a l l   a f t e r s h o w :   j u s t i n   f i e l d s   s a c k e d   6   t i m e s   i n   l o s s   t o   g i a n t s   |   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b e a r s   c h i c a g o b u l l s   d a n i e l j o n e s   e a s t e r n c o n f e r e n c e   j u s t i n f i e l d s   m a t t e b e r f l u s   n b c s p o r t s c h i c a g o   n e w y o r k g i a n t s   n f l   s a q u o n b a r k l e y  
5 9 f i f t y   c h i c a g o   b u l l s   t e a m   h e a n o w   a v a i l a b l e   f r o m   e b l e n s 
 
 n e w d r o p   e b l e n s   e b l e n s f o o t w e a r   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   5 9 f i f t y   t e a m   h e a r t   h a t c r a w l e r   f i t t e d   f i t t e d f a m i l y   n e w e r a c a p s   n e w e r a f i t t e d 
 

c h i c a g o b u l l s :   t h e   w a i t   f o r   b u l l s   b a s k e t b a l l   i s   a l m o s t   o v e r . 
 
 i n t r o d u c i n g   o u r   2 2 - 2 3     w a r m u p s .     c h i c a g o b u l l s
p l u s 5 0 0   t o   b e c o m e   o f f i c i a l   g l o b a l   p a r t n e r   o f   c h i c a g o   b u l l s     
 
     f o r e x   c f d s   c f d t r a d i n g   o n l i n e t r a d i n g   s p o r t s b i z   s p o n s o r s h i p   b u l l s   c h i c a g o b u l l s   $ p l u s
“ n o   o n e   c a n   j u s t i f y   b e i n g   d e n n i s   r o d m a n ”   n b a   t w i t t e r   r e a c t s   t o   j o n a t h a n   m a j o r s   p l a y i n g   t h e   w o r m   i n   4 8   h o u r s   i n   l a s   v e g a s .     c h i c a g o b u l l s   n b a
c h i c a g o   b u l l s   t r a i n i n g   c a m p   & a m p ;   d e m a r   d e r o z a n   l a t e s t   p r i v a t e   w o r k o u t   v i d e o ! 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
u p   n e x t !   n b a   2 k   r e a l i s t i c   r e t r o   g a m e p l a y !   d e r r i c k   r o s e   v s   p a u l   p i e r c e !   b u l l s   v s   c e l t i c s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   7 ,   2 0 2 2   6 : 0 0   p m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   c h i c a g o b u l l s   d e r r i c k r o s e   b o s t o n c e l t i c s   b u l l s v s c e l t i c s   c e l t i c s   b u l l s   p a u l p i e r c e  
j u s t   a n o t h e r   g a m e   w h e r e   l a v i n e   i s   m a k i n g   o p p o n e n t s   l o o k   l i k e   c h u m p s .   
 
 n b a 2 k   b u l l s n a t i o n   c h i c a g o b u ĺ l s   p s 5 s h a r e   p s 5   v g p u n i t e   v i r t u a l p h o t o g r a p h y   v g p h o t o m o d e   t h e p h o t o m o d e  
c h i c a g o   b u l l s 
   
 
   
 b a l l i s l i f e   b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   n b a   n b a p r e s e a s o n   s p o r t s   t r e n d i n g  
n b a   p r o g r a m ,   m e i j e r   b a s k e t b a l l   c l a s s i c ,   p i s t o n s   v s .   w i z a r d s ,   o c t o b e r   1 1 ,   2 0 0 1   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   j e r r y s t a c k h o u s e   d e t r o i t   p i s t o n s   n b a   s p r i t e  
h o m e   i s   w h e r e   t h e   s t o r y   b e g i n s   
 y o u   l i k e   i t ?   f o l l o w   m e 🤭 🤩 🔥     
 ❤ ️ 🤍 🖤 ❤ ️ 🤍 🖤 ❤ ️ 🤍 🖤   c h i c a g o   c h i c a g o s u b u r b s   i l l i n o i s   b u l l s  
i n k t o b e r   2 0 2 2   d a y   6   ( t r i p ) 
 c h a r a c t e r :   b e n n y   t h e   b u l l   ( c h i c a g o   b u l l s ) 
 
 d i g i t a l a r t   d i g i t a l a r t i s t 
 a r t   a r t i s t   d i g i t a l a r t w o r k 
 a r t w o r k   c h a l l e n g e   a r t c h a l l e n g e   d r a w i n g c h a l l e n g e   i n k t o b e r   i n k t o b e r 2 0 2 2   b e n n y t h e b u l l   c h i c a g o   c h i c a g o b u l l s   m a s c o t   b a s k e t b a l l   s p o r t s   b u l l   f a n a r t  
n b a 
 
 m i l w a u k e e   v s   c h i c a g o   b u l l s 
 t o n i g h t   o n   n x z t   i p t v   n b a   m i l w a u k e e   c h i c a g o   
 l i v e 
 
 ⏰ t u e s d a y :   8 : 0 0   p m   ( e t )  
c h i c a g o   b u l l s :   h o w   p a t r i c k   w i l l i a m s   j u s t   l o s t   t h e   s t a r t i n g   p f   j o b 
 
 
 
 n b a   c h i c a g o   b u l l s n a t i o n   b u l l s   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o   p a c e r s
l e b r o n   j a m e s   u r g e s   l a k e r s   t o   s i g n   t h i s   s t a n d o u t   p r e s e a s o n   s t a r 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l s o a n g e l e s   h e a t t w i t t e r     f e a r t h e d e e r   m f f l   s u n s   b u c k s   j a z z   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   d u b n a t i o n
3   l a k e r s   w h o   h a v e   b e e n   l i g h t i n g   t h e   w o r l d   o n   f i r e   t h i s   p r e s e a s o n 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l s o a n g e l e s   h e a t t w i t t e r     f e a r t h e d e e r   m f f l   s u n s   b u c k s   j a z z   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   d u b n a t i o n
m i a m i   h e a t   s n i p e r s ,   r o b i n s o n   a n d   s t r u s ,   l e a d   o v e r   h o u s t o n ,   1 1 8 - 1 1 0 
 
 
 
 n b a   m i a m i   h e a t t w i t t e r   h e a t n a t i o n   f e a r t h e d e e r   m f f l   s u n s   b u c k s   j a z z   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
3   k e y   t a k e a w a y s   f o r   m i l w a u k e e   b u c k s   f o l l o w i n g   g a m e s   i n   a b u   d h a b i 
 
 
 
 n b a   f e a r t h e d e e r   m i l w a u k e   b u c k s   r a i s e d b y w o l v e s   m f f l   s u n s   n e w y o r k f o r e v e r   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
w h a t   w e ' v e   l e a r n e d   f r o m   t h e   m i n n e s o t a   t i m b e r w o l v e s '   p r e s e a s o n   s o   f a r 
 
 
 
 n b a   r a i s e d b y w o l v e s   m i n n e s o t a   t i m b e r w o l v e s   w o n t b o w d o w n   n e w y o r k f o r e v e r   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
w i l l   z i o n   w i l l i a m s o n   b e   t h e   n e x t   a m e r i c a n - b o r n   m v p ? 
 
 
 
 n b a   w o n t b o w d o w n   n e w o r l e a n s   p e l i c a n s     n e w y o r k f o r e v e r   h e r e t h e y c o m e   w e a r e t h e v a l l e y   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
h e r e ' s   w h y   k n i c k s   c o u l d   w a n t   t o   s t a r t   e v a n   f o u r n i e r   o v e r   q u e n t i n   g r i m e s 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   h e r e t h e y c o m e   w e a r e t h e v a l l e y   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
o r l a n d o   m a g i c   f e e l   r e l i e f   o f   j a l e n   s u g g s '   i n j u r y   p r o g n o s i s 
 
 
 
 n b a   o r l a n d o   m a g i c a b o v e a l l   m a g i c   h e r e t h e y c o m e   w e a r e t h e v a l l e y   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   h a w k s
w h i c h   f i v e   b e n c h   p l a y e r s   s h o u l d   t h e   s i x e r s   u s e ? 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   p h i l l y   s i x e r s   w e a r e t h e v a l l e y   p h o e n i x   s u n s   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   h a w k s
e s p n ' s   z a c h   l o w e   r a n k s   p h o e n i x   s u n s   o u t s i d e   ' t h e   i n n e r   c i r c l e ' 
 
 
 
 n b a   w e a r e t h e v a l l e y   p h o e n i x   s u n s   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   d u b n a t i o n   h a w k s
r a n k i n g   t h e   s p u r s   r o s t e r   b y   s h a r p s h o o t i n g   a b i l i t y 
 
 
 
 n b a   g o s p u r s g o   s a n a n t o n i o   s p u r s   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   b e t h e f i g h t   d u b n a t i o n   h a w k s
n b a :   5   s t a r s   f a c i n g   t h e   m o s t   p r e s s u r e   h e a d i n g   i n t o   2 0 2 2 - 2 3 
 
 
 
 n b a   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   b e t h e f i g h t   d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n
c h i c a g o   b u l l s :   a n d r e   d r u m m o n d   i s   n o w   a   s h a r p - s h o o t i n g   u n i c o r n 
 
 
 
 n b a   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   b e t h e f i g h t   d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n
c h e c k   o u t   1 9 9 9 - 0 0   u p p e r   d e c k   g a t o r a d e   n b a   m i c h a e l   j o r d a n   f i n a l s   j u m b o   c a r d   s e t   o f   6   m j   1   -   m j   6 
 c h i c a g o   b u l l s     e b a y   v i a  
d e r r i c k   j r .   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e r r i c k j r .   d e r r i c k   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
p a t r i c k   w i l l i a m s   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a t r i c k w i l l i a m s   p a t r i c k   w i l l i a m s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
s l a m   p r e s e n t s   j o r d a n ,   n o .   4 4   2 0 0 9     j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   s l a m   s l a m m a g a z i n e   s l a m o n l i n e   c h i c a g o   b u l l s   n b a  
c h i c a g o   b u l l s   r e d / b l a c k   t w o   t o n e d   5 9 f i f t y   n o w   a v a i l a b l e   f r o m   c l a r k s t r e e t s p o r t s 
 
 n e w d r o p   c l a r k s t r e e t s p o r t s   c h i c a g o   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   i l l i n o i s   r e d b l a c k   t w o   t o n e d   5 9 f i f t y   h a t c r a w l e r   f i t t e d 
 

t h i s   s a t u r d a y   i n   c h i c a g o ,   w e ’ r e   t h r o w i n g   t h e   t a i l g a t e   w e   a l w a y s   w a n t e d   t o   g o   t o . 
 
 -   🏈   w i l l   b e   o n   📺   ✅ 
 -   b i r r i a   t a   t a   t a c o s   o n   t h e   e a t s ✅ 
 -     o n   t h e   d r a n k s   ✅ 
 -   i   c u r a t e d   a n   e x c l u s i v e   c o l l e c t i o n   o f   v i n t a g e   b e a r s / b i g   1 0 /   b u l l s / h a w k s   g e a r ✅ ✅ 
 
 f r e e   t o   a t t e n d !  
a n d r e   d r u m m o n d   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a n d r e d r u m m o n d   a n d r e   d r u m m o n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
c h i c a g o   b u l l s   " c a m e l   w h i t e "   5 9 f i f t y   t u m b l e w e e d / w h i t e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c a m e l   w h i t e   5 9 f i f t y 
 

p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   t o r o n t o   r a p t o r s   1 1 5 - 9 8   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   9   |   2 0 2 2   n b a   p r e s e a s o n   c h i c a g o   b u l l s   n b a   v i d e o :  
d e m a r   d e r o z a n   p u t s   o n   a   s h o w   w i t h   2 1   p t s   i n   b i g   p r e s e a s o n   w i n   o v e r   r a p t o r s   c h i c a g o   b u l l s   n b a   v i d e o :  
n i k o l a   v u c e v i c   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i k o l a v u c e v i c   n i k o l a   v u c e v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
c o b y   w h i t e   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c o b y w h i t e   c o b y   w h i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
a y o   d o s u n m u   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a y o d o s u n m u   a y o   d o s u n m u   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   h i g h l i g h t s   -   r a p t o r s   v s .   b u l l s   -   9 t h   o c t   2 0 2 2 
 
 
 n b a   d e m a r   d e r o z a n   t o r   c h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   t o r o n t o   r a p t o r s   c h i c a g o   b u l l s
j a v o n t e   g r e e n   w i t h   a n   a l m o s t   f t   l i n e   d u n k   🔥   🤯 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a v o n t e   g r e e n   d u n k   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
j a v o n t e   g r e e n   w i t h   a   h u g e   d u n k ! 
 c h i v s t o r   n b a t w i t t e r   n b a p r e s e a s o n   n b a   c h i c a g o   b u l l s   b u l l s n a t i o n   
  
d r u m m o n d   t u r n i n g   i n t o   s t e p h   c u r r y   o u t   h e r e   🔥   🎯 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   a n d r e   d r u m m o n d   s t e p h   c u r r y   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
i t ’ s   g o i n g   t o   b e   a   g r e a t   c h i c a g o   b u l l s   s e a s o n ! !   ❤ ️ 🖤 ❤ ️ 🖤
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s 
 📲 💻 w a t c h 👉 : 
 
 l o s   a n g e l e s   l a k e r s   v s   g o l d e n   s t a t e   w a r r i o r s 
 📲 💻 w a t c h 👉 : 
 
 b u c a r a m a n g a   v s   j u n i o r 
 📲 💻 w a t c h 👉 : 
 n b a     p r i m e r a a     
 z  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s 
 📲 💻 w a t c h 👉 : 
 
 l o s   a n g e l e s   l a k e r s   v s   g o l d e n   s t a t e   w a r r i o r s 
 📲 💻 w a t c h 👉 : 
 
 b u c a r a m a n g a   v s   j u n i o r 
 📲 💻 w a t c h 👉 : 
 n b a     p r i m e r a a
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s 
 📲 💻 w a t c h 👉 : 
 
 l o s   a n g e l e s   l a k e r s   v s   g o l d e n   s t a t e   w a r r i o r s 
 📲 💻 w a t c h 👉 : 
 
 b u c a r a m a n g a   v s   j u n i o r 
 📲 💻 w a t c h 👉 : 
 n b a     p r i m e r a a
n o   l o o k   p a s s   f r o m   d e m a r ! 
 c h i v s t o r   n b a t w i t t e r   n b a   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n   b u l l s n a t i o n   b u l l s   c h i c a g o 
  
v i n t a g e   c h i c a g o   i l l   c l a r e n c e   b u c k i n g h a m   m e m o r i a l     f o u n t a i n   i l l i n o i s   u s a   t r a v e l   p e n n a n t       d a b e a r s   b e a r s   c h i c a g o b e a r s   a n t i q u e   b u l l s n a t i o n   b u l l s   n b a   a n t i q u e p e n n a n t   w a l l d e c o r   n f l   v i n t a g e   c h i c a g o c u b s   c h i c a g o   c h i c a g o b u l l s   c u b s   u s a   w r i g l e y
d e r o z a n   w i t h   t h e   n i c e   d i s h   f o r   t h e   b u c k e t ! 💯 👀 
 c h i c a g o   b u l l s   b u l l s n a t i o n   n b a   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n   n b a t w i t t e r   
  
a n d r e   d r u m m o n d   c o n f i d e n t l y   h i t s   t h e   3 ?   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   a n d r e   d r u m m o n d   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
g o l d   c o l l e c t o r s   s e r i e s   m a g a z i n e ,   1 9 9 6   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   c h i c a g o   b u l l s   n b a  
1 9 9 7 - 9 8   f l e e r   u l t r a   s c o t t i e   p i p p e n   s t a r   p o w e r   p l u s   i n s e r t   c a r d   1 4   o f   2 0   s s p .   u s a 🇺 🇸   d r e a m t e a m   c h i c a g o   b u l l s   t h e l a s t d a n c e   n b a   h a l l o f f a m e   o l y m p i c s   s c o t t i e p i p p e n   b a s k e t b a l l c a r d s   s p o r t s c a r d s   t r a d i n g c a r d s   s e a r c h n c o l l e c t   t h e h o b b y   w h o d o y o u c o l l e c t  
[ p r e v i e w   2 0 2 2 - 2 3 ]   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a b a u t r e t   a l l   a n g e l e s   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t   b a s k e t b a l l   b l o c k   b o s t o n c e l t i c s   b r y a n t   b u l l s   c a r m e l o   c h i c a g o   c h r i s   c l i p p e r s   c o n t r e   c u r r y   d a v i s   d u f a n t   d u n k   d u r a n t   e a s t e r n c o n f e r e n c e  
i ' m   s t i l l   e x c i t e d   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
p e i r s o n   l a u d s   i m p a c t   o f   l a b u s c h a g n e   a n d   k h a w a j a   f o r   q u e e n s l a n d   c h i c a g o ' s   b u l l s   h a d   m i c h a e l   j o r d a n   l i f t i n g   t h e   s t a n d a r d   a n d   j i m m y   p e i r s o n   s a y s   t h e r e ' s   t w o   m e n   d o i n g   t h e   s a m e   f o r . . .   -  
w h e r e   a l l   m y   c h i c a g o   f a m   a t ? ? 
 g i t r e k t   w e   b u l l s 
 f e a t u r i n g     t i p s   a n d   t r i c k s   a l l   o v e r   t h e   p l a c e !  
g r e a t   t i m e s !   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
d e n n i s   r o d m a n   1 / 1   s p l a t t e r   b l a s t   c u s t o m   a r t   c a r d   d e n n i s r o d m a n   t h e w o r m   c h i c a g o b u l l s   t h e l a s t d a n c e   b u l l s   c h i c a g o   n b a   c a r d a r t   b a s k e t b a l l c a r d s   s p o r t s c a r d s   c a r d c o l l e c t o r   s p o r t s c a r d s c o l l e c t o r   m i x e d m e d i a a r t   a c r y l i c p a i n t   w h o d o y o u c o l l e c t   m i x e d m e d i a   a r t w o r l d   a r t g a l l e r y  
p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   d e n v e r   n u g g e t s   1 3 1 - 1 1 3   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
d i c k   v i t a l e ' s   b a s k e t b a l l ,   1 9 8 9 - 9 0   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   d i c k v i t a l e   c h i c a g o   b u l l s   n b a  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
n i k o l a   v u c e v i c   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i k o l a v u c e v i c   n i k o l a   v u c e v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
b u l l s   d e c i d i n g   t o   s w a p   g r e e n   & a m p ;   w i l l i a m s   f o r   t h e   n u g g e t s   g a m e   
   
 
   
 b a s k e t b a l l   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
c h i c a g o   b u l l s   c a m o   5 9 f i f t y   -   b l a c k   n o w   a v a i l a b l e   f r o m   r a l l y h o u s e 
 
 n e w d r o p   r a l l y h o u s e   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c a m o   5 9 f i f t y   b l a c k   h a t c r a w l e r   f i t t e d   n e w e r a c a p s   t h i s i s t h e c a p   t h e r e s a c a p f o r e v e r y d a y 
 

s o   m u c h   r e s p o n s i b i l i t y   o n   d e r o z a n   a n d   c a r u s o   t o   r u n   t h e   s h o w   a n d   a l s o   b e   d e f e n s i v e   a n c h o r s   o n   t h e   w i n g .   
 t h e y ' r e   g o i n g   t o   s t r u g g l e   t h i s   s e a s o n   w i t h o u t   l o n z o   j u s t   l i k e   h o w   t h e   b e a r s   a r e   s t r u g g l i n g   n o w . 
 
 w e ' r e   b a c k   t o   f a m i l i a r   t e r r i t o r y ,   f o l k s . . . 
 
 b u l l s   b e a r s   d a b e a r s   c h i c a g o
d e n v e r   n u g g e t s   v s   c h i c a g o   b u l l s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   c h i c a g o   b u l l s   n b a   v i d e o :  
b o n e s   h y l a n d   h i g h l i g h t s   -   b u l l s   v s .   n u g g e t s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   b o n e s   h y l a n d   c h i   d e n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h i c a g o   b u l l s   d e n v e r   n u g g e t s
m i c h a e l   p o r t e r   j r .   h i g h l i g h t s   -   b u l l s   v s .   n u g g e t s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   m i c h a e l   p o r t e r j r .   c h i   d e n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h i c a g o   b u l l s   d e n v e r   n u g g e t s
f i r s t   b u l l s   g a m e   c h i c a g o   b a s k e t b a l l   s p o r t s  
t h a n k s   g u y s     k e e p   i n   t h a t   w a y   f o r   t h e   r e s t   o f   t h e   s e a s o n   💪 🏽     _ o r l           s e e r e d   b u l l s n a t i o n   b u l l s   c h i c a g o b u l l s   w i n d c i t y   c h i c a g o
n o   p o s t - s e a s o n   c u b s   o r   w h i t e   s o x ,   b u t   a   n e a r   s e l l o u t   p r e s e a s o n   b u l l s   v s   n u g g e t s   g a m e   w i l l   d o .   c h i c a g o  
h a p p y   f r i d a y ,   m y   y o u r   d a y   c o m e   w i t h   p i e c e   a n d   p r o s p e r i t y !   i   h o p e   y o u   c l o s e   t h a t   c o n t r a c t ,   g e t   a   p r o m o t i o n   o r   a n   a w a r d .   d o   s o m e t h i n g   a m a z i n g   t o d a y !   t h i s   w e e k   h a s   b e e n   h u g e   f o r   m e   a n d   m y   b u s i n e s s   i ' m   j u s t   g o n n a   r e l a x   a n d   w a t c h   s o m e   n b a p r e s e a s o n   b a s k e t b a l l 👀 🔴   c h i c a g o   b u l l s   💙 💙  
c h i c a g o   b u l l s   5 9 f i f t y   6 x   n b a   c h a m p i o n s   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   5 9 f i f t y   6 x   c h a m p i o n s   h a t c r a w l e r   f i t t e d   n e w e r a h a t 
 

j o r d a n   n u   r e t r o   1   l o w   c h i c a g o   b u l l s   2 0 2 2   d e t a i l e d   l o o k 
 j o r d a n   n u   r e t r o   1   l o w   c h i c a g o   b u l l s   s n e a k e r s  
n e w   y o r k   k n i c k s   l o o k   d o m i n a n t   i n   f i r s t   p r e s e a s o n   g a m e 
 
 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h
d e m a r   d e r o z a n   c r e d i t s   g i a n n i s   a n t e t o k o u n m p o   o n   j j   r e d i c k ' s   p o d c a s t 
 
 
 
 n b a   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h   t o r o n t o   r a p t o r s
a n   i n t i m a t e   e v e n i n g   w i t h   l u k e   l o n g l e y .   w h a t   a n   a m a z i n g   c h a t .   g e t   t i c k e t s   t o   t h e   o t h e r   e v e n t s   a r o u n d   t h e   c o u n t r y !     l u c l o n g l e y   b u l l s   c h i c a g o   h o b a r t  
r a c e   f o r   c h i c a g o   b u l l s '   s t a r t i n g   p g   r o l e   m a y   a l r e a d y   b e   o v e r 
 
 
 
 n b a   b u l l s n a t i o n   c h i c a g o   b u l l s   t r u e t o a t l a n t a   g o s p u r s g o   s a n a n t o n i o   w e t h e n o r t h   h e a t t w i t t e r   l a k e s h o w   d u b n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   b l e e d g r e e n
i s   d e m a r   d e r o z a n   o r   z a c h   l a v i n e   t h e   c h i c a g o   b u l l s '   m o s t   c l u t c h   p l a y e r ? 
 
 
 
 n b a   b u l l s n a t i o n   c h i c a g o   b u l l s   t r u e t o a t l a n t a   g o s p u r s g o   s a n a n t o n i o   w e t h e n o r t h   h e a t t w i t t e r   l a k e s h o w   d u b n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
f o r   d a y   1 9   o f   o u r   n b a   s e a s o n   c o u n t d o w n ,   i t ' s   t i m e   t o   t a l k   a b o u t   t h e   i n t r i g u i n g   p r o s p e c t   o f   t h e   ,   p a t r i c k   w i l l i a m s .   b u l l s   b u l l s n a t i o n   c h i c a g o  
c h i c a g o   b u l l s   ' c o r e   w h e a t   t o n a l '   5 9 f i f t y   w h e a t   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   w h e a t   t o n a l   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   o l i v e   t o n a l '   5 9 f i f t y   o l i v e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   o l i v e   t o n a l   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   w h i t e / b l a c k '   5 9 f i f t y   w h i t e / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   w h i t e b l a c k   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   s c a r l e t / b l a c k '   5 9 f i f t y   s c a r l e t / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   s c a r l e t b l a c k 
 

c h i c a g o   b u l l s   ' c o r e   g r e y / b l a c k / w h i t e '   5 9 f i f t y   g r e y / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   g r e y b l a c k w h i t e 
 

c h i c a g o   b u l l s   ' c o r e   c a m o '   5 9 f i f t y   c a m o / w h i t e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   c a m o   5 9 f i f t y   c a m o w h i t e 
 

c h i c a g o   b u l l s   m e d i a   g u i d e ,   1 9 8 9 - 9 0   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   s c o t t i e p i p p e n   j o h n p a x s o n   h o r a c e g r a n t   b i l l c a r t w r i g h t   c r a i g h o d g e s   c h i c a g o   b u l l s   n b a  
2 0 1 6 - 1 7   u p p e r   d e c k   s u p r e m e   h a r d c o u r t   m i c h a e l   j o r d a n   🐐 
 
 i t e m   n u m b e r :   2 2 1 0 0 3 0 4 0 4 0 7 8 1 6 
 
 n b a   b a s k e t b a l l   l e g e n d   g o a t   c h i c a g o   b u l l s   c h i c a g o b u l l s   m i c h a e l   j o r d a n   m i c h a e l j o r d a n   m j   u p p e r d e c k   t r a d i n g c a r d s  
w e a r e 1 s p o r t s   ✨   " t h e r e ’ s   a n   o l d   p r o f e s s i o n a l   s p o r t s   a d a g e   t o   n e v e r   o v e r r e a c t   t o   p r e s e a s o n   p l a y .   s o   a y o   d o s u n m u   m u s t   b e   t h e   c h i c a g o   b u l l s ’   s t a r t i n g   p o i n t   g u a r d   u n t i l   l o n z o   b a l l   r e t u r n s ,   r i g h t ? " 
 
 r e a d   a n d   w a t c h   m o r e   a t   
 
 c h i c a g o   o n e c h i c a g o   n o n p r o f i t   n . . .  
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   o c t   2 7 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h     c         b r e w e r s   b u l l s   b u c k s   p a c k e r s   c h i c a g o   i l   w i   w r i g l e y v i l l e   c h i c a g o
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   o c t   2 7 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h         b r e w e r s   b u l l s   b u c k s   p a c k e r s   c h i c a g o   e v a n s t o n   i l   w i   w r i g l e y v i l l e   a n d e r s o n v i l l e
t o d a y   i n   1 9 9 3   m i c h a e l   j o r d a n   a n n o u n c e s   h i s   r e t i r e m e n t .     t h i s   s p o r t s   i l l u s t r a t e d   i s s u e   w o u l d   c o m e   o u t   t w o   w e e k s   l a t e r .     w h o d o y o u c o l l e c t   t h e h o b b y   s p o r t s c a r d s   c g c c o m i c s   p s a c a r d s   b g s   c g c m a g s   n b a   b u l l s   c h i c a g o  
t h e   f u t u r e   i s   n o w   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
n e w   n f t   c o l l e c t i o n   i s   c o m i n g   t h i s   n i g h t   2 3 : 5 9   g m t   + 0 3 : 0 0   n f t s   n f t   n f t c o l l l e c t o r s   n f t c o l l e c t i o n   m o n k e y n f t c o l l e c t i o n   b a s k e t b a l l   b u l l s     l a k e r s   l o s a n g e l e s   s p u r s   c h i c a g o   c e l t i c s   b o s t o n   t e a m s
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
d a l e n   t e r r y   p l a y s   w i t h   h e a r t !   n b a   p r e - s e a s o n   d e b u t   h i g h l i g h t s   |   c h i c a g o   b u l l s   c h i c a g o   b u l l s   n b a   v i d e o :  
z i o n   r e t u r n s   f o r   p e l s :   ' g e t t i n g   a   f e e l   f o r   i t   a g a i n '   c h i c a g o   b u l l s   n b a  
d o   y o u   h a v e   t h e   💰 ? 
 - 
 m j   m i c h a e l j a c k s o n   j o r d a n   m i c h a e l j o r d a n 2 3   c h i c a g o   b u l l s   b a s k e t b a l l   n b a   n f t  
l i v e   6 p m   c e n t r a l   7 p m   e a s t e r n   a n   4   p m   p a c i f i c   t e o d b   p o d c a s t   h o s t e d   b y   h r a p   b   l i v e   e v e r y   w e d n e s d a y   6 p m   c e n t r a l   t i m e   c l i c k   t h e   l i n k   b e l o w   t o n i g h t ' s   t o p i c :   t h e   s p o r t s   w o r l d   
 
   c h i c a g o   b e a r s   b u l l s   c u b s   s o x   m l b   n f l   n b a 
 

d e r o s e n   j e r s e y   c a m e   j u s t   i n   t i m e   f o r   t h e   f i r s t   p r e s e a s o n   g a m e !   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
t o o k   a   y e a r   b u t   c o m p l e t e d   c h i c a g o   t r a s h p o l k a   c u b s   b u l l s   t h e o f f i c e   h a r r y p o t t e r   d w i g h t s h r u t e   f a l s e   r e d   b l a c k   t a t t o o   s l e e v e   f i l i p i n o   p h i l i p p i n e s   w r i g l e y f i e l d   s t a r w a r s   l i g h t s a b e r   t i e f i g h t e r   v o l v o   j o r d a n   j u m p m a n   o c e a n s 1 3   d i s n e y   h i d d e n m i c k e y   d e a t h l y h a l l o w s  
n b a   b a s k e t b a l l   c h i c a g o   b u l l s   2 0 2 1   f r e q u e n t   f l y e r s   c a r d   z a c h   l a v i n e   p a n i n i   n o .   1 1   -   c l i c k   h e r e   
 
 n b a   b a s k e t b a l l   s p o r t s   i n v e s t m e n t   c h i c a g o  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s
n i k o l a   v u c e v i c   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i k o l a v u c e v i c   n i k o l a   v u c e v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
j a v o n t e   g r e e n   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a v o n t e g r e e n   j a v o n t e   g r e e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
t o d a y   i n   2 0 0 4   s c o t t i e   p i p p e n   a n n o u n c e d   h i s   r e t i r e m e n t .   t h i s   i s   h i s   1 s t   s p o r t s   i l l u s t r a t e d   c o v e r   f r o m   1 9 9 1   i n   n e w s s t a n d   g r a d e d   a t   9 . 2 .     w h o d o y o u c o l l e c t   t h e h o b b y   s p o r t s c a r d s   c g c c o m i c s   p s a c a r d s   b g s   c g c m a g s   n b a   n b a p r e s e a s o n   b u l l s   c h i c a g o  
3   c h i c a g o   b u l l s   w h o   i m p r e s s e d   i n   p r e s e a s o n   d e b u t   v s   p e l i c a n s 
 
 
 
 n b a   c h i c a g o   b u l l s   b u l l s n a t i o n   a l l f l y   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a d r a f t   l a k e s h o w   l a k e r s   l o s a n g e l e s   m f f l   b l e e d g r e e n   p i s t o n s   p a c e r s   s i x e r s   7 6 e r s   j a z z
n i k e   d u n k   l o w   c h i c a g o   b u l l s   
 s i z e   7 c   t o d d l e r 
 $ 1 0 0 
   t h e p r i v a t e s t o c k   n i k e   d u n k   l o w   c h i c a g o   b u l l s   b a b y   t o d d l e r   s n e a k e r s   @   t h e   p r i v a t e   s t o c k  
g a m e   t h r e a d :   n e w   o r l e a n s   p e l i c a n s   ( 0 - 0 )   a t   c h i c a g o   b u l l s   ( 0 - 0 )   o c t   0 4   2 0 2 2   8 : 3 0   p m   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
w i l l y   h e r n a n g o m e z   h i g h l i g h t s   -   b u l l s   v s .   p e l i c a n s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   w i l l y   h e r n a n g o m e z   c h i   n o p   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h i c a g o   b u l l s   n e w o r l e a n s   p e l i c a n s
d e v o n t e '   g r a h a m   h i g h l i g h t s   -   b u l l s   v s .   p e l i c a n s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   d e v o n t e '   g r a h a m   c h i   n o p   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h i c a g o   b u l l s   n e w o r l e a n s   p e l i c a n s
t h e   🐐   i n   a c t i o n   
 m i c h a e l j o r d a n   j o r d a n   s h a q   
 b u l l s   c h i c a g o   p i p p e n   
 r o d m a n   g o a t 𓃵  
n i k o l a   v u c e v i c   h i g h l i g h t s   -   b u l l s   v s .   p e l i c a n s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   n i k o l a   v u c e v i c   c h i   n o p   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h i c a g o   b u l l s   n e w o r l e a n s   p e l i c a n s
n e w   o r l e a n s   p e l i c a n s   v s   c h i c a g o   b u l l s   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n   c h i c a g o   b u l l s   n b a   v i d e o :  
z i o n   d e n i e s   w i l l i a m s .   r e f s   d e n y   z i o n   ❌ 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   z i o n   w i l l i a m s o n   p a t r i c k   w i l l i a m s   b l o c k   n o p   n e w o r l e a n s   p e l i c a n s   c h i   c h i c a g o   b u l l s
z i o n   c a t c h e s   t u c k e r   s l e e p i n g   💤 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   z i o n   w i l l i a m s o n   d u n k   p j   t u c k e r   n o p   n e w o r l e a n s   p e l i c a n s   c h i   c h i c a g o   b u l l s
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   s e p t   1 5 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h         b r e w e r s   b u l l s   b u c k s   p a c k e r s   c h i c a g o   e v a n s t o n   i l   w i   w r i g l e y v i l l e   a n d e r s o n v i l l e
w h a t   t i m e   i s   i t   b u l l s n a t i o n ? 
 
 g a m e   t i m e   h o o h ! 
 
 s e e r e d   b u l l s   c h i c a g o   l e t s g o   n b a   
 
 👀 🔴
b u l l s   b a s k e t b a l l   i s   b a c k . . .   l e t ' s   g o !   🐃 🏀 💪 🏾 
 c h i c a g o b u l l s   c h i c a g o   b u l l s   c h i c a g o n a t i o n   b u l l s n a t i o n   c h i c a g o b a s k e t b a l l   b u l l s b a s k e t b a l l     b u l l i e v e   s e e r e d   👀 🟥      
g o o d   g o d !   o n   p r e s e a s o n   b a s k e t b a l l !   
 h a   s o m e   o f   o u r   u s e r s   a r e   s u c h   l e g e n d s . 
 
 p l a c e   t h i s   n b a   b e t : 
 c h i c a g o   b u l l s   s p r e a d   - 2 . 5     - 1 1 5 
 $ 5 , 7 5 0 . 0 0   w i n s   $ 5 , 0 0 0 . 0 0 
 
 
 
   b e t o p e n l y   n b a   b e t  
🏀 ⛹ 🏽 ‍ ♂ ️ n b a   p r e s e a s o n   i s   f a n t a s t i c ! ! ! ! !     b u l l s   v s   p e l i c a n s   a t   t h e   u n i t e d   c e n t e r   t o n i g h t   t i p - o f f   8 : 3 0 p m 
 
 n b a   b a s k e t b a l l   b u l l s   c h i c a g o   c h i t o w n   p e l i c a n s   h o o p s   n b a 2 k   f l i g h t 2 3 w h i t e   f l i g h t r e a c t s   f l i g h t   d i s c o v e r u n d e r 1 k   a k u m p o   f l i g h t t e a m s t a n d u p   f l i g h t t e a m   d a n k m e m e s d a i l y  
4   t h i n g s   t o   w a t c h   f o r   a s   t h e   c h i c a g o   b u l l s   o p e n   n b a   p r e s e a s o n   p l a y   t o n i g h t ,   i n c l u d i n g   w h o   w i l l   s t a r t   a t   p o i n t   g u a r d  
o n l y   n i g h t   t h i s   y e a r   i   g e t   t o   r e p   m y   d o s u n m u   b u l l s   j e r s e y   a n d   m y   t a 7   s o u t h s i d e   j e r s e y   😭 🤙 🏻   w e ’ r e   f u c k i n ’   l i t   i n   t h e   a n t w a a n   h o u s e h o l d   t o n i g h t   b a b y   l e t ’ s   g o o o o o o o o   b o y s   ! !   c h a n g e t h e g a m e   s e e r e d   c h i c a g o  
d r .   j ' s   p r o   b a s k e t b a l l   y e a r b o o k ,   1 9 9 5 - 9 6   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   n b a   g r a n t h i l l   d e t r o i t   p i s t o n s   g l e n n r o b i n s o n   m i l w a u k e e   b u c k s   d r j   p r o b a s k e t b a l l  
c h i c a g o   b u l l s   r e v e a l   p l u s 5 0 0   g l o b a l   s p o n s o r s h i p   d e a l 
 s p o r t s i n d u s t r y   s p o r t b i z 

g o t   m y   d e r o z a n   j e r s e y   o n ,   e x c i t e d   f o r   t o n i g h t 😆   i   h o p e   t o   s e e     o n   m y   t v   t o n i g h t ! !   m i s s   t h a t   m a n ’ s   c o m m e n t a r y .   t h e   b e s t ! !   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   c h i c a g o
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   s e p t   1 5 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h         b r e w e r s   b u l l s   b u c k s   p a c k e r s   c h i c a g o   e v a n s t o n   i l   w i   w r i g l e y v i l l e   a n d e r s o n v i l l e
h a p p y   b - d a y   d - r o s e ! ! ! !   🔥 ⚡ ️ 🌪   c h i c a g o   b u l l s   d e r r i c k   r o s e   l e g e n d   n b a   h i s t o r y    
w e   a r e   l i v e 
 
 3 5 t h   & a m p ;   s h i e l d s   m a k i n g   t h e   c h i c a g o   s p o r t s   h e a d l i n e s   y e s t e r d a y . . . 
 
 c u b s   w i n n i n g   s t r e a k   o v e r   @   7 
 b e a r s   g e t   t h e   d a y   o f f 
 b u l l s   t a k e   t h e   c o u r t 
 
 l i s t e n    
s h o p   b u l l s n a t i o n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a a l l s t a r   n b a o n t n t   n b a 7 5   n b a v o t e   n b a t o p s h o t t h i s   n b a t w i t t e r   b u l l s   c h i c a g o b u l l s   c h i c a g o
t y l e r   h e r r o ' s   $ 1 3 0   m i l l i o n   e x t e n s i o n   c o u l d   s p e l l   d i s a s t e r   f o r   c h i c a g o   b u l l s 
 
 
 
 n b a   c h i c a g o   b u l l s   b u l l s n a t i o n   m f f l   h e a t t w i t t e r   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   n e t s   b r o o k l y n t o g e t h e r   s i x e r s
i m   w o r r i e d   f o r   t h e           . . .   u n l e s s     v i a     
 
 c h i c a g o   c h i c a g o b u l l s   b u l l s n a t i o n   b u l l s  
j o a k i m   n o a h   🇫 🇷 🏀 
 c h i c a g o   b u l l s   2 0 0 7 / 2 0 1 6 
 c h i c a g o   n b a t w i t t e r   f r e n c h   b u l l s    
s p o r t s   c a r d   t r a d e r ,   v o l u m e   5   n o .   6   i s s u e   n o .   5 4   o c t o b e r   1 9 9 4     j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   n b a   k e n g r i f f e y j r   s e a t t l e   m a r i n e r s   m l b   d r e w b l e d s o e   n e w e n g l a n d   p a t r i o t s   n f l   s p o r t s c a r d s   t r a d i n g c a r d s  
5 9 f i f t y   c h i c a g o   b u l l s   t e a m   h e a n o w   a v a i l a b l e   f r o m   e b l e n s 
 
 n e w d r o p   e b l e n s   e b l e n s f o o t w e a r   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   5 9 f i f t y   t e a m   h e a r t   h a t c r a w l e r   f i t t e d   f i t t e d f a m i l y   n e w e r a c a p s   n e w e r a f i t t e d 
 

c h i c a g o   b u l l s 
   
 
   
 b a l l i s l i f e   b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   n b a   n b a p r e s e a s o n   s p o r t s   t r e n d i n g  
p r e - s e a s o n     📸       v s     n b a   t o r o n t o r a p t o r s   c h i c a g o b u l l s  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n v i   a i r j o r d a n 6   b u l l s   1 9 9 1   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n
d o   y o u r   t h i n g   t w i t t e r   b u l l s   c h i c a g o b u l l s  
i n k t o b e r   2 0 2 2   d a y   6   ( t r i p ) 
 c h a r a c t e r :   b e n n y   t h e   b u l l   ( c h i c a g o   b u l l s ) 
 
 d i g i t a l a r t   d i g i t a l a r t i s t 
 a r t   a r t i s t   d i g i t a l a r t w o r k 
 a r t w o r k   c h a l l e n g e   a r t c h a l l e n g e   d r a w i n g c h a l l e n g e   i n k t o b e r   i n k t o b e r 2 0 2 2   b e n n y t h e b u l l   c h i c a g o   c h i c a g o b u l l s   m a s c o t   b a s k e t b a l l   s p o r t s   b u l l   f a n a r t  
c h i c a g o b u l l s :   o n e   m o r e   b e f o r e   t h e y   a l l   c o u n t . 
 
 📺 :   
 📻 :       c h i c a g o b u l l s
d e m a r   d e r o z a n   s a i d   t h i s   a b o u t   c h i c a g o 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   m i c h a e l j o r d a n   n b a   p o d c a s t  
i n t e r n a t i o n a l   p r o p h e c y   f u l f i l l e d   
 
 t h e   c h i c a g o   b u l l s   b e a t s   t h e   t o r o n t o   r a p t o r s ,   n o t i c e   h o w   p r o p h e t   a n g e l   a c c u r a t e l y   p r o p h e s i e d   t h e   w i n n e r   o f   t h e   g a m e   a n d   t h a t   t h e   s c o r e   w i l l   b e   o v e r   1 0 2 . 
 
 u e b e r t a n g e l   n b a   c h i c a g o b u l l s   b u l l s   r a p t o r s   t o r o n t o r a p t o r s   b a s k e t b a l l   u s a  
i n t e r n a t i o n a l   p r o p h e c y   f u l f i l l e d   
 
 t h e   c h i c a g o   b u l l s   b e a t s   t h e   t o r o n t o   r a p t o r s ,   n o t i c e   h o w   p r o p h e t   a n g e l   a c c u r a t e l y   p r o p h e s i e d   t h e   w i n n e r   o f   t h e   g a m e   a n d   t h a t   t h e   s c o r e   w i l l   b e   o v e r   1 0 2 . 
 
 u e b e r t a n g e l   n b a   c h i c a g o b u l l s   b u l l s   r a p t o r s   t o r o n t o r a p t o r s   b a s k e t b a l l   u s a  
g o d   i s   s t i l l   s a y i n g   s o m e t h i n g   c h i c a g o   u s a   n b a   r a p t o r s   m a j o r   c h i c a g o b u l l s   t o r o n t o r a p t o r s   u s a  
a n d r e   d r u m m o n d   l o o k i n g   t o   b e   a   t h r e e - p o i n t   t h r e a t   f o r   b u l l s   a f t e r   s u r p r i s e   s h o o t i n g   s t r o k e   v s   r a p s :   ‘ i t ’ s   s o m e t h i n g   t h a t   i ’ v e   w o r k e d   o n ’   a n d r e d r u m m o n d   c h i c a g o b u l l s  
s e l l i n g   a   f e w   t h i n g s   h a v e   a   g a n d e r !     a r g e n t i n a   c h i c a g o b u l l s   a d i d a s   a d i d a s o r i g i n a l s    
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   4 t h   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
b e n   g o r d o n   i s   a   f o r m e r   c h i c a g o   b u l l s   s t a r   b e n   g o r d o n   h a s   b e e n   a r r e s t e d   a t   l a g u a r d i a   a i r p o r t   a f t e r   h i t t i n g   h i s   1 0 - y e a r - o l d   s o n   s o   h a r d   t h e   c h i l d   r e q u i r e d   h o s p i t a l i z a t i o n . 
 
 b e n g o r d o n 
 c h i c a g o b u l l s 
 

9   d a y s   t i l   o p e n i n g   d a y !   d o   y o u   t h i n k   t h e   b u l l s   s h o u l d   d e f i n i t e l y   k e e p   v o o c h   b e y o n d   t h i s   s e a s o n ? 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
s h o p   a i r j o r d a n     p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m j m o n d a y s   m i c h a e l j o r d a n   j o r d a n   b u l l s   c h i c a g o b u l l s   b u l l s n a t i o n
b u l l s   c h i c a g o b u l l s   s e e r e d     a y o ,   w o o   a n d   c o b y   + / -   w a s   m y   t a k e a w a y   f r o m   y e s t e r d a y s   g a m e . . .   e s p   c o b y ! ! !  
m i c h a e l   j o r d a n -   t i m e - l a p s e   v i d e o   
 
 a r t i s t a j m o o r e   n b a   m i c h a e l j o r d a n   j o r d a n   c h i c a g o b u l l s   n b a l e g e n d   b a s k e t b a l l   c o p i c m a r k e r s     a r t i s t a j m o o r e s p o r t s  
w a t c h i n g   m i c h a e l   j o r d a n ’ s   “ l a s t   d a n c e ”   a g a i n   & a m p ;   t h e   c h i c a g o b u l l s   a r e   t h e   o n l y   t e a m   i n   p r o f e s s i o n a l   s p o r t s   t o   s a y   t h e y   d o n ’ t   w a n t   t o   w i n   a n y m o r e .   t h e   m j   b u l l s   n e v e r   l o s t   a n   n b a   f i n a l s .   t h e y   c o u l d   h a v e   w o n   8   s h i p s   🤔  
a n t o i n e   c a r r   g i v e s   t h e   r e a l   s a u c e   o n   t r i c k e r y   d u r i n g   t h e   j o r d a n   e r a .     g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   s e e r e d   n b a   p o d c a s t   n b a p o d c a s t  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
‘ a n d r e s   n o c i o n i   t h r o w s   d o w n   t h e   m o n s t e r   j a m ! ’ 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
9   d a y s   t i l   o p e n i n g   d a y !   d o   y o u   t h i n k   t h e   b u l l s   s h o u l d   d e f i n i t e l y   k e e p   v o o c h   b e y o n d   t h i s   s e a s o n ? 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
n b a   c h i c a g o b u l l s   a n d r e d r u m m o n d   b u l l s '   a n d r e   d r u m m o n d   g o e s   p e r f e c t   f r o m   d o w n t o w n   i n   w i n   o v e r   r a p t o r s  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o   b u l l s   r e d / b l a c k   t w o   t o n e d   5 9 f i f t y   n o w   a v a i l a b l e   f r o m   c l a r k s t r e e t s p o r t s 
 
 n e w d r o p   c l a r k s t r e e t s p o r t s   c h i c a g o   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   i l l i n o i s   r e d b l a c k   t w o   t o n e d   5 9 f i f t y   h a t c r a w l e r   f i t t e d 
 

o u t   o f   t h i s   🌎 !   m e t a l m o n d a y 
   
 c s g   c s g c a r d s   t e a m c s g   t h e h o b b y   b a s k e t b a l l c a r d s   s k y b o x   m i c h a e l j o r d a n   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   b u l l s b a s k e t b a l l   n b a  
s h o p   a i r j o r d a n     p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m j m o n d a y s   m i c h a e l j o r d a n   j o r d a n   b u l l s   c h i c a g o b u l l s   b u l l s n a t i o n
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n i i i   a i r j o r d a n 3   b u l l s   1 9 8 8   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
s h o p   a i r j o r d a n     p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m j m o n d a y s   m i c h a e l j o r d a n   j o r d a n   b u l l s   c h i c a g o b u l l s   b u l l s n a t i o n
c h i c a g o b u l l s :   j a v o n t e   g r e e n   t h r o u g h   t h r e e   p r e s e a s o n   g a m e s : 
 
 1 6 . 7   p o i n t s 
 7 7 %   f g 
 7 5 %   f r o m   t h r e e 
 
 📰 :     g a m e   r e c a p :   c h i c a g o b u l l s
c h i c a g o   b u l l s   v s   t o r o n t o   . . . 
   
 
   
 2 0 2 2 2 0 2 3 n b a s e a s o n   b u l l s v s r a p t o r s   b u l l s v s r a p t o r s 2 0 2 2   b u l l s v s r a p t o r s h i g h l i g h t s   c c b n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a   e x t e n d e d n b a h i g h l i g h t s   f u l l g a m e h i g h l i g h t s  
c h i   t o w n   p a n e l   c h i c a g o   b u l l s   c e i l i n g 🤔   b u l l s n a t i o n   c h i c a g o b u l l s   s e e r e d           s u b s c r i b e   t o   o u r   p a g e   o n   y o u t u b e    
a n o t h e r   s t r o n g   f i n i s h   f o r   t h e   b u l l s   t o   . . . 
   
 
   
 a l e x c a r u s o   a y o d o s u n m u   b u l l s c e n t r a l   b u l l s f r e e a g e n c y   b u l l s n a t i o n   b u l l s n e w s   b u l l s r u m o r s   b u l l s u p d a t e   b u l l s v s n u g g e t s   b u l l s v s n u g g e t s h i g h l i g h t s   b u l l s v s n u g g e t s p r e s e a s o n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s  
e n d e   b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 5 : 9 8   c h i c a g o b u l l s   v s   t o r o n t o r a p t o r s   
 1 1 1 : 9 7   n e w o r l e a n s p e l i c a n s   v s   s a n a n t o n i o s p u r s   
 1 2 4 : 1 2 1   l o s a n g e l e s l a k e r s v s   g o l d e n s t a t e w a r r i o r s   
 9 4 : 1 2 6   p o r t l a n d t r a i l b l a z e r s   v s   s a c r a m e n t o k i n g s
d e m a r   d e r o z a n   f u l l   h i g h l i g h t s   v s   t o r o n t o   r a p t o r s   [ 1 0 / 9 / 2 2 ] 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   c h i c a g o   b u l l s   o n   t h e   r o a d   f o r   p r e s e a s o n   w i n   i n   t o r o n t o 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
[ h i g h l i g h t ]   j a v o n t e   g r e e n   w i t h   t h e   c o m p l e t e   d i s r e g a r d   f o r   h u m a n   l i f e 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
c h i c a g o   b u l l s   " c a m e l   w h i t e "   5 9 f i f t y   t u m b l e w e e d / w h i t e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c a m e l   w h i t e   5 9 f i f t y 
 

p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   t o r o n t o   r a p t o r s   1 1 5 - 9 8   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
w h y   d i d   i   j u s t   s e e   a n d r e   d r u m m o n d   s h o t   3 / 3   f r o m   3   n b a   c h i c a g o b u l l s
1 0   d a y s   u n t i l   o p e n i n g   d a y !   b u l l s   n u m b e r   1 0 ,   b . j .   a r m s t r o n g   w a s   a   f a n   f a v o r i t e ,   w i n n i n g   3   r i n g s   w i t h   t h e   b u l l s   a n d   n a m e d   a n   a l l - s t a r   s t a r t e r   i n   1 9 9 4 .   
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
  b r u h .   y o u   a r e   i n s a n e   f o r   t h i s   i n - g a m e   1 s t e p   f r o m   f t   l i n e   d u n k .   i   l o o k   u p   t o   y o u ,   n o t   b e c a u s e   y o u ' r e   o l d e r   & a m p ;   w i s e r .   ( t h a t ' s   m e   @   3 3 y r s . o l d )   b u t   b e c a u s e   y o u   j u m p   s o   h i g h !   a m a z i n g .   😲 🤗     s l a m d u n k   i n g a m e   f r e e t h r o w l i n e   c h i c a g o b u l l s   b o u n c e  
c h i c a g o b u l l s :   p u t   i n   w o r k   i n   l i m i t e d   m i n u t e s   o n   t h e   r o a d .   
 
 _ d e r o z a n   |       c h i c a g o b u l l s
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   -   . . . 
   
 
   
 b u l l s v s n u g g e t s p r e s e a s o n   b u l l s v s p e l i c a n s   b u l l s v s r a p t o r s   b u l l s v s r a p t o r s f u l l g a m e h i g h l i g h t s   b u l l s v s r a p t o r s h i g h l i g h t s   b u l l s v s r a p t o r s p r e d i c t i o n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s v s t o r o n t o r a p t o r s  
p o s t   g a m e   p o d   l i v e   n o w   o n   s p o t i f y   a n d   a p p l e ! 
 
 s p o t i f y - 
 
 
 a p p l e - 
 
 
 b u l l s n a t i o n   s e e r e d   c h i c a g o b u l l s
c h i c a g o b u l l s :   w o o   w i t h   t h e   s p a r k   o f f   t h e   b e n c h   i n   t h e   s e c o n d   h a l f ! 
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
i   g o t   a   c r i c u t   r e c e n t l y   a n d   f o r   m y   f i r s t   d e s i g n ,   i   c h o s e   s o m e t h i n g   d i f f i c u l t   t o   m a k e .   i t ' s   n o t   p e r f e c t   ( u n e v e n ,   a i r   b u b b l e s   a n d   a n g l e d )   b u t   i t   f e a t u r e s   m y   f a v o r i t e   p l a y e r   _ d e r o z a n   c h i c a g o b u l l s    
p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   t o r o n t o   r a p t o r s   1 1 5 - 9 8 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o b u l l s :   c o m i n g   h o m e   w i t h   t h e   d u b .   b a c k   a t   i t   t u e s d a y !   
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
c h i c a g o b u l l s :   c o n f i r m i n g :   w o o   t o o k   o f f   f r o m   f a r ! ! 
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
t r a d e     a n d     f o r     🙏 🏼   c h i c a g o b u l l s
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   -   . . . 
   
 
   
 b u l l s v s n u g g e t s p r e s e a s o n   b u l l s v s p e l i c a n s   b u l l s v s r a p t o r s   b u l l s v s r a p t o r s f u l l g a m e h i g h l i g h t s   b u l l s v s r a p t o r s h i g h l i g h t s   b u l l s v s r a p t o r s p r e d i c t i o n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s v s t o r o n t o r a p t o r s  
c h i c a g o b u l l s :   p r e s e a s o n   r o a d   d u b !   💪     c h i c a g o b u l l s
c h i c a g o b u l l s :   l o o k   w h e r e   h e   t o o k   o f f   f r o m ! ! 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   d a l e n   w i t h   t h e   v i s i o n   f o r   a   f l o a t i n g   w o o ! 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   d o w n   t h r e e   w i t h   1 2   t o   g o !     c h i c a g o b u l l s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 c h i c a g o b u l l s   v s   t o r o n t o r a p t o r s 
 📲 💻 w a t c h 👉 : 
 
 l o s a n g e l e s l a k e r s   v s   g o l d e n s t a t e w a r r i o r s 
 📲 💻 w a t c h 👉 : 
 
 b u c a r a m a n g a   v s   j u n i o r 
 📲 💻 w a t c h 👉 : 
 n b a p r e s e a s o n   p r i m e r a a     s u i t i n g u p t o g e t h e r  
2   s t r a i g h t   w   🐂 🔥   b u l l s n a t i o n   c h i c a g o b u l l s  
j a v o n t e   g r e e n   h a s   r e a l l y   i m p r o v e d   h i s   g a m e .     c h i c a g o b u l l s   b u l l s
c h i c a g o   b u l l s   n b a   b a s k e t b a l l   j a c k e t .   f o r   s a l e   i n   o u r   e b a y   s t o r e .   
 
 
 
 m e n s c l o t h i n g   m e n s s t y l e   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   n b a j a c k e t   n b a   b a s k e t b a l l   e b a y f i n d s   e b a y f a s h i o n   g i f t i d e a s  
u g h   a n d   d o   l i k e   t h e s e   b u l l   t e a m   c h i c a g o b u l l s   t o r v s c h i
j a v o n t e   g r e e n   c u t t i n g   u p   t o n i g h t   🔥 🏀   c h i c a g o b u l l s
d o e s   a n y o n e   k n o w   o f   a n y   l e a k s   f o r   t h e   c h i c a g o b u l l s   2 0 2 2 - 2 0 2 3   c i t y   e d i t i o n   j e r s e y s ?   b u l l s n a t i o n   c i t y e d i t i o n
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s l i v e   c h i c a g o b u l l s l i v e g a m e   c h i c a g o b u l l s l i v e g a m e t o d a y   c h i c a g o b u l l s l i v e p l a y b y p l a y   c h i c a g o b u l l s l i v e s t r e a m   c h i c a g o b u l l s l i v e s t r e a m g a m e   c h i c a g o b u l l s l i v e s t r e a m t o d a y  
c h i c a g o b u l l s :   t h a t   u s c   c o n n e c t i o n   s t i l l   s t r o n g   👀 
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
c h i c a g o b u l l s :   d e m a r   g e t t i n g   g o i n g !   
 
 _ d e r o z a n   |   b u l l s n a t i o n     c h i c a g o b u l l s
c h i c a g o b u l l s :   v o o c h ' s   f o o t w o r k   i n s i d e   i s   e l i t e ! 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   z a c h   f o r   t h e   l e a d !   👌 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   h a l f t i m e .   
 
 d e m a r :   1 3 p t s   /   6 r e b   /   4 a s t 
 v o o c h :   7 p t s   /   7 r e b 
 a y o :   7 p t s   /   2 r e b   /   4 a s t     c h i c a g o b u l l s
c h i c a g o b u l l s :   d e e b o   s m o o t h   w i t h   i t . 
 
   |   _ d e r o z a n     c h i c a g o b u l l s
c h i c a g o b u l l s :   d r u m m o n d   w i t h   t h e   r a n g e   👌 
 
   |       c h i c a g o b u l l s
v i n t a g e   c h i c a g o   i l l   c l a r e n c e   b u c k i n g h a m   m e m o r i a l     f o u n t a i n   i l l i n o i s   u s a   t r a v e l   p e n n a n t       d a b e a r s   b e a r s   c h i c a g o b e a r s   a n t i q u e   b u l l s n a t i o n   b u l l s   n b a   a n t i q u e p e n n a n t   w a l l d e c o r   n f l   v i n t a g e   c h i c a g o c u b s   c h i c a g o   c h i c a g o b u l l s   c u b s   u s a   w r i g l e y
l e t ' s   g o     w e t h e n o r t h   c h i c a g o b u l l s  
c a t c h i n g   t h e     a n d   t h e   s u p e r f a n   i n   a c t i o n ! ! ! 
 f a n   o f   t h e   s u p e r f a n   a n d   r a p t o r s   -   b o t h .   ☺ ️ ☺ ️ ☺ ️ 
 r a p t o r s   p l a y i n g   c h i c a g o   b u l l s   t o n i g h t !   
 🦖 🏀 
 
 _ n a v   s u p e r f a n   r a p t o r s   c h i c a g o b u l l s   t o r o n t o r a p t o r s      
y o u   l o v e   t o   s e e   i t ! !   c h i c a g o b u l l s  
c h i c a g o b u l l s :   w o r k   t o   d o   a f t e r   o n e .   
 
 d e m a r   d e r o z a n :   8 p t s   /   3 r b s 
 n i k o l a   v u c e v i c :   7 p t s   /   4 r b s     c h i c a g o b u l l s
c h i c a g o b u l l s :   t h r o w   i t   d o w n   v o o c h !   😤 
 
   |       c h i c a g o b u l l s
g a m e   t h r e a d :   c h i c a g o   b u l l s   ( 1 - 1 )   a t   t o r o n t o   r a p t o r s   ( 2 - 1 )   o c t   0 9   2 0 2 2   5 : 0 0   p m 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o b u l l s :   b r i n g i n g   t h e   r o o k   u p   t o   s p e e d .   
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   a i r p l a n e   m o d e   i n t o   t h e   l i n e u p   i n   t o r o n t o . 
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
c h i c a g o b u l l s :   h o o d i e   s z n   i n   t h e   6 .     c h i c a g o b u l l s
l i v e     l i v e s t r e a m   n b a   
 b a s k e t b a l l       n b a i n a b u d h a b i   n b a p r e s e a s o n   
 c h i c a g o b u l l s     t o r o n t o r a p t o r s   w e t h e n o r t h 
 
 ▶ ️ t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s 
                           ( 0 2 : 3 0   g m t + 2 ) 
                       🏀 l i n k   ⬇ ️ 🗑 ️ 

t o r o n t o r a p t o r s   c h i c a g o b u l l s   n b a   b a s k e t b a l l   r a p t o r s b u l l s   n b a j a p a n g a m e s   t o r o n t o   n b a t w i t t e r   
 w a t c h   t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s 
 
                               🇺 🇸 l i n k 🏀 
                                         ⬇ ️ 
 
   ✅
i   d o n ’ t   r e a l l y   h a v e   a n y   e x p e c t a t i o n s   f o r   c h i c a g o b u l l s   o r   c h i c a g o b l a c k h a w k s   e i t h e r
s t a c e y   o n   p a t r i c k   w i l l i a m s   a f t e r   t h e   f i r s t   p r e s e a s o n   g a m e .     g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   n b a   p o d c a s t   n b a p o d c a s t  
j a v o n   f r e e m a n - l i b e r t y   h a s   b e e n   w a i v e d   f r o m   t h e   c h i c a g o   b u l l s . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
b e s t   d u n k s   f r o m   n o v e m b e r   |   l a v i n e   |   d e r o z a n   |   c a r u s o   |   d e r r i c k   j o n e s   |   c h i c a g o   b u l l s   h i g h l i g h t s 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o   b u l l s   f a c e o f f   w i t h   t h e   r a p t o r s   t o n i g h t ! 
   
 
   
 b u l l s n a t i o n s t a t i o n   b u l l s v s r a p t o r s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   f y p   n b a   n b a p r e s e a s o n   t o r o n t o r a p t o r s   z a c h l a v i n e  
1 0   d a y s   u n t i l   o p e n i n g   d a y !   b u l l s   n u m b e r   1 0 ,   b . j .   a r m s t r o n g   w a s   a   f a n   f a v o r i t e ,   w i n n i n g   3   r i n g s   w i t h   t h e   b u l l s   a n d   n a m e d   a n   a l l - s t a r   s t a r t e r   i n   1 9 9 4 .   
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
p r e   g a m e :   c h i c a g o   b u l l s   ( 1 - 1 )   v s   t o r o n t o   r a p t o r s   ( 2 - 1 )   ( o c t o b e r   9 ,   2 0 2 2 ) 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n x   a i r j o r d a n 1 0   b u l l s   1 9 9 4   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
n b a   l e a d e r :   2 7 . 9   p p g   l o n z o ' s   b e s t   b a l l   b e h i n d   h i m ?   :   “ l i t e r a l l y ,   i   r e a l l y   c a n ’ t   r u n .   i   c a n ’ t   r u n   o r   j u m p . "   c h i c a g o b u l l s    
c a r u s o   d o i n   c a r u s o   t h i n g s ! 
 n e w   p o d   c o m i n g   t o n i g h t   p o s t   g a m e 
 l i s t e n / r a t e / s u b s c r i b e   o n   s p o t i f y   o r   a p p l e   i f   y o u   h a v e n ’ t   a l r e a d y ! 
 
 c a r u s o c a n   b u l l s n a t i o n   s e e r e d   c h i c a g o b u l l s  
g p e x p l o r e r   m i l a n j u v e   n a r u t o   h a l l o w e n   g r s v b j k   p a y p a l   h o m e   e x p l o r e   v i e w   g e t m o n e y   c h i c a g o b u l l s   n b a   b a s k e t b a l l   t r e n d s o n f i r e     n b a t w i t t e r     f i f a 2 3   
   g e t   t - s h i r t   c h i c a g o   b u l l s   w i t h   $ 2 0 . 1 0   p e r   s h i r t 
 1 5 %   o f f   w i t h   c o d e   s t o c k u p s a l e z 
 
  
c o b y   w h i t e   c l e a r e d   t o   p l a y ! ! !   . . . 
   
 
   
 a i d a n s s p o r t s s h o w   a l e x c a r u s o   a r t u r a s k a r n i s o v a s   b a s k e t b a l l   b i l l y d o n o v a n   b u l l s n a t i o n   b u l l s n e w s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   d e v o n d o t s o n   e a s t e r n c o n f e r e n c e   l a u r i m a r k k a n e n   l o n z o b a l l  
c h i c a g o b u l l s :   p r e s e a s o n   h o o p s   f r o m   t h e   6 . 
 
 📺 :     & a m p ;       c h i c a g o b u l l s
n b a   p r e v i e w   2 0 2 2 - 2 3   :   l e s   c h i c a g o   b u l l s 
   
 
   
 a p é r o t r a s h t a l k   b a s k e t   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   e m i s s i o n  
i ' m   s t i l l   e x c i t e d   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
m i c h a e l   p o r t e r   j r   h i g h l i g h t s   v s .   b u l l s   |   2 0   p o i n t s ,   7   r e b o u n d s 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
t h e   1 9 9 8   c h i c a g o   b u l l s   p l a y e r s '   s a l a r i e s : 
 
 m i c h a e l   j o r d a n   e a r n s   m o r e   m o n e y   t h a n   t h e   e n t i r e   t e a m .   😳 n b a   c h i c a g o b u l l s   m i c h a e l j o r d a n  
r e m e m b e r i n g   c h i c a g o   m a r a t h o n   2 0 1 9 ,   h a p p e n i n g   t o d a y   😀   c h i c a g o   m a r a t h o n   u s a   l o v e d i t   r u n n i n g   w o r l d m a j o r   l o v e t r a v e l   f a v m a r a s o f a r   c h i c a g o b u l l s   l o t s o f b u l l   @   c h i c a g o ,   i l l i n o i s  
a   t r u e   l e g e n d   b a s k e t b a l l   n b a   c h i c a g o b u l l s  
c ’ m o n   b i l l y   d o n o v a n :   s t a r t   a n d r e   d r u m m o n d ,   t h e   s e c o n d   c o m i n g   o f   w e s   u n s e l d .     t r y   h i m   w i t h   v u k o v i c .     c h i c a g o b u l l s   b u l l s
c h i c a g o b u l l s   n b a   n b a t w i t t e r   n b a p r e s e a s o n   
 
 t h e   c h i c a g o   b u l l s   r o s t e r   i s   e s p e c i a l l y   b a l a n c e d   f o r   t h e   ’ 2 2 - 2 3   s e a s o n .   s u c h   a n   o r g a n i z e d   r o s t e r   a l l o w s   f o r   g r e a t e r   c o n t i n u i t y .   
 
 c h e c k   o u t   t h e   c h i c a g o   b u l l s   n b a   2 0 2 2 - 2 3   r o s t e r :  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
j u s t   1 1   d a y s   u n t i l   t h e   b u l l s   s e a s o n   o p e n e r   i n   m i a m i   v s   t h e   h e a t !   w i l l   d e m a r   r e p e a t   h i s   a m a z i n g   4 t h   q u a r t e r   p e r f o r m a n c e s   t h i s   y e a r ? 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s      
w h a t ' s   b e s t   o n     ? 
 h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   b u l l s   t o   f i r s t   p r e - s e a s o n   w i n   o v e r   n u g g e t s 
 
 s p o r t s   c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s      
b e s t   o f   t h e   d a y   o n   
 h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   b u l l s   t o   f i r s t   p r e - s e a s o n   w i n   o v e r   n u g g e t s 
 
 s p o r t s   c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s
w h a t ' s   b e s t   o n     ? 
 h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   b u l l s   t o   f i r s t   p r e - s e a s o n   w i n   o v e r   n u g g e t s 
 
 s p o r t s   c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s
l a s t   b a t c h   o f   d e c e n t   f i n d s   f o r   t o n i g h t .   g o i n g   t h r o u g h   t h e s e   b i n d e r s   i s   h a s   b e e n   a   l o t   o f   f u n .   d i s c o v e r i n g   c a r d s   i   f o r g o t   a b o u t   a n d   f i n d i n g   s o m e   h i d d e n   g e m s   t h a t   w e r e   o v e r l o o k e d   i n   t h e   9 0 s .   
 
 b a s k e t b a l l c a r d s   c h i c a g o b u l l s  
t h e   r e t u r n   o f   s l e e p   🔥 🏀 🐂 
 s l e e p   c h i c a g o b u l l s   b e n n y t h e b u l l   a c r o d u n k  
i ' m   s t i l l   e x c i t e d 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
g r e a t   t i m e s !   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
  b b 2 0   g u e s s   w h o   i s   m r   r i g h t   a n d   m r   r i g h t   n o w   w h i l e   u   p r e t e n d   t o   b e   a n   a l l   a r o u n d   a t h l e t e .   i s   t h i s   t h e   p r o f e s s i o n a l   a t h l e t e   u   t h i n k   u   c a n   b e a t ?   u   s t i l l   h a v e n ’ t   w o n   t h e   c h a l l e n g e   ! ! a l e x   c a r u s o   c h i c a g o b u l l s  
g r e a t   t i m e s ! 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s   . . . 
   
 
   
 b u l l s v s n u g g e t s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s l i v e   c h i c a g o b u l l s l i v e g a m e   c h i c a g o b u l l s l i v e t o d a y   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s p o d c a s t   c h i c a g o b u l l s p o s t g a m e   c h i c a g o b u l l s p o s t g a m e p r e s s c o n f e r e n c e  
a n t o i n e   c a r r   o n   s h a r i n g   t h e   c o u r t   w i t h   n b a   h o f   i n d u c t e e s .       g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   n b a   p o d c a s t   n b a p o d c a s t  
[ j u l i a   p o e ]   b i l l y   d o n o v a n   s a y s   t h e   d e c i s i o n   t o   m o v e   p a t r i c k   w i l l i a m s   t o   t h e   b e n c h   i n   f a v o r   o f   j a v o n t e   g r e e n   t o d a y   w a s   n o t   m e a n t   t o   s e n d   a   m e s s a g e   f o r   t h e   t h i r d - y e a r   f o r w a r d   t o   m a k e   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o b u l l s   1 0   c a r d   l o t   b u l l s n a t i o n   
 b u l l s   
 
 $ 4 . 5 0   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
t h e   c h i c a g o   b u l l s   c h e a t e d   t h e r e   w a y   t o   s i x   c h a m p i o n s h i p s   c h i c a g o b u l l s  
d e n n i s   r o d m a n   1 / 1   s p l a t t e r   b l a s t   c u s t o m   a r t   c a r d   d e n n i s r o d m a n   t h e w o r m   c h i c a g o b u l l s   t h e l a s t d a n c e   b u l l s   c h i c a g o   n b a   c a r d a r t   b a s k e t b a l l c a r d s   s p o r t s c a r d s   c a r d c o l l e c t o r   s p o r t s c a r d s c o l l e c t o r   m i x e d m e d i a a r t   a c r y l i c p a i n t   w h o d o y o u c o l l e c t   m i x e d m e d i a   a r t w o r l d   a r t g a l l e r y  
w h a t   r o l e   w i l l   d a l e n   t e r r y   f i l l   i n   b u l l s   r o t a t i o n ?   |   n b c   s p o r t s   c h i c a g o 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a l e n t e r r y   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   k c j o h n s o n   n b c s p o r t s c h i c a g o   u n f i l t e r e d   z a c h l a v i n e  
c o u n t r y   l o v e   🍂   
 
 f a l l   a u t u m n   a u t u m n v i b e s   f a l l i n t o a u t u m n   l o v e   c o u n t r y   c o u n t r y l o v e   c h i c a g o b u l l s  
c h e c k   o u t   1 9 9 9 - 0 0   u p p e r   d e c k   n b a   g a t o r a d e   m i c h a e l   j o r d a n   f i n a l s   j u m b o   c a r d   s e t   o f   6   m j   1 - m j   6 
 c h i c a g o b u l l s   b u l l s n a t i o n   c h i c a g o     e b a y   v i a  
h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   b u l l s   t o   f i r s t   p r e - s e a s o n   w i n   o v e r   n u g g e t s 
   
 
   
 c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s   d e n v e r n u g g e t s   n o r t h w e s t d i v i s i o n   w e s t e r n c o n f e r e n c e  
p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   d e n v e r   n u g g e t s   1 3 1 - 1 1 3   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
w h e n   d e n z e l   v a l e n t i n e   w a s   w i t h   w i n d y   c i t y   b u l l s .   c h i c a g o b u l l s   
 p h o t o s   b y    
[ c o d y   w e s t e r l u n d ]   p a t r i c k   w i l l i a m s   o n   c o m i n g   o f f   b e n c h :   “ m y   j o b   i s   t o   b e   p r o d u c t i v e .   m y   j o b   i s   t o   g o   o u t   t h e r e   a n d   u s e   m y   t a l e n t s   a n d   h e l p   t h e   t e a m   w i n .   i   t h i n k   t h a t ’ s   e v e r y b o d y ’ s   j o b .   i t ’ s   n o t     . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
g o r a n   d r a g i c .   b u l l s v s n u g g e t s   c h i c a g o b u l l s   n b a  
p a t r i c k   w i l l i a m s   c o m e s   o f f   b e n c h   . . . 
   
 
   
 a d a m s i l v e r   a l e x c a r u s o   a n d r e d r u m m o n d   a r t u r a s k a r n i s o v a s   a y o d o s u n m u   b i l l y d o n o v a n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s p o d c a s t   c h i c a g o b u l l s r u m o r s   c h i c a g o b u l l s s h o w   c h i c a g o b u l l s t a l k  
j u s t   1 1   d a y s   u n t i l   t h e   b u l l s   s e a s o n   o p e n e r   i n   m i a m i   v s   t h e   h e a t !   w i l l   d e m a r   r e p e a t   h i s   a m a z i n g   4 t h   q u a r t e r   p e r f o r m a n c e s   t h i s   y e a r ? 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
m o n t a n a   m a g a z i n e   a p p r e c i a t i n g   s t a c e y   k i n g ’ s   g o o d   l o o k s 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
b i l l y   d o n o v a n   p o s t g a m e   i n t e r v i e w   |   b u l l s   v s   n u g g e t s   . . . 
   
 
   
 b a s k e t b a l l   b i l l y d o n o v a n   b i l l y d o n o v a n p o s t g a m e   b i l l y d o n o v a n p o s t g a m e   b u l l s p o s t g a m e   b u l l s p o s t g a m e   b u l l s v s n u g g e t s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s   d e n v e r n u g g e t s  
  t o   t h e   b u l l s ? ? 
 i t ’ s   n o t   a s   c r a z y   a s   i t   s o u n d s ! 
 n e w   p o d   u p   o n   s p o t i f y ! 
 l i s t e n / r a t e / s u b s c r i b e 
 
 c h i c a g o b u l l s   d r a y m o n d g r e e n   g o l d e n s t a t e w a r r i o r s   b u l l s n a t i o n   s e e r e d  
c h e c k   o u t   m y   v i d e o !   o f   t h e     d r u m l i n e   f o r   c o m i n g   o u t   t o   m y   o l d   h s   f o o t b a l l   g a m e .   i t ’ s   s t i l l   s o   s u r r e a l .   l i k e   i   s t i l l   c a n ’ t   b e l i e v e   i t ! 🙊 🤯   t h a n k s   f o r   c o m i n g !   l y !   ♥ ️ ♥ ️   t i k t o k     c h i c a g o   c h i c a g o b u l l s   c h i c a g o b u l l s 2 0 2 2   c h i c a g o b u l l s d r u m l i n e
    h a p p y   b i r t h d a y   l i l   g u y ! ! !   m a y   y o u r   d a y   b e   l o a d e d   w i t h   a m a z i n g   t h i n g s   a n d   y o u   g e t   s h o w e r e d   i n   l o v e   f r o m   y o u r   d a d d y   a n d   f a m i l y ! 💯 🎂 🎉 🥳 s e e r e d   c h i c a g o b u l l s
g o   b u l l s ! 
 k o m e   o n   d u n k e r q u e ! 
 c h i c a g o b u l l s   u s l d u n k e r q u e   d u n k e r q u e
m i c h a e l   j o r d a n   o n c e   c a s u a l l y   d r o p p e d   1 0 0   p o i n t s   o n   s c o t t i e   p i p p e n ’ s   t e a m   j u s t   b e c a u s e   h e   “ t o o k   i t   p e r s o n a l l y ”     b a s k e t b a l l   c h i c a g o b u l l s
d e m a r v e l o u s   d e r o z a n   f i n d s   a n y   w a y   t o   g e t   a   b u c k e t 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
n u g g e t s   a t   b u l l s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 1  
l i v e :   p i s t o n s   a t   p e l i c a n s   . . . 
   
 
   
 b r a n d o n i n g r a m   b u l l s g a m e   b u l l s p o s t g a m e   b u l l s p r e s e a s o n   b u l l s v s p e l i c a n s   c h i c a g o b u l l s   c j m c c o l l u m   n b a   n b a n e w s   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   n e w o r l e a n s p e l i c a n s   p e l i c a n s b a s k e t b a l l   p e l i c a n s b u l l s   p e l i c a n s g a m e  
e n d e   
 e i s h o c k e y   h e r r e n   n c a a   
 1 : 4   m i n n e s o t a s t a t e m a v e r i c k s   v s   m i n n e s o t a g o l d g o p h e r s   
 b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 3 : 1 3 1   d e n v e r n u g g e t s   v s   c h i c a g o b u l l s   
 1 0 0 : 1 1 6   t o r o n t o r a p t o r s   v s   h o u s t o n r o c k e t s   
 1 1 1 : 1 0 8   m i a m i h e a t   v s   m e m p h i s g r i z z l i e s
p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   d e n v e r   n u g g e t s   1 3 1 - 1 1 3 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
t h e   f u t u r e   i s   b r i g h t   f o r   t h e   c h i c a g o b u l l s     w i t   a y o   a n d   d a l e n   t e r r y   s e e r e d   b u l l s n a t i o n
b u l l s   d e c i d i n g   t o   s w a p   g r e e n   & a m p ;   w i l l i a m s   f o r   t h e   n u g g e t s   g a m e   
   
 
   
 b a s k e t b a l l   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
d e n v e r   n u g g e t s   v s   c h i c a g o   b u l l s   -   f u l l   . . . 
   
 
   
 b u l l s v s n u g g e t s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   n u g g e t s v s b u l l s   n u g g e t s v s b u l l s 2 0 2 2  
c h i c a g o   b u l l s   n b a   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t 
 
 — — — — — —   
 
 f a s h i o n   h o t f a s h i o n   s e n p r i n t   t r e n d   n b a   c h i c a g o b u l l s     c h i c a g o   b u l l s   n b a   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t 
   -   s e n p r i n t m a r t   s t o r e 
 

z i o n   w i l l i a m s o n ' s   b a c k   i n   t h e   n b a ! 
 
 
 
 l i k e   a n d   f o l l o w   o h   s p o r t s   p h   f o r   m o r e ! 
 
 s p o r t s   u p d a t e s   t r e n d   f y p   n e w   s t o r y   e n t e r t a i n m e n t   s p o r t s n e w s   n b a   l e a g u e   z i o n w i l l i a m s o n   n e w o r l e a n s   n e w o r l e a n s p e l i c a n   c h i c a g o b u l l s  
t h e   p a w   w i t h   a   g r e a t   b l o c k ! 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
w h o   l i k e s   t h e   c h i c a g o   b u l l s ?   b e c a u s e   i   k n o w   i   d o !   c h i c a g o b u l l s   t r e n d i n g   i n f l u e n c e r s
m e   n e i t h e r !   😬 😂 🤣 
 c h i c a g o b u l l s  
r e s u l t s   o f   n b a   m a t c h e s   p r e s e a s o n   0 7 / 1 0 / 2 0 2 2 
 
 c h i c a g o b u l l s   b o s t o n c e l t i c s   n u g g e t s   h o r n e t s   k n i c k s   p a c e r s   p i s t o n s   p e l i c a n s   m a v e r i c k s   h a w k s   b u c k s   n b a i n a b u d h a b i   u s a  
c h i c a g o   b u l l s   c a m o   5 9 f i f t y   -   b l a c k   n o w   a v a i l a b l e   f r o m   r a l l y h o u s e 
 
 n e w d r o p   r a l l y h o u s e   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c a m o   5 9 f i f t y   b l a c k   h a t c r a w l e r   f i t t e d   n e w e r a c a p s   t h i s i s t h e c a p   t h e r e s a c a p f o r e v e r y d a y 
 

c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s   l i v e   c a l l   & a m p ;   . . . 
   
 
   
 b u l l s v s n u g g e t s   c h i c a g o b u l l s   c h i c a g o b u l l s b r e e z e   c h i c a g o b u l l s l i v e   c h i c a g o b u l l s l i v e g a m e   c h i c a g o b u l l s l i v e p l a y b y p l a y   c h i c a g o b u l l s l i v e s t r e a m   c h i c a g o b u l l s l i v e s t r e a m g a m e   c h i c a g o b u l l s l i v e s t r e a m t o d a y  
1 2   d a y s   t o   g o   u n t i l   b u l l s   b a s k e t b a l l   i s   b a c k !   t o d a y   w e   c e l e b r a t e   b u l l s   h o m e t o w n   c h i c a g o   h e r o   a y o   d o s u n m u .   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
w h i t n e y   y o u n g   a l u m   t o o !   c h i c a g o b u l l s  
i   l i k e   t h e   j a v o n t e   g r e e n   s t a r t .   g i v e s   t h e   s t a r t e r s   a   b e t t e r   p a c e   a n d   p a t r i c k   w i l l i a m s   p r o v i d e s   a   s p a r k   a n d   a d d i t i o n a l   s c o r i n g   o f f   t h e   b e n c h .   i n t e r e s t i n g !   c h i c a g o b u l l s
b u l l s   d e c i d i n g   t o   s w a p   g r e e n   & a m p ;   w i l l i a m s   f o r   t h e   n u g g e t s   g a m e 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o b u l l s :   t h e   k i d   f r o m   w h i t n e y   y o u n g   🔥 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   c o b y   w i t h   t h e   s m o o t h   s t r o k e ! 
 
     |       c h i c a g o b u l l s
c h i c a g o b u l l s :   d r e   t o   p a t   o n   t h e   o o p ! 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   a c   p l a y s   t o   t h e   b u z z e r   😳 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   u p   g o i n g   t o   t h e   4 t h . 
 
 p a t r i c k   w i l l i a m s :   9   p t s   ( 3 - 4   f g ) ,   1   b l k     c h i c a g o b u l l s
c h i c a g o b u l l s :   s p l a s h .     c h i c a g o b u l l s
c h i c a g o b u l l s :   p a t r i c k   w i l l i a m s   s p l a s h 
 
   |       c h i c a g o b u l l s
t h a n k s   g u y s     k e e p   i n   t h a t   w a y   f o r   t h e   r e s t   o f   t h e   s e a s o n   💪 🏽     _ o r l           s e e r e d   b u l l s n a t i o n   b u l l s   c h i c a g o b u l l s   w i n d c i t y   c h i c a g o
t h e     l o o k   f a n t a s t i c   t o n i g h t .   t h e y   l o o k   m u c h   m o r e   c o m f o r t a b l e   a n d   h a v e   m o r e   e f f o r t   t h a n   t h e   l a s t   g a m e .   
 
 i   l i k e   t h e   d i f f e r e n t   o f f e n s e ;   m o r e   f r e e - m o v i n g   a n d   c l e a n   o v e r a l l .   n o t   s o   m u c h   o n e   o r   t w o - p l a y e r   f o c u s e d .   
 
 n b a   c h i c a g o b u l l s
w a s h i n g t o n w i z a r d s   w a s h i n g t o n w i z a r d s j e r s e y s   b u f f a l o b i l l s j e r s e y s   b r a d l e y b e a l   b r a d l e y b e a l j e r s e y s   c h i c a g o b u l l s     f o r   o n l y   2 1   d o l l a r s   i f   f o l l o w   m y   p a g e    
j a m a l   m u r r a y   s u s t a i n s   t h i g h   s o r e n e s s ,   o u t   f o r   t h e   r e s t   o f   n u g g e t s - b u l l s   m a t c h   c h i c a g o b u l l s   d e n v e r n u g g e t s   j a m a l m u r r a y  
g i v e   p d u b   t h e   b a l l .   t h i s   g u y   c a n   p l a y   
 s e e r e d   c h i c a g o b u l l s
p a t r i c k   w i l l i a m s   l o o k i n g   a   l o t   m o r e   c o m f o r t a b l e   c o m i n g   o f f   t h e   b e n c h   w i t h   t h i s   s e c o n d   u n i t   c h i c a g o b u l l s
c h i c a g o b u l l s :   r e a d y   f o r   a n o t h e r   s e a s o n   o f   t h e   c a r u s h o w     c h i c a g o b u l l s
c h i c a g o b u l l s :   u p   a t   t h e   h a l f . 
 
 d e m a r   d e r o z a n :   1 9   p t s   ( 8 - 1 2   f g )     c h i c a g o b u l l s
c h i c a g o b u l l s :   w a t c h i n g   a l e x   c a r u s o   p l a y   & g t ; & g t ; & g t ; 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   c o o k i e s   🍪 🍪 🍪 🍪     c h i c a g o b u l l s
c h i c a g o b u l l s :   z a c h   j u s t   g e t s   b u c k e t s .   
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   a n d r e   d r u m m o n d   p l a y i n g   b i g   m a n   b a s k e t b a l l   o u t   t h e r e 
 
   |       c h i c a g o b u l l s
h o w   c h i c a g o   b u l l s   s q u a r e   u p   v s   . . . 
   
 
   
 a d a m s i l v e r   a l e x c a r u s o   a n d r e d r u m m o n d   a r t u r a s k a r n i s o v a s   a y o d o s u n m u   b i l l y d o n o v a n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s p o d c a s t   c h i c a g o b u l l s r u m o r s   c h i c a g o b u l l s s h o w   c h i c a g o b u l l s t a l k  
n o t   m a n y   t u r n o v e r s   t o n i g h t ?   c h i c a g o b u l l s   b u l l s n a t i o n
b u l l s   l o o k i n g   👀   g o o d   t o n i g h t !     s e e r e d   b u l l s n a t i o n   c h i c a g o b u l l s
i s   t h e   d u n k i n ’   r a c e   t h e   o n l y   r e a s o n   t o   w a t c h   t h e   2 n d   h a l f   o f   p r e s e a s o n   g a m e s ?   
 
 b u l l s     r a c e   s t a n d i n g s : 
 
 c u p p y c o f f e e   ☕ ️   1   w i n 
 d a s h i n g d o n u t   🍩   0   w i n 
 b i g g i e b a g e l   🥯   0   w i n 
 
 s e a s o n   r e c o r d :   1 - 0   + $ 2 0 0 
 
 l o c k   o f   t h e   r a c e   🔒   
 b i g g i e   b a g e l   🥯   + 2 0 0 
 
 c h i c a g o b u l l s   b u l l s n a t i o n
l i k e   o u r   c h a n c e s   o f   w e   c a n   p l a y   t h i s   c o n s i s t e n t   c h i c a g o b u l l s
i ' m   l o v i n g     o p t i m i s t i c   l o o k   o n     a n d   h i s   f r e e   t h r o w   p e r c e n t a g e   c h i c a g o b u l l s   b u l l s n a t i o n
c h i c a g o b u l l s :   n e w   g u y s   m a k i n g   t h e i r   p r e s e n c e   f e l t   😤 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   + 3   a f t e r   o n e . 
 
 n i k o l a   v u c e v i c :   8   p t s   ( 4 - 5   f g ) ,   4   r e b     c h i c a g o b u l l s
c h i c a g o b u l l s :   t h e   f o o t w o r k   🤧 
 
 _ d e r o z a n   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   z a c h   t o   d e m a r   i s   a   c o n n e c t i o n   w e   l o v e   t o   s e e . 
 
 _ d e r o z a n   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   n e w   g i f   j u s t   d r o p p e d !   c a p t i o n   t h i s   🤔 
 
   |       c h i c a g o b u l l s
s h o u t o u t   d a   n i g g a   “ w o o ” …   d a b u l l s y a b i s h   c h i c a g o b u l l s
h a p p y   3 1 s t   b i r t h d a y   🥳 ! ! !   b u l l s n a t i o n   c h i c a g o b u l l s   b a s k e t b a l l  
a   p r e s e a s o n   g a m e   b u t   a   b u l l s   g a m e   n o n e t h e l e s s . 
 
 n b a p r e s e a s o n   c h i c a g o b u l l s   d e n v e r n u g g e t s   b u l l s n a t i o n        
l e t s   g o   b u l l s s s s s s !   s e e r e d   c h i c a g o b u l l s
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 c h i c a g o b u l l s   d e n v e r n u g g e t s   n b a  
i   l u v   d a t   s h ! t   !   😍 
 s e e r e d   c h i c a g o b u l l s   🙏 🏾 
 
 💻   :    
c h i c a g o b u l l s :   w o o   g e t s   t h e   p r e s e a s o n   s t a r t   t o n i g h t   v s .   d e n v e r . 
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
c h i c a g o b u l l s :   t h e   r o o k i e   w a r m i n g   u p   i n   t h e   a g e n t   g i l   z e r o   u n d r c r w n   l o w s . 
 
   |   b u l l s k i c k s     c h i c a g o b u l l s
c h i c a g o b u l l s :   f l i g h t   8   i s   i n   t h e   b u i l d i n g . 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   p r e s e a s o n   g a m e ✌ ️ o n   d e c k !     c h i c a g o b u l l s
t h i s   f i t   i s   s o m e t h i n g   💀 c h i c a g o b u l l s   s e e r e d  
▶ ️ w a t c h   a l l   n b a   b a s k e t b a l l   s u m m e r   g a m e s   l i v e   f r e e   & a m p ;   f u l l   h d ✅ 
 
 n b a   n h l   m l b   c h i c a g o b u l l s   t o r o n t o   r a p t o r s   w e t h e n o r t h   r t z   h o u s t o n   r o c k e t s   h o u s t o n r o c k e t s   d e t r o i t   p i s t o n s   d e t r o i t p i s t o n s   n o b r a k e s   n e w o r l e a n s   p e l i c a n s   p e l i c a n s n b a   w o n t b o w d o w n   w b d
w h y   l o w e ' s   d i s r e s p e c t f u l   r a n k i n g   o f   t h e   b u l l s   w o n ' t   a g e   w e l l   ( p i p p e n   a i n ' t   e a s y ) 
 
 j u s t   a   m e r e   w e e k   a w a y   f r o m   t h e   r e g u l a r   s e a s o n   t i p p i n g   o f f ,   t h e   c h i c a g o   b u l l s   h a v e   t o   b e   i t c h . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c h i c a g o b u l l s   n b a
s t a c e y   r e m e m b e r s   w a y m a n   t i s d a l e   b e i n g   t h e   b i g   m a n   o n   c a m p u s .     g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   n b a   p o d c a s t   n b a p o d c a s t   s e e r e d  
a n t o i n e   c a r r   o n   h i s   c o l l e g e   t e a m m a t e   c l i f f   l e v i n g s t o n .     g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   n b a   p o d c a s t   n b a p o d c a s t   s e e r e d  
c h i c a g o b u l l s :   p r e s e a s o n   b a l l   c o n t i n u e s   t o n i g h t   v s .   d e n v e r . 
 
 📬 :     m a i l b a g :   c h i c a g o b u l l s
m o r e   b i g   n e w s   f r o m   c a s t u s   b r a n d   .   t h e i r   n e w   p a r t n e r s h i p   w i t h     s t a r   a y o   d o s u n m u   i s   m a k i n g   h e a d l i n e s .   c l i c k   t o   s e e   m o r e   i n   t h i s     n e w s   f e a t u r e :     
 
 c l e v e l a n d a v e n u e   c a p o r t f o l i o   a y o f o o d s   c h i c a g o b u l l s  
1 2   d a y s   t o   g o   u n t i l   b u l l s   b a s k e t b a l l   i s   b a c k !   t o d a y   w e   c e l e b r a t e   b u l l s   h o m e t o w n   c h i c a g o   h e r o   a y o   d o s u n m u .   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
b e a r s   o f f e n s e   n e e d s   t i m e   t o   b u i l d   c h e m i s t r y   |   n b c   s p o r t s   c h i c a g o 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b e a r s   c h i c a g o b u l l s   d a v e w a n n s t e d t   d a v i d k a p l a n   e a s t e r n c o n f e r e n c e   j u s t i n f i e l d s   m i n n e s o t a v i k i n g s   n b c s p o r t s c h i c a g o   n f l   r o b e r t q u i n n   u n f i l t e r e d   v i k i n g s  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n v i i   a i r j o r d a n 7   b u l l s   1 9 9 2   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
a r r i v e d   i n   c h i c a g o   y e s t e r d a y   a n d   g o t   s e t t l e d   w i t h   a   q u i c k   w a l k   a b o u t   a n d   s o m e   f o o d .   
 o f f   f o r   b r e a k f a s t   a n d   t h e   e x p o   t h i s   m o r n i n g   b e f o r e   s e e i n g   t h e   c h i c a g o   b u l l s   t o n i g h t .   
 
 c h i c a g o b u l l s   c h i m a r a t h o n   c h e e s e c a k e f a c t o r y  
c h i c a g o   b u l l s   5 9 f i f t y   6 x   n b a   c h a m p i o n s   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   5 9 f i f t y   6 x   c h a m p i o n s   h a t c r a w l e r   f i t t e d   n e w e r a h a t 
 

“ w o r t h l e s s ”   j a m e s   j o r d a n   h u m i l i a t e d   m i c h a e l   j o r d a n   o n l y   t o   b o o s t   h i s   c o m p e t i t i v e   g e n e     c h i c a g o b u l l s   n b a
c h i c a g o b u l l s :   f r i d a y   n i g h t   b u l l s   h o o p s   c o m i n g   u p . 
 
 📺 :   
 📻 :       c h i c a g o b u l l s
c h i c a g o   b u l l s & a m p ; 3 9 ;   f l a w s   s h o w   u p   i n   p r e s e a s o n   g a m e   v s .   n e w   o r l e a n s   p e l i c a n s 
   
 
   
 a y o d o s u n m u   b i l l y d o n o v a n   b u l l s t a l k p o d c a s t   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   n b a   n b c s p o r t s c h i c a g o   n e w o r l e a n s p e l i c a n s   p a t r i c k w i l l i a m s   z i o n w i l l i a m s o n  
i n k t o b e r   d a y   6   -   d e m a r 
 
 l e t t e r i n g   d e m a r d e r o z a n   c h i c a g o b u l l s   b u l l s   c a l l i g r a p h y   b l a c k l e t t e r   f r a k t u r   n b a   n b a d e s i g n   n b a a r t   d e r o z a n   h a n d l e t t e r i n g  
“ w o r t h l e s s ”   j a m e s   j o r d a n   h u m i l i a t e d   m i c h a e l   j o r d a n   o n l y   t o   b o o s t   h i s   c o m p e t i t i v e   g e n e     c h i c a g o b u l l s   n b a
1 3   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o f f i c i a l l y   b e g i n s .   b u l l s   1 3   j o a k i m   n o a h   w a s   a   f a n   f a v o r i t e ,   e p i t i m i z i n g   h e a r t ,   h u s t l e   a n d   m u s c l e   i n   a   c h i c a g o   b u l l s   u n i f o r m .   h i s   t r a d e m a r k   " t o r n a d o "   f r e e   t h r o w   s h o t   w a s   a s   u n i q u e   a s   j o a k i m   h i m s e l f . 
 
 c h i c a g o b u l l s . . .    
m y   s g   s e e r e d   c h i c a g o b u l l s   n e w b a l a n c e   z a c h l a v i n e  
c h i c a g o   b u l l s   ' c o r e   w h e a t   t o n a l '   5 9 f i f t y   w h e a t   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   w h e a t   t o n a l   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   o l i v e   t o n a l '   5 9 f i f t y   o l i v e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   o l i v e   t o n a l   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   w h i t e / b l a c k '   5 9 f i f t y   w h i t e / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   w h i t e b l a c k   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   s c a r l e t / b l a c k '   5 9 f i f t y   s c a r l e t / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   s c a r l e t b l a c k 
 

c h i c a g o   b u l l s   ' c o r e   g r e y / b l a c k / w h i t e '   5 9 f i f t y   g r e y / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   g r e y b l a c k w h i t e 
 

c h i c a g o   b u l l s   ' c o r e   c a m o '   5 9 f i f t y   c a m o / w h i t e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   c a m o   5 9 f i f t y   c a m o w h i t e 
 

c h i c a g o   b u l l s   p r e s e a s o n   g a m e   1   t a k e   a w a y s   b u l l s v s p e l i c a n s   c h i c a g o b u l l s     v i a  
  a t t e n t i o n   c h i c a g o b u l l s :     s t a r t   t a n k i n g   i m m e d i a t e l y
1 9 9 6   e a s t e r n   c o n f e r e n c e   f i n a l s   g a m e   . . . 
   
 
   
 1 9 9 0 s   b a s k e t b a l l   b l a n k   b u t t o n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c l a s s i c   c l a s s i c g a m e   d e n n i s r o d m a n   e a s t   e a s t e r n c o n f e r e n c e   g a m e o n e   g l i t c h   m i c h a e l j o r d a n   n b a f i n a l s   n b a p l a y o f f s   o r i g i n a l b r o a d c a s t   p l a y  
s h o p   a i r j o r d a n     p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m j m o n d a y s   m i c h a e l j o r d a n   j o r d a n   b u l l s   c h i c a g o b u l l s   b u l l s n a t i o n
k e n d a l l   g i l l   t a l k s   h i s   n b a   d r a f t   . . . 
   
 
   
 2 0 2 2 n b a d r a f t   a d a m s i l v e r   a l e x c a r u s o   a r t u r a s k a r n i s o v a s   a y o d o s u n m u   b i l l y d o n o v a n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s p o d c a s t   c h i c a g o b u l l s r u m o r s   c h i c a g o b u l l s s h o w   c h i c a g o b u l l s t a l k  
c h i c a g o b u l l s :   t o n g u e   o u t   l i k e   2 3 .     c h i c a g o b u l l s
2 0 1 6 - 1 7   u p p e r   d e c k   s u p r e m e   h a r d c o u r t   m i c h a e l   j o r d a n   🐐 
 
 i t e m   n u m b e r :   2 2 1 0 0 3 0 4 0 4 0 7 8 1 6 
 
 n b a   b a s k e t b a l l   l e g e n d   g o a t   c h i c a g o   b u l l s   c h i c a g o b u l l s   m i c h a e l   j o r d a n   m i c h a e l j o r d a n   m j   u p p e r d e c k   t r a d i n g c a r d s  
1 3   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o f f i c i a l l y   b e g i n s .   b u l l s   1 3   j o a k i m   n o a h   w a s   a   f a n   f a v o r i t e ,   e p i t i m i z i n g   h e a r t ,   h u s t l e   a n d   m u s c l e   i n   a   c h i c a g o   b u l l s   u n i f o r m .   h i s   t r a d e m a r k   " t o r n a d o "   f r e e   t h r o w   s h o t   w a s   a s   u n i q u e   a s   j o a k i m   h i m s e l f . 
 
 c h i c a g o b u l l s . . .    
s h o p   a i r j o r d a n     p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m j m o n d a y s   m i c h a e l j o r d a n   j o r d a n   b u l l s   c h i c a g o b u l l s   b u l l s n a t i o n
o n   t h i s   d a y   i n   1 9 9 3 ,   m i c h a e l   j o r d a n   🐐   a n n o u n c e d   h i s   r e t i r e m e n t   f r o m   t h e   n b a   a f t e r   n i n e   s e a s o n s   a n d   t h r e e   c h a m p i o n s h i p s   w i t h   t h e   c h i c a g o b u l l s .   
 
 d o   y o u   r e m e m b e r   h e a r i n g   t h e   n e w s   f o r   t h e   f i r s t   t i m e ? 
 
 n b a   
 

    s t o r i e s   l i k e   t h i s   m a k e   m e t a l   c o n c e r t s   e v e n   b e t t e r ! ! !           e d d i e   i r o n m a i d e n   c h i c a g o b u l l s       m i c h a e l j o r d a n  
a l l   y e a r   a r o u n d ,   n e w   g e a r   i s   a r r i v i n g   f o r   t h e   ,   ,     & a m p ;     +   f r e e   s h i p p i n g   o v e r   $ 5 9 ! 
 
 s h o p :   
 
 c h i c a g o c u b s   c u b s   c h i c a g o b e a r s   d a b e a r s   b e a r s   c h i c a g o b u l l s   b u l l s n a t i o n   c h i c a g o b l a c k h a w k s   b l a c k h a w k s  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n i x   a i r j o r d a n 9   b u l l s   1 9 9 4   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
c h i c a g o b u l l s :   t h e   m a n   i n   t h e   a r e n a .     c h i c a g o b u l l s
o n   t h i s   d a y   i n   s p o r t s :   m i c h a e l   j o r d a n   r e t i r e d   f r o m   t h e   n b a . 
   
 n b a   m i c h a e l j o r d a n   c h i c a g o b u l l s 

a y o   d o s u n m u 
 f o r   n b a 2 k 2 3 
 p a i d   r e q u e s t 
 - h d   f a c e   t e x t u r e 
 - u p d a t e d   t a t t s 
 - 4   s w i t c h i n g   h a i r   s t y l e   ( i n c l u d e s   m e d i a   d a y   l o o k   h a i r s t y l e ) 
 - m o v i n g   h a i r 
 a e g m o d d i n g 
 a e o c f m o d d i n g   
 a y o d o s u n m u   
 c h i c a g o b u l l s  
h a v e n ’ t   s e e n   a n y o n e   s a y   t h i s   y e t ,   b u t   w h e n   t h e   b u l l s   p l a y e d   i n   t h e   f i r s t   q u a r t e r   i   f e l t   l i k e   i   w a s   w a t c h i n g   a   g a m e   f r o m   l a s t   s e a s o n   t h e y   d i d n ’ t   l o o k   g o o d   a t   a l l   i   k n o w   i t ’ s   o n l y   p r e s e a s o n     .   .   .   i   h o p e   t h e y   l o o k   b e t t e r   t o m o r r o w   🤷 🏾 ‍ ♂ ️   s e e r e d   b u l l s n a t i o n   c h i c a g o b u l l s  
a l m o s t   a   y e a r   a g o ,   i   w a s   a   s p u r s   f a n   c o m i n g   i n   p e a c e   t o   p r a i s e   d e m a r .   t o d a y ,   i   h a v e   m o v e d   t o   y o u r   a m a z i n g   c i t y ! 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
n e w   o r l e a n s   p e l i c a n s   v s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t   w a r r i o r s h i g h l i g h t  
t h e   f u t u r e   i s   n o w   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
w a s   g o i n g   t o   p o s t   t h i s   o n   h i s   b i r t h d a y   ( y e s t e r d a y )   b u t   h a d   a   b u s y   w e e k !   d e r r i c k   r o s e   🌹 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
m a d e   a   b i g   t i m e   i m p r e s s i o n   a t   h i s   f i r s t   g a m e   a s   a   c h i c a g o   b u l l !     b u l l s n a t i o n   c h i c a g o b u l l s       v i d e o  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
1 4   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r   v s   t h e   m i a m i   h e a t !   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r   a s   w e   g i v e   y o u   e v e r y t h i n g   y o u   n e e d ,   e v e r y   t i m e   y o u   w a t c h ! 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n . . .    
      g o   b u l l s   c h i c a g o b u l l s
b u l l s   p i c k e d   u p   f o u r t h - y e a r   o p t i o n   o n   p a t   w i l l i a m s   c h i c a g o b u l l s   p a t r i c k w i l l i a m s  
s t o p   b y   f o r   t o m o r r o w ’ s   e p i s o d e !   l i v e   a t   5   w e   h a v e   t h e   o r i g i n a l   “ b i g   d a w g ”   
 s t r e a m   l i v e :                                 g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   n b a   p o d c a s t   b u l l s  
c h i c a g o b u l l s 
 b u l l s   b u l l s n a t i o n   
 f i r s t   o f   m a n y   😏  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l a s t   n i g h t   w a s   t h e   b e s t .   2 5   🖤 ❤ ️ 🖤   c h i c a g o b u l l s
1 9 9 8 - 9 9   f l e e r   u l t r a   s c o t t i e   p i p p e n   1 0 0   c h i c a g o b u l l s   b u l l s n a t i o n   b u l l s   
 
 $ 3   e a c h   o r   $ 5   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
d e r o s e n   j e r s e y   c a m e   j u s t   i n   t i m e   f o r   t h e   f i r s t   p r e s e a s o n   g a m e !   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
d a l e n   t e r r y   w i t h   s o m e   e x c i t i n g   m o m e n t s   i n   t h e   p r e s e a s o n   o p e n e r 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
n e w   o r l e a n s   p e l i c a n s   v s   c h i c a g o   b u l l s   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 b u l l s v s p e l i c a n s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   p e l i c a n s v s b u l l s  
t h a n k   y o u   c h i c a g o b u l l s  
w e s t s i d e   w a r r i o r s   1 2 u   t o   c o o p e r s t o w n   d r e a m s     i t b l   w s b l   u s a b a s e b a l l   c h i c a g o c u b s   c h i c a g o w h i t e s o x   c h i c a g o b u l l s   c h i c a g o b e a r s
s h e   w a s   t h e   b a d d e s t .   i   w a s   t h e   r e a l e s t   
 
 c h i c a g o b u l l s   w i n d y c i t y   c h i t o w n  
y o u n g e s t     m v p   i n   h i s t o r y .   n o   q u e s t i o n     b e t t e r   r e t i r e     j e r s e y !   n b a   d e r r i c k r o s e   b a s k e t b a l l   m v p   c h i c a g o b u l l s  
x - r a y   f o r   d a l e n   t e r r y   j u s t   c a m e   i n … . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
n e w   o r l e a n s   p e l i c a n s   v s   c h i c a g o   b u l l s       f u l l   g a m e   h i g h l i g h t s       . . . 
   
 
   
 b u l l s p e l i c a n s   b u l l s v s p e l i c a n s   b u l l s v s p e l i c a n s f u l l g a m e h i g h l i g h t s   b u l l s v s p e l i c a n s h i g h l i g h t s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s v s n e w o r l e a n s p e l i c a n s f u l l g a m e h i g h l i g h t s  
1 4   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r   v s   t h e   m i a m i   h e a t !   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r   a s   w e   g i v e   y o u   e v e r y t h i n g   y o u   n e e d ,   e v e r y   t i m e   y o u   w a t c h ! 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n . . .    
p o s t   g a m e   t h r e a d :   t h e   n e w   o r l e a n s   p e l i c a n s   d e f e a t   t h e   c h i c a g o   b u l l s   1 2 9 - 1 2 5 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
i   r e a l i z e d   w h a t   a r t u r a s   k a r n i s o v a s ' s   t e a m   b u i l d i n g   s t r a t e g y   i s   f o r   t h e   b u l l s .   o n l y   a c q u i r e   p l a y e r s   w h o s e   b o d i e s   n a t u r a l l y   p r o d u c e   e y e l i n e r   c h i c a g o b u l l s  
m y   s o n   w a s   s t u n t i n g   o n   h a t   d a y   a t   s c h o o l   🔥   m i n i j o r d a n   s t u n t i n l i k e m y d a d d y   t e a m c o u g h   b a l l e r   c h i c a g o b u l l s   m i c h a e l j o r d a n   b r y c e i a n   @   f l i n t ,   m i c h i g a n  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   f u l l   h i g h l i g h t s   2 n d   q t r   | n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n x i   a i r j o r d a n 1 1   b u l l s   1 9 9 5   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
c h i c a g o b u l l s :   " w e   g o t   a   b a b y   c o o k i e   m o n s t e r ! "   🍪     c h i c a g o b u l l s
b u l l s   p i c k   u p   p l a y e r   o p t i o n   f o r   p a t r i c k   w i l l i a m s   c h i c a g o b u l l s   p a t r i c k w i l l i a m s  
  m a d e   a   b i g   t i m e   i m p r e s s i o n   a t   h i s   f i r s t   g a m e   a s   a   c h i c a g o   b u l l !     b u l l s n a t i o n   c h i c a g o b u l l s  
c h i c a g o b u l l s :   d e m a r   d e r o z a n   l e d   t h e   w a y   w i t h   2 1   p o i n t s   i n   2 3   m i n u t e s   i n   o u r   p r e s e a s o n   o p e n e r . 
 
 📰 :     g a m e   r e c a p :   c h i c a g o b u l l s
n b a v i d e o s :   z i o n ' s   f i r s t   b u c k e t   b a c k   👀   
   
 
   
 b a s k e t b a l l   b a s k e t b a l l v i d e o s   c h i c a g o b u l l s   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 1 6   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v l o g   t e a m 1 6 1 0 6 1 2 7 4 1   v i d e o   v i d e o s   v l o g  
n e e d   h e l p   i d e n t i f y i n g   w h a t   g a m e   t h i s   f r o m 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o b u l l s :   v o o c h   l o o k e d   s t r o n g   i n   o u r   p r e s e a s o n   o p e n e r . 
 
 1 5   p t s   |   1 0   r e b   |   6 - 9   f g   |   3   s t l   |   4   b l k     c h i c a g o b u l l s
e p i s o d e   1   o u t   n o w ! 
 r e c a p p i n g   l a s t   n i g h t s   g a m e ,   w h a t   t o   e x p e c t   f r o m   t h i s   t e a m   g o i n g   f o r w a r d ,   a n d   s o m e   m a j o r   d a l e n   t e r r y   t a l k   h e r e ! 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   s e e r e d   
 

  p l a y e d   b e a u t i f u l l y   l a s t   n i g h t .   h e   g a i n e d   m y   r e s p e c t ,   s h o w e d   a   l o t   o f   p o t e n t i a l . 
 
 s o   d i d     ❗ ️ r o o k i e   s h o w i n g   s o   m u c h   p o t e n t i a l 
 
 b u l l s   j u s t   n e e d   b e t t e r   d e f e n s e   i m o 
 
 b u l l s n a t i o n   c h i c a g o b u l l s   n b a
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d e r o s e n   j e r s e y   c a m e   j u s t   i n   t i m e   f o r   t h e   f i r s t   p r e s e a s o n   g a m e ! 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
g a m e   t h r e a d :   n e w   o r l e a n s   p e l i c a n s   ( 0 - 0 )   a t   c h i c a g o   b u l l s   ( 0 - 0 )   o c t   0 4   2 0 2 2   8 : 3 0   p m   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
k e y s   f o r   c h i c a g o   b u l l s   v s     z i o n   . . . 
   
 
   
 a d a m s i l v e r   a l e x c a r u s o   a n d r e d r u m m o n d   a r t u r a s k a r n i s o v a s   a y o d o s u n m u   b i l l y d o n o v a n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s p o d c a s t   c h i c a g o b u l l s r u m o r s   c h i c a g o b u l l s s h o w   c h i c a g o b u l l s t a l k  
k b   & a m p ;   m j   -   
 a v a i l a b l e   f o r   v i e w i n g   f r o m   
 
 d i r e c t   m e s s a g e   f o r   m o r e   i n f o r m a t i o n 
 
 s i z e :   1 5 0   x   1 0 0 c m 
 m e d i u m :   m i x e d   m e d i a 
 y e a r :   2 0 2 2   
 e d i t i o n :   1   o f   1 
 
 b o o g i e m o l i   m i c h a e l j o r d a n     k o b e b r y a n t   m v p   m j   k b     n b a   l o s a n g e l e s l a k e r s     c h i c a g o b u l l s   k o b e   j o r d a n  
c h i c a g o   b u l l s   w e   g o i n g   h a r d   t h i s   s e a s o n   💪 ❤ ️ 
 n b a t w i t t e r   n b a p r e s e a s o n   c h i c a g o b u l l s   b u l l s n a t i o n
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   w a s   o n   t n t   ( u s a ) .   c o - c o m m e n t a t o r   i s   g r e g   a n t h o n y .   r e p o r t e r   i s   s t e p h a n i e   r e a d y .     f o r   m o r e   d e t a i l s   s e e     c h i c a g o b u l l s   n e w o r l e a n s p e l i c a n s   t n t u s a
a l e x   c a r u s o   b e c a m e   m i c h a e l   j o r d a n   f o r   a   m i n u t e   w i t h   a   c r a z y   s p i n .   
 f u l l   v i d e o   l i n k :   
 
 n b a   n b a 2 k 2 3   b u l l s n a t i o n   c h i c a g o b u l l s   c a r u s h o w   b a l d m a m b a   b a s k e t b a l l   깊 은 향 기 로 _ 남 을 _ 정 한 이 의 _ 스 물 여 덟  
  f r e e m a r k o   w h y   d o e s   d o n o v a n   h a t e   t o   p l a y   o u r   g u y       b u l l s n a t i o m   c h i c a g o b u l l s   m a r k o h o u r s
g a m e   t h r e a d :   n e w   o r l e a n s   p e l i c a n s   ( 0 - 0 )   a t   c h i c a g o   b u l l s   ( 0 - 0 )   o c t   0 4   2 0 2 2   8 : 3 0   p m 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
i t ’ s   g o o d   t o   b e   b a c k   h o m e   🫶 🏽   t o u g h   l o s s   🤧   i t ’ s   o n l y   p r e s e a s o n   t h o   💯   u s e   m y   c o d e   “ s h o r t y a ”   t o   g e t   $ 2 0   o f f   y o u r   f i r s t   p u r c h a s e   o n   s e a t g e e k   🎟 ️ 🚨 b u l l s n a t i o n   c h i c a g o b u l l s  
l o v e   t h e   i n t r o !   
   
 b u l l s p e l i c a n s   
 u n i t e d c e n t e r   
 c h i c a g o b u l l s   
 b u l l s n a t i o n  
1 5   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r !   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r   a s   w e   g i v e   y o u   e v e r y t h i n g   y o u   n e e d ,   e v e r y   t i m e   y o u   w a t c h ! 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n   b u l l s n a t i o n . . .    
t o u g h   l o s s   🤧 !   b u l l s n a t i o n   c h i c a g o b u l l s  
b u l l s   l o s e   a   c l o s e   o n e !   t h i s   w a s   a   g r e a t   g a m e   t o w a r d s   t h e   e n d .   y o u n g   g u y s   d i d   t h e i r   t h i n g !   i   c a n ’ t   w a i t   u n t i l   w e ’ r e   i n   g a m e   s h a p e !   l e t ’ s   k e e p   i t   g o i n g !   c h i c a g o b u l l s
w e   n e e d   t o   s e e     m o r e   t h i s   s e a s o n .   h i s   e n e r g y   w a s   i n s a n e   t o n i g h t . 
 
 c h i c a g o b u l l s   s e e r e d   b u l l s   n b a p r e s e a s o n   n b a  
f i r s t   b u c k e t   b y   k o s t a s   💪 🏽 ‼ ️   b u l l s n a t i o n   c h i c a g o b u l l s  
    e n e r g y   e n e r g y   e n e r g y     c h i c a g o b u l l s   b u l l s
    e n e r g i z e r :     c h i c a g o b u l l s   b u l l s
d a l l e n   t e r r y   o u t   h e r e   s n a p p ' n ! 
 d a b u l l s   
 c h i c a g o b u l l s
t h e   b u l l s   a r e   w i n n i n g ! !   😬 
 
 c h i c a g o b u l l s   b u l l s v s p e l i c a n s
n a h ,   t h e   n b a   i s   s o f t   i f   t h a t   d a l e n   t e r r y   c e l e b r a t i o n   w a s   a   t e c h .   w o o o w .   c h i c a g o b u l l s
t h e m   b o y z   t e r r y   a n d   h i l l   a r e   c r a z y   c h i c a g o b u l l s   s e e r e d   b u l l s n a t i o n
l e t s   g o o o o   🐂 🔥   b u l l s n a t i o n   c h i c a g o b u l l s  
y o u n g   s q u a d   s h o w s   s o   m u c h   p r o m i s e ,   v e r y   h a p p y   r i g h t   n o w   c h i c a g o b u l l s
t h e   k i d s   a r e   a l r i g h t !   c h i c a g o b u l l s
t h e s e   b u l l s   d o n ’ t   q u i t   😤   c h i c a g o b u l l s   b u l l s n a t i o n       l e t ’ s   g o o o o o ! !
l e t s   g o ! !   😃 💪   b u l l s n a t i o n   c h i c a g o b u l l s
k e e p   o n   c o o k i n g   d a l e n   t e r r y   🧑 ‍ 🍳 🍳   c h i c a g o b u l l s
b u l l s   o p e n   p r e s e a s o n   v s .   p e l i c a n s ,   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   j u s t i n f i e l d s   m a t t e b e r f l u s   n b a   n b c s p o r t s c h i c a g o   n f l   p a t r i c k w i l l i a m s   r y a n p o l e s   u n f i l t e r e d   u n i v e r s i t y o f i l l i n o i s   z a c h l a v i n e  
w h y   t f   i s   m a r k o   s i m o n i v i c   s t i l l   n o t   p l a y i n g   i n   t h e   n b a ?   b u l l s   c h i c a g o b u l l s   n b a
f i r s t   b u c k e t   b y   t h e   r o o k   ⭐ ️     b u l l s n a t i o n   c h i c a g o b u l l s  
r o o k i e   c h e c k i n g   i n   👀 🔴     b u l l s n a t i o n   c h i c a g o b u l l s  
2   a r e a s   i   w a s   a n d   a r e   l o o k i n g   f o r ,   v u c   c l o s e   t o   a l l   s t a r   s t a t u s   a n d   p w i l l   b e i n g   a g g r e s s i v e   a n d   n o   h e s i t a t i o n   o n   s h o t s   e s p   t h e   3   b a l l . . .   v u c   d e l i v e r i n g   a n d   p w i l l   s t i l l   o v e r t h i n k i n g . . .   b u t   s m a l l   s t e p s . . . w e   g o t   2   w e e k s   s e e r e d   👀 🔴   c h i c a g o b u l l s
e v e n   a t   f u l l   s t r e n g t h ,   t h e   b u l l s   a r e   g o i n g   t o   n e e d   a   r i m   p r o t e c t e r :     c h i c a g o b u l l s   b u l l s
t h i s   y o u t h   h o o p s   k i d   i s   t h e   f u c k i n g   b e s t ,   i   h o p e   s o m e o n e   g o t   h i m   s a y i n g   " t h i s   i s   a m a z i n g "   c h i c a g o b u l l s   b u l l s n a t i o n
n e w   s e a s o n 
 n e w   t h r e a d 
 n e w   m e 
 
 t h e     f i n a l   2 0 2 1 - 2 2     r a c e   s t a n d i n g s : 
 
 c u p p y c o f f e e   ☕ ️   3 2   w i n s 
 d a s h i n g d o n u t   🍩   3 0   w i n s 
 b i g g i e b a g e l   🥯   3 0   w i n s 
 
 r e c o r d   l a s t   s e a s o n :   4 4 - 2 9   + $ 5 , 9 0 0 
 
 l o c k   o f   t h e   r a c e   🔒   
 c u p p y   c o f f e e   ☕ ️   + 2 0 0 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   s e e r e d
h e y   i t ' s   r e v e a l i n g   i t s e l f   a g a i n .   t h e   b u l l s   n e e d   a   r i m   p r o t e c t o r :     c h i c a g o b u l l s   b u l l s
u g l y   s t a r t .   p o o r   b a l l   m o v e m e n t ,   l a c k   o f   h u s t l e ,   b a d   s h o t   m a k i n g ,   l o u s y   d e f e n s i v e   e f f o r t ;   d r a g i c   l o o k s   w a s h e d ,   c o b y   l o o k s   l i k e   c o b y …   z a c h   a n d   d e m a r   p l a y i n g   i s o   b a l l   a n d   n o t   l o o k i n g   i n   s y n c .   t e l l i n g   m y s e l f .   b u t   e v e n   f o r   p r e s e a s o n   t h i s   i s   c o n c e r n i n g   c h i c a g o b u l l s
u n t i l   l o n z o   c o m e s   b a c k   t h i s   b u l l s   t e a m   i s   g o i n g   s t r u g g l e .   i t ' s   u n f o r t u n a t e   b u t   h o p e f u l l y   h e   w i l l   b e   b a c k   s o o n e r   t h a n   l a t e r .   c h i c a g o b u l l s   l o n z o b a l l   n b a
“ h o w   m u c h   d o e s   d r a g i c   h a v e   l e f t   i n   t h e   t a n k ? ”     c h i c a g o b u l l s   g o b u l l s  
a f t e r   w a t c h i n g   z i o n   a l m o s t   d e c a p i t a t e     u n d e r n e a t h   t h e   r i m ,   i t ' s   n i c e   t o   k n o w   t h e   o f f i c i a l s   s t i l l   d o n ' t   l i k e   c a l l i n g   f o u l s   o n   o u r   g u y s .   c h i c a g o b u l l s  
w h e r e ' s   a r e   y o u n g   t a l e n t   c h i c a g o b u l l s
j o n a t h a n   m a j o r s   t o   p l a y   d e n n i s   r o d m a n   i n   t h e   f i l m   ' 4 8   h o u r s   i n   v e g a s ' . . .   o u t l o u d c u l t u r e       4 8 h o u r s i n v e g a s   j o n a t h a n m a j o r s   c h i c a g o b u l l s   d e n n i s r o d m a n   e n t e r t a i n m e n t   f e a t u r e d   f i l m   m o v i e   t v 
 
  
s h o o t i n g   7 0 %   f r o m   t h e   f i e l d ?     g o b u l l s   c h i c a g o b u l l s  
d e m a r   d e r o z a n   i s   n o t   t h a t   g u y   . .   n e v e r   b e e n   t h a t   g u y   . .   n o b d o d y   w i l l   e v e r   t e l l   m e   s h i t   … 
 
 d e m a r d e r o z a n   c h i c a g o b u l l s   n b a b a s k e t b a l l   n b a   …
i   d o n ’ t   k n o w   w h y   b u t   d u d e s   w e a r i n g   o n e   c o m p r e s s i o n   s o c k   o n   o n e   l e g   b u g s   m e . .   e i t h e r   d o   b o t h   o r   n o n e   a t   a l l …   c h i c a g o b u l l s
  f i r s t   p r e s e a s o n   g a m e . 
 f a n t a s y   d r a f t   a   w e e k   f r o m   t o m o r r o w . 
 3 r d   p i c k   t h i s   y e a r . 
 💁 🏽 ‍ ♂ ️   y o u ’ v e   b e e n   w a r n e d   🤷 🏽 ‍ ♂ ️ 
 c h i c a g o b u l l s   f a n t a s y b b a l l   b b a l l s e a s o n   s o n s o f j o r d a n   s o o n c o m e   s e e r e d              
a l r e a d y   n o t   a   f a n   o f   d r a g i c …   c h i c a g o b u l l s
s l o p p y   1 s t   q u a r t e r   f o r   t h e   b u l l s   s m h   😑   b u l l s n a t i o n   c h i c a g o b u l l s
r o u g h   1 s t   q u a r t e r .   😢   c h i c a g o b u l l s
d r a g i c   r i g h t   n o w 
 
 c h i c a g o b u l l s  
p i c   f r o m   l a s t   s e a s o n ,   b u t   s t i l l   r o c k i n g   t h e   d o u g   m c d e r m o t t   j e r s e y   f o r   t h e   s e a s o n   ( w h i t e   g u y   r e t r o   f e s t i v a l   j e r s e y   s e a s o n   n e v e r   e n d s )   c h i c a g o b u l l s   b u l l s   n b a  
t h a t   b e t t e r   b e   n e r v e s   g r a g i c . . d o n ' t   b r i n g   t h a t   m e s s   t o   c h i c a g o   c h i c a g o b u l l s
g o o d   b l o c k   v u c ! 
 
 c h i c a g o b u l l s
🏀   b a s k e t b a l l :   c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   -   n b a 
 ⏰   0 8 . 3 0   u t c + 7 
 ➡   
 
 b a s k e t b a l l   a m e r i c a n   u s a   n b a f a n s   c h i c a g o b u l l s   n e w o r l e a n s p e l i c a n s
n o t   t h e   b e s t   s t a r t   😅 
 
 s e e r e d   c h i c a g o b u l l s  
b u l l s   g e t t i n ’   f r i e d   t o   s t a r t   t h e   g a m e .   h a v e n ’ t   w e   l e a r n e d   f r o m   l a s t   y e a r ’ s   m i s t a k e s ?   😩 😩   c h i c a g o b u l l s
h e y !   i t ’ s   m y   f r i e n d s   f i r s t   g a m e !     _ s p a c e   c h i c a g o b u l l s   m y f i r s t g a m e  
i ' m   s o   h y p e d   f o r   t h i s   g a m e   a n d   i t ' s   o n l y   p r e s e a s o n . t i m e   t o   l i g h t   t h i s   s i g n   b a c k   u p ! 
 
 c h i c a g o b u l l s   s e e r e d  
b u l l s   t i m e   c h i c a g o b u l l s   p o w e r c l a p  
h e r e   i s   f i n g e r s   c r o s s e d   🤞   t o   a   f a l l /   w i n t e r   f i l l e d   w i t h   l o t s   o f     a n d     e l e c t r i c   c a l l s .         c h i c a g o b u l l s   d a b u l l s   n b a
b u l l s   b a s k e t b a l l   i s   b a c k . . .   l e t ' s   g o !   🐃 🏀 💪 🏾 
 c h i c a g o b u l l s   c h i c a g o   b u l l s   c h i c a g o n a t i o n   b u l l s n a t i o n   c h i c a g o b a s k e t b a l l   b u l l s b a s k e t b a l l     b u l l i e v e   s e e r e d   👀 🟥      
f i r s t   g a m e   o f   t h e   s e a s o n !   l e t ’ s   g o o o o o   c h i c a g o b u l l s
w h a t   i f …   d e r r i c k   r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   d e r r i c k r o s e   d r o s e   n b a t w i t t e r  
h o w   w a s   e v e r y o n e ’ s   o f f - s e a s o n ?   t a l k   t o   m e .   c h i c a g o b u l l s
c h i c a g o   v s   n e w   o r l e a n s 
         (   0 3 : 3 0   g m t + 2   ) 
 g a m e d a y   n b a   n b a p r e s e a s o n   n b a j a p a n g a m e s   
 l i v e   l i v e s t r e a m   b a s k e t b a l l   c h i c a g o b u l l s     n e w o r l e a n s   p e l i c a n s   
               🏀 l i n k   ⬇ ️ 

[ k . c .   j o h n s o n ]   b i l l y   d o n o v a n   s a i d   h e   w i l l   c h e c k   w i t h   s t a r t e r s   a f t e r   1 s t   h a l f   t o   d e t e r m i n e   i f   t h e y   w i l l   p l a y   i n   2 n d   h a l f   v s .   p e l i c a n s .   r o t a t i o n a l   s t i n t s   w i l l   b e   s h o r t e r .   s t a r t e r s   a r e :   a y o   z a c h   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
⭕ ❌ ⭕ ❌ ⭕ ❌   b u l l s n a t i o n   c h i c a g o b u l l s   s e e r e d     g a m e d a y   b a b y  
g o n n a   h a v e   a   l o t   o f   f r e e   t i m e   w i t h   t h i s   r e c o v e r y ,   s o   i   s t a r t e d   a n o t h e r   p o d c a s t   a l l   b u l l s   f o c u s e d 
 b u l l s n a t i o n   s e e r e d   c h i c a g o b u l l s  
b r a n d   n e w   p o d c a s t 
 f i r s t   e p i s o d e   c o m i n g   p o s t   g a m e   t o n i g h t ! 
 w e ’ r e   g o i n g   t o   k e e p   i t   a l l   t h e   w a y   r e a l   a b o u t   t h i s   t e a m 
 b u l l s n a t i o n   s e e r e d   c h i c a g o b u l l s
c h i c a g o b u l l s   n e w o r l e a n s p e l i c a n s   n b a j a p a n g a m e s   b a s k e t b a l l   a l e x c a r u s o   n b a 2 k 2 3   z a c h l a v i n e   n b a   
 l i v e   c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   l i v e s t r e a m   
 
                                   🇺 🇸 l i n k 🏀 🗑 ️ 
                                             ⬇ ️ 
 
   ✅
h o w   t h e   c h i c a g o   b u l l s   . . . 
   
 
   
 1 9 9 8 n b a f i n a l s   b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e n n i s r o d m a n   e a s t e r n c o n f e r e n c e   e d d y c u r r y   e l t o n b r a n d   j a l e n r o s e   j a m a l c r a w f o r d   j e r r y k r a u s e   l u c l o n g l e y   m a r c u s f i z e r   m i c h a e l j o r d a n   n b a   n b a f i n a l s  
n b a   t u e s d a y :   2 0 0 5   a w a r d s   a n a l y s i s ,   v o l u m e   i i     d a i l y m c p l a y   n b a   n b a h i s t o r y   n b a 2 0 0 5   n b a f i n a l s   n b a f i n a l s m v p   n b a d p o y   t i m d u n c a n   s a n a n t o n i o s p u r s   b e n w a l l a c e   d e t r o i t p i s t o n s   t y s o n c h a n d l e r   c h i c a g o b u l l s
f i r s t   p r e - s e a s o n   c h i c a g o   b u l l s   g a m e   t o d a y !   y o u   k n o w   t h i s   s e a s o n   w i l l   b e   a w e s o m e   w i t h   t h i s   t e a m !   b u l l s n a t i o n   b u l l s   c h i c a g o b u l l s
h a p p y   g a m e   d a y   y ’ a l l !   b u l l s n a t i o n   
     c h i c a g o b u l l s   n b a   s e e r e d   ❤ ️  
c e l e b r a t e   t h e   s t a r   o f   t h e   n b a   s e a s o n   b y   e x p a n d i n g   y o u r   b a s k e t b a l l   f u n k o   c o l l e c t i o n ! 
 
 o r d e r   h e r e :   
 
 t r e a t y o s h e l f   v i n y l f i g u r e s   f u n k o p o p   f u n k o v i n y l   j a y s o n t a t u m   c e l t i c s   l a k e r s   l e b r o n   c h i c a g o b u l l s   m i c h a e l j o r d a n   l a r r y b i r d   m a g i c j o h n s o n   s t e p h c u r r y  
i   p a i n t e d   t h e   g r e a t   m i c h a e l   j o r d a n .   
 b r i g h t n t u l i a r t   
 m i c h a e l j o r d a n   m j   m j 2 3   g o a t   c h i c a g o b u l l s   t h e l a s t d a n c e   j o r d a n s   j u m p m a n   c h a r l o t t e h o r n e t s   s c o t t i e p i p p e n   n b a   b a s k e t b a l l   g r e a t n e s s  
1 5   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r !   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r   a s   w e   g i v e   y o u   e v e r y t h i n g   y o u   n e e d ,   e v e r y   t i m e   y o u   w a t c h ! 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n   b u l l s n a t i o n . . .    
t h e   b u l l s   s i g n i n g   k o s t a s   a n t e t o k o u n m p o   i s … . . i n t e r e s t i n g 
   
 
   
 a l e x c a r u s o   a y o d o s u n m u   b u l l s f r e e a g e n c y   b u l l s n a t i o n   b u l l s n e w s   b u l l s r u m o r s   b u l l s u p d a t e   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
w h e n   i   w a s   i n   l u t h e r a n   g e n e r a l ,   i   w a s n ' t   i n   t h e   h o s p i t a l   b e d .   m e n t a l l y   i   w a s   i n   t h e   g a m e .   c h i c a g o b u l l s
🏆   2 0 1 1   n b a   m o s t   v a l u a b l e   p l a y e r 
 🏆   2 0 1 1   a l l - n b a   f i r s t   t e a m   
 🏆   3 ×   n b a   a l l - s t a r 
 🏆   2 0 0 9   n b a   r o o k i e   o f   t h e   y e a r 
 
 j o i n   u s   i n   w i s h i n g   a   h a p p y   3 4 t h   b i r t h d a y   t o   d e r r i c k   r o s e !   🥳 🌹 
 
 d e r r i c k r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   n b a   b i r t h d a y  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n v i   a i r j o r d a n 6   b u l l s   1 9 9 1   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
p r e s e a s o n   i s   f i n a l l y   h e r e !   l e t ' s   g o   b u l l s ! 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
n b a   s e a s o n   ! ! ! !   h o p e   t h e   c h i c a g o b u l l s   d o   b e t t e r   t h i s   s e a s o n
c h i c a g o b u l l s   p r e s e a s o n   l e t ' s   g e t   t h i s   w   t o n i g h t !     @   u n i t e d   c e n t e r  
s h o w i n g   l o v e   t o   m y   r o o t s .   m y   c i t y   c h i c a g o !   i   k n o w   t h e   c u b s   f a n s   w i l l   b e   m a d   a t   t h e   s o x   s i g n s   a n d   v i c e   v e r s a .   i ' m   j u s t   s h o w i n g   s o m e   l o v e   t o   m y   c i t y .   l o v e   m y   c i t y !   c h i c a g o   c h i c a g o b u l l s     c h i c a g o c u b s       c h i c a g o w h i t e s o x   a r m y   a r m y v e t e r a n   v e t e r a n o w n e d b u s i n e s s  
c h i c a g o b u l l s :   p a t r i c k   w i l l i a m s   e n t e r s   y e a r   3   a f t e r   r e c e n t l y   t u r n i n g   2 1   y e a r s   o l d . 
 
 " i   f e e l   a   l i t t l e   b i t   m o r e   a t h l e t i c .   i   j u s t   f e e l   r e a d y . ” 
 
 📰 :     c h i c a g o b u l l s
g o t   m y   d e r o z a n   j e r s e y   o n ,   e x c i t e d   f o r   t o n i g h t 😆   i   h o p e   t o   s e e     o n   m y   t v   t o n i g h t ! !   m i s s   t h a t   m a n ’ s   c o m m e n t a r y .   t h e   b e s t ! !   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   c h i c a g o
t h e   b u l l s   a r e   b a c k   🚨 
 
 s m s p o r t s   c h i c a g o b u l l s  
“ i   b e t   e v e n   m i c h a e l   c a n ’ t . . ”   $ 1 8 0   m i l l i o n   l e g e n d   j a n e t   j a c k s o n   o n c e   h e l p e d   m i c h a e l   j o r d a n   f l e x   h i s   f a m e   i n   a   m a t t e r   o f   s e c o n d s     b a s k e t b a l l   c h i c a g o b u l l s
c h i c a g o b u l l s :   t h e   w a i t   e n d s   t o n i g h t .     c h i c a g o b u l l s
h e y     p l a y   a   b a s k e t b a l l   g a m e   t o n i g h t ! !   s e e r e d   b u l l s n a t i o n   c h i c a g o b u l l s
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   c h i c a g o   b u l l s   m i g h t   b e   d o n e . . . . "   
 
 c r e a t o r :     n e o   b a l l   n o t e s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   b u l l s   c h i c a g o b u l l s 
 
  
" i   c o u l d n ’ t   d o   a n y t h i n g ! "   -   m i c h a e l   j o r d a n   o n c e   n a m e d   t h e   o n l y   p l a y e r   h e   c o u l d n ' t   d o m i n a t e . 
 
 b u l l s n a t i o n   
 c h i c a g o b u l l s   🏟 
 b u l l s   🏀 
 n b a   n b a t w i t t e r   
 
  
h i g h l i g h t s :   m a r k o   s i m o n o v i ć   s h o w s   o u t   w i t h   2 7   p o i n t s   a s   b u l l s   b e a t   d a l l a s   1 0 0 - 9 9   n b a   s u m m e r   l e a g u e 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c l i c k   h e r e   f o r   t h e   f u l l   n e w s :   
 
 f o r e x p o l i c y   f x   n e w s   b r o k e r   b r o k e r n e w s   f x m a r k e t   t r a d i n g f o r e x   p l u s 5 0 0   i s r a e l   m a r k e t   m a r k e t i n g   f o r e x   f i n t e c h   c f d s   c h i c a g o b u l l s   b a s k e t b a l l   f o r e x t r a d i n g   f x n e w s   f o r e x   c f d   p a r t n e r s h i p s   s p o r t s   t e a m  
h i g h l i g h t s :   d a l e n   t e r r y   d r o p s   2 0   p o i n t s   a s   b u l l s   b l o w   o u t   h o r n e t s   i n   s u m m e r   l e a g u e 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
1 6   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r !   n u m b e r   1 6 ,   p a u   g a s o l   w a s   a   d o u b l e - d o u b l e   m a c h i n e   f o r   t h e   b u l l s   i n   2 0 1 4 - 2 0 1 6 ,   b e c o m i n g   o n e   o f   t h e   o l d e s t   p l a y e r s   t o   r e c o r d   m u l t i p l e   t r i p l e - d o u b l e s . 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n . . .    
s h o p   b u l l s n a t i o n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a a l l s t a r   n b a o n t n t   n b a 7 5   n b a v o t e   n b a t o p s h o t t h i s   n b a t w i t t e r   b u l l s   c h i c a g o b u l l s   c h i c a g o
d e m a r   d e r o z a n   n o   w o r r i e s   o f   a   p r o b a b l e   d e c l i n e   o f   h i s   g a m e :   ‘ t h e r e   a r e   s o   m a n y   w a y s   t o   t a k e   c a r e   o f   y o u r s e l f ’   c h i c a g o b u l l s   d e m a r d e r o z a n  
n b a   l e a d e r :   2 7 . 9   p p g   i s   a r t u r a s   k a r n i s o v a s   o n   t h e   h o t   s e a t   w i t h   c h i c a g o   b u l l s   f a n s ?   c h i c a g o b u l l s   a r t u r a s k a r n i s o v a s    
b u l l s   q & a m p ; a :   k o s t a s   a n t e t o k o u n m p o   t a l k s   e u r o b a s k e t ,   g i a n n i s   
   
 k o s t a s a n t e t o k o u n m p o   g i a n n i s a n t e t o k o u n m p o   c h i c a g o b u l l s  
o n e   m o r e   d a y   t i l   p r e s e a s o n   s t a r t s   f o r   t h e   b u l l s !   l e t ' s   g o   b u l l s !   
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
d e a n d r e   a y t o n   t r a d e   t o   t h e   c h i c a g o   b u l l s ?   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s d e a n d r e a y t o n   d e a n d r e a y t o n b u l l s   d e a n d r e a y t o n b u l l s t r a d e   d e a n d r e a y t o n c h i c a g o b u l l s   d e a n d r e a y t o n c h i c a g o b u l l s t r a d e   d e a n d r e a y t o n t r a d e   d e a n d r e a y t o n t r a d e b u l l s  
2 0 0 2 - 0 3   n b a   h o o p s   s t a r s   d o n y e l l   m a r s h a l l   8 2   c h i c a g o b u l l s 
 b u l l s n a t i o n   b u l l s 
 
 $ 2   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
c h i c a g o b u l l s :   " w e   c a n ' t   h o p e   t e a m s   m i s s ,   w e ' v e   g o t   t o   m a k e   t h e m   m i s s . " 
 
 a l l - a c c e s s .   y o u t u b e .   t u e s d a y   a t   9   a m   c t .     c h i c a g o b u l l s
c h i c a g o b u l l s :   l e t   t h e   g a m e s   b e g i n .     c h i c a g o b u l l s
i   l o v e   c h i c a g o   –   i   l u v   c h i   
 c h e c k   o u t   m y   n e w   b r a n d .   c h i c a g o   m y k i n d o f t o w n   i l o v e c h i c a g o   i l u v c h i   c h i c a g o m e r c h   c h i c a g o s t o r e   c h i c a g o c u b s   c h i c a g o b u l l s   c h i c a g o b l a c k h a w k s    
  n e w   p f p   a   s t e e z y   b a l l e r   w i t h   s h o r t   n a t t y   b l u e   d r e a d s   a n d   b e a r d . 
 
 l o o k   l i k e   c h i c a g o b u l l s   m u c h ? ? ?   
 w h a t s   y o u r   l u c k y   n u m b e r ? ? ? 
 
 n f t s   n f t   n f t a r t   n f t c o m m u n i t y   n f t c o l l e c t o r   n f t a r t i s t   c r y p t o   e t h e r e u m   o p e n s e a   n f t c o l l e c t o r s   b l o c k c h a i n   n f t d r o p   c r y p t o c u r r e n c y  
m g d   b e e r   r i n g   o r   n o t ?   d o e s n ’ t   l o o k   t h e   s a m e ? 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
i m   w o r r i e d   f o r   t h e           . . .   u n l e s s     v i a     
 
 c h i c a g o   c h i c a g o b u l l s   b u l l s n a t i o n   b u l l s  
c h i c a g o b u l l s :   l i v e   b u l l s   p o s t - p r a c t i c e   m e d i a   a v a i l a b i l i t y   ( 1 0 . 0 3 . 2 0 2 2 )     c h i c a g o b u l l s
d a l e n   t e r r y   & a m p ;   z a c h   l a v i n e   a r e   t o o   . . . 
   
 
   
 b u l l s n e w s   b u l l s n e w s a n d r u m o r s   b u l l s r u m o r s   b u l l s t r a d e r u m o r s   b u l l s u p d a t e   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s c e n t r a l   c h i c a g o b u l l s d a l e n t e r r y h o r r i f i c u p d a t e   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s n e w s a n d r u m o r s  
p l u s 5 0 0   s i g n s   4 - y e a r   d e a l   w i t h   c h i c a g o   b u l l s   i n   f i r s t   u s   s p o n s o r s h i p 
 r e t a i l f x   i s r a e l   u n i t e d - s t a t e s   c h i c a g o b u l l s   p l u s 5 0 0  
1 6   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r !   n u m b e r   1 6 ,   p a u   g a s o l   w a s   a   d o u b l e - d o u b l e   m a c h i n e   f o r   t h e   b u l l s   i n   2 0 1 4 - 2 0 1 6 ,   b e c o m i n g   o n e   o f   t h e   o l d e s t   p l a y e r s   t o   r e c o r d   m u l t i p l e   t r i p l e - d o u b l e s . 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n . . .    
1   m o r e   d a y   u n t i l   b u l l s   b a s k e t b a l l   b u l l s n a t i o n   s e e r e d   d a b u l l s   b u l l s   c h i c a g o b u l l s   n b a   n b a p r e s e a s o n   b a s k e t b a l l  
c h i c a g o   b u l l i e s   i n   t h e   b u i l d i n g ! 
   s a i d   t h e y   a b o u t   t o   p u t   i n   t h a t   w o r k   t h i s   y e a r !   🏀   🔥 🔥 🔥 
 b a c k   o n   h i s   b u l l s h i t !   🐂 
 c h i c a g o b u l l s   @   w h i s p e r s   a t   o a k   s t r e e t   b e a c h  
c u r i o u s   a s   t o   w h a t   y o u   g u y s   t h i n k   o f   t h i s .   i m o   i t ’ s   a   n o   f r o m   m e 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
q & a m p ; a   w i t h   a l w a y s   a   p l e a s u r e   a u t h o r   c h u c k   s w i r s k y     v i a       c h i c a g o b u l l s
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n i v   a i r j o r d a n 4   b u l l s   1 9 8 9   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l  
o n e   m o r e   d a y   t i l   p r e s e a s o n   s t a r t s   f o r   t h e   b u l l s !   l e t ' s   g o   b u l l s !   
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
n e w   v i d e o   t o   w a t c h : 
 
 " b u l l s   t r a i n i n g   c a m p   n e w s :   b u l l s   i n t r o d u c e   n e w   o f f e n s e   |   b u l l s   c r i t i q u e   b i l l y   d o n o v a n ' s   s e a s o n "   
 
 c r e a t o r :     c h i   b u l l s   p o d c a s t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   b u l l s   c h i c a g o b u l l s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " b u l l s   t r a i n i n g   c a m p   n e w s :   b u l l s   i n t r o d u c e   n e w   o f f e n s e   |   b u l l s   c r i t i q u e   b i l l y   d o n o v a n & a m p ; 3 9 ; s   s e a s o n "   
 
 c r e a t o r :     c h i   b u l l s   p o d c a s t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   b u l l s   c h i c a g o b u l l s 
 
  
b e a r s - g i a n t s   f o o t b a l l   a f t e r s h o w :   j u s t i n   f i e l d s   s a c k e d   6   t i m e s   i n   l o s s   t o   g i a n t s   |   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b e a r s   c h i c a g o b u l l s   d a n i e l j o n e s   e a s t e r n c o n f e r e n c e   j u s t i n f i e l d s   m a t t e b e r f l u s   n b c s p o r t s c h i c a g o   n e w y o r k g i a n t s   n f l   s a q u o n b a r k l e y  
5 9 f i f t y   c h i c a g o   b u l l s   t e a m   h e a n o w   a v a i l a b l e   f r o m   e b l e n s 
 
 n e w d r o p   e b l e n s   e b l e n s f o o t w e a r   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   5 9 f i f t y   t e a m   h e a r t   h a t c r a w l e r   f i t t e d   f i t t e d f a m i l y   n e w e r a c a p s   n e w e r a f i t t e d 
 

c h i c a g o b u l l s :   t h e   w a i t   f o r   b u l l s   b a s k e t b a l l   i s   a l m o s t   o v e r . 
 
 i n t r o d u c i n g   o u r   2 2 - 2 3     w a r m u p s .     c h i c a g o b u l l s
p l u s 5 0 0   t o   b e c o m e   o f f i c i a l   g l o b a l   p a r t n e r   o f   c h i c a g o   b u l l s     
 
     f o r e x   c f d s   c f d t r a d i n g   o n l i n e t r a d i n g   s p o r t s b i z   s p o n s o r s h i p   b u l l s   c h i c a g o b u l l s   $ p l u s
“ n o   o n e   c a n   j u s t i f y   b e i n g   d e n n i s   r o d m a n ”   n b a   t w i t t e r   r e a c t s   t o   j o n a t h a n   m a j o r s   p l a y i n g   t h e   w o r m   i n   4 8   h o u r s   i n   l a s   v e g a s .     c h i c a g o b u l l s   n b a
c h i c a g o   b u l l s   t r a i n i n g   c a m p   & a m p ;   d e m a r   d e r o z a n   l a t e s t   p r i v a t e   w o r k o u t   v i d e o ! 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
u p   n e x t !   n b a   2 k   r e a l i s t i c   r e t r o   g a m e p l a y !   d e r r i c k   r o s e   v s   p a u l   p i e r c e !   b u l l s   v s   c e l t i c s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   7 ,   2 0 2 2   6 : 0 0   p m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   c h i c a g o b u l l s   d e r r i c k r o s e   b o s t o n c e l t i c s   b u l l s v s c e l t i c s   c e l t i c s   b u l l s   p a u l p i e r c e  
j u s t   a n o t h e r   g a m e   w h e r e   l a v i n e   i s   m a k i n g   o p p o n e n t s   l o o k   l i k e   c h u m p s .   
 
 n b a 2 k   b u l l s n a t i o n   c h i c a g o b u ĺ l s   p s 5 s h a r e   p s 5   v g p u n i t e   v i r t u a l p h o t o g r a p h y   v g p h o t o m o d e   t h e p h o t o m o d e  
c h i c a g o   b u l l s 
   
 
   
 b a l l i s l i f e   b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   n b a   n b a p r e s e a s o n   s p o r t s   t r e n d i n g  
n b a   p r o g r a m ,   m e i j e r   b a s k e t b a l l   c l a s s i c ,   p i s t o n s   v s .   w i z a r d s ,   o c t o b e r   1 1 ,   2 0 0 1   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   j e r r y s t a c k h o u s e   d e t r o i t   p i s t o n s   n b a   s p r i t e  
h o m e   i s   w h e r e   t h e   s t o r y   b e g i n s   
 y o u   l i k e   i t ?   f o l l o w   m e 🤭 🤩 🔥     
 ❤ ️ 🤍 🖤 ❤ ️ 🤍 🖤 ❤ ️ 🤍 🖤   c h i c a g o   c h i c a g o s u b u r b s   i l l i n o i s   b u l l s  
i n k t o b e r   2 0 2 2   d a y   6   ( t r i p ) 
 c h a r a c t e r :   b e n n y   t h e   b u l l   ( c h i c a g o   b u l l s ) 
 
 d i g i t a l a r t   d i g i t a l a r t i s t 
 a r t   a r t i s t   d i g i t a l a r t w o r k 
 a r t w o r k   c h a l l e n g e   a r t c h a l l e n g e   d r a w i n g c h a l l e n g e   i n k t o b e r   i n k t o b e r 2 0 2 2   b e n n y t h e b u l l   c h i c a g o   c h i c a g o b u l l s   m a s c o t   b a s k e t b a l l   s p o r t s   b u l l   f a n a r t  
n b a 
 
 m i l w a u k e e   v s   c h i c a g o   b u l l s 
 t o n i g h t   o n   n x z t   i p t v   n b a   m i l w a u k e e   c h i c a g o   
 l i v e 
 
 ⏰ t u e s d a y :   8 : 0 0   p m   ( e t )  
c h i c a g o   b u l l s :   h o w   p a t r i c k   w i l l i a m s   j u s t   l o s t   t h e   s t a r t i n g   p f   j o b 
 
 
 
 n b a   c h i c a g o   b u l l s n a t i o n   b u l l s   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o   p a c e r s
l e b r o n   j a m e s   u r g e s   l a k e r s   t o   s i g n   t h i s   s t a n d o u t   p r e s e a s o n   s t a r 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l s o a n g e l e s   h e a t t w i t t e r     f e a r t h e d e e r   m f f l   s u n s   b u c k s   j a z z   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   d u b n a t i o n
3   l a k e r s   w h o   h a v e   b e e n   l i g h t i n g   t h e   w o r l d   o n   f i r e   t h i s   p r e s e a s o n 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l s o a n g e l e s   h e a t t w i t t e r     f e a r t h e d e e r   m f f l   s u n s   b u c k s   j a z z   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   d u b n a t i o n
m i a m i   h e a t   s n i p e r s ,   r o b i n s o n   a n d   s t r u s ,   l e a d   o v e r   h o u s t o n ,   1 1 8 - 1 1 0 
 
 
 
 n b a   m i a m i   h e a t t w i t t e r   h e a t n a t i o n   f e a r t h e d e e r   m f f l   s u n s   b u c k s   j a z z   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
3   k e y   t a k e a w a y s   f o r   m i l w a u k e e   b u c k s   f o l l o w i n g   g a m e s   i n   a b u   d h a b i 
 
 
 
 n b a   f e a r t h e d e e r   m i l w a u k e   b u c k s   r a i s e d b y w o l v e s   m f f l   s u n s   n e w y o r k f o r e v e r   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
w h a t   w e ' v e   l e a r n e d   f r o m   t h e   m i n n e s o t a   t i m b e r w o l v e s '   p r e s e a s o n   s o   f a r 
 
 
 
 n b a   r a i s e d b y w o l v e s   m i n n e s o t a   t i m b e r w o l v e s   w o n t b o w d o w n   n e w y o r k f o r e v e r   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
w i l l   z i o n   w i l l i a m s o n   b e   t h e   n e x t   a m e r i c a n - b o r n   m v p ? 
 
 
 
 n b a   w o n t b o w d o w n   n e w o r l e a n s   p e l i c a n s     n e w y o r k f o r e v e r   h e r e t h e y c o m e   w e a r e t h e v a l l e y   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
h e r e ' s   w h y   k n i c k s   c o u l d   w a n t   t o   s t a r t   e v a n   f o u r n i e r   o v e r   q u e n t i n   g r i m e s 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   h e r e t h e y c o m e   w e a r e t h e v a l l e y   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
o r l a n d o   m a g i c   f e e l   r e l i e f   o f   j a l e n   s u g g s '   i n j u r y   p r o g n o s i s 
 
 
 
 n b a   o r l a n d o   m a g i c a b o v e a l l   m a g i c   h e r e t h e y c o m e   w e a r e t h e v a l l e y   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   h a w k s
w h i c h   f i v e   b e n c h   p l a y e r s   s h o u l d   t h e   s i x e r s   u s e ? 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   p h i l l y   s i x e r s   w e a r e t h e v a l l e y   p h o e n i x   s u n s   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   h a w k s
e s p n ' s   z a c h   l o w e   r a n k s   p h o e n i x   s u n s   o u t s i d e   ' t h e   i n n e r   c i r c l e ' 
 
 
 
 n b a   w e a r e t h e v a l l e y   p h o e n i x   s u n s   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   d u b n a t i o n   h a w k s
r a n k i n g   t h e   s p u r s   r o s t e r   b y   s h a r p s h o o t i n g   a b i l i t y 
 
 
 
 n b a   g o s p u r s g o   s a n a n t o n i o   s p u r s   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   b e t h e f i g h t   d u b n a t i o n   h a w k s
n b a :   5   s t a r s   f a c i n g   t h e   m o s t   p r e s s u r e   h e a d i n g   i n t o   2 0 2 2 - 2 3 
 
 
 
 n b a   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   b e t h e f i g h t   d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n
c h i c a g o   b u l l s :   a n d r e   d r u m m o n d   i s   n o w   a   s h a r p - s h o o t i n g   u n i c o r n 
 
 
 
 n b a   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   b e t h e f i g h t   d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n
c h e c k   o u t   1 9 9 9 - 0 0   u p p e r   d e c k   g a t o r a d e   n b a   m i c h a e l   j o r d a n   f i n a l s   j u m b o   c a r d   s e t   o f   6   m j   1   -   m j   6 
 c h i c a g o   b u l l s     e b a y   v i a  
d e r r i c k   j r .   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e r r i c k j r .   d e r r i c k   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
p a t r i c k   w i l l i a m s   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a t r i c k w i l l i a m s   p a t r i c k   w i l l i a m s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
s l a m   p r e s e n t s   j o r d a n ,   n o .   4 4   2 0 0 9     j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   s l a m   s l a m m a g a z i n e   s l a m o n l i n e   c h i c a g o   b u l l s   n b a  
c h i c a g o   b u l l s   r e d / b l a c k   t w o   t o n e d   5 9 f i f t y   n o w   a v a i l a b l e   f r o m   c l a r k s t r e e t s p o r t s 
 
 n e w d r o p   c l a r k s t r e e t s p o r t s   c h i c a g o   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   i l l i n o i s   r e d b l a c k   t w o   t o n e d   5 9 f i f t y   h a t c r a w l e r   f i t t e d 
 

t h i s   s a t u r d a y   i n   c h i c a g o ,   w e ’ r e   t h r o w i n g   t h e   t a i l g a t e   w e   a l w a y s   w a n t e d   t o   g o   t o . 
 
 -   🏈   w i l l   b e   o n   📺   ✅ 
 -   b i r r i a   t a   t a   t a c o s   o n   t h e   e a t s ✅ 
 -     o n   t h e   d r a n k s   ✅ 
 -   i   c u r a t e d   a n   e x c l u s i v e   c o l l e c t i o n   o f   v i n t a g e   b e a r s / b i g   1 0 /   b u l l s / h a w k s   g e a r ✅ ✅ 
 
 f r e e   t o   a t t e n d !  
a n d r e   d r u m m o n d   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a n d r e d r u m m o n d   a n d r e   d r u m m o n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
c h i c a g o   b u l l s   " c a m e l   w h i t e "   5 9 f i f t y   t u m b l e w e e d / w h i t e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c a m e l   w h i t e   5 9 f i f t y 
 

p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   t o r o n t o   r a p t o r s   1 1 5 - 9 8   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   9   |   2 0 2 2   n b a   p r e s e a s o n   c h i c a g o   b u l l s   n b a   v i d e o :  
d e m a r   d e r o z a n   p u t s   o n   a   s h o w   w i t h   2 1   p t s   i n   b i g   p r e s e a s o n   w i n   o v e r   r a p t o r s   c h i c a g o   b u l l s   n b a   v i d e o :  
n i k o l a   v u c e v i c   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i k o l a v u c e v i c   n i k o l a   v u c e v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
c o b y   w h i t e   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c o b y w h i t e   c o b y   w h i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
a y o   d o s u n m u   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a y o d o s u n m u   a y o   d o s u n m u   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   h i g h l i g h t s   -   r a p t o r s   v s .   b u l l s   -   9 t h   o c t   2 0 2 2 
 
 
 n b a   d e m a r   d e r o z a n   t o r   c h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   t o r o n t o   r a p t o r s   c h i c a g o   b u l l s
j a v o n t e   g r e e n   w i t h   a n   a l m o s t   f t   l i n e   d u n k   🔥   🤯 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a v o n t e   g r e e n   d u n k   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
j a v o n t e   g r e e n   w i t h   a   h u g e   d u n k ! 
 c h i v s t o r   n b a t w i t t e r   n b a p r e s e a s o n   n b a   c h i c a g o   b u l l s   b u l l s n a t i o n   
  
d r u m m o n d   t u r n i n g   i n t o   s t e p h   c u r r y   o u t   h e r e   🔥   🎯 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   a n d r e   d r u m m o n d   s t e p h   c u r r y   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
i t ’ s   g o i n g   t o   b e   a   g r e a t   c h i c a g o   b u l l s   s e a s o n ! !   ❤ ️ 🖤 ❤ ️ 🖤
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s 
 📲 💻 w a t c h 👉 : 
 
 l o s   a n g e l e s   l a k e r s   v s   g o l d e n   s t a t e   w a r r i o r s 
 📲 💻 w a t c h 👉 : 
 
 b u c a r a m a n g a   v s   j u n i o r 
 📲 💻 w a t c h 👉 : 
 n b a     p r i m e r a a     
 z  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s 
 📲 💻 w a t c h 👉 : 
 
 l o s   a n g e l e s   l a k e r s   v s   g o l d e n   s t a t e   w a r r i o r s 
 📲 💻 w a t c h 👉 : 
 
 b u c a r a m a n g a   v s   j u n i o r 
 📲 💻 w a t c h 👉 : 
 n b a     p r i m e r a a
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s 
 📲 💻 w a t c h 👉 : 
 
 l o s   a n g e l e s   l a k e r s   v s   g o l d e n   s t a t e   w a r r i o r s 
 📲 💻 w a t c h 👉 : 
 
 b u c a r a m a n g a   v s   j u n i o r 
 📲 💻 w a t c h 👉 : 
 n b a     p r i m e r a a
n o   l o o k   p a s s   f r o m   d e m a r ! 
 c h i v s t o r   n b a t w i t t e r   n b a   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n   b u l l s n a t i o n   b u l l s   c h i c a g o 
  
v i n t a g e   c h i c a g o   i l l   c l a r e n c e   b u c k i n g h a m   m e m o r i a l     f o u n t a i n   i l l i n o i s   u s a   t r a v e l   p e n n a n t       d a b e a r s   b e a r s   c h i c a g o b e a r s   a n t i q u e   b u l l s n a t i o n   b u l l s   n b a   a n t i q u e p e n n a n t   w a l l d e c o r   n f l   v i n t a g e   c h i c a g o c u b s   c h i c a g o   c h i c a g o b u l l s   c u b s   u s a   w r i g l e y
d e r o z a n   w i t h   t h e   n i c e   d i s h   f o r   t h e   b u c k e t ! 💯 👀 
 c h i c a g o   b u l l s   b u l l s n a t i o n   n b a   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n   n b a t w i t t e r   
  
a n d r e   d r u m m o n d   c o n f i d e n t l y   h i t s   t h e   3 ?   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   a n d r e   d r u m m o n d   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
g o l d   c o l l e c t o r s   s e r i e s   m a g a z i n e ,   1 9 9 6   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   c h i c a g o   b u l l s   n b a  
1 9 9 7 - 9 8   f l e e r   u l t r a   s c o t t i e   p i p p e n   s t a r   p o w e r   p l u s   i n s e r t   c a r d   1 4   o f   2 0   s s p .   u s a 🇺 🇸   d r e a m t e a m   c h i c a g o   b u l l s   t h e l a s t d a n c e   n b a   h a l l o f f a m e   o l y m p i c s   s c o t t i e p i p p e n   b a s k e t b a l l c a r d s   s p o r t s c a r d s   t r a d i n g c a r d s   s e a r c h n c o l l e c t   t h e h o b b y   w h o d o y o u c o l l e c t  
[ p r e v i e w   2 0 2 2 - 2 3 ]   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a b a u t r e t   a l l   a n g e l e s   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t   b a s k e t b a l l   b l o c k   b o s t o n c e l t i c s   b r y a n t   b u l l s   c a r m e l o   c h i c a g o   c h r i s   c l i p p e r s   c o n t r e   c u r r y   d a v i s   d u f a n t   d u n k   d u r a n t   e a s t e r n c o n f e r e n c e  
i ' m   s t i l l   e x c i t e d   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
p e i r s o n   l a u d s   i m p a c t   o f   l a b u s c h a g n e   a n d   k h a w a j a   f o r   q u e e n s l a n d   c h i c a g o ' s   b u l l s   h a d   m i c h a e l   j o r d a n   l i f t i n g   t h e   s t a n d a r d   a n d   j i m m y   p e i r s o n   s a y s   t h e r e ' s   t w o   m e n   d o i n g   t h e   s a m e   f o r . . .   -  
w h e r e   a l l   m y   c h i c a g o   f a m   a t ? ? 
 g i t r e k t   w e   b u l l s 
 f e a t u r i n g     t i p s   a n d   t r i c k s   a l l   o v e r   t h e   p l a c e !  
g r e a t   t i m e s !   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
d e n n i s   r o d m a n   1 / 1   s p l a t t e r   b l a s t   c u s t o m   a r t   c a r d   d e n n i s r o d m a n   t h e w o r m   c h i c a g o b u l l s   t h e l a s t d a n c e   b u l l s   c h i c a g o   n b a   c a r d a r t   b a s k e t b a l l c a r d s   s p o r t s c a r d s   c a r d c o l l e c t o r   s p o r t s c a r d s c o l l e c t o r   m i x e d m e d i a a r t   a c r y l i c p a i n t   w h o d o y o u c o l l e c t   m i x e d m e d i a   a r t w o r l d   a r t g a l l e r y  
p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   d e n v e r   n u g g e t s   1 3 1 - 1 1 3   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
d i c k   v i t a l e ' s   b a s k e t b a l l ,   1 9 8 9 - 9 0   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   d i c k v i t a l e   c h i c a g o   b u l l s   n b a  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
n i k o l a   v u c e v i c   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i k o l a v u c e v i c   n i k o l a   v u c e v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
b u l l s   d e c i d i n g   t o   s w a p   g r e e n   & a m p ;   w i l l i a m s   f o r   t h e   n u g g e t s   g a m e   
   
 
   
 b a s k e t b a l l   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
c h i c a g o   b u l l s   c a m o   5 9 f i f t y   -   b l a c k   n o w   a v a i l a b l e   f r o m   r a l l y h o u s e 
 
 n e w d r o p   r a l l y h o u s e   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c a m o   5 9 f i f t y   b l a c k   h a t c r a w l e r   f i t t e d   n e w e r a c a p s   t h i s i s t h e c a p   t h e r e s a c a p f o r e v e r y d a y 
 

s o   m u c h   r e s p o n s i b i l i t y   o n   d e r o z a n   a n d   c a r u s o   t o   r u n   t h e   s h o w   a n d   a l s o   b e   d e f e n s i v e   a n c h o r s   o n   t h e   w i n g .   
 t h e y ' r e   g o i n g   t o   s t r u g g l e   t h i s   s e a s o n   w i t h o u t   l o n z o   j u s t   l i k e   h o w   t h e   b e a r s   a r e   s t r u g g l i n g   n o w . 
 
 w e ' r e   b a c k   t o   f a m i l i a r   t e r r i t o r y ,   f o l k s . . . 
 
 b u l l s   b e a r s   d a b e a r s   c h i c a g o
d e n v e r   n u g g e t s   v s   c h i c a g o   b u l l s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   c h i c a g o   b u l l s   n b a   v i d e o :  
b o n e s   h y l a n d   h i g h l i g h t s   -   b u l l s   v s .   n u g g e t s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   b o n e s   h y l a n d   c h i   d e n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h i c a g o   b u l l s   d e n v e r   n u g g e t s
m i c h a e l   p o r t e r   j r .   h i g h l i g h t s   -   b u l l s   v s .   n u g g e t s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   m i c h a e l   p o r t e r j r .   c h i   d e n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h i c a g o   b u l l s   d e n v e r   n u g g e t s
f i r s t   b u l l s   g a m e   c h i c a g o   b a s k e t b a l l   s p o r t s  
t h a n k s   g u y s     k e e p   i n   t h a t   w a y   f o r   t h e   r e s t   o f   t h e   s e a s o n   💪 🏽     _ o r l           s e e r e d   b u l l s n a t i o n   b u l l s   c h i c a g o b u l l s   w i n d c i t y   c h i c a g o
n o   p o s t - s e a s o n   c u b s   o r   w h i t e   s o x ,   b u t   a   n e a r   s e l l o u t   p r e s e a s o n   b u l l s   v s   n u g g e t s   g a m e   w i l l   d o .   c h i c a g o  
h a p p y   f r i d a y ,   m y   y o u r   d a y   c o m e   w i t h   p i e c e   a n d   p r o s p e r i t y !   i   h o p e   y o u   c l o s e   t h a t   c o n t r a c t ,   g e t   a   p r o m o t i o n   o r   a n   a w a r d .   d o   s o m e t h i n g   a m a z i n g   t o d a y !   t h i s   w e e k   h a s   b e e n   h u g e   f o r   m e   a n d   m y   b u s i n e s s   i ' m   j u s t   g o n n a   r e l a x   a n d   w a t c h   s o m e   n b a p r e s e a s o n   b a s k e t b a l l 👀 🔴   c h i c a g o   b u l l s   💙 💙  
c h i c a g o   b u l l s   5 9 f i f t y   6 x   n b a   c h a m p i o n s   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   5 9 f i f t y   6 x   c h a m p i o n s   h a t c r a w l e r   f i t t e d   n e w e r a h a t 
 

j o r d a n   n u   r e t r o   1   l o w   c h i c a g o   b u l l s   2 0 2 2   d e t a i l e d   l o o k 
 j o r d a n   n u   r e t r o   1   l o w   c h i c a g o   b u l l s   s n e a k e r s  
n e w   y o r k   k n i c k s   l o o k   d o m i n a n t   i n   f i r s t   p r e s e a s o n   g a m e 
 
 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h
d e m a r   d e r o z a n   c r e d i t s   g i a n n i s   a n t e t o k o u n m p o   o n   j j   r e d i c k ' s   p o d c a s t 
 
 
 
 n b a   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h   t o r o n t o   r a p t o r s
a n   i n t i m a t e   e v e n i n g   w i t h   l u k e   l o n g l e y .   w h a t   a n   a m a z i n g   c h a t .   g e t   t i c k e t s   t o   t h e   o t h e r   e v e n t s   a r o u n d   t h e   c o u n t r y !     l u c l o n g l e y   b u l l s   c h i c a g o   h o b a r t  
r a c e   f o r   c h i c a g o   b u l l s '   s t a r t i n g   p g   r o l e   m a y   a l r e a d y   b e   o v e r 
 
 
 
 n b a   b u l l s n a t i o n   c h i c a g o   b u l l s   t r u e t o a t l a n t a   g o s p u r s g o   s a n a n t o n i o   w e t h e n o r t h   h e a t t w i t t e r   l a k e s h o w   d u b n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   b l e e d g r e e n
i s   d e m a r   d e r o z a n   o r   z a c h   l a v i n e   t h e   c h i c a g o   b u l l s '   m o s t   c l u t c h   p l a y e r ? 
 
 
 
 n b a   b u l l s n a t i o n   c h i c a g o   b u l l s   t r u e t o a t l a n t a   g o s p u r s g o   s a n a n t o n i o   w e t h e n o r t h   h e a t t w i t t e r   l a k e s h o w   d u b n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
f o r   d a y   1 9   o f   o u r   n b a   s e a s o n   c o u n t d o w n ,   i t ' s   t i m e   t o   t a l k   a b o u t   t h e   i n t r i g u i n g   p r o s p e c t   o f   t h e   ,   p a t r i c k   w i l l i a m s .   b u l l s   b u l l s n a t i o n   c h i c a g o  
c h i c a g o   b u l l s   ' c o r e   w h e a t   t o n a l '   5 9 f i f t y   w h e a t   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   w h e a t   t o n a l   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   o l i v e   t o n a l '   5 9 f i f t y   o l i v e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   o l i v e   t o n a l   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   w h i t e / b l a c k '   5 9 f i f t y   w h i t e / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   w h i t e b l a c k   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   s c a r l e t / b l a c k '   5 9 f i f t y   s c a r l e t / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   s c a r l e t b l a c k 
 

c h i c a g o   b u l l s   ' c o r e   g r e y / b l a c k / w h i t e '   5 9 f i f t y   g r e y / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   g r e y b l a c k w h i t e 
 

c h i c a g o   b u l l s   ' c o r e   c a m o '   5 9 f i f t y   c a m o / w h i t e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   c a m o   5 9 f i f t y   c a m o w h i t e 
 

c h i c a g o   b u l l s   m e d i a   g u i d e ,   1 9 8 9 - 9 0   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   s c o t t i e p i p p e n   j o h n p a x s o n   h o r a c e g r a n t   b i l l c a r t w r i g h t   c r a i g h o d g e s   c h i c a g o   b u l l s   n b a  
2 0 1 6 - 1 7   u p p e r   d e c k   s u p r e m e   h a r d c o u r t   m i c h a e l   j o r d a n   🐐 
 
 i t e m   n u m b e r :   2 2 1 0 0 3 0 4 0 4 0 7 8 1 6 
 
 n b a   b a s k e t b a l l   l e g e n d   g o a t   c h i c a g o   b u l l s   c h i c a g o b u l l s   m i c h a e l   j o r d a n   m i c h a e l j o r d a n   m j   u p p e r d e c k   t r a d i n g c a r d s  
w e a r e 1 s p o r t s   ✨   " t h e r e ’ s   a n   o l d   p r o f e s s i o n a l   s p o r t s   a d a g e   t o   n e v e r   o v e r r e a c t   t o   p r e s e a s o n   p l a y .   s o   a y o   d o s u n m u   m u s t   b e   t h e   c h i c a g o   b u l l s ’   s t a r t i n g   p o i n t   g u a r d   u n t i l   l o n z o   b a l l   r e t u r n s ,   r i g h t ? " 
 
 r e a d   a n d   w a t c h   m o r e   a t   
 
 c h i c a g o   o n e c h i c a g o   n o n p r o f i t   n . . .  
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   o c t   2 7 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h     c         b r e w e r s   b u l l s   b u c k s   p a c k e r s   c h i c a g o   i l   w i   w r i g l e y v i l l e   c h i c a g o
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   o c t   2 7 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h         b r e w e r s   b u l l s   b u c k s   p a c k e r s   c h i c a g o   e v a n s t o n   i l   w i   w r i g l e y v i l l e   a n d e r s o n v i l l e
t o d a y   i n   1 9 9 3   m i c h a e l   j o r d a n   a n n o u n c e s   h i s   r e t i r e m e n t .     t h i s   s p o r t s   i l l u s t r a t e d   i s s u e   w o u l d   c o m e   o u t   t w o   w e e k s   l a t e r .     w h o d o y o u c o l l e c t   t h e h o b b y   s p o r t s c a r d s   c g c c o m i c s   p s a c a r d s   b g s   c g c m a g s   n b a   b u l l s   c h i c a g o  
t h e   f u t u r e   i s   n o w   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
n e w   n f t   c o l l e c t i o n   i s   c o m i n g   t h i s   n i g h t   2 3 : 5 9   g m t   + 0 3 : 0 0   n f t s   n f t   n f t c o l l l e c t o r s   n f t c o l l e c t i o n   m o n k e y n f t c o l l e c t i o n   b a s k e t b a l l   b u l l s     l a k e r s   l o s a n g e l e s   s p u r s   c h i c a g o   c e l t i c s   b o s t o n   t e a m s
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
d a l e n   t e r r y   p l a y s   w i t h   h e a r t !   n b a   p r e - s e a s o n   d e b u t   h i g h l i g h t s   |   c h i c a g o   b u l l s   c h i c a g o   b u l l s   n b a   v i d e o :  
z i o n   r e t u r n s   f o r   p e l s :   ' g e t t i n g   a   f e e l   f o r   i t   a g a i n '   c h i c a g o   b u l l s   n b a  
d o   y o u   h a v e   t h e   💰 ? 
 - 
 m j   m i c h a e l j a c k s o n   j o r d a n   m i c h a e l j o r d a n 2 3   c h i c a g o   b u l l s   b a s k e t b a l l   n b a   n f t  
l i v e   6 p m   c e n t r a l   7 p m   e a s t e r n   a n   4   p m   p a c i f i c   t e o d b   p o d c a s t   h o s t e d   b y   h r a p   b   l i v e   e v e r y   w e d n e s d a y   6 p m   c e n t r a l   t i m e   c l i c k   t h e   l i n k   b e l o w   t o n i g h t ' s   t o p i c :   t h e   s p o r t s   w o r l d   
 
   c h i c a g o   b e a r s   b u l l s   c u b s   s o x   m l b   n f l   n b a 
 

d e r o s e n   j e r s e y   c a m e   j u s t   i n   t i m e   f o r   t h e   f i r s t   p r e s e a s o n   g a m e !   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
t o o k   a   y e a r   b u t   c o m p l e t e d   c h i c a g o   t r a s h p o l k a   c u b s   b u l l s   t h e o f f i c e   h a r r y p o t t e r   d w i g h t s h r u t e   f a l s e   r e d   b l a c k   t a t t o o   s l e e v e   f i l i p i n o   p h i l i p p i n e s   w r i g l e y f i e l d   s t a r w a r s   l i g h t s a b e r   t i e f i g h t e r   v o l v o   j o r d a n   j u m p m a n   o c e a n s 1 3   d i s n e y   h i d d e n m i c k e y   d e a t h l y h a l l o w s  
n b a   b a s k e t b a l l   c h i c a g o   b u l l s   2 0 2 1   f r e q u e n t   f l y e r s   c a r d   z a c h   l a v i n e   p a n i n i   n o .   1 1   -   c l i c k   h e r e   
 
 n b a   b a s k e t b a l l   s p o r t s   i n v e s t m e n t   c h i c a g o  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s
n i k o l a   v u c e v i c   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i k o l a v u c e v i c   n i k o l a   v u c e v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
j a v o n t e   g r e e n   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a v o n t e g r e e n   j a v o n t e   g r e e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
t o d a y   i n   2 0 0 4   s c o t t i e   p i p p e n   a n n o u n c e d   h i s   r e t i r e m e n t .   t h i s   i s   h i s   1 s t   s p o r t s   i l l u s t r a t e d   c o v e r   f r o m   1 9 9 1   i n   n e w s s t a n d   g r a d e d   a t   9 . 2 .     w h o d o y o u c o l l e c t   t h e h o b b y   s p o r t s c a r d s   c g c c o m i c s   p s a c a r d s   b g s   c g c m a g s   n b a   n b a p r e s e a s o n   b u l l s   c h i c a g o  
3   c h i c a g o   b u l l s   w h o   i m p r e s s e d   i n   p r e s e a s o n   d e b u t   v s   p e l i c a n s 
 
 
 
 n b a   c h i c a g o   b u l l s   b u l l s n a t i o n   a l l f l y   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a d r a f t   l a k e s h o w   l a k e r s   l o s a n g e l e s   m f f l   b l e e d g r e e n   p i s t o n s   p a c e r s   s i x e r s   7 6 e r s   j a z z
n i k e   d u n k   l o w   c h i c a g o   b u l l s   
 s i z e   7 c   t o d d l e r 
 $ 1 0 0 
   t h e p r i v a t e s t o c k   n i k e   d u n k   l o w   c h i c a g o   b u l l s   b a b y   t o d d l e r   s n e a k e r s   @   t h e   p r i v a t e   s t o c k  
g a m e   t h r e a d :   n e w   o r l e a n s   p e l i c a n s   ( 0 - 0 )   a t   c h i c a g o   b u l l s   ( 0 - 0 )   o c t   0 4   2 0 2 2   8 : 3 0   p m   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
w i l l y   h e r n a n g o m e z   h i g h l i g h t s   -   b u l l s   v s .   p e l i c a n s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   w i l l y   h e r n a n g o m e z   c h i   n o p   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h i c a g o   b u l l s   n e w o r l e a n s   p e l i c a n s
d e v o n t e '   g r a h a m   h i g h l i g h t s   -   b u l l s   v s .   p e l i c a n s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   d e v o n t e '   g r a h a m   c h i   n o p   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h i c a g o   b u l l s   n e w o r l e a n s   p e l i c a n s
t h e   🐐   i n   a c t i o n   
 m i c h a e l j o r d a n   j o r d a n   s h a q   
 b u l l s   c h i c a g o   p i p p e n   
 r o d m a n   g o a t 𓃵  
n i k o l a   v u c e v i c   h i g h l i g h t s   -   b u l l s   v s .   p e l i c a n s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   n i k o l a   v u c e v i c   c h i   n o p   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h i c a g o   b u l l s   n e w o r l e a n s   p e l i c a n s
n e w   o r l e a n s   p e l i c a n s   v s   c h i c a g o   b u l l s   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n   c h i c a g o   b u l l s   n b a   v i d e o :  
z i o n   d e n i e s   w i l l i a m s .   r e f s   d e n y   z i o n   ❌ 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   z i o n   w i l l i a m s o n   p a t r i c k   w i l l i a m s   b l o c k   n o p   n e w o r l e a n s   p e l i c a n s   c h i   c h i c a g o   b u l l s
z i o n   c a t c h e s   t u c k e r   s l e e p i n g   💤 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   z i o n   w i l l i a m s o n   d u n k   p j   t u c k e r   n o p   n e w o r l e a n s   p e l i c a n s   c h i   c h i c a g o   b u l l s
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   s e p t   1 5 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h         b r e w e r s   b u l l s   b u c k s   p a c k e r s   c h i c a g o   e v a n s t o n   i l   w i   w r i g l e y v i l l e   a n d e r s o n v i l l e
w h a t   t i m e   i s   i t   b u l l s n a t i o n ? 
 
 g a m e   t i m e   h o o h ! 
 
 s e e r e d   b u l l s   c h i c a g o   l e t s g o   n b a   
 
 👀 🔴
b u l l s   b a s k e t b a l l   i s   b a c k . . .   l e t ' s   g o !   🐃 🏀 💪 🏾 
 c h i c a g o b u l l s   c h i c a g o   b u l l s   c h i c a g o n a t i o n   b u l l s n a t i o n   c h i c a g o b a s k e t b a l l   b u l l s b a s k e t b a l l     b u l l i e v e   s e e r e d   👀 🟥      
g o o d   g o d !   o n   p r e s e a s o n   b a s k e t b a l l !   
 h a   s o m e   o f   o u r   u s e r s   a r e   s u c h   l e g e n d s . 
 
 p l a c e   t h i s   n b a   b e t : 
 c h i c a g o   b u l l s   s p r e a d   - 2 . 5     - 1 1 5 
 $ 5 , 7 5 0 . 0 0   w i n s   $ 5 , 0 0 0 . 0 0 
 
 
 
   b e t o p e n l y   n b a   b e t  
🏀 ⛹ 🏽 ‍ ♂ ️ n b a   p r e s e a s o n   i s   f a n t a s t i c ! ! ! ! !     b u l l s   v s   p e l i c a n s   a t   t h e   u n i t e d   c e n t e r   t o n i g h t   t i p - o f f   8 : 3 0 p m 
 
 n b a   b a s k e t b a l l   b u l l s   c h i c a g o   c h i t o w n   p e l i c a n s   h o o p s   n b a 2 k   f l i g h t 2 3 w h i t e   f l i g h t r e a c t s   f l i g h t   d i s c o v e r u n d e r 1 k   a k u m p o   f l i g h t t e a m s t a n d u p   f l i g h t t e a m   d a n k m e m e s d a i l y  
4   t h i n g s   t o   w a t c h   f o r   a s   t h e   c h i c a g o   b u l l s   o p e n   n b a   p r e s e a s o n   p l a y   t o n i g h t ,   i n c l u d i n g   w h o   w i l l   s t a r t   a t   p o i n t   g u a r d  
o n l y   n i g h t   t h i s   y e a r   i   g e t   t o   r e p   m y   d o s u n m u   b u l l s   j e r s e y   a n d   m y   t a 7   s o u t h s i d e   j e r s e y   😭 🤙 🏻   w e ’ r e   f u c k i n ’   l i t   i n   t h e   a n t w a a n   h o u s e h o l d   t o n i g h t   b a b y   l e t ’ s   g o o o o o o o o   b o y s   ! !   c h a n g e t h e g a m e   s e e r e d   c h i c a g o  
d r .   j ' s   p r o   b a s k e t b a l l   y e a r b o o k ,   1 9 9 5 - 9 6   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   n b a   g r a n t h i l l   d e t r o i t   p i s t o n s   g l e n n r o b i n s o n   m i l w a u k e e   b u c k s   d r j   p r o b a s k e t b a l l  
c h i c a g o   b u l l s   r e v e a l   p l u s 5 0 0   g l o b a l   s p o n s o r s h i p   d e a l 
 s p o r t s i n d u s t r y   s p o r t b i z 

g o t   m y   d e r o z a n   j e r s e y   o n ,   e x c i t e d   f o r   t o n i g h t 😆   i   h o p e   t o   s e e     o n   m y   t v   t o n i g h t ! !   m i s s   t h a t   m a n ’ s   c o m m e n t a r y .   t h e   b e s t ! !   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   c h i c a g o
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   s e p t   1 5 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h         b r e w e r s   b u l l s   b u c k s   p a c k e r s   c h i c a g o   e v a n s t o n   i l   w i   w r i g l e y v i l l e   a n d e r s o n v i l l e
h a p p y   b - d a y   d - r o s e ! ! ! !   🔥 ⚡ ️ 🌪   c h i c a g o   b u l l s   d e r r i c k   r o s e   l e g e n d   n b a   h i s t o r y    
w e   a r e   l i v e 
 
 3 5 t h   & a m p ;   s h i e l d s   m a k i n g   t h e   c h i c a g o   s p o r t s   h e a d l i n e s   y e s t e r d a y . . . 
 
 c u b s   w i n n i n g   s t r e a k   o v e r   @   7 
 b e a r s   g e t   t h e   d a y   o f f 
 b u l l s   t a k e   t h e   c o u r t 
 
 l i s t e n    
s h o p   b u l l s n a t i o n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a a l l s t a r   n b a o n t n t   n b a 7 5   n b a v o t e   n b a t o p s h o t t h i s   n b a t w i t t e r   b u l l s   c h i c a g o b u l l s   c h i c a g o
t y l e r   h e r r o ' s   $ 1 3 0   m i l l i o n   e x t e n s i o n   c o u l d   s p e l l   d i s a s t e r   f o r   c h i c a g o   b u l l s 
 
 
 
 n b a   c h i c a g o   b u l l s   b u l l s n a t i o n   m f f l   h e a t t w i t t e r   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   n e t s   b r o o k l y n t o g e t h e r   s i x e r s
i m   w o r r i e d   f o r   t h e           . . .   u n l e s s     v i a     
 
 c h i c a g o   c h i c a g o b u l l s   b u l l s n a t i o n   b u l l s  
j o a k i m   n o a h   🇫 🇷 🏀 
 c h i c a g o   b u l l s   2 0 0 7 / 2 0 1 6 
 c h i c a g o   n b a t w i t t e r   f r e n c h   b u l l s    
s p o r t s   c a r d   t r a d e r ,   v o l u m e   5   n o .   6   i s s u e   n o .   5 4   o c t o b e r   1 9 9 4     j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   n b a   k e n g r i f f e y j r   s e a t t l e   m a r i n e r s   m l b   d r e w b l e d s o e   n e w e n g l a n d   p a t r i o t s   n f l   s p o r t s c a r d s   t r a d i n g c a r d s  
5 9 f i f t y   c h i c a g o   b u l l s   t e a m   h e a n o w   a v a i l a b l e   f r o m   e b l e n s 
 
 n e w d r o p   e b l e n s   e b l e n s f o o t w e a r   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   5 9 f i f t y   t e a m   h e a r t   h a t c r a w l e r   f i t t e d   f i t t e d f a m i l y   n e w e r a c a p s   n e w e r a f i t t e d 
 

c h i c a g o   b u l l s 
   
 
   
 b a l l i s l i f e   b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   n b a   n b a p r e s e a s o n   s p o r t s   t r e n d i n g  
  l o n z o b a l l 
 t i m   t o l l e s t r u p   m d   
 
 
 
 
 
 i f   t h i s   i s   a   p e r i p h e r a l   n e r v e   i n j u r y   l o n z o   i s   d e a l i n g   w i t h ,   h i s   b a s k e t b a l l   c a r e e r   i s   o v e r   u n l e s s   i   c a n   f i x   h i m .
  l o n z o b a l l 
 t h e   f a c t   t h a t   l o n z o   h a s   b e e n   u n a b l e   t o   r e h a b   f r o m   a   s t r a i g h t f o r w a r d   p r o b l e m   f o r   n b a   a t h l e t e s   i s   a   r e d   f l a g   f o r   a   p e r i p h e r a l   n e r v e   p r o b l e m .   
 i   c a n   s o l v e   h i s   p r o b l e m   w i t h   a   s i m p l e   p r o c e d u r e 
 r e a c h   o u t   t o   n e r v e p a i n . c o m   
 7 0 2 - 5 0 6 - 5 4 6 2
l o n z o b a l l     
 l i k e l y ,   l o n z o   i s   d e a l i n g   w i t h   a   p e r i p h e r a l   n e r v e   r a t h e r   t h a n   a n   o r t h o p e d i c   i n j u r y .   t h e   s m a l l   n e r v e s   t h a t   i n n e r v a t e   t h e   s o f t   t i s s u e   e n v e l o p e   a r o u n d   t h e   k n e e   j o i n t   c a n   b e   i n j u r e d   b y   t r a u m a   o r   s u r g e r y   a n d   t h e n   c a n   m i m i c   o t h e r   t y p e s   o f   o r t h o p e d i c   i n j u r i e s .
l o n z o b a l l 
 
 i   a m   a   p a i n - f o c u s e d   p e r i p h e r a l   n e r v e   s u r g e o n .   i   h a v e   d e v e l o p e d   s e v e r a l   d i f f e r e n t   s u r g i c a l   p r o c e d u r e s   t o   h e l p   p e o p l e   a l l   o v e r   t h e   w o r l d   s u f f e r i n g   f r o m   c h r o n i c   p a i n   c o n d i t i o n s   t h a t   o f t e n   m y s t i f y   t h e   m e d i c a l   c o m m u n i t y .   i   h a v e   b e e n   f o l l o w i n g   t h e   l o n z o   b a l l   s t o r y .
c o b y   w h i t e   c l e a r e d   t o   p l a y ! ! !   . . . 
   
 
   
 a i d a n s s p o r t s s h o w   a l e x c a r u s o   a r t u r a s k a r n i s o v a s   b a s k e t b a l l   b i l l y d o n o v a n   b u l l s n a t i o n   b u l l s n e w s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   d e v o n d o t s o n   e a s t e r n c o n f e r e n c e   l a u r i m a r k k a n e n   l o n z o b a l l  
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 9 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
b u l l s   t r a d e :   l o n z o b a l l   v u c e v i c   p a t r i c k w i l l i a m s   c o b y w h i t e   t o   t r a i l b l a z e r s   f o r   d a m e d o l l a   & a m p ;   n a s i r l i t t l e   o r   n u r k i c …
f i r s t   b u i l d   e a s t e r   e g g   p s 5 s h a r e ,   n b a 2 k 2 3   l o n z o b a l l   c j m c  
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 5 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
l a m e l o   b a l l   a n d   l i a n g e l o   h o r n e t s   i n t r o ! 
   
 
   
 a b t h e h e r o   b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   b i g b a l l e r b r a n d   c h a r l o t t e h o r n e t s   d k m   e a s t e r n c o n f e r e n c e   j b a l e a g u e   l a m e l o b a l l   l a m e l o b a l l h o r n e t s   l a v a r b a l l   l i a n g e l o b a l l   l o n z o b a l l   l o n z o b a l l p e l i c a n s  
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
u n t i l   l o n z o   c o m e s   b a c k   t h i s   b u l l s   t e a m   i s   g o i n g   s t r u g g l e .   i t ' s   u n f o r t u n a t e   b u t   h o p e f u l l y   h e   w i l l   b e   b a c k   s o o n e r   t h a n   l a t e r .   c h i c a g o b u l l s   l o n z o b a l l   n b a
c h e c k   o u t   t h e   n e w   e p i s o d e   o f   s p o r t s   u n f o l d e d .   e r i c   a n d   r o n   t a l k   t u a t a g o v a i l o a   b r e t f a v r e   l o n z o b a l l   b l a k e g r i f f i n   j o n a t h a n t a v a r e s   s h o h e i o h t a n i   a n d   m u c h   m o r e   i n c l u d i n g   a   f a n t a s t i c   p i c k   n   r o l l   s e g m e n t .   m l b   n b a   n f l   n h l   
 

c h e c k   o u t   t h e   n e w   e p i s o d e   o f   s p o r t s   u n f o l d e d .   e r i c   a n d   r o n   t a l k   t u a t a g o v a i l o a   b r e t f a v r e   l o n z o b a l l   b l a k e g r i f f i n   j o n a t h a n t a v a r e s   s h o h e i o h t a n i   a n d   m u c h   m o r e   i n c l u d i n g   a   f a n t a s t i c   p i c k   n   r o l l   s e g m e n t .   m l b   n b a   n f l   n h l   
 

5 0 w i n s   4 s e e d   g e t   _ t u r n e r   m i l e s t u r n e r         _ d e r o z a n   t r a i n s   a l a       _ d r a g i c   3 s     p g 3 d   c a s e   4   b u l l s   w / o u t   _   l o n z o b a l l   o n     b y     c c      
  l o n z o b a l l 
 t i m   t o l l e s t r u p   m d   
 
 
 
 
 
 i f   t h i s   i s   a   p e r i p h e r a l   n e r v e   i n j u r y   l o n z o   i s   d e a l i n g   w i t h ,   h i s   b a s k e t b a l l   c a r e e r   i s   o v e r   u n l e s s   i   c a n   f i x   h i m .
  l o n z o b a l l 
 t h e   f a c t   t h a t   l o n z o   h a s   b e e n   u n a b l e   t o   r e h a b   f r o m   a   s t r a i g h t f o r w a r d   p r o b l e m   f o r   n b a   a t h l e t e s   i s   a   r e d   f l a g   f o r   a   p e r i p h e r a l   n e r v e   p r o b l e m .   
 i   c a n   s o l v e   h i s   p r o b l e m   w i t h   a   s i m p l e   p r o c e d u r e 
 r e a c h   o u t   t o   n e r v e p a i n . c o m   
 7 0 2 - 5 0 6 - 5 4 6 2
l o n z o b a l l     
 l i k e l y ,   l o n z o   i s   d e a l i n g   w i t h   a   p e r i p h e r a l   n e r v e   r a t h e r   t h a n   a n   o r t h o p e d i c   i n j u r y .   t h e   s m a l l   n e r v e s   t h a t   i n n e r v a t e   t h e   s o f t   t i s s u e   e n v e l o p e   a r o u n d   t h e   k n e e   j o i n t   c a n   b e   i n j u r e d   b y   t r a u m a   o r   s u r g e r y   a n d   t h e n   c a n   m i m i c   o t h e r   t y p e s   o f   o r t h o p e d i c   i n j u r i e s .
l o n z o b a l l 
 
 i   a m   a   p a i n - f o c u s e d   p e r i p h e r a l   n e r v e   s u r g e o n .   i   h a v e   d e v e l o p e d   s e v e r a l   d i f f e r e n t   s u r g i c a l   p r o c e d u r e s   t o   h e l p   p e o p l e   a l l   o v e r   t h e   w o r l d   s u f f e r i n g   f r o m   c h r o n i c   p a i n   c o n d i t i o n s   t h a t   o f t e n   m y s t i f y   t h e   m e d i c a l   c o m m u n i t y .   i   h a v e   b e e n   f o l l o w i n g   t h e   l o n z o   b a l l   s t o r y .
c o b y   w h i t e   c l e a r e d   t o   p l a y ! ! !   . . . 
   
 
   
 a i d a n s s p o r t s s h o w   a l e x c a r u s o   a r t u r a s k a r n i s o v a s   b a s k e t b a l l   b i l l y d o n o v a n   b u l l s n a t i o n   b u l l s n e w s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   d e v o n d o t s o n   e a s t e r n c o n f e r e n c e   l a u r i m a r k k a n e n   l o n z o b a l l  
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 9 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
b u l l s   t r a d e :   l o n z o b a l l   v u c e v i c   p a t r i c k w i l l i a m s   c o b y w h i t e   t o   t r a i l b l a z e r s   f o r   d a m e d o l l a   & a m p ;   n a s i r l i t t l e   o r   n u r k i c …
f i r s t   b u i l d   e a s t e r   e g g   p s 5 s h a r e ,   n b a 2 k 2 3   l o n z o b a l l   c j m c  
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 5 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
l a m e l o   b a l l   a n d   l i a n g e l o   h o r n e t s   i n t r o ! 
   
 
   
 a b t h e h e r o   b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   b i g b a l l e r b r a n d   c h a r l o t t e h o r n e t s   d k m   e a s t e r n c o n f e r e n c e   j b a l e a g u e   l a m e l o b a l l   l a m e l o b a l l h o r n e t s   l a v a r b a l l   l i a n g e l o b a l l   l o n z o b a l l   l o n z o b a l l p e l i c a n s  
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
u n t i l   l o n z o   c o m e s   b a c k   t h i s   b u l l s   t e a m   i s   g o i n g   s t r u g g l e .   i t ' s   u n f o r t u n a t e   b u t   h o p e f u l l y   h e   w i l l   b e   b a c k   s o o n e r   t h a n   l a t e r .   c h i c a g o b u l l s   l o n z o b a l l   n b a
c h e c k   o u t   t h e   n e w   e p i s o d e   o f   s p o r t s   u n f o l d e d .   e r i c   a n d   r o n   t a l k   t u a t a g o v a i l o a   b r e t f a v r e   l o n z o b a l l   b l a k e g r i f f i n   j o n a t h a n t a v a r e s   s h o h e i o h t a n i   a n d   m u c h   m o r e   i n c l u d i n g   a   f a n t a s t i c   p i c k   n   r o l l   s e g m e n t .   m l b   n b a   n f l   n h l   
 

c h e c k   o u t   t h e   n e w   e p i s o d e   o f   s p o r t s   u n f o l d e d .   e r i c   a n d   r o n   t a l k   t u a t a g o v a i l o a   b r e t f a v r e   l o n z o b a l l   b l a k e g r i f f i n   j o n a t h a n t a v a r e s   s h o h e i o h t a n i   a n d   m u c h   m o r e   i n c l u d i n g   a   f a n t a s t i c   p i c k   n   r o l l   s e g m e n t .   m l b   n b a   n f l   n h l   
 

5 0 w i n s   4 s e e d   g e t   _ t u r n e r   m i l e s t u r n e r         _ d e r o z a n   t r a i n s   a l a       _ d r a g i c   3 s     p g 3 d   c a s e   4   b u l l s   w / o u t   _   l o n z o b a l l   o n     b y     c c      
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
c h i c a g o   b u l l s   f a c e o f f   w i t h   t h e   r a p t o r s   t o n i g h t ! 
   
 
   
 b u l l s n a t i o n s t a t i o n   b u l l s v s r a p t o r s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   f y p   n b a   n b a p r e s e a s o n   t o r o n t o r a p t o r s   z a c h l a v i n e  
w h a t   r o l e   w i l l   d a l e n   t e r r y   f i l l   i n   b u l l s   r o t a t i o n ?   |   n b c   s p o r t s   c h i c a g o 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a l e n t e r r y   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   k c j o h n s o n   n b c s p o r t s c h i c a g o   u n f i l t e r e d   z a c h l a v i n e  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
m y   s g   s e e r e d   c h i c a g o b u l l s   n e w b a l a n c e   z a c h l a v i n e  
t h e s e   p l a y e r s   g o t   t h e   b a g   d u r i n g   2 0 2 2   o f f s e a s o n !   💰 
 
 h o w   w i l l   y o u   r a t e   t h e s e   s i g n i n g s   -   o v e r p a i d ?   u n d e r p a i d ?   o r   j u s t   r i g h t ? 
 
 n i k o l a j o k i c   d e v i n b o o k e r   b r a d l e y b e a l   k a r l a n t h o n y t o w n s   z a c h l a v i n e   j a m o r a n t   z i o n w i l l i a m s o n   d a r i u s g a r l a n d   d a m i a n l i l l a r d   j a l e n b r u n s o n  
2 5 %   w i l l   g o   t o   t h e   
 
 z a c h l a v i n e   l a v i n e   m i n n e s o t a t i m b e r w o l v e s   m i n n e s o t a   t i m b e r w o l v e s   m i n n e a p o l i s   n b a   n b a d r a f t   n b a f i n a l s   n b a p l a y o f f s   
 

z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s
g o t   m y   s u b m i s s i o n   b a c k   f r o m     t h x   a g a i n   f o r   t h e   s e r v i c e   🙏 .   a l l   t h e   r e s u l t   i s   s u p e r b   ! ! ! !   z a c h l a v i n e   p a n i n i a m e r i c a   w h o d o y o u c o l l e c t   h y b r i d g r a d i n g a p p r o a c h   h g a  
b u l l s   o p e n   p r e s e a s o n   v s .   p e l i c a n s ,   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   j u s t i n f i e l d s   m a t t e b e r f l u s   n b a   n b c s p o r t s c h i c a g o   n f l   p a t r i c k w i l l i a m s   r y a n p o l e s   u n f i l t e r e d   u n i v e r s i t y o f i l l i n o i s   z a c h l a v i n e  
z a c h l a v i n e   t r u t h e r s   a r e   t h e   s c u m   o f   t h e     f a n   b a s e .   t r a d e   h i m
c h i c a g o b u l l s   n e w o r l e a n s p e l i c a n s   n b a j a p a n g a m e s   b a s k e t b a l l   a l e x c a r u s o   n b a 2 k 2 3   z a c h l a v i n e   n b a   
 l i v e   c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   l i v e s t r e a m   
 
                                   🇺 🇸 l i n k 🏀 🗑 ️ 
                                             ⬇ ️ 
 
   ✅
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
c h i c a g o   b u l l s   f a c e o f f   w i t h   t h e   r a p t o r s   t o n i g h t ! 
   
 
   
 b u l l s n a t i o n s t a t i o n   b u l l s v s r a p t o r s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   f y p   n b a   n b a p r e s e a s o n   t o r o n t o r a p t o r s   z a c h l a v i n e  
w h a t   r o l e   w i l l   d a l e n   t e r r y   f i l l   i n   b u l l s   r o t a t i o n ?   |   n b c   s p o r t s   c h i c a g o 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a l e n t e r r y   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   k c j o h n s o n   n b c s p o r t s c h i c a g o   u n f i l t e r e d   z a c h l a v i n e  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
m y   s g   s e e r e d   c h i c a g o b u l l s   n e w b a l a n c e   z a c h l a v i n e  
t h e s e   p l a y e r s   g o t   t h e   b a g   d u r i n g   2 0 2 2   o f f s e a s o n !   💰 
 
 h o w   w i l l   y o u   r a t e   t h e s e   s i g n i n g s   -   o v e r p a i d ?   u n d e r p a i d ?   o r   j u s t   r i g h t ? 
 
 n i k o l a j o k i c   d e v i n b o o k e r   b r a d l e y b e a l   k a r l a n t h o n y t o w n s   z a c h l a v i n e   j a m o r a n t   z i o n w i l l i a m s o n   d a r i u s g a r l a n d   d a m i a n l i l l a r d   j a l e n b r u n s o n  
2 5 %   w i l l   g o   t o   t h e   
 
 z a c h l a v i n e   l a v i n e   m i n n e s o t a t i m b e r w o l v e s   m i n n e s o t a   t i m b e r w o l v e s   m i n n e a p o l i s   n b a   n b a d r a f t   n b a f i n a l s   n b a p l a y o f f s   
 

z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s
g o t   m y   s u b m i s s i o n   b a c k   f r o m     t h x   a g a i n   f o r   t h e   s e r v i c e   🙏 .   a l l   t h e   r e s u l t   i s   s u p e r b   ! ! ! !   z a c h l a v i n e   p a n i n i a m e r i c a   w h o d o y o u c o l l e c t   h y b r i d g r a d i n g a p p r o a c h   h g a  
b u l l s   o p e n   p r e s e a s o n   v s .   p e l i c a n s ,   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   j u s t i n f i e l d s   m a t t e b e r f l u s   n b a   n b c s p o r t s c h i c a g o   n f l   p a t r i c k w i l l i a m s   r y a n p o l e s   u n f i l t e r e d   u n i v e r s i t y o f i l l i n o i s   z a c h l a v i n e  
z a c h l a v i n e   t r u t h e r s   a r e   t h e   s c u m   o f   t h e     f a n   b a s e .   t r a d e   h i m
c h i c a g o b u l l s   n e w o r l e a n s p e l i c a n s   n b a j a p a n g a m e s   b a s k e t b a l l   a l e x c a r u s o   n b a 2 k 2 3   z a c h l a v i n e   n b a   
 l i v e   c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   l i v e s t r e a m   
 
                                   🇺 🇸 l i n k 🏀 🗑 ️ 
                                             ⬇ ️ 
 
   ✅
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s
d e m a r   d e r o z a n   s a i d   t h i s   a b o u t   c h i c a g o 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   m i c h a e l j o r d a n   n b a   p o d c a s t  
n b a   l e a d e r :   2 7 . 9   p p g   c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n .    
d e m a r d e r o z a n   d o m i n a t e s   w i t h   2 1   p o i n t s ,   e i g h t   r e b o u n d s ,   e i g h t   a s s i s t s   a n d   t h r e e   s t e a l s   a s   t h e   b u l l s   t o p   t h e   r a p t o r s .   f i n a l :   c h i   1 1 5   -   9 8   t o r   n b a p r e s e a s o n
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r d e r o z a n   m i d d y   k i n g  
c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n . 
   
 
   
 a t l a n t i c d i v i s i o n   c h a n g e   c o m m o n s e n s e   e a s t e r n c o n f e r e n c e   h u m a n i t y   j u s t i c e   l o v e   m e d i a   n e w s   p h i l o s o p h y   p o l i t c s   s o l u t i o n s  
c h i c a g o   b u l l s   f a c e o f f   w i t h   t h e   r a p t o r s   t o n i g h t ! 
   
 
   
 b u l l s n a t i o n s t a t i o n   b u l l s v s r a p t o r s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   f y p   n b a   n b a p r e s e a s o n   t o r o n t o r a p t o r s   z a c h l a v i n e  
n b a   l e a d e r :   2 7 . 9   p p g   c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n .    
c o b y   w h i t e   c l e a r e d   t o   p l a y ! ! !   . . . 
   
 
   
 a i d a n s s p o r t s s h o w   a l e x c a r u s o   a r t u r a s k a r n i s o v a s   b a s k e t b a l l   b i l l y d o n o v a n   b u l l s n a t i o n   b u l l s n e w s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   d e v o n d o t s o n   e a s t e r n c o n f e r e n c e   l a u r i m a r k k a n e n   l o n z o b a l l  
w h a t   r o l e   w i l l   d a l e n   t e r r y   f i l l   i n   b u l l s   r o t a t i o n ?   |   n b c   s p o r t s   c h i c a g o 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a l e n t e r r y   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   k c j o h n s o n   n b c s p o r t s c h i c a g o   u n f i l t e r e d   z a c h l a v i n e  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n ' s   ( _ d e r o z a n )   2 0 1 1 - 1 2   s h o t   c h a r t : 
 
 v o l u m e :   e x t r e m e   |   p _ 9 4   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 4 4 
 e f f i c i e n c y :   m e d i o c r e   |   p _ 2 3 
 e f f i c i e n c y   v a l u e :   p o o r   |   p _ 3 
 
 f a v o r i t e   z o n e :   m i d r a n g e 
 b e s t   s k i l l   z o n e :   p a i n t ( n o n r a ) 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 d e m a r d e r o z a n  
c h i c a g o   b e a t s   t h e   d e n v e r   n u g g e t s   1 3 1   -   1 1 3   i n   t o n i g h t s   p r e s e a s o n   g a m e   
 d e m a r d e r o z a n   b u l l s n a t i o n   b u l l s w i n   n b a 2 k 2 3   b u l l s f a n s   d e n v e r n u g g e t s   n b a p r e s e a s o n  
d e m a r d e r o z a n   c o l l e c t s   2 2   p o i n t s   a s   t h e   b u l l s   t a k e   c a r e   o f   t h e   n u g g e t s .   f i n a l :   d e n   1 1 3   -   1 3 1   c h i   n b a p r e s e a s o n
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
i n k t o b e r   d a y   6   -   d e m a r 
 
 l e t t e r i n g   d e m a r d e r o z a n   c h i c a g o b u l l s   b u l l s   c a l l i g r a p h y   b l a c k l e t t e r   f r a k t u r   n b a   n b a d e s i g n   n b a a r t   d e r o z a n   h a n d l e t t e r i n g  
n b a   l e a d e r :   2 7 . 9   p p g   2 2 7 ' s   y o u t u b e   c h i l i '   d e m a r   c h i l i '   d e r o z a n   2 7 . 9   p p g   5 . 2   r p g   4 . 9   a p g   b u l l s n a t i o n   s p i c y '     j a m a a l a l d i n _ t v     u s c   t r o j a n s   t h o u g h t s   o n   g i a n n i s   n b a   g i a n n i s   d e m a r d e r o z a n    
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
b u l l s   o p e n   p r e s e a s o n   v s .   p e l i c a n s ,   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   j u s t i n f i e l d s   m a t t e b e r f l u s   n b a   n b c s p o r t s c h i c a g o   n f l   p a t r i c k w i l l i a m s   r y a n p o l e s   u n f i l t e r e d   u n i v e r s i t y o f i l l i n o i s   z a c h l a v i n e  
d e m a r   d e r o z a n   i s   n o t   t h a t   g u y   . .   n e v e r   b e e n   t h a t   g u y   . .   n o b d o d y   w i l l   e v e r   t e l l   m e   s h i t   … 
 
 d e m a r d e r o z a n   c h i c a g o b u l l s   n b a b a s k e t b a l l   n b a   …
t h e   b u l l s   s i g n i n g   k o s t a s   a n t e t o k o u n m p o   i s … . . i n t e r e s t i n g 
   
 
   
 a l e x c a r u s o   a y o d o s u n m u   b u l l s f r e e a g e n c y   b u l l s n a t i o n   b u l l s n e w s   b u l l s r u m o r s   b u l l s u p d a t e   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
d e m a r   d e r o z a n   n o   w o r r i e s   o f   a   p r o b a b l e   d e c l i n e   o f   h i s   g a m e :   ‘ t h e r e   a r e   s o   m a n y   w a y s   t o   t a k e   c a r e   o f   y o u r s e l f ’   c h i c a g o b u l l s   d e m a r d e r o z a n  
s o m e   t h i n g s   a r e   j u s t   n o t   m e a n t   t o   b e .   u n s u n g s p o r t s g r i d   e 2 g s p o r t s   s p o r t s n e w s   n b a   d e m a r d e r o z a n   l a l a k e r s b a s k e t b a l l   c h i c a g o b u l l s n a t i o n 
 

d e m a r   d e r o z a n   h i g h l i g h t s   -   r a p t o r s   v s .   b u l l s   -   9 t h   o c t   2 0 2 2 
 
 
 n b a   d e m a r   d e r o z a n   t o r   c h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   t o r o n t o   r a p t o r s   c h i c a g o   b u l l s
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   s i g n s   w i t h   n i k e  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   s a i d   t h i s   a b o u t   c h i c a g o 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   m i c h a e l j o r d a n   n b a   p o d c a s t  
n b a   l e a d e r :   2 7 . 9   p p g   c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n .    
d e m a r d e r o z a n   d o m i n a t e s   w i t h   2 1   p o i n t s ,   e i g h t   r e b o u n d s ,   e i g h t   a s s i s t s   a n d   t h r e e   s t e a l s   a s   t h e   b u l l s   t o p   t h e   r a p t o r s .   f i n a l :   c h i   1 1 5   -   9 8   t o r   n b a p r e s e a s o n
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r d e r o z a n   m i d d y   k i n g  
c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n . 
   
 
   
 a t l a n t i c d i v i s i o n   c h a n g e   c o m m o n s e n s e   e a s t e r n c o n f e r e n c e   h u m a n i t y   j u s t i c e   l o v e   m e d i a   n e w s   p h i l o s o p h y   p o l i t c s   s o l u t i o n s  
c h i c a g o   b u l l s   f a c e o f f   w i t h   t h e   r a p t o r s   t o n i g h t ! 
   
 
   
 b u l l s n a t i o n s t a t i o n   b u l l s v s r a p t o r s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   f y p   n b a   n b a p r e s e a s o n   t o r o n t o r a p t o r s   z a c h l a v i n e  
n b a   l e a d e r :   2 7 . 9   p p g   c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n .    
c o b y   w h i t e   c l e a r e d   t o   p l a y ! ! !   . . . 
   
 
   
 a i d a n s s p o r t s s h o w   a l e x c a r u s o   a r t u r a s k a r n i s o v a s   b a s k e t b a l l   b i l l y d o n o v a n   b u l l s n a t i o n   b u l l s n e w s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   d e v o n d o t s o n   e a s t e r n c o n f e r e n c e   l a u r i m a r k k a n e n   l o n z o b a l l  
w h a t   r o l e   w i l l   d a l e n   t e r r y   f i l l   i n   b u l l s   r o t a t i o n ?   |   n b c   s p o r t s   c h i c a g o 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a l e n t e r r y   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   k c j o h n s o n   n b c s p o r t s c h i c a g o   u n f i l t e r e d   z a c h l a v i n e  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n ' s   ( _ d e r o z a n )   2 0 1 1 - 1 2   s h o t   c h a r t : 
 
 v o l u m e :   e x t r e m e   |   p _ 9 4   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 4 4 
 e f f i c i e n c y :   m e d i o c r e   |   p _ 2 3 
 e f f i c i e n c y   v a l u e :   p o o r   |   p _ 3 
 
 f a v o r i t e   z o n e :   m i d r a n g e 
 b e s t   s k i l l   z o n e :   p a i n t ( n o n r a ) 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 d e m a r d e r o z a n  
c h i c a g o   b e a t s   t h e   d e n v e r   n u g g e t s   1 3 1   -   1 1 3   i n   t o n i g h t s   p r e s e a s o n   g a m e   
 d e m a r d e r o z a n   b u l l s n a t i o n   b u l l s w i n   n b a 2 k 2 3   b u l l s f a n s   d e n v e r n u g g e t s   n b a p r e s e a s o n  
d e m a r d e r o z a n   c o l l e c t s   2 2   p o i n t s   a s   t h e   b u l l s   t a k e   c a r e   o f   t h e   n u g g e t s .   f i n a l :   d e n   1 1 3   -   1 3 1   c h i   n b a p r e s e a s o n
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
i n k t o b e r   d a y   6   -   d e m a r 
 
 l e t t e r i n g   d e m a r d e r o z a n   c h i c a g o b u l l s   b u l l s   c a l l i g r a p h y   b l a c k l e t t e r   f r a k t u r   n b a   n b a d e s i g n   n b a a r t   d e r o z a n   h a n d l e t t e r i n g  
n b a   l e a d e r :   2 7 . 9   p p g   2 2 7 ' s   y o u t u b e   c h i l i '   d e m a r   c h i l i '   d e r o z a n   2 7 . 9   p p g   5 . 2   r p g   4 . 9   a p g   b u l l s n a t i o n   s p i c y '     j a m a a l a l d i n _ t v     u s c   t r o j a n s   t h o u g h t s   o n   g i a n n i s   n b a   g i a n n i s   d e m a r d e r o z a n    
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
b u l l s   o p e n   p r e s e a s o n   v s .   p e l i c a n s ,   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   j u s t i n f i e l d s   m a t t e b e r f l u s   n b a   n b c s p o r t s c h i c a g o   n f l   p a t r i c k w i l l i a m s   r y a n p o l e s   u n f i l t e r e d   u n i v e r s i t y o f i l l i n o i s   z a c h l a v i n e  
d e m a r   d e r o z a n   i s   n o t   t h a t   g u y   . .   n e v e r   b e e n   t h a t   g u y   . .   n o b d o d y   w i l l   e v e r   t e l l   m e   s h i t   … 
 
 d e m a r d e r o z a n   c h i c a g o b u l l s   n b a b a s k e t b a l l   n b a   …
t h e   b u l l s   s i g n i n g   k o s t a s   a n t e t o k o u n m p o   i s … . . i n t e r e s t i n g 
   
 
   
 a l e x c a r u s o   a y o d o s u n m u   b u l l s f r e e a g e n c y   b u l l s n a t i o n   b u l l s n e w s   b u l l s r u m o r s   b u l l s u p d a t e   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
d e m a r   d e r o z a n   n o   w o r r i e s   o f   a   p r o b a b l e   d e c l i n e   o f   h i s   g a m e :   ‘ t h e r e   a r e   s o   m a n y   w a y s   t o   t a k e   c a r e   o f   y o u r s e l f ’   c h i c a g o b u l l s   d e m a r d e r o z a n  
s o m e   t h i n g s   a r e   j u s t   n o t   m e a n t   t o   b e .   u n s u n g s p o r t s g r i d   e 2 g s p o r t s   s p o r t s n e w s   n b a   d e m a r d e r o z a n   l a l a k e r s b a s k e t b a l l   c h i c a g o b u l l s n a t i o n 
 

d e m a r   d e r o z a n   h i g h l i g h t s   -   r a p t o r s   v s .   b u l l s   -   9 t h   o c t   2 0 2 2 
 
 
 n b a   d e m a r   d e r o z a n   t o r   c h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   t o r o n t o   r a p t o r s   c h i c a g o   b u l l s
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   s i g n s   w i t h   n i k e  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   h i g h l i g h t s   -   r a p t o r s   v s .   b u l l s   -   9 t h   o c t   2 0 2 2 
 
 
 n b a   d e m a r   d e r o z a n   t o r   c h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   t o r o n t o   r a p t o r s   c h i c a g o   b u l l s
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
i n k t o b e r   d a y   6   -   d e m a r 
 
 l e t t e r i n g   d e m a r d e r o z a n   c h i c a g o b u l l s   b u l l s   c a l l i g r a p h y   b l a c k l e t t e r   f r a k t u r   n b a   n b a d e s i g n   n b a a r t   d e r o z a n   h a n d l e t t e r i n g  
d e m a r   d e r o z a n   s i g n s   w i t h   n i k e  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
e a r l y   a s s   p r e s e a s o n   b u l l s h i t . . . 
 
 v u c   d e f e n s e ? ?   k e e p   g e t t i n g   h i m   t h e   b a l l   d o w n   l o w 
 d e r o z a n   b u c k e t s . 
 z a c h   c m o n   n i g g a   y o u   g o t   p a i d   
 d r u m m o n d   b o a r d s .   g e t   h i m   i n   p i c k   & a m p ;   r o l l   f o r   s o m e   l o b s 
 d r a g i c   😒 
 d a l e n   r o t y   ( n a h   i ' m   i m p r e s s e d   t h o ) 
 c o b y . . .   w h e n   t f   y o u   g e t   i n j u r e d ? ?
d e m a r   d e r o z a n   h i g h l i g h t s   -   r a p t o r s   v s .   b u l l s   -   9 t h   o c t   2 0 2 2 
 
 
 n b a   d e m a r   d e r o z a n   t o r   c h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   t o r o n t o   r a p t o r s   c h i c a g o   b u l l s
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
i n k t o b e r   d a y   6   -   d e m a r 
 
 l e t t e r i n g   d e m a r d e r o z a n   c h i c a g o b u l l s   b u l l s   c a l l i g r a p h y   b l a c k l e t t e r   f r a k t u r   n b a   n b a d e s i g n   n b a a r t   d e r o z a n   h a n d l e t t e r i n g  
d e m a r   d e r o z a n   s i g n s   w i t h   n i k e  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
e a r l y   a s s   p r e s e a s o n   b u l l s h i t . . . 
 
 v u c   d e f e n s e ? ?   k e e p   g e t t i n g   h i m   t h e   b a l l   d o w n   l o w 
 d e r o z a n   b u c k e t s . 
 z a c h   c m o n   n i g g a   y o u   g o t   p a i d   
 d r u m m o n d   b o a r d s .   g e t   h i m   i n   p i c k   & a m p ;   r o l l   f o r   s o m e   l o b s 
 d r a g i c   😒 
 d a l e n   r o t y   ( n a h   i ' m   i m p r e s s e d   t h o ) 
 c o b y . . .   w h e n   t f   y o u   g e t   i n j u r e d ? ?
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [56], in <cell line: 1>()
      1 for id, tweets in tweets_df_Bulls1.items():
      2     for tweet in tweets:
----> 3         analysis = TextBlob(tweets_df_Bulls1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Bulls1 = tweets_df_Bulls1.append({
      5             'name': id,
      6             'text': tweets_df_Bulls1.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\textblob\blob.py:384, in BaseBlob.__init__(self, text, tokenizer, pos_tagger, np_extractor, analyzer, parser, classifier, clean_html)
    380 def __init__(self, text, tokenizer=None,
    381             pos_tagger=None, np_extractor=None, analyzer=None,
    382             parser=None, classifier=None, clean_html=False):
    383     if not isinstance(text, basestring):
--> 384         raise TypeError('The `text` argument passed to `__init__(text)` '
    385                         'must be a string, not {0}'.format(type(text)))
    386     if clean_html:
    387         raise NotImplementedError("clean_html has been deprecated. "
    388                                 "To remove HTML markup, use BeautifulSoup's "
    389                                 "get_text() function")

TypeError: The `text` argument passed to `__init__(text)` must be a string, not <class 'pandas.core.series.Series'>
In [57]:
for id, tweets in tweets_df_Bulls2.items():
    for tweet in tweets:
        analysis = SentimentIntensityAnalyzer(tweets_df_Bulls2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Bulls2 = tweets_df_Bulls2.append({
            'name': id,
            'text': tweets_df_Bulls2.text
        }, ignore_index=True)
p r e - s e a s o n     📸       v s     n b a   t o r o n t o r a p t o r s   c h i c a g o b u l l s  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n v i   a i r j o r d a n 6   b u l l s   1 9 9 1   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n
d o   y o u r   t h i n g   t w i t t e r   b u l l s   c h i c a g o b u l l s  
i n k t o b e r   2 0 2 2   d a y   6   ( t r i p ) 
 c h a r a c t e r :   b e n n y   t h e   b u l l   ( c h i c a g o   b u l l s ) 
 
 d i g i t a l a r t   d i g i t a l a r t i s t 
 a r t   a r t i s t   d i g i t a l a r t w o r k 
 a r t w o r k   c h a l l e n g e   a r t c h a l l e n g e   d r a w i n g c h a l l e n g e   i n k t o b e r   i n k t o b e r 2 0 2 2   b e n n y t h e b u l l   c h i c a g o   c h i c a g o b u l l s   m a s c o t   b a s k e t b a l l   s p o r t s   b u l l   f a n a r t  
c h i c a g o b u l l s :   o n e   m o r e   b e f o r e   t h e y   a l l   c o u n t . 
 
 📺 :   
 📻 :       c h i c a g o b u l l s
d e m a r   d e r o z a n   s a i d   t h i s   a b o u t   c h i c a g o 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   m i c h a e l j o r d a n   n b a   p o d c a s t  
i n t e r n a t i o n a l   p r o p h e c y   f u l f i l l e d   
 
 t h e   c h i c a g o   b u l l s   b e a t s   t h e   t o r o n t o   r a p t o r s ,   n o t i c e   h o w   p r o p h e t   a n g e l   a c c u r a t e l y   p r o p h e s i e d   t h e   w i n n e r   o f   t h e   g a m e   a n d   t h a t   t h e   s c o r e   w i l l   b e   o v e r   1 0 2 . 
 
 u e b e r t a n g e l   n b a   c h i c a g o b u l l s   b u l l s   r a p t o r s   t o r o n t o r a p t o r s   b a s k e t b a l l   u s a  
i n t e r n a t i o n a l   p r o p h e c y   f u l f i l l e d   
 
 t h e   c h i c a g o   b u l l s   b e a t s   t h e   t o r o n t o   r a p t o r s ,   n o t i c e   h o w   p r o p h e t   a n g e l   a c c u r a t e l y   p r o p h e s i e d   t h e   w i n n e r   o f   t h e   g a m e   a n d   t h a t   t h e   s c o r e   w i l l   b e   o v e r   1 0 2 . 
 
 u e b e r t a n g e l   n b a   c h i c a g o b u l l s   b u l l s   r a p t o r s   t o r o n t o r a p t o r s   b a s k e t b a l l   u s a  
g o d   i s   s t i l l   s a y i n g   s o m e t h i n g   c h i c a g o   u s a   n b a   r a p t o r s   m a j o r   c h i c a g o b u l l s   t o r o n t o r a p t o r s   u s a  
a n d r e   d r u m m o n d   l o o k i n g   t o   b e   a   t h r e e - p o i n t   t h r e a t   f o r   b u l l s   a f t e r   s u r p r i s e   s h o o t i n g   s t r o k e   v s   r a p s :   ‘ i t ’ s   s o m e t h i n g   t h a t   i ’ v e   w o r k e d   o n ’   a n d r e d r u m m o n d   c h i c a g o b u l l s  
s e l l i n g   a   f e w   t h i n g s   h a v e   a   g a n d e r !     a r g e n t i n a   c h i c a g o b u l l s   a d i d a s   a d i d a s o r i g i n a l s    
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   4 t h   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
b e n   g o r d o n   i s   a   f o r m e r   c h i c a g o   b u l l s   s t a r   b e n   g o r d o n   h a s   b e e n   a r r e s t e d   a t   l a g u a r d i a   a i r p o r t   a f t e r   h i t t i n g   h i s   1 0 - y e a r - o l d   s o n   s o   h a r d   t h e   c h i l d   r e q u i r e d   h o s p i t a l i z a t i o n . 
 
 b e n g o r d o n 
 c h i c a g o b u l l s 
 

9   d a y s   t i l   o p e n i n g   d a y !   d o   y o u   t h i n k   t h e   b u l l s   s h o u l d   d e f i n i t e l y   k e e p   v o o c h   b e y o n d   t h i s   s e a s o n ? 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
s h o p   a i r j o r d a n     p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m j m o n d a y s   m i c h a e l j o r d a n   j o r d a n   b u l l s   c h i c a g o b u l l s   b u l l s n a t i o n
b u l l s   c h i c a g o b u l l s   s e e r e d     a y o ,   w o o   a n d   c o b y   + / -   w a s   m y   t a k e a w a y   f r o m   y e s t e r d a y s   g a m e . . .   e s p   c o b y ! ! !  
m i c h a e l   j o r d a n -   t i m e - l a p s e   v i d e o   
 
 a r t i s t a j m o o r e   n b a   m i c h a e l j o r d a n   j o r d a n   c h i c a g o b u l l s   n b a l e g e n d   b a s k e t b a l l   c o p i c m a r k e r s     a r t i s t a j m o o r e s p o r t s  
w a t c h i n g   m i c h a e l   j o r d a n ’ s   “ l a s t   d a n c e ”   a g a i n   & a m p ;   t h e   c h i c a g o b u l l s   a r e   t h e   o n l y   t e a m   i n   p r o f e s s i o n a l   s p o r t s   t o   s a y   t h e y   d o n ’ t   w a n t   t o   w i n   a n y m o r e .   t h e   m j   b u l l s   n e v e r   l o s t   a n   n b a   f i n a l s .   t h e y   c o u l d   h a v e   w o n   8   s h i p s   🤔  
a n t o i n e   c a r r   g i v e s   t h e   r e a l   s a u c e   o n   t r i c k e r y   d u r i n g   t h e   j o r d a n   e r a .     g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   s e e r e d   n b a   p o d c a s t   n b a p o d c a s t  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
‘ a n d r e s   n o c i o n i   t h r o w s   d o w n   t h e   m o n s t e r   j a m ! ’ 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
9   d a y s   t i l   o p e n i n g   d a y !   d o   y o u   t h i n k   t h e   b u l l s   s h o u l d   d e f i n i t e l y   k e e p   v o o c h   b e y o n d   t h i s   s e a s o n ? 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
n b a   c h i c a g o b u l l s   a n d r e d r u m m o n d   b u l l s '   a n d r e   d r u m m o n d   g o e s   p e r f e c t   f r o m   d o w n t o w n   i n   w i n   o v e r   r a p t o r s  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o   b u l l s   r e d / b l a c k   t w o   t o n e d   5 9 f i f t y   n o w   a v a i l a b l e   f r o m   c l a r k s t r e e t s p o r t s 
 
 n e w d r o p   c l a r k s t r e e t s p o r t s   c h i c a g o   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   i l l i n o i s   r e d b l a c k   t w o   t o n e d   5 9 f i f t y   h a t c r a w l e r   f i t t e d 
 

o u t   o f   t h i s   🌎 !   m e t a l m o n d a y 
   
 c s g   c s g c a r d s   t e a m c s g   t h e h o b b y   b a s k e t b a l l c a r d s   s k y b o x   m i c h a e l j o r d a n   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   b u l l s b a s k e t b a l l   n b a  
s h o p   a i r j o r d a n     p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m j m o n d a y s   m i c h a e l j o r d a n   j o r d a n   b u l l s   c h i c a g o b u l l s   b u l l s n a t i o n
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n i i i   a i r j o r d a n 3   b u l l s   1 9 8 8   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
s h o p   a i r j o r d a n     p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m j m o n d a y s   m i c h a e l j o r d a n   j o r d a n   b u l l s   c h i c a g o b u l l s   b u l l s n a t i o n
c h i c a g o b u l l s :   j a v o n t e   g r e e n   t h r o u g h   t h r e e   p r e s e a s o n   g a m e s : 
 
 1 6 . 7   p o i n t s 
 7 7 %   f g 
 7 5 %   f r o m   t h r e e 
 
 📰 :     g a m e   r e c a p :   c h i c a g o b u l l s
c h i c a g o   b u l l s   v s   t o r o n t o   . . . 
   
 
   
 2 0 2 2 2 0 2 3 n b a s e a s o n   b u l l s v s r a p t o r s   b u l l s v s r a p t o r s 2 0 2 2   b u l l s v s r a p t o r s h i g h l i g h t s   c c b n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a   e x t e n d e d n b a h i g h l i g h t s   f u l l g a m e h i g h l i g h t s  
c h i   t o w n   p a n e l   c h i c a g o   b u l l s   c e i l i n g 🤔   b u l l s n a t i o n   c h i c a g o b u l l s   s e e r e d           s u b s c r i b e   t o   o u r   p a g e   o n   y o u t u b e    
a n o t h e r   s t r o n g   f i n i s h   f o r   t h e   b u l l s   t o   . . . 
   
 
   
 a l e x c a r u s o   a y o d o s u n m u   b u l l s c e n t r a l   b u l l s f r e e a g e n c y   b u l l s n a t i o n   b u l l s n e w s   b u l l s r u m o r s   b u l l s u p d a t e   b u l l s v s n u g g e t s   b u l l s v s n u g g e t s h i g h l i g h t s   b u l l s v s n u g g e t s p r e s e a s o n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s  
e n d e   b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 5 : 9 8   c h i c a g o b u l l s   v s   t o r o n t o r a p t o r s   
 1 1 1 : 9 7   n e w o r l e a n s p e l i c a n s   v s   s a n a n t o n i o s p u r s   
 1 2 4 : 1 2 1   l o s a n g e l e s l a k e r s v s   g o l d e n s t a t e w a r r i o r s   
 9 4 : 1 2 6   p o r t l a n d t r a i l b l a z e r s   v s   s a c r a m e n t o k i n g s
d e m a r   d e r o z a n   f u l l   h i g h l i g h t s   v s   t o r o n t o   r a p t o r s   [ 1 0 / 9 / 2 2 ] 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   c h i c a g o   b u l l s   o n   t h e   r o a d   f o r   p r e s e a s o n   w i n   i n   t o r o n t o 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
[ h i g h l i g h t ]   j a v o n t e   g r e e n   w i t h   t h e   c o m p l e t e   d i s r e g a r d   f o r   h u m a n   l i f e 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
c h i c a g o   b u l l s   " c a m e l   w h i t e "   5 9 f i f t y   t u m b l e w e e d / w h i t e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c a m e l   w h i t e   5 9 f i f t y 
 

p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   t o r o n t o   r a p t o r s   1 1 5 - 9 8   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
w h y   d i d   i   j u s t   s e e   a n d r e   d r u m m o n d   s h o t   3 / 3   f r o m   3   n b a   c h i c a g o b u l l s
1 0   d a y s   u n t i l   o p e n i n g   d a y !   b u l l s   n u m b e r   1 0 ,   b . j .   a r m s t r o n g   w a s   a   f a n   f a v o r i t e ,   w i n n i n g   3   r i n g s   w i t h   t h e   b u l l s   a n d   n a m e d   a n   a l l - s t a r   s t a r t e r   i n   1 9 9 4 .   
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
  b r u h .   y o u   a r e   i n s a n e   f o r   t h i s   i n - g a m e   1 s t e p   f r o m   f t   l i n e   d u n k .   i   l o o k   u p   t o   y o u ,   n o t   b e c a u s e   y o u ' r e   o l d e r   & a m p ;   w i s e r .   ( t h a t ' s   m e   @   3 3 y r s . o l d )   b u t   b e c a u s e   y o u   j u m p   s o   h i g h !   a m a z i n g .   😲 🤗     s l a m d u n k   i n g a m e   f r e e t h r o w l i n e   c h i c a g o b u l l s   b o u n c e  
c h i c a g o b u l l s :   p u t   i n   w o r k   i n   l i m i t e d   m i n u t e s   o n   t h e   r o a d .   
 
 _ d e r o z a n   |       c h i c a g o b u l l s
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   -   . . . 
   
 
   
 b u l l s v s n u g g e t s p r e s e a s o n   b u l l s v s p e l i c a n s   b u l l s v s r a p t o r s   b u l l s v s r a p t o r s f u l l g a m e h i g h l i g h t s   b u l l s v s r a p t o r s h i g h l i g h t s   b u l l s v s r a p t o r s p r e d i c t i o n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s v s t o r o n t o r a p t o r s  
p o s t   g a m e   p o d   l i v e   n o w   o n   s p o t i f y   a n d   a p p l e ! 
 
 s p o t i f y - 
 
 
 a p p l e - 
 
 
 b u l l s n a t i o n   s e e r e d   c h i c a g o b u l l s
c h i c a g o b u l l s :   w o o   w i t h   t h e   s p a r k   o f f   t h e   b e n c h   i n   t h e   s e c o n d   h a l f ! 
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
i   g o t   a   c r i c u t   r e c e n t l y   a n d   f o r   m y   f i r s t   d e s i g n ,   i   c h o s e   s o m e t h i n g   d i f f i c u l t   t o   m a k e .   i t ' s   n o t   p e r f e c t   ( u n e v e n ,   a i r   b u b b l e s   a n d   a n g l e d )   b u t   i t   f e a t u r e s   m y   f a v o r i t e   p l a y e r   _ d e r o z a n   c h i c a g o b u l l s    
p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   t o r o n t o   r a p t o r s   1 1 5 - 9 8 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o b u l l s :   c o m i n g   h o m e   w i t h   t h e   d u b .   b a c k   a t   i t   t u e s d a y !   
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
c h i c a g o b u l l s :   c o n f i r m i n g :   w o o   t o o k   o f f   f r o m   f a r ! ! 
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
t r a d e     a n d     f o r     🙏 🏼   c h i c a g o b u l l s
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   -   . . . 
   
 
   
 b u l l s v s n u g g e t s p r e s e a s o n   b u l l s v s p e l i c a n s   b u l l s v s r a p t o r s   b u l l s v s r a p t o r s f u l l g a m e h i g h l i g h t s   b u l l s v s r a p t o r s h i g h l i g h t s   b u l l s v s r a p t o r s p r e d i c t i o n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s v s t o r o n t o r a p t o r s  
c h i c a g o b u l l s :   p r e s e a s o n   r o a d   d u b !   💪     c h i c a g o b u l l s
c h i c a g o b u l l s :   l o o k   w h e r e   h e   t o o k   o f f   f r o m ! ! 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   d a l e n   w i t h   t h e   v i s i o n   f o r   a   f l o a t i n g   w o o ! 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   d o w n   t h r e e   w i t h   1 2   t o   g o !     c h i c a g o b u l l s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 c h i c a g o b u l l s   v s   t o r o n t o r a p t o r s 
 📲 💻 w a t c h 👉 : 
 
 l o s a n g e l e s l a k e r s   v s   g o l d e n s t a t e w a r r i o r s 
 📲 💻 w a t c h 👉 : 
 
 b u c a r a m a n g a   v s   j u n i o r 
 📲 💻 w a t c h 👉 : 
 n b a p r e s e a s o n   p r i m e r a a     s u i t i n g u p t o g e t h e r  
2   s t r a i g h t   w   🐂 🔥   b u l l s n a t i o n   c h i c a g o b u l l s  
j a v o n t e   g r e e n   h a s   r e a l l y   i m p r o v e d   h i s   g a m e .     c h i c a g o b u l l s   b u l l s
c h i c a g o   b u l l s   n b a   b a s k e t b a l l   j a c k e t .   f o r   s a l e   i n   o u r   e b a y   s t o r e .   
 
 
 
 m e n s c l o t h i n g   m e n s s t y l e   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   n b a j a c k e t   n b a   b a s k e t b a l l   e b a y f i n d s   e b a y f a s h i o n   g i f t i d e a s  
u g h   a n d   d o   l i k e   t h e s e   b u l l   t e a m   c h i c a g o b u l l s   t o r v s c h i
j a v o n t e   g r e e n   c u t t i n g   u p   t o n i g h t   🔥 🏀   c h i c a g o b u l l s
d o e s   a n y o n e   k n o w   o f   a n y   l e a k s   f o r   t h e   c h i c a g o b u l l s   2 0 2 2 - 2 0 2 3   c i t y   e d i t i o n   j e r s e y s ?   b u l l s n a t i o n   c i t y e d i t i o n
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s l i v e   c h i c a g o b u l l s l i v e g a m e   c h i c a g o b u l l s l i v e g a m e t o d a y   c h i c a g o b u l l s l i v e p l a y b y p l a y   c h i c a g o b u l l s l i v e s t r e a m   c h i c a g o b u l l s l i v e s t r e a m g a m e   c h i c a g o b u l l s l i v e s t r e a m t o d a y  
c h i c a g o b u l l s :   t h a t   u s c   c o n n e c t i o n   s t i l l   s t r o n g   👀 
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
c h i c a g o b u l l s :   d e m a r   g e t t i n g   g o i n g !   
 
 _ d e r o z a n   |   b u l l s n a t i o n     c h i c a g o b u l l s
c h i c a g o b u l l s :   v o o c h ' s   f o o t w o r k   i n s i d e   i s   e l i t e ! 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   z a c h   f o r   t h e   l e a d !   👌 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   h a l f t i m e .   
 
 d e m a r :   1 3 p t s   /   6 r e b   /   4 a s t 
 v o o c h :   7 p t s   /   7 r e b 
 a y o :   7 p t s   /   2 r e b   /   4 a s t     c h i c a g o b u l l s
c h i c a g o b u l l s :   d e e b o   s m o o t h   w i t h   i t . 
 
   |   _ d e r o z a n     c h i c a g o b u l l s
c h i c a g o b u l l s :   d r u m m o n d   w i t h   t h e   r a n g e   👌 
 
   |       c h i c a g o b u l l s
v i n t a g e   c h i c a g o   i l l   c l a r e n c e   b u c k i n g h a m   m e m o r i a l     f o u n t a i n   i l l i n o i s   u s a   t r a v e l   p e n n a n t       d a b e a r s   b e a r s   c h i c a g o b e a r s   a n t i q u e   b u l l s n a t i o n   b u l l s   n b a   a n t i q u e p e n n a n t   w a l l d e c o r   n f l   v i n t a g e   c h i c a g o c u b s   c h i c a g o   c h i c a g o b u l l s   c u b s   u s a   w r i g l e y
l e t ' s   g o     w e t h e n o r t h   c h i c a g o b u l l s  
c a t c h i n g   t h e     a n d   t h e   s u p e r f a n   i n   a c t i o n ! ! ! 
 f a n   o f   t h e   s u p e r f a n   a n d   r a p t o r s   -   b o t h .   ☺ ️ ☺ ️ ☺ ️ 
 r a p t o r s   p l a y i n g   c h i c a g o   b u l l s   t o n i g h t !   
 🦖 🏀 
 
 _ n a v   s u p e r f a n   r a p t o r s   c h i c a g o b u l l s   t o r o n t o r a p t o r s      
y o u   l o v e   t o   s e e   i t ! !   c h i c a g o b u l l s  
c h i c a g o b u l l s :   w o r k   t o   d o   a f t e r   o n e .   
 
 d e m a r   d e r o z a n :   8 p t s   /   3 r b s 
 n i k o l a   v u c e v i c :   7 p t s   /   4 r b s     c h i c a g o b u l l s
c h i c a g o b u l l s :   t h r o w   i t   d o w n   v o o c h !   😤 
 
   |       c h i c a g o b u l l s
g a m e   t h r e a d :   c h i c a g o   b u l l s   ( 1 - 1 )   a t   t o r o n t o   r a p t o r s   ( 2 - 1 )   o c t   0 9   2 0 2 2   5 : 0 0   p m 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o b u l l s :   b r i n g i n g   t h e   r o o k   u p   t o   s p e e d .   
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   a i r p l a n e   m o d e   i n t o   t h e   l i n e u p   i n   t o r o n t o . 
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
c h i c a g o b u l l s :   h o o d i e   s z n   i n   t h e   6 .     c h i c a g o b u l l s
l i v e     l i v e s t r e a m   n b a   
 b a s k e t b a l l       n b a i n a b u d h a b i   n b a p r e s e a s o n   
 c h i c a g o b u l l s     t o r o n t o r a p t o r s   w e t h e n o r t h 
 
 ▶ ️ t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s 
                           ( 0 2 : 3 0   g m t + 2 ) 
                       🏀 l i n k   ⬇ ️ 🗑 ️ 

t o r o n t o r a p t o r s   c h i c a g o b u l l s   n b a   b a s k e t b a l l   r a p t o r s b u l l s   n b a j a p a n g a m e s   t o r o n t o   n b a t w i t t e r   
 w a t c h   t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s 
 
                               🇺 🇸 l i n k 🏀 
                                         ⬇ ️ 
 
   ✅
i   d o n ’ t   r e a l l y   h a v e   a n y   e x p e c t a t i o n s   f o r   c h i c a g o b u l l s   o r   c h i c a g o b l a c k h a w k s   e i t h e r
s t a c e y   o n   p a t r i c k   w i l l i a m s   a f t e r   t h e   f i r s t   p r e s e a s o n   g a m e .     g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   n b a   p o d c a s t   n b a p o d c a s t  
j a v o n   f r e e m a n - l i b e r t y   h a s   b e e n   w a i v e d   f r o m   t h e   c h i c a g o   b u l l s . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
b e s t   d u n k s   f r o m   n o v e m b e r   |   l a v i n e   |   d e r o z a n   |   c a r u s o   |   d e r r i c k   j o n e s   |   c h i c a g o   b u l l s   h i g h l i g h t s 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o   b u l l s   f a c e o f f   w i t h   t h e   r a p t o r s   t o n i g h t ! 
   
 
   
 b u l l s n a t i o n s t a t i o n   b u l l s v s r a p t o r s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   f y p   n b a   n b a p r e s e a s o n   t o r o n t o r a p t o r s   z a c h l a v i n e  
1 0   d a y s   u n t i l   o p e n i n g   d a y !   b u l l s   n u m b e r   1 0 ,   b . j .   a r m s t r o n g   w a s   a   f a n   f a v o r i t e ,   w i n n i n g   3   r i n g s   w i t h   t h e   b u l l s   a n d   n a m e d   a n   a l l - s t a r   s t a r t e r   i n   1 9 9 4 .   
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
p r e   g a m e :   c h i c a g o   b u l l s   ( 1 - 1 )   v s   t o r o n t o   r a p t o r s   ( 2 - 1 )   ( o c t o b e r   9 ,   2 0 2 2 ) 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n x   a i r j o r d a n 1 0   b u l l s   1 9 9 4   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
n b a   l e a d e r :   2 7 . 9   p p g   l o n z o ' s   b e s t   b a l l   b e h i n d   h i m ?   :   “ l i t e r a l l y ,   i   r e a l l y   c a n ’ t   r u n .   i   c a n ’ t   r u n   o r   j u m p . "   c h i c a g o b u l l s    
c a r u s o   d o i n   c a r u s o   t h i n g s ! 
 n e w   p o d   c o m i n g   t o n i g h t   p o s t   g a m e 
 l i s t e n / r a t e / s u b s c r i b e   o n   s p o t i f y   o r   a p p l e   i f   y o u   h a v e n ’ t   a l r e a d y ! 
 
 c a r u s o c a n   b u l l s n a t i o n   s e e r e d   c h i c a g o b u l l s  
g p e x p l o r e r   m i l a n j u v e   n a r u t o   h a l l o w e n   g r s v b j k   p a y p a l   h o m e   e x p l o r e   v i e w   g e t m o n e y   c h i c a g o b u l l s   n b a   b a s k e t b a l l   t r e n d s o n f i r e     n b a t w i t t e r     f i f a 2 3   
   g e t   t - s h i r t   c h i c a g o   b u l l s   w i t h   $ 2 0 . 1 0   p e r   s h i r t 
 1 5 %   o f f   w i t h   c o d e   s t o c k u p s a l e z 
 
  
c o b y   w h i t e   c l e a r e d   t o   p l a y ! ! !   . . . 
   
 
   
 a i d a n s s p o r t s s h o w   a l e x c a r u s o   a r t u r a s k a r n i s o v a s   b a s k e t b a l l   b i l l y d o n o v a n   b u l l s n a t i o n   b u l l s n e w s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   d e v o n d o t s o n   e a s t e r n c o n f e r e n c e   l a u r i m a r k k a n e n   l o n z o b a l l  
c h i c a g o b u l l s :   p r e s e a s o n   h o o p s   f r o m   t h e   6 . 
 
 📺 :     & a m p ;       c h i c a g o b u l l s
n b a   p r e v i e w   2 0 2 2 - 2 3   :   l e s   c h i c a g o   b u l l s 
   
 
   
 a p é r o t r a s h t a l k   b a s k e t   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   e m i s s i o n  
i ' m   s t i l l   e x c i t e d   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
m i c h a e l   p o r t e r   j r   h i g h l i g h t s   v s .   b u l l s   |   2 0   p o i n t s ,   7   r e b o u n d s 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
t h e   1 9 9 8   c h i c a g o   b u l l s   p l a y e r s '   s a l a r i e s : 
 
 m i c h a e l   j o r d a n   e a r n s   m o r e   m o n e y   t h a n   t h e   e n t i r e   t e a m .   😳 n b a   c h i c a g o b u l l s   m i c h a e l j o r d a n  
r e m e m b e r i n g   c h i c a g o   m a r a t h o n   2 0 1 9 ,   h a p p e n i n g   t o d a y   😀   c h i c a g o   m a r a t h o n   u s a   l o v e d i t   r u n n i n g   w o r l d m a j o r   l o v e t r a v e l   f a v m a r a s o f a r   c h i c a g o b u l l s   l o t s o f b u l l   @   c h i c a g o ,   i l l i n o i s  
a   t r u e   l e g e n d   b a s k e t b a l l   n b a   c h i c a g o b u l l s  
c ’ m o n   b i l l y   d o n o v a n :   s t a r t   a n d r e   d r u m m o n d ,   t h e   s e c o n d   c o m i n g   o f   w e s   u n s e l d .     t r y   h i m   w i t h   v u k o v i c .     c h i c a g o b u l l s   b u l l s
c h i c a g o b u l l s   n b a   n b a t w i t t e r   n b a p r e s e a s o n   
 
 t h e   c h i c a g o   b u l l s   r o s t e r   i s   e s p e c i a l l y   b a l a n c e d   f o r   t h e   ’ 2 2 - 2 3   s e a s o n .   s u c h   a n   o r g a n i z e d   r o s t e r   a l l o w s   f o r   g r e a t e r   c o n t i n u i t y .   
 
 c h e c k   o u t   t h e   c h i c a g o   b u l l s   n b a   2 0 2 2 - 2 3   r o s t e r :  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
j u s t   1 1   d a y s   u n t i l   t h e   b u l l s   s e a s o n   o p e n e r   i n   m i a m i   v s   t h e   h e a t !   w i l l   d e m a r   r e p e a t   h i s   a m a z i n g   4 t h   q u a r t e r   p e r f o r m a n c e s   t h i s   y e a r ? 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s      
w h a t ' s   b e s t   o n     ? 
 h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   b u l l s   t o   f i r s t   p r e - s e a s o n   w i n   o v e r   n u g g e t s 
 
 s p o r t s   c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s      
b e s t   o f   t h e   d a y   o n   
 h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   b u l l s   t o   f i r s t   p r e - s e a s o n   w i n   o v e r   n u g g e t s 
 
 s p o r t s   c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s
w h a t ' s   b e s t   o n     ? 
 h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   b u l l s   t o   f i r s t   p r e - s e a s o n   w i n   o v e r   n u g g e t s 
 
 s p o r t s   c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s
l a s t   b a t c h   o f   d e c e n t   f i n d s   f o r   t o n i g h t .   g o i n g   t h r o u g h   t h e s e   b i n d e r s   i s   h a s   b e e n   a   l o t   o f   f u n .   d i s c o v e r i n g   c a r d s   i   f o r g o t   a b o u t   a n d   f i n d i n g   s o m e   h i d d e n   g e m s   t h a t   w e r e   o v e r l o o k e d   i n   t h e   9 0 s .   
 
 b a s k e t b a l l c a r d s   c h i c a g o b u l l s  
t h e   r e t u r n   o f   s l e e p   🔥 🏀 🐂 
 s l e e p   c h i c a g o b u l l s   b e n n y t h e b u l l   a c r o d u n k  
i ' m   s t i l l   e x c i t e d 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
g r e a t   t i m e s !   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
  b b 2 0   g u e s s   w h o   i s   m r   r i g h t   a n d   m r   r i g h t   n o w   w h i l e   u   p r e t e n d   t o   b e   a n   a l l   a r o u n d   a t h l e t e .   i s   t h i s   t h e   p r o f e s s i o n a l   a t h l e t e   u   t h i n k   u   c a n   b e a t ?   u   s t i l l   h a v e n ’ t   w o n   t h e   c h a l l e n g e   ! ! a l e x   c a r u s o   c h i c a g o b u l l s  
g r e a t   t i m e s ! 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s   . . . 
   
 
   
 b u l l s v s n u g g e t s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s l i v e   c h i c a g o b u l l s l i v e g a m e   c h i c a g o b u l l s l i v e t o d a y   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s p o d c a s t   c h i c a g o b u l l s p o s t g a m e   c h i c a g o b u l l s p o s t g a m e p r e s s c o n f e r e n c e  
a n t o i n e   c a r r   o n   s h a r i n g   t h e   c o u r t   w i t h   n b a   h o f   i n d u c t e e s .       g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   n b a   p o d c a s t   n b a p o d c a s t  
[ j u l i a   p o e ]   b i l l y   d o n o v a n   s a y s   t h e   d e c i s i o n   t o   m o v e   p a t r i c k   w i l l i a m s   t o   t h e   b e n c h   i n   f a v o r   o f   j a v o n t e   g r e e n   t o d a y   w a s   n o t   m e a n t   t o   s e n d   a   m e s s a g e   f o r   t h e   t h i r d - y e a r   f o r w a r d   t o   m a k e   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o b u l l s   1 0   c a r d   l o t   b u l l s n a t i o n   
 b u l l s   
 
 $ 4 . 5 0   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
t h e   c h i c a g o   b u l l s   c h e a t e d   t h e r e   w a y   t o   s i x   c h a m p i o n s h i p s   c h i c a g o b u l l s  
d e n n i s   r o d m a n   1 / 1   s p l a t t e r   b l a s t   c u s t o m   a r t   c a r d   d e n n i s r o d m a n   t h e w o r m   c h i c a g o b u l l s   t h e l a s t d a n c e   b u l l s   c h i c a g o   n b a   c a r d a r t   b a s k e t b a l l c a r d s   s p o r t s c a r d s   c a r d c o l l e c t o r   s p o r t s c a r d s c o l l e c t o r   m i x e d m e d i a a r t   a c r y l i c p a i n t   w h o d o y o u c o l l e c t   m i x e d m e d i a   a r t w o r l d   a r t g a l l e r y  
w h a t   r o l e   w i l l   d a l e n   t e r r y   f i l l   i n   b u l l s   r o t a t i o n ?   |   n b c   s p o r t s   c h i c a g o 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a l e n t e r r y   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   k c j o h n s o n   n b c s p o r t s c h i c a g o   u n f i l t e r e d   z a c h l a v i n e  
c o u n t r y   l o v e   🍂   
 
 f a l l   a u t u m n   a u t u m n v i b e s   f a l l i n t o a u t u m n   l o v e   c o u n t r y   c o u n t r y l o v e   c h i c a g o b u l l s  
c h e c k   o u t   1 9 9 9 - 0 0   u p p e r   d e c k   n b a   g a t o r a d e   m i c h a e l   j o r d a n   f i n a l s   j u m b o   c a r d   s e t   o f   6   m j   1 - m j   6 
 c h i c a g o b u l l s   b u l l s n a t i o n   c h i c a g o     e b a y   v i a  
h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   b u l l s   t o   f i r s t   p r e - s e a s o n   w i n   o v e r   n u g g e t s 
   
 
   
 c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s   d e n v e r n u g g e t s   n o r t h w e s t d i v i s i o n   w e s t e r n c o n f e r e n c e  
p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   d e n v e r   n u g g e t s   1 3 1 - 1 1 3   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
w h e n   d e n z e l   v a l e n t i n e   w a s   w i t h   w i n d y   c i t y   b u l l s .   c h i c a g o b u l l s   
 p h o t o s   b y    
[ c o d y   w e s t e r l u n d ]   p a t r i c k   w i l l i a m s   o n   c o m i n g   o f f   b e n c h :   “ m y   j o b   i s   t o   b e   p r o d u c t i v e .   m y   j o b   i s   t o   g o   o u t   t h e r e   a n d   u s e   m y   t a l e n t s   a n d   h e l p   t h e   t e a m   w i n .   i   t h i n k   t h a t ’ s   e v e r y b o d y ’ s   j o b .   i t ’ s   n o t     . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
g o r a n   d r a g i c .   b u l l s v s n u g g e t s   c h i c a g o b u l l s   n b a  
p a t r i c k   w i l l i a m s   c o m e s   o f f   b e n c h   . . . 
   
 
   
 a d a m s i l v e r   a l e x c a r u s o   a n d r e d r u m m o n d   a r t u r a s k a r n i s o v a s   a y o d o s u n m u   b i l l y d o n o v a n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s p o d c a s t   c h i c a g o b u l l s r u m o r s   c h i c a g o b u l l s s h o w   c h i c a g o b u l l s t a l k  
j u s t   1 1   d a y s   u n t i l   t h e   b u l l s   s e a s o n   o p e n e r   i n   m i a m i   v s   t h e   h e a t !   w i l l   d e m a r   r e p e a t   h i s   a m a z i n g   4 t h   q u a r t e r   p e r f o r m a n c e s   t h i s   y e a r ? 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
m o n t a n a   m a g a z i n e   a p p r e c i a t i n g   s t a c e y   k i n g ’ s   g o o d   l o o k s 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
b i l l y   d o n o v a n   p o s t g a m e   i n t e r v i e w   |   b u l l s   v s   n u g g e t s   . . . 
   
 
   
 b a s k e t b a l l   b i l l y d o n o v a n   b i l l y d o n o v a n p o s t g a m e   b i l l y d o n o v a n p o s t g a m e   b u l l s p o s t g a m e   b u l l s p o s t g a m e   b u l l s v s n u g g e t s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s   d e n v e r n u g g e t s  
  t o   t h e   b u l l s ? ? 
 i t ’ s   n o t   a s   c r a z y   a s   i t   s o u n d s ! 
 n e w   p o d   u p   o n   s p o t i f y ! 
 l i s t e n / r a t e / s u b s c r i b e 
 
 c h i c a g o b u l l s   d r a y m o n d g r e e n   g o l d e n s t a t e w a r r i o r s   b u l l s n a t i o n   s e e r e d  
c h e c k   o u t   m y   v i d e o !   o f   t h e     d r u m l i n e   f o r   c o m i n g   o u t   t o   m y   o l d   h s   f o o t b a l l   g a m e .   i t ’ s   s t i l l   s o   s u r r e a l .   l i k e   i   s t i l l   c a n ’ t   b e l i e v e   i t ! 🙊 🤯   t h a n k s   f o r   c o m i n g !   l y !   ♥ ️ ♥ ️   t i k t o k     c h i c a g o   c h i c a g o b u l l s   c h i c a g o b u l l s 2 0 2 2   c h i c a g o b u l l s d r u m l i n e
    h a p p y   b i r t h d a y   l i l   g u y ! ! !   m a y   y o u r   d a y   b e   l o a d e d   w i t h   a m a z i n g   t h i n g s   a n d   y o u   g e t   s h o w e r e d   i n   l o v e   f r o m   y o u r   d a d d y   a n d   f a m i l y ! 💯 🎂 🎉 🥳 s e e r e d   c h i c a g o b u l l s
g o   b u l l s ! 
 k o m e   o n   d u n k e r q u e ! 
 c h i c a g o b u l l s   u s l d u n k e r q u e   d u n k e r q u e
m i c h a e l   j o r d a n   o n c e   c a s u a l l y   d r o p p e d   1 0 0   p o i n t s   o n   s c o t t i e   p i p p e n ’ s   t e a m   j u s t   b e c a u s e   h e   “ t o o k   i t   p e r s o n a l l y ”     b a s k e t b a l l   c h i c a g o b u l l s
d e m a r v e l o u s   d e r o z a n   f i n d s   a n y   w a y   t o   g e t   a   b u c k e t 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
n u g g e t s   a t   b u l l s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 1  
l i v e :   p i s t o n s   a t   p e l i c a n s   . . . 
   
 
   
 b r a n d o n i n g r a m   b u l l s g a m e   b u l l s p o s t g a m e   b u l l s p r e s e a s o n   b u l l s v s p e l i c a n s   c h i c a g o b u l l s   c j m c c o l l u m   n b a   n b a n e w s   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   n e w o r l e a n s p e l i c a n s   p e l i c a n s b a s k e t b a l l   p e l i c a n s b u l l s   p e l i c a n s g a m e  
e n d e   
 e i s h o c k e y   h e r r e n   n c a a   
 1 : 4   m i n n e s o t a s t a t e m a v e r i c k s   v s   m i n n e s o t a g o l d g o p h e r s   
 b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 3 : 1 3 1   d e n v e r n u g g e t s   v s   c h i c a g o b u l l s   
 1 0 0 : 1 1 6   t o r o n t o r a p t o r s   v s   h o u s t o n r o c k e t s   
 1 1 1 : 1 0 8   m i a m i h e a t   v s   m e m p h i s g r i z z l i e s
p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   d e n v e r   n u g g e t s   1 3 1 - 1 1 3 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
t h e   f u t u r e   i s   b r i g h t   f o r   t h e   c h i c a g o b u l l s     w i t   a y o   a n d   d a l e n   t e r r y   s e e r e d   b u l l s n a t i o n
b u l l s   d e c i d i n g   t o   s w a p   g r e e n   & a m p ;   w i l l i a m s   f o r   t h e   n u g g e t s   g a m e   
   
 
   
 b a s k e t b a l l   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
d e n v e r   n u g g e t s   v s   c h i c a g o   b u l l s   -   f u l l   . . . 
   
 
   
 b u l l s v s n u g g e t s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   n u g g e t s v s b u l l s   n u g g e t s v s b u l l s 2 0 2 2  
c h i c a g o   b u l l s   n b a   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t 
 
 — — — — — —   
 
 f a s h i o n   h o t f a s h i o n   s e n p r i n t   t r e n d   n b a   c h i c a g o b u l l s     c h i c a g o   b u l l s   n b a   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t 
   -   s e n p r i n t m a r t   s t o r e 
 

z i o n   w i l l i a m s o n ' s   b a c k   i n   t h e   n b a ! 
 
 
 
 l i k e   a n d   f o l l o w   o h   s p o r t s   p h   f o r   m o r e ! 
 
 s p o r t s   u p d a t e s   t r e n d   f y p   n e w   s t o r y   e n t e r t a i n m e n t   s p o r t s n e w s   n b a   l e a g u e   z i o n w i l l i a m s o n   n e w o r l e a n s   n e w o r l e a n s p e l i c a n   c h i c a g o b u l l s  
t h e   p a w   w i t h   a   g r e a t   b l o c k ! 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
w h o   l i k e s   t h e   c h i c a g o   b u l l s ?   b e c a u s e   i   k n o w   i   d o !   c h i c a g o b u l l s   t r e n d i n g   i n f l u e n c e r s
m e   n e i t h e r !   😬 😂 🤣 
 c h i c a g o b u l l s  
r e s u l t s   o f   n b a   m a t c h e s   p r e s e a s o n   0 7 / 1 0 / 2 0 2 2 
 
 c h i c a g o b u l l s   b o s t o n c e l t i c s   n u g g e t s   h o r n e t s   k n i c k s   p a c e r s   p i s t o n s   p e l i c a n s   m a v e r i c k s   h a w k s   b u c k s   n b a i n a b u d h a b i   u s a  
c h i c a g o   b u l l s   c a m o   5 9 f i f t y   -   b l a c k   n o w   a v a i l a b l e   f r o m   r a l l y h o u s e 
 
 n e w d r o p   r a l l y h o u s e   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c a m o   5 9 f i f t y   b l a c k   h a t c r a w l e r   f i t t e d   n e w e r a c a p s   t h i s i s t h e c a p   t h e r e s a c a p f o r e v e r y d a y 
 

c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s   l i v e   c a l l   & a m p ;   . . . 
   
 
   
 b u l l s v s n u g g e t s   c h i c a g o b u l l s   c h i c a g o b u l l s b r e e z e   c h i c a g o b u l l s l i v e   c h i c a g o b u l l s l i v e g a m e   c h i c a g o b u l l s l i v e p l a y b y p l a y   c h i c a g o b u l l s l i v e s t r e a m   c h i c a g o b u l l s l i v e s t r e a m g a m e   c h i c a g o b u l l s l i v e s t r e a m t o d a y  
1 2   d a y s   t o   g o   u n t i l   b u l l s   b a s k e t b a l l   i s   b a c k !   t o d a y   w e   c e l e b r a t e   b u l l s   h o m e t o w n   c h i c a g o   h e r o   a y o   d o s u n m u .   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
w h i t n e y   y o u n g   a l u m   t o o !   c h i c a g o b u l l s  
i   l i k e   t h e   j a v o n t e   g r e e n   s t a r t .   g i v e s   t h e   s t a r t e r s   a   b e t t e r   p a c e   a n d   p a t r i c k   w i l l i a m s   p r o v i d e s   a   s p a r k   a n d   a d d i t i o n a l   s c o r i n g   o f f   t h e   b e n c h .   i n t e r e s t i n g !   c h i c a g o b u l l s
b u l l s   d e c i d i n g   t o   s w a p   g r e e n   & a m p ;   w i l l i a m s   f o r   t h e   n u g g e t s   g a m e 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o b u l l s :   t h e   k i d   f r o m   w h i t n e y   y o u n g   🔥 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   c o b y   w i t h   t h e   s m o o t h   s t r o k e ! 
 
     |       c h i c a g o b u l l s
c h i c a g o b u l l s :   d r e   t o   p a t   o n   t h e   o o p ! 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   a c   p l a y s   t o   t h e   b u z z e r   😳 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   u p   g o i n g   t o   t h e   4 t h . 
 
 p a t r i c k   w i l l i a m s :   9   p t s   ( 3 - 4   f g ) ,   1   b l k     c h i c a g o b u l l s
c h i c a g o b u l l s :   s p l a s h .     c h i c a g o b u l l s
c h i c a g o b u l l s :   p a t r i c k   w i l l i a m s   s p l a s h 
 
   |       c h i c a g o b u l l s
t h a n k s   g u y s     k e e p   i n   t h a t   w a y   f o r   t h e   r e s t   o f   t h e   s e a s o n   💪 🏽     _ o r l           s e e r e d   b u l l s n a t i o n   b u l l s   c h i c a g o b u l l s   w i n d c i t y   c h i c a g o
t h e     l o o k   f a n t a s t i c   t o n i g h t .   t h e y   l o o k   m u c h   m o r e   c o m f o r t a b l e   a n d   h a v e   m o r e   e f f o r t   t h a n   t h e   l a s t   g a m e .   
 
 i   l i k e   t h e   d i f f e r e n t   o f f e n s e ;   m o r e   f r e e - m o v i n g   a n d   c l e a n   o v e r a l l .   n o t   s o   m u c h   o n e   o r   t w o - p l a y e r   f o c u s e d .   
 
 n b a   c h i c a g o b u l l s
w a s h i n g t o n w i z a r d s   w a s h i n g t o n w i z a r d s j e r s e y s   b u f f a l o b i l l s j e r s e y s   b r a d l e y b e a l   b r a d l e y b e a l j e r s e y s   c h i c a g o b u l l s     f o r   o n l y   2 1   d o l l a r s   i f   f o l l o w   m y   p a g e    
j a m a l   m u r r a y   s u s t a i n s   t h i g h   s o r e n e s s ,   o u t   f o r   t h e   r e s t   o f   n u g g e t s - b u l l s   m a t c h   c h i c a g o b u l l s   d e n v e r n u g g e t s   j a m a l m u r r a y  
g i v e   p d u b   t h e   b a l l .   t h i s   g u y   c a n   p l a y   
 s e e r e d   c h i c a g o b u l l s
p a t r i c k   w i l l i a m s   l o o k i n g   a   l o t   m o r e   c o m f o r t a b l e   c o m i n g   o f f   t h e   b e n c h   w i t h   t h i s   s e c o n d   u n i t   c h i c a g o b u l l s
c h i c a g o b u l l s :   r e a d y   f o r   a n o t h e r   s e a s o n   o f   t h e   c a r u s h o w     c h i c a g o b u l l s
c h i c a g o b u l l s :   u p   a t   t h e   h a l f . 
 
 d e m a r   d e r o z a n :   1 9   p t s   ( 8 - 1 2   f g )     c h i c a g o b u l l s
c h i c a g o b u l l s :   w a t c h i n g   a l e x   c a r u s o   p l a y   & g t ; & g t ; & g t ; 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   c o o k i e s   🍪 🍪 🍪 🍪     c h i c a g o b u l l s
c h i c a g o b u l l s :   z a c h   j u s t   g e t s   b u c k e t s .   
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   a n d r e   d r u m m o n d   p l a y i n g   b i g   m a n   b a s k e t b a l l   o u t   t h e r e 
 
   |       c h i c a g o b u l l s
h o w   c h i c a g o   b u l l s   s q u a r e   u p   v s   . . . 
   
 
   
 a d a m s i l v e r   a l e x c a r u s o   a n d r e d r u m m o n d   a r t u r a s k a r n i s o v a s   a y o d o s u n m u   b i l l y d o n o v a n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s p o d c a s t   c h i c a g o b u l l s r u m o r s   c h i c a g o b u l l s s h o w   c h i c a g o b u l l s t a l k  
n o t   m a n y   t u r n o v e r s   t o n i g h t ?   c h i c a g o b u l l s   b u l l s n a t i o n
b u l l s   l o o k i n g   👀   g o o d   t o n i g h t !     s e e r e d   b u l l s n a t i o n   c h i c a g o b u l l s
i s   t h e   d u n k i n ’   r a c e   t h e   o n l y   r e a s o n   t o   w a t c h   t h e   2 n d   h a l f   o f   p r e s e a s o n   g a m e s ?   
 
 b u l l s     r a c e   s t a n d i n g s : 
 
 c u p p y c o f f e e   ☕ ️   1   w i n 
 d a s h i n g d o n u t   🍩   0   w i n 
 b i g g i e b a g e l   🥯   0   w i n 
 
 s e a s o n   r e c o r d :   1 - 0   + $ 2 0 0 
 
 l o c k   o f   t h e   r a c e   🔒   
 b i g g i e   b a g e l   🥯   + 2 0 0 
 
 c h i c a g o b u l l s   b u l l s n a t i o n
l i k e   o u r   c h a n c e s   o f   w e   c a n   p l a y   t h i s   c o n s i s t e n t   c h i c a g o b u l l s
i ' m   l o v i n g     o p t i m i s t i c   l o o k   o n     a n d   h i s   f r e e   t h r o w   p e r c e n t a g e   c h i c a g o b u l l s   b u l l s n a t i o n
c h i c a g o b u l l s :   n e w   g u y s   m a k i n g   t h e i r   p r e s e n c e   f e l t   😤 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   + 3   a f t e r   o n e . 
 
 n i k o l a   v u c e v i c :   8   p t s   ( 4 - 5   f g ) ,   4   r e b     c h i c a g o b u l l s
c h i c a g o b u l l s :   t h e   f o o t w o r k   🤧 
 
 _ d e r o z a n   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   z a c h   t o   d e m a r   i s   a   c o n n e c t i o n   w e   l o v e   t o   s e e . 
 
 _ d e r o z a n   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   n e w   g i f   j u s t   d r o p p e d !   c a p t i o n   t h i s   🤔 
 
   |       c h i c a g o b u l l s
s h o u t o u t   d a   n i g g a   “ w o o ” …   d a b u l l s y a b i s h   c h i c a g o b u l l s
h a p p y   3 1 s t   b i r t h d a y   🥳 ! ! !   b u l l s n a t i o n   c h i c a g o b u l l s   b a s k e t b a l l  
a   p r e s e a s o n   g a m e   b u t   a   b u l l s   g a m e   n o n e t h e l e s s . 
 
 n b a p r e s e a s o n   c h i c a g o b u l l s   d e n v e r n u g g e t s   b u l l s n a t i o n        
l e t s   g o   b u l l s s s s s s !   s e e r e d   c h i c a g o b u l l s
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 c h i c a g o b u l l s   d e n v e r n u g g e t s   n b a  
i   l u v   d a t   s h ! t   !   😍 
 s e e r e d   c h i c a g o b u l l s   🙏 🏾 
 
 💻   :    
c h i c a g o b u l l s :   w o o   g e t s   t h e   p r e s e a s o n   s t a r t   t o n i g h t   v s .   d e n v e r . 
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
c h i c a g o b u l l s :   t h e   r o o k i e   w a r m i n g   u p   i n   t h e   a g e n t   g i l   z e r o   u n d r c r w n   l o w s . 
 
   |   b u l l s k i c k s     c h i c a g o b u l l s
c h i c a g o b u l l s :   f l i g h t   8   i s   i n   t h e   b u i l d i n g . 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   p r e s e a s o n   g a m e ✌ ️ o n   d e c k !     c h i c a g o b u l l s
t h i s   f i t   i s   s o m e t h i n g   💀 c h i c a g o b u l l s   s e e r e d  
▶ ️ w a t c h   a l l   n b a   b a s k e t b a l l   s u m m e r   g a m e s   l i v e   f r e e   & a m p ;   f u l l   h d ✅ 
 
 n b a   n h l   m l b   c h i c a g o b u l l s   t o r o n t o   r a p t o r s   w e t h e n o r t h   r t z   h o u s t o n   r o c k e t s   h o u s t o n r o c k e t s   d e t r o i t   p i s t o n s   d e t r o i t p i s t o n s   n o b r a k e s   n e w o r l e a n s   p e l i c a n s   p e l i c a n s n b a   w o n t b o w d o w n   w b d
w h y   l o w e ' s   d i s r e s p e c t f u l   r a n k i n g   o f   t h e   b u l l s   w o n ' t   a g e   w e l l   ( p i p p e n   a i n ' t   e a s y ) 
 
 j u s t   a   m e r e   w e e k   a w a y   f r o m   t h e   r e g u l a r   s e a s o n   t i p p i n g   o f f ,   t h e   c h i c a g o   b u l l s   h a v e   t o   b e   i t c h . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c h i c a g o b u l l s   n b a
s t a c e y   r e m e m b e r s   w a y m a n   t i s d a l e   b e i n g   t h e   b i g   m a n   o n   c a m p u s .     g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   n b a   p o d c a s t   n b a p o d c a s t   s e e r e d  
a n t o i n e   c a r r   o n   h i s   c o l l e g e   t e a m m a t e   c l i f f   l e v i n g s t o n .     g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   n b a   p o d c a s t   n b a p o d c a s t   s e e r e d  
c h i c a g o b u l l s :   p r e s e a s o n   b a l l   c o n t i n u e s   t o n i g h t   v s .   d e n v e r . 
 
 📬 :     m a i l b a g :   c h i c a g o b u l l s
m o r e   b i g   n e w s   f r o m   c a s t u s   b r a n d   .   t h e i r   n e w   p a r t n e r s h i p   w i t h     s t a r   a y o   d o s u n m u   i s   m a k i n g   h e a d l i n e s .   c l i c k   t o   s e e   m o r e   i n   t h i s     n e w s   f e a t u r e :     
 
 c l e v e l a n d a v e n u e   c a p o r t f o l i o   a y o f o o d s   c h i c a g o b u l l s  
1 2   d a y s   t o   g o   u n t i l   b u l l s   b a s k e t b a l l   i s   b a c k !   t o d a y   w e   c e l e b r a t e   b u l l s   h o m e t o w n   c h i c a g o   h e r o   a y o   d o s u n m u .   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
b e a r s   o f f e n s e   n e e d s   t i m e   t o   b u i l d   c h e m i s t r y   |   n b c   s p o r t s   c h i c a g o 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b e a r s   c h i c a g o b u l l s   d a v e w a n n s t e d t   d a v i d k a p l a n   e a s t e r n c o n f e r e n c e   j u s t i n f i e l d s   m i n n e s o t a v i k i n g s   n b c s p o r t s c h i c a g o   n f l   r o b e r t q u i n n   u n f i l t e r e d   v i k i n g s  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n v i i   a i r j o r d a n 7   b u l l s   1 9 9 2   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
a r r i v e d   i n   c h i c a g o   y e s t e r d a y   a n d   g o t   s e t t l e d   w i t h   a   q u i c k   w a l k   a b o u t   a n d   s o m e   f o o d .   
 o f f   f o r   b r e a k f a s t   a n d   t h e   e x p o   t h i s   m o r n i n g   b e f o r e   s e e i n g   t h e   c h i c a g o   b u l l s   t o n i g h t .   
 
 c h i c a g o b u l l s   c h i m a r a t h o n   c h e e s e c a k e f a c t o r y  
c h i c a g o   b u l l s   5 9 f i f t y   6 x   n b a   c h a m p i o n s   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   5 9 f i f t y   6 x   c h a m p i o n s   h a t c r a w l e r   f i t t e d   n e w e r a h a t 
 

“ w o r t h l e s s ”   j a m e s   j o r d a n   h u m i l i a t e d   m i c h a e l   j o r d a n   o n l y   t o   b o o s t   h i s   c o m p e t i t i v e   g e n e     c h i c a g o b u l l s   n b a
c h i c a g o b u l l s :   f r i d a y   n i g h t   b u l l s   h o o p s   c o m i n g   u p . 
 
 📺 :   
 📻 :       c h i c a g o b u l l s
c h i c a g o   b u l l s & a m p ; 3 9 ;   f l a w s   s h o w   u p   i n   p r e s e a s o n   g a m e   v s .   n e w   o r l e a n s   p e l i c a n s 
   
 
   
 a y o d o s u n m u   b i l l y d o n o v a n   b u l l s t a l k p o d c a s t   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   n b a   n b c s p o r t s c h i c a g o   n e w o r l e a n s p e l i c a n s   p a t r i c k w i l l i a m s   z i o n w i l l i a m s o n  
i n k t o b e r   d a y   6   -   d e m a r 
 
 l e t t e r i n g   d e m a r d e r o z a n   c h i c a g o b u l l s   b u l l s   c a l l i g r a p h y   b l a c k l e t t e r   f r a k t u r   n b a   n b a d e s i g n   n b a a r t   d e r o z a n   h a n d l e t t e r i n g  
“ w o r t h l e s s ”   j a m e s   j o r d a n   h u m i l i a t e d   m i c h a e l   j o r d a n   o n l y   t o   b o o s t   h i s   c o m p e t i t i v e   g e n e     c h i c a g o b u l l s   n b a
1 3   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o f f i c i a l l y   b e g i n s .   b u l l s   1 3   j o a k i m   n o a h   w a s   a   f a n   f a v o r i t e ,   e p i t i m i z i n g   h e a r t ,   h u s t l e   a n d   m u s c l e   i n   a   c h i c a g o   b u l l s   u n i f o r m .   h i s   t r a d e m a r k   " t o r n a d o "   f r e e   t h r o w   s h o t   w a s   a s   u n i q u e   a s   j o a k i m   h i m s e l f . 
 
 c h i c a g o b u l l s . . .    
m y   s g   s e e r e d   c h i c a g o b u l l s   n e w b a l a n c e   z a c h l a v i n e  
c h i c a g o   b u l l s   ' c o r e   w h e a t   t o n a l '   5 9 f i f t y   w h e a t   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   w h e a t   t o n a l   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   o l i v e   t o n a l '   5 9 f i f t y   o l i v e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   o l i v e   t o n a l   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   w h i t e / b l a c k '   5 9 f i f t y   w h i t e / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   w h i t e b l a c k   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   s c a r l e t / b l a c k '   5 9 f i f t y   s c a r l e t / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   s c a r l e t b l a c k 
 

c h i c a g o   b u l l s   ' c o r e   g r e y / b l a c k / w h i t e '   5 9 f i f t y   g r e y / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   g r e y b l a c k w h i t e 
 

c h i c a g o   b u l l s   ' c o r e   c a m o '   5 9 f i f t y   c a m o / w h i t e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   c a m o   5 9 f i f t y   c a m o w h i t e 
 

c h i c a g o   b u l l s   p r e s e a s o n   g a m e   1   t a k e   a w a y s   b u l l s v s p e l i c a n s   c h i c a g o b u l l s     v i a  
  a t t e n t i o n   c h i c a g o b u l l s :     s t a r t   t a n k i n g   i m m e d i a t e l y
1 9 9 6   e a s t e r n   c o n f e r e n c e   f i n a l s   g a m e   . . . 
   
 
   
 1 9 9 0 s   b a s k e t b a l l   b l a n k   b u t t o n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c l a s s i c   c l a s s i c g a m e   d e n n i s r o d m a n   e a s t   e a s t e r n c o n f e r e n c e   g a m e o n e   g l i t c h   m i c h a e l j o r d a n   n b a f i n a l s   n b a p l a y o f f s   o r i g i n a l b r o a d c a s t   p l a y  
s h o p   a i r j o r d a n     p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m j m o n d a y s   m i c h a e l j o r d a n   j o r d a n   b u l l s   c h i c a g o b u l l s   b u l l s n a t i o n
k e n d a l l   g i l l   t a l k s   h i s   n b a   d r a f t   . . . 
   
 
   
 2 0 2 2 n b a d r a f t   a d a m s i l v e r   a l e x c a r u s o   a r t u r a s k a r n i s o v a s   a y o d o s u n m u   b i l l y d o n o v a n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s p o d c a s t   c h i c a g o b u l l s r u m o r s   c h i c a g o b u l l s s h o w   c h i c a g o b u l l s t a l k  
c h i c a g o b u l l s :   t o n g u e   o u t   l i k e   2 3 .     c h i c a g o b u l l s
2 0 1 6 - 1 7   u p p e r   d e c k   s u p r e m e   h a r d c o u r t   m i c h a e l   j o r d a n   🐐 
 
 i t e m   n u m b e r :   2 2 1 0 0 3 0 4 0 4 0 7 8 1 6 
 
 n b a   b a s k e t b a l l   l e g e n d   g o a t   c h i c a g o   b u l l s   c h i c a g o b u l l s   m i c h a e l   j o r d a n   m i c h a e l j o r d a n   m j   u p p e r d e c k   t r a d i n g c a r d s  
1 3   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o f f i c i a l l y   b e g i n s .   b u l l s   1 3   j o a k i m   n o a h   w a s   a   f a n   f a v o r i t e ,   e p i t i m i z i n g   h e a r t ,   h u s t l e   a n d   m u s c l e   i n   a   c h i c a g o   b u l l s   u n i f o r m .   h i s   t r a d e m a r k   " t o r n a d o "   f r e e   t h r o w   s h o t   w a s   a s   u n i q u e   a s   j o a k i m   h i m s e l f . 
 
 c h i c a g o b u l l s . . .    
s h o p   a i r j o r d a n     p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m j m o n d a y s   m i c h a e l j o r d a n   j o r d a n   b u l l s   c h i c a g o b u l l s   b u l l s n a t i o n
o n   t h i s   d a y   i n   1 9 9 3 ,   m i c h a e l   j o r d a n   🐐   a n n o u n c e d   h i s   r e t i r e m e n t   f r o m   t h e   n b a   a f t e r   n i n e   s e a s o n s   a n d   t h r e e   c h a m p i o n s h i p s   w i t h   t h e   c h i c a g o b u l l s .   
 
 d o   y o u   r e m e m b e r   h e a r i n g   t h e   n e w s   f o r   t h e   f i r s t   t i m e ? 
 
 n b a   
 

    s t o r i e s   l i k e   t h i s   m a k e   m e t a l   c o n c e r t s   e v e n   b e t t e r ! ! !           e d d i e   i r o n m a i d e n   c h i c a g o b u l l s       m i c h a e l j o r d a n  
a l l   y e a r   a r o u n d ,   n e w   g e a r   i s   a r r i v i n g   f o r   t h e   ,   ,     & a m p ;     +   f r e e   s h i p p i n g   o v e r   $ 5 9 ! 
 
 s h o p :   
 
 c h i c a g o c u b s   c u b s   c h i c a g o b e a r s   d a b e a r s   b e a r s   c h i c a g o b u l l s   b u l l s n a t i o n   c h i c a g o b l a c k h a w k s   b l a c k h a w k s  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n i x   a i r j o r d a n 9   b u l l s   1 9 9 4   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
c h i c a g o b u l l s :   t h e   m a n   i n   t h e   a r e n a .     c h i c a g o b u l l s
o n   t h i s   d a y   i n   s p o r t s :   m i c h a e l   j o r d a n   r e t i r e d   f r o m   t h e   n b a . 
   
 n b a   m i c h a e l j o r d a n   c h i c a g o b u l l s 

a y o   d o s u n m u 
 f o r   n b a 2 k 2 3 
 p a i d   r e q u e s t 
 - h d   f a c e   t e x t u r e 
 - u p d a t e d   t a t t s 
 - 4   s w i t c h i n g   h a i r   s t y l e   ( i n c l u d e s   m e d i a   d a y   l o o k   h a i r s t y l e ) 
 - m o v i n g   h a i r 
 a e g m o d d i n g 
 a e o c f m o d d i n g   
 a y o d o s u n m u   
 c h i c a g o b u l l s  
h a v e n ’ t   s e e n   a n y o n e   s a y   t h i s   y e t ,   b u t   w h e n   t h e   b u l l s   p l a y e d   i n   t h e   f i r s t   q u a r t e r   i   f e l t   l i k e   i   w a s   w a t c h i n g   a   g a m e   f r o m   l a s t   s e a s o n   t h e y   d i d n ’ t   l o o k   g o o d   a t   a l l   i   k n o w   i t ’ s   o n l y   p r e s e a s o n     .   .   .   i   h o p e   t h e y   l o o k   b e t t e r   t o m o r r o w   🤷 🏾 ‍ ♂ ️   s e e r e d   b u l l s n a t i o n   c h i c a g o b u l l s  
a l m o s t   a   y e a r   a g o ,   i   w a s   a   s p u r s   f a n   c o m i n g   i n   p e a c e   t o   p r a i s e   d e m a r .   t o d a y ,   i   h a v e   m o v e d   t o   y o u r   a m a z i n g   c i t y ! 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
n e w   o r l e a n s   p e l i c a n s   v s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t   w a r r i o r s h i g h l i g h t  
t h e   f u t u r e   i s   n o w   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
w a s   g o i n g   t o   p o s t   t h i s   o n   h i s   b i r t h d a y   ( y e s t e r d a y )   b u t   h a d   a   b u s y   w e e k !   d e r r i c k   r o s e   🌹 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
m a d e   a   b i g   t i m e   i m p r e s s i o n   a t   h i s   f i r s t   g a m e   a s   a   c h i c a g o   b u l l !     b u l l s n a t i o n   c h i c a g o b u l l s       v i d e o  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
1 4   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r   v s   t h e   m i a m i   h e a t !   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r   a s   w e   g i v e   y o u   e v e r y t h i n g   y o u   n e e d ,   e v e r y   t i m e   y o u   w a t c h ! 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n . . .    
      g o   b u l l s   c h i c a g o b u l l s
b u l l s   p i c k e d   u p   f o u r t h - y e a r   o p t i o n   o n   p a t   w i l l i a m s   c h i c a g o b u l l s   p a t r i c k w i l l i a m s  
s t o p   b y   f o r   t o m o r r o w ’ s   e p i s o d e !   l i v e   a t   5   w e   h a v e   t h e   o r i g i n a l   “ b i g   d a w g ”   
 s t r e a m   l i v e :                                 g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   n b a   p o d c a s t   b u l l s  
c h i c a g o b u l l s 
 b u l l s   b u l l s n a t i o n   
 f i r s t   o f   m a n y   😏  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l a s t   n i g h t   w a s   t h e   b e s t .   2 5   🖤 ❤ ️ 🖤   c h i c a g o b u l l s
1 9 9 8 - 9 9   f l e e r   u l t r a   s c o t t i e   p i p p e n   1 0 0   c h i c a g o b u l l s   b u l l s n a t i o n   b u l l s   
 
 $ 3   e a c h   o r   $ 5   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
d e r o s e n   j e r s e y   c a m e   j u s t   i n   t i m e   f o r   t h e   f i r s t   p r e s e a s o n   g a m e !   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
d a l e n   t e r r y   w i t h   s o m e   e x c i t i n g   m o m e n t s   i n   t h e   p r e s e a s o n   o p e n e r 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
n e w   o r l e a n s   p e l i c a n s   v s   c h i c a g o   b u l l s   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 b u l l s v s p e l i c a n s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   p e l i c a n s v s b u l l s  
t h a n k   y o u   c h i c a g o b u l l s  
w e s t s i d e   w a r r i o r s   1 2 u   t o   c o o p e r s t o w n   d r e a m s     i t b l   w s b l   u s a b a s e b a l l   c h i c a g o c u b s   c h i c a g o w h i t e s o x   c h i c a g o b u l l s   c h i c a g o b e a r s
s h e   w a s   t h e   b a d d e s t .   i   w a s   t h e   r e a l e s t   
 
 c h i c a g o b u l l s   w i n d y c i t y   c h i t o w n  
y o u n g e s t     m v p   i n   h i s t o r y .   n o   q u e s t i o n     b e t t e r   r e t i r e     j e r s e y !   n b a   d e r r i c k r o s e   b a s k e t b a l l   m v p   c h i c a g o b u l l s  
x - r a y   f o r   d a l e n   t e r r y   j u s t   c a m e   i n … . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
n e w   o r l e a n s   p e l i c a n s   v s   c h i c a g o   b u l l s       f u l l   g a m e   h i g h l i g h t s       . . . 
   
 
   
 b u l l s p e l i c a n s   b u l l s v s p e l i c a n s   b u l l s v s p e l i c a n s f u l l g a m e h i g h l i g h t s   b u l l s v s p e l i c a n s h i g h l i g h t s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s v s n e w o r l e a n s p e l i c a n s f u l l g a m e h i g h l i g h t s  
1 4   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r   v s   t h e   m i a m i   h e a t !   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r   a s   w e   g i v e   y o u   e v e r y t h i n g   y o u   n e e d ,   e v e r y   t i m e   y o u   w a t c h ! 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n . . .    
p o s t   g a m e   t h r e a d :   t h e   n e w   o r l e a n s   p e l i c a n s   d e f e a t   t h e   c h i c a g o   b u l l s   1 2 9 - 1 2 5 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
i   r e a l i z e d   w h a t   a r t u r a s   k a r n i s o v a s ' s   t e a m   b u i l d i n g   s t r a t e g y   i s   f o r   t h e   b u l l s .   o n l y   a c q u i r e   p l a y e r s   w h o s e   b o d i e s   n a t u r a l l y   p r o d u c e   e y e l i n e r   c h i c a g o b u l l s  
m y   s o n   w a s   s t u n t i n g   o n   h a t   d a y   a t   s c h o o l   🔥   m i n i j o r d a n   s t u n t i n l i k e m y d a d d y   t e a m c o u g h   b a l l e r   c h i c a g o b u l l s   m i c h a e l j o r d a n   b r y c e i a n   @   f l i n t ,   m i c h i g a n  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   f u l l   h i g h l i g h t s   2 n d   q t r   | n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n x i   a i r j o r d a n 1 1   b u l l s   1 9 9 5   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
c h i c a g o b u l l s :   " w e   g o t   a   b a b y   c o o k i e   m o n s t e r ! "   🍪     c h i c a g o b u l l s
b u l l s   p i c k   u p   p l a y e r   o p t i o n   f o r   p a t r i c k   w i l l i a m s   c h i c a g o b u l l s   p a t r i c k w i l l i a m s  
  m a d e   a   b i g   t i m e   i m p r e s s i o n   a t   h i s   f i r s t   g a m e   a s   a   c h i c a g o   b u l l !     b u l l s n a t i o n   c h i c a g o b u l l s  
c h i c a g o b u l l s :   d e m a r   d e r o z a n   l e d   t h e   w a y   w i t h   2 1   p o i n t s   i n   2 3   m i n u t e s   i n   o u r   p r e s e a s o n   o p e n e r . 
 
 📰 :     g a m e   r e c a p :   c h i c a g o b u l l s
n b a v i d e o s :   z i o n ' s   f i r s t   b u c k e t   b a c k   👀   
   
 
   
 b a s k e t b a l l   b a s k e t b a l l v i d e o s   c h i c a g o b u l l s   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 1 6   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v l o g   t e a m 1 6 1 0 6 1 2 7 4 1   v i d e o   v i d e o s   v l o g  
n e e d   h e l p   i d e n t i f y i n g   w h a t   g a m e   t h i s   f r o m 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o b u l l s :   v o o c h   l o o k e d   s t r o n g   i n   o u r   p r e s e a s o n   o p e n e r . 
 
 1 5   p t s   |   1 0   r e b   |   6 - 9   f g   |   3   s t l   |   4   b l k     c h i c a g o b u l l s
e p i s o d e   1   o u t   n o w ! 
 r e c a p p i n g   l a s t   n i g h t s   g a m e ,   w h a t   t o   e x p e c t   f r o m   t h i s   t e a m   g o i n g   f o r w a r d ,   a n d   s o m e   m a j o r   d a l e n   t e r r y   t a l k   h e r e ! 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   s e e r e d   
 

  p l a y e d   b e a u t i f u l l y   l a s t   n i g h t .   h e   g a i n e d   m y   r e s p e c t ,   s h o w e d   a   l o t   o f   p o t e n t i a l . 
 
 s o   d i d     ❗ ️ r o o k i e   s h o w i n g   s o   m u c h   p o t e n t i a l 
 
 b u l l s   j u s t   n e e d   b e t t e r   d e f e n s e   i m o 
 
 b u l l s n a t i o n   c h i c a g o b u l l s   n b a
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d e r o s e n   j e r s e y   c a m e   j u s t   i n   t i m e   f o r   t h e   f i r s t   p r e s e a s o n   g a m e ! 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
g a m e   t h r e a d :   n e w   o r l e a n s   p e l i c a n s   ( 0 - 0 )   a t   c h i c a g o   b u l l s   ( 0 - 0 )   o c t   0 4   2 0 2 2   8 : 3 0   p m   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
k e y s   f o r   c h i c a g o   b u l l s   v s     z i o n   . . . 
   
 
   
 a d a m s i l v e r   a l e x c a r u s o   a n d r e d r u m m o n d   a r t u r a s k a r n i s o v a s   a y o d o s u n m u   b i l l y d o n o v a n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s p o d c a s t   c h i c a g o b u l l s r u m o r s   c h i c a g o b u l l s s h o w   c h i c a g o b u l l s t a l k  
k b   & a m p ;   m j   -   
 a v a i l a b l e   f o r   v i e w i n g   f r o m   
 
 d i r e c t   m e s s a g e   f o r   m o r e   i n f o r m a t i o n 
 
 s i z e :   1 5 0   x   1 0 0 c m 
 m e d i u m :   m i x e d   m e d i a 
 y e a r :   2 0 2 2   
 e d i t i o n :   1   o f   1 
 
 b o o g i e m o l i   m i c h a e l j o r d a n     k o b e b r y a n t   m v p   m j   k b     n b a   l o s a n g e l e s l a k e r s     c h i c a g o b u l l s   k o b e   j o r d a n  
c h i c a g o   b u l l s   w e   g o i n g   h a r d   t h i s   s e a s o n   💪 ❤ ️ 
 n b a t w i t t e r   n b a p r e s e a s o n   c h i c a g o b u l l s   b u l l s n a t i o n
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   w a s   o n   t n t   ( u s a ) .   c o - c o m m e n t a t o r   i s   g r e g   a n t h o n y .   r e p o r t e r   i s   s t e p h a n i e   r e a d y .     f o r   m o r e   d e t a i l s   s e e     c h i c a g o b u l l s   n e w o r l e a n s p e l i c a n s   t n t u s a
a l e x   c a r u s o   b e c a m e   m i c h a e l   j o r d a n   f o r   a   m i n u t e   w i t h   a   c r a z y   s p i n .   
 f u l l   v i d e o   l i n k :   
 
 n b a   n b a 2 k 2 3   b u l l s n a t i o n   c h i c a g o b u l l s   c a r u s h o w   b a l d m a m b a   b a s k e t b a l l   깊 은 향 기 로 _ 남 을 _ 정 한 이 의 _ 스 물 여 덟  
  f r e e m a r k o   w h y   d o e s   d o n o v a n   h a t e   t o   p l a y   o u r   g u y       b u l l s n a t i o m   c h i c a g o b u l l s   m a r k o h o u r s
g a m e   t h r e a d :   n e w   o r l e a n s   p e l i c a n s   ( 0 - 0 )   a t   c h i c a g o   b u l l s   ( 0 - 0 )   o c t   0 4   2 0 2 2   8 : 3 0   p m 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
i t ’ s   g o o d   t o   b e   b a c k   h o m e   🫶 🏽   t o u g h   l o s s   🤧   i t ’ s   o n l y   p r e s e a s o n   t h o   💯   u s e   m y   c o d e   “ s h o r t y a ”   t o   g e t   $ 2 0   o f f   y o u r   f i r s t   p u r c h a s e   o n   s e a t g e e k   🎟 ️ 🚨 b u l l s n a t i o n   c h i c a g o b u l l s  
l o v e   t h e   i n t r o !   
   
 b u l l s p e l i c a n s   
 u n i t e d c e n t e r   
 c h i c a g o b u l l s   
 b u l l s n a t i o n  
1 5   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r !   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r   a s   w e   g i v e   y o u   e v e r y t h i n g   y o u   n e e d ,   e v e r y   t i m e   y o u   w a t c h ! 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n   b u l l s n a t i o n . . .    
t o u g h   l o s s   🤧 !   b u l l s n a t i o n   c h i c a g o b u l l s  
b u l l s   l o s e   a   c l o s e   o n e !   t h i s   w a s   a   g r e a t   g a m e   t o w a r d s   t h e   e n d .   y o u n g   g u y s   d i d   t h e i r   t h i n g !   i   c a n ’ t   w a i t   u n t i l   w e ’ r e   i n   g a m e   s h a p e !   l e t ’ s   k e e p   i t   g o i n g !   c h i c a g o b u l l s
w e   n e e d   t o   s e e     m o r e   t h i s   s e a s o n .   h i s   e n e r g y   w a s   i n s a n e   t o n i g h t . 
 
 c h i c a g o b u l l s   s e e r e d   b u l l s   n b a p r e s e a s o n   n b a  
f i r s t   b u c k e t   b y   k o s t a s   💪 🏽 ‼ ️   b u l l s n a t i o n   c h i c a g o b u l l s  
    e n e r g y   e n e r g y   e n e r g y     c h i c a g o b u l l s   b u l l s
    e n e r g i z e r :     c h i c a g o b u l l s   b u l l s
d a l l e n   t e r r y   o u t   h e r e   s n a p p ' n ! 
 d a b u l l s   
 c h i c a g o b u l l s
t h e   b u l l s   a r e   w i n n i n g ! !   😬 
 
 c h i c a g o b u l l s   b u l l s v s p e l i c a n s
n a h ,   t h e   n b a   i s   s o f t   i f   t h a t   d a l e n   t e r r y   c e l e b r a t i o n   w a s   a   t e c h .   w o o o w .   c h i c a g o b u l l s
t h e m   b o y z   t e r r y   a n d   h i l l   a r e   c r a z y   c h i c a g o b u l l s   s e e r e d   b u l l s n a t i o n
l e t s   g o o o o   🐂 🔥   b u l l s n a t i o n   c h i c a g o b u l l s  
y o u n g   s q u a d   s h o w s   s o   m u c h   p r o m i s e ,   v e r y   h a p p y   r i g h t   n o w   c h i c a g o b u l l s
t h e   k i d s   a r e   a l r i g h t !   c h i c a g o b u l l s
t h e s e   b u l l s   d o n ’ t   q u i t   😤   c h i c a g o b u l l s   b u l l s n a t i o n       l e t ’ s   g o o o o o ! !
l e t s   g o ! !   😃 💪   b u l l s n a t i o n   c h i c a g o b u l l s
k e e p   o n   c o o k i n g   d a l e n   t e r r y   🧑 ‍ 🍳 🍳   c h i c a g o b u l l s
b u l l s   o p e n   p r e s e a s o n   v s .   p e l i c a n s ,   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   j u s t i n f i e l d s   m a t t e b e r f l u s   n b a   n b c s p o r t s c h i c a g o   n f l   p a t r i c k w i l l i a m s   r y a n p o l e s   u n f i l t e r e d   u n i v e r s i t y o f i l l i n o i s   z a c h l a v i n e  
w h y   t f   i s   m a r k o   s i m o n i v i c   s t i l l   n o t   p l a y i n g   i n   t h e   n b a ?   b u l l s   c h i c a g o b u l l s   n b a
f i r s t   b u c k e t   b y   t h e   r o o k   ⭐ ️     b u l l s n a t i o n   c h i c a g o b u l l s  
r o o k i e   c h e c k i n g   i n   👀 🔴     b u l l s n a t i o n   c h i c a g o b u l l s  
2   a r e a s   i   w a s   a n d   a r e   l o o k i n g   f o r ,   v u c   c l o s e   t o   a l l   s t a r   s t a t u s   a n d   p w i l l   b e i n g   a g g r e s s i v e   a n d   n o   h e s i t a t i o n   o n   s h o t s   e s p   t h e   3   b a l l . . .   v u c   d e l i v e r i n g   a n d   p w i l l   s t i l l   o v e r t h i n k i n g . . .   b u t   s m a l l   s t e p s . . . w e   g o t   2   w e e k s   s e e r e d   👀 🔴   c h i c a g o b u l l s
e v e n   a t   f u l l   s t r e n g t h ,   t h e   b u l l s   a r e   g o i n g   t o   n e e d   a   r i m   p r o t e c t e r :     c h i c a g o b u l l s   b u l l s
t h i s   y o u t h   h o o p s   k i d   i s   t h e   f u c k i n g   b e s t ,   i   h o p e   s o m e o n e   g o t   h i m   s a y i n g   " t h i s   i s   a m a z i n g "   c h i c a g o b u l l s   b u l l s n a t i o n
n e w   s e a s o n 
 n e w   t h r e a d 
 n e w   m e 
 
 t h e     f i n a l   2 0 2 1 - 2 2     r a c e   s t a n d i n g s : 
 
 c u p p y c o f f e e   ☕ ️   3 2   w i n s 
 d a s h i n g d o n u t   🍩   3 0   w i n s 
 b i g g i e b a g e l   🥯   3 0   w i n s 
 
 r e c o r d   l a s t   s e a s o n :   4 4 - 2 9   + $ 5 , 9 0 0 
 
 l o c k   o f   t h e   r a c e   🔒   
 c u p p y   c o f f e e   ☕ ️   + 2 0 0 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   s e e r e d
h e y   i t ' s   r e v e a l i n g   i t s e l f   a g a i n .   t h e   b u l l s   n e e d   a   r i m   p r o t e c t o r :     c h i c a g o b u l l s   b u l l s
u g l y   s t a r t .   p o o r   b a l l   m o v e m e n t ,   l a c k   o f   h u s t l e ,   b a d   s h o t   m a k i n g ,   l o u s y   d e f e n s i v e   e f f o r t ;   d r a g i c   l o o k s   w a s h e d ,   c o b y   l o o k s   l i k e   c o b y …   z a c h   a n d   d e m a r   p l a y i n g   i s o   b a l l   a n d   n o t   l o o k i n g   i n   s y n c .   t e l l i n g   m y s e l f .   b u t   e v e n   f o r   p r e s e a s o n   t h i s   i s   c o n c e r n i n g   c h i c a g o b u l l s
u n t i l   l o n z o   c o m e s   b a c k   t h i s   b u l l s   t e a m   i s   g o i n g   s t r u g g l e .   i t ' s   u n f o r t u n a t e   b u t   h o p e f u l l y   h e   w i l l   b e   b a c k   s o o n e r   t h a n   l a t e r .   c h i c a g o b u l l s   l o n z o b a l l   n b a
“ h o w   m u c h   d o e s   d r a g i c   h a v e   l e f t   i n   t h e   t a n k ? ”     c h i c a g o b u l l s   g o b u l l s  
a f t e r   w a t c h i n g   z i o n   a l m o s t   d e c a p i t a t e     u n d e r n e a t h   t h e   r i m ,   i t ' s   n i c e   t o   k n o w   t h e   o f f i c i a l s   s t i l l   d o n ' t   l i k e   c a l l i n g   f o u l s   o n   o u r   g u y s .   c h i c a g o b u l l s  
w h e r e ' s   a r e   y o u n g   t a l e n t   c h i c a g o b u l l s
j o n a t h a n   m a j o r s   t o   p l a y   d e n n i s   r o d m a n   i n   t h e   f i l m   ' 4 8   h o u r s   i n   v e g a s ' . . .   o u t l o u d c u l t u r e       4 8 h o u r s i n v e g a s   j o n a t h a n m a j o r s   c h i c a g o b u l l s   d e n n i s r o d m a n   e n t e r t a i n m e n t   f e a t u r e d   f i l m   m o v i e   t v 
 
  
s h o o t i n g   7 0 %   f r o m   t h e   f i e l d ?     g o b u l l s   c h i c a g o b u l l s  
d e m a r   d e r o z a n   i s   n o t   t h a t   g u y   . .   n e v e r   b e e n   t h a t   g u y   . .   n o b d o d y   w i l l   e v e r   t e l l   m e   s h i t   … 
 
 d e m a r d e r o z a n   c h i c a g o b u l l s   n b a b a s k e t b a l l   n b a   …
i   d o n ’ t   k n o w   w h y   b u t   d u d e s   w e a r i n g   o n e   c o m p r e s s i o n   s o c k   o n   o n e   l e g   b u g s   m e . .   e i t h e r   d o   b o t h   o r   n o n e   a t   a l l …   c h i c a g o b u l l s
  f i r s t   p r e s e a s o n   g a m e . 
 f a n t a s y   d r a f t   a   w e e k   f r o m   t o m o r r o w . 
 3 r d   p i c k   t h i s   y e a r . 
 💁 🏽 ‍ ♂ ️   y o u ’ v e   b e e n   w a r n e d   🤷 🏽 ‍ ♂ ️ 
 c h i c a g o b u l l s   f a n t a s y b b a l l   b b a l l s e a s o n   s o n s o f j o r d a n   s o o n c o m e   s e e r e d              
a l r e a d y   n o t   a   f a n   o f   d r a g i c …   c h i c a g o b u l l s
s l o p p y   1 s t   q u a r t e r   f o r   t h e   b u l l s   s m h   😑   b u l l s n a t i o n   c h i c a g o b u l l s
r o u g h   1 s t   q u a r t e r .   😢   c h i c a g o b u l l s
d r a g i c   r i g h t   n o w 
 
 c h i c a g o b u l l s  
p i c   f r o m   l a s t   s e a s o n ,   b u t   s t i l l   r o c k i n g   t h e   d o u g   m c d e r m o t t   j e r s e y   f o r   t h e   s e a s o n   ( w h i t e   g u y   r e t r o   f e s t i v a l   j e r s e y   s e a s o n   n e v e r   e n d s )   c h i c a g o b u l l s   b u l l s   n b a  
t h a t   b e t t e r   b e   n e r v e s   g r a g i c . . d o n ' t   b r i n g   t h a t   m e s s   t o   c h i c a g o   c h i c a g o b u l l s
g o o d   b l o c k   v u c ! 
 
 c h i c a g o b u l l s
🏀   b a s k e t b a l l :   c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   -   n b a 
 ⏰   0 8 . 3 0   u t c + 7 
 ➡   
 
 b a s k e t b a l l   a m e r i c a n   u s a   n b a f a n s   c h i c a g o b u l l s   n e w o r l e a n s p e l i c a n s
n o t   t h e   b e s t   s t a r t   😅 
 
 s e e r e d   c h i c a g o b u l l s  
b u l l s   g e t t i n ’   f r i e d   t o   s t a r t   t h e   g a m e .   h a v e n ’ t   w e   l e a r n e d   f r o m   l a s t   y e a r ’ s   m i s t a k e s ?   😩 😩   c h i c a g o b u l l s
h e y !   i t ’ s   m y   f r i e n d s   f i r s t   g a m e !     _ s p a c e   c h i c a g o b u l l s   m y f i r s t g a m e  
i ' m   s o   h y p e d   f o r   t h i s   g a m e   a n d   i t ' s   o n l y   p r e s e a s o n . t i m e   t o   l i g h t   t h i s   s i g n   b a c k   u p ! 
 
 c h i c a g o b u l l s   s e e r e d  
b u l l s   t i m e   c h i c a g o b u l l s   p o w e r c l a p  
h e r e   i s   f i n g e r s   c r o s s e d   🤞   t o   a   f a l l /   w i n t e r   f i l l e d   w i t h   l o t s   o f     a n d     e l e c t r i c   c a l l s .         c h i c a g o b u l l s   d a b u l l s   n b a
b u l l s   b a s k e t b a l l   i s   b a c k . . .   l e t ' s   g o !   🐃 🏀 💪 🏾 
 c h i c a g o b u l l s   c h i c a g o   b u l l s   c h i c a g o n a t i o n   b u l l s n a t i o n   c h i c a g o b a s k e t b a l l   b u l l s b a s k e t b a l l     b u l l i e v e   s e e r e d   👀 🟥      
f i r s t   g a m e   o f   t h e   s e a s o n !   l e t ’ s   g o o o o o   c h i c a g o b u l l s
w h a t   i f …   d e r r i c k   r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   d e r r i c k r o s e   d r o s e   n b a t w i t t e r  
h o w   w a s   e v e r y o n e ’ s   o f f - s e a s o n ?   t a l k   t o   m e .   c h i c a g o b u l l s
c h i c a g o   v s   n e w   o r l e a n s 
         (   0 3 : 3 0   g m t + 2   ) 
 g a m e d a y   n b a   n b a p r e s e a s o n   n b a j a p a n g a m e s   
 l i v e   l i v e s t r e a m   b a s k e t b a l l   c h i c a g o b u l l s     n e w o r l e a n s   p e l i c a n s   
               🏀 l i n k   ⬇ ️ 

[ k . c .   j o h n s o n ]   b i l l y   d o n o v a n   s a i d   h e   w i l l   c h e c k   w i t h   s t a r t e r s   a f t e r   1 s t   h a l f   t o   d e t e r m i n e   i f   t h e y   w i l l   p l a y   i n   2 n d   h a l f   v s .   p e l i c a n s .   r o t a t i o n a l   s t i n t s   w i l l   b e   s h o r t e r .   s t a r t e r s   a r e :   a y o   z a c h   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
⭕ ❌ ⭕ ❌ ⭕ ❌   b u l l s n a t i o n   c h i c a g o b u l l s   s e e r e d     g a m e d a y   b a b y  
g o n n a   h a v e   a   l o t   o f   f r e e   t i m e   w i t h   t h i s   r e c o v e r y ,   s o   i   s t a r t e d   a n o t h e r   p o d c a s t   a l l   b u l l s   f o c u s e d 
 b u l l s n a t i o n   s e e r e d   c h i c a g o b u l l s  
b r a n d   n e w   p o d c a s t 
 f i r s t   e p i s o d e   c o m i n g   p o s t   g a m e   t o n i g h t ! 
 w e ’ r e   g o i n g   t o   k e e p   i t   a l l   t h e   w a y   r e a l   a b o u t   t h i s   t e a m 
 b u l l s n a t i o n   s e e r e d   c h i c a g o b u l l s
c h i c a g o b u l l s   n e w o r l e a n s p e l i c a n s   n b a j a p a n g a m e s   b a s k e t b a l l   a l e x c a r u s o   n b a 2 k 2 3   z a c h l a v i n e   n b a   
 l i v e   c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   l i v e s t r e a m   
 
                                   🇺 🇸 l i n k 🏀 🗑 ️ 
                                             ⬇ ️ 
 
   ✅
h o w   t h e   c h i c a g o   b u l l s   . . . 
   
 
   
 1 9 9 8 n b a f i n a l s   b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e n n i s r o d m a n   e a s t e r n c o n f e r e n c e   e d d y c u r r y   e l t o n b r a n d   j a l e n r o s e   j a m a l c r a w f o r d   j e r r y k r a u s e   l u c l o n g l e y   m a r c u s f i z e r   m i c h a e l j o r d a n   n b a   n b a f i n a l s  
n b a   t u e s d a y :   2 0 0 5   a w a r d s   a n a l y s i s ,   v o l u m e   i i     d a i l y m c p l a y   n b a   n b a h i s t o r y   n b a 2 0 0 5   n b a f i n a l s   n b a f i n a l s m v p   n b a d p o y   t i m d u n c a n   s a n a n t o n i o s p u r s   b e n w a l l a c e   d e t r o i t p i s t o n s   t y s o n c h a n d l e r   c h i c a g o b u l l s
f i r s t   p r e - s e a s o n   c h i c a g o   b u l l s   g a m e   t o d a y !   y o u   k n o w   t h i s   s e a s o n   w i l l   b e   a w e s o m e   w i t h   t h i s   t e a m !   b u l l s n a t i o n   b u l l s   c h i c a g o b u l l s
h a p p y   g a m e   d a y   y ’ a l l !   b u l l s n a t i o n   
     c h i c a g o b u l l s   n b a   s e e r e d   ❤ ️  
c e l e b r a t e   t h e   s t a r   o f   t h e   n b a   s e a s o n   b y   e x p a n d i n g   y o u r   b a s k e t b a l l   f u n k o   c o l l e c t i o n ! 
 
 o r d e r   h e r e :   
 
 t r e a t y o s h e l f   v i n y l f i g u r e s   f u n k o p o p   f u n k o v i n y l   j a y s o n t a t u m   c e l t i c s   l a k e r s   l e b r o n   c h i c a g o b u l l s   m i c h a e l j o r d a n   l a r r y b i r d   m a g i c j o h n s o n   s t e p h c u r r y  
i   p a i n t e d   t h e   g r e a t   m i c h a e l   j o r d a n .   
 b r i g h t n t u l i a r t   
 m i c h a e l j o r d a n   m j   m j 2 3   g o a t   c h i c a g o b u l l s   t h e l a s t d a n c e   j o r d a n s   j u m p m a n   c h a r l o t t e h o r n e t s   s c o t t i e p i p p e n   n b a   b a s k e t b a l l   g r e a t n e s s  
1 5   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r !   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r   a s   w e   g i v e   y o u   e v e r y t h i n g   y o u   n e e d ,   e v e r y   t i m e   y o u   w a t c h ! 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n   b u l l s n a t i o n . . .    
t h e   b u l l s   s i g n i n g   k o s t a s   a n t e t o k o u n m p o   i s … . . i n t e r e s t i n g 
   
 
   
 a l e x c a r u s o   a y o d o s u n m u   b u l l s f r e e a g e n c y   b u l l s n a t i o n   b u l l s n e w s   b u l l s r u m o r s   b u l l s u p d a t e   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
w h e n   i   w a s   i n   l u t h e r a n   g e n e r a l ,   i   w a s n ' t   i n   t h e   h o s p i t a l   b e d .   m e n t a l l y   i   w a s   i n   t h e   g a m e .   c h i c a g o b u l l s
🏆   2 0 1 1   n b a   m o s t   v a l u a b l e   p l a y e r 
 🏆   2 0 1 1   a l l - n b a   f i r s t   t e a m   
 🏆   3 ×   n b a   a l l - s t a r 
 🏆   2 0 0 9   n b a   r o o k i e   o f   t h e   y e a r 
 
 j o i n   u s   i n   w i s h i n g   a   h a p p y   3 4 t h   b i r t h d a y   t o   d e r r i c k   r o s e !   🥳 🌹 
 
 d e r r i c k r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   n b a   b i r t h d a y  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n v i   a i r j o r d a n 6   b u l l s   1 9 9 1   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
p r e s e a s o n   i s   f i n a l l y   h e r e !   l e t ' s   g o   b u l l s ! 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
n b a   s e a s o n   ! ! ! !   h o p e   t h e   c h i c a g o b u l l s   d o   b e t t e r   t h i s   s e a s o n
c h i c a g o b u l l s   p r e s e a s o n   l e t ' s   g e t   t h i s   w   t o n i g h t !     @   u n i t e d   c e n t e r  
s h o w i n g   l o v e   t o   m y   r o o t s .   m y   c i t y   c h i c a g o !   i   k n o w   t h e   c u b s   f a n s   w i l l   b e   m a d   a t   t h e   s o x   s i g n s   a n d   v i c e   v e r s a .   i ' m   j u s t   s h o w i n g   s o m e   l o v e   t o   m y   c i t y .   l o v e   m y   c i t y !   c h i c a g o   c h i c a g o b u l l s     c h i c a g o c u b s       c h i c a g o w h i t e s o x   a r m y   a r m y v e t e r a n   v e t e r a n o w n e d b u s i n e s s  
c h i c a g o b u l l s :   p a t r i c k   w i l l i a m s   e n t e r s   y e a r   3   a f t e r   r e c e n t l y   t u r n i n g   2 1   y e a r s   o l d . 
 
 " i   f e e l   a   l i t t l e   b i t   m o r e   a t h l e t i c .   i   j u s t   f e e l   r e a d y . ” 
 
 📰 :     c h i c a g o b u l l s
g o t   m y   d e r o z a n   j e r s e y   o n ,   e x c i t e d   f o r   t o n i g h t 😆   i   h o p e   t o   s e e     o n   m y   t v   t o n i g h t ! !   m i s s   t h a t   m a n ’ s   c o m m e n t a r y .   t h e   b e s t ! !   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   c h i c a g o
t h e   b u l l s   a r e   b a c k   🚨 
 
 s m s p o r t s   c h i c a g o b u l l s  
“ i   b e t   e v e n   m i c h a e l   c a n ’ t . . ”   $ 1 8 0   m i l l i o n   l e g e n d   j a n e t   j a c k s o n   o n c e   h e l p e d   m i c h a e l   j o r d a n   f l e x   h i s   f a m e   i n   a   m a t t e r   o f   s e c o n d s     b a s k e t b a l l   c h i c a g o b u l l s
c h i c a g o b u l l s :   t h e   w a i t   e n d s   t o n i g h t .     c h i c a g o b u l l s
h e y     p l a y   a   b a s k e t b a l l   g a m e   t o n i g h t ! !   s e e r e d   b u l l s n a t i o n   c h i c a g o b u l l s
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   c h i c a g o   b u l l s   m i g h t   b e   d o n e . . . . "   
 
 c r e a t o r :     n e o   b a l l   n o t e s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   b u l l s   c h i c a g o b u l l s 
 
  
" i   c o u l d n ’ t   d o   a n y t h i n g ! "   -   m i c h a e l   j o r d a n   o n c e   n a m e d   t h e   o n l y   p l a y e r   h e   c o u l d n ' t   d o m i n a t e . 
 
 b u l l s n a t i o n   
 c h i c a g o b u l l s   🏟 
 b u l l s   🏀 
 n b a   n b a t w i t t e r   
 
  
h i g h l i g h t s :   m a r k o   s i m o n o v i ć   s h o w s   o u t   w i t h   2 7   p o i n t s   a s   b u l l s   b e a t   d a l l a s   1 0 0 - 9 9   n b a   s u m m e r   l e a g u e 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c l i c k   h e r e   f o r   t h e   f u l l   n e w s :   
 
 f o r e x p o l i c y   f x   n e w s   b r o k e r   b r o k e r n e w s   f x m a r k e t   t r a d i n g f o r e x   p l u s 5 0 0   i s r a e l   m a r k e t   m a r k e t i n g   f o r e x   f i n t e c h   c f d s   c h i c a g o b u l l s   b a s k e t b a l l   f o r e x t r a d i n g   f x n e w s   f o r e x   c f d   p a r t n e r s h i p s   s p o r t s   t e a m  
h i g h l i g h t s :   d a l e n   t e r r y   d r o p s   2 0   p o i n t s   a s   b u l l s   b l o w   o u t   h o r n e t s   i n   s u m m e r   l e a g u e 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
1 6   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r !   n u m b e r   1 6 ,   p a u   g a s o l   w a s   a   d o u b l e - d o u b l e   m a c h i n e   f o r   t h e   b u l l s   i n   2 0 1 4 - 2 0 1 6 ,   b e c o m i n g   o n e   o f   t h e   o l d e s t   p l a y e r s   t o   r e c o r d   m u l t i p l e   t r i p l e - d o u b l e s . 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n . . .    
s h o p   b u l l s n a t i o n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a a l l s t a r   n b a o n t n t   n b a 7 5   n b a v o t e   n b a t o p s h o t t h i s   n b a t w i t t e r   b u l l s   c h i c a g o b u l l s   c h i c a g o
d e m a r   d e r o z a n   n o   w o r r i e s   o f   a   p r o b a b l e   d e c l i n e   o f   h i s   g a m e :   ‘ t h e r e   a r e   s o   m a n y   w a y s   t o   t a k e   c a r e   o f   y o u r s e l f ’   c h i c a g o b u l l s   d e m a r d e r o z a n  
n b a   l e a d e r :   2 7 . 9   p p g   i s   a r t u r a s   k a r n i s o v a s   o n   t h e   h o t   s e a t   w i t h   c h i c a g o   b u l l s   f a n s ?   c h i c a g o b u l l s   a r t u r a s k a r n i s o v a s    
b u l l s   q & a m p ; a :   k o s t a s   a n t e t o k o u n m p o   t a l k s   e u r o b a s k e t ,   g i a n n i s   
   
 k o s t a s a n t e t o k o u n m p o   g i a n n i s a n t e t o k o u n m p o   c h i c a g o b u l l s  
o n e   m o r e   d a y   t i l   p r e s e a s o n   s t a r t s   f o r   t h e   b u l l s !   l e t ' s   g o   b u l l s !   
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
d e a n d r e   a y t o n   t r a d e   t o   t h e   c h i c a g o   b u l l s ?   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s d e a n d r e a y t o n   d e a n d r e a y t o n b u l l s   d e a n d r e a y t o n b u l l s t r a d e   d e a n d r e a y t o n c h i c a g o b u l l s   d e a n d r e a y t o n c h i c a g o b u l l s t r a d e   d e a n d r e a y t o n t r a d e   d e a n d r e a y t o n t r a d e b u l l s  
2 0 0 2 - 0 3   n b a   h o o p s   s t a r s   d o n y e l l   m a r s h a l l   8 2   c h i c a g o b u l l s 
 b u l l s n a t i o n   b u l l s 
 
 $ 2   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
c h i c a g o b u l l s :   " w e   c a n ' t   h o p e   t e a m s   m i s s ,   w e ' v e   g o t   t o   m a k e   t h e m   m i s s . " 
 
 a l l - a c c e s s .   y o u t u b e .   t u e s d a y   a t   9   a m   c t .     c h i c a g o b u l l s
c h i c a g o b u l l s :   l e t   t h e   g a m e s   b e g i n .     c h i c a g o b u l l s
i   l o v e   c h i c a g o   –   i   l u v   c h i   
 c h e c k   o u t   m y   n e w   b r a n d .   c h i c a g o   m y k i n d o f t o w n   i l o v e c h i c a g o   i l u v c h i   c h i c a g o m e r c h   c h i c a g o s t o r e   c h i c a g o c u b s   c h i c a g o b u l l s   c h i c a g o b l a c k h a w k s    
  n e w   p f p   a   s t e e z y   b a l l e r   w i t h   s h o r t   n a t t y   b l u e   d r e a d s   a n d   b e a r d . 
 
 l o o k   l i k e   c h i c a g o b u l l s   m u c h ? ? ?   
 w h a t s   y o u r   l u c k y   n u m b e r ? ? ? 
 
 n f t s   n f t   n f t a r t   n f t c o m m u n i t y   n f t c o l l e c t o r   n f t a r t i s t   c r y p t o   e t h e r e u m   o p e n s e a   n f t c o l l e c t o r s   b l o c k c h a i n   n f t d r o p   c r y p t o c u r r e n c y  
m g d   b e e r   r i n g   o r   n o t ?   d o e s n ’ t   l o o k   t h e   s a m e ? 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
i m   w o r r i e d   f o r   t h e           . . .   u n l e s s     v i a     
 
 c h i c a g o   c h i c a g o b u l l s   b u l l s n a t i o n   b u l l s  
c h i c a g o b u l l s :   l i v e   b u l l s   p o s t - p r a c t i c e   m e d i a   a v a i l a b i l i t y   ( 1 0 . 0 3 . 2 0 2 2 )     c h i c a g o b u l l s
d a l e n   t e r r y   & a m p ;   z a c h   l a v i n e   a r e   t o o   . . . 
   
 
   
 b u l l s n e w s   b u l l s n e w s a n d r u m o r s   b u l l s r u m o r s   b u l l s t r a d e r u m o r s   b u l l s u p d a t e   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s c e n t r a l   c h i c a g o b u l l s d a l e n t e r r y h o r r i f i c u p d a t e   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s n e w s a n d r u m o r s  
p l u s 5 0 0   s i g n s   4 - y e a r   d e a l   w i t h   c h i c a g o   b u l l s   i n   f i r s t   u s   s p o n s o r s h i p 
 r e t a i l f x   i s r a e l   u n i t e d - s t a t e s   c h i c a g o b u l l s   p l u s 5 0 0  
1 6   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r !   n u m b e r   1 6 ,   p a u   g a s o l   w a s   a   d o u b l e - d o u b l e   m a c h i n e   f o r   t h e   b u l l s   i n   2 0 1 4 - 2 0 1 6 ,   b e c o m i n g   o n e   o f   t h e   o l d e s t   p l a y e r s   t o   r e c o r d   m u l t i p l e   t r i p l e - d o u b l e s . 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n . . .    
1   m o r e   d a y   u n t i l   b u l l s   b a s k e t b a l l   b u l l s n a t i o n   s e e r e d   d a b u l l s   b u l l s   c h i c a g o b u l l s   n b a   n b a p r e s e a s o n   b a s k e t b a l l  
c h i c a g o   b u l l i e s   i n   t h e   b u i l d i n g ! 
   s a i d   t h e y   a b o u t   t o   p u t   i n   t h a t   w o r k   t h i s   y e a r !   🏀   🔥 🔥 🔥 
 b a c k   o n   h i s   b u l l s h i t !   🐂 
 c h i c a g o b u l l s   @   w h i s p e r s   a t   o a k   s t r e e t   b e a c h  
c u r i o u s   a s   t o   w h a t   y o u   g u y s   t h i n k   o f   t h i s .   i m o   i t ’ s   a   n o   f r o m   m e 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
q & a m p ; a   w i t h   a l w a y s   a   p l e a s u r e   a u t h o r   c h u c k   s w i r s k y     v i a       c h i c a g o b u l l s
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n i v   a i r j o r d a n 4   b u l l s   1 9 8 9   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l  
o n e   m o r e   d a y   t i l   p r e s e a s o n   s t a r t s   f o r   t h e   b u l l s !   l e t ' s   g o   b u l l s !   
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
n e w   v i d e o   t o   w a t c h : 
 
 " b u l l s   t r a i n i n g   c a m p   n e w s :   b u l l s   i n t r o d u c e   n e w   o f f e n s e   |   b u l l s   c r i t i q u e   b i l l y   d o n o v a n ' s   s e a s o n "   
 
 c r e a t o r :     c h i   b u l l s   p o d c a s t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   b u l l s   c h i c a g o b u l l s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " b u l l s   t r a i n i n g   c a m p   n e w s :   b u l l s   i n t r o d u c e   n e w   o f f e n s e   |   b u l l s   c r i t i q u e   b i l l y   d o n o v a n & a m p ; 3 9 ; s   s e a s o n "   
 
 c r e a t o r :     c h i   b u l l s   p o d c a s t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   b u l l s   c h i c a g o b u l l s 
 
  
b e a r s - g i a n t s   f o o t b a l l   a f t e r s h o w :   j u s t i n   f i e l d s   s a c k e d   6   t i m e s   i n   l o s s   t o   g i a n t s   |   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b e a r s   c h i c a g o b u l l s   d a n i e l j o n e s   e a s t e r n c o n f e r e n c e   j u s t i n f i e l d s   m a t t e b e r f l u s   n b c s p o r t s c h i c a g o   n e w y o r k g i a n t s   n f l   s a q u o n b a r k l e y  
5 9 f i f t y   c h i c a g o   b u l l s   t e a m   h e a n o w   a v a i l a b l e   f r o m   e b l e n s 
 
 n e w d r o p   e b l e n s   e b l e n s f o o t w e a r   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   5 9 f i f t y   t e a m   h e a r t   h a t c r a w l e r   f i t t e d   f i t t e d f a m i l y   n e w e r a c a p s   n e w e r a f i t t e d 
 

c h i c a g o b u l l s :   t h e   w a i t   f o r   b u l l s   b a s k e t b a l l   i s   a l m o s t   o v e r . 
 
 i n t r o d u c i n g   o u r   2 2 - 2 3     w a r m u p s .     c h i c a g o b u l l s
p l u s 5 0 0   t o   b e c o m e   o f f i c i a l   g l o b a l   p a r t n e r   o f   c h i c a g o   b u l l s     
 
     f o r e x   c f d s   c f d t r a d i n g   o n l i n e t r a d i n g   s p o r t s b i z   s p o n s o r s h i p   b u l l s   c h i c a g o b u l l s   $ p l u s
“ n o   o n e   c a n   j u s t i f y   b e i n g   d e n n i s   r o d m a n ”   n b a   t w i t t e r   r e a c t s   t o   j o n a t h a n   m a j o r s   p l a y i n g   t h e   w o r m   i n   4 8   h o u r s   i n   l a s   v e g a s .     c h i c a g o b u l l s   n b a
c h i c a g o   b u l l s   t r a i n i n g   c a m p   & a m p ;   d e m a r   d e r o z a n   l a t e s t   p r i v a t e   w o r k o u t   v i d e o ! 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
u p   n e x t !   n b a   2 k   r e a l i s t i c   r e t r o   g a m e p l a y !   d e r r i c k   r o s e   v s   p a u l   p i e r c e !   b u l l s   v s   c e l t i c s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   7 ,   2 0 2 2   6 : 0 0   p m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   c h i c a g o b u l l s   d e r r i c k r o s e   b o s t o n c e l t i c s   b u l l s v s c e l t i c s   c e l t i c s   b u l l s   p a u l p i e r c e  
j u s t   a n o t h e r   g a m e   w h e r e   l a v i n e   i s   m a k i n g   o p p o n e n t s   l o o k   l i k e   c h u m p s .   
 
 n b a 2 k   b u l l s n a t i o n   c h i c a g o b u ĺ l s   p s 5 s h a r e   p s 5   v g p u n i t e   v i r t u a l p h o t o g r a p h y   v g p h o t o m o d e   t h e p h o t o m o d e  
c h i c a g o   b u l l s 
   
 
   
 b a l l i s l i f e   b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   n b a   n b a p r e s e a s o n   s p o r t s   t r e n d i n g  
n b a   p r o g r a m ,   m e i j e r   b a s k e t b a l l   c l a s s i c ,   p i s t o n s   v s .   w i z a r d s ,   o c t o b e r   1 1 ,   2 0 0 1   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   j e r r y s t a c k h o u s e   d e t r o i t   p i s t o n s   n b a   s p r i t e  
h o m e   i s   w h e r e   t h e   s t o r y   b e g i n s   
 y o u   l i k e   i t ?   f o l l o w   m e 🤭 🤩 🔥     
 ❤ ️ 🤍 🖤 ❤ ️ 🤍 🖤 ❤ ️ 🤍 🖤   c h i c a g o   c h i c a g o s u b u r b s   i l l i n o i s   b u l l s  
i n k t o b e r   2 0 2 2   d a y   6   ( t r i p ) 
 c h a r a c t e r :   b e n n y   t h e   b u l l   ( c h i c a g o   b u l l s ) 
 
 d i g i t a l a r t   d i g i t a l a r t i s t 
 a r t   a r t i s t   d i g i t a l a r t w o r k 
 a r t w o r k   c h a l l e n g e   a r t c h a l l e n g e   d r a w i n g c h a l l e n g e   i n k t o b e r   i n k t o b e r 2 0 2 2   b e n n y t h e b u l l   c h i c a g o   c h i c a g o b u l l s   m a s c o t   b a s k e t b a l l   s p o r t s   b u l l   f a n a r t  
n b a 
 
 m i l w a u k e e   v s   c h i c a g o   b u l l s 
 t o n i g h t   o n   n x z t   i p t v   n b a   m i l w a u k e e   c h i c a g o   
 l i v e 
 
 ⏰ t u e s d a y :   8 : 0 0   p m   ( e t )  
c h i c a g o   b u l l s :   h o w   p a t r i c k   w i l l i a m s   j u s t   l o s t   t h e   s t a r t i n g   p f   j o b 
 
 
 
 n b a   c h i c a g o   b u l l s n a t i o n   b u l l s   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o   p a c e r s
l e b r o n   j a m e s   u r g e s   l a k e r s   t o   s i g n   t h i s   s t a n d o u t   p r e s e a s o n   s t a r 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l s o a n g e l e s   h e a t t w i t t e r     f e a r t h e d e e r   m f f l   s u n s   b u c k s   j a z z   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   d u b n a t i o n
3   l a k e r s   w h o   h a v e   b e e n   l i g h t i n g   t h e   w o r l d   o n   f i r e   t h i s   p r e s e a s o n 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l s o a n g e l e s   h e a t t w i t t e r     f e a r t h e d e e r   m f f l   s u n s   b u c k s   j a z z   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   d u b n a t i o n
m i a m i   h e a t   s n i p e r s ,   r o b i n s o n   a n d   s t r u s ,   l e a d   o v e r   h o u s t o n ,   1 1 8 - 1 1 0 
 
 
 
 n b a   m i a m i   h e a t t w i t t e r   h e a t n a t i o n   f e a r t h e d e e r   m f f l   s u n s   b u c k s   j a z z   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
3   k e y   t a k e a w a y s   f o r   m i l w a u k e e   b u c k s   f o l l o w i n g   g a m e s   i n   a b u   d h a b i 
 
 
 
 n b a   f e a r t h e d e e r   m i l w a u k e   b u c k s   r a i s e d b y w o l v e s   m f f l   s u n s   n e w y o r k f o r e v e r   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
w h a t   w e ' v e   l e a r n e d   f r o m   t h e   m i n n e s o t a   t i m b e r w o l v e s '   p r e s e a s o n   s o   f a r 
 
 
 
 n b a   r a i s e d b y w o l v e s   m i n n e s o t a   t i m b e r w o l v e s   w o n t b o w d o w n   n e w y o r k f o r e v e r   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
w i l l   z i o n   w i l l i a m s o n   b e   t h e   n e x t   a m e r i c a n - b o r n   m v p ? 
 
 
 
 n b a   w o n t b o w d o w n   n e w o r l e a n s   p e l i c a n s     n e w y o r k f o r e v e r   h e r e t h e y c o m e   w e a r e t h e v a l l e y   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
h e r e ' s   w h y   k n i c k s   c o u l d   w a n t   t o   s t a r t   e v a n   f o u r n i e r   o v e r   q u e n t i n   g r i m e s 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   h e r e t h e y c o m e   w e a r e t h e v a l l e y   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
o r l a n d o   m a g i c   f e e l   r e l i e f   o f   j a l e n   s u g g s '   i n j u r y   p r o g n o s i s 
 
 
 
 n b a   o r l a n d o   m a g i c a b o v e a l l   m a g i c   h e r e t h e y c o m e   w e a r e t h e v a l l e y   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   h a w k s
w h i c h   f i v e   b e n c h   p l a y e r s   s h o u l d   t h e   s i x e r s   u s e ? 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   p h i l l y   s i x e r s   w e a r e t h e v a l l e y   p h o e n i x   s u n s   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   h a w k s
e s p n ' s   z a c h   l o w e   r a n k s   p h o e n i x   s u n s   o u t s i d e   ' t h e   i n n e r   c i r c l e ' 
 
 
 
 n b a   w e a r e t h e v a l l e y   p h o e n i x   s u n s   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   d u b n a t i o n   h a w k s
r a n k i n g   t h e   s p u r s   r o s t e r   b y   s h a r p s h o o t i n g   a b i l i t y 
 
 
 
 n b a   g o s p u r s g o   s a n a n t o n i o   s p u r s   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   b e t h e f i g h t   d u b n a t i o n   h a w k s
n b a :   5   s t a r s   f a c i n g   t h e   m o s t   p r e s s u r e   h e a d i n g   i n t o   2 0 2 2 - 2 3 
 
 
 
 n b a   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   b e t h e f i g h t   d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n
c h i c a g o   b u l l s :   a n d r e   d r u m m o n d   i s   n o w   a   s h a r p - s h o o t i n g   u n i c o r n 
 
 
 
 n b a   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   b e t h e f i g h t   d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n
c h e c k   o u t   1 9 9 9 - 0 0   u p p e r   d e c k   g a t o r a d e   n b a   m i c h a e l   j o r d a n   f i n a l s   j u m b o   c a r d   s e t   o f   6   m j   1   -   m j   6 
 c h i c a g o   b u l l s     e b a y   v i a  
d e r r i c k   j r .   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e r r i c k j r .   d e r r i c k   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
p a t r i c k   w i l l i a m s   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a t r i c k w i l l i a m s   p a t r i c k   w i l l i a m s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
s l a m   p r e s e n t s   j o r d a n ,   n o .   4 4   2 0 0 9     j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   s l a m   s l a m m a g a z i n e   s l a m o n l i n e   c h i c a g o   b u l l s   n b a  
c h i c a g o   b u l l s   r e d / b l a c k   t w o   t o n e d   5 9 f i f t y   n o w   a v a i l a b l e   f r o m   c l a r k s t r e e t s p o r t s 
 
 n e w d r o p   c l a r k s t r e e t s p o r t s   c h i c a g o   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   i l l i n o i s   r e d b l a c k   t w o   t o n e d   5 9 f i f t y   h a t c r a w l e r   f i t t e d 
 

t h i s   s a t u r d a y   i n   c h i c a g o ,   w e ’ r e   t h r o w i n g   t h e   t a i l g a t e   w e   a l w a y s   w a n t e d   t o   g o   t o . 
 
 -   🏈   w i l l   b e   o n   📺   ✅ 
 -   b i r r i a   t a   t a   t a c o s   o n   t h e   e a t s ✅ 
 -     o n   t h e   d r a n k s   ✅ 
 -   i   c u r a t e d   a n   e x c l u s i v e   c o l l e c t i o n   o f   v i n t a g e   b e a r s / b i g   1 0 /   b u l l s / h a w k s   g e a r ✅ ✅ 
 
 f r e e   t o   a t t e n d !  
a n d r e   d r u m m o n d   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a n d r e d r u m m o n d   a n d r e   d r u m m o n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
c h i c a g o   b u l l s   " c a m e l   w h i t e "   5 9 f i f t y   t u m b l e w e e d / w h i t e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c a m e l   w h i t e   5 9 f i f t y 
 

p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   t o r o n t o   r a p t o r s   1 1 5 - 9 8   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   9   |   2 0 2 2   n b a   p r e s e a s o n   c h i c a g o   b u l l s   n b a   v i d e o :  
d e m a r   d e r o z a n   p u t s   o n   a   s h o w   w i t h   2 1   p t s   i n   b i g   p r e s e a s o n   w i n   o v e r   r a p t o r s   c h i c a g o   b u l l s   n b a   v i d e o :  
n i k o l a   v u c e v i c   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i k o l a v u c e v i c   n i k o l a   v u c e v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
c o b y   w h i t e   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c o b y w h i t e   c o b y   w h i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
a y o   d o s u n m u   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a y o d o s u n m u   a y o   d o s u n m u   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   h i g h l i g h t s   -   r a p t o r s   v s .   b u l l s   -   9 t h   o c t   2 0 2 2 
 
 
 n b a   d e m a r   d e r o z a n   t o r   c h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   t o r o n t o   r a p t o r s   c h i c a g o   b u l l s
j a v o n t e   g r e e n   w i t h   a n   a l m o s t   f t   l i n e   d u n k   🔥   🤯 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a v o n t e   g r e e n   d u n k   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
j a v o n t e   g r e e n   w i t h   a   h u g e   d u n k ! 
 c h i v s t o r   n b a t w i t t e r   n b a p r e s e a s o n   n b a   c h i c a g o   b u l l s   b u l l s n a t i o n   
  
d r u m m o n d   t u r n i n g   i n t o   s t e p h   c u r r y   o u t   h e r e   🔥   🎯 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   a n d r e   d r u m m o n d   s t e p h   c u r r y   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
i t ’ s   g o i n g   t o   b e   a   g r e a t   c h i c a g o   b u l l s   s e a s o n ! !   ❤ ️ 🖤 ❤ ️ 🖤
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s 
 📲 💻 w a t c h 👉 : 
 
 l o s   a n g e l e s   l a k e r s   v s   g o l d e n   s t a t e   w a r r i o r s 
 📲 💻 w a t c h 👉 : 
 
 b u c a r a m a n g a   v s   j u n i o r 
 📲 💻 w a t c h 👉 : 
 n b a     p r i m e r a a     
 z  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s 
 📲 💻 w a t c h 👉 : 
 
 l o s   a n g e l e s   l a k e r s   v s   g o l d e n   s t a t e   w a r r i o r s 
 📲 💻 w a t c h 👉 : 
 
 b u c a r a m a n g a   v s   j u n i o r 
 📲 💻 w a t c h 👉 : 
 n b a     p r i m e r a a
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s 
 📲 💻 w a t c h 👉 : 
 
 l o s   a n g e l e s   l a k e r s   v s   g o l d e n   s t a t e   w a r r i o r s 
 📲 💻 w a t c h 👉 : 
 
 b u c a r a m a n g a   v s   j u n i o r 
 📲 💻 w a t c h 👉 : 
 n b a     p r i m e r a a
n o   l o o k   p a s s   f r o m   d e m a r ! 
 c h i v s t o r   n b a t w i t t e r   n b a   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n   b u l l s n a t i o n   b u l l s   c h i c a g o 
  
v i n t a g e   c h i c a g o   i l l   c l a r e n c e   b u c k i n g h a m   m e m o r i a l     f o u n t a i n   i l l i n o i s   u s a   t r a v e l   p e n n a n t       d a b e a r s   b e a r s   c h i c a g o b e a r s   a n t i q u e   b u l l s n a t i o n   b u l l s   n b a   a n t i q u e p e n n a n t   w a l l d e c o r   n f l   v i n t a g e   c h i c a g o c u b s   c h i c a g o   c h i c a g o b u l l s   c u b s   u s a   w r i g l e y
d e r o z a n   w i t h   t h e   n i c e   d i s h   f o r   t h e   b u c k e t ! 💯 👀 
 c h i c a g o   b u l l s   b u l l s n a t i o n   n b a   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n   n b a t w i t t e r   
  
a n d r e   d r u m m o n d   c o n f i d e n t l y   h i t s   t h e   3 ?   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   a n d r e   d r u m m o n d   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
g o l d   c o l l e c t o r s   s e r i e s   m a g a z i n e ,   1 9 9 6   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   c h i c a g o   b u l l s   n b a  
1 9 9 7 - 9 8   f l e e r   u l t r a   s c o t t i e   p i p p e n   s t a r   p o w e r   p l u s   i n s e r t   c a r d   1 4   o f   2 0   s s p .   u s a 🇺 🇸   d r e a m t e a m   c h i c a g o   b u l l s   t h e l a s t d a n c e   n b a   h a l l o f f a m e   o l y m p i c s   s c o t t i e p i p p e n   b a s k e t b a l l c a r d s   s p o r t s c a r d s   t r a d i n g c a r d s   s e a r c h n c o l l e c t   t h e h o b b y   w h o d o y o u c o l l e c t  
[ p r e v i e w   2 0 2 2 - 2 3 ]   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a b a u t r e t   a l l   a n g e l e s   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t   b a s k e t b a l l   b l o c k   b o s t o n c e l t i c s   b r y a n t   b u l l s   c a r m e l o   c h i c a g o   c h r i s   c l i p p e r s   c o n t r e   c u r r y   d a v i s   d u f a n t   d u n k   d u r a n t   e a s t e r n c o n f e r e n c e  
i ' m   s t i l l   e x c i t e d   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
p e i r s o n   l a u d s   i m p a c t   o f   l a b u s c h a g n e   a n d   k h a w a j a   f o r   q u e e n s l a n d   c h i c a g o ' s   b u l l s   h a d   m i c h a e l   j o r d a n   l i f t i n g   t h e   s t a n d a r d   a n d   j i m m y   p e i r s o n   s a y s   t h e r e ' s   t w o   m e n   d o i n g   t h e   s a m e   f o r . . .   -  
w h e r e   a l l   m y   c h i c a g o   f a m   a t ? ? 
 g i t r e k t   w e   b u l l s 
 f e a t u r i n g     t i p s   a n d   t r i c k s   a l l   o v e r   t h e   p l a c e !  
g r e a t   t i m e s !   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
d e n n i s   r o d m a n   1 / 1   s p l a t t e r   b l a s t   c u s t o m   a r t   c a r d   d e n n i s r o d m a n   t h e w o r m   c h i c a g o b u l l s   t h e l a s t d a n c e   b u l l s   c h i c a g o   n b a   c a r d a r t   b a s k e t b a l l c a r d s   s p o r t s c a r d s   c a r d c o l l e c t o r   s p o r t s c a r d s c o l l e c t o r   m i x e d m e d i a a r t   a c r y l i c p a i n t   w h o d o y o u c o l l e c t   m i x e d m e d i a   a r t w o r l d   a r t g a l l e r y  
p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   d e n v e r   n u g g e t s   1 3 1 - 1 1 3   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
d i c k   v i t a l e ' s   b a s k e t b a l l ,   1 9 8 9 - 9 0   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   d i c k v i t a l e   c h i c a g o   b u l l s   n b a  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
n i k o l a   v u c e v i c   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i k o l a v u c e v i c   n i k o l a   v u c e v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
b u l l s   d e c i d i n g   t o   s w a p   g r e e n   & a m p ;   w i l l i a m s   f o r   t h e   n u g g e t s   g a m e   
   
 
   
 b a s k e t b a l l   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
c h i c a g o   b u l l s   c a m o   5 9 f i f t y   -   b l a c k   n o w   a v a i l a b l e   f r o m   r a l l y h o u s e 
 
 n e w d r o p   r a l l y h o u s e   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c a m o   5 9 f i f t y   b l a c k   h a t c r a w l e r   f i t t e d   n e w e r a c a p s   t h i s i s t h e c a p   t h e r e s a c a p f o r e v e r y d a y 
 

s o   m u c h   r e s p o n s i b i l i t y   o n   d e r o z a n   a n d   c a r u s o   t o   r u n   t h e   s h o w   a n d   a l s o   b e   d e f e n s i v e   a n c h o r s   o n   t h e   w i n g .   
 t h e y ' r e   g o i n g   t o   s t r u g g l e   t h i s   s e a s o n   w i t h o u t   l o n z o   j u s t   l i k e   h o w   t h e   b e a r s   a r e   s t r u g g l i n g   n o w . 
 
 w e ' r e   b a c k   t o   f a m i l i a r   t e r r i t o r y ,   f o l k s . . . 
 
 b u l l s   b e a r s   d a b e a r s   c h i c a g o
d e n v e r   n u g g e t s   v s   c h i c a g o   b u l l s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   c h i c a g o   b u l l s   n b a   v i d e o :  
b o n e s   h y l a n d   h i g h l i g h t s   -   b u l l s   v s .   n u g g e t s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   b o n e s   h y l a n d   c h i   d e n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h i c a g o   b u l l s   d e n v e r   n u g g e t s
m i c h a e l   p o r t e r   j r .   h i g h l i g h t s   -   b u l l s   v s .   n u g g e t s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   m i c h a e l   p o r t e r j r .   c h i   d e n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h i c a g o   b u l l s   d e n v e r   n u g g e t s
f i r s t   b u l l s   g a m e   c h i c a g o   b a s k e t b a l l   s p o r t s  
t h a n k s   g u y s     k e e p   i n   t h a t   w a y   f o r   t h e   r e s t   o f   t h e   s e a s o n   💪 🏽     _ o r l           s e e r e d   b u l l s n a t i o n   b u l l s   c h i c a g o b u l l s   w i n d c i t y   c h i c a g o
n o   p o s t - s e a s o n   c u b s   o r   w h i t e   s o x ,   b u t   a   n e a r   s e l l o u t   p r e s e a s o n   b u l l s   v s   n u g g e t s   g a m e   w i l l   d o .   c h i c a g o  
h a p p y   f r i d a y ,   m y   y o u r   d a y   c o m e   w i t h   p i e c e   a n d   p r o s p e r i t y !   i   h o p e   y o u   c l o s e   t h a t   c o n t r a c t ,   g e t   a   p r o m o t i o n   o r   a n   a w a r d .   d o   s o m e t h i n g   a m a z i n g   t o d a y !   t h i s   w e e k   h a s   b e e n   h u g e   f o r   m e   a n d   m y   b u s i n e s s   i ' m   j u s t   g o n n a   r e l a x   a n d   w a t c h   s o m e   n b a p r e s e a s o n   b a s k e t b a l l 👀 🔴   c h i c a g o   b u l l s   💙 💙  
c h i c a g o   b u l l s   5 9 f i f t y   6 x   n b a   c h a m p i o n s   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   5 9 f i f t y   6 x   c h a m p i o n s   h a t c r a w l e r   f i t t e d   n e w e r a h a t 
 

j o r d a n   n u   r e t r o   1   l o w   c h i c a g o   b u l l s   2 0 2 2   d e t a i l e d   l o o k 
 j o r d a n   n u   r e t r o   1   l o w   c h i c a g o   b u l l s   s n e a k e r s  
n e w   y o r k   k n i c k s   l o o k   d o m i n a n t   i n   f i r s t   p r e s e a s o n   g a m e 
 
 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h
d e m a r   d e r o z a n   c r e d i t s   g i a n n i s   a n t e t o k o u n m p o   o n   j j   r e d i c k ' s   p o d c a s t 
 
 
 
 n b a   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h   t o r o n t o   r a p t o r s
a n   i n t i m a t e   e v e n i n g   w i t h   l u k e   l o n g l e y .   w h a t   a n   a m a z i n g   c h a t .   g e t   t i c k e t s   t o   t h e   o t h e r   e v e n t s   a r o u n d   t h e   c o u n t r y !     l u c l o n g l e y   b u l l s   c h i c a g o   h o b a r t  
r a c e   f o r   c h i c a g o   b u l l s '   s t a r t i n g   p g   r o l e   m a y   a l r e a d y   b e   o v e r 
 
 
 
 n b a   b u l l s n a t i o n   c h i c a g o   b u l l s   t r u e t o a t l a n t a   g o s p u r s g o   s a n a n t o n i o   w e t h e n o r t h   h e a t t w i t t e r   l a k e s h o w   d u b n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   b l e e d g r e e n
i s   d e m a r   d e r o z a n   o r   z a c h   l a v i n e   t h e   c h i c a g o   b u l l s '   m o s t   c l u t c h   p l a y e r ? 
 
 
 
 n b a   b u l l s n a t i o n   c h i c a g o   b u l l s   t r u e t o a t l a n t a   g o s p u r s g o   s a n a n t o n i o   w e t h e n o r t h   h e a t t w i t t e r   l a k e s h o w   d u b n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
f o r   d a y   1 9   o f   o u r   n b a   s e a s o n   c o u n t d o w n ,   i t ' s   t i m e   t o   t a l k   a b o u t   t h e   i n t r i g u i n g   p r o s p e c t   o f   t h e   ,   p a t r i c k   w i l l i a m s .   b u l l s   b u l l s n a t i o n   c h i c a g o  
c h i c a g o   b u l l s   ' c o r e   w h e a t   t o n a l '   5 9 f i f t y   w h e a t   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   w h e a t   t o n a l   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   o l i v e   t o n a l '   5 9 f i f t y   o l i v e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   o l i v e   t o n a l   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   w h i t e / b l a c k '   5 9 f i f t y   w h i t e / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   w h i t e b l a c k   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   s c a r l e t / b l a c k '   5 9 f i f t y   s c a r l e t / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   s c a r l e t b l a c k 
 

c h i c a g o   b u l l s   ' c o r e   g r e y / b l a c k / w h i t e '   5 9 f i f t y   g r e y / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   g r e y b l a c k w h i t e 
 

c h i c a g o   b u l l s   ' c o r e   c a m o '   5 9 f i f t y   c a m o / w h i t e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   c a m o   5 9 f i f t y   c a m o w h i t e 
 

c h i c a g o   b u l l s   m e d i a   g u i d e ,   1 9 8 9 - 9 0   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   s c o t t i e p i p p e n   j o h n p a x s o n   h o r a c e g r a n t   b i l l c a r t w r i g h t   c r a i g h o d g e s   c h i c a g o   b u l l s   n b a  
2 0 1 6 - 1 7   u p p e r   d e c k   s u p r e m e   h a r d c o u r t   m i c h a e l   j o r d a n   🐐 
 
 i t e m   n u m b e r :   2 2 1 0 0 3 0 4 0 4 0 7 8 1 6 
 
 n b a   b a s k e t b a l l   l e g e n d   g o a t   c h i c a g o   b u l l s   c h i c a g o b u l l s   m i c h a e l   j o r d a n   m i c h a e l j o r d a n   m j   u p p e r d e c k   t r a d i n g c a r d s  
w e a r e 1 s p o r t s   ✨   " t h e r e ’ s   a n   o l d   p r o f e s s i o n a l   s p o r t s   a d a g e   t o   n e v e r   o v e r r e a c t   t o   p r e s e a s o n   p l a y .   s o   a y o   d o s u n m u   m u s t   b e   t h e   c h i c a g o   b u l l s ’   s t a r t i n g   p o i n t   g u a r d   u n t i l   l o n z o   b a l l   r e t u r n s ,   r i g h t ? " 
 
 r e a d   a n d   w a t c h   m o r e   a t   
 
 c h i c a g o   o n e c h i c a g o   n o n p r o f i t   n . . .  
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   o c t   2 7 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h     c         b r e w e r s   b u l l s   b u c k s   p a c k e r s   c h i c a g o   i l   w i   w r i g l e y v i l l e   c h i c a g o
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   o c t   2 7 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h         b r e w e r s   b u l l s   b u c k s   p a c k e r s   c h i c a g o   e v a n s t o n   i l   w i   w r i g l e y v i l l e   a n d e r s o n v i l l e
t o d a y   i n   1 9 9 3   m i c h a e l   j o r d a n   a n n o u n c e s   h i s   r e t i r e m e n t .     t h i s   s p o r t s   i l l u s t r a t e d   i s s u e   w o u l d   c o m e   o u t   t w o   w e e k s   l a t e r .     w h o d o y o u c o l l e c t   t h e h o b b y   s p o r t s c a r d s   c g c c o m i c s   p s a c a r d s   b g s   c g c m a g s   n b a   b u l l s   c h i c a g o  
t h e   f u t u r e   i s   n o w   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
n e w   n f t   c o l l e c t i o n   i s   c o m i n g   t h i s   n i g h t   2 3 : 5 9   g m t   + 0 3 : 0 0   n f t s   n f t   n f t c o l l l e c t o r s   n f t c o l l e c t i o n   m o n k e y n f t c o l l e c t i o n   b a s k e t b a l l   b u l l s     l a k e r s   l o s a n g e l e s   s p u r s   c h i c a g o   c e l t i c s   b o s t o n   t e a m s
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
d a l e n   t e r r y   p l a y s   w i t h   h e a r t !   n b a   p r e - s e a s o n   d e b u t   h i g h l i g h t s   |   c h i c a g o   b u l l s   c h i c a g o   b u l l s   n b a   v i d e o :  
z i o n   r e t u r n s   f o r   p e l s :   ' g e t t i n g   a   f e e l   f o r   i t   a g a i n '   c h i c a g o   b u l l s   n b a  
d o   y o u   h a v e   t h e   💰 ? 
 - 
 m j   m i c h a e l j a c k s o n   j o r d a n   m i c h a e l j o r d a n 2 3   c h i c a g o   b u l l s   b a s k e t b a l l   n b a   n f t  
l i v e   6 p m   c e n t r a l   7 p m   e a s t e r n   a n   4   p m   p a c i f i c   t e o d b   p o d c a s t   h o s t e d   b y   h r a p   b   l i v e   e v e r y   w e d n e s d a y   6 p m   c e n t r a l   t i m e   c l i c k   t h e   l i n k   b e l o w   t o n i g h t ' s   t o p i c :   t h e   s p o r t s   w o r l d   
 
   c h i c a g o   b e a r s   b u l l s   c u b s   s o x   m l b   n f l   n b a 
 

d e r o s e n   j e r s e y   c a m e   j u s t   i n   t i m e   f o r   t h e   f i r s t   p r e s e a s o n   g a m e !   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
t o o k   a   y e a r   b u t   c o m p l e t e d   c h i c a g o   t r a s h p o l k a   c u b s   b u l l s   t h e o f f i c e   h a r r y p o t t e r   d w i g h t s h r u t e   f a l s e   r e d   b l a c k   t a t t o o   s l e e v e   f i l i p i n o   p h i l i p p i n e s   w r i g l e y f i e l d   s t a r w a r s   l i g h t s a b e r   t i e f i g h t e r   v o l v o   j o r d a n   j u m p m a n   o c e a n s 1 3   d i s n e y   h i d d e n m i c k e y   d e a t h l y h a l l o w s  
n b a   b a s k e t b a l l   c h i c a g o   b u l l s   2 0 2 1   f r e q u e n t   f l y e r s   c a r d   z a c h   l a v i n e   p a n i n i   n o .   1 1   -   c l i c k   h e r e   
 
 n b a   b a s k e t b a l l   s p o r t s   i n v e s t m e n t   c h i c a g o  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s
n i k o l a   v u c e v i c   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i k o l a v u c e v i c   n i k o l a   v u c e v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
j a v o n t e   g r e e n   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a v o n t e g r e e n   j a v o n t e   g r e e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
t o d a y   i n   2 0 0 4   s c o t t i e   p i p p e n   a n n o u n c e d   h i s   r e t i r e m e n t .   t h i s   i s   h i s   1 s t   s p o r t s   i l l u s t r a t e d   c o v e r   f r o m   1 9 9 1   i n   n e w s s t a n d   g r a d e d   a t   9 . 2 .     w h o d o y o u c o l l e c t   t h e h o b b y   s p o r t s c a r d s   c g c c o m i c s   p s a c a r d s   b g s   c g c m a g s   n b a   n b a p r e s e a s o n   b u l l s   c h i c a g o  
3   c h i c a g o   b u l l s   w h o   i m p r e s s e d   i n   p r e s e a s o n   d e b u t   v s   p e l i c a n s 
 
 
 
 n b a   c h i c a g o   b u l l s   b u l l s n a t i o n   a l l f l y   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a d r a f t   l a k e s h o w   l a k e r s   l o s a n g e l e s   m f f l   b l e e d g r e e n   p i s t o n s   p a c e r s   s i x e r s   7 6 e r s   j a z z
n i k e   d u n k   l o w   c h i c a g o   b u l l s   
 s i z e   7 c   t o d d l e r 
 $ 1 0 0 
   t h e p r i v a t e s t o c k   n i k e   d u n k   l o w   c h i c a g o   b u l l s   b a b y   t o d d l e r   s n e a k e r s   @   t h e   p r i v a t e   s t o c k  
g a m e   t h r e a d :   n e w   o r l e a n s   p e l i c a n s   ( 0 - 0 )   a t   c h i c a g o   b u l l s   ( 0 - 0 )   o c t   0 4   2 0 2 2   8 : 3 0   p m   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
w i l l y   h e r n a n g o m e z   h i g h l i g h t s   -   b u l l s   v s .   p e l i c a n s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   w i l l y   h e r n a n g o m e z   c h i   n o p   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h i c a g o   b u l l s   n e w o r l e a n s   p e l i c a n s
d e v o n t e '   g r a h a m   h i g h l i g h t s   -   b u l l s   v s .   p e l i c a n s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   d e v o n t e '   g r a h a m   c h i   n o p   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h i c a g o   b u l l s   n e w o r l e a n s   p e l i c a n s
t h e   🐐   i n   a c t i o n   
 m i c h a e l j o r d a n   j o r d a n   s h a q   
 b u l l s   c h i c a g o   p i p p e n   
 r o d m a n   g o a t 𓃵  
n i k o l a   v u c e v i c   h i g h l i g h t s   -   b u l l s   v s .   p e l i c a n s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   n i k o l a   v u c e v i c   c h i   n o p   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h i c a g o   b u l l s   n e w o r l e a n s   p e l i c a n s
n e w   o r l e a n s   p e l i c a n s   v s   c h i c a g o   b u l l s   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n   c h i c a g o   b u l l s   n b a   v i d e o :  
z i o n   d e n i e s   w i l l i a m s .   r e f s   d e n y   z i o n   ❌ 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   z i o n   w i l l i a m s o n   p a t r i c k   w i l l i a m s   b l o c k   n o p   n e w o r l e a n s   p e l i c a n s   c h i   c h i c a g o   b u l l s
z i o n   c a t c h e s   t u c k e r   s l e e p i n g   💤 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   z i o n   w i l l i a m s o n   d u n k   p j   t u c k e r   n o p   n e w o r l e a n s   p e l i c a n s   c h i   c h i c a g o   b u l l s
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   s e p t   1 5 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h         b r e w e r s   b u l l s   b u c k s   p a c k e r s   c h i c a g o   e v a n s t o n   i l   w i   w r i g l e y v i l l e   a n d e r s o n v i l l e
w h a t   t i m e   i s   i t   b u l l s n a t i o n ? 
 
 g a m e   t i m e   h o o h ! 
 
 s e e r e d   b u l l s   c h i c a g o   l e t s g o   n b a   
 
 👀 🔴
b u l l s   b a s k e t b a l l   i s   b a c k . . .   l e t ' s   g o !   🐃 🏀 💪 🏾 
 c h i c a g o b u l l s   c h i c a g o   b u l l s   c h i c a g o n a t i o n   b u l l s n a t i o n   c h i c a g o b a s k e t b a l l   b u l l s b a s k e t b a l l     b u l l i e v e   s e e r e d   👀 🟥      
g o o d   g o d !   o n   p r e s e a s o n   b a s k e t b a l l !   
 h a   s o m e   o f   o u r   u s e r s   a r e   s u c h   l e g e n d s . 
 
 p l a c e   t h i s   n b a   b e t : 
 c h i c a g o   b u l l s   s p r e a d   - 2 . 5     - 1 1 5 
 $ 5 , 7 5 0 . 0 0   w i n s   $ 5 , 0 0 0 . 0 0 
 
 
 
   b e t o p e n l y   n b a   b e t  
🏀 ⛹ 🏽 ‍ ♂ ️ n b a   p r e s e a s o n   i s   f a n t a s t i c ! ! ! ! !     b u l l s   v s   p e l i c a n s   a t   t h e   u n i t e d   c e n t e r   t o n i g h t   t i p - o f f   8 : 3 0 p m 
 
 n b a   b a s k e t b a l l   b u l l s   c h i c a g o   c h i t o w n   p e l i c a n s   h o o p s   n b a 2 k   f l i g h t 2 3 w h i t e   f l i g h t r e a c t s   f l i g h t   d i s c o v e r u n d e r 1 k   a k u m p o   f l i g h t t e a m s t a n d u p   f l i g h t t e a m   d a n k m e m e s d a i l y  
4   t h i n g s   t o   w a t c h   f o r   a s   t h e   c h i c a g o   b u l l s   o p e n   n b a   p r e s e a s o n   p l a y   t o n i g h t ,   i n c l u d i n g   w h o   w i l l   s t a r t   a t   p o i n t   g u a r d  
o n l y   n i g h t   t h i s   y e a r   i   g e t   t o   r e p   m y   d o s u n m u   b u l l s   j e r s e y   a n d   m y   t a 7   s o u t h s i d e   j e r s e y   😭 🤙 🏻   w e ’ r e   f u c k i n ’   l i t   i n   t h e   a n t w a a n   h o u s e h o l d   t o n i g h t   b a b y   l e t ’ s   g o o o o o o o o   b o y s   ! !   c h a n g e t h e g a m e   s e e r e d   c h i c a g o  
d r .   j ' s   p r o   b a s k e t b a l l   y e a r b o o k ,   1 9 9 5 - 9 6   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   n b a   g r a n t h i l l   d e t r o i t   p i s t o n s   g l e n n r o b i n s o n   m i l w a u k e e   b u c k s   d r j   p r o b a s k e t b a l l  
c h i c a g o   b u l l s   r e v e a l   p l u s 5 0 0   g l o b a l   s p o n s o r s h i p   d e a l 
 s p o r t s i n d u s t r y   s p o r t b i z 

g o t   m y   d e r o z a n   j e r s e y   o n ,   e x c i t e d   f o r   t o n i g h t 😆   i   h o p e   t o   s e e     o n   m y   t v   t o n i g h t ! !   m i s s   t h a t   m a n ’ s   c o m m e n t a r y .   t h e   b e s t ! !   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   c h i c a g o
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   s e p t   1 5 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h         b r e w e r s   b u l l s   b u c k s   p a c k e r s   c h i c a g o   e v a n s t o n   i l   w i   w r i g l e y v i l l e   a n d e r s o n v i l l e
h a p p y   b - d a y   d - r o s e ! ! ! !   🔥 ⚡ ️ 🌪   c h i c a g o   b u l l s   d e r r i c k   r o s e   l e g e n d   n b a   h i s t o r y    
w e   a r e   l i v e 
 
 3 5 t h   & a m p ;   s h i e l d s   m a k i n g   t h e   c h i c a g o   s p o r t s   h e a d l i n e s   y e s t e r d a y . . . 
 
 c u b s   w i n n i n g   s t r e a k   o v e r   @   7 
 b e a r s   g e t   t h e   d a y   o f f 
 b u l l s   t a k e   t h e   c o u r t 
 
 l i s t e n    
s h o p   b u l l s n a t i o n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a a l l s t a r   n b a o n t n t   n b a 7 5   n b a v o t e   n b a t o p s h o t t h i s   n b a t w i t t e r   b u l l s   c h i c a g o b u l l s   c h i c a g o
t y l e r   h e r r o ' s   $ 1 3 0   m i l l i o n   e x t e n s i o n   c o u l d   s p e l l   d i s a s t e r   f o r   c h i c a g o   b u l l s 
 
 
 
 n b a   c h i c a g o   b u l l s   b u l l s n a t i o n   m f f l   h e a t t w i t t e r   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   n e t s   b r o o k l y n t o g e t h e r   s i x e r s
i m   w o r r i e d   f o r   t h e           . . .   u n l e s s     v i a     
 
 c h i c a g o   c h i c a g o b u l l s   b u l l s n a t i o n   b u l l s  
j o a k i m   n o a h   🇫 🇷 🏀 
 c h i c a g o   b u l l s   2 0 0 7 / 2 0 1 6 
 c h i c a g o   n b a t w i t t e r   f r e n c h   b u l l s    
s p o r t s   c a r d   t r a d e r ,   v o l u m e   5   n o .   6   i s s u e   n o .   5 4   o c t o b e r   1 9 9 4     j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   n b a   k e n g r i f f e y j r   s e a t t l e   m a r i n e r s   m l b   d r e w b l e d s o e   n e w e n g l a n d   p a t r i o t s   n f l   s p o r t s c a r d s   t r a d i n g c a r d s  
5 9 f i f t y   c h i c a g o   b u l l s   t e a m   h e a n o w   a v a i l a b l e   f r o m   e b l e n s 
 
 n e w d r o p   e b l e n s   e b l e n s f o o t w e a r   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   5 9 f i f t y   t e a m   h e a r t   h a t c r a w l e r   f i t t e d   f i t t e d f a m i l y   n e w e r a c a p s   n e w e r a f i t t e d 
 

c h i c a g o   b u l l s 
   
 
   
 b a l l i s l i f e   b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   n b a   n b a p r e s e a s o n   s p o r t s   t r e n d i n g  
p r e - s e a s o n     📸       v s     n b a   t o r o n t o r a p t o r s   c h i c a g o b u l l s  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n v i   a i r j o r d a n 6   b u l l s   1 9 9 1   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n
d o   y o u r   t h i n g   t w i t t e r   b u l l s   c h i c a g o b u l l s  
i n k t o b e r   2 0 2 2   d a y   6   ( t r i p ) 
 c h a r a c t e r :   b e n n y   t h e   b u l l   ( c h i c a g o   b u l l s ) 
 
 d i g i t a l a r t   d i g i t a l a r t i s t 
 a r t   a r t i s t   d i g i t a l a r t w o r k 
 a r t w o r k   c h a l l e n g e   a r t c h a l l e n g e   d r a w i n g c h a l l e n g e   i n k t o b e r   i n k t o b e r 2 0 2 2   b e n n y t h e b u l l   c h i c a g o   c h i c a g o b u l l s   m a s c o t   b a s k e t b a l l   s p o r t s   b u l l   f a n a r t  
c h i c a g o b u l l s :   o n e   m o r e   b e f o r e   t h e y   a l l   c o u n t . 
 
 📺 :   
 📻 :       c h i c a g o b u l l s
d e m a r   d e r o z a n   s a i d   t h i s   a b o u t   c h i c a g o 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   m i c h a e l j o r d a n   n b a   p o d c a s t  
i n t e r n a t i o n a l   p r o p h e c y   f u l f i l l e d   
 
 t h e   c h i c a g o   b u l l s   b e a t s   t h e   t o r o n t o   r a p t o r s ,   n o t i c e   h o w   p r o p h e t   a n g e l   a c c u r a t e l y   p r o p h e s i e d   t h e   w i n n e r   o f   t h e   g a m e   a n d   t h a t   t h e   s c o r e   w i l l   b e   o v e r   1 0 2 . 
 
 u e b e r t a n g e l   n b a   c h i c a g o b u l l s   b u l l s   r a p t o r s   t o r o n t o r a p t o r s   b a s k e t b a l l   u s a  
i n t e r n a t i o n a l   p r o p h e c y   f u l f i l l e d   
 
 t h e   c h i c a g o   b u l l s   b e a t s   t h e   t o r o n t o   r a p t o r s ,   n o t i c e   h o w   p r o p h e t   a n g e l   a c c u r a t e l y   p r o p h e s i e d   t h e   w i n n e r   o f   t h e   g a m e   a n d   t h a t   t h e   s c o r e   w i l l   b e   o v e r   1 0 2 . 
 
 u e b e r t a n g e l   n b a   c h i c a g o b u l l s   b u l l s   r a p t o r s   t o r o n t o r a p t o r s   b a s k e t b a l l   u s a  
g o d   i s   s t i l l   s a y i n g   s o m e t h i n g   c h i c a g o   u s a   n b a   r a p t o r s   m a j o r   c h i c a g o b u l l s   t o r o n t o r a p t o r s   u s a  
a n d r e   d r u m m o n d   l o o k i n g   t o   b e   a   t h r e e - p o i n t   t h r e a t   f o r   b u l l s   a f t e r   s u r p r i s e   s h o o t i n g   s t r o k e   v s   r a p s :   ‘ i t ’ s   s o m e t h i n g   t h a t   i ’ v e   w o r k e d   o n ’   a n d r e d r u m m o n d   c h i c a g o b u l l s  
s e l l i n g   a   f e w   t h i n g s   h a v e   a   g a n d e r !     a r g e n t i n a   c h i c a g o b u l l s   a d i d a s   a d i d a s o r i g i n a l s    
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   4 t h   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
b e n   g o r d o n   i s   a   f o r m e r   c h i c a g o   b u l l s   s t a r   b e n   g o r d o n   h a s   b e e n   a r r e s t e d   a t   l a g u a r d i a   a i r p o r t   a f t e r   h i t t i n g   h i s   1 0 - y e a r - o l d   s o n   s o   h a r d   t h e   c h i l d   r e q u i r e d   h o s p i t a l i z a t i o n . 
 
 b e n g o r d o n 
 c h i c a g o b u l l s 
 

9   d a y s   t i l   o p e n i n g   d a y !   d o   y o u   t h i n k   t h e   b u l l s   s h o u l d   d e f i n i t e l y   k e e p   v o o c h   b e y o n d   t h i s   s e a s o n ? 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
s h o p   a i r j o r d a n     p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m j m o n d a y s   m i c h a e l j o r d a n   j o r d a n   b u l l s   c h i c a g o b u l l s   b u l l s n a t i o n
b u l l s   c h i c a g o b u l l s   s e e r e d     a y o ,   w o o   a n d   c o b y   + / -   w a s   m y   t a k e a w a y   f r o m   y e s t e r d a y s   g a m e . . .   e s p   c o b y ! ! !  
m i c h a e l   j o r d a n -   t i m e - l a p s e   v i d e o   
 
 a r t i s t a j m o o r e   n b a   m i c h a e l j o r d a n   j o r d a n   c h i c a g o b u l l s   n b a l e g e n d   b a s k e t b a l l   c o p i c m a r k e r s     a r t i s t a j m o o r e s p o r t s  
w a t c h i n g   m i c h a e l   j o r d a n ’ s   “ l a s t   d a n c e ”   a g a i n   & a m p ;   t h e   c h i c a g o b u l l s   a r e   t h e   o n l y   t e a m   i n   p r o f e s s i o n a l   s p o r t s   t o   s a y   t h e y   d o n ’ t   w a n t   t o   w i n   a n y m o r e .   t h e   m j   b u l l s   n e v e r   l o s t   a n   n b a   f i n a l s .   t h e y   c o u l d   h a v e   w o n   8   s h i p s   🤔  
a n t o i n e   c a r r   g i v e s   t h e   r e a l   s a u c e   o n   t r i c k e r y   d u r i n g   t h e   j o r d a n   e r a .     g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   s e e r e d   n b a   p o d c a s t   n b a p o d c a s t  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
‘ a n d r e s   n o c i o n i   t h r o w s   d o w n   t h e   m o n s t e r   j a m ! ’ 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
9   d a y s   t i l   o p e n i n g   d a y !   d o   y o u   t h i n k   t h e   b u l l s   s h o u l d   d e f i n i t e l y   k e e p   v o o c h   b e y o n d   t h i s   s e a s o n ? 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
n b a   c h i c a g o b u l l s   a n d r e d r u m m o n d   b u l l s '   a n d r e   d r u m m o n d   g o e s   p e r f e c t   f r o m   d o w n t o w n   i n   w i n   o v e r   r a p t o r s  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o   b u l l s   r e d / b l a c k   t w o   t o n e d   5 9 f i f t y   n o w   a v a i l a b l e   f r o m   c l a r k s t r e e t s p o r t s 
 
 n e w d r o p   c l a r k s t r e e t s p o r t s   c h i c a g o   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   i l l i n o i s   r e d b l a c k   t w o   t o n e d   5 9 f i f t y   h a t c r a w l e r   f i t t e d 
 

o u t   o f   t h i s   🌎 !   m e t a l m o n d a y 
   
 c s g   c s g c a r d s   t e a m c s g   t h e h o b b y   b a s k e t b a l l c a r d s   s k y b o x   m i c h a e l j o r d a n   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   b u l l s b a s k e t b a l l   n b a  
s h o p   a i r j o r d a n     p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m j m o n d a y s   m i c h a e l j o r d a n   j o r d a n   b u l l s   c h i c a g o b u l l s   b u l l s n a t i o n
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n i i i   a i r j o r d a n 3   b u l l s   1 9 8 8   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
s h o p   a i r j o r d a n     p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m j m o n d a y s   m i c h a e l j o r d a n   j o r d a n   b u l l s   c h i c a g o b u l l s   b u l l s n a t i o n
c h i c a g o b u l l s :   j a v o n t e   g r e e n   t h r o u g h   t h r e e   p r e s e a s o n   g a m e s : 
 
 1 6 . 7   p o i n t s 
 7 7 %   f g 
 7 5 %   f r o m   t h r e e 
 
 📰 :     g a m e   r e c a p :   c h i c a g o b u l l s
c h i c a g o   b u l l s   v s   t o r o n t o   . . . 
   
 
   
 2 0 2 2 2 0 2 3 n b a s e a s o n   b u l l s v s r a p t o r s   b u l l s v s r a p t o r s 2 0 2 2   b u l l s v s r a p t o r s h i g h l i g h t s   c c b n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a   e x t e n d e d n b a h i g h l i g h t s   f u l l g a m e h i g h l i g h t s  
c h i   t o w n   p a n e l   c h i c a g o   b u l l s   c e i l i n g 🤔   b u l l s n a t i o n   c h i c a g o b u l l s   s e e r e d           s u b s c r i b e   t o   o u r   p a g e   o n   y o u t u b e    
a n o t h e r   s t r o n g   f i n i s h   f o r   t h e   b u l l s   t o   . . . 
   
 
   
 a l e x c a r u s o   a y o d o s u n m u   b u l l s c e n t r a l   b u l l s f r e e a g e n c y   b u l l s n a t i o n   b u l l s n e w s   b u l l s r u m o r s   b u l l s u p d a t e   b u l l s v s n u g g e t s   b u l l s v s n u g g e t s h i g h l i g h t s   b u l l s v s n u g g e t s p r e s e a s o n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s  
e n d e   b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 5 : 9 8   c h i c a g o b u l l s   v s   t o r o n t o r a p t o r s   
 1 1 1 : 9 7   n e w o r l e a n s p e l i c a n s   v s   s a n a n t o n i o s p u r s   
 1 2 4 : 1 2 1   l o s a n g e l e s l a k e r s v s   g o l d e n s t a t e w a r r i o r s   
 9 4 : 1 2 6   p o r t l a n d t r a i l b l a z e r s   v s   s a c r a m e n t o k i n g s
d e m a r   d e r o z a n   f u l l   h i g h l i g h t s   v s   t o r o n t o   r a p t o r s   [ 1 0 / 9 / 2 2 ] 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   c h i c a g o   b u l l s   o n   t h e   r o a d   f o r   p r e s e a s o n   w i n   i n   t o r o n t o 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
[ h i g h l i g h t ]   j a v o n t e   g r e e n   w i t h   t h e   c o m p l e t e   d i s r e g a r d   f o r   h u m a n   l i f e 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
c h i c a g o   b u l l s   " c a m e l   w h i t e "   5 9 f i f t y   t u m b l e w e e d / w h i t e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c a m e l   w h i t e   5 9 f i f t y 
 

p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   t o r o n t o   r a p t o r s   1 1 5 - 9 8   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
w h y   d i d   i   j u s t   s e e   a n d r e   d r u m m o n d   s h o t   3 / 3   f r o m   3   n b a   c h i c a g o b u l l s
1 0   d a y s   u n t i l   o p e n i n g   d a y !   b u l l s   n u m b e r   1 0 ,   b . j .   a r m s t r o n g   w a s   a   f a n   f a v o r i t e ,   w i n n i n g   3   r i n g s   w i t h   t h e   b u l l s   a n d   n a m e d   a n   a l l - s t a r   s t a r t e r   i n   1 9 9 4 .   
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
  b r u h .   y o u   a r e   i n s a n e   f o r   t h i s   i n - g a m e   1 s t e p   f r o m   f t   l i n e   d u n k .   i   l o o k   u p   t o   y o u ,   n o t   b e c a u s e   y o u ' r e   o l d e r   & a m p ;   w i s e r .   ( t h a t ' s   m e   @   3 3 y r s . o l d )   b u t   b e c a u s e   y o u   j u m p   s o   h i g h !   a m a z i n g .   😲 🤗     s l a m d u n k   i n g a m e   f r e e t h r o w l i n e   c h i c a g o b u l l s   b o u n c e  
c h i c a g o b u l l s :   p u t   i n   w o r k   i n   l i m i t e d   m i n u t e s   o n   t h e   r o a d .   
 
 _ d e r o z a n   |       c h i c a g o b u l l s
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   -   . . . 
   
 
   
 b u l l s v s n u g g e t s p r e s e a s o n   b u l l s v s p e l i c a n s   b u l l s v s r a p t o r s   b u l l s v s r a p t o r s f u l l g a m e h i g h l i g h t s   b u l l s v s r a p t o r s h i g h l i g h t s   b u l l s v s r a p t o r s p r e d i c t i o n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s v s t o r o n t o r a p t o r s  
p o s t   g a m e   p o d   l i v e   n o w   o n   s p o t i f y   a n d   a p p l e ! 
 
 s p o t i f y - 
 
 
 a p p l e - 
 
 
 b u l l s n a t i o n   s e e r e d   c h i c a g o b u l l s
c h i c a g o b u l l s :   w o o   w i t h   t h e   s p a r k   o f f   t h e   b e n c h   i n   t h e   s e c o n d   h a l f ! 
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
i   g o t   a   c r i c u t   r e c e n t l y   a n d   f o r   m y   f i r s t   d e s i g n ,   i   c h o s e   s o m e t h i n g   d i f f i c u l t   t o   m a k e .   i t ' s   n o t   p e r f e c t   ( u n e v e n ,   a i r   b u b b l e s   a n d   a n g l e d )   b u t   i t   f e a t u r e s   m y   f a v o r i t e   p l a y e r   _ d e r o z a n   c h i c a g o b u l l s    
p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   t o r o n t o   r a p t o r s   1 1 5 - 9 8 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o b u l l s :   c o m i n g   h o m e   w i t h   t h e   d u b .   b a c k   a t   i t   t u e s d a y !   
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
c h i c a g o b u l l s :   c o n f i r m i n g :   w o o   t o o k   o f f   f r o m   f a r ! ! 
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
t r a d e     a n d     f o r     🙏 🏼   c h i c a g o b u l l s
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   -   . . . 
   
 
   
 b u l l s v s n u g g e t s p r e s e a s o n   b u l l s v s p e l i c a n s   b u l l s v s r a p t o r s   b u l l s v s r a p t o r s f u l l g a m e h i g h l i g h t s   b u l l s v s r a p t o r s h i g h l i g h t s   b u l l s v s r a p t o r s p r e d i c t i o n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s v s t o r o n t o r a p t o r s  
c h i c a g o b u l l s :   p r e s e a s o n   r o a d   d u b !   💪     c h i c a g o b u l l s
c h i c a g o b u l l s :   l o o k   w h e r e   h e   t o o k   o f f   f r o m ! ! 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   d a l e n   w i t h   t h e   v i s i o n   f o r   a   f l o a t i n g   w o o ! 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   d o w n   t h r e e   w i t h   1 2   t o   g o !     c h i c a g o b u l l s
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 c h i c a g o b u l l s   v s   t o r o n t o r a p t o r s 
 📲 💻 w a t c h 👉 : 
 
 l o s a n g e l e s l a k e r s   v s   g o l d e n s t a t e w a r r i o r s 
 📲 💻 w a t c h 👉 : 
 
 b u c a r a m a n g a   v s   j u n i o r 
 📲 💻 w a t c h 👉 : 
 n b a p r e s e a s o n   p r i m e r a a     s u i t i n g u p t o g e t h e r  
2   s t r a i g h t   w   🐂 🔥   b u l l s n a t i o n   c h i c a g o b u l l s  
j a v o n t e   g r e e n   h a s   r e a l l y   i m p r o v e d   h i s   g a m e .     c h i c a g o b u l l s   b u l l s
c h i c a g o   b u l l s   n b a   b a s k e t b a l l   j a c k e t .   f o r   s a l e   i n   o u r   e b a y   s t o r e .   
 
 
 
 m e n s c l o t h i n g   m e n s s t y l e   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   n b a j a c k e t   n b a   b a s k e t b a l l   e b a y f i n d s   e b a y f a s h i o n   g i f t i d e a s  
u g h   a n d   d o   l i k e   t h e s e   b u l l   t e a m   c h i c a g o b u l l s   t o r v s c h i
j a v o n t e   g r e e n   c u t t i n g   u p   t o n i g h t   🔥 🏀   c h i c a g o b u l l s
d o e s   a n y o n e   k n o w   o f   a n y   l e a k s   f o r   t h e   c h i c a g o b u l l s   2 0 2 2 - 2 0 2 3   c i t y   e d i t i o n   j e r s e y s ?   b u l l s n a t i o n   c i t y e d i t i o n
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s l i v e   c h i c a g o b u l l s l i v e g a m e   c h i c a g o b u l l s l i v e g a m e t o d a y   c h i c a g o b u l l s l i v e p l a y b y p l a y   c h i c a g o b u l l s l i v e s t r e a m   c h i c a g o b u l l s l i v e s t r e a m g a m e   c h i c a g o b u l l s l i v e s t r e a m t o d a y  
c h i c a g o b u l l s :   t h a t   u s c   c o n n e c t i o n   s t i l l   s t r o n g   👀 
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
c h i c a g o b u l l s :   d e m a r   g e t t i n g   g o i n g !   
 
 _ d e r o z a n   |   b u l l s n a t i o n     c h i c a g o b u l l s
c h i c a g o b u l l s :   v o o c h ' s   f o o t w o r k   i n s i d e   i s   e l i t e ! 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   z a c h   f o r   t h e   l e a d !   👌 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   h a l f t i m e .   
 
 d e m a r :   1 3 p t s   /   6 r e b   /   4 a s t 
 v o o c h :   7 p t s   /   7 r e b 
 a y o :   7 p t s   /   2 r e b   /   4 a s t     c h i c a g o b u l l s
c h i c a g o b u l l s :   d e e b o   s m o o t h   w i t h   i t . 
 
   |   _ d e r o z a n     c h i c a g o b u l l s
c h i c a g o b u l l s :   d r u m m o n d   w i t h   t h e   r a n g e   👌 
 
   |       c h i c a g o b u l l s
v i n t a g e   c h i c a g o   i l l   c l a r e n c e   b u c k i n g h a m   m e m o r i a l     f o u n t a i n   i l l i n o i s   u s a   t r a v e l   p e n n a n t       d a b e a r s   b e a r s   c h i c a g o b e a r s   a n t i q u e   b u l l s n a t i o n   b u l l s   n b a   a n t i q u e p e n n a n t   w a l l d e c o r   n f l   v i n t a g e   c h i c a g o c u b s   c h i c a g o   c h i c a g o b u l l s   c u b s   u s a   w r i g l e y
l e t ' s   g o     w e t h e n o r t h   c h i c a g o b u l l s  
c a t c h i n g   t h e     a n d   t h e   s u p e r f a n   i n   a c t i o n ! ! ! 
 f a n   o f   t h e   s u p e r f a n   a n d   r a p t o r s   -   b o t h .   ☺ ️ ☺ ️ ☺ ️ 
 r a p t o r s   p l a y i n g   c h i c a g o   b u l l s   t o n i g h t !   
 🦖 🏀 
 
 _ n a v   s u p e r f a n   r a p t o r s   c h i c a g o b u l l s   t o r o n t o r a p t o r s      
y o u   l o v e   t o   s e e   i t ! !   c h i c a g o b u l l s  
c h i c a g o b u l l s :   w o r k   t o   d o   a f t e r   o n e .   
 
 d e m a r   d e r o z a n :   8 p t s   /   3 r b s 
 n i k o l a   v u c e v i c :   7 p t s   /   4 r b s     c h i c a g o b u l l s
c h i c a g o b u l l s :   t h r o w   i t   d o w n   v o o c h !   😤 
 
   |       c h i c a g o b u l l s
g a m e   t h r e a d :   c h i c a g o   b u l l s   ( 1 - 1 )   a t   t o r o n t o   r a p t o r s   ( 2 - 1 )   o c t   0 9   2 0 2 2   5 : 0 0   p m 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o b u l l s :   b r i n g i n g   t h e   r o o k   u p   t o   s p e e d .   
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   a i r p l a n e   m o d e   i n t o   t h e   l i n e u p   i n   t o r o n t o . 
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
c h i c a g o b u l l s :   h o o d i e   s z n   i n   t h e   6 .     c h i c a g o b u l l s
l i v e     l i v e s t r e a m   n b a   
 b a s k e t b a l l       n b a i n a b u d h a b i   n b a p r e s e a s o n   
 c h i c a g o b u l l s     t o r o n t o r a p t o r s   w e t h e n o r t h 
 
 ▶ ️ t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s 
                           ( 0 2 : 3 0   g m t + 2 ) 
                       🏀 l i n k   ⬇ ️ 🗑 ️ 

t o r o n t o r a p t o r s   c h i c a g o b u l l s   n b a   b a s k e t b a l l   r a p t o r s b u l l s   n b a j a p a n g a m e s   t o r o n t o   n b a t w i t t e r   
 w a t c h   t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s 
 
                               🇺 🇸 l i n k 🏀 
                                         ⬇ ️ 
 
   ✅
i   d o n ’ t   r e a l l y   h a v e   a n y   e x p e c t a t i o n s   f o r   c h i c a g o b u l l s   o r   c h i c a g o b l a c k h a w k s   e i t h e r
s t a c e y   o n   p a t r i c k   w i l l i a m s   a f t e r   t h e   f i r s t   p r e s e a s o n   g a m e .     g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   n b a   p o d c a s t   n b a p o d c a s t  
j a v o n   f r e e m a n - l i b e r t y   h a s   b e e n   w a i v e d   f r o m   t h e   c h i c a g o   b u l l s . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
b e s t   d u n k s   f r o m   n o v e m b e r   |   l a v i n e   |   d e r o z a n   |   c a r u s o   |   d e r r i c k   j o n e s   |   c h i c a g o   b u l l s   h i g h l i g h t s 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o   b u l l s   f a c e o f f   w i t h   t h e   r a p t o r s   t o n i g h t ! 
   
 
   
 b u l l s n a t i o n s t a t i o n   b u l l s v s r a p t o r s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   f y p   n b a   n b a p r e s e a s o n   t o r o n t o r a p t o r s   z a c h l a v i n e  
1 0   d a y s   u n t i l   o p e n i n g   d a y !   b u l l s   n u m b e r   1 0 ,   b . j .   a r m s t r o n g   w a s   a   f a n   f a v o r i t e ,   w i n n i n g   3   r i n g s   w i t h   t h e   b u l l s   a n d   n a m e d   a n   a l l - s t a r   s t a r t e r   i n   1 9 9 4 .   
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
p r e   g a m e :   c h i c a g o   b u l l s   ( 1 - 1 )   v s   t o r o n t o   r a p t o r s   ( 2 - 1 )   ( o c t o b e r   9 ,   2 0 2 2 ) 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n x   a i r j o r d a n 1 0   b u l l s   1 9 9 4   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
n b a   l e a d e r :   2 7 . 9   p p g   l o n z o ' s   b e s t   b a l l   b e h i n d   h i m ?   :   “ l i t e r a l l y ,   i   r e a l l y   c a n ’ t   r u n .   i   c a n ’ t   r u n   o r   j u m p . "   c h i c a g o b u l l s    
c a r u s o   d o i n   c a r u s o   t h i n g s ! 
 n e w   p o d   c o m i n g   t o n i g h t   p o s t   g a m e 
 l i s t e n / r a t e / s u b s c r i b e   o n   s p o t i f y   o r   a p p l e   i f   y o u   h a v e n ’ t   a l r e a d y ! 
 
 c a r u s o c a n   b u l l s n a t i o n   s e e r e d   c h i c a g o b u l l s  
g p e x p l o r e r   m i l a n j u v e   n a r u t o   h a l l o w e n   g r s v b j k   p a y p a l   h o m e   e x p l o r e   v i e w   g e t m o n e y   c h i c a g o b u l l s   n b a   b a s k e t b a l l   t r e n d s o n f i r e     n b a t w i t t e r     f i f a 2 3   
   g e t   t - s h i r t   c h i c a g o   b u l l s   w i t h   $ 2 0 . 1 0   p e r   s h i r t 
 1 5 %   o f f   w i t h   c o d e   s t o c k u p s a l e z 
 
  
c o b y   w h i t e   c l e a r e d   t o   p l a y ! ! !   . . . 
   
 
   
 a i d a n s s p o r t s s h o w   a l e x c a r u s o   a r t u r a s k a r n i s o v a s   b a s k e t b a l l   b i l l y d o n o v a n   b u l l s n a t i o n   b u l l s n e w s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   d e v o n d o t s o n   e a s t e r n c o n f e r e n c e   l a u r i m a r k k a n e n   l o n z o b a l l  
c h i c a g o b u l l s :   p r e s e a s o n   h o o p s   f r o m   t h e   6 . 
 
 📺 :     & a m p ;       c h i c a g o b u l l s
n b a   p r e v i e w   2 0 2 2 - 2 3   :   l e s   c h i c a g o   b u l l s 
   
 
   
 a p é r o t r a s h t a l k   b a s k e t   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   e m i s s i o n  
i ' m   s t i l l   e x c i t e d   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
m i c h a e l   p o r t e r   j r   h i g h l i g h t s   v s .   b u l l s   |   2 0   p o i n t s ,   7   r e b o u n d s 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
t h e   1 9 9 8   c h i c a g o   b u l l s   p l a y e r s '   s a l a r i e s : 
 
 m i c h a e l   j o r d a n   e a r n s   m o r e   m o n e y   t h a n   t h e   e n t i r e   t e a m .   😳 n b a   c h i c a g o b u l l s   m i c h a e l j o r d a n  
r e m e m b e r i n g   c h i c a g o   m a r a t h o n   2 0 1 9 ,   h a p p e n i n g   t o d a y   😀   c h i c a g o   m a r a t h o n   u s a   l o v e d i t   r u n n i n g   w o r l d m a j o r   l o v e t r a v e l   f a v m a r a s o f a r   c h i c a g o b u l l s   l o t s o f b u l l   @   c h i c a g o ,   i l l i n o i s  
a   t r u e   l e g e n d   b a s k e t b a l l   n b a   c h i c a g o b u l l s  
c ’ m o n   b i l l y   d o n o v a n :   s t a r t   a n d r e   d r u m m o n d ,   t h e   s e c o n d   c o m i n g   o f   w e s   u n s e l d .     t r y   h i m   w i t h   v u k o v i c .     c h i c a g o b u l l s   b u l l s
c h i c a g o b u l l s   n b a   n b a t w i t t e r   n b a p r e s e a s o n   
 
 t h e   c h i c a g o   b u l l s   r o s t e r   i s   e s p e c i a l l y   b a l a n c e d   f o r   t h e   ’ 2 2 - 2 3   s e a s o n .   s u c h   a n   o r g a n i z e d   r o s t e r   a l l o w s   f o r   g r e a t e r   c o n t i n u i t y .   
 
 c h e c k   o u t   t h e   c h i c a g o   b u l l s   n b a   2 0 2 2 - 2 3   r o s t e r :  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
j u s t   1 1   d a y s   u n t i l   t h e   b u l l s   s e a s o n   o p e n e r   i n   m i a m i   v s   t h e   h e a t !   w i l l   d e m a r   r e p e a t   h i s   a m a z i n g   4 t h   q u a r t e r   p e r f o r m a n c e s   t h i s   y e a r ? 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s      
w h a t ' s   b e s t   o n     ? 
 h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   b u l l s   t o   f i r s t   p r e - s e a s o n   w i n   o v e r   n u g g e t s 
 
 s p o r t s   c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s      
b e s t   o f   t h e   d a y   o n   
 h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   b u l l s   t o   f i r s t   p r e - s e a s o n   w i n   o v e r   n u g g e t s 
 
 s p o r t s   c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s
w h a t ' s   b e s t   o n     ? 
 h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   b u l l s   t o   f i r s t   p r e - s e a s o n   w i n   o v e r   n u g g e t s 
 
 s p o r t s   c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s
l a s t   b a t c h   o f   d e c e n t   f i n d s   f o r   t o n i g h t .   g o i n g   t h r o u g h   t h e s e   b i n d e r s   i s   h a s   b e e n   a   l o t   o f   f u n .   d i s c o v e r i n g   c a r d s   i   f o r g o t   a b o u t   a n d   f i n d i n g   s o m e   h i d d e n   g e m s   t h a t   w e r e   o v e r l o o k e d   i n   t h e   9 0 s .   
 
 b a s k e t b a l l c a r d s   c h i c a g o b u l l s  
t h e   r e t u r n   o f   s l e e p   🔥 🏀 🐂 
 s l e e p   c h i c a g o b u l l s   b e n n y t h e b u l l   a c r o d u n k  
i ' m   s t i l l   e x c i t e d 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
g r e a t   t i m e s !   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
  b b 2 0   g u e s s   w h o   i s   m r   r i g h t   a n d   m r   r i g h t   n o w   w h i l e   u   p r e t e n d   t o   b e   a n   a l l   a r o u n d   a t h l e t e .   i s   t h i s   t h e   p r o f e s s i o n a l   a t h l e t e   u   t h i n k   u   c a n   b e a t ?   u   s t i l l   h a v e n ’ t   w o n   t h e   c h a l l e n g e   ! ! a l e x   c a r u s o   c h i c a g o b u l l s  
g r e a t   t i m e s ! 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s   . . . 
   
 
   
 b u l l s v s n u g g e t s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s l i v e   c h i c a g o b u l l s l i v e g a m e   c h i c a g o b u l l s l i v e t o d a y   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s p o d c a s t   c h i c a g o b u l l s p o s t g a m e   c h i c a g o b u l l s p o s t g a m e p r e s s c o n f e r e n c e  
a n t o i n e   c a r r   o n   s h a r i n g   t h e   c o u r t   w i t h   n b a   h o f   i n d u c t e e s .       g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   n b a   p o d c a s t   n b a p o d c a s t  
[ j u l i a   p o e ]   b i l l y   d o n o v a n   s a y s   t h e   d e c i s i o n   t o   m o v e   p a t r i c k   w i l l i a m s   t o   t h e   b e n c h   i n   f a v o r   o f   j a v o n t e   g r e e n   t o d a y   w a s   n o t   m e a n t   t o   s e n d   a   m e s s a g e   f o r   t h e   t h i r d - y e a r   f o r w a r d   t o   m a k e   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o b u l l s   1 0   c a r d   l o t   b u l l s n a t i o n   
 b u l l s   
 
 $ 4 . 5 0   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
t h e   c h i c a g o   b u l l s   c h e a t e d   t h e r e   w a y   t o   s i x   c h a m p i o n s h i p s   c h i c a g o b u l l s  
d e n n i s   r o d m a n   1 / 1   s p l a t t e r   b l a s t   c u s t o m   a r t   c a r d   d e n n i s r o d m a n   t h e w o r m   c h i c a g o b u l l s   t h e l a s t d a n c e   b u l l s   c h i c a g o   n b a   c a r d a r t   b a s k e t b a l l c a r d s   s p o r t s c a r d s   c a r d c o l l e c t o r   s p o r t s c a r d s c o l l e c t o r   m i x e d m e d i a a r t   a c r y l i c p a i n t   w h o d o y o u c o l l e c t   m i x e d m e d i a   a r t w o r l d   a r t g a l l e r y  
w h a t   r o l e   w i l l   d a l e n   t e r r y   f i l l   i n   b u l l s   r o t a t i o n ?   |   n b c   s p o r t s   c h i c a g o 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a l e n t e r r y   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   k c j o h n s o n   n b c s p o r t s c h i c a g o   u n f i l t e r e d   z a c h l a v i n e  
c o u n t r y   l o v e   🍂   
 
 f a l l   a u t u m n   a u t u m n v i b e s   f a l l i n t o a u t u m n   l o v e   c o u n t r y   c o u n t r y l o v e   c h i c a g o b u l l s  
c h e c k   o u t   1 9 9 9 - 0 0   u p p e r   d e c k   n b a   g a t o r a d e   m i c h a e l   j o r d a n   f i n a l s   j u m b o   c a r d   s e t   o f   6   m j   1 - m j   6 
 c h i c a g o b u l l s   b u l l s n a t i o n   c h i c a g o     e b a y   v i a  
h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   b u l l s   t o   f i r s t   p r e - s e a s o n   w i n   o v e r   n u g g e t s 
   
 
   
 c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s   d e n v e r n u g g e t s   n o r t h w e s t d i v i s i o n   w e s t e r n c o n f e r e n c e  
p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   d e n v e r   n u g g e t s   1 3 1 - 1 1 3   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
w h e n   d e n z e l   v a l e n t i n e   w a s   w i t h   w i n d y   c i t y   b u l l s .   c h i c a g o b u l l s   
 p h o t o s   b y    
[ c o d y   w e s t e r l u n d ]   p a t r i c k   w i l l i a m s   o n   c o m i n g   o f f   b e n c h :   “ m y   j o b   i s   t o   b e   p r o d u c t i v e .   m y   j o b   i s   t o   g o   o u t   t h e r e   a n d   u s e   m y   t a l e n t s   a n d   h e l p   t h e   t e a m   w i n .   i   t h i n k   t h a t ’ s   e v e r y b o d y ’ s   j o b .   i t ’ s   n o t     . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
g o r a n   d r a g i c .   b u l l s v s n u g g e t s   c h i c a g o b u l l s   n b a  
p a t r i c k   w i l l i a m s   c o m e s   o f f   b e n c h   . . . 
   
 
   
 a d a m s i l v e r   a l e x c a r u s o   a n d r e d r u m m o n d   a r t u r a s k a r n i s o v a s   a y o d o s u n m u   b i l l y d o n o v a n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s p o d c a s t   c h i c a g o b u l l s r u m o r s   c h i c a g o b u l l s s h o w   c h i c a g o b u l l s t a l k  
j u s t   1 1   d a y s   u n t i l   t h e   b u l l s   s e a s o n   o p e n e r   i n   m i a m i   v s   t h e   h e a t !   w i l l   d e m a r   r e p e a t   h i s   a m a z i n g   4 t h   q u a r t e r   p e r f o r m a n c e s   t h i s   y e a r ? 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
m o n t a n a   m a g a z i n e   a p p r e c i a t i n g   s t a c e y   k i n g ’ s   g o o d   l o o k s 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
b i l l y   d o n o v a n   p o s t g a m e   i n t e r v i e w   |   b u l l s   v s   n u g g e t s   . . . 
   
 
   
 b a s k e t b a l l   b i l l y d o n o v a n   b i l l y d o n o v a n p o s t g a m e   b i l l y d o n o v a n p o s t g a m e   b u l l s p o s t g a m e   b u l l s p o s t g a m e   b u l l s v s n u g g e t s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s v s d e n v e r n u g g e t s   d e n v e r n u g g e t s  
  t o   t h e   b u l l s ? ? 
 i t ’ s   n o t   a s   c r a z y   a s   i t   s o u n d s ! 
 n e w   p o d   u p   o n   s p o t i f y ! 
 l i s t e n / r a t e / s u b s c r i b e 
 
 c h i c a g o b u l l s   d r a y m o n d g r e e n   g o l d e n s t a t e w a r r i o r s   b u l l s n a t i o n   s e e r e d  
c h e c k   o u t   m y   v i d e o !   o f   t h e     d r u m l i n e   f o r   c o m i n g   o u t   t o   m y   o l d   h s   f o o t b a l l   g a m e .   i t ’ s   s t i l l   s o   s u r r e a l .   l i k e   i   s t i l l   c a n ’ t   b e l i e v e   i t ! 🙊 🤯   t h a n k s   f o r   c o m i n g !   l y !   ♥ ️ ♥ ️   t i k t o k     c h i c a g o   c h i c a g o b u l l s   c h i c a g o b u l l s 2 0 2 2   c h i c a g o b u l l s d r u m l i n e
    h a p p y   b i r t h d a y   l i l   g u y ! ! !   m a y   y o u r   d a y   b e   l o a d e d   w i t h   a m a z i n g   t h i n g s   a n d   y o u   g e t   s h o w e r e d   i n   l o v e   f r o m   y o u r   d a d d y   a n d   f a m i l y ! 💯 🎂 🎉 🥳 s e e r e d   c h i c a g o b u l l s
g o   b u l l s ! 
 k o m e   o n   d u n k e r q u e ! 
 c h i c a g o b u l l s   u s l d u n k e r q u e   d u n k e r q u e
m i c h a e l   j o r d a n   o n c e   c a s u a l l y   d r o p p e d   1 0 0   p o i n t s   o n   s c o t t i e   p i p p e n ’ s   t e a m   j u s t   b e c a u s e   h e   “ t o o k   i t   p e r s o n a l l y ”     b a s k e t b a l l   c h i c a g o b u l l s
d e m a r v e l o u s   d e r o z a n   f i n d s   a n y   w a y   t o   g e t   a   b u c k e t 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
n u g g e t s   a t   b u l l s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 1  
l i v e :   p i s t o n s   a t   p e l i c a n s   . . . 
   
 
   
 b r a n d o n i n g r a m   b u l l s g a m e   b u l l s p o s t g a m e   b u l l s p r e s e a s o n   b u l l s v s p e l i c a n s   c h i c a g o b u l l s   c j m c c o l l u m   n b a   n b a n e w s   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   n e w o r l e a n s p e l i c a n s   p e l i c a n s b a s k e t b a l l   p e l i c a n s b u l l s   p e l i c a n s g a m e  
e n d e   
 e i s h o c k e y   h e r r e n   n c a a   
 1 : 4   m i n n e s o t a s t a t e m a v e r i c k s   v s   m i n n e s o t a g o l d g o p h e r s   
 b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 3 : 1 3 1   d e n v e r n u g g e t s   v s   c h i c a g o b u l l s   
 1 0 0 : 1 1 6   t o r o n t o r a p t o r s   v s   h o u s t o n r o c k e t s   
 1 1 1 : 1 0 8   m i a m i h e a t   v s   m e m p h i s g r i z z l i e s
p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   d e n v e r   n u g g e t s   1 3 1 - 1 1 3 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
t h e   f u t u r e   i s   b r i g h t   f o r   t h e   c h i c a g o b u l l s     w i t   a y o   a n d   d a l e n   t e r r y   s e e r e d   b u l l s n a t i o n
b u l l s   d e c i d i n g   t o   s w a p   g r e e n   & a m p ;   w i l l i a m s   f o r   t h e   n u g g e t s   g a m e   
   
 
   
 b a s k e t b a l l   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
d e n v e r   n u g g e t s   v s   c h i c a g o   b u l l s   -   f u l l   . . . 
   
 
   
 b u l l s v s n u g g e t s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   n u g g e t s v s b u l l s   n u g g e t s v s b u l l s 2 0 2 2  
c h i c a g o   b u l l s   n b a   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t 
 
 — — — — — —   
 
 f a s h i o n   h o t f a s h i o n   s e n p r i n t   t r e n d   n b a   c h i c a g o b u l l s     c h i c a g o   b u l l s   n b a   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t 
   -   s e n p r i n t m a r t   s t o r e 
 

z i o n   w i l l i a m s o n ' s   b a c k   i n   t h e   n b a ! 
 
 
 
 l i k e   a n d   f o l l o w   o h   s p o r t s   p h   f o r   m o r e ! 
 
 s p o r t s   u p d a t e s   t r e n d   f y p   n e w   s t o r y   e n t e r t a i n m e n t   s p o r t s n e w s   n b a   l e a g u e   z i o n w i l l i a m s o n   n e w o r l e a n s   n e w o r l e a n s p e l i c a n   c h i c a g o b u l l s  
t h e   p a w   w i t h   a   g r e a t   b l o c k ! 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
w h o   l i k e s   t h e   c h i c a g o   b u l l s ?   b e c a u s e   i   k n o w   i   d o !   c h i c a g o b u l l s   t r e n d i n g   i n f l u e n c e r s
m e   n e i t h e r !   😬 😂 🤣 
 c h i c a g o b u l l s  
r e s u l t s   o f   n b a   m a t c h e s   p r e s e a s o n   0 7 / 1 0 / 2 0 2 2 
 
 c h i c a g o b u l l s   b o s t o n c e l t i c s   n u g g e t s   h o r n e t s   k n i c k s   p a c e r s   p i s t o n s   p e l i c a n s   m a v e r i c k s   h a w k s   b u c k s   n b a i n a b u d h a b i   u s a  
c h i c a g o   b u l l s   c a m o   5 9 f i f t y   -   b l a c k   n o w   a v a i l a b l e   f r o m   r a l l y h o u s e 
 
 n e w d r o p   r a l l y h o u s e   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c a m o   5 9 f i f t y   b l a c k   h a t c r a w l e r   f i t t e d   n e w e r a c a p s   t h i s i s t h e c a p   t h e r e s a c a p f o r e v e r y d a y 
 

c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s   l i v e   c a l l   & a m p ;   . . . 
   
 
   
 b u l l s v s n u g g e t s   c h i c a g o b u l l s   c h i c a g o b u l l s b r e e z e   c h i c a g o b u l l s l i v e   c h i c a g o b u l l s l i v e g a m e   c h i c a g o b u l l s l i v e p l a y b y p l a y   c h i c a g o b u l l s l i v e s t r e a m   c h i c a g o b u l l s l i v e s t r e a m g a m e   c h i c a g o b u l l s l i v e s t r e a m t o d a y  
1 2   d a y s   t o   g o   u n t i l   b u l l s   b a s k e t b a l l   i s   b a c k !   t o d a y   w e   c e l e b r a t e   b u l l s   h o m e t o w n   c h i c a g o   h e r o   a y o   d o s u n m u .   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
w h i t n e y   y o u n g   a l u m   t o o !   c h i c a g o b u l l s  
i   l i k e   t h e   j a v o n t e   g r e e n   s t a r t .   g i v e s   t h e   s t a r t e r s   a   b e t t e r   p a c e   a n d   p a t r i c k   w i l l i a m s   p r o v i d e s   a   s p a r k   a n d   a d d i t i o n a l   s c o r i n g   o f f   t h e   b e n c h .   i n t e r e s t i n g !   c h i c a g o b u l l s
b u l l s   d e c i d i n g   t o   s w a p   g r e e n   & a m p ;   w i l l i a m s   f o r   t h e   n u g g e t s   g a m e 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o b u l l s :   t h e   k i d   f r o m   w h i t n e y   y o u n g   🔥 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   c o b y   w i t h   t h e   s m o o t h   s t r o k e ! 
 
     |       c h i c a g o b u l l s
c h i c a g o b u l l s :   d r e   t o   p a t   o n   t h e   o o p ! 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   a c   p l a y s   t o   t h e   b u z z e r   😳 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   u p   g o i n g   t o   t h e   4 t h . 
 
 p a t r i c k   w i l l i a m s :   9   p t s   ( 3 - 4   f g ) ,   1   b l k     c h i c a g o b u l l s
c h i c a g o b u l l s :   s p l a s h .     c h i c a g o b u l l s
c h i c a g o b u l l s :   p a t r i c k   w i l l i a m s   s p l a s h 
 
   |       c h i c a g o b u l l s
t h a n k s   g u y s     k e e p   i n   t h a t   w a y   f o r   t h e   r e s t   o f   t h e   s e a s o n   💪 🏽     _ o r l           s e e r e d   b u l l s n a t i o n   b u l l s   c h i c a g o b u l l s   w i n d c i t y   c h i c a g o
t h e     l o o k   f a n t a s t i c   t o n i g h t .   t h e y   l o o k   m u c h   m o r e   c o m f o r t a b l e   a n d   h a v e   m o r e   e f f o r t   t h a n   t h e   l a s t   g a m e .   
 
 i   l i k e   t h e   d i f f e r e n t   o f f e n s e ;   m o r e   f r e e - m o v i n g   a n d   c l e a n   o v e r a l l .   n o t   s o   m u c h   o n e   o r   t w o - p l a y e r   f o c u s e d .   
 
 n b a   c h i c a g o b u l l s
w a s h i n g t o n w i z a r d s   w a s h i n g t o n w i z a r d s j e r s e y s   b u f f a l o b i l l s j e r s e y s   b r a d l e y b e a l   b r a d l e y b e a l j e r s e y s   c h i c a g o b u l l s     f o r   o n l y   2 1   d o l l a r s   i f   f o l l o w   m y   p a g e    
j a m a l   m u r r a y   s u s t a i n s   t h i g h   s o r e n e s s ,   o u t   f o r   t h e   r e s t   o f   n u g g e t s - b u l l s   m a t c h   c h i c a g o b u l l s   d e n v e r n u g g e t s   j a m a l m u r r a y  
g i v e   p d u b   t h e   b a l l .   t h i s   g u y   c a n   p l a y   
 s e e r e d   c h i c a g o b u l l s
p a t r i c k   w i l l i a m s   l o o k i n g   a   l o t   m o r e   c o m f o r t a b l e   c o m i n g   o f f   t h e   b e n c h   w i t h   t h i s   s e c o n d   u n i t   c h i c a g o b u l l s
c h i c a g o b u l l s :   r e a d y   f o r   a n o t h e r   s e a s o n   o f   t h e   c a r u s h o w     c h i c a g o b u l l s
c h i c a g o b u l l s :   u p   a t   t h e   h a l f . 
 
 d e m a r   d e r o z a n :   1 9   p t s   ( 8 - 1 2   f g )     c h i c a g o b u l l s
c h i c a g o b u l l s :   w a t c h i n g   a l e x   c a r u s o   p l a y   & g t ; & g t ; & g t ; 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   c o o k i e s   🍪 🍪 🍪 🍪     c h i c a g o b u l l s
c h i c a g o b u l l s :   z a c h   j u s t   g e t s   b u c k e t s .   
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   a n d r e   d r u m m o n d   p l a y i n g   b i g   m a n   b a s k e t b a l l   o u t   t h e r e 
 
   |       c h i c a g o b u l l s
h o w   c h i c a g o   b u l l s   s q u a r e   u p   v s   . . . 
   
 
   
 a d a m s i l v e r   a l e x c a r u s o   a n d r e d r u m m o n d   a r t u r a s k a r n i s o v a s   a y o d o s u n m u   b i l l y d o n o v a n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s p o d c a s t   c h i c a g o b u l l s r u m o r s   c h i c a g o b u l l s s h o w   c h i c a g o b u l l s t a l k  
n o t   m a n y   t u r n o v e r s   t o n i g h t ?   c h i c a g o b u l l s   b u l l s n a t i o n
b u l l s   l o o k i n g   👀   g o o d   t o n i g h t !     s e e r e d   b u l l s n a t i o n   c h i c a g o b u l l s
i s   t h e   d u n k i n ’   r a c e   t h e   o n l y   r e a s o n   t o   w a t c h   t h e   2 n d   h a l f   o f   p r e s e a s o n   g a m e s ?   
 
 b u l l s     r a c e   s t a n d i n g s : 
 
 c u p p y c o f f e e   ☕ ️   1   w i n 
 d a s h i n g d o n u t   🍩   0   w i n 
 b i g g i e b a g e l   🥯   0   w i n 
 
 s e a s o n   r e c o r d :   1 - 0   + $ 2 0 0 
 
 l o c k   o f   t h e   r a c e   🔒   
 b i g g i e   b a g e l   🥯   + 2 0 0 
 
 c h i c a g o b u l l s   b u l l s n a t i o n
l i k e   o u r   c h a n c e s   o f   w e   c a n   p l a y   t h i s   c o n s i s t e n t   c h i c a g o b u l l s
i ' m   l o v i n g     o p t i m i s t i c   l o o k   o n     a n d   h i s   f r e e   t h r o w   p e r c e n t a g e   c h i c a g o b u l l s   b u l l s n a t i o n
c h i c a g o b u l l s :   n e w   g u y s   m a k i n g   t h e i r   p r e s e n c e   f e l t   😤 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   + 3   a f t e r   o n e . 
 
 n i k o l a   v u c e v i c :   8   p t s   ( 4 - 5   f g ) ,   4   r e b     c h i c a g o b u l l s
c h i c a g o b u l l s :   t h e   f o o t w o r k   🤧 
 
 _ d e r o z a n   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   z a c h   t o   d e m a r   i s   a   c o n n e c t i o n   w e   l o v e   t o   s e e . 
 
 _ d e r o z a n   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   n e w   g i f   j u s t   d r o p p e d !   c a p t i o n   t h i s   🤔 
 
   |       c h i c a g o b u l l s
s h o u t o u t   d a   n i g g a   “ w o o ” …   d a b u l l s y a b i s h   c h i c a g o b u l l s
h a p p y   3 1 s t   b i r t h d a y   🥳 ! ! !   b u l l s n a t i o n   c h i c a g o b u l l s   b a s k e t b a l l  
a   p r e s e a s o n   g a m e   b u t   a   b u l l s   g a m e   n o n e t h e l e s s . 
 
 n b a p r e s e a s o n   c h i c a g o b u l l s   d e n v e r n u g g e t s   b u l l s n a t i o n        
l e t s   g o   b u l l s s s s s s !   s e e r e d   c h i c a g o b u l l s
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 c h i c a g o b u l l s   d e n v e r n u g g e t s   n b a  
i   l u v   d a t   s h ! t   !   😍 
 s e e r e d   c h i c a g o b u l l s   🙏 🏾 
 
 💻   :    
c h i c a g o b u l l s :   w o o   g e t s   t h e   p r e s e a s o n   s t a r t   t o n i g h t   v s .   d e n v e r . 
 
   |   b u l l s n a t i o n     c h i c a g o b u l l s
c h i c a g o b u l l s :   t h e   r o o k i e   w a r m i n g   u p   i n   t h e   a g e n t   g i l   z e r o   u n d r c r w n   l o w s . 
 
   |   b u l l s k i c k s     c h i c a g o b u l l s
c h i c a g o b u l l s :   f l i g h t   8   i s   i n   t h e   b u i l d i n g . 
 
   |       c h i c a g o b u l l s
c h i c a g o b u l l s :   p r e s e a s o n   g a m e ✌ ️ o n   d e c k !     c h i c a g o b u l l s
t h i s   f i t   i s   s o m e t h i n g   💀 c h i c a g o b u l l s   s e e r e d  
▶ ️ w a t c h   a l l   n b a   b a s k e t b a l l   s u m m e r   g a m e s   l i v e   f r e e   & a m p ;   f u l l   h d ✅ 
 
 n b a   n h l   m l b   c h i c a g o b u l l s   t o r o n t o   r a p t o r s   w e t h e n o r t h   r t z   h o u s t o n   r o c k e t s   h o u s t o n r o c k e t s   d e t r o i t   p i s t o n s   d e t r o i t p i s t o n s   n o b r a k e s   n e w o r l e a n s   p e l i c a n s   p e l i c a n s n b a   w o n t b o w d o w n   w b d
w h y   l o w e ' s   d i s r e s p e c t f u l   r a n k i n g   o f   t h e   b u l l s   w o n ' t   a g e   w e l l   ( p i p p e n   a i n ' t   e a s y ) 
 
 j u s t   a   m e r e   w e e k   a w a y   f r o m   t h e   r e g u l a r   s e a s o n   t i p p i n g   o f f ,   t h e   c h i c a g o   b u l l s   h a v e   t o   b e   i t c h . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   c h i c a g o b u l l s   n b a
s t a c e y   r e m e m b e r s   w a y m a n   t i s d a l e   b e i n g   t h e   b i g   m a n   o n   c a m p u s .     g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   n b a   p o d c a s t   n b a p o d c a s t   s e e r e d  
a n t o i n e   c a r r   o n   h i s   c o l l e g e   t e a m m a t e   c l i f f   l e v i n g s t o n .     g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   n b a   p o d c a s t   n b a p o d c a s t   s e e r e d  
c h i c a g o b u l l s :   p r e s e a s o n   b a l l   c o n t i n u e s   t o n i g h t   v s .   d e n v e r . 
 
 📬 :     m a i l b a g :   c h i c a g o b u l l s
m o r e   b i g   n e w s   f r o m   c a s t u s   b r a n d   .   t h e i r   n e w   p a r t n e r s h i p   w i t h     s t a r   a y o   d o s u n m u   i s   m a k i n g   h e a d l i n e s .   c l i c k   t o   s e e   m o r e   i n   t h i s     n e w s   f e a t u r e :     
 
 c l e v e l a n d a v e n u e   c a p o r t f o l i o   a y o f o o d s   c h i c a g o b u l l s  
1 2   d a y s   t o   g o   u n t i l   b u l l s   b a s k e t b a l l   i s   b a c k !   t o d a y   w e   c e l e b r a t e   b u l l s   h o m e t o w n   c h i c a g o   h e r o   a y o   d o s u n m u .   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
b e a r s   o f f e n s e   n e e d s   t i m e   t o   b u i l d   c h e m i s t r y   |   n b c   s p o r t s   c h i c a g o 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b e a r s   c h i c a g o b u l l s   d a v e w a n n s t e d t   d a v i d k a p l a n   e a s t e r n c o n f e r e n c e   j u s t i n f i e l d s   m i n n e s o t a v i k i n g s   n b c s p o r t s c h i c a g o   n f l   r o b e r t q u i n n   u n f i l t e r e d   v i k i n g s  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n v i i   a i r j o r d a n 7   b u l l s   1 9 9 2   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
a r r i v e d   i n   c h i c a g o   y e s t e r d a y   a n d   g o t   s e t t l e d   w i t h   a   q u i c k   w a l k   a b o u t   a n d   s o m e   f o o d .   
 o f f   f o r   b r e a k f a s t   a n d   t h e   e x p o   t h i s   m o r n i n g   b e f o r e   s e e i n g   t h e   c h i c a g o   b u l l s   t o n i g h t .   
 
 c h i c a g o b u l l s   c h i m a r a t h o n   c h e e s e c a k e f a c t o r y  
c h i c a g o   b u l l s   5 9 f i f t y   6 x   n b a   c h a m p i o n s   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   5 9 f i f t y   6 x   c h a m p i o n s   h a t c r a w l e r   f i t t e d   n e w e r a h a t 
 

“ w o r t h l e s s ”   j a m e s   j o r d a n   h u m i l i a t e d   m i c h a e l   j o r d a n   o n l y   t o   b o o s t   h i s   c o m p e t i t i v e   g e n e     c h i c a g o b u l l s   n b a
c h i c a g o b u l l s :   f r i d a y   n i g h t   b u l l s   h o o p s   c o m i n g   u p . 
 
 📺 :   
 📻 :       c h i c a g o b u l l s
c h i c a g o   b u l l s & a m p ; 3 9 ;   f l a w s   s h o w   u p   i n   p r e s e a s o n   g a m e   v s .   n e w   o r l e a n s   p e l i c a n s 
   
 
   
 a y o d o s u n m u   b i l l y d o n o v a n   b u l l s t a l k p o d c a s t   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   n b a   n b c s p o r t s c h i c a g o   n e w o r l e a n s p e l i c a n s   p a t r i c k w i l l i a m s   z i o n w i l l i a m s o n  
i n k t o b e r   d a y   6   -   d e m a r 
 
 l e t t e r i n g   d e m a r d e r o z a n   c h i c a g o b u l l s   b u l l s   c a l l i g r a p h y   b l a c k l e t t e r   f r a k t u r   n b a   n b a d e s i g n   n b a a r t   d e r o z a n   h a n d l e t t e r i n g  
“ w o r t h l e s s ”   j a m e s   j o r d a n   h u m i l i a t e d   m i c h a e l   j o r d a n   o n l y   t o   b o o s t   h i s   c o m p e t i t i v e   g e n e     c h i c a g o b u l l s   n b a
1 3   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o f f i c i a l l y   b e g i n s .   b u l l s   1 3   j o a k i m   n o a h   w a s   a   f a n   f a v o r i t e ,   e p i t i m i z i n g   h e a r t ,   h u s t l e   a n d   m u s c l e   i n   a   c h i c a g o   b u l l s   u n i f o r m .   h i s   t r a d e m a r k   " t o r n a d o "   f r e e   t h r o w   s h o t   w a s   a s   u n i q u e   a s   j o a k i m   h i m s e l f . 
 
 c h i c a g o b u l l s . . .    
m y   s g   s e e r e d   c h i c a g o b u l l s   n e w b a l a n c e   z a c h l a v i n e  
c h i c a g o   b u l l s   ' c o r e   w h e a t   t o n a l '   5 9 f i f t y   w h e a t   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   w h e a t   t o n a l   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   o l i v e   t o n a l '   5 9 f i f t y   o l i v e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   o l i v e   t o n a l   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   w h i t e / b l a c k '   5 9 f i f t y   w h i t e / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   w h i t e b l a c k   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   s c a r l e t / b l a c k '   5 9 f i f t y   s c a r l e t / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   s c a r l e t b l a c k 
 

c h i c a g o   b u l l s   ' c o r e   g r e y / b l a c k / w h i t e '   5 9 f i f t y   g r e y / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   g r e y b l a c k w h i t e 
 

c h i c a g o   b u l l s   ' c o r e   c a m o '   5 9 f i f t y   c a m o / w h i t e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   c a m o   5 9 f i f t y   c a m o w h i t e 
 

c h i c a g o   b u l l s   p r e s e a s o n   g a m e   1   t a k e   a w a y s   b u l l s v s p e l i c a n s   c h i c a g o b u l l s     v i a  
  a t t e n t i o n   c h i c a g o b u l l s :     s t a r t   t a n k i n g   i m m e d i a t e l y
1 9 9 6   e a s t e r n   c o n f e r e n c e   f i n a l s   g a m e   . . . 
   
 
   
 1 9 9 0 s   b a s k e t b a l l   b l a n k   b u t t o n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c l a s s i c   c l a s s i c g a m e   d e n n i s r o d m a n   e a s t   e a s t e r n c o n f e r e n c e   g a m e o n e   g l i t c h   m i c h a e l j o r d a n   n b a f i n a l s   n b a p l a y o f f s   o r i g i n a l b r o a d c a s t   p l a y  
s h o p   a i r j o r d a n     p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m j m o n d a y s   m i c h a e l j o r d a n   j o r d a n   b u l l s   c h i c a g o b u l l s   b u l l s n a t i o n
k e n d a l l   g i l l   t a l k s   h i s   n b a   d r a f t   . . . 
   
 
   
 2 0 2 2 n b a d r a f t   a d a m s i l v e r   a l e x c a r u s o   a r t u r a s k a r n i s o v a s   a y o d o s u n m u   b i l l y d o n o v a n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s p o d c a s t   c h i c a g o b u l l s r u m o r s   c h i c a g o b u l l s s h o w   c h i c a g o b u l l s t a l k  
c h i c a g o b u l l s :   t o n g u e   o u t   l i k e   2 3 .     c h i c a g o b u l l s
2 0 1 6 - 1 7   u p p e r   d e c k   s u p r e m e   h a r d c o u r t   m i c h a e l   j o r d a n   🐐 
 
 i t e m   n u m b e r :   2 2 1 0 0 3 0 4 0 4 0 7 8 1 6 
 
 n b a   b a s k e t b a l l   l e g e n d   g o a t   c h i c a g o   b u l l s   c h i c a g o b u l l s   m i c h a e l   j o r d a n   m i c h a e l j o r d a n   m j   u p p e r d e c k   t r a d i n g c a r d s  
1 3   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o f f i c i a l l y   b e g i n s .   b u l l s   1 3   j o a k i m   n o a h   w a s   a   f a n   f a v o r i t e ,   e p i t i m i z i n g   h e a r t ,   h u s t l e   a n d   m u s c l e   i n   a   c h i c a g o   b u l l s   u n i f o r m .   h i s   t r a d e m a r k   " t o r n a d o "   f r e e   t h r o w   s h o t   w a s   a s   u n i q u e   a s   j o a k i m   h i m s e l f . 
 
 c h i c a g o b u l l s . . .    
s h o p   a i r j o r d a n     p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m j m o n d a y s   m i c h a e l j o r d a n   j o r d a n   b u l l s   c h i c a g o b u l l s   b u l l s n a t i o n
o n   t h i s   d a y   i n   1 9 9 3 ,   m i c h a e l   j o r d a n   🐐   a n n o u n c e d   h i s   r e t i r e m e n t   f r o m   t h e   n b a   a f t e r   n i n e   s e a s o n s   a n d   t h r e e   c h a m p i o n s h i p s   w i t h   t h e   c h i c a g o b u l l s .   
 
 d o   y o u   r e m e m b e r   h e a r i n g   t h e   n e w s   f o r   t h e   f i r s t   t i m e ? 
 
 n b a   
 

    s t o r i e s   l i k e   t h i s   m a k e   m e t a l   c o n c e r t s   e v e n   b e t t e r ! ! !           e d d i e   i r o n m a i d e n   c h i c a g o b u l l s       m i c h a e l j o r d a n  
a l l   y e a r   a r o u n d ,   n e w   g e a r   i s   a r r i v i n g   f o r   t h e   ,   ,     & a m p ;     +   f r e e   s h i p p i n g   o v e r   $ 5 9 ! 
 
 s h o p :   
 
 c h i c a g o c u b s   c u b s   c h i c a g o b e a r s   d a b e a r s   b e a r s   c h i c a g o b u l l s   b u l l s n a t i o n   c h i c a g o b l a c k h a w k s   b l a c k h a w k s  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n i x   a i r j o r d a n 9   b u l l s   1 9 9 4   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
c h i c a g o b u l l s :   t h e   m a n   i n   t h e   a r e n a .     c h i c a g o b u l l s
o n   t h i s   d a y   i n   s p o r t s :   m i c h a e l   j o r d a n   r e t i r e d   f r o m   t h e   n b a . 
   
 n b a   m i c h a e l j o r d a n   c h i c a g o b u l l s 

a y o   d o s u n m u 
 f o r   n b a 2 k 2 3 
 p a i d   r e q u e s t 
 - h d   f a c e   t e x t u r e 
 - u p d a t e d   t a t t s 
 - 4   s w i t c h i n g   h a i r   s t y l e   ( i n c l u d e s   m e d i a   d a y   l o o k   h a i r s t y l e ) 
 - m o v i n g   h a i r 
 a e g m o d d i n g 
 a e o c f m o d d i n g   
 a y o d o s u n m u   
 c h i c a g o b u l l s  
h a v e n ’ t   s e e n   a n y o n e   s a y   t h i s   y e t ,   b u t   w h e n   t h e   b u l l s   p l a y e d   i n   t h e   f i r s t   q u a r t e r   i   f e l t   l i k e   i   w a s   w a t c h i n g   a   g a m e   f r o m   l a s t   s e a s o n   t h e y   d i d n ’ t   l o o k   g o o d   a t   a l l   i   k n o w   i t ’ s   o n l y   p r e s e a s o n     .   .   .   i   h o p e   t h e y   l o o k   b e t t e r   t o m o r r o w   🤷 🏾 ‍ ♂ ️   s e e r e d   b u l l s n a t i o n   c h i c a g o b u l l s  
a l m o s t   a   y e a r   a g o ,   i   w a s   a   s p u r s   f a n   c o m i n g   i n   p e a c e   t o   p r a i s e   d e m a r .   t o d a y ,   i   h a v e   m o v e d   t o   y o u r   a m a z i n g   c i t y ! 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
n e w   o r l e a n s   p e l i c a n s   v s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t   w a r r i o r s h i g h l i g h t  
t h e   f u t u r e   i s   n o w   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
w a s   g o i n g   t o   p o s t   t h i s   o n   h i s   b i r t h d a y   ( y e s t e r d a y )   b u t   h a d   a   b u s y   w e e k !   d e r r i c k   r o s e   🌹 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
m a d e   a   b i g   t i m e   i m p r e s s i o n   a t   h i s   f i r s t   g a m e   a s   a   c h i c a g o   b u l l !     b u l l s n a t i o n   c h i c a g o b u l l s       v i d e o  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
1 4   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r   v s   t h e   m i a m i   h e a t !   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r   a s   w e   g i v e   y o u   e v e r y t h i n g   y o u   n e e d ,   e v e r y   t i m e   y o u   w a t c h ! 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n . . .    
      g o   b u l l s   c h i c a g o b u l l s
b u l l s   p i c k e d   u p   f o u r t h - y e a r   o p t i o n   o n   p a t   w i l l i a m s   c h i c a g o b u l l s   p a t r i c k w i l l i a m s  
s t o p   b y   f o r   t o m o r r o w ’ s   e p i s o d e !   l i v e   a t   5   w e   h a v e   t h e   o r i g i n a l   “ b i g   d a w g ”   
 s t r e a m   l i v e :                                 g t h s   b u l l s n a t i o n   c h i c a g o b u l l s   n b a   p o d c a s t   b u l l s  
c h i c a g o b u l l s 
 b u l l s   b u l l s n a t i o n   
 f i r s t   o f   m a n y   😏  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l a s t   n i g h t   w a s   t h e   b e s t .   2 5   🖤 ❤ ️ 🖤   c h i c a g o b u l l s
1 9 9 8 - 9 9   f l e e r   u l t r a   s c o t t i e   p i p p e n   1 0 0   c h i c a g o b u l l s   b u l l s n a t i o n   b u l l s   
 
 $ 3   e a c h   o r   $ 5   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
d e r o s e n   j e r s e y   c a m e   j u s t   i n   t i m e   f o r   t h e   f i r s t   p r e s e a s o n   g a m e !   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
d a l e n   t e r r y   w i t h   s o m e   e x c i t i n g   m o m e n t s   i n   t h e   p r e s e a s o n   o p e n e r 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
n e w   o r l e a n s   p e l i c a n s   v s   c h i c a g o   b u l l s   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 b u l l s v s p e l i c a n s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   p e l i c a n s v s b u l l s  
t h a n k   y o u   c h i c a g o b u l l s  
w e s t s i d e   w a r r i o r s   1 2 u   t o   c o o p e r s t o w n   d r e a m s     i t b l   w s b l   u s a b a s e b a l l   c h i c a g o c u b s   c h i c a g o w h i t e s o x   c h i c a g o b u l l s   c h i c a g o b e a r s
s h e   w a s   t h e   b a d d e s t .   i   w a s   t h e   r e a l e s t   
 
 c h i c a g o b u l l s   w i n d y c i t y   c h i t o w n  
y o u n g e s t     m v p   i n   h i s t o r y .   n o   q u e s t i o n     b e t t e r   r e t i r e     j e r s e y !   n b a   d e r r i c k r o s e   b a s k e t b a l l   m v p   c h i c a g o b u l l s  
x - r a y   f o r   d a l e n   t e r r y   j u s t   c a m e   i n … . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
n e w   o r l e a n s   p e l i c a n s   v s   c h i c a g o   b u l l s       f u l l   g a m e   h i g h l i g h t s       . . . 
   
 
   
 b u l l s p e l i c a n s   b u l l s v s p e l i c a n s   b u l l s v s p e l i c a n s f u l l g a m e h i g h l i g h t s   b u l l s v s p e l i c a n s h i g h l i g h t s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s v s n e w o r l e a n s p e l i c a n s f u l l g a m e h i g h l i g h t s  
1 4   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r   v s   t h e   m i a m i   h e a t !   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r   a s   w e   g i v e   y o u   e v e r y t h i n g   y o u   n e e d ,   e v e r y   t i m e   y o u   w a t c h ! 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n . . .    
p o s t   g a m e   t h r e a d :   t h e   n e w   o r l e a n s   p e l i c a n s   d e f e a t   t h e   c h i c a g o   b u l l s   1 2 9 - 1 2 5 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
i   r e a l i z e d   w h a t   a r t u r a s   k a r n i s o v a s ' s   t e a m   b u i l d i n g   s t r a t e g y   i s   f o r   t h e   b u l l s .   o n l y   a c q u i r e   p l a y e r s   w h o s e   b o d i e s   n a t u r a l l y   p r o d u c e   e y e l i n e r   c h i c a g o b u l l s  
m y   s o n   w a s   s t u n t i n g   o n   h a t   d a y   a t   s c h o o l   🔥   m i n i j o r d a n   s t u n t i n l i k e m y d a d d y   t e a m c o u g h   b a l l e r   c h i c a g o b u l l s   m i c h a e l j o r d a n   b r y c e i a n   @   f l i n t ,   m i c h i g a n  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   f u l l   h i g h l i g h t s   2 n d   q t r   | n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n x i   a i r j o r d a n 1 1   b u l l s   1 9 9 5   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
c h i c a g o b u l l s :   " w e   g o t   a   b a b y   c o o k i e   m o n s t e r ! "   🍪     c h i c a g o b u l l s
b u l l s   p i c k   u p   p l a y e r   o p t i o n   f o r   p a t r i c k   w i l l i a m s   c h i c a g o b u l l s   p a t r i c k w i l l i a m s  
  m a d e   a   b i g   t i m e   i m p r e s s i o n   a t   h i s   f i r s t   g a m e   a s   a   c h i c a g o   b u l l !     b u l l s n a t i o n   c h i c a g o b u l l s  
c h i c a g o b u l l s :   d e m a r   d e r o z a n   l e d   t h e   w a y   w i t h   2 1   p o i n t s   i n   2 3   m i n u t e s   i n   o u r   p r e s e a s o n   o p e n e r . 
 
 📰 :     g a m e   r e c a p :   c h i c a g o b u l l s
n b a v i d e o s :   z i o n ' s   f i r s t   b u c k e t   b a c k   👀   
   
 
   
 b a s k e t b a l l   b a s k e t b a l l v i d e o s   c h i c a g o b u l l s   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 1 6   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v l o g   t e a m 1 6 1 0 6 1 2 7 4 1   v i d e o   v i d e o s   v l o g  
n e e d   h e l p   i d e n t i f y i n g   w h a t   g a m e   t h i s   f r o m 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c h i c a g o b u l l s :   v o o c h   l o o k e d   s t r o n g   i n   o u r   p r e s e a s o n   o p e n e r . 
 
 1 5   p t s   |   1 0   r e b   |   6 - 9   f g   |   3   s t l   |   4   b l k     c h i c a g o b u l l s
e p i s o d e   1   o u t   n o w ! 
 r e c a p p i n g   l a s t   n i g h t s   g a m e ,   w h a t   t o   e x p e c t   f r o m   t h i s   t e a m   g o i n g   f o r w a r d ,   a n d   s o m e   m a j o r   d a l e n   t e r r y   t a l k   h e r e ! 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   s e e r e d   
 

  p l a y e d   b e a u t i f u l l y   l a s t   n i g h t .   h e   g a i n e d   m y   r e s p e c t ,   s h o w e d   a   l o t   o f   p o t e n t i a l . 
 
 s o   d i d     ❗ ️ r o o k i e   s h o w i n g   s o   m u c h   p o t e n t i a l 
 
 b u l l s   j u s t   n e e d   b e t t e r   d e f e n s e   i m o 
 
 b u l l s n a t i o n   c h i c a g o b u l l s   n b a
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d e r o s e n   j e r s e y   c a m e   j u s t   i n   t i m e   f o r   t h e   f i r s t   p r e s e a s o n   g a m e ! 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
g a m e   t h r e a d :   n e w   o r l e a n s   p e l i c a n s   ( 0 - 0 )   a t   c h i c a g o   b u l l s   ( 0 - 0 )   o c t   0 4   2 0 2 2   8 : 3 0   p m   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
k e y s   f o r   c h i c a g o   b u l l s   v s     z i o n   . . . 
   
 
   
 a d a m s i l v e r   a l e x c a r u s o   a n d r e d r u m m o n d   a r t u r a s k a r n i s o v a s   a y o d o s u n m u   b i l l y d o n o v a n   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s p o d c a s t   c h i c a g o b u l l s r u m o r s   c h i c a g o b u l l s s h o w   c h i c a g o b u l l s t a l k  
k b   & a m p ;   m j   -   
 a v a i l a b l e   f o r   v i e w i n g   f r o m   
 
 d i r e c t   m e s s a g e   f o r   m o r e   i n f o r m a t i o n 
 
 s i z e :   1 5 0   x   1 0 0 c m 
 m e d i u m :   m i x e d   m e d i a 
 y e a r :   2 0 2 2   
 e d i t i o n :   1   o f   1 
 
 b o o g i e m o l i   m i c h a e l j o r d a n     k o b e b r y a n t   m v p   m j   k b     n b a   l o s a n g e l e s l a k e r s     c h i c a g o b u l l s   k o b e   j o r d a n  
c h i c a g o   b u l l s   w e   g o i n g   h a r d   t h i s   s e a s o n   💪 ❤ ️ 
 n b a t w i t t e r   n b a p r e s e a s o n   c h i c a g o b u l l s   b u l l s n a t i o n
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   w a s   o n   t n t   ( u s a ) .   c o - c o m m e n t a t o r   i s   g r e g   a n t h o n y .   r e p o r t e r   i s   s t e p h a n i e   r e a d y .     f o r   m o r e   d e t a i l s   s e e     c h i c a g o b u l l s   n e w o r l e a n s p e l i c a n s   t n t u s a
a l e x   c a r u s o   b e c a m e   m i c h a e l   j o r d a n   f o r   a   m i n u t e   w i t h   a   c r a z y   s p i n .   
 f u l l   v i d e o   l i n k :   
 
 n b a   n b a 2 k 2 3   b u l l s n a t i o n   c h i c a g o b u l l s   c a r u s h o w   b a l d m a m b a   b a s k e t b a l l   깊 은 향 기 로 _ 남 을 _ 정 한 이 의 _ 스 물 여 덟  
  f r e e m a r k o   w h y   d o e s   d o n o v a n   h a t e   t o   p l a y   o u r   g u y       b u l l s n a t i o m   c h i c a g o b u l l s   m a r k o h o u r s
g a m e   t h r e a d :   n e w   o r l e a n s   p e l i c a n s   ( 0 - 0 )   a t   c h i c a g o   b u l l s   ( 0 - 0 )   o c t   0 4   2 0 2 2   8 : 3 0   p m 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
i t ’ s   g o o d   t o   b e   b a c k   h o m e   🫶 🏽   t o u g h   l o s s   🤧   i t ’ s   o n l y   p r e s e a s o n   t h o   💯   u s e   m y   c o d e   “ s h o r t y a ”   t o   g e t   $ 2 0   o f f   y o u r   f i r s t   p u r c h a s e   o n   s e a t g e e k   🎟 ️ 🚨 b u l l s n a t i o n   c h i c a g o b u l l s  
l o v e   t h e   i n t r o !   
   
 b u l l s p e l i c a n s   
 u n i t e d c e n t e r   
 c h i c a g o b u l l s   
 b u l l s n a t i o n  
1 5   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r !   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r   a s   w e   g i v e   y o u   e v e r y t h i n g   y o u   n e e d ,   e v e r y   t i m e   y o u   w a t c h ! 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n   b u l l s n a t i o n . . .    
t o u g h   l o s s   🤧 !   b u l l s n a t i o n   c h i c a g o b u l l s  
b u l l s   l o s e   a   c l o s e   o n e !   t h i s   w a s   a   g r e a t   g a m e   t o w a r d s   t h e   e n d .   y o u n g   g u y s   d i d   t h e i r   t h i n g !   i   c a n ’ t   w a i t   u n t i l   w e ’ r e   i n   g a m e   s h a p e !   l e t ’ s   k e e p   i t   g o i n g !   c h i c a g o b u l l s
w e   n e e d   t o   s e e     m o r e   t h i s   s e a s o n .   h i s   e n e r g y   w a s   i n s a n e   t o n i g h t . 
 
 c h i c a g o b u l l s   s e e r e d   b u l l s   n b a p r e s e a s o n   n b a  
f i r s t   b u c k e t   b y   k o s t a s   💪 🏽 ‼ ️   b u l l s n a t i o n   c h i c a g o b u l l s  
    e n e r g y   e n e r g y   e n e r g y     c h i c a g o b u l l s   b u l l s
    e n e r g i z e r :     c h i c a g o b u l l s   b u l l s
d a l l e n   t e r r y   o u t   h e r e   s n a p p ' n ! 
 d a b u l l s   
 c h i c a g o b u l l s
t h e   b u l l s   a r e   w i n n i n g ! !   😬 
 
 c h i c a g o b u l l s   b u l l s v s p e l i c a n s
n a h ,   t h e   n b a   i s   s o f t   i f   t h a t   d a l e n   t e r r y   c e l e b r a t i o n   w a s   a   t e c h .   w o o o w .   c h i c a g o b u l l s
t h e m   b o y z   t e r r y   a n d   h i l l   a r e   c r a z y   c h i c a g o b u l l s   s e e r e d   b u l l s n a t i o n
l e t s   g o o o o   🐂 🔥   b u l l s n a t i o n   c h i c a g o b u l l s  
y o u n g   s q u a d   s h o w s   s o   m u c h   p r o m i s e ,   v e r y   h a p p y   r i g h t   n o w   c h i c a g o b u l l s
t h e   k i d s   a r e   a l r i g h t !   c h i c a g o b u l l s
t h e s e   b u l l s   d o n ’ t   q u i t   😤   c h i c a g o b u l l s   b u l l s n a t i o n       l e t ’ s   g o o o o o ! !
l e t s   g o ! !   😃 💪   b u l l s n a t i o n   c h i c a g o b u l l s
k e e p   o n   c o o k i n g   d a l e n   t e r r y   🧑 ‍ 🍳 🍳   c h i c a g o b u l l s
b u l l s   o p e n   p r e s e a s o n   v s .   p e l i c a n s ,   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   j u s t i n f i e l d s   m a t t e b e r f l u s   n b a   n b c s p o r t s c h i c a g o   n f l   p a t r i c k w i l l i a m s   r y a n p o l e s   u n f i l t e r e d   u n i v e r s i t y o f i l l i n o i s   z a c h l a v i n e  
w h y   t f   i s   m a r k o   s i m o n i v i c   s t i l l   n o t   p l a y i n g   i n   t h e   n b a ?   b u l l s   c h i c a g o b u l l s   n b a
f i r s t   b u c k e t   b y   t h e   r o o k   ⭐ ️     b u l l s n a t i o n   c h i c a g o b u l l s  
r o o k i e   c h e c k i n g   i n   👀 🔴     b u l l s n a t i o n   c h i c a g o b u l l s  
2   a r e a s   i   w a s   a n d   a r e   l o o k i n g   f o r ,   v u c   c l o s e   t o   a l l   s t a r   s t a t u s   a n d   p w i l l   b e i n g   a g g r e s s i v e   a n d   n o   h e s i t a t i o n   o n   s h o t s   e s p   t h e   3   b a l l . . .   v u c   d e l i v e r i n g   a n d   p w i l l   s t i l l   o v e r t h i n k i n g . . .   b u t   s m a l l   s t e p s . . . w e   g o t   2   w e e k s   s e e r e d   👀 🔴   c h i c a g o b u l l s
e v e n   a t   f u l l   s t r e n g t h ,   t h e   b u l l s   a r e   g o i n g   t o   n e e d   a   r i m   p r o t e c t e r :     c h i c a g o b u l l s   b u l l s
t h i s   y o u t h   h o o p s   k i d   i s   t h e   f u c k i n g   b e s t ,   i   h o p e   s o m e o n e   g o t   h i m   s a y i n g   " t h i s   i s   a m a z i n g "   c h i c a g o b u l l s   b u l l s n a t i o n
n e w   s e a s o n 
 n e w   t h r e a d 
 n e w   m e 
 
 t h e     f i n a l   2 0 2 1 - 2 2     r a c e   s t a n d i n g s : 
 
 c u p p y c o f f e e   ☕ ️   3 2   w i n s 
 d a s h i n g d o n u t   🍩   3 0   w i n s 
 b i g g i e b a g e l   🥯   3 0   w i n s 
 
 r e c o r d   l a s t   s e a s o n :   4 4 - 2 9   + $ 5 , 9 0 0 
 
 l o c k   o f   t h e   r a c e   🔒   
 c u p p y   c o f f e e   ☕ ️   + 2 0 0 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   s e e r e d
h e y   i t ' s   r e v e a l i n g   i t s e l f   a g a i n .   t h e   b u l l s   n e e d   a   r i m   p r o t e c t o r :     c h i c a g o b u l l s   b u l l s
u g l y   s t a r t .   p o o r   b a l l   m o v e m e n t ,   l a c k   o f   h u s t l e ,   b a d   s h o t   m a k i n g ,   l o u s y   d e f e n s i v e   e f f o r t ;   d r a g i c   l o o k s   w a s h e d ,   c o b y   l o o k s   l i k e   c o b y …   z a c h   a n d   d e m a r   p l a y i n g   i s o   b a l l   a n d   n o t   l o o k i n g   i n   s y n c .   t e l l i n g   m y s e l f .   b u t   e v e n   f o r   p r e s e a s o n   t h i s   i s   c o n c e r n i n g   c h i c a g o b u l l s
u n t i l   l o n z o   c o m e s   b a c k   t h i s   b u l l s   t e a m   i s   g o i n g   s t r u g g l e .   i t ' s   u n f o r t u n a t e   b u t   h o p e f u l l y   h e   w i l l   b e   b a c k   s o o n e r   t h a n   l a t e r .   c h i c a g o b u l l s   l o n z o b a l l   n b a
“ h o w   m u c h   d o e s   d r a g i c   h a v e   l e f t   i n   t h e   t a n k ? ”     c h i c a g o b u l l s   g o b u l l s  
a f t e r   w a t c h i n g   z i o n   a l m o s t   d e c a p i t a t e     u n d e r n e a t h   t h e   r i m ,   i t ' s   n i c e   t o   k n o w   t h e   o f f i c i a l s   s t i l l   d o n ' t   l i k e   c a l l i n g   f o u l s   o n   o u r   g u y s .   c h i c a g o b u l l s  
w h e r e ' s   a r e   y o u n g   t a l e n t   c h i c a g o b u l l s
j o n a t h a n   m a j o r s   t o   p l a y   d e n n i s   r o d m a n   i n   t h e   f i l m   ' 4 8   h o u r s   i n   v e g a s ' . . .   o u t l o u d c u l t u r e       4 8 h o u r s i n v e g a s   j o n a t h a n m a j o r s   c h i c a g o b u l l s   d e n n i s r o d m a n   e n t e r t a i n m e n t   f e a t u r e d   f i l m   m o v i e   t v 
 
  
s h o o t i n g   7 0 %   f r o m   t h e   f i e l d ?     g o b u l l s   c h i c a g o b u l l s  
d e m a r   d e r o z a n   i s   n o t   t h a t   g u y   . .   n e v e r   b e e n   t h a t   g u y   . .   n o b d o d y   w i l l   e v e r   t e l l   m e   s h i t   … 
 
 d e m a r d e r o z a n   c h i c a g o b u l l s   n b a b a s k e t b a l l   n b a   …
i   d o n ’ t   k n o w   w h y   b u t   d u d e s   w e a r i n g   o n e   c o m p r e s s i o n   s o c k   o n   o n e   l e g   b u g s   m e . .   e i t h e r   d o   b o t h   o r   n o n e   a t   a l l …   c h i c a g o b u l l s
  f i r s t   p r e s e a s o n   g a m e . 
 f a n t a s y   d r a f t   a   w e e k   f r o m   t o m o r r o w . 
 3 r d   p i c k   t h i s   y e a r . 
 💁 🏽 ‍ ♂ ️   y o u ’ v e   b e e n   w a r n e d   🤷 🏽 ‍ ♂ ️ 
 c h i c a g o b u l l s   f a n t a s y b b a l l   b b a l l s e a s o n   s o n s o f j o r d a n   s o o n c o m e   s e e r e d              
a l r e a d y   n o t   a   f a n   o f   d r a g i c …   c h i c a g o b u l l s
s l o p p y   1 s t   q u a r t e r   f o r   t h e   b u l l s   s m h   😑   b u l l s n a t i o n   c h i c a g o b u l l s
r o u g h   1 s t   q u a r t e r .   😢   c h i c a g o b u l l s
d r a g i c   r i g h t   n o w 
 
 c h i c a g o b u l l s  
p i c   f r o m   l a s t   s e a s o n ,   b u t   s t i l l   r o c k i n g   t h e   d o u g   m c d e r m o t t   j e r s e y   f o r   t h e   s e a s o n   ( w h i t e   g u y   r e t r o   f e s t i v a l   j e r s e y   s e a s o n   n e v e r   e n d s )   c h i c a g o b u l l s   b u l l s   n b a  
t h a t   b e t t e r   b e   n e r v e s   g r a g i c . . d o n ' t   b r i n g   t h a t   m e s s   t o   c h i c a g o   c h i c a g o b u l l s
g o o d   b l o c k   v u c ! 
 
 c h i c a g o b u l l s
🏀   b a s k e t b a l l :   c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   -   n b a 
 ⏰   0 8 . 3 0   u t c + 7 
 ➡   
 
 b a s k e t b a l l   a m e r i c a n   u s a   n b a f a n s   c h i c a g o b u l l s   n e w o r l e a n s p e l i c a n s
n o t   t h e   b e s t   s t a r t   😅 
 
 s e e r e d   c h i c a g o b u l l s  
b u l l s   g e t t i n ’   f r i e d   t o   s t a r t   t h e   g a m e .   h a v e n ’ t   w e   l e a r n e d   f r o m   l a s t   y e a r ’ s   m i s t a k e s ?   😩 😩   c h i c a g o b u l l s
h e y !   i t ’ s   m y   f r i e n d s   f i r s t   g a m e !     _ s p a c e   c h i c a g o b u l l s   m y f i r s t g a m e  
i ' m   s o   h y p e d   f o r   t h i s   g a m e   a n d   i t ' s   o n l y   p r e s e a s o n . t i m e   t o   l i g h t   t h i s   s i g n   b a c k   u p ! 
 
 c h i c a g o b u l l s   s e e r e d  
b u l l s   t i m e   c h i c a g o b u l l s   p o w e r c l a p  
h e r e   i s   f i n g e r s   c r o s s e d   🤞   t o   a   f a l l /   w i n t e r   f i l l e d   w i t h   l o t s   o f     a n d     e l e c t r i c   c a l l s .         c h i c a g o b u l l s   d a b u l l s   n b a
b u l l s   b a s k e t b a l l   i s   b a c k . . .   l e t ' s   g o !   🐃 🏀 💪 🏾 
 c h i c a g o b u l l s   c h i c a g o   b u l l s   c h i c a g o n a t i o n   b u l l s n a t i o n   c h i c a g o b a s k e t b a l l   b u l l s b a s k e t b a l l     b u l l i e v e   s e e r e d   👀 🟥      
f i r s t   g a m e   o f   t h e   s e a s o n !   l e t ’ s   g o o o o o   c h i c a g o b u l l s
w h a t   i f …   d e r r i c k   r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   d e r r i c k r o s e   d r o s e   n b a t w i t t e r  
h o w   w a s   e v e r y o n e ’ s   o f f - s e a s o n ?   t a l k   t o   m e .   c h i c a g o b u l l s
c h i c a g o   v s   n e w   o r l e a n s 
         (   0 3 : 3 0   g m t + 2   ) 
 g a m e d a y   n b a   n b a p r e s e a s o n   n b a j a p a n g a m e s   
 l i v e   l i v e s t r e a m   b a s k e t b a l l   c h i c a g o b u l l s     n e w o r l e a n s   p e l i c a n s   
               🏀 l i n k   ⬇ ️ 

[ k . c .   j o h n s o n ]   b i l l y   d o n o v a n   s a i d   h e   w i l l   c h e c k   w i t h   s t a r t e r s   a f t e r   1 s t   h a l f   t o   d e t e r m i n e   i f   t h e y   w i l l   p l a y   i n   2 n d   h a l f   v s .   p e l i c a n s .   r o t a t i o n a l   s t i n t s   w i l l   b e   s h o r t e r .   s t a r t e r s   a r e :   a y o   z a c h   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
⭕ ❌ ⭕ ❌ ⭕ ❌   b u l l s n a t i o n   c h i c a g o b u l l s   s e e r e d     g a m e d a y   b a b y  
g o n n a   h a v e   a   l o t   o f   f r e e   t i m e   w i t h   t h i s   r e c o v e r y ,   s o   i   s t a r t e d   a n o t h e r   p o d c a s t   a l l   b u l l s   f o c u s e d 
 b u l l s n a t i o n   s e e r e d   c h i c a g o b u l l s  
b r a n d   n e w   p o d c a s t 
 f i r s t   e p i s o d e   c o m i n g   p o s t   g a m e   t o n i g h t ! 
 w e ’ r e   g o i n g   t o   k e e p   i t   a l l   t h e   w a y   r e a l   a b o u t   t h i s   t e a m 
 b u l l s n a t i o n   s e e r e d   c h i c a g o b u l l s
c h i c a g o b u l l s   n e w o r l e a n s p e l i c a n s   n b a j a p a n g a m e s   b a s k e t b a l l   a l e x c a r u s o   n b a 2 k 2 3   z a c h l a v i n e   n b a   
 l i v e   c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   l i v e s t r e a m   
 
                                   🇺 🇸 l i n k 🏀 🗑 ️ 
                                             ⬇ ️ 
 
   ✅
h o w   t h e   c h i c a g o   b u l l s   . . . 
   
 
   
 1 9 9 8 n b a f i n a l s   b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e n n i s r o d m a n   e a s t e r n c o n f e r e n c e   e d d y c u r r y   e l t o n b r a n d   j a l e n r o s e   j a m a l c r a w f o r d   j e r r y k r a u s e   l u c l o n g l e y   m a r c u s f i z e r   m i c h a e l j o r d a n   n b a   n b a f i n a l s  
n b a   t u e s d a y :   2 0 0 5   a w a r d s   a n a l y s i s ,   v o l u m e   i i     d a i l y m c p l a y   n b a   n b a h i s t o r y   n b a 2 0 0 5   n b a f i n a l s   n b a f i n a l s m v p   n b a d p o y   t i m d u n c a n   s a n a n t o n i o s p u r s   b e n w a l l a c e   d e t r o i t p i s t o n s   t y s o n c h a n d l e r   c h i c a g o b u l l s
f i r s t   p r e - s e a s o n   c h i c a g o   b u l l s   g a m e   t o d a y !   y o u   k n o w   t h i s   s e a s o n   w i l l   b e   a w e s o m e   w i t h   t h i s   t e a m !   b u l l s n a t i o n   b u l l s   c h i c a g o b u l l s
h a p p y   g a m e   d a y   y ’ a l l !   b u l l s n a t i o n   
     c h i c a g o b u l l s   n b a   s e e r e d   ❤ ️  
c e l e b r a t e   t h e   s t a r   o f   t h e   n b a   s e a s o n   b y   e x p a n d i n g   y o u r   b a s k e t b a l l   f u n k o   c o l l e c t i o n ! 
 
 o r d e r   h e r e :   
 
 t r e a t y o s h e l f   v i n y l f i g u r e s   f u n k o p o p   f u n k o v i n y l   j a y s o n t a t u m   c e l t i c s   l a k e r s   l e b r o n   c h i c a g o b u l l s   m i c h a e l j o r d a n   l a r r y b i r d   m a g i c j o h n s o n   s t e p h c u r r y  
i   p a i n t e d   t h e   g r e a t   m i c h a e l   j o r d a n .   
 b r i g h t n t u l i a r t   
 m i c h a e l j o r d a n   m j   m j 2 3   g o a t   c h i c a g o b u l l s   t h e l a s t d a n c e   j o r d a n s   j u m p m a n   c h a r l o t t e h o r n e t s   s c o t t i e p i p p e n   n b a   b a s k e t b a l l   g r e a t n e s s  
1 5   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r !   j o i n   u s   f o r   t h e   r e t u r n   o f   t h e   b u l l s   p o d c a s t   w i t h     a n d   _ c r e a t o r   a s   w e   g i v e   y o u   e v e r y t h i n g   y o u   n e e d ,   e v e r y   t i m e   y o u   w a t c h ! 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n   b u l l s n a t i o n . . .    
t h e   b u l l s   s i g n i n g   k o s t a s   a n t e t o k o u n m p o   i s … . . i n t e r e s t i n g 
   
 
   
 a l e x c a r u s o   a y o d o s u n m u   b u l l s f r e e a g e n c y   b u l l s n a t i o n   b u l l s n e w s   b u l l s r u m o r s   b u l l s u p d a t e   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
w h e n   i   w a s   i n   l u t h e r a n   g e n e r a l ,   i   w a s n ' t   i n   t h e   h o s p i t a l   b e d .   m e n t a l l y   i   w a s   i n   t h e   g a m e .   c h i c a g o b u l l s
🏆   2 0 1 1   n b a   m o s t   v a l u a b l e   p l a y e r 
 🏆   2 0 1 1   a l l - n b a   f i r s t   t e a m   
 🏆   3 ×   n b a   a l l - s t a r 
 🏆   2 0 0 9   n b a   r o o k i e   o f   t h e   y e a r 
 
 j o i n   u s   i n   w i s h i n g   a   h a p p y   3 4 t h   b i r t h d a y   t o   d e r r i c k   r o s e !   🥳 🌹 
 
 d e r r i c k r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   n b a   b i r t h d a y  
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n v i   a i r j o r d a n 6   b u l l s   1 9 9 1   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l   j u m p m a n  
p r e s e a s o n   i s   f i n a l l y   h e r e !   l e t ' s   g o   b u l l s ! 
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
n b a   s e a s o n   ! ! ! !   h o p e   t h e   c h i c a g o b u l l s   d o   b e t t e r   t h i s   s e a s o n
c h i c a g o b u l l s   p r e s e a s o n   l e t ' s   g e t   t h i s   w   t o n i g h t !     @   u n i t e d   c e n t e r  
s h o w i n g   l o v e   t o   m y   r o o t s .   m y   c i t y   c h i c a g o !   i   k n o w   t h e   c u b s   f a n s   w i l l   b e   m a d   a t   t h e   s o x   s i g n s   a n d   v i c e   v e r s a .   i ' m   j u s t   s h o w i n g   s o m e   l o v e   t o   m y   c i t y .   l o v e   m y   c i t y !   c h i c a g o   c h i c a g o b u l l s     c h i c a g o c u b s       c h i c a g o w h i t e s o x   a r m y   a r m y v e t e r a n   v e t e r a n o w n e d b u s i n e s s  
c h i c a g o b u l l s :   p a t r i c k   w i l l i a m s   e n t e r s   y e a r   3   a f t e r   r e c e n t l y   t u r n i n g   2 1   y e a r s   o l d . 
 
 " i   f e e l   a   l i t t l e   b i t   m o r e   a t h l e t i c .   i   j u s t   f e e l   r e a d y . ” 
 
 📰 :     c h i c a g o b u l l s
g o t   m y   d e r o z a n   j e r s e y   o n ,   e x c i t e d   f o r   t o n i g h t 😆   i   h o p e   t o   s e e     o n   m y   t v   t o n i g h t ! !   m i s s   t h a t   m a n ’ s   c o m m e n t a r y .   t h e   b e s t ! !   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   c h i c a g o
t h e   b u l l s   a r e   b a c k   🚨 
 
 s m s p o r t s   c h i c a g o b u l l s  
“ i   b e t   e v e n   m i c h a e l   c a n ’ t . . ”   $ 1 8 0   m i l l i o n   l e g e n d   j a n e t   j a c k s o n   o n c e   h e l p e d   m i c h a e l   j o r d a n   f l e x   h i s   f a m e   i n   a   m a t t e r   o f   s e c o n d s     b a s k e t b a l l   c h i c a g o b u l l s
c h i c a g o b u l l s :   t h e   w a i t   e n d s   t o n i g h t .     c h i c a g o b u l l s
h e y     p l a y   a   b a s k e t b a l l   g a m e   t o n i g h t ! !   s e e r e d   b u l l s n a t i o n   c h i c a g o b u l l s
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   c h i c a g o   b u l l s   m i g h t   b e   d o n e . . . . "   
 
 c r e a t o r :     n e o   b a l l   n o t e s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   b u l l s   c h i c a g o b u l l s 
 
  
" i   c o u l d n ’ t   d o   a n y t h i n g ! "   -   m i c h a e l   j o r d a n   o n c e   n a m e d   t h e   o n l y   p l a y e r   h e   c o u l d n ' t   d o m i n a t e . 
 
 b u l l s n a t i o n   
 c h i c a g o b u l l s   🏟 
 b u l l s   🏀 
 n b a   n b a t w i t t e r   
 
  
h i g h l i g h t s :   m a r k o   s i m o n o v i ć   s h o w s   o u t   w i t h   2 7   p o i n t s   a s   b u l l s   b e a t   d a l l a s   1 0 0 - 9 9   n b a   s u m m e r   l e a g u e 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
c l i c k   h e r e   f o r   t h e   f u l l   n e w s :   
 
 f o r e x p o l i c y   f x   n e w s   b r o k e r   b r o k e r n e w s   f x m a r k e t   t r a d i n g f o r e x   p l u s 5 0 0   i s r a e l   m a r k e t   m a r k e t i n g   f o r e x   f i n t e c h   c f d s   c h i c a g o b u l l s   b a s k e t b a l l   f o r e x t r a d i n g   f x n e w s   f o r e x   c f d   p a r t n e r s h i p s   s p o r t s   t e a m  
h i g h l i g h t s :   d a l e n   t e r r y   d r o p s   2 0   p o i n t s   a s   b u l l s   b l o w   o u t   h o r n e t s   i n   s u m m e r   l e a g u e 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
1 6   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r !   n u m b e r   1 6 ,   p a u   g a s o l   w a s   a   d o u b l e - d o u b l e   m a c h i n e   f o r   t h e   b u l l s   i n   2 0 1 4 - 2 0 1 6 ,   b e c o m i n g   o n e   o f   t h e   o l d e s t   p l a y e r s   t o   r e c o r d   m u l t i p l e   t r i p l e - d o u b l e s . 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n . . .    
s h o p   b u l l s n a t i o n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a a l l s t a r   n b a o n t n t   n b a 7 5   n b a v o t e   n b a t o p s h o t t h i s   n b a t w i t t e r   b u l l s   c h i c a g o b u l l s   c h i c a g o
d e m a r   d e r o z a n   n o   w o r r i e s   o f   a   p r o b a b l e   d e c l i n e   o f   h i s   g a m e :   ‘ t h e r e   a r e   s o   m a n y   w a y s   t o   t a k e   c a r e   o f   y o u r s e l f ’   c h i c a g o b u l l s   d e m a r d e r o z a n  
n b a   l e a d e r :   2 7 . 9   p p g   i s   a r t u r a s   k a r n i s o v a s   o n   t h e   h o t   s e a t   w i t h   c h i c a g o   b u l l s   f a n s ?   c h i c a g o b u l l s   a r t u r a s k a r n i s o v a s    
b u l l s   q & a m p ; a :   k o s t a s   a n t e t o k o u n m p o   t a l k s   e u r o b a s k e t ,   g i a n n i s   
   
 k o s t a s a n t e t o k o u n m p o   g i a n n i s a n t e t o k o u n m p o   c h i c a g o b u l l s  
o n e   m o r e   d a y   t i l   p r e s e a s o n   s t a r t s   f o r   t h e   b u l l s !   l e t ' s   g o   b u l l s !   
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
d e a n d r e   a y t o n   t r a d e   t o   t h e   c h i c a g o   b u l l s ?   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s d e a n d r e a y t o n   d e a n d r e a y t o n b u l l s   d e a n d r e a y t o n b u l l s t r a d e   d e a n d r e a y t o n c h i c a g o b u l l s   d e a n d r e a y t o n c h i c a g o b u l l s t r a d e   d e a n d r e a y t o n t r a d e   d e a n d r e a y t o n t r a d e b u l l s  
2 0 0 2 - 0 3   n b a   h o o p s   s t a r s   d o n y e l l   m a r s h a l l   8 2   c h i c a g o b u l l s 
 b u l l s n a t i o n   b u l l s 
 
 $ 2   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
c h i c a g o b u l l s :   " w e   c a n ' t   h o p e   t e a m s   m i s s ,   w e ' v e   g o t   t o   m a k e   t h e m   m i s s . " 
 
 a l l - a c c e s s .   y o u t u b e .   t u e s d a y   a t   9   a m   c t .     c h i c a g o b u l l s
c h i c a g o b u l l s :   l e t   t h e   g a m e s   b e g i n .     c h i c a g o b u l l s
i   l o v e   c h i c a g o   –   i   l u v   c h i   
 c h e c k   o u t   m y   n e w   b r a n d .   c h i c a g o   m y k i n d o f t o w n   i l o v e c h i c a g o   i l u v c h i   c h i c a g o m e r c h   c h i c a g o s t o r e   c h i c a g o c u b s   c h i c a g o b u l l s   c h i c a g o b l a c k h a w k s    
  n e w   p f p   a   s t e e z y   b a l l e r   w i t h   s h o r t   n a t t y   b l u e   d r e a d s   a n d   b e a r d . 
 
 l o o k   l i k e   c h i c a g o b u l l s   m u c h ? ? ?   
 w h a t s   y o u r   l u c k y   n u m b e r ? ? ? 
 
 n f t s   n f t   n f t a r t   n f t c o m m u n i t y   n f t c o l l e c t o r   n f t a r t i s t   c r y p t o   e t h e r e u m   o p e n s e a   n f t c o l l e c t o r s   b l o c k c h a i n   n f t d r o p   c r y p t o c u r r e n c y  
m g d   b e e r   r i n g   o r   n o t ?   d o e s n ’ t   l o o k   t h e   s a m e ? 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
i m   w o r r i e d   f o r   t h e           . . .   u n l e s s     v i a     
 
 c h i c a g o   c h i c a g o b u l l s   b u l l s n a t i o n   b u l l s  
c h i c a g o b u l l s :   l i v e   b u l l s   p o s t - p r a c t i c e   m e d i a   a v a i l a b i l i t y   ( 1 0 . 0 3 . 2 0 2 2 )     c h i c a g o b u l l s
d a l e n   t e r r y   & a m p ;   z a c h   l a v i n e   a r e   t o o   . . . 
   
 
   
 b u l l s n e w s   b u l l s n e w s a n d r u m o r s   b u l l s r u m o r s   b u l l s t r a d e r u m o r s   b u l l s u p d a t e   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h i c a g o b u l l s c e n t r a l   c h i c a g o b u l l s d a l e n t e r r y h o r r i f i c u p d a t e   c h i c a g o b u l l s n e w s   c h i c a g o b u l l s n e w s a n d r u m o r s  
p l u s 5 0 0   s i g n s   4 - y e a r   d e a l   w i t h   c h i c a g o   b u l l s   i n   f i r s t   u s   s p o n s o r s h i p 
 r e t a i l f x   i s r a e l   u n i t e d - s t a t e s   c h i c a g o b u l l s   p l u s 5 0 0  
1 6   d a y s   l e f t   u n t i l   b u l l s   s e a s o n   o p e n e r !   n u m b e r   1 6 ,   p a u   g a s o l   w a s   a   d o u b l e - d o u b l e   m a c h i n e   f o r   t h e   b u l l s   i n   2 0 1 4 - 2 0 1 6 ,   b e c o m i n g   o n e   o f   t h e   o l d e s t   p l a y e r s   t o   r e c o r d   m u l t i p l e   t r i p l e - d o u b l e s . 
 
 c h i c a g o b u l l s   c h i c a g o b u l l s n a t i o n   c h i c a g o b u l l s f a n . . .    
1   m o r e   d a y   u n t i l   b u l l s   b a s k e t b a l l   b u l l s n a t i o n   s e e r e d   d a b u l l s   b u l l s   c h i c a g o b u l l s   n b a   n b a p r e s e a s o n   b a s k e t b a l l  
c h i c a g o   b u l l i e s   i n   t h e   b u i l d i n g ! 
   s a i d   t h e y   a b o u t   t o   p u t   i n   t h a t   w o r k   t h i s   y e a r !   🏀   🔥 🔥 🔥 
 b a c k   o n   h i s   b u l l s h i t !   🐂 
 c h i c a g o b u l l s   @   w h i s p e r s   a t   o a k   s t r e e t   b e a c h  
c u r i o u s   a s   t o   w h a t   y o u   g u y s   t h i n k   o f   t h i s .   i m o   i t ’ s   a   n o   f r o m   m e 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
q & a m p ; a   w i t h   a l w a y s   a   p l e a s u r e   a u t h o r   c h u c k   s w i r s k y     v i a       c h i c a g o b u l l s
o n l y   2   c o p i e s   l e f t ! 
 
 o r d e r   m i c h a e l   j o r d a n ' s   s n e a k e r   h i s t o r y   b o o k . 
 
 c h e c k   i t   h e r e :   
 
 m i c h a e l j o r d a n   a i r j o r d a n i v   a i r j o r d a n 4   b u l l s   1 9 8 9   9 0 s b a s k e t b a l l   n b a 9 0 s   m i s z a p a s   c h i c a g o b u l l s   9 0 s b a s k e t b a l l  
o n e   m o r e   d a y   t i l   p r e s e a s o n   s t a r t s   f o r   t h e   b u l l s !   l e t ' s   g o   b u l l s !   
 
 c h i c a g o b u l l s   b u l l s n a t i o n   n b a p r e s e a s o n   n b a   b u l l s p o d c a s t   p o d c a s t   b u l l s  
n e w   v i d e o   t o   w a t c h : 
 
 " b u l l s   t r a i n i n g   c a m p   n e w s :   b u l l s   i n t r o d u c e   n e w   o f f e n s e   |   b u l l s   c r i t i q u e   b i l l y   d o n o v a n ' s   s e a s o n "   
 
 c r e a t o r :     c h i   b u l l s   p o d c a s t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   b u l l s   c h i c a g o b u l l s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " b u l l s   t r a i n i n g   c a m p   n e w s :   b u l l s   i n t r o d u c e   n e w   o f f e n s e   |   b u l l s   c r i t i q u e   b i l l y   d o n o v a n & a m p ; 3 9 ; s   s e a s o n "   
 
 c r e a t o r :     c h i   b u l l s   p o d c a s t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   b u l l s   c h i c a g o b u l l s 
 
  
b e a r s - g i a n t s   f o o t b a l l   a f t e r s h o w :   j u s t i n   f i e l d s   s a c k e d   6   t i m e s   i n   l o s s   t o   g i a n t s   |   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b e a r s   c h i c a g o b u l l s   d a n i e l j o n e s   e a s t e r n c o n f e r e n c e   j u s t i n f i e l d s   m a t t e b e r f l u s   n b c s p o r t s c h i c a g o   n e w y o r k g i a n t s   n f l   s a q u o n b a r k l e y  
5 9 f i f t y   c h i c a g o   b u l l s   t e a m   h e a n o w   a v a i l a b l e   f r o m   e b l e n s 
 
 n e w d r o p   e b l e n s   e b l e n s f o o t w e a r   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   5 9 f i f t y   t e a m   h e a r t   h a t c r a w l e r   f i t t e d   f i t t e d f a m i l y   n e w e r a c a p s   n e w e r a f i t t e d 
 

c h i c a g o b u l l s :   t h e   w a i t   f o r   b u l l s   b a s k e t b a l l   i s   a l m o s t   o v e r . 
 
 i n t r o d u c i n g   o u r   2 2 - 2 3     w a r m u p s .     c h i c a g o b u l l s
p l u s 5 0 0   t o   b e c o m e   o f f i c i a l   g l o b a l   p a r t n e r   o f   c h i c a g o   b u l l s     
 
     f o r e x   c f d s   c f d t r a d i n g   o n l i n e t r a d i n g   s p o r t s b i z   s p o n s o r s h i p   b u l l s   c h i c a g o b u l l s   $ p l u s
“ n o   o n e   c a n   j u s t i f y   b e i n g   d e n n i s   r o d m a n ”   n b a   t w i t t e r   r e a c t s   t o   j o n a t h a n   m a j o r s   p l a y i n g   t h e   w o r m   i n   4 8   h o u r s   i n   l a s   v e g a s .     c h i c a g o b u l l s   n b a
c h i c a g o   b u l l s   t r a i n i n g   c a m p   & a m p ;   d e m a r   d e r o z a n   l a t e s t   p r i v a t e   w o r k o u t   v i d e o ! 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e  
u p   n e x t !   n b a   2 k   r e a l i s t i c   r e t r o   g a m e p l a y !   d e r r i c k   r o s e   v s   p a u l   p i e r c e !   b u l l s   v s   c e l t i c s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   7 ,   2 0 2 2   6 : 0 0   p m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   c h i c a g o b u l l s   d e r r i c k r o s e   b o s t o n c e l t i c s   b u l l s v s c e l t i c s   c e l t i c s   b u l l s   p a u l p i e r c e  
j u s t   a n o t h e r   g a m e   w h e r e   l a v i n e   i s   m a k i n g   o p p o n e n t s   l o o k   l i k e   c h u m p s .   
 
 n b a 2 k   b u l l s n a t i o n   c h i c a g o b u ĺ l s   p s 5 s h a r e   p s 5   v g p u n i t e   v i r t u a l p h o t o g r a p h y   v g p h o t o m o d e   t h e p h o t o m o d e  
c h i c a g o   b u l l s 
   
 
   
 b a l l i s l i f e   b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   n b a   n b a p r e s e a s o n   s p o r t s   t r e n d i n g  
n b a   p r o g r a m ,   m e i j e r   b a s k e t b a l l   c l a s s i c ,   p i s t o n s   v s .   w i z a r d s ,   o c t o b e r   1 1 ,   2 0 0 1   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   j e r r y s t a c k h o u s e   d e t r o i t   p i s t o n s   n b a   s p r i t e  
h o m e   i s   w h e r e   t h e   s t o r y   b e g i n s   
 y o u   l i k e   i t ?   f o l l o w   m e 🤭 🤩 🔥     
 ❤ ️ 🤍 🖤 ❤ ️ 🤍 🖤 ❤ ️ 🤍 🖤   c h i c a g o   c h i c a g o s u b u r b s   i l l i n o i s   b u l l s  
i n k t o b e r   2 0 2 2   d a y   6   ( t r i p ) 
 c h a r a c t e r :   b e n n y   t h e   b u l l   ( c h i c a g o   b u l l s ) 
 
 d i g i t a l a r t   d i g i t a l a r t i s t 
 a r t   a r t i s t   d i g i t a l a r t w o r k 
 a r t w o r k   c h a l l e n g e   a r t c h a l l e n g e   d r a w i n g c h a l l e n g e   i n k t o b e r   i n k t o b e r 2 0 2 2   b e n n y t h e b u l l   c h i c a g o   c h i c a g o b u l l s   m a s c o t   b a s k e t b a l l   s p o r t s   b u l l   f a n a r t  
n b a 
 
 m i l w a u k e e   v s   c h i c a g o   b u l l s 
 t o n i g h t   o n   n x z t   i p t v   n b a   m i l w a u k e e   c h i c a g o   
 l i v e 
 
 ⏰ t u e s d a y :   8 : 0 0   p m   ( e t )  
c h i c a g o   b u l l s :   h o w   p a t r i c k   w i l l i a m s   j u s t   l o s t   t h e   s t a r t i n g   p f   j o b 
 
 
 
 n b a   c h i c a g o   b u l l s n a t i o n   b u l l s   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o   p a c e r s
l e b r o n   j a m e s   u r g e s   l a k e r s   t o   s i g n   t h i s   s t a n d o u t   p r e s e a s o n   s t a r 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l s o a n g e l e s   h e a t t w i t t e r     f e a r t h e d e e r   m f f l   s u n s   b u c k s   j a z z   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   d u b n a t i o n
3   l a k e r s   w h o   h a v e   b e e n   l i g h t i n g   t h e   w o r l d   o n   f i r e   t h i s   p r e s e a s o n 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l s o a n g e l e s   h e a t t w i t t e r     f e a r t h e d e e r   m f f l   s u n s   b u c k s   j a z z   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   d u b n a t i o n
m i a m i   h e a t   s n i p e r s ,   r o b i n s o n   a n d   s t r u s ,   l e a d   o v e r   h o u s t o n ,   1 1 8 - 1 1 0 
 
 
 
 n b a   m i a m i   h e a t t w i t t e r   h e a t n a t i o n   f e a r t h e d e e r   m f f l   s u n s   b u c k s   j a z z   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
3   k e y   t a k e a w a y s   f o r   m i l w a u k e e   b u c k s   f o l l o w i n g   g a m e s   i n   a b u   d h a b i 
 
 
 
 n b a   f e a r t h e d e e r   m i l w a u k e   b u c k s   r a i s e d b y w o l v e s   m f f l   s u n s   n e w y o r k f o r e v e r   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
w h a t   w e ' v e   l e a r n e d   f r o m   t h e   m i n n e s o t a   t i m b e r w o l v e s '   p r e s e a s o n   s o   f a r 
 
 
 
 n b a   r a i s e d b y w o l v e s   m i n n e s o t a   t i m b e r w o l v e s   w o n t b o w d o w n   n e w y o r k f o r e v e r   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
w i l l   z i o n   w i l l i a m s o n   b e   t h e   n e x t   a m e r i c a n - b o r n   m v p ? 
 
 
 
 n b a   w o n t b o w d o w n   n e w o r l e a n s   p e l i c a n s     n e w y o r k f o r e v e r   h e r e t h e y c o m e   w e a r e t h e v a l l e y   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
h e r e ' s   w h y   k n i c k s   c o u l d   w a n t   t o   s t a r t   e v a n   f o u r n i e r   o v e r   q u e n t i n   g r i m e s 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   h e r e t h e y c o m e   w e a r e t h e v a l l e y   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
o r l a n d o   m a g i c   f e e l   r e l i e f   o f   j a l e n   s u g g s '   i n j u r y   p r o g n o s i s 
 
 
 
 n b a   o r l a n d o   m a g i c a b o v e a l l   m a g i c   h e r e t h e y c o m e   w e a r e t h e v a l l e y   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   h a w k s
w h i c h   f i v e   b e n c h   p l a y e r s   s h o u l d   t h e   s i x e r s   u s e ? 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   p h i l l y   s i x e r s   w e a r e t h e v a l l e y   p h o e n i x   s u n s   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   h a w k s
e s p n ' s   z a c h   l o w e   r a n k s   p h o e n i x   s u n s   o u t s i d e   ' t h e   i n n e r   c i r c l e ' 
 
 
 
 n b a   w e a r e t h e v a l l e y   p h o e n i x   s u n s   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   d u b n a t i o n   h a w k s
r a n k i n g   t h e   s p u r s   r o s t e r   b y   s h a r p s h o o t i n g   a b i l i t y 
 
 
 
 n b a   g o s p u r s g o   s a n a n t o n i o   s p u r s   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   b e t h e f i g h t   d u b n a t i o n   h a w k s
n b a :   5   s t a r s   f a c i n g   t h e   m o s t   p r e s s u r e   h e a d i n g   i n t o   2 0 2 2 - 2 3 
 
 
 
 n b a   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   b e t h e f i g h t   d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n
c h i c a g o   b u l l s :   a n d r e   d r u m m o n d   i s   n o w   a   s h a r p - s h o o t i n g   u n i c o r n 
 
 
 
 n b a   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   b e t h e f i g h t   d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n
c h e c k   o u t   1 9 9 9 - 0 0   u p p e r   d e c k   g a t o r a d e   n b a   m i c h a e l   j o r d a n   f i n a l s   j u m b o   c a r d   s e t   o f   6   m j   1   -   m j   6 
 c h i c a g o   b u l l s     e b a y   v i a  
d e r r i c k   j r .   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e r r i c k j r .   d e r r i c k   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
p a t r i c k   w i l l i a m s   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a t r i c k w i l l i a m s   p a t r i c k   w i l l i a m s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
s l a m   p r e s e n t s   j o r d a n ,   n o .   4 4   2 0 0 9     j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   s l a m   s l a m m a g a z i n e   s l a m o n l i n e   c h i c a g o   b u l l s   n b a  
c h i c a g o   b u l l s   r e d / b l a c k   t w o   t o n e d   5 9 f i f t y   n o w   a v a i l a b l e   f r o m   c l a r k s t r e e t s p o r t s 
 
 n e w d r o p   c l a r k s t r e e t s p o r t s   c h i c a g o   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   i l l i n o i s   r e d b l a c k   t w o   t o n e d   5 9 f i f t y   h a t c r a w l e r   f i t t e d 
 

t h i s   s a t u r d a y   i n   c h i c a g o ,   w e ’ r e   t h r o w i n g   t h e   t a i l g a t e   w e   a l w a y s   w a n t e d   t o   g o   t o . 
 
 -   🏈   w i l l   b e   o n   📺   ✅ 
 -   b i r r i a   t a   t a   t a c o s   o n   t h e   e a t s ✅ 
 -     o n   t h e   d r a n k s   ✅ 
 -   i   c u r a t e d   a n   e x c l u s i v e   c o l l e c t i o n   o f   v i n t a g e   b e a r s / b i g   1 0 /   b u l l s / h a w k s   g e a r ✅ ✅ 
 
 f r e e   t o   a t t e n d !  
a n d r e   d r u m m o n d   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a n d r e d r u m m o n d   a n d r e   d r u m m o n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d   m i n u t e s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   p u t   i n   w o r k   o n   t h e   r o a d   i n   l i m i t e d   m i n u t e s 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   w o r k   r o a d   l i m i t e d
c h i c a g o   b u l l s   " c a m e l   w h i t e "   5 9 f i f t y   t u m b l e w e e d / w h i t e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c a m e l   w h i t e   5 9 f i f t y 
 

p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   t o r o n t o   r a p t o r s   1 1 5 - 9 8   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   9   |   2 0 2 2   n b a   p r e s e a s o n   c h i c a g o   b u l l s   n b a   v i d e o :  
d e m a r   d e r o z a n   p u t s   o n   a   s h o w   w i t h   2 1   p t s   i n   b i g   p r e s e a s o n   w i n   o v e r   r a p t o r s   c h i c a g o   b u l l s   n b a   v i d e o :  
n i k o l a   v u c e v i c   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i k o l a v u c e v i c   n i k o l a   v u c e v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
c o b y   w h i t e   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c o b y w h i t e   c o b y   w h i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
a y o   d o s u n m u   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 a y o d o s u n m u   a y o   d o s u n m u   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   h i g h l i g h t s   -   r a p t o r s   v s .   b u l l s   -   9 t h   o c t   2 0 2 2 
 
 
 n b a   d e m a r   d e r o z a n   t o r   c h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   t o r o n t o   r a p t o r s   c h i c a g o   b u l l s
j a v o n t e   g r e e n   w i t h   a n   a l m o s t   f t   l i n e   d u n k   🔥   🤯 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a v o n t e   g r e e n   d u n k   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
j a v o n t e   g r e e n   w i t h   a   h u g e   d u n k ! 
 c h i v s t o r   n b a t w i t t e r   n b a p r e s e a s o n   n b a   c h i c a g o   b u l l s   b u l l s n a t i o n   
  
d r u m m o n d   t u r n i n g   i n t o   s t e p h   c u r r y   o u t   h e r e   🔥   🎯 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   a n d r e   d r u m m o n d   s t e p h   c u r r y   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
i t ’ s   g o i n g   t o   b e   a   g r e a t   c h i c a g o   b u l l s   s e a s o n ! !   ❤ ️ 🖤 ❤ ️ 🖤
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s 
 📲 💻 w a t c h 👉 : 
 
 l o s   a n g e l e s   l a k e r s   v s   g o l d e n   s t a t e   w a r r i o r s 
 📲 💻 w a t c h 👉 : 
 
 b u c a r a m a n g a   v s   j u n i o r 
 📲 💻 w a t c h 👉 : 
 n b a     p r i m e r a a     
 z  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s 
 📲 💻 w a t c h 👉 : 
 
 l o s   a n g e l e s   l a k e r s   v s   g o l d e n   s t a t e   w a r r i o r s 
 📲 💻 w a t c h 👉 : 
 
 b u c a r a m a n g a   v s   j u n i o r 
 📲 💻 w a t c h 👉 : 
 n b a     p r i m e r a a
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s 
 📲 💻 w a t c h 👉 : 
 
 l o s   a n g e l e s   l a k e r s   v s   g o l d e n   s t a t e   w a r r i o r s 
 📲 💻 w a t c h 👉 : 
 
 b u c a r a m a n g a   v s   j u n i o r 
 📲 💻 w a t c h 👉 : 
 n b a     p r i m e r a a
n o   l o o k   p a s s   f r o m   d e m a r ! 
 c h i v s t o r   n b a t w i t t e r   n b a   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n   b u l l s n a t i o n   b u l l s   c h i c a g o 
  
v i n t a g e   c h i c a g o   i l l   c l a r e n c e   b u c k i n g h a m   m e m o r i a l     f o u n t a i n   i l l i n o i s   u s a   t r a v e l   p e n n a n t       d a b e a r s   b e a r s   c h i c a g o b e a r s   a n t i q u e   b u l l s n a t i o n   b u l l s   n b a   a n t i q u e p e n n a n t   w a l l d e c o r   n f l   v i n t a g e   c h i c a g o c u b s   c h i c a g o   c h i c a g o b u l l s   c u b s   u s a   w r i g l e y
d e r o z a n   w i t h   t h e   n i c e   d i s h   f o r   t h e   b u c k e t ! 💯 👀 
 c h i c a g o   b u l l s   b u l l s n a t i o n   n b a   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n   n b a t w i t t e r   
  
a n d r e   d r u m m o n d   c o n f i d e n t l y   h i t s   t h e   3 ?   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   a n d r e   d r u m m o n d   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
g o l d   c o l l e c t o r s   s e r i e s   m a g a z i n e ,   1 9 9 6   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   c h i c a g o   b u l l s   n b a  
1 9 9 7 - 9 8   f l e e r   u l t r a   s c o t t i e   p i p p e n   s t a r   p o w e r   p l u s   i n s e r t   c a r d   1 4   o f   2 0   s s p .   u s a 🇺 🇸   d r e a m t e a m   c h i c a g o   b u l l s   t h e l a s t d a n c e   n b a   h a l l o f f a m e   o l y m p i c s   s c o t t i e p i p p e n   b a s k e t b a l l c a r d s   s p o r t s c a r d s   t r a d i n g c a r d s   s e a r c h n c o l l e c t   t h e h o b b y   w h o d o y o u c o l l e c t  
[ p r e v i e w   2 0 2 2 - 2 3 ]   b o s t o n   c e l t i c s   -   . . . 
   
 
   
 a b a u t r e t   a l l   a n g e l e s   a s s i s t   a t l a n t i c d i v i s i o n   b a s k e t   b a s k e t b a l l   b l o c k   b o s t o n c e l t i c s   b r y a n t   b u l l s   c a r m e l o   c h i c a g o   c h r i s   c l i p p e r s   c o n t r e   c u r r y   d a v i s   d u f a n t   d u n k   d u r a n t   e a s t e r n c o n f e r e n c e  
i ' m   s t i l l   e x c i t e d   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   w 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s p o r t s
p e i r s o n   l a u d s   i m p a c t   o f   l a b u s c h a g n e   a n d   k h a w a j a   f o r   q u e e n s l a n d   c h i c a g o ' s   b u l l s   h a d   m i c h a e l   j o r d a n   l i f t i n g   t h e   s t a n d a r d   a n d   j i m m y   p e i r s o n   s a y s   t h e r e ' s   t w o   m e n   d o i n g   t h e   s a m e   f o r . . .   -  
w h e r e   a l l   m y   c h i c a g o   f a m   a t ? ? 
 g i t r e k t   w e   b u l l s 
 f e a t u r i n g     t i p s   a n d   t r i c k s   a l l   o v e r   t h e   p l a c e !  
g r e a t   t i m e s !   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
d e n n i s   r o d m a n   1 / 1   s p l a t t e r   b l a s t   c u s t o m   a r t   c a r d   d e n n i s r o d m a n   t h e w o r m   c h i c a g o b u l l s   t h e l a s t d a n c e   b u l l s   c h i c a g o   n b a   c a r d a r t   b a s k e t b a l l c a r d s   s p o r t s c a r d s   c a r d c o l l e c t o r   s p o r t s c a r d s c o l l e c t o r   m i x e d m e d i a a r t   a c r y l i c p a i n t   w h o d o y o u c o l l e c t   m i x e d m e d i a   a r t w o r l d   a r t g a l l e r y  
p o s t   g a m e   t h r e a d :   t h e   c h i c a g o   b u l l s   d e f e a t   t h e   d e n v e r   n u g g e t s   1 3 1 - 1 1 3   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
d i c k   v i t a l e ' s   b a s k e t b a l l ,   1 9 8 9 - 9 0   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   d i c k v i t a l e   c h i c a g o   b u l l s   n b a  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
n i k o l a   v u c e v i c   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i k o l a v u c e v i c   n i k o l a   v u c e v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
b u l l s   d e c i d i n g   t o   s w a p   g r e e n   & a m p ;   w i l l i a m s   f o r   t h e   n u g g e t s   g a m e   
   
 
   
 b a s k e t b a l l   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
c h i c a g o   b u l l s   c a m o   5 9 f i f t y   -   b l a c k   n o w   a v a i l a b l e   f r o m   r a l l y h o u s e 
 
 n e w d r o p   r a l l y h o u s e   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c a m o   5 9 f i f t y   b l a c k   h a t c r a w l e r   f i t t e d   n e w e r a c a p s   t h i s i s t h e c a p   t h e r e s a c a p f o r e v e r y d a y 
 

s o   m u c h   r e s p o n s i b i l i t y   o n   d e r o z a n   a n d   c a r u s o   t o   r u n   t h e   s h o w   a n d   a l s o   b e   d e f e n s i v e   a n c h o r s   o n   t h e   w i n g .   
 t h e y ' r e   g o i n g   t o   s t r u g g l e   t h i s   s e a s o n   w i t h o u t   l o n z o   j u s t   l i k e   h o w   t h e   b e a r s   a r e   s t r u g g l i n g   n o w . 
 
 w e ' r e   b a c k   t o   f a m i l i a r   t e r r i t o r y ,   f o l k s . . . 
 
 b u l l s   b e a r s   d a b e a r s   c h i c a g o
d e n v e r   n u g g e t s   v s   c h i c a g o   b u l l s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   c h i c a g o   b u l l s   n b a   v i d e o :  
b o n e s   h y l a n d   h i g h l i g h t s   -   b u l l s   v s .   n u g g e t s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   b o n e s   h y l a n d   c h i   d e n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h i c a g o   b u l l s   d e n v e r   n u g g e t s
m i c h a e l   p o r t e r   j r .   h i g h l i g h t s   -   b u l l s   v s .   n u g g e t s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   m i c h a e l   p o r t e r j r .   c h i   d e n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h i c a g o   b u l l s   d e n v e r   n u g g e t s
f i r s t   b u l l s   g a m e   c h i c a g o   b a s k e t b a l l   s p o r t s  
t h a n k s   g u y s     k e e p   i n   t h a t   w a y   f o r   t h e   r e s t   o f   t h e   s e a s o n   💪 🏽     _ o r l           s e e r e d   b u l l s n a t i o n   b u l l s   c h i c a g o b u l l s   w i n d c i t y   c h i c a g o
n o   p o s t - s e a s o n   c u b s   o r   w h i t e   s o x ,   b u t   a   n e a r   s e l l o u t   p r e s e a s o n   b u l l s   v s   n u g g e t s   g a m e   w i l l   d o .   c h i c a g o  
h a p p y   f r i d a y ,   m y   y o u r   d a y   c o m e   w i t h   p i e c e   a n d   p r o s p e r i t y !   i   h o p e   y o u   c l o s e   t h a t   c o n t r a c t ,   g e t   a   p r o m o t i o n   o r   a n   a w a r d .   d o   s o m e t h i n g   a m a z i n g   t o d a y !   t h i s   w e e k   h a s   b e e n   h u g e   f o r   m e   a n d   m y   b u s i n e s s   i ' m   j u s t   g o n n a   r e l a x   a n d   w a t c h   s o m e   n b a p r e s e a s o n   b a s k e t b a l l 👀 🔴   c h i c a g o   b u l l s   💙 💙  
c h i c a g o   b u l l s   5 9 f i f t y   6 x   n b a   c h a m p i o n s   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   5 9 f i f t y   6 x   c h a m p i o n s   h a t c r a w l e r   f i t t e d   n e w e r a h a t 
 

j o r d a n   n u   r e t r o   1   l o w   c h i c a g o   b u l l s   2 0 2 2   d e t a i l e d   l o o k 
 j o r d a n   n u   r e t r o   1   l o w   c h i c a g o   b u l l s   s n e a k e r s  
n e w   y o r k   k n i c k s   l o o k   d o m i n a n t   i n   f i r s t   p r e s e a s o n   g a m e 
 
 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h
d e m a r   d e r o z a n   c r e d i t s   g i a n n i s   a n t e t o k o u n m p o   o n   j j   r e d i c k ' s   p o d c a s t 
 
 
 
 n b a   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h   t o r o n t o   r a p t o r s
a n   i n t i m a t e   e v e n i n g   w i t h   l u k e   l o n g l e y .   w h a t   a n   a m a z i n g   c h a t .   g e t   t i c k e t s   t o   t h e   o t h e r   e v e n t s   a r o u n d   t h e   c o u n t r y !     l u c l o n g l e y   b u l l s   c h i c a g o   h o b a r t  
r a c e   f o r   c h i c a g o   b u l l s '   s t a r t i n g   p g   r o l e   m a y   a l r e a d y   b e   o v e r 
 
 
 
 n b a   b u l l s n a t i o n   c h i c a g o   b u l l s   t r u e t o a t l a n t a   g o s p u r s g o   s a n a n t o n i o   w e t h e n o r t h   h e a t t w i t t e r   l a k e s h o w   d u b n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   b l e e d g r e e n
i s   d e m a r   d e r o z a n   o r   z a c h   l a v i n e   t h e   c h i c a g o   b u l l s '   m o s t   c l u t c h   p l a y e r ? 
 
 
 
 n b a   b u l l s n a t i o n   c h i c a g o   b u l l s   t r u e t o a t l a n t a   g o s p u r s g o   s a n a n t o n i o   w e t h e n o r t h   h e a t t w i t t e r   l a k e s h o w   d u b n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
f o r   d a y   1 9   o f   o u r   n b a   s e a s o n   c o u n t d o w n ,   i t ' s   t i m e   t o   t a l k   a b o u t   t h e   i n t r i g u i n g   p r o s p e c t   o f   t h e   ,   p a t r i c k   w i l l i a m s .   b u l l s   b u l l s n a t i o n   c h i c a g o  
c h i c a g o   b u l l s   ' c o r e   w h e a t   t o n a l '   5 9 f i f t y   w h e a t   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   w h e a t   t o n a l   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   o l i v e   t o n a l '   5 9 f i f t y   o l i v e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   o l i v e   t o n a l   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   w h i t e / b l a c k '   5 9 f i f t y   w h i t e / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   w h i t e b l a c k   5 9 f i f t y 
 

c h i c a g o   b u l l s   ' c o r e   s c a r l e t / b l a c k '   5 9 f i f t y   s c a r l e t / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   s c a r l e t b l a c k 
 

c h i c a g o   b u l l s   ' c o r e   g r e y / b l a c k / w h i t e '   5 9 f i f t y   g r e y / b l a c k   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   g r e y b l a c k w h i t e 
 

c h i c a g o   b u l l s   ' c o r e   c a m o '   5 9 f i f t y   c a m o / w h i t e   n o w   a v a i l a b l e   f r o m   c u l t u r e k i n g s 
 
 n e w d r o p   c u l t u r e k i n g s   a u s t r a l i a   i n t e r n a t i o n a l s h i p p i n g r a t e s   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   c o r e   c a m o   5 9 f i f t y   c a m o w h i t e 
 

c h i c a g o   b u l l s   m e d i a   g u i d e ,   1 9 8 9 - 9 0   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   s c o t t i e p i p p e n   j o h n p a x s o n   h o r a c e g r a n t   b i l l c a r t w r i g h t   c r a i g h o d g e s   c h i c a g o   b u l l s   n b a  
2 0 1 6 - 1 7   u p p e r   d e c k   s u p r e m e   h a r d c o u r t   m i c h a e l   j o r d a n   🐐 
 
 i t e m   n u m b e r :   2 2 1 0 0 3 0 4 0 4 0 7 8 1 6 
 
 n b a   b a s k e t b a l l   l e g e n d   g o a t   c h i c a g o   b u l l s   c h i c a g o b u l l s   m i c h a e l   j o r d a n   m i c h a e l j o r d a n   m j   u p p e r d e c k   t r a d i n g c a r d s  
w e a r e 1 s p o r t s   ✨   " t h e r e ’ s   a n   o l d   p r o f e s s i o n a l   s p o r t s   a d a g e   t o   n e v e r   o v e r r e a c t   t o   p r e s e a s o n   p l a y .   s o   a y o   d o s u n m u   m u s t   b e   t h e   c h i c a g o   b u l l s ’   s t a r t i n g   p o i n t   g u a r d   u n t i l   l o n z o   b a l l   r e t u r n s ,   r i g h t ? " 
 
 r e a d   a n d   w a t c h   m o r e   a t   
 
 c h i c a g o   o n e c h i c a g o   n o n p r o f i t   n . . .  
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   o c t   2 7 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h     c         b r e w e r s   b u l l s   b u c k s   p a c k e r s   c h i c a g o   i l   w i   w r i g l e y v i l l e   c h i c a g o
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   o c t   2 7 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h         b r e w e r s   b u l l s   b u c k s   p a c k e r s   c h i c a g o   e v a n s t o n   i l   w i   w r i g l e y v i l l e   a n d e r s o n v i l l e
t o d a y   i n   1 9 9 3   m i c h a e l   j o r d a n   a n n o u n c e s   h i s   r e t i r e m e n t .     t h i s   s p o r t s   i l l u s t r a t e d   i s s u e   w o u l d   c o m e   o u t   t w o   w e e k s   l a t e r .     w h o d o y o u c o l l e c t   t h e h o b b y   s p o r t s c a r d s   c g c c o m i c s   p s a c a r d s   b g s   c g c m a g s   n b a   b u l l s   c h i c a g o  
t h e   f u t u r e   i s   n o w   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
n e w   n f t   c o l l e c t i o n   i s   c o m i n g   t h i s   n i g h t   2 3 : 5 9   g m t   + 0 3 : 0 0   n f t s   n f t   n f t c o l l l e c t o r s   n f t c o l l e c t i o n   m o n k e y n f t c o l l e c t i o n   b a s k e t b a l l   b u l l s     l a k e r s   l o s a n g e l e s   s p u r s   c h i c a g o   c e l t i c s   b o s t o n   t e a m s
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c h i c a g o   b u l l s   -   s c e n e s   f r o m   t h e   f i r s t   f r i e n d l y   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c h i c a g o b u l l s   c h i c a g o   b u l l s   s c e n e s   f r o m   f i r s t   f r i e n d l y   s p o r t s
d a l e n   t e r r y   p l a y s   w i t h   h e a r t !   n b a   p r e - s e a s o n   d e b u t   h i g h l i g h t s   |   c h i c a g o   b u l l s   c h i c a g o   b u l l s   n b a   v i d e o :  
z i o n   r e t u r n s   f o r   p e l s :   ' g e t t i n g   a   f e e l   f o r   i t   a g a i n '   c h i c a g o   b u l l s   n b a  
d o   y o u   h a v e   t h e   💰 ? 
 - 
 m j   m i c h a e l j a c k s o n   j o r d a n   m i c h a e l j o r d a n 2 3   c h i c a g o   b u l l s   b a s k e t b a l l   n b a   n f t  
l i v e   6 p m   c e n t r a l   7 p m   e a s t e r n   a n   4   p m   p a c i f i c   t e o d b   p o d c a s t   h o s t e d   b y   h r a p   b   l i v e   e v e r y   w e d n e s d a y   6 p m   c e n t r a l   t i m e   c l i c k   t h e   l i n k   b e l o w   t o n i g h t ' s   t o p i c :   t h e   s p o r t s   w o r l d   
 
   c h i c a g o   b e a r s   b u l l s   c u b s   s o x   m l b   n f l   n b a 
 

d e r o s e n   j e r s e y   c a m e   j u s t   i n   t i m e   f o r   t h e   f i r s t   p r e s e a s o n   g a m e !   
   
 
   
 b a s k e t b a l l   b u l l s   c h i c a g o   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
t o o k   a   y e a r   b u t   c o m p l e t e d   c h i c a g o   t r a s h p o l k a   c u b s   b u l l s   t h e o f f i c e   h a r r y p o t t e r   d w i g h t s h r u t e   f a l s e   r e d   b l a c k   t a t t o o   s l e e v e   f i l i p i n o   p h i l i p p i n e s   w r i g l e y f i e l d   s t a r w a r s   l i g h t s a b e r   t i e f i g h t e r   v o l v o   j o r d a n   j u m p m a n   o c e a n s 1 3   d i s n e y   h i d d e n m i c k e y   d e a t h l y h a l l o w s  
n b a   b a s k e t b a l l   c h i c a g o   b u l l s   2 0 2 1   f r e q u e n t   f l y e r s   c a r d   z a c h   l a v i n e   p a n i n i   n o .   1 1   -   c l i c k   h e r e   
 
 n b a   b a s k e t b a l l   s p o r t s   i n v e s t m e n t   c h i c a g o  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s
n i k o l a   v u c e v i c   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i k o l a v u c e v i c   n i k o l a   v u c e v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
j a v o n t e   g r e e n   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a v o n t e g r e e n   j a v o n t e   g r e e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
t o d a y   i n   2 0 0 4   s c o t t i e   p i p p e n   a n n o u n c e d   h i s   r e t i r e m e n t .   t h i s   i s   h i s   1 s t   s p o r t s   i l l u s t r a t e d   c o v e r   f r o m   1 9 9 1   i n   n e w s s t a n d   g r a d e d   a t   9 . 2 .     w h o d o y o u c o l l e c t   t h e h o b b y   s p o r t s c a r d s   c g c c o m i c s   p s a c a r d s   b g s   c g c m a g s   n b a   n b a p r e s e a s o n   b u l l s   c h i c a g o  
3   c h i c a g o   b u l l s   w h o   i m p r e s s e d   i n   p r e s e a s o n   d e b u t   v s   p e l i c a n s 
 
 
 
 n b a   c h i c a g o   b u l l s   b u l l s n a t i o n   a l l f l y   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a d r a f t   l a k e s h o w   l a k e r s   l o s a n g e l e s   m f f l   b l e e d g r e e n   p i s t o n s   p a c e r s   s i x e r s   7 6 e r s   j a z z
n i k e   d u n k   l o w   c h i c a g o   b u l l s   
 s i z e   7 c   t o d d l e r 
 $ 1 0 0 
   t h e p r i v a t e s t o c k   n i k e   d u n k   l o w   c h i c a g o   b u l l s   b a b y   t o d d l e r   s n e a k e r s   @   t h e   p r i v a t e   s t o c k  
g a m e   t h r e a d :   n e w   o r l e a n s   p e l i c a n s   ( 0 - 0 )   a t   c h i c a g o   b u l l s   ( 0 - 0 )   o c t   0 4   2 0 2 2   8 : 3 0   p m   
   
 
   
 b a s k e t b a l l   c h i c a g o b u l l s   i l l i n o i s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
w i l l y   h e r n a n g o m e z   h i g h l i g h t s   -   b u l l s   v s .   p e l i c a n s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   w i l l y   h e r n a n g o m e z   c h i   n o p   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h i c a g o   b u l l s   n e w o r l e a n s   p e l i c a n s
d e v o n t e '   g r a h a m   h i g h l i g h t s   -   b u l l s   v s .   p e l i c a n s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   d e v o n t e '   g r a h a m   c h i   n o p   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h i c a g o   b u l l s   n e w o r l e a n s   p e l i c a n s
t h e   🐐   i n   a c t i o n   
 m i c h a e l j o r d a n   j o r d a n   s h a q   
 b u l l s   c h i c a g o   p i p p e n   
 r o d m a n   g o a t 𓃵  
n i k o l a   v u c e v i c   h i g h l i g h t s   -   b u l l s   v s .   p e l i c a n s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   n i k o l a   v u c e v i c   c h i   n o p   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c h i c a g o   b u l l s   n e w o r l e a n s   p e l i c a n s
n e w   o r l e a n s   p e l i c a n s   v s   c h i c a g o   b u l l s   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n   c h i c a g o   b u l l s   n b a   v i d e o :  
z i o n   d e n i e s   w i l l i a m s .   r e f s   d e n y   z i o n   ❌ 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   z i o n   w i l l i a m s o n   p a t r i c k   w i l l i a m s   b l o c k   n o p   n e w o r l e a n s   p e l i c a n s   c h i   c h i c a g o   b u l l s
z i o n   c a t c h e s   t u c k e r   s l e e p i n g   💤 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   z i o n   w i l l i a m s o n   d u n k   p j   t u c k e r   n o p   n e w o r l e a n s   p e l i c a n s   c h i   c h i c a g o   b u l l s
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   s e p t   1 5 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h         b r e w e r s   b u l l s   b u c k s   p a c k e r s   c h i c a g o   e v a n s t o n   i l   w i   w r i g l e y v i l l e   a n d e r s o n v i l l e
w h a t   t i m e   i s   i t   b u l l s n a t i o n ? 
 
 g a m e   t i m e   h o o h ! 
 
 s e e r e d   b u l l s   c h i c a g o   l e t s g o   n b a   
 
 👀 🔴
b u l l s   b a s k e t b a l l   i s   b a c k . . .   l e t ' s   g o !   🐃 🏀 💪 🏾 
 c h i c a g o b u l l s   c h i c a g o   b u l l s   c h i c a g o n a t i o n   b u l l s n a t i o n   c h i c a g o b a s k e t b a l l   b u l l s b a s k e t b a l l     b u l l i e v e   s e e r e d   👀 🟥      
g o o d   g o d !   o n   p r e s e a s o n   b a s k e t b a l l !   
 h a   s o m e   o f   o u r   u s e r s   a r e   s u c h   l e g e n d s . 
 
 p l a c e   t h i s   n b a   b e t : 
 c h i c a g o   b u l l s   s p r e a d   - 2 . 5     - 1 1 5 
 $ 5 , 7 5 0 . 0 0   w i n s   $ 5 , 0 0 0 . 0 0 
 
 
 
   b e t o p e n l y   n b a   b e t  
🏀 ⛹ 🏽 ‍ ♂ ️ n b a   p r e s e a s o n   i s   f a n t a s t i c ! ! ! ! !     b u l l s   v s   p e l i c a n s   a t   t h e   u n i t e d   c e n t e r   t o n i g h t   t i p - o f f   8 : 3 0 p m 
 
 n b a   b a s k e t b a l l   b u l l s   c h i c a g o   c h i t o w n   p e l i c a n s   h o o p s   n b a 2 k   f l i g h t 2 3 w h i t e   f l i g h t r e a c t s   f l i g h t   d i s c o v e r u n d e r 1 k   a k u m p o   f l i g h t t e a m s t a n d u p   f l i g h t t e a m   d a n k m e m e s d a i l y  
4   t h i n g s   t o   w a t c h   f o r   a s   t h e   c h i c a g o   b u l l s   o p e n   n b a   p r e s e a s o n   p l a y   t o n i g h t ,   i n c l u d i n g   w h o   w i l l   s t a r t   a t   p o i n t   g u a r d  
o n l y   n i g h t   t h i s   y e a r   i   g e t   t o   r e p   m y   d o s u n m u   b u l l s   j e r s e y   a n d   m y   t a 7   s o u t h s i d e   j e r s e y   😭 🤙 🏻   w e ’ r e   f u c k i n ’   l i t   i n   t h e   a n t w a a n   h o u s e h o l d   t o n i g h t   b a b y   l e t ’ s   g o o o o o o o o   b o y s   ! !   c h a n g e t h e g a m e   s e e r e d   c h i c a g o  
d r .   j ' s   p r o   b a s k e t b a l l   y e a r b o o k ,   1 9 9 5 - 9 6   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   n b a   g r a n t h i l l   d e t r o i t   p i s t o n s   g l e n n r o b i n s o n   m i l w a u k e e   b u c k s   d r j   p r o b a s k e t b a l l  
c h i c a g o   b u l l s   r e v e a l   p l u s 5 0 0   g l o b a l   s p o n s o r s h i p   d e a l 
 s p o r t s i n d u s t r y   s p o r t b i z 

g o t   m y   d e r o z a n   j e r s e y   o n ,   e x c i t e d   f o r   t o n i g h t 😆   i   h o p e   t o   s e e     o n   m y   t v   t o n i g h t ! !   m i s s   t h a t   m a n ’ s   c o m m e n t a r y .   t h e   b e s t ! !   b u l l s n a t i o n   c h i c a g o b u l l s   b u l l s   c h i c a g o
n e w   s t a n d u p   c o m e d y   1 0 1   c o u r s e !   s e p t   1 5 t h   m i l w a u k e e ,   c h i c a g o   o c t   1 0 t h ,   f t .   m e y e r s   d e c   1 5 t h   ( f r e e   n i g h t ) ,   f l   j a n u a r y   1 0 t h         b r e w e r s   b u l l s   b u c k s   p a c k e r s   c h i c a g o   e v a n s t o n   i l   w i   w r i g l e y v i l l e   a n d e r s o n v i l l e
h a p p y   b - d a y   d - r o s e ! ! ! !   🔥 ⚡ ️ 🌪   c h i c a g o   b u l l s   d e r r i c k   r o s e   l e g e n d   n b a   h i s t o r y    
w e   a r e   l i v e 
 
 3 5 t h   & a m p ;   s h i e l d s   m a k i n g   t h e   c h i c a g o   s p o r t s   h e a d l i n e s   y e s t e r d a y . . . 
 
 c u b s   w i n n i n g   s t r e a k   o v e r   @   7 
 b e a r s   g e t   t h e   d a y   o f f 
 b u l l s   t a k e   t h e   c o u r t 
 
 l i s t e n    
s h o p   b u l l s n a t i o n   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a a l l s t a r   n b a o n t n t   n b a 7 5   n b a v o t e   n b a t o p s h o t t h i s   n b a t w i t t e r   b u l l s   c h i c a g o b u l l s   c h i c a g o
t y l e r   h e r r o ' s   $ 1 3 0   m i l l i o n   e x t e n s i o n   c o u l d   s p e l l   d i s a s t e r   f o r   c h i c a g o   b u l l s 
 
 
 
 n b a   c h i c a g o   b u l l s   b u l l s n a t i o n   m f f l   h e a t t w i t t e r   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   n e t s   b r o o k l y n t o g e t h e r   s i x e r s
i m   w o r r i e d   f o r   t h e           . . .   u n l e s s     v i a     
 
 c h i c a g o   c h i c a g o b u l l s   b u l l s n a t i o n   b u l l s  
j o a k i m   n o a h   🇫 🇷 🏀 
 c h i c a g o   b u l l s   2 0 0 7 / 2 0 1 6 
 c h i c a g o   n b a t w i t t e r   f r e n c h   b u l l s    
s p o r t s   c a r d   t r a d e r ,   v o l u m e   5   n o .   6   i s s u e   n o .   5 4   o c t o b e r   1 9 9 4     j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   n b a   k e n g r i f f e y j r   s e a t t l e   m a r i n e r s   m l b   d r e w b l e d s o e   n e w e n g l a n d   p a t r i o t s   n f l   s p o r t s c a r d s   t r a d i n g c a r d s  
5 9 f i f t y   c h i c a g o   b u l l s   t e a m   h e a n o w   a v a i l a b l e   f r o m   e b l e n s 
 
 n e w d r o p   e b l e n s   e b l e n s f o o t w e a r   n b a   c h i c a g o b u l l s   b u l l s   b u l l s n a t i o n   c h i c a g o   i l l i n o i s   5 9 f i f t y   t e a m   h e a r t   h a t c r a w l e r   f i t t e d   f i t t e d f a m i l y   n e w e r a c a p s   n e w e r a f i t t e d 
 

c h i c a g o   b u l l s 
   
 
   
 b a l l i s l i f e   b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   e a s t e r n c o n f e r e n c e   n b a   n b a p r e s e a s o n   s p o r t s   t r e n d i n g  
  l o n z o b a l l 
 t i m   t o l l e s t r u p   m d   
 
 
 
 
 
 i f   t h i s   i s   a   p e r i p h e r a l   n e r v e   i n j u r y   l o n z o   i s   d e a l i n g   w i t h ,   h i s   b a s k e t b a l l   c a r e e r   i s   o v e r   u n l e s s   i   c a n   f i x   h i m .
  l o n z o b a l l 
 t h e   f a c t   t h a t   l o n z o   h a s   b e e n   u n a b l e   t o   r e h a b   f r o m   a   s t r a i g h t f o r w a r d   p r o b l e m   f o r   n b a   a t h l e t e s   i s   a   r e d   f l a g   f o r   a   p e r i p h e r a l   n e r v e   p r o b l e m .   
 i   c a n   s o l v e   h i s   p r o b l e m   w i t h   a   s i m p l e   p r o c e d u r e 
 r e a c h   o u t   t o   n e r v e p a i n . c o m   
 7 0 2 - 5 0 6 - 5 4 6 2
l o n z o b a l l     
 l i k e l y ,   l o n z o   i s   d e a l i n g   w i t h   a   p e r i p h e r a l   n e r v e   r a t h e r   t h a n   a n   o r t h o p e d i c   i n j u r y .   t h e   s m a l l   n e r v e s   t h a t   i n n e r v a t e   t h e   s o f t   t i s s u e   e n v e l o p e   a r o u n d   t h e   k n e e   j o i n t   c a n   b e   i n j u r e d   b y   t r a u m a   o r   s u r g e r y   a n d   t h e n   c a n   m i m i c   o t h e r   t y p e s   o f   o r t h o p e d i c   i n j u r i e s .
l o n z o b a l l 
 
 i   a m   a   p a i n - f o c u s e d   p e r i p h e r a l   n e r v e   s u r g e o n .   i   h a v e   d e v e l o p e d   s e v e r a l   d i f f e r e n t   s u r g i c a l   p r o c e d u r e s   t o   h e l p   p e o p l e   a l l   o v e r   t h e   w o r l d   s u f f e r i n g   f r o m   c h r o n i c   p a i n   c o n d i t i o n s   t h a t   o f t e n   m y s t i f y   t h e   m e d i c a l   c o m m u n i t y .   i   h a v e   b e e n   f o l l o w i n g   t h e   l o n z o   b a l l   s t o r y .
c o b y   w h i t e   c l e a r e d   t o   p l a y ! ! !   . . . 
   
 
   
 a i d a n s s p o r t s s h o w   a l e x c a r u s o   a r t u r a s k a r n i s o v a s   b a s k e t b a l l   b i l l y d o n o v a n   b u l l s n a t i o n   b u l l s n e w s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   d e v o n d o t s o n   e a s t e r n c o n f e r e n c e   l a u r i m a r k k a n e n   l o n z o b a l l  
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 9 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
b u l l s   t r a d e :   l o n z o b a l l   v u c e v i c   p a t r i c k w i l l i a m s   c o b y w h i t e   t o   t r a i l b l a z e r s   f o r   d a m e d o l l a   & a m p ;   n a s i r l i t t l e   o r   n u r k i c …
f i r s t   b u i l d   e a s t e r   e g g   p s 5 s h a r e ,   n b a 2 k 2 3   l o n z o b a l l   c j m c  
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 5 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
l a m e l o   b a l l   a n d   l i a n g e l o   h o r n e t s   i n t r o ! 
   
 
   
 a b t h e h e r o   b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   b i g b a l l e r b r a n d   c h a r l o t t e h o r n e t s   d k m   e a s t e r n c o n f e r e n c e   j b a l e a g u e   l a m e l o b a l l   l a m e l o b a l l h o r n e t s   l a v a r b a l l   l i a n g e l o b a l l   l o n z o b a l l   l o n z o b a l l p e l i c a n s  
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
u n t i l   l o n z o   c o m e s   b a c k   t h i s   b u l l s   t e a m   i s   g o i n g   s t r u g g l e .   i t ' s   u n f o r t u n a t e   b u t   h o p e f u l l y   h e   w i l l   b e   b a c k   s o o n e r   t h a n   l a t e r .   c h i c a g o b u l l s   l o n z o b a l l   n b a
c h e c k   o u t   t h e   n e w   e p i s o d e   o f   s p o r t s   u n f o l d e d .   e r i c   a n d   r o n   t a l k   t u a t a g o v a i l o a   b r e t f a v r e   l o n z o b a l l   b l a k e g r i f f i n   j o n a t h a n t a v a r e s   s h o h e i o h t a n i   a n d   m u c h   m o r e   i n c l u d i n g   a   f a n t a s t i c   p i c k   n   r o l l   s e g m e n t .   m l b   n b a   n f l   n h l   
 

c h e c k   o u t   t h e   n e w   e p i s o d e   o f   s p o r t s   u n f o l d e d .   e r i c   a n d   r o n   t a l k   t u a t a g o v a i l o a   b r e t f a v r e   l o n z o b a l l   b l a k e g r i f f i n   j o n a t h a n t a v a r e s   s h o h e i o h t a n i   a n d   m u c h   m o r e   i n c l u d i n g   a   f a n t a s t i c   p i c k   n   r o l l   s e g m e n t .   m l b   n b a   n f l   n h l   
 

5 0 w i n s   4 s e e d   g e t   _ t u r n e r   m i l e s t u r n e r         _ d e r o z a n   t r a i n s   a l a       _ d r a g i c   3 s     p g 3 d   c a s e   4   b u l l s   w / o u t   _   l o n z o b a l l   o n     b y     c c      
  l o n z o b a l l 
 t i m   t o l l e s t r u p   m d   
 
 
 
 
 
 i f   t h i s   i s   a   p e r i p h e r a l   n e r v e   i n j u r y   l o n z o   i s   d e a l i n g   w i t h ,   h i s   b a s k e t b a l l   c a r e e r   i s   o v e r   u n l e s s   i   c a n   f i x   h i m .
  l o n z o b a l l 
 t h e   f a c t   t h a t   l o n z o   h a s   b e e n   u n a b l e   t o   r e h a b   f r o m   a   s t r a i g h t f o r w a r d   p r o b l e m   f o r   n b a   a t h l e t e s   i s   a   r e d   f l a g   f o r   a   p e r i p h e r a l   n e r v e   p r o b l e m .   
 i   c a n   s o l v e   h i s   p r o b l e m   w i t h   a   s i m p l e   p r o c e d u r e 
 r e a c h   o u t   t o   n e r v e p a i n . c o m   
 7 0 2 - 5 0 6 - 5 4 6 2
l o n z o b a l l     
 l i k e l y ,   l o n z o   i s   d e a l i n g   w i t h   a   p e r i p h e r a l   n e r v e   r a t h e r   t h a n   a n   o r t h o p e d i c   i n j u r y .   t h e   s m a l l   n e r v e s   t h a t   i n n e r v a t e   t h e   s o f t   t i s s u e   e n v e l o p e   a r o u n d   t h e   k n e e   j o i n t   c a n   b e   i n j u r e d   b y   t r a u m a   o r   s u r g e r y   a n d   t h e n   c a n   m i m i c   o t h e r   t y p e s   o f   o r t h o p e d i c   i n j u r i e s .
l o n z o b a l l 
 
 i   a m   a   p a i n - f o c u s e d   p e r i p h e r a l   n e r v e   s u r g e o n .   i   h a v e   d e v e l o p e d   s e v e r a l   d i f f e r e n t   s u r g i c a l   p r o c e d u r e s   t o   h e l p   p e o p l e   a l l   o v e r   t h e   w o r l d   s u f f e r i n g   f r o m   c h r o n i c   p a i n   c o n d i t i o n s   t h a t   o f t e n   m y s t i f y   t h e   m e d i c a l   c o m m u n i t y .   i   h a v e   b e e n   f o l l o w i n g   t h e   l o n z o   b a l l   s t o r y .
c o b y   w h i t e   c l e a r e d   t o   p l a y ! ! !   . . . 
   
 
   
 a i d a n s s p o r t s s h o w   a l e x c a r u s o   a r t u r a s k a r n i s o v a s   b a s k e t b a l l   b i l l y d o n o v a n   b u l l s n a t i o n   b u l l s n e w s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   d e v o n d o t s o n   e a s t e r n c o n f e r e n c e   l a u r i m a r k k a n e n   l o n z o b a l l  
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 9 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
b u l l s   t r a d e :   l o n z o b a l l   v u c e v i c   p a t r i c k w i l l i a m s   c o b y w h i t e   t o   t r a i l b l a z e r s   f o r   d a m e d o l l a   & a m p ;   n a s i r l i t t l e   o r   n u r k i c …
f i r s t   b u i l d   e a s t e r   e g g   p s 5 s h a r e ,   n b a 2 k 2 3   l o n z o b a l l   c j m c  
c h e a p   l a m e l o   " r i c k   a n d   m o r t y "   ❗ ️ ❗ ️ ❗ ️ 
 
 o n l y   $ 1 9 5 . 9 9 
 
 
 
 l a m e l o   n b a   l a m e l o b a l l   b a s k e t b a l l   l o n z o b a l l   m e l o   l i a n g e l o b a l l   l e b r o n j a m e s   z o   l a k e r s   l o n z o   m e l o b a l l   c h a r l o t t e h o r n e t s   b i g b a l l e r b r a n d   g e l o   e x p l o r e p a g e   h o r n e t s   b b a l l   l a v a r b a l l   b a l l i s l i f e
l a m e l o   b a l l   a n d   l i a n g e l o   h o r n e t s   i n t r o ! 
   
 
   
 a b t h e h e r o   b a l l b r o t h e r s   b a l l f a c t s   b a l l f a m i l y   b i g b a l l e r b r a n d   c h a r l o t t e h o r n e t s   d k m   e a s t e r n c o n f e r e n c e   j b a l e a g u e   l a m e l o b a l l   l a m e l o b a l l h o r n e t s   l a v a r b a l l   l i a n g e l o b a l l   l o n z o b a l l   l o n z o b a l l p e l i c a n s  
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
u n t i l   l o n z o   c o m e s   b a c k   t h i s   b u l l s   t e a m   i s   g o i n g   s t r u g g l e .   i t ' s   u n f o r t u n a t e   b u t   h o p e f u l l y   h e   w i l l   b e   b a c k   s o o n e r   t h a n   l a t e r .   c h i c a g o b u l l s   l o n z o b a l l   n b a
c h e c k   o u t   t h e   n e w   e p i s o d e   o f   s p o r t s   u n f o l d e d .   e r i c   a n d   r o n   t a l k   t u a t a g o v a i l o a   b r e t f a v r e   l o n z o b a l l   b l a k e g r i f f i n   j o n a t h a n t a v a r e s   s h o h e i o h t a n i   a n d   m u c h   m o r e   i n c l u d i n g   a   f a n t a s t i c   p i c k   n   r o l l   s e g m e n t .   m l b   n b a   n f l   n h l   
 

c h e c k   o u t   t h e   n e w   e p i s o d e   o f   s p o r t s   u n f o l d e d .   e r i c   a n d   r o n   t a l k   t u a t a g o v a i l o a   b r e t f a v r e   l o n z o b a l l   b l a k e g r i f f i n   j o n a t h a n t a v a r e s   s h o h e i o h t a n i   a n d   m u c h   m o r e   i n c l u d i n g   a   f a n t a s t i c   p i c k   n   r o l l   s e g m e n t .   m l b   n b a   n f l   n h l   
 

5 0 w i n s   4 s e e d   g e t   _ t u r n e r   m i l e s t u r n e r         _ d e r o z a n   t r a i n s   a l a       _ d r a g i c   3 s     p g 3 d   c a s e   4   b u l l s   w / o u t   _   l o n z o b a l l   o n     b y     c c      
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
c h i c a g o   b u l l s   f a c e o f f   w i t h   t h e   r a p t o r s   t o n i g h t ! 
   
 
   
 b u l l s n a t i o n s t a t i o n   b u l l s v s r a p t o r s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   f y p   n b a   n b a p r e s e a s o n   t o r o n t o r a p t o r s   z a c h l a v i n e  
w h a t   r o l e   w i l l   d a l e n   t e r r y   f i l l   i n   b u l l s   r o t a t i o n ?   |   n b c   s p o r t s   c h i c a g o 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a l e n t e r r y   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   k c j o h n s o n   n b c s p o r t s c h i c a g o   u n f i l t e r e d   z a c h l a v i n e  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
m y   s g   s e e r e d   c h i c a g o b u l l s   n e w b a l a n c e   z a c h l a v i n e  
t h e s e   p l a y e r s   g o t   t h e   b a g   d u r i n g   2 0 2 2   o f f s e a s o n !   💰 
 
 h o w   w i l l   y o u   r a t e   t h e s e   s i g n i n g s   -   o v e r p a i d ?   u n d e r p a i d ?   o r   j u s t   r i g h t ? 
 
 n i k o l a j o k i c   d e v i n b o o k e r   b r a d l e y b e a l   k a r l a n t h o n y t o w n s   z a c h l a v i n e   j a m o r a n t   z i o n w i l l i a m s o n   d a r i u s g a r l a n d   d a m i a n l i l l a r d   j a l e n b r u n s o n  
2 5 %   w i l l   g o   t o   t h e   
 
 z a c h l a v i n e   l a v i n e   m i n n e s o t a t i m b e r w o l v e s   m i n n e s o t a   t i m b e r w o l v e s   m i n n e a p o l i s   n b a   n b a d r a f t   n b a f i n a l s   n b a p l a y o f f s   
 

z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s
g o t   m y   s u b m i s s i o n   b a c k   f r o m     t h x   a g a i n   f o r   t h e   s e r v i c e   🙏 .   a l l   t h e   r e s u l t   i s   s u p e r b   ! ! ! !   z a c h l a v i n e   p a n i n i a m e r i c a   w h o d o y o u c o l l e c t   h y b r i d g r a d i n g a p p r o a c h   h g a  
b u l l s   o p e n   p r e s e a s o n   v s .   p e l i c a n s ,   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   j u s t i n f i e l d s   m a t t e b e r f l u s   n b a   n b c s p o r t s c h i c a g o   n f l   p a t r i c k w i l l i a m s   r y a n p o l e s   u n f i l t e r e d   u n i v e r s i t y o f i l l i n o i s   z a c h l a v i n e  
z a c h l a v i n e   t r u t h e r s   a r e   t h e   s c u m   o f   t h e     f a n   b a s e .   t r a d e   h i m
c h i c a g o b u l l s   n e w o r l e a n s p e l i c a n s   n b a j a p a n g a m e s   b a s k e t b a l l   a l e x c a r u s o   n b a 2 k 2 3   z a c h l a v i n e   n b a   
 l i v e   c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   l i v e s t r e a m   
 
                                   🇺 🇸 l i n k 🏀 🗑 ️ 
                                             ⬇ ️ 
 
   ✅
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
c h i c a g o   b u l l s   f a c e o f f   w i t h   t h e   r a p t o r s   t o n i g h t ! 
   
 
   
 b u l l s n a t i o n s t a t i o n   b u l l s v s r a p t o r s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   f y p   n b a   n b a p r e s e a s o n   t o r o n t o r a p t o r s   z a c h l a v i n e  
w h a t   r o l e   w i l l   d a l e n   t e r r y   f i l l   i n   b u l l s   r o t a t i o n ?   |   n b c   s p o r t s   c h i c a g o 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a l e n t e r r y   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   k c j o h n s o n   n b c s p o r t s c h i c a g o   u n f i l t e r e d   z a c h l a v i n e  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
m y   s g   s e e r e d   c h i c a g o b u l l s   n e w b a l a n c e   z a c h l a v i n e  
t h e s e   p l a y e r s   g o t   t h e   b a g   d u r i n g   2 0 2 2   o f f s e a s o n !   💰 
 
 h o w   w i l l   y o u   r a t e   t h e s e   s i g n i n g s   -   o v e r p a i d ?   u n d e r p a i d ?   o r   j u s t   r i g h t ? 
 
 n i k o l a j o k i c   d e v i n b o o k e r   b r a d l e y b e a l   k a r l a n t h o n y t o w n s   z a c h l a v i n e   j a m o r a n t   z i o n w i l l i a m s o n   d a r i u s g a r l a n d   d a m i a n l i l l a r d   j a l e n b r u n s o n  
2 5 %   w i l l   g o   t o   t h e   
 
 z a c h l a v i n e   l a v i n e   m i n n e s o t a t i m b e r w o l v e s   m i n n e s o t a   t i m b e r w o l v e s   m i n n e a p o l i s   n b a   n b a d r a f t   n b a f i n a l s   n b a p l a y o f f s   
 

z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s
g o t   m y   s u b m i s s i o n   b a c k   f r o m     t h x   a g a i n   f o r   t h e   s e r v i c e   🙏 .   a l l   t h e   r e s u l t   i s   s u p e r b   ! ! ! !   z a c h l a v i n e   p a n i n i a m e r i c a   w h o d o y o u c o l l e c t   h y b r i d g r a d i n g a p p r o a c h   h g a  
b u l l s   o p e n   p r e s e a s o n   v s .   p e l i c a n s ,   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   j u s t i n f i e l d s   m a t t e b e r f l u s   n b a   n b c s p o r t s c h i c a g o   n f l   p a t r i c k w i l l i a m s   r y a n p o l e s   u n f i l t e r e d   u n i v e r s i t y o f i l l i n o i s   z a c h l a v i n e  
z a c h l a v i n e   t r u t h e r s   a r e   t h e   s c u m   o f   t h e     f a n   b a s e .   t r a d e   h i m
c h i c a g o b u l l s   n e w o r l e a n s p e l i c a n s   n b a j a p a n g a m e s   b a s k e t b a l l   a l e x c a r u s o   n b a 2 k 2 3   z a c h l a v i n e   n b a   
 l i v e   c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   l i v e s t r e a m   
 
                                   🇺 🇸 l i n k 🏀 🗑 ️ 
                                             ⬇ ️ 
 
   ✅
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
z a c h   l a v i n e   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 z a c h l a v i n e   z a c h   l a v i n e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s
d e m a r   d e r o z a n   s a i d   t h i s   a b o u t   c h i c a g o 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   m i c h a e l j o r d a n   n b a   p o d c a s t  
n b a   l e a d e r :   2 7 . 9   p p g   c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n .    
d e m a r d e r o z a n   d o m i n a t e s   w i t h   2 1   p o i n t s ,   e i g h t   r e b o u n d s ,   e i g h t   a s s i s t s   a n d   t h r e e   s t e a l s   a s   t h e   b u l l s   t o p   t h e   r a p t o r s .   f i n a l :   c h i   1 1 5   -   9 8   t o r   n b a p r e s e a s o n
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r d e r o z a n   m i d d y   k i n g  
c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n . 
   
 
   
 a t l a n t i c d i v i s i o n   c h a n g e   c o m m o n s e n s e   e a s t e r n c o n f e r e n c e   h u m a n i t y   j u s t i c e   l o v e   m e d i a   n e w s   p h i l o s o p h y   p o l i t c s   s o l u t i o n s  
c h i c a g o   b u l l s   f a c e o f f   w i t h   t h e   r a p t o r s   t o n i g h t ! 
   
 
   
 b u l l s n a t i o n s t a t i o n   b u l l s v s r a p t o r s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   f y p   n b a   n b a p r e s e a s o n   t o r o n t o r a p t o r s   z a c h l a v i n e  
n b a   l e a d e r :   2 7 . 9   p p g   c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n .    
c o b y   w h i t e   c l e a r e d   t o   p l a y ! ! !   . . . 
   
 
   
 a i d a n s s p o r t s s h o w   a l e x c a r u s o   a r t u r a s k a r n i s o v a s   b a s k e t b a l l   b i l l y d o n o v a n   b u l l s n a t i o n   b u l l s n e w s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   d e v o n d o t s o n   e a s t e r n c o n f e r e n c e   l a u r i m a r k k a n e n   l o n z o b a l l  
w h a t   r o l e   w i l l   d a l e n   t e r r y   f i l l   i n   b u l l s   r o t a t i o n ?   |   n b c   s p o r t s   c h i c a g o 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a l e n t e r r y   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   k c j o h n s o n   n b c s p o r t s c h i c a g o   u n f i l t e r e d   z a c h l a v i n e  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n ' s   ( _ d e r o z a n )   2 0 1 1 - 1 2   s h o t   c h a r t : 
 
 v o l u m e :   e x t r e m e   |   p _ 9 4   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 4 4 
 e f f i c i e n c y :   m e d i o c r e   |   p _ 2 3 
 e f f i c i e n c y   v a l u e :   p o o r   |   p _ 3 
 
 f a v o r i t e   z o n e :   m i d r a n g e 
 b e s t   s k i l l   z o n e :   p a i n t ( n o n r a ) 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 d e m a r d e r o z a n  
c h i c a g o   b e a t s   t h e   d e n v e r   n u g g e t s   1 3 1   -   1 1 3   i n   t o n i g h t s   p r e s e a s o n   g a m e   
 d e m a r d e r o z a n   b u l l s n a t i o n   b u l l s w i n   n b a 2 k 2 3   b u l l s f a n s   d e n v e r n u g g e t s   n b a p r e s e a s o n  
d e m a r d e r o z a n   c o l l e c t s   2 2   p o i n t s   a s   t h e   b u l l s   t a k e   c a r e   o f   t h e   n u g g e t s .   f i n a l :   d e n   1 1 3   -   1 3 1   c h i   n b a p r e s e a s o n
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
i n k t o b e r   d a y   6   -   d e m a r 
 
 l e t t e r i n g   d e m a r d e r o z a n   c h i c a g o b u l l s   b u l l s   c a l l i g r a p h y   b l a c k l e t t e r   f r a k t u r   n b a   n b a d e s i g n   n b a a r t   d e r o z a n   h a n d l e t t e r i n g  
n b a   l e a d e r :   2 7 . 9   p p g   2 2 7 ' s   y o u t u b e   c h i l i '   d e m a r   c h i l i '   d e r o z a n   2 7 . 9   p p g   5 . 2   r p g   4 . 9   a p g   b u l l s n a t i o n   s p i c y '     j a m a a l a l d i n _ t v     u s c   t r o j a n s   t h o u g h t s   o n   g i a n n i s   n b a   g i a n n i s   d e m a r d e r o z a n    
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
b u l l s   o p e n   p r e s e a s o n   v s .   p e l i c a n s ,   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   j u s t i n f i e l d s   m a t t e b e r f l u s   n b a   n b c s p o r t s c h i c a g o   n f l   p a t r i c k w i l l i a m s   r y a n p o l e s   u n f i l t e r e d   u n i v e r s i t y o f i l l i n o i s   z a c h l a v i n e  
d e m a r   d e r o z a n   i s   n o t   t h a t   g u y   . .   n e v e r   b e e n   t h a t   g u y   . .   n o b d o d y   w i l l   e v e r   t e l l   m e   s h i t   … 
 
 d e m a r d e r o z a n   c h i c a g o b u l l s   n b a b a s k e t b a l l   n b a   …
t h e   b u l l s   s i g n i n g   k o s t a s   a n t e t o k o u n m p o   i s … . . i n t e r e s t i n g 
   
 
   
 a l e x c a r u s o   a y o d o s u n m u   b u l l s f r e e a g e n c y   b u l l s n a t i o n   b u l l s n e w s   b u l l s r u m o r s   b u l l s u p d a t e   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
d e m a r   d e r o z a n   n o   w o r r i e s   o f   a   p r o b a b l e   d e c l i n e   o f   h i s   g a m e :   ‘ t h e r e   a r e   s o   m a n y   w a y s   t o   t a k e   c a r e   o f   y o u r s e l f ’   c h i c a g o b u l l s   d e m a r d e r o z a n  
s o m e   t h i n g s   a r e   j u s t   n o t   m e a n t   t o   b e .   u n s u n g s p o r t s g r i d   e 2 g s p o r t s   s p o r t s n e w s   n b a   d e m a r d e r o z a n   l a l a k e r s b a s k e t b a l l   c h i c a g o b u l l s n a t i o n 
 

d e m a r   d e r o z a n   h i g h l i g h t s   -   r a p t o r s   v s .   b u l l s   -   9 t h   o c t   2 0 2 2 
 
 
 n b a   d e m a r   d e r o z a n   t o r   c h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   t o r o n t o   r a p t o r s   c h i c a g o   b u l l s
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   s i g n s   w i t h   n i k e  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   s a i d   t h i s   a b o u t   c h i c a g o 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   m i c h a e l j o r d a n   n b a   p o d c a s t  
n b a   l e a d e r :   2 7 . 9   p p g   c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n .    
d e m a r d e r o z a n   d o m i n a t e s   w i t h   2 1   p o i n t s ,   e i g h t   r e b o u n d s ,   e i g h t   a s s i s t s   a n d   t h r e e   s t e a l s   a s   t h e   b u l l s   t o p   t h e   r a p t o r s .   f i n a l :   c h i   1 1 5   -   9 8   t o r   n b a p r e s e a s o n
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r d e r o z a n   m i d d y   k i n g  
c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n . 
   
 
   
 a t l a n t i c d i v i s i o n   c h a n g e   c o m m o n s e n s e   e a s t e r n c o n f e r e n c e   h u m a n i t y   j u s t i c e   l o v e   m e d i a   n e w s   p h i l o s o p h y   p o l i t c s   s o l u t i o n s  
c h i c a g o   b u l l s   f a c e o f f   w i t h   t h e   r a p t o r s   t o n i g h t ! 
   
 
   
 b u l l s n a t i o n s t a t i o n   b u l l s v s r a p t o r s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   f y p   n b a   n b a p r e s e a s o n   t o r o n t o r a p t o r s   z a c h l a v i n e  
n b a   l e a d e r :   2 7 . 9   p p g   c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n .    
c o b y   w h i t e   c l e a r e d   t o   p l a y ! ! !   . . . 
   
 
   
 a i d a n s s p o r t s s h o w   a l e x c a r u s o   a r t u r a s k a r n i s o v a s   b a s k e t b a l l   b i l l y d o n o v a n   b u l l s n a t i o n   b u l l s n e w s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   d e v o n d o t s o n   e a s t e r n c o n f e r e n c e   l a u r i m a r k k a n e n   l o n z o b a l l  
w h a t   r o l e   w i l l   d a l e n   t e r r y   f i l l   i n   b u l l s   r o t a t i o n ?   |   n b c   s p o r t s   c h i c a g o 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a l e n t e r r y   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   k c j o h n s o n   n b c s p o r t s c h i c a g o   u n f i l t e r e d   z a c h l a v i n e  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n ' s   ( _ d e r o z a n )   2 0 1 1 - 1 2   s h o t   c h a r t : 
 
 v o l u m e :   e x t r e m e   |   p _ 9 4   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 4 4 
 e f f i c i e n c y :   m e d i o c r e   |   p _ 2 3 
 e f f i c i e n c y   v a l u e :   p o o r   |   p _ 3 
 
 f a v o r i t e   z o n e :   m i d r a n g e 
 b e s t   s k i l l   z o n e :   p a i n t ( n o n r a ) 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 d e m a r d e r o z a n  
c h i c a g o   b e a t s   t h e   d e n v e r   n u g g e t s   1 3 1   -   1 1 3   i n   t o n i g h t s   p r e s e a s o n   g a m e   
 d e m a r d e r o z a n   b u l l s n a t i o n   b u l l s w i n   n b a 2 k 2 3   b u l l s f a n s   d e n v e r n u g g e t s   n b a p r e s e a s o n  
d e m a r d e r o z a n   c o l l e c t s   2 2   p o i n t s   a s   t h e   b u l l s   t a k e   c a r e   o f   t h e   n u g g e t s .   f i n a l :   d e n   1 1 3   -   1 3 1   c h i   n b a p r e s e a s o n
📣   n e w   p o d c a s t !   " g e t t i n g   t o   t h e   b a g   ( s 2 : e 7 3 ) "   o n     a l l e n i v e r s o n   a n t h o n y e d w a r d s   b a s k e t b a l l   b r o o k l y n n e t s   c h i c a g o b u l l s   d e m a r d e r o z a n   d e v i n b o o k e r   g o a t t a l k   k a r l a n t h o n y t o w n s   k e v i n d u r a n t   k y r i e i r v i n g   m a g i c j o h n s o n   m i n n e s o t a t i m b e r w o l v e s  
i n k t o b e r   d a y   6   -   d e m a r 
 
 l e t t e r i n g   d e m a r d e r o z a n   c h i c a g o b u l l s   b u l l s   c a l l i g r a p h y   b l a c k l e t t e r   f r a k t u r   n b a   n b a d e s i g n   n b a a r t   d e r o z a n   h a n d l e t t e r i n g  
n b a   l e a d e r :   2 7 . 9   p p g   2 2 7 ' s   y o u t u b e   c h i l i '   d e m a r   c h i l i '   d e r o z a n   2 7 . 9   p p g   5 . 2   r p g   4 . 9   a p g   b u l l s n a t i o n   s p i c y '     j a m a a l a l d i n _ t v     u s c   t r o j a n s   t h o u g h t s   o n   g i a n n i s   n b a   g i a n n i s   d e m a r d e r o z a n    
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
b u l l s   o p e n   p r e s e a s o n   v s .   p e l i c a n s ,   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d a v i d k a p l a n   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   j u s t i n f i e l d s   m a t t e b e r f l u s   n b a   n b c s p o r t s c h i c a g o   n f l   p a t r i c k w i l l i a m s   r y a n p o l e s   u n f i l t e r e d   u n i v e r s i t y o f i l l i n o i s   z a c h l a v i n e  
d e m a r   d e r o z a n   i s   n o t   t h a t   g u y   . .   n e v e r   b e e n   t h a t   g u y   . .   n o b d o d y   w i l l   e v e r   t e l l   m e   s h i t   … 
 
 d e m a r d e r o z a n   c h i c a g o b u l l s   n b a b a s k e t b a l l   n b a   …
t h e   b u l l s   s i g n i n g   k o s t a s   a n t e t o k o u n m p o   i s … . . i n t e r e s t i n g 
   
 
   
 a l e x c a r u s o   a y o d o s u n m u   b u l l s f r e e a g e n c y   b u l l s n a t i o n   b u l l s n e w s   b u l l s r u m o r s   b u l l s u p d a t e   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c o b y w h i t e   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
d e m a r   d e r o z a n   n o   w o r r i e s   o f   a   p r o b a b l e   d e c l i n e   o f   h i s   g a m e :   ‘ t h e r e   a r e   s o   m a n y   w a y s   t o   t a k e   c a r e   o f   y o u r s e l f ’   c h i c a g o b u l l s   d e m a r d e r o z a n  
s o m e   t h i n g s   a r e   j u s t   n o t   m e a n t   t o   b e .   u n s u n g s p o r t s g r i d   e 2 g s p o r t s   s p o r t s n e w s   n b a   d e m a r d e r o z a n   l a l a k e r s b a s k e t b a l l   c h i c a g o b u l l s n a t i o n 
 

d e m a r   d e r o z a n   h i g h l i g h t s   -   r a p t o r s   v s .   b u l l s   -   9 t h   o c t   2 0 2 2 
 
 
 n b a   d e m a r   d e r o z a n   t o r   c h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   t o r o n t o   r a p t o r s   c h i c a g o   b u l l s
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   s i g n s   w i t h   n i k e  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   h i g h l i g h t s   -   r a p t o r s   v s .   b u l l s   -   9 t h   o c t   2 0 2 2 
 
 
 n b a   d e m a r   d e r o z a n   t o r   c h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   t o r o n t o   r a p t o r s   c h i c a g o   b u l l s
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
i n k t o b e r   d a y   6   -   d e m a r 
 
 l e t t e r i n g   d e m a r d e r o z a n   c h i c a g o b u l l s   b u l l s   c a l l i g r a p h y   b l a c k l e t t e r   f r a k t u r   n b a   n b a d e s i g n   n b a a r t   d e r o z a n   h a n d l e t t e r i n g  
d e m a r   d e r o z a n   s i g n s   w i t h   n i k e  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
e a r l y   a s s   p r e s e a s o n   b u l l s h i t . . . 
 
 v u c   d e f e n s e ? ?   k e e p   g e t t i n g   h i m   t h e   b a l l   d o w n   l o w 
 d e r o z a n   b u c k e t s . 
 z a c h   c m o n   n i g g a   y o u   g o t   p a i d   
 d r u m m o n d   b o a r d s .   g e t   h i m   i n   p i c k   & a m p ;   r o l l   f o r   s o m e   l o b s 
 d r a g i c   😒 
 d a l e n   r o t y   ( n a h   i ' m   i m p r e s s e d   t h o ) 
 c o b y . . .   w h e n   t f   y o u   g e t   i n j u r e d ? ?
d e m a r   d e r o z a n   h i g h l i g h t s   -   r a p t o r s   v s .   b u l l s   -   9 t h   o c t   2 0 2 2 
 
 
 n b a   d e m a r   d e r o z a n   t o r   c h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   t o r o n t o   r a p t o r s   c h i c a g o   b u l l s
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   r a p t o r s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   n u g g e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
i n k t o b e r   d a y   6   -   d e m a r 
 
 l e t t e r i n g   d e m a r d e r o z a n   c h i c a g o b u l l s   b u l l s   c a l l i g r a p h y   b l a c k l e t t e r   f r a k t u r   n b a   n b a d e s i g n   n b a a r t   d e r o z a n   h a n d l e t t e r i n g  
d e m a r   d e r o z a n   s i g n s   w i t h   n i k e  
d e m a r   d e r o z a n   n b a   h i g h l i g h t s   b u l l s   v s   p e l i c a n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e m a r d e r o z a n   d e m a r   d e r o z a n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c h i c a g o   b u l l s   b u l l s  
e a r l y   a s s   p r e s e a s o n   b u l l s h i t . . . 
 
 v u c   d e f e n s e ? ?   k e e p   g e t t i n g   h i m   t h e   b a l l   d o w n   l o w 
 d e r o z a n   b u c k e t s . 
 z a c h   c m o n   n i g g a   y o u   g o t   p a i d   
 d r u m m o n d   b o a r d s .   g e t   h i m   i n   p i c k   & a m p ;   r o l l   f o r   s o m e   l o b s 
 d r a g i c   😒 
 d a l e n   r o t y   ( n a h   i ' m   i m p r e s s e d   t h o ) 
 c o b y . . .   w h e n   t f   y o u   g e t   i n j u r e d ? ?
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [57], in <cell line: 1>()
      1 for id, tweets in tweets_df_Bulls2.items():
      2     for tweet in tweets:
----> 3         analysis = SentimentIntensityAnalyzer(tweets_df_Bulls2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Bulls2 = tweets_df_Bulls2.append({
      5             'name': id,
      6             'text': tweets_df_Bulls2.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\vaderSentiment\vaderSentiment.py:200, in SentimentIntensityAnalyzer.__init__(self, lexicon_file, emoji_lexicon)
    198 def __init__(self, lexicon_file="vader_lexicon.txt", emoji_lexicon="emoji_utf8_lexicon.txt"):
    199     _this_module_file_path_ = os.path.abspath(getsourcefile(lambda: 0))
--> 200     lexicon_full_filepath = os.path.join(os.path.dirname(_this_module_file_path_), lexicon_file)
    201     with codecs.open(lexicon_full_filepath, encoding='utf-8') as f:
    202         self.lexicon_full_filepath = f.read()

File ~\anaconda3\lib\ntpath.py:117, in join(path, *paths)
    115     return result_drive + result_path
    116 except (TypeError, AttributeError, BytesWarning):
--> 117     genericpath._check_arg_types('join', path, *paths)
    118     raise

File ~\anaconda3\lib\genericpath.py:152, in _check_arg_types(funcname, *args)
    150         hasbytes = True
    151     else:
--> 152         raise TypeError(f'{funcname}() argument must be str, bytes, or '
    153                         f'os.PathLike object, not {s.__class__.__name__!r}') from None
    154 if hasstr and hasbytes:
    155     raise TypeError("Can't mix strings and bytes in path components") from None

TypeError: join() argument must be str, bytes, or os.PathLike object, not 'Series'
In [58]:
for id, tweets in tweets_df_Raptors1.items():
    for tweet in tweets:
        analysis = TextBlob(tweets_df_Raptors1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Raptors1 = tweets_df_Raptors1.append({
            'name': id,
            'text': tweets_df_Raptors1.text
        }, ignore_index=True)
p r e - s e a s o n     📸       v s     n b a   t o r o n t o r a p t o r s   c h i c a g o b u l l s  
j a y s o n   t a t u m   s a i d   t h i s   a b o u t   t h e   r a p t o r s . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b u l l s v s r a p t o r s   c h i c a g o b u l l s v s t o r o n t o r a p t o r s   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s v s r o c k e t s   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s c h a m p i o n s h i p  
r a p t o r s   f a m i l y :   d a l a n o   b a n t o n   h a s   s o l i d i f i e d   h i s   s p o t . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
g r o a t   d o i n g   g r o a t   t h i n g s .   h a p p y   c a n a d i a n   t h a n k s g i v i n g   🇨 🇦   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
j u s t   w a n n a   r e m i n d   p e o p l e   p r e s e a s o n   m e a n s   n o t h i n g   💀 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
i n t e r n a t i o n a l   p r o p h e c y   f u l f i l l e d   
 
 t h e   c h i c a g o   b u l l s   b e a t s   t h e   t o r o n t o   r a p t o r s ,   n o t i c e   h o w   p r o p h e t   a n g e l   a c c u r a t e l y   p r o p h e s i e d   t h e   w i n n e r   o f   t h e   g a m e   a n d   t h a t   t h e   s c o r e   w i l l   b e   o v e r   1 0 2 . 
 
 u e b e r t a n g e l   n b a   c h i c a g o b u l l s   b u l l s   r a p t o r s   t o r o n t o r a p t o r s   b a s k e t b a l l   u s a  
i n t e r n a t i o n a l   p r o p h e c y   f u l f i l l e d   
 
 t h e   c h i c a g o   b u l l s   b e a t s   t h e   t o r o n t o   r a p t o r s ,   n o t i c e   h o w   p r o p h e t   a n g e l   a c c u r a t e l y   p r o p h e s i e d   t h e   w i n n e r   o f   t h e   g a m e   a n d   t h a t   t h e   s c o r e   w i l l   b e   o v e r   1 0 2 . 
 
 u e b e r t a n g e l   n b a   c h i c a g o b u l l s   b u l l s   r a p t o r s   t o r o n t o r a p t o r s   b a s k e t b a l l   u s a  
g o d   i s   s t i l l   s a y i n g   s o m e t h i n g   c h i c a g o   u s a   n b a   r a p t o r s   m a j o r   c h i c a g o b u l l s   t o r o n t o r a p t o r s   u s a  
g r o a t   d o i n g   g r o a t   t h i n g s .   h a p p y   c a n a d i a n   t h a n k s g i v i n g   🇨 🇦 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
g a r y   t r e n t   j r   d r o p s   p j   t u c k e r … ( t o r o n t o   r a p t o r s ) 
   
 
   
 a t l a n t i c d i v i s i o n   b u l l s v s r a p t o r s   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   r a p t o r s v s b u l l s   r a p t o r s v s r o c k e t s   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s 2 0 1 9  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
  r a p t o r s   t r a d e s   i   c a n   s e e   h a p p e n i n g   !     
 
 n b a   t o r o n t o r a p t o r s   r a p t o r s
n b a   l e a d e r :   2 7 . 9   p p g   c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n .    
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
  i   w a s   o n   a   p o d c a s t   w h e r e   w e   t a l k e d     b a s k e t b a l l ! !   r a p t o r s   t o r o n t o r a p t o r s   b a s k e t b a l l   p o d c a s t
h o t   t a k e   t h e   t o r o n t o r a p t o r s   w i l l   b e   c h a m p i o n s   t h i s   s e a s o n
c o m e   r a p t o r s ,   j o i n   u s . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
a n d r e   d r u m m o n d   h e a t s   u p   f r o m   b e y o n d   t h e   a r c !   n b a p r e s e a s o n 
   
 
   
 b a s k e t b a l l   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 7   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v i d e o s   t e a m 1 6 1 0 6 1 2 7 6 1   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
r a p t o r s   f a m i l y :   w e & a m p ; 3 9 ; r e   h i t t i n & a m p ; 3 9 ;   t h e   w a l l ,   w e & a m p ; 3 9 ; l l   b e   f i n e . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t i l   o f   a c t i v e   c o a c h e s ,   n i c k   n u r s e   i s   t i e d   f o r   5 t h   l o n g e s t   t e n u r e d   c o a c h   b y   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
f r o m   l e b r o n t o   t o   c h a m p i o n s :   t h e   i m p o s s i b l e   t o r o n t o   r a p t o r s   t i t l e   r u n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o r a p t o r s   i c o n   e d i t i o n   2 0 2 2 / 2 3 
 n i k e   d r i - f i t   n b a   s w i n g m a n   j e r s e y 
 
 m u s t   h a v e   f o r   r a p t o r s   f a n . 
 s i z e   l i s t   h e r e : -    
d a l a n o   b a n t o n   p o s t g a m e   i n t e r v i e w   |   r a p t o r s   v s   b u l l s   |   2 0 2 2 - 2 3   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
r a p t o r s   f a m i l y :   d r a y m o n d   a p o l o g i z e s ,   b u t   w h a t   d o e s   i t   r e a l l y   m e a n ? 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
j a l e n   g r e e n   s h i n e s !   i   r u n   o u t   o f   s u p e r l a t i v e s   f o r   t a r i !   r o c k e t s / r a p t o r s   b r e a k d o w n !   n b a   p r e s e a s o n ! 
   
 
   
 g l e a g u e i g n i t e   h o u s t o n r o c k e t s   j a l e n g r e e n   j o h n l u c a s   l s u   n b a p r e s e a s o n   s o u t h w e s t d i v i s i o n   t a r i e a s o n   t o r o n t o r a p t o r s   w e s t e r n c o n f e r e n c e  
s h a r i n g   h i s   h i g h l i g h t s   j u s t   f o r   t h e   " g e n e r a t i o n a l   b a n t o n   h a t e r " 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
g e t   t h i s   g u y   s i g n e d   f o r   s o m e   s h o o t i n g   a s a p   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
t h i s   s u b   f o r   t h e   n e x t   d a y s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   9   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b u l l s v s r a p t o r s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   r a p t o r s v s b u l l s   t o r o n t o r a p t o r s  
s c o t t i e   b a r n e s   o n   o f f e n s e   l a t e l y 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r s   p o s t - g a m e   a v a i l a b i l i t y   |   o c t o b e r   0 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
n b a v i d e o s :   a n d r e   d r u m m o n d   h e a t s   u p   f r o m   b e y o n d   t h e   a r c !   n b a p r e s e a s o n   
   
 
   
 b a s k e t b a l l   b a s k e t b a l l v i d e o s   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 7   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v l o g   t e a m 1 6 1 0 6 1 2 7 6 1   t o r o n t o r a p t o r s   v i d e o   v i d e o s   v l o g  
d a l a n o   b a n t o n   s l i c e s   t h r o u g h   t h e   d e f e n c e   a n d   t h r o w s   i t   d o w n   w i t h   a u t h o r i t y 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
[ h i g h l i g h t ]   o g   a n u n o b y   b l o c k s   z a c h   l a v i n e   t w i c e   i n   a   m i n u t e   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
g e t   t h i s   g u y   s i g n e d   f o r   s o m e   s h o o t i n g   a s a p 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
[ h i g h l i g h t ]   o g   a n u n o b y   b l o c k s   z a c h   l a v i n e   t w i c e   i n   a   m i n u t e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r s   g a m e   ! !   e v e n   t h o u g h   t h e y   l o s t ,   a l w a y s   a   g o o d   t i m e .   t o r o n t o r a p t o r s   t o r o n t o   r a p t o r s  
f o u l   y e s   b u t   s t i l l   s h o u l d   h a v e   m a d e   t h e   b a s k e t   i m o     r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
4 5   b a n t o n   🔥 🔥 😤 😤 ❤ ️ 🤍 🖤   r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
y a s s   p a s c a l   x o   🖤 🤍 ❤ ️   m u c h   n e e d e d ! !     r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
b e e n   p l a y i n g   g o o d   b a l l !   c ’   o m   r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
c a t c h i n g   t h e     a n d   t h e   s u p e r f a n   i n   a c t i o n ! ! ! 
 f a n   o f   t h e   s u p e r f a n   a n d   r a p t o r s   -   b o t h .   ☺ ️ ☺ ️ ☺ ️ 
 r a p t o r s   p l a y i n g   c h i c a g o   b u l l s   t o n i g h t !   
 🦖 🏀 
 
 _ n a v   s u p e r f a n   r a p t o r s   c h i c a g o b u l l s   t o r o n t o r a p t o r s      
b a n t o n   t h i s   s e a s o n   t h u s   f a r   🔥 🔥 r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
i ’ m   j u s t   h a p p y   t h a t   j u s t i n   g e t s   t o   p l a y 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
y a s s   g a r y   t r e n t   j r .     t r e n t   j r   🔥 🔥 😤 👿     r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
n i c e   b a l l   m o v e m e n t   r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
a n d   n i c e   e a r l y   3   👏 🏾 👏 🏾   r a p t o r s   t o r o n t o r a p t o r s     t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
v a n f l e e t   p l a y i n g   t o n i g h t   . .   r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h     t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
f e e l s   s o   g o o d   t o   h a v e   g a m e   d a y   b a c k   i n   t h e   c i t y ‼ ️ g e t   t o   y o u r   s e a t s   r a p t o r s ’   f a n s   🎉 
 
 r a p t o r s   n o r t h s i d e c r e w   t o r o n t o r a p t o r s   d a n c e r s   w e t h e n o r t h   n b a   n b a d a n c e r s   t o r o n t o   t o r o n t o d a n c e r s   p r e s e a s o n   g a m e d a y   h a i r l o v e s t u d i o i n c   h a i r l o v e  
h e r e   w e   g o   a g a i n   !   🏀 🦖 
 
 n e w s e a s o n   p r e s e a s o n   s c o t i a b a n k a r e n a   r a p t o r s   t o r o n t o r a p t o r s   t o r o n t o   w e t h e n o r t h 
 
      
l o o k   w a a a a a a a a a y   u p .     t o r o n t o r a p t o r s  
t o r o n t o   r a p t o r s   h e a d   c o a c h   s a y   “ p r e c i o u s   a c h i u w a ”   i s   o n   a   m i s s i o n ! ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
l i v e     l i v e s t r e a m   n b a   
 b a s k e t b a l l       n b a i n a b u d h a b i   n b a p r e s e a s o n   
 c h i c a g o b u l l s     t o r o n t o r a p t o r s   w e t h e n o r t h 
 
 ▶ ️ t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s 
                           ( 0 2 : 3 0   g m t + 2 ) 
                       🏀 l i n k   ⬇ ️ 🗑 ️ 

t o r o n t o r a p t o r s   c h i c a g o b u l l s   n b a   b a s k e t b a l l   r a p t o r s b u l l s   n b a j a p a n g a m e s   t o r o n t o   n b a t w i t t e r   
 w a t c h   t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s 
 
                               🇺 🇸 l i n k 🏀 
                                         ⬇ ️ 
 
   ✅
y e s t e r d a y ' s   c o l l a p s e   w a s   a   r e m i n d e r   t h a t   w i n n i n g   a   t i t l e   i s   r e a l l y   d a m n   h a r d 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
g o t   t o   m e e t   f o r m e r   r a p t o r ,   a l v i n   w i l l i a m s   l a s t   w e e k !   l o v e   h i s   w o r k   o n   t h e   b r o a d c a s t s ! 
 
 a l v i n w i l l i a m s   n b a c a n a d a   n b a c a n a d a s e r i e s   e d m o n t o n   r o g e r s p l a c e   t o r o n t o r a p t o r s   f r e d v a n v l e e t   b a s k e t b a l l   y e g  
i   g o t   a   v i n c e   c a r t e r   j e r s e y   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
j e r s e y   d r o p s   t o d a y   i n   t - d o t .   c h e c k   r a p t o r s   t w i t t e r   f o r   c l u e s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
n e w   v i d e o   t o   w a t c h : 
 
 " r a p t o r s   a t   r o c k e t s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n . 
   
 
   
 a t l a n t i c d i v i s i o n   c h a n g e   c o m m o n s e n s e   e a s t e r n c o n f e r e n c e   h u m a n i t y   j u s t i c e   l o v e   m e d i a   n e w s   p h i l o s o p h y   p o l i t c s   s o l u t i o n s  
d o e s n ' t   t h i s   p i c   j u s t   m a k e   y o u   s m i l e ?   😃 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
c h i c a g o   b u l l s   f a c e o f f   w i t h   t h e   r a p t o r s   t o n i g h t ! 
   
 
   
 b u l l s n a t i o n s t a t i o n   b u l l s v s r a p t o r s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   f y p   n b a   n b a p r e s e a s o n   t o r o n t o r a p t o r s   z a c h l a v i n e  
t o r o n t o   s p o r t s   o v e r   t h e   l a s t   2 9   y e a r s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
n b a   l e a d e r :   2 7 . 9   p p g   c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n .    
b u l l s   @   r a p t o r s   t o n i g h t !   g u a r a n t e e d ,   y o u   w o n ’ t   s e e   t h e m   c h o k e   a w a y   a   7   r u n   l e a d … 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s c o t t i e   a n d   s t a r t e r s   s t r u g g l e   a g a i n   -   b a n t o n   a   r e l i a b l e   p g ?   -   r a p t o r s   r o c k e t s   r e c a p   +   n e w s 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b a   s i a k a m   t o r o n t o r a p t o r s  
r a p t o r s   b e n c h   m a k e s   a n   e n t e r t a i n i n g   c o m e b a c k   a g a i n s t   t h e   c e l t i c s   t h a t   e x e m p l i f i e s   t o r   t e a m   c u l t u r e ! 
   
 
   
 a t l a n t i c d i v i s i o n   c h a n g e   c o m m o n s e n s e   e a s t e r n c o n f e r e n c e   h u m a n i t y   j u s t i c e   l o v e   m e d i a   n e w s   p h i l o s o p h y   p o l i t c s   s o l u t i o n s   t o r o n t o r a p t o r s  
t u r n i n g   s c o t t i e   i n t o   a   m e n a c e   f o r   o p p s   o n   2 k ,   a n d   y o u   s h o u l d   t o o .   r e a l l y   h o p e   h e   c a n   p u t   u p   t h e s e   k i n d a   s t a t s   t h i s   s e a s o n   😭 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
h o u s t o n   r o c k e t s   h i g h l i g h t s   v s   t o r o n t o   r a p t o r s   🚀 🚀 🚀 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t i m e   t o   f o c u s   o n   t h e   r a p t o r s !   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
f a n t a s y   n b a   -   l o o k i n g   f o r   2   t e a m s   f o r   h 2 h   9 c a t   8   t e a m 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s c o t t i e   b a r n e s   i s   h i l a r i o u s . . .   ( t o r o n t o   r a p t o r s ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   r a p t o r s v s r o c k e t s   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s c h a m p i o n s h i p   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s  
i   g o t   a   v i n c e   c a r t e r   j e r s e y 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t r y i n g   t o   s u p p r e s s   l e b r o n   e r a   m e m o r i e s   l o o o l 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r s   f a m i l y :   w e   c o u l d n & a m p ; 3 9 ; t   b u y   a   b a s k e t   i n   h o u s t o n . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t i m e   t o   f o c u s   o n   t h e   r a p t o r s ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
i n   2 0 0 9   t h e   r a p t o r s   n e e d e d   s o m e o n e   j u s t   l i k e   m a g i c   b u t   a l l   t h e y   g o t   w a s   a   m e r e   j o h n s o n .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
t h i s   m o n t h   i s   p r e   s e a s o n   f o r   t o r o n t o r a p t o r s   a n d   b a s k e t b a l l   s e a s o n
g a b e   b r o w n   a p p r e c i a t i o n   p o s t 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o r a p t o r s   7   c a r d   l o t   r a p t o r s   
 
 $ 3   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
m a d e   a   q u i c k   l i l   a g e   c h a r t   f o r   t h e   y o u n g   r a p t o r s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
c a s u a l l y   w a t c h i n g   t h e   w a r r i o r s   d y n a s t y   p o t e n t i a l l y   f a l l   a p a r t   a s   t h e   r a p t o r s   a r e   p u r e   v i b i n g ,   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
d a l a n o   b a n t o n   1 4   p t s   4   a s t   6 - 8   f g   v s   r o c k e t s   |   p r e s e a s o n   h i g h l i g h t s   2 0 2 2 - 2 3 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
i   r e a l l y   h o p e   i t ’ s   j u s t   b e c a u s e   i t ’ s   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   r e a c t i o n … k o l o k o   b r i g h t   s p o t   i n   a   d i m   n i g h t   f o r   r a p s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
n e w   v i d e o   t o   w a t c h : 
 
 " j a l e n   g r e e n   & a m p ;   k e v i n   p o r t e r   j r .   |   p o s t g a m e   |   h o u s t o n   r o c k e t s   v s .   t o r o n t o   r a p t o r s   1 0 - 7 - 2 0 2 2 "   
 
 c r e a t o r :     j a c k s o n _ g a t l i n _ m e d i a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s   r o c k e t s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " r a p t o r s   f a m i l y :   w e   c o u l d n & a m p ; 3 9 ; t   b u y   a   b a s k e t   i n   h o u s t o n . . "   
 
 c r e a t o r :     n b a   c h e v 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   r o c k e t s   -   o c t o b e r   7 ,   2 0 2 2 "   
 
 c r e a t o r :     t o r o n t o   r a p t o r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " o f f   n i g h t   f o r   t h e   r a p t o r s   |   r a p t o r s   v s   r o c k e t s   p o s t   g a m e   s h o w "   
 
 c r e a t o r :     a m a t e u r   h o u r   c l i p s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
r / t o r o n t o r a p t o r s   w h e n   t h e y   l o s e   1   p r e - s e a s o n   g a m e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e  
c a l m   d o w n   g u y s ,   i t ’ s   o n l y   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r   l e g e n d s   ( f r o m   a   f e w   d a y s   a g o )   ❤ ️ 🥹   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
j u s t   a   p i c t u r e   o f   c h r i s t i a n   k o l o k o 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
c a s u a l l y   w a t c h i n g   t h e   w a r r i o r s   d y n a s t y   p o t e n t i a l l y   f a l l   a p a r t   a s   t h e   r a p t o r s   a r e   p u r e   v i b i n g ,   s e e i n g   w h o   m a k e s   t h e   f i n a l   2   r o s t e r   s l o t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
d a m n …   r a p t o r   w e   g o t t a   c a p i t a l i z e   o n   t h o s e   s h o t s   l o l   s m h   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s h o u   n b a   n b a p r e s e a s o n
m a y b e   i t ’ s   t h e   e n e r g y   b u t   i   r a t h e r   w a t c h   t h e   r a p t o r s   b e n c h   m o b   p l a y   o v e r   t h e   s t a r t e r s     r a p t o r s   t o r o n t o r a p t o r s
r a p t o r s   f a m i l y :   u   c a n & a m p ; 3 9 ; t   p l e a s e   e v e r y b o d y ,   a   w i n   i s   a   w i n . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
l e t s   g o   r a p t o r s   w e t h e n o r t h   t o r o n t o r a p t o r s   n b a p r e s e a s o n  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
w h a t   i f   w e   k i d n a p p e d   p a s c a l   & a m p ;   s c o t t i e   f o r   a   y e a r   t h e n   t h e y   b o t h   c o m e b a c k   a s   v i c t o r   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
j o s h   j a c k s o n   o p e n i n g   e y e s   a t   r a p t o r s   c a m p 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s c o t t i e   b a r n e s   i s   s c a r i n g   r a p t o r s   f a n s … 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
[ r a p t o r   m o m e n t s ]   p r e c i o u s   a c h i u w a   s l a m s   d o w n   a   h i g h   i q   d u n k 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
f r e d   v a n v l e e t   j u s t   l e a k e d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l t e a m h i g h l i g h t s  
w h a t   i f   w e   k i d n a p p e d   p a s c a l   & a m p ;   s c o t t i e   f o r   a   y e a r   t h e n   t h e y   b o t h   c o m e b a c k   a s   v i c t o r   w e m b a n y a m a   t e a m m a t e s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
r a p t o r s   f a m i l y :   o u r   b e n c h   w a s     i n c r e d i b l e   t o n i g h t ,   g r e a t   w i n . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
a r e   t h e s e   t e a m s   b u i l d i n g   a   r i v a l r y . . .   
 
 
 
 t o r o n t o r a p t o r s   n b a   s c o t t i e   f r e d   s i a k a m   b a s k e t b a l l   s p o r t s
p r e s e a s o n   o t   t i m e ! ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o p   3   s p o r t s   p r o g r a m s   1 0 / 0 5 / 2 2 
 1 ⃣ ⚾ ️ t o r o n t o   v s   b a l t i m o r e   |   g a m e   2   o n   s n 
 a m a :   6 1 3 . 0 k 
 2 ⃣ ⚾ ️ t o r o n t o   v s   b a l t i m o r e   |   g a m e   1   o n   s n 
 a m a :   3 6 3 . 5 k 
 3 ⃣ 🏀 p r e s e a s o n :   t o r o n t o   v s   b o s t o n   o n   t s n 
 a m a :   1 8 2 . 0 k 
 t o r o n t o b l u e j a y s   t o r o n t o r a p t o r s   r a p t o r s   j a y s   t o r o n t o   m l b   n b a p r e s e a s o n
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ t o r o n t o r a p t o r s   1 2 5   ( o t ) ( 2 - 0 ) 
 ⬇ ️ b o s t o n c e l t i c s   1 1 9   ( 1 - 1 ) 🔸 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔹 7 / p t s 
 🔹 6 / r e b 
 🔹 2 / a s t 
 🔹 0 / s t l 
 🔹 1 / b l k 
 🔹 2 / t o 
 🔹 3 / 4 t 2 
 🔹 0 / 2 t 3 
 🔹 1 / 2 t l 
 🔹 2 6 : 0 0 / m i n : s e g 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
w h i c h   o n e   o f   y ’ a l l … ? 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
b a d g e r ,   r a p t o r   a n d   n o w   a   l i o n   🦁   
   h a s   a l r e a d y   m a d e   a   n a m e   f o r   h i m s e l f   i n   t h e     a n d   h e ’ s   j u s t   w a r m i n g   u p   💯 
 
     
 w e a r e l o n d o n   o n w i s c o n s i n   w i s c o n s i n b a d g e r s   w e t h e n o r t h   t o r o n t o r a p t o r s  
t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   c e l t i c s   -   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
m k 8   g b a   c i r c u i t   r e m i x   c u s t o m   t r a c k   c e m u   n i n t e n d o   w i i u   e m u l a t o r   2 . 0 - 4   m a n   t h i s   t r a c k   i s   a w e s o m e       g a m e r s   g a m e r s l i f e   g a m e r s u n i t e   v i d e o g a m e s   t o r o n t o   w e t h e n o r t h   b l u e j a y s   n f l     t o r o n t o r a p t o r s   r e t r o g a m i n g   m i x e l s   m a r i o   g a m e b a n a n a   m i a m i g
b e n c h   m o b   l o o k s   g r e a t   t h i s   u p c o m i n g   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   h o r n e t s v s p a c e r s   n b a h i g h l i g h t s   n b a p l a y o f f s   p a c e r s v s h o r n e t s   t o r o n t o r a p t o r s  
  n e w   b o a r d s   a r e   n e x t   l e v e l . 
 
 n b a t w i t t e r   t o r o n t o r a p t o r s  
m o o d   a f t e r   b e a t i n g   t h e   c e l t i c s   i n   p r e - s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r s   a t   c e l t i c s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 2 0   t o r o n t o r a p t o r s  
j e f f   d o w t i n   x   r a y   r e v e a l e d   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
j e f f   d o w t i n   x   r a y   r e v e a l e d 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
n e w   v i d e o   t o   w a t c h : 
 
 " " h a t e   o r   n o "   t o r o n t o   r a p t o r s   b e s t   h o m e   c o u a d v a n t a g e   & a m p ;   m o r e   b u t   s t i l l   n o t   t o p   6   h m m m . . . "   
 
 c r e a t o r :     t o p   l i n e   s p o r t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " n b a   g m & a m p ; 3 9 ; s   d o n & a m p ; 3 9 ; t   w a t c h   t h e   t o r o n t o   r a p t o r s   -   r e a c t i n g   t o   t h e   a n n u a l   n b a   g m   s u r v e y "   
 
 c r e a t o r :     r a p t o r s   d i g e s t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " t o r o n t o   r a p t o r s   v s   u t a h   j a z z   f u l l   g a m e   h i g h l i g h t s   -   o c t .   2 ,   2 0 2 2 "   
 
 c r e a t o r :     b a l l i n t h e n e t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
n o t h i n g   t o   s e e   h e r e ,   j u s t   a   p h o t o   o f   j e f f   d o w t i n ,   g a b e   b r o w n ,   a n d   j o s h   j a c k s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
a l l   i   w a n t e d   w a s   t h e   s t a r t - t i m e   f o r   t h e   g a m e   t o n i g h t … 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t r y i n g   t o   w a t c h   t h e   p r e s e a s o n     o n   a   t v   s o   s m a l l   i   c a n ’ t   f i n d   t h e   🏀 .   l i k e   a   h o r r i b l e   g a m e   o f   w h e r e ’ s   w a l d o ,   w h e r e ’ s   t h e   b a l l ?   o v e r t i m e   c o m e b a c k   u n d e r d o g s   w e t h e n o r t h   t o r o n t o r a p t o r s     _ s p o r t s   _ _ d e v l i n     n b a   g e t t h a t g a r b a g e o u t o f h e r e  
a n d   t h a t ’ s   o n   b e n c h   m o b   🤩   g o n n a   b e   s a d   s e e i n g   a n y   o f   t h e s e   g u y s   c u t   r a p t o r s   t o r o n t o r a p t o r s
r a p t o r s   w i n   r a p t o r s   w i n   w e t h e n o r t h   t o r o n t o r a p t o r s   n b a p r e s e a s o n  
  w e   g a v e   y ' a l l   a   b i t   o f   a   l e a d . . . . .   🤦 🏽 ‍ ♂ ️ ☘ ️ 🏀 🇨 🇦 👀 😏 🔥   n b a   w e t h e n o r t h   r a p t o r s   t o r o n t o r a p t o r s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   b o s t o n c e l t i c s   b o s t o n   p r e s e a s o n   l e t s g o r a p t o r s   c a n a d a   e s p n   t s n   t h e 6   t d o t   b a r t s i m p s o n  
o o o o h   o o o h   o o o o h   b i r c h   s o o   s w e e t   y a s s   r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s b o s   r a p t o r s v s c e l t i c s   n b a   n b a p r e s e a s o n
o v e r t i m e   🥴 🥴 🥴 t o r o n t o r a p t o r s
e x t r a   t i m e .   y o u   d o n ’ t   j o k e   a r o u n d   w i t h   r a p t o r s   t o r o n t o r a p t o r s
t h e   t o r o n t o r a p t o r s   a r e   l o o k i n g   r e a l l y   g o o d   s o   f a r   i n   p r e - s e a s o n   a c t i o n .   
 
 h o w   m a n y   r e g u l a r   s e a s o n   g a m e s   d o   y o u   t h i n k   t h e y   w i l l   w i n   t h i s   s e a s o n ?   🏀   |   w e t h e n o r t h   
 
 m a r k e t :   
 

l o o k s   l i k e   t h e   c h e a p e s t   s e a t s   f o r   t o r o n t o r a p t o r s     p r e s e a s o n   g a m e   n e x t   f r i d a y   a t   t h e   b e l l   c e n t r e   a r e   a b o u t   $ 2 5 0   e a c h   h e a d i n g   u p w a r d s   o f   $ 1 0 0 0   f o r   c h o i c e   s e a t s .   p a s s .
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   |   l i v e   p l a y   b y   p l a y   & a m p ;   r e a c t i o n   |   r a p t o r s   v s   c e l t i c s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
i n   t h e   a f t e r m a t h   o f   t r a g e d y ,   j a m e s   s m i t h   c r e e   n a t i o n   m e m b e r s   t a k e   i n   t o r o n t o   r a p t o r s   b a s k e t b a l l   c l i n i c   a n d   o t h e r   d o n a t i o n s   b y   s p o r t s   t e a m s   s u c h   a s   g a m e s   t i c k e t s   a n d   m e e t   a n d   g r e e t s .   t o r o n t o r a p t o r s   j a m e s s m i t h c r e e n a t i o n  
m a n … .   s t r u g g l e s   w i t h   t h e   s h o t s   u g h   🙈 🤦 🏾 ‍ ♀ ️ r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s b o s   r a p t o r s   n b a   n b a p r e s e a s o n
🏀   o k l a h o m a   c i t y   t h u n d e r   v s     d a l l a s   m a v e r i c k s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 b a s k e t b a l l l i v e   u s a   a m e r i c a n   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
s q u a r e   i s   f e e t   f l a t   o n   t h e   f l o o r .   o f f e n s i v e   f o u l   m y   a s s .   p r e s e a s o n   t o r o n t o r a p t o r s
i ’ m   a l r e a d y   y e l l i n g   a t   t h e   t v   a n d   i t ’ s   o n l y   p r e - s e a s o n   r a p t o r s   t o r o n t o r a p t o r s   r e f s
🏀   b a s k e t b a l l :   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 n b a l i v e   u s a   u s a s p o r t s   u s a s t y l e   a m e r i c a n b a s k e t b a l l   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
🏀   b a s k e t b a l l :   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 n b a l i v e   u s a   u s a s p o r t s   u s a s t y l e   a m e r i c a n b a s k e t b a l l   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
m y   s i s t e r   h a d   c u s t o m   r a p t o r s   m i n k y   f a b r i c   m a d e   t o   m a k e   a   b a b y   b l a n k e t   f o r   m y   f r i e n d s   b a b y   s h o w e r .   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   l i v e   s t r e a m   -   n b a   ( b a s k e t b a l l ) 
 
 w a t c h   b o s t o n   c e l t i c s   l i v e   s t r e a m   a g a i n s t   t o r o n t o   r a p t o r s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a  
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   t o r o n t o   r a p t o r s   a r e   t h e   m o s t   u n i q u e   t e a m   i n   t h e   n b a "   
 
 c r e a t o r :     f l b 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
t o r o n t o   r a p t o r s ' s   ( )   2 0 0 2 - 0 3   s h o t   c h a r t : 
 
 v o l u m e :   a v e r a g e   |   p _ 5 4   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   m e d i o c r e   |   p _ 1 8 
 e f f i c i e n c y :   p o o r   |   p _ 1 1 
 e f f i c i e n c y   v a l u e :   p o o r   |   p _ 1 1 
 
 f a v o r i t e   z o n e :   m i d r a n g e 
 b e s t   s k i l l   z o n e :   c o r n e r 3 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 t o r o n t o r a p t o r s 
 w e t h e n o r t h  
h e r e   a r e   m y   3 ️ ⃣   r e a s o n s   w h y   i   b e l i e v e   t h e   t o r o n t o   r a p t o r s   w i l l   f i n i s h   w i t h   o 4 6 . 5   w i n s ,   l i n e   b y       w e t h e n o r t h   t o r o n t o r a p t o r s   n b a   g a m b l i n g t w i t t e r   
  
w a k e   u p !   i t ' s   g a m e   d a y ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
n e w   v i d e o   t o   w a t c h : 
 
 " r a p t o r s   v s   c e l t i c s   p r e s e a s o n   g a m e -   o c t o b e r   5 t h :   t h o u g h t s   b e f o r e   t h e   g a m e   ! "   
 
 c r e a t o r :     d e e m y . 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
t h e   g   l e a g u e   v s   m e t r o p o l i t a n s   g a m e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t h e     a r e   c o n s i s t e n t l y   o n e   o f   t h e   m o s t   s l e p t   o n   t e a m   i n   t h e   n b a .   w i t h   t h e   d e v e l o p m e n t   o f   s c o t t i e b a r n e s ,   c a n   t h e y   m a k e   a   b i g   j u m p ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a p r e s e a s o n   n b a m e d i a d a y   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s     d r a k e  
n b a   g m & a m p ; 3 9 ; s   d o n & a m p ; 3 9 ; t   w a t c h   t h e   t o r o n t o   r a p t o r s   -   r e a c t i n g   t o   t h e   a n n u a l   n b a   g m   s u r v e y 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   s i a k a m   t o r o n t o r a p t o r s  
t r a c y   m c g r a d y   c a r d   l o t   r a p t o r s   t o r o n t o r a p t o r s   h o u s t o n r o c k e t s   r o c k e t s   
 
 $ 2   e a c h   o r   $ 3   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
l e t s   g o   r a p t o r s   w e t h e n o r t h   t o r o n t o r a p t o r s  
y o u t u b e r   k o t 4 q   ( k e n n y   b e e c h a m )   s h o u t o u t   t o   d e l a n o   b a n t o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
2 0 0 5 - 0 6   u p p e r   d e c k   s p   a u t h e n t i c   a m a r e   s t o u d e m i r e   7 6   r a p t o r s 
 t o r o n t o r a p t o r s   
 
 $ 1 . 5 0   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
2 0 0 5 - 0 6   u p p e r   d e c k   s p   a u t h e n t i c   c h r i s   b o s h   8 2   t o r o n t o r a p t o r s   r a p t o r s   
 
 $ 2   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   r a p t o r s   f o u n d   a n o t h e r   d i a m o n d   i n   t h e   r o u g h "   
 
 c r e a t o r :     p e n s a r e _ b a s k e t b a l l 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
t h e   r a p t o r s   d i d   t h i s   a n d   n o b o d y   n o t i c e d . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a z z v s r a p t o r s   p a s c a l s i a k a m t o r o n t o r a p t o r s   r a p t o r s n a t i o n   r a p t o r s v s j a z z   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s  
l o o k i n g   l a s t   m i n u t e   a d d i t i o n s   f o r   f a n t a s y   l e a g u e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t h e y   b u i l t   d i f f e r e n t   f r   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
" h a t e   o r   n o "   t o r o n t o   r a p t o r s   b e s t   h o m e   c o u a d v a n t a g e   & a m p ;   m o r e   b u t   s t i l l   n o t   t o p   6   h m m m . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r s   9 0 5   a d d e d   p a s c a l   s i a k a m ’ s   b r o t h e r   t o   c o a c h i n g   s t a f f   c h r i s t i a n s i a k a m   p a s c a l s i a k a m   r a p t o r s 9 0 5   t o r o n t o r a p t o r s  
c h e c k   o u t   o u r   n e w   b o a r d s ! !   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
  d i s a p p o i n t i n g   a b o u t   l a c k   o f   l o c a l   i n v e s t m e n t   y e s ,   b u t   t o n e   d e a f   i ' m   n o t   s u r e .   i   f i n d   t h e i r   i s   p l e n t y   o f   c a n u c k s   t a l k   a l l   t h e   t i m e   a n d   w o u l d   l o v e   m o r e   r a p t o r s   c o n t e n t   r a p t o r s r e p u b l i c   t o r o n t o r a p t o r s   b r i n g   b a c k   v a n c o u v e r g r i z z l i e s

 
 r a p t o r s   e x p e c t a t i o n s     r a p t o r s   t o r o n t o r a p t o r s 
 r a p t o r s t w i t t e r 
 s p o r t s
m a r c u s   c a m b y   2   c a r d   l o t   r a p t o r s   t r a i l b l a z e r s   p o r t l a n d t r a i l b l a z e r s 
 t o r o n t o r a p t o r s 
 
 $ 1 . 5 0   e a c h   o r   $ 2   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
t h e y   b u i l t   d i f f e r e n t   f r 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
🚨 1   w e e k   l e f t   t o   e n t e r 🚨   
   
 d o n ’ t   m i s s   t h e   c h a n c e   t o   m e e t   r a p t o r s   h e a d   c o a c h ,   n i c k   n u r s e   a t   i b a o 2 0 2 2 ! 
   
 t o   e n t e r ,   f o l l o w     a n d   l i k e   a n d   s h a r e   t h e   o r i g i n a l   p o s t .   w i n n e r s   w i l l   b e   a n n o u n c e d   o n   o c t   1 2 . 
 
 c o n t e s t   d e t a i l s ⬇ ️ 
 
 
 
 n i c k n u r s e   t o r o n t o r a p t o r s  
w h a t   i n   t h e   h e c k   a r e   t h e   t o r o n t o   r a p t o r s   d o i n g ? !   😕   ( n b a   2 2 - 2 3   s e a s o n   p r e . . .     v i a     
 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o r a p t o r s
f r e e   n b a   p r e   s e a s o n   p i c k s   1 0 / 4 / 2 2   -   t i m b e r w o l v e s   v s   h e a t   b a s k e t b a l l   p r e d i c t i o n   j a m o r a n t   l e b r o n j a m e s   n b a   n b a b a s k e t b a l l   n b a p i c k s   n b a p r e d i c t i o n s   t o r o n t o r a p t o r s 
 
  
w h a t   p l a y e r   o n   o u r   t e a m   w o u l d   b e   c r a z y   w i t h   a n o t h e r   p l a y e r ’ s   a t t r i b u t e s ,   a l l   o n   t h e   s a m e   t   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
t h e   r e v o l u t i o n   w i l l   b e   t e l e v i s e d .   
 t o r o n t o r a p t o r s   r a p t o r s   s c o t t i e b a r n e s   h o u s e o f t h e r a p t o r   n b a  
c o n g r a t s   t o   r a p t o r s   l e g e n d   j a l e n   h a r r i s   a n d   h i s   g i r l f r i e n d   d a n i   o n   b e i n g   s o o n - t o - b e   p a r e n t s ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
n b a   t o r o n t o   r a p t o r s   2 d   t r a c k s u i t s   j a c k e t 
 l i n k   t o   b u y   :   
 n b a   t o r o n t o r a p t o r s   r a p t o r s   w e t h e n o r t h  
r a p t o r s   d e p t h   l o o k s   g o o d   a g a i n s t   n e w   l o o k   j a z z .   r e a c t i o n   t o   a   g r e a t   s t a r t   t o   p r e s e a s o n   b y   t o r o n t o ! 
   
 
   
 a t l a n t i c d i v i s i o n   c h a n g e   c o m m o n s e n s e   e a s t e r n c o n f e r e n c e   h u m a n i t y   j u s t i c e   l o v e   m e d i a   n e w s   p h i l o s o p h y   p o l i t c s   s o l u t i o n s   t o r o n t o r a p t o r s  
n e w   v i d e o   t o   w a t c h : 
 
 " * l o t s   o f   e m o t i o n s *   t o r o n t o   r a p t o r s   v s   u t a h   j a z z   p r e s e a s o n   * r e a c t i o n * "   
 
 c r e a t o r :     t y e g y e _ h o o p s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
s t i l l   c a n t   b e l i e v e   f r e d   r a n   s e x t o n   o f f   t h e   c o u r t   i n   t h e   p r e s e a s o n   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
t h a n k   y o u   e d m o n t o n   f o r   s u c h   a   f u n   f i r s t   g a m e   b a c k   😎 
 
 g a m e d a y   r a p t o r s   n o r t h s i d e c r e w   t o r o n t o r a p t o r s   w e t h e n o r t h   n b a   n b a d a n c e r s   p r e s e a s o n   n b a c a n a d a s e r i e s   h a i r l o v e s t u d i o i n c   h a i r l o v e  
i t & a m p ; 3 9 ; s   o n l y   o n e   g a m e   b u t   _ _ _ .   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
w a t c h   t h e   r a p t o r s   p r e s e a s o n   a g a i n   a g a i n s t   u t a h   b r a v o   b r a v o   w e l l   d o n e   ⁦ ⁩   g r e a t   g a m e   👏 🏾 🖤 ❤ ️ 🤍   t o r o n t o r a p t o r s   r a p t o r s   w e t h e n o r t h   n b a   n b a p r e s e a s o n  
r a p t o r s   b a s k e t b a l l   i s   b a c k . . .   
 
 
 
 t o r o n t o r a p t o r s   s c o t t i e   s i a k a m   f r e d   o g   t r e n t
r a p t o r s   f a m i l y :   w e   g o t   t h e   j a z z   o u t   t h e   w a y ,   a n d   r a n   i t   u p . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o n e w s   -   t o r o n t o r a p t o r s   o p e n   p r e - s e a s o n   w i t h   d o m i n a n t   v i c t o r y   o v e r   u t a h j a z z   i n   e d m o n t o n .     v i a   _ n i a n   -   t o r o n t o ' s   o w n   -   b e t o r o n t o p r o u d   w e t h e n o r t h
s c o t t i e   b a r n e s   r a t e d   r o o k i e   f a s t   b r e a k   a u t o   s h o w i n g   u p   o n   t h e   b r e a k   p a d !   🔥 🔥 
     
 b o o m   w h o d o y o u c o l l e c t   g r o u p b r e a k s   t h e h o b b y   c a s e b r e a k s   b o x b r e a k s   n b a   b a s k e t b a l l c a r d s   t o r o n t o r a p t o r s   t o r o n t o   r a p t o r s   a u t o g r a p h   o p t i c   r o o k i e  
t o r o n t o   r a p t o r s   v s   u t a h   j a z z   r e a c t i o n … d a m   r a p t o r s   b e n c h   l o o k s   l e g i t ! ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
i t ’ s   b e e n   s u c h   a   c o o l   r i d e !   t h e   j e r s e y s   w o n ’ t   l a s t   l o n g ,   a n d   o n c e   t h e y   a r e   g o n e ,   t h a t ’ s   i t !   t o r o n t o r a p t o r s   r a p t o r s   i n d i g e n i z e   i n d i g e n o u s   i n d i g e n i z e e v e r y t h i n g   t k a r o n t o   t o r o n t o  
i   t h i n k   s p o r t s n e t   i s   a   l i t t l e   b e h i n d 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o   r a p t o r s   v s   u t a h   j a z z   -   f u l l   g a m e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a z z v s r a p t o r s   j a z z v s r a p t o r s h i g h l i g h t s   n b a h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s v s j a z z   r a p t o r s v s j a z z f u l l g a m e h i g h l i g h t s   r a p t o r s v s j a z z h i g h l i g h t s   t o r o n t o r a p t o r s  
n e w   v i d e o   t o   w a t c h : 
 
 " t h i s   i s   h o w   t h e   t o r o n t o   r a p t o r s   w i l l   g e t   s h a i   g i l g e o u s - a l e x a n d e r "   
 
 c r e a t o r :     l e a g u e   t a l k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
t h e s e   b i g   4   🔥 🔥 🔥 🔥   / / / 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
w a t c h i n g   t h e   r a p t o r s   v s   u t a h   a t   t h e i r   f i r s t   g a m e   i n   e d m o n t o n !   1 1 4 / 8 2   w a y   t o   g o   r a p t o r s   !   w h a t   a   g r e a t   p r e   s e a s o n   g a m e !   y e g   r a p t o r s b a s k e t b a l l   t o r o n t o r a p t o r s  
r a p t o r s   d o m i n a n t   i n   f i r s t   p r e s e a s o n   g a m e   -   j o s h   j a c k s o n   m a k i n g   r o s t e r ?   -   r a p t o r s   v s   j a z z   r e a c t i o n 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b a   s i a k a m   t o r o n t o r a p t o r s  
t h e   m o n t h   o f   o c t o b e r   i s   f i l l e d   w i t h   r e t u r n i n g   s t a r s !   t h e   s t a r t   o f   t h e   n h l   a n d   n b a   s e a s o n   +   t h e   b l u e   j a y s   c l i n c h i n g   t h e   p l a y o f f   s p o t .   t h i s   m o n t h   i s   g o n n a   b e   h o t !   
 
 b l u e j a y s   t o r o n t o   r a p t o r s   m a p l e l e a f s   t o r o n t o m a p l e l e a f s   t o r o n t o r a p t o r s  
  d o i n g   s o m e   p r a c t i c e   h o o p s   i n     p l a c e   f o r   n b a p r e s e a s o n   g a m e   w i t h       t o r o n t o r a p t o r s   u t a h j a z z   n b a   c a n a d a   e d m o n t o n   r o g e r s p l a c e  
t h e   n b a   i s   b a c k !   
 
 t h e   t o r o n t o   r a p t o r s   o p e n e d   t h e   p r e s e a s o n   w i t h   a   w i n   o v e r   t h e   n e w - l o o k   u t a h   j a z z   i n   e d m o n t o n ,   a l b e r t a ,   c a n a d a . 
 
 n b a   n b a p r e s e a s o n   t o r o n t o r a p t o r s   u t a h j a z z   b a s k e t b a l l   s p o r t s  
_ n a v   w e   o u t   h e r e   o n   t h e   f l o o r   w i t h   n a v   👑   i t   w a s   n i c e   t o   h a v e   y o u   i n     t h e   g a m e   w a s   a w e s o m e !   e d m o n t o n   g o t   l o u d   f o r   t h e     🏀   s o r r y     y o u   c a m e   t o   e d m o n t o n   t o   g e t   s m o k e d   💨   t o r o n t o r a p t o r s   y e g   r o g e r s p l a c e   u t a h j a z z     n b a p r e s e a s o n   n b a  
r a p t o r s   r e a c t i o n :   r a p s   s t a r t   s t r o n g   w i t h   b l o w o u t   w i n   i n   p r e s e a s o n   o p e n e r 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
p r e c i o u s   p u m p   f a k e   i n t o   d r i v i n g   d u n k   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
s c o t t i e   b a r n e s   w i t h   t h e   o l d   s c h o o l   t u r n   a r o u n d   s h o t   v s   j a z z 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
d i d n ' t   g e t   t o   w a t c h   t h e   r a p t o r s   p r e - s e a s o n   g a m e   l a s t   n i g h t .   h o w   d i d   t h e   r o o k   l o o k ?   😒   t o r o n t o r a p t o r s   r t z   w e t h e n o r t h   n b a p r e s e a s o n 2 0 2 2
m a d e   t h i s   b e t   l a s t   w e e k e n d   w i t h   a   f r e e   b e t .   p r e t t y   m u c h   a   🔒 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
p r e c i o u s   p u m p   f a k e   i n t o   d r i v i n g   d u n k 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   j a z z   -   o c t o b e r   0 2 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
c a n ' t   w a i t   f o r   f r e d d i e   t o   c l a m p   d a r i u s   t h e   s a m e   w a y   h e   d i d   s e x t o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
    _ s e i x e i r o           _ m e d i a           ( 3 / )   w i n s ,   t o   o f f e r   t h e i r   r e s i g n a t i o n s   [   
 -   ,   a   h o s t   l a s t     s e a s o n   o f   t h e   m a i n   e a r l y - m o r n i n g s h o w   o f   t o r o n t o     r a d i o   s t a t i o n   t h e   ,   t h a t   t h e   t i m e   h a d   c o m e   t o   m a k e   c h a n g e s   t o   t h e   b l u e j o k e s   a f t e r   “ m u l t i p l e   b a d   c o n t r a c t s   a n d
j a y s o n   t a t u m   s a i d   t h i s   a b o u t   t h e   r a p t o r s . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b u l l s v s r a p t o r s   c h i c a g o b u l l s v s t o r o n t o r a p t o r s   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s v s r o c k e t s   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s c h a m p i o n s h i p  
g r o a t   d o i n g   g r o a t   t h i n g s .   h a p p y   c a n a d i a n   t h a n k s g i v i n g   🇨 🇦   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
g a r y   t r e n t   j r   d r o p s   p j   t u c k e r … ( t o r o n t o   r a p t o r s ) 
   
 
   
 a t l a n t i c d i v i s i o n   b u l l s v s r a p t o r s   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   r a p t o r s v s b u l l s   r a p t o r s v s r o c k e t s   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s 2 0 1 9  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
d r a y m o n d   g r e e n   s i t u a t i o n   s h o w s   v a l u e   o f   r a p t o r s '   c u l t u r e 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   w e a r e t h e v a l l e y     d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n   m f f l   t a k e n o t e   c l i p p e r s
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
f r o m   t h e   🎧   p o d c a s t   p l a y e r 
 
 r a p t o r s   d i g e s t 
 d a l a n o   c o n t i n u e s   h i s   r i s e   -   j u s t i n g   c h a m p a g n i e   r e t u r n s   -   r a p t o r s   v s   b u l l s   p r e s e a s o n   r e a c t i o n 
 
 🎙 ️   b e n   r o g e r s 
 🎙 ️   r y k e r   r i c h a r d 
 ⏲ ️   2 0 : 1 5 
 
 t o r o n t o   n b a 

s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
r a p t o r s   r e p u b l i c 
 d a l a n o   b a n t o n   c o n t i n u e s   t o   t h r i v e   a m o n g s t   t h e   r a p t o r s   m e s s 
 
 b y   s a m s o n   f o l k 
 
 t o r o n t o   n b a 

j o s h   j a c k s o n   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o s h j a c k s o n   j o s h   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s
o . g .   a n u n o b y   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o . g . a n u n o b y   o . g .   a n u n o b y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
o . g .   a n u n o b y   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o . g . a n u n o b y   o . g .   a n u n o b y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
      t o r o n t o   n e v e r   h a s   b e e n   a   t r u e   s p o r t s   t o w n .   h o c k e y   i s   e n g r a i n e d   i n   c d n   h i s t o r y   s o   i t s   a n o m a l y .   j a y s   o n l y   d r a w   w h e n   t h e y   a r e   w i n n i n g ,   a s   d o   r a p t o r s .
f o r z a h o r i z o n 5   s p r i n g   h o t   s e a s o n   s e r i e s   1 2   x p   & a m p ;   c a r   g a i n s   p t   2       g a m e r s   g a m e r s l i f e   g a m e r s u n i t e   g a m e o n   n b a   p c g a m i n g   v i d e o g a m e s   p c g a m e s   f o r z a   r a p t o r s   m o n d a y v i b e s     w w e s m a c k d o w n   r a c e c a r s   t o r o n t o   g a m e s     g a m e t i m e   w i n   s h o w t i m e   w w e r a w
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
g e t   t h i s   g u y   s i g n e d   f o r   s o m e   s h o o t i n g   a s a p   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
t o r o n t o   s u n 
 t r e n t   j r . ,   b a n t o n   l o o k   g o o d   a s   r a p t o r s   d r o p   p r e - s e a s o n   h o m e   t i l t   t o   b u l l s 
 
 b y   m i k e   g a n t e r 
 
 t o r o n t o   r a p t o r s 

g a r y   j r .   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g a r y j r .   g a r y   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p r e c i o u s   a c h i u w a   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p r e c i o u s a c h i u w a   p r e c i o u s   a c h i u w a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s
  n o b o d y   c a l l s   t h e m   c a n a d a ’ s   t e a m   u n l e s s   y o u r     o r     
 
 a l s o   u n l e s s   y o u   l i v e   i n   t o r o n t o   t h e n   y o u   a s s u m e   e v e r y o n e   l o v e s   y o u .   
 
 i m a g i n e   i f   w e   w e r e n ’ t   f o r c e   f e d         t h e n   p e o p l e   c o u l d   h a v e   t h e   o p t i o n s   o f   e n j o y i n g   o t h e r   t e a m s
r a p t o r s   p o s t - g a m e   a v a i l a b i l i t y   |   o c t o b e r   0 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
[ h i g h l i g h t ]   o g   a n u n o b y   b l o c k s   z a c h   l a v i n e   t w i c e   i n   a   m i n u t e   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   9   |   2 0 2 2   n b a   p r e s e a s o n   t o r o n t o   r a p t o r s   n b a   v i d e o :  
d e m a r   d e r o z a n   p u t s   o n   a   s h o w   w i t h   2 1   p t s   i n   b i g   p r e s e a s o n   w i n   o v e r   r a p t o r s   t o r o n t o   r a p t o r s   n b a   v i d e o :  
t h e   w o r k   c o n t i n u e s .   s t r a t e g y   a n d   t a c t i c s   i n   t h e   p r e - s e a s o n   h o m e   o p e n e r .   s h o u t   o u t   a n d   t h a n k s   t o   t h e   p l a y e r s ,   c o a c h e s ,   s t a f f   a n d   m a n a g e m e n t   o f   t h e   t o r o n t o     f o r   a   g r e a t   n i g h t   a t     w e t h e n o r t h   i n   t h e   g r e a t   o n t a r i o   c a p i t a l .   c o n g r a t s   t o   t h e     n b a  
f r e d   v a n v l e e t   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f r e d v a n v l e e t   f r e d   v a n v l e e t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
o b v i o u s l y     h a s   b e e n   i n   t h e   l a b   w o r k i n g   o n   h i s   s h o t .   j u s t   s a w   h i m   i n   a c t i o n   w i t h   t h e     i n   t o r o n t o   a g a i n s t     t o n i g h t .   h e   h i t   3 ,   3 s   i n   o n e   q t r .
d e m a r   d e r o z a n   h i g h l i g h t s   -   r a p t o r s   v s .   b u l l s   -   9 t h   o c t   2 0 2 2 
 
 
 n b a   d e m a r   d e r o z a n   t o r   c h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   t o r o n t o   r a p t o r s   c h i c a g o   b u l l s
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
j a v o n t e   g r e e n   w i t h   a n   a l m o s t   f t   l i n e   d u n k   🔥   🤯 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a v o n t e   g r e e n   d u n k   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
r a p t o r s   g a m e   ! !   e v e n   t h o u g h   t h e y   l o s t ,   a l w a y s   a   g o o d   t i m e .   t o r o n t o r a p t o r s   t o r o n t o   r a p t o r s  
d r u m m o n d   t u r n i n g   i n t o   s t e p h   c u r r y   o u t   h e r e   🔥   🎯 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   a n d r e   d r u m m o n d   s t e p h   c u r r y   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
g r a d i n g   e v e r y   r a p t o r s   p l a y e r   a f t e r   t h r e e   2 0 2 2   p r e s e a s o n   g a m e s 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   h e a t n a t i o n   h e a t t w i t t e r   t r u e t o a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s
a n d r e   d r u m m o n d   c o n f i d e n t l y   h i t s   t h e   3 ?   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   a n d r e   d r u m m o n d   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
s i a k a m   f i n d s   v a n v l e e t   f o r   t h e   d e e p   t h r e e ! 
 w e t h e n o r t h   n b a t w i t t e r   n b a   t o r v s c h i   t o r o n t o   r a p t o r s   n b a p r e s e a s o n   
  
g r e a t   a n g l e   o n   t h i s   d a l a n o   b a n t o n   b a s k e t ! 
 w e t h e n o r t h   r a p t o r s   t o r o n t o   n b a t w i t t e r   n b a   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   
  
f e e l s   s o   g o o d   t o   h a v e   g a m e   d a y   b a c k   i n   t h e   c i t y ‼ ️ g e t   t o   y o u r   s e a t s   r a p t o r s ’   f a n s   🎉 
 
 r a p t o r s   n o r t h s i d e c r e w   t o r o n t o r a p t o r s   d a n c e r s   w e t h e n o r t h   n b a   n b a d a n c e r s   t o r o n t o   t o r o n t o d a n c e r s   p r e s e a s o n   g a m e d a y   h a i r l o v e s t u d i o i n c   h a i r l o v e  
h e r e   w e   g o   a g a i n   !   🏀 🦖 
 
 n e w s e a s o n   p r e s e a s o n   s c o t i a b a n k a r e n a   r a p t o r s   t o r o n t o r a p t o r s   t o r o n t o   w e t h e n o r t h 
 
      
d o n ' t   w o r r y   r a p t o r s   a r e   w i n n i n g   t h e   c h a m p i o n s h i p ,   y o u ' r e   g o o d . 
 
 w e t h e n o r t h   n b a   t o r o n t o   b a s k e t b a l l   c a n a d a 
 o n t a r i o  
t o r o n t o r a p t o r s   c h i c a g o b u l l s   n b a   b a s k e t b a l l   r a p t o r s b u l l s   n b a j a p a n g a m e s   t o r o n t o   n b a t w i t t e r   
 w a t c h   t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s 
 
                               🇺 🇸 l i n k 🏀 
                                         ⬇ ️ 
 
   ✅
o . g .   a n u n o b y   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o . g . a n u n o b y   o . g .   a n u n o b y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
i   g o t   a   v i n c e   c a r t e r   j e r s e y   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
( 2 / ) 
 -   t o r o n t o ' s   ,   ,   ,     & a m p ;     t e a m s : 
 - -   t h o s e   o f   t h e   ,     & a m p ;     a r e   o v e r ,   w i t h   a l l   h a v i n g   q u a l i f i e d   f o r   p l a y o f f   s p o t s   b u t   n o t   h a v i n g   w o n   a   s e r i e s 
 - -   t h a t   o f : 
 - - -     h a v i n g   r e s u l t e d   i n   c o m i n g ,   a s   o f   s u n d a y ,   t o   w i t h i n   1 2   p o i n t s   o f
s h a r i n g   t h e   g r i e f :   s p o r t s   f a n s   i n   t o r o n t o   a n d   b u f f a l o . . .       l e a f s   b l u e j a y s   r a p t o r s   s a b r e s  
r a p t o r s   r e p u b l i c 
 n i c k   n u r s e   a n d   o . g .   a n u n o b y   g i v e   t h a n k s   o n   t h a n k s g i v i n g 
 
 b y   j a m a r   h i n d s 
 
 t o r o n t o   r a p t o r s 

1 0 . 5   m a d e   3 ’ s   a g a i n s t   t h e   b u l l s   t o n i g h t .   
 t o r o n t o   r a p t o r s   w e t h e n o r t h
h e a r t b r o k e n   b y   t h e     l o s s ?       u s   t o o .     😭 
 b u t   w e   c a n   h e l p ! 
 
 a   b a g   o f     w i l l   r e s t o r e   j o y   i n   y o u r   l i f e   -   g u a r a n t e e d   t o   w o r k   1 0 0 %   o f   t h e   t i m e   5   o u t   o f   1 0   t i m e s . 
 
 t o r o n t o   s n a c k   j e r k y   j o y   p r o t e i n   h a p p y   m l b   j a y s   b l u e j a y s   n e x t l e v e l   v l a d d y   r a p t o r s   l e a f s
o n l y   i n   t o r o n t o   s p o r t s   d o   w e   p a y   y o u n g   a t h l e t e s   m a x   c o n t r a c t s   s o   t h e y   c a n   h a v e   l e a r n i n g   e x p e r i e n c e s   y e a r   i n   & a m p ;   y e a r   o u t   😂   i   t o o   w i s h   i   c o u l d   g e t   p a i d   $ 1 0 +   m i l l i o n / y r   f o r   a n   e d u c a t i o n       … l e a v i n g   t h e     o f f   t h e   l i s t   b e c a u s e   m a s a i   k n o w s   w h a t   i t   t a k e s   🏆
g e e z .   a l l   t h e s e   s p o r t   r i g h t   f o r g o t   a b o u t   r a p t o r s   c h a m p i o n s h i p .   p r o v e   h o w   m u c h   t h e   s p o r t s   w o r l d   t h i n k   a b o u t   t o r o n t o .   a l s o   r a p t o r s   c h a m p i o n s h i p   w a s   s u c h   a   r e a l   b i g   m o m e n t   i n   c a n a d a ,   t h a t   w h y   3   m i l l i o n   p e o p l e   w e n t   t o   p a r a d e
t i m e   t o   f o c u s   o n   t h e   r a p t o r s !   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
d a l a n o   b a n t o n   h a s   p r o v e n   h e   i s   r a p t o r s '   b e s t   b a c k u p   p g   o p t i o n 
 
 
 
 n b a   t o r o n t o   r a p t o r s   w e t h e n o r t h   c a n a d a   c e l t i c s   b l e e d g r e e n   c l i p p e r n a t i o n   j a p a n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s     u s a
s c o t t i e   b a r n e s   i s   h i l a r i o u s . . .   ( t o r o n t o   r a p t o r s ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   r a p t o r s v s r o c k e t s   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s c h a m p i o n s h i p   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s  
j u s t   g e t   r i d e   o f   a l l   t o r o n t o   s p o r t s   t e a m   m i n u s   t h e   r a p t o r s .   1 8 w h e e l e r   c h o k e j o b   m l b
t h i s   i s   t h e   y e a r !   t o r o n t o   w i l l   l o s e   a l l   n a t i o n a l   s p o r t s .   r a p t o r s   a r e   s h i t .   b l u e   j a y s   a r e   s h i t .   t h e   l e a f s   a r e   s h i t .   t o r o n t o   f c   i s   s h i t .   t o r o n t o
t o r o n t o   i s   a   m a j o r   w o r l d   c l a s s   c i t y .   w e ' r e   f o r t u n a t e   t o   h a v e   m a n y   s p o r t s   t e a m s 
 t h a n k s   b l u e j a y s   f o r   a n   e x c i t i n g   s e a s o n 
 n e x t .   n o w   t o   f o c u s   o n   t h e   r a p t o r s   ( m a p l e   l e a f s ) 
 
 s t i l l   l o t s   o f   m l b p l a y o f f s   l e f t ,   t h e   b a s e b a l l   w i l l   o n l y   g e t   b e t t e r .   b e s t   o f   t h e   b e s t   r e m a i n 
 
 m l b   n b a   n h l
  m u s t   a p p r e c i a t e   a n d   c e l e b r a t e   t h e   r a p t o r s   c h a m p i o n s h i p .   t h a n k s   f o r   t h e   c e l e b r a t i o n s . 
 
 t o r o n t o
d i d   t h e   r a p t o r s   i   k n o w   t h e y   p l a y   i n   t o r o n t o   ?     h o w   d i d   t h e y   p u l l   i t   o f   t h e n   ? w e t h e n o r t h   n e x t l e v e l   l e a f s f o r e v e r  
i n   2 0 0 9   t h e   r a p t o r s   n e e d e d   s o m e o n e   j u s t   l i k e   m a g i c   b u t   a l l   t h e y   g o t   w a s   a   m e r e   j o h n s o n .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
    t o r o n t o   t e a m s   a l w a y s   h a v e   a n   e x c u s e   t o   w h y   t h e y   l o s e .   r a p t o r s   w o n   b u t   r e f u s e d   t o   s p e n d   t h e   $   t o   k e e p   t h e   t a l e n t .   t h e y   h a v e   a   s a l a r y   c a p .   t h e   b l u e j a y s   h a v e   n o   s a l a r y   c a p .   w h o   w a n t s   t o   b e t   t h e   j a y s   o n l y   w i n   o n e   g a m e   i n   t h e   p l a y o f f s   n e x t   y e a r   a n d   r o g e r s   c a l l s   i t   a n   i m p r o v e m e n t ?
w e l l ,   b l u e   j a y s   b a s e b a l l   i s   o v e r .   
 u p   n e x t ,   l e a f ’ s   a n d   r a p t o r s . 
 w h e r e   y o u   a t   t o r o n t o ? ! 
 l e t ’ s   d o   t h i s ! !  
w h y   c a n ' t   t o r o n t o   s p o r t s   f a n s   h a v e   w i n s   !          
t h e   r a p t o r s ’   t i t l e   b e c o m e s   m o r e   a n d   m o r e   i m p r e s s i v e   b y   t h e   y e a r ,   c o n s i d e r i n g   t h e y   h a d   t o   e s c a p e   a n   a l l - e n c o m p a s s i n g   c u r s e   t o   d o   i t . 
 
 t o r o n t o   n e x t l e v e l   p a i n
i   l o v e   b e i n g   a   t o r o n t o   s p o r t s   f a n ,   i t ' s   l i k e   g e t t i n g   h i t   i n   t h e   g u t   o v e r   a n d   o v e r   a g a i n .   d i d   i   m e n t i o n   i   w a s   a   m a s o c h i s t ?   b l u e j a y s   t o r o n t o   j a y s   l e a f s   r a p t o r s
t w o   p r o f e s s i o n a l   b a s e b a l l   p l a y e r s   r u n   i n t o   e a c h   o t h e r   a n d   b l o w   t h e   g a m e . 
 
 b e i n g   a   t o r o n t o   s p o r t s   f a n   s u c k s * ! 
 
 * 2 0 1 9   r a p t o r s   e x c l u d e d
d a y   2 1   b r i n g s   u s   t o   t h e     a n d   t h e i r   b u d d i n g   y o u n g   s t a r ,   s c o t t i e   b a r n e s !   n b a   t o r o n t o  
c a s u a l l y   w a t c h i n g   t h e   w a r r i o r s   d y n a s t y   p o t e n t i a l l y   f a l l   a p a r t   a s   t h e   r a p t o r s   a r e   p u r e   v i b i n g ,   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
p r e c i o u s   a c h i u w a   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p r e c i o u s a c h i u w a   p r e c i o u s   a c h i u w a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
t o r o n t o   s u n 
 r a p t o r s   w a y   o f f   f r o m   t h r e e - p o i n t   r a n g e ,   f a l l   i n   h o u s t o n   t o   r o c k e t s 
 
 b y   r y a n   w o l s t a t 
 
 t o r o n t o   r t z 

s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
f o r z a h o r i z o n 5   g a m e r s   g a m e r s l i f e   g a m e r s u n i t e   g a m e o n   p c g a m i n g   v i d e o g a m e s   p c g a m e s   r e t r o g a m i n g   c a t u r d a y   r a p t o r s   n b a   n h l 2 3     r a c e c a r s   t o r o n t o   g a m e s     g a m e t i m e   w i n   5   s p r i n g   h o t   s e a s o n   s e r i e s   1 2   a c c o l a d e s   x p   & a m p ;   c a r   g a i n s   p t   1     v i a  
r a p t o r   l e g e n d s   ( f r o m   a   f e w   d a y s   a g o )   ❤ ️ 🥹   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
" . . i n   c a g e s " 
 o n p o l i   l e a f s   t o r o n t o   o n t e d   r a p t o r s   s c h o o l s   o n t a r i o   s k o o l  
t a r i   e a s o n   h i g h l i g h t s   -   r o c k e t s   v s .   r a p t o r s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   t a r i   e a s o n   h o u   t o r   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   h o u s t o n   r o c k e t s   t o r o n t o   r a p t o r s
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   t o r o n t o   r a p t o r s   n b a   v i d e o :  
              ,   i   w i l l   n e v e r   a p o l o g i z e   f o r   m y   c r i t i c i s m   o f   t o r o n t o   s p o r t s   t e a m s ,   w h e t h e r   t h e   b l u e j a y s ,   m a p l e l a u g h s   o r   .     n e i t h e r   o f   t h e   1 s t   2   w o n   t h e   r e l e v a n t   f r i d a y   g a m e ,   & a m p ;   t h a t   c o n c e r n s   m e   f o r   @   l e a s t   s o m e w h a t   d i f f e r e n t   r e a s o n s .
s w i p e   l e f t   t o   s e e   t h e   r e s t   o f   t h e   🔥   h i t s !   
 
 e v a n m o b l e y   l u k a d o n c i c   l b j   l e b r o n   l a l a k e r s   n b a   b a s k e t b a l l c a r d s   s p u r s n a t i o n   s a n a n t o n i o   d o w n t o w n b r e a k s   t o r o n t o   r a p t o r s  
t h e   b a d   n e w s …   3 ’ s   a n d   f r e e   t h r o w s   p l a y e d   a   m a j o r   r o l e   i n   t h e   r a p t o r s   f i r s t   p r e s e a s o n   l o s s .   
 t h e   g o o d   n e w s …   i t ’ s   p r e s e a s o n .   
 
   _ _         t o r o n t o   w e t h e n o r t h  
t r i f e c t a 
 
 j a y s   l o s t 
 l e a f s   l o s t 
 r a p t o r s   l o s t 
 
 t o r o n t o  
j o s h   j a c k s o n   s o u n d s   l i k e   p e r f e c t   r a p t o r s   p l a y e r   a f t e r   f i r e   q u o t e 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a t w i t t e r   n b a j a p a n g a m e s 2 0 2 2   n b a i n a b u d h a b i   n b a p r e s e a s o n   l a k e s h o w   b l e e d g r e e n
t h e   t o r o n t o / c a r i b b e a n   f u s i o n   i s   s t r o n g   w i t h   t h i s   t w e e t . 
 
 m e h   d e h   y a !  
j a l e n   g r e e n   g o n n a   b e   t r o u b l e   🚀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a l e n   g r e e n   h o u   h o u s t o n   r o c k e t s   t o r   t o r o n t o   r a p t o r s
i ' m   a c t u a l l y   i n t r i g u e d   b y   t h i s   l i n e u p ,   t r u e   t e s t   o f   o u r   l e n g t h   a n d   s t r e n g t h   6 ' 8 " +   i d e o l o g y .     s i a k a m   a n d   s c o t t i e   r u n n i n g   t h e   p o i n t   s h o u l d   b e   g o o d ,   i ' m   a l s o   e x c i t e d   t o   s e e   k o l o k o   g e t t i n g   e a r l y   m i n u t e s   a g a i n s t   o t h e r   t e a m s '   s t a r t e r s . 
 
 w e t h e n o r t h   n b a   t o r o n t o   b a s k e t b a l l   c a n a d a  
▶ ️ w a t c h   a l l   n b a   b a s k e t b a l l   s u m m e r   g a m e s   l i v e   f r e e   & a m p ;   f u l l   h d ✅ 
 
 n b a   n h l   m l b   c h i c a g o b u l l s   t o r o n t o   r a p t o r s   w e t h e n o r t h   r t z   h o u s t o n   r o c k e t s   h o u s t o n r o c k e t s   d e t r o i t   p i s t o n s   d e t r o i t p i s t o n s   n o b r a k e s   n e w o r l e a n s   p e l i c a n s   p e l i c a n s n b a   w o n t b o w d o w n   w b d
h e l l o   t o r o n t o   f a n s . 
 t h i s   i s   y o u r   s e m i - a n n u a l   r e m i n d e r   t o   s t o p   w a t c h i n g   y o u r   t e a m   a f t e r   t h e   r e g u l a r   s e a s o n   i s   o v e r .   i t ' s   s i l l y   t o   w a t c h   b e y o n d   t h a t 
 
 i n s a n i t y   i s   d o i n g   t h e   s a m e   t h i n g   o v e r   a n d   o v e r   a g a i n   a n d   e x p e c t i n g   d i f f e r e n t   o u t c o m e . 
 
 j a y s   l e a f s   t f c   r a p t o r s
m a k e   s u r e   t o   t u n e   i n   t o   t h e   l i v e   s t r e a m   t o n i g h t   f a m i l y !   o u r   l i v e   s t r e a m s   a r e   a l w a y s   i n t e r e s t i n g   d o n ' t   m i s s   i t !   
 
 
 r o c k e t s   r a p t o r s   n b a   l i v e s t r e a m   y o u t u b e   n b a p r e s e a s o n   r a p t o r s n a t i o n   t o p l i n e s p o r t s   h o u s t o n   t o r o n t o   b a s k e t b a l l   s p o r t s   s p o r t s a n a l y s t  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
📈   t r e n d i n g   a t   
 
 r a p t o r s   r a p t u r e 
 r a p t o r s ’   f r e d   v a n v l e e t   h a s   b o l d   t a k e   i n   n b a   g o a t   d e b a t e 
 
 b y   m i k e   l u c i a n o 
 
 t o r o n t o   r t z 

t h e   t o r o n t o   r a p t o r s   a r e   o f f i c i a l l y   i n   p r e s e a s o n   m o d e !   w i t h   t h e   l o o m i n g   n b a   s e a s o n ,   i t ' s   t i m e   t o   g e t   b o l d   w i t h   s o m e   p r e d i c t i o n s . 
 
 w e t h e n o r t h   n b a n e w s   n b a t w i t t e r   b a s k e t b a l l   y o u t u b e   c a n a d a   n b a p r e s e a s o n   
 
 v i d e o :  
t o r o n t o   s t a r 
 j o s h   j a c k s o n ,   f o r m e r   n o .   4   o v e r a l l   p i c k ,   o p e n i n g   e y e s   a t   r a p t o r s   c a m p 
 
 b y   d o u g   s m i t h 
 
 t o r o n t o   n b a 

d o   r a p t o r s   a n d   c e l t i c s   f a n s   h a v e   b e e f . . .   😆   
 
 
 
 r a p t o r s   t o r o n t o   b o s t o n   c e l t i c s
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
w h a t   i f   w e   k i d n a p p e d   p a s c a l   & a m p ;   s c o t t i e   f o r   a   y e a r   t h e n   t h e y   b o t h   c o m e b a c k   a s   v i c t o r   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
y a h o o   s p o r t s 
 r a p t o r s '   f r e d   v a n v l e e t   ' w o r k i n g   o n '   g e t t i n g   c a n a d i a n   c i t i z e n s h i p 
 
 b y   w e n z e l l   o r t i z 
 
 t o r o n t o   r t z 

d e m a r   d e r o z a n   c r e d i t s   g i a n n i s   a n t e t o k o u n m p o   o n   j j   r e d i c k ' s   p o d c a s t 
 
 
 
 n b a   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h   t o r o n t o   r a p t o r s
s c o t t i e   b a r n e s   i s   s c a r i n g   r a p t o r s   f a n s … 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
s h o u l d   r a p t o r s   w o r r y   a b o u t   3 - p o i n t   s h o o t i n g   a f t e r   c e l t i c s   w i n ? 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
f r o m   t h e   🎧   p o d c a s t   p l a y e r 
 
 t h e   r a p t o r s   s h o w 
 r a p t o r s   r e s e r v e s   c o m p l e t e   t h r i l l i n g   c o m e b a c k   i n   o t   w i n 
 
 🎙 ️   w i l l i a m   l o u 
 🎙 ️   a l e x   w o n g 
 ⏲ ️   3 0 : 3 1 
 
 t o r o n t o   n b a 

t o p   3   s p o r t s   p r o g r a m s   1 0 / 0 5 / 2 2 
 1 ⃣ ⚾ ️ t o r o n t o   v s   b a l t i m o r e   |   g a m e   2   o n   s n 
 a m a :   6 1 3 . 0 k 
 2 ⃣ ⚾ ️ t o r o n t o   v s   b a l t i m o r e   |   g a m e   1   o n   s n 
 a m a :   3 6 3 . 5 k 
 3 ⃣ 🏀 p r e s e a s o n :   t o r o n t o   v s   b o s t o n   o n   t s n 
 a m a :   1 8 2 . 0 k 
 t o r o n t o b l u e j a y s   t o r o n t o r a p t o r s   r a p t o r s   j a y s   t o r o n t o   m l b   n b a p r e s e a s o n
[ p o s t   g a m e   t h r e a d ]   t h e   t o r o n t o   r a p t o r s   ( 2 - 0 )   d e f e a t   t h e   b o s t o n   c e l t i c s   ( 1 - 1 )   a t   o t ,   1 2 5 - 1 1 9   🏀 
 
 g a m e   b o x   s c o r e   i s   n o t   l o a d i n g   a t   t h e   m o m e n t   s o   l i n k i n g   t h e   s c o r e s   b e l o w . 
 

t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   c e l t i c s   -   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
t o r o n t o   s t a r 
 r a p t o r s   g o   d e e p   i n t o   b e n c h ,   r a l l y   t o   b e a t   c e l t i c s   i n   o v e r t i m e 
 
 b y   d o u g   s m i t h 
 
 t o r o n t o   n b a 

j e f f   d o w t i n   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j e f f d o w t i n   j e f f   d o w t i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
g a r y   j r .   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g a r y j r .   g a r y   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
j e f f   d o w t i n   x   r a y   r e v e a l e d   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
f r e d   v a n v l e e t   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f r e d v a n v l e e t   f r e d   v a n v l e e t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
n o t   e v e n   o n   t h e   g r a p h i c ,   b u t     k n o w s   😁 🙌 🏾 
 
 r a p t o r s   r o t y   t o r o n t o   
 

p r e c i o u s   a c h i u w a   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p r e c i o u s a c h i u w a   p r e c i o u s   a c h i u w a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   t o r o n t o   r a p t o r s   n b a   v i d e o :  
j a y l e n   b r o w n   h i g h l i g h t s   -   c e l t i c s   v s .   r a p t o r s   -   5 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   b o s   t o r   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b o s t o n   c e l t i c s   t o r o n t o   r a p t o r s
  p a y t o n   p r i t c h a r d   -   1 7   p t s ,   4   r e b ,   5   a s t ,   3   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 p a y t o n p r i t c h a r d   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
_ s m o o t h 1 0   s a m   h a u s e r   -   2 2   p t s ,   4   r e b ,   2   a s t ,   5   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 s a m h a u s e r   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
s t i l l   u n d e f e a t e d ! 
 t o r o n t o   r a p t o r s   w e t h e n o r t h  
j a y s o n   t a t u m   m a k i n g   t h e   r a p t o r s   d e f e n c e   l o o k   s i l l y   🤣 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a y s o n   t a t u m   f a k e   b o s   b o s t o n   c e l t i c s   t o r   t o r o n t o   r a p t o r s
3   r e a s o n a b l e   g o a l s   f o r   r a p t o r s   p g   f r e d   v a n v l e e t   i n   2 0 2 2 - 2 3 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   b l e e d g r e e n   b e t h e f i g h t     t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r   i n d i a n a s t y l e
m y   s i s t e r   h a d   c u s t o m   r a p t o r s   m i n k y   f a b r i c   m a d e   t o   m a k e   a   b a b y   b l a n k e t   f o r   m y   f r i e n d s   b a b y   s h o w e r .   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
b o s t o n   c e l t i c s   n e w s   -     s t a r t e r s   f o r   t o n i g h t ' s   g a m e   w i t h   t h e   t o r o n t o   r a p t o r s .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   t o r o n t o   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
l o t s   o f   c a n a d i a n   c o n t e n t   a s   r a p t o r s   a n d   j a z z   s q u a r e   o f f   i n   e d m o n t o n .   u p d a t e   |   e x c e l l e n t   s p o r t s   a d v e n t u r e 
       
 
 t o r o n t o   r a p t o r s   p r e s e a s o n   n b a   b a s k e t b a l l   s p o r t s   n e w s   t r e n d i n g   v i r a l   s p o r t s n e w s   t i l l e y   e x c e l l e n t   a d v e n t u r e   t a p s   r a p s  
t h e     a r e   c o n s i s t e n t l y   o n e   o f   t h e   m o s t   s l e p t   o n   t e a m   i n   t h e   n b a .   w i t h   t h e   d e v e l o p m e n t   o f   s c o t t i e b a r n e s ,   c a n   t h e y   m a k e   a   b i g   j u m p ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a p r e s e a s o n   n b a m e d i a d a y   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s     d r a k e  
f a d e a w a y   w o r l d 
 p a s c a l   s i a k a m   n o t   w o r r i e d   a b o u t   t h e   t o r o n t o   r a p t o r s   a f t e r   t h e   e a s t e r n   c o n f e r e n c e   s t r e n g t h e n e d   i t s e l f   t h i s   o f f s e a s o n :   " t h e   l e a g u e   i s . . . 
 
 b y   i s h a a n   b h a t t a c h a r y a 
 
 t o r o n t o   r a p t o r s 

y e s t e r d a y   t h e     t u r n e d     1 4 9   y r s   o l d .   
 
 f o r   p e r s p e c t i v e ; 
   a r e   1 0 5 
   a r e   4 5 
   a r e   2 7 
 t h e   s o c c e r   t e a m   i s   1 6 
 & a m p ;   t h e   m o d e r n   o l y m p i c s   a r e   1 2 9 … 
 
 c f l   f o o t b a l l   n f l   n c a a   n h l   m l b   n b a   s o c c e r   t o r o n t o
t h e   r a p t o r s   d i d   t h i s   a n d   n o b o d y   n o t i c e d . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a z z v s r a p t o r s   p a s c a l s i a k a m t o r o n t o r a p t o r s   r a p t o r s n a t i o n   r a p t o r s v s j a z z   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s  
n b a   g m s   c o n f i r m   w h a t   w e   k n e w   a b o u t   n i c k   n u r s e ,   r a p t o r s   f a n s 
 
 
 
 n b a   t o r o n t o   r a p t o r s   c a n a d a   w e t h e n o r t h   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   l a k e s h o w   l a k e r s   b l e e d g r e e n   c e l t i c s
t h e y   b u i l t   d i f f e r e n t   f r   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
🎧 e p . 2 0 4 🎙 
 “ e n o u g h   t o   g o   a r o u n d ? 
 t o r o n t o     t a l k   w / h o s t s     & a m p ;   
 
 🏀 p a s c a l   t o p   5 ? 
 🏀 e x p e c t a t i o n s   f o r   b a r n e s   & a m p ;   p r e c i o u s 
 🏀 s g a ? 
 🏀 t r a d e   i n f l a t i o n 
 
 
 
 r t z | r a p t o r s | w e t h e n o r t h | n b a | n b a t w i t t e r | | |
r a p t o r s   t r a i n i n g   c a m p   a v a i l a b i l i t y   |   o c t o b e r   0 4 ,   2 0 2 2   t o r o n t o   r a p t o r s   n b a   v i d e o :  
c h e c k   o u t   o u r   n e w   b o a r d s ! !   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
🔴 n e w   e p i s o d e ! 🔴   l i s t e n   h e r e   & g t ;   
 
 w e t h e n o r t h   t o r o n t o   r a p t o r s   r a p s
y o u   b e t t e r   r e c o g n i z e . 
 
 w e t h e n o r t h   n b a   t o r o n t o   b a s k e t b a l l   c a n a d a   o n t a r i o 
 

w i l l   t y l e r   h e r r o ' s   c o n t r a c t   i m p a c t   r a p t o r s '   d e a l   f o r   g a r y   t r e n t   j r ? 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   h e a t t w i t t e r   h e a t n a t i o n   d u b n a t i o n   l a k e s h o w   l a k e r s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a p r e s e a s o n   n b a t w i t t e r   b u l l s n a t i o n   b l e e d g r e e n   m f f l
3   e m e r g i n g   s t o r y l i n e s   t o   w a t c h   a h e a d   o f   r a p t o r s - c e l t i c s   g a m e 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   h e a t t w i t t e r   h e a t n a t i o n   d u b n a t i o n   l a k e s h o w   l a k e r s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a p r e s e a s o n   n b a t w i t t e r   b u l l s n a t i o n   b l e e d g r e e n   m f f l   a l l f l y
w i t h   n b a p r e s e a s o n   a c t i o n   s t a r t i n g   b a c k   u p ,   w e ’ r e   d r o p p i n g   e p .   2 0 4   o f   t h e   s o t 6   p o d c a s t   f i r s t   t h i n g   t o m o r r o w   m o r n i n g !     t a k e s   t h e   h o s t i n g   c h a i r   a s   w e   b r i n g   y o u   t h e   l a t e s t   r e g a r d i n g   y o u r   t o r o n t o   !   k e e p   i t   l o c k e d ! 
 
 n b a | n b a t w i t t e r | r t z | r a p t o r s | w e t h e n o r t h
s p o r t i n g   n e w s 
 r a p t o r s   f a n s   e a r n   u l t i m a t e   h o n o r   f r o m   n b a ' s   g e n e r a l   m a n a g e r s   i n   a n n u a l   s u r v e y 
 
 b y   s c o t t   r a f f e r t y 
 
 t o r o n t o   r a p t o r s 

📈   t r e n d i n g   a t   
 
 r a p t o r s   h q 
 t o r o n t o   r a p t o r s   2 0 2 2 - 2 3   p l a y e r   p r e v i e w s 
 
 b y   j o s h   k e r n   a n d   z a c h   w i l s o n 
 
 t o r o n t o   w e t h e n o r t h 

t o r o n t o   s u n 
 k o l o k o   j u s t   m i g h t   b e   f o r c i n g   t h e   i s s u e ,   a n d   t h a t ’ s   a   g o o d   t h i n g   f o r   t h e   r a p t o r s 
 
 b y   m i k e   g a n t e r 
 
 t o r o n t o   n b a 

w h a t   p l a y e r   o n   o u r   t e a m   w o u l d   b e   c r a z y   w i t h   a n o t h e r   p l a y e r ’ s   a t t r i b u t e s ,   a l l   o n   t h e   s a m e   t   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
w a i t e d   a   v e r y   l o n g   t i m e   f o r   t o r o n t o   s p o r t s   t o   b e   i n   t h i s   p o s i t i o n … i t s   a m a z i n g   h a v i n g   3   c o m p e t i t i v e   t e a m s !     r a p t o r s   w e t h e n o r t h   b l u e j a y s   n e x t l e v e l   t m l   t h e p a s s i o n t h a t u n i t e s u s
r a p t o r s 
 h o w   g o o d   c a n   t h e   r a p t o r s   b e   o f f e n s i v e l y ? 
 
 b y   v i v e k   j a c o b 
 
 t o r o n t o   r a p t o r s 

r a p t o r s   d e p t h   l o o k s   g o o d   a g a i n s t   n e w   l o o k   j a z z .   r e a c t i o n   t o   a   g r e a t   s t a r t   t o   p r e s e a s o n   b y   t o r o n t o ! 
   
 
   
 a t l a n t i c d i v i s i o n   c h a n g e   c o m m o n s e n s e   e a s t e r n c o n f e r e n c e   h u m a n i t y   j u s t i c e   l o v e   m e d i a   n e w s   p h i l o s o p h y   p o l i t c s   s o l u t i o n s   t o r o n t o r a p t o r s  
s t i l l   c a n t   b e l i e v e   f r e d   r a n   s e x t o n   o f f   t h e   c o u r t   i n   t h e   p r e s e a s o n   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
i t & a m p ; 3 9 ; s   o n l y   o n e   g a m e   b u t   _ _ _ .   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
r a p t o r s   s h o u t   o u t   c r a z y   e d m o n t o n   c r o w d   a f t e r   w i n   v s .   j a z z 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   m f f l   s i x e r s   b u c k s
r a p t o r s   s h o w   l o v e   t o   p a s c a l   s i a k a m   w i t h   a s s i s t a n t   c o a c h   h i r e 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   m f f l   s i x e r s   b u c k s
o h   b t w ,   r a p t o r s   a r e   w i n n i n g   t h e   c h a m p i o n s h i p .     y o u   h e a r d   i t   f r o m   m e   f i r s t . 
 
 w e t h e n o r t h   n b a   t o r o n t o   b a s k e t b a l l   c a n a d a   o n t a r i o  
i   l i k e   t h i s   m o v e   b y   t h e   r a p t o r s   h e r e ,   k e e p i n g   s i a k a m ' s   f a m i l y   c l o s e   a n d   a d d i n g   a   s o l i d   p l a y e r   d e v e l o p m e n t   g u y .     
 
 w e t h e n o r t h 
 n b a   t o r o n t o   b a s k e t b a l l   c a n a d a 
 o n t a r i o 
 

i   t h i n k   i   w a n t   t o   s e e   d j   w i l s o n   m a k e   t h e   c u t   o v e r   c h a m p a g n e / j a c k s o n   h e r e .     h e   j u s t   f i t s   m o r e   o f   a   p o s i t i o n   o f   n e e d   i n   m y   o p i n i o n   w i t h   h i s   s i z e .     d a l a n o   a   l o c k   f o r   t h e   o t h e r   s p o t . 
 
 w e t h e n o r t h 
 n b a   t o r o n t o   b a s k e t b a l l   c a n a d a 
 o n t a r i o 

s c o t t i e   b a r n e s   r a t e d   r o o k i e   f a s t   b r e a k   a u t o   s h o w i n g   u p   o n   t h e   b r e a k   p a d !   🔥 🔥 
     
 b o o m   w h o d o y o u c o l l e c t   g r o u p b r e a k s   t h e h o b b y   c a s e b r e a k s   b o x b r e a k s   n b a   b a s k e t b a l l c a r d s   t o r o n t o r a p t o r s   t o r o n t o   r a p t o r s   a u t o g r a p h   o p t i c   r o o k i e  
t h e   h o m e t o w n   k i d   m a k i n g   b i g   n o i s e   f o r   t h e   t o r o n t o   r a p t o r s   
 
 w e t h e n o r t h   
 t o r o n t o   
 r e x d a l e  
g a b e   b r o w n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g a b e b r o w n   g a b e   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
i t ’ s   b e e n   s u c h   a   c o o l   r i d e !   t h e   j e r s e y s   w o n ’ t   l a s t   l o n g ,   a n d   o n c e   t h e y   a r e   g o n e ,   t h a t ’ s   i t !   t o r o n t o r a p t o r s   r a p t o r s   i n d i g e n i z e   i n d i g e n o u s   i n d i g e n i z e e v e r y t h i n g   t k a r o n t o   t o r o n t o  
j e f f   d o w t i n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j e f f d o w t i n   j e f f   d o w t i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
k h e m   b i r c h   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k h e m b i r c h   k h e m   b i r c h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
o g   a n u n o b y   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o g a n u n o b y   o g   a n u n o b y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
d . j .   w i l s o n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d . j . w i l s o n   d . j .   w i l s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
t o r o n t o   s u n 
 r a p t o r s   o v e r w h e l m e d   b y   t h e   s u p p o r t   e d m o n t o n   s h o w e d   t h e m 
 
 b y   m i k e   g a n t e r 
 
 t o r o n t o   n b a 

r a p t o r s   9 0 5   h a v e   a d d e d   c h r i s t i a n   s i a k a m ,   p a s c a l ' s   o l d e r   b r o t h e r ,   t o   t h e i r   c o a c h i n g   s t a f f   f o r   t h i s   s e a s o n ! 
 t o r o n t o   r a p t o r s   w e t h e n o r t h
7 ’ 2   k a i   s o t t o   d i d n ’ t   g e t   d r a f t e d   b u t   h a d   1 1   p t s ,   2   r e b   i 1   a s t   i n   1 8   m i n s   i n   t h e i r   w i n   a g a i n s t   t h e   s u n s .   h i s   l e n g t h   m a t c h e s   t h e     r o s t e r .   a n d   t h e   r a p s   d o   l i k e   t h e   u n d r a f t e d   t a l e n t   j u s t s a y i n   n b a p r e s e a s o n   n b a   t o r o n t o
c h r i s t i a n   k o l o k o   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c h r i s t i a n k o l o k o   c h r i s t i a n   k o l o k o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
t h e   m o n t h   o f   o c t o b e r   i s   f i l l e d   w i t h   r e t u r n i n g   s t a r s !   t h e   s t a r t   o f   t h e   n h l   a n d   n b a   s e a s o n   +   t h e   b l u e   j a y s   c l i n c h i n g   t h e   p l a y o f f   s p o t .   t h i s   m o n t h   i s   g o n n a   b e   h o t !   
 
 b l u e j a y s   t o r o n t o   r a p t o r s   m a p l e l e a f s   t o r o n t o m a p l e l e a f s   t o r o n t o r a p t o r s  
m a l a c h i   f l y n n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a l a c h i f l y n n   m a l a c h i   f l y n n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
d a l a n o   b a n t o n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a l a n o b a n t o n   d a l a n o   b a n t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
g a r y   j r .   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g a r y j r .   g a r y   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
j o s h   j a c k s o n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o s h j a c k s o n   j o s h   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p r e c i o u s   a c h i u w a   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p r e c i o u s a c h i u w a   p r e c i o u s   a c h i u w a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p r e c i o u s   p u m p   f a k e   i n t o   d r i v i n g   d u n k   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
  t h i s   i s   t h e   s a m e   j o h n   t o r y   w h o   j u m p e d   a r o u n d   l i k e   a   g i d d y   s c h o o l g i r l   w h e n   t h e   r a p t o r s   w o n   t h e   c h a m p i o n s h i p   & a m p ;   t h e n   f o l l o w e d   u p   w i t h   p a n d e r i n g   t o   k a w h i   l e o n a r d   ( a   m u l t i - m i l l i o n a i r e )   b y   o f f e r i n g   h i m   f r e e   m e a l s   a n y w h e r e   i n   t o r o n t o   i f   h e   s t a y e d   ( t o   b e   p a i d   w i t h   p u b l i c   m o n e y ) .   t o p o l i
s p o r t s n e t 
 r a p t o r s   o p e n   p r e - s e a s o n   w i t h   w i n   i n   f r o n t   o f   p l a y o f f - w o r t h y   e d m o n t o n   c r o w d 
 
 b y   m i c h a e l   g r a n g e 
 
 t o r o n t o   r t z 

p r e c i o u s   a c h i u w a   w i t h   t h e   r a c k   a t t a c k   💢 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   p r e c i o u s   a c h i u w a   t o r o n t o   r a p t o r s   d u n k
t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   j a z z   -   o c t o b e r   0 2 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
p r e - s e a s o n     📸       v s     n b a   t o r o n t o r a p t o r s   c h i c a g o b u l l s  
j a y s o n   t a t u m   s a i d   t h i s   a b o u t   t h e   r a p t o r s . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b u l l s v s r a p t o r s   c h i c a g o b u l l s v s t o r o n t o r a p t o r s   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s v s r o c k e t s   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s c h a m p i o n s h i p  
r a p t o r s   f a m i l y :   d a l a n o   b a n t o n   h a s   s o l i d i f i e d   h i s   s p o t . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
g r o a t   d o i n g   g r o a t   t h i n g s .   h a p p y   c a n a d i a n   t h a n k s g i v i n g   🇨 🇦   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
j u s t   w a n n a   r e m i n d   p e o p l e   p r e s e a s o n   m e a n s   n o t h i n g   💀 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
i n t e r n a t i o n a l   p r o p h e c y   f u l f i l l e d   
 
 t h e   c h i c a g o   b u l l s   b e a t s   t h e   t o r o n t o   r a p t o r s ,   n o t i c e   h o w   p r o p h e t   a n g e l   a c c u r a t e l y   p r o p h e s i e d   t h e   w i n n e r   o f   t h e   g a m e   a n d   t h a t   t h e   s c o r e   w i l l   b e   o v e r   1 0 2 . 
 
 u e b e r t a n g e l   n b a   c h i c a g o b u l l s   b u l l s   r a p t o r s   t o r o n t o r a p t o r s   b a s k e t b a l l   u s a  
i n t e r n a t i o n a l   p r o p h e c y   f u l f i l l e d   
 
 t h e   c h i c a g o   b u l l s   b e a t s   t h e   t o r o n t o   r a p t o r s ,   n o t i c e   h o w   p r o p h e t   a n g e l   a c c u r a t e l y   p r o p h e s i e d   t h e   w i n n e r   o f   t h e   g a m e   a n d   t h a t   t h e   s c o r e   w i l l   b e   o v e r   1 0 2 . 
 
 u e b e r t a n g e l   n b a   c h i c a g o b u l l s   b u l l s   r a p t o r s   t o r o n t o r a p t o r s   b a s k e t b a l l   u s a  
g o d   i s   s t i l l   s a y i n g   s o m e t h i n g   c h i c a g o   u s a   n b a   r a p t o r s   m a j o r   c h i c a g o b u l l s   t o r o n t o r a p t o r s   u s a  
g r o a t   d o i n g   g r o a t   t h i n g s .   h a p p y   c a n a d i a n   t h a n k s g i v i n g   🇨 🇦 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
g a r y   t r e n t   j r   d r o p s   p j   t u c k e r … ( t o r o n t o   r a p t o r s ) 
   
 
   
 a t l a n t i c d i v i s i o n   b u l l s v s r a p t o r s   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   r a p t o r s v s b u l l s   r a p t o r s v s r o c k e t s   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s 2 0 1 9  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
  r a p t o r s   t r a d e s   i   c a n   s e e   h a p p e n i n g   !     
 
 n b a   t o r o n t o r a p t o r s   r a p t o r s
n b a   l e a d e r :   2 7 . 9   p p g   c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n .    
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
  i   w a s   o n   a   p o d c a s t   w h e r e   w e   t a l k e d     b a s k e t b a l l ! !   r a p t o r s   t o r o n t o r a p t o r s   b a s k e t b a l l   p o d c a s t
h o t   t a k e   t h e   t o r o n t o r a p t o r s   w i l l   b e   c h a m p i o n s   t h i s   s e a s o n
c o m e   r a p t o r s ,   j o i n   u s . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
a n d r e   d r u m m o n d   h e a t s   u p   f r o m   b e y o n d   t h e   a r c !   n b a p r e s e a s o n 
   
 
   
 b a s k e t b a l l   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 7   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v i d e o s   t e a m 1 6 1 0 6 1 2 7 6 1   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
r a p t o r s   f a m i l y :   w e & a m p ; 3 9 ; r e   h i t t i n & a m p ; 3 9 ;   t h e   w a l l ,   w e & a m p ; 3 9 ; l l   b e   f i n e . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t i l   o f   a c t i v e   c o a c h e s ,   n i c k   n u r s e   i s   t i e d   f o r   5 t h   l o n g e s t   t e n u r e d   c o a c h   b y   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
f r o m   l e b r o n t o   t o   c h a m p i o n s :   t h e   i m p o s s i b l e   t o r o n t o   r a p t o r s   t i t l e   r u n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o r a p t o r s   i c o n   e d i t i o n   2 0 2 2 / 2 3 
 n i k e   d r i - f i t   n b a   s w i n g m a n   j e r s e y 
 
 m u s t   h a v e   f o r   r a p t o r s   f a n . 
 s i z e   l i s t   h e r e : -    
d a l a n o   b a n t o n   p o s t g a m e   i n t e r v i e w   |   r a p t o r s   v s   b u l l s   |   2 0 2 2 - 2 3   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
r a p t o r s   f a m i l y :   d r a y m o n d   a p o l o g i z e s ,   b u t   w h a t   d o e s   i t   r e a l l y   m e a n ? 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
j a l e n   g r e e n   s h i n e s !   i   r u n   o u t   o f   s u p e r l a t i v e s   f o r   t a r i !   r o c k e t s / r a p t o r s   b r e a k d o w n !   n b a   p r e s e a s o n ! 
   
 
   
 g l e a g u e i g n i t e   h o u s t o n r o c k e t s   j a l e n g r e e n   j o h n l u c a s   l s u   n b a p r e s e a s o n   s o u t h w e s t d i v i s i o n   t a r i e a s o n   t o r o n t o r a p t o r s   w e s t e r n c o n f e r e n c e  
s h a r i n g   h i s   h i g h l i g h t s   j u s t   f o r   t h e   " g e n e r a t i o n a l   b a n t o n   h a t e r " 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
g e t   t h i s   g u y   s i g n e d   f o r   s o m e   s h o o t i n g   a s a p   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
t h i s   s u b   f o r   t h e   n e x t   d a y s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   9   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b u l l s v s r a p t o r s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   r a p t o r s v s b u l l s   t o r o n t o r a p t o r s  
s c o t t i e   b a r n e s   o n   o f f e n s e   l a t e l y 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r s   p o s t - g a m e   a v a i l a b i l i t y   |   o c t o b e r   0 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
n b a v i d e o s :   a n d r e   d r u m m o n d   h e a t s   u p   f r o m   b e y o n d   t h e   a r c !   n b a p r e s e a s o n   
   
 
   
 b a s k e t b a l l   b a s k e t b a l l v i d e o s   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 7   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v l o g   t e a m 1 6 1 0 6 1 2 7 6 1   t o r o n t o r a p t o r s   v i d e o   v i d e o s   v l o g  
d a l a n o   b a n t o n   s l i c e s   t h r o u g h   t h e   d e f e n c e   a n d   t h r o w s   i t   d o w n   w i t h   a u t h o r i t y 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
[ h i g h l i g h t ]   o g   a n u n o b y   b l o c k s   z a c h   l a v i n e   t w i c e   i n   a   m i n u t e   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
g e t   t h i s   g u y   s i g n e d   f o r   s o m e   s h o o t i n g   a s a p 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
[ h i g h l i g h t ]   o g   a n u n o b y   b l o c k s   z a c h   l a v i n e   t w i c e   i n   a   m i n u t e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r s   g a m e   ! !   e v e n   t h o u g h   t h e y   l o s t ,   a l w a y s   a   g o o d   t i m e .   t o r o n t o r a p t o r s   t o r o n t o   r a p t o r s  
f o u l   y e s   b u t   s t i l l   s h o u l d   h a v e   m a d e   t h e   b a s k e t   i m o     r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
4 5   b a n t o n   🔥 🔥 😤 😤 ❤ ️ 🤍 🖤   r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
y a s s   p a s c a l   x o   🖤 🤍 ❤ ️   m u c h   n e e d e d ! !     r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
b e e n   p l a y i n g   g o o d   b a l l !   c ’   o m   r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
c a t c h i n g   t h e     a n d   t h e   s u p e r f a n   i n   a c t i o n ! ! ! 
 f a n   o f   t h e   s u p e r f a n   a n d   r a p t o r s   -   b o t h .   ☺ ️ ☺ ️ ☺ ️ 
 r a p t o r s   p l a y i n g   c h i c a g o   b u l l s   t o n i g h t !   
 🦖 🏀 
 
 _ n a v   s u p e r f a n   r a p t o r s   c h i c a g o b u l l s   t o r o n t o r a p t o r s      
b a n t o n   t h i s   s e a s o n   t h u s   f a r   🔥 🔥 r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
i ’ m   j u s t   h a p p y   t h a t   j u s t i n   g e t s   t o   p l a y 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
y a s s   g a r y   t r e n t   j r .     t r e n t   j r   🔥 🔥 😤 👿     r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
n i c e   b a l l   m o v e m e n t   r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
a n d   n i c e   e a r l y   3   👏 🏾 👏 🏾   r a p t o r s   t o r o n t o r a p t o r s     t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
v a n f l e e t   p l a y i n g   t o n i g h t   . .   r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h     t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
f e e l s   s o   g o o d   t o   h a v e   g a m e   d a y   b a c k   i n   t h e   c i t y ‼ ️ g e t   t o   y o u r   s e a t s   r a p t o r s ’   f a n s   🎉 
 
 r a p t o r s   n o r t h s i d e c r e w   t o r o n t o r a p t o r s   d a n c e r s   w e t h e n o r t h   n b a   n b a d a n c e r s   t o r o n t o   t o r o n t o d a n c e r s   p r e s e a s o n   g a m e d a y   h a i r l o v e s t u d i o i n c   h a i r l o v e  
h e r e   w e   g o   a g a i n   !   🏀 🦖 
 
 n e w s e a s o n   p r e s e a s o n   s c o t i a b a n k a r e n a   r a p t o r s   t o r o n t o r a p t o r s   t o r o n t o   w e t h e n o r t h 
 
      
l o o k   w a a a a a a a a a y   u p .     t o r o n t o r a p t o r s  
t o r o n t o   r a p t o r s   h e a d   c o a c h   s a y   “ p r e c i o u s   a c h i u w a ”   i s   o n   a   m i s s i o n ! ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
l i v e     l i v e s t r e a m   n b a   
 b a s k e t b a l l       n b a i n a b u d h a b i   n b a p r e s e a s o n   
 c h i c a g o b u l l s     t o r o n t o r a p t o r s   w e t h e n o r t h 
 
 ▶ ️ t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s 
                           ( 0 2 : 3 0   g m t + 2 ) 
                       🏀 l i n k   ⬇ ️ 🗑 ️ 

t o r o n t o r a p t o r s   c h i c a g o b u l l s   n b a   b a s k e t b a l l   r a p t o r s b u l l s   n b a j a p a n g a m e s   t o r o n t o   n b a t w i t t e r   
 w a t c h   t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s 
 
                               🇺 🇸 l i n k 🏀 
                                         ⬇ ️ 
 
   ✅
y e s t e r d a y ' s   c o l l a p s e   w a s   a   r e m i n d e r   t h a t   w i n n i n g   a   t i t l e   i s   r e a l l y   d a m n   h a r d 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
g o t   t o   m e e t   f o r m e r   r a p t o r ,   a l v i n   w i l l i a m s   l a s t   w e e k !   l o v e   h i s   w o r k   o n   t h e   b r o a d c a s t s ! 
 
 a l v i n w i l l i a m s   n b a c a n a d a   n b a c a n a d a s e r i e s   e d m o n t o n   r o g e r s p l a c e   t o r o n t o r a p t o r s   f r e d v a n v l e e t   b a s k e t b a l l   y e g  
i   g o t   a   v i n c e   c a r t e r   j e r s e y   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
j e r s e y   d r o p s   t o d a y   i n   t - d o t .   c h e c k   r a p t o r s   t w i t t e r   f o r   c l u e s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
n e w   v i d e o   t o   w a t c h : 
 
 " r a p t o r s   a t   r o c k e t s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n . 
   
 
   
 a t l a n t i c d i v i s i o n   c h a n g e   c o m m o n s e n s e   e a s t e r n c o n f e r e n c e   h u m a n i t y   j u s t i c e   l o v e   m e d i a   n e w s   p h i l o s o p h y   p o l i t c s   s o l u t i o n s  
d o e s n ' t   t h i s   p i c   j u s t   m a k e   y o u   s m i l e ?   😃 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
c h i c a g o   b u l l s   f a c e o f f   w i t h   t h e   r a p t o r s   t o n i g h t ! 
   
 
   
 b u l l s n a t i o n s t a t i o n   b u l l s v s r a p t o r s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   f y p   n b a   n b a p r e s e a s o n   t o r o n t o r a p t o r s   z a c h l a v i n e  
t o r o n t o   s p o r t s   o v e r   t h e   l a s t   2 9   y e a r s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
n b a   l e a d e r :   2 7 . 9   p p g   c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n .    
b u l l s   @   r a p t o r s   t o n i g h t !   g u a r a n t e e d ,   y o u   w o n ’ t   s e e   t h e m   c h o k e   a w a y   a   7   r u n   l e a d … 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s c o t t i e   a n d   s t a r t e r s   s t r u g g l e   a g a i n   -   b a n t o n   a   r e l i a b l e   p g ?   -   r a p t o r s   r o c k e t s   r e c a p   +   n e w s 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b a   s i a k a m   t o r o n t o r a p t o r s  
r a p t o r s   b e n c h   m a k e s   a n   e n t e r t a i n i n g   c o m e b a c k   a g a i n s t   t h e   c e l t i c s   t h a t   e x e m p l i f i e s   t o r   t e a m   c u l t u r e ! 
   
 
   
 a t l a n t i c d i v i s i o n   c h a n g e   c o m m o n s e n s e   e a s t e r n c o n f e r e n c e   h u m a n i t y   j u s t i c e   l o v e   m e d i a   n e w s   p h i l o s o p h y   p o l i t c s   s o l u t i o n s   t o r o n t o r a p t o r s  
t u r n i n g   s c o t t i e   i n t o   a   m e n a c e   f o r   o p p s   o n   2 k ,   a n d   y o u   s h o u l d   t o o .   r e a l l y   h o p e   h e   c a n   p u t   u p   t h e s e   k i n d a   s t a t s   t h i s   s e a s o n   😭 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
h o u s t o n   r o c k e t s   h i g h l i g h t s   v s   t o r o n t o   r a p t o r s   🚀 🚀 🚀 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t i m e   t o   f o c u s   o n   t h e   r a p t o r s !   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
f a n t a s y   n b a   -   l o o k i n g   f o r   2   t e a m s   f o r   h 2 h   9 c a t   8   t e a m 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s c o t t i e   b a r n e s   i s   h i l a r i o u s . . .   ( t o r o n t o   r a p t o r s ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   r a p t o r s v s r o c k e t s   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s c h a m p i o n s h i p   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s  
i   g o t   a   v i n c e   c a r t e r   j e r s e y 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t r y i n g   t o   s u p p r e s s   l e b r o n   e r a   m e m o r i e s   l o o o l 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r s   f a m i l y :   w e   c o u l d n & a m p ; 3 9 ; t   b u y   a   b a s k e t   i n   h o u s t o n . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t i m e   t o   f o c u s   o n   t h e   r a p t o r s ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
i n   2 0 0 9   t h e   r a p t o r s   n e e d e d   s o m e o n e   j u s t   l i k e   m a g i c   b u t   a l l   t h e y   g o t   w a s   a   m e r e   j o h n s o n .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
t h i s   m o n t h   i s   p r e   s e a s o n   f o r   t o r o n t o r a p t o r s   a n d   b a s k e t b a l l   s e a s o n
g a b e   b r o w n   a p p r e c i a t i o n   p o s t 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o r a p t o r s   7   c a r d   l o t   r a p t o r s   
 
 $ 3   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
m a d e   a   q u i c k   l i l   a g e   c h a r t   f o r   t h e   y o u n g   r a p t o r s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
c a s u a l l y   w a t c h i n g   t h e   w a r r i o r s   d y n a s t y   p o t e n t i a l l y   f a l l   a p a r t   a s   t h e   r a p t o r s   a r e   p u r e   v i b i n g ,   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
d a l a n o   b a n t o n   1 4   p t s   4   a s t   6 - 8   f g   v s   r o c k e t s   |   p r e s e a s o n   h i g h l i g h t s   2 0 2 2 - 2 3 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
i   r e a l l y   h o p e   i t ’ s   j u s t   b e c a u s e   i t ’ s   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   r e a c t i o n … k o l o k o   b r i g h t   s p o t   i n   a   d i m   n i g h t   f o r   r a p s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
n e w   v i d e o   t o   w a t c h : 
 
 " j a l e n   g r e e n   & a m p ;   k e v i n   p o r t e r   j r .   |   p o s t g a m e   |   h o u s t o n   r o c k e t s   v s .   t o r o n t o   r a p t o r s   1 0 - 7 - 2 0 2 2 "   
 
 c r e a t o r :     j a c k s o n _ g a t l i n _ m e d i a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s   r o c k e t s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " r a p t o r s   f a m i l y :   w e   c o u l d n & a m p ; 3 9 ; t   b u y   a   b a s k e t   i n   h o u s t o n . . "   
 
 c r e a t o r :     n b a   c h e v 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   r o c k e t s   -   o c t o b e r   7 ,   2 0 2 2 "   
 
 c r e a t o r :     t o r o n t o   r a p t o r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " o f f   n i g h t   f o r   t h e   r a p t o r s   |   r a p t o r s   v s   r o c k e t s   p o s t   g a m e   s h o w "   
 
 c r e a t o r :     a m a t e u r   h o u r   c l i p s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
r / t o r o n t o r a p t o r s   w h e n   t h e y   l o s e   1   p r e - s e a s o n   g a m e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e  
c a l m   d o w n   g u y s ,   i t ’ s   o n l y   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r   l e g e n d s   ( f r o m   a   f e w   d a y s   a g o )   ❤ ️ 🥹   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
j u s t   a   p i c t u r e   o f   c h r i s t i a n   k o l o k o 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
c a s u a l l y   w a t c h i n g   t h e   w a r r i o r s   d y n a s t y   p o t e n t i a l l y   f a l l   a p a r t   a s   t h e   r a p t o r s   a r e   p u r e   v i b i n g ,   s e e i n g   w h o   m a k e s   t h e   f i n a l   2   r o s t e r   s l o t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
d a m n …   r a p t o r   w e   g o t t a   c a p i t a l i z e   o n   t h o s e   s h o t s   l o l   s m h   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s h o u   n b a   n b a p r e s e a s o n
m a y b e   i t ’ s   t h e   e n e r g y   b u t   i   r a t h e r   w a t c h   t h e   r a p t o r s   b e n c h   m o b   p l a y   o v e r   t h e   s t a r t e r s     r a p t o r s   t o r o n t o r a p t o r s
r a p t o r s   f a m i l y :   u   c a n & a m p ; 3 9 ; t   p l e a s e   e v e r y b o d y ,   a   w i n   i s   a   w i n . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
l e t s   g o   r a p t o r s   w e t h e n o r t h   t o r o n t o r a p t o r s   n b a p r e s e a s o n  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
w h a t   i f   w e   k i d n a p p e d   p a s c a l   & a m p ;   s c o t t i e   f o r   a   y e a r   t h e n   t h e y   b o t h   c o m e b a c k   a s   v i c t o r   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
j o s h   j a c k s o n   o p e n i n g   e y e s   a t   r a p t o r s   c a m p 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s c o t t i e   b a r n e s   i s   s c a r i n g   r a p t o r s   f a n s … 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
[ r a p t o r   m o m e n t s ]   p r e c i o u s   a c h i u w a   s l a m s   d o w n   a   h i g h   i q   d u n k 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
f r e d   v a n v l e e t   j u s t   l e a k e d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l t e a m h i g h l i g h t s  
w h a t   i f   w e   k i d n a p p e d   p a s c a l   & a m p ;   s c o t t i e   f o r   a   y e a r   t h e n   t h e y   b o t h   c o m e b a c k   a s   v i c t o r   w e m b a n y a m a   t e a m m a t e s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
r a p t o r s   f a m i l y :   o u r   b e n c h   w a s     i n c r e d i b l e   t o n i g h t ,   g r e a t   w i n . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
a r e   t h e s e   t e a m s   b u i l d i n g   a   r i v a l r y . . .   
 
 
 
 t o r o n t o r a p t o r s   n b a   s c o t t i e   f r e d   s i a k a m   b a s k e t b a l l   s p o r t s
p r e s e a s o n   o t   t i m e ! ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o p   3   s p o r t s   p r o g r a m s   1 0 / 0 5 / 2 2 
 1 ⃣ ⚾ ️ t o r o n t o   v s   b a l t i m o r e   |   g a m e   2   o n   s n 
 a m a :   6 1 3 . 0 k 
 2 ⃣ ⚾ ️ t o r o n t o   v s   b a l t i m o r e   |   g a m e   1   o n   s n 
 a m a :   3 6 3 . 5 k 
 3 ⃣ 🏀 p r e s e a s o n :   t o r o n t o   v s   b o s t o n   o n   t s n 
 a m a :   1 8 2 . 0 k 
 t o r o n t o b l u e j a y s   t o r o n t o r a p t o r s   r a p t o r s   j a y s   t o r o n t o   m l b   n b a p r e s e a s o n
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ t o r o n t o r a p t o r s   1 2 5   ( o t ) ( 2 - 0 ) 
 ⬇ ️ b o s t o n c e l t i c s   1 1 9   ( 1 - 1 ) 🔸 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔹 7 / p t s 
 🔹 6 / r e b 
 🔹 2 / a s t 
 🔹 0 / s t l 
 🔹 1 / b l k 
 🔹 2 / t o 
 🔹 3 / 4 t 2 
 🔹 0 / 2 t 3 
 🔹 1 / 2 t l 
 🔹 2 6 : 0 0 / m i n : s e g 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
w h i c h   o n e   o f   y ’ a l l … ? 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
b a d g e r ,   r a p t o r   a n d   n o w   a   l i o n   🦁   
   h a s   a l r e a d y   m a d e   a   n a m e   f o r   h i m s e l f   i n   t h e     a n d   h e ’ s   j u s t   w a r m i n g   u p   💯 
 
     
 w e a r e l o n d o n   o n w i s c o n s i n   w i s c o n s i n b a d g e r s   w e t h e n o r t h   t o r o n t o r a p t o r s  
t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   c e l t i c s   -   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
m k 8   g b a   c i r c u i t   r e m i x   c u s t o m   t r a c k   c e m u   n i n t e n d o   w i i u   e m u l a t o r   2 . 0 - 4   m a n   t h i s   t r a c k   i s   a w e s o m e       g a m e r s   g a m e r s l i f e   g a m e r s u n i t e   v i d e o g a m e s   t o r o n t o   w e t h e n o r t h   b l u e j a y s   n f l     t o r o n t o r a p t o r s   r e t r o g a m i n g   m i x e l s   m a r i o   g a m e b a n a n a   m i a m i g
b e n c h   m o b   l o o k s   g r e a t   t h i s   u p c o m i n g   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   h o r n e t s v s p a c e r s   n b a h i g h l i g h t s   n b a p l a y o f f s   p a c e r s v s h o r n e t s   t o r o n t o r a p t o r s  
  n e w   b o a r d s   a r e   n e x t   l e v e l . 
 
 n b a t w i t t e r   t o r o n t o r a p t o r s  
m o o d   a f t e r   b e a t i n g   t h e   c e l t i c s   i n   p r e - s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r s   a t   c e l t i c s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 2 0   t o r o n t o r a p t o r s  
j e f f   d o w t i n   x   r a y   r e v e a l e d   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
j e f f   d o w t i n   x   r a y   r e v e a l e d 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
n e w   v i d e o   t o   w a t c h : 
 
 " " h a t e   o r   n o "   t o r o n t o   r a p t o r s   b e s t   h o m e   c o u a d v a n t a g e   & a m p ;   m o r e   b u t   s t i l l   n o t   t o p   6   h m m m . . . "   
 
 c r e a t o r :     t o p   l i n e   s p o r t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " n b a   g m & a m p ; 3 9 ; s   d o n & a m p ; 3 9 ; t   w a t c h   t h e   t o r o n t o   r a p t o r s   -   r e a c t i n g   t o   t h e   a n n u a l   n b a   g m   s u r v e y "   
 
 c r e a t o r :     r a p t o r s   d i g e s t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " t o r o n t o   r a p t o r s   v s   u t a h   j a z z   f u l l   g a m e   h i g h l i g h t s   -   o c t .   2 ,   2 0 2 2 "   
 
 c r e a t o r :     b a l l i n t h e n e t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
n o t h i n g   t o   s e e   h e r e ,   j u s t   a   p h o t o   o f   j e f f   d o w t i n ,   g a b e   b r o w n ,   a n d   j o s h   j a c k s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
a l l   i   w a n t e d   w a s   t h e   s t a r t - t i m e   f o r   t h e   g a m e   t o n i g h t … 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t r y i n g   t o   w a t c h   t h e   p r e s e a s o n     o n   a   t v   s o   s m a l l   i   c a n ’ t   f i n d   t h e   🏀 .   l i k e   a   h o r r i b l e   g a m e   o f   w h e r e ’ s   w a l d o ,   w h e r e ’ s   t h e   b a l l ?   o v e r t i m e   c o m e b a c k   u n d e r d o g s   w e t h e n o r t h   t o r o n t o r a p t o r s     _ s p o r t s   _ _ d e v l i n     n b a   g e t t h a t g a r b a g e o u t o f h e r e  
a n d   t h a t ’ s   o n   b e n c h   m o b   🤩   g o n n a   b e   s a d   s e e i n g   a n y   o f   t h e s e   g u y s   c u t   r a p t o r s   t o r o n t o r a p t o r s
r a p t o r s   w i n   r a p t o r s   w i n   w e t h e n o r t h   t o r o n t o r a p t o r s   n b a p r e s e a s o n  
  w e   g a v e   y ' a l l   a   b i t   o f   a   l e a d . . . . .   🤦 🏽 ‍ ♂ ️ ☘ ️ 🏀 🇨 🇦 👀 😏 🔥   n b a   w e t h e n o r t h   r a p t o r s   t o r o n t o r a p t o r s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   b o s t o n c e l t i c s   b o s t o n   p r e s e a s o n   l e t s g o r a p t o r s   c a n a d a   e s p n   t s n   t h e 6   t d o t   b a r t s i m p s o n  
o o o o h   o o o h   o o o o h   b i r c h   s o o   s w e e t   y a s s   r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s b o s   r a p t o r s v s c e l t i c s   n b a   n b a p r e s e a s o n
o v e r t i m e   🥴 🥴 🥴 t o r o n t o r a p t o r s
e x t r a   t i m e .   y o u   d o n ’ t   j o k e   a r o u n d   w i t h   r a p t o r s   t o r o n t o r a p t o r s
t h e   t o r o n t o r a p t o r s   a r e   l o o k i n g   r e a l l y   g o o d   s o   f a r   i n   p r e - s e a s o n   a c t i o n .   
 
 h o w   m a n y   r e g u l a r   s e a s o n   g a m e s   d o   y o u   t h i n k   t h e y   w i l l   w i n   t h i s   s e a s o n ?   🏀   |   w e t h e n o r t h   
 
 m a r k e t :   
 

l o o k s   l i k e   t h e   c h e a p e s t   s e a t s   f o r   t o r o n t o r a p t o r s     p r e s e a s o n   g a m e   n e x t   f r i d a y   a t   t h e   b e l l   c e n t r e   a r e   a b o u t   $ 2 5 0   e a c h   h e a d i n g   u p w a r d s   o f   $ 1 0 0 0   f o r   c h o i c e   s e a t s .   p a s s .
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   |   l i v e   p l a y   b y   p l a y   & a m p ;   r e a c t i o n   |   r a p t o r s   v s   c e l t i c s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
i n   t h e   a f t e r m a t h   o f   t r a g e d y ,   j a m e s   s m i t h   c r e e   n a t i o n   m e m b e r s   t a k e   i n   t o r o n t o   r a p t o r s   b a s k e t b a l l   c l i n i c   a n d   o t h e r   d o n a t i o n s   b y   s p o r t s   t e a m s   s u c h   a s   g a m e s   t i c k e t s   a n d   m e e t   a n d   g r e e t s .   t o r o n t o r a p t o r s   j a m e s s m i t h c r e e n a t i o n  
m a n … .   s t r u g g l e s   w i t h   t h e   s h o t s   u g h   🙈 🤦 🏾 ‍ ♀ ️ r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s b o s   r a p t o r s   n b a   n b a p r e s e a s o n
🏀   o k l a h o m a   c i t y   t h u n d e r   v s     d a l l a s   m a v e r i c k s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 b a s k e t b a l l l i v e   u s a   a m e r i c a n   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
s q u a r e   i s   f e e t   f l a t   o n   t h e   f l o o r .   o f f e n s i v e   f o u l   m y   a s s .   p r e s e a s o n   t o r o n t o r a p t o r s
i ’ m   a l r e a d y   y e l l i n g   a t   t h e   t v   a n d   i t ’ s   o n l y   p r e - s e a s o n   r a p t o r s   t o r o n t o r a p t o r s   r e f s
🏀   b a s k e t b a l l :   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 n b a l i v e   u s a   u s a s p o r t s   u s a s t y l e   a m e r i c a n b a s k e t b a l l   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
🏀   b a s k e t b a l l :   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 n b a l i v e   u s a   u s a s p o r t s   u s a s t y l e   a m e r i c a n b a s k e t b a l l   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
m y   s i s t e r   h a d   c u s t o m   r a p t o r s   m i n k y   f a b r i c   m a d e   t o   m a k e   a   b a b y   b l a n k e t   f o r   m y   f r i e n d s   b a b y   s h o w e r .   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   l i v e   s t r e a m   -   n b a   ( b a s k e t b a l l ) 
 
 w a t c h   b o s t o n   c e l t i c s   l i v e   s t r e a m   a g a i n s t   t o r o n t o   r a p t o r s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a  
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   t o r o n t o   r a p t o r s   a r e   t h e   m o s t   u n i q u e   t e a m   i n   t h e   n b a "   
 
 c r e a t o r :     f l b 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
t o r o n t o   r a p t o r s ' s   ( )   2 0 0 2 - 0 3   s h o t   c h a r t : 
 
 v o l u m e :   a v e r a g e   |   p _ 5 4   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   m e d i o c r e   |   p _ 1 8 
 e f f i c i e n c y :   p o o r   |   p _ 1 1 
 e f f i c i e n c y   v a l u e :   p o o r   |   p _ 1 1 
 
 f a v o r i t e   z o n e :   m i d r a n g e 
 b e s t   s k i l l   z o n e :   c o r n e r 3 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 t o r o n t o r a p t o r s 
 w e t h e n o r t h  
h e r e   a r e   m y   3 ️ ⃣   r e a s o n s   w h y   i   b e l i e v e   t h e   t o r o n t o   r a p t o r s   w i l l   f i n i s h   w i t h   o 4 6 . 5   w i n s ,   l i n e   b y       w e t h e n o r t h   t o r o n t o r a p t o r s   n b a   g a m b l i n g t w i t t e r   
  
w a k e   u p !   i t ' s   g a m e   d a y ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
n e w   v i d e o   t o   w a t c h : 
 
 " r a p t o r s   v s   c e l t i c s   p r e s e a s o n   g a m e -   o c t o b e r   5 t h :   t h o u g h t s   b e f o r e   t h e   g a m e   ! "   
 
 c r e a t o r :     d e e m y . 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
t h e   g   l e a g u e   v s   m e t r o p o l i t a n s   g a m e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t h e     a r e   c o n s i s t e n t l y   o n e   o f   t h e   m o s t   s l e p t   o n   t e a m   i n   t h e   n b a .   w i t h   t h e   d e v e l o p m e n t   o f   s c o t t i e b a r n e s ,   c a n   t h e y   m a k e   a   b i g   j u m p ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a p r e s e a s o n   n b a m e d i a d a y   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s     d r a k e  
n b a   g m & a m p ; 3 9 ; s   d o n & a m p ; 3 9 ; t   w a t c h   t h e   t o r o n t o   r a p t o r s   -   r e a c t i n g   t o   t h e   a n n u a l   n b a   g m   s u r v e y 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   s i a k a m   t o r o n t o r a p t o r s  
t r a c y   m c g r a d y   c a r d   l o t   r a p t o r s   t o r o n t o r a p t o r s   h o u s t o n r o c k e t s   r o c k e t s   
 
 $ 2   e a c h   o r   $ 3   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
l e t s   g o   r a p t o r s   w e t h e n o r t h   t o r o n t o r a p t o r s  
y o u t u b e r   k o t 4 q   ( k e n n y   b e e c h a m )   s h o u t o u t   t o   d e l a n o   b a n t o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
2 0 0 5 - 0 6   u p p e r   d e c k   s p   a u t h e n t i c   a m a r e   s t o u d e m i r e   7 6   r a p t o r s 
 t o r o n t o r a p t o r s   
 
 $ 1 . 5 0   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
2 0 0 5 - 0 6   u p p e r   d e c k   s p   a u t h e n t i c   c h r i s   b o s h   8 2   t o r o n t o r a p t o r s   r a p t o r s   
 
 $ 2   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   r a p t o r s   f o u n d   a n o t h e r   d i a m o n d   i n   t h e   r o u g h "   
 
 c r e a t o r :     p e n s a r e _ b a s k e t b a l l 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
t h e   r a p t o r s   d i d   t h i s   a n d   n o b o d y   n o t i c e d . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a z z v s r a p t o r s   p a s c a l s i a k a m t o r o n t o r a p t o r s   r a p t o r s n a t i o n   r a p t o r s v s j a z z   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s  
l o o k i n g   l a s t   m i n u t e   a d d i t i o n s   f o r   f a n t a s y   l e a g u e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t h e y   b u i l t   d i f f e r e n t   f r   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
" h a t e   o r   n o "   t o r o n t o   r a p t o r s   b e s t   h o m e   c o u a d v a n t a g e   & a m p ;   m o r e   b u t   s t i l l   n o t   t o p   6   h m m m . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r s   9 0 5   a d d e d   p a s c a l   s i a k a m ’ s   b r o t h e r   t o   c o a c h i n g   s t a f f   c h r i s t i a n s i a k a m   p a s c a l s i a k a m   r a p t o r s 9 0 5   t o r o n t o r a p t o r s  
c h e c k   o u t   o u r   n e w   b o a r d s ! !   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
  d i s a p p o i n t i n g   a b o u t   l a c k   o f   l o c a l   i n v e s t m e n t   y e s ,   b u t   t o n e   d e a f   i ' m   n o t   s u r e .   i   f i n d   t h e i r   i s   p l e n t y   o f   c a n u c k s   t a l k   a l l   t h e   t i m e   a n d   w o u l d   l o v e   m o r e   r a p t o r s   c o n t e n t   r a p t o r s r e p u b l i c   t o r o n t o r a p t o r s   b r i n g   b a c k   v a n c o u v e r g r i z z l i e s

 
 r a p t o r s   e x p e c t a t i o n s     r a p t o r s   t o r o n t o r a p t o r s 
 r a p t o r s t w i t t e r 
 s p o r t s
m a r c u s   c a m b y   2   c a r d   l o t   r a p t o r s   t r a i l b l a z e r s   p o r t l a n d t r a i l b l a z e r s 
 t o r o n t o r a p t o r s 
 
 $ 1 . 5 0   e a c h   o r   $ 2   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
t h e y   b u i l t   d i f f e r e n t   f r 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
🚨 1   w e e k   l e f t   t o   e n t e r 🚨   
   
 d o n ’ t   m i s s   t h e   c h a n c e   t o   m e e t   r a p t o r s   h e a d   c o a c h ,   n i c k   n u r s e   a t   i b a o 2 0 2 2 ! 
   
 t o   e n t e r ,   f o l l o w     a n d   l i k e   a n d   s h a r e   t h e   o r i g i n a l   p o s t .   w i n n e r s   w i l l   b e   a n n o u n c e d   o n   o c t   1 2 . 
 
 c o n t e s t   d e t a i l s ⬇ ️ 
 
 
 
 n i c k n u r s e   t o r o n t o r a p t o r s  
w h a t   i n   t h e   h e c k   a r e   t h e   t o r o n t o   r a p t o r s   d o i n g ? !   😕   ( n b a   2 2 - 2 3   s e a s o n   p r e . . .     v i a     
 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o r a p t o r s
f r e e   n b a   p r e   s e a s o n   p i c k s   1 0 / 4 / 2 2   -   t i m b e r w o l v e s   v s   h e a t   b a s k e t b a l l   p r e d i c t i o n   j a m o r a n t   l e b r o n j a m e s   n b a   n b a b a s k e t b a l l   n b a p i c k s   n b a p r e d i c t i o n s   t o r o n t o r a p t o r s 
 
  
w h a t   p l a y e r   o n   o u r   t e a m   w o u l d   b e   c r a z y   w i t h   a n o t h e r   p l a y e r ’ s   a t t r i b u t e s ,   a l l   o n   t h e   s a m e   t   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
t h e   r e v o l u t i o n   w i l l   b e   t e l e v i s e d .   
 t o r o n t o r a p t o r s   r a p t o r s   s c o t t i e b a r n e s   h o u s e o f t h e r a p t o r   n b a  
c o n g r a t s   t o   r a p t o r s   l e g e n d   j a l e n   h a r r i s   a n d   h i s   g i r l f r i e n d   d a n i   o n   b e i n g   s o o n - t o - b e   p a r e n t s ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
n b a   t o r o n t o   r a p t o r s   2 d   t r a c k s u i t s   j a c k e t 
 l i n k   t o   b u y   :   
 n b a   t o r o n t o r a p t o r s   r a p t o r s   w e t h e n o r t h  
r a p t o r s   d e p t h   l o o k s   g o o d   a g a i n s t   n e w   l o o k   j a z z .   r e a c t i o n   t o   a   g r e a t   s t a r t   t o   p r e s e a s o n   b y   t o r o n t o ! 
   
 
   
 a t l a n t i c d i v i s i o n   c h a n g e   c o m m o n s e n s e   e a s t e r n c o n f e r e n c e   h u m a n i t y   j u s t i c e   l o v e   m e d i a   n e w s   p h i l o s o p h y   p o l i t c s   s o l u t i o n s   t o r o n t o r a p t o r s  
n e w   v i d e o   t o   w a t c h : 
 
 " * l o t s   o f   e m o t i o n s *   t o r o n t o   r a p t o r s   v s   u t a h   j a z z   p r e s e a s o n   * r e a c t i o n * "   
 
 c r e a t o r :     t y e g y e _ h o o p s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
s t i l l   c a n t   b e l i e v e   f r e d   r a n   s e x t o n   o f f   t h e   c o u r t   i n   t h e   p r e s e a s o n   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
t h a n k   y o u   e d m o n t o n   f o r   s u c h   a   f u n   f i r s t   g a m e   b a c k   😎 
 
 g a m e d a y   r a p t o r s   n o r t h s i d e c r e w   t o r o n t o r a p t o r s   w e t h e n o r t h   n b a   n b a d a n c e r s   p r e s e a s o n   n b a c a n a d a s e r i e s   h a i r l o v e s t u d i o i n c   h a i r l o v e  
i t & a m p ; 3 9 ; s   o n l y   o n e   g a m e   b u t   _ _ _ .   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
w a t c h   t h e   r a p t o r s   p r e s e a s o n   a g a i n   a g a i n s t   u t a h   b r a v o   b r a v o   w e l l   d o n e   ⁦ ⁩   g r e a t   g a m e   👏 🏾 🖤 ❤ ️ 🤍   t o r o n t o r a p t o r s   r a p t o r s   w e t h e n o r t h   n b a   n b a p r e s e a s o n  
r a p t o r s   b a s k e t b a l l   i s   b a c k . . .   
 
 
 
 t o r o n t o r a p t o r s   s c o t t i e   s i a k a m   f r e d   o g   t r e n t
r a p t o r s   f a m i l y :   w e   g o t   t h e   j a z z   o u t   t h e   w a y ,   a n d   r a n   i t   u p . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o n e w s   -   t o r o n t o r a p t o r s   o p e n   p r e - s e a s o n   w i t h   d o m i n a n t   v i c t o r y   o v e r   u t a h j a z z   i n   e d m o n t o n .     v i a   _ n i a n   -   t o r o n t o ' s   o w n   -   b e t o r o n t o p r o u d   w e t h e n o r t h
s c o t t i e   b a r n e s   r a t e d   r o o k i e   f a s t   b r e a k   a u t o   s h o w i n g   u p   o n   t h e   b r e a k   p a d !   🔥 🔥 
     
 b o o m   w h o d o y o u c o l l e c t   g r o u p b r e a k s   t h e h o b b y   c a s e b r e a k s   b o x b r e a k s   n b a   b a s k e t b a l l c a r d s   t o r o n t o r a p t o r s   t o r o n t o   r a p t o r s   a u t o g r a p h   o p t i c   r o o k i e  
t o r o n t o   r a p t o r s   v s   u t a h   j a z z   r e a c t i o n … d a m   r a p t o r s   b e n c h   l o o k s   l e g i t ! ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
i t ’ s   b e e n   s u c h   a   c o o l   r i d e !   t h e   j e r s e y s   w o n ’ t   l a s t   l o n g ,   a n d   o n c e   t h e y   a r e   g o n e ,   t h a t ’ s   i t !   t o r o n t o r a p t o r s   r a p t o r s   i n d i g e n i z e   i n d i g e n o u s   i n d i g e n i z e e v e r y t h i n g   t k a r o n t o   t o r o n t o  
i   t h i n k   s p o r t s n e t   i s   a   l i t t l e   b e h i n d 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o   r a p t o r s   v s   u t a h   j a z z   -   f u l l   g a m e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a z z v s r a p t o r s   j a z z v s r a p t o r s h i g h l i g h t s   n b a h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s v s j a z z   r a p t o r s v s j a z z f u l l g a m e h i g h l i g h t s   r a p t o r s v s j a z z h i g h l i g h t s   t o r o n t o r a p t o r s  
n e w   v i d e o   t o   w a t c h : 
 
 " t h i s   i s   h o w   t h e   t o r o n t o   r a p t o r s   w i l l   g e t   s h a i   g i l g e o u s - a l e x a n d e r "   
 
 c r e a t o r :     l e a g u e   t a l k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
t h e s e   b i g   4   🔥 🔥 🔥 🔥   / / / 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
w a t c h i n g   t h e   r a p t o r s   v s   u t a h   a t   t h e i r   f i r s t   g a m e   i n   e d m o n t o n !   1 1 4 / 8 2   w a y   t o   g o   r a p t o r s   !   w h a t   a   g r e a t   p r e   s e a s o n   g a m e !   y e g   r a p t o r s b a s k e t b a l l   t o r o n t o r a p t o r s  
r a p t o r s   d o m i n a n t   i n   f i r s t   p r e s e a s o n   g a m e   -   j o s h   j a c k s o n   m a k i n g   r o s t e r ?   -   r a p t o r s   v s   j a z z   r e a c t i o n 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b a   s i a k a m   t o r o n t o r a p t o r s  
t h e   m o n t h   o f   o c t o b e r   i s   f i l l e d   w i t h   r e t u r n i n g   s t a r s !   t h e   s t a r t   o f   t h e   n h l   a n d   n b a   s e a s o n   +   t h e   b l u e   j a y s   c l i n c h i n g   t h e   p l a y o f f   s p o t .   t h i s   m o n t h   i s   g o n n a   b e   h o t !   
 
 b l u e j a y s   t o r o n t o   r a p t o r s   m a p l e l e a f s   t o r o n t o m a p l e l e a f s   t o r o n t o r a p t o r s  
  d o i n g   s o m e   p r a c t i c e   h o o p s   i n     p l a c e   f o r   n b a p r e s e a s o n   g a m e   w i t h       t o r o n t o r a p t o r s   u t a h j a z z   n b a   c a n a d a   e d m o n t o n   r o g e r s p l a c e  
t h e   n b a   i s   b a c k !   
 
 t h e   t o r o n t o   r a p t o r s   o p e n e d   t h e   p r e s e a s o n   w i t h   a   w i n   o v e r   t h e   n e w - l o o k   u t a h   j a z z   i n   e d m o n t o n ,   a l b e r t a ,   c a n a d a . 
 
 n b a   n b a p r e s e a s o n   t o r o n t o r a p t o r s   u t a h j a z z   b a s k e t b a l l   s p o r t s  
_ n a v   w e   o u t   h e r e   o n   t h e   f l o o r   w i t h   n a v   👑   i t   w a s   n i c e   t o   h a v e   y o u   i n     t h e   g a m e   w a s   a w e s o m e !   e d m o n t o n   g o t   l o u d   f o r   t h e     🏀   s o r r y     y o u   c a m e   t o   e d m o n t o n   t o   g e t   s m o k e d   💨   t o r o n t o r a p t o r s   y e g   r o g e r s p l a c e   u t a h j a z z     n b a p r e s e a s o n   n b a  
r a p t o r s   r e a c t i o n :   r a p s   s t a r t   s t r o n g   w i t h   b l o w o u t   w i n   i n   p r e s e a s o n   o p e n e r 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
p r e c i o u s   p u m p   f a k e   i n t o   d r i v i n g   d u n k   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
s c o t t i e   b a r n e s   w i t h   t h e   o l d   s c h o o l   t u r n   a r o u n d   s h o t   v s   j a z z 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
d i d n ' t   g e t   t o   w a t c h   t h e   r a p t o r s   p r e - s e a s o n   g a m e   l a s t   n i g h t .   h o w   d i d   t h e   r o o k   l o o k ?   😒   t o r o n t o r a p t o r s   r t z   w e t h e n o r t h   n b a p r e s e a s o n 2 0 2 2
m a d e   t h i s   b e t   l a s t   w e e k e n d   w i t h   a   f r e e   b e t .   p r e t t y   m u c h   a   🔒 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
p r e c i o u s   p u m p   f a k e   i n t o   d r i v i n g   d u n k 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   j a z z   -   o c t o b e r   0 2 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
c a n ' t   w a i t   f o r   f r e d d i e   t o   c l a m p   d a r i u s   t h e   s a m e   w a y   h e   d i d   s e x t o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
    _ s e i x e i r o           _ m e d i a           ( 3 / )   w i n s ,   t o   o f f e r   t h e i r   r e s i g n a t i o n s   [   
 -   ,   a   h o s t   l a s t     s e a s o n   o f   t h e   m a i n   e a r l y - m o r n i n g s h o w   o f   t o r o n t o     r a d i o   s t a t i o n   t h e   ,   t h a t   t h e   t i m e   h a d   c o m e   t o   m a k e   c h a n g e s   t o   t h e   b l u e j o k e s   a f t e r   “ m u l t i p l e   b a d   c o n t r a c t s   a n d
j a y s o n   t a t u m   s a i d   t h i s   a b o u t   t h e   r a p t o r s . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b u l l s v s r a p t o r s   c h i c a g o b u l l s v s t o r o n t o r a p t o r s   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s v s r o c k e t s   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s c h a m p i o n s h i p  
g r o a t   d o i n g   g r o a t   t h i n g s .   h a p p y   c a n a d i a n   t h a n k s g i v i n g   🇨 🇦   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
g a r y   t r e n t   j r   d r o p s   p j   t u c k e r … ( t o r o n t o   r a p t o r s ) 
   
 
   
 a t l a n t i c d i v i s i o n   b u l l s v s r a p t o r s   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   r a p t o r s v s b u l l s   r a p t o r s v s r o c k e t s   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s 2 0 1 9  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
d r a y m o n d   g r e e n   s i t u a t i o n   s h o w s   v a l u e   o f   r a p t o r s '   c u l t u r e 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   w e a r e t h e v a l l e y     d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n   m f f l   t a k e n o t e   c l i p p e r s
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
f r o m   t h e   🎧   p o d c a s t   p l a y e r 
 
 r a p t o r s   d i g e s t 
 d a l a n o   c o n t i n u e s   h i s   r i s e   -   j u s t i n g   c h a m p a g n i e   r e t u r n s   -   r a p t o r s   v s   b u l l s   p r e s e a s o n   r e a c t i o n 
 
 🎙 ️   b e n   r o g e r s 
 🎙 ️   r y k e r   r i c h a r d 
 ⏲ ️   2 0 : 1 5 
 
 t o r o n t o   n b a 

s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
r a p t o r s   r e p u b l i c 
 d a l a n o   b a n t o n   c o n t i n u e s   t o   t h r i v e   a m o n g s t   t h e   r a p t o r s   m e s s 
 
 b y   s a m s o n   f o l k 
 
 t o r o n t o   n b a 

j o s h   j a c k s o n   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o s h j a c k s o n   j o s h   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s
o . g .   a n u n o b y   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o . g . a n u n o b y   o . g .   a n u n o b y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
o . g .   a n u n o b y   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o . g . a n u n o b y   o . g .   a n u n o b y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
      t o r o n t o   n e v e r   h a s   b e e n   a   t r u e   s p o r t s   t o w n .   h o c k e y   i s   e n g r a i n e d   i n   c d n   h i s t o r y   s o   i t s   a n o m a l y .   j a y s   o n l y   d r a w   w h e n   t h e y   a r e   w i n n i n g ,   a s   d o   r a p t o r s .
f o r z a h o r i z o n 5   s p r i n g   h o t   s e a s o n   s e r i e s   1 2   x p   & a m p ;   c a r   g a i n s   p t   2       g a m e r s   g a m e r s l i f e   g a m e r s u n i t e   g a m e o n   n b a   p c g a m i n g   v i d e o g a m e s   p c g a m e s   f o r z a   r a p t o r s   m o n d a y v i b e s     w w e s m a c k d o w n   r a c e c a r s   t o r o n t o   g a m e s     g a m e t i m e   w i n   s h o w t i m e   w w e r a w
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
g e t   t h i s   g u y   s i g n e d   f o r   s o m e   s h o o t i n g   a s a p   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
t o r o n t o   s u n 
 t r e n t   j r . ,   b a n t o n   l o o k   g o o d   a s   r a p t o r s   d r o p   p r e - s e a s o n   h o m e   t i l t   t o   b u l l s 
 
 b y   m i k e   g a n t e r 
 
 t o r o n t o   r a p t o r s 

g a r y   j r .   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g a r y j r .   g a r y   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p r e c i o u s   a c h i u w a   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p r e c i o u s a c h i u w a   p r e c i o u s   a c h i u w a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s
  n o b o d y   c a l l s   t h e m   c a n a d a ’ s   t e a m   u n l e s s   y o u r     o r     
 
 a l s o   u n l e s s   y o u   l i v e   i n   t o r o n t o   t h e n   y o u   a s s u m e   e v e r y o n e   l o v e s   y o u .   
 
 i m a g i n e   i f   w e   w e r e n ’ t   f o r c e   f e d         t h e n   p e o p l e   c o u l d   h a v e   t h e   o p t i o n s   o f   e n j o y i n g   o t h e r   t e a m s
r a p t o r s   p o s t - g a m e   a v a i l a b i l i t y   |   o c t o b e r   0 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
[ h i g h l i g h t ]   o g   a n u n o b y   b l o c k s   z a c h   l a v i n e   t w i c e   i n   a   m i n u t e   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   9   |   2 0 2 2   n b a   p r e s e a s o n   t o r o n t o   r a p t o r s   n b a   v i d e o :  
d e m a r   d e r o z a n   p u t s   o n   a   s h o w   w i t h   2 1   p t s   i n   b i g   p r e s e a s o n   w i n   o v e r   r a p t o r s   t o r o n t o   r a p t o r s   n b a   v i d e o :  
t h e   w o r k   c o n t i n u e s .   s t r a t e g y   a n d   t a c t i c s   i n   t h e   p r e - s e a s o n   h o m e   o p e n e r .   s h o u t   o u t   a n d   t h a n k s   t o   t h e   p l a y e r s ,   c o a c h e s ,   s t a f f   a n d   m a n a g e m e n t   o f   t h e   t o r o n t o     f o r   a   g r e a t   n i g h t   a t     w e t h e n o r t h   i n   t h e   g r e a t   o n t a r i o   c a p i t a l .   c o n g r a t s   t o   t h e     n b a  
f r e d   v a n v l e e t   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f r e d v a n v l e e t   f r e d   v a n v l e e t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
o b v i o u s l y     h a s   b e e n   i n   t h e   l a b   w o r k i n g   o n   h i s   s h o t .   j u s t   s a w   h i m   i n   a c t i o n   w i t h   t h e     i n   t o r o n t o   a g a i n s t     t o n i g h t .   h e   h i t   3 ,   3 s   i n   o n e   q t r .
d e m a r   d e r o z a n   h i g h l i g h t s   -   r a p t o r s   v s .   b u l l s   -   9 t h   o c t   2 0 2 2 
 
 
 n b a   d e m a r   d e r o z a n   t o r   c h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   t o r o n t o   r a p t o r s   c h i c a g o   b u l l s
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
j a v o n t e   g r e e n   w i t h   a n   a l m o s t   f t   l i n e   d u n k   🔥   🤯 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a v o n t e   g r e e n   d u n k   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
r a p t o r s   g a m e   ! !   e v e n   t h o u g h   t h e y   l o s t ,   a l w a y s   a   g o o d   t i m e .   t o r o n t o r a p t o r s   t o r o n t o   r a p t o r s  
d r u m m o n d   t u r n i n g   i n t o   s t e p h   c u r r y   o u t   h e r e   🔥   🎯 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   a n d r e   d r u m m o n d   s t e p h   c u r r y   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
g r a d i n g   e v e r y   r a p t o r s   p l a y e r   a f t e r   t h r e e   2 0 2 2   p r e s e a s o n   g a m e s 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   h e a t n a t i o n   h e a t t w i t t e r   t r u e t o a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s
a n d r e   d r u m m o n d   c o n f i d e n t l y   h i t s   t h e   3 ?   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   a n d r e   d r u m m o n d   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
s i a k a m   f i n d s   v a n v l e e t   f o r   t h e   d e e p   t h r e e ! 
 w e t h e n o r t h   n b a t w i t t e r   n b a   t o r v s c h i   t o r o n t o   r a p t o r s   n b a p r e s e a s o n   
  
g r e a t   a n g l e   o n   t h i s   d a l a n o   b a n t o n   b a s k e t ! 
 w e t h e n o r t h   r a p t o r s   t o r o n t o   n b a t w i t t e r   n b a   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   
  
f e e l s   s o   g o o d   t o   h a v e   g a m e   d a y   b a c k   i n   t h e   c i t y ‼ ️ g e t   t o   y o u r   s e a t s   r a p t o r s ’   f a n s   🎉 
 
 r a p t o r s   n o r t h s i d e c r e w   t o r o n t o r a p t o r s   d a n c e r s   w e t h e n o r t h   n b a   n b a d a n c e r s   t o r o n t o   t o r o n t o d a n c e r s   p r e s e a s o n   g a m e d a y   h a i r l o v e s t u d i o i n c   h a i r l o v e  
h e r e   w e   g o   a g a i n   !   🏀 🦖 
 
 n e w s e a s o n   p r e s e a s o n   s c o t i a b a n k a r e n a   r a p t o r s   t o r o n t o r a p t o r s   t o r o n t o   w e t h e n o r t h 
 
      
d o n ' t   w o r r y   r a p t o r s   a r e   w i n n i n g   t h e   c h a m p i o n s h i p ,   y o u ' r e   g o o d . 
 
 w e t h e n o r t h   n b a   t o r o n t o   b a s k e t b a l l   c a n a d a 
 o n t a r i o  
t o r o n t o r a p t o r s   c h i c a g o b u l l s   n b a   b a s k e t b a l l   r a p t o r s b u l l s   n b a j a p a n g a m e s   t o r o n t o   n b a t w i t t e r   
 w a t c h   t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s 
 
                               🇺 🇸 l i n k 🏀 
                                         ⬇ ️ 
 
   ✅
o . g .   a n u n o b y   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o . g . a n u n o b y   o . g .   a n u n o b y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
i   g o t   a   v i n c e   c a r t e r   j e r s e y   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
( 2 / ) 
 -   t o r o n t o ' s   ,   ,   ,     & a m p ;     t e a m s : 
 - -   t h o s e   o f   t h e   ,     & a m p ;     a r e   o v e r ,   w i t h   a l l   h a v i n g   q u a l i f i e d   f o r   p l a y o f f   s p o t s   b u t   n o t   h a v i n g   w o n   a   s e r i e s 
 - -   t h a t   o f : 
 - - -     h a v i n g   r e s u l t e d   i n   c o m i n g ,   a s   o f   s u n d a y ,   t o   w i t h i n   1 2   p o i n t s   o f
s h a r i n g   t h e   g r i e f :   s p o r t s   f a n s   i n   t o r o n t o   a n d   b u f f a l o . . .       l e a f s   b l u e j a y s   r a p t o r s   s a b r e s  
r a p t o r s   r e p u b l i c 
 n i c k   n u r s e   a n d   o . g .   a n u n o b y   g i v e   t h a n k s   o n   t h a n k s g i v i n g 
 
 b y   j a m a r   h i n d s 
 
 t o r o n t o   r a p t o r s 

1 0 . 5   m a d e   3 ’ s   a g a i n s t   t h e   b u l l s   t o n i g h t .   
 t o r o n t o   r a p t o r s   w e t h e n o r t h
h e a r t b r o k e n   b y   t h e     l o s s ?       u s   t o o .     😭 
 b u t   w e   c a n   h e l p ! 
 
 a   b a g   o f     w i l l   r e s t o r e   j o y   i n   y o u r   l i f e   -   g u a r a n t e e d   t o   w o r k   1 0 0 %   o f   t h e   t i m e   5   o u t   o f   1 0   t i m e s . 
 
 t o r o n t o   s n a c k   j e r k y   j o y   p r o t e i n   h a p p y   m l b   j a y s   b l u e j a y s   n e x t l e v e l   v l a d d y   r a p t o r s   l e a f s
o n l y   i n   t o r o n t o   s p o r t s   d o   w e   p a y   y o u n g   a t h l e t e s   m a x   c o n t r a c t s   s o   t h e y   c a n   h a v e   l e a r n i n g   e x p e r i e n c e s   y e a r   i n   & a m p ;   y e a r   o u t   😂   i   t o o   w i s h   i   c o u l d   g e t   p a i d   $ 1 0 +   m i l l i o n / y r   f o r   a n   e d u c a t i o n       … l e a v i n g   t h e     o f f   t h e   l i s t   b e c a u s e   m a s a i   k n o w s   w h a t   i t   t a k e s   🏆
g e e z .   a l l   t h e s e   s p o r t   r i g h t   f o r g o t   a b o u t   r a p t o r s   c h a m p i o n s h i p .   p r o v e   h o w   m u c h   t h e   s p o r t s   w o r l d   t h i n k   a b o u t   t o r o n t o .   a l s o   r a p t o r s   c h a m p i o n s h i p   w a s   s u c h   a   r e a l   b i g   m o m e n t   i n   c a n a d a ,   t h a t   w h y   3   m i l l i o n   p e o p l e   w e n t   t o   p a r a d e
t i m e   t o   f o c u s   o n   t h e   r a p t o r s !   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
d a l a n o   b a n t o n   h a s   p r o v e n   h e   i s   r a p t o r s '   b e s t   b a c k u p   p g   o p t i o n 
 
 
 
 n b a   t o r o n t o   r a p t o r s   w e t h e n o r t h   c a n a d a   c e l t i c s   b l e e d g r e e n   c l i p p e r n a t i o n   j a p a n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s     u s a
s c o t t i e   b a r n e s   i s   h i l a r i o u s . . .   ( t o r o n t o   r a p t o r s ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   r a p t o r s v s r o c k e t s   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s c h a m p i o n s h i p   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s  
j u s t   g e t   r i d e   o f   a l l   t o r o n t o   s p o r t s   t e a m   m i n u s   t h e   r a p t o r s .   1 8 w h e e l e r   c h o k e j o b   m l b
t h i s   i s   t h e   y e a r !   t o r o n t o   w i l l   l o s e   a l l   n a t i o n a l   s p o r t s .   r a p t o r s   a r e   s h i t .   b l u e   j a y s   a r e   s h i t .   t h e   l e a f s   a r e   s h i t .   t o r o n t o   f c   i s   s h i t .   t o r o n t o
t o r o n t o   i s   a   m a j o r   w o r l d   c l a s s   c i t y .   w e ' r e   f o r t u n a t e   t o   h a v e   m a n y   s p o r t s   t e a m s 
 t h a n k s   b l u e j a y s   f o r   a n   e x c i t i n g   s e a s o n 
 n e x t .   n o w   t o   f o c u s   o n   t h e   r a p t o r s   ( m a p l e   l e a f s ) 
 
 s t i l l   l o t s   o f   m l b p l a y o f f s   l e f t ,   t h e   b a s e b a l l   w i l l   o n l y   g e t   b e t t e r .   b e s t   o f   t h e   b e s t   r e m a i n 
 
 m l b   n b a   n h l
  m u s t   a p p r e c i a t e   a n d   c e l e b r a t e   t h e   r a p t o r s   c h a m p i o n s h i p .   t h a n k s   f o r   t h e   c e l e b r a t i o n s . 
 
 t o r o n t o
d i d   t h e   r a p t o r s   i   k n o w   t h e y   p l a y   i n   t o r o n t o   ?     h o w   d i d   t h e y   p u l l   i t   o f   t h e n   ? w e t h e n o r t h   n e x t l e v e l   l e a f s f o r e v e r  
i n   2 0 0 9   t h e   r a p t o r s   n e e d e d   s o m e o n e   j u s t   l i k e   m a g i c   b u t   a l l   t h e y   g o t   w a s   a   m e r e   j o h n s o n .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
    t o r o n t o   t e a m s   a l w a y s   h a v e   a n   e x c u s e   t o   w h y   t h e y   l o s e .   r a p t o r s   w o n   b u t   r e f u s e d   t o   s p e n d   t h e   $   t o   k e e p   t h e   t a l e n t .   t h e y   h a v e   a   s a l a r y   c a p .   t h e   b l u e j a y s   h a v e   n o   s a l a r y   c a p .   w h o   w a n t s   t o   b e t   t h e   j a y s   o n l y   w i n   o n e   g a m e   i n   t h e   p l a y o f f s   n e x t   y e a r   a n d   r o g e r s   c a l l s   i t   a n   i m p r o v e m e n t ?
w e l l ,   b l u e   j a y s   b a s e b a l l   i s   o v e r .   
 u p   n e x t ,   l e a f ’ s   a n d   r a p t o r s . 
 w h e r e   y o u   a t   t o r o n t o ? ! 
 l e t ’ s   d o   t h i s ! !  
w h y   c a n ' t   t o r o n t o   s p o r t s   f a n s   h a v e   w i n s   !          
t h e   r a p t o r s ’   t i t l e   b e c o m e s   m o r e   a n d   m o r e   i m p r e s s i v e   b y   t h e   y e a r ,   c o n s i d e r i n g   t h e y   h a d   t o   e s c a p e   a n   a l l - e n c o m p a s s i n g   c u r s e   t o   d o   i t . 
 
 t o r o n t o   n e x t l e v e l   p a i n
i   l o v e   b e i n g   a   t o r o n t o   s p o r t s   f a n ,   i t ' s   l i k e   g e t t i n g   h i t   i n   t h e   g u t   o v e r   a n d   o v e r   a g a i n .   d i d   i   m e n t i o n   i   w a s   a   m a s o c h i s t ?   b l u e j a y s   t o r o n t o   j a y s   l e a f s   r a p t o r s
t w o   p r o f e s s i o n a l   b a s e b a l l   p l a y e r s   r u n   i n t o   e a c h   o t h e r   a n d   b l o w   t h e   g a m e . 
 
 b e i n g   a   t o r o n t o   s p o r t s   f a n   s u c k s * ! 
 
 * 2 0 1 9   r a p t o r s   e x c l u d e d
d a y   2 1   b r i n g s   u s   t o   t h e     a n d   t h e i r   b u d d i n g   y o u n g   s t a r ,   s c o t t i e   b a r n e s !   n b a   t o r o n t o  
c a s u a l l y   w a t c h i n g   t h e   w a r r i o r s   d y n a s t y   p o t e n t i a l l y   f a l l   a p a r t   a s   t h e   r a p t o r s   a r e   p u r e   v i b i n g ,   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
p r e c i o u s   a c h i u w a   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p r e c i o u s a c h i u w a   p r e c i o u s   a c h i u w a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
t o r o n t o   s u n 
 r a p t o r s   w a y   o f f   f r o m   t h r e e - p o i n t   r a n g e ,   f a l l   i n   h o u s t o n   t o   r o c k e t s 
 
 b y   r y a n   w o l s t a t 
 
 t o r o n t o   r t z 

s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
f o r z a h o r i z o n 5   g a m e r s   g a m e r s l i f e   g a m e r s u n i t e   g a m e o n   p c g a m i n g   v i d e o g a m e s   p c g a m e s   r e t r o g a m i n g   c a t u r d a y   r a p t o r s   n b a   n h l 2 3     r a c e c a r s   t o r o n t o   g a m e s     g a m e t i m e   w i n   5   s p r i n g   h o t   s e a s o n   s e r i e s   1 2   a c c o l a d e s   x p   & a m p ;   c a r   g a i n s   p t   1     v i a  
r a p t o r   l e g e n d s   ( f r o m   a   f e w   d a y s   a g o )   ❤ ️ 🥹   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
" . . i n   c a g e s " 
 o n p o l i   l e a f s   t o r o n t o   o n t e d   r a p t o r s   s c h o o l s   o n t a r i o   s k o o l  
t a r i   e a s o n   h i g h l i g h t s   -   r o c k e t s   v s .   r a p t o r s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   t a r i   e a s o n   h o u   t o r   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   h o u s t o n   r o c k e t s   t o r o n t o   r a p t o r s
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   t o r o n t o   r a p t o r s   n b a   v i d e o :  
              ,   i   w i l l   n e v e r   a p o l o g i z e   f o r   m y   c r i t i c i s m   o f   t o r o n t o   s p o r t s   t e a m s ,   w h e t h e r   t h e   b l u e j a y s ,   m a p l e l a u g h s   o r   .     n e i t h e r   o f   t h e   1 s t   2   w o n   t h e   r e l e v a n t   f r i d a y   g a m e ,   & a m p ;   t h a t   c o n c e r n s   m e   f o r   @   l e a s t   s o m e w h a t   d i f f e r e n t   r e a s o n s .
s w i p e   l e f t   t o   s e e   t h e   r e s t   o f   t h e   🔥   h i t s !   
 
 e v a n m o b l e y   l u k a d o n c i c   l b j   l e b r o n   l a l a k e r s   n b a   b a s k e t b a l l c a r d s   s p u r s n a t i o n   s a n a n t o n i o   d o w n t o w n b r e a k s   t o r o n t o   r a p t o r s  
t h e   b a d   n e w s …   3 ’ s   a n d   f r e e   t h r o w s   p l a y e d   a   m a j o r   r o l e   i n   t h e   r a p t o r s   f i r s t   p r e s e a s o n   l o s s .   
 t h e   g o o d   n e w s …   i t ’ s   p r e s e a s o n .   
 
   _ _         t o r o n t o   w e t h e n o r t h  
t r i f e c t a 
 
 j a y s   l o s t 
 l e a f s   l o s t 
 r a p t o r s   l o s t 
 
 t o r o n t o  
j o s h   j a c k s o n   s o u n d s   l i k e   p e r f e c t   r a p t o r s   p l a y e r   a f t e r   f i r e   q u o t e 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a t w i t t e r   n b a j a p a n g a m e s 2 0 2 2   n b a i n a b u d h a b i   n b a p r e s e a s o n   l a k e s h o w   b l e e d g r e e n
t h e   t o r o n t o / c a r i b b e a n   f u s i o n   i s   s t r o n g   w i t h   t h i s   t w e e t . 
 
 m e h   d e h   y a !  
j a l e n   g r e e n   g o n n a   b e   t r o u b l e   🚀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a l e n   g r e e n   h o u   h o u s t o n   r o c k e t s   t o r   t o r o n t o   r a p t o r s
i ' m   a c t u a l l y   i n t r i g u e d   b y   t h i s   l i n e u p ,   t r u e   t e s t   o f   o u r   l e n g t h   a n d   s t r e n g t h   6 ' 8 " +   i d e o l o g y .     s i a k a m   a n d   s c o t t i e   r u n n i n g   t h e   p o i n t   s h o u l d   b e   g o o d ,   i ' m   a l s o   e x c i t e d   t o   s e e   k o l o k o   g e t t i n g   e a r l y   m i n u t e s   a g a i n s t   o t h e r   t e a m s '   s t a r t e r s . 
 
 w e t h e n o r t h   n b a   t o r o n t o   b a s k e t b a l l   c a n a d a  
▶ ️ w a t c h   a l l   n b a   b a s k e t b a l l   s u m m e r   g a m e s   l i v e   f r e e   & a m p ;   f u l l   h d ✅ 
 
 n b a   n h l   m l b   c h i c a g o b u l l s   t o r o n t o   r a p t o r s   w e t h e n o r t h   r t z   h o u s t o n   r o c k e t s   h o u s t o n r o c k e t s   d e t r o i t   p i s t o n s   d e t r o i t p i s t o n s   n o b r a k e s   n e w o r l e a n s   p e l i c a n s   p e l i c a n s n b a   w o n t b o w d o w n   w b d
h e l l o   t o r o n t o   f a n s . 
 t h i s   i s   y o u r   s e m i - a n n u a l   r e m i n d e r   t o   s t o p   w a t c h i n g   y o u r   t e a m   a f t e r   t h e   r e g u l a r   s e a s o n   i s   o v e r .   i t ' s   s i l l y   t o   w a t c h   b e y o n d   t h a t 
 
 i n s a n i t y   i s   d o i n g   t h e   s a m e   t h i n g   o v e r   a n d   o v e r   a g a i n   a n d   e x p e c t i n g   d i f f e r e n t   o u t c o m e . 
 
 j a y s   l e a f s   t f c   r a p t o r s
m a k e   s u r e   t o   t u n e   i n   t o   t h e   l i v e   s t r e a m   t o n i g h t   f a m i l y !   o u r   l i v e   s t r e a m s   a r e   a l w a y s   i n t e r e s t i n g   d o n ' t   m i s s   i t !   
 
 
 r o c k e t s   r a p t o r s   n b a   l i v e s t r e a m   y o u t u b e   n b a p r e s e a s o n   r a p t o r s n a t i o n   t o p l i n e s p o r t s   h o u s t o n   t o r o n t o   b a s k e t b a l l   s p o r t s   s p o r t s a n a l y s t  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
📈   t r e n d i n g   a t   
 
 r a p t o r s   r a p t u r e 
 r a p t o r s ’   f r e d   v a n v l e e t   h a s   b o l d   t a k e   i n   n b a   g o a t   d e b a t e 
 
 b y   m i k e   l u c i a n o 
 
 t o r o n t o   r t z 

t h e   t o r o n t o   r a p t o r s   a r e   o f f i c i a l l y   i n   p r e s e a s o n   m o d e !   w i t h   t h e   l o o m i n g   n b a   s e a s o n ,   i t ' s   t i m e   t o   g e t   b o l d   w i t h   s o m e   p r e d i c t i o n s . 
 
 w e t h e n o r t h   n b a n e w s   n b a t w i t t e r   b a s k e t b a l l   y o u t u b e   c a n a d a   n b a p r e s e a s o n   
 
 v i d e o :  
t o r o n t o   s t a r 
 j o s h   j a c k s o n ,   f o r m e r   n o .   4   o v e r a l l   p i c k ,   o p e n i n g   e y e s   a t   r a p t o r s   c a m p 
 
 b y   d o u g   s m i t h 
 
 t o r o n t o   n b a 

d o   r a p t o r s   a n d   c e l t i c s   f a n s   h a v e   b e e f . . .   😆   
 
 
 
 r a p t o r s   t o r o n t o   b o s t o n   c e l t i c s
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
w h a t   i f   w e   k i d n a p p e d   p a s c a l   & a m p ;   s c o t t i e   f o r   a   y e a r   t h e n   t h e y   b o t h   c o m e b a c k   a s   v i c t o r   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
y a h o o   s p o r t s 
 r a p t o r s '   f r e d   v a n v l e e t   ' w o r k i n g   o n '   g e t t i n g   c a n a d i a n   c i t i z e n s h i p 
 
 b y   w e n z e l l   o r t i z 
 
 t o r o n t o   r t z 

d e m a r   d e r o z a n   c r e d i t s   g i a n n i s   a n t e t o k o u n m p o   o n   j j   r e d i c k ' s   p o d c a s t 
 
 
 
 n b a   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h   t o r o n t o   r a p t o r s
s c o t t i e   b a r n e s   i s   s c a r i n g   r a p t o r s   f a n s … 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
s h o u l d   r a p t o r s   w o r r y   a b o u t   3 - p o i n t   s h o o t i n g   a f t e r   c e l t i c s   w i n ? 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
f r o m   t h e   🎧   p o d c a s t   p l a y e r 
 
 t h e   r a p t o r s   s h o w 
 r a p t o r s   r e s e r v e s   c o m p l e t e   t h r i l l i n g   c o m e b a c k   i n   o t   w i n 
 
 🎙 ️   w i l l i a m   l o u 
 🎙 ️   a l e x   w o n g 
 ⏲ ️   3 0 : 3 1 
 
 t o r o n t o   n b a 

t o p   3   s p o r t s   p r o g r a m s   1 0 / 0 5 / 2 2 
 1 ⃣ ⚾ ️ t o r o n t o   v s   b a l t i m o r e   |   g a m e   2   o n   s n 
 a m a :   6 1 3 . 0 k 
 2 ⃣ ⚾ ️ t o r o n t o   v s   b a l t i m o r e   |   g a m e   1   o n   s n 
 a m a :   3 6 3 . 5 k 
 3 ⃣ 🏀 p r e s e a s o n :   t o r o n t o   v s   b o s t o n   o n   t s n 
 a m a :   1 8 2 . 0 k 
 t o r o n t o b l u e j a y s   t o r o n t o r a p t o r s   r a p t o r s   j a y s   t o r o n t o   m l b   n b a p r e s e a s o n
[ p o s t   g a m e   t h r e a d ]   t h e   t o r o n t o   r a p t o r s   ( 2 - 0 )   d e f e a t   t h e   b o s t o n   c e l t i c s   ( 1 - 1 )   a t   o t ,   1 2 5 - 1 1 9   🏀 
 
 g a m e   b o x   s c o r e   i s   n o t   l o a d i n g   a t   t h e   m o m e n t   s o   l i n k i n g   t h e   s c o r e s   b e l o w . 
 

t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   c e l t i c s   -   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
t o r o n t o   s t a r 
 r a p t o r s   g o   d e e p   i n t o   b e n c h ,   r a l l y   t o   b e a t   c e l t i c s   i n   o v e r t i m e 
 
 b y   d o u g   s m i t h 
 
 t o r o n t o   n b a 

j e f f   d o w t i n   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j e f f d o w t i n   j e f f   d o w t i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
g a r y   j r .   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g a r y j r .   g a r y   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
j e f f   d o w t i n   x   r a y   r e v e a l e d   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
f r e d   v a n v l e e t   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f r e d v a n v l e e t   f r e d   v a n v l e e t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
n o t   e v e n   o n   t h e   g r a p h i c ,   b u t     k n o w s   😁 🙌 🏾 
 
 r a p t o r s   r o t y   t o r o n t o   
 

p r e c i o u s   a c h i u w a   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p r e c i o u s a c h i u w a   p r e c i o u s   a c h i u w a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   t o r o n t o   r a p t o r s   n b a   v i d e o :  
j a y l e n   b r o w n   h i g h l i g h t s   -   c e l t i c s   v s .   r a p t o r s   -   5 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   b o s   t o r   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b o s t o n   c e l t i c s   t o r o n t o   r a p t o r s
  p a y t o n   p r i t c h a r d   -   1 7   p t s ,   4   r e b ,   5   a s t ,   3   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 p a y t o n p r i t c h a r d   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
_ s m o o t h 1 0   s a m   h a u s e r   -   2 2   p t s ,   4   r e b ,   2   a s t ,   5   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 s a m h a u s e r   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
s t i l l   u n d e f e a t e d ! 
 t o r o n t o   r a p t o r s   w e t h e n o r t h  
j a y s o n   t a t u m   m a k i n g   t h e   r a p t o r s   d e f e n c e   l o o k   s i l l y   🤣 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a y s o n   t a t u m   f a k e   b o s   b o s t o n   c e l t i c s   t o r   t o r o n t o   r a p t o r s
3   r e a s o n a b l e   g o a l s   f o r   r a p t o r s   p g   f r e d   v a n v l e e t   i n   2 0 2 2 - 2 3 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   b l e e d g r e e n   b e t h e f i g h t     t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r   i n d i a n a s t y l e
m y   s i s t e r   h a d   c u s t o m   r a p t o r s   m i n k y   f a b r i c   m a d e   t o   m a k e   a   b a b y   b l a n k e t   f o r   m y   f r i e n d s   b a b y   s h o w e r .   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
b o s t o n   c e l t i c s   n e w s   -     s t a r t e r s   f o r   t o n i g h t ' s   g a m e   w i t h   t h e   t o r o n t o   r a p t o r s .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   t o r o n t o   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
l o t s   o f   c a n a d i a n   c o n t e n t   a s   r a p t o r s   a n d   j a z z   s q u a r e   o f f   i n   e d m o n t o n .   u p d a t e   |   e x c e l l e n t   s p o r t s   a d v e n t u r e 
       
 
 t o r o n t o   r a p t o r s   p r e s e a s o n   n b a   b a s k e t b a l l   s p o r t s   n e w s   t r e n d i n g   v i r a l   s p o r t s n e w s   t i l l e y   e x c e l l e n t   a d v e n t u r e   t a p s   r a p s  
t h e     a r e   c o n s i s t e n t l y   o n e   o f   t h e   m o s t   s l e p t   o n   t e a m   i n   t h e   n b a .   w i t h   t h e   d e v e l o p m e n t   o f   s c o t t i e b a r n e s ,   c a n   t h e y   m a k e   a   b i g   j u m p ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a p r e s e a s o n   n b a m e d i a d a y   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s     d r a k e  
f a d e a w a y   w o r l d 
 p a s c a l   s i a k a m   n o t   w o r r i e d   a b o u t   t h e   t o r o n t o   r a p t o r s   a f t e r   t h e   e a s t e r n   c o n f e r e n c e   s t r e n g t h e n e d   i t s e l f   t h i s   o f f s e a s o n :   " t h e   l e a g u e   i s . . . 
 
 b y   i s h a a n   b h a t t a c h a r y a 
 
 t o r o n t o   r a p t o r s 

y e s t e r d a y   t h e     t u r n e d     1 4 9   y r s   o l d .   
 
 f o r   p e r s p e c t i v e ; 
   a r e   1 0 5 
   a r e   4 5 
   a r e   2 7 
 t h e   s o c c e r   t e a m   i s   1 6 
 & a m p ;   t h e   m o d e r n   o l y m p i c s   a r e   1 2 9 … 
 
 c f l   f o o t b a l l   n f l   n c a a   n h l   m l b   n b a   s o c c e r   t o r o n t o
t h e   r a p t o r s   d i d   t h i s   a n d   n o b o d y   n o t i c e d . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a z z v s r a p t o r s   p a s c a l s i a k a m t o r o n t o r a p t o r s   r a p t o r s n a t i o n   r a p t o r s v s j a z z   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s  
n b a   g m s   c o n f i r m   w h a t   w e   k n e w   a b o u t   n i c k   n u r s e ,   r a p t o r s   f a n s 
 
 
 
 n b a   t o r o n t o   r a p t o r s   c a n a d a   w e t h e n o r t h   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   l a k e s h o w   l a k e r s   b l e e d g r e e n   c e l t i c s
t h e y   b u i l t   d i f f e r e n t   f r   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
🎧 e p . 2 0 4 🎙 
 “ e n o u g h   t o   g o   a r o u n d ? 
 t o r o n t o     t a l k   w / h o s t s     & a m p ;   
 
 🏀 p a s c a l   t o p   5 ? 
 🏀 e x p e c t a t i o n s   f o r   b a r n e s   & a m p ;   p r e c i o u s 
 🏀 s g a ? 
 🏀 t r a d e   i n f l a t i o n 
 
 
 
 r t z | r a p t o r s | w e t h e n o r t h | n b a | n b a t w i t t e r | | |
r a p t o r s   t r a i n i n g   c a m p   a v a i l a b i l i t y   |   o c t o b e r   0 4 ,   2 0 2 2   t o r o n t o   r a p t o r s   n b a   v i d e o :  
c h e c k   o u t   o u r   n e w   b o a r d s ! !   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
🔴 n e w   e p i s o d e ! 🔴   l i s t e n   h e r e   & g t ;   
 
 w e t h e n o r t h   t o r o n t o   r a p t o r s   r a p s
y o u   b e t t e r   r e c o g n i z e . 
 
 w e t h e n o r t h   n b a   t o r o n t o   b a s k e t b a l l   c a n a d a   o n t a r i o 
 

w i l l   t y l e r   h e r r o ' s   c o n t r a c t   i m p a c t   r a p t o r s '   d e a l   f o r   g a r y   t r e n t   j r ? 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   h e a t t w i t t e r   h e a t n a t i o n   d u b n a t i o n   l a k e s h o w   l a k e r s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a p r e s e a s o n   n b a t w i t t e r   b u l l s n a t i o n   b l e e d g r e e n   m f f l
3   e m e r g i n g   s t o r y l i n e s   t o   w a t c h   a h e a d   o f   r a p t o r s - c e l t i c s   g a m e 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   h e a t t w i t t e r   h e a t n a t i o n   d u b n a t i o n   l a k e s h o w   l a k e r s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a p r e s e a s o n   n b a t w i t t e r   b u l l s n a t i o n   b l e e d g r e e n   m f f l   a l l f l y
w i t h   n b a p r e s e a s o n   a c t i o n   s t a r t i n g   b a c k   u p ,   w e ’ r e   d r o p p i n g   e p .   2 0 4   o f   t h e   s o t 6   p o d c a s t   f i r s t   t h i n g   t o m o r r o w   m o r n i n g !     t a k e s   t h e   h o s t i n g   c h a i r   a s   w e   b r i n g   y o u   t h e   l a t e s t   r e g a r d i n g   y o u r   t o r o n t o   !   k e e p   i t   l o c k e d ! 
 
 n b a | n b a t w i t t e r | r t z | r a p t o r s | w e t h e n o r t h
s p o r t i n g   n e w s 
 r a p t o r s   f a n s   e a r n   u l t i m a t e   h o n o r   f r o m   n b a ' s   g e n e r a l   m a n a g e r s   i n   a n n u a l   s u r v e y 
 
 b y   s c o t t   r a f f e r t y 
 
 t o r o n t o   r a p t o r s 

📈   t r e n d i n g   a t   
 
 r a p t o r s   h q 
 t o r o n t o   r a p t o r s   2 0 2 2 - 2 3   p l a y e r   p r e v i e w s 
 
 b y   j o s h   k e r n   a n d   z a c h   w i l s o n 
 
 t o r o n t o   w e t h e n o r t h 

t o r o n t o   s u n 
 k o l o k o   j u s t   m i g h t   b e   f o r c i n g   t h e   i s s u e ,   a n d   t h a t ’ s   a   g o o d   t h i n g   f o r   t h e   r a p t o r s 
 
 b y   m i k e   g a n t e r 
 
 t o r o n t o   n b a 

w h a t   p l a y e r   o n   o u r   t e a m   w o u l d   b e   c r a z y   w i t h   a n o t h e r   p l a y e r ’ s   a t t r i b u t e s ,   a l l   o n   t h e   s a m e   t   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
w a i t e d   a   v e r y   l o n g   t i m e   f o r   t o r o n t o   s p o r t s   t o   b e   i n   t h i s   p o s i t i o n … i t s   a m a z i n g   h a v i n g   3   c o m p e t i t i v e   t e a m s !     r a p t o r s   w e t h e n o r t h   b l u e j a y s   n e x t l e v e l   t m l   t h e p a s s i o n t h a t u n i t e s u s
r a p t o r s 
 h o w   g o o d   c a n   t h e   r a p t o r s   b e   o f f e n s i v e l y ? 
 
 b y   v i v e k   j a c o b 
 
 t o r o n t o   r a p t o r s 

r a p t o r s   d e p t h   l o o k s   g o o d   a g a i n s t   n e w   l o o k   j a z z .   r e a c t i o n   t o   a   g r e a t   s t a r t   t o   p r e s e a s o n   b y   t o r o n t o ! 
   
 
   
 a t l a n t i c d i v i s i o n   c h a n g e   c o m m o n s e n s e   e a s t e r n c o n f e r e n c e   h u m a n i t y   j u s t i c e   l o v e   m e d i a   n e w s   p h i l o s o p h y   p o l i t c s   s o l u t i o n s   t o r o n t o r a p t o r s  
s t i l l   c a n t   b e l i e v e   f r e d   r a n   s e x t o n   o f f   t h e   c o u r t   i n   t h e   p r e s e a s o n   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
i t & a m p ; 3 9 ; s   o n l y   o n e   g a m e   b u t   _ _ _ .   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
r a p t o r s   s h o u t   o u t   c r a z y   e d m o n t o n   c r o w d   a f t e r   w i n   v s .   j a z z 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   m f f l   s i x e r s   b u c k s
r a p t o r s   s h o w   l o v e   t o   p a s c a l   s i a k a m   w i t h   a s s i s t a n t   c o a c h   h i r e 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   m f f l   s i x e r s   b u c k s
o h   b t w ,   r a p t o r s   a r e   w i n n i n g   t h e   c h a m p i o n s h i p .     y o u   h e a r d   i t   f r o m   m e   f i r s t . 
 
 w e t h e n o r t h   n b a   t o r o n t o   b a s k e t b a l l   c a n a d a   o n t a r i o  
i   l i k e   t h i s   m o v e   b y   t h e   r a p t o r s   h e r e ,   k e e p i n g   s i a k a m ' s   f a m i l y   c l o s e   a n d   a d d i n g   a   s o l i d   p l a y e r   d e v e l o p m e n t   g u y .     
 
 w e t h e n o r t h 
 n b a   t o r o n t o   b a s k e t b a l l   c a n a d a 
 o n t a r i o 
 

i   t h i n k   i   w a n t   t o   s e e   d j   w i l s o n   m a k e   t h e   c u t   o v e r   c h a m p a g n e / j a c k s o n   h e r e .     h e   j u s t   f i t s   m o r e   o f   a   p o s i t i o n   o f   n e e d   i n   m y   o p i n i o n   w i t h   h i s   s i z e .     d a l a n o   a   l o c k   f o r   t h e   o t h e r   s p o t . 
 
 w e t h e n o r t h 
 n b a   t o r o n t o   b a s k e t b a l l   c a n a d a 
 o n t a r i o 

s c o t t i e   b a r n e s   r a t e d   r o o k i e   f a s t   b r e a k   a u t o   s h o w i n g   u p   o n   t h e   b r e a k   p a d !   🔥 🔥 
     
 b o o m   w h o d o y o u c o l l e c t   g r o u p b r e a k s   t h e h o b b y   c a s e b r e a k s   b o x b r e a k s   n b a   b a s k e t b a l l c a r d s   t o r o n t o r a p t o r s   t o r o n t o   r a p t o r s   a u t o g r a p h   o p t i c   r o o k i e  
t h e   h o m e t o w n   k i d   m a k i n g   b i g   n o i s e   f o r   t h e   t o r o n t o   r a p t o r s   
 
 w e t h e n o r t h   
 t o r o n t o   
 r e x d a l e  
g a b e   b r o w n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g a b e b r o w n   g a b e   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
i t ’ s   b e e n   s u c h   a   c o o l   r i d e !   t h e   j e r s e y s   w o n ’ t   l a s t   l o n g ,   a n d   o n c e   t h e y   a r e   g o n e ,   t h a t ’ s   i t !   t o r o n t o r a p t o r s   r a p t o r s   i n d i g e n i z e   i n d i g e n o u s   i n d i g e n i z e e v e r y t h i n g   t k a r o n t o   t o r o n t o  
j e f f   d o w t i n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j e f f d o w t i n   j e f f   d o w t i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
k h e m   b i r c h   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k h e m b i r c h   k h e m   b i r c h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
o g   a n u n o b y   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o g a n u n o b y   o g   a n u n o b y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
d . j .   w i l s o n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d . j . w i l s o n   d . j .   w i l s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
t o r o n t o   s u n 
 r a p t o r s   o v e r w h e l m e d   b y   t h e   s u p p o r t   e d m o n t o n   s h o w e d   t h e m 
 
 b y   m i k e   g a n t e r 
 
 t o r o n t o   n b a 

r a p t o r s   9 0 5   h a v e   a d d e d   c h r i s t i a n   s i a k a m ,   p a s c a l ' s   o l d e r   b r o t h e r ,   t o   t h e i r   c o a c h i n g   s t a f f   f o r   t h i s   s e a s o n ! 
 t o r o n t o   r a p t o r s   w e t h e n o r t h
7 ’ 2   k a i   s o t t o   d i d n ’ t   g e t   d r a f t e d   b u t   h a d   1 1   p t s ,   2   r e b   i 1   a s t   i n   1 8   m i n s   i n   t h e i r   w i n   a g a i n s t   t h e   s u n s .   h i s   l e n g t h   m a t c h e s   t h e     r o s t e r .   a n d   t h e   r a p s   d o   l i k e   t h e   u n d r a f t e d   t a l e n t   j u s t s a y i n   n b a p r e s e a s o n   n b a   t o r o n t o
c h r i s t i a n   k o l o k o   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c h r i s t i a n k o l o k o   c h r i s t i a n   k o l o k o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
t h e   m o n t h   o f   o c t o b e r   i s   f i l l e d   w i t h   r e t u r n i n g   s t a r s !   t h e   s t a r t   o f   t h e   n h l   a n d   n b a   s e a s o n   +   t h e   b l u e   j a y s   c l i n c h i n g   t h e   p l a y o f f   s p o t .   t h i s   m o n t h   i s   g o n n a   b e   h o t !   
 
 b l u e j a y s   t o r o n t o   r a p t o r s   m a p l e l e a f s   t o r o n t o m a p l e l e a f s   t o r o n t o r a p t o r s  
m a l a c h i   f l y n n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a l a c h i f l y n n   m a l a c h i   f l y n n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
d a l a n o   b a n t o n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a l a n o b a n t o n   d a l a n o   b a n t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
g a r y   j r .   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g a r y j r .   g a r y   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
j o s h   j a c k s o n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o s h j a c k s o n   j o s h   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p r e c i o u s   a c h i u w a   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p r e c i o u s a c h i u w a   p r e c i o u s   a c h i u w a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p r e c i o u s   p u m p   f a k e   i n t o   d r i v i n g   d u n k   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
  t h i s   i s   t h e   s a m e   j o h n   t o r y   w h o   j u m p e d   a r o u n d   l i k e   a   g i d d y   s c h o o l g i r l   w h e n   t h e   r a p t o r s   w o n   t h e   c h a m p i o n s h i p   & a m p ;   t h e n   f o l l o w e d   u p   w i t h   p a n d e r i n g   t o   k a w h i   l e o n a r d   ( a   m u l t i - m i l l i o n a i r e )   b y   o f f e r i n g   h i m   f r e e   m e a l s   a n y w h e r e   i n   t o r o n t o   i f   h e   s t a y e d   ( t o   b e   p a i d   w i t h   p u b l i c   m o n e y ) .   t o p o l i
s p o r t s n e t 
 r a p t o r s   o p e n   p r e - s e a s o n   w i t h   w i n   i n   f r o n t   o f   p l a y o f f - w o r t h y   e d m o n t o n   c r o w d 
 
 b y   m i c h a e l   g r a n g e 
 
 t o r o n t o   r t z 

p r e c i o u s   a c h i u w a   w i t h   t h e   r a c k   a t t a c k   💢 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   p r e c i o u s   a c h i u w a   t o r o n t o   r a p t o r s   d u n k
t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   j a z z   -   o c t o b e r   0 2 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
i n   h o n o r   o f   o u r   f r i e n d l y   n e i g h b o r s   t o   t h e   n o r t h   🇨 🇦   ,   a l l o w   s c o t t i e b a r n e s   a n d   i   t o   w i s h   y o u   a   h a p p y   c a n a d i a n   t h a n k s g i v i n g   🦃     f r o m   o n e   h o s e r   t o   a n o t h e r ,   m u c h   m u c h   l o v e   ✌ ️   s a s q u a d   p a n i n i   f a n a t i c s   t h e h o b b y   b a s k e t b a l l   b a s k e t b a l l c a r d s     n b a  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s
i ' m   s e e i n g   t h e   s a m e !   
 s c o t t i e b a r n e s  
h o w   a b o u t   t h a t   s c o t t i e b a r n e s   🔥 🔥   w e t h e n o r t h   t o r v s c h i   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
n i c e   t o   s e e   s c o t t i e b a r n e s   r u n n i n g   t h e   p o i n t   i n   p r e s e a s o n ,   h o p e f u l l y   a   l o t   m o r e   o f   t h a t   t o   c o m e
s c o t t i e b a r n e s   d o i n g   s c o t t i e   t h i n g s   w e t h e n o r t h  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
t h e     a r e   c o n s i s t e n t l y   o n e   o f   t h e   m o s t   s l e p t   o n   t e a m   i n   t h e   n b a .   w i t h   t h e   d e v e l o p m e n t   o f   s c o t t i e b a r n e s ,   c a n   t h e y   m a k e   a   b i g   j u m p ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a p r e s e a s o n   n b a m e d i a d a y   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s     d r a k e  
s c o t t i e b a r n e s   w i l l   b e   a   t o p   1 0   p l a y e r   s o o n e r   t h a n   l a t e r .   r a p t o r s   n b a p r e s e a s o n  
t h e   r e v o l u t i o n   w i l l   b e   t e l e v i s e d .   
 t o r o n t o r a p t o r s   r a p t o r s   s c o t t i e b a r n e s   h o u s e o f t h e r a p t o r   n b a  
g o o d   m o r n i n g ☕ ️ 🌞 h a v e   a   g r e a t   s a f e   d a y !     
 n e x t l e v e l   i n   t h e   p l a y o f f s   
 l e a f s f o r e v e r   l o o k i n g   a w e s o m e ! 
   s c o t t i e b a r n e s       r a p t o r s   
 m a j o r   l e a g u e   c i t i e s   h a v e   a t   l e a s t   3   t e a m s   i n   t h e   b i g   l e a g u e s   
 d o n t   w o r r y   🇨 🇦 w e   s h a r e !  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
a   s t a t   f r o m   l a s t   n i g h t ' s   r a p t o r s   g a m e   w a s   s c o t t i e b a r n e s   w a s   t h e   2 3 r d   r o o k i e   i n   n b a   h i s t o r y   t o   h a v e   1 k   p o i n t s ,   5 0 0 +   r e b o u n d s   & a m p ;   2 5 0 +   a s s i s t s . 
 
 h e   j o i n e d   l u k a ,   b l a k e   & a m p ;   b e n s i m m o n s .   o h   y e a h :   s i m m o n s   w a s   d e c e n t . . . a t   t h e   s t a r t ;   r o o k i e   o f   t h e   y e a r . 
 
 h o w   d o   y o u   c o l l a p s e   t h i s   b a d l y ?  
l o o k s   a   l o t   l i k e   y e a r   1   s c o t t i e   b a r n e s .   t a k i n g   h i s   m a n   i n t o   t h e   p o s t   a n d   f i n i s h i n g   i m p r e s s i v e l y !   
 s c o t t i e b a r n e s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
i n   h o n o r   o f   o u r   f r i e n d l y   n e i g h b o r s   t o   t h e   n o r t h   🇨 🇦   ,   a l l o w   s c o t t i e b a r n e s   a n d   i   t o   w i s h   y o u   a   h a p p y   c a n a d i a n   t h a n k s g i v i n g   🦃     f r o m   o n e   h o s e r   t o   a n o t h e r ,   m u c h   m u c h   l o v e   ✌ ️   s a s q u a d   p a n i n i   f a n a t i c s   t h e h o b b y   b a s k e t b a l l   b a s k e t b a l l c a r d s     n b a  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s
i ' m   s e e i n g   t h e   s a m e !   
 s c o t t i e b a r n e s  
h o w   a b o u t   t h a t   s c o t t i e b a r n e s   🔥 🔥   w e t h e n o r t h   t o r v s c h i   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
n i c e   t o   s e e   s c o t t i e b a r n e s   r u n n i n g   t h e   p o i n t   i n   p r e s e a s o n ,   h o p e f u l l y   a   l o t   m o r e   o f   t h a t   t o   c o m e
s c o t t i e b a r n e s   d o i n g   s c o t t i e   t h i n g s   w e t h e n o r t h  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
t h e     a r e   c o n s i s t e n t l y   o n e   o f   t h e   m o s t   s l e p t   o n   t e a m   i n   t h e   n b a .   w i t h   t h e   d e v e l o p m e n t   o f   s c o t t i e b a r n e s ,   c a n   t h e y   m a k e   a   b i g   j u m p ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a p r e s e a s o n   n b a m e d i a d a y   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s     d r a k e  
s c o t t i e b a r n e s   w i l l   b e   a   t o p   1 0   p l a y e r   s o o n e r   t h a n   l a t e r .   r a p t o r s   n b a p r e s e a s o n  
t h e   r e v o l u t i o n   w i l l   b e   t e l e v i s e d .   
 t o r o n t o r a p t o r s   r a p t o r s   s c o t t i e b a r n e s   h o u s e o f t h e r a p t o r   n b a  
g o o d   m o r n i n g ☕ ️ 🌞 h a v e   a   g r e a t   s a f e   d a y !     
 n e x t l e v e l   i n   t h e   p l a y o f f s   
 l e a f s f o r e v e r   l o o k i n g   a w e s o m e ! 
   s c o t t i e b a r n e s       r a p t o r s   
 m a j o r   l e a g u e   c i t i e s   h a v e   a t   l e a s t   3   t e a m s   i n   t h e   b i g   l e a g u e s   
 d o n t   w o r r y   🇨 🇦 w e   s h a r e !  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
a   s t a t   f r o m   l a s t   n i g h t ' s   r a p t o r s   g a m e   w a s   s c o t t i e b a r n e s   w a s   t h e   2 3 r d   r o o k i e   i n   n b a   h i s t o r y   t o   h a v e   1 k   p o i n t s ,   5 0 0 +   r e b o u n d s   & a m p ;   2 5 0 +   a s s i s t s . 
 
 h e   j o i n e d   l u k a ,   b l a k e   & a m p ;   b e n s i m m o n s .   o h   y e a h :   s i m m o n s   w a s   d e c e n t . . . a t   t h e   s t a r t ;   r o o k i e   o f   t h e   y e a r . 
 
 h o w   d o   y o u   c o l l a p s e   t h i s   b a d l y ?  
l o o k s   a   l o t   l i k e   y e a r   1   s c o t t i e   b a r n e s .   t a k i n g   h i s   m a n   i n t o   t h e   p o s t   a n d   f i n i s h i n g   i m p r e s s i v e l y !   
 s c o t t i e b a r n e s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
r a p t o r s   p o s t - g a m e   a v a i l a b i l i t y   |   o c t o b e r   0 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
r a p t o r s   v s   r o c k e t s   l i v e   w a t c h   p a r t y   |   . . . 
   
 
   
 a m a t e u r h o u r   h o u s t o n r o c k e t s   k a w h i l e o n a r d   m a s a i u j i r i   o g   p a s c a l s i a k a m   r a p t o r s d i g e s t   r a p t o r s d r a f t   r a p t o r s h i g h l i g h t s   r a p t o r s l i v e   r a p t o r s n e w s   r a p t o r s p r e s e a s o n   r a p t o r s s h o w   r a p t o r s v s b u c k s g a m e 4  
c h e c k   o u t   p a s c a l   s i a k a m   c r o w n   r o y a l e   s n o   g l o b e   c a s e   h i t ! !   n b a   t o r o n t o   r a p t o r s ! !   p a s c a l s i a k a m   s i a k a m   r a p t o r s   t o r   n b a   c r o w n r o y a l e   s n o g l o b e   s s p   c a s e h i t   t h e h o b b y   e b a y   w h o d o y o u c o l l e c t     e b a y   v i a  
t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   c e l t i c s   -   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
r a p t o r s   9 0 5   a d d e d   p a s c a l   s i a k a m ’ s   b r o t h e r   t o   c o a c h i n g   s t a f f   c h r i s t i a n s i a k a m   p a s c a l s i a k a m   r a p t o r s 9 0 5   t o r o n t o r a p t o r s  
c h e c k   o u t   o u r   n e w   b o a r d s ! !   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
i t & a m p ; 3 9 ; s   o n l y   o n e   g a m e   b u t   _ _ _ .   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   j a z z   -   o c t o b e r   0 2 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
r a p t o r s   p o s t - g a m e   a v a i l a b i l i t y   |   o c t o b e r   0 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
r a p t o r s   v s   r o c k e t s   l i v e   w a t c h   p a r t y   |   . . . 
   
 
   
 a m a t e u r h o u r   h o u s t o n r o c k e t s   k a w h i l e o n a r d   m a s a i u j i r i   o g   p a s c a l s i a k a m   r a p t o r s d i g e s t   r a p t o r s d r a f t   r a p t o r s h i g h l i g h t s   r a p t o r s l i v e   r a p t o r s n e w s   r a p t o r s p r e s e a s o n   r a p t o r s s h o w   r a p t o r s v s b u c k s g a m e 4  
c h e c k   o u t   p a s c a l   s i a k a m   c r o w n   r o y a l e   s n o   g l o b e   c a s e   h i t ! !   n b a   t o r o n t o   r a p t o r s ! !   p a s c a l s i a k a m   s i a k a m   r a p t o r s   t o r   n b a   c r o w n r o y a l e   s n o g l o b e   s s p   c a s e h i t   t h e h o b b y   e b a y   w h o d o y o u c o l l e c t     e b a y   v i a  
t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   c e l t i c s   -   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
r a p t o r s   9 0 5   a d d e d   p a s c a l   s i a k a m ’ s   b r o t h e r   t o   c o a c h i n g   s t a f f   c h r i s t i a n s i a k a m   p a s c a l s i a k a m   r a p t o r s 9 0 5   t o r o n t o r a p t o r s  
c h e c k   o u t   o u r   n e w   b o a r d s ! !   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
i t & a m p ; 3 9 ; s   o n l y   o n e   g a m e   b u t   _ _ _ .   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   j a z z   -   o c t o b e r   0 2 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   a n d   s t a r t e r s   s t r u g g l e   a g a i n   -   b a n t o n   a   r e l i a b l e   p g ?   -   r a p t o r s   r o c k e t s   r e c a p   +   n e w s 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b a   s i a k a m   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
a r e   t h e s e   t e a m s   b u i l d i n g   a   r i v a l r y . . .   
 
 
 
 t o r o n t o r a p t o r s   n b a   s c o t t i e   f r e d   s i a k a m   b a s k e t b a l l   s p o r t s
c h e c k   o u t   p a s c a l   s i a k a m   c r o w n   r o y a l e   s n o   g l o b e   c a s e   h i t ! !   n b a   t o r o n t o   r a p t o r s ! !   p a s c a l s i a k a m   s i a k a m   r a p t o r s   t o r   n b a   c r o w n r o y a l e   s n o g l o b e   s s p   c a s e h i t   t h e h o b b y   e b a y   w h o d o y o u c o l l e c t     e b a y   v i a  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
n b a   g m & a m p ; 3 9 ; s   d o n & a m p ; 3 9 ; t   w a t c h   t h e   t o r o n t o   r a p t o r s   -   r e a c t i n g   t o   t h e   a n n u a l   n b a   g m   s u r v e y 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   s i a k a m   t o r o n t o r a p t o r s  
r a p t o r s   b a s k e t b a l l   i s   b a c k . . .   
 
 
 
 t o r o n t o r a p t o r s   s c o t t i e   s i a k a m   f r e d   o g   t r e n t
r a p t o r s   d o m i n a n t   i n   f i r s t   p r e s e a s o n   g a m e   -   j o s h   j a c k s o n   m a k i n g   r o s t e r ?   -   r a p t o r s   v s   j a z z   r e a c t i o n 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b a   s i a k a m   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   a n d   s t a r t e r s   s t r u g g l e   a g a i n   -   b a n t o n   a   r e l i a b l e   p g ?   -   r a p t o r s   r o c k e t s   r e c a p   +   n e w s 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b a   s i a k a m   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
a r e   t h e s e   t e a m s   b u i l d i n g   a   r i v a l r y . . .   
 
 
 
 t o r o n t o r a p t o r s   n b a   s c o t t i e   f r e d   s i a k a m   b a s k e t b a l l   s p o r t s
c h e c k   o u t   p a s c a l   s i a k a m   c r o w n   r o y a l e   s n o   g l o b e   c a s e   h i t ! !   n b a   t o r o n t o   r a p t o r s ! !   p a s c a l s i a k a m   s i a k a m   r a p t o r s   t o r   n b a   c r o w n r o y a l e   s n o g l o b e   s s p   c a s e h i t   t h e h o b b y   e b a y   w h o d o y o u c o l l e c t     e b a y   v i a  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
n b a   g m & a m p ; 3 9 ; s   d o n & a m p ; 3 9 ; t   w a t c h   t h e   t o r o n t o   r a p t o r s   -   r e a c t i n g   t o   t h e   a n n u a l   n b a   g m   s u r v e y 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   s i a k a m   t o r o n t o r a p t o r s  
r a p t o r s   b a s k e t b a l l   i s   b a c k . . .   
 
 
 
 t o r o n t o r a p t o r s   s c o t t i e   s i a k a m   f r e d   o g   t r e n t
r a p t o r s   d o m i n a n t   i n   f i r s t   p r e s e a s o n   g a m e   -   j o s h   j a c k s o n   m a k i n g   r o s t e r ?   -   r a p t o r s   v s   j a z z   r e a c t i o n 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b a   s i a k a m   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [58], in <cell line: 1>()
      1 for id, tweets in tweets_df_Raptors1.items():
      2     for tweet in tweets:
----> 3         analysis = TextBlob(tweets_df_Raptors1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Raptors1 = tweets_df_Raptors1.append({
      5             'name': id,
      6             'text': tweets_df_Raptors1.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\textblob\blob.py:384, in BaseBlob.__init__(self, text, tokenizer, pos_tagger, np_extractor, analyzer, parser, classifier, clean_html)
    380 def __init__(self, text, tokenizer=None,
    381             pos_tagger=None, np_extractor=None, analyzer=None,
    382             parser=None, classifier=None, clean_html=False):
    383     if not isinstance(text, basestring):
--> 384         raise TypeError('The `text` argument passed to `__init__(text)` '
    385                         'must be a string, not {0}'.format(type(text)))
    386     if clean_html:
    387         raise NotImplementedError("clean_html has been deprecated. "
    388                                 "To remove HTML markup, use BeautifulSoup's "
    389                                 "get_text() function")

TypeError: The `text` argument passed to `__init__(text)` must be a string, not <class 'pandas.core.series.Series'>
In [59]:
for id, tweets in tweets_df_Raptors2.items():
    for tweet in tweets:
        analysis = SentimentIntensityAnalyzer(tweets_df_Raptors2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Raptors2 = tweets_df_Raptors2.append({
            'name': id,
            'text': tweets_df_Raptors2.text
        }, ignore_index=True)
p r e - s e a s o n     📸       v s     n b a   t o r o n t o r a p t o r s   c h i c a g o b u l l s  
j a y s o n   t a t u m   s a i d   t h i s   a b o u t   t h e   r a p t o r s . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b u l l s v s r a p t o r s   c h i c a g o b u l l s v s t o r o n t o r a p t o r s   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s v s r o c k e t s   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s c h a m p i o n s h i p  
r a p t o r s   f a m i l y :   d a l a n o   b a n t o n   h a s   s o l i d i f i e d   h i s   s p o t . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
g r o a t   d o i n g   g r o a t   t h i n g s .   h a p p y   c a n a d i a n   t h a n k s g i v i n g   🇨 🇦   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
j u s t   w a n n a   r e m i n d   p e o p l e   p r e s e a s o n   m e a n s   n o t h i n g   💀 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
i n t e r n a t i o n a l   p r o p h e c y   f u l f i l l e d   
 
 t h e   c h i c a g o   b u l l s   b e a t s   t h e   t o r o n t o   r a p t o r s ,   n o t i c e   h o w   p r o p h e t   a n g e l   a c c u r a t e l y   p r o p h e s i e d   t h e   w i n n e r   o f   t h e   g a m e   a n d   t h a t   t h e   s c o r e   w i l l   b e   o v e r   1 0 2 . 
 
 u e b e r t a n g e l   n b a   c h i c a g o b u l l s   b u l l s   r a p t o r s   t o r o n t o r a p t o r s   b a s k e t b a l l   u s a  
i n t e r n a t i o n a l   p r o p h e c y   f u l f i l l e d   
 
 t h e   c h i c a g o   b u l l s   b e a t s   t h e   t o r o n t o   r a p t o r s ,   n o t i c e   h o w   p r o p h e t   a n g e l   a c c u r a t e l y   p r o p h e s i e d   t h e   w i n n e r   o f   t h e   g a m e   a n d   t h a t   t h e   s c o r e   w i l l   b e   o v e r   1 0 2 . 
 
 u e b e r t a n g e l   n b a   c h i c a g o b u l l s   b u l l s   r a p t o r s   t o r o n t o r a p t o r s   b a s k e t b a l l   u s a  
g o d   i s   s t i l l   s a y i n g   s o m e t h i n g   c h i c a g o   u s a   n b a   r a p t o r s   m a j o r   c h i c a g o b u l l s   t o r o n t o r a p t o r s   u s a  
g r o a t   d o i n g   g r o a t   t h i n g s .   h a p p y   c a n a d i a n   t h a n k s g i v i n g   🇨 🇦 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
g a r y   t r e n t   j r   d r o p s   p j   t u c k e r … ( t o r o n t o   r a p t o r s ) 
   
 
   
 a t l a n t i c d i v i s i o n   b u l l s v s r a p t o r s   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   r a p t o r s v s b u l l s   r a p t o r s v s r o c k e t s   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s 2 0 1 9  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
  r a p t o r s   t r a d e s   i   c a n   s e e   h a p p e n i n g   !     
 
 n b a   t o r o n t o r a p t o r s   r a p t o r s
n b a   l e a d e r :   2 7 . 9   p p g   c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n .    
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
  i   w a s   o n   a   p o d c a s t   w h e r e   w e   t a l k e d     b a s k e t b a l l ! !   r a p t o r s   t o r o n t o r a p t o r s   b a s k e t b a l l   p o d c a s t
h o t   t a k e   t h e   t o r o n t o r a p t o r s   w i l l   b e   c h a m p i o n s   t h i s   s e a s o n
c o m e   r a p t o r s ,   j o i n   u s . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
a n d r e   d r u m m o n d   h e a t s   u p   f r o m   b e y o n d   t h e   a r c !   n b a p r e s e a s o n 
   
 
   
 b a s k e t b a l l   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 7   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v i d e o s   t e a m 1 6 1 0 6 1 2 7 6 1   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
r a p t o r s   f a m i l y :   w e & a m p ; 3 9 ; r e   h i t t i n & a m p ; 3 9 ;   t h e   w a l l ,   w e & a m p ; 3 9 ; l l   b e   f i n e . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t i l   o f   a c t i v e   c o a c h e s ,   n i c k   n u r s e   i s   t i e d   f o r   5 t h   l o n g e s t   t e n u r e d   c o a c h   b y   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
f r o m   l e b r o n t o   t o   c h a m p i o n s :   t h e   i m p o s s i b l e   t o r o n t o   r a p t o r s   t i t l e   r u n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o r a p t o r s   i c o n   e d i t i o n   2 0 2 2 / 2 3 
 n i k e   d r i - f i t   n b a   s w i n g m a n   j e r s e y 
 
 m u s t   h a v e   f o r   r a p t o r s   f a n . 
 s i z e   l i s t   h e r e : -    
d a l a n o   b a n t o n   p o s t g a m e   i n t e r v i e w   |   r a p t o r s   v s   b u l l s   |   2 0 2 2 - 2 3   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
r a p t o r s   f a m i l y :   d r a y m o n d   a p o l o g i z e s ,   b u t   w h a t   d o e s   i t   r e a l l y   m e a n ? 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
j a l e n   g r e e n   s h i n e s !   i   r u n   o u t   o f   s u p e r l a t i v e s   f o r   t a r i !   r o c k e t s / r a p t o r s   b r e a k d o w n !   n b a   p r e s e a s o n ! 
   
 
   
 g l e a g u e i g n i t e   h o u s t o n r o c k e t s   j a l e n g r e e n   j o h n l u c a s   l s u   n b a p r e s e a s o n   s o u t h w e s t d i v i s i o n   t a r i e a s o n   t o r o n t o r a p t o r s   w e s t e r n c o n f e r e n c e  
s h a r i n g   h i s   h i g h l i g h t s   j u s t   f o r   t h e   " g e n e r a t i o n a l   b a n t o n   h a t e r " 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
g e t   t h i s   g u y   s i g n e d   f o r   s o m e   s h o o t i n g   a s a p   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
t h i s   s u b   f o r   t h e   n e x t   d a y s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   9   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b u l l s v s r a p t o r s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   r a p t o r s v s b u l l s   t o r o n t o r a p t o r s  
s c o t t i e   b a r n e s   o n   o f f e n s e   l a t e l y 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r s   p o s t - g a m e   a v a i l a b i l i t y   |   o c t o b e r   0 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
n b a v i d e o s :   a n d r e   d r u m m o n d   h e a t s   u p   f r o m   b e y o n d   t h e   a r c !   n b a p r e s e a s o n   
   
 
   
 b a s k e t b a l l   b a s k e t b a l l v i d e o s   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 7   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v l o g   t e a m 1 6 1 0 6 1 2 7 6 1   t o r o n t o r a p t o r s   v i d e o   v i d e o s   v l o g  
d a l a n o   b a n t o n   s l i c e s   t h r o u g h   t h e   d e f e n c e   a n d   t h r o w s   i t   d o w n   w i t h   a u t h o r i t y 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
[ h i g h l i g h t ]   o g   a n u n o b y   b l o c k s   z a c h   l a v i n e   t w i c e   i n   a   m i n u t e   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
g e t   t h i s   g u y   s i g n e d   f o r   s o m e   s h o o t i n g   a s a p 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
[ h i g h l i g h t ]   o g   a n u n o b y   b l o c k s   z a c h   l a v i n e   t w i c e   i n   a   m i n u t e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r s   g a m e   ! !   e v e n   t h o u g h   t h e y   l o s t ,   a l w a y s   a   g o o d   t i m e .   t o r o n t o r a p t o r s   t o r o n t o   r a p t o r s  
f o u l   y e s   b u t   s t i l l   s h o u l d   h a v e   m a d e   t h e   b a s k e t   i m o     r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
4 5   b a n t o n   🔥 🔥 😤 😤 ❤ ️ 🤍 🖤   r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
y a s s   p a s c a l   x o   🖤 🤍 ❤ ️   m u c h   n e e d e d ! !     r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
b e e n   p l a y i n g   g o o d   b a l l !   c ’   o m   r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
c a t c h i n g   t h e     a n d   t h e   s u p e r f a n   i n   a c t i o n ! ! ! 
 f a n   o f   t h e   s u p e r f a n   a n d   r a p t o r s   -   b o t h .   ☺ ️ ☺ ️ ☺ ️ 
 r a p t o r s   p l a y i n g   c h i c a g o   b u l l s   t o n i g h t !   
 🦖 🏀 
 
 _ n a v   s u p e r f a n   r a p t o r s   c h i c a g o b u l l s   t o r o n t o r a p t o r s      
b a n t o n   t h i s   s e a s o n   t h u s   f a r   🔥 🔥 r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
i ’ m   j u s t   h a p p y   t h a t   j u s t i n   g e t s   t o   p l a y 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
y a s s   g a r y   t r e n t   j r .     t r e n t   j r   🔥 🔥 😤 👿     r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
n i c e   b a l l   m o v e m e n t   r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
a n d   n i c e   e a r l y   3   👏 🏾 👏 🏾   r a p t o r s   t o r o n t o r a p t o r s     t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
v a n f l e e t   p l a y i n g   t o n i g h t   . .   r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h     t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
f e e l s   s o   g o o d   t o   h a v e   g a m e   d a y   b a c k   i n   t h e   c i t y ‼ ️ g e t   t o   y o u r   s e a t s   r a p t o r s ’   f a n s   🎉 
 
 r a p t o r s   n o r t h s i d e c r e w   t o r o n t o r a p t o r s   d a n c e r s   w e t h e n o r t h   n b a   n b a d a n c e r s   t o r o n t o   t o r o n t o d a n c e r s   p r e s e a s o n   g a m e d a y   h a i r l o v e s t u d i o i n c   h a i r l o v e  
h e r e   w e   g o   a g a i n   !   🏀 🦖 
 
 n e w s e a s o n   p r e s e a s o n   s c o t i a b a n k a r e n a   r a p t o r s   t o r o n t o r a p t o r s   t o r o n t o   w e t h e n o r t h 
 
      
l o o k   w a a a a a a a a a y   u p .     t o r o n t o r a p t o r s  
t o r o n t o   r a p t o r s   h e a d   c o a c h   s a y   “ p r e c i o u s   a c h i u w a ”   i s   o n   a   m i s s i o n ! ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
l i v e     l i v e s t r e a m   n b a   
 b a s k e t b a l l       n b a i n a b u d h a b i   n b a p r e s e a s o n   
 c h i c a g o b u l l s     t o r o n t o r a p t o r s   w e t h e n o r t h 
 
 ▶ ️ t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s 
                           ( 0 2 : 3 0   g m t + 2 ) 
                       🏀 l i n k   ⬇ ️ 🗑 ️ 

t o r o n t o r a p t o r s   c h i c a g o b u l l s   n b a   b a s k e t b a l l   r a p t o r s b u l l s   n b a j a p a n g a m e s   t o r o n t o   n b a t w i t t e r   
 w a t c h   t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s 
 
                               🇺 🇸 l i n k 🏀 
                                         ⬇ ️ 
 
   ✅
y e s t e r d a y ' s   c o l l a p s e   w a s   a   r e m i n d e r   t h a t   w i n n i n g   a   t i t l e   i s   r e a l l y   d a m n   h a r d 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
g o t   t o   m e e t   f o r m e r   r a p t o r ,   a l v i n   w i l l i a m s   l a s t   w e e k !   l o v e   h i s   w o r k   o n   t h e   b r o a d c a s t s ! 
 
 a l v i n w i l l i a m s   n b a c a n a d a   n b a c a n a d a s e r i e s   e d m o n t o n   r o g e r s p l a c e   t o r o n t o r a p t o r s   f r e d v a n v l e e t   b a s k e t b a l l   y e g  
i   g o t   a   v i n c e   c a r t e r   j e r s e y   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
j e r s e y   d r o p s   t o d a y   i n   t - d o t .   c h e c k   r a p t o r s   t w i t t e r   f o r   c l u e s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
n e w   v i d e o   t o   w a t c h : 
 
 " r a p t o r s   a t   r o c k e t s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n . 
   
 
   
 a t l a n t i c d i v i s i o n   c h a n g e   c o m m o n s e n s e   e a s t e r n c o n f e r e n c e   h u m a n i t y   j u s t i c e   l o v e   m e d i a   n e w s   p h i l o s o p h y   p o l i t c s   s o l u t i o n s  
d o e s n ' t   t h i s   p i c   j u s t   m a k e   y o u   s m i l e ?   😃 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
c h i c a g o   b u l l s   f a c e o f f   w i t h   t h e   r a p t o r s   t o n i g h t ! 
   
 
   
 b u l l s n a t i o n s t a t i o n   b u l l s v s r a p t o r s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   f y p   n b a   n b a p r e s e a s o n   t o r o n t o r a p t o r s   z a c h l a v i n e  
t o r o n t o   s p o r t s   o v e r   t h e   l a s t   2 9   y e a r s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
n b a   l e a d e r :   2 7 . 9   p p g   c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n .    
b u l l s   @   r a p t o r s   t o n i g h t !   g u a r a n t e e d ,   y o u   w o n ’ t   s e e   t h e m   c h o k e   a w a y   a   7   r u n   l e a d … 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s c o t t i e   a n d   s t a r t e r s   s t r u g g l e   a g a i n   -   b a n t o n   a   r e l i a b l e   p g ?   -   r a p t o r s   r o c k e t s   r e c a p   +   n e w s 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b a   s i a k a m   t o r o n t o r a p t o r s  
r a p t o r s   b e n c h   m a k e s   a n   e n t e r t a i n i n g   c o m e b a c k   a g a i n s t   t h e   c e l t i c s   t h a t   e x e m p l i f i e s   t o r   t e a m   c u l t u r e ! 
   
 
   
 a t l a n t i c d i v i s i o n   c h a n g e   c o m m o n s e n s e   e a s t e r n c o n f e r e n c e   h u m a n i t y   j u s t i c e   l o v e   m e d i a   n e w s   p h i l o s o p h y   p o l i t c s   s o l u t i o n s   t o r o n t o r a p t o r s  
t u r n i n g   s c o t t i e   i n t o   a   m e n a c e   f o r   o p p s   o n   2 k ,   a n d   y o u   s h o u l d   t o o .   r e a l l y   h o p e   h e   c a n   p u t   u p   t h e s e   k i n d a   s t a t s   t h i s   s e a s o n   😭 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
h o u s t o n   r o c k e t s   h i g h l i g h t s   v s   t o r o n t o   r a p t o r s   🚀 🚀 🚀 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t i m e   t o   f o c u s   o n   t h e   r a p t o r s !   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
f a n t a s y   n b a   -   l o o k i n g   f o r   2   t e a m s   f o r   h 2 h   9 c a t   8   t e a m 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s c o t t i e   b a r n e s   i s   h i l a r i o u s . . .   ( t o r o n t o   r a p t o r s ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   r a p t o r s v s r o c k e t s   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s c h a m p i o n s h i p   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s  
i   g o t   a   v i n c e   c a r t e r   j e r s e y 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t r y i n g   t o   s u p p r e s s   l e b r o n   e r a   m e m o r i e s   l o o o l 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r s   f a m i l y :   w e   c o u l d n & a m p ; 3 9 ; t   b u y   a   b a s k e t   i n   h o u s t o n . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t i m e   t o   f o c u s   o n   t h e   r a p t o r s ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
i n   2 0 0 9   t h e   r a p t o r s   n e e d e d   s o m e o n e   j u s t   l i k e   m a g i c   b u t   a l l   t h e y   g o t   w a s   a   m e r e   j o h n s o n .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
t h i s   m o n t h   i s   p r e   s e a s o n   f o r   t o r o n t o r a p t o r s   a n d   b a s k e t b a l l   s e a s o n
g a b e   b r o w n   a p p r e c i a t i o n   p o s t 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o r a p t o r s   7   c a r d   l o t   r a p t o r s   
 
 $ 3   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
m a d e   a   q u i c k   l i l   a g e   c h a r t   f o r   t h e   y o u n g   r a p t o r s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
c a s u a l l y   w a t c h i n g   t h e   w a r r i o r s   d y n a s t y   p o t e n t i a l l y   f a l l   a p a r t   a s   t h e   r a p t o r s   a r e   p u r e   v i b i n g ,   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
d a l a n o   b a n t o n   1 4   p t s   4   a s t   6 - 8   f g   v s   r o c k e t s   |   p r e s e a s o n   h i g h l i g h t s   2 0 2 2 - 2 3 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
i   r e a l l y   h o p e   i t ’ s   j u s t   b e c a u s e   i t ’ s   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   r e a c t i o n … k o l o k o   b r i g h t   s p o t   i n   a   d i m   n i g h t   f o r   r a p s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
n e w   v i d e o   t o   w a t c h : 
 
 " j a l e n   g r e e n   & a m p ;   k e v i n   p o r t e r   j r .   |   p o s t g a m e   |   h o u s t o n   r o c k e t s   v s .   t o r o n t o   r a p t o r s   1 0 - 7 - 2 0 2 2 "   
 
 c r e a t o r :     j a c k s o n _ g a t l i n _ m e d i a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s   r o c k e t s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " r a p t o r s   f a m i l y :   w e   c o u l d n & a m p ; 3 9 ; t   b u y   a   b a s k e t   i n   h o u s t o n . . "   
 
 c r e a t o r :     n b a   c h e v 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   r o c k e t s   -   o c t o b e r   7 ,   2 0 2 2 "   
 
 c r e a t o r :     t o r o n t o   r a p t o r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " o f f   n i g h t   f o r   t h e   r a p t o r s   |   r a p t o r s   v s   r o c k e t s   p o s t   g a m e   s h o w "   
 
 c r e a t o r :     a m a t e u r   h o u r   c l i p s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
r / t o r o n t o r a p t o r s   w h e n   t h e y   l o s e   1   p r e - s e a s o n   g a m e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e  
c a l m   d o w n   g u y s ,   i t ’ s   o n l y   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r   l e g e n d s   ( f r o m   a   f e w   d a y s   a g o )   ❤ ️ 🥹   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
j u s t   a   p i c t u r e   o f   c h r i s t i a n   k o l o k o 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
c a s u a l l y   w a t c h i n g   t h e   w a r r i o r s   d y n a s t y   p o t e n t i a l l y   f a l l   a p a r t   a s   t h e   r a p t o r s   a r e   p u r e   v i b i n g ,   s e e i n g   w h o   m a k e s   t h e   f i n a l   2   r o s t e r   s l o t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
d a m n …   r a p t o r   w e   g o t t a   c a p i t a l i z e   o n   t h o s e   s h o t s   l o l   s m h   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s h o u   n b a   n b a p r e s e a s o n
m a y b e   i t ’ s   t h e   e n e r g y   b u t   i   r a t h e r   w a t c h   t h e   r a p t o r s   b e n c h   m o b   p l a y   o v e r   t h e   s t a r t e r s     r a p t o r s   t o r o n t o r a p t o r s
r a p t o r s   f a m i l y :   u   c a n & a m p ; 3 9 ; t   p l e a s e   e v e r y b o d y ,   a   w i n   i s   a   w i n . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
l e t s   g o   r a p t o r s   w e t h e n o r t h   t o r o n t o r a p t o r s   n b a p r e s e a s o n  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
w h a t   i f   w e   k i d n a p p e d   p a s c a l   & a m p ;   s c o t t i e   f o r   a   y e a r   t h e n   t h e y   b o t h   c o m e b a c k   a s   v i c t o r   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
j o s h   j a c k s o n   o p e n i n g   e y e s   a t   r a p t o r s   c a m p 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s c o t t i e   b a r n e s   i s   s c a r i n g   r a p t o r s   f a n s … 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
[ r a p t o r   m o m e n t s ]   p r e c i o u s   a c h i u w a   s l a m s   d o w n   a   h i g h   i q   d u n k 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
f r e d   v a n v l e e t   j u s t   l e a k e d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l t e a m h i g h l i g h t s  
w h a t   i f   w e   k i d n a p p e d   p a s c a l   & a m p ;   s c o t t i e   f o r   a   y e a r   t h e n   t h e y   b o t h   c o m e b a c k   a s   v i c t o r   w e m b a n y a m a   t e a m m a t e s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
r a p t o r s   f a m i l y :   o u r   b e n c h   w a s     i n c r e d i b l e   t o n i g h t ,   g r e a t   w i n . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
a r e   t h e s e   t e a m s   b u i l d i n g   a   r i v a l r y . . .   
 
 
 
 t o r o n t o r a p t o r s   n b a   s c o t t i e   f r e d   s i a k a m   b a s k e t b a l l   s p o r t s
p r e s e a s o n   o t   t i m e ! ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o p   3   s p o r t s   p r o g r a m s   1 0 / 0 5 / 2 2 
 1 ⃣ ⚾ ️ t o r o n t o   v s   b a l t i m o r e   |   g a m e   2   o n   s n 
 a m a :   6 1 3 . 0 k 
 2 ⃣ ⚾ ️ t o r o n t o   v s   b a l t i m o r e   |   g a m e   1   o n   s n 
 a m a :   3 6 3 . 5 k 
 3 ⃣ 🏀 p r e s e a s o n :   t o r o n t o   v s   b o s t o n   o n   t s n 
 a m a :   1 8 2 . 0 k 
 t o r o n t o b l u e j a y s   t o r o n t o r a p t o r s   r a p t o r s   j a y s   t o r o n t o   m l b   n b a p r e s e a s o n
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ t o r o n t o r a p t o r s   1 2 5   ( o t ) ( 2 - 0 ) 
 ⬇ ️ b o s t o n c e l t i c s   1 1 9   ( 1 - 1 ) 🔸 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔹 7 / p t s 
 🔹 6 / r e b 
 🔹 2 / a s t 
 🔹 0 / s t l 
 🔹 1 / b l k 
 🔹 2 / t o 
 🔹 3 / 4 t 2 
 🔹 0 / 2 t 3 
 🔹 1 / 2 t l 
 🔹 2 6 : 0 0 / m i n : s e g 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
w h i c h   o n e   o f   y ’ a l l … ? 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
b a d g e r ,   r a p t o r   a n d   n o w   a   l i o n   🦁   
   h a s   a l r e a d y   m a d e   a   n a m e   f o r   h i m s e l f   i n   t h e     a n d   h e ’ s   j u s t   w a r m i n g   u p   💯 
 
     
 w e a r e l o n d o n   o n w i s c o n s i n   w i s c o n s i n b a d g e r s   w e t h e n o r t h   t o r o n t o r a p t o r s  
t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   c e l t i c s   -   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
m k 8   g b a   c i r c u i t   r e m i x   c u s t o m   t r a c k   c e m u   n i n t e n d o   w i i u   e m u l a t o r   2 . 0 - 4   m a n   t h i s   t r a c k   i s   a w e s o m e       g a m e r s   g a m e r s l i f e   g a m e r s u n i t e   v i d e o g a m e s   t o r o n t o   w e t h e n o r t h   b l u e j a y s   n f l     t o r o n t o r a p t o r s   r e t r o g a m i n g   m i x e l s   m a r i o   g a m e b a n a n a   m i a m i g
b e n c h   m o b   l o o k s   g r e a t   t h i s   u p c o m i n g   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   h o r n e t s v s p a c e r s   n b a h i g h l i g h t s   n b a p l a y o f f s   p a c e r s v s h o r n e t s   t o r o n t o r a p t o r s  
  n e w   b o a r d s   a r e   n e x t   l e v e l . 
 
 n b a t w i t t e r   t o r o n t o r a p t o r s  
m o o d   a f t e r   b e a t i n g   t h e   c e l t i c s   i n   p r e - s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r s   a t   c e l t i c s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 2 0   t o r o n t o r a p t o r s  
j e f f   d o w t i n   x   r a y   r e v e a l e d   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
j e f f   d o w t i n   x   r a y   r e v e a l e d 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
n e w   v i d e o   t o   w a t c h : 
 
 " " h a t e   o r   n o "   t o r o n t o   r a p t o r s   b e s t   h o m e   c o u a d v a n t a g e   & a m p ;   m o r e   b u t   s t i l l   n o t   t o p   6   h m m m . . . "   
 
 c r e a t o r :     t o p   l i n e   s p o r t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " n b a   g m & a m p ; 3 9 ; s   d o n & a m p ; 3 9 ; t   w a t c h   t h e   t o r o n t o   r a p t o r s   -   r e a c t i n g   t o   t h e   a n n u a l   n b a   g m   s u r v e y "   
 
 c r e a t o r :     r a p t o r s   d i g e s t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " t o r o n t o   r a p t o r s   v s   u t a h   j a z z   f u l l   g a m e   h i g h l i g h t s   -   o c t .   2 ,   2 0 2 2 "   
 
 c r e a t o r :     b a l l i n t h e n e t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
n o t h i n g   t o   s e e   h e r e ,   j u s t   a   p h o t o   o f   j e f f   d o w t i n ,   g a b e   b r o w n ,   a n d   j o s h   j a c k s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
a l l   i   w a n t e d   w a s   t h e   s t a r t - t i m e   f o r   t h e   g a m e   t o n i g h t … 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t r y i n g   t o   w a t c h   t h e   p r e s e a s o n     o n   a   t v   s o   s m a l l   i   c a n ’ t   f i n d   t h e   🏀 .   l i k e   a   h o r r i b l e   g a m e   o f   w h e r e ’ s   w a l d o ,   w h e r e ’ s   t h e   b a l l ?   o v e r t i m e   c o m e b a c k   u n d e r d o g s   w e t h e n o r t h   t o r o n t o r a p t o r s     _ s p o r t s   _ _ d e v l i n     n b a   g e t t h a t g a r b a g e o u t o f h e r e  
a n d   t h a t ’ s   o n   b e n c h   m o b   🤩   g o n n a   b e   s a d   s e e i n g   a n y   o f   t h e s e   g u y s   c u t   r a p t o r s   t o r o n t o r a p t o r s
r a p t o r s   w i n   r a p t o r s   w i n   w e t h e n o r t h   t o r o n t o r a p t o r s   n b a p r e s e a s o n  
  w e   g a v e   y ' a l l   a   b i t   o f   a   l e a d . . . . .   🤦 🏽 ‍ ♂ ️ ☘ ️ 🏀 🇨 🇦 👀 😏 🔥   n b a   w e t h e n o r t h   r a p t o r s   t o r o n t o r a p t o r s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   b o s t o n c e l t i c s   b o s t o n   p r e s e a s o n   l e t s g o r a p t o r s   c a n a d a   e s p n   t s n   t h e 6   t d o t   b a r t s i m p s o n  
o o o o h   o o o h   o o o o h   b i r c h   s o o   s w e e t   y a s s   r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s b o s   r a p t o r s v s c e l t i c s   n b a   n b a p r e s e a s o n
o v e r t i m e   🥴 🥴 🥴 t o r o n t o r a p t o r s
e x t r a   t i m e .   y o u   d o n ’ t   j o k e   a r o u n d   w i t h   r a p t o r s   t o r o n t o r a p t o r s
t h e   t o r o n t o r a p t o r s   a r e   l o o k i n g   r e a l l y   g o o d   s o   f a r   i n   p r e - s e a s o n   a c t i o n .   
 
 h o w   m a n y   r e g u l a r   s e a s o n   g a m e s   d o   y o u   t h i n k   t h e y   w i l l   w i n   t h i s   s e a s o n ?   🏀   |   w e t h e n o r t h   
 
 m a r k e t :   
 

l o o k s   l i k e   t h e   c h e a p e s t   s e a t s   f o r   t o r o n t o r a p t o r s     p r e s e a s o n   g a m e   n e x t   f r i d a y   a t   t h e   b e l l   c e n t r e   a r e   a b o u t   $ 2 5 0   e a c h   h e a d i n g   u p w a r d s   o f   $ 1 0 0 0   f o r   c h o i c e   s e a t s .   p a s s .
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   |   l i v e   p l a y   b y   p l a y   & a m p ;   r e a c t i o n   |   r a p t o r s   v s   c e l t i c s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
i n   t h e   a f t e r m a t h   o f   t r a g e d y ,   j a m e s   s m i t h   c r e e   n a t i o n   m e m b e r s   t a k e   i n   t o r o n t o   r a p t o r s   b a s k e t b a l l   c l i n i c   a n d   o t h e r   d o n a t i o n s   b y   s p o r t s   t e a m s   s u c h   a s   g a m e s   t i c k e t s   a n d   m e e t   a n d   g r e e t s .   t o r o n t o r a p t o r s   j a m e s s m i t h c r e e n a t i o n  
m a n … .   s t r u g g l e s   w i t h   t h e   s h o t s   u g h   🙈 🤦 🏾 ‍ ♀ ️ r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s b o s   r a p t o r s   n b a   n b a p r e s e a s o n
🏀   o k l a h o m a   c i t y   t h u n d e r   v s     d a l l a s   m a v e r i c k s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 b a s k e t b a l l l i v e   u s a   a m e r i c a n   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
s q u a r e   i s   f e e t   f l a t   o n   t h e   f l o o r .   o f f e n s i v e   f o u l   m y   a s s .   p r e s e a s o n   t o r o n t o r a p t o r s
i ’ m   a l r e a d y   y e l l i n g   a t   t h e   t v   a n d   i t ’ s   o n l y   p r e - s e a s o n   r a p t o r s   t o r o n t o r a p t o r s   r e f s
🏀   b a s k e t b a l l :   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 n b a l i v e   u s a   u s a s p o r t s   u s a s t y l e   a m e r i c a n b a s k e t b a l l   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
🏀   b a s k e t b a l l :   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 n b a l i v e   u s a   u s a s p o r t s   u s a s t y l e   a m e r i c a n b a s k e t b a l l   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
m y   s i s t e r   h a d   c u s t o m   r a p t o r s   m i n k y   f a b r i c   m a d e   t o   m a k e   a   b a b y   b l a n k e t   f o r   m y   f r i e n d s   b a b y   s h o w e r .   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   l i v e   s t r e a m   -   n b a   ( b a s k e t b a l l ) 
 
 w a t c h   b o s t o n   c e l t i c s   l i v e   s t r e a m   a g a i n s t   t o r o n t o   r a p t o r s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a  
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   t o r o n t o   r a p t o r s   a r e   t h e   m o s t   u n i q u e   t e a m   i n   t h e   n b a "   
 
 c r e a t o r :     f l b 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
t o r o n t o   r a p t o r s ' s   ( )   2 0 0 2 - 0 3   s h o t   c h a r t : 
 
 v o l u m e :   a v e r a g e   |   p _ 5 4   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   m e d i o c r e   |   p _ 1 8 
 e f f i c i e n c y :   p o o r   |   p _ 1 1 
 e f f i c i e n c y   v a l u e :   p o o r   |   p _ 1 1 
 
 f a v o r i t e   z o n e :   m i d r a n g e 
 b e s t   s k i l l   z o n e :   c o r n e r 3 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 t o r o n t o r a p t o r s 
 w e t h e n o r t h  
h e r e   a r e   m y   3 ️ ⃣   r e a s o n s   w h y   i   b e l i e v e   t h e   t o r o n t o   r a p t o r s   w i l l   f i n i s h   w i t h   o 4 6 . 5   w i n s ,   l i n e   b y       w e t h e n o r t h   t o r o n t o r a p t o r s   n b a   g a m b l i n g t w i t t e r   
  
w a k e   u p !   i t ' s   g a m e   d a y ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
n e w   v i d e o   t o   w a t c h : 
 
 " r a p t o r s   v s   c e l t i c s   p r e s e a s o n   g a m e -   o c t o b e r   5 t h :   t h o u g h t s   b e f o r e   t h e   g a m e   ! "   
 
 c r e a t o r :     d e e m y . 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
t h e   g   l e a g u e   v s   m e t r o p o l i t a n s   g a m e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t h e     a r e   c o n s i s t e n t l y   o n e   o f   t h e   m o s t   s l e p t   o n   t e a m   i n   t h e   n b a .   w i t h   t h e   d e v e l o p m e n t   o f   s c o t t i e b a r n e s ,   c a n   t h e y   m a k e   a   b i g   j u m p ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a p r e s e a s o n   n b a m e d i a d a y   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s     d r a k e  
n b a   g m & a m p ; 3 9 ; s   d o n & a m p ; 3 9 ; t   w a t c h   t h e   t o r o n t o   r a p t o r s   -   r e a c t i n g   t o   t h e   a n n u a l   n b a   g m   s u r v e y 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   s i a k a m   t o r o n t o r a p t o r s  
t r a c y   m c g r a d y   c a r d   l o t   r a p t o r s   t o r o n t o r a p t o r s   h o u s t o n r o c k e t s   r o c k e t s   
 
 $ 2   e a c h   o r   $ 3   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
l e t s   g o   r a p t o r s   w e t h e n o r t h   t o r o n t o r a p t o r s  
y o u t u b e r   k o t 4 q   ( k e n n y   b e e c h a m )   s h o u t o u t   t o   d e l a n o   b a n t o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
2 0 0 5 - 0 6   u p p e r   d e c k   s p   a u t h e n t i c   a m a r e   s t o u d e m i r e   7 6   r a p t o r s 
 t o r o n t o r a p t o r s   
 
 $ 1 . 5 0   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
2 0 0 5 - 0 6   u p p e r   d e c k   s p   a u t h e n t i c   c h r i s   b o s h   8 2   t o r o n t o r a p t o r s   r a p t o r s   
 
 $ 2   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   r a p t o r s   f o u n d   a n o t h e r   d i a m o n d   i n   t h e   r o u g h "   
 
 c r e a t o r :     p e n s a r e _ b a s k e t b a l l 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
t h e   r a p t o r s   d i d   t h i s   a n d   n o b o d y   n o t i c e d . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a z z v s r a p t o r s   p a s c a l s i a k a m t o r o n t o r a p t o r s   r a p t o r s n a t i o n   r a p t o r s v s j a z z   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s  
l o o k i n g   l a s t   m i n u t e   a d d i t i o n s   f o r   f a n t a s y   l e a g u e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t h e y   b u i l t   d i f f e r e n t   f r   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
" h a t e   o r   n o "   t o r o n t o   r a p t o r s   b e s t   h o m e   c o u a d v a n t a g e   & a m p ;   m o r e   b u t   s t i l l   n o t   t o p   6   h m m m . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r s   9 0 5   a d d e d   p a s c a l   s i a k a m ’ s   b r o t h e r   t o   c o a c h i n g   s t a f f   c h r i s t i a n s i a k a m   p a s c a l s i a k a m   r a p t o r s 9 0 5   t o r o n t o r a p t o r s  
c h e c k   o u t   o u r   n e w   b o a r d s ! !   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
  d i s a p p o i n t i n g   a b o u t   l a c k   o f   l o c a l   i n v e s t m e n t   y e s ,   b u t   t o n e   d e a f   i ' m   n o t   s u r e .   i   f i n d   t h e i r   i s   p l e n t y   o f   c a n u c k s   t a l k   a l l   t h e   t i m e   a n d   w o u l d   l o v e   m o r e   r a p t o r s   c o n t e n t   r a p t o r s r e p u b l i c   t o r o n t o r a p t o r s   b r i n g   b a c k   v a n c o u v e r g r i z z l i e s

 
 r a p t o r s   e x p e c t a t i o n s     r a p t o r s   t o r o n t o r a p t o r s 
 r a p t o r s t w i t t e r 
 s p o r t s
m a r c u s   c a m b y   2   c a r d   l o t   r a p t o r s   t r a i l b l a z e r s   p o r t l a n d t r a i l b l a z e r s 
 t o r o n t o r a p t o r s 
 
 $ 1 . 5 0   e a c h   o r   $ 2   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
t h e y   b u i l t   d i f f e r e n t   f r 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
🚨 1   w e e k   l e f t   t o   e n t e r 🚨   
   
 d o n ’ t   m i s s   t h e   c h a n c e   t o   m e e t   r a p t o r s   h e a d   c o a c h ,   n i c k   n u r s e   a t   i b a o 2 0 2 2 ! 
   
 t o   e n t e r ,   f o l l o w     a n d   l i k e   a n d   s h a r e   t h e   o r i g i n a l   p o s t .   w i n n e r s   w i l l   b e   a n n o u n c e d   o n   o c t   1 2 . 
 
 c o n t e s t   d e t a i l s ⬇ ️ 
 
 
 
 n i c k n u r s e   t o r o n t o r a p t o r s  
w h a t   i n   t h e   h e c k   a r e   t h e   t o r o n t o   r a p t o r s   d o i n g ? !   😕   ( n b a   2 2 - 2 3   s e a s o n   p r e . . .     v i a     
 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o r a p t o r s
f r e e   n b a   p r e   s e a s o n   p i c k s   1 0 / 4 / 2 2   -   t i m b e r w o l v e s   v s   h e a t   b a s k e t b a l l   p r e d i c t i o n   j a m o r a n t   l e b r o n j a m e s   n b a   n b a b a s k e t b a l l   n b a p i c k s   n b a p r e d i c t i o n s   t o r o n t o r a p t o r s 
 
  
w h a t   p l a y e r   o n   o u r   t e a m   w o u l d   b e   c r a z y   w i t h   a n o t h e r   p l a y e r ’ s   a t t r i b u t e s ,   a l l   o n   t h e   s a m e   t   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
t h e   r e v o l u t i o n   w i l l   b e   t e l e v i s e d .   
 t o r o n t o r a p t o r s   r a p t o r s   s c o t t i e b a r n e s   h o u s e o f t h e r a p t o r   n b a  
c o n g r a t s   t o   r a p t o r s   l e g e n d   j a l e n   h a r r i s   a n d   h i s   g i r l f r i e n d   d a n i   o n   b e i n g   s o o n - t o - b e   p a r e n t s ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
n b a   t o r o n t o   r a p t o r s   2 d   t r a c k s u i t s   j a c k e t 
 l i n k   t o   b u y   :   
 n b a   t o r o n t o r a p t o r s   r a p t o r s   w e t h e n o r t h  
r a p t o r s   d e p t h   l o o k s   g o o d   a g a i n s t   n e w   l o o k   j a z z .   r e a c t i o n   t o   a   g r e a t   s t a r t   t o   p r e s e a s o n   b y   t o r o n t o ! 
   
 
   
 a t l a n t i c d i v i s i o n   c h a n g e   c o m m o n s e n s e   e a s t e r n c o n f e r e n c e   h u m a n i t y   j u s t i c e   l o v e   m e d i a   n e w s   p h i l o s o p h y   p o l i t c s   s o l u t i o n s   t o r o n t o r a p t o r s  
n e w   v i d e o   t o   w a t c h : 
 
 " * l o t s   o f   e m o t i o n s *   t o r o n t o   r a p t o r s   v s   u t a h   j a z z   p r e s e a s o n   * r e a c t i o n * "   
 
 c r e a t o r :     t y e g y e _ h o o p s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
s t i l l   c a n t   b e l i e v e   f r e d   r a n   s e x t o n   o f f   t h e   c o u r t   i n   t h e   p r e s e a s o n   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
t h a n k   y o u   e d m o n t o n   f o r   s u c h   a   f u n   f i r s t   g a m e   b a c k   😎 
 
 g a m e d a y   r a p t o r s   n o r t h s i d e c r e w   t o r o n t o r a p t o r s   w e t h e n o r t h   n b a   n b a d a n c e r s   p r e s e a s o n   n b a c a n a d a s e r i e s   h a i r l o v e s t u d i o i n c   h a i r l o v e  
i t & a m p ; 3 9 ; s   o n l y   o n e   g a m e   b u t   _ _ _ .   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
w a t c h   t h e   r a p t o r s   p r e s e a s o n   a g a i n   a g a i n s t   u t a h   b r a v o   b r a v o   w e l l   d o n e   ⁦ ⁩   g r e a t   g a m e   👏 🏾 🖤 ❤ ️ 🤍   t o r o n t o r a p t o r s   r a p t o r s   w e t h e n o r t h   n b a   n b a p r e s e a s o n  
r a p t o r s   b a s k e t b a l l   i s   b a c k . . .   
 
 
 
 t o r o n t o r a p t o r s   s c o t t i e   s i a k a m   f r e d   o g   t r e n t
r a p t o r s   f a m i l y :   w e   g o t   t h e   j a z z   o u t   t h e   w a y ,   a n d   r a n   i t   u p . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o n e w s   -   t o r o n t o r a p t o r s   o p e n   p r e - s e a s o n   w i t h   d o m i n a n t   v i c t o r y   o v e r   u t a h j a z z   i n   e d m o n t o n .     v i a   _ n i a n   -   t o r o n t o ' s   o w n   -   b e t o r o n t o p r o u d   w e t h e n o r t h
s c o t t i e   b a r n e s   r a t e d   r o o k i e   f a s t   b r e a k   a u t o   s h o w i n g   u p   o n   t h e   b r e a k   p a d !   🔥 🔥 
     
 b o o m   w h o d o y o u c o l l e c t   g r o u p b r e a k s   t h e h o b b y   c a s e b r e a k s   b o x b r e a k s   n b a   b a s k e t b a l l c a r d s   t o r o n t o r a p t o r s   t o r o n t o   r a p t o r s   a u t o g r a p h   o p t i c   r o o k i e  
t o r o n t o   r a p t o r s   v s   u t a h   j a z z   r e a c t i o n … d a m   r a p t o r s   b e n c h   l o o k s   l e g i t ! ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
i t ’ s   b e e n   s u c h   a   c o o l   r i d e !   t h e   j e r s e y s   w o n ’ t   l a s t   l o n g ,   a n d   o n c e   t h e y   a r e   g o n e ,   t h a t ’ s   i t !   t o r o n t o r a p t o r s   r a p t o r s   i n d i g e n i z e   i n d i g e n o u s   i n d i g e n i z e e v e r y t h i n g   t k a r o n t o   t o r o n t o  
i   t h i n k   s p o r t s n e t   i s   a   l i t t l e   b e h i n d 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o   r a p t o r s   v s   u t a h   j a z z   -   f u l l   g a m e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a z z v s r a p t o r s   j a z z v s r a p t o r s h i g h l i g h t s   n b a h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s v s j a z z   r a p t o r s v s j a z z f u l l g a m e h i g h l i g h t s   r a p t o r s v s j a z z h i g h l i g h t s   t o r o n t o r a p t o r s  
n e w   v i d e o   t o   w a t c h : 
 
 " t h i s   i s   h o w   t h e   t o r o n t o   r a p t o r s   w i l l   g e t   s h a i   g i l g e o u s - a l e x a n d e r "   
 
 c r e a t o r :     l e a g u e   t a l k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
t h e s e   b i g   4   🔥 🔥 🔥 🔥   / / / 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
w a t c h i n g   t h e   r a p t o r s   v s   u t a h   a t   t h e i r   f i r s t   g a m e   i n   e d m o n t o n !   1 1 4 / 8 2   w a y   t o   g o   r a p t o r s   !   w h a t   a   g r e a t   p r e   s e a s o n   g a m e !   y e g   r a p t o r s b a s k e t b a l l   t o r o n t o r a p t o r s  
r a p t o r s   d o m i n a n t   i n   f i r s t   p r e s e a s o n   g a m e   -   j o s h   j a c k s o n   m a k i n g   r o s t e r ?   -   r a p t o r s   v s   j a z z   r e a c t i o n 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b a   s i a k a m   t o r o n t o r a p t o r s  
t h e   m o n t h   o f   o c t o b e r   i s   f i l l e d   w i t h   r e t u r n i n g   s t a r s !   t h e   s t a r t   o f   t h e   n h l   a n d   n b a   s e a s o n   +   t h e   b l u e   j a y s   c l i n c h i n g   t h e   p l a y o f f   s p o t .   t h i s   m o n t h   i s   g o n n a   b e   h o t !   
 
 b l u e j a y s   t o r o n t o   r a p t o r s   m a p l e l e a f s   t o r o n t o m a p l e l e a f s   t o r o n t o r a p t o r s  
  d o i n g   s o m e   p r a c t i c e   h o o p s   i n     p l a c e   f o r   n b a p r e s e a s o n   g a m e   w i t h       t o r o n t o r a p t o r s   u t a h j a z z   n b a   c a n a d a   e d m o n t o n   r o g e r s p l a c e  
t h e   n b a   i s   b a c k !   
 
 t h e   t o r o n t o   r a p t o r s   o p e n e d   t h e   p r e s e a s o n   w i t h   a   w i n   o v e r   t h e   n e w - l o o k   u t a h   j a z z   i n   e d m o n t o n ,   a l b e r t a ,   c a n a d a . 
 
 n b a   n b a p r e s e a s o n   t o r o n t o r a p t o r s   u t a h j a z z   b a s k e t b a l l   s p o r t s  
_ n a v   w e   o u t   h e r e   o n   t h e   f l o o r   w i t h   n a v   👑   i t   w a s   n i c e   t o   h a v e   y o u   i n     t h e   g a m e   w a s   a w e s o m e !   e d m o n t o n   g o t   l o u d   f o r   t h e     🏀   s o r r y     y o u   c a m e   t o   e d m o n t o n   t o   g e t   s m o k e d   💨   t o r o n t o r a p t o r s   y e g   r o g e r s p l a c e   u t a h j a z z     n b a p r e s e a s o n   n b a  
r a p t o r s   r e a c t i o n :   r a p s   s t a r t   s t r o n g   w i t h   b l o w o u t   w i n   i n   p r e s e a s o n   o p e n e r 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
p r e c i o u s   p u m p   f a k e   i n t o   d r i v i n g   d u n k   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
s c o t t i e   b a r n e s   w i t h   t h e   o l d   s c h o o l   t u r n   a r o u n d   s h o t   v s   j a z z 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
d i d n ' t   g e t   t o   w a t c h   t h e   r a p t o r s   p r e - s e a s o n   g a m e   l a s t   n i g h t .   h o w   d i d   t h e   r o o k   l o o k ?   😒   t o r o n t o r a p t o r s   r t z   w e t h e n o r t h   n b a p r e s e a s o n 2 0 2 2
m a d e   t h i s   b e t   l a s t   w e e k e n d   w i t h   a   f r e e   b e t .   p r e t t y   m u c h   a   🔒 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
p r e c i o u s   p u m p   f a k e   i n t o   d r i v i n g   d u n k 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   j a z z   -   o c t o b e r   0 2 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
c a n ' t   w a i t   f o r   f r e d d i e   t o   c l a m p   d a r i u s   t h e   s a m e   w a y   h e   d i d   s e x t o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
    _ s e i x e i r o           _ m e d i a           ( 3 / )   w i n s ,   t o   o f f e r   t h e i r   r e s i g n a t i o n s   [   
 -   ,   a   h o s t   l a s t     s e a s o n   o f   t h e   m a i n   e a r l y - m o r n i n g s h o w   o f   t o r o n t o     r a d i o   s t a t i o n   t h e   ,   t h a t   t h e   t i m e   h a d   c o m e   t o   m a k e   c h a n g e s   t o   t h e   b l u e j o k e s   a f t e r   “ m u l t i p l e   b a d   c o n t r a c t s   a n d
j a y s o n   t a t u m   s a i d   t h i s   a b o u t   t h e   r a p t o r s . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b u l l s v s r a p t o r s   c h i c a g o b u l l s v s t o r o n t o r a p t o r s   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s v s r o c k e t s   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s c h a m p i o n s h i p  
g r o a t   d o i n g   g r o a t   t h i n g s .   h a p p y   c a n a d i a n   t h a n k s g i v i n g   🇨 🇦   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
g a r y   t r e n t   j r   d r o p s   p j   t u c k e r … ( t o r o n t o   r a p t o r s ) 
   
 
   
 a t l a n t i c d i v i s i o n   b u l l s v s r a p t o r s   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   r a p t o r s v s b u l l s   r a p t o r s v s r o c k e t s   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s 2 0 1 9  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
d r a y m o n d   g r e e n   s i t u a t i o n   s h o w s   v a l u e   o f   r a p t o r s '   c u l t u r e 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   w e a r e t h e v a l l e y     d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n   m f f l   t a k e n o t e   c l i p p e r s
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
f r o m   t h e   🎧   p o d c a s t   p l a y e r 
 
 r a p t o r s   d i g e s t 
 d a l a n o   c o n t i n u e s   h i s   r i s e   -   j u s t i n g   c h a m p a g n i e   r e t u r n s   -   r a p t o r s   v s   b u l l s   p r e s e a s o n   r e a c t i o n 
 
 🎙 ️   b e n   r o g e r s 
 🎙 ️   r y k e r   r i c h a r d 
 ⏲ ️   2 0 : 1 5 
 
 t o r o n t o   n b a 

s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
r a p t o r s   r e p u b l i c 
 d a l a n o   b a n t o n   c o n t i n u e s   t o   t h r i v e   a m o n g s t   t h e   r a p t o r s   m e s s 
 
 b y   s a m s o n   f o l k 
 
 t o r o n t o   n b a 

j o s h   j a c k s o n   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o s h j a c k s o n   j o s h   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s
o . g .   a n u n o b y   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o . g . a n u n o b y   o . g .   a n u n o b y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
o . g .   a n u n o b y   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o . g . a n u n o b y   o . g .   a n u n o b y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
      t o r o n t o   n e v e r   h a s   b e e n   a   t r u e   s p o r t s   t o w n .   h o c k e y   i s   e n g r a i n e d   i n   c d n   h i s t o r y   s o   i t s   a n o m a l y .   j a y s   o n l y   d r a w   w h e n   t h e y   a r e   w i n n i n g ,   a s   d o   r a p t o r s .
f o r z a h o r i z o n 5   s p r i n g   h o t   s e a s o n   s e r i e s   1 2   x p   & a m p ;   c a r   g a i n s   p t   2       g a m e r s   g a m e r s l i f e   g a m e r s u n i t e   g a m e o n   n b a   p c g a m i n g   v i d e o g a m e s   p c g a m e s   f o r z a   r a p t o r s   m o n d a y v i b e s     w w e s m a c k d o w n   r a c e c a r s   t o r o n t o   g a m e s     g a m e t i m e   w i n   s h o w t i m e   w w e r a w
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
g e t   t h i s   g u y   s i g n e d   f o r   s o m e   s h o o t i n g   a s a p   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
t o r o n t o   s u n 
 t r e n t   j r . ,   b a n t o n   l o o k   g o o d   a s   r a p t o r s   d r o p   p r e - s e a s o n   h o m e   t i l t   t o   b u l l s 
 
 b y   m i k e   g a n t e r 
 
 t o r o n t o   r a p t o r s 

g a r y   j r .   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g a r y j r .   g a r y   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p r e c i o u s   a c h i u w a   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p r e c i o u s a c h i u w a   p r e c i o u s   a c h i u w a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s
  n o b o d y   c a l l s   t h e m   c a n a d a ’ s   t e a m   u n l e s s   y o u r     o r     
 
 a l s o   u n l e s s   y o u   l i v e   i n   t o r o n t o   t h e n   y o u   a s s u m e   e v e r y o n e   l o v e s   y o u .   
 
 i m a g i n e   i f   w e   w e r e n ’ t   f o r c e   f e d         t h e n   p e o p l e   c o u l d   h a v e   t h e   o p t i o n s   o f   e n j o y i n g   o t h e r   t e a m s
r a p t o r s   p o s t - g a m e   a v a i l a b i l i t y   |   o c t o b e r   0 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
[ h i g h l i g h t ]   o g   a n u n o b y   b l o c k s   z a c h   l a v i n e   t w i c e   i n   a   m i n u t e   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   9   |   2 0 2 2   n b a   p r e s e a s o n   t o r o n t o   r a p t o r s   n b a   v i d e o :  
d e m a r   d e r o z a n   p u t s   o n   a   s h o w   w i t h   2 1   p t s   i n   b i g   p r e s e a s o n   w i n   o v e r   r a p t o r s   t o r o n t o   r a p t o r s   n b a   v i d e o :  
t h e   w o r k   c o n t i n u e s .   s t r a t e g y   a n d   t a c t i c s   i n   t h e   p r e - s e a s o n   h o m e   o p e n e r .   s h o u t   o u t   a n d   t h a n k s   t o   t h e   p l a y e r s ,   c o a c h e s ,   s t a f f   a n d   m a n a g e m e n t   o f   t h e   t o r o n t o     f o r   a   g r e a t   n i g h t   a t     w e t h e n o r t h   i n   t h e   g r e a t   o n t a r i o   c a p i t a l .   c o n g r a t s   t o   t h e     n b a  
f r e d   v a n v l e e t   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f r e d v a n v l e e t   f r e d   v a n v l e e t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
o b v i o u s l y     h a s   b e e n   i n   t h e   l a b   w o r k i n g   o n   h i s   s h o t .   j u s t   s a w   h i m   i n   a c t i o n   w i t h   t h e     i n   t o r o n t o   a g a i n s t     t o n i g h t .   h e   h i t   3 ,   3 s   i n   o n e   q t r .
d e m a r   d e r o z a n   h i g h l i g h t s   -   r a p t o r s   v s .   b u l l s   -   9 t h   o c t   2 0 2 2 
 
 
 n b a   d e m a r   d e r o z a n   t o r   c h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   t o r o n t o   r a p t o r s   c h i c a g o   b u l l s
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
j a v o n t e   g r e e n   w i t h   a n   a l m o s t   f t   l i n e   d u n k   🔥   🤯 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a v o n t e   g r e e n   d u n k   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
r a p t o r s   g a m e   ! !   e v e n   t h o u g h   t h e y   l o s t ,   a l w a y s   a   g o o d   t i m e .   t o r o n t o r a p t o r s   t o r o n t o   r a p t o r s  
d r u m m o n d   t u r n i n g   i n t o   s t e p h   c u r r y   o u t   h e r e   🔥   🎯 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   a n d r e   d r u m m o n d   s t e p h   c u r r y   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
g r a d i n g   e v e r y   r a p t o r s   p l a y e r   a f t e r   t h r e e   2 0 2 2   p r e s e a s o n   g a m e s 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   h e a t n a t i o n   h e a t t w i t t e r   t r u e t o a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s
a n d r e   d r u m m o n d   c o n f i d e n t l y   h i t s   t h e   3 ?   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   a n d r e   d r u m m o n d   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
s i a k a m   f i n d s   v a n v l e e t   f o r   t h e   d e e p   t h r e e ! 
 w e t h e n o r t h   n b a t w i t t e r   n b a   t o r v s c h i   t o r o n t o   r a p t o r s   n b a p r e s e a s o n   
  
g r e a t   a n g l e   o n   t h i s   d a l a n o   b a n t o n   b a s k e t ! 
 w e t h e n o r t h   r a p t o r s   t o r o n t o   n b a t w i t t e r   n b a   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   
  
f e e l s   s o   g o o d   t o   h a v e   g a m e   d a y   b a c k   i n   t h e   c i t y ‼ ️ g e t   t o   y o u r   s e a t s   r a p t o r s ’   f a n s   🎉 
 
 r a p t o r s   n o r t h s i d e c r e w   t o r o n t o r a p t o r s   d a n c e r s   w e t h e n o r t h   n b a   n b a d a n c e r s   t o r o n t o   t o r o n t o d a n c e r s   p r e s e a s o n   g a m e d a y   h a i r l o v e s t u d i o i n c   h a i r l o v e  
h e r e   w e   g o   a g a i n   !   🏀 🦖 
 
 n e w s e a s o n   p r e s e a s o n   s c o t i a b a n k a r e n a   r a p t o r s   t o r o n t o r a p t o r s   t o r o n t o   w e t h e n o r t h 
 
      
d o n ' t   w o r r y   r a p t o r s   a r e   w i n n i n g   t h e   c h a m p i o n s h i p ,   y o u ' r e   g o o d . 
 
 w e t h e n o r t h   n b a   t o r o n t o   b a s k e t b a l l   c a n a d a 
 o n t a r i o  
t o r o n t o r a p t o r s   c h i c a g o b u l l s   n b a   b a s k e t b a l l   r a p t o r s b u l l s   n b a j a p a n g a m e s   t o r o n t o   n b a t w i t t e r   
 w a t c h   t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s 
 
                               🇺 🇸 l i n k 🏀 
                                         ⬇ ️ 
 
   ✅
o . g .   a n u n o b y   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o . g . a n u n o b y   o . g .   a n u n o b y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
i   g o t   a   v i n c e   c a r t e r   j e r s e y   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
( 2 / ) 
 -   t o r o n t o ' s   ,   ,   ,     & a m p ;     t e a m s : 
 - -   t h o s e   o f   t h e   ,     & a m p ;     a r e   o v e r ,   w i t h   a l l   h a v i n g   q u a l i f i e d   f o r   p l a y o f f   s p o t s   b u t   n o t   h a v i n g   w o n   a   s e r i e s 
 - -   t h a t   o f : 
 - - -     h a v i n g   r e s u l t e d   i n   c o m i n g ,   a s   o f   s u n d a y ,   t o   w i t h i n   1 2   p o i n t s   o f
s h a r i n g   t h e   g r i e f :   s p o r t s   f a n s   i n   t o r o n t o   a n d   b u f f a l o . . .       l e a f s   b l u e j a y s   r a p t o r s   s a b r e s  
r a p t o r s   r e p u b l i c 
 n i c k   n u r s e   a n d   o . g .   a n u n o b y   g i v e   t h a n k s   o n   t h a n k s g i v i n g 
 
 b y   j a m a r   h i n d s 
 
 t o r o n t o   r a p t o r s 

1 0 . 5   m a d e   3 ’ s   a g a i n s t   t h e   b u l l s   t o n i g h t .   
 t o r o n t o   r a p t o r s   w e t h e n o r t h
h e a r t b r o k e n   b y   t h e     l o s s ?       u s   t o o .     😭 
 b u t   w e   c a n   h e l p ! 
 
 a   b a g   o f     w i l l   r e s t o r e   j o y   i n   y o u r   l i f e   -   g u a r a n t e e d   t o   w o r k   1 0 0 %   o f   t h e   t i m e   5   o u t   o f   1 0   t i m e s . 
 
 t o r o n t o   s n a c k   j e r k y   j o y   p r o t e i n   h a p p y   m l b   j a y s   b l u e j a y s   n e x t l e v e l   v l a d d y   r a p t o r s   l e a f s
o n l y   i n   t o r o n t o   s p o r t s   d o   w e   p a y   y o u n g   a t h l e t e s   m a x   c o n t r a c t s   s o   t h e y   c a n   h a v e   l e a r n i n g   e x p e r i e n c e s   y e a r   i n   & a m p ;   y e a r   o u t   😂   i   t o o   w i s h   i   c o u l d   g e t   p a i d   $ 1 0 +   m i l l i o n / y r   f o r   a n   e d u c a t i o n       … l e a v i n g   t h e     o f f   t h e   l i s t   b e c a u s e   m a s a i   k n o w s   w h a t   i t   t a k e s   🏆
g e e z .   a l l   t h e s e   s p o r t   r i g h t   f o r g o t   a b o u t   r a p t o r s   c h a m p i o n s h i p .   p r o v e   h o w   m u c h   t h e   s p o r t s   w o r l d   t h i n k   a b o u t   t o r o n t o .   a l s o   r a p t o r s   c h a m p i o n s h i p   w a s   s u c h   a   r e a l   b i g   m o m e n t   i n   c a n a d a ,   t h a t   w h y   3   m i l l i o n   p e o p l e   w e n t   t o   p a r a d e
t i m e   t o   f o c u s   o n   t h e   r a p t o r s !   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
d a l a n o   b a n t o n   h a s   p r o v e n   h e   i s   r a p t o r s '   b e s t   b a c k u p   p g   o p t i o n 
 
 
 
 n b a   t o r o n t o   r a p t o r s   w e t h e n o r t h   c a n a d a   c e l t i c s   b l e e d g r e e n   c l i p p e r n a t i o n   j a p a n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s     u s a
s c o t t i e   b a r n e s   i s   h i l a r i o u s . . .   ( t o r o n t o   r a p t o r s ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   r a p t o r s v s r o c k e t s   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s c h a m p i o n s h i p   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s  
j u s t   g e t   r i d e   o f   a l l   t o r o n t o   s p o r t s   t e a m   m i n u s   t h e   r a p t o r s .   1 8 w h e e l e r   c h o k e j o b   m l b
t h i s   i s   t h e   y e a r !   t o r o n t o   w i l l   l o s e   a l l   n a t i o n a l   s p o r t s .   r a p t o r s   a r e   s h i t .   b l u e   j a y s   a r e   s h i t .   t h e   l e a f s   a r e   s h i t .   t o r o n t o   f c   i s   s h i t .   t o r o n t o
t o r o n t o   i s   a   m a j o r   w o r l d   c l a s s   c i t y .   w e ' r e   f o r t u n a t e   t o   h a v e   m a n y   s p o r t s   t e a m s 
 t h a n k s   b l u e j a y s   f o r   a n   e x c i t i n g   s e a s o n 
 n e x t .   n o w   t o   f o c u s   o n   t h e   r a p t o r s   ( m a p l e   l e a f s ) 
 
 s t i l l   l o t s   o f   m l b p l a y o f f s   l e f t ,   t h e   b a s e b a l l   w i l l   o n l y   g e t   b e t t e r .   b e s t   o f   t h e   b e s t   r e m a i n 
 
 m l b   n b a   n h l
  m u s t   a p p r e c i a t e   a n d   c e l e b r a t e   t h e   r a p t o r s   c h a m p i o n s h i p .   t h a n k s   f o r   t h e   c e l e b r a t i o n s . 
 
 t o r o n t o
d i d   t h e   r a p t o r s   i   k n o w   t h e y   p l a y   i n   t o r o n t o   ?     h o w   d i d   t h e y   p u l l   i t   o f   t h e n   ? w e t h e n o r t h   n e x t l e v e l   l e a f s f o r e v e r  
i n   2 0 0 9   t h e   r a p t o r s   n e e d e d   s o m e o n e   j u s t   l i k e   m a g i c   b u t   a l l   t h e y   g o t   w a s   a   m e r e   j o h n s o n .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
    t o r o n t o   t e a m s   a l w a y s   h a v e   a n   e x c u s e   t o   w h y   t h e y   l o s e .   r a p t o r s   w o n   b u t   r e f u s e d   t o   s p e n d   t h e   $   t o   k e e p   t h e   t a l e n t .   t h e y   h a v e   a   s a l a r y   c a p .   t h e   b l u e j a y s   h a v e   n o   s a l a r y   c a p .   w h o   w a n t s   t o   b e t   t h e   j a y s   o n l y   w i n   o n e   g a m e   i n   t h e   p l a y o f f s   n e x t   y e a r   a n d   r o g e r s   c a l l s   i t   a n   i m p r o v e m e n t ?
w e l l ,   b l u e   j a y s   b a s e b a l l   i s   o v e r .   
 u p   n e x t ,   l e a f ’ s   a n d   r a p t o r s . 
 w h e r e   y o u   a t   t o r o n t o ? ! 
 l e t ’ s   d o   t h i s ! !  
w h y   c a n ' t   t o r o n t o   s p o r t s   f a n s   h a v e   w i n s   !          
t h e   r a p t o r s ’   t i t l e   b e c o m e s   m o r e   a n d   m o r e   i m p r e s s i v e   b y   t h e   y e a r ,   c o n s i d e r i n g   t h e y   h a d   t o   e s c a p e   a n   a l l - e n c o m p a s s i n g   c u r s e   t o   d o   i t . 
 
 t o r o n t o   n e x t l e v e l   p a i n
i   l o v e   b e i n g   a   t o r o n t o   s p o r t s   f a n ,   i t ' s   l i k e   g e t t i n g   h i t   i n   t h e   g u t   o v e r   a n d   o v e r   a g a i n .   d i d   i   m e n t i o n   i   w a s   a   m a s o c h i s t ?   b l u e j a y s   t o r o n t o   j a y s   l e a f s   r a p t o r s
t w o   p r o f e s s i o n a l   b a s e b a l l   p l a y e r s   r u n   i n t o   e a c h   o t h e r   a n d   b l o w   t h e   g a m e . 
 
 b e i n g   a   t o r o n t o   s p o r t s   f a n   s u c k s * ! 
 
 * 2 0 1 9   r a p t o r s   e x c l u d e d
d a y   2 1   b r i n g s   u s   t o   t h e     a n d   t h e i r   b u d d i n g   y o u n g   s t a r ,   s c o t t i e   b a r n e s !   n b a   t o r o n t o  
c a s u a l l y   w a t c h i n g   t h e   w a r r i o r s   d y n a s t y   p o t e n t i a l l y   f a l l   a p a r t   a s   t h e   r a p t o r s   a r e   p u r e   v i b i n g ,   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
p r e c i o u s   a c h i u w a   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p r e c i o u s a c h i u w a   p r e c i o u s   a c h i u w a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
t o r o n t o   s u n 
 r a p t o r s   w a y   o f f   f r o m   t h r e e - p o i n t   r a n g e ,   f a l l   i n   h o u s t o n   t o   r o c k e t s 
 
 b y   r y a n   w o l s t a t 
 
 t o r o n t o   r t z 

s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
f o r z a h o r i z o n 5   g a m e r s   g a m e r s l i f e   g a m e r s u n i t e   g a m e o n   p c g a m i n g   v i d e o g a m e s   p c g a m e s   r e t r o g a m i n g   c a t u r d a y   r a p t o r s   n b a   n h l 2 3     r a c e c a r s   t o r o n t o   g a m e s     g a m e t i m e   w i n   5   s p r i n g   h o t   s e a s o n   s e r i e s   1 2   a c c o l a d e s   x p   & a m p ;   c a r   g a i n s   p t   1     v i a  
r a p t o r   l e g e n d s   ( f r o m   a   f e w   d a y s   a g o )   ❤ ️ 🥹   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
" . . i n   c a g e s " 
 o n p o l i   l e a f s   t o r o n t o   o n t e d   r a p t o r s   s c h o o l s   o n t a r i o   s k o o l  
t a r i   e a s o n   h i g h l i g h t s   -   r o c k e t s   v s .   r a p t o r s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   t a r i   e a s o n   h o u   t o r   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   h o u s t o n   r o c k e t s   t o r o n t o   r a p t o r s
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   t o r o n t o   r a p t o r s   n b a   v i d e o :  
              ,   i   w i l l   n e v e r   a p o l o g i z e   f o r   m y   c r i t i c i s m   o f   t o r o n t o   s p o r t s   t e a m s ,   w h e t h e r   t h e   b l u e j a y s ,   m a p l e l a u g h s   o r   .     n e i t h e r   o f   t h e   1 s t   2   w o n   t h e   r e l e v a n t   f r i d a y   g a m e ,   & a m p ;   t h a t   c o n c e r n s   m e   f o r   @   l e a s t   s o m e w h a t   d i f f e r e n t   r e a s o n s .
s w i p e   l e f t   t o   s e e   t h e   r e s t   o f   t h e   🔥   h i t s !   
 
 e v a n m o b l e y   l u k a d o n c i c   l b j   l e b r o n   l a l a k e r s   n b a   b a s k e t b a l l c a r d s   s p u r s n a t i o n   s a n a n t o n i o   d o w n t o w n b r e a k s   t o r o n t o   r a p t o r s  
t h e   b a d   n e w s …   3 ’ s   a n d   f r e e   t h r o w s   p l a y e d   a   m a j o r   r o l e   i n   t h e   r a p t o r s   f i r s t   p r e s e a s o n   l o s s .   
 t h e   g o o d   n e w s …   i t ’ s   p r e s e a s o n .   
 
   _ _         t o r o n t o   w e t h e n o r t h  
t r i f e c t a 
 
 j a y s   l o s t 
 l e a f s   l o s t 
 r a p t o r s   l o s t 
 
 t o r o n t o  
j o s h   j a c k s o n   s o u n d s   l i k e   p e r f e c t   r a p t o r s   p l a y e r   a f t e r   f i r e   q u o t e 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a t w i t t e r   n b a j a p a n g a m e s 2 0 2 2   n b a i n a b u d h a b i   n b a p r e s e a s o n   l a k e s h o w   b l e e d g r e e n
t h e   t o r o n t o / c a r i b b e a n   f u s i o n   i s   s t r o n g   w i t h   t h i s   t w e e t . 
 
 m e h   d e h   y a !  
j a l e n   g r e e n   g o n n a   b e   t r o u b l e   🚀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a l e n   g r e e n   h o u   h o u s t o n   r o c k e t s   t o r   t o r o n t o   r a p t o r s
i ' m   a c t u a l l y   i n t r i g u e d   b y   t h i s   l i n e u p ,   t r u e   t e s t   o f   o u r   l e n g t h   a n d   s t r e n g t h   6 ' 8 " +   i d e o l o g y .     s i a k a m   a n d   s c o t t i e   r u n n i n g   t h e   p o i n t   s h o u l d   b e   g o o d ,   i ' m   a l s o   e x c i t e d   t o   s e e   k o l o k o   g e t t i n g   e a r l y   m i n u t e s   a g a i n s t   o t h e r   t e a m s '   s t a r t e r s . 
 
 w e t h e n o r t h   n b a   t o r o n t o   b a s k e t b a l l   c a n a d a  
▶ ️ w a t c h   a l l   n b a   b a s k e t b a l l   s u m m e r   g a m e s   l i v e   f r e e   & a m p ;   f u l l   h d ✅ 
 
 n b a   n h l   m l b   c h i c a g o b u l l s   t o r o n t o   r a p t o r s   w e t h e n o r t h   r t z   h o u s t o n   r o c k e t s   h o u s t o n r o c k e t s   d e t r o i t   p i s t o n s   d e t r o i t p i s t o n s   n o b r a k e s   n e w o r l e a n s   p e l i c a n s   p e l i c a n s n b a   w o n t b o w d o w n   w b d
h e l l o   t o r o n t o   f a n s . 
 t h i s   i s   y o u r   s e m i - a n n u a l   r e m i n d e r   t o   s t o p   w a t c h i n g   y o u r   t e a m   a f t e r   t h e   r e g u l a r   s e a s o n   i s   o v e r .   i t ' s   s i l l y   t o   w a t c h   b e y o n d   t h a t 
 
 i n s a n i t y   i s   d o i n g   t h e   s a m e   t h i n g   o v e r   a n d   o v e r   a g a i n   a n d   e x p e c t i n g   d i f f e r e n t   o u t c o m e . 
 
 j a y s   l e a f s   t f c   r a p t o r s
m a k e   s u r e   t o   t u n e   i n   t o   t h e   l i v e   s t r e a m   t o n i g h t   f a m i l y !   o u r   l i v e   s t r e a m s   a r e   a l w a y s   i n t e r e s t i n g   d o n ' t   m i s s   i t !   
 
 
 r o c k e t s   r a p t o r s   n b a   l i v e s t r e a m   y o u t u b e   n b a p r e s e a s o n   r a p t o r s n a t i o n   t o p l i n e s p o r t s   h o u s t o n   t o r o n t o   b a s k e t b a l l   s p o r t s   s p o r t s a n a l y s t  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
📈   t r e n d i n g   a t   
 
 r a p t o r s   r a p t u r e 
 r a p t o r s ’   f r e d   v a n v l e e t   h a s   b o l d   t a k e   i n   n b a   g o a t   d e b a t e 
 
 b y   m i k e   l u c i a n o 
 
 t o r o n t o   r t z 

t h e   t o r o n t o   r a p t o r s   a r e   o f f i c i a l l y   i n   p r e s e a s o n   m o d e !   w i t h   t h e   l o o m i n g   n b a   s e a s o n ,   i t ' s   t i m e   t o   g e t   b o l d   w i t h   s o m e   p r e d i c t i o n s . 
 
 w e t h e n o r t h   n b a n e w s   n b a t w i t t e r   b a s k e t b a l l   y o u t u b e   c a n a d a   n b a p r e s e a s o n   
 
 v i d e o :  
t o r o n t o   s t a r 
 j o s h   j a c k s o n ,   f o r m e r   n o .   4   o v e r a l l   p i c k ,   o p e n i n g   e y e s   a t   r a p t o r s   c a m p 
 
 b y   d o u g   s m i t h 
 
 t o r o n t o   n b a 

d o   r a p t o r s   a n d   c e l t i c s   f a n s   h a v e   b e e f . . .   😆   
 
 
 
 r a p t o r s   t o r o n t o   b o s t o n   c e l t i c s
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
w h a t   i f   w e   k i d n a p p e d   p a s c a l   & a m p ;   s c o t t i e   f o r   a   y e a r   t h e n   t h e y   b o t h   c o m e b a c k   a s   v i c t o r   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
y a h o o   s p o r t s 
 r a p t o r s '   f r e d   v a n v l e e t   ' w o r k i n g   o n '   g e t t i n g   c a n a d i a n   c i t i z e n s h i p 
 
 b y   w e n z e l l   o r t i z 
 
 t o r o n t o   r t z 

d e m a r   d e r o z a n   c r e d i t s   g i a n n i s   a n t e t o k o u n m p o   o n   j j   r e d i c k ' s   p o d c a s t 
 
 
 
 n b a   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h   t o r o n t o   r a p t o r s
s c o t t i e   b a r n e s   i s   s c a r i n g   r a p t o r s   f a n s … 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
s h o u l d   r a p t o r s   w o r r y   a b o u t   3 - p o i n t   s h o o t i n g   a f t e r   c e l t i c s   w i n ? 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
f r o m   t h e   🎧   p o d c a s t   p l a y e r 
 
 t h e   r a p t o r s   s h o w 
 r a p t o r s   r e s e r v e s   c o m p l e t e   t h r i l l i n g   c o m e b a c k   i n   o t   w i n 
 
 🎙 ️   w i l l i a m   l o u 
 🎙 ️   a l e x   w o n g 
 ⏲ ️   3 0 : 3 1 
 
 t o r o n t o   n b a 

t o p   3   s p o r t s   p r o g r a m s   1 0 / 0 5 / 2 2 
 1 ⃣ ⚾ ️ t o r o n t o   v s   b a l t i m o r e   |   g a m e   2   o n   s n 
 a m a :   6 1 3 . 0 k 
 2 ⃣ ⚾ ️ t o r o n t o   v s   b a l t i m o r e   |   g a m e   1   o n   s n 
 a m a :   3 6 3 . 5 k 
 3 ⃣ 🏀 p r e s e a s o n :   t o r o n t o   v s   b o s t o n   o n   t s n 
 a m a :   1 8 2 . 0 k 
 t o r o n t o b l u e j a y s   t o r o n t o r a p t o r s   r a p t o r s   j a y s   t o r o n t o   m l b   n b a p r e s e a s o n
[ p o s t   g a m e   t h r e a d ]   t h e   t o r o n t o   r a p t o r s   ( 2 - 0 )   d e f e a t   t h e   b o s t o n   c e l t i c s   ( 1 - 1 )   a t   o t ,   1 2 5 - 1 1 9   🏀 
 
 g a m e   b o x   s c o r e   i s   n o t   l o a d i n g   a t   t h e   m o m e n t   s o   l i n k i n g   t h e   s c o r e s   b e l o w . 
 

t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   c e l t i c s   -   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
t o r o n t o   s t a r 
 r a p t o r s   g o   d e e p   i n t o   b e n c h ,   r a l l y   t o   b e a t   c e l t i c s   i n   o v e r t i m e 
 
 b y   d o u g   s m i t h 
 
 t o r o n t o   n b a 

j e f f   d o w t i n   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j e f f d o w t i n   j e f f   d o w t i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
g a r y   j r .   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g a r y j r .   g a r y   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
j e f f   d o w t i n   x   r a y   r e v e a l e d   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
f r e d   v a n v l e e t   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f r e d v a n v l e e t   f r e d   v a n v l e e t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
n o t   e v e n   o n   t h e   g r a p h i c ,   b u t     k n o w s   😁 🙌 🏾 
 
 r a p t o r s   r o t y   t o r o n t o   
 

p r e c i o u s   a c h i u w a   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p r e c i o u s a c h i u w a   p r e c i o u s   a c h i u w a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   t o r o n t o   r a p t o r s   n b a   v i d e o :  
j a y l e n   b r o w n   h i g h l i g h t s   -   c e l t i c s   v s .   r a p t o r s   -   5 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   b o s   t o r   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b o s t o n   c e l t i c s   t o r o n t o   r a p t o r s
  p a y t o n   p r i t c h a r d   -   1 7   p t s ,   4   r e b ,   5   a s t ,   3   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 p a y t o n p r i t c h a r d   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
_ s m o o t h 1 0   s a m   h a u s e r   -   2 2   p t s ,   4   r e b ,   2   a s t ,   5   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 s a m h a u s e r   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
s t i l l   u n d e f e a t e d ! 
 t o r o n t o   r a p t o r s   w e t h e n o r t h  
j a y s o n   t a t u m   m a k i n g   t h e   r a p t o r s   d e f e n c e   l o o k   s i l l y   🤣 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a y s o n   t a t u m   f a k e   b o s   b o s t o n   c e l t i c s   t o r   t o r o n t o   r a p t o r s
3   r e a s o n a b l e   g o a l s   f o r   r a p t o r s   p g   f r e d   v a n v l e e t   i n   2 0 2 2 - 2 3 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   b l e e d g r e e n   b e t h e f i g h t     t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r   i n d i a n a s t y l e
m y   s i s t e r   h a d   c u s t o m   r a p t o r s   m i n k y   f a b r i c   m a d e   t o   m a k e   a   b a b y   b l a n k e t   f o r   m y   f r i e n d s   b a b y   s h o w e r .   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
b o s t o n   c e l t i c s   n e w s   -     s t a r t e r s   f o r   t o n i g h t ' s   g a m e   w i t h   t h e   t o r o n t o   r a p t o r s .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   t o r o n t o   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
l o t s   o f   c a n a d i a n   c o n t e n t   a s   r a p t o r s   a n d   j a z z   s q u a r e   o f f   i n   e d m o n t o n .   u p d a t e   |   e x c e l l e n t   s p o r t s   a d v e n t u r e 
       
 
 t o r o n t o   r a p t o r s   p r e s e a s o n   n b a   b a s k e t b a l l   s p o r t s   n e w s   t r e n d i n g   v i r a l   s p o r t s n e w s   t i l l e y   e x c e l l e n t   a d v e n t u r e   t a p s   r a p s  
t h e     a r e   c o n s i s t e n t l y   o n e   o f   t h e   m o s t   s l e p t   o n   t e a m   i n   t h e   n b a .   w i t h   t h e   d e v e l o p m e n t   o f   s c o t t i e b a r n e s ,   c a n   t h e y   m a k e   a   b i g   j u m p ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a p r e s e a s o n   n b a m e d i a d a y   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s     d r a k e  
f a d e a w a y   w o r l d 
 p a s c a l   s i a k a m   n o t   w o r r i e d   a b o u t   t h e   t o r o n t o   r a p t o r s   a f t e r   t h e   e a s t e r n   c o n f e r e n c e   s t r e n g t h e n e d   i t s e l f   t h i s   o f f s e a s o n :   " t h e   l e a g u e   i s . . . 
 
 b y   i s h a a n   b h a t t a c h a r y a 
 
 t o r o n t o   r a p t o r s 

y e s t e r d a y   t h e     t u r n e d     1 4 9   y r s   o l d .   
 
 f o r   p e r s p e c t i v e ; 
   a r e   1 0 5 
   a r e   4 5 
   a r e   2 7 
 t h e   s o c c e r   t e a m   i s   1 6 
 & a m p ;   t h e   m o d e r n   o l y m p i c s   a r e   1 2 9 … 
 
 c f l   f o o t b a l l   n f l   n c a a   n h l   m l b   n b a   s o c c e r   t o r o n t o
t h e   r a p t o r s   d i d   t h i s   a n d   n o b o d y   n o t i c e d . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a z z v s r a p t o r s   p a s c a l s i a k a m t o r o n t o r a p t o r s   r a p t o r s n a t i o n   r a p t o r s v s j a z z   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s  
n b a   g m s   c o n f i r m   w h a t   w e   k n e w   a b o u t   n i c k   n u r s e ,   r a p t o r s   f a n s 
 
 
 
 n b a   t o r o n t o   r a p t o r s   c a n a d a   w e t h e n o r t h   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   l a k e s h o w   l a k e r s   b l e e d g r e e n   c e l t i c s
t h e y   b u i l t   d i f f e r e n t   f r   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
🎧 e p . 2 0 4 🎙 
 “ e n o u g h   t o   g o   a r o u n d ? 
 t o r o n t o     t a l k   w / h o s t s     & a m p ;   
 
 🏀 p a s c a l   t o p   5 ? 
 🏀 e x p e c t a t i o n s   f o r   b a r n e s   & a m p ;   p r e c i o u s 
 🏀 s g a ? 
 🏀 t r a d e   i n f l a t i o n 
 
 
 
 r t z | r a p t o r s | w e t h e n o r t h | n b a | n b a t w i t t e r | | |
r a p t o r s   t r a i n i n g   c a m p   a v a i l a b i l i t y   |   o c t o b e r   0 4 ,   2 0 2 2   t o r o n t o   r a p t o r s   n b a   v i d e o :  
c h e c k   o u t   o u r   n e w   b o a r d s ! !   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
🔴 n e w   e p i s o d e ! 🔴   l i s t e n   h e r e   & g t ;   
 
 w e t h e n o r t h   t o r o n t o   r a p t o r s   r a p s
y o u   b e t t e r   r e c o g n i z e . 
 
 w e t h e n o r t h   n b a   t o r o n t o   b a s k e t b a l l   c a n a d a   o n t a r i o 
 

w i l l   t y l e r   h e r r o ' s   c o n t r a c t   i m p a c t   r a p t o r s '   d e a l   f o r   g a r y   t r e n t   j r ? 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   h e a t t w i t t e r   h e a t n a t i o n   d u b n a t i o n   l a k e s h o w   l a k e r s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a p r e s e a s o n   n b a t w i t t e r   b u l l s n a t i o n   b l e e d g r e e n   m f f l
3   e m e r g i n g   s t o r y l i n e s   t o   w a t c h   a h e a d   o f   r a p t o r s - c e l t i c s   g a m e 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   h e a t t w i t t e r   h e a t n a t i o n   d u b n a t i o n   l a k e s h o w   l a k e r s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a p r e s e a s o n   n b a t w i t t e r   b u l l s n a t i o n   b l e e d g r e e n   m f f l   a l l f l y
w i t h   n b a p r e s e a s o n   a c t i o n   s t a r t i n g   b a c k   u p ,   w e ’ r e   d r o p p i n g   e p .   2 0 4   o f   t h e   s o t 6   p o d c a s t   f i r s t   t h i n g   t o m o r r o w   m o r n i n g !     t a k e s   t h e   h o s t i n g   c h a i r   a s   w e   b r i n g   y o u   t h e   l a t e s t   r e g a r d i n g   y o u r   t o r o n t o   !   k e e p   i t   l o c k e d ! 
 
 n b a | n b a t w i t t e r | r t z | r a p t o r s | w e t h e n o r t h
s p o r t i n g   n e w s 
 r a p t o r s   f a n s   e a r n   u l t i m a t e   h o n o r   f r o m   n b a ' s   g e n e r a l   m a n a g e r s   i n   a n n u a l   s u r v e y 
 
 b y   s c o t t   r a f f e r t y 
 
 t o r o n t o   r a p t o r s 

📈   t r e n d i n g   a t   
 
 r a p t o r s   h q 
 t o r o n t o   r a p t o r s   2 0 2 2 - 2 3   p l a y e r   p r e v i e w s 
 
 b y   j o s h   k e r n   a n d   z a c h   w i l s o n 
 
 t o r o n t o   w e t h e n o r t h 

t o r o n t o   s u n 
 k o l o k o   j u s t   m i g h t   b e   f o r c i n g   t h e   i s s u e ,   a n d   t h a t ’ s   a   g o o d   t h i n g   f o r   t h e   r a p t o r s 
 
 b y   m i k e   g a n t e r 
 
 t o r o n t o   n b a 

w h a t   p l a y e r   o n   o u r   t e a m   w o u l d   b e   c r a z y   w i t h   a n o t h e r   p l a y e r ’ s   a t t r i b u t e s ,   a l l   o n   t h e   s a m e   t   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
w a i t e d   a   v e r y   l o n g   t i m e   f o r   t o r o n t o   s p o r t s   t o   b e   i n   t h i s   p o s i t i o n … i t s   a m a z i n g   h a v i n g   3   c o m p e t i t i v e   t e a m s !     r a p t o r s   w e t h e n o r t h   b l u e j a y s   n e x t l e v e l   t m l   t h e p a s s i o n t h a t u n i t e s u s
r a p t o r s 
 h o w   g o o d   c a n   t h e   r a p t o r s   b e   o f f e n s i v e l y ? 
 
 b y   v i v e k   j a c o b 
 
 t o r o n t o   r a p t o r s 

r a p t o r s   d e p t h   l o o k s   g o o d   a g a i n s t   n e w   l o o k   j a z z .   r e a c t i o n   t o   a   g r e a t   s t a r t   t o   p r e s e a s o n   b y   t o r o n t o ! 
   
 
   
 a t l a n t i c d i v i s i o n   c h a n g e   c o m m o n s e n s e   e a s t e r n c o n f e r e n c e   h u m a n i t y   j u s t i c e   l o v e   m e d i a   n e w s   p h i l o s o p h y   p o l i t c s   s o l u t i o n s   t o r o n t o r a p t o r s  
s t i l l   c a n t   b e l i e v e   f r e d   r a n   s e x t o n   o f f   t h e   c o u r t   i n   t h e   p r e s e a s o n   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
i t & a m p ; 3 9 ; s   o n l y   o n e   g a m e   b u t   _ _ _ .   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
r a p t o r s   s h o u t   o u t   c r a z y   e d m o n t o n   c r o w d   a f t e r   w i n   v s .   j a z z 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   m f f l   s i x e r s   b u c k s
r a p t o r s   s h o w   l o v e   t o   p a s c a l   s i a k a m   w i t h   a s s i s t a n t   c o a c h   h i r e 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   m f f l   s i x e r s   b u c k s
o h   b t w ,   r a p t o r s   a r e   w i n n i n g   t h e   c h a m p i o n s h i p .     y o u   h e a r d   i t   f r o m   m e   f i r s t . 
 
 w e t h e n o r t h   n b a   t o r o n t o   b a s k e t b a l l   c a n a d a   o n t a r i o  
i   l i k e   t h i s   m o v e   b y   t h e   r a p t o r s   h e r e ,   k e e p i n g   s i a k a m ' s   f a m i l y   c l o s e   a n d   a d d i n g   a   s o l i d   p l a y e r   d e v e l o p m e n t   g u y .     
 
 w e t h e n o r t h 
 n b a   t o r o n t o   b a s k e t b a l l   c a n a d a 
 o n t a r i o 
 

i   t h i n k   i   w a n t   t o   s e e   d j   w i l s o n   m a k e   t h e   c u t   o v e r   c h a m p a g n e / j a c k s o n   h e r e .     h e   j u s t   f i t s   m o r e   o f   a   p o s i t i o n   o f   n e e d   i n   m y   o p i n i o n   w i t h   h i s   s i z e .     d a l a n o   a   l o c k   f o r   t h e   o t h e r   s p o t . 
 
 w e t h e n o r t h 
 n b a   t o r o n t o   b a s k e t b a l l   c a n a d a 
 o n t a r i o 

s c o t t i e   b a r n e s   r a t e d   r o o k i e   f a s t   b r e a k   a u t o   s h o w i n g   u p   o n   t h e   b r e a k   p a d !   🔥 🔥 
     
 b o o m   w h o d o y o u c o l l e c t   g r o u p b r e a k s   t h e h o b b y   c a s e b r e a k s   b o x b r e a k s   n b a   b a s k e t b a l l c a r d s   t o r o n t o r a p t o r s   t o r o n t o   r a p t o r s   a u t o g r a p h   o p t i c   r o o k i e  
t h e   h o m e t o w n   k i d   m a k i n g   b i g   n o i s e   f o r   t h e   t o r o n t o   r a p t o r s   
 
 w e t h e n o r t h   
 t o r o n t o   
 r e x d a l e  
g a b e   b r o w n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g a b e b r o w n   g a b e   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
i t ’ s   b e e n   s u c h   a   c o o l   r i d e !   t h e   j e r s e y s   w o n ’ t   l a s t   l o n g ,   a n d   o n c e   t h e y   a r e   g o n e ,   t h a t ’ s   i t !   t o r o n t o r a p t o r s   r a p t o r s   i n d i g e n i z e   i n d i g e n o u s   i n d i g e n i z e e v e r y t h i n g   t k a r o n t o   t o r o n t o  
j e f f   d o w t i n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j e f f d o w t i n   j e f f   d o w t i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
k h e m   b i r c h   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k h e m b i r c h   k h e m   b i r c h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
o g   a n u n o b y   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o g a n u n o b y   o g   a n u n o b y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
d . j .   w i l s o n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d . j . w i l s o n   d . j .   w i l s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
t o r o n t o   s u n 
 r a p t o r s   o v e r w h e l m e d   b y   t h e   s u p p o r t   e d m o n t o n   s h o w e d   t h e m 
 
 b y   m i k e   g a n t e r 
 
 t o r o n t o   n b a 

r a p t o r s   9 0 5   h a v e   a d d e d   c h r i s t i a n   s i a k a m ,   p a s c a l ' s   o l d e r   b r o t h e r ,   t o   t h e i r   c o a c h i n g   s t a f f   f o r   t h i s   s e a s o n ! 
 t o r o n t o   r a p t o r s   w e t h e n o r t h
7 ’ 2   k a i   s o t t o   d i d n ’ t   g e t   d r a f t e d   b u t   h a d   1 1   p t s ,   2   r e b   i 1   a s t   i n   1 8   m i n s   i n   t h e i r   w i n   a g a i n s t   t h e   s u n s .   h i s   l e n g t h   m a t c h e s   t h e     r o s t e r .   a n d   t h e   r a p s   d o   l i k e   t h e   u n d r a f t e d   t a l e n t   j u s t s a y i n   n b a p r e s e a s o n   n b a   t o r o n t o
c h r i s t i a n   k o l o k o   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c h r i s t i a n k o l o k o   c h r i s t i a n   k o l o k o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
t h e   m o n t h   o f   o c t o b e r   i s   f i l l e d   w i t h   r e t u r n i n g   s t a r s !   t h e   s t a r t   o f   t h e   n h l   a n d   n b a   s e a s o n   +   t h e   b l u e   j a y s   c l i n c h i n g   t h e   p l a y o f f   s p o t .   t h i s   m o n t h   i s   g o n n a   b e   h o t !   
 
 b l u e j a y s   t o r o n t o   r a p t o r s   m a p l e l e a f s   t o r o n t o m a p l e l e a f s   t o r o n t o r a p t o r s  
m a l a c h i   f l y n n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a l a c h i f l y n n   m a l a c h i   f l y n n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
d a l a n o   b a n t o n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a l a n o b a n t o n   d a l a n o   b a n t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
g a r y   j r .   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g a r y j r .   g a r y   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
j o s h   j a c k s o n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o s h j a c k s o n   j o s h   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p r e c i o u s   a c h i u w a   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p r e c i o u s a c h i u w a   p r e c i o u s   a c h i u w a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p r e c i o u s   p u m p   f a k e   i n t o   d r i v i n g   d u n k   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
  t h i s   i s   t h e   s a m e   j o h n   t o r y   w h o   j u m p e d   a r o u n d   l i k e   a   g i d d y   s c h o o l g i r l   w h e n   t h e   r a p t o r s   w o n   t h e   c h a m p i o n s h i p   & a m p ;   t h e n   f o l l o w e d   u p   w i t h   p a n d e r i n g   t o   k a w h i   l e o n a r d   ( a   m u l t i - m i l l i o n a i r e )   b y   o f f e r i n g   h i m   f r e e   m e a l s   a n y w h e r e   i n   t o r o n t o   i f   h e   s t a y e d   ( t o   b e   p a i d   w i t h   p u b l i c   m o n e y ) .   t o p o l i
s p o r t s n e t 
 r a p t o r s   o p e n   p r e - s e a s o n   w i t h   w i n   i n   f r o n t   o f   p l a y o f f - w o r t h y   e d m o n t o n   c r o w d 
 
 b y   m i c h a e l   g r a n g e 
 
 t o r o n t o   r t z 

p r e c i o u s   a c h i u w a   w i t h   t h e   r a c k   a t t a c k   💢 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   p r e c i o u s   a c h i u w a   t o r o n t o   r a p t o r s   d u n k
t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   j a z z   -   o c t o b e r   0 2 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
p r e - s e a s o n     📸       v s     n b a   t o r o n t o r a p t o r s   c h i c a g o b u l l s  
j a y s o n   t a t u m   s a i d   t h i s   a b o u t   t h e   r a p t o r s . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b u l l s v s r a p t o r s   c h i c a g o b u l l s v s t o r o n t o r a p t o r s   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s v s r o c k e t s   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s c h a m p i o n s h i p  
r a p t o r s   f a m i l y :   d a l a n o   b a n t o n   h a s   s o l i d i f i e d   h i s   s p o t . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
g r o a t   d o i n g   g r o a t   t h i n g s .   h a p p y   c a n a d i a n   t h a n k s g i v i n g   🇨 🇦   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
j u s t   w a n n a   r e m i n d   p e o p l e   p r e s e a s o n   m e a n s   n o t h i n g   💀 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
i n t e r n a t i o n a l   p r o p h e c y   f u l f i l l e d   
 
 t h e   c h i c a g o   b u l l s   b e a t s   t h e   t o r o n t o   r a p t o r s ,   n o t i c e   h o w   p r o p h e t   a n g e l   a c c u r a t e l y   p r o p h e s i e d   t h e   w i n n e r   o f   t h e   g a m e   a n d   t h a t   t h e   s c o r e   w i l l   b e   o v e r   1 0 2 . 
 
 u e b e r t a n g e l   n b a   c h i c a g o b u l l s   b u l l s   r a p t o r s   t o r o n t o r a p t o r s   b a s k e t b a l l   u s a  
i n t e r n a t i o n a l   p r o p h e c y   f u l f i l l e d   
 
 t h e   c h i c a g o   b u l l s   b e a t s   t h e   t o r o n t o   r a p t o r s ,   n o t i c e   h o w   p r o p h e t   a n g e l   a c c u r a t e l y   p r o p h e s i e d   t h e   w i n n e r   o f   t h e   g a m e   a n d   t h a t   t h e   s c o r e   w i l l   b e   o v e r   1 0 2 . 
 
 u e b e r t a n g e l   n b a   c h i c a g o b u l l s   b u l l s   r a p t o r s   t o r o n t o r a p t o r s   b a s k e t b a l l   u s a  
g o d   i s   s t i l l   s a y i n g   s o m e t h i n g   c h i c a g o   u s a   n b a   r a p t o r s   m a j o r   c h i c a g o b u l l s   t o r o n t o r a p t o r s   u s a  
g r o a t   d o i n g   g r o a t   t h i n g s .   h a p p y   c a n a d i a n   t h a n k s g i v i n g   🇨 🇦 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
g a r y   t r e n t   j r   d r o p s   p j   t u c k e r … ( t o r o n t o   r a p t o r s ) 
   
 
   
 a t l a n t i c d i v i s i o n   b u l l s v s r a p t o r s   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   r a p t o r s v s b u l l s   r a p t o r s v s r o c k e t s   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s 2 0 1 9  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
  r a p t o r s   t r a d e s   i   c a n   s e e   h a p p e n i n g   !     
 
 n b a   t o r o n t o r a p t o r s   r a p t o r s
n b a   l e a d e r :   2 7 . 9   p p g   c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n .    
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
  i   w a s   o n   a   p o d c a s t   w h e r e   w e   t a l k e d     b a s k e t b a l l ! !   r a p t o r s   t o r o n t o r a p t o r s   b a s k e t b a l l   p o d c a s t
h o t   t a k e   t h e   t o r o n t o r a p t o r s   w i l l   b e   c h a m p i o n s   t h i s   s e a s o n
c o m e   r a p t o r s ,   j o i n   u s . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
a n d r e   d r u m m o n d   h e a t s   u p   f r o m   b e y o n d   t h e   a r c !   n b a p r e s e a s o n 
   
 
   
 b a s k e t b a l l   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 7   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v i d e o s   t e a m 1 6 1 0 6 1 2 7 6 1   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
r a p t o r s   f a m i l y :   w e & a m p ; 3 9 ; r e   h i t t i n & a m p ; 3 9 ;   t h e   w a l l ,   w e & a m p ; 3 9 ; l l   b e   f i n e . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t i l   o f   a c t i v e   c o a c h e s ,   n i c k   n u r s e   i s   t i e d   f o r   5 t h   l o n g e s t   t e n u r e d   c o a c h   b y   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
f r o m   l e b r o n t o   t o   c h a m p i o n s :   t h e   i m p o s s i b l e   t o r o n t o   r a p t o r s   t i t l e   r u n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o r a p t o r s   i c o n   e d i t i o n   2 0 2 2 / 2 3 
 n i k e   d r i - f i t   n b a   s w i n g m a n   j e r s e y 
 
 m u s t   h a v e   f o r   r a p t o r s   f a n . 
 s i z e   l i s t   h e r e : -    
d a l a n o   b a n t o n   p o s t g a m e   i n t e r v i e w   |   r a p t o r s   v s   b u l l s   |   2 0 2 2 - 2 3   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
r a p t o r s   f a m i l y :   d r a y m o n d   a p o l o g i z e s ,   b u t   w h a t   d o e s   i t   r e a l l y   m e a n ? 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
j a l e n   g r e e n   s h i n e s !   i   r u n   o u t   o f   s u p e r l a t i v e s   f o r   t a r i !   r o c k e t s / r a p t o r s   b r e a k d o w n !   n b a   p r e s e a s o n ! 
   
 
   
 g l e a g u e i g n i t e   h o u s t o n r o c k e t s   j a l e n g r e e n   j o h n l u c a s   l s u   n b a p r e s e a s o n   s o u t h w e s t d i v i s i o n   t a r i e a s o n   t o r o n t o r a p t o r s   w e s t e r n c o n f e r e n c e  
s h a r i n g   h i s   h i g h l i g h t s   j u s t   f o r   t h e   " g e n e r a t i o n a l   b a n t o n   h a t e r " 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
g e t   t h i s   g u y   s i g n e d   f o r   s o m e   s h o o t i n g   a s a p   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
t h i s   s u b   f o r   t h e   n e x t   d a y s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   9   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b u l l s v s r a p t o r s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   r a p t o r s v s b u l l s   t o r o n t o r a p t o r s  
s c o t t i e   b a r n e s   o n   o f f e n s e   l a t e l y 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r s   p o s t - g a m e   a v a i l a b i l i t y   |   o c t o b e r   0 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
n b a v i d e o s :   a n d r e   d r u m m o n d   h e a t s   u p   f r o m   b e y o n d   t h e   a r c !   n b a p r e s e a s o n   
   
 
   
 b a s k e t b a l l   b a s k e t b a l l v i d e o s   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 7   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v l o g   t e a m 1 6 1 0 6 1 2 7 6 1   t o r o n t o r a p t o r s   v i d e o   v i d e o s   v l o g  
d a l a n o   b a n t o n   s l i c e s   t h r o u g h   t h e   d e f e n c e   a n d   t h r o w s   i t   d o w n   w i t h   a u t h o r i t y 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
[ h i g h l i g h t ]   o g   a n u n o b y   b l o c k s   z a c h   l a v i n e   t w i c e   i n   a   m i n u t e   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
g e t   t h i s   g u y   s i g n e d   f o r   s o m e   s h o o t i n g   a s a p 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
[ h i g h l i g h t ]   o g   a n u n o b y   b l o c k s   z a c h   l a v i n e   t w i c e   i n   a   m i n u t e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r s   g a m e   ! !   e v e n   t h o u g h   t h e y   l o s t ,   a l w a y s   a   g o o d   t i m e .   t o r o n t o r a p t o r s   t o r o n t o   r a p t o r s  
f o u l   y e s   b u t   s t i l l   s h o u l d   h a v e   m a d e   t h e   b a s k e t   i m o     r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
4 5   b a n t o n   🔥 🔥 😤 😤 ❤ ️ 🤍 🖤   r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
y a s s   p a s c a l   x o   🖤 🤍 ❤ ️   m u c h   n e e d e d ! !     r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
b e e n   p l a y i n g   g o o d   b a l l !   c ’   o m   r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
c a t c h i n g   t h e     a n d   t h e   s u p e r f a n   i n   a c t i o n ! ! ! 
 f a n   o f   t h e   s u p e r f a n   a n d   r a p t o r s   -   b o t h .   ☺ ️ ☺ ️ ☺ ️ 
 r a p t o r s   p l a y i n g   c h i c a g o   b u l l s   t o n i g h t !   
 🦖 🏀 
 
 _ n a v   s u p e r f a n   r a p t o r s   c h i c a g o b u l l s   t o r o n t o r a p t o r s      
b a n t o n   t h i s   s e a s o n   t h u s   f a r   🔥 🔥 r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
i ’ m   j u s t   h a p p y   t h a t   j u s t i n   g e t s   t o   p l a y 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
y a s s   g a r y   t r e n t   j r .     t r e n t   j r   🔥 🔥 😤 👿     r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
n i c e   b a l l   m o v e m e n t   r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
a n d   n i c e   e a r l y   3   👏 🏾 👏 🏾   r a p t o r s   t o r o n t o r a p t o r s     t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
v a n f l e e t   p l a y i n g   t o n i g h t   . .   r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h     t o r v s c h i   r a p t o r s v s b u l l s   n b a   n b a p r e s e a s o n
f e e l s   s o   g o o d   t o   h a v e   g a m e   d a y   b a c k   i n   t h e   c i t y ‼ ️ g e t   t o   y o u r   s e a t s   r a p t o r s ’   f a n s   🎉 
 
 r a p t o r s   n o r t h s i d e c r e w   t o r o n t o r a p t o r s   d a n c e r s   w e t h e n o r t h   n b a   n b a d a n c e r s   t o r o n t o   t o r o n t o d a n c e r s   p r e s e a s o n   g a m e d a y   h a i r l o v e s t u d i o i n c   h a i r l o v e  
h e r e   w e   g o   a g a i n   !   🏀 🦖 
 
 n e w s e a s o n   p r e s e a s o n   s c o t i a b a n k a r e n a   r a p t o r s   t o r o n t o r a p t o r s   t o r o n t o   w e t h e n o r t h 
 
      
l o o k   w a a a a a a a a a y   u p .     t o r o n t o r a p t o r s  
t o r o n t o   r a p t o r s   h e a d   c o a c h   s a y   “ p r e c i o u s   a c h i u w a ”   i s   o n   a   m i s s i o n ! ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
l i v e     l i v e s t r e a m   n b a   
 b a s k e t b a l l       n b a i n a b u d h a b i   n b a p r e s e a s o n   
 c h i c a g o b u l l s     t o r o n t o r a p t o r s   w e t h e n o r t h 
 
 ▶ ️ t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s 
                           ( 0 2 : 3 0   g m t + 2 ) 
                       🏀 l i n k   ⬇ ️ 🗑 ️ 

t o r o n t o r a p t o r s   c h i c a g o b u l l s   n b a   b a s k e t b a l l   r a p t o r s b u l l s   n b a j a p a n g a m e s   t o r o n t o   n b a t w i t t e r   
 w a t c h   t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s 
 
                               🇺 🇸 l i n k 🏀 
                                         ⬇ ️ 
 
   ✅
y e s t e r d a y ' s   c o l l a p s e   w a s   a   r e m i n d e r   t h a t   w i n n i n g   a   t i t l e   i s   r e a l l y   d a m n   h a r d 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
g o t   t o   m e e t   f o r m e r   r a p t o r ,   a l v i n   w i l l i a m s   l a s t   w e e k !   l o v e   h i s   w o r k   o n   t h e   b r o a d c a s t s ! 
 
 a l v i n w i l l i a m s   n b a c a n a d a   n b a c a n a d a s e r i e s   e d m o n t o n   r o g e r s p l a c e   t o r o n t o r a p t o r s   f r e d v a n v l e e t   b a s k e t b a l l   y e g  
i   g o t   a   v i n c e   c a r t e r   j e r s e y   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
j e r s e y   d r o p s   t o d a y   i n   t - d o t .   c h e c k   r a p t o r s   t w i t t e r   f o r   c l u e s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
n e w   v i d e o   t o   w a t c h : 
 
 " r a p t o r s   a t   r o c k e t s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n . 
   
 
   
 a t l a n t i c d i v i s i o n   c h a n g e   c o m m o n s e n s e   e a s t e r n c o n f e r e n c e   h u m a n i t y   j u s t i c e   l o v e   m e d i a   n e w s   p h i l o s o p h y   p o l i t c s   s o l u t i o n s  
d o e s n ' t   t h i s   p i c   j u s t   m a k e   y o u   s m i l e ?   😃 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
c h i c a g o   b u l l s   f a c e o f f   w i t h   t h e   r a p t o r s   t o n i g h t ! 
   
 
   
 b u l l s n a t i o n s t a t i o n   b u l l s v s r a p t o r s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   e a s t e r n c o n f e r e n c e   f y p   n b a   n b a p r e s e a s o n   t o r o n t o r a p t o r s   z a c h l a v i n e  
t o r o n t o   s p o r t s   o v e r   t h e   l a s t   2 9   y e a r s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
n b a   l e a d e r :   2 7 . 9   p p g   c h i c a g o   b u l l s   @   t o r o n t o r a p t o r s   p r e s e a s o n   p r e v i e w !   d e m a r d e r o z a n   c o m e s   b a c k   t o   t h e   4 1 6   o n c e   a g a i n .    
b u l l s   @   r a p t o r s   t o n i g h t !   g u a r a n t e e d ,   y o u   w o n ’ t   s e e   t h e m   c h o k e   a w a y   a   7   r u n   l e a d … 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s c o t t i e   a n d   s t a r t e r s   s t r u g g l e   a g a i n   -   b a n t o n   a   r e l i a b l e   p g ?   -   r a p t o r s   r o c k e t s   r e c a p   +   n e w s 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b a   s i a k a m   t o r o n t o r a p t o r s  
r a p t o r s   b e n c h   m a k e s   a n   e n t e r t a i n i n g   c o m e b a c k   a g a i n s t   t h e   c e l t i c s   t h a t   e x e m p l i f i e s   t o r   t e a m   c u l t u r e ! 
   
 
   
 a t l a n t i c d i v i s i o n   c h a n g e   c o m m o n s e n s e   e a s t e r n c o n f e r e n c e   h u m a n i t y   j u s t i c e   l o v e   m e d i a   n e w s   p h i l o s o p h y   p o l i t c s   s o l u t i o n s   t o r o n t o r a p t o r s  
t u r n i n g   s c o t t i e   i n t o   a   m e n a c e   f o r   o p p s   o n   2 k ,   a n d   y o u   s h o u l d   t o o .   r e a l l y   h o p e   h e   c a n   p u t   u p   t h e s e   k i n d a   s t a t s   t h i s   s e a s o n   😭 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
h o u s t o n   r o c k e t s   h i g h l i g h t s   v s   t o r o n t o   r a p t o r s   🚀 🚀 🚀 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t i m e   t o   f o c u s   o n   t h e   r a p t o r s !   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
f a n t a s y   n b a   -   l o o k i n g   f o r   2   t e a m s   f o r   h 2 h   9 c a t   8   t e a m 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s c o t t i e   b a r n e s   i s   h i l a r i o u s . . .   ( t o r o n t o   r a p t o r s ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   r a p t o r s v s r o c k e t s   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s c h a m p i o n s h i p   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s  
i   g o t   a   v i n c e   c a r t e r   j e r s e y 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t r y i n g   t o   s u p p r e s s   l e b r o n   e r a   m e m o r i e s   l o o o l 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r s   f a m i l y :   w e   c o u l d n & a m p ; 3 9 ; t   b u y   a   b a s k e t   i n   h o u s t o n . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t i m e   t o   f o c u s   o n   t h e   r a p t o r s ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
i n   2 0 0 9   t h e   r a p t o r s   n e e d e d   s o m e o n e   j u s t   l i k e   m a g i c   b u t   a l l   t h e y   g o t   w a s   a   m e r e   j o h n s o n .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
t h i s   m o n t h   i s   p r e   s e a s o n   f o r   t o r o n t o r a p t o r s   a n d   b a s k e t b a l l   s e a s o n
g a b e   b r o w n   a p p r e c i a t i o n   p o s t 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o r a p t o r s   7   c a r d   l o t   r a p t o r s   
 
 $ 3   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
m a d e   a   q u i c k   l i l   a g e   c h a r t   f o r   t h e   y o u n g   r a p t o r s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
c a s u a l l y   w a t c h i n g   t h e   w a r r i o r s   d y n a s t y   p o t e n t i a l l y   f a l l   a p a r t   a s   t h e   r a p t o r s   a r e   p u r e   v i b i n g ,   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
d a l a n o   b a n t o n   1 4   p t s   4   a s t   6 - 8   f g   v s   r o c k e t s   |   p r e s e a s o n   h i g h l i g h t s   2 0 2 2 - 2 3 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
i   r e a l l y   h o p e   i t ’ s   j u s t   b e c a u s e   i t ’ s   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   r e a c t i o n … k o l o k o   b r i g h t   s p o t   i n   a   d i m   n i g h t   f o r   r a p s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
n e w   v i d e o   t o   w a t c h : 
 
 " j a l e n   g r e e n   & a m p ;   k e v i n   p o r t e r   j r .   |   p o s t g a m e   |   h o u s t o n   r o c k e t s   v s .   t o r o n t o   r a p t o r s   1 0 - 7 - 2 0 2 2 "   
 
 c r e a t o r :     j a c k s o n _ g a t l i n _ m e d i a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s   r o c k e t s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " r a p t o r s   f a m i l y :   w e   c o u l d n & a m p ; 3 9 ; t   b u y   a   b a s k e t   i n   h o u s t o n . . "   
 
 c r e a t o r :     n b a   c h e v 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   r o c k e t s   -   o c t o b e r   7 ,   2 0 2 2 "   
 
 c r e a t o r :     t o r o n t o   r a p t o r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " o f f   n i g h t   f o r   t h e   r a p t o r s   |   r a p t o r s   v s   r o c k e t s   p o s t   g a m e   s h o w "   
 
 c r e a t o r :     a m a t e u r   h o u r   c l i p s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
r / t o r o n t o r a p t o r s   w h e n   t h e y   l o s e   1   p r e - s e a s o n   g a m e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e  
c a l m   d o w n   g u y s ,   i t ’ s   o n l y   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r   l e g e n d s   ( f r o m   a   f e w   d a y s   a g o )   ❤ ️ 🥹   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
j u s t   a   p i c t u r e   o f   c h r i s t i a n   k o l o k o 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
c a s u a l l y   w a t c h i n g   t h e   w a r r i o r s   d y n a s t y   p o t e n t i a l l y   f a l l   a p a r t   a s   t h e   r a p t o r s   a r e   p u r e   v i b i n g ,   s e e i n g   w h o   m a k e s   t h e   f i n a l   2   r o s t e r   s l o t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
d a m n …   r a p t o r   w e   g o t t a   c a p i t a l i z e   o n   t h o s e   s h o t s   l o l   s m h   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s h o u   n b a   n b a p r e s e a s o n
m a y b e   i t ’ s   t h e   e n e r g y   b u t   i   r a t h e r   w a t c h   t h e   r a p t o r s   b e n c h   m o b   p l a y   o v e r   t h e   s t a r t e r s     r a p t o r s   t o r o n t o r a p t o r s
r a p t o r s   f a m i l y :   u   c a n & a m p ; 3 9 ; t   p l e a s e   e v e r y b o d y ,   a   w i n   i s   a   w i n . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
l e t s   g o   r a p t o r s   w e t h e n o r t h   t o r o n t o r a p t o r s   n b a p r e s e a s o n  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
w h a t   i f   w e   k i d n a p p e d   p a s c a l   & a m p ;   s c o t t i e   f o r   a   y e a r   t h e n   t h e y   b o t h   c o m e b a c k   a s   v i c t o r   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
j o s h   j a c k s o n   o p e n i n g   e y e s   a t   r a p t o r s   c a m p 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s c o t t i e   b a r n e s   i s   s c a r i n g   r a p t o r s   f a n s … 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
[ r a p t o r   m o m e n t s ]   p r e c i o u s   a c h i u w a   s l a m s   d o w n   a   h i g h   i q   d u n k 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
f r e d   v a n v l e e t   j u s t   l e a k e d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l t e a m h i g h l i g h t s  
w h a t   i f   w e   k i d n a p p e d   p a s c a l   & a m p ;   s c o t t i e   f o r   a   y e a r   t h e n   t h e y   b o t h   c o m e b a c k   a s   v i c t o r   w e m b a n y a m a   t e a m m a t e s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
r a p t o r s   f a m i l y :   o u r   b e n c h   w a s     i n c r e d i b l e   t o n i g h t ,   g r e a t   w i n . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
a r e   t h e s e   t e a m s   b u i l d i n g   a   r i v a l r y . . .   
 
 
 
 t o r o n t o r a p t o r s   n b a   s c o t t i e   f r e d   s i a k a m   b a s k e t b a l l   s p o r t s
p r e s e a s o n   o t   t i m e ! ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o p   3   s p o r t s   p r o g r a m s   1 0 / 0 5 / 2 2 
 1 ⃣ ⚾ ️ t o r o n t o   v s   b a l t i m o r e   |   g a m e   2   o n   s n 
 a m a :   6 1 3 . 0 k 
 2 ⃣ ⚾ ️ t o r o n t o   v s   b a l t i m o r e   |   g a m e   1   o n   s n 
 a m a :   3 6 3 . 5 k 
 3 ⃣ 🏀 p r e s e a s o n :   t o r o n t o   v s   b o s t o n   o n   t s n 
 a m a :   1 8 2 . 0 k 
 t o r o n t o b l u e j a y s   t o r o n t o r a p t o r s   r a p t o r s   j a y s   t o r o n t o   m l b   n b a p r e s e a s o n
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ t o r o n t o r a p t o r s   1 2 5   ( o t ) ( 2 - 0 ) 
 ⬇ ️ b o s t o n c e l t i c s   1 1 9   ( 1 - 1 ) 🔸 
 🔶 a l   h o r f o r d 🇩 🇴 
 ( c / 6 ' 9 " / 2 4 0 l b s ) 
 🔹 7 / p t s 
 🔹 6 / r e b 
 🔹 2 / a s t 
 🔹 0 / s t l 
 🔹 1 / b l k 
 🔹 2 / t o 
 🔹 3 / 4 t 2 
 🔹 0 / 2 t 3 
 🔹 1 / 2 t l 
 🔹 2 6 : 0 0 / m i n : s e g 
 _ h o r f o r d 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
w h i c h   o n e   o f   y ’ a l l … ? 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
b a d g e r ,   r a p t o r   a n d   n o w   a   l i o n   🦁   
   h a s   a l r e a d y   m a d e   a   n a m e   f o r   h i m s e l f   i n   t h e     a n d   h e ’ s   j u s t   w a r m i n g   u p   💯 
 
     
 w e a r e l o n d o n   o n w i s c o n s i n   w i s c o n s i n b a d g e r s   w e t h e n o r t h   t o r o n t o r a p t o r s  
t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   c e l t i c s   -   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
m k 8   g b a   c i r c u i t   r e m i x   c u s t o m   t r a c k   c e m u   n i n t e n d o   w i i u   e m u l a t o r   2 . 0 - 4   m a n   t h i s   t r a c k   i s   a w e s o m e       g a m e r s   g a m e r s l i f e   g a m e r s u n i t e   v i d e o g a m e s   t o r o n t o   w e t h e n o r t h   b l u e j a y s   n f l     t o r o n t o r a p t o r s   r e t r o g a m i n g   m i x e l s   m a r i o   g a m e b a n a n a   m i a m i g
b e n c h   m o b   l o o k s   g r e a t   t h i s   u p c o m i n g   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   h o r n e t s v s p a c e r s   n b a h i g h l i g h t s   n b a p l a y o f f s   p a c e r s v s h o r n e t s   t o r o n t o r a p t o r s  
  n e w   b o a r d s   a r e   n e x t   l e v e l . 
 
 n b a t w i t t e r   t o r o n t o r a p t o r s  
m o o d   a f t e r   b e a t i n g   t h e   c e l t i c s   i n   p r e - s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r s   a t   c e l t i c s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 2 0   t o r o n t o r a p t o r s  
j e f f   d o w t i n   x   r a y   r e v e a l e d   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
j e f f   d o w t i n   x   r a y   r e v e a l e d 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
n e w   v i d e o   t o   w a t c h : 
 
 " " h a t e   o r   n o "   t o r o n t o   r a p t o r s   b e s t   h o m e   c o u a d v a n t a g e   & a m p ;   m o r e   b u t   s t i l l   n o t   t o p   6   h m m m . . . "   
 
 c r e a t o r :     t o p   l i n e   s p o r t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " n b a   g m & a m p ; 3 9 ; s   d o n & a m p ; 3 9 ; t   w a t c h   t h e   t o r o n t o   r a p t o r s   -   r e a c t i n g   t o   t h e   a n n u a l   n b a   g m   s u r v e y "   
 
 c r e a t o r :     r a p t o r s   d i g e s t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " t o r o n t o   r a p t o r s   v s   u t a h   j a z z   f u l l   g a m e   h i g h l i g h t s   -   o c t .   2 ,   2 0 2 2 "   
 
 c r e a t o r :     b a l l i n t h e n e t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
n o t h i n g   t o   s e e   h e r e ,   j u s t   a   p h o t o   o f   j e f f   d o w t i n ,   g a b e   b r o w n ,   a n d   j o s h   j a c k s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
a l l   i   w a n t e d   w a s   t h e   s t a r t - t i m e   f o r   t h e   g a m e   t o n i g h t … 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t r y i n g   t o   w a t c h   t h e   p r e s e a s o n     o n   a   t v   s o   s m a l l   i   c a n ’ t   f i n d   t h e   🏀 .   l i k e   a   h o r r i b l e   g a m e   o f   w h e r e ’ s   w a l d o ,   w h e r e ’ s   t h e   b a l l ?   o v e r t i m e   c o m e b a c k   u n d e r d o g s   w e t h e n o r t h   t o r o n t o r a p t o r s     _ s p o r t s   _ _ d e v l i n     n b a   g e t t h a t g a r b a g e o u t o f h e r e  
a n d   t h a t ’ s   o n   b e n c h   m o b   🤩   g o n n a   b e   s a d   s e e i n g   a n y   o f   t h e s e   g u y s   c u t   r a p t o r s   t o r o n t o r a p t o r s
r a p t o r s   w i n   r a p t o r s   w i n   w e t h e n o r t h   t o r o n t o r a p t o r s   n b a p r e s e a s o n  
  w e   g a v e   y ' a l l   a   b i t   o f   a   l e a d . . . . .   🤦 🏽 ‍ ♂ ️ ☘ ️ 🏀 🇨 🇦 👀 😏 🔥   n b a   w e t h e n o r t h   r a p t o r s   t o r o n t o r a p t o r s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   b o s t o n c e l t i c s   b o s t o n   p r e s e a s o n   l e t s g o r a p t o r s   c a n a d a   e s p n   t s n   t h e 6   t d o t   b a r t s i m p s o n  
o o o o h   o o o h   o o o o h   b i r c h   s o o   s w e e t   y a s s   r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s b o s   r a p t o r s v s c e l t i c s   n b a   n b a p r e s e a s o n
o v e r t i m e   🥴 🥴 🥴 t o r o n t o r a p t o r s
e x t r a   t i m e .   y o u   d o n ’ t   j o k e   a r o u n d   w i t h   r a p t o r s   t o r o n t o r a p t o r s
t h e   t o r o n t o r a p t o r s   a r e   l o o k i n g   r e a l l y   g o o d   s o   f a r   i n   p r e - s e a s o n   a c t i o n .   
 
 h o w   m a n y   r e g u l a r   s e a s o n   g a m e s   d o   y o u   t h i n k   t h e y   w i l l   w i n   t h i s   s e a s o n ?   🏀   |   w e t h e n o r t h   
 
 m a r k e t :   
 

l o o k s   l i k e   t h e   c h e a p e s t   s e a t s   f o r   t o r o n t o r a p t o r s     p r e s e a s o n   g a m e   n e x t   f r i d a y   a t   t h e   b e l l   c e n t r e   a r e   a b o u t   $ 2 5 0   e a c h   h e a d i n g   u p w a r d s   o f   $ 1 0 0 0   f o r   c h o i c e   s e a t s .   p a s s .
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   |   l i v e   p l a y   b y   p l a y   & a m p ;   r e a c t i o n   |   r a p t o r s   v s   c e l t i c s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
i n   t h e   a f t e r m a t h   o f   t r a g e d y ,   j a m e s   s m i t h   c r e e   n a t i o n   m e m b e r s   t a k e   i n   t o r o n t o   r a p t o r s   b a s k e t b a l l   c l i n i c   a n d   o t h e r   d o n a t i o n s   b y   s p o r t s   t e a m s   s u c h   a s   g a m e s   t i c k e t s   a n d   m e e t   a n d   g r e e t s .   t o r o n t o r a p t o r s   j a m e s s m i t h c r e e n a t i o n  
m a n … .   s t r u g g l e s   w i t h   t h e   s h o t s   u g h   🙈 🤦 🏾 ‍ ♀ ️ r a p t o r s   t o r o n t o r a p t o r s   w e t h e n o r t h   t o r v s b o s   r a p t o r s   n b a   n b a p r e s e a s o n
🏀   o k l a h o m a   c i t y   t h u n d e r   v s     d a l l a s   m a v e r i c k s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 b a s k e t b a l l l i v e   u s a   a m e r i c a n   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
s q u a r e   i s   f e e t   f l a t   o n   t h e   f l o o r .   o f f e n s i v e   f o u l   m y   a s s .   p r e s e a s o n   t o r o n t o r a p t o r s
i ’ m   a l r e a d y   y e l l i n g   a t   t h e   t v   a n d   i t ’ s   o n l y   p r e - s e a s o n   r a p t o r s   t o r o n t o r a p t o r s   r e f s
🏀   b a s k e t b a l l :   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 n b a l i v e   u s a   u s a s p o r t s   u s a s t y l e   a m e r i c a n b a s k e t b a l l   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
🏀   b a s k e t b a l l :   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 n b a l i v e   u s a   u s a s p o r t s   u s a s t y l e   a m e r i c a n b a s k e t b a l l   b o s t o n c e l t i c s   t o r o n t o r a p t o r s
m y   s i s t e r   h a d   c u s t o m   r a p t o r s   m i n k y   f a b r i c   m a d e   t o   m a k e   a   b a b y   b l a n k e t   f o r   m y   f r i e n d s   b a b y   s h o w e r .   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a 2 k 2 3  
b o s t o n   c e l t i c s   v s   t o r o n t o   r a p t o r s   l i v e   s t r e a m   -   n b a   ( b a s k e t b a l l ) 
 
 w a t c h   b o s t o n   c e l t i c s   l i v e   s t r e a m   a g a i n s t   t o r o n t o   r a p t o r s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 b o s t o n c e l t i c s   t o r o n t o r a p t o r s   n b a  
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   t o r o n t o   r a p t o r s   a r e   t h e   m o s t   u n i q u e   t e a m   i n   t h e   n b a "   
 
 c r e a t o r :     f l b 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
t o r o n t o   r a p t o r s ' s   ( )   2 0 0 2 - 0 3   s h o t   c h a r t : 
 
 v o l u m e :   a v e r a g e   |   p _ 5 4   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   m e d i o c r e   |   p _ 1 8 
 e f f i c i e n c y :   p o o r   |   p _ 1 1 
 e f f i c i e n c y   v a l u e :   p o o r   |   p _ 1 1 
 
 f a v o r i t e   z o n e :   m i d r a n g e 
 b e s t   s k i l l   z o n e :   c o r n e r 3 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 t o r o n t o r a p t o r s 
 w e t h e n o r t h  
h e r e   a r e   m y   3 ️ ⃣   r e a s o n s   w h y   i   b e l i e v e   t h e   t o r o n t o   r a p t o r s   w i l l   f i n i s h   w i t h   o 4 6 . 5   w i n s ,   l i n e   b y       w e t h e n o r t h   t o r o n t o r a p t o r s   n b a   g a m b l i n g t w i t t e r   
  
w a k e   u p !   i t ' s   g a m e   d a y ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
n e w   v i d e o   t o   w a t c h : 
 
 " r a p t o r s   v s   c e l t i c s   p r e s e a s o n   g a m e -   o c t o b e r   5 t h :   t h o u g h t s   b e f o r e   t h e   g a m e   ! "   
 
 c r e a t o r :     d e e m y . 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
t h e   g   l e a g u e   v s   m e t r o p o l i t a n s   g a m e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t h e     a r e   c o n s i s t e n t l y   o n e   o f   t h e   m o s t   s l e p t   o n   t e a m   i n   t h e   n b a .   w i t h   t h e   d e v e l o p m e n t   o f   s c o t t i e b a r n e s ,   c a n   t h e y   m a k e   a   b i g   j u m p ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a p r e s e a s o n   n b a m e d i a d a y   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s     d r a k e  
n b a   g m & a m p ; 3 9 ; s   d o n & a m p ; 3 9 ; t   w a t c h   t h e   t o r o n t o   r a p t o r s   -   r e a c t i n g   t o   t h e   a n n u a l   n b a   g m   s u r v e y 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   s i a k a m   t o r o n t o r a p t o r s  
t r a c y   m c g r a d y   c a r d   l o t   r a p t o r s   t o r o n t o r a p t o r s   h o u s t o n r o c k e t s   r o c k e t s   
 
 $ 2   e a c h   o r   $ 3   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
l e t s   g o   r a p t o r s   w e t h e n o r t h   t o r o n t o r a p t o r s  
y o u t u b e r   k o t 4 q   ( k e n n y   b e e c h a m )   s h o u t o u t   t o   d e l a n o   b a n t o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
2 0 0 5 - 0 6   u p p e r   d e c k   s p   a u t h e n t i c   a m a r e   s t o u d e m i r e   7 6   r a p t o r s 
 t o r o n t o r a p t o r s   
 
 $ 1 . 5 0   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
2 0 0 5 - 0 6   u p p e r   d e c k   s p   a u t h e n t i c   c h r i s   b o s h   8 2   t o r o n t o r a p t o r s   r a p t o r s   
 
 $ 2   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   r a p t o r s   f o u n d   a n o t h e r   d i a m o n d   i n   t h e   r o u g h "   
 
 c r e a t o r :     p e n s a r e _ b a s k e t b a l l 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
t h e   r a p t o r s   d i d   t h i s   a n d   n o b o d y   n o t i c e d . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a z z v s r a p t o r s   p a s c a l s i a k a m t o r o n t o r a p t o r s   r a p t o r s n a t i o n   r a p t o r s v s j a z z   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s  
l o o k i n g   l a s t   m i n u t e   a d d i t i o n s   f o r   f a n t a s y   l e a g u e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t h e y   b u i l t   d i f f e r e n t   f r   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
" h a t e   o r   n o "   t o r o n t o   r a p t o r s   b e s t   h o m e   c o u a d v a n t a g e   & a m p ;   m o r e   b u t   s t i l l   n o t   t o p   6   h m m m . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
r a p t o r s   9 0 5   a d d e d   p a s c a l   s i a k a m ’ s   b r o t h e r   t o   c o a c h i n g   s t a f f   c h r i s t i a n s i a k a m   p a s c a l s i a k a m   r a p t o r s 9 0 5   t o r o n t o r a p t o r s  
c h e c k   o u t   o u r   n e w   b o a r d s ! !   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
  d i s a p p o i n t i n g   a b o u t   l a c k   o f   l o c a l   i n v e s t m e n t   y e s ,   b u t   t o n e   d e a f   i ' m   n o t   s u r e .   i   f i n d   t h e i r   i s   p l e n t y   o f   c a n u c k s   t a l k   a l l   t h e   t i m e   a n d   w o u l d   l o v e   m o r e   r a p t o r s   c o n t e n t   r a p t o r s r e p u b l i c   t o r o n t o r a p t o r s   b r i n g   b a c k   v a n c o u v e r g r i z z l i e s

 
 r a p t o r s   e x p e c t a t i o n s     r a p t o r s   t o r o n t o r a p t o r s 
 r a p t o r s t w i t t e r 
 s p o r t s
m a r c u s   c a m b y   2   c a r d   l o t   r a p t o r s   t r a i l b l a z e r s   p o r t l a n d t r a i l b l a z e r s 
 t o r o n t o r a p t o r s 
 
 $ 1 . 5 0   e a c h   o r   $ 2   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
t h e y   b u i l t   d i f f e r e n t   f r 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
🚨 1   w e e k   l e f t   t o   e n t e r 🚨   
   
 d o n ’ t   m i s s   t h e   c h a n c e   t o   m e e t   r a p t o r s   h e a d   c o a c h ,   n i c k   n u r s e   a t   i b a o 2 0 2 2 ! 
   
 t o   e n t e r ,   f o l l o w     a n d   l i k e   a n d   s h a r e   t h e   o r i g i n a l   p o s t .   w i n n e r s   w i l l   b e   a n n o u n c e d   o n   o c t   1 2 . 
 
 c o n t e s t   d e t a i l s ⬇ ️ 
 
 
 
 n i c k n u r s e   t o r o n t o r a p t o r s  
w h a t   i n   t h e   h e c k   a r e   t h e   t o r o n t o   r a p t o r s   d o i n g ? !   😕   ( n b a   2 2 - 2 3   s e a s o n   p r e . . .     v i a     
 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o r a p t o r s
f r e e   n b a   p r e   s e a s o n   p i c k s   1 0 / 4 / 2 2   -   t i m b e r w o l v e s   v s   h e a t   b a s k e t b a l l   p r e d i c t i o n   j a m o r a n t   l e b r o n j a m e s   n b a   n b a b a s k e t b a l l   n b a p i c k s   n b a p r e d i c t i o n s   t o r o n t o r a p t o r s 
 
  
w h a t   p l a y e r   o n   o u r   t e a m   w o u l d   b e   c r a z y   w i t h   a n o t h e r   p l a y e r ’ s   a t t r i b u t e s ,   a l l   o n   t h e   s a m e   t   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
t h e   r e v o l u t i o n   w i l l   b e   t e l e v i s e d .   
 t o r o n t o r a p t o r s   r a p t o r s   s c o t t i e b a r n e s   h o u s e o f t h e r a p t o r   n b a  
c o n g r a t s   t o   r a p t o r s   l e g e n d   j a l e n   h a r r i s   a n d   h i s   g i r l f r i e n d   d a n i   o n   b e i n g   s o o n - t o - b e   p a r e n t s ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
n b a   t o r o n t o   r a p t o r s   2 d   t r a c k s u i t s   j a c k e t 
 l i n k   t o   b u y   :   
 n b a   t o r o n t o r a p t o r s   r a p t o r s   w e t h e n o r t h  
r a p t o r s   d e p t h   l o o k s   g o o d   a g a i n s t   n e w   l o o k   j a z z .   r e a c t i o n   t o   a   g r e a t   s t a r t   t o   p r e s e a s o n   b y   t o r o n t o ! 
   
 
   
 a t l a n t i c d i v i s i o n   c h a n g e   c o m m o n s e n s e   e a s t e r n c o n f e r e n c e   h u m a n i t y   j u s t i c e   l o v e   m e d i a   n e w s   p h i l o s o p h y   p o l i t c s   s o l u t i o n s   t o r o n t o r a p t o r s  
n e w   v i d e o   t o   w a t c h : 
 
 " * l o t s   o f   e m o t i o n s *   t o r o n t o   r a p t o r s   v s   u t a h   j a z z   p r e s e a s o n   * r e a c t i o n * "   
 
 c r e a t o r :     t y e g y e _ h o o p s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
s t i l l   c a n t   b e l i e v e   f r e d   r a n   s e x t o n   o f f   t h e   c o u r t   i n   t h e   p r e s e a s o n   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
t h a n k   y o u   e d m o n t o n   f o r   s u c h   a   f u n   f i r s t   g a m e   b a c k   😎 
 
 g a m e d a y   r a p t o r s   n o r t h s i d e c r e w   t o r o n t o r a p t o r s   w e t h e n o r t h   n b a   n b a d a n c e r s   p r e s e a s o n   n b a c a n a d a s e r i e s   h a i r l o v e s t u d i o i n c   h a i r l o v e  
i t & a m p ; 3 9 ; s   o n l y   o n e   g a m e   b u t   _ _ _ .   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
w a t c h   t h e   r a p t o r s   p r e s e a s o n   a g a i n   a g a i n s t   u t a h   b r a v o   b r a v o   w e l l   d o n e   ⁦ ⁩   g r e a t   g a m e   👏 🏾 🖤 ❤ ️ 🤍   t o r o n t o r a p t o r s   r a p t o r s   w e t h e n o r t h   n b a   n b a p r e s e a s o n  
r a p t o r s   b a s k e t b a l l   i s   b a c k . . .   
 
 
 
 t o r o n t o r a p t o r s   s c o t t i e   s i a k a m   f r e d   o g   t r e n t
r a p t o r s   f a m i l y :   w e   g o t   t h e   j a z z   o u t   t h e   w a y ,   a n d   r a n   i t   u p . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o n e w s   -   t o r o n t o r a p t o r s   o p e n   p r e - s e a s o n   w i t h   d o m i n a n t   v i c t o r y   o v e r   u t a h j a z z   i n   e d m o n t o n .     v i a   _ n i a n   -   t o r o n t o ' s   o w n   -   b e t o r o n t o p r o u d   w e t h e n o r t h
s c o t t i e   b a r n e s   r a t e d   r o o k i e   f a s t   b r e a k   a u t o   s h o w i n g   u p   o n   t h e   b r e a k   p a d !   🔥 🔥 
     
 b o o m   w h o d o y o u c o l l e c t   g r o u p b r e a k s   t h e h o b b y   c a s e b r e a k s   b o x b r e a k s   n b a   b a s k e t b a l l c a r d s   t o r o n t o r a p t o r s   t o r o n t o   r a p t o r s   a u t o g r a p h   o p t i c   r o o k i e  
t o r o n t o   r a p t o r s   v s   u t a h   j a z z   r e a c t i o n … d a m   r a p t o r s   b e n c h   l o o k s   l e g i t ! ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
i t ’ s   b e e n   s u c h   a   c o o l   r i d e !   t h e   j e r s e y s   w o n ’ t   l a s t   l o n g ,   a n d   o n c e   t h e y   a r e   g o n e ,   t h a t ’ s   i t !   t o r o n t o r a p t o r s   r a p t o r s   i n d i g e n i z e   i n d i g e n o u s   i n d i g e n i z e e v e r y t h i n g   t k a r o n t o   t o r o n t o  
i   t h i n k   s p o r t s n e t   i s   a   l i t t l e   b e h i n d 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t o r o n t o   r a p t o r s   v s   u t a h   j a z z   -   f u l l   g a m e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a z z v s r a p t o r s   j a z z v s r a p t o r s h i g h l i g h t s   n b a h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s v s j a z z   r a p t o r s v s j a z z f u l l g a m e h i g h l i g h t s   r a p t o r s v s j a z z h i g h l i g h t s   t o r o n t o r a p t o r s  
n e w   v i d e o   t o   w a t c h : 
 
 " t h i s   i s   h o w   t h e   t o r o n t o   r a p t o r s   w i l l   g e t   s h a i   g i l g e o u s - a l e x a n d e r "   
 
 c r e a t o r :     l e a g u e   t a l k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   r a p t o r s   t o r o n t o r a p t o r s 
 
  
t h e s e   b i g   4   🔥 🔥 🔥 🔥   / / / 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
w a t c h i n g   t h e   r a p t o r s   v s   u t a h   a t   t h e i r   f i r s t   g a m e   i n   e d m o n t o n !   1 1 4 / 8 2   w a y   t o   g o   r a p t o r s   !   w h a t   a   g r e a t   p r e   s e a s o n   g a m e !   y e g   r a p t o r s b a s k e t b a l l   t o r o n t o r a p t o r s  
r a p t o r s   d o m i n a n t   i n   f i r s t   p r e s e a s o n   g a m e   -   j o s h   j a c k s o n   m a k i n g   r o s t e r ?   -   r a p t o r s   v s   j a z z   r e a c t i o n 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b a   s i a k a m   t o r o n t o r a p t o r s  
t h e   m o n t h   o f   o c t o b e r   i s   f i l l e d   w i t h   r e t u r n i n g   s t a r s !   t h e   s t a r t   o f   t h e   n h l   a n d   n b a   s e a s o n   +   t h e   b l u e   j a y s   c l i n c h i n g   t h e   p l a y o f f   s p o t .   t h i s   m o n t h   i s   g o n n a   b e   h o t !   
 
 b l u e j a y s   t o r o n t o   r a p t o r s   m a p l e l e a f s   t o r o n t o m a p l e l e a f s   t o r o n t o r a p t o r s  
  d o i n g   s o m e   p r a c t i c e   h o o p s   i n     p l a c e   f o r   n b a p r e s e a s o n   g a m e   w i t h       t o r o n t o r a p t o r s   u t a h j a z z   n b a   c a n a d a   e d m o n t o n   r o g e r s p l a c e  
t h e   n b a   i s   b a c k !   
 
 t h e   t o r o n t o   r a p t o r s   o p e n e d   t h e   p r e s e a s o n   w i t h   a   w i n   o v e r   t h e   n e w - l o o k   u t a h   j a z z   i n   e d m o n t o n ,   a l b e r t a ,   c a n a d a . 
 
 n b a   n b a p r e s e a s o n   t o r o n t o r a p t o r s   u t a h j a z z   b a s k e t b a l l   s p o r t s  
_ n a v   w e   o u t   h e r e   o n   t h e   f l o o r   w i t h   n a v   👑   i t   w a s   n i c e   t o   h a v e   y o u   i n     t h e   g a m e   w a s   a w e s o m e !   e d m o n t o n   g o t   l o u d   f o r   t h e     🏀   s o r r y     y o u   c a m e   t o   e d m o n t o n   t o   g e t   s m o k e d   💨   t o r o n t o r a p t o r s   y e g   r o g e r s p l a c e   u t a h j a z z     n b a p r e s e a s o n   n b a  
r a p t o r s   r e a c t i o n :   r a p s   s t a r t   s t r o n g   w i t h   b l o w o u t   w i n   i n   p r e s e a s o n   o p e n e r 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
p r e c i o u s   p u m p   f a k e   i n t o   d r i v i n g   d u n k   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
s c o t t i e   b a r n e s   w i t h   t h e   o l d   s c h o o l   t u r n   a r o u n d   s h o t   v s   j a z z 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
d i d n ' t   g e t   t o   w a t c h   t h e   r a p t o r s   p r e - s e a s o n   g a m e   l a s t   n i g h t .   h o w   d i d   t h e   r o o k   l o o k ?   😒   t o r o n t o r a p t o r s   r t z   w e t h e n o r t h   n b a p r e s e a s o n 2 0 2 2
m a d e   t h i s   b e t   l a s t   w e e k e n d   w i t h   a   f r e e   b e t .   p r e t t y   m u c h   a   🔒 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
p r e c i o u s   p u m p   f a k e   i n t o   d r i v i n g   d u n k 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   j a z z   -   o c t o b e r   0 2 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
c a n ' t   w a i t   f o r   f r e d d i e   t o   c l a m p   d a r i u s   t h e   s a m e   w a y   h e   d i d   s e x t o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   t o r o n t o r a p t o r s  
    _ s e i x e i r o           _ m e d i a           ( 3 / )   w i n s ,   t o   o f f e r   t h e i r   r e s i g n a t i o n s   [   
 -   ,   a   h o s t   l a s t     s e a s o n   o f   t h e   m a i n   e a r l y - m o r n i n g s h o w   o f   t o r o n t o     r a d i o   s t a t i o n   t h e   ,   t h a t   t h e   t i m e   h a d   c o m e   t o   m a k e   c h a n g e s   t o   t h e   b l u e j o k e s   a f t e r   “ m u l t i p l e   b a d   c o n t r a c t s   a n d
j a y s o n   t a t u m   s a i d   t h i s   a b o u t   t h e   r a p t o r s . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b u l l s v s r a p t o r s   c h i c a g o b u l l s v s t o r o n t o r a p t o r s   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s v s r o c k e t s   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s c h a m p i o n s h i p  
g r o a t   d o i n g   g r o a t   t h i n g s .   h a p p y   c a n a d i a n   t h a n k s g i v i n g   🇨 🇦   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
g a r y   t r e n t   j r   d r o p s   p j   t u c k e r … ( t o r o n t o   r a p t o r s ) 
   
 
   
 a t l a n t i c d i v i s i o n   b u l l s v s r a p t o r s   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   r a p t o r s v s b u l l s   r a p t o r s v s r o c k e t s   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s 2 0 1 9  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
d r a y m o n d   g r e e n   s i t u a t i o n   s h o w s   v a l u e   o f   r a p t o r s '   c u l t u r e 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   w e a r e t h e v a l l e y     d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n   m f f l   t a k e n o t e   c l i p p e r s
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
f r o m   t h e   🎧   p o d c a s t   p l a y e r 
 
 r a p t o r s   d i g e s t 
 d a l a n o   c o n t i n u e s   h i s   r i s e   -   j u s t i n g   c h a m p a g n i e   r e t u r n s   -   r a p t o r s   v s   b u l l s   p r e s e a s o n   r e a c t i o n 
 
 🎙 ️   b e n   r o g e r s 
 🎙 ️   r y k e r   r i c h a r d 
 ⏲ ️   2 0 : 1 5 
 
 t o r o n t o   n b a 

s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
r a p t o r s   r e p u b l i c 
 d a l a n o   b a n t o n   c o n t i n u e s   t o   t h r i v e   a m o n g s t   t h e   r a p t o r s   m e s s 
 
 b y   s a m s o n   f o l k 
 
 t o r o n t o   n b a 

j o s h   j a c k s o n   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o s h j a c k s o n   j o s h   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s
o . g .   a n u n o b y   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o . g . a n u n o b y   o . g .   a n u n o b y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
o . g .   a n u n o b y   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o . g . a n u n o b y   o . g .   a n u n o b y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
      t o r o n t o   n e v e r   h a s   b e e n   a   t r u e   s p o r t s   t o w n .   h o c k e y   i s   e n g r a i n e d   i n   c d n   h i s t o r y   s o   i t s   a n o m a l y .   j a y s   o n l y   d r a w   w h e n   t h e y   a r e   w i n n i n g ,   a s   d o   r a p t o r s .
f o r z a h o r i z o n 5   s p r i n g   h o t   s e a s o n   s e r i e s   1 2   x p   & a m p ;   c a r   g a i n s   p t   2       g a m e r s   g a m e r s l i f e   g a m e r s u n i t e   g a m e o n   n b a   p c g a m i n g   v i d e o g a m e s   p c g a m e s   f o r z a   r a p t o r s   m o n d a y v i b e s     w w e s m a c k d o w n   r a c e c a r s   t o r o n t o   g a m e s     g a m e t i m e   w i n   s h o w t i m e   w w e r a w
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
g e t   t h i s   g u y   s i g n e d   f o r   s o m e   s h o o t i n g   a s a p   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
t o r o n t o   s u n 
 t r e n t   j r . ,   b a n t o n   l o o k   g o o d   a s   r a p t o r s   d r o p   p r e - s e a s o n   h o m e   t i l t   t o   b u l l s 
 
 b y   m i k e   g a n t e r 
 
 t o r o n t o   r a p t o r s 

g a r y   j r .   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g a r y j r .   g a r y   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p r e c i o u s   a c h i u w a   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p r e c i o u s a c h i u w a   p r e c i o u s   a c h i u w a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s
  n o b o d y   c a l l s   t h e m   c a n a d a ’ s   t e a m   u n l e s s   y o u r     o r     
 
 a l s o   u n l e s s   y o u   l i v e   i n   t o r o n t o   t h e n   y o u   a s s u m e   e v e r y o n e   l o v e s   y o u .   
 
 i m a g i n e   i f   w e   w e r e n ’ t   f o r c e   f e d         t h e n   p e o p l e   c o u l d   h a v e   t h e   o p t i o n s   o f   e n j o y i n g   o t h e r   t e a m s
r a p t o r s   p o s t - g a m e   a v a i l a b i l i t y   |   o c t o b e r   0 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
[ h i g h l i g h t ]   o g   a n u n o b y   b l o c k s   z a c h   l a v i n e   t w i c e   i n   a   m i n u t e   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
c h i c a g o   b u l l s   v s   t o r o n t o   r a p t o r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   9   |   2 0 2 2   n b a   p r e s e a s o n   t o r o n t o   r a p t o r s   n b a   v i d e o :  
d e m a r   d e r o z a n   p u t s   o n   a   s h o w   w i t h   2 1   p t s   i n   b i g   p r e s e a s o n   w i n   o v e r   r a p t o r s   t o r o n t o   r a p t o r s   n b a   v i d e o :  
t h e   w o r k   c o n t i n u e s .   s t r a t e g y   a n d   t a c t i c s   i n   t h e   p r e - s e a s o n   h o m e   o p e n e r .   s h o u t   o u t   a n d   t h a n k s   t o   t h e   p l a y e r s ,   c o a c h e s ,   s t a f f   a n d   m a n a g e m e n t   o f   t h e   t o r o n t o     f o r   a   g r e a t   n i g h t   a t     w e t h e n o r t h   i n   t h e   g r e a t   o n t a r i o   c a p i t a l .   c o n g r a t s   t o   t h e     n b a  
f r e d   v a n v l e e t   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f r e d v a n v l e e t   f r e d   v a n v l e e t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
o b v i o u s l y     h a s   b e e n   i n   t h e   l a b   w o r k i n g   o n   h i s   s h o t .   j u s t   s a w   h i m   i n   a c t i o n   w i t h   t h e     i n   t o r o n t o   a g a i n s t     t o n i g h t .   h e   h i t   3 ,   3 s   i n   o n e   q t r .
d e m a r   d e r o z a n   h i g h l i g h t s   -   r a p t o r s   v s .   b u l l s   -   9 t h   o c t   2 0 2 2 
 
 
 n b a   d e m a r   d e r o z a n   t o r   c h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   t o r o n t o   r a p t o r s   c h i c a g o   b u l l s
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
j a v o n t e   g r e e n   w i t h   a n   a l m o s t   f t   l i n e   d u n k   🔥   🤯 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a v o n t e   g r e e n   d u n k   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
r a p t o r s   g a m e   ! !   e v e n   t h o u g h   t h e y   l o s t ,   a l w a y s   a   g o o d   t i m e .   t o r o n t o r a p t o r s   t o r o n t o   r a p t o r s  
d r u m m o n d   t u r n i n g   i n t o   s t e p h   c u r r y   o u t   h e r e   🔥   🎯 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   a n d r e   d r u m m o n d   s t e p h   c u r r y   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
g r a d i n g   e v e r y   r a p t o r s   p l a y e r   a f t e r   t h r e e   2 0 2 2   p r e s e a s o n   g a m e s 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   h e a t n a t i o n   h e a t t w i t t e r   t r u e t o a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s
a n d r e   d r u m m o n d   c o n f i d e n t l y   h i t s   t h e   3 ?   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   a n d r e   d r u m m o n d   c h i   c h i c a g o   b u l l s   t o r   t o r o n t o   r a p t o r s
s i a k a m   f i n d s   v a n v l e e t   f o r   t h e   d e e p   t h r e e ! 
 w e t h e n o r t h   n b a t w i t t e r   n b a   t o r v s c h i   t o r o n t o   r a p t o r s   n b a p r e s e a s o n   
  
g r e a t   a n g l e   o n   t h i s   d a l a n o   b a n t o n   b a s k e t ! 
 w e t h e n o r t h   r a p t o r s   t o r o n t o   n b a t w i t t e r   n b a   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   
  
f e e l s   s o   g o o d   t o   h a v e   g a m e   d a y   b a c k   i n   t h e   c i t y ‼ ️ g e t   t o   y o u r   s e a t s   r a p t o r s ’   f a n s   🎉 
 
 r a p t o r s   n o r t h s i d e c r e w   t o r o n t o r a p t o r s   d a n c e r s   w e t h e n o r t h   n b a   n b a d a n c e r s   t o r o n t o   t o r o n t o d a n c e r s   p r e s e a s o n   g a m e d a y   h a i r l o v e s t u d i o i n c   h a i r l o v e  
h e r e   w e   g o   a g a i n   !   🏀 🦖 
 
 n e w s e a s o n   p r e s e a s o n   s c o t i a b a n k a r e n a   r a p t o r s   t o r o n t o r a p t o r s   t o r o n t o   w e t h e n o r t h 
 
      
d o n ' t   w o r r y   r a p t o r s   a r e   w i n n i n g   t h e   c h a m p i o n s h i p ,   y o u ' r e   g o o d . 
 
 w e t h e n o r t h   n b a   t o r o n t o   b a s k e t b a l l   c a n a d a 
 o n t a r i o  
t o r o n t o r a p t o r s   c h i c a g o b u l l s   n b a   b a s k e t b a l l   r a p t o r s b u l l s   n b a j a p a n g a m e s   t o r o n t o   n b a t w i t t e r   
 w a t c h   t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s 
 
                               🇺 🇸 l i n k 🏀 
                                         ⬇ ️ 
 
   ✅
o . g .   a n u n o b y   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o . g . a n u n o b y   o . g .   a n u n o b y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
i   g o t   a   v i n c e   c a r t e r   j e r s e y   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
( 2 / ) 
 -   t o r o n t o ' s   ,   ,   ,     & a m p ;     t e a m s : 
 - -   t h o s e   o f   t h e   ,     & a m p ;     a r e   o v e r ,   w i t h   a l l   h a v i n g   q u a l i f i e d   f o r   p l a y o f f   s p o t s   b u t   n o t   h a v i n g   w o n   a   s e r i e s 
 - -   t h a t   o f : 
 - - -     h a v i n g   r e s u l t e d   i n   c o m i n g ,   a s   o f   s u n d a y ,   t o   w i t h i n   1 2   p o i n t s   o f
s h a r i n g   t h e   g r i e f :   s p o r t s   f a n s   i n   t o r o n t o   a n d   b u f f a l o . . .       l e a f s   b l u e j a y s   r a p t o r s   s a b r e s  
r a p t o r s   r e p u b l i c 
 n i c k   n u r s e   a n d   o . g .   a n u n o b y   g i v e   t h a n k s   o n   t h a n k s g i v i n g 
 
 b y   j a m a r   h i n d s 
 
 t o r o n t o   r a p t o r s 

1 0 . 5   m a d e   3 ’ s   a g a i n s t   t h e   b u l l s   t o n i g h t .   
 t o r o n t o   r a p t o r s   w e t h e n o r t h
h e a r t b r o k e n   b y   t h e     l o s s ?       u s   t o o .     😭 
 b u t   w e   c a n   h e l p ! 
 
 a   b a g   o f     w i l l   r e s t o r e   j o y   i n   y o u r   l i f e   -   g u a r a n t e e d   t o   w o r k   1 0 0 %   o f   t h e   t i m e   5   o u t   o f   1 0   t i m e s . 
 
 t o r o n t o   s n a c k   j e r k y   j o y   p r o t e i n   h a p p y   m l b   j a y s   b l u e j a y s   n e x t l e v e l   v l a d d y   r a p t o r s   l e a f s
o n l y   i n   t o r o n t o   s p o r t s   d o   w e   p a y   y o u n g   a t h l e t e s   m a x   c o n t r a c t s   s o   t h e y   c a n   h a v e   l e a r n i n g   e x p e r i e n c e s   y e a r   i n   & a m p ;   y e a r   o u t   😂   i   t o o   w i s h   i   c o u l d   g e t   p a i d   $ 1 0 +   m i l l i o n / y r   f o r   a n   e d u c a t i o n       … l e a v i n g   t h e     o f f   t h e   l i s t   b e c a u s e   m a s a i   k n o w s   w h a t   i t   t a k e s   🏆
g e e z .   a l l   t h e s e   s p o r t   r i g h t   f o r g o t   a b o u t   r a p t o r s   c h a m p i o n s h i p .   p r o v e   h o w   m u c h   t h e   s p o r t s   w o r l d   t h i n k   a b o u t   t o r o n t o .   a l s o   r a p t o r s   c h a m p i o n s h i p   w a s   s u c h   a   r e a l   b i g   m o m e n t   i n   c a n a d a ,   t h a t   w h y   3   m i l l i o n   p e o p l e   w e n t   t o   p a r a d e
t i m e   t o   f o c u s   o n   t h e   r a p t o r s !   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
d a l a n o   b a n t o n   h a s   p r o v e n   h e   i s   r a p t o r s '   b e s t   b a c k u p   p g   o p t i o n 
 
 
 
 n b a   t o r o n t o   r a p t o r s   w e t h e n o r t h   c a n a d a   c e l t i c s   b l e e d g r e e n   c l i p p e r n a t i o n   j a p a n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s     u s a
s c o t t i e   b a r n e s   i s   h i l a r i o u s . . .   ( t o r o n t o   r a p t o r s ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   r a p t o r s v s r o c k e t s   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s c h a m p i o n s h i p   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s  
j u s t   g e t   r i d e   o f   a l l   t o r o n t o   s p o r t s   t e a m   m i n u s   t h e   r a p t o r s .   1 8 w h e e l e r   c h o k e j o b   m l b
t h i s   i s   t h e   y e a r !   t o r o n t o   w i l l   l o s e   a l l   n a t i o n a l   s p o r t s .   r a p t o r s   a r e   s h i t .   b l u e   j a y s   a r e   s h i t .   t h e   l e a f s   a r e   s h i t .   t o r o n t o   f c   i s   s h i t .   t o r o n t o
t o r o n t o   i s   a   m a j o r   w o r l d   c l a s s   c i t y .   w e ' r e   f o r t u n a t e   t o   h a v e   m a n y   s p o r t s   t e a m s 
 t h a n k s   b l u e j a y s   f o r   a n   e x c i t i n g   s e a s o n 
 n e x t .   n o w   t o   f o c u s   o n   t h e   r a p t o r s   ( m a p l e   l e a f s ) 
 
 s t i l l   l o t s   o f   m l b p l a y o f f s   l e f t ,   t h e   b a s e b a l l   w i l l   o n l y   g e t   b e t t e r .   b e s t   o f   t h e   b e s t   r e m a i n 
 
 m l b   n b a   n h l
  m u s t   a p p r e c i a t e   a n d   c e l e b r a t e   t h e   r a p t o r s   c h a m p i o n s h i p .   t h a n k s   f o r   t h e   c e l e b r a t i o n s . 
 
 t o r o n t o
d i d   t h e   r a p t o r s   i   k n o w   t h e y   p l a y   i n   t o r o n t o   ?     h o w   d i d   t h e y   p u l l   i t   o f   t h e n   ? w e t h e n o r t h   n e x t l e v e l   l e a f s f o r e v e r  
i n   2 0 0 9   t h e   r a p t o r s   n e e d e d   s o m e o n e   j u s t   l i k e   m a g i c   b u t   a l l   t h e y   g o t   w a s   a   m e r e   j o h n s o n .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
    t o r o n t o   t e a m s   a l w a y s   h a v e   a n   e x c u s e   t o   w h y   t h e y   l o s e .   r a p t o r s   w o n   b u t   r e f u s e d   t o   s p e n d   t h e   $   t o   k e e p   t h e   t a l e n t .   t h e y   h a v e   a   s a l a r y   c a p .   t h e   b l u e j a y s   h a v e   n o   s a l a r y   c a p .   w h o   w a n t s   t o   b e t   t h e   j a y s   o n l y   w i n   o n e   g a m e   i n   t h e   p l a y o f f s   n e x t   y e a r   a n d   r o g e r s   c a l l s   i t   a n   i m p r o v e m e n t ?
w e l l ,   b l u e   j a y s   b a s e b a l l   i s   o v e r .   
 u p   n e x t ,   l e a f ’ s   a n d   r a p t o r s . 
 w h e r e   y o u   a t   t o r o n t o ? ! 
 l e t ’ s   d o   t h i s ! !  
w h y   c a n ' t   t o r o n t o   s p o r t s   f a n s   h a v e   w i n s   !          
t h e   r a p t o r s ’   t i t l e   b e c o m e s   m o r e   a n d   m o r e   i m p r e s s i v e   b y   t h e   y e a r ,   c o n s i d e r i n g   t h e y   h a d   t o   e s c a p e   a n   a l l - e n c o m p a s s i n g   c u r s e   t o   d o   i t . 
 
 t o r o n t o   n e x t l e v e l   p a i n
i   l o v e   b e i n g   a   t o r o n t o   s p o r t s   f a n ,   i t ' s   l i k e   g e t t i n g   h i t   i n   t h e   g u t   o v e r   a n d   o v e r   a g a i n .   d i d   i   m e n t i o n   i   w a s   a   m a s o c h i s t ?   b l u e j a y s   t o r o n t o   j a y s   l e a f s   r a p t o r s
t w o   p r o f e s s i o n a l   b a s e b a l l   p l a y e r s   r u n   i n t o   e a c h   o t h e r   a n d   b l o w   t h e   g a m e . 
 
 b e i n g   a   t o r o n t o   s p o r t s   f a n   s u c k s * ! 
 
 * 2 0 1 9   r a p t o r s   e x c l u d e d
d a y   2 1   b r i n g s   u s   t o   t h e     a n d   t h e i r   b u d d i n g   y o u n g   s t a r ,   s c o t t i e   b a r n e s !   n b a   t o r o n t o  
c a s u a l l y   w a t c h i n g   t h e   w a r r i o r s   d y n a s t y   p o t e n t i a l l y   f a l l   a p a r t   a s   t h e   r a p t o r s   a r e   p u r e   v i b i n g ,   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
p r e c i o u s   a c h i u w a   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p r e c i o u s a c h i u w a   p r e c i o u s   a c h i u w a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
t o r o n t o   s u n 
 r a p t o r s   w a y   o f f   f r o m   t h r e e - p o i n t   r a n g e ,   f a l l   i n   h o u s t o n   t o   r o c k e t s 
 
 b y   r y a n   w o l s t a t 
 
 t o r o n t o   r t z 

s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
f o r z a h o r i z o n 5   g a m e r s   g a m e r s l i f e   g a m e r s u n i t e   g a m e o n   p c g a m i n g   v i d e o g a m e s   p c g a m e s   r e t r o g a m i n g   c a t u r d a y   r a p t o r s   n b a   n h l 2 3     r a c e c a r s   t o r o n t o   g a m e s     g a m e t i m e   w i n   5   s p r i n g   h o t   s e a s o n   s e r i e s   1 2   a c c o l a d e s   x p   & a m p ;   c a r   g a i n s   p t   1     v i a  
r a p t o r   l e g e n d s   ( f r o m   a   f e w   d a y s   a g o )   ❤ ️ 🥹   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
" . . i n   c a g e s " 
 o n p o l i   l e a f s   t o r o n t o   o n t e d   r a p t o r s   s c h o o l s   o n t a r i o   s k o o l  
t a r i   e a s o n   h i g h l i g h t s   -   r o c k e t s   v s .   r a p t o r s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   t a r i   e a s o n   h o u   t o r   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   h o u s t o n   r o c k e t s   t o r o n t o   r a p t o r s
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   t o r o n t o   r a p t o r s   n b a   v i d e o :  
              ,   i   w i l l   n e v e r   a p o l o g i z e   f o r   m y   c r i t i c i s m   o f   t o r o n t o   s p o r t s   t e a m s ,   w h e t h e r   t h e   b l u e j a y s ,   m a p l e l a u g h s   o r   .     n e i t h e r   o f   t h e   1 s t   2   w o n   t h e   r e l e v a n t   f r i d a y   g a m e ,   & a m p ;   t h a t   c o n c e r n s   m e   f o r   @   l e a s t   s o m e w h a t   d i f f e r e n t   r e a s o n s .
s w i p e   l e f t   t o   s e e   t h e   r e s t   o f   t h e   🔥   h i t s !   
 
 e v a n m o b l e y   l u k a d o n c i c   l b j   l e b r o n   l a l a k e r s   n b a   b a s k e t b a l l c a r d s   s p u r s n a t i o n   s a n a n t o n i o   d o w n t o w n b r e a k s   t o r o n t o   r a p t o r s  
t h e   b a d   n e w s …   3 ’ s   a n d   f r e e   t h r o w s   p l a y e d   a   m a j o r   r o l e   i n   t h e   r a p t o r s   f i r s t   p r e s e a s o n   l o s s .   
 t h e   g o o d   n e w s …   i t ’ s   p r e s e a s o n .   
 
   _ _         t o r o n t o   w e t h e n o r t h  
t r i f e c t a 
 
 j a y s   l o s t 
 l e a f s   l o s t 
 r a p t o r s   l o s t 
 
 t o r o n t o  
j o s h   j a c k s o n   s o u n d s   l i k e   p e r f e c t   r a p t o r s   p l a y e r   a f t e r   f i r e   q u o t e 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a t w i t t e r   n b a j a p a n g a m e s 2 0 2 2   n b a i n a b u d h a b i   n b a p r e s e a s o n   l a k e s h o w   b l e e d g r e e n
t h e   t o r o n t o / c a r i b b e a n   f u s i o n   i s   s t r o n g   w i t h   t h i s   t w e e t . 
 
 m e h   d e h   y a !  
j a l e n   g r e e n   g o n n a   b e   t r o u b l e   🚀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a l e n   g r e e n   h o u   h o u s t o n   r o c k e t s   t o r   t o r o n t o   r a p t o r s
i ' m   a c t u a l l y   i n t r i g u e d   b y   t h i s   l i n e u p ,   t r u e   t e s t   o f   o u r   l e n g t h   a n d   s t r e n g t h   6 ' 8 " +   i d e o l o g y .     s i a k a m   a n d   s c o t t i e   r u n n i n g   t h e   p o i n t   s h o u l d   b e   g o o d ,   i ' m   a l s o   e x c i t e d   t o   s e e   k o l o k o   g e t t i n g   e a r l y   m i n u t e s   a g a i n s t   o t h e r   t e a m s '   s t a r t e r s . 
 
 w e t h e n o r t h   n b a   t o r o n t o   b a s k e t b a l l   c a n a d a  
▶ ️ w a t c h   a l l   n b a   b a s k e t b a l l   s u m m e r   g a m e s   l i v e   f r e e   & a m p ;   f u l l   h d ✅ 
 
 n b a   n h l   m l b   c h i c a g o b u l l s   t o r o n t o   r a p t o r s   w e t h e n o r t h   r t z   h o u s t o n   r o c k e t s   h o u s t o n r o c k e t s   d e t r o i t   p i s t o n s   d e t r o i t p i s t o n s   n o b r a k e s   n e w o r l e a n s   p e l i c a n s   p e l i c a n s n b a   w o n t b o w d o w n   w b d
h e l l o   t o r o n t o   f a n s . 
 t h i s   i s   y o u r   s e m i - a n n u a l   r e m i n d e r   t o   s t o p   w a t c h i n g   y o u r   t e a m   a f t e r   t h e   r e g u l a r   s e a s o n   i s   o v e r .   i t ' s   s i l l y   t o   w a t c h   b e y o n d   t h a t 
 
 i n s a n i t y   i s   d o i n g   t h e   s a m e   t h i n g   o v e r   a n d   o v e r   a g a i n   a n d   e x p e c t i n g   d i f f e r e n t   o u t c o m e . 
 
 j a y s   l e a f s   t f c   r a p t o r s
m a k e   s u r e   t o   t u n e   i n   t o   t h e   l i v e   s t r e a m   t o n i g h t   f a m i l y !   o u r   l i v e   s t r e a m s   a r e   a l w a y s   i n t e r e s t i n g   d o n ' t   m i s s   i t !   
 
 
 r o c k e t s   r a p t o r s   n b a   l i v e s t r e a m   y o u t u b e   n b a p r e s e a s o n   r a p t o r s n a t i o n   t o p l i n e s p o r t s   h o u s t o n   t o r o n t o   b a s k e t b a l l   s p o r t s   s p o r t s a n a l y s t  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
📈   t r e n d i n g   a t   
 
 r a p t o r s   r a p t u r e 
 r a p t o r s ’   f r e d   v a n v l e e t   h a s   b o l d   t a k e   i n   n b a   g o a t   d e b a t e 
 
 b y   m i k e   l u c i a n o 
 
 t o r o n t o   r t z 

t h e   t o r o n t o   r a p t o r s   a r e   o f f i c i a l l y   i n   p r e s e a s o n   m o d e !   w i t h   t h e   l o o m i n g   n b a   s e a s o n ,   i t ' s   t i m e   t o   g e t   b o l d   w i t h   s o m e   p r e d i c t i o n s . 
 
 w e t h e n o r t h   n b a n e w s   n b a t w i t t e r   b a s k e t b a l l   y o u t u b e   c a n a d a   n b a p r e s e a s o n   
 
 v i d e o :  
t o r o n t o   s t a r 
 j o s h   j a c k s o n ,   f o r m e r   n o .   4   o v e r a l l   p i c k ,   o p e n i n g   e y e s   a t   r a p t o r s   c a m p 
 
 b y   d o u g   s m i t h 
 
 t o r o n t o   n b a 

d o   r a p t o r s   a n d   c e l t i c s   f a n s   h a v e   b e e f . . .   😆   
 
 
 
 r a p t o r s   t o r o n t o   b o s t o n   c e l t i c s
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
w h a t   i f   w e   k i d n a p p e d   p a s c a l   & a m p ;   s c o t t i e   f o r   a   y e a r   t h e n   t h e y   b o t h   c o m e b a c k   a s   v i c t o r   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
y a h o o   s p o r t s 
 r a p t o r s '   f r e d   v a n v l e e t   ' w o r k i n g   o n '   g e t t i n g   c a n a d i a n   c i t i z e n s h i p 
 
 b y   w e n z e l l   o r t i z 
 
 t o r o n t o   r t z 

d e m a r   d e r o z a n   c r e d i t s   g i a n n i s   a n t e t o k o u n m p o   o n   j j   r e d i c k ' s   p o d c a s t 
 
 
 
 n b a   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h   t o r o n t o   r a p t o r s
s c o t t i e   b a r n e s   i s   s c a r i n g   r a p t o r s   f a n s … 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   r a p t o r s h i g h l i g h t s   r a p t o r s n a t i o n   r a p t o r s n e w s   r a p t o r s t o d a y   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
s h o u l d   r a p t o r s   w o r r y   a b o u t   3 - p o i n t   s h o o t i n g   a f t e r   c e l t i c s   w i n ? 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e
f r o m   t h e   🎧   p o d c a s t   p l a y e r 
 
 t h e   r a p t o r s   s h o w 
 r a p t o r s   r e s e r v e s   c o m p l e t e   t h r i l l i n g   c o m e b a c k   i n   o t   w i n 
 
 🎙 ️   w i l l i a m   l o u 
 🎙 ️   a l e x   w o n g 
 ⏲ ️   3 0 : 3 1 
 
 t o r o n t o   n b a 

t o p   3   s p o r t s   p r o g r a m s   1 0 / 0 5 / 2 2 
 1 ⃣ ⚾ ️ t o r o n t o   v s   b a l t i m o r e   |   g a m e   2   o n   s n 
 a m a :   6 1 3 . 0 k 
 2 ⃣ ⚾ ️ t o r o n t o   v s   b a l t i m o r e   |   g a m e   1   o n   s n 
 a m a :   3 6 3 . 5 k 
 3 ⃣ 🏀 p r e s e a s o n :   t o r o n t o   v s   b o s t o n   o n   t s n 
 a m a :   1 8 2 . 0 k 
 t o r o n t o b l u e j a y s   t o r o n t o r a p t o r s   r a p t o r s   j a y s   t o r o n t o   m l b   n b a p r e s e a s o n
[ p o s t   g a m e   t h r e a d ]   t h e   t o r o n t o   r a p t o r s   ( 2 - 0 )   d e f e a t   t h e   b o s t o n   c e l t i c s   ( 1 - 1 )   a t   o t ,   1 2 5 - 1 1 9   🏀 
 
 g a m e   b o x   s c o r e   i s   n o t   l o a d i n g   a t   t h e   m o m e n t   s o   l i n k i n g   t h e   s c o r e s   b e l o w . 
 

t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   c e l t i c s   -   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
t o r o n t o   s t a r 
 r a p t o r s   g o   d e e p   i n t o   b e n c h ,   r a l l y   t o   b e a t   c e l t i c s   i n   o v e r t i m e 
 
 b y   d o u g   s m i t h 
 
 t o r o n t o   n b a 

j e f f   d o w t i n   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j e f f d o w t i n   j e f f   d o w t i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
g a r y   j r .   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g a r y j r .   g a r y   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
j e f f   d o w t i n   x   r a y   r e v e a l e d   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
f r e d   v a n v l e e t   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f r e d v a n v l e e t   f r e d   v a n v l e e t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
n o t   e v e n   o n   t h e   g r a p h i c ,   b u t     k n o w s   😁 🙌 🏾 
 
 r a p t o r s   r o t y   t o r o n t o   
 

p r e c i o u s   a c h i u w a   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p r e c i o u s a c h i u w a   p r e c i o u s   a c h i u w a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   t o r o n t o   r a p t o r s   n b a   v i d e o :  
j a y l e n   b r o w n   h i g h l i g h t s   -   c e l t i c s   v s .   r a p t o r s   -   5 t h   o c t   2 0 2 2 
 
 
 n b a   j a y l e n   b r o w n   b o s   t o r   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b o s t o n   c e l t i c s   t o r o n t o   r a p t o r s
  p a y t o n   p r i t c h a r d   -   1 7   p t s ,   4   r e b ,   5   a s t ,   3   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 p a y t o n p r i t c h a r d   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
_ s m o o t h 1 0   s a m   h a u s e r   -   2 2   p t s ,   4   r e b ,   2   a s t ,   5   t h r e e s   f u l l   h i g h l i g h t s | t o r o n t o   r a p t o r s   v s   b o s t o n   c e l t i c s | 2 0 2 2 . 1 0 . 0 5 
 
 
 s a m h a u s e r   n b a ​   b o s t o n ​   c e l t i c s ​   b a s k e t b a l l   t o r o n t o   r a p t o r s
s t i l l   u n d e f e a t e d ! 
 t o r o n t o   r a p t o r s   w e t h e n o r t h  
j a y s o n   t a t u m   m a k i n g   t h e   r a p t o r s   d e f e n c e   l o o k   s i l l y   🤣 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a y s o n   t a t u m   f a k e   b o s   b o s t o n   c e l t i c s   t o r   t o r o n t o   r a p t o r s
3   r e a s o n a b l e   g o a l s   f o r   r a p t o r s   p g   f r e d   v a n v l e e t   i n   2 0 2 2 - 2 3 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   b l e e d g r e e n   b e t h e f i g h t     t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r   i n d i a n a s t y l e
m y   s i s t e r   h a d   c u s t o m   r a p t o r s   m i n k y   f a b r i c   m a d e   t o   m a k e   a   b a b y   b l a n k e t   f o r   m y   f r i e n d s   b a b y   s h o w e r .   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   t o r o n t o   t o r o n t o r a p t o r s  
b o s t o n   c e l t i c s   n e w s   -     s t a r t e r s   f o r   t o n i g h t ' s   g a m e   w i t h   t h e   t o r o n t o   r a p t o r s .   b o s t o n c e l t i c s   c e l t i c s   b o s t o n a t h l e t e   b o s t o n   t o r o n t o   b a s k e t b a l l   n b a   b l e e d g r e e n   b o s t o n a t h l e t e m a g a z i n e  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
l o t s   o f   c a n a d i a n   c o n t e n t   a s   r a p t o r s   a n d   j a z z   s q u a r e   o f f   i n   e d m o n t o n .   u p d a t e   |   e x c e l l e n t   s p o r t s   a d v e n t u r e 
       
 
 t o r o n t o   r a p t o r s   p r e s e a s o n   n b a   b a s k e t b a l l   s p o r t s   n e w s   t r e n d i n g   v i r a l   s p o r t s n e w s   t i l l e y   e x c e l l e n t   a d v e n t u r e   t a p s   r a p s  
t h e     a r e   c o n s i s t e n t l y   o n e   o f   t h e   m o s t   s l e p t   o n   t e a m   i n   t h e   n b a .   w i t h   t h e   d e v e l o p m e n t   o f   s c o t t i e b a r n e s ,   c a n   t h e y   m a k e   a   b i g   j u m p ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a p r e s e a s o n   n b a m e d i a d a y   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s     d r a k e  
f a d e a w a y   w o r l d 
 p a s c a l   s i a k a m   n o t   w o r r i e d   a b o u t   t h e   t o r o n t o   r a p t o r s   a f t e r   t h e   e a s t e r n   c o n f e r e n c e   s t r e n g t h e n e d   i t s e l f   t h i s   o f f s e a s o n :   " t h e   l e a g u e   i s . . . 
 
 b y   i s h a a n   b h a t t a c h a r y a 
 
 t o r o n t o   r a p t o r s 

y e s t e r d a y   t h e     t u r n e d     1 4 9   y r s   o l d .   
 
 f o r   p e r s p e c t i v e ; 
   a r e   1 0 5 
   a r e   4 5 
   a r e   2 7 
 t h e   s o c c e r   t e a m   i s   1 6 
 & a m p ;   t h e   m o d e r n   o l y m p i c s   a r e   1 2 9 … 
 
 c f l   f o o t b a l l   n f l   n c a a   n h l   m l b   n b a   s o c c e r   t o r o n t o
t h e   r a p t o r s   d i d   t h i s   a n d   n o b o d y   n o t i c e d . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a z z v s r a p t o r s   p a s c a l s i a k a m t o r o n t o r a p t o r s   r a p t o r s n a t i o n   r a p t o r s v s j a z z   t o r o n t o   t o r o n t o r a p t o r s   t o r o n t o r a p t o r s d e f e n s i v e h i g h l i g h t s   t o r o n t o r a p t o r s f u l l g a m e h i g h l i g h t s  
n b a   g m s   c o n f i r m   w h a t   w e   k n e w   a b o u t   n i c k   n u r s e ,   r a p t o r s   f a n s 
 
 
 
 n b a   t o r o n t o   r a p t o r s   c a n a d a   w e t h e n o r t h   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   l a k e s h o w   l a k e r s   b l e e d g r e e n   c e l t i c s
t h e y   b u i l t   d i f f e r e n t   f r   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
🎧 e p . 2 0 4 🎙 
 “ e n o u g h   t o   g o   a r o u n d ? 
 t o r o n t o     t a l k   w / h o s t s     & a m p ;   
 
 🏀 p a s c a l   t o p   5 ? 
 🏀 e x p e c t a t i o n s   f o r   b a r n e s   & a m p ;   p r e c i o u s 
 🏀 s g a ? 
 🏀 t r a d e   i n f l a t i o n 
 
 
 
 r t z | r a p t o r s | w e t h e n o r t h | n b a | n b a t w i t t e r | | |
r a p t o r s   t r a i n i n g   c a m p   a v a i l a b i l i t y   |   o c t o b e r   0 4 ,   2 0 2 2   t o r o n t o   r a p t o r s   n b a   v i d e o :  
c h e c k   o u t   o u r   n e w   b o a r d s ! !   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
🔴 n e w   e p i s o d e ! 🔴   l i s t e n   h e r e   & g t ;   
 
 w e t h e n o r t h   t o r o n t o   r a p t o r s   r a p s
y o u   b e t t e r   r e c o g n i z e . 
 
 w e t h e n o r t h   n b a   t o r o n t o   b a s k e t b a l l   c a n a d a   o n t a r i o 
 

w i l l   t y l e r   h e r r o ' s   c o n t r a c t   i m p a c t   r a p t o r s '   d e a l   f o r   g a r y   t r e n t   j r ? 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   h e a t t w i t t e r   h e a t n a t i o n   d u b n a t i o n   l a k e s h o w   l a k e r s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a p r e s e a s o n   n b a t w i t t e r   b u l l s n a t i o n   b l e e d g r e e n   m f f l
3   e m e r g i n g   s t o r y l i n e s   t o   w a t c h   a h e a d   o f   r a p t o r s - c e l t i c s   g a m e 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   h e a t t w i t t e r   h e a t n a t i o n   d u b n a t i o n   l a k e s h o w   l a k e r s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a p r e s e a s o n   n b a t w i t t e r   b u l l s n a t i o n   b l e e d g r e e n   m f f l   a l l f l y
w i t h   n b a p r e s e a s o n   a c t i o n   s t a r t i n g   b a c k   u p ,   w e ’ r e   d r o p p i n g   e p .   2 0 4   o f   t h e   s o t 6   p o d c a s t   f i r s t   t h i n g   t o m o r r o w   m o r n i n g !     t a k e s   t h e   h o s t i n g   c h a i r   a s   w e   b r i n g   y o u   t h e   l a t e s t   r e g a r d i n g   y o u r   t o r o n t o   !   k e e p   i t   l o c k e d ! 
 
 n b a | n b a t w i t t e r | r t z | r a p t o r s | w e t h e n o r t h
s p o r t i n g   n e w s 
 r a p t o r s   f a n s   e a r n   u l t i m a t e   h o n o r   f r o m   n b a ' s   g e n e r a l   m a n a g e r s   i n   a n n u a l   s u r v e y 
 
 b y   s c o t t   r a f f e r t y 
 
 t o r o n t o   r a p t o r s 

📈   t r e n d i n g   a t   
 
 r a p t o r s   h q 
 t o r o n t o   r a p t o r s   2 0 2 2 - 2 3   p l a y e r   p r e v i e w s 
 
 b y   j o s h   k e r n   a n d   z a c h   w i l s o n 
 
 t o r o n t o   w e t h e n o r t h 

t o r o n t o   s u n 
 k o l o k o   j u s t   m i g h t   b e   f o r c i n g   t h e   i s s u e ,   a n d   t h a t ’ s   a   g o o d   t h i n g   f o r   t h e   r a p t o r s 
 
 b y   m i k e   g a n t e r 
 
 t o r o n t o   n b a 

w h a t   p l a y e r   o n   o u r   t e a m   w o u l d   b e   c r a z y   w i t h   a n o t h e r   p l a y e r ’ s   a t t r i b u t e s ,   a l l   o n   t h e   s a m e   t   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
w a i t e d   a   v e r y   l o n g   t i m e   f o r   t o r o n t o   s p o r t s   t o   b e   i n   t h i s   p o s i t i o n … i t s   a m a z i n g   h a v i n g   3   c o m p e t i t i v e   t e a m s !     r a p t o r s   w e t h e n o r t h   b l u e j a y s   n e x t l e v e l   t m l   t h e p a s s i o n t h a t u n i t e s u s
r a p t o r s 
 h o w   g o o d   c a n   t h e   r a p t o r s   b e   o f f e n s i v e l y ? 
 
 b y   v i v e k   j a c o b 
 
 t o r o n t o   r a p t o r s 

r a p t o r s   d e p t h   l o o k s   g o o d   a g a i n s t   n e w   l o o k   j a z z .   r e a c t i o n   t o   a   g r e a t   s t a r t   t o   p r e s e a s o n   b y   t o r o n t o ! 
   
 
   
 a t l a n t i c d i v i s i o n   c h a n g e   c o m m o n s e n s e   e a s t e r n c o n f e r e n c e   h u m a n i t y   j u s t i c e   l o v e   m e d i a   n e w s   p h i l o s o p h y   p o l i t c s   s o l u t i o n s   t o r o n t o r a p t o r s  
s t i l l   c a n t   b e l i e v e   f r e d   r a n   s e x t o n   o f f   t h e   c o u r t   i n   t h e   p r e s e a s o n   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
i t & a m p ; 3 9 ; s   o n l y   o n e   g a m e   b u t   _ _ _ .   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
r a p t o r s   s h o u t   o u t   c r a z y   e d m o n t o n   c r o w d   a f t e r   w i n   v s .   j a z z 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   m f f l   s i x e r s   b u c k s
r a p t o r s   s h o w   l o v e   t o   p a s c a l   s i a k a m   w i t h   a s s i s t a n t   c o a c h   h i r e 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   m f f l   s i x e r s   b u c k s
o h   b t w ,   r a p t o r s   a r e   w i n n i n g   t h e   c h a m p i o n s h i p .     y o u   h e a r d   i t   f r o m   m e   f i r s t . 
 
 w e t h e n o r t h   n b a   t o r o n t o   b a s k e t b a l l   c a n a d a   o n t a r i o  
i   l i k e   t h i s   m o v e   b y   t h e   r a p t o r s   h e r e ,   k e e p i n g   s i a k a m ' s   f a m i l y   c l o s e   a n d   a d d i n g   a   s o l i d   p l a y e r   d e v e l o p m e n t   g u y .     
 
 w e t h e n o r t h 
 n b a   t o r o n t o   b a s k e t b a l l   c a n a d a 
 o n t a r i o 
 

i   t h i n k   i   w a n t   t o   s e e   d j   w i l s o n   m a k e   t h e   c u t   o v e r   c h a m p a g n e / j a c k s o n   h e r e .     h e   j u s t   f i t s   m o r e   o f   a   p o s i t i o n   o f   n e e d   i n   m y   o p i n i o n   w i t h   h i s   s i z e .     d a l a n o   a   l o c k   f o r   t h e   o t h e r   s p o t . 
 
 w e t h e n o r t h 
 n b a   t o r o n t o   b a s k e t b a l l   c a n a d a 
 o n t a r i o 

s c o t t i e   b a r n e s   r a t e d   r o o k i e   f a s t   b r e a k   a u t o   s h o w i n g   u p   o n   t h e   b r e a k   p a d !   🔥 🔥 
     
 b o o m   w h o d o y o u c o l l e c t   g r o u p b r e a k s   t h e h o b b y   c a s e b r e a k s   b o x b r e a k s   n b a   b a s k e t b a l l c a r d s   t o r o n t o r a p t o r s   t o r o n t o   r a p t o r s   a u t o g r a p h   o p t i c   r o o k i e  
t h e   h o m e t o w n   k i d   m a k i n g   b i g   n o i s e   f o r   t h e   t o r o n t o   r a p t o r s   
 
 w e t h e n o r t h   
 t o r o n t o   
 r e x d a l e  
g a b e   b r o w n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g a b e b r o w n   g a b e   b r o w n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
i t ’ s   b e e n   s u c h   a   c o o l   r i d e !   t h e   j e r s e y s   w o n ’ t   l a s t   l o n g ,   a n d   o n c e   t h e y   a r e   g o n e ,   t h a t ’ s   i t !   t o r o n t o r a p t o r s   r a p t o r s   i n d i g e n i z e   i n d i g e n o u s   i n d i g e n i z e e v e r y t h i n g   t k a r o n t o   t o r o n t o  
j e f f   d o w t i n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j e f f d o w t i n   j e f f   d o w t i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
k h e m   b i r c h   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k h e m b i r c h   k h e m   b i r c h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
o g   a n u n o b y   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o g a n u n o b y   o g   a n u n o b y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
d . j .   w i l s o n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d . j . w i l s o n   d . j .   w i l s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
t o r o n t o   s u n 
 r a p t o r s   o v e r w h e l m e d   b y   t h e   s u p p o r t   e d m o n t o n   s h o w e d   t h e m 
 
 b y   m i k e   g a n t e r 
 
 t o r o n t o   n b a 

r a p t o r s   9 0 5   h a v e   a d d e d   c h r i s t i a n   s i a k a m ,   p a s c a l ' s   o l d e r   b r o t h e r ,   t o   t h e i r   c o a c h i n g   s t a f f   f o r   t h i s   s e a s o n ! 
 t o r o n t o   r a p t o r s   w e t h e n o r t h
7 ’ 2   k a i   s o t t o   d i d n ’ t   g e t   d r a f t e d   b u t   h a d   1 1   p t s ,   2   r e b   i 1   a s t   i n   1 8   m i n s   i n   t h e i r   w i n   a g a i n s t   t h e   s u n s .   h i s   l e n g t h   m a t c h e s   t h e     r o s t e r .   a n d   t h e   r a p s   d o   l i k e   t h e   u n d r a f t e d   t a l e n t   j u s t s a y i n   n b a p r e s e a s o n   n b a   t o r o n t o
c h r i s t i a n   k o l o k o   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c h r i s t i a n k o l o k o   c h r i s t i a n   k o l o k o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
t h e   m o n t h   o f   o c t o b e r   i s   f i l l e d   w i t h   r e t u r n i n g   s t a r s !   t h e   s t a r t   o f   t h e   n h l   a n d   n b a   s e a s o n   +   t h e   b l u e   j a y s   c l i n c h i n g   t h e   p l a y o f f   s p o t .   t h i s   m o n t h   i s   g o n n a   b e   h o t !   
 
 b l u e j a y s   t o r o n t o   r a p t o r s   m a p l e l e a f s   t o r o n t o m a p l e l e a f s   t o r o n t o r a p t o r s  
m a l a c h i   f l y n n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a l a c h i f l y n n   m a l a c h i   f l y n n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
d a l a n o   b a n t o n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a l a n o b a n t o n   d a l a n o   b a n t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
g a r y   j r .   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g a r y j r .   g a r y   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
j o s h   j a c k s o n   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o s h j a c k s o n   j o s h   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p r e c i o u s   a c h i u w a   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p r e c i o u s a c h i u w a   p r e c i o u s   a c h i u w a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p r e c i o u s   p u m p   f a k e   i n t o   d r i v i n g   d u n k   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   o n t a r i o   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s  
  t h i s   i s   t h e   s a m e   j o h n   t o r y   w h o   j u m p e d   a r o u n d   l i k e   a   g i d d y   s c h o o l g i r l   w h e n   t h e   r a p t o r s   w o n   t h e   c h a m p i o n s h i p   & a m p ;   t h e n   f o l l o w e d   u p   w i t h   p a n d e r i n g   t o   k a w h i   l e o n a r d   ( a   m u l t i - m i l l i o n a i r e )   b y   o f f e r i n g   h i m   f r e e   m e a l s   a n y w h e r e   i n   t o r o n t o   i f   h e   s t a y e d   ( t o   b e   p a i d   w i t h   p u b l i c   m o n e y ) .   t o p o l i
s p o r t s n e t 
 r a p t o r s   o p e n   p r e - s e a s o n   w i t h   w i n   i n   f r o n t   o f   p l a y o f f - w o r t h y   e d m o n t o n   c r o w d 
 
 b y   m i c h a e l   g r a n g e 
 
 t o r o n t o   r t z 

p r e c i o u s   a c h i u w a   w i t h   t h e   r a c k   a t t a c k   💢 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   p r e c i o u s   a c h i u w a   t o r o n t o   r a p t o r s   d u n k
t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   j a z z   -   o c t o b e r   0 2 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
i n   h o n o r   o f   o u r   f r i e n d l y   n e i g h b o r s   t o   t h e   n o r t h   🇨 🇦   ,   a l l o w   s c o t t i e b a r n e s   a n d   i   t o   w i s h   y o u   a   h a p p y   c a n a d i a n   t h a n k s g i v i n g   🦃     f r o m   o n e   h o s e r   t o   a n o t h e r ,   m u c h   m u c h   l o v e   ✌ ️   s a s q u a d   p a n i n i   f a n a t i c s   t h e h o b b y   b a s k e t b a l l   b a s k e t b a l l c a r d s     n b a  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s
i ' m   s e e i n g   t h e   s a m e !   
 s c o t t i e b a r n e s  
h o w   a b o u t   t h a t   s c o t t i e b a r n e s   🔥 🔥   w e t h e n o r t h   t o r v s c h i   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
n i c e   t o   s e e   s c o t t i e b a r n e s   r u n n i n g   t h e   p o i n t   i n   p r e s e a s o n ,   h o p e f u l l y   a   l o t   m o r e   o f   t h a t   t o   c o m e
s c o t t i e b a r n e s   d o i n g   s c o t t i e   t h i n g s   w e t h e n o r t h  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
t h e     a r e   c o n s i s t e n t l y   o n e   o f   t h e   m o s t   s l e p t   o n   t e a m   i n   t h e   n b a .   w i t h   t h e   d e v e l o p m e n t   o f   s c o t t i e b a r n e s ,   c a n   t h e y   m a k e   a   b i g   j u m p ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a p r e s e a s o n   n b a m e d i a d a y   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s     d r a k e  
s c o t t i e b a r n e s   w i l l   b e   a   t o p   1 0   p l a y e r   s o o n e r   t h a n   l a t e r .   r a p t o r s   n b a p r e s e a s o n  
t h e   r e v o l u t i o n   w i l l   b e   t e l e v i s e d .   
 t o r o n t o r a p t o r s   r a p t o r s   s c o t t i e b a r n e s   h o u s e o f t h e r a p t o r   n b a  
g o o d   m o r n i n g ☕ ️ 🌞 h a v e   a   g r e a t   s a f e   d a y !     
 n e x t l e v e l   i n   t h e   p l a y o f f s   
 l e a f s f o r e v e r   l o o k i n g   a w e s o m e ! 
   s c o t t i e b a r n e s       r a p t o r s   
 m a j o r   l e a g u e   c i t i e s   h a v e   a t   l e a s t   3   t e a m s   i n   t h e   b i g   l e a g u e s   
 d o n t   w o r r y   🇨 🇦 w e   s h a r e !  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
a   s t a t   f r o m   l a s t   n i g h t ' s   r a p t o r s   g a m e   w a s   s c o t t i e b a r n e s   w a s   t h e   2 3 r d   r o o k i e   i n   n b a   h i s t o r y   t o   h a v e   1 k   p o i n t s ,   5 0 0 +   r e b o u n d s   & a m p ;   2 5 0 +   a s s i s t s . 
 
 h e   j o i n e d   l u k a ,   b l a k e   & a m p ;   b e n s i m m o n s .   o h   y e a h :   s i m m o n s   w a s   d e c e n t . . . a t   t h e   s t a r t ;   r o o k i e   o f   t h e   y e a r . 
 
 h o w   d o   y o u   c o l l a p s e   t h i s   b a d l y ?  
l o o k s   a   l o t   l i k e   y e a r   1   s c o t t i e   b a r n e s .   t a k i n g   h i s   m a n   i n t o   t h e   p o s t   a n d   f i n i s h i n g   i m p r e s s i v e l y !   
 s c o t t i e b a r n e s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
i n   h o n o r   o f   o u r   f r i e n d l y   n e i g h b o r s   t o   t h e   n o r t h   🇨 🇦   ,   a l l o w   s c o t t i e b a r n e s   a n d   i   t o   w i s h   y o u   a   h a p p y   c a n a d i a n   t h a n k s g i v i n g   🦃     f r o m   o n e   h o s e r   t o   a n o t h e r ,   m u c h   m u c h   l o v e   ✌ ️   s a s q u a d   p a n i n i   f a n a t i c s   t h e h o b b y   b a s k e t b a l l   b a s k e t b a l l c a r d s     n b a  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s
i ' m   s e e i n g   t h e   s a m e !   
 s c o t t i e b a r n e s  
h o w   a b o u t   t h a t   s c o t t i e b a r n e s   🔥 🔥   w e t h e n o r t h   t o r v s c h i   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
n i c e   t o   s e e   s c o t t i e b a r n e s   r u n n i n g   t h e   p o i n t   i n   p r e s e a s o n ,   h o p e f u l l y   a   l o t   m o r e   o f   t h a t   t o   c o m e
s c o t t i e b a r n e s   d o i n g   s c o t t i e   t h i n g s   w e t h e n o r t h  
s h o p   w e t h e n o r t h   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   t o r o n t o   t o r o n t o r a p t o r s   r a p s   r a p t o r s   r t z   r a p t o r c h a l l e n g e   s c o t t i e b a r n e s
t h e     a r e   c o n s i s t e n t l y   o n e   o f   t h e   m o s t   s l e p t   o n   t e a m   i n   t h e   n b a .   w i t h   t h e   d e v e l o p m e n t   o f   s c o t t i e b a r n e s ,   c a n   t h e y   m a k e   a   b i g   j u m p ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a p r e s e a s o n   n b a m e d i a d a y   r a p t o r s   t o r o n t o   t o r o n t o r a p t o r s     d r a k e  
s c o t t i e b a r n e s   w i l l   b e   a   t o p   1 0   p l a y e r   s o o n e r   t h a n   l a t e r .   r a p t o r s   n b a p r e s e a s o n  
t h e   r e v o l u t i o n   w i l l   b e   t e l e v i s e d .   
 t o r o n t o r a p t o r s   r a p t o r s   s c o t t i e b a r n e s   h o u s e o f t h e r a p t o r   n b a  
g o o d   m o r n i n g ☕ ️ 🌞 h a v e   a   g r e a t   s a f e   d a y !     
 n e x t l e v e l   i n   t h e   p l a y o f f s   
 l e a f s f o r e v e r   l o o k i n g   a w e s o m e ! 
   s c o t t i e b a r n e s       r a p t o r s   
 m a j o r   l e a g u e   c i t i e s   h a v e   a t   l e a s t   3   t e a m s   i n   t h e   b i g   l e a g u e s   
 d o n t   w o r r y   🇨 🇦 w e   s h a r e !  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
a   s t a t   f r o m   l a s t   n i g h t ' s   r a p t o r s   g a m e   w a s   s c o t t i e b a r n e s   w a s   t h e   2 3 r d   r o o k i e   i n   n b a   h i s t o r y   t o   h a v e   1 k   p o i n t s ,   5 0 0 +   r e b o u n d s   & a m p ;   2 5 0 +   a s s i s t s . 
 
 h e   j o i n e d   l u k a ,   b l a k e   & a m p ;   b e n s i m m o n s .   o h   y e a h :   s i m m o n s   w a s   d e c e n t . . . a t   t h e   s t a r t ;   r o o k i e   o f   t h e   y e a r . 
 
 h o w   d o   y o u   c o l l a p s e   t h i s   b a d l y ?  
l o o k s   a   l o t   l i k e   y e a r   1   s c o t t i e   b a r n e s .   t a k i n g   h i s   m a n   i n t o   t h e   p o s t   a n d   f i n i s h i n g   i m p r e s s i v e l y !   
 s c o t t i e b a r n e s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   b a r n e s   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s c o t t i e b a r n e s   s c o t t i e   b a r n e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
r a p t o r s   p o s t - g a m e   a v a i l a b i l i t y   |   o c t o b e r   0 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
r a p t o r s   v s   r o c k e t s   l i v e   w a t c h   p a r t y   |   . . . 
   
 
   
 a m a t e u r h o u r   h o u s t o n r o c k e t s   k a w h i l e o n a r d   m a s a i u j i r i   o g   p a s c a l s i a k a m   r a p t o r s d i g e s t   r a p t o r s d r a f t   r a p t o r s h i g h l i g h t s   r a p t o r s l i v e   r a p t o r s n e w s   r a p t o r s p r e s e a s o n   r a p t o r s s h o w   r a p t o r s v s b u c k s g a m e 4  
c h e c k   o u t   p a s c a l   s i a k a m   c r o w n   r o y a l e   s n o   g l o b e   c a s e   h i t ! !   n b a   t o r o n t o   r a p t o r s ! !   p a s c a l s i a k a m   s i a k a m   r a p t o r s   t o r   n b a   c r o w n r o y a l e   s n o g l o b e   s s p   c a s e h i t   t h e h o b b y   e b a y   w h o d o y o u c o l l e c t     e b a y   v i a  
t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   c e l t i c s   -   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
r a p t o r s   9 0 5   a d d e d   p a s c a l   s i a k a m ’ s   b r o t h e r   t o   c o a c h i n g   s t a f f   c h r i s t i a n s i a k a m   p a s c a l s i a k a m   r a p t o r s 9 0 5   t o r o n t o r a p t o r s  
c h e c k   o u t   o u r   n e w   b o a r d s ! !   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
i t & a m p ; 3 9 ; s   o n l y   o n e   g a m e   b u t   _ _ _ .   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   j a z z   -   o c t o b e r   0 2 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
r a p t o r s   p o s t - g a m e   a v a i l a b i l i t y   |   o c t o b e r   0 9 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
r a p t o r s   v s   r o c k e t s   l i v e   w a t c h   p a r t y   |   . . . 
   
 
   
 a m a t e u r h o u r   h o u s t o n r o c k e t s   k a w h i l e o n a r d   m a s a i u j i r i   o g   p a s c a l s i a k a m   r a p t o r s d i g e s t   r a p t o r s d r a f t   r a p t o r s h i g h l i g h t s   r a p t o r s l i v e   r a p t o r s n e w s   r a p t o r s p r e s e a s o n   r a p t o r s s h o w   r a p t o r s v s b u c k s g a m e 4  
c h e c k   o u t   p a s c a l   s i a k a m   c r o w n   r o y a l e   s n o   g l o b e   c a s e   h i t ! !   n b a   t o r o n t o   r a p t o r s ! !   p a s c a l s i a k a m   s i a k a m   r a p t o r s   t o r   n b a   c r o w n r o y a l e   s n o g l o b e   s s p   c a s e h i t   t h e h o b b y   e b a y   w h o d o y o u c o l l e c t     e b a y   v i a  
t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   c e l t i c s   -   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
r a p t o r s   9 0 5   a d d e d   p a s c a l   s i a k a m ’ s   b r o t h e r   t o   c o a c h i n g   s t a f f   c h r i s t i a n s i a k a m   p a s c a l s i a k a m   r a p t o r s 9 0 5   t o r o n t o r a p t o r s  
c h e c k   o u t   o u r   n e w   b o a r d s ! !   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
i t & a m p ; 3 9 ; s   o n l y   o n e   g a m e   b u t   _ _ _ .   |   r a p t o r s   t o d a y 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   j a z z   -   o c t o b e r   0 2 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   c a n a d a   c a n a d a b a s k e t b a l l   e a s t e r n c o n f e r e n c e   f r e d v a n v l e e t   n a t i o n a l b a s k e t b a l l l e a g u e   n b a   n i c k n u r s e   p a s c a l s i a k a m   t o r o n t o   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   a n d   s t a r t e r s   s t r u g g l e   a g a i n   -   b a n t o n   a   r e l i a b l e   p g ?   -   r a p t o r s   r o c k e t s   r e c a p   +   n e w s 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b a   s i a k a m   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
a r e   t h e s e   t e a m s   b u i l d i n g   a   r i v a l r y . . .   
 
 
 
 t o r o n t o r a p t o r s   n b a   s c o t t i e   f r e d   s i a k a m   b a s k e t b a l l   s p o r t s
c h e c k   o u t   p a s c a l   s i a k a m   c r o w n   r o y a l e   s n o   g l o b e   c a s e   h i t ! !   n b a   t o r o n t o   r a p t o r s ! !   p a s c a l s i a k a m   s i a k a m   r a p t o r s   t o r   n b a   c r o w n r o y a l e   s n o g l o b e   s s p   c a s e h i t   t h e h o b b y   e b a y   w h o d o y o u c o l l e c t     e b a y   v i a  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
n b a   g m & a m p ; 3 9 ; s   d o n & a m p ; 3 9 ; t   w a t c h   t h e   t o r o n t o   r a p t o r s   -   r e a c t i n g   t o   t h e   a n n u a l   n b a   g m   s u r v e y 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   s i a k a m   t o r o n t o r a p t o r s  
r a p t o r s   b a s k e t b a l l   i s   b a c k . . .   
 
 
 
 t o r o n t o r a p t o r s   s c o t t i e   s i a k a m   f r e d   o g   t r e n t
r a p t o r s   d o m i n a n t   i n   f i r s t   p r e s e a s o n   g a m e   -   j o s h   j a c k s o n   m a k i n g   r o s t e r ?   -   r a p t o r s   v s   j a z z   r e a c t i o n 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b a   s i a k a m   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   b u l l s   0 9 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
s c o t t i e   a n d   s t a r t e r s   s t r u g g l e   a g a i n   -   b a n t o n   a   r e l i a b l e   p g ?   -   r a p t o r s   r o c k e t s   r e c a p   +   n e w s 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b a   s i a k a m   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   r o c k e t s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
a r e   t h e s e   t e a m s   b u i l d i n g   a   r i v a l r y . . .   
 
 
 
 t o r o n t o r a p t o r s   n b a   s c o t t i e   f r e d   s i a k a m   b a s k e t b a l l   s p o r t s
c h e c k   o u t   p a s c a l   s i a k a m   c r o w n   r o y a l e   s n o   g l o b e   c a s e   h i t ! !   n b a   t o r o n t o   r a p t o r s ! !   p a s c a l s i a k a m   s i a k a m   r a p t o r s   t o r   n b a   c r o w n r o y a l e   s n o g l o b e   s s p   c a s e h i t   t h e h o b b y   e b a y   w h o d o y o u c o l l e c t     e b a y   v i a  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   c e l t i c s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
n b a   g m & a m p ; 3 9 ; s   d o n & a m p ; 3 9 ; t   w a t c h   t h e   t o r o n t o   r a p t o r s   -   r e a c t i n g   t o   t h e   a n n u a l   n b a   g m   s u r v e y 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   s i a k a m   t o r o n t o r a p t o r s  
r a p t o r s   b a s k e t b a l l   i s   b a c k . . .   
 
 
 
 t o r o n t o r a p t o r s   s c o t t i e   s i a k a m   f r e d   o g   t r e n t
r a p t o r s   d o m i n a n t   i n   f i r s t   p r e s e a s o n   g a m e   -   j o s h   j a c k s o n   m a k i n g   r o s t e r ?   -   r a p t o r s   v s   j a z z   r e a c t i o n 
   
 
   
 a n u n o b y   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b a   s i a k a m   t o r o n t o r a p t o r s  
p a s c a l   s i a k a m   n b a   h i g h l i g h t s   r a p t o r s   v s   j a z z   0 2 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a s c a l s i a k a m   p a s c a l   s i a k a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   t o r o n t o   r a p t o r s   r a p t o r s  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [59], in <cell line: 1>()
      1 for id, tweets in tweets_df_Raptors2.items():
      2     for tweet in tweets:
----> 3         analysis = SentimentIntensityAnalyzer(tweets_df_Raptors2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Raptors2 = tweets_df_Raptors2.append({
      5             'name': id,
      6             'text': tweets_df_Raptors2.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\vaderSentiment\vaderSentiment.py:200, in SentimentIntensityAnalyzer.__init__(self, lexicon_file, emoji_lexicon)
    198 def __init__(self, lexicon_file="vader_lexicon.txt", emoji_lexicon="emoji_utf8_lexicon.txt"):
    199     _this_module_file_path_ = os.path.abspath(getsourcefile(lambda: 0))
--> 200     lexicon_full_filepath = os.path.join(os.path.dirname(_this_module_file_path_), lexicon_file)
    201     with codecs.open(lexicon_full_filepath, encoding='utf-8') as f:
    202         self.lexicon_full_filepath = f.read()

File ~\anaconda3\lib\ntpath.py:117, in join(path, *paths)
    115     return result_drive + result_path
    116 except (TypeError, AttributeError, BytesWarning):
--> 117     genericpath._check_arg_types('join', path, *paths)
    118     raise

File ~\anaconda3\lib\genericpath.py:152, in _check_arg_types(funcname, *args)
    150         hasbytes = True
    151     else:
--> 152         raise TypeError(f'{funcname}() argument must be str, bytes, or '
    153                         f'os.PathLike object, not {s.__class__.__name__!r}') from None
    154 if hasstr and hasbytes:
    155     raise TypeError("Can't mix strings and bytes in path components") from None

TypeError: join() argument must be str, bytes, or os.PathLike object, not 'Series'
In [60]:
for id, tweets in tweets_df_Magic1.items():
    for tweet in tweets:
        analysis = TextBlob(tweets_df_Magic1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Magic1 = tweets_df_Magic1.append({
            'name': id,
            'text': tweets_df_Magic1.text
        }, ignore_index=True)
p a o l o   b a n c h e r o   w i l l   p l a y   h i s   f i r s t   g a m e   a t   a m w a y   c e n t e r   t o n i g h t   a s   t h e   m a g i c   h o s t   t h e   m e m p h i s   g r i z z l i e s ,   w h o   b e a t   t h e   m a g i c   p r e t t y   b a d l y   i n   t h e i r   f i r s t   g a m e   o f   p r e s e a s o n .     
 
 y o u   c a n   w a t c h   t o n i g h t ’ s   g a m e   o n   b a l l y   s p o r t s   f l o r i d a .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
i ' m   t h i n k i n g   w e   s h o u l d   s l o w   d o w n   o n   t h e   b o l   h y p e .   i t ' s   p u t t i n g   t h e   k i d   u n d e r   a   l o t   o f   p r e s s u r e   t h a t   m a y b e   h e   i s n ' t   r e a d y   f o r . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
m y   h o n e s t   t h o u g h t s   o n   t h e   o r l a n d o   . . . 
   
 
   
 b o l b o l   e a s t e r n c o n f e r e n c e   f u l t z   j a m a h l m o s l e y   m a r k e l l e   m a r k e l l e f u l t z   n b a   n b a p r e s e a s o n   o r l a n d o m a g i c   o r l a n d o m a g i c n e w s   o r l a n d o m a g i c p r e s e a s o n   o r l a n d o m a g i c r u m o r s   o r l a n d o m a g i c v s d a l l a s m a v e r i c k s  
n b a   p h o e n i x s u n s   o r l a n d o m a g i c   n e w o r l e a n s p e l i c a n s   s h a q u i l l e   o ' n e a l   s a y s   h e   w a n t s   t o   b u y   a n   n b a   t e a m ,   b u t   n o t   t h e   s u n s  
p r a c t i c e   s o u n d :   c o a c h   m o s e   & a m p ;   j a l e n   s u g g s   o n   h i s   i n j u r y 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
o r l a n d o ,   f l   –   t h e   o r l a n d o   m a g i c   h a v e   s i g n e d   f r e e   a g e n t   g u a r d   d r a k e   j e f f r i e s .   j e f f r i e s   ( 6 ’ 5 ” ,   1 8 5 ,   1 / 2 2 / 9 9 )   p l a y e d   a n d   s t a r t e d   i n   1 7   g a m e s   l a s t   s e a s o n   w i t h   t h e   u n i v e r s i t y   o f   w y o m i n g ,   a v e r a g i n g   1 1 . 4   p p g .   a n d   4 . 8   r p g .   i n   3 3 . 4   m i n p g .   o r l a n d o m a g i c   d r a k e j e f f r i e s   n b a
w e n t   t o   s e e   m a g i c   l e g e n d   j o s h   m a g e t t e   i n   t h e   a u s t r a l i a n   n b l 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
i f   y o u   n e e d   t h e m ! 
 s o c i a l   s t a t u s   x   n i k e   a i r   p e n n y   2   s i z e   9 
 d m 9 1 3 2 - 0 0 1   c o n f i r m e d   o r d e r 
 
 s o c i a l s t a t u s   n i k e a i r p e n n y 2   n i k e a i r p e n n y   a i r p e n n y   a i r p e n n y 2   p e n n y h a r d a w a y   p e n n y   h a r d a w y   o r l a n d o m a g i c   m a g i c   s n e a k e r s   n i k e   s n k r s   s n e a k e r h e a d   s h o e s   j o r d a n
j u s t   m o v e d   t o   t h e   o r l a n d o   a r e a ,   s o   t h e     m a k e   s e n s e .       i s   a   m i n o r i t y   o w n e r   o f   t h e     s o   t h e y   w o u l d   m a k e   s e n s e .   t h o u g h t s ? 
 b u c k s c o u n t y   o r l a n d o m a g i c   n b a
t w i t t e r   t e a m   r o l l   c a l l : 
 
 o r l a n d o   m a g i c   f a n s   s t a n d   u p 🧍 ‍ ♂ ️ ‼ ️ 
 
 o r l a n d o m a g i c   n b a   n b a p r e s e a s o n  
e p .   2 4 7   -   d r e s s   r e h e a r s a l   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 e a s t e r n c o n f e r e n c e   n b a   o r l a n d o m a g i c   p a o l o b a n c h e r o   p r e s e a s o n   s o u t h e a s t d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " m y   h o n e s t   t h o u g h t s   o n   t h e   o r l a n d o   m a g i c & a m p ; 3 9 ; s   f i r s t   f e w   p r e s e a s o n   g a m e s . . . "   
 
 c r e a t o r :     t t b   1 k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
  _ n f t       _ m n       _ n f t       _ j e n     y u p ,   t h e   s u c c u l e n t j a c k   a d d i c t i o n   i s   r e a l !   h a d   t o   g e t   m y   b o y     o g   o r l a n d o m a g i c   o n e   t o   r e p r e s e n t   m y   h o m e t o w n   s q u a d !  
h o w   d o e s   i t   m a k e   s e n s e   t h a t   t h e   o n l y   w a y   y o u   c a n   p r e - o r d e r   a   j e r s e y   i s   i n   s t o r e   p i c k u p ?   a r e   t h e y   a s s u m i n g   e v e r y   f a n   l i v e s   i n   o r l a n d o ? 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
[ p r i c e ]   m a r k e l l e   f u l t z   i s   w e a r i n g   a   s m a l l e r ,   s l i m m e r   b o o t   o n   h i s   l e f t   f o o t   c o m p a r e d   t o   t h e   b i g g e r ,   b u l k i e r   b o o t   h e   w a s   w e a r i n g   a t   f i r s t   a f t e r   f r a c t u r i n g   h i s   b i g   t o e : 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
m a g i c ’ s   j a l e n   s u g g s   d e l i g h t e d   o n   m i n i m a l   c a s u a l t y   o f   k n e e   c a p s u l e   s p r a i n ,   b o n e   b r u i s e   h e   s u s t a i n e d   v s   m a v s   j a l e n s u g g s   o r l a n d o m a g i c  
t h e   s e c o n d   n e w   v i d e o   i n   o u r   c h a n n e l   t o d a y !   s t e p h e n   s h o w s   o f f   t h e   n e w   v e r s i o n   o f   b a s k e t b o s s !         b o a r d g a m e s   b a s k e t b a l l   b a s k e t b o s s 
 o r l a n d o   f l o r i d a   s p o r t s   o r l a n d o m a g i c   
 

j a l e n   s u g g s   r o o k i e   p a t c h -   $ 1 0 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
j i   s t i l l   g o t   i t   ! ! !   m a g i c n a t i o n   o r l a n d o m a g i c  
s e n t i n e l   a r t i c l e   a b o u t   s u g g s ’   i n j u r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
b e e n   a   l o n g   3   m o n t h s   c o m i n g   b u t   t o d a y   w e   c o m p l e t e d   o u r   f i r s t   r e c o r d i n g   o f   w h e r e   t h e   m a g i c   h a p p e n s   p o d c a s t   e p .   1 
 
 t h i s   i s   o n l y   t h e   b e g i n n i n g   a n d   i   c o u l d n ' t   b e   m o r e   t h a n k f u l   ♥ ️ 
 m a g i c t o g e t h e r 
 o r l a n d o m a g i c  
b r e a k i n g :   j a l e n   s u g g s   s e r i o u s   i n j u r y   t u r n e d   n o n - s e r i o u s   
 
 
 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   m a g i c   o r l a n d o m a g i c   c o u r t s i d e h e a t   b r e a k i n g n e w s   j a l e n s u g g s
h i       a r e   y o u   p l a y i n g   t h e   o c t   1 1   p r e s e a s o n   v e r s u s   o r l a n d o m a g i c   ?   s o n   a n d   m e   t r a v e l l e d   a l l   t h e   w a y   f r o m   n e w f o u n d l a n d   c a n a d a   h a v e   t o   s e e   y o u   p l a y !         t e m e t r i u s j a m e l
e p .   2 2 3   -   m a g i c   k e y s   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   p a o l o b a n c h e r o   r o a d t r i p p i n   s o u t h e a s t d i v i s i o n  
w o r k   i n   p r o g r e s s   w /   j e f f   t u r n e r   -   p e n n y   f o r   y o u r   t h o u g h t s   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 e a s t e r n c o n f e r e n c e   j e f f t u r n e r   n b a   o r l a n d o m a g i c   o r l a n d o m a g i c u k   p e n n y f o r y o u r t h o u g h t s   s o u t h e a s t d i v i s i o n  
[ o c ]   e x p l a i n e d   i n   1   m i n u t e :   j a l e n   s u g g s '   l e f t   k n e e   i n j u r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
c a n   y o u   n a m e   5   p l a y e r s   o n   t h e   o r l a n d o   . . . 
   
 
   
 2 0 2 2 n b a d r a f t   b a s e b a l l   b a s k e t b a l l   b e s t b e t s   b e s t p i c k s   b e t t i n g   e a s t e r n c o n f e r e n c e   f o o t b a l l   g a m e d a y   h o c k e y   m l b   m l s   n b a   n b a d r a f t   n f l   n h l   o r l a n d o m a g i c   s h o r t s   s o c c e r   s o u t h e a s t d i v i s i o n   s p o r t s  
s e n t i n e l   a r t i c l e   a b o u t   s u g g s ’   i n j u r y 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
[ o c ]   e x p l a i n e d   i n   1   m i n u t e :   j a l e n   s u g g s '   l e f t   k n e e   i n j u r y 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
p i c k e d   u p   a   c o u p l e   o f   p a n i n i   p a c k s   o n   a   w h i m   a t   t a r g e t   t o d a y .   h a v e n ' t   b o u g h t   c a r d s   i n   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
p i c k e d   u p   a   c o u p l e   o f   p a n i n i   p a c k s   o n   a   w h i m   a t   t a r g e t   t o d a y .   h a v e n ' t   b o u g h t   c a r d s   i n   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
o r l a n d o m a g i c   9   c a r d   l o t   m a g i c 
 
 $ 3   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
o r l a n d o   m a g i c   v s   d a l l a s   m a v e r i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m a g i c v s m a v e r i c k s   m a v e r i c k s v s m a g i c   n b a h i g h l i g h t s   n b a p l a y o f f s   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
g o o d   d a y   r e p o s t   :   e v e r y t h i n g   y o u   w a n t e d   t o   k n o w   a b o u t   t h e   c i t y   o r l a n d o   a n d   o u r   t h e m e   p a r k s .   f o r   t h e   b e s t   v a c a t i o n   p a c k a g e   c o n t a c t   u s   _ w o r l d   r e s o r t   v a c a t i o n h o m e   t h e m e p a r k s   o r l a n d o m a g i c   c i t y b e a u t i f u l   h o t e l p a c k a g e s   v i s i t o r l a n d o   f a m i l y v a c a t i o n  
p o s t g a m e   s o u n d   a t   d a l l a s   |   c o a c h   m o s e   & a m p ;   p a o l o   b a n c h e r o 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
t h e     w e r e   n o t   v e r y   g o o d   l a s t   y e a r ,   a n d   w o n   t h e   n b a d r a f t   l o t t e r y .   a f t e r   a d d i n g   t h e   n u m b e r   1   p i c k ,   p a o l o b a n c h e r o ,   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   m a g i c   o r l a n d o m a g i c   f r a n z w a g n e r   m a r k e l l e f u l t z   b o l b o l   m o b a m b a  
p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   d a l l a s   m a v e r i c k s   1 1 0 - 1 0 5   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
[ s t e i n ]   x - r a y s   n e g a t i v e   f o r   j a l e n   s u g g s ,   m a g i c   c o a c h   j a m a h l   m o s l e y   s a y s ,   b u t   t h a t ' s   t h e   e x t e n t   o f   t h e   u p d a t e   o n   s u g g s '   c o n d i t i o n   t o n i g h t . 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
5   o ’ c l o c k   i n   t h e   m o r n i n g   n o   o n e   s l e p t . l e t   g o ! !   o r l a n d o   b a b y   o r l a n d o m a g i c  
m a g i c   g   j a l e n   s u g g s   ( k n e e )   o u t   i n d e f i n i t e l y   j a l e n s u g g s   n b a 
   o r l a n d o m a g i c   p u r e m a g i c    
t h e   r e s t   o f   t h e   p r e s e a s o n   w e   s h o u l d   s t o p   w i t h   t h e   e x p e r i m e n t a t i o n   s t u f f   a n d   r o l l   t h i s   o u t .   t h i s   i s   o u r   h e a l t h y   s t a r t i n g   f i v e .   
 
 🔹   c o l e 
 🔹   f r a n z 
 🔹   p a o l o 
 🔹   w e n d e l l 
 🔹   m o   b a m b a 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
g o o d   n e w s   o v e r a l l   h e r e   o n   s u g g s .   n o   i n f o   o n   s e v e r i t y   & a m p ;   b o n e   b r u i s e s   c a n   b e   q u i t e   v a r i a b l e   s o   t i m e l i n e   i s   v e r y   m u c h   t b d 
 
 o r l a n d o m a g i c   n b a  
o r l a n d o m a g i c   g u a r d   j a l e n s u g g s   e x i t e d   f r i d a y   o c t o b e r   7 ,   2 0 2 2 ’ s   p r e s e a s o n   c o n t e s t   a g a i n s t   t h e   d a l l a s m a v e r i c k s   w i t h   a n   i n j u r y   t o   h i s   l o w e r   l e f t   l e g .   n b a   m a g i c t o g e t h e r   m f f l   d a l l a s i n  
n b a   o r l a n d o m a g i c   j a l e n s u g g s   m a g i c   g   j a l e n   s u g g s   h a s   k n e e   s p r a i n ,   b o n e   b r u i s e  
p a o l o   b a n c h e r o   -   p r e s e a s o n   g a m e   3   h i g h l i g h t s 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
o r l a n d o m a g i c   g u a r d   j a l e n s u g g s   h a s   s u f f e r e d   a   l e f t   k n e e   c a p s u l e   s p r a i n   a n d   b o n e   b r u i s e ,   t h e   t e a m   a n n o u n c e d .   n b a t w i t t e r 

o r l a n d o m a g i c   s t r e n g t h     a n d   c o n d i t i o n i n g     c o a c h e s   a r e   t h e   w o r s t   j u s t   l i k e   t h e   o w n e r s .   t h i s   i s   t h e   m o s t   i n j u r e d   t e a m     i n   t h e   n b a .   m i g h t   a s   w e l l   t u r n   i t   i n t o   a   r e h a b   f a c i l i t y   
 s e l l t h e t e a m   o r l a n d o  
[ i n j u r y ]   j a l e n   s u g g s   c a r r i e d   o f f   c o u r t   w i t h   k n e e   i n j u r y   a f t e r   p u s h e d   b y   s p e n c e r   d i n w i d d i e   ( f u l l   p l a y ) 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
e n d e   
 b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 0 : 1 0 5   o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s   
 e i s h o c k e y   h e r r e n   w h l   
 0 : 5   l e t h b r i d g e h u r i c a n e s   v s   r e d d e e r r e b e l s   
 5 : 2   w i n n i p e g i c e   v s   r e g i n a p a t s   
 4 : 5   n v   p r i n c e a l b e r t r a i d e r s   v s   s w i f t c u r e n t b r o n c o s
p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   d a l l a s   m a v e r i c k s   1 1 0 - 1 0 5 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 1 - 1 )   a t   d a l l a s   m a v e r i c k s   ( 1 - 0 )   o c t   0 7   2 0 2 2   8 : 3 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
[ h a l f   c o u r t   h o o p s ]   o r l a n d o   m a g i c   2 0 2 2 - 2 3   x ' s   a n d   o ' s   p r e v i e w 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
n e g a t i v e   x - r a y   r e s u l t s   o n   j a l e n   s u g g s ’   l e f t   k n e e   i n j u r y   v s   m a v s   –   m a g i c   c o a c h   j a m a h l   m o s l e y   j a l e n s u g g s   j a m a h l m o s l e y   o r l a n d o m a g i c  
m a g i c   w i n ! ! !   o r l a n d o   d e f e a t s   t h e   d a l l a s   m a v e r i c k s   1 1 0 - 1 0 5 
 
 d a l l a s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   l u k a d o n c i c   m a v e r i c k s   d a l l a s m a v e r i c k s   p o d c a s t   t e x a s   n b a   d a l l a s m a v s   m a v s   b a s k e t b a l l   e s p n   g r a p h i c d e s i g n   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o 
 
 1 / 4  
w a i t   d i d n ’ t   k n o w   w e   d i d   n b a   🏀   🤷 ‍ ♂ ️   t r u e   🐐   _ b e t s     
 
 g a m b l i n g t w i t t e r   n b a   m i a m i   o r l a n d o m a g i c   h e a t     
 
   p r o m o   “ h a b i b i b e t s ”   f o r   2   w e e k s   f r e e   f i r s t   1 0   m e m b e r s   🚨  
t h e   m a g i c   t r a i l e d   b y   n e a r l y   2 0   p o i n t s   i n   t h e   1 s t ,   b u t   f o u n d   a   w a y   t o   f i g h t   b a c k   i n   t h i s   o n e .   
 
 p a o l o   p l a y e d   a n   i n c r e d i b l e   g a m e ,   s h o w i n g   f l a s h e s   o f   t h e   s c o r e r   h e   c a n   b e …   s u g g s   l e f t   t h e   g a m e   w i t h   a   l o w e r   l e f t   l e g   i n j u r y   a n d   d i d   n o t   r e t u r n .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
p r e s e a s o n   w   b u t   s t i l l   a   w .     m a g i c t o g e t h e r   o r l a n d o m a g i c  
n o   f r a n z   t o n i g h t   ( r e s t ) 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
j a l e n   s u g g s   s u f f e r   l o w e r   l e f t   l e g   i n j u r y   v s   d a l l a s ,   t o   b e   t e s t e d   a n d   e v a l u a t e d   d a l l a s m a v e r i c k s   j a l e n s u g g s   o r l a n d o m a g i c  
i s   b o l   b o l   c o o k i n g ? 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
p a o l o   l o o k s   m o s t   c o m f o r t a b l e   i n   i s o l a t i o n   s i t u a t i o n s ,   l o o k s   l i k e   a   t o t a l l y   d i f f e r e n t   p l a y e r   i n   p i c k   a n d   r o l e   s i t u a t i o n s   r i g h t   n o w . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 0
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 9
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 8
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 7
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 6
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 5
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 4
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 3
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 2
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 1
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 1 1
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o
  l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 1
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d   r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d   r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o
p r a y i n g     i n j u r y   i s n ’ t   s e r i o u s !   o r l a n d o m a g i c
m a g i c   o f f e n s e   a n d   d e f e n s e   m u c h   b e t t e r   i n   t h e   2 n d   q u a r t e r …   t h e y ’ r e   n o w   o n l y   d o w n   3   a f t e r   t r a i l i n g   b y   c l o s e   t o   2 0   e a r l i e r   i n   t h e   g a m e .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a
m r .   m a r k   c u b a n 
 - 
 - 
 d a l l a s   
 d a l l a s m a v e r i c k s   
 m a r k c u b a n   
 o r l a n d o m a g i c   
 a m e r i c a n a i r l i n e s c e n t e r   @   a m e r i c a n   a i r l i n e s   c e n t e r  
p r a y i n g   t h a t   j a l e n   s u g g s   i s   o k a y   🙏 🏾 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
w e   a r e   c u r s e d . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
i c a n t w a i t ! ! !     c a t c h   m e   t o n i g h t   d u r i n g   h a l f t i m e   a s   m a v s     p l a y s   p r e s e a s o n     b a s k e t b a l l   🏀   🆚   o r l a n d o m a g i c       m f f l   g o m a v s   a m a z i n g s l a d e k   a m e r i c a s o l d e s t   d a r e d e v i l   a c r o b a t   d e a t h d e f y i n g   t o w e r o f c h a i r s   i t s a l l f o r t h e f a n s ! ! !  
b a c k   t o   b a c k   n b a   a c t i o n …   m a g i c   a t   m a v s .   l e t ’ s   g o   m a g i c ! ! !   o r l a n d o m a g i c   n b a p r e s e a s o n   m a g i c t o g e t h e r  
p o s t g a m e   h i g h l i g h t s   |   m a g i c   v s .   s p u r s 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
7 .   c o l e   t r y i n g   t o   d o   w a y   t o o   m u c h 
 8 .   m o   w a g n e r   i s   t h e   b e s t   b i g   m a n   c o m i n g   o f f   t h e   b e n c h   b y   a   m i l e 
 9 .   p a o l o   i s   g o i n g   t o   b e   r e a l l y   g o o d 
 1 0 .   m a r k e l l e   i s   t h e   k e y   t o   o u r   s u c c e s s 
 1 1 .   j i   ( h e a l t h y )   w o u l d   t a k e   u s   t o   a n o t h e r   l e v e l 
 o r l a n d o m a g i c   p r e s e a s o n   w a y t o o e a r l y a s s e s s m e n t
n e w   v i d e o   t o   w a t c h : 
 
 " m a g i c   a t   s p u r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
g a m e d a y ! 
 t o n i g h t   a t   8 : 3 0 p m 
 
 d a l l a s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   l u k a d o n c i c   p o d c a s t   t e x a s   m a v e r i c k s   m a v s   n b a   d a l l a s m a v e r i c k s   d a l l a s m a v s   b a s k e t b a l l   e s p n   e x p l o r e   g r a p h i c d e s i g n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   j a l e n s u g g s   m a g i c   o r l a n d o  
o u t   n o w ! ! ! 🔥 w a s   t h e   n e x t   k e v i n   d u r a n t !   j o n a t h a n   i s s a c   s t u n t e d   g r o w t h   s t o r y     v i a     s t u n t e d g r o w t h   s t u n t e d g r o w t h 3   j o n a t h a n i s a a c   o r l a n d o m a g i c   w h a t h a p p e n e d  
c h e c k   o u t   s h o t s   s h a n k s ' s   v i d e o !   t i k t o k     s h o t s a n d s h a n k s   w o n d e r w o m a n   f l   f r i d a y   j e s u s t a k e t h e w h e e l   p e t   h e l p   l o s t e v e r y t h i n g   t a x f r e e   d o n a t i o n s   d o n t a t e   h u r r i c a n e   t r u c k i n g   e l d e r l y l o v e   o r l a n d o m a g i c   c o m m u n i t y   n i k e   a p p l e   h i l t o n   c h e v r o l e t   b e a t t l e s
n e w   v i d e o   t o   w a t c h : 
 
 " p o s t g a m e   s o u n d   a t   s a n   a n t o n i o :   c o a c h   m o s e ,   w a g n e r   & a m p ;   c a r t e r   j r . "   
 
 c r e a t o r :     o r l a n d o   m a g i c 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
f r a n z ,   p a o l o ,   w e n d e l l   h i g h l i g h t s   p r e s e a s o n   g a m e   2 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   s a n   a n t o n i o   s p u r s   1 0 2 - 9 9   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
t h e   m a g i c   w i l l   t r a v e l   t o   d a l l a s   f o r   t h e i r   f i n a l   r o a d   g a m e   o f   t h e   p r e s e a s o n .   
 
 n o   s h o o t   a r o u n d   s c h e d u l e d   t h i s   m o r n i n g ,   s o   w e   w i l l   f i n d   o u t   l a t e r   o n   i n   t h e   d a y   w h o   w i l l   s u i t   u p   t o n i g h t .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
n e w   v i d e o   t o   w a t c h : 
 
 " s p u r s   -   m a g i c   p r e s e a s o n   i n s t a n t   r e a c t i o n "   
 
 c r e a t o r :     p r o j e c t   s p u r s   n e t w o r k   t v 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
p o s t g a m e   s o u n d   a t   s a n   a n t o n i o :   c o a c h   m o s e ,   w a g n e r   & a m p ;   c a r t e r   j r . 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
c a n   t h e   o r l a n d o   m a g i c   i m p r o v e   o n   l a s t   y e a r   o r   a r e   t h e y   s t i l l   r e b u i l d i n g ?   c a n   t h e y   p u l l   a   r a b b i t   o u t   o f   t h e   h a t   a n d   s l i d e   i n t o   t h e   p l a y - i n ?   i s   b a n c h e r o   h i m ? 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r 
 m a g i c t i p o f f 
 

o r l   m a g i c   v s   s a   s p u r s   -   f u l l   g a m e   h i g h l i g h t s   -   . . . 
   
 
   
 g r i z z l i e s v s m a g i c   m a g i c v s g r i z z l i e s   m a g i c v s s p u r s   m a g i c v s s p u r s h i g h l i g h t s   o r l a n d o m a g i c   p a s s   s a n a n t o n i o s p u r s   s a n a n t o n i o s p u r s b a s k e t b a l l t e a m   s a n a n t o n i o s p u r s v s o r l a n d o m a g i c f u l l g a m e h i g h l i g h t s  
  b i g   c o u n t r y   w a s   p l a y i n g   b e a u t i f u l   b a s k e t b a l l .   t h e     o r l a n d o m a g i c ' s   r o s t e r   w o r k s   o n   p a p e r .   l e t ' s   s e e   i f   t h e   c o a c h i n g   s t a f f   c a n   p u t   t h e   p i e c e s   t o g e t h e r .  
🔹 m a r k e l l e 
 🔹   g a r y   
 🔹   f r a n z 
 🔹   p a o l o 
 🔹   w e n d e l l 
 
 t h i s   i s   o u r   s t a r t i n g   l i n e u p .   a n y t h i n g   e l s e   s e e m s   l i k e   a   w a i s t   o f   t i m e .   o f   c o u r s e   w e   h a v e   t o   p i v o t   u n t i l   m a r k e l l e   a n d   g a r y   g e t   b a c k . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m a g i c v s s p u r s   n b a h i g h l i g h t s   n b a p l a y o f f s   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   s p u r s v s m a g i c  
p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   s a n   a n t o n i o   s p u r s   1 0 2 - 9 9 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
s h o p   m a g i c t o g e t h e r     f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   o r l a n d o   o r l a n d o m a g i c   m a g i c   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
j a l e n   s u g g s   a n d   p a o l o   b a n c h e r o   s i n g   h a p p y   b i r t h d a y   t o   j a m a h l   m o s l e y   😂 🎉     . . . 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
y e a h h h   m a y b e   w e   s h o u l d   t a k e   t h e   u n d e r … .   n o t   t a n k …   b u t   t a k e   t h e   u n d e r …   m a y b e …   o r l a n d o m a g i c
m a g i c   w i n !   o r l a n d o   d e f e a t s   t h e   s a n   a n t o n i o   s p u r s   1 0 2 - 9 9 ! ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ 
 
 s a n a n t o n i o   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   d e v i n v a s s e l l   p o d c a s t   t e x a s   n b a   s a n a n t o n i o s p u r s   s p u r s   b a s k e t b a l l   e s p n     n b a p r e s e a s o n   f l o r i d a   w e n d e l l c a r t e r j r   m a g i c   o r l a n d o 
 
 1 / 4  
h o w   a b o u t   m o   w a g n e r   i n   t h a t   4 t h   q u a r t e r .   
 
 s h o w e d   h i s   c l a s s   t o   g e t   t h e   m a g i c   b a c k   i n   f r o n t   a n d   o v e r   t h e   l i n e .   
 
 v e r y   u n d e r r a t e d   p l a y e r .   o r l a n d o m a g i c
  w o r l a n d o   w a g i c   o r l a n d o m a g i c
i t   w a s n ’ t   p r e t t y   b u t   t h e   m a g i c   t h i r d   s t r i n g e r s   f o u n d   a   w a y   t o   p u l l   o f f   t h e   w i n   i n   s a n   a n t o n i o   l e d   b y   a   l a t e   p u s h   b y   m o   w a g n e r .   
 
 t h e   m a g i c   w e r e   l e d   b y   w c j   w h o   s c o r e d   2 0   p o i n t s   a n d   g r a b b e d   1 0   r e b o u n d s .   b a c k   a t   i t   t o m o r r o w   n i g h t   i n   d a l l a s .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
b i g   b r o   b r i n g i n g   t h e   e n e r g y !   o r l a n d o m a g i c
a l l   t h e s e   m i s s e d   t h r e e   p o i n t   a t t e m p t s   m a k e   m e   s a d   o r l a n d o m a g i c
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 0 - 1 )   a t   s a n   a n t o n i o   s p u r s   ( 0 - 1 )   o c t   0 6   2 0 2 2   8 : 0 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
c o n s i d e r i n g   t h e   p o o r   s t a r t ,   o n l y   b e i n g   d o w n   b y   3   i s   i m p r e s s i v e .   i   k n o w ,   i   k n o w … .   p r e s e a s o n .   o r l a n d o m a g i c   m a g i c t o g e t h e r  
h a l f t i m e   a t   a t & a m p ; t   s a s p u r s   5 2   o r l a n d o m a g i c   4 9 .   s p u r s   w e r e   u p   b y   a l m o s t   2 0   b u t   m a g i c   c a m e   b a c k   l a s t   4   m i n u t e s   o f   2 n d   h a l f .  
n o t   e v e n   a   w e m b a '   c o u l d   b e   e f f e c t i v e   i n   t h i s   s h i t t y   t e a m   c a u s e   t h e y   d o n ' t   k n o w   w t f   t h e y ' r e   d o i n g   i n   t h i s   f r a n c h i s e .   o r l a n d o m a g i c   🚮 🗑 ️
s o   d i d   t h e   m a g i c   s h o o t   a n y   t h r e e s   i n   p r a c t i c e   t h i s   p r e s e a s o n   o r … ?     o r l a n d o m a g i c
a t   l e a s t   r j   i s   p l a y i n g   w i t h i n   h i s   s k i l l   s e t ,   w h i c h   i s   a w e s o m e .   i   h a v e n ' t   s e e n   h i m   t r y i n g   a n y   o f   t h o s e   c r a z y   m o v e s   h e   w a s   d o i n g   i n   s u m m e r   l e a g u e . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
n o t   a t   a l l   i m p r e s s e d   w i t h   w h a t   c o a c h   i s   d o i n g .   e x p e r i m e n t   i n   p r a c t i c e   o r   a t   t h e   e n d   o f   t h e   s e a s o n   i f   a l l   i s   l o s t .   n o t   n o w . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
b o l   r e a l l y   n e e d s   t o   s t a r t   t a k i n g   a d v a n t a g e   o f   t h o s e   o p e n   l o o k s . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
i s   t h i s   r e a l i t y   s m a c k i n g   u s   i n   t h e   f a c e   o r   j u s t   p r e s e a s o n   r u s t   a n d   o v e r r e a c t i o n ? 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
l o o k   a t   h o w   s l o w   a n d   s l u g g i s h   m a g i c   a r e   t o   g e t   a n y t h i n g   g o i n g .   w h e r e ' s   t h e   f u c k i n g   b a l l   m o v e m e n t   a n d   e n e r g y ?   o r l a n d o m a g i c
t i m e   f o r   a   l i t t l e   n b a   a c t i o n …   m a g i c   a t   s p u r s .   l e t ’ s   g o   m a g i c ! ! !   o r l a n d o m a g i c   n b a p r e s e a s o n   m a g i c t o g e t h e r  
🏆   n b a   -   p r e - s e a s o n   
 
 🏀   s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 s a n a n t o n i o s p u r s   o r l a n d o m a g i c   n b a  
e p .   2 4 6   -   p r e s e a s o n   p r o b l e m s   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 a l e x k e n n e d y   e a s t e r n c o n f e r e n c e   n b a   o r l a n d o m a g i c   p a o l o b a n c h e r o   s c o o t h e n d e r s o n   s o u t h e a s t d i v i s i o n   v i c t o r w e m b e n y a m a  
j o h n   h o l l i n g e r   o f     p r e d i c t s   t h e   m a g i c   w i l l   e n d   t h e   2 0 2 2 - 2 3   s e a s o n   w i t h   a   2 1 - 6 1   r e c o r d   g o o d   f o r   1 5 t h   i n   t h e   e a s t .   
 
 w h a t   a r e   y o u r   t h o u g h t s   o n   t h i s ? 
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
p r o t e c t   m a r k e l l e   f u l t z   a t   a l l   c o s t . . 🙌 🏾 🙌 🏾 🙌 🏾 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g    
g a m e d a y ! 
 t o n i g h t   a t   8 p m 
 
 s a n a n t o n i o   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   k e l d o n j o h n s o n   d e v i n v a s s e l l   p o d c a s t   t e x a s   s p u r s   n b a   s a n a n t o n i o s p u r s   b a s k e t b a l l   e s p n   g r a p h i c d e s i g n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   c o l e a n t h o n y   m a g i c   o r l a n d o  
l o o k s   w h o ’ s   s c o u t i n g   v i c t o r   w e m b a n y a m a 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
n b a   l e g e n d s   e x p l a i n   h o w   g o o d   p e n n y   h a r d a w a y   w a s     -   
 
 " p e n n y   c o u l d ' v e   b e e n   b e t t e r 
 t h a n   k o b e   & a m p ;   l e b r o n 
 
 n b a   n b a 2 k 2 3   o r l a n d o m a g i c  
o r l a n d o   m a g i c   r o a d   t r i p !   
 n o v   1 1 ,   2 0 2 2                       
 
 
 o r l a n d o m a g i c   b i g c i t y b a s k e t b a l l   m e l b o u r n e f l o r i d a   o r l a n d o f l o r i d a   b a s k e t b a l l   k i d s b a s k e t b a l l    o r l a n d o m a g i c  
o r l a n d o   m a g i c   r o a d   t r i p !   
 n o v   1 1 ,   2 0 2 2                       
 
 
 o r l a n d o m a g i c   b i g c i t y b a s k e t b a l l   m e l b o u r n e f l o r i d a   o r l a n d o f l o r i d a   b a s k e t b a l l   k i d s b a s k e t b a l l    o r l a n d o m a g i c  
g i v e   m e   a l l   t h e   m a r k e l l e   f u l t z   a n d   c o l e   a n t h o n y   s t o c k   y o u   g o t . . .   🚀   🚀   🚀 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g  
i   c o u l d   c a r e   l e s s   a b o u t :   t h e   d r a f t ,   p r o s p e c t s ,   t a n k a t h o n ,   t h e   n b a   l o t t e r y   o r   a n y   o f   t h a t   s h ! t .   m i s s   m e   w i t h   a l l   o f   t h a t .   i t ' s   w i n n i n g   t i m e . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   e a c h   t e a m .   h e r e ’ s   t h e   v e r s i o n   f o r   t h e   m a g i c ! 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
t h e   m a g i c   t r a v e l   t o   s a n   a n t o n i o   f o r   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a f t e r   a   r o u g h   g a m e   i n   m e m p h i s   o n   m o n d a y   n i g h t .   
 
 f r a n z   w a g n e r   i s   e x p e c t e d   t o   b e   a v a i l a b l e ;   i t ’ l l   b e   t h e   f i r s t   t i m e   w e   g e t   t o   s e e   f r a n z   a n d   p a o l o   p l a y   n e x t   t o   e a c h   o t h e r .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
n e w   v i d e o   t o   w a t c h : 
 
 " p r a c t i c e   s o u n d :   c o a c h   m o s e ,   b a n c h e r o   & a m p ;   h a m p t o n "   
 
 c r e a t o r :     o r l a n d o   m a g i c 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
e p .   2 1 7   -   m o   m o n e y   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 e a s t e r n c o n f e r e n c e   i s a i a h h a r t e n s t e i n   m o b a m b a   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
t h a t   s h o o t i n g   f o r m .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
2 5 %   w i l l   g o   t o   t h e   
 
 s h a q u i l l e o n e a l   s h a q   o n e a l   o r l a n d o m a g i c   o r l a n d o   m a g i c   m a g i c a b o v e a l l   n b a   n b a d r a f t   n b a f i n a l s   n b a p l a y o f f s   
 

c a n   h i s t o r y   r e p e a t   3 0   y e a r s   l a t e r ?   s o m e   s e e m   t o   f o r g e t   t h a t   t h e   o r l a n d o   m a g i c   h a d   b a c k   t o   b a c k   1   p i c k s   i n   t h e   9 0 s …   i f   w e   m a k e   t h e   p l a y - i n s   a n d   t h e y   g i v e   u s   a n o t h e r   1 …   l a r r y   o b   💍   
 
 n b a t w i t t e r   o r l a n d o m a g i c   m a g i c t o g e t h e r  
k e l v i n   p e l t o n   a n d   z a c h   l o w e   b o t h   e x p e c t   t h e   m a g i c   t o   g o   o v e r   o n   t h e i r   p r o j e c t e d   2 6 . 5   w i n s   t h i s   u p c o m i n g   s e a s o n .   
 
 l o w e   e x p e c t s   t h e   m a g i c   a n d   p i s t o n s   t o   p o s s i b l y   c o n t e n d   f o r   a   p l a y - i n   s p o t .   
 
 o h   y e a h ,   t h e y   a r e   b o t h   b i g   t i m e   f r a n z   w a g n e r   f a n s .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c
w i t h   a n o t h e r   l o t t e r y   p i c k   i n   t h e   l i n e u p ,   i t ' s   t i m e   f o r   t h e   o r l a n d o m a g i c   t o   s t a r t   p u t t i n g   t h i n g s   t o g e t h e r .   n b a   b a c k s p o r t s p a g e 
 

i n   t h i s   w e e k ' s   e p i s o d e : 
 
 • t a k e a w a y s   f r o m   m e d i a   d a y 
 • w h a t ' s   g o i n g   o n   a t   t r a i n i n g   c a m p 
 • r e a c t i o n   t o   f i r s t   p r e s e a s o n   g a m e 
 • a n n u a l   g m   s u r v e y 
 
 l i s t e n :   
 
 
 y o u t u b e : 
 
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   t b p n  
e x c i t e d   f o r   t h i s   😊   o r l a n d o m a g i c   n e w j o b   h o p e i m e e t s t e p h c u r r y  
h e r e   a r e   m y   3 ️ ⃣   r e a s o n s   i   b e l i e v e   t h e   o r l a n d o   m a g i c   w i l l   f i n i s h   u 2 7 . 5   w i n s ,   l i n e   b y       o r l a n d o m a g i c   p a o l o b a n c h e r o   n b a   
   t i k t o k  
i f   w e   c o u l d   s o m e h o w   g e t   a   c o m b i n a t i o n   o f   s c o o t   h e n d e r s o n ,   a m e n   o r   a u s a r   t h o m p s o n ,   a n d   j a r a c e   w a l k e r   g e t   i n   n e x t   y e a r s   d r a f t .   w e ’ d   b e   r e a d y   w a r   ( e n d   t a n k i n g )   o r l a n d o m a g i c   m a k e i t h a p p e n
p a o l o   b a n c h e r o   d e b u t !   r e a c t i n g   t o   o r l a n d o   m a g i c   v s   m e m p h i s   g r i z z l i e s   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
  n o t   r e a l   b u t   t o o   f a s t 💯 💯   i f   h i s   d e v e l o p m e n t   c o n t i n u e s   t h a   w a y   t h e n   o r l a n d o m a g i c   & a m p ;   o k l a h o m a c i t y t h u n d e r   y a l l   f u m b l e d   t h a   b a l l 🤦 😭 🤣 🤣 🤣
i   k n o w   h e ’ s   n o t   b r o n   b u t   f o r   c o n t e x t … b r o n s   f i r s t   p r e   s e a s o n   g a m e s .   m a d e   m e   f e e l   b e t t e r   l o l .   l e t ’ s   g o   m a g i c . 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
  t h e y   g o t   3   b i g s   a r o u n d   t h e   p a i n t   a n d   a l m o s t   n e v e r   c o m e   u p   w i t h   a n   o f f e n s i v e   r e b s   c a u s e   t h e y   j u s t   t r y i n g   t o   j u m p   o v e r   d u d e s   i n s t e a d   o f   b o x i n g   o u t .   😩   o r l a n d o m a g i c
t e a m   o u t l e t   s t o r e     p u r c h a s e   o r l a n d o   m a g i c ,   o r l a n d o   c i t y   & a m p ;   o r l a n d o   p r i d e   g e a r   a n d   t i c k e t s   h e r e .   e x c l u s i o n s   m a y   a p p l y .   s a l e   i s   s u b j e c t   t o   c h a n g e .   t e a m o u t l e t s   o r l a n d o m a g i c   o r l a n d o p r i d e g e a r   s p o r t s   t e a m   t e a m s h i r t s   a d i d a s t e a m s h i r t s   b a c k s a c k   d e c a l   l i c e n s e p l a t e f r a m e  
t e a m   o u t l e t   s t o r e     p u r c h a s e   o r l a n d o   m a g i c ,   o r l a n d o   c i t y   & a m p ;   o r l a n d o   p r i d e   g e a r   a n d   t i c k e t s   h e r e .   e x c l u s i o n s   m a y   a p p l y .   s a l e   i s   s u b j e c t   t o   c h a n g e .   t e a m o u t l e t s   o r l a n d o m a g i c   o r l a n d o p r i d e g e a r   s p o r t s   t e a m   t e a m s h i r t s   a d i d a s t e a m s h i r t s   b a c k s a c k   d e c a l   l i c e n s e p l a t e f r a m e  
p o s t   g a m e   t h r e a d :   t h e   m e m p h i s   g r i z z l i e s   d e f e a t   t h e   o r l a n d o   m a g i c   1 0 9 - 9 7   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
w e   c o u l d n ' t   b e   m o r e   e x c i t e d   t o   p a r t n e r   w i t h   t h e     f o r   s y n a p s e o r l a n d o !   p l u s ,   w e   h e a r d   t h e y ' r e   g i v i n g   a w a y   a n   a u t o g r a p h e d   b a s k e t b a l l ,   s o   b e   s u r e   t o   s t o p   b y !   🪄 🏀   i n n o v a t i o n l i v e s h e r e   o r l a n d o m a g i c 
 
 🤝   s p o n s o r :   
 🎟 ️   a t t e n d :    
p a i n . 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " p a o l o   b a n c h e r o   d e b u t !   r e a c t i n g   t o   o r l a n d o   m a g i c   v s   m e m p h i s   g r i z z l i e s   |   2 0 2 2   n b a   p r e s e a s o n "   
 
 c r e a t o r :     e x t r a   k r i s p y 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   w a s   o n   b a l l y   s p o r t s   s o u t h e a s t .   w i t h   c o m m e n t a r y   f r o m   p e t e   p r a n i c a .   c o - c o m m e n t a t o r   i s   b r e v i n   k n i g h t .   r e p o r t e r   i s   r o b   f i s c h e r .     f o r   m o r e   d e t a i l s   s e e     m e m p h i s g r i z z l i e s   o r l a n d o m a g i c   b a l l y s p o r t s s o u t h e a s t
p o s t   g a m e   t h r e a d :   t h e   m e m p h i s   g r i z z l i e s   d e f e a t   t h e   o r l a n d o   m a g i c   1 0 9 - 9 7 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
n b a   o r l a n d o   m a g i c   2 d   t r a c k s u i t s   j a c k e t 
 l i n k   t o   b u y   :   
 n b a   o r l a n d o m a g i c  
m a g i c   v s .   g r i z z l e s   1 0 . 3   7 : 3 0   p . m .   c o u r t   c o u s i n s   l i v e   w a t c h   e v e n t 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
t h e   n e w   e r a   b e g i n s 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
t h e   m e m p h i s   g r i z z l i e s   d e f e a t   t h e   o r l a n d o   m a g i c   1 0 9 - 9 7   i n   t h e   f i r s t   g a m e   o f   t h e   p r e s e a s o n 
 
 m e m p h i s   s p o r t s   o r l a n d o m a g i c   m a g i c t o g e t h e r   j a m o r a n t   p o d c a s t   t e n n e s s e e   n b a   m e m p h i s g r i z z l i e s   g r i z z l i e s   b a s k e t b a l l   e s p n   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o 
 
 1 / 4  
u g l y   g a m e   f o r   t h e   m a g i c   i n   t h e i r   f i r s t   p r e s e a s o n   g a m e   i n   m e m p h i s .   l o t s   o f   t u r n o v e r s ,   f o u l s   a n d   m i s s e d   o p e n   l o o k s .   
 
 t h a n k f u l l y ,   i t ’ s   o n l y   p r e s e a s o n .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
d e v i n   c a n n a d y   n e e d s   r e g u l a r   m i n u t e s . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
o v e r r e a c t i o n   -   u n t i l   f u r t h e r   n o t i c e   g a r y   h a r r i s   i s   o u r   s t a r t i n g   s g . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 0 - 0 )   a t   m e m p h i s   g r i z z l i e s   ( 1 - 0 )   o c t   0 3   2 0 2 2   8 : 0 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
t h e   s t a r t i n g   s g   a n d   b a c k u p   p g   s p o t   i s   w i d e   o p e n   f o r   c o m p e t i t i o n .   l i t e r a l l y   a n y b o d y   c a n   e a r n   t h o s e   t w o   s p o t s . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
p a o l o   b a n c h e r o   w i t h   t h e   s l a m 
 
 
 
 n b a   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   m a g i c   o r l a n d o m a g i c   p a o l o b a n c h e r o   h i g h l i g h t s   n b a t w i t t e r
l o o k s   l i k e   s u g g s   t u r n e d   t h e   b a l l   o v e r   a n d   t h e n   h u r t   h i s   h a n d . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
t o u g h   d e f e n s e   b y   t h e   g r i z z l i e s .   e s p e c i a l l y   f o r   t h e   m a g i c .   a l o t   t o   l e a r n   f r o m   o n   t h i s   g a m e .   
 
 m a g i c   n e e d   t o   g e t   b a c k   t o   t h e   s t a t e   o f   t h e   a r t   a d v e n t   h e a l t h   p r a c t i c e   f a c i l i t y   a n d   g e t   b e t t e r .   f i n d   a   b e t t e r   o f f e n s i v e   p a c e .   p l a y   s m a r t e r   i n   m o m e n t s .   k n o w   w h e n   t o   g o 
 
 o r l a n d o m a g i c   n b a
b o l   b o l   t i m e 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
g r i z z l i e s   o f f e n s e   i s   f l u i d   w i t h   m o v e m e n t   a n d   p l a y e r s   h a v e   r o o m   t o   w o r k .   m a g i c   o f f e n s e   i s   l e t ' s   s e e   w h e r e   i   c a n   g e t   c r o w d e d   a t   a n d   c o m e   u p   w i t h   a   p o o r   p e r c e n t a g e   s h o t .   o r l a n d o m a g i c
m a r k e l l e   f u l t z   i s   t h e   m o s t   i m p o r t a n t   p l a y e r   o n   o u r   t e a m .   w e   n e e d   h i m . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
m a g i c   d o w n   5 6 - 4 2   a t   t h e   h a l f .   
 
 i t ’ s   o n l y   p r e s e a s o n   b u t   1 4   t u r n o v e r s   a r e   w a y   t o o   m a n y .   n e e d   t o   c l e a n   t h a t   u p   i n   t h e   s e c o n d   h a l f .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a
o r l a n d o   i s   p l a y i n g   s o   f u c k i n g   t e r r i b l e .   y e s   i t ' s   o n l y   p r e s e a s o n   b u t   i   d o n ' t   s e e   n o   k i n d   o f   f u c k i n g   o f f e n s i v e   f l o w .   i t ' s   t h e   s a m e   s e t s   i n   t h e   s a m e   a r e a s   a n d   t h e r e ' s   n o   s p a c i n g   f o r   s h i t   o r l a n d o m a g i c
w e   a b s o l u t e l y   n e e d   m a r k e l l e   f u l t z . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
h e r e   w e   g o   a g a i n … .   f u c k   m e .   o r l a n d o m a g i c
r o u g h   f i r s t   h a l f   f o r   p a o l o .   h e ’ s   h a v i n g   a   h a r d   t i m e   h o l d i n g   o n   t o   t h e   b a l l .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a
r u n   s o m e   f u c k i n g   p i c k   n   r o l l s ! ! !   o r l a n d o m a g i c
m a g i c   s t a r t e r s   a r e   n o t   p l a y i n g   w e l l   s o   f a r .   
 
 l o t s   t o   t u r n o v e r s   a n d   o v e r a l l   j u s t   d o n ’ t   l o o k   c o m f o r t a b l e   t o g e t h e r   o u t   t h e r e .   
 
 g r i z z l i e s   u p   1 4   n o w .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a
n b a ’ s   o r l a n d o   m a g i c   t h r o u g h o u t   t h e   y e a r s 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
t h e   m a g i c   s e t t l e   d o w n   a n d   t r a i l   2 5 - 2 1   a f t e r   o n e   i n   m e m p h i s .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a
r o u g h   s t a r t   f o r   t h e   o r l a n d o m a g i c   …   w e n d e l l   c a r t e r   l o o k i n g   l i k e   p r e - s e a s o n   h a h a
💫 t h e   e r a   o f   p a o l o   i s   u p o n   u s 💫 
 
 m a g i c t o g e t h e r 
 v s 
 g r i n d c i t y 
 
 a l m o s t   g a m e t i m e ! 
 p r e s e a s o n   g a m e   o n e 
 l e t ' s   g o o o o o o o o o o o !   
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g  
f r a n z   w i l l   n o t   p l a y   t o n i g h t   ( r e s t ) .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
m e m p h i d g r i z z l i e s   o r l a n d o m a g i c   n b a 2 k 2 3   b a s k e t b a l l   n b a   n b a 2 k   n b a t w i t t e r   n b a j a p a n g a m e s   
 l i v e l i n e   w a t c h   m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   l i v e s t r e a m   
                                             🇺 🇸 l i n k 🏀 🗑 ️ 
                                                       ⬇ ️ 
 
   ✅
d o   w e   h a v e   s t a r t i n g   l i n e - u p s   y e t ?     o r l a n d o m a g i c
i t ' s   t h a t   t i m e   a g a i n .   o r l a n d o m a g i c   p r e s e a s o n   s t a r t s   t o n i g h t .   t h o s e   o f   y o u   w h o   k n o w   m e ,   k n o w   h o w   i   f e e l   a b o u t   t h i s   t e a m .   a n d   t h a t   i   t e n d   t o   t w e e t   g a m e s .     i ' l l   w a r n   y o u   s o   y o u   c a n   m u t e   m y   p a s s i o n a t e   f a n   s e l f   b e f o r e   g a m e s .   ( i f   y o u   h a v e n ' t   a l r e a d y )   l m a o
f   r   a   n   z   ☄ ️   w   a   g   n   3   r 
 
 p l a y s   b a l l   t o d a y . . .   😁 😁 😁 
 
 f a n t a s y m a g i c m e d i a   ©   
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g  
c a n   w e   a t   l e a s t   h e a r   t h e   m a g i c   g a m e   s o m e w h e r e ?     m a g i c   o r l a n d o m a g i c     ? ?       t h a n k s !
f i r s t   g a m e   o f   t h e   p r e s e a s o n ! 
 t o n i g h t   a t   8 p m 
 
 m e m p h i s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   j a m o r a n t   p o d c a s t   t e n n e s s e e   g r i z z l i e s   n b a   m e m p h i s g r i z z l i e s   b a s k e t b a l l   e s p n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o  
j a l e n   s u g g s   r a t e d   r o o k i e   h o l o     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   o r l a n d o m a g i c   j a l e n s u g g s   m a g i c   r o o k i e   r c   r o o k i e c a r d  
j a l e n   s u g g s   r a t e d   r o o k i e   h o l o     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   o r l a n d o m a g i c   j a l e n s u g g s   m a g i c   r o o k i e   r c   r o o k i e c a r d  
i   r e a l l y   w a n t e d   t o   s e e   t h e     g a m e   t o n i g h t   b u t   i ’ m   b l a c k e d   o u t   b e c a u s e   i ’ m   s u p p o s e d l y   c l o s e   t o   m e m p h i s ?   i ’ m   4 0 0   m i l e s   a w a y   i n   l o u i s v i l l e ,   k y .   i ’ l l   n e v e r   u n d e r s t a n d   t h e     b l a c k o u t   r u l e s …   o r l a n d o m a g i c  
i t ’ s   t i m e   t o   b o l - l i e v e .   o r l a n d o m a g i c   b o l b o l   p r e s e a s o n
g a m e   d a y ! ! ! 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g  
o r l a n d o   m a g i c   b a s k e t b a l l   i s   b a c k ! 
 
 a f t e r   a   l o n g   o f f - s e a s o n ,   w e   g e t   t o   f i n a l l y   w a t c h   m a g i c   b a s k e t b a l l   t o n i g h t .   l o t s   o f   e x c i t e m e n t   a n d   a n t i c i p a t i o n   e v e n   t h o u g h   i t ’ s   o n l y   a   p r e s e a s o n   g a m e .   
 
 w h a t   a r e   y o u   l o o k i n g   f o r w a r d   t o   t h e   m o s t ?   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
e p .   2 4 5   -   p r e s e a s o n   p r i m e r   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 e a s t e r n c o n f e r e n c e   n b a   o r l a n d o m a g i c   p a o l o b a n c h e r o   s o u t h e a s t d i v i s i o n  
o r l a n d o   m a g i c   f e e l   r e l i e f   o f   j a l e n   s u g g s '   i n j u r y   p r o g n o s i s 
 
 
 
 n b a   o r l a n d o   m a g i c a b o v e a l l   m a g i c   h e r e t h e y c o m e   w e a r e t h e v a l l e y   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   h a w k s
p r a c t i c e   s o u n d :   c o a c h   m o s e   & a m p ;   j a l e n   s u g g s   o n   h i s   i n j u r y 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
f e s t i v a l   o f   f a n t a s y   p a r a d e   m a g i c   k i n g d o m   2 0 2 2   f u l l   s h o w   m a g i c k i n g d o m     v i a     d i s n e y   d i s n e y p a r k s   f l o r i d a   o r l a n d o   f e s t i v a l o f f a n t a s y p a r a d e  
y e s t e r d a y ,     d e f e a t e d   o r l a n d o   w o m e n s c h a m p i o n   _ b l u e _ m a g i c   v i a   d i s q u a l i f i c a t i o n .   t h o u g h   g i n a   w o n   t h e   m a t c h ,   s h e   d i d   n o t   w i n   t h e   t i t l e ,   b u t   d i d   s t e a l   t h e   p h y s i c a l   c h a m p i o n s h i p   b e l t .   t h i s   s u n d a y   b o n u s e v e n t   1 : 0 0 - 2 : 3 0 p m . 
  
[ h i g h l i g h t ]   m a r k e l l e   f u l t z   s t e a l s   t h e   b e a l   p a s s   a n d   p o s t e r s   d a v i s   b e r t a n s   t o   s e a l   t h e   w i n   f o r   t h e   o r l a n d o   m a g i c   🏀 

🕺 a r e   y o u   f r e e   b i r d s   r e a d y   t o   t a k e   t h e   s t a i r w a y   t o   h e a v e n ? 
 💃 🏽 b r e a k   o u t   t h e   b e l l   b o t t o m s   o r   s h o r t   s h o r t s   w i t h   t u b e   s o c k s 
 📡 n o   n e e d   t o   a d j u s t   t h e   a n t e n n a ,   i t s   7 0 ' s   n i g h t   
 🍻 c o m i n g   s o o n   t o   m a g i c   c i t y 
 
 o r l a n d o   o r l a n d o f l o r i d a   b e e r   b e e r s t a g r a m   b e e r l o v e r   w i n e   w i n e t a s t i n g   w i n e l …  
f o r m e r   a t l a n t a   h a w k s   p l a y e r   a n d   a t l a n t a   n a t i v e   c o n t e m p l a t e s   r e t i r e m e n t 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s   l s o a n g e l e s   o r l a n d o   m a g i c   7 6 e r s
t e r r e n c e   r o s s   n b a   h i g h l i g h t s   m a g i c   v s   m a v e r i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t e r r e n c e r o s s   t e r r e n c e   r o s s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
m o   b a m b a   n b a   h i g h l i g h t s   m a g i c   v s   m a v e r i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m o b a m b a   m o   b a m b a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
s e n t i n e l   a r t i c l e   a b o u t   s u g g s ’   i n j u r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
[ o c ]   e x p l a i n e d   i n   1   m i n u t e :   j a l e n   s u g g s '   l e f t   k n e e   i n j u r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
m o   b a m b a   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m o b a m b a   m o   b a m b a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
n b a   t r a d e   r u m o r s :   m o   b a m b a   c o u l d   b e   a   h o t   c o m m o d i t y   a t   t h e   d e a d l i n e 
 
 
 
 n b a   o r l a n d o   m a g i c a b o v e a l l   m a g i c   l a k e s h o w   l a k e r s   b l e e d g r e e n   c l i p p e r n a t i o n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i     d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   m f f l   j a z z
f r a n z   w a g n e r   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f r a n z w a g n e r   f r a n z   w a g n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
c o l e   a n t h o n y   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c o l e a n t h o n y   c o l e   a n t h o n y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
p i c k e d   u p   a   c o u p l e   o f   p a n i n i   p a c k s   o n   a   w h i m   a t   t a r g e t   t o d a y .   h a v e n ' t   b o u g h t   c a r d s   i n   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
p i c k e d   u p   a   c o u p l e   o f   p a n i n i   p a c k s   o n   a   w h i m   a t   t a r g e t   t o d a y .   h a v e n ' t   b o u g h t   c a r d s   i n   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
r . j .   h a m p t o n   n b a   h i g h l i g h t s   m a g i c   v s   m a v e r i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r . j . h a m p t o n   r . j .   h a m p t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
w e n d e l l   j r .   n b a   h i g h l i g h t s   m a g i c   v s   m a v e r i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 w e n d e l l j r .   w e n d e l l   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
p a o l o   b a n c h e r o   n b a   h i g h l i g h t s   m a g i c   v s   m a v e r i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a o l o b a n c h e r o   p a o l o   b a n c h e r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c
( f o x   n e w s ) : o r l a n d o   m a g i c ' s   j a l e n   s u g g s   s p r a i n s   k n e e   c a p s u l e ,   a v o i d s   s e r i o u s   i n j u r y   :   j a l e n   s u g g s   s u f f e r e d   a   s p r a i n e d   k n e e   c a p s u l e   a n d   a   b o n e   b r u i s e   a f t e r   a   c o l l i s i o n   d u r i n g   a   p r e s e a s o n   c o n t e s t   f r i d a y ,   b u t   t h e   i n j u r y   w a s   n o t   a s   . .  
_ i t s i z z y b   y o u ’ d   h a v e   m a g i c ,   o r l a n d o   c i t y   s o c c e r   c l u b s ,   u c f ,   f a m u   l a w ,   a n d   d i s n e y   t o   b a c k   y o u   u p   o r   p a r t n e r   w i t h .   b t w ,   w e   a l s o   h a v e   g r e a t   w e a t h e r   a n d   s o   m a n y   d i f f e r e n t   c u l t u r a l   e a t e r i e s .   d o w n t o w n   i s   a   f i r e   t a i l g a t e   a r e a   a s   w e l l .   i ’ d   l i k e   a   j o b   i f   i t   h a p p e n s .   o r l a n d o   t h e c i t y b e a u t i f u l
p o s t g a m e   s o u n d   a t   d a l l a s   |   c o a c h   m o s e   & a m p ;   p a o l o   b a n c h e r o 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
[ w o j n a r o w s k i ]   o r l a n d o   m a g i c   g   j a l e n   s u g g s   h a s   s u s t a i n e d   a   l e f t   k n e e   c a p s u l e   s p r a i n   a n d   b o n e   b r u i s e ,   s o u r c e s   t e l l   e s p n .   h i s   t i m e l i n e   o n   a   r e t u r n   w i l l   d e p e n d   o n   r e s p o n s e   t o   t r e a t m e n t ,   b u t   t h e r e ’ s   r e l i e f   i t   w a s n ’ t   a   m o r e   s e r i o u s   i n j u r y .   🏀 

p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   d a l l a s   m a v e r i c k s   1 1 0 - 1 0 5   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 1 - 1 )   a t   d a l l a s   m a v e r i c k s   ( 1 - 0 )   o c t   0 7   2 0 2 2   8 : 3 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
m o   b a m b a   h i g h l i g h t s   -   m a v e r i c k s   v s .   m a g i c   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   m o   b a m b a   d a l   o r l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   d a l l a s   m a v e r i c k s   o r l a n d o   m a g i c
l u k a   d o n c i c   h i g h l i g h t s   -   m a v e r i c k s   v s .   m a g i c   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   l u k a   d o n c i c   d a l   o r l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   d a l l a s   m a v e r i c k s   o r l a n d o   m a g i c
m a g i c   w i n ! ! !   o r l a n d o   d e f e a t s   t h e   d a l l a s   m a v e r i c k s   1 1 0 - 1 0 5 
 
 d a l l a s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   l u k a d o n c i c   m a v e r i c k s   d a l l a s m a v e r i c k s   p o d c a s t   t e x a s   n b a   d a l l a s m a v s   m a v s   b a s k e t b a l l   e s p n   g r a p h i c d e s i g n   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o 
 
 1 / 4  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o   m a g i c   v s   d a l l a s   m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l   e s p a n a   v s   c d   r e a l   s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i   f c   v s   c s   u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a     m f f l   l i g a n a c i o n a l     t a k i s  
s o m e t i m e s   y o u   j u s t   h a v e   t o   r u n   t o   m a g i c   k i n g d o m   r e a l   q u i c k   f o r   a   d o l e   w h i p   d i s n e y w o r l d 5 0   d o l e w h i p   m a g i c k i n g d o m   o r l a n d o  
p o s t g a m e   h i g h l i g h t s   |   m a g i c   v s .   s p u r s 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
  i s   h o s t i n g   t h e   o r l a n d o   m a g i c   5 k   t h i s   s a t u r d a y   a n d   w e   c o u l d n ' t   a s k   f o r   n i c e r   r u n n i n g   w e a t h e r !   
 w e s h   w e a t h e r   o r l a n d o   t r a c k s h a c k   r u n  
g a m e d a y ! 
 t o n i g h t   a t   8 : 3 0 p m 
 
 d a l l a s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   l u k a d o n c i c   p o d c a s t   t e x a s   m a v e r i c k s   m a v s   n b a   d a l l a s m a v e r i c k s   d a l l a s m a v s   b a s k e t b a l l   e s p n   e x p l o r e   g r a p h i c d e s i g n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   j a l e n s u g g s   m a g i c   o r l a n d o  
t h e r e   a r e   s o m e   s p o o k y   t h i n g s   h a p p e n i n g   i n   o r l a n d o ' s   u p s i d e - d o w n   h o u s e   .   .   .   
 
 d o n ' t   m i s s   t h e   o u t t a   c o n t r o l   s p o o k t a c u l a r   m a g i c   d i n n e r   s h o w   n o w   t h r o u g h   o c t o b e r   3 1 s t !     
 
 🎃   g u e s t s   a r e   e n c o u r a g e d   t o   d r e s s   u p   i n   c o s t u m e   🎃  
t i c k e t s   o n   s a l e   n o w   f o r   2 0 2 3   
 
 d i s n e y   a f t e r   h o u r s   e v e n t s   
 a t   m a g i c   k i n g d o m   & a m p ;   
 d i s n e y ’ s   h o l l y w o o d   s t u d i o s   🎟 ️ 
 
 w a l t d i s n e y w o r l d   m a g i c k i n g d o m   d i s n e y s h o l l y w o o d s t u d i o s   d i s n e y a f t e r h o u r s e v e n t   d i s n e y p a r k s   o r l a n d o    
p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   s a n   a n t o n i o   s p u r s   1 0 2 - 9 9   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
p o s t g a m e   s o u n d   a t   s a n   a n t o n i o :   c o a c h   m o s e ,   w a g n e r   & a m p ;   c a r t e r   j r . 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
o k ,   t h i s   w a s   a n   a c c i d e n t a l   a s s i s t   r i g h t ?     w a s n ' t   r e a d y   f o r   t h e   b u l l e t   p a s s   r i g h t   b a c k   f r o m     a n d   i t   j u s t   c a s u a l l y   b o u n c e d   o n   t o     f o r   t h e   t o u g h   b u c k e t ?   o r   d i d   t - r o s s   m e a n t   i t   t o   g o   t o   w c j ?   o r l a n d o   m a g i c  
r . j .   h a m p t o n   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r . j . h a m p t o n   r . j .   h a m p t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
p a o l o   b a n c h e r o   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a o l o b a n c h e r o   p a o l o   b a n c h e r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
w e n d e l l   j r .   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 w e n d e l l j r .   w e n d e l l   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
s h o p   m a g i c t o g e t h e r     f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   o r l a n d o   o r l a n d o m a g i c   m a g i c   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
j a l e n   s u g g s   a n d   p a o l o   b a n c h e r o   s i n g   h a p p y   b i r t h d a y   t o   j a m a h l   m o s l e y   😂 🎉     . . . 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
m a g i c   w i n !   o r l a n d o   d e f e a t s   t h e   s a n   a n t o n i o   s p u r s   1 0 2 - 9 9 ! ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ 
 
 s a n a n t o n i o   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   d e v i n v a s s e l l   p o d c a s t   t e x a s   n b a   s a n a n t o n i o s p u r s   s p u r s   b a s k e t b a l l   e s p n     n b a p r e s e a s o n   f l o r i d a   w e n d e l l c a r t e r j r   m a g i c   o r l a n d o 
 
 1 / 4  
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 0 - 1 )   a t   s a n   a n t o n i o   s p u r s   ( 0 - 1 )   o c t   0 6   2 0 2 2   8 : 0 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v v d d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 s a a s s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c x v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v x c v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v v v v v v v v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x c v c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c x c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c x c v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v c x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v c b v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c b c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c x b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v f v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x c v x v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x x v v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 s s a c s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d v f g d b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d g h d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f h g f h
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f g d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d g d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 s d g s d f g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d f g h f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v z c v x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v x v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c x v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x c v x v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d d f d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d f g d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c f b f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v f d b f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f v d f g j k l ;
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f d b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d b f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c b f g b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v b f g g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d r g t h
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v d v v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d f s d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g f g a s d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 g d f g d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c f b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v f d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c x v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f g f g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d f v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v c x v c c v b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v x c c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c x v c x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d s v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v x c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c f d b f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v s s d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 g f d f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f v s v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f g d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d f v d s f d s d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d s d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d g f d v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c x v x f d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v c v d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d s f g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v v f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d a s d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d f v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d f f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c x x v c v x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d d s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f d f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d s r e f e f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d c v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c f d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f d f d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 g g g g t
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g r r g g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d d s a f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f g d f f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g d g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d g d g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d g d g t r g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f r r t y r
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 r e t r e g r
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 r e 4 5 y e
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 r g g t r t r h
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d g d f g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f g d f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d s g d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c v f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d g d f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f f d v f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d g d f d s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d g d f f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g r g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f f d b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v c f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 s d g r g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f g f g h f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x d v g f d b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d g d f d s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d g s d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 g d d g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d d f g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d f g g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d g r g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g d f d b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d s f f d h
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d g f f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f f g h f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d d f b f d
d d f g f n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 

n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x s d d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d s d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d e g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 g r h g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d d g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d g f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f e r
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f g g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d g s d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c g d f g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x c v f b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d s f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f s v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d h
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d s s d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x d s g d s f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x d s
  n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c s f d s f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x d f d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d d s v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c f s d a
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 g h j k  
g a m e d a y ! 
 t o n i g h t   a t   8 p m 
 
 s a n a n t o n i o   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   k e l d o n j o h n s o n   d e v i n v a s s e l l   p o d c a s t   t e x a s   s p u r s   n b a   s a n a n t o n i o s p u r s   b a s k e t b a l l   e s p n   g r a p h i c d e s i g n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   c o l e a n t h o n y   m a g i c   o r l a n d o  
$ g o o g l   c a l l s   f l a t   p a t i e n c e .   
 j u s t   l a n d e d   i n   o r l a n d o   a n d   c a n   f e e l   a   l i t t l e   $ d i s   m a g i c   i n   t h e   a i r .    
m a g i c   k i n g d o m   t o d a y ,   n o t   a   b a d   s t a r t   t o   t h e   d a y !   l a k e b u e n a v i s t a   f l o r i d a   o r l a n d o   m a g i c k i n g d o m  
2 5 %   w i l l   g o   t o   t h e   
 
 s h a q u i l l e o n e a l   s h a q   o n e a l   o r l a n d o m a g i c   o r l a n d o   m a g i c   m a g i c a b o v e a l l   n b a   n b a d r a f t   n b a f i n a l s   n b a p l a y o f f s   
 

g e t   y o u r   d r i n k   o n   a t   d i s n e y ' s   m a g i c   k i n g d o m !     y e s   y o u   c a n   d r i n k   t h e r e .   s h o r t s   |   y u m   d i s n e y   |   b e e r   a n d   w i n e   a t   m a g i c   k i n g d o m   |   s k i p p e r   c a n t e e n     
 d i s n e y w o r l d 5 0   d i s n e y w o r l d   m a g i c k i n g d o m   d r i n k s   b e e r   o r l a n d o   f l o r i d a   t r a v e l   v a c a t i o n  
i s   i t   j u s t   u s ,   o r   d o e s   a n y o n e   e l s e   f i n d   m a g i c   k i n g d o m   o r l a n d o   a   b i t   d a t e d   t h e s e   d a y s ? 
 
 o b v i o u s l y   t h e r e   a r e   t h e   c l a s s i c s ,   b u t   i t ' s   b a r e l y   c h a n g e d   i n   1 0   y e a r s ! 
 
 d i s n e y   d i s n e y w o r l d 5 0   d i s n e y w o r l d  
t r e a t   y o u r s e l f   –   o r   s o m e o n e   y o u   l o v e   –   t o   a   l i t t l e   m a g i c ,   a   l i t t l e   w h i m s y   a n d   a   l i t t l e   f a i r y t a l e   f i n e r y   w i t h   s t y l e s   f r o m   t h e   e n c h a n t e d   d i s n e y   c o l l e c t i o n .   z a l e s e m p l o y e e   e n c h a n t e d d i s n e y f i n e j e w e l r y   n e c k l a c e s   p r i n c e s s   l o v e z a l e s   o r l a n d o   d i s n e y  
m a g i c   k i n g d o m .   t h e s e   t w o   ❤ ️ 🥰   m a g i c k i n g d o m   o r l a n d o   a u t i s m f a m i l y  
o r l a n d o   m a g i c ’ s   o n -   a n d   o f f - c o u r t   d e v e l o p m e n t   p l a n s :   h e r e ' s   w h a t   w e   k n o w   s o   f a r     v i a  
t h e   f i r s t   d e c e m b e r   d a t e   s e l l s   o u t   f o r   m i c k e y ’ s   v e r y   m e r r y   c h r i s t m a s   p a r t y   a t   m a g i c   k i n g d o m   🎄 
 
 w a l t d i s n e y w o r l d   d i s n e y w o r l d   m v m c p   c h r i s t m a s   w d w   m i c k e y s v e r y m e r r y c h r i s t m a s p a r t y   o r l a n d o   m a g i c k i n g d o m    
h a l l o w e e n - i n s p i r e d   c o c k t a i l s   a p p e a r   b y   m a g i c   a t   t h e   e d i s o n ,   d i s n e y   s p r i n g s   🍸 🎃 
 
 ⁦ ⁩ 
 w a l t d i s n e y w o r l d   d i s n e y w o r l d   d i s n e y s p r i n g   w d w   d i s n e y d r i n k s   t h e e d i s o n   d i s n e y h a l l o w e e n   o r l a n d o    
t h e   o u t t a   c o n t r o l   s p o o k t a c u l a r   m a g i c   d i n n e r   s h o w   r e t u r n   t o   w o n d e r w o r k s   o n   i n t e r n a t i o n a l   d r i v e   🎃 
 
 o r l a n d o   o r l a n d o h a l l o w e e n   i d r i v e   i n t e r n a t i o n a l d r i v e   d i n n e r s h o w   f l o r i d a    
p o s t   g a m e   t h r e a d :   t h e   m e m p h i s   g r i z z l i e s   d e f e a t   t h e   o r l a n d o   m a g i c   1 0 9 - 9 7   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
j a l e n   s u g g s   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n s u g g s   j a l e n   s u g g s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c
w e n d e l l   j r .   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 w e n d e l l j r .   w e n d e l l   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c
m o   b a m b a   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m o b a m b a   m o   b a m b a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c
p a o l o   b a n c h e r o   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a o l o b a n c h e r o   p a o l o   b a n c h e r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c
d e v i n   c a n n a d y   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e v i n c a n n a d y   d e v i n   c a n n a d y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
t e r r e n c e   r o s s   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t e r r e n c e r o s s   t e r r e n c e   r o s s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
r . j .   h a m p t o n   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r . j . h a m p t o n   r . j .   h a m p t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
c o l e   a n t h o n y   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c o l e a n t h o n y   c o l e   a n t h o n y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
j a   m o r a n t   h i g h l i g h t s   -   g r i z z l i e s   v s .   m a g i c   -   3 r d   o c t   2 0 2 2 
 
 
 n b a   j a   m o r a n t   m e m   o r l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m e m p h i s   g r i z z l i e s   o r l a n d o   m a g i c
s a n t i   a l d a m a   h i g h l i g h t s   -   g r i z z l i e s   v s .   m a g i c   -   3 r d   o c t   2 0 2 2 
 
 
 n b a   s a n t i   a l d a m a   m e m   o r l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m e m p h i s   g r i z z l i e s   o r l a n d o   m a g i c
t h e   m e m p h i s   g r i z z l i e s   d e f e a t   t h e   o r l a n d o   m a g i c   1 0 9 - 9 7   i n   t h e   f i r s t   g a m e   o f   t h e   p r e s e a s o n 
 
 m e m p h i s   s p o r t s   o r l a n d o m a g i c   m a g i c t o g e t h e r   j a m o r a n t   p o d c a s t   t e n n e s s e e   n b a   m e m p h i s g r i z z l i e s   g r i z z l i e s   b a s k e t b a l l   e s p n   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o 
 
 1 / 4  
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 0 - 0 )   a t   m e m p h i s   g r i z z l i e s   ( 1 - 0 )   o c t   0 3   2 0 2 2   8 : 0 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
j a   i s   s m o o t h e r   t h a n   s i l k   😮 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a   m o r a n t   e u r o s t e p   m e m   m e m p h i s   g r i z z l i e s   o r l   o r l a n d o   m a g i c
w h e n   y o u   g e t   t h e   f u l l   d i s n e y   m a g i c   e x p e r i e n c e ? ? ! !   w a l t ’ s   h e a d   m u s t   b e   s p i n n i n g   i n   h i s   f r e e z e r ! ! 
 
 a p p a r e n t l y   t h e y   h a v e   l i m i t e d   t h e   n u m b e r s ? !   b s 
 
 d i s n e y m a g i c   w a l t d i s n e y w o r l d   o r l a n d o  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 m e m p h i s g r i z z l i e s   o r l a n d o   n b a  
f i r s t   g a m e   o f   t h e   p r e s e a s o n ! 
 t o n i g h t   a t   8 p m 
 
 m e m p h i s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   j a m o r a n t   p o d c a s t   t e n n e s s e e   g r i z z l i e s   n b a   m e m p h i s g r i z z l i e s   b a s k e t b a l l   e s p n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o  
p a o l o   b a n c h e r o   w i l l   p l a y   h i s   f i r s t   g a m e   a t   a m w a y   c e n t e r   t o n i g h t   a s   t h e   m a g i c   h o s t   t h e   m e m p h i s   g r i z z l i e s ,   w h o   b e a t   t h e   m a g i c   p r e t t y   b a d l y   i n   t h e i r   f i r s t   g a m e   o f   p r e s e a s o n .     
 
 y o u   c a n   w a t c h   t o n i g h t ’ s   g a m e   o n   b a l l y   s p o r t s   f l o r i d a .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
i ' m   t h i n k i n g   w e   s h o u l d   s l o w   d o w n   o n   t h e   b o l   h y p e .   i t ' s   p u t t i n g   t h e   k i d   u n d e r   a   l o t   o f   p r e s s u r e   t h a t   m a y b e   h e   i s n ' t   r e a d y   f o r . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
m y   h o n e s t   t h o u g h t s   o n   t h e   o r l a n d o   . . . 
   
 
   
 b o l b o l   e a s t e r n c o n f e r e n c e   f u l t z   j a m a h l m o s l e y   m a r k e l l e   m a r k e l l e f u l t z   n b a   n b a p r e s e a s o n   o r l a n d o m a g i c   o r l a n d o m a g i c n e w s   o r l a n d o m a g i c p r e s e a s o n   o r l a n d o m a g i c r u m o r s   o r l a n d o m a g i c v s d a l l a s m a v e r i c k s  
n b a   p h o e n i x s u n s   o r l a n d o m a g i c   n e w o r l e a n s p e l i c a n s   s h a q u i l l e   o ' n e a l   s a y s   h e   w a n t s   t o   b u y   a n   n b a   t e a m ,   b u t   n o t   t h e   s u n s  
p r a c t i c e   s o u n d :   c o a c h   m o s e   & a m p ;   j a l e n   s u g g s   o n   h i s   i n j u r y 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
o r l a n d o ,   f l   –   t h e   o r l a n d o   m a g i c   h a v e   s i g n e d   f r e e   a g e n t   g u a r d   d r a k e   j e f f r i e s .   j e f f r i e s   ( 6 ’ 5 ” ,   1 8 5 ,   1 / 2 2 / 9 9 )   p l a y e d   a n d   s t a r t e d   i n   1 7   g a m e s   l a s t   s e a s o n   w i t h   t h e   u n i v e r s i t y   o f   w y o m i n g ,   a v e r a g i n g   1 1 . 4   p p g .   a n d   4 . 8   r p g .   i n   3 3 . 4   m i n p g .   o r l a n d o m a g i c   d r a k e j e f f r i e s   n b a
w e n t   t o   s e e   m a g i c   l e g e n d   j o s h   m a g e t t e   i n   t h e   a u s t r a l i a n   n b l 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
i f   y o u   n e e d   t h e m ! 
 s o c i a l   s t a t u s   x   n i k e   a i r   p e n n y   2   s i z e   9 
 d m 9 1 3 2 - 0 0 1   c o n f i r m e d   o r d e r 
 
 s o c i a l s t a t u s   n i k e a i r p e n n y 2   n i k e a i r p e n n y   a i r p e n n y   a i r p e n n y 2   p e n n y h a r d a w a y   p e n n y   h a r d a w y   o r l a n d o m a g i c   m a g i c   s n e a k e r s   n i k e   s n k r s   s n e a k e r h e a d   s h o e s   j o r d a n
j u s t   m o v e d   t o   t h e   o r l a n d o   a r e a ,   s o   t h e     m a k e   s e n s e .       i s   a   m i n o r i t y   o w n e r   o f   t h e     s o   t h e y   w o u l d   m a k e   s e n s e .   t h o u g h t s ? 
 b u c k s c o u n t y   o r l a n d o m a g i c   n b a
t w i t t e r   t e a m   r o l l   c a l l : 
 
 o r l a n d o   m a g i c   f a n s   s t a n d   u p 🧍 ‍ ♂ ️ ‼ ️ 
 
 o r l a n d o m a g i c   n b a   n b a p r e s e a s o n  
e p .   2 4 7   -   d r e s s   r e h e a r s a l   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 e a s t e r n c o n f e r e n c e   n b a   o r l a n d o m a g i c   p a o l o b a n c h e r o   p r e s e a s o n   s o u t h e a s t d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " m y   h o n e s t   t h o u g h t s   o n   t h e   o r l a n d o   m a g i c & a m p ; 3 9 ; s   f i r s t   f e w   p r e s e a s o n   g a m e s . . . "   
 
 c r e a t o r :     t t b   1 k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
  _ n f t       _ m n       _ n f t       _ j e n     y u p ,   t h e   s u c c u l e n t j a c k   a d d i c t i o n   i s   r e a l !   h a d   t o   g e t   m y   b o y     o g   o r l a n d o m a g i c   o n e   t o   r e p r e s e n t   m y   h o m e t o w n   s q u a d !  
h o w   d o e s   i t   m a k e   s e n s e   t h a t   t h e   o n l y   w a y   y o u   c a n   p r e - o r d e r   a   j e r s e y   i s   i n   s t o r e   p i c k u p ?   a r e   t h e y   a s s u m i n g   e v e r y   f a n   l i v e s   i n   o r l a n d o ? 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
[ p r i c e ]   m a r k e l l e   f u l t z   i s   w e a r i n g   a   s m a l l e r ,   s l i m m e r   b o o t   o n   h i s   l e f t   f o o t   c o m p a r e d   t o   t h e   b i g g e r ,   b u l k i e r   b o o t   h e   w a s   w e a r i n g   a t   f i r s t   a f t e r   f r a c t u r i n g   h i s   b i g   t o e : 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
m a g i c ’ s   j a l e n   s u g g s   d e l i g h t e d   o n   m i n i m a l   c a s u a l t y   o f   k n e e   c a p s u l e   s p r a i n ,   b o n e   b r u i s e   h e   s u s t a i n e d   v s   m a v s   j a l e n s u g g s   o r l a n d o m a g i c  
t h e   s e c o n d   n e w   v i d e o   i n   o u r   c h a n n e l   t o d a y !   s t e p h e n   s h o w s   o f f   t h e   n e w   v e r s i o n   o f   b a s k e t b o s s !         b o a r d g a m e s   b a s k e t b a l l   b a s k e t b o s s 
 o r l a n d o   f l o r i d a   s p o r t s   o r l a n d o m a g i c   
 

j a l e n   s u g g s   r o o k i e   p a t c h -   $ 1 0 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
j i   s t i l l   g o t   i t   ! ! !   m a g i c n a t i o n   o r l a n d o m a g i c  
s e n t i n e l   a r t i c l e   a b o u t   s u g g s ’   i n j u r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
b e e n   a   l o n g   3   m o n t h s   c o m i n g   b u t   t o d a y   w e   c o m p l e t e d   o u r   f i r s t   r e c o r d i n g   o f   w h e r e   t h e   m a g i c   h a p p e n s   p o d c a s t   e p .   1 
 
 t h i s   i s   o n l y   t h e   b e g i n n i n g   a n d   i   c o u l d n ' t   b e   m o r e   t h a n k f u l   ♥ ️ 
 m a g i c t o g e t h e r 
 o r l a n d o m a g i c  
b r e a k i n g :   j a l e n   s u g g s   s e r i o u s   i n j u r y   t u r n e d   n o n - s e r i o u s   
 
 
 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   m a g i c   o r l a n d o m a g i c   c o u r t s i d e h e a t   b r e a k i n g n e w s   j a l e n s u g g s
h i       a r e   y o u   p l a y i n g   t h e   o c t   1 1   p r e s e a s o n   v e r s u s   o r l a n d o m a g i c   ?   s o n   a n d   m e   t r a v e l l e d   a l l   t h e   w a y   f r o m   n e w f o u n d l a n d   c a n a d a   h a v e   t o   s e e   y o u   p l a y !         t e m e t r i u s j a m e l
e p .   2 2 3   -   m a g i c   k e y s   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   p a o l o b a n c h e r o   r o a d t r i p p i n   s o u t h e a s t d i v i s i o n  
w o r k   i n   p r o g r e s s   w /   j e f f   t u r n e r   -   p e n n y   f o r   y o u r   t h o u g h t s   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 e a s t e r n c o n f e r e n c e   j e f f t u r n e r   n b a   o r l a n d o m a g i c   o r l a n d o m a g i c u k   p e n n y f o r y o u r t h o u g h t s   s o u t h e a s t d i v i s i o n  
[ o c ]   e x p l a i n e d   i n   1   m i n u t e :   j a l e n   s u g g s '   l e f t   k n e e   i n j u r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
c a n   y o u   n a m e   5   p l a y e r s   o n   t h e   o r l a n d o   . . . 
   
 
   
 2 0 2 2 n b a d r a f t   b a s e b a l l   b a s k e t b a l l   b e s t b e t s   b e s t p i c k s   b e t t i n g   e a s t e r n c o n f e r e n c e   f o o t b a l l   g a m e d a y   h o c k e y   m l b   m l s   n b a   n b a d r a f t   n f l   n h l   o r l a n d o m a g i c   s h o r t s   s o c c e r   s o u t h e a s t d i v i s i o n   s p o r t s  
s e n t i n e l   a r t i c l e   a b o u t   s u g g s ’   i n j u r y 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
[ o c ]   e x p l a i n e d   i n   1   m i n u t e :   j a l e n   s u g g s '   l e f t   k n e e   i n j u r y 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
p i c k e d   u p   a   c o u p l e   o f   p a n i n i   p a c k s   o n   a   w h i m   a t   t a r g e t   t o d a y .   h a v e n ' t   b o u g h t   c a r d s   i n   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
p i c k e d   u p   a   c o u p l e   o f   p a n i n i   p a c k s   o n   a   w h i m   a t   t a r g e t   t o d a y .   h a v e n ' t   b o u g h t   c a r d s   i n   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
o r l a n d o m a g i c   9   c a r d   l o t   m a g i c 
 
 $ 3   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
o r l a n d o   m a g i c   v s   d a l l a s   m a v e r i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m a g i c v s m a v e r i c k s   m a v e r i c k s v s m a g i c   n b a h i g h l i g h t s   n b a p l a y o f f s   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
g o o d   d a y   r e p o s t   :   e v e r y t h i n g   y o u   w a n t e d   t o   k n o w   a b o u t   t h e   c i t y   o r l a n d o   a n d   o u r   t h e m e   p a r k s .   f o r   t h e   b e s t   v a c a t i o n   p a c k a g e   c o n t a c t   u s   _ w o r l d   r e s o r t   v a c a t i o n h o m e   t h e m e p a r k s   o r l a n d o m a g i c   c i t y b e a u t i f u l   h o t e l p a c k a g e s   v i s i t o r l a n d o   f a m i l y v a c a t i o n  
p o s t g a m e   s o u n d   a t   d a l l a s   |   c o a c h   m o s e   & a m p ;   p a o l o   b a n c h e r o 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
t h e     w e r e   n o t   v e r y   g o o d   l a s t   y e a r ,   a n d   w o n   t h e   n b a d r a f t   l o t t e r y .   a f t e r   a d d i n g   t h e   n u m b e r   1   p i c k ,   p a o l o b a n c h e r o ,   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   m a g i c   o r l a n d o m a g i c   f r a n z w a g n e r   m a r k e l l e f u l t z   b o l b o l   m o b a m b a  
p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   d a l l a s   m a v e r i c k s   1 1 0 - 1 0 5   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
[ s t e i n ]   x - r a y s   n e g a t i v e   f o r   j a l e n   s u g g s ,   m a g i c   c o a c h   j a m a h l   m o s l e y   s a y s ,   b u t   t h a t ' s   t h e   e x t e n t   o f   t h e   u p d a t e   o n   s u g g s '   c o n d i t i o n   t o n i g h t . 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
5   o ’ c l o c k   i n   t h e   m o r n i n g   n o   o n e   s l e p t . l e t   g o ! !   o r l a n d o   b a b y   o r l a n d o m a g i c  
m a g i c   g   j a l e n   s u g g s   ( k n e e )   o u t   i n d e f i n i t e l y   j a l e n s u g g s   n b a 
   o r l a n d o m a g i c   p u r e m a g i c    
t h e   r e s t   o f   t h e   p r e s e a s o n   w e   s h o u l d   s t o p   w i t h   t h e   e x p e r i m e n t a t i o n   s t u f f   a n d   r o l l   t h i s   o u t .   t h i s   i s   o u r   h e a l t h y   s t a r t i n g   f i v e .   
 
 🔹   c o l e 
 🔹   f r a n z 
 🔹   p a o l o 
 🔹   w e n d e l l 
 🔹   m o   b a m b a 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
g o o d   n e w s   o v e r a l l   h e r e   o n   s u g g s .   n o   i n f o   o n   s e v e r i t y   & a m p ;   b o n e   b r u i s e s   c a n   b e   q u i t e   v a r i a b l e   s o   t i m e l i n e   i s   v e r y   m u c h   t b d 
 
 o r l a n d o m a g i c   n b a  
o r l a n d o m a g i c   g u a r d   j a l e n s u g g s   e x i t e d   f r i d a y   o c t o b e r   7 ,   2 0 2 2 ’ s   p r e s e a s o n   c o n t e s t   a g a i n s t   t h e   d a l l a s m a v e r i c k s   w i t h   a n   i n j u r y   t o   h i s   l o w e r   l e f t   l e g .   n b a   m a g i c t o g e t h e r   m f f l   d a l l a s i n  
n b a   o r l a n d o m a g i c   j a l e n s u g g s   m a g i c   g   j a l e n   s u g g s   h a s   k n e e   s p r a i n ,   b o n e   b r u i s e  
p a o l o   b a n c h e r o   -   p r e s e a s o n   g a m e   3   h i g h l i g h t s 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
o r l a n d o m a g i c   g u a r d   j a l e n s u g g s   h a s   s u f f e r e d   a   l e f t   k n e e   c a p s u l e   s p r a i n   a n d   b o n e   b r u i s e ,   t h e   t e a m   a n n o u n c e d .   n b a t w i t t e r 

o r l a n d o m a g i c   s t r e n g t h     a n d   c o n d i t i o n i n g     c o a c h e s   a r e   t h e   w o r s t   j u s t   l i k e   t h e   o w n e r s .   t h i s   i s   t h e   m o s t   i n j u r e d   t e a m     i n   t h e   n b a .   m i g h t   a s   w e l l   t u r n   i t   i n t o   a   r e h a b   f a c i l i t y   
 s e l l t h e t e a m   o r l a n d o  
[ i n j u r y ]   j a l e n   s u g g s   c a r r i e d   o f f   c o u r t   w i t h   k n e e   i n j u r y   a f t e r   p u s h e d   b y   s p e n c e r   d i n w i d d i e   ( f u l l   p l a y ) 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
e n d e   
 b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 0 : 1 0 5   o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s   
 e i s h o c k e y   h e r r e n   w h l   
 0 : 5   l e t h b r i d g e h u r i c a n e s   v s   r e d d e e r r e b e l s   
 5 : 2   w i n n i p e g i c e   v s   r e g i n a p a t s   
 4 : 5   n v   p r i n c e a l b e r t r a i d e r s   v s   s w i f t c u r e n t b r o n c o s
p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   d a l l a s   m a v e r i c k s   1 1 0 - 1 0 5 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 1 - 1 )   a t   d a l l a s   m a v e r i c k s   ( 1 - 0 )   o c t   0 7   2 0 2 2   8 : 3 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
[ h a l f   c o u r t   h o o p s ]   o r l a n d o   m a g i c   2 0 2 2 - 2 3   x ' s   a n d   o ' s   p r e v i e w 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
n e g a t i v e   x - r a y   r e s u l t s   o n   j a l e n   s u g g s ’   l e f t   k n e e   i n j u r y   v s   m a v s   –   m a g i c   c o a c h   j a m a h l   m o s l e y   j a l e n s u g g s   j a m a h l m o s l e y   o r l a n d o m a g i c  
m a g i c   w i n ! ! !   o r l a n d o   d e f e a t s   t h e   d a l l a s   m a v e r i c k s   1 1 0 - 1 0 5 
 
 d a l l a s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   l u k a d o n c i c   m a v e r i c k s   d a l l a s m a v e r i c k s   p o d c a s t   t e x a s   n b a   d a l l a s m a v s   m a v s   b a s k e t b a l l   e s p n   g r a p h i c d e s i g n   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o 
 
 1 / 4  
w a i t   d i d n ’ t   k n o w   w e   d i d   n b a   🏀   🤷 ‍ ♂ ️   t r u e   🐐   _ b e t s     
 
 g a m b l i n g t w i t t e r   n b a   m i a m i   o r l a n d o m a g i c   h e a t     
 
   p r o m o   “ h a b i b i b e t s ”   f o r   2   w e e k s   f r e e   f i r s t   1 0   m e m b e r s   🚨  
t h e   m a g i c   t r a i l e d   b y   n e a r l y   2 0   p o i n t s   i n   t h e   1 s t ,   b u t   f o u n d   a   w a y   t o   f i g h t   b a c k   i n   t h i s   o n e .   
 
 p a o l o   p l a y e d   a n   i n c r e d i b l e   g a m e ,   s h o w i n g   f l a s h e s   o f   t h e   s c o r e r   h e   c a n   b e …   s u g g s   l e f t   t h e   g a m e   w i t h   a   l o w e r   l e f t   l e g   i n j u r y   a n d   d i d   n o t   r e t u r n .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
p r e s e a s o n   w   b u t   s t i l l   a   w .     m a g i c t o g e t h e r   o r l a n d o m a g i c  
n o   f r a n z   t o n i g h t   ( r e s t ) 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
j a l e n   s u g g s   s u f f e r   l o w e r   l e f t   l e g   i n j u r y   v s   d a l l a s ,   t o   b e   t e s t e d   a n d   e v a l u a t e d   d a l l a s m a v e r i c k s   j a l e n s u g g s   o r l a n d o m a g i c  
i s   b o l   b o l   c o o k i n g ? 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
p a o l o   l o o k s   m o s t   c o m f o r t a b l e   i n   i s o l a t i o n   s i t u a t i o n s ,   l o o k s   l i k e   a   t o t a l l y   d i f f e r e n t   p l a y e r   i n   p i c k   a n d   r o l e   s i t u a t i o n s   r i g h t   n o w . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 0
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 9
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 8
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 7
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 6
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 5
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 4
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 3
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 2
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 1
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 1 1
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o
  l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 1
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d   r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d   r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o
p r a y i n g     i n j u r y   i s n ’ t   s e r i o u s !   o r l a n d o m a g i c
m a g i c   o f f e n s e   a n d   d e f e n s e   m u c h   b e t t e r   i n   t h e   2 n d   q u a r t e r …   t h e y ’ r e   n o w   o n l y   d o w n   3   a f t e r   t r a i l i n g   b y   c l o s e   t o   2 0   e a r l i e r   i n   t h e   g a m e .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a
m r .   m a r k   c u b a n 
 - 
 - 
 d a l l a s   
 d a l l a s m a v e r i c k s   
 m a r k c u b a n   
 o r l a n d o m a g i c   
 a m e r i c a n a i r l i n e s c e n t e r   @   a m e r i c a n   a i r l i n e s   c e n t e r  
p r a y i n g   t h a t   j a l e n   s u g g s   i s   o k a y   🙏 🏾 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
w e   a r e   c u r s e d . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
i c a n t w a i t ! ! !     c a t c h   m e   t o n i g h t   d u r i n g   h a l f t i m e   a s   m a v s     p l a y s   p r e s e a s o n     b a s k e t b a l l   🏀   🆚   o r l a n d o m a g i c       m f f l   g o m a v s   a m a z i n g s l a d e k   a m e r i c a s o l d e s t   d a r e d e v i l   a c r o b a t   d e a t h d e f y i n g   t o w e r o f c h a i r s   i t s a l l f o r t h e f a n s ! ! !  
b a c k   t o   b a c k   n b a   a c t i o n …   m a g i c   a t   m a v s .   l e t ’ s   g o   m a g i c ! ! !   o r l a n d o m a g i c   n b a p r e s e a s o n   m a g i c t o g e t h e r  
p o s t g a m e   h i g h l i g h t s   |   m a g i c   v s .   s p u r s 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
7 .   c o l e   t r y i n g   t o   d o   w a y   t o o   m u c h 
 8 .   m o   w a g n e r   i s   t h e   b e s t   b i g   m a n   c o m i n g   o f f   t h e   b e n c h   b y   a   m i l e 
 9 .   p a o l o   i s   g o i n g   t o   b e   r e a l l y   g o o d 
 1 0 .   m a r k e l l e   i s   t h e   k e y   t o   o u r   s u c c e s s 
 1 1 .   j i   ( h e a l t h y )   w o u l d   t a k e   u s   t o   a n o t h e r   l e v e l 
 o r l a n d o m a g i c   p r e s e a s o n   w a y t o o e a r l y a s s e s s m e n t
n e w   v i d e o   t o   w a t c h : 
 
 " m a g i c   a t   s p u r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
g a m e d a y ! 
 t o n i g h t   a t   8 : 3 0 p m 
 
 d a l l a s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   l u k a d o n c i c   p o d c a s t   t e x a s   m a v e r i c k s   m a v s   n b a   d a l l a s m a v e r i c k s   d a l l a s m a v s   b a s k e t b a l l   e s p n   e x p l o r e   g r a p h i c d e s i g n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   j a l e n s u g g s   m a g i c   o r l a n d o  
o u t   n o w ! ! ! 🔥 w a s   t h e   n e x t   k e v i n   d u r a n t !   j o n a t h a n   i s s a c   s t u n t e d   g r o w t h   s t o r y     v i a     s t u n t e d g r o w t h   s t u n t e d g r o w t h 3   j o n a t h a n i s a a c   o r l a n d o m a g i c   w h a t h a p p e n e d  
c h e c k   o u t   s h o t s   s h a n k s ' s   v i d e o !   t i k t o k     s h o t s a n d s h a n k s   w o n d e r w o m a n   f l   f r i d a y   j e s u s t a k e t h e w h e e l   p e t   h e l p   l o s t e v e r y t h i n g   t a x f r e e   d o n a t i o n s   d o n t a t e   h u r r i c a n e   t r u c k i n g   e l d e r l y l o v e   o r l a n d o m a g i c   c o m m u n i t y   n i k e   a p p l e   h i l t o n   c h e v r o l e t   b e a t t l e s
n e w   v i d e o   t o   w a t c h : 
 
 " p o s t g a m e   s o u n d   a t   s a n   a n t o n i o :   c o a c h   m o s e ,   w a g n e r   & a m p ;   c a r t e r   j r . "   
 
 c r e a t o r :     o r l a n d o   m a g i c 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
f r a n z ,   p a o l o ,   w e n d e l l   h i g h l i g h t s   p r e s e a s o n   g a m e   2 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   s a n   a n t o n i o   s p u r s   1 0 2 - 9 9   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
t h e   m a g i c   w i l l   t r a v e l   t o   d a l l a s   f o r   t h e i r   f i n a l   r o a d   g a m e   o f   t h e   p r e s e a s o n .   
 
 n o   s h o o t   a r o u n d   s c h e d u l e d   t h i s   m o r n i n g ,   s o   w e   w i l l   f i n d   o u t   l a t e r   o n   i n   t h e   d a y   w h o   w i l l   s u i t   u p   t o n i g h t .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
n e w   v i d e o   t o   w a t c h : 
 
 " s p u r s   -   m a g i c   p r e s e a s o n   i n s t a n t   r e a c t i o n "   
 
 c r e a t o r :     p r o j e c t   s p u r s   n e t w o r k   t v 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
p o s t g a m e   s o u n d   a t   s a n   a n t o n i o :   c o a c h   m o s e ,   w a g n e r   & a m p ;   c a r t e r   j r . 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
c a n   t h e   o r l a n d o   m a g i c   i m p r o v e   o n   l a s t   y e a r   o r   a r e   t h e y   s t i l l   r e b u i l d i n g ?   c a n   t h e y   p u l l   a   r a b b i t   o u t   o f   t h e   h a t   a n d   s l i d e   i n t o   t h e   p l a y - i n ?   i s   b a n c h e r o   h i m ? 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r 
 m a g i c t i p o f f 
 

o r l   m a g i c   v s   s a   s p u r s   -   f u l l   g a m e   h i g h l i g h t s   -   . . . 
   
 
   
 g r i z z l i e s v s m a g i c   m a g i c v s g r i z z l i e s   m a g i c v s s p u r s   m a g i c v s s p u r s h i g h l i g h t s   o r l a n d o m a g i c   p a s s   s a n a n t o n i o s p u r s   s a n a n t o n i o s p u r s b a s k e t b a l l t e a m   s a n a n t o n i o s p u r s v s o r l a n d o m a g i c f u l l g a m e h i g h l i g h t s  
  b i g   c o u n t r y   w a s   p l a y i n g   b e a u t i f u l   b a s k e t b a l l .   t h e     o r l a n d o m a g i c ' s   r o s t e r   w o r k s   o n   p a p e r .   l e t ' s   s e e   i f   t h e   c o a c h i n g   s t a f f   c a n   p u t   t h e   p i e c e s   t o g e t h e r .  
🔹 m a r k e l l e 
 🔹   g a r y   
 🔹   f r a n z 
 🔹   p a o l o 
 🔹   w e n d e l l 
 
 t h i s   i s   o u r   s t a r t i n g   l i n e u p .   a n y t h i n g   e l s e   s e e m s   l i k e   a   w a i s t   o f   t i m e .   o f   c o u r s e   w e   h a v e   t o   p i v o t   u n t i l   m a r k e l l e   a n d   g a r y   g e t   b a c k . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m a g i c v s s p u r s   n b a h i g h l i g h t s   n b a p l a y o f f s   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   s p u r s v s m a g i c  
p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   s a n   a n t o n i o   s p u r s   1 0 2 - 9 9 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
s h o p   m a g i c t o g e t h e r     f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   o r l a n d o   o r l a n d o m a g i c   m a g i c   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
j a l e n   s u g g s   a n d   p a o l o   b a n c h e r o   s i n g   h a p p y   b i r t h d a y   t o   j a m a h l   m o s l e y   😂 🎉     . . . 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
y e a h h h   m a y b e   w e   s h o u l d   t a k e   t h e   u n d e r … .   n o t   t a n k …   b u t   t a k e   t h e   u n d e r …   m a y b e …   o r l a n d o m a g i c
m a g i c   w i n !   o r l a n d o   d e f e a t s   t h e   s a n   a n t o n i o   s p u r s   1 0 2 - 9 9 ! ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ 
 
 s a n a n t o n i o   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   d e v i n v a s s e l l   p o d c a s t   t e x a s   n b a   s a n a n t o n i o s p u r s   s p u r s   b a s k e t b a l l   e s p n     n b a p r e s e a s o n   f l o r i d a   w e n d e l l c a r t e r j r   m a g i c   o r l a n d o 
 
 1 / 4  
h o w   a b o u t   m o   w a g n e r   i n   t h a t   4 t h   q u a r t e r .   
 
 s h o w e d   h i s   c l a s s   t o   g e t   t h e   m a g i c   b a c k   i n   f r o n t   a n d   o v e r   t h e   l i n e .   
 
 v e r y   u n d e r r a t e d   p l a y e r .   o r l a n d o m a g i c
  w o r l a n d o   w a g i c   o r l a n d o m a g i c
i t   w a s n ’ t   p r e t t y   b u t   t h e   m a g i c   t h i r d   s t r i n g e r s   f o u n d   a   w a y   t o   p u l l   o f f   t h e   w i n   i n   s a n   a n t o n i o   l e d   b y   a   l a t e   p u s h   b y   m o   w a g n e r .   
 
 t h e   m a g i c   w e r e   l e d   b y   w c j   w h o   s c o r e d   2 0   p o i n t s   a n d   g r a b b e d   1 0   r e b o u n d s .   b a c k   a t   i t   t o m o r r o w   n i g h t   i n   d a l l a s .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
b i g   b r o   b r i n g i n g   t h e   e n e r g y !   o r l a n d o m a g i c
a l l   t h e s e   m i s s e d   t h r e e   p o i n t   a t t e m p t s   m a k e   m e   s a d   o r l a n d o m a g i c
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 0 - 1 )   a t   s a n   a n t o n i o   s p u r s   ( 0 - 1 )   o c t   0 6   2 0 2 2   8 : 0 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
c o n s i d e r i n g   t h e   p o o r   s t a r t ,   o n l y   b e i n g   d o w n   b y   3   i s   i m p r e s s i v e .   i   k n o w ,   i   k n o w … .   p r e s e a s o n .   o r l a n d o m a g i c   m a g i c t o g e t h e r  
h a l f t i m e   a t   a t & a m p ; t   s a s p u r s   5 2   o r l a n d o m a g i c   4 9 .   s p u r s   w e r e   u p   b y   a l m o s t   2 0   b u t   m a g i c   c a m e   b a c k   l a s t   4   m i n u t e s   o f   2 n d   h a l f .  
n o t   e v e n   a   w e m b a '   c o u l d   b e   e f f e c t i v e   i n   t h i s   s h i t t y   t e a m   c a u s e   t h e y   d o n ' t   k n o w   w t f   t h e y ' r e   d o i n g   i n   t h i s   f r a n c h i s e .   o r l a n d o m a g i c   🚮 🗑 ️
s o   d i d   t h e   m a g i c   s h o o t   a n y   t h r e e s   i n   p r a c t i c e   t h i s   p r e s e a s o n   o r … ?     o r l a n d o m a g i c
a t   l e a s t   r j   i s   p l a y i n g   w i t h i n   h i s   s k i l l   s e t ,   w h i c h   i s   a w e s o m e .   i   h a v e n ' t   s e e n   h i m   t r y i n g   a n y   o f   t h o s e   c r a z y   m o v e s   h e   w a s   d o i n g   i n   s u m m e r   l e a g u e . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
n o t   a t   a l l   i m p r e s s e d   w i t h   w h a t   c o a c h   i s   d o i n g .   e x p e r i m e n t   i n   p r a c t i c e   o r   a t   t h e   e n d   o f   t h e   s e a s o n   i f   a l l   i s   l o s t .   n o t   n o w . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
b o l   r e a l l y   n e e d s   t o   s t a r t   t a k i n g   a d v a n t a g e   o f   t h o s e   o p e n   l o o k s . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
i s   t h i s   r e a l i t y   s m a c k i n g   u s   i n   t h e   f a c e   o r   j u s t   p r e s e a s o n   r u s t   a n d   o v e r r e a c t i o n ? 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
l o o k   a t   h o w   s l o w   a n d   s l u g g i s h   m a g i c   a r e   t o   g e t   a n y t h i n g   g o i n g .   w h e r e ' s   t h e   f u c k i n g   b a l l   m o v e m e n t   a n d   e n e r g y ?   o r l a n d o m a g i c
t i m e   f o r   a   l i t t l e   n b a   a c t i o n …   m a g i c   a t   s p u r s .   l e t ’ s   g o   m a g i c ! ! !   o r l a n d o m a g i c   n b a p r e s e a s o n   m a g i c t o g e t h e r  
🏆   n b a   -   p r e - s e a s o n   
 
 🏀   s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 s a n a n t o n i o s p u r s   o r l a n d o m a g i c   n b a  
e p .   2 4 6   -   p r e s e a s o n   p r o b l e m s   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 a l e x k e n n e d y   e a s t e r n c o n f e r e n c e   n b a   o r l a n d o m a g i c   p a o l o b a n c h e r o   s c o o t h e n d e r s o n   s o u t h e a s t d i v i s i o n   v i c t o r w e m b e n y a m a  
j o h n   h o l l i n g e r   o f     p r e d i c t s   t h e   m a g i c   w i l l   e n d   t h e   2 0 2 2 - 2 3   s e a s o n   w i t h   a   2 1 - 6 1   r e c o r d   g o o d   f o r   1 5 t h   i n   t h e   e a s t .   
 
 w h a t   a r e   y o u r   t h o u g h t s   o n   t h i s ? 
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
p r o t e c t   m a r k e l l e   f u l t z   a t   a l l   c o s t . . 🙌 🏾 🙌 🏾 🙌 🏾 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g    
g a m e d a y ! 
 t o n i g h t   a t   8 p m 
 
 s a n a n t o n i o   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   k e l d o n j o h n s o n   d e v i n v a s s e l l   p o d c a s t   t e x a s   s p u r s   n b a   s a n a n t o n i o s p u r s   b a s k e t b a l l   e s p n   g r a p h i c d e s i g n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   c o l e a n t h o n y   m a g i c   o r l a n d o  
l o o k s   w h o ’ s   s c o u t i n g   v i c t o r   w e m b a n y a m a 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
n b a   l e g e n d s   e x p l a i n   h o w   g o o d   p e n n y   h a r d a w a y   w a s     -   
 
 " p e n n y   c o u l d ' v e   b e e n   b e t t e r 
 t h a n   k o b e   & a m p ;   l e b r o n 
 
 n b a   n b a 2 k 2 3   o r l a n d o m a g i c  
o r l a n d o   m a g i c   r o a d   t r i p !   
 n o v   1 1 ,   2 0 2 2                       
 
 
 o r l a n d o m a g i c   b i g c i t y b a s k e t b a l l   m e l b o u r n e f l o r i d a   o r l a n d o f l o r i d a   b a s k e t b a l l   k i d s b a s k e t b a l l    o r l a n d o m a g i c  
o r l a n d o   m a g i c   r o a d   t r i p !   
 n o v   1 1 ,   2 0 2 2                       
 
 
 o r l a n d o m a g i c   b i g c i t y b a s k e t b a l l   m e l b o u r n e f l o r i d a   o r l a n d o f l o r i d a   b a s k e t b a l l   k i d s b a s k e t b a l l    o r l a n d o m a g i c  
g i v e   m e   a l l   t h e   m a r k e l l e   f u l t z   a n d   c o l e   a n t h o n y   s t o c k   y o u   g o t . . .   🚀   🚀   🚀 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g  
i   c o u l d   c a r e   l e s s   a b o u t :   t h e   d r a f t ,   p r o s p e c t s ,   t a n k a t h o n ,   t h e   n b a   l o t t e r y   o r   a n y   o f   t h a t   s h ! t .   m i s s   m e   w i t h   a l l   o f   t h a t .   i t ' s   w i n n i n g   t i m e . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   e a c h   t e a m .   h e r e ’ s   t h e   v e r s i o n   f o r   t h e   m a g i c ! 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
t h e   m a g i c   t r a v e l   t o   s a n   a n t o n i o   f o r   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a f t e r   a   r o u g h   g a m e   i n   m e m p h i s   o n   m o n d a y   n i g h t .   
 
 f r a n z   w a g n e r   i s   e x p e c t e d   t o   b e   a v a i l a b l e ;   i t ’ l l   b e   t h e   f i r s t   t i m e   w e   g e t   t o   s e e   f r a n z   a n d   p a o l o   p l a y   n e x t   t o   e a c h   o t h e r .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
n e w   v i d e o   t o   w a t c h : 
 
 " p r a c t i c e   s o u n d :   c o a c h   m o s e ,   b a n c h e r o   & a m p ;   h a m p t o n "   
 
 c r e a t o r :     o r l a n d o   m a g i c 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
e p .   2 1 7   -   m o   m o n e y   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 e a s t e r n c o n f e r e n c e   i s a i a h h a r t e n s t e i n   m o b a m b a   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
t h a t   s h o o t i n g   f o r m .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
2 5 %   w i l l   g o   t o   t h e   
 
 s h a q u i l l e o n e a l   s h a q   o n e a l   o r l a n d o m a g i c   o r l a n d o   m a g i c   m a g i c a b o v e a l l   n b a   n b a d r a f t   n b a f i n a l s   n b a p l a y o f f s   
 

c a n   h i s t o r y   r e p e a t   3 0   y e a r s   l a t e r ?   s o m e   s e e m   t o   f o r g e t   t h a t   t h e   o r l a n d o   m a g i c   h a d   b a c k   t o   b a c k   1   p i c k s   i n   t h e   9 0 s …   i f   w e   m a k e   t h e   p l a y - i n s   a n d   t h e y   g i v e   u s   a n o t h e r   1 …   l a r r y   o b   💍   
 
 n b a t w i t t e r   o r l a n d o m a g i c   m a g i c t o g e t h e r  
k e l v i n   p e l t o n   a n d   z a c h   l o w e   b o t h   e x p e c t   t h e   m a g i c   t o   g o   o v e r   o n   t h e i r   p r o j e c t e d   2 6 . 5   w i n s   t h i s   u p c o m i n g   s e a s o n .   
 
 l o w e   e x p e c t s   t h e   m a g i c   a n d   p i s t o n s   t o   p o s s i b l y   c o n t e n d   f o r   a   p l a y - i n   s p o t .   
 
 o h   y e a h ,   t h e y   a r e   b o t h   b i g   t i m e   f r a n z   w a g n e r   f a n s .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c
w i t h   a n o t h e r   l o t t e r y   p i c k   i n   t h e   l i n e u p ,   i t ' s   t i m e   f o r   t h e   o r l a n d o m a g i c   t o   s t a r t   p u t t i n g   t h i n g s   t o g e t h e r .   n b a   b a c k s p o r t s p a g e 
 

i n   t h i s   w e e k ' s   e p i s o d e : 
 
 • t a k e a w a y s   f r o m   m e d i a   d a y 
 • w h a t ' s   g o i n g   o n   a t   t r a i n i n g   c a m p 
 • r e a c t i o n   t o   f i r s t   p r e s e a s o n   g a m e 
 • a n n u a l   g m   s u r v e y 
 
 l i s t e n :   
 
 
 y o u t u b e : 
 
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   t b p n  
e x c i t e d   f o r   t h i s   😊   o r l a n d o m a g i c   n e w j o b   h o p e i m e e t s t e p h c u r r y  
h e r e   a r e   m y   3 ️ ⃣   r e a s o n s   i   b e l i e v e   t h e   o r l a n d o   m a g i c   w i l l   f i n i s h   u 2 7 . 5   w i n s ,   l i n e   b y       o r l a n d o m a g i c   p a o l o b a n c h e r o   n b a   
   t i k t o k  
i f   w e   c o u l d   s o m e h o w   g e t   a   c o m b i n a t i o n   o f   s c o o t   h e n d e r s o n ,   a m e n   o r   a u s a r   t h o m p s o n ,   a n d   j a r a c e   w a l k e r   g e t   i n   n e x t   y e a r s   d r a f t .   w e ’ d   b e   r e a d y   w a r   ( e n d   t a n k i n g )   o r l a n d o m a g i c   m a k e i t h a p p e n
p a o l o   b a n c h e r o   d e b u t !   r e a c t i n g   t o   o r l a n d o   m a g i c   v s   m e m p h i s   g r i z z l i e s   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
  n o t   r e a l   b u t   t o o   f a s t 💯 💯   i f   h i s   d e v e l o p m e n t   c o n t i n u e s   t h a   w a y   t h e n   o r l a n d o m a g i c   & a m p ;   o k l a h o m a c i t y t h u n d e r   y a l l   f u m b l e d   t h a   b a l l 🤦 😭 🤣 🤣 🤣
i   k n o w   h e ’ s   n o t   b r o n   b u t   f o r   c o n t e x t … b r o n s   f i r s t   p r e   s e a s o n   g a m e s .   m a d e   m e   f e e l   b e t t e r   l o l .   l e t ’ s   g o   m a g i c . 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
  t h e y   g o t   3   b i g s   a r o u n d   t h e   p a i n t   a n d   a l m o s t   n e v e r   c o m e   u p   w i t h   a n   o f f e n s i v e   r e b s   c a u s e   t h e y   j u s t   t r y i n g   t o   j u m p   o v e r   d u d e s   i n s t e a d   o f   b o x i n g   o u t .   😩   o r l a n d o m a g i c
t e a m   o u t l e t   s t o r e     p u r c h a s e   o r l a n d o   m a g i c ,   o r l a n d o   c i t y   & a m p ;   o r l a n d o   p r i d e   g e a r   a n d   t i c k e t s   h e r e .   e x c l u s i o n s   m a y   a p p l y .   s a l e   i s   s u b j e c t   t o   c h a n g e .   t e a m o u t l e t s   o r l a n d o m a g i c   o r l a n d o p r i d e g e a r   s p o r t s   t e a m   t e a m s h i r t s   a d i d a s t e a m s h i r t s   b a c k s a c k   d e c a l   l i c e n s e p l a t e f r a m e  
t e a m   o u t l e t   s t o r e     p u r c h a s e   o r l a n d o   m a g i c ,   o r l a n d o   c i t y   & a m p ;   o r l a n d o   p r i d e   g e a r   a n d   t i c k e t s   h e r e .   e x c l u s i o n s   m a y   a p p l y .   s a l e   i s   s u b j e c t   t o   c h a n g e .   t e a m o u t l e t s   o r l a n d o m a g i c   o r l a n d o p r i d e g e a r   s p o r t s   t e a m   t e a m s h i r t s   a d i d a s t e a m s h i r t s   b a c k s a c k   d e c a l   l i c e n s e p l a t e f r a m e  
p o s t   g a m e   t h r e a d :   t h e   m e m p h i s   g r i z z l i e s   d e f e a t   t h e   o r l a n d o   m a g i c   1 0 9 - 9 7   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
w e   c o u l d n ' t   b e   m o r e   e x c i t e d   t o   p a r t n e r   w i t h   t h e     f o r   s y n a p s e o r l a n d o !   p l u s ,   w e   h e a r d   t h e y ' r e   g i v i n g   a w a y   a n   a u t o g r a p h e d   b a s k e t b a l l ,   s o   b e   s u r e   t o   s t o p   b y !   🪄 🏀   i n n o v a t i o n l i v e s h e r e   o r l a n d o m a g i c 
 
 🤝   s p o n s o r :   
 🎟 ️   a t t e n d :    
p a i n . 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " p a o l o   b a n c h e r o   d e b u t !   r e a c t i n g   t o   o r l a n d o   m a g i c   v s   m e m p h i s   g r i z z l i e s   |   2 0 2 2   n b a   p r e s e a s o n "   
 
 c r e a t o r :     e x t r a   k r i s p y 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   w a s   o n   b a l l y   s p o r t s   s o u t h e a s t .   w i t h   c o m m e n t a r y   f r o m   p e t e   p r a n i c a .   c o - c o m m e n t a t o r   i s   b r e v i n   k n i g h t .   r e p o r t e r   i s   r o b   f i s c h e r .     f o r   m o r e   d e t a i l s   s e e     m e m p h i s g r i z z l i e s   o r l a n d o m a g i c   b a l l y s p o r t s s o u t h e a s t
p o s t   g a m e   t h r e a d :   t h e   m e m p h i s   g r i z z l i e s   d e f e a t   t h e   o r l a n d o   m a g i c   1 0 9 - 9 7 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
n b a   o r l a n d o   m a g i c   2 d   t r a c k s u i t s   j a c k e t 
 l i n k   t o   b u y   :   
 n b a   o r l a n d o m a g i c  
m a g i c   v s .   g r i z z l e s   1 0 . 3   7 : 3 0   p . m .   c o u r t   c o u s i n s   l i v e   w a t c h   e v e n t 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
t h e   n e w   e r a   b e g i n s 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
t h e   m e m p h i s   g r i z z l i e s   d e f e a t   t h e   o r l a n d o   m a g i c   1 0 9 - 9 7   i n   t h e   f i r s t   g a m e   o f   t h e   p r e s e a s o n 
 
 m e m p h i s   s p o r t s   o r l a n d o m a g i c   m a g i c t o g e t h e r   j a m o r a n t   p o d c a s t   t e n n e s s e e   n b a   m e m p h i s g r i z z l i e s   g r i z z l i e s   b a s k e t b a l l   e s p n   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o 
 
 1 / 4  
u g l y   g a m e   f o r   t h e   m a g i c   i n   t h e i r   f i r s t   p r e s e a s o n   g a m e   i n   m e m p h i s .   l o t s   o f   t u r n o v e r s ,   f o u l s   a n d   m i s s e d   o p e n   l o o k s .   
 
 t h a n k f u l l y ,   i t ’ s   o n l y   p r e s e a s o n .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
d e v i n   c a n n a d y   n e e d s   r e g u l a r   m i n u t e s . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
o v e r r e a c t i o n   -   u n t i l   f u r t h e r   n o t i c e   g a r y   h a r r i s   i s   o u r   s t a r t i n g   s g . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 0 - 0 )   a t   m e m p h i s   g r i z z l i e s   ( 1 - 0 )   o c t   0 3   2 0 2 2   8 : 0 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
t h e   s t a r t i n g   s g   a n d   b a c k u p   p g   s p o t   i s   w i d e   o p e n   f o r   c o m p e t i t i o n .   l i t e r a l l y   a n y b o d y   c a n   e a r n   t h o s e   t w o   s p o t s . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
p a o l o   b a n c h e r o   w i t h   t h e   s l a m 
 
 
 
 n b a   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   m a g i c   o r l a n d o m a g i c   p a o l o b a n c h e r o   h i g h l i g h t s   n b a t w i t t e r
l o o k s   l i k e   s u g g s   t u r n e d   t h e   b a l l   o v e r   a n d   t h e n   h u r t   h i s   h a n d . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
t o u g h   d e f e n s e   b y   t h e   g r i z z l i e s .   e s p e c i a l l y   f o r   t h e   m a g i c .   a l o t   t o   l e a r n   f r o m   o n   t h i s   g a m e .   
 
 m a g i c   n e e d   t o   g e t   b a c k   t o   t h e   s t a t e   o f   t h e   a r t   a d v e n t   h e a l t h   p r a c t i c e   f a c i l i t y   a n d   g e t   b e t t e r .   f i n d   a   b e t t e r   o f f e n s i v e   p a c e .   p l a y   s m a r t e r   i n   m o m e n t s .   k n o w   w h e n   t o   g o 
 
 o r l a n d o m a g i c   n b a
b o l   b o l   t i m e 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
g r i z z l i e s   o f f e n s e   i s   f l u i d   w i t h   m o v e m e n t   a n d   p l a y e r s   h a v e   r o o m   t o   w o r k .   m a g i c   o f f e n s e   i s   l e t ' s   s e e   w h e r e   i   c a n   g e t   c r o w d e d   a t   a n d   c o m e   u p   w i t h   a   p o o r   p e r c e n t a g e   s h o t .   o r l a n d o m a g i c
m a r k e l l e   f u l t z   i s   t h e   m o s t   i m p o r t a n t   p l a y e r   o n   o u r   t e a m .   w e   n e e d   h i m . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
m a g i c   d o w n   5 6 - 4 2   a t   t h e   h a l f .   
 
 i t ’ s   o n l y   p r e s e a s o n   b u t   1 4   t u r n o v e r s   a r e   w a y   t o o   m a n y .   n e e d   t o   c l e a n   t h a t   u p   i n   t h e   s e c o n d   h a l f .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a
o r l a n d o   i s   p l a y i n g   s o   f u c k i n g   t e r r i b l e .   y e s   i t ' s   o n l y   p r e s e a s o n   b u t   i   d o n ' t   s e e   n o   k i n d   o f   f u c k i n g   o f f e n s i v e   f l o w .   i t ' s   t h e   s a m e   s e t s   i n   t h e   s a m e   a r e a s   a n d   t h e r e ' s   n o   s p a c i n g   f o r   s h i t   o r l a n d o m a g i c
w e   a b s o l u t e l y   n e e d   m a r k e l l e   f u l t z . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
h e r e   w e   g o   a g a i n … .   f u c k   m e .   o r l a n d o m a g i c
r o u g h   f i r s t   h a l f   f o r   p a o l o .   h e ’ s   h a v i n g   a   h a r d   t i m e   h o l d i n g   o n   t o   t h e   b a l l .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a
r u n   s o m e   f u c k i n g   p i c k   n   r o l l s ! ! !   o r l a n d o m a g i c
m a g i c   s t a r t e r s   a r e   n o t   p l a y i n g   w e l l   s o   f a r .   
 
 l o t s   t o   t u r n o v e r s   a n d   o v e r a l l   j u s t   d o n ’ t   l o o k   c o m f o r t a b l e   t o g e t h e r   o u t   t h e r e .   
 
 g r i z z l i e s   u p   1 4   n o w .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a
n b a ’ s   o r l a n d o   m a g i c   t h r o u g h o u t   t h e   y e a r s 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
t h e   m a g i c   s e t t l e   d o w n   a n d   t r a i l   2 5 - 2 1   a f t e r   o n e   i n   m e m p h i s .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a
r o u g h   s t a r t   f o r   t h e   o r l a n d o m a g i c   …   w e n d e l l   c a r t e r   l o o k i n g   l i k e   p r e - s e a s o n   h a h a
💫 t h e   e r a   o f   p a o l o   i s   u p o n   u s 💫 
 
 m a g i c t o g e t h e r 
 v s 
 g r i n d c i t y 
 
 a l m o s t   g a m e t i m e ! 
 p r e s e a s o n   g a m e   o n e 
 l e t ' s   g o o o o o o o o o o o !   
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g  
f r a n z   w i l l   n o t   p l a y   t o n i g h t   ( r e s t ) .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
m e m p h i d g r i z z l i e s   o r l a n d o m a g i c   n b a 2 k 2 3   b a s k e t b a l l   n b a   n b a 2 k   n b a t w i t t e r   n b a j a p a n g a m e s   
 l i v e l i n e   w a t c h   m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   l i v e s t r e a m   
                                             🇺 🇸 l i n k 🏀 🗑 ️ 
                                                       ⬇ ️ 
 
   ✅
d o   w e   h a v e   s t a r t i n g   l i n e - u p s   y e t ?     o r l a n d o m a g i c
i t ' s   t h a t   t i m e   a g a i n .   o r l a n d o m a g i c   p r e s e a s o n   s t a r t s   t o n i g h t .   t h o s e   o f   y o u   w h o   k n o w   m e ,   k n o w   h o w   i   f e e l   a b o u t   t h i s   t e a m .   a n d   t h a t   i   t e n d   t o   t w e e t   g a m e s .     i ' l l   w a r n   y o u   s o   y o u   c a n   m u t e   m y   p a s s i o n a t e   f a n   s e l f   b e f o r e   g a m e s .   ( i f   y o u   h a v e n ' t   a l r e a d y )   l m a o
f   r   a   n   z   ☄ ️   w   a   g   n   3   r 
 
 p l a y s   b a l l   t o d a y . . .   😁 😁 😁 
 
 f a n t a s y m a g i c m e d i a   ©   
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g  
c a n   w e   a t   l e a s t   h e a r   t h e   m a g i c   g a m e   s o m e w h e r e ?     m a g i c   o r l a n d o m a g i c     ? ?       t h a n k s !
f i r s t   g a m e   o f   t h e   p r e s e a s o n ! 
 t o n i g h t   a t   8 p m 
 
 m e m p h i s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   j a m o r a n t   p o d c a s t   t e n n e s s e e   g r i z z l i e s   n b a   m e m p h i s g r i z z l i e s   b a s k e t b a l l   e s p n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o  
j a l e n   s u g g s   r a t e d   r o o k i e   h o l o     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   o r l a n d o m a g i c   j a l e n s u g g s   m a g i c   r o o k i e   r c   r o o k i e c a r d  
j a l e n   s u g g s   r a t e d   r o o k i e   h o l o     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   o r l a n d o m a g i c   j a l e n s u g g s   m a g i c   r o o k i e   r c   r o o k i e c a r d  
i   r e a l l y   w a n t e d   t o   s e e   t h e     g a m e   t o n i g h t   b u t   i ’ m   b l a c k e d   o u t   b e c a u s e   i ’ m   s u p p o s e d l y   c l o s e   t o   m e m p h i s ?   i ’ m   4 0 0   m i l e s   a w a y   i n   l o u i s v i l l e ,   k y .   i ’ l l   n e v e r   u n d e r s t a n d   t h e     b l a c k o u t   r u l e s …   o r l a n d o m a g i c  
i t ’ s   t i m e   t o   b o l - l i e v e .   o r l a n d o m a g i c   b o l b o l   p r e s e a s o n
g a m e   d a y ! ! ! 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g  
o r l a n d o   m a g i c   b a s k e t b a l l   i s   b a c k ! 
 
 a f t e r   a   l o n g   o f f - s e a s o n ,   w e   g e t   t o   f i n a l l y   w a t c h   m a g i c   b a s k e t b a l l   t o n i g h t .   l o t s   o f   e x c i t e m e n t   a n d   a n t i c i p a t i o n   e v e n   t h o u g h   i t ’ s   o n l y   a   p r e s e a s o n   g a m e .   
 
 w h a t   a r e   y o u   l o o k i n g   f o r w a r d   t o   t h e   m o s t ?   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
e p .   2 4 5   -   p r e s e a s o n   p r i m e r   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 e a s t e r n c o n f e r e n c e   n b a   o r l a n d o m a g i c   p a o l o b a n c h e r o   s o u t h e a s t d i v i s i o n  
o r l a n d o   m a g i c   f e e l   r e l i e f   o f   j a l e n   s u g g s '   i n j u r y   p r o g n o s i s 
 
 
 
 n b a   o r l a n d o   m a g i c a b o v e a l l   m a g i c   h e r e t h e y c o m e   w e a r e t h e v a l l e y   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   h a w k s
p r a c t i c e   s o u n d :   c o a c h   m o s e   & a m p ;   j a l e n   s u g g s   o n   h i s   i n j u r y 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
f e s t i v a l   o f   f a n t a s y   p a r a d e   m a g i c   k i n g d o m   2 0 2 2   f u l l   s h o w   m a g i c k i n g d o m     v i a     d i s n e y   d i s n e y p a r k s   f l o r i d a   o r l a n d o   f e s t i v a l o f f a n t a s y p a r a d e  
y e s t e r d a y ,     d e f e a t e d   o r l a n d o   w o m e n s c h a m p i o n   _ b l u e _ m a g i c   v i a   d i s q u a l i f i c a t i o n .   t h o u g h   g i n a   w o n   t h e   m a t c h ,   s h e   d i d   n o t   w i n   t h e   t i t l e ,   b u t   d i d   s t e a l   t h e   p h y s i c a l   c h a m p i o n s h i p   b e l t .   t h i s   s u n d a y   b o n u s e v e n t   1 : 0 0 - 2 : 3 0 p m . 
  
[ h i g h l i g h t ]   m a r k e l l e   f u l t z   s t e a l s   t h e   b e a l   p a s s   a n d   p o s t e r s   d a v i s   b e r t a n s   t o   s e a l   t h e   w i n   f o r   t h e   o r l a n d o   m a g i c   🏀 

🕺 a r e   y o u   f r e e   b i r d s   r e a d y   t o   t a k e   t h e   s t a i r w a y   t o   h e a v e n ? 
 💃 🏽 b r e a k   o u t   t h e   b e l l   b o t t o m s   o r   s h o r t   s h o r t s   w i t h   t u b e   s o c k s 
 📡 n o   n e e d   t o   a d j u s t   t h e   a n t e n n a ,   i t s   7 0 ' s   n i g h t   
 🍻 c o m i n g   s o o n   t o   m a g i c   c i t y 
 
 o r l a n d o   o r l a n d o f l o r i d a   b e e r   b e e r s t a g r a m   b e e r l o v e r   w i n e   w i n e t a s t i n g   w i n e l …  
f o r m e r   a t l a n t a   h a w k s   p l a y e r   a n d   a t l a n t a   n a t i v e   c o n t e m p l a t e s   r e t i r e m e n t 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s   l s o a n g e l e s   o r l a n d o   m a g i c   7 6 e r s
t e r r e n c e   r o s s   n b a   h i g h l i g h t s   m a g i c   v s   m a v e r i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t e r r e n c e r o s s   t e r r e n c e   r o s s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
m o   b a m b a   n b a   h i g h l i g h t s   m a g i c   v s   m a v e r i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m o b a m b a   m o   b a m b a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
s e n t i n e l   a r t i c l e   a b o u t   s u g g s ’   i n j u r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
[ o c ]   e x p l a i n e d   i n   1   m i n u t e :   j a l e n   s u g g s '   l e f t   k n e e   i n j u r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
m o   b a m b a   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m o b a m b a   m o   b a m b a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
n b a   t r a d e   r u m o r s :   m o   b a m b a   c o u l d   b e   a   h o t   c o m m o d i t y   a t   t h e   d e a d l i n e 
 
 
 
 n b a   o r l a n d o   m a g i c a b o v e a l l   m a g i c   l a k e s h o w   l a k e r s   b l e e d g r e e n   c l i p p e r n a t i o n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i     d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   m f f l   j a z z
f r a n z   w a g n e r   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f r a n z w a g n e r   f r a n z   w a g n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
c o l e   a n t h o n y   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c o l e a n t h o n y   c o l e   a n t h o n y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
p i c k e d   u p   a   c o u p l e   o f   p a n i n i   p a c k s   o n   a   w h i m   a t   t a r g e t   t o d a y .   h a v e n ' t   b o u g h t   c a r d s   i n   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
p i c k e d   u p   a   c o u p l e   o f   p a n i n i   p a c k s   o n   a   w h i m   a t   t a r g e t   t o d a y .   h a v e n ' t   b o u g h t   c a r d s   i n   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
r . j .   h a m p t o n   n b a   h i g h l i g h t s   m a g i c   v s   m a v e r i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r . j . h a m p t o n   r . j .   h a m p t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
w e n d e l l   j r .   n b a   h i g h l i g h t s   m a g i c   v s   m a v e r i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 w e n d e l l j r .   w e n d e l l   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
p a o l o   b a n c h e r o   n b a   h i g h l i g h t s   m a g i c   v s   m a v e r i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a o l o b a n c h e r o   p a o l o   b a n c h e r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c
( f o x   n e w s ) : o r l a n d o   m a g i c ' s   j a l e n   s u g g s   s p r a i n s   k n e e   c a p s u l e ,   a v o i d s   s e r i o u s   i n j u r y   :   j a l e n   s u g g s   s u f f e r e d   a   s p r a i n e d   k n e e   c a p s u l e   a n d   a   b o n e   b r u i s e   a f t e r   a   c o l l i s i o n   d u r i n g   a   p r e s e a s o n   c o n t e s t   f r i d a y ,   b u t   t h e   i n j u r y   w a s   n o t   a s   . .  
_ i t s i z z y b   y o u ’ d   h a v e   m a g i c ,   o r l a n d o   c i t y   s o c c e r   c l u b s ,   u c f ,   f a m u   l a w ,   a n d   d i s n e y   t o   b a c k   y o u   u p   o r   p a r t n e r   w i t h .   b t w ,   w e   a l s o   h a v e   g r e a t   w e a t h e r   a n d   s o   m a n y   d i f f e r e n t   c u l t u r a l   e a t e r i e s .   d o w n t o w n   i s   a   f i r e   t a i l g a t e   a r e a   a s   w e l l .   i ’ d   l i k e   a   j o b   i f   i t   h a p p e n s .   o r l a n d o   t h e c i t y b e a u t i f u l
p o s t g a m e   s o u n d   a t   d a l l a s   |   c o a c h   m o s e   & a m p ;   p a o l o   b a n c h e r o 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
[ w o j n a r o w s k i ]   o r l a n d o   m a g i c   g   j a l e n   s u g g s   h a s   s u s t a i n e d   a   l e f t   k n e e   c a p s u l e   s p r a i n   a n d   b o n e   b r u i s e ,   s o u r c e s   t e l l   e s p n .   h i s   t i m e l i n e   o n   a   r e t u r n   w i l l   d e p e n d   o n   r e s p o n s e   t o   t r e a t m e n t ,   b u t   t h e r e ’ s   r e l i e f   i t   w a s n ’ t   a   m o r e   s e r i o u s   i n j u r y .   🏀 

p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   d a l l a s   m a v e r i c k s   1 1 0 - 1 0 5   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 1 - 1 )   a t   d a l l a s   m a v e r i c k s   ( 1 - 0 )   o c t   0 7   2 0 2 2   8 : 3 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
m o   b a m b a   h i g h l i g h t s   -   m a v e r i c k s   v s .   m a g i c   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   m o   b a m b a   d a l   o r l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   d a l l a s   m a v e r i c k s   o r l a n d o   m a g i c
l u k a   d o n c i c   h i g h l i g h t s   -   m a v e r i c k s   v s .   m a g i c   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   l u k a   d o n c i c   d a l   o r l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   d a l l a s   m a v e r i c k s   o r l a n d o   m a g i c
m a g i c   w i n ! ! !   o r l a n d o   d e f e a t s   t h e   d a l l a s   m a v e r i c k s   1 1 0 - 1 0 5 
 
 d a l l a s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   l u k a d o n c i c   m a v e r i c k s   d a l l a s m a v e r i c k s   p o d c a s t   t e x a s   n b a   d a l l a s m a v s   m a v s   b a s k e t b a l l   e s p n   g r a p h i c d e s i g n   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o 
 
 1 / 4  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o   m a g i c   v s   d a l l a s   m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l   e s p a n a   v s   c d   r e a l   s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i   f c   v s   c s   u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a     m f f l   l i g a n a c i o n a l     t a k i s  
s o m e t i m e s   y o u   j u s t   h a v e   t o   r u n   t o   m a g i c   k i n g d o m   r e a l   q u i c k   f o r   a   d o l e   w h i p   d i s n e y w o r l d 5 0   d o l e w h i p   m a g i c k i n g d o m   o r l a n d o  
p o s t g a m e   h i g h l i g h t s   |   m a g i c   v s .   s p u r s 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
  i s   h o s t i n g   t h e   o r l a n d o   m a g i c   5 k   t h i s   s a t u r d a y   a n d   w e   c o u l d n ' t   a s k   f o r   n i c e r   r u n n i n g   w e a t h e r !   
 w e s h   w e a t h e r   o r l a n d o   t r a c k s h a c k   r u n  
g a m e d a y ! 
 t o n i g h t   a t   8 : 3 0 p m 
 
 d a l l a s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   l u k a d o n c i c   p o d c a s t   t e x a s   m a v e r i c k s   m a v s   n b a   d a l l a s m a v e r i c k s   d a l l a s m a v s   b a s k e t b a l l   e s p n   e x p l o r e   g r a p h i c d e s i g n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   j a l e n s u g g s   m a g i c   o r l a n d o  
t h e r e   a r e   s o m e   s p o o k y   t h i n g s   h a p p e n i n g   i n   o r l a n d o ' s   u p s i d e - d o w n   h o u s e   .   .   .   
 
 d o n ' t   m i s s   t h e   o u t t a   c o n t r o l   s p o o k t a c u l a r   m a g i c   d i n n e r   s h o w   n o w   t h r o u g h   o c t o b e r   3 1 s t !     
 
 🎃   g u e s t s   a r e   e n c o u r a g e d   t o   d r e s s   u p   i n   c o s t u m e   🎃  
t i c k e t s   o n   s a l e   n o w   f o r   2 0 2 3   
 
 d i s n e y   a f t e r   h o u r s   e v e n t s   
 a t   m a g i c   k i n g d o m   & a m p ;   
 d i s n e y ’ s   h o l l y w o o d   s t u d i o s   🎟 ️ 
 
 w a l t d i s n e y w o r l d   m a g i c k i n g d o m   d i s n e y s h o l l y w o o d s t u d i o s   d i s n e y a f t e r h o u r s e v e n t   d i s n e y p a r k s   o r l a n d o    
p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   s a n   a n t o n i o   s p u r s   1 0 2 - 9 9   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
p o s t g a m e   s o u n d   a t   s a n   a n t o n i o :   c o a c h   m o s e ,   w a g n e r   & a m p ;   c a r t e r   j r . 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
o k ,   t h i s   w a s   a n   a c c i d e n t a l   a s s i s t   r i g h t ?     w a s n ' t   r e a d y   f o r   t h e   b u l l e t   p a s s   r i g h t   b a c k   f r o m     a n d   i t   j u s t   c a s u a l l y   b o u n c e d   o n   t o     f o r   t h e   t o u g h   b u c k e t ?   o r   d i d   t - r o s s   m e a n t   i t   t o   g o   t o   w c j ?   o r l a n d o   m a g i c  
r . j .   h a m p t o n   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r . j . h a m p t o n   r . j .   h a m p t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
p a o l o   b a n c h e r o   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a o l o b a n c h e r o   p a o l o   b a n c h e r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
w e n d e l l   j r .   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 w e n d e l l j r .   w e n d e l l   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
s h o p   m a g i c t o g e t h e r     f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   o r l a n d o   o r l a n d o m a g i c   m a g i c   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
j a l e n   s u g g s   a n d   p a o l o   b a n c h e r o   s i n g   h a p p y   b i r t h d a y   t o   j a m a h l   m o s l e y   😂 🎉     . . . 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
m a g i c   w i n !   o r l a n d o   d e f e a t s   t h e   s a n   a n t o n i o   s p u r s   1 0 2 - 9 9 ! ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ 
 
 s a n a n t o n i o   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   d e v i n v a s s e l l   p o d c a s t   t e x a s   n b a   s a n a n t o n i o s p u r s   s p u r s   b a s k e t b a l l   e s p n     n b a p r e s e a s o n   f l o r i d a   w e n d e l l c a r t e r j r   m a g i c   o r l a n d o 
 
 1 / 4  
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 0 - 1 )   a t   s a n   a n t o n i o   s p u r s   ( 0 - 1 )   o c t   0 6   2 0 2 2   8 : 0 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v v d d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 s a a s s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c x v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v x c v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v v v v v v v v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x c v c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c x c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c x c v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v c x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v c b v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c b c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c x b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v f v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x c v x v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x x v v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 s s a c s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d v f g d b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d g h d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f h g f h
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f g d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d g d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 s d g s d f g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d f g h f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v z c v x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v x v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c x v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x c v x v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d d f d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d f g d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c f b f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v f d b f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f v d f g j k l ;
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f d b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d b f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c b f g b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v b f g g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d r g t h
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v d v v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d f s d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g f g a s d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 g d f g d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c f b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v f d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c x v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f g f g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d f v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v c x v c c v b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v x c c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c x v c x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d s v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v x c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c f d b f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v s s d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 g f d f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f v s v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f g d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d f v d s f d s d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d s d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d g f d v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c x v x f d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v c v d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d s f g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v v f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d a s d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d f v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d f f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c x x v c v x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d d s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f d f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d s r e f e f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d c v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c f d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f d f d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 g g g g t
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g r r g g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d d s a f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f g d f f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g d g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d g d g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d g d g t r g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f r r t y r
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 r e t r e g r
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 r e 4 5 y e
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 r g g t r t r h
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d g d f g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f g d f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d s g d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c v f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d g d f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f f d v f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d g d f d s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d g d f f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g r g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f f d b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v c f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 s d g r g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f g f g h f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x d v g f d b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d g d f d s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d g s d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 g d d g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d d f g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d f g g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d g r g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g d f d b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d s f f d h
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d g f f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f f g h f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d d f b f d
d d f g f n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 

n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x s d d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d s d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d e g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 g r h g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d d g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d g f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f e r
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f g g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d g s d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c g d f g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x c v f b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d s f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f s v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d h
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d s s d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x d s g d s f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x d s
  n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c s f d s f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x d f d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d d s v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c f s d a
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 g h j k  
g a m e d a y ! 
 t o n i g h t   a t   8 p m 
 
 s a n a n t o n i o   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   k e l d o n j o h n s o n   d e v i n v a s s e l l   p o d c a s t   t e x a s   s p u r s   n b a   s a n a n t o n i o s p u r s   b a s k e t b a l l   e s p n   g r a p h i c d e s i g n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   c o l e a n t h o n y   m a g i c   o r l a n d o  
$ g o o g l   c a l l s   f l a t   p a t i e n c e .   
 j u s t   l a n d e d   i n   o r l a n d o   a n d   c a n   f e e l   a   l i t t l e   $ d i s   m a g i c   i n   t h e   a i r .    
m a g i c   k i n g d o m   t o d a y ,   n o t   a   b a d   s t a r t   t o   t h e   d a y !   l a k e b u e n a v i s t a   f l o r i d a   o r l a n d o   m a g i c k i n g d o m  
2 5 %   w i l l   g o   t o   t h e   
 
 s h a q u i l l e o n e a l   s h a q   o n e a l   o r l a n d o m a g i c   o r l a n d o   m a g i c   m a g i c a b o v e a l l   n b a   n b a d r a f t   n b a f i n a l s   n b a p l a y o f f s   
 

g e t   y o u r   d r i n k   o n   a t   d i s n e y ' s   m a g i c   k i n g d o m !     y e s   y o u   c a n   d r i n k   t h e r e .   s h o r t s   |   y u m   d i s n e y   |   b e e r   a n d   w i n e   a t   m a g i c   k i n g d o m   |   s k i p p e r   c a n t e e n     
 d i s n e y w o r l d 5 0   d i s n e y w o r l d   m a g i c k i n g d o m   d r i n k s   b e e r   o r l a n d o   f l o r i d a   t r a v e l   v a c a t i o n  
i s   i t   j u s t   u s ,   o r   d o e s   a n y o n e   e l s e   f i n d   m a g i c   k i n g d o m   o r l a n d o   a   b i t   d a t e d   t h e s e   d a y s ? 
 
 o b v i o u s l y   t h e r e   a r e   t h e   c l a s s i c s ,   b u t   i t ' s   b a r e l y   c h a n g e d   i n   1 0   y e a r s ! 
 
 d i s n e y   d i s n e y w o r l d 5 0   d i s n e y w o r l d  
t r e a t   y o u r s e l f   –   o r   s o m e o n e   y o u   l o v e   –   t o   a   l i t t l e   m a g i c ,   a   l i t t l e   w h i m s y   a n d   a   l i t t l e   f a i r y t a l e   f i n e r y   w i t h   s t y l e s   f r o m   t h e   e n c h a n t e d   d i s n e y   c o l l e c t i o n .   z a l e s e m p l o y e e   e n c h a n t e d d i s n e y f i n e j e w e l r y   n e c k l a c e s   p r i n c e s s   l o v e z a l e s   o r l a n d o   d i s n e y  
m a g i c   k i n g d o m .   t h e s e   t w o   ❤ ️ 🥰   m a g i c k i n g d o m   o r l a n d o   a u t i s m f a m i l y  
o r l a n d o   m a g i c ’ s   o n -   a n d   o f f - c o u r t   d e v e l o p m e n t   p l a n s :   h e r e ' s   w h a t   w e   k n o w   s o   f a r     v i a  
t h e   f i r s t   d e c e m b e r   d a t e   s e l l s   o u t   f o r   m i c k e y ’ s   v e r y   m e r r y   c h r i s t m a s   p a r t y   a t   m a g i c   k i n g d o m   🎄 
 
 w a l t d i s n e y w o r l d   d i s n e y w o r l d   m v m c p   c h r i s t m a s   w d w   m i c k e y s v e r y m e r r y c h r i s t m a s p a r t y   o r l a n d o   m a g i c k i n g d o m    
h a l l o w e e n - i n s p i r e d   c o c k t a i l s   a p p e a r   b y   m a g i c   a t   t h e   e d i s o n ,   d i s n e y   s p r i n g s   🍸 🎃 
 
 ⁦ ⁩ 
 w a l t d i s n e y w o r l d   d i s n e y w o r l d   d i s n e y s p r i n g   w d w   d i s n e y d r i n k s   t h e e d i s o n   d i s n e y h a l l o w e e n   o r l a n d o    
t h e   o u t t a   c o n t r o l   s p o o k t a c u l a r   m a g i c   d i n n e r   s h o w   r e t u r n   t o   w o n d e r w o r k s   o n   i n t e r n a t i o n a l   d r i v e   🎃 
 
 o r l a n d o   o r l a n d o h a l l o w e e n   i d r i v e   i n t e r n a t i o n a l d r i v e   d i n n e r s h o w   f l o r i d a    
p o s t   g a m e   t h r e a d :   t h e   m e m p h i s   g r i z z l i e s   d e f e a t   t h e   o r l a n d o   m a g i c   1 0 9 - 9 7   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
j a l e n   s u g g s   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n s u g g s   j a l e n   s u g g s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c
w e n d e l l   j r .   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 w e n d e l l j r .   w e n d e l l   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c
m o   b a m b a   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m o b a m b a   m o   b a m b a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c
p a o l o   b a n c h e r o   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a o l o b a n c h e r o   p a o l o   b a n c h e r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c
d e v i n   c a n n a d y   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e v i n c a n n a d y   d e v i n   c a n n a d y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
t e r r e n c e   r o s s   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t e r r e n c e r o s s   t e r r e n c e   r o s s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
r . j .   h a m p t o n   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r . j . h a m p t o n   r . j .   h a m p t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
c o l e   a n t h o n y   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c o l e a n t h o n y   c o l e   a n t h o n y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
j a   m o r a n t   h i g h l i g h t s   -   g r i z z l i e s   v s .   m a g i c   -   3 r d   o c t   2 0 2 2 
 
 
 n b a   j a   m o r a n t   m e m   o r l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m e m p h i s   g r i z z l i e s   o r l a n d o   m a g i c
s a n t i   a l d a m a   h i g h l i g h t s   -   g r i z z l i e s   v s .   m a g i c   -   3 r d   o c t   2 0 2 2 
 
 
 n b a   s a n t i   a l d a m a   m e m   o r l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m e m p h i s   g r i z z l i e s   o r l a n d o   m a g i c
t h e   m e m p h i s   g r i z z l i e s   d e f e a t   t h e   o r l a n d o   m a g i c   1 0 9 - 9 7   i n   t h e   f i r s t   g a m e   o f   t h e   p r e s e a s o n 
 
 m e m p h i s   s p o r t s   o r l a n d o m a g i c   m a g i c t o g e t h e r   j a m o r a n t   p o d c a s t   t e n n e s s e e   n b a   m e m p h i s g r i z z l i e s   g r i z z l i e s   b a s k e t b a l l   e s p n   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o 
 
 1 / 4  
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 0 - 0 )   a t   m e m p h i s   g r i z z l i e s   ( 1 - 0 )   o c t   0 3   2 0 2 2   8 : 0 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
j a   i s   s m o o t h e r   t h a n   s i l k   😮 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a   m o r a n t   e u r o s t e p   m e m   m e m p h i s   g r i z z l i e s   o r l   o r l a n d o   m a g i c
w h e n   y o u   g e t   t h e   f u l l   d i s n e y   m a g i c   e x p e r i e n c e ? ? ! !   w a l t ’ s   h e a d   m u s t   b e   s p i n n i n g   i n   h i s   f r e e z e r ! ! 
 
 a p p a r e n t l y   t h e y   h a v e   l i m i t e d   t h e   n u m b e r s ? !   b s 
 
 d i s n e y m a g i c   w a l t d i s n e y w o r l d   o r l a n d o  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 m e m p h i s g r i z z l i e s   o r l a n d o   n b a  
f i r s t   g a m e   o f   t h e   p r e s e a s o n ! 
 t o n i g h t   a t   8 p m 
 
 m e m p h i s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   j a m o r a n t   p o d c a s t   t e n n e s s e e   g r i z z l i e s   n b a   m e m p h i s g r i z z l i e s   b a s k e t b a l l   e s p n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [60], in <cell line: 1>()
      1 for id, tweets in tweets_df_Magic1.items():
      2     for tweet in tweets:
----> 3         analysis = TextBlob(tweets_df_Magic1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Magic1 = tweets_df_Magic1.append({
      5             'name': id,
      6             'text': tweets_df_Magic1.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\textblob\blob.py:384, in BaseBlob.__init__(self, text, tokenizer, pos_tagger, np_extractor, analyzer, parser, classifier, clean_html)
    380 def __init__(self, text, tokenizer=None,
    381             pos_tagger=None, np_extractor=None, analyzer=None,
    382             parser=None, classifier=None, clean_html=False):
    383     if not isinstance(text, basestring):
--> 384         raise TypeError('The `text` argument passed to `__init__(text)` '
    385                         'must be a string, not {0}'.format(type(text)))
    386     if clean_html:
    387         raise NotImplementedError("clean_html has been deprecated. "
    388                                 "To remove HTML markup, use BeautifulSoup's "
    389                                 "get_text() function")

TypeError: The `text` argument passed to `__init__(text)` must be a string, not <class 'pandas.core.series.Series'>
In [61]:
for id, tweets in tweets_df_Magic2.items():
    for tweet in tweets:
        analysis = SentimentIntensityAnalyzer(tweets_df_Magic2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Magic2 = tweets_df_Magic2.append({
            'name': id,
            'text': tweets_df_Magic2.text
        }, ignore_index=True)
p a o l o   b a n c h e r o   w i l l   p l a y   h i s   f i r s t   g a m e   a t   a m w a y   c e n t e r   t o n i g h t   a s   t h e   m a g i c   h o s t   t h e   m e m p h i s   g r i z z l i e s ,   w h o   b e a t   t h e   m a g i c   p r e t t y   b a d l y   i n   t h e i r   f i r s t   g a m e   o f   p r e s e a s o n .     
 
 y o u   c a n   w a t c h   t o n i g h t ’ s   g a m e   o n   b a l l y   s p o r t s   f l o r i d a .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
i ' m   t h i n k i n g   w e   s h o u l d   s l o w   d o w n   o n   t h e   b o l   h y p e .   i t ' s   p u t t i n g   t h e   k i d   u n d e r   a   l o t   o f   p r e s s u r e   t h a t   m a y b e   h e   i s n ' t   r e a d y   f o r . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
m y   h o n e s t   t h o u g h t s   o n   t h e   o r l a n d o   . . . 
   
 
   
 b o l b o l   e a s t e r n c o n f e r e n c e   f u l t z   j a m a h l m o s l e y   m a r k e l l e   m a r k e l l e f u l t z   n b a   n b a p r e s e a s o n   o r l a n d o m a g i c   o r l a n d o m a g i c n e w s   o r l a n d o m a g i c p r e s e a s o n   o r l a n d o m a g i c r u m o r s   o r l a n d o m a g i c v s d a l l a s m a v e r i c k s  
n b a   p h o e n i x s u n s   o r l a n d o m a g i c   n e w o r l e a n s p e l i c a n s   s h a q u i l l e   o ' n e a l   s a y s   h e   w a n t s   t o   b u y   a n   n b a   t e a m ,   b u t   n o t   t h e   s u n s  
p r a c t i c e   s o u n d :   c o a c h   m o s e   & a m p ;   j a l e n   s u g g s   o n   h i s   i n j u r y 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
o r l a n d o ,   f l   –   t h e   o r l a n d o   m a g i c   h a v e   s i g n e d   f r e e   a g e n t   g u a r d   d r a k e   j e f f r i e s .   j e f f r i e s   ( 6 ’ 5 ” ,   1 8 5 ,   1 / 2 2 / 9 9 )   p l a y e d   a n d   s t a r t e d   i n   1 7   g a m e s   l a s t   s e a s o n   w i t h   t h e   u n i v e r s i t y   o f   w y o m i n g ,   a v e r a g i n g   1 1 . 4   p p g .   a n d   4 . 8   r p g .   i n   3 3 . 4   m i n p g .   o r l a n d o m a g i c   d r a k e j e f f r i e s   n b a
w e n t   t o   s e e   m a g i c   l e g e n d   j o s h   m a g e t t e   i n   t h e   a u s t r a l i a n   n b l 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
i f   y o u   n e e d   t h e m ! 
 s o c i a l   s t a t u s   x   n i k e   a i r   p e n n y   2   s i z e   9 
 d m 9 1 3 2 - 0 0 1   c o n f i r m e d   o r d e r 
 
 s o c i a l s t a t u s   n i k e a i r p e n n y 2   n i k e a i r p e n n y   a i r p e n n y   a i r p e n n y 2   p e n n y h a r d a w a y   p e n n y   h a r d a w y   o r l a n d o m a g i c   m a g i c   s n e a k e r s   n i k e   s n k r s   s n e a k e r h e a d   s h o e s   j o r d a n
j u s t   m o v e d   t o   t h e   o r l a n d o   a r e a ,   s o   t h e     m a k e   s e n s e .       i s   a   m i n o r i t y   o w n e r   o f   t h e     s o   t h e y   w o u l d   m a k e   s e n s e .   t h o u g h t s ? 
 b u c k s c o u n t y   o r l a n d o m a g i c   n b a
t w i t t e r   t e a m   r o l l   c a l l : 
 
 o r l a n d o   m a g i c   f a n s   s t a n d   u p 🧍 ‍ ♂ ️ ‼ ️ 
 
 o r l a n d o m a g i c   n b a   n b a p r e s e a s o n  
e p .   2 4 7   -   d r e s s   r e h e a r s a l   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 e a s t e r n c o n f e r e n c e   n b a   o r l a n d o m a g i c   p a o l o b a n c h e r o   p r e s e a s o n   s o u t h e a s t d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " m y   h o n e s t   t h o u g h t s   o n   t h e   o r l a n d o   m a g i c & a m p ; 3 9 ; s   f i r s t   f e w   p r e s e a s o n   g a m e s . . . "   
 
 c r e a t o r :     t t b   1 k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
  _ n f t       _ m n       _ n f t       _ j e n     y u p ,   t h e   s u c c u l e n t j a c k   a d d i c t i o n   i s   r e a l !   h a d   t o   g e t   m y   b o y     o g   o r l a n d o m a g i c   o n e   t o   r e p r e s e n t   m y   h o m e t o w n   s q u a d !  
h o w   d o e s   i t   m a k e   s e n s e   t h a t   t h e   o n l y   w a y   y o u   c a n   p r e - o r d e r   a   j e r s e y   i s   i n   s t o r e   p i c k u p ?   a r e   t h e y   a s s u m i n g   e v e r y   f a n   l i v e s   i n   o r l a n d o ? 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
[ p r i c e ]   m a r k e l l e   f u l t z   i s   w e a r i n g   a   s m a l l e r ,   s l i m m e r   b o o t   o n   h i s   l e f t   f o o t   c o m p a r e d   t o   t h e   b i g g e r ,   b u l k i e r   b o o t   h e   w a s   w e a r i n g   a t   f i r s t   a f t e r   f r a c t u r i n g   h i s   b i g   t o e : 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
m a g i c ’ s   j a l e n   s u g g s   d e l i g h t e d   o n   m i n i m a l   c a s u a l t y   o f   k n e e   c a p s u l e   s p r a i n ,   b o n e   b r u i s e   h e   s u s t a i n e d   v s   m a v s   j a l e n s u g g s   o r l a n d o m a g i c  
t h e   s e c o n d   n e w   v i d e o   i n   o u r   c h a n n e l   t o d a y !   s t e p h e n   s h o w s   o f f   t h e   n e w   v e r s i o n   o f   b a s k e t b o s s !         b o a r d g a m e s   b a s k e t b a l l   b a s k e t b o s s 
 o r l a n d o   f l o r i d a   s p o r t s   o r l a n d o m a g i c   
 

j a l e n   s u g g s   r o o k i e   p a t c h -   $ 1 0 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
j i   s t i l l   g o t   i t   ! ! !   m a g i c n a t i o n   o r l a n d o m a g i c  
s e n t i n e l   a r t i c l e   a b o u t   s u g g s ’   i n j u r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
b e e n   a   l o n g   3   m o n t h s   c o m i n g   b u t   t o d a y   w e   c o m p l e t e d   o u r   f i r s t   r e c o r d i n g   o f   w h e r e   t h e   m a g i c   h a p p e n s   p o d c a s t   e p .   1 
 
 t h i s   i s   o n l y   t h e   b e g i n n i n g   a n d   i   c o u l d n ' t   b e   m o r e   t h a n k f u l   ♥ ️ 
 m a g i c t o g e t h e r 
 o r l a n d o m a g i c  
b r e a k i n g :   j a l e n   s u g g s   s e r i o u s   i n j u r y   t u r n e d   n o n - s e r i o u s   
 
 
 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   m a g i c   o r l a n d o m a g i c   c o u r t s i d e h e a t   b r e a k i n g n e w s   j a l e n s u g g s
h i       a r e   y o u   p l a y i n g   t h e   o c t   1 1   p r e s e a s o n   v e r s u s   o r l a n d o m a g i c   ?   s o n   a n d   m e   t r a v e l l e d   a l l   t h e   w a y   f r o m   n e w f o u n d l a n d   c a n a d a   h a v e   t o   s e e   y o u   p l a y !         t e m e t r i u s j a m e l
e p .   2 2 3   -   m a g i c   k e y s   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   p a o l o b a n c h e r o   r o a d t r i p p i n   s o u t h e a s t d i v i s i o n  
w o r k   i n   p r o g r e s s   w /   j e f f   t u r n e r   -   p e n n y   f o r   y o u r   t h o u g h t s   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 e a s t e r n c o n f e r e n c e   j e f f t u r n e r   n b a   o r l a n d o m a g i c   o r l a n d o m a g i c u k   p e n n y f o r y o u r t h o u g h t s   s o u t h e a s t d i v i s i o n  
[ o c ]   e x p l a i n e d   i n   1   m i n u t e :   j a l e n   s u g g s '   l e f t   k n e e   i n j u r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
c a n   y o u   n a m e   5   p l a y e r s   o n   t h e   o r l a n d o   . . . 
   
 
   
 2 0 2 2 n b a d r a f t   b a s e b a l l   b a s k e t b a l l   b e s t b e t s   b e s t p i c k s   b e t t i n g   e a s t e r n c o n f e r e n c e   f o o t b a l l   g a m e d a y   h o c k e y   m l b   m l s   n b a   n b a d r a f t   n f l   n h l   o r l a n d o m a g i c   s h o r t s   s o c c e r   s o u t h e a s t d i v i s i o n   s p o r t s  
s e n t i n e l   a r t i c l e   a b o u t   s u g g s ’   i n j u r y 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
[ o c ]   e x p l a i n e d   i n   1   m i n u t e :   j a l e n   s u g g s '   l e f t   k n e e   i n j u r y 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
p i c k e d   u p   a   c o u p l e   o f   p a n i n i   p a c k s   o n   a   w h i m   a t   t a r g e t   t o d a y .   h a v e n ' t   b o u g h t   c a r d s   i n   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
p i c k e d   u p   a   c o u p l e   o f   p a n i n i   p a c k s   o n   a   w h i m   a t   t a r g e t   t o d a y .   h a v e n ' t   b o u g h t   c a r d s   i n   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
o r l a n d o m a g i c   9   c a r d   l o t   m a g i c 
 
 $ 3   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
o r l a n d o   m a g i c   v s   d a l l a s   m a v e r i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m a g i c v s m a v e r i c k s   m a v e r i c k s v s m a g i c   n b a h i g h l i g h t s   n b a p l a y o f f s   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
g o o d   d a y   r e p o s t   :   e v e r y t h i n g   y o u   w a n t e d   t o   k n o w   a b o u t   t h e   c i t y   o r l a n d o   a n d   o u r   t h e m e   p a r k s .   f o r   t h e   b e s t   v a c a t i o n   p a c k a g e   c o n t a c t   u s   _ w o r l d   r e s o r t   v a c a t i o n h o m e   t h e m e p a r k s   o r l a n d o m a g i c   c i t y b e a u t i f u l   h o t e l p a c k a g e s   v i s i t o r l a n d o   f a m i l y v a c a t i o n  
p o s t g a m e   s o u n d   a t   d a l l a s   |   c o a c h   m o s e   & a m p ;   p a o l o   b a n c h e r o 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
t h e     w e r e   n o t   v e r y   g o o d   l a s t   y e a r ,   a n d   w o n   t h e   n b a d r a f t   l o t t e r y .   a f t e r   a d d i n g   t h e   n u m b e r   1   p i c k ,   p a o l o b a n c h e r o ,   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   m a g i c   o r l a n d o m a g i c   f r a n z w a g n e r   m a r k e l l e f u l t z   b o l b o l   m o b a m b a  
p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   d a l l a s   m a v e r i c k s   1 1 0 - 1 0 5   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
[ s t e i n ]   x - r a y s   n e g a t i v e   f o r   j a l e n   s u g g s ,   m a g i c   c o a c h   j a m a h l   m o s l e y   s a y s ,   b u t   t h a t ' s   t h e   e x t e n t   o f   t h e   u p d a t e   o n   s u g g s '   c o n d i t i o n   t o n i g h t . 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
5   o ’ c l o c k   i n   t h e   m o r n i n g   n o   o n e   s l e p t . l e t   g o ! !   o r l a n d o   b a b y   o r l a n d o m a g i c  
m a g i c   g   j a l e n   s u g g s   ( k n e e )   o u t   i n d e f i n i t e l y   j a l e n s u g g s   n b a 
   o r l a n d o m a g i c   p u r e m a g i c    
t h e   r e s t   o f   t h e   p r e s e a s o n   w e   s h o u l d   s t o p   w i t h   t h e   e x p e r i m e n t a t i o n   s t u f f   a n d   r o l l   t h i s   o u t .   t h i s   i s   o u r   h e a l t h y   s t a r t i n g   f i v e .   
 
 🔹   c o l e 
 🔹   f r a n z 
 🔹   p a o l o 
 🔹   w e n d e l l 
 🔹   m o   b a m b a 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
g o o d   n e w s   o v e r a l l   h e r e   o n   s u g g s .   n o   i n f o   o n   s e v e r i t y   & a m p ;   b o n e   b r u i s e s   c a n   b e   q u i t e   v a r i a b l e   s o   t i m e l i n e   i s   v e r y   m u c h   t b d 
 
 o r l a n d o m a g i c   n b a  
o r l a n d o m a g i c   g u a r d   j a l e n s u g g s   e x i t e d   f r i d a y   o c t o b e r   7 ,   2 0 2 2 ’ s   p r e s e a s o n   c o n t e s t   a g a i n s t   t h e   d a l l a s m a v e r i c k s   w i t h   a n   i n j u r y   t o   h i s   l o w e r   l e f t   l e g .   n b a   m a g i c t o g e t h e r   m f f l   d a l l a s i n  
n b a   o r l a n d o m a g i c   j a l e n s u g g s   m a g i c   g   j a l e n   s u g g s   h a s   k n e e   s p r a i n ,   b o n e   b r u i s e  
p a o l o   b a n c h e r o   -   p r e s e a s o n   g a m e   3   h i g h l i g h t s 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
o r l a n d o m a g i c   g u a r d   j a l e n s u g g s   h a s   s u f f e r e d   a   l e f t   k n e e   c a p s u l e   s p r a i n   a n d   b o n e   b r u i s e ,   t h e   t e a m   a n n o u n c e d .   n b a t w i t t e r 

o r l a n d o m a g i c   s t r e n g t h     a n d   c o n d i t i o n i n g     c o a c h e s   a r e   t h e   w o r s t   j u s t   l i k e   t h e   o w n e r s .   t h i s   i s   t h e   m o s t   i n j u r e d   t e a m     i n   t h e   n b a .   m i g h t   a s   w e l l   t u r n   i t   i n t o   a   r e h a b   f a c i l i t y   
 s e l l t h e t e a m   o r l a n d o  
[ i n j u r y ]   j a l e n   s u g g s   c a r r i e d   o f f   c o u r t   w i t h   k n e e   i n j u r y   a f t e r   p u s h e d   b y   s p e n c e r   d i n w i d d i e   ( f u l l   p l a y ) 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
e n d e   
 b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 0 : 1 0 5   o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s   
 e i s h o c k e y   h e r r e n   w h l   
 0 : 5   l e t h b r i d g e h u r i c a n e s   v s   r e d d e e r r e b e l s   
 5 : 2   w i n n i p e g i c e   v s   r e g i n a p a t s   
 4 : 5   n v   p r i n c e a l b e r t r a i d e r s   v s   s w i f t c u r e n t b r o n c o s
p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   d a l l a s   m a v e r i c k s   1 1 0 - 1 0 5 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 1 - 1 )   a t   d a l l a s   m a v e r i c k s   ( 1 - 0 )   o c t   0 7   2 0 2 2   8 : 3 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
[ h a l f   c o u r t   h o o p s ]   o r l a n d o   m a g i c   2 0 2 2 - 2 3   x ' s   a n d   o ' s   p r e v i e w 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
n e g a t i v e   x - r a y   r e s u l t s   o n   j a l e n   s u g g s ’   l e f t   k n e e   i n j u r y   v s   m a v s   –   m a g i c   c o a c h   j a m a h l   m o s l e y   j a l e n s u g g s   j a m a h l m o s l e y   o r l a n d o m a g i c  
m a g i c   w i n ! ! !   o r l a n d o   d e f e a t s   t h e   d a l l a s   m a v e r i c k s   1 1 0 - 1 0 5 
 
 d a l l a s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   l u k a d o n c i c   m a v e r i c k s   d a l l a s m a v e r i c k s   p o d c a s t   t e x a s   n b a   d a l l a s m a v s   m a v s   b a s k e t b a l l   e s p n   g r a p h i c d e s i g n   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o 
 
 1 / 4  
w a i t   d i d n ’ t   k n o w   w e   d i d   n b a   🏀   🤷 ‍ ♂ ️   t r u e   🐐   _ b e t s     
 
 g a m b l i n g t w i t t e r   n b a   m i a m i   o r l a n d o m a g i c   h e a t     
 
   p r o m o   “ h a b i b i b e t s ”   f o r   2   w e e k s   f r e e   f i r s t   1 0   m e m b e r s   🚨  
t h e   m a g i c   t r a i l e d   b y   n e a r l y   2 0   p o i n t s   i n   t h e   1 s t ,   b u t   f o u n d   a   w a y   t o   f i g h t   b a c k   i n   t h i s   o n e .   
 
 p a o l o   p l a y e d   a n   i n c r e d i b l e   g a m e ,   s h o w i n g   f l a s h e s   o f   t h e   s c o r e r   h e   c a n   b e …   s u g g s   l e f t   t h e   g a m e   w i t h   a   l o w e r   l e f t   l e g   i n j u r y   a n d   d i d   n o t   r e t u r n .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
p r e s e a s o n   w   b u t   s t i l l   a   w .     m a g i c t o g e t h e r   o r l a n d o m a g i c  
n o   f r a n z   t o n i g h t   ( r e s t ) 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
j a l e n   s u g g s   s u f f e r   l o w e r   l e f t   l e g   i n j u r y   v s   d a l l a s ,   t o   b e   t e s t e d   a n d   e v a l u a t e d   d a l l a s m a v e r i c k s   j a l e n s u g g s   o r l a n d o m a g i c  
i s   b o l   b o l   c o o k i n g ? 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
p a o l o   l o o k s   m o s t   c o m f o r t a b l e   i n   i s o l a t i o n   s i t u a t i o n s ,   l o o k s   l i k e   a   t o t a l l y   d i f f e r e n t   p l a y e r   i n   p i c k   a n d   r o l e   s i t u a t i o n s   r i g h t   n o w . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 0
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 9
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 8
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 7
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 6
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 5
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 4
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 3
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 2
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 1
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 1 1
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o
  l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 1
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d   r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d   r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o
p r a y i n g     i n j u r y   i s n ’ t   s e r i o u s !   o r l a n d o m a g i c
m a g i c   o f f e n s e   a n d   d e f e n s e   m u c h   b e t t e r   i n   t h e   2 n d   q u a r t e r …   t h e y ’ r e   n o w   o n l y   d o w n   3   a f t e r   t r a i l i n g   b y   c l o s e   t o   2 0   e a r l i e r   i n   t h e   g a m e .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a
m r .   m a r k   c u b a n 
 - 
 - 
 d a l l a s   
 d a l l a s m a v e r i c k s   
 m a r k c u b a n   
 o r l a n d o m a g i c   
 a m e r i c a n a i r l i n e s c e n t e r   @   a m e r i c a n   a i r l i n e s   c e n t e r  
p r a y i n g   t h a t   j a l e n   s u g g s   i s   o k a y   🙏 🏾 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
w e   a r e   c u r s e d . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
i c a n t w a i t ! ! !     c a t c h   m e   t o n i g h t   d u r i n g   h a l f t i m e   a s   m a v s     p l a y s   p r e s e a s o n     b a s k e t b a l l   🏀   🆚   o r l a n d o m a g i c       m f f l   g o m a v s   a m a z i n g s l a d e k   a m e r i c a s o l d e s t   d a r e d e v i l   a c r o b a t   d e a t h d e f y i n g   t o w e r o f c h a i r s   i t s a l l f o r t h e f a n s ! ! !  
b a c k   t o   b a c k   n b a   a c t i o n …   m a g i c   a t   m a v s .   l e t ’ s   g o   m a g i c ! ! !   o r l a n d o m a g i c   n b a p r e s e a s o n   m a g i c t o g e t h e r  
p o s t g a m e   h i g h l i g h t s   |   m a g i c   v s .   s p u r s 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
7 .   c o l e   t r y i n g   t o   d o   w a y   t o o   m u c h 
 8 .   m o   w a g n e r   i s   t h e   b e s t   b i g   m a n   c o m i n g   o f f   t h e   b e n c h   b y   a   m i l e 
 9 .   p a o l o   i s   g o i n g   t o   b e   r e a l l y   g o o d 
 1 0 .   m a r k e l l e   i s   t h e   k e y   t o   o u r   s u c c e s s 
 1 1 .   j i   ( h e a l t h y )   w o u l d   t a k e   u s   t o   a n o t h e r   l e v e l 
 o r l a n d o m a g i c   p r e s e a s o n   w a y t o o e a r l y a s s e s s m e n t
n e w   v i d e o   t o   w a t c h : 
 
 " m a g i c   a t   s p u r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
g a m e d a y ! 
 t o n i g h t   a t   8 : 3 0 p m 
 
 d a l l a s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   l u k a d o n c i c   p o d c a s t   t e x a s   m a v e r i c k s   m a v s   n b a   d a l l a s m a v e r i c k s   d a l l a s m a v s   b a s k e t b a l l   e s p n   e x p l o r e   g r a p h i c d e s i g n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   j a l e n s u g g s   m a g i c   o r l a n d o  
o u t   n o w ! ! ! 🔥 w a s   t h e   n e x t   k e v i n   d u r a n t !   j o n a t h a n   i s s a c   s t u n t e d   g r o w t h   s t o r y     v i a     s t u n t e d g r o w t h   s t u n t e d g r o w t h 3   j o n a t h a n i s a a c   o r l a n d o m a g i c   w h a t h a p p e n e d  
c h e c k   o u t   s h o t s   s h a n k s ' s   v i d e o !   t i k t o k     s h o t s a n d s h a n k s   w o n d e r w o m a n   f l   f r i d a y   j e s u s t a k e t h e w h e e l   p e t   h e l p   l o s t e v e r y t h i n g   t a x f r e e   d o n a t i o n s   d o n t a t e   h u r r i c a n e   t r u c k i n g   e l d e r l y l o v e   o r l a n d o m a g i c   c o m m u n i t y   n i k e   a p p l e   h i l t o n   c h e v r o l e t   b e a t t l e s
n e w   v i d e o   t o   w a t c h : 
 
 " p o s t g a m e   s o u n d   a t   s a n   a n t o n i o :   c o a c h   m o s e ,   w a g n e r   & a m p ;   c a r t e r   j r . "   
 
 c r e a t o r :     o r l a n d o   m a g i c 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
f r a n z ,   p a o l o ,   w e n d e l l   h i g h l i g h t s   p r e s e a s o n   g a m e   2 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   s a n   a n t o n i o   s p u r s   1 0 2 - 9 9   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
t h e   m a g i c   w i l l   t r a v e l   t o   d a l l a s   f o r   t h e i r   f i n a l   r o a d   g a m e   o f   t h e   p r e s e a s o n .   
 
 n o   s h o o t   a r o u n d   s c h e d u l e d   t h i s   m o r n i n g ,   s o   w e   w i l l   f i n d   o u t   l a t e r   o n   i n   t h e   d a y   w h o   w i l l   s u i t   u p   t o n i g h t .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
n e w   v i d e o   t o   w a t c h : 
 
 " s p u r s   -   m a g i c   p r e s e a s o n   i n s t a n t   r e a c t i o n "   
 
 c r e a t o r :     p r o j e c t   s p u r s   n e t w o r k   t v 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
p o s t g a m e   s o u n d   a t   s a n   a n t o n i o :   c o a c h   m o s e ,   w a g n e r   & a m p ;   c a r t e r   j r . 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
c a n   t h e   o r l a n d o   m a g i c   i m p r o v e   o n   l a s t   y e a r   o r   a r e   t h e y   s t i l l   r e b u i l d i n g ?   c a n   t h e y   p u l l   a   r a b b i t   o u t   o f   t h e   h a t   a n d   s l i d e   i n t o   t h e   p l a y - i n ?   i s   b a n c h e r o   h i m ? 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r 
 m a g i c t i p o f f 
 

o r l   m a g i c   v s   s a   s p u r s   -   f u l l   g a m e   h i g h l i g h t s   -   . . . 
   
 
   
 g r i z z l i e s v s m a g i c   m a g i c v s g r i z z l i e s   m a g i c v s s p u r s   m a g i c v s s p u r s h i g h l i g h t s   o r l a n d o m a g i c   p a s s   s a n a n t o n i o s p u r s   s a n a n t o n i o s p u r s b a s k e t b a l l t e a m   s a n a n t o n i o s p u r s v s o r l a n d o m a g i c f u l l g a m e h i g h l i g h t s  
  b i g   c o u n t r y   w a s   p l a y i n g   b e a u t i f u l   b a s k e t b a l l .   t h e     o r l a n d o m a g i c ' s   r o s t e r   w o r k s   o n   p a p e r .   l e t ' s   s e e   i f   t h e   c o a c h i n g   s t a f f   c a n   p u t   t h e   p i e c e s   t o g e t h e r .  
🔹 m a r k e l l e 
 🔹   g a r y   
 🔹   f r a n z 
 🔹   p a o l o 
 🔹   w e n d e l l 
 
 t h i s   i s   o u r   s t a r t i n g   l i n e u p .   a n y t h i n g   e l s e   s e e m s   l i k e   a   w a i s t   o f   t i m e .   o f   c o u r s e   w e   h a v e   t o   p i v o t   u n t i l   m a r k e l l e   a n d   g a r y   g e t   b a c k . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m a g i c v s s p u r s   n b a h i g h l i g h t s   n b a p l a y o f f s   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   s p u r s v s m a g i c  
p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   s a n   a n t o n i o   s p u r s   1 0 2 - 9 9 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
s h o p   m a g i c t o g e t h e r     f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   o r l a n d o   o r l a n d o m a g i c   m a g i c   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
j a l e n   s u g g s   a n d   p a o l o   b a n c h e r o   s i n g   h a p p y   b i r t h d a y   t o   j a m a h l   m o s l e y   😂 🎉     . . . 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
y e a h h h   m a y b e   w e   s h o u l d   t a k e   t h e   u n d e r … .   n o t   t a n k …   b u t   t a k e   t h e   u n d e r …   m a y b e …   o r l a n d o m a g i c
m a g i c   w i n !   o r l a n d o   d e f e a t s   t h e   s a n   a n t o n i o   s p u r s   1 0 2 - 9 9 ! ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ 
 
 s a n a n t o n i o   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   d e v i n v a s s e l l   p o d c a s t   t e x a s   n b a   s a n a n t o n i o s p u r s   s p u r s   b a s k e t b a l l   e s p n     n b a p r e s e a s o n   f l o r i d a   w e n d e l l c a r t e r j r   m a g i c   o r l a n d o 
 
 1 / 4  
h o w   a b o u t   m o   w a g n e r   i n   t h a t   4 t h   q u a r t e r .   
 
 s h o w e d   h i s   c l a s s   t o   g e t   t h e   m a g i c   b a c k   i n   f r o n t   a n d   o v e r   t h e   l i n e .   
 
 v e r y   u n d e r r a t e d   p l a y e r .   o r l a n d o m a g i c
  w o r l a n d o   w a g i c   o r l a n d o m a g i c
i t   w a s n ’ t   p r e t t y   b u t   t h e   m a g i c   t h i r d   s t r i n g e r s   f o u n d   a   w a y   t o   p u l l   o f f   t h e   w i n   i n   s a n   a n t o n i o   l e d   b y   a   l a t e   p u s h   b y   m o   w a g n e r .   
 
 t h e   m a g i c   w e r e   l e d   b y   w c j   w h o   s c o r e d   2 0   p o i n t s   a n d   g r a b b e d   1 0   r e b o u n d s .   b a c k   a t   i t   t o m o r r o w   n i g h t   i n   d a l l a s .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
b i g   b r o   b r i n g i n g   t h e   e n e r g y !   o r l a n d o m a g i c
a l l   t h e s e   m i s s e d   t h r e e   p o i n t   a t t e m p t s   m a k e   m e   s a d   o r l a n d o m a g i c
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 0 - 1 )   a t   s a n   a n t o n i o   s p u r s   ( 0 - 1 )   o c t   0 6   2 0 2 2   8 : 0 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
c o n s i d e r i n g   t h e   p o o r   s t a r t ,   o n l y   b e i n g   d o w n   b y   3   i s   i m p r e s s i v e .   i   k n o w ,   i   k n o w … .   p r e s e a s o n .   o r l a n d o m a g i c   m a g i c t o g e t h e r  
h a l f t i m e   a t   a t & a m p ; t   s a s p u r s   5 2   o r l a n d o m a g i c   4 9 .   s p u r s   w e r e   u p   b y   a l m o s t   2 0   b u t   m a g i c   c a m e   b a c k   l a s t   4   m i n u t e s   o f   2 n d   h a l f .  
n o t   e v e n   a   w e m b a '   c o u l d   b e   e f f e c t i v e   i n   t h i s   s h i t t y   t e a m   c a u s e   t h e y   d o n ' t   k n o w   w t f   t h e y ' r e   d o i n g   i n   t h i s   f r a n c h i s e .   o r l a n d o m a g i c   🚮 🗑 ️
s o   d i d   t h e   m a g i c   s h o o t   a n y   t h r e e s   i n   p r a c t i c e   t h i s   p r e s e a s o n   o r … ?     o r l a n d o m a g i c
a t   l e a s t   r j   i s   p l a y i n g   w i t h i n   h i s   s k i l l   s e t ,   w h i c h   i s   a w e s o m e .   i   h a v e n ' t   s e e n   h i m   t r y i n g   a n y   o f   t h o s e   c r a z y   m o v e s   h e   w a s   d o i n g   i n   s u m m e r   l e a g u e . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
n o t   a t   a l l   i m p r e s s e d   w i t h   w h a t   c o a c h   i s   d o i n g .   e x p e r i m e n t   i n   p r a c t i c e   o r   a t   t h e   e n d   o f   t h e   s e a s o n   i f   a l l   i s   l o s t .   n o t   n o w . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
b o l   r e a l l y   n e e d s   t o   s t a r t   t a k i n g   a d v a n t a g e   o f   t h o s e   o p e n   l o o k s . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
i s   t h i s   r e a l i t y   s m a c k i n g   u s   i n   t h e   f a c e   o r   j u s t   p r e s e a s o n   r u s t   a n d   o v e r r e a c t i o n ? 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
l o o k   a t   h o w   s l o w   a n d   s l u g g i s h   m a g i c   a r e   t o   g e t   a n y t h i n g   g o i n g .   w h e r e ' s   t h e   f u c k i n g   b a l l   m o v e m e n t   a n d   e n e r g y ?   o r l a n d o m a g i c
t i m e   f o r   a   l i t t l e   n b a   a c t i o n …   m a g i c   a t   s p u r s .   l e t ’ s   g o   m a g i c ! ! !   o r l a n d o m a g i c   n b a p r e s e a s o n   m a g i c t o g e t h e r  
🏆   n b a   -   p r e - s e a s o n   
 
 🏀   s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 s a n a n t o n i o s p u r s   o r l a n d o m a g i c   n b a  
e p .   2 4 6   -   p r e s e a s o n   p r o b l e m s   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 a l e x k e n n e d y   e a s t e r n c o n f e r e n c e   n b a   o r l a n d o m a g i c   p a o l o b a n c h e r o   s c o o t h e n d e r s o n   s o u t h e a s t d i v i s i o n   v i c t o r w e m b e n y a m a  
j o h n   h o l l i n g e r   o f     p r e d i c t s   t h e   m a g i c   w i l l   e n d   t h e   2 0 2 2 - 2 3   s e a s o n   w i t h   a   2 1 - 6 1   r e c o r d   g o o d   f o r   1 5 t h   i n   t h e   e a s t .   
 
 w h a t   a r e   y o u r   t h o u g h t s   o n   t h i s ? 
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
p r o t e c t   m a r k e l l e   f u l t z   a t   a l l   c o s t . . 🙌 🏾 🙌 🏾 🙌 🏾 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g    
g a m e d a y ! 
 t o n i g h t   a t   8 p m 
 
 s a n a n t o n i o   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   k e l d o n j o h n s o n   d e v i n v a s s e l l   p o d c a s t   t e x a s   s p u r s   n b a   s a n a n t o n i o s p u r s   b a s k e t b a l l   e s p n   g r a p h i c d e s i g n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   c o l e a n t h o n y   m a g i c   o r l a n d o  
l o o k s   w h o ’ s   s c o u t i n g   v i c t o r   w e m b a n y a m a 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
n b a   l e g e n d s   e x p l a i n   h o w   g o o d   p e n n y   h a r d a w a y   w a s     -   
 
 " p e n n y   c o u l d ' v e   b e e n   b e t t e r 
 t h a n   k o b e   & a m p ;   l e b r o n 
 
 n b a   n b a 2 k 2 3   o r l a n d o m a g i c  
o r l a n d o   m a g i c   r o a d   t r i p !   
 n o v   1 1 ,   2 0 2 2                       
 
 
 o r l a n d o m a g i c   b i g c i t y b a s k e t b a l l   m e l b o u r n e f l o r i d a   o r l a n d o f l o r i d a   b a s k e t b a l l   k i d s b a s k e t b a l l    o r l a n d o m a g i c  
o r l a n d o   m a g i c   r o a d   t r i p !   
 n o v   1 1 ,   2 0 2 2                       
 
 
 o r l a n d o m a g i c   b i g c i t y b a s k e t b a l l   m e l b o u r n e f l o r i d a   o r l a n d o f l o r i d a   b a s k e t b a l l   k i d s b a s k e t b a l l    o r l a n d o m a g i c  
g i v e   m e   a l l   t h e   m a r k e l l e   f u l t z   a n d   c o l e   a n t h o n y   s t o c k   y o u   g o t . . .   🚀   🚀   🚀 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g  
i   c o u l d   c a r e   l e s s   a b o u t :   t h e   d r a f t ,   p r o s p e c t s ,   t a n k a t h o n ,   t h e   n b a   l o t t e r y   o r   a n y   o f   t h a t   s h ! t .   m i s s   m e   w i t h   a l l   o f   t h a t .   i t ' s   w i n n i n g   t i m e . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   e a c h   t e a m .   h e r e ’ s   t h e   v e r s i o n   f o r   t h e   m a g i c ! 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
t h e   m a g i c   t r a v e l   t o   s a n   a n t o n i o   f o r   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a f t e r   a   r o u g h   g a m e   i n   m e m p h i s   o n   m o n d a y   n i g h t .   
 
 f r a n z   w a g n e r   i s   e x p e c t e d   t o   b e   a v a i l a b l e ;   i t ’ l l   b e   t h e   f i r s t   t i m e   w e   g e t   t o   s e e   f r a n z   a n d   p a o l o   p l a y   n e x t   t o   e a c h   o t h e r .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
n e w   v i d e o   t o   w a t c h : 
 
 " p r a c t i c e   s o u n d :   c o a c h   m o s e ,   b a n c h e r o   & a m p ;   h a m p t o n "   
 
 c r e a t o r :     o r l a n d o   m a g i c 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
e p .   2 1 7   -   m o   m o n e y   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 e a s t e r n c o n f e r e n c e   i s a i a h h a r t e n s t e i n   m o b a m b a   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
t h a t   s h o o t i n g   f o r m .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
2 5 %   w i l l   g o   t o   t h e   
 
 s h a q u i l l e o n e a l   s h a q   o n e a l   o r l a n d o m a g i c   o r l a n d o   m a g i c   m a g i c a b o v e a l l   n b a   n b a d r a f t   n b a f i n a l s   n b a p l a y o f f s   
 

c a n   h i s t o r y   r e p e a t   3 0   y e a r s   l a t e r ?   s o m e   s e e m   t o   f o r g e t   t h a t   t h e   o r l a n d o   m a g i c   h a d   b a c k   t o   b a c k   1   p i c k s   i n   t h e   9 0 s …   i f   w e   m a k e   t h e   p l a y - i n s   a n d   t h e y   g i v e   u s   a n o t h e r   1 …   l a r r y   o b   💍   
 
 n b a t w i t t e r   o r l a n d o m a g i c   m a g i c t o g e t h e r  
k e l v i n   p e l t o n   a n d   z a c h   l o w e   b o t h   e x p e c t   t h e   m a g i c   t o   g o   o v e r   o n   t h e i r   p r o j e c t e d   2 6 . 5   w i n s   t h i s   u p c o m i n g   s e a s o n .   
 
 l o w e   e x p e c t s   t h e   m a g i c   a n d   p i s t o n s   t o   p o s s i b l y   c o n t e n d   f o r   a   p l a y - i n   s p o t .   
 
 o h   y e a h ,   t h e y   a r e   b o t h   b i g   t i m e   f r a n z   w a g n e r   f a n s .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c
w i t h   a n o t h e r   l o t t e r y   p i c k   i n   t h e   l i n e u p ,   i t ' s   t i m e   f o r   t h e   o r l a n d o m a g i c   t o   s t a r t   p u t t i n g   t h i n g s   t o g e t h e r .   n b a   b a c k s p o r t s p a g e 
 

i n   t h i s   w e e k ' s   e p i s o d e : 
 
 • t a k e a w a y s   f r o m   m e d i a   d a y 
 • w h a t ' s   g o i n g   o n   a t   t r a i n i n g   c a m p 
 • r e a c t i o n   t o   f i r s t   p r e s e a s o n   g a m e 
 • a n n u a l   g m   s u r v e y 
 
 l i s t e n :   
 
 
 y o u t u b e : 
 
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   t b p n  
e x c i t e d   f o r   t h i s   😊   o r l a n d o m a g i c   n e w j o b   h o p e i m e e t s t e p h c u r r y  
h e r e   a r e   m y   3 ️ ⃣   r e a s o n s   i   b e l i e v e   t h e   o r l a n d o   m a g i c   w i l l   f i n i s h   u 2 7 . 5   w i n s ,   l i n e   b y       o r l a n d o m a g i c   p a o l o b a n c h e r o   n b a   
   t i k t o k  
i f   w e   c o u l d   s o m e h o w   g e t   a   c o m b i n a t i o n   o f   s c o o t   h e n d e r s o n ,   a m e n   o r   a u s a r   t h o m p s o n ,   a n d   j a r a c e   w a l k e r   g e t   i n   n e x t   y e a r s   d r a f t .   w e ’ d   b e   r e a d y   w a r   ( e n d   t a n k i n g )   o r l a n d o m a g i c   m a k e i t h a p p e n
p a o l o   b a n c h e r o   d e b u t !   r e a c t i n g   t o   o r l a n d o   m a g i c   v s   m e m p h i s   g r i z z l i e s   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
  n o t   r e a l   b u t   t o o   f a s t 💯 💯   i f   h i s   d e v e l o p m e n t   c o n t i n u e s   t h a   w a y   t h e n   o r l a n d o m a g i c   & a m p ;   o k l a h o m a c i t y t h u n d e r   y a l l   f u m b l e d   t h a   b a l l 🤦 😭 🤣 🤣 🤣
i   k n o w   h e ’ s   n o t   b r o n   b u t   f o r   c o n t e x t … b r o n s   f i r s t   p r e   s e a s o n   g a m e s .   m a d e   m e   f e e l   b e t t e r   l o l .   l e t ’ s   g o   m a g i c . 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
  t h e y   g o t   3   b i g s   a r o u n d   t h e   p a i n t   a n d   a l m o s t   n e v e r   c o m e   u p   w i t h   a n   o f f e n s i v e   r e b s   c a u s e   t h e y   j u s t   t r y i n g   t o   j u m p   o v e r   d u d e s   i n s t e a d   o f   b o x i n g   o u t .   😩   o r l a n d o m a g i c
t e a m   o u t l e t   s t o r e     p u r c h a s e   o r l a n d o   m a g i c ,   o r l a n d o   c i t y   & a m p ;   o r l a n d o   p r i d e   g e a r   a n d   t i c k e t s   h e r e .   e x c l u s i o n s   m a y   a p p l y .   s a l e   i s   s u b j e c t   t o   c h a n g e .   t e a m o u t l e t s   o r l a n d o m a g i c   o r l a n d o p r i d e g e a r   s p o r t s   t e a m   t e a m s h i r t s   a d i d a s t e a m s h i r t s   b a c k s a c k   d e c a l   l i c e n s e p l a t e f r a m e  
t e a m   o u t l e t   s t o r e     p u r c h a s e   o r l a n d o   m a g i c ,   o r l a n d o   c i t y   & a m p ;   o r l a n d o   p r i d e   g e a r   a n d   t i c k e t s   h e r e .   e x c l u s i o n s   m a y   a p p l y .   s a l e   i s   s u b j e c t   t o   c h a n g e .   t e a m o u t l e t s   o r l a n d o m a g i c   o r l a n d o p r i d e g e a r   s p o r t s   t e a m   t e a m s h i r t s   a d i d a s t e a m s h i r t s   b a c k s a c k   d e c a l   l i c e n s e p l a t e f r a m e  
p o s t   g a m e   t h r e a d :   t h e   m e m p h i s   g r i z z l i e s   d e f e a t   t h e   o r l a n d o   m a g i c   1 0 9 - 9 7   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
w e   c o u l d n ' t   b e   m o r e   e x c i t e d   t o   p a r t n e r   w i t h   t h e     f o r   s y n a p s e o r l a n d o !   p l u s ,   w e   h e a r d   t h e y ' r e   g i v i n g   a w a y   a n   a u t o g r a p h e d   b a s k e t b a l l ,   s o   b e   s u r e   t o   s t o p   b y !   🪄 🏀   i n n o v a t i o n l i v e s h e r e   o r l a n d o m a g i c 
 
 🤝   s p o n s o r :   
 🎟 ️   a t t e n d :    
p a i n . 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " p a o l o   b a n c h e r o   d e b u t !   r e a c t i n g   t o   o r l a n d o   m a g i c   v s   m e m p h i s   g r i z z l i e s   |   2 0 2 2   n b a   p r e s e a s o n "   
 
 c r e a t o r :     e x t r a   k r i s p y 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   w a s   o n   b a l l y   s p o r t s   s o u t h e a s t .   w i t h   c o m m e n t a r y   f r o m   p e t e   p r a n i c a .   c o - c o m m e n t a t o r   i s   b r e v i n   k n i g h t .   r e p o r t e r   i s   r o b   f i s c h e r .     f o r   m o r e   d e t a i l s   s e e     m e m p h i s g r i z z l i e s   o r l a n d o m a g i c   b a l l y s p o r t s s o u t h e a s t
p o s t   g a m e   t h r e a d :   t h e   m e m p h i s   g r i z z l i e s   d e f e a t   t h e   o r l a n d o   m a g i c   1 0 9 - 9 7 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
n b a   o r l a n d o   m a g i c   2 d   t r a c k s u i t s   j a c k e t 
 l i n k   t o   b u y   :   
 n b a   o r l a n d o m a g i c  
m a g i c   v s .   g r i z z l e s   1 0 . 3   7 : 3 0   p . m .   c o u r t   c o u s i n s   l i v e   w a t c h   e v e n t 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
t h e   n e w   e r a   b e g i n s 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
t h e   m e m p h i s   g r i z z l i e s   d e f e a t   t h e   o r l a n d o   m a g i c   1 0 9 - 9 7   i n   t h e   f i r s t   g a m e   o f   t h e   p r e s e a s o n 
 
 m e m p h i s   s p o r t s   o r l a n d o m a g i c   m a g i c t o g e t h e r   j a m o r a n t   p o d c a s t   t e n n e s s e e   n b a   m e m p h i s g r i z z l i e s   g r i z z l i e s   b a s k e t b a l l   e s p n   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o 
 
 1 / 4  
u g l y   g a m e   f o r   t h e   m a g i c   i n   t h e i r   f i r s t   p r e s e a s o n   g a m e   i n   m e m p h i s .   l o t s   o f   t u r n o v e r s ,   f o u l s   a n d   m i s s e d   o p e n   l o o k s .   
 
 t h a n k f u l l y ,   i t ’ s   o n l y   p r e s e a s o n .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
d e v i n   c a n n a d y   n e e d s   r e g u l a r   m i n u t e s . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
o v e r r e a c t i o n   -   u n t i l   f u r t h e r   n o t i c e   g a r y   h a r r i s   i s   o u r   s t a r t i n g   s g . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 0 - 0 )   a t   m e m p h i s   g r i z z l i e s   ( 1 - 0 )   o c t   0 3   2 0 2 2   8 : 0 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
t h e   s t a r t i n g   s g   a n d   b a c k u p   p g   s p o t   i s   w i d e   o p e n   f o r   c o m p e t i t i o n .   l i t e r a l l y   a n y b o d y   c a n   e a r n   t h o s e   t w o   s p o t s . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
p a o l o   b a n c h e r o   w i t h   t h e   s l a m 
 
 
 
 n b a   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   m a g i c   o r l a n d o m a g i c   p a o l o b a n c h e r o   h i g h l i g h t s   n b a t w i t t e r
l o o k s   l i k e   s u g g s   t u r n e d   t h e   b a l l   o v e r   a n d   t h e n   h u r t   h i s   h a n d . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
t o u g h   d e f e n s e   b y   t h e   g r i z z l i e s .   e s p e c i a l l y   f o r   t h e   m a g i c .   a l o t   t o   l e a r n   f r o m   o n   t h i s   g a m e .   
 
 m a g i c   n e e d   t o   g e t   b a c k   t o   t h e   s t a t e   o f   t h e   a r t   a d v e n t   h e a l t h   p r a c t i c e   f a c i l i t y   a n d   g e t   b e t t e r .   f i n d   a   b e t t e r   o f f e n s i v e   p a c e .   p l a y   s m a r t e r   i n   m o m e n t s .   k n o w   w h e n   t o   g o 
 
 o r l a n d o m a g i c   n b a
b o l   b o l   t i m e 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
g r i z z l i e s   o f f e n s e   i s   f l u i d   w i t h   m o v e m e n t   a n d   p l a y e r s   h a v e   r o o m   t o   w o r k .   m a g i c   o f f e n s e   i s   l e t ' s   s e e   w h e r e   i   c a n   g e t   c r o w d e d   a t   a n d   c o m e   u p   w i t h   a   p o o r   p e r c e n t a g e   s h o t .   o r l a n d o m a g i c
m a r k e l l e   f u l t z   i s   t h e   m o s t   i m p o r t a n t   p l a y e r   o n   o u r   t e a m .   w e   n e e d   h i m . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
m a g i c   d o w n   5 6 - 4 2   a t   t h e   h a l f .   
 
 i t ’ s   o n l y   p r e s e a s o n   b u t   1 4   t u r n o v e r s   a r e   w a y   t o o   m a n y .   n e e d   t o   c l e a n   t h a t   u p   i n   t h e   s e c o n d   h a l f .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a
o r l a n d o   i s   p l a y i n g   s o   f u c k i n g   t e r r i b l e .   y e s   i t ' s   o n l y   p r e s e a s o n   b u t   i   d o n ' t   s e e   n o   k i n d   o f   f u c k i n g   o f f e n s i v e   f l o w .   i t ' s   t h e   s a m e   s e t s   i n   t h e   s a m e   a r e a s   a n d   t h e r e ' s   n o   s p a c i n g   f o r   s h i t   o r l a n d o m a g i c
w e   a b s o l u t e l y   n e e d   m a r k e l l e   f u l t z . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
h e r e   w e   g o   a g a i n … .   f u c k   m e .   o r l a n d o m a g i c
r o u g h   f i r s t   h a l f   f o r   p a o l o .   h e ’ s   h a v i n g   a   h a r d   t i m e   h o l d i n g   o n   t o   t h e   b a l l .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a
r u n   s o m e   f u c k i n g   p i c k   n   r o l l s ! ! !   o r l a n d o m a g i c
m a g i c   s t a r t e r s   a r e   n o t   p l a y i n g   w e l l   s o   f a r .   
 
 l o t s   t o   t u r n o v e r s   a n d   o v e r a l l   j u s t   d o n ’ t   l o o k   c o m f o r t a b l e   t o g e t h e r   o u t   t h e r e .   
 
 g r i z z l i e s   u p   1 4   n o w .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a
n b a ’ s   o r l a n d o   m a g i c   t h r o u g h o u t   t h e   y e a r s 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
t h e   m a g i c   s e t t l e   d o w n   a n d   t r a i l   2 5 - 2 1   a f t e r   o n e   i n   m e m p h i s .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a
r o u g h   s t a r t   f o r   t h e   o r l a n d o m a g i c   …   w e n d e l l   c a r t e r   l o o k i n g   l i k e   p r e - s e a s o n   h a h a
💫 t h e   e r a   o f   p a o l o   i s   u p o n   u s 💫 
 
 m a g i c t o g e t h e r 
 v s 
 g r i n d c i t y 
 
 a l m o s t   g a m e t i m e ! 
 p r e s e a s o n   g a m e   o n e 
 l e t ' s   g o o o o o o o o o o o !   
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g  
f r a n z   w i l l   n o t   p l a y   t o n i g h t   ( r e s t ) .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
m e m p h i d g r i z z l i e s   o r l a n d o m a g i c   n b a 2 k 2 3   b a s k e t b a l l   n b a   n b a 2 k   n b a t w i t t e r   n b a j a p a n g a m e s   
 l i v e l i n e   w a t c h   m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   l i v e s t r e a m   
                                             🇺 🇸 l i n k 🏀 🗑 ️ 
                                                       ⬇ ️ 
 
   ✅
d o   w e   h a v e   s t a r t i n g   l i n e - u p s   y e t ?     o r l a n d o m a g i c
i t ' s   t h a t   t i m e   a g a i n .   o r l a n d o m a g i c   p r e s e a s o n   s t a r t s   t o n i g h t .   t h o s e   o f   y o u   w h o   k n o w   m e ,   k n o w   h o w   i   f e e l   a b o u t   t h i s   t e a m .   a n d   t h a t   i   t e n d   t o   t w e e t   g a m e s .     i ' l l   w a r n   y o u   s o   y o u   c a n   m u t e   m y   p a s s i o n a t e   f a n   s e l f   b e f o r e   g a m e s .   ( i f   y o u   h a v e n ' t   a l r e a d y )   l m a o
f   r   a   n   z   ☄ ️   w   a   g   n   3   r 
 
 p l a y s   b a l l   t o d a y . . .   😁 😁 😁 
 
 f a n t a s y m a g i c m e d i a   ©   
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g  
c a n   w e   a t   l e a s t   h e a r   t h e   m a g i c   g a m e   s o m e w h e r e ?     m a g i c   o r l a n d o m a g i c     ? ?       t h a n k s !
f i r s t   g a m e   o f   t h e   p r e s e a s o n ! 
 t o n i g h t   a t   8 p m 
 
 m e m p h i s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   j a m o r a n t   p o d c a s t   t e n n e s s e e   g r i z z l i e s   n b a   m e m p h i s g r i z z l i e s   b a s k e t b a l l   e s p n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o  
j a l e n   s u g g s   r a t e d   r o o k i e   h o l o     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   o r l a n d o m a g i c   j a l e n s u g g s   m a g i c   r o o k i e   r c   r o o k i e c a r d  
j a l e n   s u g g s   r a t e d   r o o k i e   h o l o     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   o r l a n d o m a g i c   j a l e n s u g g s   m a g i c   r o o k i e   r c   r o o k i e c a r d  
i   r e a l l y   w a n t e d   t o   s e e   t h e     g a m e   t o n i g h t   b u t   i ’ m   b l a c k e d   o u t   b e c a u s e   i ’ m   s u p p o s e d l y   c l o s e   t o   m e m p h i s ?   i ’ m   4 0 0   m i l e s   a w a y   i n   l o u i s v i l l e ,   k y .   i ’ l l   n e v e r   u n d e r s t a n d   t h e     b l a c k o u t   r u l e s …   o r l a n d o m a g i c  
i t ’ s   t i m e   t o   b o l - l i e v e .   o r l a n d o m a g i c   b o l b o l   p r e s e a s o n
g a m e   d a y ! ! ! 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g  
o r l a n d o   m a g i c   b a s k e t b a l l   i s   b a c k ! 
 
 a f t e r   a   l o n g   o f f - s e a s o n ,   w e   g e t   t o   f i n a l l y   w a t c h   m a g i c   b a s k e t b a l l   t o n i g h t .   l o t s   o f   e x c i t e m e n t   a n d   a n t i c i p a t i o n   e v e n   t h o u g h   i t ’ s   o n l y   a   p r e s e a s o n   g a m e .   
 
 w h a t   a r e   y o u   l o o k i n g   f o r w a r d   t o   t h e   m o s t ?   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
e p .   2 4 5   -   p r e s e a s o n   p r i m e r   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 e a s t e r n c o n f e r e n c e   n b a   o r l a n d o m a g i c   p a o l o b a n c h e r o   s o u t h e a s t d i v i s i o n  
o r l a n d o   m a g i c   f e e l   r e l i e f   o f   j a l e n   s u g g s '   i n j u r y   p r o g n o s i s 
 
 
 
 n b a   o r l a n d o   m a g i c a b o v e a l l   m a g i c   h e r e t h e y c o m e   w e a r e t h e v a l l e y   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   h a w k s
p r a c t i c e   s o u n d :   c o a c h   m o s e   & a m p ;   j a l e n   s u g g s   o n   h i s   i n j u r y 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
f e s t i v a l   o f   f a n t a s y   p a r a d e   m a g i c   k i n g d o m   2 0 2 2   f u l l   s h o w   m a g i c k i n g d o m     v i a     d i s n e y   d i s n e y p a r k s   f l o r i d a   o r l a n d o   f e s t i v a l o f f a n t a s y p a r a d e  
y e s t e r d a y ,     d e f e a t e d   o r l a n d o   w o m e n s c h a m p i o n   _ b l u e _ m a g i c   v i a   d i s q u a l i f i c a t i o n .   t h o u g h   g i n a   w o n   t h e   m a t c h ,   s h e   d i d   n o t   w i n   t h e   t i t l e ,   b u t   d i d   s t e a l   t h e   p h y s i c a l   c h a m p i o n s h i p   b e l t .   t h i s   s u n d a y   b o n u s e v e n t   1 : 0 0 - 2 : 3 0 p m . 
  
[ h i g h l i g h t ]   m a r k e l l e   f u l t z   s t e a l s   t h e   b e a l   p a s s   a n d   p o s t e r s   d a v i s   b e r t a n s   t o   s e a l   t h e   w i n   f o r   t h e   o r l a n d o   m a g i c   🏀 

🕺 a r e   y o u   f r e e   b i r d s   r e a d y   t o   t a k e   t h e   s t a i r w a y   t o   h e a v e n ? 
 💃 🏽 b r e a k   o u t   t h e   b e l l   b o t t o m s   o r   s h o r t   s h o r t s   w i t h   t u b e   s o c k s 
 📡 n o   n e e d   t o   a d j u s t   t h e   a n t e n n a ,   i t s   7 0 ' s   n i g h t   
 🍻 c o m i n g   s o o n   t o   m a g i c   c i t y 
 
 o r l a n d o   o r l a n d o f l o r i d a   b e e r   b e e r s t a g r a m   b e e r l o v e r   w i n e   w i n e t a s t i n g   w i n e l …  
f o r m e r   a t l a n t a   h a w k s   p l a y e r   a n d   a t l a n t a   n a t i v e   c o n t e m p l a t e s   r e t i r e m e n t 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s   l s o a n g e l e s   o r l a n d o   m a g i c   7 6 e r s
t e r r e n c e   r o s s   n b a   h i g h l i g h t s   m a g i c   v s   m a v e r i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t e r r e n c e r o s s   t e r r e n c e   r o s s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
m o   b a m b a   n b a   h i g h l i g h t s   m a g i c   v s   m a v e r i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m o b a m b a   m o   b a m b a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
s e n t i n e l   a r t i c l e   a b o u t   s u g g s ’   i n j u r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
[ o c ]   e x p l a i n e d   i n   1   m i n u t e :   j a l e n   s u g g s '   l e f t   k n e e   i n j u r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
m o   b a m b a   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m o b a m b a   m o   b a m b a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
n b a   t r a d e   r u m o r s :   m o   b a m b a   c o u l d   b e   a   h o t   c o m m o d i t y   a t   t h e   d e a d l i n e 
 
 
 
 n b a   o r l a n d o   m a g i c a b o v e a l l   m a g i c   l a k e s h o w   l a k e r s   b l e e d g r e e n   c l i p p e r n a t i o n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i     d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   m f f l   j a z z
f r a n z   w a g n e r   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f r a n z w a g n e r   f r a n z   w a g n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
c o l e   a n t h o n y   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c o l e a n t h o n y   c o l e   a n t h o n y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
p i c k e d   u p   a   c o u p l e   o f   p a n i n i   p a c k s   o n   a   w h i m   a t   t a r g e t   t o d a y .   h a v e n ' t   b o u g h t   c a r d s   i n   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
p i c k e d   u p   a   c o u p l e   o f   p a n i n i   p a c k s   o n   a   w h i m   a t   t a r g e t   t o d a y .   h a v e n ' t   b o u g h t   c a r d s   i n   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
r . j .   h a m p t o n   n b a   h i g h l i g h t s   m a g i c   v s   m a v e r i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r . j . h a m p t o n   r . j .   h a m p t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
w e n d e l l   j r .   n b a   h i g h l i g h t s   m a g i c   v s   m a v e r i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 w e n d e l l j r .   w e n d e l l   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
p a o l o   b a n c h e r o   n b a   h i g h l i g h t s   m a g i c   v s   m a v e r i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a o l o b a n c h e r o   p a o l o   b a n c h e r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c
( f o x   n e w s ) : o r l a n d o   m a g i c ' s   j a l e n   s u g g s   s p r a i n s   k n e e   c a p s u l e ,   a v o i d s   s e r i o u s   i n j u r y   :   j a l e n   s u g g s   s u f f e r e d   a   s p r a i n e d   k n e e   c a p s u l e   a n d   a   b o n e   b r u i s e   a f t e r   a   c o l l i s i o n   d u r i n g   a   p r e s e a s o n   c o n t e s t   f r i d a y ,   b u t   t h e   i n j u r y   w a s   n o t   a s   . .  
_ i t s i z z y b   y o u ’ d   h a v e   m a g i c ,   o r l a n d o   c i t y   s o c c e r   c l u b s ,   u c f ,   f a m u   l a w ,   a n d   d i s n e y   t o   b a c k   y o u   u p   o r   p a r t n e r   w i t h .   b t w ,   w e   a l s o   h a v e   g r e a t   w e a t h e r   a n d   s o   m a n y   d i f f e r e n t   c u l t u r a l   e a t e r i e s .   d o w n t o w n   i s   a   f i r e   t a i l g a t e   a r e a   a s   w e l l .   i ’ d   l i k e   a   j o b   i f   i t   h a p p e n s .   o r l a n d o   t h e c i t y b e a u t i f u l
p o s t g a m e   s o u n d   a t   d a l l a s   |   c o a c h   m o s e   & a m p ;   p a o l o   b a n c h e r o 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
[ w o j n a r o w s k i ]   o r l a n d o   m a g i c   g   j a l e n   s u g g s   h a s   s u s t a i n e d   a   l e f t   k n e e   c a p s u l e   s p r a i n   a n d   b o n e   b r u i s e ,   s o u r c e s   t e l l   e s p n .   h i s   t i m e l i n e   o n   a   r e t u r n   w i l l   d e p e n d   o n   r e s p o n s e   t o   t r e a t m e n t ,   b u t   t h e r e ’ s   r e l i e f   i t   w a s n ’ t   a   m o r e   s e r i o u s   i n j u r y .   🏀 

p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   d a l l a s   m a v e r i c k s   1 1 0 - 1 0 5   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 1 - 1 )   a t   d a l l a s   m a v e r i c k s   ( 1 - 0 )   o c t   0 7   2 0 2 2   8 : 3 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
m o   b a m b a   h i g h l i g h t s   -   m a v e r i c k s   v s .   m a g i c   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   m o   b a m b a   d a l   o r l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   d a l l a s   m a v e r i c k s   o r l a n d o   m a g i c
l u k a   d o n c i c   h i g h l i g h t s   -   m a v e r i c k s   v s .   m a g i c   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   l u k a   d o n c i c   d a l   o r l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   d a l l a s   m a v e r i c k s   o r l a n d o   m a g i c
m a g i c   w i n ! ! !   o r l a n d o   d e f e a t s   t h e   d a l l a s   m a v e r i c k s   1 1 0 - 1 0 5 
 
 d a l l a s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   l u k a d o n c i c   m a v e r i c k s   d a l l a s m a v e r i c k s   p o d c a s t   t e x a s   n b a   d a l l a s m a v s   m a v s   b a s k e t b a l l   e s p n   g r a p h i c d e s i g n   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o 
 
 1 / 4  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o   m a g i c   v s   d a l l a s   m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l   e s p a n a   v s   c d   r e a l   s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i   f c   v s   c s   u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a     m f f l   l i g a n a c i o n a l     t a k i s  
s o m e t i m e s   y o u   j u s t   h a v e   t o   r u n   t o   m a g i c   k i n g d o m   r e a l   q u i c k   f o r   a   d o l e   w h i p   d i s n e y w o r l d 5 0   d o l e w h i p   m a g i c k i n g d o m   o r l a n d o  
p o s t g a m e   h i g h l i g h t s   |   m a g i c   v s .   s p u r s 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
  i s   h o s t i n g   t h e   o r l a n d o   m a g i c   5 k   t h i s   s a t u r d a y   a n d   w e   c o u l d n ' t   a s k   f o r   n i c e r   r u n n i n g   w e a t h e r !   
 w e s h   w e a t h e r   o r l a n d o   t r a c k s h a c k   r u n  
g a m e d a y ! 
 t o n i g h t   a t   8 : 3 0 p m 
 
 d a l l a s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   l u k a d o n c i c   p o d c a s t   t e x a s   m a v e r i c k s   m a v s   n b a   d a l l a s m a v e r i c k s   d a l l a s m a v s   b a s k e t b a l l   e s p n   e x p l o r e   g r a p h i c d e s i g n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   j a l e n s u g g s   m a g i c   o r l a n d o  
t h e r e   a r e   s o m e   s p o o k y   t h i n g s   h a p p e n i n g   i n   o r l a n d o ' s   u p s i d e - d o w n   h o u s e   .   .   .   
 
 d o n ' t   m i s s   t h e   o u t t a   c o n t r o l   s p o o k t a c u l a r   m a g i c   d i n n e r   s h o w   n o w   t h r o u g h   o c t o b e r   3 1 s t !     
 
 🎃   g u e s t s   a r e   e n c o u r a g e d   t o   d r e s s   u p   i n   c o s t u m e   🎃  
t i c k e t s   o n   s a l e   n o w   f o r   2 0 2 3   
 
 d i s n e y   a f t e r   h o u r s   e v e n t s   
 a t   m a g i c   k i n g d o m   & a m p ;   
 d i s n e y ’ s   h o l l y w o o d   s t u d i o s   🎟 ️ 
 
 w a l t d i s n e y w o r l d   m a g i c k i n g d o m   d i s n e y s h o l l y w o o d s t u d i o s   d i s n e y a f t e r h o u r s e v e n t   d i s n e y p a r k s   o r l a n d o    
p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   s a n   a n t o n i o   s p u r s   1 0 2 - 9 9   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
p o s t g a m e   s o u n d   a t   s a n   a n t o n i o :   c o a c h   m o s e ,   w a g n e r   & a m p ;   c a r t e r   j r . 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
o k ,   t h i s   w a s   a n   a c c i d e n t a l   a s s i s t   r i g h t ?     w a s n ' t   r e a d y   f o r   t h e   b u l l e t   p a s s   r i g h t   b a c k   f r o m     a n d   i t   j u s t   c a s u a l l y   b o u n c e d   o n   t o     f o r   t h e   t o u g h   b u c k e t ?   o r   d i d   t - r o s s   m e a n t   i t   t o   g o   t o   w c j ?   o r l a n d o   m a g i c  
r . j .   h a m p t o n   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r . j . h a m p t o n   r . j .   h a m p t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
p a o l o   b a n c h e r o   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a o l o b a n c h e r o   p a o l o   b a n c h e r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
w e n d e l l   j r .   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 w e n d e l l j r .   w e n d e l l   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
s h o p   m a g i c t o g e t h e r     f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   o r l a n d o   o r l a n d o m a g i c   m a g i c   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
j a l e n   s u g g s   a n d   p a o l o   b a n c h e r o   s i n g   h a p p y   b i r t h d a y   t o   j a m a h l   m o s l e y   😂 🎉     . . . 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
m a g i c   w i n !   o r l a n d o   d e f e a t s   t h e   s a n   a n t o n i o   s p u r s   1 0 2 - 9 9 ! ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ 
 
 s a n a n t o n i o   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   d e v i n v a s s e l l   p o d c a s t   t e x a s   n b a   s a n a n t o n i o s p u r s   s p u r s   b a s k e t b a l l   e s p n     n b a p r e s e a s o n   f l o r i d a   w e n d e l l c a r t e r j r   m a g i c   o r l a n d o 
 
 1 / 4  
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 0 - 1 )   a t   s a n   a n t o n i o   s p u r s   ( 0 - 1 )   o c t   0 6   2 0 2 2   8 : 0 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v v d d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 s a a s s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c x v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v x c v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v v v v v v v v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x c v c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c x c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c x c v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v c x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v c b v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c b c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c x b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v f v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x c v x v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x x v v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 s s a c s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d v f g d b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d g h d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f h g f h
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f g d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d g d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 s d g s d f g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d f g h f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v z c v x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v x v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c x v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x c v x v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d d f d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d f g d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c f b f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v f d b f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f v d f g j k l ;
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f d b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d b f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c b f g b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v b f g g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d r g t h
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v d v v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d f s d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g f g a s d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 g d f g d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c f b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v f d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c x v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f g f g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d f v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v c x v c c v b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v x c c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c x v c x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d s v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v x c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c f d b f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v s s d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 g f d f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f v s v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f g d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d f v d s f d s d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d s d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d g f d v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c x v x f d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v c v d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d s f g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v v f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d a s d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d f v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d f f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c x x v c v x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d d s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f d f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d s r e f e f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d c v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c f d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f d f d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 g g g g t
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g r r g g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d d s a f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f g d f f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g d g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d g d g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d g d g t r g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f r r t y r
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 r e t r e g r
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 r e 4 5 y e
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 r g g t r t r h
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d g d f g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f g d f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d s g d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c v f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d g d f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f f d v f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d g d f d s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d g d f f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g r g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f f d b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v c f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 s d g r g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f g f g h f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x d v g f d b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d g d f d s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d g s d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 g d d g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d d f g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d f g g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d g r g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g d f d b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d s f f d h
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d g f f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f f g h f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d d f b f d
d d f g f n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 

n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x s d d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d s d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d e g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 g r h g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d d g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d g f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f e r
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f g g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d g s d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c g d f g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x c v f b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d s f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f s v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d h
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d s s d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x d s g d s f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x d s
  n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c s f d s f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x d f d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d d s v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c f s d a
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 g h j k  
g a m e d a y ! 
 t o n i g h t   a t   8 p m 
 
 s a n a n t o n i o   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   k e l d o n j o h n s o n   d e v i n v a s s e l l   p o d c a s t   t e x a s   s p u r s   n b a   s a n a n t o n i o s p u r s   b a s k e t b a l l   e s p n   g r a p h i c d e s i g n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   c o l e a n t h o n y   m a g i c   o r l a n d o  
$ g o o g l   c a l l s   f l a t   p a t i e n c e .   
 j u s t   l a n d e d   i n   o r l a n d o   a n d   c a n   f e e l   a   l i t t l e   $ d i s   m a g i c   i n   t h e   a i r .    
m a g i c   k i n g d o m   t o d a y ,   n o t   a   b a d   s t a r t   t o   t h e   d a y !   l a k e b u e n a v i s t a   f l o r i d a   o r l a n d o   m a g i c k i n g d o m  
2 5 %   w i l l   g o   t o   t h e   
 
 s h a q u i l l e o n e a l   s h a q   o n e a l   o r l a n d o m a g i c   o r l a n d o   m a g i c   m a g i c a b o v e a l l   n b a   n b a d r a f t   n b a f i n a l s   n b a p l a y o f f s   
 

g e t   y o u r   d r i n k   o n   a t   d i s n e y ' s   m a g i c   k i n g d o m !     y e s   y o u   c a n   d r i n k   t h e r e .   s h o r t s   |   y u m   d i s n e y   |   b e e r   a n d   w i n e   a t   m a g i c   k i n g d o m   |   s k i p p e r   c a n t e e n     
 d i s n e y w o r l d 5 0   d i s n e y w o r l d   m a g i c k i n g d o m   d r i n k s   b e e r   o r l a n d o   f l o r i d a   t r a v e l   v a c a t i o n  
i s   i t   j u s t   u s ,   o r   d o e s   a n y o n e   e l s e   f i n d   m a g i c   k i n g d o m   o r l a n d o   a   b i t   d a t e d   t h e s e   d a y s ? 
 
 o b v i o u s l y   t h e r e   a r e   t h e   c l a s s i c s ,   b u t   i t ' s   b a r e l y   c h a n g e d   i n   1 0   y e a r s ! 
 
 d i s n e y   d i s n e y w o r l d 5 0   d i s n e y w o r l d  
t r e a t   y o u r s e l f   –   o r   s o m e o n e   y o u   l o v e   –   t o   a   l i t t l e   m a g i c ,   a   l i t t l e   w h i m s y   a n d   a   l i t t l e   f a i r y t a l e   f i n e r y   w i t h   s t y l e s   f r o m   t h e   e n c h a n t e d   d i s n e y   c o l l e c t i o n .   z a l e s e m p l o y e e   e n c h a n t e d d i s n e y f i n e j e w e l r y   n e c k l a c e s   p r i n c e s s   l o v e z a l e s   o r l a n d o   d i s n e y  
m a g i c   k i n g d o m .   t h e s e   t w o   ❤ ️ 🥰   m a g i c k i n g d o m   o r l a n d o   a u t i s m f a m i l y  
o r l a n d o   m a g i c ’ s   o n -   a n d   o f f - c o u r t   d e v e l o p m e n t   p l a n s :   h e r e ' s   w h a t   w e   k n o w   s o   f a r     v i a  
t h e   f i r s t   d e c e m b e r   d a t e   s e l l s   o u t   f o r   m i c k e y ’ s   v e r y   m e r r y   c h r i s t m a s   p a r t y   a t   m a g i c   k i n g d o m   🎄 
 
 w a l t d i s n e y w o r l d   d i s n e y w o r l d   m v m c p   c h r i s t m a s   w d w   m i c k e y s v e r y m e r r y c h r i s t m a s p a r t y   o r l a n d o   m a g i c k i n g d o m    
h a l l o w e e n - i n s p i r e d   c o c k t a i l s   a p p e a r   b y   m a g i c   a t   t h e   e d i s o n ,   d i s n e y   s p r i n g s   🍸 🎃 
 
 ⁦ ⁩ 
 w a l t d i s n e y w o r l d   d i s n e y w o r l d   d i s n e y s p r i n g   w d w   d i s n e y d r i n k s   t h e e d i s o n   d i s n e y h a l l o w e e n   o r l a n d o    
t h e   o u t t a   c o n t r o l   s p o o k t a c u l a r   m a g i c   d i n n e r   s h o w   r e t u r n   t o   w o n d e r w o r k s   o n   i n t e r n a t i o n a l   d r i v e   🎃 
 
 o r l a n d o   o r l a n d o h a l l o w e e n   i d r i v e   i n t e r n a t i o n a l d r i v e   d i n n e r s h o w   f l o r i d a    
p o s t   g a m e   t h r e a d :   t h e   m e m p h i s   g r i z z l i e s   d e f e a t   t h e   o r l a n d o   m a g i c   1 0 9 - 9 7   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
j a l e n   s u g g s   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n s u g g s   j a l e n   s u g g s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c
w e n d e l l   j r .   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 w e n d e l l j r .   w e n d e l l   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c
m o   b a m b a   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m o b a m b a   m o   b a m b a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c
p a o l o   b a n c h e r o   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a o l o b a n c h e r o   p a o l o   b a n c h e r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c
d e v i n   c a n n a d y   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e v i n c a n n a d y   d e v i n   c a n n a d y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
t e r r e n c e   r o s s   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t e r r e n c e r o s s   t e r r e n c e   r o s s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
r . j .   h a m p t o n   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r . j . h a m p t o n   r . j .   h a m p t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
c o l e   a n t h o n y   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c o l e a n t h o n y   c o l e   a n t h o n y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
j a   m o r a n t   h i g h l i g h t s   -   g r i z z l i e s   v s .   m a g i c   -   3 r d   o c t   2 0 2 2 
 
 
 n b a   j a   m o r a n t   m e m   o r l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m e m p h i s   g r i z z l i e s   o r l a n d o   m a g i c
s a n t i   a l d a m a   h i g h l i g h t s   -   g r i z z l i e s   v s .   m a g i c   -   3 r d   o c t   2 0 2 2 
 
 
 n b a   s a n t i   a l d a m a   m e m   o r l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m e m p h i s   g r i z z l i e s   o r l a n d o   m a g i c
t h e   m e m p h i s   g r i z z l i e s   d e f e a t   t h e   o r l a n d o   m a g i c   1 0 9 - 9 7   i n   t h e   f i r s t   g a m e   o f   t h e   p r e s e a s o n 
 
 m e m p h i s   s p o r t s   o r l a n d o m a g i c   m a g i c t o g e t h e r   j a m o r a n t   p o d c a s t   t e n n e s s e e   n b a   m e m p h i s g r i z z l i e s   g r i z z l i e s   b a s k e t b a l l   e s p n   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o 
 
 1 / 4  
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 0 - 0 )   a t   m e m p h i s   g r i z z l i e s   ( 1 - 0 )   o c t   0 3   2 0 2 2   8 : 0 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
j a   i s   s m o o t h e r   t h a n   s i l k   😮 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a   m o r a n t   e u r o s t e p   m e m   m e m p h i s   g r i z z l i e s   o r l   o r l a n d o   m a g i c
w h e n   y o u   g e t   t h e   f u l l   d i s n e y   m a g i c   e x p e r i e n c e ? ? ! !   w a l t ’ s   h e a d   m u s t   b e   s p i n n i n g   i n   h i s   f r e e z e r ! ! 
 
 a p p a r e n t l y   t h e y   h a v e   l i m i t e d   t h e   n u m b e r s ? !   b s 
 
 d i s n e y m a g i c   w a l t d i s n e y w o r l d   o r l a n d o  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 m e m p h i s g r i z z l i e s   o r l a n d o   n b a  
f i r s t   g a m e   o f   t h e   p r e s e a s o n ! 
 t o n i g h t   a t   8 p m 
 
 m e m p h i s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   j a m o r a n t   p o d c a s t   t e n n e s s e e   g r i z z l i e s   n b a   m e m p h i s g r i z z l i e s   b a s k e t b a l l   e s p n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o  
p a o l o   b a n c h e r o   w i l l   p l a y   h i s   f i r s t   g a m e   a t   a m w a y   c e n t e r   t o n i g h t   a s   t h e   m a g i c   h o s t   t h e   m e m p h i s   g r i z z l i e s ,   w h o   b e a t   t h e   m a g i c   p r e t t y   b a d l y   i n   t h e i r   f i r s t   g a m e   o f   p r e s e a s o n .     
 
 y o u   c a n   w a t c h   t o n i g h t ’ s   g a m e   o n   b a l l y   s p o r t s   f l o r i d a .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
i ' m   t h i n k i n g   w e   s h o u l d   s l o w   d o w n   o n   t h e   b o l   h y p e .   i t ' s   p u t t i n g   t h e   k i d   u n d e r   a   l o t   o f   p r e s s u r e   t h a t   m a y b e   h e   i s n ' t   r e a d y   f o r . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
m y   h o n e s t   t h o u g h t s   o n   t h e   o r l a n d o   . . . 
   
 
   
 b o l b o l   e a s t e r n c o n f e r e n c e   f u l t z   j a m a h l m o s l e y   m a r k e l l e   m a r k e l l e f u l t z   n b a   n b a p r e s e a s o n   o r l a n d o m a g i c   o r l a n d o m a g i c n e w s   o r l a n d o m a g i c p r e s e a s o n   o r l a n d o m a g i c r u m o r s   o r l a n d o m a g i c v s d a l l a s m a v e r i c k s  
n b a   p h o e n i x s u n s   o r l a n d o m a g i c   n e w o r l e a n s p e l i c a n s   s h a q u i l l e   o ' n e a l   s a y s   h e   w a n t s   t o   b u y   a n   n b a   t e a m ,   b u t   n o t   t h e   s u n s  
p r a c t i c e   s o u n d :   c o a c h   m o s e   & a m p ;   j a l e n   s u g g s   o n   h i s   i n j u r y 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
o r l a n d o ,   f l   –   t h e   o r l a n d o   m a g i c   h a v e   s i g n e d   f r e e   a g e n t   g u a r d   d r a k e   j e f f r i e s .   j e f f r i e s   ( 6 ’ 5 ” ,   1 8 5 ,   1 / 2 2 / 9 9 )   p l a y e d   a n d   s t a r t e d   i n   1 7   g a m e s   l a s t   s e a s o n   w i t h   t h e   u n i v e r s i t y   o f   w y o m i n g ,   a v e r a g i n g   1 1 . 4   p p g .   a n d   4 . 8   r p g .   i n   3 3 . 4   m i n p g .   o r l a n d o m a g i c   d r a k e j e f f r i e s   n b a
w e n t   t o   s e e   m a g i c   l e g e n d   j o s h   m a g e t t e   i n   t h e   a u s t r a l i a n   n b l 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
i f   y o u   n e e d   t h e m ! 
 s o c i a l   s t a t u s   x   n i k e   a i r   p e n n y   2   s i z e   9 
 d m 9 1 3 2 - 0 0 1   c o n f i r m e d   o r d e r 
 
 s o c i a l s t a t u s   n i k e a i r p e n n y 2   n i k e a i r p e n n y   a i r p e n n y   a i r p e n n y 2   p e n n y h a r d a w a y   p e n n y   h a r d a w y   o r l a n d o m a g i c   m a g i c   s n e a k e r s   n i k e   s n k r s   s n e a k e r h e a d   s h o e s   j o r d a n
j u s t   m o v e d   t o   t h e   o r l a n d o   a r e a ,   s o   t h e     m a k e   s e n s e .       i s   a   m i n o r i t y   o w n e r   o f   t h e     s o   t h e y   w o u l d   m a k e   s e n s e .   t h o u g h t s ? 
 b u c k s c o u n t y   o r l a n d o m a g i c   n b a
t w i t t e r   t e a m   r o l l   c a l l : 
 
 o r l a n d o   m a g i c   f a n s   s t a n d   u p 🧍 ‍ ♂ ️ ‼ ️ 
 
 o r l a n d o m a g i c   n b a   n b a p r e s e a s o n  
e p .   2 4 7   -   d r e s s   r e h e a r s a l   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 e a s t e r n c o n f e r e n c e   n b a   o r l a n d o m a g i c   p a o l o b a n c h e r o   p r e s e a s o n   s o u t h e a s t d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " m y   h o n e s t   t h o u g h t s   o n   t h e   o r l a n d o   m a g i c & a m p ; 3 9 ; s   f i r s t   f e w   p r e s e a s o n   g a m e s . . . "   
 
 c r e a t o r :     t t b   1 k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
  _ n f t       _ m n       _ n f t       _ j e n     y u p ,   t h e   s u c c u l e n t j a c k   a d d i c t i o n   i s   r e a l !   h a d   t o   g e t   m y   b o y     o g   o r l a n d o m a g i c   o n e   t o   r e p r e s e n t   m y   h o m e t o w n   s q u a d !  
h o w   d o e s   i t   m a k e   s e n s e   t h a t   t h e   o n l y   w a y   y o u   c a n   p r e - o r d e r   a   j e r s e y   i s   i n   s t o r e   p i c k u p ?   a r e   t h e y   a s s u m i n g   e v e r y   f a n   l i v e s   i n   o r l a n d o ? 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
[ p r i c e ]   m a r k e l l e   f u l t z   i s   w e a r i n g   a   s m a l l e r ,   s l i m m e r   b o o t   o n   h i s   l e f t   f o o t   c o m p a r e d   t o   t h e   b i g g e r ,   b u l k i e r   b o o t   h e   w a s   w e a r i n g   a t   f i r s t   a f t e r   f r a c t u r i n g   h i s   b i g   t o e : 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
m a g i c ’ s   j a l e n   s u g g s   d e l i g h t e d   o n   m i n i m a l   c a s u a l t y   o f   k n e e   c a p s u l e   s p r a i n ,   b o n e   b r u i s e   h e   s u s t a i n e d   v s   m a v s   j a l e n s u g g s   o r l a n d o m a g i c  
t h e   s e c o n d   n e w   v i d e o   i n   o u r   c h a n n e l   t o d a y !   s t e p h e n   s h o w s   o f f   t h e   n e w   v e r s i o n   o f   b a s k e t b o s s !         b o a r d g a m e s   b a s k e t b a l l   b a s k e t b o s s 
 o r l a n d o   f l o r i d a   s p o r t s   o r l a n d o m a g i c   
 

j a l e n   s u g g s   r o o k i e   p a t c h -   $ 1 0 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
j i   s t i l l   g o t   i t   ! ! !   m a g i c n a t i o n   o r l a n d o m a g i c  
s e n t i n e l   a r t i c l e   a b o u t   s u g g s ’   i n j u r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
b e e n   a   l o n g   3   m o n t h s   c o m i n g   b u t   t o d a y   w e   c o m p l e t e d   o u r   f i r s t   r e c o r d i n g   o f   w h e r e   t h e   m a g i c   h a p p e n s   p o d c a s t   e p .   1 
 
 t h i s   i s   o n l y   t h e   b e g i n n i n g   a n d   i   c o u l d n ' t   b e   m o r e   t h a n k f u l   ♥ ️ 
 m a g i c t o g e t h e r 
 o r l a n d o m a g i c  
b r e a k i n g :   j a l e n   s u g g s   s e r i o u s   i n j u r y   t u r n e d   n o n - s e r i o u s   
 
 
 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   m a g i c   o r l a n d o m a g i c   c o u r t s i d e h e a t   b r e a k i n g n e w s   j a l e n s u g g s
h i       a r e   y o u   p l a y i n g   t h e   o c t   1 1   p r e s e a s o n   v e r s u s   o r l a n d o m a g i c   ?   s o n   a n d   m e   t r a v e l l e d   a l l   t h e   w a y   f r o m   n e w f o u n d l a n d   c a n a d a   h a v e   t o   s e e   y o u   p l a y !         t e m e t r i u s j a m e l
e p .   2 2 3   -   m a g i c   k e y s   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   p a o l o b a n c h e r o   r o a d t r i p p i n   s o u t h e a s t d i v i s i o n  
w o r k   i n   p r o g r e s s   w /   j e f f   t u r n e r   -   p e n n y   f o r   y o u r   t h o u g h t s   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 e a s t e r n c o n f e r e n c e   j e f f t u r n e r   n b a   o r l a n d o m a g i c   o r l a n d o m a g i c u k   p e n n y f o r y o u r t h o u g h t s   s o u t h e a s t d i v i s i o n  
[ o c ]   e x p l a i n e d   i n   1   m i n u t e :   j a l e n   s u g g s '   l e f t   k n e e   i n j u r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
c a n   y o u   n a m e   5   p l a y e r s   o n   t h e   o r l a n d o   . . . 
   
 
   
 2 0 2 2 n b a d r a f t   b a s e b a l l   b a s k e t b a l l   b e s t b e t s   b e s t p i c k s   b e t t i n g   e a s t e r n c o n f e r e n c e   f o o t b a l l   g a m e d a y   h o c k e y   m l b   m l s   n b a   n b a d r a f t   n f l   n h l   o r l a n d o m a g i c   s h o r t s   s o c c e r   s o u t h e a s t d i v i s i o n   s p o r t s  
s e n t i n e l   a r t i c l e   a b o u t   s u g g s ’   i n j u r y 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
[ o c ]   e x p l a i n e d   i n   1   m i n u t e :   j a l e n   s u g g s '   l e f t   k n e e   i n j u r y 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
p i c k e d   u p   a   c o u p l e   o f   p a n i n i   p a c k s   o n   a   w h i m   a t   t a r g e t   t o d a y .   h a v e n ' t   b o u g h t   c a r d s   i n   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
p i c k e d   u p   a   c o u p l e   o f   p a n i n i   p a c k s   o n   a   w h i m   a t   t a r g e t   t o d a y .   h a v e n ' t   b o u g h t   c a r d s   i n   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
o r l a n d o m a g i c   9   c a r d   l o t   m a g i c 
 
 $ 3   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
o r l a n d o   m a g i c   v s   d a l l a s   m a v e r i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m a g i c v s m a v e r i c k s   m a v e r i c k s v s m a g i c   n b a h i g h l i g h t s   n b a p l a y o f f s   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
g o o d   d a y   r e p o s t   :   e v e r y t h i n g   y o u   w a n t e d   t o   k n o w   a b o u t   t h e   c i t y   o r l a n d o   a n d   o u r   t h e m e   p a r k s .   f o r   t h e   b e s t   v a c a t i o n   p a c k a g e   c o n t a c t   u s   _ w o r l d   r e s o r t   v a c a t i o n h o m e   t h e m e p a r k s   o r l a n d o m a g i c   c i t y b e a u t i f u l   h o t e l p a c k a g e s   v i s i t o r l a n d o   f a m i l y v a c a t i o n  
p o s t g a m e   s o u n d   a t   d a l l a s   |   c o a c h   m o s e   & a m p ;   p a o l o   b a n c h e r o 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
t h e     w e r e   n o t   v e r y   g o o d   l a s t   y e a r ,   a n d   w o n   t h e   n b a d r a f t   l o t t e r y .   a f t e r   a d d i n g   t h e   n u m b e r   1   p i c k ,   p a o l o b a n c h e r o ,   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   m a g i c   o r l a n d o m a g i c   f r a n z w a g n e r   m a r k e l l e f u l t z   b o l b o l   m o b a m b a  
p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   d a l l a s   m a v e r i c k s   1 1 0 - 1 0 5   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
[ s t e i n ]   x - r a y s   n e g a t i v e   f o r   j a l e n   s u g g s ,   m a g i c   c o a c h   j a m a h l   m o s l e y   s a y s ,   b u t   t h a t ' s   t h e   e x t e n t   o f   t h e   u p d a t e   o n   s u g g s '   c o n d i t i o n   t o n i g h t . 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
5   o ’ c l o c k   i n   t h e   m o r n i n g   n o   o n e   s l e p t . l e t   g o ! !   o r l a n d o   b a b y   o r l a n d o m a g i c  
m a g i c   g   j a l e n   s u g g s   ( k n e e )   o u t   i n d e f i n i t e l y   j a l e n s u g g s   n b a 
   o r l a n d o m a g i c   p u r e m a g i c    
t h e   r e s t   o f   t h e   p r e s e a s o n   w e   s h o u l d   s t o p   w i t h   t h e   e x p e r i m e n t a t i o n   s t u f f   a n d   r o l l   t h i s   o u t .   t h i s   i s   o u r   h e a l t h y   s t a r t i n g   f i v e .   
 
 🔹   c o l e 
 🔹   f r a n z 
 🔹   p a o l o 
 🔹   w e n d e l l 
 🔹   m o   b a m b a 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
g o o d   n e w s   o v e r a l l   h e r e   o n   s u g g s .   n o   i n f o   o n   s e v e r i t y   & a m p ;   b o n e   b r u i s e s   c a n   b e   q u i t e   v a r i a b l e   s o   t i m e l i n e   i s   v e r y   m u c h   t b d 
 
 o r l a n d o m a g i c   n b a  
o r l a n d o m a g i c   g u a r d   j a l e n s u g g s   e x i t e d   f r i d a y   o c t o b e r   7 ,   2 0 2 2 ’ s   p r e s e a s o n   c o n t e s t   a g a i n s t   t h e   d a l l a s m a v e r i c k s   w i t h   a n   i n j u r y   t o   h i s   l o w e r   l e f t   l e g .   n b a   m a g i c t o g e t h e r   m f f l   d a l l a s i n  
n b a   o r l a n d o m a g i c   j a l e n s u g g s   m a g i c   g   j a l e n   s u g g s   h a s   k n e e   s p r a i n ,   b o n e   b r u i s e  
p a o l o   b a n c h e r o   -   p r e s e a s o n   g a m e   3   h i g h l i g h t s 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
o r l a n d o m a g i c   g u a r d   j a l e n s u g g s   h a s   s u f f e r e d   a   l e f t   k n e e   c a p s u l e   s p r a i n   a n d   b o n e   b r u i s e ,   t h e   t e a m   a n n o u n c e d .   n b a t w i t t e r 

o r l a n d o m a g i c   s t r e n g t h     a n d   c o n d i t i o n i n g     c o a c h e s   a r e   t h e   w o r s t   j u s t   l i k e   t h e   o w n e r s .   t h i s   i s   t h e   m o s t   i n j u r e d   t e a m     i n   t h e   n b a .   m i g h t   a s   w e l l   t u r n   i t   i n t o   a   r e h a b   f a c i l i t y   
 s e l l t h e t e a m   o r l a n d o  
[ i n j u r y ]   j a l e n   s u g g s   c a r r i e d   o f f   c o u r t   w i t h   k n e e   i n j u r y   a f t e r   p u s h e d   b y   s p e n c e r   d i n w i d d i e   ( f u l l   p l a y ) 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
e n d e   
 b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 0 : 1 0 5   o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s   
 e i s h o c k e y   h e r r e n   w h l   
 0 : 5   l e t h b r i d g e h u r i c a n e s   v s   r e d d e e r r e b e l s   
 5 : 2   w i n n i p e g i c e   v s   r e g i n a p a t s   
 4 : 5   n v   p r i n c e a l b e r t r a i d e r s   v s   s w i f t c u r e n t b r o n c o s
p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   d a l l a s   m a v e r i c k s   1 1 0 - 1 0 5 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 1 - 1 )   a t   d a l l a s   m a v e r i c k s   ( 1 - 0 )   o c t   0 7   2 0 2 2   8 : 3 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
[ h a l f   c o u r t   h o o p s ]   o r l a n d o   m a g i c   2 0 2 2 - 2 3   x ' s   a n d   o ' s   p r e v i e w 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
n e g a t i v e   x - r a y   r e s u l t s   o n   j a l e n   s u g g s ’   l e f t   k n e e   i n j u r y   v s   m a v s   –   m a g i c   c o a c h   j a m a h l   m o s l e y   j a l e n s u g g s   j a m a h l m o s l e y   o r l a n d o m a g i c  
m a g i c   w i n ! ! !   o r l a n d o   d e f e a t s   t h e   d a l l a s   m a v e r i c k s   1 1 0 - 1 0 5 
 
 d a l l a s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   l u k a d o n c i c   m a v e r i c k s   d a l l a s m a v e r i c k s   p o d c a s t   t e x a s   n b a   d a l l a s m a v s   m a v s   b a s k e t b a l l   e s p n   g r a p h i c d e s i g n   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o 
 
 1 / 4  
w a i t   d i d n ’ t   k n o w   w e   d i d   n b a   🏀   🤷 ‍ ♂ ️   t r u e   🐐   _ b e t s     
 
 g a m b l i n g t w i t t e r   n b a   m i a m i   o r l a n d o m a g i c   h e a t     
 
   p r o m o   “ h a b i b i b e t s ”   f o r   2   w e e k s   f r e e   f i r s t   1 0   m e m b e r s   🚨  
t h e   m a g i c   t r a i l e d   b y   n e a r l y   2 0   p o i n t s   i n   t h e   1 s t ,   b u t   f o u n d   a   w a y   t o   f i g h t   b a c k   i n   t h i s   o n e .   
 
 p a o l o   p l a y e d   a n   i n c r e d i b l e   g a m e ,   s h o w i n g   f l a s h e s   o f   t h e   s c o r e r   h e   c a n   b e …   s u g g s   l e f t   t h e   g a m e   w i t h   a   l o w e r   l e f t   l e g   i n j u r y   a n d   d i d   n o t   r e t u r n .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
p r e s e a s o n   w   b u t   s t i l l   a   w .     m a g i c t o g e t h e r   o r l a n d o m a g i c  
n o   f r a n z   t o n i g h t   ( r e s t ) 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
j a l e n   s u g g s   s u f f e r   l o w e r   l e f t   l e g   i n j u r y   v s   d a l l a s ,   t o   b e   t e s t e d   a n d   e v a l u a t e d   d a l l a s m a v e r i c k s   j a l e n s u g g s   o r l a n d o m a g i c  
i s   b o l   b o l   c o o k i n g ? 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
p a o l o   l o o k s   m o s t   c o m f o r t a b l e   i n   i s o l a t i o n   s i t u a t i o n s ,   l o o k s   l i k e   a   t o t a l l y   d i f f e r e n t   p l a y e r   i n   p i c k   a n d   r o l e   s i t u a t i o n s   r i g h t   n o w . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 0
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 9
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 8
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 7
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 6
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 5
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 4
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 3
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 2
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 1
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 1 1
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 s  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o
  l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o 
 1
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d   r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o m a g i c   v s   d a l l a s m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l e s p a n a   v s   c d   r e a l s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i f c   v s   c s u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a   m f f l   l i g a n a c i o n a l   t a k i s 
 l a e n s e n a d a   l a p r o
p r a y i n g     i n j u r y   i s n ’ t   s e r i o u s !   o r l a n d o m a g i c
m a g i c   o f f e n s e   a n d   d e f e n s e   m u c h   b e t t e r   i n   t h e   2 n d   q u a r t e r …   t h e y ’ r e   n o w   o n l y   d o w n   3   a f t e r   t r a i l i n g   b y   c l o s e   t o   2 0   e a r l i e r   i n   t h e   g a m e .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a
m r .   m a r k   c u b a n 
 - 
 - 
 d a l l a s   
 d a l l a s m a v e r i c k s   
 m a r k c u b a n   
 o r l a n d o m a g i c   
 a m e r i c a n a i r l i n e s c e n t e r   @   a m e r i c a n   a i r l i n e s   c e n t e r  
p r a y i n g   t h a t   j a l e n   s u g g s   i s   o k a y   🙏 🏾 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
w e   a r e   c u r s e d . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
i c a n t w a i t ! ! !     c a t c h   m e   t o n i g h t   d u r i n g   h a l f t i m e   a s   m a v s     p l a y s   p r e s e a s o n     b a s k e t b a l l   🏀   🆚   o r l a n d o m a g i c       m f f l   g o m a v s   a m a z i n g s l a d e k   a m e r i c a s o l d e s t   d a r e d e v i l   a c r o b a t   d e a t h d e f y i n g   t o w e r o f c h a i r s   i t s a l l f o r t h e f a n s ! ! !  
b a c k   t o   b a c k   n b a   a c t i o n …   m a g i c   a t   m a v s .   l e t ’ s   g o   m a g i c ! ! !   o r l a n d o m a g i c   n b a p r e s e a s o n   m a g i c t o g e t h e r  
p o s t g a m e   h i g h l i g h t s   |   m a g i c   v s .   s p u r s 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
7 .   c o l e   t r y i n g   t o   d o   w a y   t o o   m u c h 
 8 .   m o   w a g n e r   i s   t h e   b e s t   b i g   m a n   c o m i n g   o f f   t h e   b e n c h   b y   a   m i l e 
 9 .   p a o l o   i s   g o i n g   t o   b e   r e a l l y   g o o d 
 1 0 .   m a r k e l l e   i s   t h e   k e y   t o   o u r   s u c c e s s 
 1 1 .   j i   ( h e a l t h y )   w o u l d   t a k e   u s   t o   a n o t h e r   l e v e l 
 o r l a n d o m a g i c   p r e s e a s o n   w a y t o o e a r l y a s s e s s m e n t
n e w   v i d e o   t o   w a t c h : 
 
 " m a g i c   a t   s p u r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
g a m e d a y ! 
 t o n i g h t   a t   8 : 3 0 p m 
 
 d a l l a s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   l u k a d o n c i c   p o d c a s t   t e x a s   m a v e r i c k s   m a v s   n b a   d a l l a s m a v e r i c k s   d a l l a s m a v s   b a s k e t b a l l   e s p n   e x p l o r e   g r a p h i c d e s i g n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   j a l e n s u g g s   m a g i c   o r l a n d o  
o u t   n o w ! ! ! 🔥 w a s   t h e   n e x t   k e v i n   d u r a n t !   j o n a t h a n   i s s a c   s t u n t e d   g r o w t h   s t o r y     v i a     s t u n t e d g r o w t h   s t u n t e d g r o w t h 3   j o n a t h a n i s a a c   o r l a n d o m a g i c   w h a t h a p p e n e d  
c h e c k   o u t   s h o t s   s h a n k s ' s   v i d e o !   t i k t o k     s h o t s a n d s h a n k s   w o n d e r w o m a n   f l   f r i d a y   j e s u s t a k e t h e w h e e l   p e t   h e l p   l o s t e v e r y t h i n g   t a x f r e e   d o n a t i o n s   d o n t a t e   h u r r i c a n e   t r u c k i n g   e l d e r l y l o v e   o r l a n d o m a g i c   c o m m u n i t y   n i k e   a p p l e   h i l t o n   c h e v r o l e t   b e a t t l e s
n e w   v i d e o   t o   w a t c h : 
 
 " p o s t g a m e   s o u n d   a t   s a n   a n t o n i o :   c o a c h   m o s e ,   w a g n e r   & a m p ;   c a r t e r   j r . "   
 
 c r e a t o r :     o r l a n d o   m a g i c 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
f r a n z ,   p a o l o ,   w e n d e l l   h i g h l i g h t s   p r e s e a s o n   g a m e   2 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   s a n   a n t o n i o   s p u r s   1 0 2 - 9 9   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
t h e   m a g i c   w i l l   t r a v e l   t o   d a l l a s   f o r   t h e i r   f i n a l   r o a d   g a m e   o f   t h e   p r e s e a s o n .   
 
 n o   s h o o t   a r o u n d   s c h e d u l e d   t h i s   m o r n i n g ,   s o   w e   w i l l   f i n d   o u t   l a t e r   o n   i n   t h e   d a y   w h o   w i l l   s u i t   u p   t o n i g h t .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
n e w   v i d e o   t o   w a t c h : 
 
 " s p u r s   -   m a g i c   p r e s e a s o n   i n s t a n t   r e a c t i o n "   
 
 c r e a t o r :     p r o j e c t   s p u r s   n e t w o r k   t v 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
p o s t g a m e   s o u n d   a t   s a n   a n t o n i o :   c o a c h   m o s e ,   w a g n e r   & a m p ;   c a r t e r   j r . 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
c a n   t h e   o r l a n d o   m a g i c   i m p r o v e   o n   l a s t   y e a r   o r   a r e   t h e y   s t i l l   r e b u i l d i n g ?   c a n   t h e y   p u l l   a   r a b b i t   o u t   o f   t h e   h a t   a n d   s l i d e   i n t o   t h e   p l a y - i n ?   i s   b a n c h e r o   h i m ? 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r 
 m a g i c t i p o f f 
 

o r l   m a g i c   v s   s a   s p u r s   -   f u l l   g a m e   h i g h l i g h t s   -   . . . 
   
 
   
 g r i z z l i e s v s m a g i c   m a g i c v s g r i z z l i e s   m a g i c v s s p u r s   m a g i c v s s p u r s h i g h l i g h t s   o r l a n d o m a g i c   p a s s   s a n a n t o n i o s p u r s   s a n a n t o n i o s p u r s b a s k e t b a l l t e a m   s a n a n t o n i o s p u r s v s o r l a n d o m a g i c f u l l g a m e h i g h l i g h t s  
  b i g   c o u n t r y   w a s   p l a y i n g   b e a u t i f u l   b a s k e t b a l l .   t h e     o r l a n d o m a g i c ' s   r o s t e r   w o r k s   o n   p a p e r .   l e t ' s   s e e   i f   t h e   c o a c h i n g   s t a f f   c a n   p u t   t h e   p i e c e s   t o g e t h e r .  
🔹 m a r k e l l e 
 🔹   g a r y   
 🔹   f r a n z 
 🔹   p a o l o 
 🔹   w e n d e l l 
 
 t h i s   i s   o u r   s t a r t i n g   l i n e u p .   a n y t h i n g   e l s e   s e e m s   l i k e   a   w a i s t   o f   t i m e .   o f   c o u r s e   w e   h a v e   t o   p i v o t   u n t i l   m a r k e l l e   a n d   g a r y   g e t   b a c k . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m a g i c v s s p u r s   n b a h i g h l i g h t s   n b a p l a y o f f s   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   s p u r s v s m a g i c  
p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   s a n   a n t o n i o   s p u r s   1 0 2 - 9 9 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
s h o p   m a g i c t o g e t h e r     f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   o r l a n d o   o r l a n d o m a g i c   m a g i c   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
j a l e n   s u g g s   a n d   p a o l o   b a n c h e r o   s i n g   h a p p y   b i r t h d a y   t o   j a m a h l   m o s l e y   😂 🎉     . . . 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
y e a h h h   m a y b e   w e   s h o u l d   t a k e   t h e   u n d e r … .   n o t   t a n k …   b u t   t a k e   t h e   u n d e r …   m a y b e …   o r l a n d o m a g i c
m a g i c   w i n !   o r l a n d o   d e f e a t s   t h e   s a n   a n t o n i o   s p u r s   1 0 2 - 9 9 ! ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ 
 
 s a n a n t o n i o   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   d e v i n v a s s e l l   p o d c a s t   t e x a s   n b a   s a n a n t o n i o s p u r s   s p u r s   b a s k e t b a l l   e s p n     n b a p r e s e a s o n   f l o r i d a   w e n d e l l c a r t e r j r   m a g i c   o r l a n d o 
 
 1 / 4  
h o w   a b o u t   m o   w a g n e r   i n   t h a t   4 t h   q u a r t e r .   
 
 s h o w e d   h i s   c l a s s   t o   g e t   t h e   m a g i c   b a c k   i n   f r o n t   a n d   o v e r   t h e   l i n e .   
 
 v e r y   u n d e r r a t e d   p l a y e r .   o r l a n d o m a g i c
  w o r l a n d o   w a g i c   o r l a n d o m a g i c
i t   w a s n ’ t   p r e t t y   b u t   t h e   m a g i c   t h i r d   s t r i n g e r s   f o u n d   a   w a y   t o   p u l l   o f f   t h e   w i n   i n   s a n   a n t o n i o   l e d   b y   a   l a t e   p u s h   b y   m o   w a g n e r .   
 
 t h e   m a g i c   w e r e   l e d   b y   w c j   w h o   s c o r e d   2 0   p o i n t s   a n d   g r a b b e d   1 0   r e b o u n d s .   b a c k   a t   i t   t o m o r r o w   n i g h t   i n   d a l l a s .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
b i g   b r o   b r i n g i n g   t h e   e n e r g y !   o r l a n d o m a g i c
a l l   t h e s e   m i s s e d   t h r e e   p o i n t   a t t e m p t s   m a k e   m e   s a d   o r l a n d o m a g i c
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 0 - 1 )   a t   s a n   a n t o n i o   s p u r s   ( 0 - 1 )   o c t   0 6   2 0 2 2   8 : 0 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
c o n s i d e r i n g   t h e   p o o r   s t a r t ,   o n l y   b e i n g   d o w n   b y   3   i s   i m p r e s s i v e .   i   k n o w ,   i   k n o w … .   p r e s e a s o n .   o r l a n d o m a g i c   m a g i c t o g e t h e r  
h a l f t i m e   a t   a t & a m p ; t   s a s p u r s   5 2   o r l a n d o m a g i c   4 9 .   s p u r s   w e r e   u p   b y   a l m o s t   2 0   b u t   m a g i c   c a m e   b a c k   l a s t   4   m i n u t e s   o f   2 n d   h a l f .  
n o t   e v e n   a   w e m b a '   c o u l d   b e   e f f e c t i v e   i n   t h i s   s h i t t y   t e a m   c a u s e   t h e y   d o n ' t   k n o w   w t f   t h e y ' r e   d o i n g   i n   t h i s   f r a n c h i s e .   o r l a n d o m a g i c   🚮 🗑 ️
s o   d i d   t h e   m a g i c   s h o o t   a n y   t h r e e s   i n   p r a c t i c e   t h i s   p r e s e a s o n   o r … ?     o r l a n d o m a g i c
a t   l e a s t   r j   i s   p l a y i n g   w i t h i n   h i s   s k i l l   s e t ,   w h i c h   i s   a w e s o m e .   i   h a v e n ' t   s e e n   h i m   t r y i n g   a n y   o f   t h o s e   c r a z y   m o v e s   h e   w a s   d o i n g   i n   s u m m e r   l e a g u e . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
n o t   a t   a l l   i m p r e s s e d   w i t h   w h a t   c o a c h   i s   d o i n g .   e x p e r i m e n t   i n   p r a c t i c e   o r   a t   t h e   e n d   o f   t h e   s e a s o n   i f   a l l   i s   l o s t .   n o t   n o w . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
b o l   r e a l l y   n e e d s   t o   s t a r t   t a k i n g   a d v a n t a g e   o f   t h o s e   o p e n   l o o k s . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
i s   t h i s   r e a l i t y   s m a c k i n g   u s   i n   t h e   f a c e   o r   j u s t   p r e s e a s o n   r u s t   a n d   o v e r r e a c t i o n ? 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
l o o k   a t   h o w   s l o w   a n d   s l u g g i s h   m a g i c   a r e   t o   g e t   a n y t h i n g   g o i n g .   w h e r e ' s   t h e   f u c k i n g   b a l l   m o v e m e n t   a n d   e n e r g y ?   o r l a n d o m a g i c
t i m e   f o r   a   l i t t l e   n b a   a c t i o n …   m a g i c   a t   s p u r s .   l e t ’ s   g o   m a g i c ! ! !   o r l a n d o m a g i c   n b a p r e s e a s o n   m a g i c t o g e t h e r  
🏆   n b a   -   p r e - s e a s o n   
 
 🏀   s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 s a n a n t o n i o s p u r s   o r l a n d o m a g i c   n b a  
e p .   2 4 6   -   p r e s e a s o n   p r o b l e m s   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 a l e x k e n n e d y   e a s t e r n c o n f e r e n c e   n b a   o r l a n d o m a g i c   p a o l o b a n c h e r o   s c o o t h e n d e r s o n   s o u t h e a s t d i v i s i o n   v i c t o r w e m b e n y a m a  
j o h n   h o l l i n g e r   o f     p r e d i c t s   t h e   m a g i c   w i l l   e n d   t h e   2 0 2 2 - 2 3   s e a s o n   w i t h   a   2 1 - 6 1   r e c o r d   g o o d   f o r   1 5 t h   i n   t h e   e a s t .   
 
 w h a t   a r e   y o u r   t h o u g h t s   o n   t h i s ? 
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
p r o t e c t   m a r k e l l e   f u l t z   a t   a l l   c o s t . . 🙌 🏾 🙌 🏾 🙌 🏾 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g    
g a m e d a y ! 
 t o n i g h t   a t   8 p m 
 
 s a n a n t o n i o   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   k e l d o n j o h n s o n   d e v i n v a s s e l l   p o d c a s t   t e x a s   s p u r s   n b a   s a n a n t o n i o s p u r s   b a s k e t b a l l   e s p n   g r a p h i c d e s i g n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   c o l e a n t h o n y   m a g i c   o r l a n d o  
l o o k s   w h o ’ s   s c o u t i n g   v i c t o r   w e m b a n y a m a 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
n b a   l e g e n d s   e x p l a i n   h o w   g o o d   p e n n y   h a r d a w a y   w a s     -   
 
 " p e n n y   c o u l d ' v e   b e e n   b e t t e r 
 t h a n   k o b e   & a m p ;   l e b r o n 
 
 n b a   n b a 2 k 2 3   o r l a n d o m a g i c  
o r l a n d o   m a g i c   r o a d   t r i p !   
 n o v   1 1 ,   2 0 2 2                       
 
 
 o r l a n d o m a g i c   b i g c i t y b a s k e t b a l l   m e l b o u r n e f l o r i d a   o r l a n d o f l o r i d a   b a s k e t b a l l   k i d s b a s k e t b a l l    o r l a n d o m a g i c  
o r l a n d o   m a g i c   r o a d   t r i p !   
 n o v   1 1 ,   2 0 2 2                       
 
 
 o r l a n d o m a g i c   b i g c i t y b a s k e t b a l l   m e l b o u r n e f l o r i d a   o r l a n d o f l o r i d a   b a s k e t b a l l   k i d s b a s k e t b a l l    o r l a n d o m a g i c  
g i v e   m e   a l l   t h e   m a r k e l l e   f u l t z   a n d   c o l e   a n t h o n y   s t o c k   y o u   g o t . . .   🚀   🚀   🚀 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g  
i   c o u l d   c a r e   l e s s   a b o u t :   t h e   d r a f t ,   p r o s p e c t s ,   t a n k a t h o n ,   t h e   n b a   l o t t e r y   o r   a n y   o f   t h a t   s h ! t .   m i s s   m e   w i t h   a l l   o f   t h a t .   i t ' s   w i n n i n g   t i m e . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   e a c h   t e a m .   h e r e ’ s   t h e   v e r s i o n   f o r   t h e   m a g i c ! 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
t h e   m a g i c   t r a v e l   t o   s a n   a n t o n i o   f o r   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a f t e r   a   r o u g h   g a m e   i n   m e m p h i s   o n   m o n d a y   n i g h t .   
 
 f r a n z   w a g n e r   i s   e x p e c t e d   t o   b e   a v a i l a b l e ;   i t ’ l l   b e   t h e   f i r s t   t i m e   w e   g e t   t o   s e e   f r a n z   a n d   p a o l o   p l a y   n e x t   t o   e a c h   o t h e r .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
n e w   v i d e o   t o   w a t c h : 
 
 " p r a c t i c e   s o u n d :   c o a c h   m o s e ,   b a n c h e r o   & a m p ;   h a m p t o n "   
 
 c r e a t o r :     o r l a n d o   m a g i c 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
e p .   2 1 7   -   m o   m o n e y   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 e a s t e r n c o n f e r e n c e   i s a i a h h a r t e n s t e i n   m o b a m b a   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
t h a t   s h o o t i n g   f o r m .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
2 5 %   w i l l   g o   t o   t h e   
 
 s h a q u i l l e o n e a l   s h a q   o n e a l   o r l a n d o m a g i c   o r l a n d o   m a g i c   m a g i c a b o v e a l l   n b a   n b a d r a f t   n b a f i n a l s   n b a p l a y o f f s   
 

c a n   h i s t o r y   r e p e a t   3 0   y e a r s   l a t e r ?   s o m e   s e e m   t o   f o r g e t   t h a t   t h e   o r l a n d o   m a g i c   h a d   b a c k   t o   b a c k   1   p i c k s   i n   t h e   9 0 s …   i f   w e   m a k e   t h e   p l a y - i n s   a n d   t h e y   g i v e   u s   a n o t h e r   1 …   l a r r y   o b   💍   
 
 n b a t w i t t e r   o r l a n d o m a g i c   m a g i c t o g e t h e r  
k e l v i n   p e l t o n   a n d   z a c h   l o w e   b o t h   e x p e c t   t h e   m a g i c   t o   g o   o v e r   o n   t h e i r   p r o j e c t e d   2 6 . 5   w i n s   t h i s   u p c o m i n g   s e a s o n .   
 
 l o w e   e x p e c t s   t h e   m a g i c   a n d   p i s t o n s   t o   p o s s i b l y   c o n t e n d   f o r   a   p l a y - i n   s p o t .   
 
 o h   y e a h ,   t h e y   a r e   b o t h   b i g   t i m e   f r a n z   w a g n e r   f a n s .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c
w i t h   a n o t h e r   l o t t e r y   p i c k   i n   t h e   l i n e u p ,   i t ' s   t i m e   f o r   t h e   o r l a n d o m a g i c   t o   s t a r t   p u t t i n g   t h i n g s   t o g e t h e r .   n b a   b a c k s p o r t s p a g e 
 

i n   t h i s   w e e k ' s   e p i s o d e : 
 
 • t a k e a w a y s   f r o m   m e d i a   d a y 
 • w h a t ' s   g o i n g   o n   a t   t r a i n i n g   c a m p 
 • r e a c t i o n   t o   f i r s t   p r e s e a s o n   g a m e 
 • a n n u a l   g m   s u r v e y 
 
 l i s t e n :   
 
 
 y o u t u b e : 
 
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   t b p n  
e x c i t e d   f o r   t h i s   😊   o r l a n d o m a g i c   n e w j o b   h o p e i m e e t s t e p h c u r r y  
h e r e   a r e   m y   3 ️ ⃣   r e a s o n s   i   b e l i e v e   t h e   o r l a n d o   m a g i c   w i l l   f i n i s h   u 2 7 . 5   w i n s ,   l i n e   b y       o r l a n d o m a g i c   p a o l o b a n c h e r o   n b a   
   t i k t o k  
i f   w e   c o u l d   s o m e h o w   g e t   a   c o m b i n a t i o n   o f   s c o o t   h e n d e r s o n ,   a m e n   o r   a u s a r   t h o m p s o n ,   a n d   j a r a c e   w a l k e r   g e t   i n   n e x t   y e a r s   d r a f t .   w e ’ d   b e   r e a d y   w a r   ( e n d   t a n k i n g )   o r l a n d o m a g i c   m a k e i t h a p p e n
p a o l o   b a n c h e r o   d e b u t !   r e a c t i n g   t o   o r l a n d o   m a g i c   v s   m e m p h i s   g r i z z l i e s   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
  n o t   r e a l   b u t   t o o   f a s t 💯 💯   i f   h i s   d e v e l o p m e n t   c o n t i n u e s   t h a   w a y   t h e n   o r l a n d o m a g i c   & a m p ;   o k l a h o m a c i t y t h u n d e r   y a l l   f u m b l e d   t h a   b a l l 🤦 😭 🤣 🤣 🤣
i   k n o w   h e ’ s   n o t   b r o n   b u t   f o r   c o n t e x t … b r o n s   f i r s t   p r e   s e a s o n   g a m e s .   m a d e   m e   f e e l   b e t t e r   l o l .   l e t ’ s   g o   m a g i c . 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
  t h e y   g o t   3   b i g s   a r o u n d   t h e   p a i n t   a n d   a l m o s t   n e v e r   c o m e   u p   w i t h   a n   o f f e n s i v e   r e b s   c a u s e   t h e y   j u s t   t r y i n g   t o   j u m p   o v e r   d u d e s   i n s t e a d   o f   b o x i n g   o u t .   😩   o r l a n d o m a g i c
t e a m   o u t l e t   s t o r e     p u r c h a s e   o r l a n d o   m a g i c ,   o r l a n d o   c i t y   & a m p ;   o r l a n d o   p r i d e   g e a r   a n d   t i c k e t s   h e r e .   e x c l u s i o n s   m a y   a p p l y .   s a l e   i s   s u b j e c t   t o   c h a n g e .   t e a m o u t l e t s   o r l a n d o m a g i c   o r l a n d o p r i d e g e a r   s p o r t s   t e a m   t e a m s h i r t s   a d i d a s t e a m s h i r t s   b a c k s a c k   d e c a l   l i c e n s e p l a t e f r a m e  
t e a m   o u t l e t   s t o r e     p u r c h a s e   o r l a n d o   m a g i c ,   o r l a n d o   c i t y   & a m p ;   o r l a n d o   p r i d e   g e a r   a n d   t i c k e t s   h e r e .   e x c l u s i o n s   m a y   a p p l y .   s a l e   i s   s u b j e c t   t o   c h a n g e .   t e a m o u t l e t s   o r l a n d o m a g i c   o r l a n d o p r i d e g e a r   s p o r t s   t e a m   t e a m s h i r t s   a d i d a s t e a m s h i r t s   b a c k s a c k   d e c a l   l i c e n s e p l a t e f r a m e  
p o s t   g a m e   t h r e a d :   t h e   m e m p h i s   g r i z z l i e s   d e f e a t   t h e   o r l a n d o   m a g i c   1 0 9 - 9 7   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
w e   c o u l d n ' t   b e   m o r e   e x c i t e d   t o   p a r t n e r   w i t h   t h e     f o r   s y n a p s e o r l a n d o !   p l u s ,   w e   h e a r d   t h e y ' r e   g i v i n g   a w a y   a n   a u t o g r a p h e d   b a s k e t b a l l ,   s o   b e   s u r e   t o   s t o p   b y !   🪄 🏀   i n n o v a t i o n l i v e s h e r e   o r l a n d o m a g i c 
 
 🤝   s p o n s o r :   
 🎟 ️   a t t e n d :    
p a i n . 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " p a o l o   b a n c h e r o   d e b u t !   r e a c t i n g   t o   o r l a n d o   m a g i c   v s   m e m p h i s   g r i z z l i e s   |   2 0 2 2   n b a   p r e s e a s o n "   
 
 c r e a t o r :     e x t r a   k r i s p y 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   m a g i c   o r l a n d o m a g i c 
 
  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   w a s   o n   b a l l y   s p o r t s   s o u t h e a s t .   w i t h   c o m m e n t a r y   f r o m   p e t e   p r a n i c a .   c o - c o m m e n t a t o r   i s   b r e v i n   k n i g h t .   r e p o r t e r   i s   r o b   f i s c h e r .     f o r   m o r e   d e t a i l s   s e e     m e m p h i s g r i z z l i e s   o r l a n d o m a g i c   b a l l y s p o r t s s o u t h e a s t
p o s t   g a m e   t h r e a d :   t h e   m e m p h i s   g r i z z l i e s   d e f e a t   t h e   o r l a n d o   m a g i c   1 0 9 - 9 7 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
n b a   o r l a n d o   m a g i c   2 d   t r a c k s u i t s   j a c k e t 
 l i n k   t o   b u y   :   
 n b a   o r l a n d o m a g i c  
m a g i c   v s .   g r i z z l e s   1 0 . 3   7 : 3 0   p . m .   c o u r t   c o u s i n s   l i v e   w a t c h   e v e n t 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
t h e   n e w   e r a   b e g i n s 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
t h e   m e m p h i s   g r i z z l i e s   d e f e a t   t h e   o r l a n d o   m a g i c   1 0 9 - 9 7   i n   t h e   f i r s t   g a m e   o f   t h e   p r e s e a s o n 
 
 m e m p h i s   s p o r t s   o r l a n d o m a g i c   m a g i c t o g e t h e r   j a m o r a n t   p o d c a s t   t e n n e s s e e   n b a   m e m p h i s g r i z z l i e s   g r i z z l i e s   b a s k e t b a l l   e s p n   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o 
 
 1 / 4  
u g l y   g a m e   f o r   t h e   m a g i c   i n   t h e i r   f i r s t   p r e s e a s o n   g a m e   i n   m e m p h i s .   l o t s   o f   t u r n o v e r s ,   f o u l s   a n d   m i s s e d   o p e n   l o o k s .   
 
 t h a n k f u l l y ,   i t ’ s   o n l y   p r e s e a s o n .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
d e v i n   c a n n a d y   n e e d s   r e g u l a r   m i n u t e s . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
o v e r r e a c t i o n   -   u n t i l   f u r t h e r   n o t i c e   g a r y   h a r r i s   i s   o u r   s t a r t i n g   s g . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 0 - 0 )   a t   m e m p h i s   g r i z z l i e s   ( 1 - 0 )   o c t   0 3   2 0 2 2   8 : 0 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
t h e   s t a r t i n g   s g   a n d   b a c k u p   p g   s p o t   i s   w i d e   o p e n   f o r   c o m p e t i t i o n .   l i t e r a l l y   a n y b o d y   c a n   e a r n   t h o s e   t w o   s p o t s . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
p a o l o   b a n c h e r o   w i t h   t h e   s l a m 
 
 
 
 n b a   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   m a g i c   o r l a n d o m a g i c   p a o l o b a n c h e r o   h i g h l i g h t s   n b a t w i t t e r
l o o k s   l i k e   s u g g s   t u r n e d   t h e   b a l l   o v e r   a n d   t h e n   h u r t   h i s   h a n d . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
t o u g h   d e f e n s e   b y   t h e   g r i z z l i e s .   e s p e c i a l l y   f o r   t h e   m a g i c .   a l o t   t o   l e a r n   f r o m   o n   t h i s   g a m e .   
 
 m a g i c   n e e d   t o   g e t   b a c k   t o   t h e   s t a t e   o f   t h e   a r t   a d v e n t   h e a l t h   p r a c t i c e   f a c i l i t y   a n d   g e t   b e t t e r .   f i n d   a   b e t t e r   o f f e n s i v e   p a c e .   p l a y   s m a r t e r   i n   m o m e n t s .   k n o w   w h e n   t o   g o 
 
 o r l a n d o m a g i c   n b a
b o l   b o l   t i m e 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
g r i z z l i e s   o f f e n s e   i s   f l u i d   w i t h   m o v e m e n t   a n d   p l a y e r s   h a v e   r o o m   t o   w o r k .   m a g i c   o f f e n s e   i s   l e t ' s   s e e   w h e r e   i   c a n   g e t   c r o w d e d   a t   a n d   c o m e   u p   w i t h   a   p o o r   p e r c e n t a g e   s h o t .   o r l a n d o m a g i c
m a r k e l l e   f u l t z   i s   t h e   m o s t   i m p o r t a n t   p l a y e r   o n   o u r   t e a m .   w e   n e e d   h i m . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
m a g i c   d o w n   5 6 - 4 2   a t   t h e   h a l f .   
 
 i t ’ s   o n l y   p r e s e a s o n   b u t   1 4   t u r n o v e r s   a r e   w a y   t o o   m a n y .   n e e d   t o   c l e a n   t h a t   u p   i n   t h e   s e c o n d   h a l f .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a
o r l a n d o   i s   p l a y i n g   s o   f u c k i n g   t e r r i b l e .   y e s   i t ' s   o n l y   p r e s e a s o n   b u t   i   d o n ' t   s e e   n o   k i n d   o f   f u c k i n g   o f f e n s i v e   f l o w .   i t ' s   t h e   s a m e   s e t s   i n   t h e   s a m e   a r e a s   a n d   t h e r e ' s   n o   s p a c i n g   f o r   s h i t   o r l a n d o m a g i c
w e   a b s o l u t e l y   n e e d   m a r k e l l e   f u l t z . 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g
h e r e   w e   g o   a g a i n … .   f u c k   m e .   o r l a n d o m a g i c
r o u g h   f i r s t   h a l f   f o r   p a o l o .   h e ’ s   h a v i n g   a   h a r d   t i m e   h o l d i n g   o n   t o   t h e   b a l l .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a
r u n   s o m e   f u c k i n g   p i c k   n   r o l l s ! ! !   o r l a n d o m a g i c
m a g i c   s t a r t e r s   a r e   n o t   p l a y i n g   w e l l   s o   f a r .   
 
 l o t s   t o   t u r n o v e r s   a n d   o v e r a l l   j u s t   d o n ’ t   l o o k   c o m f o r t a b l e   t o g e t h e r   o u t   t h e r e .   
 
 g r i z z l i e s   u p   1 4   n o w .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a
n b a ’ s   o r l a n d o   m a g i c   t h r o u g h o u t   t h e   y e a r s 
   
 
   
 e a s t e r n c o n f e r e n c e   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n  
t h e   m a g i c   s e t t l e   d o w n   a n d   t r a i l   2 5 - 2 1   a f t e r   o n e   i n   m e m p h i s .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a
r o u g h   s t a r t   f o r   t h e   o r l a n d o m a g i c   …   w e n d e l l   c a r t e r   l o o k i n g   l i k e   p r e - s e a s o n   h a h a
💫 t h e   e r a   o f   p a o l o   i s   u p o n   u s 💫 
 
 m a g i c t o g e t h e r 
 v s 
 g r i n d c i t y 
 
 a l m o s t   g a m e t i m e ! 
 p r e s e a s o n   g a m e   o n e 
 l e t ' s   g o o o o o o o o o o o !   
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g  
f r a n z   w i l l   n o t   p l a y   t o n i g h t   ( r e s t ) .   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
m e m p h i d g r i z z l i e s   o r l a n d o m a g i c   n b a 2 k 2 3   b a s k e t b a l l   n b a   n b a 2 k   n b a t w i t t e r   n b a j a p a n g a m e s   
 l i v e l i n e   w a t c h   m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   l i v e s t r e a m   
                                             🇺 🇸 l i n k 🏀 🗑 ️ 
                                                       ⬇ ️ 
 
   ✅
d o   w e   h a v e   s t a r t i n g   l i n e - u p s   y e t ?     o r l a n d o m a g i c
i t ' s   t h a t   t i m e   a g a i n .   o r l a n d o m a g i c   p r e s e a s o n   s t a r t s   t o n i g h t .   t h o s e   o f   y o u   w h o   k n o w   m e ,   k n o w   h o w   i   f e e l   a b o u t   t h i s   t e a m .   a n d   t h a t   i   t e n d   t o   t w e e t   g a m e s .     i ' l l   w a r n   y o u   s o   y o u   c a n   m u t e   m y   p a s s i o n a t e   f a n   s e l f   b e f o r e   g a m e s .   ( i f   y o u   h a v e n ' t   a l r e a d y )   l m a o
f   r   a   n   z   ☄ ️   w   a   g   n   3   r 
 
 p l a y s   b a l l   t o d a y . . .   😁 😁 😁 
 
 f a n t a s y m a g i c m e d i a   ©   
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g  
c a n   w e   a t   l e a s t   h e a r   t h e   m a g i c   g a m e   s o m e w h e r e ?     m a g i c   o r l a n d o m a g i c     ? ?       t h a n k s !
f i r s t   g a m e   o f   t h e   p r e s e a s o n ! 
 t o n i g h t   a t   8 p m 
 
 m e m p h i s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   j a m o r a n t   p o d c a s t   t e n n e s s e e   g r i z z l i e s   n b a   m e m p h i s g r i z z l i e s   b a s k e t b a l l   e s p n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o  
j a l e n   s u g g s   r a t e d   r o o k i e   h o l o     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   o r l a n d o m a g i c   j a l e n s u g g s   m a g i c   r o o k i e   r c   r o o k i e c a r d  
j a l e n   s u g g s   r a t e d   r o o k i e   h o l o     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   o r l a n d o m a g i c   j a l e n s u g g s   m a g i c   r o o k i e   r c   r o o k i e c a r d  
i   r e a l l y   w a n t e d   t o   s e e   t h e     g a m e   t o n i g h t   b u t   i ’ m   b l a c k e d   o u t   b e c a u s e   i ’ m   s u p p o s e d l y   c l o s e   t o   m e m p h i s ?   i ’ m   4 0 0   m i l e s   a w a y   i n   l o u i s v i l l e ,   k y .   i ’ l l   n e v e r   u n d e r s t a n d   t h e     b l a c k o u t   r u l e s …   o r l a n d o m a g i c  
i t ’ s   t i m e   t o   b o l - l i e v e .   o r l a n d o m a g i c   b o l b o l   p r e s e a s o n
g a m e   d a y ! ! ! 
 
 o r l a n d o m a g i c   m a g i c t o g e t h e r     w e g o t a l o t p o p p i n g   m a g i c s z n 2 0 2 2 
 w e 💥 g   o   t 💥 a l o t 💥 p   o   p   p   i   n   g  
o r l a n d o   m a g i c   b a s k e t b a l l   i s   b a c k ! 
 
 a f t e r   a   l o n g   o f f - s e a s o n ,   w e   g e t   t o   f i n a l l y   w a t c h   m a g i c   b a s k e t b a l l   t o n i g h t .   l o t s   o f   e x c i t e m e n t   a n d   a n t i c i p a t i o n   e v e n   t h o u g h   i t ’ s   o n l y   a   p r e s e a s o n   g a m e .   
 
 w h a t   a r e   y o u   l o o k i n g   f o r w a r d   t o   t h e   m o s t ?   
 
 m a g i c t o g e t h e r   o r l a n d o m a g i c   n b a  
e p .   2 4 5   -   p r e s e a s o n   p r i m e r   -   o r l a n d o   m a g i c   p o d c a s t 
   
 
   
 e a s t e r n c o n f e r e n c e   n b a   o r l a n d o m a g i c   p a o l o b a n c h e r o   s o u t h e a s t d i v i s i o n  
o r l a n d o   m a g i c   f e e l   r e l i e f   o f   j a l e n   s u g g s '   i n j u r y   p r o g n o s i s 
 
 
 
 n b a   o r l a n d o   m a g i c a b o v e a l l   m a g i c   h e r e t h e y c o m e   w e a r e t h e v a l l e y   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   h a w k s
p r a c t i c e   s o u n d :   c o a c h   m o s e   & a m p ;   j a l e n   s u g g s   o n   h i s   i n j u r y 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
f e s t i v a l   o f   f a n t a s y   p a r a d e   m a g i c   k i n g d o m   2 0 2 2   f u l l   s h o w   m a g i c k i n g d o m     v i a     d i s n e y   d i s n e y p a r k s   f l o r i d a   o r l a n d o   f e s t i v a l o f f a n t a s y p a r a d e  
y e s t e r d a y ,     d e f e a t e d   o r l a n d o   w o m e n s c h a m p i o n   _ b l u e _ m a g i c   v i a   d i s q u a l i f i c a t i o n .   t h o u g h   g i n a   w o n   t h e   m a t c h ,   s h e   d i d   n o t   w i n   t h e   t i t l e ,   b u t   d i d   s t e a l   t h e   p h y s i c a l   c h a m p i o n s h i p   b e l t .   t h i s   s u n d a y   b o n u s e v e n t   1 : 0 0 - 2 : 3 0 p m . 
  
[ h i g h l i g h t ]   m a r k e l l e   f u l t z   s t e a l s   t h e   b e a l   p a s s   a n d   p o s t e r s   d a v i s   b e r t a n s   t o   s e a l   t h e   w i n   f o r   t h e   o r l a n d o   m a g i c   🏀 

🕺 a r e   y o u   f r e e   b i r d s   r e a d y   t o   t a k e   t h e   s t a i r w a y   t o   h e a v e n ? 
 💃 🏽 b r e a k   o u t   t h e   b e l l   b o t t o m s   o r   s h o r t   s h o r t s   w i t h   t u b e   s o c k s 
 📡 n o   n e e d   t o   a d j u s t   t h e   a n t e n n a ,   i t s   7 0 ' s   n i g h t   
 🍻 c o m i n g   s o o n   t o   m a g i c   c i t y 
 
 o r l a n d o   o r l a n d o f l o r i d a   b e e r   b e e r s t a g r a m   b e e r l o v e r   w i n e   w i n e t a s t i n g   w i n e l …  
f o r m e r   a t l a n t a   h a w k s   p l a y e r   a n d   a t l a n t a   n a t i v e   c o n t e m p l a t e s   r e t i r e m e n t 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s   l s o a n g e l e s   o r l a n d o   m a g i c   7 6 e r s
t e r r e n c e   r o s s   n b a   h i g h l i g h t s   m a g i c   v s   m a v e r i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t e r r e n c e r o s s   t e r r e n c e   r o s s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
m o   b a m b a   n b a   h i g h l i g h t s   m a g i c   v s   m a v e r i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m o b a m b a   m o   b a m b a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
s e n t i n e l   a r t i c l e   a b o u t   s u g g s ’   i n j u r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
[ o c ]   e x p l a i n e d   i n   1   m i n u t e :   j a l e n   s u g g s '   l e f t   k n e e   i n j u r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
m o   b a m b a   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m o b a m b a   m o   b a m b a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
n b a   t r a d e   r u m o r s :   m o   b a m b a   c o u l d   b e   a   h o t   c o m m o d i t y   a t   t h e   d e a d l i n e 
 
 
 
 n b a   o r l a n d o   m a g i c a b o v e a l l   m a g i c   l a k e s h o w   l a k e r s   b l e e d g r e e n   c l i p p e r n a t i o n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i     d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   m f f l   j a z z
f r a n z   w a g n e r   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f r a n z w a g n e r   f r a n z   w a g n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
c o l e   a n t h o n y   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c o l e a n t h o n y   c o l e   a n t h o n y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
p i c k e d   u p   a   c o u p l e   o f   p a n i n i   p a c k s   o n   a   w h i m   a t   t a r g e t   t o d a y .   h a v e n ' t   b o u g h t   c a r d s   i n   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
p i c k e d   u p   a   c o u p l e   o f   p a n i n i   p a c k s   o n   a   w h i m   a t   t a r g e t   t o d a y .   h a v e n ' t   b o u g h t   c a r d s   i n   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m a g i c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o   o r l a n d o m a g i c  
r . j .   h a m p t o n   n b a   h i g h l i g h t s   m a g i c   v s   m a v e r i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r . j . h a m p t o n   r . j .   h a m p t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
w e n d e l l   j r .   n b a   h i g h l i g h t s   m a g i c   v s   m a v e r i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 w e n d e l l j r .   w e n d e l l   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
p a o l o   b a n c h e r o   n b a   h i g h l i g h t s   m a g i c   v s   m a v e r i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a o l o b a n c h e r o   p a o l o   b a n c h e r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c
( f o x   n e w s ) : o r l a n d o   m a g i c ' s   j a l e n   s u g g s   s p r a i n s   k n e e   c a p s u l e ,   a v o i d s   s e r i o u s   i n j u r y   :   j a l e n   s u g g s   s u f f e r e d   a   s p r a i n e d   k n e e   c a p s u l e   a n d   a   b o n e   b r u i s e   a f t e r   a   c o l l i s i o n   d u r i n g   a   p r e s e a s o n   c o n t e s t   f r i d a y ,   b u t   t h e   i n j u r y   w a s   n o t   a s   . .  
_ i t s i z z y b   y o u ’ d   h a v e   m a g i c ,   o r l a n d o   c i t y   s o c c e r   c l u b s ,   u c f ,   f a m u   l a w ,   a n d   d i s n e y   t o   b a c k   y o u   u p   o r   p a r t n e r   w i t h .   b t w ,   w e   a l s o   h a v e   g r e a t   w e a t h e r   a n d   s o   m a n y   d i f f e r e n t   c u l t u r a l   e a t e r i e s .   d o w n t o w n   i s   a   f i r e   t a i l g a t e   a r e a   a s   w e l l .   i ’ d   l i k e   a   j o b   i f   i t   h a p p e n s .   o r l a n d o   t h e c i t y b e a u t i f u l
p o s t g a m e   s o u n d   a t   d a l l a s   |   c o a c h   m o s e   & a m p ;   p a o l o   b a n c h e r o 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
[ w o j n a r o w s k i ]   o r l a n d o   m a g i c   g   j a l e n   s u g g s   h a s   s u s t a i n e d   a   l e f t   k n e e   c a p s u l e   s p r a i n   a n d   b o n e   b r u i s e ,   s o u r c e s   t e l l   e s p n .   h i s   t i m e l i n e   o n   a   r e t u r n   w i l l   d e p e n d   o n   r e s p o n s e   t o   t r e a t m e n t ,   b u t   t h e r e ’ s   r e l i e f   i t   w a s n ’ t   a   m o r e   s e r i o u s   i n j u r y .   🏀 

p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   d a l l a s   m a v e r i c k s   1 1 0 - 1 0 5   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 1 - 1 )   a t   d a l l a s   m a v e r i c k s   ( 1 - 0 )   o c t   0 7   2 0 2 2   8 : 3 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
m o   b a m b a   h i g h l i g h t s   -   m a v e r i c k s   v s .   m a g i c   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   m o   b a m b a   d a l   o r l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   d a l l a s   m a v e r i c k s   o r l a n d o   m a g i c
l u k a   d o n c i c   h i g h l i g h t s   -   m a v e r i c k s   v s .   m a g i c   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   l u k a   d o n c i c   d a l   o r l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   d a l l a s   m a v e r i c k s   o r l a n d o   m a g i c
m a g i c   w i n ! ! !   o r l a n d o   d e f e a t s   t h e   d a l l a s   m a v e r i c k s   1 1 0 - 1 0 5 
 
 d a l l a s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   l u k a d o n c i c   m a v e r i c k s   d a l l a s m a v e r i c k s   p o d c a s t   t e x a s   n b a   d a l l a s m a v s   m a v s   b a s k e t b a l l   e s p n   g r a p h i c d e s i g n   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o 
 
 1 / 4  
l i v e   s t r e a m i n g   o n l i n e ⚽ 🔴 🏆 
 o r l a n d o   m a g i c   v s   d a l l a s   m a v e r i c k s 
 📲 💻 w a t c h 👉 : 
 
 r e a l   e s p a n a   v s   c d   r e a l   s o c i e d a d   
 📲 💻 w a t c h 👉 : 
 
 a s e r r i   f c   v s   c s   u r u g u a y   
 📲 💻 w a t c h 👉 : 
 n b a     m f f l   l i g a n a c i o n a l     t a k i s  
s o m e t i m e s   y o u   j u s t   h a v e   t o   r u n   t o   m a g i c   k i n g d o m   r e a l   q u i c k   f o r   a   d o l e   w h i p   d i s n e y w o r l d 5 0   d o l e w h i p   m a g i c k i n g d o m   o r l a n d o  
p o s t g a m e   h i g h l i g h t s   |   m a g i c   v s .   s p u r s 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
  i s   h o s t i n g   t h e   o r l a n d o   m a g i c   5 k   t h i s   s a t u r d a y   a n d   w e   c o u l d n ' t   a s k   f o r   n i c e r   r u n n i n g   w e a t h e r !   
 w e s h   w e a t h e r   o r l a n d o   t r a c k s h a c k   r u n  
g a m e d a y ! 
 t o n i g h t   a t   8 : 3 0 p m 
 
 d a l l a s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   l u k a d o n c i c   p o d c a s t   t e x a s   m a v e r i c k s   m a v s   n b a   d a l l a s m a v e r i c k s   d a l l a s m a v s   b a s k e t b a l l   e s p n   e x p l o r e   g r a p h i c d e s i g n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   j a l e n s u g g s   m a g i c   o r l a n d o  
t h e r e   a r e   s o m e   s p o o k y   t h i n g s   h a p p e n i n g   i n   o r l a n d o ' s   u p s i d e - d o w n   h o u s e   .   .   .   
 
 d o n ' t   m i s s   t h e   o u t t a   c o n t r o l   s p o o k t a c u l a r   m a g i c   d i n n e r   s h o w   n o w   t h r o u g h   o c t o b e r   3 1 s t !     
 
 🎃   g u e s t s   a r e   e n c o u r a g e d   t o   d r e s s   u p   i n   c o s t u m e   🎃  
t i c k e t s   o n   s a l e   n o w   f o r   2 0 2 3   
 
 d i s n e y   a f t e r   h o u r s   e v e n t s   
 a t   m a g i c   k i n g d o m   & a m p ;   
 d i s n e y ’ s   h o l l y w o o d   s t u d i o s   🎟 ️ 
 
 w a l t d i s n e y w o r l d   m a g i c k i n g d o m   d i s n e y s h o l l y w o o d s t u d i o s   d i s n e y a f t e r h o u r s e v e n t   d i s n e y p a r k s   o r l a n d o    
p o s t   g a m e   t h r e a d :   t h e   o r l a n d o   m a g i c   d e f e a t   t h e   s a n   a n t o n i o   s p u r s   1 0 2 - 9 9   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
p o s t g a m e   s o u n d   a t   s a n   a n t o n i o :   c o a c h   m o s e ,   w a g n e r   & a m p ;   c a r t e r   j r . 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
o k ,   t h i s   w a s   a n   a c c i d e n t a l   a s s i s t   r i g h t ?     w a s n ' t   r e a d y   f o r   t h e   b u l l e t   p a s s   r i g h t   b a c k   f r o m     a n d   i t   j u s t   c a s u a l l y   b o u n c e d   o n   t o     f o r   t h e   t o u g h   b u c k e t ?   o r   d i d   t - r o s s   m e a n t   i t   t o   g o   t o   w c j ?   o r l a n d o   m a g i c  
r . j .   h a m p t o n   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r . j . h a m p t o n   r . j .   h a m p t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
p a o l o   b a n c h e r o   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a o l o b a n c h e r o   p a o l o   b a n c h e r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
w e n d e l l   j r .   n b a   h i g h l i g h t s   m a g i c   v s   s p u r s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 w e n d e l l j r .   w e n d e l l   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
s h o p   m a g i c t o g e t h e r     f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   o r l a n d o   o r l a n d o m a g i c   m a g i c   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
j a l e n   s u g g s   a n d   p a o l o   b a n c h e r o   s i n g   h a p p y   b i r t h d a y   t o   j a m a h l   m o s l e y   😂 🎉     . . . 
   
 
   
 b a s k e t b a l l   c o l e a n t h o n y   e a s t e r n c o n f e r e n c e   f l o r i d a   f r a n z w a g n e r   j a l e n s u g g s   j a m a h l m o s l e y   m a g i c   m o b a m b a   n b a   o r l a n d o   o r l a n d o m a g i c   s o u t h e a s t d i v i s i o n   w e n d e l l c a r t e r j r  
m a g i c   w i n !   o r l a n d o   d e f e a t s   t h e   s a n   a n t o n i o   s p u r s   1 0 2 - 9 9 ! ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ 
 
 s a n a n t o n i o   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   d e v i n v a s s e l l   p o d c a s t   t e x a s   n b a   s a n a n t o n i o s p u r s   s p u r s   b a s k e t b a l l   e s p n     n b a p r e s e a s o n   f l o r i d a   w e n d e l l c a r t e r j r   m a g i c   o r l a n d o 
 
 1 / 4  
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 0 - 1 )   a t   s a n   a n t o n i o   s p u r s   ( 0 - 1 )   o c t   0 6   2 0 2 2   8 : 0 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v v d d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 s a a s s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c x v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v x c v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v v v v v v v v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x c v c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c x c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c x c v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v c x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v c b v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c b c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c x b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v f v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x c v x v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x x v v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n _ a n t o n i o _ s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 s s a c s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d v f g d b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d g h d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f h g f h
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f g d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d g d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 s d g s d f g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d f g h f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v z c v x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v x v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c x v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x c v x v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d d f d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d f g d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c f b f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v f d b f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f v d f g j k l ;
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f d b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d b f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c b f g b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v b f g g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d r g t h
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v d v v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d f s d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g f g a s d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 g d f g d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c f b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v f d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c x v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f g f g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d f v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v c x v c c v b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v x c c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c x v c x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c c f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d s v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v x c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c f d b f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v s s d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 g f d f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f v s v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f g d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d f v d s f d s d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d s d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d g f d v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c x v x f d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v c v d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d s f g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v v f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d a s d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d f v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d f f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c x x v c v x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d d s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f d f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d s r e f e f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d c v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c f d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v d f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f d f d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 g g g g t
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g r r g g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d d s a f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f g d f f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g d g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d g d g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d g d g t r g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f r r t y r
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 r e t r e g r
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 r e 4 5 y e
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 r g g t r t r h
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d g d f g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f g d f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d s g d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v c v f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d g d f f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f f d v f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d g d f d s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d g d f f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g r g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f f d b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v c f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 s d g r g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f g f g h f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x d v g f d b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d g d f d s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d g s d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 g d d g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d d f g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d f g g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d g r g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f g d f d b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d s f f d h
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d g f f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f f g h f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v f d d f b f d
d d f g f n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 

n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x s d d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d g d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d s d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f d e g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f v d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d v d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 g r h g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f s
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d d g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d g f d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c v v v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d f e r
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f g g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d d g s d f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c g d f g f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x c v f b
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 d s f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d f s v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 f d h
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d s s d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x v d f g
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x d s g d s f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x d s
  n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c s f d s f
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 x d f d v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 v d d s v
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 
 c f s d a
n b a   p r e s e a s o n 
 s a n   a n t o n i o   s p u r s   v s   o r l a n d o   m a g i c   l i v e   s t r e a m i n g   o n l i n e   2 0 2 2 
 o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   l i v e   s t r e a m           
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 📺 📱 g o   l i v e   l i n k 📱 ▶ 
 g h j k  
g a m e d a y ! 
 t o n i g h t   a t   8 p m 
 
 s a n a n t o n i o   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   k e l d o n j o h n s o n   d e v i n v a s s e l l   p o d c a s t   t e x a s   s p u r s   n b a   s a n a n t o n i o s p u r s   b a s k e t b a l l   e s p n   g r a p h i c d e s i g n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   c o l e a n t h o n y   m a g i c   o r l a n d o  
$ g o o g l   c a l l s   f l a t   p a t i e n c e .   
 j u s t   l a n d e d   i n   o r l a n d o   a n d   c a n   f e e l   a   l i t t l e   $ d i s   m a g i c   i n   t h e   a i r .    
m a g i c   k i n g d o m   t o d a y ,   n o t   a   b a d   s t a r t   t o   t h e   d a y !   l a k e b u e n a v i s t a   f l o r i d a   o r l a n d o   m a g i c k i n g d o m  
2 5 %   w i l l   g o   t o   t h e   
 
 s h a q u i l l e o n e a l   s h a q   o n e a l   o r l a n d o m a g i c   o r l a n d o   m a g i c   m a g i c a b o v e a l l   n b a   n b a d r a f t   n b a f i n a l s   n b a p l a y o f f s   
 

g e t   y o u r   d r i n k   o n   a t   d i s n e y ' s   m a g i c   k i n g d o m !     y e s   y o u   c a n   d r i n k   t h e r e .   s h o r t s   |   y u m   d i s n e y   |   b e e r   a n d   w i n e   a t   m a g i c   k i n g d o m   |   s k i p p e r   c a n t e e n     
 d i s n e y w o r l d 5 0   d i s n e y w o r l d   m a g i c k i n g d o m   d r i n k s   b e e r   o r l a n d o   f l o r i d a   t r a v e l   v a c a t i o n  
i s   i t   j u s t   u s ,   o r   d o e s   a n y o n e   e l s e   f i n d   m a g i c   k i n g d o m   o r l a n d o   a   b i t   d a t e d   t h e s e   d a y s ? 
 
 o b v i o u s l y   t h e r e   a r e   t h e   c l a s s i c s ,   b u t   i t ' s   b a r e l y   c h a n g e d   i n   1 0   y e a r s ! 
 
 d i s n e y   d i s n e y w o r l d 5 0   d i s n e y w o r l d  
t r e a t   y o u r s e l f   –   o r   s o m e o n e   y o u   l o v e   –   t o   a   l i t t l e   m a g i c ,   a   l i t t l e   w h i m s y   a n d   a   l i t t l e   f a i r y t a l e   f i n e r y   w i t h   s t y l e s   f r o m   t h e   e n c h a n t e d   d i s n e y   c o l l e c t i o n .   z a l e s e m p l o y e e   e n c h a n t e d d i s n e y f i n e j e w e l r y   n e c k l a c e s   p r i n c e s s   l o v e z a l e s   o r l a n d o   d i s n e y  
m a g i c   k i n g d o m .   t h e s e   t w o   ❤ ️ 🥰   m a g i c k i n g d o m   o r l a n d o   a u t i s m f a m i l y  
o r l a n d o   m a g i c ’ s   o n -   a n d   o f f - c o u r t   d e v e l o p m e n t   p l a n s :   h e r e ' s   w h a t   w e   k n o w   s o   f a r     v i a  
t h e   f i r s t   d e c e m b e r   d a t e   s e l l s   o u t   f o r   m i c k e y ’ s   v e r y   m e r r y   c h r i s t m a s   p a r t y   a t   m a g i c   k i n g d o m   🎄 
 
 w a l t d i s n e y w o r l d   d i s n e y w o r l d   m v m c p   c h r i s t m a s   w d w   m i c k e y s v e r y m e r r y c h r i s t m a s p a r t y   o r l a n d o   m a g i c k i n g d o m    
h a l l o w e e n - i n s p i r e d   c o c k t a i l s   a p p e a r   b y   m a g i c   a t   t h e   e d i s o n ,   d i s n e y   s p r i n g s   🍸 🎃 
 
 ⁦ ⁩ 
 w a l t d i s n e y w o r l d   d i s n e y w o r l d   d i s n e y s p r i n g   w d w   d i s n e y d r i n k s   t h e e d i s o n   d i s n e y h a l l o w e e n   o r l a n d o    
t h e   o u t t a   c o n t r o l   s p o o k t a c u l a r   m a g i c   d i n n e r   s h o w   r e t u r n   t o   w o n d e r w o r k s   o n   i n t e r n a t i o n a l   d r i v e   🎃 
 
 o r l a n d o   o r l a n d o h a l l o w e e n   i d r i v e   i n t e r n a t i o n a l d r i v e   d i n n e r s h o w   f l o r i d a    
p o s t   g a m e   t h r e a d :   t h e   m e m p h i s   g r i z z l i e s   d e f e a t   t h e   o r l a n d o   m a g i c   1 0 9 - 9 7   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
j a l e n   s u g g s   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n s u g g s   j a l e n   s u g g s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c
w e n d e l l   j r .   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 w e n d e l l j r .   w e n d e l l   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c
m o   b a m b a   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m o b a m b a   m o   b a m b a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c
p a o l o   b a n c h e r o   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a o l o b a n c h e r o   p a o l o   b a n c h e r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c
d e v i n   c a n n a d y   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e v i n c a n n a d y   d e v i n   c a n n a d y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
t e r r e n c e   r o s s   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t e r r e n c e r o s s   t e r r e n c e   r o s s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
r . j .   h a m p t o n   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r . j . h a m p t o n   r . j .   h a m p t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
c o l e   a n t h o n y   n b a   h i g h l i g h t s   m a g i c   v s   g r i z z l i e s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c o l e a n t h o n y   c o l e   a n t h o n y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   o r l a n d o   m a g i c   m a g i c  
j a   m o r a n t   h i g h l i g h t s   -   g r i z z l i e s   v s .   m a g i c   -   3 r d   o c t   2 0 2 2 
 
 
 n b a   j a   m o r a n t   m e m   o r l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m e m p h i s   g r i z z l i e s   o r l a n d o   m a g i c
s a n t i   a l d a m a   h i g h l i g h t s   -   g r i z z l i e s   v s .   m a g i c   -   3 r d   o c t   2 0 2 2 
 
 
 n b a   s a n t i   a l d a m a   m e m   o r l   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m e m p h i s   g r i z z l i e s   o r l a n d o   m a g i c
t h e   m e m p h i s   g r i z z l i e s   d e f e a t   t h e   o r l a n d o   m a g i c   1 0 9 - 9 7   i n   t h e   f i r s t   g a m e   o f   t h e   p r e s e a s o n 
 
 m e m p h i s   s p o r t s   o r l a n d o m a g i c   m a g i c t o g e t h e r   j a m o r a n t   p o d c a s t   t e n n e s s e e   n b a   m e m p h i s g r i z z l i e s   g r i z z l i e s   b a s k e t b a l l   e s p n   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o 
 
 1 / 4  
g a m e   t h r e a d :   o r l a n d o   m a g i c   ( 0 - 0 )   a t   m e m p h i s   g r i z z l i e s   ( 1 - 0 )   o c t   0 3   2 0 2 2   8 : 0 0   p m   
   
 
   
 b a s k e t b a l l   f l o r i d a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   o r l a n d o m a g i c  
j a   i s   s m o o t h e r   t h a n   s i l k   😮 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a   m o r a n t   e u r o s t e p   m e m   m e m p h i s   g r i z z l i e s   o r l   o r l a n d o   m a g i c
w h e n   y o u   g e t   t h e   f u l l   d i s n e y   m a g i c   e x p e r i e n c e ? ? ! !   w a l t ’ s   h e a d   m u s t   b e   s p i n n i n g   i n   h i s   f r e e z e r ! ! 
 
 a p p a r e n t l y   t h e y   h a v e   l i m i t e d   t h e   n u m b e r s ? !   b s 
 
 d i s n e y m a g i c   w a l t d i s n e y w o r l d   o r l a n d o  
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 m e m p h i s g r i z z l i e s   o r l a n d o   n b a  
f i r s t   g a m e   o f   t h e   p r e s e a s o n ! 
 t o n i g h t   a t   8 p m 
 
 m e m p h i s   s p o r t s   g a m e   o r l a n d o m a g i c   m a g i c t o g e t h e r   j a m o r a n t   p o d c a s t   t e n n e s s e e   g r i z z l i e s   n b a   m e m p h i s g r i z z l i e s   b a s k e t b a l l   e s p n   y o u t u b e   n b a p r e s e a s o n   f l o r i d a   p a o l o b a n c h e r o   m a g i c   o r l a n d o  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [61], in <cell line: 1>()
      1 for id, tweets in tweets_df_Magic2.items():
      2     for tweet in tweets:
----> 3         analysis = SentimentIntensityAnalyzer(tweets_df_Magic2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Magic2 = tweets_df_Magic2.append({
      5             'name': id,
      6             'text': tweets_df_Magic2.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\vaderSentiment\vaderSentiment.py:200, in SentimentIntensityAnalyzer.__init__(self, lexicon_file, emoji_lexicon)
    198 def __init__(self, lexicon_file="vader_lexicon.txt", emoji_lexicon="emoji_utf8_lexicon.txt"):
    199     _this_module_file_path_ = os.path.abspath(getsourcefile(lambda: 0))
--> 200     lexicon_full_filepath = os.path.join(os.path.dirname(_this_module_file_path_), lexicon_file)
    201     with codecs.open(lexicon_full_filepath, encoding='utf-8') as f:
    202         self.lexicon_full_filepath = f.read()

File ~\anaconda3\lib\ntpath.py:117, in join(path, *paths)
    115     return result_drive + result_path
    116 except (TypeError, AttributeError, BytesWarning):
--> 117     genericpath._check_arg_types('join', path, *paths)
    118     raise

File ~\anaconda3\lib\genericpath.py:152, in _check_arg_types(funcname, *args)
    150         hasbytes = True
    151     else:
--> 152         raise TypeError(f'{funcname}() argument must be str, bytes, or '
    153                         f'os.PathLike object, not {s.__class__.__name__!r}') from None
    154 if hasstr and hasbytes:
    155     raise TypeError("Can't mix strings and bytes in path components") from None

TypeError: join() argument must be str, bytes, or os.PathLike object, not 'Series'
In [62]:
for id, tweets in tweets_df_76ers1.items():
    for tweet in tweets:
        analysis = TextBlob(tweets_df_76ers1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_76ers1 = tweets_df_76ers1.append({
            'name': id,
            'text': tweets_df_76ers1.text
        }, ignore_index=True)
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w k 3 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
6 0 %   3 f g %   l e t ' s   g o ! ! ! ! ! ! ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   p h i l a d e l p h i a 7 6 e r s   t a l e n h o r t o n t u c k e r  
7 6 e r s   h a v e   s i g n e d   p a t r i c k   m c c a w   p a t r i c k m c c a w   p h i l a d e l p h i a 7 6 e r s  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   p h i l a d e l p h i a 7 6 e r s   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 7 6 e r s v s c a v a l i e r s   a t l a n t i c d i v i s i o n   c a v a l i e r s v s 7 6 e r s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   p h i l a d e l p h i a 7 6 e r s  
c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   p h i l a d e l p h i a 7 6 e r s   t a l e n h o r t o n t u c k e r  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   t o   9 7 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w k 3 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
u s   w h e n   m a x e y   p l a y s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
[ t a i l g a t e   t h r e a d ]   p h i l a d e l p h i a   7 6 e r s   ( 2 - 0 )   @   c l e v e l a n d   c a v a l i e r s   ( 0 - 1 )   -   0 7 : 0 0   p m   e d t 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
t h e   p h i l l i e s   a r e   h e a d e d   t o   n l d s ! ! !   t i m e   t o   c e l e b r a t e   🍾 🍾 🍾   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b c s p o r t s p h i l a d e l p h i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   p h i l l y  
j a m e s   h a r d e n   o n   j o e l   e m b i i d :   “ h e ’ s   o n e   o f   o n e ”   j a m e s h a r d e n   j o e l e m b i i d   p h i l a d e l p h i a 7 6 e r s  
w h a t   a   g r e a t   t i m e   t o   b e   a   p h i l l y   s p o r t s   f a n !   e a g l e s   p h i l l i e s   s i x e r s   a n d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r a v e s   c a r d i n a l s   e a g l e s c a r d i n a l s   e a s t e r n c o n f e r e n c e   k y l e r m u r r a y   n b c s p o r t s p h i l a d e l p h i a   n i c k s i r i a n n i   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   p l a y o f f s  
p h i l a d e l p h i a   7 6 e r s :   j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
a r e   y o u   w o r r i e d   a b o u t   t h e   r e s t   o f   t h e   n f c   e a s t ?   |   e a g l e s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a r r e t t b r o o k s   d a l l a s w e e k   e a g l e s p o s t g a m e l i v e   e a s t e r n c o n f e r e n c e   g i a n t s   m i c h a e l b a r k a n n   n b c s p o r t s p h i l a d e l p h i a   n f c e a s t   p h i l a d e l p h i a 7 6 e r s   r e u b e n f r a n k   r o n j a w o r s k i  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
o n e   m a n   t r i b e   i n   p h i l a d e l p h i a     w w e   e x t r e m e r u l e s   w e l l s f a r g o c e n t e r   w u w   j o h n y r o d z   w w e   e x t r e m e r u l e s 2 0 2 2   w w e e x t r e m e r u l e s 2 0 2 2   g e r o n i m o   g l e a s o n s g y m   p h i l a d e l p h i a 7 6 e r s   p e n n s y l v a n i a               _        
j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
f u r k   & a m p ;   j o e   h a d   a   s u d d e n   d e a t h   s h o o t o u t   t o   d e c i d e   t h e   w i n n e r   o f   t h e   s c r i m m a g e   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
[ c r o s s i n g   b r o a d ]   f i r s t   l o o k   a t   t h e   s i x e r s   c i t y   e d i t i o n   j e r s e y s   a t   d i c k ’ s   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
" t y r e s e   m a x e y   i s   a   b u d d i n g   n b a   s t a r ! "   |   r b   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   7 6 e r s v s c a v s   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   n b a p r e s e a s o n   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s n e w s   p h i l a d e l p h i a s i x e r s   p h i l l y t a k e w i t h r b   s i x e r s  
f u r k   & a m p ;   j o e   h a d   a   s u d d e n   d e a t h   s h o o t o u t   t o   d e c i d e   t h e   w i n n e r   o f   t h e   s c r i m m a g e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
g r o u p   p h o t o .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
a   w i l d   w i n !   t h e   p h i l l i e s   s i x - r u n   9 t h   i n n i n g   h e l p   s t e a l   g a m e   o n e   i n   s t .   l o u i s   |   p h i l l i e s   p o s t g a m e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b c s p o r t s p h i l a d e l p h i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   p h i l l y  
|   p h i l a d e l p h i a   7 6 e r s   |   2 0 2 1   n b a   d r a f t   |   5 9 f i f t y   |   b l u e / r e d   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   2 0 2 1   d r a f t   5 9 f i f t y   b l u e r e d   h a t c r a w l e r   f i t t e d   n e w e r a 
 

|   p h i l a d e l p h i a   7 6 e r s   |   |   5 9 f i f t y   |   r o y a l   b l u e   |   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   5 9 f i f t y   r o y a l   b l u e   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

u s a b a s k e t b a l l 🇺 🇸   i s   i n t e r e s t e d   i n   r e c r u i t i n g   j o e l e m b i i d   a n d   h o p e s   t o   b e a t   o u t   f r a n c e 🇫 🇷   f o r   h i s   i n t e r n a t i o n a l   s e r v i c e s .   
 t h e   p h i l a d e l p h i a 7 6 e r s   s t a r   i s   e l i g i b l e   t o   p l a y   f o r   t h e   u n i t e d s t a t e s 🇺 🇸   a f t e r   r e c e n t l y   o b t a i n i n g   a m e r i c a n 🇺 🇸   c i t i z e n s h i p .   m a k i n g h i s t o r y   p h i l a u n i t e  
[ j a m e s   h a r d e n ]   c r a z y   c o m e b a c k     
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   " c i t y   c l u s t e r "   s i d e   p a t c h   g r a y   b o t t o m   r o y a l   5 9 f i f t y   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   c i t y   c l u s t e r   s i d e   p a t c h   g r a y   b o t t o m 
 

n b a   o l y m p i c s   p h i l a d e l p h i a 7 6 e r s   j o e l e m b i i d   u s a   b a s k e t b a l l ,   f r a n c e   p r e p a r e   t o   b a t t l e   o v e r   j o e l   e m b i i d  
h i m   a n d   m o n t r e z l   a r e   g o n n a   b r i n g   t h a t   b u l l d o g   m e n t a l i t y   w e ’ v e   l a c k e d   f o r   y e a r s .   c a n t   w a i t   p h i l a u n i t e   7 6 e r s   p h i l a d e l p h i a 7 6 e r s  
s c o r e b o a r d   r u n n i n g   s m o o t h   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
t o b i a s   h a r r i s   t a l k s   n e w   b e g i n n i n g s   a n d   b r i n g i n g   a   c h a m p i o n s h i p   t o   p h i l a d e l p h i a 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
w i l l   t y r e s e   m a x e y   e m e r g e   a s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b r i a n w i n d h o r s t   e a s t e r n c o n f e r e n c e   e s p n   e s p n 7 6 e r s   e s p n n b a   e s p n n b a t o d a y   h i g h l i g h t s   n b a 2 0 2 2   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   n b a t o d a y   p j t u c k e r   p h i l a d e l p h i a 7 6 e r s   p j t u c k e r  
i s   j a m e s   h a r d e n   b a c k   t o   ' m v p '   f o r m   -   s i x e r s   v s   c a v s   p o s t g a m e   t h o u g h t s   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
i s   j a m e s   h a r d e n   b a c k   t o   ' m v p '   f o r m   -   s i x e r s   v s   c a v s   p o s t g a m e   t h o u g h t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
n e w e s t   a d d i t i o n   t o   t h e   m a n   c a v e     .   t a l k i n g   a b o u t   t h e   n e x t   j a   m o r a n t   7 6 e r s   p h i l a u n i t e   p h i l a d e l p h i a 7 6 e r s  
s h a r i f e   c o o p e r   ( c a v s   d e b u t )   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c a v s p r e s e a s o n   c l e v e l a n d c a v s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   n b a   n b a 2 k 2 3   p h i l a d e l p h i a 7 6 e r s   s h a r i f e c o o p e r   s h a r i f e c o o p e r a o t   s h a r i f e c o o p e r a u b u r n  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   e a c h   t e a m .   t h i s   i s   t h e   7 6 e r s   e d i t i o n ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
a n o t h e r   g o o d   w a t c h   a l l e n i v e r s o n   t h e a n s w e r   n o   d o u b t i n g   h i s   a m a z i n g   t a l e n t ,   d o m i n a t e d   g a m e s   a t   u n d e r   6 ’   b u t   w h a t   a   c o n t r o v e r s i a l   c h a r a c t e r ,   a   g e n i u s   b u t   a n   a t t i t u d e   t h a t   m u s t   h a v e   b e e n   v e r y   d i f f i c u l t   t o   m a n a g e   
 
 n b a h a l l o f f a m e   a l l e n i v e r s o n t h e a n s w e r   p h i l a d e l p h i a 7 6 e r s   n b a  
t h e   s i x e r s   & a m p ; 3 9 ; b i g   e n e r g y & a m p ; 3 9 ;   c h a i n   i s   b a c k   💪   s h o r t s 
   
 
   
 2 0 2 2 2 3 n b a s e a s o n   7 6 e r s   a t l a n t i c d i v i s i o n   d e a n t h o n y m e l t o n   e a s t e r n c o n f e r e n c e   n b a   n b c s p o r t s p h i l a d e l p h i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   p h i l l y   t y r e s e m a x e y  
c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   p h i l a d e l p h i a 7 6 e r s   t a l e n h o r t o n t u c k e r  
' i t ' s   a   b l e s s i n g   t o   b e   a n   a m e r i c a n ' :   n b a   s u p e r s t a r   j o e l   e m b i i d   b e c o m e s   u s   c i t i z e n     g o o d n e w s   p h i l a d e l p h i a 7 6 e r s   j o e l e m b i i d
[ r o s e n ]   p o s t g a m e   i n   a n   e m p t y   g y m ,     h a s   b e e n   o u t   h e r e   s h o o t i n g   f o r   a   v e r y   l o n g   t i m e . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
k e v i n   h a r t   t a l k s   e a g l e s   a n d   7 6 e r s   f u l l   i n t e r v i e w   |   s p o r t s c e n t e r 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   e s p n   p h i l a d e l p h i a 7 6 e r s   s p o r t s   s p o r t s n e w s   v i r a l  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b l a z e r s v s j a z z   e a s t e r n c o n f e r e n c e   j a z z v s b l a z e r s   n b a h i g h l i g h t s   n b a p l a y o f f s   p h i l a d e l p h i a 7 6 e r s  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
t y r e s e   m a x e y   d r o p s   2 1   p o i n t s   i n   1 5   m i n u t e s   | |   f u l l   h i g h l i g h t s   v s   t h e   c a v a l i e r s   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   t o   1 1 2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
e n d e   b a s k e t b a l l   h e r r e n   
 n b a s a i s o n v o r b e r e i t u n g   
 1 2 2 : 9 7   i n d i a n a p a c e r s   v s   c h a r l o t t e h o r n e t s   
 1 1 2 : 1 1 3   c l e v e l a n d c a v a l i e r s   v s   p h i l a d e l p h i a 7 6 e r s   
 1 2 5 : 1 1 9   n v   t o r o n t o r a p t o r s   v s   b o s t o n c e l t i c s   
 9 8 : 9 6   d a l l a s m a v e r i c k s   v s   o k l a h o m a c i t y t h u n d e r
s c o r e b o a r d   r u n n i n g   s m o o t h 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
[ h a r r i s o n   g r i m m ]   “ t h e   b e l i e f   w a s   t h a t   h a r r e l l ,   t h e   n b a ’ s   2 0 2 0   s i x t h   m a n   o f   t h e   y e a   . . .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
l i k e   h a r d e n     o n   " l a t e   n i g h t   t h o u g h t s "     m i x t a p e   s w i n d l a a a   j a m e s h a r d e n   p h i l a d e l p h i a 7 6 e r s   b a s k e t b a l l  
f i r s t   s i x e r s   g a m e   w i t h   d a d d y   ♥ ️ 💙 🖤 🤍 🏀 🏀 🏀   p h i l a d e l p h i a 7 6 e r s   i v e r s o n  
l o n g   l i v e   t h e   k i n g 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
[ h o o p s ]   l o o k   a t   b e n   s i m m o n s   f a c e   a f t e r   h i s   b r i c k   h i t s   k y r i e   i n   t h e   f a c e   😭   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
d o c   r i v e r s   w a n t s   j a m e s   h a r d e n   t o   b e   ‘ a   s c o r i n g   m a g i c   j o h n s o n ’   d o c r i v e r s   j a m e s h a r d e n   p h i l a d e l p h i a 7 6 e r s  
t h e   s i x e r s ’   p a u l   r e e d   i s   s e r v i n g   a s   j o e l   e m b i i d ’ s   b a c k u p   —   a n d   e v e n   h e ’ s   a   b i t   s u r p r i s e d 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
b e n   s i m m o n s   h i g h l i g h t s   v s   p h i l a d e l p h i a   7 6 e r s !   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s v s 7 6 e r s   b r o o k l y n n e t s v s p h i l a d e l p h i a 7 6 e r s   e a s t e r n c o n f e r e n c e   n b a p r e s e a s o n   n e t s   n e t s v s 7 6 e r s   n e t s v s p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s  
[ h a r r i s o n   g r i m m ]   “ t h e   b e l i e f   w a s   t h a t   h a r r e l l ,   t h e   n b a ’ s   2 0 2 0   s i x t h   m a n   o f   t h e   y e a r ,   w o u l d   b e   p e n c i l e d   i n   a s   j o e l   e m b i i d ’ s   b a c k u p .   i n s t e a d ,   r e e d   w a s   n o .   2   a t   l a s t   w e e k ’ s   t r a i n i n g   c a m p   a t   t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
t h e   p r o c e s s   & a m p ;   t h e   f r a n c h i s e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
c a l l   i t   a n   o v e r r e a c t i o n   a f t e r   o n e   h a l f   o f   a   p r e s e a s o n   m a t c h   b u t   t y r e s e   m a x e y   f o r   w h o ? 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   w i t h   a   f i n a l   s c o r e   o f   1 2 7   t o   1 0 8   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
t o n i g h t   m o n t r e z l   h a r r e l   s c o r e d   1 0   p o i n t s ,   h a d   5   r e b o u n d s ,   a n d   3   a s t   o n   3 - 5 ,   a n d   f o u l e d   o u t ,   a l l   i n   j u s t   1 2   m i n u t e s .   a b s o l u t e l y   a m a z i n g 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
b e n   s i m m o n s   b r o o k l y n   n e t s   d e b u t   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b y u   c b a   c h i n a   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   f r e d e t t e   j i m m e r   j i m o d a s h e n   n b a   p h i l a d e l p h i a 7 6 e r s   r u d y g o b e r t   s h a n g h a i s h a r k s   t h e l o n e l y m a s t e r   u t a h j a z z  
h e ’ s   b a c k   w i t h   a   v e n g e a n c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
7 6 e r s   a t   n e t s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   3 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 0 9   p h i l a d e l p h i a 7 6 e r s  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   w i t h   a   f i n a l   s c o r e   o f   1 2 7   t o   1 0 8 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
n b a   p h i l a d e l p h i a   7 6 e r s   2 d   t r a c k s u i t s   j a c k e t 
 l i n k   t o   b u y   :   
 n b a   s i x e r s   p h i l a d e l p h i a 7 6 e r s  
e n d e   b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 2 7 : 1 0 8   p h i l a d e l p h i a 7 6 e r s   v s   b r o o k l y n n e t s   
 9 7 : 1 0 9   o r l a n d o m a g i c   v s   m e m p h i s g r i z z l i e s   
 1 1 2 : 1 0 1   o k l a h o m a c i t y t h u n d e r   v s   d e n v e r n u g g e t s   
 9 7 : 1 0 2   p o r t l a n d t r a i l b l a z e r s   v s   l o s a n g e l e s c l i p p e r s   
 1 0 5 : 7 5   s a c r a m e n t o k i n g s   v s   l o s a n g e l e s l a k e r s
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
[ b o n t e m p s ] :   d a n u e l   h o u s e   g o t   h i t   i n   t h e   n e c k   i n   p r a c t i c e ,   d o c   r i v e r s   s a i d ,   b u t   o t h e r w i s e   t h e r e ’ s   n o   i n j u r y   i s s u e s .   o v e r a l l ,   h e   s a i d   t h e r e ’ s   “ n o t h i n g   t o   r e a d   i n t o ”   h e r e . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a 7 6 e r s   t h e   b e s t   t e a m   i n   t h e   n b a .   n o d e b a t e
[ g a m e   t h r e a d ]   p h i l a d e l p h i a   7 6 e r s   ( 0 - 0 )   @   b r o o k l y n   n e t s   ( 0 - 0 )   -   0 7 : 3 0   p m   e d t   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e   s t r e a m   -   n b a   -   p r e - s e a s o n   ( b a s k e t b a l l ) 
 
 w a t c h   b r o o k l y n   n e t s   l i v e   s t r e a m   a g a i n s t   p h i l a d e l p h i a   7 6 e r s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a  
s p o r t s t r a d i n g c a r d s   s p o r t s c a r d s   t r a d i n g c a r d s   b a s k e t b a l l c a r d s   t h e h o b b y   n b a   n b a t w i t t e r   n b a p r e s e a s o n   p h i l a d e l p h i a 7 6 e r s   s i x e r s   
 c h e c k   o u t   2 0 2 0 - 2 1   c o n t e n d e r s   t y r e s e   m a x e y   r c   a u t o   0 8 / 4 9   f i n a l s   v a r i a t i o n   t i c k e t   p s a   8     e b a y   v i a  
🏀   b a s k e t b a l l :   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   -   n b a 
 ⏰   0 6 . 3 0   u t c + 7 
 ➡     
 
 b a s k e t b a l l   a m e r i c a n   u s a   a m e r i c a n b a s k e t b a l l   b a s k e t b a l l l o v e r s   n b a   p h i l a d e l p h i a 7 6 e r s   b r o o k l y n n e t s
b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a 2 k 2 3   b a s k e t b a l l   n b a   p h i l a d e l p h i a   n b a t w i t t e r   
 l i v e l i n e   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e s t r e a m   
                                             🇺 🇸 l i n k 🏀 🗑 ️ 
 
                                                       ⬇ ️ 
 

[ t a i l g a t e   t h r e a d ]   p h i l a d e l p h i a   7 6 e r s   ( 0 - 0 )   @   b r o o k l y n   n e t s   ( 0 - 0 )   -   0 7 : 3 0   p m   e d t 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
n b a   p h i l a d e l p h i a 7 6 e r s   j a m e s h a r d e n   j a m e s   h a r d e n   g e t t i n g   h i s   m i n d   a n d   b o d y   r i g h t   a h e a d   o f   f i r s t   f u l l   s e a s o n   w i t h   7 6 e r s  
7 6 e r s   f a n s   i t ' s   h a p p e n i n g !   b e n   s i m m o n s   i s   e x p e c t e d   t o   p l a y   i n   t o n i g h t ' s   p r e s e a s o n   g a m e   a g a i n s t   p h i l l y .   h o w   m a n y   p o i n t s   w i l l   h e   d r o p   i n   h i s   r e t u r n ?   n b a   n b a t w i t t e r   g a m b l i n g t w i t t e r   s p o r t s b e t   s p o r t s b e t s   s p o r t s b e t t i n g t w i t t e r   s p o r t s b e t t o r   p h i l a d e l p h i a 7 6 e r s   b e n s i m m o n s   7 6 e r s
m o n ,   3 r d   o c t :   b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   -   o d d   @   1 . 9 
 m o r e   d e t a i l s   o n :   
 b a s k e t t i p s   b a s k e t p r e d i c t i o n   b a s k e t b a l l b e t s   n b a p r e s e a s o n   u s a b a s k e t
t h i s   w o m a n   i s   f r o m   t h e   h s i t o r i c a l   m u s e u m   b u t   i t   l o o k s   l i k e   s h e ’ s   d r a w i n g   u p   a   g   . . .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
t h i s   w o m a n   i s   f r o m   t h e   h s i t o r i c a l   m u s e u m   b u t   i t   l o o k s   l i k e   s h e ’ s   d r a w i n g   u p   a   g a m e   w i n n i n g   p l a y . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
h e   i s   w h o   w e   t h o u g h t   h e   i s !     p h i l a d e l p h i a   7 6 e r s   b a s k e t b a l l  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
m i c h a e l   j r .   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m i c h a e l j r .   m i c h a e l   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
p a u l   r e e d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a u l r e e d   p a u l   r e e d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
t y r e s e   m a x e y   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e m a x e y   t y r e s e   m a x e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
t o b i a s   h a r r i s   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t o b i a s h a r r i s   t o b i a s   h a r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
d e ' a n t h o n y   m e l t o n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e ' a n t h o n y m e l t o n   d e ' a n t h o n y   m e l t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
w h i c h   f i v e   b e n c h   p l a y e r s   s h o u l d   t h e   s i x e r s   u s e ? 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   p h i l l y   s i x e r s   w e a r e t h e v a l l e y   p h o e n i x   s u n s   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   h a w k s
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e   p h i l a d e l p h i a   7 6 e r s   n b a  
j a r r e t t   a l l e n   h i g h l i g h t s   -   c a v a l i e r s   v s .   7 6 e r s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   j a r r e t t   a l l e n   c l e   p h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c l e v e l a n d   c a v a l i e r s   p h i l a d e l p h i a   7 6 e r s
d o n o v a n   m i t c h e l l   w i t h   t h e   m a s s i v e   r e j e c t i o n   ❌ 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d o n o v a n   m i t c h e l l   b l o c k   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
🏆   n b a 
 
 🏀   c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 c l e v e l a n d   p h i l a d e l p h i a   n b a  
t o b i a s   h a r r i s   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t o b i a s h a r r i s   t o b i a s   h a r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
f u r k a n   k o r k m a z   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f u r k a n k o r k m a z   f u r k a n   k o r k m a z   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
l o s   a n g e l e s   l a k e r s :   p r e d i c t i n g   t h e   t e a m ' s   l e a d e r s   i n   e v e r y   s t a t   c a t e g o r y 
 
 
 
 n b a   t h u n d e r u p   h o u s t o n   r o c k e t s   p h i l a d e l p h i a   7 6 e r s   s i x e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s   m f f l   s u n s   b u c k s
1 0   y e a r s   l a t e r :   h o w   t h e   h a r d e n   t r a d e   c o s t   t h e   o k c   t h u n d e r   a   d y n a s t y 
 
 
 
 n b a   t h u n d e r u p   o k l a h o m a   t h u n d e r   o k c   h o u s t o n   r o c k e t s   p h i l a d e l p h i a   7 6 e r s   s i x e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s
p h i l a d e l p h i a   7 6 e r s :   j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r .   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
s i x e r s   s i g n   g - l e a g u e   r o o k i e   o f   t h e   y e a r   t o   n e w   c o n t r a c t 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   m e m p h i s   g r i z z l i e s   n b a j a p a n g a m e s   n b a 2 k 2 3     m f f l   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
e a g l e s   a r e   5 - 0 . 
 p h i l l i e s   s w e p t   c a r d i n a l s   i n   w i l d c a r d . 
 s i x e r s   a r e   2 - 0   i n   t h e   p r e s e a s o n . 
 p h i l l y s p o r t s   e a g l e s n a t i o n   p h i l l i e s   s i x e r s   p h i l a d e l p h i a e a g l e s   p h i l a d e l p h i a p h i l l i e s   7 6 e r s   p h i l a d e l p h i a
f u r k   & a m p ;   j o e   h a d   a   s u d d e n   d e a t h   s h o o t o u t   t o   d e c i d e   t h e   w i n n e r   o f   t h e   s c r i m m a g e   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
[ c r o s s i n g   b r o a d ]   f i r s t   l o o k   a t   t h e   s i x e r s   c i t y   e d i t i o n   j e r s e y s   a t   d i c k ’ s   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
t h e   n e w     c i t y   e d i t i o n   j e r s e y   h a s   l e a k e d ! 
 
 v n d s g n   p h i l a d e l p h i a   7 6 e r s   c i t y o f b r o t h e r l y l o v e  
g r o u p   p h o t o .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
|   p h i l a d e l p h i a   7 6 e r s   |   2 0 2 1   n b a   d r a f t   |   5 9 f i f t y   |   b l u e / r e d   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   2 0 2 1   d r a f t   5 9 f i f t y   b l u e r e d   h a t c r a w l e r   f i t t e d   n e w e r a 
 

|   p h i l a d e l p h i a   7 6 e r s   |   |   5 9 f i f t y   |   r o y a l   b l u e   |   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   5 9 f i f t y   r o y a l   b l u e   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

[ j a m e s   h a r d e n ]   c r a z y   c o m e b a c k     
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
t y r e s e   m a x e y   m i g h t   b e   t h e   a n s w e r   f o r   p h i l a d e l p h i a   7 6 e r s 
 
 
 
 n b a   s i x e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   n b a t w i t t e r   n b a p r e s e a s o n   n b a j a p a n g a m e s 2 0 2 2   n b a l e a g u e p a s s   n b a i n a b u d h a b i   n b a 2 k 2 3   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   m f f l   l a k e s h o w   l a k e r s
p h i l a d e l p h i a   7 6 e r s   " c i t y   c l u s t e r "   s i d e   p a t c h   g r a y   b o t t o m   r o y a l   5 9 f i f t y   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   c i t y   c l u s t e r   s i d e   p a t c h   g r a y   b o t t o m 
 

t h e   p h i l a d e l p h i a   7 6 e r s   d a n c e r s   r o c k i n ’   t h e i r   t w i n   v i s i o n   b o m b e r   j a c k e t s !   💙 🏀 🔥 
 ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ 
 p h i l a d e l p h i a   7 6 e r s   d a n c e   t v a   t w i n v i s i o n   d a r e t o b e b o l d  
s c o r e b o a r d   r u n n i n g   s m o o t h   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
i s   j a m e s   h a r d e n   b a c k   t o   ' m v p '   f o r m   -   s i x e r s   v s   c a v s   p o s t g a m e   t h o u g h t s   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
t h e     h a v e   t h e   d e e p e s t   r o s t e r   t h e y   h a v e   h a d   w i t h   j o e l e m b i i d .   i n   a   l o a d e d   e a s t e r n c o n f e r e n c e   w h a t   c a n   t h e   7 6 e r s   a c c o m p l i s h ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a   n b a p r e s e a s o n   p h i l a d e l p h i a   j a m e s h a r d e n   t y r e s e m a x e y   p h i l a d e l p h i s 7 6 e r s   p h i l l y  
b a s k e t b a l l   r o o k i e   c a r d   t y r e s e   m a x e y   p h i l a d e l p h i a   7 6 e r s   2 0 2 1   o p t i c   p a n i n i   -   c l i c k   h e r e   
 
 b a s k e t b a l l   s p o r t s   p h i l a d e l p h i a   c o l l e c t i b l e  
t h e   s i x e r s   & a m p ; 3 9 ; b i g   e n e r g y & a m p ; 3 9 ;   c h a i n   i s   b a c k   💪   s h o r t s 
   
 
   
 2 0 2 2 2 3 n b a s e a s o n   7 6 e r s   a t l a n t i c d i v i s i o n   d e a n t h o n y m e l t o n   e a s t e r n c o n f e r e n c e   n b a   n b c s p o r t s p h i l a d e l p h i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   p h i l l y   t y r e s e m a x e y  
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
p a u l   r e e d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a u l r e e d   p a u l   r e e d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
d e ' a n t h o n y   m e l t o n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e ' a n t h o n y m e l t o n   d e ' a n t h o n y   m e l t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
🏀 p h i l a d e l p h i a   7 6 e r s   🆚   c l e v e l a n d   c a v a l i e r s   🏀 
 
 🌐 
 
 t i p s t e r   p r o f i l e :   
 
 a r e   y o u   l o o k i n g   f o r   f r e e   t i p s ?   w e   g o t   y o u ,   j o i n   u s !   👇 
 
 🌐 
 
 s c o r e b o s s 
 p h i l a d e l p h i a   
 7 6 e r s   
 n b a  
t y r e s e   m a x e y   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e m a x e y   t y r e s e   m a x e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
j o e l   e m b i i d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o e l e m b i i d   j o e l   e m b i i d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
s h a k e   m i l t o n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s h a k e m i l t o n   s h a k e   m i l t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
' e x c i t e d '   m i t c h e l l   s c o r e s   1 6   i n   h i s   c a v a l i e r s   d e b u t   p h i l a d e l p h i a   7 6 e r s   n b a  
d o n o v a n   m i t c h e l l ' s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   c a v a l i e r s   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
k e v i n   h a r t   t a l k s   e a g l e s   a n d   7 6 e r s   f u l l   i n t e r v i e w   |   s p o r t s c e n t e r   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
k e v i n   h a r t   t a l k s   e a g l e s   a n d   7 6 e r s   f u l l   i n t e r v i e w   |   s p o r t s c e n t e r   p h i l a d e l p h i a   e a g l e s   n f l   v i d e o :  
[ h a r r i s o n   g r i m m ]   “ t h e   b e l i e f   w a s   t h a t   h a r r e l l ,   t h e   n b a ’ s   2 0 2 0   s i x t h   m a n   o f   t h e   y e a   . . .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
s i x e r s :   p o s i t i v e s   a n d   n e g a t i v e s   f r o m   p r e s e a s o n   w i n   o v e r   n e t s 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   b e t h e f i g h t   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
j a m e s   h a r d e n   m a k i n g   p e o p l e   l o o k   s i l l y   a g a i n   😮 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a m e s   h a r d e n   a n k l e b r e a k e r   c r o s s o v e r   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
w e l c o m e   t o   c l e v e l a n d   d o n o v a n 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d o n o v a n   m i t c h e l l   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
d o   w e   g o t   3   o u t   o f   t h e   t o p   1 5   b e s t   d e f e n d e r s   i n   t h e   l e a g u e ?   n b a t w i t t e r   p h i l a d e l p h i a   7 6 e r s  
[ h o o p s ]   l o o k   a t   b e n   s i m m o n s   f a c e   a f t e r   h i s   b r i c k   h i t s   k y r i e   i n   t h e   f a c e   😭   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
d o c   r i v e r s   t a l k s   b e n   s i m m o n s   r e t u r n ,   c a l l s   j a m e s   h a r d e n   a   ' s c o r i n g   m a g i c   j o h n s o n '   |   n b a   t o d a y   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   w i t h   a   f i n a l   s c o r e   o f   1 2 7   t o   1 0 8   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
t h e   b i l l i o n a i r e   o w n e r s   o f   t h e   7 6 e r s   w a n t   t o   b u i l d   a   n e w   a r e n a   1 0 0   f e e t   a w a y   f r o m   c h i n a t o w n   -   t e l l   t h e m   t h e y   n e e d   t o   l i s t e n   t o   t h e   p e o p l e   w h o   c a l l   c h i n a t o w n   h o m e   a n d   s t o p   p l a y i n g   g a m e s   w i t h   o u r   c o m m u n i t y :   
 
 s a v e c h i n a t o w n   p h i l a d e l p h i a  
j a d e n   s p r i n g e r   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a d e n s p r i n g e r   j a d e n   s p r i n g e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
g e o r g e s   n i a n g   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g e o r g e s n i a n g   g e o r g e s   n i a n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
i s a i a h   j o e   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h j o e   i s a i a h   j o e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
t o b i a s   h a r r i s   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t o b i a s h a r r i s   t o b i a s   h a r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
m o n t r e z l   h a r r e l l   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m o n t r e z l h a r r e l l   m o n t r e z l   h a r r e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
p a u l   r e e d   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a u l r e e d   p a u l   r e e d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   3   |   2 0 2 2   n b a   p r e s e a s o n   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
' g r a t e f u l '   s i m m o n s   m a k e s   h i s   d e b u t   w i t h   n e t s   p h i l a d e l p h i a   7 6 e r s   n b a  
j u l i a n   c h a m p a g n i e   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i a n c h a m p a g n i e   j u l i a n   c h a m p a g n i e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
f u r k a n   k o r k m a z   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f u r k a n k o r k m a z   f u r k a n   k o r k m a z   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
t y r e s e   m a x e y   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e m a x e y   t y r e s e   m a x e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
[ g a m e   t h r e a d ]   p h i l a d e l p h i a   7 6 e r s   ( 0 - 0 )   @   b r o o k l y n   n e t s   ( 0 - 0 )   -   0 7 : 3 0   p m   e d t   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
b e n   s i m m o n s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   n e t s   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
j u l i a n   c h a m p a g n i e   h i g h l i g h t s   -   n e t s   v s .   7 6 e r s   -   3 r d   o c t   2 0 2 2 
 
 
 n b a   j u l i a n   c h a m p a g n i e   b k n   p h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b r o o k l y n   n e t s   p h i l a d e l p h i a   7 6 e r s
k y r i e   i s   j u s t   t o o   n i c e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   k y r i e   i r v i n g   e u r o s t e p   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
b e n   d u n k s   i t   f o r   h i s   f i r s t   n e t ' s   b u c k e t 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   b e n   s i m m o n s   d u n k   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
3   r e a s o n s   w h y   t h e   s i x e r s   w i l l   r e a c h   t h e   n b a   f i n a l s 
 
 
 
 n b a   h e r e t h e y c o m e   s i x e r s   p h i l a d e l p h i a   7 6 e r s   p h i l l y   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   t a k e n o t e   j a z z
o n l y   r e a s o n   b e n   s i m m o n s   p l a y i n g   t o n i g h t   i s   b e c a u s e   h e ’ s   n o t   i n   p h i l l y 🙃 🫠   s i x e r s   7 6 e r s   p h i l a d e l p h i a
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a   n b a   b r o o k l y n  
w a t c h   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e   s t r e a m 
 u s a - n b a   2 0 2 2   
 n b a   g a m e   l i v e   2 0 2 2 
 n b a   n b a l i v e   l i v e t v   b r o o k l y n   n e t s   p h i l a d e l p h i a   7 6 e r s 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐧 𝐤 ⭕ ►    
b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a 2 k 2 3   b a s k e t b a l l   n b a   p h i l a d e l p h i a   n b a t w i t t e r   
 l i v e l i n e   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e s t r e a m   
                                             🇺 🇸 l i n k 🏀 🗑 ️ 
 
                                                       ⬇ ️ 
 

t h i s   i s   t h e   d e e p e s t   t e a m   t h e   7 6 e r s   h a v e   h a d   -   r a m o n a   s h e l b u r n e   |   n b a   t o d a y   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
t h i s   w o m a n   i s   f r o m   t h e   h s i t o r i c a l   m u s e u m   b u t   i t   l o o k s   l i k e   s h e ’ s   d r a w i n g   u p   a   g   . . .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
  p h i l a d e l p h i a   7 6 e r s   - v s . -   c l e v e l a n d   c a v a l i e r s   n b a   p r e s e a s o n   g a m e   l a s t   n i g h t ,   i n   c l e v e l a n d .
    h e y   j a m e s ,   s h o w   u s   o n   t h e   c o u r t   a n d   n o t   o n   t h e   7 6 e r s   c a p o l o g y !
🏀 o b i   t o p p i n | n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 🏀 
 👇 
 
 
 n b a 7 5 
 b l e e d g r e e n 
 n e t s w o r l d 
 n e w s y o r k f o r e v e r 
 7 6 e r s 
 w e t h e n o r t h 
 n b a 
 相 互 フ ォ ロ ー 
 フ ォ ロ ー バ ッ ク
  7 6 e r s   g e t t i n g   s t o m p e d
n b a   m o s t   r e g u l a r   s e a s o n   w i n s 
 
 b o s   c e l t i c s   + 6 0 0 
 d e n   n u g g e t s   + 6 0 0 
 g s   w a r r i o r s   + 6 5 0 
 l a   c l i p p e r s   + 7 5 0 
 b k n   n e t s   + 7 5 0 
 m i l   b u c k s   + 8 0 0 
 p h o   s u n s   + 8 0 0 
 p h i   7 6 e r s   + 1 2 0 0 
 c l e   c a v a l i e r s   + 1 2 0 0 
 m i n   t i m b e r w o l v e s   + 1 2 0 0 
 m e m   g r i z z l i e s   + 1 6 0 0 
 d a l   m a v e r i c k s   + 1 6 0 0 
 
 & a m p ;   m o r e   👇 
  
t h i s   d u d e   d a v i d   r o b e r t s o n …
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   a s s e s s e s   p j   t u c k e r   p l a y i n g   t h e   c e n t e r   s p o t   i n   t h e i r   p r e s e a s o n   w i n   o v e r   t h e   c l e v e l a n d   c a v a l i e r s .    
7 6 e r s   i   l i k e   a g a i n   t h i s   s e a s o n   i   f e e l   l i k e   t h e y   o n   t h e   c u s p   l i k e   t h a t   b u c k s   t e a m   w a s
g r e a t   n i g h t   w i t h   t h e   c a v a l i e r s   a n d   7 6 e r s .     i t ’ s   g r e a t   t o   h a v e   n b a   h o o p s   b a c k .  
u p d a t e :   p r o   h o g   j u s t i n   s m i t h   _   a d d e d   t o   d e l a w a r e   b l u e   c o a t s   g - l e a g u e   r o s t e r   ( a f f i l i a t e   o f   n b a ' s   p h i l a d e l p h i a   7 6 e r s )   . . .   s m i t h   p l a y e d   o n   t h e   s i x e r s '   s u m m e r   l e a g u e   r o s t e r   i n   j u l y   w / p r o   h o g   & a m p ;   7 6 e r s   g   i s a i a h   j o e   _ j o e 1   . . .  
      w h a t ' s   t h e   m a t t   d a m o n   n u m b e r ?   o v e r   7 0 % ? 
 c r y p t o   i s   s p e c u l a t i v e   a s   w e l l ,   7 6 e r s   w o u l d   b e   t h e   t y p e   t o   e x p e c t   a   r e b o u n d   ( b u y   o n   t h e   d i p ! ) .   t h i s   i s   a   f o r m   o f   m o n e y   l a u n d e r i n g ,   w h i c h   i s   a l w a y s   i n e f f i c i e n t .   t h e   u p s i d e s   a r e   t a x   f r e e   $   a n d   e l i g i b i l i t y   f o r   w e l f a r e   p a y m e n t s ,   e t c
h e   i s   w h o   w e   t h o u g h t   h e   i s !     p h i l a d e l p h i a   7 6 e r s   b a s k e t b a l l  
w o j e s p n :   f u l l   a u d i o   o f   s i x e r s   c o a c h   d o c   r i v e r s   o n   t h e   w o j   p o d :    
  s e e :   7 7   b l a z e r s   v   7 6 e r s .   p e r f e c t   e x a m p l e .
    e a g l e s   w   s b ,   p h i l l i e s   w   w s ,   7 6 e r s   w   n b a t i t l e ,   f l y e r s   u n d e r   7 5 . 5   p o i n t s   =   2 0 0 , 0 0 0   d o n ’ t   m e s s   t h i s   u p   f o r   m e   b o y s   t a n k
i   k i n d   o f   b e l i e v e   i n   t h e   7 6 e r s   a s   a   l e g i t   c o n t e n d e r   t h i s   y e a r . 
 
 b u t   t h e n   i   r e m e m b e r   d o c   r i v e r s   i s   t h e i r   c o a c h   a n d   p j   t u c k e r   i s   i n   h i s   7 0 s ,   w h i c h   m a k e s   m e   f e e l   l e s s   i n c l i n e d   t o   b e l i e v e   i n   t h e m .
j a m e s   h a r d e n   w a s   a s k e d   i f   h e   t h o u g h t   h e   g o t   e n o u g h   c r e d i t   f o r   t a k i n g   a   n e a r l y   $ 1 4   m i l l i o n   p a y   c u t   t o   h e l p   t h e   7 6 e r s   t h i s   o f f s e a s o n  
f u l l   a u d i o   o f   s i x e r s   c o a c h   d o c   r i v e r s   o n   t h e   w o j   p o d :    
    y e a h   i   a g r e e   w i t h   a n d r e w .   w e   l o s t   t o   t h e i r   3 r d   s t r i n g e r s .   
 
 b u t   t h a t ’ s   t o   b e   e x p e c t e d   w i t h   a   t e a m   t h i s   y o u n g .   s o m e   n i g h t s   w e ’ r e   g o i n g   t o   l o o k   l i k e   t h e   g r e a t e s t   t e a m   e v e r .   s o m e   n i g h t s   w e ’ r e   g o i n g   t o   l o s e   t o   t h e   t a n k i n g   7 6 e r s
p h i l a d e l p h i a   7 6 e r s   s i g n   3 x   n b a   c h a m p i o n   –   n b a   n e w s  
p h i l a d e l p h i a   7 6 e r s   y o u t h   b l u e   r u s h   t o   s c o r e   s h o r t   s l e e v e   t - s h i r t ,   b l u e ,   1 0 0 %   c o t t o n   j e r s e y ,   s i z e   x l    
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w k 3 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   s i g n   3 x   n b a   c h a m p i o n  
  l o v e d   s h a q   a s   w e l l   w i t h   t h o s e   a w e s o m e   m a g i c   t e a m s .   i   r e a l l y   l o v e d   t h e   p i s t o n s   c h a m p   t e a m s   a s   w e l l .   r i p   w a s   m y   g u y .   m e   a n d   m y   s o n   s a w   t h e   f i n a l   r e g   s e a s o n   g a m e   l a s t   y e a r   r a p s   v s   7 6 e r s   w h e n   s i a k a m   h a d   h i s   t r i p l e   d o u b l e ,   b e s t   f a n   e x p e r i e n c e   o f   m y   l i f e   t b h .  
      w e   n e e d   t o   d i s t i n g u i s h   b t w   c a r d s   t h a t   h a v e   c a s h   v a l u e   a n d   c a r d s   t h a t   a r e   g o o d   o n l y   a t   a   s p e c i f i c   m e r c h a n t .   m e r c h a n t   c a r d s   c a n   b e   s o l d   f o r   l e s s   t h a n   f a c e   v a l u e .   e a r l y   o n   a t   b h   a n d   o n   t h e   m a l l ,   7 6 e r s   e n c o u r a g e d   c a s h   a n d   g i f t   c a r d   d o n a t i o n s .   
 
 w h e r e   i s   a l l   t h e   c a s h ? 
 c r y p t o ? ? ? ?
  7 6 e r s   n e e d   h i m   i m o
    h o n e s t l y   i t ' s   a   c o n f i d e n c e   i s s u e ,   7 6 e r s   f a n s   d i d   t h i s .
p h i l a d e l p h i a   7 6 e r s   v s .   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s b r o u s s a r d   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   f i r s t t h i n g s f i r s t   f o x s p o r t s 1   f s 1   n i c k w r i g h t   s h a n n o n   s h a n n o n s h a r p e   s k i p   s k i p a n d s h a n n o n   s k i p a n d s h a n n o n u n d i s p u t e d   s k i p b a y l e s s   u n d i s p u t e d  
t h e   p h i l a d e l p h i a   7 6 e r s   a l r e a d y   h a d   t h e   t o p   e n d   t a l e n t ,   a n d   n o w   t h e y   f e e l   t h e y   a r e   a   c l e a n e r ,   m o r e   c o m p l e t e   t e a m . 
 
 p j   t u c k e r   t a k e s   p a u l   m i l l s a p ' s   r o s t e r   s p o t .   d e a n t h o n y   m e l t o n   r e p l a c e s   d a n n y   g r e e n .   m o n t r e z l   h a r r e l l   r e p l a c e s   d e a n d r e   j o r d a n .   p h i l l y   m a y   h a v e   t o   l o s e   j o e   o r   s p r i n g e r .  
h e ’ s   r i g h t ,   7 6 e r s   s h o u l d   h a v e   n o   p r o b l e m s   s e n d i n g   t h e   c e l t i c s   p a c k i n g  
h e a d l i n e   i n   p d   … 
 “ c a v a l i e r s   d o n ’ t   g i v e   c o a c h   j . b .   b i c k e r s t a f f   w h a t   h e   w a n t e d   i n   1 1 3 - 9 7   p r e s e a s o n   l o s s   t o   p h i l a d e l p h i a   7 6 e r s ”   …   t h i s   t e a m   i s   g o i n g   t o   m i s s   m a r k k a n e n   s o   m u c h !
    t h a n k   g o d   f o r   t h e   p h i l a d e l p h i a   7 6 e r s
h e   n e e d   a   r i n g   7 6 e r s   v s   c l i p p e r s   c h a m p i o n s h i p  
o n e   w e e k   f o r   7 6 e r s   b a s k e t b a l l ,   o n e   w e e k ! ! ✊
e v e r y o n e   a l l   p i s s e d   c u z   t h e   p h i l l i e s   p l a y   a t   1 p m   o n   a   w e e k d a y   c t f u   b u t   s h i t t t t t   l e t   u s   n i g h t   s h i f t e r s   e a t   f o r   o n c e ! ! !   l m a o   y o u   k n o w   m a n y   7 6 e r s   g a m e s   i   g o t t a   d v r ? ? ?   m a n   i ’ m   h y p e   😂 😂   l e t ’ s   g o   p h i l l i e s   ❗ ️ ❗ ️   r e d o c t o b e r
  w a r r i o r s   v s   7 6 e r s   2 0 2 0
k n i c k s   d e t h r o n e d   t h e   l . a .   l a k e r s   a s   s t u b h u b ' s   t o p   s e l l i n g   t e a m ,   a c c o r d i n g   t o   d a t a   f r o m   t h e   c o m p a n y .   
 
 g o l d e n   s t a t e   @   n . y .   o n   d e c .   2 0   i s   t h e   t o p   ' i n - d e m a n d '   g a m e   i n   t h e   n b a .   
 
 t o p   t e a m s :   
 1 .   k n i c k s   
 2 .   l a l 
 3 .   t o r   
 4 .   c e l t s   
 5 .   g s w   
 6 .   c l i p p e r s 
 7 .   n e t s         
 8 .   m a v s 
 9 .   h e a t 
 1 0 .   7 6 e r s
c o n g r a t u l a t i o n s   t o   t h e   p h i l a d e l p h i a   ‘ 7 6 e r s   f o r   w i n n i n g   t h e   2 0 2 3   n b a   c h a m p i o n s h i p  
7 6 e r s   w i l l   w i n   t h e   n b a   c h a m p i o n s h i p   t h i s   s e a s o n
_ r o _ k   r e g u l a r   s e a s o n .   j u s t   w a t c h i n g   p r e s e a s o n   t o   g e t   a   f e e l .   p l a y e d   7 6 e r s   + 4 . 5   o p e n i n g   n i g h t   a   f e w   w e e k s   a g o   a n d   w i l l   h a v e   3 - 4   m o r e   s e n t   o u t   t o   t h e   p a i d   s e r v i c e   s o o n
7 6 e r s   g u a r d   j a m e s   h a r d e n   s a y s   h e   h a s n ' t   r e c e i v e d   p r o p e r   c r e d i t   f o r   h i s   s e l f l e s s n e s s   a f t e r   s i g n i n g   a   t e a m - f r i e n d l y   d e a l   w i t h   t h e   s i x e r s 
 
 " n o p e ,   b u t   g u e s s   w h a t ?   i   d o n ’ t   c a r e " 
 
 s o u r c e    
f u n k o   g o l d   1 2   n b a :   7 6 e r s   -   j a m e s   h a r d e n   w i t h   c h a s e   ( w a l m a r t   ) 
 l i n k - & g t ; 
 1 4 : 1 5 : 4 1   2 0 2 2 - 1 0 - 1 1   u t c  
n b a p r e s e a s o n   
 l u n e s 
 
 c h a r l o t t e   h o r n e t s   1 0 7 - 1 1 6   w a s h i n g t o n   w i z a r d s 
 c l e v e l a n d   c a v a l i e r s   9 7 - 1 1 3   p h i l a d e l p h i a   7 6 e r s 
 m i a m i   h e a t   1 1 8 - 1 1 0   h o u s t o n   r o c k e t s 
 d e n v e r   n u g g e t s   1 0 7 - 1 0 5   p h o e n i x   s u n s
p h i l a d e l p h i a   7 6 e r s   s t a r   j a m e s   h a r d e n   b e l i e v e s   h e   d o e s n ’ t   g e t   e n o u g h   c r e d i t   f o r   t a k i n g   a   p a y   c u t   i n   f r e e   a g e n c y .    
      7 6 e r s   r i n g   c o n f i r m e d
p h i l a d e l p h i a   7 6 e r s   v s .   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s b r o u s s a r d   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   f i r s t t h i n g s f i r s t   f o x s p o r t s 1   f s 1   n i c k w r i g h t   s h a n n o n   s h a n n o n s h a r p e   s k i p   s k i p a n d s h a n n o n   s k i p a n d s h a n n o n u n d i s p u t e d   s k i p b a y l e s s   u n d i s p u t e d  
t h e   p h i l a d e l p h i a   7 6 e r s   r e a c t   t o   t y r e s e   m a x e y ’ s   b i g   o f f e n s i v e   p e r f o r m a n c e   i n   a   p r e s e a s o n   w i n   o v e r   t h e   c l e v e l a n d   c a v a l i e r s .    
7 6 e r s   a t   c a v a l i e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2  
_ 1 _ r o b       t h e   f i r s t   g a m e   i n   p r e - s e a s o n   i   s a w   h i m   p l a y   f o r   t h e   7 6 e r s   h e   h i t   a   m i d   r a n g e   1 0   f o o t e r   w i t h   h i s   r i g h t   h a n d   a n d   i   t o l d   m y   b u d d y   r i g h t   t h e r e   h e   s h o u l d   b e   s h o o t i n g   r i g h t   h a n d e d . 
 h e   d o e s n ' t   e v e n   l o o k   l i k e   h e   t r y i n g   t o   i m p r o v e   a n d   c h a n g e .     i   d o n ' t   m i s s   h i m   a n d   i   w a s   h u g e   f a n ,   f o o l e d
c a r s e n   e d w a r d s   h a s   b e e n   t r a d e d   t o   t h e   p h i l a d e l p h i a   7 6 e r s   f o r   m a r k o   s i m o n o v i c .
s o o o   d i d   y o u   d o   i t   f o r   p a t s   o n   t h e   b a c k   o r   t o   c o m p e t e   f o r   a   t i t l e ?   i   c a n ' t   s t a n d   t h i s   d u d e ' s   p a s s i v e   a g g r e s s i v e n e s s   🤦 🏾 ‍ ♂ ️ 😂 
 

9 5 %   o f   t h e s   l i k e s   t h i s   i s   g e t t i n g   a r e   f r o m   7 6 e r s   f a n s  
2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
7 6 e r s   h a v e   s i g n e d   p a t r i c k   m c c a w   p a t r i c k m c c a w   p h i l a d e l p h i a 7 6 e r s  
    7 6 e r s   a r e   f r a u d s   l o l   b u t   t h e y   p o s t e d   t h e   4   t e a m s   w h o   o p e n   u p   n e x t   w e e k
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   -   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2   n b a …    
p h i l a d e l p h i a   7 6 e r s   w a i v e   t r e v e l i n   q u e e n  
t h e   p h i l a d e l p h i a   7 6 e r s   w i l l   s i g n   3 - t i m e   c h a m p i o n   p a t r i c k   m c c a w   t o   a   t r a i n i n g   c a m p   d e a l .    
s t e v e   c l i f f o r d   s a i d   t h a t   l a m e l o   b a l l   w i l l   m i s s   w e d n e s d a y ' s   p r e s e a s o n   f i n a l e   a g a i n s t   t h e   7 6 e r s   a f t e r   s u f f e r i n g   a   l e f t   a n k l e   s p r a i n   i n   m o n d a y ' s   l o s s   t o   w a s h i n g t o n .   n b a   p o w c a s t  
🏀   p h i l a d e l p h i a   7 6 e r s   ( )   s i x e r s 
 🆚   w   @   c l e v e l a n d   c a v a l i e r s   l e t e m k n o w   p h i v s c l e 
 ✈ ️   n 6 5 0 d l   |   d a l 8 9 3 8   |   b 7 5 2 
 🛫   c l e   -   1 0 : 5 3   p m   e t 
 🛬   p h l   -   1 1 : 4 8   p m   e t 
 📡   t r a c k i n g :    
i n   t h e   m i d s t   o f   w r i t i n g   m y   o v e r / u n d e r   w i n   t o t a l   c o l u m n   f o r   t h e   7 6 e r s .   i t ' s   t i m e   t o   s c r a p   t h a t   a s   u n l e s s   t h e   n u m b e r   s e t   a t   8 2 ,   i t ' s   g o i n g   o v e r .   m c c a w   r u l e s .  
  h o w   t f   y o u   g o n n a   p u t   c e l t i c s ,   7 6 e r s   a n d   l a k e r s   b u t   n o t   t h e   b u c k s   💀 💀 💀
t h e   s t a r t   o f   t h e   2 0 2 2 - 2 0 2 3   n b a ' s   " r e g . - s e a s o n   g a m e s "   e v e n t   ( a s   o f   n o w )   i n   2 0 2 2   ( o c t . 1 8   2 0 2 2   w / 2   g a m e s   o n   t n t   w / 7 6 e r s - c e l t i c s   i n   b o s t o n   & a m p ;   l a k e r s - w a r r i o r s   i n   s a n   f r a n c i s c o )   i s   1   w k   & a m p ;   7   d a y s   f r o m   t o d a y ! 7 d a y s t i l t h e n b a s e a s o n i n 2 0 2 2   n b a t i p o f f w e e k 2 0 2 2   n b a 2 0 2 3
      d a n n y   g r e e n   g o t   h e c k l e d   b y   p h i l a d e l p h i a   7 6 e r s   f a n s   t o o .
2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ?  
2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ?  
l a d i e s   a n d   g e n t l e m e n   y o u ’ r e   2 0 2 3   n b a   c h a m p s   t h e   p h i l a d e l p h i a   7 6 e r s  
n e w   v i d e o   t o   w a t c h : 
 
 " 7 6 e r s   a t   c a v a l i e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   7 6 e r s   p h i l l y 
 
  
_ y o u n g 4 6   _ r a y v e n   t h i s   s e a s o n   t h i s   g o i n g   b e   l i t   f o r   t h e   7 6 e r s   1 0 0 p +
m y n e x t s e a t :   2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ?  
m y   t o p   1 0   m o s t   h a t e d   p r o f e s s i o n a l   s p o r t s   f r a n c h i s e s :   
 
 1 .   y a n k s   
 2 .   w a r r i o r s   
 3 .   c u b s   
 4 .   r a v e n s 
 5 .   s t e e l e r s 
 6 .   p i s t o n s   
 7 .   c e l t i c s   
 8 .   t i g e r s   
 9 .   t w i n s     
 1 0 .   7 6 e r s
r e a d y   t o   s e e   i f   t y r e s e   m a x x e y   t a k e   i t   t o   t h e   n e x t   l e v e l   f o r   7 6 e r s   t h i s   s e a s o n   n b a t w i t t e r
2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ?  
t h e   p h i l a d e l p h i a   7 6 e r s   w e r e   a b l e   t o   k n o c k   o f f   t h e   c l e v e l a n d   c a v a l i e r s   o n   m o n d a y   1 1 3 - 9 7   o n   t h e   r o a d   t o   i m p r o v e   t o   3 - 0   i n   t h e   p r e s e a s o n   a n d   i t   w a s   d u e   t o   a n o t h e r   b i g   p e r f o r m a n c e   b y   t y r e s e   m a x e y . 
 b y   s i x e r s w i r e 
 

      p . j .   t u c k e r   i s   a   g a m e - c h a n g e r   f o r   t h e   p h i l a d e l p h i a   7 6 e r s .   👍 
 h a s   p r e v i o u s   e x p e r i e n c e   a t   t h e   c e n t e r   p o s i t i o n   i n   5 - o u t   o f f e n s e .
7 6 e r s   n o t   r e a l l y   c a u s e   h a r d e n   i s n t   a t   t h e   p o i n t   o f   h i s   c a r e e r   t o   r o a s t   m i t c h e l l   o r   l e v e r t 
 h a w k s ,   t r a e   p u t s   m o r e   p r e s s u r e   o n   t h e   b i g s   c a u s e   e v e r y   p l a y   i s   a   p n r 
 b u t l e r   i s   a   l i t t l e   b i g   f o r   l e v e r t ,   b u t   i   t h i n k   y o u   c a n   j u s t   p u t   o n e   o f   f r o b l e y   o r   m i t c h e l l   o n   h i m
n f l   p r o p s   🏈   
 w a l l e r   u n d e r   5   c a t c h e s   ( 3 ) ✅ 
 r e n f r o w   o v e r   4 2 . 5   y a r d s ( 2 ) ✖ ️ 
 c l y d e   u n d e r   4 9 . 5   r u s h   y a r d s ( 3 ) ✅ 
 v a l d e s - s c a n t l i n g   o v e r   4 0 . 5   y a r d s   ( 4 ) ✅ 
 
 n b a   🏀   
 7 6 e r s / c a v s   u 2 2 5 . 5   ( 3 ) ✅ 
 
 m a x b e t   💥   |   n f l   🏈   
 r a i d e r s / c h i e f s   o 5 1 . 5   ( 5 ) ✅ 🔥
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
7 6 e r s   g e t   p h y s i c a l   i n   d r u b b i n g   c a v a l i e r s ,   1 1 3 - 9 7 ,   i n   p r e s e a s o n   g a m e 

7 6 e r s   g e t   p h y s i c a l   i n   d r u b b i n g   c a v a l i e r s ,   1 1 3 - 9 7 ,   i n   p r e s e a s o n   g a m e 

p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
i n   b e t w e e n   s i g n i n g - a n d - w a i v i n g   m a c   m c c l u n g   a n d   s i g n i n g   p a t r i c k   m c c a w ,   t h e   7 6 e r s   a l s o   s i g n e d - a n d - w a i v e d   j u s t i n   s m i t h ,   a   l e a g u e   s o u r c e   c o n f i r m e d   t o   .  
2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ?  
2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ? 
 
 r e a d   o n   
 
 u o m o e l e g a n t e   g l o o   m i r a d a o n l i n e   e c o s i s t e m a o n l i n e  
g a m e   p i c k s   ( o c t o b e r   1 0 ) 
 n b a   🏀 
 w i z a r d s   ✅ ️ 
 7 6 e r s   ✅ ️ 
 h e a t   ✅ ️ 
 n u g g e t s   ✅ ️ 
 
 c l e a n   s w e e p   l a s t   n i g h t   i n   n b a ,   p i c k s   c o n t i n u e   t o d a y   w i t h   m o r e   n b a   p r e s e a s o n ,   t h e   n h l ' s   r e g u l a r   s e a s o n   i s   s t a r t i n g   t o n i g h t   t o o ! !  
      h a v e   t h e   7 6 e r s   m a d e   t h e   c o n f e r e n c e   f i n a l s   s i n c e   a l l e n   i v e r s o n   i n   2 0 0 1 ?
h e a t   w o n   
 n u g g e t s   w o n 
 w i z a r d s   w o n 
 7 6 e r s   w o n
t h e   p h i l a d e l p h i a   7 6 e r s   t o   w i n   i t   a l l   t h i s   y e a r   i s   p r i c e d   a t   1 9 o d d s 
 
 t h e y ’ v e   h a d   a   p r o d u c t i v e   t r a i n i n g   c a m p ,   d o c   s a y s   t h e y   w a n n a   l e a d   t h e   n b a   i n   d e f e n s e   t h i s   y e a r ,   h a r d e n   i s   i n   s h a p e   a n d   l o o k s   f a n t a s t i c   a n d   t h e y ’ r e   a   d e e p   s q u a d 
 
 w h o   s a y s   n o ?
c a v s   f a l l   a g a i n s t   t h e   s i x e r s   a n e w ,   r e m a i n   w i n l e s s   i n   t h e   p r e s e a s o n 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   7 6 e r s 

  s o m e h o w   t h e   7 6 e r s   a r e   s t i l l   p o s t e r s   o f   t h e   e a s t .
7 6 e r s   g e t   p h y s i c a l   i n   d r u b b i n g   c a v a l i e r s ,   1 1 3 - 9 7 ,   i n   p r e s e a s o n   g a m e 

    n o   w a y   y ' a l l   t h i n k   7 6 e r s   a r e   g o n n a   b e   c h a m p s 💀 💀
7 6 e r s   a r e   w i n n i n g   i t   a l l .  
t h e   p h i l a d e l p h i a   7 6 e r s   h a v e   s i g n e d   p a t r i c k   m c c a w   t o   a   t r a i n i n g   c a m p   c o n t r a c t ,   a   l e a g u e   s o u r c e   t e l l s   .
    m y   d u d e   l a n d o n   t h i n k s   t h i s   i s   o u r   y e a r !   7 6 e r s  
o c t o b e r   1 1 
 h a p p y   b i r t h d a y ! 
 
 
 e a g l e s   g o b i r d s   f l y e a g l e s f l y   7 6 e r s   s i x e r s   p h i l a u n i t e   p h i l l i e s   r i n g t h e b e l l   f l y e r s   b r i n g i t t o b r o a d   d o o p  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
    i t ’ s   r e a l l y   i n s a n e   t h e y ’ r e   g o n n a   g i v e   p e o p l e   2 - 3   d a y s   n o t i c e   o n   a   g a m e   t h a t ’ s   l i k e l y   g o i n g   t o   b e   a   w e e k d a y   d a y   g a m e
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   p h i l a d e l p h i a 7 6 e r s   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
7 6 e r s   g e t   p h y s i c a l   i n   d r u b b i n g   c a v a l i e r s ,   1 1 3 - 9 7 ,   i n   p r e s e a s o n   g a m e 

p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
  n o r t h e a s t   p r e v i e w 
 🗓   o c t   1 6 t h   
 📍 7 6 e r s   f i e l d h o u s e  
m i c h a e l   j r .   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m i c h a e l j r .   m i c h a e l   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
n b a   p o i n t   s h a v i n !   p h i v s c l e   n b a p r e s e a s o n   c h e a t i n   c l e v e l a n d   c a v a l i e r s   c a v s   7 6 e r s  
    _ j r 1   e m b i i d   +   7 6 e r s   h a v e   c h o k e d   a w a y   3   p l a y o f f s   i n   a   r o w   n o w   a n d   m i a m i   h a v e   b e e n   b e t t e r   t h a n   t h e m   l a s t   3   s e a s o n s 
 b u t   h e y   y o u   c o u l d   b e   r i g h t   t h i s   s e a s o n ,   i   j u s t   f o u n d   i t   f u n n y   y o u ’ r e   s a y i n g   s o m e o n e ’ s   u n b i a s e d   w h e n   y o u   h a v e   a l l   t h a t   o n   y o u r   p r o f i l e
d e a n   w a d e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e a n w a d e   d e a n   w a d e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
_ 7 6 e r s     l i k e   b r o ,   i ’ m   t r y n a   f i g u r e   o u t   i f   i   c a n   b u y   t i c k e t s   y e t ? !   i   u s e d   a l l   m y   p t o .   i f   t h a t   m f   i s n ’ t   a t   7 : 3 0   i   n e e d   t o   k n o w .
w o n d e r   i f   t h e   m l b   i s   j u s t   g o n n a   w a i t   u n t i l   f r i d a y   m o r n i n g   t o   a n n o u n c e   w h a t   t i m e   t h e   p h i l l i e s   p l a y   o n   f r i d a y . 
 
   n o   p r o b l e m   g u y s ,   i t ’ s   n o t   l i k e   p e o p l e   h a v e   j o b s
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
y o u   f e l t   s o   h o r r i b l e   y o u   d i d n ’ t   e v e n   c h e c k   t o   m a k e   s u r e   h e ’ s   o k a y   a s   y o u   w a l k e d   r i g h t   b y   h i m   l a y i n g   o n   t h e   g r o u n d   😂  
_ h o o p s   i   t h i n k   7 6 e r s
c a r i s   l e v e r t   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a r i s l e v e r t   c a r i s   l e v e r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
_   d i d n ' t   j t a t u m   c o m m i t   o v e r   1 0 0   t u r n o v e r s ?   t h a t   i s   a   s e r i o u s   s e l f - i n f l i c t e d   w o u n d ,   b e y o n d   t h a t ,   y e s ,   t h e   n e t s   7 6 e r s   b u c k s   h e a t   a l l   l o o k i n g   l i k e   s e r i o u s   c o n t e n d e r s . i f   b e n s i m m o n s   s h o o t s   f r e e   t h r o w s   a l l   d a y   w i t h   k d   & a m p ;   k y r i e ,   h o w   g o o d   c a n   t h e y   b e ? c e l t i c s   g o o d ,   n o t   t h e   b e s t - y e t
u g l y   s t a r t   s i n k s   c a v s   i n   p r e s e a s o n   g a m e   a g a i n s t   7 6 e r s  
t y r e s e   m a x e y   c o n t i n u e s   t o   h a v e   a   h u g e   p r e s e a s o n   a s   t h e   p h i l a d e l p h i a   7 6 e r s   k n o c k   o f f   t h e   c l e v e l a n d   c a v a l i e r s   o n   t h e   r o a d .    
p a u l   r e e d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a u l r e e d   p a u l   r e e d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
2 0 2 0   2 1   f l a w l e s s   t y r e s e   m a x e y   h   s p o r t s c a r d s   a d  
t y r e s e   m a x e y   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e m a x e y   t y r e s e   m a x e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   n b a   f u l l   g a m e   1 0 . 1 0 . 2 0 2 2    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   g a m e   4 t h   q t r   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2 - 2 3   n b a …    
_ e g a n     m l b   i s   t h e   o n l y   s p o r t   t o   p l a y   a f t e r n o o n   w e e k d a y   g a m e s   s m h ,   i t ’ s   r i d i c u l o u s ,   i m a g i n e   i f   t h e   n b a   s a i d   g a m e   3   o f   t h e   7 6 e r s   a n d   h a w k s   w i l l   b e   a t   1 p m   o n   t u e s d a y
g o   7 6 e r s !  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   -   . . . 
   
 
   
 7 6 e r s v s c a v a l i e r s   7 6 e r s v s c a v a l i e r s p r e s e a s o n h i g h l i g h t s r e a c t i o n   7 6 e r s v s c a v a l i e r s p r e s e a s o n r e a c t i o n   7 6 e r s v s c a v a l i e r s p r e s e a s o n r e a c t i o n 2 0 2 2   7 6 e r s v s c a v a l i e r s r e a c t i o n   a t l a n t i c d i v i s i o n   c a v a l i e r s v s 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
d o   p e o p l e   a c t u a l l y   s p e n d   3   h o u r s   o f   t h e i r   d a y   w a t c h i n g   t h e   p h i l a d e l p h i a   7 6 e r s ?
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
d o c   r i v e r s   g i v e s   c a n d i d   o u t l o o k   o n   p h i l a d e l p h i a   7 6 e r s ’   b e n   s i m m o n s - j o e l   e m b i i d   e r a  
t h e   p h i l a d e l p h i a   7 6 e r s   h a v e   w o n   t h e   2 0 2 5   n b a   s u m m e r   l e a g u e   c h a m p i o n s h i p .
_ j u l i x n   n o   c h a n c e .   l i v e r p o o l   a n d   7 6 e r s . . .   🤢   ^ c k
h e   i s   c r e a t i v e   h e   p l a y s   o n   t h e   7 6 e r s
m a i l d a y 
 
 r e a l l y   e x c i t e d   t o   r e c i e v e   t h i s   t o d a y   i n   t h e   m a i l .   a   n i c e   r p a   w i t h   o n   c a r d   a u t o   🔥 
 
 r e a l l y   e n j o y   w a t c h i n g   t h i s   k i d   .   
 
 t y r e s e m a x e y   n b a   7 6 e r s   p h i l a u n i t e   s p o r t s c a r d s   t h e h o b b y   t r a d i n g c a r d s   r o o k i e  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 7 6 e r s c a v s   7 6 e r s v s c a v a l i e r s   7 6 e r s v s c a v a l i e r s p r e s e a s o n r e a c t i o n   7 6 e r s v s c a v a l i e r s p r e s e a s o n r e a c t i o n 2 0 2 2   7 6 e r s v s c a v s   a t l a n t i c d i v i s i o n   c a v a l i e r s v s 7 6 e r s   c a v a l i e r s v s 7 6 e r s 2 0 2 2   c a v a l i e r s v s 7 6 e r s f r e e p i c k  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   3 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
1 9 8 6   f l e e r   b a s k e t b a l l   7   c h a r l e s   b a r k l e y   7 6 e r s   r c   r o o k i e   h o f   p s a   1 0   "   p r i s t i n e   " 
 🔗   
 
 e b a y   u n i t e d s t a t e s   a u c t i o n   s p o r t s c a r d s   t h e h o b b y   w h o d o y o u c o l l e c t   f i n d s p o r t s c a r d s  
_ j r 1   s w a p   7 6 e r s   w i t h   t h e   m a v s   a n d   y o u   g o o d
    h e   w a s   w i t   t h e   7 6 e r s ? 😭   c o m e   b a c k   t o   c h i
d a n u e l   h o u s e   j r .   i s   q u i c k l y   b e c o m i n g   a   f a v o r i t e   i n   t h e   l o c k e r   r o o m   f o r   t h e   p h i l a d e l p h i a   7 6 e r s .    
  7 6 e r s   f a n s   r n :  
t h e   p h i l a d e l p h i a   7 6 e r s   a r e   s i g n i n g   f r e e   a g e n t   a a r o n   g o r d o n   t o   a   m a x   c o n t r a c t .   p e r   h i s   a g e n t .
n e w   t u m b l r   p o s t :   " n b a 2 k 2 3   p h i l a d e l p h i a   7 6 e r s   v s   w a s h i n g t o n   w i z a r d s   m y l e a g u e   p s 4 . . . "     i f t t t ,   y o u t u b e ,   t w i t c h
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   3 r d   q t r   |   o c t   1 0   |   2 0 2 2   n b a …    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2 - 2 3   n b a   p r e s e a s o n    
  g o   7 6 e r s
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 7 6 e r s v s c a v a l i e r s   a t l a n t i c d i v i s i o n   c a v a l i e r s v s 7 6 e r s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   p h i l a d e l p h i a 7 6 e r s  
7 6 e r s   a t   c a v a l i e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 4 4  
    s t a k e   i s   7 6 e r s   u   a l r d y   k n o w
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   -   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2   n b a   . . .    
n b a   p r e s e a s o n :   t h e   p h i l a d e l p h i a   7 6 e r s   e x t e n d   w i n n i n g   s t r e a k   a g a i n s t   t h e   c l e v e l a n d   c a v a l i e r s .  
d e a r   t w i t t e r v e r s e .   h e r e   a r e   s o m e   f a c t s   y o u   s h o u l d   k n o w   a b o u t   t a y l o r   s w i f t .   a t   a g e   1 1 ,   s h e   p e r f o r m e d   a t   a   p h i l a d e l p h i a   7 6 e r s   g a m e   a n d   s a n g   ' t h e   s t a r   s p a n g l e d   b a n n e r '   .   s h e   i s   a   a m a z i n g   s i n g e r .
i t   i s   t r u e   t h a t   c h r i s   p a u l   p l a y s   q u e s t i o n a b l e   f o u l   c a l l s   w h i c h   s u p p o r t s   t h e   7 6 e r s   a n d   t h e i r   d e s i r e s   t o   w i n   a   l o t   o f   b a s k e t b a l l   g a m e s   g s e m c o a c h
1 0 x   n b a   a l l - s t a r !   c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   7 6 e r s   f u l l   g a m e   h i g h l i g h t s   |   2 0 2 2   n b a   p r e s e a s o n    
_ p   e a s t :   7 6 e r s   n e t s   c a v s   b u c k s   m i a m i   t o p 5 👀
    w e l l   a t   l e a s t   y o u   g o t   t h e   m a j o r   c o m p s   c o v e r e d   m a t e .   f l y e r s ,   e a g l e s ,   p h i l l i e s ,   7 6 e r s   a n d   e v e n   t h e   u n i o n   i n   t h e   m l s   l o l
p h i l a d e l p h i a   7 6 e r s   w a i v e   f o r m e r   w a r r i o r s   a n d   l a k e r s   g u a r d   –   n b a   n e w s  
p h i l a d e l p h i a   7 6 e r s   n e w s :   m a x e y   l e a d s   s i x e r s   t o   a n o t h e r   p r e s e a s o n   w i n   o v e r   c a v a l i e r s  
t h e   m i a m i   h e a t   w o n   1 1 8 - 1 1 0   o v e r   t h e   h o u s t o n   r o c k e t s .   f o r   t h e   h e a t ,   m a x   s t r u s   h a d   2 4   p o i n t s   ( 5 - 1 0   t h r e e - p o i n t   f i e l d   g o a l s )   a n d   4   r e b o u n d s ,   w h i l e   s h a k e   m i l t o n   i s   s h a k i n g   t h i n g s   u p   t h i s   p r e s e a s o n   a s   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t e d   t h e   c a v a l i e r s . 
 𝐃 𝐨 𝐰 𝐧 𝐥 𝐨 𝐚 𝐝   𝐭 𝐡 𝐞   𝐎 𝐊 𝐁 𝐞 𝐭 . . .  
c a v a l i e r s   d o n ’ t   g i v e   c o a c h   j ․ b ․   b i c k e r s t a f f   w h a t   h e   w a n t e d   i n   1 1 3 - 9 7   p r e s e a s o n   l o s s   t o   p h i l a d e l p h i a   7 6 e r s  
t h e   m i a m i   h e a t   w o n   1 1 8 - 1 1 0   o v e r   t h e   h o u s t o n   r o c k e t s .   f o r   t h e   h e a t ,   m a x   s t r u s   h a d   2 4   p o i n t s   ( 5 - 1 0   t h r e e - p o i n t   f i e l d   g o a l s )   a n d   4   r e b o u n d s ,   w h i l e   s h a k e   m i l t o n   i s   s h a k i n g   t h i n g s   u p   t h i s   p r e s e a s o n   a s   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t e d   t h e   c a v a l i e r s . 
 𝐃 𝐨 𝐰 𝐧 𝐥 𝐨 𝐚 𝐝   𝐭 𝐡 𝐞   𝐎 𝐊 𝐁 𝐞 𝐭   !  
  7 6 e r s   a t   c a v a l i e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2    
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   s t a n d i n g s   2 0 2 2 ;   n b a   g a m e   t o d a y ;   n b a   s c h e d u l e   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   w i z a r d s   h o r n e t s   7 6 e r s   c a v a l i e r s   r o c k e t s   h e a t   s u n s   n u g g e t s
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   7 6 e r s v s c a v a l i e r s   7 6 e r s v s c a v a l i e r s 2 0 2 2   b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s  
i   k n o w   i ' m   l a t e   o n   t h i s   b u t   t h e   7 6 e r s   w i n ! ! ! ! !  
b r e a k i n g :   7 6 e r s   r e p o r t e d l y   s i g n i n g   f o r m e r   b u l l s   a n d   l a k e r s   p l a y e r   -   s p o r t s   i l l u s t r a t e d    
n b a p r e s e a s o n   r e s u l t   t o d a y ⤵ ️ 
 
 h o r n e t s   1 0 7 : 1 1 6   w i z a r d s 
 c a v s   9 7 : 1 1 3   7 6 e r s 
 m i a m i   1 1 8 : 1 1 0   h o u s t o n 
 d e n v e r   1 0 7 : 1 0 5   s u n s ,     i s h   s m i t h   🔥 🔥 
 
 n b a   n b a p l  
  p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s / 2 0 2 2   n b a   p r e s e a s o n ,   o c t o b e r   1 0 .    
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   r e v e a l s   t h a t   t h e   s t a r t e r s   w i l l   p l a y   m i n u t e s   i n   e a c h   o f   t h e   f i n a l   t w o   p r e s e a s o n   g a m e s .    
t o b i a s   h a r r i s   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t o b i a s h a r r i s   t o b i a s   h a r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s
n b a   p r e s e a s o n   h i g h l i g h t s :   7 6 e r s   1 1 3 ,   c a v a l i e r s   9 7   –    
n b a   p r e s e a s o n   h i g h l i g h t s :   7 6 e r s   1 1 3 ,   c a v a l i e r s   9 7   –    
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
d e ' a n t h o n y   m e l t o n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e ' a n t h o n y m e l t o n   d e ' a n t h o n y   m e l t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
j a m e s   h a r d e n   n b a   p l a y e r   a l l   p o s s e s s i o n s   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 . . .     v i a  
w h i c h   f i v e   b e n c h   p l a y e r s   s h o u l d   t h e   s i x e r s   u s e ? 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   p h i l l y   s i x e r s   w e a r e t h e v a l l e y   p h o e n i x   s u n s   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   h a w k s
" i   t o o k   t h i s   j o b   b e c a u s e   o f   j o e l   e m b i i d   a n d   b e n   s i m m o n s "   -   d o c   r i v e r s   g i v e s   c a n d i d   o u t l o o k   o n   p h i l a d e l p h i a   7 6 e r s '   b e n   s i m m o n s - j o e l   e m b i i d   e r a     b a s k e t b a l l
e s p n ' s   z a c h   l o w e   r a n k s   p h o e n i x   s u n s   o u t s i d e   ' t h e   i n n e r   c i r c l e ' 
 
 
 
 n b a   w e a r e t h e v a l l e y   p h o e n i x   s u n s   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   d u b n a t i o n   h a w k s
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
r a n k i n g   t h e   s p u r s   r o s t e r   b y   s h a r p s h o o t i n g   a b i l i t y 
 
 
 
 n b a   g o s p u r s g o   s a n a n t o n i o   s p u r s   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   b e t h e f i g h t   d u b n a t i o n   h a w k s
n b a :   5   s t a r s   f a c i n g   t h e   m o s t   p r e s s u r e   h e a d i n g   i n t o   2 0 2 2 - 2 3 
 
 
 
 n b a   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   b e t h e f i g h t   d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n
c h i c a g o   b u l l s :   a n d r e   d r u m m o n d   i s   n o w   a   s h a r p - s h o o t i n g   u n i c o r n 
 
 
 
 n b a   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   b e t h e f i g h t   d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n
s a c r a m e n t o   k i n g s   l e a v e   f o o t p r i n t s   a l l   o v e r   2 0 2 2   n b a   a p p   g m   s u r v e y 
 
 
 
 n b a   s a c r a m e n t o p r o u d   k i n g s   s a c r a m e n t o   w e t h e n o r t h   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   w e a r e t h e v a l l e y     d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n
d r a y m o n d   g r e e n   s i t u a t i o n   s h o w s   v a l u e   o f   r a p t o r s '   c u l t u r e 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   w e a r e t h e v a l l e y     d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n   m f f l   t a k e n o t e   c l i p p e r s
a t l a n t a   h a w k s   i n   t a l k s   a b o u t   p h o e n i x   s u n s   f   j a e   c r o w d e r 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   w e a r e t h e v a l l e y   p h o e n i x   s u n s   d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n   m f f l   t a k e n o t e   c l i p p e r s
p . j .   t u c k e r   s h i n e s   i n   s m a l l - b a l l   c e n t e r   r o l e   d u r i n g   p r e s e a s o n   v i c t o r y    
s i x e r s   f i n a l   r o s t e r   c u t   m a d e   c l e a r   a f t e r   r e c e i v i n g   z e r o   m i n u t e s   i n   p r e s e a s o n   m a t c h u p    
d o n o v a n   m i t c h e l l   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d o n o v a n m i t c h e l l   d o n o v a n   m i t c h e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
  _ 7 6 e r s   l m a o   w e   w o u l d   n e v e r   g e t   a w a y   w i t h   t h a t   t b h
_ g o r d o n   _ 7 6 e r s   h e   a l s o   s a i d   h e ' l l   p u t   g i b b e r i s h   i n   f o r   p e o p l e s   n a m e s   w h e n   h e   i s   i n   d r i v e   t h r u
  _ 7 6 e r s   h o w   💀 
 i   m e a n   i t   i s   h a r d   t o   h e a r   s o m e t i m e s   b u t   s t i l l . . .
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   t o   9 7 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
_ g o r d o n   _ 7 6 e r s   m y   b r o t h e r   o n c e   m i s s p e l l e d   " k i k i "   t o   m a k e   i t   s a y   " r a t a n g l e "   b e c a u s e   t h a t   i s   w h a t   h e   h e a r d 💀
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
  _ 7 6 e r s   o h   y e a h   w e l l   i ' m   k i n d a   u s e d   t o   t h a t   i   h a v e   t o   a s k   p e o p l e   t o   r e p e a t   a l l   t h e   t i m e . . .   o f t e n   t h e i r   n a m e   a n d   s o m e t i m e s   o t h e r   s t u f f   a n d   s o m e t i m e s   i   a s k   t h e m   t o   r e p e a t   b c   i ' m   b u s y   m a k i n g   6   m i l k s h a k e s   a n d   i   f o r g o t   o r   a m   j u s t   g a i n i n g   t i m e . . .
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e   p h i l a d e l p h i a   7 6 e r s   n b a  
_ g o r d o n   _ 7 6 e r s   a n d   i t   b e c o m e s   a w k w a r d   w h e n   y o u   n e e d   t o   a s k   t h e m   w h a t   t h e y   s a i d   a g a i n
  _ 7 6 e r s   l u c k i l y   u   c a n   t u r n   t h e   h e a d s e t   o f f   o r   j u s t   h o l d   t h e   m i c   a w a y   f r o m   u r   m o u t h   b u t   t h e n   i t ' s   h a r d   b c   u   h a v e   t o   a b r u p t l y   s t o p   t a l k i n g   o r   n o t   h e a r   w h a t   t h e y   s a i d . . .
_ g o r d o n   _ 7 6 e r s   t h e y   m u s t   t h i n k   a   n u k e   w e n t   o f f   i n   t h e r e   o r   s o m e t h i n g
  _ 7 6 e r s   w a i t   u n t i l   y o u ' r e   i n   t h e   m i d d l e   o f   t a k i n g   a n   o r d e r   a t   w o r k   ( e s p e c i a l l y   o n   h e a d s e t   t h a t ' s   t h e   w o r s t )   a n d   u   h a v e   t o   s n e e z e   r i g h t   i n   t h e   m i d d l e   o f   i t . . .
j a r r e t t   a l l e n   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a r r e t t a l l e n   j a r r e t t   a l l e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
  j u s t   f o r   k d   t o   d e m a n d   a n o t h e r   t r a d e   n e x t   o f f s e a s o n   b c   h e   d i d n ’ t   w i n   a   c h i p ?   i   t h i n k   7 6 e r s   f a n s   w o u l d   b e   s m a r t   t o   s a y   n o
1 0 x   n b a   a l l - s t a r !   p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   3 r d   q t r   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n    
t h e   p h i l a d e l p h i a   7 6 e r s   r e a c t   t o   t y r e s e   m a x e y ’ s   b i g   o f f e n s i v e   p e r f o r m a n c e   i n   a   p r e s e a s o n   w i n   o v e r   t h e   c l e v e l a n d   c a v a l i e r s .    
a t   l e a s t   i   g o t   t h e   7 6 e r s   a n d   t y r e s e   m a x e y
  a t   l e a s t   y o u r   j e t s   d i d   w e l l . . i ' m   o n   t o   7 6 e r s   b a s k e t b a l l .   c a n ' t   t a k e   t o o   m u c h   m o r e   o f   t h i s   m e s s   t h i s   y e a r
t y r e s e   m a x e y   h a s   b e e n   o n   f i r e   t h r o u g h   3   g a m e s   t h i s   p r e s e a s o n 
 
 a f t e r   a   g r e a t   p o s t   a l l   s t a r   b r e a k ,   a   s t r o n g   p l a y o f f s ,   a n d   t h i s   h o t   p r e s e a s o n   s t a r t ,   h e   l o o k s   t o   m a k e   a n o t h e r   s i g n i f i c a n t   j u m p   a s   a   p l a y e r   i n   y e a r   3 
 
 i f   h e   c a n   t a k e   a   b i g   l e a p ,   t h i s   7 6 e r s   t e a m   c e i l i n g   i s   w i n n i n g   i n   j u n e  
1 - 4   u n b e l i e v a b l e ! ! 😒 😒   7 6 e r s   b a s k e t b a l l   a r o u n d   t h e   c o r n e r   t h o u g h . 😃   t h i s   y e a r   i s   c r a z y   w h e n   i t   c o m e s   t o   t h e   r a i d e r s   😮 ‍ 💨
7 6 e r s   g e t   p h y s i c a l   i n   d r u b b i n g   c a v a l i e r s ,   1 1 3 - 9 7 ,   i n   p r e s e a s o n   g a m e 

7 6 e r s   g e t   p h y s i c a l   i n   d r u b b i n g   c a v a l i e r s ,   1 1 3 - 9 7 ,   i n   p r e s e a s o n   g a m e 

7 6 e r s   g e t   p h y s i c a l   i n   d r u b b i n g   c a v a l i e r s ,   1 1 3 - 9 7 ,   i n   p r e s e a s o n   g a m e 

7 6 e r s   g e t   p h y s i c a l   i n   d r u b b i n g   c a v a l i e r s ,   1 1 3 - 9 7 ,   i n   p r e s e a s o n   g a m e 

  _ j e t     y o u   l o v e   t o   g e t   d i s a p p o i n t e d   d o l p h i n s ,   p h i l l i e s ,   a n d   e s p e c i a l l y   t h e   7 6 e r s   g e t t i n g   o w n e d   b y   t h e   c e l t i c s   e v e r y   y e a r
e i g h t   d a y s   f o r   t h e   n e w   s e a s o n   o f   t h e   n b a . 
 
 w h i c k   p l a y e r ,   f r o m   t h e   p h i l a d e l p h i a   7 6 e r s ,   d o   w e   p i c k   f o r   f a n t a s y ? 
 
 t h e g o l d e n p i c k   n b a f a n t a s y
  _ 2 4         t h e   g   l e a g u e   i s n ’ t   e v e n   b a d   y o u   c o u l d n ’ t   d o   a n y t h i n g   i n   i t   h e ’ s   l i t e r a l l y   i n   p l a y i n g   f o r   t h e y ’ r e   g   l e a g u e   a f f i l i a t e   t e a m   d o o f u s … h e n c e   w h y   t h e y   w a i v e d   h i m   t o   o b t a i n   h i s   g   l e a g u e   r i g h t s   s i n c e   h i s   e x h i b i t   1 0   i s   g o i n g   t o   e x p i r e   a n d   t h e   7 6 e r s   a r e   g u a r d   h e a v y   c a s u a l .
  w a r r i o r s   v s   7 6 e r s   n o v e m b e r   1 8 t h   2 0 1 7 .   w e   w e r e   u p   b y   2 2   g o i n g   i n t o   h a l f t i m e   a n d   t h e n   s i x e r s   t o t a l l y   f e l l   a p a r t   a n d   w a r r i o r s   a r e   t h e   w a r r i o r s   a n d   w e   l o s t   b y   8
      _ e   a n d   t h e n   l o s e   f i r s t   r o u n d ? ? 😂   w t f   a n d   t h e n   l o s e   i n   2 0 2 0   a n d   t h e n     l e f t   a n d   w e n t   t o   t h e   7 6 e r s   t o   l o s e   a g a i n   w i t h   s h t t y   c o a c h i n g   😂
j a r r e t t   a l l e n   h i g h l i g h t s   -   c a v a l i e r s   v s .   7 6 e r s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   j a r r e t t   a l l e n   c l e   p h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c l e v e l a n d   c a v a l i e r s   p h i l a d e l p h i a   7 6 e r s
      _ e   y e a   f o l k s   g o n n a   b l a m e   d o c   t h a t ’ s   e x a c t l y   w h y   t h e   7 6 e r s   g o n n a   h a v e   t o   p r a y   t h e i r   t e a m   g o o d   c a u s e   i t   a i n ’ t   f i n n a   b e   d o c   t h a t   s a v e s   t h e m   i n   c r u c i a l   t i m e s   i f   o n e   o f   t h e i r   s t a r s   g o   d o w n   o r   f a c e   a   w a l l
_ m i l e s 0 1     7 6 e r s   d i d   i t , s o   y o u r   g a m e   i s   a   w i n   n o w
a i n ’ t   n o   w a y   y o u ’ r e   h y p i n g   d a v a n t e   f o r   t h a t   g o r g e o u s   t h r o w   i n s t e a d   o f   c a r r   😂 😂  
  l i v e   n o w !   p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   -   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3   p l a y   b y   p l a y    
s o m e t i m e s   d e r e k   c a r r   l o o k s   l i k e   a s s   a n d   t h e n   s o m e t i m e s   h e   m a k e s   a b s u r d   t h r o w s   l i k e   t h a t   o n e
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w k 3 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
m a x e y   l e a d s   s i x e r s   t o   a n o t h e r   p r e s e a s o n   w i n   o v e r   c a v a l i e r s    
s i x e r s   b e l l   r i n g e r :   t y r e s e   m a x e y   c o n t i n u e s   s t r o n g   p r e s e a s o n   i n   w o n   o v e r   t h e   c a v a l i e r s    
n e w   p o s t :   j a r r e t t   a l l e n   w i t h   a   f i r s t   b a s k e t   o f   t h e   g a m e   v s   t h e   p h i l a d e l p h i a   7 6 e r s    
n e w   p o s t :   d a r i u s   g a r l a n d   w i t h   a   2 - p o i n t e r   v s   t h e   p h i l a d e l p h i a   7 6 e r s    
n e w   p o s t :   c a r i s   l e v e r t   w i t h   a n   a s s i s t   v s   t h e   p h i l a d e l p h i a   7 6 e r s    
n e w   p o s t :   t o p   b l o c k s   f r o m   c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   7 6 e r s    
n e w   p o s t :   i s a i a h   m o b l e y   w i t h   a   d u n k   v s   t h e   p h i l a d e l p h i a   7 6 e r s    
n e w   p o s t :   i s a a c   o k o r o   w i t h   a   b l o c k   v s   t h e   p h i l a d e l p h i a   7 6 e r s    
n e w   p o s t :   d o n o v a n   m i t c h e l l   w i t h   a   b l o c k   v s   t h e   p h i l a d e l p h i a   7 6 e r s    
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w k 3 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
d a n u e l   h o u s e   o n   h i s     7 6 e r s   r o l e :   " m y   r o l e   i s   j u s t   t o   b e   e n e r g y ,   m y   r o l e   i s   t o   b e   t h e   g u y   t o   m a k e   s t u f f   h a p p e n ,   m a k e   p l a y s   h a p p e n ,   m a k e   a   s h o t ,   k n o c k   d o w n   a   s h o t ,   g e t   a   r e b o u n d ,   p a s s   t h e   b a l l ,   s e t   t h e   p l a y   u p ,   r u n   t h e   p l a y   u p ,   s e t   t h e   s c r e e n ,   w h a t e v e r   t h e   t e a m   n e e d s   p r e t t y   m u c h . ”
p h i l a d e l p h i a   7 6 e r s   b i g   m a n   m o n t r e z l   h a r r e l l   r e v e a l s   h o w   h e   s u f f e r e d   t h e   i n t e r c o s t a l   s t r a i n   h e   i s   d e a l i n g   w i t h .    
  _ p h i l l y   y o u   a   7 6 e r s   f a n   l m a o o o o o   c e l t i c s   o w n   y o u   h a h a h a h a h a
g o o d n i g h t  
  h a h a   y e a h   i   w i s h
_ 7 6 e r s   t a k e   a   d e e p   b r e a t h .   i   o v e r t h i n k   a   l o t .   j u s t   b r e a t h e   a n d   r e l a x
    t h a n k s !
_ 7 6 e r s     n o   w a y   y o u ' r e   g e t t i n g   a   f a k e   i d   f o r   a   t a t t o o   😭 😭 😭
_ 7 6 e r s     t h a t ' s   w h a t   i   t h o u g h t .   y o u   l i e   l i k e   m y   s i s t e r   a n d   t h a t ' s   a   c o m p l i m e n t   b e c a u s e   s h e   i s   a   r e a l l y   g o o d   l i a r
    n o p e
_ 7 6 e r s     s o   i s   i t   r e a l   o r   n o t ?
g u y s   t h i s   i s   a   l i e   o b v i o u s l y
    t h a t s   w h e n   t h e   f a k e   i d   c o m e s   i n t o   p l a y
  t r a d e   t a r i   e a s o n   t o   t h e   7 6 e r s   🤗
  _ 7 6 e r s   i ' m   h a v i n g   a   h a r d   t i m e   b e l i e v i n g   a s   w e l l .   e v e n   i f   y o u   l o o k   1 8 +   t h e y ' r e   g o n n a   a s k   f o r   a n   i d
_ 7 6 e r s   w e l l
t h e   m i a m i   h e a t   w o n   1 1 8 - 1 1 0   o v e r   t h e   h o u s t o n   r o c k e t s .   f o r   t h e   h e a t ,   m a x   s t r u s   h a d   2 4   p o i n t s   ( 5 - 1 0   t h r e e - p o i n t   f i e l d   g o a l s )   a n d   4   r e b o u n d s ,   w h i l e   s h a k e   m i l t o n   i s   s h a k i n g   t h i n g s   u p   t h i s   p r e s e a s o n   a s   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t e d   t h e   c a v a l i e r s . 
 
 o k b e t   o w n t h e w i n   n b a p r e s e a s o n   n b a  
  w e l l
    r e a l
_ 7 6 e r s   d o e s n ' t   s e e m   f e a s i b l e
  w h y   n o t
  _ 7 6 e r s   p l e a s e   t a k e   t h i s   t o   d m s   i t ’ s   c l o g g i n g   m y   m e n t i o n s   t y
    i   g o t   s o m e
_ 7 6 e r s   i   h o n e s t l y   t h i n k   t h i s   i s   n o t   r e a l
  w h a t   d o   u   t h i n k
_ 7 6 e r s     m o r e   b l a n k e t s
r o c k e t   m l   ❌ 
 7 6 e r s   m l   ✅  
_ 7 6 e r s     b l a n k e t s
_ 7 6 e r s   h i g h   s c h o o l   i s   e a s y   i   s l e p t   t h r o u g h ,   n e v e r   s t u d i e d   a n d   h a d   a ' s   w i t h   a   c o u p l e   b ' s
    i t s   f r e e z i n g   i n   m y   r o o m   t h o
_ 7 6 e r s   i f   t h i s   i s   r e a l   t h e n   g o o d   j o b   b u t   a   b i t   s c a r y   i f   n o t   g r e a t   j o b   f a k i n g   i t   i ' l l   c o m e   t o   y o u   t o   o r c h e s t r a t e   m y   l i e s
  7 6 e r s   v s   w a r r i o r s   2 0 1 6 ,   t h e y   a l m o s t   w o n   t o o 😭
_ 7 6 e r s     g e t   u n d e r   a   b l a n k e t
_ 7 6 e r s     i m a g i n e   b e i n g   c o l d   i n   a   7 2   d e g r e e   h o m e .   i   c o u l d   n e v e r
    i m   c o l d
7 6 e r s   a t   c a v a l i e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2  
_ 7 6 e r s   i ' m   n o t   e v e n
    y e s   i t   i s
_ 7 6 e r s     r a t i o .   w h a t   a b   y o u ?
_ 7 6 e r s     t h i s   i s   a   v a l i d   p o i n t
  _ 7 6 e r s   t h i s   c o n v o   i s   g o i n g   t o   f i l l   m y   n o t i f i c a t i o n s   p l e a s e   t a k e   t h i s   t o   d m s
  n o   c u z   i ' d   g e t   i n   t r o u b l e   o r   s o m e t h i n g   f o r   f a k i n g   a n   i d
_ 7 6 e r s     n o t   m u c h .   s u r e l y   i   w i l l   w r i t e   m y   e s s a y   t n   t h o u g h
  _ 7 6 e r s   y o u   g e t   i t
_ 7 6 e r s     f r e e   b r e a d
_ 7 6 e r s   m o n e y
  w h y   w o u l d   i   d o   t h a t
_ 7 6 e r s     h e l l o
_ 7 6 e r s   y o u   c a n   s u e   f o r   i l l e g a l   t o u c h i n g   a   m i n o r   i f   y o u   w a n t   p r o b a b l y
    e x a c t l y
  t h e r e   a r e   s o   m a n y   w a y s   t o   l o o k   o l d e r   s m h   a n d   t h e   t a t t o o   i s   a   b u t t e r f l y   a n d   i t s   o n   m y   s i d e
  _ 7 6 e r s   c o n f i d e n c e   c a n   g e t   y o u   a n y w h e r e
_ b 7   7 6 e r s   
 c e l t i c s 
 b u c k s 
 c a v a l i e r s 
 h e a t 
 n e t s 
 r a p t o r s 
 h a w k s 
 b u l l s 
 k n i c k s 
 h o r n e t s 
 p i s t o n s 
 m a g i c 
 w i z a r d s 
 p a c e r s 
 
 w e s t - 
 n u g g e t s 
 w a r r i o r s 
 s u n s 
 c l i p p e r s 
 t i m b e r w o l v e s 
 g r i z z l i e s 
 m a v e r i c k s 
 p e l i c a n s 
 l a k e r 
 t r a i l b l a z e r s 
 k i n g s 
 r o c k e t s 
 j a z z 
 s p u r s 
 t h u n d e r
t h e   p h i l a d e l p h i a   7 6 e r s   a r e   a   7 t h   s e e d   t e a m .
_ 7 6 e r s   a c t i n g   d o e s n ' t   m a k e   y o u   l o o k   o l d e r   +   w h a t   i s   t h e   t a t t o o   a n d   w h e r e   i s   i t ?
  f a k e   i t   t i l l   u   m a k e   i t ,   j u s t   g o t t a   a c t   o l d e r
t y r e s e   m a x e y   l e d   t h e   s i x e r s   t o   a n o t h e r   p r e s e a s o n   w i n .     j o i n s     t o   d i s c u s s   t h e   v i c t o r y ,   d o c ’ s   s m a l l - b a l l   l i n e u p   a n d   m o r e   o n   t h e   l a t e s t   e p i s o d e   o f   t h e   o u t   o f   s i t e   p o d c a s t .    
_ 7 6 e r s   w o u l d n ' t   i t   b e   v e r y   v e r y   o b v i o u s   t o   s e e   t h a t   y o u   a r e   4   y e a r s   u n d e r a g e ?
f i v e   t h o u g h t s   o n   t h e   c a v a l i e r s   1 1 3 - 9 7   l o s s   t o   t h e   p h i l a d e l p h i a   7 6 e r s  
  u   d o n ' t   t e l l   t h e m   u r   1 4   o b v i o u s l y 😭 😭
_ 7 6 e r s   j u s t   g o t   a n o t h e r   t d
i m   g u e s s i n g   t r a v i s   k e l c e   d i d   s o m e t h i n g
_ 7 6 e r s   w h o   o n   g o d ' s   g r e e n   e a r t h   w o u l d   g i v e   a   t a t t o o   t o   a   1 4   y e a r   o l d ?
  t h e   t a t t o o   p l a c e ? 😭
  y e s   k a t e
_ 7 6 e r s   y o u r   1 4   w h e r e   o n   g o d ' s   g r e e n   e a r t h   c o u l d   y o u   g e t   a   t a t t o o
_ 7 6 e r s   k a t e
  i m   k a t e   l i k e   a l w a y s   ( 😅 )   b u t   g n
  s h e   d o e s n t   k n o w   b r u h 😭 😭 
 i ' d   b e   d e a d
_ 7 6 e r s   y o u r   m o t h e r
  d e p e n d s   w h o   u   a s k
_ 7 6 e r s   a n d   i f   i   w e r e   t o   a s k   p e o p l e   w h o   k n o w   y o u   i n   p e r s o n ,   t h e y   w o u l d   s a y ?
  i t   m u s t   b e   n i c e   a s   a   p h i l l y   f a n . .   i   w a s n ’ t   s u r e   i f   y o u   w e r e   t a l k i n g   a b o u t   t h e   p h i l l i e s   o r   e a g l e s .   a f t e r   r e a d i n g   i t   a   s e c o n d   t i m e   i   r e a l i z e d   y o u   w e r e   t a l k i n g   a b o u t   t h e   7 6 e r s . .   i   t h i n k .
  y e a h
_ 7 6 e r s   d o   y o u   a c t u a l l y   h a v e   t a t t o o s ?
_ 7 6 e r s   i t ' s   n o t   f u n   w h e n   y o u   f e e l   a   s n e e z e   c o m i n g   o n   a n d   i t   g o e s   a w a y
_ 7 6 e r s   i t   r l l y   i s   t h o u g h   😂 
 i t ' s   l i k e   😩 😩
i   h a t e   7 6 e r s   f a n s   s o r r y .
_ 7 6 e r s   p r o o f
s n e e z i n g   i s   s o   m u c h   f u n
w i t h   1 9   p o i n t s ,   i n c l u d i n g   1 5   i n   t h e   f i r s t   q u a r t e r ,   t y r e s e   m a x e y   c o n t i n u e s   t o   l i g h t   u p   t h e   p r e s e a s o n   s c o r e b o a r d s . 
 
 _ j j f   h a s   y o u r   m o n d a y   b e l l   r i n g e r s :    
_ 7 6 e r s   i ’ v e   l e a r n e d   t o   b e   m o r e   r e s p o n s i b l e   a n d   m a n a g e   m y   t i m e   b e t t e r   s o   e v e r y t h i n g   t u r n e d   o u t   o k
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
7 6 e r s   a t   c a v a l i e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2 

t y r e s e m a x e y   s c o r e s   1 9   p o i n t s   t o   s e n d   t h e   7 6 e r s   p a s t   t h e   c a v a l i e r s .   f i n a l :   p h i   1 1 3   -   9 7   c l e   n b a p r e s e a s o n
_ 7 6 e r s   r e a l
    s t o p   l m f a o   s t o p p p p p p p p p p p p p p p p
  i   w a t c h e d   7 6 e r s   b a c k   a n d   f o r t h ,   t h e n   i   s w i t c h e d   t o   f o o t b a l l .
  h o w   r   u   d o i n g   i n   l i f e   n o w
_ 7 6 e r s   t h i s   w a s   m e   e v e r y   d a y   i n   h i g h   s c h o o l
  w w w w w w w w w w w w w w w w w w w   
 h a p p y   b i r t h d a y   ( i n s e c o n f e t t i   a n d   b a l l o n s ) 
 w w w w w w w w w w w w w w w w w w w
w h y   7 6 e r s   p r a c t i c i n g   i n   s c   l o l
  y e s   p h i l a d e l p h i a   7 6 e r s   w o n   t h e   g a m e   1 1 3 - 9 7 
 t r u e t a l k
  u m   u h   w e l l   u h   s o   b a s i c a l l y   l i k e   o h   s o   h o w   w a s   u r   d a y ? !
_ 7 6 e r s   i ’ v e   t h o u g h t   a b o u t   i t   t b h ,   n o t   s u r e   i f   i t ’ s   s o m e t h i n g   i   w a n t   t h o
_ 7 6 e r s   i t ' s   c o l l e g e   s o   i   c a n ' t   l o l
  k n o w i n g   m e   i   w o u l d n ' t   s t a r t   t i l l   t h u r s d a y
  o m g   u   s h o u l d   g e t   u r   e a r s   p i e r c e d   t o o !
_ 7 6 e r s   i   g o t   3   p a p e r s   d u e   f r i d a y   🙃
d o n o v a n   m i t c h e l l   w i t h   a   b l o c k   v s   t h e   p h i l a d e l p h i a   7 6 e r s       n b a   n e w s   b a s k e t b a l l  
h o g s   g r e a t   & a m p ;   7 6 e r s   g   i s a i a h   j o e   _ j o e 1   w / 7   p t s   ( 3 - 5   f g s ,   i n c l   1 - 2   f r o m   3 )   & a m p ;   1   a s t   i n   8   m i n s   i n   p h i l a d e l p h i a ' s   1 1 3 - 9 7   p r e - s z n   w i n   o v e r   t h e   c l e v e l a n d   c a v a l i e r s   o n   m o n d a y   . . .  
_ 7 6 e r s   n o t   b a d   a t   a l l ,   d o n ’ t   w o r r y   a b o u t   i t ,   b u t   i ’ m   a   g u y   l m a o o
i s a i a h   m o b l e y   w i t h   a   d u n k   v s   t h e   p h i l a d e l p h i a   7 6 e r s       n b a   n e w s   b a s k e t b a l l  
  _ 7 6 e r s   t h a t ' s   a   h o n k e y   t o n k i n   p a r a g r a p h   r i g h t   t h e r e
  h o l d   u p   t h i s   m i g h t   b e   b a d   t o   a s k   a n d   i f   i t   i s   i ' m   s r y     b u t   w h a t   g e n d e r   r u
_ 7 6 e r s   t r i e d   i t   a n d   m o m   d o e s n ' t   l o v e   m e   a n y m o r e
7 6 e r s   l o o k i n g   s c a r y
_ 7 6 e r s   i   p e r s o n a l l y   d o n ’ t   h a v e   a n y   p i e r c i n g s ,   s o   i   c a n ’ t   s p e a k   o n   t h e   p a i n   t h a t   c o m e s   w i t h   i t .   b u t   i f   y o u   r e a l l y   w a n t   i t   a n d   r e a l l y   t h i n k   i t   w i l l   m a k e   y o u   h a p p y ,   t h e n   t h e   t e m p o r a r y   p a i n   w i l l   m o s t   l i k e l y   b e   w o r t h   i t .   d o n ’ t   o v e r t h i n k   i t ,   f o l l o w   y o u r   h e a r t .   y o u r   h e a r t   i s   a l w a y s   r i g h t .
_ 7 6 e r s   n a h ,   i   l i k e   y o u
  _ h u f f     a n d   t h e y   h a v e   b e t t e r   d e p t h .   a n d   t h a t ’ s   t h e   s a m e   c a s e   w i t h   t h e   n e t s ,   c e l t i c s ,   c a v s ,   7 6 e r s ,   a n d   e v e n   h e a t .   t h e y ’ r e   3   b e s t   p l a y e r s   a r e   b e t t e r   t h a n   y o u r   t h r e e   b e s t   p l a y e r s .   t h e y   a l l   h a v e   b e t t e r   d e p t h   e x c e p t   m a y b e   t h e   c a v s ,   a n d   t h e y ’ l l   a l l   b e t t e r   c o a c h e d   e x c e p t   t h e   n e t s   & a m p ;   m a y b e   7 6 e r s
  l i k e   t h a t   b a s i c a l l y  
d o c   r i v e r s   d i s c u s s e s   t h e   p h i l a d e l p h i a   7 6 e r s   g e t t i n g   t o u g h e r   a s   w e l l   a s   t h e   c o m f o r t   l e v e l   o f   j a m e s   h a r d e n   w i t h   t h e   t e a m .    
p h i l a d e l p h i a   7 6 e r s   2 0 2 2 - 2 3   b e t t i n g   g u i d e  
7 6 e r s   f a n s   c h i l l   o u t .   i t s   p r e s e a s o n ,   s t o p   e x p e c t i n g   a   f u l l   o u t   1 0 0 %   h a r d e n   r i g h t   n o w .   i t s   p r e s e a s o n .
      h e ’ s   y o u r   o n l y   g o o d   y o u n g   p l a y e r   l m a o   w h o   e l s e   a r e   t h e y   s u p p o s e d   t o   p o s t   a b o u t   i n   p r e s e a s o n   f o r   y ’ a l l   l m a o ,   l a k e r s   c l i p p e r s   a n d   7 6 e r s   g o t t a   b e   t h e   o l d e s t   t e a m s   i n   t h e   l e a g u e
i   f e e l   l i k e   i ' m   r l y   a n n o y i n g   n g l
t   r o   b e t t e r   n o t   t o u c h   t h e   f u c k i n g   f l o o r   a g a i n s t   7 6 e r s .   w e   c a n ’ t   l o s e   h i m   a n d   l a m e l o .  
_ 7 6 e r s   w h a t   k i n d   o f   p i e r c i n g ? ?
  i   w a n t   t o   b u t   i ' m   s c a r e d   i t ' s   g o n n a   h u r t t t
  7 6 e r s   a t   c a v a l i e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2    
  7 6 e r s   a t   c a v a l i e r s   |   2 2 7 ' s   y o u t u b e   c h i l i ' 🌶 ️   s p i c y '   n b a   m i x !     p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2    
_ 7 6 e r s   g e t   t h e   p i e r c i n g   l m a o o
7 6 e r s   a t   c a v a l i e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2    
  d o   i t
_ 7 6 e r s   m y   s i s t e r s   w a n t   t o   p a i n t   m y   n a i l s
t h e   n u g g e t s   b e a t i n g   t h e   l a k e r s   i n   t h e   1 s t   r o u n d ,   t h e   w a r r i o r s   i n   t h e   2 n d   r o u n d ,   t h e   s u n s   i n   t h e   w c f ,   a n d   t h e n   t h e   7 6 e r s   i n   t h e   f i n a l s   w o u l d   m a k e   m e   o n e   p e t t y   s o n   o f   a   g u n .  
h o w   m a n y   p o i n t s   d i d   h a i r y   h a r d e n   g e t   t o n i g h t ?   7 6 e r s   s i x e r s  
_ l i l l a r d   f i t s   s o   p e r f e c t   w   t h e   7 6 e r s
_ 7 6 e r s   n o t   r e a l l y   i   k n o w   n o t h i n g   a b o u t   n a i l s   b e y o n d   t h e   c u t t i n g
  n o   l i k e   t h e   n a i l   p o l i s h   a n d   t h e   n a i l   a n d   a g g g g   y k   w h a t   i ' m   s a y i n g
_ 7 6 e r s   f u l l   s e n d
s h o u l d   i   g e t   m y   s e c o n d   p i e r c i n g
_ 7 6 e r s   s n i p   s n i p   t i m e
d e f e n s e   w i l l   a l w a y s   b e   p r i o r i t y   o n e ,   c a v a l i e r s   c o a c h   j . b .   b i c k e r s t a f f   s a i d   m o n d a y   n i g h t   a f t e r   t h e   c a v s   w e r e   b e a t e n ,   1 1 3 - 9 7 ,   b y   t h e   7 6 e r s   i n   a   p r e s e a s o n   g a m e  
m y   n a i l s   r   g r o w i n g   o u t 🙁 🙁
_ 7 6 e r s   s c h o o l   d o e s n ' t   m a t t e r   t i l l   c o m m u n i t y   c o l l e g e   e i t h e r   w a y
  t h e y   o u t   p a c i n g   t h e   7 6 e r s   l i t t l e   b r o
i m   p r e t t y   s u r e   i   h a v e   m a t h   h o m e w o r k 
 i   d i d n ' t   d o   i t 
 h o p e f u l l y   t h e r e ' s   e n o u g h   t i m e   t o m o r r o w   o n   t h e   b u s 
 
 i   h a v e   a   t e s t   t o m o r r o w 
 d i d n t   s t u d y 
 
 i m   g o n n a   f a i l   h i g h   s c h o o l 
 
 n g l   i m a   f a i l   l i f e
n b a p r e s e a s o n :   p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   1 0   o c t o b e r   m a t c h   r e s u l t 
  
🤖   s o f i a l e r t   
 📅   1 0 - 1 0 - 2 0 2 2   
 p h i l a d e l p h i a   7 6 e r s   -   c l e v e l a n d   c a v a l i e r s   
 🛋   1 . 5 / 5   s o f i s  
f o r   a   f a c t   w e   n o t   w o r r i e d   a b o u t   t h e   7 6 e r s .
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   -   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2   n b a …    
  n b a   l i v e   m a t c h :   c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   -   n b a   p r e -   s e a s o n   2 0 2 2 - 2 0 2 3    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   1 s t   q t r   |   o c t   1 0   |   2 0 2 2   n b a …    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3 …    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   |   n b a   l i v e   s c o r e b o a r d   2 0 2 2    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   |   n b a   g a m e   h i g h l i g h t s   |   n b a   p r e   s e a s o n   g a m e   r e p l a y    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   l i v e   s t r e a m   |   n b a   |   2 0 2 2   n b a   p r e s e a s o n   f u l l   g a m e    
  2 0 2 2   n b a   p r e s e a s o n   o n   f l a m e   s p o r t s   n e t w o r k   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   1 0 / 1 0 / 2 0 2 2    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   p r e s e a s o n   l i v e   p l a y   b y   p l a y    
  n b a   p r e s e a s o n :   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   ( l i v e   p l a y - b y - p l a y   & a m p ;   r e a c t i o n s )    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   l i v e   s t r e a m   h d   -   c a v a l i e r s   v s   7 6 e r s   l i v e   n b a    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s .   c l e v e l a n d   c a v a l i e r s   l i v e   |   2 0 2 2   n b a   p r e s e a s o n    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   1 s t   q t r   o c t   1 0   2 0 2 2   n b a   p r e s e a s o n    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   1 s t   q t r   n b a   s e a s o n   2 0 2 2   p r e s e a s o n …    
  l i v e :   c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   |   n b a   p r e s e a s o n   |   s c o r e b o a r d   |   p l a y   b y   p l a y    
  c l e v e l a n d   c a v a l i e r s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s .   c l e v e l a n d   c a v a l i e r s   h i g h l i g h t s   4 t h - q t r   |   n b a   p r e s e a s o n   |   2 0 2 2 - 2 0 2 3   n b a …    
  c l e v e l a n d   c a v a l i e r s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   4 t h   q t r   |   o c t   1 0   |   2 0 2 2   n b a …    
  c l e v e l a n d   c a v a l i e r s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   g a m e   h i g h l i g h t s   |   2 0 2 2   n b a   p r e s e a s o n    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   4 t h   q t r   n b a   s e a s o n   2 0 2 2   p r e s e a s o n …    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   -   f u l l   g a m e   h i g h l i g h t s   -   o c t o b e r   1 0 ,   2 0 2 2   n b a …    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n …    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s .   c l e v e l a n d   c a v a l i e r s   h i g h l i g h t s   3 r d - q t r   |   n b a   p r e s e a s o n   |   2 0 2 2 - 2 0 2 3   n b a …    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3 …    
  c l e v e l a n d   c a v a l i e r s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   3 r d   q t r   |   o c t   1 0   |   2 0 2 2   n b a …    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   3 r d   q t r   n b a   s e a s o n   2 0 2 2   p r e s e a s o n …    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   h i g h l i g h t s   1 r d   & a m p ;   2 r d   -   n b a   p r e -   s e a s o n   2 0 2 2 - 2 0 2 3    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   1 s t   q t r   o c t   1 0   2 0 2 2   n b a   p r e s e a s o n    
  c l e v e l a n d   c a v a l i e r s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   2 n d   q t r   |   o c t   1 0   |   2 0 2 2   n b a …    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   2 n d   q t r   n b a   s e a s o n   2 0 2 2   p r e s e a s o n …    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3 …    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s .   c l e v e l a n d   c a v a l i e r s   h i g h l i g h t s   2 n d - q t r   |   n b a   p r e s e a s o n   |   2 0 2 2 - 2 0 2 3   n b a …    
  c l e v e l a n d   c a v a l i e r s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   1 s t   q t r   |   o c t   1 0   |   2 0 2 2   n b a …    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   1 s t   q t r   h i g h l i g h t s   o c t o b e r   1 0 ,   2 2   |   n b a   p r e s e a s o n …    
  l i v e   n o w !   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   -   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3   p l a y   b y   p l a y    
  🔴   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   |   n b a   e n   v i v o / l i v e    
t w i t t e r   h e l p   u r g e n t l y   🚨 
 c a s h   o r   h o l d ?   😂 🤧 
 7 6 e r s   & a m p ;   w i z a r d s   a l r e a d y   w o n   
 r a i d e r s   u p   2 0 - 1 0   a t   h a l f   👀  
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   1 s t   q u a r t e r   h i g h l i g h t s   -   2 0 2 2   n b a   p r e   s e a s o n    
i ’ m   i m p r e s s e d   o r   m a y b e   d i s g u s t e d   i s   a   b e t t e r   w o r d   t o   u s e .   7 6 e r s   s i x e r s    
m e l o   w i l l   n o t   p l a y   i n   p h i l a d e l p h i a   o n   w e d n e s d a y   a g a i n s t   t h e   7 6 e r s   h o r n e t s  
t o m o r r o w   i s   t u e s d a y .   t h e n ,   o n   t h e   n e x t   t u e s d a y ,   t h e   c e l t i c s   p l a y   t h e   7 6 e r s   o n   n a t i o n a l   t v .   w e ' r e   a l m o s t   t h e r e
_ 7 6 e r s   d o n ' t   s t r e s s   o u t   i t ' s   n o t   t h a t   h a r d
c l e v e l a n d   c a v a l i e r s   g e t   t h e i r   b e l l   r u n g   e a r l y   b y   p h i l a d e l p h i a   7 6 e r s ,   l o s e   1 1 3 - 9 7    
              p r o b a b l y   a b o u t   t h e   7 6 e r s   b a s k e t b a l l   t e a m   o r   s o m e t h i n g
    7 6 e r s   g a m e   t h e y   g e t   u n v e i l e d
c l e v e l a n d   c a v a l i e r s   g e t   t h e i r   b e l l   r u n g   e a r l y   b y   p h i l a d e l p h i a   7 6 e r s ,   l o s e   1 1 3 - 9 7   ( )    
" 7 6 e r s   a t   c a v a l i e r s "     

    j o h n n i e   g o n n a   3 x   c h i p   t h i s   y e a r . . p h i l s   g o n n a   s h o c k   t h e   w o r l d   t h e n   b i r d s   t h e n   7 6 e r s   . . . o n e   c r a z y   a r s e   y e a r
  o f c   i t   i s
_ 7 6 e r s   t h i s   i s   s o   t r u e
_ g o r d o n   r e a l
_ 7 6 e r s   o k   g o o d   i   w a n n a   b e   s a d
t e l l   m e   i   s h o u l d n ' t   s t r e s s   o u t   s a y   i t s   n o t   t h a t   h a r d
_ g o r d o n   i   m e a n t   t h e   s o n g   b y   d i x i e   s o   y e a   i t   m e a n s   s t a y   s a d !
d o n o v a n   m i t c h e l l ' s   r h y t h m   o f f   i n   p r e s e a s o n   h o m e   d e b u t ;   c a v s   f a l l   t o   7 6 e r s     v i a  
_       7 6 e r s   a r e   g o o d .   i   l o v e   t y r e s e .   c a n ’ t   w a i t   f o r   b o t h   t e a m s   t o   p l a y   a t   f u l l   s t r e n g t h   d u r i n g   t h e   r e g u l a r   s e a s o n
7 6 e r s   p l a y i n g   l i k e   i t ’ s   t h e   f i n a l s 💀
🚨 💰 c a s h   i t !   n b a   p r e s e a s o n 💰 🚨 
 
 p h i   7 6 e r s   m l ✅ ✅ 
 
 + 1 6 5 ✅ ✅ ✅ 
 
 g a m b l i n g t w i t t e r   s p o r t s b e t t i n g   b e t 3 6 5    
i n   n o   w o r l d   a r e   t h e   7 6 e r s   n o t   t o p   3   t i t l e   f a v o r i t e s
d u b s s s s s   7 6 e r s
    h e r e   c o m e   t h e   " i t ' s   j u s t   p r e - s e a s o n "   a n d   " 7 6 e r s   a r e   t r y h a r d s   i n   p r e - s e a s o n "   o r   " w e   w e r e n ' t   e v e n   t r y i n g "   l m a o   7 6 e r s   a r e   j u s t   a   b e t t e r   t e a m   d e a l   w i t h   i t  
  y e a   i   m e a n t   t h e   s o n g   b y   d i x i e   s o   r l y   i t   m e a n s   s t a y   s a d !
s u p e r m a x x x x ✅ p h i l a d e l p h i a   7 6 e r s   @   c l e v e l a n d   c a v a l i e r s   u 2 2 2 . 5 
 g a m b l i n g t w i t t e r   n b a   v i p   
 
 ✅ 🔥 7 - 1   o n   p r e   s z n   s u p e r m a x s 🔥 ✅
  i   d o n ' t   w a t c h   t h e   7 6 e r s   v e r y   o f t e n .   b u t ,   l i k e ,   d o e s   t h e   g u y   n o t   c u t ?   i s   h e   n o t   a t h l e t i c   e n o u g h   t o   g e t   t o   t h e   r i m   d e s p i t e   b e i n g   a t h l e t i c   e n o u g h   t o   s t a y   i n   f r o n t   o f   p e o p l e ?   d o e s   h e   r e a l l y   j u s t   s t a n d   i n   t h e   c o r n e r   & a m p ;   p r a y   t h a t   n o   o n e   p a s s e s   t o   h i m ?   h e   p e r p l e x e s   m e .
7 6 e r s   m i g h t   a c t u a l l y   m a k e   i t   p a s t   t h e   s e c o n d   r o u n d   🥲 🥲
b e   h a p p y
    w   t h e n
7 6 e r s   + 4 . 5   ✅ ✅ ✅ 
 
 g o t   t h e   o u t r i g h t   w i n !  
d o c   r i v e r s   o p e n s   u p   o n   h o w   c o a c h i n g   n b a   p l a y e r s   h a s   c h a n g e d   t h r o u g h   t h e   y e a r s    
p u t t i n g   7 6   d o l l a r s   o n   t h e   7 6 e r s   t o   w i n   t h e   7 6 t h   s e a s o n   o f   t h e   n b a
      l o l   p l a y e d   u r   s t a r t e r s   f o r   r o u g h l y   3 0   m i n s   a n d   s t i l l   l o s t   s t o p   w i t h   t h e   e x c u s e s   7 6 e r s   a r e   j u s t   a   b e t t e r   t e a m   a t   t h e   e n d   o f   t h e   d a y
t h e   p h i l a d e l p h i a   7 6 e r s   a r e   t r a d i n g   f o r   v e t e r a n   j o h n   c o l l i n s   t o   t h e   c l e v e l a n d   c a v a l i e r s     i n   e x c h a n g e   f o r   j o s h   r i c h a r d s o n   s o u r c e s   t e l l   m e   a n d   .
    o h   r l y ?
c a v s   j . b .   b i c k e r s t a f f   s a i d   h e   w a n t e d   t h e   t e a m   t o   b e   b e t t e r   t h a n   g a m e   1 .   
 
 w e l p . . . 
 

i   t h i n k   t h e   7 6 e r s   t o o k   t h i s   g a m e   w a y   t o o   s e r i o u s l y .     n o t   w o r r i e d   a t   a l l .     a s   l o n g   a s   t h e   c a v s   b r i n g   t h e   e n e r g y   s t a r t i n g   n e x t   w e d n e s d a y   t h e y   w i l l   b e   f i n e .
_ 7 6 e r s   y o u ' r e   g o i n g   u p   f o r   a d o p t i o n
c h e c k   o u t   2 0 1 7   d o n r u s s   o p t i c     5   j u l i u s   i r v i n g   p s a   1 0   p h i l a d e l p h i a   7 6 e r s   ‘ d r   j ’     e b a y   v i a  
j a m e s   h a r d e n   p r o v e s   p r e s e a s o n   d o e s n ' t   m a t t e r   a s   h e   s l e e p   w a l k s   t o   a   w i n   o v e r   t h e   c a v a l i e r s   c o u r t e s y   o f   h i s   7 6 e r s   t e a m m a t e s   1 1 3 - 9 7   n b a   n b a p r e s e a s o n  
_ 7 6 e r s   s h a r e   y o u r   l i s t e n i n g   a c t i v i t y   w i t h   f r i e n d s   i m o
c a v s   2 n d   h a l f :   s h i v e r   d o w n   t h e   s p i n e   w h e n   l e v e r t   p u l l s   u p   f r o m   3 ,   i s a i a h   j o e   f i l t h y   c r o s s   s t e p b a c k   m a d e   m e   y e l p ,   c a v s   d e p t h   i s   y u c k ,   🗑   t i m e   d i a k i t e   f u n   m e t e r ,   7 6 e r s   3 - f e s t 
 
 3 / 1 0
t y r e s e   m a x e y   c o n t i n u e s   t o   h a v e   a   h u g e   p r e s e a s o n   a s   t h e   p h i l a d e l p h i a   7 6 e r s   k n o c k   o f f   t h e   c l e v e l a n d   c a v a l i e r s   o n   t h e   r o a d .    
  m y   l i k e d   s o n g s
_ 7 6 e r s   l i n k   m e   ( i n   d m s ? )
  _ 7 6 e r s   g r a c i e   p o o h   d o e s n ' t   l i e
  w i k e y
t h e   c a v s   t o n i g h t   v s   t h e   7 6 e r s : 
 
 j a r r e t t   a l l e n : 
 1 9   p t s 
 1 2   r e b 
 5 / 6   f t 
 
 d a r i u s   g a r l a n d : 
 1 7   p t s 
 7   a s t 
 6 / 1 0   f g 
 
 c a r i s   l e v e r t : 
 1 3   p t s 
 3   r e b 
 3   a s t 
 
 t h e   h a w k s   t r a v e l   t o   c l e v e l a n d   f o r   a   p r e s e a s o n   g a m e   o n   w e d n e s d a y   l e t e m k n o w   🗣 ️  
t e l l   m e   w h y   t h e r e s   h a p p y   s o n g s   o n   t h i s   p l a y l i s t .
n b a   b a s k e t b a l l   f a n s ,   t h e   n b a   r e t u r n s   o n   t u e s d a y ,   o c t o b e r   1 8 t h   o n   t n t   w i t h   a   d o u b l e h e a d e r   s t a r t i n g   w i t h   t h e   b o s t o n   c e l t i c s   h o s t i n g   t h e   p h i l a d e l p h i a   7 6 e r s   a t   6 : 3 0   p m   c t   a n d   t h e n   t h e   n b a   c h a m p i o n s   g o l d e n   s t a t e   w a r r i o r s   h o s t   t h e   l a   l a k e r s   a t   9   p m   c t . . .   n b a o p e n i n g   n i g h t
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 c l e v e l a n d   c a v a l i e r s   l i v e   s t r e a m s 
 p h i l a d e l p h i a   7 6 e r s   l i v e   s t r e a m s 
 s t a r t   t i m e :   o c t   1 0 ,   0 7 : 0 0   p m   e t 
 n b a _ l i v e 
 c l e v e l a n d _ c a v a l i e r s   v s   p h i l a d e l p h i a _ 7 6 e r s 
 c r a c k s t r e a m s 
 b u f f s t r e a m s 
 s p o r t s u g e 
 n b a s t r e a m s 
 r e d d i t n b a s t r e a m s  
    7 6 e r s   t r y h a r d s   i n   p r e s e a s o n
p r e s e a s o n   m i s t a k e s   d o n t   c o u n t   s o   t h e r e f o r e   t h e   c a v s   w i n   9 3 - 0   a n d   t h e   7 6 e r s   w i n   1 0 9 - 0 . . . e v e r y o n e   w i n s ! ! !
w e l l   t h e y   a r e   l o s i n g   b y   1 7 …  
  t h i s   7 6 e r s   t e a m   i s   d e e p
7 6 e r s   m a d e   1 7   t h r e e s   a n d   c o u n t i n g   t o n i g h t .
g u a r d e d :   7 6 e r s   1 0 9 ,   c a v a l i e r s   9 3   -   4 t h   -   3 : 2 4   ( d o w n   7   t o   1 4   r o o t s ) 

        h e   w o u l d   d e f i n i t e l y   l i s t e n   t o   t h a t   t h o
g u a r d e d :   7 6 e r s   1 0 6 ,   c a v a l i e r s   9 3   -   4 t h   -   3 : 5 1   ( u p   6   t o   2 1   r o o t s ) 

g u a r d e d :   7 6 e r s   1 0 6 ,   c a v a l i e r s   9 1   -   4 t h   -   4 : 0 1   ( d o w n   6   t o   1 5   r o o t s ) 

g u a r d e d :   7 6 e r s   1 0 4 ,   c a v a l i e r s   9 1   -   4 t h   -   4 : 1 9   ( u p   7   t o   2 1   r o o t s ) 

s o m e   g o o d   h i g h l i g h t s   ( d . m i t c h e l l ' s   a l l e y   o o p   s l a m   d u n k   a n d   t h e n   h i s   b l o c k e d   s h o t )   b u t   c a v s   j u s t   s e e m e d   t o   b e   o n   c r u i s e   c o n t r o l   a g a i n s t   t h e   7 6 e r s   t o n i g h t .
  d o   i   n e e d   t o   b r i n g   u p   t h e   t e x t s
_ 7 6 e r s   h e ' s   n o t   w r o n g
l a k e r s   f a n .  
n e t s   d e f i n i t e l y   n e e d   t o   w o r k   o n   t h e i r   d e f e n c e   b e c a u s e   i ’ m   o v e r   h e r e   w a t c h i n g   l a s t   w e e k s   h i g h l i g h t s     7 6 e r s   d i d n ’ t   e v e n   h a v e   t o   t r y   h a r d   m a n .   s t r a i g h t   l a c k i n g .   🫠
w o w   s o m e o n e   o n   t h e   s i x e r s   j u s t   d e v e l o p e d   a   j u m p s h o t   p r o b a b l y   u n d e r   a   y e a r   a n d   a r e   s h o o t i n g   w e l l   i n   t h i s   c a v s   g a m e .   i   d i d n ’ t   k n o w   s i x e r s   h e l p e d   i n   t h o s e   t h i n g s   a c c o r d i n g   t o   s o m e o n e   t h a t   s t i l l   d o e s n ’ t   k n o w   h o w   t o   s h o o t   🤣 🤣 🤫 💀   n b a   7 6 e r s
🇺 🇸 n b a   -   p r e - s e a s o n   2 0 2 2 / 2 0 2 3 
 t o d a y   m o n d a y   1 0 n d   o c t o b e r ,   2 0 2 2   👉 k i c k   o f f 
 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   🔴 l i v e 
 ⤵ ️   ⤵ ️   ⤵ ️   ⤵ ️ 
 l i n k   t o   w a t c h   h e r e 🔛 
 v e n u e :   r o c k e t   m o r t g a g e   f i e l d h o u s e   i s   a   m u l t i - p u r p o s e   a r e n a   i n   o h i o ,   u s a .  
_ f a n o g   i   t h i n k   h e   i m p r o v e d   h i s   s h o t   t h i s   o f f - s e a s o n 😳 .   w a t c h i n g   7 6 e r s   v s   c a v s .   3   t h r e e s   a l r e a d y
7 6 e r s   l o o k   l i k e   a   t e a m   t o n i g h t .   c a v s   j u s t   l o o k   l i k e   a   c o l l e c t i o n   o f   t a l e n t e d   p l a y e r s .
7 6 e r s   r e a l l y   p u t   t o g e t h e r   s o m e t h i n g   s c a r y   w h e n   t h e   s e c o n d   t e a m   p e r f o r m s   l i k e   t h i s .   s m h .   h a t e   t o   s e e   i t .
_ 7 6 e r s   o f   c o u r s e ,   t h a t   w o u l d   b e   b a d
  g o o d
  f a x   b u t   n o   d y i n g   a c t u a l l y
  r e a l
  r a p t o r s   v s   7 6 e r s   g a m e   1   2 0 1 9
  i   g e t   i t .   i t ’ s   p r e s e a s o n .   w e   d o n ’ t   h a v e   m o b l e y   a n d   l o v e .   w e   s h o u l d   b e   a b l e   t o   b e a t   t h e   7 6 e r s   b e n c h   w i t h   m o s t   o f   o u r   s t a r t e r s .
c a v s   g e t t i n g   w a s h e d   b y   e m b i i d l e s s   7 6 e r s .   c a v s   b a n n e d   ❌
  t h e   7 6 e r s   a n n o u n c e d   p l a n s   t o   b u i l d   a   n e w   a r e n a   i n   c e n t e r   c i t y   i n   a   s p a c e   t h a t   i s   l i t e r a l l y   o n   t o p   o f   a   r e g i o n a l   r a i l   s t a t i o n   a n d   t h e   n u m b e r   o f   p e o p l e   c o m p l a i n i n g   a b o u t   p a r k i n g / g e t t i n g   t o   g a m e s   f r o m   t h e   b u r b s   w a s   a b s u r d .
  t i m b e r w o l v e s   v s   c l i p p e r s   w c f   a n d   7 6 e r s   v s   b u c k s   i n   e c f
  c a v s   @   7 6 e r s   b a c k   d u r i n g   t h e   1 5 - 1 6   s e a s o n
_ 7 6 e r s   r i d e   o r   d i e   f o r   t h e   h o m i e   g r a c e   😤 😤
c a v s   h o t   t a k e :   t h e y   n e e d   t o   p l a y   a n o t h e r   p r e s e a s o n   g a m e   w e d n e s d a y   n o t   a g a i n s t   t h e   s w e a t y   7 6 e r s   a n d   t h e n   a n o t h e r   o n   f r i d a y   n o t   a g a i n s t   t h e   s w e a t y   7 6 e r s
g u a r d e d :   7 6 e r s   9 4 ,   c a v a l i e r s   7 7   -   4 t h   -   1 0 : 1 6   ( d o w n   5   t o   1 4   r o o t s ) 

g u a r d e d :   7 6 e r s   9 2 ,   c a v a l i e r s   7 7   -   4 t h   -   1 0 : 2 7   ( d o w n   8   t o   1 9   r o o t s ) 

d o n o v a n   m i t c h e l l   w i t h   t h e   m a s s i v e   r e j e c t i o n   ❌ 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d o n o v a n   m i t c h e l l   b l o c k   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
t h e   p h i l a d e l p h i a   7 6 e r s   a r e   t r a d i n g   k l a y   t h o m p s o n   t o   t h e   s a c r e m e n t o   k i n g s   i n   e x c h a n g e   f o r   p a t   c o n n a u g h t o n   s o u r c e s   t e l l   m e   a n d   .
g u a r d e d :   7 6 e r s   8 9 ,   c a v a l i e r s   7 7   -   4 t h   -   1 1 : 0 3   ( u p   7   t o   2 7   r o o t s ) 

g u a r d e d :   7 6 e r s   8 9 ,   c a v a l i e r s   7 5   -   4 t h   -   1 1 : 0 9   ( d o w n   8   t o   2 0   r o o t s ) 

h a p p y   s p o o k y   s e a s o n   7 6 e r s   f a n s !   d a l l e 2  
g u a r d e d :   7 6 e r s   8 6 ,   c a v a l i e r s   7 5   -   4 t h   -   1 1 : 3 3   ( u p   4   t o   2 8   r o o t s ) 

m i l e h i g h b a s k e t b a l l   w e a r e t h e v a l l e y     l i v e   l i v e s t r e a m   n b a   n b a t w i t t e r     
 
 d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   
                   ( 0 3 : 0 0   g m t + 2 ) 
 w a t c h   i t   o n   t h i s   🏀 l i n k ⬇ ️   
 
 w i z a r d s   v s   h o r n e t s   l i v e 
 7 6 e r s   v s   c a v a l i e r s 
 r o c k e t s   v s   h e a t  
3 r d   q : 
 
 7 6 e r s   8 6 - 7 5   c a v s 
 
 l e t e m k n o w
g u a r d e d :   7 6 e r s   8 3 ,   c a v a l i e r s   7 5   -   3 r d   -   0 : 5 5   ( d o w n   9   t o   2 4   r o o t s ) 

a l e r t :   n e w   h i g h   r o l l e r   b e t   p o s t e d ! 
 a   b e t   h a s   b e e n   p l a c e d   f o r   $ 8 , 8 0 7 . 9 9   o n   c l e v e l a n d   c a v a l i e r s   -   p h i l a d e l p h i a   7 6 e r s   t o   w i n   $ 1 7 , 1 7 5 . 5 7 . 
 t o   v i e w   t h i s   b e t   o r   c o p y   i t    
g u a r d e d :   7 6 e r s   8 1 ,   c a v a l i e r s   7 5   -   3 r d   -   1 : 2 7   ( d o w n   2 0   t o   3 3   r o o t s ) 

1 0 x   n b a   a l l - s t a r !   c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   7 6 e r s   f u l l   h i g h l i g h t s   2 n d   q t r   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n    
1 0 x   n b a   a l l - s t a r !   c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   7 6 e r s   f u l l   h i g h l i g h t s   1 s t   q t r   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n    
1 0 x   n b a   a l l - s t a r !   p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   1 s t   q t r   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n    
g u a r d e d :   7 6 e r s   8 0 ,   c a v a l i e r s   7 7   -   3 r d   -   1 : 3 2   ( u p   2 0   t o   5 3   r o o t s ) 

g u a r d e d :   7 6 e r s   8 0 ,   c a v a l i e r s   7 4   -   3 r d   -   1 : 4 6   ( d o w n   1 1   t o   3 3   r o o t s ) 

f w i w ,   i ’ m   a l r e a d y   s i c k   o f   t h e   7 6 e r s …
g u a r d e d :   7 6 e r s   7 8 ,   c a v a l i e r s   7 4   -   3 r d   -   2 : 1 3   ( u p   1 7   t o   4 4   r o o t s ) 

g u a r d e d :   7 6 e r s   7 8 ,   c a v a l i e r s   7 2   -   3 r d   -   2 : 4 0   ( d o w n   1 6   t o   2 7   r o o t s ) 

a l e r t :   n e w   h i g h   r o l l e r   b e t   p o s t e d ! 
 a   b e t   h a s   b e e n   p l a c e d   f o r   $ 1 1 , 6 7 5 . 4 2   o n   c l e v e l a n d   c a v a l i e r s   -   p h i l a d e l p h i a   7 6 e r s   t o   w i n   $ 2 1 , 5 9 9 . 5 3 . 
 t o   v i e w   t h i s   b e t   o r   c o p y   i t    
g u a r d e d :   7 6 e r s   7 6 ,   c a v a l i e r s   7 2   -   3 r d   -   3 : 3 9   ( u p   7   t o   4 3   r o o t s ) 

g u a r d e d :   7 6 e r s   7 6 ,   c a v a l i e r s   7 1   -   3 r d   -   4 : 0 1   ( u p   1 3   t o   3 6   r o o t s ) 

g u a r d e d :   7 6 e r s   7 6 ,   c a v a l i e r s   7 0   -   3 r d   -   4 : 0 1   ( d o w n   1 3   t o   2 3   r o o t s ) 

g u a r d e d :   7 6 e r s   7 4 ,   c a v a l i e r s   6 9   -   3 r d   -   4 : 3 0   ( u p   1 1   t o   3 6   r o o t s ) 

7 6 e r s   b a s k e t b a l l !   
 
  
g u a r d e d :   7 6 e r s   7 1 ,   c a v a l i e r s   6 6   -   3 r d   -   5 : 4 9   ( d o w n   1 1   t o   2 5   r o o t s ) 

g u a r d e d :   7 6 e r s   7 1 ,   c a v a l i e r s   6 7   -   3 r d   -   5 : 4 9   ( u p   1 5   t o   3 6   r o o t s ) 

j a m e s   h a r d e n   n e e d s   t o   b e   a g g r e s s i v e   n b a     7 6 e r s   j a m e s h a r d e n
t h e   7 6 e r s   h a v e   w a i v e d   m a c   m c c l u n g ,   r e p o r t s   .
  v i l l a n o v a   p l a y s   b i g   g a m e s   a t   t h e   7 6 e r s   a r e n a   s o   m o r e   f a n s   c a n   a t t e n d .   g o n z a g a   l i m i t i n g   t h e i r   f a n s   t o   o n l y   6 0 0 0   s e a t s   f o r   b i g   g a m e s   i s   r i d i c u l o u s .
c a v a l i e r s   a n d   7 6 e r s   💦 💦 💦
_ j r 1   n e t s   a n d   7 6 e r s   a r e   j u g g e r n a u t s   m o r e   s o   t h a n   h e a t   m a v s   s u n s   c a v s   a n d   n u g g e t s   d e f i n i t e l y   a n d   a r g u a b l y   e v e r y   o t h e r   t e a m   i n   t h e   n b a .
_ h o t _ t a k e s             y o u r   f e l l o w   7 6 e r s   f a a n   r a t h e r   s p e a k   u n d e r   a   j o k i c   p o s t   o n   m u l t i p l e   t w e e t   t h r e a d s   i n s i d e   t h e   s a m e   t h r e a d   t h a n   w a t c h   m a x e y   c o o k   . .   s o   t h a t ’ s   w h y
a n o t h e r   h a r d e n   b r i c k …   s o r r y   a s s   j a m e s h a r d e n   n b a   7 6 e r s
    _ h o t _ t a k e s         t h e   f a c t   y o u ’ r e   a   “ 7 6 e r s   f a n ”   g i v i n g   a   j o k i c   p o s t   a n y   e n e r g y   w h i l e   “ y o u r ”   t e a m   i s   o n   t e l l s   m e   a l l   e y e   n e e d   t o   k n o w   🃏 🃏 🃏 🃏 🃏 🃏 🃏
t y r e s e   m a x e y   t h e   s e c o n d   b e s t   p l a y e r   o n   t h e   7 6 e r s   4 s h o
w h e n   d i d   h e   g e t   o n   t h e   7 6 e r s ?   😂  
w a t c h   👉 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 👉 l i v e 
 l i v e   h d   l i n k 👉 👉 👉 👉 ⬇ ️ ⬇ ️ 
 
  
g u a r d e d :   7 6 e r s   6 1 ,   c a v a l i e r s   5 2   -   3 r d   -   1 0 : 5 3   ( u p   5   t o   2 1   r o o t s ) 

g u a r d e d :   7 6 e r s   6 1 ,   c a v a l i e r s   5 0   -   3 r d   -   1 1 : 1 3   ( d o w n   1 1   t o   1 6   r o o t s ) 

c a v s   v s   7 6 e r s   l e t e m k n o w   c a v s   c a v s s i x e r s   g i r l s n i g h t  
" i   t o o k   t h i s   j o b   b e c a u s e   o f   j o e l   e m b i i d   a n d   b e n   s i m m o n s "   -   d o c   r i v e r s   g i v e s   c a n d i d   o u t l o o k   o n   p h i l a d e l p h i a   7 6 e r s '   b e n   s i m m o n s - j o e l   e m b i i d   e r a     n b a   b a s k e t b a l l
    _ h o t _ t a k e s         n o …   s m d   . .   e y e   a m   t h e   o n e   i n   c o n t r o l   h e r e   ,   t h i s   c o n v o   g o e s   h o w   e y e   w a n t   i t   t o   g o   ,   i d g a f   i f   i t ’ s   h a r d   f o r   y o u   o r   n o t   . .   t h e   7 6 e r s   a r e   o n   a n d   y o u   r a t h e r   t a l k   u n d e r   a   j o k i c   p o s t   🤔 🤔 🤔 🤔 🤔
w h y   t f   a m   i   s c a r e d   o f   t h e   7 6 e r s . . . .
7 6 e r s   a r e   p l a y i n g   l i k e   t h a t   s w e a t y   k i d   o n   c o d .   d o c   r i v e r s   o u t   h e r e   f u l l   c o u r t   p r e s s i n g   i n   p r e - s e a s o n
f i r s t   n b a   g a m e   a n d   7 6 e r s   a r e   b e t t e r     l e t e m k n o w  
7 6 e r s   c a v a l i e r s   n b a   l i v e   b r o a d c a s t   a n d   h a l f t i m e   t e a m   i s   a b s o l u t e l y   t e r r i b l e .   h a r d   t o   b e l i e v e   p e o p l e   l i k e   t h a t   a r e   a c t u a l l y   h i r e d .   i t ’ s   o n e   c h a n n e l   i   w o n ’ t   w a t c h   a g a i n ,   l e t   a l o n e   p a y   f o r .   g o o d   r i d d a n c e
    y ’ a l l   a i n ’ t   s t i l l   g o t t e n   t h e   h a c k   a r o u n d   t h i s   n b a ,   c a v s   v s   7 6 e r s   w a s   a s   c l e a r   a s   d a y ,   i t ’ s   o b v i o u s   7 6 e r s   w a s   g o n n a   w i n   t h i s   m a t c h   u p   s o   b e s t   b e t   w a s   h a n d i c a p   7 6 e r s   o r   s t r a i g h t   w i n   s a m e   w i t h   w i z a r d s   t o   b e a t   h o r n e t s ,   1 s t   h a l f   o v e r s   a r e   a   b i g   r i s k .  
w h a t   c a n   t h e   7 6 e r s   g e t   f o r   a   3 4   y e a r   o l d   b e a r d e d   f o r m e r   s t a r ?
g o t   s o m e   l o n g h o r n s   i n   t h e   b u i l d i n g   🤘 🏽 🤘 🏽 !     c a v s / 7 6 e r s   p r e s e a s o n   g a m e !  
      i   d o n ’ t   k n o w   a b o u t   y o u   b u t   i ’ m   w a t c h i n g   t h e   7 6 e r s   v s   t h e   c a v s   g a m e . .   a n d   h e ’ s   p l a y i n g   s o r r y
g r e a t   t o   h a v e   j a r r e t t   a l l e n   b a c k .   h e   l e a d s   t h e   c a v s   w i t h   1 7 p t s ,   8 r e b s ,   a n d   1 b l k . 
 
 •   s t u f f :   ⤵ ️ ⤵ ️ ⤵ ️ 
 •   g a r l a n d :   9 p t s ,   6 a s t ,   1 s t l 
 •   l e v e r t :   8 p t s ,   3 r e b s ,   2 a s t 
 •   m i t c h e l l :   3 p t s ,   3 r e b s ,   2 a s t 
 
 c a v s   t r a i l   7 6 e r s   6 1 - 5 0   a t   t h e   h a l f .   
 
 l e t e m k n o w
    _ h o t _ t a k e s         a g a i n ,   t h e   7 6 e r s   a r e   p l a y i n g   r i g h t   n o w   b u t   y o u   r a t h e r   t a l k   u n d e r   a   j o k i c   p o s t
  c a v s   v   7 6 e r s   w i t h   d   w a d e   o n   c a v s
1 s t   h a l f   s t a t s   f r o m   .   
 
 c a v s   5 0 
 7 6 e r s   6 1 
 
 l i s t e n   t o   t h e   2 n d   h a l f :    
7 6 e r s   a r e   b e t t e r   w i t h o u t   e m b i i d
j a m e s   h a r d e n   i s   t h e   m o s t   s o r r y   p l a y e r   i n   t h e   n b a . .   j a m e s h a r d e n   7 6 e r s   n b a
y ’ a l l   c o u l d n ’ t   f i n d   h i m   i n   a   7 6 e r s   u n i f o r m ?  
t h i s   j u s t   p r o v e s   t h a t   e m b i i d   m a k e s   t h e   7 6 e r s   w o r s e
w i s c o n s i n   p o l i t i c a l   a d s   w h i l e   w a t c h i n g   t h e   c a v s / 7 6 e r s   g a m e   s t r e a m   o n   b a l l y ’ s   i s :  
n u g g e t s   v s   7 6 e r s   f i n a l s   👀  
    _ h o t _ t a k e s         j o e l   i s   i r r e l e v a n t     ,   t h e   f a c t   o f   t h e   m a t t e r   i s   w h e n e v e r   i   s e e   j o k i c   i   k n o w   i m a   s e e   y ’ a l l   ,   y ’ a l l   j u s t   a s   b i g   o f   f a n s   a s   u s   ,   7 6 e r s   o n   t v   r i g h t   n o w   & a m p ;   y ’ a l l   i n t e r a c t i n g   u n d e r   a   j o k i c   p o s t   . .   i   t r u l y   e n j o y   i t
. @ _ b i g j a y y _   d o m i n a t i n g   f o r   c a v s ,   w h o   t r a i l   7 6 e r s   6 1 - 5 0   a t   h a l f .   a l l e n   h a s   1 7   p o i n t s   ( 7 - 1 3   f g ,   3 - 4   f t ) ,   8   r e b o u n d s ,   2   b l o c k s   i n   2 2   m i n u t e s .   d a r i u s   g a r l a n d   w i t h   9   p o i n t s ,   6   a s s i s t s   a n d   a   s t e a l .   c a r i s   l e v e r t   8   p o i n t s ,   3   r e b o u n d s ,   3   a s s i s t s ,   1   b l o c k .
i f   t y r e s e   m a x e y   i s   a s   g o o d   a s   p e o p l e   s a y   h e   i s   t h e n   t h e   7 6 e r s   s h o u l d   w i n   t h e   c h a m p i o n s h i p
h t : 
 
 7 6 e r s   6 1 - 5 0   c a v s 
 
 c a v s   s h o t   3 / 1 3   f r o m   t h r e e   i n   t h e   f i r s t   h a l f 
 
 l e t e m k n o w
f u c k   t h e   7 6 e r s !   c a n ’ t   s t a n d   t h e m   t h e y   a r e   t r y i n g   s o   d a m n   h a r d   l i k e   r e l a x   i t ’ s   t h e   p r e s e a s o n
g u a r d e d :   7 6 e r s   6 1 ,   c a v a l i e r s   5 0   -   2 n d   -   0 : 0 8   ( u p   9   t o   2 7   r o o t s ) 

g u a r d e d :   7 6 e r s   6 1 ,   c a v a l i e r s   4 7   -   2 n d   -   0 : 2 5   ( d o w n   6   t o   1 8   r o o t s ) 

g u a r d e d :   7 6 e r s   5 9 ,   c a v a l i e r s   4 7   -   2 n d   -   0 : 4 1   ( d o w n   6   t o   2 4   r o o t s ) 

  7 6 e r s   l a k e r s   f i n a l s
7 6 e r s   h a v e   a   l o t   o f   a n n o y i n g   g u y s   t h i s   y e a r .   t h e y   a r e   g o i n g   t o   b e   c o m p e t i t i v e   i n   e v e r y   g a m e   b a s i c a l l y .
h a r d e n   u p   r n .   🆙   7 6 e r s
m a x e y   r e v e r s e   f i n i s h   o n   t h e   b a s e l i n e   a l o n g   w i t h   a l l   o f   t h e   p e r i m e t e r   s h o t s   h e ' s   h i t   t o n i g h t . . .   h e ' s   t h e   k e y   t o   a   7 6 e r s   p o s t s e a s o n   p u s h .
t h e   p h i l a d e l p h i a   7 6 e r s   d i s c u s s   t h e   p l a y   o f   i s a i a h   j o e   a n d   h i s   c o n t i n u e d   u n d e r s t a n d i n g   o f   h i s   r o l e   o n   o f f e n s e .    
k p j   a n d   j a l e n   c o m b i n e d   2 1   p o i n t s   a l r e a d y   l m f a o   i ’ m   w a t c h i n g   t h i s   o v e r   t h e   7 6 e r s
g u a r d e d :   7 6 e r s   5 1 ,   c a v a l i e r s   4 3   -   2 n d   -   3 : 2 1   ( u p   6   t o   3 0   r o o t s ) 

g u a r d e d :   7 6 e r s   4 9 ,   c a v a l i e r s   3 8   -   2 n d   -   3 : 4 8   ( d o w n   6   t o   2 4   r o o t s ) 

7 6 e r s   r e a l l y   t r e a t i n g   t h i s   g a m e   l i k e   i t ’ s   g a m e   7   l o l
i f   w e ’ r e   b e i n g   h o n e s t   a b o u t   t h e   7 6 e r s   c h a m p i o n s h i p   h o p e s   a n d   w h o   i s   t h e   m o r e   n e c e s s a r y   p a r t   o f   t h a t … 
 
 … m a x e y   & g t ;   h a r d e n
g u a r d e d :   7 6 e r s   4 7 ,   c a v a l i e r s   3 8   -   2 n d   -   4 : 0 5   ( u p   1 2   t o   3 0   r o o t s ) 

  l e t h a r g i c   s t a r t   a n d   7 6 e r s   h u s t l i n g   t o n i g h t .   i   h o p e   e v a n   w i l l   b e   r e a d y   i n   9   d a y s !
g u a r d e d :   7 6 e r s   4 7 ,   c a v a l i e r s   3 4   -   2 n d   -   4 : 5 8   ( d o w n   6   t o   1 8   r o o t s ) 

* * * * h d * * * ~ f r e e ~   🏆 n b a   s t r e a m s   g a m e   l i v e   
 
 w a t c h   n b a   p r e s e a s o n   2 0 2 2   l i v e   s t r e a m   f r e e 
 
 🔗 p c   l i n k :   
 
 🔗 m o b i l e   l i n k :   
 
 w i z a r d s   v s   h o r n e t s   l i v e 
 7 6 e r s   v s   c a v a l i e r s   l i v e 
 r o c k e t s   v s   h e a t   l i v e 
 s u n s   v s   n u g g e t s   l i v e 
 
 n b a 2 k 2 3  
g u a r d e d :   7 6 e r s   4 5 ,   c a v a l i e r s   3 4   -   2 n d   -   5 : 0 9   ( u p   9   t o   2 4   r o o t s ) 

u h h h …   c a t c h i n g   u p   r i g h t   n o w … 
 - m a x e y   i s   a u t o m a t i c   f r o m   3 
 - m e l t o n ’ s   r e b o u n d i n g   i s   a s   a d v e r t i s e d 
 - t u c k e r ’ s   s i d e   p o c k e t   3 s   a r e   s o   f u n   t o   w a t c h   w h e n   i t ’ s   f o r   y o u r   t e a m     
 s i x e r s   7 6 e r s   t t p   p h i l a u n i t e
g u a r d e d :   7 6 e r s   4 5 ,   c a v a l i e r s   3 1   -   2 n d   -   6 : 0 2   ( d o w n   9   t o   1 5   r o o t s ) 

g u a r d e d :   7 6 e r s   4 2 ,   c a v a l i e r s   3 1   -   2 n d   -   6 : 0 9   ( u p   6   t o   2 4   r o o t s ) 

g u a r d e d :   7 6 e r s   4 2 ,   c a v a l i e r s   2 9   -   2 n d   -   6 : 3 4   ( d o w n   8   t o   1 8   r o o t s ) 

d o   t h e   7 6 e r s   n o t   h a v e   a   b a c k u p   c e n t e r ?
7 6 e r s   h a v e   s o m e   d e f e n s i v e   s t u d s   g u a r d i n g   o n   t h e   p e r i m e t e r   t h i s   y e a r .
g u a r d e d :   7 6 e r s   4 0 ,   c a v a l i e r s   2 8   -   2 n d   -   8 : 1 0   ( u p   7   t o   2 6   r o o t s ) 

l o l   7 6 e r s   p l a y i n g   t h i s   p r e s e a s o n   g a m e   l i k e   i t   m e a n s   s o m e t h i n g   l o l   😂
🇺 🇸 n b a   -   2 0 2 2 / 2 0 2 3   :   p r e - s e a s o n   
 t o d a y   m o n d a y   o c t o b e r   1 0 , 2 0 2 2   -   k i c k   o f f   
 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   🔴 l i v e 
 ⤵ ️ ⤵ ️ ⤵ ️ ⤵ ️ 
 l i v e   n o w   h e r e 🔛 
 v e n u e :   r o c k e t   m o r t g a g e   f i e l d h o u s e   a r e n a   i n   c l e v e l a n d ,   o h i o .   u s a .  
  t h e   7 6 e r s   h a v e   t h e   b e s t   o n   p a p e r   r o s t e r ,   a n d   t h e y   w i l l   p r o v e   i t   i n   t h e   r e g u l a r   s e a s o n ,   b e i n g   t h e   f i r s t   s e e d   i n   t h e   e a s t
~ f r e e ~   🏆 n b a   s t r e a m s   g a m e   l i v e   
 
 w a t c h   n b a   p r e s e a s o n   2 0 2 2   l i v e   s t r e a m   f r e e 
 
 🔗 p c   l i n k :   
 
 🔗 m o b i l e   l i n k :   
 
 w i z a r d s   v s   h o r n e t s   l i v e 
 7 6 e r s   v s   c a v a l i e r s   l i v e 
 r o c k e t s   v s   h e a t   l i v e 
 s u n s   v s   n u g g e t s   l i v e 
 
 n b a 2 k 2 3  
g u a r d e d :   7 6 e r s   4 0 ,   c a v a l i e r s   2 6   -   2 n d   -   9 : 1 2   ( d o w n   5   t o   1 9   r o o t s ) 

t h e   7 6 e r s   p l a y i n   l i k e   g a m e   7   o f   t h e   f i n a l s   r n   😭 😂
g u a r d e d :   7 6 e r s   3 8 ,   c a v a l i e r s   2 6   -   2 n d   -   9 : 3 1   ( u p   4   t o   2 4   r o o t s ) 

m i t c h e l l   g u n n a   g e t   h i s   s h i t   t o g e t h e r   w a t c h   w h o   e l s e   t h e y   r e a l l y   g u n n a   p u t   i n   t h a t   g a m e   f r o m   t h e   c a v s   a g a i n s t   7 6 e r s
    e x t r e m e   l   f o r   t h e   7 6 e r s
n f l :   l a s   v e g a s   r a i d e r s   v s   k a n s a s   c i t y   c h i e f s 
 
 n b a :   c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 n b a :   c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s 
 
 n b a :   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   

g u a r d e d :   7 6 e r s   3 5 ,   c a v a l i e r s   2 2   -   2 n d   -   1 0 : 4 3   ( d o w n   6   t o   2 0   r o o t s ) 

g u a r d e d :   7 6 e r s   3 3 ,   c a v a l i e r s   2 2   -   2 n d   -   1 0 : 5 5   ( u p   8   t o   2 6   r o o t s ) 

.   i s   s a v i n g   t h e   s t o r y b o o k   s t a r t   t o   h i s   c a v s   c a r e e r   f o r   t h e   r e g u l a r   s e a s o n .   n o t h i n g   w e n t   w e l l   i n   t h e   f i r s t   q :   0 - 3   f g ,   0 - 2   3 s ,   3   r e b o u n d s ,   1   a s s i s t ,   1   s t e a l ,   2   f o u l s ,   3   t u r n o v e r s .   c o u l d   s a y   s a m e   f o r   c a v s ,   w h o   t r a i l   7 6 e r s   3 3 - 2 0 .
m a x e y   i s   h i m   7 6 e r s   l o o k   r e a l l y   g o o d   s o   f a r   i n   t h e   p r e s e a s o n .   h a r d e n   l o o k s   b e t t e r   t o   s p e e d   e t c   j u s t   n e e d   h a n d l e s   a n d   h i s   c o n f i d e n c e   i n   h i s   s c o r i n g   t o   c o m e b a c k
e n d   o f   t h e   f i r s t   q u a r t e r :   7 6 e r s   3 3 ,   c a v a l i e r s   2 0 .   c a v s   w e r e   a   l i t t l e   r a g g e d ,   e s p e c i a l l y   a t   t e   b e g i n n i n g   o f   t h e   q u a r t e r .
o f f i c i a l l y   l o c k e d   i n   m y   o n e   s e e d   a s   7 6 e r s   a n d   m a v s
2 0 1 7   t o r o n t o   r a p t o r s   
 2 0 1 8   h o u s t o n   r o c k e t s   
 2 0 2 1   m i l w a u k e e   b u c k s   
 2 0 2 2   m i a m i   h e a t   
 2 0 2 3   p h i l a d e l p h i a   7 6 e r s   
 
 😭 😭 😭  
1 s t   q : 
 
 7 6 e r s   3 3 - 2 0   c a v s 
 
 6   t o ' s   f o r   t h e   c a v s   i n   t h e   f i r s t   q u a r t e r   a n d   m u c h   t o   i m p r o v e   o f f e n s i v e l y   
 
 l e t e m k n o w
g u a r d e d :   7 6 e r s   3 3 ,   c a v a l i e r s   2 0   -   e n d   o f   1 s t   ( d o w n   9   t o   1 8   r o o t s ) 

h e y     i   p a y   6 5   d o l l a r s   a   m o n t h   a n d   y o u   l i s t   t h e   c a v a l i e r s   v s   7 6 e r s   g a m e   o n   m y   c h a n n e l   l i n e u p ,   y e t   i t   s a y s   b l o c k e d   i n   m y   a r e a . .   w h a t   c a n   w e   d o   t o   f i x   i t .
s t r e e t s   s a y i n g   t h i s   i s   t h e   7 6 e r s   t e a m   h a l l o w e e n   c o s t u m e   p a r t y  
i f   t h e   7 6 e r s   a r e   g o i n g   t o   w i n   a   r i n g   i t ’ l l   b e   t h i s   s e a s o n .
d o n o v a n   m i t c h e l l   l o o k s   s c a r e d   o f   t h i s   7 6 e r s   s q u a d   l o l   c a n ’ t   s h o o t
2 0 2 0 - 2 1   f l a w l e s s   t y r e s e   m a x e y   h o r i z o n t a l   g o l d   r p a   / 1 0   a u t o   r o o k i e   7 6 e r s   s g c   1 0 
 🔗   
 
 e b a y   u n i t e d s t a t e s   a u c t i o n   s p o r t s c a r d s   t h e h o b b y   w h o d o y o u c o l l e c t   f i n d s p o r t s c a r d s  
g u a r d e d :   7 6 e r s   2 8 ,   c a v a l i e r s   1 8   -   1 s t   -   0 : 3 7   ( d o w n   4   t o   2 7   r o o t s ) 

a n o t h e r   d y n a m i c   t h e   c a v s   a r e   m i s s i n g   i s   a   b a s e l i n e   r u n n e r ,   w a s   s u p p o s e d   t o   b e   a   g u y   l i k e   d y l a n   w i n d l e r   b u t   y e a …   e s p e c i a l l y   a g a i n s t   t h e s e   z o n e   d e f e n s e s ,   7 6 e r s   a r e   b e i n g   a g g r e s s i v e   u p   t o p   b e c a u s e   t h e y ’ r e   n o t   w o r r i e d   a b o u t   t h e   c o r n e r s   & a m p ;   t h e   p a i n t
    7 6 e r s ,   a n d   d a r e   i   s a y   i t   h e   m a y   m a k e   t h e m   m y   f a v o r i t e   t e a m   t o   c o m e   o u t   t h e   e a s t
m a x e y   i s   s o   g o o d   m a n .   7 6 e r s   c h a m p i o n s h i p   i   s m e l l   i t 😤 😤
t h e   p h i l a d e l p h i a   7 6 e r s   w i l l   l o s e   t o   t h e   b o s t o n   c e l t i c s   4 - 3   i n   t h e   e c f   t h i s   c o m i n g   y e a r
m a x e y   i s   t h e   2 n d   b e s t   p l a y e r   o n   t h e   7 6 e r s .   n   i ' m   n o t   c a p p i n g
g u a r d e d :   7 6 e r s   2 6 ,   c a v a l i e r s   1 7   -   1 s t   -   2 : 0 2   ( u p   4   t o   3 1   r o o t s ) 

~ f r e e ~   🏆 n b a   s t r e a m s   g a m e   l i v e   
 
 w a t c h   n b a   p r e s e a s o n   2 0 2 2   l i v e   s t r e a m   f r e e 
 
 🔗 p c   l i n k :   
 
 🔗 m o b i l e   l i n k :   
 
 w i z a r d s   v s   h o r n e t s   l i v e 
 7 6 e r s   v s   c a v a l i e r s   l i v e 
 r o c k e t s   v s   h e a t   l i v e 
 s u n s   v s   n u g g e t s   l i v e 
 
 n b a 2 k 2 3  
        7 6 e r s   w i n n i n g   t h e   l a r r y   o b   t h i s   y e a r ?
🇺 🇸 n b a   -   2 0 2 2 / 2 0 2 3   :   p r e - s e a s o n 
 t o d a y   m o n d a y   o c t o b e r   1 0 , 2 0 2 2   -   k i c k   o f f 
 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   | |   l i v e   s t r e a m 
 ⬇ ️ ⬇ ️ ⬇ ️ ⬇ ️ 
 l i v e   s t r e a m i n g   h e r e 🔛 
 v e n u e :   r o c k e t   m o r t g a g e   f i e l d h o u s e   a r e n a   i n   c l e v e l a n d ,   o h i o .   u s a .  
c a v s   a r e   o n   v s   7 6 e r s
o o g a   b o o g a   7 6 e r s   a r e   g o d s   a n d   c a v s   a r e   b a d   l e t e m k n o w   7 6 e r s
t h e   2 0 1 9   7 6 e r s   w o u l d   h a v e   l o s t   i n   5   t o   t h e   2 0 1 9   b u c k s 👍 🏾
w a t c h   👉 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 👉 l i v e 
 l i v e   h d   l i n k 👉 👉 👉 👉 ⬇ ️ ⬇ ️ 
 
  
d e a n t h o n y   m e l t o n   a   s o l i d   p i c k u p   f o r   7 6 e r s
    m a x e y   i s   a   b a l l e r ,   h e ' s   t u r n i n g   a   l o t   o f   p e o p l e   i n t o   n e w   f a n s   o f   t h e   7 6 e r s .
🏆 n b a   s t r e a m s   g a m e   l i v e   
 
 w a t c h   n b a   p r e s e a s o n   2 0 2 2   l i v e   s t r e a m   f r e e 
 
 🔗 p c   l i n k :   
 
 🔗 m o b i l e   l i n k :   
 
 w i z a r d s   v s   h o r n e t s   l i v e 
 7 6 e r s   v s   c a v a l i e r s   l i v e 
 r o c k e t s   v s   h e a t   l i v e 
 s u n s   v s   n u g g e t s   l i v e 
 
 n b a 2 k 2 3  
g u a r d e d :   7 6 e r s   2 6 ,   c a v a l i e r s   1 5   -   1 s t   -   2 : 2 1   ( d o w n   6   t o   2 7   r o o t s ) 

g u a r d e d :   7 6 e r s   2 4 ,   c a v a l i e r s   1 5   -   1 s t   -   3 : 0 2   ( u p   6   t o   3 3   r o o t s ) 

w a t c h i n g   t h y b u l l e   a i r b a l l   w i t h o u t   a   d e f e n d e r   w i t h i n   t e n   f e e t   o f   h i m   m a k e s   m e   f e e l   e v e n   b e t t e r   a b o u t   t h e   7 6 e r s ’   o f f s e a s o n   m o v e s .   t h e i r   b e n c h   w e n t   f r o m   o n e   o f   t h e   w o r s t   i n   t h e   l e a g u e   t o   a   s t r e n g t h   o v e r n i g h t .
t h e   7 6 e r s   g o n n a   b e   g o o d
g u a r d e d :   7 6 e r s   2 4 ,   c a v a l i e r s   1 3   -   1 s t   -   3 : 1 3   ( u p   6   t o   2 7   r o o t s ) 

t h y b u l l e   l e g i t   i s n ’ t   a   t o p   1 5   p l a y e r   o n   t h e   7 6 e r s
g u a r d e d :   7 6 e r s   2 4 ,   c a v a l i e r s   1 1   -   1 s t   -   3 : 4 4   ( u p   6   t o   2 1   r o o t s ) 

g u a r d e d :   7 6 e r s   2 4 ,   c a v a l i e r s   9   -   1 s t   -   4 : 0 1   ( d o w n   8   t o   1 5   r o o t s ) 

c a v s   c a n ’ t   b r e a k   d o w n   t h e   7 6 e r s   d e f e n c e   w i t h   n o   e m b i i d   a n c h o r i n g   l m a o
m a x e y   l o o k i n g   d e l i c i o u s   s o   f a r !   s i x e r s   7 6 e r s   
 
  
g u a r d e d :   7 6 e r s   2 1 ,   c a v a l i e r s   9   -   1 s t   -   4 : 2 9   ( u p   7   t o   2 3   r o o t s ) 

  a n d ?   d o w n   2 1 - 7   t o   t h e   7 6 e r s   w i t h o u t   e m b i i d   💀
t y r e s e   m a x e y   i s   h i m .   h o w   d o e s   d o c   r i v e r s   k e e p   f u m b l i n g   h i s   w a y   t o   t e a m s   w i t h   i n c r e d i b l e   p l a y e r s ?   
 
 i f   t h e   7 6 e r s   w a n t   t o   a c t u a l l y   s u c c e e d   t h e y ' d   f i r e   h i m   a n d   p r o m o t e   s a m   c a s s e l l   i m m e d i a t e l y   😭
h o w   n o t   t o   f o u l   t h e   7 6 e r s   * i m p o s s i b l e *
🏀   n b a   p r e - s e a s o n 
 
 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 o n g o i n g 
 ➡   
 
 m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 a t   6 . 3 0 p m 
 ➡     
 
 b a s k e t b a l l   a m e r i c a n b a s k e t b a l l   n b a l i v e   a m e r i c a n   u s a
7 6 e r s   g o t   a   c l e a r   p a t h   t o   t h e   f i n a l s   o f   d o c   r i v e r s   d o e s n ’ t   p u l l   a   d o c   r i v e r s   c h o k e
t h e   7 6 e r s   a r e   t r u l y   f r e e   t h r o w   m e r c h a n t s
p h i l a d e l p h i a   7 6 e r s   s e e   w e t i n   y o u r   m a t e   d e y   d o   n a
t y r e s e   m a x e y   f r o m   d e e p !   
 n b a   n b a t w i t t e r   7 6 e r s   s i x e r s   n b a p r e s e a s o n   c l e v s p h i   
  
7 6 e r s   r u m o r s :   m a c   m c c l u n g   w a i v e d   2   d a y s   a f t e r   s i g n i n g   e x h i b i t   1 0   c o n t r a c t    
7 6 e r s '   j a m e s   h a r d e n   s a y s   j o e l   e m b i i d   i s   s t i l l   i m p r o v i n g :   ' h e ' s   s e c o n d   t o   n o n e '    
i   d o n ’ t   s e e   n o b o d y   b e a t i n g   7 6 e r s   i n   a   b o 7   s e r i e s   t h a t ’ s   a l l   t h a t ’ s   i t   t h a t ’ s   t h e   p o s t
t y r e s e   m a x e y ! ! !   
 
 p r e d i c t i o n s : 
 1 .   a l l - s t a r   
 2 .   2 4   p p g 
 3 .   m o s t   i m p r o v e d   
 4 .   n b a   c h a m p i o n   
 
 n b a   7 6 e r s   p h i l l y  
i   k n o w   i t ' s   p r e s e a s o n ,   b u t   b o l d   m o v e   f o r   t h e   7 6 e r s   t o   s t a r t   s m a l l   a g a i n s t   j a r r e t t   a l l e n .
t h i s   p h i l l y   s m a l l   b a l l   l i n e u p   i s   s o   d e f e n s i v e l y   a n d   o f f e n s i v e l y   b a l a n c e d   i ’ m   n o t   g o n n a   t o o   g e t   c a r r i e d   a w a y   y e t   b u t   w e   o n l y   g o t   t w o   g o o d   d e f e n d e r s   o n   w i t h   t u c k e r   a n d   m e l t o n   a n d   w e   s t i l l   p l a y i n g   g o o d   d e f e n s e   t h e n   e v e r y o n e   i n   t h e   c o u r t   c a n   s h o o t   w o w 😲 😲   7 6 e r s   h a r d e n   n b a   n b a
j u s t   n o t   a   f a n   o f   p l a y i n g   a g a i n s t   p j   t u c k e r   i n   p r e s e a s o n ,   b e c a u s e   h e   d o e s n ’ t   u n d e r s t a n d   w h a t   p r e s e a s o n   i s ,   a n d   g u y s   a r e n ’ t   g o i n g   a l l   o u t   l i k e   h e   i s . 
 
 i t ’ s   h o w   g u y s   g e t   h u r t .   c a v s   g o t t a   b e   c a r e f u l   h e r e .   
 
 1 2 - 5 ,   7 6 e r s   e a r l y   o n   i n   t h e   f i r s t   q u a r t e r .   l e t e m k n o w
🏆 n b a   s t r e a m s   g a m e   l i v e   
 
 w a t c h   n b a   p r e s e a s o n   2 0 2 2   l i v e   s t r e a m   f r e e 
 
 🔗 p c   l i n k :   
 
 🔗 m o b i l e   l i n k :   
 
 w i z a r d s   v s   h o r n e t s   l i v e 
 7 6 e r s   v s   c a v a l i e r s   l i v e 
 r o c k e t s   v s   h e a t   l i v e 
 s u n s   v s   n u g g e t s   l i v e 
 
 n b a 2 k 2 3  
m a x e y   f o r   3   a g a i n  
l i v e   s t r e a m   
 l i n k . 📺 
 
 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   
 n b a
m a x e y   f o r   3
i   h o p e   7 6 e r s   w i n   t h i s   m a t c h
c a v s   a n d   7 6 e r s   a r e   u n d e r w a y   i n   c l e v e l a n d !   p r e s e a s o n   a c t i o n !
n b a   n b a t w i t t e r   n b a 2 k 2 2   
 p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   l i v e   s t r e a m   
 p h i l a d e l p h i a   v s   c l e v e l a n d   l i v e   s t r e a m   
 
 📍   𝗟 𝗜 𝗩 𝗘 : - & g t ;   📺 📱   ⬇ ️ 
 🔴   ( (   ) ) 
 
 ✨   f o l l o w   f o r   m o r e   n b a   s t r e a m s 
 
 t w i c e 
 n b a m e d i a d a y 
 n b a j a p a n g a m e s 2 0 2 2  
7 6 e r s   w a i v e   m a c   m c c l u n g  
7 6 e r s   v s .   c a v a l i e r s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s  
7 6 e r s   v s .   c a v a l i e r s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s  
l i v e   n b a   l i v e s t r e a m   
 d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s 
 m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s 
 
 l i n k 🏀 
 
 n b a   s t r e a m s  
f i r s t   j a m e s   h a r d e n   l i k e d   m y   t w e e t   a n d   n o w   t h e   7 6 e r s .   i   g o t t a   a d m i t   i ’ m   j a m e s   h a r d e n ’ s   b u r n e r .  
t o d a y ' s   g a m e   p i c k s   ( o c t o b e r   1 0 ) 
 n b a   🏀 
 w i z a r d s   
 7 6 e r s 
 h e a t 
 n u g g e t s
i m a g i n e   h o w   g o o d   a l l e n   i v e r s o n   w o u l d   h a v e   b e e n   i f   h e   h a d   t r u s t e d   t h e   p r o c e s s .     o   w e l l ,   t h e   7 6 e r s   g a m e   i s   c o m i n g   u p .     n b a  
n b a   l i v e 🔴   p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   1 0   o c t o b e r   2 0 2 2   |   p r . . .
w a t c h   👉 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 👉 l i v e 
 l i v e   h d   l i n k 👉 👉 👉 👉 ⬇ ️ ⬇ ️  
s o ,     7 6 e r s   r u m o r s :   m a c   m c c l u n g   w a i v e d   2   d a y s   a f t e r   s i g n i n g   e x h i b i t   1 0   c o n t r a c t    
i ’ m   s o   s i c k   i n   t h e   h e a d   i   h a v e   t h e   7 6 e r s   m l   a n d   s p r e a d   t o n i g h t   i n   a   p r e s e a s o n   g a m e
w a t c h   👉 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 👉 l i v e 
 l i v e   h d   l i n k 👉 👉 👉 👉 ⬇ ️ ⬇ ️ 
 
  
🏆 n b a   s t r e a m s   / p r e s e a s o n   g a m e   l i v e   
 
 w a t c h   n b a   p r e s e a s o n   2 0 2 2   l i v e   s t r e a m   f r e e 
 
 🏀 g a m e   l i n k :   
 
 🏆 n b a   g a m e   t o d a y 
 
 🆚 w i z a r d s   v s   h o r n e t s 
 🆚 7 6 e r s   v s   c a v a l i e r s 
 🆚 r o c k e t s   v s   h e a t 
 🆚 s u n s   v s   n u g g e t s 
 
 n b a  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   | |   n b a     l i v e   s t r e a m 
 ᴡ ᴀ ᴛ ᴄ ʜ   ᴄ ʟ ɪ ᴄ ᴋ   ʜ ᴇ ʀ ᴇ   ▶ ️    
c h e c k   o u t   c r a i g   s p e e d y   c l a x t o n   2 0 0 0 - 0 1   t o p p s   h e r i t a g e   r o o k i e   b a s k e t b a l l   c a r d   p h i l l y   7 6 e r s     e b a y   v i a  
_ 7 6 e r s   n o   i ’ m   n o t
_ r a y _ 2 1 6   w e   o w e   7 6 e r s   f r o m   l a s t   w e e k
    y e s .   n o w   h e   h a s   o n e   w i t h   t h e   7 6 e r s .   h e ' l l   p r o b   g e t   a   l e g i t   c a l l   u p   b y   n e x t   y e a r   i f   h e   k e e p s   i t   u p
  _ m a s t e r       i   t h i n k   t h e   7 6 e r s   j u s t   p i c k i n   h i m   u p   o n   t h e i r   g - l e a g u e   t e a m
    _ h o t _ t a k e s         e v e r y   b i g   g a m e   t h e   7 6 e r s   p l a y e d   l a s t   y e a r   t h e y   g o t   e m b a r a s s e d   . .   l o s t   t h e   “ m v p ”   g a m e   t o   j o k i c   ,   l o s t   b y   3 0   t o   b r o o k l y n   a f t e r   t h e   t r a d e   ,   l o s t   t o   g i a n n i s   r i g h t   a f t e r   t h a t   i n   a n o t h e r   m v p   g a m e   ,   a l l   t h e s e   g a m e s   i n   p h i l l y   n o t   t o   m e n t i o n   t h a t   5 0   p o i n t   l o s s   t o   b o s t o n   ,   s h u t   u p
_ n o b o d y 1 4     t h e   o t h e r   o n e   7 6 e r s   w i n
s t o p   t a l k i n g   a b o u t   f o o t b a l l   f o r   a   s e c   g u y s   b r o w n s     c a v s   a r e   a t   t i p - o f f   w i t h   t h e   7 6 e r s   r i g h t   n o w   o n   n b a t v   📺     l e t e m k n o w   🏀
l i v e   s t r e a m i n g 
 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 👇 🏼 👇 🏼 👇 🏼  
🏆   n b a 
 
 🏀   c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 c l e v e l a n d   p h i l a d e l p h i a   n b a  
1 7 7 6 r e s t o r a t i o n m o v e m e n t   1 7 7 6 r m   i   d o n ’ t   k n o w   w h y   i   k e e p   t r y i n g   t o   h a v e   a   c o n v e r s a t i o n   w i t h   7 6 e r s .   i   g e t   t i m e d - o u t   f o r   e c h o i n g   t h e i r   o w n   w o r d s   b a c k   t o   t h e m .   i   g u e s s   i t   d o e s n ’ t   s o u n d   a s   “ r i g h t e o u s ”   w h e n   a n   o u t s i d e r   s a y s   i t .   🙄
[ 1 0 m i n w a r n i n g ]   p h i l a d e l p h i a   7 6 e r s   a t   c l e v e l a n d   c a v a l i e r s   t o t a l   2 2 4 . 0   |   m o n   1 9 : 1 0 e t   p h i v s c l e   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
c l e v e l a n d   c a v a l i e r s   -   p h i l a d e l p h i a   7 6 e r s 
 c l e v e l a n d   c a v a l i e r s   + 5 . 0   a h   ( 1 . 8 5 ) 
 u n i b e t / 2   u n i t s
n b a   g a m e s   t o d a y   
 
 h e a t   v s   r o c k e t s 
 7 6 e r s   v s   c a v s 
 n u g g e t s   v s   s u n ' s 
 h o r n e t s   v s   w i z a r d s 
 
 🏀 🏀 🏀
n b a   e s t a   n o c h e : 
 2 0 : 0 0   h o r n e t s - w i z a r d s 
 2 0 : 0 0   c a v a l i e r s - 7 6 e r s 
 2 0 : 3 0   h e a t - r o c k e t s 
 2 2 : 0 0   n u g g e t s - s u n s 
 
 t o d o s   l o s   p a r t i d o s   p u e d e n   v e r s e   e n   n b a   l e a g u e   p a s s .  
i ' m   l o c k i n g   i n   a   c o u p l e   o f   n b a   b e t s   e a r l y : 
 
 7 6 e r s   + 3 . 5   v s   c e l t i c s 
 c l i p p e r s   m l   v s   l a k e r s
n b a   p r e s e a s o n :   p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   ( l i v e   p l a y - b y - p l a y   & a m p ;   r e a c t i o n s )  
7 6 e r s   w a i v e   m a c   m c c l u n g    
w a t c h   l i v e   n b a   m a t c h e s   h e r e 
 🏀 p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s 
 🏀 c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s 
 🏀 m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 🏀 d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s 
 l i n k :  
7 6 e r s   w a i v e   m a c   m c c l u n g   |   h o o p s h y p e  
( 1 t / 2 2 m i n )   g o l   d o   p h i l a d e l p h i a   7 6 
   7 6 e r s   1 x 0   c a v s 
 🇪 🇪   n b a 2 0 2 2   
 t e s i g o a t o d a p a r t e
    w e r e   s t i l l   t o   s m a l l   e v e n   w i t h   d r u m m o n d   a l l   t h e s e   t e a m s   h a v e   m o n s t e r s   i   t h i n k   c l e v e l a n d ,   7 6 e r s ,   m i a m i ,   b o s t o n ,   a r e   a l l   b e t t e r
h a v e   w e   p l a y e d   a n y o n e   o t h e r   t h a n   t h e   7 6 e r s   t h i s   p r e - s e a s o n ?
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   n b a   l i v e   s c o r e b o a r d   i n t e r g a   s p o r t s    
  n b a   l i v e   m a t c h :   c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   -   n b a   p r e -   s e a s o n   2 0 2 2 - 2 0 2 3    
t h e   c h i c a g o   b e a r s   a r e   t h e   m o d e r n   d a y   7 2 ’ / 7 3 ’   p h i l a d e l p h i a   7 6 e r s
n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   w i z a r d s   h o r n e t s   7 6 e r s   c a v a l i e r s   r o c k e t s   h e a t   s u n s   n u g g e t s
1 )   b u c k s 
 2 )   s u n s 
 3 )   7 6 e r s   🥶 
 4 )   l a k e r s   
 5 )   h e a t  
i   w a n n a   s e e   m a v s   v s   7 6 e r s ,   c l i p p e r s ,   a n d   k n i c k s   i   g o t   c i r c l e d   s o   f a r
_ 0 0 1 8 7         n o b o d y   t r u s t   a d a m   a r o n ! 
 t h e   e n t i r e   n b a   a n d   n o t   a   s i n g l e   p l a y e r   f r o m   t h e   7 6 e r s   e m b r a c e d   a m c   p l a y
1 0 / 1 0   c a v s   v s .   7 6 e r s   s t a r t e r s . . 
 c a r i s   l e v e r t   o n c e   a g a i n   i n   t h e   s t a r t i n g   l i n e u p   i n   t h e   3 .   d e a n   w a d e   r e p l a c e s   k e v i n   l o v e   a t   t h e   4 .   
 l e t e m k n o w  
  h a p p y   f o r   y o u   a n d   y o u r   e a g l e s ! !   n o w   l e t ’ s   n o t   l e t   t h e   7 6 e r s   b e   t o o   g o o d   p l e a s e   ❤ ️
n b a   c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   f u l l   g a m e 
 w a t c h   l i v e   :
m o s t   u n d e r r a t e d   p l a y e r   o n   e v e r y   t e a m : 
 
 7 6 e r s   -   m e l t o n 
 b u c k s   -   c o n n a u g h t o n 
 b u l l s   -   w h i t e 
 c a v s   -   l o v e 
 c e l t i c s   -   w h i t e 
 c l i p p e r s   -   c o v i n g t o n 
 g r i z z l i e s   -   a l d a m a 
 h a w k s   -   j .   h o l i d a y 
 h e a t   -   y u r t s e v e n 
 h o r n e t s   -   r o z i e r 
 j a z z   -   a g b a j i 
 k i n g s   -   m u r r a y 
 k n i c k s   -   g r i m e s 
 l a k e r s   -   l o n n i e
c a v s   s t a r t i n g   5   f o r   p r e s e a s o n   b a s k e t b a l l   a g a i n s t   t h e   7 6 e r s   l e t e m k n o w  
p r e s e a s o n :   c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   7 6 e r s   g a m e t h r e a d  
7 6 e r s   a t   c a v a l i e r s   t o n i g h t   a t   7 🤩
    d i d n ’ t   e v e n   k n o w   h e   w a s   s i g n e d   t o   t h e   7 6 e r s 😭
t h e   p h i l a d e l p h i a   7 6 e r s   a r e   r e l o c a t i n g   t o   m o n t r é a l ,   q u e b e c - c a n a d a   a f t e r   t h e   e n d   o f   t h i s   s e a s o n .
p s 5 s h a r e ,   n b a 2 k 2 3   7 6 e r s   b a l l   o n l y ?        
n b a   l i v e 🔴   p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   1 0   o c t o b e r   2 0 2 2   |   p r . . .  
n b a   c l e v e l a n d   c a v a l i e r s   v s   m i a m i   7 6 e r s   b a s k e t b a l l   f u l l   g a m e 
 w a t c h   l i v e   :  
k e v i n   l o v e   t o   m i s s   c l e v e l a n d   c a v a l i e r s '   p r e s e a s o n   g a m e   v s .   p h i l a d e l p h i a   7 6 e r s   –   n b a   n e w s  
e a g l e s ,   p h i l l i e s ,   7 6 e r s !     p h i l l y   o n   a   r o l l   l i k e   a   c h e e s t e a k !
m o n t r e z l   h a r r e l l   i s   o u t   f o r   t h e   p h i l a d e l p h i a   7 6 e r s   a g a i n s t   t h e   c l e v e l a n d   c a v a l i e r s   d u e   t o   a n   i n t e r c o s t a l   s t r a i n .    
n e w   c a v s   s t a r   g u a r d   d o n o v a n   m i t c h e l l   g e t t i n g   s h o t s   u p   w i t h   a s s i s t a n t s   p r i o r   t o   t o n i g h t ’ s   g a m e   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s .  
c l i p p e r s   r   g o n n a   b   n i c e   i f   t h e y   s t a y   h e a l t h y   t h i s   s e a s o n . 
 
 i ’ l l   b   p a y i n g   a t t n   2   t h e   n e t s ,   7 6 e r s ,   b u l l s ,   b u c k s ,   & a m p ;   m a y b e   t h e   h o r n e t s   o n   t h e   e a s t … p e l i c a n s ,   l a k e r s ,   c l i p s ,   d u b s   o n   t h e   w e s t . 
 
 i   c a n ’ t   s t a n d   t h e   g r i z z ,   m a v s ,   s u n s ,   j a z z   b u t   t h e y ’ l l   b e   c o m p e t i n g   i n   t h e   w e s t .   n b a
2 2 - 2 3   e a s t e r n   c o n f e r e n c e   p r e d i c t i o n s : 
 1 .   7 6 e r s 
 2 .   c e l t i c s 
 3 .   b u c k s 
 4 .   c a v s 
 5 .   r a p t o r s   
 6 .   h e a t 
 
 7 .   n e t s   
 8 .   h a w k s 
 9 .   b u l l s 
 1 0 .   k n i c k s 
 
 1 1 .   w i z a r d s 
 1 2 .   m a g i c 
 1 3 .   p i s t o n s 
 1 4 .   h o r n e t s 
 1 5 .   p a c e r s
c h a r l e s   b a s s e y   f a n s   m a y   w a n t   t o   w a t c h   t h e   7 6 e r s   p r e s e a s o n   g a m e   t o n i g h t .   l o o k s   l i k e   h e ’ l l   g e t   p l e n t y   o f   p l a y i n g   t i m e  
🏀   n b a   p r e s e a s o n 
   
 w i z a r d s   + 4   @   h o r n e t s   - 4 
 7 6 e r s   + 1   @   c a v a l i e r s   - 1 
 r o c k e t s   + 8 . 5   @   h e a t   - 8 . 5 
 s u n s   - 4 . 5   @   n u g g e t s   + 4 . 5 
   
 b e t   b t c   ➡ ️   
 
 n b a b e t t i n g   n b a p i c k s   s p o r t s b e t t i n g   n b a p r e s e a s o n  
t h e   p h i l a d e l p h i a   7 6 e r s   w i l l   w a i v e   m a c   m c c l u n g   w i t h   t h e   e x p e c t a t i o n   b e i n g   h e   w i l l   j o i n   t h e   d e l a w a r e   b l u e   c o a t s .    
n b a p r e s e a s o n   🏀 
 
 7 6 e r s   v s   c a v a l i e r s   - 4 ½   🗑 ️   o / u   2 2 7 
 w i z a r d s   v s   h o r n e t s   - 4   🗑 ️   o / u   2 1 8 
 r o c k e t s   v s   h e a t   - 7 ½   🗑 ️   o / u   2 2 4 
 s u n s   v s   n u g g e t s   + 5   🗑 ️   o / u   2 1 6 ½ 
 
 w h o   c o v e r s ? 
 
 b e t   n o w :    
d o c   r i v e r s   a d d r e s s e s   t h e   b a c k u p   c e n t e r   s p o t   f o r   t h e   p h i l a d e l p h i a   7 6 e r s   s o   f a r   i n   p r e s e a s o n .    
1 0 / 1 0 / 0 6   –   t h e   p h o e n i x   s u n s   b l e w   a   2 2 p t   l e a d   i n   a m a r e   s t o u d e m i r e ' s   ( 6 p / 6 r )   1 s t   g a m e   ( p r e s e a s o n )   a f t e r   m i s s i n g   a l l   b u t   t h r e e   g a m e s   t h e   s e a s o n   b e f o r e   ( k n e e ) ,   l o s i n g   t o   t h e   p h i l a d e l p h i a   7 6 e r s   1 0 3 - 1 0 0   i n   t h e   n b a   e u r o p e   l i v e   s e r i e s   i n   c o l o g n e ,   g e r m a n y .   a .   i v e r s o n :   2 9 p .  
t h e   p h i l a d e l p h i a   7 6 e r s   h a v e   w a i v e d   m a c   m c c l u n g ,   r e p o r t s  
t h e   c e l t i c s   s e a s o n   o p e n s   i n   8   d a y s !     a   p r e v i e w   f o r   t h e   o p e n e r   v s   t h e   7 6 e r s   w i l l   c o m e   o u t   o n   t h e   w e b s i t e   m i d d a y   o n   g a m e d a y .     f o r   n o w ,   h e r e   a r e   s o m e   n o t e w o r t h y   s t a t s   a b o u t   t h e   o p p o n e n t  
t h e   p h i l a d e l p h i a   7 6 e r s   a r e   s i g n i n g   v e t e r a n   m a m a d i   d i a k i t e   t o   a   m a x   c o n t r a c t .   p e r   s o u r c e s .
7 6 e r s   w a i v e   m a c   m c c l u n g  
7 6 e r s   w a i v e   m a c   m c c l u n g  
w h i c h   t e a m   w i l l   w i n   m o r e   r e g u l a r   s e a s o n   g a m e s ? 
 
 m i l w a u k e e   b u c k s   o r   p h i l a d e l p h i a   7 6 e r s   
 
 w h i c h   t e a m   w i l l   r e i g n   s u p r m e m e ➡ ️ 
 
 n b a t w i t t e r   f e a r t h e d e e r   p h i l a u n i t e   g a m b l i n g t w i t t e r
d o c   r i v e r s   s a y s   j a m e s   h a r d e n   c a n   b e   l i k e   a   s c o r i n g   v e r s i o n   o f   m a g i c   j o h n s o n   f o r   7 6 e r s   t h i s   s e a s o n :   “ w e   d o n ’ t   h a v e   a   p o i n t   g u a r d … ”  
d o c   r i v e r s   s a y s   j a m e s   h a r d e n   c a n   b e   l i k e   a   s c o r i n g   v e r s i o n   o f   m a g i c   j o h n s o n   f o r   7 6 e r s   t h i s   s e a s o n :   “ w e   d o n ’ t   h a v e   a   p o i n t   g u a r d … ”  
c a v s   a r e   g o i n g   t o   s t a r t   d e a n   w a d e   a t   p o w e r   f o r w a r d   i n   p l a c e   o f   b a n g e d - u p   k e v i n   l o v e   ( a n d   e v a n   m o b l e y ) ,   w h i c h   m e a n s   c a r i s   l e v e r t   g e t s   t h e   s t a r t   a t   s m a l l   f o r w a r d   f o r   a   s e c o n d   s t r a i g h t   p r e s e a s o n   g a m e   
 

b r e a k i n g :   d a y s   a f t e r   s i g n i n g   w i t h   t h e   p h i l a d e l p h i a   7 6 e r s ,   m a c   m c c l u n g   h a s   b e e n   w a i v e d .   
 
 w h o   s h o u l d   s i g n   h i m   & a m p ;   k e e p   h i m   o n   t h e i r   r o s t e r ?   🤔  
      f u r k   w e a r s   a   c r e a m   c o l o r   s w e a t s u i t   w i t h   ' 7 6 e r s '   w r i t t e n   o n   i t , t h a t ' s   d o p e   b u t   h e   s h o u l d n ' t   h a v e   c u t   a l l   h i s   b e a r d   a n d   s t a c h e   😭
b a s k e t b a l l   n b a   🏀 
 c a v a l i e r s - 7 6 e r s 
 b e t   :   7 6 e r s   + 5 . 5       h a n d i c a p 
 1 . 7 9   o d d s   o n   
 2   u n i t s   
 g a m b l i n g t w i t t e r 
 n b a 
 s p o r t s g a m b l i n g  
    n b a   p i c k s   
 o c t   1 0 , 2 0 2 2   
 
 7 6 e r s   v s   c a v a l i e r s -   7 6 e r s   
 
 w i z a r d s   v s   h o r n e t s -   h o r n e t s   
 
 r o c k e t s   v s   h e a t s -   h e a t s   
 
 s u n ' s   v s   n u g g e t s -   s u n ' s   
 
 s h o u l d   b e   a   v e r y   e a s y   d a y   i n   t h e   o f f i c e   a s   a l w a y s   f e e l   f r e e   t o   s h a r e   a n y   w i n n i n g s   c a s h a p p   $ s a v a g e m o n t a n a 9 8 
 p l a y   s a f e  
  n b a   p i c k s   
 o c t   1 0 , 2 0 2 2   
 
 7 6 e r s   v s   c a v a l i e r s -   7 6 e r s   
 
 w i z a r d s   v s   h o r n e t s -   h o r n e t s   
 
 r o c k e t s   v s   h e a t s -   h e a t s   
 
 s u n ' s   v s   n u g g e t s -   s u n ' s   
 
 s h o u l d   b e   a   v e r y   e a s y   d a y   i n   t h e   o f f i c e   a s   a l w a y s   f e e l   f r e e   t o   s h a r e   a n y   w i n n i n g s   c a s h a p p   $ s a v a g e m o n t a n a 9 8 
 p l a y   s a f e  
2 0 2 2 - 2 0 2 3   n b a   p r e d i c t i o n s   ( s e e d i n g ) 
 
 e a s t 
 1 .   7 6 e r s 
 2 .   c e l t i c s 
 3 .   b u c k s 
 4 .   c a v s 
 5 .   r a p t o r s 
 6 .   h e a t 
 p l a y - i n   t e a m s 
 n e t s ,   w i z a r d s ,   b u l l s ,   h a w k s 
 
 w e s t 
 1 .   w a r r i o r s 
 2 .   n u g g e t s 
 3 .   w o l v e s 
 4 .   c l i p p e r s 
 5 .   p e l i c a n s 
 6 .   m a v s 
 p l a y - i n   t e a m s 
 s u n s ,   g r i z z l i e s ,   b l a z e r s ,   k i n g s
2 0 2 2 - 2 0 2 3   n b a   p r e d i c t i o n s 
 
 m v p :   g i a n n i s   a n t e t e k o u n m p o 
 r o y :   k e e g a n   m u r r a y 
 d p o y :   r o b e r t   w i l l i a m s 
 6 m o t y :   t y l e r   h e r r o 
 m i p :   r . j .   b a r r e t t 
 c o y :   m i k e   m a l o n e 
 
 e c f :   b u c k s   o v e r   7 6 e r s 
 w c f :   n u g g e t s   o v e r   c l i p p e r s 
 f i n a l s :   b u c k s   o v e r   n u g g e t s 
 f i n a l s   m v p :   g i a n n i s   a n t e t e k o u n m p o
🏀 h a p p y   b i r t h d a y ,   7 🏀 
 👇 
 
 
 n b a 7 5 
 b l e e d g r e e n 
 n e t s w o r l d 
 n e w s y o r k f o r e v e r 
 7 6 e r s 
 w e t h e n o r t h 
 n b a 
 相 互 フ ォ ロ ー 
 フ ォ ロ ー バ ッ ク
    _   m a x e y   i s n t   a   b e t t e r   p l a y m a k e r   t h a n   j a y l e n   t h o u g h .   p l a y m a k i n g   a i n ' t   a b o u t   a s s i s t s   p e r   g a m e   a n d   t h e   s i x e r s   3 p t %   w e n t   u p   b y   m i l e s   w h e n   h a r d e n   r e p l a c e d   m a x e y   a s   t h e   m a i n   p l a y m a k e r   o f   t h e   7 6 e r s .   a l s o   m a x e y   h a d   a   n e g a t i v e   n e t   r a t i n g   a s   t h e   m a i n   p l a y m a k e r   o f   t h e   s i x e r s
    r e a l   7 6 e r s   l e g e n d .
t h e   7 6 e r s   h a v e   w a i v e d   m a c   m c c l u n g ,   r e p o r t s   .  
s o u r c e s :   t h e   p h i l a d e l p h i a   7 6 e r s   h a v e   w a i v e d   g u a r d   m a c   m c c l u n g ,     h a s   l e a r n e d .
c a v s   k e v i n   l o v e   w i l l   n o t   p l a y   i n   t o n i g h t ' s   p r e s e a s o n   g a m e   a g a i n s t   p h i l a d e l p h i a   a s   a   p r e c a u t i o n   a f t e r   b u m p i n g   k n e e s   i n   a   r e c e n t   p r a c t i c e ,   s o u r c e s   t e l l     
 

  l e t ' s   g o   p h i l a d e l p h i a .       m a y b e   t h e   y e a r   f o r   t h e   p h i l l i e s ,   t h e   e a g l e s ,   t h e   f l y e r s   a n d   t h e   7 6 e r s
_ 2 4   j u s t   a n   f y i ,   y o u r   p r e v i e w   a r t i c l e   f o r   t o d a y s   g a m e   b e t w e e n   t h e   r o c k e t s   a n d   h e a t   l i s t s   p . j .   t u c k e r   a s   a   p r o b a b l e   h e a t   s t a r t e r   w h i c h   i s   u n l i k e l y   a s   h e   p l a y s   f o r   t h e   7 6 e r s   n o w . 

a s i   v e   l a   l i g a   a   l a   c o n f e r e n c i a     e s t e 
 
 1 .   d e t r o i t   p i s t o n s 
 2 .   p h i l a d e l p h i a   7 6 e r s 
 3 .   w a s h i n g t o n   w i z a r d s 
 4 .   n e w   y o r k   k n i c k s 
 5 .   b o s t o n   c e l t i c s 
 6 .   c h i c a g o   b u l l s 
 7 .   o r l a n d o   m a g i c 
 8 .   c h a r l o t t e   h o r n e t s
h e   t h i n k i n g   a b o u t   g o i n g   t o   t h e   g a m e s   i n   b e r l i n   f u t u r e   7 6 e r s ,   h i s   g h o s t   f a m i l y   w a n t   h i m   t o   b e   w i t h   s o m e o n e   l i k e   t h i s . . . .   b u t   p e o p l e   i n   h e a v e n   a r e n ' t   n o r m a l l y   t h i r s t y   a   f e w   o f   t h e m   a r e   l o l  
d o c   r i v e r s   s a y s   j a m e s   h a r d e n   c a n   b e   l i k e   a   s c o r i n g   v e r s i o n   o f   m a g i c   j o h n s o n   f o r   7 6 e r s   t h i s   s e a s o n :   “ w e   d o n ’ t   h a v e   a   p o i n t   g u a r d … ”  
8   m o r e   d a y s   l e f t   u n t i l   7 6 e r s '   o p e n i n g   n i g h t !
e a s t e r n   c o n f e r e n c e   p r e d i c t i o n s 
 
 1 .   7 6 e r s 
 2 .   b u c k s 
 3 .   c a v s 
 4 .   h e a t 
 5 .   n e t s 
 6 .   c e l t i c s 
 7 .   h a w k s 
 8 .   r a p t o r s 
 9 .   k n i c k s 
 1 0 .   w i z a r d s
_     s h o u l d   d o   l a k e r s / c e l t i c s   c a u s e   t h e y   a r e   h i s t o r i c a l l y   r i v a l s ,   a n d   w a r r i o r s / 7 6 e r s   b e c a u s e   t h e y   w e r e / a r e   p h i l a d e l p h i a   t e a m s .
d a n u e l   h o u s e   j r .   i s   q u i c k l y   b e c o m i n g   a   f a v o r i t e   i n   t h e   l o c k e r   r o o m   f o r   t h e   p h i l a d e l p h i a   7 6 e r s .    
n b a   e a s t e r   c o n f e r e n c e   s t a n d i n g s   a f t e r   r e g u l a r   s e a s o n : 
 1 .   7 6 e r s 
 2 .   c e l t i c s 
 3 .   b u c k s 
 4 .   b u l l s 
 5 .   c a v s 
 6 .   r a p t o r s 
 7 .   h e a t 
 8 .   h a w k s 
 9 .   n e t s 
 1 0 .   k n i c k s 
 1 1 .   w i z a r d s 
 1 2 .   p a c e r s 
 1 3 .   p i s t o n s 
 1 4 .   h o r n e t s 
 1 5 .   m a g i c 
 t h i s   i s   c o n s i d e r i n g   e v e r y o n e   i s   h e a l t h y .
a n d   w e ’ r e   b a c k !   t h e   m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s o o n   p r i o r   t o   t o n i g h t ’ s   p r e s e a s o n   g a m e   b e t w e e n   c l e v e l a n d   a n d   t h e   p h i l a d e l p h i a   7 6 e r s ! 
 
 m o r e   f r o m   m e !   ⤵ ️ 
 
  
n b a   l i v e 🔴   p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   -   1 0 t h   o c t o b e r   2 0 2 2   . . .  
p r e s e a s o n   g a m e   n u m b e r   2 !   1   l i k e   =   1   g o o d   l u c k !   c a v s   7 6 e r s   s i x e r s   l e t e m k n o w  
    t h e   r a p s   w i l l   b e   s n e a k y   g o o d   t h i s   y e a r ,   i   t h i n k   t h e y   a r e   i n   t h e   s a m e   t i e r   a s   t h e   h a w k s   b u t   d o n ’ t   s l e e p   o n   t o r o n t o . 
 
 7 6 e r s ,   b u c k s ,   c e l t i c s ,   h e a t ,   n e t s   a r e   t h e   t o p   5 ,   h a w k s   w i l l   b e   r i g h t   n e x t   t o / b e l o w   t h e   r a p s   f i g h t i n g   f o r   6 - 8   w i t h   c l e v e l a n d . 
 
 b u l l s   a n d   k n i c k s   9 - 1 0   s e e d .
  n e t s / b u c k s … 7 6 e r s   
 o n l y   l e g i t   c o n t e n d e r s   i n   t h e   e a s t
t o n i g h t   t h e     t a k e   o n   t h e   7 6 e r s   .   t h e   h u n t i n g t o n   t i p - o f f   s h o w   s t a r t s   a t   6 : 3 0   w i t h     .   t h e n       a n d     h a v e   a l l   t h e   a c t i o n   s t a r t i n g   a t   7 .   l i s t e n   o n       a n d   a l l   a c r o s s   t h e   c a v a l i e r s   a u d i o v e r s e !
  u n i o n   1   m l s   t e a m ,   7 6 e r s   c o n f e r e n c e   s e m i f i n a l s ,   p h i l l i e s   d i v i s i o n a l   ( b a s e b a l l   c o n f e r e n c e   s e m i f i n a l s ) ,   e a g l e s   w i l d c a r d   m i n i m u m   a s   w e l l
h o p p e d   o n   ' s   b e t   t h e   e d g e   w /   t o d a y 
 
 🟢   n f l   t e a m s   w h o s e   s t o c k   i s   o n   t h e   r i s e 
 🟢   7 6 e r s ,   p a c e r s ,   r a p t o r s ,   h o r n e t s   w i n   t o t a l   a n a l y z e d 
 🟢   r a i d e r s   v s .   c h i e f s   b e s t   b e t s 
 
 c h e c k   i t   o u t : 

      n o p e ,   b e c a u s e   i ' v e   n e v e r   h e a r d   o f   o t h e r   f a n b a s e   b e h a v i n g   l i k e   t h a t ,   e s p e c i a l l y   i n   b a s e b a l l .   d i d   c e l t i c   f a n s   c h a n t   " b e a t   l a "   w h e n   t h e   c e l t i c s   l o s t   t o   t h e   7 6 e r s ?   y e s .   a r e   t h e r e   s o c c e r   r i o t s   o v e r   s e a s ?   y e s .   h o w e v e r ,   a s   i t   r e l a t e s   t o   b a s e b a l l ,   n o   o t h e r   f a n b a s e   i s   l i k e   t h e   y a n k e e s .
  @ _ i p r e f e r t h e h a t e   _ h o o p     a l l   c u z   y o u ' r e   a   s t a r   d o e s n ' t   m e a n   u   c a n ' t   b e   t h e   x   f a c t o r   t h e   7 6 e r s   s e a s o n   l i t e r a l l y   l i e s   o n   h a r d e n   b e i n g   a   b e t t e r   f o r k   o f   h i m s e l f   t h a n   h e   w a s   l a s t   y e a r   w h i c h   m a k e s   h i m   t h e   x   f a c t o r
t o n i g h t ,   t h e   p h i l a d e l p h i a   7 6 e r s   p l a y   t h e i r   s e c o n d   s t r a i g h t   p r e s e a s o n   g a m e   a g a i n s t   d o n o v a n   m i t c h e l l ,   d a r i u s   g a r l a n d ,   a n d   t h e   c l e v e l a n d   c a v a l i e r s . 
 
 s i x e r s   |   _ p s n   |   

t h e   p h i l a d e l p h i a   7 6 e r s ,   a n   a m e r i c a n   p r o f e s s i o n a l   b a s k e t b a l l   t e a m   f o r m a l l y   k n o w n   a s   t h e   s y r a c u s e   n a t i o n a l s   b a s e d   i n   p h i l a d e l p h i a   m e t r o p o l i t a n   r e g i o n ,   f o u n d e d   i n   1 9 4 6   & a m p ;   p l a y   i n   t h e   n a t i o n a l   b a s k e t b a l l   a s s o c i a t i o n   ( n b a )   a s   a   m e m b e r   o f   t h e   e a s t e r n   c o n f e r e n c e   a t l a n t i c   d i v i s i o n . n b a 7 5
i ’ l l   a c c e p t   a l l   t h e s e   s h a n g a l a   h a n g a l a   i f   w e   b e a t   7 6 e r s   o n   o u r   o p e n   n i g h t  
m o r e   n b a   p r e s e a s o n   p i c k s   f o r   t o d a y ’ s   s l a t e     g a m b l i n g t w i t t e r   n b a   
 

t h i n k i n g   a b o u t   b e t t i n g   o n   c a v s   v s   7 6 e r s   ( n b a ) ?     f i n d   o u t   w h a t   p i c k   p i n e   m e m b e r     l o c k e d   i n   f o r   t h e   g a m e .   g a m b l i n g t w i t t e r   p i n e s p o r t s 🌲 📈 
 

  p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   1 0 / 1 0 / 2 0 2 2   f r e e   n b a   p i c k s   a n d   p r e d i c t i o n s   o n   m o r n i n g   s t e a m    
_ j r 1   t h e   c a v s   o v e r   t h e   7 6 e r s ? ? ? ?
l i v e   n b a   l i v e s t r e a m   
 d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s 
 m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s 
 
 l i n k 🏀 

p h i l a d e l p h i a   7 6 e r s   s t a r   j o e l   e m b i i d   w o r k e d   o u t   w i t h   o k l a h o m a   c i t y   t h u n d e r   r o o k i e   c h e t   h o l m g r e n   o v e r   t h e   s u m m e r .    
t h e   d e f e n d i n g   e a s t e r n   c o n f e r e n c e   c h a m p i o n   b o s t o n   c e l t i c s   p l a y   b a s k e t b a l l   o n   t h e   p a r q u e t   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s   t o   t i p   o f f   t h e   n b a ’ s   7 7 t h   s e a s o n   e i g h t   d a y s   f r o m   t o d a y .   a b s o l u t e l y .   t h r i l l i n g .
a s   p a r t   o f   h i s   p e r s o n a l   t r a i n i n g   p l a n ,   j o e l   e m b i i d   d i d   n o t   t r a v e l   t o   o h i o   w i t h   t h e   7 6 e r s   a n d   w i l l   b e   u n a v a i l a b l e   f o r   m o n d a y   n i g h t ’ s   e x h i b i t i o n   g a m e .  
d e s p i t e   t h e   a d d i t i o n s   m a d e   t o   t h e   p h i l a d e l p h i a   7 6 e r s '   r o s t e r   t h i s   o f f s e a s o n ,   i m p r o v e m e n t s   b y   m a t i s s e   t h y b u l l e   r e m a i n   c r i t i c a l   f o r   t h e   u p c o m i n g   s e a s o n . 
 
 s i x e r s   |   

  a l l e n   i v e r s o n   ( 3 1   p o i n t s )   -   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   a t   d e t r o i t   p i s t o n s   -   2 0 0 3   p l a y o f f s   e c s f   g a m e   2    
  t o b i a s   h a r r i s   n b a   p l a y e r   a l l   p o s s e s s i o n s   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   -   n b a   t o d a y   1 0 / 1 0 / 2 0 2 2   f u l l   g a m e   h i g h l i g h t s   -   n b a …    
_ j r 1   h o w   a r e   t h e   7 6 e r s   n o t   i n   t h e   f i r s t   t i e r ?
t h e   p h i l a d e l p h i a   7 6 e r s   a r e   t r a d i n g   f o r   r o o k i e   k y l e   l o w r y   t o   t h e   m i n n e s o t a   t i m b e r w o l v e s   i n   e x c h a n g e   f o r   j e v o n   c a r t e r   s o u r c e s   t e l l   m e   a n d   .
[ u p d a t e ]   p h i l a d e l p h i a   7 6 e r s   + 4 . 5   ( + 4 . 0 )   a t   c l e v e l a n d   c a v a l i e r s   |   m o n   1 9 : 1 0 e t   p h i v s c l e   n b a   ~  
  p h i l a d e l p h i a   7 6 e r s . . . .   s t r a i g h t   w i n   2   o d d . 
 t h a n k   m e   l a t e r .
🏀 n b a   p r e s e a s o n 🏀 
 
 p h i   7 6 e r s   m l 
 
 + 1 6 5 
 
 g a m b l i n g t w i t t e r   s p o r t s b e t t i n g   b e t 3 6 5  
  @ _ o h i o h e a v y   w a s n ' t   t h i s   a l s o   a   w e e k   a f t e r   b o a r d   w a s   a n n o u n c e d ?   h i p p i e   a n d   c u r l y   v   b o t h   c l a i m e d   r e l e v a n c e   a n d   i t   s e e m e d   l i k e   a   w a y   t o   c l a m p   d o w n   o n   a p p e a r a n c e   o f   s e x i s m . 
 i n   n o   w a y   d o   i   t r u s t   m a g s   o r   w e b s i t e   o r   a n y   7 6 e r . 
 
 7 6 e r s   w a n t s   t o   p r o j e c t   a   ' m a n l y '   i m a g e   a n d   w o m e n   i n   a u t h o r i t y   w o n ' t   f i t
w e   a r e   t u r n   i n ’   u p   o n   f r i d a y   t a l k i n g   a b o u t   t h e   s i x e r s   s o   s t a y   t u n e d   🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥   7 6 e r s   h e r e t h e y c o m e  
a w w w w   m a n   i   c a n   w a i t   f o r   t h i s .   y ’ a l l   t u n e   i n   t h i s   f r i d a y   7 p m   i t   g o e s   d o w n   m e   a n d     w i l l   p r e v i e w   t h e   7 6 e r s .   
 
  
[ t a i l g a t e   t h r e a d ]   p h i l a d e l p h i a   7 6 e r s   ( 2 - 0 )   @   c l e v e l a n d   c a v a l i e r s   ( 0 - 1 )   -   0 7 : 0 0   p m   e d t 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
p e o p l e   k e e p   a s k i n g   f o r   m y   2 0 2 2 - 2 3   n b a   f i n a l s   p r e d i c t i o n .   h o n e s t l y ,   i t   f e e l s   m o r e   w i d e   o p e n   t h a n   e v e r .   s o   m a n y   ' w h a t   i f s '   t o   c o n s i d e r . 
 
 i   r e a d   a   p i e c e   e a r l i e r   t h a t   h a d   t h e   7 6 e r s   a n d   c l i p p e r s   e a c h   i n   s i x t h   p l a c e   i n   t h e i r   r e s p e c t i v e   c o n f e r e n c e s .   t h a t   c o u l d   b e   t h e   f i n a l s   m a t c h u p !
a l l e n   i v e r s o n   s i g n e d   f r a m e d   1 6 x 2 0   p h i l a d e l p h i a   7 6 e r s   s t e p   o v e r   p h o t o   p h i l a u n i t e  
  t h e   7 6 e r s   h a v e   y o u   c o v e r e d . 
 
  
m v p :   g i a n n i s   a n t e t o k o u n m p o 
 r o y :   j a d e n   i v e y 
 d p o y :   g i a n n i s   a n t e t o k o u n m p o 
 6 m o y :   t y l e r   h e r r o 
 c o t y :   j .   b .   b i c k e r s t a f f 
 f i n a l s :   7 6 e r s   x   n u g g e t s 
 c a m p e ã o :   n u g g e t s  
k e e p i n g   t h e   p h a i t h !   2 0 2 2   p h i l l i e s :   t h e   w i l l   t o   w i n   -   s p o r t s t a l k p h i l l y   -   n e w s ,   r u m o r s ,   g a m e   c o v e r a g e   o f   t h e   p h i l a d e l p h i a   e a g l e s ,   p h i l a d e l p h i a   p h i l l i e s ,   p h i l a d e l p h i a   f l y e r s ,   a n d   p h i l a d e l p h i a   7 6 e r s   ⁦ _ b b _ c o l u m n ⁩    
    t i m e   t o   b u i l d   !   😁   g o   7 6 e r s ! ! !
8   d a y s   u n t i l   t h e   n b a   s e a s o n   s t a r t s .   7 6 e r s  
  _ b u r n s   _ _ j a y         y o u   a n d   o r e o   a t   b u n k e r   h i l l   w e r e   f i r s t   s t r e a m s   i   s a w   a n d   i   w a t c h e d   b o t h   c o n s i s t e n t l y .   i   s a w   s a n t a ' s   i n t e r v i e w .   i   q u i t   y o u   g u y s   w h e n   7 6 e r s   m a d e   i t   t o   t h e   m a l l .   i   f e l t   a   n a r r a t i v e   w a s   b e i n g   p u s h e d   a t   m e . 
 a n y w a y ,   y o u r   w o r t h   a s   a   j o u r n o   i s n ' t   d e t e r m i n e d   b y   y o u r   b a d g e ,   b u t   t o   m y
    a f t e r   d r a f t i n g   e m b i i d ,   i m a g i n e   t h e   7 6 e r s   d r a f t   t a t u m   ( i n s t e a d   o f   m a k i n g   t h e   f u l t z   s e l e c t i o n )   a n d   k e e p   j i m m y   b u t l e r   i n s t e a d   o f   g i v i n g   a   m a x   d e a l   t o   t o b i a s   h a r r i s .
1   7 6 e r s   o v e r   4   c a v s   i n   6 
 
 2   b u c k s   o v e r   6   r a p t o r s   i n   6 
 
 1   w a r r i o r s   o v e r   4   c l i p p e r s   i n   7 
 
 7   l a k e r s   o v e r   3   p e l i c a n s   i n   7 
 
 c o n f e r e n c e   f i n a l s   : 
 
   2   b u c k s   o v e r   1   7 6 e r s   i n   7 
 
   7   l a k e r s   o v e r   1   w a r r i o r s   i n   7
p l a y o f f s 
 
 e a s t   : 
 
 1   7 6 e r s   o v e r   8   n e t s   i n   5 
 
 2   b u c k s   o v e r   7   h a w k s   i n   6 
 
 6   r a p t o r s   o v e r   3   c e l t i c s   i n   7 
 
 4   c a v s   o v e r   5   h e a t   7 
 
 w e s t   : 
 
 1   w a r r i o r s   o v e r   8   s u n s   i n   6 
 
 7   l a k e r s   o v e r   2   w o l v e s   i n   6 
 
 3   p e l i c a n s   o v e r   6   g r i z z l i e s   i n   7 
 
 4   c l i p p e r s   o v e r   5   n u g g e t s   i n   7
e a s t 
 
 1 .   7 6 e r s 
 2 .   b u c k s 
 3 .   c e l t i c s 
 4 .   c a v s 
 5 .   h e a t 
 6 .   r a p t o r s 
 7 .     h a w k s 
 8 .   n e t s 
 9 .   k n i c k s 
 1 0 .   b u l l s 
 1 1 .   w i z a r d s 
 1 2 .   p i s t o n s 
 1 3 .   m a g i c 
 1 4 .   h o r n e t s 
 1 5 .   p a c e r s
  w a r r i o r s 
 c l i p p e r s 
 b u c k s 
 c e l t i c s 
 7 6 e r s
_ c z a r   
 1 2   t e a m s   h a v e   0   i s o l a t i o n   p l a y s   d e s p i t e   h a v i n g   p l a y e r s   w i t h   p l a y   t y p e   i s o l a t i o n   a s s i g n e d   ( b u l l s ,   b u c k s ,   c e l t i c s ,   h a w k s ,   h e a t ,   h o r n e t s ,   j a z z ,   k i n g s ,   k n i c k s ,   n u g g e t s .   t i m b e r w o l v e s ,   w i z a r d s ) 
 7 6 e r s   w /   n o   p o s t   h i g h   p l a y s   f o r   e m b i i d   a s   w e l l
_ s n a a a c k s   _ f i n l e y   w h y   w a s   6   a f r a i d   o f   7 ?   b e c a u s e   t h e   7 6 e r s   a t e   t h e   3 6 e r s
_ o f _ p r u s h a n   _ f i n l e y   d o n ’ t   a c t   l i k e   t h e y   w o u l d n ’ t   h a v e   a l s o   b e a t   7 6 e r s
[ u p d a t e ]   p h i l a d e l p h i a   7 6 e r s   + 4 . 0   ( + 4 . 5 )   a t   c l e v e l a n d   c a v a l i e r s   |   m o n   1 9 : 1 0 e t   p h i v s c l e   n b a   ~   b o n u s e s   u p   t o   $ 1 0 0 0  
  n b a   p i c k s   
 o c t   1 0 , 2 0 2 2   
 
 7 6 e r s   v s   c a v a l i e r s -   7 6 e r s   
 
 w i z a r d s   v s   h o r n e t s -   h o r n e t s   
 
 r o c k e t s   v s   h e a t s -   h e a t s   
 
 s u n ' s   v s   n u g g e t s -   s u n ' s   
 
 s h o u l d   b e   a   v e r y   e a s y   d a y   i n   t h e   o f f i c e   a s   a l w a y s   f e e l   f r e e   t o   s h a r e   a n y   w i n n i n g s   c a s h a p p   $ s a v a g e m o n t a n a 9 8 
 p l a y   s a f e  
    n b a   p i c k s   
 o c t   1 0 , 2 0 2 2   
 
 7 6 e r s   v s   c a v a l i e r s -   7 6 e r s   
 
 w i z a r d s   v s   h o r n e t s -   h o r n e t s   
 
 r o c k e t s   v s   h e a t s -   h e a t s   
 
 s u n ' s   v s   n u g g e t s -   s u n ' s   
 
 s h o u l d   b e   a   v e r y   e a s y   d a y   i n   t h e   o f f i c e   a s   a l w a y s   f e e l   f r e e   t o   s h a r e   a n y   w i n n i n g s   c a s h a p p   $ s a v a g e m o n t a n a 9 8 
 p l a y   s a f e  
_ _     y h   b u c k s   c e l t i c s   a n d   7 6 e r s   s h o u l d   b e   t h e   t o p   3
  n o   m o r e   7 6 e r s ?
  n o   d i s r e s p e c t   t o   t h e   7 6 e r s   b u t   m y   m i n d   w i l l   b e   s e t   o n   s a t u r d a y   a n d   i   w i l l   b e g i n   t h e   h y p e   p r o c e s s   f o r   m y s e l f   t h e   d a y   i   k n o w   w h o   w e   p l a y   o n   t h a t   t h u r s d a y .   i t s   l i k e   i   g o   i n   a   w h o l e   d i f f e r e n t   e l e m e n t   o f   m y s e l f   j u s t   💙 💛 .   d o   i   s o u n d   l i k e   a n   a s s h o l e   i f   i   s a y   i   w a n t   t h e   n j e d ?
j o r n a d a   n b a   
 
 1 : 0 0   |   w a s h i n g t o n   w i z a r d s   -   c h a r l o t t e   h o r n e t s 
 1 : 0 0   |   p h i l a d e l p h i a   7 6 e r s   -   c l e v e l a n d   c a v a l i e r s 
 1 : 3 0   |   h o u s t o n   r o c k e t s   -   m i a m i   h e a t 
 3 : 0 0   |   p h o e n i x   s u n s   -   d e n v e r   n u g g e t s 
 
 n b a p r e s e a s o n  
g a m b l i n g t w i t t e r   g o i n g   w i t h   k c - 7   a n d   t h e   7 6 e r s + 5   n o   j o e l   n o   p r o b l e m   😉
  _ p i c k s   9   m o r e   d a y s !   7 6 e r s   v s   c e l t i c s   a n d   l a k e r s   v s   w a r r i o r s
7 6 e r s   a t   c a v a l i e r s   1 0 / 1 0 / 2 2   -   n b a   p i c k s   & a m p ;   o d d s     p i c k s p a r l a y s   h e r e t h e y c o m e   b e t h e f i g h t  
p r e s e a s o n   c a v s   a r e   b a c k   i n   t h e   l a n d . 
 
 t h e y ' r e   - 4 . 5   t o n i g h t   a g a i n s t   t h e   7 6 e r s . 

w a t c h   c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e 
 v i s i t -  
[ u p d a t e ]   p h i l a d e l p h i a   7 6 e r s   + 4 . 5   ( + 4 . 0 )   a t   c l e v e l a n d   c a v a l i e r s   |   m o n   1 9 : 1 0 e t   p h i v s c l e   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
  e l u s i v e ? ? ?   j u s t   f o u n d   o u t   a   f e w   d a y s   a g o .   i   d o n ’ t   t a l k   a b o u t   s o m e t h i n g   u n t i l   i t ’ s   f a c t   c h e c k e d .   ( u s u a l l y   l o l )   p l u s   t h e   j u i c y   d e t a i l s   i   l i k e   t o   g e t   i n   t h e   r i g h t   h a n d s   b e f o r e   l e t t i n g   t h e   7 6 e r s / j 6 e r s   g e t   o u t   a h e a d   o f   i t
n b a   p i c k :                                                                                                             🏀 7 6 e r s   m l 🏀   n b a   n b a p i c k s
p a y t o n   p r i t c h a r d   p l a y s   h i s   f i r s t   r e g u l a r   s e a s o n   n b a   g a m e   i n   h i s   t h i r d   s e a s o n   a g a i n s t   t h e   7 6 e r s   i n   8   d a y s .
f u n k o     g o l d   5   a l l e n   i v e r s o n   -   s i x e r s 
 l i n k - & g t ; 
 a t c - & g t ; 
 1 7 : 5 4 : 5 2   2 0 2 2 - 1 0 - 1 0   u t c
[ c h a n c e   o f   c h a s e ]   [ $ 1 0 ] 
 5 "   a l l e n   i v e r s o n   -   s i x e r s 
 f u n k o p o p 
 s o u r c e :   f u n k o   m o n i t o r 
 r e a s o n :   i n v e n t o r y 
 
 🛒 :   
 0 1 : 5 3 : 0 5 . 1 5 6 0   p m   e d t   a d 
 

h e l l o !   m y   f r e e p i c k   o f   t h e   d a y   i s   1 0 / 1 0 / 2 2   7 6 e r s   v s   c a v a l i e r s   -   p i c k :   7 6 e r s   + 4 . 5   s p o r t s b e t s   b e t t i n g t w i t t e r   b e t t i n g   t w i t t e r b e t s   s p o r t s b e t t i n g t i p s 

m o s t   o v e r r a t e d   p l a y e r   o n   e v e r y   t e a m : 
 
 7 6 e r s   -   m a x e y 
 b u c k s   -   l o p e z 
 b u l l s   -   c a r u s o 
 c a v s   -   a l l e n 
 c e l t i c s   -   t a t u m 
 c l i p p e r s   -   m o r r i s 
 g r i z z l i e s   -   j a 
 h a w k s   -   c a p e l a 
 h e a t   -   h e r r o 
 h o r n e t s   -   o u b r e 
 j a z z   -   b e a s l e y 
 k i n g s   -   d a v i s 
 k n i c k s   -   r e d d i s h 
 l a k e r s   -   b e v e r l e y 
 m a g i c   -   a n t h o n y 
 m a v s   -   m c g e e
[ u p d a t e ]   p h i l a d e l p h i a   7 6 e r s   a t   c l e v e l a n d   c a v a l i e r s   t o t a l   2 2 7 . 5   ( 2 2 5 . 5 )   |   m o n   1 9 : 1 0 e t   p h i v s c l e   n b a   ~     w i t h   c o d e   o n a h e a t r
d o   t h e   g r i z z l i e s   t r u l y   b e l o n g   i n   t h e   t o p   g r o u p   o f   c o n t e n d e r s ? 
 
 t h e y   j u s t   d o n ’ t   f e e l   l i k e   t h e y ’ r e   q u i t e   o n   t h e   l e v e l   o f   t h e   w a r r i o r s ,   t h e   b u c k s ,   t h e   c l i p p e r s ,   t h e   c e l t i c s . 
 
 d o   t h e y   b e l o n g   i n   a   s u b - t i e r   b e l o w ,   a l o n g s i d e   t h e   n e t s ,   n u g g e t s   a n d   7 6 e r s ?   t h e s e   f o u r   t e a m s   f e e l   v e r y   c l o s e
  f o r   t h e   e a s t : 
 
 c e l t i c s   5 3 . 5 
 b u c k s   5 2 . 5 
 7 6 e r s   5 0 . 5 
 n e t s   5 0 . 5 
 h e a t   4 8 . 5 
 c a v s   4 7 . 5 
 h a w k s   4 5 . 5 
 r a p t o r s   4 5 . 5 
 b u l l s   4 1 . 5
t o b i a s   h a r r i s   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t o b i a s h a r r i s   t o b i a s   h a r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
  b u c k s 
 w a r r i o r s   
 c e l t i c s 
 c l i p p e r s 
 7 6 e r s
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
t h e     w i l l   p l a y   t h e i r   f i r s t   h o m e   g a m e   o f   t h e   2 0 2 2   p r e s e a s o n   t o n i g h t   w h e n   t h e y   f a c e   t h e   p h i l a d e l p h i a   7 6 e r s   a t     
   
 t o n i g h t ' s   g a m e   n o t e s   ( p r e s e a s o n   g a m e   2 ) :   

f u r k a n   k o r k m a z   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f u r k a n k o r k m a z   f u r k a n   k o r k m a z   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
n e w   e p i s o d e ! 🚨 
 
 w e   p r e v i e w   t h e   p h i l a d e l p h i a   7 6 e r s   w i t h   ! 
 
 ➡ ️ w h a t ' s   t h e   c e i l i n g   f o r   t h i s   t e a m ?   
 ➡ ️ c a n   e m b i i d   f i n a l l y   w i n   m v p   t h i s   y e a r ? 
 ➡ ️ w h a t   t o   e x p e c t   f r o m   j a m e s   h a r d e n   a n d   m o r e ! 
 

7 6 e r s   p l a y   t h e   c a v s   a t   7 : 0 0   p m   e s t   o n   n b a t v 
 
 e x c i t e d   t o   s e e   m i t c h e l l ,   g a r l a n d ,   a n d   m o s l e y   g e t   2 5   m i n u t e s   t o g e t h e r   o n   t h e   c o u r t   t o n i g h t 
 
 a l s o   c u r i o u s   a b o u t   r o c k e t s   a n d   h e a t 
 
 r o c k e t s   y o u n g   c o r e   h a s   o v e r i m p r e s s e d   m e 
 
 j a b a r i   s m i t h   m i g h t   b e   t h e   t r u t h
e a s t e r n   c o n f e r e n c e   |   a t l a n t i c   d i v i s i o n 
 n e w   y o r k   k n i c k s 
 p h i l a d e l p h i a   7 6 e r s 
 b o s t o n   c e l t i c s 
 t o r o n t o   r a p t o r s 
 b r o o k l y n   n e t s 
 w a s h i n g t o n   w i z a r d s  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
j a m e s   h a r d e n   o n   r e - s i g n i n g   w i t h   t h e   7 6 e r s :   ‘ t h i s   i s   w h e r e   i   w a n t   t o   w i n ’     7 6 e r s   r e s i g n i n g   w i n
  _ b r i g g s   i   d o n ’ t   k n o w   h o w   t h i s   f i t s   i n t o   c o n v e r s a t i o n   a r o u n d   s i x e r s   a r e n a   b u t   i t   b l o w s   m y   m i n d   t o   t h i n k   a b o u t   h o w   m a n y   s o c c e r   s t a d i u m s   a r e   i n   p l a c e s   l i k e   l o n d o n   & a m p ;   h o w   i n t e g r a t e d   t h e y   a r e   i n t o   c o m m u n i t i e s .     1 2   b y   t h i s   c o u n t   w i t h   c a p a c i t y   m o r e   t h a n   7 6 e r s   n e w   a r e n a
t h e   p h i l a d e l p h i a   7 6 e r s   d i s c u s s   w h a t   t h e y ’ v e   l e a r n e d   a b o u t   d e ’ a n t h o n y   m e l t o n   a n d   t h e   o t h e r   a d d i t i o n s   t o   t h e   r o s t e r .    
t h a n k   y o u   f o r   a l l   t h e   v i e w s   a n d   s u p p o r t   f r o m   m y   y o u t u b e   c h a n n e l .   🚨 h e l p   m e   o u t   a n d   s u b s c r i b e   t o   k i n g d v s p o r t s   f o r   e a g l e s   & a m p ;   s i x e r s   c o n t e n t .   🚨 e a g l e s   f l y e a g l e s f l y   s i x e r s   h e r e t h e y c o m e   7 6 e r s  
c h a   h o r n e t s - w a s   w i z a r d s : c h a   h o r n e t s   m l   { 1 . 9   u n i t } 
 c l e   c a v a l i e r s - p h i   7 6 e r s :   2 0 9 . 5   o v e r   { 1 . 6   u n i t   }   
 m i a   h e a t - h o u   r o c k e t s :   2 0 9 . 5   o v e r   { 1 . 4   u n i t   }   
 d e n   n u g e t t s - p h x   s u n s : 2 1 3 . 5   o v e r   { 1 . 5   u n i t   }
💻 :   g a m e d a y   r e p o 🤝     |   ⤵ ️ ⤵ ️ ⤵ ️  
9   d a y s … ☘ ️ ⛹ 🏻 ‍ ♂ ️ 
 
 f i r s t   g a m e   o f   t h e   2 0 2 2 - 2 3   s e a s o n   
 
 c e l t i c s   v s .   7 6 e r s   7 : 3 0   p m   e d t .  
s e e i n g   l o t s   o f   p e o p l e   a d d i n g   a n   a s t e r i s k   t o   t h e i r   s u p p o r t   f o r   t h e   7 6 e r s   a r e n a   c o n t i n g e n t   o n   r a n d o m   b u s i n e s s p e o p l e   a n d   n o n p r o f i t   e x e c s   i n   c h i n a t o w n   s u p p o r t i n g   i t .   i s   t h e r e   a   g o o d   r e a s o n   f o r   t h a t ?   t h e   a r e n a   p r o p o s a l   i s n ’ t   i n   c h i n a t o w n
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e   e s p n   n b a  
  i ' l l   c h e e r   o n   y o u r   e a g l e s   a n d   p h i l l i e s   b u t   i   d r a w   t h e   l i n e   a t   t h e   7 6 e r s
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   1 0 / 1 0 / 2 0 2 2   f r e e   n b a   p i c k s   a n d   p r e d i c t i o n s   o n …    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   1 0 / 1 0 / 2 2   f r e e   n b a   s p o r t s   b e t t i n g   i n f o   & a m p ;   m y   p i c k s       
🪣 ☑ ️ 
 
 n b a   ✅   2 0 1 7   ( p e l s .   v   7 6 e r s ) 
 n h l   ✅   2 0 2 2   ( t w i n s   v   s t a r s ) 
 n f l   ✅   2 0 2 2   ( v i k i n g s   v   b e a r s ) 
 m l b   
 m l s 
 
 o t h e r : 
 w n b a   ✅ 
 m i l b   ✅
  b a r k l e y   w a s   r u n n i n g   o n   f u m e s   h e r e .   p r i m e   ( 7 6 e r s / s u n s )   b a r k l e y   d e s t r o y s   w a l l a c e   e v e n   w o r s e
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
l e t   m e   g e t   a   p h i l l y   r o l l   c a l l !   i   n e e d   m o r e   p h i l l y   f a n s   o n   m y   f e e d ! 
 m u c h   l o v e ,   f r o m   t h e   u k !   f l y e a g l e s f l y   7 6 e r s   r i n g t h e b e l l
7 6 e r s   @   c e l t i c s   w a r r i o r s   @   l a k e r s   
 7 6 e r s   w i t h   t h e   w i n   d o w n   t h e   s t r e t c h   1 1 3 - 1 1 1 
 w a r r i o r s   w i t h   t h e   w i n   d o w n   t h e   s t r e t c h     
 9 7 - 9 2
  f r o m   t h e   f r o n t
  @ _ o h i o h e a v y   w h e t h e r   s h e   o w n s   i t   o r   n o t   i s n ' t   i m p o r t a n t   t o   t h e   p e o p l e   7 6 e r s   a r e   t r y i n g   t o   r e a c h .   o n e   l o o k   a t   t h e   m e n u   o r   a   p i c t u r e   i s   e n o u g h   f o r   t h e m   t o   r e j e c t   a l l   7 6 e r s
d o c   r i v e r s   d i s c u s s e s   t h e   p h i l a d e l p h i a   7 6 e r s   g e t t i n g   t o u g h e r   a s   w e l l   a s   t h e   c o m f o r t   l e v e l   o f   j a m e s   h a r d e n   w i t h   t h e   t e a m .    
@ _ i t s n o t m a t t   l m a o   h a w k s   a n d   c o l l i n s   b e e n   f a r t h e r   i n   p l a y o f f s   t h a n   7 6 e r s
w e   c o n t i n u e   o u r   n b a   b e t t i n g   p r e v i e w s   w i t h     b r e a k i n g   d o w n   t h e   7 6 e r s . 
 

q u e n t i n   n e l s o n   t o   t h e   b i l l s 
 l u k a   d o n c i c   t o   t h e   7 6 e r s 
 d e c l a n   r i c e   t o   c h e l s e a  
[ u p d a t e ]   p h i l a d e l p h i a   7 6 e r s   a t   c l e v e l a n d   c a v a l i e r s   t o t a l   2 2 5 . 5   ( 2 2 3 . 5 )   |   m o n   1 9 : 1 0 e t   p h i v s c l e   n b a   ~  
m y   t h o u g h t s . . .   
 

7 6 e r s   w i l l   b e   s t a r t i n g .   p h i l l i e s   a n d   e a g l e s   a r e   d o i n g   w e l l .   a n d   s u b a r u   p a r k   i s   s t i l l   s e l l i n g   o u t .   p h i l l y   i s   a   s o c c e r   c i t y .     s e e   y ' a l l   d o w n   t h e r e .  
    a y e   b r u h   w h e n   u   f i n n a   u p l o a d   e l i   o n n a   n e w   t e a m   w a r n i n g   d i n ’ t   g o   t o   t h e   7 6 e r s
t h e     w i l l   h o s t   t h e   p h i l a d e l p h i a   7 6 e r s   t o n i g h t   f o r   t h e   f i r s t   h o m e   p r e - s e a s o n   g a m e   🏀   w e ' r e   r e a d y   t o   s e e   t h e   g a t e w a y   t u n n e l   i n t o     f u l l   o f   t h e   n e w   2 0 2 2 - 2 0 2 3   j e r s e y s . 
 
 p h o t o   c r e d i t :   
 
 c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v s  
7 6 e r s '   j a m e s   h a r d e n   s a y s   j o e l   e m b i i d   i s   s t i l l   i m p r o v i n g :   ' h e ' s   s e c o n d   t o   n o n e '     s p o r t s   f e e d l y
k c   c h i e f s   1 q   - 3   - 1 1 0 
 p h i   7 6 e r s   + 4 . 5   - 1 1 0 
 p h x   s u n s   m l   - 2 2 0 
 + 4 3 0   . 2 0 u 
 
 $ 2 0   ▶ ️   $ 1 0 6   
 g a m b l i n g t w i t t e r   n f l p r i z e p i c k s   n b a p r e s e a s o n   n b a   n b a t w i t t e r   b e t t i n g t i p s   b e t t i n g p i c k s  
n b a   b a s k e t b a l l   g a m e   s i m u l a t o r :   7 : 0 5   p m   e t   -   p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   g a m e   s i m u l a t i o n   a n d   f r e e   p i c k s   g e n e r a t e d   b y   a d v a n c e d   a l g o r i t h m s  
_ 2 k p l u g   n o t   p u t t i n g   m e l o   e v e r   b o o k e r   a n d   g a r l a n d   d o u b t   i t   t h e y   g o i n g   a g a i n s t   n u g g e t s   a n d   7 6 e r s   i   m e a n   u   c o u l d   p u t   i t   b u t   i   d o n ’ t   t h i n k   s o   i n   m y   o p i n i o n
r i c h   a n d   d e r e k ,   o u r   t w o   m o s t   m e a s u r e d   a n a l y s t s ,   h a v e   g o n e   f u l l   “ m a x e y   b e t t e r ,   s a d l y ”    
p r e s e a s o n   -   7 6 e r s   v s .   c a v s 
 j o s h   t i v e n ,   m a t t   b o l a n d ,   m a t t   m y e r s  
7 6 e r s '   j a m e s   h a r d e n   s a y s   j o e l   e m b i i d   i s   s t i l l   i m p r o v i n g :   ' h e ' s   s e c o n d   t o   n o n e '  
t h e   c a v s   t a k e   o n   t h e   7 6 e r s   t o n i g h t   a t   h o m e   s t a r t i n g   a t   7 : 0 0 p  
        i   w o u l d   s a y   t h i s   t h a n   t h e   7 6 e r s   a n d   t h e   m i a m i   h e a t   w h e r e   m i l e s   a h e a d   o f   t h e   t i m b e r w o l v e s   f o u n d a t i o n l y   i n   t h a t   t i m e   p e r i o d   b y   t h e   w a y   t h e y   a r e   r u n   a n d   t h e   t i m b e r w o l v e s   m a j o r i t y   o w n e r   i s   a   c l o w n ,   b u t l e r   w e n t   t o   t h e   t w o   b e s t   s i t u a t i o n s   h e     w a s   w i t h   a n d   a l l   t h o s e   c a s t   o f   p l a y e r s .
l o n g t i m e   p h i l a d e l p h i a   r e t a i l   b r o k e r s   f r o m     a n d   ,   a s   w e l l   a s   l e a d e r s   o f     _ e v e n t s   a n d     d i s c u s s   t h e i r   e x p e c t a t i o n s ,   v i s i o n s   a n d   c o n c e r n s   f o r   t h e   n e w     a r e n a   
  
j o e l   e m b i i d   i s   o u t   f o r   t h e   p h i l a d e l p h i a   7 6 e r s   a s   t h e y   t a k e   o n   t h e   c l e v e l a n d   c a v a l i e r s   o n   m o n d a y .    
c l i p p e r s   7 6 e r s   2 3   f i n a l s
d o c   s a y s   h e   c a n   t h i n k   o f   o n l y   t w o   e m o t i o n a l l y   d o w n   d a y s   m a x e y   h a s   h a d   h i s   e n t i r e   t i m e   w i t h   t h e   s i x e r s .   a l s o   w o j   s a y s   a   t e a m   s e c u r i t y   g u y   w a s   r a v i n g   t o   h i m   a b o u t   m a x e y .    
      y o u   a r e   w a s t i n g   y o u r   t i m e   o n   m a g s .   l o r i   h a s   t h e   r i g h t   i d e a .   g i v e   e v e r y o n e   t h e   i n f o r m a t i o n   a b o u t   t h e   7 6 e r s   a n d   l e t   t h e m   d e c i d e .
g i v i n g   a w a y   $ 1 0 0 0   l i v e   o n   d i s c o r d   1 0 / 3 1   6 : 3 0 p m   b e f o r e   w i z a r d s / 7 6 e r s   t i p o f f .   j o i n   n o w !   y o u   d o n t   h a v e   t o   b e t   t h o u s a n d s   t o   m a k e   m o n e y ! ! 
 g a m b l i n g t w i t t e r     n b a p i c k s   n b a 2 k 2 3     b e t t i n g t w i t t e r   n b a p r e s e a s o n  
[ u p d a t e ]   p h i l a d e l p h i a   7 6 e r s   + 4 . 5   ( + 1 . 0 )   a t   c l e v e l a n d   c a v a l i e r s   |   m o n   1 9 : 1 0 e t   p h i v s c l e   n b a   ~   b o n u s e s   u p   t o   $ 1 0 0 0  
7 6 t h   f l o o r ,   y o u   c a n   c a l l   m e   t h e   d o c .   h e y   m e m b e r   t h e   d o c   p l a y e d   f o r   t h e   7 6 e r s ?   d r .   j ?   s o   i   g o t   t h e   7 6 t h   f o o o r   o f   t h e   j o i n t ?   s o   i   w a s   l i k e   7 6   f l o o r s ,   y o u   c a -   n a   f u c k   i t ,   w h a t e v e r .
n b a   ( 1 0 / 1 0 ) 
 
 r o c k e t s   m l   ( + 2 6 5 ) 
 7 6 e r s   m l   ( + 1 5 4 )
f i r s t   p l a y   o f   t h e   d a y !   
 🚨   j u s t   a n n o u n c e d   t h a t   j o e l   e m b i i d   d i d n ’ t   m a k e   t h e   t r i p ,   s o   h e ’ s   o u t   f o r   t o n i g h t ’ s   g a m e .   p a u l   r e e d   i s   t h e   o n l y   7 6 e r s   r o t a t i o n   c e n t e r   w i t h   t r e z   h a r r e l l   o u t ,   t h i s   w i l l   g e t   b u m p e d !   
 p r i z e p i c k s   p r i z e p i c k s n b a   p r i z e p i c k   b e t t i n g e x p e r t   p l a y e r p r o p s   d f s  
m y   p r e v i e w   f o r   t o n i g h t ’ s   g a m e   w h e r e   i   t a k e   a   c l o s e r   l o o k   a t   c a r i s   l e v e r t   a n d   d e a n   w a d e ’ s   f i t   w i t h   t h e   s t a r t i n g   l i n e u p .   b o t h   m a d e   s t r o n g   s t a t e m e n t s   f o r   t h a t   s t a r t i n g   s p o t   o n   w e d n e s d a y   n i g h t .   c a n   t h e y   b a c k   t h a t   u p   t o n i g h t ?    
  n b a   p r e s e a s o n   p i c k s   & a m p ;   o d d s   7 6 e r s   v s   c a v a l i e r s ,   s u n s   v s   n u g g e t s ,   & a m p ;   m o r e     ▶ ️     s p o r t s p i c k s   b e t t i n g t i p s   b e t p i c k s
p r e v i e w :   t h e   c a v s   p l a y   t h e   7 6 e r s   a g a i n   i n   t h e i r   s e c o n d   p r e s e a s o n   g a m e   ( _ j a c k s o n )    
t h e   m e d i a   h y p i n g   u p   t h e   7 6 e r s   a g a i n ,   i   c a n ’ t   w a i t   f o r   t h e i r   d o w n f a l l   a g a i n   🙏 🏽 🙏 🏽 🙏 🏽
_ c a r d z   7 6 e r s   c o u l d   e a s i l y   b u t   t i t l e   f a v o r i t e s .   p a c e r s   a r e   j u s t   s o   b a d   h a l i   w i l l   h a v e   t o   d o   s o m e   m u c h   ( w h i c h   h e   c a n )   p o o l e   t o t a l l y   a g r e e
[ u p d a t e ]   p h i l a d e l p h i a   7 6 e r s   + 1 . 0   ( + 0 . 0 )   a t   c l e v e l a n d   c a v a l i e r s   |   m o n   1 9 : 1 0 e t   p h i v s c l e   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
🟢   7 6 e r s '   w i n   t o t a l   a n a l y z e d 
 🟢   r a i d e r s   v s .   c h i e f s   b e s t   b e t s 
 📺   b e t t h e e d g e   l i v e 
   ➕     

  i s   g i v i n g   u s   t h e   m a t c h u p s   w e   a l l   r e a l l y   w a n t .   i ' m   n o t   s u r e   w h i c h   s o u n d s   b e t t e r . 
 k c   h e a t   v s   l v   r o c k e t s   f o r   m o n d a y   n i g h t   f o o t b a l l 
 p h i   7 6 e r s   v s   c l e   c h i e f s   i n   a   s t a c k e d   p r e s e a s o n   b a s k e t b a l l   g a m e 
 s o r r y     b u t   i   t h i n k   t h e     t a k e   t h i s   o n e  
  w h i l e   w e ’ r e   a t   i t : 
 
 1 .   7 6 e r s 
 2 .   b u c k s   
 3 .   c a v a l i e r s   
 4 .   h e a t 
 5 .   c e l t i c s   
 6 .   n e t s 
 7 .   b u l l s 
 8 .   r a p t o r s   
 9 .   k n i c k s 
 1 0 .   h a w k s 
 1 1 .   p i s t o n s   
 1 2 .   w i z a r d s   
 1 3 .   h o r n e t s   
 1 4 .   p a c e r s   
 1 5 .   m a g i c
_ 7 6 e r s   s o m e t i m e s   a   g o o d   c r y   g i v e s   r e l i e f   t o   a   p e r s o n . 😢
r e a l l y   c o o l   t o   s e e   t h e   s t .   l o u i s   b l u e s   p r a c t i c e   h e r e   a t   t h e   n o r t h   c h a r l e s t o n   c o l i s e u m .   f a n s   r e a l l y   a p p r e c i a t e   t h e m   o p e n i n g   u p   p r a c t i c e   —   r e a l l y   a   n i c e   i n s i d e   l o o k .   t h e   7 6 e r s   l a s t   w e e k   h a d   a l l   c l o s e d   p r a c t i c e s   i n   t o w n .  
l o s   a n g e l e s   l a k e r s :   p r e d i c t i n g   t h e   t e a m ' s   l e a d e r s   i n   e v e r y   s t a t   c a t e g o r y 
 
 
 
 n b a   t h u n d e r u p   h o u s t o n   r o c k e t s   p h i l a d e l p h i a   7 6 e r s   s i x e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s   m f f l   s u n s   b u c k s
1 0   y e a r s   l a t e r :   h o w   t h e   h a r d e n   t r a d e   c o s t   t h e   o k c   t h u n d e r   a   d y n a s t y 
 
 
 
 n b a   t h u n d e r u p   o k l a h o m a   t h u n d e r   o k c   h o u s t o n   r o c k e t s   p h i l a d e l p h i a   7 6 e r s   s i x e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s
  n h l   -   l e a f s 
 n f l   -   c o w b o y s 
 n b a   -   7 6 e r s 
 m l b   -   r e d   s o x
i t ' s   c a v s   g a m e   d a y ! 
 
 t h e   c a v a l i e r s   c o n t i n u e   p r e s e a s o n   a c t i o n   t o n i g h t   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s .   s t a y   t u n e d   t o   c a v s   i n s i d e r   f o r   t h e   l a t e s t   n e w s   & a m p ;   i n f o r m a t i o n   o n   g a m e   d a y   a n d   e v e r y   d a y ! 
 
 l e t e m k n o w   |    
      n b a   p i c k s   
 o c t   1 0 , 2 0 2 2   
 
 7 6 e r s   v s   c a v a l i e r s -   7 6 e r s   
 
 w i z a r d s   v s   h o r n e t s -   h o r n e t s   
 
 r o c k e t s   v s   h e a t s -   h e a t s   
 
 s u n ' s   v s   n u g g e t s -   s u n ' s   
 
 s h o u l d   b e   a   v e r y   e a s y   d a y   i n   t h e   o f f i c e   a s   a l w a y s   f e e l   f r e e   t o   s h a r e   a n y   w i n n i n g s   c a s h a p p   $ s a v a g e m o n t a n a 9 8 
 p l a y   s a f e  
  n b a   p i c k s   
 o c t   1 0 , 2 0 2 2   
 
 7 6 e r s   v s   c a v a l i e r s -   7 6 e r s   
 
 w i z a r d s   v s   h o r n e t s -   h o r n e t s   
 
 r o c k e t s   v s   h e a t s -   h e a t s   
 
 s u n ' s   v s   n u g g e t s -   s u n ' s   
 
 s h o u l d   b e   a   v e r y   e a s y   d a y   i n   t h e   o f f i c e   a s   a l w a y s   f e e l   f r e e   t o   s h a r e   a n y   w i n n i n g s   c a s h a p p   $ s a v a g e m o n t a n a 9 8 
 p l a y   s a f e  
n b a   p i c k s   
 o c t   1 0 , 2 0 2 2   
 
 7 6 e r s   v s   c a v a l i e r s -   7 6 e r s   
 
 w i z a r d s   v s   h o r n e t s -   h o r n e t s   
 
 r o c k e t s   v s   h e a t s -   h e a t s   
 
 s u n ' s   v s   n u g g e t s -   s u n ' s   
 
 s h o u l d   b e   a   v e r y   e a s y   d a y   i n   t h e   o f f i c e   a s   a l w a y s   f e e l   f r e e   t o   s h a r e   a n y   w i n n i n g s   c a s h a p p   $ s a v a g e m o n t a n a 9 8 
 p l a y   s a f e  
w a n t   t o   j o i n   t h e   w i n n e r s ? 
 s t a r t   w i n n i n g   w i t h   t h e   b e s t   b e t t i n g   c o m p a n y ! 
 d o n ’ t   h a v e   a n   a c c o u n t   ? 
 c l i c k   h e r e   
 b o s t o n   c e l t i c s   v s   p h i l a d e l p h i a   7 6 e r s 
 s p o r t y b e t   s p o r t   b e t t i n g s p o r t s   b e t t i n g t w i t t e r   n b a   m m a           
 _ m y t e a m   n b a  
7 6 e r s   c a n   w i n   a g a i n s t   k i n g s
  l i v e   n o w !   l o s   a n g e l e s   l a k e r s   v s   p h i l a d e l p h i a   7 6 e r s   -   n b a   s e a s o n   2 0 2 2 - 2 0 2 3   -   n b a   2 k 2 3   g a m e p l a y !    
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w   - -   t h e   c a s e   f o r   t h e   7 6 e r s   t o   w i n   t h e   e a s t   -   e s p n  
p a u l   r e e d   d i s c u s s e s   t h e   b a c k u p   c e n t e r   b a t t l e   f o r   t h e   p h i l a d e l p h i a   7 6 e r s   a s   w e l l   a s   l e a r n i n g   h i s   r o l e   a s   p a r t   o f   h i s   g r o w t h .    
m i k a l   b r i d g e s   h a s   b e e n   t r a d e d   t o   t h e   p h i l a d e l p h i a   7 6 e r s   f o r   n i c k e i l   a l e x a n d e r - w a l k e r .
n b a   🏀   w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e     ►         √  
  n b a   2 k 2 3   g a m e p l a y   -   7 6 e r s   v s   c a v a l i e r s   |   2 0 2 2   p r e s e a s o n    
  l i v e   n o w !   l o s   a n g e l e s   l a k e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   -   n b a   s e a s o n   2 0 2 2 - 2 0 2 3   -   n b a   2 k 2 3   g a m e p l a y !    
  d o n t   g e t   m e   w r o n g   i   w a n t   h i m   o n   t h e   7 6 e r s   e x t r a   s c o r i n g   b e c a u s e   i t   s e e m s   o u r   o f f e n s e   a i i n t   o n   t h e   l e v e l   t h e   d e f e n s e   i s 
 
 i   w a n t   e g   s o   b a d   b u t   c a r m e l o   d o e s n t   e v e n   m a k e   e f f o r t s   o n   t h e   d e f e n s i v e   e n d   s i n c e   h i s   b l a z e r   d a y s
t h e   s t a r t   o f   t h e   2 0 2 2 - 2 0 2 3   n b a ' s   " r e g . - s e a s o n   g a m e s "   e v e n t   ( a s   o f   n o w )   i n   2 0 2 2   ( o c t . 1 8   2 0 2 2   w / 2   g a m e s   o n   t n t   w / 7 6 e r s - c e l t i c s   i n   b o s t o n   & a m p ;   l a k e r s - w a r r i o r s   i n   s a n   f r a n c i s c o )   i s   8   d a y s   f r o m   t o d a y ! 8 d a y s t i l t h e n b a s e a s o n i n 2 0 2 2   n b a t i p o f f w e e k 2 0 2 2   n b a 2 0 2 3
t h e   p h i l a d e l p h i a   7 6 e r s   a n d   c l e v e l a n d   c a v a l i e r s   m e e t   l a t e r   t o n i g h t   i n   p r e s e a s o n   n b a   a c t i o n . 
 
 b e t   o n   y o u r   f a v o u r i t e   t e a m   h e r e   
 
 f r a p a p a b e t  
w o j e s p n :   p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   j o i n s   t h e   w o j   p o d   t o   d i s c u s s   t h e   j o e l   e m b i i d / j a m e s   h a r d e n   p a r t n e r s h i p ,   s h r i n k i n g   w i n d o w s   t o   k e e p   a   h i g h - l e v e l   r o s t e r   t o g e t h e r ,   e v o l v i n g   a s   a   c o a c h   i n   m o d e r n   a g e ,   m u c h   m o r e .   
 s p o t i f y :   
 a …  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e    
t h e   7 6 e r s   f i n i s h   w i t h   t h e   b e s t   r e c o r d   i n   t h e   e a s t
  @ _ o h i o h e a v y   h e   s a i d   s h e   d i d n ' t   o w n   t h e   w e b s i t e .   s h e   w a s   ' w h o r i n g '   f o r   s o m e o n e   t h e n ,   j u s t   l i k e   t h e   o t h e r   7 6 e r s   a r e   n o w .
c a v s   t w i t t e r ,   w h a t   a r e   y o u   m o s t   l o o k i n g   f o r w a r d   t o   i n   t o n i g h t ’ s   g a m e   v s   t h e   7 6 e r s ?
p h i l a d e l p h i a   7 6 e r s   2 0 2 1   c i t y   e d i t i o n   m e n s   f l i p   f l o p s ,   b l a c k ,   s i z e   1 1    
7 6 e r s   g a m e   t o n i g h t :   s i x e r s   v s .   c l e v e l a n d   c a v a l i e r s ,   o c t .   1 0 ,   2 0 2 2  
j a h l i l   o k a f o r   d a y s   t i l l   7 6 e r s   t i p - o f f   😤 
 
 h e r e t h e y c o m e  
🎱   d a y s .   
 
 h o m e   o p e n e r   🔜   b u y   t i c k e t s   h e r e :       |    
t h e   7 6 e r s   a r e   f i r e
  t r u e   i n   e v e r y   s p o r t s . . . r a m s ,   7 6 e r s . . . l a k e r s . . . m i c r o w a v e   c u l t u r e   w i l l   e v e n t u a l l y   b i t e   y o u
  r o c k e t s   a n d   7 6 e r s   g a m e s   a t   t h e   s a m e   t i m e   😶
p h i l a d e l p h i a   7 6 e r s :   j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   j o i n s   t h e   w o j   p o d   t o   d i s c u s s   t h e   j o e l   e m b i i d / j a m e s   h a r d e n   p a r t n e r s h i p ,   s h r i n k i n g   w i n d o w s   t o   k e e p   a   h i g h - l e v e l   r o s t e r   t o g e t h e r ,   e v o l v i n g   a s   a   c o a c h   i n   m o d e r n   a g e ,   m u c h   m o r e .   
 s p o t i f y :   
 a p p l e :  
w i l l   t h e   s i x e r s   b e   t h e   n b a ' s   b e s t   d e f e n s i v e   t e a m ?   |   l o c k e d   o n   7 6 e r s  
b u l l s   a n d   7 6 e r s  
r e a l l y t h o 
 w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e    
n e w   v i d e o   t o   w a t c h : 
 
 " j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r . "   
 
 c r e a t o r :     p h i l a d e l p h i a   7 6 e r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   7 6 e r s   p h i l l y 
 
  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e     n b a c l i p s
  e a g l e s   p h i l l i e s   a n d   7 6 e r s   a l l   h a v i n g   p a r a d e s   f o r   t h e i r   c u r r e n t   s e a s o n s   f e e l s   l i k e   a   f a i r   t r a d e   f o r   a   n u c l e a r   a p o c a l y p s e   a n d   f i n a n c i a l   m e l t d o w n .
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
s i x e r s '   r o t a t i o n ,   h a r r e l l ' s   i n j u r y ,   a n d   p a r t i n g   w a y s   w i t h   q u e e n   |   l o c k e d   o n   7 6 e r s  
o c t o b e r   1 0 
 h a p p y   b i r t h d a y ! 
 
 
 
 
 
 
 
 e a g l e s   g o b i r d s   f l y e a g l e s f l y   7 6 e r s   s i x e r s   p h i l a u n i t e   p h i l l i e s   r i n g t h e b e l l   f l y e r s   b r i n g i t t o b r o a d   d o o p  
¡ g a m e d a y   c l e v e l a n d   c a v a l i e r s ! 
 
 📆   l u n e s   1 0   d e   o c t u b r e 
 🕛   2 0 : 0 0   h s   🇦 🇷 
 🆚 ️   p h i l a d e l p h i a   7 6 e r s 
 🏟   r o c k e t   m o r t a g e   f i e l d h o u s e 
 
 ❌   e v a n   m o b l e y   y   d y l a n   w i n d l e r  
a l l   p h i l l y   f a n s   r i g h t   n o w   p h i l a d e l p h i a s p o r t s   e a g l e s   p h i l l i e s   7 6 e r s   p h i l l y f l y e r s   p h i l l y u n i o n  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e    
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w   - -   t h e   c a s e   f o r   t h e   7 6 e r s   t o   w i n   t h e   e a s t   -    
w i t h   3 4 % ,   w h i l e   t h e   p h i l a d e l p h i a   7 6 e r s '   j o e l   e m b i i d   r e c e i v e d   1 4 % . 
 
 r e a d   m o r e :   
 
 n b a   m i l w a u k e e   m i l w a u k e e b u c k s   m i l w a u k e e b u c k
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e       ▶ ️     b i t c o i n   s p o r t s b o o k
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
r e a d   f u l l   s t o r y :   
 w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e   
 1 0   o c t o b e r   2 0 2 2 .  
t h e   p h i l a d e l p h i a   7 6 e r s   c o n t i n u e   t h e i r   p r e s e a s o n   s c h e d u l e   w h e n   t h e y   t a k e   o n   t h e   c l e v e l a n d   c a v a l i e r s   o n   t h e   r o a d   i n   a   r e m a t c h .    
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e    
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
n b a   2 0 2 2 - 2 3   b e t   p r e v i e w   —   t h e   c a s e   f o r   t h e   7 6 e r s   t o   w i n   e a s t  
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w   —   t h e   c a s e   f o r   t h e   7 6 e r s   t o   w i n   t h e   e a s t  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e   t h e b a s k e t b a l l f a n s   n b a  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e 

m o n d a y   m o r n i n g   f l y   b y :   t - m i n u s   t h r e e   d a y s :   m o n d a y   m o r n i n g   f l y   b y :   t - m i n u s   t h r e e   d a y s   s o u r c e :   b r o a d   s t r e e t   h o c k e y   * e v e r y t h i n g   i s   c o m i n g   u p   p h i l l y   s p o r t s !   t h e   7 6 e r s   a r e   2 - 0   i n   t h e i r   p r e s e a s o n   a n d   a r e   l o o k i n g   a t   i m p r o v i n g   o n   l a s t   y e a r ’ s   5 1 - w i n …    
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w   —   t h e   c a s e   f o r   t h e   7 6 e r s   t o   w i n   t h e   e a s t  
c h r i s   m a n n i n g   a n d   e v a n   d a m m a r e l l   d i s c u s s   t h e   c a v s ’   s e c o n d   g a m e   a g a i n s t   t h e   7 6 e r s   i n   p r e s e a s o n   a c t i o n   a n d   e x p e c t a t i o n s   f o r   t h e   2 0 2 2 - 2 3   s e a s o n .  
7 6 e r s   g a m e d a y   😹 😹 😹 😹  
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   s e e s   t y r e s e   m a x e y   i m p r o v i n g   a t   d r a w i n g   f o u l s   a s   h e   m o v e s   f o r w a r d .    
  n b a   l i v e :   c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   -   n b a   p r e -   s e a s o n   2 0 2 2 - 2 0 2 3   |   s c o r e b o a r d    
f o r m e r   a t l a n t a   h a w k s   p l a y e r   a n d   a t l a n t a   n a t i v e   c o n t e m p l a t e s   r e t i r e m e n t 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s   l s o a n g e l e s   o r l a n d o   m a g i c   7 6 e r s
h e   i s   w e i r d   h e   p l a y s   o n   t h e   7 6 e r s
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
n b a   p r e d i c t i o n   t h i s   y e a r 
 
 i f   a d   i s   h e a l t h y   l a k e r s   w i l l   m a k e   i t   t o   t h e   f i n a l s   
 
 s u n s   w i l l   b e   t o p   3   i n   t h e   w e s t 
 
 b o s t o n   a n d   n e t s   w i l l   s t r u g g l e   t h i s   y e a r   
 
 k a w h i   m v p   t h i s   s e a s o n 
 
 c l i p p e r s   v s   7 6 e r s   w i l l   b e   t h e   f i n a l s   
 
 r u s s   w i l l   s h o w   w h y   h e   s h o u l d   s t a y   i n   t h e   l e a g u e
n e w   l i s t i n g !   
 
 j a m e s   h a r d e n   2 0 1 9 - 2 0   p a n i n i   p r i z m   d o m i n a n c e   i n s e r t   1 2   r o c k e t s   7 6 e r s   
 
 c h e c k   i t   o u t :   
 
 t r a d i n g c a r d s   f o r s a l e   e b a y  
  e v e n   p h i l a d e l p h i a   7 6 e r s '   j a m e s   h a r d e n   i s   a   g o o n e r   t o o .
n b a   p r e s e a s o n 
 
 c l e   c a v a l i e r s   v s   p h i l   7 6 e r s   
 c l e   c a v a l i e r s 
 0 . 8 7 
 p h i l   7 6 e r s 
 0 . 8 7 
 a l l   t h e   b e s t   o d d s   o n   a f r i b e t           
                                             
 n b a   g a m b l i n g t w i t t e r   f i t n e s s   n f t   s p o r t   l i v e   n s f w t w t   l i v e r p o o l   l u n c   t e j r a n   b l o m   j u b j u b   u s a   a f r i b e t s   m u f c  
  c o m p a r e d   w i t h   t h e   7 6 e r s ,   t h e   p h o e n i x   i s   ​ ​ m o r e   l i k e l y   t o   s e l l   t h i s   y e a r ;   l a t e r   r e n a m e d   t h e   p h o e n i x   p o t a t o e s 😂
🏀 n b a 🏀   n b a   
 🏀 p r é - s a i s o n 🏀 
 
 g o l d e n   s t a t e   w a r r i o r s -   l o s   a n g e l e s   l a k e r s 
 s a c r a m e n t o   k i n g s   -   p o r t l a n d   t r a i l   b l a z e r s 
 l o s   a n g e l e s   c l i p p e r s   -   m i n n e s o t a   t i m b e r w o l v e s c h a r l o t t e   h o r n e t s   -   w a s h i n g t o n   w i z a r d s 
 c l e v e l a n d   c a v a l i e r s   -   p h i l a d e l p h i a   7 6 e r s 
 m i a m i   h e a t   -   h o u s t o n   r o c k e t s
i   h a v e   a   d r e a m :   b u y   7 6 e r s   a n d   c h a n g e   t h e i r   n a m e   t o   6 9 e r s   🏀  
s o u r c e s :   d y l a n   w i n d l e r   h a s   r e q u e s t e d   a   t r a d e .   t h e   p h i l a d e l p h i a   7 6 e r s   & a m p ;   t h e   t o r o n t o   r a p t o r s   a p p e a r   t o   b e   f r o n t - r u n n e r s   t o   l a n d   t h i s   f a n t a s t i c   p l a y e r .
7 6 e r s   v s .   c a v a l i e r s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t   y a h o o s p o r t s   n b a  
n e w   l i s t i n g !   
 
 a l l e n   i v e r s o n   1 9 9 9 - 0 0   u p p e r   d e c k   i o n i x   4 6   f o i l   p h i l a d e l p h i a   7 6 e r s   m i n t   
 
 c h e c k   i t   o u t :   
 
 t r a d i n g c a r d s   f o r s a l e   e b a y  
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   s a y s   h e a r i n g   " a m e r i c a   f i r s t "   s c a r e s   h i m   -       🤡 🤡 🤡 🤡  
n b a   7 6 e r s   v s .   c a v a l i e r s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t     s p o r t s
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   g i v e s   a n   h o n e s t   a s s e s s m e n t   o f   m a t i s s e   t h y b u l l e ’ s   s h o o t i n g   p r o g r e s s i o n .    
n e w   p o s t :   7 6 e r s   v s .   c a v a l i e r s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t    
  g o   b a c k   g o l d e n   s t a t e   w a r r i o r s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   p l a y   n o w   o n l i n e   n b a   2 k 2 3    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   b o s t o n   c e l t i c s   ( l i v e   p l a y - b y - p l a y   & a m p ;   r e a c t i o n s )    
7 6 e r s   v s .   c a v a l i e r s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t  
7 6 e r s   v s .   c a v a l i e r s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t  
p l a n t i l l a s   n b a   2 0 2 2 - 2 3 :   p h i l a d e l p h i a   7 6 e r s   –   b a s k e t   6 7 5  
      b r i n g   t h e   b a l l   u p   o r   s i t   a t   t h e   3 ?   n o ,   s o   h e   h a d   t o   p l a y   i n s i d e .   i d k   i m o   t h e   7 6 e r s   a r e   a   d i f f e r e n t   t y p e   o f   t e a m ,   t h e y   c r a s h   t h e   b o a r d s   a s   a   t e a m ,   t h e y   h u s t l e ,   t h e y   p l a y   m o r e   f r e e l y   & a m p ;   n o t   s u c h   a   s e t   r o l e .   s p e c i a l l y   w i t h   e m b i i d   p l a y i n g   i n   o r   o u t   f r e e s   u p   d r u m m o n d   m o r e
q u e s t i o n s f o r m a g s 
 w i l l   7 6 e r s   p u t   u p   o n   t h e   w e b s i t e   t h e   l e t t e r   f r o m   b a n d i t ' s   p a r o l e   o f f i c e r ? 
 
 i s   c r y p t o c u r r e n c y   a   f o r m   o f   c u r r e n c y   a n d   u s e f u l   a s   a   f o r m   o f   p a y m e n t ?
  i ' m   t r y i n g   t o   r e m e m b e r   i f   h e   e v e r   l e d   j 6   v i g i l   o r   7 6 e r s   i n   p r a y e r   b u t   i   a m   d r a w i n g   a   b l a n k
_ 7 6 e r s   i t   m u s t   b e   n i c e   😔
_ n u n   @ _ b a e l o r _ _   s e a s o n   s t a r t s   o c t   1 9 
 p h i l a d e l p h i a   7 6 e r s   v s   b o s t o n 
 p r e s e a s o n   d o e s n ' t   m e a n   a n y t h i n g 
 a n d   s a c r a m e n t o   s u c k 
 l i k e   t h e y   s u c k ,   t h e y ' r e   l i k e   t h e   m o s t   u s e l e s s   f r a n c h i s e   i n   t h e   e n t i r e   l e a g u e   😂 
 p o r t l a n d   s e f   u s e l e s s   t o o 
 n a   w h y   t h e   m a t c h   b o r i n g
  b u y   7 6 e r s   a n d   c h a n g e   t h e i r   n a m e s   t o   6 9 e r s
e a s t e r n   c o n f .   s t a n d i n g   p r e d i c t i o n 
 7 6 e r s 
 b u c k s 
 c e l t i c s 
 c a v a l i e r s 
 n e t s 
 h e a t 
 r a p t o r s 
 h a w k s 
 k n i c k s 
 b u l l s 
 p a c e r s 
 h o r n e t s 
 w i z a r d s 
 p i s t o n s 
 m a g i c
_ s m a r t   _ 7 6 e r s   e x a c t l y
🚨   a t l a n t i c   d i v i s i o n   🎙 ️ 
 
 -   b o s t o n   c e l t i c s 
 -   p h i l a d e l p h i a   7 6 e r s 
 -   t o r o n t o   r a p t o r s   
 -   b r o o k l y n   n e t s 
 -   n e w   y o r k   k n i c k s 
 
 i n v i t a d o s :   ,   ,   _ r a p t o r s 
 
 e n l a c e :    
n b a   r e g u l a r   s e a s o n 🏀 
 o c t . 1 9 
 g a m e   1 /   c e l t i c s   v s   7 6 e r s   7 : 3 0 a m 
 g a m e   2 /   l a k e r s   v s   g s w   1 0 : 0 0 a m
l e g a c y   l a k e r s   h u l u   t h e   g a m e   v s   7 6 e r s   - 1 / 2 5 / 2 0 2 0 -   k i n g   p a s s e s   k o b e   i n   s c o r i n g   b u t …  
c l e v e l a n d   c a v a l i e r s   ( 1 . 0 2 )     v 
 p h i l a d e l p h i a   7 6 e r s   ( 1 . 0 4 )   
 1 1 . 1 0 . 2 0 2 2   -   0 1 : 0 0 
 
 
   
 b a s k e t b a l l  
p h i l a d e l p h i a   7 6 e r s '   s t a r   j o e l   e m b i i d   b e c o m e s   a   u s   c i t i z e n     f o x n e w s
7 6 e r s   t m r w   h v e   t o   w a t c h   m y   t o b i a s s
h e r e   a r e   t h r e e   p l a y e r s   w h o   s t o o d   o u t   f o r   t h e   p h i l a d e l p h i a   7 6 e r s   i n   t h e   t e a m ’ s   b l u e   x   w h i t e   s c r i m m a g e   i n   d e l a w a r e .    
_ 7 6 e r s   i ' m   r e a d y   t o   d i e   b u t   n o t   b e h i n d   y o u
j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r .   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
  k y r i e   p l a y e d   1   g o o d   p l a y o f f   s e r i e s   f o r   t h e   c s   a g a i n s t   t h e   p a c e r s   a n d   t h e n   w a s   a s s   a g a i n s t   t h e   b u c k s   w a l k e r   w a s   g o o d   a g a i n s t   t h e   7 6 e r s ,   h i t   a n d   m i s s   a g a i n s t   t h e   r a p s   a n d   d e c e n t   a g a i n s t   t h e   h e a t   g u t t i n g   o u t   a n   i n j u r y .   k i   g e t s   t o o   m u c h   h a t e   f o r   s h i t   o f f   t h e   c o u r t   b u t   s t o p   i t   p l z
  t h a t ’ s   m y   g u e s s .   
 h e ’ s   f r i e n d s   w i t h   t h e m .   
 t h e y   g o   t o   t h e   7 6 e r s   g a m e s   t o g e t h e r . 
 
 t h e y ’ r e   a l l   j u s t   t r y i n g   t o   s i p h o n   m o n e y   o f f   t h e   m a s s e s .   
 
 r a c k   u p   d e b t ,   c h a p t e r   1 1 ,   g o l d e n   p a r a c h u t e , 
 
 h e   s e e m s   t o   h a v e   b e e n   t h e   d e d i c a t e d / p l a n t e d   f a l l   g u y   f o r   a   f e w   c o m p a n i e s   o v e r   t h e   y e a r s .
h o w   f u n   i s   o c t o b e r ❓   y o u   g o t   t h e   e a g l e s   a t   5 - 0   y o u   g o t   t h e   p h i l l i e s   w i n n i n g   a   w i l d c a r d   s e r i e s   y o u   g o t   t h e   7 6 e r s   g e t t i n g   r e a d y   t o   r u n   a l l   o v e r   t h e   l e a g u e   a n d   w e l l   f l y e r s   s t i l l   a   p a r t   o f   t h e   c i t y   o f   p h i l l y   s o   l e t s g o   n f l   n b a   m l b   n h l
      r i g h t   n o w   a s s o c i a t i o n   w i t h   1 7 7 6 r m   i s   a l l   d o w n s i d e   a n d   n o   u p s i d e .   c a n   7 6 e r s   p r o v i d e   v o t e s ,   v o l u n t e e r s ,   s e r v i c e s   o r   m o n e y ? 
 l e s s   t h a n   1 0 0 0   m e m b e r s   o n   f a c e b o o k . 
 l e s s   t h a n   3 0 0 ?   f o u n d i n g   m e m b e r s . 
 l e s s   t h a n   1 0 0   f b   m e m b e r s   i n   i n d i a n a . 
 h o w   m a n y   w o u l d   a c t u a l l y   c o m e   o u t   a n d   v o t e ?
2 1 - 2 8 
 2 1 - j o e l   e m b i i d   c   p h i l a d e l p h i a   7 6 e r s 
 2 2 - s a n d y   a l c a n t r a   p   m i a m i   m a r l i n s 
 2 3 - j a i r e   a l e x a n d e r   c b   g r e e n   b a y   p a c k e r s 
 2 4 - n i c k   c h u b b   r b   c l e v e l a n d   b r o w n s 
 2 5 - j a c o b   m a r k s t r o m   g   c a l g a r y   f l a m e s 
 2 6 - r a s m u s   d a h l i n   d   b u f f a l o   s a b r e s 
 2 7 - m i k e   t r o u t   c f   l a   a n g e l s 
 2 8 - e l i a s   l i n d h o l m   c   f l a m e s
  7 6 e r s   f a n s   t h i n k i n g   a b o u t   b e n   s i m m o n s   t h e   l a s t   f e w   y e a r s . . . . . 🙈 👎 🙃 😬 😩 🙏
y o u ’ v e   g o t   t o   b e   a   r e f e r e n d u m   o n   t h e   7 6 e r s ,   b u t   i   g u a r a n t e e   h a r r y   r e i d   h a d   n o   i d e a   t h a t   t h i s   i s   a b o u t   o n e   m a n   i n … .
  a c t u a l l y   i   l i s t   e v e r y t h i n g   i n   m y   h e a d   r i g h t   n o w :   e a g l e s ,   f o o t b a l l ,   7 6 e r s ,   p h i l l i e s ,   u n i o n .   t h a t ’ s   i t   m a n
  _ k i d _ 2 1       n o t   a   t r o l l   t h a t ’ s   m y   e x p e r i e n c e   w i t h   p h i l l y   f a n s ,   t a l k   a b o u t   h o w   i t ’ s   t h e   b e s t   s p o r t s   f a n   c i t y   i n   a m e r i c a   b u t   t h e n   i t ’ s   l i t e r a l l y   j u s t   a   c i t y   o b s e s s e d   w i t h   t h e   e a g l e s   a n d   d o n ’ t   k n o w   o r   c a r e   a b o u t   f l y e r s   p h i l l i e s   o r   e v e n   s i x e r s   a s i d e   f r o m   s p e c i a l   c i r c u m s t a n c e s   f o r   7 6 e r s
c h e c k   o u t   t h i s   l i s t i n g   i   j u s t   a d d e d   t o   m y   p o s h m a r k   c l o s e t :   k i d s   p h i l a d e l p h i a   7 6 e r s   n b a   e m b i i d   j e r s e y . .     s h o p m y c l o s e t  
  w h i t e   i s   f o r   t h e   7 6 e r s
g e t   y o u r   h o t   j e r s e y s     n f l j e r s e y s   n f l   n b a j e r s e y s   n b a m o m e n t   n h l j e r s e y s   n h l   m l b j e r s e y s   s o c c e r j e r s e y s   c u s t o m j e r s e y s   k n i c k s   n e t s   c e l t i c s   r a p t o r s   7 6 e r s   p i s t o n s   p a c e r s   c a v a l i e r s   b u c k s   b u l l s   h e a t   m a g i c   w i z a r d s   h a w k s   h o r n e t s   t i m b e r w o l v e s   n u g g e t s   j a z z  
      t h e y   c o u l d   b e   w o r s e   t h e y   c o u l d   b e   t h e   7 6 e r s 🤣
  b a m   a l l   n b a   3 r d   t e a m .   s u n s   7 - 8   s e e d .   7 6 e r s   1   s e e d .   k d   m v p .
  t h e   o n l y   t e a m   i   h a v e   a n y   f a i t h   i n   i n   t h e   e a s t   i s   t h e   b u c k s 
 i   d o n e   b e l i e v e   i n   t h e   n e t s ,   c e l t i c s   o r   7 6 e r s   a t   a l l
7 6 e r s ’   d o c   r i v e r s   m e r g e s   b l a c k   h i s t o r y   l e s s o n s   i n t o   c a m p 
 

“ d o c   r i v e r s   i s   a n g r y .   d o c   r i v e r s   h a s   a   l o t   t o   p r o v e ,   j u s t   a s   m u c h   a s   j a m e s   h a r d e n   a n d   j o e l   e m b i i d .   a n   a n g r y   d o c   r i v e r s   i s   n o t   a   p e r s o n   t h a t   y o u   w a n t   t o   f a c e   r i g h t   n o w . ” —   o n   t h e   7 6 e r s   f a c i n g   t h e   h e a t   a f t e r   w i n n i n g   i n   s i x   a g a i n s t   t h e   r a p t o r s
  s i m m o n s   o r   7 6 e r s
  t h e   7 6 e r s   w i l l   d r i b b l e   d r i b b l e   a n d   f o l d . t r u s t h e p r o c e s s
  a n d   t h e   7 6 e r s   a r e   s t i l l   c h e e k s
    b e n   h a s   t h e   f a s t e s t   t o p   s p e e d   i n   t h e   n b a 

p e t e   i s   b i t c h - m a d e  
s p e n t   s o   m u c h   t o   g e t   s c h e r z e r ,   b a s s i t t ,   o t t a v i n o   & a m p ;   o t h e r s   j u s t   t o   c h o k e   a   d i v i s i o n   l e a d   w i t h   & l t ; 1 0   g a m e s   l e f t   a n d   l o s e   i n   t h e   w i l d c a r d   t o   t h e   7 6 e r s   e q u i v a l e n t   o f   b a s e b a l l 
 
 a l l   t h i s   w h i l s t   t h e   a c t u a l   b a s e b a l l   t e a m   i n   p h i l l y   i s   i n   t h e   n l d s .   l o v e   t o   s e e   l o l m e t s   s t i l l   b e i n g   a   t h i n g   🤣  
g o o d n i g h t  
_ 7 6 e r s   r e a l
_ 1 0   i m   o k
_ 7 6 e r s   g o o d   n   u
a l l e n   i v e r s o n ' s   h o f   r e s u m e : 
 -   1 1 x   a l l   s t a r 
 -   7 x   a l l - n b a 
 -   2 0 0 1   n b a   m v p 
 -   4 x   n b a   s c o r i n g   c h a m p 
 -   3 x   n b a   s t l   l e a d e r 
 -   1 9 9 7   r o y   & a m p ;   a l l - r o o k i e   1 s t   t e a m 
 -   2 x   a s g   m v p 
 -   m o s t   s t l   i n   1   p l a y o f f   g p   i n   n b a   h i s t o r y   ( 1 0 ) 
 -   3   r e t i r e d   b y   7 6 e r s 
 
    
      _ i n m y a s s     a a   h a s   w o r k e d   f o r / w i t h   a p o l l o   f o r   y e a r s .   
 
 h e   i s   n o w   p a r t   o w n e r s   o f   t h e   7 6 e r s   w i t h   s o m e   o f   t h e m . 
 
 t h a t ’ s   t h e   l o y a l t y   c o n n e c t i o n .  
          1 0 0 %   c e l t i c s ,   n u g g e t s ,   m i a m i ,   7 6 e r s ,   p e l i c a n s ,   & a m p ;   c l i p p e r s   w o u l d   a l l   s i g n   r u s s …   h e   f i t s   i n   a l l   t h o s e   o r g a n i z a t i o n s .
m y   h e a d   h u r t s
_ 7 6 e r s   f a c t s
t h e   s i x e r s   f u l l   r o s t e r   i s   s t a r t i n g   t o   t a k e   s h a p e   a s   t h e y   m a k e   a   c u t   t o d a y .   m o r e   f r o m   : 
 

  i t ’ s   o k a y   b r o d e s   b e   h a p p y   w i t h   t h e   7 6 e r s ,   b i r d s   a n d   p h i l l i e s .   a l l   t h r e e   o f   t h o s e   t e a m s   l o o k   h e l l a   b r i g h t   a n d   c a n   m a k e   d a m a g e   r i g h t   n o w   🤷 🏼 ‍ ♂ ️
  w h y   s h o u l d   i
_ 7 6 e r s   g o   l i v e   a g a i n ?   p l e a s e
  s o   s o r r y   😆
_ 7 6 e r s   u n d e r r a t e d   l i q u i d
_ 7 6 e r s   i   m i s s e d   t w i t t e r   u s e r   _ 7 6 e r s   t w i t t e r   l i v e   😓
_ 7 6 e r s   i s   t h i s   a   d i s s ? ?
i   l o v e   w a t e r   s o   m u c h
  a b s o l u t e l y   n o t
w o a h   i t   w o r k e d
_ 7 6 e r s   w   n o w   d o   a n   a c t u a l   l i v e
  g o o d
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   r e v e a l s   t h a t   t h e   s t a r t e r s   w i l l   p l a y   m i n u t e s   i n   e a c h   o f   t h e   f i n a l   t w o   p r e s e a s o n   g a m e s .    
m e   c l o w n i n g   t h e   m e t s   a n d   c o w b o y s   f o r   g o i n g   o u t   s a d   e v e r y   y e a r ,   w h i l e   i   a m   a n   u n f o r t u n a t e   7 6 e r s   s u f f e r e r  
  b u t   n o   o n e   d i e s   t h o
_ 7 6 e r s   c o p y i n g   t w e e t s   & g t ;   
 a l s o   t r u e
_ g o r d o n     n o   ( b u t   r e a l )
_ 7 6 e r s     d y i n g   & g t ; & g t ;
_ 7 6 e r s   _ g o r d o n   b l a z e   o f   g l o r y & g t ; & g t ; & g t ; & g t ;
_ g o r d o n     n o t   d y i n g & g t ; & g t ; & g t ;
  i t   m a k e s   m e   h a p p y
_ g o r d o n   _ 7 6 e r s   i n   a   b l a z e   o f   g l o r y   m a c h i n e   g u n   s t y l e
i   h a v e   s c h o o l   t o m o r r o w   🤸 ‍ ♀ ️ 🚆
_ 7 6 e r s     d y i n g   f o r   g r a c e   & g t ; & g t ; & g t ;
_ 7 6 e r s   b l a z e   o f   g l o r y   s t y l e
_ 7 6 e r s   i t   m a k e s   m e   s a d
  c a v a l i e r s   v s   7 6 e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2   |   n b a   2 k 2 3   p s 4    
_ 7 6 e r s   i   w i l l   i n   a   b l a z e   o f   g l o r y   w i t h   a   m a c h i n e   g u n   i n   h a n d
_ s m a r t   s a d   m u s i c   m a k e s   m e   h a p p y
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   b o s t o n   c e l t i c s   ( l i v e   p l a y - b y - p l a y   & a m p ;   r e a c t i o n s )    
  n b a   p r e s e a s o n :   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s    
  u r   n o t   d y i n g
_ 7 6 e r s   w h y   m u s t   i   d i e ,   t h e n ?
t e a m s   w i t h   3   p l a y e r s :   l a k e r s   & a m p ;   t h u n d e r   
 t e a m s   w i t h   4   p l a y e r s :   m a v s ,   h e a t ,   b u c k s ,   7 6 e r s ,   k i n g s   a n d   s p u r s .
  n o   i t s   n o t
_ 7 6 e r s   t h i s   i s   w a r   i s   i t   n o t ?
  a b s o l u t e l y   n o t
h o t   t a k e :   s a d   m u s i c   m a k e s   y o u   h a p p y
_ 7 6 e r s   _ g o r d o n   i   c o n c u r
_ 7 6 e r s     y e s   d y i n g
_ 7 6 e r s   _ g o r d o n   b l a z e   o f   g l o r y   t h o u g h
  _ g o r d o n   n o   d y i n g
_ g o r d o n     n o   d y i n g
_ g o r d o n   _ 7 6 e r s   y o u   g e t   i t
_ 7 6 e r s   n a h   i   w i l l   m a n   a   m a c h i n e   g u n   t i l l   i   g o   d o w n   i n   a   b l a z e   o f   g l o r y
_ 7 6 e r s     y e s   l i t e r a l l y
  n o t   l i t e r a l l y
  d o n t   d i e   b u t   f e l t
m o s t   n b a   c h a m p i o n s h i p s   
 
 l a k e r s   1 7 
 c e l t i c s   1 7 
 w a r r i o r s   7 
 b u l l s   6 
 s p u r s   5 
 p i s t o n s   3 
 7 6 e r s   3 
 h e a t   3   
 k n i c k s   2 
 r o c k e t s   2 
 b u c k s   2
_ 7 6 e r s   s u r e
_ 7 6 e r s   i ’ m   j u s t   r e a d y   t o   d i e
_ 7 6 e r s   d o   w h a t   n o w ?
  o k   s a l l y
m y   f o l l o w e r s   r e a d y   t o   d i e   b e h i n d   m e   💯
🏀 t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   r o c k e t s - o c t o b e r   7 ,   2 0 2 2 🏀 
 👇 
 
 
 n b a 7 5 
 b l e e d g r e e n 
 n e t s w o r l d 
 n e w s y o r k f o r e v e r 
 7 6 e r s 
 w e t h e n o r t h 
 n b a 
 相 互 フ ォ ロ ー 
 フ ォ ロ ー バ ッ ク
_ 7 6 e r s   g o   l i v e   r n   i m o
  _ 7 6 e r s   t h e   b i r d   a p p
  i t s   t w i t t e r
_ 7 6 e r s   i s   t h a t   i n s t a g r a m
_ 7 6 e r s   _ g o r d o n   i   s t a n d   c o r r e c t e d
p e t e   a l o n s o   w a l k i n g   o f f   l i k e   😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂  
_ g o r d o n     i t   d o e s n ' t   w o r k   i n   t w e e t   r e p l i e s   t b c
  _ 7 6 e r s   y e a h   s a m e   +   i   d o n ' t   h a v e   t h a t   o p t i o n   b c   i ' m   o n   w e b   l o l
_ 7 6 e r s       l o t s   h a i l e e   c l e a r s
_ 7 6 e r s   _ g o r d o n   i   t h o u g h t   t h a t   w a s   j u s t   t o   t a k e   p i c t u r e s ?
      p r o b l e m ?
_ 7 6 e r s     n o   w a y   u   t r i p p i n
  _ 7 6 e r s     b r o   s h e   b u g g i n   o n g
      y e a   i   a m   t o o
    i m   r i g h t
_ 7 6 e r s       a r e   y o u   💔
w h a t   a   l o s e r   😂 😂 😂 😂   y o u r   t e a m   i s   j u s t   a s s  
_ 7 6 e r s     d a w g   w h a t .   n o .   u r   r   o n   a   r o l l   o f   g r a s s   r n   a i n ’ t   n o   w a y .   n o o o o o o   w a y y y y y
    s h e   m i d   a s f
_ 7 6 e r s     b r o   w h a t   h o w   h o w   h o w w w w w
_ 7 6 e r s   _ g o r d o n   w h e r e   i s   t h e   c a m e r a   t h i n g ?
j o e l   e m b i i d ’ s   t w e e t   a f t e r   p h i l l i e s   w i n   p l a y o f f   s e r i e s     v i a   @ _
_ 7 6 e r s     h e y y y y y t y t t t y t   b e   n i c e   s h e   a   b a d d i e
    w e   d o   n o t   c a r e
_ 7 6 e r s   h e y   g u y s ,   w e l c o m e   b a c k   t o   t h e   c h a n n e l !   g r a c e   h e r e . . . .
  n o   i ' m   t o o   s c a r e d   f o r   t h a t
  i d k   i ' m   n o t   d o i n g   i t
_ g o r d o n   i f   u   c l i c k   t h e   c a m e r a   u   c a n   g o   l i v e
_ 7 6 e r s   l i k e   a   y o u t u b e r ?
_ 7 6 e r s   w a i t   w h a t
  _ s a n c h o   f a c t s .   s h e   e v e n   l i k e   t h e   w a c k   a s s   7 6 e r s
l o u   w i l l i a m s ' s   ( )   2 0 1 0 - 1 1   s h o t   c h a r t : 
 
 v o l u m e :   h i g h   |   p _ 7 8   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 3 5 
 e f f i c i e n c y :   m e d i o c r e   |   p _ 2 7 
 e f f i c i e n c y   v a l u e :   p o o r   |   p _ 1 3 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   m i d r a n g e 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 l o u w i l l i a m s 
 7 6 e r s 
 h e r e t h e y c o m e  
_ 7 6 e r s   c u z   w h y   w o u l d n ’ t   y o u ?   d o n ’ t   y o u   w a n n a   t a l k   t o   p e o p l e ?
  c u z   w h y   s h o u l d   i
  n o p e !
  u   s h o u l d   s a y   i t
_ 7 6 e r s   d o   i t
t h i s   i s   l i f e   c h a n g i n g  
j u n k   f o o d   c l o t h i n g   p h i l a d e l p h i a   7 6 e r s   w o m e n s   g r e y   s u p e r   s o f t   t h e r m a l   l s   t e e ,   g r e y ,   6 8 %   r a y o n   /   2 9 %   p o l y e s t e r   /   3 %   s p a n d e x ,   s i z e   s    
s t o p   i   c a n   g o   l i v e ? ! ? ! ? ! ? !
o n e   d a y
  g o o d   l u c k   t o   t h e   p h i l l i e s ,   t h e   e a g l e s ,   t h e   f l y e r s   a n d   t h e   7 6 e r s   f o r m e r   j u l i u s   i r v i n g .
i t   i s   t r u e   t h a t   j o e l   e m b i i d   p r e s e n t s   s p e c i a l   q u a l i t i e s   w h i c h   s e r v e s   t h e   7 6 e r s   a n d   t h e i r   w i s h e s   t o   w i n   e x c i t i n g   b a s k e t b a l l   g a m e s   g s e m c o a c h
_ d a l l a s   i ’ m   g o n n a   h a v e   t o   b r i n g   t h a t   i d e n t i t y   b a c k   b e c a u s e   i   h a d   s o   m u c h   f u n   b a i t i n g   7 6 e r s   f a n   e v e n   t h o u g h t   i   l o s t   a   b u n c h   o f   f o l l o w e r s   o n   t h e   w a y .   i   f e l l   o f f   h a r d   a f t e r   l o s i n g   m y   i d e n t i t y
r e p o r t :   s i x e r s   s i g n i n g   m a c   m c c l u n g   t o   e x h i b i t - 1 0   c o n t r a c t  
h e ’ s   g o n n a   l e a d   t h e   l e a g u e   i n   r u s h i n g   …   t h i s   y e a r . 
 d e f i n i t i o n   o f   “ g o t   t h a t   d a w g   i n   h i m ”   😂 😂  
_ 7 6 e r s   i m   s m a s h i n g   a l l   o f   t h e m   i n t o   t h e   n e a r e s t   g a r b a g e   c a n
“ t h i s   i s   a r g u a b l y   t h e   m o s t   t a l e n t e d   r o s t e r   t h e   s i x e r s   h a v e   h a d   d u r i n g   t h e   d o c   r i v e r s   e r a .   a   h e a l t h i e r   h a r d e n ,   d o m i n a n t   e m b i i d   a n d   d i f f e r e n t   l i n e u p s   t o   p l a y   w i t h   c o u l d   b o d e   w e l l   f o r   t h e i r   r e g u l a r - s e a s o n   s u c c e s s . ” 
 
 c o u l d   t h e   7 6 e r s   g r a b   t h e   n o .   1   s e e d ? 

      l a k e r s ,   w a r r i o r s ,   s p u r s ,   b o s t o n ,   m i a m i ,   b u c k s ,   c a v s ,   r a p t o r s ,   7 6 e r s .   t o p   9 0 %   i s   t o p   3   n b a   t e a m s
    a n d   t h e   7 6 e r s   r e a d y   t o   r o l l .  
  7 6 e r s   w i n n i n g   d a t s   i t
e a g l e s   p o s t   g a m e   c e l e b r a t i o n   f r o m   a n   , u n d i s c l o s e d l o c a t i o n   i n   w e s t m i d t o w n   a t l a n t a 
 f l y e a g k e s f l y   h e r e t h e y c o m e   7 6 e r s   l e t s g o p h i l l i e s  
s i x e r s   s i g n   g - l e a g u e   r o o k i e   o f   t h e   y e a r   t o   n e w   c o n t r a c t 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   m e m p h i s   g r i z z l i e s   n b a j a p a n g a m e s   n b a 2 k 2 3     m f f l   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
    s o m e t h i n g   i   w a s   w o n d e r i n g .   p e o p l e   k n o w   h i m   f o r   e a g l e s ,   b u t   h o w   d i d   h e   b e c o m e   a   s a n   a n t o n i o   s p u r s   f a n ?   s p u r s   a r e   o k a y ,   j u s t   s e e m e d   a   b i t   r a n d o m   s i n c e   p e o p l e   p r o b a b l y   w o u l d   h a v e   g u e s s e d   7 6 e r s .
  a s   a   e a g l e s   a n d   7 6 e r s   f a n ,   i m   p r e p a r e d   f o r   d i s a p p o i n t m e n t
n b a   p l a y o f f s   p r e d i c t i o n s : 
 
 1 .   c l i p p e r s 
 2 .   w a r r i o r s 
 3 .   n u g g e t s 
 4 .   m a v e r i c k s 
 5 .   p e l i c a n s 
 6 .   t i m b e r w o l v e s 
 7 .   g r i z z l i e s 
 8 .   s u n s 
 
 1 .   b u c k s 
 2 .   c e l t i c s 
 3 .   7 6 e r s 
 4 .   c a v s 
 5 .   n e t s 
 6 .   b u l l s 
 7 .   h e a t 
 8 .   r a p t o r s
i   k n o w   t h i s   i s   j u s t   m e   s h o u t i n g   i n t o   t h e   v o i d   o f   t w i t t e r   b u t     i s   * s o   c o n c e r n e d *   a b o u t   g r o w i n g   t h e   g a m e   a n d   c o n t i n u e s   t o   s c h e d u l e   p l a y o f f   b a s e b a l l   i n   t h e   m i d d l e   o f   t h e   w o r k / s c h o o l   d a y .   i m a g i n e   t h a t   g r e a t   h a w k s / 7 6 e r s   s e r i e s   l a s t   y e a r   b e i n g   p l a y e d   a t   1 p m .   d o   b e t t e r   m a n f r e d .
  a n d r e   d r u m m o n d   i s   a   b i g   v e r s a t i l e   d e f e n s i v e   m i n d e d   b i g ,   c a n   g u a r d   1 - 5 ,   c a n   h a n d l e   t h e   r o c k ,   f i n d   o p e n   t e a m m a t e s ,   g o o d   i n   t h e   p o s t ,   s t o u t   r i m   p r o t e c t o r ,   a n d   i   a l s o   h e a r d   h e ’ s   w o r k i n g   o n   h i s   t h r e e   p o i n t   s h o t 👀   7 6 e r s   g o t   a   s t e a l
_ 7 6 e r s     a t   l e a s t   2   m a y b e   3 ,   p u t   a   b i t   o f   c a r a m e l   o n   t h e m   t o o . . . . 3 . 5
s h o u l d   m i a m i   h e a t   ' s t r i k e   i f   i r o n   g e t s   h o t '   w i t h   d u n c a n   r o b i n s o n ? 
 
 
 
 n b a   m i a m i   h e a t n a t i o n   h e a t t w i t t e r   t r u e t o a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   7 6 e r s   n e t s
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   s e e s   t y r e s e   m a x e y   i m p r o v i n g   a t   d r a w i n g   f o u l s   a s   h e   m o v e s   f o r w a r d .    
e a g l e s   5 - 0 
 p h i l l i e s   n l d s 
 7 6 e r s   g o n n a   b e   g o o d 
 t e m p l e   e l i t e   8 *  
g o l d e n   s t a t e   w a r r i o r s   g i v e n   2 n d   b e s t   t i t l e   o d d s   b y   n b a   g m s 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   h e a t t w i t t e r   7 6 e r s   n e t s   p i s t o n s
i t ' s   c r a z y   t o   e x p e c t   s o   i ' m   j u s t   g o n n a   h o p e   a n d   b e l i e v e .   p h i l l y p h i l l y   c i t y o f c h a m p s   p h i l l i e s   e a g l e s   7 6 e r s
j a r r e t t   c u l v e r ' s   c a r e e r   a r c   s h o w s   a t l a n t a   h a w k s   m a d e   c o r r e c t   d e c i s i o n 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   h e a t t w i t t e r   7 6 e r s   n e t s
l a k e r s   f a n s   s h o u l d   b e   c o n c e r n e d   w i t h   r u s s e l l   w e s t b r o o k ' s   c o n f i d e n c e 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   l a k e r s d o c   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   c h i c a g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   h e a t t w i t t e r   7 6 e r s   n e t s
  g o o d   l u c k   o n   a   f a n t a s t i c   s e a s o n   a h e a d   f o r   t h e   p h i l a d e l p h i a   f l y e r s   n h l   t e a m   a n d   p h i l a d e l p h i a   7 6 e r s   n b a   t e a m .       l e t ' s   g o   p h i l a d e l p h i a .
    d i s g u s t i n g   a n d   w e   g o t   a   p h i l a d e l p h i a   7 6 e r s   f a n   u p   o n   h e r e   t h a t ’ s   n a s t y   a n d   d i r t y
e a g l e s   a r e   5 - 0 . 
 p h i l l i e s   s w e p t   c a r d i n a l s   i n   w i l d c a r d . 
 s i x e r s   a r e   2 - 0   i n   t h e   p r e s e a s o n . 
 p h i l l y s p o r t s   e a g l e s n a t i o n   p h i l l i e s   s i x e r s   p h i l a d e l p h i a e a g l e s   p h i l a d e l p h i a p h i l l i e s   7 6 e r s   p h i l a d e l p h i a
    p i s s i n g   o f f   7 6 e r s   o n e   p o s t   a t   a   t i m e  
p h i l a d e l p h i a   7 6 e r s   l e g e n d   a l l e n   i v e r s o n   r e v e a l s   h i s   a l l - t i m e   s t a r t i n g   l i n e u p   i n   n b a   h i s t o r y .    
n e w   l a k e r s   s i g n i n g   c o u l d   b e   a n o t h e r   a l e x   c a r u s o   f o r   l a 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   l a k e r s d o c   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   c h i c a g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   h e a t t w i t t e r   7 6 e r s   n e t s   b u c k s   s u n s
  7 6 e r s   n e e d   a   c h a m p i o n s h i p ,   b a d .   w e   d e s e r v e   o n e
_ c l a s s i c _   e a g l e s   a n d   7 6 e r s …   👀
  _ g o t _ n e x t     y o u r   r i g h t   c a u s e   t h e   s u n s   a r e   t h e   w e s t   a n d   t h e   7 6 e r s   a r e   i n   t h e   e a s t   p l u s   y o u   g o t   d o c   r i v e r s   p r o b a b l y   l o o k i n g   a t   p o r n   d u r i n g   t h e   g a m e   o n   t w i t t e r   i n s t e a d   o f   m a k i n g   a d j u s t m e n t s
_ 2 1 5   i f   y o u   n o t   a   7 6 e r s   f a n   p l e a s e   d o n ’ t   s p e a k   t o   m e
  _ g o t _ n e x t     i ’ l l   w o r r y   a b o u t   t h e   7 6 e r s   w h e n   e m b i i d   s t a y s   h e a l t h y   f o r   a   f u l l   s e a s o n   b u t   w e   g o t   a   b e t t e r   c h a n c e   o f   j e s u s   r e t u r n i n g   a n d   p a r t i n g   t h e   s e a s
e a g l e s   5 - 0 
 p h i l l i e s   n l d s 
 7 6 e r s   g o n n a   b e   g o o d 
 l a   s a l l e   e l i t e   8
  _ g o t _ n e x t     w o r r y   a b o u t   t h e   3 6 e r s   b e f o r e   t h e   7 6 e r s
_ 7 6 e r s   o n e   o f   t h e   v i d e o s   o f   a l l   t i m e
_ 7 6 e r s   p r o l l y
p h i l a d e l p h i a   7 6 e r s   b a c k u p   c e n t e r   m o n t r e z l   h a r r e l l   i s   d a y - t o - d a y   w i t h   a n   i n t e r c o s t a l   s t r a i n .    
_ 7 6 e r s   i   a s s u m e   i c y   h o t   c r e m e   o n   t h e   g r o i n
_ 7 6 e r s   j e r k   s e s h   o b v i o u s l y
  m e   e i t h e r
w w e   n e w s ! : 
 
 w r e s t l e m a n i a   4 0   a p r i l   2 0 2 4   h e l d   i n   p h i l a d e l p h i a .   t h e   7 6 e r s   m a s c o t   & a m p ;   c h e e r l e a d e r s   j o i n e d   j e r r y   l a w l e r   t o   r e v e a l   t h e   o f f i c i a l   l o g o . 
 
 b o x i n g   m m a   w r e s t l i n g   n e w s   s p o r t s   s p o r t   g o o d f e l l a s p o r t s   m e d i a   o n l i n e   b u s i n e s s   e v e n t   w r e s t l e m a n i a   w w e   p h i l d e l p h i a   s u c c e s s  
_ 1 8   l o s t   m e   a t   7 6 e r s
_ 7 6 e r s   i ' v e   r e a d   t h r o u g h   3   c o m m e n t s   s e c t i o n s   i   h a v e   n o   c l u e
_ 7 6 e r s   p o r n
_ 7 6 e r s     a t   l e a s t   o n e   m a y b e   2
_ 7 6 e r s     2   .   m a y b e   2 . 5
  7 6 e r s   m e n t i o n e d   🥳
w h a t   a m   i   w a t c h i n g  
h o n e s t l y ,   t h a t   p l a y o f f   r u n   w a s   b a n a n a s .   y e s ,   g s   h a d   s o m e   d e v a s t a t i n g   i n j u r i e s   i n   t h e   f i n a l s ,   b u t   g o i n g   t h r o u g h   t h a t   7 6 e r s   t e a m   w i t h   j i m m y   b u t l e r   & a m p ;   t h e   b u c k s   w a s   s o m e t h i n g   s p e c i a l .  
a u s t i n   n o l a   g o n n a   s e n d   t h e   b i t c h a s s   m e t s   h o m e
_ 7 6 e r s   i   w o u l d   t h r o w   u p   h a l f   w a y   t h r o u g h   n u m b e r   1   c h e e s e c a k e   d o e s n ' t   a g r e e   w i t h   m e
m o n t r e z l   h a r r e l l   m i s s e d   s u n d a y ’ s   p r a c t i c e   a t   t h e   7 6 e r s   p r a c t i c e   f a c i l i t y   w i t h   a   r i g h t   i n t e r c o s t a l   s t r a i n   a n d   i s   l i s t e d   a s   d a y - t o - d a y ,   a   s o u r c e   c o n f i r m e d . 
 
   h a s   t h e   s t o r y . 

p r o b a b l y   n o t   e v e n   1 💀 😭  
p h i l l i e s   p u t t i n g   o n   f o r   t h e   c i t y   🅿 ️ ⚾ ️ 
 e a g l e s   p u t t i n g   o n   f o r   t h e   c i t y   🦅 🏈 
 7 6 e r s   g o n e   p u t   o n   f o r   t h e   c i t y   🏀 
 o u r   t i m e   i s   h e r e   b a b y
_ 7 6 e r s   g o o d .
_ 7 6 e r s   i g   i f   y o u   a r e n ' t   h u n g r y
  i m   n o t   f a t
  i   h a v e n ' t   r l y   e a t e n   a l l   d a y   e x c e p t   a   p i e c e   o f   p i z z a
  i m a g i n e
c a l l   m e   c r a z y ,   b u t 
 
 1 .   m i a m i   h e a t 
 2 .   t o r o n t o   r a p t o r s 
 3 .   m i l w a u k i e   b u c k s 
 4 .   b o s t o n   c e l t i c s   
 5 .   p h i l a d e l p h i a   7 6 e r s 
 6 .   a t l a n t a   h a w k s 
 7 .   c l e v e l a n d   c a v a l i e r s 
 8 .   b r o o k l y n   n e t s
b r e a k i n g :   7 6 e r s   r e p o r t e d l y   s i g n i n g   f o r m e r   b u l l s   a n d   l a k e r s   p l a y e r  
  n o   t a t t o o   o f   b e n   f r a n k l i n   h o o p i n g   7 6 e r s   l o g o ,   f a k e   f a n  
_   n o t   j u s t   t h e m   b e s t   t e a m s   o v e r a l l ,   u n i o n   i s   b e s t   m l s   t e a m   i n   e a s t   a t   l e a s t   ( 4 6   m o r e   g o a l s   s c o r e   t h a n   a l l o w e d ? )   a n d   p h i l l i e s   a r e   d i v i s i o n a l   b o u n d ,   7 6 e r s   n o t   b a d   a s   w e l l
_ 7 6 e r s   w   y o u   d o n ’ t   w a n n a   g e t   f a t
i   n e e d   7 6 e r s   b a s k e t b a l l
  a   k n i c k s   w i n   o v e r   t h e   7 6 e r s
_ 7 6 e r s   l   u n l e s s   y o u   h a d   b i g   b r e a k f a s t / l u n c h
i   s k i p p e d   d i n n e r   w   o r   l
_ 7 6 e r s   c o l t s   a r e   2 - 2 - 1   😐
e a g l e s   r   5 - 0   l m f a o o o o
          d m   l o o k i n g   f o r   e a g l e s   o r   7 6 e r s
k y l e r   i s   a n   i d i o t   😂
    o k ,   t h i n k   o f   i t   t h i s   w a y .   y o u ’ r e   u p   2   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s   w i t h   3 0   s e c o n d s   o n   t h e   c l o c k .   j a m e s   h a r d e n   b a i t s   a n   o f f e n s i v e   f o u l   a t   1 5 s   g i v i n g   t h e m   t h e   b a l l ,   t h e n   h e   f o u l   b a i t s   y o u   a t   t h e   t h r e e   p o i n t   l i n e   t o   m a k e   i t   a   2   p o i n t   l e a d   f o r   p h i l l y   w i t h   3   s e c o n d s   o n   t h e   c l o c k .
  【 2 k 2 3   n b a 】 ' 7 6 - ' 7 7   p h i l a d e l p h i a   7 6 e r s   v s   ' 8 4 - ' 8 5   2 2 7 ' s   y o u t u b e   c h i l i '   m i l w a u k e e   c h i l i '   b u c k s   f e a r t h e d e e r   s p i c y '       s p i c y '   n b a   m i x !    
c h a r l e s   b a r k l e y   1 9 9 6   9 7   t o p p s   n b a   s t a   t h e h o b b y   s p o n s o r e d  
    t a n k i n g   i s   i n t e n t i o n a l   -   a s   i s   y o u r   l a c k   o f   k n o w l e d g e   a b o u t   t h e   7 6 e r s   f r a n c h i s e .
7 6 e r s   w i l l   w i n   t h e   c h a m p i o n s h i p   i n   t h e   7 6 t h   n b a   s e a s o n
🏀   p h i l a d e l p h i a   7 6 e r s   ( )   s i x e r s 
 🆚   c l e v e l a n d   c a v a l i e r s   l e t e m k n o w   p h i v s c l e 
 ✈ ️   n 6 5 4 d l   |   d a l 8 9 3 8   |   b 7 5 2 
 🛫   p h l   -   2 : 4 2   p m   e t 
 🛬   c l e   -   3 : 3 9   p m   e t 
 📡   t r a c k i n g :    
i n t r o   - -   h u g e   w e n t z   f a n 
 
 g r e w   u p   o u t s i d e   o f   p h i l l y .   d i e h a r d   f a n   m o s t   o f   m y   l i f e + p e n n   s t / v i l l a n o v a .   m o v e d   i n   0 8 .   n a t u r a l l y ,   p h i l l y   f a n d o m   d w i n d l e d   d u e   t o   d i s t a n c e . 
 
 s e t t l e d   i n   t h e   t a m p a   b a y   a r e a   w / m y   n a t i v e   f l o r i d i a n   w i f e   i n   1 8 .   
 
 n o w :   t b   t m s + 7 6 e r s + u s f ( s t u d e n t ) / p s u + n o v a + w e n t z ' s   t m
  n b a   p r e s e a s o n :   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s    
  【 2 k 2 3   n b a 】 ' 7 6 - ' 7 7   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   ' 8 4 - ' 8 5   m i l w a u k e e   b u c k s    
h o n e s t l y   i ' m   s c a r e d   o f   7 6 e r s   a n d   r a p t o r s   t h i s   y e a r   ( i n   e a s t ) .   i f   e v e r y t h i n g   g o e s   r i g h t   t h e y   c a n   b e   d a n g e r o u s   t e a m s 😟
  t h i s   i s   s e c r e t l y   a   t w e e t   a b o u t   t h e   b r e t t   b r o w n   e r a   7 6 e r s
  t h e   e a g l e s ,   p h i l l i e s ,   7 6 e r s   a n d   u n i o n   w i l l   w i n   t h e   t i t l e s .   o u t c o m e   n o t   s o   g o o d   f o r   t h e   f l y e r s   🤣 🤣 🤣  
  a l s o   j u s t   m o r e   c o m p e t i t i o n   w i t h   a   b e t t e r   h a w k s ,   d e t r o i t ,   7 6 e r s ,   c e l t i c s 
 
 w o r s e :   p a c e r s ,   b u l l s   ( i n j u r i e s ) .
      n a h   y o u r   7 6 e r s   a r e   s o   a s s   b r o   i   d o n ’ t   r e m e m b e r   t h e m   e v e r   d o i n g   a n y t h i n g   i n   m y   l i f e   t i m e   y ’ a l l   c o u l d n ’ t   e v e n   w i n   w i t h   j b   l m a o   😂
t h e   p h i l a d e l p h i a   7 6 e r s   d i s c u s s   t h e   p l a y   o f   j a d e n   s p r i n g e r   a s   t h e y   c o n t i n u e   t o   d e v e l o p   h i s   o f f e n s i v e   g a m e .    
p h i l a d e l p h i e   7 6 e r s   :   f r e e   a g e n c y ,   e f f e c t i f   e t   c a l e n d r i e r   n b a  
w h a t ’ s   g o n n a   h a p p e n   f i r s t   b r o w n s   f a n s   m o v e   o n   f r o m   b a k e r   m a y f i e l d   o r   7 6 e r s   f a n s   m o v e   o n   f r o m   b e n   s i m m o n s   
 
 t r u l y   t h i n k   n e i t h e r   w i l l   e v e r   h a p p e n
7 6 e r s   w a i v e   t r e v e l i n   q u e e n  
7 6 e r s   w a i v e   t r e v e l i n   q u e e n    
p u s h i n g   t h e   p h i l l i e s   i n t o   a l l   o f   t h e   w e e k d a y   d a y   g a m e   s l o t s   i s   w h a c k   a s   f u c k
    u   l i t e r a l l y   w e n t   f r o m   r o c k e t s   t o   n e t s   t o   7 6 e r s
z a c k   h i l l   r e t i r i n g   a s   f l y e r s '   l o n g - t i m e   ( a c e )   p r   l e a d e r   p u b l i c r e l a t i o n s   p r  
    7 6 e r s   s p o t   c l a i m e d
  a n d   t h e   7 6 e r s   s t i l l   w o n t   m a k e   t h e   e c f   t h a t ’ s   c r a z y
  r a p t o r s   f a n   m a k e s   a n   a p p e a r a n c e   i n   a   7 6 e r s   c h a t ?   🤔
  i   w o u l d   l i k e   t o   s a y   l u k a   b u t   i   f e e l   t h a t   d a l l a s   w i l l   n o t   b e   a s   g o o d   a s   l a s t   y e a r   s o   e m b i d w i t h   t h e   n e w   a c q u i s i t i o n   7 6 e r s   w i l l   b e   b e t t e r   e m b i d   w i l l   h a v e   a s   a l w a y s   b i g   s t a t s   a n d   a   g o o d   d e f e n s i v e   p r e s e n c e a s   f o r   g i a n n i s   a n d   j o k i c ,   v o t i n g   f a t i g u e
c h e c k   o u t   t h i s   l i s t i n g   i   j u s t   a d d e d   t o   m y   p o s h m a r k   c l o s e t :   m i t c h e l l   & a m p ;   n e s s   n b a   7 6 e r s   h a t . .     s h o p m y c l o s e t  
  i   w a s   t h i n k i n g   m o r e   o f   t h e   e a g l e s   l o g o   i n s t e a d   o f   t h i s   f o n t   a n d   a d d i n g   m o r e   7 6 e r s   t o   i t   t o o
f o r   a n y b o d y   t h i n k i n g   t h a t   t h e   r o u g h i n g   t h e   p a s s e r   c a l l   i s n ’ t   b a d ,   t h i n k   o f   i t   a s   b e i n g   t i e d   a g a i n s t   t h e   7 6 e r s   a n d   j a m e s   h a r d e n   o r   j o e l   e m b i i d   b a i t   a   s h o o t i n g   f o u l .
7 6 e r s   w a i v e   t r e v e l i n   q u e e n  
                  d o   y o u   s c h e d   7 6   r a l l y   b e f o r e ,   a f t e r   o r   h e a d   t o   h e a d ? 
 
 7 6 e r s   c a n   o n l y   c o u n t   o n   o t h e r   7 6 e r s   b e c a u s e   o f   n o   ' a d v a n c e '   w o r k . 
 
 w h a t e v e r   h a p p e n s ,   i n d i a n a   b o b ' s   r e p u t a t i o n   i s   s h t .
f u r k   & a m p ;   j o e   h a d   a   s u d d e n   d e a t h   s h o o t o u t   t o   d e c i d e   t h e   w i n n e r   o f   t h e   s c r i m m a g e   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
j u s t   l e a r n e d   t h a t   t h e   7 6 e r s   a r e   g o o d   u h f   t o   g e n t r i f y   c e n t e r   c i t y   n e a r   c h i n a t o w n
a m   i   c r a z y   o r   h a s   r e d z o n e   b e e n   h o r r i b l e   t h i s   y e a r ?   t h e y   j u s t   l e a v e   m e a n i n g l e s s   g a m e s   o n   w h e n   t h e r e ’ s   n o t e w o r t h y   t h i n g s   h a p p e n i n g   i n   t h e   c o m p e t i t i v e   g a m e s
_ 7 6 e r s   b e c a u s e   t h e y   t h e   b r o w n s .
                      b t w   t h e   l a k e r s   h a d   t h e   e a s i e r   c o n f e r e n c e   s o   b y   t h e   t i m e   t h e   c e l t i c s   g o t   t o   t h e   f i n a l s ,   t h e y   w e r e   p r e t t y   b a n g e d   u p .     t h e   l a k e r s   c o u l d   n e v e r   h a v e   w o n   e v e n   1   r i n g   i f   t h e y   h a d   t o   f a c e   t h e   7 6 e r s   p ,   t h e   n i c k s   & a m p ;   t h e   p i s t o n s   e v e r y   s e a s o n … n o t   t o   m e n t i o n   t h e   b u l l s   e i t h e r .
t h e   s i x e r s   f u l l   r o s t e r   i s   s t a r t i n g   t o   t a k e   s h a p e   a s   t h e y   m a k e   a   c u t   t o d a y .   m o r e   f r o m   : 
 

_ 7 6 e r s   y o u   m i s s   h i s   t d   p a s s   t o d a y ?
s e a h a w k s   d e f e n s e   i s   l a u g h a b l y   b a d .   
 
 y o u   n e e d   l i k e   3   f u n c t i o n i n g   b r a i n   c e l l s   t o   k n o w   t a y s o m   i s   g o i n g   t o   r u n   t h e   b a l l   w h e n   h e   c o m e s   i n   t h e   g a m e   a n d   t h e   s e a h a w k s   l o o k   l i k e   t h e y   h a d   n o   i d e a   t h e   r u n   w a s   c o m i n g   o n   3   d i f f e r e n t   o c c a s i o n s   n o w .
t h e   c l e v e l a n d   c a v a l i e r s     a r e   t r a d i n g   f o r   r o o k i e   j e v o n   c a r t e r   t o   t h e   p h i l a d e l p h i a   7 6 e r s   i n   e x c h a n g e   f o r   d w a y n e   b a c o n   s o u r c e s   t e l l   m e   a n d   .
w h y   d i d   t h e   b r o w n s   r u n   t h e   b a l l   w i t h   n o   t i m e o u t s   o u t s i d e   o f   f g   r a n g e … . ?
t h e   p h i l a d e l p h i a   7 6 e r s   d i s c u s s   t h e   p l a y   o f   i s a i a h   j o e   a n d   h i s   c o n t i n u e d   u n d e r s t a n d i n g   o f   h i s   r o l e   o n   o f f e n s e .    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   l i v e   s t r e a m   1 0   o c t o b e r   2 0 2 2    
n b a   o d d s :   7 6 e r s   f u t u r e s   o d d s   a h e a d   o f   2 0 2 2 - 2 3   n b a   s e a s o n   t i p o f f   –   n b a   b a s k e t b a l l   n b a l e a g u e   s p o r t s t r e n d i n g   n f l p r e d i c t i o n   n f l   t r e n d i n g t o p i c s , f a n s , f a n , t e a m , s k y s p o r t s , s p o r t , f o o t b a l l , f o x s p o r t s , u s a , t o d a y  
p a u l   r e e d   d i s c u s s e s   t h e   b a c k u p   c e n t e r   b a t t l e   f o r   t h e   p h i l a d e l p h i a   7 6 e r s   a s   w e l l   a s   l e a r n i n g   h i s   r o l e   a s   p a r t   o f   h i s   g r o w t h .    
i   k n o w   i t ' s   t o o   e a r l y   t o   c a l l   a n   n b a   f i n a l s ,   b u t   i ' m   d o i n g   i t .   w a r r i o r s   v s   7 6 e r s .   w a r r i o r s   i n   7 .   p h i l l y   a b o u t   t o   h a v e   a   b i g   y e a r .
m e   a n d   m y   s i s t e r   a l m o s t   g o t   t o   b l o w s   b e h i n d   t h e m   t r a s h   a s s   e a g l e s   a n d   7 6 e r s ,   🙄   a l l   b c   s h e   d n t   l i k e   t h t   i   s a i d   t h e y   b e e n   t r a s h   f a r   l o n g e r   t h a n   t h e y   b e e n   “ g o o d ” .   l a s t   t i m e   i   s a w   e i t h e r   p l a y   h e r e ,   w e   s t i l l   h a d   t h e   o l d   l o v e   p a r k   a n d   t h e   g a l l e r y   w a s   s t i l l   t h e   m e e t   u p   f o r   f i g h t i n g   😭
f o r   i n s t a n c e ,   t h e   2 0 1 7   n b a   d r a f t   w o u l d   h a v e   b e e n   c r a z y   i n t e r e s t i n g   u n d e r   t h i s   f o r m a t   b e c a u s e   t h e   7 6 e r s   a n d   l a k e r s   b o t h   w o u l d   h a v e   b e e n   i n e l i g i b l e   f o r   t o p   3   p i c k s .
  _ u n i v e r s i t y   y o u   a r e   a b s o l u t e l y   r i g h t ,   m y   p o i n t   i s   t h a t   m i c h a e l   c a r t e r - w i l l i a m s   w a s   o n c e   r o o k i e   o f   t h e   y e a r   b e c a u s e   h e   h a d   f r e e   r e i g n   o n   t h e   t a n k i n g   7 6 e r s ,   a n d   i n   t h e   s a m e   w a y   j b   i s   g o i n g   t o   b e   i n   t h e   b e s t   s i t u a t i o n   f o r   a n   o u t s t a n d i n g   p e r s o n a l   s e a s o n   i n   n y .
_ a d a n   t h e   e n d   o f   k o b e   e r a   l a k e r s   w o u l d   s t r o n g l y   v o t e   a g a i n s t   t h a t !   7 6 e r s   h a d   t h e i r   1 s t   ( t o p   3   p r o t e c t e d )   a n d   t h e y   e n d e d   u p   g e t t i n g   r u s s e l l ,   i n g r a m ,   b a l l   a l l   a t   2   😑
l a m e l o   b a l l   w a s   p r e p a r e d   t o   a c c e p t   a   3   y e a r   d e a l   f r o m   t h e   7 6 e r s   b u t   i   e n d e d   u p   m a t c h i n g   i t   f o r   o b v i o u s   r e a s o n s .  
t h e   b e s t   y e a r   i n   p h i l l y   s p o r t s   h i s t o r y   w a s   1 9 8 0   b y   f a r   b u t   i f   t h e   7 6 e r s   a n d   e a g l e s   d e l i v e r   t h i s   y e a r   i t   c o u l d   t a k e   t h e   t h r o n e .
t h e   h y p e   f o r   p h i l l y   s p o r t s   i s   a t   a n   a l l - t i m e   h i g h   r i g h t   n o w .   
 
 e a g l e s :   s u p e r   b o w l   c o n t e n d e r s . 
 
 7 6 e r s :   e a s t e r n   c o n f e r e n c e   p o w e r h o u s e   w i t h   a   c h a m p i o n s h i p - l e v e l   d e f e n s e . 
 
 p h i l l i e s :   y o u n g   a n d   h u n g r y   t e a m   p o i s e d   t o   m a k e   s o m e   n o i s e   i n   t h e   y e a r s   t o   c o m e . 
 
 f l y e r s :   b u i l d i n g   a   w i n n e r .
2 0 2 0   2 1   f l a w l e s s   t y r e s e   m a x e y   h   s p o r t s c a r d s   s p o n s o r e d  
p h i l a d e l p h i a   7 6 e r s   w a i v e   t r e v e l i n   q u e e n   

  7 6 e r s   i n   t h e   p l a y o f f s .
i   n e e d   k a m a r a   t o   w h o o p   t a y s o m ’ s   a s s   i f   h e   v u l t u r e s   a n o t h e r   t o u c h d o w n   f r o m   h i m   t h i s   y e a r
  7 6 e r s   w i n n i n g   i t
s i x e r s   w i l l   w a i v e   t r e v e l i n   q u e e n   a s   f i n a l   r o s t e r   d e c i s i o n s   l o o m    
    n o t   t o   m e n t i o n   t h a t   y o u   “ p o s e d ”   a s   a   7 6 e r s   f a n   s o   y o u   c o u l d   o w n   b i a s e d   c e l t i c s   f a n s .   a n d   y o u   d i d   t h i s   f o r   o v e r   a   y e a r ,   a n d   w e r e   p r e t t y   a c t i v e .   t h a t   i s   l i k e   r e a l l y   r e a l l y   s a d .
t h e y   h a d   t h e   e a g l e s   c h e e r l e a d e r s 
 7 6 e r s '   m a s c o t 
 m e a n w h i l e   h o c k e y   i s   s a v a g e   i n   p h i l l y ,   a s k   m i z   a b o u t   g r i t t y 
 w w e
n b a   r a n k i n g s   1 - 1 0   2 0 2 2 - 2 0 2 3 
 
 e a s t 
 1 . 7 6 e r s 
 2 . c e l t i c s 
 3 . b u c k s 
 4 . h e a t 
 5 . c a v s 
 6 . r a p t o r s   
 7 . h a w k s 
 8 . n e t s   
 9 . p i s t o n s 
 1 0 . h o r n e t s 
 
 w e s t 
 1 . w a r r i o r s   
 2 . g r i z z l i e s 
 3 . p e l i c a n s 
 4 . c l i p p e r s 
 5 . s u n s   
 6 . t i m b e r w o l v e s 
 7 . m a v e r i c k s 
 8 . n u g g e t s 
 9 . l a k e r s 
 1 0 . r o c k e t s
🏀 s h a k e   m i l t o n   h a s   s t e l l a r   g a m e   a l l - a r o u n d   v s .   c a v s   ( 1 0 / 5 / 2 2 ) | p r e s e n t e d   b y   p a   l o t t e r y 🏀 
 👇 
 
 
 n b a 7 5 
 b l e e d g r e e n 
 n e t s w o r l d 
 n e w s y o r k f o r e v e r 
 7 6 e r s 
 w e t h e n o r t h 
 n b a 
 相 互 フ ォ ロ ー 
 フ ォ ロ ー バ ッ ク
s t e e l e r s   l o v e   t o   t h r o w   u n c a t c h a b l e   p a s s e s   t o   d i o n t a e   j o h n s o n   j u s t   t o   g e t   m e   e x c i t e d   w h e n   h e   s t i l l   a l m o s t   c a t c h e s   t h e m
d e v i n   b o o k e r   s a v a g e d   o v e r   r e a c t i o n   t o   s u n s ’   l o s s   t o   a d e l a i d e   7 6 e r s     a g e n c e f r a n c e p r e s s e   a m e r i c a   a n d r e w m c m u r t r y   a r i z o n a   b a s k e t b a l l w o r l d   c h r i s p a u l   c h r i s t i a n p e t e r s e n   d a n n y m a r a n g   d a v i d   e l i t e l e v e l   f a r b o d e s n a a s h a r i   g e t t y i m a g e s i n c .   k i r k h e n d e r s o n   . . .  
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   r e v e a l s   t h a t   t h e   s t a r t e r s   w i l l   p l a y   m i n u t e s   i n   e a c h   o f   t h e   f i n a l   t w o   p r e s e a s o n   g a m e s .    
  i   a c t u a l l y   h a d   s o m e o n e   s a y   t h e y   l i k e d   t h e s e   b e c a u s e   a n d   h e r e   i s   t h e i r   r e a s o n ,   r e a d y   f o r   i t ?   i   l i k e   t h e m   b e c a u s e   w e ' r e   t h e   c i t y   o f   b r o t h e r l y   l o v e .   w h a t ! ? !   s o   s h o u l d   w e   l i k e   e v e r y   d e s i g n   b e c a u s e   i t ' s   t h e   7 6 e r s ?   n a h   f a m   l o l  
    i ’ m   a   7 6 e r s   f a n   b u t   t h a t   l o o k   l i k e   t h e m   f a k e   j e r s e y s   t h a t   u s e   t o   b e   i n   c i t i   t r e n d s   b a c k   i n   t h e   d a y
p h i l a d e l p h i a   7 6 e r s   1 4 o z   e m b l e m   r o c k   g l a s s ,   r e d ,   g l a s s ,   s i z e   n a    
7 6 e r s ’   d o c   r i v e r s   m e r g e s   b l a c k   h i s t o r y   l e s s o n s   i n t o   c a m p . 
 
 r i v e r s   h a s   b e c o m e   a n   a g e n t   o f   c h a n g e   i n   t h e   n b a   a n d   f o u n d   h i s   v o i c e   a s   a n   a c t i v i s t .  
t h e   p h i l a d e l p h i a   7 6 e r s   a r e   n o t   h a p p y   w i t h   t h e i r   d e f e n s i v e   e f f o r t   i n   t h e i r   p r e s e a s o n   w i n   o v e r   t h e   c l e v e l a n d   c a v a l i e r s .    
  s u p e r   g o l d e n   s t a t e   w a r r i o r s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   p l a y   n o w   o n l i n e   n b a   2 k 2 3    
t h e   7 6 e r s   h a v e   p a r t e d   w a y s   w i t h   g u a r d   t r e v e l i n   q u e e n ,   a   s o u r c e   t o l d   t h e   i n q u i r e r   o n   s u n d a y . 

  _ h a y   l e b r o n   p l a y e d   a g a i n s t   t h e   w a r r i o r s   4   t i m e s   s t r a i g h t   i n   t h e   f i n a l s .   t w i c e   w i t h   k d   o n   t h e   t e a m .   o n c e   w i t h   b o t h   k e v i n   l o v e   a n d   k y r i e   i n j u r e d   a n d   t h e   o t h e r   w i t h   j e f f   g r e e n   a s   h i s   w i n g m a n .   w a r r i o r s   a l o n e   i s   w a y   b e t t e r   t h a n   t h e   p a c e r s ,   7 6 e r s ,   n e t s ,   m a g i c ,   i n j u r e d   b o s t o n   c e l t i c s   l o l
_ e t h   k j j k   -   m y   n a m e 
 g h h g   -   r a n d o m   e n d s   i n   g   f o r   g r o u p 
 h b s e   -   o w n e r   o f   p h i   7 6 e r s   a n d   n j   d e v i l s
t h e   7 6 e r s   b u i l t   a   s t a t u e   f o r   b e n s i m m o n s  
s i x e r s   w i l l   w a i v e   t r e v e l i n   q u e e n   a s   f i n a l   r o s t e r   d e c i s i o n s   l o o m     s p o r t s   s i x e r s  
  _ b u z z   i ' l l   c o u n t e r   t h a t   w i t h   t a n k i n g   c r e a t e s   h o p e   i n   t h e   f a n s   b u t   i s   n o   g u a r a n t e e   t o   b e   s u c c e s s f u l .   f o r   e v e r   s u c c e s s   l i k e   t h e   7 6 e r s ,   y o u   o k c   a n d   i t   s e e m s   h o u s t o n   t h a t   h a v e   b e e n   t a n k i n g   s i n c e   t h e   i n v e n t i o n   o f   t h e   p l a y   i n   t o u r n e y   a n d   w i l l   c o n t i n u e   u n t i l   s o m e   p o i n t .
7 6 e r s   g o i n g   t o   w i n   t h e   c h i p   t h i s   y e a r   💍 🏀
f u l l   s t o r y   o n   t h e   s i x e r s   d e c i s i o n   t o   p a r t   w a y s   w i t h   t r e v e l i n   q u e e n   t h i s   a m ,   p e r     
 

  n o t   g r e a t
_ a n d i n o   i   w a s   t h i n k i n g   7 6 e r s   c o l o r s .     c u z   t h e   p a n   j o i n t s   a r e   s t i l l   g o n n a   b e   a v a i l a b l e
  7 6 e r s   f a n   h e r e ,   b u t   i ' m   a   b i g   f a n   o f   y o u ,   l o v e   w a t c h i n g   y o u .   c a n ' t   w a i t   t o   w a t c h   d e a n t h o n y   t h i s   y e a r   f o r   o u r   s q u a d .   h a v e   a   g r e a t   y e a r !
7 6 e r s 
 b u c k s 
 c a v s 
 c e l t i c s   
 r a p t o r s   
 h a w k s   
 
 h a w k s   s t i l l   a   v e r y   g o o d   t e a m   t h o u g h  
p h i l a d e l p h i a   7 6 e r s :   f a n   p e r s p e c t i v e   o n   t h e   b i g   t a l k i n g   p o i n t s      
c l i p p e r s 
 s u n s 
 g r i z z l i e s 
 w a r r i o r s 
 b u c k s 
 7 6 e r s 
 n e t s  
      g r e a t   r e a d   -   t h e   “ p h i l a d e l p h i a   s p o r t s   f a n s   a r e   a n   e n t i r e l y   d i f f e r e n t   a n i m a l … ”   i s   a n   e x c e l l e n t   p o i n t ,   i t ’ s   t h e   r e a s o n   i   s t a r t e d   f o l l o w i n g   t h e   e a g l e s .   l o o k i n g   f o r w a r d   t o   f o l l o w i n g   7 6 e r s   c l o s e r   t h i s   s e a s o n   👍 🏻
  y e a   t h e y   d e f i n i t e l y   d i d n ’ t   i   a g r e e   w i t h   t h a t   a . i   g o t   h i s   7 6 e r s   t o   t o   f o l l o w   h i m   t h o   f r o m   2 0 0 0 - 0 4   t h e y   j u s t   w a s n ’ t   g o o d   e n o u g h   t o   w i n   i t   a l l
n e w   v i d e o   t o   w a t c h : 
 
 " s i x e r s   s i g n   m a c   m c c l u n g !   |   p j   t u c k e r   p r a i s e s   t y r e s e   m a x e y   & a m p ;   j o e l   e m b i i d   |   s i x e r s   n e w s "   
 
 c r e a t o r :     p h i l l y   t a k e   w i t h   r b 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   7 6 e r s   p h i l l y 
 
  
_ n a s t y   7 6 e r s   d o n ’ t   h a v e   t h a t
j o e   m a z z u l l a   c o a c h e s   i n   h i s   f i r s t   c a r e e r   r e g u l a r   s e a s o n   g a m e   a s   a   h e a d   c o a c h   i n   9   d a y s   w h e n   t h e   c e l t i c s   h o s t   t h e   7 6 e r s   a t   t h e   t d   g a r d e n .   m y   e m o t i o n s   o f   h a v i n g   c e l t i c s   b a s k e t b a l l   b a c k   a r e   t h r o u g h   t h e   r o o f 🍀    
b m a r s h   p u t t i n g   t h e   g o g g l e s   o n   h i m   😂  
    i   w a s   a m a z e d   a t   h o w   m u c h   h e   s q u e e z e d   i n t o   i t   a b o u t   s o   m a n y   o f   t h e   7 6 e r s   a n d   t h e i r   g r e a t e s t   h i t s .   e v e n   c h u d ' s   s a m m y   a n d   m o m   r ' s   s a t a n   w o r s h i p .
b u t   s i x e r s   t w i t t e r   t o l d   m e   h e   w a s   a n   e l i t e   3   l e v e l   s c o r e r ?  
t h e   s i x e r s   f u l l   r o s t e r   i s   s t a r t i n g   t o   t a k e   s h a p e   a s   t h e y   m a k e   a   c u t   t o d a y .   m o r e   f r o m   : 
 

f i n a l   r o s t e r   d e c i s i o n s   a r e   o n   t h e   w a y ,   a f t e r   t h e   f i r s t   d o m i n o   f e l l   t h i s   m o r n i n g .   m o r e   o n   t h e   s i x e r s   d e c i s i o n   t o   w a i v e   t r e v e l i n   q u e e n : 
 

y o u ’ r e   i r r e l e v a n t   i f   y o u   t h i n k   t h e   p h i l l i e s   c o l o r   c o m m e n t a t o r s   a r e n ’ t   e x c e l l e n t .   g a r b a g e   t a k e .  
p a y t o n   p r i t c h a r d   p l a y s   h i s   f i r s t   r e g u l a r   s e a s o n   n b a   g a m e   i n   h i s   t h i r d   s e a s o n   a g a i n s t   t h e   7 6 e r s   i n   9   d a y s .
j a m e s   h a r d e n   & a m p ;   p h i l a d e l p h i a   7 6 e r s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   j a m e s h a r d e n   j a m e s h a r d e n p h i l a d e l p h i a 7 6 e r s h e a d i n g i n a p o s i t i v e d i r e c t i o n s p o r t s c e n t e r   j a m e s h a r d e n h i g h l i g h t s   j a m e s h a r d e n n e w c o n t r a c t   j a m e s h a r d e n s t e p b a c k  
p h i l a d e l p h i a   7 6 e r s :   f a n   p e r s p e c t i v e   o n   t h e   b i g   t a l k i n g   p o i n t s  
“ d o n ’ t   f u c k   t h i s   u p   f o r   a n y b o d y   w h o ’ s   n o t   a   w h i t e   m a n   w h o   w a n t s   t o   d o   t h i s ” 
 
 — ,   o n   b e c o m i n g   t h e   2 n d   w o m a n   f u l l - t i m e   p l a y - b y - p l a y   a n n o u n c e r   f o r   a   m a j o r   m e n ' s   p r o   t e a m   l a s t   y e a r . 
 
 f o r   t h e   r e c o r d :   s h e   w a s   g r e a t ,   & a m p ;     f a n s   a r e   l u c k y   t o   h a v e   h e r  
t h e   p h i l a d e l p h i a   7 6 e r s   h a v e   p a r t e d   w a y s   w i t h   t r e v e l i n   q u e e n   a s   t h e   r o s t e r   n o w   s t a n d s   a t   1 9   p l a y e r s .    
u p d a t e d   s i x e r s   s a l a r y   c a p   s h e e t : 

t h e   7 6 e r s   h a v e   w a i v e d   n b a   g   l e a g u e   m v p   t r e v l i n   q u e e n ! ! !     a n d   ! ! ! !
  @ _ i p l a y t o w i n _     n o ,   y o u   d o n ’ t   p l a y   f o r   t h e   7 6 e r s   e i t h e r
  h e   t h o u g h t   p q   w a s   a n   a c o l y t e .   n o   r o o m   f o r   a n o t h e r   l e a d e r   i n   r i d d e l l ' s   w o r l d .   p q   s t e p p e d   u p ,   r ' s   l a r g e   b u t   f r a g i l e   e g o   w a s   h u r t ,   a n d   y o u   k n o w   h o w   h e   h a t e s   t h a t .   s e e m s   l i k e   p q   t h o u g h t   h e   w a s   d o i n g   g o o d   f o r   t h e   7 6 e r s   b u t   d i d n ' t   t a k e   p o o d l e   b o y ' s   a l l - i m p o r t a n t   f e e l i n g s   i n t o   a c c o u n t .
_         t r a e   o w n s   t h e   7 6 e r s ,   w i l l   b e   i n   p l a y o f f s .   f a l c o n s   t i e d   f o r   f i r s t   i n   t h e   d i v i s i o n   🤡
f o r m e r   e x e c   t h i n k s   t h e   s i x e r s   w i l l   w i n   t i t l e   a n d   e m i i d   f o r   n b a m v p    
    a s   g r e a t   a s   j a … z i o n   w o u l d   f a c e   3 - 4   b o d i e s   e a c h   g a m e … w i t h   t e a m s   k n o w i n g   e x a c t l y   w h a t   h e   w a n t s   t o   d o ,   a n d   h o w   w a n t s   t o ,   a n d   c o u l d n ’ t   s t o p   h i m .   w a t c h   t h e   z i o n   v s   7 6 e r s .   h a d   a l l   t h e i r   b e s t   d e f e n d e r s   o n   h i m   a n d   h e   s t i l l   c o o k e d .   e v e n   w i t h   e m b i d   o v e r   t o p
p h i l a d e l p h i a   7 6 e r s :   f a n   p e r s p e c t i v e   o n   t h e   b i g   t a l k i n g   p o i n t s  
h o w   h a s   m e r c e d e s   l e w i s   s u s t a i n e d   a   1 7   y e a r   n f l   c a r e e r   😂 😭
_ 2 k   i n   t h e   w e s t   - & g t ;   w a r r i o r s   ,   c l i p p e r s   ,   p e l i c a n s   ,   a n d   t h e   n u g g e t s   
 i n   t h e   e a s t   - & g t ;   c e l t i c s   ,   7 6 e r s   ,   b u c k s   ,   h e a t   ,   a n d     m a y b e   t h e   c a v s ? ?
7 6 e r s   a d d i n g   m a c   m c c l u n g   t o   f u t u r e   7 6 e r s   i s   i n s a n e .   t h e y   n o w   h a v e   t w o   g   l e a g u e   m v p s   a n d   a   r o o k i e   o f   t h e   y e a r
p h i l a d e l p h i a   7 6 e r s   s t a r   j o e l   e m b i i d   w o r k e d   o u t   w i t h   o k l a h o m a   c i t y   t h u n d e r   r o o k i e   c h e t   h o l m g r e n   o v e r   t h e   s u m m e r .    
w e   g e t t i n g   a   l i t t l e   b i t   o f   m a c   m c c l u n g   m i n u t e s   t h i s   y e a r   o n   t h e   7 6 e r s ?   n i c e   l i t t l e   b o n u s . 
 
 f o r   t h e   f i r s t   t i m e   i n   a   w h i l e ,   y o u   c a n   l o o k   a t   t h e   s i x e r s   u p   a n d   d o w n ,   a n d   n o t   s e e   a n y   g l a r i n g   h o l e s   i n   l i n e u p s .   w e   r e a l l y   m a d e   s o m e   g r e a t   m o v e s   i n   t h e   o f f - s e a s o n .
_ s _ _   y u p   h e ' s   t o p   3 .   e v e n   i f   h a r d e n   w i n s   a   r i n g   w i t h   t h e   7 6 e r s   i n   a   f e w   y e a r s   h e   s t i l l   w o n ' t   s u r p a s s   w a d e   c u z   t h e r e ' s   a   l o w   c h a n c e   h e   w i l l   g e t   a   f i n a l s   m v p .   i   s t i l l   t h i n k   f m v p   i s   h e a v i e r   t h a n   s e a s o n   m v p   i n   t e r m s   o f   a c c o m p l i s h m e n t s . 
 
 i ' l l   e v e n   p u t   a i   a n d   w e s t   a h e a d   o f   h a r d e n   a s   o f   n o w .
b r e t t   b r o w n   i s   a   w a r   c r i m i n a l   f o r   t r a d i n g   a w a y   m i k a l  
      y e s   a n d   h e   w a s   d i s r e s p e c t e d   o n   t w o   o f   t h e m ,   a n d   p u t   h i s   h e a r t ,   s o u l ,   a n d   b o d y   i n t o   t h e   7 6 e r s   b e f o r e   t h e y   d i s r e s p e c t e d   h i m ,   t o o .   ( t h a t ' s   w h y   6 e r s   f a n s   s t i l l   l o v e   h i m ) .   a n d   w e   a i n ' t   g o t t a   t a l k   a b o u t   w h a t   h e ' s   d o n e   f o r   m i a m i .
              l o r i   a n d   m a g s   o n   d u f u s   w e r e   i n t e r e s t i n g   o n   t h i s .     m a g s   i m p l i e d   s a n t e r   h a d   r e a c h e d   a   n e w   a g r e e m e n t ,   o r   m o r e   l i k e l y   w a s   s t i l l   t r y i n g   t o   g e t   o n e .   m a y b e   s a n t e r   g o t   p e r m i s s i o n   t o   h a v e   a   b o o t h ?   m a y b e   2 0   o r   s o   7 6 e r s   w i l l   b e   t h e r e   a n d   c h a n t   ' w e   w a n t   s a n t a ' ?   1 7 7 6   f a t e   d e p e n d s   o n   t h i s .
t h e   s t a r t   o f   t h e   2 0 2 2 - 2 0 2 3   n b a ' s   " r e g . - s e a s o n   g a m e s "   e v e n t   ( a s   o f   n o w )   i n   2 0 2 2   ( o c t . 1 8   2 0 2 2   w / 2   g a m e s   o n   t n t   w / 7 6 e r s - c e l t i c s   i n   b o s t o n   & a m p ;   l a k e r s - w a r r i o r s   i n   s a n   f r a n c i s c o )   i s   9   d a y s   f r o m   t o d a y ! 9 d a y s t i l t h e n b a s e a s o n i n 2 0 2 2   n b a t i p o f f w e e k 2 0 2 2   n b a 2 0 2 3
  _ 7 6 e r s   _ 7 6 e r s   c a n   i   h a v e   a   c o o k i e   n o w 🥺
  @ _ _ _ _ _ _ 6 _ _ 9       k o b e   a v e r a g e d   1 5 . 6   p o i n t s   w i t h   4 . 2   a s s i s t s   a n d   1   s t e a l   i n   h i s   f i r s t   f i n a l s .   t h e   l a k e r s   w e r e   o u t   s c o r e d   b y   2 0   p o i n t s   p e r   1 0 0   p o s s e s s i o n s   w i t h   k o b e   o n   t h e   f l o o r . 
 e v e n   i n   t h e   7 6 e r s   s e r i e s , t h e   l a k e r s   w e r e   o n l y   1   p o i n t   b e t t e r   w i t h   h i m   o n   t h e   f l o o r . w a s n ’ t   e v e n   t h e   b e s t   s g   i n   t h e   s e r i e s
i   l o v e   t h a t   p e o p l e   p o i n t e d   o u t   i t ’ s   m o s t   l i k e l y   m a r s h ’ s   f a m i l y .   a m a z i n g .  
h e y   d i c k h e a d .   r e m e m b e r   w h e n   y o u   s a i d   b r y c e   d o e s n ’ t   c o m e   u p   c l u t c h   l i k e   “ m v p s ”   o n   o t h e r   t e a m s ?   g u y s   l i k e   g o l d y   a n d   a r e n a d o ? 
 
 h o w   w e   f e e l i n g ?  
_ a l v a h     _     7 6 e r s   t a n k e d   f o r   j a h i l   o k a f o r   a n d   n e r l e n s   n o e l .   t h i s   a i n ' t   a   f l e x   b u d
7 6 e r s   c a n   w i n   a g a i n s t   l a k e r s
o c t o b e r   9 
 h a p p y   b i r t h d a y ! 
 
 
 
 
 
 e a g l e s   g o b i r d s   f l y e a g l e s f l y   7 6 e r s   s i x e r s   p h i l a u n i t e   p h i l l i e s   r i n g t h e b e l l   f l y e r s   b r i n g i t t o b r o a d   d o o p  
2 0 2 0   2 1   f l a w l e s s   t y r e s e   m a x e y   h   a d   w h o d o y o u c o l l e c t  
t h e   p h i l a d e l p h i a   7 6 e r s   d i s c u s s   t h e   p l a y   o f   i s a i a h   j o e   a n d   h i s   c o n t i n u e d   u n d e r s t a n d i n g   o f   h i s   r o l e   o n   o f f e n s e .    
t h e   a t l a n t a   h a w k s   a r e   t r a d i n g   f o r   v e t e r a n   b o b b y   b r o w n   t o   t h e   p h i l a d e l p h i a   7 6 e r s   i n   e x c h a n g e   f o r   s a n d r o   m a m u k e l a s h v i l i   s o u r c e s   t e l l   m e   a n d   .
" t h e   b e a r d "   w o u l d   l i k e   t o   j o i n   y o u   f o r   f u t u r e   w e e k e n d s   w i t h   w i n e .   s i x e r s    
n l c s   g a m e   1   i s   t h e   s a m e   d a y   a s   t h e   7 6 e r s   o p e n i n g   n i g h t   🤔 🤔 🤔
[ c r o s s i n g   b r o a d ]   f i r s t   l o o k   a t   t h e   s i x e r s   c i t y   e d i t i o n   j e r s e y s   a t   d i c k ’ s   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
o t d   1 0 / 2 3 / 1 9 6 5   w i l t   c h a m b e r l a i n   s c o r e s   5 0   p o i n t s   
 
 5 3   p o i n t s 
 2 1   r e b o u n d s 
 4 5   m i n u t e s   
 2 1 / 2 5   f g   1 1 / 1 5   f t 
 1   o f   1 2 2   g a m e s   w i t h   5 0 +   p o i n t s 
 1   o f   6 6 4   c a r e e r   2 0 / 2 0   d o u b l e   d o u b l e s 
 
 d e t r o i t   p i s t o n s   1 0 3 
 p h i l a d e l p h i a   7 6 e r s   1 2 0 
 
 a t   c o n v e n t i o n   h a l l 
 
 n b a   7 6 e r s   w i l t c h a m b e r l a i n   p i s t o n s
m e t s   d i d n ’ t   l o s e   y e t   b u t   s t i l l   . .   f u c k   t h e   m e t s   b e c a u s e   i t ’ s   r e d o c t o b e r  
      b r o s   a s   7 6 e r s   f a n   a n d   a   b r o n c o s   f a n ,   p i c k   a   s t r u g g l e
t h e   p h i l a d e l p h i a   7 6 e r s   d i s c u s s   w h a t   t h e y ’ v e   l e a r n e d   a b o u t   d e ’ a n t h o n y   m e l t o n   a n d   t h e   o t h e r   a d d i t i o n s   t o   t h e   r o s t e r .    
  7 6 e r s   b a s k e t b a l l   s o o n   t o o   ! !
t h e   n e w     c i t y   e d i t i o n   j e r s e y   h a s   l e a k e d ! 
 
 v n d s g n   p h i l a d e l p h i a   7 6 e r s   c i t y o f b r o t h e r l y l o v e  
" t y r e s e   m a x e y   i s   a   b u d d i n g   n b a   s t a r ! "   |   r b   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   7 6 e r s v s c a v s   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   n b a p r e s e a s o n   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s n e w s   p h i l a d e l p h i a s i x e r s   p h i l l y t a k e w i t h r b   s i x e r s  
  t h a t   l o g i c   d o e s n ’ t   s t a c k   u p   w h e n   j o k i c   i s   h e a v i l y   p o s i t i v e   o n   t e a m   r e b o u n d i n g   a n d   a l s o   h a s   h i g h e r   b o x o u t   s t a t s   t h a n   e m b i i d 
 
 r e g a r d l e s s   o f   t h e   r e a s o n s ,   i t   d o e s n ’ t   c h a n g e   t h e   f a c t s / s t a t s ;   e m b i i d   h u r t s   t e a m   r e b o u n d i n g   w h e n   h e ’ s   o n   t h e   f l o o r .   7 6 e r s   w e r e   2 9 t h   o f   3 0   t e a m s   i n   r e b o u n d i n g
p h i l a d e l p h i a   7 6 e r s   v e t e r a n   p j   t u c k e r   d i s c u s s e s   w h a t   i m p r e s s e s   h i m   a b o u t   t y r e s e   m a x e y   a n d   w h e r e   t h e   y o u n g   m a n   c a n   i m p r o v e .    
  b o s t o n   c e l t i c s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   2 0 0 2   -   n b a   2 k 1 3   ( p s 3 )    
        y e a h ,   a n d   n o w   h e   i s   a n   a m e r i c a n   c i t i z e n 
 

n e w   l i s t i n g !   
 
 j o e l   e m b i i d   2 0 2 1 - 2 2   p a n i n i   p r i z m   c r a c k e d   i c e   s i l v e r   p r i z m s   1 7 6   7 6 e r s   m i n t   
 
 c h e c k   i t   o u t :   
 
 t r a d i n g c a r d s   f o r s a l e   e b a y  
n e w   l i s t i n g !   
 
 l o t   ( 3 )   e m b i i d ,   h a r d e n ,   b a s s e y   r c   2 0 2 1 - 2 2   n b a   h o o p s   2 7   6 7   2 1 7   7 6 e r s   r o o k i e   
 
 c h e c k   i t   o u t :   
 
 t r a d i n g c a r d s   f o r s a l e   e b a y  
i t   i s   t r u e   t h a t   l e b r o n   j a m e s   p o s s e s e s   a   h i g h   b a s k e t b a l l   i q   w h i c h   a f f e c t s   t h e   7 6 e r s   a n d   t h e i r   d e s i r e s   t o   w i n   m a n y   b a s k e t b a l l   g a m e s   g s e m c o a c h
  w a s   p q   a t   r a l l y   o n   s a t ?   s e e m s   l i k e   n o   p r o g r e s s   o n   w e l l .   w a t c h i n g   r e p l a y   o n   y o u t u b e   d o e s n ' t   i n c l u d e   c h a t .   c h a t   b r o u g h t   u p   c h u d   a n d   1 7 7 6   t o   h i s   a n n o y a n c e .   t h e   q ' s   b o t h   p r a i s e d   c h u d   a n d   m a r v e l e d   a t   h i s   ' g r o w t h '   a s   a   s t r e a m e r   ' o f f   i n   a n o t h e r   d i r e c t i o n ' .   7 6 e r s   a n d   q ' s   ' g r o w i n g '   a p a r t .
  l a s t   p l a y e r   o n   7 6 e r s   ( r o s t r e r e d )   t o   w i n   a n   o l y m p i c   m e d a l   i s   m a t i s s e   t h y b u l l e .
          e m b i i d   h a d   l i k e   3   d i f f e r e n t   i n j u r i e s .   y o u   a c t i n g   l i k e   h e   h a d   a   l o a d e d   t e a m   l a s t   y e a r .   t h i s   y e a r   7 6 e r s   a r e   w e l l   b u i l t
p h i l a d e l p h i a   7 6 e r s   y o u t h   g r e y   f u l l   t i m e   f a n   s h o r t   s l e e v e   f a s h i o n   t - s h i r t ,   g r e y ,   1 0 0 %   c o t t o n ,   s i z e   m    
    t h i s   w i l l   n o t   b e   p o p u l a r ,   b u t   b a s e b a l l   c e l e b r a t e s   t o o   m u c h .   🍾   t h i s   i s   2 ,   n l d s   w o u l d   b e   3 ;   n l c s   w o u l d   b e   4 ,   w s   w o u l d   b e   5 .   f i v e ? ! ?   i m a g i n e   i f   t h e   7 6 e r s   h a d   t w o   b l o w o u t   c e l e b r a t i o n s — w i t h   e m b i i d   & a m p ;   h a r d e n   i n   🥽 — b e f o r e   t h e y   g o t   b o u n c e d   i n   t h e   s e c o n d   r o u n d ?
  t h i s   w i l l   n o t   b e   p o p u l a r ,   b u t   b a s e b a l l   c e l e b r a t e s   t o o   m u c h .   🍾   t h i s   i s   2 ,   n l d s   w o u l d   b e   3 ;   n l c s   w o u l d   b e   4 ,   w s   w o u l d   b e   5 .   f i v e ? ! ?   i m a g i n e   i f   t h e   7 6 e r s   h a d   t w o   b l o w o u t   c e l e b r a t i o n s — w i t h   e m b i i d   & a m p ;   h a r d e n   i n   🥽 — b e f o r e   t h e y   g o t   b o u n c e d   i n   t h e   s e c o n d   r o u n d ?
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   g i v e s   a n   h o n e s t   a s s e s s m e n t   o f   m a t i s s e   t h y b u l l e ’ s   s h o o t i n g   p r o g r e s s i o n .    
  n b a 2 k 2 2 ,   m y c a r e e r   m o d e   1 7   g o l d e n   s t a t e   w a r r i o r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x ! ,   p s 4   g a m e p l a y    
  n b a   2 k 2 3   -   p a u l   g e o r g e   v s   j a m e s   h a r d e n   -   l o s   a n g e l e s   c l i p p e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !    
  7 6 e r s   a n y   t e a m   h a r d e n   i s   o k   a t   t h e   t i m e   t b h
  a n d   w h a t   a   w e e k   i n   p h i l l y   s p o r t s   t h i s   s e t s   u p .   i f   t h e     🦅   w i n   t o d a y ,   t h a t   s e t s   u p   a   5 - 0   g a m e   v s   t h e   c o w b o y s   s u n d a y   1 0 / 1 6   d u r i n g   t h e   s a m e   t i m e   t h e   p h i l l i e s   a r e   p l a y i n g   t h e   b r a v e s .   o h ,   a n d   t h e   7 6 e r s   & a m p ;   f l y e r s   a r e   s t a r t i n g   t h e i r   s e a s o n s .
g r i z z l i e s   n u g g e t s   m a k i n g   i t   o u t   t h e   w e s t   t h i s   y e a r . .   7 6 e r s / c e l t i c s / h e a t   m a k i n g   i t   o u t   t h e   e a s t
t h i s   r e a l l y   i s   p h i l l y ’ s   y e a r ! 
 
 t h e   s i x e r s   l o o k   r e a l l y   s o l i d   f o r   t h i s   s e a s o n . 
 t h e   e a g l e s   a r e   4 - 0   a n d   r e m a i n   a s   t h e   o n l y   u n d e f e a t e d   t e a m . 
 t h e   f l y e r s … 
 a n d   t h e   p h i l l i e s   w o n   t h e i r   f i r s t   p l a y o f f   s e r i e s   i n   1 2   y e a r s ! ! 
 
 p o s t s e a s o n   r i n g t h e b e l l   f l y e a g l e s f l y   7 6 e r s
7 6 e r s   c a n   w i n   a g a i n s t   t h u n d e r
  i m a g i n e   p h i l l i e s ,   e a g l e s   a n d   7 6 e r s   a l l   w i n   t h i s   y e a r !
_ w a t s o n   i t   w a s   a c t u a l l y   k i n d a   c o o l   t o   s e e   a n o t h e r   p l a y o f f   d r o u g h t   e n d   b u t   n a h h   p h i l l y   g o t t a   r e m i n d   u s   w h y   e v e r y o n e   h a t e s   t h e m .   s a m e   r e a s o n   i   a b s o l u t e l y   d e s p i s e   t h e   7 6 e r s .
    w e l l   s a i d !   c o n g r a t s   t o   y o u   a n d   p h i l l y !   i t ’ s   a   g o o d   t i m e   t o   b e   a   f a n   f r o m   p h i l a d e l p h i a !   b a s e b a l l   a n d   f o o t b a l l   a r e   k i l l i n g   i t !   a r e   t h e   7 6 e r s   a n y   g o o d ? ?   h a p p y   f o r   y o u   a n d   y o u r   d a d !   l o v e   y o u   b r o !   ❤ ️ 👊 🏽 🙏
j o e l   e m b i i d   a n d   t h e   p h i l a d e l p h i a   7 6 e r s   r e a c t   t o   t h e   p h i l l i e s   e l i m i n a t i n g   t h e   s t .   l o u i s   c a r d i n a l s   i n   t h e   n a t i o n a l   l e a g u e   w i l d   c a r d .    
e f l i n   m a k e s   m e   n e r v o u s   a s   t h e   c l o s e r   t h o u g h .   l e t ’ s   g e t   t h a t   f i g u r e d   o u t
  _ g o r d o n   _ 7 6 e r s   o h h h   n o w   i   r e m e m b e r
7 6 e r s   c l e a r  
        n o w   t h e   7 6 e r s   a r e   s o m e   t r a s h   t r a s h   😐 
 
 y o u   t h i n k   s w a p p i n g   t r a e   y o u n g   a n d   m a r c u s   s m a r t   a n d   a t l a n t a   i s   i n   t h e   s a m e   s p o t ?   💀 💀 💀
_ g o r d o n     _ 7 6 e r s   m a y b e   h e   f o l l o w e d   d u r i n g   t h e   b r i e f   m c g r i d d l e   e r a
_ m u s e   e v e n   w h e n   f u l l y   h e a l t h y   i   d e f i n i t e l y   d o n ’ t   s e e   t h e   c a v s   b e i n g   1 s t   i n   t h e   e a s t   ( n e t s ,   b u c k s ,   h e a t ,   c e l t i c s ,   7 6 e r s ,   t o r o n t o ,   a n d   h a w k s   w i l l   h a v e   s o m e t h i n g   t o   s a y   a b o u t   t h a t )   a n d   k i n g s ?   w e ’ l l   s e e   w i t h   t h e m   w h e n   t h e y   f u l l y   h e a l t h y
f u c k   i t ,   i ’ m   r i d i n g   w i t h   t h e   p h i l l i e s   n o w   i n   b a s e b a l l   b e c a u s e   m o s t   e a g l e s   f a n s   a r e   p h i l l i e s   f a n .   w i l l   n e v e r   c h e e r   f o r   t h e   7 6 e r s   b u t   p h i l l i e s   g o   w i n   i t
_ g o r d o n     _ 7 6 e r s   m y   b a d   😔
  o r d e r d   f o o d   t h a t   t o o k   4 5   m i n u t e s   t o   g e t   t o   u s .   n o w   i   k n o w   w h y   t h e   7 6 e r s   w a n t   a   t o   m o v e   o u t
    _ 7 6 e r s   w o w   s m h   u   d o n ' t   r e m e m b e r   m a t t h e w ,   a l s o   h e   c h a n g e s   h i s   p f p   a   l o t   l o l
  7 6 e r s ,   h a w k s ,   m a g i c
  m s u   b e c o m i n g   t h e   7 6 e r s ,   t r u s t   t h e   p r o c e s s ,   w h i c h   h a s   g o t t e n   t h e m … . w h e r e   e x a c t l y ?
m c c l u n g   c o m i n g   e a s t :   t h e   g a t e   c i t y   a l u m ' s   p l a y e r   r i g h t s   h a v e   b e e n   a c q u i r e d   b y   t h e   s i x e r s '   g - l e a g u e   a f f i l i a t e ,   t h e   d e l a w a r e   b l u e   c o a t s . 

  j r   7 6 e r s   p r o d i g y   l u c a   b u r d   c o u r t s i d e   w a t c h i n g   h e r   s q u a d   b e a t   t h e   c a v a l i e r s !  
  7 6 e r s   f a n   f a v o u r i t e ,   b e n   s i m m o n s
  h e r   f a c e   i s   r e m a r k a b l y   c o m p o s e d   c o n s i d e r i n g   w h i s t l e   g i r l   i s   w h i s t l i n g   a t   h e r .   a p   m e n t i o n e d   g b   d i d n ' t   g e t   f l u s t e r e d   l i k e   t h e   o t h e r   7 6 e r s .   p a r t   o f   i t   m a y   b e   t h a t   t h e   h a t e   y o u   g e t   i s   e q u a l   t o   t h e   h a t e   y o u   m a k e
n o l a   g o n n a   w i n   w o r l d   s e r i e s   m v p   i   g u e s s
  7 6 e r s / m a v s / c l i p p e r s
_ d u c k e t t   t b h   m o r e y   h e l l a   o v e r r a t e d !   l e t ' s   b e   r e a l !   b e s i d e s   t h e   h a r d e n   t r a d e   w h a t   d i d   h e   d o ?   i   m e a n   w h a t   h a s   h e   d o n e   f o r   t h e   7 6 e r s ?   t r a d e   f o r   h a r d e n   😆 🤣 😂   t h i s   m a n   g o i n g   t o   g o   s o m e w h e r e   e l s e   a n d   t r a d e   f o r   h a r d e n   a g a i n !   g t f o h !   i n   s t o n e   w e   t r u s t !
  1   -   r a p t o r s 
 2   -   r a v e n s ,   e s s e n d o n 
 3   -   c r y s t a l   p a l a c e ,   b o o m e r s ,   s o c c e r o o s   a n d   m a t i l d a s 
 4   -   p e r t h   g l o r y ,   p e r t h   w i l d c a t s 
 5   -   l a k e r s ,   7 6 e r s ,   c e l t i c s ,   b r o w n s
  _ 7 6 e r s   p r o l l y   j u s t   o n e   o f   t h o s e   m u t u a l   f o l l o w i n g s   a   w h i l e   b a c k   o r   s o m e
  _ 7 6 e r s   y o u   c a u s e   i   d o n ’ t   r e m e m b e r   f o l l o w i n g   y o u   i ’ m   s o r r y
  _ 7 6 e r s   m e   o r   h e r ?
  _ 7 6 e r s   d i d   y o u   r e b r a n d ?
t h e y   m u s t   b e   r u n n i n g   o u t   o f   i d e a s .   t h e s e   a r e   a m o n g   t h e   w o r s t ,   i n   a   l o n g   l i n e   o f   t e r r i b l e   7 6 e r s   j e r s e y s .  
_ 7 6 e r s   w r a c e   t h e n ,   i   w e n t   t o   h o c o   t o d a y
_ 7 6 e r s   n o t   n o w
g o o d n i g h t  
    l m f a o o o o o
_ 7 6 e r s   m y   t o o
_ 7 6 e r s     d o   y o u   k n o w   w h a t   d r i v e s   i n   t h e   r o a d ?
_ 7     s i m m o n s   w a s   t a l k i n g   a b o u t   h o w   w e   m i g h t   b e   h a v i n g   a   p h i l l y   s p o r t s   m o m e n t   b e c a u s e   t h e   7 6 e r s   & a m p ;   e a g l e s   m i g h t   h a v e   g r e a t   s e a s o n s ,   a n d   d i d n ' t   e v e n   m e n t i o n   t h e   p h i l l i e s ,   b c   h e   p r o b a b l y   d o e s n ' t   k n o w   t h e y   m a d e   t h e   p l a y o f f s .   h i m   t a l k i n g   f o r   a n   h o u r   a b o u t   h o m e   r u n   r e c o r d s   s o u n d s   l i k e   h e l l
_ 7 6 e r s     t h a t ' s . . . . .   n o t   r i g h t
_ 7 6 e r s   i ’ m   a n   o l d e r   b r o t h e r
  w o w ,   i   g u e s s   y o u   c a n   u s e   t h i s   t w e e t   t w i c e ,   n o w .
  h i   l i z 🍪
    a h   g o o d   t h e n
_ 7 6 e r s   _ 7 6 e r s   h i   g r a c i e   p o o h
    i s   h e   i n   u r   a c c o u n t
    n o   j u s t   t h e   m i d d l e   o f   t h e   r o a d
_ 7 6 e r s     b e i n g   c o l d
_ 7 6 e r s   b e i n g   c o l d
_ 7 6 e r s     e s p e c i a l l y   i n   f r o n t   o f   a   h o u s e   w i t h   c h r i s t m a s   l i g h t s   o n
  s t o p   w h a t
_ 7 6 e r s   s a m e
_ 7 6 e r s   s t o p   t h e n
_ 7 6 e r s   b r u h
i m   c o l d
  s i t t i n g   i n   t h e   m i d d l e   o f   t h e   r o a d
y k   w h a t ' s   a c t u a l l y   a   l o t   o f   f u n ?
              d a v i d   i s   a   h o s t a g e .   f r e e d o m   o u t l a w s   c o n t r o l   h i m   & a m p ;   7 6 e r s   f u n d s .
_ 7 6 e r s     r a t i o  
_ 7 6 e r s   w e ' v e   w o n  
    h e   d o n ' t   k n o w   u 😹
  i t   i s   c o m m o n   s e n s e   t o   r e m o v e     t h e m   f r o m   t h e   p r o g r a m   a n d   p u b l i c l y   d i s a s s o c i a t e   t h e m s e l v e s .   t h a t   d o e s n ' t   m e a n   7 6 e r s   a r e   b e i n g   r e j e c t e d .   t h e y ' r e   s t i l l   b u d d i e s .
_ 7 6 e r s     d a m n   😔
    n o   c o o k i e s   f o r   u   i g 😭
  d r a k e   g o t   u n d e r   7 6 e r s   s k i n   🤣 🤣 🤣
s a y   h i   t o   y o u r   s e c o n d   @   a n d   i f   t h e y   r e s p o n d   t h e n   u   c a n   h a v e   a   c o o k i e
_ 7 6 e r s   s o   r e a l
_ 7 6 e r s   m a x e y   i s   g e t t i n g   c o o k e d   💀
_ 7 6 e r s     g o n n a   u s e   i t   t o   t r o l l   y o u
  r e a l
    i   d i d   n o t   e x p e c t   t h i s   f r o m   y o u
    s t o p   w h y   w o u l d   u   d o   t h a t t t t t t
t y r e s e   m a x e y   i s   m i d
_ 7 6 e r s   _ g o r d o n     k e e p   t h e   t h o u g h t   o n   b a c k   b u r n e r
_ 7 6 e r s   c o u n t   a g a i n
  _ g o r d o n     n o t   h a p p e n i n g   s m h ,   t h e y   t o o   y o u n g
  t h a t   w a s   9 t h !
g r o u p   p h o t o .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
_ g o r d o n     _ 7 6 e r s   t h e n   w e   h a v e   o u r   1 1   y e a r   o l d   s i s t e r   i ' m   t r y i n g   t o   s e t   u p   w i t h   g r a c e ' s   l i t t l e   b r o t h e r .   c o i n c i d e n t a l l y   h e r   n a m e   i s   a l s o   g r a c e
_ g o r d o n     _ 7 6 e r s   m y   b i o   h a s   a l l   t h a t   i m p o r t a n t   i n f o r m a t i o n
_ 7 6 e r s     h e r e ' s   t h e   c o r r e c t   o n e
  w e l l   i   d i d n ' t   s e e   a   t e n t h   a c t u a l l y
    _ 7 6 e r s   o k   t h a t ' s   w h a t   i   t h o u g h t
    t h a n k s   s a l l y
_ 7 6 e r s   t h i s   w a s   t h e   1 1 t h   r e p l y   b t w
  u r   m i d
t y r e s e   m a x e y   i s   h o t
_ 7 6 e r s   t y r e s e   m a x e y   i s   m i d
  u r   b a d .
_ 7 6 e r s   m a x e y   i s   m i d .
_ 7 6 e r s   m a x e y   i s   u g l y
_ 7 6 e r s   t y r e s e   m a x e y   i s   b a d
    _ 7 6 e r s   w a i t   h o w   o l d   a r e   u   a g a i n
  y o u r   u g l y .
  y o u r   u g l y
_ 7 6 e r s     _ g o r d o n   i g   c o o l   i s   a   w o r d   f o r   i t
_ 7 6 e r s   t y r e s e   m a x e y   i s   u g l y .
_ 7 6 e r s   t y r e s e   m a x e y   i s   u g l y
_ g o r d o n     _ 7 6 e r s   2   y e a r s   o l d e r   t h a n   m e ,   5   y e a r s   o l d e r   t h a n   m a t t h e w
    _ g o r d o n   w o a h   t h a t s   c o o l
    _ g o r d o n   w a i t   r u   g u y s   a c t u a l l y   b r o t h e r s
    _ 7 6 e r s   w h i c h   o n e   i s   h e
  _ g o r d o n   _ 7 6 e r s   i m   l y i n g ,   i t   d e p e n d s   o n   t h e   d a y
  _ g o r d o n   _ 7 6 e r s   n o   s h o t
  _ g o r d o n   _ 7 6 e r s   w   t h e n .   b e n   i s   m y   f a v o r i t e
_ 7 6 e r s   _ g o r d o n   n o t   m y   f a u l t   m y   m o m   a n d   d a d   w e n t   t o   t o w n   s o   e a r l y
t w e e t i n g   t h e   1 0 t h   r e p l y  
_ g o r d o n   _ 7 6 e r s   i   c a n ' t   e v e n   p r e t e n d   i t ' s   c o m p l e t e l y  
  2 2 7 ' s   y o u t u b e   c h i l i '   p h o e n i x   c h i l i '   s u n s   w e a r e t h e v a l l e y     s p i c y '     s p i c y '   n b a   m i x !   v s   p h i l a d e l p h i a   7 6 e r s   |   n b a 2 k 2 3   r e a l i s t i c   g r a p h i c s   n e x   g e n   [ 4 k - u h d ]   |   n b a   2 k    
  _ 7 6 e r s   w h o ' s   u r   f a v o r i t e
_ 7 6 e r s   _ g o r d o n   m y   o l d e s t   b r o t h e r   i s   6   y e a r s   o l d e r ,   2 n d   i s   5   y e a r s ,   3 r d   i s   3   y e a r s
_ g o r d o n   i m a g i n e   1   y e a r
p h i l a d e l p h i a   7 6 e r s   a d d   f o r m e r   g o l d e n   s t a t e   w a r r i o r s   g u a r d  
_ 7 6 e r s   t h a t ' s   t r u e ,   i   f e e l   l i k e   i f   t h e y   w e r e   5 +   y e a r s   o l d e r   i t   w o u l d   b e   n i c e
  i m   n o t
i ’ m   s w a p p i n g   r h y s   a n d   b o h m   a t   t h i s   p o i n t   g o i n g   f o r w a r d .   r h y s   i s n ’ t   e v e n   p u t t i n g   t h e   b a l l   i n   p l a y
t w i t t e r   p p l   d o   n o t   k n o w   b a l l  
  u   a   g u y   t h o
_ 7 6 e r s     s e x i e s t   t e a m   i n   n b a
_ g o r d o n   d e p e n d s   h o w   m u c h   o l d e r   i m o
  d o   u   h a v e   o n e
h e r e   a r e   t h r e e   p l a y e r s   w h o   s t o o d   o u t   f o r   t h e   p h i l a d e l p h i a   7 6 e r s   i n   t h e   t e a m ’ s   b l u e   x   w h i t e   s c r i m m a g e   i n   d e l a w a r e .    
_   j i m m y   b u t l e r   a n d   t h e   7 6 e r s   f r o n t   o f f i c e
_ 7 6 e r s   y e a h   i n   s o m e   w a y s   b u t   i t   w o u l d   a l s o   b e   n i c e   i n   s o m e   w a y s
_ 7 6 e r s   i   m e a n   s p o r t s   a r e   f u n   b u t   t h e   o f f   t h e   f i e l d   s t u f f   i s n ' t   t h a t   f u n .
_ 7 6 e r s   y e a h   b u t   i t   s t i l l   i s n ' t   v e r y   f u n
_   h e a t / c e l t i c s / 7 6 e r s / b u c k s   i s   l i k e   a n   a n g r y   s q u a r e   o f   t e a m s
_ 7 6 e r s   t h a t   d o n ' t   s o u n d   f u n
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   t h e m e   s o n g   d u r i n g   t h e   w w e   e x t r e m e   r u l e s   p r e - s h o w    
  m i n n e s o t a   t i m b e r w o l v e s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   |   f u l l   g a m e   h i g h l i g h t s    
  p h o e n i x   s u n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   |   n b a 2 k 2 3   r e a l i s t i c   g r a p h i c s   n e x   g e n   [ 4 k - u h d ]   |   n b a   2 k    
_ 7 6 e r s   i   h a v e   a n   o l d e r   a n d   a   y o u n g e r   b r o t h e r
  u r   a   g u y   t h o
i t s   a l m o s t   t i m e   f o r   t h e   n b a   s e a s o n   a n d   i   j u s t   p r a y g e   t h e   7 6 e r s   h a v e   a   s t r o n g   s t a r t
_ 7 6 e r s   t r y   h a v i n g   3
  m y   p a r e n t s   m a k e   m e
_ 7 6 e r s   n o t   t o   p r y .   b u t   w h y ?
    b r u h h h h
    n o p e
  _ 7 6 e r s   n a h   l e t ’ s   c h i l l   n o w ,   i ’ m   s t a r t i n g   t o   f e e l   b a d   f o r   h e r .   n o t   s u p p o s e d   t o   a t t a c k   t h e   e l d e r s
h a v i n g   a n   o l d e r   b r o t h e r   w o u l d   l o w k e y   b e   t h e   w o r s t
_ 7 6 e r s     i t ’ s   p r o o f   s h e   i s   a   g r a n n y
  u   s a l l y   r i g h t ! 🙄
a t l a n t i c   : 
 
 7 6 e r s   |   m o n t r e z l   h a r r e l l   c h r i s t m a s   s o n g 
 
 m o n t r e z l   c a r o l 
 
 c e l t i c s   |   m a r c u s   s m a r t   c o u l d n ’ t   h o l d   i n   t h e   g a s 
 
 m a r c u s   f a r t s 
 
 k n i c k s   |   o b i   t o p p i n   r e t i r e s   a n d   b e c o m e s   a   j a n i t o r 
 
 o b i   m o p p i n g 
 
 n e t s   |   j o e   h a r r i s   e a t s   a   v i e t n a m e s e   s o u p   w i t h   n o o d l e s   a n d   m e a t 
 
 p h o   h a r r i s
    i m   n o t
_ 7 6 e r s     s u r e   a c t   l i k e   o n e
_ 7 6 e r s   a n d   r u b y
    n o   i t s   d e l e t e d
    i m   n o t   a   g r a n n y   s m h
_ 7 6 e r s     s h o w   m e
    i   d i d   i t   a w h i l e   a g o
  i   w a s   t u r n i n g   m y   p h o n e   i n
_ 7 6 e r s     i   s a i d   w o r d   f o r   w o r d   “ n o   m a t t e r   h o w   h i g h ”   n o t   t r y n a   c a t c h   a   c a s e   h e r e   g r a n n y
    i   h o p e   n o t
_ 7 6 e r s     p r o o f ?
_ 7 6 e r s   w h y   a r e   y o u   s a y i n g   t o   t u r n   t h e   p h o n e   i n ?
_ 7 6 e r s     s o   y o u r   a   1 4   y e a r   o l d   g r a n d m a ? ?
    i   a l r e a d y   d i d   t h a t
    s o   i t s   o k   t h a t   i ' m   1 4   y e a r s   o l d ?
_ 7 6 e r s     f a c e   r e v e a l
_ 7 6 e r s     i t ’ s   o k ,   a g e   i s   j u s t   a   n u m b e r ,   n o   m a t t e r   h o w   h i g h ,   w e   s t i l l   l o v e   y o u   g r a c e
  n o   i ' m   n o t
  * t h a t ' s   m e
_ 7 6 e r s     p r o v e   i t   t h e n
  t h a t   a n d
    i m   n o t   a   g r a n d m a a a a
_ 7 6 e r s   y o u   o l d
_ 7 6 e r s   w h a t ' s   h a p p e n i n g   w i t h   t h a t   t e x y   m e s s a g e ?
_ 7 6 e r s     d o e s n ’ t   s e e m   l i k e   y o u   c a n ,   g r a n d m a
  r e a l l y   s a l l y ?
    h o w   d o   i   p r o v e   i ' m   n o t   a   g r a n d m a 😭
_ 7 6 e r s     t h e n   i   s h a l l   p r o n o u n c e   y o u   a s   g r a c e   t h e   g r a n d m a
_ 7 6 e r s     s o   y o u ’ r e   a   g r a n d m a   i s   w h a t   i ’ m   h e a r i n g ?
    n o   p r o o f
  n o t   t r u e
  _ 7 6 e r s   c o o k
_ 7 6 e r s     p r o o f ? ?
_ 7 6 e r s   o n l y   g r a n d m a s   h a v e   s t u f f   w r o n g   w i t h   t h e i r   h i p   😂
i m   f a m o u s   g u y s ! !  
  i   a m   n o t   a   g r a n d m a
  i d k   h o w   t o   d o   t h a t
_ 7 6 e r s   w h a t   h a p p e n e d   g r a n d m a ?
m y   h i p   d o e s n ' t   f e e l   n o r m a l
  t i e r   1 :   r a p t o r s ,   c h e l s e a ,   m o n t r e a l   c a n a d i e n s 
 
 t i e r   2 :   b i l l s ,   c a n a d a   s o c c e r 
 
 t i e r   3 :   t o r o n t o   f c ,   b l u e   j a y s   
 
 t i e r   4 :   h a m i l t o n   t i g e r   c a t s   
 
 t i e r   5 :   7 6 e r s ,   m a p l e   l e a f s
  t i e r   1   -   r a p t o r s ,   s e a t t l e   s t o r m 
 t i e r   2   -   p h x   m e r c u r y ,   c a n a d a   b b a l l   ( m e n   & a m p ;   w o m e n ) ,   a n y   o f   s t e w i e ' s   i n t l   t e a m s 
 t i e r   3   -   n u g g e t s ,   s p u r s ,   d a l   w i n g s 
 t i e r   4   -   n y   l i b e r t y ,   c h i   s k y ,   l v   a c e s ,   m n   l y n x ,   g s w 
 t i e r   5   -   a l l   l a   b b a l l   t e a m s ,   c e l t i c s ,   n e t s ,   7 6 e r s ,   m a p l e   l e a f s ,   c h e l s e a   g r a y
  1   -   r a p t o r s 
 2   -   a r s e n a l ,   c a n a d a   s o c c e r   ( w i l l   b e   t i e r   1   c o m e   w o r l d   c u p ) 
 3   -   c a n u c k s ,   b l u e   j a y s 
 4   -   m a p l e   l e a f s   p u r e l y   o u t   o f   e m p a t h y   f o r   f a m i l y   m e m b e r s 
 5   -   7 6 e r s ,   n e t s ,   b r u i n s
_ g o r d o n   _ 7 6 e r s   m i n e   i s n ' t   e i t h e r   t b h   i   t y p e   9 0 %   o f   m y   s t u f f   w i t h o u t   t h i n k i n g
  _ 7 6 e r s   m y   b r a i n   i s n ' t   p r o c e s s i n g   w h a t   u   j u s t   s a i d
b r o n c o s   c o u n t r y   l e t s   r i d e e e e e e
o n l y   e a s t e r n   c o n f e r e n c e   t e a m s   w h o   c a n   t a l k   s h i t   t o   m e   b e c a u s e   t h e y   w o n   s o m e t h i n g   l a s t   d e c a d e . 
 
 h a w k s   f a n s   
 c e l t i c s   f a n s   
 n e t s   f a n s 
 7 6 e r s   f a n s   
 
 w i n   s o m e   j e w e l r y   o r   s t f u 👍 🏾  
_ g o r d o n   _ 7 6 e r s   y k   t h a t   s a y i n g   " i f   y o u ' r e   g o i n g   t o   l i e   y o u   h a v e   t o   l i e   t o   y o u r s e l f   f i r s t " ?   s h e   d i d n ' t   l i e   t o   h e r s e l f   f i r s t
2 0 2 1   2 2   o b s i d i a n   7 6 e r s   c h a r l e s     a d   t r a d i n g c a r d s  
  _ 7 6 e r s   h e y   b e   n i c e   t o   g r a c e   😐
    o k   f i n e   u   r i g h t
_ 7 6 e r s   _ g o r d o n   f o r   s h a m e
_ 7 6 e r s   r e l a t a b l e
_ 7 6 e r s     b e t t e r   i   f e a r
i m   c r y i n g   r n   g u y s 💔 💔 💔  
_ 7 6 e r s     y o u   d o   r e a l i z e   u   j u s t   c o n t r a d i c t e d   u r s e l f   😭 💀
  _ g o r d o n   i m   n o t
_ g o r d o n     o h   y e a   i   d o   t h a t   a l l   t h e   t i m e
_ 7 6 e r s   _ g o r d o n   w h y   a r e   y o u   l y i n g ?
_ 7 6 e r s     e x c e p t   w h e n   u   l i e   t o   u r s e l f
_ 7 6 e r s   p o o r   w r a c e
_ g o r d o n     i   d o n ' t   l i e
_ 7 6 e r s     l i e s
_ g o r d o n   i m   i n   t e a r s   l y d i a 💔 💔
_ 7 6 e r s   w h o ’ s   g o n n a   g o   o f f   i n   t h e   2 0 2 2   n b a   s e a s o n ?
_ 7 6 e r s   n e w   i n f o r m a t i o n   f o r   m e
  n o   i   d o n t   l o v e   t y r e s e
b u c k s ,   c e l t i c s ,   7 6 e r s ,   c l i p p e r s ,   w a r r i o r s ,   h e a t ,   c a v s ,   s u n s ,   m a v s   a n d   g r i z z l i e s ?  
_ 7 6 e r s   m a x e y ,   t y r e s e ;   g r a c e s   b i g g e s t   l o v e
_ g o r d o n   i d k   i n   a   g a m e   s h o w
_ 7 6 e r s   w h i c h   m a x
_ g o r d o n   h e s   h o t
_ 7 6 e r s   t h e r e   c o u l d   b e   a   h u n d r e d   d i f f e r e n t   m e a n i n g s   t o   t h i s   t w e e t
  r e p l a c e   b l u e   j a y s   w i t h   7 6 e r s   a n d   t h i s   b o u t t a   b e   m e   a n d   m y   c o u s i n   d u r i n g   t h e   n b a   s e a s o n   💀 💀
7 6 e r s   +   b u c k s   a r e   1 0 0 0 %   d o n e   f o r   m y   2 0 1 5 / 1 6   n b a   r o s t e r ,   c o n t r a c t s ,   c o a c h e s ,   t h a t   m e a n s   t h o s e   t e a m s   w o n ' t   b e   t o u c h e d   u n l e s s   i   a d d   n e w   p l a y e r s .   i   n e e d   t o   s t a r t   w i t h   m y   2 0 1 0 / 1 1   r o s t e r .   n b a 2 k 2 3   m y n b a   2 k c o m m u n i t y     2 k 2 2   n b a d r a f t   n b a t w i t t e r   n b a
  w h a t   s u c c u b u s   d i d   t o r o n t o   m a k e   a   d e a l   w i t h   t o   h a v e   t h a t   b a l l   b o u n c e   t h e   w a y   i t   d i d   a g a i n s t   t h e   7 6 e r s   i n   2 0 1 9 ?   s t i l l   d e a l i n g   w i t h   t h o s e   r a m i f i c a t i o n s   t o d a y …
r i c k   f o x   w i t h   4 0   p o i n t s   i n   l a   l a k e r s '   h a r d   e a r n e d   w i n   o v e r   7 6 e r s   n b a   n b a 9 7 9 8
  k a w h i   w a s   h i m   v s   7 6 e r s   
 l o w r y   k a w h i   w e r e   h i m   v s   b u c k s   
 s i a k a m   w a s   h i m   v s   w a r r i o r s
_ g e r a l d   2 0 0 1   n b a   e a s t e r n   c o n f e r e n c e   f i n a l s   -   r a p s - 7 6 e r s   ( v i n c e   m i s s i n g   t h e   b u z z e r   b e a t e r )
_ g o r d o n   _ 7 6 e r s   f r f r
b a s i l   f u n   f a c t s ! ! ! :   t h e   2 0 0 1   w e s t e r n   c o n f e r e n c e   f i n a l s   w a s   r i g g e d   i n   t h e   l a k e r s   f a v o r ,   a n d   t h e   e a s t e r n   i n   t h e   7 6 e r s   f a v o r
_ 7 6 e r s   i ' m   s o r r y   i ' m   j u s t   p l a y i n g   a r o u n d   w i t h   y o u !   y o u   d e s e r v e   t h e   h o n o r   _ 7 6 e r s ! ! ! ! !
_ 7 6 e r s   _ g o r d o n   o f c   y o u r   o n e   o f   m y   f a v o r i t e   t w i t t e r   u s e r s
_ g o r d o n   _ 7 6 e r s   i ' m   j u s t   y a n k i n g   s o m e   c h a i n s
g u y s   i ' m   a c t u a l l y   c r y i n g   r n 💔  
_ 7 6 e r s   _ g o r d o n   i ' m   j u s t   y a n k i n g   y o u r   c h a i n
  _ 7 6 e r s   w o u l d   y o u   c a r e   t o   s a y   t h a t   a g a i n ?
  _ g o r d o n     r e a l
_ 7 6 e r s   c o o k
  i s   h o t   a s f
. _ 7 6 e r s   i s   t h e   b e s t
_ 7 6 e r s   t e c h n i c a l l y   u   w e r e   1 1 t h   b u t   i m m a   t w e e t   t h a t   a n y w a y s   i t   w a s   l i k e   3   s e c o n s
_ 7 6 e r s   _ g o r d o n   r e a l
_ g o r d o n   h e   i s
_ g o r d o n   _ 7 6 e r s   i s   t h e   b e s t
_ g o r d o n   _ 7 6 e r s   i s   t h e   b e s t   t w i t t e r   u s e r   i f   a l l - t i m e
_ g o r d o n   t y r e s e   m a x e y   i s   t h e   g o a t
_ g o r d o n   t y r e s e   m a x e y   i s   h o t
t e a m   u s a   w a n t s   e m b i i d   🇺 🇸 :   7 6 e r s   s t a r   b e c a m e   a   u s   c i t i z e n   i n   s e p t e m b e r   a n d   h a s   ' f i r m   i n t e r e s t '   f r o m   u s a   b a s k e t b a l l   f o r   t h e   2 0 2 4   o l y m p i c s   ( s t e i n )  
_ 7 6 e r s   p e t e r   t h e   h o r s e   i s   h e r e
i d k ,   i   l i k e   t h e i r   t e a m   a   l o t   b u t   y o u   g o t   t h e   c e l t i c s ,   b u c k s ,   n e t s ,   7 6 e r s ,   h e a t ,   c a v s ,   h a w k s . . . c r a c k i n g   t h a t   t o p   5   w i l l   b e   t o u g h  
    b r u h   b e n   d o e s   t h i s   a l l   t h e   t i m e   h e   l i t e r a l l y   d i d   i t   a g a i s n t   t h e   7 6 e r s   f i r s t   g a m e   b a c k   h i   d i d   i t   i .   t h e   p l a y o f f s   v s   t h e   h a w k s   h e   d i d   i t   o n   t r a e   g a m e   7   i   l i t e r a l l y   w a t c h e d   h i m   d o   i t   a l l   t h e   t i m e   ß ï + č h .   i m a   t r y   t o   r e m i n d   y o u   e v e r y   t i m e   h e   d o e s   i t   t o
_ 7 6 e r s   t h i s   h o r s e   i s   t h e   r e t a r d e d   h o r s e   f r o m   f a m i l y   g u y
  n o   i t s   n o t
m o n t r e z l   h a r r e l l   i s   n o t   w o r r i e d   a b o u t   w h o   w i n s   t h e   b a c k u p   c e n t e r   s p o t   w i t h   p a u l   r e e d   f o r   t h e   p h i l a d e l p h i a   7 6 e r s .    
    l a s t   t h i n g .   i t ’ s   b e e n   y e a r s   f o r   m e ,   b u t   i   r a n   m y   o w n   c a m p   f o r   l o c a l   c o m m u n i t y   a n d   t h e   7 6 e r s   c a m p .   w e   w o u l d   m a k e   h u n g a r i a n   b a l l   t a g   a   “ s t a t i o n ”   a n d   h a v e   a   t e a m   t o u r n a m e n t   a t   t h e   c a m p .     i t   h e l p e d   k e e p i n g   k i d s   e n g a g e d   o n   t h u r s / f r i
t h e y   j u s t   u n v e i l e d   t h e   l o g o   f o r   w r e s t l e m a n i a 4 0   a t   e x t r e m e r u l e s   b e f o r e   t h e y   w e n t   l i v e   w i t h   a   c e l e b r a t i o n   i n v o l v i n g   j e r r y   t h e   k i n g   l a w l e r ,   t h e   e a g l e s   c h e e r l e a d e r s   & a m p ;   t h e   7 6 e r s   m a s c o t  
  r e s p e c t   h o r s e s ?
_ 7 6 e r s   i t ' s   l e g i t i m a t e l y   a   r e t a r d e d   h o r s e
  i m   n o t   c l i c k i n g   s h o w 😹
    t h i n k i n g   t h e   7 6 e r s   i s   g o n n a   w i n   i t   a l l   i s   d u m b   🥱
  _     y o u   a r e   a   7 6 e r s   f a n .
  n o p e
l a k e r s   n u g g e t s   w a r r i o r s   m a v s   g r i z z l i e s   b u c k s   c a v s   c e l t i c s   7 6 e r s  
_ 7 6 e r s   w e l l   l s   t a k e   y o u
t h i s   i s   l i t e r a l l y   m e  
  i   d o n ' t   t a k e   l s
_ 7 6 e r s   l   i   f e a r
  r a t i o o
_ 7 6 e r s   i t ' s   a n   a m e r i c a n   s t a p l e
  i v e   n e v e r   s e e n   i t 😭
_ 7 6 e r s   n o   s h o t
n e v e r   s e e n   s h r e k  
w h o   i s   t h i s  
d o n t   h a v e   o n e 😹  
g o o d   e v e n i n g   t o   e v e r y o n e   b u t   t h e   t e a m   t h a t   l o s t   t o   t h e   7 6 e r s   o n   o c t o b e r   5 ,   2 0 2 2 .
r e a l  
  y e s   l
a   f e w   t a k e a w a y s   f r o m   p h i l a d e l p h i a   7 6 e r s ’   b l u e   x   w h i t e   s c r i m m a g e 

_ 7 6 e r s   l ?   s o m e o n e   h a s   a   c r u s h   o n   y o u
u m   i d k  
t h e   p h i l a d e l p h i a   7 6 e r s   d i s c u s s   t h e   p l a y   o f   j a d e n   s p r i n g e r   a s   t h e y   c o n t i n u e   t o   d e v e l o p   h i s   o f f e n s i v e   g a m e .    
  _ f l i p p e r 8 1       y e s   h e ’ s   b e e n   i n   t h e   e n t e r t a i n m e n t   b u s i n e s s ,   7 6 e r s ,   c r u i s e   l i n e ,   a m c   e t c .   h o w   d o   y o u   t h i n k   h e   g o t   t h e r e .   h e d g e   f u n d   e x p e r i e n c e .   d o   y o u   w a n t   s o m e o n e   w i t h o u t   t h a t   b a c k g r o u n d   b a t t l i n g   t h e s e   h e d g e   f u n d s   n o w ? ?   h e   k n o w s   h o w   t h e y   o p e r a t e   b c   h e ’ s   b e e n   t h e r e .
_ a l e x   1 9 8 0 . . .   p h i l l i e s   w o n   t h e   w o r l d   s e r i e s   t h e   e a g l e s   l o s t   i n   t h e   s u p e r   b o w l   f l y e r s   l o s t   s t a n l e y   c u p   f i n a l s   a n d   7 6 e r s   l o s t   i n   e a s t e r n   c o n f e r e n c e   f i n a l s
  p r e s e a s o n   g a m e   1   t a k e a w a y s   -   s i x e r s   @   n e t s   -   f o r m e r   7 6 e r s   p g   e r i c   s n o w   r e a c t s    
  2 0 2 2   c r o w   n b a   t o u r n a m e n t :   4   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s .   1 3   i n d i a n a   p a c e r s   |   g a m e   4    
  n b a   2 k 2 3   p l a y   n o w   o n l i n e   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   m i l w a u k e e   b u c k s   +   f a c e   c a m    
i t ' s   o f f i c i a l .   m a c   m c c l u n g   i s   h e a d e d   t o   t h e   7 6 e r s   a f f i l i a t e ,   t h e   d e l a w a r e   b l u e   c o a t s .  
_ 2 k   w a r r i o r s ,   n u g g e t s ,   m a v s ,   c l i p p e r s ,   b u c k s ,   m i a m i ,   7 6 e r s ,   n e t s
k a w h i   l e o n a r d   c r a z y   g a m e - w i n n e r   g a m e   7   |   r a p t o r s   v s   7 6 e r s   |   2 0 1 9   n b a   f i n a l s   
 
 t h i s   i s   l i k e   e v e r y   b a s k e t b a l l   m o v i e   e n d i n g   e v e r  
_ 2 k   h e a t ,   s u n s ,   p e l i c a n s ,   b u l l s ,   b u c k s ,   c e l t i c s ,   7 6 e r s ,   g s w ,   g r i z z l i e s ,   n e t s   a n d   t h e m s e l v e s   l m a o
e x c i t e d   t o   s h a r e   t h i s   i t e m   f r o m   m y   e t s y   s h o p :   r a r e   v i n t a g e   n b a   g - i i i   b l a c k , r e d   a n d   g o l d   m e n s   x l   p h i l a d e l p h i a   7 6 e r s   l e a t h e r   b o m b e r   j a c k e t   
 ⁦ ⁩  
w h i c h   t e a m   m a d e   t h e   b e s t   o v e r a l l   m o v e s   t h i s   o f f s e a s o n ? 
 
 1 .   c l e v e l a n d   c a v a l i e r s   –   4 1 % 
 t - 2 .   m i n n e s o t a   t i m b e r w o l v e s   –   1 7 % 
 t - 2 .   p h i l a d e l p h i a   7 6 e r s   –   1 7 % 
 t - 2 .   u t a h   j a z z   –   1 7 % 
 
 w a i t   f o r   i t . . . . . . . . . . . .
    t o o   b a d   7 6 e r s   w a s   p r o c e s s   i n t o   w a s t i n g   t i m e   o n   b e n   s i m m o n s   t o   t r a d i n g   w a y   t o o   m u c h   f o r   j a m e s   h a r d e n . . . 
 
 . . .   w h i c h   i s   i n c r e d i b l y   d y s f u n c t i o n a l   a n d   t h e r e f o r e   s u i t s   u n i t e d   p e r f e c t l y
b o t h   t e a m   u s a   a n d   f r a n c e   a r e   b a t t l i n g   t o   h a v e   p h i l a d e l p h i a   7 6 e r s   s t a r   j o e l   e m b i i d   c o m p e t e   f o r   t h e i r   t e a m s   i n   i n t e r n a t i o n a l   p l a y .    
7 6 e r s   w i n n i n g   a   c h a m p i o n s h i p   t h i s   y e a r
m a c   m c c l u n g   ( g a t e   c i t y )   w i l l   p l a y   g l e a g u e   g a m e s   i n   g r e e n s b o r o   o n   n o v .   4   a n d   5 .   l o c a l s i n t h e p r o s   7 6 e r s  
_ 2 k   n u g g e t s ,   g s w   ,   l a k e r s   ,   b u c k s ,   c e l t i c s ,   7 6 e r s ,   g r i z z l i e s ,   c l i p p e r s ,   h e a t .
p h i l a d e l p h i a   7 6 e r s   2 0 2 2 - 2 3   c i t y   j e r s e y   l e a k e d    
🏀 1 0 / 5   p u t n a m   p o s t g a m e   r e p o r t :   t h e   s t i n g   o f   d e f e a t 🏀 
 👇 
 
 
 n b a 7 5 
 b l e e d g r e e n 
 n e t s w o r l d 
 n e w s y o r k f o r e v e r 
 7 6 e r s 
 w e t h e n o r t h 
 n b a 
 相 互 フ ォ ロ ー 
 フ ォ ロ ー バ ッ ク
1 0   m o r e   d a y s ! !   u n t i l   t h e   n b a ' s   o p e n i n g   n i g h t   k i c k s   o f f ! 
 
 
 
 n b a o p e n i n g n i g h t   b a s k e t b a l l   n b a d a i l y r e c a p s   n b a b e t t i n g   s p o r t s g a m b l i n g   s p o r t s b e t t i n g   b a s k e t b a l l g a m b l i n g   n b a d a i l y n e w s     b a s k e t b a l l b e t t i n g   n b a   e s p n   l a k e r s   w a r r i o r s   c e l t i c s   7 6 e r s  
  _ f l i p p e r 8 1       a l s o   p a r t   o w n e r   o f   t h e   7 6 e r s :  
_     c h r i s   w e b b e r   w a s   p r e t t y   g o o d   i n   0 6 ,   b e t t e r   t h a n   d i k e m b e   o n   7 6 e r s
i ’ l l   t a k e   k e m b a   o n   t h e   7 6 e r s
r e p o r t :   s i x e r s   s i g n i n g   m a c m c c l u n g   t o   e x h i b i t 1 0 c o n t r a c t  
🚨 s o l d   
 
 i   h a t e   t o   s e e   t h i s   o n e   g o   b u t   i   k n o w   i t ’ s   g o i n g   t o   a   b e t t e r   p l a c e   ( s o m e   l u c k y   b u y e r s   e b a y   v a u l t ) .   
 
 t y r e s e m a x e y   7 6 e r s   w h o d o y o u c o l l e c t   
   p a n i n i a m e r i c a   t h e h o b b y     r o o k i e c a r d  
t h e   r a y s   a r e   t h e   7 6 e r s   o f   b a s e b a l l .
m a c   m c c l u n g   s i g n s   w i t h   7 6 e r s   s t r e n g t h i n n u m b e r s   d u b n a t i o n   g o l d e n s t a t e w a r r i o r s   w a r r i o r s  
i n   a d d i t i o n   t o   t h e   l o s   a n g e l e s   l a k e r s   s i g n i n g   s h a q u i l l e   h a r r i s o n ,   t h e     a c q u i r e d   h i s   r e t u r n i n g   r i g h t s   ( a l o n g   w i t h   n a z   m i n t r o u - l o n g )   f r o m   t h e   d e l a w a r e   b l u e   c o l t s   ( 7 6 e r s   a f f i l i a t e )   f o r   m a c   m c c l u n g   ( n o   l o n g e r   i n   t h e   l a l   s y s t e m )   a n d   j a r e d   w i l s o n - f r a m e
  n b a   2 k 2 3   -   p a u l   g e o r g e   v s   j a m e s   h a r d e n   -   2 2 7 ' s   y o u t u b e   c h i l i '   l o s   a n g e l e s   c h i l i '   c l i p p e r s   c l i p p e r n a t i o n   s p i c y '       s p i c y '   n b a   m i x !   v s   p h i l a d e l p h i a   7 6 e r s    
p a y t o n   p r i t c h a r d   p l a y s   h i s   f i r s t   r e g u l a r   s e a s o n   n b a   g a m e   i n   h i s   t h i r d   s e a s o n   a g a i n s t   t h e   7 6 e r s   i n   1 0   d a y s .
  t h e   w a r r i o r s   s y s t e m   d o n ’ t   w o r k   w i t h   h i m   l o l .   a n d   s w a p   t h e   t e a m s   t h e y   p l a y e d   f o r   a n d   c u r r y   i s   w i n n i n g   a   r i n g   w i t h   o k c ,   r o c k e t s ,   n e t s   a n d   7 6 e r s   l o l .   
 
 d o n ’ t   f o r g e t   h a r d e n   p l a y e d   w i t h   p r i m e   r u s s ,   k d ,   c p 3 ,   k y r i e   a n d   n o w   e m b i i d .   
 
 s t e p h   i s   w i n n i n g   a   c h i p   w i t h   a l l   o f   t h e m
t h e   p h i l a d e l p h i a   7 6 e r s   d i s c u s s   w h a t   t h e y ’ v e   l e a r n e d   a b o u t   d e ’ a n t h o n y   m e l t o n   a n d   t h e   o t h e r   a d d i t i o n s   t o   t h e   r o s t e r .    
d e ’ a n t h o n y   m e l t o n   i s   t h e   e p i t o m e   o f   t h e   7 6 e r s . 
 
 t h e   r e s e r v e   g u a r d   i s   r u g g e d ,   a t h l e t i c ,   a n d   e x c e l s   i n   t h e   r e g u l a r   s e a s o n ,   j u s t   l i k e   p h i l l y ’ s   n b a   f r a n c h i s e .   
 
 y e t   t h e   f i f t h - y e a r   v e t e r a n   i s   k n o w n   f o r   s t r u g g l i n g   i n   t h e   p o s t s e a s o n . 

1 7 7 6 r m 
 n o t   s o m e t h i n g   t h e y ' l l   e v e r   e x p e r i e n c e .   t h e r e   w a s   a   w o m e n ' s   m a r c h   w h i l e   t h e y   w e r e   s i t t i n g   o n   t h e i r   b u t t s   o n   t h e   n a t i o n a l   m a l l .   o n l y   a   f e w   7 6 e r s   e v e n   w e n t   t o   l o o k ,   a n d   m o s t   o f   t h e m   w e r e   m o r e   i n t e r e s t e d   i n   r i p p i n g   d o w n   s i g n s   f r o m   a   f e n c e   t h a n   l e a r n i n g   h o w   t o   p r o t e s t .  
  a l l e n   i v e r s o n ' s   h o f   r e s u m e : 
 -   1 1 x   a l l   s t a r 
 -   7 x   a l l - n b a 
 -   2 0 0 1   n b a   m v p 
 -   4 x   n b a   s c o r i n g   c h a m p 
 -   3 x   n b a   s t l   l e a d e r 
 -   1 9 9 7   r o y   & a m p ;   a l l - r o o k i e   1 s t   t e a m 
 -   2 x   a s g   m v p 
 -   m o s t   s t l   i n   1   p l a y o f f   g p   i n   n b a   h i s t o r y   ( 1 0 ) 
 -   3   r e t i r e d   b y   7 6 e r s 
 

d o c   r i v e r s   a d d r e s s e s   t h e   b a c k u p   c e n t e r   s p o t   f o r   t h e   p h i l a d e l p h i a   7 6 e r s   s o   f a r   i n   p r e s e a s o n .    
r a v e n s / f a l c o n s   g a m e   h e r e   o n   c h r i s t m a s   e v e   a n d   7 6 e r s / k n i c k s   g a m e   a t   m s g   a g a i n   o n   c h r i s t m a s   d a y   🤔
r e p o r t :   7 6 e r s   a d d   m c c l u n g   o n   e x h i b i t   1 0   d e a l 

    t h e y   a r e   a l r i g h t   b u t   i s   i t   n o t   w e i r d   t h a t   w e   d o n ’ t   h a v e   j e r s e y s   t h a t   s a y   s i x e r s   o r   7 6 e r s ?
      d o n ' t   m i n d   h i m ,   t h a t   p r o c e s s   i s   s t i l l   u n d e r w a y .   t a l k   a b o u t   b e i n g   a   7 6 e r s   f a n   🤣   c o m p l e t e   💩 .
  _ r l       a g r e e d   b u t   i t s   c o m m o n   i n   s p o r t s   t o   h a v e   r i v a l r y   i t s   n o t   t o x i c i t y .   ( i . e   7 6 e r s ,   n e t s   f a n s ,   c e l t i c s )
_ c o n e   n u g g e t s   i n   t h e   w e s t                                                             
 7 6 e r s   i n   t h e   e a s t
n i k e   h a s   b e e n   v e r y   d i s r e s p e c t f u l   t o   t h e   c i t y   o f   p h i l a d e l p h i a   a n d   t h e   7 6 e r s   s i n c e   t h e y   t o o k   o v e r   j e r s e y   d u t i e s  
  w o r s t :   r a p t o r s ,   7 6 e r s ,   k n i c k s ,   l a k e r s ,   w a r r i o r s 
 
 b e s t :   h a w k s ,   t h u n d e r ,   r o c k e t s ,   t - w o l v e s ,   b l a z e r s
1 9 7 0 - 9 5   l g   l o t   3 1 5 +   n b a   t m   i s s u e d   m e d i a   p h o t o s   b l a z e r s   p i s t o n s   7 6 e r s   n u g g e t s   e t c     e b a y  
g o o d b y e ,   m a c   m c c l u n g .   w e   w i s h   y o u   w e r e   d u n k i n g   i n   s a n t a   c r u z   t h i s   y e a r !  
s i x e r s   s i g n   w a r r i o r s   s u m m e r   l e a g u e   d u n k   a r t i s t   m a c   m c c l u n g ,   l i k e l y   f o r   t h e   d e l a w a r e   b l u e   c o a t s .  
_ u k f a n s   n b a u k f a n s 2 0 2 3 c h a l l e n g e 
 
 n b a   🏆   -   m a v s   ( d e l u s i o n a l ) 
 w c f   🏆   -   m a v s 
 e c f   🏆   -   7 6 e r s 
 w o r s t   r e c o r d   -   t h u n d e r 
 m v p   -   d o n c i c 
 r o t y   -   b a n c h e r o   
 d p o y   -   g i a n n i s   
 m i p   -   m a x e y 
 6 m o y   -   p o o l e 
 c o t y   -   f i n c h
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   g i v e s   a n   h o n e s t   a s s e s s m e n t   o f   m a t i s s e   t h y b u l l e ’ s   s h o o t i n g   p r o g r e s s i o n .    
1 7 7 6 r m   
 d a v i d   " p o o d l e "   r i d d e l l   i s   r e p o r t e d l y   b i g   m a d   ( n o t   s u r p r i s i n g ) .   b e f o r e   t h e   7 6 e r s   g o t   b o o t e d   f r o m   t h e   r a l l y ,   m a g s   a n d   l o r i   w e r e   s c h e d u l e d   t o   b e   o n   a m e r i c a n   d u f u s   t o n i g h t .   d u f u s   s a i d   i n   l o r i ' s   c h a t   t o d a y   t h a t   h e ' s   r e w r i t i n g   h i s   q u e s t i o n s .   w i l l   m a g s   a c t u a l l y   s h o w ,   i   w o n d e r ?  
‘ b l e s s i n g   t o   b e   a n   a m e r i c a n ’ :   7 6 e r s ’   j o e l   e m b i i d   p r a i s e s   u s   i n   a n n o u n c e m e n t   h e ’ s   o f f i c i a l l y   a   c i t i z e n     v i a  
  u g l y
  l i k e   t h a t   f a m i l y   o f   7 6 e r s   f a n s
  y o u ' r e   a l s o   l o o k i n g   t o   g i v e   u p   c a m   t h o m a s   f o r   b a m b a   w h o   r e a l l y   i s n ' t   a   n e e d l e   m o v e r .   i   k n o w   t h e   m a g i c   h a v e   t w o   g u a r d s   i n j u r e d   b u t   w h y   b e   t h i s   g e n e r o u s ?   i f   t h e y   n e e d   t o   g e t   r i d   o f   s e t h ,   i ' m   s u r e   t h e   7 6 e r s   h a v e   p i e c e s   ( j o e ,   s p r i n g e r ,   & a m p ; k o r k m a z )   y o u   c a n   m o v e   l a t e r   o n   f o r   b a m b a
      7 6 e r s   a i n ' t   g o i n g   a n y w h e r e   d e e p   b e y o n d   a p r i l
  u n r e l a t e d :  
s a y   i t   l o u d e r   f o r   w o k e   c e l e b r i t i e s   a n d   a t h l e t e s   t o   h e a r 

  7 6 e r s   i n   5   n o w .   d o n ' t   w o r r y ,   w a r r i o r s   3 - p e a t   r i g h t   a f t e r   t h a t
  _ d a h b o u r           y o u   j u s t   g o n e   a c t   l i k e   p h i l l y   w a s n ’ t   t h e   1   s e e d ?   a n d   k n i c k s   w e r e   h e a v i l y   f a v o r e d   o v e r   h a w k s   a n d   s o   w e r e   t h e   7 6 e r s .   s t o p   t r y n a   d o w n p l a y   w h a t   t h e y   d i d   t h a t   y e a r .
  p h i l a d e l p h i a   7 6 e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   b r o o k l y n   c h i l i '   n e t s   b r o o k l y n t o g e t h e r   s p i c y '       s p i c y '   n b a   m i x !   f u l l    
  w e l l   t h e y   d i d   f e l l   a   s p o t   i n   t h e   g e n e r a l   p o w e r   r a n k i n g   b c   n u g g e t s   a n d   l a k e r s   m o v e d   o v e r   t h e   h a w k s ,   h o w e v e r   i   h a v e   t h e m   o v e r   b o t h   b r o o k l y n   a n d   7 6 e r s   w h o   w e r e   i n i t i a l l y   o v e r   a t l a n t a   i n   m y   p o w e r   r a n k i n g   f r o m   l a s t   m o n t h   w h i c h   m e a n s   t h e y   a r e   a c t u a l l y   b e t t e r   t h a n   i   t h o u g h t   i n i t i a l l y
  w i s h i n g   y o u   a   f u n   a n d   h a p p y   b i r t h d a y   w e e k e n d ! 
 w e l c o m e   t o   t h e   7 6 e r s ,   🥂 🎈 🥳
s i x e r s   s e t   t o   s i g n   m a c   m c c l u n g   t o   a n   e x h i b i t   1 0   d e a l 
 
 w h o   h e   i s   a n d   w h a t   y o u   n e e d   t o   k n o w :   

r e p o r t :   s i x e r s   s i g n i n g   m a c   m c c l u n g   t o   e x h i b i t - 1 0   c o n t r a c t    
n b a   r e g u l a r   s e a s o n   i s   a p p r o a c h i n g   f o r   s o m e   r e a s o n   i   b e l i e v e   t h e   7 6 e r s   a r e   g o i n g   t o   b e   g r e a t 🤔 ‼ ️
s a d   b e c a u s e   i   d i d n ’ t   g o   t o   t h e   7 6 e r s   b l a c k   a n d   w h i t e   s c r i m m a g e   t o d a y   : (
1 0   d a y s   t i l   t h e   7 6 e r s   b e a t   t h e   c e l t i c s   a n d   t h e   w a r r i o r s   b e a t   t h e   l a k e r s   🤩   g a m b l i n g t w i i t t e r   n b a  
n b a   o p e n i n g   g a m e   p l a y s 
 
 1 0 / 1 8 
 7 6 e r s   + 3 . 5 
 
 1 0 / 1 9 
 w i z a r d s   - 2 
 k n i c k s   + 7 
 k n i c k s   m l   + 2 6 0 
 p e l i c a n s   + 4 
 p e l i c a n s   m l   + 1 5 5 
 c a v s   m l   + 1 3 8 
 h o r n e t s   - 3 
 
 o n   t o   n f l …
      l m a o   a i n ’ t   n o   o n e   t a l k i n g   a b o u t   t h a t   a n y m o r e   b u d .   l i v i n g   i n   2   w e e k   b e h i n d   i s   c r a z y .   l i v e   l i f e   r i g h t   n o w   a n d   l m k   h o w   y o u r   7 6 e r s   g o   😂
f o r m e r   e x e c   t h i n k s   t h e   s i x e r s   w i l l   w i n   t i t l e   a n d   e m i i d   f o r   n b a m v p  
  e a g l e s   7 6 e r s   p h i l l i e s   p s u
r e p o r t :   s i x e r s   s i g n i n g   m a c   m c c l u n g   t o   e x h i b i t - 1 0   c o n t r a c t  
d e ’ a n t h o n y   m e l t o n   i s   t h e   e p i t o m e   o f   t h e   7 6 e r s .  
b r e a k i n g :   7 6 e r s   r e p o r t e d l y   s i g n i n g   f o r m e r   b u l l s   a n d   l a k e r s   p l a y e r   -   s p o r t s   i l l u s t r a t e d    
j a m e s   h a r d e n   ➡ ️   p . j .   t u c k e r   ➡ ️   j a m e s   h a r d e n .   ( v i a   ) 
 
 i   m i s s   t h i s . 
 r o c k e t s   7 6 e r s  
d o c   r i v e r s   a n d   t h e   p h i l a d e l p h i a   7 6 e r s   a s s e s s   t h e   p l a y   o f   t h e   j o e l   e m b i i d   a n d   j a m e s   h a r d e n   d u o   o n   o f f e n s e .    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   b r o o k l y n   n e t s   f u l l    
  t h e   s i x e r s   a r e   b e t t e r   t h a n   y o u   t h i n k   |   w h y   t h e   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   c o u l d   s h o c k   e v e r y o n e   t h i s …    
  s h ! t   g o t   r e a l   i n   d c !     w h i s t l e   g i r l   a n d   h u n d r e d s   o f   p r o t e s t e r s   c o n v i n c e d   t h e   p o l i c e   t o   r e m o v e   7 6 e r s ,   i n c l u d i n g   s i m o n . 
 
 a s   s i m o n   w a s   b e i n g   e s c o r t e d ,   t h e   c r o w d   r o a r e d ,   “ t a k e   h i m   t o   a   l a n d f i l l . ” 
 
 1 7 7 6 r m   p a r a s i t e s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k e v i n h a r t i f i w a n t t o   i c a n s i t o n t h e 7 6 e r s b e n c h s p o r t s c e n t e r   k e v i n h a r t   7 6 e r s   n b a   e s p n   n b a e s p n   e s p n n b a   n b a o n e s p n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k e v i n h a r t i f i w a n t t o   i c a n s i t o n t h e 7 6 e r s b e n c h s p o r t s c e n t e r   k e v i n h a r t   7 6 e r s   n b a   e s p n   n b a e s p n   e s p n n b a   n b a o n e s p n      
w h a t ' s   b e s t   o n     ? 
 k e v i n   h a r t :   i f   i   w a n t   t o   i   c a n   s i t   o n   t h e   7 6 e r s   b e n c h !   :   s p o r t s c e n t e r 
 
 s p o r t s   k e v i n h a r t i f i w a n t t o   i c a n s i t o n t h e 7 6 e r s b e n c h s p o r t s c e n t e r   k e v i n h a r t  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k e v i n h a r t i f i w a n t t o   i c a n s i t o n t h e 7 6 e r s b e n c h s p o r t s c e n t e r   k e v i n h a r t   7 6 e r s   n b a   e s p n   n b a e s p n   e s p n n b a   n b a o n e s p n      
b e s t   o f   t h e   d a y   o n   
 k e v i n   h a r t :   i f   i   w a n t   t o   i   c a n   s i t   o n   t h e   7 6 e r s   b e n c h !   :   s p o r t s c e n t e r 
 
 s p o r t s   k e v i n h a r t i f i w a n t t o   i c a n s i t o n t h e 7 6 e r s b e n c h s p o r t s c e n t e r   k e v i n h a r t
w h a t ' s   b e s t   o n     ? 
 k e v i n   h a r t :   i f   i   w a n t   t o   i   c a n   s i t   o n   t h e   7 6 e r s   b e n c h !   :   s p o r t s c e n t e r 
 
 s p o r t s   k e v i n h a r t i f i w a n t t o   i c a n s i t o n t h e 7 6 e r s b e n c h s p o r t s c e n t e r   k e v i n h a r t
h e r e   a r e   t h r e e   p l a y e r s   w h o   s t o o d   o u t   f o r   t h e   p h i l a d e l p h i a   7 6 e r s   i n   t h e   t e a m ’ s   b l u e   x   w h i t e   s c r i m m a g e   i n   d e l a w a r e .    
7 6 e r s   b l u e   x   w h i t e   g a m e   p r e s e n t e d   b y     e n d s   i n   a   t i e ,   s o   h e a d   c o a c h   d o c   r i v e r s   c a l l s   f o r   a   s h o o t o u t   b e t w e e n   f u r k a n   a n d   i s a i a h   j o e !  
t h i s   i s   o n e   o f   t h e   f u n n i e s t   r e s p o n s e s   e v e r . 
 
 s t a r t s   o f f   w i t h   “ w e   h a d   n o   p r o b l e m   s c o r i n g   r u n s   o n   t h e   w o r s t   t e a m   i n   b a s e b a l l ”   a n d   e n d e d   h i s   r e s p o n s e   w i t h   “ 7   r u n s   i s   a l o t   t o   o v e r c o m e ” 
 
 m a y b e   m e t s   f a n s   c a n   s t a r t   t o   r e a l i z e   t h e i r   t e a m   i s   a   b u n c h   o f   i n s u f f e r a b l e   l o s e r s  
e m b i i d ,   h a r d e n   b e g i n   a s   7 6 e r s   t o p   c a v s   i n   m i t c h e l l ' s   d e b u t   s a n d i e g o p a d r e s   p a d r e s   g o p a d r e s  
|   p h i l a d e l p h i a   7 6 e r s   |   2 0 2 1   n b a   d r a f t   |   5 9 f i f t y   |   b l u e / r e d   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   2 0 2 1   d r a f t   5 9 f i f t y   b l u e r e d   h a t c r a w l e r   f i t t e d   n e w e r a 
 

|   p h i l a d e l p h i a   7 6 e r s   |   |   5 9 f i f t y   |   r o y a l   b l u e   |   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   5 9 f i f t y   r o y a l   b l u e   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

p h i l a d e l p h i a   7 6 e r s   s t a r   j o e l   e m b i i d   w o r k e d   o u t   w i t h   o k l a h o m a   c i t y   t h u n d e r   r o o k i e   c h e t   h o l m g r e n   o v e r   t h e   s u m m e r .    
      c p 3   w a s   h e a l t h y   i n   2 0 1 9 ,   a l s o   “ j u s t   j o i n e d   7 6 e r s ”   a n d   w t f   e x c u s e   i s   t h a t   h e   p l a y e d   l i k e   a b s o l u t e   a s s ,   m a x y   p l a y e d   b e t t e r   t h e n   h i m   i n   t h e   p l a y o f f f s ,   i f   j o r d o n   p o o l e   p l a y e d   b e t t e r   t h e n   s t e p h   i n   2 0 2 2   t h e   i n t e r n e t   w o u l d   g o   c r a z y
c h e c k   o u t   c h a r l e s   b a r k l e y   a u t o g r a p h e d   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   t e a m   s i g n e d   1 9 8 8     e b a y   v i a  
  1 . c a v s / 2 . w o l v e s / 3 . 7 6 e r s / 4 . j a z z / 5 . c e l t i c s / . k i n g s
    _ 7 6 e r s   i   w o u l d n ' t   w a n n a   s e e   t h a t
t h e   t h u n d e r   h a v e   b e e n   t a n k i n g   f o r   t w o   y e a r s   a n d   h e   h a d   t h e   a u d a c i t y   t o   c o m p a r e   i t   t o   t h e   p r o c e s s   7 6 e r s   w h o   h a d   5   s t r a i g h t   t o p   6   p i c k s   a n d   4   o f   t h e m   b e i n g   w i t h i n   t h e   t o p   3   ( t w o   1 s t   o v e r a l l ) .
_ f r   e s t 
 1 - b u c k s 
 2 - 7 6 e r s 
 3 - c e l t i c s 
 4 - h a w k s 
 5 - c a v s 
 6 - h e a t 
 7 - b u l l s 
 8 - r a p t o r s 
 9 - n e t s 
 1 0 - k n i c k s 
 1 1 - w i z a r d s 
 1 2 - h o r n e t s 
 1 3 - p i s t o n s 
 1 4 - p a c e r s 
 1 5 - m a g i c
c o w b o y s ,   p e n n   s t a t e ,   p h i l l i e s , 7 6 e r s     o h   y e a   t h e   n e x t   w e e k   o r   s o   i   m i g h t   b e   b l o c k   w o r t h y   s o   p l e a s e   b e   p r e p a r e d
    _ 7 6 e r s   y o u   k n o w   i   d o n ' t   w e a r   m a k e u p
h a t e   t o   s e e   i t :   c a v s '   j . b .   b i c k e r s t a f f   o n   t y r e s e   m a x e y ' s   g r o w t h  
  t h e   s i x e r s   a r e   b e t t e r   t h a n   y o u   t h i n k   |   w h y   t h e   p h i l a d e l p h i a   7 6 e r s   c o u l d   s h o c k   e v e r y o n e   t h i s   s e a s o n …    
i ’ m   b a c k     t o d a y   @   1 1 : 3 0   a m   t o   t a l k   p h i l l i e s   & a m p ;   e a g l e s   v s .   c a r d i n a l s ,   7 6 e r s ,   & a m p ;   m o r e .    
  e a g l e s   a n d   7 6 e r s   a r e   f i r s t   r o u n d   e x i t s   u n f o r t u n a t e l y
        y o u   t h i n k   t h e   7 6 e r s   w i l l   l e t   h i m   l e a v e   t o   g o   p l a y   f o r   h i s   n a t i o n a l   t e a m ?
f o r m e r   e x e c   t h i n k s   t h e   s i x e r s   w i l l   w i n   t i t l e   a n d   e m i i d   f o r   n b a m v p    
w i l l   e m b i i d   c h o o s e   t h e   r e d ,   w h i t e ,   a n d   b l u e ?   o r   t h e   b l u e ,   w h i t e ,   a n d   r e d ? 
 
 m y   l a t e s t   f o r     a f t e r     d r o p p e d   m a j o r   e m b i i d   n e w s   y e s t e r d a y 

_ s h o t _ 4 5   _ 7 6 e r s     c a n   y o u   g i v e   a   c h a n c e   t o o   t h e n ?   s e a s o n   h a s n ’ t   e v e n   s t a r t e d
  f i r s t   t a k e   |   k e v i n   h a r t   & a m p ;   s t e p h e n   a   c a n ' t   s t o p   l a u g h i n g :   h o   y o u   f a t   s i g n s   w i t h   7 6 e r s   & a m p ;   j a m e s   h a r d e n    
t h e   p h i l a d e l p h i a   7 6 e r s   a r e   n o t   h a p p y   w i t h   t h e i r   d e f e n s i v e   e f f o r t   i n   t h e i r   p r e s e a s o n   w i n   o v e r   t h e   c l e v e l a n d   c a v a l i e r s .    
  t h e   s t a t e   t h a t   i s   h o m e   t o   t h e   e a g l e s   p h i l l i e s   f l y e r s   7 6 e r s
s o u r c e s   t e l l i n g   m e   d ' a n g e l o   r u s s e l l   i s   r e t i r i n g   f r o m   b a s k e t b a l l   t o   j o i n   t h e   p h i l a d e l p h i a   7 6 e r s   c o a c h i n g   s t a f f .
t h e   s t a r t   o f   t h e   2 0 2 2 - 2 0 2 3   n b a ' s   " r e g . - s e a s o n   g a m e s "   e v e n t   ( a s   o f   n o w )   i n   2 0 2 2   ( o c t . 1 8   2 0 2 2   w / 2   g a m e s   o n   t n t   w / 7 6 e r s - c e l t i c s   i n   b o s t o n   & a m p ;   l a k e r s - w a r r i o r s   i n   s a n   f r a n c i s c o )   i s   1 0   d a y s   f r o m   t o d a y ! 1 0 d a y s t i l t h e n b a s e a s o n i n 2 0 2 2   n b a t i p o f f w e e k 2 0 2 2   n b a 2 0 2 3
      1 0 0 %   b e c a u s e   p e o p l e   j u s t   d o n ’ t   l i k e   d r a y 
 
 i f   r o l e s   w e r e   r e v e r s e d   & a m p ;   d r a y m o n d   w a s   t a l k i n g   s h i t   a n d   p o o l e   g o t   i n   h i s   f a c e ,   d r a y m o n d   p u s h e d   h i m   a n d   p o o l e   t h r e w   t h e   p u n c h …   a l l   t h e s e   p e o p l e   c a l l i n g   i t   a   s u c k e r   p u n c h   w o u l d   f l i p   t h e i r   t u n e   a n d   s a y   d r a y   w a s   a s k i n g   f o r   i t   f r o m   t h e   p u s h
c h a r l e s   b a r k l e y   1 9 8 6   f l e e r   r c   7   b a s k e t b a l l c a r d s   a d  
a s   y o u   c a n   t e l l ,   i ’ m   p r e t t y   h a n d y   w i t h   p h o t o s h o p .   c r a c k e d   m y s e l f   u p   m a k i n g   t h i s   t h o u g h .   
 
 f u c k   t h e   m e t s .
m e t s   f a n s   t o d a y   
 ( s o u n d   o n )  
_ a r t                         n i c e   j o b ,   i t s   a   w o n d e r f u l   m u r a l   o f   o u r   b e l o v e d   7 6 e r s   t e a m s   t h r o u g h o u t   t h e   f r a n c h i s e ' s   h i s t o r y .   h a p p y   b e l a t e d   b i r t h d a y   a l s o .   👍
i t ’ s   g r e a t   t o   b e   a   p h i l a d e l p h i a   s p o r t s   f a n ! !   e a g l e s   a r e   4 - 0 ,   p h i l l i e s   w o n   g a m e   1   i n   s o   f a r !   a l s o   p h i l a d e l p h i a   u n i o n   i s   1   i n   e a s t e r n   c o n f e r e n c e   o f   t h e   m l s .   7 6 e r s     m a d e   t h e   p l a y o f f s   l a s t   y e a r   b u t   f l y e r s   a r e   s t r u g g l i n g .
o c t o b e r   8 
 h a p p y   b i r t h d a y ! 
 
 
 
 e a g l e s   g o b i r d s   f l y e a g l e s f l y   7 6 e r s   s i x e r s   p h i l a u n i t e   p h i l l i e s   r i n g t h e b e l l   f l y e r s   b r i n g i t t o b r o a d   d o o p  
b e n   s i m m o n s   2 5   p h i l a d e l p h i a   7 6 e r s   s h i r t 
  
d o c   r i v e r s   a d d r e s s e s   t h e   b a c k u p   c e n t e r   s p o t   f o r   t h e   p h i l a d e l p h i a   7 6 e r s   s o   f a r   i n   p r e s e a s o n .    
b e n   s i m m o n s   g a m e   f a c e   p h i l a d e l p h i a   7 6 e r s   s i g n a t u r e   s h i r t 
  
b e n   s i m m o n s   2 5   p h i l a d e l p h i a   7 6 e r s   s h i r t 
  
t h e   p h i l a d e l p h i a   7 6 e r s   w a n t   t y r e s e   m a x e y   t o   c o n t i n u e   t o   g o   f o r   h i s   o f f e n s e   m o r e   r a t h e r   t h a n   h e s i t a t e   o n   t h a t   e n d .    
s t u n n i n g   g a m e   w i n n e r   b y   k a w h i   l e o n a r d   i n   t h e   2 0 1 9   p l a y   o f f s   a g a i n s t   7 6 e r s   
 
 s p o r t s   s p o r t s m e m e   s o l a n a   s o l   n f t   n f t c o m m u n i t y  
_ 7 6 e r s   t h e   c o w ?
  s i m m o n s   t o o k   4   s h o t s   a n d   s c o r e d   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a n   o p e n   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   t h i s   i s   n o t   n e w . 

n e w   l i s t i n g !   
 
 j o e l   e m b i i d   2 0 2 1 - 2 2   p a n i n i   p r i z m   c r a c k e d   i c e   s i l v e r   p r i z m s   1 7 6   7 6 e r s   m i n t   
 
 c h e c k   i t   o u t :   
 
 t r a d i n g c a r d s   f o r s a l e   e b a y  
n e w   l i s t i n g !   
 
 b e n   s i m m o n s   2 0 1 9 - 2 0   n b a   h o o p s   p r e m i u m   s t o c k   l i g h t s ,   c a m e r a ,   a c t i o n   7 6 e r s   m i n t   
 
 c h e c k   i t   o u t :   
 
 t r a d i n g c a r d s   f o r s a l e   e b a y  
h e y y y   e v e r y b o d y   p h i l a d e l p h i a   7 6 e r s
[ j a m e s   h a r d e n ]   c r a z y   c o m e b a c k     
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
f o r m e r   n b a   p l a y e r   h a r v e y   g r a n t ,   w h o   r e t i r e d   w i t h   p h i l a d e l p h i a   7 6 e r s   s p o t t e d   i n   a   b r e a s t   c a n c e r   s t r e e t   c a m p a i g n   i n   g h a n a .      
🏀 m i t c h e l l   r o b i n s o n | n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 🏀 
 👇 
 
 
 n b a 7 5 
 b l e e d g r e e n 
 n e t s w o r l d 
 n e w s y o r k f o r e v e r 
 7 6 e r s 
 w e t h e n o r t h 
 n b a 
 相 互 フ ォ ロ ー 
 フ ォ ロ ー バ ッ ク
_ f a c e _ g o a t   h a r d e n   f a n s   d o n ' t   g i v e   a f   a b o u t   c u r r y .   w e ' r e   l o o k i n g   f o r w a r d   t o   t h e   7 6 e r s   c o n t e n d i n g   f o r   a   t i t l e .   i t ' s   y o u   l o s e r   c u r r y   f a n s   t h a t   r u n   a r o u n d   h a t i n g   a l l   d a y .   t h a t ' s   w h y   e v e r y   o n c e   i n   a   w h i l e ,   w e   e x p o s e   h i m   f o r   b e i n g   o v e r r a t e d   💯
w h a t ' s   b e s t   o n     ? 
 k e v i n   h a r t   t a l k s   e a g l e s   a n d   7 6 e r s   f u l l   i n t e r v i e w   :   s p o r t s c e n t e r 
 
 s p o r t s   e s p n   v i r a l   s p o r t s   s p o r t s n e w s  
b e s t   o f   t h e   d a y   o n   
 k e v i n   h a r t   t a l k s   e a g l e s   a n d   7 6 e r s   f u l l   i n t e r v i e w   :   s p o r t s c e n t e r 
 
 s p o r t s   e s p n   v i r a l   s p o r t s   s p o r t s n e w s
w h a t ' s   b e s t   o n     ? 
 k e v i n   h a r t   t a l k s   e a g l e s   a n d   7 6 e r s   f u l l   i n t e r v i e w   :   s p o r t s c e n t e r 
 
 s p o r t s   e s p n   v i r a l   s p o r t s   s p o r t s n e w s
    h a r d e n   w a s   4 - 9 ,   1 1   p o i n t s   i n   h i s   m o s t   r e c e n t   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   t h e   o p p o r t u n i t y   t o   s c o r e   m o r e   b u t   c h o s e   t o   b e   a   p a s s e r   i n s t e a d  
  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   b o s t o n   c e l t i c s   ( l i v e   p l a y - b y - p l a y   & a m p ;   r e a c t i o n s )    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   b o s t o n   c e l t i c s   ( l i v e   p l a y - b y - p l a y   & a m p ;   r e a c t i o n s )    
  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

m o n t r e z l   h a r r e l l   i s   l e f t   f e e l i n g   b l o w n   a w a y   b y   p h i l a d e l p h i a   7 6 e r s   r i s i n g   s t a r   t y r e s e   m a x e y .    
  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

_ p a u l     t h e   p h i l s   a r e   g o i n g   t o   g e t   t h i s   " d e c a d e   o f   d o m i n a n c e "   i n   p h i l a d e l p h i a   s p o r t s .   i   a m   f e e l i n g   1 3   c h a m p i o n s h i p   t e a m s   b e t w e e n   t h e   p h i l l i e s ,   e a g l e s ,   & a m p ;     7 6 e r s   b e f o r e   2 0 3 2 !
  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

_   s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

_ n e w y o r k   s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

t h e   p h i l l i e s   m i g h t   a c t u a l l y   w i n   s e r i e s   b e c a u s e   t h e   7 6 e r s   w o n ’ t   d o   a n y t h i n g   t h i s   y e a r .
  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

_   s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

_ b u s i n e s s _   s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

    a   l o t   o f   t e a m s   a r e ,   t i m b e r w o l v e s ,   c a v s ,   w a r r i o r s ,   c l i p p e r s ,   n u g g e t s ,   l a k e r s ,   m e m p h i s ,   b u c k s ,   7 6 e r s ,   h e a t ,   n e t s ,   s u n s ,   c e l t i c s ,     h a l f   d a   d a m n   l e a g u e ,   t h e   o t h e r   h a l f   a s s 😂
  _ 7 6 e r s     b r o   i ’ v e   w a t c h   e v e r y   d r i b b l e   o f   t h a t   m a n s   c a r e e r ,   i t ’ s   t h e   s a m e   s h i t   o v e r   a n d   o v e r   a g a i n   p a s s i n g   o u t   o f   t h e   p a i n t   w i t h   a   s m a l l e r   d e f e n d e r   o n   y o u ,   o r   e v e n   p a s s i n g   o u t   o f   t h e   p a i n t   w h e n   n o b o d y ’ s   t h e r e ,   i ’ m   n o t   m a k i n g   t h i s   u p .   t h a t ’ s   w h a t   h e   d o e s . 🤷 🏾 ‍ ♂ ️
i   t h i n k   t h e   7 6 e r s   m i g h t   w i n   i t   a l l   t h i s   y e a r ,   9 0 %   c e r t a i n .
k y r i e   i r v i n g   p u t s   u p   2 7   p o i n t s   t o   g e t   t h e   c e l t i c s   t h e i r   f i r s t   w i n   o f   t h e   s e a s o n   o v e r   t h e   7 6 e r s ! ! !   💚 🤍 💚 🤍 💚
  f a c e .   w i t h   t h e   p i l l o w   b e t w e e n   m y   a r m   a n d   h e a d
    d u r i n g   t h e   7 6 e r s   s e r i e s   l a s t   s e a s o n   t h e y   w h e r e   u n b e a r a b l e
  n b a   2 k 2 3   p s 5   4 k   g a m e p l a y   |   p h i l a d e l p h i a   7 6 e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   b r o o k l y n   c h i l i '   n e t s   b r o o k l y n t o g e t h e r   s p i c y '       s p i c y '   n b a   m i x !    
@ _ _ m o 0 d y       h o w   m a n y   t o p   p i c k s   d i d   t h e   7 6 e r s   g e t   w h e n   t h e y   t a n k e d ?
t y r e s e   m a x e y   m i g h t   b e   t h e   a n s w e r   f o r   p h i l a d e l p h i a   7 6 e r s 
 
 
 
 n b a   s i x e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   n b a t w i t t e r   n b a p r e s e a s o n   n b a j a p a n g a m e s 2 0 2 2   n b a l e a g u e p a s s   n b a i n a b u d h a b i   n b a 2 k 2 3   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   m f f l   l a k e s h o w   l a k e r s
b e   c r a z y   i f   p h i l l i e s ,   e a g l e s ,   a n d   7 6 e r s   a l l   b r o u g h t   t h e m   s h i p s   b a c k   t o   t h e   c i t y !   🤔
n e w   t u m b l r   p o s t :   " n b a 2 k 2 3   p h i l a d e l p h i a   7 6 e r s   v s   c h i c a g o   b u l l s   m y l e a g u e   p s 4   g a m e s . . . "     i f t t t ,   y o u t u b e ,   t w i t c h
_   j o k i c   t h a t   n i g g a   m a n   a n d   h e   f i n a l l y   g o t   r e a l   n b a   p l a y e r s   o n   h i s   t e a m .   7 6 e r s   s h o u l d   g o   f a r   a s   l o n g   a s   d o c   r i v e r s   d o n ’ t   f u c k   i t   u p
_ 7 6 e r s   w h o   t f   i s   t i m m y
  2 2 7 ' s   y o u t u b e   c h i l i '   m i l w a u k e e   c h i l i '   b u c k s   f e a r t h e d e e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   p h i l a d e l p h i a   7 6 e r s   p l a y   n o w   o n l i n e   n b a   2 k 2 3    
  a l s o   h a l   g r e e r   o n   t h o s e   o r i g i n a l   7 6 e r s   t e a m .   i   w a s   a   b i g   p h i l a d e l p h i a   7 6 e r   f a n .
  f i r s t   i t   w a s   w a l l y   j o n e s   o f   t h e   p h i l a d e l p h i a   7 6 e r s .   t h e n   i t   w a s   w a l t   f r a z i e r   o f   t h e   n e w   y o r k   k n i c k s .   i ' m   6 4   y e a r s   o l d   s o   i   g o   b a c k   q u i t e   a   f e w   y e a r s
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   b o s t o n   c e l t i c s   ( l i v e   p l a y - b y - p l a y   & a m p ;   r e a c t i o n s )    
  n b a   2 k 2 3   p s 5   4 k   g a m e p l a y   |   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   b r o o k l y n   n e t s    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s .   g o l d e n   s t a t e   w a r r i o r s   p l a y   n o w   o n l i n e   n b a   2 k 2 3    
  m i l w a u k e e   b u c k s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   p l a y   n o w   o n l i n e   n b a   2 k 2 3    
  s i l l y   7 6 e r s   n a r r a t i v e s   y o u r   m o s t   t i r e d   o f   h e a r i n g   -   f o r m e r   s i x e r s   p g   e r i c   s n o w   r e a c t s    
p h i l a d e l p h i a   7 6 e r s   v e t e r a n   p j   t u c k e r   d i s c u s s e s   w h a t   i m p r e s s e s   h i m   a b o u t   t y r e s e   m a x e y   a n d   w h e r e   t h e   y o u n g   m a n   c a n   i m p r o v e .    
7 6 e r s ’   d o c   r i v e r s   m e r g e s   b l a c k   h i s t o r y   l e s s o n s   i n t o   t r a i n i n g   c a m p  
_ 7 6 e r s       h e ’ s   p l a y i n g   z o n e   d e f e n c e . . .   p l e a s e   s t o p   r e p l y i n g ,   y o u ’ r e   e m b a r r a s s i n g   y o u r s e l f
n u g g e t s   v s   7 6 e r s   f i n a l s
_     h e   h a d   h i s   b e s t   g a m e s   a g a i n s t   b u c k s   a n d   7 6 e r s   a n d   a l s o   h a s   b e s t   2 n d   j u m p   i n   l e a g u e   👍 🏾
m y   e a s t e r n   c o n f e r e n c e   s t a n d i n g s   p r e d i c t i o n s 
 1 .   c e l t i c s 
 2 .   7 6 e r s 
 3 .   b u c k s 
 4 .   n e t s 
 5 .   h e a t 
 6 .   c a v s 
 7 .   r a p t o r s   
 8 .   h a w k s 
 9 .   k n i c k s 
 1 0 .   w i z a r d s 
 1 1 .   b u l l s 
 1 2 .   m a g i c 
 1 3 .   h o r n e t s 
 1 4 .   p i s t o n s 
 1 5 .   p a c e r s
      h e   w a s   l i t e r a l l y   o p e n   t h e   e n t i r e   t i m e .   t h e   d u d e   j u s t   d i d n ’ t   r e s p e c t   t h e   s h o t
n e t s '   b e n   s i m m o n s   r e f l e c t s   o n   t i m e   w i t h   7 6 e r s :   ' i   f e e l   l i k e   i ' m   p a r t   o f   p h i l l y   s t i l l ' 
 j e r s e y   m l b   n f l   n b a   n h l   n c a a   b a s e b a l l   a m e r i c a n f o o t b a l l   b a s e b a l l j e r s e y   a m e r i c a n f o o t b a l l j e r s e y   b a s k e t b a l l   b a s k e t b a l l j e r s e y 

7 6 e r s   -   l a k e r s   o n   m y   2 0 1 1 - 1 2   r o s t e r   a r e   d o n e   . . 
 s o m e   p l a y e r s   f a c e s   t h r o u g h   t h e s e   t e a m s   h a v e   t o   b e   u p d a t e d   
 b u t   i ’ m   s t i l l   u p d a t i n g   t h e s e   r o s t e r s   d a i l y ! ! 
   _ o l i 7     _ 2 k r o s t e r s    
_ 7 6 e r s       t h a t ’ s   n o t   d r a w i n g   a   d o u b l e ?   w h a t   t e r m i n o l o g y   w o u l d   y o u   u s e   t o   d e a r   i   b e   t h e   p l a y e r   g u a r d i n g   t h e   3 ,   m o v i n g   o v e r   t o   b e n   i n   t h e   p o s t ,   r e s u l t i n g   i n   a n   o p e n   p l a y e r   o n   t h e   3   p o i n t   l i n e ?
n e t s '   b e n   s i m m o n s   r e f l e c t s   o n   t i m e   w i t h   7 6 e r s :   ' i   f e e l   l i k e   i ' m   p a r t   o f   p h i l l y   s t i l l ' 
 j e r s e y   m l b   n f l   n b a   n h l   n c a a   b a s e b a l l   a m e r i c a n f o o t b a l l   b a s e b a l l j e r s e y   a m e r i c a n f o o t b a l l j e r s e y   b a s k e t b a l l   b a s k e t b a l l j e r s e y 

p h i l a d e l p h i a   7 6 e r s   " c i t y   c l u s t e r "   s i d e   p a t c h   g r a y   b o t t o m   r o y a l   5 9 f i f t y   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   c i t y   c l u s t e r   s i d e   p a t c h   g r a y   b o t t o m 
 

n e t s '   b e n   s i m m o n s   r e f l e c t s   o n   t i m e   w i t h   7 6 e r s :   ' i   f e e l   l i k e   i ' m   p a r t   o f   p h i l l y   s t i l l ' 
 j e r s e y   m l b   n f l   n b a   n h l   n c a a   b a s e b a l l   a m e r i c a n f o o t b a l l   b a s e b a l l j e r s e y   a m e r i c a n f o o t b a l l j e r s e y   b a s k e t b a l l   b a s k e t b a l l j e r s e y 

t h e   p h i l a d e l p h i a   7 6 e r s   h a v e   w o n   t h e   2 0 2 8   n b a   c h a m p i o n s h i p .
n e t s '   b e n   s i m m o n s   r e f l e c t s   o n   t i m e   w i t h   7 6 e r s :   ' i   f e e l   l i k e   i ' m   p a r t   o f   p h i l l y   s t i l l ' 
 j e r s e y   m l b   n f l   n b a   n h l   n c a a   b a s e b a l l   a m e r i c a n f o o t b a l l   b a s e b a l l j e r s e y   a m e r i c a n f o o t b a l l j e r s e y   b a s k e t b a l l   b a s k e t b a l l j e r s e y 

_ 7 6 e r s   y o u   h a v e   t h e   m o s t   r a n d o m   g o o d n i g h t s
  p j   t u c k e r s   i s   a   v e r y   g o o d   v e t e r a n   n i c e   s t e a l   7 6 e r s
  y e a h ,   b u t   h o w   d i d   y o u   r e a l l y   f e e l ?
i   h a t e   t h e   p h i l a d e l p h i a   7 6 e r s .
  i t ’ s   s o   h e l p f u l   f o r   m y   m e n t a l   h e a l t h   t o   s e e   n e t s   f a n s   b e n d i n g   o v e r   b a c k w a r d s   t o   d e f i n e   s i m m o n s
      h a h a   t h a t   i s n ’ t   d r a w i n g   a   d o u b l e
g o o d n i g h t  
  t h e y   h a v e   a   l o t   o f   w a s t e d   s a l a r y   o n   t h a t   t e a m   ( s i m m o n s )
  y e a   h u h 😕
  u   j u s t   d i d 😕
✨   t o p   f r i e n d s   
 
 🥇   n a t h a n j 0 4 0 6 0 9 3 1 
 🥈   g r a c e _ 7 6 e r s 
 🥉   c e r t i f i e d d d b a r 3 
 🏅   m a r y k a y d e b 2 0 0 1 
 🏅   d o n n y s _ b u r n e r 
 🏅   h o t t a k e s w i t h c _ m 
 🏅   w e n t z h o f 
 
 ➡ ️    
  u   i n s u l t e d   m e 😕
    g r e w   u p   a   7 6 e r s   f a n   f r o m   t h e   d r   j   d a y s   a n d   t h r u   t h e   8 0 ’ s .   t h e n   i   w e n t   t o   s c h o o l   i n   t h e   p o r t l a n d   a r e a   w h e n   t h e   b l a z e r s   m a d e   t h e   f i n a l s   t w i c e .   g o t   c a u g h t   u p   i n   b l a z e r   m a n i a .
_   a l l   g r e e n   c o o l   t o o
m y   m a s c a r a   w a s   p e r f e c t   t o d a y  
_   a l l   w h i t e   c o o l   t o o
_   a l l   b l a c k   c o o l   t o o
t e a m s   w e   p l a y   t w i c e   b a c k   t o   b a c k : 
 r a p t o r s 
 h o r n e t s 
 w i z a r d s 
 b o s t o n 
 m i l w a u k e e 
 p h i l a d e l p h i a 
 a t l a n t a   ( a   g a m e   a f t e r   7 6 e r s   t w i c e ) 
 c l e v e l a n d   ( a f t e r   p l a y i n g   a t l a n t a )
    7 6 e r s   & g t ;   c e l t i c s
_ 7 6 e r s   s o   d o   i   🤯
  i   d o   t o u c h   g r a s s   a c t u a l l y
_ 7 6 e r s   i r o n i c
  t o u c h   g r a s s
_ 7 6 e r s   m a j o r i t y   w i n s   i   f e a r
p h i l a d e l p h i a   7 6 e r s   l e g e n d   j u l i u s   e r v i n g   d o e s   n o t   h a v e   l e b r o n   j a m e s   o n   h i s   a l l - t i m e   n b a   t e a m s .
  i   t h i n k   t h a t
_ 7 6 e r s   b r o   t h e r e ’ s   n o   w a y   u   t h i n k   t h a t ?
  n o   i t s   h o n e s t l y   g r o s s
_ 7 6 e r s   😭 😭 😭 😭 n a h h h h h   g   u   b u g g i n
_ 7 6 e r s   o r a n g e   j u i c e   i s   i t
_ 7 6 e r s   i f   i t ’ s   c o l d   w a t e r   t h e n   i   a g r e e .   t a s t e s   n o   d i f f e r e n t   t h a n   a   c o o k i e   w / m i l k
  _ 7 6 e r s   w h a t   i f   y o u ' r e   h o m e s c h o o l e d ?
  i   s a i d   s o
  l   t h e n
_ 7 6 e r s   w h a t   i f   y o u ' r e   n o t   i n   s c h o o l
_ 7 6 e r s   d e p e n d s   o n   t h e   d a y   f r f r
  o u t   o f   c o n t e x t   7 6 e r s
  h e l l o !
  i   c a n ' t   c u z   i   c a n ' t   d o w n l o a d   i t   o n   t h e   k i n d l e   a n d   i   d o n t   h a v e   m y   p h o n e   r n
_ 7 6 e r s   i ' d   r e c o m m e n d   d o i n g   n g l   l i n k .   m u c h   m o r e   f u n
_ 7 6 e r s   i   a s k e d   a   q u e s t i o n   n o w   d o   u r   h y p o t h e s i s
_ 7 6 e r s   m i g h t   b e   c o h e n   p a s s i n g   o n   p a y i n g   d e g r o m   a f t e r   t o m o r r o w .
_ 7 6 e r s   n o t   c l i c k i n g   o n   t h a t   s c a m
v a n   s o m e o n e   t r y   t h i s   o l d   i   w a n n a   s e e   h o w   i t   w o r k s  
_   h a h a   t h a t ’ s   b e r n i e   p a s s i n g   o n   p a y i n g   $ 1 0 0 0 +   f o r   t h o s e   s h o e s .
  _ 7 6 e r s   h e ’ s   n o t   t y r e s e   m a x e y   s k i n   t h o   h e   l i g h t s k i n
_ 7 6 e r s   s i x e r s   m a s c o t   😭
  _ 7 6 e r s   s h e   g o t   l o n g   h a i r   p u t   i t   h o w   j a l e n   g r e e n   h a s   i t   w e a r   h i s   j e r s e y   s o m e   r o c k e t s   s h o r t s   a n d   s o m e   j o r d a n s
  w e l l   n o   i ' m   n o t   b e i n g   t h e   d e v i l
_ 7 6 e r s   d o   a n   n g l   l i n k .   t h e y   a r e   f u n
  _ 7 6 e r s   w e   b a c k   t o ,   h o w   t f   s h e   g o n n a   d o   t h a t
_ 7 6 e r s     o k   t h e n   d r e s s   u p   a s   j a l e n   g r e e n
  u   s p e l l e d   i t   w r o n g
    i   s a i d   s o
_ 7 6 e r s   i   j u s t   g e t   a l l   h o t   a n d   s w e a t y   a n d   i t ' s   n o t   f u n   t h i n k i n g   o f   a   c o s t u m e   a n d   a c t u a l l y   m a k i n g   i t   h a p p e n
  _ 7 6 e r s   o r   h e a r   m e   o u t   s h e   c a n   d r e s s   u p   a s   j o s h   a l l e n
  s a t o n ?
_ 7 6 e r s   i ' m   n o t   g o i n g   b e c a u s e   i t ' s   n o t   t o o   f u n   a n y m o r e   b u t   i   s a y   g o   a s   a   7 6 e r .
  _ 7 6 e r s   s h e   g o n n a   b e   t y r e s e   m a x e y   b u t   t h e   f a c e s c a n   b r o k e n
    w h y   n o t
  _ 7 6 e r s   i ’ m   j u s t   s a y i n g   u   c a n ’ t   b e   w h i t e   a n d   b e   t y r e s e   m a x e y
  u   s t o l e   s o m e o n e ' s   i d e a
  i   t o l d   u   s o
  _ 7 6 e r s   n a h   t h i s   w i l d ,   y o u   t r y n a   m a k e   h e r   b l a c k f a c e
_ 7 6 e r s   n o   k i d d i n g   t h a t ' s   a   🔥   c o m b i n a t i o n
    j u s t   d o   i t ?
  _ 7 6 e r s   h o w   s h e   g o n   t u r n   b l a c k   s p r a y   p a i n t ?
_ c o n e   p h i l l y   7 6 e r s   a n d   d e n v e r   n u g g e t s
  _ 7 6 e r s   j e r s e y ,   t w i z z l e r s   f o r   t h e   h a i r ,   s h i t   b r o   i d k
_ 7 6 e r s   h o l d   o n   a   s e c o n d
_ 7 6 e r s   l a r e n t s
o m g   a l e c  
  _ 7 6 e r s   h o w   t f   s h e   g o n   d o   t h a t ?
_   p h i l l i e s   h a v e   s o m e   r o o m   t o   w e l c o m e   n e w   f a n s   i f   y o u ’ r e   i n t e r e s t e d
  n o   m y   p a r e n t s   w o u l d n ' t   l e t   m e 💔
_ 7 6 e r s   i t ’ s   2 0 2 2   u r   s t i l l   d r e s s i n g   u p   f o r   h a l l o w e e n ?
_ 7 6 e r s   a   d r u g   d e a l e r
_ 7 6 e r s   a   f u n   o n e   a t   t h a t
g u y s   w h a t   s h o u l d   i   b e   f o r   h a l l o w e e n
h o t   t a k e :   e a t i n g   a   c h o c o l a t e   c h i p   c o o k i e   a n d   t h e n   d r i n k i n g   w a t e r   i s   r l y   r l y   g o o d
d o   u   l i k e   s c h o o l
  i t   i s   t h e   s t a r t   o f   a n   a d v e n t u r e
_ 7 6 e r s   i t   i s   t h a t   s t a r t   o f   t h e   w e e k e n d
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s .   c l e v e l a n d   c a v i l e r s   p r e - s e a s o n   t a k e a w a y s    
  w h a t   t o   m a k e   o f   t h e   g o o d   v i b e s   i n   p h i l a d e l p h i a ?   f o r m e r   7 6 e r s   p g   e r i c   s n o w   r e a c t s    
  r e p l a y :   a u g u s t   1 2 :   t o r o n t o   r a p t o r s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   ( h i g h l i g h t   p l a y s )    
  t y r e s e   m a x e y   & a m p ;   j a m e s   h a r d e n   b e t s   |   2 0 2 2 - 2 3   n b a   s e a s o n   p r e d i c t i o n s   & a m p ;   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u t u r e …    
  b u c k s 
 h e a t 
 c e l t i c s   
 h a w k s   
 r a p t o r s 
 7 6 e r s 
 n e t s 
 c a v s 
 
 k n i c k s   w o n ' t   m a k e   i t
  l o v e   f r i d a y
i   a m   f u l l y   a d d i c t e d   t o   t w e e t i n g   a b o u t   t h e   s o p r a n o s   a n d   t h e   7 6 e r s   a s   i   w a t c h   t h e m   l i k e   i t s   a   p u b l i c   s e r v i c e
j a d e n   s p r i n g e r   h a s   b e e n   i d e n t i f i e d   a s   s o m e b o d y   t h e   p h i l a d e l p h i a   7 6 e r s   s h o u l d   m a y b e   l o o k   i n t o   m o v i n g .    
_ 7 6 e r s   t h e y   j u s t   b r o u g h t   h i m   i n   f o r   t h e   h i l a r i o u s   p i c t u r e s
_ 7 6 e r s   b u t   f r i d a y
l m f a o o o o  
l o l   f u c k   t h e   m e t s
  r a t i o
  i ' m   j u s t   b e i n g   c o n f u s i n g   t o   b e   c o n f u s i n g
_ 7 6 e r s   t h e   b e s t   d a y   o f   t h e   w e e k
_ 7 6 e r s   i ' m   m a d   c o n f u s e d
t i m m y   i s   f * c k i n g   h i l a r i o u s   i   j u s t   w a n t   u   a l l   t o   k n o w   t h a t
  p r o b a b l y
  h i   w a r r y y y y
_ 7 6 e r s   b e c a u s e   i   d o n ' t   k n o w
_ 7 6 e r s   w a s   h e   f l e x i n g   i t ?   " y e a h ,   m y   g r e a t   g r a n d p a   w a s   a   f r i e n d   o f   h i t l e r ,   n o   b i g   d e a l "
w h o   g a v e   t h e m   m y   f a c e   r e v e a l ? ! ? ! !  
  y   n o t
_ 7 6 e r s   n o ,   i   d o n ' t   k n o w
  u   d o   k n o w   a c t u a l l y
  n o   w h a t
h e   a l s o   g o t   m o r e   c u z   h e   s a i d   h i s   p a r e n t s   a r e   l e a d e r s   o f   t h e   m o f i a
t h e   p h i l a d e l p h i a   7 6 e r s   a r e   t r a d i n g   t a r i k   b l a c k   t o   t h e   n e w   y o r k   k n i c k s   i n   e x c h a n g e   f o r   r u d y   g a y   s o u r c e s   t e l l   m e   a n d   .
t h i s   k i d   i n   m y   g r a d e   g o t   d e m e r i t s   b c   h e   t o l d   p e o p l e   h i s   g r e a t   g r a n d f a t h e r   w a s   f r i e n d s   w i t h   h i t l e r 😭 😭 😭 😭 😭 😭 😭 😭 😭
i t s   a   l o v e   h a t e   r e l a t i o n s h i p   y k ?
  u   s e e m   l i k e   a   c h e e z i t s   k i n d a   p e r s o n   i c l
    _ d e   e l t o n   b r a n d   m a d e   s o m e   o f   t h e   w o r s t   d r a f t ,   t r a d e ,   a n d   c o n t r a c t   n e g o t i a t i o n s   i n   7 6 e r s   h i s t o r y .   t h a t s   w h y   t h e y   a d d e d   d a r y l   m o r e y   ( t h a n k   g o d )
_ 7 6 e r s   b l o c k e d
_ 7 6 e r s   b o d y   c o u n t ?
_ 7 6 e r s   i   a g r e e
_ 7 6 e r s   h o w   m a n y   s i b l i n g s   d o   y o u   h a v e ?
  _ 7 6 e r s   h o l d   u p   g r a c e ,   i   g o t   t h i s   o n e .   p u r e   g a s
_ 7 6 e r s   t h e   j e r s e y   f l o c k   t h i n g
  w h a t   t h i n g y
_ 7 6 e r s   c a n   y o u   r e t w e e t   m y   t h i n g y   p l e a s e
_ 7 6 e r s   h e   c o u l d   a l w a y s   b u i l d   a   f o r t
f r i d a y y y y y y y   a h a a a a a a a a a
a s k   m e   q u e s t i o n s   i l l   a n s w e r   a n y t h i n g
  h e   d o e s n ' t   h a v e   a   p h o n e
_ 7 6 e r s   d o e s   h e   k n o w   7 6 e r s   h i g h l i g h t s   a r e   o n   y o u t u b e ?
  w e   d o n t   w a t c h   b o r i n g   t h i n g s
_ 7 6 e r s   p u t t i n g   h i s   f r i e n d   i n   t h e   s h o w e r .   w h a t   c o u l d   h e   a c c o m p l i s h ?   d o e s   h e   k n o w   t h e y   c a n   p e a c e f u l l y   w a t c h   p o s t   s e a s o n   b a s e b a l l ?
  a t t e m p t   w h a t
  m y   m o m   i s   m a d
_ 7 6 e r s   w h y   w o u l d   o n e   e v e n   a t t e m p t   t h a t ?
_ 7 6 e r s   b r u h   w t f     😭
_ 7 6 e r s   t h e r e   w e   g o   t h a t ' s   u s i n g   t h e   o l d   t h i n k   t a n k   f o r   g o o d !
m y   b r o t h e r   t o l d   t h e   f r i e n d   t o   g e t   i n   m y   p a r e n t s   s h o w e r   n o w   m y   m o m   i s   p i s s e d  
  i m   p r e t e n d i n g   t o   b e   a s l e e p
_ 7 6 e r s   i   f i n d   t h e   e a s i e s t   w a y   t o   d i s a r m   1 1   y e a r   o l d   s i b l i n g s   i s   b u i l d   t h e m   a   f o r t .   t r y   t h a t
  t h a n k s
l i k e   s e r i o u s l y .   w h e n   a r e   t h e y   g o i n g   t o   s t a r t   s a y i n g   h o w   i n s a n e l y   d e e p   7 6 e r s   a r e     w e   n e e d   a   t o p i c   o n   t h i s   t e a m  
_ 7 6 e r s   b u t   g o o d   l u c k   w i t h   y o u r   l i t t l e   b r o t h e r   +   f r i e n d
m y   s p o r t s   o b s e s s i o n :   h a p p y   b i r t h d a y   -   n i k   s t a u s k a s   
 b a s k e t b a l l c a r d s   c o l l e c t   n e t s   7 6 e r s   k i n g s   

  d i r t y   b l o n d e   i g   i t s   c a l l e d
_ 7 6 e r s   w h a t   h a i r   c o l o r   d o   y o u   c o n t a i n ?
_ 7 6 e r s   y o u   t h i n k   s h e ' s   b l o n d e   i   a m   u b e r   b l o n d .   a s   i n   b l o n d e r   t h a n   b l o n d .   w h a t e v e r   y o u   c o n s i d e r   b l o n d   t h i s   i s   b l o n d e r
  m y   b r o t h e r   i s   b l o n d e   t o o 💀
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w k 3 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
6 0 %   3 f g %   l e t ' s   g o ! ! ! ! ! ! ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   p h i l a d e l p h i a 7 6 e r s   t a l e n h o r t o n t u c k e r  
7 6 e r s   h a v e   s i g n e d   p a t r i c k   m c c a w   p a t r i c k m c c a w   p h i l a d e l p h i a 7 6 e r s  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   p h i l a d e l p h i a 7 6 e r s   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 7 6 e r s v s c a v a l i e r s   a t l a n t i c d i v i s i o n   c a v a l i e r s v s 7 6 e r s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   p h i l a d e l p h i a 7 6 e r s  
c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   p h i l a d e l p h i a 7 6 e r s   t a l e n h o r t o n t u c k e r  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   t o   9 7 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w k 3 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
u s   w h e n   m a x e y   p l a y s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
[ t a i l g a t e   t h r e a d ]   p h i l a d e l p h i a   7 6 e r s   ( 2 - 0 )   @   c l e v e l a n d   c a v a l i e r s   ( 0 - 1 )   -   0 7 : 0 0   p m   e d t 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
t h e   p h i l l i e s   a r e   h e a d e d   t o   n l d s ! ! !   t i m e   t o   c e l e b r a t e   🍾 🍾 🍾   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b c s p o r t s p h i l a d e l p h i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   p h i l l y  
j a m e s   h a r d e n   o n   j o e l   e m b i i d :   “ h e ’ s   o n e   o f   o n e ”   j a m e s h a r d e n   j o e l e m b i i d   p h i l a d e l p h i a 7 6 e r s  
w h a t   a   g r e a t   t i m e   t o   b e   a   p h i l l y   s p o r t s   f a n !   e a g l e s   p h i l l i e s   s i x e r s   a n d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r a v e s   c a r d i n a l s   e a g l e s c a r d i n a l s   e a s t e r n c o n f e r e n c e   k y l e r m u r r a y   n b c s p o r t s p h i l a d e l p h i a   n i c k s i r i a n n i   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   p l a y o f f s  
p h i l a d e l p h i a   7 6 e r s :   j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
a r e   y o u   w o r r i e d   a b o u t   t h e   r e s t   o f   t h e   n f c   e a s t ?   |   e a g l e s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a r r e t t b r o o k s   d a l l a s w e e k   e a g l e s p o s t g a m e l i v e   e a s t e r n c o n f e r e n c e   g i a n t s   m i c h a e l b a r k a n n   n b c s p o r t s p h i l a d e l p h i a   n f c e a s t   p h i l a d e l p h i a 7 6 e r s   r e u b e n f r a n k   r o n j a w o r s k i  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
o n e   m a n   t r i b e   i n   p h i l a d e l p h i a     w w e   e x t r e m e r u l e s   w e l l s f a r g o c e n t e r   w u w   j o h n y r o d z   w w e   e x t r e m e r u l e s 2 0 2 2   w w e e x t r e m e r u l e s 2 0 2 2   g e r o n i m o   g l e a s o n s g y m   p h i l a d e l p h i a 7 6 e r s   p e n n s y l v a n i a               _        
j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
f u r k   & a m p ;   j o e   h a d   a   s u d d e n   d e a t h   s h o o t o u t   t o   d e c i d e   t h e   w i n n e r   o f   t h e   s c r i m m a g e   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
[ c r o s s i n g   b r o a d ]   f i r s t   l o o k   a t   t h e   s i x e r s   c i t y   e d i t i o n   j e r s e y s   a t   d i c k ’ s   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
" t y r e s e   m a x e y   i s   a   b u d d i n g   n b a   s t a r ! "   |   r b   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   7 6 e r s v s c a v s   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   n b a p r e s e a s o n   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s n e w s   p h i l a d e l p h i a s i x e r s   p h i l l y t a k e w i t h r b   s i x e r s  
f u r k   & a m p ;   j o e   h a d   a   s u d d e n   d e a t h   s h o o t o u t   t o   d e c i d e   t h e   w i n n e r   o f   t h e   s c r i m m a g e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
g r o u p   p h o t o .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
a   w i l d   w i n !   t h e   p h i l l i e s   s i x - r u n   9 t h   i n n i n g   h e l p   s t e a l   g a m e   o n e   i n   s t .   l o u i s   |   p h i l l i e s   p o s t g a m e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b c s p o r t s p h i l a d e l p h i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   p h i l l y  
|   p h i l a d e l p h i a   7 6 e r s   |   2 0 2 1   n b a   d r a f t   |   5 9 f i f t y   |   b l u e / r e d   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   2 0 2 1   d r a f t   5 9 f i f t y   b l u e r e d   h a t c r a w l e r   f i t t e d   n e w e r a 
 

|   p h i l a d e l p h i a   7 6 e r s   |   |   5 9 f i f t y   |   r o y a l   b l u e   |   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   5 9 f i f t y   r o y a l   b l u e   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

u s a b a s k e t b a l l 🇺 🇸   i s   i n t e r e s t e d   i n   r e c r u i t i n g   j o e l e m b i i d   a n d   h o p e s   t o   b e a t   o u t   f r a n c e 🇫 🇷   f o r   h i s   i n t e r n a t i o n a l   s e r v i c e s .   
 t h e   p h i l a d e l p h i a 7 6 e r s   s t a r   i s   e l i g i b l e   t o   p l a y   f o r   t h e   u n i t e d s t a t e s 🇺 🇸   a f t e r   r e c e n t l y   o b t a i n i n g   a m e r i c a n 🇺 🇸   c i t i z e n s h i p .   m a k i n g h i s t o r y   p h i l a u n i t e  
[ j a m e s   h a r d e n ]   c r a z y   c o m e b a c k     
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   " c i t y   c l u s t e r "   s i d e   p a t c h   g r a y   b o t t o m   r o y a l   5 9 f i f t y   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   c i t y   c l u s t e r   s i d e   p a t c h   g r a y   b o t t o m 
 

n b a   o l y m p i c s   p h i l a d e l p h i a 7 6 e r s   j o e l e m b i i d   u s a   b a s k e t b a l l ,   f r a n c e   p r e p a r e   t o   b a t t l e   o v e r   j o e l   e m b i i d  
h i m   a n d   m o n t r e z l   a r e   g o n n a   b r i n g   t h a t   b u l l d o g   m e n t a l i t y   w e ’ v e   l a c k e d   f o r   y e a r s .   c a n t   w a i t   p h i l a u n i t e   7 6 e r s   p h i l a d e l p h i a 7 6 e r s  
s c o r e b o a r d   r u n n i n g   s m o o t h   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
t o b i a s   h a r r i s   t a l k s   n e w   b e g i n n i n g s   a n d   b r i n g i n g   a   c h a m p i o n s h i p   t o   p h i l a d e l p h i a 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
w i l l   t y r e s e   m a x e y   e m e r g e   a s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b r i a n w i n d h o r s t   e a s t e r n c o n f e r e n c e   e s p n   e s p n 7 6 e r s   e s p n n b a   e s p n n b a t o d a y   h i g h l i g h t s   n b a 2 0 2 2   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   n b a t o d a y   p j t u c k e r   p h i l a d e l p h i a 7 6 e r s   p j t u c k e r  
i s   j a m e s   h a r d e n   b a c k   t o   ' m v p '   f o r m   -   s i x e r s   v s   c a v s   p o s t g a m e   t h o u g h t s   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
i s   j a m e s   h a r d e n   b a c k   t o   ' m v p '   f o r m   -   s i x e r s   v s   c a v s   p o s t g a m e   t h o u g h t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
n e w e s t   a d d i t i o n   t o   t h e   m a n   c a v e     .   t a l k i n g   a b o u t   t h e   n e x t   j a   m o r a n t   7 6 e r s   p h i l a u n i t e   p h i l a d e l p h i a 7 6 e r s  
s h a r i f e   c o o p e r   ( c a v s   d e b u t )   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c a v s p r e s e a s o n   c l e v e l a n d c a v s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   n b a   n b a 2 k 2 3   p h i l a d e l p h i a 7 6 e r s   s h a r i f e c o o p e r   s h a r i f e c o o p e r a o t   s h a r i f e c o o p e r a u b u r n  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   e a c h   t e a m .   t h i s   i s   t h e   7 6 e r s   e d i t i o n ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
a n o t h e r   g o o d   w a t c h   a l l e n i v e r s o n   t h e a n s w e r   n o   d o u b t i n g   h i s   a m a z i n g   t a l e n t ,   d o m i n a t e d   g a m e s   a t   u n d e r   6 ’   b u t   w h a t   a   c o n t r o v e r s i a l   c h a r a c t e r ,   a   g e n i u s   b u t   a n   a t t i t u d e   t h a t   m u s t   h a v e   b e e n   v e r y   d i f f i c u l t   t o   m a n a g e   
 
 n b a h a l l o f f a m e   a l l e n i v e r s o n t h e a n s w e r   p h i l a d e l p h i a 7 6 e r s   n b a  
t h e   s i x e r s   & a m p ; 3 9 ; b i g   e n e r g y & a m p ; 3 9 ;   c h a i n   i s   b a c k   💪   s h o r t s 
   
 
   
 2 0 2 2 2 3 n b a s e a s o n   7 6 e r s   a t l a n t i c d i v i s i o n   d e a n t h o n y m e l t o n   e a s t e r n c o n f e r e n c e   n b a   n b c s p o r t s p h i l a d e l p h i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   p h i l l y   t y r e s e m a x e y  
c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   p h i l a d e l p h i a 7 6 e r s   t a l e n h o r t o n t u c k e r  
' i t ' s   a   b l e s s i n g   t o   b e   a n   a m e r i c a n ' :   n b a   s u p e r s t a r   j o e l   e m b i i d   b e c o m e s   u s   c i t i z e n     g o o d n e w s   p h i l a d e l p h i a 7 6 e r s   j o e l e m b i i d
[ r o s e n ]   p o s t g a m e   i n   a n   e m p t y   g y m ,     h a s   b e e n   o u t   h e r e   s h o o t i n g   f o r   a   v e r y   l o n g   t i m e . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
k e v i n   h a r t   t a l k s   e a g l e s   a n d   7 6 e r s   f u l l   i n t e r v i e w   |   s p o r t s c e n t e r 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   e s p n   p h i l a d e l p h i a 7 6 e r s   s p o r t s   s p o r t s n e w s   v i r a l  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b l a z e r s v s j a z z   e a s t e r n c o n f e r e n c e   j a z z v s b l a z e r s   n b a h i g h l i g h t s   n b a p l a y o f f s   p h i l a d e l p h i a 7 6 e r s  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
t y r e s e   m a x e y   d r o p s   2 1   p o i n t s   i n   1 5   m i n u t e s   | |   f u l l   h i g h l i g h t s   v s   t h e   c a v a l i e r s   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   t o   1 1 2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
e n d e   b a s k e t b a l l   h e r r e n   
 n b a s a i s o n v o r b e r e i t u n g   
 1 2 2 : 9 7   i n d i a n a p a c e r s   v s   c h a r l o t t e h o r n e t s   
 1 1 2 : 1 1 3   c l e v e l a n d c a v a l i e r s   v s   p h i l a d e l p h i a 7 6 e r s   
 1 2 5 : 1 1 9   n v   t o r o n t o r a p t o r s   v s   b o s t o n c e l t i c s   
 9 8 : 9 6   d a l l a s m a v e r i c k s   v s   o k l a h o m a c i t y t h u n d e r
s c o r e b o a r d   r u n n i n g   s m o o t h 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
[ h a r r i s o n   g r i m m ]   “ t h e   b e l i e f   w a s   t h a t   h a r r e l l ,   t h e   n b a ’ s   2 0 2 0   s i x t h   m a n   o f   t h e   y e a   . . .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
l i k e   h a r d e n     o n   " l a t e   n i g h t   t h o u g h t s "     m i x t a p e   s w i n d l a a a   j a m e s h a r d e n   p h i l a d e l p h i a 7 6 e r s   b a s k e t b a l l  
f i r s t   s i x e r s   g a m e   w i t h   d a d d y   ♥ ️ 💙 🖤 🤍 🏀 🏀 🏀   p h i l a d e l p h i a 7 6 e r s   i v e r s o n  
l o n g   l i v e   t h e   k i n g 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
[ h o o p s ]   l o o k   a t   b e n   s i m m o n s   f a c e   a f t e r   h i s   b r i c k   h i t s   k y r i e   i n   t h e   f a c e   😭   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
d o c   r i v e r s   w a n t s   j a m e s   h a r d e n   t o   b e   ‘ a   s c o r i n g   m a g i c   j o h n s o n ’   d o c r i v e r s   j a m e s h a r d e n   p h i l a d e l p h i a 7 6 e r s  
t h e   s i x e r s ’   p a u l   r e e d   i s   s e r v i n g   a s   j o e l   e m b i i d ’ s   b a c k u p   —   a n d   e v e n   h e ’ s   a   b i t   s u r p r i s e d 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
b e n   s i m m o n s   h i g h l i g h t s   v s   p h i l a d e l p h i a   7 6 e r s !   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s v s 7 6 e r s   b r o o k l y n n e t s v s p h i l a d e l p h i a 7 6 e r s   e a s t e r n c o n f e r e n c e   n b a p r e s e a s o n   n e t s   n e t s v s 7 6 e r s   n e t s v s p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s  
[ h a r r i s o n   g r i m m ]   “ t h e   b e l i e f   w a s   t h a t   h a r r e l l ,   t h e   n b a ’ s   2 0 2 0   s i x t h   m a n   o f   t h e   y e a r ,   w o u l d   b e   p e n c i l e d   i n   a s   j o e l   e m b i i d ’ s   b a c k u p .   i n s t e a d ,   r e e d   w a s   n o .   2   a t   l a s t   w e e k ’ s   t r a i n i n g   c a m p   a t   t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
t h e   p r o c e s s   & a m p ;   t h e   f r a n c h i s e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
c a l l   i t   a n   o v e r r e a c t i o n   a f t e r   o n e   h a l f   o f   a   p r e s e a s o n   m a t c h   b u t   t y r e s e   m a x e y   f o r   w h o ? 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   w i t h   a   f i n a l   s c o r e   o f   1 2 7   t o   1 0 8   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
t o n i g h t   m o n t r e z l   h a r r e l   s c o r e d   1 0   p o i n t s ,   h a d   5   r e b o u n d s ,   a n d   3   a s t   o n   3 - 5 ,   a n d   f o u l e d   o u t ,   a l l   i n   j u s t   1 2   m i n u t e s .   a b s o l u t e l y   a m a z i n g 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
b e n   s i m m o n s   b r o o k l y n   n e t s   d e b u t   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b y u   c b a   c h i n a   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   f r e d e t t e   j i m m e r   j i m o d a s h e n   n b a   p h i l a d e l p h i a 7 6 e r s   r u d y g o b e r t   s h a n g h a i s h a r k s   t h e l o n e l y m a s t e r   u t a h j a z z  
h e ’ s   b a c k   w i t h   a   v e n g e a n c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
7 6 e r s   a t   n e t s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   3 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 0 9   p h i l a d e l p h i a 7 6 e r s  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   w i t h   a   f i n a l   s c o r e   o f   1 2 7   t o   1 0 8 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
n b a   p h i l a d e l p h i a   7 6 e r s   2 d   t r a c k s u i t s   j a c k e t 
 l i n k   t o   b u y   :   
 n b a   s i x e r s   p h i l a d e l p h i a 7 6 e r s  
e n d e   b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 2 7 : 1 0 8   p h i l a d e l p h i a 7 6 e r s   v s   b r o o k l y n n e t s   
 9 7 : 1 0 9   o r l a n d o m a g i c   v s   m e m p h i s g r i z z l i e s   
 1 1 2 : 1 0 1   o k l a h o m a c i t y t h u n d e r   v s   d e n v e r n u g g e t s   
 9 7 : 1 0 2   p o r t l a n d t r a i l b l a z e r s   v s   l o s a n g e l e s c l i p p e r s   
 1 0 5 : 7 5   s a c r a m e n t o k i n g s   v s   l o s a n g e l e s l a k e r s
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
[ b o n t e m p s ] :   d a n u e l   h o u s e   g o t   h i t   i n   t h e   n e c k   i n   p r a c t i c e ,   d o c   r i v e r s   s a i d ,   b u t   o t h e r w i s e   t h e r e ’ s   n o   i n j u r y   i s s u e s .   o v e r a l l ,   h e   s a i d   t h e r e ’ s   “ n o t h i n g   t o   r e a d   i n t o ”   h e r e . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a 7 6 e r s   t h e   b e s t   t e a m   i n   t h e   n b a .   n o d e b a t e
[ g a m e   t h r e a d ]   p h i l a d e l p h i a   7 6 e r s   ( 0 - 0 )   @   b r o o k l y n   n e t s   ( 0 - 0 )   -   0 7 : 3 0   p m   e d t   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e   s t r e a m   -   n b a   -   p r e - s e a s o n   ( b a s k e t b a l l ) 
 
 w a t c h   b r o o k l y n   n e t s   l i v e   s t r e a m   a g a i n s t   p h i l a d e l p h i a   7 6 e r s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a  
s p o r t s t r a d i n g c a r d s   s p o r t s c a r d s   t r a d i n g c a r d s   b a s k e t b a l l c a r d s   t h e h o b b y   n b a   n b a t w i t t e r   n b a p r e s e a s o n   p h i l a d e l p h i a 7 6 e r s   s i x e r s   
 c h e c k   o u t   2 0 2 0 - 2 1   c o n t e n d e r s   t y r e s e   m a x e y   r c   a u t o   0 8 / 4 9   f i n a l s   v a r i a t i o n   t i c k e t   p s a   8     e b a y   v i a  
🏀   b a s k e t b a l l :   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   -   n b a 
 ⏰   0 6 . 3 0   u t c + 7 
 ➡     
 
 b a s k e t b a l l   a m e r i c a n   u s a   a m e r i c a n b a s k e t b a l l   b a s k e t b a l l l o v e r s   n b a   p h i l a d e l p h i a 7 6 e r s   b r o o k l y n n e t s
b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a 2 k 2 3   b a s k e t b a l l   n b a   p h i l a d e l p h i a   n b a t w i t t e r   
 l i v e l i n e   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e s t r e a m   
                                             🇺 🇸 l i n k 🏀 🗑 ️ 
 
                                                       ⬇ ️ 
 

[ t a i l g a t e   t h r e a d ]   p h i l a d e l p h i a   7 6 e r s   ( 0 - 0 )   @   b r o o k l y n   n e t s   ( 0 - 0 )   -   0 7 : 3 0   p m   e d t 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
n b a   p h i l a d e l p h i a 7 6 e r s   j a m e s h a r d e n   j a m e s   h a r d e n   g e t t i n g   h i s   m i n d   a n d   b o d y   r i g h t   a h e a d   o f   f i r s t   f u l l   s e a s o n   w i t h   7 6 e r s  
7 6 e r s   f a n s   i t ' s   h a p p e n i n g !   b e n   s i m m o n s   i s   e x p e c t e d   t o   p l a y   i n   t o n i g h t ' s   p r e s e a s o n   g a m e   a g a i n s t   p h i l l y .   h o w   m a n y   p o i n t s   w i l l   h e   d r o p   i n   h i s   r e t u r n ?   n b a   n b a t w i t t e r   g a m b l i n g t w i t t e r   s p o r t s b e t   s p o r t s b e t s   s p o r t s b e t t i n g t w i t t e r   s p o r t s b e t t o r   p h i l a d e l p h i a 7 6 e r s   b e n s i m m o n s   7 6 e r s
m o n ,   3 r d   o c t :   b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   -   o d d   @   1 . 9 
 m o r e   d e t a i l s   o n :   
 b a s k e t t i p s   b a s k e t p r e d i c t i o n   b a s k e t b a l l b e t s   n b a p r e s e a s o n   u s a b a s k e t
t h i s   w o m a n   i s   f r o m   t h e   h s i t o r i c a l   m u s e u m   b u t   i t   l o o k s   l i k e   s h e ’ s   d r a w i n g   u p   a   g   . . .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
t h i s   w o m a n   i s   f r o m   t h e   h s i t o r i c a l   m u s e u m   b u t   i t   l o o k s   l i k e   s h e ’ s   d r a w i n g   u p   a   g a m e   w i n n i n g   p l a y . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
h e   i s   w h o   w e   t h o u g h t   h e   i s !     p h i l a d e l p h i a   7 6 e r s   b a s k e t b a l l  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
m i c h a e l   j r .   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m i c h a e l j r .   m i c h a e l   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
p a u l   r e e d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a u l r e e d   p a u l   r e e d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
t y r e s e   m a x e y   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e m a x e y   t y r e s e   m a x e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
t o b i a s   h a r r i s   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t o b i a s h a r r i s   t o b i a s   h a r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
d e ' a n t h o n y   m e l t o n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e ' a n t h o n y m e l t o n   d e ' a n t h o n y   m e l t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
w h i c h   f i v e   b e n c h   p l a y e r s   s h o u l d   t h e   s i x e r s   u s e ? 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   p h i l l y   s i x e r s   w e a r e t h e v a l l e y   p h o e n i x   s u n s   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   h a w k s
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e   p h i l a d e l p h i a   7 6 e r s   n b a  
j a r r e t t   a l l e n   h i g h l i g h t s   -   c a v a l i e r s   v s .   7 6 e r s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   j a r r e t t   a l l e n   c l e   p h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c l e v e l a n d   c a v a l i e r s   p h i l a d e l p h i a   7 6 e r s
d o n o v a n   m i t c h e l l   w i t h   t h e   m a s s i v e   r e j e c t i o n   ❌ 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d o n o v a n   m i t c h e l l   b l o c k   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
🏆   n b a 
 
 🏀   c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 c l e v e l a n d   p h i l a d e l p h i a   n b a  
t o b i a s   h a r r i s   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t o b i a s h a r r i s   t o b i a s   h a r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
f u r k a n   k o r k m a z   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f u r k a n k o r k m a z   f u r k a n   k o r k m a z   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
l o s   a n g e l e s   l a k e r s :   p r e d i c t i n g   t h e   t e a m ' s   l e a d e r s   i n   e v e r y   s t a t   c a t e g o r y 
 
 
 
 n b a   t h u n d e r u p   h o u s t o n   r o c k e t s   p h i l a d e l p h i a   7 6 e r s   s i x e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s   m f f l   s u n s   b u c k s
1 0   y e a r s   l a t e r :   h o w   t h e   h a r d e n   t r a d e   c o s t   t h e   o k c   t h u n d e r   a   d y n a s t y 
 
 
 
 n b a   t h u n d e r u p   o k l a h o m a   t h u n d e r   o k c   h o u s t o n   r o c k e t s   p h i l a d e l p h i a   7 6 e r s   s i x e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s
p h i l a d e l p h i a   7 6 e r s :   j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r .   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
s i x e r s   s i g n   g - l e a g u e   r o o k i e   o f   t h e   y e a r   t o   n e w   c o n t r a c t 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   m e m p h i s   g r i z z l i e s   n b a j a p a n g a m e s   n b a 2 k 2 3     m f f l   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
e a g l e s   a r e   5 - 0 . 
 p h i l l i e s   s w e p t   c a r d i n a l s   i n   w i l d c a r d . 
 s i x e r s   a r e   2 - 0   i n   t h e   p r e s e a s o n . 
 p h i l l y s p o r t s   e a g l e s n a t i o n   p h i l l i e s   s i x e r s   p h i l a d e l p h i a e a g l e s   p h i l a d e l p h i a p h i l l i e s   7 6 e r s   p h i l a d e l p h i a
f u r k   & a m p ;   j o e   h a d   a   s u d d e n   d e a t h   s h o o t o u t   t o   d e c i d e   t h e   w i n n e r   o f   t h e   s c r i m m a g e   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
[ c r o s s i n g   b r o a d ]   f i r s t   l o o k   a t   t h e   s i x e r s   c i t y   e d i t i o n   j e r s e y s   a t   d i c k ’ s   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
t h e   n e w     c i t y   e d i t i o n   j e r s e y   h a s   l e a k e d ! 
 
 v n d s g n   p h i l a d e l p h i a   7 6 e r s   c i t y o f b r o t h e r l y l o v e  
g r o u p   p h o t o .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
|   p h i l a d e l p h i a   7 6 e r s   |   2 0 2 1   n b a   d r a f t   |   5 9 f i f t y   |   b l u e / r e d   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   2 0 2 1   d r a f t   5 9 f i f t y   b l u e r e d   h a t c r a w l e r   f i t t e d   n e w e r a 
 

|   p h i l a d e l p h i a   7 6 e r s   |   |   5 9 f i f t y   |   r o y a l   b l u e   |   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   5 9 f i f t y   r o y a l   b l u e   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

[ j a m e s   h a r d e n ]   c r a z y   c o m e b a c k     
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
t y r e s e   m a x e y   m i g h t   b e   t h e   a n s w e r   f o r   p h i l a d e l p h i a   7 6 e r s 
 
 
 
 n b a   s i x e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   n b a t w i t t e r   n b a p r e s e a s o n   n b a j a p a n g a m e s 2 0 2 2   n b a l e a g u e p a s s   n b a i n a b u d h a b i   n b a 2 k 2 3   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   m f f l   l a k e s h o w   l a k e r s
p h i l a d e l p h i a   7 6 e r s   " c i t y   c l u s t e r "   s i d e   p a t c h   g r a y   b o t t o m   r o y a l   5 9 f i f t y   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   c i t y   c l u s t e r   s i d e   p a t c h   g r a y   b o t t o m 
 

t h e   p h i l a d e l p h i a   7 6 e r s   d a n c e r s   r o c k i n ’   t h e i r   t w i n   v i s i o n   b o m b e r   j a c k e t s !   💙 🏀 🔥 
 ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ 
 p h i l a d e l p h i a   7 6 e r s   d a n c e   t v a   t w i n v i s i o n   d a r e t o b e b o l d  
s c o r e b o a r d   r u n n i n g   s m o o t h   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
i s   j a m e s   h a r d e n   b a c k   t o   ' m v p '   f o r m   -   s i x e r s   v s   c a v s   p o s t g a m e   t h o u g h t s   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
t h e     h a v e   t h e   d e e p e s t   r o s t e r   t h e y   h a v e   h a d   w i t h   j o e l e m b i i d .   i n   a   l o a d e d   e a s t e r n c o n f e r e n c e   w h a t   c a n   t h e   7 6 e r s   a c c o m p l i s h ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a   n b a p r e s e a s o n   p h i l a d e l p h i a   j a m e s h a r d e n   t y r e s e m a x e y   p h i l a d e l p h i s 7 6 e r s   p h i l l y  
b a s k e t b a l l   r o o k i e   c a r d   t y r e s e   m a x e y   p h i l a d e l p h i a   7 6 e r s   2 0 2 1   o p t i c   p a n i n i   -   c l i c k   h e r e   
 
 b a s k e t b a l l   s p o r t s   p h i l a d e l p h i a   c o l l e c t i b l e  
t h e   s i x e r s   & a m p ; 3 9 ; b i g   e n e r g y & a m p ; 3 9 ;   c h a i n   i s   b a c k   💪   s h o r t s 
   
 
   
 2 0 2 2 2 3 n b a s e a s o n   7 6 e r s   a t l a n t i c d i v i s i o n   d e a n t h o n y m e l t o n   e a s t e r n c o n f e r e n c e   n b a   n b c s p o r t s p h i l a d e l p h i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   p h i l l y   t y r e s e m a x e y  
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
p a u l   r e e d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a u l r e e d   p a u l   r e e d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
d e ' a n t h o n y   m e l t o n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e ' a n t h o n y m e l t o n   d e ' a n t h o n y   m e l t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
🏀 p h i l a d e l p h i a   7 6 e r s   🆚   c l e v e l a n d   c a v a l i e r s   🏀 
 
 🌐 
 
 t i p s t e r   p r o f i l e :   
 
 a r e   y o u   l o o k i n g   f o r   f r e e   t i p s ?   w e   g o t   y o u ,   j o i n   u s !   👇 
 
 🌐 
 
 s c o r e b o s s 
 p h i l a d e l p h i a   
 7 6 e r s   
 n b a  
t y r e s e   m a x e y   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e m a x e y   t y r e s e   m a x e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
j o e l   e m b i i d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o e l e m b i i d   j o e l   e m b i i d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
s h a k e   m i l t o n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s h a k e m i l t o n   s h a k e   m i l t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
' e x c i t e d '   m i t c h e l l   s c o r e s   1 6   i n   h i s   c a v a l i e r s   d e b u t   p h i l a d e l p h i a   7 6 e r s   n b a  
d o n o v a n   m i t c h e l l ' s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   c a v a l i e r s   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
k e v i n   h a r t   t a l k s   e a g l e s   a n d   7 6 e r s   f u l l   i n t e r v i e w   |   s p o r t s c e n t e r   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
k e v i n   h a r t   t a l k s   e a g l e s   a n d   7 6 e r s   f u l l   i n t e r v i e w   |   s p o r t s c e n t e r   p h i l a d e l p h i a   e a g l e s   n f l   v i d e o :  
[ h a r r i s o n   g r i m m ]   “ t h e   b e l i e f   w a s   t h a t   h a r r e l l ,   t h e   n b a ’ s   2 0 2 0   s i x t h   m a n   o f   t h e   y e a   . . .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
s i x e r s :   p o s i t i v e s   a n d   n e g a t i v e s   f r o m   p r e s e a s o n   w i n   o v e r   n e t s 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   b e t h e f i g h t   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
j a m e s   h a r d e n   m a k i n g   p e o p l e   l o o k   s i l l y   a g a i n   😮 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a m e s   h a r d e n   a n k l e b r e a k e r   c r o s s o v e r   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
w e l c o m e   t o   c l e v e l a n d   d o n o v a n 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d o n o v a n   m i t c h e l l   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
d o   w e   g o t   3   o u t   o f   t h e   t o p   1 5   b e s t   d e f e n d e r s   i n   t h e   l e a g u e ?   n b a t w i t t e r   p h i l a d e l p h i a   7 6 e r s  
[ h o o p s ]   l o o k   a t   b e n   s i m m o n s   f a c e   a f t e r   h i s   b r i c k   h i t s   k y r i e   i n   t h e   f a c e   😭   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
d o c   r i v e r s   t a l k s   b e n   s i m m o n s   r e t u r n ,   c a l l s   j a m e s   h a r d e n   a   ' s c o r i n g   m a g i c   j o h n s o n '   |   n b a   t o d a y   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   w i t h   a   f i n a l   s c o r e   o f   1 2 7   t o   1 0 8   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
t h e   b i l l i o n a i r e   o w n e r s   o f   t h e   7 6 e r s   w a n t   t o   b u i l d   a   n e w   a r e n a   1 0 0   f e e t   a w a y   f r o m   c h i n a t o w n   -   t e l l   t h e m   t h e y   n e e d   t o   l i s t e n   t o   t h e   p e o p l e   w h o   c a l l   c h i n a t o w n   h o m e   a n d   s t o p   p l a y i n g   g a m e s   w i t h   o u r   c o m m u n i t y :   
 
 s a v e c h i n a t o w n   p h i l a d e l p h i a  
j a d e n   s p r i n g e r   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a d e n s p r i n g e r   j a d e n   s p r i n g e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
g e o r g e s   n i a n g   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g e o r g e s n i a n g   g e o r g e s   n i a n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
i s a i a h   j o e   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h j o e   i s a i a h   j o e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
t o b i a s   h a r r i s   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t o b i a s h a r r i s   t o b i a s   h a r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
m o n t r e z l   h a r r e l l   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m o n t r e z l h a r r e l l   m o n t r e z l   h a r r e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
p a u l   r e e d   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a u l r e e d   p a u l   r e e d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   3   |   2 0 2 2   n b a   p r e s e a s o n   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
' g r a t e f u l '   s i m m o n s   m a k e s   h i s   d e b u t   w i t h   n e t s   p h i l a d e l p h i a   7 6 e r s   n b a  
j u l i a n   c h a m p a g n i e   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i a n c h a m p a g n i e   j u l i a n   c h a m p a g n i e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
f u r k a n   k o r k m a z   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f u r k a n k o r k m a z   f u r k a n   k o r k m a z   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
t y r e s e   m a x e y   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e m a x e y   t y r e s e   m a x e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
[ g a m e   t h r e a d ]   p h i l a d e l p h i a   7 6 e r s   ( 0 - 0 )   @   b r o o k l y n   n e t s   ( 0 - 0 )   -   0 7 : 3 0   p m   e d t   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
b e n   s i m m o n s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   n e t s   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
j u l i a n   c h a m p a g n i e   h i g h l i g h t s   -   n e t s   v s .   7 6 e r s   -   3 r d   o c t   2 0 2 2 
 
 
 n b a   j u l i a n   c h a m p a g n i e   b k n   p h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b r o o k l y n   n e t s   p h i l a d e l p h i a   7 6 e r s
k y r i e   i s   j u s t   t o o   n i c e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   k y r i e   i r v i n g   e u r o s t e p   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
b e n   d u n k s   i t   f o r   h i s   f i r s t   n e t ' s   b u c k e t 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   b e n   s i m m o n s   d u n k   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
3   r e a s o n s   w h y   t h e   s i x e r s   w i l l   r e a c h   t h e   n b a   f i n a l s 
 
 
 
 n b a   h e r e t h e y c o m e   s i x e r s   p h i l a d e l p h i a   7 6 e r s   p h i l l y   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   t a k e n o t e   j a z z
o n l y   r e a s o n   b e n   s i m m o n s   p l a y i n g   t o n i g h t   i s   b e c a u s e   h e ’ s   n o t   i n   p h i l l y 🙃 🫠   s i x e r s   7 6 e r s   p h i l a d e l p h i a
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a   n b a   b r o o k l y n  
w a t c h   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e   s t r e a m 
 u s a - n b a   2 0 2 2   
 n b a   g a m e   l i v e   2 0 2 2 
 n b a   n b a l i v e   l i v e t v   b r o o k l y n   n e t s   p h i l a d e l p h i a   7 6 e r s 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐧 𝐤 ⭕ ►    
b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a 2 k 2 3   b a s k e t b a l l   n b a   p h i l a d e l p h i a   n b a t w i t t e r   
 l i v e l i n e   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e s t r e a m   
                                             🇺 🇸 l i n k 🏀 🗑 ️ 
 
                                                       ⬇ ️ 
 

t h i s   i s   t h e   d e e p e s t   t e a m   t h e   7 6 e r s   h a v e   h a d   -   r a m o n a   s h e l b u r n e   |   n b a   t o d a y   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
t h i s   w o m a n   i s   f r o m   t h e   h s i t o r i c a l   m u s e u m   b u t   i t   l o o k s   l i k e   s h e ’ s   d r a w i n g   u p   a   g   . . .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
n o b o d y   i n   h o u s t o n   w a n t s   j a m e s h a r d e n ' s   b i t c h   a s s   a l c o h o l .   s e l l   t h a t   s h i t   i n   p h i l l y   g t f o   n b a  
  " h a r d e n " 
 p l a y   l i s t e n   h a r d e n     j a m e s h a r d e n   l o g i c l o w g   l o g i c l o w g h a r d e n   f i r e   m u s i c   p h i l l y   s i x e r s   h e a d m a f u c k a 
 
 s p o t i f y 
 
 
 a p p l e m u s i c 
 
 

" h a r d e n " 
 p l a y   l i s t e n   h a r d e n     j a m e s h a r d e n   l o g i c l o w g   l o g i c l o w g h a r d e n   f i r e   m u s i c   p h i l l y   s i x e r s   h e a d m a f u c k a 
 
 s p o t i f y 
 
 
 a p p l e m u s i c 
 
 

1 1   l a u g h   o u t   l o u d   j a m e s   h a r d e n   m e m e s   n b a   j a m e s h a r d e n  
j a m e s   h a r d e n   n e e d s   t o   b e   a g g r e s s i v e   n b a     7 6 e r s   j a m e s h a r d e n
a n o t h e r   h a r d e n   b r i c k …   s o r r y   a s s   j a m e s h a r d e n   n b a   7 6 e r s
j a m e s   h a r d e n   i s   t h e   m o s t   s o r r y   p l a y e r   i n   t h e   n b a . .   j a m e s h a r d e n   7 6 e r s   n b a
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
$ 1 5 . 0 0   g q   m a g a z i n e   j a m e s   h a r d e n   c o v e r   n b a   b a s k e t b a l l   f a s h i o n   2 0 1 8   |   m e r c a r i     
 n b a   g q m a g a z i n e   j a m e s h a r d e n
o n e   g o t t a   g o :   n b a   h u m a n   h i g h l i g h t   r e e l   j a m e s h a r d e n   t i m h a r d a w a y   k y r i e i r v i n g   a l l e n i v e r s o n   b a s k e t b a l l   o n e g o t t a g o  
t i m e l i n e   o f   j a m e s   h a r d e n   a n d   t h e   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   c h r i s p a u l   c o m m e n t a r y   c o m m e n t a t o r   d a r y l m o r e y   d o m 2 k   d o m 2 k p o d c a s t   d w i g h t h o w a r d   h o u s t o n r o c k e t s   j a m e h a r d e n k y r i e i r v i n g   j a m e s h a r d e n   j a m e s h a r d e n i n t e r v i e w   j a m e s h a r d e n k e v i n d u r a n t  
j a m e s   h a r d e n   o n   j o e l   e m b i i d :   “ h e ’ s   o n e   o f   o n e ”   j a m e s h a r d e n   j o e l e m b i i d   p h i l a d e l p h i a 7 6 e r s  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
j a m e s   h a r d e n   & a m p ;   p h i l a d e l p h i a   7 6 e r s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   j a m e s h a r d e n   j a m e s h a r d e n p h i l a d e l p h i a 7 6 e r s h e a d i n g i n a p o s i t i v e d i r e c t i o n s p o r t s c e n t e r   j a m e s h a r d e n h i g h l i g h t s   j a m e s h a r d e n n e w c o n t r a c t   j a m e s h a r d e n s t e p b a c k  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
w h a t ' s   b e s t   o n     ? 
 “ m y   b o y   w e n t   c r a z y ”   -   j a l e n   g r e e n   :   s h o r t s 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n      
b e s t   o f   t h e   d a y   o n   
 “ m y   b o y   w e n t   c r a z y ”   -   j a l e n   g r e e n   :   s h o r t s 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n
w h a t ' s   b e s t   o n     ? 
 “ m y   b o y   w e n t   c r a z y ”   -   j a l e n   g r e e n   :   s h o r t s 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n
" t y r e s e   m a x e y   i s   a   b u d d i n g   n b a   s t a r ! "   |   r b   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   7 6 e r s v s c a v s   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   n b a p r e s e a s o n   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s n e w s   p h i l a d e l p h i a s i x e r s   p h i l l y t a k e w i t h r b   s i x e r s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n      
" i   t h i n k   a   h e a l t h y   l a k e r s   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
w h a t ' s   b e s t   o n     ? 
 k j   m a r t i n   m e d i a   d a y   p r e s s   c o n f e r e n c e   2 0 2 2 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n      
b e s t   o f   t h e   d a y   o n   
 k j   m a r t i n   m e d i a   d a y   p r e s s   c o n f e r e n c e   2 0 2 2 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n
w h a t ' s   b e s t   o n     ? 
 k j   m a r t i n   m e d i a   d a y   p r e s s   c o n f e r e n c e   2 0 2 2 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n
n e w   v i d e o 🚨 ❗ 
 f u l l   v i d e o   l i n k :   
 n b a 2 k   n b a 2 k 2 2   n b a 2 k 3   n b a 2 k 2 1   2 k c o m m u n i t y   2 k   j a m e s h a r d e n   j o e l e m b i i d  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s .   m i a m i   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
b l u e   a n g e l s   a r e   t r e n d i n g   s o   h e r e   y o u   g o   s a n   f r a n c i s c o   b l u e a n g e l s   s a n f r a n   s a n d i e g o   t o p g u n   j a m e s h a r d e n   c u r r y   l e b r o n  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
h i l a r .   q u i n t a b r u n s o n   j a m e s h a r d e n   a b b o t t e l e m e n t a r y    
w h a t   a   s l i p p e r y   m o v e   f r o m   j a m e s   h a r d e n !   s h e e e s h   🔥 🔥 🔥 
 
 s p o r t s   h i g h l i g h t s   u p d a t e   n e w s   f y p   f y p シ   f b   r e e l s   t r e n d   n e w   f r e s h   n b a   b a s k e t b a l l   v i d e o s   j a m e s h a r d e n   d e a n w a d e  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
j a m e s   h a r d e n ' s   ( )   2 0 1 4 - 1 5   s h o t   c h a r t : 
 
 v o l u m e :   e x t r e m e   |   p _ 9 9   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 5 3 
 e f f i c i e n c y :   g o o d   |   p _ 6 8 
 e f f i c i e n c y   v a l u e :   g o o d   |   p _ 8 3 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   c o r n e r 3 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 j a m e s h a r d e n 
 r o c k e t s  
1 1   l a u g h   o u t   l o u d   j a m e s   h a r d e n   m e m e s   n b a   j a m e s h a r d e n  
t h e     h a v e   t h e   d e e p e s t   r o s t e r   t h e y   h a v e   h a d   w i t h   j o e l e m b i i d .   i n   a   l o a d e d   e a s t e r n c o n f e r e n c e   w h a t   c a n   t h e   7 6 e r s   a c c o m p l i s h ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a   n b a p r e s e a s o n   p h i l a d e l p h i a   j a m e s h a r d e n   t y r e s e m a x e y   p h i l a d e l p h i s 7 6 e r s   p h i l l y  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
g o t   m y   h a r d e n   s t e p b a c k   3   t o d a y . . . . . 
 j a m e s h a r d e n   a d i d a s   b a s k e t b a l l  
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
7 6 e r s   g u a r d   j a m e s   h a r d e n   p u l l e d   o f f   a   s t r i k i n g   c r o s s o v e r   t o   d r o p   c l e v e l a n d   c a v a l i e r s   f o r w a r d   d e a n   w a d e   o n   t h e   f l o o r . 
 
 w a t c h   t h e   v i d e o   h e r e 👇 
 
 j a m e s h a r d e n   c l e v e l a n d c a v a l i e r s   d e a n w a d e   n b a   n b a t w i t t e r   

h e r e ' s   t h e     p r o j e c t e d   l i n e - u p   f o r   t h e   u p c o m i n g   s e a s o n !   c a n   a   h e a l t h y   7 6 e r s   s q u a d   w i n   i t   a l l ?   🤔 
 
 j a m e s h a r d e n   t y r e s e m a x e y   t o b i a s h a r r i s   p j t u c k e r   j o e l e m b i i d   7 6 e r s  
b r o   b o d y   w a s   s o   s h o c k e d   t h a t   h e   t r y   t o   h u g   h i m   & a m p ;   f a l l   a t   t h e   s a m e   t i m e ! !   m o m m a t h e r e g o e s t h a t m a n   & g t ; & g t ; o n   t h e   f l o ! !   🤦 🏿 ‍ ♂ ️   j a m e s h a r d e n  
  w i t h   t h e   a n k l e   b r e a k e r ,   m a n   d o w n !   🤣   j a m e s h a r d e n   a n k l e b r e a k e r   n b a   p r e s e a s o n   b a s k e t b a l l h i g h l i g h t s  
t h y b u l l e   s h o u l d   s t a r t   o v e r   h a r d e n   7 6 e r s   n b a   j a m e s h a r d e n
f r a u d   a s s   j a m e s   h a r d e n   a l m o s t   l o s t   u s   t h e   g a m e …   t r a s h   7 6 e r s   j a m e s h a r d e n   n b a
o u t   n o w 🔥     
 • 
 • 
 c a r d i b   n i c k i m i n a j   i c e s p i c e   j t   c a v s   t y r e s e m a x e y   j a m e s h a r d e n   n b a   n b a y o u n g b o y   n b a p r e s e a s o n   p n b r o c k   b e t h i p h o p a w a r d s   k a n y e w e s t   c h r i s e a n r o c k   b l u e f a c e   k o d a k b l a c k   l a t t o   t h e s h a d e r o o m   l i l u z i   p l a y b o i c a r t i   c h a r l e s t o n w h i t e   d a b a b y  
j a m e s   h a r d e n   r e v e n g e   c o m e b a c k   t o u r   j a m e s h a r d e n
h a r d e n   h a d   h i m   o n   s k a t e s .   j a m e s h a r d e n   n b a   b a s k e t b a l l   n b a t w i t t e r   7 6 e r s   s i x e r s  
l i k e   h a r d e n     o n   " l a t e   n i g h t   t h o u g h t s "     m i x t a p e   s w i n d l a a a   j a m e s h a r d e n   p h i l a d e l p h i a 7 6 e r s   b a s k e t b a l l  
d o e s   s e n g u n   m a k e   t h e   r o c k e t s   . . . 
   
 
   
 a l p e r e n s e n g u n   c h o p s h o p   c h r i s t i a n w o o d   h o u s t o n r o c k e t s   i b a k a   j a l e n g r e e n   j a m e s h a r d e n   k e v i n d u r a n t   k e v i n p o r t e r j r   n b a   n b a p l a y i n   o k c t h u n d e r   p l a y o f f s   r u s s e l l w e s t b r o o k   s o u t h w e s t d i v i s i o n   w e s t e r n c o n f e r e n c e  
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
m y   f a v e   h a r d e n s   e v e r .   👌   v o l .   3   d r e w   l e a g u e .   t h e   3 s   w e r e   a   b e a s t   o n   c o u r t .   🏀     j a m e s h a r d e n   h a r d e n   a d i d a s  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
d o c   r i v e r s   w a n t s   j a m e s   h a r d e n   t o   b e   ‘ a   s c o r i n g   m a g i c   j o h n s o n ’   d o c r i v e r s   j a m e s h a r d e n   p h i l a d e l p h i a 7 6 e r s  
w o u l d   e m b i i d ,   d u r a n t ,   & a m p ;   . . . 
   
 
   
 7 6 e r s h i g h l i g h t s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c h i n e y o g w u m i k e   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   j a m e s h a r d e n   j a m e s h a r d e n n e w s   j o e l e m b i i d   k d   k d h a r d e n   k e n d r i c k p e r k i n s   k e v i n d u r a n t   m a l i k a a n d r e w s  
n o .     a b s o l u t e l y   n o t .           a l t h o u g h   j a m e s h a r d e n   n e e d s   s o m e   n i g h t   c r a w l i n g   c o m p a n y  
w h e n   s o m e o n e   s a y s   t h e y   d o n ' t   l i k e   b a s k e t b a l l . . .   t h e r e ' s   o n e   w e e k   l e f t   t o   s i g n   u p   f o r   i m   3 - o n - 3   b a s k e t b a l l !   🙄   🏀   j a m e s h a r d e n   i n t r a m u r a l s   b a s k e t b a l l   i n t r a m u r a l s p o r t s    
  n a i l s   c o s p l a y   j a m e s h a r d e n   o n   a b b o t t e l e m e n t a r y   n b a j a p a n g a m e s     h a l l o w e e n 2 0 2 2   p r i m e t i m e  
d o n t   b a s h   o p p o s i t e   t h i n k i n g ,   i n s t e a d   l i s t e n   c a r e f u l l y   a n d   c h o o s e   w h a t   u   b e l i k a r e e m a l j e i r v i n g   n b a   k y r i e   b a s k e t b a l l   l e b r o n j a m e s   k e v i n d u r a n t   l e b r o n   j a m e s h a r d e n   s t e p h e n c u r r y   b a l l i s l i f e   l a k e r s   k o b e b r y a n t   s t e p h c u r r y   n i k e   k   b r o o k l y n n e t s   n e t s   k o b e   k a r e e m  
e x c i t e d   a b o u t   t h i s   u p c o m i n g     s e a s o n : 
 - r e t u r n   o f   j a m a l m u r r a y   t o   
 - r e t u r n   o f   k a w h i l e o n a r d   t o     
 - d r a m a   w i t h   r u s s e l l w e s t b r o o k   w i t h     
 -   l o o k i n g   s n e a k y   g o o d 
 - r e t u r n   o f   e v e r y o n e   f o r   
 - r e t u r n   t o   f o r m   f o r   j a m e s h a r d e n   w i t h  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
h e r e   a r e   m y   3 ️ ⃣   r e a s o n s   w h y   t h e   p h i l a d e l p h i a   7 6 e r s   w i l l   g o   o 5 0 . 5   w i n s ,   l i n e   b y       7 6 e r s   j a m e s h a r d e n   j o e l e m b i i d   
   n b a t w i t t e r  
p l a y e r s   w i t h   t h e   m o s t   3 p m   i n   t h e   l a s t   1 0   y e a r s : 
 
 s t e p h   c u r r y :   2 , 7 4 5 
 j a m e s   h a r d e n :   2 , 2 7 3 
 d a m i a n   l i l l a r d :   2 , 1 4 3 
 k l a y   t h o m p s o n :   1 , 8 0 1 
 p a u l   g e o r g e :   1 , 7 2 1 
 
 n b a   s t e p h c u r r y   j a m e s h a r d e n   d a m i a n l i l l a r d   k l a y t h o m p s o n   p a u l g e o r g e  
g o l d e n   s t a t e   w a r r i o r s   v s .   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
n b a   p h i l a d e l p h i a 7 6 e r s   j a m e s h a r d e n   j a m e s   h a r d e n   g e t t i n g   h i s   m i n d   a n d   b o d y   r i g h t   a h e a d   o f   f i r s t   f u l l   s e a s o n   w i t h   7 6 e r s  
    m o s t   p p g   i n   g a m e   s e v e n . . .   o f   c o u r s e !   ' c a u s e   " l e g e n d a r y   p l a y e r s "   d o n ' t   g o   a s   m u c h   t o   g a m e s   7 s ! ! ! 
 🤣 🤣 🤣 
 
 k d   h a s   a   v e r y   u n i q u e   t a l e n t   w i t h   a   k i l l e r   i n s t i n c t   p a c k e d   i n   a   s k e l e t o n   s u i t   b u t . . .   k d a i n t t h a t g u y   k d a i n t l e g e n d a r y 
 
 m j 
 k o b e 
 l a r r y b i r d 
 j a m e s h a r d e n 
 l e b r o n 
 m a g i c j o n s o n 
 . . .
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
s t e v e   k e r r   p o s t g a m e   i n t e r v i e w   |   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n  
j a m e s   h a r d e n   " f i g u r i n g   t h i n g s   o u t "   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s n e w s   7 6 e r s t r a i n i n g c a m p   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j a m e s h a r d e n h i g h l i g h t s   j o e l e m b i i d   n b a   n b a n e w s   n b a p r e s e a s o n   n b a t r a i n i n g c a m p  
[ $ 7 . 9 9 ] 
 f u n k o   -   g o l d   5 ”   n b a :   n e t s   –   j a m e s   h a r d e n   w / c h a s e 
 f u n k o   f u n k o p o p   j a m e s h a r d e n 
 s o u r c e :   b e s t   b u y   c h e c k e r 
 r e a s o n :   a d d   t o   c a r t   b u t t o n 
 p r i c e   d r o p :   9 . 5 9   - & g t ;   7 . 9 9 
 
 🛒 :   
 
 0 4 : 2 6 : 3 4 . 2 2 7 0   a m   e d t   a d 
 

j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
j a m e s   h a r d e n   o n   r e - s i g n i n g   w i t h   t h e   7 6 e r s :   ‘ t h i s   i s   w h e r e   i   w a n t   t o   w i n ’     7 6 e r s   r e s i g n i n g   w i n
n b a   2 k 2 3   -   p a u l   g e o r g e   v s   j a m e s   h a r d e n   -   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c p u v s c p u   d u r a n t   g a m e p l a y   h a w k s   k o b e b r y a n t   l a k e r s   l e b r o n   l o s a n g e l e s c l i p p e r s   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s   n u g g e t s   p a c i f i c d i v i s i o n  
n b a   2 k 2 3   -   z i o n   v s   b o o k e r   -   p h o e n i x   s u n s   v s   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c l i p p e r s   c p u v s c p u   d u r a n t   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s   n e w o r l e a n s p e l i c a n s  
n b a   2 k 2 3   -   c u r r y   v s   m i t c h e l l   -   g o l d e n   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l i p p e r s   c p u v s c p u   d u r a n t   e a s t e r n c o n f e r e n c e   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m  
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
c u r r y   v s   z i o n   -   g o l d e n   s t a t e   w a r r i o r s   v s   n e w   o r l e a n s   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k 2 3   2 k s i m u l a t i o n   c l i p p e r s   c p u v s c p u   d u r a n t   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s  
j a m e s   h a r d e n   m a k i n g   p e o p l e   l o o k   s i l l y   a g a i n   😮 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a m e s   h a r d e n   a n k l e b r e a k e r   c r o s s o v e r   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
h a r d e n   j a m e s   s p o r t s 
 j a m e s   h a r d e n   a n d   d o c   r i v e r s   c o n f i r m e d   u s   w h a t   i t ’ s   p r e f e r   t o   c o n s t r u c t   n b a   c h e m i s t r y   i n   c o a c h i n g   c a m p   
  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
n o b o d y   i n   h o u s t o n   w a n t s   j a m e s h a r d e n ' s   b i t c h   a s s   a l c o h o l .   s e l l   t h a t   s h i t   i n   p h i l l y   g t f o   n b a  
  " h a r d e n " 
 p l a y   l i s t e n   h a r d e n     j a m e s h a r d e n   l o g i c l o w g   l o g i c l o w g h a r d e n   f i r e   m u s i c   p h i l l y   s i x e r s   h e a d m a f u c k a 
 
 s p o t i f y 
 
 
 a p p l e m u s i c 
 
 

" h a r d e n " 
 p l a y   l i s t e n   h a r d e n     j a m e s h a r d e n   l o g i c l o w g   l o g i c l o w g h a r d e n   f i r e   m u s i c   p h i l l y   s i x e r s   h e a d m a f u c k a 
 
 s p o t i f y 
 
 
 a p p l e m u s i c 
 
 

1 1   l a u g h   o u t   l o u d   j a m e s   h a r d e n   m e m e s   n b a   j a m e s h a r d e n  
j a m e s   h a r d e n   n e e d s   t o   b e   a g g r e s s i v e   n b a     7 6 e r s   j a m e s h a r d e n
a n o t h e r   h a r d e n   b r i c k …   s o r r y   a s s   j a m e s h a r d e n   n b a   7 6 e r s
j a m e s   h a r d e n   i s   t h e   m o s t   s o r r y   p l a y e r   i n   t h e   n b a . .   j a m e s h a r d e n   7 6 e r s   n b a
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
$ 1 5 . 0 0   g q   m a g a z i n e   j a m e s   h a r d e n   c o v e r   n b a   b a s k e t b a l l   f a s h i o n   2 0 1 8   |   m e r c a r i     
 n b a   g q m a g a z i n e   j a m e s h a r d e n
o n e   g o t t a   g o :   n b a   h u m a n   h i g h l i g h t   r e e l   j a m e s h a r d e n   t i m h a r d a w a y   k y r i e i r v i n g   a l l e n i v e r s o n   b a s k e t b a l l   o n e g o t t a g o  
t i m e l i n e   o f   j a m e s   h a r d e n   a n d   t h e   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   c h r i s p a u l   c o m m e n t a r y   c o m m e n t a t o r   d a r y l m o r e y   d o m 2 k   d o m 2 k p o d c a s t   d w i g h t h o w a r d   h o u s t o n r o c k e t s   j a m e h a r d e n k y r i e i r v i n g   j a m e s h a r d e n   j a m e s h a r d e n i n t e r v i e w   j a m e s h a r d e n k e v i n d u r a n t  
j a m e s   h a r d e n   o n   j o e l   e m b i i d :   “ h e ’ s   o n e   o f   o n e ”   j a m e s h a r d e n   j o e l e m b i i d   p h i l a d e l p h i a 7 6 e r s  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
j a m e s   h a r d e n   & a m p ;   p h i l a d e l p h i a   7 6 e r s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   j a m e s h a r d e n   j a m e s h a r d e n p h i l a d e l p h i a 7 6 e r s h e a d i n g i n a p o s i t i v e d i r e c t i o n s p o r t s c e n t e r   j a m e s h a r d e n h i g h l i g h t s   j a m e s h a r d e n n e w c o n t r a c t   j a m e s h a r d e n s t e p b a c k  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
w h a t ' s   b e s t   o n     ? 
 “ m y   b o y   w e n t   c r a z y ”   -   j a l e n   g r e e n   :   s h o r t s 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n      
b e s t   o f   t h e   d a y   o n   
 “ m y   b o y   w e n t   c r a z y ”   -   j a l e n   g r e e n   :   s h o r t s 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n
w h a t ' s   b e s t   o n     ? 
 “ m y   b o y   w e n t   c r a z y ”   -   j a l e n   g r e e n   :   s h o r t s 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n
" t y r e s e   m a x e y   i s   a   b u d d i n g   n b a   s t a r ! "   |   r b   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   7 6 e r s v s c a v s   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   n b a p r e s e a s o n   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s n e w s   p h i l a d e l p h i a s i x e r s   p h i l l y t a k e w i t h r b   s i x e r s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n      
" i   t h i n k   a   h e a l t h y   l a k e r s   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
w h a t ' s   b e s t   o n     ? 
 k j   m a r t i n   m e d i a   d a y   p r e s s   c o n f e r e n c e   2 0 2 2 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n      
b e s t   o f   t h e   d a y   o n   
 k j   m a r t i n   m e d i a   d a y   p r e s s   c o n f e r e n c e   2 0 2 2 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n
w h a t ' s   b e s t   o n     ? 
 k j   m a r t i n   m e d i a   d a y   p r e s s   c o n f e r e n c e   2 0 2 2 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n
n e w   v i d e o 🚨 ❗ 
 f u l l   v i d e o   l i n k :   
 n b a 2 k   n b a 2 k 2 2   n b a 2 k 3   n b a 2 k 2 1   2 k c o m m u n i t y   2 k   j a m e s h a r d e n   j o e l e m b i i d  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s .   m i a m i   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
b l u e   a n g e l s   a r e   t r e n d i n g   s o   h e r e   y o u   g o   s a n   f r a n c i s c o   b l u e a n g e l s   s a n f r a n   s a n d i e g o   t o p g u n   j a m e s h a r d e n   c u r r y   l e b r o n  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
h i l a r .   q u i n t a b r u n s o n   j a m e s h a r d e n   a b b o t t e l e m e n t a r y    
w h a t   a   s l i p p e r y   m o v e   f r o m   j a m e s   h a r d e n !   s h e e e s h   🔥 🔥 🔥 
 
 s p o r t s   h i g h l i g h t s   u p d a t e   n e w s   f y p   f y p シ   f b   r e e l s   t r e n d   n e w   f r e s h   n b a   b a s k e t b a l l   v i d e o s   j a m e s h a r d e n   d e a n w a d e  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
j a m e s   h a r d e n ' s   ( )   2 0 1 4 - 1 5   s h o t   c h a r t : 
 
 v o l u m e :   e x t r e m e   |   p _ 9 9   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 5 3 
 e f f i c i e n c y :   g o o d   |   p _ 6 8 
 e f f i c i e n c y   v a l u e :   g o o d   |   p _ 8 3 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   c o r n e r 3 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 j a m e s h a r d e n 
 r o c k e t s  
1 1   l a u g h   o u t   l o u d   j a m e s   h a r d e n   m e m e s   n b a   j a m e s h a r d e n  
t h e     h a v e   t h e   d e e p e s t   r o s t e r   t h e y   h a v e   h a d   w i t h   j o e l e m b i i d .   i n   a   l o a d e d   e a s t e r n c o n f e r e n c e   w h a t   c a n   t h e   7 6 e r s   a c c o m p l i s h ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a   n b a p r e s e a s o n   p h i l a d e l p h i a   j a m e s h a r d e n   t y r e s e m a x e y   p h i l a d e l p h i s 7 6 e r s   p h i l l y  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
g o t   m y   h a r d e n   s t e p b a c k   3   t o d a y . . . . . 
 j a m e s h a r d e n   a d i d a s   b a s k e t b a l l  
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
7 6 e r s   g u a r d   j a m e s   h a r d e n   p u l l e d   o f f   a   s t r i k i n g   c r o s s o v e r   t o   d r o p   c l e v e l a n d   c a v a l i e r s   f o r w a r d   d e a n   w a d e   o n   t h e   f l o o r . 
 
 w a t c h   t h e   v i d e o   h e r e 👇 
 
 j a m e s h a r d e n   c l e v e l a n d c a v a l i e r s   d e a n w a d e   n b a   n b a t w i t t e r   

h e r e ' s   t h e     p r o j e c t e d   l i n e - u p   f o r   t h e   u p c o m i n g   s e a s o n !   c a n   a   h e a l t h y   7 6 e r s   s q u a d   w i n   i t   a l l ?   🤔 
 
 j a m e s h a r d e n   t y r e s e m a x e y   t o b i a s h a r r i s   p j t u c k e r   j o e l e m b i i d   7 6 e r s  
b r o   b o d y   w a s   s o   s h o c k e d   t h a t   h e   t r y   t o   h u g   h i m   & a m p ;   f a l l   a t   t h e   s a m e   t i m e ! !   m o m m a t h e r e g o e s t h a t m a n   & g t ; & g t ; o n   t h e   f l o ! !   🤦 🏿 ‍ ♂ ️   j a m e s h a r d e n  
  w i t h   t h e   a n k l e   b r e a k e r ,   m a n   d o w n !   🤣   j a m e s h a r d e n   a n k l e b r e a k e r   n b a   p r e s e a s o n   b a s k e t b a l l h i g h l i g h t s  
t h y b u l l e   s h o u l d   s t a r t   o v e r   h a r d e n   7 6 e r s   n b a   j a m e s h a r d e n
f r a u d   a s s   j a m e s   h a r d e n   a l m o s t   l o s t   u s   t h e   g a m e …   t r a s h   7 6 e r s   j a m e s h a r d e n   n b a
o u t   n o w 🔥     
 • 
 • 
 c a r d i b   n i c k i m i n a j   i c e s p i c e   j t   c a v s   t y r e s e m a x e y   j a m e s h a r d e n   n b a   n b a y o u n g b o y   n b a p r e s e a s o n   p n b r o c k   b e t h i p h o p a w a r d s   k a n y e w e s t   c h r i s e a n r o c k   b l u e f a c e   k o d a k b l a c k   l a t t o   t h e s h a d e r o o m   l i l u z i   p l a y b o i c a r t i   c h a r l e s t o n w h i t e   d a b a b y  
j a m e s   h a r d e n   r e v e n g e   c o m e b a c k   t o u r   j a m e s h a r d e n
h a r d e n   h a d   h i m   o n   s k a t e s .   j a m e s h a r d e n   n b a   b a s k e t b a l l   n b a t w i t t e r   7 6 e r s   s i x e r s  
l i k e   h a r d e n     o n   " l a t e   n i g h t   t h o u g h t s "     m i x t a p e   s w i n d l a a a   j a m e s h a r d e n   p h i l a d e l p h i a 7 6 e r s   b a s k e t b a l l  
d o e s   s e n g u n   m a k e   t h e   r o c k e t s   . . . 
   
 
   
 a l p e r e n s e n g u n   c h o p s h o p   c h r i s t i a n w o o d   h o u s t o n r o c k e t s   i b a k a   j a l e n g r e e n   j a m e s h a r d e n   k e v i n d u r a n t   k e v i n p o r t e r j r   n b a   n b a p l a y i n   o k c t h u n d e r   p l a y o f f s   r u s s e l l w e s t b r o o k   s o u t h w e s t d i v i s i o n   w e s t e r n c o n f e r e n c e  
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
m y   f a v e   h a r d e n s   e v e r .   👌   v o l .   3   d r e w   l e a g u e .   t h e   3 s   w e r e   a   b e a s t   o n   c o u r t .   🏀     j a m e s h a r d e n   h a r d e n   a d i d a s  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
d o c   r i v e r s   w a n t s   j a m e s   h a r d e n   t o   b e   ‘ a   s c o r i n g   m a g i c   j o h n s o n ’   d o c r i v e r s   j a m e s h a r d e n   p h i l a d e l p h i a 7 6 e r s  
w o u l d   e m b i i d ,   d u r a n t ,   & a m p ;   . . . 
   
 
   
 7 6 e r s h i g h l i g h t s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c h i n e y o g w u m i k e   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   j a m e s h a r d e n   j a m e s h a r d e n n e w s   j o e l e m b i i d   k d   k d h a r d e n   k e n d r i c k p e r k i n s   k e v i n d u r a n t   m a l i k a a n d r e w s  
n o .     a b s o l u t e l y   n o t .           a l t h o u g h   j a m e s h a r d e n   n e e d s   s o m e   n i g h t   c r a w l i n g   c o m p a n y  
w h e n   s o m e o n e   s a y s   t h e y   d o n ' t   l i k e   b a s k e t b a l l . . .   t h e r e ' s   o n e   w e e k   l e f t   t o   s i g n   u p   f o r   i m   3 - o n - 3   b a s k e t b a l l !   🙄   🏀   j a m e s h a r d e n   i n t r a m u r a l s   b a s k e t b a l l   i n t r a m u r a l s p o r t s    
  n a i l s   c o s p l a y   j a m e s h a r d e n   o n   a b b o t t e l e m e n t a r y   n b a j a p a n g a m e s     h a l l o w e e n 2 0 2 2   p r i m e t i m e  
d o n t   b a s h   o p p o s i t e   t h i n k i n g ,   i n s t e a d   l i s t e n   c a r e f u l l y   a n d   c h o o s e   w h a t   u   b e l i k a r e e m a l j e i r v i n g   n b a   k y r i e   b a s k e t b a l l   l e b r o n j a m e s   k e v i n d u r a n t   l e b r o n   j a m e s h a r d e n   s t e p h e n c u r r y   b a l l i s l i f e   l a k e r s   k o b e b r y a n t   s t e p h c u r r y   n i k e   k   b r o o k l y n n e t s   n e t s   k o b e   k a r e e m  
e x c i t e d   a b o u t   t h i s   u p c o m i n g     s e a s o n : 
 - r e t u r n   o f   j a m a l m u r r a y   t o   
 - r e t u r n   o f   k a w h i l e o n a r d   t o     
 - d r a m a   w i t h   r u s s e l l w e s t b r o o k   w i t h     
 -   l o o k i n g   s n e a k y   g o o d 
 - r e t u r n   o f   e v e r y o n e   f o r   
 - r e t u r n   t o   f o r m   f o r   j a m e s h a r d e n   w i t h  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
h e r e   a r e   m y   3 ️ ⃣   r e a s o n s   w h y   t h e   p h i l a d e l p h i a   7 6 e r s   w i l l   g o   o 5 0 . 5   w i n s ,   l i n e   b y       7 6 e r s   j a m e s h a r d e n   j o e l e m b i i d   
   n b a t w i t t e r  
p l a y e r s   w i t h   t h e   m o s t   3 p m   i n   t h e   l a s t   1 0   y e a r s : 
 
 s t e p h   c u r r y :   2 , 7 4 5 
 j a m e s   h a r d e n :   2 , 2 7 3 
 d a m i a n   l i l l a r d :   2 , 1 4 3 
 k l a y   t h o m p s o n :   1 , 8 0 1 
 p a u l   g e o r g e :   1 , 7 2 1 
 
 n b a   s t e p h c u r r y   j a m e s h a r d e n   d a m i a n l i l l a r d   k l a y t h o m p s o n   p a u l g e o r g e  
g o l d e n   s t a t e   w a r r i o r s   v s .   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
n b a   p h i l a d e l p h i a 7 6 e r s   j a m e s h a r d e n   j a m e s   h a r d e n   g e t t i n g   h i s   m i n d   a n d   b o d y   r i g h t   a h e a d   o f   f i r s t   f u l l   s e a s o n   w i t h   7 6 e r s  
    m o s t   p p g   i n   g a m e   s e v e n . . .   o f   c o u r s e !   ' c a u s e   " l e g e n d a r y   p l a y e r s "   d o n ' t   g o   a s   m u c h   t o   g a m e s   7 s ! ! ! 
 🤣 🤣 🤣 
 
 k d   h a s   a   v e r y   u n i q u e   t a l e n t   w i t h   a   k i l l e r   i n s t i n c t   p a c k e d   i n   a   s k e l e t o n   s u i t   b u t . . .   k d a i n t t h a t g u y   k d a i n t l e g e n d a r y 
 
 m j 
 k o b e 
 l a r r y b i r d 
 j a m e s h a r d e n 
 l e b r o n 
 m a g i c j o n s o n 
 . . .
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
s t e v e   k e r r   p o s t g a m e   i n t e r v i e w   |   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n  
j a m e s   h a r d e n   " f i g u r i n g   t h i n g s   o u t "   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s n e w s   7 6 e r s t r a i n i n g c a m p   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j a m e s h a r d e n h i g h l i g h t s   j o e l e m b i i d   n b a   n b a n e w s   n b a p r e s e a s o n   n b a t r a i n i n g c a m p  
[ $ 7 . 9 9 ] 
 f u n k o   -   g o l d   5 ”   n b a :   n e t s   –   j a m e s   h a r d e n   w / c h a s e 
 f u n k o   f u n k o p o p   j a m e s h a r d e n 
 s o u r c e :   b e s t   b u y   c h e c k e r 
 r e a s o n :   a d d   t o   c a r t   b u t t o n 
 p r i c e   d r o p :   9 . 5 9   - & g t ;   7 . 9 9 
 
 🛒 :   
 
 0 4 : 2 6 : 3 4 . 2 2 7 0   a m   e d t   a d 
 

j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
j a m e s   h a r d e n   o n   r e - s i g n i n g   w i t h   t h e   7 6 e r s :   ‘ t h i s   i s   w h e r e   i   w a n t   t o   w i n ’     7 6 e r s   r e s i g n i n g   w i n
n b a   2 k 2 3   -   p a u l   g e o r g e   v s   j a m e s   h a r d e n   -   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c p u v s c p u   d u r a n t   g a m e p l a y   h a w k s   k o b e b r y a n t   l a k e r s   l e b r o n   l o s a n g e l e s c l i p p e r s   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s   n u g g e t s   p a c i f i c d i v i s i o n  
n b a   2 k 2 3   -   z i o n   v s   b o o k e r   -   p h o e n i x   s u n s   v s   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c l i p p e r s   c p u v s c p u   d u r a n t   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s   n e w o r l e a n s p e l i c a n s  
n b a   2 k 2 3   -   c u r r y   v s   m i t c h e l l   -   g o l d e n   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l i p p e r s   c p u v s c p u   d u r a n t   e a s t e r n c o n f e r e n c e   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m  
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
c u r r y   v s   z i o n   -   g o l d e n   s t a t e   w a r r i o r s   v s   n e w   o r l e a n s   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k 2 3   2 k s i m u l a t i o n   c l i p p e r s   c p u v s c p u   d u r a n t   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s  
j a m e s   h a r d e n   m a k i n g   p e o p l e   l o o k   s i l l y   a g a i n   😮 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a m e s   h a r d e n   a n k l e b r e a k e r   c r o s s o v e r   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
h a r d e n   j a m e s   s p o r t s 
 j a m e s   h a r d e n   a n d   d o c   r i v e r s   c o n f i r m e d   u s   w h a t   i t ’ s   p r e f e r   t o   c o n s t r u c t   n b a   c h e m i s t r y   i n   c o a c h i n g   c a m p   
  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
j a m e s   h a r d e n   o n   j o e l   e m b i i d :   “ h e ’ s   o n e   o f   o n e ”   j a m e s h a r d e n   j o e l e m b i i d   p h i l a d e l p h i a 7 6 e r s  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
" t y r e s e   m a x e y   i s   a   b u d d i n g   n b a   s t a r ! "   |   r b   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   7 6 e r s v s c a v s   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   n b a p r e s e a s o n   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s n e w s   p h i l a d e l p h i a s i x e r s   p h i l l y t a k e w i t h r b   s i x e r s  
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
" i   t h i n k   a   h e a l t h y   l a k e r s   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j o e l e m b i i d   h a s   2   c h o i c e s :   t h e   r e d ,   w h i t e   a n d   b l u e   o f   t h e   u . s . 🇺 🇸 o r   t h e   b l u e ,   w h i t e   a n d   r e d   o f   f r a n c e 🇫 🇷 . 
 a n   o l y m p i c   m e d a l   m i g h t   h i n g e   o n   h i s   d e c i s i o n . 
 f r a n c e 🇫 🇷   i s   s t i l l   h o p e f u l   t h a t   e m b i i d   w i l l   c h o o s e   t o   w e a r   i t s   c o l o r s   f o r   t h e   2 0 2 4   p a r i s o l y m p i c s .   p h i l a u n i t e  
u s a b a s k e t b a l l 🇺 🇸   i s   i n t e r e s t e d   i n   r e c r u i t i n g   j o e l e m b i i d   a n d   h o p e s   t o   b e a t   o u t   f r a n c e 🇫 🇷   f o r   h i s   i n t e r n a t i o n a l   s e r v i c e s .   
 t h e   p h i l a d e l p h i a 7 6 e r s   s t a r   i s   e l i g i b l e   t o   p l a y   f o r   t h e   u n i t e d s t a t e s 🇺 🇸   a f t e r   r e c e n t l y   o b t a i n i n g   a m e r i c a n 🇺 🇸   c i t i z e n s h i p .   m a k i n g h i s t o r y   p h i l a u n i t e  
n e w   v i d e o 🚨 ❗ 
 f u l l   v i d e o   l i n k :   
 n b a 2 k   n b a 2 k 2 2   n b a 2 k 3   n b a 2 k 2 1   2 k c o m m u n i t y   2 k   j a m e s h a r d e n   j o e l e m b i i d  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
u s a   b a s k e t b a l l   t e a m   p l a n n i n g   t o   s n a t c h   j o e l   e m b i i d ’ s   n a t i o n a l   c a r e e r   s e r v i c e   v s   f r e n c h   p r o g r a m   –   i n s i d e r   f r e n c h n t   j o e l e m b i i d   u s a n t  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t e a m   u s a   ' s e r i o u s l y   i n t e r e s t e d '   i n   j o e l   e m b i i d   a n d   w i l l   b a t t l e   t e a m   f r a n c e   f o r   t h e   c e n t e r 
 
 
 n b a   b a s k e t b a l l   b a s k e t b a l l d a t a   b a s k e t b a l l a p i   l i v e s c o r e   n b a f i n a l s   n b a d r a f t   t e a m u s a   j o e l e m b i i d   t e a m f r a n c e
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
n b a   o l y m p i c s   p h i l a d e l p h i a 7 6 e r s   j o e l e m b i i d   u s a   b a s k e t b a l l ,   f r a n c e   p r e p a r e   t o   b a t t l e   o v e r   j o e l   e m b i i d  
i n   ( 5 )   y e a r s   t h e   d i s c u s s i o n   a s   t o   w h o   i s   t h e   b e s t   p l a y e r   i n   t h e   n b a   c o u l d   c o m e   d o w n   t o : 
 g i a n n i s a n t e t o k o u n m p o 
 g r e e c e ) 
 l u k a d o n c i c   ( s l o v e n i a ) 
 n i k o l a j o k i c   ( s e r b i a ) 
 v i c t o r w e m b a n y a m a   ( f r a n c e )   o r   
 j o e l e m b i i d   ( c a m e r o o n )   
 n b a   n b a p r e s e a s o n
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
f r a n c e   i s   s t i l l   h o p e f u l   t h a t   j o e l e m b i i d   - -   t h e   r e i g n i n g   n b a   s c o r i n g   c h a m p i o n   - -   w i l l   c h o o s e   t o   w e a r   i t s   c o l o r s   f o r   t h e   2 0 2 4 p a r i s o l y m p i c s   e v e n   t h o u g h   h e   r e c e n t l y   b e c a m e   a n   a m e r i c a n   c i t i z e n ,   n a t i o n a l   t e a m   c o a c h   v i n c e n t   c o l l e t   s a i d   t h u r s d a y .   n b a t w i t t e r  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j o e l e m b i i d   t e a c h i n g   c h e t   a   m o v e . .  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j o e l e m b i i d   h a s   t w o   c h o i c e s :   t h e   r e d ,   w h i t e   a n d   b l u e   o f   t h e   u . s . ,   o r   t h e   b l u e ,   w h i t e   a n d   r e d   o f   f r a n c e .   a n   o l y m p i c   m e d a l   m i g h t   h i n g e   o n   h i s   d e c i s i o n . 

o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
  a t   + 7 0 0   f o r   e a s t   c o n f e r e n c e   w i n n e r   i s   a b s u r d …   t h i s   r o s t e r   ( i f   h e a l t h y )   w i l l   b e   i n   t h e   e c f   e a s i l y . 
 
 m i g h t   f l y   t o   l o u i s i a n a   f r o m   d a l l a s   t o n i g h t   t o   p l a c e   a   s i g n i f i c a n t   w a g e r   t o n i g h t . 
 
 s i x e r s   j o e l e m b i i d   s i x e r s t w i t t e r  
t h e     h a v e   t h e   d e e p e s t   r o s t e r   t h e y   h a v e   h a d   w i t h   j o e l e m b i i d .   i n   a   l o a d e d   e a s t e r n c o n f e r e n c e   w h a t   c a n   t h e   7 6 e r s   a c c o m p l i s h ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a   n b a p r e s e a s o n   p h i l a d e l p h i a   j a m e s h a r d e n   t y r e s e m a x e y   p h i l a d e l p h i s 7 6 e r s   p h i l l y  
' i t ' s   a   b l e s s i n g   t o   b e   a n   a m e r i c a n ' :   n b a   s u p e r s t a r   j o e l   e m b i i d   b e c o m e s   u s   c i t i z e n     g o o d n e w s   p h i l a d e l p h i a 7 6 e r s   j o e l e m b i i d
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
h e r e ' s   t h e     p r o j e c t e d   l i n e - u p   f o r   t h e   u p c o m i n g   s e a s o n !   c a n   a   h e a l t h y   7 6 e r s   s q u a d   w i n   i t   a l l ?   🤔 
 
 j a m e s h a r d e n   t y r e s e m a x e y   t o b i a s h a r r i s   p j t u c k e r   j o e l e m b i i d   7 6 e r s  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j o e l   e m b i i d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o e l e m b i i d   j o e l   e m b i i d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
i & a m p ; 3 9 ; m   c o n c e r n e d   a b o u t   j o e l   . . . 
   
 
   
 7 6 e r s n e w s   7 6 e r s u p d a t e s   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n s i x e r s   j o e l e m b i i d   j o e l e m b i i d 7 6 e r s   j o e l e m b i i d i n s h a p e   j o e l e m b i i d o u t o f s h a p e   j o e l e m b i i d p r a c t i c e   j o e l e m b i i d p r o b l e m s   j o e l e m b i i d s i x e r s  
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
w o u l d   e m b i i d ,   d u r a n t ,   & a m p ;   . . . 
   
 
   
 7 6 e r s h i g h l i g h t s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c h i n e y o g w u m i k e   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   j a m e s h a r d e n   j a m e s h a r d e n n e w s   j o e l e m b i i d   k d   k d h a r d e n   k e n d r i c k p e r k i n s   k e v i n d u r a n t   m a l i k a a n d r e w s  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
n b a   g m s   v o t e   n i k o l a j o k i c   a s   b e s t   c e n t e r   i n   t h e   l e a g u e   o v e r   j o e l e m b i i d .   n b a t w i t t e r   n b a g m s u r v e y  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   g m s   h a v e   p i c k e d   l u k a   d o n c i c   a s   t h e   f a v o r i t e   t o   w i n   m v p   t h i s   s e a s o n !   💪 🤩 
 
 n a m e   y o u r   f a v o r i t e   m v p   c a n d i d a t e   e n t e r i n g   2 0 2 2 - 2 3   s e a s o n !   🗣 ️ 🏆 
 
 l u k a d o n c i c   g i a n n i s   s t e p h e n c u r r y   j o e l e m b i i d   n b a   m v p  
l o s   a n g e l e s   c l i p p e r s   v s   p o r t l a n d   t r a i l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
h e r e   a r e   m y   3 ️ ⃣   r e a s o n s   w h y   t h e   p h i l a d e l p h i a   7 6 e r s   w i l l   g o   o 5 0 . 5   w i n s ,   l i n e   b y       7 6 e r s   j a m e s h a r d e n   j o e l e m b i i d   
   n b a t w i t t e r  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b e n   s i m m o n s   m a k e s   h i s   n e t s   d e b u t   t o d a y   -   a g a i n s t   j o e l   e m b i i d   a n d   7 6 e r s !   😤 🍿 
 
 w h o   y o u   g o t ? 
 
 b e n s i m m o n s   b r o o k l y n n e t s   j o e l e m b i i d   7 6 e r s   n b a p r e s e a s o n  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
s t e v e   k e r r   p o s t g a m e   i n t e r v i e w   |   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n  
j a m e s   h a r d e n   " f i g u r i n g   t h i n g s   o u t "   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s n e w s   7 6 e r s t r a i n i n g c a m p   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j a m e s h a r d e n h i g h l i g h t s   j o e l e m b i i d   n b a   n b a n e w s   n b a p r e s e a s o n   n b a t r a i n i n g c a m p  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j o e l   e m b i i d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o e l e m b i i d   j o e l   e m b i i d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   j o e l   e m b i i d   s a y s   b e i n g   a n   a m e r i c a n   i s   a   ‘ b l e s s i n g ’   –   o u t k i c k   –       a m e r i c a n   b l e s s i n g   e m b i i d   j o e l
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
j a m e s   h a r d e n   o n   j o e l   e m b i i d :   “ h e ’ s   o n e   o f   o n e ”   j a m e s h a r d e n   j o e l e m b i i d   p h i l a d e l p h i a 7 6 e r s  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
" t y r e s e   m a x e y   i s   a   b u d d i n g   n b a   s t a r ! "   |   r b   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   7 6 e r s v s c a v s   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   n b a p r e s e a s o n   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s n e w s   p h i l a d e l p h i a s i x e r s   p h i l l y t a k e w i t h r b   s i x e r s  
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
" i   t h i n k   a   h e a l t h y   l a k e r s   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j o e l e m b i i d   h a s   2   c h o i c e s :   t h e   r e d ,   w h i t e   a n d   b l u e   o f   t h e   u . s . 🇺 🇸 o r   t h e   b l u e ,   w h i t e   a n d   r e d   o f   f r a n c e 🇫 🇷 . 
 a n   o l y m p i c   m e d a l   m i g h t   h i n g e   o n   h i s   d e c i s i o n . 
 f r a n c e 🇫 🇷   i s   s t i l l   h o p e f u l   t h a t   e m b i i d   w i l l   c h o o s e   t o   w e a r   i t s   c o l o r s   f o r   t h e   2 0 2 4   p a r i s o l y m p i c s .   p h i l a u n i t e  
u s a b a s k e t b a l l 🇺 🇸   i s   i n t e r e s t e d   i n   r e c r u i t i n g   j o e l e m b i i d   a n d   h o p e s   t o   b e a t   o u t   f r a n c e 🇫 🇷   f o r   h i s   i n t e r n a t i o n a l   s e r v i c e s .   
 t h e   p h i l a d e l p h i a 7 6 e r s   s t a r   i s   e l i g i b l e   t o   p l a y   f o r   t h e   u n i t e d s t a t e s 🇺 🇸   a f t e r   r e c e n t l y   o b t a i n i n g   a m e r i c a n 🇺 🇸   c i t i z e n s h i p .   m a k i n g h i s t o r y   p h i l a u n i t e  
n e w   v i d e o 🚨 ❗ 
 f u l l   v i d e o   l i n k :   
 n b a 2 k   n b a 2 k 2 2   n b a 2 k 3   n b a 2 k 2 1   2 k c o m m u n i t y   2 k   j a m e s h a r d e n   j o e l e m b i i d  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
u s a   b a s k e t b a l l   t e a m   p l a n n i n g   t o   s n a t c h   j o e l   e m b i i d ’ s   n a t i o n a l   c a r e e r   s e r v i c e   v s   f r e n c h   p r o g r a m   –   i n s i d e r   f r e n c h n t   j o e l e m b i i d   u s a n t  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t e a m   u s a   ' s e r i o u s l y   i n t e r e s t e d '   i n   j o e l   e m b i i d   a n d   w i l l   b a t t l e   t e a m   f r a n c e   f o r   t h e   c e n t e r 
 
 
 n b a   b a s k e t b a l l   b a s k e t b a l l d a t a   b a s k e t b a l l a p i   l i v e s c o r e   n b a f i n a l s   n b a d r a f t   t e a m u s a   j o e l e m b i i d   t e a m f r a n c e
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
n b a   o l y m p i c s   p h i l a d e l p h i a 7 6 e r s   j o e l e m b i i d   u s a   b a s k e t b a l l ,   f r a n c e   p r e p a r e   t o   b a t t l e   o v e r   j o e l   e m b i i d  
i n   ( 5 )   y e a r s   t h e   d i s c u s s i o n   a s   t o   w h o   i s   t h e   b e s t   p l a y e r   i n   t h e   n b a   c o u l d   c o m e   d o w n   t o : 
 g i a n n i s a n t e t o k o u n m p o 
 g r e e c e ) 
 l u k a d o n c i c   ( s l o v e n i a ) 
 n i k o l a j o k i c   ( s e r b i a ) 
 v i c t o r w e m b a n y a m a   ( f r a n c e )   o r   
 j o e l e m b i i d   ( c a m e r o o n )   
 n b a   n b a p r e s e a s o n
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
f r a n c e   i s   s t i l l   h o p e f u l   t h a t   j o e l e m b i i d   - -   t h e   r e i g n i n g   n b a   s c o r i n g   c h a m p i o n   - -   w i l l   c h o o s e   t o   w e a r   i t s   c o l o r s   f o r   t h e   2 0 2 4 p a r i s o l y m p i c s   e v e n   t h o u g h   h e   r e c e n t l y   b e c a m e   a n   a m e r i c a n   c i t i z e n ,   n a t i o n a l   t e a m   c o a c h   v i n c e n t   c o l l e t   s a i d   t h u r s d a y .   n b a t w i t t e r  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j o e l e m b i i d   t e a c h i n g   c h e t   a   m o v e . .  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j o e l e m b i i d   h a s   t w o   c h o i c e s :   t h e   r e d ,   w h i t e   a n d   b l u e   o f   t h e   u . s . ,   o r   t h e   b l u e ,   w h i t e   a n d   r e d   o f   f r a n c e .   a n   o l y m p i c   m e d a l   m i g h t   h i n g e   o n   h i s   d e c i s i o n . 

o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
  a t   + 7 0 0   f o r   e a s t   c o n f e r e n c e   w i n n e r   i s   a b s u r d …   t h i s   r o s t e r   ( i f   h e a l t h y )   w i l l   b e   i n   t h e   e c f   e a s i l y . 
 
 m i g h t   f l y   t o   l o u i s i a n a   f r o m   d a l l a s   t o n i g h t   t o   p l a c e   a   s i g n i f i c a n t   w a g e r   t o n i g h t . 
 
 s i x e r s   j o e l e m b i i d   s i x e r s t w i t t e r  
t h e     h a v e   t h e   d e e p e s t   r o s t e r   t h e y   h a v e   h a d   w i t h   j o e l e m b i i d .   i n   a   l o a d e d   e a s t e r n c o n f e r e n c e   w h a t   c a n   t h e   7 6 e r s   a c c o m p l i s h ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a   n b a p r e s e a s o n   p h i l a d e l p h i a   j a m e s h a r d e n   t y r e s e m a x e y   p h i l a d e l p h i s 7 6 e r s   p h i l l y  
' i t ' s   a   b l e s s i n g   t o   b e   a n   a m e r i c a n ' :   n b a   s u p e r s t a r   j o e l   e m b i i d   b e c o m e s   u s   c i t i z e n     g o o d n e w s   p h i l a d e l p h i a 7 6 e r s   j o e l e m b i i d
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
h e r e ' s   t h e     p r o j e c t e d   l i n e - u p   f o r   t h e   u p c o m i n g   s e a s o n !   c a n   a   h e a l t h y   7 6 e r s   s q u a d   w i n   i t   a l l ?   🤔 
 
 j a m e s h a r d e n   t y r e s e m a x e y   t o b i a s h a r r i s   p j t u c k e r   j o e l e m b i i d   7 6 e r s  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j o e l   e m b i i d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o e l e m b i i d   j o e l   e m b i i d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
i & a m p ; 3 9 ; m   c o n c e r n e d   a b o u t   j o e l   . . . 
   
 
   
 7 6 e r s n e w s   7 6 e r s u p d a t e s   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n s i x e r s   j o e l e m b i i d   j o e l e m b i i d 7 6 e r s   j o e l e m b i i d i n s h a p e   j o e l e m b i i d o u t o f s h a p e   j o e l e m b i i d p r a c t i c e   j o e l e m b i i d p r o b l e m s   j o e l e m b i i d s i x e r s  
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
w o u l d   e m b i i d ,   d u r a n t ,   & a m p ;   . . . 
   
 
   
 7 6 e r s h i g h l i g h t s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c h i n e y o g w u m i k e   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   j a m e s h a r d e n   j a m e s h a r d e n n e w s   j o e l e m b i i d   k d   k d h a r d e n   k e n d r i c k p e r k i n s   k e v i n d u r a n t   m a l i k a a n d r e w s  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
n b a   g m s   v o t e   n i k o l a j o k i c   a s   b e s t   c e n t e r   i n   t h e   l e a g u e   o v e r   j o e l e m b i i d .   n b a t w i t t e r   n b a g m s u r v e y  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   g m s   h a v e   p i c k e d   l u k a   d o n c i c   a s   t h e   f a v o r i t e   t o   w i n   m v p   t h i s   s e a s o n !   💪 🤩 
 
 n a m e   y o u r   f a v o r i t e   m v p   c a n d i d a t e   e n t e r i n g   2 0 2 2 - 2 3   s e a s o n !   🗣 ️ 🏆 
 
 l u k a d o n c i c   g i a n n i s   s t e p h e n c u r r y   j o e l e m b i i d   n b a   m v p  
l o s   a n g e l e s   c l i p p e r s   v s   p o r t l a n d   t r a i l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
h e r e   a r e   m y   3 ️ ⃣   r e a s o n s   w h y   t h e   p h i l a d e l p h i a   7 6 e r s   w i l l   g o   o 5 0 . 5   w i n s ,   l i n e   b y       7 6 e r s   j a m e s h a r d e n   j o e l e m b i i d   
   n b a t w i t t e r  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b e n   s i m m o n s   m a k e s   h i s   n e t s   d e b u t   t o d a y   -   a g a i n s t   j o e l   e m b i i d   a n d   7 6 e r s !   😤 🍿 
 
 w h o   y o u   g o t ? 
 
 b e n s i m m o n s   b r o o k l y n n e t s   j o e l e m b i i d   7 6 e r s   n b a p r e s e a s o n  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
s t e v e   k e r r   p o s t g a m e   i n t e r v i e w   |   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n  
j a m e s   h a r d e n   " f i g u r i n g   t h i n g s   o u t "   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s n e w s   7 6 e r s t r a i n i n g c a m p   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j a m e s h a r d e n h i g h l i g h t s   j o e l e m b i i d   n b a   n b a n e w s   n b a p r e s e a s o n   n b a t r a i n i n g c a m p  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j o e l   e m b i i d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o e l e m b i i d   j o e l   e m b i i d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   j o e l   e m b i i d   s a y s   b e i n g   a n   a m e r i c a n   i s   a   ‘ b l e s s i n g ’   –   o u t k i c k   –       a m e r i c a n   b l e s s i n g   e m b i i d   j o e l
  d e f i n i t e l y   i n   t o p   4   a m o n g   b i g   m e n .   e m b i i d ,   r o b e r t w i l l i a m s ,   g o b e r t   a n d   t h e n   l o o n d o g   n o t   i n   a n y   p a r t i c u l a r   o r d e r .   b u t   w h e n   i t   c o m e s   g u a r d i n g   t h e   g u a r d s   -   l o o n   i s   1   a m o n g   t h e m .   i f   h e   c a n   a d d   m o r e   b l o c k s   a n d   a   l i t t l e   f o r c e f u l   r e b o u n d i n g ,   f l a r i n g   o f   t h e   e l b o w   -   h e   c a n   b e   1
t h e   n b a   s u p e r s t a r s   a r e   l o o k i n g   f o r w a r d   t o   s t r u t t i n g   t h e i r   s t u f f   o n   t h e   c o u r t .   w h o   i s   y o u r   e a r l y   m v p   p i c k   t h i s   y e a r ?     d o n c i c   e m b i i d   a n t e t o k o u n m p o   d u r a n t   j o k i c   t a t u m   m o r a n t   c u r r y   j a m e s   w i l l i a m s o n   b o o k e r   l i l l a r d
j o e l e m b i i d   h a s   2   c h o i c e s :   t h e   r e d ,   w h i t e   a n d   b l u e   o f   t h e   u . s . 🇺 🇸 o r   t h e   b l u e ,   w h i t e   a n d   r e d   o f   f r a n c e 🇫 🇷 . 
 a n   o l y m p i c   m e d a l   m i g h t   h i n g e   o n   h i s   d e c i s i o n . 
 f r a n c e 🇫 🇷   i s   s t i l l   h o p e f u l   t h a t   e m b i i d   w i l l   c h o o s e   t o   w e a r   i t s   c o l o r s   f o r   t h e   2 0 2 4   p a r i s o l y m p i c s .   p h i l a u n i t e  
e m b i i d   s i x e r s   s p o r t s 
 s i x e r s ’   j o e l   e m b i i d   i n   e x c e s s i v e   d e m a n d   f o r   n a t i o n w i d e   g r o u p s   
  
    t h e   n b a   s h o u l d   o f   g i v e n   h i m   t h e   m v p   h e   d e s e r v e d   e m b i i d
t h e   n b a   g e n e r a l   m a n a g e r s   h a v e   g i v e n   t h e i r   p r e d i c t i o n s   o n   t h e   u p c o m i n g   s e a s o n .   🏀 
 
 h e r e   i   g o   t h r o u g h   a   f e w   o f   t h o s e   p r e d i c t i o n s : 
 
 
 
 m v p   c h a m p i o n s h i p   b o s t o n c e l t i c s   l o s a n g e l e s c l   d o n c i c   e m b i i d  
e m b i i d   l o o k i n g   a t   t h e   d r a y m o n d   p u n c h   🥊   & a m p ;   t h i n k i n g   -   “ u   m e a n   i   c o u l d ’ v e   d o n e   t h a t   t o   b e n s i m m o n s   l a s t   y e a r ? ”  
w h o   w o u l d   y o u   r a t h e r   h a v e   o n   y o u r   t e a m ?   🤔 
 
 ❤ ️   f o r   n i k o l a   j o k i c 
 🔁   f o r   j o e l   e m b i i d 
 
 j o k i c   |   e m b i i d  
j o e l   e m b i i d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o e l e m b i i d   j o e l   e m b i i d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   j o e l   e m b i i d   s a y s   b e i n g   a n   a m e r i c a n   i s   a   ‘ b l e s s i n g ’   –   o u t k i c k   –       a m e r i c a n   b l e s s i n g   e m b i i d   j o e l
t h e   s i x e r s   h a v e   m o r e   d e p t h   t h a n   p r e v i o u s   s e a s o n s   i n   t h e   e m b i i d   e r a .   f u r k a n   k o r k m a z   c o u l d   p r o v i d e   e v e n   m o r e   w i t h   a   b o u n c e   b a c k   c a m p a i g n .   n e w   p i e c e   o n   t h e   .   

  d e f i n i t e l y   i n   t o p   4   a m o n g   b i g   m e n .   e m b i i d ,   r o b e r t w i l l i a m s ,   g o b e r t   a n d   t h e n   l o o n d o g   n o t   i n   a n y   p a r t i c u l a r   o r d e r .   b u t   w h e n   i t   c o m e s   g u a r d i n g   t h e   g u a r d s   -   l o o n   i s   1   a m o n g   t h e m .   i f   h e   c a n   a d d   m o r e   b l o c k s   a n d   a   l i t t l e   f o r c e f u l   r e b o u n d i n g ,   f l a r i n g   o f   t h e   e l b o w   -   h e   c a n   b e   1
t h e   n b a   s u p e r s t a r s   a r e   l o o k i n g   f o r w a r d   t o   s t r u t t i n g   t h e i r   s t u f f   o n   t h e   c o u r t .   w h o   i s   y o u r   e a r l y   m v p   p i c k   t h i s   y e a r ?     d o n c i c   e m b i i d   a n t e t o k o u n m p o   d u r a n t   j o k i c   t a t u m   m o r a n t   c u r r y   j a m e s   w i l l i a m s o n   b o o k e r   l i l l a r d
j o e l e m b i i d   h a s   2   c h o i c e s :   t h e   r e d ,   w h i t e   a n d   b l u e   o f   t h e   u . s . 🇺 🇸 o r   t h e   b l u e ,   w h i t e   a n d   r e d   o f   f r a n c e 🇫 🇷 . 
 a n   o l y m p i c   m e d a l   m i g h t   h i n g e   o n   h i s   d e c i s i o n . 
 f r a n c e 🇫 🇷   i s   s t i l l   h o p e f u l   t h a t   e m b i i d   w i l l   c h o o s e   t o   w e a r   i t s   c o l o r s   f o r   t h e   2 0 2 4   p a r i s o l y m p i c s .   p h i l a u n i t e  
e m b i i d   s i x e r s   s p o r t s 
 s i x e r s ’   j o e l   e m b i i d   i n   e x c e s s i v e   d e m a n d   f o r   n a t i o n w i d e   g r o u p s   
  
    t h e   n b a   s h o u l d   o f   g i v e n   h i m   t h e   m v p   h e   d e s e r v e d   e m b i i d
t h e   n b a   g e n e r a l   m a n a g e r s   h a v e   g i v e n   t h e i r   p r e d i c t i o n s   o n   t h e   u p c o m i n g   s e a s o n .   🏀 
 
 h e r e   i   g o   t h r o u g h   a   f e w   o f   t h o s e   p r e d i c t i o n s : 
 
 
 
 m v p   c h a m p i o n s h i p   b o s t o n c e l t i c s   l o s a n g e l e s c l   d o n c i c   e m b i i d  
e m b i i d   l o o k i n g   a t   t h e   d r a y m o n d   p u n c h   🥊   & a m p ;   t h i n k i n g   -   “ u   m e a n   i   c o u l d ’ v e   d o n e   t h a t   t o   b e n s i m m o n s   l a s t   y e a r ? ”  
w h o   w o u l d   y o u   r a t h e r   h a v e   o n   y o u r   t e a m ?   🤔 
 
 ❤ ️   f o r   n i k o l a   j o k i c 
 🔁   f o r   j o e l   e m b i i d 
 
 j o k i c   |   e m b i i d  
j o e l   e m b i i d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o e l e m b i i d   j o e l   e m b i i d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   j o e l   e m b i i d   s a y s   b e i n g   a n   a m e r i c a n   i s   a   ‘ b l e s s i n g ’   –   o u t k i c k   –       a m e r i c a n   b l e s s i n g   e m b i i d   j o e l
t h e   s i x e r s   h a v e   m o r e   d e p t h   t h a n   p r e v i o u s   s e a s o n s   i n   t h e   e m b i i d   e r a .   f u r k a n   k o r k m a z   c o u l d   p r o v i d e   e v e n   m o r e   w i t h   a   b o u n c e   b a c k   c a m p a i g n .   n e w   p i e c e   o n   t h e   .   

---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [62], in <cell line: 1>()
      1 for id, tweets in tweets_df_76ers1.items():
      2     for tweet in tweets:
----> 3         analysis = TextBlob(tweets_df_76ers1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_76ers1 = tweets_df_76ers1.append({
      5             'name': id,
      6             'text': tweets_df_76ers1.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\textblob\blob.py:384, in BaseBlob.__init__(self, text, tokenizer, pos_tagger, np_extractor, analyzer, parser, classifier, clean_html)
    380 def __init__(self, text, tokenizer=None,
    381             pos_tagger=None, np_extractor=None, analyzer=None,
    382             parser=None, classifier=None, clean_html=False):
    383     if not isinstance(text, basestring):
--> 384         raise TypeError('The `text` argument passed to `__init__(text)` '
    385                         'must be a string, not {0}'.format(type(text)))
    386     if clean_html:
    387         raise NotImplementedError("clean_html has been deprecated. "
    388                                 "To remove HTML markup, use BeautifulSoup's "
    389                                 "get_text() function")

TypeError: The `text` argument passed to `__init__(text)` must be a string, not <class 'pandas.core.series.Series'>
In [63]:
for id, tweets in tweets_df_76ers2.items():
    for tweet in tweets:
        analysis = SentimentIntensityAnalyzer(tweets_df_76ers2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_76ers2 = tweets_df_76ers2.append({
            'name': id,
            'text': tweets_df_76ers2.text
        }, ignore_index=True)
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w k 3 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
6 0 %   3 f g %   l e t ' s   g o ! ! ! ! ! ! ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   p h i l a d e l p h i a 7 6 e r s   t a l e n h o r t o n t u c k e r  
7 6 e r s   h a v e   s i g n e d   p a t r i c k   m c c a w   p a t r i c k m c c a w   p h i l a d e l p h i a 7 6 e r s  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   p h i l a d e l p h i a 7 6 e r s   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 7 6 e r s v s c a v a l i e r s   a t l a n t i c d i v i s i o n   c a v a l i e r s v s 7 6 e r s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   p h i l a d e l p h i a 7 6 e r s  
c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   p h i l a d e l p h i a 7 6 e r s   t a l e n h o r t o n t u c k e r  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   t o   9 7 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w k 3 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
u s   w h e n   m a x e y   p l a y s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
[ t a i l g a t e   t h r e a d ]   p h i l a d e l p h i a   7 6 e r s   ( 2 - 0 )   @   c l e v e l a n d   c a v a l i e r s   ( 0 - 1 )   -   0 7 : 0 0   p m   e d t 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
t h e   p h i l l i e s   a r e   h e a d e d   t o   n l d s ! ! !   t i m e   t o   c e l e b r a t e   🍾 🍾 🍾   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b c s p o r t s p h i l a d e l p h i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   p h i l l y  
j a m e s   h a r d e n   o n   j o e l   e m b i i d :   “ h e ’ s   o n e   o f   o n e ”   j a m e s h a r d e n   j o e l e m b i i d   p h i l a d e l p h i a 7 6 e r s  
w h a t   a   g r e a t   t i m e   t o   b e   a   p h i l l y   s p o r t s   f a n !   e a g l e s   p h i l l i e s   s i x e r s   a n d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r a v e s   c a r d i n a l s   e a g l e s c a r d i n a l s   e a s t e r n c o n f e r e n c e   k y l e r m u r r a y   n b c s p o r t s p h i l a d e l p h i a   n i c k s i r i a n n i   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   p l a y o f f s  
p h i l a d e l p h i a   7 6 e r s :   j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
a r e   y o u   w o r r i e d   a b o u t   t h e   r e s t   o f   t h e   n f c   e a s t ?   |   e a g l e s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a r r e t t b r o o k s   d a l l a s w e e k   e a g l e s p o s t g a m e l i v e   e a s t e r n c o n f e r e n c e   g i a n t s   m i c h a e l b a r k a n n   n b c s p o r t s p h i l a d e l p h i a   n f c e a s t   p h i l a d e l p h i a 7 6 e r s   r e u b e n f r a n k   r o n j a w o r s k i  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
o n e   m a n   t r i b e   i n   p h i l a d e l p h i a     w w e   e x t r e m e r u l e s   w e l l s f a r g o c e n t e r   w u w   j o h n y r o d z   w w e   e x t r e m e r u l e s 2 0 2 2   w w e e x t r e m e r u l e s 2 0 2 2   g e r o n i m o   g l e a s o n s g y m   p h i l a d e l p h i a 7 6 e r s   p e n n s y l v a n i a               _        
j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
f u r k   & a m p ;   j o e   h a d   a   s u d d e n   d e a t h   s h o o t o u t   t o   d e c i d e   t h e   w i n n e r   o f   t h e   s c r i m m a g e   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
[ c r o s s i n g   b r o a d ]   f i r s t   l o o k   a t   t h e   s i x e r s   c i t y   e d i t i o n   j e r s e y s   a t   d i c k ’ s   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
" t y r e s e   m a x e y   i s   a   b u d d i n g   n b a   s t a r ! "   |   r b   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   7 6 e r s v s c a v s   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   n b a p r e s e a s o n   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s n e w s   p h i l a d e l p h i a s i x e r s   p h i l l y t a k e w i t h r b   s i x e r s  
f u r k   & a m p ;   j o e   h a d   a   s u d d e n   d e a t h   s h o o t o u t   t o   d e c i d e   t h e   w i n n e r   o f   t h e   s c r i m m a g e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
g r o u p   p h o t o .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
a   w i l d   w i n !   t h e   p h i l l i e s   s i x - r u n   9 t h   i n n i n g   h e l p   s t e a l   g a m e   o n e   i n   s t .   l o u i s   |   p h i l l i e s   p o s t g a m e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b c s p o r t s p h i l a d e l p h i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   p h i l l y  
|   p h i l a d e l p h i a   7 6 e r s   |   2 0 2 1   n b a   d r a f t   |   5 9 f i f t y   |   b l u e / r e d   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   2 0 2 1   d r a f t   5 9 f i f t y   b l u e r e d   h a t c r a w l e r   f i t t e d   n e w e r a 
 

|   p h i l a d e l p h i a   7 6 e r s   |   |   5 9 f i f t y   |   r o y a l   b l u e   |   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   5 9 f i f t y   r o y a l   b l u e   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

u s a b a s k e t b a l l 🇺 🇸   i s   i n t e r e s t e d   i n   r e c r u i t i n g   j o e l e m b i i d   a n d   h o p e s   t o   b e a t   o u t   f r a n c e 🇫 🇷   f o r   h i s   i n t e r n a t i o n a l   s e r v i c e s .   
 t h e   p h i l a d e l p h i a 7 6 e r s   s t a r   i s   e l i g i b l e   t o   p l a y   f o r   t h e   u n i t e d s t a t e s 🇺 🇸   a f t e r   r e c e n t l y   o b t a i n i n g   a m e r i c a n 🇺 🇸   c i t i z e n s h i p .   m a k i n g h i s t o r y   p h i l a u n i t e  
[ j a m e s   h a r d e n ]   c r a z y   c o m e b a c k     
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   " c i t y   c l u s t e r "   s i d e   p a t c h   g r a y   b o t t o m   r o y a l   5 9 f i f t y   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   c i t y   c l u s t e r   s i d e   p a t c h   g r a y   b o t t o m 
 

n b a   o l y m p i c s   p h i l a d e l p h i a 7 6 e r s   j o e l e m b i i d   u s a   b a s k e t b a l l ,   f r a n c e   p r e p a r e   t o   b a t t l e   o v e r   j o e l   e m b i i d  
h i m   a n d   m o n t r e z l   a r e   g o n n a   b r i n g   t h a t   b u l l d o g   m e n t a l i t y   w e ’ v e   l a c k e d   f o r   y e a r s .   c a n t   w a i t   p h i l a u n i t e   7 6 e r s   p h i l a d e l p h i a 7 6 e r s  
s c o r e b o a r d   r u n n i n g   s m o o t h   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
t o b i a s   h a r r i s   t a l k s   n e w   b e g i n n i n g s   a n d   b r i n g i n g   a   c h a m p i o n s h i p   t o   p h i l a d e l p h i a 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
w i l l   t y r e s e   m a x e y   e m e r g e   a s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b r i a n w i n d h o r s t   e a s t e r n c o n f e r e n c e   e s p n   e s p n 7 6 e r s   e s p n n b a   e s p n n b a t o d a y   h i g h l i g h t s   n b a 2 0 2 2   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   n b a t o d a y   p j t u c k e r   p h i l a d e l p h i a 7 6 e r s   p j t u c k e r  
i s   j a m e s   h a r d e n   b a c k   t o   ' m v p '   f o r m   -   s i x e r s   v s   c a v s   p o s t g a m e   t h o u g h t s   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
i s   j a m e s   h a r d e n   b a c k   t o   ' m v p '   f o r m   -   s i x e r s   v s   c a v s   p o s t g a m e   t h o u g h t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
n e w e s t   a d d i t i o n   t o   t h e   m a n   c a v e     .   t a l k i n g   a b o u t   t h e   n e x t   j a   m o r a n t   7 6 e r s   p h i l a u n i t e   p h i l a d e l p h i a 7 6 e r s  
s h a r i f e   c o o p e r   ( c a v s   d e b u t )   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c a v s p r e s e a s o n   c l e v e l a n d c a v s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   n b a   n b a 2 k 2 3   p h i l a d e l p h i a 7 6 e r s   s h a r i f e c o o p e r   s h a r i f e c o o p e r a o t   s h a r i f e c o o p e r a u b u r n  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   e a c h   t e a m .   t h i s   i s   t h e   7 6 e r s   e d i t i o n ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
a n o t h e r   g o o d   w a t c h   a l l e n i v e r s o n   t h e a n s w e r   n o   d o u b t i n g   h i s   a m a z i n g   t a l e n t ,   d o m i n a t e d   g a m e s   a t   u n d e r   6 ’   b u t   w h a t   a   c o n t r o v e r s i a l   c h a r a c t e r ,   a   g e n i u s   b u t   a n   a t t i t u d e   t h a t   m u s t   h a v e   b e e n   v e r y   d i f f i c u l t   t o   m a n a g e   
 
 n b a h a l l o f f a m e   a l l e n i v e r s o n t h e a n s w e r   p h i l a d e l p h i a 7 6 e r s   n b a  
t h e   s i x e r s   & a m p ; 3 9 ; b i g   e n e r g y & a m p ; 3 9 ;   c h a i n   i s   b a c k   💪   s h o r t s 
   
 
   
 2 0 2 2 2 3 n b a s e a s o n   7 6 e r s   a t l a n t i c d i v i s i o n   d e a n t h o n y m e l t o n   e a s t e r n c o n f e r e n c e   n b a   n b c s p o r t s p h i l a d e l p h i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   p h i l l y   t y r e s e m a x e y  
c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   p h i l a d e l p h i a 7 6 e r s   t a l e n h o r t o n t u c k e r  
' i t ' s   a   b l e s s i n g   t o   b e   a n   a m e r i c a n ' :   n b a   s u p e r s t a r   j o e l   e m b i i d   b e c o m e s   u s   c i t i z e n     g o o d n e w s   p h i l a d e l p h i a 7 6 e r s   j o e l e m b i i d
[ r o s e n ]   p o s t g a m e   i n   a n   e m p t y   g y m ,     h a s   b e e n   o u t   h e r e   s h o o t i n g   f o r   a   v e r y   l o n g   t i m e . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
k e v i n   h a r t   t a l k s   e a g l e s   a n d   7 6 e r s   f u l l   i n t e r v i e w   |   s p o r t s c e n t e r 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   e s p n   p h i l a d e l p h i a 7 6 e r s   s p o r t s   s p o r t s n e w s   v i r a l  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b l a z e r s v s j a z z   e a s t e r n c o n f e r e n c e   j a z z v s b l a z e r s   n b a h i g h l i g h t s   n b a p l a y o f f s   p h i l a d e l p h i a 7 6 e r s  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
t y r e s e   m a x e y   d r o p s   2 1   p o i n t s   i n   1 5   m i n u t e s   | |   f u l l   h i g h l i g h t s   v s   t h e   c a v a l i e r s   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   t o   1 1 2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
e n d e   b a s k e t b a l l   h e r r e n   
 n b a s a i s o n v o r b e r e i t u n g   
 1 2 2 : 9 7   i n d i a n a p a c e r s   v s   c h a r l o t t e h o r n e t s   
 1 1 2 : 1 1 3   c l e v e l a n d c a v a l i e r s   v s   p h i l a d e l p h i a 7 6 e r s   
 1 2 5 : 1 1 9   n v   t o r o n t o r a p t o r s   v s   b o s t o n c e l t i c s   
 9 8 : 9 6   d a l l a s m a v e r i c k s   v s   o k l a h o m a c i t y t h u n d e r
s c o r e b o a r d   r u n n i n g   s m o o t h 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
[ h a r r i s o n   g r i m m ]   “ t h e   b e l i e f   w a s   t h a t   h a r r e l l ,   t h e   n b a ’ s   2 0 2 0   s i x t h   m a n   o f   t h e   y e a   . . .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
l i k e   h a r d e n     o n   " l a t e   n i g h t   t h o u g h t s "     m i x t a p e   s w i n d l a a a   j a m e s h a r d e n   p h i l a d e l p h i a 7 6 e r s   b a s k e t b a l l  
f i r s t   s i x e r s   g a m e   w i t h   d a d d y   ♥ ️ 💙 🖤 🤍 🏀 🏀 🏀   p h i l a d e l p h i a 7 6 e r s   i v e r s o n  
l o n g   l i v e   t h e   k i n g 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
[ h o o p s ]   l o o k   a t   b e n   s i m m o n s   f a c e   a f t e r   h i s   b r i c k   h i t s   k y r i e   i n   t h e   f a c e   😭   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
d o c   r i v e r s   w a n t s   j a m e s   h a r d e n   t o   b e   ‘ a   s c o r i n g   m a g i c   j o h n s o n ’   d o c r i v e r s   j a m e s h a r d e n   p h i l a d e l p h i a 7 6 e r s  
t h e   s i x e r s ’   p a u l   r e e d   i s   s e r v i n g   a s   j o e l   e m b i i d ’ s   b a c k u p   —   a n d   e v e n   h e ’ s   a   b i t   s u r p r i s e d 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
b e n   s i m m o n s   h i g h l i g h t s   v s   p h i l a d e l p h i a   7 6 e r s !   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s v s 7 6 e r s   b r o o k l y n n e t s v s p h i l a d e l p h i a 7 6 e r s   e a s t e r n c o n f e r e n c e   n b a p r e s e a s o n   n e t s   n e t s v s 7 6 e r s   n e t s v s p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s  
[ h a r r i s o n   g r i m m ]   “ t h e   b e l i e f   w a s   t h a t   h a r r e l l ,   t h e   n b a ’ s   2 0 2 0   s i x t h   m a n   o f   t h e   y e a r ,   w o u l d   b e   p e n c i l e d   i n   a s   j o e l   e m b i i d ’ s   b a c k u p .   i n s t e a d ,   r e e d   w a s   n o .   2   a t   l a s t   w e e k ’ s   t r a i n i n g   c a m p   a t   t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
t h e   p r o c e s s   & a m p ;   t h e   f r a n c h i s e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
c a l l   i t   a n   o v e r r e a c t i o n   a f t e r   o n e   h a l f   o f   a   p r e s e a s o n   m a t c h   b u t   t y r e s e   m a x e y   f o r   w h o ? 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   w i t h   a   f i n a l   s c o r e   o f   1 2 7   t o   1 0 8   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
t o n i g h t   m o n t r e z l   h a r r e l   s c o r e d   1 0   p o i n t s ,   h a d   5   r e b o u n d s ,   a n d   3   a s t   o n   3 - 5 ,   a n d   f o u l e d   o u t ,   a l l   i n   j u s t   1 2   m i n u t e s .   a b s o l u t e l y   a m a z i n g 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
b e n   s i m m o n s   b r o o k l y n   n e t s   d e b u t   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b y u   c b a   c h i n a   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   f r e d e t t e   j i m m e r   j i m o d a s h e n   n b a   p h i l a d e l p h i a 7 6 e r s   r u d y g o b e r t   s h a n g h a i s h a r k s   t h e l o n e l y m a s t e r   u t a h j a z z  
h e ’ s   b a c k   w i t h   a   v e n g e a n c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
7 6 e r s   a t   n e t s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   3 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 0 9   p h i l a d e l p h i a 7 6 e r s  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   w i t h   a   f i n a l   s c o r e   o f   1 2 7   t o   1 0 8 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
n b a   p h i l a d e l p h i a   7 6 e r s   2 d   t r a c k s u i t s   j a c k e t 
 l i n k   t o   b u y   :   
 n b a   s i x e r s   p h i l a d e l p h i a 7 6 e r s  
e n d e   b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 2 7 : 1 0 8   p h i l a d e l p h i a 7 6 e r s   v s   b r o o k l y n n e t s   
 9 7 : 1 0 9   o r l a n d o m a g i c   v s   m e m p h i s g r i z z l i e s   
 1 1 2 : 1 0 1   o k l a h o m a c i t y t h u n d e r   v s   d e n v e r n u g g e t s   
 9 7 : 1 0 2   p o r t l a n d t r a i l b l a z e r s   v s   l o s a n g e l e s c l i p p e r s   
 1 0 5 : 7 5   s a c r a m e n t o k i n g s   v s   l o s a n g e l e s l a k e r s
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
[ b o n t e m p s ] :   d a n u e l   h o u s e   g o t   h i t   i n   t h e   n e c k   i n   p r a c t i c e ,   d o c   r i v e r s   s a i d ,   b u t   o t h e r w i s e   t h e r e ’ s   n o   i n j u r y   i s s u e s .   o v e r a l l ,   h e   s a i d   t h e r e ’ s   “ n o t h i n g   t o   r e a d   i n t o ”   h e r e . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a 7 6 e r s   t h e   b e s t   t e a m   i n   t h e   n b a .   n o d e b a t e
[ g a m e   t h r e a d ]   p h i l a d e l p h i a   7 6 e r s   ( 0 - 0 )   @   b r o o k l y n   n e t s   ( 0 - 0 )   -   0 7 : 3 0   p m   e d t   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e   s t r e a m   -   n b a   -   p r e - s e a s o n   ( b a s k e t b a l l ) 
 
 w a t c h   b r o o k l y n   n e t s   l i v e   s t r e a m   a g a i n s t   p h i l a d e l p h i a   7 6 e r s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a  
s p o r t s t r a d i n g c a r d s   s p o r t s c a r d s   t r a d i n g c a r d s   b a s k e t b a l l c a r d s   t h e h o b b y   n b a   n b a t w i t t e r   n b a p r e s e a s o n   p h i l a d e l p h i a 7 6 e r s   s i x e r s   
 c h e c k   o u t   2 0 2 0 - 2 1   c o n t e n d e r s   t y r e s e   m a x e y   r c   a u t o   0 8 / 4 9   f i n a l s   v a r i a t i o n   t i c k e t   p s a   8     e b a y   v i a  
🏀   b a s k e t b a l l :   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   -   n b a 
 ⏰   0 6 . 3 0   u t c + 7 
 ➡     
 
 b a s k e t b a l l   a m e r i c a n   u s a   a m e r i c a n b a s k e t b a l l   b a s k e t b a l l l o v e r s   n b a   p h i l a d e l p h i a 7 6 e r s   b r o o k l y n n e t s
b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a 2 k 2 3   b a s k e t b a l l   n b a   p h i l a d e l p h i a   n b a t w i t t e r   
 l i v e l i n e   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e s t r e a m   
                                             🇺 🇸 l i n k 🏀 🗑 ️ 
 
                                                       ⬇ ️ 
 

[ t a i l g a t e   t h r e a d ]   p h i l a d e l p h i a   7 6 e r s   ( 0 - 0 )   @   b r o o k l y n   n e t s   ( 0 - 0 )   -   0 7 : 3 0   p m   e d t 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
n b a   p h i l a d e l p h i a 7 6 e r s   j a m e s h a r d e n   j a m e s   h a r d e n   g e t t i n g   h i s   m i n d   a n d   b o d y   r i g h t   a h e a d   o f   f i r s t   f u l l   s e a s o n   w i t h   7 6 e r s  
7 6 e r s   f a n s   i t ' s   h a p p e n i n g !   b e n   s i m m o n s   i s   e x p e c t e d   t o   p l a y   i n   t o n i g h t ' s   p r e s e a s o n   g a m e   a g a i n s t   p h i l l y .   h o w   m a n y   p o i n t s   w i l l   h e   d r o p   i n   h i s   r e t u r n ?   n b a   n b a t w i t t e r   g a m b l i n g t w i t t e r   s p o r t s b e t   s p o r t s b e t s   s p o r t s b e t t i n g t w i t t e r   s p o r t s b e t t o r   p h i l a d e l p h i a 7 6 e r s   b e n s i m m o n s   7 6 e r s
m o n ,   3 r d   o c t :   b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   -   o d d   @   1 . 9 
 m o r e   d e t a i l s   o n :   
 b a s k e t t i p s   b a s k e t p r e d i c t i o n   b a s k e t b a l l b e t s   n b a p r e s e a s o n   u s a b a s k e t
t h i s   w o m a n   i s   f r o m   t h e   h s i t o r i c a l   m u s e u m   b u t   i t   l o o k s   l i k e   s h e ’ s   d r a w i n g   u p   a   g   . . .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
t h i s   w o m a n   i s   f r o m   t h e   h s i t o r i c a l   m u s e u m   b u t   i t   l o o k s   l i k e   s h e ’ s   d r a w i n g   u p   a   g a m e   w i n n i n g   p l a y . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
h e   i s   w h o   w e   t h o u g h t   h e   i s !     p h i l a d e l p h i a   7 6 e r s   b a s k e t b a l l  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
m i c h a e l   j r .   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m i c h a e l j r .   m i c h a e l   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
p a u l   r e e d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a u l r e e d   p a u l   r e e d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
t y r e s e   m a x e y   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e m a x e y   t y r e s e   m a x e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
t o b i a s   h a r r i s   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t o b i a s h a r r i s   t o b i a s   h a r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
d e ' a n t h o n y   m e l t o n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e ' a n t h o n y m e l t o n   d e ' a n t h o n y   m e l t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
w h i c h   f i v e   b e n c h   p l a y e r s   s h o u l d   t h e   s i x e r s   u s e ? 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   p h i l l y   s i x e r s   w e a r e t h e v a l l e y   p h o e n i x   s u n s   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   h a w k s
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e   p h i l a d e l p h i a   7 6 e r s   n b a  
j a r r e t t   a l l e n   h i g h l i g h t s   -   c a v a l i e r s   v s .   7 6 e r s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   j a r r e t t   a l l e n   c l e   p h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c l e v e l a n d   c a v a l i e r s   p h i l a d e l p h i a   7 6 e r s
d o n o v a n   m i t c h e l l   w i t h   t h e   m a s s i v e   r e j e c t i o n   ❌ 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d o n o v a n   m i t c h e l l   b l o c k   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
🏆   n b a 
 
 🏀   c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 c l e v e l a n d   p h i l a d e l p h i a   n b a  
t o b i a s   h a r r i s   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t o b i a s h a r r i s   t o b i a s   h a r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
f u r k a n   k o r k m a z   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f u r k a n k o r k m a z   f u r k a n   k o r k m a z   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
l o s   a n g e l e s   l a k e r s :   p r e d i c t i n g   t h e   t e a m ' s   l e a d e r s   i n   e v e r y   s t a t   c a t e g o r y 
 
 
 
 n b a   t h u n d e r u p   h o u s t o n   r o c k e t s   p h i l a d e l p h i a   7 6 e r s   s i x e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s   m f f l   s u n s   b u c k s
1 0   y e a r s   l a t e r :   h o w   t h e   h a r d e n   t r a d e   c o s t   t h e   o k c   t h u n d e r   a   d y n a s t y 
 
 
 
 n b a   t h u n d e r u p   o k l a h o m a   t h u n d e r   o k c   h o u s t o n   r o c k e t s   p h i l a d e l p h i a   7 6 e r s   s i x e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s
p h i l a d e l p h i a   7 6 e r s :   j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r .   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
s i x e r s   s i g n   g - l e a g u e   r o o k i e   o f   t h e   y e a r   t o   n e w   c o n t r a c t 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   m e m p h i s   g r i z z l i e s   n b a j a p a n g a m e s   n b a 2 k 2 3     m f f l   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
e a g l e s   a r e   5 - 0 . 
 p h i l l i e s   s w e p t   c a r d i n a l s   i n   w i l d c a r d . 
 s i x e r s   a r e   2 - 0   i n   t h e   p r e s e a s o n . 
 p h i l l y s p o r t s   e a g l e s n a t i o n   p h i l l i e s   s i x e r s   p h i l a d e l p h i a e a g l e s   p h i l a d e l p h i a p h i l l i e s   7 6 e r s   p h i l a d e l p h i a
f u r k   & a m p ;   j o e   h a d   a   s u d d e n   d e a t h   s h o o t o u t   t o   d e c i d e   t h e   w i n n e r   o f   t h e   s c r i m m a g e   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
[ c r o s s i n g   b r o a d ]   f i r s t   l o o k   a t   t h e   s i x e r s   c i t y   e d i t i o n   j e r s e y s   a t   d i c k ’ s   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
t h e   n e w     c i t y   e d i t i o n   j e r s e y   h a s   l e a k e d ! 
 
 v n d s g n   p h i l a d e l p h i a   7 6 e r s   c i t y o f b r o t h e r l y l o v e  
g r o u p   p h o t o .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
|   p h i l a d e l p h i a   7 6 e r s   |   2 0 2 1   n b a   d r a f t   |   5 9 f i f t y   |   b l u e / r e d   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   2 0 2 1   d r a f t   5 9 f i f t y   b l u e r e d   h a t c r a w l e r   f i t t e d   n e w e r a 
 

|   p h i l a d e l p h i a   7 6 e r s   |   |   5 9 f i f t y   |   r o y a l   b l u e   |   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   5 9 f i f t y   r o y a l   b l u e   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

[ j a m e s   h a r d e n ]   c r a z y   c o m e b a c k     
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
t y r e s e   m a x e y   m i g h t   b e   t h e   a n s w e r   f o r   p h i l a d e l p h i a   7 6 e r s 
 
 
 
 n b a   s i x e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   n b a t w i t t e r   n b a p r e s e a s o n   n b a j a p a n g a m e s 2 0 2 2   n b a l e a g u e p a s s   n b a i n a b u d h a b i   n b a 2 k 2 3   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   m f f l   l a k e s h o w   l a k e r s
p h i l a d e l p h i a   7 6 e r s   " c i t y   c l u s t e r "   s i d e   p a t c h   g r a y   b o t t o m   r o y a l   5 9 f i f t y   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   c i t y   c l u s t e r   s i d e   p a t c h   g r a y   b o t t o m 
 

t h e   p h i l a d e l p h i a   7 6 e r s   d a n c e r s   r o c k i n ’   t h e i r   t w i n   v i s i o n   b o m b e r   j a c k e t s !   💙 🏀 🔥 
 ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ 
 p h i l a d e l p h i a   7 6 e r s   d a n c e   t v a   t w i n v i s i o n   d a r e t o b e b o l d  
s c o r e b o a r d   r u n n i n g   s m o o t h   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
i s   j a m e s   h a r d e n   b a c k   t o   ' m v p '   f o r m   -   s i x e r s   v s   c a v s   p o s t g a m e   t h o u g h t s   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
t h e     h a v e   t h e   d e e p e s t   r o s t e r   t h e y   h a v e   h a d   w i t h   j o e l e m b i i d .   i n   a   l o a d e d   e a s t e r n c o n f e r e n c e   w h a t   c a n   t h e   7 6 e r s   a c c o m p l i s h ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a   n b a p r e s e a s o n   p h i l a d e l p h i a   j a m e s h a r d e n   t y r e s e m a x e y   p h i l a d e l p h i s 7 6 e r s   p h i l l y  
b a s k e t b a l l   r o o k i e   c a r d   t y r e s e   m a x e y   p h i l a d e l p h i a   7 6 e r s   2 0 2 1   o p t i c   p a n i n i   -   c l i c k   h e r e   
 
 b a s k e t b a l l   s p o r t s   p h i l a d e l p h i a   c o l l e c t i b l e  
t h e   s i x e r s   & a m p ; 3 9 ; b i g   e n e r g y & a m p ; 3 9 ;   c h a i n   i s   b a c k   💪   s h o r t s 
   
 
   
 2 0 2 2 2 3 n b a s e a s o n   7 6 e r s   a t l a n t i c d i v i s i o n   d e a n t h o n y m e l t o n   e a s t e r n c o n f e r e n c e   n b a   n b c s p o r t s p h i l a d e l p h i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   p h i l l y   t y r e s e m a x e y  
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
p a u l   r e e d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a u l r e e d   p a u l   r e e d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
d e ' a n t h o n y   m e l t o n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e ' a n t h o n y m e l t o n   d e ' a n t h o n y   m e l t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
🏀 p h i l a d e l p h i a   7 6 e r s   🆚   c l e v e l a n d   c a v a l i e r s   🏀 
 
 🌐 
 
 t i p s t e r   p r o f i l e :   
 
 a r e   y o u   l o o k i n g   f o r   f r e e   t i p s ?   w e   g o t   y o u ,   j o i n   u s !   👇 
 
 🌐 
 
 s c o r e b o s s 
 p h i l a d e l p h i a   
 7 6 e r s   
 n b a  
t y r e s e   m a x e y   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e m a x e y   t y r e s e   m a x e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
j o e l   e m b i i d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o e l e m b i i d   j o e l   e m b i i d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
s h a k e   m i l t o n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s h a k e m i l t o n   s h a k e   m i l t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
' e x c i t e d '   m i t c h e l l   s c o r e s   1 6   i n   h i s   c a v a l i e r s   d e b u t   p h i l a d e l p h i a   7 6 e r s   n b a  
d o n o v a n   m i t c h e l l ' s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   c a v a l i e r s   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
k e v i n   h a r t   t a l k s   e a g l e s   a n d   7 6 e r s   f u l l   i n t e r v i e w   |   s p o r t s c e n t e r   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
k e v i n   h a r t   t a l k s   e a g l e s   a n d   7 6 e r s   f u l l   i n t e r v i e w   |   s p o r t s c e n t e r   p h i l a d e l p h i a   e a g l e s   n f l   v i d e o :  
[ h a r r i s o n   g r i m m ]   “ t h e   b e l i e f   w a s   t h a t   h a r r e l l ,   t h e   n b a ’ s   2 0 2 0   s i x t h   m a n   o f   t h e   y e a   . . .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
s i x e r s :   p o s i t i v e s   a n d   n e g a t i v e s   f r o m   p r e s e a s o n   w i n   o v e r   n e t s 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   b e t h e f i g h t   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
j a m e s   h a r d e n   m a k i n g   p e o p l e   l o o k   s i l l y   a g a i n   😮 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a m e s   h a r d e n   a n k l e b r e a k e r   c r o s s o v e r   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
w e l c o m e   t o   c l e v e l a n d   d o n o v a n 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d o n o v a n   m i t c h e l l   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
d o   w e   g o t   3   o u t   o f   t h e   t o p   1 5   b e s t   d e f e n d e r s   i n   t h e   l e a g u e ?   n b a t w i t t e r   p h i l a d e l p h i a   7 6 e r s  
[ h o o p s ]   l o o k   a t   b e n   s i m m o n s   f a c e   a f t e r   h i s   b r i c k   h i t s   k y r i e   i n   t h e   f a c e   😭   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
d o c   r i v e r s   t a l k s   b e n   s i m m o n s   r e t u r n ,   c a l l s   j a m e s   h a r d e n   a   ' s c o r i n g   m a g i c   j o h n s o n '   |   n b a   t o d a y   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   w i t h   a   f i n a l   s c o r e   o f   1 2 7   t o   1 0 8   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
t h e   b i l l i o n a i r e   o w n e r s   o f   t h e   7 6 e r s   w a n t   t o   b u i l d   a   n e w   a r e n a   1 0 0   f e e t   a w a y   f r o m   c h i n a t o w n   -   t e l l   t h e m   t h e y   n e e d   t o   l i s t e n   t o   t h e   p e o p l e   w h o   c a l l   c h i n a t o w n   h o m e   a n d   s t o p   p l a y i n g   g a m e s   w i t h   o u r   c o m m u n i t y :   
 
 s a v e c h i n a t o w n   p h i l a d e l p h i a  
j a d e n   s p r i n g e r   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a d e n s p r i n g e r   j a d e n   s p r i n g e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
g e o r g e s   n i a n g   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g e o r g e s n i a n g   g e o r g e s   n i a n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
i s a i a h   j o e   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h j o e   i s a i a h   j o e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
t o b i a s   h a r r i s   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t o b i a s h a r r i s   t o b i a s   h a r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
m o n t r e z l   h a r r e l l   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m o n t r e z l h a r r e l l   m o n t r e z l   h a r r e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
p a u l   r e e d   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a u l r e e d   p a u l   r e e d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   3   |   2 0 2 2   n b a   p r e s e a s o n   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
' g r a t e f u l '   s i m m o n s   m a k e s   h i s   d e b u t   w i t h   n e t s   p h i l a d e l p h i a   7 6 e r s   n b a  
j u l i a n   c h a m p a g n i e   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i a n c h a m p a g n i e   j u l i a n   c h a m p a g n i e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
f u r k a n   k o r k m a z   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f u r k a n k o r k m a z   f u r k a n   k o r k m a z   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
t y r e s e   m a x e y   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e m a x e y   t y r e s e   m a x e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
[ g a m e   t h r e a d ]   p h i l a d e l p h i a   7 6 e r s   ( 0 - 0 )   @   b r o o k l y n   n e t s   ( 0 - 0 )   -   0 7 : 3 0   p m   e d t   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
b e n   s i m m o n s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   n e t s   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
j u l i a n   c h a m p a g n i e   h i g h l i g h t s   -   n e t s   v s .   7 6 e r s   -   3 r d   o c t   2 0 2 2 
 
 
 n b a   j u l i a n   c h a m p a g n i e   b k n   p h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b r o o k l y n   n e t s   p h i l a d e l p h i a   7 6 e r s
k y r i e   i s   j u s t   t o o   n i c e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   k y r i e   i r v i n g   e u r o s t e p   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
b e n   d u n k s   i t   f o r   h i s   f i r s t   n e t ' s   b u c k e t 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   b e n   s i m m o n s   d u n k   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
3   r e a s o n s   w h y   t h e   s i x e r s   w i l l   r e a c h   t h e   n b a   f i n a l s 
 
 
 
 n b a   h e r e t h e y c o m e   s i x e r s   p h i l a d e l p h i a   7 6 e r s   p h i l l y   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   t a k e n o t e   j a z z
o n l y   r e a s o n   b e n   s i m m o n s   p l a y i n g   t o n i g h t   i s   b e c a u s e   h e ’ s   n o t   i n   p h i l l y 🙃 🫠   s i x e r s   7 6 e r s   p h i l a d e l p h i a
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a   n b a   b r o o k l y n  
w a t c h   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e   s t r e a m 
 u s a - n b a   2 0 2 2   
 n b a   g a m e   l i v e   2 0 2 2 
 n b a   n b a l i v e   l i v e t v   b r o o k l y n   n e t s   p h i l a d e l p h i a   7 6 e r s 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐧 𝐤 ⭕ ►    
b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a 2 k 2 3   b a s k e t b a l l   n b a   p h i l a d e l p h i a   n b a t w i t t e r   
 l i v e l i n e   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e s t r e a m   
                                             🇺 🇸 l i n k 🏀 🗑 ️ 
 
                                                       ⬇ ️ 
 

t h i s   i s   t h e   d e e p e s t   t e a m   t h e   7 6 e r s   h a v e   h a d   -   r a m o n a   s h e l b u r n e   |   n b a   t o d a y   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
t h i s   w o m a n   i s   f r o m   t h e   h s i t o r i c a l   m u s e u m   b u t   i t   l o o k s   l i k e   s h e ’ s   d r a w i n g   u p   a   g   . . .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
  p h i l a d e l p h i a   7 6 e r s   - v s . -   c l e v e l a n d   c a v a l i e r s   n b a   p r e s e a s o n   g a m e   l a s t   n i g h t ,   i n   c l e v e l a n d .
    h e y   j a m e s ,   s h o w   u s   o n   t h e   c o u r t   a n d   n o t   o n   t h e   7 6 e r s   c a p o l o g y !
🏀 o b i   t o p p i n | n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 🏀 
 👇 
 
 
 n b a 7 5 
 b l e e d g r e e n 
 n e t s w o r l d 
 n e w s y o r k f o r e v e r 
 7 6 e r s 
 w e t h e n o r t h 
 n b a 
 相 互 フ ォ ロ ー 
 フ ォ ロ ー バ ッ ク
  7 6 e r s   g e t t i n g   s t o m p e d
n b a   m o s t   r e g u l a r   s e a s o n   w i n s 
 
 b o s   c e l t i c s   + 6 0 0 
 d e n   n u g g e t s   + 6 0 0 
 g s   w a r r i o r s   + 6 5 0 
 l a   c l i p p e r s   + 7 5 0 
 b k n   n e t s   + 7 5 0 
 m i l   b u c k s   + 8 0 0 
 p h o   s u n s   + 8 0 0 
 p h i   7 6 e r s   + 1 2 0 0 
 c l e   c a v a l i e r s   + 1 2 0 0 
 m i n   t i m b e r w o l v e s   + 1 2 0 0 
 m e m   g r i z z l i e s   + 1 6 0 0 
 d a l   m a v e r i c k s   + 1 6 0 0 
 
 & a m p ;   m o r e   👇 
  
t h i s   d u d e   d a v i d   r o b e r t s o n …
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   a s s e s s e s   p j   t u c k e r   p l a y i n g   t h e   c e n t e r   s p o t   i n   t h e i r   p r e s e a s o n   w i n   o v e r   t h e   c l e v e l a n d   c a v a l i e r s .    
7 6 e r s   i   l i k e   a g a i n   t h i s   s e a s o n   i   f e e l   l i k e   t h e y   o n   t h e   c u s p   l i k e   t h a t   b u c k s   t e a m   w a s
g r e a t   n i g h t   w i t h   t h e   c a v a l i e r s   a n d   7 6 e r s .     i t ’ s   g r e a t   t o   h a v e   n b a   h o o p s   b a c k .  
u p d a t e :   p r o   h o g   j u s t i n   s m i t h   _   a d d e d   t o   d e l a w a r e   b l u e   c o a t s   g - l e a g u e   r o s t e r   ( a f f i l i a t e   o f   n b a ' s   p h i l a d e l p h i a   7 6 e r s )   . . .   s m i t h   p l a y e d   o n   t h e   s i x e r s '   s u m m e r   l e a g u e   r o s t e r   i n   j u l y   w / p r o   h o g   & a m p ;   7 6 e r s   g   i s a i a h   j o e   _ j o e 1   . . .  
      w h a t ' s   t h e   m a t t   d a m o n   n u m b e r ?   o v e r   7 0 % ? 
 c r y p t o   i s   s p e c u l a t i v e   a s   w e l l ,   7 6 e r s   w o u l d   b e   t h e   t y p e   t o   e x p e c t   a   r e b o u n d   ( b u y   o n   t h e   d i p ! ) .   t h i s   i s   a   f o r m   o f   m o n e y   l a u n d e r i n g ,   w h i c h   i s   a l w a y s   i n e f f i c i e n t .   t h e   u p s i d e s   a r e   t a x   f r e e   $   a n d   e l i g i b i l i t y   f o r   w e l f a r e   p a y m e n t s ,   e t c
h e   i s   w h o   w e   t h o u g h t   h e   i s !     p h i l a d e l p h i a   7 6 e r s   b a s k e t b a l l  
w o j e s p n :   f u l l   a u d i o   o f   s i x e r s   c o a c h   d o c   r i v e r s   o n   t h e   w o j   p o d :    
  s e e :   7 7   b l a z e r s   v   7 6 e r s .   p e r f e c t   e x a m p l e .
    e a g l e s   w   s b ,   p h i l l i e s   w   w s ,   7 6 e r s   w   n b a t i t l e ,   f l y e r s   u n d e r   7 5 . 5   p o i n t s   =   2 0 0 , 0 0 0   d o n ’ t   m e s s   t h i s   u p   f o r   m e   b o y s   t a n k
i   k i n d   o f   b e l i e v e   i n   t h e   7 6 e r s   a s   a   l e g i t   c o n t e n d e r   t h i s   y e a r . 
 
 b u t   t h e n   i   r e m e m b e r   d o c   r i v e r s   i s   t h e i r   c o a c h   a n d   p j   t u c k e r   i s   i n   h i s   7 0 s ,   w h i c h   m a k e s   m e   f e e l   l e s s   i n c l i n e d   t o   b e l i e v e   i n   t h e m .
j a m e s   h a r d e n   w a s   a s k e d   i f   h e   t h o u g h t   h e   g o t   e n o u g h   c r e d i t   f o r   t a k i n g   a   n e a r l y   $ 1 4   m i l l i o n   p a y   c u t   t o   h e l p   t h e   7 6 e r s   t h i s   o f f s e a s o n  
f u l l   a u d i o   o f   s i x e r s   c o a c h   d o c   r i v e r s   o n   t h e   w o j   p o d :    
    y e a h   i   a g r e e   w i t h   a n d r e w .   w e   l o s t   t o   t h e i r   3 r d   s t r i n g e r s .   
 
 b u t   t h a t ’ s   t o   b e   e x p e c t e d   w i t h   a   t e a m   t h i s   y o u n g .   s o m e   n i g h t s   w e ’ r e   g o i n g   t o   l o o k   l i k e   t h e   g r e a t e s t   t e a m   e v e r .   s o m e   n i g h t s   w e ’ r e   g o i n g   t o   l o s e   t o   t h e   t a n k i n g   7 6 e r s
p h i l a d e l p h i a   7 6 e r s   s i g n   3 x   n b a   c h a m p i o n   –   n b a   n e w s  
p h i l a d e l p h i a   7 6 e r s   y o u t h   b l u e   r u s h   t o   s c o r e   s h o r t   s l e e v e   t - s h i r t ,   b l u e ,   1 0 0 %   c o t t o n   j e r s e y ,   s i z e   x l    
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w k 3 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   s i g n   3 x   n b a   c h a m p i o n  
  l o v e d   s h a q   a s   w e l l   w i t h   t h o s e   a w e s o m e   m a g i c   t e a m s .   i   r e a l l y   l o v e d   t h e   p i s t o n s   c h a m p   t e a m s   a s   w e l l .   r i p   w a s   m y   g u y .   m e   a n d   m y   s o n   s a w   t h e   f i n a l   r e g   s e a s o n   g a m e   l a s t   y e a r   r a p s   v s   7 6 e r s   w h e n   s i a k a m   h a d   h i s   t r i p l e   d o u b l e ,   b e s t   f a n   e x p e r i e n c e   o f   m y   l i f e   t b h .  
      w e   n e e d   t o   d i s t i n g u i s h   b t w   c a r d s   t h a t   h a v e   c a s h   v a l u e   a n d   c a r d s   t h a t   a r e   g o o d   o n l y   a t   a   s p e c i f i c   m e r c h a n t .   m e r c h a n t   c a r d s   c a n   b e   s o l d   f o r   l e s s   t h a n   f a c e   v a l u e .   e a r l y   o n   a t   b h   a n d   o n   t h e   m a l l ,   7 6 e r s   e n c o u r a g e d   c a s h   a n d   g i f t   c a r d   d o n a t i o n s .   
 
 w h e r e   i s   a l l   t h e   c a s h ? 
 c r y p t o ? ? ? ?
  7 6 e r s   n e e d   h i m   i m o
    h o n e s t l y   i t ' s   a   c o n f i d e n c e   i s s u e ,   7 6 e r s   f a n s   d i d   t h i s .
p h i l a d e l p h i a   7 6 e r s   v s .   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s b r o u s s a r d   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   f i r s t t h i n g s f i r s t   f o x s p o r t s 1   f s 1   n i c k w r i g h t   s h a n n o n   s h a n n o n s h a r p e   s k i p   s k i p a n d s h a n n o n   s k i p a n d s h a n n o n u n d i s p u t e d   s k i p b a y l e s s   u n d i s p u t e d  
t h e   p h i l a d e l p h i a   7 6 e r s   a l r e a d y   h a d   t h e   t o p   e n d   t a l e n t ,   a n d   n o w   t h e y   f e e l   t h e y   a r e   a   c l e a n e r ,   m o r e   c o m p l e t e   t e a m . 
 
 p j   t u c k e r   t a k e s   p a u l   m i l l s a p ' s   r o s t e r   s p o t .   d e a n t h o n y   m e l t o n   r e p l a c e s   d a n n y   g r e e n .   m o n t r e z l   h a r r e l l   r e p l a c e s   d e a n d r e   j o r d a n .   p h i l l y   m a y   h a v e   t o   l o s e   j o e   o r   s p r i n g e r .  
h e ’ s   r i g h t ,   7 6 e r s   s h o u l d   h a v e   n o   p r o b l e m s   s e n d i n g   t h e   c e l t i c s   p a c k i n g  
h e a d l i n e   i n   p d   … 
 “ c a v a l i e r s   d o n ’ t   g i v e   c o a c h   j . b .   b i c k e r s t a f f   w h a t   h e   w a n t e d   i n   1 1 3 - 9 7   p r e s e a s o n   l o s s   t o   p h i l a d e l p h i a   7 6 e r s ”   …   t h i s   t e a m   i s   g o i n g   t o   m i s s   m a r k k a n e n   s o   m u c h !
    t h a n k   g o d   f o r   t h e   p h i l a d e l p h i a   7 6 e r s
h e   n e e d   a   r i n g   7 6 e r s   v s   c l i p p e r s   c h a m p i o n s h i p  
o n e   w e e k   f o r   7 6 e r s   b a s k e t b a l l ,   o n e   w e e k ! ! ✊
e v e r y o n e   a l l   p i s s e d   c u z   t h e   p h i l l i e s   p l a y   a t   1 p m   o n   a   w e e k d a y   c t f u   b u t   s h i t t t t t   l e t   u s   n i g h t   s h i f t e r s   e a t   f o r   o n c e ! ! !   l m a o   y o u   k n o w   m a n y   7 6 e r s   g a m e s   i   g o t t a   d v r ? ? ?   m a n   i ’ m   h y p e   😂 😂   l e t ’ s   g o   p h i l l i e s   ❗ ️ ❗ ️   r e d o c t o b e r
  w a r r i o r s   v s   7 6 e r s   2 0 2 0
k n i c k s   d e t h r o n e d   t h e   l . a .   l a k e r s   a s   s t u b h u b ' s   t o p   s e l l i n g   t e a m ,   a c c o r d i n g   t o   d a t a   f r o m   t h e   c o m p a n y .   
 
 g o l d e n   s t a t e   @   n . y .   o n   d e c .   2 0   i s   t h e   t o p   ' i n - d e m a n d '   g a m e   i n   t h e   n b a .   
 
 t o p   t e a m s :   
 1 .   k n i c k s   
 2 .   l a l 
 3 .   t o r   
 4 .   c e l t s   
 5 .   g s w   
 6 .   c l i p p e r s 
 7 .   n e t s         
 8 .   m a v s 
 9 .   h e a t 
 1 0 .   7 6 e r s
c o n g r a t u l a t i o n s   t o   t h e   p h i l a d e l p h i a   ‘ 7 6 e r s   f o r   w i n n i n g   t h e   2 0 2 3   n b a   c h a m p i o n s h i p  
7 6 e r s   w i l l   w i n   t h e   n b a   c h a m p i o n s h i p   t h i s   s e a s o n
_ r o _ k   r e g u l a r   s e a s o n .   j u s t   w a t c h i n g   p r e s e a s o n   t o   g e t   a   f e e l .   p l a y e d   7 6 e r s   + 4 . 5   o p e n i n g   n i g h t   a   f e w   w e e k s   a g o   a n d   w i l l   h a v e   3 - 4   m o r e   s e n t   o u t   t o   t h e   p a i d   s e r v i c e   s o o n
7 6 e r s   g u a r d   j a m e s   h a r d e n   s a y s   h e   h a s n ' t   r e c e i v e d   p r o p e r   c r e d i t   f o r   h i s   s e l f l e s s n e s s   a f t e r   s i g n i n g   a   t e a m - f r i e n d l y   d e a l   w i t h   t h e   s i x e r s 
 
 " n o p e ,   b u t   g u e s s   w h a t ?   i   d o n ’ t   c a r e " 
 
 s o u r c e    
f u n k o   g o l d   1 2   n b a :   7 6 e r s   -   j a m e s   h a r d e n   w i t h   c h a s e   ( w a l m a r t   ) 
 l i n k - & g t ; 
 1 4 : 1 5 : 4 1   2 0 2 2 - 1 0 - 1 1   u t c  
n b a p r e s e a s o n   
 l u n e s 
 
 c h a r l o t t e   h o r n e t s   1 0 7 - 1 1 6   w a s h i n g t o n   w i z a r d s 
 c l e v e l a n d   c a v a l i e r s   9 7 - 1 1 3   p h i l a d e l p h i a   7 6 e r s 
 m i a m i   h e a t   1 1 8 - 1 1 0   h o u s t o n   r o c k e t s 
 d e n v e r   n u g g e t s   1 0 7 - 1 0 5   p h o e n i x   s u n s
p h i l a d e l p h i a   7 6 e r s   s t a r   j a m e s   h a r d e n   b e l i e v e s   h e   d o e s n ’ t   g e t   e n o u g h   c r e d i t   f o r   t a k i n g   a   p a y   c u t   i n   f r e e   a g e n c y .    
      7 6 e r s   r i n g   c o n f i r m e d
p h i l a d e l p h i a   7 6 e r s   v s .   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s b r o u s s a r d   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   f i r s t t h i n g s f i r s t   f o x s p o r t s 1   f s 1   n i c k w r i g h t   s h a n n o n   s h a n n o n s h a r p e   s k i p   s k i p a n d s h a n n o n   s k i p a n d s h a n n o n u n d i s p u t e d   s k i p b a y l e s s   u n d i s p u t e d  
t h e   p h i l a d e l p h i a   7 6 e r s   r e a c t   t o   t y r e s e   m a x e y ’ s   b i g   o f f e n s i v e   p e r f o r m a n c e   i n   a   p r e s e a s o n   w i n   o v e r   t h e   c l e v e l a n d   c a v a l i e r s .    
7 6 e r s   a t   c a v a l i e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2  
_ 1 _ r o b       t h e   f i r s t   g a m e   i n   p r e - s e a s o n   i   s a w   h i m   p l a y   f o r   t h e   7 6 e r s   h e   h i t   a   m i d   r a n g e   1 0   f o o t e r   w i t h   h i s   r i g h t   h a n d   a n d   i   t o l d   m y   b u d d y   r i g h t   t h e r e   h e   s h o u l d   b e   s h o o t i n g   r i g h t   h a n d e d . 
 h e   d o e s n ' t   e v e n   l o o k   l i k e   h e   t r y i n g   t o   i m p r o v e   a n d   c h a n g e .     i   d o n ' t   m i s s   h i m   a n d   i   w a s   h u g e   f a n ,   f o o l e d
c a r s e n   e d w a r d s   h a s   b e e n   t r a d e d   t o   t h e   p h i l a d e l p h i a   7 6 e r s   f o r   m a r k o   s i m o n o v i c .
s o o o   d i d   y o u   d o   i t   f o r   p a t s   o n   t h e   b a c k   o r   t o   c o m p e t e   f o r   a   t i t l e ?   i   c a n ' t   s t a n d   t h i s   d u d e ' s   p a s s i v e   a g g r e s s i v e n e s s   🤦 🏾 ‍ ♂ ️ 😂 
 

9 5 %   o f   t h e s   l i k e s   t h i s   i s   g e t t i n g   a r e   f r o m   7 6 e r s   f a n s  
2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ?   b o s t o n   t e a m c e l t i c s   c e l t i c s   c e l t i c s t a l k  
7 6 e r s   h a v e   s i g n e d   p a t r i c k   m c c a w   p a t r i c k m c c a w   p h i l a d e l p h i a 7 6 e r s  
    7 6 e r s   a r e   f r a u d s   l o l   b u t   t h e y   p o s t e d   t h e   4   t e a m s   w h o   o p e n   u p   n e x t   w e e k
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   -   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2   n b a …    
p h i l a d e l p h i a   7 6 e r s   w a i v e   t r e v e l i n   q u e e n  
t h e   p h i l a d e l p h i a   7 6 e r s   w i l l   s i g n   3 - t i m e   c h a m p i o n   p a t r i c k   m c c a w   t o   a   t r a i n i n g   c a m p   d e a l .    
s t e v e   c l i f f o r d   s a i d   t h a t   l a m e l o   b a l l   w i l l   m i s s   w e d n e s d a y ' s   p r e s e a s o n   f i n a l e   a g a i n s t   t h e   7 6 e r s   a f t e r   s u f f e r i n g   a   l e f t   a n k l e   s p r a i n   i n   m o n d a y ' s   l o s s   t o   w a s h i n g t o n .   n b a   p o w c a s t  
🏀   p h i l a d e l p h i a   7 6 e r s   ( )   s i x e r s 
 🆚   w   @   c l e v e l a n d   c a v a l i e r s   l e t e m k n o w   p h i v s c l e 
 ✈ ️   n 6 5 0 d l   |   d a l 8 9 3 8   |   b 7 5 2 
 🛫   c l e   -   1 0 : 5 3   p m   e t 
 🛬   p h l   -   1 1 : 4 8   p m   e t 
 📡   t r a c k i n g :    
i n   t h e   m i d s t   o f   w r i t i n g   m y   o v e r / u n d e r   w i n   t o t a l   c o l u m n   f o r   t h e   7 6 e r s .   i t ' s   t i m e   t o   s c r a p   t h a t   a s   u n l e s s   t h e   n u m b e r   s e t   a t   8 2 ,   i t ' s   g o i n g   o v e r .   m c c a w   r u l e s .  
  h o w   t f   y o u   g o n n a   p u t   c e l t i c s ,   7 6 e r s   a n d   l a k e r s   b u t   n o t   t h e   b u c k s   💀 💀 💀
t h e   s t a r t   o f   t h e   2 0 2 2 - 2 0 2 3   n b a ' s   " r e g . - s e a s o n   g a m e s "   e v e n t   ( a s   o f   n o w )   i n   2 0 2 2   ( o c t . 1 8   2 0 2 2   w / 2   g a m e s   o n   t n t   w / 7 6 e r s - c e l t i c s   i n   b o s t o n   & a m p ;   l a k e r s - w a r r i o r s   i n   s a n   f r a n c i s c o )   i s   1   w k   & a m p ;   7   d a y s   f r o m   t o d a y ! 7 d a y s t i l t h e n b a s e a s o n i n 2 0 2 2   n b a t i p o f f w e e k 2 0 2 2   n b a 2 0 2 3
      d a n n y   g r e e n   g o t   h e c k l e d   b y   p h i l a d e l p h i a   7 6 e r s   f a n s   t o o .
2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ?  
2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ?  
l a d i e s   a n d   g e n t l e m e n   y o u ’ r e   2 0 2 3   n b a   c h a m p s   t h e   p h i l a d e l p h i a   7 6 e r s  
n e w   v i d e o   t o   w a t c h : 
 
 " 7 6 e r s   a t   c a v a l i e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   7 6 e r s   p h i l l y 
 
  
_ y o u n g 4 6   _ r a y v e n   t h i s   s e a s o n   t h i s   g o i n g   b e   l i t   f o r   t h e   7 6 e r s   1 0 0 p +
m y n e x t s e a t :   2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ?  
m y   t o p   1 0   m o s t   h a t e d   p r o f e s s i o n a l   s p o r t s   f r a n c h i s e s :   
 
 1 .   y a n k s   
 2 .   w a r r i o r s   
 3 .   c u b s   
 4 .   r a v e n s 
 5 .   s t e e l e r s 
 6 .   p i s t o n s   
 7 .   c e l t i c s   
 8 .   t i g e r s   
 9 .   t w i n s     
 1 0 .   7 6 e r s
r e a d y   t o   s e e   i f   t y r e s e   m a x x e y   t a k e   i t   t o   t h e   n e x t   l e v e l   f o r   7 6 e r s   t h i s   s e a s o n   n b a t w i t t e r
2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ?  
t h e   p h i l a d e l p h i a   7 6 e r s   w e r e   a b l e   t o   k n o c k   o f f   t h e   c l e v e l a n d   c a v a l i e r s   o n   m o n d a y   1 1 3 - 9 7   o n   t h e   r o a d   t o   i m p r o v e   t o   3 - 0   i n   t h e   p r e s e a s o n   a n d   i t   w a s   d u e   t o   a n o t h e r   b i g   p e r f o r m a n c e   b y   t y r e s e   m a x e y . 
 b y   s i x e r s w i r e 
 

      p . j .   t u c k e r   i s   a   g a m e - c h a n g e r   f o r   t h e   p h i l a d e l p h i a   7 6 e r s .   👍 
 h a s   p r e v i o u s   e x p e r i e n c e   a t   t h e   c e n t e r   p o s i t i o n   i n   5 - o u t   o f f e n s e .
7 6 e r s   n o t   r e a l l y   c a u s e   h a r d e n   i s n t   a t   t h e   p o i n t   o f   h i s   c a r e e r   t o   r o a s t   m i t c h e l l   o r   l e v e r t 
 h a w k s ,   t r a e   p u t s   m o r e   p r e s s u r e   o n   t h e   b i g s   c a u s e   e v e r y   p l a y   i s   a   p n r 
 b u t l e r   i s   a   l i t t l e   b i g   f o r   l e v e r t ,   b u t   i   t h i n k   y o u   c a n   j u s t   p u t   o n e   o f   f r o b l e y   o r   m i t c h e l l   o n   h i m
n f l   p r o p s   🏈   
 w a l l e r   u n d e r   5   c a t c h e s   ( 3 ) ✅ 
 r e n f r o w   o v e r   4 2 . 5   y a r d s ( 2 ) ✖ ️ 
 c l y d e   u n d e r   4 9 . 5   r u s h   y a r d s ( 3 ) ✅ 
 v a l d e s - s c a n t l i n g   o v e r   4 0 . 5   y a r d s   ( 4 ) ✅ 
 
 n b a   🏀   
 7 6 e r s / c a v s   u 2 2 5 . 5   ( 3 ) ✅ 
 
 m a x b e t   💥   |   n f l   🏈   
 r a i d e r s / c h i e f s   o 5 1 . 5   ( 5 ) ✅ 🔥
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
7 6 e r s   g e t   p h y s i c a l   i n   d r u b b i n g   c a v a l i e r s ,   1 1 3 - 9 7 ,   i n   p r e s e a s o n   g a m e 

7 6 e r s   g e t   p h y s i c a l   i n   d r u b b i n g   c a v a l i e r s ,   1 1 3 - 9 7 ,   i n   p r e s e a s o n   g a m e 

p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
i n   b e t w e e n   s i g n i n g - a n d - w a i v i n g   m a c   m c c l u n g   a n d   s i g n i n g   p a t r i c k   m c c a w ,   t h e   7 6 e r s   a l s o   s i g n e d - a n d - w a i v e d   j u s t i n   s m i t h ,   a   l e a g u e   s o u r c e   c o n f i r m e d   t o   .  
2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ?  
2 0 2 2   a t l a n t i c   d i v i s i o n   p r e v i e w :   w i l l   t h e   c e l t i c s ,   7 6 e r s ,   n e t s   o r   r a p t o r s   e m e r g e   a s   t h e   b e s t   t e a m ? 
 
 r e a d   o n   
 
 u o m o e l e g a n t e   g l o o   m i r a d a o n l i n e   e c o s i s t e m a o n l i n e  
g a m e   p i c k s   ( o c t o b e r   1 0 ) 
 n b a   🏀 
 w i z a r d s   ✅ ️ 
 7 6 e r s   ✅ ️ 
 h e a t   ✅ ️ 
 n u g g e t s   ✅ ️ 
 
 c l e a n   s w e e p   l a s t   n i g h t   i n   n b a ,   p i c k s   c o n t i n u e   t o d a y   w i t h   m o r e   n b a   p r e s e a s o n ,   t h e   n h l ' s   r e g u l a r   s e a s o n   i s   s t a r t i n g   t o n i g h t   t o o ! !  
      h a v e   t h e   7 6 e r s   m a d e   t h e   c o n f e r e n c e   f i n a l s   s i n c e   a l l e n   i v e r s o n   i n   2 0 0 1 ?
h e a t   w o n   
 n u g g e t s   w o n 
 w i z a r d s   w o n 
 7 6 e r s   w o n
t h e   p h i l a d e l p h i a   7 6 e r s   t o   w i n   i t   a l l   t h i s   y e a r   i s   p r i c e d   a t   1 9 o d d s 
 
 t h e y ’ v e   h a d   a   p r o d u c t i v e   t r a i n i n g   c a m p ,   d o c   s a y s   t h e y   w a n n a   l e a d   t h e   n b a   i n   d e f e n s e   t h i s   y e a r ,   h a r d e n   i s   i n   s h a p e   a n d   l o o k s   f a n t a s t i c   a n d   t h e y ’ r e   a   d e e p   s q u a d 
 
 w h o   s a y s   n o ?
c a v s   f a l l   a g a i n s t   t h e   s i x e r s   a n e w ,   r e m a i n   w i n l e s s   i n   t h e   p r e s e a s o n 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   7 6 e r s 

  s o m e h o w   t h e   7 6 e r s   a r e   s t i l l   p o s t e r s   o f   t h e   e a s t .
7 6 e r s   g e t   p h y s i c a l   i n   d r u b b i n g   c a v a l i e r s ,   1 1 3 - 9 7 ,   i n   p r e s e a s o n   g a m e 

    n o   w a y   y ' a l l   t h i n k   7 6 e r s   a r e   g o n n a   b e   c h a m p s 💀 💀
7 6 e r s   a r e   w i n n i n g   i t   a l l .  
t h e   p h i l a d e l p h i a   7 6 e r s   h a v e   s i g n e d   p a t r i c k   m c c a w   t o   a   t r a i n i n g   c a m p   c o n t r a c t ,   a   l e a g u e   s o u r c e   t e l l s   .
    m y   d u d e   l a n d o n   t h i n k s   t h i s   i s   o u r   y e a r !   7 6 e r s  
o c t o b e r   1 1 
 h a p p y   b i r t h d a y ! 
 
 
 e a g l e s   g o b i r d s   f l y e a g l e s f l y   7 6 e r s   s i x e r s   p h i l a u n i t e   p h i l l i e s   r i n g t h e b e l l   f l y e r s   b r i n g i t t o b r o a d   d o o p  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
    i t ’ s   r e a l l y   i n s a n e   t h e y ’ r e   g o n n a   g i v e   p e o p l e   2 - 3   d a y s   n o t i c e   o n   a   g a m e   t h a t ’ s   l i k e l y   g o i n g   t o   b e   a   w e e k d a y   d a y   g a m e
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   p h i l a d e l p h i a 7 6 e r s   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
7 6 e r s   g e t   p h y s i c a l   i n   d r u b b i n g   c a v a l i e r s ,   1 1 3 - 9 7 ,   i n   p r e s e a s o n   g a m e 

p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
  n o r t h e a s t   p r e v i e w 
 🗓   o c t   1 6 t h   
 📍 7 6 e r s   f i e l d h o u s e  
m i c h a e l   j r .   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m i c h a e l j r .   m i c h a e l   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
n b a   p o i n t   s h a v i n !   p h i v s c l e   n b a p r e s e a s o n   c h e a t i n   c l e v e l a n d   c a v a l i e r s   c a v s   7 6 e r s  
    _ j r 1   e m b i i d   +   7 6 e r s   h a v e   c h o k e d   a w a y   3   p l a y o f f s   i n   a   r o w   n o w   a n d   m i a m i   h a v e   b e e n   b e t t e r   t h a n   t h e m   l a s t   3   s e a s o n s 
 b u t   h e y   y o u   c o u l d   b e   r i g h t   t h i s   s e a s o n ,   i   j u s t   f o u n d   i t   f u n n y   y o u ’ r e   s a y i n g   s o m e o n e ’ s   u n b i a s e d   w h e n   y o u   h a v e   a l l   t h a t   o n   y o u r   p r o f i l e
d e a n   w a d e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e a n w a d e   d e a n   w a d e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
_ 7 6 e r s     l i k e   b r o ,   i ’ m   t r y n a   f i g u r e   o u t   i f   i   c a n   b u y   t i c k e t s   y e t ? !   i   u s e d   a l l   m y   p t o .   i f   t h a t   m f   i s n ’ t   a t   7 : 3 0   i   n e e d   t o   k n o w .
w o n d e r   i f   t h e   m l b   i s   j u s t   g o n n a   w a i t   u n t i l   f r i d a y   m o r n i n g   t o   a n n o u n c e   w h a t   t i m e   t h e   p h i l l i e s   p l a y   o n   f r i d a y . 
 
   n o   p r o b l e m   g u y s ,   i t ’ s   n o t   l i k e   p e o p l e   h a v e   j o b s
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
y o u   f e l t   s o   h o r r i b l e   y o u   d i d n ’ t   e v e n   c h e c k   t o   m a k e   s u r e   h e ’ s   o k a y   a s   y o u   w a l k e d   r i g h t   b y   h i m   l a y i n g   o n   t h e   g r o u n d   😂  
_ h o o p s   i   t h i n k   7 6 e r s
c a r i s   l e v e r t   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a r i s l e v e r t   c a r i s   l e v e r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
_   d i d n ' t   j t a t u m   c o m m i t   o v e r   1 0 0   t u r n o v e r s ?   t h a t   i s   a   s e r i o u s   s e l f - i n f l i c t e d   w o u n d ,   b e y o n d   t h a t ,   y e s ,   t h e   n e t s   7 6 e r s   b u c k s   h e a t   a l l   l o o k i n g   l i k e   s e r i o u s   c o n t e n d e r s . i f   b e n s i m m o n s   s h o o t s   f r e e   t h r o w s   a l l   d a y   w i t h   k d   & a m p ;   k y r i e ,   h o w   g o o d   c a n   t h e y   b e ? c e l t i c s   g o o d ,   n o t   t h e   b e s t - y e t
u g l y   s t a r t   s i n k s   c a v s   i n   p r e s e a s o n   g a m e   a g a i n s t   7 6 e r s  
t y r e s e   m a x e y   c o n t i n u e s   t o   h a v e   a   h u g e   p r e s e a s o n   a s   t h e   p h i l a d e l p h i a   7 6 e r s   k n o c k   o f f   t h e   c l e v e l a n d   c a v a l i e r s   o n   t h e   r o a d .    
p a u l   r e e d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a u l r e e d   p a u l   r e e d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
2 0 2 0   2 1   f l a w l e s s   t y r e s e   m a x e y   h   s p o r t s c a r d s   a d  
t y r e s e   m a x e y   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e m a x e y   t y r e s e   m a x e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   n b a   f u l l   g a m e   1 0 . 1 0 . 2 0 2 2    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   g a m e   4 t h   q t r   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2 - 2 3   n b a …    
_ e g a n     m l b   i s   t h e   o n l y   s p o r t   t o   p l a y   a f t e r n o o n   w e e k d a y   g a m e s   s m h ,   i t ’ s   r i d i c u l o u s ,   i m a g i n e   i f   t h e   n b a   s a i d   g a m e   3   o f   t h e   7 6 e r s   a n d   h a w k s   w i l l   b e   a t   1 p m   o n   t u e s d a y
g o   7 6 e r s !  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   -   . . . 
   
 
   
 7 6 e r s v s c a v a l i e r s   7 6 e r s v s c a v a l i e r s p r e s e a s o n h i g h l i g h t s r e a c t i o n   7 6 e r s v s c a v a l i e r s p r e s e a s o n r e a c t i o n   7 6 e r s v s c a v a l i e r s p r e s e a s o n r e a c t i o n 2 0 2 2   7 6 e r s v s c a v a l i e r s r e a c t i o n   a t l a n t i c d i v i s i o n   c a v a l i e r s v s 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
d o   p e o p l e   a c t u a l l y   s p e n d   3   h o u r s   o f   t h e i r   d a y   w a t c h i n g   t h e   p h i l a d e l p h i a   7 6 e r s ?
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
d o c   r i v e r s   g i v e s   c a n d i d   o u t l o o k   o n   p h i l a d e l p h i a   7 6 e r s ’   b e n   s i m m o n s - j o e l   e m b i i d   e r a  
t h e   p h i l a d e l p h i a   7 6 e r s   h a v e   w o n   t h e   2 0 2 5   n b a   s u m m e r   l e a g u e   c h a m p i o n s h i p .
_ j u l i x n   n o   c h a n c e .   l i v e r p o o l   a n d   7 6 e r s . . .   🤢   ^ c k
h e   i s   c r e a t i v e   h e   p l a y s   o n   t h e   7 6 e r s
m a i l d a y 
 
 r e a l l y   e x c i t e d   t o   r e c i e v e   t h i s   t o d a y   i n   t h e   m a i l .   a   n i c e   r p a   w i t h   o n   c a r d   a u t o   🔥 
 
 r e a l l y   e n j o y   w a t c h i n g   t h i s   k i d   .   
 
 t y r e s e m a x e y   n b a   7 6 e r s   p h i l a u n i t e   s p o r t s c a r d s   t h e h o b b y   t r a d i n g c a r d s   r o o k i e  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 7 6 e r s c a v s   7 6 e r s v s c a v a l i e r s   7 6 e r s v s c a v a l i e r s p r e s e a s o n r e a c t i o n   7 6 e r s v s c a v a l i e r s p r e s e a s o n r e a c t i o n 2 0 2 2   7 6 e r s v s c a v s   a t l a n t i c d i v i s i o n   c a v a l i e r s v s 7 6 e r s   c a v a l i e r s v s 7 6 e r s 2 0 2 2   c a v a l i e r s v s 7 6 e r s f r e e p i c k  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   3 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
1 9 8 6   f l e e r   b a s k e t b a l l   7   c h a r l e s   b a r k l e y   7 6 e r s   r c   r o o k i e   h o f   p s a   1 0   "   p r i s t i n e   " 
 🔗   
 
 e b a y   u n i t e d s t a t e s   a u c t i o n   s p o r t s c a r d s   t h e h o b b y   w h o d o y o u c o l l e c t   f i n d s p o r t s c a r d s  
_ j r 1   s w a p   7 6 e r s   w i t h   t h e   m a v s   a n d   y o u   g o o d
    h e   w a s   w i t   t h e   7 6 e r s ? 😭   c o m e   b a c k   t o   c h i
d a n u e l   h o u s e   j r .   i s   q u i c k l y   b e c o m i n g   a   f a v o r i t e   i n   t h e   l o c k e r   r o o m   f o r   t h e   p h i l a d e l p h i a   7 6 e r s .    
  7 6 e r s   f a n s   r n :  
t h e   p h i l a d e l p h i a   7 6 e r s   a r e   s i g n i n g   f r e e   a g e n t   a a r o n   g o r d o n   t o   a   m a x   c o n t r a c t .   p e r   h i s   a g e n t .
n e w   t u m b l r   p o s t :   " n b a 2 k 2 3   p h i l a d e l p h i a   7 6 e r s   v s   w a s h i n g t o n   w i z a r d s   m y l e a g u e   p s 4 . . . "     i f t t t ,   y o u t u b e ,   t w i t c h
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   3 r d   q t r   |   o c t   1 0   |   2 0 2 2   n b a …    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2 - 2 3   n b a   p r e s e a s o n    
  g o   7 6 e r s
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 7 6 e r s v s c a v a l i e r s   a t l a n t i c d i v i s i o n   c a v a l i e r s v s 7 6 e r s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   p h i l a d e l p h i a 7 6 e r s  
7 6 e r s   a t   c a v a l i e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 4 4  
    s t a k e   i s   7 6 e r s   u   a l r d y   k n o w
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   -   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2   n b a   . . .    
n b a   p r e s e a s o n :   t h e   p h i l a d e l p h i a   7 6 e r s   e x t e n d   w i n n i n g   s t r e a k   a g a i n s t   t h e   c l e v e l a n d   c a v a l i e r s .  
d e a r   t w i t t e r v e r s e .   h e r e   a r e   s o m e   f a c t s   y o u   s h o u l d   k n o w   a b o u t   t a y l o r   s w i f t .   a t   a g e   1 1 ,   s h e   p e r f o r m e d   a t   a   p h i l a d e l p h i a   7 6 e r s   g a m e   a n d   s a n g   ' t h e   s t a r   s p a n g l e d   b a n n e r '   .   s h e   i s   a   a m a z i n g   s i n g e r .
i t   i s   t r u e   t h a t   c h r i s   p a u l   p l a y s   q u e s t i o n a b l e   f o u l   c a l l s   w h i c h   s u p p o r t s   t h e   7 6 e r s   a n d   t h e i r   d e s i r e s   t o   w i n   a   l o t   o f   b a s k e t b a l l   g a m e s   g s e m c o a c h
1 0 x   n b a   a l l - s t a r !   c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   7 6 e r s   f u l l   g a m e   h i g h l i g h t s   |   2 0 2 2   n b a   p r e s e a s o n    
_ p   e a s t :   7 6 e r s   n e t s   c a v s   b u c k s   m i a m i   t o p 5 👀
    w e l l   a t   l e a s t   y o u   g o t   t h e   m a j o r   c o m p s   c o v e r e d   m a t e .   f l y e r s ,   e a g l e s ,   p h i l l i e s ,   7 6 e r s   a n d   e v e n   t h e   u n i o n   i n   t h e   m l s   l o l
p h i l a d e l p h i a   7 6 e r s   w a i v e   f o r m e r   w a r r i o r s   a n d   l a k e r s   g u a r d   –   n b a   n e w s  
p h i l a d e l p h i a   7 6 e r s   n e w s :   m a x e y   l e a d s   s i x e r s   t o   a n o t h e r   p r e s e a s o n   w i n   o v e r   c a v a l i e r s  
t h e   m i a m i   h e a t   w o n   1 1 8 - 1 1 0   o v e r   t h e   h o u s t o n   r o c k e t s .   f o r   t h e   h e a t ,   m a x   s t r u s   h a d   2 4   p o i n t s   ( 5 - 1 0   t h r e e - p o i n t   f i e l d   g o a l s )   a n d   4   r e b o u n d s ,   w h i l e   s h a k e   m i l t o n   i s   s h a k i n g   t h i n g s   u p   t h i s   p r e s e a s o n   a s   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t e d   t h e   c a v a l i e r s . 
 𝐃 𝐨 𝐰 𝐧 𝐥 𝐨 𝐚 𝐝   𝐭 𝐡 𝐞   𝐎 𝐊 𝐁 𝐞 𝐭 . . .  
c a v a l i e r s   d o n ’ t   g i v e   c o a c h   j ․ b ․   b i c k e r s t a f f   w h a t   h e   w a n t e d   i n   1 1 3 - 9 7   p r e s e a s o n   l o s s   t o   p h i l a d e l p h i a   7 6 e r s  
t h e   m i a m i   h e a t   w o n   1 1 8 - 1 1 0   o v e r   t h e   h o u s t o n   r o c k e t s .   f o r   t h e   h e a t ,   m a x   s t r u s   h a d   2 4   p o i n t s   ( 5 - 1 0   t h r e e - p o i n t   f i e l d   g o a l s )   a n d   4   r e b o u n d s ,   w h i l e   s h a k e   m i l t o n   i s   s h a k i n g   t h i n g s   u p   t h i s   p r e s e a s o n   a s   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t e d   t h e   c a v a l i e r s . 
 𝐃 𝐨 𝐰 𝐧 𝐥 𝐨 𝐚 𝐝   𝐭 𝐡 𝐞   𝐎 𝐊 𝐁 𝐞 𝐭   !  
  7 6 e r s   a t   c a v a l i e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2    
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   s t a n d i n g s   2 0 2 2 ;   n b a   g a m e   t o d a y ;   n b a   s c h e d u l e   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   w i z a r d s   h o r n e t s   7 6 e r s   c a v a l i e r s   r o c k e t s   h e a t   s u n s   n u g g e t s
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   7 6 e r s v s c a v a l i e r s   7 6 e r s v s c a v a l i e r s 2 0 2 2   b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s  
i   k n o w   i ' m   l a t e   o n   t h i s   b u t   t h e   7 6 e r s   w i n ! ! ! ! !  
b r e a k i n g :   7 6 e r s   r e p o r t e d l y   s i g n i n g   f o r m e r   b u l l s   a n d   l a k e r s   p l a y e r   -   s p o r t s   i l l u s t r a t e d    
n b a p r e s e a s o n   r e s u l t   t o d a y ⤵ ️ 
 
 h o r n e t s   1 0 7 : 1 1 6   w i z a r d s 
 c a v s   9 7 : 1 1 3   7 6 e r s 
 m i a m i   1 1 8 : 1 1 0   h o u s t o n 
 d e n v e r   1 0 7 : 1 0 5   s u n s ,     i s h   s m i t h   🔥 🔥 
 
 n b a   n b a p l  
  p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s / 2 0 2 2   n b a   p r e s e a s o n ,   o c t o b e r   1 0 .    
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   r e v e a l s   t h a t   t h e   s t a r t e r s   w i l l   p l a y   m i n u t e s   i n   e a c h   o f   t h e   f i n a l   t w o   p r e s e a s o n   g a m e s .    
t o b i a s   h a r r i s   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t o b i a s h a r r i s   t o b i a s   h a r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s
n b a   p r e s e a s o n   h i g h l i g h t s :   7 6 e r s   1 1 3 ,   c a v a l i e r s   9 7   –    
n b a   p r e s e a s o n   h i g h l i g h t s :   7 6 e r s   1 1 3 ,   c a v a l i e r s   9 7   –    
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
d e ' a n t h o n y   m e l t o n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e ' a n t h o n y m e l t o n   d e ' a n t h o n y   m e l t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
j a m e s   h a r d e n   n b a   p l a y e r   a l l   p o s s e s s i o n s   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 . . .     v i a  
w h i c h   f i v e   b e n c h   p l a y e r s   s h o u l d   t h e   s i x e r s   u s e ? 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   p h i l l y   s i x e r s   w e a r e t h e v a l l e y   p h o e n i x   s u n s   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   h a w k s
" i   t o o k   t h i s   j o b   b e c a u s e   o f   j o e l   e m b i i d   a n d   b e n   s i m m o n s "   -   d o c   r i v e r s   g i v e s   c a n d i d   o u t l o o k   o n   p h i l a d e l p h i a   7 6 e r s '   b e n   s i m m o n s - j o e l   e m b i i d   e r a     b a s k e t b a l l
e s p n ' s   z a c h   l o w e   r a n k s   p h o e n i x   s u n s   o u t s i d e   ' t h e   i n n e r   c i r c l e ' 
 
 
 
 n b a   w e a r e t h e v a l l e y   p h o e n i x   s u n s   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   d u b n a t i o n   h a w k s
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
r a n k i n g   t h e   s p u r s   r o s t e r   b y   s h a r p s h o o t i n g   a b i l i t y 
 
 
 
 n b a   g o s p u r s g o   s a n a n t o n i o   s p u r s   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   b e t h e f i g h t   d u b n a t i o n   h a w k s
n b a :   5   s t a r s   f a c i n g   t h e   m o s t   p r e s s u r e   h e a d i n g   i n t o   2 0 2 2 - 2 3 
 
 
 
 n b a   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   b e t h e f i g h t   d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n
c h i c a g o   b u l l s :   a n d r e   d r u m m o n d   i s   n o w   a   s h a r p - s h o o t i n g   u n i c o r n 
 
 
 
 n b a   c h i c a g o   b u l l s n a t i o n   b u l l s   c l i p p e r n a t i o n   w e t h e n o r t h   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   b e t h e f i g h t   d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n
s a c r a m e n t o   k i n g s   l e a v e   f o o t p r i n t s   a l l   o v e r   2 0 2 2   n b a   a p p   g m   s u r v e y 
 
 
 
 n b a   s a c r a m e n t o p r o u d   k i n g s   s a c r a m e n t o   w e t h e n o r t h   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   w e a r e t h e v a l l e y     d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n
d r a y m o n d   g r e e n   s i t u a t i o n   s h o w s   v a l u e   o f   r a p t o r s '   c u l t u r e 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   t r u e t o a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   w e a r e t h e v a l l e y     d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n   m f f l   t a k e n o t e   c l i p p e r s
a t l a n t a   h a w k s   i n   t a l k s   a b o u t   p h o e n i x   s u n s   f   j a e   c r o w d e r 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   7 6 e r s   w e a r e t h e v a l l e y   p h o e n i x   s u n s   d u b n a t i o n   w a r r i o r s   b u l l s n a t i o n   m f f l   t a k e n o t e   c l i p p e r s
p . j .   t u c k e r   s h i n e s   i n   s m a l l - b a l l   c e n t e r   r o l e   d u r i n g   p r e s e a s o n   v i c t o r y    
s i x e r s   f i n a l   r o s t e r   c u t   m a d e   c l e a r   a f t e r   r e c e i v i n g   z e r o   m i n u t e s   i n   p r e s e a s o n   m a t c h u p    
d o n o v a n   m i t c h e l l   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d o n o v a n m i t c h e l l   d o n o v a n   m i t c h e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
  _ 7 6 e r s   l m a o   w e   w o u l d   n e v e r   g e t   a w a y   w i t h   t h a t   t b h
_ g o r d o n   _ 7 6 e r s   h e   a l s o   s a i d   h e ' l l   p u t   g i b b e r i s h   i n   f o r   p e o p l e s   n a m e s   w h e n   h e   i s   i n   d r i v e   t h r u
  _ 7 6 e r s   h o w   💀 
 i   m e a n   i t   i s   h a r d   t o   h e a r   s o m e t i m e s   b u t   s t i l l . . .
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   t o   9 7 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
_ g o r d o n   _ 7 6 e r s   m y   b r o t h e r   o n c e   m i s s p e l l e d   " k i k i "   t o   m a k e   i t   s a y   " r a t a n g l e "   b e c a u s e   t h a t   i s   w h a t   h e   h e a r d 💀
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
  _ 7 6 e r s   o h   y e a h   w e l l   i ' m   k i n d a   u s e d   t o   t h a t   i   h a v e   t o   a s k   p e o p l e   t o   r e p e a t   a l l   t h e   t i m e . . .   o f t e n   t h e i r   n a m e   a n d   s o m e t i m e s   o t h e r   s t u f f   a n d   s o m e t i m e s   i   a s k   t h e m   t o   r e p e a t   b c   i ' m   b u s y   m a k i n g   6   m i l k s h a k e s   a n d   i   f o r g o t   o r   a m   j u s t   g a i n i n g   t i m e . . .
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e   p h i l a d e l p h i a   7 6 e r s   n b a  
_ g o r d o n   _ 7 6 e r s   a n d   i t   b e c o m e s   a w k w a r d   w h e n   y o u   n e e d   t o   a s k   t h e m   w h a t   t h e y   s a i d   a g a i n
  _ 7 6 e r s   l u c k i l y   u   c a n   t u r n   t h e   h e a d s e t   o f f   o r   j u s t   h o l d   t h e   m i c   a w a y   f r o m   u r   m o u t h   b u t   t h e n   i t ' s   h a r d   b c   u   h a v e   t o   a b r u p t l y   s t o p   t a l k i n g   o r   n o t   h e a r   w h a t   t h e y   s a i d . . .
_ g o r d o n   _ 7 6 e r s   t h e y   m u s t   t h i n k   a   n u k e   w e n t   o f f   i n   t h e r e   o r   s o m e t h i n g
  _ 7 6 e r s   w a i t   u n t i l   y o u ' r e   i n   t h e   m i d d l e   o f   t a k i n g   a n   o r d e r   a t   w o r k   ( e s p e c i a l l y   o n   h e a d s e t   t h a t ' s   t h e   w o r s t )   a n d   u   h a v e   t o   s n e e z e   r i g h t   i n   t h e   m i d d l e   o f   i t . . .
j a r r e t t   a l l e n   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a r r e t t a l l e n   j a r r e t t   a l l e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
  j u s t   f o r   k d   t o   d e m a n d   a n o t h e r   t r a d e   n e x t   o f f s e a s o n   b c   h e   d i d n ’ t   w i n   a   c h i p ?   i   t h i n k   7 6 e r s   f a n s   w o u l d   b e   s m a r t   t o   s a y   n o
1 0 x   n b a   a l l - s t a r !   p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   3 r d   q t r   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n    
t h e   p h i l a d e l p h i a   7 6 e r s   r e a c t   t o   t y r e s e   m a x e y ’ s   b i g   o f f e n s i v e   p e r f o r m a n c e   i n   a   p r e s e a s o n   w i n   o v e r   t h e   c l e v e l a n d   c a v a l i e r s .    
a t   l e a s t   i   g o t   t h e   7 6 e r s   a n d   t y r e s e   m a x e y
  a t   l e a s t   y o u r   j e t s   d i d   w e l l . . i ' m   o n   t o   7 6 e r s   b a s k e t b a l l .   c a n ' t   t a k e   t o o   m u c h   m o r e   o f   t h i s   m e s s   t h i s   y e a r
t y r e s e   m a x e y   h a s   b e e n   o n   f i r e   t h r o u g h   3   g a m e s   t h i s   p r e s e a s o n 
 
 a f t e r   a   g r e a t   p o s t   a l l   s t a r   b r e a k ,   a   s t r o n g   p l a y o f f s ,   a n d   t h i s   h o t   p r e s e a s o n   s t a r t ,   h e   l o o k s   t o   m a k e   a n o t h e r   s i g n i f i c a n t   j u m p   a s   a   p l a y e r   i n   y e a r   3 
 
 i f   h e   c a n   t a k e   a   b i g   l e a p ,   t h i s   7 6 e r s   t e a m   c e i l i n g   i s   w i n n i n g   i n   j u n e  
1 - 4   u n b e l i e v a b l e ! ! 😒 😒   7 6 e r s   b a s k e t b a l l   a r o u n d   t h e   c o r n e r   t h o u g h . 😃   t h i s   y e a r   i s   c r a z y   w h e n   i t   c o m e s   t o   t h e   r a i d e r s   😮 ‍ 💨
7 6 e r s   g e t   p h y s i c a l   i n   d r u b b i n g   c a v a l i e r s ,   1 1 3 - 9 7 ,   i n   p r e s e a s o n   g a m e 

7 6 e r s   g e t   p h y s i c a l   i n   d r u b b i n g   c a v a l i e r s ,   1 1 3 - 9 7 ,   i n   p r e s e a s o n   g a m e 

7 6 e r s   g e t   p h y s i c a l   i n   d r u b b i n g   c a v a l i e r s ,   1 1 3 - 9 7 ,   i n   p r e s e a s o n   g a m e 

7 6 e r s   g e t   p h y s i c a l   i n   d r u b b i n g   c a v a l i e r s ,   1 1 3 - 9 7 ,   i n   p r e s e a s o n   g a m e 

  _ j e t     y o u   l o v e   t o   g e t   d i s a p p o i n t e d   d o l p h i n s ,   p h i l l i e s ,   a n d   e s p e c i a l l y   t h e   7 6 e r s   g e t t i n g   o w n e d   b y   t h e   c e l t i c s   e v e r y   y e a r
e i g h t   d a y s   f o r   t h e   n e w   s e a s o n   o f   t h e   n b a . 
 
 w h i c k   p l a y e r ,   f r o m   t h e   p h i l a d e l p h i a   7 6 e r s ,   d o   w e   p i c k   f o r   f a n t a s y ? 
 
 t h e g o l d e n p i c k   n b a f a n t a s y
  _ 2 4         t h e   g   l e a g u e   i s n ’ t   e v e n   b a d   y o u   c o u l d n ’ t   d o   a n y t h i n g   i n   i t   h e ’ s   l i t e r a l l y   i n   p l a y i n g   f o r   t h e y ’ r e   g   l e a g u e   a f f i l i a t e   t e a m   d o o f u s … h e n c e   w h y   t h e y   w a i v e d   h i m   t o   o b t a i n   h i s   g   l e a g u e   r i g h t s   s i n c e   h i s   e x h i b i t   1 0   i s   g o i n g   t o   e x p i r e   a n d   t h e   7 6 e r s   a r e   g u a r d   h e a v y   c a s u a l .
  w a r r i o r s   v s   7 6 e r s   n o v e m b e r   1 8 t h   2 0 1 7 .   w e   w e r e   u p   b y   2 2   g o i n g   i n t o   h a l f t i m e   a n d   t h e n   s i x e r s   t o t a l l y   f e l l   a p a r t   a n d   w a r r i o r s   a r e   t h e   w a r r i o r s   a n d   w e   l o s t   b y   8
      _ e   a n d   t h e n   l o s e   f i r s t   r o u n d ? ? 😂   w t f   a n d   t h e n   l o s e   i n   2 0 2 0   a n d   t h e n     l e f t   a n d   w e n t   t o   t h e   7 6 e r s   t o   l o s e   a g a i n   w i t h   s h t t y   c o a c h i n g   😂
j a r r e t t   a l l e n   h i g h l i g h t s   -   c a v a l i e r s   v s .   7 6 e r s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   j a r r e t t   a l l e n   c l e   p h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c l e v e l a n d   c a v a l i e r s   p h i l a d e l p h i a   7 6 e r s
      _ e   y e a   f o l k s   g o n n a   b l a m e   d o c   t h a t ’ s   e x a c t l y   w h y   t h e   7 6 e r s   g o n n a   h a v e   t o   p r a y   t h e i r   t e a m   g o o d   c a u s e   i t   a i n ’ t   f i n n a   b e   d o c   t h a t   s a v e s   t h e m   i n   c r u c i a l   t i m e s   i f   o n e   o f   t h e i r   s t a r s   g o   d o w n   o r   f a c e   a   w a l l
_ m i l e s 0 1     7 6 e r s   d i d   i t , s o   y o u r   g a m e   i s   a   w i n   n o w
a i n ’ t   n o   w a y   y o u ’ r e   h y p i n g   d a v a n t e   f o r   t h a t   g o r g e o u s   t h r o w   i n s t e a d   o f   c a r r   😂 😂  
  l i v e   n o w !   p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   -   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3   p l a y   b y   p l a y    
s o m e t i m e s   d e r e k   c a r r   l o o k s   l i k e   a s s   a n d   t h e n   s o m e t i m e s   h e   m a k e s   a b s u r d   t h r o w s   l i k e   t h a t   o n e
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w k 3 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
m a x e y   l e a d s   s i x e r s   t o   a n o t h e r   p r e s e a s o n   w i n   o v e r   c a v a l i e r s    
s i x e r s   b e l l   r i n g e r :   t y r e s e   m a x e y   c o n t i n u e s   s t r o n g   p r e s e a s o n   i n   w o n   o v e r   t h e   c a v a l i e r s    
n e w   p o s t :   j a r r e t t   a l l e n   w i t h   a   f i r s t   b a s k e t   o f   t h e   g a m e   v s   t h e   p h i l a d e l p h i a   7 6 e r s    
n e w   p o s t :   d a r i u s   g a r l a n d   w i t h   a   2 - p o i n t e r   v s   t h e   p h i l a d e l p h i a   7 6 e r s    
n e w   p o s t :   c a r i s   l e v e r t   w i t h   a n   a s s i s t   v s   t h e   p h i l a d e l p h i a   7 6 e r s    
n e w   p o s t :   t o p   b l o c k s   f r o m   c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   7 6 e r s    
n e w   p o s t :   i s a i a h   m o b l e y   w i t h   a   d u n k   v s   t h e   p h i l a d e l p h i a   7 6 e r s    
n e w   p o s t :   i s a a c   o k o r o   w i t h   a   b l o c k   v s   t h e   p h i l a d e l p h i a   7 6 e r s    
n e w   p o s t :   d o n o v a n   m i t c h e l l   w i t h   a   b l o c k   v s   t h e   p h i l a d e l p h i a   7 6 e r s    
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w k 3 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
d a n u e l   h o u s e   o n   h i s     7 6 e r s   r o l e :   " m y   r o l e   i s   j u s t   t o   b e   e n e r g y ,   m y   r o l e   i s   t o   b e   t h e   g u y   t o   m a k e   s t u f f   h a p p e n ,   m a k e   p l a y s   h a p p e n ,   m a k e   a   s h o t ,   k n o c k   d o w n   a   s h o t ,   g e t   a   r e b o u n d ,   p a s s   t h e   b a l l ,   s e t   t h e   p l a y   u p ,   r u n   t h e   p l a y   u p ,   s e t   t h e   s c r e e n ,   w h a t e v e r   t h e   t e a m   n e e d s   p r e t t y   m u c h . ”
p h i l a d e l p h i a   7 6 e r s   b i g   m a n   m o n t r e z l   h a r r e l l   r e v e a l s   h o w   h e   s u f f e r e d   t h e   i n t e r c o s t a l   s t r a i n   h e   i s   d e a l i n g   w i t h .    
  _ p h i l l y   y o u   a   7 6 e r s   f a n   l m a o o o o o   c e l t i c s   o w n   y o u   h a h a h a h a h a
g o o d n i g h t  
  h a h a   y e a h   i   w i s h
_ 7 6 e r s   t a k e   a   d e e p   b r e a t h .   i   o v e r t h i n k   a   l o t .   j u s t   b r e a t h e   a n d   r e l a x
    t h a n k s !
_ 7 6 e r s     n o   w a y   y o u ' r e   g e t t i n g   a   f a k e   i d   f o r   a   t a t t o o   😭 😭 😭
_ 7 6 e r s     t h a t ' s   w h a t   i   t h o u g h t .   y o u   l i e   l i k e   m y   s i s t e r   a n d   t h a t ' s   a   c o m p l i m e n t   b e c a u s e   s h e   i s   a   r e a l l y   g o o d   l i a r
    n o p e
_ 7 6 e r s     s o   i s   i t   r e a l   o r   n o t ?
g u y s   t h i s   i s   a   l i e   o b v i o u s l y
    t h a t s   w h e n   t h e   f a k e   i d   c o m e s   i n t o   p l a y
  t r a d e   t a r i   e a s o n   t o   t h e   7 6 e r s   🤗
  _ 7 6 e r s   i ' m   h a v i n g   a   h a r d   t i m e   b e l i e v i n g   a s   w e l l .   e v e n   i f   y o u   l o o k   1 8 +   t h e y ' r e   g o n n a   a s k   f o r   a n   i d
_ 7 6 e r s   w e l l
t h e   m i a m i   h e a t   w o n   1 1 8 - 1 1 0   o v e r   t h e   h o u s t o n   r o c k e t s .   f o r   t h e   h e a t ,   m a x   s t r u s   h a d   2 4   p o i n t s   ( 5 - 1 0   t h r e e - p o i n t   f i e l d   g o a l s )   a n d   4   r e b o u n d s ,   w h i l e   s h a k e   m i l t o n   i s   s h a k i n g   t h i n g s   u p   t h i s   p r e s e a s o n   a s   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t e d   t h e   c a v a l i e r s . 
 
 o k b e t   o w n t h e w i n   n b a p r e s e a s o n   n b a  
  w e l l
    r e a l
_ 7 6 e r s   d o e s n ' t   s e e m   f e a s i b l e
  w h y   n o t
  _ 7 6 e r s   p l e a s e   t a k e   t h i s   t o   d m s   i t ’ s   c l o g g i n g   m y   m e n t i o n s   t y
    i   g o t   s o m e
_ 7 6 e r s   i   h o n e s t l y   t h i n k   t h i s   i s   n o t   r e a l
  w h a t   d o   u   t h i n k
_ 7 6 e r s     m o r e   b l a n k e t s
r o c k e t   m l   ❌ 
 7 6 e r s   m l   ✅  
_ 7 6 e r s     b l a n k e t s
_ 7 6 e r s   h i g h   s c h o o l   i s   e a s y   i   s l e p t   t h r o u g h ,   n e v e r   s t u d i e d   a n d   h a d   a ' s   w i t h   a   c o u p l e   b ' s
    i t s   f r e e z i n g   i n   m y   r o o m   t h o
_ 7 6 e r s   i f   t h i s   i s   r e a l   t h e n   g o o d   j o b   b u t   a   b i t   s c a r y   i f   n o t   g r e a t   j o b   f a k i n g   i t   i ' l l   c o m e   t o   y o u   t o   o r c h e s t r a t e   m y   l i e s
  7 6 e r s   v s   w a r r i o r s   2 0 1 6 ,   t h e y   a l m o s t   w o n   t o o 😭
_ 7 6 e r s     g e t   u n d e r   a   b l a n k e t
_ 7 6 e r s     i m a g i n e   b e i n g   c o l d   i n   a   7 2   d e g r e e   h o m e .   i   c o u l d   n e v e r
    i m   c o l d
7 6 e r s   a t   c a v a l i e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2  
_ 7 6 e r s   i ' m   n o t   e v e n
    y e s   i t   i s
_ 7 6 e r s     r a t i o .   w h a t   a b   y o u ?
_ 7 6 e r s     t h i s   i s   a   v a l i d   p o i n t
  _ 7 6 e r s   t h i s   c o n v o   i s   g o i n g   t o   f i l l   m y   n o t i f i c a t i o n s   p l e a s e   t a k e   t h i s   t o   d m s
  n o   c u z   i ' d   g e t   i n   t r o u b l e   o r   s o m e t h i n g   f o r   f a k i n g   a n   i d
_ 7 6 e r s     n o t   m u c h .   s u r e l y   i   w i l l   w r i t e   m y   e s s a y   t n   t h o u g h
  _ 7 6 e r s   y o u   g e t   i t
_ 7 6 e r s     f r e e   b r e a d
_ 7 6 e r s   m o n e y
  w h y   w o u l d   i   d o   t h a t
_ 7 6 e r s     h e l l o
_ 7 6 e r s   y o u   c a n   s u e   f o r   i l l e g a l   t o u c h i n g   a   m i n o r   i f   y o u   w a n t   p r o b a b l y
    e x a c t l y
  t h e r e   a r e   s o   m a n y   w a y s   t o   l o o k   o l d e r   s m h   a n d   t h e   t a t t o o   i s   a   b u t t e r f l y   a n d   i t s   o n   m y   s i d e
  _ 7 6 e r s   c o n f i d e n c e   c a n   g e t   y o u   a n y w h e r e
_ b 7   7 6 e r s   
 c e l t i c s 
 b u c k s 
 c a v a l i e r s 
 h e a t 
 n e t s 
 r a p t o r s 
 h a w k s 
 b u l l s 
 k n i c k s 
 h o r n e t s 
 p i s t o n s 
 m a g i c 
 w i z a r d s 
 p a c e r s 
 
 w e s t - 
 n u g g e t s 
 w a r r i o r s 
 s u n s 
 c l i p p e r s 
 t i m b e r w o l v e s 
 g r i z z l i e s 
 m a v e r i c k s 
 p e l i c a n s 
 l a k e r 
 t r a i l b l a z e r s 
 k i n g s 
 r o c k e t s 
 j a z z 
 s p u r s 
 t h u n d e r
t h e   p h i l a d e l p h i a   7 6 e r s   a r e   a   7 t h   s e e d   t e a m .
_ 7 6 e r s   a c t i n g   d o e s n ' t   m a k e   y o u   l o o k   o l d e r   +   w h a t   i s   t h e   t a t t o o   a n d   w h e r e   i s   i t ?
  f a k e   i t   t i l l   u   m a k e   i t ,   j u s t   g o t t a   a c t   o l d e r
t y r e s e   m a x e y   l e d   t h e   s i x e r s   t o   a n o t h e r   p r e s e a s o n   w i n .     j o i n s     t o   d i s c u s s   t h e   v i c t o r y ,   d o c ’ s   s m a l l - b a l l   l i n e u p   a n d   m o r e   o n   t h e   l a t e s t   e p i s o d e   o f   t h e   o u t   o f   s i t e   p o d c a s t .    
_ 7 6 e r s   w o u l d n ' t   i t   b e   v e r y   v e r y   o b v i o u s   t o   s e e   t h a t   y o u   a r e   4   y e a r s   u n d e r a g e ?
f i v e   t h o u g h t s   o n   t h e   c a v a l i e r s   1 1 3 - 9 7   l o s s   t o   t h e   p h i l a d e l p h i a   7 6 e r s  
  u   d o n ' t   t e l l   t h e m   u r   1 4   o b v i o u s l y 😭 😭
_ 7 6 e r s   j u s t   g o t   a n o t h e r   t d
i m   g u e s s i n g   t r a v i s   k e l c e   d i d   s o m e t h i n g
_ 7 6 e r s   w h o   o n   g o d ' s   g r e e n   e a r t h   w o u l d   g i v e   a   t a t t o o   t o   a   1 4   y e a r   o l d ?
  t h e   t a t t o o   p l a c e ? 😭
  y e s   k a t e
_ 7 6 e r s   y o u r   1 4   w h e r e   o n   g o d ' s   g r e e n   e a r t h   c o u l d   y o u   g e t   a   t a t t o o
_ 7 6 e r s   k a t e
  i m   k a t e   l i k e   a l w a y s   ( 😅 )   b u t   g n
  s h e   d o e s n t   k n o w   b r u h 😭 😭 
 i ' d   b e   d e a d
_ 7 6 e r s   y o u r   m o t h e r
  d e p e n d s   w h o   u   a s k
_ 7 6 e r s   a n d   i f   i   w e r e   t o   a s k   p e o p l e   w h o   k n o w   y o u   i n   p e r s o n ,   t h e y   w o u l d   s a y ?
  i t   m u s t   b e   n i c e   a s   a   p h i l l y   f a n . .   i   w a s n ’ t   s u r e   i f   y o u   w e r e   t a l k i n g   a b o u t   t h e   p h i l l i e s   o r   e a g l e s .   a f t e r   r e a d i n g   i t   a   s e c o n d   t i m e   i   r e a l i z e d   y o u   w e r e   t a l k i n g   a b o u t   t h e   7 6 e r s . .   i   t h i n k .
  y e a h
_ 7 6 e r s   d o   y o u   a c t u a l l y   h a v e   t a t t o o s ?
_ 7 6 e r s   i t ' s   n o t   f u n   w h e n   y o u   f e e l   a   s n e e z e   c o m i n g   o n   a n d   i t   g o e s   a w a y
_ 7 6 e r s   i t   r l l y   i s   t h o u g h   😂 
 i t ' s   l i k e   😩 😩
i   h a t e   7 6 e r s   f a n s   s o r r y .
_ 7 6 e r s   p r o o f
s n e e z i n g   i s   s o   m u c h   f u n
w i t h   1 9   p o i n t s ,   i n c l u d i n g   1 5   i n   t h e   f i r s t   q u a r t e r ,   t y r e s e   m a x e y   c o n t i n u e s   t o   l i g h t   u p   t h e   p r e s e a s o n   s c o r e b o a r d s . 
 
 _ j j f   h a s   y o u r   m o n d a y   b e l l   r i n g e r s :    
_ 7 6 e r s   i ’ v e   l e a r n e d   t o   b e   m o r e   r e s p o n s i b l e   a n d   m a n a g e   m y   t i m e   b e t t e r   s o   e v e r y t h i n g   t u r n e d   o u t   o k
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
7 6 e r s   a t   c a v a l i e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2 

t y r e s e m a x e y   s c o r e s   1 9   p o i n t s   t o   s e n d   t h e   7 6 e r s   p a s t   t h e   c a v a l i e r s .   f i n a l :   p h i   1 1 3   -   9 7   c l e   n b a p r e s e a s o n
_ 7 6 e r s   r e a l
    s t o p   l m f a o   s t o p p p p p p p p p p p p p p p p
  i   w a t c h e d   7 6 e r s   b a c k   a n d   f o r t h ,   t h e n   i   s w i t c h e d   t o   f o o t b a l l .
  h o w   r   u   d o i n g   i n   l i f e   n o w
_ 7 6 e r s   t h i s   w a s   m e   e v e r y   d a y   i n   h i g h   s c h o o l
  w w w w w w w w w w w w w w w w w w w   
 h a p p y   b i r t h d a y   ( i n s e c o n f e t t i   a n d   b a l l o n s ) 
 w w w w w w w w w w w w w w w w w w w
w h y   7 6 e r s   p r a c t i c i n g   i n   s c   l o l
  y e s   p h i l a d e l p h i a   7 6 e r s   w o n   t h e   g a m e   1 1 3 - 9 7 
 t r u e t a l k
  u m   u h   w e l l   u h   s o   b a s i c a l l y   l i k e   o h   s o   h o w   w a s   u r   d a y ? !
_ 7 6 e r s   i ’ v e   t h o u g h t   a b o u t   i t   t b h ,   n o t   s u r e   i f   i t ’ s   s o m e t h i n g   i   w a n t   t h o
_ 7 6 e r s   i t ' s   c o l l e g e   s o   i   c a n ' t   l o l
  k n o w i n g   m e   i   w o u l d n ' t   s t a r t   t i l l   t h u r s d a y
  o m g   u   s h o u l d   g e t   u r   e a r s   p i e r c e d   t o o !
_ 7 6 e r s   i   g o t   3   p a p e r s   d u e   f r i d a y   🙃
d o n o v a n   m i t c h e l l   w i t h   a   b l o c k   v s   t h e   p h i l a d e l p h i a   7 6 e r s       n b a   n e w s   b a s k e t b a l l  
h o g s   g r e a t   & a m p ;   7 6 e r s   g   i s a i a h   j o e   _ j o e 1   w / 7   p t s   ( 3 - 5   f g s ,   i n c l   1 - 2   f r o m   3 )   & a m p ;   1   a s t   i n   8   m i n s   i n   p h i l a d e l p h i a ' s   1 1 3 - 9 7   p r e - s z n   w i n   o v e r   t h e   c l e v e l a n d   c a v a l i e r s   o n   m o n d a y   . . .  
_ 7 6 e r s   n o t   b a d   a t   a l l ,   d o n ’ t   w o r r y   a b o u t   i t ,   b u t   i ’ m   a   g u y   l m a o o
i s a i a h   m o b l e y   w i t h   a   d u n k   v s   t h e   p h i l a d e l p h i a   7 6 e r s       n b a   n e w s   b a s k e t b a l l  
  _ 7 6 e r s   t h a t ' s   a   h o n k e y   t o n k i n   p a r a g r a p h   r i g h t   t h e r e
  h o l d   u p   t h i s   m i g h t   b e   b a d   t o   a s k   a n d   i f   i t   i s   i ' m   s r y     b u t   w h a t   g e n d e r   r u
_ 7 6 e r s   t r i e d   i t   a n d   m o m   d o e s n ' t   l o v e   m e   a n y m o r e
7 6 e r s   l o o k i n g   s c a r y
_ 7 6 e r s   i   p e r s o n a l l y   d o n ’ t   h a v e   a n y   p i e r c i n g s ,   s o   i   c a n ’ t   s p e a k   o n   t h e   p a i n   t h a t   c o m e s   w i t h   i t .   b u t   i f   y o u   r e a l l y   w a n t   i t   a n d   r e a l l y   t h i n k   i t   w i l l   m a k e   y o u   h a p p y ,   t h e n   t h e   t e m p o r a r y   p a i n   w i l l   m o s t   l i k e l y   b e   w o r t h   i t .   d o n ’ t   o v e r t h i n k   i t ,   f o l l o w   y o u r   h e a r t .   y o u r   h e a r t   i s   a l w a y s   r i g h t .
_ 7 6 e r s   n a h ,   i   l i k e   y o u
  _ h u f f     a n d   t h e y   h a v e   b e t t e r   d e p t h .   a n d   t h a t ’ s   t h e   s a m e   c a s e   w i t h   t h e   n e t s ,   c e l t i c s ,   c a v s ,   7 6 e r s ,   a n d   e v e n   h e a t .   t h e y ’ r e   3   b e s t   p l a y e r s   a r e   b e t t e r   t h a n   y o u r   t h r e e   b e s t   p l a y e r s .   t h e y   a l l   h a v e   b e t t e r   d e p t h   e x c e p t   m a y b e   t h e   c a v s ,   a n d   t h e y ’ l l   a l l   b e t t e r   c o a c h e d   e x c e p t   t h e   n e t s   & a m p ;   m a y b e   7 6 e r s
  l i k e   t h a t   b a s i c a l l y  
d o c   r i v e r s   d i s c u s s e s   t h e   p h i l a d e l p h i a   7 6 e r s   g e t t i n g   t o u g h e r   a s   w e l l   a s   t h e   c o m f o r t   l e v e l   o f   j a m e s   h a r d e n   w i t h   t h e   t e a m .    
p h i l a d e l p h i a   7 6 e r s   2 0 2 2 - 2 3   b e t t i n g   g u i d e  
7 6 e r s   f a n s   c h i l l   o u t .   i t s   p r e s e a s o n ,   s t o p   e x p e c t i n g   a   f u l l   o u t   1 0 0 %   h a r d e n   r i g h t   n o w .   i t s   p r e s e a s o n .
      h e ’ s   y o u r   o n l y   g o o d   y o u n g   p l a y e r   l m a o   w h o   e l s e   a r e   t h e y   s u p p o s e d   t o   p o s t   a b o u t   i n   p r e s e a s o n   f o r   y ’ a l l   l m a o ,   l a k e r s   c l i p p e r s   a n d   7 6 e r s   g o t t a   b e   t h e   o l d e s t   t e a m s   i n   t h e   l e a g u e
i   f e e l   l i k e   i ' m   r l y   a n n o y i n g   n g l
t   r o   b e t t e r   n o t   t o u c h   t h e   f u c k i n g   f l o o r   a g a i n s t   7 6 e r s .   w e   c a n ’ t   l o s e   h i m   a n d   l a m e l o .  
_ 7 6 e r s   w h a t   k i n d   o f   p i e r c i n g ? ?
  i   w a n t   t o   b u t   i ' m   s c a r e d   i t ' s   g o n n a   h u r t t t
  7 6 e r s   a t   c a v a l i e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2    
  7 6 e r s   a t   c a v a l i e r s   |   2 2 7 ' s   y o u t u b e   c h i l i ' 🌶 ️   s p i c y '   n b a   m i x !     p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2    
_ 7 6 e r s   g e t   t h e   p i e r c i n g   l m a o o
7 6 e r s   a t   c a v a l i e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2    
  d o   i t
_ 7 6 e r s   m y   s i s t e r s   w a n t   t o   p a i n t   m y   n a i l s
t h e   n u g g e t s   b e a t i n g   t h e   l a k e r s   i n   t h e   1 s t   r o u n d ,   t h e   w a r r i o r s   i n   t h e   2 n d   r o u n d ,   t h e   s u n s   i n   t h e   w c f ,   a n d   t h e n   t h e   7 6 e r s   i n   t h e   f i n a l s   w o u l d   m a k e   m e   o n e   p e t t y   s o n   o f   a   g u n .  
h o w   m a n y   p o i n t s   d i d   h a i r y   h a r d e n   g e t   t o n i g h t ?   7 6 e r s   s i x e r s  
_ l i l l a r d   f i t s   s o   p e r f e c t   w   t h e   7 6 e r s
_ 7 6 e r s   n o t   r e a l l y   i   k n o w   n o t h i n g   a b o u t   n a i l s   b e y o n d   t h e   c u t t i n g
  n o   l i k e   t h e   n a i l   p o l i s h   a n d   t h e   n a i l   a n d   a g g g g   y k   w h a t   i ' m   s a y i n g
_ 7 6 e r s   f u l l   s e n d
s h o u l d   i   g e t   m y   s e c o n d   p i e r c i n g
_ 7 6 e r s   s n i p   s n i p   t i m e
d e f e n s e   w i l l   a l w a y s   b e   p r i o r i t y   o n e ,   c a v a l i e r s   c o a c h   j . b .   b i c k e r s t a f f   s a i d   m o n d a y   n i g h t   a f t e r   t h e   c a v s   w e r e   b e a t e n ,   1 1 3 - 9 7 ,   b y   t h e   7 6 e r s   i n   a   p r e s e a s o n   g a m e  
m y   n a i l s   r   g r o w i n g   o u t 🙁 🙁
_ 7 6 e r s   s c h o o l   d o e s n ' t   m a t t e r   t i l l   c o m m u n i t y   c o l l e g e   e i t h e r   w a y
  t h e y   o u t   p a c i n g   t h e   7 6 e r s   l i t t l e   b r o
i m   p r e t t y   s u r e   i   h a v e   m a t h   h o m e w o r k 
 i   d i d n ' t   d o   i t 
 h o p e f u l l y   t h e r e ' s   e n o u g h   t i m e   t o m o r r o w   o n   t h e   b u s 
 
 i   h a v e   a   t e s t   t o m o r r o w 
 d i d n t   s t u d y 
 
 i m   g o n n a   f a i l   h i g h   s c h o o l 
 
 n g l   i m a   f a i l   l i f e
n b a p r e s e a s o n :   p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   1 0   o c t o b e r   m a t c h   r e s u l t 
  
🤖   s o f i a l e r t   
 📅   1 0 - 1 0 - 2 0 2 2   
 p h i l a d e l p h i a   7 6 e r s   -   c l e v e l a n d   c a v a l i e r s   
 🛋   1 . 5 / 5   s o f i s  
f o r   a   f a c t   w e   n o t   w o r r i e d   a b o u t   t h e   7 6 e r s .
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   -   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2   n b a …    
  n b a   l i v e   m a t c h :   c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   -   n b a   p r e -   s e a s o n   2 0 2 2 - 2 0 2 3    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   1 s t   q t r   |   o c t   1 0   |   2 0 2 2   n b a …    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3 …    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   |   n b a   l i v e   s c o r e b o a r d   2 0 2 2    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   |   n b a   g a m e   h i g h l i g h t s   |   n b a   p r e   s e a s o n   g a m e   r e p l a y    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   l i v e   s t r e a m   |   n b a   |   2 0 2 2   n b a   p r e s e a s o n   f u l l   g a m e    
  2 0 2 2   n b a   p r e s e a s o n   o n   f l a m e   s p o r t s   n e t w o r k   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   1 0 / 1 0 / 2 0 2 2    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   p r e s e a s o n   l i v e   p l a y   b y   p l a y    
  n b a   p r e s e a s o n :   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   ( l i v e   p l a y - b y - p l a y   & a m p ;   r e a c t i o n s )    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   l i v e   s t r e a m   h d   -   c a v a l i e r s   v s   7 6 e r s   l i v e   n b a    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s .   c l e v e l a n d   c a v a l i e r s   l i v e   |   2 0 2 2   n b a   p r e s e a s o n    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   1 s t   q t r   o c t   1 0   2 0 2 2   n b a   p r e s e a s o n    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   1 s t   q t r   n b a   s e a s o n   2 0 2 2   p r e s e a s o n …    
  l i v e :   c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   |   n b a   p r e s e a s o n   |   s c o r e b o a r d   |   p l a y   b y   p l a y    
  c l e v e l a n d   c a v a l i e r s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s .   c l e v e l a n d   c a v a l i e r s   h i g h l i g h t s   4 t h - q t r   |   n b a   p r e s e a s o n   |   2 0 2 2 - 2 0 2 3   n b a …    
  c l e v e l a n d   c a v a l i e r s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   4 t h   q t r   |   o c t   1 0   |   2 0 2 2   n b a …    
  c l e v e l a n d   c a v a l i e r s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   g a m e   h i g h l i g h t s   |   2 0 2 2   n b a   p r e s e a s o n    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   4 t h   q t r   n b a   s e a s o n   2 0 2 2   p r e s e a s o n …    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   -   f u l l   g a m e   h i g h l i g h t s   -   o c t o b e r   1 0 ,   2 0 2 2   n b a …    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n …    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s .   c l e v e l a n d   c a v a l i e r s   h i g h l i g h t s   3 r d - q t r   |   n b a   p r e s e a s o n   |   2 0 2 2 - 2 0 2 3   n b a …    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3 …    
  c l e v e l a n d   c a v a l i e r s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   3 r d   q t r   |   o c t   1 0   |   2 0 2 2   n b a …    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   3 r d   q t r   n b a   s e a s o n   2 0 2 2   p r e s e a s o n …    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   h i g h l i g h t s   1 r d   & a m p ;   2 r d   -   n b a   p r e -   s e a s o n   2 0 2 2 - 2 0 2 3    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   1 s t   q t r   o c t   1 0   2 0 2 2   n b a   p r e s e a s o n    
  c l e v e l a n d   c a v a l i e r s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   2 n d   q t r   |   o c t   1 0   |   2 0 2 2   n b a …    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   2 n d   q t r   n b a   s e a s o n   2 0 2 2   p r e s e a s o n …    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3 …    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s .   c l e v e l a n d   c a v a l i e r s   h i g h l i g h t s   2 n d - q t r   |   n b a   p r e s e a s o n   |   2 0 2 2 - 2 0 2 3   n b a …    
  c l e v e l a n d   c a v a l i e r s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   1 s t   q t r   |   o c t   1 0   |   2 0 2 2   n b a …    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   1 s t   q t r   h i g h l i g h t s   o c t o b e r   1 0 ,   2 2   |   n b a   p r e s e a s o n …    
  l i v e   n o w !   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   -   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3   p l a y   b y   p l a y    
  🔴   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   |   n b a   e n   v i v o / l i v e    
t w i t t e r   h e l p   u r g e n t l y   🚨 
 c a s h   o r   h o l d ?   😂 🤧 
 7 6 e r s   & a m p ;   w i z a r d s   a l r e a d y   w o n   
 r a i d e r s   u p   2 0 - 1 0   a t   h a l f   👀  
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   1 s t   q u a r t e r   h i g h l i g h t s   -   2 0 2 2   n b a   p r e   s e a s o n    
i ’ m   i m p r e s s e d   o r   m a y b e   d i s g u s t e d   i s   a   b e t t e r   w o r d   t o   u s e .   7 6 e r s   s i x e r s    
m e l o   w i l l   n o t   p l a y   i n   p h i l a d e l p h i a   o n   w e d n e s d a y   a g a i n s t   t h e   7 6 e r s   h o r n e t s  
t o m o r r o w   i s   t u e s d a y .   t h e n ,   o n   t h e   n e x t   t u e s d a y ,   t h e   c e l t i c s   p l a y   t h e   7 6 e r s   o n   n a t i o n a l   t v .   w e ' r e   a l m o s t   t h e r e
_ 7 6 e r s   d o n ' t   s t r e s s   o u t   i t ' s   n o t   t h a t   h a r d
c l e v e l a n d   c a v a l i e r s   g e t   t h e i r   b e l l   r u n g   e a r l y   b y   p h i l a d e l p h i a   7 6 e r s ,   l o s e   1 1 3 - 9 7    
              p r o b a b l y   a b o u t   t h e   7 6 e r s   b a s k e t b a l l   t e a m   o r   s o m e t h i n g
    7 6 e r s   g a m e   t h e y   g e t   u n v e i l e d
c l e v e l a n d   c a v a l i e r s   g e t   t h e i r   b e l l   r u n g   e a r l y   b y   p h i l a d e l p h i a   7 6 e r s ,   l o s e   1 1 3 - 9 7   ( )    
" 7 6 e r s   a t   c a v a l i e r s "     

    j o h n n i e   g o n n a   3 x   c h i p   t h i s   y e a r . . p h i l s   g o n n a   s h o c k   t h e   w o r l d   t h e n   b i r d s   t h e n   7 6 e r s   . . . o n e   c r a z y   a r s e   y e a r
  o f c   i t   i s
_ 7 6 e r s   t h i s   i s   s o   t r u e
_ g o r d o n   r e a l
_ 7 6 e r s   o k   g o o d   i   w a n n a   b e   s a d
t e l l   m e   i   s h o u l d n ' t   s t r e s s   o u t   s a y   i t s   n o t   t h a t   h a r d
_ g o r d o n   i   m e a n t   t h e   s o n g   b y   d i x i e   s o   y e a   i t   m e a n s   s t a y   s a d !
d o n o v a n   m i t c h e l l ' s   r h y t h m   o f f   i n   p r e s e a s o n   h o m e   d e b u t ;   c a v s   f a l l   t o   7 6 e r s     v i a  
_       7 6 e r s   a r e   g o o d .   i   l o v e   t y r e s e .   c a n ’ t   w a i t   f o r   b o t h   t e a m s   t o   p l a y   a t   f u l l   s t r e n g t h   d u r i n g   t h e   r e g u l a r   s e a s o n
7 6 e r s   p l a y i n g   l i k e   i t ’ s   t h e   f i n a l s 💀
🚨 💰 c a s h   i t !   n b a   p r e s e a s o n 💰 🚨 
 
 p h i   7 6 e r s   m l ✅ ✅ 
 
 + 1 6 5 ✅ ✅ ✅ 
 
 g a m b l i n g t w i t t e r   s p o r t s b e t t i n g   b e t 3 6 5    
i n   n o   w o r l d   a r e   t h e   7 6 e r s   n o t   t o p   3   t i t l e   f a v o r i t e s
d u b s s s s s   7 6 e r s
    h e r e   c o m e   t h e   " i t ' s   j u s t   p r e - s e a s o n "   a n d   " 7 6 e r s   a r e   t r y h a r d s   i n   p r e - s e a s o n "   o r   " w e   w e r e n ' t   e v e n   t r y i n g "   l m a o   7 6 e r s   a r e   j u s t   a   b e t t e r   t e a m   d e a l   w i t h   i t  
  y e a   i   m e a n t   t h e   s o n g   b y   d i x i e   s o   r l y   i t   m e a n s   s t a y   s a d !
s u p e r m a x x x x ✅ p h i l a d e l p h i a   7 6 e r s   @   c l e v e l a n d   c a v a l i e r s   u 2 2 2 . 5 
 g a m b l i n g t w i t t e r   n b a   v i p   
 
 ✅ 🔥 7 - 1   o n   p r e   s z n   s u p e r m a x s 🔥 ✅
  i   d o n ' t   w a t c h   t h e   7 6 e r s   v e r y   o f t e n .   b u t ,   l i k e ,   d o e s   t h e   g u y   n o t   c u t ?   i s   h e   n o t   a t h l e t i c   e n o u g h   t o   g e t   t o   t h e   r i m   d e s p i t e   b e i n g   a t h l e t i c   e n o u g h   t o   s t a y   i n   f r o n t   o f   p e o p l e ?   d o e s   h e   r e a l l y   j u s t   s t a n d   i n   t h e   c o r n e r   & a m p ;   p r a y   t h a t   n o   o n e   p a s s e s   t o   h i m ?   h e   p e r p l e x e s   m e .
7 6 e r s   m i g h t   a c t u a l l y   m a k e   i t   p a s t   t h e   s e c o n d   r o u n d   🥲 🥲
b e   h a p p y
    w   t h e n
7 6 e r s   + 4 . 5   ✅ ✅ ✅ 
 
 g o t   t h e   o u t r i g h t   w i n !  
d o c   r i v e r s   o p e n s   u p   o n   h o w   c o a c h i n g   n b a   p l a y e r s   h a s   c h a n g e d   t h r o u g h   t h e   y e a r s    
p u t t i n g   7 6   d o l l a r s   o n   t h e   7 6 e r s   t o   w i n   t h e   7 6 t h   s e a s o n   o f   t h e   n b a
      l o l   p l a y e d   u r   s t a r t e r s   f o r   r o u g h l y   3 0   m i n s   a n d   s t i l l   l o s t   s t o p   w i t h   t h e   e x c u s e s   7 6 e r s   a r e   j u s t   a   b e t t e r   t e a m   a t   t h e   e n d   o f   t h e   d a y
t h e   p h i l a d e l p h i a   7 6 e r s   a r e   t r a d i n g   f o r   v e t e r a n   j o h n   c o l l i n s   t o   t h e   c l e v e l a n d   c a v a l i e r s     i n   e x c h a n g e   f o r   j o s h   r i c h a r d s o n   s o u r c e s   t e l l   m e   a n d   .
    o h   r l y ?
c a v s   j . b .   b i c k e r s t a f f   s a i d   h e   w a n t e d   t h e   t e a m   t o   b e   b e t t e r   t h a n   g a m e   1 .   
 
 w e l p . . . 
 

i   t h i n k   t h e   7 6 e r s   t o o k   t h i s   g a m e   w a y   t o o   s e r i o u s l y .     n o t   w o r r i e d   a t   a l l .     a s   l o n g   a s   t h e   c a v s   b r i n g   t h e   e n e r g y   s t a r t i n g   n e x t   w e d n e s d a y   t h e y   w i l l   b e   f i n e .
_ 7 6 e r s   y o u ' r e   g o i n g   u p   f o r   a d o p t i o n
c h e c k   o u t   2 0 1 7   d o n r u s s   o p t i c     5   j u l i u s   i r v i n g   p s a   1 0   p h i l a d e l p h i a   7 6 e r s   ‘ d r   j ’     e b a y   v i a  
j a m e s   h a r d e n   p r o v e s   p r e s e a s o n   d o e s n ' t   m a t t e r   a s   h e   s l e e p   w a l k s   t o   a   w i n   o v e r   t h e   c a v a l i e r s   c o u r t e s y   o f   h i s   7 6 e r s   t e a m m a t e s   1 1 3 - 9 7   n b a   n b a p r e s e a s o n  
_ 7 6 e r s   s h a r e   y o u r   l i s t e n i n g   a c t i v i t y   w i t h   f r i e n d s   i m o
c a v s   2 n d   h a l f :   s h i v e r   d o w n   t h e   s p i n e   w h e n   l e v e r t   p u l l s   u p   f r o m   3 ,   i s a i a h   j o e   f i l t h y   c r o s s   s t e p b a c k   m a d e   m e   y e l p ,   c a v s   d e p t h   i s   y u c k ,   🗑   t i m e   d i a k i t e   f u n   m e t e r ,   7 6 e r s   3 - f e s t 
 
 3 / 1 0
t y r e s e   m a x e y   c o n t i n u e s   t o   h a v e   a   h u g e   p r e s e a s o n   a s   t h e   p h i l a d e l p h i a   7 6 e r s   k n o c k   o f f   t h e   c l e v e l a n d   c a v a l i e r s   o n   t h e   r o a d .    
  m y   l i k e d   s o n g s
_ 7 6 e r s   l i n k   m e   ( i n   d m s ? )
  _ 7 6 e r s   g r a c i e   p o o h   d o e s n ' t   l i e
  w i k e y
t h e   c a v s   t o n i g h t   v s   t h e   7 6 e r s : 
 
 j a r r e t t   a l l e n : 
 1 9   p t s 
 1 2   r e b 
 5 / 6   f t 
 
 d a r i u s   g a r l a n d : 
 1 7   p t s 
 7   a s t 
 6 / 1 0   f g 
 
 c a r i s   l e v e r t : 
 1 3   p t s 
 3   r e b 
 3   a s t 
 
 t h e   h a w k s   t r a v e l   t o   c l e v e l a n d   f o r   a   p r e s e a s o n   g a m e   o n   w e d n e s d a y   l e t e m k n o w   🗣 ️  
t e l l   m e   w h y   t h e r e s   h a p p y   s o n g s   o n   t h i s   p l a y l i s t .
n b a   b a s k e t b a l l   f a n s ,   t h e   n b a   r e t u r n s   o n   t u e s d a y ,   o c t o b e r   1 8 t h   o n   t n t   w i t h   a   d o u b l e h e a d e r   s t a r t i n g   w i t h   t h e   b o s t o n   c e l t i c s   h o s t i n g   t h e   p h i l a d e l p h i a   7 6 e r s   a t   6 : 3 0   p m   c t   a n d   t h e n   t h e   n b a   c h a m p i o n s   g o l d e n   s t a t e   w a r r i o r s   h o s t   t h e   l a   l a k e r s   a t   9   p m   c t . . .   n b a o p e n i n g   n i g h t
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 c l e v e l a n d   c a v a l i e r s   l i v e   s t r e a m s 
 p h i l a d e l p h i a   7 6 e r s   l i v e   s t r e a m s 
 s t a r t   t i m e :   o c t   1 0 ,   0 7 : 0 0   p m   e t 
 n b a _ l i v e 
 c l e v e l a n d _ c a v a l i e r s   v s   p h i l a d e l p h i a _ 7 6 e r s 
 c r a c k s t r e a m s 
 b u f f s t r e a m s 
 s p o r t s u g e 
 n b a s t r e a m s 
 r e d d i t n b a s t r e a m s  
    7 6 e r s   t r y h a r d s   i n   p r e s e a s o n
p r e s e a s o n   m i s t a k e s   d o n t   c o u n t   s o   t h e r e f o r e   t h e   c a v s   w i n   9 3 - 0   a n d   t h e   7 6 e r s   w i n   1 0 9 - 0 . . . e v e r y o n e   w i n s ! ! !
w e l l   t h e y   a r e   l o s i n g   b y   1 7 …  
  t h i s   7 6 e r s   t e a m   i s   d e e p
7 6 e r s   m a d e   1 7   t h r e e s   a n d   c o u n t i n g   t o n i g h t .
g u a r d e d :   7 6 e r s   1 0 9 ,   c a v a l i e r s   9 3   -   4 t h   -   3 : 2 4   ( d o w n   7   t o   1 4   r o o t s ) 

        h e   w o u l d   d e f i n i t e l y   l i s t e n   t o   t h a t   t h o
g u a r d e d :   7 6 e r s   1 0 6 ,   c a v a l i e r s   9 3   -   4 t h   -   3 : 5 1   ( u p   6   t o   2 1   r o o t s ) 

g u a r d e d :   7 6 e r s   1 0 6 ,   c a v a l i e r s   9 1   -   4 t h   -   4 : 0 1   ( d o w n   6   t o   1 5   r o o t s ) 

g u a r d e d :   7 6 e r s   1 0 4 ,   c a v a l i e r s   9 1   -   4 t h   -   4 : 1 9   ( u p   7   t o   2 1   r o o t s ) 

s o m e   g o o d   h i g h l i g h t s   ( d . m i t c h e l l ' s   a l l e y   o o p   s l a m   d u n k   a n d   t h e n   h i s   b l o c k e d   s h o t )   b u t   c a v s   j u s t   s e e m e d   t o   b e   o n   c r u i s e   c o n t r o l   a g a i n s t   t h e   7 6 e r s   t o n i g h t .
  d o   i   n e e d   t o   b r i n g   u p   t h e   t e x t s
_ 7 6 e r s   h e ' s   n o t   w r o n g
l a k e r s   f a n .  
n e t s   d e f i n i t e l y   n e e d   t o   w o r k   o n   t h e i r   d e f e n c e   b e c a u s e   i ’ m   o v e r   h e r e   w a t c h i n g   l a s t   w e e k s   h i g h l i g h t s     7 6 e r s   d i d n ’ t   e v e n   h a v e   t o   t r y   h a r d   m a n .   s t r a i g h t   l a c k i n g .   🫠
w o w   s o m e o n e   o n   t h e   s i x e r s   j u s t   d e v e l o p e d   a   j u m p s h o t   p r o b a b l y   u n d e r   a   y e a r   a n d   a r e   s h o o t i n g   w e l l   i n   t h i s   c a v s   g a m e .   i   d i d n ’ t   k n o w   s i x e r s   h e l p e d   i n   t h o s e   t h i n g s   a c c o r d i n g   t o   s o m e o n e   t h a t   s t i l l   d o e s n ’ t   k n o w   h o w   t o   s h o o t   🤣 🤣 🤫 💀   n b a   7 6 e r s
🇺 🇸 n b a   -   p r e - s e a s o n   2 0 2 2 / 2 0 2 3 
 t o d a y   m o n d a y   1 0 n d   o c t o b e r ,   2 0 2 2   👉 k i c k   o f f 
 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   🔴 l i v e 
 ⤵ ️   ⤵ ️   ⤵ ️   ⤵ ️ 
 l i n k   t o   w a t c h   h e r e 🔛 
 v e n u e :   r o c k e t   m o r t g a g e   f i e l d h o u s e   i s   a   m u l t i - p u r p o s e   a r e n a   i n   o h i o ,   u s a .  
_ f a n o g   i   t h i n k   h e   i m p r o v e d   h i s   s h o t   t h i s   o f f - s e a s o n 😳 .   w a t c h i n g   7 6 e r s   v s   c a v s .   3   t h r e e s   a l r e a d y
7 6 e r s   l o o k   l i k e   a   t e a m   t o n i g h t .   c a v s   j u s t   l o o k   l i k e   a   c o l l e c t i o n   o f   t a l e n t e d   p l a y e r s .
7 6 e r s   r e a l l y   p u t   t o g e t h e r   s o m e t h i n g   s c a r y   w h e n   t h e   s e c o n d   t e a m   p e r f o r m s   l i k e   t h i s .   s m h .   h a t e   t o   s e e   i t .
_ 7 6 e r s   o f   c o u r s e ,   t h a t   w o u l d   b e   b a d
  g o o d
  f a x   b u t   n o   d y i n g   a c t u a l l y
  r e a l
  r a p t o r s   v s   7 6 e r s   g a m e   1   2 0 1 9
  i   g e t   i t .   i t ’ s   p r e s e a s o n .   w e   d o n ’ t   h a v e   m o b l e y   a n d   l o v e .   w e   s h o u l d   b e   a b l e   t o   b e a t   t h e   7 6 e r s   b e n c h   w i t h   m o s t   o f   o u r   s t a r t e r s .
c a v s   g e t t i n g   w a s h e d   b y   e m b i i d l e s s   7 6 e r s .   c a v s   b a n n e d   ❌
  t h e   7 6 e r s   a n n o u n c e d   p l a n s   t o   b u i l d   a   n e w   a r e n a   i n   c e n t e r   c i t y   i n   a   s p a c e   t h a t   i s   l i t e r a l l y   o n   t o p   o f   a   r e g i o n a l   r a i l   s t a t i o n   a n d   t h e   n u m b e r   o f   p e o p l e   c o m p l a i n i n g   a b o u t   p a r k i n g / g e t t i n g   t o   g a m e s   f r o m   t h e   b u r b s   w a s   a b s u r d .
  t i m b e r w o l v e s   v s   c l i p p e r s   w c f   a n d   7 6 e r s   v s   b u c k s   i n   e c f
  c a v s   @   7 6 e r s   b a c k   d u r i n g   t h e   1 5 - 1 6   s e a s o n
_ 7 6 e r s   r i d e   o r   d i e   f o r   t h e   h o m i e   g r a c e   😤 😤
c a v s   h o t   t a k e :   t h e y   n e e d   t o   p l a y   a n o t h e r   p r e s e a s o n   g a m e   w e d n e s d a y   n o t   a g a i n s t   t h e   s w e a t y   7 6 e r s   a n d   t h e n   a n o t h e r   o n   f r i d a y   n o t   a g a i n s t   t h e   s w e a t y   7 6 e r s
g u a r d e d :   7 6 e r s   9 4 ,   c a v a l i e r s   7 7   -   4 t h   -   1 0 : 1 6   ( d o w n   5   t o   1 4   r o o t s ) 

g u a r d e d :   7 6 e r s   9 2 ,   c a v a l i e r s   7 7   -   4 t h   -   1 0 : 2 7   ( d o w n   8   t o   1 9   r o o t s ) 

d o n o v a n   m i t c h e l l   w i t h   t h e   m a s s i v e   r e j e c t i o n   ❌ 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d o n o v a n   m i t c h e l l   b l o c k   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
t h e   p h i l a d e l p h i a   7 6 e r s   a r e   t r a d i n g   k l a y   t h o m p s o n   t o   t h e   s a c r e m e n t o   k i n g s   i n   e x c h a n g e   f o r   p a t   c o n n a u g h t o n   s o u r c e s   t e l l   m e   a n d   .
g u a r d e d :   7 6 e r s   8 9 ,   c a v a l i e r s   7 7   -   4 t h   -   1 1 : 0 3   ( u p   7   t o   2 7   r o o t s ) 

g u a r d e d :   7 6 e r s   8 9 ,   c a v a l i e r s   7 5   -   4 t h   -   1 1 : 0 9   ( d o w n   8   t o   2 0   r o o t s ) 

h a p p y   s p o o k y   s e a s o n   7 6 e r s   f a n s !   d a l l e 2  
g u a r d e d :   7 6 e r s   8 6 ,   c a v a l i e r s   7 5   -   4 t h   -   1 1 : 3 3   ( u p   4   t o   2 8   r o o t s ) 

m i l e h i g h b a s k e t b a l l   w e a r e t h e v a l l e y     l i v e   l i v e s t r e a m   n b a   n b a t w i t t e r     
 
 d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   
                   ( 0 3 : 0 0   g m t + 2 ) 
 w a t c h   i t   o n   t h i s   🏀 l i n k ⬇ ️   
 
 w i z a r d s   v s   h o r n e t s   l i v e 
 7 6 e r s   v s   c a v a l i e r s 
 r o c k e t s   v s   h e a t  
3 r d   q : 
 
 7 6 e r s   8 6 - 7 5   c a v s 
 
 l e t e m k n o w
g u a r d e d :   7 6 e r s   8 3 ,   c a v a l i e r s   7 5   -   3 r d   -   0 : 5 5   ( d o w n   9   t o   2 4   r o o t s ) 

a l e r t :   n e w   h i g h   r o l l e r   b e t   p o s t e d ! 
 a   b e t   h a s   b e e n   p l a c e d   f o r   $ 8 , 8 0 7 . 9 9   o n   c l e v e l a n d   c a v a l i e r s   -   p h i l a d e l p h i a   7 6 e r s   t o   w i n   $ 1 7 , 1 7 5 . 5 7 . 
 t o   v i e w   t h i s   b e t   o r   c o p y   i t    
g u a r d e d :   7 6 e r s   8 1 ,   c a v a l i e r s   7 5   -   3 r d   -   1 : 2 7   ( d o w n   2 0   t o   3 3   r o o t s ) 

1 0 x   n b a   a l l - s t a r !   c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   7 6 e r s   f u l l   h i g h l i g h t s   2 n d   q t r   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n    
1 0 x   n b a   a l l - s t a r !   c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   7 6 e r s   f u l l   h i g h l i g h t s   1 s t   q t r   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n    
1 0 x   n b a   a l l - s t a r !   p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   1 s t   q t r   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n    
g u a r d e d :   7 6 e r s   8 0 ,   c a v a l i e r s   7 7   -   3 r d   -   1 : 3 2   ( u p   2 0   t o   5 3   r o o t s ) 

g u a r d e d :   7 6 e r s   8 0 ,   c a v a l i e r s   7 4   -   3 r d   -   1 : 4 6   ( d o w n   1 1   t o   3 3   r o o t s ) 

f w i w ,   i ’ m   a l r e a d y   s i c k   o f   t h e   7 6 e r s …
g u a r d e d :   7 6 e r s   7 8 ,   c a v a l i e r s   7 4   -   3 r d   -   2 : 1 3   ( u p   1 7   t o   4 4   r o o t s ) 

g u a r d e d :   7 6 e r s   7 8 ,   c a v a l i e r s   7 2   -   3 r d   -   2 : 4 0   ( d o w n   1 6   t o   2 7   r o o t s ) 

a l e r t :   n e w   h i g h   r o l l e r   b e t   p o s t e d ! 
 a   b e t   h a s   b e e n   p l a c e d   f o r   $ 1 1 , 6 7 5 . 4 2   o n   c l e v e l a n d   c a v a l i e r s   -   p h i l a d e l p h i a   7 6 e r s   t o   w i n   $ 2 1 , 5 9 9 . 5 3 . 
 t o   v i e w   t h i s   b e t   o r   c o p y   i t    
g u a r d e d :   7 6 e r s   7 6 ,   c a v a l i e r s   7 2   -   3 r d   -   3 : 3 9   ( u p   7   t o   4 3   r o o t s ) 

g u a r d e d :   7 6 e r s   7 6 ,   c a v a l i e r s   7 1   -   3 r d   -   4 : 0 1   ( u p   1 3   t o   3 6   r o o t s ) 

g u a r d e d :   7 6 e r s   7 6 ,   c a v a l i e r s   7 0   -   3 r d   -   4 : 0 1   ( d o w n   1 3   t o   2 3   r o o t s ) 

g u a r d e d :   7 6 e r s   7 4 ,   c a v a l i e r s   6 9   -   3 r d   -   4 : 3 0   ( u p   1 1   t o   3 6   r o o t s ) 

7 6 e r s   b a s k e t b a l l !   
 
  
g u a r d e d :   7 6 e r s   7 1 ,   c a v a l i e r s   6 6   -   3 r d   -   5 : 4 9   ( d o w n   1 1   t o   2 5   r o o t s ) 

g u a r d e d :   7 6 e r s   7 1 ,   c a v a l i e r s   6 7   -   3 r d   -   5 : 4 9   ( u p   1 5   t o   3 6   r o o t s ) 

j a m e s   h a r d e n   n e e d s   t o   b e   a g g r e s s i v e   n b a     7 6 e r s   j a m e s h a r d e n
t h e   7 6 e r s   h a v e   w a i v e d   m a c   m c c l u n g ,   r e p o r t s   .
  v i l l a n o v a   p l a y s   b i g   g a m e s   a t   t h e   7 6 e r s   a r e n a   s o   m o r e   f a n s   c a n   a t t e n d .   g o n z a g a   l i m i t i n g   t h e i r   f a n s   t o   o n l y   6 0 0 0   s e a t s   f o r   b i g   g a m e s   i s   r i d i c u l o u s .
c a v a l i e r s   a n d   7 6 e r s   💦 💦 💦
_ j r 1   n e t s   a n d   7 6 e r s   a r e   j u g g e r n a u t s   m o r e   s o   t h a n   h e a t   m a v s   s u n s   c a v s   a n d   n u g g e t s   d e f i n i t e l y   a n d   a r g u a b l y   e v e r y   o t h e r   t e a m   i n   t h e   n b a .
_ h o t _ t a k e s             y o u r   f e l l o w   7 6 e r s   f a a n   r a t h e r   s p e a k   u n d e r   a   j o k i c   p o s t   o n   m u l t i p l e   t w e e t   t h r e a d s   i n s i d e   t h e   s a m e   t h r e a d   t h a n   w a t c h   m a x e y   c o o k   . .   s o   t h a t ’ s   w h y
a n o t h e r   h a r d e n   b r i c k …   s o r r y   a s s   j a m e s h a r d e n   n b a   7 6 e r s
    _ h o t _ t a k e s         t h e   f a c t   y o u ’ r e   a   “ 7 6 e r s   f a n ”   g i v i n g   a   j o k i c   p o s t   a n y   e n e r g y   w h i l e   “ y o u r ”   t e a m   i s   o n   t e l l s   m e   a l l   e y e   n e e d   t o   k n o w   🃏 🃏 🃏 🃏 🃏 🃏 🃏
t y r e s e   m a x e y   t h e   s e c o n d   b e s t   p l a y e r   o n   t h e   7 6 e r s   4 s h o
w h e n   d i d   h e   g e t   o n   t h e   7 6 e r s ?   😂  
w a t c h   👉 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 👉 l i v e 
 l i v e   h d   l i n k 👉 👉 👉 👉 ⬇ ️ ⬇ ️ 
 
  
g u a r d e d :   7 6 e r s   6 1 ,   c a v a l i e r s   5 2   -   3 r d   -   1 0 : 5 3   ( u p   5   t o   2 1   r o o t s ) 

g u a r d e d :   7 6 e r s   6 1 ,   c a v a l i e r s   5 0   -   3 r d   -   1 1 : 1 3   ( d o w n   1 1   t o   1 6   r o o t s ) 

c a v s   v s   7 6 e r s   l e t e m k n o w   c a v s   c a v s s i x e r s   g i r l s n i g h t  
" i   t o o k   t h i s   j o b   b e c a u s e   o f   j o e l   e m b i i d   a n d   b e n   s i m m o n s "   -   d o c   r i v e r s   g i v e s   c a n d i d   o u t l o o k   o n   p h i l a d e l p h i a   7 6 e r s '   b e n   s i m m o n s - j o e l   e m b i i d   e r a     n b a   b a s k e t b a l l
    _ h o t _ t a k e s         n o …   s m d   . .   e y e   a m   t h e   o n e   i n   c o n t r o l   h e r e   ,   t h i s   c o n v o   g o e s   h o w   e y e   w a n t   i t   t o   g o   ,   i d g a f   i f   i t ’ s   h a r d   f o r   y o u   o r   n o t   . .   t h e   7 6 e r s   a r e   o n   a n d   y o u   r a t h e r   t a l k   u n d e r   a   j o k i c   p o s t   🤔 🤔 🤔 🤔 🤔
w h y   t f   a m   i   s c a r e d   o f   t h e   7 6 e r s . . . .
7 6 e r s   a r e   p l a y i n g   l i k e   t h a t   s w e a t y   k i d   o n   c o d .   d o c   r i v e r s   o u t   h e r e   f u l l   c o u r t   p r e s s i n g   i n   p r e - s e a s o n
f i r s t   n b a   g a m e   a n d   7 6 e r s   a r e   b e t t e r     l e t e m k n o w  
7 6 e r s   c a v a l i e r s   n b a   l i v e   b r o a d c a s t   a n d   h a l f t i m e   t e a m   i s   a b s o l u t e l y   t e r r i b l e .   h a r d   t o   b e l i e v e   p e o p l e   l i k e   t h a t   a r e   a c t u a l l y   h i r e d .   i t ’ s   o n e   c h a n n e l   i   w o n ’ t   w a t c h   a g a i n ,   l e t   a l o n e   p a y   f o r .   g o o d   r i d d a n c e
    y ’ a l l   a i n ’ t   s t i l l   g o t t e n   t h e   h a c k   a r o u n d   t h i s   n b a ,   c a v s   v s   7 6 e r s   w a s   a s   c l e a r   a s   d a y ,   i t ’ s   o b v i o u s   7 6 e r s   w a s   g o n n a   w i n   t h i s   m a t c h   u p   s o   b e s t   b e t   w a s   h a n d i c a p   7 6 e r s   o r   s t r a i g h t   w i n   s a m e   w i t h   w i z a r d s   t o   b e a t   h o r n e t s ,   1 s t   h a l f   o v e r s   a r e   a   b i g   r i s k .  
w h a t   c a n   t h e   7 6 e r s   g e t   f o r   a   3 4   y e a r   o l d   b e a r d e d   f o r m e r   s t a r ?
g o t   s o m e   l o n g h o r n s   i n   t h e   b u i l d i n g   🤘 🏽 🤘 🏽 !     c a v s / 7 6 e r s   p r e s e a s o n   g a m e !  
      i   d o n ’ t   k n o w   a b o u t   y o u   b u t   i ’ m   w a t c h i n g   t h e   7 6 e r s   v s   t h e   c a v s   g a m e . .   a n d   h e ’ s   p l a y i n g   s o r r y
g r e a t   t o   h a v e   j a r r e t t   a l l e n   b a c k .   h e   l e a d s   t h e   c a v s   w i t h   1 7 p t s ,   8 r e b s ,   a n d   1 b l k . 
 
 •   s t u f f :   ⤵ ️ ⤵ ️ ⤵ ️ 
 •   g a r l a n d :   9 p t s ,   6 a s t ,   1 s t l 
 •   l e v e r t :   8 p t s ,   3 r e b s ,   2 a s t 
 •   m i t c h e l l :   3 p t s ,   3 r e b s ,   2 a s t 
 
 c a v s   t r a i l   7 6 e r s   6 1 - 5 0   a t   t h e   h a l f .   
 
 l e t e m k n o w
    _ h o t _ t a k e s         a g a i n ,   t h e   7 6 e r s   a r e   p l a y i n g   r i g h t   n o w   b u t   y o u   r a t h e r   t a l k   u n d e r   a   j o k i c   p o s t
  c a v s   v   7 6 e r s   w i t h   d   w a d e   o n   c a v s
1 s t   h a l f   s t a t s   f r o m   .   
 
 c a v s   5 0 
 7 6 e r s   6 1 
 
 l i s t e n   t o   t h e   2 n d   h a l f :    
7 6 e r s   a r e   b e t t e r   w i t h o u t   e m b i i d
j a m e s   h a r d e n   i s   t h e   m o s t   s o r r y   p l a y e r   i n   t h e   n b a . .   j a m e s h a r d e n   7 6 e r s   n b a
y ’ a l l   c o u l d n ’ t   f i n d   h i m   i n   a   7 6 e r s   u n i f o r m ?  
t h i s   j u s t   p r o v e s   t h a t   e m b i i d   m a k e s   t h e   7 6 e r s   w o r s e
w i s c o n s i n   p o l i t i c a l   a d s   w h i l e   w a t c h i n g   t h e   c a v s / 7 6 e r s   g a m e   s t r e a m   o n   b a l l y ’ s   i s :  
n u g g e t s   v s   7 6 e r s   f i n a l s   👀  
    _ h o t _ t a k e s         j o e l   i s   i r r e l e v a n t     ,   t h e   f a c t   o f   t h e   m a t t e r   i s   w h e n e v e r   i   s e e   j o k i c   i   k n o w   i m a   s e e   y ’ a l l   ,   y ’ a l l   j u s t   a s   b i g   o f   f a n s   a s   u s   ,   7 6 e r s   o n   t v   r i g h t   n o w   & a m p ;   y ’ a l l   i n t e r a c t i n g   u n d e r   a   j o k i c   p o s t   . .   i   t r u l y   e n j o y   i t
. @ _ b i g j a y y _   d o m i n a t i n g   f o r   c a v s ,   w h o   t r a i l   7 6 e r s   6 1 - 5 0   a t   h a l f .   a l l e n   h a s   1 7   p o i n t s   ( 7 - 1 3   f g ,   3 - 4   f t ) ,   8   r e b o u n d s ,   2   b l o c k s   i n   2 2   m i n u t e s .   d a r i u s   g a r l a n d   w i t h   9   p o i n t s ,   6   a s s i s t s   a n d   a   s t e a l .   c a r i s   l e v e r t   8   p o i n t s ,   3   r e b o u n d s ,   3   a s s i s t s ,   1   b l o c k .
i f   t y r e s e   m a x e y   i s   a s   g o o d   a s   p e o p l e   s a y   h e   i s   t h e n   t h e   7 6 e r s   s h o u l d   w i n   t h e   c h a m p i o n s h i p
h t : 
 
 7 6 e r s   6 1 - 5 0   c a v s 
 
 c a v s   s h o t   3 / 1 3   f r o m   t h r e e   i n   t h e   f i r s t   h a l f 
 
 l e t e m k n o w
f u c k   t h e   7 6 e r s !   c a n ’ t   s t a n d   t h e m   t h e y   a r e   t r y i n g   s o   d a m n   h a r d   l i k e   r e l a x   i t ’ s   t h e   p r e s e a s o n
g u a r d e d :   7 6 e r s   6 1 ,   c a v a l i e r s   5 0   -   2 n d   -   0 : 0 8   ( u p   9   t o   2 7   r o o t s ) 

g u a r d e d :   7 6 e r s   6 1 ,   c a v a l i e r s   4 7   -   2 n d   -   0 : 2 5   ( d o w n   6   t o   1 8   r o o t s ) 

g u a r d e d :   7 6 e r s   5 9 ,   c a v a l i e r s   4 7   -   2 n d   -   0 : 4 1   ( d o w n   6   t o   2 4   r o o t s ) 

  7 6 e r s   l a k e r s   f i n a l s
7 6 e r s   h a v e   a   l o t   o f   a n n o y i n g   g u y s   t h i s   y e a r .   t h e y   a r e   g o i n g   t o   b e   c o m p e t i t i v e   i n   e v e r y   g a m e   b a s i c a l l y .
h a r d e n   u p   r n .   🆙   7 6 e r s
m a x e y   r e v e r s e   f i n i s h   o n   t h e   b a s e l i n e   a l o n g   w i t h   a l l   o f   t h e   p e r i m e t e r   s h o t s   h e ' s   h i t   t o n i g h t . . .   h e ' s   t h e   k e y   t o   a   7 6 e r s   p o s t s e a s o n   p u s h .
t h e   p h i l a d e l p h i a   7 6 e r s   d i s c u s s   t h e   p l a y   o f   i s a i a h   j o e   a n d   h i s   c o n t i n u e d   u n d e r s t a n d i n g   o f   h i s   r o l e   o n   o f f e n s e .    
k p j   a n d   j a l e n   c o m b i n e d   2 1   p o i n t s   a l r e a d y   l m f a o   i ’ m   w a t c h i n g   t h i s   o v e r   t h e   7 6 e r s
g u a r d e d :   7 6 e r s   5 1 ,   c a v a l i e r s   4 3   -   2 n d   -   3 : 2 1   ( u p   6   t o   3 0   r o o t s ) 

g u a r d e d :   7 6 e r s   4 9 ,   c a v a l i e r s   3 8   -   2 n d   -   3 : 4 8   ( d o w n   6   t o   2 4   r o o t s ) 

7 6 e r s   r e a l l y   t r e a t i n g   t h i s   g a m e   l i k e   i t ’ s   g a m e   7   l o l
i f   w e ’ r e   b e i n g   h o n e s t   a b o u t   t h e   7 6 e r s   c h a m p i o n s h i p   h o p e s   a n d   w h o   i s   t h e   m o r e   n e c e s s a r y   p a r t   o f   t h a t … 
 
 … m a x e y   & g t ;   h a r d e n
g u a r d e d :   7 6 e r s   4 7 ,   c a v a l i e r s   3 8   -   2 n d   -   4 : 0 5   ( u p   1 2   t o   3 0   r o o t s ) 

  l e t h a r g i c   s t a r t   a n d   7 6 e r s   h u s t l i n g   t o n i g h t .   i   h o p e   e v a n   w i l l   b e   r e a d y   i n   9   d a y s !
g u a r d e d :   7 6 e r s   4 7 ,   c a v a l i e r s   3 4   -   2 n d   -   4 : 5 8   ( d o w n   6   t o   1 8   r o o t s ) 

* * * * h d * * * ~ f r e e ~   🏆 n b a   s t r e a m s   g a m e   l i v e   
 
 w a t c h   n b a   p r e s e a s o n   2 0 2 2   l i v e   s t r e a m   f r e e 
 
 🔗 p c   l i n k :   
 
 🔗 m o b i l e   l i n k :   
 
 w i z a r d s   v s   h o r n e t s   l i v e 
 7 6 e r s   v s   c a v a l i e r s   l i v e 
 r o c k e t s   v s   h e a t   l i v e 
 s u n s   v s   n u g g e t s   l i v e 
 
 n b a 2 k 2 3  
g u a r d e d :   7 6 e r s   4 5 ,   c a v a l i e r s   3 4   -   2 n d   -   5 : 0 9   ( u p   9   t o   2 4   r o o t s ) 

u h h h …   c a t c h i n g   u p   r i g h t   n o w … 
 - m a x e y   i s   a u t o m a t i c   f r o m   3 
 - m e l t o n ’ s   r e b o u n d i n g   i s   a s   a d v e r t i s e d 
 - t u c k e r ’ s   s i d e   p o c k e t   3 s   a r e   s o   f u n   t o   w a t c h   w h e n   i t ’ s   f o r   y o u r   t e a m     
 s i x e r s   7 6 e r s   t t p   p h i l a u n i t e
g u a r d e d :   7 6 e r s   4 5 ,   c a v a l i e r s   3 1   -   2 n d   -   6 : 0 2   ( d o w n   9   t o   1 5   r o o t s ) 

g u a r d e d :   7 6 e r s   4 2 ,   c a v a l i e r s   3 1   -   2 n d   -   6 : 0 9   ( u p   6   t o   2 4   r o o t s ) 

g u a r d e d :   7 6 e r s   4 2 ,   c a v a l i e r s   2 9   -   2 n d   -   6 : 3 4   ( d o w n   8   t o   1 8   r o o t s ) 

d o   t h e   7 6 e r s   n o t   h a v e   a   b a c k u p   c e n t e r ?
7 6 e r s   h a v e   s o m e   d e f e n s i v e   s t u d s   g u a r d i n g   o n   t h e   p e r i m e t e r   t h i s   y e a r .
g u a r d e d :   7 6 e r s   4 0 ,   c a v a l i e r s   2 8   -   2 n d   -   8 : 1 0   ( u p   7   t o   2 6   r o o t s ) 

l o l   7 6 e r s   p l a y i n g   t h i s   p r e s e a s o n   g a m e   l i k e   i t   m e a n s   s o m e t h i n g   l o l   😂
🇺 🇸 n b a   -   2 0 2 2 / 2 0 2 3   :   p r e - s e a s o n   
 t o d a y   m o n d a y   o c t o b e r   1 0 , 2 0 2 2   -   k i c k   o f f   
 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   🔴 l i v e 
 ⤵ ️ ⤵ ️ ⤵ ️ ⤵ ️ 
 l i v e   n o w   h e r e 🔛 
 v e n u e :   r o c k e t   m o r t g a g e   f i e l d h o u s e   a r e n a   i n   c l e v e l a n d ,   o h i o .   u s a .  
  t h e   7 6 e r s   h a v e   t h e   b e s t   o n   p a p e r   r o s t e r ,   a n d   t h e y   w i l l   p r o v e   i t   i n   t h e   r e g u l a r   s e a s o n ,   b e i n g   t h e   f i r s t   s e e d   i n   t h e   e a s t
~ f r e e ~   🏆 n b a   s t r e a m s   g a m e   l i v e   
 
 w a t c h   n b a   p r e s e a s o n   2 0 2 2   l i v e   s t r e a m   f r e e 
 
 🔗 p c   l i n k :   
 
 🔗 m o b i l e   l i n k :   
 
 w i z a r d s   v s   h o r n e t s   l i v e 
 7 6 e r s   v s   c a v a l i e r s   l i v e 
 r o c k e t s   v s   h e a t   l i v e 
 s u n s   v s   n u g g e t s   l i v e 
 
 n b a 2 k 2 3  
g u a r d e d :   7 6 e r s   4 0 ,   c a v a l i e r s   2 6   -   2 n d   -   9 : 1 2   ( d o w n   5   t o   1 9   r o o t s ) 

t h e   7 6 e r s   p l a y i n   l i k e   g a m e   7   o f   t h e   f i n a l s   r n   😭 😂
g u a r d e d :   7 6 e r s   3 8 ,   c a v a l i e r s   2 6   -   2 n d   -   9 : 3 1   ( u p   4   t o   2 4   r o o t s ) 

m i t c h e l l   g u n n a   g e t   h i s   s h i t   t o g e t h e r   w a t c h   w h o   e l s e   t h e y   r e a l l y   g u n n a   p u t   i n   t h a t   g a m e   f r o m   t h e   c a v s   a g a i n s t   7 6 e r s
    e x t r e m e   l   f o r   t h e   7 6 e r s
n f l :   l a s   v e g a s   r a i d e r s   v s   k a n s a s   c i t y   c h i e f s 
 
 n b a :   c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 n b a :   c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s 
 
 n b a :   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   

g u a r d e d :   7 6 e r s   3 5 ,   c a v a l i e r s   2 2   -   2 n d   -   1 0 : 4 3   ( d o w n   6   t o   2 0   r o o t s ) 

g u a r d e d :   7 6 e r s   3 3 ,   c a v a l i e r s   2 2   -   2 n d   -   1 0 : 5 5   ( u p   8   t o   2 6   r o o t s ) 

.   i s   s a v i n g   t h e   s t o r y b o o k   s t a r t   t o   h i s   c a v s   c a r e e r   f o r   t h e   r e g u l a r   s e a s o n .   n o t h i n g   w e n t   w e l l   i n   t h e   f i r s t   q :   0 - 3   f g ,   0 - 2   3 s ,   3   r e b o u n d s ,   1   a s s i s t ,   1   s t e a l ,   2   f o u l s ,   3   t u r n o v e r s .   c o u l d   s a y   s a m e   f o r   c a v s ,   w h o   t r a i l   7 6 e r s   3 3 - 2 0 .
m a x e y   i s   h i m   7 6 e r s   l o o k   r e a l l y   g o o d   s o   f a r   i n   t h e   p r e s e a s o n .   h a r d e n   l o o k s   b e t t e r   t o   s p e e d   e t c   j u s t   n e e d   h a n d l e s   a n d   h i s   c o n f i d e n c e   i n   h i s   s c o r i n g   t o   c o m e b a c k
e n d   o f   t h e   f i r s t   q u a r t e r :   7 6 e r s   3 3 ,   c a v a l i e r s   2 0 .   c a v s   w e r e   a   l i t t l e   r a g g e d ,   e s p e c i a l l y   a t   t e   b e g i n n i n g   o f   t h e   q u a r t e r .
o f f i c i a l l y   l o c k e d   i n   m y   o n e   s e e d   a s   7 6 e r s   a n d   m a v s
2 0 1 7   t o r o n t o   r a p t o r s   
 2 0 1 8   h o u s t o n   r o c k e t s   
 2 0 2 1   m i l w a u k e e   b u c k s   
 2 0 2 2   m i a m i   h e a t   
 2 0 2 3   p h i l a d e l p h i a   7 6 e r s   
 
 😭 😭 😭  
1 s t   q : 
 
 7 6 e r s   3 3 - 2 0   c a v s 
 
 6   t o ' s   f o r   t h e   c a v s   i n   t h e   f i r s t   q u a r t e r   a n d   m u c h   t o   i m p r o v e   o f f e n s i v e l y   
 
 l e t e m k n o w
g u a r d e d :   7 6 e r s   3 3 ,   c a v a l i e r s   2 0   -   e n d   o f   1 s t   ( d o w n   9   t o   1 8   r o o t s ) 

h e y     i   p a y   6 5   d o l l a r s   a   m o n t h   a n d   y o u   l i s t   t h e   c a v a l i e r s   v s   7 6 e r s   g a m e   o n   m y   c h a n n e l   l i n e u p ,   y e t   i t   s a y s   b l o c k e d   i n   m y   a r e a . .   w h a t   c a n   w e   d o   t o   f i x   i t .
s t r e e t s   s a y i n g   t h i s   i s   t h e   7 6 e r s   t e a m   h a l l o w e e n   c o s t u m e   p a r t y  
i f   t h e   7 6 e r s   a r e   g o i n g   t o   w i n   a   r i n g   i t ’ l l   b e   t h i s   s e a s o n .
d o n o v a n   m i t c h e l l   l o o k s   s c a r e d   o f   t h i s   7 6 e r s   s q u a d   l o l   c a n ’ t   s h o o t
2 0 2 0 - 2 1   f l a w l e s s   t y r e s e   m a x e y   h o r i z o n t a l   g o l d   r p a   / 1 0   a u t o   r o o k i e   7 6 e r s   s g c   1 0 
 🔗   
 
 e b a y   u n i t e d s t a t e s   a u c t i o n   s p o r t s c a r d s   t h e h o b b y   w h o d o y o u c o l l e c t   f i n d s p o r t s c a r d s  
g u a r d e d :   7 6 e r s   2 8 ,   c a v a l i e r s   1 8   -   1 s t   -   0 : 3 7   ( d o w n   4   t o   2 7   r o o t s ) 

a n o t h e r   d y n a m i c   t h e   c a v s   a r e   m i s s i n g   i s   a   b a s e l i n e   r u n n e r ,   w a s   s u p p o s e d   t o   b e   a   g u y   l i k e   d y l a n   w i n d l e r   b u t   y e a …   e s p e c i a l l y   a g a i n s t   t h e s e   z o n e   d e f e n s e s ,   7 6 e r s   a r e   b e i n g   a g g r e s s i v e   u p   t o p   b e c a u s e   t h e y ’ r e   n o t   w o r r i e d   a b o u t   t h e   c o r n e r s   & a m p ;   t h e   p a i n t
    7 6 e r s ,   a n d   d a r e   i   s a y   i t   h e   m a y   m a k e   t h e m   m y   f a v o r i t e   t e a m   t o   c o m e   o u t   t h e   e a s t
m a x e y   i s   s o   g o o d   m a n .   7 6 e r s   c h a m p i o n s h i p   i   s m e l l   i t 😤 😤
t h e   p h i l a d e l p h i a   7 6 e r s   w i l l   l o s e   t o   t h e   b o s t o n   c e l t i c s   4 - 3   i n   t h e   e c f   t h i s   c o m i n g   y e a r
m a x e y   i s   t h e   2 n d   b e s t   p l a y e r   o n   t h e   7 6 e r s .   n   i ' m   n o t   c a p p i n g
g u a r d e d :   7 6 e r s   2 6 ,   c a v a l i e r s   1 7   -   1 s t   -   2 : 0 2   ( u p   4   t o   3 1   r o o t s ) 

~ f r e e ~   🏆 n b a   s t r e a m s   g a m e   l i v e   
 
 w a t c h   n b a   p r e s e a s o n   2 0 2 2   l i v e   s t r e a m   f r e e 
 
 🔗 p c   l i n k :   
 
 🔗 m o b i l e   l i n k :   
 
 w i z a r d s   v s   h o r n e t s   l i v e 
 7 6 e r s   v s   c a v a l i e r s   l i v e 
 r o c k e t s   v s   h e a t   l i v e 
 s u n s   v s   n u g g e t s   l i v e 
 
 n b a 2 k 2 3  
        7 6 e r s   w i n n i n g   t h e   l a r r y   o b   t h i s   y e a r ?
🇺 🇸 n b a   -   2 0 2 2 / 2 0 2 3   :   p r e - s e a s o n 
 t o d a y   m o n d a y   o c t o b e r   1 0 , 2 0 2 2   -   k i c k   o f f 
 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   | |   l i v e   s t r e a m 
 ⬇ ️ ⬇ ️ ⬇ ️ ⬇ ️ 
 l i v e   s t r e a m i n g   h e r e 🔛 
 v e n u e :   r o c k e t   m o r t g a g e   f i e l d h o u s e   a r e n a   i n   c l e v e l a n d ,   o h i o .   u s a .  
c a v s   a r e   o n   v s   7 6 e r s
o o g a   b o o g a   7 6 e r s   a r e   g o d s   a n d   c a v s   a r e   b a d   l e t e m k n o w   7 6 e r s
t h e   2 0 1 9   7 6 e r s   w o u l d   h a v e   l o s t   i n   5   t o   t h e   2 0 1 9   b u c k s 👍 🏾
w a t c h   👉 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 👉 l i v e 
 l i v e   h d   l i n k 👉 👉 👉 👉 ⬇ ️ ⬇ ️ 
 
  
d e a n t h o n y   m e l t o n   a   s o l i d   p i c k u p   f o r   7 6 e r s
    m a x e y   i s   a   b a l l e r ,   h e ' s   t u r n i n g   a   l o t   o f   p e o p l e   i n t o   n e w   f a n s   o f   t h e   7 6 e r s .
🏆 n b a   s t r e a m s   g a m e   l i v e   
 
 w a t c h   n b a   p r e s e a s o n   2 0 2 2   l i v e   s t r e a m   f r e e 
 
 🔗 p c   l i n k :   
 
 🔗 m o b i l e   l i n k :   
 
 w i z a r d s   v s   h o r n e t s   l i v e 
 7 6 e r s   v s   c a v a l i e r s   l i v e 
 r o c k e t s   v s   h e a t   l i v e 
 s u n s   v s   n u g g e t s   l i v e 
 
 n b a 2 k 2 3  
g u a r d e d :   7 6 e r s   2 6 ,   c a v a l i e r s   1 5   -   1 s t   -   2 : 2 1   ( d o w n   6   t o   2 7   r o o t s ) 

g u a r d e d :   7 6 e r s   2 4 ,   c a v a l i e r s   1 5   -   1 s t   -   3 : 0 2   ( u p   6   t o   3 3   r o o t s ) 

w a t c h i n g   t h y b u l l e   a i r b a l l   w i t h o u t   a   d e f e n d e r   w i t h i n   t e n   f e e t   o f   h i m   m a k e s   m e   f e e l   e v e n   b e t t e r   a b o u t   t h e   7 6 e r s ’   o f f s e a s o n   m o v e s .   t h e i r   b e n c h   w e n t   f r o m   o n e   o f   t h e   w o r s t   i n   t h e   l e a g u e   t o   a   s t r e n g t h   o v e r n i g h t .
t h e   7 6 e r s   g o n n a   b e   g o o d
g u a r d e d :   7 6 e r s   2 4 ,   c a v a l i e r s   1 3   -   1 s t   -   3 : 1 3   ( u p   6   t o   2 7   r o o t s ) 

t h y b u l l e   l e g i t   i s n ’ t   a   t o p   1 5   p l a y e r   o n   t h e   7 6 e r s
g u a r d e d :   7 6 e r s   2 4 ,   c a v a l i e r s   1 1   -   1 s t   -   3 : 4 4   ( u p   6   t o   2 1   r o o t s ) 

g u a r d e d :   7 6 e r s   2 4 ,   c a v a l i e r s   9   -   1 s t   -   4 : 0 1   ( d o w n   8   t o   1 5   r o o t s ) 

c a v s   c a n ’ t   b r e a k   d o w n   t h e   7 6 e r s   d e f e n c e   w i t h   n o   e m b i i d   a n c h o r i n g   l m a o
m a x e y   l o o k i n g   d e l i c i o u s   s o   f a r !   s i x e r s   7 6 e r s   
 
  
g u a r d e d :   7 6 e r s   2 1 ,   c a v a l i e r s   9   -   1 s t   -   4 : 2 9   ( u p   7   t o   2 3   r o o t s ) 

  a n d ?   d o w n   2 1 - 7   t o   t h e   7 6 e r s   w i t h o u t   e m b i i d   💀
t y r e s e   m a x e y   i s   h i m .   h o w   d o e s   d o c   r i v e r s   k e e p   f u m b l i n g   h i s   w a y   t o   t e a m s   w i t h   i n c r e d i b l e   p l a y e r s ?   
 
 i f   t h e   7 6 e r s   w a n t   t o   a c t u a l l y   s u c c e e d   t h e y ' d   f i r e   h i m   a n d   p r o m o t e   s a m   c a s s e l l   i m m e d i a t e l y   😭
h o w   n o t   t o   f o u l   t h e   7 6 e r s   * i m p o s s i b l e *
🏀   n b a   p r e - s e a s o n 
 
 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 o n g o i n g 
 ➡   
 
 m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 a t   6 . 3 0 p m 
 ➡     
 
 b a s k e t b a l l   a m e r i c a n b a s k e t b a l l   n b a l i v e   a m e r i c a n   u s a
7 6 e r s   g o t   a   c l e a r   p a t h   t o   t h e   f i n a l s   o f   d o c   r i v e r s   d o e s n ’ t   p u l l   a   d o c   r i v e r s   c h o k e
t h e   7 6 e r s   a r e   t r u l y   f r e e   t h r o w   m e r c h a n t s
p h i l a d e l p h i a   7 6 e r s   s e e   w e t i n   y o u r   m a t e   d e y   d o   n a
t y r e s e   m a x e y   f r o m   d e e p !   
 n b a   n b a t w i t t e r   7 6 e r s   s i x e r s   n b a p r e s e a s o n   c l e v s p h i   
  
7 6 e r s   r u m o r s :   m a c   m c c l u n g   w a i v e d   2   d a y s   a f t e r   s i g n i n g   e x h i b i t   1 0   c o n t r a c t    
7 6 e r s '   j a m e s   h a r d e n   s a y s   j o e l   e m b i i d   i s   s t i l l   i m p r o v i n g :   ' h e ' s   s e c o n d   t o   n o n e '    
i   d o n ’ t   s e e   n o b o d y   b e a t i n g   7 6 e r s   i n   a   b o 7   s e r i e s   t h a t ’ s   a l l   t h a t ’ s   i t   t h a t ’ s   t h e   p o s t
t y r e s e   m a x e y ! ! !   
 
 p r e d i c t i o n s : 
 1 .   a l l - s t a r   
 2 .   2 4   p p g 
 3 .   m o s t   i m p r o v e d   
 4 .   n b a   c h a m p i o n   
 
 n b a   7 6 e r s   p h i l l y  
i   k n o w   i t ' s   p r e s e a s o n ,   b u t   b o l d   m o v e   f o r   t h e   7 6 e r s   t o   s t a r t   s m a l l   a g a i n s t   j a r r e t t   a l l e n .
t h i s   p h i l l y   s m a l l   b a l l   l i n e u p   i s   s o   d e f e n s i v e l y   a n d   o f f e n s i v e l y   b a l a n c e d   i ’ m   n o t   g o n n a   t o o   g e t   c a r r i e d   a w a y   y e t   b u t   w e   o n l y   g o t   t w o   g o o d   d e f e n d e r s   o n   w i t h   t u c k e r   a n d   m e l t o n   a n d   w e   s t i l l   p l a y i n g   g o o d   d e f e n s e   t h e n   e v e r y o n e   i n   t h e   c o u r t   c a n   s h o o t   w o w 😲 😲   7 6 e r s   h a r d e n   n b a   n b a
j u s t   n o t   a   f a n   o f   p l a y i n g   a g a i n s t   p j   t u c k e r   i n   p r e s e a s o n ,   b e c a u s e   h e   d o e s n ’ t   u n d e r s t a n d   w h a t   p r e s e a s o n   i s ,   a n d   g u y s   a r e n ’ t   g o i n g   a l l   o u t   l i k e   h e   i s . 
 
 i t ’ s   h o w   g u y s   g e t   h u r t .   c a v s   g o t t a   b e   c a r e f u l   h e r e .   
 
 1 2 - 5 ,   7 6 e r s   e a r l y   o n   i n   t h e   f i r s t   q u a r t e r .   l e t e m k n o w
🏆 n b a   s t r e a m s   g a m e   l i v e   
 
 w a t c h   n b a   p r e s e a s o n   2 0 2 2   l i v e   s t r e a m   f r e e 
 
 🔗 p c   l i n k :   
 
 🔗 m o b i l e   l i n k :   
 
 w i z a r d s   v s   h o r n e t s   l i v e 
 7 6 e r s   v s   c a v a l i e r s   l i v e 
 r o c k e t s   v s   h e a t   l i v e 
 s u n s   v s   n u g g e t s   l i v e 
 
 n b a 2 k 2 3  
m a x e y   f o r   3   a g a i n  
l i v e   s t r e a m   
 l i n k . 📺 
 
 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   
 n b a
m a x e y   f o r   3
i   h o p e   7 6 e r s   w i n   t h i s   m a t c h
c a v s   a n d   7 6 e r s   a r e   u n d e r w a y   i n   c l e v e l a n d !   p r e s e a s o n   a c t i o n !
n b a   n b a t w i t t e r   n b a 2 k 2 2   
 p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   l i v e   s t r e a m   
 p h i l a d e l p h i a   v s   c l e v e l a n d   l i v e   s t r e a m   
 
 📍   𝗟 𝗜 𝗩 𝗘 : - & g t ;   📺 📱   ⬇ ️ 
 🔴   ( (   ) ) 
 
 ✨   f o l l o w   f o r   m o r e   n b a   s t r e a m s 
 
 t w i c e 
 n b a m e d i a d a y 
 n b a j a p a n g a m e s 2 0 2 2  
7 6 e r s   w a i v e   m a c   m c c l u n g  
7 6 e r s   v s .   c a v a l i e r s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s  
7 6 e r s   v s .   c a v a l i e r s :   p l a y - b y - p l a y ,   h i g h l i g h t s   a n d   r e a c t i o n s  
l i v e   n b a   l i v e s t r e a m   
 d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s 
 m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s 
 
 l i n k 🏀 
 
 n b a   s t r e a m s  
f i r s t   j a m e s   h a r d e n   l i k e d   m y   t w e e t   a n d   n o w   t h e   7 6 e r s .   i   g o t t a   a d m i t   i ’ m   j a m e s   h a r d e n ’ s   b u r n e r .  
t o d a y ' s   g a m e   p i c k s   ( o c t o b e r   1 0 ) 
 n b a   🏀 
 w i z a r d s   
 7 6 e r s 
 h e a t 
 n u g g e t s
i m a g i n e   h o w   g o o d   a l l e n   i v e r s o n   w o u l d   h a v e   b e e n   i f   h e   h a d   t r u s t e d   t h e   p r o c e s s .     o   w e l l ,   t h e   7 6 e r s   g a m e   i s   c o m i n g   u p .     n b a  
n b a   l i v e 🔴   p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   1 0   o c t o b e r   2 0 2 2   |   p r . . .
w a t c h   👉 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 👉 l i v e 
 l i v e   h d   l i n k 👉 👉 👉 👉 ⬇ ️ ⬇ ️  
s o ,     7 6 e r s   r u m o r s :   m a c   m c c l u n g   w a i v e d   2   d a y s   a f t e r   s i g n i n g   e x h i b i t   1 0   c o n t r a c t    
i ’ m   s o   s i c k   i n   t h e   h e a d   i   h a v e   t h e   7 6 e r s   m l   a n d   s p r e a d   t o n i g h t   i n   a   p r e s e a s o n   g a m e
w a t c h   👉 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 👉 l i v e 
 l i v e   h d   l i n k 👉 👉 👉 👉 ⬇ ️ ⬇ ️ 
 
  
🏆 n b a   s t r e a m s   / p r e s e a s o n   g a m e   l i v e   
 
 w a t c h   n b a   p r e s e a s o n   2 0 2 2   l i v e   s t r e a m   f r e e 
 
 🏀 g a m e   l i n k :   
 
 🏆 n b a   g a m e   t o d a y 
 
 🆚 w i z a r d s   v s   h o r n e t s 
 🆚 7 6 e r s   v s   c a v a l i e r s 
 🆚 r o c k e t s   v s   h e a t 
 🆚 s u n s   v s   n u g g e t s 
 
 n b a  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   | |   n b a     l i v e   s t r e a m 
 ᴡ ᴀ ᴛ ᴄ ʜ   ᴄ ʟ ɪ ᴄ ᴋ   ʜ ᴇ ʀ ᴇ   ▶ ️    
c h e c k   o u t   c r a i g   s p e e d y   c l a x t o n   2 0 0 0 - 0 1   t o p p s   h e r i t a g e   r o o k i e   b a s k e t b a l l   c a r d   p h i l l y   7 6 e r s     e b a y   v i a  
_ 7 6 e r s   n o   i ’ m   n o t
_ r a y _ 2 1 6   w e   o w e   7 6 e r s   f r o m   l a s t   w e e k
    y e s .   n o w   h e   h a s   o n e   w i t h   t h e   7 6 e r s .   h e ' l l   p r o b   g e t   a   l e g i t   c a l l   u p   b y   n e x t   y e a r   i f   h e   k e e p s   i t   u p
  _ m a s t e r       i   t h i n k   t h e   7 6 e r s   j u s t   p i c k i n   h i m   u p   o n   t h e i r   g - l e a g u e   t e a m
    _ h o t _ t a k e s         e v e r y   b i g   g a m e   t h e   7 6 e r s   p l a y e d   l a s t   y e a r   t h e y   g o t   e m b a r a s s e d   . .   l o s t   t h e   “ m v p ”   g a m e   t o   j o k i c   ,   l o s t   b y   3 0   t o   b r o o k l y n   a f t e r   t h e   t r a d e   ,   l o s t   t o   g i a n n i s   r i g h t   a f t e r   t h a t   i n   a n o t h e r   m v p   g a m e   ,   a l l   t h e s e   g a m e s   i n   p h i l l y   n o t   t o   m e n t i o n   t h a t   5 0   p o i n t   l o s s   t o   b o s t o n   ,   s h u t   u p
_ n o b o d y 1 4     t h e   o t h e r   o n e   7 6 e r s   w i n
s t o p   t a l k i n g   a b o u t   f o o t b a l l   f o r   a   s e c   g u y s   b r o w n s     c a v s   a r e   a t   t i p - o f f   w i t h   t h e   7 6 e r s   r i g h t   n o w   o n   n b a t v   📺     l e t e m k n o w   🏀
l i v e   s t r e a m i n g 
 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 👇 🏼 👇 🏼 👇 🏼  
🏆   n b a 
 
 🏀   c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 c l e v e l a n d   p h i l a d e l p h i a   n b a  
1 7 7 6 r e s t o r a t i o n m o v e m e n t   1 7 7 6 r m   i   d o n ’ t   k n o w   w h y   i   k e e p   t r y i n g   t o   h a v e   a   c o n v e r s a t i o n   w i t h   7 6 e r s .   i   g e t   t i m e d - o u t   f o r   e c h o i n g   t h e i r   o w n   w o r d s   b a c k   t o   t h e m .   i   g u e s s   i t   d o e s n ’ t   s o u n d   a s   “ r i g h t e o u s ”   w h e n   a n   o u t s i d e r   s a y s   i t .   🙄
[ 1 0 m i n w a r n i n g ]   p h i l a d e l p h i a   7 6 e r s   a t   c l e v e l a n d   c a v a l i e r s   t o t a l   2 2 4 . 0   |   m o n   1 9 : 1 0 e t   p h i v s c l e   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
c l e v e l a n d   c a v a l i e r s   -   p h i l a d e l p h i a   7 6 e r s 
 c l e v e l a n d   c a v a l i e r s   + 5 . 0   a h   ( 1 . 8 5 ) 
 u n i b e t / 2   u n i t s
n b a   g a m e s   t o d a y   
 
 h e a t   v s   r o c k e t s 
 7 6 e r s   v s   c a v s 
 n u g g e t s   v s   s u n ' s 
 h o r n e t s   v s   w i z a r d s 
 
 🏀 🏀 🏀
n b a   e s t a   n o c h e : 
 2 0 : 0 0   h o r n e t s - w i z a r d s 
 2 0 : 0 0   c a v a l i e r s - 7 6 e r s 
 2 0 : 3 0   h e a t - r o c k e t s 
 2 2 : 0 0   n u g g e t s - s u n s 
 
 t o d o s   l o s   p a r t i d o s   p u e d e n   v e r s e   e n   n b a   l e a g u e   p a s s .  
i ' m   l o c k i n g   i n   a   c o u p l e   o f   n b a   b e t s   e a r l y : 
 
 7 6 e r s   + 3 . 5   v s   c e l t i c s 
 c l i p p e r s   m l   v s   l a k e r s
n b a   p r e s e a s o n :   p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   ( l i v e   p l a y - b y - p l a y   & a m p ;   r e a c t i o n s )  
7 6 e r s   w a i v e   m a c   m c c l u n g    
w a t c h   l i v e   n b a   m a t c h e s   h e r e 
 🏀 p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s 
 🏀 c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s 
 🏀 m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 🏀 d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s 
 l i n k :  
7 6 e r s   w a i v e   m a c   m c c l u n g   |   h o o p s h y p e  
( 1 t / 2 2 m i n )   g o l   d o   p h i l a d e l p h i a   7 6 
   7 6 e r s   1 x 0   c a v s 
 🇪 🇪   n b a 2 0 2 2   
 t e s i g o a t o d a p a r t e
    w e r e   s t i l l   t o   s m a l l   e v e n   w i t h   d r u m m o n d   a l l   t h e s e   t e a m s   h a v e   m o n s t e r s   i   t h i n k   c l e v e l a n d ,   7 6 e r s ,   m i a m i ,   b o s t o n ,   a r e   a l l   b e t t e r
h a v e   w e   p l a y e d   a n y o n e   o t h e r   t h a n   t h e   7 6 e r s   t h i s   p r e - s e a s o n ?
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   n b a   l i v e   s c o r e b o a r d   i n t e r g a   s p o r t s    
  n b a   l i v e   m a t c h :   c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   -   n b a   p r e -   s e a s o n   2 0 2 2 - 2 0 2 3    
t h e   c h i c a g o   b e a r s   a r e   t h e   m o d e r n   d a y   7 2 ’ / 7 3 ’   p h i l a d e l p h i a   7 6 e r s
n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   w i z a r d s   h o r n e t s   7 6 e r s   c a v a l i e r s   r o c k e t s   h e a t   s u n s   n u g g e t s
1 )   b u c k s 
 2 )   s u n s 
 3 )   7 6 e r s   🥶 
 4 )   l a k e r s   
 5 )   h e a t  
i   w a n n a   s e e   m a v s   v s   7 6 e r s ,   c l i p p e r s ,   a n d   k n i c k s   i   g o t   c i r c l e d   s o   f a r
_ 0 0 1 8 7         n o b o d y   t r u s t   a d a m   a r o n ! 
 t h e   e n t i r e   n b a   a n d   n o t   a   s i n g l e   p l a y e r   f r o m   t h e   7 6 e r s   e m b r a c e d   a m c   p l a y
1 0 / 1 0   c a v s   v s .   7 6 e r s   s t a r t e r s . . 
 c a r i s   l e v e r t   o n c e   a g a i n   i n   t h e   s t a r t i n g   l i n e u p   i n   t h e   3 .   d e a n   w a d e   r e p l a c e s   k e v i n   l o v e   a t   t h e   4 .   
 l e t e m k n o w  
  h a p p y   f o r   y o u   a n d   y o u r   e a g l e s ! !   n o w   l e t ’ s   n o t   l e t   t h e   7 6 e r s   b e   t o o   g o o d   p l e a s e   ❤ ️
n b a   c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   f u l l   g a m e 
 w a t c h   l i v e   :
m o s t   u n d e r r a t e d   p l a y e r   o n   e v e r y   t e a m : 
 
 7 6 e r s   -   m e l t o n 
 b u c k s   -   c o n n a u g h t o n 
 b u l l s   -   w h i t e 
 c a v s   -   l o v e 
 c e l t i c s   -   w h i t e 
 c l i p p e r s   -   c o v i n g t o n 
 g r i z z l i e s   -   a l d a m a 
 h a w k s   -   j .   h o l i d a y 
 h e a t   -   y u r t s e v e n 
 h o r n e t s   -   r o z i e r 
 j a z z   -   a g b a j i 
 k i n g s   -   m u r r a y 
 k n i c k s   -   g r i m e s 
 l a k e r s   -   l o n n i e
c a v s   s t a r t i n g   5   f o r   p r e s e a s o n   b a s k e t b a l l   a g a i n s t   t h e   7 6 e r s   l e t e m k n o w  
p r e s e a s o n :   c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   7 6 e r s   g a m e t h r e a d  
7 6 e r s   a t   c a v a l i e r s   t o n i g h t   a t   7 🤩
    d i d n ’ t   e v e n   k n o w   h e   w a s   s i g n e d   t o   t h e   7 6 e r s 😭
t h e   p h i l a d e l p h i a   7 6 e r s   a r e   r e l o c a t i n g   t o   m o n t r é a l ,   q u e b e c - c a n a d a   a f t e r   t h e   e n d   o f   t h i s   s e a s o n .
p s 5 s h a r e ,   n b a 2 k 2 3   7 6 e r s   b a l l   o n l y ?        
n b a   l i v e 🔴   p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   1 0   o c t o b e r   2 0 2 2   |   p r . . .  
n b a   c l e v e l a n d   c a v a l i e r s   v s   m i a m i   7 6 e r s   b a s k e t b a l l   f u l l   g a m e 
 w a t c h   l i v e   :  
k e v i n   l o v e   t o   m i s s   c l e v e l a n d   c a v a l i e r s '   p r e s e a s o n   g a m e   v s .   p h i l a d e l p h i a   7 6 e r s   –   n b a   n e w s  
e a g l e s ,   p h i l l i e s ,   7 6 e r s !     p h i l l y   o n   a   r o l l   l i k e   a   c h e e s t e a k !
m o n t r e z l   h a r r e l l   i s   o u t   f o r   t h e   p h i l a d e l p h i a   7 6 e r s   a g a i n s t   t h e   c l e v e l a n d   c a v a l i e r s   d u e   t o   a n   i n t e r c o s t a l   s t r a i n .    
n e w   c a v s   s t a r   g u a r d   d o n o v a n   m i t c h e l l   g e t t i n g   s h o t s   u p   w i t h   a s s i s t a n t s   p r i o r   t o   t o n i g h t ’ s   g a m e   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s .  
c l i p p e r s   r   g o n n a   b   n i c e   i f   t h e y   s t a y   h e a l t h y   t h i s   s e a s o n . 
 
 i ’ l l   b   p a y i n g   a t t n   2   t h e   n e t s ,   7 6 e r s ,   b u l l s ,   b u c k s ,   & a m p ;   m a y b e   t h e   h o r n e t s   o n   t h e   e a s t … p e l i c a n s ,   l a k e r s ,   c l i p s ,   d u b s   o n   t h e   w e s t . 
 
 i   c a n ’ t   s t a n d   t h e   g r i z z ,   m a v s ,   s u n s ,   j a z z   b u t   t h e y ’ l l   b e   c o m p e t i n g   i n   t h e   w e s t .   n b a
2 2 - 2 3   e a s t e r n   c o n f e r e n c e   p r e d i c t i o n s : 
 1 .   7 6 e r s 
 2 .   c e l t i c s 
 3 .   b u c k s 
 4 .   c a v s 
 5 .   r a p t o r s   
 6 .   h e a t 
 
 7 .   n e t s   
 8 .   h a w k s 
 9 .   b u l l s 
 1 0 .   k n i c k s 
 
 1 1 .   w i z a r d s 
 1 2 .   m a g i c 
 1 3 .   p i s t o n s 
 1 4 .   h o r n e t s 
 1 5 .   p a c e r s
c h a r l e s   b a s s e y   f a n s   m a y   w a n t   t o   w a t c h   t h e   7 6 e r s   p r e s e a s o n   g a m e   t o n i g h t .   l o o k s   l i k e   h e ’ l l   g e t   p l e n t y   o f   p l a y i n g   t i m e  
🏀   n b a   p r e s e a s o n 
   
 w i z a r d s   + 4   @   h o r n e t s   - 4 
 7 6 e r s   + 1   @   c a v a l i e r s   - 1 
 r o c k e t s   + 8 . 5   @   h e a t   - 8 . 5 
 s u n s   - 4 . 5   @   n u g g e t s   + 4 . 5 
   
 b e t   b t c   ➡ ️   
 
 n b a b e t t i n g   n b a p i c k s   s p o r t s b e t t i n g   n b a p r e s e a s o n  
t h e   p h i l a d e l p h i a   7 6 e r s   w i l l   w a i v e   m a c   m c c l u n g   w i t h   t h e   e x p e c t a t i o n   b e i n g   h e   w i l l   j o i n   t h e   d e l a w a r e   b l u e   c o a t s .    
n b a p r e s e a s o n   🏀 
 
 7 6 e r s   v s   c a v a l i e r s   - 4 ½   🗑 ️   o / u   2 2 7 
 w i z a r d s   v s   h o r n e t s   - 4   🗑 ️   o / u   2 1 8 
 r o c k e t s   v s   h e a t   - 7 ½   🗑 ️   o / u   2 2 4 
 s u n s   v s   n u g g e t s   + 5   🗑 ️   o / u   2 1 6 ½ 
 
 w h o   c o v e r s ? 
 
 b e t   n o w :    
d o c   r i v e r s   a d d r e s s e s   t h e   b a c k u p   c e n t e r   s p o t   f o r   t h e   p h i l a d e l p h i a   7 6 e r s   s o   f a r   i n   p r e s e a s o n .    
1 0 / 1 0 / 0 6   –   t h e   p h o e n i x   s u n s   b l e w   a   2 2 p t   l e a d   i n   a m a r e   s t o u d e m i r e ' s   ( 6 p / 6 r )   1 s t   g a m e   ( p r e s e a s o n )   a f t e r   m i s s i n g   a l l   b u t   t h r e e   g a m e s   t h e   s e a s o n   b e f o r e   ( k n e e ) ,   l o s i n g   t o   t h e   p h i l a d e l p h i a   7 6 e r s   1 0 3 - 1 0 0   i n   t h e   n b a   e u r o p e   l i v e   s e r i e s   i n   c o l o g n e ,   g e r m a n y .   a .   i v e r s o n :   2 9 p .  
t h e   p h i l a d e l p h i a   7 6 e r s   h a v e   w a i v e d   m a c   m c c l u n g ,   r e p o r t s  
t h e   c e l t i c s   s e a s o n   o p e n s   i n   8   d a y s !     a   p r e v i e w   f o r   t h e   o p e n e r   v s   t h e   7 6 e r s   w i l l   c o m e   o u t   o n   t h e   w e b s i t e   m i d d a y   o n   g a m e d a y .     f o r   n o w ,   h e r e   a r e   s o m e   n o t e w o r t h y   s t a t s   a b o u t   t h e   o p p o n e n t  
t h e   p h i l a d e l p h i a   7 6 e r s   a r e   s i g n i n g   v e t e r a n   m a m a d i   d i a k i t e   t o   a   m a x   c o n t r a c t .   p e r   s o u r c e s .
7 6 e r s   w a i v e   m a c   m c c l u n g  
7 6 e r s   w a i v e   m a c   m c c l u n g  
w h i c h   t e a m   w i l l   w i n   m o r e   r e g u l a r   s e a s o n   g a m e s ? 
 
 m i l w a u k e e   b u c k s   o r   p h i l a d e l p h i a   7 6 e r s   
 
 w h i c h   t e a m   w i l l   r e i g n   s u p r m e m e ➡ ️ 
 
 n b a t w i t t e r   f e a r t h e d e e r   p h i l a u n i t e   g a m b l i n g t w i t t e r
d o c   r i v e r s   s a y s   j a m e s   h a r d e n   c a n   b e   l i k e   a   s c o r i n g   v e r s i o n   o f   m a g i c   j o h n s o n   f o r   7 6 e r s   t h i s   s e a s o n :   “ w e   d o n ’ t   h a v e   a   p o i n t   g u a r d … ”  
d o c   r i v e r s   s a y s   j a m e s   h a r d e n   c a n   b e   l i k e   a   s c o r i n g   v e r s i o n   o f   m a g i c   j o h n s o n   f o r   7 6 e r s   t h i s   s e a s o n :   “ w e   d o n ’ t   h a v e   a   p o i n t   g u a r d … ”  
c a v s   a r e   g o i n g   t o   s t a r t   d e a n   w a d e   a t   p o w e r   f o r w a r d   i n   p l a c e   o f   b a n g e d - u p   k e v i n   l o v e   ( a n d   e v a n   m o b l e y ) ,   w h i c h   m e a n s   c a r i s   l e v e r t   g e t s   t h e   s t a r t   a t   s m a l l   f o r w a r d   f o r   a   s e c o n d   s t r a i g h t   p r e s e a s o n   g a m e   
 

b r e a k i n g :   d a y s   a f t e r   s i g n i n g   w i t h   t h e   p h i l a d e l p h i a   7 6 e r s ,   m a c   m c c l u n g   h a s   b e e n   w a i v e d .   
 
 w h o   s h o u l d   s i g n   h i m   & a m p ;   k e e p   h i m   o n   t h e i r   r o s t e r ?   🤔  
      f u r k   w e a r s   a   c r e a m   c o l o r   s w e a t s u i t   w i t h   ' 7 6 e r s '   w r i t t e n   o n   i t , t h a t ' s   d o p e   b u t   h e   s h o u l d n ' t   h a v e   c u t   a l l   h i s   b e a r d   a n d   s t a c h e   😭
b a s k e t b a l l   n b a   🏀 
 c a v a l i e r s - 7 6 e r s 
 b e t   :   7 6 e r s   + 5 . 5       h a n d i c a p 
 1 . 7 9   o d d s   o n   
 2   u n i t s   
 g a m b l i n g t w i t t e r 
 n b a 
 s p o r t s g a m b l i n g  
    n b a   p i c k s   
 o c t   1 0 , 2 0 2 2   
 
 7 6 e r s   v s   c a v a l i e r s -   7 6 e r s   
 
 w i z a r d s   v s   h o r n e t s -   h o r n e t s   
 
 r o c k e t s   v s   h e a t s -   h e a t s   
 
 s u n ' s   v s   n u g g e t s -   s u n ' s   
 
 s h o u l d   b e   a   v e r y   e a s y   d a y   i n   t h e   o f f i c e   a s   a l w a y s   f e e l   f r e e   t o   s h a r e   a n y   w i n n i n g s   c a s h a p p   $ s a v a g e m o n t a n a 9 8 
 p l a y   s a f e  
  n b a   p i c k s   
 o c t   1 0 , 2 0 2 2   
 
 7 6 e r s   v s   c a v a l i e r s -   7 6 e r s   
 
 w i z a r d s   v s   h o r n e t s -   h o r n e t s   
 
 r o c k e t s   v s   h e a t s -   h e a t s   
 
 s u n ' s   v s   n u g g e t s -   s u n ' s   
 
 s h o u l d   b e   a   v e r y   e a s y   d a y   i n   t h e   o f f i c e   a s   a l w a y s   f e e l   f r e e   t o   s h a r e   a n y   w i n n i n g s   c a s h a p p   $ s a v a g e m o n t a n a 9 8 
 p l a y   s a f e  
2 0 2 2 - 2 0 2 3   n b a   p r e d i c t i o n s   ( s e e d i n g ) 
 
 e a s t 
 1 .   7 6 e r s 
 2 .   c e l t i c s 
 3 .   b u c k s 
 4 .   c a v s 
 5 .   r a p t o r s 
 6 .   h e a t 
 p l a y - i n   t e a m s 
 n e t s ,   w i z a r d s ,   b u l l s ,   h a w k s 
 
 w e s t 
 1 .   w a r r i o r s 
 2 .   n u g g e t s 
 3 .   w o l v e s 
 4 .   c l i p p e r s 
 5 .   p e l i c a n s 
 6 .   m a v s 
 p l a y - i n   t e a m s 
 s u n s ,   g r i z z l i e s ,   b l a z e r s ,   k i n g s
2 0 2 2 - 2 0 2 3   n b a   p r e d i c t i o n s 
 
 m v p :   g i a n n i s   a n t e t e k o u n m p o 
 r o y :   k e e g a n   m u r r a y 
 d p o y :   r o b e r t   w i l l i a m s 
 6 m o t y :   t y l e r   h e r r o 
 m i p :   r . j .   b a r r e t t 
 c o y :   m i k e   m a l o n e 
 
 e c f :   b u c k s   o v e r   7 6 e r s 
 w c f :   n u g g e t s   o v e r   c l i p p e r s 
 f i n a l s :   b u c k s   o v e r   n u g g e t s 
 f i n a l s   m v p :   g i a n n i s   a n t e t e k o u n m p o
🏀 h a p p y   b i r t h d a y ,   7 🏀 
 👇 
 
 
 n b a 7 5 
 b l e e d g r e e n 
 n e t s w o r l d 
 n e w s y o r k f o r e v e r 
 7 6 e r s 
 w e t h e n o r t h 
 n b a 
 相 互 フ ォ ロ ー 
 フ ォ ロ ー バ ッ ク
    _   m a x e y   i s n t   a   b e t t e r   p l a y m a k e r   t h a n   j a y l e n   t h o u g h .   p l a y m a k i n g   a i n ' t   a b o u t   a s s i s t s   p e r   g a m e   a n d   t h e   s i x e r s   3 p t %   w e n t   u p   b y   m i l e s   w h e n   h a r d e n   r e p l a c e d   m a x e y   a s   t h e   m a i n   p l a y m a k e r   o f   t h e   7 6 e r s .   a l s o   m a x e y   h a d   a   n e g a t i v e   n e t   r a t i n g   a s   t h e   m a i n   p l a y m a k e r   o f   t h e   s i x e r s
    r e a l   7 6 e r s   l e g e n d .
t h e   7 6 e r s   h a v e   w a i v e d   m a c   m c c l u n g ,   r e p o r t s   .  
s o u r c e s :   t h e   p h i l a d e l p h i a   7 6 e r s   h a v e   w a i v e d   g u a r d   m a c   m c c l u n g ,     h a s   l e a r n e d .
c a v s   k e v i n   l o v e   w i l l   n o t   p l a y   i n   t o n i g h t ' s   p r e s e a s o n   g a m e   a g a i n s t   p h i l a d e l p h i a   a s   a   p r e c a u t i o n   a f t e r   b u m p i n g   k n e e s   i n   a   r e c e n t   p r a c t i c e ,   s o u r c e s   t e l l     
 

  l e t ' s   g o   p h i l a d e l p h i a .       m a y b e   t h e   y e a r   f o r   t h e   p h i l l i e s ,   t h e   e a g l e s ,   t h e   f l y e r s   a n d   t h e   7 6 e r s
_ 2 4   j u s t   a n   f y i ,   y o u r   p r e v i e w   a r t i c l e   f o r   t o d a y s   g a m e   b e t w e e n   t h e   r o c k e t s   a n d   h e a t   l i s t s   p . j .   t u c k e r   a s   a   p r o b a b l e   h e a t   s t a r t e r   w h i c h   i s   u n l i k e l y   a s   h e   p l a y s   f o r   t h e   7 6 e r s   n o w . 

a s i   v e   l a   l i g a   a   l a   c o n f e r e n c i a     e s t e 
 
 1 .   d e t r o i t   p i s t o n s 
 2 .   p h i l a d e l p h i a   7 6 e r s 
 3 .   w a s h i n g t o n   w i z a r d s 
 4 .   n e w   y o r k   k n i c k s 
 5 .   b o s t o n   c e l t i c s 
 6 .   c h i c a g o   b u l l s 
 7 .   o r l a n d o   m a g i c 
 8 .   c h a r l o t t e   h o r n e t s
h e   t h i n k i n g   a b o u t   g o i n g   t o   t h e   g a m e s   i n   b e r l i n   f u t u r e   7 6 e r s ,   h i s   g h o s t   f a m i l y   w a n t   h i m   t o   b e   w i t h   s o m e o n e   l i k e   t h i s . . . .   b u t   p e o p l e   i n   h e a v e n   a r e n ' t   n o r m a l l y   t h i r s t y   a   f e w   o f   t h e m   a r e   l o l  
d o c   r i v e r s   s a y s   j a m e s   h a r d e n   c a n   b e   l i k e   a   s c o r i n g   v e r s i o n   o f   m a g i c   j o h n s o n   f o r   7 6 e r s   t h i s   s e a s o n :   “ w e   d o n ’ t   h a v e   a   p o i n t   g u a r d … ”  
8   m o r e   d a y s   l e f t   u n t i l   7 6 e r s '   o p e n i n g   n i g h t !
e a s t e r n   c o n f e r e n c e   p r e d i c t i o n s 
 
 1 .   7 6 e r s 
 2 .   b u c k s 
 3 .   c a v s 
 4 .   h e a t 
 5 .   n e t s 
 6 .   c e l t i c s 
 7 .   h a w k s 
 8 .   r a p t o r s 
 9 .   k n i c k s 
 1 0 .   w i z a r d s
_     s h o u l d   d o   l a k e r s / c e l t i c s   c a u s e   t h e y   a r e   h i s t o r i c a l l y   r i v a l s ,   a n d   w a r r i o r s / 7 6 e r s   b e c a u s e   t h e y   w e r e / a r e   p h i l a d e l p h i a   t e a m s .
d a n u e l   h o u s e   j r .   i s   q u i c k l y   b e c o m i n g   a   f a v o r i t e   i n   t h e   l o c k e r   r o o m   f o r   t h e   p h i l a d e l p h i a   7 6 e r s .    
n b a   e a s t e r   c o n f e r e n c e   s t a n d i n g s   a f t e r   r e g u l a r   s e a s o n : 
 1 .   7 6 e r s 
 2 .   c e l t i c s 
 3 .   b u c k s 
 4 .   b u l l s 
 5 .   c a v s 
 6 .   r a p t o r s 
 7 .   h e a t 
 8 .   h a w k s 
 9 .   n e t s 
 1 0 .   k n i c k s 
 1 1 .   w i z a r d s 
 1 2 .   p a c e r s 
 1 3 .   p i s t o n s 
 1 4 .   h o r n e t s 
 1 5 .   m a g i c 
 t h i s   i s   c o n s i d e r i n g   e v e r y o n e   i s   h e a l t h y .
a n d   w e ’ r e   b a c k !   t h e   m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s o o n   p r i o r   t o   t o n i g h t ’ s   p r e s e a s o n   g a m e   b e t w e e n   c l e v e l a n d   a n d   t h e   p h i l a d e l p h i a   7 6 e r s ! 
 
 m o r e   f r o m   m e !   ⤵ ️ 
 
  
n b a   l i v e 🔴   p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   -   1 0 t h   o c t o b e r   2 0 2 2   . . .  
p r e s e a s o n   g a m e   n u m b e r   2 !   1   l i k e   =   1   g o o d   l u c k !   c a v s   7 6 e r s   s i x e r s   l e t e m k n o w  
    t h e   r a p s   w i l l   b e   s n e a k y   g o o d   t h i s   y e a r ,   i   t h i n k   t h e y   a r e   i n   t h e   s a m e   t i e r   a s   t h e   h a w k s   b u t   d o n ’ t   s l e e p   o n   t o r o n t o . 
 
 7 6 e r s ,   b u c k s ,   c e l t i c s ,   h e a t ,   n e t s   a r e   t h e   t o p   5 ,   h a w k s   w i l l   b e   r i g h t   n e x t   t o / b e l o w   t h e   r a p s   f i g h t i n g   f o r   6 - 8   w i t h   c l e v e l a n d . 
 
 b u l l s   a n d   k n i c k s   9 - 1 0   s e e d .
  n e t s / b u c k s … 7 6 e r s   
 o n l y   l e g i t   c o n t e n d e r s   i n   t h e   e a s t
t o n i g h t   t h e     t a k e   o n   t h e   7 6 e r s   .   t h e   h u n t i n g t o n   t i p - o f f   s h o w   s t a r t s   a t   6 : 3 0   w i t h     .   t h e n       a n d     h a v e   a l l   t h e   a c t i o n   s t a r t i n g   a t   7 .   l i s t e n   o n       a n d   a l l   a c r o s s   t h e   c a v a l i e r s   a u d i o v e r s e !
  u n i o n   1   m l s   t e a m ,   7 6 e r s   c o n f e r e n c e   s e m i f i n a l s ,   p h i l l i e s   d i v i s i o n a l   ( b a s e b a l l   c o n f e r e n c e   s e m i f i n a l s ) ,   e a g l e s   w i l d c a r d   m i n i m u m   a s   w e l l
h o p p e d   o n   ' s   b e t   t h e   e d g e   w /   t o d a y 
 
 🟢   n f l   t e a m s   w h o s e   s t o c k   i s   o n   t h e   r i s e 
 🟢   7 6 e r s ,   p a c e r s ,   r a p t o r s ,   h o r n e t s   w i n   t o t a l   a n a l y z e d 
 🟢   r a i d e r s   v s .   c h i e f s   b e s t   b e t s 
 
 c h e c k   i t   o u t : 

      n o p e ,   b e c a u s e   i ' v e   n e v e r   h e a r d   o f   o t h e r   f a n b a s e   b e h a v i n g   l i k e   t h a t ,   e s p e c i a l l y   i n   b a s e b a l l .   d i d   c e l t i c   f a n s   c h a n t   " b e a t   l a "   w h e n   t h e   c e l t i c s   l o s t   t o   t h e   7 6 e r s ?   y e s .   a r e   t h e r e   s o c c e r   r i o t s   o v e r   s e a s ?   y e s .   h o w e v e r ,   a s   i t   r e l a t e s   t o   b a s e b a l l ,   n o   o t h e r   f a n b a s e   i s   l i k e   t h e   y a n k e e s .
  @ _ i p r e f e r t h e h a t e   _ h o o p     a l l   c u z   y o u ' r e   a   s t a r   d o e s n ' t   m e a n   u   c a n ' t   b e   t h e   x   f a c t o r   t h e   7 6 e r s   s e a s o n   l i t e r a l l y   l i e s   o n   h a r d e n   b e i n g   a   b e t t e r   f o r k   o f   h i m s e l f   t h a n   h e   w a s   l a s t   y e a r   w h i c h   m a k e s   h i m   t h e   x   f a c t o r
t o n i g h t ,   t h e   p h i l a d e l p h i a   7 6 e r s   p l a y   t h e i r   s e c o n d   s t r a i g h t   p r e s e a s o n   g a m e   a g a i n s t   d o n o v a n   m i t c h e l l ,   d a r i u s   g a r l a n d ,   a n d   t h e   c l e v e l a n d   c a v a l i e r s . 
 
 s i x e r s   |   _ p s n   |   

t h e   p h i l a d e l p h i a   7 6 e r s ,   a n   a m e r i c a n   p r o f e s s i o n a l   b a s k e t b a l l   t e a m   f o r m a l l y   k n o w n   a s   t h e   s y r a c u s e   n a t i o n a l s   b a s e d   i n   p h i l a d e l p h i a   m e t r o p o l i t a n   r e g i o n ,   f o u n d e d   i n   1 9 4 6   & a m p ;   p l a y   i n   t h e   n a t i o n a l   b a s k e t b a l l   a s s o c i a t i o n   ( n b a )   a s   a   m e m b e r   o f   t h e   e a s t e r n   c o n f e r e n c e   a t l a n t i c   d i v i s i o n . n b a 7 5
i ’ l l   a c c e p t   a l l   t h e s e   s h a n g a l a   h a n g a l a   i f   w e   b e a t   7 6 e r s   o n   o u r   o p e n   n i g h t  
m o r e   n b a   p r e s e a s o n   p i c k s   f o r   t o d a y ’ s   s l a t e     g a m b l i n g t w i t t e r   n b a   
 

t h i n k i n g   a b o u t   b e t t i n g   o n   c a v s   v s   7 6 e r s   ( n b a ) ?     f i n d   o u t   w h a t   p i c k   p i n e   m e m b e r     l o c k e d   i n   f o r   t h e   g a m e .   g a m b l i n g t w i t t e r   p i n e s p o r t s 🌲 📈 
 

  p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   1 0 / 1 0 / 2 0 2 2   f r e e   n b a   p i c k s   a n d   p r e d i c t i o n s   o n   m o r n i n g   s t e a m    
_ j r 1   t h e   c a v s   o v e r   t h e   7 6 e r s ? ? ? ?
l i v e   n b a   l i v e s t r e a m   
 d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s 
 m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s 
 
 l i n k 🏀 

p h i l a d e l p h i a   7 6 e r s   s t a r   j o e l   e m b i i d   w o r k e d   o u t   w i t h   o k l a h o m a   c i t y   t h u n d e r   r o o k i e   c h e t   h o l m g r e n   o v e r   t h e   s u m m e r .    
t h e   d e f e n d i n g   e a s t e r n   c o n f e r e n c e   c h a m p i o n   b o s t o n   c e l t i c s   p l a y   b a s k e t b a l l   o n   t h e   p a r q u e t   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s   t o   t i p   o f f   t h e   n b a ’ s   7 7 t h   s e a s o n   e i g h t   d a y s   f r o m   t o d a y .   a b s o l u t e l y .   t h r i l l i n g .
a s   p a r t   o f   h i s   p e r s o n a l   t r a i n i n g   p l a n ,   j o e l   e m b i i d   d i d   n o t   t r a v e l   t o   o h i o   w i t h   t h e   7 6 e r s   a n d   w i l l   b e   u n a v a i l a b l e   f o r   m o n d a y   n i g h t ’ s   e x h i b i t i o n   g a m e .  
d e s p i t e   t h e   a d d i t i o n s   m a d e   t o   t h e   p h i l a d e l p h i a   7 6 e r s '   r o s t e r   t h i s   o f f s e a s o n ,   i m p r o v e m e n t s   b y   m a t i s s e   t h y b u l l e   r e m a i n   c r i t i c a l   f o r   t h e   u p c o m i n g   s e a s o n . 
 
 s i x e r s   |   

  a l l e n   i v e r s o n   ( 3 1   p o i n t s )   -   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   a t   d e t r o i t   p i s t o n s   -   2 0 0 3   p l a y o f f s   e c s f   g a m e   2    
  t o b i a s   h a r r i s   n b a   p l a y e r   a l l   p o s s e s s i o n s   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   -   n b a   t o d a y   1 0 / 1 0 / 2 0 2 2   f u l l   g a m e   h i g h l i g h t s   -   n b a …    
_ j r 1   h o w   a r e   t h e   7 6 e r s   n o t   i n   t h e   f i r s t   t i e r ?
t h e   p h i l a d e l p h i a   7 6 e r s   a r e   t r a d i n g   f o r   r o o k i e   k y l e   l o w r y   t o   t h e   m i n n e s o t a   t i m b e r w o l v e s   i n   e x c h a n g e   f o r   j e v o n   c a r t e r   s o u r c e s   t e l l   m e   a n d   .
[ u p d a t e ]   p h i l a d e l p h i a   7 6 e r s   + 4 . 5   ( + 4 . 0 )   a t   c l e v e l a n d   c a v a l i e r s   |   m o n   1 9 : 1 0 e t   p h i v s c l e   n b a   ~  
  p h i l a d e l p h i a   7 6 e r s . . . .   s t r a i g h t   w i n   2   o d d . 
 t h a n k   m e   l a t e r .
🏀 n b a   p r e s e a s o n 🏀 
 
 p h i   7 6 e r s   m l 
 
 + 1 6 5 
 
 g a m b l i n g t w i t t e r   s p o r t s b e t t i n g   b e t 3 6 5  
  @ _ o h i o h e a v y   w a s n ' t   t h i s   a l s o   a   w e e k   a f t e r   b o a r d   w a s   a n n o u n c e d ?   h i p p i e   a n d   c u r l y   v   b o t h   c l a i m e d   r e l e v a n c e   a n d   i t   s e e m e d   l i k e   a   w a y   t o   c l a m p   d o w n   o n   a p p e a r a n c e   o f   s e x i s m . 
 i n   n o   w a y   d o   i   t r u s t   m a g s   o r   w e b s i t e   o r   a n y   7 6 e r . 
 
 7 6 e r s   w a n t s   t o   p r o j e c t   a   ' m a n l y '   i m a g e   a n d   w o m e n   i n   a u t h o r i t y   w o n ' t   f i t
w e   a r e   t u r n   i n ’   u p   o n   f r i d a y   t a l k i n g   a b o u t   t h e   s i x e r s   s o   s t a y   t u n e d   🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥   7 6 e r s   h e r e t h e y c o m e  
a w w w w   m a n   i   c a n   w a i t   f o r   t h i s .   y ’ a l l   t u n e   i n   t h i s   f r i d a y   7 p m   i t   g o e s   d o w n   m e   a n d     w i l l   p r e v i e w   t h e   7 6 e r s .   
 
  
[ t a i l g a t e   t h r e a d ]   p h i l a d e l p h i a   7 6 e r s   ( 2 - 0 )   @   c l e v e l a n d   c a v a l i e r s   ( 0 - 1 )   -   0 7 : 0 0   p m   e d t 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
p e o p l e   k e e p   a s k i n g   f o r   m y   2 0 2 2 - 2 3   n b a   f i n a l s   p r e d i c t i o n .   h o n e s t l y ,   i t   f e e l s   m o r e   w i d e   o p e n   t h a n   e v e r .   s o   m a n y   ' w h a t   i f s '   t o   c o n s i d e r . 
 
 i   r e a d   a   p i e c e   e a r l i e r   t h a t   h a d   t h e   7 6 e r s   a n d   c l i p p e r s   e a c h   i n   s i x t h   p l a c e   i n   t h e i r   r e s p e c t i v e   c o n f e r e n c e s .   t h a t   c o u l d   b e   t h e   f i n a l s   m a t c h u p !
a l l e n   i v e r s o n   s i g n e d   f r a m e d   1 6 x 2 0   p h i l a d e l p h i a   7 6 e r s   s t e p   o v e r   p h o t o   p h i l a u n i t e  
  t h e   7 6 e r s   h a v e   y o u   c o v e r e d . 
 
  
m v p :   g i a n n i s   a n t e t o k o u n m p o 
 r o y :   j a d e n   i v e y 
 d p o y :   g i a n n i s   a n t e t o k o u n m p o 
 6 m o y :   t y l e r   h e r r o 
 c o t y :   j .   b .   b i c k e r s t a f f 
 f i n a l s :   7 6 e r s   x   n u g g e t s 
 c a m p e ã o :   n u g g e t s  
k e e p i n g   t h e   p h a i t h !   2 0 2 2   p h i l l i e s :   t h e   w i l l   t o   w i n   -   s p o r t s t a l k p h i l l y   -   n e w s ,   r u m o r s ,   g a m e   c o v e r a g e   o f   t h e   p h i l a d e l p h i a   e a g l e s ,   p h i l a d e l p h i a   p h i l l i e s ,   p h i l a d e l p h i a   f l y e r s ,   a n d   p h i l a d e l p h i a   7 6 e r s   ⁦ _ b b _ c o l u m n ⁩    
    t i m e   t o   b u i l d   !   😁   g o   7 6 e r s ! ! !
8   d a y s   u n t i l   t h e   n b a   s e a s o n   s t a r t s .   7 6 e r s  
  _ b u r n s   _ _ j a y         y o u   a n d   o r e o   a t   b u n k e r   h i l l   w e r e   f i r s t   s t r e a m s   i   s a w   a n d   i   w a t c h e d   b o t h   c o n s i s t e n t l y .   i   s a w   s a n t a ' s   i n t e r v i e w .   i   q u i t   y o u   g u y s   w h e n   7 6 e r s   m a d e   i t   t o   t h e   m a l l .   i   f e l t   a   n a r r a t i v e   w a s   b e i n g   p u s h e d   a t   m e . 
 a n y w a y ,   y o u r   w o r t h   a s   a   j o u r n o   i s n ' t   d e t e r m i n e d   b y   y o u r   b a d g e ,   b u t   t o   m y
    a f t e r   d r a f t i n g   e m b i i d ,   i m a g i n e   t h e   7 6 e r s   d r a f t   t a t u m   ( i n s t e a d   o f   m a k i n g   t h e   f u l t z   s e l e c t i o n )   a n d   k e e p   j i m m y   b u t l e r   i n s t e a d   o f   g i v i n g   a   m a x   d e a l   t o   t o b i a s   h a r r i s .
1   7 6 e r s   o v e r   4   c a v s   i n   6 
 
 2   b u c k s   o v e r   6   r a p t o r s   i n   6 
 
 1   w a r r i o r s   o v e r   4   c l i p p e r s   i n   7 
 
 7   l a k e r s   o v e r   3   p e l i c a n s   i n   7 
 
 c o n f e r e n c e   f i n a l s   : 
 
   2   b u c k s   o v e r   1   7 6 e r s   i n   7 
 
   7   l a k e r s   o v e r   1   w a r r i o r s   i n   7
p l a y o f f s 
 
 e a s t   : 
 
 1   7 6 e r s   o v e r   8   n e t s   i n   5 
 
 2   b u c k s   o v e r   7   h a w k s   i n   6 
 
 6   r a p t o r s   o v e r   3   c e l t i c s   i n   7 
 
 4   c a v s   o v e r   5   h e a t   7 
 
 w e s t   : 
 
 1   w a r r i o r s   o v e r   8   s u n s   i n   6 
 
 7   l a k e r s   o v e r   2   w o l v e s   i n   6 
 
 3   p e l i c a n s   o v e r   6   g r i z z l i e s   i n   7 
 
 4   c l i p p e r s   o v e r   5   n u g g e t s   i n   7
e a s t 
 
 1 .   7 6 e r s 
 2 .   b u c k s 
 3 .   c e l t i c s 
 4 .   c a v s 
 5 .   h e a t 
 6 .   r a p t o r s 
 7 .     h a w k s 
 8 .   n e t s 
 9 .   k n i c k s 
 1 0 .   b u l l s 
 1 1 .   w i z a r d s 
 1 2 .   p i s t o n s 
 1 3 .   m a g i c 
 1 4 .   h o r n e t s 
 1 5 .   p a c e r s
  w a r r i o r s 
 c l i p p e r s 
 b u c k s 
 c e l t i c s 
 7 6 e r s
_ c z a r   
 1 2   t e a m s   h a v e   0   i s o l a t i o n   p l a y s   d e s p i t e   h a v i n g   p l a y e r s   w i t h   p l a y   t y p e   i s o l a t i o n   a s s i g n e d   ( b u l l s ,   b u c k s ,   c e l t i c s ,   h a w k s ,   h e a t ,   h o r n e t s ,   j a z z ,   k i n g s ,   k n i c k s ,   n u g g e t s .   t i m b e r w o l v e s ,   w i z a r d s ) 
 7 6 e r s   w /   n o   p o s t   h i g h   p l a y s   f o r   e m b i i d   a s   w e l l
_ s n a a a c k s   _ f i n l e y   w h y   w a s   6   a f r a i d   o f   7 ?   b e c a u s e   t h e   7 6 e r s   a t e   t h e   3 6 e r s
_ o f _ p r u s h a n   _ f i n l e y   d o n ’ t   a c t   l i k e   t h e y   w o u l d n ’ t   h a v e   a l s o   b e a t   7 6 e r s
[ u p d a t e ]   p h i l a d e l p h i a   7 6 e r s   + 4 . 0   ( + 4 . 5 )   a t   c l e v e l a n d   c a v a l i e r s   |   m o n   1 9 : 1 0 e t   p h i v s c l e   n b a   ~   b o n u s e s   u p   t o   $ 1 0 0 0  
  n b a   p i c k s   
 o c t   1 0 , 2 0 2 2   
 
 7 6 e r s   v s   c a v a l i e r s -   7 6 e r s   
 
 w i z a r d s   v s   h o r n e t s -   h o r n e t s   
 
 r o c k e t s   v s   h e a t s -   h e a t s   
 
 s u n ' s   v s   n u g g e t s -   s u n ' s   
 
 s h o u l d   b e   a   v e r y   e a s y   d a y   i n   t h e   o f f i c e   a s   a l w a y s   f e e l   f r e e   t o   s h a r e   a n y   w i n n i n g s   c a s h a p p   $ s a v a g e m o n t a n a 9 8 
 p l a y   s a f e  
    n b a   p i c k s   
 o c t   1 0 , 2 0 2 2   
 
 7 6 e r s   v s   c a v a l i e r s -   7 6 e r s   
 
 w i z a r d s   v s   h o r n e t s -   h o r n e t s   
 
 r o c k e t s   v s   h e a t s -   h e a t s   
 
 s u n ' s   v s   n u g g e t s -   s u n ' s   
 
 s h o u l d   b e   a   v e r y   e a s y   d a y   i n   t h e   o f f i c e   a s   a l w a y s   f e e l   f r e e   t o   s h a r e   a n y   w i n n i n g s   c a s h a p p   $ s a v a g e m o n t a n a 9 8 
 p l a y   s a f e  
_ _     y h   b u c k s   c e l t i c s   a n d   7 6 e r s   s h o u l d   b e   t h e   t o p   3
  n o   m o r e   7 6 e r s ?
  n o   d i s r e s p e c t   t o   t h e   7 6 e r s   b u t   m y   m i n d   w i l l   b e   s e t   o n   s a t u r d a y   a n d   i   w i l l   b e g i n   t h e   h y p e   p r o c e s s   f o r   m y s e l f   t h e   d a y   i   k n o w   w h o   w e   p l a y   o n   t h a t   t h u r s d a y .   i t s   l i k e   i   g o   i n   a   w h o l e   d i f f e r e n t   e l e m e n t   o f   m y s e l f   j u s t   💙 💛 .   d o   i   s o u n d   l i k e   a n   a s s h o l e   i f   i   s a y   i   w a n t   t h e   n j e d ?
j o r n a d a   n b a   
 
 1 : 0 0   |   w a s h i n g t o n   w i z a r d s   -   c h a r l o t t e   h o r n e t s 
 1 : 0 0   |   p h i l a d e l p h i a   7 6 e r s   -   c l e v e l a n d   c a v a l i e r s 
 1 : 3 0   |   h o u s t o n   r o c k e t s   -   m i a m i   h e a t 
 3 : 0 0   |   p h o e n i x   s u n s   -   d e n v e r   n u g g e t s 
 
 n b a p r e s e a s o n  
g a m b l i n g t w i t t e r   g o i n g   w i t h   k c - 7   a n d   t h e   7 6 e r s + 5   n o   j o e l   n o   p r o b l e m   😉
  _ p i c k s   9   m o r e   d a y s !   7 6 e r s   v s   c e l t i c s   a n d   l a k e r s   v s   w a r r i o r s
7 6 e r s   a t   c a v a l i e r s   1 0 / 1 0 / 2 2   -   n b a   p i c k s   & a m p ;   o d d s     p i c k s p a r l a y s   h e r e t h e y c o m e   b e t h e f i g h t  
p r e s e a s o n   c a v s   a r e   b a c k   i n   t h e   l a n d . 
 
 t h e y ' r e   - 4 . 5   t o n i g h t   a g a i n s t   t h e   7 6 e r s . 

w a t c h   c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e 
 v i s i t -  
[ u p d a t e ]   p h i l a d e l p h i a   7 6 e r s   + 4 . 5   ( + 4 . 0 )   a t   c l e v e l a n d   c a v a l i e r s   |   m o n   1 9 : 1 0 e t   p h i v s c l e   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
  e l u s i v e ? ? ?   j u s t   f o u n d   o u t   a   f e w   d a y s   a g o .   i   d o n ’ t   t a l k   a b o u t   s o m e t h i n g   u n t i l   i t ’ s   f a c t   c h e c k e d .   ( u s u a l l y   l o l )   p l u s   t h e   j u i c y   d e t a i l s   i   l i k e   t o   g e t   i n   t h e   r i g h t   h a n d s   b e f o r e   l e t t i n g   t h e   7 6 e r s / j 6 e r s   g e t   o u t   a h e a d   o f   i t
n b a   p i c k :                                                                                                             🏀 7 6 e r s   m l 🏀   n b a   n b a p i c k s
p a y t o n   p r i t c h a r d   p l a y s   h i s   f i r s t   r e g u l a r   s e a s o n   n b a   g a m e   i n   h i s   t h i r d   s e a s o n   a g a i n s t   t h e   7 6 e r s   i n   8   d a y s .
f u n k o     g o l d   5   a l l e n   i v e r s o n   -   s i x e r s 
 l i n k - & g t ; 
 a t c - & g t ; 
 1 7 : 5 4 : 5 2   2 0 2 2 - 1 0 - 1 0   u t c
[ c h a n c e   o f   c h a s e ]   [ $ 1 0 ] 
 5 "   a l l e n   i v e r s o n   -   s i x e r s 
 f u n k o p o p 
 s o u r c e :   f u n k o   m o n i t o r 
 r e a s o n :   i n v e n t o r y 
 
 🛒 :   
 0 1 : 5 3 : 0 5 . 1 5 6 0   p m   e d t   a d 
 

h e l l o !   m y   f r e e p i c k   o f   t h e   d a y   i s   1 0 / 1 0 / 2 2   7 6 e r s   v s   c a v a l i e r s   -   p i c k :   7 6 e r s   + 4 . 5   s p o r t s b e t s   b e t t i n g t w i t t e r   b e t t i n g   t w i t t e r b e t s   s p o r t s b e t t i n g t i p s 

m o s t   o v e r r a t e d   p l a y e r   o n   e v e r y   t e a m : 
 
 7 6 e r s   -   m a x e y 
 b u c k s   -   l o p e z 
 b u l l s   -   c a r u s o 
 c a v s   -   a l l e n 
 c e l t i c s   -   t a t u m 
 c l i p p e r s   -   m o r r i s 
 g r i z z l i e s   -   j a 
 h a w k s   -   c a p e l a 
 h e a t   -   h e r r o 
 h o r n e t s   -   o u b r e 
 j a z z   -   b e a s l e y 
 k i n g s   -   d a v i s 
 k n i c k s   -   r e d d i s h 
 l a k e r s   -   b e v e r l e y 
 m a g i c   -   a n t h o n y 
 m a v s   -   m c g e e
[ u p d a t e ]   p h i l a d e l p h i a   7 6 e r s   a t   c l e v e l a n d   c a v a l i e r s   t o t a l   2 2 7 . 5   ( 2 2 5 . 5 )   |   m o n   1 9 : 1 0 e t   p h i v s c l e   n b a   ~     w i t h   c o d e   o n a h e a t r
d o   t h e   g r i z z l i e s   t r u l y   b e l o n g   i n   t h e   t o p   g r o u p   o f   c o n t e n d e r s ? 
 
 t h e y   j u s t   d o n ’ t   f e e l   l i k e   t h e y ’ r e   q u i t e   o n   t h e   l e v e l   o f   t h e   w a r r i o r s ,   t h e   b u c k s ,   t h e   c l i p p e r s ,   t h e   c e l t i c s . 
 
 d o   t h e y   b e l o n g   i n   a   s u b - t i e r   b e l o w ,   a l o n g s i d e   t h e   n e t s ,   n u g g e t s   a n d   7 6 e r s ?   t h e s e   f o u r   t e a m s   f e e l   v e r y   c l o s e
  f o r   t h e   e a s t : 
 
 c e l t i c s   5 3 . 5 
 b u c k s   5 2 . 5 
 7 6 e r s   5 0 . 5 
 n e t s   5 0 . 5 
 h e a t   4 8 . 5 
 c a v s   4 7 . 5 
 h a w k s   4 5 . 5 
 r a p t o r s   4 5 . 5 
 b u l l s   4 1 . 5
t o b i a s   h a r r i s   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t o b i a s h a r r i s   t o b i a s   h a r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
  b u c k s 
 w a r r i o r s   
 c e l t i c s 
 c l i p p e r s 
 7 6 e r s
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
t h e     w i l l   p l a y   t h e i r   f i r s t   h o m e   g a m e   o f   t h e   2 0 2 2   p r e s e a s o n   t o n i g h t   w h e n   t h e y   f a c e   t h e   p h i l a d e l p h i a   7 6 e r s   a t     
   
 t o n i g h t ' s   g a m e   n o t e s   ( p r e s e a s o n   g a m e   2 ) :   

f u r k a n   k o r k m a z   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f u r k a n k o r k m a z   f u r k a n   k o r k m a z   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
n e w   e p i s o d e ! 🚨 
 
 w e   p r e v i e w   t h e   p h i l a d e l p h i a   7 6 e r s   w i t h   ! 
 
 ➡ ️ w h a t ' s   t h e   c e i l i n g   f o r   t h i s   t e a m ?   
 ➡ ️ c a n   e m b i i d   f i n a l l y   w i n   m v p   t h i s   y e a r ? 
 ➡ ️ w h a t   t o   e x p e c t   f r o m   j a m e s   h a r d e n   a n d   m o r e ! 
 

7 6 e r s   p l a y   t h e   c a v s   a t   7 : 0 0   p m   e s t   o n   n b a t v 
 
 e x c i t e d   t o   s e e   m i t c h e l l ,   g a r l a n d ,   a n d   m o s l e y   g e t   2 5   m i n u t e s   t o g e t h e r   o n   t h e   c o u r t   t o n i g h t 
 
 a l s o   c u r i o u s   a b o u t   r o c k e t s   a n d   h e a t 
 
 r o c k e t s   y o u n g   c o r e   h a s   o v e r i m p r e s s e d   m e 
 
 j a b a r i   s m i t h   m i g h t   b e   t h e   t r u t h
e a s t e r n   c o n f e r e n c e   |   a t l a n t i c   d i v i s i o n 
 n e w   y o r k   k n i c k s 
 p h i l a d e l p h i a   7 6 e r s 
 b o s t o n   c e l t i c s 
 t o r o n t o   r a p t o r s 
 b r o o k l y n   n e t s 
 w a s h i n g t o n   w i z a r d s  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
j a m e s   h a r d e n   o n   r e - s i g n i n g   w i t h   t h e   7 6 e r s :   ‘ t h i s   i s   w h e r e   i   w a n t   t o   w i n ’     7 6 e r s   r e s i g n i n g   w i n
  _ b r i g g s   i   d o n ’ t   k n o w   h o w   t h i s   f i t s   i n t o   c o n v e r s a t i o n   a r o u n d   s i x e r s   a r e n a   b u t   i t   b l o w s   m y   m i n d   t o   t h i n k   a b o u t   h o w   m a n y   s o c c e r   s t a d i u m s   a r e   i n   p l a c e s   l i k e   l o n d o n   & a m p ;   h o w   i n t e g r a t e d   t h e y   a r e   i n t o   c o m m u n i t i e s .     1 2   b y   t h i s   c o u n t   w i t h   c a p a c i t y   m o r e   t h a n   7 6 e r s   n e w   a r e n a
t h e   p h i l a d e l p h i a   7 6 e r s   d i s c u s s   w h a t   t h e y ’ v e   l e a r n e d   a b o u t   d e ’ a n t h o n y   m e l t o n   a n d   t h e   o t h e r   a d d i t i o n s   t o   t h e   r o s t e r .    
t h a n k   y o u   f o r   a l l   t h e   v i e w s   a n d   s u p p o r t   f r o m   m y   y o u t u b e   c h a n n e l .   🚨 h e l p   m e   o u t   a n d   s u b s c r i b e   t o   k i n g d v s p o r t s   f o r   e a g l e s   & a m p ;   s i x e r s   c o n t e n t .   🚨 e a g l e s   f l y e a g l e s f l y   s i x e r s   h e r e t h e y c o m e   7 6 e r s  
c h a   h o r n e t s - w a s   w i z a r d s : c h a   h o r n e t s   m l   { 1 . 9   u n i t } 
 c l e   c a v a l i e r s - p h i   7 6 e r s :   2 0 9 . 5   o v e r   { 1 . 6   u n i t   }   
 m i a   h e a t - h o u   r o c k e t s :   2 0 9 . 5   o v e r   { 1 . 4   u n i t   }   
 d e n   n u g e t t s - p h x   s u n s : 2 1 3 . 5   o v e r   { 1 . 5   u n i t   }
💻 :   g a m e d a y   r e p o 🤝     |   ⤵ ️ ⤵ ️ ⤵ ️  
9   d a y s … ☘ ️ ⛹ 🏻 ‍ ♂ ️ 
 
 f i r s t   g a m e   o f   t h e   2 0 2 2 - 2 3   s e a s o n   
 
 c e l t i c s   v s .   7 6 e r s   7 : 3 0   p m   e d t .  
s e e i n g   l o t s   o f   p e o p l e   a d d i n g   a n   a s t e r i s k   t o   t h e i r   s u p p o r t   f o r   t h e   7 6 e r s   a r e n a   c o n t i n g e n t   o n   r a n d o m   b u s i n e s s p e o p l e   a n d   n o n p r o f i t   e x e c s   i n   c h i n a t o w n   s u p p o r t i n g   i t .   i s   t h e r e   a   g o o d   r e a s o n   f o r   t h a t ?   t h e   a r e n a   p r o p o s a l   i s n ’ t   i n   c h i n a t o w n
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e   e s p n   n b a  
  i ' l l   c h e e r   o n   y o u r   e a g l e s   a n d   p h i l l i e s   b u t   i   d r a w   t h e   l i n e   a t   t h e   7 6 e r s
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   1 0 / 1 0 / 2 0 2 2   f r e e   n b a   p i c k s   a n d   p r e d i c t i o n s   o n …    
  c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   1 0 / 1 0 / 2 2   f r e e   n b a   s p o r t s   b e t t i n g   i n f o   & a m p ;   m y   p i c k s       
🪣 ☑ ️ 
 
 n b a   ✅   2 0 1 7   ( p e l s .   v   7 6 e r s ) 
 n h l   ✅   2 0 2 2   ( t w i n s   v   s t a r s ) 
 n f l   ✅   2 0 2 2   ( v i k i n g s   v   b e a r s ) 
 m l b   
 m l s 
 
 o t h e r : 
 w n b a   ✅ 
 m i l b   ✅
  b a r k l e y   w a s   r u n n i n g   o n   f u m e s   h e r e .   p r i m e   ( 7 6 e r s / s u n s )   b a r k l e y   d e s t r o y s   w a l l a c e   e v e n   w o r s e
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
l e t   m e   g e t   a   p h i l l y   r o l l   c a l l !   i   n e e d   m o r e   p h i l l y   f a n s   o n   m y   f e e d ! 
 m u c h   l o v e ,   f r o m   t h e   u k !   f l y e a g l e s f l y   7 6 e r s   r i n g t h e b e l l
7 6 e r s   @   c e l t i c s   w a r r i o r s   @   l a k e r s   
 7 6 e r s   w i t h   t h e   w i n   d o w n   t h e   s t r e t c h   1 1 3 - 1 1 1 
 w a r r i o r s   w i t h   t h e   w i n   d o w n   t h e   s t r e t c h     
 9 7 - 9 2
  f r o m   t h e   f r o n t
  @ _ o h i o h e a v y   w h e t h e r   s h e   o w n s   i t   o r   n o t   i s n ' t   i m p o r t a n t   t o   t h e   p e o p l e   7 6 e r s   a r e   t r y i n g   t o   r e a c h .   o n e   l o o k   a t   t h e   m e n u   o r   a   p i c t u r e   i s   e n o u g h   f o r   t h e m   t o   r e j e c t   a l l   7 6 e r s
d o c   r i v e r s   d i s c u s s e s   t h e   p h i l a d e l p h i a   7 6 e r s   g e t t i n g   t o u g h e r   a s   w e l l   a s   t h e   c o m f o r t   l e v e l   o f   j a m e s   h a r d e n   w i t h   t h e   t e a m .    
@ _ i t s n o t m a t t   l m a o   h a w k s   a n d   c o l l i n s   b e e n   f a r t h e r   i n   p l a y o f f s   t h a n   7 6 e r s
w e   c o n t i n u e   o u r   n b a   b e t t i n g   p r e v i e w s   w i t h     b r e a k i n g   d o w n   t h e   7 6 e r s . 
 

q u e n t i n   n e l s o n   t o   t h e   b i l l s 
 l u k a   d o n c i c   t o   t h e   7 6 e r s 
 d e c l a n   r i c e   t o   c h e l s e a  
[ u p d a t e ]   p h i l a d e l p h i a   7 6 e r s   a t   c l e v e l a n d   c a v a l i e r s   t o t a l   2 2 5 . 5   ( 2 2 3 . 5 )   |   m o n   1 9 : 1 0 e t   p h i v s c l e   n b a   ~  
m y   t h o u g h t s . . .   
 

7 6 e r s   w i l l   b e   s t a r t i n g .   p h i l l i e s   a n d   e a g l e s   a r e   d o i n g   w e l l .   a n d   s u b a r u   p a r k   i s   s t i l l   s e l l i n g   o u t .   p h i l l y   i s   a   s o c c e r   c i t y .     s e e   y ' a l l   d o w n   t h e r e .  
    a y e   b r u h   w h e n   u   f i n n a   u p l o a d   e l i   o n n a   n e w   t e a m   w a r n i n g   d i n ’ t   g o   t o   t h e   7 6 e r s
t h e     w i l l   h o s t   t h e   p h i l a d e l p h i a   7 6 e r s   t o n i g h t   f o r   t h e   f i r s t   h o m e   p r e - s e a s o n   g a m e   🏀   w e ' r e   r e a d y   t o   s e e   t h e   g a t e w a y   t u n n e l   i n t o     f u l l   o f   t h e   n e w   2 0 2 2 - 2 0 2 3   j e r s e y s . 
 
 p h o t o   c r e d i t :   
 
 c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v s  
7 6 e r s '   j a m e s   h a r d e n   s a y s   j o e l   e m b i i d   i s   s t i l l   i m p r o v i n g :   ' h e ' s   s e c o n d   t o   n o n e '     s p o r t s   f e e d l y
k c   c h i e f s   1 q   - 3   - 1 1 0 
 p h i   7 6 e r s   + 4 . 5   - 1 1 0 
 p h x   s u n s   m l   - 2 2 0 
 + 4 3 0   . 2 0 u 
 
 $ 2 0   ▶ ️   $ 1 0 6   
 g a m b l i n g t w i t t e r   n f l p r i z e p i c k s   n b a p r e s e a s o n   n b a   n b a t w i t t e r   b e t t i n g t i p s   b e t t i n g p i c k s  
n b a   b a s k e t b a l l   g a m e   s i m u l a t o r :   7 : 0 5   p m   e t   -   p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   g a m e   s i m u l a t i o n   a n d   f r e e   p i c k s   g e n e r a t e d   b y   a d v a n c e d   a l g o r i t h m s  
_ 2 k p l u g   n o t   p u t t i n g   m e l o   e v e r   b o o k e r   a n d   g a r l a n d   d o u b t   i t   t h e y   g o i n g   a g a i n s t   n u g g e t s   a n d   7 6 e r s   i   m e a n   u   c o u l d   p u t   i t   b u t   i   d o n ’ t   t h i n k   s o   i n   m y   o p i n i o n
r i c h   a n d   d e r e k ,   o u r   t w o   m o s t   m e a s u r e d   a n a l y s t s ,   h a v e   g o n e   f u l l   “ m a x e y   b e t t e r ,   s a d l y ”    
p r e s e a s o n   -   7 6 e r s   v s .   c a v s 
 j o s h   t i v e n ,   m a t t   b o l a n d ,   m a t t   m y e r s  
7 6 e r s '   j a m e s   h a r d e n   s a y s   j o e l   e m b i i d   i s   s t i l l   i m p r o v i n g :   ' h e ' s   s e c o n d   t o   n o n e '  
t h e   c a v s   t a k e   o n   t h e   7 6 e r s   t o n i g h t   a t   h o m e   s t a r t i n g   a t   7 : 0 0 p  
        i   w o u l d   s a y   t h i s   t h a n   t h e   7 6 e r s   a n d   t h e   m i a m i   h e a t   w h e r e   m i l e s   a h e a d   o f   t h e   t i m b e r w o l v e s   f o u n d a t i o n l y   i n   t h a t   t i m e   p e r i o d   b y   t h e   w a y   t h e y   a r e   r u n   a n d   t h e   t i m b e r w o l v e s   m a j o r i t y   o w n e r   i s   a   c l o w n ,   b u t l e r   w e n t   t o   t h e   t w o   b e s t   s i t u a t i o n s   h e     w a s   w i t h   a n d   a l l   t h o s e   c a s t   o f   p l a y e r s .
l o n g t i m e   p h i l a d e l p h i a   r e t a i l   b r o k e r s   f r o m     a n d   ,   a s   w e l l   a s   l e a d e r s   o f     _ e v e n t s   a n d     d i s c u s s   t h e i r   e x p e c t a t i o n s ,   v i s i o n s   a n d   c o n c e r n s   f o r   t h e   n e w     a r e n a   
  
j o e l   e m b i i d   i s   o u t   f o r   t h e   p h i l a d e l p h i a   7 6 e r s   a s   t h e y   t a k e   o n   t h e   c l e v e l a n d   c a v a l i e r s   o n   m o n d a y .    
c l i p p e r s   7 6 e r s   2 3   f i n a l s
d o c   s a y s   h e   c a n   t h i n k   o f   o n l y   t w o   e m o t i o n a l l y   d o w n   d a y s   m a x e y   h a s   h a d   h i s   e n t i r e   t i m e   w i t h   t h e   s i x e r s .   a l s o   w o j   s a y s   a   t e a m   s e c u r i t y   g u y   w a s   r a v i n g   t o   h i m   a b o u t   m a x e y .    
      y o u   a r e   w a s t i n g   y o u r   t i m e   o n   m a g s .   l o r i   h a s   t h e   r i g h t   i d e a .   g i v e   e v e r y o n e   t h e   i n f o r m a t i o n   a b o u t   t h e   7 6 e r s   a n d   l e t   t h e m   d e c i d e .
g i v i n g   a w a y   $ 1 0 0 0   l i v e   o n   d i s c o r d   1 0 / 3 1   6 : 3 0 p m   b e f o r e   w i z a r d s / 7 6 e r s   t i p o f f .   j o i n   n o w !   y o u   d o n t   h a v e   t o   b e t   t h o u s a n d s   t o   m a k e   m o n e y ! ! 
 g a m b l i n g t w i t t e r     n b a p i c k s   n b a 2 k 2 3     b e t t i n g t w i t t e r   n b a p r e s e a s o n  
[ u p d a t e ]   p h i l a d e l p h i a   7 6 e r s   + 4 . 5   ( + 1 . 0 )   a t   c l e v e l a n d   c a v a l i e r s   |   m o n   1 9 : 1 0 e t   p h i v s c l e   n b a   ~   b o n u s e s   u p   t o   $ 1 0 0 0  
7 6 t h   f l o o r ,   y o u   c a n   c a l l   m e   t h e   d o c .   h e y   m e m b e r   t h e   d o c   p l a y e d   f o r   t h e   7 6 e r s ?   d r .   j ?   s o   i   g o t   t h e   7 6 t h   f o o o r   o f   t h e   j o i n t ?   s o   i   w a s   l i k e   7 6   f l o o r s ,   y o u   c a -   n a   f u c k   i t ,   w h a t e v e r .
n b a   ( 1 0 / 1 0 ) 
 
 r o c k e t s   m l   ( + 2 6 5 ) 
 7 6 e r s   m l   ( + 1 5 4 )
f i r s t   p l a y   o f   t h e   d a y !   
 🚨   j u s t   a n n o u n c e d   t h a t   j o e l   e m b i i d   d i d n ’ t   m a k e   t h e   t r i p ,   s o   h e ’ s   o u t   f o r   t o n i g h t ’ s   g a m e .   p a u l   r e e d   i s   t h e   o n l y   7 6 e r s   r o t a t i o n   c e n t e r   w i t h   t r e z   h a r r e l l   o u t ,   t h i s   w i l l   g e t   b u m p e d !   
 p r i z e p i c k s   p r i z e p i c k s n b a   p r i z e p i c k   b e t t i n g e x p e r t   p l a y e r p r o p s   d f s  
m y   p r e v i e w   f o r   t o n i g h t ’ s   g a m e   w h e r e   i   t a k e   a   c l o s e r   l o o k   a t   c a r i s   l e v e r t   a n d   d e a n   w a d e ’ s   f i t   w i t h   t h e   s t a r t i n g   l i n e u p .   b o t h   m a d e   s t r o n g   s t a t e m e n t s   f o r   t h a t   s t a r t i n g   s p o t   o n   w e d n e s d a y   n i g h t .   c a n   t h e y   b a c k   t h a t   u p   t o n i g h t ?    
  n b a   p r e s e a s o n   p i c k s   & a m p ;   o d d s   7 6 e r s   v s   c a v a l i e r s ,   s u n s   v s   n u g g e t s ,   & a m p ;   m o r e     ▶ ️     s p o r t s p i c k s   b e t t i n g t i p s   b e t p i c k s
p r e v i e w :   t h e   c a v s   p l a y   t h e   7 6 e r s   a g a i n   i n   t h e i r   s e c o n d   p r e s e a s o n   g a m e   ( _ j a c k s o n )    
t h e   m e d i a   h y p i n g   u p   t h e   7 6 e r s   a g a i n ,   i   c a n ’ t   w a i t   f o r   t h e i r   d o w n f a l l   a g a i n   🙏 🏽 🙏 🏽 🙏 🏽
_ c a r d z   7 6 e r s   c o u l d   e a s i l y   b u t   t i t l e   f a v o r i t e s .   p a c e r s   a r e   j u s t   s o   b a d   h a l i   w i l l   h a v e   t o   d o   s o m e   m u c h   ( w h i c h   h e   c a n )   p o o l e   t o t a l l y   a g r e e
[ u p d a t e ]   p h i l a d e l p h i a   7 6 e r s   + 1 . 0   ( + 0 . 0 )   a t   c l e v e l a n d   c a v a l i e r s   |   m o n   1 9 : 1 0 e t   p h i v s c l e   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
🟢   7 6 e r s '   w i n   t o t a l   a n a l y z e d 
 🟢   r a i d e r s   v s .   c h i e f s   b e s t   b e t s 
 📺   b e t t h e e d g e   l i v e 
   ➕     

  i s   g i v i n g   u s   t h e   m a t c h u p s   w e   a l l   r e a l l y   w a n t .   i ' m   n o t   s u r e   w h i c h   s o u n d s   b e t t e r . 
 k c   h e a t   v s   l v   r o c k e t s   f o r   m o n d a y   n i g h t   f o o t b a l l 
 p h i   7 6 e r s   v s   c l e   c h i e f s   i n   a   s t a c k e d   p r e s e a s o n   b a s k e t b a l l   g a m e 
 s o r r y     b u t   i   t h i n k   t h e     t a k e   t h i s   o n e  
  w h i l e   w e ’ r e   a t   i t : 
 
 1 .   7 6 e r s 
 2 .   b u c k s   
 3 .   c a v a l i e r s   
 4 .   h e a t 
 5 .   c e l t i c s   
 6 .   n e t s 
 7 .   b u l l s 
 8 .   r a p t o r s   
 9 .   k n i c k s 
 1 0 .   h a w k s 
 1 1 .   p i s t o n s   
 1 2 .   w i z a r d s   
 1 3 .   h o r n e t s   
 1 4 .   p a c e r s   
 1 5 .   m a g i c
_ 7 6 e r s   s o m e t i m e s   a   g o o d   c r y   g i v e s   r e l i e f   t o   a   p e r s o n . 😢
r e a l l y   c o o l   t o   s e e   t h e   s t .   l o u i s   b l u e s   p r a c t i c e   h e r e   a t   t h e   n o r t h   c h a r l e s t o n   c o l i s e u m .   f a n s   r e a l l y   a p p r e c i a t e   t h e m   o p e n i n g   u p   p r a c t i c e   —   r e a l l y   a   n i c e   i n s i d e   l o o k .   t h e   7 6 e r s   l a s t   w e e k   h a d   a l l   c l o s e d   p r a c t i c e s   i n   t o w n .  
l o s   a n g e l e s   l a k e r s :   p r e d i c t i n g   t h e   t e a m ' s   l e a d e r s   i n   e v e r y   s t a t   c a t e g o r y 
 
 
 
 n b a   t h u n d e r u p   h o u s t o n   r o c k e t s   p h i l a d e l p h i a   7 6 e r s   s i x e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s   m f f l   s u n s   b u c k s
1 0   y e a r s   l a t e r :   h o w   t h e   h a r d e n   t r a d e   c o s t   t h e   o k c   t h u n d e r   a   d y n a s t y 
 
 
 
 n b a   t h u n d e r u p   o k l a h o m a   t h u n d e r   o k c   h o u s t o n   r o c k e t s   p h i l a d e l p h i a   7 6 e r s   s i x e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s
  n h l   -   l e a f s 
 n f l   -   c o w b o y s 
 n b a   -   7 6 e r s 
 m l b   -   r e d   s o x
i t ' s   c a v s   g a m e   d a y ! 
 
 t h e   c a v a l i e r s   c o n t i n u e   p r e s e a s o n   a c t i o n   t o n i g h t   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s .   s t a y   t u n e d   t o   c a v s   i n s i d e r   f o r   t h e   l a t e s t   n e w s   & a m p ;   i n f o r m a t i o n   o n   g a m e   d a y   a n d   e v e r y   d a y ! 
 
 l e t e m k n o w   |    
      n b a   p i c k s   
 o c t   1 0 , 2 0 2 2   
 
 7 6 e r s   v s   c a v a l i e r s -   7 6 e r s   
 
 w i z a r d s   v s   h o r n e t s -   h o r n e t s   
 
 r o c k e t s   v s   h e a t s -   h e a t s   
 
 s u n ' s   v s   n u g g e t s -   s u n ' s   
 
 s h o u l d   b e   a   v e r y   e a s y   d a y   i n   t h e   o f f i c e   a s   a l w a y s   f e e l   f r e e   t o   s h a r e   a n y   w i n n i n g s   c a s h a p p   $ s a v a g e m o n t a n a 9 8 
 p l a y   s a f e  
  n b a   p i c k s   
 o c t   1 0 , 2 0 2 2   
 
 7 6 e r s   v s   c a v a l i e r s -   7 6 e r s   
 
 w i z a r d s   v s   h o r n e t s -   h o r n e t s   
 
 r o c k e t s   v s   h e a t s -   h e a t s   
 
 s u n ' s   v s   n u g g e t s -   s u n ' s   
 
 s h o u l d   b e   a   v e r y   e a s y   d a y   i n   t h e   o f f i c e   a s   a l w a y s   f e e l   f r e e   t o   s h a r e   a n y   w i n n i n g s   c a s h a p p   $ s a v a g e m o n t a n a 9 8 
 p l a y   s a f e  
n b a   p i c k s   
 o c t   1 0 , 2 0 2 2   
 
 7 6 e r s   v s   c a v a l i e r s -   7 6 e r s   
 
 w i z a r d s   v s   h o r n e t s -   h o r n e t s   
 
 r o c k e t s   v s   h e a t s -   h e a t s   
 
 s u n ' s   v s   n u g g e t s -   s u n ' s   
 
 s h o u l d   b e   a   v e r y   e a s y   d a y   i n   t h e   o f f i c e   a s   a l w a y s   f e e l   f r e e   t o   s h a r e   a n y   w i n n i n g s   c a s h a p p   $ s a v a g e m o n t a n a 9 8 
 p l a y   s a f e  
w a n t   t o   j o i n   t h e   w i n n e r s ? 
 s t a r t   w i n n i n g   w i t h   t h e   b e s t   b e t t i n g   c o m p a n y ! 
 d o n ’ t   h a v e   a n   a c c o u n t   ? 
 c l i c k   h e r e   
 b o s t o n   c e l t i c s   v s   p h i l a d e l p h i a   7 6 e r s 
 s p o r t y b e t   s p o r t   b e t t i n g s p o r t s   b e t t i n g t w i t t e r   n b a   m m a           
 _ m y t e a m   n b a  
7 6 e r s   c a n   w i n   a g a i n s t   k i n g s
  l i v e   n o w !   l o s   a n g e l e s   l a k e r s   v s   p h i l a d e l p h i a   7 6 e r s   -   n b a   s e a s o n   2 0 2 2 - 2 0 2 3   -   n b a   2 k 2 3   g a m e p l a y !    
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w   - -   t h e   c a s e   f o r   t h e   7 6 e r s   t o   w i n   t h e   e a s t   -   e s p n  
p a u l   r e e d   d i s c u s s e s   t h e   b a c k u p   c e n t e r   b a t t l e   f o r   t h e   p h i l a d e l p h i a   7 6 e r s   a s   w e l l   a s   l e a r n i n g   h i s   r o l e   a s   p a r t   o f   h i s   g r o w t h .    
m i k a l   b r i d g e s   h a s   b e e n   t r a d e d   t o   t h e   p h i l a d e l p h i a   7 6 e r s   f o r   n i c k e i l   a l e x a n d e r - w a l k e r .
n b a   🏀   w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e     ►         √  
  n b a   2 k 2 3   g a m e p l a y   -   7 6 e r s   v s   c a v a l i e r s   |   2 0 2 2   p r e s e a s o n    
  l i v e   n o w !   l o s   a n g e l e s   l a k e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   -   n b a   s e a s o n   2 0 2 2 - 2 0 2 3   -   n b a   2 k 2 3   g a m e p l a y !    
  d o n t   g e t   m e   w r o n g   i   w a n t   h i m   o n   t h e   7 6 e r s   e x t r a   s c o r i n g   b e c a u s e   i t   s e e m s   o u r   o f f e n s e   a i i n t   o n   t h e   l e v e l   t h e   d e f e n s e   i s 
 
 i   w a n t   e g   s o   b a d   b u t   c a r m e l o   d o e s n t   e v e n   m a k e   e f f o r t s   o n   t h e   d e f e n s i v e   e n d   s i n c e   h i s   b l a z e r   d a y s
t h e   s t a r t   o f   t h e   2 0 2 2 - 2 0 2 3   n b a ' s   " r e g . - s e a s o n   g a m e s "   e v e n t   ( a s   o f   n o w )   i n   2 0 2 2   ( o c t . 1 8   2 0 2 2   w / 2   g a m e s   o n   t n t   w / 7 6 e r s - c e l t i c s   i n   b o s t o n   & a m p ;   l a k e r s - w a r r i o r s   i n   s a n   f r a n c i s c o )   i s   8   d a y s   f r o m   t o d a y ! 8 d a y s t i l t h e n b a s e a s o n i n 2 0 2 2   n b a t i p o f f w e e k 2 0 2 2   n b a 2 0 2 3
t h e   p h i l a d e l p h i a   7 6 e r s   a n d   c l e v e l a n d   c a v a l i e r s   m e e t   l a t e r   t o n i g h t   i n   p r e s e a s o n   n b a   a c t i o n . 
 
 b e t   o n   y o u r   f a v o u r i t e   t e a m   h e r e   
 
 f r a p a p a b e t  
w o j e s p n :   p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   j o i n s   t h e   w o j   p o d   t o   d i s c u s s   t h e   j o e l   e m b i i d / j a m e s   h a r d e n   p a r t n e r s h i p ,   s h r i n k i n g   w i n d o w s   t o   k e e p   a   h i g h - l e v e l   r o s t e r   t o g e t h e r ,   e v o l v i n g   a s   a   c o a c h   i n   m o d e r n   a g e ,   m u c h   m o r e .   
 s p o t i f y :   
 a …  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e    
t h e   7 6 e r s   f i n i s h   w i t h   t h e   b e s t   r e c o r d   i n   t h e   e a s t
  @ _ o h i o h e a v y   h e   s a i d   s h e   d i d n ' t   o w n   t h e   w e b s i t e .   s h e   w a s   ' w h o r i n g '   f o r   s o m e o n e   t h e n ,   j u s t   l i k e   t h e   o t h e r   7 6 e r s   a r e   n o w .
c a v s   t w i t t e r ,   w h a t   a r e   y o u   m o s t   l o o k i n g   f o r w a r d   t o   i n   t o n i g h t ’ s   g a m e   v s   t h e   7 6 e r s ?
p h i l a d e l p h i a   7 6 e r s   2 0 2 1   c i t y   e d i t i o n   m e n s   f l i p   f l o p s ,   b l a c k ,   s i z e   1 1    
7 6 e r s   g a m e   t o n i g h t :   s i x e r s   v s .   c l e v e l a n d   c a v a l i e r s ,   o c t .   1 0 ,   2 0 2 2  
j a h l i l   o k a f o r   d a y s   t i l l   7 6 e r s   t i p - o f f   😤 
 
 h e r e t h e y c o m e  
🎱   d a y s .   
 
 h o m e   o p e n e r   🔜   b u y   t i c k e t s   h e r e :       |    
t h e   7 6 e r s   a r e   f i r e
  t r u e   i n   e v e r y   s p o r t s . . . r a m s ,   7 6 e r s . . . l a k e r s . . . m i c r o w a v e   c u l t u r e   w i l l   e v e n t u a l l y   b i t e   y o u
  r o c k e t s   a n d   7 6 e r s   g a m e s   a t   t h e   s a m e   t i m e   😶
p h i l a d e l p h i a   7 6 e r s :   j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   j o i n s   t h e   w o j   p o d   t o   d i s c u s s   t h e   j o e l   e m b i i d / j a m e s   h a r d e n   p a r t n e r s h i p ,   s h r i n k i n g   w i n d o w s   t o   k e e p   a   h i g h - l e v e l   r o s t e r   t o g e t h e r ,   e v o l v i n g   a s   a   c o a c h   i n   m o d e r n   a g e ,   m u c h   m o r e .   
 s p o t i f y :   
 a p p l e :  
w i l l   t h e   s i x e r s   b e   t h e   n b a ' s   b e s t   d e f e n s i v e   t e a m ?   |   l o c k e d   o n   7 6 e r s  
b u l l s   a n d   7 6 e r s  
r e a l l y t h o 
 w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e    
n e w   v i d e o   t o   w a t c h : 
 
 " j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r . "   
 
 c r e a t o r :     p h i l a d e l p h i a   7 6 e r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   7 6 e r s   p h i l l y 
 
  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e     n b a c l i p s
  e a g l e s   p h i l l i e s   a n d   7 6 e r s   a l l   h a v i n g   p a r a d e s   f o r   t h e i r   c u r r e n t   s e a s o n s   f e e l s   l i k e   a   f a i r   t r a d e   f o r   a   n u c l e a r   a p o c a l y p s e   a n d   f i n a n c i a l   m e l t d o w n .
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
s i x e r s '   r o t a t i o n ,   h a r r e l l ' s   i n j u r y ,   a n d   p a r t i n g   w a y s   w i t h   q u e e n   |   l o c k e d   o n   7 6 e r s  
o c t o b e r   1 0 
 h a p p y   b i r t h d a y ! 
 
 
 
 
 
 
 
 e a g l e s   g o b i r d s   f l y e a g l e s f l y   7 6 e r s   s i x e r s   p h i l a u n i t e   p h i l l i e s   r i n g t h e b e l l   f l y e r s   b r i n g i t t o b r o a d   d o o p  
¡ g a m e d a y   c l e v e l a n d   c a v a l i e r s ! 
 
 📆   l u n e s   1 0   d e   o c t u b r e 
 🕛   2 0 : 0 0   h s   🇦 🇷 
 🆚 ️   p h i l a d e l p h i a   7 6 e r s 
 🏟   r o c k e t   m o r t a g e   f i e l d h o u s e 
 
 ❌   e v a n   m o b l e y   y   d y l a n   w i n d l e r  
a l l   p h i l l y   f a n s   r i g h t   n o w   p h i l a d e l p h i a s p o r t s   e a g l e s   p h i l l i e s   7 6 e r s   p h i l l y f l y e r s   p h i l l y u n i o n  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e    
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w   - -   t h e   c a s e   f o r   t h e   7 6 e r s   t o   w i n   t h e   e a s t   -    
w i t h   3 4 % ,   w h i l e   t h e   p h i l a d e l p h i a   7 6 e r s '   j o e l   e m b i i d   r e c e i v e d   1 4 % . 
 
 r e a d   m o r e :   
 
 n b a   m i l w a u k e e   m i l w a u k e e b u c k s   m i l w a u k e e b u c k
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e       ▶ ️     b i t c o i n   s p o r t s b o o k
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
r e a d   f u l l   s t o r y :   
 w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e   
 1 0   o c t o b e r   2 0 2 2 .  
t h e   p h i l a d e l p h i a   7 6 e r s   c o n t i n u e   t h e i r   p r e s e a s o n   s c h e d u l e   w h e n   t h e y   t a k e   o n   t h e   c l e v e l a n d   c a v a l i e r s   o n   t h e   r o a d   i n   a   r e m a t c h .    
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e    
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
n b a   2 0 2 2 - 2 3   b e t   p r e v i e w   —   t h e   c a s e   f o r   t h e   7 6 e r s   t o   w i n   e a s t  
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w   —   t h e   c a s e   f o r   t h e   7 6 e r s   t o   w i n   t h e   e a s t  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e   t h e b a s k e t b a l l f a n s   n b a  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e 

m o n d a y   m o r n i n g   f l y   b y :   t - m i n u s   t h r e e   d a y s :   m o n d a y   m o r n i n g   f l y   b y :   t - m i n u s   t h r e e   d a y s   s o u r c e :   b r o a d   s t r e e t   h o c k e y   * e v e r y t h i n g   i s   c o m i n g   u p   p h i l l y   s p o r t s !   t h e   7 6 e r s   a r e   2 - 0   i n   t h e i r   p r e s e a s o n   a n d   a r e   l o o k i n g   a t   i m p r o v i n g   o n   l a s t   y e a r ’ s   5 1 - w i n …    
2 0 2 2 - 2 3   n b a   b e t t i n g   p r e v i e w   —   t h e   c a s e   f o r   t h e   7 6 e r s   t o   w i n   t h e   e a s t  
c h r i s   m a n n i n g   a n d   e v a n   d a m m a r e l l   d i s c u s s   t h e   c a v s ’   s e c o n d   g a m e   a g a i n s t   t h e   7 6 e r s   i n   p r e s e a s o n   a c t i o n   a n d   e x p e c t a t i o n s   f o r   t h e   2 0 2 2 - 2 3   s e a s o n .  
7 6 e r s   g a m e d a y   😹 😹 😹 😹  
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   s e e s   t y r e s e   m a x e y   i m p r o v i n g   a t   d r a w i n g   f o u l s   a s   h e   m o v e s   f o r w a r d .    
  n b a   l i v e :   c l e v e l a n d   c a v a l i e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   -   n b a   p r e -   s e a s o n   2 0 2 2 - 2 0 2 3   |   s c o r e b o a r d    
f o r m e r   a t l a n t a   h a w k s   p l a y e r   a n d   a t l a n t a   n a t i v e   c o n t e m p l a t e s   r e t i r e m e n t 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s   l s o a n g e l e s   o r l a n d o   m a g i c   7 6 e r s
h e   i s   w e i r d   h e   p l a y s   o n   t h e   7 6 e r s
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
n b a   p r e d i c t i o n   t h i s   y e a r 
 
 i f   a d   i s   h e a l t h y   l a k e r s   w i l l   m a k e   i t   t o   t h e   f i n a l s   
 
 s u n s   w i l l   b e   t o p   3   i n   t h e   w e s t 
 
 b o s t o n   a n d   n e t s   w i l l   s t r u g g l e   t h i s   y e a r   
 
 k a w h i   m v p   t h i s   s e a s o n 
 
 c l i p p e r s   v s   7 6 e r s   w i l l   b e   t h e   f i n a l s   
 
 r u s s   w i l l   s h o w   w h y   h e   s h o u l d   s t a y   i n   t h e   l e a g u e
n e w   l i s t i n g !   
 
 j a m e s   h a r d e n   2 0 1 9 - 2 0   p a n i n i   p r i z m   d o m i n a n c e   i n s e r t   1 2   r o c k e t s   7 6 e r s   
 
 c h e c k   i t   o u t :   
 
 t r a d i n g c a r d s   f o r s a l e   e b a y  
  e v e n   p h i l a d e l p h i a   7 6 e r s '   j a m e s   h a r d e n   i s   a   g o o n e r   t o o .
n b a   p r e s e a s o n 
 
 c l e   c a v a l i e r s   v s   p h i l   7 6 e r s   
 c l e   c a v a l i e r s 
 0 . 8 7 
 p h i l   7 6 e r s 
 0 . 8 7 
 a l l   t h e   b e s t   o d d s   o n   a f r i b e t           
                                             
 n b a   g a m b l i n g t w i t t e r   f i t n e s s   n f t   s p o r t   l i v e   n s f w t w t   l i v e r p o o l   l u n c   t e j r a n   b l o m   j u b j u b   u s a   a f r i b e t s   m u f c  
  c o m p a r e d   w i t h   t h e   7 6 e r s ,   t h e   p h o e n i x   i s   ​ ​ m o r e   l i k e l y   t o   s e l l   t h i s   y e a r ;   l a t e r   r e n a m e d   t h e   p h o e n i x   p o t a t o e s 😂
🏀 n b a 🏀   n b a   
 🏀 p r é - s a i s o n 🏀 
 
 g o l d e n   s t a t e   w a r r i o r s -   l o s   a n g e l e s   l a k e r s 
 s a c r a m e n t o   k i n g s   -   p o r t l a n d   t r a i l   b l a z e r s 
 l o s   a n g e l e s   c l i p p e r s   -   m i n n e s o t a   t i m b e r w o l v e s c h a r l o t t e   h o r n e t s   -   w a s h i n g t o n   w i z a r d s 
 c l e v e l a n d   c a v a l i e r s   -   p h i l a d e l p h i a   7 6 e r s 
 m i a m i   h e a t   -   h o u s t o n   r o c k e t s
i   h a v e   a   d r e a m :   b u y   7 6 e r s   a n d   c h a n g e   t h e i r   n a m e   t o   6 9 e r s   🏀  
s o u r c e s :   d y l a n   w i n d l e r   h a s   r e q u e s t e d   a   t r a d e .   t h e   p h i l a d e l p h i a   7 6 e r s   & a m p ;   t h e   t o r o n t o   r a p t o r s   a p p e a r   t o   b e   f r o n t - r u n n e r s   t o   l a n d   t h i s   f a n t a s t i c   p l a y e r .
7 6 e r s   v s .   c a v a l i e r s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t   y a h o o s p o r t s   n b a  
n e w   l i s t i n g !   
 
 a l l e n   i v e r s o n   1 9 9 9 - 0 0   u p p e r   d e c k   i o n i x   4 6   f o i l   p h i l a d e l p h i a   7 6 e r s   m i n t   
 
 c h e c k   i t   o u t :   
 
 t r a d i n g c a r d s   f o r s a l e   e b a y  
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   s a y s   h e a r i n g   " a m e r i c a   f i r s t "   s c a r e s   h i m   -       🤡 🤡 🤡 🤡  
n b a   7 6 e r s   v s .   c a v a l i e r s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t     s p o r t s
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   g i v e s   a n   h o n e s t   a s s e s s m e n t   o f   m a t i s s e   t h y b u l l e ’ s   s h o o t i n g   p r o g r e s s i o n .    
n e w   p o s t :   7 6 e r s   v s .   c a v a l i e r s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t    
  g o   b a c k   g o l d e n   s t a t e   w a r r i o r s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   p l a y   n o w   o n l i n e   n b a   2 k 2 3    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   b o s t o n   c e l t i c s   ( l i v e   p l a y - b y - p l a y   & a m p ;   r e a c t i o n s )    
7 6 e r s   v s .   c a v a l i e r s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t  
7 6 e r s   v s .   c a v a l i e r s :   s t a r t   t i m e ,   w h e r e   t o   w a t c h ,   w h a t ’ s   t h e   l a t e s t  
p l a n t i l l a s   n b a   2 0 2 2 - 2 3 :   p h i l a d e l p h i a   7 6 e r s   –   b a s k e t   6 7 5  
      b r i n g   t h e   b a l l   u p   o r   s i t   a t   t h e   3 ?   n o ,   s o   h e   h a d   t o   p l a y   i n s i d e .   i d k   i m o   t h e   7 6 e r s   a r e   a   d i f f e r e n t   t y p e   o f   t e a m ,   t h e y   c r a s h   t h e   b o a r d s   a s   a   t e a m ,   t h e y   h u s t l e ,   t h e y   p l a y   m o r e   f r e e l y   & a m p ;   n o t   s u c h   a   s e t   r o l e .   s p e c i a l l y   w i t h   e m b i i d   p l a y i n g   i n   o r   o u t   f r e e s   u p   d r u m m o n d   m o r e
q u e s t i o n s f o r m a g s 
 w i l l   7 6 e r s   p u t   u p   o n   t h e   w e b s i t e   t h e   l e t t e r   f r o m   b a n d i t ' s   p a r o l e   o f f i c e r ? 
 
 i s   c r y p t o c u r r e n c y   a   f o r m   o f   c u r r e n c y   a n d   u s e f u l   a s   a   f o r m   o f   p a y m e n t ?
  i ' m   t r y i n g   t o   r e m e m b e r   i f   h e   e v e r   l e d   j 6   v i g i l   o r   7 6 e r s   i n   p r a y e r   b u t   i   a m   d r a w i n g   a   b l a n k
_ 7 6 e r s   i t   m u s t   b e   n i c e   😔
_ n u n   @ _ b a e l o r _ _   s e a s o n   s t a r t s   o c t   1 9 
 p h i l a d e l p h i a   7 6 e r s   v s   b o s t o n 
 p r e s e a s o n   d o e s n ' t   m e a n   a n y t h i n g 
 a n d   s a c r a m e n t o   s u c k 
 l i k e   t h e y   s u c k ,   t h e y ' r e   l i k e   t h e   m o s t   u s e l e s s   f r a n c h i s e   i n   t h e   e n t i r e   l e a g u e   😂 
 p o r t l a n d   s e f   u s e l e s s   t o o 
 n a   w h y   t h e   m a t c h   b o r i n g
  b u y   7 6 e r s   a n d   c h a n g e   t h e i r   n a m e s   t o   6 9 e r s
e a s t e r n   c o n f .   s t a n d i n g   p r e d i c t i o n 
 7 6 e r s 
 b u c k s 
 c e l t i c s 
 c a v a l i e r s 
 n e t s 
 h e a t 
 r a p t o r s 
 h a w k s 
 k n i c k s 
 b u l l s 
 p a c e r s 
 h o r n e t s 
 w i z a r d s 
 p i s t o n s 
 m a g i c
_ s m a r t   _ 7 6 e r s   e x a c t l y
🚨   a t l a n t i c   d i v i s i o n   🎙 ️ 
 
 -   b o s t o n   c e l t i c s 
 -   p h i l a d e l p h i a   7 6 e r s 
 -   t o r o n t o   r a p t o r s   
 -   b r o o k l y n   n e t s 
 -   n e w   y o r k   k n i c k s 
 
 i n v i t a d o s :   ,   ,   _ r a p t o r s 
 
 e n l a c e :    
n b a   r e g u l a r   s e a s o n 🏀 
 o c t . 1 9 
 g a m e   1 /   c e l t i c s   v s   7 6 e r s   7 : 3 0 a m 
 g a m e   2 /   l a k e r s   v s   g s w   1 0 : 0 0 a m
l e g a c y   l a k e r s   h u l u   t h e   g a m e   v s   7 6 e r s   - 1 / 2 5 / 2 0 2 0 -   k i n g   p a s s e s   k o b e   i n   s c o r i n g   b u t …  
c l e v e l a n d   c a v a l i e r s   ( 1 . 0 2 )     v 
 p h i l a d e l p h i a   7 6 e r s   ( 1 . 0 4 )   
 1 1 . 1 0 . 2 0 2 2   -   0 1 : 0 0 
 
 
   
 b a s k e t b a l l  
p h i l a d e l p h i a   7 6 e r s '   s t a r   j o e l   e m b i i d   b e c o m e s   a   u s   c i t i z e n     f o x n e w s
7 6 e r s   t m r w   h v e   t o   w a t c h   m y   t o b i a s s
h e r e   a r e   t h r e e   p l a y e r s   w h o   s t o o d   o u t   f o r   t h e   p h i l a d e l p h i a   7 6 e r s   i n   t h e   t e a m ’ s   b l u e   x   w h i t e   s c r i m m a g e   i n   d e l a w a r e .    
_ 7 6 e r s   i ' m   r e a d y   t o   d i e   b u t   n o t   b e h i n d   y o u
j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r .   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
  k y r i e   p l a y e d   1   g o o d   p l a y o f f   s e r i e s   f o r   t h e   c s   a g a i n s t   t h e   p a c e r s   a n d   t h e n   w a s   a s s   a g a i n s t   t h e   b u c k s   w a l k e r   w a s   g o o d   a g a i n s t   t h e   7 6 e r s ,   h i t   a n d   m i s s   a g a i n s t   t h e   r a p s   a n d   d e c e n t   a g a i n s t   t h e   h e a t   g u t t i n g   o u t   a n   i n j u r y .   k i   g e t s   t o o   m u c h   h a t e   f o r   s h i t   o f f   t h e   c o u r t   b u t   s t o p   i t   p l z
  t h a t ’ s   m y   g u e s s .   
 h e ’ s   f r i e n d s   w i t h   t h e m .   
 t h e y   g o   t o   t h e   7 6 e r s   g a m e s   t o g e t h e r . 
 
 t h e y ’ r e   a l l   j u s t   t r y i n g   t o   s i p h o n   m o n e y   o f f   t h e   m a s s e s .   
 
 r a c k   u p   d e b t ,   c h a p t e r   1 1 ,   g o l d e n   p a r a c h u t e , 
 
 h e   s e e m s   t o   h a v e   b e e n   t h e   d e d i c a t e d / p l a n t e d   f a l l   g u y   f o r   a   f e w   c o m p a n i e s   o v e r   t h e   y e a r s .
h o w   f u n   i s   o c t o b e r ❓   y o u   g o t   t h e   e a g l e s   a t   5 - 0   y o u   g o t   t h e   p h i l l i e s   w i n n i n g   a   w i l d c a r d   s e r i e s   y o u   g o t   t h e   7 6 e r s   g e t t i n g   r e a d y   t o   r u n   a l l   o v e r   t h e   l e a g u e   a n d   w e l l   f l y e r s   s t i l l   a   p a r t   o f   t h e   c i t y   o f   p h i l l y   s o   l e t s g o   n f l   n b a   m l b   n h l
      r i g h t   n o w   a s s o c i a t i o n   w i t h   1 7 7 6 r m   i s   a l l   d o w n s i d e   a n d   n o   u p s i d e .   c a n   7 6 e r s   p r o v i d e   v o t e s ,   v o l u n t e e r s ,   s e r v i c e s   o r   m o n e y ? 
 l e s s   t h a n   1 0 0 0   m e m b e r s   o n   f a c e b o o k . 
 l e s s   t h a n   3 0 0 ?   f o u n d i n g   m e m b e r s . 
 l e s s   t h a n   1 0 0   f b   m e m b e r s   i n   i n d i a n a . 
 h o w   m a n y   w o u l d   a c t u a l l y   c o m e   o u t   a n d   v o t e ?
2 1 - 2 8 
 2 1 - j o e l   e m b i i d   c   p h i l a d e l p h i a   7 6 e r s 
 2 2 - s a n d y   a l c a n t r a   p   m i a m i   m a r l i n s 
 2 3 - j a i r e   a l e x a n d e r   c b   g r e e n   b a y   p a c k e r s 
 2 4 - n i c k   c h u b b   r b   c l e v e l a n d   b r o w n s 
 2 5 - j a c o b   m a r k s t r o m   g   c a l g a r y   f l a m e s 
 2 6 - r a s m u s   d a h l i n   d   b u f f a l o   s a b r e s 
 2 7 - m i k e   t r o u t   c f   l a   a n g e l s 
 2 8 - e l i a s   l i n d h o l m   c   f l a m e s
  7 6 e r s   f a n s   t h i n k i n g   a b o u t   b e n   s i m m o n s   t h e   l a s t   f e w   y e a r s . . . . . 🙈 👎 🙃 😬 😩 🙏
y o u ’ v e   g o t   t o   b e   a   r e f e r e n d u m   o n   t h e   7 6 e r s ,   b u t   i   g u a r a n t e e   h a r r y   r e i d   h a d   n o   i d e a   t h a t   t h i s   i s   a b o u t   o n e   m a n   i n … .
  a c t u a l l y   i   l i s t   e v e r y t h i n g   i n   m y   h e a d   r i g h t   n o w :   e a g l e s ,   f o o t b a l l ,   7 6 e r s ,   p h i l l i e s ,   u n i o n .   t h a t ’ s   i t   m a n
  _ k i d _ 2 1       n o t   a   t r o l l   t h a t ’ s   m y   e x p e r i e n c e   w i t h   p h i l l y   f a n s ,   t a l k   a b o u t   h o w   i t ’ s   t h e   b e s t   s p o r t s   f a n   c i t y   i n   a m e r i c a   b u t   t h e n   i t ’ s   l i t e r a l l y   j u s t   a   c i t y   o b s e s s e d   w i t h   t h e   e a g l e s   a n d   d o n ’ t   k n o w   o r   c a r e   a b o u t   f l y e r s   p h i l l i e s   o r   e v e n   s i x e r s   a s i d e   f r o m   s p e c i a l   c i r c u m s t a n c e s   f o r   7 6 e r s
c h e c k   o u t   t h i s   l i s t i n g   i   j u s t   a d d e d   t o   m y   p o s h m a r k   c l o s e t :   k i d s   p h i l a d e l p h i a   7 6 e r s   n b a   e m b i i d   j e r s e y . .     s h o p m y c l o s e t  
  w h i t e   i s   f o r   t h e   7 6 e r s
g e t   y o u r   h o t   j e r s e y s     n f l j e r s e y s   n f l   n b a j e r s e y s   n b a m o m e n t   n h l j e r s e y s   n h l   m l b j e r s e y s   s o c c e r j e r s e y s   c u s t o m j e r s e y s   k n i c k s   n e t s   c e l t i c s   r a p t o r s   7 6 e r s   p i s t o n s   p a c e r s   c a v a l i e r s   b u c k s   b u l l s   h e a t   m a g i c   w i z a r d s   h a w k s   h o r n e t s   t i m b e r w o l v e s   n u g g e t s   j a z z  
      t h e y   c o u l d   b e   w o r s e   t h e y   c o u l d   b e   t h e   7 6 e r s 🤣
  b a m   a l l   n b a   3 r d   t e a m .   s u n s   7 - 8   s e e d .   7 6 e r s   1   s e e d .   k d   m v p .
  t h e   o n l y   t e a m   i   h a v e   a n y   f a i t h   i n   i n   t h e   e a s t   i s   t h e   b u c k s 
 i   d o n e   b e l i e v e   i n   t h e   n e t s ,   c e l t i c s   o r   7 6 e r s   a t   a l l
7 6 e r s ’   d o c   r i v e r s   m e r g e s   b l a c k   h i s t o r y   l e s s o n s   i n t o   c a m p 
 

“ d o c   r i v e r s   i s   a n g r y .   d o c   r i v e r s   h a s   a   l o t   t o   p r o v e ,   j u s t   a s   m u c h   a s   j a m e s   h a r d e n   a n d   j o e l   e m b i i d .   a n   a n g r y   d o c   r i v e r s   i s   n o t   a   p e r s o n   t h a t   y o u   w a n t   t o   f a c e   r i g h t   n o w . ” —   o n   t h e   7 6 e r s   f a c i n g   t h e   h e a t   a f t e r   w i n n i n g   i n   s i x   a g a i n s t   t h e   r a p t o r s
  s i m m o n s   o r   7 6 e r s
  t h e   7 6 e r s   w i l l   d r i b b l e   d r i b b l e   a n d   f o l d . t r u s t h e p r o c e s s
  a n d   t h e   7 6 e r s   a r e   s t i l l   c h e e k s
    b e n   h a s   t h e   f a s t e s t   t o p   s p e e d   i n   t h e   n b a 

p e t e   i s   b i t c h - m a d e  
s p e n t   s o   m u c h   t o   g e t   s c h e r z e r ,   b a s s i t t ,   o t t a v i n o   & a m p ;   o t h e r s   j u s t   t o   c h o k e   a   d i v i s i o n   l e a d   w i t h   & l t ; 1 0   g a m e s   l e f t   a n d   l o s e   i n   t h e   w i l d c a r d   t o   t h e   7 6 e r s   e q u i v a l e n t   o f   b a s e b a l l 
 
 a l l   t h i s   w h i l s t   t h e   a c t u a l   b a s e b a l l   t e a m   i n   p h i l l y   i s   i n   t h e   n l d s .   l o v e   t o   s e e   l o l m e t s   s t i l l   b e i n g   a   t h i n g   🤣  
g o o d n i g h t  
_ 7 6 e r s   r e a l
_ 1 0   i m   o k
_ 7 6 e r s   g o o d   n   u
a l l e n   i v e r s o n ' s   h o f   r e s u m e : 
 -   1 1 x   a l l   s t a r 
 -   7 x   a l l - n b a 
 -   2 0 0 1   n b a   m v p 
 -   4 x   n b a   s c o r i n g   c h a m p 
 -   3 x   n b a   s t l   l e a d e r 
 -   1 9 9 7   r o y   & a m p ;   a l l - r o o k i e   1 s t   t e a m 
 -   2 x   a s g   m v p 
 -   m o s t   s t l   i n   1   p l a y o f f   g p   i n   n b a   h i s t o r y   ( 1 0 ) 
 -   3   r e t i r e d   b y   7 6 e r s 
 
    
      _ i n m y a s s     a a   h a s   w o r k e d   f o r / w i t h   a p o l l o   f o r   y e a r s .   
 
 h e   i s   n o w   p a r t   o w n e r s   o f   t h e   7 6 e r s   w i t h   s o m e   o f   t h e m . 
 
 t h a t ’ s   t h e   l o y a l t y   c o n n e c t i o n .  
          1 0 0 %   c e l t i c s ,   n u g g e t s ,   m i a m i ,   7 6 e r s ,   p e l i c a n s ,   & a m p ;   c l i p p e r s   w o u l d   a l l   s i g n   r u s s …   h e   f i t s   i n   a l l   t h o s e   o r g a n i z a t i o n s .
m y   h e a d   h u r t s
_ 7 6 e r s   f a c t s
t h e   s i x e r s   f u l l   r o s t e r   i s   s t a r t i n g   t o   t a k e   s h a p e   a s   t h e y   m a k e   a   c u t   t o d a y .   m o r e   f r o m   : 
 

  i t ’ s   o k a y   b r o d e s   b e   h a p p y   w i t h   t h e   7 6 e r s ,   b i r d s   a n d   p h i l l i e s .   a l l   t h r e e   o f   t h o s e   t e a m s   l o o k   h e l l a   b r i g h t   a n d   c a n   m a k e   d a m a g e   r i g h t   n o w   🤷 🏼 ‍ ♂ ️
  w h y   s h o u l d   i
_ 7 6 e r s   g o   l i v e   a g a i n ?   p l e a s e
  s o   s o r r y   😆
_ 7 6 e r s   u n d e r r a t e d   l i q u i d
_ 7 6 e r s   i   m i s s e d   t w i t t e r   u s e r   _ 7 6 e r s   t w i t t e r   l i v e   😓
_ 7 6 e r s   i s   t h i s   a   d i s s ? ?
i   l o v e   w a t e r   s o   m u c h
  a b s o l u t e l y   n o t
w o a h   i t   w o r k e d
_ 7 6 e r s   w   n o w   d o   a n   a c t u a l   l i v e
  g o o d
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   r e v e a l s   t h a t   t h e   s t a r t e r s   w i l l   p l a y   m i n u t e s   i n   e a c h   o f   t h e   f i n a l   t w o   p r e s e a s o n   g a m e s .    
m e   c l o w n i n g   t h e   m e t s   a n d   c o w b o y s   f o r   g o i n g   o u t   s a d   e v e r y   y e a r ,   w h i l e   i   a m   a n   u n f o r t u n a t e   7 6 e r s   s u f f e r e r  
  b u t   n o   o n e   d i e s   t h o
_ 7 6 e r s   c o p y i n g   t w e e t s   & g t ;   
 a l s o   t r u e
_ g o r d o n     n o   ( b u t   r e a l )
_ 7 6 e r s     d y i n g   & g t ; & g t ;
_ 7 6 e r s   _ g o r d o n   b l a z e   o f   g l o r y & g t ; & g t ; & g t ; & g t ;
_ g o r d o n     n o t   d y i n g & g t ; & g t ; & g t ;
  i t   m a k e s   m e   h a p p y
_ g o r d o n   _ 7 6 e r s   i n   a   b l a z e   o f   g l o r y   m a c h i n e   g u n   s t y l e
i   h a v e   s c h o o l   t o m o r r o w   🤸 ‍ ♀ ️ 🚆
_ 7 6 e r s     d y i n g   f o r   g r a c e   & g t ; & g t ; & g t ;
_ 7 6 e r s   b l a z e   o f   g l o r y   s t y l e
_ 7 6 e r s   i t   m a k e s   m e   s a d
  c a v a l i e r s   v s   7 6 e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2   |   n b a   2 k 2 3   p s 4    
_ 7 6 e r s   i   w i l l   i n   a   b l a z e   o f   g l o r y   w i t h   a   m a c h i n e   g u n   i n   h a n d
_ s m a r t   s a d   m u s i c   m a k e s   m e   h a p p y
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   b o s t o n   c e l t i c s   ( l i v e   p l a y - b y - p l a y   & a m p ;   r e a c t i o n s )    
  n b a   p r e s e a s o n :   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s    
  u r   n o t   d y i n g
_ 7 6 e r s   w h y   m u s t   i   d i e ,   t h e n ?
t e a m s   w i t h   3   p l a y e r s :   l a k e r s   & a m p ;   t h u n d e r   
 t e a m s   w i t h   4   p l a y e r s :   m a v s ,   h e a t ,   b u c k s ,   7 6 e r s ,   k i n g s   a n d   s p u r s .
  n o   i t s   n o t
_ 7 6 e r s   t h i s   i s   w a r   i s   i t   n o t ?
  a b s o l u t e l y   n o t
h o t   t a k e :   s a d   m u s i c   m a k e s   y o u   h a p p y
_ 7 6 e r s   _ g o r d o n   i   c o n c u r
_ 7 6 e r s     y e s   d y i n g
_ 7 6 e r s   _ g o r d o n   b l a z e   o f   g l o r y   t h o u g h
  _ g o r d o n   n o   d y i n g
_ g o r d o n     n o   d y i n g
_ g o r d o n   _ 7 6 e r s   y o u   g e t   i t
_ 7 6 e r s   n a h   i   w i l l   m a n   a   m a c h i n e   g u n   t i l l   i   g o   d o w n   i n   a   b l a z e   o f   g l o r y
_ 7 6 e r s     y e s   l i t e r a l l y
  n o t   l i t e r a l l y
  d o n t   d i e   b u t   f e l t
m o s t   n b a   c h a m p i o n s h i p s   
 
 l a k e r s   1 7 
 c e l t i c s   1 7 
 w a r r i o r s   7 
 b u l l s   6 
 s p u r s   5 
 p i s t o n s   3 
 7 6 e r s   3 
 h e a t   3   
 k n i c k s   2 
 r o c k e t s   2 
 b u c k s   2
_ 7 6 e r s   s u r e
_ 7 6 e r s   i ’ m   j u s t   r e a d y   t o   d i e
_ 7 6 e r s   d o   w h a t   n o w ?
  o k   s a l l y
m y   f o l l o w e r s   r e a d y   t o   d i e   b e h i n d   m e   💯
🏀 t a n g e r i n e   g a m e   h i g h l i g h t s :   r a p t o r s   v s   r o c k e t s - o c t o b e r   7 ,   2 0 2 2 🏀 
 👇 
 
 
 n b a 7 5 
 b l e e d g r e e n 
 n e t s w o r l d 
 n e w s y o r k f o r e v e r 
 7 6 e r s 
 w e t h e n o r t h 
 n b a 
 相 互 フ ォ ロ ー 
 フ ォ ロ ー バ ッ ク
_ 7 6 e r s   g o   l i v e   r n   i m o
  _ 7 6 e r s   t h e   b i r d   a p p
  i t s   t w i t t e r
_ 7 6 e r s   i s   t h a t   i n s t a g r a m
_ 7 6 e r s   _ g o r d o n   i   s t a n d   c o r r e c t e d
p e t e   a l o n s o   w a l k i n g   o f f   l i k e   😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂  
_ g o r d o n     i t   d o e s n ' t   w o r k   i n   t w e e t   r e p l i e s   t b c
  _ 7 6 e r s   y e a h   s a m e   +   i   d o n ' t   h a v e   t h a t   o p t i o n   b c   i ' m   o n   w e b   l o l
_ 7 6 e r s       l o t s   h a i l e e   c l e a r s
_ 7 6 e r s   _ g o r d o n   i   t h o u g h t   t h a t   w a s   j u s t   t o   t a k e   p i c t u r e s ?
      p r o b l e m ?
_ 7 6 e r s     n o   w a y   u   t r i p p i n
  _ 7 6 e r s     b r o   s h e   b u g g i n   o n g
      y e a   i   a m   t o o
    i m   r i g h t
_ 7 6 e r s       a r e   y o u   💔
w h a t   a   l o s e r   😂 😂 😂 😂   y o u r   t e a m   i s   j u s t   a s s  
_ 7 6 e r s     d a w g   w h a t .   n o .   u r   r   o n   a   r o l l   o f   g r a s s   r n   a i n ’ t   n o   w a y .   n o o o o o o   w a y y y y y
    s h e   m i d   a s f
_ 7 6 e r s     b r o   w h a t   h o w   h o w   h o w w w w w
_ 7 6 e r s   _ g o r d o n   w h e r e   i s   t h e   c a m e r a   t h i n g ?
j o e l   e m b i i d ’ s   t w e e t   a f t e r   p h i l l i e s   w i n   p l a y o f f   s e r i e s     v i a   @ _
_ 7 6 e r s     h e y y y y y t y t t t y t   b e   n i c e   s h e   a   b a d d i e
    w e   d o   n o t   c a r e
_ 7 6 e r s   h e y   g u y s ,   w e l c o m e   b a c k   t o   t h e   c h a n n e l !   g r a c e   h e r e . . . .
  n o   i ' m   t o o   s c a r e d   f o r   t h a t
  i d k   i ' m   n o t   d o i n g   i t
_ g o r d o n   i f   u   c l i c k   t h e   c a m e r a   u   c a n   g o   l i v e
_ 7 6 e r s   l i k e   a   y o u t u b e r ?
_ 7 6 e r s   w a i t   w h a t
  _ s a n c h o   f a c t s .   s h e   e v e n   l i k e   t h e   w a c k   a s s   7 6 e r s
l o u   w i l l i a m s ' s   ( )   2 0 1 0 - 1 1   s h o t   c h a r t : 
 
 v o l u m e :   h i g h   |   p _ 7 8   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 3 5 
 e f f i c i e n c y :   m e d i o c r e   |   p _ 2 7 
 e f f i c i e n c y   v a l u e :   p o o r   |   p _ 1 3 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   m i d r a n g e 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 l o u w i l l i a m s 
 7 6 e r s 
 h e r e t h e y c o m e  
_ 7 6 e r s   c u z   w h y   w o u l d n ’ t   y o u ?   d o n ’ t   y o u   w a n n a   t a l k   t o   p e o p l e ?
  c u z   w h y   s h o u l d   i
  n o p e !
  u   s h o u l d   s a y   i t
_ 7 6 e r s   d o   i t
t h i s   i s   l i f e   c h a n g i n g  
j u n k   f o o d   c l o t h i n g   p h i l a d e l p h i a   7 6 e r s   w o m e n s   g r e y   s u p e r   s o f t   t h e r m a l   l s   t e e ,   g r e y ,   6 8 %   r a y o n   /   2 9 %   p o l y e s t e r   /   3 %   s p a n d e x ,   s i z e   s    
s t o p   i   c a n   g o   l i v e ? ! ? ! ? ! ? !
o n e   d a y
  g o o d   l u c k   t o   t h e   p h i l l i e s ,   t h e   e a g l e s ,   t h e   f l y e r s   a n d   t h e   7 6 e r s   f o r m e r   j u l i u s   i r v i n g .
i t   i s   t r u e   t h a t   j o e l   e m b i i d   p r e s e n t s   s p e c i a l   q u a l i t i e s   w h i c h   s e r v e s   t h e   7 6 e r s   a n d   t h e i r   w i s h e s   t o   w i n   e x c i t i n g   b a s k e t b a l l   g a m e s   g s e m c o a c h
_ d a l l a s   i ’ m   g o n n a   h a v e   t o   b r i n g   t h a t   i d e n t i t y   b a c k   b e c a u s e   i   h a d   s o   m u c h   f u n   b a i t i n g   7 6 e r s   f a n   e v e n   t h o u g h t   i   l o s t   a   b u n c h   o f   f o l l o w e r s   o n   t h e   w a y .   i   f e l l   o f f   h a r d   a f t e r   l o s i n g   m y   i d e n t i t y
r e p o r t :   s i x e r s   s i g n i n g   m a c   m c c l u n g   t o   e x h i b i t - 1 0   c o n t r a c t  
h e ’ s   g o n n a   l e a d   t h e   l e a g u e   i n   r u s h i n g   …   t h i s   y e a r . 
 d e f i n i t i o n   o f   “ g o t   t h a t   d a w g   i n   h i m ”   😂 😂  
_ 7 6 e r s   i m   s m a s h i n g   a l l   o f   t h e m   i n t o   t h e   n e a r e s t   g a r b a g e   c a n
“ t h i s   i s   a r g u a b l y   t h e   m o s t   t a l e n t e d   r o s t e r   t h e   s i x e r s   h a v e   h a d   d u r i n g   t h e   d o c   r i v e r s   e r a .   a   h e a l t h i e r   h a r d e n ,   d o m i n a n t   e m b i i d   a n d   d i f f e r e n t   l i n e u p s   t o   p l a y   w i t h   c o u l d   b o d e   w e l l   f o r   t h e i r   r e g u l a r - s e a s o n   s u c c e s s . ” 
 
 c o u l d   t h e   7 6 e r s   g r a b   t h e   n o .   1   s e e d ? 

      l a k e r s ,   w a r r i o r s ,   s p u r s ,   b o s t o n ,   m i a m i ,   b u c k s ,   c a v s ,   r a p t o r s ,   7 6 e r s .   t o p   9 0 %   i s   t o p   3   n b a   t e a m s
    a n d   t h e   7 6 e r s   r e a d y   t o   r o l l .  
  7 6 e r s   w i n n i n g   d a t s   i t
e a g l e s   p o s t   g a m e   c e l e b r a t i o n   f r o m   a n   , u n d i s c l o s e d l o c a t i o n   i n   w e s t m i d t o w n   a t l a n t a 
 f l y e a g k e s f l y   h e r e t h e y c o m e   7 6 e r s   l e t s g o p h i l l i e s  
s i x e r s   s i g n   g - l e a g u e   r o o k i e   o f   t h e   y e a r   t o   n e w   c o n t r a c t 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   m e m p h i s   g r i z z l i e s   n b a j a p a n g a m e s   n b a 2 k 2 3     m f f l   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
    s o m e t h i n g   i   w a s   w o n d e r i n g .   p e o p l e   k n o w   h i m   f o r   e a g l e s ,   b u t   h o w   d i d   h e   b e c o m e   a   s a n   a n t o n i o   s p u r s   f a n ?   s p u r s   a r e   o k a y ,   j u s t   s e e m e d   a   b i t   r a n d o m   s i n c e   p e o p l e   p r o b a b l y   w o u l d   h a v e   g u e s s e d   7 6 e r s .
  a s   a   e a g l e s   a n d   7 6 e r s   f a n ,   i m   p r e p a r e d   f o r   d i s a p p o i n t m e n t
n b a   p l a y o f f s   p r e d i c t i o n s : 
 
 1 .   c l i p p e r s 
 2 .   w a r r i o r s 
 3 .   n u g g e t s 
 4 .   m a v e r i c k s 
 5 .   p e l i c a n s 
 6 .   t i m b e r w o l v e s 
 7 .   g r i z z l i e s 
 8 .   s u n s 
 
 1 .   b u c k s 
 2 .   c e l t i c s 
 3 .   7 6 e r s 
 4 .   c a v s 
 5 .   n e t s 
 6 .   b u l l s 
 7 .   h e a t 
 8 .   r a p t o r s
i   k n o w   t h i s   i s   j u s t   m e   s h o u t i n g   i n t o   t h e   v o i d   o f   t w i t t e r   b u t     i s   * s o   c o n c e r n e d *   a b o u t   g r o w i n g   t h e   g a m e   a n d   c o n t i n u e s   t o   s c h e d u l e   p l a y o f f   b a s e b a l l   i n   t h e   m i d d l e   o f   t h e   w o r k / s c h o o l   d a y .   i m a g i n e   t h a t   g r e a t   h a w k s / 7 6 e r s   s e r i e s   l a s t   y e a r   b e i n g   p l a y e d   a t   1 p m .   d o   b e t t e r   m a n f r e d .
  a n d r e   d r u m m o n d   i s   a   b i g   v e r s a t i l e   d e f e n s i v e   m i n d e d   b i g ,   c a n   g u a r d   1 - 5 ,   c a n   h a n d l e   t h e   r o c k ,   f i n d   o p e n   t e a m m a t e s ,   g o o d   i n   t h e   p o s t ,   s t o u t   r i m   p r o t e c t o r ,   a n d   i   a l s o   h e a r d   h e ’ s   w o r k i n g   o n   h i s   t h r e e   p o i n t   s h o t 👀   7 6 e r s   g o t   a   s t e a l
_ 7 6 e r s     a t   l e a s t   2   m a y b e   3 ,   p u t   a   b i t   o f   c a r a m e l   o n   t h e m   t o o . . . . 3 . 5
s h o u l d   m i a m i   h e a t   ' s t r i k e   i f   i r o n   g e t s   h o t '   w i t h   d u n c a n   r o b i n s o n ? 
 
 
 
 n b a   m i a m i   h e a t n a t i o n   h e a t t w i t t e r   t r u e t o a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   7 6 e r s   n e t s
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   s e e s   t y r e s e   m a x e y   i m p r o v i n g   a t   d r a w i n g   f o u l s   a s   h e   m o v e s   f o r w a r d .    
e a g l e s   5 - 0 
 p h i l l i e s   n l d s 
 7 6 e r s   g o n n a   b e   g o o d 
 t e m p l e   e l i t e   8 *  
g o l d e n   s t a t e   w a r r i o r s   g i v e n   2 n d   b e s t   t i t l e   o d d s   b y   n b a   g m s 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   h e a t t w i t t e r   7 6 e r s   n e t s   p i s t o n s
i t ' s   c r a z y   t o   e x p e c t   s o   i ' m   j u s t   g o n n a   h o p e   a n d   b e l i e v e .   p h i l l y p h i l l y   c i t y o f c h a m p s   p h i l l i e s   e a g l e s   7 6 e r s
j a r r e t t   c u l v e r ' s   c a r e e r   a r c   s h o w s   a t l a n t a   h a w k s   m a d e   c o r r e c t   d e c i s i o n 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   h e a t t w i t t e r   7 6 e r s   n e t s
l a k e r s   f a n s   s h o u l d   b e   c o n c e r n e d   w i t h   r u s s e l l   w e s t b r o o k ' s   c o n f i d e n c e 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   l a k e r s d o c   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   c h i c a g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   h e a t t w i t t e r   7 6 e r s   n e t s
  g o o d   l u c k   o n   a   f a n t a s t i c   s e a s o n   a h e a d   f o r   t h e   p h i l a d e l p h i a   f l y e r s   n h l   t e a m   a n d   p h i l a d e l p h i a   7 6 e r s   n b a   t e a m .       l e t ' s   g o   p h i l a d e l p h i a .
    d i s g u s t i n g   a n d   w e   g o t   a   p h i l a d e l p h i a   7 6 e r s   f a n   u p   o n   h e r e   t h a t ’ s   n a s t y   a n d   d i r t y
e a g l e s   a r e   5 - 0 . 
 p h i l l i e s   s w e p t   c a r d i n a l s   i n   w i l d c a r d . 
 s i x e r s   a r e   2 - 0   i n   t h e   p r e s e a s o n . 
 p h i l l y s p o r t s   e a g l e s n a t i o n   p h i l l i e s   s i x e r s   p h i l a d e l p h i a e a g l e s   p h i l a d e l p h i a p h i l l i e s   7 6 e r s   p h i l a d e l p h i a
    p i s s i n g   o f f   7 6 e r s   o n e   p o s t   a t   a   t i m e  
p h i l a d e l p h i a   7 6 e r s   l e g e n d   a l l e n   i v e r s o n   r e v e a l s   h i s   a l l - t i m e   s t a r t i n g   l i n e u p   i n   n b a   h i s t o r y .    
n e w   l a k e r s   s i g n i n g   c o u l d   b e   a n o t h e r   a l e x   c a r u s o   f o r   l a 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   l a k e r s d o c   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   c h i c a g o   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   h e a t t w i t t e r   7 6 e r s   n e t s   b u c k s   s u n s
  7 6 e r s   n e e d   a   c h a m p i o n s h i p ,   b a d .   w e   d e s e r v e   o n e
_ c l a s s i c _   e a g l e s   a n d   7 6 e r s …   👀
  _ g o t _ n e x t     y o u r   r i g h t   c a u s e   t h e   s u n s   a r e   t h e   w e s t   a n d   t h e   7 6 e r s   a r e   i n   t h e   e a s t   p l u s   y o u   g o t   d o c   r i v e r s   p r o b a b l y   l o o k i n g   a t   p o r n   d u r i n g   t h e   g a m e   o n   t w i t t e r   i n s t e a d   o f   m a k i n g   a d j u s t m e n t s
_ 2 1 5   i f   y o u   n o t   a   7 6 e r s   f a n   p l e a s e   d o n ’ t   s p e a k   t o   m e
  _ g o t _ n e x t     i ’ l l   w o r r y   a b o u t   t h e   7 6 e r s   w h e n   e m b i i d   s t a y s   h e a l t h y   f o r   a   f u l l   s e a s o n   b u t   w e   g o t   a   b e t t e r   c h a n c e   o f   j e s u s   r e t u r n i n g   a n d   p a r t i n g   t h e   s e a s
e a g l e s   5 - 0 
 p h i l l i e s   n l d s 
 7 6 e r s   g o n n a   b e   g o o d 
 l a   s a l l e   e l i t e   8
  _ g o t _ n e x t     w o r r y   a b o u t   t h e   3 6 e r s   b e f o r e   t h e   7 6 e r s
_ 7 6 e r s   o n e   o f   t h e   v i d e o s   o f   a l l   t i m e
_ 7 6 e r s   p r o l l y
p h i l a d e l p h i a   7 6 e r s   b a c k u p   c e n t e r   m o n t r e z l   h a r r e l l   i s   d a y - t o - d a y   w i t h   a n   i n t e r c o s t a l   s t r a i n .    
_ 7 6 e r s   i   a s s u m e   i c y   h o t   c r e m e   o n   t h e   g r o i n
_ 7 6 e r s   j e r k   s e s h   o b v i o u s l y
  m e   e i t h e r
w w e   n e w s ! : 
 
 w r e s t l e m a n i a   4 0   a p r i l   2 0 2 4   h e l d   i n   p h i l a d e l p h i a .   t h e   7 6 e r s   m a s c o t   & a m p ;   c h e e r l e a d e r s   j o i n e d   j e r r y   l a w l e r   t o   r e v e a l   t h e   o f f i c i a l   l o g o . 
 
 b o x i n g   m m a   w r e s t l i n g   n e w s   s p o r t s   s p o r t   g o o d f e l l a s p o r t s   m e d i a   o n l i n e   b u s i n e s s   e v e n t   w r e s t l e m a n i a   w w e   p h i l d e l p h i a   s u c c e s s  
_ 1 8   l o s t   m e   a t   7 6 e r s
_ 7 6 e r s   i ' v e   r e a d   t h r o u g h   3   c o m m e n t s   s e c t i o n s   i   h a v e   n o   c l u e
_ 7 6 e r s   p o r n
_ 7 6 e r s     a t   l e a s t   o n e   m a y b e   2
_ 7 6 e r s     2   .   m a y b e   2 . 5
  7 6 e r s   m e n t i o n e d   🥳
w h a t   a m   i   w a t c h i n g  
h o n e s t l y ,   t h a t   p l a y o f f   r u n   w a s   b a n a n a s .   y e s ,   g s   h a d   s o m e   d e v a s t a t i n g   i n j u r i e s   i n   t h e   f i n a l s ,   b u t   g o i n g   t h r o u g h   t h a t   7 6 e r s   t e a m   w i t h   j i m m y   b u t l e r   & a m p ;   t h e   b u c k s   w a s   s o m e t h i n g   s p e c i a l .  
a u s t i n   n o l a   g o n n a   s e n d   t h e   b i t c h a s s   m e t s   h o m e
_ 7 6 e r s   i   w o u l d   t h r o w   u p   h a l f   w a y   t h r o u g h   n u m b e r   1   c h e e s e c a k e   d o e s n ' t   a g r e e   w i t h   m e
m o n t r e z l   h a r r e l l   m i s s e d   s u n d a y ’ s   p r a c t i c e   a t   t h e   7 6 e r s   p r a c t i c e   f a c i l i t y   w i t h   a   r i g h t   i n t e r c o s t a l   s t r a i n   a n d   i s   l i s t e d   a s   d a y - t o - d a y ,   a   s o u r c e   c o n f i r m e d . 
 
   h a s   t h e   s t o r y . 

p r o b a b l y   n o t   e v e n   1 💀 😭  
p h i l l i e s   p u t t i n g   o n   f o r   t h e   c i t y   🅿 ️ ⚾ ️ 
 e a g l e s   p u t t i n g   o n   f o r   t h e   c i t y   🦅 🏈 
 7 6 e r s   g o n e   p u t   o n   f o r   t h e   c i t y   🏀 
 o u r   t i m e   i s   h e r e   b a b y
_ 7 6 e r s   g o o d .
_ 7 6 e r s   i g   i f   y o u   a r e n ' t   h u n g r y
  i m   n o t   f a t
  i   h a v e n ' t   r l y   e a t e n   a l l   d a y   e x c e p t   a   p i e c e   o f   p i z z a
  i m a g i n e
c a l l   m e   c r a z y ,   b u t 
 
 1 .   m i a m i   h e a t 
 2 .   t o r o n t o   r a p t o r s 
 3 .   m i l w a u k i e   b u c k s 
 4 .   b o s t o n   c e l t i c s   
 5 .   p h i l a d e l p h i a   7 6 e r s 
 6 .   a t l a n t a   h a w k s 
 7 .   c l e v e l a n d   c a v a l i e r s 
 8 .   b r o o k l y n   n e t s
b r e a k i n g :   7 6 e r s   r e p o r t e d l y   s i g n i n g   f o r m e r   b u l l s   a n d   l a k e r s   p l a y e r  
  n o   t a t t o o   o f   b e n   f r a n k l i n   h o o p i n g   7 6 e r s   l o g o ,   f a k e   f a n  
_   n o t   j u s t   t h e m   b e s t   t e a m s   o v e r a l l ,   u n i o n   i s   b e s t   m l s   t e a m   i n   e a s t   a t   l e a s t   ( 4 6   m o r e   g o a l s   s c o r e   t h a n   a l l o w e d ? )   a n d   p h i l l i e s   a r e   d i v i s i o n a l   b o u n d ,   7 6 e r s   n o t   b a d   a s   w e l l
_ 7 6 e r s   w   y o u   d o n ’ t   w a n n a   g e t   f a t
i   n e e d   7 6 e r s   b a s k e t b a l l
  a   k n i c k s   w i n   o v e r   t h e   7 6 e r s
_ 7 6 e r s   l   u n l e s s   y o u   h a d   b i g   b r e a k f a s t / l u n c h
i   s k i p p e d   d i n n e r   w   o r   l
_ 7 6 e r s   c o l t s   a r e   2 - 2 - 1   😐
e a g l e s   r   5 - 0   l m f a o o o o
          d m   l o o k i n g   f o r   e a g l e s   o r   7 6 e r s
k y l e r   i s   a n   i d i o t   😂
    o k ,   t h i n k   o f   i t   t h i s   w a y .   y o u ’ r e   u p   2   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s   w i t h   3 0   s e c o n d s   o n   t h e   c l o c k .   j a m e s   h a r d e n   b a i t s   a n   o f f e n s i v e   f o u l   a t   1 5 s   g i v i n g   t h e m   t h e   b a l l ,   t h e n   h e   f o u l   b a i t s   y o u   a t   t h e   t h r e e   p o i n t   l i n e   t o   m a k e   i t   a   2   p o i n t   l e a d   f o r   p h i l l y   w i t h   3   s e c o n d s   o n   t h e   c l o c k .
  【 2 k 2 3   n b a 】 ' 7 6 - ' 7 7   p h i l a d e l p h i a   7 6 e r s   v s   ' 8 4 - ' 8 5   2 2 7 ' s   y o u t u b e   c h i l i '   m i l w a u k e e   c h i l i '   b u c k s   f e a r t h e d e e r   s p i c y '       s p i c y '   n b a   m i x !    
c h a r l e s   b a r k l e y   1 9 9 6   9 7   t o p p s   n b a   s t a   t h e h o b b y   s p o n s o r e d  
    t a n k i n g   i s   i n t e n t i o n a l   -   a s   i s   y o u r   l a c k   o f   k n o w l e d g e   a b o u t   t h e   7 6 e r s   f r a n c h i s e .
7 6 e r s   w i l l   w i n   t h e   c h a m p i o n s h i p   i n   t h e   7 6 t h   n b a   s e a s o n
🏀   p h i l a d e l p h i a   7 6 e r s   ( )   s i x e r s 
 🆚   c l e v e l a n d   c a v a l i e r s   l e t e m k n o w   p h i v s c l e 
 ✈ ️   n 6 5 4 d l   |   d a l 8 9 3 8   |   b 7 5 2 
 🛫   p h l   -   2 : 4 2   p m   e t 
 🛬   c l e   -   3 : 3 9   p m   e t 
 📡   t r a c k i n g :    
i n t r o   - -   h u g e   w e n t z   f a n 
 
 g r e w   u p   o u t s i d e   o f   p h i l l y .   d i e h a r d   f a n   m o s t   o f   m y   l i f e + p e n n   s t / v i l l a n o v a .   m o v e d   i n   0 8 .   n a t u r a l l y ,   p h i l l y   f a n d o m   d w i n d l e d   d u e   t o   d i s t a n c e . 
 
 s e t t l e d   i n   t h e   t a m p a   b a y   a r e a   w / m y   n a t i v e   f l o r i d i a n   w i f e   i n   1 8 .   
 
 n o w :   t b   t m s + 7 6 e r s + u s f ( s t u d e n t ) / p s u + n o v a + w e n t z ' s   t m
  n b a   p r e s e a s o n :   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s    
  【 2 k 2 3   n b a 】 ' 7 6 - ' 7 7   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   ' 8 4 - ' 8 5   m i l w a u k e e   b u c k s    
h o n e s t l y   i ' m   s c a r e d   o f   7 6 e r s   a n d   r a p t o r s   t h i s   y e a r   ( i n   e a s t ) .   i f   e v e r y t h i n g   g o e s   r i g h t   t h e y   c a n   b e   d a n g e r o u s   t e a m s 😟
  t h i s   i s   s e c r e t l y   a   t w e e t   a b o u t   t h e   b r e t t   b r o w n   e r a   7 6 e r s
  t h e   e a g l e s ,   p h i l l i e s ,   7 6 e r s   a n d   u n i o n   w i l l   w i n   t h e   t i t l e s .   o u t c o m e   n o t   s o   g o o d   f o r   t h e   f l y e r s   🤣 🤣 🤣  
  a l s o   j u s t   m o r e   c o m p e t i t i o n   w i t h   a   b e t t e r   h a w k s ,   d e t r o i t ,   7 6 e r s ,   c e l t i c s 
 
 w o r s e :   p a c e r s ,   b u l l s   ( i n j u r i e s ) .
      n a h   y o u r   7 6 e r s   a r e   s o   a s s   b r o   i   d o n ’ t   r e m e m b e r   t h e m   e v e r   d o i n g   a n y t h i n g   i n   m y   l i f e   t i m e   y ’ a l l   c o u l d n ’ t   e v e n   w i n   w i t h   j b   l m a o   😂
t h e   p h i l a d e l p h i a   7 6 e r s   d i s c u s s   t h e   p l a y   o f   j a d e n   s p r i n g e r   a s   t h e y   c o n t i n u e   t o   d e v e l o p   h i s   o f f e n s i v e   g a m e .    
p h i l a d e l p h i e   7 6 e r s   :   f r e e   a g e n c y ,   e f f e c t i f   e t   c a l e n d r i e r   n b a  
w h a t ’ s   g o n n a   h a p p e n   f i r s t   b r o w n s   f a n s   m o v e   o n   f r o m   b a k e r   m a y f i e l d   o r   7 6 e r s   f a n s   m o v e   o n   f r o m   b e n   s i m m o n s   
 
 t r u l y   t h i n k   n e i t h e r   w i l l   e v e r   h a p p e n
7 6 e r s   w a i v e   t r e v e l i n   q u e e n  
7 6 e r s   w a i v e   t r e v e l i n   q u e e n    
p u s h i n g   t h e   p h i l l i e s   i n t o   a l l   o f   t h e   w e e k d a y   d a y   g a m e   s l o t s   i s   w h a c k   a s   f u c k
    u   l i t e r a l l y   w e n t   f r o m   r o c k e t s   t o   n e t s   t o   7 6 e r s
z a c k   h i l l   r e t i r i n g   a s   f l y e r s '   l o n g - t i m e   ( a c e )   p r   l e a d e r   p u b l i c r e l a t i o n s   p r  
    7 6 e r s   s p o t   c l a i m e d
  a n d   t h e   7 6 e r s   s t i l l   w o n t   m a k e   t h e   e c f   t h a t ’ s   c r a z y
  r a p t o r s   f a n   m a k e s   a n   a p p e a r a n c e   i n   a   7 6 e r s   c h a t ?   🤔
  i   w o u l d   l i k e   t o   s a y   l u k a   b u t   i   f e e l   t h a t   d a l l a s   w i l l   n o t   b e   a s   g o o d   a s   l a s t   y e a r   s o   e m b i d w i t h   t h e   n e w   a c q u i s i t i o n   7 6 e r s   w i l l   b e   b e t t e r   e m b i d   w i l l   h a v e   a s   a l w a y s   b i g   s t a t s   a n d   a   g o o d   d e f e n s i v e   p r e s e n c e a s   f o r   g i a n n i s   a n d   j o k i c ,   v o t i n g   f a t i g u e
c h e c k   o u t   t h i s   l i s t i n g   i   j u s t   a d d e d   t o   m y   p o s h m a r k   c l o s e t :   m i t c h e l l   & a m p ;   n e s s   n b a   7 6 e r s   h a t . .     s h o p m y c l o s e t  
  i   w a s   t h i n k i n g   m o r e   o f   t h e   e a g l e s   l o g o   i n s t e a d   o f   t h i s   f o n t   a n d   a d d i n g   m o r e   7 6 e r s   t o   i t   t o o
f o r   a n y b o d y   t h i n k i n g   t h a t   t h e   r o u g h i n g   t h e   p a s s e r   c a l l   i s n ’ t   b a d ,   t h i n k   o f   i t   a s   b e i n g   t i e d   a g a i n s t   t h e   7 6 e r s   a n d   j a m e s   h a r d e n   o r   j o e l   e m b i i d   b a i t   a   s h o o t i n g   f o u l .
7 6 e r s   w a i v e   t r e v e l i n   q u e e n  
                  d o   y o u   s c h e d   7 6   r a l l y   b e f o r e ,   a f t e r   o r   h e a d   t o   h e a d ? 
 
 7 6 e r s   c a n   o n l y   c o u n t   o n   o t h e r   7 6 e r s   b e c a u s e   o f   n o   ' a d v a n c e '   w o r k . 
 
 w h a t e v e r   h a p p e n s ,   i n d i a n a   b o b ' s   r e p u t a t i o n   i s   s h t .
f u r k   & a m p ;   j o e   h a d   a   s u d d e n   d e a t h   s h o o t o u t   t o   d e c i d e   t h e   w i n n e r   o f   t h e   s c r i m m a g e   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
j u s t   l e a r n e d   t h a t   t h e   7 6 e r s   a r e   g o o d   u h f   t o   g e n t r i f y   c e n t e r   c i t y   n e a r   c h i n a t o w n
a m   i   c r a z y   o r   h a s   r e d z o n e   b e e n   h o r r i b l e   t h i s   y e a r ?   t h e y   j u s t   l e a v e   m e a n i n g l e s s   g a m e s   o n   w h e n   t h e r e ’ s   n o t e w o r t h y   t h i n g s   h a p p e n i n g   i n   t h e   c o m p e t i t i v e   g a m e s
_ 7 6 e r s   b e c a u s e   t h e y   t h e   b r o w n s .
                      b t w   t h e   l a k e r s   h a d   t h e   e a s i e r   c o n f e r e n c e   s o   b y   t h e   t i m e   t h e   c e l t i c s   g o t   t o   t h e   f i n a l s ,   t h e y   w e r e   p r e t t y   b a n g e d   u p .     t h e   l a k e r s   c o u l d   n e v e r   h a v e   w o n   e v e n   1   r i n g   i f   t h e y   h a d   t o   f a c e   t h e   7 6 e r s   p ,   t h e   n i c k s   & a m p ;   t h e   p i s t o n s   e v e r y   s e a s o n … n o t   t o   m e n t i o n   t h e   b u l l s   e i t h e r .
t h e   s i x e r s   f u l l   r o s t e r   i s   s t a r t i n g   t o   t a k e   s h a p e   a s   t h e y   m a k e   a   c u t   t o d a y .   m o r e   f r o m   : 
 

_ 7 6 e r s   y o u   m i s s   h i s   t d   p a s s   t o d a y ?
s e a h a w k s   d e f e n s e   i s   l a u g h a b l y   b a d .   
 
 y o u   n e e d   l i k e   3   f u n c t i o n i n g   b r a i n   c e l l s   t o   k n o w   t a y s o m   i s   g o i n g   t o   r u n   t h e   b a l l   w h e n   h e   c o m e s   i n   t h e   g a m e   a n d   t h e   s e a h a w k s   l o o k   l i k e   t h e y   h a d   n o   i d e a   t h e   r u n   w a s   c o m i n g   o n   3   d i f f e r e n t   o c c a s i o n s   n o w .
t h e   c l e v e l a n d   c a v a l i e r s     a r e   t r a d i n g   f o r   r o o k i e   j e v o n   c a r t e r   t o   t h e   p h i l a d e l p h i a   7 6 e r s   i n   e x c h a n g e   f o r   d w a y n e   b a c o n   s o u r c e s   t e l l   m e   a n d   .
w h y   d i d   t h e   b r o w n s   r u n   t h e   b a l l   w i t h   n o   t i m e o u t s   o u t s i d e   o f   f g   r a n g e … . ?
t h e   p h i l a d e l p h i a   7 6 e r s   d i s c u s s   t h e   p l a y   o f   i s a i a h   j o e   a n d   h i s   c o n t i n u e d   u n d e r s t a n d i n g   o f   h i s   r o l e   o n   o f f e n s e .    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   c l e v e l a n d   c a v a l i e r s   l i v e   s t r e a m   1 0   o c t o b e r   2 0 2 2    
n b a   o d d s :   7 6 e r s   f u t u r e s   o d d s   a h e a d   o f   2 0 2 2 - 2 3   n b a   s e a s o n   t i p o f f   –   n b a   b a s k e t b a l l   n b a l e a g u e   s p o r t s t r e n d i n g   n f l p r e d i c t i o n   n f l   t r e n d i n g t o p i c s , f a n s , f a n , t e a m , s k y s p o r t s , s p o r t , f o o t b a l l , f o x s p o r t s , u s a , t o d a y  
p a u l   r e e d   d i s c u s s e s   t h e   b a c k u p   c e n t e r   b a t t l e   f o r   t h e   p h i l a d e l p h i a   7 6 e r s   a s   w e l l   a s   l e a r n i n g   h i s   r o l e   a s   p a r t   o f   h i s   g r o w t h .    
i   k n o w   i t ' s   t o o   e a r l y   t o   c a l l   a n   n b a   f i n a l s ,   b u t   i ' m   d o i n g   i t .   w a r r i o r s   v s   7 6 e r s .   w a r r i o r s   i n   7 .   p h i l l y   a b o u t   t o   h a v e   a   b i g   y e a r .
m e   a n d   m y   s i s t e r   a l m o s t   g o t   t o   b l o w s   b e h i n d   t h e m   t r a s h   a s s   e a g l e s   a n d   7 6 e r s ,   🙄   a l l   b c   s h e   d n t   l i k e   t h t   i   s a i d   t h e y   b e e n   t r a s h   f a r   l o n g e r   t h a n   t h e y   b e e n   “ g o o d ” .   l a s t   t i m e   i   s a w   e i t h e r   p l a y   h e r e ,   w e   s t i l l   h a d   t h e   o l d   l o v e   p a r k   a n d   t h e   g a l l e r y   w a s   s t i l l   t h e   m e e t   u p   f o r   f i g h t i n g   😭
f o r   i n s t a n c e ,   t h e   2 0 1 7   n b a   d r a f t   w o u l d   h a v e   b e e n   c r a z y   i n t e r e s t i n g   u n d e r   t h i s   f o r m a t   b e c a u s e   t h e   7 6 e r s   a n d   l a k e r s   b o t h   w o u l d   h a v e   b e e n   i n e l i g i b l e   f o r   t o p   3   p i c k s .
  _ u n i v e r s i t y   y o u   a r e   a b s o l u t e l y   r i g h t ,   m y   p o i n t   i s   t h a t   m i c h a e l   c a r t e r - w i l l i a m s   w a s   o n c e   r o o k i e   o f   t h e   y e a r   b e c a u s e   h e   h a d   f r e e   r e i g n   o n   t h e   t a n k i n g   7 6 e r s ,   a n d   i n   t h e   s a m e   w a y   j b   i s   g o i n g   t o   b e   i n   t h e   b e s t   s i t u a t i o n   f o r   a n   o u t s t a n d i n g   p e r s o n a l   s e a s o n   i n   n y .
_ a d a n   t h e   e n d   o f   k o b e   e r a   l a k e r s   w o u l d   s t r o n g l y   v o t e   a g a i n s t   t h a t !   7 6 e r s   h a d   t h e i r   1 s t   ( t o p   3   p r o t e c t e d )   a n d   t h e y   e n d e d   u p   g e t t i n g   r u s s e l l ,   i n g r a m ,   b a l l   a l l   a t   2   😑
l a m e l o   b a l l   w a s   p r e p a r e d   t o   a c c e p t   a   3   y e a r   d e a l   f r o m   t h e   7 6 e r s   b u t   i   e n d e d   u p   m a t c h i n g   i t   f o r   o b v i o u s   r e a s o n s .  
t h e   b e s t   y e a r   i n   p h i l l y   s p o r t s   h i s t o r y   w a s   1 9 8 0   b y   f a r   b u t   i f   t h e   7 6 e r s   a n d   e a g l e s   d e l i v e r   t h i s   y e a r   i t   c o u l d   t a k e   t h e   t h r o n e .
t h e   h y p e   f o r   p h i l l y   s p o r t s   i s   a t   a n   a l l - t i m e   h i g h   r i g h t   n o w .   
 
 e a g l e s :   s u p e r   b o w l   c o n t e n d e r s . 
 
 7 6 e r s :   e a s t e r n   c o n f e r e n c e   p o w e r h o u s e   w i t h   a   c h a m p i o n s h i p - l e v e l   d e f e n s e . 
 
 p h i l l i e s :   y o u n g   a n d   h u n g r y   t e a m   p o i s e d   t o   m a k e   s o m e   n o i s e   i n   t h e   y e a r s   t o   c o m e . 
 
 f l y e r s :   b u i l d i n g   a   w i n n e r .
2 0 2 0   2 1   f l a w l e s s   t y r e s e   m a x e y   h   s p o r t s c a r d s   s p o n s o r e d  
p h i l a d e l p h i a   7 6 e r s   w a i v e   t r e v e l i n   q u e e n   

  7 6 e r s   i n   t h e   p l a y o f f s .
i   n e e d   k a m a r a   t o   w h o o p   t a y s o m ’ s   a s s   i f   h e   v u l t u r e s   a n o t h e r   t o u c h d o w n   f r o m   h i m   t h i s   y e a r
  7 6 e r s   w i n n i n g   i t
s i x e r s   w i l l   w a i v e   t r e v e l i n   q u e e n   a s   f i n a l   r o s t e r   d e c i s i o n s   l o o m    
    n o t   t o   m e n t i o n   t h a t   y o u   “ p o s e d ”   a s   a   7 6 e r s   f a n   s o   y o u   c o u l d   o w n   b i a s e d   c e l t i c s   f a n s .   a n d   y o u   d i d   t h i s   f o r   o v e r   a   y e a r ,   a n d   w e r e   p r e t t y   a c t i v e .   t h a t   i s   l i k e   r e a l l y   r e a l l y   s a d .
t h e y   h a d   t h e   e a g l e s   c h e e r l e a d e r s 
 7 6 e r s '   m a s c o t 
 m e a n w h i l e   h o c k e y   i s   s a v a g e   i n   p h i l l y ,   a s k   m i z   a b o u t   g r i t t y 
 w w e
n b a   r a n k i n g s   1 - 1 0   2 0 2 2 - 2 0 2 3 
 
 e a s t 
 1 . 7 6 e r s 
 2 . c e l t i c s 
 3 . b u c k s 
 4 . h e a t 
 5 . c a v s 
 6 . r a p t o r s   
 7 . h a w k s 
 8 . n e t s   
 9 . p i s t o n s 
 1 0 . h o r n e t s 
 
 w e s t 
 1 . w a r r i o r s   
 2 . g r i z z l i e s 
 3 . p e l i c a n s 
 4 . c l i p p e r s 
 5 . s u n s   
 6 . t i m b e r w o l v e s 
 7 . m a v e r i c k s 
 8 . n u g g e t s 
 9 . l a k e r s 
 1 0 . r o c k e t s
🏀 s h a k e   m i l t o n   h a s   s t e l l a r   g a m e   a l l - a r o u n d   v s .   c a v s   ( 1 0 / 5 / 2 2 ) | p r e s e n t e d   b y   p a   l o t t e r y 🏀 
 👇 
 
 
 n b a 7 5 
 b l e e d g r e e n 
 n e t s w o r l d 
 n e w s y o r k f o r e v e r 
 7 6 e r s 
 w e t h e n o r t h 
 n b a 
 相 互 フ ォ ロ ー 
 フ ォ ロ ー バ ッ ク
s t e e l e r s   l o v e   t o   t h r o w   u n c a t c h a b l e   p a s s e s   t o   d i o n t a e   j o h n s o n   j u s t   t o   g e t   m e   e x c i t e d   w h e n   h e   s t i l l   a l m o s t   c a t c h e s   t h e m
d e v i n   b o o k e r   s a v a g e d   o v e r   r e a c t i o n   t o   s u n s ’   l o s s   t o   a d e l a i d e   7 6 e r s     a g e n c e f r a n c e p r e s s e   a m e r i c a   a n d r e w m c m u r t r y   a r i z o n a   b a s k e t b a l l w o r l d   c h r i s p a u l   c h r i s t i a n p e t e r s e n   d a n n y m a r a n g   d a v i d   e l i t e l e v e l   f a r b o d e s n a a s h a r i   g e t t y i m a g e s i n c .   k i r k h e n d e r s o n   . . .  
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   r e v e a l s   t h a t   t h e   s t a r t e r s   w i l l   p l a y   m i n u t e s   i n   e a c h   o f   t h e   f i n a l   t w o   p r e s e a s o n   g a m e s .    
  i   a c t u a l l y   h a d   s o m e o n e   s a y   t h e y   l i k e d   t h e s e   b e c a u s e   a n d   h e r e   i s   t h e i r   r e a s o n ,   r e a d y   f o r   i t ?   i   l i k e   t h e m   b e c a u s e   w e ' r e   t h e   c i t y   o f   b r o t h e r l y   l o v e .   w h a t ! ? !   s o   s h o u l d   w e   l i k e   e v e r y   d e s i g n   b e c a u s e   i t ' s   t h e   7 6 e r s ?   n a h   f a m   l o l  
    i ’ m   a   7 6 e r s   f a n   b u t   t h a t   l o o k   l i k e   t h e m   f a k e   j e r s e y s   t h a t   u s e   t o   b e   i n   c i t i   t r e n d s   b a c k   i n   t h e   d a y
p h i l a d e l p h i a   7 6 e r s   1 4 o z   e m b l e m   r o c k   g l a s s ,   r e d ,   g l a s s ,   s i z e   n a    
7 6 e r s ’   d o c   r i v e r s   m e r g e s   b l a c k   h i s t o r y   l e s s o n s   i n t o   c a m p . 
 
 r i v e r s   h a s   b e c o m e   a n   a g e n t   o f   c h a n g e   i n   t h e   n b a   a n d   f o u n d   h i s   v o i c e   a s   a n   a c t i v i s t .  
t h e   p h i l a d e l p h i a   7 6 e r s   a r e   n o t   h a p p y   w i t h   t h e i r   d e f e n s i v e   e f f o r t   i n   t h e i r   p r e s e a s o n   w i n   o v e r   t h e   c l e v e l a n d   c a v a l i e r s .    
  s u p e r   g o l d e n   s t a t e   w a r r i o r s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   p l a y   n o w   o n l i n e   n b a   2 k 2 3    
t h e   7 6 e r s   h a v e   p a r t e d   w a y s   w i t h   g u a r d   t r e v e l i n   q u e e n ,   a   s o u r c e   t o l d   t h e   i n q u i r e r   o n   s u n d a y . 

  _ h a y   l e b r o n   p l a y e d   a g a i n s t   t h e   w a r r i o r s   4   t i m e s   s t r a i g h t   i n   t h e   f i n a l s .   t w i c e   w i t h   k d   o n   t h e   t e a m .   o n c e   w i t h   b o t h   k e v i n   l o v e   a n d   k y r i e   i n j u r e d   a n d   t h e   o t h e r   w i t h   j e f f   g r e e n   a s   h i s   w i n g m a n .   w a r r i o r s   a l o n e   i s   w a y   b e t t e r   t h a n   t h e   p a c e r s ,   7 6 e r s ,   n e t s ,   m a g i c ,   i n j u r e d   b o s t o n   c e l t i c s   l o l
_ e t h   k j j k   -   m y   n a m e 
 g h h g   -   r a n d o m   e n d s   i n   g   f o r   g r o u p 
 h b s e   -   o w n e r   o f   p h i   7 6 e r s   a n d   n j   d e v i l s
t h e   7 6 e r s   b u i l t   a   s t a t u e   f o r   b e n s i m m o n s  
s i x e r s   w i l l   w a i v e   t r e v e l i n   q u e e n   a s   f i n a l   r o s t e r   d e c i s i o n s   l o o m     s p o r t s   s i x e r s  
  _ b u z z   i ' l l   c o u n t e r   t h a t   w i t h   t a n k i n g   c r e a t e s   h o p e   i n   t h e   f a n s   b u t   i s   n o   g u a r a n t e e   t o   b e   s u c c e s s f u l .   f o r   e v e r   s u c c e s s   l i k e   t h e   7 6 e r s ,   y o u   o k c   a n d   i t   s e e m s   h o u s t o n   t h a t   h a v e   b e e n   t a n k i n g   s i n c e   t h e   i n v e n t i o n   o f   t h e   p l a y   i n   t o u r n e y   a n d   w i l l   c o n t i n u e   u n t i l   s o m e   p o i n t .
7 6 e r s   g o i n g   t o   w i n   t h e   c h i p   t h i s   y e a r   💍 🏀
f u l l   s t o r y   o n   t h e   s i x e r s   d e c i s i o n   t o   p a r t   w a y s   w i t h   t r e v e l i n   q u e e n   t h i s   a m ,   p e r     
 

  n o t   g r e a t
_ a n d i n o   i   w a s   t h i n k i n g   7 6 e r s   c o l o r s .     c u z   t h e   p a n   j o i n t s   a r e   s t i l l   g o n n a   b e   a v a i l a b l e
  7 6 e r s   f a n   h e r e ,   b u t   i ' m   a   b i g   f a n   o f   y o u ,   l o v e   w a t c h i n g   y o u .   c a n ' t   w a i t   t o   w a t c h   d e a n t h o n y   t h i s   y e a r   f o r   o u r   s q u a d .   h a v e   a   g r e a t   y e a r !
7 6 e r s 
 b u c k s 
 c a v s 
 c e l t i c s   
 r a p t o r s   
 h a w k s   
 
 h a w k s   s t i l l   a   v e r y   g o o d   t e a m   t h o u g h  
p h i l a d e l p h i a   7 6 e r s :   f a n   p e r s p e c t i v e   o n   t h e   b i g   t a l k i n g   p o i n t s      
c l i p p e r s 
 s u n s 
 g r i z z l i e s 
 w a r r i o r s 
 b u c k s 
 7 6 e r s 
 n e t s  
      g r e a t   r e a d   -   t h e   “ p h i l a d e l p h i a   s p o r t s   f a n s   a r e   a n   e n t i r e l y   d i f f e r e n t   a n i m a l … ”   i s   a n   e x c e l l e n t   p o i n t ,   i t ’ s   t h e   r e a s o n   i   s t a r t e d   f o l l o w i n g   t h e   e a g l e s .   l o o k i n g   f o r w a r d   t o   f o l l o w i n g   7 6 e r s   c l o s e r   t h i s   s e a s o n   👍 🏻
  y e a   t h e y   d e f i n i t e l y   d i d n ’ t   i   a g r e e   w i t h   t h a t   a . i   g o t   h i s   7 6 e r s   t o   t o   f o l l o w   h i m   t h o   f r o m   2 0 0 0 - 0 4   t h e y   j u s t   w a s n ’ t   g o o d   e n o u g h   t o   w i n   i t   a l l
n e w   v i d e o   t o   w a t c h : 
 
 " s i x e r s   s i g n   m a c   m c c l u n g !   |   p j   t u c k e r   p r a i s e s   t y r e s e   m a x e y   & a m p ;   j o e l   e m b i i d   |   s i x e r s   n e w s "   
 
 c r e a t o r :     p h i l l y   t a k e   w i t h   r b 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   7 6 e r s   p h i l l y 
 
  
_ n a s t y   7 6 e r s   d o n ’ t   h a v e   t h a t
j o e   m a z z u l l a   c o a c h e s   i n   h i s   f i r s t   c a r e e r   r e g u l a r   s e a s o n   g a m e   a s   a   h e a d   c o a c h   i n   9   d a y s   w h e n   t h e   c e l t i c s   h o s t   t h e   7 6 e r s   a t   t h e   t d   g a r d e n .   m y   e m o t i o n s   o f   h a v i n g   c e l t i c s   b a s k e t b a l l   b a c k   a r e   t h r o u g h   t h e   r o o f 🍀    
b m a r s h   p u t t i n g   t h e   g o g g l e s   o n   h i m   😂  
    i   w a s   a m a z e d   a t   h o w   m u c h   h e   s q u e e z e d   i n t o   i t   a b o u t   s o   m a n y   o f   t h e   7 6 e r s   a n d   t h e i r   g r e a t e s t   h i t s .   e v e n   c h u d ' s   s a m m y   a n d   m o m   r ' s   s a t a n   w o r s h i p .
b u t   s i x e r s   t w i t t e r   t o l d   m e   h e   w a s   a n   e l i t e   3   l e v e l   s c o r e r ?  
t h e   s i x e r s   f u l l   r o s t e r   i s   s t a r t i n g   t o   t a k e   s h a p e   a s   t h e y   m a k e   a   c u t   t o d a y .   m o r e   f r o m   : 
 

f i n a l   r o s t e r   d e c i s i o n s   a r e   o n   t h e   w a y ,   a f t e r   t h e   f i r s t   d o m i n o   f e l l   t h i s   m o r n i n g .   m o r e   o n   t h e   s i x e r s   d e c i s i o n   t o   w a i v e   t r e v e l i n   q u e e n : 
 

y o u ’ r e   i r r e l e v a n t   i f   y o u   t h i n k   t h e   p h i l l i e s   c o l o r   c o m m e n t a t o r s   a r e n ’ t   e x c e l l e n t .   g a r b a g e   t a k e .  
p a y t o n   p r i t c h a r d   p l a y s   h i s   f i r s t   r e g u l a r   s e a s o n   n b a   g a m e   i n   h i s   t h i r d   s e a s o n   a g a i n s t   t h e   7 6 e r s   i n   9   d a y s .
j a m e s   h a r d e n   & a m p ;   p h i l a d e l p h i a   7 6 e r s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   j a m e s h a r d e n   j a m e s h a r d e n p h i l a d e l p h i a 7 6 e r s h e a d i n g i n a p o s i t i v e d i r e c t i o n s p o r t s c e n t e r   j a m e s h a r d e n h i g h l i g h t s   j a m e s h a r d e n n e w c o n t r a c t   j a m e s h a r d e n s t e p b a c k  
p h i l a d e l p h i a   7 6 e r s :   f a n   p e r s p e c t i v e   o n   t h e   b i g   t a l k i n g   p o i n t s  
“ d o n ’ t   f u c k   t h i s   u p   f o r   a n y b o d y   w h o ’ s   n o t   a   w h i t e   m a n   w h o   w a n t s   t o   d o   t h i s ” 
 
 — ,   o n   b e c o m i n g   t h e   2 n d   w o m a n   f u l l - t i m e   p l a y - b y - p l a y   a n n o u n c e r   f o r   a   m a j o r   m e n ' s   p r o   t e a m   l a s t   y e a r . 
 
 f o r   t h e   r e c o r d :   s h e   w a s   g r e a t ,   & a m p ;     f a n s   a r e   l u c k y   t o   h a v e   h e r  
t h e   p h i l a d e l p h i a   7 6 e r s   h a v e   p a r t e d   w a y s   w i t h   t r e v e l i n   q u e e n   a s   t h e   r o s t e r   n o w   s t a n d s   a t   1 9   p l a y e r s .    
u p d a t e d   s i x e r s   s a l a r y   c a p   s h e e t : 

t h e   7 6 e r s   h a v e   w a i v e d   n b a   g   l e a g u e   m v p   t r e v l i n   q u e e n ! ! !     a n d   ! ! ! !
  @ _ i p l a y t o w i n _     n o ,   y o u   d o n ’ t   p l a y   f o r   t h e   7 6 e r s   e i t h e r
  h e   t h o u g h t   p q   w a s   a n   a c o l y t e .   n o   r o o m   f o r   a n o t h e r   l e a d e r   i n   r i d d e l l ' s   w o r l d .   p q   s t e p p e d   u p ,   r ' s   l a r g e   b u t   f r a g i l e   e g o   w a s   h u r t ,   a n d   y o u   k n o w   h o w   h e   h a t e s   t h a t .   s e e m s   l i k e   p q   t h o u g h t   h e   w a s   d o i n g   g o o d   f o r   t h e   7 6 e r s   b u t   d i d n ' t   t a k e   p o o d l e   b o y ' s   a l l - i m p o r t a n t   f e e l i n g s   i n t o   a c c o u n t .
_         t r a e   o w n s   t h e   7 6 e r s ,   w i l l   b e   i n   p l a y o f f s .   f a l c o n s   t i e d   f o r   f i r s t   i n   t h e   d i v i s i o n   🤡
f o r m e r   e x e c   t h i n k s   t h e   s i x e r s   w i l l   w i n   t i t l e   a n d   e m i i d   f o r   n b a m v p    
    a s   g r e a t   a s   j a … z i o n   w o u l d   f a c e   3 - 4   b o d i e s   e a c h   g a m e … w i t h   t e a m s   k n o w i n g   e x a c t l y   w h a t   h e   w a n t s   t o   d o ,   a n d   h o w   w a n t s   t o ,   a n d   c o u l d n ’ t   s t o p   h i m .   w a t c h   t h e   z i o n   v s   7 6 e r s .   h a d   a l l   t h e i r   b e s t   d e f e n d e r s   o n   h i m   a n d   h e   s t i l l   c o o k e d .   e v e n   w i t h   e m b i d   o v e r   t o p
p h i l a d e l p h i a   7 6 e r s :   f a n   p e r s p e c t i v e   o n   t h e   b i g   t a l k i n g   p o i n t s  
h o w   h a s   m e r c e d e s   l e w i s   s u s t a i n e d   a   1 7   y e a r   n f l   c a r e e r   😂 😭
_ 2 k   i n   t h e   w e s t   - & g t ;   w a r r i o r s   ,   c l i p p e r s   ,   p e l i c a n s   ,   a n d   t h e   n u g g e t s   
 i n   t h e   e a s t   - & g t ;   c e l t i c s   ,   7 6 e r s   ,   b u c k s   ,   h e a t   ,   a n d     m a y b e   t h e   c a v s ? ?
7 6 e r s   a d d i n g   m a c   m c c l u n g   t o   f u t u r e   7 6 e r s   i s   i n s a n e .   t h e y   n o w   h a v e   t w o   g   l e a g u e   m v p s   a n d   a   r o o k i e   o f   t h e   y e a r
p h i l a d e l p h i a   7 6 e r s   s t a r   j o e l   e m b i i d   w o r k e d   o u t   w i t h   o k l a h o m a   c i t y   t h u n d e r   r o o k i e   c h e t   h o l m g r e n   o v e r   t h e   s u m m e r .    
w e   g e t t i n g   a   l i t t l e   b i t   o f   m a c   m c c l u n g   m i n u t e s   t h i s   y e a r   o n   t h e   7 6 e r s ?   n i c e   l i t t l e   b o n u s . 
 
 f o r   t h e   f i r s t   t i m e   i n   a   w h i l e ,   y o u   c a n   l o o k   a t   t h e   s i x e r s   u p   a n d   d o w n ,   a n d   n o t   s e e   a n y   g l a r i n g   h o l e s   i n   l i n e u p s .   w e   r e a l l y   m a d e   s o m e   g r e a t   m o v e s   i n   t h e   o f f - s e a s o n .
_ s _ _   y u p   h e ' s   t o p   3 .   e v e n   i f   h a r d e n   w i n s   a   r i n g   w i t h   t h e   7 6 e r s   i n   a   f e w   y e a r s   h e   s t i l l   w o n ' t   s u r p a s s   w a d e   c u z   t h e r e ' s   a   l o w   c h a n c e   h e   w i l l   g e t   a   f i n a l s   m v p .   i   s t i l l   t h i n k   f m v p   i s   h e a v i e r   t h a n   s e a s o n   m v p   i n   t e r m s   o f   a c c o m p l i s h m e n t s . 
 
 i ' l l   e v e n   p u t   a i   a n d   w e s t   a h e a d   o f   h a r d e n   a s   o f   n o w .
b r e t t   b r o w n   i s   a   w a r   c r i m i n a l   f o r   t r a d i n g   a w a y   m i k a l  
      y e s   a n d   h e   w a s   d i s r e s p e c t e d   o n   t w o   o f   t h e m ,   a n d   p u t   h i s   h e a r t ,   s o u l ,   a n d   b o d y   i n t o   t h e   7 6 e r s   b e f o r e   t h e y   d i s r e s p e c t e d   h i m ,   t o o .   ( t h a t ' s   w h y   6 e r s   f a n s   s t i l l   l o v e   h i m ) .   a n d   w e   a i n ' t   g o t t a   t a l k   a b o u t   w h a t   h e ' s   d o n e   f o r   m i a m i .
              l o r i   a n d   m a g s   o n   d u f u s   w e r e   i n t e r e s t i n g   o n   t h i s .     m a g s   i m p l i e d   s a n t e r   h a d   r e a c h e d   a   n e w   a g r e e m e n t ,   o r   m o r e   l i k e l y   w a s   s t i l l   t r y i n g   t o   g e t   o n e .   m a y b e   s a n t e r   g o t   p e r m i s s i o n   t o   h a v e   a   b o o t h ?   m a y b e   2 0   o r   s o   7 6 e r s   w i l l   b e   t h e r e   a n d   c h a n t   ' w e   w a n t   s a n t a ' ?   1 7 7 6   f a t e   d e p e n d s   o n   t h i s .
t h e   s t a r t   o f   t h e   2 0 2 2 - 2 0 2 3   n b a ' s   " r e g . - s e a s o n   g a m e s "   e v e n t   ( a s   o f   n o w )   i n   2 0 2 2   ( o c t . 1 8   2 0 2 2   w / 2   g a m e s   o n   t n t   w / 7 6 e r s - c e l t i c s   i n   b o s t o n   & a m p ;   l a k e r s - w a r r i o r s   i n   s a n   f r a n c i s c o )   i s   9   d a y s   f r o m   t o d a y ! 9 d a y s t i l t h e n b a s e a s o n i n 2 0 2 2   n b a t i p o f f w e e k 2 0 2 2   n b a 2 0 2 3
  _ 7 6 e r s   _ 7 6 e r s   c a n   i   h a v e   a   c o o k i e   n o w 🥺
  @ _ _ _ _ _ _ 6 _ _ 9       k o b e   a v e r a g e d   1 5 . 6   p o i n t s   w i t h   4 . 2   a s s i s t s   a n d   1   s t e a l   i n   h i s   f i r s t   f i n a l s .   t h e   l a k e r s   w e r e   o u t   s c o r e d   b y   2 0   p o i n t s   p e r   1 0 0   p o s s e s s i o n s   w i t h   k o b e   o n   t h e   f l o o r . 
 e v e n   i n   t h e   7 6 e r s   s e r i e s , t h e   l a k e r s   w e r e   o n l y   1   p o i n t   b e t t e r   w i t h   h i m   o n   t h e   f l o o r . w a s n ’ t   e v e n   t h e   b e s t   s g   i n   t h e   s e r i e s
i   l o v e   t h a t   p e o p l e   p o i n t e d   o u t   i t ’ s   m o s t   l i k e l y   m a r s h ’ s   f a m i l y .   a m a z i n g .  
h e y   d i c k h e a d .   r e m e m b e r   w h e n   y o u   s a i d   b r y c e   d o e s n ’ t   c o m e   u p   c l u t c h   l i k e   “ m v p s ”   o n   o t h e r   t e a m s ?   g u y s   l i k e   g o l d y   a n d   a r e n a d o ? 
 
 h o w   w e   f e e l i n g ?  
_ a l v a h     _     7 6 e r s   t a n k e d   f o r   j a h i l   o k a f o r   a n d   n e r l e n s   n o e l .   t h i s   a i n ' t   a   f l e x   b u d
7 6 e r s   c a n   w i n   a g a i n s t   l a k e r s
o c t o b e r   9 
 h a p p y   b i r t h d a y ! 
 
 
 
 
 
 e a g l e s   g o b i r d s   f l y e a g l e s f l y   7 6 e r s   s i x e r s   p h i l a u n i t e   p h i l l i e s   r i n g t h e b e l l   f l y e r s   b r i n g i t t o b r o a d   d o o p  
2 0 2 0   2 1   f l a w l e s s   t y r e s e   m a x e y   h   a d   w h o d o y o u c o l l e c t  
t h e   p h i l a d e l p h i a   7 6 e r s   d i s c u s s   t h e   p l a y   o f   i s a i a h   j o e   a n d   h i s   c o n t i n u e d   u n d e r s t a n d i n g   o f   h i s   r o l e   o n   o f f e n s e .    
t h e   a t l a n t a   h a w k s   a r e   t r a d i n g   f o r   v e t e r a n   b o b b y   b r o w n   t o   t h e   p h i l a d e l p h i a   7 6 e r s   i n   e x c h a n g e   f o r   s a n d r o   m a m u k e l a s h v i l i   s o u r c e s   t e l l   m e   a n d   .
" t h e   b e a r d "   w o u l d   l i k e   t o   j o i n   y o u   f o r   f u t u r e   w e e k e n d s   w i t h   w i n e .   s i x e r s    
n l c s   g a m e   1   i s   t h e   s a m e   d a y   a s   t h e   7 6 e r s   o p e n i n g   n i g h t   🤔 🤔 🤔
[ c r o s s i n g   b r o a d ]   f i r s t   l o o k   a t   t h e   s i x e r s   c i t y   e d i t i o n   j e r s e y s   a t   d i c k ’ s   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
o t d   1 0 / 2 3 / 1 9 6 5   w i l t   c h a m b e r l a i n   s c o r e s   5 0   p o i n t s   
 
 5 3   p o i n t s 
 2 1   r e b o u n d s 
 4 5   m i n u t e s   
 2 1 / 2 5   f g   1 1 / 1 5   f t 
 1   o f   1 2 2   g a m e s   w i t h   5 0 +   p o i n t s 
 1   o f   6 6 4   c a r e e r   2 0 / 2 0   d o u b l e   d o u b l e s 
 
 d e t r o i t   p i s t o n s   1 0 3 
 p h i l a d e l p h i a   7 6 e r s   1 2 0 
 
 a t   c o n v e n t i o n   h a l l 
 
 n b a   7 6 e r s   w i l t c h a m b e r l a i n   p i s t o n s
m e t s   d i d n ’ t   l o s e   y e t   b u t   s t i l l   . .   f u c k   t h e   m e t s   b e c a u s e   i t ’ s   r e d o c t o b e r  
      b r o s   a s   7 6 e r s   f a n   a n d   a   b r o n c o s   f a n ,   p i c k   a   s t r u g g l e
t h e   p h i l a d e l p h i a   7 6 e r s   d i s c u s s   w h a t   t h e y ’ v e   l e a r n e d   a b o u t   d e ’ a n t h o n y   m e l t o n   a n d   t h e   o t h e r   a d d i t i o n s   t o   t h e   r o s t e r .    
  7 6 e r s   b a s k e t b a l l   s o o n   t o o   ! !
t h e   n e w     c i t y   e d i t i o n   j e r s e y   h a s   l e a k e d ! 
 
 v n d s g n   p h i l a d e l p h i a   7 6 e r s   c i t y o f b r o t h e r l y l o v e  
" t y r e s e   m a x e y   i s   a   b u d d i n g   n b a   s t a r ! "   |   r b   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   7 6 e r s v s c a v s   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   n b a p r e s e a s o n   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s n e w s   p h i l a d e l p h i a s i x e r s   p h i l l y t a k e w i t h r b   s i x e r s  
  t h a t   l o g i c   d o e s n ’ t   s t a c k   u p   w h e n   j o k i c   i s   h e a v i l y   p o s i t i v e   o n   t e a m   r e b o u n d i n g   a n d   a l s o   h a s   h i g h e r   b o x o u t   s t a t s   t h a n   e m b i i d 
 
 r e g a r d l e s s   o f   t h e   r e a s o n s ,   i t   d o e s n ’ t   c h a n g e   t h e   f a c t s / s t a t s ;   e m b i i d   h u r t s   t e a m   r e b o u n d i n g   w h e n   h e ’ s   o n   t h e   f l o o r .   7 6 e r s   w e r e   2 9 t h   o f   3 0   t e a m s   i n   r e b o u n d i n g
p h i l a d e l p h i a   7 6 e r s   v e t e r a n   p j   t u c k e r   d i s c u s s e s   w h a t   i m p r e s s e s   h i m   a b o u t   t y r e s e   m a x e y   a n d   w h e r e   t h e   y o u n g   m a n   c a n   i m p r o v e .    
  b o s t o n   c e l t i c s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   2 0 0 2   -   n b a   2 k 1 3   ( p s 3 )    
        y e a h ,   a n d   n o w   h e   i s   a n   a m e r i c a n   c i t i z e n 
 

n e w   l i s t i n g !   
 
 j o e l   e m b i i d   2 0 2 1 - 2 2   p a n i n i   p r i z m   c r a c k e d   i c e   s i l v e r   p r i z m s   1 7 6   7 6 e r s   m i n t   
 
 c h e c k   i t   o u t :   
 
 t r a d i n g c a r d s   f o r s a l e   e b a y  
n e w   l i s t i n g !   
 
 l o t   ( 3 )   e m b i i d ,   h a r d e n ,   b a s s e y   r c   2 0 2 1 - 2 2   n b a   h o o p s   2 7   6 7   2 1 7   7 6 e r s   r o o k i e   
 
 c h e c k   i t   o u t :   
 
 t r a d i n g c a r d s   f o r s a l e   e b a y  
i t   i s   t r u e   t h a t   l e b r o n   j a m e s   p o s s e s e s   a   h i g h   b a s k e t b a l l   i q   w h i c h   a f f e c t s   t h e   7 6 e r s   a n d   t h e i r   d e s i r e s   t o   w i n   m a n y   b a s k e t b a l l   g a m e s   g s e m c o a c h
  w a s   p q   a t   r a l l y   o n   s a t ?   s e e m s   l i k e   n o   p r o g r e s s   o n   w e l l .   w a t c h i n g   r e p l a y   o n   y o u t u b e   d o e s n ' t   i n c l u d e   c h a t .   c h a t   b r o u g h t   u p   c h u d   a n d   1 7 7 6   t o   h i s   a n n o y a n c e .   t h e   q ' s   b o t h   p r a i s e d   c h u d   a n d   m a r v e l e d   a t   h i s   ' g r o w t h '   a s   a   s t r e a m e r   ' o f f   i n   a n o t h e r   d i r e c t i o n ' .   7 6 e r s   a n d   q ' s   ' g r o w i n g '   a p a r t .
  l a s t   p l a y e r   o n   7 6 e r s   ( r o s t r e r e d )   t o   w i n   a n   o l y m p i c   m e d a l   i s   m a t i s s e   t h y b u l l e .
          e m b i i d   h a d   l i k e   3   d i f f e r e n t   i n j u r i e s .   y o u   a c t i n g   l i k e   h e   h a d   a   l o a d e d   t e a m   l a s t   y e a r .   t h i s   y e a r   7 6 e r s   a r e   w e l l   b u i l t
p h i l a d e l p h i a   7 6 e r s   y o u t h   g r e y   f u l l   t i m e   f a n   s h o r t   s l e e v e   f a s h i o n   t - s h i r t ,   g r e y ,   1 0 0 %   c o t t o n ,   s i z e   m    
    t h i s   w i l l   n o t   b e   p o p u l a r ,   b u t   b a s e b a l l   c e l e b r a t e s   t o o   m u c h .   🍾   t h i s   i s   2 ,   n l d s   w o u l d   b e   3 ;   n l c s   w o u l d   b e   4 ,   w s   w o u l d   b e   5 .   f i v e ? ! ?   i m a g i n e   i f   t h e   7 6 e r s   h a d   t w o   b l o w o u t   c e l e b r a t i o n s — w i t h   e m b i i d   & a m p ;   h a r d e n   i n   🥽 — b e f o r e   t h e y   g o t   b o u n c e d   i n   t h e   s e c o n d   r o u n d ?
  t h i s   w i l l   n o t   b e   p o p u l a r ,   b u t   b a s e b a l l   c e l e b r a t e s   t o o   m u c h .   🍾   t h i s   i s   2 ,   n l d s   w o u l d   b e   3 ;   n l c s   w o u l d   b e   4 ,   w s   w o u l d   b e   5 .   f i v e ? ! ?   i m a g i n e   i f   t h e   7 6 e r s   h a d   t w o   b l o w o u t   c e l e b r a t i o n s — w i t h   e m b i i d   & a m p ;   h a r d e n   i n   🥽 — b e f o r e   t h e y   g o t   b o u n c e d   i n   t h e   s e c o n d   r o u n d ?
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   g i v e s   a n   h o n e s t   a s s e s s m e n t   o f   m a t i s s e   t h y b u l l e ’ s   s h o o t i n g   p r o g r e s s i o n .    
  n b a 2 k 2 2 ,   m y c a r e e r   m o d e   1 7   g o l d e n   s t a t e   w a r r i o r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x ! ,   p s 4   g a m e p l a y    
  n b a   2 k 2 3   -   p a u l   g e o r g e   v s   j a m e s   h a r d e n   -   l o s   a n g e l e s   c l i p p e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !    
  7 6 e r s   a n y   t e a m   h a r d e n   i s   o k   a t   t h e   t i m e   t b h
  a n d   w h a t   a   w e e k   i n   p h i l l y   s p o r t s   t h i s   s e t s   u p .   i f   t h e     🦅   w i n   t o d a y ,   t h a t   s e t s   u p   a   5 - 0   g a m e   v s   t h e   c o w b o y s   s u n d a y   1 0 / 1 6   d u r i n g   t h e   s a m e   t i m e   t h e   p h i l l i e s   a r e   p l a y i n g   t h e   b r a v e s .   o h ,   a n d   t h e   7 6 e r s   & a m p ;   f l y e r s   a r e   s t a r t i n g   t h e i r   s e a s o n s .
g r i z z l i e s   n u g g e t s   m a k i n g   i t   o u t   t h e   w e s t   t h i s   y e a r . .   7 6 e r s / c e l t i c s / h e a t   m a k i n g   i t   o u t   t h e   e a s t
t h i s   r e a l l y   i s   p h i l l y ’ s   y e a r ! 
 
 t h e   s i x e r s   l o o k   r e a l l y   s o l i d   f o r   t h i s   s e a s o n . 
 t h e   e a g l e s   a r e   4 - 0   a n d   r e m a i n   a s   t h e   o n l y   u n d e f e a t e d   t e a m . 
 t h e   f l y e r s … 
 a n d   t h e   p h i l l i e s   w o n   t h e i r   f i r s t   p l a y o f f   s e r i e s   i n   1 2   y e a r s ! ! 
 
 p o s t s e a s o n   r i n g t h e b e l l   f l y e a g l e s f l y   7 6 e r s
7 6 e r s   c a n   w i n   a g a i n s t   t h u n d e r
  i m a g i n e   p h i l l i e s ,   e a g l e s   a n d   7 6 e r s   a l l   w i n   t h i s   y e a r !
_ w a t s o n   i t   w a s   a c t u a l l y   k i n d a   c o o l   t o   s e e   a n o t h e r   p l a y o f f   d r o u g h t   e n d   b u t   n a h h   p h i l l y   g o t t a   r e m i n d   u s   w h y   e v e r y o n e   h a t e s   t h e m .   s a m e   r e a s o n   i   a b s o l u t e l y   d e s p i s e   t h e   7 6 e r s .
    w e l l   s a i d !   c o n g r a t s   t o   y o u   a n d   p h i l l y !   i t ’ s   a   g o o d   t i m e   t o   b e   a   f a n   f r o m   p h i l a d e l p h i a !   b a s e b a l l   a n d   f o o t b a l l   a r e   k i l l i n g   i t !   a r e   t h e   7 6 e r s   a n y   g o o d ? ?   h a p p y   f o r   y o u   a n d   y o u r   d a d !   l o v e   y o u   b r o !   ❤ ️ 👊 🏽 🙏
j o e l   e m b i i d   a n d   t h e   p h i l a d e l p h i a   7 6 e r s   r e a c t   t o   t h e   p h i l l i e s   e l i m i n a t i n g   t h e   s t .   l o u i s   c a r d i n a l s   i n   t h e   n a t i o n a l   l e a g u e   w i l d   c a r d .    
e f l i n   m a k e s   m e   n e r v o u s   a s   t h e   c l o s e r   t h o u g h .   l e t ’ s   g e t   t h a t   f i g u r e d   o u t
  _ g o r d o n   _ 7 6 e r s   o h h h   n o w   i   r e m e m b e r
7 6 e r s   c l e a r  
        n o w   t h e   7 6 e r s   a r e   s o m e   t r a s h   t r a s h   😐 
 
 y o u   t h i n k   s w a p p i n g   t r a e   y o u n g   a n d   m a r c u s   s m a r t   a n d   a t l a n t a   i s   i n   t h e   s a m e   s p o t ?   💀 💀 💀
_ g o r d o n     _ 7 6 e r s   m a y b e   h e   f o l l o w e d   d u r i n g   t h e   b r i e f   m c g r i d d l e   e r a
_ m u s e   e v e n   w h e n   f u l l y   h e a l t h y   i   d e f i n i t e l y   d o n ’ t   s e e   t h e   c a v s   b e i n g   1 s t   i n   t h e   e a s t   ( n e t s ,   b u c k s ,   h e a t ,   c e l t i c s ,   7 6 e r s ,   t o r o n t o ,   a n d   h a w k s   w i l l   h a v e   s o m e t h i n g   t o   s a y   a b o u t   t h a t )   a n d   k i n g s ?   w e ’ l l   s e e   w i t h   t h e m   w h e n   t h e y   f u l l y   h e a l t h y
f u c k   i t ,   i ’ m   r i d i n g   w i t h   t h e   p h i l l i e s   n o w   i n   b a s e b a l l   b e c a u s e   m o s t   e a g l e s   f a n s   a r e   p h i l l i e s   f a n .   w i l l   n e v e r   c h e e r   f o r   t h e   7 6 e r s   b u t   p h i l l i e s   g o   w i n   i t
_ g o r d o n     _ 7 6 e r s   m y   b a d   😔
  o r d e r d   f o o d   t h a t   t o o k   4 5   m i n u t e s   t o   g e t   t o   u s .   n o w   i   k n o w   w h y   t h e   7 6 e r s   w a n t   a   t o   m o v e   o u t
    _ 7 6 e r s   w o w   s m h   u   d o n ' t   r e m e m b e r   m a t t h e w ,   a l s o   h e   c h a n g e s   h i s   p f p   a   l o t   l o l
  7 6 e r s ,   h a w k s ,   m a g i c
  m s u   b e c o m i n g   t h e   7 6 e r s ,   t r u s t   t h e   p r o c e s s ,   w h i c h   h a s   g o t t e n   t h e m … . w h e r e   e x a c t l y ?
m c c l u n g   c o m i n g   e a s t :   t h e   g a t e   c i t y   a l u m ' s   p l a y e r   r i g h t s   h a v e   b e e n   a c q u i r e d   b y   t h e   s i x e r s '   g - l e a g u e   a f f i l i a t e ,   t h e   d e l a w a r e   b l u e   c o a t s . 

  j r   7 6 e r s   p r o d i g y   l u c a   b u r d   c o u r t s i d e   w a t c h i n g   h e r   s q u a d   b e a t   t h e   c a v a l i e r s !  
  7 6 e r s   f a n   f a v o u r i t e ,   b e n   s i m m o n s
  h e r   f a c e   i s   r e m a r k a b l y   c o m p o s e d   c o n s i d e r i n g   w h i s t l e   g i r l   i s   w h i s t l i n g   a t   h e r .   a p   m e n t i o n e d   g b   d i d n ' t   g e t   f l u s t e r e d   l i k e   t h e   o t h e r   7 6 e r s .   p a r t   o f   i t   m a y   b e   t h a t   t h e   h a t e   y o u   g e t   i s   e q u a l   t o   t h e   h a t e   y o u   m a k e
n o l a   g o n n a   w i n   w o r l d   s e r i e s   m v p   i   g u e s s
  7 6 e r s / m a v s / c l i p p e r s
_ d u c k e t t   t b h   m o r e y   h e l l a   o v e r r a t e d !   l e t ' s   b e   r e a l !   b e s i d e s   t h e   h a r d e n   t r a d e   w h a t   d i d   h e   d o ?   i   m e a n   w h a t   h a s   h e   d o n e   f o r   t h e   7 6 e r s ?   t r a d e   f o r   h a r d e n   😆 🤣 😂   t h i s   m a n   g o i n g   t o   g o   s o m e w h e r e   e l s e   a n d   t r a d e   f o r   h a r d e n   a g a i n !   g t f o h !   i n   s t o n e   w e   t r u s t !
  1   -   r a p t o r s 
 2   -   r a v e n s ,   e s s e n d o n 
 3   -   c r y s t a l   p a l a c e ,   b o o m e r s ,   s o c c e r o o s   a n d   m a t i l d a s 
 4   -   p e r t h   g l o r y ,   p e r t h   w i l d c a t s 
 5   -   l a k e r s ,   7 6 e r s ,   c e l t i c s ,   b r o w n s
  _ 7 6 e r s   p r o l l y   j u s t   o n e   o f   t h o s e   m u t u a l   f o l l o w i n g s   a   w h i l e   b a c k   o r   s o m e
  _ 7 6 e r s   y o u   c a u s e   i   d o n ’ t   r e m e m b e r   f o l l o w i n g   y o u   i ’ m   s o r r y
  _ 7 6 e r s   m e   o r   h e r ?
  _ 7 6 e r s   d i d   y o u   r e b r a n d ?
t h e y   m u s t   b e   r u n n i n g   o u t   o f   i d e a s .   t h e s e   a r e   a m o n g   t h e   w o r s t ,   i n   a   l o n g   l i n e   o f   t e r r i b l e   7 6 e r s   j e r s e y s .  
_ 7 6 e r s   w r a c e   t h e n ,   i   w e n t   t o   h o c o   t o d a y
_ 7 6 e r s   n o t   n o w
g o o d n i g h t  
    l m f a o o o o o
_ 7 6 e r s   m y   t o o
_ 7 6 e r s     d o   y o u   k n o w   w h a t   d r i v e s   i n   t h e   r o a d ?
_ 7     s i m m o n s   w a s   t a l k i n g   a b o u t   h o w   w e   m i g h t   b e   h a v i n g   a   p h i l l y   s p o r t s   m o m e n t   b e c a u s e   t h e   7 6 e r s   & a m p ;   e a g l e s   m i g h t   h a v e   g r e a t   s e a s o n s ,   a n d   d i d n ' t   e v e n   m e n t i o n   t h e   p h i l l i e s ,   b c   h e   p r o b a b l y   d o e s n ' t   k n o w   t h e y   m a d e   t h e   p l a y o f f s .   h i m   t a l k i n g   f o r   a n   h o u r   a b o u t   h o m e   r u n   r e c o r d s   s o u n d s   l i k e   h e l l
_ 7 6 e r s     t h a t ' s . . . . .   n o t   r i g h t
_ 7 6 e r s   i ’ m   a n   o l d e r   b r o t h e r
  w o w ,   i   g u e s s   y o u   c a n   u s e   t h i s   t w e e t   t w i c e ,   n o w .
  h i   l i z 🍪
    a h   g o o d   t h e n
_ 7 6 e r s   _ 7 6 e r s   h i   g r a c i e   p o o h
    i s   h e   i n   u r   a c c o u n t
    n o   j u s t   t h e   m i d d l e   o f   t h e   r o a d
_ 7 6 e r s     b e i n g   c o l d
_ 7 6 e r s   b e i n g   c o l d
_ 7 6 e r s     e s p e c i a l l y   i n   f r o n t   o f   a   h o u s e   w i t h   c h r i s t m a s   l i g h t s   o n
  s t o p   w h a t
_ 7 6 e r s   s a m e
_ 7 6 e r s   s t o p   t h e n
_ 7 6 e r s   b r u h
i m   c o l d
  s i t t i n g   i n   t h e   m i d d l e   o f   t h e   r o a d
y k   w h a t ' s   a c t u a l l y   a   l o t   o f   f u n ?
              d a v i d   i s   a   h o s t a g e .   f r e e d o m   o u t l a w s   c o n t r o l   h i m   & a m p ;   7 6 e r s   f u n d s .
_ 7 6 e r s     r a t i o  
_ 7 6 e r s   w e ' v e   w o n  
    h e   d o n ' t   k n o w   u 😹
  i t   i s   c o m m o n   s e n s e   t o   r e m o v e     t h e m   f r o m   t h e   p r o g r a m   a n d   p u b l i c l y   d i s a s s o c i a t e   t h e m s e l v e s .   t h a t   d o e s n ' t   m e a n   7 6 e r s   a r e   b e i n g   r e j e c t e d .   t h e y ' r e   s t i l l   b u d d i e s .
_ 7 6 e r s     d a m n   😔
    n o   c o o k i e s   f o r   u   i g 😭
  d r a k e   g o t   u n d e r   7 6 e r s   s k i n   🤣 🤣 🤣
s a y   h i   t o   y o u r   s e c o n d   @   a n d   i f   t h e y   r e s p o n d   t h e n   u   c a n   h a v e   a   c o o k i e
_ 7 6 e r s   s o   r e a l
_ 7 6 e r s   m a x e y   i s   g e t t i n g   c o o k e d   💀
_ 7 6 e r s     g o n n a   u s e   i t   t o   t r o l l   y o u
  r e a l
    i   d i d   n o t   e x p e c t   t h i s   f r o m   y o u
    s t o p   w h y   w o u l d   u   d o   t h a t t t t t t
t y r e s e   m a x e y   i s   m i d
_ 7 6 e r s   _ g o r d o n     k e e p   t h e   t h o u g h t   o n   b a c k   b u r n e r
_ 7 6 e r s   c o u n t   a g a i n
  _ g o r d o n     n o t   h a p p e n i n g   s m h ,   t h e y   t o o   y o u n g
  t h a t   w a s   9 t h !
g r o u p   p h o t o .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
_ g o r d o n     _ 7 6 e r s   t h e n   w e   h a v e   o u r   1 1   y e a r   o l d   s i s t e r   i ' m   t r y i n g   t o   s e t   u p   w i t h   g r a c e ' s   l i t t l e   b r o t h e r .   c o i n c i d e n t a l l y   h e r   n a m e   i s   a l s o   g r a c e
_ g o r d o n     _ 7 6 e r s   m y   b i o   h a s   a l l   t h a t   i m p o r t a n t   i n f o r m a t i o n
_ 7 6 e r s     h e r e ' s   t h e   c o r r e c t   o n e
  w e l l   i   d i d n ' t   s e e   a   t e n t h   a c t u a l l y
    _ 7 6 e r s   o k   t h a t ' s   w h a t   i   t h o u g h t
    t h a n k s   s a l l y
_ 7 6 e r s   t h i s   w a s   t h e   1 1 t h   r e p l y   b t w
  u r   m i d
t y r e s e   m a x e y   i s   h o t
_ 7 6 e r s   t y r e s e   m a x e y   i s   m i d
  u r   b a d .
_ 7 6 e r s   m a x e y   i s   m i d .
_ 7 6 e r s   m a x e y   i s   u g l y
_ 7 6 e r s   t y r e s e   m a x e y   i s   b a d
    _ 7 6 e r s   w a i t   h o w   o l d   a r e   u   a g a i n
  y o u r   u g l y .
  y o u r   u g l y
_ 7 6 e r s     _ g o r d o n   i g   c o o l   i s   a   w o r d   f o r   i t
_ 7 6 e r s   t y r e s e   m a x e y   i s   u g l y .
_ 7 6 e r s   t y r e s e   m a x e y   i s   u g l y
_ g o r d o n     _ 7 6 e r s   2   y e a r s   o l d e r   t h a n   m e ,   5   y e a r s   o l d e r   t h a n   m a t t h e w
    _ g o r d o n   w o a h   t h a t s   c o o l
    _ g o r d o n   w a i t   r u   g u y s   a c t u a l l y   b r o t h e r s
    _ 7 6 e r s   w h i c h   o n e   i s   h e
  _ g o r d o n   _ 7 6 e r s   i m   l y i n g ,   i t   d e p e n d s   o n   t h e   d a y
  _ g o r d o n   _ 7 6 e r s   n o   s h o t
  _ g o r d o n   _ 7 6 e r s   w   t h e n .   b e n   i s   m y   f a v o r i t e
_ 7 6 e r s   _ g o r d o n   n o t   m y   f a u l t   m y   m o m   a n d   d a d   w e n t   t o   t o w n   s o   e a r l y
t w e e t i n g   t h e   1 0 t h   r e p l y  
_ g o r d o n   _ 7 6 e r s   i   c a n ' t   e v e n   p r e t e n d   i t ' s   c o m p l e t e l y  
  2 2 7 ' s   y o u t u b e   c h i l i '   p h o e n i x   c h i l i '   s u n s   w e a r e t h e v a l l e y     s p i c y '     s p i c y '   n b a   m i x !   v s   p h i l a d e l p h i a   7 6 e r s   |   n b a 2 k 2 3   r e a l i s t i c   g r a p h i c s   n e x   g e n   [ 4 k - u h d ]   |   n b a   2 k    
  _ 7 6 e r s   w h o ' s   u r   f a v o r i t e
_ 7 6 e r s   _ g o r d o n   m y   o l d e s t   b r o t h e r   i s   6   y e a r s   o l d e r ,   2 n d   i s   5   y e a r s ,   3 r d   i s   3   y e a r s
_ g o r d o n   i m a g i n e   1   y e a r
p h i l a d e l p h i a   7 6 e r s   a d d   f o r m e r   g o l d e n   s t a t e   w a r r i o r s   g u a r d  
_ 7 6 e r s   t h a t ' s   t r u e ,   i   f e e l   l i k e   i f   t h e y   w e r e   5 +   y e a r s   o l d e r   i t   w o u l d   b e   n i c e
  i m   n o t
i ’ m   s w a p p i n g   r h y s   a n d   b o h m   a t   t h i s   p o i n t   g o i n g   f o r w a r d .   r h y s   i s n ’ t   e v e n   p u t t i n g   t h e   b a l l   i n   p l a y
t w i t t e r   p p l   d o   n o t   k n o w   b a l l  
  u   a   g u y   t h o
_ 7 6 e r s     s e x i e s t   t e a m   i n   n b a
_ g o r d o n   d e p e n d s   h o w   m u c h   o l d e r   i m o
  d o   u   h a v e   o n e
h e r e   a r e   t h r e e   p l a y e r s   w h o   s t o o d   o u t   f o r   t h e   p h i l a d e l p h i a   7 6 e r s   i n   t h e   t e a m ’ s   b l u e   x   w h i t e   s c r i m m a g e   i n   d e l a w a r e .    
_   j i m m y   b u t l e r   a n d   t h e   7 6 e r s   f r o n t   o f f i c e
_ 7 6 e r s   y e a h   i n   s o m e   w a y s   b u t   i t   w o u l d   a l s o   b e   n i c e   i n   s o m e   w a y s
_ 7 6 e r s   i   m e a n   s p o r t s   a r e   f u n   b u t   t h e   o f f   t h e   f i e l d   s t u f f   i s n ' t   t h a t   f u n .
_ 7 6 e r s   y e a h   b u t   i t   s t i l l   i s n ' t   v e r y   f u n
_   h e a t / c e l t i c s / 7 6 e r s / b u c k s   i s   l i k e   a n   a n g r y   s q u a r e   o f   t e a m s
_ 7 6 e r s   t h a t   d o n ' t   s o u n d   f u n
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   t h e m e   s o n g   d u r i n g   t h e   w w e   e x t r e m e   r u l e s   p r e - s h o w    
  m i n n e s o t a   t i m b e r w o l v e s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   |   f u l l   g a m e   h i g h l i g h t s    
  p h o e n i x   s u n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   |   n b a 2 k 2 3   r e a l i s t i c   g r a p h i c s   n e x   g e n   [ 4 k - u h d ]   |   n b a   2 k    
_ 7 6 e r s   i   h a v e   a n   o l d e r   a n d   a   y o u n g e r   b r o t h e r
  u r   a   g u y   t h o
i t s   a l m o s t   t i m e   f o r   t h e   n b a   s e a s o n   a n d   i   j u s t   p r a y g e   t h e   7 6 e r s   h a v e   a   s t r o n g   s t a r t
_ 7 6 e r s   t r y   h a v i n g   3
  m y   p a r e n t s   m a k e   m e
_ 7 6 e r s   n o t   t o   p r y .   b u t   w h y ?
    b r u h h h h
    n o p e
  _ 7 6 e r s   n a h   l e t ’ s   c h i l l   n o w ,   i ’ m   s t a r t i n g   t o   f e e l   b a d   f o r   h e r .   n o t   s u p p o s e d   t o   a t t a c k   t h e   e l d e r s
h a v i n g   a n   o l d e r   b r o t h e r   w o u l d   l o w k e y   b e   t h e   w o r s t
_ 7 6 e r s     i t ’ s   p r o o f   s h e   i s   a   g r a n n y
  u   s a l l y   r i g h t ! 🙄
a t l a n t i c   : 
 
 7 6 e r s   |   m o n t r e z l   h a r r e l l   c h r i s t m a s   s o n g 
 
 m o n t r e z l   c a r o l 
 
 c e l t i c s   |   m a r c u s   s m a r t   c o u l d n ’ t   h o l d   i n   t h e   g a s 
 
 m a r c u s   f a r t s 
 
 k n i c k s   |   o b i   t o p p i n   r e t i r e s   a n d   b e c o m e s   a   j a n i t o r 
 
 o b i   m o p p i n g 
 
 n e t s   |   j o e   h a r r i s   e a t s   a   v i e t n a m e s e   s o u p   w i t h   n o o d l e s   a n d   m e a t 
 
 p h o   h a r r i s
    i m   n o t
_ 7 6 e r s     s u r e   a c t   l i k e   o n e
_ 7 6 e r s   a n d   r u b y
    n o   i t s   d e l e t e d
    i m   n o t   a   g r a n n y   s m h
_ 7 6 e r s     s h o w   m e
    i   d i d   i t   a w h i l e   a g o
  i   w a s   t u r n i n g   m y   p h o n e   i n
_ 7 6 e r s     i   s a i d   w o r d   f o r   w o r d   “ n o   m a t t e r   h o w   h i g h ”   n o t   t r y n a   c a t c h   a   c a s e   h e r e   g r a n n y
    i   h o p e   n o t
_ 7 6 e r s     p r o o f ?
_ 7 6 e r s   w h y   a r e   y o u   s a y i n g   t o   t u r n   t h e   p h o n e   i n ?
_ 7 6 e r s     s o   y o u r   a   1 4   y e a r   o l d   g r a n d m a ? ?
    i   a l r e a d y   d i d   t h a t
    s o   i t s   o k   t h a t   i ' m   1 4   y e a r s   o l d ?
_ 7 6 e r s     f a c e   r e v e a l
_ 7 6 e r s     i t ’ s   o k ,   a g e   i s   j u s t   a   n u m b e r ,   n o   m a t t e r   h o w   h i g h ,   w e   s t i l l   l o v e   y o u   g r a c e
  n o   i ' m   n o t
  * t h a t ' s   m e
_ 7 6 e r s     p r o v e   i t   t h e n
  t h a t   a n d
    i m   n o t   a   g r a n d m a a a a
_ 7 6 e r s   y o u   o l d
_ 7 6 e r s   w h a t ' s   h a p p e n i n g   w i t h   t h a t   t e x y   m e s s a g e ?
_ 7 6 e r s     d o e s n ’ t   s e e m   l i k e   y o u   c a n ,   g r a n d m a
  r e a l l y   s a l l y ?
    h o w   d o   i   p r o v e   i ' m   n o t   a   g r a n d m a 😭
_ 7 6 e r s     t h e n   i   s h a l l   p r o n o u n c e   y o u   a s   g r a c e   t h e   g r a n d m a
_ 7 6 e r s     s o   y o u ’ r e   a   g r a n d m a   i s   w h a t   i ’ m   h e a r i n g ?
    n o   p r o o f
  n o t   t r u e
  _ 7 6 e r s   c o o k
_ 7 6 e r s     p r o o f ? ?
_ 7 6 e r s   o n l y   g r a n d m a s   h a v e   s t u f f   w r o n g   w i t h   t h e i r   h i p   😂
i m   f a m o u s   g u y s ! !  
  i   a m   n o t   a   g r a n d m a
  i d k   h o w   t o   d o   t h a t
_ 7 6 e r s   w h a t   h a p p e n e d   g r a n d m a ?
m y   h i p   d o e s n ' t   f e e l   n o r m a l
  t i e r   1 :   r a p t o r s ,   c h e l s e a ,   m o n t r e a l   c a n a d i e n s 
 
 t i e r   2 :   b i l l s ,   c a n a d a   s o c c e r 
 
 t i e r   3 :   t o r o n t o   f c ,   b l u e   j a y s   
 
 t i e r   4 :   h a m i l t o n   t i g e r   c a t s   
 
 t i e r   5 :   7 6 e r s ,   m a p l e   l e a f s
  t i e r   1   -   r a p t o r s ,   s e a t t l e   s t o r m 
 t i e r   2   -   p h x   m e r c u r y ,   c a n a d a   b b a l l   ( m e n   & a m p ;   w o m e n ) ,   a n y   o f   s t e w i e ' s   i n t l   t e a m s 
 t i e r   3   -   n u g g e t s ,   s p u r s ,   d a l   w i n g s 
 t i e r   4   -   n y   l i b e r t y ,   c h i   s k y ,   l v   a c e s ,   m n   l y n x ,   g s w 
 t i e r   5   -   a l l   l a   b b a l l   t e a m s ,   c e l t i c s ,   n e t s ,   7 6 e r s ,   m a p l e   l e a f s ,   c h e l s e a   g r a y
  1   -   r a p t o r s 
 2   -   a r s e n a l ,   c a n a d a   s o c c e r   ( w i l l   b e   t i e r   1   c o m e   w o r l d   c u p ) 
 3   -   c a n u c k s ,   b l u e   j a y s 
 4   -   m a p l e   l e a f s   p u r e l y   o u t   o f   e m p a t h y   f o r   f a m i l y   m e m b e r s 
 5   -   7 6 e r s ,   n e t s ,   b r u i n s
_ g o r d o n   _ 7 6 e r s   m i n e   i s n ' t   e i t h e r   t b h   i   t y p e   9 0 %   o f   m y   s t u f f   w i t h o u t   t h i n k i n g
  _ 7 6 e r s   m y   b r a i n   i s n ' t   p r o c e s s i n g   w h a t   u   j u s t   s a i d
b r o n c o s   c o u n t r y   l e t s   r i d e e e e e e
o n l y   e a s t e r n   c o n f e r e n c e   t e a m s   w h o   c a n   t a l k   s h i t   t o   m e   b e c a u s e   t h e y   w o n   s o m e t h i n g   l a s t   d e c a d e . 
 
 h a w k s   f a n s   
 c e l t i c s   f a n s   
 n e t s   f a n s 
 7 6 e r s   f a n s   
 
 w i n   s o m e   j e w e l r y   o r   s t f u 👍 🏾  
_ g o r d o n   _ 7 6 e r s   y k   t h a t   s a y i n g   " i f   y o u ' r e   g o i n g   t o   l i e   y o u   h a v e   t o   l i e   t o   y o u r s e l f   f i r s t " ?   s h e   d i d n ' t   l i e   t o   h e r s e l f   f i r s t
2 0 2 1   2 2   o b s i d i a n   7 6 e r s   c h a r l e s     a d   t r a d i n g c a r d s  
  _ 7 6 e r s   h e y   b e   n i c e   t o   g r a c e   😐
    o k   f i n e   u   r i g h t
_ 7 6 e r s   _ g o r d o n   f o r   s h a m e
_ 7 6 e r s   r e l a t a b l e
_ 7 6 e r s     b e t t e r   i   f e a r
i m   c r y i n g   r n   g u y s 💔 💔 💔  
_ 7 6 e r s     y o u   d o   r e a l i z e   u   j u s t   c o n t r a d i c t e d   u r s e l f   😭 💀
  _ g o r d o n   i m   n o t
_ g o r d o n     o h   y e a   i   d o   t h a t   a l l   t h e   t i m e
_ 7 6 e r s   _ g o r d o n   w h y   a r e   y o u   l y i n g ?
_ 7 6 e r s     e x c e p t   w h e n   u   l i e   t o   u r s e l f
_ 7 6 e r s   p o o r   w r a c e
_ g o r d o n     i   d o n ' t   l i e
_ 7 6 e r s     l i e s
_ g o r d o n   i m   i n   t e a r s   l y d i a 💔 💔
_ 7 6 e r s   w h o ’ s   g o n n a   g o   o f f   i n   t h e   2 0 2 2   n b a   s e a s o n ?
_ 7 6 e r s   n e w   i n f o r m a t i o n   f o r   m e
  n o   i   d o n t   l o v e   t y r e s e
b u c k s ,   c e l t i c s ,   7 6 e r s ,   c l i p p e r s ,   w a r r i o r s ,   h e a t ,   c a v s ,   s u n s ,   m a v s   a n d   g r i z z l i e s ?  
_ 7 6 e r s   m a x e y ,   t y r e s e ;   g r a c e s   b i g g e s t   l o v e
_ g o r d o n   i d k   i n   a   g a m e   s h o w
_ 7 6 e r s   w h i c h   m a x
_ g o r d o n   h e s   h o t
_ 7 6 e r s   t h e r e   c o u l d   b e   a   h u n d r e d   d i f f e r e n t   m e a n i n g s   t o   t h i s   t w e e t
  r e p l a c e   b l u e   j a y s   w i t h   7 6 e r s   a n d   t h i s   b o u t t a   b e   m e   a n d   m y   c o u s i n   d u r i n g   t h e   n b a   s e a s o n   💀 💀
7 6 e r s   +   b u c k s   a r e   1 0 0 0 %   d o n e   f o r   m y   2 0 1 5 / 1 6   n b a   r o s t e r ,   c o n t r a c t s ,   c o a c h e s ,   t h a t   m e a n s   t h o s e   t e a m s   w o n ' t   b e   t o u c h e d   u n l e s s   i   a d d   n e w   p l a y e r s .   i   n e e d   t o   s t a r t   w i t h   m y   2 0 1 0 / 1 1   r o s t e r .   n b a 2 k 2 3   m y n b a   2 k c o m m u n i t y     2 k 2 2   n b a d r a f t   n b a t w i t t e r   n b a
  w h a t   s u c c u b u s   d i d   t o r o n t o   m a k e   a   d e a l   w i t h   t o   h a v e   t h a t   b a l l   b o u n c e   t h e   w a y   i t   d i d   a g a i n s t   t h e   7 6 e r s   i n   2 0 1 9 ?   s t i l l   d e a l i n g   w i t h   t h o s e   r a m i f i c a t i o n s   t o d a y …
r i c k   f o x   w i t h   4 0   p o i n t s   i n   l a   l a k e r s '   h a r d   e a r n e d   w i n   o v e r   7 6 e r s   n b a   n b a 9 7 9 8
  k a w h i   w a s   h i m   v s   7 6 e r s   
 l o w r y   k a w h i   w e r e   h i m   v s   b u c k s   
 s i a k a m   w a s   h i m   v s   w a r r i o r s
_ g e r a l d   2 0 0 1   n b a   e a s t e r n   c o n f e r e n c e   f i n a l s   -   r a p s - 7 6 e r s   ( v i n c e   m i s s i n g   t h e   b u z z e r   b e a t e r )
_ g o r d o n   _ 7 6 e r s   f r f r
b a s i l   f u n   f a c t s ! ! ! :   t h e   2 0 0 1   w e s t e r n   c o n f e r e n c e   f i n a l s   w a s   r i g g e d   i n   t h e   l a k e r s   f a v o r ,   a n d   t h e   e a s t e r n   i n   t h e   7 6 e r s   f a v o r
_ 7 6 e r s   i ' m   s o r r y   i ' m   j u s t   p l a y i n g   a r o u n d   w i t h   y o u !   y o u   d e s e r v e   t h e   h o n o r   _ 7 6 e r s ! ! ! ! !
_ 7 6 e r s   _ g o r d o n   o f c   y o u r   o n e   o f   m y   f a v o r i t e   t w i t t e r   u s e r s
_ g o r d o n   _ 7 6 e r s   i ' m   j u s t   y a n k i n g   s o m e   c h a i n s
g u y s   i ' m   a c t u a l l y   c r y i n g   r n 💔  
_ 7 6 e r s   _ g o r d o n   i ' m   j u s t   y a n k i n g   y o u r   c h a i n
  _ 7 6 e r s   w o u l d   y o u   c a r e   t o   s a y   t h a t   a g a i n ?
  _ g o r d o n     r e a l
_ 7 6 e r s   c o o k
  i s   h o t   a s f
. _ 7 6 e r s   i s   t h e   b e s t
_ 7 6 e r s   t e c h n i c a l l y   u   w e r e   1 1 t h   b u t   i m m a   t w e e t   t h a t   a n y w a y s   i t   w a s   l i k e   3   s e c o n s
_ 7 6 e r s   _ g o r d o n   r e a l
_ g o r d o n   h e   i s
_ g o r d o n   _ 7 6 e r s   i s   t h e   b e s t
_ g o r d o n   _ 7 6 e r s   i s   t h e   b e s t   t w i t t e r   u s e r   i f   a l l - t i m e
_ g o r d o n   t y r e s e   m a x e y   i s   t h e   g o a t
_ g o r d o n   t y r e s e   m a x e y   i s   h o t
t e a m   u s a   w a n t s   e m b i i d   🇺 🇸 :   7 6 e r s   s t a r   b e c a m e   a   u s   c i t i z e n   i n   s e p t e m b e r   a n d   h a s   ' f i r m   i n t e r e s t '   f r o m   u s a   b a s k e t b a l l   f o r   t h e   2 0 2 4   o l y m p i c s   ( s t e i n )  
_ 7 6 e r s   p e t e r   t h e   h o r s e   i s   h e r e
i d k ,   i   l i k e   t h e i r   t e a m   a   l o t   b u t   y o u   g o t   t h e   c e l t i c s ,   b u c k s ,   n e t s ,   7 6 e r s ,   h e a t ,   c a v s ,   h a w k s . . . c r a c k i n g   t h a t   t o p   5   w i l l   b e   t o u g h  
    b r u h   b e n   d o e s   t h i s   a l l   t h e   t i m e   h e   l i t e r a l l y   d i d   i t   a g a i s n t   t h e   7 6 e r s   f i r s t   g a m e   b a c k   h i   d i d   i t   i .   t h e   p l a y o f f s   v s   t h e   h a w k s   h e   d i d   i t   o n   t r a e   g a m e   7   i   l i t e r a l l y   w a t c h e d   h i m   d o   i t   a l l   t h e   t i m e   ß ï + č h .   i m a   t r y   t o   r e m i n d   y o u   e v e r y   t i m e   h e   d o e s   i t   t o
_ 7 6 e r s   t h i s   h o r s e   i s   t h e   r e t a r d e d   h o r s e   f r o m   f a m i l y   g u y
  n o   i t s   n o t
m o n t r e z l   h a r r e l l   i s   n o t   w o r r i e d   a b o u t   w h o   w i n s   t h e   b a c k u p   c e n t e r   s p o t   w i t h   p a u l   r e e d   f o r   t h e   p h i l a d e l p h i a   7 6 e r s .    
    l a s t   t h i n g .   i t ’ s   b e e n   y e a r s   f o r   m e ,   b u t   i   r a n   m y   o w n   c a m p   f o r   l o c a l   c o m m u n i t y   a n d   t h e   7 6 e r s   c a m p .   w e   w o u l d   m a k e   h u n g a r i a n   b a l l   t a g   a   “ s t a t i o n ”   a n d   h a v e   a   t e a m   t o u r n a m e n t   a t   t h e   c a m p .     i t   h e l p e d   k e e p i n g   k i d s   e n g a g e d   o n   t h u r s / f r i
t h e y   j u s t   u n v e i l e d   t h e   l o g o   f o r   w r e s t l e m a n i a 4 0   a t   e x t r e m e r u l e s   b e f o r e   t h e y   w e n t   l i v e   w i t h   a   c e l e b r a t i o n   i n v o l v i n g   j e r r y   t h e   k i n g   l a w l e r ,   t h e   e a g l e s   c h e e r l e a d e r s   & a m p ;   t h e   7 6 e r s   m a s c o t  
  r e s p e c t   h o r s e s ?
_ 7 6 e r s   i t ' s   l e g i t i m a t e l y   a   r e t a r d e d   h o r s e
  i m   n o t   c l i c k i n g   s h o w 😹
    t h i n k i n g   t h e   7 6 e r s   i s   g o n n a   w i n   i t   a l l   i s   d u m b   🥱
  _     y o u   a r e   a   7 6 e r s   f a n .
  n o p e
l a k e r s   n u g g e t s   w a r r i o r s   m a v s   g r i z z l i e s   b u c k s   c a v s   c e l t i c s   7 6 e r s  
_ 7 6 e r s   w e l l   l s   t a k e   y o u
t h i s   i s   l i t e r a l l y   m e  
  i   d o n ' t   t a k e   l s
_ 7 6 e r s   l   i   f e a r
  r a t i o o
_ 7 6 e r s   i t ' s   a n   a m e r i c a n   s t a p l e
  i v e   n e v e r   s e e n   i t 😭
_ 7 6 e r s   n o   s h o t
n e v e r   s e e n   s h r e k  
w h o   i s   t h i s  
d o n t   h a v e   o n e 😹  
g o o d   e v e n i n g   t o   e v e r y o n e   b u t   t h e   t e a m   t h a t   l o s t   t o   t h e   7 6 e r s   o n   o c t o b e r   5 ,   2 0 2 2 .
r e a l  
  y e s   l
a   f e w   t a k e a w a y s   f r o m   p h i l a d e l p h i a   7 6 e r s ’   b l u e   x   w h i t e   s c r i m m a g e 

_ 7 6 e r s   l ?   s o m e o n e   h a s   a   c r u s h   o n   y o u
u m   i d k  
t h e   p h i l a d e l p h i a   7 6 e r s   d i s c u s s   t h e   p l a y   o f   j a d e n   s p r i n g e r   a s   t h e y   c o n t i n u e   t o   d e v e l o p   h i s   o f f e n s i v e   g a m e .    
  _ f l i p p e r 8 1       y e s   h e ’ s   b e e n   i n   t h e   e n t e r t a i n m e n t   b u s i n e s s ,   7 6 e r s ,   c r u i s e   l i n e ,   a m c   e t c .   h o w   d o   y o u   t h i n k   h e   g o t   t h e r e .   h e d g e   f u n d   e x p e r i e n c e .   d o   y o u   w a n t   s o m e o n e   w i t h o u t   t h a t   b a c k g r o u n d   b a t t l i n g   t h e s e   h e d g e   f u n d s   n o w ? ?   h e   k n o w s   h o w   t h e y   o p e r a t e   b c   h e ’ s   b e e n   t h e r e .
_ a l e x   1 9 8 0 . . .   p h i l l i e s   w o n   t h e   w o r l d   s e r i e s   t h e   e a g l e s   l o s t   i n   t h e   s u p e r   b o w l   f l y e r s   l o s t   s t a n l e y   c u p   f i n a l s   a n d   7 6 e r s   l o s t   i n   e a s t e r n   c o n f e r e n c e   f i n a l s
  p r e s e a s o n   g a m e   1   t a k e a w a y s   -   s i x e r s   @   n e t s   -   f o r m e r   7 6 e r s   p g   e r i c   s n o w   r e a c t s    
  2 0 2 2   c r o w   n b a   t o u r n a m e n t :   4   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s .   1 3   i n d i a n a   p a c e r s   |   g a m e   4    
  n b a   2 k 2 3   p l a y   n o w   o n l i n e   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   m i l w a u k e e   b u c k s   +   f a c e   c a m    
i t ' s   o f f i c i a l .   m a c   m c c l u n g   i s   h e a d e d   t o   t h e   7 6 e r s   a f f i l i a t e ,   t h e   d e l a w a r e   b l u e   c o a t s .  
_ 2 k   w a r r i o r s ,   n u g g e t s ,   m a v s ,   c l i p p e r s ,   b u c k s ,   m i a m i ,   7 6 e r s ,   n e t s
k a w h i   l e o n a r d   c r a z y   g a m e - w i n n e r   g a m e   7   |   r a p t o r s   v s   7 6 e r s   |   2 0 1 9   n b a   f i n a l s   
 
 t h i s   i s   l i k e   e v e r y   b a s k e t b a l l   m o v i e   e n d i n g   e v e r  
_ 2 k   h e a t ,   s u n s ,   p e l i c a n s ,   b u l l s ,   b u c k s ,   c e l t i c s ,   7 6 e r s ,   g s w ,   g r i z z l i e s ,   n e t s   a n d   t h e m s e l v e s   l m a o
e x c i t e d   t o   s h a r e   t h i s   i t e m   f r o m   m y   e t s y   s h o p :   r a r e   v i n t a g e   n b a   g - i i i   b l a c k , r e d   a n d   g o l d   m e n s   x l   p h i l a d e l p h i a   7 6 e r s   l e a t h e r   b o m b e r   j a c k e t   
 ⁦ ⁩  
w h i c h   t e a m   m a d e   t h e   b e s t   o v e r a l l   m o v e s   t h i s   o f f s e a s o n ? 
 
 1 .   c l e v e l a n d   c a v a l i e r s   –   4 1 % 
 t - 2 .   m i n n e s o t a   t i m b e r w o l v e s   –   1 7 % 
 t - 2 .   p h i l a d e l p h i a   7 6 e r s   –   1 7 % 
 t - 2 .   u t a h   j a z z   –   1 7 % 
 
 w a i t   f o r   i t . . . . . . . . . . . .
    t o o   b a d   7 6 e r s   w a s   p r o c e s s   i n t o   w a s t i n g   t i m e   o n   b e n   s i m m o n s   t o   t r a d i n g   w a y   t o o   m u c h   f o r   j a m e s   h a r d e n . . . 
 
 . . .   w h i c h   i s   i n c r e d i b l y   d y s f u n c t i o n a l   a n d   t h e r e f o r e   s u i t s   u n i t e d   p e r f e c t l y
b o t h   t e a m   u s a   a n d   f r a n c e   a r e   b a t t l i n g   t o   h a v e   p h i l a d e l p h i a   7 6 e r s   s t a r   j o e l   e m b i i d   c o m p e t e   f o r   t h e i r   t e a m s   i n   i n t e r n a t i o n a l   p l a y .    
7 6 e r s   w i n n i n g   a   c h a m p i o n s h i p   t h i s   y e a r
m a c   m c c l u n g   ( g a t e   c i t y )   w i l l   p l a y   g l e a g u e   g a m e s   i n   g r e e n s b o r o   o n   n o v .   4   a n d   5 .   l o c a l s i n t h e p r o s   7 6 e r s  
_ 2 k   n u g g e t s ,   g s w   ,   l a k e r s   ,   b u c k s ,   c e l t i c s ,   7 6 e r s ,   g r i z z l i e s ,   c l i p p e r s ,   h e a t .
p h i l a d e l p h i a   7 6 e r s   2 0 2 2 - 2 3   c i t y   j e r s e y   l e a k e d    
🏀 1 0 / 5   p u t n a m   p o s t g a m e   r e p o r t :   t h e   s t i n g   o f   d e f e a t 🏀 
 👇 
 
 
 n b a 7 5 
 b l e e d g r e e n 
 n e t s w o r l d 
 n e w s y o r k f o r e v e r 
 7 6 e r s 
 w e t h e n o r t h 
 n b a 
 相 互 フ ォ ロ ー 
 フ ォ ロ ー バ ッ ク
1 0   m o r e   d a y s ! !   u n t i l   t h e   n b a ' s   o p e n i n g   n i g h t   k i c k s   o f f ! 
 
 
 
 n b a o p e n i n g n i g h t   b a s k e t b a l l   n b a d a i l y r e c a p s   n b a b e t t i n g   s p o r t s g a m b l i n g   s p o r t s b e t t i n g   b a s k e t b a l l g a m b l i n g   n b a d a i l y n e w s     b a s k e t b a l l b e t t i n g   n b a   e s p n   l a k e r s   w a r r i o r s   c e l t i c s   7 6 e r s  
  _ f l i p p e r 8 1       a l s o   p a r t   o w n e r   o f   t h e   7 6 e r s :  
_     c h r i s   w e b b e r   w a s   p r e t t y   g o o d   i n   0 6 ,   b e t t e r   t h a n   d i k e m b e   o n   7 6 e r s
i ’ l l   t a k e   k e m b a   o n   t h e   7 6 e r s
r e p o r t :   s i x e r s   s i g n i n g   m a c m c c l u n g   t o   e x h i b i t 1 0 c o n t r a c t  
🚨 s o l d   
 
 i   h a t e   t o   s e e   t h i s   o n e   g o   b u t   i   k n o w   i t ’ s   g o i n g   t o   a   b e t t e r   p l a c e   ( s o m e   l u c k y   b u y e r s   e b a y   v a u l t ) .   
 
 t y r e s e m a x e y   7 6 e r s   w h o d o y o u c o l l e c t   
   p a n i n i a m e r i c a   t h e h o b b y     r o o k i e c a r d  
t h e   r a y s   a r e   t h e   7 6 e r s   o f   b a s e b a l l .
m a c   m c c l u n g   s i g n s   w i t h   7 6 e r s   s t r e n g t h i n n u m b e r s   d u b n a t i o n   g o l d e n s t a t e w a r r i o r s   w a r r i o r s  
i n   a d d i t i o n   t o   t h e   l o s   a n g e l e s   l a k e r s   s i g n i n g   s h a q u i l l e   h a r r i s o n ,   t h e     a c q u i r e d   h i s   r e t u r n i n g   r i g h t s   ( a l o n g   w i t h   n a z   m i n t r o u - l o n g )   f r o m   t h e   d e l a w a r e   b l u e   c o l t s   ( 7 6 e r s   a f f i l i a t e )   f o r   m a c   m c c l u n g   ( n o   l o n g e r   i n   t h e   l a l   s y s t e m )   a n d   j a r e d   w i l s o n - f r a m e
  n b a   2 k 2 3   -   p a u l   g e o r g e   v s   j a m e s   h a r d e n   -   2 2 7 ' s   y o u t u b e   c h i l i '   l o s   a n g e l e s   c h i l i '   c l i p p e r s   c l i p p e r n a t i o n   s p i c y '       s p i c y '   n b a   m i x !   v s   p h i l a d e l p h i a   7 6 e r s    
p a y t o n   p r i t c h a r d   p l a y s   h i s   f i r s t   r e g u l a r   s e a s o n   n b a   g a m e   i n   h i s   t h i r d   s e a s o n   a g a i n s t   t h e   7 6 e r s   i n   1 0   d a y s .
  t h e   w a r r i o r s   s y s t e m   d o n ’ t   w o r k   w i t h   h i m   l o l .   a n d   s w a p   t h e   t e a m s   t h e y   p l a y e d   f o r   a n d   c u r r y   i s   w i n n i n g   a   r i n g   w i t h   o k c ,   r o c k e t s ,   n e t s   a n d   7 6 e r s   l o l .   
 
 d o n ’ t   f o r g e t   h a r d e n   p l a y e d   w i t h   p r i m e   r u s s ,   k d ,   c p 3 ,   k y r i e   a n d   n o w   e m b i i d .   
 
 s t e p h   i s   w i n n i n g   a   c h i p   w i t h   a l l   o f   t h e m
t h e   p h i l a d e l p h i a   7 6 e r s   d i s c u s s   w h a t   t h e y ’ v e   l e a r n e d   a b o u t   d e ’ a n t h o n y   m e l t o n   a n d   t h e   o t h e r   a d d i t i o n s   t o   t h e   r o s t e r .    
d e ’ a n t h o n y   m e l t o n   i s   t h e   e p i t o m e   o f   t h e   7 6 e r s . 
 
 t h e   r e s e r v e   g u a r d   i s   r u g g e d ,   a t h l e t i c ,   a n d   e x c e l s   i n   t h e   r e g u l a r   s e a s o n ,   j u s t   l i k e   p h i l l y ’ s   n b a   f r a n c h i s e .   
 
 y e t   t h e   f i f t h - y e a r   v e t e r a n   i s   k n o w n   f o r   s t r u g g l i n g   i n   t h e   p o s t s e a s o n . 

1 7 7 6 r m 
 n o t   s o m e t h i n g   t h e y ' l l   e v e r   e x p e r i e n c e .   t h e r e   w a s   a   w o m e n ' s   m a r c h   w h i l e   t h e y   w e r e   s i t t i n g   o n   t h e i r   b u t t s   o n   t h e   n a t i o n a l   m a l l .   o n l y   a   f e w   7 6 e r s   e v e n   w e n t   t o   l o o k ,   a n d   m o s t   o f   t h e m   w e r e   m o r e   i n t e r e s t e d   i n   r i p p i n g   d o w n   s i g n s   f r o m   a   f e n c e   t h a n   l e a r n i n g   h o w   t o   p r o t e s t .  
  a l l e n   i v e r s o n ' s   h o f   r e s u m e : 
 -   1 1 x   a l l   s t a r 
 -   7 x   a l l - n b a 
 -   2 0 0 1   n b a   m v p 
 -   4 x   n b a   s c o r i n g   c h a m p 
 -   3 x   n b a   s t l   l e a d e r 
 -   1 9 9 7   r o y   & a m p ;   a l l - r o o k i e   1 s t   t e a m 
 -   2 x   a s g   m v p 
 -   m o s t   s t l   i n   1   p l a y o f f   g p   i n   n b a   h i s t o r y   ( 1 0 ) 
 -   3   r e t i r e d   b y   7 6 e r s 
 

d o c   r i v e r s   a d d r e s s e s   t h e   b a c k u p   c e n t e r   s p o t   f o r   t h e   p h i l a d e l p h i a   7 6 e r s   s o   f a r   i n   p r e s e a s o n .    
r a v e n s / f a l c o n s   g a m e   h e r e   o n   c h r i s t m a s   e v e   a n d   7 6 e r s / k n i c k s   g a m e   a t   m s g   a g a i n   o n   c h r i s t m a s   d a y   🤔
r e p o r t :   7 6 e r s   a d d   m c c l u n g   o n   e x h i b i t   1 0   d e a l 

    t h e y   a r e   a l r i g h t   b u t   i s   i t   n o t   w e i r d   t h a t   w e   d o n ’ t   h a v e   j e r s e y s   t h a t   s a y   s i x e r s   o r   7 6 e r s ?
      d o n ' t   m i n d   h i m ,   t h a t   p r o c e s s   i s   s t i l l   u n d e r w a y .   t a l k   a b o u t   b e i n g   a   7 6 e r s   f a n   🤣   c o m p l e t e   💩 .
  _ r l       a g r e e d   b u t   i t s   c o m m o n   i n   s p o r t s   t o   h a v e   r i v a l r y   i t s   n o t   t o x i c i t y .   ( i . e   7 6 e r s ,   n e t s   f a n s ,   c e l t i c s )
_ c o n e   n u g g e t s   i n   t h e   w e s t                                                             
 7 6 e r s   i n   t h e   e a s t
n i k e   h a s   b e e n   v e r y   d i s r e s p e c t f u l   t o   t h e   c i t y   o f   p h i l a d e l p h i a   a n d   t h e   7 6 e r s   s i n c e   t h e y   t o o k   o v e r   j e r s e y   d u t i e s  
  w o r s t :   r a p t o r s ,   7 6 e r s ,   k n i c k s ,   l a k e r s ,   w a r r i o r s 
 
 b e s t :   h a w k s ,   t h u n d e r ,   r o c k e t s ,   t - w o l v e s ,   b l a z e r s
1 9 7 0 - 9 5   l g   l o t   3 1 5 +   n b a   t m   i s s u e d   m e d i a   p h o t o s   b l a z e r s   p i s t o n s   7 6 e r s   n u g g e t s   e t c     e b a y  
g o o d b y e ,   m a c   m c c l u n g .   w e   w i s h   y o u   w e r e   d u n k i n g   i n   s a n t a   c r u z   t h i s   y e a r !  
s i x e r s   s i g n   w a r r i o r s   s u m m e r   l e a g u e   d u n k   a r t i s t   m a c   m c c l u n g ,   l i k e l y   f o r   t h e   d e l a w a r e   b l u e   c o a t s .  
_ u k f a n s   n b a u k f a n s 2 0 2 3 c h a l l e n g e 
 
 n b a   🏆   -   m a v s   ( d e l u s i o n a l ) 
 w c f   🏆   -   m a v s 
 e c f   🏆   -   7 6 e r s 
 w o r s t   r e c o r d   -   t h u n d e r 
 m v p   -   d o n c i c 
 r o t y   -   b a n c h e r o   
 d p o y   -   g i a n n i s   
 m i p   -   m a x e y 
 6 m o y   -   p o o l e 
 c o t y   -   f i n c h
p h i l a d e l p h i a   7 6 e r s   c o a c h   d o c   r i v e r s   g i v e s   a n   h o n e s t   a s s e s s m e n t   o f   m a t i s s e   t h y b u l l e ’ s   s h o o t i n g   p r o g r e s s i o n .    
1 7 7 6 r m   
 d a v i d   " p o o d l e "   r i d d e l l   i s   r e p o r t e d l y   b i g   m a d   ( n o t   s u r p r i s i n g ) .   b e f o r e   t h e   7 6 e r s   g o t   b o o t e d   f r o m   t h e   r a l l y ,   m a g s   a n d   l o r i   w e r e   s c h e d u l e d   t o   b e   o n   a m e r i c a n   d u f u s   t o n i g h t .   d u f u s   s a i d   i n   l o r i ' s   c h a t   t o d a y   t h a t   h e ' s   r e w r i t i n g   h i s   q u e s t i o n s .   w i l l   m a g s   a c t u a l l y   s h o w ,   i   w o n d e r ?  
‘ b l e s s i n g   t o   b e   a n   a m e r i c a n ’ :   7 6 e r s ’   j o e l   e m b i i d   p r a i s e s   u s   i n   a n n o u n c e m e n t   h e ’ s   o f f i c i a l l y   a   c i t i z e n     v i a  
  u g l y
  l i k e   t h a t   f a m i l y   o f   7 6 e r s   f a n s
  y o u ' r e   a l s o   l o o k i n g   t o   g i v e   u p   c a m   t h o m a s   f o r   b a m b a   w h o   r e a l l y   i s n ' t   a   n e e d l e   m o v e r .   i   k n o w   t h e   m a g i c   h a v e   t w o   g u a r d s   i n j u r e d   b u t   w h y   b e   t h i s   g e n e r o u s ?   i f   t h e y   n e e d   t o   g e t   r i d   o f   s e t h ,   i ' m   s u r e   t h e   7 6 e r s   h a v e   p i e c e s   ( j o e ,   s p r i n g e r ,   & a m p ; k o r k m a z )   y o u   c a n   m o v e   l a t e r   o n   f o r   b a m b a
      7 6 e r s   a i n ' t   g o i n g   a n y w h e r e   d e e p   b e y o n d   a p r i l
  u n r e l a t e d :  
s a y   i t   l o u d e r   f o r   w o k e   c e l e b r i t i e s   a n d   a t h l e t e s   t o   h e a r 

  7 6 e r s   i n   5   n o w .   d o n ' t   w o r r y ,   w a r r i o r s   3 - p e a t   r i g h t   a f t e r   t h a t
  _ d a h b o u r           y o u   j u s t   g o n e   a c t   l i k e   p h i l l y   w a s n ’ t   t h e   1   s e e d ?   a n d   k n i c k s   w e r e   h e a v i l y   f a v o r e d   o v e r   h a w k s   a n d   s o   w e r e   t h e   7 6 e r s .   s t o p   t r y n a   d o w n p l a y   w h a t   t h e y   d i d   t h a t   y e a r .
  p h i l a d e l p h i a   7 6 e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   b r o o k l y n   c h i l i '   n e t s   b r o o k l y n t o g e t h e r   s p i c y '       s p i c y '   n b a   m i x !   f u l l    
  w e l l   t h e y   d i d   f e l l   a   s p o t   i n   t h e   g e n e r a l   p o w e r   r a n k i n g   b c   n u g g e t s   a n d   l a k e r s   m o v e d   o v e r   t h e   h a w k s ,   h o w e v e r   i   h a v e   t h e m   o v e r   b o t h   b r o o k l y n   a n d   7 6 e r s   w h o   w e r e   i n i t i a l l y   o v e r   a t l a n t a   i n   m y   p o w e r   r a n k i n g   f r o m   l a s t   m o n t h   w h i c h   m e a n s   t h e y   a r e   a c t u a l l y   b e t t e r   t h a n   i   t h o u g h t   i n i t i a l l y
  w i s h i n g   y o u   a   f u n   a n d   h a p p y   b i r t h d a y   w e e k e n d ! 
 w e l c o m e   t o   t h e   7 6 e r s ,   🥂 🎈 🥳
s i x e r s   s e t   t o   s i g n   m a c   m c c l u n g   t o   a n   e x h i b i t   1 0   d e a l 
 
 w h o   h e   i s   a n d   w h a t   y o u   n e e d   t o   k n o w :   

r e p o r t :   s i x e r s   s i g n i n g   m a c   m c c l u n g   t o   e x h i b i t - 1 0   c o n t r a c t    
n b a   r e g u l a r   s e a s o n   i s   a p p r o a c h i n g   f o r   s o m e   r e a s o n   i   b e l i e v e   t h e   7 6 e r s   a r e   g o i n g   t o   b e   g r e a t 🤔 ‼ ️
s a d   b e c a u s e   i   d i d n ’ t   g o   t o   t h e   7 6 e r s   b l a c k   a n d   w h i t e   s c r i m m a g e   t o d a y   : (
1 0   d a y s   t i l   t h e   7 6 e r s   b e a t   t h e   c e l t i c s   a n d   t h e   w a r r i o r s   b e a t   t h e   l a k e r s   🤩   g a m b l i n g t w i i t t e r   n b a  
n b a   o p e n i n g   g a m e   p l a y s 
 
 1 0 / 1 8 
 7 6 e r s   + 3 . 5 
 
 1 0 / 1 9 
 w i z a r d s   - 2 
 k n i c k s   + 7 
 k n i c k s   m l   + 2 6 0 
 p e l i c a n s   + 4 
 p e l i c a n s   m l   + 1 5 5 
 c a v s   m l   + 1 3 8 
 h o r n e t s   - 3 
 
 o n   t o   n f l …
      l m a o   a i n ’ t   n o   o n e   t a l k i n g   a b o u t   t h a t   a n y m o r e   b u d .   l i v i n g   i n   2   w e e k   b e h i n d   i s   c r a z y .   l i v e   l i f e   r i g h t   n o w   a n d   l m k   h o w   y o u r   7 6 e r s   g o   😂
f o r m e r   e x e c   t h i n k s   t h e   s i x e r s   w i l l   w i n   t i t l e   a n d   e m i i d   f o r   n b a m v p  
  e a g l e s   7 6 e r s   p h i l l i e s   p s u
r e p o r t :   s i x e r s   s i g n i n g   m a c   m c c l u n g   t o   e x h i b i t - 1 0   c o n t r a c t  
d e ’ a n t h o n y   m e l t o n   i s   t h e   e p i t o m e   o f   t h e   7 6 e r s .  
b r e a k i n g :   7 6 e r s   r e p o r t e d l y   s i g n i n g   f o r m e r   b u l l s   a n d   l a k e r s   p l a y e r   -   s p o r t s   i l l u s t r a t e d    
j a m e s   h a r d e n   ➡ ️   p . j .   t u c k e r   ➡ ️   j a m e s   h a r d e n .   ( v i a   ) 
 
 i   m i s s   t h i s . 
 r o c k e t s   7 6 e r s  
d o c   r i v e r s   a n d   t h e   p h i l a d e l p h i a   7 6 e r s   a s s e s s   t h e   p l a y   o f   t h e   j o e l   e m b i i d   a n d   j a m e s   h a r d e n   d u o   o n   o f f e n s e .    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   b r o o k l y n   n e t s   f u l l    
  t h e   s i x e r s   a r e   b e t t e r   t h a n   y o u   t h i n k   |   w h y   t h e   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   c o u l d   s h o c k   e v e r y o n e   t h i s …    
  s h ! t   g o t   r e a l   i n   d c !     w h i s t l e   g i r l   a n d   h u n d r e d s   o f   p r o t e s t e r s   c o n v i n c e d   t h e   p o l i c e   t o   r e m o v e   7 6 e r s ,   i n c l u d i n g   s i m o n . 
 
 a s   s i m o n   w a s   b e i n g   e s c o r t e d ,   t h e   c r o w d   r o a r e d ,   “ t a k e   h i m   t o   a   l a n d f i l l . ” 
 
 1 7 7 6 r m   p a r a s i t e s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k e v i n h a r t i f i w a n t t o   i c a n s i t o n t h e 7 6 e r s b e n c h s p o r t s c e n t e r   k e v i n h a r t   7 6 e r s   n b a   e s p n   n b a e s p n   e s p n n b a   n b a o n e s p n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k e v i n h a r t i f i w a n t t o   i c a n s i t o n t h e 7 6 e r s b e n c h s p o r t s c e n t e r   k e v i n h a r t   7 6 e r s   n b a   e s p n   n b a e s p n   e s p n n b a   n b a o n e s p n      
w h a t ' s   b e s t   o n     ? 
 k e v i n   h a r t :   i f   i   w a n t   t o   i   c a n   s i t   o n   t h e   7 6 e r s   b e n c h !   :   s p o r t s c e n t e r 
 
 s p o r t s   k e v i n h a r t i f i w a n t t o   i c a n s i t o n t h e 7 6 e r s b e n c h s p o r t s c e n t e r   k e v i n h a r t  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k e v i n h a r t i f i w a n t t o   i c a n s i t o n t h e 7 6 e r s b e n c h s p o r t s c e n t e r   k e v i n h a r t   7 6 e r s   n b a   e s p n   n b a e s p n   e s p n n b a   n b a o n e s p n      
b e s t   o f   t h e   d a y   o n   
 k e v i n   h a r t :   i f   i   w a n t   t o   i   c a n   s i t   o n   t h e   7 6 e r s   b e n c h !   :   s p o r t s c e n t e r 
 
 s p o r t s   k e v i n h a r t i f i w a n t t o   i c a n s i t o n t h e 7 6 e r s b e n c h s p o r t s c e n t e r   k e v i n h a r t
w h a t ' s   b e s t   o n     ? 
 k e v i n   h a r t :   i f   i   w a n t   t o   i   c a n   s i t   o n   t h e   7 6 e r s   b e n c h !   :   s p o r t s c e n t e r 
 
 s p o r t s   k e v i n h a r t i f i w a n t t o   i c a n s i t o n t h e 7 6 e r s b e n c h s p o r t s c e n t e r   k e v i n h a r t
h e r e   a r e   t h r e e   p l a y e r s   w h o   s t o o d   o u t   f o r   t h e   p h i l a d e l p h i a   7 6 e r s   i n   t h e   t e a m ’ s   b l u e   x   w h i t e   s c r i m m a g e   i n   d e l a w a r e .    
7 6 e r s   b l u e   x   w h i t e   g a m e   p r e s e n t e d   b y     e n d s   i n   a   t i e ,   s o   h e a d   c o a c h   d o c   r i v e r s   c a l l s   f o r   a   s h o o t o u t   b e t w e e n   f u r k a n   a n d   i s a i a h   j o e !  
t h i s   i s   o n e   o f   t h e   f u n n i e s t   r e s p o n s e s   e v e r . 
 
 s t a r t s   o f f   w i t h   “ w e   h a d   n o   p r o b l e m   s c o r i n g   r u n s   o n   t h e   w o r s t   t e a m   i n   b a s e b a l l ”   a n d   e n d e d   h i s   r e s p o n s e   w i t h   “ 7   r u n s   i s   a l o t   t o   o v e r c o m e ” 
 
 m a y b e   m e t s   f a n s   c a n   s t a r t   t o   r e a l i z e   t h e i r   t e a m   i s   a   b u n c h   o f   i n s u f f e r a b l e   l o s e r s  
e m b i i d ,   h a r d e n   b e g i n   a s   7 6 e r s   t o p   c a v s   i n   m i t c h e l l ' s   d e b u t   s a n d i e g o p a d r e s   p a d r e s   g o p a d r e s  
|   p h i l a d e l p h i a   7 6 e r s   |   2 0 2 1   n b a   d r a f t   |   5 9 f i f t y   |   b l u e / r e d   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   2 0 2 1   d r a f t   5 9 f i f t y   b l u e r e d   h a t c r a w l e r   f i t t e d   n e w e r a 
 

|   p h i l a d e l p h i a   7 6 e r s   |   |   5 9 f i f t y   |   r o y a l   b l u e   |   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   5 9 f i f t y   r o y a l   b l u e   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

p h i l a d e l p h i a   7 6 e r s   s t a r   j o e l   e m b i i d   w o r k e d   o u t   w i t h   o k l a h o m a   c i t y   t h u n d e r   r o o k i e   c h e t   h o l m g r e n   o v e r   t h e   s u m m e r .    
      c p 3   w a s   h e a l t h y   i n   2 0 1 9 ,   a l s o   “ j u s t   j o i n e d   7 6 e r s ”   a n d   w t f   e x c u s e   i s   t h a t   h e   p l a y e d   l i k e   a b s o l u t e   a s s ,   m a x y   p l a y e d   b e t t e r   t h e n   h i m   i n   t h e   p l a y o f f f s ,   i f   j o r d o n   p o o l e   p l a y e d   b e t t e r   t h e n   s t e p h   i n   2 0 2 2   t h e   i n t e r n e t   w o u l d   g o   c r a z y
c h e c k   o u t   c h a r l e s   b a r k l e y   a u t o g r a p h e d   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   t e a m   s i g n e d   1 9 8 8     e b a y   v i a  
  1 . c a v s / 2 . w o l v e s / 3 . 7 6 e r s / 4 . j a z z / 5 . c e l t i c s / . k i n g s
    _ 7 6 e r s   i   w o u l d n ' t   w a n n a   s e e   t h a t
t h e   t h u n d e r   h a v e   b e e n   t a n k i n g   f o r   t w o   y e a r s   a n d   h e   h a d   t h e   a u d a c i t y   t o   c o m p a r e   i t   t o   t h e   p r o c e s s   7 6 e r s   w h o   h a d   5   s t r a i g h t   t o p   6   p i c k s   a n d   4   o f   t h e m   b e i n g   w i t h i n   t h e   t o p   3   ( t w o   1 s t   o v e r a l l ) .
_ f r   e s t 
 1 - b u c k s 
 2 - 7 6 e r s 
 3 - c e l t i c s 
 4 - h a w k s 
 5 - c a v s 
 6 - h e a t 
 7 - b u l l s 
 8 - r a p t o r s 
 9 - n e t s 
 1 0 - k n i c k s 
 1 1 - w i z a r d s 
 1 2 - h o r n e t s 
 1 3 - p i s t o n s 
 1 4 - p a c e r s 
 1 5 - m a g i c
c o w b o y s ,   p e n n   s t a t e ,   p h i l l i e s , 7 6 e r s     o h   y e a   t h e   n e x t   w e e k   o r   s o   i   m i g h t   b e   b l o c k   w o r t h y   s o   p l e a s e   b e   p r e p a r e d
    _ 7 6 e r s   y o u   k n o w   i   d o n ' t   w e a r   m a k e u p
h a t e   t o   s e e   i t :   c a v s '   j . b .   b i c k e r s t a f f   o n   t y r e s e   m a x e y ' s   g r o w t h  
  t h e   s i x e r s   a r e   b e t t e r   t h a n   y o u   t h i n k   |   w h y   t h e   p h i l a d e l p h i a   7 6 e r s   c o u l d   s h o c k   e v e r y o n e   t h i s   s e a s o n …    
i ’ m   b a c k     t o d a y   @   1 1 : 3 0   a m   t o   t a l k   p h i l l i e s   & a m p ;   e a g l e s   v s .   c a r d i n a l s ,   7 6 e r s ,   & a m p ;   m o r e .    
  e a g l e s   a n d   7 6 e r s   a r e   f i r s t   r o u n d   e x i t s   u n f o r t u n a t e l y
        y o u   t h i n k   t h e   7 6 e r s   w i l l   l e t   h i m   l e a v e   t o   g o   p l a y   f o r   h i s   n a t i o n a l   t e a m ?
f o r m e r   e x e c   t h i n k s   t h e   s i x e r s   w i l l   w i n   t i t l e   a n d   e m i i d   f o r   n b a m v p    
w i l l   e m b i i d   c h o o s e   t h e   r e d ,   w h i t e ,   a n d   b l u e ?   o r   t h e   b l u e ,   w h i t e ,   a n d   r e d ? 
 
 m y   l a t e s t   f o r     a f t e r     d r o p p e d   m a j o r   e m b i i d   n e w s   y e s t e r d a y 

_ s h o t _ 4 5   _ 7 6 e r s     c a n   y o u   g i v e   a   c h a n c e   t o o   t h e n ?   s e a s o n   h a s n ’ t   e v e n   s t a r t e d
  f i r s t   t a k e   |   k e v i n   h a r t   & a m p ;   s t e p h e n   a   c a n ' t   s t o p   l a u g h i n g :   h o   y o u   f a t   s i g n s   w i t h   7 6 e r s   & a m p ;   j a m e s   h a r d e n    
t h e   p h i l a d e l p h i a   7 6 e r s   a r e   n o t   h a p p y   w i t h   t h e i r   d e f e n s i v e   e f f o r t   i n   t h e i r   p r e s e a s o n   w i n   o v e r   t h e   c l e v e l a n d   c a v a l i e r s .    
  t h e   s t a t e   t h a t   i s   h o m e   t o   t h e   e a g l e s   p h i l l i e s   f l y e r s   7 6 e r s
s o u r c e s   t e l l i n g   m e   d ' a n g e l o   r u s s e l l   i s   r e t i r i n g   f r o m   b a s k e t b a l l   t o   j o i n   t h e   p h i l a d e l p h i a   7 6 e r s   c o a c h i n g   s t a f f .
t h e   s t a r t   o f   t h e   2 0 2 2 - 2 0 2 3   n b a ' s   " r e g . - s e a s o n   g a m e s "   e v e n t   ( a s   o f   n o w )   i n   2 0 2 2   ( o c t . 1 8   2 0 2 2   w / 2   g a m e s   o n   t n t   w / 7 6 e r s - c e l t i c s   i n   b o s t o n   & a m p ;   l a k e r s - w a r r i o r s   i n   s a n   f r a n c i s c o )   i s   1 0   d a y s   f r o m   t o d a y ! 1 0 d a y s t i l t h e n b a s e a s o n i n 2 0 2 2   n b a t i p o f f w e e k 2 0 2 2   n b a 2 0 2 3
      1 0 0 %   b e c a u s e   p e o p l e   j u s t   d o n ’ t   l i k e   d r a y 
 
 i f   r o l e s   w e r e   r e v e r s e d   & a m p ;   d r a y m o n d   w a s   t a l k i n g   s h i t   a n d   p o o l e   g o t   i n   h i s   f a c e ,   d r a y m o n d   p u s h e d   h i m   a n d   p o o l e   t h r e w   t h e   p u n c h …   a l l   t h e s e   p e o p l e   c a l l i n g   i t   a   s u c k e r   p u n c h   w o u l d   f l i p   t h e i r   t u n e   a n d   s a y   d r a y   w a s   a s k i n g   f o r   i t   f r o m   t h e   p u s h
c h a r l e s   b a r k l e y   1 9 8 6   f l e e r   r c   7   b a s k e t b a l l c a r d s   a d  
a s   y o u   c a n   t e l l ,   i ’ m   p r e t t y   h a n d y   w i t h   p h o t o s h o p .   c r a c k e d   m y s e l f   u p   m a k i n g   t h i s   t h o u g h .   
 
 f u c k   t h e   m e t s .
m e t s   f a n s   t o d a y   
 ( s o u n d   o n )  
_ a r t                         n i c e   j o b ,   i t s   a   w o n d e r f u l   m u r a l   o f   o u r   b e l o v e d   7 6 e r s   t e a m s   t h r o u g h o u t   t h e   f r a n c h i s e ' s   h i s t o r y .   h a p p y   b e l a t e d   b i r t h d a y   a l s o .   👍
i t ’ s   g r e a t   t o   b e   a   p h i l a d e l p h i a   s p o r t s   f a n ! !   e a g l e s   a r e   4 - 0 ,   p h i l l i e s   w o n   g a m e   1   i n   s o   f a r !   a l s o   p h i l a d e l p h i a   u n i o n   i s   1   i n   e a s t e r n   c o n f e r e n c e   o f   t h e   m l s .   7 6 e r s     m a d e   t h e   p l a y o f f s   l a s t   y e a r   b u t   f l y e r s   a r e   s t r u g g l i n g .
o c t o b e r   8 
 h a p p y   b i r t h d a y ! 
 
 
 
 e a g l e s   g o b i r d s   f l y e a g l e s f l y   7 6 e r s   s i x e r s   p h i l a u n i t e   p h i l l i e s   r i n g t h e b e l l   f l y e r s   b r i n g i t t o b r o a d   d o o p  
b e n   s i m m o n s   2 5   p h i l a d e l p h i a   7 6 e r s   s h i r t 
  
d o c   r i v e r s   a d d r e s s e s   t h e   b a c k u p   c e n t e r   s p o t   f o r   t h e   p h i l a d e l p h i a   7 6 e r s   s o   f a r   i n   p r e s e a s o n .    
b e n   s i m m o n s   g a m e   f a c e   p h i l a d e l p h i a   7 6 e r s   s i g n a t u r e   s h i r t 
  
b e n   s i m m o n s   2 5   p h i l a d e l p h i a   7 6 e r s   s h i r t 
  
t h e   p h i l a d e l p h i a   7 6 e r s   w a n t   t y r e s e   m a x e y   t o   c o n t i n u e   t o   g o   f o r   h i s   o f f e n s e   m o r e   r a t h e r   t h a n   h e s i t a t e   o n   t h a t   e n d .    
s t u n n i n g   g a m e   w i n n e r   b y   k a w h i   l e o n a r d   i n   t h e   2 0 1 9   p l a y   o f f s   a g a i n s t   7 6 e r s   
 
 s p o r t s   s p o r t s m e m e   s o l a n a   s o l   n f t   n f t c o m m u n i t y  
_ 7 6 e r s   t h e   c o w ?
  s i m m o n s   t o o k   4   s h o t s   a n d   s c o r e d   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a n   o p e n   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   t h i s   i s   n o t   n e w . 

n e w   l i s t i n g !   
 
 j o e l   e m b i i d   2 0 2 1 - 2 2   p a n i n i   p r i z m   c r a c k e d   i c e   s i l v e r   p r i z m s   1 7 6   7 6 e r s   m i n t   
 
 c h e c k   i t   o u t :   
 
 t r a d i n g c a r d s   f o r s a l e   e b a y  
n e w   l i s t i n g !   
 
 b e n   s i m m o n s   2 0 1 9 - 2 0   n b a   h o o p s   p r e m i u m   s t o c k   l i g h t s ,   c a m e r a ,   a c t i o n   7 6 e r s   m i n t   
 
 c h e c k   i t   o u t :   
 
 t r a d i n g c a r d s   f o r s a l e   e b a y  
h e y y y   e v e r y b o d y   p h i l a d e l p h i a   7 6 e r s
[ j a m e s   h a r d e n ]   c r a z y   c o m e b a c k     
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
f o r m e r   n b a   p l a y e r   h a r v e y   g r a n t ,   w h o   r e t i r e d   w i t h   p h i l a d e l p h i a   7 6 e r s   s p o t t e d   i n   a   b r e a s t   c a n c e r   s t r e e t   c a m p a i g n   i n   g h a n a .      
🏀 m i t c h e l l   r o b i n s o n | n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 🏀 
 👇 
 
 
 n b a 7 5 
 b l e e d g r e e n 
 n e t s w o r l d 
 n e w s y o r k f o r e v e r 
 7 6 e r s 
 w e t h e n o r t h 
 n b a 
 相 互 フ ォ ロ ー 
 フ ォ ロ ー バ ッ ク
_ f a c e _ g o a t   h a r d e n   f a n s   d o n ' t   g i v e   a f   a b o u t   c u r r y .   w e ' r e   l o o k i n g   f o r w a r d   t o   t h e   7 6 e r s   c o n t e n d i n g   f o r   a   t i t l e .   i t ' s   y o u   l o s e r   c u r r y   f a n s   t h a t   r u n   a r o u n d   h a t i n g   a l l   d a y .   t h a t ' s   w h y   e v e r y   o n c e   i n   a   w h i l e ,   w e   e x p o s e   h i m   f o r   b e i n g   o v e r r a t e d   💯
w h a t ' s   b e s t   o n     ? 
 k e v i n   h a r t   t a l k s   e a g l e s   a n d   7 6 e r s   f u l l   i n t e r v i e w   :   s p o r t s c e n t e r 
 
 s p o r t s   e s p n   v i r a l   s p o r t s   s p o r t s n e w s  
b e s t   o f   t h e   d a y   o n   
 k e v i n   h a r t   t a l k s   e a g l e s   a n d   7 6 e r s   f u l l   i n t e r v i e w   :   s p o r t s c e n t e r 
 
 s p o r t s   e s p n   v i r a l   s p o r t s   s p o r t s n e w s
w h a t ' s   b e s t   o n     ? 
 k e v i n   h a r t   t a l k s   e a g l e s   a n d   7 6 e r s   f u l l   i n t e r v i e w   :   s p o r t s c e n t e r 
 
 s p o r t s   e s p n   v i r a l   s p o r t s   s p o r t s n e w s
    h a r d e n   w a s   4 - 9 ,   1 1   p o i n t s   i n   h i s   m o s t   r e c e n t   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   t h e   o p p o r t u n i t y   t o   s c o r e   m o r e   b u t   c h o s e   t o   b e   a   p a s s e r   i n s t e a d  
  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   b o s t o n   c e l t i c s   ( l i v e   p l a y - b y - p l a y   & a m p ;   r e a c t i o n s )    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   b o s t o n   c e l t i c s   ( l i v e   p l a y - b y - p l a y   & a m p ;   r e a c t i o n s )    
  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

m o n t r e z l   h a r r e l l   i s   l e f t   f e e l i n g   b l o w n   a w a y   b y   p h i l a d e l p h i a   7 6 e r s   r i s i n g   s t a r   t y r e s e   m a x e y .    
  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

_ p a u l     t h e   p h i l s   a r e   g o i n g   t o   g e t   t h i s   " d e c a d e   o f   d o m i n a n c e "   i n   p h i l a d e l p h i a   s p o r t s .   i   a m   f e e l i n g   1 3   c h a m p i o n s h i p   t e a m s   b e t w e e n   t h e   p h i l l i e s ,   e a g l e s ,   & a m p ;     7 6 e r s   b e f o r e   2 0 3 2 !
  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

_   s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

_ n e w y o r k   s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

t h e   p h i l l i e s   m i g h t   a c t u a l l y   w i n   s e r i e s   b e c a u s e   t h e   7 6 e r s   w o n ’ t   d o   a n y t h i n g   t h i s   y e a r .
  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   a n d   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

_   s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

_ b u s i n e s s _   s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

  s i m m o n s   w a s   2 - 4 ,   5   p o i n t s   i n   h i s   f i n a l   p l a y o f f   g a m e   w i t h   t h e   7 6 e r s   h a d   a   d u n k   a t   t h e   e n d   o f   t h e   g a m e   b u t   r e f u s e d   t o   s h o o t .   
 

    a   l o t   o f   t e a m s   a r e ,   t i m b e r w o l v e s ,   c a v s ,   w a r r i o r s ,   c l i p p e r s ,   n u g g e t s ,   l a k e r s ,   m e m p h i s ,   b u c k s ,   7 6 e r s ,   h e a t ,   n e t s ,   s u n s ,   c e l t i c s ,     h a l f   d a   d a m n   l e a g u e ,   t h e   o t h e r   h a l f   a s s 😂
  _ 7 6 e r s     b r o   i ’ v e   w a t c h   e v e r y   d r i b b l e   o f   t h a t   m a n s   c a r e e r ,   i t ’ s   t h e   s a m e   s h i t   o v e r   a n d   o v e r   a g a i n   p a s s i n g   o u t   o f   t h e   p a i n t   w i t h   a   s m a l l e r   d e f e n d e r   o n   y o u ,   o r   e v e n   p a s s i n g   o u t   o f   t h e   p a i n t   w h e n   n o b o d y ’ s   t h e r e ,   i ’ m   n o t   m a k i n g   t h i s   u p .   t h a t ’ s   w h a t   h e   d o e s . 🤷 🏾 ‍ ♂ ️
i   t h i n k   t h e   7 6 e r s   m i g h t   w i n   i t   a l l   t h i s   y e a r ,   9 0 %   c e r t a i n .
k y r i e   i r v i n g   p u t s   u p   2 7   p o i n t s   t o   g e t   t h e   c e l t i c s   t h e i r   f i r s t   w i n   o f   t h e   s e a s o n   o v e r   t h e   7 6 e r s ! ! !   💚 🤍 💚 🤍 💚
  f a c e .   w i t h   t h e   p i l l o w   b e t w e e n   m y   a r m   a n d   h e a d
    d u r i n g   t h e   7 6 e r s   s e r i e s   l a s t   s e a s o n   t h e y   w h e r e   u n b e a r a b l e
  n b a   2 k 2 3   p s 5   4 k   g a m e p l a y   |   p h i l a d e l p h i a   7 6 e r s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   b r o o k l y n   c h i l i '   n e t s   b r o o k l y n t o g e t h e r   s p i c y '       s p i c y '   n b a   m i x !    
@ _ _ m o 0 d y       h o w   m a n y   t o p   p i c k s   d i d   t h e   7 6 e r s   g e t   w h e n   t h e y   t a n k e d ?
t y r e s e   m a x e y   m i g h t   b e   t h e   a n s w e r   f o r   p h i l a d e l p h i a   7 6 e r s 
 
 
 
 n b a   s i x e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   n b a t w i t t e r   n b a p r e s e a s o n   n b a j a p a n g a m e s 2 0 2 2   n b a l e a g u e p a s s   n b a i n a b u d h a b i   n b a 2 k 2 3   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   m f f l   l a k e s h o w   l a k e r s
b e   c r a z y   i f   p h i l l i e s ,   e a g l e s ,   a n d   7 6 e r s   a l l   b r o u g h t   t h e m   s h i p s   b a c k   t o   t h e   c i t y !   🤔
n e w   t u m b l r   p o s t :   " n b a 2 k 2 3   p h i l a d e l p h i a   7 6 e r s   v s   c h i c a g o   b u l l s   m y l e a g u e   p s 4   g a m e s . . . "     i f t t t ,   y o u t u b e ,   t w i t c h
_   j o k i c   t h a t   n i g g a   m a n   a n d   h e   f i n a l l y   g o t   r e a l   n b a   p l a y e r s   o n   h i s   t e a m .   7 6 e r s   s h o u l d   g o   f a r   a s   l o n g   a s   d o c   r i v e r s   d o n ’ t   f u c k   i t   u p
_ 7 6 e r s   w h o   t f   i s   t i m m y
  2 2 7 ' s   y o u t u b e   c h i l i '   m i l w a u k e e   c h i l i '   b u c k s   f e a r t h e d e e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   p h i l a d e l p h i a   7 6 e r s   p l a y   n o w   o n l i n e   n b a   2 k 2 3    
  a l s o   h a l   g r e e r   o n   t h o s e   o r i g i n a l   7 6 e r s   t e a m .   i   w a s   a   b i g   p h i l a d e l p h i a   7 6 e r   f a n .
  f i r s t   i t   w a s   w a l l y   j o n e s   o f   t h e   p h i l a d e l p h i a   7 6 e r s .   t h e n   i t   w a s   w a l t   f r a z i e r   o f   t h e   n e w   y o r k   k n i c k s .   i ' m   6 4   y e a r s   o l d   s o   i   g o   b a c k   q u i t e   a   f e w   y e a r s
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   b o s t o n   c e l t i c s   ( l i v e   p l a y - b y - p l a y   & a m p ;   r e a c t i o n s )    
  n b a   2 k 2 3   p s 5   4 k   g a m e p l a y   |   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s   b r o o k l y n   n e t s    
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s .   g o l d e n   s t a t e   w a r r i o r s   p l a y   n o w   o n l i n e   n b a   2 k 2 3    
  m i l w a u k e e   b u c k s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   p l a y   n o w   o n l i n e   n b a   2 k 2 3    
  s i l l y   7 6 e r s   n a r r a t i v e s   y o u r   m o s t   t i r e d   o f   h e a r i n g   -   f o r m e r   s i x e r s   p g   e r i c   s n o w   r e a c t s    
p h i l a d e l p h i a   7 6 e r s   v e t e r a n   p j   t u c k e r   d i s c u s s e s   w h a t   i m p r e s s e s   h i m   a b o u t   t y r e s e   m a x e y   a n d   w h e r e   t h e   y o u n g   m a n   c a n   i m p r o v e .    
7 6 e r s ’   d o c   r i v e r s   m e r g e s   b l a c k   h i s t o r y   l e s s o n s   i n t o   t r a i n i n g   c a m p  
_ 7 6 e r s       h e ’ s   p l a y i n g   z o n e   d e f e n c e . . .   p l e a s e   s t o p   r e p l y i n g ,   y o u ’ r e   e m b a r r a s s i n g   y o u r s e l f
n u g g e t s   v s   7 6 e r s   f i n a l s
_     h e   h a d   h i s   b e s t   g a m e s   a g a i n s t   b u c k s   a n d   7 6 e r s   a n d   a l s o   h a s   b e s t   2 n d   j u m p   i n   l e a g u e   👍 🏾
m y   e a s t e r n   c o n f e r e n c e   s t a n d i n g s   p r e d i c t i o n s 
 1 .   c e l t i c s 
 2 .   7 6 e r s 
 3 .   b u c k s 
 4 .   n e t s 
 5 .   h e a t 
 6 .   c a v s 
 7 .   r a p t o r s   
 8 .   h a w k s 
 9 .   k n i c k s 
 1 0 .   w i z a r d s 
 1 1 .   b u l l s 
 1 2 .   m a g i c 
 1 3 .   h o r n e t s 
 1 4 .   p i s t o n s 
 1 5 .   p a c e r s
      h e   w a s   l i t e r a l l y   o p e n   t h e   e n t i r e   t i m e .   t h e   d u d e   j u s t   d i d n ’ t   r e s p e c t   t h e   s h o t
n e t s '   b e n   s i m m o n s   r e f l e c t s   o n   t i m e   w i t h   7 6 e r s :   ' i   f e e l   l i k e   i ' m   p a r t   o f   p h i l l y   s t i l l ' 
 j e r s e y   m l b   n f l   n b a   n h l   n c a a   b a s e b a l l   a m e r i c a n f o o t b a l l   b a s e b a l l j e r s e y   a m e r i c a n f o o t b a l l j e r s e y   b a s k e t b a l l   b a s k e t b a l l j e r s e y 

7 6 e r s   -   l a k e r s   o n   m y   2 0 1 1 - 1 2   r o s t e r   a r e   d o n e   . . 
 s o m e   p l a y e r s   f a c e s   t h r o u g h   t h e s e   t e a m s   h a v e   t o   b e   u p d a t e d   
 b u t   i ’ m   s t i l l   u p d a t i n g   t h e s e   r o s t e r s   d a i l y ! ! 
   _ o l i 7     _ 2 k r o s t e r s    
_ 7 6 e r s       t h a t ’ s   n o t   d r a w i n g   a   d o u b l e ?   w h a t   t e r m i n o l o g y   w o u l d   y o u   u s e   t o   d e a r   i   b e   t h e   p l a y e r   g u a r d i n g   t h e   3 ,   m o v i n g   o v e r   t o   b e n   i n   t h e   p o s t ,   r e s u l t i n g   i n   a n   o p e n   p l a y e r   o n   t h e   3   p o i n t   l i n e ?
n e t s '   b e n   s i m m o n s   r e f l e c t s   o n   t i m e   w i t h   7 6 e r s :   ' i   f e e l   l i k e   i ' m   p a r t   o f   p h i l l y   s t i l l ' 
 j e r s e y   m l b   n f l   n b a   n h l   n c a a   b a s e b a l l   a m e r i c a n f o o t b a l l   b a s e b a l l j e r s e y   a m e r i c a n f o o t b a l l j e r s e y   b a s k e t b a l l   b a s k e t b a l l j e r s e y 

p h i l a d e l p h i a   7 6 e r s   " c i t y   c l u s t e r "   s i d e   p a t c h   g r a y   b o t t o m   r o y a l   5 9 f i f t y   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   c i t y   c l u s t e r   s i d e   p a t c h   g r a y   b o t t o m 
 

n e t s '   b e n   s i m m o n s   r e f l e c t s   o n   t i m e   w i t h   7 6 e r s :   ' i   f e e l   l i k e   i ' m   p a r t   o f   p h i l l y   s t i l l ' 
 j e r s e y   m l b   n f l   n b a   n h l   n c a a   b a s e b a l l   a m e r i c a n f o o t b a l l   b a s e b a l l j e r s e y   a m e r i c a n f o o t b a l l j e r s e y   b a s k e t b a l l   b a s k e t b a l l j e r s e y 

t h e   p h i l a d e l p h i a   7 6 e r s   h a v e   w o n   t h e   2 0 2 8   n b a   c h a m p i o n s h i p .
n e t s '   b e n   s i m m o n s   r e f l e c t s   o n   t i m e   w i t h   7 6 e r s :   ' i   f e e l   l i k e   i ' m   p a r t   o f   p h i l l y   s t i l l ' 
 j e r s e y   m l b   n f l   n b a   n h l   n c a a   b a s e b a l l   a m e r i c a n f o o t b a l l   b a s e b a l l j e r s e y   a m e r i c a n f o o t b a l l j e r s e y   b a s k e t b a l l   b a s k e t b a l l j e r s e y 

_ 7 6 e r s   y o u   h a v e   t h e   m o s t   r a n d o m   g o o d n i g h t s
  p j   t u c k e r s   i s   a   v e r y   g o o d   v e t e r a n   n i c e   s t e a l   7 6 e r s
  y e a h ,   b u t   h o w   d i d   y o u   r e a l l y   f e e l ?
i   h a t e   t h e   p h i l a d e l p h i a   7 6 e r s .
  i t ’ s   s o   h e l p f u l   f o r   m y   m e n t a l   h e a l t h   t o   s e e   n e t s   f a n s   b e n d i n g   o v e r   b a c k w a r d s   t o   d e f i n e   s i m m o n s
      h a h a   t h a t   i s n ’ t   d r a w i n g   a   d o u b l e
g o o d n i g h t  
  t h e y   h a v e   a   l o t   o f   w a s t e d   s a l a r y   o n   t h a t   t e a m   ( s i m m o n s )
  y e a   h u h 😕
  u   j u s t   d i d 😕
✨   t o p   f r i e n d s   
 
 🥇   n a t h a n j 0 4 0 6 0 9 3 1 
 🥈   g r a c e _ 7 6 e r s 
 🥉   c e r t i f i e d d d b a r 3 
 🏅   m a r y k a y d e b 2 0 0 1 
 🏅   d o n n y s _ b u r n e r 
 🏅   h o t t a k e s w i t h c _ m 
 🏅   w e n t z h o f 
 
 ➡ ️    
  u   i n s u l t e d   m e 😕
    g r e w   u p   a   7 6 e r s   f a n   f r o m   t h e   d r   j   d a y s   a n d   t h r u   t h e   8 0 ’ s .   t h e n   i   w e n t   t o   s c h o o l   i n   t h e   p o r t l a n d   a r e a   w h e n   t h e   b l a z e r s   m a d e   t h e   f i n a l s   t w i c e .   g o t   c a u g h t   u p   i n   b l a z e r   m a n i a .
_   a l l   g r e e n   c o o l   t o o
m y   m a s c a r a   w a s   p e r f e c t   t o d a y  
_   a l l   w h i t e   c o o l   t o o
_   a l l   b l a c k   c o o l   t o o
t e a m s   w e   p l a y   t w i c e   b a c k   t o   b a c k : 
 r a p t o r s 
 h o r n e t s 
 w i z a r d s 
 b o s t o n 
 m i l w a u k e e 
 p h i l a d e l p h i a 
 a t l a n t a   ( a   g a m e   a f t e r   7 6 e r s   t w i c e ) 
 c l e v e l a n d   ( a f t e r   p l a y i n g   a t l a n t a )
    7 6 e r s   & g t ;   c e l t i c s
_ 7 6 e r s   s o   d o   i   🤯
  i   d o   t o u c h   g r a s s   a c t u a l l y
_ 7 6 e r s   i r o n i c
  t o u c h   g r a s s
_ 7 6 e r s   m a j o r i t y   w i n s   i   f e a r
p h i l a d e l p h i a   7 6 e r s   l e g e n d   j u l i u s   e r v i n g   d o e s   n o t   h a v e   l e b r o n   j a m e s   o n   h i s   a l l - t i m e   n b a   t e a m s .
  i   t h i n k   t h a t
_ 7 6 e r s   b r o   t h e r e ’ s   n o   w a y   u   t h i n k   t h a t ?
  n o   i t s   h o n e s t l y   g r o s s
_ 7 6 e r s   😭 😭 😭 😭 n a h h h h h   g   u   b u g g i n
_ 7 6 e r s   o r a n g e   j u i c e   i s   i t
_ 7 6 e r s   i f   i t ’ s   c o l d   w a t e r   t h e n   i   a g r e e .   t a s t e s   n o   d i f f e r e n t   t h a n   a   c o o k i e   w / m i l k
  _ 7 6 e r s   w h a t   i f   y o u ' r e   h o m e s c h o o l e d ?
  i   s a i d   s o
  l   t h e n
_ 7 6 e r s   w h a t   i f   y o u ' r e   n o t   i n   s c h o o l
_ 7 6 e r s   d e p e n d s   o n   t h e   d a y   f r f r
  o u t   o f   c o n t e x t   7 6 e r s
  h e l l o !
  i   c a n ' t   c u z   i   c a n ' t   d o w n l o a d   i t   o n   t h e   k i n d l e   a n d   i   d o n t   h a v e   m y   p h o n e   r n
_ 7 6 e r s   i ' d   r e c o m m e n d   d o i n g   n g l   l i n k .   m u c h   m o r e   f u n
_ 7 6 e r s   i   a s k e d   a   q u e s t i o n   n o w   d o   u r   h y p o t h e s i s
_ 7 6 e r s   m i g h t   b e   c o h e n   p a s s i n g   o n   p a y i n g   d e g r o m   a f t e r   t o m o r r o w .
_ 7 6 e r s   n o t   c l i c k i n g   o n   t h a t   s c a m
v a n   s o m e o n e   t r y   t h i s   o l d   i   w a n n a   s e e   h o w   i t   w o r k s  
_   h a h a   t h a t ’ s   b e r n i e   p a s s i n g   o n   p a y i n g   $ 1 0 0 0 +   f o r   t h o s e   s h o e s .
  _ 7 6 e r s   h e ’ s   n o t   t y r e s e   m a x e y   s k i n   t h o   h e   l i g h t s k i n
_ 7 6 e r s   s i x e r s   m a s c o t   😭
  _ 7 6 e r s   s h e   g o t   l o n g   h a i r   p u t   i t   h o w   j a l e n   g r e e n   h a s   i t   w e a r   h i s   j e r s e y   s o m e   r o c k e t s   s h o r t s   a n d   s o m e   j o r d a n s
  w e l l   n o   i ' m   n o t   b e i n g   t h e   d e v i l
_ 7 6 e r s   d o   a n   n g l   l i n k .   t h e y   a r e   f u n
  _ 7 6 e r s   w e   b a c k   t o ,   h o w   t f   s h e   g o n n a   d o   t h a t
_ 7 6 e r s     o k   t h e n   d r e s s   u p   a s   j a l e n   g r e e n
  u   s p e l l e d   i t   w r o n g
    i   s a i d   s o
_ 7 6 e r s   i   j u s t   g e t   a l l   h o t   a n d   s w e a t y   a n d   i t ' s   n o t   f u n   t h i n k i n g   o f   a   c o s t u m e   a n d   a c t u a l l y   m a k i n g   i t   h a p p e n
  _ 7 6 e r s   o r   h e a r   m e   o u t   s h e   c a n   d r e s s   u p   a s   j o s h   a l l e n
  s a t o n ?
_ 7 6 e r s   i ' m   n o t   g o i n g   b e c a u s e   i t ' s   n o t   t o o   f u n   a n y m o r e   b u t   i   s a y   g o   a s   a   7 6 e r .
  _ 7 6 e r s   s h e   g o n n a   b e   t y r e s e   m a x e y   b u t   t h e   f a c e s c a n   b r o k e n
    w h y   n o t
  _ 7 6 e r s   i ’ m   j u s t   s a y i n g   u   c a n ’ t   b e   w h i t e   a n d   b e   t y r e s e   m a x e y
  u   s t o l e   s o m e o n e ' s   i d e a
  i   t o l d   u   s o
  _ 7 6 e r s   n a h   t h i s   w i l d ,   y o u   t r y n a   m a k e   h e r   b l a c k f a c e
_ 7 6 e r s   n o   k i d d i n g   t h a t ' s   a   🔥   c o m b i n a t i o n
    j u s t   d o   i t ?
  _ 7 6 e r s   h o w   s h e   g o n   t u r n   b l a c k   s p r a y   p a i n t ?
_ c o n e   p h i l l y   7 6 e r s   a n d   d e n v e r   n u g g e t s
  _ 7 6 e r s   j e r s e y ,   t w i z z l e r s   f o r   t h e   h a i r ,   s h i t   b r o   i d k
_ 7 6 e r s   h o l d   o n   a   s e c o n d
_ 7 6 e r s   l a r e n t s
o m g   a l e c  
  _ 7 6 e r s   h o w   t f   s h e   g o n   d o   t h a t ?
_   p h i l l i e s   h a v e   s o m e   r o o m   t o   w e l c o m e   n e w   f a n s   i f   y o u ’ r e   i n t e r e s t e d
  n o   m y   p a r e n t s   w o u l d n ' t   l e t   m e 💔
_ 7 6 e r s   i t ’ s   2 0 2 2   u r   s t i l l   d r e s s i n g   u p   f o r   h a l l o w e e n ?
_ 7 6 e r s   a   d r u g   d e a l e r
_ 7 6 e r s   a   f u n   o n e   a t   t h a t
g u y s   w h a t   s h o u l d   i   b e   f o r   h a l l o w e e n
h o t   t a k e :   e a t i n g   a   c h o c o l a t e   c h i p   c o o k i e   a n d   t h e n   d r i n k i n g   w a t e r   i s   r l y   r l y   g o o d
d o   u   l i k e   s c h o o l
  i t   i s   t h e   s t a r t   o f   a n   a d v e n t u r e
_ 7 6 e r s   i t   i s   t h a t   s t a r t   o f   t h e   w e e k e n d
  2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   v s .   c l e v e l a n d   c a v i l e r s   p r e - s e a s o n   t a k e a w a y s    
  w h a t   t o   m a k e   o f   t h e   g o o d   v i b e s   i n   p h i l a d e l p h i a ?   f o r m e r   7 6 e r s   p g   e r i c   s n o w   r e a c t s    
  r e p l a y :   a u g u s t   1 2 :   t o r o n t o   r a p t o r s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   ( h i g h l i g h t   p l a y s )    
  t y r e s e   m a x e y   & a m p ;   j a m e s   h a r d e n   b e t s   |   2 0 2 2 - 2 3   n b a   s e a s o n   p r e d i c t i o n s   & a m p ;   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   f u t u r e …    
  b u c k s 
 h e a t 
 c e l t i c s   
 h a w k s   
 r a p t o r s 
 7 6 e r s 
 n e t s 
 c a v s 
 
 k n i c k s   w o n ' t   m a k e   i t
  l o v e   f r i d a y
i   a m   f u l l y   a d d i c t e d   t o   t w e e t i n g   a b o u t   t h e   s o p r a n o s   a n d   t h e   7 6 e r s   a s   i   w a t c h   t h e m   l i k e   i t s   a   p u b l i c   s e r v i c e
j a d e n   s p r i n g e r   h a s   b e e n   i d e n t i f i e d   a s   s o m e b o d y   t h e   p h i l a d e l p h i a   7 6 e r s   s h o u l d   m a y b e   l o o k   i n t o   m o v i n g .    
_ 7 6 e r s   t h e y   j u s t   b r o u g h t   h i m   i n   f o r   t h e   h i l a r i o u s   p i c t u r e s
_ 7 6 e r s   b u t   f r i d a y
l m f a o o o o  
l o l   f u c k   t h e   m e t s
  r a t i o
  i ' m   j u s t   b e i n g   c o n f u s i n g   t o   b e   c o n f u s i n g
_ 7 6 e r s   t h e   b e s t   d a y   o f   t h e   w e e k
_ 7 6 e r s   i ' m   m a d   c o n f u s e d
t i m m y   i s   f * c k i n g   h i l a r i o u s   i   j u s t   w a n t   u   a l l   t o   k n o w   t h a t
  p r o b a b l y
  h i   w a r r y y y y
_ 7 6 e r s   b e c a u s e   i   d o n ' t   k n o w
_ 7 6 e r s   w a s   h e   f l e x i n g   i t ?   " y e a h ,   m y   g r e a t   g r a n d p a   w a s   a   f r i e n d   o f   h i t l e r ,   n o   b i g   d e a l "
w h o   g a v e   t h e m   m y   f a c e   r e v e a l ? ! ? ! !  
  y   n o t
_ 7 6 e r s   n o ,   i   d o n ' t   k n o w
  u   d o   k n o w   a c t u a l l y
  n o   w h a t
h e   a l s o   g o t   m o r e   c u z   h e   s a i d   h i s   p a r e n t s   a r e   l e a d e r s   o f   t h e   m o f i a
t h e   p h i l a d e l p h i a   7 6 e r s   a r e   t r a d i n g   t a r i k   b l a c k   t o   t h e   n e w   y o r k   k n i c k s   i n   e x c h a n g e   f o r   r u d y   g a y   s o u r c e s   t e l l   m e   a n d   .
t h i s   k i d   i n   m y   g r a d e   g o t   d e m e r i t s   b c   h e   t o l d   p e o p l e   h i s   g r e a t   g r a n d f a t h e r   w a s   f r i e n d s   w i t h   h i t l e r 😭 😭 😭 😭 😭 😭 😭 😭 😭
i t s   a   l o v e   h a t e   r e l a t i o n s h i p   y k ?
  u   s e e m   l i k e   a   c h e e z i t s   k i n d a   p e r s o n   i c l
    _ d e   e l t o n   b r a n d   m a d e   s o m e   o f   t h e   w o r s t   d r a f t ,   t r a d e ,   a n d   c o n t r a c t   n e g o t i a t i o n s   i n   7 6 e r s   h i s t o r y .   t h a t s   w h y   t h e y   a d d e d   d a r y l   m o r e y   ( t h a n k   g o d )
_ 7 6 e r s   b l o c k e d
_ 7 6 e r s   b o d y   c o u n t ?
_ 7 6 e r s   i   a g r e e
_ 7 6 e r s   h o w   m a n y   s i b l i n g s   d o   y o u   h a v e ?
  _ 7 6 e r s   h o l d   u p   g r a c e ,   i   g o t   t h i s   o n e .   p u r e   g a s
_ 7 6 e r s   t h e   j e r s e y   f l o c k   t h i n g
  w h a t   t h i n g y
_ 7 6 e r s   c a n   y o u   r e t w e e t   m y   t h i n g y   p l e a s e
_ 7 6 e r s   h e   c o u l d   a l w a y s   b u i l d   a   f o r t
f r i d a y y y y y y y   a h a a a a a a a a a
a s k   m e   q u e s t i o n s   i l l   a n s w e r   a n y t h i n g
  h e   d o e s n ' t   h a v e   a   p h o n e
_ 7 6 e r s   d o e s   h e   k n o w   7 6 e r s   h i g h l i g h t s   a r e   o n   y o u t u b e ?
  w e   d o n t   w a t c h   b o r i n g   t h i n g s
_ 7 6 e r s   p u t t i n g   h i s   f r i e n d   i n   t h e   s h o w e r .   w h a t   c o u l d   h e   a c c o m p l i s h ?   d o e s   h e   k n o w   t h e y   c a n   p e a c e f u l l y   w a t c h   p o s t   s e a s o n   b a s e b a l l ?
  a t t e m p t   w h a t
  m y   m o m   i s   m a d
_ 7 6 e r s   w h y   w o u l d   o n e   e v e n   a t t e m p t   t h a t ?
_ 7 6 e r s   b r u h   w t f     😭
_ 7 6 e r s   t h e r e   w e   g o   t h a t ' s   u s i n g   t h e   o l d   t h i n k   t a n k   f o r   g o o d !
m y   b r o t h e r   t o l d   t h e   f r i e n d   t o   g e t   i n   m y   p a r e n t s   s h o w e r   n o w   m y   m o m   i s   p i s s e d  
  i m   p r e t e n d i n g   t o   b e   a s l e e p
_ 7 6 e r s   i   f i n d   t h e   e a s i e s t   w a y   t o   d i s a r m   1 1   y e a r   o l d   s i b l i n g s   i s   b u i l d   t h e m   a   f o r t .   t r y   t h a t
  t h a n k s
l i k e   s e r i o u s l y .   w h e n   a r e   t h e y   g o i n g   t o   s t a r t   s a y i n g   h o w   i n s a n e l y   d e e p   7 6 e r s   a r e     w e   n e e d   a   t o p i c   o n   t h i s   t e a m  
_ 7 6 e r s   b u t   g o o d   l u c k   w i t h   y o u r   l i t t l e   b r o t h e r   +   f r i e n d
m y   s p o r t s   o b s e s s i o n :   h a p p y   b i r t h d a y   -   n i k   s t a u s k a s   
 b a s k e t b a l l c a r d s   c o l l e c t   n e t s   7 6 e r s   k i n g s   

  d i r t y   b l o n d e   i g   i t s   c a l l e d
_ 7 6 e r s   w h a t   h a i r   c o l o r   d o   y o u   c o n t a i n ?
_ 7 6 e r s   y o u   t h i n k   s h e ' s   b l o n d e   i   a m   u b e r   b l o n d .   a s   i n   b l o n d e r   t h a n   b l o n d .   w h a t e v e r   y o u   c o n s i d e r   b l o n d   t h i s   i s   b l o n d e r
  m y   b r o t h e r   i s   b l o n d e   t o o 💀
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w k 3 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
6 0 %   3 f g %   l e t ' s   g o ! ! ! ! ! ! ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   p h i l a d e l p h i a 7 6 e r s   t a l e n h o r t o n t u c k e r  
7 6 e r s   h a v e   s i g n e d   p a t r i c k   m c c a w   p a t r i c k m c c a w   p h i l a d e l p h i a 7 6 e r s  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   p h i l a d e l p h i a 7 6 e r s   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 7 6 e r s v s c a v a l i e r s   a t l a n t i c d i v i s i o n   c a v a l i e r s v s 7 6 e r s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   p h i l a d e l p h i a 7 6 e r s  
c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   p h i l a d e l p h i a 7 6 e r s   t a l e n h o r t o n t u c k e r  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   t o   9 7 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w k 3 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
u s   w h e n   m a x e y   p l a y s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
[ t a i l g a t e   t h r e a d ]   p h i l a d e l p h i a   7 6 e r s   ( 2 - 0 )   @   c l e v e l a n d   c a v a l i e r s   ( 0 - 1 )   -   0 7 : 0 0   p m   e d t 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
t h e   p h i l l i e s   a r e   h e a d e d   t o   n l d s ! ! !   t i m e   t o   c e l e b r a t e   🍾 🍾 🍾   s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b c s p o r t s p h i l a d e l p h i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   p h i l l y  
j a m e s   h a r d e n   o n   j o e l   e m b i i d :   “ h e ’ s   o n e   o f   o n e ”   j a m e s h a r d e n   j o e l e m b i i d   p h i l a d e l p h i a 7 6 e r s  
w h a t   a   g r e a t   t i m e   t o   b e   a   p h i l l y   s p o r t s   f a n !   e a g l e s   p h i l l i e s   s i x e r s   a n d   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b r a v e s   c a r d i n a l s   e a g l e s c a r d i n a l s   e a s t e r n c o n f e r e n c e   k y l e r m u r r a y   n b c s p o r t s p h i l a d e l p h i a   n i c k s i r i a n n i   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   p l a y o f f s  
p h i l a d e l p h i a   7 6 e r s :   j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
a r e   y o u   w o r r i e d   a b o u t   t h e   r e s t   o f   t h e   n f c   e a s t ?   |   e a g l e s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a r r e t t b r o o k s   d a l l a s w e e k   e a g l e s p o s t g a m e l i v e   e a s t e r n c o n f e r e n c e   g i a n t s   m i c h a e l b a r k a n n   n b c s p o r t s p h i l a d e l p h i a   n f c e a s t   p h i l a d e l p h i a 7 6 e r s   r e u b e n f r a n k   r o n j a w o r s k i  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
o n e   m a n   t r i b e   i n   p h i l a d e l p h i a     w w e   e x t r e m e r u l e s   w e l l s f a r g o c e n t e r   w u w   j o h n y r o d z   w w e   e x t r e m e r u l e s 2 0 2 2   w w e e x t r e m e r u l e s 2 0 2 2   g e r o n i m o   g l e a s o n s g y m   p h i l a d e l p h i a 7 6 e r s   p e n n s y l v a n i a               _        
j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
f u r k   & a m p ;   j o e   h a d   a   s u d d e n   d e a t h   s h o o t o u t   t o   d e c i d e   t h e   w i n n e r   o f   t h e   s c r i m m a g e   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
[ c r o s s i n g   b r o a d ]   f i r s t   l o o k   a t   t h e   s i x e r s   c i t y   e d i t i o n   j e r s e y s   a t   d i c k ’ s   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
" t y r e s e   m a x e y   i s   a   b u d d i n g   n b a   s t a r ! "   |   r b   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   7 6 e r s v s c a v s   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   n b a p r e s e a s o n   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s n e w s   p h i l a d e l p h i a s i x e r s   p h i l l y t a k e w i t h r b   s i x e r s  
f u r k   & a m p ;   j o e   h a d   a   s u d d e n   d e a t h   s h o o t o u t   t o   d e c i d e   t h e   w i n n e r   o f   t h e   s c r i m m a g e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
g r o u p   p h o t o .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
a   w i l d   w i n !   t h e   p h i l l i e s   s i x - r u n   9 t h   i n n i n g   h e l p   s t e a l   g a m e   o n e   i n   s t .   l o u i s   |   p h i l l i e s   p o s t g a m e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n b c s p o r t s p h i l a d e l p h i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   p h i l l y  
|   p h i l a d e l p h i a   7 6 e r s   |   2 0 2 1   n b a   d r a f t   |   5 9 f i f t y   |   b l u e / r e d   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   2 0 2 1   d r a f t   5 9 f i f t y   b l u e r e d   h a t c r a w l e r   f i t t e d   n e w e r a 
 

|   p h i l a d e l p h i a   7 6 e r s   |   |   5 9 f i f t y   |   r o y a l   b l u e   |   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   5 9 f i f t y   r o y a l   b l u e   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

u s a b a s k e t b a l l 🇺 🇸   i s   i n t e r e s t e d   i n   r e c r u i t i n g   j o e l e m b i i d   a n d   h o p e s   t o   b e a t   o u t   f r a n c e 🇫 🇷   f o r   h i s   i n t e r n a t i o n a l   s e r v i c e s .   
 t h e   p h i l a d e l p h i a 7 6 e r s   s t a r   i s   e l i g i b l e   t o   p l a y   f o r   t h e   u n i t e d s t a t e s 🇺 🇸   a f t e r   r e c e n t l y   o b t a i n i n g   a m e r i c a n 🇺 🇸   c i t i z e n s h i p .   m a k i n g h i s t o r y   p h i l a u n i t e  
[ j a m e s   h a r d e n ]   c r a z y   c o m e b a c k     
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   " c i t y   c l u s t e r "   s i d e   p a t c h   g r a y   b o t t o m   r o y a l   5 9 f i f t y   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   c i t y   c l u s t e r   s i d e   p a t c h   g r a y   b o t t o m 
 

n b a   o l y m p i c s   p h i l a d e l p h i a 7 6 e r s   j o e l e m b i i d   u s a   b a s k e t b a l l ,   f r a n c e   p r e p a r e   t o   b a t t l e   o v e r   j o e l   e m b i i d  
h i m   a n d   m o n t r e z l   a r e   g o n n a   b r i n g   t h a t   b u l l d o g   m e n t a l i t y   w e ’ v e   l a c k e d   f o r   y e a r s .   c a n t   w a i t   p h i l a u n i t e   7 6 e r s   p h i l a d e l p h i a 7 6 e r s  
s c o r e b o a r d   r u n n i n g   s m o o t h   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
t o b i a s   h a r r i s   t a l k s   n e w   b e g i n n i n g s   a n d   b r i n g i n g   a   c h a m p i o n s h i p   t o   p h i l a d e l p h i a 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
w i l l   t y r e s e   m a x e y   e m e r g e   a s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b r i a n w i n d h o r s t   e a s t e r n c o n f e r e n c e   e s p n   e s p n 7 6 e r s   e s p n n b a   e s p n n b a t o d a y   h i g h l i g h t s   n b a 2 0 2 2   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   n b a t o d a y   p j t u c k e r   p h i l a d e l p h i a 7 6 e r s   p j t u c k e r  
i s   j a m e s   h a r d e n   b a c k   t o   ' m v p '   f o r m   -   s i x e r s   v s   c a v s   p o s t g a m e   t h o u g h t s   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
i s   j a m e s   h a r d e n   b a c k   t o   ' m v p '   f o r m   -   s i x e r s   v s   c a v s   p o s t g a m e   t h o u g h t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
n e w e s t   a d d i t i o n   t o   t h e   m a n   c a v e     .   t a l k i n g   a b o u t   t h e   n e x t   j a   m o r a n t   7 6 e r s   p h i l a u n i t e   p h i l a d e l p h i a 7 6 e r s  
s h a r i f e   c o o p e r   ( c a v s   d e b u t )   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c a v s p r e s e a s o n   c l e v e l a n d c a v s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   n b a   n b a 2 k 2 3   p h i l a d e l p h i a 7 6 e r s   s h a r i f e c o o p e r   s h a r i f e c o o p e r a o t   s h a r i f e c o o p e r a u b u r n  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   e a c h   t e a m .   t h i s   i s   t h e   7 6 e r s   e d i t i o n ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
a n o t h e r   g o o d   w a t c h   a l l e n i v e r s o n   t h e a n s w e r   n o   d o u b t i n g   h i s   a m a z i n g   t a l e n t ,   d o m i n a t e d   g a m e s   a t   u n d e r   6 ’   b u t   w h a t   a   c o n t r o v e r s i a l   c h a r a c t e r ,   a   g e n i u s   b u t   a n   a t t i t u d e   t h a t   m u s t   h a v e   b e e n   v e r y   d i f f i c u l t   t o   m a n a g e   
 
 n b a h a l l o f f a m e   a l l e n i v e r s o n t h e a n s w e r   p h i l a d e l p h i a 7 6 e r s   n b a  
t h e   s i x e r s   & a m p ; 3 9 ; b i g   e n e r g y & a m p ; 3 9 ;   c h a i n   i s   b a c k   💪   s h o r t s 
   
 
   
 2 0 2 2 2 3 n b a s e a s o n   7 6 e r s   a t l a n t i c d i v i s i o n   d e a n t h o n y m e l t o n   e a s t e r n c o n f e r e n c e   n b a   n b c s p o r t s p h i l a d e l p h i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   p h i l l y   t y r e s e m a x e y  
c l e v e l a n d   c a v a l i e r s   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   p h i l a d e l p h i a 7 6 e r s   t a l e n h o r t o n t u c k e r  
' i t ' s   a   b l e s s i n g   t o   b e   a n   a m e r i c a n ' :   n b a   s u p e r s t a r   j o e l   e m b i i d   b e c o m e s   u s   c i t i z e n     g o o d n e w s   p h i l a d e l p h i a 7 6 e r s   j o e l e m b i i d
[ r o s e n ]   p o s t g a m e   i n   a n   e m p t y   g y m ,     h a s   b e e n   o u t   h e r e   s h o o t i n g   f o r   a   v e r y   l o n g   t i m e . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
k e v i n   h a r t   t a l k s   e a g l e s   a n d   7 6 e r s   f u l l   i n t e r v i e w   |   s p o r t s c e n t e r 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   e s p n   p h i l a d e l p h i a 7 6 e r s   s p o r t s   s p o r t s n e w s   v i r a l  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   b l a z e r s v s j a z z   e a s t e r n c o n f e r e n c e   j a z z v s b l a z e r s   n b a h i g h l i g h t s   n b a p l a y o f f s   p h i l a d e l p h i a 7 6 e r s  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
t y r e s e   m a x e y   d r o p s   2 1   p o i n t s   i n   1 5   m i n u t e s   | |   f u l l   h i g h l i g h t s   v s   t h e   c a v a l i e r s   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   t o   1 1 2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
e n d e   b a s k e t b a l l   h e r r e n   
 n b a s a i s o n v o r b e r e i t u n g   
 1 2 2 : 9 7   i n d i a n a p a c e r s   v s   c h a r l o t t e h o r n e t s   
 1 1 2 : 1 1 3   c l e v e l a n d c a v a l i e r s   v s   p h i l a d e l p h i a 7 6 e r s   
 1 2 5 : 1 1 9   n v   t o r o n t o r a p t o r s   v s   b o s t o n c e l t i c s   
 9 8 : 9 6   d a l l a s m a v e r i c k s   v s   o k l a h o m a c i t y t h u n d e r
s c o r e b o a r d   r u n n i n g   s m o o t h 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
[ h a r r i s o n   g r i m m ]   “ t h e   b e l i e f   w a s   t h a t   h a r r e l l ,   t h e   n b a ’ s   2 0 2 0   s i x t h   m a n   o f   t h e   y e a   . . .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
l i k e   h a r d e n     o n   " l a t e   n i g h t   t h o u g h t s "     m i x t a p e   s w i n d l a a a   j a m e s h a r d e n   p h i l a d e l p h i a 7 6 e r s   b a s k e t b a l l  
f i r s t   s i x e r s   g a m e   w i t h   d a d d y   ♥ ️ 💙 🖤 🤍 🏀 🏀 🏀   p h i l a d e l p h i a 7 6 e r s   i v e r s o n  
l o n g   l i v e   t h e   k i n g 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
[ h o o p s ]   l o o k   a t   b e n   s i m m o n s   f a c e   a f t e r   h i s   b r i c k   h i t s   k y r i e   i n   t h e   f a c e   😭   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
d o c   r i v e r s   w a n t s   j a m e s   h a r d e n   t o   b e   ‘ a   s c o r i n g   m a g i c   j o h n s o n ’   d o c r i v e r s   j a m e s h a r d e n   p h i l a d e l p h i a 7 6 e r s  
t h e   s i x e r s ’   p a u l   r e e d   i s   s e r v i n g   a s   j o e l   e m b i i d ’ s   b a c k u p   —   a n d   e v e n   h e ’ s   a   b i t   s u r p r i s e d 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
b e n   s i m m o n s   h i g h l i g h t s   v s   p h i l a d e l p h i a   7 6 e r s !   |   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   b r o o k l y n n e t s v s 7 6 e r s   b r o o k l y n n e t s v s p h i l a d e l p h i a 7 6 e r s   e a s t e r n c o n f e r e n c e   n b a p r e s e a s o n   n e t s   n e t s v s 7 6 e r s   n e t s v s p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s  
[ h a r r i s o n   g r i m m ]   “ t h e   b e l i e f   w a s   t h a t   h a r r e l l ,   t h e   n b a ’ s   2 0 2 0   s i x t h   m a n   o f   t h e   y e a r ,   w o u l d   b e   p e n c i l e d   i n   a s   j o e l   e m b i i d ’ s   b a c k u p .   i n s t e a d ,   r e e d   w a s   n o .   2   a t   l a s t   w e e k ’ s   t r a i n i n g   c a m p   a t   t   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
t h e   p r o c e s s   & a m p ;   t h e   f r a n c h i s e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
c a l l   i t   a n   o v e r r e a c t i o n   a f t e r   o n e   h a l f   o f   a   p r e s e a s o n   m a t c h   b u t   t y r e s e   m a x e y   f o r   w h o ? 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   w i t h   a   f i n a l   s c o r e   o f   1 2 7   t o   1 0 8   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
t o n i g h t   m o n t r e z l   h a r r e l   s c o r e d   1 0   p o i n t s ,   h a d   5   r e b o u n d s ,   a n d   3   a s t   o n   3 - 5 ,   a n d   f o u l e d   o u t ,   a l l   i n   j u s t   1 2   m i n u t e s .   a b s o l u t e l y   a m a z i n g 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
b e n   s i m m o n s   b r o o k l y n   n e t s   d e b u t   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b y u   c b a   c h i n a   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   f r e d e t t e   j i m m e r   j i m o d a s h e n   n b a   p h i l a d e l p h i a 7 6 e r s   r u d y g o b e r t   s h a n g h a i s h a r k s   t h e l o n e l y m a s t e r   u t a h j a z z  
h e ’ s   b a c k   w i t h   a   v e n g e a n c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
7 6 e r s   a t   n e t s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   3 ,   2 0 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 0 9   p h i l a d e l p h i a 7 6 e r s  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   w i t h   a   f i n a l   s c o r e   o f   1 2 7   t o   1 0 8 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
n b a   p h i l a d e l p h i a   7 6 e r s   2 d   t r a c k s u i t s   j a c k e t 
 l i n k   t o   b u y   :   
 n b a   s i x e r s   p h i l a d e l p h i a 7 6 e r s  
e n d e   b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 2 7 : 1 0 8   p h i l a d e l p h i a 7 6 e r s   v s   b r o o k l y n n e t s   
 9 7 : 1 0 9   o r l a n d o m a g i c   v s   m e m p h i s g r i z z l i e s   
 1 1 2 : 1 0 1   o k l a h o m a c i t y t h u n d e r   v s   d e n v e r n u g g e t s   
 9 7 : 1 0 2   p o r t l a n d t r a i l b l a z e r s   v s   l o s a n g e l e s c l i p p e r s   
 1 0 5 : 7 5   s a c r a m e n t o k i n g s   v s   l o s a n g e l e s l a k e r s
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
[ b o n t e m p s ] :   d a n u e l   h o u s e   g o t   h i t   i n   t h e   n e c k   i n   p r a c t i c e ,   d o c   r i v e r s   s a i d ,   b u t   o t h e r w i s e   t h e r e ’ s   n o   i n j u r y   i s s u e s .   o v e r a l l ,   h e   s a i d   t h e r e ’ s   “ n o t h i n g   t o   r e a d   i n t o ”   h e r e . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a 7 6 e r s   t h e   b e s t   t e a m   i n   t h e   n b a .   n o d e b a t e
[ g a m e   t h r e a d ]   p h i l a d e l p h i a   7 6 e r s   ( 0 - 0 )   @   b r o o k l y n   n e t s   ( 0 - 0 )   -   0 7 : 3 0   p m   e d t   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e   s t r e a m   -   n b a   -   p r e - s e a s o n   ( b a s k e t b a l l ) 
 
 w a t c h   b r o o k l y n   n e t s   l i v e   s t r e a m   a g a i n s t   p h i l a d e l p h i a   7 6 e r s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a  
s p o r t s t r a d i n g c a r d s   s p o r t s c a r d s   t r a d i n g c a r d s   b a s k e t b a l l c a r d s   t h e h o b b y   n b a   n b a t w i t t e r   n b a p r e s e a s o n   p h i l a d e l p h i a 7 6 e r s   s i x e r s   
 c h e c k   o u t   2 0 2 0 - 2 1   c o n t e n d e r s   t y r e s e   m a x e y   r c   a u t o   0 8 / 4 9   f i n a l s   v a r i a t i o n   t i c k e t   p s a   8     e b a y   v i a  
🏀   b a s k e t b a l l :   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   -   n b a 
 ⏰   0 6 . 3 0   u t c + 7 
 ➡     
 
 b a s k e t b a l l   a m e r i c a n   u s a   a m e r i c a n b a s k e t b a l l   b a s k e t b a l l l o v e r s   n b a   p h i l a d e l p h i a 7 6 e r s   b r o o k l y n n e t s
b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a 2 k 2 3   b a s k e t b a l l   n b a   p h i l a d e l p h i a   n b a t w i t t e r   
 l i v e l i n e   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e s t r e a m   
                                             🇺 🇸 l i n k 🏀 🗑 ️ 
 
                                                       ⬇ ️ 
 

[ t a i l g a t e   t h r e a d ]   p h i l a d e l p h i a   7 6 e r s   ( 0 - 0 )   @   b r o o k l y n   n e t s   ( 0 - 0 )   -   0 7 : 3 0   p m   e d t 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
n b a   p h i l a d e l p h i a 7 6 e r s   j a m e s h a r d e n   j a m e s   h a r d e n   g e t t i n g   h i s   m i n d   a n d   b o d y   r i g h t   a h e a d   o f   f i r s t   f u l l   s e a s o n   w i t h   7 6 e r s  
7 6 e r s   f a n s   i t ' s   h a p p e n i n g !   b e n   s i m m o n s   i s   e x p e c t e d   t o   p l a y   i n   t o n i g h t ' s   p r e s e a s o n   g a m e   a g a i n s t   p h i l l y .   h o w   m a n y   p o i n t s   w i l l   h e   d r o p   i n   h i s   r e t u r n ?   n b a   n b a t w i t t e r   g a m b l i n g t w i t t e r   s p o r t s b e t   s p o r t s b e t s   s p o r t s b e t t i n g t w i t t e r   s p o r t s b e t t o r   p h i l a d e l p h i a 7 6 e r s   b e n s i m m o n s   7 6 e r s
m o n ,   3 r d   o c t :   b r o o k l y n n e t s   v s   p h i l a d e l p h i a 7 6 e r s   -   o d d   @   1 . 9 
 m o r e   d e t a i l s   o n :   
 b a s k e t t i p s   b a s k e t p r e d i c t i o n   b a s k e t b a l l b e t s   n b a p r e s e a s o n   u s a b a s k e t
t h i s   w o m a n   i s   f r o m   t h e   h s i t o r i c a l   m u s e u m   b u t   i t   l o o k s   l i k e   s h e ’ s   d r a w i n g   u p   a   g   . . .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
t h i s   w o m a n   i s   f r o m   t h e   h s i t o r i c a l   m u s e u m   b u t   i t   l o o k s   l i k e   s h e ’ s   d r a w i n g   u p   a   g a m e   w i n n i n g   p l a y . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   p h i l a d e l p h i a 7 6 e r s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
h e   i s   w h o   w e   t h o u g h t   h e   i s !     p h i l a d e l p h i a   7 6 e r s   b a s k e t b a l l  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
m i c h a e l   j r .   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m i c h a e l j r .   m i c h a e l   j r .   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
p a u l   r e e d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a u l r e e d   p a u l   r e e d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
t y r e s e   m a x e y   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e m a x e y   t y r e s e   m a x e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
t o b i a s   h a r r i s   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t o b i a s h a r r i s   t o b i a s   h a r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
d e ' a n t h o n y   m e l t o n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e ' a n t h o n y m e l t o n   d e ' a n t h o n y   m e l t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
w h i c h   f i v e   b e n c h   p l a y e r s   s h o u l d   t h e   s i x e r s   u s e ? 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   p h i l l y   s i x e r s   w e a r e t h e v a l l e y   p h o e n i x   s u n s   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   h a w k s
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
w h y   t h e   7 6 e r s   a r e   a   g o o d   b e t   t o   w i n   t h e   e a s t e r n   c o n f e r e n c e   p h i l a d e l p h i a   7 6 e r s   n b a  
j a r r e t t   a l l e n   h i g h l i g h t s   -   c a v a l i e r s   v s .   7 6 e r s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   j a r r e t t   a l l e n   c l e   p h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c l e v e l a n d   c a v a l i e r s   p h i l a d e l p h i a   7 6 e r s
d o n o v a n   m i t c h e l l   w i t h   t h e   m a s s i v e   r e j e c t i o n   ❌ 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d o n o v a n   m i t c h e l l   b l o c k   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
🏆   n b a 
 
 🏀   c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 c l e v e l a n d   p h i l a d e l p h i a   n b a  
t o b i a s   h a r r i s   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t o b i a s h a r r i s   t o b i a s   h a r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
f u r k a n   k o r k m a z   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f u r k a n k o r k m a z   f u r k a n   k o r k m a z   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
l o s   a n g e l e s   l a k e r s :   p r e d i c t i n g   t h e   t e a m ' s   l e a d e r s   i n   e v e r y   s t a t   c a t e g o r y 
 
 
 
 n b a   t h u n d e r u p   h o u s t o n   r o c k e t s   p h i l a d e l p h i a   7 6 e r s   s i x e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s   m f f l   s u n s   b u c k s
1 0   y e a r s   l a t e r :   h o w   t h e   h a r d e n   t r a d e   c o s t   t h e   o k c   t h u n d e r   a   d y n a s t y 
 
 
 
 n b a   t h u n d e r u p   o k l a h o m a   t h u n d e r   o k c   h o u s t o n   r o c k e t s   p h i l a d e l p h i a   7 6 e r s   s i x e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a 2 k   n b a p r e s e a s o n   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l a k e r s
p h i l a d e l p h i a   7 6 e r s :   j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
j o e l   e m b i i d   & a m p ;   j a m e s   h a r d e n   o n   t e a m   e x p e c t a t i o n s   a n d   h o w   t h e y   c a n   o n l y   g e t   b e t t e r .   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
s i x e r s   s i g n   g - l e a g u e   r o o k i e   o f   t h e   y e a r   t o   n e w   c o n t r a c t 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   m e m p h i s   g r i z z l i e s   n b a j a p a n g a m e s   n b a 2 k 2 3     m f f l   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
e a g l e s   a r e   5 - 0 . 
 p h i l l i e s   s w e p t   c a r d i n a l s   i n   w i l d c a r d . 
 s i x e r s   a r e   2 - 0   i n   t h e   p r e s e a s o n . 
 p h i l l y s p o r t s   e a g l e s n a t i o n   p h i l l i e s   s i x e r s   p h i l a d e l p h i a e a g l e s   p h i l a d e l p h i a p h i l l i e s   7 6 e r s   p h i l a d e l p h i a
f u r k   & a m p ;   j o e   h a d   a   s u d d e n   d e a t h   s h o o t o u t   t o   d e c i d e   t h e   w i n n e r   o f   t h e   s c r i m m a g e   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
[ c r o s s i n g   b r o a d ]   f i r s t   l o o k   a t   t h e   s i x e r s   c i t y   e d i t i o n   j e r s e y s   a t   d i c k ’ s   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
t h e   n e w     c i t y   e d i t i o n   j e r s e y   h a s   l e a k e d ! 
 
 v n d s g n   p h i l a d e l p h i a   7 6 e r s   c i t y o f b r o t h e r l y l o v e  
g r o u p   p h o t o .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
|   p h i l a d e l p h i a   7 6 e r s   |   2 0 2 1   n b a   d r a f t   |   5 9 f i f t y   |   b l u e / r e d   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   2 0 2 1   d r a f t   5 9 f i f t y   b l u e r e d   h a t c r a w l e r   f i t t e d   n e w e r a 
 

|   p h i l a d e l p h i a   7 6 e r s   |   |   5 9 f i f t y   |   r o y a l   b l u e   |   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   5 9 f i f t y   r o y a l   b l u e   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g 
 

[ j a m e s   h a r d e n ]   c r a z y   c o m e b a c k     
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
t y r e s e   m a x e y   m i g h t   b e   t h e   a n s w e r   f o r   p h i l a d e l p h i a   7 6 e r s 
 
 
 
 n b a   s i x e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   n b a t w i t t e r   n b a p r e s e a s o n   n b a j a p a n g a m e s 2 0 2 2   n b a l e a g u e p a s s   n b a i n a b u d h a b i   n b a 2 k 2 3   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   m f f l   l a k e s h o w   l a k e r s
p h i l a d e l p h i a   7 6 e r s   " c i t y   c l u s t e r "   s i d e   p a t c h   g r a y   b o t t o m   r o y a l   5 9 f i f t y   n o w   a v a i l a b l e   f r o m   c a p s w a g 
 
 n e w d r o p   c a p s w a g   n b a   p h i l a d e l p h i a 7 6 e r s   7 6 e r s   h e r e t h e y c o m e   p h i l a d e l p h i a   p e n n s y l v a n i a   c i t y   c l u s t e r   s i d e   p a t c h   g r a y   b o t t o m 
 

t h e   p h i l a d e l p h i a   7 6 e r s   d a n c e r s   r o c k i n ’   t h e i r   t w i n   v i s i o n   b o m b e r   j a c k e t s !   💙 🏀 🔥 
 ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ ⠀ 
 p h i l a d e l p h i a   7 6 e r s   d a n c e   t v a   t w i n v i s i o n   d a r e t o b e b o l d  
s c o r e b o a r d   r u n n i n g   s m o o t h   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
i s   j a m e s   h a r d e n   b a c k   t o   ' m v p '   f o r m   -   s i x e r s   v s   c a v s   p o s t g a m e   t h o u g h t s   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
t h e     h a v e   t h e   d e e p e s t   r o s t e r   t h e y   h a v e   h a d   w i t h   j o e l e m b i i d .   i n   a   l o a d e d   e a s t e r n c o n f e r e n c e   w h a t   c a n   t h e   7 6 e r s   a c c o m p l i s h ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a   n b a p r e s e a s o n   p h i l a d e l p h i a   j a m e s h a r d e n   t y r e s e m a x e y   p h i l a d e l p h i s 7 6 e r s   p h i l l y  
b a s k e t b a l l   r o o k i e   c a r d   t y r e s e   m a x e y   p h i l a d e l p h i a   7 6 e r s   2 0 2 1   o p t i c   p a n i n i   -   c l i c k   h e r e   
 
 b a s k e t b a l l   s p o r t s   p h i l a d e l p h i a   c o l l e c t i b l e  
t h e   s i x e r s   & a m p ; 3 9 ; b i g   e n e r g y & a m p ; 3 9 ;   c h a i n   i s   b a c k   💪   s h o r t s 
   
 
   
 2 0 2 2 2 3 n b a s e a s o n   7 6 e r s   a t l a n t i c d i v i s i o n   d e a n t h o n y m e l t o n   e a s t e r n c o n f e r e n c e   n b a   n b c s p o r t s p h i l a d e l p h i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   p h i l l y   t y r e s e m a x e y  
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
p a u l   r e e d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a u l r e e d   p a u l   r e e d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
d e ' a n t h o n y   m e l t o n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e ' a n t h o n y m e l t o n   d e ' a n t h o n y   m e l t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   c l e v e l a n d   c a v a l i e r s   w i t h   a   f i n a l   s c o r e   o f   1 1 3   . . .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
s h o p   p h i l a u n i t e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s   s i x e r s   s i x e r s o u t s i d e r s   7 6 e r s
🏀 p h i l a d e l p h i a   7 6 e r s   🆚   c l e v e l a n d   c a v a l i e r s   🏀 
 
 🌐 
 
 t i p s t e r   p r o f i l e :   
 
 a r e   y o u   l o o k i n g   f o r   f r e e   t i p s ?   w e   g o t   y o u ,   j o i n   u s !   👇 
 
 🌐 
 
 s c o r e b o s s 
 p h i l a d e l p h i a   
 7 6 e r s   
 n b a  
t y r e s e   m a x e y   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e m a x e y   t y r e s e   m a x e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
j o e l   e m b i i d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o e l e m b i i d   j o e l   e m b i i d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
s h a k e   m i l t o n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s h a k e m i l t o n   s h a k e   m i l t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
' e x c i t e d '   m i t c h e l l   s c o r e s   1 6   i n   h i s   c a v a l i e r s   d e b u t   p h i l a d e l p h i a   7 6 e r s   n b a  
d o n o v a n   m i t c h e l l ' s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   c a v a l i e r s   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
k e v i n   h a r t   t a l k s   e a g l e s   a n d   7 6 e r s   f u l l   i n t e r v i e w   |   s p o r t s c e n t e r   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
k e v i n   h a r t   t a l k s   e a g l e s   a n d   7 6 e r s   f u l l   i n t e r v i e w   |   s p o r t s c e n t e r   p h i l a d e l p h i a   e a g l e s   n f l   v i d e o :  
[ h a r r i s o n   g r i m m ]   “ t h e   b e l i e f   w a s   t h a t   h a r r e l l ,   t h e   n b a ’ s   2 0 2 0   s i x t h   m a n   o f   t h e   y e a   . . .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
s i x e r s :   p o s i t i v e s   a n d   n e g a t i v e s   f r o m   p r e s e a s o n   w i n   o v e r   n e t s 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   b e t h e f i g h t   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
j a m e s   h a r d e n   m a k i n g   p e o p l e   l o o k   s i l l y   a g a i n   😮 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a m e s   h a r d e n   a n k l e b r e a k e r   c r o s s o v e r   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
w e l c o m e   t o   c l e v e l a n d   d o n o v a n 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d o n o v a n   m i t c h e l l   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
d o   w e   g o t   3   o u t   o f   t h e   t o p   1 5   b e s t   d e f e n d e r s   i n   t h e   l e a g u e ?   n b a t w i t t e r   p h i l a d e l p h i a   7 6 e r s  
[ h o o p s ]   l o o k   a t   b e n   s i m m o n s   f a c e   a f t e r   h i s   b r i c k   h i t s   k y r i e   i n   t h e   f a c e   😭   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
d o c   r i v e r s   t a l k s   b e n   s i m m o n s   r e t u r n ,   c a l l s   j a m e s   h a r d e n   a   ' s c o r i n g   m a g i c   j o h n s o n '   |   n b a   t o d a y   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
[ p o s t - g a m e   t h r e a d ]   t h e   p h i l a d e l p h i a   7 6 e r s   d e f e a t   t h e   b r o o k l y n   n e t s   w i t h   a   f i n a l   s c o r e   o f   1 2 7   t o   1 0 8   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
t h e   b i l l i o n a i r e   o w n e r s   o f   t h e   7 6 e r s   w a n t   t o   b u i l d   a   n e w   a r e n a   1 0 0   f e e t   a w a y   f r o m   c h i n a t o w n   -   t e l l   t h e m   t h e y   n e e d   t o   l i s t e n   t o   t h e   p e o p l e   w h o   c a l l   c h i n a t o w n   h o m e   a n d   s t o p   p l a y i n g   g a m e s   w i t h   o u r   c o m m u n i t y :   
 
 s a v e c h i n a t o w n   p h i l a d e l p h i a  
j a d e n   s p r i n g e r   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a d e n s p r i n g e r   j a d e n   s p r i n g e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
g e o r g e s   n i a n g   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g e o r g e s n i a n g   g e o r g e s   n i a n g   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
i s a i a h   j o e   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h j o e   i s a i a h   j o e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
t o b i a s   h a r r i s   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t o b i a s h a r r i s   t o b i a s   h a r r i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
m o n t r e z l   h a r r e l l   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m o n t r e z l h a r r e l l   m o n t r e z l   h a r r e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
p a u l   r e e d   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 p a u l r e e d   p a u l   r e e d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   3   |   2 0 2 2   n b a   p r e s e a s o n   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
' g r a t e f u l '   s i m m o n s   m a k e s   h i s   d e b u t   w i t h   n e t s   p h i l a d e l p h i a   7 6 e r s   n b a  
j u l i a n   c h a m p a g n i e   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i a n c h a m p a g n i e   j u l i a n   c h a m p a g n i e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
f u r k a n   k o r k m a z   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 f u r k a n k o r k m a z   f u r k a n   k o r k m a z   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
t y r e s e   m a x e y   n b a   h i g h l i g h t s   7 6 e r s   v s   n e t s   0 3 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e m a x e y   t y r e s e   m a x e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
[ g a m e   t h r e a d ]   p h i l a d e l p h i a   7 6 e r s   ( 0 - 0 )   @   b r o o k l y n   n e t s   ( 0 - 0 )   -   0 7 : 3 0   p m   e d t   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a 7 6 e r s  
b e n   s i m m o n s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   n e t s   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
j u l i a n   c h a m p a g n i e   h i g h l i g h t s   -   n e t s   v s .   7 6 e r s   -   3 r d   o c t   2 0 2 2 
 
 
 n b a   j u l i a n   c h a m p a g n i e   b k n   p h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   b r o o k l y n   n e t s   p h i l a d e l p h i a   7 6 e r s
k y r i e   i s   j u s t   t o o   n i c e   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   k y r i e   i r v i n g   e u r o s t e p   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
b e n   d u n k s   i t   f o r   h i s   f i r s t   n e t ' s   b u c k e t 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   b e n   s i m m o n s   d u n k   b k n   b r o o k l y n   n e t s   p h i   p h i l a d e l p h i a   7 6 e r s
3   r e a s o n s   w h y   t h e   s i x e r s   w i l l   r e a c h   t h e   n b a   f i n a l s 
 
 
 
 n b a   h e r e t h e y c o m e   s i x e r s   p h i l a d e l p h i a   7 6 e r s   p h i l l y   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n   b u l l s n a t i o n   n e t s   b r o o k l y n t o g e t h e r   b r o o k l y n   m f f l   t a k e n o t e   j a z z
o n l y   r e a s o n   b e n   s i m m o n s   p l a y i n g   t o n i g h t   i s   b e c a u s e   h e ’ s   n o t   i n   p h i l l y 🙃 🫠   s i x e r s   7 6 e r s   p h i l a d e l p h i a
🏆   n b a   -   p r e - s e a s o n 
 
 🏀   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 b r o o k l y n n e t s   p h i l a d e l p h i a   n b a   b r o o k l y n  
w a t c h   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e   s t r e a m 
 u s a - n b a   2 0 2 2   
 n b a   g a m e   l i v e   2 0 2 2 
 n b a   n b a l i v e   l i v e t v   b r o o k l y n   n e t s   p h i l a d e l p h i a   7 6 e r s 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐧 𝐤 ⭕ ►    
b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   n b a 2 k 2 3   b a s k e t b a l l   n b a   p h i l a d e l p h i a   n b a t w i t t e r   
 l i v e l i n e   b r o o k l y n   n e t s   v s   p h i l a d e l p h i a   7 6 e r s   l i v e s t r e a m   
                                             🇺 🇸 l i n k 🏀 🗑 ️ 
 
                                                       ⬇ ️ 
 

t h i s   i s   t h e   d e e p e s t   t e a m   t h e   7 6 e r s   h a v e   h a d   -   r a m o n a   s h e l b u r n e   |   n b a   t o d a y   p h i l a d e l p h i a   7 6 e r s   n b a   v i d e o :  
t h i s   w o m a n   i s   f r o m   t h e   h s i t o r i c a l   m u s e u m   b u t   i t   l o o k s   l i k e   s h e ’ s   d r a w i n g   u p   a   g   . . .   
   
 
   
 7 6 e r s   b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   p e n n s y l v a n i a   p h i l a d e l p h i a   p h i l a d e l p h i a 7 6 e r s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n   h o s p i t a l i t y   f i n e s t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 p h i l a d e l p h i a   7 6 e r s   -   s o u t h e r n   h o s p i t a l i t y   a t   i t s   f i n e s t 
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a   7 6 e r s   s o u t h e r n
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
n o b o d y   i n   h o u s t o n   w a n t s   j a m e s h a r d e n ' s   b i t c h   a s s   a l c o h o l .   s e l l   t h a t   s h i t   i n   p h i l l y   g t f o   n b a  
  " h a r d e n " 
 p l a y   l i s t e n   h a r d e n     j a m e s h a r d e n   l o g i c l o w g   l o g i c l o w g h a r d e n   f i r e   m u s i c   p h i l l y   s i x e r s   h e a d m a f u c k a 
 
 s p o t i f y 
 
 
 a p p l e m u s i c 
 
 

" h a r d e n " 
 p l a y   l i s t e n   h a r d e n     j a m e s h a r d e n   l o g i c l o w g   l o g i c l o w g h a r d e n   f i r e   m u s i c   p h i l l y   s i x e r s   h e a d m a f u c k a 
 
 s p o t i f y 
 
 
 a p p l e m u s i c 
 
 

1 1   l a u g h   o u t   l o u d   j a m e s   h a r d e n   m e m e s   n b a   j a m e s h a r d e n  
j a m e s   h a r d e n   n e e d s   t o   b e   a g g r e s s i v e   n b a     7 6 e r s   j a m e s h a r d e n
a n o t h e r   h a r d e n   b r i c k …   s o r r y   a s s   j a m e s h a r d e n   n b a   7 6 e r s
j a m e s   h a r d e n   i s   t h e   m o s t   s o r r y   p l a y e r   i n   t h e   n b a . .   j a m e s h a r d e n   7 6 e r s   n b a
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
$ 1 5 . 0 0   g q   m a g a z i n e   j a m e s   h a r d e n   c o v e r   n b a   b a s k e t b a l l   f a s h i o n   2 0 1 8   |   m e r c a r i     
 n b a   g q m a g a z i n e   j a m e s h a r d e n
o n e   g o t t a   g o :   n b a   h u m a n   h i g h l i g h t   r e e l   j a m e s h a r d e n   t i m h a r d a w a y   k y r i e i r v i n g   a l l e n i v e r s o n   b a s k e t b a l l   o n e g o t t a g o  
t i m e l i n e   o f   j a m e s   h a r d e n   a n d   t h e   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   c h r i s p a u l   c o m m e n t a r y   c o m m e n t a t o r   d a r y l m o r e y   d o m 2 k   d o m 2 k p o d c a s t   d w i g h t h o w a r d   h o u s t o n r o c k e t s   j a m e h a r d e n k y r i e i r v i n g   j a m e s h a r d e n   j a m e s h a r d e n i n t e r v i e w   j a m e s h a r d e n k e v i n d u r a n t  
j a m e s   h a r d e n   o n   j o e l   e m b i i d :   “ h e ’ s   o n e   o f   o n e ”   j a m e s h a r d e n   j o e l e m b i i d   p h i l a d e l p h i a 7 6 e r s  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
j a m e s   h a r d e n   & a m p ;   p h i l a d e l p h i a   7 6 e r s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   j a m e s h a r d e n   j a m e s h a r d e n p h i l a d e l p h i a 7 6 e r s h e a d i n g i n a p o s i t i v e d i r e c t i o n s p o r t s c e n t e r   j a m e s h a r d e n h i g h l i g h t s   j a m e s h a r d e n n e w c o n t r a c t   j a m e s h a r d e n s t e p b a c k  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
w h a t ' s   b e s t   o n     ? 
 “ m y   b o y   w e n t   c r a z y ”   -   j a l e n   g r e e n   :   s h o r t s 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n      
b e s t   o f   t h e   d a y   o n   
 “ m y   b o y   w e n t   c r a z y ”   -   j a l e n   g r e e n   :   s h o r t s 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n
w h a t ' s   b e s t   o n     ? 
 “ m y   b o y   w e n t   c r a z y ”   -   j a l e n   g r e e n   :   s h o r t s 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n
" t y r e s e   m a x e y   i s   a   b u d d i n g   n b a   s t a r ! "   |   r b   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   7 6 e r s v s c a v s   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   n b a p r e s e a s o n   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s n e w s   p h i l a d e l p h i a s i x e r s   p h i l l y t a k e w i t h r b   s i x e r s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n      
" i   t h i n k   a   h e a l t h y   l a k e r s   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
w h a t ' s   b e s t   o n     ? 
 k j   m a r t i n   m e d i a   d a y   p r e s s   c o n f e r e n c e   2 0 2 2 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n      
b e s t   o f   t h e   d a y   o n   
 k j   m a r t i n   m e d i a   d a y   p r e s s   c o n f e r e n c e   2 0 2 2 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n
w h a t ' s   b e s t   o n     ? 
 k j   m a r t i n   m e d i a   d a y   p r e s s   c o n f e r e n c e   2 0 2 2 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n
n e w   v i d e o 🚨 ❗ 
 f u l l   v i d e o   l i n k :   
 n b a 2 k   n b a 2 k 2 2   n b a 2 k 3   n b a 2 k 2 1   2 k c o m m u n i t y   2 k   j a m e s h a r d e n   j o e l e m b i i d  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s .   m i a m i   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
b l u e   a n g e l s   a r e   t r e n d i n g   s o   h e r e   y o u   g o   s a n   f r a n c i s c o   b l u e a n g e l s   s a n f r a n   s a n d i e g o   t o p g u n   j a m e s h a r d e n   c u r r y   l e b r o n  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
h i l a r .   q u i n t a b r u n s o n   j a m e s h a r d e n   a b b o t t e l e m e n t a r y    
w h a t   a   s l i p p e r y   m o v e   f r o m   j a m e s   h a r d e n !   s h e e e s h   🔥 🔥 🔥 
 
 s p o r t s   h i g h l i g h t s   u p d a t e   n e w s   f y p   f y p シ   f b   r e e l s   t r e n d   n e w   f r e s h   n b a   b a s k e t b a l l   v i d e o s   j a m e s h a r d e n   d e a n w a d e  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
j a m e s   h a r d e n ' s   ( )   2 0 1 4 - 1 5   s h o t   c h a r t : 
 
 v o l u m e :   e x t r e m e   |   p _ 9 9   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 5 3 
 e f f i c i e n c y :   g o o d   |   p _ 6 8 
 e f f i c i e n c y   v a l u e :   g o o d   |   p _ 8 3 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   c o r n e r 3 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 j a m e s h a r d e n 
 r o c k e t s  
1 1   l a u g h   o u t   l o u d   j a m e s   h a r d e n   m e m e s   n b a   j a m e s h a r d e n  
t h e     h a v e   t h e   d e e p e s t   r o s t e r   t h e y   h a v e   h a d   w i t h   j o e l e m b i i d .   i n   a   l o a d e d   e a s t e r n c o n f e r e n c e   w h a t   c a n   t h e   7 6 e r s   a c c o m p l i s h ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a   n b a p r e s e a s o n   p h i l a d e l p h i a   j a m e s h a r d e n   t y r e s e m a x e y   p h i l a d e l p h i s 7 6 e r s   p h i l l y  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
g o t   m y   h a r d e n   s t e p b a c k   3   t o d a y . . . . . 
 j a m e s h a r d e n   a d i d a s   b a s k e t b a l l  
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
7 6 e r s   g u a r d   j a m e s   h a r d e n   p u l l e d   o f f   a   s t r i k i n g   c r o s s o v e r   t o   d r o p   c l e v e l a n d   c a v a l i e r s   f o r w a r d   d e a n   w a d e   o n   t h e   f l o o r . 
 
 w a t c h   t h e   v i d e o   h e r e 👇 
 
 j a m e s h a r d e n   c l e v e l a n d c a v a l i e r s   d e a n w a d e   n b a   n b a t w i t t e r   

h e r e ' s   t h e     p r o j e c t e d   l i n e - u p   f o r   t h e   u p c o m i n g   s e a s o n !   c a n   a   h e a l t h y   7 6 e r s   s q u a d   w i n   i t   a l l ?   🤔 
 
 j a m e s h a r d e n   t y r e s e m a x e y   t o b i a s h a r r i s   p j t u c k e r   j o e l e m b i i d   7 6 e r s  
b r o   b o d y   w a s   s o   s h o c k e d   t h a t   h e   t r y   t o   h u g   h i m   & a m p ;   f a l l   a t   t h e   s a m e   t i m e ! !   m o m m a t h e r e g o e s t h a t m a n   & g t ; & g t ; o n   t h e   f l o ! !   🤦 🏿 ‍ ♂ ️   j a m e s h a r d e n  
  w i t h   t h e   a n k l e   b r e a k e r ,   m a n   d o w n !   🤣   j a m e s h a r d e n   a n k l e b r e a k e r   n b a   p r e s e a s o n   b a s k e t b a l l h i g h l i g h t s  
t h y b u l l e   s h o u l d   s t a r t   o v e r   h a r d e n   7 6 e r s   n b a   j a m e s h a r d e n
f r a u d   a s s   j a m e s   h a r d e n   a l m o s t   l o s t   u s   t h e   g a m e …   t r a s h   7 6 e r s   j a m e s h a r d e n   n b a
o u t   n o w 🔥     
 • 
 • 
 c a r d i b   n i c k i m i n a j   i c e s p i c e   j t   c a v s   t y r e s e m a x e y   j a m e s h a r d e n   n b a   n b a y o u n g b o y   n b a p r e s e a s o n   p n b r o c k   b e t h i p h o p a w a r d s   k a n y e w e s t   c h r i s e a n r o c k   b l u e f a c e   k o d a k b l a c k   l a t t o   t h e s h a d e r o o m   l i l u z i   p l a y b o i c a r t i   c h a r l e s t o n w h i t e   d a b a b y  
j a m e s   h a r d e n   r e v e n g e   c o m e b a c k   t o u r   j a m e s h a r d e n
h a r d e n   h a d   h i m   o n   s k a t e s .   j a m e s h a r d e n   n b a   b a s k e t b a l l   n b a t w i t t e r   7 6 e r s   s i x e r s  
l i k e   h a r d e n     o n   " l a t e   n i g h t   t h o u g h t s "     m i x t a p e   s w i n d l a a a   j a m e s h a r d e n   p h i l a d e l p h i a 7 6 e r s   b a s k e t b a l l  
d o e s   s e n g u n   m a k e   t h e   r o c k e t s   . . . 
   
 
   
 a l p e r e n s e n g u n   c h o p s h o p   c h r i s t i a n w o o d   h o u s t o n r o c k e t s   i b a k a   j a l e n g r e e n   j a m e s h a r d e n   k e v i n d u r a n t   k e v i n p o r t e r j r   n b a   n b a p l a y i n   o k c t h u n d e r   p l a y o f f s   r u s s e l l w e s t b r o o k   s o u t h w e s t d i v i s i o n   w e s t e r n c o n f e r e n c e  
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
m y   f a v e   h a r d e n s   e v e r .   👌   v o l .   3   d r e w   l e a g u e .   t h e   3 s   w e r e   a   b e a s t   o n   c o u r t .   🏀     j a m e s h a r d e n   h a r d e n   a d i d a s  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
d o c   r i v e r s   w a n t s   j a m e s   h a r d e n   t o   b e   ‘ a   s c o r i n g   m a g i c   j o h n s o n ’   d o c r i v e r s   j a m e s h a r d e n   p h i l a d e l p h i a 7 6 e r s  
w o u l d   e m b i i d ,   d u r a n t ,   & a m p ;   . . . 
   
 
   
 7 6 e r s h i g h l i g h t s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c h i n e y o g w u m i k e   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   j a m e s h a r d e n   j a m e s h a r d e n n e w s   j o e l e m b i i d   k d   k d h a r d e n   k e n d r i c k p e r k i n s   k e v i n d u r a n t   m a l i k a a n d r e w s  
n o .     a b s o l u t e l y   n o t .           a l t h o u g h   j a m e s h a r d e n   n e e d s   s o m e   n i g h t   c r a w l i n g   c o m p a n y  
w h e n   s o m e o n e   s a y s   t h e y   d o n ' t   l i k e   b a s k e t b a l l . . .   t h e r e ' s   o n e   w e e k   l e f t   t o   s i g n   u p   f o r   i m   3 - o n - 3   b a s k e t b a l l !   🙄   🏀   j a m e s h a r d e n   i n t r a m u r a l s   b a s k e t b a l l   i n t r a m u r a l s p o r t s    
  n a i l s   c o s p l a y   j a m e s h a r d e n   o n   a b b o t t e l e m e n t a r y   n b a j a p a n g a m e s     h a l l o w e e n 2 0 2 2   p r i m e t i m e  
d o n t   b a s h   o p p o s i t e   t h i n k i n g ,   i n s t e a d   l i s t e n   c a r e f u l l y   a n d   c h o o s e   w h a t   u   b e l i k a r e e m a l j e i r v i n g   n b a   k y r i e   b a s k e t b a l l   l e b r o n j a m e s   k e v i n d u r a n t   l e b r o n   j a m e s h a r d e n   s t e p h e n c u r r y   b a l l i s l i f e   l a k e r s   k o b e b r y a n t   s t e p h c u r r y   n i k e   k   b r o o k l y n n e t s   n e t s   k o b e   k a r e e m  
e x c i t e d   a b o u t   t h i s   u p c o m i n g     s e a s o n : 
 - r e t u r n   o f   j a m a l m u r r a y   t o   
 - r e t u r n   o f   k a w h i l e o n a r d   t o     
 - d r a m a   w i t h   r u s s e l l w e s t b r o o k   w i t h     
 -   l o o k i n g   s n e a k y   g o o d 
 - r e t u r n   o f   e v e r y o n e   f o r   
 - r e t u r n   t o   f o r m   f o r   j a m e s h a r d e n   w i t h  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
h e r e   a r e   m y   3 ️ ⃣   r e a s o n s   w h y   t h e   p h i l a d e l p h i a   7 6 e r s   w i l l   g o   o 5 0 . 5   w i n s ,   l i n e   b y       7 6 e r s   j a m e s h a r d e n   j o e l e m b i i d   
   n b a t w i t t e r  
p l a y e r s   w i t h   t h e   m o s t   3 p m   i n   t h e   l a s t   1 0   y e a r s : 
 
 s t e p h   c u r r y :   2 , 7 4 5 
 j a m e s   h a r d e n :   2 , 2 7 3 
 d a m i a n   l i l l a r d :   2 , 1 4 3 
 k l a y   t h o m p s o n :   1 , 8 0 1 
 p a u l   g e o r g e :   1 , 7 2 1 
 
 n b a   s t e p h c u r r y   j a m e s h a r d e n   d a m i a n l i l l a r d   k l a y t h o m p s o n   p a u l g e o r g e  
g o l d e n   s t a t e   w a r r i o r s   v s .   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
n b a   p h i l a d e l p h i a 7 6 e r s   j a m e s h a r d e n   j a m e s   h a r d e n   g e t t i n g   h i s   m i n d   a n d   b o d y   r i g h t   a h e a d   o f   f i r s t   f u l l   s e a s o n   w i t h   7 6 e r s  
    m o s t   p p g   i n   g a m e   s e v e n . . .   o f   c o u r s e !   ' c a u s e   " l e g e n d a r y   p l a y e r s "   d o n ' t   g o   a s   m u c h   t o   g a m e s   7 s ! ! ! 
 🤣 🤣 🤣 
 
 k d   h a s   a   v e r y   u n i q u e   t a l e n t   w i t h   a   k i l l e r   i n s t i n c t   p a c k e d   i n   a   s k e l e t o n   s u i t   b u t . . .   k d a i n t t h a t g u y   k d a i n t l e g e n d a r y 
 
 m j 
 k o b e 
 l a r r y b i r d 
 j a m e s h a r d e n 
 l e b r o n 
 m a g i c j o n s o n 
 . . .
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
s t e v e   k e r r   p o s t g a m e   i n t e r v i e w   |   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n  
j a m e s   h a r d e n   " f i g u r i n g   t h i n g s   o u t "   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s n e w s   7 6 e r s t r a i n i n g c a m p   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j a m e s h a r d e n h i g h l i g h t s   j o e l e m b i i d   n b a   n b a n e w s   n b a p r e s e a s o n   n b a t r a i n i n g c a m p  
[ $ 7 . 9 9 ] 
 f u n k o   -   g o l d   5 ”   n b a :   n e t s   –   j a m e s   h a r d e n   w / c h a s e 
 f u n k o   f u n k o p o p   j a m e s h a r d e n 
 s o u r c e :   b e s t   b u y   c h e c k e r 
 r e a s o n :   a d d   t o   c a r t   b u t t o n 
 p r i c e   d r o p :   9 . 5 9   - & g t ;   7 . 9 9 
 
 🛒 :   
 
 0 4 : 2 6 : 3 4 . 2 2 7 0   a m   e d t   a d 
 

j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
j a m e s   h a r d e n   o n   r e - s i g n i n g   w i t h   t h e   7 6 e r s :   ‘ t h i s   i s   w h e r e   i   w a n t   t o   w i n ’     7 6 e r s   r e s i g n i n g   w i n
n b a   2 k 2 3   -   p a u l   g e o r g e   v s   j a m e s   h a r d e n   -   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c p u v s c p u   d u r a n t   g a m e p l a y   h a w k s   k o b e b r y a n t   l a k e r s   l e b r o n   l o s a n g e l e s c l i p p e r s   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s   n u g g e t s   p a c i f i c d i v i s i o n  
n b a   2 k 2 3   -   z i o n   v s   b o o k e r   -   p h o e n i x   s u n s   v s   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c l i p p e r s   c p u v s c p u   d u r a n t   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s   n e w o r l e a n s p e l i c a n s  
n b a   2 k 2 3   -   c u r r y   v s   m i t c h e l l   -   g o l d e n   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l i p p e r s   c p u v s c p u   d u r a n t   e a s t e r n c o n f e r e n c e   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m  
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
c u r r y   v s   z i o n   -   g o l d e n   s t a t e   w a r r i o r s   v s   n e w   o r l e a n s   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k 2 3   2 k s i m u l a t i o n   c l i p p e r s   c p u v s c p u   d u r a n t   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s  
j a m e s   h a r d e n   m a k i n g   p e o p l e   l o o k   s i l l y   a g a i n   😮 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a m e s   h a r d e n   a n k l e b r e a k e r   c r o s s o v e r   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
h a r d e n   j a m e s   s p o r t s 
 j a m e s   h a r d e n   a n d   d o c   r i v e r s   c o n f i r m e d   u s   w h a t   i t ’ s   p r e f e r   t o   c o n s t r u c t   n b a   c h e m i s t r y   i n   c o a c h i n g   c a m p   
  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
n o b o d y   i n   h o u s t o n   w a n t s   j a m e s h a r d e n ' s   b i t c h   a s s   a l c o h o l .   s e l l   t h a t   s h i t   i n   p h i l l y   g t f o   n b a  
  " h a r d e n " 
 p l a y   l i s t e n   h a r d e n     j a m e s h a r d e n   l o g i c l o w g   l o g i c l o w g h a r d e n   f i r e   m u s i c   p h i l l y   s i x e r s   h e a d m a f u c k a 
 
 s p o t i f y 
 
 
 a p p l e m u s i c 
 
 

" h a r d e n " 
 p l a y   l i s t e n   h a r d e n     j a m e s h a r d e n   l o g i c l o w g   l o g i c l o w g h a r d e n   f i r e   m u s i c   p h i l l y   s i x e r s   h e a d m a f u c k a 
 
 s p o t i f y 
 
 
 a p p l e m u s i c 
 
 

1 1   l a u g h   o u t   l o u d   j a m e s   h a r d e n   m e m e s   n b a   j a m e s h a r d e n  
j a m e s   h a r d e n   n e e d s   t o   b e   a g g r e s s i v e   n b a     7 6 e r s   j a m e s h a r d e n
a n o t h e r   h a r d e n   b r i c k …   s o r r y   a s s   j a m e s h a r d e n   n b a   7 6 e r s
j a m e s   h a r d e n   i s   t h e   m o s t   s o r r y   p l a y e r   i n   t h e   n b a . .   j a m e s h a r d e n   7 6 e r s   n b a
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
$ 1 5 . 0 0   g q   m a g a z i n e   j a m e s   h a r d e n   c o v e r   n b a   b a s k e t b a l l   f a s h i o n   2 0 1 8   |   m e r c a r i     
 n b a   g q m a g a z i n e   j a m e s h a r d e n
o n e   g o t t a   g o :   n b a   h u m a n   h i g h l i g h t   r e e l   j a m e s h a r d e n   t i m h a r d a w a y   k y r i e i r v i n g   a l l e n i v e r s o n   b a s k e t b a l l   o n e g o t t a g o  
t i m e l i n e   o f   j a m e s   h a r d e n   a n d   t h e   . . . 
   
 
   
 b a s k e t b a l l   b r o o k l y n n e t s   c h r i s p a u l   c o m m e n t a r y   c o m m e n t a t o r   d a r y l m o r e y   d o m 2 k   d o m 2 k p o d c a s t   d w i g h t h o w a r d   h o u s t o n r o c k e t s   j a m e h a r d e n k y r i e i r v i n g   j a m e s h a r d e n   j a m e s h a r d e n i n t e r v i e w   j a m e s h a r d e n k e v i n d u r a n t  
j a m e s   h a r d e n   o n   j o e l   e m b i i d :   “ h e ’ s   o n e   o f   o n e ”   j a m e s h a r d e n   j o e l e m b i i d   p h i l a d e l p h i a 7 6 e r s  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
j a m e s   h a r d e n   & a m p ;   p h i l a d e l p h i a   7 6 e r s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   j a m e s h a r d e n   j a m e s h a r d e n p h i l a d e l p h i a 7 6 e r s h e a d i n g i n a p o s i t i v e d i r e c t i o n s p o r t s c e n t e r   j a m e s h a r d e n h i g h l i g h t s   j a m e s h a r d e n n e w c o n t r a c t   j a m e s h a r d e n s t e p b a c k  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
w h a t ' s   b e s t   o n     ? 
 “ m y   b o y   w e n t   c r a z y ”   -   j a l e n   g r e e n   :   s h o r t s 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n      
b e s t   o f   t h e   d a y   o n   
 “ m y   b o y   w e n t   c r a z y ”   -   j a l e n   g r e e n   :   s h o r t s 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n
w h a t ' s   b e s t   o n     ? 
 “ m y   b o y   w e n t   c r a z y ”   -   j a l e n   g r e e n   :   s h o r t s 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n
" t y r e s e   m a x e y   i s   a   b u d d i n g   n b a   s t a r ! "   |   r b   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   7 6 e r s v s c a v s   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   n b a p r e s e a s o n   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s n e w s   p h i l a d e l p h i a s i x e r s   p h i l l y t a k e w i t h r b   s i x e r s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n      
" i   t h i n k   a   h e a l t h y   l a k e r s   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n   s p o r t s      
w h a t ' s   b e s t   o n     ? 
 k j   m a r t i n   m e d i a   d a y   p r e s s   c o n f e r e n c e   2 0 2 2 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n      
b e s t   o f   t h e   d a y   o n   
 k j   m a r t i n   m e d i a   d a y   p r e s s   c o n f e r e n c e   2 0 2 2 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n
w h a t ' s   b e s t   o n     ? 
 k j   m a r t i n   m e d i a   d a y   p r e s s   c o n f e r e n c e   2 0 2 2 
 
 s p o r t s   h o u s t o n r o c k e t s   n b a   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   b a s k e t b a l l   b a s k e t b a l l h i g h l i g h t s   j a m e s h a r d e n   b e a r d   h o u s t o n
n e w   v i d e o 🚨 ❗ 
 f u l l   v i d e o   l i n k :   
 n b a 2 k   n b a 2 k 2 2   n b a 2 k 3   n b a 2 k 2 1   2 k c o m m u n i t y   2 k   j a m e s h a r d e n   j o e l e m b i i d  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s .   m i a m i   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
b l u e   a n g e l s   a r e   t r e n d i n g   s o   h e r e   y o u   g o   s a n   f r a n c i s c o   b l u e a n g e l s   s a n f r a n   s a n d i e g o   t o p g u n   j a m e s h a r d e n   c u r r y   l e b r o n  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
h i l a r .   q u i n t a b r u n s o n   j a m e s h a r d e n   a b b o t t e l e m e n t a r y    
w h a t   a   s l i p p e r y   m o v e   f r o m   j a m e s   h a r d e n !   s h e e e s h   🔥 🔥 🔥 
 
 s p o r t s   h i g h l i g h t s   u p d a t e   n e w s   f y p   f y p シ   f b   r e e l s   t r e n d   n e w   f r e s h   n b a   b a s k e t b a l l   v i d e o s   j a m e s h a r d e n   d e a n w a d e  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
j a m e s   h a r d e n ' s   ( )   2 0 1 4 - 1 5   s h o t   c h a r t : 
 
 v o l u m e :   e x t r e m e   |   p _ 9 9   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 5 3 
 e f f i c i e n c y :   g o o d   |   p _ 6 8 
 e f f i c i e n c y   v a l u e :   g o o d   |   p _ 8 3 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   c o r n e r 3 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 j a m e s h a r d e n 
 r o c k e t s  
1 1   l a u g h   o u t   l o u d   j a m e s   h a r d e n   m e m e s   n b a   j a m e s h a r d e n  
t h e     h a v e   t h e   d e e p e s t   r o s t e r   t h e y   h a v e   h a d   w i t h   j o e l e m b i i d .   i n   a   l o a d e d   e a s t e r n c o n f e r e n c e   w h a t   c a n   t h e   7 6 e r s   a c c o m p l i s h ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a   n b a p r e s e a s o n   p h i l a d e l p h i a   j a m e s h a r d e n   t y r e s e m a x e y   p h i l a d e l p h i s 7 6 e r s   p h i l l y  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
g o t   m y   h a r d e n   s t e p b a c k   3   t o d a y . . . . . 
 j a m e s h a r d e n   a d i d a s   b a s k e t b a l l  
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
7 6 e r s   g u a r d   j a m e s   h a r d e n   p u l l e d   o f f   a   s t r i k i n g   c r o s s o v e r   t o   d r o p   c l e v e l a n d   c a v a l i e r s   f o r w a r d   d e a n   w a d e   o n   t h e   f l o o r . 
 
 w a t c h   t h e   v i d e o   h e r e 👇 
 
 j a m e s h a r d e n   c l e v e l a n d c a v a l i e r s   d e a n w a d e   n b a   n b a t w i t t e r   

h e r e ' s   t h e     p r o j e c t e d   l i n e - u p   f o r   t h e   u p c o m i n g   s e a s o n !   c a n   a   h e a l t h y   7 6 e r s   s q u a d   w i n   i t   a l l ?   🤔 
 
 j a m e s h a r d e n   t y r e s e m a x e y   t o b i a s h a r r i s   p j t u c k e r   j o e l e m b i i d   7 6 e r s  
b r o   b o d y   w a s   s o   s h o c k e d   t h a t   h e   t r y   t o   h u g   h i m   & a m p ;   f a l l   a t   t h e   s a m e   t i m e ! !   m o m m a t h e r e g o e s t h a t m a n   & g t ; & g t ; o n   t h e   f l o ! !   🤦 🏿 ‍ ♂ ️   j a m e s h a r d e n  
  w i t h   t h e   a n k l e   b r e a k e r ,   m a n   d o w n !   🤣   j a m e s h a r d e n   a n k l e b r e a k e r   n b a   p r e s e a s o n   b a s k e t b a l l h i g h l i g h t s  
t h y b u l l e   s h o u l d   s t a r t   o v e r   h a r d e n   7 6 e r s   n b a   j a m e s h a r d e n
f r a u d   a s s   j a m e s   h a r d e n   a l m o s t   l o s t   u s   t h e   g a m e …   t r a s h   7 6 e r s   j a m e s h a r d e n   n b a
o u t   n o w 🔥     
 • 
 • 
 c a r d i b   n i c k i m i n a j   i c e s p i c e   j t   c a v s   t y r e s e m a x e y   j a m e s h a r d e n   n b a   n b a y o u n g b o y   n b a p r e s e a s o n   p n b r o c k   b e t h i p h o p a w a r d s   k a n y e w e s t   c h r i s e a n r o c k   b l u e f a c e   k o d a k b l a c k   l a t t o   t h e s h a d e r o o m   l i l u z i   p l a y b o i c a r t i   c h a r l e s t o n w h i t e   d a b a b y  
j a m e s   h a r d e n   r e v e n g e   c o m e b a c k   t o u r   j a m e s h a r d e n
h a r d e n   h a d   h i m   o n   s k a t e s .   j a m e s h a r d e n   n b a   b a s k e t b a l l   n b a t w i t t e r   7 6 e r s   s i x e r s  
l i k e   h a r d e n     o n   " l a t e   n i g h t   t h o u g h t s "     m i x t a p e   s w i n d l a a a   j a m e s h a r d e n   p h i l a d e l p h i a 7 6 e r s   b a s k e t b a l l  
d o e s   s e n g u n   m a k e   t h e   r o c k e t s   . . . 
   
 
   
 a l p e r e n s e n g u n   c h o p s h o p   c h r i s t i a n w o o d   h o u s t o n r o c k e t s   i b a k a   j a l e n g r e e n   j a m e s h a r d e n   k e v i n d u r a n t   k e v i n p o r t e r j r   n b a   n b a p l a y i n   o k c t h u n d e r   p l a y o f f s   r u s s e l l w e s t b r o o k   s o u t h w e s t d i v i s i o n   w e s t e r n c o n f e r e n c e  
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
m y   f a v e   h a r d e n s   e v e r .   👌   v o l .   3   d r e w   l e a g u e .   t h e   3 s   w e r e   a   b e a s t   o n   c o u r t .   🏀     j a m e s h a r d e n   h a r d e n   a d i d a s  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
d o c   r i v e r s   w a n t s   j a m e s   h a r d e n   t o   b e   ‘ a   s c o r i n g   m a g i c   j o h n s o n ’   d o c r i v e r s   j a m e s h a r d e n   p h i l a d e l p h i a 7 6 e r s  
w o u l d   e m b i i d ,   d u r a n t ,   & a m p ;   . . . 
   
 
   
 7 6 e r s h i g h l i g h t s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c h i n e y o g w u m i k e   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   j a m e s h a r d e n   j a m e s h a r d e n n e w s   j o e l e m b i i d   k d   k d h a r d e n   k e n d r i c k p e r k i n s   k e v i n d u r a n t   m a l i k a a n d r e w s  
n o .     a b s o l u t e l y   n o t .           a l t h o u g h   j a m e s h a r d e n   n e e d s   s o m e   n i g h t   c r a w l i n g   c o m p a n y  
w h e n   s o m e o n e   s a y s   t h e y   d o n ' t   l i k e   b a s k e t b a l l . . .   t h e r e ' s   o n e   w e e k   l e f t   t o   s i g n   u p   f o r   i m   3 - o n - 3   b a s k e t b a l l !   🙄   🏀   j a m e s h a r d e n   i n t r a m u r a l s   b a s k e t b a l l   i n t r a m u r a l s p o r t s    
  n a i l s   c o s p l a y   j a m e s h a r d e n   o n   a b b o t t e l e m e n t a r y   n b a j a p a n g a m e s     h a l l o w e e n 2 0 2 2   p r i m e t i m e  
d o n t   b a s h   o p p o s i t e   t h i n k i n g ,   i n s t e a d   l i s t e n   c a r e f u l l y   a n d   c h o o s e   w h a t   u   b e l i k a r e e m a l j e i r v i n g   n b a   k y r i e   b a s k e t b a l l   l e b r o n j a m e s   k e v i n d u r a n t   l e b r o n   j a m e s h a r d e n   s t e p h e n c u r r y   b a l l i s l i f e   l a k e r s   k o b e b r y a n t   s t e p h c u r r y   n i k e   k   b r o o k l y n n e t s   n e t s   k o b e   k a r e e m  
e x c i t e d   a b o u t   t h i s   u p c o m i n g     s e a s o n : 
 - r e t u r n   o f   j a m a l m u r r a y   t o   
 - r e t u r n   o f   k a w h i l e o n a r d   t o     
 - d r a m a   w i t h   r u s s e l l w e s t b r o o k   w i t h     
 -   l o o k i n g   s n e a k y   g o o d 
 - r e t u r n   o f   e v e r y o n e   f o r   
 - r e t u r n   t o   f o r m   f o r   j a m e s h a r d e n   w i t h  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
h e r e   a r e   m y   3 ️ ⃣   r e a s o n s   w h y   t h e   p h i l a d e l p h i a   7 6 e r s   w i l l   g o   o 5 0 . 5   w i n s ,   l i n e   b y       7 6 e r s   j a m e s h a r d e n   j o e l e m b i i d   
   n b a t w i t t e r  
p l a y e r s   w i t h   t h e   m o s t   3 p m   i n   t h e   l a s t   1 0   y e a r s : 
 
 s t e p h   c u r r y :   2 , 7 4 5 
 j a m e s   h a r d e n :   2 , 2 7 3 
 d a m i a n   l i l l a r d :   2 , 1 4 3 
 k l a y   t h o m p s o n :   1 , 8 0 1 
 p a u l   g e o r g e :   1 , 7 2 1 
 
 n b a   s t e p h c u r r y   j a m e s h a r d e n   d a m i a n l i l l a r d   k l a y t h o m p s o n   p a u l g e o r g e  
g o l d e n   s t a t e   w a r r i o r s   v s .   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
n b a   p h i l a d e l p h i a 7 6 e r s   j a m e s h a r d e n   j a m e s   h a r d e n   g e t t i n g   h i s   m i n d   a n d   b o d y   r i g h t   a h e a d   o f   f i r s t   f u l l   s e a s o n   w i t h   7 6 e r s  
    m o s t   p p g   i n   g a m e   s e v e n . . .   o f   c o u r s e !   ' c a u s e   " l e g e n d a r y   p l a y e r s "   d o n ' t   g o   a s   m u c h   t o   g a m e s   7 s ! ! ! 
 🤣 🤣 🤣 
 
 k d   h a s   a   v e r y   u n i q u e   t a l e n t   w i t h   a   k i l l e r   i n s t i n c t   p a c k e d   i n   a   s k e l e t o n   s u i t   b u t . . .   k d a i n t t h a t g u y   k d a i n t l e g e n d a r y 
 
 m j 
 k o b e 
 l a r r y b i r d 
 j a m e s h a r d e n 
 l e b r o n 
 m a g i c j o n s o n 
 . . .
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
s t e v e   k e r r   p o s t g a m e   i n t e r v i e w   |   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n  
j a m e s   h a r d e n   " f i g u r i n g   t h i n g s   o u t "   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s n e w s   7 6 e r s t r a i n i n g c a m p   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j a m e s h a r d e n h i g h l i g h t s   j o e l e m b i i d   n b a   n b a n e w s   n b a p r e s e a s o n   n b a t r a i n i n g c a m p  
[ $ 7 . 9 9 ] 
 f u n k o   -   g o l d   5 ”   n b a :   n e t s   –   j a m e s   h a r d e n   w / c h a s e 
 f u n k o   f u n k o p o p   j a m e s h a r d e n 
 s o u r c e :   b e s t   b u y   c h e c k e r 
 r e a s o n :   a d d   t o   c a r t   b u t t o n 
 p r i c e   d r o p :   9 . 5 9   - & g t ;   7 . 9 9 
 
 🛒 :   
 
 0 4 : 2 6 : 3 4 . 2 2 7 0   a m   e d t   a d 
 

j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
j a m e s   h a r d e n   o n   r e - s i g n i n g   w i t h   t h e   7 6 e r s :   ‘ t h i s   i s   w h e r e   i   w a n t   t o   w i n ’     7 6 e r s   r e s i g n i n g   w i n
n b a   2 k 2 3   -   p a u l   g e o r g e   v s   j a m e s   h a r d e n   -   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c p u v s c p u   d u r a n t   g a m e p l a y   h a w k s   k o b e b r y a n t   l a k e r s   l e b r o n   l o s a n g e l e s c l i p p e r s   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s   n u g g e t s   p a c i f i c d i v i s i o n  
n b a   2 k 2 3   -   z i o n   v s   b o o k e r   -   p h o e n i x   s u n s   v s   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c l i p p e r s   c p u v s c p u   d u r a n t   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s   n e w o r l e a n s p e l i c a n s  
n b a   2 k 2 3   -   c u r r y   v s   m i t c h e l l   -   g o l d e n   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l i p p e r s   c p u v s c p u   d u r a n t   e a s t e r n c o n f e r e n c e   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m  
j a m e s   h a r d e n   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m e s h a r d e n   j a m e s   h a r d e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
c u r r y   v s   z i o n   -   g o l d e n   s t a t e   w a r r i o r s   v s   n e w   o r l e a n s   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k 2 3   2 k s i m u l a t i o n   c l i p p e r s   c p u v s c p u   d u r a n t   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m   n b a 2 k   n b a 2 k 2 2   n b a 2 k 2 3   n e t s  
j a m e s   h a r d e n   m a k i n g   p e o p l e   l o o k   s i l l y   a g a i n   😮 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a m e s   h a r d e n   a n k l e b r e a k e r   c r o s s o v e r   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
h a r d e n   j a m e s   s p o r t s 
 j a m e s   h a r d e n   a n d   d o c   r i v e r s   c o n f i r m e d   u s   w h a t   i t ’ s   p r e f e r   t o   c o n s t r u c t   n b a   c h e m i s t r y   i n   c o a c h i n g   c a m p   
  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
j a m e s   h a r d e n   o n   j o e l   e m b i i d :   “ h e ’ s   o n e   o f   o n e ”   j a m e s h a r d e n   j o e l e m b i i d   p h i l a d e l p h i a 7 6 e r s  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
" t y r e s e   m a x e y   i s   a   b u d d i n g   n b a   s t a r ! "   |   r b   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   7 6 e r s v s c a v s   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   n b a p r e s e a s o n   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s n e w s   p h i l a d e l p h i a s i x e r s   p h i l l y t a k e w i t h r b   s i x e r s  
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
" i   t h i n k   a   h e a l t h y   l a k e r s   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j o e l e m b i i d   h a s   2   c h o i c e s :   t h e   r e d ,   w h i t e   a n d   b l u e   o f   t h e   u . s . 🇺 🇸 o r   t h e   b l u e ,   w h i t e   a n d   r e d   o f   f r a n c e 🇫 🇷 . 
 a n   o l y m p i c   m e d a l   m i g h t   h i n g e   o n   h i s   d e c i s i o n . 
 f r a n c e 🇫 🇷   i s   s t i l l   h o p e f u l   t h a t   e m b i i d   w i l l   c h o o s e   t o   w e a r   i t s   c o l o r s   f o r   t h e   2 0 2 4   p a r i s o l y m p i c s .   p h i l a u n i t e  
u s a b a s k e t b a l l 🇺 🇸   i s   i n t e r e s t e d   i n   r e c r u i t i n g   j o e l e m b i i d   a n d   h o p e s   t o   b e a t   o u t   f r a n c e 🇫 🇷   f o r   h i s   i n t e r n a t i o n a l   s e r v i c e s .   
 t h e   p h i l a d e l p h i a 7 6 e r s   s t a r   i s   e l i g i b l e   t o   p l a y   f o r   t h e   u n i t e d s t a t e s 🇺 🇸   a f t e r   r e c e n t l y   o b t a i n i n g   a m e r i c a n 🇺 🇸   c i t i z e n s h i p .   m a k i n g h i s t o r y   p h i l a u n i t e  
n e w   v i d e o 🚨 ❗ 
 f u l l   v i d e o   l i n k :   
 n b a 2 k   n b a 2 k 2 2   n b a 2 k 3   n b a 2 k 2 1   2 k c o m m u n i t y   2 k   j a m e s h a r d e n   j o e l e m b i i d  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
u s a   b a s k e t b a l l   t e a m   p l a n n i n g   t o   s n a t c h   j o e l   e m b i i d ’ s   n a t i o n a l   c a r e e r   s e r v i c e   v s   f r e n c h   p r o g r a m   –   i n s i d e r   f r e n c h n t   j o e l e m b i i d   u s a n t  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t e a m   u s a   ' s e r i o u s l y   i n t e r e s t e d '   i n   j o e l   e m b i i d   a n d   w i l l   b a t t l e   t e a m   f r a n c e   f o r   t h e   c e n t e r 
 
 
 n b a   b a s k e t b a l l   b a s k e t b a l l d a t a   b a s k e t b a l l a p i   l i v e s c o r e   n b a f i n a l s   n b a d r a f t   t e a m u s a   j o e l e m b i i d   t e a m f r a n c e
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
n b a   o l y m p i c s   p h i l a d e l p h i a 7 6 e r s   j o e l e m b i i d   u s a   b a s k e t b a l l ,   f r a n c e   p r e p a r e   t o   b a t t l e   o v e r   j o e l   e m b i i d  
i n   ( 5 )   y e a r s   t h e   d i s c u s s i o n   a s   t o   w h o   i s   t h e   b e s t   p l a y e r   i n   t h e   n b a   c o u l d   c o m e   d o w n   t o : 
 g i a n n i s a n t e t o k o u n m p o 
 g r e e c e ) 
 l u k a d o n c i c   ( s l o v e n i a ) 
 n i k o l a j o k i c   ( s e r b i a ) 
 v i c t o r w e m b a n y a m a   ( f r a n c e )   o r   
 j o e l e m b i i d   ( c a m e r o o n )   
 n b a   n b a p r e s e a s o n
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
f r a n c e   i s   s t i l l   h o p e f u l   t h a t   j o e l e m b i i d   - -   t h e   r e i g n i n g   n b a   s c o r i n g   c h a m p i o n   - -   w i l l   c h o o s e   t o   w e a r   i t s   c o l o r s   f o r   t h e   2 0 2 4 p a r i s o l y m p i c s   e v e n   t h o u g h   h e   r e c e n t l y   b e c a m e   a n   a m e r i c a n   c i t i z e n ,   n a t i o n a l   t e a m   c o a c h   v i n c e n t   c o l l e t   s a i d   t h u r s d a y .   n b a t w i t t e r  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j o e l e m b i i d   t e a c h i n g   c h e t   a   m o v e . .  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j o e l e m b i i d   h a s   t w o   c h o i c e s :   t h e   r e d ,   w h i t e   a n d   b l u e   o f   t h e   u . s . ,   o r   t h e   b l u e ,   w h i t e   a n d   r e d   o f   f r a n c e .   a n   o l y m p i c   m e d a l   m i g h t   h i n g e   o n   h i s   d e c i s i o n . 

o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
  a t   + 7 0 0   f o r   e a s t   c o n f e r e n c e   w i n n e r   i s   a b s u r d …   t h i s   r o s t e r   ( i f   h e a l t h y )   w i l l   b e   i n   t h e   e c f   e a s i l y . 
 
 m i g h t   f l y   t o   l o u i s i a n a   f r o m   d a l l a s   t o n i g h t   t o   p l a c e   a   s i g n i f i c a n t   w a g e r   t o n i g h t . 
 
 s i x e r s   j o e l e m b i i d   s i x e r s t w i t t e r  
t h e     h a v e   t h e   d e e p e s t   r o s t e r   t h e y   h a v e   h a d   w i t h   j o e l e m b i i d .   i n   a   l o a d e d   e a s t e r n c o n f e r e n c e   w h a t   c a n   t h e   7 6 e r s   a c c o m p l i s h ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a   n b a p r e s e a s o n   p h i l a d e l p h i a   j a m e s h a r d e n   t y r e s e m a x e y   p h i l a d e l p h i s 7 6 e r s   p h i l l y  
' i t ' s   a   b l e s s i n g   t o   b e   a n   a m e r i c a n ' :   n b a   s u p e r s t a r   j o e l   e m b i i d   b e c o m e s   u s   c i t i z e n     g o o d n e w s   p h i l a d e l p h i a 7 6 e r s   j o e l e m b i i d
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
h e r e ' s   t h e     p r o j e c t e d   l i n e - u p   f o r   t h e   u p c o m i n g   s e a s o n !   c a n   a   h e a l t h y   7 6 e r s   s q u a d   w i n   i t   a l l ?   🤔 
 
 j a m e s h a r d e n   t y r e s e m a x e y   t o b i a s h a r r i s   p j t u c k e r   j o e l e m b i i d   7 6 e r s  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j o e l   e m b i i d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o e l e m b i i d   j o e l   e m b i i d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
i & a m p ; 3 9 ; m   c o n c e r n e d   a b o u t   j o e l   . . . 
   
 
   
 7 6 e r s n e w s   7 6 e r s u p d a t e s   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n s i x e r s   j o e l e m b i i d   j o e l e m b i i d 7 6 e r s   j o e l e m b i i d i n s h a p e   j o e l e m b i i d o u t o f s h a p e   j o e l e m b i i d p r a c t i c e   j o e l e m b i i d p r o b l e m s   j o e l e m b i i d s i x e r s  
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
w o u l d   e m b i i d ,   d u r a n t ,   & a m p ;   . . . 
   
 
   
 7 6 e r s h i g h l i g h t s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c h i n e y o g w u m i k e   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   j a m e s h a r d e n   j a m e s h a r d e n n e w s   j o e l e m b i i d   k d   k d h a r d e n   k e n d r i c k p e r k i n s   k e v i n d u r a n t   m a l i k a a n d r e w s  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
n b a   g m s   v o t e   n i k o l a j o k i c   a s   b e s t   c e n t e r   i n   t h e   l e a g u e   o v e r   j o e l e m b i i d .   n b a t w i t t e r   n b a g m s u r v e y  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   g m s   h a v e   p i c k e d   l u k a   d o n c i c   a s   t h e   f a v o r i t e   t o   w i n   m v p   t h i s   s e a s o n !   💪 🤩 
 
 n a m e   y o u r   f a v o r i t e   m v p   c a n d i d a t e   e n t e r i n g   2 0 2 2 - 2 3   s e a s o n !   🗣 ️ 🏆 
 
 l u k a d o n c i c   g i a n n i s   s t e p h e n c u r r y   j o e l e m b i i d   n b a   m v p  
l o s   a n g e l e s   c l i p p e r s   v s   p o r t l a n d   t r a i l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
h e r e   a r e   m y   3 ️ ⃣   r e a s o n s   w h y   t h e   p h i l a d e l p h i a   7 6 e r s   w i l l   g o   o 5 0 . 5   w i n s ,   l i n e   b y       7 6 e r s   j a m e s h a r d e n   j o e l e m b i i d   
   n b a t w i t t e r  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b e n   s i m m o n s   m a k e s   h i s   n e t s   d e b u t   t o d a y   -   a g a i n s t   j o e l   e m b i i d   a n d   7 6 e r s !   😤 🍿 
 
 w h o   y o u   g o t ? 
 
 b e n s i m m o n s   b r o o k l y n n e t s   j o e l e m b i i d   7 6 e r s   n b a p r e s e a s o n  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
s t e v e   k e r r   p o s t g a m e   i n t e r v i e w   |   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n  
j a m e s   h a r d e n   " f i g u r i n g   t h i n g s   o u t "   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s n e w s   7 6 e r s t r a i n i n g c a m p   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j a m e s h a r d e n h i g h l i g h t s   j o e l e m b i i d   n b a   n b a n e w s   n b a p r e s e a s o n   n b a t r a i n i n g c a m p  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j o e l   e m b i i d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o e l e m b i i d   j o e l   e m b i i d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   j o e l   e m b i i d   s a y s   b e i n g   a n   a m e r i c a n   i s   a   ‘ b l e s s i n g ’   –   o u t k i c k   –       a m e r i c a n   b l e s s i n g   e m b i i d   j o e l
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
j a m e s   h a r d e n   o n   j o e l   e m b i i d :   “ h e ’ s   o n e   o f   o n e ”   j a m e s h a r d e n   j o e l e m b i i d   p h i l a d e l p h i a 7 6 e r s  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
g o l d e n   s t a t e   w a r r i o r s   v s .   l o s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
" t y r e s e   m a x e y   i s   a   b u d d i n g   n b a   s t a r ! "   |   r b   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   7 6 e r s v s c a v s   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   n b a p r e s e a s o n   p h i l a d e l p h i a 7 6 e r s   p h i l a d e l p h i a 7 6 e r s n e w s   p h i l a d e l p h i a s i x e r s   p h i l l y t a k e w i t h r b   s i x e r s  
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
" i   t h i n k   a   h e a l t h y   l a k e r s   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j o e l e m b i i d   h a s   2   c h o i c e s :   t h e   r e d ,   w h i t e   a n d   b l u e   o f   t h e   u . s . 🇺 🇸 o r   t h e   b l u e ,   w h i t e   a n d   r e d   o f   f r a n c e 🇫 🇷 . 
 a n   o l y m p i c   m e d a l   m i g h t   h i n g e   o n   h i s   d e c i s i o n . 
 f r a n c e 🇫 🇷   i s   s t i l l   h o p e f u l   t h a t   e m b i i d   w i l l   c h o o s e   t o   w e a r   i t s   c o l o r s   f o r   t h e   2 0 2 4   p a r i s o l y m p i c s .   p h i l a u n i t e  
u s a b a s k e t b a l l 🇺 🇸   i s   i n t e r e s t e d   i n   r e c r u i t i n g   j o e l e m b i i d   a n d   h o p e s   t o   b e a t   o u t   f r a n c e 🇫 🇷   f o r   h i s   i n t e r n a t i o n a l   s e r v i c e s .   
 t h e   p h i l a d e l p h i a 7 6 e r s   s t a r   i s   e l i g i b l e   t o   p l a y   f o r   t h e   u n i t e d s t a t e s 🇺 🇸   a f t e r   r e c e n t l y   o b t a i n i n g   a m e r i c a n 🇺 🇸   c i t i z e n s h i p .   m a k i n g h i s t o r y   p h i l a u n i t e  
n e w   v i d e o 🚨 ❗ 
 f u l l   v i d e o   l i n k :   
 n b a 2 k   n b a 2 k 2 2   n b a 2 k 3   n b a 2 k 2 1   2 k c o m m u n i t y   2 k   j a m e s h a r d e n   j o e l e m b i i d  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
u s a   b a s k e t b a l l   t e a m   p l a n n i n g   t o   s n a t c h   j o e l   e m b i i d ’ s   n a t i o n a l   c a r e e r   s e r v i c e   v s   f r e n c h   p r o g r a m   –   i n s i d e r   f r e n c h n t   j o e l e m b i i d   u s a n t  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t e a m   u s a   ' s e r i o u s l y   i n t e r e s t e d '   i n   j o e l   e m b i i d   a n d   w i l l   b a t t l e   t e a m   f r a n c e   f o r   t h e   c e n t e r 
 
 
 n b a   b a s k e t b a l l   b a s k e t b a l l d a t a   b a s k e t b a l l a p i   l i v e s c o r e   n b a f i n a l s   n b a d r a f t   t e a m u s a   j o e l e m b i i d   t e a m f r a n c e
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
n b a   o l y m p i c s   p h i l a d e l p h i a 7 6 e r s   j o e l e m b i i d   u s a   b a s k e t b a l l ,   f r a n c e   p r e p a r e   t o   b a t t l e   o v e r   j o e l   e m b i i d  
i n   ( 5 )   y e a r s   t h e   d i s c u s s i o n   a s   t o   w h o   i s   t h e   b e s t   p l a y e r   i n   t h e   n b a   c o u l d   c o m e   d o w n   t o : 
 g i a n n i s a n t e t o k o u n m p o 
 g r e e c e ) 
 l u k a d o n c i c   ( s l o v e n i a ) 
 n i k o l a j o k i c   ( s e r b i a ) 
 v i c t o r w e m b a n y a m a   ( f r a n c e )   o r   
 j o e l e m b i i d   ( c a m e r o o n )   
 n b a   n b a p r e s e a s o n
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
f r a n c e   i s   s t i l l   h o p e f u l   t h a t   j o e l e m b i i d   - -   t h e   r e i g n i n g   n b a   s c o r i n g   c h a m p i o n   - -   w i l l   c h o o s e   t o   w e a r   i t s   c o l o r s   f o r   t h e   2 0 2 4 p a r i s o l y m p i c s   e v e n   t h o u g h   h e   r e c e n t l y   b e c a m e   a n   a m e r i c a n   c i t i z e n ,   n a t i o n a l   t e a m   c o a c h   v i n c e n t   c o l l e t   s a i d   t h u r s d a y .   n b a t w i t t e r  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j o e l e m b i i d   t e a c h i n g   c h e t   a   m o v e . .  
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j o e l e m b i i d   h a s   t w o   c h o i c e s :   t h e   r e d ,   w h i t e   a n d   b l u e   o f   t h e   u . s . ,   o r   t h e   b l u e ,   w h i t e   a n d   r e d   o f   f r a n c e .   a n   o l y m p i c   m e d a l   m i g h t   h i n g e   o n   h i s   d e c i s i o n . 

o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
  a t   + 7 0 0   f o r   e a s t   c o n f e r e n c e   w i n n e r   i s   a b s u r d …   t h i s   r o s t e r   ( i f   h e a l t h y )   w i l l   b e   i n   t h e   e c f   e a s i l y . 
 
 m i g h t   f l y   t o   l o u i s i a n a   f r o m   d a l l a s   t o n i g h t   t o   p l a c e   a   s i g n i f i c a n t   w a g e r   t o n i g h t . 
 
 s i x e r s   j o e l e m b i i d   s i x e r s t w i t t e r  
t h e     h a v e   t h e   d e e p e s t   r o s t e r   t h e y   h a v e   h a d   w i t h   j o e l e m b i i d .   i n   a   l o a d e d   e a s t e r n c o n f e r e n c e   w h a t   c a n   t h e   7 6 e r s   a c c o m p l i s h ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 n b a   n b a p r e s e a s o n   p h i l a d e l p h i a   j a m e s h a r d e n   t y r e s e m a x e y   p h i l a d e l p h i s 7 6 e r s   p h i l l y  
' i t ' s   a   b l e s s i n g   t o   b e   a n   a m e r i c a n ' :   n b a   s u p e r s t a r   j o e l   e m b i i d   b e c o m e s   u s   c i t i z e n     g o o d n e w s   p h i l a d e l p h i a 7 6 e r s   j o e l e m b i i d
n e w   o r l e a n s   p e l i c a n s   v s .   c h i c a g o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
h e r e ' s   t h e     p r o j e c t e d   l i n e - u p   f o r   t h e   u p c o m i n g   s e a s o n !   c a n   a   h e a l t h y   7 6 e r s   s q u a d   w i n   i t   a l l ?   🤔 
 
 j a m e s h a r d e n   t y r e s e m a x e y   t o b i a s h a r r i s   p j t u c k e r   j o e l e m b i i d   7 6 e r s  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j o e l   e m b i i d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o e l e m b i i d   j o e l   e m b i i d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
i & a m p ; 3 9 ; m   c o n c e r n e d   a b o u t   j o e l   . . . 
   
 
   
 7 6 e r s n e w s   7 6 e r s u p d a t e s   a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n s i x e r s   j o e l e m b i i d   j o e l e m b i i d 7 6 e r s   j o e l e m b i i d i n s h a p e   j o e l e m b i i d o u t o f s h a p e   j o e l e m b i i d p r a c t i c e   j o e l e m b i i d p r o b l e m s   j o e l e m b i i d s i x e r s  
l o s   a n g e l e s   l a k e r s   v s .   s a c r a m e n t o   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
t y r e s e   m a x e y   l o o k e d   i n c r e d i b l e !   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s p o s t g a m e   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b e n s i m m o n s j u m p s h o t   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j o e l e m b i i d   k e v i n d u r a n t   k y r i e i r v i n g   l i v e r e a c t i o n   n b a   n b a l i v e s t r e a m  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   g a m e t i m e   r e a c t s   t o   . . . 
   
 
   
 2 0 2 2 n b a p l a y o f f s   a d r i a n w o j n a r o w s k i   a n t h o n y d a v i s   b e n s i m m o n s   b r i a n w i n d h o r s t   c a r m e l o a n t h o n y   c h a r l e s b a r k l e y   c h r i s p a u l   d e v i n b o o k e r   e s p n   f i r s t t a k e   g e t u p   g i a n n i s   j a l e n r o s e   j a m e s h a r d e n   j o e l e m b i i d   k a w h i l e o n a r d  
w o u l d   e m b i i d ,   d u r a n t ,   & a m p ;   . . . 
   
 
   
 7 6 e r s h i g h l i g h t s   a t l a n t i c d i v i s i o n   b r o o k l y n n e t s   c h i n e y o g w u m i k e   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   e s p n n b a t o d a y   j a m e s h a r d e n   j a m e s h a r d e n n e w s   j o e l e m b i i d   k d   k d h a r d e n   k e n d r i c k p e r k i n s   k e v i n d u r a n t   m a l i k a a n d r e w s  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
n b a   g m s   v o t e   n i k o l a j o k i c   a s   b e s t   c e n t e r   i n   t h e   l e a g u e   o v e r   j o e l e m b i i d .   n b a t w i t t e r   n b a g m s u r v e y  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a   g m s   h a v e   p i c k e d   l u k a   d o n c i c   a s   t h e   f a v o r i t e   t o   w i n   m v p   t h i s   s e a s o n !   💪 🤩 
 
 n a m e   y o u r   f a v o r i t e   m v p   c a n d i d a t e   e n t e r i n g   2 0 2 2 - 2 3   s e a s o n !   🗣 ️ 🏆 
 
 l u k a d o n c i c   g i a n n i s   s t e p h e n c u r r y   j o e l e m b i i d   n b a   m v p  
l o s   a n g e l e s   c l i p p e r s   v s   p o r t l a n d   t r a i l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s c l i p p e r s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
u p   n e x t !   n b a   2 k 2 3   p s 5   4 k   g a m e p l a y !   p h i l a d e l p h i a   7 6 e r s   v s   b r o o k l y n   n e t s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   8 ,   2 0 2 2   1 0 : 3 0   a m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   b r o o k l y n n e t s   p h i l a d e l p h i a 7 6 e r s   k e v i n d u r a n t   k y r i e i r v i n g   j a m e s h a r d e n   b e n s i m m o n s   j o e l e m b i i d   s i x e r s v s n e t s  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
h e r e   a r e   m y   3 ️ ⃣   r e a s o n s   w h y   t h e   p h i l a d e l p h i a   7 6 e r s   w i l l   g o   o 5 0 . 5   w i n s ,   l i n e   b y       7 6 e r s   j a m e s h a r d e n   j o e l e m b i i d   
   n b a t w i t t e r  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
g o l d e n   s t a t e   w a r r i o r s   v s .   w a s h i n g t o n   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
m i l w a u k e e   b u c k s   v s .   m e m p h i s   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   g i a n n i s a n t e t o k o u n m p o   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j o e l e m b i i d  
b e n   s i m m o n s   m a k e s   h i s   n e t s   d e b u t   t o d a y   -   a g a i n s t   j o e l   e m b i i d   a n d   7 6 e r s !   😤 🍿 
 
 w h o   y o u   g o t ? 
 
 b e n s i m m o n s   b r o o k l y n n e t s   j o e l e m b i i d   7 6 e r s   n b a p r e s e a s o n  
b o s t o n   c e l t i c s   v s   c h a r l o t t e   h o r n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
s t e v e   k e r r   p o s t g a m e   i n t e r v i e w   |   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n  
j a m e s   h a r d e n   " f i g u r i n g   t h i n g s   o u t "   |   . . . 
   
 
   
 7 6 e r s   7 6 e r s n e w s   7 6 e r s t r a i n i n g c a m p   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   d o c r i v e r s   e a s t e r n c o n f e r e n c e   j a m e s h a r d e n   j a m e s h a r d e n h i g h l i g h t s   j o e l e m b i i d   n b a   n b a n e w s   n b a p r e s e a s o n   n b a t r a i n i n g c a m p  
h o u s t o n   r o c k e t s   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j o e l   e m b i i d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o e l e m b i i d   j o e l   e m b i i d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   j o e l   e m b i i d   s a y s   b e i n g   a n   a m e r i c a n   i s   a   ‘ b l e s s i n g ’   –   o u t k i c k   –       a m e r i c a n   b l e s s i n g   e m b i i d   j o e l
  d e f i n i t e l y   i n   t o p   4   a m o n g   b i g   m e n .   e m b i i d ,   r o b e r t w i l l i a m s ,   g o b e r t   a n d   t h e n   l o o n d o g   n o t   i n   a n y   p a r t i c u l a r   o r d e r .   b u t   w h e n   i t   c o m e s   g u a r d i n g   t h e   g u a r d s   -   l o o n   i s   1   a m o n g   t h e m .   i f   h e   c a n   a d d   m o r e   b l o c k s   a n d   a   l i t t l e   f o r c e f u l   r e b o u n d i n g ,   f l a r i n g   o f   t h e   e l b o w   -   h e   c a n   b e   1
t h e   n b a   s u p e r s t a r s   a r e   l o o k i n g   f o r w a r d   t o   s t r u t t i n g   t h e i r   s t u f f   o n   t h e   c o u r t .   w h o   i s   y o u r   e a r l y   m v p   p i c k   t h i s   y e a r ?     d o n c i c   e m b i i d   a n t e t o k o u n m p o   d u r a n t   j o k i c   t a t u m   m o r a n t   c u r r y   j a m e s   w i l l i a m s o n   b o o k e r   l i l l a r d
j o e l e m b i i d   h a s   2   c h o i c e s :   t h e   r e d ,   w h i t e   a n d   b l u e   o f   t h e   u . s . 🇺 🇸 o r   t h e   b l u e ,   w h i t e   a n d   r e d   o f   f r a n c e 🇫 🇷 . 
 a n   o l y m p i c   m e d a l   m i g h t   h i n g e   o n   h i s   d e c i s i o n . 
 f r a n c e 🇫 🇷   i s   s t i l l   h o p e f u l   t h a t   e m b i i d   w i l l   c h o o s e   t o   w e a r   i t s   c o l o r s   f o r   t h e   2 0 2 4   p a r i s o l y m p i c s .   p h i l a u n i t e  
e m b i i d   s i x e r s   s p o r t s 
 s i x e r s ’   j o e l   e m b i i d   i n   e x c e s s i v e   d e m a n d   f o r   n a t i o n w i d e   g r o u p s   
  
    t h e   n b a   s h o u l d   o f   g i v e n   h i m   t h e   m v p   h e   d e s e r v e d   e m b i i d
t h e   n b a   g e n e r a l   m a n a g e r s   h a v e   g i v e n   t h e i r   p r e d i c t i o n s   o n   t h e   u p c o m i n g   s e a s o n .   🏀 
 
 h e r e   i   g o   t h r o u g h   a   f e w   o f   t h o s e   p r e d i c t i o n s : 
 
 
 
 m v p   c h a m p i o n s h i p   b o s t o n c e l t i c s   l o s a n g e l e s c l   d o n c i c   e m b i i d  
e m b i i d   l o o k i n g   a t   t h e   d r a y m o n d   p u n c h   🥊   & a m p ;   t h i n k i n g   -   “ u   m e a n   i   c o u l d ’ v e   d o n e   t h a t   t o   b e n s i m m o n s   l a s t   y e a r ? ”  
w h o   w o u l d   y o u   r a t h e r   h a v e   o n   y o u r   t e a m ?   🤔 
 
 ❤ ️   f o r   n i k o l a   j o k i c 
 🔁   f o r   j o e l   e m b i i d 
 
 j o k i c   |   e m b i i d  
j o e l   e m b i i d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o e l e m b i i d   j o e l   e m b i i d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   j o e l   e m b i i d   s a y s   b e i n g   a n   a m e r i c a n   i s   a   ‘ b l e s s i n g ’   –   o u t k i c k   –       a m e r i c a n   b l e s s i n g   e m b i i d   j o e l
t h e   s i x e r s   h a v e   m o r e   d e p t h   t h a n   p r e v i o u s   s e a s o n s   i n   t h e   e m b i i d   e r a .   f u r k a n   k o r k m a z   c o u l d   p r o v i d e   e v e n   m o r e   w i t h   a   b o u n c e   b a c k   c a m p a i g n .   n e w   p i e c e   o n   t h e   .   

  d e f i n i t e l y   i n   t o p   4   a m o n g   b i g   m e n .   e m b i i d ,   r o b e r t w i l l i a m s ,   g o b e r t   a n d   t h e n   l o o n d o g   n o t   i n   a n y   p a r t i c u l a r   o r d e r .   b u t   w h e n   i t   c o m e s   g u a r d i n g   t h e   g u a r d s   -   l o o n   i s   1   a m o n g   t h e m .   i f   h e   c a n   a d d   m o r e   b l o c k s   a n d   a   l i t t l e   f o r c e f u l   r e b o u n d i n g ,   f l a r i n g   o f   t h e   e l b o w   -   h e   c a n   b e   1
t h e   n b a   s u p e r s t a r s   a r e   l o o k i n g   f o r w a r d   t o   s t r u t t i n g   t h e i r   s t u f f   o n   t h e   c o u r t .   w h o   i s   y o u r   e a r l y   m v p   p i c k   t h i s   y e a r ?     d o n c i c   e m b i i d   a n t e t o k o u n m p o   d u r a n t   j o k i c   t a t u m   m o r a n t   c u r r y   j a m e s   w i l l i a m s o n   b o o k e r   l i l l a r d
j o e l e m b i i d   h a s   2   c h o i c e s :   t h e   r e d ,   w h i t e   a n d   b l u e   o f   t h e   u . s . 🇺 🇸 o r   t h e   b l u e ,   w h i t e   a n d   r e d   o f   f r a n c e 🇫 🇷 . 
 a n   o l y m p i c   m e d a l   m i g h t   h i n g e   o n   h i s   d e c i s i o n . 
 f r a n c e 🇫 🇷   i s   s t i l l   h o p e f u l   t h a t   e m b i i d   w i l l   c h o o s e   t o   w e a r   i t s   c o l o r s   f o r   t h e   2 0 2 4   p a r i s o l y m p i c s .   p h i l a u n i t e  
e m b i i d   s i x e r s   s p o r t s 
 s i x e r s ’   j o e l   e m b i i d   i n   e x c e s s i v e   d e m a n d   f o r   n a t i o n w i d e   g r o u p s   
  
    t h e   n b a   s h o u l d   o f   g i v e n   h i m   t h e   m v p   h e   d e s e r v e d   e m b i i d
t h e   n b a   g e n e r a l   m a n a g e r s   h a v e   g i v e n   t h e i r   p r e d i c t i o n s   o n   t h e   u p c o m i n g   s e a s o n .   🏀 
 
 h e r e   i   g o   t h r o u g h   a   f e w   o f   t h o s e   p r e d i c t i o n s : 
 
 
 
 m v p   c h a m p i o n s h i p   b o s t o n c e l t i c s   l o s a n g e l e s c l   d o n c i c   e m b i i d  
e m b i i d   l o o k i n g   a t   t h e   d r a y m o n d   p u n c h   🥊   & a m p ;   t h i n k i n g   -   “ u   m e a n   i   c o u l d ’ v e   d o n e   t h a t   t o   b e n s i m m o n s   l a s t   y e a r ? ”  
w h o   w o u l d   y o u   r a t h e r   h a v e   o n   y o u r   t e a m ?   🤔 
 
 ❤ ️   f o r   n i k o l a   j o k i c 
 🔁   f o r   j o e l   e m b i i d 
 
 j o k i c   |   e m b i i d  
j o e l   e m b i i d   n b a   h i g h l i g h t s   7 6 e r s   v s   c a v a l i e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o e l e m b i i d   j o e l   e m b i i d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   p h i l a d e l p h i a   7 6 e r s   7 6 e r s  
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   j o e l   e m b i i d   s a y s   b e i n g   a n   a m e r i c a n   i s   a   ‘ b l e s s i n g ’   –   o u t k i c k   –       a m e r i c a n   b l e s s i n g   e m b i i d   j o e l
t h e   s i x e r s   h a v e   m o r e   d e p t h   t h a n   p r e v i o u s   s e a s o n s   i n   t h e   e m b i i d   e r a .   f u r k a n   k o r k m a z   c o u l d   p r o v i d e   e v e n   m o r e   w i t h   a   b o u n c e   b a c k   c a m p a i g n .   n e w   p i e c e   o n   t h e   .   

---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [63], in <cell line: 1>()
      1 for id, tweets in tweets_df_76ers2.items():
      2     for tweet in tweets:
----> 3         analysis = SentimentIntensityAnalyzer(tweets_df_76ers2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_76ers2 = tweets_df_76ers2.append({
      5             'name': id,
      6             'text': tweets_df_76ers2.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\vaderSentiment\vaderSentiment.py:200, in SentimentIntensityAnalyzer.__init__(self, lexicon_file, emoji_lexicon)
    198 def __init__(self, lexicon_file="vader_lexicon.txt", emoji_lexicon="emoji_utf8_lexicon.txt"):
    199     _this_module_file_path_ = os.path.abspath(getsourcefile(lambda: 0))
--> 200     lexicon_full_filepath = os.path.join(os.path.dirname(_this_module_file_path_), lexicon_file)
    201     with codecs.open(lexicon_full_filepath, encoding='utf-8') as f:
    202         self.lexicon_full_filepath = f.read()

File ~\anaconda3\lib\ntpath.py:117, in join(path, *paths)
    115     return result_drive + result_path
    116 except (TypeError, AttributeError, BytesWarning):
--> 117     genericpath._check_arg_types('join', path, *paths)
    118     raise

File ~\anaconda3\lib\genericpath.py:152, in _check_arg_types(funcname, *args)
    150         hasbytes = True
    151     else:
--> 152         raise TypeError(f'{funcname}() argument must be str, bytes, or '
    153                         f'os.PathLike object, not {s.__class__.__name__!r}') from None
    154 if hasstr and hasbytes:
    155     raise TypeError("Can't mix strings and bytes in path components") from None

TypeError: join() argument must be str, bytes, or os.PathLike object, not 'Series'
In [64]:
for id, tweets in tweets_df_Knicks1.items():
    for tweet in tweets:
        analysis = TextBlob(tweets_df_Knicks1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Knicks1 = tweets_df_Knicks1.append({
            'name': id,
            'text': tweets_df_Knicks1.text
        }, ignore_index=True)
k n i c k s   2 0 2 2 - 2 3   s e a s o n   |   p l a y e r   e x p e c t a t i o n s :   o b i   t o p p i n ,   j a l e n   b r u n s o n ,   . . .     v i a     r e p l a y g a n g   r e p l a y s q u a d   k f t v   n e w y o r k k n i c k s   h i t t h a t t h u m b s u p 4 y a b o y z
w a r r i o r s   a t   k n i c k s   |   f u l l   g a m e   h i g h l i g h t s   |   d e c e m b e r   1 4 ,   2 0 2 1 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 2 2 1 0 0 4 1 4   n b a   n e w y o r k k n i c k s  
r e t w e e t   t h i s   i f   y o u   t h i n k   t h e   k n i c k s   c a n   i m p r o v e   t h e s e   a r e a s   t h i s   s e a s o n .   
 
 k n i c k s   n b a   b a s k e t b a l l   n y k n i c k s   n e w y o r k   n e w y o r k k n i c k s   k n i c k s t a p e   k n i c k s n a t i o n   n y c   k n i c k s f a n   k n i c k s w a y   m s g   k n i c k s b a s k e t b a l l   b a l l i s l i f e   n y k   s p o r t s   n y k n i c k s b a s k e t b a l l  
w e l c o m e   t o   t h e   s q u a d     p s 5 s h a r e ,   n b a 2 k 2 3 ,   n e w a d d i t i o n ,   b e n s i m m o n s ,   n e w y o r k k n i c k s  
n y   k n i c k s   c a m   r e d d i s h   1 s t   s t a r t   t r o u b l e s   t h e k n i c k o f t i m e s h o w   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   c a m r e d d i s h   c o v e r a g e   e a s t e r n c o n f e r e n c e   g a m e   h i g h l i g h t s   m a d i s o n s q u a r e g a r d e n   m s g   n b a   n e w y o r k k n i c k s   n e w y o r k k n i c k s g a m e  
t h e r e   a r e   m i l l i o n s   o f   u s   k n i c k s   f a n s   o n   t w i t t e r   🟠 🔵 
 
 n o   n e w y o r k k n i c k s   f a n   s h o u l d   h a v e   a   f e w   h u n d r e d   f o l l o w e r s .   w e   s h o u l d   a l l   f o l l o w   e a c h   o t h e r 🫵 🏻 🤜 🏻 🤛 🏿 
 
 u s e   t h i s   t w e e t   t o   c o n n e c t   w i t h   k n i c k s   f a n s . . .   l i k e ,   r e t w e e t   a n d   c o m m e n t   t o   r e a c h   o u t   t o   f e l l o w   k n i c k s   f a n s ! l e t s g o k n i c k s  
n y   k n i c k s :   w h o   w i l l   t h i b s   m a k e   a   s t a r   n e x t   s e a s o n ? ?   n e w y o r k k n i c k s   n e w y . . .     v i a  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
o b i   t o p p i n   d a z z l e s   i n   k n i c k s   p r e s e a s o n   w i n   o v e r   t h e   p a c e r s   |   k f t v   r e a c t i o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
w a t c h :   “ w h o   t h e   f * * k   i s   h e ? ”   o s w a l d o   c a b r e r a   d i s p l a y e d   a s   y a n k e e s   s t a r   b y   t h e   n y   k n i c k s ,   f a n s   d e c l a r e   h e   w a s   n o t h i n g   b u t   a   p r o s p e c t     m l b   n e w y o r k k n i c k s
a n d   t h e   c y c l e   r e p e a t s   : ( 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   w a s   o n   m s g   n e t w o r k .   w i t h   c o m m e n t a r y   f r o m   e d   c o h e n .   c o - c o m m e n t a t o r   i s   w a l t   f r a z i e r .     f o r   m o r e   d e t a i l s   s e e     n e w y o r k k n i c k s   i n d i a n a p a c e r s   m s g n e t w o r k
k n i c k s   o p e n   p r a c t i c e   2 0 2 2 :   d r i l l s   |   5   o n   5 s   |   q & a m p ; a 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
a   t e a m   h a d   i n t e r e s t   i n   k n i c k s   j u l i u s   r a n d l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c o m m e n t a r y   c o v e r a g e   e a s t e r n c o n f e r e n c e   g a m e   h i g h l i g h t s   i a n b e g l e y   j u l i u s r a n d l e   j u l i u s r a n d l e t r a d e r u m o r s   k n i c k s p o d c a s t   m a d i s o n s q u a r e g a r d e n   m s g   n b a   n b a r u m o r s   n e w y o r k k n i c k s  
w e   a l m o s t   s i g n e d   l o w r y   l a s t   s e a s o n   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
w e   a l m o s t   s i g n e d   l o w r y   l a s t   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s h o p   n e w y o r k f o r e v e r   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
k n i c k s   o p e n   p r a c t i c e   2 0 2 2 :   d r i l l s   & a m p ;   5   o n   5 s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
k n i c k s   o p e n   p r a c t i c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
2 0 1 7 - 2 0 1 9   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
b e s t   o f   t h e   d a y   o n   
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
o b i   t o p p i n   b l o c k   & a m p ;   s t u f f ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
k n i c k s   i n c r e d i b l e   4 6   p o i n t   s e c o n d   q u a r t e r   v s   i n d i a n a   p a c e r s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i m m a n u e l q u i c k l e y   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   n b a   n b a h i g h l i g h t s   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
b e s t   o f   t h e   d a y   o n   
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u
l i s t   o f   n a t i o n a l l y   t e l e v i s e d   k n i c k s   g a m e s .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
b e s t   o f   t h e   d a y   o n   
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
  n y   k n i c k s :   o b i   t o p p i n   e l e v a t e s   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k k n i c k s   n b a    
o b i   f u c k i n g   t o p p i n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
r j   b a r r e t t   r e a c t s   t o   o b i   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   k n i c k s p o s t g a m e   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   o b i t o p p i n   p a c e r s   p a c e r s b a s k e t b a l l  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 c a m r e d d i s h   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s g a m e   k n i c k s h i g h l i g h t s   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s v s p a c e r s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n   n e w y o r k k n i c k s  
[ h i g h l i g h t ]   o b i   t o p p i n   a n d   f a s t   b r e a k   d u n k s .   n a m e   a   m o r e   i c o n i c   d u o . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n y   k n i c k s :   o b i   t o p p i n   e l e v a t e s   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k k n i c k s   n b a   c l i c k   h e r e :   v i a    
r j   b a r r e t t   |   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t   t o m t h i b o d e a u  
[ h i g h l i g h t ]   o b i   t o p p i n   b l o c k s   i t   o n   o n e   e n d ,   e a s t b a y s   o n   t h e   o t h e r ,   a n d   p o i n t s   a t   t j   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
t h e   d u k e   r i d e s   h i g h 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
o b i   t o p p i n   p u t s   o n   a   s h o w   a s   k n i c k s   b e a t   p a c e r s   1 3 1 - 1 1 4   |   n e w   y o r k   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   s p o r t s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
i ’ m   n o   l o n g e r   g o n n a   g e t   e x c i t e d   o v e r   a   c o u p l e   o f   p r e s e a s o n   w i n s .   b e e n   b u r n e d   t o o   m a n y   t i m e s   b y   t h e s e   n e w y o r k k n i c k s
o b i   t o p p i n   p u t   o n   a   s h o w   a t   m s g !   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s v s n e w y o r k k n i c k s 2 0 2 2   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   n e w y o r k k n i c k s   p a c e r s v s k n i c k s  
g o o d   o n e   b y     
 
 o b i   t o p p i n   o b i t o p p i n   o b i t o p p i n   n b a   n b a t w i t t e r   n b a t w i t t e r l i v e   s l a m d u n k   m s g   n e w y o r k   n e w y o r k k n i c k s   k n i c k s   n e w y o r k f o r e v e r  
a   p i e c e   o f   a r t   t o   s o o t h e   y o u r   s o u l . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
i n d i a n a   p a c e r s   v s   n e w   y o r k   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s v s n e w y o r k k n i c k s 2 0 2 2   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   n e w y o r k k n i c k s   p a c e r s v s k n i c k s  
t h e   n e w   y o r k   s k y l i n e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
e n d e   
 e i s h o c k e y   h e r r e n   q m j h l   
 4 : 3   q u e b e c r e m p a r t s   v s   b l a i n v i l l e b o i s b r i a n d a r m a d a   
 e i s h o c k e y   h e r r e n   n h l s a i s o n v o r b e r e i t u n g   
 2 : 4   t o r o n t o m a p l e l e a f s   v s   d e t r o i t r e d w i n g s   
 b a s k e t b a l l   h e r r e n   n b a   
 1 1 2 : 1 0 3   b o s t o n c e l t i c s   v s   c h a r l o t t e h o r n e t s   
 1 1 4 : 1 3 1   i n d i a n a p a c e r s   v s   n e w y o r k k n i c k s
1 1   l o o k i n g   s m o o k i n g   a f ,   b o i   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
h e   s c o r e d   3 8   p o i n t s   v     k o b e b r y a n t   b u t   o n c e   d u b b e d :   l i t t l e   a s i a n   k i d .   c u l t u r a l   i c o n   j e r e m y l i n   i s   a   s t o r y   o f   i n s p i r a t i o n   & a m p ;   t r i u m p h .   i n   d o c u m e n t a r y :   ‘ 3 8   a t   t h e   g a r d e n ’ ,   l i n   t e l l s   o f   h i s   l i n s a n i t y   r u n   w i t h   n e w y o r k k n i c k s   & a m p ;   i s   j t a   c o m m u n i c a t o r   o f   t h e   w e e k 
 
  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r      
b e s t   o f   t h e   d a y   o n   
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
b e s t   o f   t h e   d a y   o n   
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
[ h i g h l i g h t ]   o b i   t o p p i n   b l o c k s   i t   o n   o n e   e n d ,   e a s t b a y s   o n   t h e   o t h e r ,   a n d   p o i n t s   a t   t j   m c c o n n e l l   f o r   c o n t e s t i n g 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬇ ️ i n d i a n a p a c e r s   1 1 4   ( 1 - 1 ) 🔸 
 ⬆ ️ n e w y o r k k n i c k s   1 3 1   ( 2 - 0 ) 
 🔶 c h r i s   d u a r t e 🇩 🇴 
 ( s g / 6 ' 5 " / 1 9 0 l b s ) 
 🔹 1 1 / p t s 
 🔹 5 / r e b 
 🔹 3 / a s t 
 🔹 0 / s t l 
 🔹 2 / b l k 
 🔹 1 / t o 
 🔹 2 / 3 t 2 
 🔹 2 / 4 t 3 
 🔹 1 / 1 t l 
 🔹 2 0 : 3 4 / m i n : s e g 
 _ d u a r t e 5 
 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
" a n o t h e r   e a s t b a y   s p e c i a l "   -   o b i   t o p p i n   i s   w i l d   f o r   t h i s   o n e   😲 
   
 
   
 b a s k e t b a l l   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 0   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v i d e o s   n e w y o r k k n i c k s   t e a m 1 6 1 0 6 1 2 7 5 2  
😱   a w e s o m e   d u n k   f r o m   o b i   t o p p i n . 
 
 t h e   b r i g h t e s t ,   i n a d e q u a t e   a n d   m e m o r a b l e   m o m e n t s   o f   t h e   b e s t   b a s k e t b a l l   l e a g u e   i n   t h e   w o r l d .   j o i n . 
 — 
 n b a   n e w y o r k k n i c k s   s h o r t s b a s k e t b a l l   o b i t o p p i n d u n k i g h t s  
n o w   t h a t ’ s   w h a t ’ s   u p   🙌 🏿 🙌 🏿 🙌 🏿 🙌 🏿 🙌 🏿 🙌 🏿 
 
 n e w y o r k   k n i c k ’ s   o b i   t o p p i n ' s   😳 😳 ,   n o w   t h a t ’ s   f o r   t h e   m o n e y   😀 👏 🏼 😀 👏 🏼 
 
 n b a p r e s e a s o n   n b a   n e w y o r k k n i c k s  
i ’ l l   b e   h e r e   a l l   s e a s o n   n e w y o r k k n i c k s   🏀  
1 1   l o o k i n g   s m o o k i n g   a f ,   b o i 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
t h e   f o r c e   i s   s t r o n g   w i t h   t h i s   o n e   n e w y o r k k n i c k s    
m a n   f o r g e t   c a m   r e d d i s h   s t a r t i n g !   o b i   o u t   t h e i r   s h i n n i n g ! !   n o t   e v e n   b o x   w a t c h i n g   c a m   i s   w a y   t o   g o o d   t o   n o t   s n a t c h   h i s   w o r t h   u p   o n   t h i s   r o s t e r !   h e   f u m b l e d   t o n i g h t   r e s p e c t f u l l y   k n i c k s   n e w y o r k k n i c k s
i   k n o w   i t ’ s   j u s t   p r e s e a s o n ,   b u t … .   l e t ’ s   g o   k n i c k s ! ! !   l e t s g o k n i c k s   n e w y o r k k n i c k s   k n i c k s
j a l e n   " j e s u s   c h r i s t "   b r u n s o n   p u t t i n g   i n   w o r k   a s   u s u a l .   n e w y o r k k n i c k s
j a l e n   b r u n s o n   w i t h   a n   a m a z i n g   m o v e !   🤩 💫 🌟 
 n y c   n b a   n b a t w i t t e r   n b a p r e s e a s o n   n e w y o r k   n e w y o r k k n i c k s   k n i c k s 
  
b u i l t   b y   n e w   y o r k   |   k n i c k s   7 5 t h   a n n i v e r s a r y 
   
 
   
 a t l a n t i c d i v i s i o n   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k e m b a w a l k e r   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   p a t r i c k e w i n g   r j b a r r e t t   t o m t h i b o d e a u  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 7 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ b e g l e y ]   q u e n t i n   g r i m e s   ( f o o t )   a n d   c a m   r e d d i s h   ( a n k l e )   a r e   o u t   t o m o r r o w ,   t o m   t h i b o d e a u   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
k n i c k s   r j   b a r r e t t   c l a p s   b a c k   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   k n i c k s h i g h l i g h t s   k n i c k s r j b a r r e t t   n e w y o r k k n i c k s   n e w y o r k k n i c k s h i g h l i g h t s   n e w y o r k k n i c k s r j b a r r e t t   n e w y o r k k n i c k s r j b a r r e t t h i g h l i g h t s   n y k n i c k s   r j b a r r e t t   r j b a r r e t t b e s t p l a y s  
c o u l d   t h e   n e w   y o r k   k n i c k s & a m p ; 3 9 ;   t r a d e   p a c k a g e   f o r   d o n o v a n   m i t c h e l l   a c t u a l l y   b e   a   l o t   l e s s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   d e u c e m c b r i d e   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   f e r o n h u n t   j e a n m o n t e r o   j e r i c h o s i m s   l e o n r o s e   n b a   n e w y o r k k n i c k s   q u e n t i n g r i m e s  
q u e s t i o n s   f o r   t h e   k n i c k s   u p c o m i n g   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
c p   ‘ t h e   f a n c h i s e ’   b r e a k s   d o w n   k n i c k s ’   p r e s e a s o n   o p e n e r   |   n e w   y o r k   p o s t   s p o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ k a t z ]   m i t c h e l l   r o b i n s o n   o n   w h y   h e   t r i e d   t o   a d d   s o m e   p o s t   m o v e s   o v e r   t h e   s u m m e r :   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
l e t ’ s   g o   k n i c k s   n e w y o r k k n i c k s
l o w e ' s   a n n u a l   n b a   t i e r s :   r a n k i n g   t h e   l e a g u e ' s   b e s t   a n d   w o r s t   t e a m s   . . .   a n d   t h e   n e t s   a n d   l a k e r s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r e v e r   n e w y o r k k n i c k s 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e      
b e s t   o f   t h e   d a y   o n   
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
t o p   l e f t   m y   f a v o r i t e   p o o c h   i n   t h e   w o r l d ,   w h a t ' s   o n   t h e   b o t t o m   r i g h t ? 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
2 0 0 6   _ f r a n c h i s e 3   s t e v e f r a n c i s   t o u r c h e s   t h e     n e w y o r k k n i c k s   f o r   3 6   p o i n t s   🥶   e l i t e h a n d l e s   e l i t e s c o r i n g   t h e f r a n c h i s e   n b a   t h e g o o d o l e d a y s   🏀 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   e a c h   t e a m .   h e r e ’ s   t h e   k n i c k s   e d i t i o n ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 6 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
k n i c k s   -   k e e p   t h e   e n e r g y   g o i n g   🔋 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   k n i c k s n a t i o n   k n i c k s n e w s   k n i c k s t a p e   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   n y k n i c k s   n y k  
s u r e   w e ’ r e   g o i n g   t o   s e e   a   l o t   o f   t h i s   a c t i o n   g o i n g   f o r w a r d .   w i t h   b o t h   f o r w a r d s   h i g h ,   c   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
a l a n   h a h n ' s   t a k e s   a r e   a l w a y s   g o l d .   b e c a u s e   h e   k n o w s   b a s k e t b a l l   🏀 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
i f   b y   s o m e   c h a n c e   w e   m i s s   t h e   p l a y o f f s .   p l e a s e   l e t   t h e r e   b e   j u s t i c e   i n   t h i s   w o r l d   a n d   l e t   t h i s   b e   t h e   y e a r   w e   w i n   t h e   l o t t e r y . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
l o v i n   t h i s   c l a s s i c   j e r s e y ! 
 r a i s e   y o u r   h a n d   i f   y o u   t h i n k   k n i c k s   w i l l   r u n   a   b e t t e r   s e a s o n   t h i s   y e a r 
 
 n e w y o r k k n i c k s   k n i c k s   b a s k e t b a l l   c a n g s t e r   p f p   n f t   f r e e m i n t  
k n i c k s   r j   b a r r e t t   a l l e y   t o   o b i   t o p p i n   🏀 ✈ ️   n e w y o r k k n i c k s   o b i t o p p i n   r j b a r r e t t   k n i c k s   n b a s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e  
y o u   k n o w   i ’ m   h y p e d   a f t e r   j u s t   t h e   f i r s t   p r e - s e a s o n   w i n   …   l o l   ! ! !   l e t s g o k n i c k s   n y k n i c k s   n y k   n e w y o r k k n i c k s   k n i c k s f a n   @   s o u t h s i d e   j a m a i c a   q u e e n s  
t e e n   b a s k e t b a l l   s t a r   s h o t   a n d   k i l l e d   i n   n e w   j e r s e y 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
b r e a k i n g   d o w n   k n i c k s & a m p ; 3 9 ;   p g   d e p t h :   b r u n s o n ,   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   k n i c k s b a s k e t b a l l   m s g   m s g n e t w o r k s   n e w y o r k   n e w y o r k b a s k e t b a l l   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   p i s t o n s   s p o r t s  
  n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r e v e r   n e w y o r k k n i c k s    
g o o d   h e a v e n s ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
h e r e ' s   t h e   p r o j e c t e d   s t a r t i n g   l i n e - u p   f o r   n e w   y o r k   k n i c k s !   💪 🔥 
 
 c a n   t h e   k n i c k s   c o m e b a c k   s t o n g   t h i s   s e a s o n   a f t e r   a d d i n g   b a c k c o u r t   e x c e l l e n c e   i n   f o r m   o f   j a l e n   b r u n s o n ? 
 
 n e w y o r k k n i c k s   j u l i u s r a n d l e   r j b a r r e t t   j a l e n b r u n s o n   m i t c h e l l r o b i n s o n   e v a n f o u r n i e r  
g r a n d   t h e f t   d e u c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
g u a r d   j a l e n   h a r r i s   h a s   j o i n e d   t h e   n e w   y o r k   k n i c k s   m o r e   t h a n   a   y e a r   a f t e r   t h e   n b a   s u s p e n d e d   h i m   f o r   b r e a k i n g   t h e   o r g a n i z a t i o n ' s   d r u g   p o l i c y .   👀 r e a d   t h e   f u l l   s t o r y   l i n k   i n   b i o   🔗 ⁠ 
 . 
 b a s k e t b a l l   s p o r t s   b a s k e t b a l l c o a c h   n b a   b a s k e t b a l l p l a y e r   b a s e b a l l   n y k n i c k s   n e w y o r k k n i c k s  
j a l e n   b r u n s o n & a m p ; 3 9 ; s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   k n i c k s   🍿 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 5 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
i ’ m   f r o m   u k   a n d   t o l d   e v e r y b o d y   d o n ’ t   s l e e p   o n   t h i s   g u y .   m o v e   m e   t o   n e w   y o r k   n e w y o r k k n i c k s   n b a   🟠 🔵  
n e w   y o r k   k n i c k s   d e c a l   8 x 8   d i e   c u t   c o l o r   n e w y o r k k n i c k s    
s o   f r o m   a n   i n   p e r s o n   v i e w   o f   t h e   g a m e   y e s t e r d a y .   i t   l o o k s   t o   m e   a s   i f   r a n d l e   a n d   e v a n   d o n ’ t   r e a l l y   p l a y   w e l l   w i t h   r j   c a u s e   i f   y o u   w a t c h   a g a i n   m o s t   o f   r j ’ s   b u c k e t s   c a m e   a f t e r   t h e y   w e r e   b o t h   o u t   t h e   g a m e .   w h a t   y o u   g u y s   t h i n k ?   k n i c k s a n o n y m o u s   n e w y o r k k n i c k s   k n i c k s   n e w y o r k
i   d o n ’ t   w a n t   t o   o v e r r e a c t   b u t … 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s   p o s t   g a m e   s h o w :   h i g h l i g h t s ,   a n a l y s i s ,   c a l l e r   r e a c t i o n s   |   1 0 . 4 . 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s h a r e   t h e   b e s t   n e w y o r k   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o   n e w y o r k m o d e l 
 
  
b e s t   o f   t h e   d a y   o n   
 c l i c k s   o f   n e w   y o r k   -   b r e e z i n g   n e w   y o r k 
 
 n e w y o r k   n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o   n e w y o r k m o d e l
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   n e w y o r k   c o n t e n t   :   
 n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o 
 
  
w h a t ' s   b e s t   o n     ? 
 c l i c k s   o f   n e w   y o r k   -   b r e e z i n g   n e w   y o r k 
 
 n e w y o r k   n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o   n e w y o r k m o d e l
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   n e w y o r k   c o n t e n t   :   
 n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o 
 
  
s h a r e   t h e   b e s t   n e w y o r k   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o   n e w y o r k m o d e l 
 
  
w h a t ' s   b e s t   o n     ? 
 c l i c k s   o f   n e w   y o r k   -   b r e e z i n g   n e w   y o r k 
 
 n e w y o r k   n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o   n e w y o r k m o d e l
s e a s o n   o f f   t o   a   g r e a t   s t a r t   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
[ i a n   b e g l e y ]   j a l e n   b r u n s o n ,   r j   b a r r e t t   & a m p ;   j u l i u s   r a n d l e   c o m b i n e   f o r   5 2   p o i n t s   o n   2 1 - f o r - 3 3   s h o o t i n g   i n   t h e i r   f i r s t   p r e s e a s o n   a c t i o n .   f i v e   a s s i s t s   f o r   b r u n s o n   i n   h i s   k n i c k   d e b u t .   f o u r   a s s i s t s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
t i m   t h i b o d e a u   o n   j a l e n   b r u n s o n :   “ j a l e n   c a n   p r o v i d e   w h a t e v e r   y o u   n e e d ”   j a l e n b r u n s o n   n e w y o r k k n i c k s   t i m t h i b o d e a u  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   w a s   o n   t n t   ( u s a ) .   w i t h   c o m m e n t a r y   f r o m   s p e r o   d e d e s .   c o - c o m m e n t a t o r   i s   s t a n   v a n   g u n d y .   r e p o r t e r   i s   j a r e d   g r e e n b e r g .     f o r   m o r e   d e t a i l s   s e e     n e w y o r k k n i c k s   d e t r o i t p i s t o n s   t n t u s a
t h a n k   y o u ,   b r u n s o n   🙏 🏾 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s h o p   n e w y o r k f o r e v e r   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n e w   y o r k   b a s k e t b a l l   i s   b a c k 🏀 ‼ ️   • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • k n i c k s a n o n y m o u s   t h e p e o p l e s v o i c e   n b a   b a s k e t b a l l   n b a b a s k e t b a l l   k n i c k s   k i n c k s r a n k i n g     n e w y o r k k n i c k s   n y k n i c k s   n y c   n y   n e w y o r k c i t y   f y p   v i r a l   m s g  
o u r   s t r e t c h   b i g 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
w h a t   i f …   d e r r i c k   r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   d e r r i c k r o s e   d r o s e   n b a t w i t t e r  
t h e   n e w   y o r k   k n i c k s   a r e   b a c k   o n   t o p ! 
 
 n y k   n e w y o r k k n i c k s   n b a
l o v e   h a v i n g   k n i c k s   f a n s   i n   m y   c h a t !   🤣 🤣 🤣   n e w y o r k k n i c k s   k n i c k s  
f e e l s   g r e a t   t o   b e   b a c k   a t   m s g !   l e t ’ s   g o   k n i c k s !     o b i t o p p i n   g o n e w y o r k g o n e w y o r k g o   n y k   n e w y o r k k n i c k s  
p r e s e a s o n   k n i c k   g a m e   7 4 - 9 8   k n i c k s   p r e s e a s o n k n i c k s   n e w y o r k k n i c k s   n b a 🏀
1 9 9 8 - 9 9   u l t r a   b a s k e t b a l l   p a t r i c k   e w i n g   k n i c k s   3   n e w y o r k k n i c k s   
 
 $ 3 . 5 0   e a c h   o r   $ 5   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
k n i c k s   f a n s !   c o m e   a t   m e !   c o n v i n c e   m e   t h a t   t h e   k n i c k s   a r e   l e g i t !   n e w y o r k k n i c k s   k n i c k s
o h   m y   o b i   t o p p i n ! 🔨 🔨 
 h i g h l i g h t   n b a   n b a p r e s e a s o n   n b a t w i t t e r   s l a m d u n k   n e w y o r k k n i c k s 
  
l e t ’ s   g o   k n i c k s   l o v i n g   t h e   d e f e n s e   t u r n i n g   i n t o   o f f e n s e .   k n i c k s   n e w y o r k k n i c k s
🏀   b a s k e t b a l l :   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   -   n b a   
 ⏰   o n g o i n g   l i v e 
 ➡   
 
 b a s k e t b a l l   a m e r i c a n   u s a   n b a l i v e   b a s k e t b a l l l o v e r s   n e w y o r k k n i c k s   d e t r o i t p i s t o n s
t h a t   _ _ _ _   s t e a l   a n d   b l o c k   n e w y o r k k n i c k s
b r u n s o n   i s   h e r e   b a b y   n e w y o r k k n i c k s
g o d …   i t ’ s   s o   g r e a t   t o   h e a r   m i k e   b r e e n s   v o i c e   a g a i n .     k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n y k
k n i c k s   a n o n y m o u s   i n   t h e   h o u s e ‼ ️   p r e s e a s o n   n e w y o r k k n i c k s   k n i c k s  
s h o p   n e w y o r k f o r e v e r   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e
v e g a s   h a s   t h e   k n i c k s   o v e r / u n d e r   f o r   w i n s   a t   3 9 .   y a l l   t h i n k   w e   w i n n i n g   o v e r   o r   u n d e r   3 9   g a m e s ?   i   m i g h t   p u t   s o m e   c a s h   o n   t h e   o v e r ,   b u t   w h a t   y a l l   t h i n k ?   k n i c k s   n e w y o r k k n i c k s   n b a   n b a p r e s e a s o n   n e w y o r k   n e w y o r k c i t y   k n i c k s a n o n y m o u s
i   l i t e r a l l y   h a v e   n o   i d e a   w h e r e   e l s e   t o   p o s t   t h i s ,   b u t   h a s   a n y o n e   e l s e   h a d   t h i s   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
g o i n g   l i v e   o n   t w i t t e r   a t   1 1 : 4 0 ,   w e   g o n n a   t a l k   a b o u t   w h a t   y o u   g u y s   a r e   l o o k i n g   f o r w a r d   t o   f o r   t o d a y s   g a m e .   t u n e   i n ‼ ️   k n i c k s   n e w y o r k k n i c k s
🏆   2 0 1 1   n b a   m o s t   v a l u a b l e   p l a y e r 
 🏆   2 0 1 1   a l l - n b a   f i r s t   t e a m   
 🏆   3 ×   n b a   a l l - s t a r 
 🏆   2 0 0 9   n b a   r o o k i e   o f   t h e   y e a r 
 
 j o i n   u s   i n   w i s h i n g   a   h a p p y   3 4 t h   b i r t h d a y   t o   d e r r i c k   r o s e !   🥳 🌹 
 
 d e r r i c k r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   n b a   b i r t h d a y  
n o w   y o u   m i g h t   b e   a s k i n g   y o u r s e l f ,   “ w h y   i s   t h e r e   a   f a t   0   o n   m y   s c r e e n ” ?   m a y b e   b e c a u s e   t o d a y ’ s   t h e   d a y   p e o p l e   n y k   b a c k   l e t ’ s   g o 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
f i n a l l y !     n e w   y o r k   k n i c k s   b a s k e t b a l l   i s   b a c k ! ! ! ! ! !   2 0 2 2   2 0 2 3   n e w y o r k k n i c k s   k n i c k s   n y k   b a s k e t b a l l   p r e s e a s o n  
t h e   n e w y o r k k n i c k s   p l a y   b a s k e t b a l l   t o n i g h t .
n e w e s t   k n i c k ,   j a l e n   b r u n s o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   f r e e a g e n c y   k n i c k s h i g h l i g h t s   k n i c k s p o s t g a m e   m s g n e t w o r k s   n b a   n b a h i g h l i g h t s   n b a k n i c k s   n e w y o r k k n i c k s   n e w y o r k k n i c k s h i g h l i g h t s   n e w y o r k k n i c k s p o s t g a m e   n e w y o r k k n i c k s r e c a p  
i   l i t e r a l l y   h a v e   n o   i d e a   w h e r e   e l s e   t o   p o s t   t h i s ,   b u t   h a s   a n y o n e   e l s e   h a d   t h i s   o u t r a g e o u s   c h a r g e   h a p p e n   o n   t h e i r   l p   s u b s c r i p t i o n ? ? 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n b a   n e w   y o r k   k n i c k s   2 d   t r a c k s u i t s   j a c k e t 
 l i n k   t o   b u y   :   
 n b a   n e w y o r k k n i c k s   n e w y o r k f o r e v e r  
i a n   b e g l e y   t a l k s   p r e s s u r e   o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c h r i s w i l l i a m s o n   e a s t e r n c o n f e r e n c e   i a n b e g l e y   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s   n b a i n s i d e r   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   s n y n b a i n s i d e r   s n y n e t w o r k   s n y n e w y o r k   s n y n y   s n y s p o r t s   s n y t v  
h e y ,   m e g ,   t h e   n e w y o r k k n i c k s   a r e   i n   t o w n   👊 🏼 
 
 
   |   
   |   f a m i l y g u y  
n e w y o r k f o r e v e r   l f g   n e w y o r k k n i c k s .   s t r i n g e r b e l l   s a y s   i   d o n ’ t   c a r e   i f   i t ’ s   p r e s e a s o n ,   w e   b a c k   u p .   k n i c k s t w i t t e r   _ z u l l o         _ n y _ b   _ e a s y         k c d a     .   k n i c k s a n d t h e w i r e   🔥   c o m b o  
c a n   i t   b e   t u e s d a y   y e t ? 
 k n i c k s   n e w y o r k k n i c k s  
t h i s   k i n d   o f   s h i t   i s   w h y   i   h a v e   a   l o t   o f   r e s p e c t   f o r   f o u r n i e r .   d u d e   d o e s n ' t   l e t   a n y t h i n g   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
n y   k n i c k s ’   t o p   t r a d e   s c e n a r i o   i n v o l v i n g   j u l i u s   r a n d l e   & a m p ;   e v a n   f o u r n i e r !   |   n e w   y o r k   k n i c k s   r u m o r s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n u m e r o   u n o   d a y s   t i l l   n y k   c o m e s   b a c k   b a b y ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
g o o o o o d   m o r n i n g   k n i c k s   a n o n y m o u s   f a m i l y ,   t h i s   w e a t h e r   i s   h o t   a s s 😞 .   a t   l e a s t   p r e   s e a s o n   s t a r t s   t o m o r r o w 😜 ‼ ️ k n i c k s   n e w y o r k k n i c k s   m s g   n e w y o r k c i t y
k n i c k s   2 0 2 2 - 2 3   s e a s o n   |   p l a y e r   e x p e c t a t i o n s :   j u l i u s   r a n d l e , ,   i m m a n u e l   q u i c k l y   & a m p ;   i s a i a h   h a r t e n s t e i n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n y   w e   h e r e ,   w u   t a n g   😤 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
k n i c k s   t o   4 5 ? 
 
 e s p n   a n a l y s t   b u l l i s h   o n   n e w y o r k k n i c k s ,   h i n t s   a t   4 5   w i n s     v i a  
t h i s   k i n d   o f   s h i t   i s   w h y   i   h a v e   a   l o t   o f   r e s p e c t   f o r   f o u r n i e r .   d u d e   d o e s n ' t   l e t   a n y t h i n g   p h a s e   h i m .   a s   l o n g   a s   g r i m e s   c a n   s h o w   w h y   h e   w a s   a l m o s t   u n t o u c h a b l e ,   t h e n   i ' m   h a p p y   t o   h a v e   f o u r n i e r   h e r e . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
i s a i a h   h a r t e n s t e i n   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h h a r t e n s t e i n   i s a i a h   h a r t e n s t e i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j a l e n   b r u n s o n   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n b r u n s o n   j a l e n   b r u n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
o b i   t o p p i n   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o b i t o p p i n   o b i   t o p p i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
n e w   y o r k   k n i c k s  
m i l e s   m c b r i d e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m i l e s m c b r i d e   m i l e s   m c b r i d e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
n e w   y o r k   k n i c k s   c h o o s e   s p o r t f i v e   t o   f i n d   n e w   j e r s e y   p a t c h   s p o n s o r 
 s p o r t s i n d u s t r y   s p o r t b i z 

i m m a n u e l   q u i c k l e y   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i m m a n u e l q u i c k l e y   i m m a n u e l   q u i c k l e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j a l e n   b r u n s o n   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n b r u n s o n   j a l e n   b r u n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
r j   b a r r e t t   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r j b a r r e t t   r j   b a r r e t t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
‘ w h y   s h o u l d   y o u   r e m a i n   a   k n i c k s   f a n ? ’   m y   f r i e n d   a s k e d .   i   s a i d “ l o y a l t y ” ,   h e   s a i d ,   ‘ h a v e   t h e y   e v e r   c o m e   t h r o u g h   f o r   y o u   i n   t h e   l a s t   2 5 +   y r s ? ’ .   i   s a i d   ‘ n o t   r e a l l y ’ .   h e   s a i d   ‘ s o   w h y ’ ,   i   s a i d   “ l o y a l t y ”   : )
j e t s   a r e   t r e n d i n g   u p   ❤ ️   .   y a n k e e s   s t a r t   t h e i r   p l a y o f f   r u n   t o n i g h t .   n y r   r a n g e r s   o p e n i n g   n i g h t .   k n i c k s   l o o k   l i k e   t h e y   h a v e   a   p g !   n y c f c   s t a r t   t h e i r   p l a y o f f s   s o o n .   n e w y o r k   i s   r e p r e s e n t i n g !   🗽 🗽 🗽   e v e n   t h e   g i a n t s   a t   4 - 1   l o l
t h i b s   b e   t a k i n g   l o w k e y   s h o t s   a t   t h e   w h o l e   t e a m   l o l 
 k n i c k s 
 k n i c k s n a t i o n l e t s r i d e 
 n b a t w i t t e r   
 n b a  
s t a r s   w a t c h i n g   t h e   k n i c k s   i n   2 0 1 6 
 ( f r e n c h   m o n t a n a ,   l a   l a ,   c h i w e t e l   e j i o f o r )  
o n e   m o r e   d a y   t i l   t h e   s q u a d   p l a y !   _ b r i l l i a n c e   w i l l   b e   r e p p i n ’ a t   t h e   g a m e !   l e t s   g e t   i t   n e w y o r k f o r e v e r   k n i c k s  
o u t s i d e   o f   d u r a b i l i t y ,   w h a t   w o u l d   t h e i r   b e   n o t   t o   l i k e ?   h e ' s   a   p e r f e c t   t h i b s   p l a y e r   k n i c k s  
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s   y
    b r o   i t s   n o t   t r u e .   s i m p l y ,   f a n s   b e i n g   i r r a t i o n a l .   i f   a n y 1   h a s   b e e n   p a y i n g   a t t e n t i o n   t o   t h i s   p r e s e a s o n ,   j r   h a s   g a v e   u p   t h e   r e i g n s   t o   j b / r j ,   p l a y i n g   o f f   t h e   b a l l ,   c o m p e t i n g   o n   b o t h   e n d s   & a m p ;   h a p p y   t o   b e   t h e   3 r d .   d u d e s   j u s t   h a t e   j r —   i t s   c o m e d y .   i ’ m   n o t   e v e n   a   j r   g u y ;   i m   a   k n i c k s   f a n .
t h e   g a r d e n ,   1 9 6 6   k n i c k s  
b r i n g   h i m   h o m e   k n i c k s  
    _ m i l l s     t h e m   k n i c k s   g o n n a   k i c k   y ’ a l l   a s s ’ s   😂 😂 😂 😂
w i l d   k n i c k s  
    k n i c k s   d o n ’ t   m a t t e r   🤔 🙄
a l r i g h t ,   m a v s   t w i t t e r .   t h e   k n i c k s   n o t   o n l y   t o o k   j a l e n b r u n s o n   f r o m   u s ,   b u t   t h e y ’ r e   p a r a d i n g   h i m   i n   t i m e s   s q u a r e   😭   m f f l  
t h i s   m o r n i n g ’ s   k n i c k s   t a l k   i s   🚨   w i t h   .   s u b s c r i b e   t o   h i s   p a t r e o n   a n d   g r t   h i s   t h o u g h t   o n   m i t c h   g r o w i n g   i n t o   d p o y ,   b r u n s o n ’ s   i m p a c t ,   a n d   g r i m e s   t i m e .     d o u b l e   b l e s s i n g s   a n d   d o u b l e   c u r s e s   t o   t h o s e   w h o   e a r n e d   i t .  
g o a t s   g r i n d   _ _ _ _   k n i c k s 
 💙 🧡    
o v e r   t h e   s u m m e r ,   i   h a d   a   c h a n c e   t o   c h a t   w i t h   j . r .   s m i t h . 
 
 w e   t a l k e d   a b o u t   h i s   n e w   j e r s e y   r o o t s ,   e n t e r i n g   t h e   n b a   a s   a   t e e n ,   b e i n g   i m m a t u r e ,   p l a y i n g   f o r   t h e   k n i c k s ,   g o i n g   t o   c o l l e g e   i n   h i s   m i d - 3 0 s ,   h i s   l o v e   f o r   g o l f ,   a n d   m o r e . 
 
 n e w   f o r   : 

_ b e _ k e n d a l l   o n e   o f   t h e   g r e a t e s t   a c t i n g   j o b s   i n   n b a   h i s t o r y .   o n c e   t h i s   h a p p e n e d   i   k n e w   t h e   k n i c k s   h a d   z e r o   c h a n c e   i n   t h i s   s e r i e s .
n e w   v i d e o   t o   w a t c h : 
 
 " t o m   t h i b o d e a u   |   n y   k n i c k s   m e d i a   a v a i l a b i l i t y "   
 
 c r e a t o r :     n e w   y o r k   k n i c k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
t h e   k n i c k s   o w e   t h e i r   f a n s   m o r e   t h a n   w i n s   ( p o s t i n g   a n d   t o a s t i n g ) 
 
 t h e   p a s t   f e w   y e a r s ,   w h e n e v e r   s o m e o n e   c o m p l a i n s   a b o u t   t h e   k n i c k s   b e i n g   t h e   o n l y   n b a   t e a m   t h a t . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   n y k n i c k s   n b a   k n i c k s
b e f o r e   s e a s o n   t h o u g h t s 
 
 🗽 🟠 🔵 n e w   y o r k   k n i c k s 🗽 🟠 🔵 
 
 l a s t   s e a s o n :   3 7   -   4 5 
 p r e d i c t i o n :   🔼 
 
 k n i c k s   n e w y o r k   n b a t h o u g h t s  
  _ n e w y o r k   i ’ v e   b e e n   s a y i n g   t h i s .   i n s t e a d   o f   a   f a n b a s e   t h a t   a d m i r e s   h o w   m u c h   o f   a   l o v i n g   f a m i l y   t h i s   l o c k e r   r o o m   i s ,   t h e y   s e l e c t i v e l y   p i c k   p l a y e r s   t h e y   l i k e ,   t a r g e t   v i l l a i n s   ( b l a m e   t h e m   f o r   f a i l u r e s )   a n d   a t t a c k .   c l o w n s .   k n i c k s   a l l   d a y   b a b y
w e   n e e d   t o   p u t   a   6 ' 8   w i n g   n e x t   t o   r j   a n d   b r u n s o n   t o   m a x i m i z e   o u r   t e a m s   p o t e n t i a l .   i f   c a m   i s   n o t   t h e   a n s w e r ,   w e   n e e d   t o   g o   g e t   t h a t   s t a r t i n g   c a l i b u r   p l a y e r .   k n i c k s
e i t h e r   i m p r o v e   o r   l e a v e   t h e   k n i c k s !   n y   . . . 
   
 
   
 6 9 8 2 0 6 8 6   a t l a n t i c d i v i s i o n   d o n o v a n m i t c h e l l k n i c k s   e a s t e r n c o n f e r e n c e   k n i c k s d r a f t p i c k s   k n i c k s n e w s   k n i c k s n e w s a n d r u m o r s   k n i c k s n e w s a n d r u m o r s t o d a y   k n i c k s n e w s t o d a y   k n i c k s n e w s t r a d e   k n i c k s n e w s u p d a t e  
i n   c a s e   y o u   m i s s e d   i t   
 s k f   w e e k l y   -   e p .   4 4 :   n e w   y o r k   k n i c k s   o p e n   p r a c t i c e   |   n e w   y o r k   k n i c k s   t i p   o f f / c e l e b r i t y   g a m e   |   t h e   k n i c k s   a r e   2 - 0   i n   t h e   p r e s e a s o n   |   h a v e   e x p e c t a t i o n s   c h a n g e d   f o r   t h e   u p c o m i n g   s e a s o n ? 
 
 k n i c k s   s k f   s k f w e e k l y   n b a  
n e w   v i d e o   t o   w a t c h : 
 
 " q u e n t i n   g r i m e s   |   n y   k n i c k s   m e d i a   a v a i l a b i l i t y "   
 
 c r e a t o r :     n e w   y o r k   k n i c k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " n y   k n i c k s   n e w s   & a m p ;   r u m o r s :   n b a   i n s i d e r   d i s r e s p e c t s   j a l e n   b r u n s o n   & a m p ;   t h e   n e w   y o r k   k n i c k s "   
 
 c r e a t o r :     k n i c k s   n o w   b y   c h a t   s p o r t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " o b i   t o p p i n   |   n y   k n i c k s   m e d i a   a v a i l a b i l i t y "   
 
 c r e a t o r :     n e w   y o r k   k n i c k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
@ _ k n i c k s 1 6 8 8     _ 1 9 1 4               _ d u d e           _         _ j _ d _ m     _ a v p   _ m a c     _ s t e v e n       _ _ w a r     _ _ _ f i n c h             _ 2 2   _ _             @ _ b i l l y h o y l e o f n j       b a s e d   o n   t h e   h i s t o r y   o f   n b a   t r a d e s ,   m u l t i p l e   1 s t   r d   p i c k s   d o   m o v e   t h e   n e e d l e .   a i n g e   i s   j u s t   a   d c k   h e a d   w h o   w a s   p i s s e d   s p i d a   d i d n ’ t   w a n t   t o   b e   t h e r e   f o r   t h e   r e b u i l d ,   w a s n ’ t   g o i n g   t o   h o n o r   h i s   r e q u e s t   & a m p ;   h e   h a t e s   t h e   k n i c k s   —   d a t i n g   b a c k   t o   w h e n   h e   w a s   a   p l a y e r   t o   p r e s e n t   d a y .
r e t w e e t   t h i s   i f   y o u   t h i n k   t h e   k n i c k s   c a n   i m p r o v e   t h e s e   a r e a s   t h i s   s e a s o n .   
 
 k n i c k s   n b a   b a s k e t b a l l   n y k n i c k s   n e w y o r k   n e w y o r k k n i c k s   k n i c k s t a p e   k n i c k s n a t i o n   n y c   k n i c k s f a n   k n i c k s w a y   m s g   k n i c k s b a s k e t b a l l   b a l l i s l i f e   n y k   s p o r t s   n y k n i c k s b a s k e t b a l l  
f o r g e t   a b o u t   o u t s i d e   t h e   f a n b a s e —   t h e y ’ r e   i r r e l e v a n t .   t h e   f a c t   t h a t   t h e r e   a r e   f a n s   w i t h i n   t h i s   f a n b a s e   t h a t   d e v a l u e   t h i s   d u d e   i s   w i l d .   r j   w o n t   a c c e p t   a n y t h i n g   o t h e r   t h a n   g r e a t n e s s !   k n i c k s     m o n ⭐ ️   m e c c a   7 1 8  
  _ 1 9 1 4   _                 _ d u d e           @ _ k n i c k s 1 6 8 8         _ j _ d _ m     _ a v p   _ m a c     _ s t e v e n     _ _ w a r     _ _ _ f i n c h             _ 2 2   _ _             @ _ b i l l y h o y l e o f n j           f o r g e t   a b o u t   o u t s i d e   t h e   f a n b a s e —   t h e y ’ r e   i r r e l e v a n t .   t h e   f a c t   t h a t   t h e r e   a r e   f a n s   w i t h i n   t h i s   f a n b a s e   t h a t   d e v a l u e   t h i s   d u d e   i s   w i l d .   r j   w o n t   a c c e p t   a n y t h i n g   o t h e r   t h a n   g r e a t n e s s !   k n i c k s  
p l e a s e   g e t   r i d   o f   t h i b s .   k .   t h a n k s .   k n i c k s   f r e e o b i
n y   k n i c k s   n e w s   & a m p ;   r u m o r s :   n b a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c h a t s p o r t s   e a s t e r n c o n f e r e n c e   e s p n   j a l e n b r u n s o n   j a l e n b r u n s o n h i g h l i g h t s   j a l e n b r u n s o n k n i c k s   j a l e n b r u n s o n n e w s   j a l e n b r u n s o n r u m o r s   j a l e n b r u n s o n s t a t s   j o h n h o l l i n g e r   j o h n h o l l i n g e r j a l e n b r u n s o n  
d a v i d   w i n g a t e ' s   1 9 9 9 - 0 0   s h o t   c h a r t : 
 
 v o l u m e :   m i n i s c u l e   |   p _ 1   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   p o o r   |   p _ 0 
 e f f i c i e n c y :   p o o r   |   p _ 0 
 e f f i c i e n c y   v a l u e :   p o o r   |   p _ 3 
 
 f a v o r i t e   z o n e :   m i d r a n g e 
 b e s t   s k i l l   z o n e :   r e s t r i c t e d 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 d a v i d w i n g a t e 
 k n i c k s  
m e t s   f a n s   a r e   n o t   p a r t   o f   n e w   y o r k   y a n k e e s   g i a n t s   j e t s   k n i c k s  
h e r e ' s   w h y   k n i c k s   c o u l d   w a n t   t o   s t a r t   e v a n   f o u r n i e r   o v e r   q u e n t i n   g r i m e s 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   h e r e t h e y c o m e   w e a r e t h e v a l l e y   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
i   l i k e     m e l o   ,   b u t   e v e r y o n e   s c r e a m i n   h e   n e e d s   t o   b e   o n   a   t e a m ,   i s   b u g g i n !   2 0   y r   c a r e e r ,   o n l y   m a d e   i t   o u t   o f   1 s t   r o u n d   t w i c e !   h e   d i d n ’ t   m a k e   a n y   t e a m m a t e   b e t t e r !   p u r e   s c o r e r   a n d   n o t   a   w i n n e r !   k n i c k s       n y k   k n i c k s f o r e v e r
w i l l   t o m   t h i b o d e a u   w e l c o m e   y o u t h   m o v e m e n t   w i t h   o p e n   a r m s   i n   2 0 2 2 - 2 3 ? 
 
 
 
 n b a   k n i c k s   n e w y o r k   n e w y o r k f o r e v e r   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   l a k e s h o w   r a i s e d b y w o l v e s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   n b a p i c k s   m f f l
p a t   e w i n g ' s   3 3   k n i c k s   _ c h i m p s o n s  
v i n t a g e   s t a t u e   o f   l i b e r t y   n e w   y o r k   c i t y   m a n h a t t a n   u s a   s o u v e n i r   t r a v e l   p e n n a n t     v i n t a g e   t i m e s s q u a r e   y a n k e e s   n y c   t o g e t h e r b l u e   p e n n a n t   n y r   n y g i a n t s   m e t s   n e w y o r k   n y g   n y k   n o q u i t i n n y   r e p b x   a l l r i s e   n y   l g m   n e w y o r k f o r e v e r   u s a   n e w y o r k c i t y   k n i c k s
f u c k   b a s e b a l l !   r a n g e r s   t o m o r r o w   n i g h t ,   k n i c k s   o n   w e d n e s d a y .   d o n e   w i t h   t h e   g u y s   w e a r i n g   t i g h t s !  
  w a l k i n g   i n t o   b a r c l a y s   i n   a   k n i c k s   h a t   i s   t h e   h e e l   s h i t   w e   l o v e   t o   s e e   h e r e   a t   t h e   o u t l e t   h o o p s   k n i c k n a t i o n
🎥   t o m   t h i b o d e a u   a n d   o b i   t o p p i n   d i s c u s s   t h e   e n e r g y   t o p p i n ' s   h i g h - f l y i n g   a b i l i t y   b r i n g s   t o   t h e   k n i c k s  
c h a r l i e   w a r d ' s   2 0 0 0 - 0 1   s h o t   c h a r t : 
 
 v o l u m e :   a v e r a g e   |   p _ 4 9   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 5 3 
 e f f i c i e n c y :   e x c e l l e n t   |   p _ 8 5 
 e f f i c i e n c y   v a l u e :   g o o d   |   p _ 8 1 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   m i d r a n g e 
 b e s t   v a l u e   z o n e :   b r e a k 3 
 
 c h a r l i e w a r d 
 k n i c k s  
i ’ m   g o n n a   b e   p i c k i n g   u p   a   k n i c k s   t e a m   b u n d l e   f r o m   2 0 2 0   -   p r e s e n t   y e w w w w !   
 c o l l e c t i b l e s   s p o r t s c a r d s   c o l l e c t o r   n b a   b a s k e t b a l l   k n i c k s
🎙 ️ t o g e t h e r   e v e r y o n e   a c h i e v e s   m o r e ! 
 
 4 t h q u a r t e r w o r k n y c   
 j r k n i c k s   
 r u c k e r p a r k   
 t r a i n i n g t h a t t r a n s l a t e s   
 b a s k e t b a l l o p e n s d o o r s   
 k n i c k s 
 c o m m u n i t y   
 n y c  
_   h o p e f u l l y   _ r a n d l e   r a n d l e   ,   i ’ m   a   h u g e     k n i c k s   f a n ,   d o n ’ t   l i k e   h i s   p l a y   o r   a t t i t u d e ,   b u t   h o p i n g   h e   c h a n g e s !       n b a   n y k   k n i c k s f o r e v e r
w i l d ,   w e   h a v e   t o   d e a l   w i t h   _ r a n d l e   r a n d l e   f o r   s o   l o n g ,   a n d   t h i s   t e a m   i s   p r e t t y   y o u n g ,   h o p e f u l l y   w e   c a n   k e e p   t h e   y o u n g   c o r e   t o g e t h e r !   k n i c k s       n b a     n y k   k n i c k s f o r e v e r  
@ _ a n a l y k n i c k s     w i l d ,   w e   h a v e   t o   d e a l   w i t h   _ r a n d l e   r a n d l e   f o r   s o   l o n g ,   a n d   t h i s   t e a m   i s   p r e t t y   y o u n g ,   h o p e f u l l y   w e   c a n   k e e p   t h e   y o u n g   c o r e   t o g e t h e r !   k n i c k s       n b a     n y k   k n i c k s f o r e v e r

 
 w e   a r e   l i v e !   j e t s   g i a n t s   m e t s   n f l w e e k 5   m l b p l a y o f f s   n b a t w i t t e r   k n i c k s   n e t s   y a n k e e s
s h o u l d   k n i c k s   t a n k   f o r   2 0 2 3   n b a   d r a f t   p h e n o m   v i c t o r   w e m b a n y a m a ? 
 
 n e w y o r k f o r e v e r   
 k n i c k s   🏀 
 n b a t w i t t e r   
 n b a   🏟 
 
  
w o w ,   t h e   m s g   k n i c k s   t h e m e   m u s i c .   y e s !   🙌 🏽 🙌 🏽  
@ _ h e l l o b i r d i e   k n i c k s ,   j e t s   & a m p ;   r a n g e r s !   e n o u g h   i s   e n o u g h !
h o w   w a s   t h i s   s o   c h e a p   r a n k   c r a z y   a s   w e l l   n y c   k n i c k s     a n o t h e r   o n e   _ c h i m p s o n s  
w h e n   t h e y   l o v e   t o   h a t e   y o u   s t a y   t r u e   t o   y o u r s e l f   k n i c k s   💪  
l e t s   g o o o   b e c o m e   a   k n i c k s   f a n   b r o  
  i ' m   f o r   t h e   k n i c k s   & a m p ;   t h a t   o n   t h e   f r o n t   o f   t h e   j e r s e y     ! ! !
  f a n t a s y   o u t l o o k   f o r   k n i c k s    
k n i c k s   n a t i o n ,   h e r e ’ s   t h e   t a p e :   b o o k   i t ,   🍔   b u r g e r .   w e h e r e      
j o i n   u s   a t   8 : 1 0 p m   e s t   f o r   a n o t h e r   g r e a t   e p i s o d e   o f   t h e   b o y s   i n   t h e   b i g   a p p l e   p o d c a s t !   t o n i g h t ,   j o h n   w i l l   r a n t   o n   t h e   m e t s   b e i n g   e l i m i n a t e d ,   w h i l e   w e   a l s o   d i s c u s s   t h e   n y g i a n t s   +   j e t s   g e t t i n g   v i c t o r i e s ,   y a n k e e s   a l d s   p r e v i e w ,   k n i c k s   p r e s e a s o n   +   m o r e ! 

    a i n ’ t   n o   p l a c e   l i k e   h o m e   🗽 k n i c k s
    k n i c k s   t h a t ’ s   w h o   i ’ m   f o c u s e d   o n   n y k   k n i c k s f o r e v e r     n b a    
w o b i   w o p p i n .     
 
 b r o o k - l y n ' s   f i n e s t ,   y o u   r e - w i n d   t h i s 
 r e p r e s e t i n   b x   t o   t h e   f u l l e s t ! 
 
 n e w y o r k f o r e v e r   r e p b x   k n i c k s   y a n k e e s t w i t t e r   n y y   n y k  
h e r e ' s   w h y   j a l e n   b r u n s o n   h a s   b e e n   a   g a m e   c h a n g e r   s o   f a r   f o r   t h e   n e w   y o r k . . .     v i a   
 
 n b a   b a s k e t b a l l   b b a l l   s p o r t s   e s p n   k n i c k s   p o d c a s t   y o u t u b e   y o u t u b e r
t h e   m f i n g   k n i c k s   🗽  
  b e   w e l l   b r o t h e r ,   g o   k n i c k s
i   w o n d e r   i f   t h e   w a r r i o r s   w o u l d   t a k e   m i t c h   r o b   a n d   c a m   r e d d i s h   f o r   d r a y m o n d   k n i c k s
h e a d i n g   t o   b a r c l a y s   f o r   w w e r a w   ,   g o t t a   m a k e   s u r e   i   r e p r e s e n t   p r o p e r ,   e s p e c i a l l y   i n   n e t s   t e r r i t o r y .     k n i c k s   k n i c k s t a p e   k c d a  
"   t h e   n i g h t   l i n s a n i t y   e n d e d   "   d o c   c o m i n g   s o o n   !   h i n t   i t   e n d e d   i n   m i a m i   🤷 🏾 ‍ ♂ ️ 💯   k n i c k s   n y k   n e w y o r k f o r e v e r    
i   t h i n k   i q   w o u l d   l i k e   a   w o r d 
 
 k n i c k s   n e w y o r k f o r e v e r  
‘ t o o   e a r l y … ’   s t a y m e 7 0   k n i c k s 
 💙 🧡 🤪 
 t h e r e d e e m t e a m    
s e e   h o w   b r u n s o n   s o l v e s   t h e   r j   a n d   j u l i u s   e f f i c i e n c y   p r o b l e m 
 d r e ' s   t a k e   o n   t h e   k n i c k s 
 
 n y c e v e n t s   f r e e t i c k e t s 
 n b a   b a s k e t b a l l   n y c s p o r t s 
 

n b a   2 k 2 2   p a r k   p s 5   -   b i g   c o m e b a c k 
   
 
 n b a   n b a j a p a n g a m e s   n b a t w i t t e r   l e b r o n j a m e s   k o b e b r y a n t   l a k e r s   w a r r i o r s   k n i c k s   c e l t i c s   g r e e c e   n b a 2 k   n b a 2 k 2 2   n b a p r e s e a s o n   n b a   n b a i n a b u d h a b i   n b a y o u n g b o y   f o l l o w   l i k e  
n b a   2 k 2 3   ( p s 5 )   r e c   1   -   d r e w   l e a g u e 
   
 
 n b a   n b a 2 k 2 2   n b a 2 k   2 k 2 2   2 k c o m m u n i t y   g a m e r   h i g h l i g h t s   l e b r o n j a m e s   k o b e b r y a n t   h o u s e t a r g a r y e n   ت ش ا و ر ي ة _ ش م ر   a e w   b a s k e t b a l l   l a k e r s   w a r r i o r s   k n i c k s   c e l t i c s  
2   o f   m y   f a v s .   k o b e   s t a y m e 7 0   
 k n i c k s   💙 🧡 
 l o v e   t h e i r   d i f f e r e n c e s .   
 ‘ o o o h   y e a h   h e ’ s   d i f f e r e n t … ’ 
 ‘ m a n   i ’ m   g o i n g   t o   s l e e p   s e e   y o u   a t   p r a c t i c e ’   🤪 
 a n d   y o u   s a w   h o w   k o b e   r u b b e d   o f f   o n   m e 7 0   i n   t h e   2 0 0 8 / 2 0 0 9   w c f   t h a t   s a m e   y e a r   (   w a s   r h i   i n   v e g a s ❔ 🫤 ) 
 t h e r e d e e m t e a m    
n y   k n i c k s   c a m   r e d d i s h   1 s t   s t a r t   t r o u b l e s   t h e k n i c k o f t i m e s h o w   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   c a m r e d d i s h   c o v e r a g e   e a s t e r n c o n f e r e n c e   g a m e   h i g h l i g h t s   m a d i s o n s q u a r e g a r d e n   m s g   n b a   n e w y o r k k n i c k s   n e w y o r k k n i c k s g a m e  
w h o   s h o u l d   i   r o o t   f o r ? 
 n b a   n b a p r e s e a s o n   l a k e s h o w   l a k e r s   m a g i c   b u c k s c o u n t y   b u c k s   k n i c k s
y a   b o y   a t   h i s   f i r s t   k n i c k s   g a m e   w i t h   t h e   s u e d e b l u e 1 2 s   o n   w a v e g o d  
l e t ’ s   g o o o o   k n i c k s   k n i c k s t a p e   s i r k n i c k s a l o t  
t h e   d e p t h   i s   r i d i c u l o u s ! !   b e s t   i ’ v e   s e e n   i n   m y   l i f e t i m e   a s   a   k n i c k s   f a n .   k n i c k s  
l y l s   w i t h   t h e   g u c c i   f o a m s   b l a c k p a n t h e r   k n i c k s  
j - l o   i s   g o a t e d 🐐 
 n b a   k n i c k s  
  t h e   a n s w e r   i s   o b v i   t h e   k n i c k s   b i n g b o n g  
t h i s   w e e k   g o i n g   t o   b e   a   g o o d   w e e k   g o i n g   t o   t h e   f i r s t   s e a s o n   b a s k e t b a l l   k n i c k s   g a m e   a n d   a m   g o i n g   t o   s e e   t h e   n e w y o r k   g i a n t s   v s   r a v e n s   t o g e t h e r b l u e   k n i c k s       g i a n t s v s r a v e n s
2   o f   f u n n i e s t   t h i n g s   i n   s p o r t s   i s     t a l k i n g   a b o u t   k n i c k s   & a m p ;   c o w b o y s
h e ’ s   s t a r t i n g ! !   🔥 🚀   g r i m e s   k n i c k s  
t h e s e   t w o   g u y s   l i t e r a l l y   j u m p   o u t   t h e   g y m !     k n i c k s   n b k f a m  
k n i c k s   _ r a n d l e   d i d n ' t   w o r k   o u t   y e s t e r d a y ,   b u t   t o o k   s o m e   t i m e   t o   h a n g   o u t   w i t h   t h e   k i d s ,   t a k e   p i c t u r e s   a n d   s i g n   s o m e   a u t o g r a p h s .   
   n b k f a m  
k n i c k s   f o r w a r d   o b i   t o p p i n   a s   a   f u n   p l a y e r   h a s   b e e n   o v e r s t a t e d .   b u t   h i s   a b i l i t y   t o   h i t   t h e   o u t s i d e   s h o t   a n d   b e c o m e   a   r e l i a b l e ,   v e r s a t i l e   d e f e n d e r   i s   t h e   s w i n g   s k i l l   t h a t   w i l l   b e   k e y   t o   h i s   s u c c e s s   g o i n g   i n t o   h i s   t h i r d   s e a s o n .   |     
  
t h e r e   a r e   m i l l i o n s   o f   u s   k n i c k s   f a n s   o n   t w i t t e r   🟠 🔵 
 
 n o   n e w y o r k k n i c k s   f a n   s h o u l d   h a v e   a   f e w   h u n d r e d   f o l l o w e r s .   w e   s h o u l d   a l l   f o l l o w   e a c h   o t h e r 🫵 🏻 🤜 🏻 🤛 🏿 
 
 u s e   t h i s   t w e e t   t o   c o n n e c t   w i t h   k n i c k s   f a n s . . .   l i k e ,   r e t w e e t   a n d   c o m m e n t   t o   r e a c h   o u t   t o   f e l l o w   k n i c k s   f a n s ! l e t s g o k n i c k s  
i s a i a h   h a r t e n s t e i n   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h h a r t e n s t e i n   i s a i a h   h a r t e n s t e i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
t h e     w o r k e d   o n   t r a n s i t i o n   o f f e n s e ,   r u n n i n g   l a n e s ,   a n d   b u i l d i n g   c o n t i n u i t y .   t h e   k n i c k s   d i d   n o t   p r a c t i c e   s l o w e d   d o w n   o f f e n s i v e   s e t s   i n   o p e n   p r a c t i c e .   e v e r y t h i n g   w a s   a t   a   f a s t   p a c e .   k n i c k s   n b k f a m  
t h e     w o r k e d   o n   s c o r i n g   t h e   b a l l   i n   1 4   s e c o n d s   o r   l e s s   d u r i n g   o p e n   p r a c t i c e .   b e f o r e   t h i s   d r i l l ,   t h e y   w o r k e d   o n   a   s h e l l   f a s t b r e a k   d r i l l .   t h e   k n i c k s   a r e   c l e a r l y   w o r k i n g   o n   p l a y i n g   f a s t e r .   e f f i c i e n c y   i s   g o i n g   t o   b e   t h e   k e y   t o   t h e   s u c c e s s   o f   t h e m   p l a y i n g   f a s t e r .   n b k f a m  
i t ’ s   5 0   y e a r s   s i n c e   t h e   k n i c k s   l a s t   w o n   a   c h a m p i o n s h i p .   i f   t h a t   m a t t e r s   e v e n   a   l i t t l e   t o   y o u   i   s u g g e s t   g i v i n g     a   f o l l o w .   i   s u s p e c t   i t ’ l l   b e   a   f u n   t r i p   d o w n   m e m o r y   l a n e .
w h y   i s   t h i s   i n j u r y   s u c h   a   m y s t e r y ?     k n i c k s
q u e n t i n   g r i m e s   i s   p r i m e d   f o r   r e t u r n .   b u t   e v e n   i f   h e   r e s t s   a s   a   p r e c a u t i o n a r y   m e a s u r e   o v e r   t h e   k n i c k s '   l a s t   2   p r e s e a s o n   g a m e s ,   c o a c h   t o m   t h i b o d e a u   i s n ’ t   w o r r i e d   b e c a u s e   h e   k n o w s   w h a t   h e   c a n   d o .   |    
g o o d   m o r n i n g   j e t s n a t i o n   y a n k e e s   k n i c k s   & a m p ;   m e t s   ( y o u   g o t   r o b b e d   l a s t   n i g h t .   t h a t   g u y ’ s   e a r   w a s   s h i n i e r   t h e n   p . d i d d y ’ s   s h i n y   s u i t )
@ _ k n i c k s 1 6 8 8   _         _ d u d e   _ j _ d _ m       _ a v p         _ m a c         _ s t e v e n           _ _ w a r     _ _ _ f i n c h         _ 1 9 1 4           _ 2 2   _ _               @ _ b i l l y h o y l e o f n j       k n i c k s   g e t s   n o   r e s p e c t   f e a t u r i n g   a   b i g   3   w i t h   r a n d l e   e l a b o r a t e   o n   t h a t . . 
 w h e n   y a   g o n n a   l e a r n   t h e y   n e e d   a   s u p e r s t a r   m a y b e   t h e n   t h e y   w i l l   g e t   r e s p e c t e d   a n d   t h e s e   l o w   s t a n d a r d s   l o s e r   f a n ' s   r e f u s e   t o   t a n k   s t i l l   l i k e   t h e i r   t e a m   i s   s p e c i a l   s h i t   i s   a   j o k e   w i t h   y a . . 
 
 k n i c k s  
    i   a m   k n i c k s   f a n   s i n c e   8 4 .
w h y   k e e p i n g   t h i b s   5   y e a r s   i s   c o r r e c t !   n b a   k n i c k s   n e w y o r k f o r e v e r     🗽 🟧 🟦  
m a d i s o n   s q u a r e   g a r d e n   2 0 1 7   k n i c k s 
 ( c a m ’ r o n ,   h a i l e y   b a l d w i n ,   k e n d a l l   j e n n e r ,   a n s e l   e l g o r t )  
a   n e w   w e e k …   t h a t   m e a n s   m o r e     j o i n   u s !   k n i c k s 
 
  
h e y   k n i c k s   f a n s ,   d o   w e   w a n t   t o   s e e   a   j e r i c h o   s i m s   d u n k   c o n t e s t ?   n y k n i c k s
_ c r a z y       b o t h   f r a n c h i s e s   h a v e   b o t h   o f   t h e   r i c h e s t   o w n e r s   i n   s p o r t s   t h e   k n i c k s   o w n e r   d o e s n ’ t   c a r e   t o   w i n   j u s t   f i l l   t h e   g a r d e n   a n d   m a k e   m o n e y   m e t s   o w n e r   w a n t s   t o   w i n   a n d   b u i l d   a   c o n s i s t e n t   w i n n e r   t h a t   w i l l   a   c h a m p i o n s h i p   t h e i r s   a   b i g   d i f f e r e n c e
    t h e   k n i c k s   a r e   a   y o u n g   a n d   e x c i t i n g   t e a m .   9   o f   t h e   p l a y e r s   o n   t h e   t e a m   a r e   2 5   & a m p ;   u n d e r .   h e l l o ! ! !   y o u   c a n ’ t   h a v e   a n   e n t i r e   t e a m   t h a t ’ s   y o u n g   a n d   e x p e c t   g o o d   t h i n g s   t o   h a p p e n .
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   f o r   r e a l ? !   c a m   r e d d i s h   l a s t   c h a n c e ?   o b i   t o p p i n   l o o m i n g   |   j d   i n t e r v i e w   w i t h   s n y / n e w   y o r k   p o s t "   
 
 c r e a t o r :     j d _ s p o r t s t a l k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
c l a s s i c . .   w h e r e   d o   y o u   g u y s   f i n d   t h i s   c o n t e n t ?   i   m i s s   t h o s e   d a y s ,   i n t r o d u c t i o n   a n d   a l l .   g o o s e b u m p s .   b a c k   w h e n   t h e   k n i c k s   w e r e   g o o d   a t   b a s k e t b a l l .  
n e w   e p i s o d e   a v a i l a b l e !   j a y   a n d   c h r i s   g i v e   t h e i r   t a k e s   o n   t h e   k n i c k s   p r e s e a s o n   v i c t o r y   o v e r   i n d i a n a ,   a s   w e l l   a s   a t t e m p t i n g   t o   p r e d i c t   t h i b s   f i n a l   r o t a t i o n .   a l s o   a v a i l a b l e   o n   s p o t i f y 
 
 
   k n i c k s   n y k   n y k n i c k s   n b a p r e s e a s o n
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
n e w   v i d e o   t o   w a t c h : 
 
 " o b i   t o p p i n   n e w   y o r k   k n i c k s   -   i   h a d   t o   d o   t h a t   d u n k   t o   g e t   t j   m c c o n n e l l   b a c k ! "   
 
 c r e a t o r :     j i m   c o n l a n   c h a t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
c a n t   w a i t   f o r   t h e   k n i c k s   s e a s o n   t o   s t a r t !   t h e n   w e   g e t   o u r   m o r n i n g   d r i v e s   w i t h   _ n y _ b   b a c k !   n e w y o r k f o r e v e r
n e w   v i d e o   t o   w a t c h : 
 
 " t o m   t h i b o d e a u   n e w   y o r k   k n i c k s   -   j a l e n   b r u n s o n   s e t s   t h e   t o n e   f o r   u s   a t   p o i n t   g u a r d ! "   
 
 c r e a t o r :     j i m   c o n l a n   c h a t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
i   s t i l l   t h i n k   t h i s   t w e e t   w i l l   b e   g o a t ’ d   o n e   d a y ! !     i t ’ s   s t a y i n g   u p ! !   k n i c k s   o b i t o p p i n  
👀   y a h   s o o n   f r o m   2 2   o r   2 3   f e e t ! 🤞 🏿 
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s a l l d a y   k n i c k s n e w s   n y c   m s g   t h e g a r d e n   k n i c k s w o r l d   k n i c k s f a n n   n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k      
📣   n e w   p o d c a s t !   " t h e   n e w   y o r k   k n i c k s   p o d c a s t   -   e p i s o d e   5 8 5 :   f a n t a s y   d r a f t "   o n     k n i c k s   p o d c a s t  
t h e s e   g u y s   c a n   p u l l   i t   f r o m   a n y w h e r e 💦 
 w e t   l i k e   w a t e r ! 
 s t e p h c u r r y   b u d d y h i e l d   f r e d v a n v l e e t   k n i c k s   g s w   n y k   p a c e r s   r a p t o r s   n b a f a n t a s y   l a t v i a n f a n t a s y l e a g u e   f a n t a s y r a d a r  
b a s k e t b a l l   s e a s o n   i s   h e r e   a n d   t h o s e   f u c k i n   a s s h o l e s   a t     s t i l l   d o n ’ t   h a v e     k n i c k s
a   t e a m   h a d   i n t e r e s t   i n   k n i c k s   j u l i u s   r a n d l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c o m m e n t a r y   c o v e r a g e   e a s t e r n c o n f e r e n c e   g a m e   h i g h l i g h t s   i a n b e g l e y   j u l i u s r a n d l e   j u l i u s r a n d l e t r a d e r u m o r s   k n i c k s p o d c a s t   m a d i s o n s q u a r e g a r d e n   m s g   n b a   n b a r u m o r s   n e w y o r k k n i c k s  
w e   a l m o s t   s i g n e d   l o w r y   l a s t   s e a s o n   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
w a n t   t o   o w n   a   p i e c e   o f   t h e   r a n g e r s   a n d   k n i c k s ?   b u y   m a d i s o n   s q u a r e   g a r d e n   s t o c k .   |   n e w s   u s a     k n i c k s   m a d i s o n s q u a r e g a r d e n   r a n g e r s   t o d a y s d o u g h
k n i c k s   o p e n   p r a c t i c e     k n i c k s   o b i t o p p i n   r j b a r r e t t  
o b i   i s   s p e c i a l   y ’ a l l .   i ’ m   t e l l   y a !   k n i c k s   n y k   k n i c k e r b o c k e r s   m s g  
s o   t i r e d .   g o o d   n i g h t   u n t i l   n e x t   y e a r   m e t s   w o r l d .   l e t ’ s   g o   k n i c k s .   h e l l ,   o n e   o f   m y   t e a m s   h a s   t o   w i n   i t   a l l   a t   s o m e   p o i n t   r i g h t ? ? ?   l o s e r   d r e a m   m i r a c l e s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
g e t   y o u r   h o t   j e r s e y s     n f l j e r s e y s   n f l   n b a j e r s e y s   n b a m o m e n t   n h l j e r s e y s   n h l   m l b j e r s e y s   s o c c e r j e r s e y s   c u s t o m j e r s e y s   k n i c k s   n e t s   c e l t i c s   r a p t o r s   7 6 e r s   p i s t o n s   p a c e r s   c a v a l i e r s   b u c k s   b u l l s   h e a t   m a g i c   w i z a r d s   h a w k s   h o r n e t s   t i m b e r w o l v e s   n u g g e t s   j a z z  
s h o p   n e w y o r k f o r e v e r   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e
  m y   l i f e   🥹 
 m e t s   k n i c k s   j e t s   🙏 🏻   s p u r s   🙏 🏻 
 i   m e a n   c o u l d   i t   b e   w o r s e ?
i t ’ s   b e e n   f u n ,   s h a i e l .   k e e p   i n   t o u c h   t h i s   n b a   s e a s o n .   p e l i c a n s   g r i z z l i e s   k n i c k s  
t h i s   a c c o u n t   i s   n o w   m o v i n g   f r o m   m e t s   m o d e   t o   k n i c k s   m o d e .   i t ' s   b e e n   r e a l   m e t r o p o l i t a n s .   s e e   y o u   i n   a p r i l .   l g m   k n i c k s
m e t   f a n   l i f e   🤷 🏽 ‍ ♂ ️ .   l g m   r e t o o l ,   r e l o a d ,   r e b u i l d .   
 
 n o w   w e   f u l l y   s h i f t   t o   t h e   o t h e r   o r a n g e   a n d   b l u e   i n   t o w n .   l e t ’ s   g o   k n i c k s
l o u s y   w a y   t o   e n d   a   s e a s o n ,   b u t   i ’ m   p e r s o n a l l y   g l a d   t o   h a v e   c o n n e c t e d   w i t h   s o   m a n y   n e w   m e t s   f a n s .   s e e   y a   i n   p o r t   s t .   l u c i e .   t i l l   t h e n ,   g o   g i a n t s   a n d   k n i c k s .   a n d   o n e   l a s t   t i m e   i n   ‘ 2 2 ,   l g m .
  e f f e c t !   n y k n i c k s   k n i c k s   n b a  
l o o k s   l i k e   o n   t o   s t r i c t l y   t h e   g i a n t s ,   k n i c k s   a n d   r a n g e r s   f o r   t h e   n e x t   f e w   m o n t h s .   g i a n t s   w h i l e   4 - 1   s u r e   b u t   e x p e c t a t i o n s   a r e   l o w ,   b u t   s u r e   t h e   w h o l e   n f l   i s   m i d   t h i s   y e a r !   k n i c k s   c o m e   o n   i   w i l l   n e v e r   l e t   t h e m   g e t   m y   h o p e s   u p !   & a m p ;   r a n g e r s   a r e   m y   o n l y   h o p e !   l g m   g i a n t s   l g r   k n i c k s
o n t o   t h e   k n i c k s
d o n ' t   w o r r y ,   m e t s   f a n s .   t h e   r a n g e r s   s e a s o n   g e t s   g o i n g   t h i s   w e e k .   t h e n ,   y o u   h a v e   a l l   t h e   e x c i t e m e n t   o f   a   k n i c k s   s e a s o n   t i p p i n g   o f f   l a t e r   t h e   m o n t h !
o n   t o   t h e   k n i c k s   m i s e r y . . o n e   o f   t h e s e   y e a r s   m e t s   ✌ 🏻
t i m e   t o   m o v e   o n   w i t h   t h e   k n i c k s   a n d   g i a n t s !   l g m   e n d s   t o n i g h t !
“ o l d   d a y s d i c k   b a r n e t t   t r i e s   t o   h a r a s s   e a r l   m o n r o e   i n   a   1 9 7 1   
 b u l l e t s - k n i c k s   g a m e   a t   m a d i s o n   s q u a r e   g a r d e n . n b a     b a l t i m o r e   k n i c k s     n y c     h o f   1 9 7 0 s  
_ n e w y o r k   w e   n e e d   t o   s t o p   s h o w i n g   t h i s   g u y .   h e ’ l l   n e v e r   p l a y   f o r   t h e   k n i c k s .   w h e r e   i s   h e   g o i n g   t o   p l a y ?
j e t s   b a c k   o n   t h e   r i s e   a n d   t h e s e   m e d i a   f o l k s   a r e   p a n i c k i n g   t h e   s a m e   w a y   t h e y   d i d   w i t h   t h e   k n i c k s   a n d   m e t s .   m u s t   s u c k   t o   b e   e x p o s e d   a s   t h e   o n e   d i m e n s i o n a l   f r a u d s   s o   m a n y   o f   y o u   s c r e a m   n o t   t o   b e .   o h   w e l l ,   b e t t e r   l u c k   e l s e w h e r e   🤷 ‍ ♂ ️
h e r e ’ s   w h a t   i   t h i n k   a b o u t   t h e   k n i c k s   o f f s e a s o n   t h i s   y e a r ,   c h e c k   i t   o u t   
 👇 🟠 🔵   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e 

f i n a l l y ,   g r e a t   t i m e   b e i n g   a   n e w y o r k   f a n .   g i a n t s   4 - 1 ,   j e t s   3 - 2 ,   m e t s   a n d   y a n k e e s   i n   t h e   p l a y o f f s .   k n i c k s   2 - 0   a n d   l o o k i n g   g o o d   i n   p r e s e a s o n . n y r a n g e r s   l o o k i n g   t o   b u i l d   f r o m   l a s t   y e a r s   f i n a l .   a l l   i   a s k   i s   f o r   a t   l e a s t   1   t i t l e   a n d   p a r a d e .   l e t ’ s   g o   🥂
k i y a n   t e l l s     h i s   f a v o r i t e   m o m e n t / t e a m   o f   h i s   f a t h e r ,   c a r m e l o   a n t h o n y .   a n d   w e   a g r e e .   k n i c k s   s t a y m e 7 o   p o l i t i c i a n f o r s p o r t  
g r a d i n g   e v e r y   r a p t o r s   p l a y e r   a f t e r   t h r e e   2 0 2 2   p r e s e a s o n   g a m e s 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   h e a t n a t i o n   h e a t t w i t t e r   t r u e t o a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s
h o w   f a r   w i l l   a   h e a l t h y   d e r r i c k   r o s e   l e a d   k n i c k s   i n   2 0 2 2 - 2 3 ? 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   h e a t n a t i o n   h e a t t w i t t e r   t r u e t o a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n
c a r m e l o   a n t h o n y   p u t   u p   2 8   p o i n t s ,   8   r e b o u n d s ,   a n d   2   a s s i s t s   ( g e t t i n g   n o   h e l p   f r o m   l i n / s t o u d e m i r e )   i n   t h e   k n i c k s   2 0 1 2   f i r s t   r o u n d   s e r i e s   a g a i n s t   t h e   m i a m i   h e a t   f e a t u r i n g   j a m e s ,   w a d e   a n d   b o s h .  
v i n t a g e   e m p i r e   s t a t e   w o r l d ' s   t a l l e s t   b u i l d i n g ,   n y c   n e w   y o r k   m a n h a t t a n   u s a   t r a v e l   p e n n a n t       v i n t a g e   l g m   u s a   t i m e s s q u a r e   y a n k e e s   k n i c k s   t o g e t h e r b l u e   f e l t p e n n a n t   n y r   n y c   n y g i a n t s     n e w y o r k   n y g   n y k   n o q u i t i n n y   a l l r i s e   r e p b x   n e w y o r k c i t y   m e t s
v i n t a g e   s t a t u e   o f   l i b e r t y   n e w   y o r k   c i t y   m a n h a t t a n   u s a   s o u v e n i r   t r a v e l   p e n n a n t     v i n t a g e   t i m e s s q u a r e   y a n k e e s   n y c   t o g e t h e r b l u e   p e n n a n t   n y r   n y g i a n t s   m e t s   n e w y o r k   n y g   n y k   n o q u i t i n n y   r e p b x   a l l r i s e   n y   l g m   n e w y o r k f o r e v e r   u s a   n e w y o r k c i t y   k n i c k s
🗽 h a d   a   b l a s t   t o d a y   o n   t h e   p a n e l   f o r   y t   c h a n n e l   d ’ s   w o r l d   o f   h o o p s !   g r e a t   k n i c k s   c o n t e n t ,   g r e a t   b a s k e t b a l l   m i n d ,     g r e a t   s e n s e   o f   h u m o r !   k n i c k s   n e w y o r k f o r e v e r  
  l e t   m e   a s k   y o u   t h i s   a s h ,   i f   y o u   h a d   t o   p i c k   e i t h e r   j o k e r   o r   l e b r o n   f o r   t h e   k n i c k s   r i g h t   n o w   a t   t h e i r   c u r r e n t   s t a t e   w h o ’ s   y o u   p i c k ?
  h o w   g o o d   w e r e   y o u   e v a n ?   t h a t   y o u   d e m a n d   s t u f f   y o u   c o u l d n ’ t   d o   y o u r s e l f .   p e o p l e   l i k e   y o u   a r e   t h e   o n e s   t h a t   m a k e   g o o d   p l a y e r s   w a n t   t o   g o   s o m e w h e r e   e l s e .   h o w   i s   t h a t   w o r k i n g   o u t ?   s p e c i a l l y   f o r   t h e   k n i c k s   g r e a t   j o b   b u d . .
p r e s e a s o n   g a m e   2   b r e a k d o w n     k n i c k s
d j ’ d   t h e     o p e n   p r a c t i c e .   l e t ’ s   g o   k n i c k s !   n e w y o r k f o r e v e r   k n i c k s  
w o n d e r i n g   w h o ’ s   t h e   b e t t e r   s i x t h   m a n   o f   t h e   y e a r   p i c k ,   q u i c k l e y   o r   t o p p i n ?   k n i c k s   n y k n i c k s
o b i   t o p p i n   w i t h   t h e   s l a m !   l e t ' s   g o   k n i c k s !   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a    
g i a n t s   w i n   t h i s   m o r n i n g . 
 k n i c k s   p r a c t i c e   t h i s   a f t e r n o o n . 
 m e t s   g a m e   t o n i g h t .  
  w i n   a   f r e e   t i c k e t   t o   a   k n i c k s   g a m e   a t     m s g   . 
 l i k e   t h e   v i d e o   b e l o w   a n d   s u b s c r i b e   t o   t h e   c h a n n e l 
 s e n d   y o u r   n a m e   t o   c i v i l a n a l y t i c s . c o m 
 s u b m i t   y o u r   i n f o r m a t i o n   b y   o c t o b e r     3 1 ,   2 0 2 2 ,   1 1 : 5 9 p m 
 
 
 
 n y c   n e w a r k   j e r s e y c i t y   k n i c k s   n b a   f r e e t i c k e t s
w i n   a   f r e e   t i c k e t   t o   a   k n i c k s   g a m e   a t     m s g   . 
 l i k e   t h e   v i d e o   b e l o w   a n d   s u b s c r i b e   t o   t h e   c h a n n e l 
 s e n d   y o u r   n a m e   t o   c i v i l a n a l y t i c s . c o m 
 p l e a s e   s u b m i t   y o u r   i n f o r m a t i o n   b y   o c t o b e r     3 1 ,   2 0 2 2 ,   1 1 : 5 9 p m 
 
 
 
 n y c   n e w a r k   j e r s e y c i t y   k n i c k s   n b a   f r e e t i c k e t s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
  n o w   w e   j u s t   n e e d   t h e   f u c k i n g   k n i c k s   t o   s t e p   u p   t h e i r   g a m e !
j a l e n   b r u n s o n   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n b r u n s o n   j a l e n   b r u n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
t a k e f l i g h t     k n i c k s     g m e n   n y j e t s   n y g     
 
 f o l l o w   a l o n g   w i t h   t h e   n e w   y o r k   s p o r t s   t e a m s   i n   t h e   a r m c h a i r   s p o r t s   u n i v e r s e !   t h e   m o s t   r e a l i s t i c   s i m u l a t i o n   s p o r t s   l e a g u e s   e v e r .   i t ' s   d y n a s t y   f a n t a s y   s p o r t s   b u t   s i m u l a t e d   w i t h   v i d e o   g a m e s .   l i n k   t o   d i s c o r d   s e r v e r   i n   b i o .  
n e w   v i d e o   t o   w a t c h : 
 
 " 2 0 2 2 - 2 0 2 3   p r e - s e a s o n   k n i c k s   v s   p a c e r s   r e c a p "   
 
 c r e a t o r :     d a s h o p _ t a l k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
j u l i u s   r a n d l e   t h e r e   j u s t   n o t   p r a c t i c i n g   g o   k n i c k s
n e w   v i d e o   t o   w a t c h : 
 
 " o f f - s e a s o n   t h o u g h t s :   t h e   n e w   y o r k   k n i c k s   ( e p i s o d e   2 1 ) "   
 
 c r e a t o r :     j u i c e   b u n y a n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
r a r   d e a d   a i r - i s   m i k e   f r a n c e s a ’ s   s t y l e   o f   r a d i o   o b s o l e t e 
 
 
 
 r e c k l e s s a i r w a v e s r a d i o   h o w a r d s t e r n   n y s p o r t s   m e t s   y a n k e e s   g i a n t s   j e t s   k n i c k s   r a n g e r s   i s l a n d e r s   c a r t o n a n d r o b e r t s   b o o m e r a n d g i o   b a s e b a l l   f o o t b a l l   h o c k e y   b a s k e t b a l l   n b a   n h l   m l b   n f l  
k n i c k s   p a t r i o t s   w i l l   m a k e   2 - 0   v s   d e t r o i t   t e a m s
c a n ' t   r e m e m b e r   b e i n g   t h i s   c o n f i d e n t   a     m a j o r   f a   s i g n i n g   w i l l   w o r k   o u t   k n i c k s  
t h o u g h t s ? 
 n b a   k n i c k s   t r a d e  
n e w   e p i s o d e / l i n k   i n   b i o :   m i k e y   d o m a g a l a ,   o w n e r / f o u n d e r   o f     & a m p ;   _ b u z z   w i t h   a   s e a s o n   p r e v i e w ,   a   l o o k   b a c k   o n   l a s t   y e a r   +   a   m o m e n t   o n   a a r o n   j u d g e ' s   c h a s e   t o   6 2 .   n b a b u z z     m i k e y d o m a g a l a   n e t s   k n i c k s   c e l t i c s   u d o k a   j u d g e   l a k e r s   y a n k e e s   w h a t s u p o d c a s t  
🫡   e n j o y   y o u r   s u n d a y   & a m p ;   h a v e   a   g r e a t   w e e k ! 
 
 b l u s p a p p a p 
 m y p o p s 
 m o t i t r a y t i o n 
 m o t i 3 t i o n 
 5 0 p l u s c r e w 
 j e e p l i f e 
 b e a c h l i f e 
 s t a y m e 7 o 
 k n i c k s 
 n y l i b e r t y   
 b e s a f e 
 p r i n c e d a f r e n c h i e 
 
 w o r d l e   4 7 7   4 / 6 
 
 ⬛ ⬛ ⬛ ⬛ ⬛ 
 ⬛ 🟩 ⬛ ⬛ 🟨 
 🟩 🟩 ⬛ 🟩 🟩 
 🟩 🟩 🟩 🟩 🟩
o b i   t o p p i n   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o b i t o p p i n   o b i   t o p p i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
w i l l   t h e   k n i c k s   m a k e   t h e   p l a y o f f s ?   n b a   n b a p r e s e a s o n   k n i c k s   k n i c k s t w i t t e r
s   t   a   r   k   s     s   u   n   d   a   y     3   🏀   
 s t a r k s   x   e w i n g   n e w y o r k f o r e v e r   
 k n i c k s   n b a   n b a t w i t t e r  
s / o     !   m y   d a u g h t e r   a n d   i   h a d   a   b l a s t !   k n i c k s
d e r r i c k   r o s e   i n t e r v i e w   @   k n i c k s   o p e n   p r a c t i c e   _  
w o r l d s   m o s t   f a m o u s   a r e n a . .   a l m o s t   t i m e   f o r   k n i c k s   b a s k e t b a l l   🔥  
j a l e n   b r u n s o n   i n t e r v i e w   @   k n i c k s   o p e n   p r a c t i c e   _  
i m m a n u e l   q u i c k l e y   a n d   o b i   t o p p i n   i n t e r v i e w   e a c h   o t h e r   @   t h e   k n i c k s   o p e n   p r a c t i c e   _  
  🎶 u   k n i c k e d   u r   b l u e   s h i r t ,   w e   s h o u l d   c a l l   u   r a y   f e l t o n 🎶     p r a v e a r l y   k n i c k s   i m b o u t b a l l   🔊 🔊   👂 ( 0 : 4 5 )
e v a n   f o u r n i e r   i n t e r v i e w   @   k n i c k s   o p e n   p r a c t i c e   _  
l o v e   t h e   f a c t   t h a t   k e n n y   a l b e r t   i s   c o v e r i n g   m y   p a t r i o t s   h e   c o v e r s   a l l   o f   m y   t e a m s   n y r   k n i c k s   i   f e e l   c o m f o r t a b l e   w i t h   h i m   a s   t h e   p l a y   b y   p l a y   g u y
j u l i u s   r a n d l e   i n t e r v i e w   @   k n i c k s   o p e n   p r a c t i c e   _  
  h a s   o u r   c o v e r a g e   f o r   t h e   k n i c k s   o p e n   p r a c t i c e !  
j u l i u s   r a n d l e   i s   n o t   p r a c t i c i n g   a t   t h e   k n i c k s   o p e n   p r a c t i c e
b r u n s o n   a d d r e s s e s   t h e   c r o w d     k n i c k s   n b k f a m  
p a r c e l l s   2 . 0 ! !   l o v e   t h i s   c o a c h ! 
 n y g   n y g i a n t s   b i g b l u e   g i a n t s   n f l     n e w y o r k f o r e v e r     k n i c k s   c i t y n e v e r s l e e p s   n y c   n e w y o r k c i t y   n e w y o r k   
    
d e f e n s i v e   w o r k .     k n i c k s   n b k f a m  
o b i ,   i h a r t ,   m i t c h   a n d   s i m s   p r a c t i c e   g o i n g   v e r t i c a l   w i t h   h a n d s   h i g h   a t   k n i c k s   o p e n   p r a c t i c e   k n i c k s   n b k f a m  
d o e s   v i s u a l i z i n g   r e a l l y   w o r k ?   k n i c k s   w e m b a n y a m a    
d o e s   a n y o n e   r e a d   b e t w e e n   t h e   l i n e s   a n y m o r e   o r   a r e   p e o p l e   j u s t   l o o k i n g   a t   b o x   s c o r e   s t a t s   t o   j u s t i f y   n a r r a t i v e s ?   k n i c k s  
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   n e w s   & a m p ;   r u m o r s   f o l l o w i n g   n b a   p r e s e a s o n   w i n   v s   p a c e r s   f t .   o b i   t o p p i n ,   j a l e n   b r u n s o n ,   r j   b a r r e t t "   
 
 c r e a t o r :     k n i c k s   n o w   b y   c h a t   s p o r t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " j d ,   c o - h o s t   o f   k n i c k s   f a n   t v ,   t a l k s   a b o u t   k n i c k s   p r e s e a s o n ,   u p c o m i n g   s e a s o n "   
 
 c r e a t o r :     n e w   y o r k   p o s t   s p o r t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
t h a t   1 5   t o m m y   s h e p   g o   c r a z y   k n i c k s
  t h i s   d o e s n ’ t   e v e n   w a r r a n t   a   r e s p o n s e   b e c a u s e   t h e s e   s t a t s   a r e   o u t   o f   c o n t e x t .   a l l   y o u   c a n   g l e a n   i s   t h a t   h e   h a s   s h o t   p o o r l y   s o   f a r   b u t   h i s   s h o o t i n g   n u m b e r s   a r e n ’ t   i n d i c a t i v e   o f   h i s   o v e r a l l   i m p a c t .   t h e   b e l o w   s a y s   i t   a l l .   k n i c k s  
m i s s i n g   f r i d a y   n i g h t   k n i c k s ? 
 
 c h e c k   o u t   l t k ' s   h i g h l i g h t   p a c k a g e   o f   t h e   w i n . 
 c r e d i t :   n b a   o n   y o u t u b e  
m a s t e r   o f   c l a s s i c   r o c k   ! 
 r o b e r t   j o n   l i v e   i n   f r a n c e   ( + w e i r d   i t w ) 
 
 
 
 u s a   c l a s s i c r o c k   c e l t i c s   u t a h j a z z     w a r r i o r s n a t i o n   h e a t   l a k e r s n a t i o n   c l i p p e r s   o k c   n u g g e t s   k n i c k s   n e t s   p i s t o n s   b u l l s n a t i o n   s i x e r s   r a m s   g i a n t s   p a c e r s   s p u r s f a m i l y
i f   y o u   m i s s e d   o u r   l a t e s t   i n t e r v i e w   w i t h   a l a n   h a h n ,   g o   c h e c k   i t   o u t   n o w   b e f o r e   t h e   n e x t   p r e s e a s o n   g a m e !   c a t c h   n e w   e p i s o d e s   o f   o u r   p o d c a s t   e a c h   a n d   e v e r y   w e e k !   k n i c k s   t k r   
   
 
 f u l l   e p i s o d e : 
 y o u t u b e :   
 s p o t i f y :    
    i t s   a   d o u b l e   e d g e d   s w o r d … y o u   w a n t   r a n d l e   t o   p l a y   w e l l   s o   y o u   c a n   t r a d e   h i m   & a m p ;   g e t   s o m e t h i n g   s u b s t a n t i a l   b a c k   b u t   i f   h e   p l a y s   w e l l   w e   w o n t   w a n t   t o   d e a l   h i m … i ’ m   j u s t   h o p e f u l   h e   p u t s   t h e   e f f o r t   o u t   t h i s   s e a s o n   & a m p ;   i s n t   a   m a l c o n t e n t   l i k e   l a s t … t h a t s   n o t   g o o d   f o r   a n y o n e … n y k   k n i c k s
n e w   y o r k   k n i c k s   🏀   w i l l   w i n   a t   l e a s t   5 2   g a m e s   t h i s   s e a s o n .   k n i c k s   n e w y o r k n i c k s   b a s k e t b a l l   b a l l   n b a
w h o   b o u g h t   s o m e   j a l e n   b r u n s o n ?     i   d i d .     c o p p e d   a   b l u e   c o l o r   m a t c h   d i s c o   p s a   1 0   n u m b e r e d   t o   1 7 5 .   k n i c k s   n b a   s p o r t s c a r d s   p r i z m   p a n i n i a m e r i c a   b a s k e t b a l l c a r d s   b a s k e t b a l l   j a l e n b r u n s o n  
w o u l d   a n y o n e   l i k e   2   t i c k e t s   t o   t o d a y s   k n i c k s   o p e n   p r a c t i c e   a t   c o l u m b i a   u n i v e r s i t y .   p r e f e r a b l y   s o m e o n e   t h a t   w o u l d   t a k e   a   k i d .   t w e e t   m e   n o w !   🧡 💙
n b a   e x e c u t i v e   l i n k s   j o s h   r i c h a r d s o n   t o   m i a m i   h e a t   ,   n e w   y o r k   k n i c k s     a n d   m e m p h i s   g r i z z l i e s   
 
 n e w y o r k f o r e v e r   
 b i g m e m p h i s   🏟 
 h e a t t w i t t e r   
 h e a t c u l t u r e   🏀 
 n b a t w i t t e r   
 n b a   
 
  
_ n e w y o r k   g o o d ’ o   d a y s   k n i c k s
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
b e s t   o f   t h e   d a y   o n   
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
l e t ' s   g o   n e w   y o r k !   m e t s   j e t s   k n i c k s  
t h e   g i a n t s   p u b   i n   l o n d o n ! 
 n y g   n y g i a n t s   b i g b l u e   g i a n t s   n f l     n e w y o r k f o r e v e r     k n i c k s   c i t y n e v e r s l e e p s   n y c   n e w y o r k c i t y   n e w y o r k   
    
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s / n e w s / r u m o r s / o b i   t o p p i n / r j   b a r r e t t / i m m a n u e l   q u i c k l e y / k n i c k s   v s   p a c e r s . "   
 
 c r e a t o r :     t h e   k n i c k s   c a v e   j a n   m i t c h e l l 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
l e t ’ s   g o     g i a n t s   n y g   l o n d o n     m e t s   l f g m     k n i c k s
k n i c k s   f a n s   w h o   r i p   t h i b s   f o r   n o t   p l a y i n g   t h e   y o u n g   g u y s   e n o u g h ,   b u t   t h e n   b e a m   a b o u t   h o w   w e l l   t h e   y o u n g   g u y s   h a v e   d e v e l o p e d   s i n c e   t h e y ’ v e   b e e n   d r a f t e d   a r e   a   c o n f u s i n g   l o t .   
 
 y o u n g   g u y s   l o o k i n g   p r e t t y   g o o d ?     h o w   d o   y o u   t h i n k   t h e y   g o t   t h a t   w a y ?     k n i c k s
r e a l   t a l k ?   i   g u e s s   s o . 
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s a l l d a y   k n i c k s n e w s   k n i c k s w i n   n y c   m s g   t h e g a r d e n   b l u e a n d o r a n g e   k n i c k s w o r l d   k n i c k s f a n   n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k   
  
h a d   t o   b e ! 
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s a l l d a y   k n i c k s n e w s   k n i c k s w i n   n y c   m s g   t h e g a r d e n   b l u e a n d o r a n g e   k n i c k s w o r l d   k n i c k s f a n   n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k   
  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
i ' l l   s a y   t h i s   a g a i n . . .   i f   t h i b s   d o e s n ' t   g i v e   t o p p i n   m i n u t e s   t h a t   h e   d e s e r v e s ,   t h e n   i   t h i n k   i t   w o u l d   b e   b e t t e r   f o r   t h e   t e a m   t o   l e t   t h i b s   g o !   k n i c k s   n b a
k n i c k s   
 o n c e   a   k n i c k ,   a l w a y s   a   k n i c k  
h o w   v i c t o r   w e m b a n y a m a   c a n   g i v e   t h e   k n i c k s   a   n e w   s t a r   t r a d e   t a r g e t 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   c l i p p e r n a t i o n   l o s a n g e l e s   c l i p p e r s   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i
  n y   k n i c k s   c a m   r e d d i s h   1 s t   s t a r t   t r o u b l e s   t h e k n i c k o f t i m e s h o w   k n i c k s    
s p o r t s t r a d i n g c a r d s   s p o r t s c a r d s   t r a d i n g c a r d s   b a s k e t b a l l c a r d s   t h e h o b b y   n b a   n b a t w i t t e r   n b a p r e s e a s o n   k n i c k s   n y k n i c k s   
 c h e c k   o u t   2 0 2 0 - 2 1   p a n i n i   d o n r u s s   o p t i c   r a t e d   p u r p l e   p r i z m   i m m a n u e l   q u i c k l e y   1 7 5   r o o k i e   r c     e b a y   v i a  
      _ n y _ b   j a y   w r i g h t / r i c k   p r e t t y   g o o d   c o a c h i n g 
 n o t   t o   m e n t i o n   h i s   d a d 
 k n i c k s   m a y   h a v e   a   p l a y e r 

      _ n y _ b   i n   t h e   n b a ,   y o u   n e e d   a   l o c k   d o w n   d e f e n d e r   l i k e   t h a t .   w h e t h e r   i t   i s   a   s m a r t   o r   a   t u c k e r   o r   a   c r o w d e r   - -   t o   l e t   h i m   r u s t   o n   t h e   k n i c k s   b e n c h   i m   n o t   f e e l i n g
      _ n y _ b   y u p 
 t h i b s   m e s s e d   w i t h   a   h i g h   n b a   d r a f t   p i c k 
 o b i   s h o w e d   i n c r e d i b l e   d e t e r m i n a t i o n ,   w o r k   e t h i c   a n d   c h a r a c t e r .   d i d   n o t   w a n t   k n i c k s   t r a d i n g   h i m .
k n i c k s   i n c r e d i b l e   4 6   p o i n t   s e c o n d   q u a r t e r   v s   i n d i a n a   p a c e r s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i m m a n u e l q u i c k l e y   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   n b a   n b a h i g h l i g h t s   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t  
      _ n y _ b   o b i   f i g u r e d   i t   o u t   
 k n i c k s   s t r e t c h   4   w a s   s m o o t h e r   l a t e r   i n   t h e   w i n   f r o m   d e e p
g o d   w e r e   g o i n g   t o   g o   3 - 1   v s   t h e   c a v s   t h i s   s e a s o n   y o u   h e a r   m e   o l d   m a n   k n i c k s
s o   d o   w e   r e a l l y   h a v e   t o   w a i t   u n t i l   w e d n e s d a y   f o r   a   g a m e ?   k n i c k s   k n i c k s t w i t t e r   n y k n i c k s
g r e a t   d a y   t a k i n g   p a r t   i n   t h e   k n i c k s   a l u m n i / c e l e b r i t y   g a m e   a t   t h e   w o r l d   f a m o u s     p a r k   i n   h a r l e m !   
 
 t h a n k   y o u   a s   a l w a y s   t o   t h e     f o r   h a v i n g   m e ,   i   a p p r e c i a t e   y o u   a l l   s o   m u c h !   🙏 🏼 😊 🧡 💙 🏀  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
b e s t   o f   t h e   d a y   o n   
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u
w t f   i   w o u l d a   p u l l e d   u p   k n i c k s  
y o o o o   c p   g i v e   i t   u p   b r o . . . .   j u s t   a d m i t   i t   d u d   w a s   t h e   w r o n g   c h o i c e   o f   w o r d s . . .   i t   w a s n t   a   d u d   p i c   i t   w a s   a   d u d   m o v e   n o t   t o   t r a d e   r a n d a l l   t h e   f a c t   t h a t   u   s t i l l   h o l d i n g   o n   t o   t h a t   h o r r i b l e   t a k e   i s   n u t s 😩 😂 😂 😂 
 l e t i t g o 
 k n i c k s 
 k n i c k s n a t i o n l e t s r i d e 
 o b i v o i c e  
l i s t   o f   n a t i o n a l l y   t e l e v i s e d   k n i c k s   g a m e s .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
    b r o ,   y e s t e r d a y   e v e r y   g a m e   e x c e p t   t h e   f u c k i n g   k n i c k s   g a m e   w a s   p l a y i n g   f o r   m e .   e v e r y t h i n g   i   c l i c k e d   o n   s t r e a m e d   p e r f e c t ,   i   c l i c k   o n   t h e   o n e   g a m e   i   w a n t   t o   w a t c h . . .   e r r o r s .   🤦 🏽 ‍ ♂ ️ 🤦 🏽 ‍ ♂ ️ 🤦 🏽 ‍ ♂ ️ 🤦 🏽 ‍ ♂ ️ 🤦 🏽 ‍ ♂ ️
w h o ' s   w h o   w a s   a t   t h e   l e g e n d a r y   r u c k e r p a r k   o l d   & a m p ;   n e w     f u n   k n i c k s  
o b i   t o p p i n   i s   j u s t   a   f r e a k   o f   n a t u r e   🤯           k n i c k s t a l k   k n i c k s   o b i t o p p i n  
b r e a k i n g   n e w s !   g r e a t   n e w s   f o r   t h e   k n i c k s !   . . . 
   
 
   
 6 9 8 2 0 6 8 6   a t l a n t i c d i v i s i o n   d o n o v a n m i t c h e l l k n i c k s   e a s t e r n c o n f e r e n c e   k n i c k s d r a f t p i c k s   k n i c k s n e w s   k n i c k s n e w s a n d r u m o r s   k n i c k s n e w s a n d r u m o r s t o d a y   k n i c k s n e w s t o d a y   k n i c k s n e w s t r a d e   k n i c k s n e w s u p d a t e  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
b e s t   o f   t h e   d a y   o n   
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
t o d a y   m a r k s   t w o   y e a r s   s i n c e   m y   f a t h e r   p a s s e d   -   h e   a l w a y s   w a n t e d   t h e   k n i c k s   t o   b e   g r e a t   a g a i n ,   h e   r e m e m b e r e d   t h e   7 3   t i t l e .   
 
 h e   w o u l d   h a v e   l o v e d   t o   s e e   t h a t   o b i   d u n k   l a s t   n i g h t !   k n i c k s
d a v i d   c a m e   t o   b a l l …   h a r l e m 💫 k n i c k s   💙 🧡    
j u l i u s   r a n d l e   s h o u l d   b e   t h e   s i x t h   m a n   f o r   t h e   k n i c k s   a n d   r u n   t h e   s e c o n d   u n i t     k n i c k s
i q   i s   l o o k i n g   l i k e   a   s t a r t e r .   i s   t h e r e   a n y   v i a b i l i t y   t o   s t a r t i n g   i q   a n d   b r u n s o n   t o g e t h e r ?   o r   i s   i t   b e t t e r   t o   k e e p   h i m   a n d   o b i   d o m i n a t i n g   t h e   2 n d   u n i t s   a n y w a y ?   i   t h i n k   t h i s   i s   t h e   l a s t   y e a r   i q   c o u l d   b e   a   b a c k   u p   b e f o r e   h e   g e t s   t i r e d   o f   i t   a n d   w a n t s   o u t .   k n i c k s
    _ r a n d l e       _ g o d s o n       _ _ _ _                   w e   c h a s i n g   t h i s   s e a s o n   r i n g s   n   t h e s e   c h a m p i o n s h i p s   l e t s   g o   k n i c k s   💎 🏆
s h e   s a i d   i   l o o k   l i k e     i ’ m   c o o l   w i t h   t h a t   🤣 k n i c k s 🔸 🔹  
                    _ g g q t                           _ j a k e             1 .   d o l a n   b e s t   t r a i t   f o r   n y r   w a s   s t a y i n g   o u t   o f   h o c k e y   o p e r a t i o n s .   h e   h a s   s c r e w e d   t h e   k n i c k s   w i t h   h i s   h a n d s   r e p e a t e d l y 
 2 .   m s g   i s   a   w a s t e d / m i s m a n a g e d   a s s e t   u n d e r   h i s   h e l m
w e ’ r e   g o n n a   s h o c k   t h e   w o r l d   k n i c k s  
o b i t o p p i n s   g a m e   h a s   g r o w n !   t h i s   w i l l   b e   h i s   b r e a k   o u t   y e a r .   r a n d l e   b e t t e r   h o l d   o n   t o   t h a t   s t a r t i n g   r o l e ,   r e a l   t i g h t .   n b a   k n i c k s   n y k   m s g   n b a t w i t t e r
o u r   f u t u r e   n b a a l l s t a r 🏀 💫 !   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a  
i t ' s   b e e n   a   g r e a t   d a y .   y a n k e e s   a r e   i n   t h e   p l a y o f f s .   k n i c k s   s e a s o n   i s   u p o n   u s .   j e t s   h a v e   a   w i n   f r o m   l a s t   w e e k .   t h i n g s   a r e   l o o k i n g   g r e a t !   h a p p y   w e e k e n d m i s s i o n   k n i c k s   y a n k e e s   j e t s  
k n i c k s '   c a m   r e d d i s h   i s   f i n d i n g   i t   d i f f i c u l t   a d j u s t i n g   t o   h i s   n e w   g r o u p . 
 
 “ i   f e e l   l i k e   i ’ m   m e n t a l l y   t o u g h   s o   i ’ m   g e t t i n g   t h r o u g h   i t , ”   r e d d i s h   t e l l s   .       k n i c k s   n y k n i c k s   n b a 

    i t   f i x e s   o f f l o a d i n g   c r o w d e r   t o o . 
 i   d o n ' t   n e e d   t o   o f f l o a d   s k i n n y j u   o r   a c q u i r e   a y t o n . 
 k n i c k s   c a n   r i d e   o r   d i e   w i t h   w h a t   w e   h a v e . 
 i   t h i n k   j u l i u s   w i l l   b e   w o r t h   m o r e   a s   t h e   s e a s o n   p r o g r e s s e s   a n y w a y .
g o t   p r e t t y   g o o d   s e a t s   t h a t   d a y . . . 
 
 m i x i n g / m a s t e r i n g   r a t e s ?   g o   h e r e :   
 
 k n i c k s   m u s i c s t u d i o  
  o u t   r i d i n g   w i t h   t h e   g a n g   b u t   l i s t e n i n g   t o   t h e   k n i c k s   f a m i l y …   m u c h   r e s p e c t  
w h a t     f a n s   h e a r d : 
 
 s o m e b o d y   o n   t h e   k n i c k s   p u n c h   e v a n   f o r n i e r   r n .   k n i c k s t a l k   k n i c k s t a p e   e x t r e m e r u l e s  
d a n i l o   g a l l i n a r i ' s   ( )   2 0 0 9 - 1 0   s h o t   c h a r t : 
 
 v o l u m e :   h i g h   |   p _ 8 2   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   g o o d   |   p _ 7 0 
 e f f i c i e n c y :   g o o d   |   p _ 7 3 
 e f f i c i e n c y   v a l u e :   g o o d   |   p _ 8 1 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   b r e a k 3 
 b e s t   v a l u e   z o n e :   b r e a k 3 
 
 d a n i l o g a l l i n a r i 
 k n i c k s  
🚨   d e b u t   a p p e a r a n c e   o n     & a m p ;   .   t h a n k   y o u   t o     a n d   a s   a l w a y s     f o r   a w a r d i n g   m e   t h e   o p p o r t u n i t y   t o   r e p r e s e n t   t h e   k f t v   b r a n d .   k n i c k s  
_   * c h i l l s   n o w h e r e   l i k e   n y   k n i c k s
s   p   r   e   w   e   l   l     s   a   t   u   r   d   a   y   8 
 n e w y o r k f o r e v e r   k n i c k s   n b a   n b a t w i t t e r   1 9 9 9 k n i c k s  
n o w   i   c a n   f o c u s   o n   t h e   p a t r i o t s   n y r   a n d   k n i c k s   r a y s   w e ' l l   c o m e   b a c k   s t r o n g e r   t h a n   e v e r   i n   2 0 2 3   a n d   h e a l t h i e r   a s   w e l l
h e a v i e s t   p l a y e r s   i n   n b a   h i s t o r y :   👀 
 
 ▪ ️   o l i v e r   m i l l e r :   3 7 5   l b s .   
 ▪ ️   s h a q u i l l e   o ' n e a l :   3 6 0   l b s . 
 ▪ ️   s i m   b h u l l a r :   3 6 0   l b s . 
 ▪ ️   e d d y   c u r r y :   3 5 0   l b s . 
 ▪ ️   m i k e   s w e e t n e y :   3 4 0   l b s . 
 
 u s e d   t h e i r   h e f t   t o   t h e i r   a d v a n t a g e .   💪 
 
 p a c e r s   c e l t i c s   k i n g s   m a v s   k n i c k s   n b a  
h o w   g o o d   w a s   o b i   t o p p i n   a g a i n s t   t h e   p a c e r s   y e s t e r d a y   😍   i   s e n s e   a   b i g   y e a r   i n c o m i n g   f o r   h i m   🙌   k n i c k s    
i t   s u c k s   w h e n   t h e   k n i c k s   a r e   o f f … i   c o u l d   w a t c h   t h e m   p l a y   e v e r y   d a y .   t h i s   t e a m   i s   l i k e   a   d r u g   t o   w a t c h   i f   y o u ’ r e   a   d i e h a r d   n e w   y o r k   k n i c k e r b o c k e r   f a n .   i t ’ s   e u p h o r i c ! !     _ k n i c k s p r  
  a n d     t h r e a d   g o t   m e   c r y i n g   😂 🤣 😂 k n i c k s
r j   b a r r e t t   |   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t   t o m t h i b o d e a u  
b r u n s o n , r j ,   j u l i u s ,   o b i ,   m i t c h   s h o u l d   b e   t h e     s t a r t i n g   5 ‼ ️ 
 k n i c k s
k n i c k s   a l l   _ r a n d l e   h a s   t o   d o   i s   p l a y   n o t   a t   t h e   e l b o w   o n   o f f e n s e   b u t   m o v e   f u r t h e r   d o w n   a n d   f o r g e t   t r y i n g   o r   s e a r c h i n g   t o   b r i n g   t h e   b a l l   u p   c o u r t .   p l a y   y o u r   p o s i t i o n   f a c k e r   a n d   l e t   d   g a m e   c o m e   t o   y o u   f o r   c h r i s t   s a k e s .   a n d   i f   a t   e l b o w   s e t   a   s c r e e n   a n d   g e t   d   f a c k   o u t   d o d g e   b s h
y o   o b i   r e a l l y   s t o l e   t h e   s h o w   a t   m s g   l a s t   n i g h t   k n i c k s    
    _ j _ d _ m       _ a v p     _ _ w a r     _ d u d e         @ _ k n i c k s 1 6 8 8         _ 1 9 1 4                         _ m a c         _ s t e v e n   _ t h e             _ e       i ' m   t h i n k i n g   k n i c k s   1 s t   i s   b t w n   1 5 - 1 8 t h   /   d a l l a s   1 9 - 2 3 t h   p k   & a m p ;   t h o s e   ( 4 )   u n p r o t e c t e d   c o u l d   b e   2 1 - 2 8 t h   p k   🎯 . . . 
 
 w e   c a n   p a c k a g e   📦   t h e m   f o r   a   t o p 5   p k 
 
 l e o n   r o s e   h a s   o p t i o n s   💣 
 k n i c k s 🏀 💯  
i   w a n t   r e d d i s h   t o   s h o w   o u t   b u t   i   h a v e n ' t   s e e n   r e a l l y   a n y t h i n g   t h a t   l e a d s   m e   t o   t h i n k   h e   w i l l   w i t h   t h e   k n i c k s .   t h e   l a i d   b a c k   n a t u r e   j u s t   d o e s n ' t   p l a y   w e l l   ( r e m e m b e r   t h e   k n o x )   t o   e a r n   m y   f a v o r .   k n i c k s
o b i   t o p p i n   h a v i n g   a   d u n k   f e s t   a g a i n s t   t h e   p a c e r s .   i   k n o w   i t ’ s   o n l y   p r e s e a s o n   b u t …   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s  
c a m   r e d d i s h   s a y s   h e ' s   t r y i n g   t o   g e t   o u t   o f   h i s   c o m f o r t   z o n e .   k n i c k s   n e e d   t o   s e e   i t   s o o n e r   r a t h e r   t h a n   l a t e r .   
 
 v i a    
[ h i g h l i g h t ]   o b i   t o p p i n   b l o c k s   i t   o n   o n e   e n d ,   e a s t b a y s   o n   t h e   o t h e r ,   a n d   p o i n t s   a t   t j   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
i n j e c t   a l l   k n i c k ’ s   b a s k e t b a l l   i n t o   m y   v e i n s   k n i c k s   k n i c k s t a p e      
d a y   2   o n   s e t   h a s   b e e n   f u n   🤩   b r o   l o o k   h o w   s h o r t   i   a m   😭     k n i c k s  
i   s e e   a   l o t   o f   p e o p l e   i   r e c o g n i z e   i n c l u d i n g   ,   ,   a n d   o t h e r s !   k n i c k s 
 
  
m e   w a t c h i n g   t h i b s   k n i c k s   r o t a t i o n s ,   w a i t i n g   f o r   h i m   t o   p u l l   o b i t o p p i n  
c a n   t h e   k n i c k s   s h o c k   t h e   w o r l d ? 
 k n i c k s   j a l e n b r u n s o n   e o p  
a f t e r   w a t c h i n g   l a s t   n i g h t   k n i c k s   g a m e   i ’ m   h a p p y   t h e   t r a d e   f o r   m i t c h   f e l l   t h r o u g h   i f   t h e s e   g u y s   b a l l   o u t   w e   c a n   h a v e   3   a l l s t a r s   o v e r   t h e   n e x t   c o u p l e   o f   y e a r s   i n s t e a d   o f   j u s t   1   k n i c k s
  _ n e w y o r k   i   w o u l d   b e   c o o l   w i t h   r a n d l e   r e b o u n d i n g   /   p a s s i n g   /   l o w   t u r n o v e r s . 
 r e d u c e d   s h o o t i n g / p o i n t   f o r w a r d i n g   
 t h i s   w o r k s   o n   t h e   n e w   k n i c k s
o b i   t o p p i n   p u t s   o n   a   s h o w   a s   k n i c k s   b e a t   p a c e r s   1 3 1 - 1 1 4   |   n e w   y o r k   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   s p o r t s  
k n i c k s   i m p r o v e d   t o   2 - 0   i n   t h e   p r e s e a s o n   l a s t   n i g h t .   w h a t ’ s   t h e   s t o c k   o f   o b i   t o p p i n   a f t e r   t h i s   w i n ?     h a s   t h e   r e c a p . 
 

l e t ’ s   g o   k n i c k s   k n i c k s  
l e t ’ s   g o   k n i c k s   k n i c k s  
l a s t   n i g h t   g a m e   t h e   p h o t o   s a y s   i t   a l l   k n i c k s   n b a   k n i c k s t a p e  
a   d a y   w i t h o u t   k n i t t i n g   i s   l i k e   j u s t   k i d d i n g   i   h a v e   n o   i d e a   
 l i n k 👇 👇 
 
 k n i t t i n g t w i t t e r   k n i t t i n g   k n i t t i n g h o u r   k n i c k s   w o m e n   m o m s o n b e d r o o m   u n i t e d   a u s t r a l i a n   g e r m a n   f r e n c h   p o l a n d b a l l   s p a i n i s h   s h o p   n u r s e   n u r s i n g   t e a c h i n g   s k i l l s   t a l e n t e d   e l o n m u s  
g o o n t a p e ! 😩 😂 😂 😂 💯 
 k n i c k s 
 k n i c k s n a t i o n l e t s r i d e 
 o b i v o i c e 
 n b a   
 n b a p r e s e a s o n   
 n b a t w i t t e r  
      1 .   k n i c k s   s p e n t   a   f i r s t   o n   h i m .   w e   k n o w   w h a t   e f   c a n   d o .   w e   h a v e   t o   f i n d   o u t   o n   c a m .   2 .   i   d i d n t   d a y   d e u c e   s h o u l d   c l o s e .   r o s e   c a n t   g u a r d   a n y b o d y .     m a y b e   a   l o w e r   m i n u t e   l o a d   h e l p s   h i m   f i n i s h   a   s e a s o n .   3 .   m a y b e   t h i b s   c a n   u s e   o u r   l o n g   r o s t e r ,   p l a y   m o r e   t h a n   1 0   a n d   m a t c h u p
u l t i m a t e l y   i   b e l i e v e   a l l   k n i c k s   f a n s   w a n t   i s   a   w i n n i n g   t e a m .   i ’ m   h o p e f u l   & a m p ;   e x c i t e d   a b o u t   w h a t   i ’ v e   s e e n   s o   f a r .   i   t h i n k   w e   w i l l   s e e   a   b e t t e r   t e a m   t h e n   l a s t   s z n .   a d d i n g   b r u n s o n   & a m p ;   i h a r t   a l o n g   w i t h   a n   i m p r o v i n g   y o u n g   c o r e   o f   r j ,   m i t c h ,   i q   & a m p ;   o b i   & a m p ;   g r i m e s   a n d   o u r   v e t s   j u ,   r o s e   & a m p ;   e v 👍 🏽
w e l l   i t ' s   h a r d   b e i n g   a   m e t s   f a n   r i g h t   n o w   b u t   i n   s o m e   g o o d   n e w s   a s   w e   p i v o t   t o w a r d s   w i n t e r   s p o r t s ,   t h e   k n i c k s   a r e   2 - 0   t o   s t a r t   t h e   s e a s o n !   b e a t   t h e   p i s t o n s   g a m e   1   a n d   p a c e r s   g a m e   2 .   l g m   l e t s g o k n i c k s
p o s i t i v e v i b e s o n l y   f r o m   m e   t h i s   s z n   w h e n   i t   c o m e s   t o   m y   k n i c k s
t h i s   w a s   i n s a n e ! ! 
 
 o b i   t o p p i n   t h r o w s   d o w n   b e t w e e n - t h e - l e g s   w i n d m i l l   s l a m     k n i c k s   o b i t o p p i n
i f   t h e   k n i c k s     c o u l d   f i n d   a   l e g i t   t r a d e   o p t i o n   f o r   j u l i u s   r a n d l e ,   y o u   c o u l d   g e t   e x c i t e d   a b o u t   t h i s   t e a m   w i t h   o b i   a n d   r e d d i s h   g e t t i n g   e x t e n d e d   m i n u t e s .
d i d   e v a n   f o u r n i e r   r e a l l y   n e e d   r e s t ?     t h i n g s   t h a t   m a k e   y o u   g o   h m m m m m ? ? ? ? ? 🤔   
 
 k n i c k s   
   
 
 l i n k   t o   e p i s o d e   b e l o w 
  
t h e   s a m e   p e o p l e   w h o   a r e   t r y i n g   t o   c l o w n   k n i c k s   f a n s   f o r   c e l e b r a t i n g   t w o   p r e s e a s o n   w ' s   a r e   t h e   s a m e   p e o p l e   w h o   w o u l d   b e   k i l l i n g   t h e   n y k n i c k s   i f   w e   w o u l d   h a v e   l o s t .   w e   h a n d l e d   t w o   b a d   t e a m s   l i k e   w e   a r e   s u p p o s e d   t o .   i ' m   n o t   j u m p i n g   o u t   t h e   w i n d o w   b u t   i ' m   e x c i t e d   a b o u t   t h i s   t e a m . 🙌 🏽
o b i   2 4   p o i n t s .   t w e n t y - f o u r .   h e   s h o u l d   h a v e   p l a y e d   m o r e   l a s t   s e a s o n   a n d   b e   a   s t a r t e r   t h i s   s e a s o n .   n y k n i c k s   k n i c k s  
s a v e   m e   a   s e a t . . . . r u c k e r s   . . . . t h e   k n i c k s   i s   u p t o w n   p e o p l e . k n i c k n a t i o n   b a b y
h o w   m u c h   h a v e   w e   k n i c k s   f a n s   l e a r n e d   a b o u t   b a s k e t b a l l   f i r s t   w a t c h i n g   t h e n   l i s t e n i n g   t o   c l y d e   f r a z i e r   a l l   t h e s e   y e a r s ?   t h e   f u l l   g a m u t   -   f u n d a m e n t a l s   t o   i n s i d e   i n c e d e n t i a l s . 
 
 a s   a l w a y s ,   g r a t i t u d e   f o r   t h e   g e n e r o u s   w o r k   o f  
i   w a s n ' t   g o n n a   p o s t   a b o u t   t h e   k n i c k s   a t   r u c k e r s   u n t i l   i   w a s   i n   t h e   b l e e c h e s   🤦 🏽 ‍ ♀ ️ 🤦 🏽 ‍ ♀ ️   w i t h   i n t e n t i o n s   o f   g e t t i n g   t h e r e   e a r l y   b u t   i t   d i d n ' t   w o r k   o u t 🤣 🤣   s o o o o   y a '   g u r l l l   a   s e a t 🤣 🤣 🤣
h o t   t a k e :   i n   a   y e a r   r j   a n d   o b i   a r e   b o t h   g o n n a   f i n i s h   t h e   s e a s o n   a v e r a g i n g   3 0 +   p p g   k n i c k s  
w h y   d o   t h e s e   k n i c k s   p r e s s   c o n f e r e n c e s   l o o k   s o   c i n e m a t i c ? 
 
 n y k n i c k s
j a l e n   b r u n s o n   d a y s   t i l   o p e n i n g   d a y   🤣 🤣 e x c i t e d   a b o u t   t h e   s e a s o n !   g e t   u r   m o r n i n g   d r i v e   w i t h   _ n y _ b     k n i c k s  
k n i c k s   d o m i n a t e   p a c e r s ,   e a r n   a n o t h e r   p r e s e a s o n   w i n     v i a  
i ’ m   l o v i n g   w h a t   i ’ v e   s e e n   s o   f a r   t h i s   p r e s e a s o n ,   b u t   i ’ m   n o t   m o v i n g   o b i   t o   b e   a   s t a r t e r   j u s t   y e t .   t h e   s p a r k   h e   b r i n g s   o f f   t h e   b e n c h   i s   w a y   t o o   v a l u a b l e   & a m p ;   n e e d e d .   y e s ,   g i v e   h i m   t h e   m i n u t e s   h e   d e s e r v e s .   j u s t   n o t   s o l d   y e t   t o   s t a r t   h i m   k n i c k s
f a b   m e l o   -   b o s t o n   c e l t i c s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s 
 
   n b a   n b a t w i t t e r   n b a t o p s h o t   m e l o   c e l t i c s   b o s t o n c e l t i c s   n u g g e t s   k n i c k s   m i l e h i g h b a s k e t b a l l   n e w y o r k f o r e v e r  
g u a r d   j o s h   r i c h a r d s o n   n a m e   h a s   b e e n   l i n k e d   t o   t h e   m i a m i   h e a t ,   n e w   y o r k   k n i c k s   a n d   m e m p h i s   g r i z z l i e s
o b i   t o p p i n   p u l l e d   t h i s   o f f   i n   g a m e   🤯 🔥 
 
 ( 🎥 :   )   
 
 n b a   n b a t w i t t e r   k n i c k s   p a c e r s   n e w y o r k f o r e v e r   g o l d b l o o d e d  
o b i   s h o w s   o u t . 
 i s   t h e r e   a n y   o t h e r   p l a y e r   d o i n g   b e t w e e n   t h e   l e g   d u n k s   i n   g a m e s   ? 
 k n i c k s   n b a 

i   t h i n k   s i m s   i s   a   b e t t e r   f i t   w i t h   t h e   s e c o n d   u n i t   t h a n   h a r t e n s t e i n .   o r   a c t u a l l y   m i t c h   w o u l d   b e   t h e   b e s t   f i t .   h a r t e n s t e i n   b r i n g s   d o w n   t h e   a t h l e t i c i s m   o f   t h a t   u n i t   s o   m u c h   a n d   h e ’ s   n o t   g o i n g   t o   b e   a   g r e a t   s h o o t e r .   k n i c k s
y ’ a l l   a r e   a c t i n g   l i k e   o b i   t o p p i n   j u m p e d   o v e r   t h e   e m p i r e   s t a t e   b u i l d i n g   f o r   t h a t   d u n k .   m y   g o d .   i t   w a s   c o o l   b u t   c a l m   d o w n   🤦 ‍ ♂ ️   k n i c k s
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
1 0   f o l l o w e r s   a w a y   f r o m   1 k .   l e t ' s   g o !   l e t ' s   g e t   i t   d o n e   b e f o r e   t h e   s e a s o n   s t a r t s .   🙏 🏾   a p p r e c i a t e   a l l   o f   y o u   g u y s .   1   r e a s o n   i   d o   w h a t   i   d o   i s   f o r   k n i c k   f a n s   l i k e   m e .   🔵 🟠   k n i c k s   t k r   r o a d t o 1 k
    k n i c k s   🔥 🔥 🔥 🔥   g r e a t   n o   t r a d e  
t h a t   t o p p i n   d u n k   l a s t   n i g h t   w a s   s t r a i g h t   u p   d i s r e s p e c t f u l   l m f a o   a n d   i ’ m   h e r e   f o r   a l l   o f   i t .   k n i c k s
" k n i c k s   d e l i "   r e c a p   v i d e o   c o v e r i n g   t h e   n e w   y o r k   k n i c k s   e x c i t i n g   p r e - s e a s o n   w i n   o v e r   t h e   p a c e r s   a t   2 p m   o n   t h e   s h i r   b r i l l i a n c e   y t   c h a n n e l !   n e w y o r k f o r e v e r   k n i c k s   n b a  
m e   t r y i n g   n o t   t o   o v e r r e a c t   t o   o u r   t e a m   k n i c k s  
u s e   c o d e   b b a l l c r a z y   a n d   g e t   t h e   d e r r i c k   r o s e   b a n d   k n i c k s  
o b i t o p p i n   i s   o n   t h e   c o r r e c t   t e a m   a n d   i n   t h e   c o r r e c t   m a r k e t . 
 
 s o   i   w a n t   m o r e   f r o m   h i m   t h i s   y e a r ;   c a s h   i n   o n   h i s   p o t e n t i a l .   k n i c k s   b a l l o r f a l l   n b a  
o n l y   2 p r e s e a s o n   g a m e s   d o n e   s o   f a r   b u t   g o t t a   s a y   t h a t   i   l o v e   t h e   a d d i t i o n   o f     h e   i s   a   l e a d e r   b y   h i s   a c t i o n s   , m a k e s   h i s   t e a m m a t e s   b e t t e r ,   " s   w o r k   i n   t h e   o f f s e a s o n   i s   a l r e a d y   s h o w i n g , a   t r u e   p r o .   w h a t   a b o u t     a n d   _ g o d s o n     l o o k   r e a d y ! !   k n i c k s
o b i ’ s   t h r o u g h   t h e   l e g s   d u n k   s t o l e   t h e   s h o w ,   b u t   p r i o r   t o   t h a t ,   t h i s   w a s   p e o t r y   i n   m o t i o n … 
 k n i c k s  
o u r   i n s t a g r a m   b r a c k e t   i s   c o m p l e t e .   c l y d e   w i n s   f a v o r i t e   k n i c k s   p o i n t   g u a r d !   f r a z i e r   w a s   c l e a r l y   t h e   f a v o r i t e   s i n c e   h e   w a s   r u n n i n g   t h e   s h o w   f o r   t h e   k n i c k s   o n l y   c h a m p i o n s h i p s .   
 
 w h a t   k n i c k s   t h e m e d   b r a c k e t   d o   y o u   w a n t   t o   s e e   n e x t ?   l e t   u s   k n o w   i n   t h e   c o m m e n t s .   n y k   k n i c k s  
_ 8   g o o d   m o r n i n g .   h a p p y   s a t u r d a y .   t a l k   t o   u s   n i c e !   k n i c k s     2 - 0   p r e s e a s o n   t i m e t o o v e r r e a c t   h a v e   a   g r e a t   d a y
o b 1   h a d   a   g r e a t   g a m e   l a s t   n i g h t .   y a ’ l l   d o n ’ t   t h i n k   h e   w a s   m o t i v a t e d   b c u z   m o s t   k n i c k s   f a n s   w a s   c r y i n g   a b o u t   d r a f t i n g   h i m   o v e r   h a l l i b u r t o n ?   m y   d u d e   s a i d  
v e g a s   h a s   u s   w i n n i n g   3 9   g a m e s ,   w i t h   w h a t   y o u ’ v e   s e e n   s o   f a r   f r o m   t h e   t e a m .   d o   y o u   g u y s   t h i n k   w e ’ l l   s t i l l   h a v e   3 9   w i n s   o r   l e s s   o r   4 0 + w i n s ? ?   k n i c k s t a p e   k n i c k s a n o n y m o u s   k n i c k s   m s g   f y p   v i r a l   p o l l
i n   t h e   p a s t   i t s   b e e n   t h e   3 r d   q u a r t e r   w h e n   t h e     f a l l   a p a r t . . a f t e r   2   p r e s e a s o n   g a m e s   t h e   k n i c k s   h a v e   s c o r e d   a   c o m b i n e d   6 4 p t s   i n   t h e   3 r d . 
 w h a t   a   d i f f e r e n c e   a   p o i n t   g u a r d   m a k e s . 
 n e w y o r k f o r e v e r
w i f e y   r e a l l y   s t a r t i n g   t o   g e t   c o n c e r n e d   w i t h   m y   k n i c k s   a d d i c t i o n ,   a f t e r   o n c e   a g a i n   s e e i n g   m e   w a t c h   h i g h l i g h t s   i n   b e d 
 
 " r e a l l y ,   a t   8 a m   o n   a   s a t u r d a y   m o r n i n g ? " 
 
 😂 😂 😂   k n i c k s
g o o d   o n e   b y     
 
 o b i   t o p p i n   o b i t o p p i n   o b i t o p p i n   n b a   n b a t w i t t e r   n b a t w i t t e r l i v e   s l a m d u n k   m s g   n e w y o r k   n e w y o r k k n i c k s   k n i c k s   n e w y o r k f o r e v e r  
g o o d   m o r n i n g   t o   e v e r y o n e   b u t   e s p e c i a l l y     🔸 🔹 k n i c k s   n y c   o b i w a n
      _ _ _ f i n c h         _ j _ d _ m     _ _ w a r     _ d u d e           _ 1 9 1 4   _ m a c   @ _ k n i c k s 1 6 8 8       _           _ s t e v e n   _ 2 2     _ _                 @ _ b i l l y h o y l e o f n j                           n o t   t a l k i n g   a b o u t   t h e   m e t s   w i t h   y a n k e e s   f a n s   w h o   e n j o y   t h i s .   i   w a s   t h e r e   y e s t e r d a y .   i ’ l l   b e   t h e r e   t o d a y .   t a l k   k n i c k s
g o o d   m o r n i n g   ☀ ️   
 
 t h e   k n i c k s   a r e   2 - 0   i n   p r e s e a s o n .   
 
 🧡 💙
w h y   i s   t h e   n a t i o n a l   s p o r t s   m e d i a   s t i l l   u s i n g   “ b i n g   b o n g ” ?   
 
 i   h a t e   t h e m   s o   m u c h !     t h e y   d o n ’ t   k n o w   o r   e v e n   w a t c h   t h e   k n i c k s … 🖕 🏽 …   n e w y o r k f o r e v e r  
t h e   d u n k   o f   t h e   ( p r e ) s e a s o n   s o   f a r   g o e s   t o     n e w y o r k f o r e v e r   k n i c k s  
o b i t o p p i n   w i t h   t h e   b e t w e e n   t h e   l e g s   d u n k   k n i c k s   n b a  
w e l l   g o o d   m o r n i n g   ☀ ️   k n i c k s   f a m ! ! !   ☕ ️ 😍  
t h e   r e i g n i n g   s l a m   d u n k   c h a m p   🏀 💪 🏾   k n i c k s  
i c y m i :   p o s t g a m e   s h o w   f r o m   l a s t   n i g h t s   v i c t o r y !   k n i c k s 
 
 📺 :
l i t t l e   p o s t g a m e   r e a c t i o n   t o   l a s t   n i g h t s   p l u n d e r i n g .   a l s o   a v a i l a b l e   o n   s p o t i f y   
 
   k n i c k s   n y k   n y k n i c k s   n b a p r e s e a s o n   n b a   p a c e r s   p o d c a s t     
 

a y o   o b i   t o p p i n   n e e d s   t o   s t a r t .   t h e   w a y   t h e   g a r d e n   e r u p t e d   o f f   a   p r e s e a s o n   d u n k ,   i   g e t   w h y   j u l i u s   r a n d l e   w a s   s o   t i g h t   l a s t   s e a s o n .   o b i   i s   a   f a n   f a v o r i t e   l i k e   i ' v e   n e v e r   s e e n   b e f o r e   a n d   h e ' s   b a r e l y   s c r a t c h e d   t h e   s u r f a c e .   o b i   n e e d s   t o   s t a r t .   k n i c k s    
f a m i l y . 👨 ‍ 👩 ‍ 👧 ‍ 👦 
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s a l l d a y   k n i c k s n e w s   k n i c k s w i n   n y c   m s g   t h e g a r d e n   k n i c k s w o r l d   n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k   
  
h a p p y   w e e k e n d   k n i c k s   f a m .   
 🔥   g a m e   a t   t h e   g a r d e n   l a s t   n i g h t ! 
 k n i c k s
h o w   t h e   k n i c k s   w i n   4 0 +   a n d   m a k e   t h e   p l a y o f f s   👏 
 
 p g :   b r u n s o n 
 s g :   b a r r e t t 
 s f :   r e d d i s h   
 p f :   r a n d l e 
 c :   r o b i n s o n   
 
 r a n d l e / b a r r e t t   n e v e r   s i t   a t   t h e   s a m e   t i m e ‼ ️ ‼ ️ ‼ ️ 
 
 d u o   b e n c h   r o t a t i o n   w h e n   n e e d e d   w i t h   i q   & a m p ;   t o p p i n ,   g r i m e s   & a m p ;   h a r t   t h e n   d r o s e   & a m p ;   e v a n  
p r e s s r e l e a s e p o w e r   p o s t   y o u r   p r e s s   l a u n c h   v e d i o   t o   s u i t a b l e   o n l i n e   p r e s s   r e l e a s e   d i r e c t o r i e s   a n d   d i v e r s e   c h a n n e l s . 
 
 c r y p t o   b i t c o i n   c r y p t o c u r r e n c y   b l o c k c h a i n   e t h e r e u m   b t c   f o r e x   t r a d i n g   m o n e y   c r y p t o n e w s   c r y p t o t r a d i n g   k n i c k s   r a n d l e   m a r t e   l f g m  
i m a g i n e   b e i n g   a   c a s u a l   f a n   a n d   s e e i n g   t h i s   v i d e o   a n d   s c   t o p   1 0 ,   a n d   t h e n   b e i n g   s h o c k e d   t h a t         d o e s n ’ t   s t a r t   a n d   o n l y   a v e r a g e s   l e s s   t h a n   1 5   m i n u t e s .   t h e n   i m a g i n e   b e i n g   a     f a n … 
 
 o b i t o p p i n   n b a   k n i c k s   e a s t b a y   s c t o p 1 0   l o w d   d u n k  
k n i c k s   l o o k   l e t h a l !   k n i c k s   n b a   n y k   m s g
📊   o b i   t o p p i n   v s   i n d i a n a : 
 
 2 4   p o i n t s 
 1 0 / 1 4   s h o o t i n g 
 4   t h r e e s   
 2   b l o c k s 
 1   e a s t b a y   d u n k   
 2 0   m i n u t e s 
 
 n b a   n b a i t a l i a   n b a p r e s e a s o n   k n i c k s   p a c e r s  
🎙 ️   r j   b a r r e t t :   " t h a t   [ b e t w e e n   t h e   l e g s   d u n k ]   w a s   c r a z y . " 
 
 o b i   t o p p i n :   " h e   s e e s   i t   e v e r y d a y . " 
 
 r j :   " h e   d o e s   t h a t   a l l   t h e   t i m e . "   
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s   n b a p r e s e a s o n  
1 1   l o o k i n g   s m o o k i n g   a f ,   b o i   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r      
b e s t   o f   t h e   d a y   o n   
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n ‼ ️ 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s    
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n ‼ ️ 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s   

📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 •   o b i   t o p p i n 
 
 2 4   p t s ,   2   b l k ,   4   3 p m 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s     
  
n e w   y o r k   w e   g o t   o n e ! ! ! 
 
     k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
b e s t   o f   t h e   d a y   o n   
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
o b i   f u c k i n '   t o p p i n   k n i c k s   
 🌬 ️   😎  
o n e   e m o j i   🤯 
 
 k n i c k s   o b i d a t t i 0 2 3   o b i t o p p i n   b a s k e t b a l l   n b a   n b a j a p a n g a m e s   b a s k e t b a l l c l  
  w h a t   a r e   k n i c k s   g e t t i n g   b a c k ? 
 h o w   d o   s u n s   f i t   a l l   t h a t   m o n e y   i n t o   a   t r a d e ?
o b i   t o p … .   r e a l   n a m e   n o   g i m m i c k s ! ! !       k n i c k s  
o h   m y   o b i   t o p p i n ! ! 
 n y k   k n i c k s   n b a   n b a t w i t t e r   n b a p r e s e a s o n   s l a m   d u n k   n e w y o r k   n y c 
  
r e s u l t s   o f   n b a   m a t c h e s   p r e s e a s o n   0 7 / 1 0 / 2 0 2 2 
 
 c h i c a g o b u l l s   b o s t o n c e l t i c s   n u g g e t s   h o r n e t s   k n i c k s   p a c e r s   p i s t o n s   p e l i c a n s   m a v e r i c k s   h a w k s   b u c k s   n b a i n a b u d h a b i   u s a  
k n i c k s   w i n   v s   i n d i a n a   k n i c k s   k n i c k s t a p e   n e w y o r k   n b a   n b a t w i t t e r  
🚨   k n i c k s   d o m i n a t e   t h e   p a c e r s   🚨 
 
 w a t c h :   
 
 k n i c k s   s u p e r m a r i o b r o s m o v i e  
k n i c k s '   e v a n   f o u r n i e r   p r e d i c t s   b i g   c h a n g e   a m i d   d r a y m o n d   g r e e n   d r a m a 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   r a i s e d b y w o l v e s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a p r e s e a s o n   n b a j a p a n g a m e s 2 0 2 2   n b a l e a g u e p a s s   n b a i n a b u d h a b i   b e t h e f i g h t
j u   p l a y e d   w e l l   t o n i g h t .   j u l i u s   r a n d l e   k n i c k s  
c a m   i s   a   k n i c k s   i   l i k e   h i m   a n d   i   w a n t   h i m   t o   s u c c e e d   h e r e .   h e   h a s   a l l   t h e   t o o l s   t o   b e   a   s t a r ,   e x c e p t . . . 
 
 h e   n e e d s   d e v e l o p m e n t .   p a r t i c u l a r l y   w i t h   h i s   b b a l l   i q   a n d   m o t o r . 
 
 y o u   m a y   d i s a g r e e ,   b u t   h e ' s   w / t h e   r i g h t   t e a m   a n d   c o a c h .   i t ' l l   t a k e   s o m e   t i m e   t o   g e t   t h e r e .   n e e d   p a t i e n c e   f o l k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
t h e   k n i c k s   ( 2 - 0 )   b e a t   t h e   p a c e r s   ( 1 - 1 )   1 3 1 - 1 1 4   l a s t   n i g h t   i n   p r e s e a s o n   a c t i o n   a t   t h e   g a r d e n .   k n i c k s w i n   n e w y o r k f o r e v e r  
o b i   p u t s   o n   a   s h o w   a s   k n i c k s   b l o w o u t   p a c e r s   -     k n i c k s   n e w y o r k f o r e v e r    
p a c e r s   a t   k n i c k s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2     v i a     k n i c k s   n e w y o r k f o r e v e r
i n d   v s .   n y k   h i g h l i g h t s   -   v i e w   n o w   i n   t h e   n b a   a p p   -     k n i c k s   n e w y o r k f o r e v e r
b e e n   t o l d   y a l l   t h i s   g e t v r a n d l e   o f f   t h i s   t e a m   k n i c k s  
k n i c k s   1 3 1 ,   p a c e r s   1 1 4 :   s c e n e s   f r o m   t h e   o b i   t o p p i n   d u n k - a - t h o n   -   p o s t i n g   a n d   t o a s t i n g   k n i c k s   n e w y o r k f o r e v e r    
d u d e s   w e r e   k i l l i n g   b e a r d e d   t o m   t h i b o d e a u   n o w   y a   l o v e   h i m   c u z   h e   p l a y e d   c a m   r e d d i s h   a n d   b l a t a n t l y   s h o w i n g   y a   h e   d o e s n ' t   h a t e   t h e   k i d s .   
 
 l e t   m e   c o a c h - s o n   l i v e . . .   g o t   d a m n   t h a t   s h t   u g l y   d o   
 
 k n i c k s  
p r e s s r e l e a s e p o w e r   p o s t   y o u r   p r e s s   l a u n c h   v e d i o   t o   s u i t a b l e   o n l i n e   p r e s s   r e l e a s e   d i r e c t o r i e s   a n d   d i v e r s e   c h a n n e l s . 
 
 c r y p t o   b i t c o i n   c r y p t o c u r r e n c y   b l o c k c h a i n   e t h e r e u m   b t c   f o r e x   t r a d i n g   m o n e y   c r y p t o n e w s   c r y p t o t r a d i n g   k n i c k s   r a n d l e   m a r t e   l f g m  
i n d i a n a   p a c e r s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   n e w y o r k   k n i c k s   n b a   v i d e o :  
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   r e s u l t s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2   ;   n b a   g a m e s   t o d a y ;   c e l t i c s 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s
i t ’ s   p r e s e a s o n   b u t   t h i s   d u n k   i s   🔥 🔥 🔥 🔥     k n i c k s  
l e g i t   1 2 / 1 3   g u y s   o n   t h i s   r o s t e r   c o u l d   g e t   m i n s .   n b a   b a s k e t b a l l   k n i c k s   n b a t w i t t e r   n y k   k n i c k s t a p e  
🔥 🔥   a i n ' t   n o   s t o p p i n '   o b i   t o p p i n ! !   🔥 🔥   k n i c k s   s o a r   o v e r   p a c e r s !   |   k n i c k s   v s   p a c e r s   p r e s e a s o n   r e c a p   
 o b i t o p p i n   k n i c k s n a t i o n 
 
 ✅   w a r c h   n o w ! 
 📽 ️     v i a  
  l o o k i n   l i k e   h e   w a s   i n   a n   a l l   s t a r   g a m e   t o n i g h t .   h y p e   f o r   t h i s   s e a s o n ! !   k n i c k s
n e w   y o r k   k n i c k s   i n d i a n a   p a c e r s     p o s t   g a m e   r e v i e w     v i a     n e w y o r k   n e w y o r k f o r e v e r
f o u r   f r a m e s   f r o m     d u n k i n g   t h e     t o   v i c t o r y   i n     p r e s e a s o n   a c t i o n   a g a i n s t   i n d i a n a .     
 n b a   o b i t o p p i n   k n i c k s  
  w h y   d o   k n i c k s   f a n s   ( w e )   g e t   s o   e x c i t e d   o v e r   g a m e s   t h a t   d o n ’ t   c o u n t   a g a i n s t   o n e   o f   t h e   w o r s t   t e a m s   i n   t h e   l e a g u e ? ? ? 
 j u s t   s e t t i n g   o u r s e l v e s   u p   f o r   d i s a p p o i n t m e n t .   
 “ s t a y   c a l m   a n d   c a r r y   o n ” ! 
 k n i c k s t w i t t e r   k n i c k s t a p e     n b a   n b a p r e s e a s o n
h o t   t w i t t e r   t r e n d   f o r   s u r e   i s   k n i c k s .
o b i   i s   b e c o m i n g   a   h i g h l i g h t   r e e l   e v e r y   n i g h t !   t h i b s   h a s   t o   g i v e   h i m   s e r i o u s   m i n u t e s   t h i s   y e a r ! 
 k n i c k s  
  4 - 1 2   f r o m   t h e   f i e l d .     $ 2 5 m i l   f o r   3 3 % .     h e l l u v a   d e a l   k n i c k s
i ’ l l   l e a v e   t h i s   h e r e : 
 
 t h e   k n i c k s   w o u l d   b e   t h e   s a m e   i f   n o t   b e t t e r   w i t h   o b i   a t   t h e   f o u r   i n s t e a d   o f   r a n d l e . 
 
 t h e   r e a s o n   r a n d l e   w a s   s o   v a l u a b l e   f o r   t h e   k n i c k s   y e a r s   p a s t   w a s   b e c u z   o f   h i s   p l a y m a k i n g .   w e   d o n ’ t   n e e d   t h a t   a n y m o r e .   
 
 k n i c k s
  i   d o n ' t   c a r e   a b o u t   a l l   t h e s e   1 s t   r o u n d   p i c k s   u n l e s s   t h e y   c a n   b e   p a c k a g e d   f o r   a   l o t t e r y   p i c k   o r   a   p l a y e r ,   b u t   m a y b e   n o t   g e t t i n g     i s   a   b l e s s i n g   i n   d i s g u i s e   i f   t h e s e   y o u n g   t h e s e   p l a y   t o   t h e i r   p o t e n t i a l !   k n i c k s   n b a   k n i c k s t a p e
a i n g e   w a n t e d   h i m   g o   k n i c k s  
m y   s o n   i n   l a w   a n d   g r a n d s o n   a r e   g o i n g   t o   g o   s e e   t h e   k n i c k s   a n d   t h u n d e r   p l a y   a n d   i ’ m   s o   j e a l o u s .   😤 😂   n o   i ’ m   h a p p y   f o r   t h e m   b u t   t h e y   c o u l d   t a k e   m o m o !   😘
k n i c k s   f a n s .   t e l l   m e   y o u   d o n ’ t   v a l u e     a f t e r   w a t c h   c a m   s t a r t .   j u s t   a   d i f f e r e n t   o f f e n s i v e   p l a y e r .   c a m   m a y   h a v e   l o t s   o f   p o t e n t i a l ,   b u t   h e ’ s   n o t   i m p r o v i n g .   d o   y o u   s e e   i t ?   h e   d o e s n ’ t   e v e n   d e s e r v e   a   s p o t .   g r i m e s   a n d   e v a n .   b a s k e t b a l l   n b a   p r e s e a s o n   h o o p s   n y k n i c k s  
  a n d   _ g o d s o n   q u i c k l e y   t o p p i n   l o o k e d   r e a l   s o l i d   ,   n i c e   m i n u t e s   s h o u l d   b e   c o m i n g !   l e t ’ s   g o   k n i c k s     k n i c k s f o r e v e r   n y k    
i ’ m   o n   t h e   k n i c k s   s i d e   o f   t w i t t e r .   i ’ m   s u c c e s s f u l l y   a   f o r e v e r   k n i c k s   f a n / s h i t t e r .   i   c o u l d n ’ t   b e   m o r e   p r o u d   o f   t h i s   a c c o m p l i s h m e n t .
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
k n i c k s   a r e   g o i n g   t o   s h o c k   t h e   e a s t   t h i s   y e a r s .   d e e p e s t   b e n c h   i n   t h e   n b a  
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
t y r e s e   h a l i b u r t o n   h i g h l i g h t s   -   k n i c k s   v s .   p a c e r s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   t y r e s e   h a l i b u r t o n   n y k   i n d   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w y o r k   k n i c k s   i n d i a n a   p a c e r s
o b i t o p p i n   s c o r e s   2 4   p o i n t s   o f f   t h e   b e n c h   t o   l i f t   t h e   k n i c k s   o v e r   t h e   p a c e r s .   f i n a l :   i n d   1 1 4   -   1 3 1   n y k   n b a p r e s e a s o n
. . . a n d   i   d o   c o n c u r .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a  
o b   1   w a s   w i l d i n ! !   k n i c k s   n e w y o r k f o r e v e r  
t o p p i n   s h o w s   o f f   h i s   r a n g e   a g a i n .   n b a   b a s k e t b a l l   o b i t o p p i n   k n i c k s   k n i c k s t a p e   n y k   n b a t w i t t e r  
🌍 👽 🌍   n e x t   l e v e l   k n i c k s  
e l e c t r i f y i n g   p r e s e a s o n   s o   f a r   f o r   t h e   k n i c k s .   o b i   t o p p i n   g a v e   f a n s   p l e n t y   o f   t h i n g s   t o   g e t   e x c i t e d   a b o u t   t h e   k n i c k s   t h i s   u p c o m i n g   s e a s o n .   |    
b r u n s o n   a n d   o b i   i f   t h e   k n i c k s   m o v e   o n   f r o m   r a n d l e   k n i c k s  
l e t ’ s   g o   o b i   k n i c k s  
o b i   w e n t   o f f   w i t h   n o t   m u c h   m i n u t e s   w i t h   b r u n s o n   & a m p ;   h e   w o u l d   f l y   w i t h   b r u n s o n   p u s h i n g   t h a t   p a c e   k n i c k s
h e l p   m e   o b i   w o n   y o u r   t h e   k n i c k s   n e w   h o p e   k n i c k s f a n t v   k n i c k s   s t a r w a r s   t g e f o r c e i s s t r o n g w i t h t h i s o n e  
g o t   d a m n   o b i   y o u   h a d   t o   d o   h i m   l i k e   t h a t   b r o     k n i c k s   n b a   d u n k   c r y p t o c u r r e c y   n b a 2 k 2 3
c o u l d n ’ t   r e s i s t     _       k n i c k s   o b i t o p p i n  
t h e   k n i c k s   p u t   t o g e t h e r   a n o t h e r   s t r o n g   p e r f o r m a n c e   i n   a   1 3 1 - 1 1 4   w i n   o v e r   t h e   p a c e r s   t o n i g h t .   h e r e   a r e   m y   5   k e y   t a k e a w a y s   f r o m   t h e   g a m e   n y k n i c k s   k n i c k s t a p e  
a s   f o r   t h e   k n i c k s ,   h e r e   a r e   m y   p o s i t i v e s   a n d   n e g a t i v e s : 
 🔥 
 -   j a l e n   b r u n s o n   h a d   a   g o o d   n i g h t ;   f o u g h t   o n   d e f e n s e   a n d   p u t   p r e s s u r e   o n   t h e   r i m 
 -   r j   b a r r e t t   h a d   a n o t h e r   w e l l - r o u n d e d   g a m e   b / c   o f   h i s   s h o o t i n g 
 -   m i t c h   a n d   d - r o s e   w e r e   q u i e t   b u t   n o t h i n g   b a d
t h e   b l u e p r i n t   f o r   s u c c e s s   t h i s   s e a s o n . . .   m i n u t e s   d i s t r i b u t i o n . . .   p l a y   t h e   d e p t h ! ! !   k n i c k s  
k n i c k s   1 3 1 ,   p a c e r s   1 1 4 :   s c e n e s   f r o m   t h e   o b i   t o p p i n   d u n k - a - t h o n   ( p o s t i n g   a n d   t o a s t i n g ) 
 
 t h e   h a t e r s   a n d   t h e   l o s e r s   w i l l   s a y   i t ' s   o n l y   p r e s e a s o n ,   b u t   o b i   t o p p i n   l o o k s   r e a d y   f o r   a   b i g . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   n y k n i c k s   n b a   k n i c k s
w e   h a v e   a   p g   🥳 😤   k n i c k s
i   d i d n ’ t   w a t c h   t h e   k n i c k s   g a m e   b u t   s a w   a   l o t   o f   t h e   h i g h l i g h t s .   l o o k i n g   g o o d   s o   f a r .
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
k n i c k s   b e a t   t h e   p a c e r s 
 i .   j a c k s o n   -   6 p t s ,   3 r e b 
 j .   r a n d l e   -   1 5 p t s ,   7 r e b ,   4 a s t ,   1 s t l 
 i .   q u i k l e y - 1 7 p t s ,   3 r e b ,   3 a s t ,   1 s t l 
 
 k y p r o b a s k e t b a l l   🏀 
 n b a 2 l o u     l e t s g o p r o     n b a t w i t t e r     b b n   😼
i d k   b o u t   y ’ a l l   b u t   t h e   k n i c k s   a r e   f u c k i n g   b a c k   b a b y ! ! ! !   🏆 🏆   k n i c k s   j u l i u s r a n d l e   f u c k y e a h b a b y
j u s t   b e a u t i f u l .   i ' m   s o   h a p p y   i t ' s   b a c k .   k n i c k s  
o b i   f r e a k i n g   t o p p i n   k n i c k s  
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
r a n d l e   g i v e s   u s     2 0   a n d   1 0 ,   i f   o b i   s t a r t e d   w h a t   d o   y o u   t h i n k   h i s   n u m b e r s   w o u l d   b e .   k n i c k s
i t   t o o k   j u l i u s   r a n d l e   p l a y i n g   a t   m v p   l e v e l   t o   k e e p   o b i   o f f   t h e   c o u r t .   h e   c o u l d   b e   t h e   g r e a t e s t   o f   a l l   t i m e   k n i c k s
🗣 ️ l i v e   1 1 . 1 5 p m   e t 
 k n i c k s   p o p p i n   l i k e   t o p p i n !   r o l l   p a s t   p a c e r s   i n   f e e l   g o o d   w i n 
 
 
 k n i c k s   n e w y o r k f o r e v e r   o b i t o p p i n  
w a i t ,   h o l d   u p .   w t f   d i d   c a m   r e d d i s h   d o ?   i   h a v e n ’ t   s e e n   t h i s   s i n c e   m j   👀   k n i c k s  
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
o b i   p u t   o n   a   s h o w   t o n i g h t   k n i c k s
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
k n i c k s   g o i n g   8 2 - 0 
 
 b o o k   i t   
 
 k n i c k s
a l l   v i b e s   k n i c k s   k n i c k s t w i t t e r   n y k n i c k s  
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
f e r r o n   h u n t   d o n ’ t   d o   i t   p t   2   n b a   b a s k e t b a l l   n b a t w i t t e r   f e r r o n h u n t   k n i c k s   n y k   k n i c k s t a p e   p a c e r s   b l o c k   g o g a b i t a d z e  
s h o u l d   t h e   g o l d e n   s t a t e   w a r r i o r s   c o n s i d e r   t r a d i n g   g r e e n   a n d   t h o m p s o n ? 
 
 
 
 n b a   g o l d e n s t a t e   w a r r i o r s   d u b n a t i o n   g r i n d c i t y   o k l a h o m a   t h u n d e r u p   w i z a r d s   k n i c k s   n e w y o r k f o r e v e r   m f f l     l a k e s h o w   l a k e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a i n a b u d h a b i
o b j   t o p p i n .   t h a t ’ s   a l l   ,   g o o d n i g h t   k n i c k s
k n i c k s   f a n s     & g t ;  
w a r r i o r s :   l e a k e d   f o o t a g e   s h o w s   d r a y m o n d   g r e e n   p u n c h i n g   p o o l e ' s   f a c e 
 
 
 
 n b a   g o l d e n s t a t e   w a r r i o r s   d u b n a t i o n   g r i n d c i t y   o k l a h o m a   t h u n d e r u p   w i z a r d s   k n i c k s   n e w y o r k f o r e v e r   m f f l   d a l l a s   l a k e s h o w   l a k e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a i n a b u d h a b i
m c b r i d e   w i t h   t h e   b l o c k   a n d   r y a n   w i t h   t h e   d e f l e c t i o n .   d e f e n s e   n b a   n b a t w i t t e r   b a s k e t b a l l   k n i c k s   r y a n a r c a d i a c o n o   m i l e s m c b r i d e   d e u c e m c b r i d e  
a r e   t h e   m e m p h i s   g r i z z l i e s   r e m i n i s c e n t   o f   t h e   e a r l y   2 0 1 0 s   o k c   t h u n d e r ? 
 
 
 
 n b a   m e m p h i s   g r i z z l i e s   g r i n d c i t y   o k l a h o m a   t h u n d e r u p   w i z a r d s   k n i c k s   n e w y o r k f o r e v e r   m f f l   d a l l a s   l a k e s h o w   l a k e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a i n a b u d h a b i   d u b n a t i o n
    i   s a i d   k n i c k s   n e e d   t o   r i d e   o r   d i e   w i t h   t h e s e   g u y s .   n o   n e e d   f o r   s p i d a s .
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
w h y   p o r z i n g i s   w i l l   r e g a i n   h i s   u n i c o r n   s t a t u s   w i t h   t h e   w a s h i n g t o n   w i z a r d s 
 
 
 
 n b a   w a s h i n g t o n   w i z a r d s   r e p t h e d i s t r i c t   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   m f f l   d a l l a s   m a v e r i c k s   l a k e s h o w   l a k e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a i n a b u d h a b i   d u b n a t i o n
      k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
o b i ’ s   d u n k   l o o k s   s i c k !   o m g ,   i   f u c k i n   l o v e   t h i s   k i d   🔥 🔥 🔥   k n i c k s  
s i m s   c a u s e s   t h e   d e f l e c t i o n   a n d   t h e   b a l l   e v e n t u a l l y   m a k e s   i t   t o   m c b r i d e   f o r   t h e   c o r n e r   3   n b a   b a s k e t b a l l   m i l e s m c b r i d e   d e u c e m c b r i d e   j e r i c h o s i m s   k n i c k s   n y k   k n i c k s t a p e   n b a t w i t t e r  
p i c   o f   t o p p i n ' s   e a s t b a y   😮 ‍ 💨 :   m i g h t   n e e d   t o   f e a t u r e   t h i s   o n e   i n   t h e   m e t r o p o l i t a n   m u s e u m   o f   a r t   📸 
 
       n b a .       n y k .     k n i c k s .
k n i c k s   n e e d   t o   g i v e   t o p p i n   h i s   s h o t   t o   s t a r t   a n d   s e e   w h a t   t h e y   h a v e   o n c e   a n d   f o r   a l l .   t h i s   w o u l d   b e   s u c h   a n   u n s e l f i s h / f u n   l i n e u p : 
 
 b r u n s o n 
 b a r r e t t 
 g r i m e s 
 t o p p i n 
 r o b i n s o n 
 
 b e n c h   o f   r o s e ,   q u i c k ,   m c b r i d e ,   f o u r n i e r ,   r a n d l e ,   h a r t e n s t e i n ,   s i m s
o b i   l a s t   1 0   g a m e s   l a s t   y e a r   n b a   b a s k e t b a l l   n b a t w i t t e r   o b i t o p p i n   k n i c k s   n y k   k n i c k s t a p e  
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
i   w a s   w a i t i n g   f o r   t h i s   o n e   k n i c k s  
t h i s   k n i c k s   t e a m   i s   s o   d e e p   t h e r e   i s   n o   n e e d   t o   p l a y   a n y o n e   4 0 +   m i n u t e s   t h i b s   h a s   t o   g i v e   e v e r y o n e   s o m e   r u n
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
_   k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
  t i m e   f o r   t h i b s   t o   g e t   c r a f t y   a n d   f i n d   w a y s   f o r   r a n d l e   a n d   t o p p i n   t o   b e   o n   t h e   f l o o r   a t   t h e   s a m e   t i m e .   p r e f e r a b l y   a l o n g s i d e   r j   a n d   b r u n s o n ! ! !   k n i c k s
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
o b i   i s   g r o w i n g   a n d   h e   m u s t   b e   o n   t h e   c o u r t   m o r e . . . . .   k n i c k s  
t o n i g h t   w a s   o b i   t o p p i n ’ s   g r e a t e s t   g a m e   a s   a   k n i c k   🔥 🤯       k n i c k s   p a c e r s
i ' m   r e a d y   t o   e n j o y   t h e   k n i c k s   t h i s   s e a s o n .   c o u l d   t h e i r   f a n s   j u s t   n o t   d o   s o m e t h i n g   o b n o x i o u s   a n d   a n n o y i n g   w h e n   t h e y   w i n   t h e i r   1 s t   g a m e   o r   2   t h i s   s e a s o n   s o   w e   c a n   c o m e   i n ?   i s   t h a t   t o o   m u c h   t o   a s k ?   t o   j u s t   b e   c o o l ?   t h a n k s
  w i t h   c r a z y   i n   g a m e   d u n k     k n i c k s   

t h e r e ’ s   n o   b e t t e r   f e e l i n g   t h a n   a   k n i c k s   w i n   o n   f r i d a y   n i g h t s
e v e r y o n e   e a t s !   👏 🔥 💯   k n i c k s   k n i c k s t a p e  
r e m e m b e r   w h e n   w e   a l m o s t   t r a d e d   f o r   s p i d a ?   y e a h ,   n e i t h e r   d o   i … i t ’ s   a   b l u r .   l o l   😂   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
f e r r o n   h u n t   w h y ? ?   n b a   b a s k e t b a l l   k n i c k s   f e r r o n h u n t   n b a t w i t t e r   n y k   k n i c k s t a p e   g o g a b i t a d z e   b l o c k   p a c e r s  
t h e   k n i c k s   g i v i n g   m e   s e r o t o n i n   r i g h t   n o w   🥹   k n i c k s   n e w y o r k f o r e v e r
o b i   t o p p i n   t h r o w s   d o w n   b e t w e e n - t h e - l e g s   w i n d m i l l   s l a m   -   v i a     a p p .     n b a .       n y k .     k n i c k s .    
k n i c k s   w i n !   g r e a t   c h e m i s t r y   o u t   t h e r e .   o b i   w a s   p h e n o m e n a l ,   t h e   w h o l e   t e a m   w a s   s o l i d .   l e t ’ s   k e e p   g r i n d i n g ! 
 k n i c k s   n e w y o r k f o r e v e r  
t h i s   k i d   c a n   s h o o t ,   n i c e   a d d   f o r   t h e   k n i c k s  
o n e   d a y   t h e   k n i c k s   w i l l   r e a l i z e   t o p p i n   i s   a   f r a n c h i s e   p l a y e r .   h e ' l l   b e   o n   a n o t h e r   t e a m   b y   t h e n  
s o   l a s t   y e a r   w e   f i n i s h e d   t h e   p r e   s e a s o n   4 - 0 . . i   d o n ’ t   r e m e m b e r   i t   l o o k i n g   l i k e   t h i s . . r j   l o o k s   l i k e   h i m !   b r u n s o n   i s   t h e   f l o o r   g e n e r a l   w e   h a v e   b e e n   w a i t i n g   f o r ! o b i   l o o k s   s o   m u c h   m o r e   c o n f i d e n t ! c a m   h a d   a   r e a l l y   g o o d   d e f e n s i v e   3 r d   q t r !   d i d   t h i s   l o o k   t h i s   g o o d   l a s t   p r e   s e a s o n ! ?   k n i c k s    
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i m a g i n e   w a t c h i n g   o b i   t o p p i n ,   r j ,   a n d   b r u n s o n   g o   o f f   a n d   b e   l i k e   “ n a h ,   i ’ d   r a t h e r   s u f f e r   t h r o u g h   a   1 7   w i n   s e a s o n   f o r   a   2 0 %   c h a n c e   a t   w e m b a n y a m a ”   k n i c k s
m c b r i d e   m i s s e s   t h e   j u m p e r   b u t   s i m s   g e t s   o n   t h e   o f f e n s i v e   g l a s s   f o r   t h e   p u t   b a c k   n b a   b a s k e t b a l l   k n i c k s   m i l e s m c b r i d e   d e u c e m c b r i d e   j e r i c h o s i m s   n y k   k n i c k s t a p e   n b a t w i t t e r  
      t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    p r o b   b c   w e r e   a l l   o f   t h e   s a m e   g e n e r a t i o n   w h o   r e m e m b e r   w h e n   t h e   k n i c k s   w e r e   t h e   h o t t e s t   t i c k e t   i n   t o w n   a n d   n o b o d y   c a r e d   a b o u t   b a s e b a l l   u n t i l   t h e   o r a n g e   & a m p ;   b l u e   w e r e   o u t   o f   t h e   p l a y o f f s ,   l o l !   g o o d   b a n t e r   b r o …
t h i s     h i g h l i g h t   r e e l   t o n i g h t   w a s   a m a z i n g   m a n .   t h i s   t i m e   i s   g o i n g   t o   b e   f u n   t o   w a t c h   d u r i n g   t h e   r e g u l a r   s e a s o n .   
 
 k n i c k s  
  h o w   c a n   i   g e t   t o   t h e   k f t v   d i s c o r d   c h a n n e l ?   k n i c k s  
r a i s e   t h e   s t o c k   o f   a l l   t h e s e   p l a y e r s   a n d   i t s   g o n n a   g e t   i n t e r e s t i n g   f o r   t h e   k n i c k s
k n i c k s   h a v e   f o u n d   a   b a l a n c e   b e t w e e n   o f f e n s e   a n d   d e f e n s e   t h a t   i s   g o i n g   t o   s h o c k   t h e   n b a .   4 8   m i n s   o f   e n e r g y ,   a d r e n a l i n e   a n d   c o h e s i v e n e s s .   t h i s   i s   n o t   t h e   s a m e   t e a m   f r o m   l a s t   y e a r   😤 🔥 💯   k n i c k s   k n i c k s t a p e
o b i .   2 4   p t s   1 0 - 1 4   i n   2 0   m i n s 
 r a n d l e   1 5   p t s   4 - 1 1   i n   2 2   m i n s   
 k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
a   l o t   o f   k n i c k s   f a n s   w a n t   t o   t r a d e   r a n d l e   a n d   s t a r t   o b i .   b u t   i   h o n e s t l y   l o v e   t h e   g a m e   a n d   e n e r g y   h e   b r i n g s   o f f   t h e   b e n c h .   n b a
f i n a l   f r o m   t h e   g a r d e n 
 k n i c k s   1 3 1 
 p a c e r s   1 1 4 
 
 o b i   & a m p ;   i q   p l a y e d   r e a l l y   w e l l   o f f   t h e   b e n c h .   b a r r e t t   & a m p ;   b r u n s o n   w e ’ r e   c o o k i n g   e a r l y   a n d   c o o l e d   o f f   i n   t h e   s e c o n d   h a l f ,   b u t   c e r t a i n l y   a   g o o d   s i g n   f o r   n e w   y o r k .   
 
 t o p p i n :   2 4   p t s ,   4 / 7   3 p t 
 q u i c k l e y :   1 7   p t s ,   3   a s t ,   3 / 6   3 p t
k n i c k s   w i n   g o o d   g a m e   t o n i t e . . . . i ' m   p r e - s e a s o n   b r a g g i n g   🥴 🤣 🤣 🤣
f r i d a y   n i g h t   v i b e s 
 k n i c k s   n e w y o r k f o r e v e r  
b r e a k i n g   n e w s   -   n y c   m a y o r   a d a m s   i s s u e s   e x e c u t i v e   o r d e r   m a n d a t i n g   t o m   t h i b o d e a u   k e e p   t h e   f a c i a l   h a i r   a l l   s e a s o n   k n i c k s
d o n o v a n   m i t c h e l l   w h o   p t .   3   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   k n i c k s t a p e   n y k  
t h e   k n i c k s   r u i n e d   t h e   m e t s   s i n c e   s e p t   1 s t
  l o o k i n g   g o o d ,   u n f o r t u n a t e l y   p r e - s e a s o n   h a s   b e e n   a g a i n s t     p i s t o n s   a n d     p a c e r s   !   w e   a r e   g o i n g   t o   b e   b e t t e r , b u t   l e t s   s e e   h o w   g o o d !   d e f i n i t e l y   d e e p !   t h i b s   h a s   h i s   w o r k   c u t   o u t ! !   k n i c k s   o b i      
_   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   n e e d i n g   r j   f o r   e m o t i o n a l   s u p p o r t   🥺 😂   k n i c k s
s q u a d   i s   d e e p   a n d   h u n g r y .   i   s e e   t h e   p l a y o f f   v i s i o n . 
 k n i c k s
m i s s   m e   w i t h   t h i s   c a m   r e d d i s h   t a l k     k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   r e a l l y   h o p e   t h e   k n i c k s   a r e   g o i n g   t o   p l a y   l i k e   t h i s   d u r i n g   t h e   r e g u l a r   s e a s o n
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
w e   g o n n a   h a v e   t o   r e v i s i t   t h i s   c o n v e r s a t i o n   k n i c k s  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t o p p i n   g o i n n g   o f f     c a m   r e d d i s h   s t r u g g l e s   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   t o p p i n   m i p   s e a s o n   i n c o m i n g   k n i c k s   n y k
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
s o   w h o   d o   y ’ a l l   t h i n k   w i n s   t h e   m i p   a w a r d   t h i s   y e a r ,   o b i ,   r j   o r   i q ? ? 
 
 k n i c k s   n e w y o r k f o r e v e r  
k n i c k s   h u n t   w i l l   n e e d   t o   p u t   o n   s o m e   w e i g h t
t h i b s   i s   p i s s e d   w e   g a v e   u p   m o r e   t h a n   8 9   p o i n t s   t o n i g h t   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
_ s e r a p h   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
k n i c k s   a l w a y s   l o o k   g o o d   d u r i n g   p r e s e a s o n   s o   i   a i n ’ t   i m p r e s s e d   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
g r e a t   t o   s e e   🇺 🇦   _ 1 0   p l a y i n g   w i t h   t h e   k n i c k s   t o n i g h t  
a n o t h e r   g r e a t   n i g h t   f o r   m y   k n i c k s .   o b i   i s   i n c r e d i b l e !   s o   f a r   i   l o v e   h o w   b r u n s o n   i s   b r i n g i n g   i t !   i   j u s t   t h i n k   p l a y e r s   s u c h   a s   f o r n i e r   a n d   r a n d l e   w i l l   s t i n t   t h e   g r o w t h   o f   o u r   y o u n g   p o t e n t i a l   g r e a t   p l a y e r s   l i k e   o b i !   t h i b s   n e e d   t o   p l a y   t h e   k i d s !   s p e c i a l l y   o b i !  
d e a d a s s   t h i s   i s   o u r   y e a r   k n i c k s
o b i   t o p p i n   w i t h   t h e   b l o c k   a n d   t h e   e a s t b a y ?   👀   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   o b i   t o p p i n   d u n k   b l o c k   n y k   n e w y o r k   k n i c k s   i n d   i n d i a n a   p a c e r s
i d k   w h o   s o n   s h o o t i n g   3   f o r   3   r i g h t   n o w   b u t   i   l i k e s   h i m   k n i c k s
k n i c k s   a n o t h e r   g r e a t   d u n k   b y e   o b i   t o p p i n   n e w y o r k   f r i d a y v i b e s   n b a  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i f   t h e   k n i c k s   m a k e   t h e   p l a y o f f s   & a m p ;     g e t s   h i g h l i g h t s   l i k e   t h i s … t h i s   w i l l   b e   a n   e n t e r t a i n i n g   s e a s o n   f o r   n e w   y o r k   🏀  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
_ x i m e n e z   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
r j   b a r r e t t ,   o b i   t o p p i n ,   c a m   r e d d i s h ,   a n d   j e r i c h o   s i m s   c u r r e n t l y   a l l   h a v e   a   + / -   o f   1 5 ,   h i g h e s t   a m o n g   a l l   p l a y e r s .   f o r   w h a t e v e r   t h a t ' s   w o r t h .   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   k n o w   i t ’ s   s t i l l   p r e s e a s o n ,   b u t   i   t h i n k   t h i b s   r e a l i z e s   o b i   t o p p i n   w i l l   b e   a   b i g   r e a s o n   t h e   k n i c k s   w i l l   w i n   m o r e   g a m e s   t h i s   y e a r … i n c l u d i n g   t h e   p l a y o f f s .   t o p p i n    
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d e u c e   w i t h   t h e   d i m e   n b a   b a s k e t b a l l   d e u c e m c b r i d e   m i l e s m c b r i d e   k n i c k s   k n i c k s t a p e   n y k   n b a t w i t t e r   r y a n a r c i d i a c o n o  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
_ b r e e z i i e   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   l i k e   o u r   y o u n g   s q u a d   💪 🏽 💯   k n i c k s ❗ ️
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h e   k n i c k s   h a v e   a   6   f o o t - 9   i n c h ,   " t h r e e   & a m p ;   d o u b l e   d "   w i n g   i n   o b i   t o p p i n .   h e   h i t s   t h e   t h r e e ,   p l a y s   d e f e n s e   a n d   d u n k s   h i s   a s s   o f f !   l o l !
… a t   l e a s t   t h e   k n i c k s   l o o k   g o o d ?
o b i   t o p p i n   & a m p ;   i m m a n u e l   q u i c k l e y   n e x t   t o   r j   b a r r e t t   a r e   t h e   f u t u r e !   i t   d o e s n ’ t   m a t t e r   i f   c l o w n   c o a c h   t h i b s   l i k e s   i t   o r   n o t .   o n c e   w e   f i r e   h i m ,   w e   t a k i n g   o f f   b a b y !   t e l l e m   k n i c k s   p a c e r s  
i t ’ s   a n   o b i   t o p p i n   k i n d   o f   n i g h t   k n i c k s
i t ’ s   p r e s e a s o n ,   b u t   t h e   k n i c k s   a r e   d e e p .   😤  
t r a d e r a n d l e   i t ’ s   f u c k i n g   o b i   t i m e ! ! ! !   n y k   k n i c k s
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d a m n . . . s o m e   w h i t e   d u d e   o u t   h e r e   s h o o t i n g   l i k e   h e   d o n ' t   w a n n a   g o   b a c k   t o   e u r o p e .   k n i c k s
k n i c k s   b e a t   p a c e r s   1 2 1 - 9 7 .   o n l y   p r e s e a s o n   t h o u g h 
 i   h o p e   t h e y   c a n   p l a y   t h i s   g o o d   i n   r e g u l a r   s e a s o n .
  a l r e a d y   i n   d u n k   c o n t e s t   f o r m   k n i c k s    
_   i m a g i n e   s a y i n g   t h i s   a n d   t h e n   3   d a y s   l a t e r   b e i n g   a l l   o v e r   o b i   s o m e o n e   h a s   t o   c a l l   o u t   t h i s   f r a u d u l e n t   b e h a v i o r .   k n i c k s   k n i c k s n a t i o n  
s h o w b o a t i n g   l i k e   t h a t   i s   w h y   t h i b s   o n l y   g i v e s   h i m   1 2   m i n u t e s   a   g a m e .   s h o u l d   h a v e   s t o p p e d ,   d r i b b l e d   2 0   s e c o n d s   o f f   t h e   s h o t   c l o c k   a n d   b r i c k e d   a   m i d - r a n g e   j u m p e r .   t h a t ’ s   t h e   t h i b s   w a y !   f r e e o b i   k n i c k s  
t h i b s   p l e a s e   p l a y   o b i   a n d   r a n d l e   t o g e t h e r   m o r e   k n i c k s
o b i   w i t h   a   c a s u a l   2 4   o n   1 0 / 1 4   f r o m   t h e   f l o o r   i s   i n s a n e   🔥 🔥 
 k n i c k s
l o r d .   h a v e .   m e r c y .   k n i c k s   n b a  
i f   y o u   d o n ' t   l i k e   o b i   t o p p i n ,   i   c a n ' t   d o   n o t h i n g   f o r   y o u   k n i c k s
k n i c k s   t h e   j e w e l r y   b o t t l e   i s   a s   f u n c t i o n a l   a s   i t   i s   b e a u t i f u l   a n d   c a n   b e   u s e d   f o r   b o t h   h o t   a n d   c o l d   d r i n k s .   i t   r e d u c e s   s t r e s s   a n d   f a t i g u e .   t h e   s t o n e   i n s i d e   t h e   b o t t l e   i s   r e m o v a b l e   a n d   e a s y   t o   p u t   o n .   c l i c k   t o   s e e   t h e   p r o d u c t . 
  
m a n   f o r g e t   c a m   r e d d i s h   s t a r t i n g !   o b i   o u t   t h e i r   s h i n n i n g ! !   n o t   e v e n   b o x   w a t c h i n g   c a m   i s   w a y   t o   g o o d   t o   n o t   s n a t c h   h i s   w o r t h   u p   o n   t h i s   r o s t e r !   h e   f u m b l e d   t o n i g h t   r e s p e c t f u l l y   k n i c k s   n e w y o r k k n i c k s
p r o t e c t   o b i   a t   a l l   c o s t s .   m y   b o y   i s   c o o k i n !   k n i c k s
i f   t h i b s   h a d   a n y   d o u b t   w h e n   i t   c o m e s   t o   o b i   m i n s   . .   o b i   i s   l e a v i n g   t h i b s   n o   c h o i c e   b u t   t o   p l a y   h i m   … n   i ’ m   l o v i n g   i t   k n i c k s
o b i   i s   t h e   t r o o o o o f   o n g   k n i c k s   w h a t   a   n i g h t !  
o b i   w i t h   a n o t h e r   o n e 
   ⛹ ️ ‍ ♂ ️ ⛹ ️ ‍ ♂ ️ ⛹ ️ ‍ ♂ ️   k n i c k s
i   d o n ’ t   c a r e   a b o u t   n b a   p r e s e a s o n ,   b u t   i   s a w   t h a t   o b i   d u n k !   k n i c k s   n e w y o r k
a l r i g h t ,   o b i   g r a p h i c   c o m i n g ,   i d g a f .   t h a t   s t e a l   a n d   d u n k   w a s   e v e r y t h i n g   i   n e e d e d   t o   s e e .   t h i s   i s   h o w   y o u   p l a y   f o r   m o r e   m i n u t e s .   k n i c k s
o r d e r i n g   a   t o p p i n   j e r s e y   r n   
 k n i c k s
o b i   w i t h   t h e   s t e a l   a n d   l e f t   h a n d e d   f l u s h   n b a   b a s k e t b a l l   n b a t w i t t e r   o b i t o p p i n   n y k   k n i c k s   k n i c k s t a p e  
e n o u g h   g e t   o b i   o f f   t h e   c o u r t   p l e a s e   a n d   b u b b l e   w r a p   h i m   t i l l   s e a s o n   s t a r t s .   k n i c k s
t o p p i n g   i s   w i l d i n g   r i g h t   n o w   l e t ’ s   g o   k n i c k s
t h a t   p o i n t e r   f i n g e r   i s   a   r e a l   o n e .   k n i c k s  
w a t c h   o u t ! !   o b i   t o p p i n   i s   g o i n g   t o   h a v e   a l l - s t a r   🔥   n u m b e r s   t h i s   s e a s o n … a n d   i   t h i n k   t h i b s   f i n a l l y   g e t s   i t ! !   k n i c k s   t o p p i n  
m e t s   a r e   s t i n k i n g   c i t i f i e l d   r i g h t   n o w .   k n i c k s   p r e s e a s o n   i s   o n .   i   a m   t o o   p i s s e d   o f f   t o   w a t c h   t h e   m e t s
t h i s   m a n   o b i   t o p p i n   h a v i n g   h i s   o w n   s l a m   d u n k   c o n t e s t   t h i s   g a m e   😤 😤 😤   l o v e   t o   s e e   i t   k n i c k s
o b i   h a v i n g   a   d a y t o n   f l a s h b a c k   k n i c k s   t a l k i n g t r a s h
i   k n o w   i t ’ s   p r e s e a s o n   b u t   t o p p i n !   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
k n i c k s   t w i t t e r   i s   p r o b a b l y   a   v e r y   h a p p y   p l a c e   r i g h t   n o w   l o l
o b i   g o i n g   o f f   t h i s   s e a s o n ! !   w o o o o o   k n i c k s
i ’ v e   s e e n   e n o u g h ,   b u i l d   t h e   o b i   s t a t u e   o u t s i d e   t h e   g a r d e n   k n i c k s
t h e   s a d   t h i n g   h e r e …   h e ’ s   g o t   m o r e   v e r t i c a l   i n   i n c h e s   t h e n   h e   w i l l   g e t   m i n u t e s   o f   p l a y i n g   t i m e   p e r   g a m e ! ! 
 f l y e r s 
 o b i t o p p i n 
 k n i c k s 
 n b a  
o b i   t o p p i n .   t h a t ’ s   i t   🤯   n b a   k n i c k s
i   k n o w   i t ’ s   p r e s e a s o n   b u t   i   l i k e   h o w   a g g r e s s i v e   a n d   u n s e l f i s h   t h e   k n i c k s   a r e   p l a y i n g .
o b i   k i n g   o f   n y   🔥 🔥 🔥   k n i c k s
o b i   w i t   t h e   s t e a l   & a m p ;   d u n k ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r
n o b o d y   c a n   r e l a x   t h i s   y e a r .   l o v e   t h e   c o m p e t i t i o n .   w e   d e e p   🔵 🟠 
 
 k n i c k s   n b a   t o p p i n
o b i   t o p p i n   d u n k i n g   a n d   t r y i n g !   k n i c k s   n b a   p a c e r s  
h e   d o e s   i t   a l l   a n d   w e   g o t   h i m   
 
 k n i c k s  
i   k n o w   i t ' s   o n l y   p r e   s e a s o n ,     b u t   i ' m   s t r a i g h t   o u t   t h e   w i n d o w   f o r   o b i   !   k n i c k s
m a n n n n   o b i   l o o k i n g   l i k e   3 0   + m p g   i d c   h o w   n o b o d y   f e e l 
 
 n b a   n b a t w i t t e r   k n i c k s
    k n i c k s   h a v e   c h a r a c t e r   g u y s ,   g r 8   c o a c h ,   c o n t i n u i t y .     t o p   6 .   t i m e   w i l l   t e l l .
o b i   c h a n t s   n b a   b a s k e t b a l l   o b i t o p p i n   k n i c k s   n b a t w i t t e r   n y k   k n i c k s t a p e  
t o p p i n   r a i n i n g   3 s   i s   a   s c a r y   s i g h t . 
 k n i c k s
o b i   c o n t i n u i n g   w h e r e   h e   l e f t   o f f   l a s t   s e a s o n   k n i c k s
o b i   l i g h t i n g   r a n d l e ' s   s e a t   o n   f i r e   k n i c k s
_ 2 5   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t o p p i n   i s   g i v i n g   u p   a l l   t h e   s m o k e 💨 💨 💨 💨     k n i c k s
o b i ’ s   o n   🔥 🔥 🔥   k n i c k s
h e   d i d   i t   a g a i n ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r  
h a s   r a n d l e   b e e n   t r a d e d   y e t ?   o b i   k n i c k s
t h i b o d e a u   g o t t a   s t o p   b e i n g   a   s e n i l e   o l d   f a r t   a n d   g i v e   o b i   s o m e   m o r e   p l a y i n g   t i m e s ! !   t o p p i n   i s   p o p p i n ’ ! ! !   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   f r o m   3 ! ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r
o b i   t o p p i n   g o i n g   c r a z y   o b i t o p p i n   k n i c k s
w h e r e   i s   s i m s ?     k n i c k s
t h e   k n i c k s   h a v e   t w o   s t a r t i n g   l i n e u p s .   w e   h e r e .
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
c a p t u r e   t h i s   k n i c k s  
i   k n o w   i t ’ s   j u s t   p r e s e a s o n ,   b u t … .   l e t ’ s   g o   k n i c k s ! ! !   l e t s g o k n i c k s   n e w y o r k k n i c k s   k n i c k s
e v e r y d a y   i   w a k e   u p   a n d   t h a n k   g o d   t h a t   o b i   w a s n ’ t   t r a d e d   t o   u t a h   k n i c k s
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
w i l l   n e v e r   g e t   t i r e d   o f   w a t c h i n g   o b i   e a s t b a y s   
 
 k n i c k s   🔶 ️ 🔷 ️  
m a y b e   t h e s e   m e t   f a n s   w h o   a r e   k n i c k   f a n s   s h o u l d   o f     s e e n   t h e   k n i c k s   p l a y   w h o   a r e   e l e c t r i f y i n g   t h e   c r o w d   r i g h t   n o w
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d o c   m c s u f f i n   o b i   t o p p i n !     k n i c k s      
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i t ’ s   a   b a d   d a y   t o   b e   a   r i m   t o n i g h t   i n   o b i ’ s   p r e s e n c e   k n i c k s
g o o d   b e g i n n i n g   t o   t h e   4 t h . .   b u t   t h a t   3 r d   q t r   m a n   s m h   i   s t a r t e d   t o   s e e   s o m e   o f   t h e   s a m e   s h i t   i   s a w   l a s t   w i t h .   w h y   i s   j u   b r i n g i n g   u p   t h e   b a l l ,   d o m i n a t i n g   t h e   b a l l ?   w h y   i s   b r u n s o n   s t u c k   o n   a   2   m a n   g a m e   w / j u ?   w h y   d o e s   r j   f o r c e   a f t e r   p o s s e s s i o n s   o f   h i m   n o t   t o u c h i n g   t h e   b a l l ?   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
n o w   i q   w i t h   t h e   o u t l e t   t o   o b i   😂 😂   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   i q   i m m a n u e l q u i c k l e y   n b a t w i t t e r     o b i t o p p i n  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   i s   m a k i n g   r a n d l e   l o o k   s o   b a d .   k n i c k s
_ s a m   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   b r i n g s   s u c h   a n   a m a z i n g   e n e r g y   t o   t h i s   t e a m .   l o v e   t h i s   k i d !   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  n e e d s   t o   p l a y   3 5   m i n .   k n i c k s
o n e   t h i n g   a b o u t   i q   i ’ m   s t a r t i n g   n o t   t o   l i k e   i s   t h a t   h e ’ s   a   n u t   🥜   p a s s   t h e   b a l l   y o   …   k n i c k s
y a ' l l   c a n ' t   t e l l   m e   s h i t   a b o u t   m y   g u y     k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r  
t o p p i n   a g a i n   k n i c k s   f l i g h t t i m e
_ h o l d b r o o k   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   s h o w i n g   t h e   f u c k   o u t ! ! !   k n i c k s
_   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   g o i n g   o f f   k n i c k s
p l e a s e   k e e p   p a s s i n g   t h e   b a l l   t o   t o p p i n   i n   t h e   o p e n   c o u r t .   k n i c k s  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h i s   j u s t   a   o b i   t o p p i n   d u n c k   c o n t e s t ! ! ! ! ! ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r
a i n ’ t   n o b o d y   m e s s i n   w i t   m y   k n i c k s … . k n i c k s … .   k n i c k s …
i   d i d n ' t   w a n t   t o   s a y   i t   b u t   h a r t e n s t e i n   m a a a n   w h a t   a r e   y o u   d o i n g . . . . k n i c k s
a t   t h e   c r i b   o n   a   f r i d a y   n i g h t   w a t c h i n g   t h e   g a n g   p l a y   k n i c k s
i   k e e p   s a y i n g   o b i   t o b b i n   i s   g o n n a   b e   t h a t   s u p e r s t a r   p l a y e r   t h e   k n i c k s   b e e n   l o o k i n g   f o r .   t h i b s   l e t   t h a t   b o y   c o o k
i f   t h i s   k n i c k s   t e a m   s t a y s   h e a l t h y ,   t h e y   h a v e   t h e   a b i l i t y   t o   m a k e   t e a m s   s o   t i r e d .
w h y   i q   l o o k i n g   s u r p r i s e d   t h a t   o b i ’ s   d u n k   w h e n   o b i   d o e s   t h a t   e v e r y   y e a r   k n i c k s
s m o k i n g   a   b l u n t   t o   c a l m   m y s e l f   d o w n   f r o m   t h a t   o b i   t o p p i n   d u n k … s t i l l   s o   h y p e d   😁   k n i c k s
d e u c e   s e n d s   m a t h u r i n   b a c k   t o   a r i z o n a .   n b a   b a s k e t b a l l   n b a t w i t t e r   d e u c e m c b r i d e   m i l e s m c b r i d e   k n i c k s   k n i c k s t a p e   n y k   b e n e d i c t m a t h u r i n  
t h i s   i s   g o n n a   b e   a   g o o d   y e a r   
 h e l l a   d e p t h   k n i c k s   
 t h e   b e n c h   w i l l   b e   t h e   d i f f e r e n c e   m o s t   n i g h t s   i f   t h i b s   u s e s   t h e m   p r o p e r l y  
o b i   j u s t   d i f f e r e n t .   k n i c k s
o s w a l d o   i s   a t   t h e   k n i c k s   g a m e 🥹 🥹   y a n k e e s   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
5 5   c u z   i   d i d n ’ t   f e e l   l i k e   l o o k i n g   u p   h i s   n a m e   t o   s p e l l   i t   i s   s t i n k i n   i t   u p   o u t   t h e r e   o n   b o t h   e n d s   o f   t h e   f l o o r   k n i c k s
g r e e n   g o b l i n   s u b w a y   a t t a c k   c r e w   i d ' d   b y   n y p d   -     v i a     -   y a n k e e s   m e t s   n e t s   k n i c k s   b r o o k l y n   q u e e n s   n j t r a n s i t   m t a   p o l i c e   f b i   n y c   a l b a n y   c n n   f o x n e w s   m l b   n f l   n b a   m e t o o   n e w y o r k   n e w y o r k c i t y   b i d e n   u s a   t r u m p   n c a a   n y u   a a r o n j u d g e
h a d   t o   t a k e   a   s h o t   a f t e r   t h a t   o b i   t o p p i n   d u n k ! !   k n i c k s  
3 r d   q u a r t e r   k n i c k s   1 0 3
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o h   m y   g o d ,   i   j u s t   l o v e   w a t c h i n g   i q   k n i c k s
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i q   s t a r t i n g   t o   t u r n   i t   u p ! 🔥 🔥   h e ' s   g o i n g   t o   n e e d   t o   b e   a   f a c t o r   o f f   t h e   b e n c h   f o r   t h e   k n i c k s   t h i s   s e a s o n !
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
r e g u l a r   n e w   y o r k   s ! t ! ! !   k n i c k s  
  i   c a n ' t   w a t c h   a n y m o r e .   i t ' s   t o o   p a t h e t i c .   i ' m   w a t c h i n g   t h e   k n i c k s   g a m e .
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m c b r i d e   i s   e v e r y t h i n g   w e   w i s h e d   f r a n k   w a s .   k n i c k s
q u i c k l e y   f o r   3 3 3 3 3   f r o m   d o w n t o w n   j u d y   b r o w n   k n i c k s
t h e   b l o c k   b y   d u e c e ! ! 🔷 🔶 ❌ ❌ 
 k n i c k s   m i l e s m c b r i d e
h a r t e n s t e i n   h e y y y y   n i c e   t o   m e e t   y o u   k n i c k s   w e l c o m e   t o   m y   t e a m
o b i   f u c k i n g   t o p p i n ! ! ! 
   s e a s o n   i s   g o n n a   b e   d i s a p p o i n t i n g   o n c e   a g a i n ,   b u t   m a n   i t ’ s   g o n n a   b e   f u n ! 
 k n i c k s   n b a  
o m g g g g g   o b i   f u c c i n   t o p p i n   l o r d t   k n i c k s  
o b i   t o p p i n ! ! ! !   w i t h   t h e   t w e e n   t h e   l e g   d u n k   i n   g a m e   o n   m c c o n n e l l ! ! !   k n i c k s
y e a a a a a a h   o b i ! ! ! ! ! ! ! ! !   k n i c k s
o b i … … t o p p i n ! 
 
 n e w y o r k f o r e v e r   k n i c k s  
o b i t o p p i n   j u s t   w e n t   b e t w e e n   t h e   l e g s   a n d   d u n k e d .   s e t   m s g   o n   f i r e .   a t   l e a s t   u s   m e t   f a n s   h a v e   t h e   k n i c k s   t o   l o o k   f o r w a r d   t o .   🤷 🏻 ‍ ♂ ️   a m a z i n m e t s   s d v s n y m   l o s m e t s   l g m   m e t r o p o l a t i n o s   m e t s
o m g ! ! !   o b i   t o p p i n   w i t h   a   d u n k   c o n t e s t   d u n k   i n - g a m e ! ! ! !   😳 😲 😮 n y k   k n i c k s
o m g ! ! ! !   d i d   y o u   s e e   w h a t   t o p p i n   j u s t   d i d … .   i n   a   g a m e ! ! ! ! ! !   t h a t   w i l l   b e   1   o n   s p o r t s   c e n t e r   t o p   1 0   k n i c k s
t h a t ’ s   a   b a d   c a l l   b u t   i t ’ s   s c o t t   f o s t e r   s o   u   k n e w   i t   w a s   c o m m i n g   
 
 k n i c k s   n e w y o r k f o r e v e r
o b i   t o p p i n   b l o c k   t h e n   b e t w e e n   t h e   l e g s   f o r   t h e   d u n k   n b a   b a s k e t b a l l   o b i t o p p i n   k n i c k s   n y k   k n i c k s t a p e   n b a t w i t t e r   d u n k  
w h y   i s   r a n d l e   s t i l l   o n   t h i s   t e a m ?   k n i c k s
w h o a   o b i   k n i c k s
t h e   s l a m   d u n k   c h a m p   🔥 🔥   k n i c k s   n b a   ( 🎥   v i a   )
q u i c k   i s   l i k e   " i   a i n ' t   k n o w   h e   w a s   g o n n a   d o   a l l a   t h a t "   😂 😂   k n i c k s
  j u s t   s l a y e d   t h e   k n i c k s   k i l l e r   t j   m c c o n n e l l   o n   t h a t   d u n k
i   l o v e   t h i s   t e a m   k n i c k s
t o p p i n   u   a   w i l d   b o y y y   k n i c k s
o b i   g a v e   h i m   t h e   f i n g e r   p o i n t   😂 😂   k n i c k s
o b i   b u i l t   d i f f e r e n t . 
 
 k n i c k s   n e w y o r k f o r e v e r   w e h e r e
t h a t   o b i   d u n k   w a s   a s   p r i m e t i m e   a s   i t   g e t s ,   f o l k s .   k n i c k s
o b i   t a k i n g   i t   t o   t h e   r a t   k n i c k s  
k n i c k s . . . .   t o p p i n   i   s e e n   y o u   t h a t   w a s   a l l   y o u   f o r   a   s w e e t   2   d a m m i t   m a a a a a n   b r u s h i n g   o f f   y o u r   s h o u l d e r s   😲
o b i   t o p p i n   😮 😂 k n i c k s
l m a o o o   t o p p i n   y o u   f u c k i n g   s a v a g e ! ! !   k n i c k s   n y k
t o p p i n   k n i c k s   k n i c k s t a p e   b i n g b o n g
o b i   b l o c k   a n d   e a s t b a y   l f g   k n i c k s
t h e   g r e a t e s t   i n   g a m e   d u n k   i v e   e v e r   s e e n     k n i c k s
o b i   e a s t   b a y   i n   p e r s o n   i s   c r a z y   🔥 🔥 🔥   
 k n i c k s
o m f g ! ! ! !   o b i ! ! ! ! !   
 
 k n i c k s   n e w y o r k f o r e v e r  
t h e   k n i c k s   o r g a n i s t   w a s   j u s t   p l a y i n g   e z e k e i l ' s   w h e e l   c h o r d s   a t   t h e   g a r d e n .    
g o o d   l o r d ! ! !   t h a t   t o p p i n   d u n k ! ! ! !   k n i c k s
o b i   t o p p i n   i s   s u p e r   f u n ,   m a n .   k n i c k s   n y k n i c k s   k n i c k s t a p e
o b i   i s   n u t s   🤣 🤣   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
s t i l l   h a v e   t o   w o r k   o n   c o m i n g   o u t   s t r o n g   i n   t h e   3 r d   q u a r t e r .   w e   w e r e   u p   1 8   a t   t h e   h a l f ,   n o w   o n l y   u p   1 1 .   k n i c k s
i   k n o w   i t ' s   p r e s e a s o n   b u t   d e s p i t e   h o w   w e l l   w e ' r e   p l a y i n g ,   i ' m   s e e i n g   t h e   s a m e   o l d   f r o m   r a n d l e   a n d   t h i b s .   k n i c k s
t o o   m u c h   „ r a n d l e   b a l l “   t o n i g h t   f o r   m y   t a s t e .   m o v e   t h e   b a l l 
 
 k n i c k s   n b a
y o   i   m i g h t   s t o p   l i v i n g   i f   c l y d e   c a l l   d u d e   d a v i d   r u f f i n   o n e   m o   t i m e   🤣   k n i c k s
b r u n s o n   s t e p   b a c k   n b a   b a s k e t b a l l   n b a t w i t t e r   j a l e n b r u n s o n   k n i c k s   n y k   k n i c k s t a p e  
b r o   t h i s   r a n d l e   c e n t r i c   o f f e n s e   i s   n o t   i t   !   k n i c k s
p o p s   a n d   l i l   b r o   k n i c k s  
r j   t o   m i t c h   r o b   a l l e y   o o p   n b a   b a s k e t b a l l   n b a t w i t t e r   r j b a r r e t t   m i t c h e l l r o b i n s o n   m i t c h r o b   k n i c k s   n y k   k n i c k s t a p e  
i ’ m   c h o o s i n g     p r e - s e a s o n   o v e r     p l a y o f f s ,   j u s   s a y i n !   l o v e   m y   n y   s q u a d s ,   b a c k   a n d   f o r t h   l i k e     a n d     o r     a n d     s t y l e s p   m e t s   g i a n t s   k n i c k s
r a n d l e   i s   l o o k i n g   t r i m   k n i c k s
i   w i l l   s a y   i   m i s s e d   h e a r i n g   _ j _ b o y l e   v o i c e   t h i s   o f f   s e a s o n .   s o   g l a d   t o   h e a r   h i m   b r o a d c a s t   t h e   p a c e r s   o n c e   a g a i n .   t h e   b e s t   t o   e v e r   d o   i t . 
 p a c e r s   k n i c k s
t h i s   i s   t h e   a t h l e t i c i s m   t h e y   s p e a k   o f   w h e n   c a m   r e d d i s h   i s   t a l k e d   a b o u t   n b a   n b a t w i t t e r   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   c a m r e d d i s h  
a r e   t h e     b e i n g   d i s t r a c t e d   b y   t h o m   t h i b o d e a u ’ s   m l c   g o a t e e ?   k n i c k s   n y k n i c k s   _ k n i c k s
k n i c k s   l o o k   s o l i d   d e f e n s i v e l y   a n d   o f f e n s i v e l y   k n i c k s   n y k n i c k s
  b r o t h e r   d o n e   m a d e   i t   t o   c e l e b r i t y   r o w   l o l   k n i c k s  
m y   g o d   i   t h i n k   i   m a y   h a t e   h i m   ( j u l i u s )   m o r e   t h a n   l a n c e   t h o m a s   o r   j a r r e d   j e f f r i e s   k n i c k s
t h i b s   g o n   u s e   a l l   t h e   t i m e o u t s   i n   t h i s   q u a r t e r   😂 k n i c k s
w h o ’ s   g o n n a   g i v e   j u l i u s   t h e   d r a y m o n d   t r e a t m e n t   d u r i n g   t h e   f i l m   s e s s i o n   t o m o r r o w ?   k n i c k s
o n c e   r a n d l e   s t a r t e d   d o i n g   t o   m u c h   t h e   w h o l e   v i b e   c h a n g e d   n g l .   k n i c k s
i ’ m   s u r e   i   a l r e a d y   t w e e t e d   t h i s   b u t   i   h a t e   w a t c h i n g   j u l i u s   r a n d l e   p l a y   b a s k e t b a l l .   t r a d e   h i m   k n i c k s
i   w o u l d   s o   d o   t h e   m e l o   p u m p   f a k e   i f   i   c a u g h t   t h e   b a l l   o u t   o f   b o u n d s   s i t t i n   c o u r t s i d e   l o l   k n i c k s
y e a   m i t c h   i   s e e   y o u   g a n g .   f t   m o n e y   💵 .     k n i c k s
_   t h e   f a c t   t h a t   j u   a w a r d e d   c a m   f o r   c r e a t i n g   t h e   s t e a l   m a d e   m e   v e r y   h a p p y .   k n i c k s
r e d d i s h   w i t h   a n   a t h l e t i c   f i n i s h ! 
 k n i c k s   n e w y o r k   n b a   n b a t w i t t e r   n b a p r e s e a s o n   n y k 
  
t h i b s   w a s   m a d   a f   c a l l i n g   t h a t   t i m e   o u t . .   i   h o p e   h e ’ s   t e l l i n g   t h e   p l a y e r s   c u t   t h e   s h i t   w / t h e   l a s t   f e w   p o s s e s s i o n s   l o o k i n g   l i k e   l a s t   s e a s o n s   o f f e n s e   w i t h   r a n d l e   b r i n g i n g   u p   t h e   b a l l   🙄   k n i c k s
b r u n s o n   t o   m i t c h   r o b   f o r   t h e   s l a m   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   n y k   k n i c k s t a p e   m i t c h r o b   m i t c h e l l r o b i n s o n  
r j ,   b r u n s o n ,   & a m p ;   r a n d l e   h a v e   b e e n   p l a y i n g   v e r y   g o o d   t o g e t h e r !   g o i n g   t o   b e   v e r y   e x c i t i n g   s e e i n g   w h a t   t h e y   c a n   d o   a s   t h e   y e a r   p r o g r e s s e s ! 
 k n i c k s
    _ _ _ _   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i t s   c l e a r   t h a t   t h i s   k n i c k s   t e a m   i s   a   m u c h   b e t t e r   t e a m   w i t h o u t   e v a n   f o u r n i e r   s t a r t i n g   t h e   b a l l   f l u i d   p a c e   i s   m u c h   b e t t e r
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
      u n f o r t u n a t e l y   h e   h a s   a   r e p u t a t i o n   o f   r u n n i n g   h i s   s t a r s   i n t o   t h e   g r o u n d ,   a l l   g o o d ,   p l a y   h a r d   a n d   s m a r t   g e t   s o m e   w i n s   a n d   d e v e l o p !     k n i c k s     !     n b a
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
a t   w h a t   p o i n t   d o   i   t u r n   i t   o v e r   t o   k n i c k s   p r e s e a s o n ?   t h e   m e t s   a r e   m a k i n g   m e   s a d
h o w   i s   r a n d l e   l o o k i n g   r i g h t   n o w   k n i c k s   n e w y o r k f o r e v e r
💪 🏾 m i t c h e l l   r o b i n s o n   🗽 🔸 🔹 k n i c k s
m i t c h   w i t h   3   s l a m s   i n   a   r o w   🔥 🔥 🔥   k n i c k s
n i c e   m o v e   3 0   k n i c k s
t h e   s t e a l   b y   r e d d i s h ,   a n d   t h e   t h r o w d o w n   b y   m i t c h ! ! ! 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 
 
 t h i s   k n i c k s   t e a m   h a s   c o m e   t o   d o m i n a t e ! ! ! 💯 🔷 🔶 🔷 🔶
l e t ' s   g o   k n i c k s
n i c e   f a s t   b r e a k   l a y u p   b y     r e d d i s h   ,   i s   a n y o n e   m i s s i n g     f o u r n i e r     ,   j u s   s a y i n ! !   k n i c k s    
a t   l e a s t   t h e   k n i c k s   a r e   g i v i n g   f a n s   a   t r e a t   t o n i g h t   u n l i k e   m y   t e a m   i n   t a m p a
c a m   r e d d i s h   w i t h   t h e   u p   a n d   u n d e r   k n i c k s
o m g   w h a t   a   s h o t ! ! !     c a m   w e   s t o p   d o u b t i n g   c a m   n o w ? ?   k n i c k s
w h a t   a   l a y !   k n i c k s
r e d d i s h   a c r o b a t i c   w a l t   f r a z i e r   k n i c k s   s a i d
i   j u s t   d o n ’ t   s e e   i t   w i t h   c a m …   p o o r   d e c i s i o n   m a k i n g ,   d o e s n ’ t   u n d e r s t a n d   s p a c i n g ,   s t o p s   b a l l   m o v e m e n t ,   c a n ’ t   c a t c h   a   r e b o u n d   ,   l o o s e   b a l l   o r   p a s s . .   
 m a y b e   h e ’ s   g o o d . .   b u t   n o t   o n   t h i s   k n i c k s   r o s t e r   c a m r e d d i s h
i f   w e   d o n ’ t   d o   a n y t h i n g   i n   t h e   3 r d ,   i   t h i n k   i ’ m   g o i n g   t o   t u n e   i n t o   t h e   k n i c k s   g a m e .   w h y   r u i n   m y   n i g h t   w a t c h i n g   d a r v i s h   b e n d   u s   o v e r   w i t h   n o   v a s e l i n e ?   a m a z i n m e t s   s d v s n y m   l o s m e t s   l g m   m e t r o p o l a t i n o s   m e t s
i   r e a l l y   d o n t   u n d e r s t a n d   w h y   m y   k n i c k s   s t i l l   h a v e   r a n d l e
r a n d l e   n o t   e f f i c i e n t   w i t h   t h a t   l a s t   s h o t .   k n i c k s
b r u n s o n   i s   a   b u c k e t   🪣 
 k n i c k s
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
f i n a l l y   g e t   t o   w a t c h   t h e   g a m e   i n   r e a l   t i m e 
 l e t   g o   k n i c k s
j a l e n   b r u n s o n   r e m i n d s   m e   o f   c p 3 ! !   😈   k n i c k s
t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . .  
f i n a l l y   a b l e   t o   s i t   d o w n   a n d   w a t c h   t h e   k n i c k s   g a m e .
h a v e   m e r c y   k n i c k s   n b a p r e s e a s o n
j u l i u s   b o d y   l a n g u a g e   i s   s o   m u c h   d i f f e r e n t   t h i s   y e a r . 
 l e t ' s   h o p e   h e   k e e p s   t h a t   e n e r g y ! 
 k n i c k s
t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t    
b r u n s o n   h a s   b e e n   p u t t i n g   o n   a   c l i n i c   i n   a   l o t   o f   w a y s   a n d   i t ' s   o b v i o u s   t h i s   t e a m   i s   b e n e f i t i n g   f r o m   a l l   s t a r   c a l i b e r   p g   p l a y .   b u t   i ' m   p r e d i c t i n g   t h a t   t h e   b i g g e s t   i m p a c t   h e ' s   g o n n a   m a k e   i s   t h e   w i l l i n g n e s s   a n d   b a s k e t b a l l   i q   t o   k e e p   e v e r y o n e ,   e s p e c i a l l y   r a n d l e   i n v o l v e d .   k n i c k s   4 / 4
w a t c h i n g   k n i c k s   p r e s e a s o n   a n d   t h e   s i n g l e   m o s t   i m p r e s s i v e   t h i n g   i ' v e   s e e n   f r o m   b r u n s o n   s o   f a r   t o n i g h t   w a s   a   5   m i n u t e   s t r e t c h   i n   t h e   2 n d   w h e r e   h e   p e r s i s t e n t l y   i n v o l v e d   r a n d l e   i n   t h e   o f f e n s e .   1 / 4
l o s t   4 5   g a m e s   l a s t   y e a r   b y   a n   a v e r a g e   - . 4   d i f f e r e n t i a l   ( w h i c h   w a s   b e t t e r   t h a n   t h e   b u l l s ,   w h o   m a d e   t h e   p l a y o f f s   o u t r i g h t .   b a l l   j u s t   w e n t   t h e i r   w a y ) .   l o s t   s o   m a n y   g a m e s   u p   b i g   b e c a u s e   w e   c o u l d n ’ t   g e t   i n t o   o u r   s e t s .   
 
 t h i s   t e a m   i s   g o i n g   t o   b e   g o o d   k n i c k s
j u s t   n e e d e d   s o m e o n e   t o   g a l v a n i z e   t h e   p i e c e s .   i f   b r u n s o n   i s   t h a t   g u y ,   w e   t h e   k n i c k s   w i l l   b e   v e r y   g o o d .   
 
 h e l l ,   i f   r o s e   w a s   j u s t   h e a l t h y   l a s t   y e a r ,   w e   e a s i l y   m a k e   t h e   p l a y o f f s .   b r u n s o n   i s   a n   i m p r o v e m e n t   o f f   t h a t
w h y   d o n ’ t   t h e   k n i c k s   d o   a   m e t s   i n s p i r e d   b l a c k   c i t y   e d i t i o n   j e r s e y ?   w o u l d   l o o k   s o   c l e a n   n y k n i c k s   n b a   n i k e
i n   o t h e r   n e w s ,   t o p p i n   a n d   r a n d l e   h a v e   b o t h   t a k e n   7   s h o t s   a n d   h a v e   t h e   s a m e   p o i n t s ,   t o p p i n   j u s t   d i d   i t   i n   1 0   m i n u t e s   o f   p l a y   a n d   a   b i t   m o r e   e f f i c i e n t l y .   k n i c k s   h a l f t i m e
t h e   p a c e r s   h a v e   p r e v e n t e d   f a s t b r e a k   p o i n t s   s o   f a r ,   b u t   t h e   k n i c k s   a d j u s t e d   i n   t h e   2 n d   q t r ,   n o t   h o i s t i n g   u p   q u i c k   s h o t s ,   b u t   k i c k i n g   t h e   b a l l   o u t   a n d   g e t t i n g   i n t o   t h e   f l o w   o f   t h e   o f f e n s e .   s h o t   6 - o f - 8   f r o m   3 p t   & a m p ;   1 4 - o f - 2 8   i n   t o t a l   i n   t h e   2 n d   n y k n i c k s   k n i c k s t a p e
n o t   s k i p p i n g   l e g   d a y s   k n i c k s  
1 4   m i n u t e s .   0   p o i n t s .   0 / 5   f r o m   t h e   f i e l d .   s u b p a r   d e f e n s e .   t h i s   i s   n o t   a   g o o d   g a m e   f r o m   r e d d i s h .   o n   a   n i g h t   w h e r e   i t   n e e d e d   t o   b e   o n e   o f   h i s   b e s t .   k n i c k s
c l y d e   i s   r i g h t   a b o u t   e v e r y t h i n g ,   i n c l u d i n g   j a l e n   s m i t h ’ s   g l a s s e s   b r i n g i n g   t o   m i n d   d a v i d   r u f f i n .     k n i c k s   n e w y o r k f o r e v e r      
i   d o n ’ t   g e t   w h y   w e   c a n ’ t   g e t   e x c i t e d   d u r i n g   p r e s e a s o n .   e s p e c i a l l y   w h e n   y o u   s e e   y o u r   t e a m   d o i n g   t h i n g s   a s   a   t e a m   t h a t   t h e y   c o u l d n ’ t   d o   t h e   s e a s o n   b e f o r e .   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h i s   k n i c k s   t e a m   i s   l o o k i n g   l i k e   i   e x p e c t e d .   i   t h i n k   e v e r y o n e   t h a t   w a s   s u p p o s e d   t o   t a k e   a   s t e p   f o r w a r d   t h i s   s e a s o n   w i l l   b e   t a k i n g   t h a t   s t e p !   i ’ m   e x c i t e d   t o   s e e   h o w   f a r   w e   g o   t h i s   s e a s o n !   k n i c k s
t h e s e   a r e   b i g   “ i f s ”   b u t   i f   r a n d l e   b u y s   i n   a n d   i f   g r i m e s   t a k e s   t h e   s t a r t i n g   s g   s p o t   a n d   i s   a n   e l i t e   3   a n d   d   w i n g ,   t h e   k n i c k s   c a n   m a k e   n o i s e !   b r u n s o n   i s   h i m   a n d   r j   i s   h i m !   k n i c k s
i n j e c t   t h a t   2 n d   q u a r t e r   i n   m y   v e i n s !   k n i c k s
k n i c k s   a t   t h e   g a m e   t o n g i n g   n e w y o r k  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
r a n d l e   f a d e   a w a y   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   k n i c k s t a p e   n y k   j u l i u s r a n d l e  
r e p l a c e   c a m   r e d d i s h ' s   m i n u t e s   w i t h   a   h e a l t h y   q u e n t i n   g r i m e s ,   a n d   t h i s   k n i c k s   r o s t e r   i s   p r e t t y   f u n / v e r s a t i l e .
t o u g h   f i r s t   h a l f   f o r   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   g e t   b a c k   t o   m y   a p a r t m e n t   t o   s e e   t h e   k n i c k s   d o m i n a t i n g   t h e   p a c e r s   a t   h a l f t i m e .   p a c e r s   h a v e   9   t u r n o v e r s   t o   t h e   k n i c k s   o n e ,   y i e l d i n g   1 3   m o r e   a t t e m p t s   a t   t h e   b a s k e t   f o r   t h e   k n i c k s .   p h e n o m e n a l   d e f e n s i v e   w o r k   b y   t h e   t e a m .   k n i c k s
e n d   o f   q 2 
 k n i c k s   7 2 
 p a c e r s   5 4 
 
 r j   b a r r e t t :   1 6   p t s ,   2   r e b ,   4 / 5   3 p t 
 j a l e n   b r u n s o n :   1 5   p t s ,   3   a s t 
 o b i   t o p p i n :   1 0   p t s ,   2 / 4   3 p t
l e t s   g o   k n i c k s   p e r f e c t   b i r t h d a y   g i f t   f o r   m e   🔥
t u r n e r ' s   s h o t   m i s s e d   t o   e n d   o f   t h e   f i r s t   h a l f 
 p a c e r s   5 4   k n i c k s   7 2   h  
r a n d l e   d i d n t   l o o k   c o m f o r t a b l e   a t   a l l   p l a y i n g   t h a t   m i k e   d   a n t o n i o   s t y l e   s p r e a d   y o u r   w i n g s   a n d   d o   s h t   a l l   d a y   o f f e n s e   s e t u p .   t o m   p l e a s e   t r a s h   t h a t   o f f e n s e   p l a y   b o o k .   k n i c k s
n e e d   m y   k n i c k s   t o   k e e p   t h e i r   f o o t   o n   t h e i r   n e c k s ‼ ️
r a n d l e   a s   a   3 r d   o p t i o n   i s   a   r e a l l y   g o o d   l o o k   k n i c k s .
r a n d l e   h a d   t o   p i c k   t h e   e x a c t   t i m e   i   c a l l e d   h i m   o u t   f o r   g o i n g   1 / 5   w i t h   a   l i t t l e   o v e r   2   t o   g o .   n o w   p r o c e e d s   t o   g o   n o w   h e ' s   1 0 / 5 / 3 .   c o n c l u s i o n ?   i   s h a l l   c o n t i n u e   t o   c a l l   r a n d l e   o u t .   😂   k n i c k s
t h i s   i s   a   t a l e n t e d   k n i c k s   t e a m ,   k n i c k s   f a m .   c a n   t h e y   g e l ,   c a n   t h e y   p l a y   t o g e t h e r   c o n s i s t e n t l y .   t i m e   w i l l   t e l l .   k n i c k s
k n i c k s   c o u l d   h a v e   s t e p h   c u r r y   a t   p o i n t   g u a r d   a n d   j u l i u s   r a n d l e   w i l l   s t i l l   f i n d   a   w a y   t o   b r i n g   t h e   b a l l   u p   t h e   c o u r t   m u l t i p l e   t i m e s   i n   a   r o w .
r i g h t   n o w   s o m e   o f   u   a r e   s e e t h i n g   w a t c h i n g     r a n d l e   d o   r a n d l e   t h i n g z 
 🤣 🤣 🤣 💯 
 k n i c k s
s o   o b v i o u s l y   s o m e o n e   h e a r d   m y   l a s t   t w e e t .     k n i c k s   n o w   u p   b y   1 8   o v e r   i n d y   a t   h a l f t i m e .   
 
 k n i c k s o n m s g   n y k n i c k s   

d o n o v a n   m i t c h e l l   w h o   p t .   2   n b a   b a s k e t b a l l   k n i c k s   n b a t w i t t e r  
n o t   t r y i n g   t o   g e t   t o   e x c i t e d   b u t   w e   b e e n   p l a y i n g   g r e a t   . . i t ’ s   o n l y   p r e s e a s o n   b u t   i   s e e   t h e   c h e m i s t r y   k n i c k s  
l e g o   k n i c k s   w e   u p   m a n
i   l i k e   t h i s   5   d e f e n s i v e l y   k n i c k s
b u d d y   h i e l d   t r e y 
 p a c e r s   5 2   k n i c k s   6 9   2 n d  
j u l i u s   r a n d l e   b u c k e t 
 p a c e r s   4 9   k n i c k s   6 9   2 n d  
i   k n o w   i t ’ s   p r e   s e a s o n   b u t   m y   s q u a d   l o o k s   g o o d .   
 k n i c k s
a c t u a l l y   p o o l e   f o r   r o s e   w o u l d   b e   p e r f e c t   f o r   b o t h   t e a m s .   t r a d e   r a n d l e   l a t e r   l o l   k n i c k s
i   c o u l d   b e   j u m p i n g   t h e   g u n   b u t   w h e n   t h e     w i n   5 0   g a m e s ,   j a l e n   w i n n i n g   m v p   👀   k n i c k s
j u l i u s   r a n d l e   s t e p - b a c k   j u m p e r 
 p a c e r s   4 7   k n i c k s   6 7   2 n d  
i   t h i n k   t y r e s e   h a l i b u r t o n   h a s   j u s t   r e a l i z e d   t h i s   i s   a   d i f f e r e n t   k n i c k s   t e a m .     h e ’ s   n o t   t a l k i n g   h i s   u s u a l   s m a c k   s w a g g e r
r a n d l e   m a k i n g   h i s   1 s t   f g   w i t h   c l o s e   t o   2   m i n u t e s   t o   g o   i n   t h e   2 n d   q u a r t e r   i s   n o t   a   g o o d   t h i n g .   t w o   s l o w   s t a r t s .   b u t   k n i c k s   a r e   u p   b y   2 0   s o   y ' a l l   g o n n a   s a y   i ' m   n i t p i c k i n g .   k n i c k s
t h o s e   s q u e a k y   s n e a k e r s s s s s   t h a t s   d e f e n s e   b a b y !   k n i c k s
j u l i u s   r a n d l e   f r o m   d o w n t o w n 
 p a c e r s   4 7   k n i c k s   6 5   2 n d  
w u t   t h e   h e l l   i s   r a n d l e   d o i n g . .       & a m p ;   h e   h i t s   a   3   a f t e r   a l l   t h a t   😂 😂 
 
 k n i c k s   n e w y o r k f o r e v e r  
i t   a l w a y s   g e t s   s l o p p y   w h e n   r a n d l e   t r i e s   t o   d r i b b l e   t o o   m u c h ,   w a s   t h a t   a   p a s s   a t t e m p t   o r   d i d   h e   j u s t   l o s e   i t ?   k n i c k s
k n i c k s   l o o k   f k ’ n   g o o d ’ t ! !  
r j   b a r r e t t   w i l l   b e   a n   a l l - s t a r   t h i s   y e a r !   s a v e   t h e   t w e e t   k n i c k s
    k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
m i t c h e l l   r o b i n s o n   o n   b o t h   e n d s   o f   t h e   c o u r t 
 p a c e r s   4 7   k n i c k s   6 0   2 n d  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
1 1 m i n s   0 - 5   z e r o   p t s   a n d   y ’ a l l   w h a t   c a m   t o   s t a r t   ? ? ?   🤦 🏽 ‍ ♂ ️   k n i c k s
m i t c h   r o b   p u t   b a c k   d u n k   n b a   b a s k e t b a l l   k n i c k s   m i t c h e l l r o b i n s o n   m i t c h r o b   n y k   k n i c k s t a p e   n b a t w i t t e r  
j u l i u s   r a n d l e   h a s   n o   b o u n c e   k n i c k s
m i t c h e l l   r o b i n s o n   b o a r d   & a m p ;   s l a m 
 p a c e r s   4 7   k n i c k s   6 0   2 n d  
t h i s   i s   t h e   y e a r   o f   m i t c h e l l   r o b i n s o n   k n i c k s
r j   b a r r e t t   i s   a n   e x a m p l e   o f   h a r d   w o r k   b e a t s   t a l e n t .   b i g   s e a s o n   a h e a d   k n i c k s
  t o u g h   c a l l . 
 k n i c k s   g e t t i n g   s o m e   o f   m y   a t t e n t i o n 
 l g m   m o r e   a t m
o b i   g e t t i n   t o   t h e   r i m   o f f   t h e   d r i b b l e   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   o b i t o p p i n   n y k   k n i c k s t a p e  
a   b i g   s h o u t   o u t   t o   l e o n   r o s e   f o r   l o c k i n g   i n   j a l e n   b r u n s o n   t o   a   l o n g   t e r m   c o n t r a c t .   t h e   k n i c k s   h a s   a   t r u e   p g .   h e   m a k e s   e v e r y o n e   b e t t e r .   n b a  
s o m e o n e   p u t   e n e r g y   i n   c a m … .   g e t   i n t o   t h e   g a m e   k n i c k s
m o o d   k n i c k s    
c a m   r e d d i s h   i s   g e t t i n g   a   o p p o r t u n i t y   t o   s h o w   w h y   h e   s h o u l d   b e   i n s e r t e d   i n t o   t h e   l i n e   u p   a n d   i t ’ s   q u i e t   f o r   h i m !   b r u h   g o t t a   g o   g e t   t h a t   s h i t !   t h a t   f i n e s s e   s h i t   a i n ’ t   g o n n a   c u t   i t   w e   g o t t a   s e e   a   d o g !   k n i c k s
r j   b a r r e t t   d o w n t o w n 
 p a c e r s   4 3   k n i c k s   5 4   2 n d  
c h r i s   d u a r t e   t r e y 
 p a c e r s   4 3   k n i c k s   5 1   2 n d  
w e   g o t   a   p o i n t   g u a r d   b r o ! !   k n i c k s  
j b   c r a f t y   a f   m a n   k n i c k s
* b u y i n g   r j   b a r r e t t   j e r s e y   k n i c k s
l o v e   b r u n s o n   a s   a   k n i c k   a l r e a d y .   c a m   r e d d i s h   s t a r t i n g   t o o .   r j   b a r r e t t   h i t t i n g   3 s   a n d   t o p p i n   b l o c k i n g   s h o t s .   k n i c k s
c e l e b r a t i n g   t h e   w   w i t h   s o m e   k n i c k s   p r e s e a s o n .   t h a n k s   .  
y o   i   l o v e   b r u n s o n   a l r e a d y .   h e ’ s   a   f r e a k i n g   t a n k   o u t   t h e r e !   💪 🏽   k n i c k s   n e w y o r k f o r e v e r
j u l i u s   d o e s n ' t   f i t   o n   t h i s   t e a m   a t   a l l   k n i c k s
t h i s   k n i c k s   t e a m   i s   s n e a k y   g o o d .
i   f u c k i n g   l o v e   j a l e n   b r u n s o n .   🟠 🔵   k n i c k s   g o t   t h e m   a   p g ! ! !   k n i c k s
b r u n s o n   t o   t o p p i n   f o r   3 .   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   j a l e n b r u n s o n   o b i t o p p i n   n b a t w i t t e r  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
    k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
b u d d y   h i e l d   b u c k e t 
 p a c e r s   4 0   k n i c k s   4 6   2 n d  
o b i   t o p p i n   d o w n t o w n 
 p a c e r s   3 8   k n i c k s   4 6   2 n d  
e v e r y o n e   t h i n k s   t h i s   n e w   t h i b s   b e a r d   i s   h i m   l o o s e n i n g   u p   a   l i t t l e . 
 
 h a v i n g   w a t c h e d   t h i b s   f o r   1 2   y e a r s   n o w ,   i ’ m   t h i n k i n g   i t ’ s   m o r e   a k i n   t o   r o c k y   t r a i n i n g   f o r   d r a g o . 
 
 b u l l s   k n i c k s  
o b i   f r o m   t h e   c o r n e r   💰 💰 
 k n i c k s
y ’ a l l   t o l d   m e   o b i   n o t   a   s h o o t e r ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r  
o b i   t o p p i n   d r i v i n g   b u c k e t 
 p a c e r s   3 8   k n i c k s   4 3   2 n d  
j e r i c h o   s i m s   s t u f f 
 p a c e r s   3 8   k n i c k s   4 1   2 n d  
i   d o n ’ t   l i k e   t h e   p r o d u c t   i ’ m   s e e i n g   o n   t h e   c o u r t   r i g h t   n o w   s h i t   s t a g n a n t   s m h   k n i c k s
f r i d a y   n i g h t   k n i c k s  
d u e c e   i s   p l a y i n g   b e t t e r   t h a n   o l d   b o y … .   i q   w a n t e d   s h o o t   t h a t   n u t t y   a s   s h o t   b u t   h e   m a d e   a   g o o d   h o c k e y   a s s i s t   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
d   r o s e   t o   t h e   c u p   n b a   b a s k e t b a l l   k n i c k s   d r o s e   d e r r i c k r o s e   n b a t w i t t e r   n y k   k n i c k s t a p e  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
g o t t a   l o v e   h i s   t e a m m a t e s   s h o w i n g   d e u c e   t h e y   t r u s t   h i m .   k n i c k s
r j   i s   t h e   b e s t   k n i c k   o n   t h e   c o u r t   k n i c k s
m i l e s   m c b r i d e   t r e y 
 p a c e r s   3 7   k n i c k s   3 9   2 n d  
t h i s     t e a m   i s   s t a c k e d ,   l e t ’ s   s e e   w h a t   t h i b s   d o e s ,   t h i s   s e a s o n !   k n i c k s     k n i c k s f o r e v e r   n y k
i m m a n u e l   q u i c k l e y   b u c k e t 
 p a c e r s   3 7   k n i c k s   3 6   2 n d  
r e a l l y   l i k e   t h e   b a l a n c e   o f   t h i s   t e a m .     
 k n i c k s
w a y   t o   g o   d e u c e   ! ! ! !   k n i c k s
l o v e   t h e   e x t r a   p a s s   k n i c k s
w h e n e v e r   a   k n i c k   g e t s   h u r t ,   m a n n n   y o u   m i g h t   l o s e   y o u r   j o b ,   t h a t ' s   h o w   d e e p   t h a t   b e n c h   i s   k n i c k s
t h e r e   w e   g o   d e u c e ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r
d e u c e   i s   l o o s e   🔥 🔥 
 k n i c k s
c a m   i n   t h e   d o g h o u s e   a l r e a d y ?   k n i c k s
o k a y   d e u c e   !   k n i c k s
c o m e   o n     l e a g u e   p a s s   i s   t h i s   o n   t h e     s i d e   m e a n i n g     o r   n b a l e a g u e p a s s   w e   c a n ’ t   e n j o y   t h e   g a m e   l i k e   t h i s   k n i c k s   m s g  
k n i c k s   2 0 2 2 - 2 0 2 3   b r e a k o u t   s t a r : 
 k n i c k s   n e w y o r k f o r e v e r   n b a
b e n n e d i c t   m a t h u r i n   t r e y 
 p a c e r s   3 5   k n i c k s   3 1   2 n d  
o b i   t o p p i n   d o w n t o w n 
 p a c e r s   3 2   k n i c k s   3 1   2 n d  
n i c e   t o   s e e   s i m s   b a c k   k n i c k s
o b i   f r o m   3 ! ! ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r
o b i   w i t h   t h e   c u t   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   n b a t w i t t e r   o b i t o p p i n  
i q   h a s   t a k e n   7   n u t t y   a s   s h o t s   n o   a s s i s t s   k n i c k s  
o b i   t o p p i n   l a y u p 
 p a c e r s   3 1   k n i c k s   2 8   2 n d  
t h e   k n i c k s   s e c o n d   u n i t   h a s n ' t   b e e n   a b l e   t o   g e t   o u t   a n d   r u n   i n   t r a n s i t i o n   l i k e   t h e y   d i d   a g a i n s t   t h e   p i s t o n s ,   a n d   t h e y ' r e   h a v i n g   a   l o t   o f   t r o u b l e   g e t t i n g   g o o d   l o o k s   i n   t h e   h a l f - c o u r t   o f f e n s e   r i g h t   n o w   n y k n i c k s
i   c a n ' t   b e l i e v e   t h i s   i s   h a p p e n i n g ;   t h e   k n i c k s   s e c o n d   g r o u p   i s   d o i n g   a w f u l   r i g h t   n o w   ( s a v e   f o r   d e r r i c k   r o s e ) .   i   h a v e n ' t   s e e n   m u c h   f r o m   h a r e n s t e i n   t h i s   p r e s e a s o n .   q u i c k l e y   n e e d s   t o   c o o l   i t   w i t h   t h e   3 ' s .   t o p p i n ;   w e l l   t o p p i n   h a s n ' t   d o n e   a n y t h i n g   s o   t h e r e ' s   t h a t .
t j   m c c o n n e l l   p u l l u p   j u m p e r 
 p a c e r s   3 1   k n i c k s   2 6   e n d   o f   1 s t  
e n d   o f   q 1 
 k n i c k s   2 6 
 p a c e r s   3 1 
 
 r j   b a r r e t t :   1 1   p t s ,   2   r e b ,   3 / 4   3 p t 
 j a l e n   b r u n s o n :   7   p t s ,   1   r e b ,   1   a s t
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
r j ' s   p r o n o u n s   a r e   h i m / h i m o t h y   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀         i n d v s n y k
d e r r i c k   r o s e   🌹 
 p a c e r s   2 9   k n i c k s   2 6   1 s t  
i f   d e u c e   w a n t s   t o   p l a y   h e   h a s   t o   p u t   t h e   b a l l   i n   t h e   b a s k e t   k n i c k s
i   j u s t   h o p e   t h i s   t e a m   n e v e r   p l a y s   t o g e t h e r   d u r i n g   r e g u l a r   s e a s o n .     t h i s   3 - g u a r d   n o n s e n s e   a i n ’ t   i t   k n i c k s
n o   p i c k   n   r o l l s   e v e r y t h i n g   i s   a   3   s m h   c a r r y   o n   t h o   k n i c k s
s l o p p y   b a s k e t b a l l   h e r e   f o r   b o t h   s i d e s .   k n i c k s
d   r o s e   f l o a t   g a m e .   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   d r o s e   d e r r i c k r o s e   n b a t w i t t e r  
_ k n i c k s   i   g u a r a n t e e   t h u s   k i d   w i l l   p u t   i n   t h e   w o r k ,   h e   w a n t s   t o   g e t   b e t t e r ,   a n d   j u s t   b e c a u s e   h e   s i g n e d   a n   e x t e n s i o n   d o e s n ' t   m e a n   h e   i s   s a t i s f i e d ! !   n b a   n b a t w i t t e r   k n i c k s
t h a t   w a s   a   r o u g h   q u a r t e r   b u t   w e   o n l y   d o w n   5   k n i c k s
t h a t   2 n d   u n i t   w a s   n o t   i t   k n i c k s   i   d o   a p p r e c i a t e   e f f o r t   f r o m   t h e   w h i t e   b o y   c e n t e r   g u y
d e u c e   p l a y i n   l i k e   h i s   n a m e   r i g h t   n o w .     n e e d   t o   p l a y   s m a r t e r 
 
 k n i c k s   n e w y o r k f o r e v e r
n o w   w e   m i s s i n g   b u n n i e s   s m h   k n i c k s
b e n n e d i c t   m a t h u r i n   l a y u p 
 p a c e r s   2 9   k n i c k s   2 4   1 s t  
    k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
s a m e   s h y t   b u l l s h y t   o f f e n s e   o b i   o n   t h e   p e r i m e t e r   l m a o o o o   c o a c h   s t i l l   a i n ’ t   s h y t   n u t t n   n e w   h e r e   k n i c k s
t h e   k n i c k s   e n e r g y   i s   f l a t   a s   h e l l   i n   t h i s   1 s t   p e r i o d .     e n o u g h   c h u c k i n g   3 s . . .   a n d   m o v e   t h e   f n   b a l l . . .   
 
 k n i c k s o n m s g   n e w y o r k f o r e v e r
d r o s e     n e e d s   t o   b r i n g   t h e   b a l l   u p c o u r t .     q u i c k l e y   r u s h i n g   t o o   m u c h   k n i c k s
b e n n e d i c t   m a t h u r i n   & a m p ;   o n e 
 p a c e r s   2 7   k n i c k s   2 4   1 s t  
i q   i s   t a k i n g   s o m e   r e a l l y   b a d   s h o t s   s m h     k n i c k s
a n d   p e o p l e   s a i d   h e   w a s n t   w o r t h   h i s   d e a l ? ! ? ! ? ! ?   g t f o   h e r e ! ! !   ( y e a ,   i k   i t ’ s   p r e s e a s o n   l e t   m e   h a v e   t h i s ) .   k n i c k s  
i   w a n t   t o   s e e   t h i s   d e u c e ,   r o s e ,   c a m   c o m b o .   🔸 🔹 🔸 🔹   k n i c k s
n e e d   t h e   k n i c k s   b i g s   t o   s t e p   i t   u p 
 
 k n i c k s   n e w y o r k f o r e v e r
w h o   s a y s   n o ?   k n i c k s   w a r r i o r s   d r a y m o n d   j o r d a n p o o l e  
b r u n s o n   t o   r j   f r o m   3 .   n b a   b a s k e t b a l l   j a l e n b r u n s o n   r j b a r r e t t   k n i c k s   n y k   k n i c k s t a p e   n b a t w i t t e r  
      _ n y _ b   _ _   o r   a t   l e a s t   m a k e   s u r e   a l l   t h e   k n i c k s   h e a l t h   i n s u r a n c e   i s   c u r r e n t
p a c e r s   l e t ' s   g o . . .   b e a t   k n i c k s   i n d v s n y
m a n   w h a t ’ s   u p   w i t h   a l l   t h e s e   t h r e e s ?   a t t a c k   t h e   b a s k e t   m a n .   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
w e ’ v e   m i s s e d   y o u   d   r o s e   🌹   k n i c k s
w e   g o t t a   s t a r t   d r i v i n g   t o   t h e   b a s k e t   a n d   s t o p   s e t t l i n g   f o r   3 ’ s   k n i c k s
    k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d   r o s e   l o o k i n g   f l u i d   a f   k n i c k s
d e r r i c k   r o s e   🌹 
 p a c e r s   2 1   k n i c k s   2 4   1 s t  
t o o o o o   m a n y   3 s ,   n e e d   t o   a t t a c k   m o r e   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i m m a n u e l   q u i c k l y   d o w n t o w n 
 p a c e r s   1 9   k n i c k s   2 2   1 s t  
t e r r i b l e   o f f e n s e   p o s t   u p   r j   n   o b i   s h o o t   t h e   3 …   i t   s h o u l d   b   t h e   o y h e r   w a y   a r o u n d   k n i c k s
n i c e   m o v e   f r o m   r o s e   t h e r e 
 
 k n i c k s   n e w y o r k f o r e v e r
i ’ m   e n j o y i n g   w a t c h i n g     j a l e n   b r u n s o n   p l a y .   h e ’ s   c o m p l e t e l y   f o c u s e d   k n i c k s
g o o d   b l o c k   o b i !   k n i c k s
o k   k n i c k s   k n i c k s t a p e   k c d a   k n i c k s t w i t t e r 
 
   h a s   a r r i v e d 💯 🙌 🏾 
 
 t h e   9 ️ ⃣   g u y   w i l l   b e   o u r   a l l s t a r n b a ✨ 
 
 n e w y o r k f o r e v e r  
c h r i s   d u a r t e   & a m p ;   o n e 
 p a c e r s   1 9   k n i c k s   1 9   1 s t  
l e s s   c a m   r e d d i s h   a n d   j r   a n d   m o r e   r j   n   i q   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
j a l e n   b r u n s o n   w i t h   a n   a m a z i n g   m o v e !   🤩 💫 🌟 
 n y c   n b a   n b a t w i t t e r   n b a p r e s e a s o n   n e w y o r k   n e w y o r k k n i c k s   k n i c k s 
  
r j   l o o k i n g   g o o d .   k n i c k s
i m m a n u e l   q u i c k l e y   b u c k e t 
 p a c e r s   1 6   k n i c k s   1 9   1 s t  
o h   l o o k   r j   s h o u l d   b e   b e   t h e   f o c a l   p o i n t   o n   o f f e n s e . . .   l o o k   a t   h o w   j u l i u s   i s   a l r e a d y   s t i n k i n g   i t   u p   k n i c k s
r a n d e l   l o o k s   a w f u l   k n i c k s
t h i b s   j u s t   d i d   i t 
 
 k n i c k s   n e w y o r k f o r e v e r    
i q   f l o a t e r   g a m e   g o n n a   b e   e l i t e   k n i c k s
b r u n s o n   g o n n a   b e   🔑   n b a   b a s k e t b a l l   k n i c k s   j a l e n b r u n s o n   n y k   k n i c k s t a p e   n b a t w i t t e r  
i m m a n u e l   q u i c k l y   i s   v e r y   g o o d   a t   p l a y i n g   b a s k e t b a l l   
 k n i c k s
s u b   o b i   i n   r a n d l e s   g e t t i n   s l o p p y   
 
 k n i c k s   n e w y o r k f o r e v e r
k n i c k s   o n   t v .   
 k n i c k s   f a n s ,   i f   y o u ' r e   s u b s c r i b e d   t o   t h e   n b a   l e a g u e   p a s s   t h r u   d i r e c t v   ( l i k e   i   a m )   o r   a n o t h e r   p r o v i d e r   a n d   t h e y ' r e   n o t   s h o w i n g   p r e s e a s o n   g a m e s ,   l o g i n   t o   y o u r     a c c o u n t   a n d   a s s o c i a t e   y o u r   t v   p r o v i d e r   w i t h   t h e   y o u r   n b a   a c c o u n t .   g o k n i c k s 
 k n i c k s
t e r r y   t a y l o r   l a y u p 
 p a c e r s   1 6   k n i c k s   1 7   1 s t  
t h e   w o r l d   w i d e   w e s   a n d   r o n   a r t e s t   c o n n e c t i o n   i s   u n d e r   r a t e d   h e r e .   
 
 k n i c k s
w e   h a v e   a   p g   t h a t   c a n   s c o r e !   🥹   k n i c k s 
 w a t c h i n g   t h e   b o y s   a n d   p a d r e s   v s   m e t s   l e t ’ s   g o !  
r e a l l y   l i k i n g   w h a t   i ’ m   s e e i n g   r i g h t   n o w   b r u n s o n   d i r e c t i n g   t h e   o f f e n s e   r j   a l l   o v e r   t h e   f l o o r   a n d   f i n d i n g   t h e   o p e n   s p o t   m i t c h   o n   t h e   b o a r d s   c a m s   s p a c i n g   w e l l   a n d   j u l i u s   h e l p i n g   o u t   k n i c k s   n y k   k n i c k s t a p e   n b a
w e   l o o k   s o   m u c h   b e t t e r   w i t h   j a l e n   b r u n s o n   k n i c k s
i   g o t t a   b e l i e v e   i t s   a   g o o d   t h i n g   t h a t   f o r   t h e   f i r s t   t i m e   i n   a   l o n g   t i m e   i   d o n ' t   w a n t   t o   s e e   t h e   s t a r t i n g   5   b e   s u b b e d   o u t   f o r   o u r   b e n c h ,   r i g h t ? 
 
 k n i c k s
k n i c k s   a r e   d o i n g   g o o d   t h i n g s  
j u l i u s   w i t h   t h e   d r i v e   & a m p ;   k i c k   i s   s o m e t h i n g   t h a t   t h e   k n i c k s   f a n s   h a v e   b e e n   d y i n g   t o   s e e   😩 😩   r j   i s   a l s o   o n   🔥 🔥
r j   f u c k i n g   b a r r e t t   k n i c k s   n e w y o r k f o r e v e r  
  i s   o n   🔥 🔥 🔥 ! ! !   k n i c k s
i t ' s   o n l y   p r e s e a s o n ,   b u t   i f   r j   b a r r e t t   i s   g o i n g   t o   d r i l l   s h o t s   l i k e   t h i s   c o n s i s t e n t l y   & a m p ;   o p e n   u p   h i s   d r i v e   g a m e . . . h e   c o u l d   b e   a   t r u e   s t a r   t h i s   y e a r .   k n i c k s  
r a n d l e   t o   r j   f o r   t h e   c o r n e r   3 .   n b a   b a s k e t b a l l   k n i c k s   j u l i u s r a n d l e   r j b a r r e t t   n b a t w i t t e r   n y k   k n i c k s t a p e  
r j   g o t   t h e   j u m p e r   g o i n g   t o n i g h t   k n i c k s
s e e   r a n d l e   f i n a l l y   l e a r n i n g   t o   p a s s   t h e   b a l l ,   t h a t   w a s   a   n i c e   m o v e   t o   r j   f o r   t h e   3   👏 🏾   k n i c k s
  v     g r e a t     r i v a l r i e s   n e v e r   d i e 
 
 a r t i c l e   o n   h o w   t h e   k n i c k ' s   r o s t e r   o f   o n e   p o s i t i o n   p l a y e r s   l i m i t s   p l a y e r   d e v e l o p m e n t   -   
 
 n b a p r e s e a s o n   k n i c k s  
j a l e n   b r u n s o n   d r i v i n g   f l o a t e r 
 p a c e r s   1 4   k n i c k s   1 4   1 s t  
r j   b a r r e t t   w i l l   b e   a n   a l l   s t a r   t h i s   s e a s o n   f o r   s u r e   k n i c k s
c a m   i s   t h i n k i n g   a n d   s e c o n d   g u e s s i n g   h i m s e l f   e v e r y t i m e   h e   t o u c h e s   t h e   b a l l   k n i c k s
c a m   r e d d i s h   a t   t h i s   p o i n t   i s   a   l o s t   c a u s e .   i   m e a n   n o   w o n d e r   w e   g o t   h i m   f o r   n o t h i n g   !   i   r a t h e r   g i v e   h i s   m i n u t e s   t o   s o m e o n e   e l s e !   a l s o   t o p p i n   a n d   q u i c k   s h o u l d   b e   s t a r t i n g   o v e r   f o u r n i e r   a n d   r a n d l e !   k n i c k s    
g o o d   p a s s   b y   r a n d l e   k n i c k s
      _ l i f e r s   _ n y _ b   r j   s h o w i n g   o u t !   p r e t t y   s u r e   h e   w i l l   m a k e   t h e   f i n a l   k n i c k s   r o s t e r   l o l . 

n i c e   a s s i s t   b y   r a n d l e   t o   b a r r e t t .   k n i c k s
r j .   f u c k i n g .   b a r r e t t   !   k n i c k s
s o   f a r     i s   d e f i n i t e l y   b e t t e r   t h a n   h i s   d a d   r i c k ,   n o   s h a d e ,   f a c t s ! !     k n i c k s     k n i c k s f o r e v e r   n y k     n b a
r j   i s   a   s h o o t e r ! ! ! ! ! ! ! ! ! ! ! !   k n i c k s
o k a y   b r u n s o n ! !   w e   s e e   y o u   👀 👀 
 k n i c k s
h a l i b u r t o n   b u c k e t 
 p a c e r s   1 4   k n i c k s   1 0   1 s t  
k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r     . . .
c a m   a i n ’ t   r e a d y   .   s e e n   e n o u g h   💪 🏽   k n i c k s
r j   b a r r e t t   d o w n t o w n 
 p a c e r s   1 2   k n i c k s   1 0   1 s t  
t h i b ’ s   t h i n k i n g   t o   h i m s e l f   “ h o w   t f   d i d   i   p u t   c a m   r e d d i s h   a s   a   s t a r t e r ”   k n i c k s  
g o o d   t o   s e e   r e d d i s h   o n   t h e   c o u r t   k n i c k s
t y r e s e   h a l i b u r t o n   d o w n t o w n 
 p a c e r s   9   k n i c k s   7   1 s t  
b a r r e t t   l o o k s   g o o d   f r o m   3   🔥   k n i c k s
r j ’ s   3   l o o k s   s m o o t h   a s   h e l l   k n i c k s
r j   i s   l o o k i n g   g o o d   f r o m   d e e p   s o   f a r   🚨 🚨   
 k n i c k s
o h   l o r d .   r j   b r o u g h t   t h e   e x t e n d e d   m a g   t o   t h e   g a r d e n   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
r a n d l e   j u s t   w a l k e d   a w a y   a n d   l e f t   h i s   m a n   w i d e   o p e n   f o r   a   c o r n e r   3   k n i c k s
c h r i s   d u a r t e   f r o m   d o w n t o w n 
 p a c e r s   9   k n i c k s   5   1 s t  
k n i c k s   s e e m   t o   b e   c h u c k i n g   t h r e e s   e a r l y   o n .
l e t ’ s   g o   k n i c k s ! ! ! !   k n i c k s  
b r o …   i   g e t   t h i s   i s   p r e s e a s o n ,   b u t   t h e   p e r i m e t e r   d e f e n s e   i s   l a c k   l u s t e r   r i g h t   n o w . 🙁 🙁 🙁 
 k n i c k s
c r a z y   i d e a ,   m a y b e   d e f e n d   t h e   3 
 
 k n i c k s   n e w y o r k f o r e v e r
a n y o n e   h a v i n g   i s s u e s   w i t h   t h e     g a m e   o n     l e a g u e   p a s s   w h e r e   i t   c o n t i n u e s   t o   p a u s e   o r   g e t   s t u c k   t h e n   i n   a   s e c   i t   c o m e   b a c k   i f   t h i s   h a p p e n s   a l l   g a m e   t h i s   i s   g o n n a   s u c k   k n i c k s   n b a l e a g u e p a s s
t h e   k n i c k s   f a n s   a r e   g o i n g   t o   l o v e   b r u n s o n ’ s   a b i l i t y   t o   g e t   t o   t h e   l i n e
n o w   r e m e m b e r   f o l k s . . . a g a i n . . . t h i s   i s   t h e   p r e s e a s o n .   t h i s   i s   a b o u t   s e e i n g   w h a t   w o r k s   a n d   w h a t   d o e s n ' t   w o r k .   j u s t   r a n d o m   s c r i m m a g e s .   d o   n o t   o v e r r e a c t   t o   t h e   g a m e   k n i c k s
u p   i n   t o r o n t o   a m i d s t   a   s e a   o f   b u m m e d   b l u e   j a y s   f a n s ,   a n d   t h e y ’ r e   s t i l l   n i c e   e n o u g h   t o   g i v e   m e   a   s i n g l e   t v ,   o u t   o f   2 0 0 ,   t o   c a t c h   k i n g   b a r r e t t   k n i c k s   n y k n i c k s   o h c a n a d a       🔸 🔹  
d i d   r j   p u t   o n   m o r e   m u s c l e   ? !   h e   l o o k s   y o k e d   !   b i g   y e a r   o n   d e c k   k n i c k s   n e w y o r k f o r e v e r   _ n y _ b
y o u   k n o w   i ’ m   w a t c h i n g   t h e   s q u i z z z a d   k n i c k s  
l e t ’ s   g o   k n i c k s  
w h y   t h i b s   s t a r t i n g   c a m   a t   s g   i n s t e a d   o f   s f ?   s m h   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    t h a n k s   m a n ! 
 a p p r e c i a t e   i t . 
 s t r u g g l i n g   - -   i   a m   s t a r v e d   f o r   k n i c k s   b a s k e t b a l l 
 b u t   t h i s   i s   t h e   l g m   p l a y o f f s !
c a m   c a n ' t   b e   a v e r a g i n g   2   r e b o u n d s   a t   6 ' 7 "   l o l   t h a t s   c r a z y   k n i c k s
l e t ’ s   g o   k n i c k s !  
k n i c k s   i n   p r e a s o n   a n d   m e t s   i n   p o s t s e a s o n   -   g u e s s   w h i c h   g a m e   i s   b e i n g   w a t c h e d   a n d   w h i c h   i s   b e i n g   r e c o r d e d .   l e t s g o k n i c k s ! ! !   l g m ! ! !
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
b a b y   i s   f e d   & a m p ;   a s l e e p .   
 l e t ’ s   w a t c h   s o m e   n e w   y o r k   k n i c k s   b a s k e t b a l l .   k n i c k s   🔸 🔹 🔸 🔹
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
e v e n t u a l l y ,   q u i c k l e y   i s   g o i n g   t o   b e   i n   a   j a m e s   h a r d e n   a t   o k c   s i t u a t i o n   w h e r e   k n i c k s   f r o n t   o f f i c e   w i l l   h a v e   t o   d e c i d e   w h e t h e r   t o   g i v e   h i m   t h e   r e i g n s   o r   s h i p   h i m   o u t   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
s h e   o n e   o f   t h e   r e f s   f o r   t o n i g h t s   g a m e .   k n i c k s   l o s i n g   b y   d o u b l e   d i g i t s   t o n i g h t   
 k n i c k s  
f r i d a y   n i g h t   k n i c k s .   i   d i d n ’ t   r e a l i z e   i t   w a s   a   h o m e   g a m e   a g a i n   -   e v e n   b e t t e r .   k n i c k s
  w e   h e r e !   d o n ' t   s l e e p   o n   u s   k n i c k s   l g k  
p a c e r s   v s   k n i c k s   n b a   f r e e   s t r e a m 
 l i v e   t v   -   
 
 0 7   o c t o b e r ,   1 9 : 3 0   e t   t i m e 
 n b a s t r e a m s   n b a   n b a p r e a s e a s o n   p a c e r s   k n i c k s  
          h a v i n g   a   n i g h t   i n   n e w   y o r k   c i t y   a t   t h e   k n i c k s   g a m e         k n i c k s   a n d   p a c e r s   k n i c k s   n b a  
k n i c k s   p r e s e a s o n   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   7 : 3 0 p m   e s t   n e w y o r k f o r e v e r   
  
i n d i a n a   p a c e r s   @   n e w   y o r k   k n i c k s   |   l i v e s t r e a m   w / g a m e   c o m m e n t a r y   +   r e a c t i o n s  
w e   a r e   l i v e !   k n i c k s   p a c e r s   n y k n i c k s   n e w y o r k f o r e v e r   
 

g l a d   t o   s e e   c a m   r e d d i s h   g e t   t o   r u n   w i t h   t h e   s t a r t i n g   5   t o n i g h t .   i   r e a l l y   t h i n k   i f   t h i b s   g i v e s   h i m   t h e   m i n u t e s   h e   c a n   d e f i n i t e l y   c o n t r i b u t e   t o   t h i s   r o t a t i o n .   k n i c k s
k n i c k s   l a d i e s   a n d   g e n t l e m e n   y o u r   n e w   y o r k   k n i c k s        
w h o ' s   a t   t h e   g a m e   t o n i g h t ?     
 k n i c k s   p a c e r s
a l m o s t   t i p   o f f   t i m e   i n   t h e   g a r d e n !   w h o ’ s   e x c i t e d   t o   s e e   c a m   r e d d i s h   i n   h i s   f i r s t   s t a r t   w i t h   k n i c k s ?
' p a c e r s   g a m e   t o n i g h t :   p a c e r s   v s   k n i c k s   o d d s ,   i n j u r y   r e p o r t ,   a n d   p r e d i c t i o n s   f o r   o c t .   8 '   v i a     k n i c k s   n e w y o r k f o r e v e r    
t h a n k   y o u   f o r   m a k i n g   o u r   g r a n d   o p e n i n g   t r u l y   s p e c i a l !   k n i c k s   l e g e n d ,   ,   w a s   h e r e   t o   m e e t   y o u ,   a n d   w e   h a d   d i s p l a y e d   o u r   n e w e s t   c o l l e c t i o n   p u r c h a s e   o f   8 0 0 +   g o u d e y   c a r d s   i n c l u d i n g   2 2 😲   b a b e   r u t h   & a m p ; l o u   g e h r i g   c a r d s !   
 
 a   f e w   h i g h l i g h t s :   
 t h e h o b b y
p r e s e a s o n   g a m e   t h r e a d :   k n i c k s   v s .   p a c e r s -   1 0 / 0 7 / 2 2   -   p o s t i n g   a n d   t o a s t i n g   k n i c k s   n e w y o r k f o r e v e r    
p r e s e a s o n   g a m e   p r e v i e w :   k n i c k s   v s .   p a c e r s -   1 0 / 0 7 / 2 2   -   p o s t i n g   a n d   t o a s t i n g   k n i c k s   n e w y o r k f o r e v e r    
t h a t   t i m e   o f   y e a r   w h e r e   i   h a v e   t o   g i v e     m y   m o n e y   i n s t e a d   o f   t h e   a f f o r d a b l e     b e c a u s e   . . . m s g   c h a n n e l   f o r   t h e     😱 😱 😱 
 
 i n d y   v s   k n i c k s   t o n i g h t   👀
_ n y _ b   a   b r a v e   m a n   t o   w e a r   a   t   w i t h   h i s   o w n   f a c e   o n   i t ! ! ! ! 
 l e t ' s   g o   k n i c k s
w e ' l l   b e   l i v e   i n   2 0   m i n u t e s   b r i n g i n g   y o u   p r e s e a s o n   c o m m e n t a r y   o f   t h e   k n i c k s   a n d   p a c e r s !   y o u   d o n ' t   w a n n a   m i s s   i t ! 
 

c ’ e s t   p a r t i   !   
 
 h e r e   w e   g o   🔥 🔥   g o   k n i c k s   m a d i s o n s q u a r e g a r d e n   k n i c k s   n y c   n b a   n y k m s g  
k n i c k s   a t   t h e   g a m e   t o n i g h t   i n   n e w   y o r k   n e w y o r k   m a d i s o n s q u a r e g a r d e n   n b a  
i i s   t h e   k n i c k s   g a m e   o n   l e a g u e   p a s s   i f   i ' m   i n   n y   ?
w e   h e r e   
 k n i c k s  
m a y b e   r j   b a r r e t t   a n d   j u l i u s   r a n d l e   n e e d   t o   g e t   i n   a   s c r u f f l e   💪 🏾 🤦 🏾 ‍ ♂ ️ 😒 😫   k n i c k s  
c a m   r e d d i s h   w i l l   s t a r t   f o r   t h e   k n i c k s   o n   f r i d a y   a n d   m o r e   f r o m   t o m   t h i b o d e a u ' s   p r e - g a m e   p r e s s   c o n f e r e n c e   n b a   n y k n i c k s  
b r i n g i n g   b a c k   t h i s   c l a s s i c   c l i p   f o r   t o n i g h t ’ s   g a m e .   l e t ’ s   g e t   i t .   k n i c k s  
m y   s o n   r o c k i n g   o r a n g e   a n   b l u e   i s   a w e s o m e .     k n i c k s   m e t s   l g m  
i ' d   b e   v e r y   i n t e r e s t e d   t o   s e e   d e u c e ,   i q ,   c a m ,   o b i   a n d   m i t c h   p l a y   s o m e   m i n u t e s   t o g e t h e r ,   t h a t ' s   t h e   b e s t   d e f e n s i v e   l i n e u p   k n i c k s
n e w   u p l o a d :   
 
 n b a   1 9 9 6 n b a   9 0 s b a s k e t b a l l   o l d s c h o o l b a s k e t b a l l   b a s k e t b a l l   b b a l l   k n i c k s   s o n i c s   p a t r i c k e w i n g   j o h n s t a r k s   s h a w n k e m p   g a r y p a y t o n   d e t l e f s c h r e m p f   c h a r l e s o a k l e y   m s g
t h i b o d e a u   b e t t e r   h a v e   c a m   s t a r t i n g   a f t e r   i t s   w a s   h i s   b i r t h d a y   w e r e   w e   l o s t   o u t   o n   d o n o v a n   m i t c h e l l   o n   9 / 1   k n i c k s
b r u n s o n ,   c a m ,   b a r r e t t ,   r a n d l e ,   a n d   m i t c h 
 
 i ' m   r e a l l y   c u r i o u s   h o w   t h i s   l o o k s   t o n i g h t   k n i c k s
q u i c k   t h o u g h t s   o n   c a m   r e d d i s h   s t a r t i n g   t o n i g h t   k n i c k s   n b k f a m      
l o o k i n g   t o   s e e   c o n t i n u e d   c h e m i s t r y ,   s p a c i n g ,   b a l l - m o v e m e n t   a n d   p a c e .   1 2 p o i n t s   5   r e b o u n d s   w o u l d   b e   s o l i d   f o r   c a m   t o n i g h t .   k n i c k s   n e w y o r k f o r e v e r  
g o t   a   f u l l   s c h e d u l e   f o r   t o n i g h t ! 
 n b a t v   n b a   n b a t w i t t e r   c e l t i c s   a l l f l y   p a c e r s   k n i c k s   n u g g e t s   b u l l s n a t i o n   w e t h e n o r t h   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s   m a g i c   m f f l   m a v e r i c k s   r a p t o r s   h o r n e t s   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n  
l e t s   f u c k i n g   g o ! ! !   k n i c k s  
y o o   b r i n g   b p   b a c k   t o   t h e   k n i c k s   h e   b e e n   b a l l i n g   s i n c e   h e   b e a t   u p   h a l f   h i s   t e a m   o n   t h e   b u l l s   🤣 🤣 🤣 🤣 🤣  
b a c k   t o   b a s k e t b a l l !   j o i n   m y s e l f ,     +     a s   w e   w i l l   b e   l i v e s t r e a m i n g   t o n i g h t ' s   p r e s e a s o n   m a t c h u p   b e t w e e n   t h e   p a c e r s   +   t h e   k n i c k s   a t   7 : 2 5 p m !   j o i n   u s   i n   t h e   c o m m e n t   s e c t i o n   a s   w e   g e t   a   l o o k   a t   w h a t   t h e   k n i c k s   m a y   l o o k   l i k e   i n   2 0 2 2 ! 

🎥   r j   b a r r e t t   p r a i s e s   t h e   l e a d e r s h i p   t h a t   j a l e n   b r u n s o n   h a s   b r o u g h t   t o   t h e   k n i c k s   - -     o n   i t  
c a m   r e d d i s h   w i l l   s t a r t   t o n i g h t   f o r   t h e   k n i c k s   w i t h   e v a n   f o u r n i e r   r e s t i n g ,   p e r   t o m   t h i b o d e a u   p r e - g a m e
  t h e   k n i c k s   p l a y   t o n i g h t .
c a m   r e d d i s h   i s   s t a r t i n g . 
 
 t h e r e   h a s   t o   b e   s o m e   k n i c k s   f a n s   c r y i n g   i n   h a p p i n e s s   r i g h t   n o w   😂
    y e s   s i r ,   g l a d   t o   h e a r   t h a t   a n d   t h a n k   y o u .   l e t ’ s   s e e   w h a t   o u r   k n i c k s   d o   t h i s   y e a r … l e t ’ s   g o ! !
n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s
c a m   h i v e   w a i t i n g   f o r   t h e   s t a r t i n g   5   t o   d r o p …   k n i c k s  
i s   c a m   p l a y i n g   t o n i g h t ?   k n i c k s
i ' l l   b e   a t   t h e     v     g a m e   o n   n o v   5 t h !   i f   y o u   a r e   g o i n g   t o ,   l e t   m e   k n o w ,   w o u l d   l o v e   t o   t a l k   t o   t h e   p e o p l e   i n   p e r s o n .   c o u l d   e n d   u p   o n   o u r   y t   c h a n n e l .   k n i c k s   t k r  
r j   b a r r e t t   s c o r e d   2 1   p o i n t s ,   o n   5 7 %   s h o o t i n g   i n   t h e   k n i c k s   p r e s e a s o n   o p e n e r .   w h a t   d o   y o u   p r e d i c t   h e   d o e s   t o d a y ?
w h a t   a   b r a t   …   h a   p a p p a   h e e p o w   i s     l a   h e e p o w   f a n   a n d   h i s   b r a t   s o n   i s     n y   h e e p o w   f a n …   u g h   n f t   n f t s   🏀 🏀 🏀 n f t f a m i l y   a l g o n f t   a l g o f a m   k n i c k s   l a k e r s    
b u i l t   b y   n e w   y o r k   |   k n i c k s   7 5 t h   a n n i v e r s a r y 
   
 
   
 a t l a n t i c d i v i s i o n   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k e m b a w a l k e r   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   p a t r i c k e w i n g   r j b a r r e t t   t o m t h i b o d e a u  
o u t t a   t h i s   f c k i n g   w o r l d   .     w e m b a n y a m a   c o m e   o n   
 
     k n i c k s    
j o r d a n   p o o l e   p l a y   f o r   t h e   k n i c k s   n o   o n e ,   r e p e a t ,   n o   o n e   w i l l   p u n c h   y o u .  
w e m b a n y a m a   _ 3 2   i s   e x a c t l y   t h e   t y p e   o f   p l a y e r   i   c r e a t e d   i n   n b a   l i v e   2 0 0 0 ,   j u s   s a y i n ,   h o p e   h e   s t a y s   h e a l t h y ,   h u m b l e   a n d   l e v e l   h e a d e d !     n b a   j o r d a n   k o b e   l e b r o n   k n i c k s   l a k e r s   c e l t i c s  
  w i l l     g e t   m e a n i n g f u l   m i n u t e s ?   s o m e t i m e s ,   s e e m s   l i k e   t h i b s   m a k e s   d e c i s i o n   o f f   o f   f a v o r i t i s m   a n d   n o t   b a s k e t b a l l ,   j u s   s a y i n ,   h e ’ s   t h e   c o a c h ,   k n o w s   m o r e   t h a n   m e !   k n i c k s    
h i   e v e r y o n e ,   v i s a   p r o b l e m   w i t h   m y   g i r l f r i e n d ,   i m p o s s i b l e   t o   c o m e   t o   n y   t o n i g h t .   w e ' r e   s e l l i n g   t w o   t i c k e t s   t o   s e e   t h e   n y c   k n i c k s   v s   i n d i a n a   p a c e r s   p l a y o f f   g a m e .   a n y o n e   i n t e r e s t e d ?   🏀 
 b a s k e t b a l l   n b a   p l a y o f f s 2 0 2 2   k n i c k s   p a c e r s   n y c   m a d i s o n s q u a r e g a r d e n
( n e w   y o r k   p o s t ) : n y   k n i c k s   c o - o w n e r   s t a n d s   t o   r e a p   p a y d a y   f r o m   t w i t t e r - m u s k   d e a l   :   e l o n   m u s k ’ s   s u r p r i s e   o f f e r   t o   b u y   t w i t t e r   f o r   h i s   o r i g i n a l   p r i c e   o f   $ 4 4   b i l l i o n   f o l l o w e d   s h r e w d   m a n e u v e r s   b y   a   b o a r d   m e m b e r   w h o   —   i n   a d d i t i o n   t o   . .  
i t ’ s   a   b e a u t i f u l   d a y   f o r   k n i c k s   p r e s e a s o n   b a s k e t b a l l !   🧡 💙  
c a m   r e d d i s h   g e t s   a n o t h e r   s h o t .   w i l l   h e   t a k e   a d v a n t a g e   t h i s   t i m e ?   k n i c k s   |    
a s   i   s i t   h e r e   t h i n k i n g   a b o u t   l i f e ’ s   i m p o r t a n t   d e c i s i o n s   i   r e a l i z e   i   h a v e   n o t   s e e n   a n y   o f   m y   t e a m s   n y m e t s   n y j e t s   i s l e s   k n i c k s   w i n   a   t i t l e .   i m   g l a d   i   p a s s e d   o n   t h e   d i s a p p o i n t m e n t   t o   m y   k i d s .   l e t s g o m e t s   i s t h i s t h e y e a r
g i v i n g   o u t   a   p a i r   o f   t i c k e t s   f o r   t o n i g h t ’ s   k n i c k s   g a m e   o n   m y   i n s t a g r a m   p a g e !   h e a d   o v e r   t h e r e   n o w   f o r   a   c h a n c e   t o   w i n !
😂 🤣 😂   h o p e   a l l   i s   w e l l   c h r i s   w i t h   y o u   a n d   y o u r   f a m i l y ,   t y   f o r   t h e   g o o d   o l e   d a y s ,   w a s   f u n !   k n i c k s  
    i ’ l l   b e   i n   t h e   b u i l d i n g   t o n i g h t   r e p p i n g .   l e t ’ s   g o   k n i c k s  
( n e w   y o r k   p o s t ) : k n i c k s   j o i n   r e s t   o f   n b a   g u s h i n g   o v e r   t o p   d r a f t   p r o s p e c t   v i c t o r   w e m b a n y a m a   :   p l a y e r s   o n   t h e   k n i c k s   c e r t a i n l y   t o o k   n o t i c e   o f   t h e   p r o j e c t e d   n o .   1   o v e r a l l   p i c k   i n   t h e   2 0 2 3   d r a f t .   . .  
w h a t   e x a c t l y   d o e s   e v a n   f o u r n i e r   n e e d   r e s t   f r o m ? 
 k n i c k s   f r i d a y n i g h t k n i c k s
v e g a s   o d d s   f a v o r   t h e   k n i c k s   o v e r   t h e   p a c e r s ,   - 5 . 0  
j o r d a n p o o l e   y o u   b o u t   t o   g e t   a   b a g   💰   c o n t r a c t   e x t e n s i o n   w i t h   w a r r i o r s   o c t o b e r   1 7 t h   n b a f r e e a g e n c y   k n i c k s   a n d   t r a i l b l a z e r s   r e a d y   t o   s w i p e   💳   c a r d s   💳   a t   p o o l e   a l r e a d y   n b a t w i t t e r
d o n ’ t   t e l l   m e   m e d i a   d o e s n ’ t   w h i n e   a b o u t   t h e   k n i c k s ,   r e a c h i n g   f o r   w h a t ?   w h a t e v e r   d r a y m o n d   d i d   h a s   n o t h i n g   t o   d o   w i t h   n e w   y o r k ,   n a s t y   s m h  
i t ’ s   f u n n y   t h e   c o n c e r n   w a s   e v a n   a n d   b r u n s o n   d e f e n s i v e l y ,   b u t   w h e r e   i   a l w a y s   s e e   t h e   d i s c o n n e c t   i s   w h e n   e v a n   a n d   r a n d l e   h a v e   t o   s w i t c h ,   t u r n s   i n t o   a n   o p e n   l a n e … a l m o s t   e v e r y   t i m e   k n i c k s
l a t e s t   h o o p s   e p i s o d e   w i t h     ,   k   a v e ,     o n     t h e i r   k n i c k s   p r e s e a s o n   b a s k e t b a l l   a n d     n b a   n o r t h w e s t   & a m p ;   p a c i f i c   d i v i s i o n s   & g t ;     & l t ;   w o l v e s   t h u n d e r   j a z z   b l a z e r s   n u g g e t s   w a r r i o r s   c l i p p e r s   s u n s   k i n g s   l a k e r s     k n i c k s t a p e  
t h a n k   g o o d n e s s   t h e   k n i c k s   p l a y   t o n i g h t   i t ' l l   m a k e   m e   f o r g e t   a l l   a b o u t   t h e   r a y s
i t s   o v e r   f o r   m y   r a y s   i   d o n ' t   s e e   t h e m   w i n n i n g   t o m o r r o w   i   w i l l   n o w   f o c u s   o n   t h e   k n i c k s     p a t r i o t s   a n d   r a n g e r s
_ n e w y o r k   h e   h a d   t o   k e e p   p o s i t i v e   a t t i t u d e   a n d   n e v e r   w o u l d   s h o w   h o w   h e   w a s   d e v a s t a t e d   t o   b e   t r a d e d .   o n e   o f   t h e   c l a s s i e s t   p e o p l e   i n   n b a   h i s t o r y   a n d   v e r y   u n d e r r a t e d   i n   h i s t o r y .   t h i s   g u y   w a s   a n   a l l   t i m e   g r e a t   a n d   t h e   g r e a t e s t   k n i c k   o f   a l l   t i m e     t h e   b e s t   k n i c k s
i s   i q   s t a r t i n g   t o n i g h t ? ? ? ?   k n i c k s
t h e   k n i c k s   a n d   t h e   m e t s   w i l l   b o t h   b e   p l a y i n g   t o n i g h t   w h i c h   g a m e   a r e   y o u   g o i n g   t o   s e e   t o n i g h t   l g m   n e w y o r k f o r e v e r
h e ’ s   s o   i m p o r t a n t   t o   o u r   t e a m .   n e w y o r k f o r e v e r   k n i c k s  
c e l e b r i t i e s   w a t c h i n g   t h e   k n i c k s   i n   2 0 1 8 
 ( r e g i n a   k i n g ,   h u g h   j a c k m a n ,   e l l e n   p o m p e o )  
i   h a v e   n o   d o u b t !   😂 k n i c k s  
t o n i g h t ,   w e ' l l   b e   s t r e a m i n g   o u r   f i r s t   n b a   g a m e   o f   t h e   s e a s o n   t o n i g h t   a s   t h e   p a c e r s   t a k e   o n   t h e   k n i c k s   a t   m s g !   w e ' l l   b e   l i v e   a t   7 : 2 5   p m   f o r   p r e g a m e   d i s c u s s i o n   a n d   t h o u g h t s   b e f o r e   t i p - o f f   a t   7 : 4 0 !   s e e   y a   g u y s   t h e n ! 
 n e w y o r k f o r e v e r   

m i t c h e l l   r o b i n s o n   o n   a d d i n g   c r o s s o v e r s   t o   h i s   g a m e :   " i   g o t t a   d o   s o m e t h i n g ,   i t ' s   a b o u t   t o   b e   y e a r   5 " .   k n i c k s   t k r  
c a m   r e d d i s h :   a v a i l a b l e 
 
 e v a n   f o u r n i e r :   o u t 
 
 q u e n t i n   g r i m e s :   o u t 
 
 🗣   l e t ' s   g o   c a m   💯 😂 💪 🏽   k n i c k s  
d r i   f i t   s h i r t s 
 k n i c k s   k n i c k s t a p e   k n i c k s n a t i o n   k n i c k s b a s k e t b a l l   k n i c k s m e m e s   k n i c k s w a y   n y k n i c k s   k n i c k s g a m e   k n i c k s a l l d a y   k n i c k s 4 l i f e   k n i c k s f a m i l y   k n i c k s j e r s e y   k n i c k s w i n   l a k e r s   l a k e r s n a t i o n   l a k e r s b a s k e t b a l l   l a k e r s g a m e   l a k e r s a l l d a y   l a k e r s 4 l i f e   l a k e r s j e r s e y  
w h a t   d o   w e   l i k e   k n i c k s   t w i t t e r ?  
    
 
 j e r e m y ,   i ' m   k n i c k s   f a n   s i n c e   1 9 6 8 ,   i   c a n ' t   b e g i n   t o   s a y   h o w   m u c h   f u n / e x c i t e m e n t   y o u   g a v e   m e ,   y o u   w e r e   u n b e l i e v a b l e ,   i   w a s   n o t   h a p p y   y o u   d i d n ' t   s t a y   f o r   m a n y   y e a r s .   g o o d   l u c k   n   g o d   b l e s s   y o u   i n   y o u r   e n d e a v o r s   n   t y v m u c h !   🥰   t y   t o   b o t h   f o r   d o i n g   t h i s   i n t e r v i e w !
i ’ d   t r a d e   j u l i u s   f o r   d r a y m o n d   w i t h i n   m i l l i s e c o n d s   b t w     k n i c k s
h e   a i n ' t   l y i n g   🤣   k n i c k s    
h a h a h a   _ n b a   ‘ b l o o d   i n   t h e   g a r d e n ’   g a v e   s o m e   i n s i g h t   i n t o   t h a t   k n i c k s  
i   g o t   o n e   s i n g l e   t i c k e t   t o   g i v e   o u t   f o r   t o n i g h t ’ s   k n i c k s   p r e s e a s o n   g a m e   a t   t h e   g a r d e n !   
 
 t w e e t   m e   a n d   m a k e   m e   l a u g h .   t h e   b e s t   o n e   b y   2 p m   i ’ l l   h o o k   u p !
🔥   t a k e s   f o r   t o n i g h t ? 
 
 p u t   t h e m   d o w n   b e l o w !   k n i c k s
l e s s   t h a n   2   w e e k s   a w a y   f r o m   k n i c k s   s z n   a n d   w i f e y   m a d e   t h i s   f o r   o u r   b a b y   l f g   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   t e a c h i n g   h i m   h o w   t o   b e   d i s a p p o i n t e d   l o l  
m y   r e a d   o n   t h e   n e w   y o r k   k n i c k s '   d e p t h   c h a r t   f o r   f a n t a s y :   
 
 p g   j a l e n   b r u n s o n 
 s g   e v a n   f o u r n i e r 
 s f   r . j .   b a r r e t t 
 p f   j u l i u s   r a n d l e 
 c   m i t c h e l l   r o b i n s o n 
 6   d e r r i c k   r o s e 
 7   o b i   t o p p i n 
 8   i s a i a h   h a r t e n s t e i n 
 9   q u i c k l e y 
 1 0   q u e n t i n   g r i m e s   ( i n j u r e d ) 
 
 k n i c k s     n b a   f a n t a s y   n b a 2 k 2 3  
t h e   o n l y   a c c e p t a b l e   p e o p l e   f o r   t h i b s   t o   s t a r t   i n s t e a d   o f   c a m   w o u l d   b e   r o s e   o r   q u i c k .   i f   h e   r u n s   o u t   d e u c e   o r   s o m e   o b i / r a n d l e   o r   r a n d l e / h a r t e n s t e i n   c o m b o ,   c a m   n e e d s   t o   p a c k   h i s   b a g s .     k n i c k s
l e t ’ s   m a k e   t h i s   h a p p e n   k n i c k s   p o o l e   n b a   🏀  
j   e l l i s   t h e   h a r d e s t   w o r k i n g   m a n   i n   t h e   k n i c k s - v e r s e .   w h a t   a n   h o n o r   t o   s h a r e   t h e   s t a g e   w i t h   t h e     a n d     t o   t a l k   k n i c k s  
c a m   g o o d   t o   g o   i s   a   g o o d   s i g n .   h e   n e e d s   t h e   m i n u t e s .   w e ' v e   g o t   t h e   g a m e   t o n i g h t   o n     s t a r t i n g   a t   7 : 3 0   p m .   s e e   y o u   o n   t h e   p o s t g a m e !   k n i c k s  
i   i n i t i a l l y   t h o u g h t   t h a t   r e d d i s h   w o u l d   b e   o u t   b u t   h i s   a n k l e   s e e m s   t o   b e   b e t t e r .   i t ' s   h i s   t i m e   t o   s h i n e .   h e ' s   a   n i c e   f i t   n e x t   t o   r j .   k n i c k s  
y a l l   r e a l l y   s u r e   y a l l   w a n t   t o   s h o w   l o v e   t o   t h i s   s n a k e   j e r e m y   l i n   k n i c k s   f a n s   ? ? ? ? ? ?  
a l r i g h t   c a m ,   y o u   h a v e   t o   s t a r t !   e f   i s   o u t !   t h i s .   i s .   y o u r .   c h a n c e !   k n i c k s   t k r   l g k  
s o   g o   w i t h   t h e   j a l e n / i q   d u o   a t   t h e   g u a r d   p o s i t i o n s   o r   g o   w i t h   t h e   j a l e n / r j / c a m / r a n d l e / m i t c h   l i n e u p ? 
 
 d e c i s i o n s . . . . . 
 
 k n i c k s   n e w y o r k f o r e v e r   w e h e r e  
b o m b !   c a m   w i l l   p l a y   t o n i g h t !   k n i c k s  
l o o k   a t   t h i s   b s   l m a o o o o o   m a n   o h   m a n   m r   n a r r a t i v e   & a m p ;     f r a n k   /   l i n   l o v e r   d u d e   i s   h i l a r i o u s   g u e s s   w h o   h e   w o n ' t   e v e r   t r y   t o   d o   a   i n t e r v i e w   w i t h   c a n   a n y   k n i c k s   f a n   g u e s s   w h a t   p l a y e r   h e   w o n ' t   d a r e   t r y   t o   i n t e r v i e w ?   l o l  
w o u l d   d r a y m o n d   h a v e   p u n c h e d   j u l i u s   i n   p r a c t i c e   l a s t   s e a s o n ?   k n i c k s   w a r r i o r s
" w h a t   h e   d i d   w a s   s e t   a   t o n e ,   b u t   i t   w a s   a   p h y s i c a l   t o n e . "   a l a n   h a h n   o n   j a l e n   b r u n s o n ' s   m s g   d e b u t .   b r u n s o n   & a m p ;   t h e   k n i c k s   w i l l   b e   b a c k   i n   a c t i o n   t o n i g h t   a g a i n s t   t h e   p a c e r s !   k n i c k s   t k r      
g e n e r a t i o n a l   t a l e n t   v i c t o r   w e m b a n y a m a -   
 n u m b e r   o f     t e a m s   w i l l   t a n k   f o r   h i m 
 
 n b a   k n i c k s   l a k e r s   
 

1 9 8 8   & a m p ;   1 9 8 9   f l e e r   p a t r i c k   e w i n g   b a s k e t b a l l   c a r d s   b a s k e t b a l l   s p o r t s c a r d s f o r s a l e     k n i c k s  
t h e   k n i c k s   w i l l   p l a y   t h e i r   s e c o n d   p r e s e a s o n   g a m e   t o n i g h t   v e r s u s   t h e   i n d i a n a   p a c e r s .     s a y s   i n d i a n a ’ s   f i r s t   w i n   i s   f a r   l e s s   i m p r e s s i v e . 
 
 t h i s   a n d   m o r e   i n   t h e   t h e   p r e v i e w   f o r   t o n i g h t . 
 

j u l i u s   r a n d l e ,   c a m   r e d d i s h ,   a n d   a   p r o t e c t e d   1 s t   f o r   d r a y m o n d   g r e e n .   k n i c k s   w a r r i o r s
i t ’ s   g a m e d a y ! 
 
 ⚔ ️ i n d i a n a   p a c e r s   
 ⏰ 7 : 3 0   p m   e s t 
 📺 m s g   n e t w o r k s 
 
 l e t ’ s   g o   k n i c k s !  
c o c a i n e   i s   a   h e l l u v a   d r u g   & a m p ;   i   s t a n d   b y   m y   s t a t e m e n t   t h a t   i f   t h e   k n i c k s   w i n   t h e   c h a m p i o n s h i p   w h e n e v e r   t h a t v u s   i ' m   d o i n g   t h i s   d a n c e   l i v e   p r o b a b l y   o n   3 4 t h   s t r e e t   m i d d l e   o f   t h e   s t r e e t   l m a o o o o o  
t h e m e   m u s i c .   🎶   k n i c k s   n e w   y o r k .  
t h i s   t h e   a n t h e m   k n i c k s  
t e a m s   i ’ d   e x p e c t   t o   g o   f o r   a   t o p   2   p i c k   i n   t h e   n b a   d r a f t   
 
 t e a m s   a l r e a d y   d o i n g   i t : 
 j a z z 
 s p u r s 
 t h u n d e r   ( t h e y   h a v e   a   b i l l i o n   p i c k s ) 
 
 t e a m s   t h a t   s h o u l d   1 0 0 %   g o   a l l   i n 
 k n i c k s   
 k i n g s 
 m a g i c   
 
 t h e r e   w i l l   b e   a   t o n   o f   t e a m s   h a l f   w a y   t h r o u g h   g o   i n   f i r e   s a l e s   m o d e   a t   t r a d e   d e a d l i n e  
      n o b o d y   b u t   s a d   k n i c k s   f a n s   r e m e m b e r   t h a t   l o l
w e m b a n y a m a   c o m e   o n   
 
       b e   a   b a d d d d   y e a r   f o r   t a n k i n g   🫣 .     k n i c k s  
n e w   v i d e o   t o   w a t c h : 
 
 " t o m   t h i b o d e a u   |   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e "   
 
 c r e a t o r :     n e w   y o r k   k n i c k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " m i t c h e l l   r o b i n s o n   |   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e "   
 
 c r e a t o r :     n e w   y o r k   k n i c k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
  w o k e   u p .     g o t t a   j o b …   a n d   i t ’ s   f r i d a y .     k n i c k s   p l a y   t o n i g h t .
n e w   v i d e o   t o   w a t c h : 
 
 " i s a i a h   h a r t e n s t e i n   c o u l d   b e   t h e   x - f a c t o r   f o r   t h e   k n i c k s   s u c c e s s "   
 
 c r e a t o r :     k n i c k s   n a t i o n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
m e   w h e n   h e a r i n g   t h e   k n i c k s   p l a y   t o n i g h t  
n e w   q u a l i t y p u r c h a s e .   r e a d y   f o r   f r i d a y n i g h t k n i c k s   n e w y o r k f o r e v e r   k n i c k s   k n i c k s w a l l   k n i c k s t a p e   k c d a   k n i c k s t w i t t e r   g o n e w y o r k g o n e w y o r k g o   ⁦ ⁩  
i f   y o u   d o n ’ t   h a v e   p l a n s   t o m o r r o w   p u l l   u p   t o   t h e   r u c k e r   f o r   t h i s   a w e s o m e   k n i c k s   c e l e b /   a l u m n i   g a m e !   
 
 i ’ l l   b e   p l a y i n g !   
 
 h o p e   t o   s e e   y o u   t h e r e ! !   🧡 💙  
g o o d   m o r n i n g   t w e e p s   i t ’ s   g a m e   d a y   k n i c k s
w a r r i o r s   a r e   f a l l i n g   a p a r t .   k n i c k s   i n   s i x .
o b i   t o p p i n   s h o u l d n ’ t   e x p e c t   m a j o r   m i n u t e s   w i t h   t h e   k n i c k s     s h o u l d n t
_ n e w y o r k   w e   a r e   e v e r y w h e r e   k n i c k s
l o v e   t h a t   “ e n t e r g a l a c t i c ”   o n   n e t f l i x   s h o w s   s o m e   l o v e   t o   m i n n i e   r i p e r t o n   a n d   t h e   k n i c k s !   k n i c k s   m i n n i e r i p e r t o n
t h e   k n i c k s   n e e d   a n   i d e n t i t y   c h a n g e ,   t h i s   c o u l d   h e l p   k n i c k s   n b a   
 

[ b e g l e y ]   q u e n t i n   g r i m e s   ( f o o t )   a n d   c a m   r e d d i s h   ( a n k l e )   a r e   o u t   t o m o r r o w ,   t o m   t h i b o d e a u   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
[ v i d e o ]   a   d e e p e r   l o o k   o f   h o w   j a l e n   b r u n s o n   f i t s   i n t o   t h e   k n i c k s   & a m p ;   h i s   p e r f o r m a n c e s   i n   g a m e s   w i t h   n o   l u k a   l a s t   s e a s o n   k n i c k s   m t a   n e w y o r k f o r e v e r 
  
g e t   t i c k e t s   n o w   a n d   g o   s e e   n b a   p r e s e a s o n :   n e w   y o r k   k n i c k s   v s .   i n d i a n a   p a c e r s   a t   m a d i s o n   s q u a r e   g a r d e n   i n   m a n h a t t a n   t o n i g h t   a t   7 : 3 0 p m . 
 
 k n i c k s   n e w y o r k c i t y 

i m a   f a n   o f   t h e   k n i c k s  
k n i c k s   r j   b a r r e t t   c l a p s   b a c k   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   k n i c k s h i g h l i g h t s   k n i c k s r j b a r r e t t   n e w y o r k k n i c k s   n e w y o r k k n i c k s h i g h l i g h t s   n e w y o r k k n i c k s r j b a r r e t t   n e w y o r k k n i c k s r j b a r r e t t h i g h l i g h t s   n y k n i c k s   r j b a r r e t t   r j b a r r e t t b e s t p l a y s  
e p   1 7 8   o n   t h e   ⁦ ⁩ .   t a l k i n g   n y m e t s   c h o k e ,   h u g e   w i n   i n   w e e k   4   f o r   t h e   n y j e t s   & a m p ;   m o r e   n f l   t h o u g h t s .     t h e n   ⁦ ⁩   c o m e s   o n   f o r   a   k n i c k s   t h e r a p y   s e s s i o n    
      _ k n i c k s p r   i t   w o u l d   b   w i s e   f o r   u s   t o   s i g n     l e t ’ s   g o   k n i c k s   w e   n e e d   t h a t   s m a l l   f o r w a r d   p o s i t i o n   w i t h   c a m   n   g r i m e s   i n j u r i e s
n e w   y o r k   c i t y !   t h i s   i s   o u r   p g !   
 t h e   k n i c k s   p l a y   b a s k e t b a l l   t o n i g h t !   g e t   e x c i t e d !   t k r    
o h   y o u   d i d n t   k n o w ?   y o   a s s   b e t t e r   c a l l   s o m e b o d y y y y !   k n i c k s   p l a y   t o n i g h t ! !   k n i c k s   n e w y o r k f o r e v e r  
k n i c k s   w i n   t o t a l   g u e s s t i m a t e   f o r   2 2 / 2 3   s e a s o n   s h o u l d   b e   h i g h e r .   s o o o   m a n y   t e a m s   w i l l   b e   g o i n g   f o r   l o t t e r y   a s   t h e y   t a n k   h u g e   a s   s e a s o n   g o e s   o n .   w h y   b e   a   8 t h / 9 t h / 1 0 t h   s e e d ?   s t u p i d   a c t u a l l y !   
 
     _      
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   v s   p a c e r s   p r e s e a s o n   g a m e   p r e v i e w "   
 
 c r e a t o r :     c l u t c h   b b a l l   t v 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
i   f e e l   s a d / b u m m e d   a b o u t   o u r   k n i c k s   a f t e r   a n o t h e r   v i c t o r w   o u t i n g .   2 0 2 3   d r a f t   w i s e ,   w e ' l l   b e   8 t h   t o   1 5 t h   r a n g e ,   j u s t   a   s h a m e .   a n y w a y ,   j u s t   s u c k s   n o t   g o i n g   f o r   t h e   m o r e   r e a l i s t i c   b i g   p r i z e   v i c t o r w   v s   a   r i n g   2 2 / 2 3   s e a s o n .   s o r r y . . . . 
 
  
  ,   k   a v e ,     o n   k n i c k s   p r e s e a s o n   b a s k e t b a l l   a n d     n b a   n o r t h w e s t   & a m p ;   p a c i f i c   d i v i s i o n s   & g t ;     & l t ;   w o l v e s   t h u n d e r   j a z z   b l a z e r s   n u g g e t s   w a r r i o r s   c l i p p e r s   s u n s   k i n g s   l a k e r s  
i   w i s h   t h e   k n i c k s   p l a y e d   e v e r y d a y … g a m e   d a y ! ! !   l f g ! ! !   🚀 🚀 🚀    
h o l d   o n   y ' a l l !   i ' m   w o r k i n g   o n   g e t t i n g   b a c k .   
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s a l l d a y   k n i c k s n e w s   k n i c k s w i n   n y c   m s g   t h e g a r d e n   k n i c k s w o r l d   n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k   
  
n e w   y o r k   k n i c k s   l o o k   d o m i n a n t   i n   f i r s t   p r e s e a s o n   g a m e 
 
 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h
s m h ,   d o n ' t   k n o w   w h y   e v e r y   t e a m   i n   b o t t o m   h a l f   o f   n b a   i s n ' t   g o i n g   t o   t a n k   f o r   a   s h o t   a t   v i c t o r   w e m b a n y a m a ,   u n s t o p p a b l e ,   w i s h   o u r   k n i c k s   w e r e ,   g u y   m a k e s   m e   d r o o l ,   a c t u a l l y   s h o u l d   b e   b a n n e d   f r o m   n b a ,   u n f a i r .    
s m h ,   d o n ' t   k n o w   w h y   e v e r y   t e a m   i n   b o t t o m   h a l f   o f   n b a   i s n ' t   g o i n g   t o   t a n k   f o r   a   s h o t   a t   v i c t o r   w e m b a n y a m a . . . u n s t o p p a b l e . . . w i s h   m y   k n i c k s   w e r e ,   g u y   m a k e s   m e   d r o o l ,   a c t u a l l y   s h o u l d   b e   b a n n e d   f r o m   n b a ,   u n f a i r . . . .  
g o o d   m o r n i n g !   g i v e   t h a n k s   k n i c k s   p l a y   t o d a y !
😂   h a r d   t o   a r g u e ,   t h i s   w o u l d   b e   m y   w i s h ,   u n l o a d   v e t s   a n d   p l a y   y o u n g   g u y s   a n d   l e t   c h i p s   f a l l   w h e r e   t h e y   m a y ,   g o o d   o r   b a d . . . . . .   k n i c k s     
 
           _      
      l i n   w a s   s u p e r   o v e r r a t e d ,   u n f o r t u n a t e l y   h e   d o e s n ’ t   r e a l i z e   h i s   s k i l l   s e t   i s   t h e   r e a s o n   h e   d i d n ’ t   s u c c e e d   f u r t h e r !   n b a     h e   r a n   t o     f o r   t h e   b a g ,   a n d   t h a t ’ s   t h a t !   k n i c k s  
t h e   n e w   y o r k   k n i c k s   p l a y   b a s k e t b a l l   t o n i g h t   🔥  
y e s   h e   i s . . . .   k n i c k s  
o k ,   l e t ' s   w a t c h   t h i s   😀 k n i c k s  
    t h i s   i s   r e a c h i n g .   h e s   r i g h t ,   k n i c k s   a r e   i n   a   g r e a t   s p o t .   t h a t   t a n k i n g   n o n s e n s e   i s   r i s k y ,   i t ' s   l i k e   w i n n i n g   1 7   g a m e s   f o r   z i o n   o r   m o r a n t   b u t   e n d i n g   u p   w i t h   r j   b a r r e t t .
k i l l i n g   t w i t c h   s t r e a m e r s   i n   t h e   m i d r a n g e   w /   s t e p - b a c k s   c a u s e   i ’ m   a   o l d   n i g g a   😂   k n i c k s   n b a 2 k 2 3   p s 5    
b r o n c o s   c o u n t r y .   l e t s   r i d e e e 
 s t i c k   t o   d a   k n i c k s  
r i p   d r a z e n   p e t r o v i c   🙏   h e   w a s   a   g r e a t   p l a y e r .   o n e   o f   m y   f a v o r i t e s .   a n d   i ' m   a   k n i c k s   f a n .   n b a   j a m ,   p i c k   t h e   n e t s   w i t h   h i m   a n d   k e n n y   a n d e r s o n   o m g .  
      _ l i f e r s   _ n y _ b   t h i s   i s   t h e   g u y   -   n o t   s p i d a   - - -   i   w o u l d   h a v e   p a i d   f o r   t o   b r i n g   t o   t h e   k n i c k s   - -   l o o k   a t   t h e s e   n u m b e r s 

w h e n   y o u   c o a c h   t h e   k n i c k s   a n d   y o u r   t e a m   g e t s   i n t o   a   f i g h t   w i t h   t h e   h e a t   
 
 n b a   c a t s 

n e w   j o i n t   i s   u p . 
 
 k n i c k s   n y k   n y k n i c k s   n e w y o r k   
 p i s t o n s   p a c e r s   v i c t o r w e m b a n y a m a   
 n b a   p r e s e a s o n   
 
           _ 3 2   
 

i f   y o u   t h i n k   w e ' r e   c r a z y   n o w ,   w a i t   u n t i l   t h e   p r e s e a s o n ! 🏀 
 
 n b a   n b a p r e s e a s o n   p r e s e a s o n   k n i c k s   n y k n i c k s   n y c   b a s k e t b a l l  
    w o r d .   w h e r e   e l s e   w e r e   t h e y   g o n n a   s h i n e   t h e y   w a y   t h e y   d i d ?     o n e   t h i n g   a b o u t   k n i c k s   f a n s   -   i f   y o u   s h o w   u p   f o r   u s   w e   g o n n a   g i v e   y o u   m a d   f l o w e r s .
  w o r k   o n   y o u r   j u m p e r   c o m i n g   o f f   s c r e e n s   —   e s p e c i a l l y   w h e n   c o m i n g   o f f   t h e   r i g h t   s i d e ,   y o u r   l e a d   f o o t   p l a c e m e n t   i s   q u e s t i o n a b l e   a f f e c t i n g   t h e   h e i g h t   l f   y o u r   j u m p   s h o t .   y o u r   t i m e   o n   t h e   c o u r t   i s   d i r e c t l y   r e l a t e d   t o   y o u r   s h o o t i n g   y o u n g   m a n .   a n d 1 p o d c a s t   k n i c k s
j a   m o r a n t   h i l a r i o u s l y   d i s r e s p e c t e d   i n   2 0 2 2 - 2 3   n b a   g m   s u r v e y 
 
 
 
 n b a   m e m p h i s   g r i z z l i e s   g r i n d c i t y   g o s p u r s g o   s p u r s   s a n a n t o n i o   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   n b a 2 k 2 3   n b a 2 k   n b a i n a b u d h a b i   n b a t w i t t e r   l a k e s h o w   l a k e r s   l o s a n g e l e s   b u l l s n a t i o n   m f f l
d e s p i t e   " l o s t   c o n f i d e n c e " ,   d e r o z a n ' s   t i m e   w i t h   t h e   s p u r s   w a s   v a l u a b l e 
 
 
 
 n b a   g o s p u r s g o   s p u r s   s a n a n t o n i o   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   n b a 2 k 2 3   n b a 2 k   n b a i n a b u d h a b i   n b a t w i t t e r   l a k e s h o w   l a k e r s   l o s a n g e l e s   b u l l s n a t i o n   m f f l   d a l l a s   m a v e r i c k s
j a l e n   b r u n s o n ' s   e p i c   k n i c k s   d e b u t   s h o u l d   h e l p   s i l e n c e   o v e r p a i d   c r i t i c s 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   n b a 2 k 2 3   n b a 2 k   n b a i n a b u d h a b i   n b a t w i t t e r   l a k e s h o w   l a k e r s   l o s a n g e l e s   b u l l s n a t i o n   m f f l   d a l l a s   m a v e r i c k s   b r o o k l y n t o g e t h e r     n e t s   j a z z
s t u n n i n g l y   s i m p l e   k n i c k s   🏀    
    _ _ w a r   _                       _ 1 9 1 4     @ _ a n g e l f r m p h i l l y   _ d u d e   _ j _ d _ m   @ _ k n i c k s 1 6 8 8   _ m a c       _ s t e v e n       _ 2 2     _ _                 @ _ b i l l y h o y l e o f n j                           t h i s   i s   w h a t   s o s a   i s   t a l k i n g   a b o u t   t h e   a n s w e r   s h o u l d   b e   s o   d a m   e a s y   f o r   t h e   k n i c k s   u n f o r t u n a t e l y   s e l l i n g   s e a t s   i s   m o r e   i m p e r a t i v e   t h a n   t h e   f u t u r e . . . 
 k n i c k s  
[ k a t z ]   m i t c h e l l   r o b i n s o n   o n   w h y   h e   t r i e d   t o   a d d   s o m e   p o s t   m o v e s   o v e r   t h e   s u m m e r :   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
n e w   y o r k ’ s   m o s t   p o p u l a r   s p o r t s   t e a m s   & g t ;     n e w y o r k   j e t s   g i a n t s   r a n g e r s   i s l a n d e r s   k n i c k s   n e t s   s a b r e s   b i l l s   m e t s   y a n k e e s
k i d s   a r e   r e a d y   f o r   t h e   s e a s o n   k n i c k s  
p o s t s p o r t s p l u s :   w h a t   t h e   k n i c k s ’   p r e s e a s o n   o p e n e r   s a i d   a b o u t   t h e i r   m o t i v a t i o n ,   a n d   p o t e n t i a l    
p o s t s p o r t s p l u s :   w h a t   t h e   k n i c k s ’   p r e s e a s o n   o p e n e r   s a i d   a b o u t   t h e i r   m o t i v a t i o n ,   a n d   p o t e n t i a l    
i ’ m   a c t u a l l y   a   b i g   f a n   o f   t h e   j u l i u s   r a n d l e   s p i n   m o v e   i n t o   4   d e f e n d e r s   t h i s   y e a r   k n i c k s  
m a n   t h i s   m a d e   m e   e m o t i o n a l   a g a i n . .   d e f i n i t e l y   o n e   o f   m y   t o p   g a r d e n   m e m o r i e s . .   s t i l l   h o p e   m e l o   c o m e s   h o m e   t h i s   s e a s o n   k n i c k s   s t a y m e 7 o  
" k n i c k s   d i d   f u l l   s o n g     w o r l d   p r e m i e r e   🔥   j   b o o g i e   d a   c l o s e r     k n i c k s   j b o o g i e   4 o u r t h e l o v e o f t h e g a m e "   o n   y o u t u b e   -  
_ _ w a r                       _         _ 1 9 1 4     @ _ a n g e l f r m p h i l l y   _ d u d e   _ j _ d _ m   @ _ k n i c k s 1 6 8 8   _ m a c       _ s t e v e n       _ 2 2     _ _               @ _ b i l l y h o y l e o f n j                           3 r d   y o u n g e s t   s q u a d   ( 8   1 s t   r d   p k s )   w i t h   2   p l a y e r s   o v e r   3 0 y r s - o l d   & a m p ;   y o u ' r e   c o n f u s e d   o n   t h e   d i r e c t i o n   ⬇ ️ ⬆ ️ . . . . . . . ? ? ? ? ? ? ? ? ? ? ? ! ! ! ! ! ! 
 
 s t o p   w a t c h i n g   b - b a l l   🔥 
 k n i c k s 🏀 💯  
t h i s   a l e x   d u d e   a l l   h e   d o e s   i s   t a l k   s h i t   a b o u t   t h e   k n i c k s   y e t   h e   c a l l s   h i m s e l f   a   f a n .   w t f   e v e r y   o t h e r   t w e e t   i s   t a l k i n g   s h i t .   s u c k   i t   u p   e n j o y   i t   a n d   w a t c h   i t   s h u t   u p .   
 l l o r ó n  
  t h i s   i s   n o t   a   k n i c k s   p o s t
t h i s   i s   n o t   a   k n i c k s   p o s t  
p o s t s p o r t s p l u s :   w h a t   t h e   k n i c k s ’   p r e s e a s o n   o p e n e r   s a i d   a b o u t   t h e i r   m o t i v a t i o n ,   a n d   p o t e n t i a l    
j e t s   m e t s   k n i c k s   a s   l i f e   l o n g   f a n   i m   u s e d   t o   s u f f e r i n g   ,   b e i n g   b l i n d s i d e d   a n d   i n   g e n e r a l   b e   c o m p l e t e l y   e m b a r r a s s e d   o n   n a t i o n a l   t v .   $ t g g i   w a s   s t i l l   h a r d   t o d a y   😳
k n i c k s   d o   w h a t   y o u   d o   b e s t   i n   2 0 2 2 / 2 3   t a n k   f o r   
 
 v i c t o r   w e m b a n y a m a
t h a n k s   f o r   t h e   l o v e     e n t e r g a l a t i c   k n i c k s  
t h a n k   y o u .   i   w a s   a t   s e v e r a l   g a m e s   d u r i n g   6 9 - 7 0 .   y o u n g s t e r s   h a v e   n o   i d e a   h o w   g o o d   t h o s e   2   c h a m p i o n s h i p   t e a m s   w e r e .   m a n y   d o n ’ t   e v e n   k n o w   w h o   p l a y e r s   l i k e   d i c k   b a r n e t t   a r e ,   w h i c h   i s   a   s h a m e .   b u t   w e   a l l   l o v e   o u r   k n i c k s   ❤ ️  
p o s t s p o r t s p l u s :   w h a t   t h e   k n i c k s ’   p r e s e a s o n   o p e n e r   s a i d   a b o u t   t h e i r   m o t i v a t i o n ,   a n d   p o t e n t i a l    
t a k e f l i g h t     l g m     k n i c k s   
 
 f o l l o w   a l o n g   w i t h   t h e   n e w   y o r k   s p o r t s   t e a m s   i n   t h e   a r m c h a i r   s p o r t s   u n i v e r s e !   t h e   m o s t   r e a l i s t i c   s i m u l a t i o n   s p o r t s   l e a g u e s   e v e r .   i t ' s   d y n a s t y   f a n t a s y   s p o r t s   b u t   s i m u l a t e d   w i t h   v i d e o   g a m e s .   l i n k   t o   d i s c o r d   s e r v e r   i n   b i o .  
1 3   d a y s   a w a y   f r o m   k n i c k s   o p e n i n g   n i g h t !   o n l y   r i g h t   t o   f e a t u r e   1 3   e v a n   f o u r n i e r ! 
 
 h e r e ’ s   a   l i t t l e   s n e a k   p e e k   o f   t h e   v i d e o   o p e n   w e   s h o t   w i t h   t h e   k n i c k s   o n   n b a m e d i a d a y !   n e w y o r k f o r e v e r  
i f   r j   b a r r e t t   b e c o m e s   a n   a l l - s t a r   t h i s   s e a s o n ,   h o w   a b o u t   r j ,   t o p p i n ,   g r i m e s ,   a n d   7   f i r s t - r o u n d   p i c k s   f o r   w e m b a n y a m a ?   😂   k n i c k s
s p o r t s t r a d i n g c a r d s   s p o r t s c a r d s   t r a d i n g c a r d s   b a s k e t b a l l c a r d s   t h e h o b b y   n b a   n b a t w i t t e r   n b a p r e s e a s o n   k n i c k s   n y k n i c k s   p r i z m   
 c h e c k   o u t   2 0 2 0 - 2 1   c l e a r l y   d o n r u s s   r a t e d   r o o k i e   i m m a n u e l   q u i c k l e y   a u t o   h g a   9 . 5   g e m   m i n t     e b a y   v i a  
“ n o t   e v e r y o n e   w h o   c a m e   t o   w a t c h   y o u   p l a y   i s   t h e r e   t o   c h e e r   f o r   y o u . ”   ~ t h e   m i n d g a m e 
 
 s t a y f o c u s e d   🤓 
 
 t h e m i n d g a m e   
 m e n t a l p e r f o r m a n c e   k o b e   s p i k e l e e   l a k e r s   k n i c k s   s p o r t p s y c h o l o g y  
        y o u r e   b o t h   r i g h t   b u t   i   r e c a l l   t h e y   h a d   a   d e a l   a n d   l i n   w e n t   b a c k   t o   m o r e y   a n d   h o u   a d d e d   t h a t   e x t r a   y e a r   “ p o i s o n   p i l l ”   w h i c h   t h e   k n i c k s   c o u l d   n o t   m a t c h   b c   o f   t h e   c b a … s o   l i n   l e f t .   i t   w a s   a   s h a d y   m o v e   b y   l i n   i m o …
m o r e   r o u g h   t i m e s   a h e a d   k n i c k s   f a n s .   
 d o l a n   i s n ' t   s e l l i n g   😟 

k n i c k s   n e e d   t o   s h o c k i n g l y   w i n   t h e   d r a f t   n e x t   y e a r   l i k e   t h e y   d i d   w i t h   p a t r i c k   e w i n g   s o   m a n y   y e a r s   a g o .   n o   f r a n c h i s e   d e s e r v e s   s o m e t h i n g   s h o c k i n g   a n d   w o n d e r f u l   m o r e   t h e n   t h e   c l u b   i n   ! ! !  
c a n   t h e   k n i c k s   p l e a s e   t a n k   f o r   v i c t o r   w e m b a n y a m a ? ! ?   o h   m y   g o d   t h i s   k i d   i s   s o   p h e n o m e n a l   
 k n i c k s   v i c t o r w e m b a n y a m a
i   n e e d   t o   c a m   r e d d i s h   p l a y   m o r e   m i n u t e s   a n d   e v e n t u a l l y   m a k e   i t   i n t o   t h e   r o t a t i o n .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a  
f o r g o t t e n   s t a r s : 
 
 m i k e   b i b b y   w a s   a   v e r y   s o l i d   p o i n t   g u a r d   d u r i n g   h i s   p l a y i n g   d a y s   💪 
 
 1 9 9 9   a l l - r o o k i e   f i r s t   t e a m 
 1 4   n b a   s e a s o n s 
 
 1 4 . 7   p p g 
 3 . 1   r p g 
 5 . 5   a p g 
 1 . 2   s p g 
 1 . 5   3 p m 
 4 3 . 6   f g % 
 8 0 . 2   f t % 
 3 3 . 9   m p g 
 
 k i n g s   k n i c k s   h a w k s   g r i z z l i e s   h e a t   n b a  
h o n e s t l y   t h e   k n i c k s   c o u l d   w i n   4 5 +   g a m e s   t h i s   s e a s o n   w i t h   t h e   a m o u n t   o f   t e a m s   t h a t   a r e   g o n n a   b e   t a n k i n g   f o r   t h i s   m a n   😭  
i   c a n t   w a t c h   v i c t o r   p l a y   t o d a y   t h e n   w a t c h   r a n d l e   t o m o r r o w . . . i   c a n t . . . . i   c a n t !   😫   k n i c k s
a l l   r i s e   f o r   6 2 !   a a r o n j u d g e   a n d   n e w   y o r k   k n i c k s   b a s k e t b a l l .     r e p o r t s   o n   .     l i n k :     m e e t t h e m a t t s   g o o g l e a l e r t s   m l b p l a y o f f s   n b a
k n i c k s   n e w s   & a m p ;   r u m o r s   
 
 k n i c k s   s c o u t i n g   v i c t o r   w e m b a n y a m a   & a m p ;   s c o o t   h e n d e r s o n ? 
 
 i n j u r y   u p d a t e   f t .   c a m   r e d d i s h ,   q u e n t i n   g r i m e s 
 
 w a t c h   -   
 
 k n i c k s  
_ n e w y o r k   y e s s i r   w e   r i s i n g u p   k n i c k s
i ' d   c o p   b u t   i   h a v e   a   p a i r   a l r e a d y . .   g o   k n i c k s . .    
i f   i t   w a s   u p   t o   m e ?   t r y   t o   f i l t e r   t h e m   t h r o u g h   j e r i c h o   h a d   a   g r e a t   s t r e t c h   o f   g a m e s   l a s t   s e a s o n   ( n e t s )   a n d   d u e c e   m a d e   s o m e   k e y   s t o p s   a s   w e l l .   
 
 i   w a n t   t h e m   g e t t i n g   s o m e   m i n u t e s   j u s t   t o   s e e   b u t   w e   s h a l l   s e e e …   k n i c k s
a l l   r i s e   f o r   6 2 !   a a r o n j u d g e   a n d   n e w   y o r k   k n i c k s   b a s k e t b a l l .     r e p o r t s   o n   .     l i n k :     m e e t t h e m a t t s   g o o g l e a l e r t s   m l b p l a y o f f s   n b a
i   t h i n k   i t ’ s   t i m e   t o   a d d r e s s   t h e   e l e p h a n t   i n   t h e   r o o m : 
 
 j e r i c h o   s i m s   a n d   d u e c e   m c b r i d e .   w h a t   i s   o u r   p l a n   f o r   t h e m ?   g e n u i n e l y   c o n f u s e d .   k n i c k s
_ b y   w h e n   i   u s e   t o   w a t c h ,   b e f o r e   l e b r o n   a n d   h i s   b u d d i e s   t o o k   o v e r   t h e   o w n e r s   a n d   c o m m i s s i o n e r s   j o b , , , ,   t h e   k n i c k s   .
v i c t o r   w e m b a n y a m a   i s   w h o     w a n t e d     t o   b e c o m e .   n b a t w i t t e r     k n i c k s   w e m b a n y a m a
k n i c k s   t w i t t e r   i s   a l r e a d y   s a l i v a t i n g   🤣    
  g i v e s   _ b e r m a n   h i s   f l o w e r s   f o r   h i s   2 3   y e a r s   o f   c o v e r a g e   a s   t h e   n e w   y o r k   k n i c k s   b e a t   w r i t e r   f o r     💐 🌺 🌻 🌹 
 k n i c k s   n b a   n e w y o r k f o r e v e r   t h e n b a e x c h a n g e 
 
 v i d e o :   
 a u d i o :    
i   w o u l d   b e   p e r f e c t l y   f i n e   w i t h   k n i c k s   g o i n g   0 - 8 2   i f   t h e   n b a   r i g s   t h e   l o t t e r y   s o   t h e y   l a n d   t h i s   k i d  
i   t r i e d   t o   u s e   m y   a i   t o   m a k e   r j   b a r r e t t   i n   t h e   r i c k   a n d   m o r t y   s t y l e   a n i m a t i o n .   t h i s   i s   j u s t   s a d   l o o k i n g   😂 🧡   k n i c k s   r j b a r r e t t   b a s k e t b a l l   m i d j o u r n e y a i   k n i c k s a r t  
a l l   r i s e   f o r   6 2 !   a a r o n j u d g e   a n d   n e w   y o r k   k n i c k s   b a s k e t b a l l .     r e p o r t s   o n   .     l i n k :     m e e t t h e m a t t s   g o o g l e a l e r t s   m l b p l a y o f f s   n b a
  w o n ' t   b e   p i c k i n g   h i g h   t h i s   s e a s o n   b u t   t h i s   w o u l d   b e   a   k n i c k s l u c k   s e a s o n   w h e r e   t h e y   w o u l d   p i c k   3 r d   i n   a   d r a f t   w i t h   2   p o t e n t i a l   f r a n c h i s e   p l a y e r s   k n i c k s  
d o g s   w i t h   k n i c k s   e y e s   🧡 💙  
s u c k s   t o   s e e   t h a t   g r i m e s   i s   s t i l l   h u r t .   k n i c k s   m i g h t   b e   e n t e r i n g   t h e   y e a r   w i t h   f o u r n i e r   a t   s g .  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e      
b e s t   o f   t h e   d a y   o n   
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
  w h y   e x a c t l y   i s   g r i m e s   a c t u a l   i n j u r y   b e i n g   t r a d e d   a s   a   s t a t e   s e c r e t ?   l o l   k n i c k s
  l a n d e d   g r i m e s   a n d   a   2   f o r   j o h n s o n   k n i c k s  
" t h e r e ' s   a   l o t   o f   d w y a n e   w a d e   i n   h i m " .   - a l a n   h a h n   c o m m e n t s   o n   w h a t   h e ' s   s e e i n g   f r o m   r j   b a r r e t t ' s   g a m e .   k n i c k s   t k r         
 
 f u l l   e p i s o d e : 
 y o u t u b e :    
k n i c k s   p r e s e a s o n   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   7 : 3 0 p m   e s t    
l e t ' s   g o   k n i c k s   k n i c k s  
q u e s t i o n a b l e   i s   b e t t e r   t h a n   o u t !   k n i c k s  
i ' v e   b e e n   a   d i e h a r d   k n i c k s   f a n .   s i n c e   b i r t h .   u n f o r t u n a t e l y ,   i   c a n   n o   l o n g e r   j u s t i f y   e x c l u s i v e   l o y a l t y   r i g h t s   a n y   l o n g e r .   🤣  
      a c t u a l l y   s a v e d   m e   s o m e   $   b c   i   w a s   g o n n a   b u y   a   k n i c k s   1 7   j e r s e y   w i t h   “ l i n s a n i t y ”   o n   t h e   b a c k … g o o d   t h i n g   i   d i d n t   p r e - o r d e r ,   l o l ! !
_ b r o u s s a r d           k n i c k s   l o s e   o u t   o n   d e j o u n t e m u r r a y   d o n o v a n m i t c h e l l   a n d   k e e p   c o a c h   t h i b s .   h a r d   t o   g e t   e x c i t e d   f o r   t h e   n b a   s e a s o n   w h e n     m a k i n g   t h e   p l a y   i n   p l a y o f f   g a m e   i s   a s p i r a t i o n a l
c a m   r e d d i s h   c o u l d n ’ t   g e t   a   b r e a k .   i n j u r i e s   h a v e   d e r a i l e d   h i s   c h a n c e s   t o   h a v e   a   m e a n i n g f u l   r o l e   w i t h   t h e   k n i c k s .   |    
n o t   t h e   b i g g e s t   r e d d i s h   b e l i e v e r ,   b u t   r e a l l y   t o u g h   l u c k   t o   b e   i n j u r e d   a t   t h e   s a m e   t i m e   g r i m e s   i s .   r e d d i s h   r u l e d   o u t   f o r   t o m o r r o w ' s   g a m e   k n i c k s
b u t   t h i b s   a n d   f / o   w o n ' t   p l a y   d e u c e   e i t h e r ,   m u c h   l i k e   c a m ,   n o   c h a n c e s   h e r e ,   b u r i e d   u n l e s s   m o r e   v e t s   a r e   t r a d e d   a n d   w e   c a n   t r u l y   d e v e l o p   g u y s   a n d   m o v e   t e a m   f o r w a r d !   k n i c k s    
k n i c k s   b e l o v e d   p l a y - b y - p l a y   m a n   m i k e   b r e e n   i s   s t i l l   g r a t e f u l   a f t e r   t h e   m a s s i v e   f i r e   t h a t   d e s t r o y e d   h i s   l o n g   i s l a n d   h o u s e .   |    
t h i s   c a n   m e a n   t w o   t h i n g s .   c a m   i s   a   i m p o r t a n t   p i e c e   o n   t h i s   t e a m   o r   t h e   i n j u r y   w a s   w o r s e   t h e n   i t   s e e m e d .   c a m   s a i d   h e   w a s   f i n e   a n d   t h e y   d e c i d e d   t o   k e e p   h i m   o u t .   i   a i n ’ t   r u b b i n g   c a m   o f f   j u s t   y e t .   k n i c k s  
a f t e r   a l l   t h e   l u c k   w e ' v e   h a d   i n   t h e   d r a f t   l o t t e r y ,   s o m e   o f   y a ' l l   s t i l l   p u s h i n g   f o r   a   t a n k . . . c o u l d n ' t   b e   m e .   
 
 i ' m   p u m p e d   t o   s e e   b r u n s o n   w i t h   t h i s   g r o u p   o f   g u y s   a n d   l o o k   f o r w a r d   t o   b e i n g   b a c k   i n   t h e   p l a y o f f s   😤   k n i c k s
t h e   p a c e r s   a r e   u p   n e x t   w h a t ' s   y o u r   p r e d i c t i o n s   f o r   t h i s   g a m e   o n   f r i d a y   n y k   v s   i n d   ? 
 k n i c k s   n b a  
c h e c k   m y   l a t e s t   k n i c k s   a r t i c l e   :   q u e s t i o n s   f o r   t h e   k n i c k s   u p c o m i n g   s e a s o n   -   l a s t   w o r d   o n   b a s k e t b a l l   n b a   n e w y o r k f o r e v e r  
w h i c h     t e a m   w i l l   f i n i s h   w i t h   a   h i g h e r   r e c o r d ?   l a k e r s   o r   k n i c k s ?
t u n e   i n   k n i c k s   n a t i o n       w a s   g r e a t   & a m p ;   w e l c o m e   t o   t h e   t e a m   l o o k   f o r w a r d   t o   d o i n g   w o r k   t h i s   y e a r   k n i c k s  
b u m s   l m f a o o o o o   k n i c k s  
t h e     l a r r y   j o h n s o n   i s   b a c k !   u n l v   h o r n e t s   k n i c k s   g r a n d m a m a   
 f o l l o w   a n d   v i s i t    
a p p r e c i a t i v e   t o   h a v e     j o i n   u s   t o n i g h t   l i v e   o n   y o u t u b e   t o   t a l k   k n i c k s   @   9 : 2 0 p m   e s t   w i t h   m y   g u y s     @ _ l e e e s c o b e d o     
 
 j o i n   t h e   c o n v e r s a t i o n ! 
 
 l i n k   b e l o w 
  
      a   k n i c k s   a n d   7 6 e r s   f a n   b u t   i   d o   h o p e   t h e     c a n   d r a f t   w e m b a n y a m a   
 
 l e t s   g o   l a m e l o
s e e i n g   m e l o   a n d   d r o s e   w i n   a   c h a m p i o n s h i p   t o g e t h e r   i s   t h e   u l t i m a t e   k n i c k s   g u i l t y   p l e a s u r e   f a n t a s y .   l e t ’ s   s i g n   m e l o   a l r e a d y   a n d   d r e a m   l i k e   w e   h a v e   a   c h a n c e   e v e r   f o r   a   r i n g   t h i s   y e a r   😂 🧡   k n i c k s   k n i c k s f a n   k n i c k s d e l u s i o n a l   f a n s   f o l l o w m e   k n i c k s f o l l o w m e
m i l e s   m c b r i d e   i s   g o i n g   t o   b e   a   6 t h   m a n   o f   t h e   y e a r   o n e   d a y .   t h a t   o n e   d a y   w i l l   n o t   b e   o n   t h i s   k n i c k s   t e a m   u n l e s s   r o s e   r e t i r e s .   k n i c k s   k n i c k s t a p e   k n i c k s f a n
f o u n d   s o m e   o f   m y   a r t   f r o m   h i g h   s c h o o l     s t a y m e 7 o   k n i c k s   n b a   g r a p h i c a r t   k n i c k s t a p e   n e w y o r k  
s t a r s   w a t c h i n g   t h e   k n i c k s   i n   2 0 1 9 ! 
 ( m i c h a e l   k .   w i l l i a m s ,   a m y   s c h u m e r ,   j a   r u l e ,   a k o n )  
_ b e r m a n   s h a r e d   w /       h i s   b e s t   m o m e n t s   c o v e r i n g   t h e   k n i c k s   a s   a   b e a t   w r i t e r   f o r     
 k n i c k s   n b a   n e w y o r k f o r e v e r   t h e n b a e x c h a n g e 
 
 v i d e o :   
 a u d i o :    
  h i   c a m ,   j u s t   w a n t e d   y o u   t o   k n o w   u s   k n i c k s   f a n s   l o v e   y o u   a n d   a r e   r o o t i n g   f o r   y o u   t h i s   s e a s o n !   🙏 🫰 👍 💪 
 
                
g i v e   m e   t h a t   k n i c k s   o v e r   🔒  
  i   t o o k   m y   g r a n d s o n   t o   t h e   k n i c k s   g a m e   o n   t u e s d a y   a n d   h e   h a d   n o   i d e a   w h o   p a t r i c k   e w i n g   w a s .  
w h a t   t o   e x p e c t   w h e n   t h e       p l a y   t h e   i n d i a n a   p a c e r s .   d e f e n s e ?   m o r e   d r i v e s ?   n e w y o r k f o r e v e r   k n i c k s   c a n   m i t c h   g e t   m o r e   t o u c h e s ?   i s   m o r e   s h o o t i n g   n e e d e d ?         v i a  
y o u   c a n   k e e p   b e l i e v i n g   t h i b s   w i l l   a d a p t   a n d   u s e   d e p t h .   b u t   t h e   f a c t   r e m a i n s   h e ' s   a l w a y s   h a d   a   1 0   m a n   r o t a t i o n .   t h i n k i n g   h e ' s   g o i n g   t o   b r e a k   f r o m   t h a t   i s   s e t t i n g   y o u r   s e l f   u p .   k n i c k s   t k r   t h e k n i c k s r e c a p
🔥   v i c t o r   w e m b a n y a m a   a n d   s c o o t   h e n d e r s o n   p l a y   g a m e   2   t o d a y   o f   t h e i r   2   g a m e   e x h i b i t i o n   s e r i e s   a t   3 p m   e s t . 
 n b a d r a f t   k n i c k s   
 
          
n e w   y o r k   k n i c k s :   p r e d i c t i n g   t h e   t e a m ' s   l e a d e r   i n   e v e r y   s t a t i s t i c a l   c a t e g o r y 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   d u b n a t i o n   l a k e s h o w   l k e r s   l o s a n g e l e s   n b a p r e s e a s o n   n b a 2 k   n b a m e d i a d a y   n b a t w i t t e r   b u l l s n a t i o n   c l i p p e r n a t i o n   c l i p p e r s   m f f l   f e a r t h e d e e r
d r a y m o n d ' s   l a t e s t   i n c i d e n t   s h o u l d   b e   l a s t   s t r a w   f o r   g o l d e n   s t a t e   w a r r i o r s 
 
 
 
 n b a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l k e r s   l o s a n g e l e s   n b a p r e s e a s o n   n b a 2 k   n b a m e d i a d a y   n b a t w i t t e r   b u l l s n a t i o n   c l i p p e r n a t i o n   c l i p p e r s   m f f l   f e a r t h e d e e r   k n i c k s
[ v i d e o ]   a   d e e p e r   l o o k   o f   h o w   j a l e n   b r u n s o n   f i t s   i n t o   t h e   k n i c k s   & a m p ;   h i s   p e r f o r m a n c e s   i n   g a m e s   w i t h   n o   l u k a   l a s t   s e a s o n   k n i c k s   m t a   n e w y o r k f o r e v e r 
  
    i t s   t i m e   t o   s e l l   a   b o o k .   n o   b o o k   s e l l s   u n l e s s   y o u   t a l k   a b o u t   t h e   k n i c k s   i m o
e x t r e m e l y   t o u g h   s t a r t   t o   l a k e r s   s c h e d u l e   i s   a   b l e s s i n g   i n   d i s g u i s e   f o r   l a 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l o s a n g e l e s   n b a p r e s e a s o n   n b a 2 k   n b a m e d i a d a y   n b a t w i t t e r   d u b n a t i o n   b u l l s n a t i o n   c l i p p e r n a t i o n   c l i p p e r s   m f f l   b r o o k l y n t o g e t h e r   f e a r t h e d e e r   k n i c k s   j a z z
k n i c k s   f a n s 
 w h a t   a r e   t h e   c h e a p e r   o p t i o n s   f o r   a   h o t e l   n e a r   m s g
t h a n k   y o u   t o   a l l   o f   t h e   c r a z y   k n i c k s   f a n s   l o o k i n g   f o r   m e   w h i l e   i ’ m   a w a y .   i t   f e e l s   n i c e   t o   b e   m i s s e d .   i ’ m   c u r r e n t l y   h e l p i n g   m y   b e a u t i f u l   w i f e   f i g h t   a n d   w i n   a g a i n s t   t h a t   d r e a d e d   t h i n g   c a l l e d   b r e a s t   c a n c e r .   l o v e   y o u r   l o v e d   o n e s .   l e t ’ s   g o   k n i c k s 
 
 b i m !
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
j a l e n   b r u n s o n   i m p r e s s i v e   i n   k n i c k s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   d o n o v a n m i t c h e l l k n i c k s   e a s t e r n c o n f e r e n c e   j a l e n b r u n s o n   j a l e n b r u n s o n j u l i u s r a n d l e   j a l e n b r u n s o n k n i c k s   k n i c k s c o n t e n t   k n i c k s c o n t e n t d a y   k n i c k s n e w s   k n i c k s n e w s a n d r u m o r s t o d a y   k n i c k s n e w s t o d a y  
j a l e n   b r u n s o n   s p e d   u p   t h e   k n i c k s   p a c e   w i t h   h i s   q u i c k   d e c i s i o n - m a k i n g   a n d   c o n s t a n t l y   m o v i n g   t h e   b a l l .   n e e d   m o r e   p r o o f ?   h i s   u s a g e   r a t e   w a s   o n l y   2 1 . 9   p e r c e n t .   r j   b a r r e t t   ( 2 8 . 6 )   a n d   j u l i u s   r a n d l e   ( 2 7 . 3 )   r e m a i n e d   t h e   t o p   d o g s .   

n b a   l e g e n d s   a r e   j u s t   l i k e   t h e   r e s t   o f   u s   w h e n   i t   c o m e s   t o   b r e a k i n g   p a c k s !   k n i c k s   g r e a t     v i s i t e d   t h e   _ b r e a k s   s t o r e   t h i s   p a s t   w e e k   a n d   i t ' s   j u s t   a s   y o u   c o u l d   i m a g i n e . 
 
 r e a d   m o r e   a t   ➡ ️     
 
 s p o r t s c a r d s   c a r d b r e a k s   j o h n s t a r k s  
c a m   r e d d i s h   i n j u r y   i n   k n i c k s ’   p r e s e a s o n   o p e n e r   c o m e s   a t   a   b r u t a l   t i m e . 
 
 n e w y o r k f o r e v e r   
 k n i c k s   🏀 
 n y k n i c k s   🏟 
 n b a   n b a t w i t t e r   
 
  
  ( t a k i n g   o v e r   n e w   y o r k ) . .   k n i c k s   t . o . n . y .   i n v a d e   n y  
k n i c k s   -   k e e p   t h e   e n e r g y   g o i n g   🔋 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   k n i c k s n a t i o n   k n i c k s n e w s   k n i c k s t a p e   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   n y k n i c k s   n y k  
a l a n   h a h n   j o i n s   t h e   s h o w ! 
 
 🎙 ️ j a l e n   b r u n s o n   s h o w s   o u t 
 🎙 ️ m o r e   i n f o r m a t i o n   o n   c a m   r e d d i s h 
 🎙 ️ g r i m e s   t h e   b e t t e r   f i t   w i t h   t h e   s t a r t e r s ? 
 
 f u l l   e p i s o d e : 
 y o u t u b e :   
 s p o t i f y :   
 a p p l e   p o d c a s t s :   
 
 k n i c k s   t k r    
  a s k e d   _ b e r m a n   t h e   q u e s t i o n   e v e r y   k n i c k s   f a n   w a n t s   t o   k n o w . . . " h o w   g o o d   c a n   t h e   k n i c k s   b e   t h i s   s e a s o n ? " 
 k n i c k s   n e w y o r k f o r e v e r   n b a   t h e n b a e x c h a n g e 
 
 v i d e o :   
 a u d i o :    
k n i c k s   a r e   g o i n g   t o   h a v e   t o   o u t s c o r e   a   l o t   o f   t e a m s   t o   w i n   t h i s   s e a s o n .   d e f e n s e   i s   g o i n g   t o   b e   a n   i s s u e   a l l   y e a r .   l o o k   f o r   s o m e   c a r e e r   n i g h t s   i n   m s g   f r o m   o p p o s i n g   p l a y e r s
s u r e   w e ’ r e   g o i n g   t o   s e e   a   l o t   o f   t h i s   a c t i o n   g o i n g   f o r w a r d .   w i t h   b o t h   f o r w a r d s   h i g h ,   c   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
d y s o n d a n i e l s   g o n n a   m a k e   m e   c r y   b y   s e a s o n s   e n d ,   j u s t   k n o w   i t .   h e   w a s   m y   f a v   p l a y e r   f o r   k n i c k s   t o   m o v e   u p   n   g e t !   t r y i n g   n o t   t o   l o o k   a t   h i s   b o x s c o r e s . 
 
     _            
  g o o d   m o r n i n g   s i r … . w a i t i n g   o n   f r i d a y   e v e n i n g .     n e e d   m y   k n i c k s   f i x
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   @   k n i c k s   r e a c t i o n   -   p r e s e a s o n !   -   d e t   9 6 ,   n y k   1 1 7   -   2 0 2 2 - 2 3   n b a   s e a s o n "   
 
 c r e a t o r :     t o n y   d o m b r o w s k i 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
j u l i u s   r a n d l e ' s   n o t a b l e   g r o w t h   i n   k n i c k s '   p r e s e a s o n   w i n   c a n ' t   b e   i g n o r e d 
 
 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a p r e s e a s o n   n b a i n a b u d h a b i   l a k e s h o w   l a k e r s   c e l t i c s   d u b n a t i o n   b u l l s n a t i o n   r o c k e t s   a p c e r s   m f f l
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   d i s r e s p e c t   f o r   t h e   k n i c k s   n e e d s   t o   s t o p "   
 
 c r e a t o r :     c y r o   a s s e o 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
l o v i n   t h i s   c l a s s i c   j e r s e y ! 
 r a i s e   y o u r   h a n d   i f   y o u   t h i n k   k n i c k s   w i l l   r u n   a   b e t t e r   s e a s o n   t h i s   y e a r 
 
 n e w y o r k k n i c k s   k n i c k s   b a s k e t b a l l   c a n g s t e r   p f p   n f t   f r e e m i n t  
k n i c k s   r j   b a r r e t t   a l l e y   t o   o b i   t o p p i n   🏀 ✈ ️   n e w y o r k k n i c k s   o b i t o p p i n   r j b a r r e t t   k n i c k s   n b a s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e  
l o o k   l i k e   a   t e a m   f u l l   o f   g a w d s   t o   m e ! !   k n i c k s  
b r e a k i n g   d o w n   k n i c k s '   p g   d e p t h  
d i s s   m a n n   j u s s s   g o t t   h a h n   f o   d a   s h o o w w . . . i d k   h o w   h e   n a   m o   f o l l o w e d d d   k n i c k s   n y k  
s o . . . . p o o l e   a v a i l a b l e   o r ?   😅   k n i c k s  
n b a   -   k n i c k s   
 
 ( a n d   a   t a s t e   o f   o u r   y a n k e e s ) -   
 
 “ b l e e d   b l u e ” -  
q :   i f   f o u r n i e r ' s   s h o o t i n g   i s n ' t   g o i n g   t o   b e   a   f o c u s ,   s h o u l d   g r i m e s   s t a r t ? 
 
 l i s t e n   t o   w h a t     h a s   t o   s a y   a b o u t   i t .   t h e   f u l l   e p i s o d e   d r o p s   t o m o r r o w   @   8 a m !   k n i c k s   t k r 
 
 m a k e   s u r e   y o u ' r e   s u b s c r i b e d ! 
 s p o t i f y :   
 a p p l e   p o d c a s t s :    
  ,   a v e ,     t a l k   k n i c k s   a n d   n b a   n o r t h w e s t   w o l v e s   j a z z   b l a z e r s   n u g g e r s   t h u n d e r   & a m p ;   p a c i f i c   s u n s   c l i p p e r s   l a k e r s   k i n g s   w a r r i o r s   o n     f a n   f o r u m   & g t ;     & l t ;   o n   t h e   b l e e d   b l u e   s h o w
b r e a k i n g   d o w n   k n i c k s & a m p ; 3 9 ;   p g   d e p t h :   b r u n s o n ,   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   k n i c k s b a s k e t b a l l   m s g   m s g n e t w o r k s   n e w y o r k   n e w y o r k b a s k e t b a l l   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   p i s t o n s   s p o r t s  
m a k e   m i n u t e s   f o r   h i m .   k n i c k s  
i   j u s t   r e m e m b e r e d   t h e   k n i c k s   p a y e d   a   b a c k   u p   k i n d a   s t a r t e r   p g / s g   $ 1 0 5   m i l l i o n   f o r   4   y e a r s .
t h e s e   b a c k   t o   b a c k   g a m e s   a g a i n s t   t h e   p a c e r s   w i l l   b e   v e r y   i m p o r t a n t   b e f o r e   t h e   s e a s o n   s t a r t s .   a l l o w s   u s   t o   a d j u s t   t o   o p p o n e n t s   w e t h e r   w e   w i n   o r   l o s e .   i m   s u r e   o u r   v e t e r a n   p r e s e n c e   a n d   t h e   r e a d i n e s s   o f   o u r   y o u t h   w i l l   s h i n e   i n   t h e s e   m o m e n t s   ✨ ️   k n i c k s   k n i c k s t a p e   🔸 ️ 🔹 ️
c o m e   w a t c h   o n   f a c e b o o k l i v e   a n d   o n   y o u t u b e   a s   w e   b r e a k   d o w n   l a s t   n i g h t ' s   k n i c k s   p r e s e a s o n   w i n   o v e r   t h e   p i s t o n s ! 
 
 f b   l i v e :     
 y o u t u b e :      
q u i c k l e y   r e q u e s t e d   a   t r a d e . . .   c a n ' t   s a y   h o w   i   k n o w   b u t   i   k n o w   
 
 t h i s   i s   g o i n g   t o   b e   s a d   t o   s e e   
   _   k n i c k s
_   t h i b s   h a s   t o t a l l y   d i s r e s p e c t e d   d e u c e . 
 t h o u g h t   h e   w a s   g r e a t   f o r   t h e   k n i c k s   l a s t   y e a r 
 l i t   u p   t h e   g - l e a g u e   w i t h   m i n u t e s 
 h e   w o u l d   b e   a   r o t a t i o n   p l a y e r   i f   i t   w e r e   m y   t e a m
      i s   o f f e r i n g   f r e e   k n i c k s   t i c k e t s .   
   t o   e n t e r   t h e   r a f f l e   
 l i k e   t h e   v i d e o   b e l o w ,   s u b s c r i b e   t o   t h e   c h a n n e l 
 e m a i l   y o u r   n a m e   t o   c i v i l a n a l y t i c s . c o m   
 r a f f l e   e n d s   1 0 / 3 1 / 2 2 .   w i n n e r   i s   a n n o u n c e d   1 1 / 0 1 / 2 2   o n   o u r   l i v e   s t r e a m 
 k n i c k s   n b a 

m i l e s   m c b r i d e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m i l e s m c b r i d e   m i l e s   m c b r i d e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
a l l   w e   g o t t a   d o   i s   g e t   o n e   m o r e   p o i n t   t h a n   t h e   o t h e r   t e a m …   k n i c k s   💙 🧡  
_ l o c k e r o o m   k n i c k s   g o t   t h e   p i c k s   f o r   i t …   🤞
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   n e w   l o o k   k n i c k s   c o u l d   b e   d a n g e r o u s   t h i s   s e a s o n … "   
 
 c r e a t o r :     k n i c k s   d a i l y 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
t h i s   m a y o r   a d a m s   🤣   j u s t   t e l l   d o l a n   y o u r   p r i c e   f o r   k e e p i n g   m s g   o n   3 4 s t   a l r e a d y   n o   m o r e   l o n g   t a l k   k n i c k s  
e v e n   t h o   h e   s t a r t e d   l a s t   n i g h t ,   i t   s e e m s   i n e v i t a b l e   t h a t   g r i m e s   m o v e s   i n t o   t h e   s t a r t i n g   l i n e u p .   h e   p l a y s   f a s t e r   o n   o f f e n s e ,   m o v e s   w e l l   w / o   t h e   b a l l   a n d   d e f e n d s   m u c h   b e t t e r   t h a n   e v a n 
 k n i c k s
k n i c k s   f a n s   g o t   a   l o t   t o   s m i l e   a b o u t .   e v e r y t h i n g ’ s   p o s i t i v e .   i ’ m   s m i l i n .   p a t   s m i l i n .   j o h n   s m i l i n .   a l l   g o o d   n y c   l e t ’ s   g e t   i t !   s o   m a n y   l e f t i e s .   g o     @   l o s   a n g e l e s ,   c a l i f o r n i a  
l i v e   w i t h   _ b e r m a n   a t   7 : 4 0   p m   e s t   o n   a   n e w   e p i s o d e   o f     
 k n i c k s   n e w y o r k f o r e v e r   n b a   t h e n b a e x c h a n g e   
 
 s h o w   l i n k :  
t h e   n e w   y o r k   k n i c k s   p l a y e d   t h e i r   f i r s t   p r e s e a s o n   g a m e   o f   t h e   y e a r   l a s t   n i g h t .   k e e p   a n   e y e   o u t   f o r   o u r   v i d e o   o p e n   w e   s h o t   w i t h   t h e m   o n   n b a m e d i a d a y ! 
 
 k n i c k s   n e w y o r k f o r e v e r  
o u r   k n i c k s ’   f u t u r e   a l l - s t a r s   d i d   t h e i r   t h i n g   l a s t   n i g h t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a  
m y   n e x t   k n i c k s   e v e n t   i s   o f f i c i a l l y   l i v e !   h e a d   o v e r   t o   m y   i n s t a g r a m   p a g e   n o w   f o r   m o r e   i n f o r m a t i o n !
o u r   k n i c k s   f u t u r e   a l l - s t a r s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a  
i c o n i c   k n i c k s    
i   k n o w   i t ’ s   o n l y   p r e s e a s o n …   a n d   i t ’ s   o n l y   o n e   g a m e …   b u t   k n i c k s   g o i n g   u n d e f e a t e d   a n d   w i n n i n g   t h e   c h a m p i o n s h i p   k n i c k s  
🚨 t w i t t e r   f a m 🚨   h e l p   y a   b o y   o u t .   n e e d   1 k   l i k e s   i n   4 8   h o u r s   🤞   k n i c k s   n e w y o r k f o r e v e r  
s t a y m e 7 0   r e p s   k n i c k s   💙 🧡 ♥ ️  
g o v e r n o r     h o c h u l   c a n   p r o t e c t   t h o u s a n d s   o f   a n i m a l s   b y   s i g n i n g   t h e   p u p p y   m i l l   p i p e l i n e   b i l l   -     -   n y c   n y p d   a l b a n y   b r o o k l y n   n e t s   k n i c k s   y a n k e e s   m e t s   c n n   f o x n e w s   w f a n   e s p n   a b c   n b c   c b s   n e w s   t w i t t e r   p e t   p e t s   d o g   d o g s   f a c e b o o k     m e t a v e r s e
n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r . . .   c l i c k   h e r e :     v i a     k n i c k s   n e w y o r k f o r e v e r  
k n i c k s   s p u r s   l i n k e d   i n   t r a d e   p r o p o s a l     v i a     k n i c k s   s p u r s   n b a   p o d c a s t
w h a t   i f   t h e   k n i c k s   t r a d e   a l l   t h e i r   1 s t   r n d   p i c k s   t o   m o v e   u p   i n   t h e   d r a f t   a n d   t a k e   w e m b a n y a m a ?   😂
d e u c e   i s   a   w o n d e r f u l l y   v a l u a b l e   " i n   c a s e   o f   e m e r g e n c y   b r e a k   g l a s s "   k i n d   o f   p l a y e r   o n   y o u r   r o s t e r .   k n i c k s  
s p e c i a l   l i v e   e p i s o d e   t o n i g h t   a s     w i l l   i n t e r v i e w   v e t e r a n   s p o r t s w r i t e r   _ b e r m a n   a b o u t   h i s   c a r e e r   c o v e r i n g   t h e   k n i c k s ,   s t a t e   o f   t h e   t e a m   & a m p ;   m u c h   m o r e !   t u n e   i n   l i v e   a t   7 : 4 0   p m   e s t ! !   
 k n i c k s   n e w y o r k f o r e v e r   n b a   t h e n b a e x c h a n g e 
 
 s h o w   l i n k :  
    _ d u d e           @ _ k n i c k s 1 6 8 8       _   _ 1 9 1 4   _ _ w a r   _ m a c       _ s t e v e n       _ j _ d _ m         _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                             t h e   t a l e n t   l e v e l   i s n ’ t   c l o s e .   m o r e   i m p o r t a n t l y ,   t h e   c h e m i s t r y   l e v e l   i s n ’ t   c l o s e .   t h i s   k n i c k s   t e a m   l o v e s   p l a y i n g   t o g e t h e r .
w a l t   c l y d e   w e d n e s d a y   1 0   🏀   n e w y o r k f o r e v e r   k n i c k s   n b a   n b a t w i t t e r  
🎥     a n d     d i s c u s s   t h e   k n i c k s '   i m p r e s s i v e   s h o w i n g   i n   t h e i r   p r e s e a s o n   o p e n e r  
  o n   b e h a l f   o f   k n i c k s   t w i t t e r ,   t h a n k   y o u .
w e   l i v e   f o r   m o m e n t s   l i k e   t h i s !   
 
 w o n d e r   i f   r o n   g o t   a y d e n ' s   a u t o g r a p h ?   
 
 r o n b a k e r   w i c h i t a s t a t e   g o s h o c k e r s   s h o c k e r n a t i o n   k n i c k s   w i z a r d s  
  i   w a s   i m p r e s s e d   w i t h   d e u c e   l a s t   y e a r . 
 k n i c k s   /   t h i b s   h a v e   n o   c l u e   w h a t   t h e y   h a v e . 
 d e u c e   p l a y s   t h r o w   b a c k   n y k   b a s k e t b a l l .
r e a l l y   f e e l   f o r   c a m   r e d d i s h   r i g h t   n o w .   k n i c k s
a   l i t t l e   t i k t o k   i   t h r e w   t o g e t h e r   f o r   o u r   m a n ’ s   f i r s t   g a m e   g o   f o l l o w   m e   t h e r e   i f   y o u   h a v e   o n e !   k n i c k s   f o l l o w m e   n b a c l i p s   j a l e n b r u n s o n   n y k   k n i c k s t a p e   t i k t o k  
o k a y ,   i l l   b e   ( m a y b e )   t h e   f i r s t   t o   s t a r t   t h e   h y p e   m a c h i n e .   j a l e n   b r u n s o n   ( a l l   n b a   & a m p ;   a l l   s t a r ) . 
 r j   b a r r e t t   ( a l l   s t a r   & a m p ;   n b a   m i p ) 
 
 h a s   t h e   a l l   s t a r   v o t i n g   s t a r t e d   y e t ? !   🤣 🤣 🤣 🤣 
 k n i c k s  
      _ l i f e r s   _ n y _ b   a l l   w o u l d   b e   h i t t i n g   t h e   n b a   1 6   t e c h s   /   a u t o   s u s p e n s i o n s .   t h i n g   a b o u t   t h e   k n i c k s   w a s   t h a t   t h e r e   w a s   a   l o t   o f   s k i l l   t h e r e ,   n o t   j u s t   l a m b e e r   a n d   m a h o r n   t r y i n g   t o   h u r t   p e o p l e .
      _ l i f e r s   _ n y _ b   i   l o v e d   w a t c h i n g   t h o s e   ' 9 4   k n i c k s   f o u r t h   q u a r t e r s   w h e r e   a l l   o f   t h e   d   w a s   d i g g i n g   i n   f o r   c o m b a t .   d e u c e   c o u l d   h a v e   p l a y e d   o n   t h o s e   t e a m s .
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   l o o k   p r o m i s i n g !   e f f i c i e n t   r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   p o w e r   w i n !   |   p r e s e a s o n   r e c a p "   
 
 c r e a t o r :     i n t o   t h e   k n i c k s - v e r s e 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
s o m e   k n i c k s   o v e r r e a c t i o n s   f r o m   1 s t   p r e s e a s o n   g a m e 
 -   k n i c k s   d e f e n s e   l o o k s   i m p r o v e d 
 -   b r u n s o n   t h e   f l o o r   g e n e r a l   w e   h a v e   b e e n   a s k i n g   f o r   y e a r s 
 -   b e n c h   d e p t h   i s   g o o d 
 -   t e a m   c h e m i s t r y   c o u l d   b e   b e t t e r   t h a n   e x p e c t e d   e s p e c i a l l y   w i t h   s t a r t i n g   5   
 -   p a c e   o f   p l a y   w i l l   j u m p   a   l o t   t h i s   y e a r
  
 
 t u n e   i n   o n   o c t o b e r   1 1   o n     a n d   s t r e a m   i t   o n   ! 
 
 l i n s a n i t y   m s g   k n i c k s   k n i c k s t a p e   d o c u m e n t a r y   h b o   h b o m a x 
 
 g l a d   t o   b e   p a r t   o f   t h i s   g r e a t   f i l m .   @   m s g  
a n y w a y s   m o v i n g   o n … . 
 
 s o   r e f r e s h i n g   t o   s e e   a   p o i n t   g u a r d   p l a y i n g   f o r   u s   a n d   l e a d i n g   t h e   t e a m   l a s t   n i g h t !   t h a n k   y o u   j a l e n !   k n i c k s
  d u e c e   m c b r i d e   w h e n   h e   c o m e s   i n   t h e   g a m e   k n i c k s  
i   p i c k   r j   b a r r e t t   o v e r   z i o n   a l l   d a y   e v e r y d a y   2 4 / 7   3 6 5   d a y s   a   y e a r .   k n i c k s
t r u t h   i s . .   w h i l e   w e   e n j o y   a n o t h e r   f r u i t l e s s / d e c e n t   s e a s o n ,   a n o t h e r   o r g a n i z a t i o n   ( u t a h )   i s   r i g h t f u l l y   t a n k i n g .   t h e y   w i l l   i n e v i t a b l y   l e a p   f r o g   u s   i n   t h e   r e b u i l d i n g   p r o c e s s   a n d   w e   w i l l   b e   l e f t   w o n d e r i n g   w h a t   h a p p e n e d   i n   3 y r s .   k n i c k s   c y c l e   m e d i o c r i t y  
t h e   k n i c k s   p r e - s e a s o n   b e g i n s   t o d a y !   b u t   r e m e m b e r ,   p r e - s e a s o n   g a m e s   d o n ' t   c o u n t .  
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   d o m i n a t e   g a m e   1   o f   t h e   p r e s e a s o n   ( k n i c k s   p i s t o n s   p o s t g a m e   r e c a p ) "   
 
 c r e a t o r :     k n i c k s   m e d i a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
w a i t i n g   a t   t h e   b u s   s t o p   f o r   m y   a f t e r - s c h o o l   k i d s   i n   s t y l e   a f t e r   t h a t   k n i c k s   w i n  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   d r o p s   p r e s e a s o n   o p e n e r   t o   k n i c k s   9 6 - 1 1 7   |   f u l l   g a m e   r e a c t i o n   v i d e o ! ! ! "   
 
 c r e a t o r :     m o t o r   c i t y   s p o r t s   t a l k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
k n i c k s   j a l e n   b r u n s o n   i s   a l r e a d y   l o o k i n g   l i k e   a   g r e a t   p i c k u p  
j a l e n   b r u n s o n ' s   f i a n c e e ,   a l i   m a r k s ,   t a k e s   i n   k n i c k s   d e b u t :   ' s a m e   b u . . .   ( n e w   y o r k   p o s t ) 
 
 j a l e n   b r u n s o n ' s   b i g g e s t   s u p p o r t e r   s a v o r e d   e v e r y   m o m e n t   o f   h i s   k n i c k s   d e b u t   o n   t u e s d a y . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   n y k n i c k s   n b a   k n i c k s
w h i c h   o n e   d o   i   b u y   n e w y o r k f o r e v e r   k n i c k s
d o n ' t   m i s s   t h i s ,   s h o u l d   b e   f u n   w / j e r e m y   l i n ! 
 
 j e r e m y l i n   l i n s a n i t y   k n i c k s      
j a l e n   b r u n s o n   f e a s t e d   o f f   s c r e e n s   l a s t   n i g h t .   f i r s t   k n i c k s   p g   t o   d o   s o   s i n c e   s t a r b u r y .   w e   g o t   a   w i n n e r .
n e w   v i d e o   t o   w a t c h : 
 
 " t h i b s   s h a r e s   u p d a t e s   o n   c a m   r e d d i s h   i n j u r y   & a m p ;   t a l k s   b r u n s o n & a m p ; 3 9 ; s   f i t   w i t h   t e a m   |   n e w   y o r k   k n i c k s "   
 
 c r e a t o r :     m s g   n e t w o r k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
a f t e r   o n e   p r e s e a s o n   g a m e   i   c a n   t e l l   t h e   k n i c k s   a r e   a   p l a y o f f   t e a m .   g o n n a   b e   a n   e x c i t i n g   y e a r   w o w
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   v s   p i s t o n s   p r e s e a s o n   g a m e   r e c a p   |   j a l e n   b r u n s o n   t h r i v e s ! "   
 
 c r e a t o r :     c l u t c h   b b a l l   t v 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
k n i c k s   p r e s e a s o n   i s   h e r e ! 
 
 m o d e l :     
 r a d i o :     
 
 k n i c k s   n y k n i c k s   b o o m b o x   b o u d o i r   s t r e e t p h o t o g r a p h y   r a d i o   g r a f f i t i   d a l l a s   t e x a s   t e x a s b o u d o i r   p h o t o o f t h e d a y   p h o t o g r a p h y l o v e r s   p i c  
t h e   2 n d   u n i t   h a d   m e   t h e   m o s t   h y p e ! ! ! ! 🤩 🤩 
 
 d e u c e   s h u t   i t   d o w n   d e f e n s i v e l y 
 
 h a g i v e s   u s   a n   e l e m e n t   w e   h a v e n ’ t   h a d   s i n c e   s h e e d 
 
 c a m   l o o k e d   g r e a t   b e f o r e   i n j u r y 
 
 o b i & a m p ; i q   b r o u g h t   t h e   e f f o r t ,   e n e r g y   a n d   e x c i t e m e n t 
 
 🌹   l o o k s   t o   b e   i n   r e a l l y   g o o d   s h a p e   & a m p ;   m i d   s e a s o n   f o r m ! 
 
 k n i c k s   🧡 💙
w h i c h   n b a   s t a r   d o   y o u   t h i n k   w i l l   b e   a   g a m e   c h a n g e r   f o r   t h e i r   n e w   f r a n c h i s e ?   🔀 💪 
 
 d o n n o v a n m i t c h e l l   r u d y g o b e r t   j a l e n b r u n s o n   p j t u c k e r   c a v s   k n i c k s   7 6 e r s   t i m b e r w o l v e s  
    l e t s   s e e   i f   t h e   k n i c k s   c a n   d o   s o m e t h i n g   t h i s   s e a s o n   f u t u r e   o d d s   + 1 5 0 0 0   t o   w i n   n b a   2 0 2 2   c h a m p i o n s h i p 
 k n i c k s
i ' l l   s a y   i t   a g a i n   -   j a l e n   b r u n s o n   i s   g o i n g   t o   m a k e   t h e   g a m e   s o   m u c h   e a s i e r   f o r   r a n d l e   a n d   r j .   
 
 w e ' r e   g o i n g   t o   s e e   m o r e   e f f i c i e n t   n u m b e r s   f r o m   t h e m   t h i s   s e a s o n .   b o o k   i t !   k n i c k s
k n i c k s   n o w   
 
 -   5   t h i n g s   w e   l e a r n e d   f o l l o w i n g   t h e   1 s t   p r e s e a s o n   g a m e 
 
 w h o   i m p r e s s e d   y o u   t h e   m o s t   l a s t   n i g h t ?   
 
 w a t c h   -   
 
 k n i c k s  
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e   q u e b e c   m o n t r e a l   c o u g a r s   k n i c k s   c o u g a r s   d c   m a r v e l   s p i d e r m a n   h u l k
" e v e r y   y e a r ,   i ’ v e   g o t t e n   i n c r e a s i n g l y   m o r e   g r a t e f u l   f o r   i t . " j e r e m y l i n   o n   2 0 1 2 ' s   l i n s a n i t y   h y p e . . . 
 k n i c k s   n b a   


 
 e t h e r u m   e t h   r u n e   q t u m   b c h a   c o i n d e s k   r i p p l e   c a r d a n o   $ f l r     $ b t c   t r u m p   l s u   l u n a c l a s s s i c   $ x r p   h u r r i c a n e   $ e t h   $ q n t   k a r d a s h i a n   $ e g l d   e l o n m u s k   s c o t u s   $ t w t r   d i d d y   p i n e i s l a n d   h u n t e r b i d e n   r u s s i a   t i a w a n   c r i s t   k n i c k s   d e s a n t i s d e s t r o y s f l o r i d a

 
 e t h e r u m   e t h   r u n e   q t u m   b c h a   c o i n d e s k   r i p p l e   c a r d a n o   $ f l r     $ b t c   t r u m p   l s u   l u n a c l a s s s i c   $ x r p   h u r r i c a n e   $ e t h   $ q n t   k a r d a s h i a n   $ e g l d   e l o n m u s k   s c o t u s   $ t w t r   d i d d y   p i n e i s l a n d   h u n t e r b i d e n   r u s s i a   t i a w a n   c r i s t   k n i c k s   d e s a n t i s d e s t r o y s f l o r i d a
e l i t e   8   h a s   b e e n   s e t !   g o   t o   t h e   p o l l s   o n   o u r   i n s t a g r a m   s t o r i e s   t o   v o t e   w h i c h   o f   y o u r   “ f a v o r i t e ”   k n i c k   p o i n t   g u a r d s   m a k e s   i t   t o   t h e   n e x t   r o u n d .   y o u   c a n   o n l y   v o t e   u s i n g   i n s t a g r a m   s t o r i e s . 
 
 f i n a l   f o u r   w i l l   b e   a n n o u n c e d   t o m o r r o w !   k n i c k s   p o i n t g u a r d s   v o t e  
l e t ’ s   g o   k n i c k s   g o o d   p r e s e a s o n   g a m e   l a s t   n i g h t
i   t h i n k   f o u r n i e r   c o u l d   b e   i n   t h e   c o n v e r s a t i o n   f o r   s i x t h   m a n   o f   t h e   y e a r   i f   h e   c a m e   o f f   t h e   b e n c h .   w o u l d   b e   b e s t   f o r   h i s   s u c c e s s   a n d   t h e   t e a m s ’ .   k n i c k s
i g h t   i m   n o t   g o n n a   l i e ,     w a s   l o o k i n g   t u f f   l a s t   n i g h t !   b u l l y b r u n s o n   k n i c k s
i t   w a s   a   h o m e r u n   o f   a   p r e s e a s o n   d e b u t   f o r   j a l e n   b r u n s o n   a n d   t h e   k n i c k s :     b y  
m a v s   e x   j a l e n   b r u n s o n   d e b u t s   w i t h   k n i c k s ;   h o w ' d   h e   l o o k ?   n b a   t r a c k e r     v i a  
h e   m a d e   i t   l o o k   e a s y   l a s t   n i g h t   k n i c k s  
t h e   k n i c k s   s t a r t e d   t h e i r   2 0 2 2 - 2 3   s e a s o n   w i t h   a n   i m p r e s s i v e   p r e s e a s o n   v i c t o r y   o v e r   t h e   p i s t o n s .     b r e a k s   d o w n   h i s   7   k e y   o b s e r v a t i o n s   f r o m   t h e   g a m e   n b a   n y k n i c k s  
o n e   o f   t h e   b e s t   k n i c k   s h o w s   i n   t h e   m o r n i n g !   d a m n   i t   w a s   a   g o o d   s h o w .   k n i c k s    
s t o p   s t e a l i n g   p o s t   f r o m   r e d d i t   y o u   m u n c h ,   y o u   t h o u g h t   w e   w a s   f e e l i n g   y o u ?   k n i c k s  
w h a t   a   g a m e   l a s t   n i g h t   k n i c k s
t a k e   t h i s   p r e s e a s o n   g a m e   w i t h   a   g r a i n   o f   s a l t ,   b u t   t h e   f i r s t   i m p r e s s i o n   o f   t h e   n e w   k n i c k s ’   b i g   3   i s   q u i t e   g o o d   d e s p i t e   i n i t i a l   t r e p i d a t i o n   o n   h o w   t h e y   w i l l   s h a r e   t h e   b a l l .   |    
w a s   c h a n g i n g   t o   t h i s   l i g h t   w h i l e   w a t c h i n g   t h e   k n i c k s   g a m e   l a s t   n i g h t .   r e a l l y   s a t i s f y i n g .  
y o u   k n o w   w h o   n e u t r a l i z e d   r a n d l e   a n d   i   l o v e   i t !   b r u n s o n   d i d .   a n d   w i l l   l i k e l y   d o   t h e   s a m e   a l l   s e a s o n .   w e   h a v e   a   t r u e   f l o o r   g e n e r a l   w h o   h a s   a c t u a l l y   p l a y e d   w / s u p e r   s t a r s   i n   d a l l a s   a k a   l u k a .   s o   j b   w i l l   d i c t a t e   h o w   t h e   o f f e n s e   f l o w s   l i k e   a   t r u e   p g … m a k e   s u r e   b a l l   d o n ’ t   s t i c k   k n i c k s
s o   f r o m   a n   i n   p e r s o n   v i e w   o f   t h e   g a m e   y e s t e r d a y .   i t   l o o k s   t o   m e   a s   i f   r a n d l e   a n d   e v a n   d o n ’ t   r e a l l y   p l a y   w e l l   w i t h   r j   c a u s e   i f   y o u   w a t c h   a g a i n   m o s t   o f   r j ’ s   b u c k e t s   c a m e   a f t e r   t h e y   w e r e   b o t h   o u t   t h e   g a m e .   w h a t   y o u   g u y s   t h i n k ?   k n i c k s a n o n y m o u s   n e w y o r k k n i c k s   k n i c k s   n e w y o r k
s h o u t o u t   d e r e k   h a r p e r   k n i c k s   
 

@ _ a n g e l f r m p h i l l y     _ d u d e   _ _ w a r   _ j _ d _ m     _   @ _ k n i c k s 1 6 8 8     _ 1 9 1 4     _ m a c           _ s t e v e n               _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                               y o u ’ r e   u s i n g   a   b r o k e n   p l a y   w h e r e   k n i c k s   w e r e   r o t a t i n g   a n d   t r y i n g   t o   r e c o v e r ?   l o l   s m h
  i   s e e   m y   k n i c k s   o u t f i t   w i t h   t h e s e .   
 a   h o m e     j e r s e y   a n d   t h e s e   🤔 👍 🏽
f a c t :     i s   a   p r o t o t y p i c a l   p g   t h e     n e e d e d   f o r   a   l o n g   t i m e !   b t w n     v i l l a n o v a   a n d   4   y r s   i n   t h e     ,   h e   h a s   h i g h   l e v e l   e x p e r i e n c e !   w e   h a v e   a   l o n g   w a y   t o   g o ,   b u t   s o   f a r ,   s o   g o o d !   k n i c k s   b r u n s o n       n y k   n b a
i   d o n t   k n o w   w h a t   t h e   c a m   r e d d i s h   p e o p l e   s e e   i n   h i m   k n i c k s
f o u r n i e r   g e t t i n g   l e s s   s h o t s   i s   a   c l e a r   s i g n   g r i m e s   s h o u l d   b e   s t a r t i n g .   i f   e f   i s n ' t   g o i n g   t o   b e   u t i l i z i n g   h i s   s h o o t i n g   i n   t h e   s t a r t i n g   l i n e u p ,   t h e n   m o v e   h i m   t o   t h e   b e n c h .   r a n d l e ,   b r u n s o n ,   & a m p ;   r j   a r e   t a k i n g   t h e   b u l k   o f   s h o t s ,   y o u   n e e d   s o m e o n e   w h o ' s   g o n n a   d e f e n d   & a m p ;   m a k e   s h o t s .   k n i c k s
g o i n g   t o   m s g   t h i s   s e a s o n   😉   k n i c k s
t h e   k n i c k s   s t a r t   t h e   p r e s e a s o n   1 - 0 
 
 d i d n ’ t   g e t   a   c h a n c e   t o   w a t c h ?     c a n   c a t c h   y o u   u p !   c h e c k   i t   o u t !   
 

w h a t   i s   j u l i u s   r a n d l e ’ s   c e i l i n g ?   m y   b i g g e s t   c o n c e r n   w i t h   j u l i u s   i s   b e t w e e n   t h e   e a r s ,   b u t   i n   t h e   r i g h t   s i t u a t i o n ,   w i t h   a n   e l i t e   c o a c h   a n d   a n   e l i t e   p g ,   h e   c a n   b e   a   v e r y   i m p a c t f u l   p l a y e r .   i   t h i n k   t h e   s u n s   w o u l d   b e   a   p e r f e c t   f i t .   c p   w o u l d   m a k e   j u l i u s   l o o k   s o   g o o d .   k n i c k s   s u n s
m o o d   t h i s   m o r n i n g   😂   k n i c k s  
p e r h a p s   k n i c k s   c o a c h   t o m   t h i b o d e a u   w a s   b e i n g   c a u t i o u s   a n d   e a s i n g   d e r r i c k   r o s e   i n .   b u t   m i l e s   m c b r i d e ’ s   s t e l l a r   p l a y   m a d e   i t   a n   e a s y   d e c i s i o n   f o r   r o s e ’ s   l o n g - t i m e   c o a c h .   |     
  
c l y d e   s a i d   a b o u t   t h e   k n i c k s   p l a y e r   w e a r i n g   0 0   " i ' v e   n e v e r   s e e n   a   p l a y e r   w e a r i n g   0 0 .   t h a t   m e a n s   y o u ' r e   r e a l l y   n o t h i n g . "   l o l   b r e e n   w e n t   i n t o   c l e a n   u p   m o d e .   c l y d e   i s   a   n a t i o n a l   t r e a s u r e .   k n i c k s
b e l l a t h e b i g d e a l   y b n l   g o o g l e   g e c e n i n u c u n d a s t a r d a   c o v i d   k n i c k s   d a r k s e i d   
 i   w i l l   a d v e r t i s e   y o u r   c r y p t o c u r r e n c i e s   o n   m a j o r   s o c i a l   m e d i a   p l a t f o r m s   l i k e   f a c e b o o k ,   i n s t a g r a m ,   t w i t t e r ,   a n d   o t h e r s   i n   o r d e r   t o   i n c r e a s e   t r a f f i c ,   i n v e s t o r s ,   a n d   e x p o s u r e . 

k n i c k s   b a s k e t b a l l   f i n a l l y   s t a r t e d   🙌 🏿  
g o o d   m o r n i n g   k n i c k s   f a n s   k n i c k s
g o t t a   f e e l   f o r   d e u c e .   w h e r e   i s   h i s   p a t h   t o   p l a y i n g   t h i s   s e a s o n ?   e s p e c i a l l y   i f   t h e y   r e a l l y   a r e   u n w i l l i n g   t o   t r a d e   r o s e   k n i c k s
      @ _ k n i c k s 1 6 8 8     _ m a c       _ _ w a r       _ d u d e   _ s t e v e n     _ 1 9 1 4       _ j _ d _ m         _   _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                               i ’ l l   t h r o w   t h e   s a m e   t h i n g   b a c k   a t   y o u .   t h o s e   t e a m s   h a v e n ’ t   p r o v e d   t h e y ’ r e   b e t t e r   t h a n   t h e   k n i c k s   i n   2 0 2 2   e i t h e r .   i t ’ s   a   t w o   w a y   s t r e e t .
      @ _ k n i c k s 1 6 8 8     _ m a c       _ _ w a r       _ d u d e   _ s t e v e n     _ 1 9 1 4       _ j _ d _ m         _   _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                               w e ’ v e   g o n e   o v e r   t h i s .   m u r r a y   p l a y e d   f o r   a   h o r r i b l e   t e a m ,   w / o f f e n s e   g o i n g   t n r o h h h   h i m   e v e r h   p o s s e s s i o n ,   w h i c h   a l l o w s   h i m   t o   r a c k   u p   s t a t s ;   h e   w a s   i n j u r y   r e p l a c e m e n t .   n o w   h e ’ s   o f f   t h e   b a l l   n e x t   t o   t r a e .   j b   n o w   i s   t h e   q b   o f   t h e   k n i c k s .   t h e   h o w   m a t t e r s ;     n o t   t h e   a c c o l a d e .
      @ _ k n i c k s 1 6 8 8     _ m a c       _ _ w a r       _ d u d e   _ s t e v e n     _ 1 9 1 4       _ j _ d _ m         _   _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                               y o u   s a i d   c a v s   h a v e   a l l   t h e s e   s t a r s   a n d   t h e   k n i c k s   d o n ’ t   h a v e   a n y .   i   s a i d   i t ’ s   n o t   a b o u t   1   y r   m a k i n g   a s   t e a m ,   i t ’ s   a b o u t   a s   a b i l i t y   a n d   j b   & a m p ;   r j   h a v e   t h a t .   p l u s ,   r a n d l e   m a d e   a s   t e a m   o n c e   j u s t   l i k e   c a v s   g u y s .   y o u   d i d n ’ t   t h i n k   j b   w a s   a s   g o o d   a s   h e   i s
  @ _ k n i c k s 1 6 8 8     _   _ 1 9 1 4     _ _ w a r   _ m a c               _ d u d e   _ s t e v e n       _ j _ d _ m           _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                               k n i c k s   a r e   n o t   s t u c k   i n   t h e   m i d d l e .   a   t e a m   t h a t   i s   s u p e r   y o u n g   w i t h   t a l e n t   t h a t   i s   o n l y   g e t t i n g   b e t t e r + a   s t u d   p g   w h o ’ s   s t a r t i n g   h i s   p r i m e   n o w + h a s   e n o r m o u s   d r a f t   c a p i t a l =   a   t e a m   t h a t   i s   n o   w h e r e   n e a r   s t u c k ;   a c t u a l l y   t h e   o p p o s i t e .
  t h e   k n i c k s   l o o k s   r e a d y .   f o r   w h a t   s e e d   ? 
 i   d o n ' t   k n o w   
 

h o m e   a g a i n   i n   m y   h a p p y   p l a c e .   k n i c k s  
  t h e   s a m e   b u m s   t h a t   w e r e   c h e e r i n g   f o r   h i m   w h e n   h e   w a s   i n   d a l l a s   a r e   t h e   s a m e   b u m s   t h a t   a r e   h a t i n g   b e c a u s e   h e   d i d n ’ t   s i g n   f o r   t h e i r   t e a m .   f o h ! ! !   k n i c k s
n o t h i n g   g e t s   m e   h y p e   f o r   t h e   k n i c k s   l i k e   b u m p i n g   d i p s e t .   f e e l s   l i k e   w h a t   a n t h o n y   m a s o n ,   l a t r e l l   s p r e w e l l ,   a n d   c a r m e l o   a n t h o n y   w o u l d   s o u n d   l i k e   m e m o r i a l i z e d   a s   h i p - h o p .
a h ,   a   p o i n t   g u a r d !   i   g e t   i t   n o w   👍 
 k n i c k s
i   l o v e   l o v e   l o v e   t h i s   t h o u g h t   t o   !   
 
 k n i c k s    
a d a m   s i l v e r   h a s   t o   r e a l l y   s t i c k   i t   t o   t h e   t e a m s   w h o   w i l l   b e   t a n k i n g   f o r   w e m b a n y a m a   b y   s e n d i n g   h i m   t o   a   t e a m   w h o   i s n ’ t   t a n k i n g …   a   t e a m   l i k e   t h e   k n i c k s
k n i c k s   l o o k e d   g o o d   t h o
b r i n g   b a c k   s t e v e   m i l l s   a n d   f i z d a l e   n o w ! ! !   k n i c k s   
 
             _      
i t ’ s   a l r e a d y   a p p e a r i n g   l i k e   b r u n s o n   w i l l   l i m i t   b a r r e t t s   p r o d u c t i o n   a n d   s t u n t   h i s   g r o w t h .   n b a   n y k   k n i c k s
i l l   a l w a y s   b e   o v e r l y   o p t i m i s t i c   a b o u t   t h e   k n i c k s   s i m p l y   b e c a u s e   i t   p i s s e s   o f f   t h e   t o x i c   t r o l l s   i n   t h e   f a n b a s e .   i l l   d o   a n y t h i n g   t o   m a k e   t h e m   c r y   a b o u t   i t   o n   t w i t t e r . .   
 
 & a m p ;   t h e y   c r i e d   r i v e r s   l a s t   n i g h t   😂 😂 😂   k n i c k s   k n i c k s t a p e
k n i c k s   l o o k e d   i m p r e s s i v e .   w a t c h   o u t   y ’ a l l !   n b a   n y k   k n i c k s
h o w   m a n y   p p g   w i l l   b r u n s o n   a v e r a g e   t h i s   y e a r ?   k n i c k s
h o w   m a n y   p p g   w i l l   j u l i u s   a v e r a g e   t h i s   y e a r ?   k n i c k s
h o w   m a n y   p p g   w i l l   r j   a v e r a g e   t h i s   y e a r ?   k n i c k s
k n i c k s   g o o d   s t a r t .   a s   e x p e c t e d ,   s t a r t e r s   w e r e   s o l i d   b u t   m o r e   t o   b e   d e s i r e d   f r o m   f o u r n i e r .   b e n c h   i s   8 - 9   d e e p   s o   2 - 3   o f   o u r   y o u n g   g u y s   w o n ’ t   g e t   e n o u g h   p l a y i n g   t i m e   =   e v e n t u a l l y   d i s g r u n t l e d   =   d r a m a !   =   p l s   p a c k a g e   f o u r n i e r   w / 2   b e n c h   p l a y e r s   f o r   l e g i t   s g   ( s g a ? )   b y   f e b   9 t h   d e a d l i n e !
s o m e   k n i c k s   t h o u g h t s   f o l l o w i n g   t h e   f i r s t   p r e   s e a s o n   g a m e : 
 -   j a l e n   b r u n s o n   i s   h i m ,   h e   m a k e s   e v e r y o n e   m o r e   c o m f o r t a b l e   o n   t h e   f l o o r   
 -   r a n d l e   l o o k e d   s h a k y   b u t   s e c o n d   h a l f   w a s   m u c h   m o r e   c o m f o r t a b l e   
 -   m i t c h   l o o k s   s o   m u c h   b e t t e r   a l l   d e f e n s i v e   l e v e l   r i m   p r o t e c t i n g   
 -   r j   i s   h i m m m m m m m m
n e w   v i d e o   t o   w a t c h : 
 
 " n y   k n i c k s   v s   d e t r o i t   p i s t o n s   |   p r e s e a s o n   1 1 7 - 9 6   |   g a m e   r e v i e w "   
 
 c r e a t o r :     d e l u s i o n a l   k n i c k s   f a n   n e t w o r k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
w h e n   v i c t o r   w e m b a n y a m a   c o m e s   t o   t h e   l e a g u e ,   m i t c h   i s   g o n n a   b l o c k   t h e   s h i t   o u t t a   h i m   a n d   i ' m   g o n n a   j u m p   t h r o u g h   t h e   r o o f   k n i c k s
i ' m   s o   h a p p y .   g r e a t   s t a r t .   p l e a s e   c a r r y   o n   k n i c k s    
n e w   s t o r y :   t h e   p i s t o n s '   r o o k i e s   h e l d   t h e i r   o w n   i n   t h e i r   n b a   d e b u t s ,   b u t   t u r n o v e r s   w e r e   t h e   s t o r y   o f   l a s t   n i g h t ' s   l o s s   t o   t h e   k n i c k s .  
f r o m   l a s t   n i g h t :   p i s t o n s   d r o p   p r e s e a s o n   o p e n e r   t o   k n i c k s ,   1 1 7 - 9 6 .  
i   b u y   n e w   k n i c k s   a p p a r e l   l i t e r a l l y   e v e r y   y e a r , i   t e a r   m y   s h i t   u p   w a t c h i n g   g a m e s   e v e r y   s e a s o n 😂 😂
  e v e r y   t i m e   i   w a t c h   c a m   r e d d i s h   p l a y   i   s e e   b i g   p o t e n t i a l .   d o n ’ t   w o r r y   a b o u t   t h e   i n j u r y   a s   i t   w i l l   p a s s .   c a m   k e e p s   s h o w i n g   f l a s h e s   o f   a b i l i t i e s   c a p a b l e     o f   b e i n g   o n e   o f   t h e   b e s t   3 - w a y   p l a y e r s   i n   t h e   l e a g u e   o n   o f f / d e f / p o i n t   f o r w a r d   w i t h   a   h i g h   b - b a l l - i q   w h i c h   i s   v e r y   r a r e   k n i c k s  
i f   y o u   t h e   g m   f o r :   k n i c k s   w i z a r d s   h o r n e t s   k i n g s   p i s t o n s   j a z z   s p u r s   p a c e r s   m a g i c   t h u n d e r   r o c k e t s   y o u   b e t t e r   d o   w h a t e v e r   i t   t a k e s   t o   l o s e   e v e r y   g a m e !   i t ’ s   w o r t h   i t !   v i c t o r w e m b a n y a m a   g o a t   n b a d r a f t   n b a   n b a t w i t t e r
m y   t a k e a w a y s   f r o m   k n i c k s   p r e s e a s o n   g a m e 
 
 - b r u n s o n   w a s   a   g r e a t   s i g n i n g   f o r   m a n y   o b v i o u s   r e a s o n s 
 - c a m   r e d d i s h   d e f e n s e   a l o n e   s h o u l d   k e e p   h i m   i n   t h e   r o t a t i o n 
 - d e u c e   m c b r i d e   d e s e r v e s   a t l e a s t   1 0   m p g   t h r o u g h o u t   t h e   s e a s o n   
 - i f   r a n d l e   k e e p   r u n n i n g   i n   t r a n s i t i o n   w e ’ l l   b e   o k a y
b a r r e t t   -   2 1 - 5 - 2   ( + 2 3 ) 
 b r u n s o n -   1 6 - 1 - 5   ( + 2 1 ) 
 r a n d l e -   1 5 - 6 - 4   ( + 1 8 ) 
 
 j u s t   l i k e   t h e y   d r e w   i t   u p   -   
 
 ( a s   h e a d s   e x p l o d e ) -   
 
 k n i c k s   n b a p r e s e a s o n
c a m   r e d d i s h   i n j u r y   i n   k n i c k s '   p r e s e a s o n   o p e n e r   c o m e s   a t   a   b r u t a l   t i m e 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   l a k e s h o w   l a k e r s   b l e e d g r e e n   m a g i c a b o v e a l l   s i x e r s   a l l f l y
i m m a n u e l   q u i c k l e y   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i m m a n u e l q u i c k l e y   i m m a n u e l   q u i c k l e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
g o o d   m o r n i n g   k n i c k s   f a n s .   e n j o y   y o u r   d a y !
r i s e   a n d   s h i n e !   t h e   b o c k e r s   l o o k i n g   g o o d . . . . .     k n i c k s   🧡 💙 🧡    
📣   n e w   p o d c a s t !   " t h e   n e w   y o r k   k n i c k s   p o d c a s t   -   e p i s o d e   5 8 4 :   w h y   e v e r y   o t h e r   t e a m   s u c k s "   o n     k n i c k s   p o d c a s t   p r e s e a s o n  
i t ' s   o n l y   p r e s e a s o n   b u t   n i c e   d e b u t   f r o m   j a l e n   b r u n s o n   l a s t   n i g h t   👍 🏿   k n i c k s
n e w   v i d e o   t o   w a t c h : 
 
 " r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   d e t r o i t   p i s t o n s   |   n e w   y o r k   k n i c k s "   
 
 c r e a t o r :     m s g   n e t w o r k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
s e a s o n   o f f   t o   a   g r e a t   s t a r t   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
n b a   s t a n d i n g s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 ;   n b a   g a m e s   t o d a y ;   n b a   r e s u l t s   t o d a y ;   n b a   s t a n d i n g s   t o d a y 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   7 6 e r s   p i s t o n s   k n i c k s   t i m b e r w o l v e s   h e a t   p e l i c a n s   b u l l s   j a z z   b l a z e r s
s e e i n g   t h e   g a m e   l i g h t   b u t   i ’ m   f e e l i n g   t h e   e n e r g y   o f   t h i s   k n i c k   t e a m .   i f   o n l y   r a n d l e   c a n   m a i n t a i n .   k n i c k s   n b a   n y k n i c k s   m s g
j a l e n   b r u n s o n   g o t   b u s y   i n   h i s   k n i c k s   d e b u t .   p r o v e d   h e   c a n   s c o r e   f r o m   a l l   o v e r   t h e   f l o o r   a n d   r u n   t h e   s h o w !   l o o k i n g   f o r w a r d   t o   s e e i n g   h o w   t h e   s e a s o n   u n f o l d s !   n b k f a m   j a l e n b r u n s o n   k n i c k s p r e s e a s o n  
c r a z y   h o w   k n i c k s   “ f a n s ”   c o u l d n ’ t   w a i t   t o   s t a r t   r i p p i n g   i n t o   j u l i u s   r a n d l e   n o t   e v e n   1 2   f u c k i n g   m i n u t e s   i n t o   t h e   p r e - s e a s o n .   i f   w e   a r e   g o n n a   c a l l   o u r s e l v e s   “ k n o w l e d g e a b l e ”   f a n s ,   w e   g o t t a   c u t   t h a t   b u l l s h i t   o u t .   i t ’ s   g e t t i n g   l a m e .   k n i c k s   n y k
i n   t h e i r   f i r s t   p r e s e a s o n   o u t i n g   o f   t h e   2 0 2 2 - 2 3   s e a s o n ,   t h e   k n i c k s   ( 1 - 0 )   b l e w   o u t   t h e   p i s t o n s   ( 0 - 1 )   1 1 7 - 9 6   l a s t   n i g h t   a t   t h e   g a r d e n .   k n i c k s w i n   n e w y o r k f o r e v e r  
b a r r e t t   & a m p ;   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   p i s t o n s   -     k n i c k s   n e w y o r k f o r e v e r    
p i s t o n s   a t   k n i c k s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2     v i a     k n i c k s   n e w y o r k f o r e v e r
k n i c k s   t a k e a w a y s   f r o m   t u e s d a y ' s   1 1 7 - 9 6   w i n   o v e r   p i s t o n s ,   i n c l u d i n g   i m p r e s s i v e   p e r f o r m a n c e s   t o p   t o   b o t t o m   k n i c k s   n e w y o r k f o r e v e r    
b o o s h !   🍎   🏀   
 i   l o v e   t h i s   t e a m   t h e   k n i c k s   h a v e   b u i l t !   b r u n s o n   i s   a   d i f f e r e n c e   m a k e r   w h o   d o e s n ’ t   n e e d   t o   s h o o t   t o   m a k e   a n   i m p a c t   c o m b i n e d   w i t h   a   t o u g h   d e f e n s e   f i r s t   m e n t a l i t y   =   🏆 .   k n i c k s   n b a  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 •   j a d e n   i v e y 
 
 1 6   p t s 
 4   r e b 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 

📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 •   r j   b a r r e t t 
 
 2 1   p t s 
 5   r e b 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 

📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n   p t . 3 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n   p t . 2 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 h a p p y   b i r t h d a y   b u c k e t   f o r   d e r r i c k   r o s e ! 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 
  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n . 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a d e n   i v e y ’ s   f i r s t   2 0 2 2 - 2 3   b u c k e t 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 

📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a l e n   b r u n s o n ’ s   f i r s t   2 0 2 2 - 2 3   b u c k e t 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s  
i t ’ s   g o n n a   b e   r e a l   f u n n y   w h e n   r j   b a r r e t t   g o n n a   b e   l o o k i n g   l i k e   h e   d e s e r v e s   m a x   c o n t r a c t   m o n e y .   
 
 r j   b o u t   t o   p u t   t h e   l e a g u e   o n   n o t i c e .   n e w y o r k f o r e v e r   k n i c k s
a   s w e e t   2 1 p t   w i n   t o   o p e n   p r e   s e a s o n   a g a i n s t   t h e   d e t r o i t   p i s t o n s   👏 🔥 💯   
 
 b a r r e t t :   2 1 / 5 / 2 
 r a n d l e :   1 5 / 6 / 4   
 b r u n s o n :   1 6 / 5 
 q u i c k l e y :   1 3 / 3 / 3 
 
 k n i c k s   k n i c k s t a p e   🔸 ️ 🔹 ️  
s h o p   n e w y o r k f o r e v e r   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n   n e w y o r k   k n i c k s   n b a   v i d e o :  
f o u r   f r a m e s   f r o m   t u e s d a y   n i g h t ’ s   p r e s e a s o n     g a m e   b e t w e e n   t h e     a n d     
 n b a   p i s t o n s   k n i c k s  
  o p e n e d   s e a s o n   w i t h   t h e   k n i c k s   c o l o r s   s u i t   k i l l i n   i t ! !   s e t t i n g   t h e   t o n e   f o r   t h e   s e a s o n   k n i c k s
o f f   t h e   t o p   f i n a l   t a k e a w a y s   f r o m   t o n i g h t 🗽 
 
 -   j b   i s   v e r y   v e r y   t o u g h … a s   a d v e r t i s e d ,   a   v e r y   o b v i o u s   g a m e   c h a n g e r 
 -   r j   b a r r e t t 🫡 
 -   j u l i u s   h a d   a   g o o d   2 n d   h a l f ,   d u e   t o   l e t t i n g   t h e   g a m e   f l o w   t o   h i m   a n d   n o t   f o r c i n g   a n y   o f f e n s e 
 -   l o v e d   t h e   p e r f o r m a n c e s   b y   h a r t   & a m p ;   d e u c e   k n i c k s
  y o u   a r e   t h e   w o r s t   n b a   a n a l y s t   s i n c e     … . .     
 y o u   p u t   t h i s   c l o w n   o n   a   b r e a k o u t   l i s t   j u s t   t o   t r o l l   k n i c k s   & a m p ;     ? 
 q u i t   y o u r   j o b   d u d e … .  
v i c t o r   w e m b a n y a m a   i s   n o t   g e t t i n g   d r a f t e d   b y   t h e   k n i c k s .   s h u t t i n g   u p   a l l   o f   u s   s t u p i d   f a n   b o y s   w h o   a r e   g o n n a   t r y   t o   m a n i f e s t   s o m e   n o n s e n s e     k n i c k s   k n i c k e r b o c k e r s
d o n ’ t   c a r e   i f   i t   w a s   f i r s t   g a m e   o f   p r e s e a s o n   w e   g a n n a   b e   s n e a k y   g o o d   a n d   a   t o u g h   o u t   e v e r y   n i g h t   k n i c k s
a n   h o n o r ,   p r i v i l e g e   & a m p ;   p l e a s u r e .   t h e   k n i c k s   r e c a p   w e l c o m e s     ' h a n   s o l o '   t o   t h e   s h o w !   t h e   e p i s o d e   d r o p s   t h u r s d a y ,   o c t o b e r   6 t h   @   8 a m .   w e ' l l   b e   t a l k i n g   k n i c k s   p r e s e a s o n   b a s k e t b a l l   a n d   m o r e !   h a v e   a   q u e s t i o n ?   d r o p   i t   b e l o w !   k n i c k s   t k r  
s o m e   p h o t o s   f r o m   t o n i g h t   s u p p o r t i n g   t h e   f e l l a s ,   g r e a t   t o   h a v e   p r e s e a s o n   a n d   e v e n t u a l l y   t h e   r e g u l a r   s e a s o n   b a c k   k n i c k s  
h u g e   e p i s o d e   d r o p p i n g   s o o n . . . m a s s i v e .   d e t a i l s   s o o n .   b u t   i   p r o m i s e   y o u ,   t h i s   t h u r s d a y ' s   e p i s o d e   o f   t h e   k n i c k s   r e c a p   p o d c a s t   i s   m u s t   l i s t e n   t o .   k n i c k s
a p p r e c i a t e   y ' a l l   f o r   p u l l i n g   u p   t o   ' r e c a p p i n g   t h e   g a m e ' ,   t h e   k n i c k s   p o s t   g a m e   s h o w   a n d   r o c k i n g   w i t h   m e !   w e   d i d n ' t   r e a l l y   o v e r r e a c t . . . g r i m e s   s t i l l   n e e d s   t o   s t a r t .   k n i c k s   t k r   k n i c k s s p a c e s   r e c a p p i n g t h e g a m e  
i m a g i n e   i f   h e   p l a y e d   4   t h e   k n i c k s .   o n   2 n d   t h o u g h t . . . .  
g r a d e   j a l e n   b r u n s o n ’ s   p r e - s e a s o n   d e b u t   a s   a   k n i c k   🏀 
 
 1 6   p t s 
 4   a s t 
 7 - 9   f g 
 1 8   m i n s 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r  
b a r r e t t ,   m a v s   e x   b r u n s o n ,   r e v   k n i c k s '   p r e s e a s o n   w i n   o v e r   p i s t o n s     v i a    
t h a t   d u d e   💯   k n i c k s  
o b i   t o p p i n   k n i c k s  
t h a n k   y o u   f o r   m a k i n g   o u r   g r a n d   o p e n i n g   a   s u c c e s s !   f r o m     s t o p p i n g   b y   t o   m e e t   y o u   t o   a     1   o f   1   a u t o ,   w e   c o u l d n ' t   h a v e   a s k e d   f o r   a   b e t t e r   e v e .   c h e c k   o u t   s o m e   p h o t o s   f r o m   t h e   n i g h t   h e r e :     
 
 c a r d b r e a k s   t h e h o b b y   k n i c k s   y a n k e e s   r e p b x
p a t r i c k   w i l l i a m s   f o r   o b i   t o p p i n 
 
 w h o   s a y s   n o ? 
 
 b u l l s   n e e d   a   y o u n g ,   a t h l e t i c   p f ,   k n i c k s   n e e d   a   l o n g ,   d e f e n s i v e   w i n g . 
 
 i   p e r s o n a l l y   w a n t e d   t h e   b u l l s   t o   t a k e   t o p p i n   t h a t   y e a r   t h e y   t o o k   w i l l i a m s   a t   4 . 
 
 n b a
a n y o n e   s t i l l   m a d   t h e   k n i c k s   “ t r a d e d ”   j a l e n   d u r e n ?   n o ,   n o b o d y   c a r e s   a n y m o r e ?   t h o u g h t   s o
    t h e   k n i c k s   s h o u l d   t r a d e   q u i c k l e y   t h e n   t o   t h e   r o c k e t s .
s o m e o n e   g e t   m e   d a v i d   s t e r n   a n d   a n   e n v e l o p e   f r e e z e r   r i g h t   n o w   k n i c k s  
🔥 🔥   k n i c k s   p r e s e a s o n   r e c a p !   🔥 🔥   k n i c k s   l o o k   p r o m i s i n g !   e f f i c i e n t   r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   p o w e r   e f f i c i e n t   w i n !   k n i c k s   k n i c k s n a t i o n 
 
 ✅   w a t c h   n o w ! 
   📽 ️     v i a  
    m r .   p r e s i d e n t   s i n c e   w e ’ r e   c o m m e n t i n g   a b o u t   s p o r t s   d o   y o u   h a v e   a n y   t h o u g h t s   o n   j a l e n ’ s   b r u n s o n   k n i c k s   d e b u t   t o n i t e   p l e a s e   a n d   t h a n k   y o u   g o   y a n k e e s   a n d   a l s o   a m e r i c a   ( :
y o     w h e r e ’ s   t h a t   k n i c k s   p r e - s e a s o n   r e a c t   v i d ? ? ? ?  
d i d   c a m   g e t   h u r t ?   n o   r e a s o n   w h y   h e   s h o u l d n ’ t   h a v e   b e e n   o u t   t h e r e   c l o s i n g   o u t   i n s t e a d   o f   t h a t   o t h e r   g u y   k n i c k s
🚨   n e w   e p i s o d e   a l e r t   🚨 
 
 k n i c k s   v s   p i s t o n s   |   g a m e   r e v i e w   
 
 w a t c h :   
 
 k n i c k s   t h i b s   b r u n s o n  
y ’ a l l   w a n t e d   j a l e n   d u r a n   s o   b a d .   n o w   l o o k   k n i c k s
w e   s t i l l   r o c k i n !     t a l k i n g   k n i c k s   -   c o m e   c h e c k   u s   o u t .   c a l l - i n   5 1 6 - 3 6 2 - 5 2 1 2   n b k f a m  
m e   a f t e r   t h e   f i r s t   k n i c k s   p r e s e a s o n   g a m e :   w e   c a n   d e f i n i t e l y   m a k e   t h e   p l a y - i n .   
 
 m e   a f t e r   w a t c h i n g   f i v e   m i n u t e s   o f   v i c t o r   w e m b a n y a m a :   i   m e a n   i t ' s   n o t   w e ' r e   g o n n a   w i n   t h e   t i t l e .   m a y b e   w e   j u s t   t a k e   t h i s   y e a r   o f f .
1 0 )   g l a d   t h i b s   a c t u a l l y   m a n a g e d   m i n s   l o l 
 1 1 )   c a m   g o t t a   w a t c h   t h o s e   r e f s . . .   b u t   n a h   h o p e f u l l y   h e ' s   g o o d   f o r   t h e   n e x t   g a m e   o r   s o . 
 1 2 )   t h e   r e s t   o f   t h e   p l a y e r s   a r e   i r r e l e v a n t . 
 
 k n i c k s   n e w y o r k f o r e v e r   w e h e r e   / e n d
5 )   r a n d l e   f i n e   i f   h e   m a k e s   d e c i s i o n s   w i t h i n   l i k e   3   s e c o n d s   a n d   r u n s . 
 6 )   e v a n   g o n n a   w i n   t h e   s t a r t i n g   r o l e   b y   d e f a u l t   l o l 
 7 )   o b i / i q   w i l l   b e   f i n e   -   r u s t . 
 8 )   d - r o s e   c o o l ,   b u t   i   w a n t   i q   t o   t a k e   a l l   h i s   m i n s   l o l 
 9 )   d e u c e   a   p e s t ,   b u t   n o t   a   m a r k s m a n   l o l 
 k n i c k s   n e w y o r k f o r e v e r   w e h e r e   2 /
k n i c k s   p o s t g a m e   e p i s o d e   i s   u p   n o w   o n     
 n b a   p r e s e a s o n   n b a 2 0 2 2   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   p i s t o n s   d e t r o i t   
 
       
 

c o n t r a r y   t o   m y   e a r l i e r   p o s t s ,   i   d i d   w a t c h   t h e   k n i c k s   g a m e   s o   i   h a v e   f a s t   t h o u g h t s : 
 
 1 )   b r u n s o n   d o p e .   h a v e n ' t   h a d   a   p g   l i k e   h i m   i n   a   l o n g   w h i l e . 
 2 )   r j   g o o d 
 3 )   m i t c h   m o v e s   l i k e   r o o k i e   m i t c h   -   g r e a t 
 4 )   l o v e   h a r t e n s t e i n   o f f   t h e   b e n c h . 
 
 k n i c k s   n e w y o r k f o r e v e r   w e h e r e   1 /
k n i c k s   p o s t g a m e   e p i s o d e   i s   u p   n o w   o n   
 n b a   p r e s e a s o n   n b a 2 0 2 2   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   p i s t o n s   d e t r o i t   
 
         
 

j a l e n   b r u n s o n   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n b r u n s o n   j a l e n   b r u n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j a l e n   b r u n s o n   m i g h t   b e   t h e   k e y   t o   u n l o c k i n g   r j   b a r r e t t ’ s   f u l l   p o t e n t i a l   f r   n e w y o r k f o r e v e r   k n i c k s
g o t   p r e t t y   g o o d   s e a t s   t h a t   d a y . . . 
 
 m i x i n g / m a s t e r i n g   r a t e s ?   g o   h e r e :   
 
 k n i c k s   m u s i c s t u d i o  
w a y   t o   e a r l y   p r e s e a s o n   o v e r r e a c t i o n … w h a t   d o   w e   t h i n k ?   k n i c k s   m a k i n g   t h e   p l a y o f f s ?
" s a u c e   w a l k a "   b a b y   t a t e   e l o n   j e e z y   z i o n   o v e r w a t c h 2   w w e n x t   b a c h e l o r i n p a r a d i s e   h i p h o p a w a r d s   f o r t h e a   " a a r o n   j u d g e "   f a t   j o e     p e l i c a n s   s a f e r     y o m   k i p p u r   m i g u e l   d r a g i c   q u e e n s u g a r   w e m b y   k n i c k s   b l a c k w o m e n   
 
 w h y   t h e   g o p   w i l l   w i n   b a c k   e v e r y t h i n g   
 🤢 🤮 🤮 🤮  
      k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d   r o s e   d o e s n ' t   n e e d   t o   l o o k   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d e r r i c k   r o s e   n o l o o k   a s s i s t   n y k   n e w y o r k   k n i c k s   d e t   d e t r o i t   p i s t o n s
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h e   c h i l d   w h o   w o n   t h e   h e a r t s   o f   a l l . 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 5 7 8 3   
 b r u n s o n   s a f e r   d d o s   c o r y   e l o n m u s k   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s   l i v r a n
f u c k   i t ,   i   h o p e   t h e   k n i c k s   t a n k .   g o   4 - 7 8 -   j u s t   s w e e p   b r o o k l y n  
d o n o v a n   m i t c h e l l ?   n b a   b a s k e t b a l l   k n i c k s   n b a t w i t t e r  
k n i c k s   f a n s ! 
 
 t o n i g h t   w a s   c h o c k   f u l l   o f   h i g h l i g h t s .   w h a t   w a s   y o u r   f a v o r i t e ? 
 
 m i n e   h a d   t o   b e   r j ’ s   f i r s t   q u a r t e r   d u n k
h o w   p e o p l e   m a r k e t   t h e i r   s a l e s   a n d   p r o d u c t s 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 5 7 8 3   
 b r u n s o n   s a f e r   d d o s   c o r y   e l o n m u s k   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s   l i v r a n
i q   t a k e s   d u r e n   o f f   t h e   d r i b b l e   a n d   m a k e s   i t   l o o k   e a s y .   n b a   b a s k e t b a l l   k n i c k s   i q   i m m a n u e l q u i c k l e y   n b a t w i t t e r   n y k   k n i c k s t a p e  
i t s   f i t t i n g   t h a t   r a y s   w i l l   b e   p l a y i n g   t h e   w i l d   c a r d   r o u n d   v s   t h e   c i t y   t h a t   t o o k   d o n o v a n   m i t c h e l l   f r o m   m y   k n i c k s   n o w   g o d   i s   g o i n g   t o   s t a r t   f a v o r i n g   t h e s e   s o b ' s   s t a r t i n g   w i t h   t h i s   s e r i e s   v s   t h e   f o r m e r   i n d i a n s   g u a r d i a n s
o b i   i s   t o p p i n   t h e   h i g h l i g h t s   w i t h   t h i s   w i n d m i l l   💥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   o b i   t o p p i n   w i n d m i l l   d u n k   n y k   n e w y o r k   k n i c k s   d e t   d e t r o i t   p i s t o n s
r j   b a r r e t t   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r j b a r r e t t   r j   b a r r e t t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
h e y   k n i c k s   f a n s   i t ’ s   o k   t o   s a y   r a n d l e   p l a y e d   w e l l   🤷 🏽 ‍ ♂ ️
s e e   h o w   p e o p l e   s e t   t h e i r   p r o j e c t   f l o w 
 ] 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 5 7 8 3   
 b r u n s o n   s a f e r   d d o s   c o r y   e l o n m u s k   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s   l i v r a n
k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   .  
    k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀  
w e a l t h   c a n   b e   a c h i e v e d   t h r o u g h   t h e   f o l l o w i n g   p r o c e s s   
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 5 7 8 3   
 b r u n s o n   s a f e r   d d o s   c o r y   e l o n m u s k   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s   l i v r a n
h o w   n i g e r i a   c a n   b e   c a l l e d   a b r o a d   b y   o t h e r   c o u n t r y 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 5 7 8 3   
 b r u n s o n   s a f e r   d d o s   c o r y   e l o n m u s k   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s   l i v r a n
l i l   m i s s . . . .   l o y a l   
 
 k n i c k s   k n i c k s t a p e   k n i c k s n a t i o n     n y k n i c k s   k n i c k s b a s k e t b a l l   
 
   😆 🏀 💙  
p o p s   g i v i n g   o u t   a d v i c e .   n b a   b a s k e t b a l l   k n i c k s   r i c k b r u n s o n   i q   j a l e n b r u n s o n   n b a t w i t t e r  
n e w   y o r k   b a s k e t b a l l   i s   b a c k 🏀 ‼ ️   • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • k n i c k s a n o n y m o u s   t h e p e o p l e s v o i c e   n b a   b a s k e t b a l l   n b a b a s k e t b a l l   k n i c k s   k i n c k s r a n k i n g     n e w y o r k k n i c k s   n y k n i c k s   n y c   n y   n e w y o r k c i t y   f y p   v i r a l   m s g  
r j   b a r r e t t   h i g h l i g h t s   -   k n i c k s   v s .   p i s t o n s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   r j   b a r r e t t   n y k   d e t   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w y o r k   k n i c k s   d e t r o i t   p i s t o n s
n i c e   l i l   p r e s e a s o n   d u b   🔥   k n i c k s  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
e a r l i e r   t o n i g h t ,   s p e r o   d e d e s   ( p b p ) ,     ( a n a l y s t )   & a m p ;     w e r e   o n   t h e   t n t   c a l l   f o r   p i s t o n s   a t   k n i c k s   n b a p r e s e a s o n
g a m e   1   t a u g h t   u s   a n d   h o p e f u l l y   t h i b s ,   t h a t   h e   c a n   c o u n t   o n   h i s   v e t s . .   b u t   h e   s h o u l d   n e v e r   h e s i t a t e   t o   s u b   i n   h i s   y o u n g   p l a y e r s .   b o t h   u n i t s   w e r e   c a p a b l e   o f   s c o r i n g   a n d   d e f e n d i n g   a t   a   h i g h   l e v e l   t o n i g h t .   
 
 l e t s   c a r r y   t h i s   i n t o   g a m e   2 . .   k n i c k s
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . .  
5 0   b u r g e r   h e r e   w e   c o m e   l m a o   k n i c k s
i q   t o   o b i   ( g o n n a   b e   h e a r i n g   t h a t   a   l o t   t h i s   y e a r ) .   n b a   b a s k e t b a l l   n b a t w i t t e r   i q   i m m a n u e l q u i c k l e y   o b i t o p p i n   k n i c k s   n y k   k n i c k s t a p e  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . . .  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . .  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . .  
“ i   l o v e   t h e   w a y   h e   c a n   c o n t r o l   a n d   m a n a g e   t h e   g a m e .   a n d   t o   m e ,   t h a t ’ s   t h e   n u m b e r   o n e   f u n c t i o n   o f   a   p o i n t   g u a r d . ”   -   t o m   t h i b o d e a u   o n   k n i c k s   n e w   p g   j a l e n   b r u n s o n   |    
    k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r     . . . .
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r     . . .
k n i c k s   1 1 7 ,   p i s t o n s   9 6 :   s c e n e s   f r o m   a   f u n   p r e s e a s o n   n i g h t   a t   t h e   g a . . .   ( p o s t i n g   a n d   t o a s t i n g ) 
 
 o n   t u e s d a y ,   t h e   n e w   y o r k   k n i c k s   k i c k e d   t h e i r   p r e - s e a s o n   o f f   a t   m a d i s o n   s q u a r e   g a r d e n   w i t h   a   . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   n y k n i c k s   n b a   k n i c k s
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
k n i c k s   n i c e   s t a r t   t o   p r e - s e a s o n .   a l w a y s   r o o m   f o r   i m p r o v e m e n t s   b u t   l i k e d   w h a t   i   s a w .   k e e p   i t   g o i n g .   💪 🏾 😎  
b e t t e r   p g   p l a y ,   t h e   k n i c k s   a r e   s u b s t a n t i a l l y   b e t t e r …   a n d   w e   h a v e …   m u c h   b e t t e r   p g   p l a y   n o w …   
 
 g o o d   n i g h t   🧡 💙
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i q   m a k i n g   h i s   o w n   o f f e n s e   l o o k   e a s y .   n b a   b a s k e t b a l l   i q   i m m a n u e l q u i c k l e y   n b a t w i t t e r   k n i c k s   n y k   k n i c k s t a p e  
g o o d   1 s t   h i t   o u t .   🔥 
 
 s i g n s   o f   e a r l y   f a m i l i a r i t y   /   c h e m i s t r y   t h e r e   -   a s   t h e   p o i n t   i ' v e   m a d e   -   c a n   b e   t h e   k n i c k s   s t r e n g t h   t h i s   y e a r .   
 
 n o t   a   l o t   o f   r o s t e r   t u r n o v e r ,   c a n   h e l p   s t a r t   o f f   s t r o n g ! 
 
 k n i c k s   n e w y o r k f o r e v e r   k n i c k s o n m s g  
  _ n y x   k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m a y   h a v e   o n l y   b e e n   a   p r e s e a s o n   g a m e   b u t   i t ' s   s o   e v i d e n t l y   a p p a r e n t   w h a t   a   l e g i t   t r u e   p o i n t   g u a r d   c a n   d o   f o r   a   t e a m .   e v e r y o n e   i s   g o i n g   t o   b e n e f i t   f r o m   b r u n s o n   b e i n g   o n   t h e   f l o o r .   n o   m o r e   r a n d l e   i s o   & a m p ;   o v e r   d r i b b l i n g   e i t h e r .   r j   l o o k e d   g r e a t   t o o .   2 n d   u n i t   m e s h i n g   w e l l   a l s o .   k n i c k s
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
a l l   i ' m   s a y i n g   i s   d e u c e   m c b r i d e   b e t t e r   g e t   m i n u t e s   t h i s   s e a s o n .   h i s   d e f e n s e   i s   t o o   g o o d   f r e e d e u c e   m i l e s m c b r i d e   n b a   k n i c k s   n e w y o r k   k n i c k s a n o n y m o u s
    k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
h e y   i   l i k e d   w h a t   i   s a w   f r o m   j u l i u s   r a n d l e   t o n i g h t   k n i c k s
k n i c k s   g a m e   a n d   a   n y   s l i c e   🍕 ! ! 
 
 t h e   c i t y   i s   a   b l e s s i n g !   🙏 🏾 🙏 🏾
    _ g o d s o n   k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
p e r   t o m   t h i b o d e a u ,   c a m   r e d d i s h ’ s   s p r a i n e d   a n k l e   w i l l   b e   r e - e v a l u a t e d   t o m o r r o w 
 
 n b a   n b a t w i t t e r   k n i c k s
  k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   t o p p i n   t h r o w s   d o w n   t h e   w i n d m i l l   d u n k   -   v i a     a p p .       n b a .       n y k @ .   k n i c k s .      
j u l i u s   r a n d l e   t o n i g h t   v s   d e t :   
 
 1 5   p t s 
 6   r e b s 
 4   a s t s 
 6 - 1 0   f g 
 2 - 4   3 p t 
 1 - 2   f t 
 1 8   m i n 
 + 1 8 
 
 k n i c k s   n e w y o r k f o r e v e r
i t ’ s   g o i n g   t o   b e   a   r e a l l y   f u n   s e a s o n   t h i s   y e a r   k n i c k s
b r u n s o n ,   j u l e s ,   a n d   r j   l o o k i n g   g o o d !   👀   k n i c k s
i ’ v e   s e e n   e n o u g h .   k n i c k s   t o p 4   s e e d   i n   e a s t .     😂 😂 .   o v e r   r e a c t   e v e r y   p r e s e a s o n .     k n i c k s   k n i c k s t a p e   n b a
t h e     l o o k   g o o d   f o r   r e a l   k n i c k s
f i r s t   s c o r e   g r a p h i c   o f   t h i s   4 - g a m e   n b a   e x h i b i t i o n   s e a s o n .     p i s t o n s   l o s e   a t   m s g   i n   n y c   b y   2 1 .     j a d e n   i v e y ' s   p r o   d e b u t   n e t s   1 6   p o i n t s   t o   l e a d   d e t r o i t .     i s a i a h   l i v e r s   h a d   1 3 .     h a y e s   a n d   b o g d a n o v i c   1 1   e a c h .     r j   b a r r e t t   l e d   t h e   k n i c k s   w i t h   2 1 .     s o ,   0 - a n d - 1   a n d   o f f   t o   n e w   o r l e a n s !  
r j   b a r r e t t   t o n i g h t   v s   d e t : 
 
 2 1   p t s 
 5   r e b s 
 2   a s t s 
 1   s t l 
 1   b l k 
 8 - 1 4   f g 
 3 - 5   3 p t 
 2 - 2   f t 
 2 3   m i n 
 + 2 3 
 
 k n i c k s   n e w y o r k f o r e v e r
w a t c h e d   m y   k n i c k s   t a k e   o n   t h e   p i s t o n s   b e n c h   w a s   n i c e ! ! !   n o w   w a t c h i n g   t h e   p e l s   v s   b u l l s   🏀     p r e s e a s o n
j a l e n   b r u n s o n   t o n i g h t   v s   d e t : 
 
 1 6   p t s 
 1   r e b 
 5   a s t s 
 1   b l k 
 7 - 9   f g 
 2 - 4   3 p t 
 2 0   m i n 
 + 2 1 
 
 k n i c k s   n e w y o r k f o r e v e r
n e w   y o r k :     c h u c k     a n d     h a v e   s e r v e d   y o u   p o o r l y .   v o t e   f o r   c h a n g e !   
 
 n e w y o r k   n y g i a n t s   m e t s   k n i c k s   y a n k e e s  
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h e   k n i c k s   h a v e   o n e   o f   t h e   b r i g h t e s t   f u t u r e s   i n   b a s k e t b a l l   a n d   n o b o d y   i s   t a l k i n g   a b o u t   i t
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
j a l e n   b r u n s o n   i n   h i s   f i r s t   a c t i o n   a s   a   n e w   y o r k   k n i c k 
 
 7 - 9   f g   👀 
 1 6   p t s   🔥 
 5   a s t   🪙 
 
 a l l   i n   2 0   m i n u t e s ,   c a n   j a l e n   b r u n s o n   l e a d   t h e   k n i c k s   t o   t h e   p l a y o f f s   k n i c k s   n b a  
t h e   k n i c k s   f i n a l l y   h a v e   a   l e g i t   s t a r t i n g   p o i n t   g u a r d   😌
m i l e s   m c b r i d e   c l o s e s   o u t   t h e   g a m e ! 
 n e w y o r k f o r e v e r   k n i c k s   n b a   n b a t w i t t e r     n b a p r e s e a s o n   n e w y o r k     
  
r a y s   w i l l   w i n   t h e i r   f i n a l   g a m e   o f   2 0 2 2   j u s t   l i k e   t h e   k n i c k s   d i d   o n   a p r   1 0 t h   v s   t h e   r a p t o r s
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . .  
i   s e e   k n i c k s   g a i n   t h a t   1 s t   p r e s e a s o n     w i n ! 👏 🏽 👏 🏽 🏀
_ d a i m o n a   k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
b r u n s o n   i s   b e t t e r   t h a n   a d v e r t i s e d . .   f i n a l l y   a   p g .   k n i c k s
_ 3   k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
n e w   e n e r g y   a t   m s g   k n i c k s
_ 5 t i i l _ h e r e   k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   c a n   g e t   u s e d   t o   t h i s .   k n i c k s
l i k e d   w h a t   i   s a w   f r o m   m y   k n i c k s   t o n i g h t ! !   l e t ’ s   g o o o
j a l e n   b r u n s o n   b r i n g s   h o m e   a   v i c t o r y   f o r   h i s   f i r s t   g a m e   f o r   t h e   k n i c k s : 
 
 1 6   p o i n t s 
 5   a s s i s t s 
 7 - o f - 9   f g 
 2 - o f - 4   3 p 
 1 9   m i n u t e s  
o b l i g a t o r y   u n h i n g e d   k n i c k s   t w e e t   k n i c k s  
r j b a r r e t t   s h i n e s   w i t h   2 1   p o i n t s   a n d   f i v e   r e b o u n d s   t o   l i f t   t h e   k n i c k s   o v e r   t h e   p i s t o n s .   f i n a l :   d e t   9 6   -   1 1 7   n y k   n b a p r e s e a s o n
f i n a l 
 
 k n i c k s   1 1 7 
 p i s t o n s   9 6 
 
 r j   b a r r e t t   ( 2 1   p o i n t s ) ,   b r u n s o n ,   a n d   r a n d l e   a l l   h a d   s t a r   m o m e n t s .   e v e r y o n e   c o n t r i b u t e d   o n   b o t h   e n d s   o f   t h e   f l o o r .   j u s t   a   s u p e r   f u n   s t a r t   t o   t h e   p r e s e a s o n
v e r y   s o l i d   p r e s e a s o n   w ,   o n w a r d s   a n d   u p w a r d s 
 
 k n i c k s
i   l i k e   w h a t   i   j u s t   s a w   k n i c k s
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
c o a c h c a s e y   b e e n   a r o u n d   f a r   t o o   l o n g   t o   s h o w   h i s   h a n d   i n   p r e s e a s o n   w i t h   t h i s   n e w b r e e d   p i s t o n s   g r o u p .   d o n ’ t   g e t   i t   t w i s t e d ,   f a m ,   i n   t h o s e   t e r m s ,   t o n i t e   a   b i g   w i n   v s   k n i c k s .   s t o r y   c o m i n g .
r j   w i t h   t h e   q u i c k   h a n d s   f o r   t h e   s t e a l   t o   f a c i l i t a t e   a   f a s t   b r e a k   a l l e y   o o p   t o   o b i   t o p p i n .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   r j b a r r e t t   o b i t o p p i n   n y k   k n i c k s t a p e  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h i s   i s   j u s t   a w e s o m e   k n i c k s     _ g o d s o n  
n i c e   t o   s e e   t h e   k n i c k s   n o t   b l o w   a   l e a d   a n d   g e t   t h a t   w !
l o v e   a   w o m a n   w h o   l o v e s   t h e   k n i c k s
f i n a l   s c o r e 
 
 p i s t o n s   9 6 
 k n i c k s   1 1 7 
 
 i v e y   -   1 6 p ,   4 r 
 h a y e s   -   1 1 p ,   5 a 
 d u r e n   -   2 p ,   1 4 r 
 l i v e r s   -   1 3 p ,   4 r 
 b o g d a n o v i c   -   1 1 p ,   4 r 
 
 d u r e n   l o o k s   i m p r e s s i v e   o n   t h e   b o a r d s   👀
p r e s e a s o n   w i n   f o r   t h e   k n i c k s !   n e w y o r k f o r e v e r   k n i c k s   n b a   n b a t w i t t e r  
g r e a t   s t a r t   t o   t h e   s e a s o n   k n i c k s  
p l e a s e ,   n o b o d y   s a y   “ b i n g   b o n g ” .   t h a t   k i l l e d   u s   l a s t   y e a r .   t h i s   w a s   a   v e r y ,   v e r y   g o o d   w a y   t o   s t a r t   t h i n g s   o f f .   k n i c k s     n y k   n e w y o r k f o r e v e r    
d o n ’ t   w a n t   t o   o v e r r e a c t   t o   a   p r e s e a s o n   g a m e ,   b u t   j u s t   a b o u t   e v e r y   k n i c k s   p l a y e r   s h o w e d   u p   t o n i g h t   a n d   d i d   t h e i r   t h i n g   a n d   t h e n   s o m e . 
 
 i f   t h i s   d e f e n s e   h o l d s   u p   ( i   t h i n k   i t   w i l l )   a n d   i f   t h e y   c a n   b e   t h i s   f l u i d   a n d   v e r s a t i l e   o n   o f f e n s e ,   t h i s   t e a m   i s   g o n n a   b e   p r e t t y   g o o d
b e a r d e d   t h i b s   i s   u n d e f e a t e d .   k n i c k s
r j   b a r r e t t   2 1   p o i n t s   i n   2 2   m i n u t e s   ( a n d   q u i e t l y ,   m i g h t   i   a d d ) ,   j a l e n   b r u n s o n   i s   t h e   p o i n t   g u a r d   t h i s   t e a m   n e e d s ,   a n d   t h e   e n e r g y   w a s   t h e r e   f o r   4 8   m i n u t e s .   i   k n o w   i t ' s   p r e s e a s o n ,   b u t   t h e r e   w e r e   a   r i d i c u l o u s   a m o u n t   o f   p o s i t i v e s   f r o m   t o n i g h t .   t a p e   k n i c k s
k n i c k s t a p e   k n i c k s
o n l y   n e g a t i v e   t o d a y   w a s   c a m   r e d d i s h   t w e a k i n g   h i s   a n k l e …   i   w a s   r e a l l y   r o o t i n g   f o r   t h i s   k i d ,   h e   h a s   a l l   t h e   t o o l s   s m h . .   t h i s   w a s   h i s   o p p o r t u n i t y   t o   m a k e   a   s t a t e m e n t   a n d   g r a b   a   r o t a t i o n   s p o t . .   s i g h . .   a h   w e l l   r j ,   b r u n s o n ,   j u   a l l   p l a y e d   g r e a t   a n d   t h e y   a r e   o u r   l e a d e r s !   k n i c k s
g l a d   t h e y   h e l d   t h e m   u n d e r   1 0 0   k n i c k s
l e t ’ s   g o   ! ! !   k n i c k s
t h e   p i s t o n s   f a l l   t o   t h e   k n i c k s   1 1 7 - 9 6 . 
 
 j a d e n   i v e y   a n d   j a l e n   d u r e n   w e r e   b o t h   v e r y   i m p r e s s i v e .   i v e y   s h o u l d   s t a r t   i n   t h e   r e g u l a r   s e a s o n   a n d   w e   s h o u l d   s e e   s o m e   d u r e n   m i n u t e s   r i g h t   a w a y .   
 
 c a d e   a n d   s t e w a r t   w e r e n ' t   g r e a t ,   b u t   i t ' s   j u s t   g a m e   1   o f   t h e   p r e s e a s o n .
w a i t   d i d   t h e   k n i c k s   j u s t   w i n   a   g a m e ? ? ! ! 
 k n i c k s   n b a
t h e   n e w   y o r k   k n i c k s   d e f e a t   t h e   d e t r o i t   p i s t o n s   1 1 7 - 9 6   i n   t h e i r   p r e s e a s o n   o p e n e r .   
 
 j a d e n   i v e y :   1 6   p o i n t s ,   2   a s s i s t s   
 i s a i a h   l i v e r s :   1 3   p o i n t s ,   4   r e b o u n d s 
 b o j a n   b o g d a n o v i c ,   k i l l i a n   h a y e s :   1 1   p o i n t s
n o t h i n g   l i k e   h e a r i n g   s t a n   v a n   g u n d y   s i n g   h i s   p r a i s e s   a b o u t   t h e   p i s t o n s   a s   t h e     a b s o l u t e l y   r o u t e   t h e m   k n i c k s  
k n i c k s   w i n s   p r e s e a s o n   g a m e   n b a   n b a p r e s e a s o n   k n i c k s
k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . .  
i ’ m   n o t   g o i n g   t o   o v e r r e a c t   t o   a   p r e s e a s o n   g a m e ,   i t ’ s   n i c e   t o   s e e   t h e m   p l a y   g o o d   a n d   w h a t   n o t   b u t   u n t i l   t h e   g a m e s   s t a r t   t o   m a t t e r   t h i s   i s   n o t h i n g .   f o r   n o w .   k n i c k s
i   k n o w   i t ’ s   t h e   p r e s e a s o n   b u t   r j   b a r r e t t   s o   f a r   s e e m s   t o   b e   l i v i n g   u p   t o   h i s   c o n t r a c t   e x t e n s i o n .   n b a   k n i c k s  
    h o w   w a s   y o u r   o f f - s e a s o n   m e n ?   h e r e   w e   g o   a g a i n ! !   k n i c k s   n a t i o n !   p u t   i t   o n   r e c o r d   i   f e e l   t h i s   t e a m   w i l l   s u p r i s e   t h i n k   2   y e a r s   a g o   b u t   m u c h   b e t t e r ! !   n o t   b l o w i n g   s m o k e   d e a d   s e r i o u s   k n i c k s
i   h o p e   m y   k n i c k s   h o l d   t h i s   l e a d !   k n i c k s
y o o o o o o   k n i c k s   a r e   b a c k !   a n d   n o   i   d o n ’ t   m e a n   b a c k   l i k e   t h a t !   b u t   j u s t   b a c k   r e a d y   t o   g o !   a n d   i t   f e e l s   g o o d   t o   g e t   a   w   e v e n   i n   a   p r e s e a s o n   g a m e !   k i d s   l o o k i n g   g o o d   m a n !   b r u n s o n   l o o k i n g   g o o d !   g o o d   f u c k i n g   n i g h t ! i   l o v e   m y   t e a m !     _ 7 f m     p o p p i n   t o n i g h t !
m i l e s   m c b r i d e   w i t h   h i s   6 t h   s t e a l .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
🎵   i t ' s   c o l d   i n   t h e   d   k n i c k s
f e e l   b a d   f o r   m c b r i d e ,   t h i b s   g o n n a   l e t   h i m   r o t   k n i c k s
y o u   c a n ’ t   t e l l   m e   t h e m   b o y s   a i n ’ t   l o o k   e l i t e   n e w y o r k f o r e v e r   k n i c k s     🏀 🔥 🗣 🗣 🗣 💪 🏾
    t h a t ' s   g r e a t   m o !   i ' m   s u r e   y o u   a n d   y o u r   k i d s   a r e   h a v i n g   a   g o o d   t i m e   w a t c h i n g   y o u r   k n i c k s   o b l i t e r a t e   m y   p i s t o n s   t o n i g h t !   b u t   o n   t h e   b r i g h t   s i d e ,   j a d e n   i v e y   w a s   b a l l i n g   t o n i g h t !   h e ' s   g o i n g   t o   b e   a   f o r c e   t o   r e c k o n   w i t h   i n   t h e   n b a   i n   t h e   n e a r   f u t u r e .
d e u c e   w a n t s   h i s   m i n u t e s !   k n i c k s  
  
   
   
 
 y o u   a l l   d e a l   w i d   m e   s h a b b y   b e c a u s e   o f   m y   k n i c k s .   l o o k   a t   m y   y a n k e e   t e a m . . . h e a d i n g   t o   t h e   p l a y o f f s   w i t h   t h e   h o m e r u n k i n g . 
 
 b u t   i   c a n   t e l l   o o n u   n u h   w a a   h e a r   d i s   🤣 🤣 🤣 🤣 
 
 h a t e r s  
    _ j _ d _ m     _ d u d e     _ _ w a r     _ s t e v e n     _ m a c   _ 1 9 1 4   @ _ k n i c k s 1 6 8 8               _       _ 2 2     _ _                     @ _ b i l l y h o y l e o f n j                             t h e   k n i c k s   g o t   t h r e e   f i r s t   r o u n d   p i c k s   f o r   h i m 😂 😂 😂 😂 s t o p   i t .   p l u s   t r a d i n g   f o r   b o g e y   w a s   d u m b   l o l
o u r   s t a r t i n g   5   l o o k e d   g o o d   f o r   i t   t o   b e   t h e i r   f i r s t   g a m e   r u n n i n g   w i t h   b r u n s o n . . i   s t i l l   h o p e   t h i b s   s t a r t s   g r i m e s   o v e r   f o u r n i e r   e v e n t u a l l y   k n i c k s
s o r r y   c a m   y o u ’ r e   o u t t a   h e r e   e v e r y b o d y   l o v e s   h a r t e n s t e i n   n o w   😂 k n i c k s
m i l e s   m c b r i d e   r e m i n d s   m e   o f   f r a n k   n t i l i k i n a   i f   f r a n k   w a s n ’ t   a s s   n b a   k n i c k s
m c b r i d e   i s   a   k e e p e r .   i t ’ s   a   l o n g   s e a s o n ,   o p p o r t u n i t y   w i l l   p r e s e n t   i t s e l f .   h e   j u s t   h a s   t o   s t a y   r e a d y .   k n i c k s
t h i s   k n i c k s   t e a m   l o o k s   f u n   a n d   e n e r g i z e d   w i t h   a   n e w   p g .   i ' m   h o p i n g   t h i s   t r a n s l a t e s   i n t o   t h e   r e g u l a r   s e a s o n .
g e t   m y   a r t   p r i n t e d   o n   a w e s o m e   p r o d u c t s .   s u p p o r t   m e   a t   r e d b u b b l e   r b a n d m e :       f i n d y o u r t h i n g   r e d b u b b l e   k n i c k s   n f t m a r k e t p l a c e
d e u c e ’ s   d e f e n s i v e   i n s t i n c t s   a r e   i n c r e d i b l e .   k n i c k s
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m i l e s   m c b r i d e   a g a i n ! ! !   a   s t e a l   a n d   a   s l a m ! 
 
 5   s t e a l s ,   t h e   d e u c e   i s   l o o s e   k n i c k s
m i l e s   m c b r i d e   w i t h   h i s   5 t h   s t e a l   t h e n   s l a m s   i t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
j u s t   g o t   o u t   o f   w o r k   h o w   w e   l o o k i n g   b o y s   k n i c k s
m c b r i d e   🗜 🗜 🗜 🗜 🗜   c l a m p   ‘ e m   u p   k n i c k s
h o w   c o o l   i s   i t   t o   s e e     a n d   h i s   f a t h e r ,   c o a c h   r i c k   b r u n s o n ,   s i t t i n g   n e x t   t o   e a c h   o t h e r   w a t c h i n g   t h i s   4 t h   q u a r t e r   o f   t h e     p r e s e a s o n   g a m e .   n b a   k n i c k s
h e y   m i l e s   m c b r i d e   f a n s , 
 
 w h o   y a   b e n c h i n g :   r o s e   o r   b r u n s o n ? 
 
 t h a t ’ s   w h a t   i t ’ l l   t a k e   t o   g e t   h i m   i n   c o n s i s t e n t l y .   k n i c k s
d u u u e e c c e e e   k n i c k s
i   c l e a r l y   m i s s e d   t h e   n b a   i f   i ’ m   w a t c h i n g   t h e   4 t h   q u a r t e r   o f   a   p r e s e a s o n   g a m e   w h e r e   t h e   k n i c k s   a r e   l e a d i n g   b y   2 0 .
r a i n b o w   s q u a d   i n …   k n i c k s
      w o w !   t h e   p i s t o n s   l o s t   t o   t h e   k n i c k s   😬 🏀
i   k n o w   i t ’ s   o n l y   p r e s e a s o n   b u t   t h e   n e w   l o o k   k n i c k s   l o o k i n g   g o o d   s o   f a r .   🏀   r j b a r r e t t   b r u n s o n   q u i c k l e y   k n i c k s
i m m a n u e l   q u i c k l e y   a t t a c k s   t h e   b a s k e t   a n d   b a n k s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
c h e c k i n g   i n   o n   m y   k n i c k s   -   i   l i k e   w h a t   i   s e e ! ! !
b e s t   w a y   t o   i m p r o v e   y o u r   m a r k e t i n g   e f f o r t s . 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 2 0 2 2   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s
l e t h a r g i c   r u s s e l l   w e s t b r o o k   h i g h l i g h t   i s   a n   e y e - o p e n e r   f o r   l a k e r s   f a n s 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   s a c r a m e n t o   k i n g s   s a c r a m e n t o p r o u d   n b a t w i t t e r   n b a 2 k 2 3   n b a 2 k   k n i c k s   m f f l   b l e e d g r e e n   f e a r t h e d e e r   w e a r e t h e v a l l e y   d u b n a t i o n   c l i p p e r n a t i o n
i s a i a h   h a r t e n s t e i n   w i t h   t h e   d e f e n s e   t h e n   d i s h e s   t o   i m m a n u e l   q u i c k l e y   f o r   a n   u n c o n t e s t e d   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
t n t   r e a l l y   o n   d e t r o i t   n u t s   k n i c k s   k n i c k s t a p e
    b e   r e a l i s t i c   a n d   r o o t   f o r   a   p l a y o f f   r u n .   k n i c k s
t n t   r e a l l y   o n   d e t r o i t   n u t s   h u h ?   k n i c k s   k n c i s t a p e
h a r t e n s t e i n   i s   h u s t l i n g   o u t   t h e r e   .   g o o d   t o   s e e   .   _ k n i c k s p r   k n i c k s
i t ’ s   o n l y   d e t r o i t   b u t   d a m n   t h i s   k n i c k s   t e a m   i s   f u n   r i g h t   n o w   🙌
j a l e n   s i t t i n g   n e x t   t o   h i s   p o p s   k n i c k s
h o w   p e o p l e   f e e l   w h e n   t h e y   s e e   a n   e a s y   w a y   a c q u i r e   w e a l t h 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 2 0 2 2   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s
c a m ’ s   i n j u r y   m a y   h a v e   p o t e n t i a l l y   e n d e d   h i s   k n i c k s   t e n u r e 
 
 t h a t ’ s   n o t   w h a t   i   w a n t   t o   h a p p e n ,   t h a t ’ s   w h a t   i   e x p e c t   t o   h a p p e n 
 
 d o e s   a n y 1   b e l i e v e   t i b b s   w i l l   a l l o w   r o o m   f o r   r e d e m p t i o n   & a m p ;   g i v e   c a m   a n   e x t e n d e d   a u d i t i o n   o n c e   t h e   s z n   g e t s   r o l l i n g ?
        k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
g a r d e n v i s i o n   j u s t   s h o w e d   f r a n k e n s t e i n   h i t   h i s   6 0 t h   h o m e .   a a r o n j u d g e   k n i c k s   n b a p r e s e a s o n  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  _ _ w a r         _ d u d e   _ s t e v e n     _ m a c   _ 1 9 1 4   @ _ k n i c k s 1 6 8 8       _ j _ d _ m           _       _ 2 2     _ _                     @ _ b i l l y h o y l e o f n j                               k n i c k s   t r a d e d   t h e   s p o t   t o   d r a f t   d u r a n   f o r   3   f i r s t   r o u n d   p i c k s   l o l .   r o b b e r y
s o   d o   w e   a l l   a g r e e   t h a t     g o n n a   b e   a   a l l s t a r   t h i s   s e a s o n ?   n e w y o r k f o r e v e r   k n i c k s  
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  h a v e   1 3   s t e a l s   s o   f a r ,   b e g i n n i n g   o f   4 t h   q t r !   d a m n !   d e f e n s e   i s   i t !   l e t ’ s   g o   k n i c k s       p i s t o n s
d e u c e   m c b r i d e   w i t h   4   s t e a l s   i n   1 2   m i n u t e s .   a n   a b s o l u t e   m e n a c e   o n   d e f e n s e .   k n i c k s
d e u c e   g o t t a   m a k e   t h o ’ s . . . . k n i c k s
b r u n s o n   t o   r a n d l e   w h o   b a c k s   d o w n   t h e   s m a l l e r   i v e y .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   j a l e n b r u n s o n   j u l i u s r a n d l e   n y k  
      t h i s   r i g h t   h e r e   i s   w h y   w e   n e e d   t o   a d d   a   k n i c k s   s e g m e n t   t o   p o w e r   & a m p ;   p o l i t i c s
h a r t e n s t e i n   b e g g i n   f o r   t h e   b a l l   s e v e r a l   t i m e s   w h e n   b e i n g   w i d e   o p e n   s m h . . .   j u s t   m a k e   t h e   p a s s   k n i c k s
l o v e   h a v i n g   k n i c k s   f a n s   i n   m y   c h a t !   🤣 🤣 🤣   n e w y o r k k n i c k s   k n i c k s  
i   l i k e   t h e   p u l l   u p   j u m p   s h o t   a t t e m p t   b y   o b i   .     k e e p   i t   u p   k n i c k s
w h e r e   a r e   t h e   o f f e n s i v e   r e b o u n d s   a f t e r   t h e s e   m i s s e d   3 ’ s   .   k n i c k s
i f   o b i   g e t s   t h a t   p u l l   u p   j u m p   s h o t   d o w n   p a c k   h e ’ l l   b e   a   g o o d   p l a y e r   i n   t h e   n b a   k n i c k s
w i l l   w e   s e e   k e e l s ?   k n i c k s
m i l e s   m c b r i d e   w i t h   a n o t h e r   s t e a l .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
a t   t h e   k n i c k s   g a m e   w i t h   m y   g !   k n i c k s t a p e     k n i c k s  
o b i   t o p p i n   w i t h   a   b u c k e t ,   a n   a s s i s t   f r o m   i m m a n u e l   q u i c k l e y .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
k n i c k s   h a v e   t h e   b e s t   s e c o n d   u n i t   i n   t h e   n b a   🧡 💙
i ’ m   d e f i n i t e l y   t a k i n g   t h e   o v e r   o n   t h e   b e t t i n g   w i n   t o t a l   f o r   t h e   k n i c k s   w h i c h   i s   s e t   a t   3 9 . 5   p e r   l v .   i   p r e v i o u s l y   s a i d   4 2   b u t   i   w o u l d n ’ t   b e   s u r p r i s e d   i f   i t ’ s   m o r e   l i k e   4 5 .   y e s   i t ’ s   j u s t   p r e   s z n     v s   t h e   p i s t o n s   b u t   i   a l r e a d y   s e e   a   d i f f e r e n t   t e a m !
h o w   t o   c h a n g e   y o u r   c a r   o i l 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 2 0 2 2   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   o v e r w a t c h 2   n u n e z   n a p o l i   r a n g e r s
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
e n d   o f   3 q : 
 
 k n i c k s   9 8 
 p i s t o n s   7 4 
 
 i ’ m   c o n v i n c e d   s o m e o n e   k i d n a p p e d   o u r   t e a m   b c   h o w   t h e y   a l m o s t   s c o r e d   1 0 0   b y   n o w   i s   c r a z y . 
 
 r a n d l e   p o p p e d   o f f   f o r   1 0   p o i n t s ,   h e   h a s   1 5   ( 6 / 1 0 )   f o r   t h e   g a m e
i   w a n n a   s e e   h u n t   w i t h   t h i s   u n i t   k n i c k s
s u r v e y   s h o w s   n b a   g m s   b e l i e v e   i n   n e w   l a k e r s '   h e a d   c o a c h   d a r v i n   h a m 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   s a c r a m e n t o   k i n g s   s a c r a m e n t o p r o u d   n b a t w i t t e r   n b a 2 k 2 3   n b a 2 k   k n i c k s   m f f l   b l e e d g r e e n   f e a r t h e d e e r   w e a r e t h e v a l l e y   d u b n a t i o n   c l i p p e r n a t i o n   a l l f l y
p r e s e a s o n   k n i c k   g a m e   7 4 - 9 8   k n i c k s   p r e s e a s o n k n i c k s   n e w y o r k k n i c k s   n b a 🏀
m e t s   a n d   k n i c k s   u p   b i g   l i f e   i s   g o o d   l g m   n e w y o r k f o r e v e r
c o m i n g   h o m e   t o   s e e   t h i s . . .   u g h   t h e r e s   n o t h i n g   b e t t e r   k n i c k s   b a s k e t b a l l   i s   b a c k   b a b y  
r j   b a r r e t t   w i t   2 1   o n   5 7 %   s h o o t i n g   a n d   6 0 %   f r o m   3   q u i e t l y . . h e   r i g h t   w h e r e   h e   l e f t   o f f   k n i c k s
b r u n s o n   t o   r a n d l e   w h o   l o s e s   h i s   s n e a k e r   o n   t h e   l a y u p .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   j a l e n b r u n s o n   j u l i u s r a n d l e   n y k   k n i c k s t a p e  
  1   o f   t h e   m o s t   o v e r r a t e d   e x p e r i e n c e s .   k n i c k s   m a d i s o n s q u a r e g a r d e n   n b a p r e s e a s o n  
h e   w a s   t h e   b e s t   p l a y e r   o n   t h e   c o u r t   t o n i g h t 
 
 j a l e n   b r u n s o n   a n d   r j   b a r r e t t   w i l l   b e   a l l   s t a r s   t h i s   s e a s o n ! ! 
 k n i c k s  
l o v i n g   t h e s e   n e w   a d d i t i o n s .   h a r r i s ,   h a r t e n s t i e n ,   a n d   o f   c o u r s e   b r u n s o n   s h o w i n g   t h e i r   w o r t h   i n   g a m e   1   k n i c k s
d o   y o u   d o   a n y   o f   t h e s e   t e n   e m b a r r a s s i n g   t h i n g s ? 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   o v e r w a t c h 2   n u n e z   n a p o l i a j a x
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
a f t e r   3 
 
 p i s t o n s   7 4 
 k n i c k s   9 8 
 
 i v e y   -   1 6 p ,   4 r 
 h a y e s   -   1 1 p ,   4 a 
 d u r e n   2 p ,   8 r
9 8   p o i n t s   a f t e r   3   q u a r t e r s …   k n i c k s  
t h i s   b e a t   d o w n   w a s   s o   b a d   i   t h o u g h t   t h i s   w a s   t h e   4 t h   q u a r t e r .     s t i l l   o n e   t o   g o   & a m p ;   d e t r o i t   l o o k   d e a d 
 
 k n i c k s   n e w y o r k f o r e v e r
a t   t h e   e n d   o f   t h e   t h i r d   q u a r t e r   t h e   k n i c k s   l e a d   t h e   p i s t o n s   9 8 - 7 4 .   
 
 j a d e n   i v e y :   1 6   p o i n t s ,   4   r e b o u n d s 
 k i l l i a n   h a y e s :   1 1   p o i n t s ,   4   a s s i s t s 
 b o j a n   b o g d a n o v i c :   1 1   p o i n t s
_ k n i c k s p r   k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m i l e s   m c b r i d e   w i t h   4   s t e a l s   a l r e a d y .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
t h i b s   i s   g o i n g   t o   l e t   t h e   b e n c h   p l a y .   i   n e e d   t o   s e e   o b i   b e   a g g r e s s i v e   l i k e   h e   w a s   t h e   l a s t   f e w   g a m e s   o f   l a s t   s e a s o n .   n o   n e e d   t o   g o   b a c k   i n t o   h i s   s h e l l   
 
 k n i c k s
y o u ' l l   n e v e r   g e t   h i r e d   i f   y o u   s a y   t h i s   i n   a   j o b   i n t e r v i e w 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   o v e r w a t c h 2   n u n e z   n a p o l i
h a r r i s   a t t a c k s   t h e   b a s k e t   a n d - 1   b u c k e t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
k n i c k s   b r u n s o n   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   d o n ’ t   w a n t   t o   g e t   t o o   e x c i t e d   a b o u t   m y     k n i c k s   b u t   i   a m
t h i s   t i n y   m i s t a k e   c o s t s   g a r d e n e r s   $ 3 , 0 0 0   a   y e a r 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   o v e r w a t c h 2   n u n e z   n a p o l i   r a n g e r s
m c b r i d e   h a s   b e e n   l e t h a l   d e f e n s i v e l y   🔥 … i t ’ s   g o i n g   t o   b e   v e r y   t o u g h   t o   k e e p   h i m   o f f   t h e   r o t a t i o n   k n i c k s
b u t   s e r i o u s l y ,   w h o   s t i l l   l i k e s   t h e   k n i c k s ? 
 
 k n i c k s   e f
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   t o p p i n   w i t h   a n o t h e r   d u n k ! 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n   n e w y o r k f o r e v e r   k n i c k s   k n i c k s t a p e   
  
    _ l i f e r s   _ n y _ b     t h i n k   k n i c k s   q u a l i f y   t o p   6   n o r m a l . 
 n y k   l o o k   l i k e   t h e y   a r e   b u i l d i n g   a   t e a m   o n   a   f o u n d a t i o n   o f   c h a r a c t e r . 
 t e a m s   l i k e   t h e   n e t s / 7 6 e r s   w i l l   a t   s o m e   p o i n t   d e a l   w i t h   f i n g e r   p o i n t i n g   a n d   d r a m a .
w e   h a v e   a   r e a l ,   l i v e   p g   😍   k n i c k s t a p e   k n i c k s
      k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m i t c h   i s   m y   g u y   b u t   w e   m i g h t   h a v e   t o   s t a r t   h a r t e n s t e i n   k n i c k s
s u p p o s e   t h i s   h a p p e n e d   o n   y o u r   w e d d i n g   d a y ! 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 2 0 2 2   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   o v e r w a t c h 2   n u n e z   n a p o l i   r a n g e r s
w h a t   a r e   w e   t h i n k i n g ? !   k n i c k s
i s a i a h   h a r t e n s t e i n   w i t h   a n o t h e r   b u c k e t   f r o m   t h e   c e n t e r .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
o k ,   i ’ m   t r y i n g   n o t   t o   g e t   t o o   e x c i t e d   a b o u t   t h e   k n i c k s   s i n c e   i   k n o w   t h i s   i s   t h e   p i s t o n s   a n d   i t ’ s   p r e s e a s o n   b u t   👇 🏾 😂  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m i l e s   m c b r i d e   a s s i s t s   i m m a n u e l   q u i c k l e y   w h o   a t t a c k s   h i s   d e f e n d e r   i n   t h e   p a i n t   a n d   i t s   b u c k e t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
i   k n o w   i t ’ s   o n l y   p r e s e a s o n … b u t   t h e   k n i c k s   r u n n i n g   t h e   p i s t o n s   o f f   t h e   c o u r t   i s   a   g o o d   s i g n   i n   t h e   r i g h t   d i r e c t i o n   👏 🏼   n b a p r e s e a s o n   k n i c k s t a p e
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
l a k e r s '   a n t h o n y   d a v i s   c o m i c a l l y   r o a s t s   m a l i k   m o n k   a f t e r   l o s s   t o   k i n g s 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   s a c r a m e n t o   k i n g s   s a c r a m e n t o p r o u d   n b a t w i t t e r   n b a 2 k 2 3   n b a 2 k   k n i c k s   m f f l   b l e e d g r e e n   f e a r t h e d e e r   w e a r e t h e v a l l e y   d u b n a t i o n   c l i p p e r n a t i o n
r j   f i n d s   o b i   f o r   t h e   g o t h a m   l o b .     d o n ' t   j u m p !   k n i c k s  
d a m n   c l y d e   c o l d   b l o o d e d   
 
 k n i c k s   n e w y o r k f o r e v e r  
t h i b s   t o   t h e   r e f   w h o   t r i p p e r   c a m   r e d d i s h .   k n i c k s  
s h o u l d     b a r r e t t   b e   i n   t h e   g a m e ?   u p   3 0 ,   i n   1 s t   p r e - s e a s o n   g a m e ,   j u s   s a y i n !   l e t ’ s   g o   k n i c k s     p i s t o n s      
n y   j u s t   b r i e f l y   h a d   a   3 0   p o i n t   l e a d   ( 9 1 - 6 1 )   w i t h   5 : 3 5   l e f t   i n   t h e   t h i r d   q u a r t e r .   
 
 w h o   i s   t h i s   t e a m ,   a n d   w h a t   d i d   t h e y   d o   w i t h   t h e   k n i c k s   ?
    _ l i f e r s   _ n y _ b     n o t   s u r e   t h a t   i   n e e d   t o   w a t c h   1 . 5   q u a r t e r s   o f   g a r g a g e   t i m e . 
 t h i n k i n g 
 k n i c k s   l o o k e d   g r e a t .
c l i n i c   k n i c k s   n b a p r e s e a s o n
r e a l l y   l i k e   w h a t   i ’ m   s e e i n g   i n       _ r a n d l e   _ _ _ _   a n d   t h e   r e s t   o f   t h e   k n i c k s   l o o k i n g   s e a m l e s s   w /     r u n n i n g   p o i n t .   l o o k i n g   s o l i d .   t h e   c h e m i s t r y   w i l l   j u s t   g e t   b e t t e r !   n b a
k n i c k s   h a v e   a   v e r y   d e e p   s e c o n d   u n i t .   s h o u l d   b e   a   s o u r c e   o f   s t r e n g t h   f o r   t h e   t e a m .   d a r e   i   s a y   d e e p e s t   i n   t h e   e a s t ?
i   k n o w   i t ’ s   j u s t   t h e   p i s t o n s   a n d   i t ’ s   j u s t   p r e s e a s o n   b u t   👀 👀 👀 👀 👀 👀   k n i c k s
k n i c k s   a r e   t h e   4 t h   s e e d   t h i s   y e a r .   i ’ m   n o t   h e r e   t o   a r g u e   f a c t s
r j ,   o b i ,   a n d   h a r t e n s t e i n   l o o k   g r e a t !   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r
g o o d   t o   h e a r   t h e   w e l l   w i s h e s   f o r   m i k e   b r e e n   o n     d u r i n g   t h e     g a m e !   k n i c k s
r j   b a r r e t t   w i t h   t h e   s t e a l   r u n s   t h e   f l o o r   t h e n   a l l e y - o o p s   t o   o b i   t o p p i n   f o r   a   s l a m .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
o b i   t o p p i n   o n   t h e   b r e a k   i s   b a c k   😎   k n i c k s
k n i c k s   a r e   k i c k i n g   a s s ,   t h a t ’ s   g o o d !   v e r y   g o o d !
t h e   e n e r g y   o n   b o t h   e n d s   i n   t h i s   g a m e   i s   s o m e t h i n g   w e   s a w   a   t o n   t w o   y e a r s   a g o ,   a n d   a l m o s t   n e v e r   l a s t   y e a r .   t h a t ' s   a   p o s i t i v e   i n   i t s e l f .   k n i c k s
t h i s   i s   a   f u n   t e a m   t o   w a t c h   k n i c k s
i   l o v e   y o u     😭 😭 😭   k n i c k s
o b i   o p p s   r e a l l y   r   t h e   b e s t 
 
 k n i c k s   n e w y o r k f o r e v e r  
w a y   t o o   e a r l y   k n i c k s   t a k e :   e a s t e r n   c o n f e r e n c e   c h a m p s
r j   b a r r e t t   a t t a c k s   t h e   p a i n t   a n d   b a n k s   i t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
p a c e   p a c e   p a c e !   k n i c k s
i s a i a h   h a r t e n s t e i n   k i c k s   i t   o u t   t o   r j   b a r r e t t   f o r   a n o t h e r   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
a n d   o f   c o u r s e ,   t h e   f i r s t   i n j u r y   i s   a   s p r a i n e d   a n k l e   ( u t e r u s )   b e l o n g i n g   t o   c a m r e d d i s h .   s h o c k e r !   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
c a n ’ t   a s k   f o r   m o r e   t h a n   w h a t   t h e   k n i c k s   a r e   s h o w i n g   i n   t h e   p r e s e a s o n   o p e n e r .   d o m i n a t i n g   t h e   y o u n g   p i s t o n s
c a m   j u s t   c a n t   w i n   m a n . . . . d a m n   k n i c k s
s a l u t e   t o   a l l   t h e   b e a u t i f u l   l a d i e s   o n   t h e y   l e t ’ s   g o   k n i c k s  
r a n d l e   h a n d   o f f   t o   r j   f o r   3 .   n b a   n b a t w i t t e r   b a s k e t b a l l   r j b a r r e t t   k n i c k s   n y k   j u l i u s r a n d l e  
b r u n s o n   c u r r e n t l y   h a s   1 6   p o i n t s   o n   7 / 9   s h o o t i n g ,   w i t h   5   a s s i s t s   i n   2 0   m i n u t e s .   t h a t ' s   w h a t   y o u   c a l l   e f f i c i e n t .   k n i c k s
r j   c h a n n e l i n g   h i s   i n n e r   g e o r g e   g e r v i n   k n i c k s  
h e   g o t   t h a t   d o g   i n   h i m !   k n i c k s   n y k   n b a   k n i c k s t a p e  
o o o p   w e   k n o w   h e   c o p o k e d   m i t c h e l l   l a s t   y r   i n   t h e   p l a y o f f s   i n   g a m e s   1 , 2   & a m p ;   3   k n i c k s  
i   h o p e   t h e   k n i c k s   t h i s   s e a s o n   p l a y   w i t h   r u t h l e s s   i n t e n t i o n s ,   t h e y   g o t t a   p l a y   l i k e   t h e y   w a n t   t h e   o t h e r   t e a m   t o   l o s e   e m b a r r a s s i n g l y   😈 😈 😈
b r u n s o n   t o   r a n d l e   f o r   3 .   n b a   b a s k e t b a l l   n b a t w i t t e r   j u l i u s r a n d l e   j a l e n b r u n s o n   k n i c k s   n y k   k n i c k s t a p e  
r e d d i s h   i s   a l r e a d y   h u r t ?   s p r a i n   a n k l e ? ?   c o m e   o n ! !   s h i t ! !   k n i c k s
i   d o n ’ t   u n d e r s t a n d   h o w   r e d d i s h   w a n t   a   b i g g e r   r o l e   a n d   h e   c a n ’ t   e v e n   s t a y   o n   t h e   c o u r t 🤷 🏾 ‍ ♂ ️   k n i c k s
i m p r e s s i v e   p l a y   t o n i g h t .   l e t s   g o   k n i c k s !   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
_ j _ t r u m p   w e   c a n   p r o u d l y   s a y   t h a t . . 
 1 .   a a r o n j u d g e   h a s   6 2 .   
 2 .   t h e   k n i c k s   d e b u t   l o o k s   b e t t e r   t h a n   t h o s e   n e t s
r j ' s   h a v i n g   f u n   o u t   t h e r e .   h i t t i n g   p l a y g r o u n d   m o v e s   l o l 
 k n i c k s
r j   r a n d l e   a n d   b r u n s o n   a r e   m e s h i n g   r e a l l y   w e l l   t o g e t h e r .   h o p e f u l l y   t h i s   c o n t i n u e   i n t o   t h e   r e g u l a r   s e a s o n   k n i c k s   k n i c k s t a p e   n b a
j a d e n   i v e y   i s   p r o b a b l y   w i s h i n g   t h a t   t h e   k n i c k s   d r a f t e d   h i m   k n i c k s   n e w y o r k   n e w y o r k c i t y   n b a   n b a p r e s e a s o n   k n i c k s a n o n y m o u s
h o w   d o e s   r e d d i s h   g e t   i n j u r e d   t h i s   o f t e n ?   w h o s   g o n n a   b a c k u p   r j   n o w ?     k n i c k s
r j   b a r r e t t   s o m e h o w   b a n k s   a   b u c k   w i t h   a   f i n g e r t i p   r o l e ,   h o p i n g   t o   d r a w   a   f o u l   b u t   e n d s   u p   m a k i n g   t h e   b u c k e t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
l o o k   a t   h o w   e a s i e r   t h e   g a m e   i s   c o m i n g   f o r   r a n d l e   a n d   r j .   i t ' s   a l l   b e c a u s e   o f   h a v i n g   a   f l o o r   g e n e r a l   o u t   t h e r e   i n   j a l e n   b r u n s o n .   k n i c k s
b l o w   o u t   😳   k n i c k s
a i g h t t t   t h i b s   t a k e   o u t   t h e   s t a r t e r s   i t ’ s   p r e s e a s o n .   r e l a x !   t h e y   s l i p p i n g   a n d   f a l l i n g   a n d   w e ’ v e   s e e n   e n o u g h   g r e a t n e s s   k n i c k s   k n i c k s t a p e
s o r r y .   d i d n ’ t   s e e   j u d g e ’ s   6 2 n d   h r .   t o o   b u s y   w a t c h i n g   i s a i a h   h a r t e n s t e i n .   k n i c k s t a p e   k n i c k s
b r u n s o n ' s   g o n n a   w i n   u s   l i k e   7 - 1 0   g a m e s   i n   c r u n c h   t i m e   t h i s   y e a r . 
 k n i c k s
r j   b a r r e t t   d r a w s   a   f o u l   a n d   i s   n o w   a t   t h e   l i n e .   b a n k s   b o t h .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
y o   m y   n i g g s   k n i c k s   o n   s o n   t a p   i n   _ t h e k i d _ i o s   _ t w i i c e           k n i c k s t a p e
k n i c k s   g o t t a   s h o w   t h e y   c a n   c l o s e   a n d   n o t   g i v e   u p   t h e   l e a d .   u p   b y   2 0   n o w   l e t ' s   s e e   s o m e t h i n g .     n e w y o r k f o r e v e r
b r u n s o n ,   r a n d l e ,   a n d   b a r r e t t ,   a l l   5 0 %   f r o m   3   k n i c k s
r a n d l e   g e t t i n g   o n   h i s   b u l l y   r a n d l e   m o d e   k n i c k s
d a m n   c a m   s m h   k n i c k s
j a l e n   b r u n s o n   r e c o n n e c t s   w i t h   j u l i u s   r a n d l e   f o r   a n o t h e r   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
i ' m   j u s t   s a y i n g .   h u m b l e d   y e t ?   🤓   k n i c k s   t k r  
t h e   d u k e   c o n n e c t i o n ‼ ️   k n i c k s  
r a n d l e   h a s   a   p g   w h o   m a k e s   h i m   t h e   s t a r t   h i s   o f f e n s e   f r o m   g o o d   s p o t s .     h e   c o u l d   h a v e   a   m o n s t e r   s e a s o n   i f   h e   t a k e s   h a l f   h i s   s h o t s   f r o m   t h e   p a i n t   u s i n g   b u l l y b a l l . . .   k n i c k s
t h i s   i s   w h a t   i   h o p e d   f o r . .   g e t   t h e   n e r v e s   o u t   a n d   c o m e   o u t   i n   t h e   2 n d   h a l f   k i l l i n g   s h i t   👏 🔥   k n i c k s
b r u u u u h   k n i c k s  
d a m n ,   r e d d i s h   r e a l l y   n e e d s   e v e r y   r e p   h e   c a n   g e t .   t o u g h   b r e a k .   k n i c k s
t h e   f l u i d i t y   o f   t h e   k n i c k s   o f f e n s e   i s   v e r y   i m p r e s s i v e .   t r u e   p o i n t   g u a r d s   b r u n s o n   a n d   d - r o s e   l o o k   v e r y   g o o d   a n d   a r e   c o m p l e t i n g   t h e   o t h e r   o f f e n s i v e   p i e c e s   s o   w e l l .   k n i c k s
c a m   r e d d i s h   a l r e a d y   g o t   h u r t   s h e e s h   👀 k n i c k s
i   c a n ’ t   s t r e s s   t h i s   e n o u g h .   t h e   p i s s e d o n s   b l o w   😆   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
t h e   k n i c k s   a r e   r u n n i n g   a n d   w i t h   t h e   o p e n   f l o o r ,   j u l i u s   r a n d l e   f i n d s   j a l e n   b r u n s o n   f o r   a   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
    g o d   d a m n   i t   i   w a s   w a t c h i n g   s o m e   k n i c k s   p r e - s e a s o n .     i ’ v e   b e e n   w a t c h i n g   f o r   w e e k s ,   1   f % * * + & g t ;   m i n u t e   i   t u r n   m y   b a c k .   m a z e l   t o v !     n o w   l e t ’ s   g o   w i n   i t   a l l   o r   a t   l e a s t   p l a y   m e t s   i n   a   s u b w a y   s e r i e s .   y a n k e e s
i   k n o w   t h i s   i s   s p e r o ,   b u t   i   k e e p   h e a r i n g   m i k e   t i r i c o   p i s t o n s   k n i c k s
r a n d l e   c o m i n g   o u t   n i c e   i n   t h e   3 r d   🔥   k n i c k s
o h   b o y .   i n j u r i e s   c o n t i n u e   t o   g e t   t h e   b e s t   o f   c a m .   b e e n   a   p r o b l e m   h i s   e n t i r e   c a r e e r .   k n i c k s  
k n i c k s   h i t   3   o f   t h e i r   f i r s t   s h o t s   o f   t h e   p r e s e a s o n .   k n i c k s t a p e   “ w e   g o i n g   t o   t h e   f i n a l s   b a b y ! ! ! !   n y k n i c k s   n b a   s p o r t s   b a s k e t b a l l
r a n d l e ’ s   h e a t i n g   u p   🔥   k n i c k s
j a l e n   b r u n s o n   w i t h   a n   a s s i s t   t o   j u l i u s   r a n d l e   f o r   a   t h r e e - p o i n t e r .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
p r e   s e a s o n   b u t   l o o k i n g   p r e t t y   g o o d .   i   f o r   o n e   a m   g l a d   t o   s e e   t h e   s a m e   p l a y e r   a n d   c o a c h .   t h i s   i s   h o w   y o u   b u i l d   a   t e a m   -   l a y e r   b y   l a y e r ,   s m a l l   t w e a k s .   e v e r y o n e   l o o k s   p r e t t y   g o o d   & a m p ;   i   l i k e   t h e   a d j u s t m e n t s .   k n i c k s
m i s s e d   t h e   f i r s t   h a l f . .   b r u n s o n   i s   g o i n g   t o   b e   a   g a m e   c h a n g e r   i t   s e e m s .   r e g a r d l e s s ,   v e r y   e x c i t e d   t h e   k n i c k s   a r e   b a c k !
j u l i u s   r a n d l e   o n c e   a g a i n   g o e s   s t r o n g   i n   t h e   p a i n t   a n d   b a n k s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
h o t   s t a r t   f o r   t h e   k n i c k s   a f t e r   t h a t   t h r e e   b y   b r u n s o n .
j a l e n   b r u n s o n   i s   e f f i c i e n t   k n i c k s
r a n d l e   👏 🏽 🔸 🔹 k n i c k s
1 9 9 8 - 9 9   u l t r a   b a s k e t b a l l   p a t r i c k   e w i n g   k n i c k s   3   n e w y o r k k n i c k s   
 
 $ 3 . 5 0   e a c h   o r   $ 5   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
w h y   j u l i u s   t a t t o o s   l o o k   a s h y ?   a m   i   t w e a k i n g   🤣   k n i c k s
d i d   f o u r n i e r   p u t   f l o o r   p o l i s h   o n   h i s   h e a d ?   w h y ’ s   h i s   h e a d   s h i n i e r   t h e n   t h e   c o u r t   i t s e l f ?   k n i c k s
t h e   j a l e n   b r u n s o n   e f f e c t : 
 
 1 3   p o i n t s   i n   1 5   f i r s t   h a l f   m i n u t e s   a n d   t h e   k n i c k s   h a l f t i m e   l e a d   i s   1 2 .   b r u n s o n   i s   6 / 8   f r o m   t h e   f i e l d   a n d   h a s   3   a s s i s t s . 
 
 3 q   n o w   u n d e r w a y
  l o o k i n   g o o d ,   l e t ’ s   n o t   f o r g e t   t h i s   i s   t h e   f i r s t   h a l f   o f   t h e   f i r s t   p r e - s e a s o n   g a m e ,   l o l ,   l e t ’ s   g o   k n i c k s   p i s t o n s
h o p e f u l l y   w i t h   m o r e   r e p s   j u l i u s   r a n d l e   c a n   a d j u s t   t o   p l a y i n g   o f f   b a l l   f o r   t h e   k n i c k s   l i k e   h e   d i d   e a r l y   i n   h i s   c a r e e r .   h e   l o o k s   v e r y   o u t   o f   p l a c e   i n   t h i s   o f f e n s e   r i g h t   n o w .   k n i c k s
k n i c k s   1 s t   h a l f   w a s   g o o d ,   b u t   i ' m   r e a l l y   w a t c h i n g   t h e   2 n d   h a l f ,   w i l l   t h e y   f o l d   o r   c o n t r o l   t h e   g a m e .   t h a t   w i l l   f o r e s h a d o w   t h e   w h o l e   s e a s o n .
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
w o a h !   w o a h !   i s n ' t   t h i s   " p a l m i n g ? " 😆 
 h a p p y   b i r t h d a y ,   b r u h ! 🥳 🎂 🎈 
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s n e w s   k n i c k s w i n   n y c   m s g   t h e g a r d e n   k n i c k s w o r l d     n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k   
  
c a r m e l o   a n t h o n y   h a d   6 2   f i r s t .   k n i c k s   s t a y m e 7 o
m y   k n i c k s   l o o k i n g   g o o d   🤪
j a l e n   b r u n s o n ' s   f i r s t   h a l f   o f   h i s   k n i c k s   d e b u t   
 
 1 3   p t s   ( 6 - 8   f g m )   
 
 n b a p r e s e a s o n 
 ( v i a   )  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
s c h o o l   w o r k   h e l p 
 s w c c a d m i s s i o n s   u n t d a l l a s   p a r i s j c   c o m d u c k s   m c e a g l e s   c e n t e n a r y l a   t e m p l e c o l l e g e   d e v r y u n i v 
 t y l e r j r c o l l e g e   c r i s w e l l c o l l e g e   t a m u c t   m c m u n i v 
 c b c f u t u r e   l a m a r o r a n g e   s t t h o m a s h o u s t o n   t a m u t e x a r k a n a   a s u t w i t t e r   a s u 2 6   a s u 2 5   y o m k i p p u r   k n i c k s   a s k n o t o r i o u s  
m e   n o t   o v e r r e a c t i n g   t o   t h e   f i r s t   h a l f   o f   a   k n i c k s   p r e s e a s o n   g a m e   k n i c k s  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d e u c e   i s   d o i n g   h i s   t h i n g !   k n i c k s
t h e   k n i c k s   a r e   g o i n g   t o   h a v e   t o   p l a y   a n   e g o   f r e e   b r a n d   o f   b a s k e t b a l l   t h i s   s e a s o n   i f   t h e y   w a n t   t o   m a x i m i z e   t h i s   t e a m s   t a l e n t .   i   w o n d e r   i f   c e r t a i n   g u y s   a r e   g o i n g   t o   b e   c o o l   n o t   s c o r i n g   2 0   p o i n t s .
i   l i t e r a l l y   j u s t   t u r n e d   t o   t h e   g a m e   a f t e r   w a t c h i n g   t h e   f i r s t   h a l f   o f   t h e   k n i c k s   p r e s e a s o n   g a m e   a n d   t h e n   b o o m   n u m b e r   6 2   a a r o n j u d g e     y a n k e e s
b r u n s o n   l o o k i n g   l i k e   t h e   f i n a l   p i e c e   t o   t h e   k n i c k s   p u z z l e .   b i g   y e a r   f o r   l e f t i e s   i n   n e w   y o r k   k n i c k s   n b a   p r e s e a s o n
w e   r e a l l y   w e n t   f r o m   k e m b a   & a m p ;   b u r k s   t o   b r u n s o n ,   d   r o s e ,   a n d   q u i c k l e y   i ’ m   s o   h a p p y   🥹   k n i c k s
g o o d   n e w s   f o r   k n i c k s   f a n s :   b r u n s o n   w i t h   1 3   & a m p ;   3   i n   h i s   d e b u t ,   r j   w i t h   1 2   & a m p ;   3   a n d   t h e y ’ r e   u p   a   d o z e n   a t   t h e   h a l f .   r e a l i t y :   i t ’ s   p r e s e a s o n   a n d   t h e   p i s t o n s .   s t i l l ,   t h i n k   t h i s   t e a m   h a s   * c h a n c e *   t o   b e   6   o r   7   s e e d   i n   t h e   e a s t .
r j   n e e d s   t o   b e   a w a r e   t h a t   e v e r y   t i m e   h e ’ s   o n   t h e   b l o c k ,   i t ’ s   n o t   a   g u a r a n t e e d   b u c k e t .   a p p r e c i a t e   t h e   c o n f i d e n c e   b u t   h e   n e e d s   t o   a v e r a g e   a t   l e a s t   6   a s s t / g a m e   t h i s   y e a r .   k n i c k s
a   p r o f e s s i o n a l   w e b s i t e   d e s i g n e r 
 
 b a r ç a   b a r c e l o n a   o v e r w a t c h 2   x a v i   d e m b e l e   n a p o l i   a j a n a p   e u r o p a l e a g u e   c h a m p i o n s   r a n i e l   d u m f r i e s   p e d r i   s a l a r i o r o s a v a p o r m a s   d d o s   p s d b   y o m k i p p u r     o v e r w a t c h 2   a s k n o t o r i o   k n i c k s   y o m k i p p u r   b r u n s o n   s a f e r  
w h o   y ’ a l l   g o t   w i n n i n g   t h i s   g a m e   k n i c k s   v s   p i s t o n s   n b a …
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
v e r y   i m p r e s s e d   b y   w h a t   w e ’ v e   s e e n   f r o m   j a l e n   b r u n s o n   i n   h i s   p r e s e a s o n   d e b u t .   n o t   u s e d   t o   s e e i n g   a   k n i c k s   t a k e   c o m m a n d   o f   t h e   o f f e n s e   a n d   h a v e   t h e   a b i l i t y   t o   c r e a t e   f o r   h i m s e l f . 
 
 h e ’ s   d r a w n   t w o   c h a r g e s   i n   o n e   h a l f   t o o   👀   h o p e   a l l   o f   t h i s   t r a n s l a t e s   t o   t h e   r e g u l a r   s e a s o n .
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h e   t e x t s   i m   g e t t i n g   f r o m   m y   d i e   h a r d   k n i c k   f a n   f r i e n d   …   k n i c k s t a p e   m v p   k n i c k s   n b a t w i t t e r     🤷 🏻 ‍ ♂ ️  
g l a d   t o   s e e   k n i c k s   i n   t h e   l e a d .   b u t   i ’ m   n o t   g o i n g   t o   b e   f o o l e d .   l e t ’ s   s e e   i f   t h e y   c a n   d o   t h i s   c o n s i s t e n t l y .
h a l f   t i m e   c o m m e n t s : 
 🟠 j a l e n   b r u n s o n   i s   f o r   r e a l .   l i k e   f o r   r e a l ,   f o r   r e a l .   
 🔵   h a r t e n s t e i n   i s   t h e   s t r e t c h   5   w e   n e e d e d . 
 🟠 r a n d l e   l o o k s   l o s t 
 🔵 b a r r e t t   o f f   t o   a   s l o w   s t a r t 
 🟠 k n i c k s   a s   a   t e a m   s t i l l   h a v i n g   t r o u b l e   c l o s i n g   o u t   o n   s h o o t e r s ,   e s p e c i a l l y   f r o m   3 .   
 
 k n i c k s   t k r
m y   b o y s   l o o k i n g   g o o d .   
 k n i c k s
b r u n s o n   o n   t h e   k n i c k s   i s   a l r e a d y   a   d i f f e r e n c e   w i t h   f i n i s h i n g   a t   t h e   r i m   a n d   m a k i n g   p l a y s   o f f   t h e   d r i v e
h a l f t i m e : 
 
 k n i c k s   6 5 
 p i s t o n s   5 3   
 
 n o t e s :   
 
 -   j a l e n   b r u n s o n   ( 1 3   p o i n t s )   a n d   r j   b a r r e t t   ( 1 2   p o i n t s )   a r e   t h e   l e a d i n g   s c o r e r s 
 -   i q   i s   a g g r e s s i v e   g o i n g   t o   t h e   r i m   
 -   e v e r y o n e   h a s   c o n t r i b u t e d   o n   d e f e n s e ,   l o t s   o f   s t e a l s / d e f l e c t i o n s 
 -   d u e c e   w a s   a   p l e a s a n t   s u r p r i s e   ( 4 p / 2 a )   w /   3   s t e a l s
h a n g   h a n g   o n ,   w a i t   o n   a   m i n u t e …   n o w   y o u ’ r e   t e l l i n g   m e   b r u n s o n   i s   u n d e r p a i d ? ! ?   n e w y o r k   k n i c k s
h a t e   t o   p i l e   o n   h i m ,   b u t   _ r a n d l e   r a n d l e   h a s   a   h o r r i b l e   h a n d l e ,   a l m o s t   e v e r y   p o s s e s s i o n   h e ’ s   d r i b b l i n g   o f f   h i s   f e e t !   k n i c k s       p i s t o n s    
j a l e n   b r u n s o n ' s   1 s t   h a l f   w i t h   t h e   k n i c k s   w a s . . .  
w e   a r e   a t   h a l f t i m e   o f   t h e   p i s t o n s   f i r s t   e x h i b i t i o n   g a m e   o f   t h i s   2 0 2 2 - 2 3   n b a   s e a s o n .     k n i c k s   l e a d   6 5 - 5 3 .     b o g d a n o v i c   a n d   t o p   p i c k   j a d e n   i v e y   l e a d   d e t r o i t   w i t h   1 1 .   s a d d i q   b e y   h a s   6 .     c u n n i n g h a m ,   s t e w a r t   a n d   h a y e s   w i t h   5   e a c h .     j a l e n   b r u n s o n   1 3   f o r   n y k .   o h   b a b y ,   t h i s   i s   e x c i t i n g !
y e a h   t h e y   g o t t a   g e t   e v a n   t f   o u t t a   h e r e   k n i c k s
b r u n s o n   g e t s   t o   t h e   r i m   w i t h   e a s e .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   j a l e n b r u n s o n   n y k   k n i c k s t a p e  
g r e a t   s t a r t   f o r   j a l e n   b r u n s o n ’ s   c a r e e r   i n   o r a n g e   a n d   b l u e   k n i c k s  
1 s t   h a l f   k n i c k s   
 m i t c h   l o o k s   g r e a t   o n   d   a n d   i n   g r e a t   s h a p e 
 i q   p l a y e d   w i t h   g o o d   p a t i e n c e   w i t h   t h a t   2 n d   u n i t ,   i m p r o v e d   f i n i s h i n g 
 d u e c e   ( i s   l o o o s e ) 
 b r u n s o n -   c o n f i d e n t   t h a t   e v e r y   s h o t   i n   t h e   p a i n t   i s   g o i n g   i n 
 r a n d l e   -   s t r u g g l i n g   t o   f i n d   h i s   p l a c e   i n   a   b r u n s o n   r a n   o f f e n s e
a   p r o f e s s i o n a l   w e b s i t e   d e s i g n e r 
 
 b a r ç a   b a r c e l o n a   o v e r w a t c h 2   x a v i   d e m b e l e   n a p o l i   a j a n a p   e u r o p a l e a g u e   c h a m p i o n s   r a n i e l   d u m f r i e s   p e d r i   s a l a r i o r o s a v a p o r m a s   d d o s   p s d b   y o m k i p p u r     o v e r w a t c h 2   a s k n o t o r i o   k n i c k s   y o m k i p p u r   b r u n s o n   s a f e r  
r j   b a r r e t   t a k e s   o f f   f o r   t h e   j a m !   🛫 
 n b a   k n i c k s   n b a t w i t t e r   n b a k n i c k s   r j   f l y   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   
  
i   l o v e   j a l e n   b r u n s o n   k n i c k s
6 5   1 s t   h a l f   p o i n t s   i s   n i c e   t o   s e e ,   e v e n   t h o u g h   i t ' s   d e t r o i t 
 k n i c k s
i f   m y   m e m o r y   s e r v e s   m e   c o r r e c t l y ,   o u r   s t a r t i n g   5   w i l l   s t a r t   t h e   2 n d   h a l f .   t h i b s   d o n ' t   b e   p l a y i n g   t h a t   s h i t   😂   k n i c k s
i f   e v e r y o n e   b u y s   i n …   p l a y o f f s .   e z   k n i c k s
o k   i ’ m   g e t t i n g   a   b r u n s o n   j e r s e y 
 
 k n i c k s   n e w y o r k f o r e v e r
m y   d a d   s a i d   s i g n i n g   b r u n s o n   w a s   n o t   a   g r e a t   i d e a   b e c a u s e   m c b r i d e   i s   d o m i n a t i n g   t h e   f i r s t   h a l f   o f   p r e s e a s o n   k n i c k s
j a l e n   b r u n s o n   w /   1 3   p o i n t s ,   3   a s s i s t s   a t   h a l f t i m e .   h e   a l s o   d r e w   3   o f f e n s i v e   c h a r g e s .   j b ’ s   l o o k e d   g r e a t .   k n i c k s
k n i c k s   f u m b l i n g   a w a y   b u t   r j   c o m e s   a w a y   w i t h   i t   f o r   t h e   2   h a n d   t h r o w   d o w n .   n b a   b a s k e t b a l l   r j b a r r e t t   k n i c k s   n b a t w i t t e r   n y k   k n i c k s t a p e  
h a v i n g   a   l e g i t   p g   i s   h u g e   k n i c k s   l o o k   s o   m u c h   b e t t e r   w i t h   b r u n s o n   a t   t h e   h e l m
n a h   r a n d l e   a n d   f o u r n i e r   r e a l l y   r o b b e d   u s   b r u h .   t h e y   c l e a r l y   d i d n ’ t   g e t   a n y   b e t t e r   t h i s   o f f - s e a s o n   k n i c k s
p r e s e a s o n     g a m e   n b a   l e t ’ s   g o   k n i c k s     k n i c k s   n b a p r e s e a s o n 2 0 2 2 🏀
n i c e   f i r s t   h a l f   f e l l a s   w e   s t i l l   g a i n i n g   c o n t i n u i t y   b u t   o v e r a l l   w e   l o o k i n   g o o d   k n i c k s
j a l e n   b r u n s o n   i s   o u r   2 n d   b e s t   p l a y e r   b e h i n d   r j   b a r r e t t   k n i c k s
k n i c k s   l o o k i n g   g o o d   i n   t h e   p r e s e a s o n   c a n ’ t   w a i t   f o r   t h e   r e a l   t h i n g   😤
m c b r i d e   i s   a   b o o s t   o f   e n e r g y   o u t   t h e r e !   k n i c k s
k n i c k s   a r e   a m a z i n g .   k n i c k s
  k n i c k s   a s   a   t e a m   a n d   i n d i v i d u a l l y   l o o k i n g   g o o d
k n i c k s   u p   b y   1 2   o v e r   t h e   p i s t o n s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
j u l i u s   r a n d l e   a t t a c k s   t h e   p a i n t   w i t h   p o w e r   a n d   m a k e s   t h e   b u c k e t   b e f o r e   t h e   e n d   o f   t h e   s h o t   c l o c k .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
k n i c k s   h a v e   6 5   a t   t h e   h a l f   i   m a y   c r y .  
f i r s t   h a l f   r e c a p :   j a l e n b r u n s o n i s g o o d   k n i c k s
w a y   t o o   e a r l y   o v e r r e a c t i o n   b u t   t h e   k n i c k s   l o o k   g r e a t !
k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
r a n d l e   h a s   b e e n   💩   💩 💩 💩 💩   a s   e x p e c t e d   & a m p ;   e v a n   h a s   b e e n   p o i n t l e s s   k n i c k s
b r u n s o n   i s   a w e s o m e .   s o   n i c e   t o   h a v e   a n   a c t u a l   p o i n t   g u a r d   o n   t h i s   t e a m   k n i c k s
j a l e n   b r u n s o n ’ s   g o i n g   t o   b e   r e a l l y   f u n   t o   w a t c h   t h i s   s e a s o n .   k n i c k s
c a n   w e   p l a y   t h e   p i s s e d o n s   4 5   t i m e s   t h i s   y e a r ? ? ?   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
j a l e n   b r u n s o n   m i g h t   b e   d p o y   i f   h e   c o   t o   u r   t o   d r a w   a l l   t h e s e   c h a r g e s   k n i c k s t a p e   k n i c k s   n b a   p r e s e a s o n
j a l e n   b r u n s o n   b r e a k s   d o w n   t h e   d e f e n s e   a n d   m a k e s   a n   a w e s o m e   s h o t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
  k n i c k s   f a n s   a f t e r   o n e   h a l f   o f   t h e   f i r s t   p r e s e a s o n   g a m e .  
j a l e n   b r u n s o n   i s   s o   n i c e . 
 
 k n i c k s
g o o d   h a l f   k n i c k s
k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
w h o   l o s t   t h e i r   s h o e   t h e r e ? ? 
 
 k n i c k s   n e w y o r k f o r e v e r
k n i c k s   f a n s   s e e i n g   s t r o n g   p e r f o r m a n c e s   f r o m   b r u n s o n   a n d   r j   s o   f a r   i n   t h i s   p r e s e a s o n   g a m e   . . .   e n c o u r a g i n g   t o   s a y   t h e   l e a s t   . . .
a t   t h e   e n d   o f   t h e   f i r s t   h a l f   t h e   k n i c k s   l e a d   t h e   p i s t o n s   6 5 - 5 3 .   
 
 b o j a n   b o g d a n o v i c :   1 1   p o i n t s ,   4   r e b o u n d s 
 j a d e n   i v e y :   1 1   p o i n t s ,   3   r e b o u n d s ,   2   a s s i s t s 
 s a d d i q   b e y :   6   p o i n t s ,   3   r e b o u n d s ,   2   a s s i s t s
b r e e n   s a i d   i t ,     m c b r i d e   m i n u t e s   w i l l   b e   e x t r e m e l y   l i m i t e d ,     h a v e   a   l o t   o f   d e p t h !   s o n   i s   a   t h i e f   t h o ! !   k n i c k s   p i s t o n s      
e v a n   f o u r n i e r   d r i b b l e s   a n d   d r a w s   a   f o u l .   n o w   s h o o t i n g   t w o .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
3   q u a r t e r s   i n   a n d   t h e   s t a r t e r s   l o o k   a s s . .   l e t   h o p e   t h i s   c h a n g e s   k n i c k s
      k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
f e e l s   l i k e   t h e   n e w   y o r k   k n i c k s   f i n a l l y   h a v e   a   p g ,   a n d   i t ’ s   e x c i t i n g .   k n i c k s
w h y   y e s   . . .   y e s   i   a m   w a t c h i n g   a   k n i c k s   p i s t o n s   p r e s e a s o n     g a m e   . . .   t h e   r e a l   q u e s t i o n   i s   w h y   a r e n ' t   y o u ?
i   s e e   t h e   l o v e   h i m   o r   l o s e   h i m   t w e e t s   h a v e   s t a r t e d   w i t h   j u l i u s   r a n d l e .   ( p r e s e a s o n   e d i t i o n )   k n i c k s  
i ’ m   b l o c k i n g   e v e r y b o d y   o n   m y   t i m e l i n e   t h a t   s a y s   t h e y   t r a d i n g   m i t c h e l l   r o b i n s o n .   i ’ m   n o t   s t a n d i n g   f o r   f o o l i s h n e s s   t h i s   y e a r .   k n i c k s
i   c a n ' t   d e c i d e   w h o   h a s   f r u s t r a t e d   m e   m o r e   s o   f a r   i n   t h e   f i r s t   h a l f ,   f o u r n i e r   o r   r a n d l e .   k n i c k s
l o v e   t h e   d e p t h   a t   p g ,   i f   t h e   n y k   s t a y   r e l a t i v e l y   h e a l t h y   t h i s   y e a r .   k n i c k s   
 b r u n s o n - r o s e - q u i c k l e y - m c b r i d e   👀
a n y o n e   a t   t h e   g a r d e n ?   i s   i t   p a c k e d   f o r   a   p r e s e a s o n   g a m e ?   k n i c k s  
b a r r e t t   t o   t h e   c u p .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   r j b a r r e t t   n y k   k n i c k s t a p e  
h e y     c a n   w e   g e t   s t a n   v a n   g u n d y   & a m p ;   c r e w   t o   s t f u   a b o u t   v e g a n i s m   p l z z .   m i s i n f o   a b o u t :   1 )   u   c a n ’ t   b u i l d   m u s c l e   2 ) t h e   b o d y   b r e a k s   d o w n   q u i c k e r   h a s   b e e n   p r o v e n   f a l s e   s c i e n t i f i c a l l y .   t h e s e   a r e   1 9 t h   c e n t u r y   m y t h s .   ( a s k   l e b r o n s   t r a i n e r )   k n i c k s   p i s t o n s   n b a   p l a n t b a s e d
  k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m e   r i g h t   n o w   l i k e   l e t ’ s   g o   k n i c k s  
d e u c e   w a s   a n   a b s o l u t e   i n   p i t b u l l   i n   t h o s e   l i m i t e d   m i n u t e s .   l o v e d   w h a t   i   s a w   f r o m   h i m   k n i c k s
w h a t   d o   i   i m m e d i a t e l y   n o t i c e   w i t h   j u l i u s   r a n d l e ?   h e   d o e s n ’ t   h a v e   t h e   b a l l   a s   m u c h .   t e a m s   w i l l   s e e   t h i s ,   a n d   t h e n   a l l o w   m o r e   s p a c e   f o r   h i m   t o   w o r k   i n   t h e   p o s t .   h a s n ’ t   s h o w e d   m u c h   t o n i g h t ,   b u t   l e t s   g i v e   i t   t i m e .   k n i c k s
j u l i u s   r a n d l e   s w i s h e s   o n e   o f   t w o   f r e e   t h r o w s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
h a r t e n s t e i n   a   l i v e   b i g   b o d y   k n i c k s
r a n d l e   d o e s   n o t   w a n t   t o   a d j u s t   f o r   t h e   t e a m   l o l   😆   k n i c k s
j u l i u s   r a n d l e   a t t a c k s   t h e   p a i n t   a n d   d r a w s   a   f o u l .   n o w   h e a d e d   t o   t h e   l i n e   f o r   t w o .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
w e ’ r e   g o i n g   t o   n e e d   t h i s   a g g r e s s i v e   j b   a l l   s e a s o n ,   i   l o v e   h o w   h e ’ s   p u s h i n g   t h e   p a c e   a n d   g e t t i n g   t o   h i s   s p o t   e a r l y .   k n i c k s
j u l i u s   f i n d s   r j   f o r   t h e   c u t   a n d   2   h a n d e d   s l a m   k n i c k s  
l i k i n g   w h a t   i   s e e   f o r   m o s t   p a r t .   s t i l l   w a n t   r a n d l e   g o n e .   t h i s   t e a m   c a n   b e   l o t s   o f   f u n   k n i c k s
i   d o n ’ t   w a n t   t o   s p e a k   e a r l y   b u t   t h e   k n i c k s   l o o k i n g   a i g h t 👀   k n i c k s t a p e   k n i c k s
t h i s   t e a m   i s   g o n n a   b e   r e a l   n i c e   o n c e   r a n d l e   a n d   f o u r n i e r   a r e   g o n e   k n i c k s
s t r e t c h   f i v e   a c t i o n   o n   t h e   s e c o n d   u n i t   k n i c k s  
2   c h a r g e s .   g u a r d i n g   c a d e ,   a n d   p l a y i n g   p h y s i c a l .   b u t   p l e a s e   g o   a h e a d   a n d   t e l l   m e   j b   i s   a   l i a b i l i t y   o n   d e f e n s e   🙄   k n i c k s
t h e   p i s t o n s   g o n n a   h a v e   t o   r e a l l y   p u t   u p   s o m e   p o i n t s   t o     g a m e s   i   s e e .   k n i c k s   s c o r i n g   a t   w i l l .   p i s t o n s   k n i c k s   n b a o n t n t
k n i c k s   a r e   g o i n g   t o   s h o c k   a   l o t   o f   p p l   t h i s   s e a s o n .   h o p e   y ’ a l l   r e a d y
i ’ m   n g l   i   m i g h t   b e   o v e r r e a c t i n g   b u t   j u l i u s   d o e s n ’ t   f i t   t h i s   t e a m   k n i c k s
w i t h   a   l o t   o f   f a n s   h a v i n g   a   m i c r o s c o p e   o n   h i m ,   j u l i u s   r a n d l e   i s   j u s t   p u t t i n g   t o o   m u c h   p r e s s u r e   o n   h i m s e l f .   h e ' s   n o t   t h e   a   o p t i o n   a n y m o r e .   d e l e g a t e   t o   y o u r   t e a m m a t e s   a n d   s t i c k   t o   y o u r   s t r e n g t h s .   k n i c k s
j u l i u s   r a n d l e   a l m o s t   t u r n e d   o v e r   t h e   b a l l ,   b u t   k e p t   i n   b o u n c e   a n d   f i n d s   t h e   c u t t i n g   r j   b a r r e t t   f o r   a   s l a m .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
i v e y   i s   g o i n g   t o   b e   a   b a d   b a d   m a n   i n   t h i s   l e a g u e .   k i d   h a s   g r e a t   m o v e s   o u t   t h e r e .   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
t h e   k n i c k s   d o n ’ t   h a v e   a   t r u e   s u p e r s t a r   b u t   t h e y   h a v e   a   c o u p l e   o f   s o l i d   p l a y e r s .   b r u n s o n ,   r a n d l e ,   b a r r e t t ,   a n d   m i t c h e l l   r o b i n s o n .   k n i c k s  
r a n d l e   l o o k s   h i s   s l i m m e s t .   b u t   t h a t ' s   r e a l l y   i t .   l o o k s   o f f / u n c o m f o r t a b l e .   r j   s a v e d   h i m   o n   t h a t   l a s t   f u m b l e .   k n i c k s
i   l i k e   t h e   e a r l y   c h e m i s t r y .     k n i c k s
i f   r a n d l e   w o u l d   j u s t   b e   w i l l i n g   t o   b e   d r a y m o n d   g r e e n . . .   k n i c k s
t h i s   t e a m ,   t h i s   w h o l e   s e a s o n .   d o n ’ t   l e t   m e   d o w n   k n i c k s
h a y   l u l y !     n i c e   d u n k   b a b y !   k n i c k s
  k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h r e e e e e e e e   p o i n t   b a l l ! !   k n i c k s
r a n d l e   a l m o s t   t u r n s   i t   o v e r   b u t   r e c o v e r s   n i c e l y   t o   g e t   i t   t o   t h e   c u t t i n g   r j   f o r   t h e   d u n k 
 
 k n i c k s   n e w y o r k f o r e v e r
i   k n o w   i t ’ s   j u s t   p r e s e a s o n   b u t   t h e   k n i c k s   a r e   l o o k i n g   g r e a t   ! !   j b   a n d   r j   g o n n a   c h o p   t h i s   y e a r   k n i c k s
j u l i u s   r a n d l e   h e l p s   w i t h   d e f e n s e ,   a n d   j a l e n   b r u n s o n   d r a w s   a   f o u l .   b a l l   g o i n g   t o   t h e   o t h e r   e n d .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
k n i c k s   a r e   g o i n g   t o   d i s c o v e r   w h a t   h a v i n g   a   l e g i t i m a t e   s t a r t i n g   p g   w i l l   d o   f o r   a   t e a m .   🌹   h e a l t h y   i s   a   h u g e   w   t o o .   n e w y o r k f o r e v e r
  k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀  
k n i c k s   f a n s !   c o m e   a t   m e !   c o n v i n c e   m e   t h a t   t h e   k n i c k s   a r e   l e g i t !   n e w y o r k k n i c k s   k n i c k s
i f   m i t c h   c a n   s t a y   h e a l t h y   i   b e l i e v e   h e ’ l l   b e   i n   t h e   r u n n i n g   f o r   d p o y   
 
 k n i c k s
  k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
h e   k n o w   t h a t   w a s   a   c h a r g e   😂   k n i c k s
j a l e n   l o o k i n g   l i k e   a n   a l l   s t a r   ‼ ️ k n i c k s   n b a
i   f u c k i n g   l o v e   t h i s   t e a m   a l r e a d y   d a w g   w e   h e r e   k n i c k s
r j   b a r r e t t   w i t h   a   b l o c k   t h e n   r u n s   t h e   l a n e   a n d   s w i s h e s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
a l r e a d y   l o v i n g   b r u n s o n   t h i s   g u y   i s   a   b r e a t h   o f   f r e s h   a i r   k n i c k s
k n i c k s   l o o k i n g   a i g h t   e a r l y  
j a l e n   i s   c o o k i n g ! 
 k n i c k s
b r u n s o n !   k n i c k s
r j   b a r r e t t   g e t s   a n   a s s i s t   f r o m   j u l i u s   r a n d l e ,   t h e n   s w i s h e s   t h e   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
f e e l i n g   t h e   p o s i t i v e   v i b e s   f r o m   t h i s   y o u n g   k n i c k s   s q u a d !   
 
 l e t s   g o   k n i c k s n a t i o n
s o   t h a t ' s   w h a t   a   g o o d   p g   l o o k s   l i k e   k n i c k s
i v e   a l w a y s   l o v e d   d e u c e   m c b r i d e   s i n c e   h i s   w v   d a y s …   t h i b s   n e e d s   t o   g e t   h i m   2 0   m i n u t e s   t h i s   y e a r . .   h e s   l i k e   a   h u m a n   e n e r g y   l i g h t   s w i t c h   k n i c k s   n b a
j a l e n   b r u n s o n   w i t h   a n o t h e r   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
j b   s m o o t h .   t h i s   i s   o u r   p o i n t   g u a r d ! ! !   🟠 🔵 🔥   k n i c k s
j a l e n   b r u n s o n   i s   s u c h   a   d a w g .   k n i c k s
g i v e   b r u n s o n   h i s   d u e .   h e ’ s   s h o o t i n g   i t   w e l l   t o n i g h t .   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
h a h a   b r u n s o n   b o y   l e t ' s   g o o o o o o o o o o   y e a h   k n i c k s
j a l e n   b r u n s o n   d a n c e s   i n   t h e   p a i n t ,   t h e n   e v a d e d   h i s   d e f e n d e r   a n d   b a n k s   t h e   f l o a t e r .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
r a n d l e   n o t   s c o r i n g   r a n d l e   f o u l s   l o o k s   l i k e   t h e   o l d   r a n d l e   t o   m e   k n i c k s
j u s t   t o u c h e d   d o w n   i n   a t l 
 
 k n i c k s   f a n s   h o w   t h e   g a m e   l o o k i n g   .   w h a t   i   m i s s   ?
d e u c e   i s   a   m e n a c e   o n   t h e   d e f e n s i v e   s i d e   o f   t h e   b a l l ! ! !   🔥   k n i c k s
d u e c e   m a k i n g   b r u n s o n ,   i q   a n d   r o s e   l o o k   l i k e   b a c k u p s   👀 🔥 👏   k n i c k s
l o v e   s e e i n g   d e u c e   m c b r i d e   s o   a c t i v e   b y   t h e   a r c .   h e ’ s   b e e n   a b l e   t o   g e t   i n   p a s s i n g   l a n e s   f o r   q u i c k   s t e a l s .   
 
 g i v e   h i m   m i n u t e s   t h i b s ! 
 
 k n i c k s  
    _ l i f e r s   _ n y _ b     i s   i t   m e   o r   i s   d e u c e   a   l e g i t   p r o s p e c t ? 
 k n i c k s   t h i b s   n e e d s   t o   g i v e   h i m   t h e   s a m e   r e s p e c t   a s   g r i m e s 
 i   s e e   a   p l a y e r   a n d   p a r t i c u l a r l y   a   w i l l i n g   d e f e n d e r .
i   t h i n k   w e   f o u n d   o u r   p g   😮 ‍ 💨   k n i c k s
m c b r i d e ! ! ! !   k n i c k s
y e a h   b r u n s o n   🔥   k n i c k s
m c b r i d e   r e m i n d   m e   o f   a   m i n i   p i t   b u l l   f r .   p a t   b e v   v i b e s   k n i c k s
i f   i ’ m   t h e   k n i c k s   i ’ m   p l a y i n g   r e d d i s h   ~ 3 0   m i n   t h i s   f i r s t   g a m e ,   a l o n g   w i t h   a n y   o t h e r   f r i n g e   b e n c h   p l a y e r s .   b u t   t h i s   i s   a   h u g e   p r e s e a s o n   f o r   c a m   r e d d i s h   i n s i d e t h e n b a  
  k n i c k s   b r u n s o n   c o o k i n g   i n   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m i l e s   m c b r i d e   h a s   b e e n   s u p e r b   o n   d e f e n s e .   a n o t h e r   s t e a l ,   t h e n   b a n k s   i t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
d e u c e   l o o k i n g   l i k e   t h e   t r u t h   i n   p r e s e a s o n   g a m e   o n e !   l e t ’ s   f u c k i n g   g o   k n i c k s ! ! ! !
t i s   t h e   s e a s o n   😏   k n i c k s  
m c b r i d e   i s   a n   a n i m a l ! ! !   k n i c k s   n y k
g r e a t   m i n u t e s   f r o m   t h e   k n i c k s   b e n c h
m c b r i d e   e a t i n g   
 k n i c k s
l m a o o o o     k n i c k s   f a n s   a r e   a c t u a l l y   t h e   m o s t   d o w n b a d   p e o p l e   o n   t h e   p l a n e t ,   b e s i d e s   m e n   t h a t   p e e   s i t t i n g   d o w n ! !   k n i c k s a r e b u n s
q u i c k l e y   y o u   h a d   a   w h o l e   o f f   s e a s o n   t o   w o r k   o n   f i n i s h i n g   w i t h   t h e   l e f t   h a n d .   l e t ’ s   g o o o   k n i c k s
f u c k i n g   p u m p e d   w i t h   t h i s   y o u n g   k n i c k s   s q u a d
d e u c e   m c b r i d e   i s   g o n n a   p l a y   h i s   w a y   i n t o   m i n u t e s .   k n i c k s
k n i c k s   r o l l i n g   a l o n g   n i c e l y   t o   s t a r t .
d u u u e e e c c e e e e   y e a h   y e a h   y e a h   d e f e n s e   b a b y   k n i c k s   n e w y o r k f o r e v e r
s o   h a p p y   t o   w a t c h   k n i c k s   a g a i n
q u i c k l e y   t o   t h e   r a c k !   k n i c k s
q u i c k l e y ! ! ! !   s t a r t   h i m   t h i b s !   k n i c k s   n y k   n b a
i m m a n u e l   q u i c k l e y   k e e p s   a t t a c k i n g   t h e   p a i n t .   t h e   k i d   h a s   g r o w n .   l e t ' s   g o   k n i c k s !   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
t o   t h e   b a j a   i q .   w a n n a   s e e   m o r e   o f   t h a t   💪 🏾   k n i c k s
i q q q q q q   a n d   1 1 1 1 1   l e t s   g o o o o o o o o o o   k n i c k s
d e u c e   t o   o b i ,   t a k e   f l i g h t !   k n i c k s  
b r o   o u r   b a c k u p   5   i s   s m o k i n g   s h o t s   f r o m   b e y o n d .   i t ’ s   g o n n a   b e   f u n .   k n i c k s
1   f a n s   💙 🧡   m s g   k n i c k s   n y k m s g  
‘ w h y   s h o u l d   y o u   r e m a i n   a   k n i c k s   f a n ? ’   m y   f r i e n d   a s k e d .   i   s a i d “ l o y a l t y ” ,   h e   s a i d ,   ‘ h a v e   t h e y   e v e r   c o m e   t h r o u g h   f o r   y o u   i n   t h e   l a s t   2 5 +   y r s ? ’ .   i   s a i d   ‘ n o t   r e a l l y ’ .   h e   s a i d   ‘ s o   w h y ’ ,   i   s a i d   “ l o y a l t y ”   : )
j e t s   a r e   t r e n d i n g   u p   ❤ ️   .   y a n k e e s   s t a r t   t h e i r   p l a y o f f   r u n   t o n i g h t .   n y r   r a n g e r s   o p e n i n g   n i g h t .   k n i c k s   l o o k   l i k e   t h e y   h a v e   a   p g !   n y c f c   s t a r t   t h e i r   p l a y o f f s   s o o n .   n e w y o r k   i s   r e p r e s e n t i n g !   🗽 🗽 🗽   e v e n   t h e   g i a n t s   a t   4 - 1   l o l
t h i b s   b e   t a k i n g   l o w k e y   s h o t s   a t   t h e   w h o l e   t e a m   l o l 
 k n i c k s 
 k n i c k s n a t i o n l e t s r i d e 
 n b a t w i t t e r   
 n b a  
s t a r s   w a t c h i n g   t h e   k n i c k s   i n   2 0 1 6 
 ( f r e n c h   m o n t a n a ,   l a   l a ,   c h i w e t e l   e j i o f o r )  
o n e   m o r e   d a y   t i l   t h e   s q u a d   p l a y !   _ b r i l l i a n c e   w i l l   b e   r e p p i n ’ a t   t h e   g a m e !   l e t s   g e t   i t   n e w y o r k f o r e v e r   k n i c k s  
o u t s i d e   o f   d u r a b i l i t y ,   w h a t   w o u l d   t h e i r   b e   n o t   t o   l i k e ?   h e ' s   a   p e r f e c t   t h i b s   p l a y e r   k n i c k s  
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s   y
    b r o   i t s   n o t   t r u e .   s i m p l y ,   f a n s   b e i n g   i r r a t i o n a l .   i f   a n y 1   h a s   b e e n   p a y i n g   a t t e n t i o n   t o   t h i s   p r e s e a s o n ,   j r   h a s   g a v e   u p   t h e   r e i g n s   t o   j b / r j ,   p l a y i n g   o f f   t h e   b a l l ,   c o m p e t i n g   o n   b o t h   e n d s   & a m p ;   h a p p y   t o   b e   t h e   3 r d .   d u d e s   j u s t   h a t e   j r —   i t s   c o m e d y .   i ’ m   n o t   e v e n   a   j r   g u y ;   i m   a   k n i c k s   f a n .
t h e   g a r d e n ,   1 9 6 6   k n i c k s  
b r i n g   h i m   h o m e   k n i c k s  
    _ m i l l s     t h e m   k n i c k s   g o n n a   k i c k   y ’ a l l   a s s ’ s   😂 😂 😂 😂
w i l d   k n i c k s  
    k n i c k s   d o n ’ t   m a t t e r   🤔 🙄
a l r i g h t ,   m a v s   t w i t t e r .   t h e   k n i c k s   n o t   o n l y   t o o k   j a l e n b r u n s o n   f r o m   u s ,   b u t   t h e y ’ r e   p a r a d i n g   h i m   i n   t i m e s   s q u a r e   😭   m f f l  
t h i s   m o r n i n g ’ s   k n i c k s   t a l k   i s   🚨   w i t h   .   s u b s c r i b e   t o   h i s   p a t r e o n   a n d   g r t   h i s   t h o u g h t   o n   m i t c h   g r o w i n g   i n t o   d p o y ,   b r u n s o n ’ s   i m p a c t ,   a n d   g r i m e s   t i m e .     d o u b l e   b l e s s i n g s   a n d   d o u b l e   c u r s e s   t o   t h o s e   w h o   e a r n e d   i t .  
g o a t s   g r i n d   _ _ _ _   k n i c k s 
 💙 🧡    
o v e r   t h e   s u m m e r ,   i   h a d   a   c h a n c e   t o   c h a t   w i t h   j . r .   s m i t h . 
 
 w e   t a l k e d   a b o u t   h i s   n e w   j e r s e y   r o o t s ,   e n t e r i n g   t h e   n b a   a s   a   t e e n ,   b e i n g   i m m a t u r e ,   p l a y i n g   f o r   t h e   k n i c k s ,   g o i n g   t o   c o l l e g e   i n   h i s   m i d - 3 0 s ,   h i s   l o v e   f o r   g o l f ,   a n d   m o r e . 
 
 n e w   f o r   : 

_ b e _ k e n d a l l   o n e   o f   t h e   g r e a t e s t   a c t i n g   j o b s   i n   n b a   h i s t o r y .   o n c e   t h i s   h a p p e n e d   i   k n e w   t h e   k n i c k s   h a d   z e r o   c h a n c e   i n   t h i s   s e r i e s .
n e w   v i d e o   t o   w a t c h : 
 
 " t o m   t h i b o d e a u   |   n y   k n i c k s   m e d i a   a v a i l a b i l i t y "   
 
 c r e a t o r :     n e w   y o r k   k n i c k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
t h e   k n i c k s   o w e   t h e i r   f a n s   m o r e   t h a n   w i n s   ( p o s t i n g   a n d   t o a s t i n g ) 
 
 t h e   p a s t   f e w   y e a r s ,   w h e n e v e r   s o m e o n e   c o m p l a i n s   a b o u t   t h e   k n i c k s   b e i n g   t h e   o n l y   n b a   t e a m   t h a t . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   n y k n i c k s   n b a   k n i c k s
b e f o r e   s e a s o n   t h o u g h t s 
 
 🗽 🟠 🔵 n e w   y o r k   k n i c k s 🗽 🟠 🔵 
 
 l a s t   s e a s o n :   3 7   -   4 5 
 p r e d i c t i o n :   🔼 
 
 k n i c k s   n e w y o r k   n b a t h o u g h t s  
  _ n e w y o r k   i ’ v e   b e e n   s a y i n g   t h i s .   i n s t e a d   o f   a   f a n b a s e   t h a t   a d m i r e s   h o w   m u c h   o f   a   l o v i n g   f a m i l y   t h i s   l o c k e r   r o o m   i s ,   t h e y   s e l e c t i v e l y   p i c k   p l a y e r s   t h e y   l i k e ,   t a r g e t   v i l l a i n s   ( b l a m e   t h e m   f o r   f a i l u r e s )   a n d   a t t a c k .   c l o w n s .   k n i c k s   a l l   d a y   b a b y
w e   n e e d   t o   p u t   a   6 ' 8   w i n g   n e x t   t o   r j   a n d   b r u n s o n   t o   m a x i m i z e   o u r   t e a m s   p o t e n t i a l .   i f   c a m   i s   n o t   t h e   a n s w e r ,   w e   n e e d   t o   g o   g e t   t h a t   s t a r t i n g   c a l i b u r   p l a y e r .   k n i c k s
e i t h e r   i m p r o v e   o r   l e a v e   t h e   k n i c k s !   n y   . . . 
   
 
   
 6 9 8 2 0 6 8 6   a t l a n t i c d i v i s i o n   d o n o v a n m i t c h e l l k n i c k s   e a s t e r n c o n f e r e n c e   k n i c k s d r a f t p i c k s   k n i c k s n e w s   k n i c k s n e w s a n d r u m o r s   k n i c k s n e w s a n d r u m o r s t o d a y   k n i c k s n e w s t o d a y   k n i c k s n e w s t r a d e   k n i c k s n e w s u p d a t e  
i n   c a s e   y o u   m i s s e d   i t   
 s k f   w e e k l y   -   e p .   4 4 :   n e w   y o r k   k n i c k s   o p e n   p r a c t i c e   |   n e w   y o r k   k n i c k s   t i p   o f f / c e l e b r i t y   g a m e   |   t h e   k n i c k s   a r e   2 - 0   i n   t h e   p r e s e a s o n   |   h a v e   e x p e c t a t i o n s   c h a n g e d   f o r   t h e   u p c o m i n g   s e a s o n ? 
 
 k n i c k s   s k f   s k f w e e k l y   n b a  
n e w   v i d e o   t o   w a t c h : 
 
 " q u e n t i n   g r i m e s   |   n y   k n i c k s   m e d i a   a v a i l a b i l i t y "   
 
 c r e a t o r :     n e w   y o r k   k n i c k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " n y   k n i c k s   n e w s   & a m p ;   r u m o r s :   n b a   i n s i d e r   d i s r e s p e c t s   j a l e n   b r u n s o n   & a m p ;   t h e   n e w   y o r k   k n i c k s "   
 
 c r e a t o r :     k n i c k s   n o w   b y   c h a t   s p o r t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " o b i   t o p p i n   |   n y   k n i c k s   m e d i a   a v a i l a b i l i t y "   
 
 c r e a t o r :     n e w   y o r k   k n i c k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
@ _ k n i c k s 1 6 8 8     _ 1 9 1 4               _ d u d e           _         _ j _ d _ m     _ a v p   _ m a c     _ s t e v e n       _ _ w a r     _ _ _ f i n c h             _ 2 2   _ _             @ _ b i l l y h o y l e o f n j       b a s e d   o n   t h e   h i s t o r y   o f   n b a   t r a d e s ,   m u l t i p l e   1 s t   r d   p i c k s   d o   m o v e   t h e   n e e d l e .   a i n g e   i s   j u s t   a   d c k   h e a d   w h o   w a s   p i s s e d   s p i d a   d i d n ’ t   w a n t   t o   b e   t h e r e   f o r   t h e   r e b u i l d ,   w a s n ’ t   g o i n g   t o   h o n o r   h i s   r e q u e s t   & a m p ;   h e   h a t e s   t h e   k n i c k s   —   d a t i n g   b a c k   t o   w h e n   h e   w a s   a   p l a y e r   t o   p r e s e n t   d a y .
r e t w e e t   t h i s   i f   y o u   t h i n k   t h e   k n i c k s   c a n   i m p r o v e   t h e s e   a r e a s   t h i s   s e a s o n .   
 
 k n i c k s   n b a   b a s k e t b a l l   n y k n i c k s   n e w y o r k   n e w y o r k k n i c k s   k n i c k s t a p e   k n i c k s n a t i o n   n y c   k n i c k s f a n   k n i c k s w a y   m s g   k n i c k s b a s k e t b a l l   b a l l i s l i f e   n y k   s p o r t s   n y k n i c k s b a s k e t b a l l  
f o r g e t   a b o u t   o u t s i d e   t h e   f a n b a s e —   t h e y ’ r e   i r r e l e v a n t .   t h e   f a c t   t h a t   t h e r e   a r e   f a n s   w i t h i n   t h i s   f a n b a s e   t h a t   d e v a l u e   t h i s   d u d e   i s   w i l d .   r j   w o n t   a c c e p t   a n y t h i n g   o t h e r   t h a n   g r e a t n e s s !   k n i c k s     m o n ⭐ ️   m e c c a   7 1 8  
  _ 1 9 1 4   _                 _ d u d e           @ _ k n i c k s 1 6 8 8         _ j _ d _ m     _ a v p   _ m a c     _ s t e v e n     _ _ w a r     _ _ _ f i n c h             _ 2 2   _ _             @ _ b i l l y h o y l e o f n j           f o r g e t   a b o u t   o u t s i d e   t h e   f a n b a s e —   t h e y ’ r e   i r r e l e v a n t .   t h e   f a c t   t h a t   t h e r e   a r e   f a n s   w i t h i n   t h i s   f a n b a s e   t h a t   d e v a l u e   t h i s   d u d e   i s   w i l d .   r j   w o n t   a c c e p t   a n y t h i n g   o t h e r   t h a n   g r e a t n e s s !   k n i c k s  
p l e a s e   g e t   r i d   o f   t h i b s .   k .   t h a n k s .   k n i c k s   f r e e o b i
n y   k n i c k s   n e w s   & a m p ;   r u m o r s :   n b a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c h a t s p o r t s   e a s t e r n c o n f e r e n c e   e s p n   j a l e n b r u n s o n   j a l e n b r u n s o n h i g h l i g h t s   j a l e n b r u n s o n k n i c k s   j a l e n b r u n s o n n e w s   j a l e n b r u n s o n r u m o r s   j a l e n b r u n s o n s t a t s   j o h n h o l l i n g e r   j o h n h o l l i n g e r j a l e n b r u n s o n  
d a v i d   w i n g a t e ' s   1 9 9 9 - 0 0   s h o t   c h a r t : 
 
 v o l u m e :   m i n i s c u l e   |   p _ 1   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   p o o r   |   p _ 0 
 e f f i c i e n c y :   p o o r   |   p _ 0 
 e f f i c i e n c y   v a l u e :   p o o r   |   p _ 3 
 
 f a v o r i t e   z o n e :   m i d r a n g e 
 b e s t   s k i l l   z o n e :   r e s t r i c t e d 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 d a v i d w i n g a t e 
 k n i c k s  
m e t s   f a n s   a r e   n o t   p a r t   o f   n e w   y o r k   y a n k e e s   g i a n t s   j e t s   k n i c k s  
h e r e ' s   w h y   k n i c k s   c o u l d   w a n t   t o   s t a r t   e v a n   f o u r n i e r   o v e r   q u e n t i n   g r i m e s 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   h e r e t h e y c o m e   w e a r e t h e v a l l e y   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
i   l i k e     m e l o   ,   b u t   e v e r y o n e   s c r e a m i n   h e   n e e d s   t o   b e   o n   a   t e a m ,   i s   b u g g i n !   2 0   y r   c a r e e r ,   o n l y   m a d e   i t   o u t   o f   1 s t   r o u n d   t w i c e !   h e   d i d n ’ t   m a k e   a n y   t e a m m a t e   b e t t e r !   p u r e   s c o r e r   a n d   n o t   a   w i n n e r !   k n i c k s       n y k   k n i c k s f o r e v e r
w i l l   t o m   t h i b o d e a u   w e l c o m e   y o u t h   m o v e m e n t   w i t h   o p e n   a r m s   i n   2 0 2 2 - 2 3 ? 
 
 
 
 n b a   k n i c k s   n e w y o r k   n e w y o r k f o r e v e r   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   l a k e s h o w   r a i s e d b y w o l v e s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   n b a p i c k s   m f f l
p a t   e w i n g ' s   3 3   k n i c k s   _ c h i m p s o n s  
v i n t a g e   s t a t u e   o f   l i b e r t y   n e w   y o r k   c i t y   m a n h a t t a n   u s a   s o u v e n i r   t r a v e l   p e n n a n t     v i n t a g e   t i m e s s q u a r e   y a n k e e s   n y c   t o g e t h e r b l u e   p e n n a n t   n y r   n y g i a n t s   m e t s   n e w y o r k   n y g   n y k   n o q u i t i n n y   r e p b x   a l l r i s e   n y   l g m   n e w y o r k f o r e v e r   u s a   n e w y o r k c i t y   k n i c k s
f u c k   b a s e b a l l !   r a n g e r s   t o m o r r o w   n i g h t ,   k n i c k s   o n   w e d n e s d a y .   d o n e   w i t h   t h e   g u y s   w e a r i n g   t i g h t s !  
  w a l k i n g   i n t o   b a r c l a y s   i n   a   k n i c k s   h a t   i s   t h e   h e e l   s h i t   w e   l o v e   t o   s e e   h e r e   a t   t h e   o u t l e t   h o o p s   k n i c k n a t i o n
🎥   t o m   t h i b o d e a u   a n d   o b i   t o p p i n   d i s c u s s   t h e   e n e r g y   t o p p i n ' s   h i g h - f l y i n g   a b i l i t y   b r i n g s   t o   t h e   k n i c k s  
c h a r l i e   w a r d ' s   2 0 0 0 - 0 1   s h o t   c h a r t : 
 
 v o l u m e :   a v e r a g e   |   p _ 4 9   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 5 3 
 e f f i c i e n c y :   e x c e l l e n t   |   p _ 8 5 
 e f f i c i e n c y   v a l u e :   g o o d   |   p _ 8 1 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   m i d r a n g e 
 b e s t   v a l u e   z o n e :   b r e a k 3 
 
 c h a r l i e w a r d 
 k n i c k s  
i ’ m   g o n n a   b e   p i c k i n g   u p   a   k n i c k s   t e a m   b u n d l e   f r o m   2 0 2 0   -   p r e s e n t   y e w w w w !   
 c o l l e c t i b l e s   s p o r t s c a r d s   c o l l e c t o r   n b a   b a s k e t b a l l   k n i c k s
🎙 ️ t o g e t h e r   e v e r y o n e   a c h i e v e s   m o r e ! 
 
 4 t h q u a r t e r w o r k n y c   
 j r k n i c k s   
 r u c k e r p a r k   
 t r a i n i n g t h a t t r a n s l a t e s   
 b a s k e t b a l l o p e n s d o o r s   
 k n i c k s 
 c o m m u n i t y   
 n y c  
_   h o p e f u l l y   _ r a n d l e   r a n d l e   ,   i ’ m   a   h u g e     k n i c k s   f a n ,   d o n ’ t   l i k e   h i s   p l a y   o r   a t t i t u d e ,   b u t   h o p i n g   h e   c h a n g e s !       n b a   n y k   k n i c k s f o r e v e r
w i l d ,   w e   h a v e   t o   d e a l   w i t h   _ r a n d l e   r a n d l e   f o r   s o   l o n g ,   a n d   t h i s   t e a m   i s   p r e t t y   y o u n g ,   h o p e f u l l y   w e   c a n   k e e p   t h e   y o u n g   c o r e   t o g e t h e r !   k n i c k s       n b a     n y k   k n i c k s f o r e v e r  
@ _ a n a l y k n i c k s     w i l d ,   w e   h a v e   t o   d e a l   w i t h   _ r a n d l e   r a n d l e   f o r   s o   l o n g ,   a n d   t h i s   t e a m   i s   p r e t t y   y o u n g ,   h o p e f u l l y   w e   c a n   k e e p   t h e   y o u n g   c o r e   t o g e t h e r !   k n i c k s       n b a     n y k   k n i c k s f o r e v e r

 
 w e   a r e   l i v e !   j e t s   g i a n t s   m e t s   n f l w e e k 5   m l b p l a y o f f s   n b a t w i t t e r   k n i c k s   n e t s   y a n k e e s
s h o u l d   k n i c k s   t a n k   f o r   2 0 2 3   n b a   d r a f t   p h e n o m   v i c t o r   w e m b a n y a m a ? 
 
 n e w y o r k f o r e v e r   
 k n i c k s   🏀 
 n b a t w i t t e r   
 n b a   🏟 
 
  
w o w ,   t h e   m s g   k n i c k s   t h e m e   m u s i c .   y e s !   🙌 🏽 🙌 🏽  
@ _ h e l l o b i r d i e   k n i c k s ,   j e t s   & a m p ;   r a n g e r s !   e n o u g h   i s   e n o u g h !
h o w   w a s   t h i s   s o   c h e a p   r a n k   c r a z y   a s   w e l l   n y c   k n i c k s     a n o t h e r   o n e   _ c h i m p s o n s  
w h e n   t h e y   l o v e   t o   h a t e   y o u   s t a y   t r u e   t o   y o u r s e l f   k n i c k s   💪  
l e t s   g o o o   b e c o m e   a   k n i c k s   f a n   b r o  
  i ' m   f o r   t h e   k n i c k s   & a m p ;   t h a t   o n   t h e   f r o n t   o f   t h e   j e r s e y     ! ! !
  f a n t a s y   o u t l o o k   f o r   k n i c k s    
k n i c k s   n a t i o n ,   h e r e ’ s   t h e   t a p e :   b o o k   i t ,   🍔   b u r g e r .   w e h e r e      
j o i n   u s   a t   8 : 1 0 p m   e s t   f o r   a n o t h e r   g r e a t   e p i s o d e   o f   t h e   b o y s   i n   t h e   b i g   a p p l e   p o d c a s t !   t o n i g h t ,   j o h n   w i l l   r a n t   o n   t h e   m e t s   b e i n g   e l i m i n a t e d ,   w h i l e   w e   a l s o   d i s c u s s   t h e   n y g i a n t s   +   j e t s   g e t t i n g   v i c t o r i e s ,   y a n k e e s   a l d s   p r e v i e w ,   k n i c k s   p r e s e a s o n   +   m o r e ! 

    a i n ’ t   n o   p l a c e   l i k e   h o m e   🗽 k n i c k s
    k n i c k s   t h a t ’ s   w h o   i ’ m   f o c u s e d   o n   n y k   k n i c k s f o r e v e r     n b a    
w o b i   w o p p i n .     
 
 b r o o k - l y n ' s   f i n e s t ,   y o u   r e - w i n d   t h i s 
 r e p r e s e t i n   b x   t o   t h e   f u l l e s t ! 
 
 n e w y o r k f o r e v e r   r e p b x   k n i c k s   y a n k e e s t w i t t e r   n y y   n y k  
h e r e ' s   w h y   j a l e n   b r u n s o n   h a s   b e e n   a   g a m e   c h a n g e r   s o   f a r   f o r   t h e   n e w   y o r k . . .     v i a   
 
 n b a   b a s k e t b a l l   b b a l l   s p o r t s   e s p n   k n i c k s   p o d c a s t   y o u t u b e   y o u t u b e r
t h e   m f i n g   k n i c k s   🗽  
  b e   w e l l   b r o t h e r ,   g o   k n i c k s
i   w o n d e r   i f   t h e   w a r r i o r s   w o u l d   t a k e   m i t c h   r o b   a n d   c a m   r e d d i s h   f o r   d r a y m o n d   k n i c k s
h e a d i n g   t o   b a r c l a y s   f o r   w w e r a w   ,   g o t t a   m a k e   s u r e   i   r e p r e s e n t   p r o p e r ,   e s p e c i a l l y   i n   n e t s   t e r r i t o r y .     k n i c k s   k n i c k s t a p e   k c d a  
"   t h e   n i g h t   l i n s a n i t y   e n d e d   "   d o c   c o m i n g   s o o n   !   h i n t   i t   e n d e d   i n   m i a m i   🤷 🏾 ‍ ♂ ️ 💯   k n i c k s   n y k   n e w y o r k f o r e v e r    
i   t h i n k   i q   w o u l d   l i k e   a   w o r d 
 
 k n i c k s   n e w y o r k f o r e v e r  
‘ t o o   e a r l y … ’   s t a y m e 7 0   k n i c k s 
 💙 🧡 🤪 
 t h e r e d e e m t e a m    
s e e   h o w   b r u n s o n   s o l v e s   t h e   r j   a n d   j u l i u s   e f f i c i e n c y   p r o b l e m 
 d r e ' s   t a k e   o n   t h e   k n i c k s 
 
 n y c e v e n t s   f r e e t i c k e t s 
 n b a   b a s k e t b a l l   n y c s p o r t s 
 

n b a   2 k 2 2   p a r k   p s 5   -   b i g   c o m e b a c k 
   
 
 n b a   n b a j a p a n g a m e s   n b a t w i t t e r   l e b r o n j a m e s   k o b e b r y a n t   l a k e r s   w a r r i o r s   k n i c k s   c e l t i c s   g r e e c e   n b a 2 k   n b a 2 k 2 2   n b a p r e s e a s o n   n b a   n b a i n a b u d h a b i   n b a y o u n g b o y   f o l l o w   l i k e  
n b a   2 k 2 3   ( p s 5 )   r e c   1   -   d r e w   l e a g u e 
   
 
 n b a   n b a 2 k 2 2   n b a 2 k   2 k 2 2   2 k c o m m u n i t y   g a m e r   h i g h l i g h t s   l e b r o n j a m e s   k o b e b r y a n t   h o u s e t a r g a r y e n   ت ش ا و ر ي ة _ ش م ر   a e w   b a s k e t b a l l   l a k e r s   w a r r i o r s   k n i c k s   c e l t i c s  
2   o f   m y   f a v s .   k o b e   s t a y m e 7 0   
 k n i c k s   💙 🧡 
 l o v e   t h e i r   d i f f e r e n c e s .   
 ‘ o o o h   y e a h   h e ’ s   d i f f e r e n t … ’ 
 ‘ m a n   i ’ m   g o i n g   t o   s l e e p   s e e   y o u   a t   p r a c t i c e ’   🤪 
 a n d   y o u   s a w   h o w   k o b e   r u b b e d   o f f   o n   m e 7 0   i n   t h e   2 0 0 8 / 2 0 0 9   w c f   t h a t   s a m e   y e a r   (   w a s   r h i   i n   v e g a s ❔ 🫤 ) 
 t h e r e d e e m t e a m    
n y   k n i c k s   c a m   r e d d i s h   1 s t   s t a r t   t r o u b l e s   t h e k n i c k o f t i m e s h o w   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   c a m r e d d i s h   c o v e r a g e   e a s t e r n c o n f e r e n c e   g a m e   h i g h l i g h t s   m a d i s o n s q u a r e g a r d e n   m s g   n b a   n e w y o r k k n i c k s   n e w y o r k k n i c k s g a m e  
w h o   s h o u l d   i   r o o t   f o r ? 
 n b a   n b a p r e s e a s o n   l a k e s h o w   l a k e r s   m a g i c   b u c k s c o u n t y   b u c k s   k n i c k s
y a   b o y   a t   h i s   f i r s t   k n i c k s   g a m e   w i t h   t h e   s u e d e b l u e 1 2 s   o n   w a v e g o d  
l e t ’ s   g o o o o   k n i c k s   k n i c k s t a p e   s i r k n i c k s a l o t  
t h e   d e p t h   i s   r i d i c u l o u s ! !   b e s t   i ’ v e   s e e n   i n   m y   l i f e t i m e   a s   a   k n i c k s   f a n .   k n i c k s  
l y l s   w i t h   t h e   g u c c i   f o a m s   b l a c k p a n t h e r   k n i c k s  
j - l o   i s   g o a t e d 🐐 
 n b a   k n i c k s  
  t h e   a n s w e r   i s   o b v i   t h e   k n i c k s   b i n g b o n g  
t h i s   w e e k   g o i n g   t o   b e   a   g o o d   w e e k   g o i n g   t o   t h e   f i r s t   s e a s o n   b a s k e t b a l l   k n i c k s   g a m e   a n d   a m   g o i n g   t o   s e e   t h e   n e w y o r k   g i a n t s   v s   r a v e n s   t o g e t h e r b l u e   k n i c k s       g i a n t s v s r a v e n s
2   o f   f u n n i e s t   t h i n g s   i n   s p o r t s   i s     t a l k i n g   a b o u t   k n i c k s   & a m p ;   c o w b o y s
h e ’ s   s t a r t i n g ! !   🔥 🚀   g r i m e s   k n i c k s  
t h e s e   t w o   g u y s   l i t e r a l l y   j u m p   o u t   t h e   g y m !     k n i c k s   n b k f a m  
k n i c k s   _ r a n d l e   d i d n ' t   w o r k   o u t   y e s t e r d a y ,   b u t   t o o k   s o m e   t i m e   t o   h a n g   o u t   w i t h   t h e   k i d s ,   t a k e   p i c t u r e s   a n d   s i g n   s o m e   a u t o g r a p h s .   
   n b k f a m  
k n i c k s   f o r w a r d   o b i   t o p p i n   a s   a   f u n   p l a y e r   h a s   b e e n   o v e r s t a t e d .   b u t   h i s   a b i l i t y   t o   h i t   t h e   o u t s i d e   s h o t   a n d   b e c o m e   a   r e l i a b l e ,   v e r s a t i l e   d e f e n d e r   i s   t h e   s w i n g   s k i l l   t h a t   w i l l   b e   k e y   t o   h i s   s u c c e s s   g o i n g   i n t o   h i s   t h i r d   s e a s o n .   |     
  
t h e r e   a r e   m i l l i o n s   o f   u s   k n i c k s   f a n s   o n   t w i t t e r   🟠 🔵 
 
 n o   n e w y o r k k n i c k s   f a n   s h o u l d   h a v e   a   f e w   h u n d r e d   f o l l o w e r s .   w e   s h o u l d   a l l   f o l l o w   e a c h   o t h e r 🫵 🏻 🤜 🏻 🤛 🏿 
 
 u s e   t h i s   t w e e t   t o   c o n n e c t   w i t h   k n i c k s   f a n s . . .   l i k e ,   r e t w e e t   a n d   c o m m e n t   t o   r e a c h   o u t   t o   f e l l o w   k n i c k s   f a n s ! l e t s g o k n i c k s  
i s a i a h   h a r t e n s t e i n   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h h a r t e n s t e i n   i s a i a h   h a r t e n s t e i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
t h e     w o r k e d   o n   t r a n s i t i o n   o f f e n s e ,   r u n n i n g   l a n e s ,   a n d   b u i l d i n g   c o n t i n u i t y .   t h e   k n i c k s   d i d   n o t   p r a c t i c e   s l o w e d   d o w n   o f f e n s i v e   s e t s   i n   o p e n   p r a c t i c e .   e v e r y t h i n g   w a s   a t   a   f a s t   p a c e .   k n i c k s   n b k f a m  
t h e     w o r k e d   o n   s c o r i n g   t h e   b a l l   i n   1 4   s e c o n d s   o r   l e s s   d u r i n g   o p e n   p r a c t i c e .   b e f o r e   t h i s   d r i l l ,   t h e y   w o r k e d   o n   a   s h e l l   f a s t b r e a k   d r i l l .   t h e   k n i c k s   a r e   c l e a r l y   w o r k i n g   o n   p l a y i n g   f a s t e r .   e f f i c i e n c y   i s   g o i n g   t o   b e   t h e   k e y   t o   t h e   s u c c e s s   o f   t h e m   p l a y i n g   f a s t e r .   n b k f a m  
i t ’ s   5 0   y e a r s   s i n c e   t h e   k n i c k s   l a s t   w o n   a   c h a m p i o n s h i p .   i f   t h a t   m a t t e r s   e v e n   a   l i t t l e   t o   y o u   i   s u g g e s t   g i v i n g     a   f o l l o w .   i   s u s p e c t   i t ’ l l   b e   a   f u n   t r i p   d o w n   m e m o r y   l a n e .
w h y   i s   t h i s   i n j u r y   s u c h   a   m y s t e r y ?     k n i c k s
q u e n t i n   g r i m e s   i s   p r i m e d   f o r   r e t u r n .   b u t   e v e n   i f   h e   r e s t s   a s   a   p r e c a u t i o n a r y   m e a s u r e   o v e r   t h e   k n i c k s '   l a s t   2   p r e s e a s o n   g a m e s ,   c o a c h   t o m   t h i b o d e a u   i s n ’ t   w o r r i e d   b e c a u s e   h e   k n o w s   w h a t   h e   c a n   d o .   |    
g o o d   m o r n i n g   j e t s n a t i o n   y a n k e e s   k n i c k s   & a m p ;   m e t s   ( y o u   g o t   r o b b e d   l a s t   n i g h t .   t h a t   g u y ’ s   e a r   w a s   s h i n i e r   t h e n   p . d i d d y ’ s   s h i n y   s u i t )
@ _ k n i c k s 1 6 8 8   _         _ d u d e   _ j _ d _ m       _ a v p         _ m a c         _ s t e v e n           _ _ w a r     _ _ _ f i n c h         _ 1 9 1 4           _ 2 2   _ _               @ _ b i l l y h o y l e o f n j       k n i c k s   g e t s   n o   r e s p e c t   f e a t u r i n g   a   b i g   3   w i t h   r a n d l e   e l a b o r a t e   o n   t h a t . . 
 w h e n   y a   g o n n a   l e a r n   t h e y   n e e d   a   s u p e r s t a r   m a y b e   t h e n   t h e y   w i l l   g e t   r e s p e c t e d   a n d   t h e s e   l o w   s t a n d a r d s   l o s e r   f a n ' s   r e f u s e   t o   t a n k   s t i l l   l i k e   t h e i r   t e a m   i s   s p e c i a l   s h i t   i s   a   j o k e   w i t h   y a . . 
 
 k n i c k s  
    i   a m   k n i c k s   f a n   s i n c e   8 4 .
w h y   k e e p i n g   t h i b s   5   y e a r s   i s   c o r r e c t !   n b a   k n i c k s   n e w y o r k f o r e v e r     🗽 🟧 🟦  
m a d i s o n   s q u a r e   g a r d e n   2 0 1 7   k n i c k s 
 ( c a m ’ r o n ,   h a i l e y   b a l d w i n ,   k e n d a l l   j e n n e r ,   a n s e l   e l g o r t )  
a   n e w   w e e k …   t h a t   m e a n s   m o r e     j o i n   u s !   k n i c k s 
 
  
h e y   k n i c k s   f a n s ,   d o   w e   w a n t   t o   s e e   a   j e r i c h o   s i m s   d u n k   c o n t e s t ?   n y k n i c k s
_ c r a z y       b o t h   f r a n c h i s e s   h a v e   b o t h   o f   t h e   r i c h e s t   o w n e r s   i n   s p o r t s   t h e   k n i c k s   o w n e r   d o e s n ’ t   c a r e   t o   w i n   j u s t   f i l l   t h e   g a r d e n   a n d   m a k e   m o n e y   m e t s   o w n e r   w a n t s   t o   w i n   a n d   b u i l d   a   c o n s i s t e n t   w i n n e r   t h a t   w i l l   a   c h a m p i o n s h i p   t h e i r s   a   b i g   d i f f e r e n c e
    t h e   k n i c k s   a r e   a   y o u n g   a n d   e x c i t i n g   t e a m .   9   o f   t h e   p l a y e r s   o n   t h e   t e a m   a r e   2 5   & a m p ;   u n d e r .   h e l l o ! ! !   y o u   c a n ’ t   h a v e   a n   e n t i r e   t e a m   t h a t ’ s   y o u n g   a n d   e x p e c t   g o o d   t h i n g s   t o   h a p p e n .
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   f o r   r e a l ? !   c a m   r e d d i s h   l a s t   c h a n c e ?   o b i   t o p p i n   l o o m i n g   |   j d   i n t e r v i e w   w i t h   s n y / n e w   y o r k   p o s t "   
 
 c r e a t o r :     j d _ s p o r t s t a l k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
c l a s s i c . .   w h e r e   d o   y o u   g u y s   f i n d   t h i s   c o n t e n t ?   i   m i s s   t h o s e   d a y s ,   i n t r o d u c t i o n   a n d   a l l .   g o o s e b u m p s .   b a c k   w h e n   t h e   k n i c k s   w e r e   g o o d   a t   b a s k e t b a l l .  
n e w   e p i s o d e   a v a i l a b l e !   j a y   a n d   c h r i s   g i v e   t h e i r   t a k e s   o n   t h e   k n i c k s   p r e s e a s o n   v i c t o r y   o v e r   i n d i a n a ,   a s   w e l l   a s   a t t e m p t i n g   t o   p r e d i c t   t h i b s   f i n a l   r o t a t i o n .   a l s o   a v a i l a b l e   o n   s p o t i f y 
 
 
   k n i c k s   n y k   n y k n i c k s   n b a p r e s e a s o n
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
n e w   v i d e o   t o   w a t c h : 
 
 " o b i   t o p p i n   n e w   y o r k   k n i c k s   -   i   h a d   t o   d o   t h a t   d u n k   t o   g e t   t j   m c c o n n e l l   b a c k ! "   
 
 c r e a t o r :     j i m   c o n l a n   c h a t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
c a n t   w a i t   f o r   t h e   k n i c k s   s e a s o n   t o   s t a r t !   t h e n   w e   g e t   o u r   m o r n i n g   d r i v e s   w i t h   _ n y _ b   b a c k !   n e w y o r k f o r e v e r
n e w   v i d e o   t o   w a t c h : 
 
 " t o m   t h i b o d e a u   n e w   y o r k   k n i c k s   -   j a l e n   b r u n s o n   s e t s   t h e   t o n e   f o r   u s   a t   p o i n t   g u a r d ! "   
 
 c r e a t o r :     j i m   c o n l a n   c h a t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
i   s t i l l   t h i n k   t h i s   t w e e t   w i l l   b e   g o a t ’ d   o n e   d a y ! !     i t ’ s   s t a y i n g   u p ! !   k n i c k s   o b i t o p p i n  
👀   y a h   s o o n   f r o m   2 2   o r   2 3   f e e t ! 🤞 🏿 
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s a l l d a y   k n i c k s n e w s   n y c   m s g   t h e g a r d e n   k n i c k s w o r l d   k n i c k s f a n n   n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k      
📣   n e w   p o d c a s t !   " t h e   n e w   y o r k   k n i c k s   p o d c a s t   -   e p i s o d e   5 8 5 :   f a n t a s y   d r a f t "   o n     k n i c k s   p o d c a s t  
t h e s e   g u y s   c a n   p u l l   i t   f r o m   a n y w h e r e 💦 
 w e t   l i k e   w a t e r ! 
 s t e p h c u r r y   b u d d y h i e l d   f r e d v a n v l e e t   k n i c k s   g s w   n y k   p a c e r s   r a p t o r s   n b a f a n t a s y   l a t v i a n f a n t a s y l e a g u e   f a n t a s y r a d a r  
b a s k e t b a l l   s e a s o n   i s   h e r e   a n d   t h o s e   f u c k i n   a s s h o l e s   a t     s t i l l   d o n ’ t   h a v e     k n i c k s
a   t e a m   h a d   i n t e r e s t   i n   k n i c k s   j u l i u s   r a n d l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c o m m e n t a r y   c o v e r a g e   e a s t e r n c o n f e r e n c e   g a m e   h i g h l i g h t s   i a n b e g l e y   j u l i u s r a n d l e   j u l i u s r a n d l e t r a d e r u m o r s   k n i c k s p o d c a s t   m a d i s o n s q u a r e g a r d e n   m s g   n b a   n b a r u m o r s   n e w y o r k k n i c k s  
w e   a l m o s t   s i g n e d   l o w r y   l a s t   s e a s o n   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
w a n t   t o   o w n   a   p i e c e   o f   t h e   r a n g e r s   a n d   k n i c k s ?   b u y   m a d i s o n   s q u a r e   g a r d e n   s t o c k .   |   n e w s   u s a     k n i c k s   m a d i s o n s q u a r e g a r d e n   r a n g e r s   t o d a y s d o u g h
k n i c k s   o p e n   p r a c t i c e     k n i c k s   o b i t o p p i n   r j b a r r e t t  
o b i   i s   s p e c i a l   y ’ a l l .   i ’ m   t e l l   y a !   k n i c k s   n y k   k n i c k e r b o c k e r s   m s g  
s o   t i r e d .   g o o d   n i g h t   u n t i l   n e x t   y e a r   m e t s   w o r l d .   l e t ’ s   g o   k n i c k s .   h e l l ,   o n e   o f   m y   t e a m s   h a s   t o   w i n   i t   a l l   a t   s o m e   p o i n t   r i g h t ? ? ?   l o s e r   d r e a m   m i r a c l e s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
g e t   y o u r   h o t   j e r s e y s     n f l j e r s e y s   n f l   n b a j e r s e y s   n b a m o m e n t   n h l j e r s e y s   n h l   m l b j e r s e y s   s o c c e r j e r s e y s   c u s t o m j e r s e y s   k n i c k s   n e t s   c e l t i c s   r a p t o r s   7 6 e r s   p i s t o n s   p a c e r s   c a v a l i e r s   b u c k s   b u l l s   h e a t   m a g i c   w i z a r d s   h a w k s   h o r n e t s   t i m b e r w o l v e s   n u g g e t s   j a z z  
s h o p   n e w y o r k f o r e v e r   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e
  m y   l i f e   🥹 
 m e t s   k n i c k s   j e t s   🙏 🏻   s p u r s   🙏 🏻 
 i   m e a n   c o u l d   i t   b e   w o r s e ?
i t ’ s   b e e n   f u n ,   s h a i e l .   k e e p   i n   t o u c h   t h i s   n b a   s e a s o n .   p e l i c a n s   g r i z z l i e s   k n i c k s  
t h i s   a c c o u n t   i s   n o w   m o v i n g   f r o m   m e t s   m o d e   t o   k n i c k s   m o d e .   i t ' s   b e e n   r e a l   m e t r o p o l i t a n s .   s e e   y o u   i n   a p r i l .   l g m   k n i c k s
m e t   f a n   l i f e   🤷 🏽 ‍ ♂ ️ .   l g m   r e t o o l ,   r e l o a d ,   r e b u i l d .   
 
 n o w   w e   f u l l y   s h i f t   t o   t h e   o t h e r   o r a n g e   a n d   b l u e   i n   t o w n .   l e t ’ s   g o   k n i c k s
l o u s y   w a y   t o   e n d   a   s e a s o n ,   b u t   i ’ m   p e r s o n a l l y   g l a d   t o   h a v e   c o n n e c t e d   w i t h   s o   m a n y   n e w   m e t s   f a n s .   s e e   y a   i n   p o r t   s t .   l u c i e .   t i l l   t h e n ,   g o   g i a n t s   a n d   k n i c k s .   a n d   o n e   l a s t   t i m e   i n   ‘ 2 2 ,   l g m .
  e f f e c t !   n y k n i c k s   k n i c k s   n b a  
l o o k s   l i k e   o n   t o   s t r i c t l y   t h e   g i a n t s ,   k n i c k s   a n d   r a n g e r s   f o r   t h e   n e x t   f e w   m o n t h s .   g i a n t s   w h i l e   4 - 1   s u r e   b u t   e x p e c t a t i o n s   a r e   l o w ,   b u t   s u r e   t h e   w h o l e   n f l   i s   m i d   t h i s   y e a r !   k n i c k s   c o m e   o n   i   w i l l   n e v e r   l e t   t h e m   g e t   m y   h o p e s   u p !   & a m p ;   r a n g e r s   a r e   m y   o n l y   h o p e !   l g m   g i a n t s   l g r   k n i c k s
o n t o   t h e   k n i c k s
d o n ' t   w o r r y ,   m e t s   f a n s .   t h e   r a n g e r s   s e a s o n   g e t s   g o i n g   t h i s   w e e k .   t h e n ,   y o u   h a v e   a l l   t h e   e x c i t e m e n t   o f   a   k n i c k s   s e a s o n   t i p p i n g   o f f   l a t e r   t h e   m o n t h !
o n   t o   t h e   k n i c k s   m i s e r y . . o n e   o f   t h e s e   y e a r s   m e t s   ✌ 🏻
t i m e   t o   m o v e   o n   w i t h   t h e   k n i c k s   a n d   g i a n t s !   l g m   e n d s   t o n i g h t !
“ o l d   d a y s d i c k   b a r n e t t   t r i e s   t o   h a r a s s   e a r l   m o n r o e   i n   a   1 9 7 1   
 b u l l e t s - k n i c k s   g a m e   a t   m a d i s o n   s q u a r e   g a r d e n . n b a     b a l t i m o r e   k n i c k s     n y c     h o f   1 9 7 0 s  
_ n e w y o r k   w e   n e e d   t o   s t o p   s h o w i n g   t h i s   g u y .   h e ’ l l   n e v e r   p l a y   f o r   t h e   k n i c k s .   w h e r e   i s   h e   g o i n g   t o   p l a y ?
j e t s   b a c k   o n   t h e   r i s e   a n d   t h e s e   m e d i a   f o l k s   a r e   p a n i c k i n g   t h e   s a m e   w a y   t h e y   d i d   w i t h   t h e   k n i c k s   a n d   m e t s .   m u s t   s u c k   t o   b e   e x p o s e d   a s   t h e   o n e   d i m e n s i o n a l   f r a u d s   s o   m a n y   o f   y o u   s c r e a m   n o t   t o   b e .   o h   w e l l ,   b e t t e r   l u c k   e l s e w h e r e   🤷 ‍ ♂ ️
h e r e ’ s   w h a t   i   t h i n k   a b o u t   t h e   k n i c k s   o f f s e a s o n   t h i s   y e a r ,   c h e c k   i t   o u t   
 👇 🟠 🔵   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e 

f i n a l l y ,   g r e a t   t i m e   b e i n g   a   n e w y o r k   f a n .   g i a n t s   4 - 1 ,   j e t s   3 - 2 ,   m e t s   a n d   y a n k e e s   i n   t h e   p l a y o f f s .   k n i c k s   2 - 0   a n d   l o o k i n g   g o o d   i n   p r e s e a s o n . n y r a n g e r s   l o o k i n g   t o   b u i l d   f r o m   l a s t   y e a r s   f i n a l .   a l l   i   a s k   i s   f o r   a t   l e a s t   1   t i t l e   a n d   p a r a d e .   l e t ’ s   g o   🥂
k i y a n   t e l l s     h i s   f a v o r i t e   m o m e n t / t e a m   o f   h i s   f a t h e r ,   c a r m e l o   a n t h o n y .   a n d   w e   a g r e e .   k n i c k s   s t a y m e 7 o   p o l i t i c i a n f o r s p o r t  
g r a d i n g   e v e r y   r a p t o r s   p l a y e r   a f t e r   t h r e e   2 0 2 2   p r e s e a s o n   g a m e s 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   h e a t n a t i o n   h e a t t w i t t e r   t r u e t o a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s
h o w   f a r   w i l l   a   h e a l t h y   d e r r i c k   r o s e   l e a d   k n i c k s   i n   2 0 2 2 - 2 3 ? 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   h e a t n a t i o n   h e a t t w i t t e r   t r u e t o a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n
c a r m e l o   a n t h o n y   p u t   u p   2 8   p o i n t s ,   8   r e b o u n d s ,   a n d   2   a s s i s t s   ( g e t t i n g   n o   h e l p   f r o m   l i n / s t o u d e m i r e )   i n   t h e   k n i c k s   2 0 1 2   f i r s t   r o u n d   s e r i e s   a g a i n s t   t h e   m i a m i   h e a t   f e a t u r i n g   j a m e s ,   w a d e   a n d   b o s h .  
v i n t a g e   e m p i r e   s t a t e   w o r l d ' s   t a l l e s t   b u i l d i n g ,   n y c   n e w   y o r k   m a n h a t t a n   u s a   t r a v e l   p e n n a n t       v i n t a g e   l g m   u s a   t i m e s s q u a r e   y a n k e e s   k n i c k s   t o g e t h e r b l u e   f e l t p e n n a n t   n y r   n y c   n y g i a n t s     n e w y o r k   n y g   n y k   n o q u i t i n n y   a l l r i s e   r e p b x   n e w y o r k c i t y   m e t s
v i n t a g e   s t a t u e   o f   l i b e r t y   n e w   y o r k   c i t y   m a n h a t t a n   u s a   s o u v e n i r   t r a v e l   p e n n a n t     v i n t a g e   t i m e s s q u a r e   y a n k e e s   n y c   t o g e t h e r b l u e   p e n n a n t   n y r   n y g i a n t s   m e t s   n e w y o r k   n y g   n y k   n o q u i t i n n y   r e p b x   a l l r i s e   n y   l g m   n e w y o r k f o r e v e r   u s a   n e w y o r k c i t y   k n i c k s
🗽 h a d   a   b l a s t   t o d a y   o n   t h e   p a n e l   f o r   y t   c h a n n e l   d ’ s   w o r l d   o f   h o o p s !   g r e a t   k n i c k s   c o n t e n t ,   g r e a t   b a s k e t b a l l   m i n d ,     g r e a t   s e n s e   o f   h u m o r !   k n i c k s   n e w y o r k f o r e v e r  
  l e t   m e   a s k   y o u   t h i s   a s h ,   i f   y o u   h a d   t o   p i c k   e i t h e r   j o k e r   o r   l e b r o n   f o r   t h e   k n i c k s   r i g h t   n o w   a t   t h e i r   c u r r e n t   s t a t e   w h o ’ s   y o u   p i c k ?
  h o w   g o o d   w e r e   y o u   e v a n ?   t h a t   y o u   d e m a n d   s t u f f   y o u   c o u l d n ’ t   d o   y o u r s e l f .   p e o p l e   l i k e   y o u   a r e   t h e   o n e s   t h a t   m a k e   g o o d   p l a y e r s   w a n t   t o   g o   s o m e w h e r e   e l s e .   h o w   i s   t h a t   w o r k i n g   o u t ?   s p e c i a l l y   f o r   t h e   k n i c k s   g r e a t   j o b   b u d . .
p r e s e a s o n   g a m e   2   b r e a k d o w n     k n i c k s
d j ’ d   t h e     o p e n   p r a c t i c e .   l e t ’ s   g o   k n i c k s !   n e w y o r k f o r e v e r   k n i c k s  
w o n d e r i n g   w h o ’ s   t h e   b e t t e r   s i x t h   m a n   o f   t h e   y e a r   p i c k ,   q u i c k l e y   o r   t o p p i n ?   k n i c k s   n y k n i c k s
o b i   t o p p i n   w i t h   t h e   s l a m !   l e t ' s   g o   k n i c k s !   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a    
g i a n t s   w i n   t h i s   m o r n i n g . 
 k n i c k s   p r a c t i c e   t h i s   a f t e r n o o n . 
 m e t s   g a m e   t o n i g h t .  
  w i n   a   f r e e   t i c k e t   t o   a   k n i c k s   g a m e   a t     m s g   . 
 l i k e   t h e   v i d e o   b e l o w   a n d   s u b s c r i b e   t o   t h e   c h a n n e l 
 s e n d   y o u r   n a m e   t o   c i v i l a n a l y t i c s . c o m 
 s u b m i t   y o u r   i n f o r m a t i o n   b y   o c t o b e r     3 1 ,   2 0 2 2 ,   1 1 : 5 9 p m 
 
 
 
 n y c   n e w a r k   j e r s e y c i t y   k n i c k s   n b a   f r e e t i c k e t s
w i n   a   f r e e   t i c k e t   t o   a   k n i c k s   g a m e   a t     m s g   . 
 l i k e   t h e   v i d e o   b e l o w   a n d   s u b s c r i b e   t o   t h e   c h a n n e l 
 s e n d   y o u r   n a m e   t o   c i v i l a n a l y t i c s . c o m 
 p l e a s e   s u b m i t   y o u r   i n f o r m a t i o n   b y   o c t o b e r     3 1 ,   2 0 2 2 ,   1 1 : 5 9 p m 
 
 
 
 n y c   n e w a r k   j e r s e y c i t y   k n i c k s   n b a   f r e e t i c k e t s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
  n o w   w e   j u s t   n e e d   t h e   f u c k i n g   k n i c k s   t o   s t e p   u p   t h e i r   g a m e !
j a l e n   b r u n s o n   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n b r u n s o n   j a l e n   b r u n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
t a k e f l i g h t     k n i c k s     g m e n   n y j e t s   n y g     
 
 f o l l o w   a l o n g   w i t h   t h e   n e w   y o r k   s p o r t s   t e a m s   i n   t h e   a r m c h a i r   s p o r t s   u n i v e r s e !   t h e   m o s t   r e a l i s t i c   s i m u l a t i o n   s p o r t s   l e a g u e s   e v e r .   i t ' s   d y n a s t y   f a n t a s y   s p o r t s   b u t   s i m u l a t e d   w i t h   v i d e o   g a m e s .   l i n k   t o   d i s c o r d   s e r v e r   i n   b i o .  
n e w   v i d e o   t o   w a t c h : 
 
 " 2 0 2 2 - 2 0 2 3   p r e - s e a s o n   k n i c k s   v s   p a c e r s   r e c a p "   
 
 c r e a t o r :     d a s h o p _ t a l k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
j u l i u s   r a n d l e   t h e r e   j u s t   n o t   p r a c t i c i n g   g o   k n i c k s
n e w   v i d e o   t o   w a t c h : 
 
 " o f f - s e a s o n   t h o u g h t s :   t h e   n e w   y o r k   k n i c k s   ( e p i s o d e   2 1 ) "   
 
 c r e a t o r :     j u i c e   b u n y a n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
r a r   d e a d   a i r - i s   m i k e   f r a n c e s a ’ s   s t y l e   o f   r a d i o   o b s o l e t e 
 
 
 
 r e c k l e s s a i r w a v e s r a d i o   h o w a r d s t e r n   n y s p o r t s   m e t s   y a n k e e s   g i a n t s   j e t s   k n i c k s   r a n g e r s   i s l a n d e r s   c a r t o n a n d r o b e r t s   b o o m e r a n d g i o   b a s e b a l l   f o o t b a l l   h o c k e y   b a s k e t b a l l   n b a   n h l   m l b   n f l  
k n i c k s   p a t r i o t s   w i l l   m a k e   2 - 0   v s   d e t r o i t   t e a m s
c a n ' t   r e m e m b e r   b e i n g   t h i s   c o n f i d e n t   a     m a j o r   f a   s i g n i n g   w i l l   w o r k   o u t   k n i c k s  
t h o u g h t s ? 
 n b a   k n i c k s   t r a d e  
n e w   e p i s o d e / l i n k   i n   b i o :   m i k e y   d o m a g a l a ,   o w n e r / f o u n d e r   o f     & a m p ;   _ b u z z   w i t h   a   s e a s o n   p r e v i e w ,   a   l o o k   b a c k   o n   l a s t   y e a r   +   a   m o m e n t   o n   a a r o n   j u d g e ' s   c h a s e   t o   6 2 .   n b a b u z z     m i k e y d o m a g a l a   n e t s   k n i c k s   c e l t i c s   u d o k a   j u d g e   l a k e r s   y a n k e e s   w h a t s u p o d c a s t  
🫡   e n j o y   y o u r   s u n d a y   & a m p ;   h a v e   a   g r e a t   w e e k ! 
 
 b l u s p a p p a p 
 m y p o p s 
 m o t i t r a y t i o n 
 m o t i 3 t i o n 
 5 0 p l u s c r e w 
 j e e p l i f e 
 b e a c h l i f e 
 s t a y m e 7 o 
 k n i c k s 
 n y l i b e r t y   
 b e s a f e 
 p r i n c e d a f r e n c h i e 
 
 w o r d l e   4 7 7   4 / 6 
 
 ⬛ ⬛ ⬛ ⬛ ⬛ 
 ⬛ 🟩 ⬛ ⬛ 🟨 
 🟩 🟩 ⬛ 🟩 🟩 
 🟩 🟩 🟩 🟩 🟩
o b i   t o p p i n   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o b i t o p p i n   o b i   t o p p i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
w i l l   t h e   k n i c k s   m a k e   t h e   p l a y o f f s ?   n b a   n b a p r e s e a s o n   k n i c k s   k n i c k s t w i t t e r
s   t   a   r   k   s     s   u   n   d   a   y     3   🏀   
 s t a r k s   x   e w i n g   n e w y o r k f o r e v e r   
 k n i c k s   n b a   n b a t w i t t e r  
s / o     !   m y   d a u g h t e r   a n d   i   h a d   a   b l a s t !   k n i c k s
d e r r i c k   r o s e   i n t e r v i e w   @   k n i c k s   o p e n   p r a c t i c e   _  
w o r l d s   m o s t   f a m o u s   a r e n a . .   a l m o s t   t i m e   f o r   k n i c k s   b a s k e t b a l l   🔥  
j a l e n   b r u n s o n   i n t e r v i e w   @   k n i c k s   o p e n   p r a c t i c e   _  
i m m a n u e l   q u i c k l e y   a n d   o b i   t o p p i n   i n t e r v i e w   e a c h   o t h e r   @   t h e   k n i c k s   o p e n   p r a c t i c e   _  
  🎶 u   k n i c k e d   u r   b l u e   s h i r t ,   w e   s h o u l d   c a l l   u   r a y   f e l t o n 🎶     p r a v e a r l y   k n i c k s   i m b o u t b a l l   🔊 🔊   👂 ( 0 : 4 5 )
e v a n   f o u r n i e r   i n t e r v i e w   @   k n i c k s   o p e n   p r a c t i c e   _  
l o v e   t h e   f a c t   t h a t   k e n n y   a l b e r t   i s   c o v e r i n g   m y   p a t r i o t s   h e   c o v e r s   a l l   o f   m y   t e a m s   n y r   k n i c k s   i   f e e l   c o m f o r t a b l e   w i t h   h i m   a s   t h e   p l a y   b y   p l a y   g u y
j u l i u s   r a n d l e   i n t e r v i e w   @   k n i c k s   o p e n   p r a c t i c e   _  
  h a s   o u r   c o v e r a g e   f o r   t h e   k n i c k s   o p e n   p r a c t i c e !  
j u l i u s   r a n d l e   i s   n o t   p r a c t i c i n g   a t   t h e   k n i c k s   o p e n   p r a c t i c e
b r u n s o n   a d d r e s s e s   t h e   c r o w d     k n i c k s   n b k f a m  
p a r c e l l s   2 . 0 ! !   l o v e   t h i s   c o a c h ! 
 n y g   n y g i a n t s   b i g b l u e   g i a n t s   n f l     n e w y o r k f o r e v e r     k n i c k s   c i t y n e v e r s l e e p s   n y c   n e w y o r k c i t y   n e w y o r k   
    
d e f e n s i v e   w o r k .     k n i c k s   n b k f a m  
o b i ,   i h a r t ,   m i t c h   a n d   s i m s   p r a c t i c e   g o i n g   v e r t i c a l   w i t h   h a n d s   h i g h   a t   k n i c k s   o p e n   p r a c t i c e   k n i c k s   n b k f a m  
d o e s   v i s u a l i z i n g   r e a l l y   w o r k ?   k n i c k s   w e m b a n y a m a    
d o e s   a n y o n e   r e a d   b e t w e e n   t h e   l i n e s   a n y m o r e   o r   a r e   p e o p l e   j u s t   l o o k i n g   a t   b o x   s c o r e   s t a t s   t o   j u s t i f y   n a r r a t i v e s ?   k n i c k s  
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   n e w s   & a m p ;   r u m o r s   f o l l o w i n g   n b a   p r e s e a s o n   w i n   v s   p a c e r s   f t .   o b i   t o p p i n ,   j a l e n   b r u n s o n ,   r j   b a r r e t t "   
 
 c r e a t o r :     k n i c k s   n o w   b y   c h a t   s p o r t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " j d ,   c o - h o s t   o f   k n i c k s   f a n   t v ,   t a l k s   a b o u t   k n i c k s   p r e s e a s o n ,   u p c o m i n g   s e a s o n "   
 
 c r e a t o r :     n e w   y o r k   p o s t   s p o r t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
t h a t   1 5   t o m m y   s h e p   g o   c r a z y   k n i c k s
  t h i s   d o e s n ’ t   e v e n   w a r r a n t   a   r e s p o n s e   b e c a u s e   t h e s e   s t a t s   a r e   o u t   o f   c o n t e x t .   a l l   y o u   c a n   g l e a n   i s   t h a t   h e   h a s   s h o t   p o o r l y   s o   f a r   b u t   h i s   s h o o t i n g   n u m b e r s   a r e n ’ t   i n d i c a t i v e   o f   h i s   o v e r a l l   i m p a c t .   t h e   b e l o w   s a y s   i t   a l l .   k n i c k s  
m i s s i n g   f r i d a y   n i g h t   k n i c k s ? 
 
 c h e c k   o u t   l t k ' s   h i g h l i g h t   p a c k a g e   o f   t h e   w i n . 
 c r e d i t :   n b a   o n   y o u t u b e  
m a s t e r   o f   c l a s s i c   r o c k   ! 
 r o b e r t   j o n   l i v e   i n   f r a n c e   ( + w e i r d   i t w ) 
 
 
 
 u s a   c l a s s i c r o c k   c e l t i c s   u t a h j a z z     w a r r i o r s n a t i o n   h e a t   l a k e r s n a t i o n   c l i p p e r s   o k c   n u g g e t s   k n i c k s   n e t s   p i s t o n s   b u l l s n a t i o n   s i x e r s   r a m s   g i a n t s   p a c e r s   s p u r s f a m i l y
i f   y o u   m i s s e d   o u r   l a t e s t   i n t e r v i e w   w i t h   a l a n   h a h n ,   g o   c h e c k   i t   o u t   n o w   b e f o r e   t h e   n e x t   p r e s e a s o n   g a m e !   c a t c h   n e w   e p i s o d e s   o f   o u r   p o d c a s t   e a c h   a n d   e v e r y   w e e k !   k n i c k s   t k r   
   
 
 f u l l   e p i s o d e : 
 y o u t u b e :   
 s p o t i f y :    
    i t s   a   d o u b l e   e d g e d   s w o r d … y o u   w a n t   r a n d l e   t o   p l a y   w e l l   s o   y o u   c a n   t r a d e   h i m   & a m p ;   g e t   s o m e t h i n g   s u b s t a n t i a l   b a c k   b u t   i f   h e   p l a y s   w e l l   w e   w o n t   w a n t   t o   d e a l   h i m … i ’ m   j u s t   h o p e f u l   h e   p u t s   t h e   e f f o r t   o u t   t h i s   s e a s o n   & a m p ;   i s n t   a   m a l c o n t e n t   l i k e   l a s t … t h a t s   n o t   g o o d   f o r   a n y o n e … n y k   k n i c k s
n e w   y o r k   k n i c k s   🏀   w i l l   w i n   a t   l e a s t   5 2   g a m e s   t h i s   s e a s o n .   k n i c k s   n e w y o r k n i c k s   b a s k e t b a l l   b a l l   n b a
w h o   b o u g h t   s o m e   j a l e n   b r u n s o n ?     i   d i d .     c o p p e d   a   b l u e   c o l o r   m a t c h   d i s c o   p s a   1 0   n u m b e r e d   t o   1 7 5 .   k n i c k s   n b a   s p o r t s c a r d s   p r i z m   p a n i n i a m e r i c a   b a s k e t b a l l c a r d s   b a s k e t b a l l   j a l e n b r u n s o n  
w o u l d   a n y o n e   l i k e   2   t i c k e t s   t o   t o d a y s   k n i c k s   o p e n   p r a c t i c e   a t   c o l u m b i a   u n i v e r s i t y .   p r e f e r a b l y   s o m e o n e   t h a t   w o u l d   t a k e   a   k i d .   t w e e t   m e   n o w !   🧡 💙
n b a   e x e c u t i v e   l i n k s   j o s h   r i c h a r d s o n   t o   m i a m i   h e a t   ,   n e w   y o r k   k n i c k s     a n d   m e m p h i s   g r i z z l i e s   
 
 n e w y o r k f o r e v e r   
 b i g m e m p h i s   🏟 
 h e a t t w i t t e r   
 h e a t c u l t u r e   🏀 
 n b a t w i t t e r   
 n b a   
 
  
_ n e w y o r k   g o o d ’ o   d a y s   k n i c k s
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
b e s t   o f   t h e   d a y   o n   
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
l e t ' s   g o   n e w   y o r k !   m e t s   j e t s   k n i c k s  
t h e   g i a n t s   p u b   i n   l o n d o n ! 
 n y g   n y g i a n t s   b i g b l u e   g i a n t s   n f l     n e w y o r k f o r e v e r     k n i c k s   c i t y n e v e r s l e e p s   n y c   n e w y o r k c i t y   n e w y o r k   
    
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s / n e w s / r u m o r s / o b i   t o p p i n / r j   b a r r e t t / i m m a n u e l   q u i c k l e y / k n i c k s   v s   p a c e r s . "   
 
 c r e a t o r :     t h e   k n i c k s   c a v e   j a n   m i t c h e l l 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
l e t ’ s   g o     g i a n t s   n y g   l o n d o n     m e t s   l f g m     k n i c k s
k n i c k s   f a n s   w h o   r i p   t h i b s   f o r   n o t   p l a y i n g   t h e   y o u n g   g u y s   e n o u g h ,   b u t   t h e n   b e a m   a b o u t   h o w   w e l l   t h e   y o u n g   g u y s   h a v e   d e v e l o p e d   s i n c e   t h e y ’ v e   b e e n   d r a f t e d   a r e   a   c o n f u s i n g   l o t .   
 
 y o u n g   g u y s   l o o k i n g   p r e t t y   g o o d ?     h o w   d o   y o u   t h i n k   t h e y   g o t   t h a t   w a y ?     k n i c k s
r e a l   t a l k ?   i   g u e s s   s o . 
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s a l l d a y   k n i c k s n e w s   k n i c k s w i n   n y c   m s g   t h e g a r d e n   b l u e a n d o r a n g e   k n i c k s w o r l d   k n i c k s f a n   n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k   
  
h a d   t o   b e ! 
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s a l l d a y   k n i c k s n e w s   k n i c k s w i n   n y c   m s g   t h e g a r d e n   b l u e a n d o r a n g e   k n i c k s w o r l d   k n i c k s f a n   n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k   
  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
i ' l l   s a y   t h i s   a g a i n . . .   i f   t h i b s   d o e s n ' t   g i v e   t o p p i n   m i n u t e s   t h a t   h e   d e s e r v e s ,   t h e n   i   t h i n k   i t   w o u l d   b e   b e t t e r   f o r   t h e   t e a m   t o   l e t   t h i b s   g o !   k n i c k s   n b a
k n i c k s   
 o n c e   a   k n i c k ,   a l w a y s   a   k n i c k  
h o w   v i c t o r   w e m b a n y a m a   c a n   g i v e   t h e   k n i c k s   a   n e w   s t a r   t r a d e   t a r g e t 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   c l i p p e r n a t i o n   l o s a n g e l e s   c l i p p e r s   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i
  n y   k n i c k s   c a m   r e d d i s h   1 s t   s t a r t   t r o u b l e s   t h e k n i c k o f t i m e s h o w   k n i c k s    
s p o r t s t r a d i n g c a r d s   s p o r t s c a r d s   t r a d i n g c a r d s   b a s k e t b a l l c a r d s   t h e h o b b y   n b a   n b a t w i t t e r   n b a p r e s e a s o n   k n i c k s   n y k n i c k s   
 c h e c k   o u t   2 0 2 0 - 2 1   p a n i n i   d o n r u s s   o p t i c   r a t e d   p u r p l e   p r i z m   i m m a n u e l   q u i c k l e y   1 7 5   r o o k i e   r c     e b a y   v i a  
      _ n y _ b   j a y   w r i g h t / r i c k   p r e t t y   g o o d   c o a c h i n g 
 n o t   t o   m e n t i o n   h i s   d a d 
 k n i c k s   m a y   h a v e   a   p l a y e r 

      _ n y _ b   i n   t h e   n b a ,   y o u   n e e d   a   l o c k   d o w n   d e f e n d e r   l i k e   t h a t .   w h e t h e r   i t   i s   a   s m a r t   o r   a   t u c k e r   o r   a   c r o w d e r   - -   t o   l e t   h i m   r u s t   o n   t h e   k n i c k s   b e n c h   i m   n o t   f e e l i n g
      _ n y _ b   y u p 
 t h i b s   m e s s e d   w i t h   a   h i g h   n b a   d r a f t   p i c k 
 o b i   s h o w e d   i n c r e d i b l e   d e t e r m i n a t i o n ,   w o r k   e t h i c   a n d   c h a r a c t e r .   d i d   n o t   w a n t   k n i c k s   t r a d i n g   h i m .
k n i c k s   i n c r e d i b l e   4 6   p o i n t   s e c o n d   q u a r t e r   v s   i n d i a n a   p a c e r s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i m m a n u e l q u i c k l e y   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   n b a   n b a h i g h l i g h t s   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t  
      _ n y _ b   o b i   f i g u r e d   i t   o u t   
 k n i c k s   s t r e t c h   4   w a s   s m o o t h e r   l a t e r   i n   t h e   w i n   f r o m   d e e p
g o d   w e r e   g o i n g   t o   g o   3 - 1   v s   t h e   c a v s   t h i s   s e a s o n   y o u   h e a r   m e   o l d   m a n   k n i c k s
s o   d o   w e   r e a l l y   h a v e   t o   w a i t   u n t i l   w e d n e s d a y   f o r   a   g a m e ?   k n i c k s   k n i c k s t w i t t e r   n y k n i c k s
g r e a t   d a y   t a k i n g   p a r t   i n   t h e   k n i c k s   a l u m n i / c e l e b r i t y   g a m e   a t   t h e   w o r l d   f a m o u s     p a r k   i n   h a r l e m !   
 
 t h a n k   y o u   a s   a l w a y s   t o   t h e     f o r   h a v i n g   m e ,   i   a p p r e c i a t e   y o u   a l l   s o   m u c h !   🙏 🏼 😊 🧡 💙 🏀  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
b e s t   o f   t h e   d a y   o n   
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u
w t f   i   w o u l d a   p u l l e d   u p   k n i c k s  
y o o o o   c p   g i v e   i t   u p   b r o . . . .   j u s t   a d m i t   i t   d u d   w a s   t h e   w r o n g   c h o i c e   o f   w o r d s . . .   i t   w a s n t   a   d u d   p i c   i t   w a s   a   d u d   m o v e   n o t   t o   t r a d e   r a n d a l l   t h e   f a c t   t h a t   u   s t i l l   h o l d i n g   o n   t o   t h a t   h o r r i b l e   t a k e   i s   n u t s 😩 😂 😂 😂 
 l e t i t g o 
 k n i c k s 
 k n i c k s n a t i o n l e t s r i d e 
 o b i v o i c e  
l i s t   o f   n a t i o n a l l y   t e l e v i s e d   k n i c k s   g a m e s .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
    b r o ,   y e s t e r d a y   e v e r y   g a m e   e x c e p t   t h e   f u c k i n g   k n i c k s   g a m e   w a s   p l a y i n g   f o r   m e .   e v e r y t h i n g   i   c l i c k e d   o n   s t r e a m e d   p e r f e c t ,   i   c l i c k   o n   t h e   o n e   g a m e   i   w a n t   t o   w a t c h . . .   e r r o r s .   🤦 🏽 ‍ ♂ ️ 🤦 🏽 ‍ ♂ ️ 🤦 🏽 ‍ ♂ ️ 🤦 🏽 ‍ ♂ ️ 🤦 🏽 ‍ ♂ ️
w h o ' s   w h o   w a s   a t   t h e   l e g e n d a r y   r u c k e r p a r k   o l d   & a m p ;   n e w     f u n   k n i c k s  
o b i   t o p p i n   i s   j u s t   a   f r e a k   o f   n a t u r e   🤯           k n i c k s t a l k   k n i c k s   o b i t o p p i n  
b r e a k i n g   n e w s !   g r e a t   n e w s   f o r   t h e   k n i c k s !   . . . 
   
 
   
 6 9 8 2 0 6 8 6   a t l a n t i c d i v i s i o n   d o n o v a n m i t c h e l l k n i c k s   e a s t e r n c o n f e r e n c e   k n i c k s d r a f t p i c k s   k n i c k s n e w s   k n i c k s n e w s a n d r u m o r s   k n i c k s n e w s a n d r u m o r s t o d a y   k n i c k s n e w s t o d a y   k n i c k s n e w s t r a d e   k n i c k s n e w s u p d a t e  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
b e s t   o f   t h e   d a y   o n   
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
t o d a y   m a r k s   t w o   y e a r s   s i n c e   m y   f a t h e r   p a s s e d   -   h e   a l w a y s   w a n t e d   t h e   k n i c k s   t o   b e   g r e a t   a g a i n ,   h e   r e m e m b e r e d   t h e   7 3   t i t l e .   
 
 h e   w o u l d   h a v e   l o v e d   t o   s e e   t h a t   o b i   d u n k   l a s t   n i g h t !   k n i c k s
d a v i d   c a m e   t o   b a l l …   h a r l e m 💫 k n i c k s   💙 🧡    
j u l i u s   r a n d l e   s h o u l d   b e   t h e   s i x t h   m a n   f o r   t h e   k n i c k s   a n d   r u n   t h e   s e c o n d   u n i t     k n i c k s
i q   i s   l o o k i n g   l i k e   a   s t a r t e r .   i s   t h e r e   a n y   v i a b i l i t y   t o   s t a r t i n g   i q   a n d   b r u n s o n   t o g e t h e r ?   o r   i s   i t   b e t t e r   t o   k e e p   h i m   a n d   o b i   d o m i n a t i n g   t h e   2 n d   u n i t s   a n y w a y ?   i   t h i n k   t h i s   i s   t h e   l a s t   y e a r   i q   c o u l d   b e   a   b a c k   u p   b e f o r e   h e   g e t s   t i r e d   o f   i t   a n d   w a n t s   o u t .   k n i c k s
    _ r a n d l e       _ g o d s o n       _ _ _ _                   w e   c h a s i n g   t h i s   s e a s o n   r i n g s   n   t h e s e   c h a m p i o n s h i p s   l e t s   g o   k n i c k s   💎 🏆
s h e   s a i d   i   l o o k   l i k e     i ’ m   c o o l   w i t h   t h a t   🤣 k n i c k s 🔸 🔹  
                    _ g g q t                           _ j a k e             1 .   d o l a n   b e s t   t r a i t   f o r   n y r   w a s   s t a y i n g   o u t   o f   h o c k e y   o p e r a t i o n s .   h e   h a s   s c r e w e d   t h e   k n i c k s   w i t h   h i s   h a n d s   r e p e a t e d l y 
 2 .   m s g   i s   a   w a s t e d / m i s m a n a g e d   a s s e t   u n d e r   h i s   h e l m
w e ’ r e   g o n n a   s h o c k   t h e   w o r l d   k n i c k s  
o b i t o p p i n s   g a m e   h a s   g r o w n !   t h i s   w i l l   b e   h i s   b r e a k   o u t   y e a r .   r a n d l e   b e t t e r   h o l d   o n   t o   t h a t   s t a r t i n g   r o l e ,   r e a l   t i g h t .   n b a   k n i c k s   n y k   m s g   n b a t w i t t e r
o u r   f u t u r e   n b a a l l s t a r 🏀 💫 !   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a  
i t ' s   b e e n   a   g r e a t   d a y .   y a n k e e s   a r e   i n   t h e   p l a y o f f s .   k n i c k s   s e a s o n   i s   u p o n   u s .   j e t s   h a v e   a   w i n   f r o m   l a s t   w e e k .   t h i n g s   a r e   l o o k i n g   g r e a t !   h a p p y   w e e k e n d m i s s i o n   k n i c k s   y a n k e e s   j e t s  
k n i c k s '   c a m   r e d d i s h   i s   f i n d i n g   i t   d i f f i c u l t   a d j u s t i n g   t o   h i s   n e w   g r o u p . 
 
 “ i   f e e l   l i k e   i ’ m   m e n t a l l y   t o u g h   s o   i ’ m   g e t t i n g   t h r o u g h   i t , ”   r e d d i s h   t e l l s   .       k n i c k s   n y k n i c k s   n b a 

    i t   f i x e s   o f f l o a d i n g   c r o w d e r   t o o . 
 i   d o n ' t   n e e d   t o   o f f l o a d   s k i n n y j u   o r   a c q u i r e   a y t o n . 
 k n i c k s   c a n   r i d e   o r   d i e   w i t h   w h a t   w e   h a v e . 
 i   t h i n k   j u l i u s   w i l l   b e   w o r t h   m o r e   a s   t h e   s e a s o n   p r o g r e s s e s   a n y w a y .
g o t   p r e t t y   g o o d   s e a t s   t h a t   d a y . . . 
 
 m i x i n g / m a s t e r i n g   r a t e s ?   g o   h e r e :   
 
 k n i c k s   m u s i c s t u d i o  
  o u t   r i d i n g   w i t h   t h e   g a n g   b u t   l i s t e n i n g   t o   t h e   k n i c k s   f a m i l y …   m u c h   r e s p e c t  
w h a t     f a n s   h e a r d : 
 
 s o m e b o d y   o n   t h e   k n i c k s   p u n c h   e v a n   f o r n i e r   r n .   k n i c k s t a l k   k n i c k s t a p e   e x t r e m e r u l e s  
d a n i l o   g a l l i n a r i ' s   ( )   2 0 0 9 - 1 0   s h o t   c h a r t : 
 
 v o l u m e :   h i g h   |   p _ 8 2   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   g o o d   |   p _ 7 0 
 e f f i c i e n c y :   g o o d   |   p _ 7 3 
 e f f i c i e n c y   v a l u e :   g o o d   |   p _ 8 1 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   b r e a k 3 
 b e s t   v a l u e   z o n e :   b r e a k 3 
 
 d a n i l o g a l l i n a r i 
 k n i c k s  
🚨   d e b u t   a p p e a r a n c e   o n     & a m p ;   .   t h a n k   y o u   t o     a n d   a s   a l w a y s     f o r   a w a r d i n g   m e   t h e   o p p o r t u n i t y   t o   r e p r e s e n t   t h e   k f t v   b r a n d .   k n i c k s  
_   * c h i l l s   n o w h e r e   l i k e   n y   k n i c k s
s   p   r   e   w   e   l   l     s   a   t   u   r   d   a   y   8 
 n e w y o r k f o r e v e r   k n i c k s   n b a   n b a t w i t t e r   1 9 9 9 k n i c k s  
n o w   i   c a n   f o c u s   o n   t h e   p a t r i o t s   n y r   a n d   k n i c k s   r a y s   w e ' l l   c o m e   b a c k   s t r o n g e r   t h a n   e v e r   i n   2 0 2 3   a n d   h e a l t h i e r   a s   w e l l
h e a v i e s t   p l a y e r s   i n   n b a   h i s t o r y :   👀 
 
 ▪ ️   o l i v e r   m i l l e r :   3 7 5   l b s .   
 ▪ ️   s h a q u i l l e   o ' n e a l :   3 6 0   l b s . 
 ▪ ️   s i m   b h u l l a r :   3 6 0   l b s . 
 ▪ ️   e d d y   c u r r y :   3 5 0   l b s . 
 ▪ ️   m i k e   s w e e t n e y :   3 4 0   l b s . 
 
 u s e d   t h e i r   h e f t   t o   t h e i r   a d v a n t a g e .   💪 
 
 p a c e r s   c e l t i c s   k i n g s   m a v s   k n i c k s   n b a  
h o w   g o o d   w a s   o b i   t o p p i n   a g a i n s t   t h e   p a c e r s   y e s t e r d a y   😍   i   s e n s e   a   b i g   y e a r   i n c o m i n g   f o r   h i m   🙌   k n i c k s    
i t   s u c k s   w h e n   t h e   k n i c k s   a r e   o f f … i   c o u l d   w a t c h   t h e m   p l a y   e v e r y   d a y .   t h i s   t e a m   i s   l i k e   a   d r u g   t o   w a t c h   i f   y o u ’ r e   a   d i e h a r d   n e w   y o r k   k n i c k e r b o c k e r   f a n .   i t ’ s   e u p h o r i c ! !     _ k n i c k s p r  
  a n d     t h r e a d   g o t   m e   c r y i n g   😂 🤣 😂 k n i c k s
r j   b a r r e t t   |   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t   t o m t h i b o d e a u  
b r u n s o n , r j ,   j u l i u s ,   o b i ,   m i t c h   s h o u l d   b e   t h e     s t a r t i n g   5 ‼ ️ 
 k n i c k s
k n i c k s   a l l   _ r a n d l e   h a s   t o   d o   i s   p l a y   n o t   a t   t h e   e l b o w   o n   o f f e n s e   b u t   m o v e   f u r t h e r   d o w n   a n d   f o r g e t   t r y i n g   o r   s e a r c h i n g   t o   b r i n g   t h e   b a l l   u p   c o u r t .   p l a y   y o u r   p o s i t i o n   f a c k e r   a n d   l e t   d   g a m e   c o m e   t o   y o u   f o r   c h r i s t   s a k e s .   a n d   i f   a t   e l b o w   s e t   a   s c r e e n   a n d   g e t   d   f a c k   o u t   d o d g e   b s h
y o   o b i   r e a l l y   s t o l e   t h e   s h o w   a t   m s g   l a s t   n i g h t   k n i c k s    
    _ j _ d _ m       _ a v p     _ _ w a r     _ d u d e         @ _ k n i c k s 1 6 8 8         _ 1 9 1 4                         _ m a c         _ s t e v e n   _ t h e             _ e       i ' m   t h i n k i n g   k n i c k s   1 s t   i s   b t w n   1 5 - 1 8 t h   /   d a l l a s   1 9 - 2 3 t h   p k   & a m p ;   t h o s e   ( 4 )   u n p r o t e c t e d   c o u l d   b e   2 1 - 2 8 t h   p k   🎯 . . . 
 
 w e   c a n   p a c k a g e   📦   t h e m   f o r   a   t o p 5   p k 
 
 l e o n   r o s e   h a s   o p t i o n s   💣 
 k n i c k s 🏀 💯  
i   w a n t   r e d d i s h   t o   s h o w   o u t   b u t   i   h a v e n ' t   s e e n   r e a l l y   a n y t h i n g   t h a t   l e a d s   m e   t o   t h i n k   h e   w i l l   w i t h   t h e   k n i c k s .   t h e   l a i d   b a c k   n a t u r e   j u s t   d o e s n ' t   p l a y   w e l l   ( r e m e m b e r   t h e   k n o x )   t o   e a r n   m y   f a v o r .   k n i c k s
o b i   t o p p i n   h a v i n g   a   d u n k   f e s t   a g a i n s t   t h e   p a c e r s .   i   k n o w   i t ’ s   o n l y   p r e s e a s o n   b u t …   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s  
c a m   r e d d i s h   s a y s   h e ' s   t r y i n g   t o   g e t   o u t   o f   h i s   c o m f o r t   z o n e .   k n i c k s   n e e d   t o   s e e   i t   s o o n e r   r a t h e r   t h a n   l a t e r .   
 
 v i a    
[ h i g h l i g h t ]   o b i   t o p p i n   b l o c k s   i t   o n   o n e   e n d ,   e a s t b a y s   o n   t h e   o t h e r ,   a n d   p o i n t s   a t   t j   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
i n j e c t   a l l   k n i c k ’ s   b a s k e t b a l l   i n t o   m y   v e i n s   k n i c k s   k n i c k s t a p e      
d a y   2   o n   s e t   h a s   b e e n   f u n   🤩   b r o   l o o k   h o w   s h o r t   i   a m   😭     k n i c k s  
i   s e e   a   l o t   o f   p e o p l e   i   r e c o g n i z e   i n c l u d i n g   ,   ,   a n d   o t h e r s !   k n i c k s 
 
  
m e   w a t c h i n g   t h i b s   k n i c k s   r o t a t i o n s ,   w a i t i n g   f o r   h i m   t o   p u l l   o b i t o p p i n  
c a n   t h e   k n i c k s   s h o c k   t h e   w o r l d ? 
 k n i c k s   j a l e n b r u n s o n   e o p  
a f t e r   w a t c h i n g   l a s t   n i g h t   k n i c k s   g a m e   i ’ m   h a p p y   t h e   t r a d e   f o r   m i t c h   f e l l   t h r o u g h   i f   t h e s e   g u y s   b a l l   o u t   w e   c a n   h a v e   3   a l l s t a r s   o v e r   t h e   n e x t   c o u p l e   o f   y e a r s   i n s t e a d   o f   j u s t   1   k n i c k s
  _ n e w y o r k   i   w o u l d   b e   c o o l   w i t h   r a n d l e   r e b o u n d i n g   /   p a s s i n g   /   l o w   t u r n o v e r s . 
 r e d u c e d   s h o o t i n g / p o i n t   f o r w a r d i n g   
 t h i s   w o r k s   o n   t h e   n e w   k n i c k s
o b i   t o p p i n   p u t s   o n   a   s h o w   a s   k n i c k s   b e a t   p a c e r s   1 3 1 - 1 1 4   |   n e w   y o r k   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   s p o r t s  
k n i c k s   i m p r o v e d   t o   2 - 0   i n   t h e   p r e s e a s o n   l a s t   n i g h t .   w h a t ’ s   t h e   s t o c k   o f   o b i   t o p p i n   a f t e r   t h i s   w i n ?     h a s   t h e   r e c a p . 
 

l e t ’ s   g o   k n i c k s   k n i c k s  
l e t ’ s   g o   k n i c k s   k n i c k s  
l a s t   n i g h t   g a m e   t h e   p h o t o   s a y s   i t   a l l   k n i c k s   n b a   k n i c k s t a p e  
a   d a y   w i t h o u t   k n i t t i n g   i s   l i k e   j u s t   k i d d i n g   i   h a v e   n o   i d e a   
 l i n k 👇 👇 
 
 k n i t t i n g t w i t t e r   k n i t t i n g   k n i t t i n g h o u r   k n i c k s   w o m e n   m o m s o n b e d r o o m   u n i t e d   a u s t r a l i a n   g e r m a n   f r e n c h   p o l a n d b a l l   s p a i n i s h   s h o p   n u r s e   n u r s i n g   t e a c h i n g   s k i l l s   t a l e n t e d   e l o n m u s  
g o o n t a p e ! 😩 😂 😂 😂 💯 
 k n i c k s 
 k n i c k s n a t i o n l e t s r i d e 
 o b i v o i c e 
 n b a   
 n b a p r e s e a s o n   
 n b a t w i t t e r  
      1 .   k n i c k s   s p e n t   a   f i r s t   o n   h i m .   w e   k n o w   w h a t   e f   c a n   d o .   w e   h a v e   t o   f i n d   o u t   o n   c a m .   2 .   i   d i d n t   d a y   d e u c e   s h o u l d   c l o s e .   r o s e   c a n t   g u a r d   a n y b o d y .     m a y b e   a   l o w e r   m i n u t e   l o a d   h e l p s   h i m   f i n i s h   a   s e a s o n .   3 .   m a y b e   t h i b s   c a n   u s e   o u r   l o n g   r o s t e r ,   p l a y   m o r e   t h a n   1 0   a n d   m a t c h u p
u l t i m a t e l y   i   b e l i e v e   a l l   k n i c k s   f a n s   w a n t   i s   a   w i n n i n g   t e a m .   i ’ m   h o p e f u l   & a m p ;   e x c i t e d   a b o u t   w h a t   i ’ v e   s e e n   s o   f a r .   i   t h i n k   w e   w i l l   s e e   a   b e t t e r   t e a m   t h e n   l a s t   s z n .   a d d i n g   b r u n s o n   & a m p ;   i h a r t   a l o n g   w i t h   a n   i m p r o v i n g   y o u n g   c o r e   o f   r j ,   m i t c h ,   i q   & a m p ;   o b i   & a m p ;   g r i m e s   a n d   o u r   v e t s   j u ,   r o s e   & a m p ;   e v 👍 🏽
w e l l   i t ' s   h a r d   b e i n g   a   m e t s   f a n   r i g h t   n o w   b u t   i n   s o m e   g o o d   n e w s   a s   w e   p i v o t   t o w a r d s   w i n t e r   s p o r t s ,   t h e   k n i c k s   a r e   2 - 0   t o   s t a r t   t h e   s e a s o n !   b e a t   t h e   p i s t o n s   g a m e   1   a n d   p a c e r s   g a m e   2 .   l g m   l e t s g o k n i c k s
p o s i t i v e v i b e s o n l y   f r o m   m e   t h i s   s z n   w h e n   i t   c o m e s   t o   m y   k n i c k s
t h i s   w a s   i n s a n e ! ! 
 
 o b i   t o p p i n   t h r o w s   d o w n   b e t w e e n - t h e - l e g s   w i n d m i l l   s l a m     k n i c k s   o b i t o p p i n
i f   t h e   k n i c k s     c o u l d   f i n d   a   l e g i t   t r a d e   o p t i o n   f o r   j u l i u s   r a n d l e ,   y o u   c o u l d   g e t   e x c i t e d   a b o u t   t h i s   t e a m   w i t h   o b i   a n d   r e d d i s h   g e t t i n g   e x t e n d e d   m i n u t e s .
d i d   e v a n   f o u r n i e r   r e a l l y   n e e d   r e s t ?     t h i n g s   t h a t   m a k e   y o u   g o   h m m m m m ? ? ? ? ? 🤔   
 
 k n i c k s   
   
 
 l i n k   t o   e p i s o d e   b e l o w 
  
t h e   s a m e   p e o p l e   w h o   a r e   t r y i n g   t o   c l o w n   k n i c k s   f a n s   f o r   c e l e b r a t i n g   t w o   p r e s e a s o n   w ' s   a r e   t h e   s a m e   p e o p l e   w h o   w o u l d   b e   k i l l i n g   t h e   n y k n i c k s   i f   w e   w o u l d   h a v e   l o s t .   w e   h a n d l e d   t w o   b a d   t e a m s   l i k e   w e   a r e   s u p p o s e d   t o .   i ' m   n o t   j u m p i n g   o u t   t h e   w i n d o w   b u t   i ' m   e x c i t e d   a b o u t   t h i s   t e a m . 🙌 🏽
o b i   2 4   p o i n t s .   t w e n t y - f o u r .   h e   s h o u l d   h a v e   p l a y e d   m o r e   l a s t   s e a s o n   a n d   b e   a   s t a r t e r   t h i s   s e a s o n .   n y k n i c k s   k n i c k s  
s a v e   m e   a   s e a t . . . . r u c k e r s   . . . . t h e   k n i c k s   i s   u p t o w n   p e o p l e . k n i c k n a t i o n   b a b y
h o w   m u c h   h a v e   w e   k n i c k s   f a n s   l e a r n e d   a b o u t   b a s k e t b a l l   f i r s t   w a t c h i n g   t h e n   l i s t e n i n g   t o   c l y d e   f r a z i e r   a l l   t h e s e   y e a r s ?   t h e   f u l l   g a m u t   -   f u n d a m e n t a l s   t o   i n s i d e   i n c e d e n t i a l s . 
 
 a s   a l w a y s ,   g r a t i t u d e   f o r   t h e   g e n e r o u s   w o r k   o f  
i   w a s n ' t   g o n n a   p o s t   a b o u t   t h e   k n i c k s   a t   r u c k e r s   u n t i l   i   w a s   i n   t h e   b l e e c h e s   🤦 🏽 ‍ ♀ ️ 🤦 🏽 ‍ ♀ ️   w i t h   i n t e n t i o n s   o f   g e t t i n g   t h e r e   e a r l y   b u t   i t   d i d n ' t   w o r k   o u t 🤣 🤣   s o o o o   y a '   g u r l l l   a   s e a t 🤣 🤣 🤣
h o t   t a k e :   i n   a   y e a r   r j   a n d   o b i   a r e   b o t h   g o n n a   f i n i s h   t h e   s e a s o n   a v e r a g i n g   3 0 +   p p g   k n i c k s  
w h y   d o   t h e s e   k n i c k s   p r e s s   c o n f e r e n c e s   l o o k   s o   c i n e m a t i c ? 
 
 n y k n i c k s
j a l e n   b r u n s o n   d a y s   t i l   o p e n i n g   d a y   🤣 🤣 e x c i t e d   a b o u t   t h e   s e a s o n !   g e t   u r   m o r n i n g   d r i v e   w i t h   _ n y _ b     k n i c k s  
k n i c k s   d o m i n a t e   p a c e r s ,   e a r n   a n o t h e r   p r e s e a s o n   w i n     v i a  
i ’ m   l o v i n g   w h a t   i ’ v e   s e e n   s o   f a r   t h i s   p r e s e a s o n ,   b u t   i ’ m   n o t   m o v i n g   o b i   t o   b e   a   s t a r t e r   j u s t   y e t .   t h e   s p a r k   h e   b r i n g s   o f f   t h e   b e n c h   i s   w a y   t o o   v a l u a b l e   & a m p ;   n e e d e d .   y e s ,   g i v e   h i m   t h e   m i n u t e s   h e   d e s e r v e s .   j u s t   n o t   s o l d   y e t   t o   s t a r t   h i m   k n i c k s
f a b   m e l o   -   b o s t o n   c e l t i c s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s 
 
   n b a   n b a t w i t t e r   n b a t o p s h o t   m e l o   c e l t i c s   b o s t o n c e l t i c s   n u g g e t s   k n i c k s   m i l e h i g h b a s k e t b a l l   n e w y o r k f o r e v e r  
g u a r d   j o s h   r i c h a r d s o n   n a m e   h a s   b e e n   l i n k e d   t o   t h e   m i a m i   h e a t ,   n e w   y o r k   k n i c k s   a n d   m e m p h i s   g r i z z l i e s
o b i   t o p p i n   p u l l e d   t h i s   o f f   i n   g a m e   🤯 🔥 
 
 ( 🎥 :   )   
 
 n b a   n b a t w i t t e r   k n i c k s   p a c e r s   n e w y o r k f o r e v e r   g o l d b l o o d e d  
o b i   s h o w s   o u t . 
 i s   t h e r e   a n y   o t h e r   p l a y e r   d o i n g   b e t w e e n   t h e   l e g   d u n k s   i n   g a m e s   ? 
 k n i c k s   n b a 

i   t h i n k   s i m s   i s   a   b e t t e r   f i t   w i t h   t h e   s e c o n d   u n i t   t h a n   h a r t e n s t e i n .   o r   a c t u a l l y   m i t c h   w o u l d   b e   t h e   b e s t   f i t .   h a r t e n s t e i n   b r i n g s   d o w n   t h e   a t h l e t i c i s m   o f   t h a t   u n i t   s o   m u c h   a n d   h e ’ s   n o t   g o i n g   t o   b e   a   g r e a t   s h o o t e r .   k n i c k s
y ’ a l l   a r e   a c t i n g   l i k e   o b i   t o p p i n   j u m p e d   o v e r   t h e   e m p i r e   s t a t e   b u i l d i n g   f o r   t h a t   d u n k .   m y   g o d .   i t   w a s   c o o l   b u t   c a l m   d o w n   🤦 ‍ ♂ ️   k n i c k s
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
1 0   f o l l o w e r s   a w a y   f r o m   1 k .   l e t ' s   g o !   l e t ' s   g e t   i t   d o n e   b e f o r e   t h e   s e a s o n   s t a r t s .   🙏 🏾   a p p r e c i a t e   a l l   o f   y o u   g u y s .   1   r e a s o n   i   d o   w h a t   i   d o   i s   f o r   k n i c k   f a n s   l i k e   m e .   🔵 🟠   k n i c k s   t k r   r o a d t o 1 k
    k n i c k s   🔥 🔥 🔥 🔥   g r e a t   n o   t r a d e  
t h a t   t o p p i n   d u n k   l a s t   n i g h t   w a s   s t r a i g h t   u p   d i s r e s p e c t f u l   l m f a o   a n d   i ’ m   h e r e   f o r   a l l   o f   i t .   k n i c k s
" k n i c k s   d e l i "   r e c a p   v i d e o   c o v e r i n g   t h e   n e w   y o r k   k n i c k s   e x c i t i n g   p r e - s e a s o n   w i n   o v e r   t h e   p a c e r s   a t   2 p m   o n   t h e   s h i r   b r i l l i a n c e   y t   c h a n n e l !   n e w y o r k f o r e v e r   k n i c k s   n b a  
m e   t r y i n g   n o t   t o   o v e r r e a c t   t o   o u r   t e a m   k n i c k s  
u s e   c o d e   b b a l l c r a z y   a n d   g e t   t h e   d e r r i c k   r o s e   b a n d   k n i c k s  
o b i t o p p i n   i s   o n   t h e   c o r r e c t   t e a m   a n d   i n   t h e   c o r r e c t   m a r k e t . 
 
 s o   i   w a n t   m o r e   f r o m   h i m   t h i s   y e a r ;   c a s h   i n   o n   h i s   p o t e n t i a l .   k n i c k s   b a l l o r f a l l   n b a  
o n l y   2 p r e s e a s o n   g a m e s   d o n e   s o   f a r   b u t   g o t t a   s a y   t h a t   i   l o v e   t h e   a d d i t i o n   o f     h e   i s   a   l e a d e r   b y   h i s   a c t i o n s   , m a k e s   h i s   t e a m m a t e s   b e t t e r ,   " s   w o r k   i n   t h e   o f f s e a s o n   i s   a l r e a d y   s h o w i n g , a   t r u e   p r o .   w h a t   a b o u t     a n d   _ g o d s o n     l o o k   r e a d y ! !   k n i c k s
o b i ’ s   t h r o u g h   t h e   l e g s   d u n k   s t o l e   t h e   s h o w ,   b u t   p r i o r   t o   t h a t ,   t h i s   w a s   p e o t r y   i n   m o t i o n … 
 k n i c k s  
o u r   i n s t a g r a m   b r a c k e t   i s   c o m p l e t e .   c l y d e   w i n s   f a v o r i t e   k n i c k s   p o i n t   g u a r d !   f r a z i e r   w a s   c l e a r l y   t h e   f a v o r i t e   s i n c e   h e   w a s   r u n n i n g   t h e   s h o w   f o r   t h e   k n i c k s   o n l y   c h a m p i o n s h i p s .   
 
 w h a t   k n i c k s   t h e m e d   b r a c k e t   d o   y o u   w a n t   t o   s e e   n e x t ?   l e t   u s   k n o w   i n   t h e   c o m m e n t s .   n y k   k n i c k s  
_ 8   g o o d   m o r n i n g .   h a p p y   s a t u r d a y .   t a l k   t o   u s   n i c e !   k n i c k s     2 - 0   p r e s e a s o n   t i m e t o o v e r r e a c t   h a v e   a   g r e a t   d a y
o b 1   h a d   a   g r e a t   g a m e   l a s t   n i g h t .   y a ’ l l   d o n ’ t   t h i n k   h e   w a s   m o t i v a t e d   b c u z   m o s t   k n i c k s   f a n s   w a s   c r y i n g   a b o u t   d r a f t i n g   h i m   o v e r   h a l l i b u r t o n ?   m y   d u d e   s a i d  
v e g a s   h a s   u s   w i n n i n g   3 9   g a m e s ,   w i t h   w h a t   y o u ’ v e   s e e n   s o   f a r   f r o m   t h e   t e a m .   d o   y o u   g u y s   t h i n k   w e ’ l l   s t i l l   h a v e   3 9   w i n s   o r   l e s s   o r   4 0 + w i n s ? ?   k n i c k s t a p e   k n i c k s a n o n y m o u s   k n i c k s   m s g   f y p   v i r a l   p o l l
i n   t h e   p a s t   i t s   b e e n   t h e   3 r d   q u a r t e r   w h e n   t h e     f a l l   a p a r t . . a f t e r   2   p r e s e a s o n   g a m e s   t h e   k n i c k s   h a v e   s c o r e d   a   c o m b i n e d   6 4 p t s   i n   t h e   3 r d . 
 w h a t   a   d i f f e r e n c e   a   p o i n t   g u a r d   m a k e s . 
 n e w y o r k f o r e v e r
w i f e y   r e a l l y   s t a r t i n g   t o   g e t   c o n c e r n e d   w i t h   m y   k n i c k s   a d d i c t i o n ,   a f t e r   o n c e   a g a i n   s e e i n g   m e   w a t c h   h i g h l i g h t s   i n   b e d 
 
 " r e a l l y ,   a t   8 a m   o n   a   s a t u r d a y   m o r n i n g ? " 
 
 😂 😂 😂   k n i c k s
g o o d   o n e   b y     
 
 o b i   t o p p i n   o b i t o p p i n   o b i t o p p i n   n b a   n b a t w i t t e r   n b a t w i t t e r l i v e   s l a m d u n k   m s g   n e w y o r k   n e w y o r k k n i c k s   k n i c k s   n e w y o r k f o r e v e r  
g o o d   m o r n i n g   t o   e v e r y o n e   b u t   e s p e c i a l l y     🔸 🔹 k n i c k s   n y c   o b i w a n
      _ _ _ f i n c h         _ j _ d _ m     _ _ w a r     _ d u d e           _ 1 9 1 4   _ m a c   @ _ k n i c k s 1 6 8 8       _           _ s t e v e n   _ 2 2     _ _                 @ _ b i l l y h o y l e o f n j                           n o t   t a l k i n g   a b o u t   t h e   m e t s   w i t h   y a n k e e s   f a n s   w h o   e n j o y   t h i s .   i   w a s   t h e r e   y e s t e r d a y .   i ’ l l   b e   t h e r e   t o d a y .   t a l k   k n i c k s
g o o d   m o r n i n g   ☀ ️   
 
 t h e   k n i c k s   a r e   2 - 0   i n   p r e s e a s o n .   
 
 🧡 💙
w h y   i s   t h e   n a t i o n a l   s p o r t s   m e d i a   s t i l l   u s i n g   “ b i n g   b o n g ” ?   
 
 i   h a t e   t h e m   s o   m u c h !     t h e y   d o n ’ t   k n o w   o r   e v e n   w a t c h   t h e   k n i c k s … 🖕 🏽 …   n e w y o r k f o r e v e r  
t h e   d u n k   o f   t h e   ( p r e ) s e a s o n   s o   f a r   g o e s   t o     n e w y o r k f o r e v e r   k n i c k s  
o b i t o p p i n   w i t h   t h e   b e t w e e n   t h e   l e g s   d u n k   k n i c k s   n b a  
w e l l   g o o d   m o r n i n g   ☀ ️   k n i c k s   f a m ! ! !   ☕ ️ 😍  
t h e   r e i g n i n g   s l a m   d u n k   c h a m p   🏀 💪 🏾   k n i c k s  
i c y m i :   p o s t g a m e   s h o w   f r o m   l a s t   n i g h t s   v i c t o r y !   k n i c k s 
 
 📺 :
l i t t l e   p o s t g a m e   r e a c t i o n   t o   l a s t   n i g h t s   p l u n d e r i n g .   a l s o   a v a i l a b l e   o n   s p o t i f y   
 
   k n i c k s   n y k   n y k n i c k s   n b a p r e s e a s o n   n b a   p a c e r s   p o d c a s t     
 

a y o   o b i   t o p p i n   n e e d s   t o   s t a r t .   t h e   w a y   t h e   g a r d e n   e r u p t e d   o f f   a   p r e s e a s o n   d u n k ,   i   g e t   w h y   j u l i u s   r a n d l e   w a s   s o   t i g h t   l a s t   s e a s o n .   o b i   i s   a   f a n   f a v o r i t e   l i k e   i ' v e   n e v e r   s e e n   b e f o r e   a n d   h e ' s   b a r e l y   s c r a t c h e d   t h e   s u r f a c e .   o b i   n e e d s   t o   s t a r t .   k n i c k s    
f a m i l y . 👨 ‍ 👩 ‍ 👧 ‍ 👦 
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s a l l d a y   k n i c k s n e w s   k n i c k s w i n   n y c   m s g   t h e g a r d e n   k n i c k s w o r l d   n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k   
  
h a p p y   w e e k e n d   k n i c k s   f a m .   
 🔥   g a m e   a t   t h e   g a r d e n   l a s t   n i g h t ! 
 k n i c k s
h o w   t h e   k n i c k s   w i n   4 0 +   a n d   m a k e   t h e   p l a y o f f s   👏 
 
 p g :   b r u n s o n 
 s g :   b a r r e t t 
 s f :   r e d d i s h   
 p f :   r a n d l e 
 c :   r o b i n s o n   
 
 r a n d l e / b a r r e t t   n e v e r   s i t   a t   t h e   s a m e   t i m e ‼ ️ ‼ ️ ‼ ️ 
 
 d u o   b e n c h   r o t a t i o n   w h e n   n e e d e d   w i t h   i q   & a m p ;   t o p p i n ,   g r i m e s   & a m p ;   h a r t   t h e n   d r o s e   & a m p ;   e v a n  
p r e s s r e l e a s e p o w e r   p o s t   y o u r   p r e s s   l a u n c h   v e d i o   t o   s u i t a b l e   o n l i n e   p r e s s   r e l e a s e   d i r e c t o r i e s   a n d   d i v e r s e   c h a n n e l s . 
 
 c r y p t o   b i t c o i n   c r y p t o c u r r e n c y   b l o c k c h a i n   e t h e r e u m   b t c   f o r e x   t r a d i n g   m o n e y   c r y p t o n e w s   c r y p t o t r a d i n g   k n i c k s   r a n d l e   m a r t e   l f g m  
i m a g i n e   b e i n g   a   c a s u a l   f a n   a n d   s e e i n g   t h i s   v i d e o   a n d   s c   t o p   1 0 ,   a n d   t h e n   b e i n g   s h o c k e d   t h a t         d o e s n ’ t   s t a r t   a n d   o n l y   a v e r a g e s   l e s s   t h a n   1 5   m i n u t e s .   t h e n   i m a g i n e   b e i n g   a     f a n … 
 
 o b i t o p p i n   n b a   k n i c k s   e a s t b a y   s c t o p 1 0   l o w d   d u n k  
k n i c k s   l o o k   l e t h a l !   k n i c k s   n b a   n y k   m s g
📊   o b i   t o p p i n   v s   i n d i a n a : 
 
 2 4   p o i n t s 
 1 0 / 1 4   s h o o t i n g 
 4   t h r e e s   
 2   b l o c k s 
 1   e a s t b a y   d u n k   
 2 0   m i n u t e s 
 
 n b a   n b a i t a l i a   n b a p r e s e a s o n   k n i c k s   p a c e r s  
🎙 ️   r j   b a r r e t t :   " t h a t   [ b e t w e e n   t h e   l e g s   d u n k ]   w a s   c r a z y . " 
 
 o b i   t o p p i n :   " h e   s e e s   i t   e v e r y d a y . " 
 
 r j :   " h e   d o e s   t h a t   a l l   t h e   t i m e . "   
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s   n b a p r e s e a s o n  
1 1   l o o k i n g   s m o o k i n g   a f ,   b o i   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r      
b e s t   o f   t h e   d a y   o n   
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n ‼ ️ 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s    
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n ‼ ️ 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s   

📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 •   o b i   t o p p i n 
 
 2 4   p t s ,   2   b l k ,   4   3 p m 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s     
  
n e w   y o r k   w e   g o t   o n e ! ! ! 
 
     k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
b e s t   o f   t h e   d a y   o n   
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
o b i   f u c k i n '   t o p p i n   k n i c k s   
 🌬 ️   😎  
o n e   e m o j i   🤯 
 
 k n i c k s   o b i d a t t i 0 2 3   o b i t o p p i n   b a s k e t b a l l   n b a   n b a j a p a n g a m e s   b a s k e t b a l l c l  
  w h a t   a r e   k n i c k s   g e t t i n g   b a c k ? 
 h o w   d o   s u n s   f i t   a l l   t h a t   m o n e y   i n t o   a   t r a d e ?
o b i   t o p … .   r e a l   n a m e   n o   g i m m i c k s ! ! !       k n i c k s  
o h   m y   o b i   t o p p i n ! ! 
 n y k   k n i c k s   n b a   n b a t w i t t e r   n b a p r e s e a s o n   s l a m   d u n k   n e w y o r k   n y c 
  
r e s u l t s   o f   n b a   m a t c h e s   p r e s e a s o n   0 7 / 1 0 / 2 0 2 2 
 
 c h i c a g o b u l l s   b o s t o n c e l t i c s   n u g g e t s   h o r n e t s   k n i c k s   p a c e r s   p i s t o n s   p e l i c a n s   m a v e r i c k s   h a w k s   b u c k s   n b a i n a b u d h a b i   u s a  
k n i c k s   w i n   v s   i n d i a n a   k n i c k s   k n i c k s t a p e   n e w y o r k   n b a   n b a t w i t t e r  
🚨   k n i c k s   d o m i n a t e   t h e   p a c e r s   🚨 
 
 w a t c h :   
 
 k n i c k s   s u p e r m a r i o b r o s m o v i e  
k n i c k s '   e v a n   f o u r n i e r   p r e d i c t s   b i g   c h a n g e   a m i d   d r a y m o n d   g r e e n   d r a m a 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   r a i s e d b y w o l v e s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a p r e s e a s o n   n b a j a p a n g a m e s 2 0 2 2   n b a l e a g u e p a s s   n b a i n a b u d h a b i   b e t h e f i g h t
j u   p l a y e d   w e l l   t o n i g h t .   j u l i u s   r a n d l e   k n i c k s  
c a m   i s   a   k n i c k s   i   l i k e   h i m   a n d   i   w a n t   h i m   t o   s u c c e e d   h e r e .   h e   h a s   a l l   t h e   t o o l s   t o   b e   a   s t a r ,   e x c e p t . . . 
 
 h e   n e e d s   d e v e l o p m e n t .   p a r t i c u l a r l y   w i t h   h i s   b b a l l   i q   a n d   m o t o r . 
 
 y o u   m a y   d i s a g r e e ,   b u t   h e ' s   w / t h e   r i g h t   t e a m   a n d   c o a c h .   i t ' l l   t a k e   s o m e   t i m e   t o   g e t   t h e r e .   n e e d   p a t i e n c e   f o l k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
t h e   k n i c k s   ( 2 - 0 )   b e a t   t h e   p a c e r s   ( 1 - 1 )   1 3 1 - 1 1 4   l a s t   n i g h t   i n   p r e s e a s o n   a c t i o n   a t   t h e   g a r d e n .   k n i c k s w i n   n e w y o r k f o r e v e r  
o b i   p u t s   o n   a   s h o w   a s   k n i c k s   b l o w o u t   p a c e r s   -     k n i c k s   n e w y o r k f o r e v e r    
p a c e r s   a t   k n i c k s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2     v i a     k n i c k s   n e w y o r k f o r e v e r
i n d   v s .   n y k   h i g h l i g h t s   -   v i e w   n o w   i n   t h e   n b a   a p p   -     k n i c k s   n e w y o r k f o r e v e r
b e e n   t o l d   y a l l   t h i s   g e t v r a n d l e   o f f   t h i s   t e a m   k n i c k s  
k n i c k s   1 3 1 ,   p a c e r s   1 1 4 :   s c e n e s   f r o m   t h e   o b i   t o p p i n   d u n k - a - t h o n   -   p o s t i n g   a n d   t o a s t i n g   k n i c k s   n e w y o r k f o r e v e r    
d u d e s   w e r e   k i l l i n g   b e a r d e d   t o m   t h i b o d e a u   n o w   y a   l o v e   h i m   c u z   h e   p l a y e d   c a m   r e d d i s h   a n d   b l a t a n t l y   s h o w i n g   y a   h e   d o e s n ' t   h a t e   t h e   k i d s .   
 
 l e t   m e   c o a c h - s o n   l i v e . . .   g o t   d a m n   t h a t   s h t   u g l y   d o   
 
 k n i c k s  
p r e s s r e l e a s e p o w e r   p o s t   y o u r   p r e s s   l a u n c h   v e d i o   t o   s u i t a b l e   o n l i n e   p r e s s   r e l e a s e   d i r e c t o r i e s   a n d   d i v e r s e   c h a n n e l s . 
 
 c r y p t o   b i t c o i n   c r y p t o c u r r e n c y   b l o c k c h a i n   e t h e r e u m   b t c   f o r e x   t r a d i n g   m o n e y   c r y p t o n e w s   c r y p t o t r a d i n g   k n i c k s   r a n d l e   m a r t e   l f g m  
i n d i a n a   p a c e r s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   n e w y o r k   k n i c k s   n b a   v i d e o :  
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   r e s u l t s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2   ;   n b a   g a m e s   t o d a y ;   c e l t i c s 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s
i t ’ s   p r e s e a s o n   b u t   t h i s   d u n k   i s   🔥 🔥 🔥 🔥     k n i c k s  
l e g i t   1 2 / 1 3   g u y s   o n   t h i s   r o s t e r   c o u l d   g e t   m i n s .   n b a   b a s k e t b a l l   k n i c k s   n b a t w i t t e r   n y k   k n i c k s t a p e  
🔥 🔥   a i n ' t   n o   s t o p p i n '   o b i   t o p p i n ! !   🔥 🔥   k n i c k s   s o a r   o v e r   p a c e r s !   |   k n i c k s   v s   p a c e r s   p r e s e a s o n   r e c a p   
 o b i t o p p i n   k n i c k s n a t i o n 
 
 ✅   w a r c h   n o w ! 
 📽 ️     v i a  
  l o o k i n   l i k e   h e   w a s   i n   a n   a l l   s t a r   g a m e   t o n i g h t .   h y p e   f o r   t h i s   s e a s o n ! !   k n i c k s
n e w   y o r k   k n i c k s   i n d i a n a   p a c e r s     p o s t   g a m e   r e v i e w     v i a     n e w y o r k   n e w y o r k f o r e v e r
f o u r   f r a m e s   f r o m     d u n k i n g   t h e     t o   v i c t o r y   i n     p r e s e a s o n   a c t i o n   a g a i n s t   i n d i a n a .     
 n b a   o b i t o p p i n   k n i c k s  
  w h y   d o   k n i c k s   f a n s   ( w e )   g e t   s o   e x c i t e d   o v e r   g a m e s   t h a t   d o n ’ t   c o u n t   a g a i n s t   o n e   o f   t h e   w o r s t   t e a m s   i n   t h e   l e a g u e ? ? ? 
 j u s t   s e t t i n g   o u r s e l v e s   u p   f o r   d i s a p p o i n t m e n t .   
 “ s t a y   c a l m   a n d   c a r r y   o n ” ! 
 k n i c k s t w i t t e r   k n i c k s t a p e     n b a   n b a p r e s e a s o n
h o t   t w i t t e r   t r e n d   f o r   s u r e   i s   k n i c k s .
o b i   i s   b e c o m i n g   a   h i g h l i g h t   r e e l   e v e r y   n i g h t !   t h i b s   h a s   t o   g i v e   h i m   s e r i o u s   m i n u t e s   t h i s   y e a r ! 
 k n i c k s  
  4 - 1 2   f r o m   t h e   f i e l d .     $ 2 5 m i l   f o r   3 3 % .     h e l l u v a   d e a l   k n i c k s
i ’ l l   l e a v e   t h i s   h e r e : 
 
 t h e   k n i c k s   w o u l d   b e   t h e   s a m e   i f   n o t   b e t t e r   w i t h   o b i   a t   t h e   f o u r   i n s t e a d   o f   r a n d l e . 
 
 t h e   r e a s o n   r a n d l e   w a s   s o   v a l u a b l e   f o r   t h e   k n i c k s   y e a r s   p a s t   w a s   b e c u z   o f   h i s   p l a y m a k i n g .   w e   d o n ’ t   n e e d   t h a t   a n y m o r e .   
 
 k n i c k s
  i   d o n ' t   c a r e   a b o u t   a l l   t h e s e   1 s t   r o u n d   p i c k s   u n l e s s   t h e y   c a n   b e   p a c k a g e d   f o r   a   l o t t e r y   p i c k   o r   a   p l a y e r ,   b u t   m a y b e   n o t   g e t t i n g     i s   a   b l e s s i n g   i n   d i s g u i s e   i f   t h e s e   y o u n g   t h e s e   p l a y   t o   t h e i r   p o t e n t i a l !   k n i c k s   n b a   k n i c k s t a p e
a i n g e   w a n t e d   h i m   g o   k n i c k s  
m y   s o n   i n   l a w   a n d   g r a n d s o n   a r e   g o i n g   t o   g o   s e e   t h e   k n i c k s   a n d   t h u n d e r   p l a y   a n d   i ’ m   s o   j e a l o u s .   😤 😂   n o   i ’ m   h a p p y   f o r   t h e m   b u t   t h e y   c o u l d   t a k e   m o m o !   😘
k n i c k s   f a n s .   t e l l   m e   y o u   d o n ’ t   v a l u e     a f t e r   w a t c h   c a m   s t a r t .   j u s t   a   d i f f e r e n t   o f f e n s i v e   p l a y e r .   c a m   m a y   h a v e   l o t s   o f   p o t e n t i a l ,   b u t   h e ’ s   n o t   i m p r o v i n g .   d o   y o u   s e e   i t ?   h e   d o e s n ’ t   e v e n   d e s e r v e   a   s p o t .   g r i m e s   a n d   e v a n .   b a s k e t b a l l   n b a   p r e s e a s o n   h o o p s   n y k n i c k s  
  a n d   _ g o d s o n   q u i c k l e y   t o p p i n   l o o k e d   r e a l   s o l i d   ,   n i c e   m i n u t e s   s h o u l d   b e   c o m i n g !   l e t ’ s   g o   k n i c k s     k n i c k s f o r e v e r   n y k    
i ’ m   o n   t h e   k n i c k s   s i d e   o f   t w i t t e r .   i ’ m   s u c c e s s f u l l y   a   f o r e v e r   k n i c k s   f a n / s h i t t e r .   i   c o u l d n ’ t   b e   m o r e   p r o u d   o f   t h i s   a c c o m p l i s h m e n t .
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
k n i c k s   a r e   g o i n g   t o   s h o c k   t h e   e a s t   t h i s   y e a r s .   d e e p e s t   b e n c h   i n   t h e   n b a  
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
t y r e s e   h a l i b u r t o n   h i g h l i g h t s   -   k n i c k s   v s .   p a c e r s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   t y r e s e   h a l i b u r t o n   n y k   i n d   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w y o r k   k n i c k s   i n d i a n a   p a c e r s
o b i t o p p i n   s c o r e s   2 4   p o i n t s   o f f   t h e   b e n c h   t o   l i f t   t h e   k n i c k s   o v e r   t h e   p a c e r s .   f i n a l :   i n d   1 1 4   -   1 3 1   n y k   n b a p r e s e a s o n
. . . a n d   i   d o   c o n c u r .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a  
o b   1   w a s   w i l d i n ! !   k n i c k s   n e w y o r k f o r e v e r  
t o p p i n   s h o w s   o f f   h i s   r a n g e   a g a i n .   n b a   b a s k e t b a l l   o b i t o p p i n   k n i c k s   k n i c k s t a p e   n y k   n b a t w i t t e r  
🌍 👽 🌍   n e x t   l e v e l   k n i c k s  
e l e c t r i f y i n g   p r e s e a s o n   s o   f a r   f o r   t h e   k n i c k s .   o b i   t o p p i n   g a v e   f a n s   p l e n t y   o f   t h i n g s   t o   g e t   e x c i t e d   a b o u t   t h e   k n i c k s   t h i s   u p c o m i n g   s e a s o n .   |    
b r u n s o n   a n d   o b i   i f   t h e   k n i c k s   m o v e   o n   f r o m   r a n d l e   k n i c k s  
l e t ’ s   g o   o b i   k n i c k s  
o b i   w e n t   o f f   w i t h   n o t   m u c h   m i n u t e s   w i t h   b r u n s o n   & a m p ;   h e   w o u l d   f l y   w i t h   b r u n s o n   p u s h i n g   t h a t   p a c e   k n i c k s
h e l p   m e   o b i   w o n   y o u r   t h e   k n i c k s   n e w   h o p e   k n i c k s f a n t v   k n i c k s   s t a r w a r s   t g e f o r c e i s s t r o n g w i t h t h i s o n e  
g o t   d a m n   o b i   y o u   h a d   t o   d o   h i m   l i k e   t h a t   b r o     k n i c k s   n b a   d u n k   c r y p t o c u r r e c y   n b a 2 k 2 3
c o u l d n ’ t   r e s i s t     _       k n i c k s   o b i t o p p i n  
t h e   k n i c k s   p u t   t o g e t h e r   a n o t h e r   s t r o n g   p e r f o r m a n c e   i n   a   1 3 1 - 1 1 4   w i n   o v e r   t h e   p a c e r s   t o n i g h t .   h e r e   a r e   m y   5   k e y   t a k e a w a y s   f r o m   t h e   g a m e   n y k n i c k s   k n i c k s t a p e  
a s   f o r   t h e   k n i c k s ,   h e r e   a r e   m y   p o s i t i v e s   a n d   n e g a t i v e s : 
 🔥 
 -   j a l e n   b r u n s o n   h a d   a   g o o d   n i g h t ;   f o u g h t   o n   d e f e n s e   a n d   p u t   p r e s s u r e   o n   t h e   r i m 
 -   r j   b a r r e t t   h a d   a n o t h e r   w e l l - r o u n d e d   g a m e   b / c   o f   h i s   s h o o t i n g 
 -   m i t c h   a n d   d - r o s e   w e r e   q u i e t   b u t   n o t h i n g   b a d
t h e   b l u e p r i n t   f o r   s u c c e s s   t h i s   s e a s o n . . .   m i n u t e s   d i s t r i b u t i o n . . .   p l a y   t h e   d e p t h ! ! !   k n i c k s  
k n i c k s   1 3 1 ,   p a c e r s   1 1 4 :   s c e n e s   f r o m   t h e   o b i   t o p p i n   d u n k - a - t h o n   ( p o s t i n g   a n d   t o a s t i n g ) 
 
 t h e   h a t e r s   a n d   t h e   l o s e r s   w i l l   s a y   i t ' s   o n l y   p r e s e a s o n ,   b u t   o b i   t o p p i n   l o o k s   r e a d y   f o r   a   b i g . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   n y k n i c k s   n b a   k n i c k s
w e   h a v e   a   p g   🥳 😤   k n i c k s
i   d i d n ’ t   w a t c h   t h e   k n i c k s   g a m e   b u t   s a w   a   l o t   o f   t h e   h i g h l i g h t s .   l o o k i n g   g o o d   s o   f a r .
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
k n i c k s   b e a t   t h e   p a c e r s 
 i .   j a c k s o n   -   6 p t s ,   3 r e b 
 j .   r a n d l e   -   1 5 p t s ,   7 r e b ,   4 a s t ,   1 s t l 
 i .   q u i k l e y - 1 7 p t s ,   3 r e b ,   3 a s t ,   1 s t l 
 
 k y p r o b a s k e t b a l l   🏀 
 n b a 2 l o u     l e t s g o p r o     n b a t w i t t e r     b b n   😼
i d k   b o u t   y ’ a l l   b u t   t h e   k n i c k s   a r e   f u c k i n g   b a c k   b a b y ! ! ! !   🏆 🏆   k n i c k s   j u l i u s r a n d l e   f u c k y e a h b a b y
j u s t   b e a u t i f u l .   i ' m   s o   h a p p y   i t ' s   b a c k .   k n i c k s  
o b i   f r e a k i n g   t o p p i n   k n i c k s  
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
r a n d l e   g i v e s   u s     2 0   a n d   1 0 ,   i f   o b i   s t a r t e d   w h a t   d o   y o u   t h i n k   h i s   n u m b e r s   w o u l d   b e .   k n i c k s
i t   t o o k   j u l i u s   r a n d l e   p l a y i n g   a t   m v p   l e v e l   t o   k e e p   o b i   o f f   t h e   c o u r t .   h e   c o u l d   b e   t h e   g r e a t e s t   o f   a l l   t i m e   k n i c k s
🗣 ️ l i v e   1 1 . 1 5 p m   e t 
 k n i c k s   p o p p i n   l i k e   t o p p i n !   r o l l   p a s t   p a c e r s   i n   f e e l   g o o d   w i n 
 
 
 k n i c k s   n e w y o r k f o r e v e r   o b i t o p p i n  
w a i t ,   h o l d   u p .   w t f   d i d   c a m   r e d d i s h   d o ?   i   h a v e n ’ t   s e e n   t h i s   s i n c e   m j   👀   k n i c k s  
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
o b i   p u t   o n   a   s h o w   t o n i g h t   k n i c k s
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
k n i c k s   g o i n g   8 2 - 0 
 
 b o o k   i t   
 
 k n i c k s
a l l   v i b e s   k n i c k s   k n i c k s t w i t t e r   n y k n i c k s  
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
f e r r o n   h u n t   d o n ’ t   d o   i t   p t   2   n b a   b a s k e t b a l l   n b a t w i t t e r   f e r r o n h u n t   k n i c k s   n y k   k n i c k s t a p e   p a c e r s   b l o c k   g o g a b i t a d z e  
s h o u l d   t h e   g o l d e n   s t a t e   w a r r i o r s   c o n s i d e r   t r a d i n g   g r e e n   a n d   t h o m p s o n ? 
 
 
 
 n b a   g o l d e n s t a t e   w a r r i o r s   d u b n a t i o n   g r i n d c i t y   o k l a h o m a   t h u n d e r u p   w i z a r d s   k n i c k s   n e w y o r k f o r e v e r   m f f l     l a k e s h o w   l a k e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a i n a b u d h a b i
o b j   t o p p i n .   t h a t ’ s   a l l   ,   g o o d n i g h t   k n i c k s
k n i c k s   f a n s     & g t ;  
w a r r i o r s :   l e a k e d   f o o t a g e   s h o w s   d r a y m o n d   g r e e n   p u n c h i n g   p o o l e ' s   f a c e 
 
 
 
 n b a   g o l d e n s t a t e   w a r r i o r s   d u b n a t i o n   g r i n d c i t y   o k l a h o m a   t h u n d e r u p   w i z a r d s   k n i c k s   n e w y o r k f o r e v e r   m f f l   d a l l a s   l a k e s h o w   l a k e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a i n a b u d h a b i
m c b r i d e   w i t h   t h e   b l o c k   a n d   r y a n   w i t h   t h e   d e f l e c t i o n .   d e f e n s e   n b a   n b a t w i t t e r   b a s k e t b a l l   k n i c k s   r y a n a r c a d i a c o n o   m i l e s m c b r i d e   d e u c e m c b r i d e  
a r e   t h e   m e m p h i s   g r i z z l i e s   r e m i n i s c e n t   o f   t h e   e a r l y   2 0 1 0 s   o k c   t h u n d e r ? 
 
 
 
 n b a   m e m p h i s   g r i z z l i e s   g r i n d c i t y   o k l a h o m a   t h u n d e r u p   w i z a r d s   k n i c k s   n e w y o r k f o r e v e r   m f f l   d a l l a s   l a k e s h o w   l a k e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a i n a b u d h a b i   d u b n a t i o n
    i   s a i d   k n i c k s   n e e d   t o   r i d e   o r   d i e   w i t h   t h e s e   g u y s .   n o   n e e d   f o r   s p i d a s .
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
w h y   p o r z i n g i s   w i l l   r e g a i n   h i s   u n i c o r n   s t a t u s   w i t h   t h e   w a s h i n g t o n   w i z a r d s 
 
 
 
 n b a   w a s h i n g t o n   w i z a r d s   r e p t h e d i s t r i c t   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   m f f l   d a l l a s   m a v e r i c k s   l a k e s h o w   l a k e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a i n a b u d h a b i   d u b n a t i o n
      k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
o b i ’ s   d u n k   l o o k s   s i c k !   o m g ,   i   f u c k i n   l o v e   t h i s   k i d   🔥 🔥 🔥   k n i c k s  
s i m s   c a u s e s   t h e   d e f l e c t i o n   a n d   t h e   b a l l   e v e n t u a l l y   m a k e s   i t   t o   m c b r i d e   f o r   t h e   c o r n e r   3   n b a   b a s k e t b a l l   m i l e s m c b r i d e   d e u c e m c b r i d e   j e r i c h o s i m s   k n i c k s   n y k   k n i c k s t a p e   n b a t w i t t e r  
p i c   o f   t o p p i n ' s   e a s t b a y   😮 ‍ 💨 :   m i g h t   n e e d   t o   f e a t u r e   t h i s   o n e   i n   t h e   m e t r o p o l i t a n   m u s e u m   o f   a r t   📸 
 
       n b a .       n y k .     k n i c k s .
k n i c k s   n e e d   t o   g i v e   t o p p i n   h i s   s h o t   t o   s t a r t   a n d   s e e   w h a t   t h e y   h a v e   o n c e   a n d   f o r   a l l .   t h i s   w o u l d   b e   s u c h   a n   u n s e l f i s h / f u n   l i n e u p : 
 
 b r u n s o n 
 b a r r e t t 
 g r i m e s 
 t o p p i n 
 r o b i n s o n 
 
 b e n c h   o f   r o s e ,   q u i c k ,   m c b r i d e ,   f o u r n i e r ,   r a n d l e ,   h a r t e n s t e i n ,   s i m s
o b i   l a s t   1 0   g a m e s   l a s t   y e a r   n b a   b a s k e t b a l l   n b a t w i t t e r   o b i t o p p i n   k n i c k s   n y k   k n i c k s t a p e  
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
i   w a s   w a i t i n g   f o r   t h i s   o n e   k n i c k s  
t h i s   k n i c k s   t e a m   i s   s o   d e e p   t h e r e   i s   n o   n e e d   t o   p l a y   a n y o n e   4 0 +   m i n u t e s   t h i b s   h a s   t o   g i v e   e v e r y o n e   s o m e   r u n
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
_   k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
  t i m e   f o r   t h i b s   t o   g e t   c r a f t y   a n d   f i n d   w a y s   f o r   r a n d l e   a n d   t o p p i n   t o   b e   o n   t h e   f l o o r   a t   t h e   s a m e   t i m e .   p r e f e r a b l y   a l o n g s i d e   r j   a n d   b r u n s o n ! ! !   k n i c k s
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
o b i   i s   g r o w i n g   a n d   h e   m u s t   b e   o n   t h e   c o u r t   m o r e . . . . .   k n i c k s  
t o n i g h t   w a s   o b i   t o p p i n ’ s   g r e a t e s t   g a m e   a s   a   k n i c k   🔥 🤯       k n i c k s   p a c e r s
i ' m   r e a d y   t o   e n j o y   t h e   k n i c k s   t h i s   s e a s o n .   c o u l d   t h e i r   f a n s   j u s t   n o t   d o   s o m e t h i n g   o b n o x i o u s   a n d   a n n o y i n g   w h e n   t h e y   w i n   t h e i r   1 s t   g a m e   o r   2   t h i s   s e a s o n   s o   w e   c a n   c o m e   i n ?   i s   t h a t   t o o   m u c h   t o   a s k ?   t o   j u s t   b e   c o o l ?   t h a n k s
  w i t h   c r a z y   i n   g a m e   d u n k     k n i c k s   

t h e r e ’ s   n o   b e t t e r   f e e l i n g   t h a n   a   k n i c k s   w i n   o n   f r i d a y   n i g h t s
e v e r y o n e   e a t s !   👏 🔥 💯   k n i c k s   k n i c k s t a p e  
r e m e m b e r   w h e n   w e   a l m o s t   t r a d e d   f o r   s p i d a ?   y e a h ,   n e i t h e r   d o   i … i t ’ s   a   b l u r .   l o l   😂   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
f e r r o n   h u n t   w h y ? ?   n b a   b a s k e t b a l l   k n i c k s   f e r r o n h u n t   n b a t w i t t e r   n y k   k n i c k s t a p e   g o g a b i t a d z e   b l o c k   p a c e r s  
t h e   k n i c k s   g i v i n g   m e   s e r o t o n i n   r i g h t   n o w   🥹   k n i c k s   n e w y o r k f o r e v e r
o b i   t o p p i n   t h r o w s   d o w n   b e t w e e n - t h e - l e g s   w i n d m i l l   s l a m   -   v i a     a p p .     n b a .       n y k .     k n i c k s .    
k n i c k s   w i n !   g r e a t   c h e m i s t r y   o u t   t h e r e .   o b i   w a s   p h e n o m e n a l ,   t h e   w h o l e   t e a m   w a s   s o l i d .   l e t ’ s   k e e p   g r i n d i n g ! 
 k n i c k s   n e w y o r k f o r e v e r  
t h i s   k i d   c a n   s h o o t ,   n i c e   a d d   f o r   t h e   k n i c k s  
o n e   d a y   t h e   k n i c k s   w i l l   r e a l i z e   t o p p i n   i s   a   f r a n c h i s e   p l a y e r .   h e ' l l   b e   o n   a n o t h e r   t e a m   b y   t h e n  
s o   l a s t   y e a r   w e   f i n i s h e d   t h e   p r e   s e a s o n   4 - 0 . . i   d o n ’ t   r e m e m b e r   i t   l o o k i n g   l i k e   t h i s . . r j   l o o k s   l i k e   h i m !   b r u n s o n   i s   t h e   f l o o r   g e n e r a l   w e   h a v e   b e e n   w a i t i n g   f o r ! o b i   l o o k s   s o   m u c h   m o r e   c o n f i d e n t ! c a m   h a d   a   r e a l l y   g o o d   d e f e n s i v e   3 r d   q t r !   d i d   t h i s   l o o k   t h i s   g o o d   l a s t   p r e   s e a s o n ! ?   k n i c k s    
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i m a g i n e   w a t c h i n g   o b i   t o p p i n ,   r j ,   a n d   b r u n s o n   g o   o f f   a n d   b e   l i k e   “ n a h ,   i ’ d   r a t h e r   s u f f e r   t h r o u g h   a   1 7   w i n   s e a s o n   f o r   a   2 0 %   c h a n c e   a t   w e m b a n y a m a ”   k n i c k s
m c b r i d e   m i s s e s   t h e   j u m p e r   b u t   s i m s   g e t s   o n   t h e   o f f e n s i v e   g l a s s   f o r   t h e   p u t   b a c k   n b a   b a s k e t b a l l   k n i c k s   m i l e s m c b r i d e   d e u c e m c b r i d e   j e r i c h o s i m s   n y k   k n i c k s t a p e   n b a t w i t t e r  
      t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    p r o b   b c   w e r e   a l l   o f   t h e   s a m e   g e n e r a t i o n   w h o   r e m e m b e r   w h e n   t h e   k n i c k s   w e r e   t h e   h o t t e s t   t i c k e t   i n   t o w n   a n d   n o b o d y   c a r e d   a b o u t   b a s e b a l l   u n t i l   t h e   o r a n g e   & a m p ;   b l u e   w e r e   o u t   o f   t h e   p l a y o f f s ,   l o l !   g o o d   b a n t e r   b r o …
t h i s     h i g h l i g h t   r e e l   t o n i g h t   w a s   a m a z i n g   m a n .   t h i s   t i m e   i s   g o i n g   t o   b e   f u n   t o   w a t c h   d u r i n g   t h e   r e g u l a r   s e a s o n .   
 
 k n i c k s  
  h o w   c a n   i   g e t   t o   t h e   k f t v   d i s c o r d   c h a n n e l ?   k n i c k s  
r a i s e   t h e   s t o c k   o f   a l l   t h e s e   p l a y e r s   a n d   i t s   g o n n a   g e t   i n t e r e s t i n g   f o r   t h e   k n i c k s
k n i c k s   h a v e   f o u n d   a   b a l a n c e   b e t w e e n   o f f e n s e   a n d   d e f e n s e   t h a t   i s   g o i n g   t o   s h o c k   t h e   n b a .   4 8   m i n s   o f   e n e r g y ,   a d r e n a l i n e   a n d   c o h e s i v e n e s s .   t h i s   i s   n o t   t h e   s a m e   t e a m   f r o m   l a s t   y e a r   😤 🔥 💯   k n i c k s   k n i c k s t a p e
o b i .   2 4   p t s   1 0 - 1 4   i n   2 0   m i n s 
 r a n d l e   1 5   p t s   4 - 1 1   i n   2 2   m i n s   
 k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
a   l o t   o f   k n i c k s   f a n s   w a n t   t o   t r a d e   r a n d l e   a n d   s t a r t   o b i .   b u t   i   h o n e s t l y   l o v e   t h e   g a m e   a n d   e n e r g y   h e   b r i n g s   o f f   t h e   b e n c h .   n b a
f i n a l   f r o m   t h e   g a r d e n 
 k n i c k s   1 3 1 
 p a c e r s   1 1 4 
 
 o b i   & a m p ;   i q   p l a y e d   r e a l l y   w e l l   o f f   t h e   b e n c h .   b a r r e t t   & a m p ;   b r u n s o n   w e ’ r e   c o o k i n g   e a r l y   a n d   c o o l e d   o f f   i n   t h e   s e c o n d   h a l f ,   b u t   c e r t a i n l y   a   g o o d   s i g n   f o r   n e w   y o r k .   
 
 t o p p i n :   2 4   p t s ,   4 / 7   3 p t 
 q u i c k l e y :   1 7   p t s ,   3   a s t ,   3 / 6   3 p t
k n i c k s   w i n   g o o d   g a m e   t o n i t e . . . . i ' m   p r e - s e a s o n   b r a g g i n g   🥴 🤣 🤣 🤣
f r i d a y   n i g h t   v i b e s 
 k n i c k s   n e w y o r k f o r e v e r  
b r e a k i n g   n e w s   -   n y c   m a y o r   a d a m s   i s s u e s   e x e c u t i v e   o r d e r   m a n d a t i n g   t o m   t h i b o d e a u   k e e p   t h e   f a c i a l   h a i r   a l l   s e a s o n   k n i c k s
d o n o v a n   m i t c h e l l   w h o   p t .   3   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   k n i c k s t a p e   n y k  
t h e   k n i c k s   r u i n e d   t h e   m e t s   s i n c e   s e p t   1 s t
  l o o k i n g   g o o d ,   u n f o r t u n a t e l y   p r e - s e a s o n   h a s   b e e n   a g a i n s t     p i s t o n s   a n d     p a c e r s   !   w e   a r e   g o i n g   t o   b e   b e t t e r , b u t   l e t s   s e e   h o w   g o o d !   d e f i n i t e l y   d e e p !   t h i b s   h a s   h i s   w o r k   c u t   o u t ! !   k n i c k s   o b i      
_   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   n e e d i n g   r j   f o r   e m o t i o n a l   s u p p o r t   🥺 😂   k n i c k s
s q u a d   i s   d e e p   a n d   h u n g r y .   i   s e e   t h e   p l a y o f f   v i s i o n . 
 k n i c k s
m i s s   m e   w i t h   t h i s   c a m   r e d d i s h   t a l k     k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   r e a l l y   h o p e   t h e   k n i c k s   a r e   g o i n g   t o   p l a y   l i k e   t h i s   d u r i n g   t h e   r e g u l a r   s e a s o n
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
w e   g o n n a   h a v e   t o   r e v i s i t   t h i s   c o n v e r s a t i o n   k n i c k s  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t o p p i n   g o i n n g   o f f     c a m   r e d d i s h   s t r u g g l e s   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   t o p p i n   m i p   s e a s o n   i n c o m i n g   k n i c k s   n y k
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
s o   w h o   d o   y ’ a l l   t h i n k   w i n s   t h e   m i p   a w a r d   t h i s   y e a r ,   o b i ,   r j   o r   i q ? ? 
 
 k n i c k s   n e w y o r k f o r e v e r  
k n i c k s   h u n t   w i l l   n e e d   t o   p u t   o n   s o m e   w e i g h t
t h i b s   i s   p i s s e d   w e   g a v e   u p   m o r e   t h a n   8 9   p o i n t s   t o n i g h t   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
_ s e r a p h   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
k n i c k s   a l w a y s   l o o k   g o o d   d u r i n g   p r e s e a s o n   s o   i   a i n ’ t   i m p r e s s e d   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
g r e a t   t o   s e e   🇺 🇦   _ 1 0   p l a y i n g   w i t h   t h e   k n i c k s   t o n i g h t  
a n o t h e r   g r e a t   n i g h t   f o r   m y   k n i c k s .   o b i   i s   i n c r e d i b l e !   s o   f a r   i   l o v e   h o w   b r u n s o n   i s   b r i n g i n g   i t !   i   j u s t   t h i n k   p l a y e r s   s u c h   a s   f o r n i e r   a n d   r a n d l e   w i l l   s t i n t   t h e   g r o w t h   o f   o u r   y o u n g   p o t e n t i a l   g r e a t   p l a y e r s   l i k e   o b i !   t h i b s   n e e d   t o   p l a y   t h e   k i d s !   s p e c i a l l y   o b i !  
d e a d a s s   t h i s   i s   o u r   y e a r   k n i c k s
o b i   t o p p i n   w i t h   t h e   b l o c k   a n d   t h e   e a s t b a y ?   👀   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   o b i   t o p p i n   d u n k   b l o c k   n y k   n e w y o r k   k n i c k s   i n d   i n d i a n a   p a c e r s
i d k   w h o   s o n   s h o o t i n g   3   f o r   3   r i g h t   n o w   b u t   i   l i k e s   h i m   k n i c k s
k n i c k s   a n o t h e r   g r e a t   d u n k   b y e   o b i   t o p p i n   n e w y o r k   f r i d a y v i b e s   n b a  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i f   t h e   k n i c k s   m a k e   t h e   p l a y o f f s   & a m p ;     g e t s   h i g h l i g h t s   l i k e   t h i s … t h i s   w i l l   b e   a n   e n t e r t a i n i n g   s e a s o n   f o r   n e w   y o r k   🏀  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
_ x i m e n e z   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
r j   b a r r e t t ,   o b i   t o p p i n ,   c a m   r e d d i s h ,   a n d   j e r i c h o   s i m s   c u r r e n t l y   a l l   h a v e   a   + / -   o f   1 5 ,   h i g h e s t   a m o n g   a l l   p l a y e r s .   f o r   w h a t e v e r   t h a t ' s   w o r t h .   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   k n o w   i t ’ s   s t i l l   p r e s e a s o n ,   b u t   i   t h i n k   t h i b s   r e a l i z e s   o b i   t o p p i n   w i l l   b e   a   b i g   r e a s o n   t h e   k n i c k s   w i l l   w i n   m o r e   g a m e s   t h i s   y e a r … i n c l u d i n g   t h e   p l a y o f f s .   t o p p i n    
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d e u c e   w i t h   t h e   d i m e   n b a   b a s k e t b a l l   d e u c e m c b r i d e   m i l e s m c b r i d e   k n i c k s   k n i c k s t a p e   n y k   n b a t w i t t e r   r y a n a r c i d i a c o n o  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
_ b r e e z i i e   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   l i k e   o u r   y o u n g   s q u a d   💪 🏽 💯   k n i c k s ❗ ️
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h e   k n i c k s   h a v e   a   6   f o o t - 9   i n c h ,   " t h r e e   & a m p ;   d o u b l e   d "   w i n g   i n   o b i   t o p p i n .   h e   h i t s   t h e   t h r e e ,   p l a y s   d e f e n s e   a n d   d u n k s   h i s   a s s   o f f !   l o l !
… a t   l e a s t   t h e   k n i c k s   l o o k   g o o d ?
o b i   t o p p i n   & a m p ;   i m m a n u e l   q u i c k l e y   n e x t   t o   r j   b a r r e t t   a r e   t h e   f u t u r e !   i t   d o e s n ’ t   m a t t e r   i f   c l o w n   c o a c h   t h i b s   l i k e s   i t   o r   n o t .   o n c e   w e   f i r e   h i m ,   w e   t a k i n g   o f f   b a b y !   t e l l e m   k n i c k s   p a c e r s  
i t ’ s   a n   o b i   t o p p i n   k i n d   o f   n i g h t   k n i c k s
i t ’ s   p r e s e a s o n ,   b u t   t h e   k n i c k s   a r e   d e e p .   😤  
t r a d e r a n d l e   i t ’ s   f u c k i n g   o b i   t i m e ! ! ! !   n y k   k n i c k s
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d a m n . . . s o m e   w h i t e   d u d e   o u t   h e r e   s h o o t i n g   l i k e   h e   d o n ' t   w a n n a   g o   b a c k   t o   e u r o p e .   k n i c k s
k n i c k s   b e a t   p a c e r s   1 2 1 - 9 7 .   o n l y   p r e s e a s o n   t h o u g h 
 i   h o p e   t h e y   c a n   p l a y   t h i s   g o o d   i n   r e g u l a r   s e a s o n .
  a l r e a d y   i n   d u n k   c o n t e s t   f o r m   k n i c k s    
_   i m a g i n e   s a y i n g   t h i s   a n d   t h e n   3   d a y s   l a t e r   b e i n g   a l l   o v e r   o b i   s o m e o n e   h a s   t o   c a l l   o u t   t h i s   f r a u d u l e n t   b e h a v i o r .   k n i c k s   k n i c k s n a t i o n  
s h o w b o a t i n g   l i k e   t h a t   i s   w h y   t h i b s   o n l y   g i v e s   h i m   1 2   m i n u t e s   a   g a m e .   s h o u l d   h a v e   s t o p p e d ,   d r i b b l e d   2 0   s e c o n d s   o f f   t h e   s h o t   c l o c k   a n d   b r i c k e d   a   m i d - r a n g e   j u m p e r .   t h a t ’ s   t h e   t h i b s   w a y !   f r e e o b i   k n i c k s  
t h i b s   p l e a s e   p l a y   o b i   a n d   r a n d l e   t o g e t h e r   m o r e   k n i c k s
o b i   w i t h   a   c a s u a l   2 4   o n   1 0 / 1 4   f r o m   t h e   f l o o r   i s   i n s a n e   🔥 🔥 
 k n i c k s
l o r d .   h a v e .   m e r c y .   k n i c k s   n b a  
i f   y o u   d o n ' t   l i k e   o b i   t o p p i n ,   i   c a n ' t   d o   n o t h i n g   f o r   y o u   k n i c k s
k n i c k s   t h e   j e w e l r y   b o t t l e   i s   a s   f u n c t i o n a l   a s   i t   i s   b e a u t i f u l   a n d   c a n   b e   u s e d   f o r   b o t h   h o t   a n d   c o l d   d r i n k s .   i t   r e d u c e s   s t r e s s   a n d   f a t i g u e .   t h e   s t o n e   i n s i d e   t h e   b o t t l e   i s   r e m o v a b l e   a n d   e a s y   t o   p u t   o n .   c l i c k   t o   s e e   t h e   p r o d u c t . 
  
m a n   f o r g e t   c a m   r e d d i s h   s t a r t i n g !   o b i   o u t   t h e i r   s h i n n i n g ! !   n o t   e v e n   b o x   w a t c h i n g   c a m   i s   w a y   t o   g o o d   t o   n o t   s n a t c h   h i s   w o r t h   u p   o n   t h i s   r o s t e r !   h e   f u m b l e d   t o n i g h t   r e s p e c t f u l l y   k n i c k s   n e w y o r k k n i c k s
p r o t e c t   o b i   a t   a l l   c o s t s .   m y   b o y   i s   c o o k i n !   k n i c k s
i f   t h i b s   h a d   a n y   d o u b t   w h e n   i t   c o m e s   t o   o b i   m i n s   . .   o b i   i s   l e a v i n g   t h i b s   n o   c h o i c e   b u t   t o   p l a y   h i m   … n   i ’ m   l o v i n g   i t   k n i c k s
o b i   i s   t h e   t r o o o o o f   o n g   k n i c k s   w h a t   a   n i g h t !  
o b i   w i t h   a n o t h e r   o n e 
   ⛹ ️ ‍ ♂ ️ ⛹ ️ ‍ ♂ ️ ⛹ ️ ‍ ♂ ️   k n i c k s
i   d o n ’ t   c a r e   a b o u t   n b a   p r e s e a s o n ,   b u t   i   s a w   t h a t   o b i   d u n k !   k n i c k s   n e w y o r k
a l r i g h t ,   o b i   g r a p h i c   c o m i n g ,   i d g a f .   t h a t   s t e a l   a n d   d u n k   w a s   e v e r y t h i n g   i   n e e d e d   t o   s e e .   t h i s   i s   h o w   y o u   p l a y   f o r   m o r e   m i n u t e s .   k n i c k s
o r d e r i n g   a   t o p p i n   j e r s e y   r n   
 k n i c k s
o b i   w i t h   t h e   s t e a l   a n d   l e f t   h a n d e d   f l u s h   n b a   b a s k e t b a l l   n b a t w i t t e r   o b i t o p p i n   n y k   k n i c k s   k n i c k s t a p e  
e n o u g h   g e t   o b i   o f f   t h e   c o u r t   p l e a s e   a n d   b u b b l e   w r a p   h i m   t i l l   s e a s o n   s t a r t s .   k n i c k s
t o p p i n g   i s   w i l d i n g   r i g h t   n o w   l e t ’ s   g o   k n i c k s
t h a t   p o i n t e r   f i n g e r   i s   a   r e a l   o n e .   k n i c k s  
w a t c h   o u t ! !   o b i   t o p p i n   i s   g o i n g   t o   h a v e   a l l - s t a r   🔥   n u m b e r s   t h i s   s e a s o n … a n d   i   t h i n k   t h i b s   f i n a l l y   g e t s   i t ! !   k n i c k s   t o p p i n  
m e t s   a r e   s t i n k i n g   c i t i f i e l d   r i g h t   n o w .   k n i c k s   p r e s e a s o n   i s   o n .   i   a m   t o o   p i s s e d   o f f   t o   w a t c h   t h e   m e t s
t h i s   m a n   o b i   t o p p i n   h a v i n g   h i s   o w n   s l a m   d u n k   c o n t e s t   t h i s   g a m e   😤 😤 😤   l o v e   t o   s e e   i t   k n i c k s
o b i   h a v i n g   a   d a y t o n   f l a s h b a c k   k n i c k s   t a l k i n g t r a s h
i   k n o w   i t ’ s   p r e s e a s o n   b u t   t o p p i n !   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
k n i c k s   t w i t t e r   i s   p r o b a b l y   a   v e r y   h a p p y   p l a c e   r i g h t   n o w   l o l
o b i   g o i n g   o f f   t h i s   s e a s o n ! !   w o o o o o   k n i c k s
i ’ v e   s e e n   e n o u g h ,   b u i l d   t h e   o b i   s t a t u e   o u t s i d e   t h e   g a r d e n   k n i c k s
t h e   s a d   t h i n g   h e r e …   h e ’ s   g o t   m o r e   v e r t i c a l   i n   i n c h e s   t h e n   h e   w i l l   g e t   m i n u t e s   o f   p l a y i n g   t i m e   p e r   g a m e ! ! 
 f l y e r s 
 o b i t o p p i n 
 k n i c k s 
 n b a  
o b i   t o p p i n .   t h a t ’ s   i t   🤯   n b a   k n i c k s
i   k n o w   i t ’ s   p r e s e a s o n   b u t   i   l i k e   h o w   a g g r e s s i v e   a n d   u n s e l f i s h   t h e   k n i c k s   a r e   p l a y i n g .
o b i   k i n g   o f   n y   🔥 🔥 🔥   k n i c k s
o b i   w i t   t h e   s t e a l   & a m p ;   d u n k ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r
n o b o d y   c a n   r e l a x   t h i s   y e a r .   l o v e   t h e   c o m p e t i t i o n .   w e   d e e p   🔵 🟠 
 
 k n i c k s   n b a   t o p p i n
o b i   t o p p i n   d u n k i n g   a n d   t r y i n g !   k n i c k s   n b a   p a c e r s  
h e   d o e s   i t   a l l   a n d   w e   g o t   h i m   
 
 k n i c k s  
i   k n o w   i t ' s   o n l y   p r e   s e a s o n ,     b u t   i ' m   s t r a i g h t   o u t   t h e   w i n d o w   f o r   o b i   !   k n i c k s
m a n n n n   o b i   l o o k i n g   l i k e   3 0   + m p g   i d c   h o w   n o b o d y   f e e l 
 
 n b a   n b a t w i t t e r   k n i c k s
    k n i c k s   h a v e   c h a r a c t e r   g u y s ,   g r 8   c o a c h ,   c o n t i n u i t y .     t o p   6 .   t i m e   w i l l   t e l l .
o b i   c h a n t s   n b a   b a s k e t b a l l   o b i t o p p i n   k n i c k s   n b a t w i t t e r   n y k   k n i c k s t a p e  
t o p p i n   r a i n i n g   3 s   i s   a   s c a r y   s i g h t . 
 k n i c k s
o b i   c o n t i n u i n g   w h e r e   h e   l e f t   o f f   l a s t   s e a s o n   k n i c k s
o b i   l i g h t i n g   r a n d l e ' s   s e a t   o n   f i r e   k n i c k s
_ 2 5   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t o p p i n   i s   g i v i n g   u p   a l l   t h e   s m o k e 💨 💨 💨 💨     k n i c k s
o b i ’ s   o n   🔥 🔥 🔥   k n i c k s
h e   d i d   i t   a g a i n ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r  
h a s   r a n d l e   b e e n   t r a d e d   y e t ?   o b i   k n i c k s
t h i b o d e a u   g o t t a   s t o p   b e i n g   a   s e n i l e   o l d   f a r t   a n d   g i v e   o b i   s o m e   m o r e   p l a y i n g   t i m e s ! !   t o p p i n   i s   p o p p i n ’ ! ! !   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   f r o m   3 ! ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r
o b i   t o p p i n   g o i n g   c r a z y   o b i t o p p i n   k n i c k s
w h e r e   i s   s i m s ?     k n i c k s
t h e   k n i c k s   h a v e   t w o   s t a r t i n g   l i n e u p s .   w e   h e r e .
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
c a p t u r e   t h i s   k n i c k s  
i   k n o w   i t ’ s   j u s t   p r e s e a s o n ,   b u t … .   l e t ’ s   g o   k n i c k s ! ! !   l e t s g o k n i c k s   n e w y o r k k n i c k s   k n i c k s
e v e r y d a y   i   w a k e   u p   a n d   t h a n k   g o d   t h a t   o b i   w a s n ’ t   t r a d e d   t o   u t a h   k n i c k s
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
w i l l   n e v e r   g e t   t i r e d   o f   w a t c h i n g   o b i   e a s t b a y s   
 
 k n i c k s   🔶 ️ 🔷 ️  
m a y b e   t h e s e   m e t   f a n s   w h o   a r e   k n i c k   f a n s   s h o u l d   o f     s e e n   t h e   k n i c k s   p l a y   w h o   a r e   e l e c t r i f y i n g   t h e   c r o w d   r i g h t   n o w
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d o c   m c s u f f i n   o b i   t o p p i n !     k n i c k s      
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i t ’ s   a   b a d   d a y   t o   b e   a   r i m   t o n i g h t   i n   o b i ’ s   p r e s e n c e   k n i c k s
g o o d   b e g i n n i n g   t o   t h e   4 t h . .   b u t   t h a t   3 r d   q t r   m a n   s m h   i   s t a r t e d   t o   s e e   s o m e   o f   t h e   s a m e   s h i t   i   s a w   l a s t   w i t h .   w h y   i s   j u   b r i n g i n g   u p   t h e   b a l l ,   d o m i n a t i n g   t h e   b a l l ?   w h y   i s   b r u n s o n   s t u c k   o n   a   2   m a n   g a m e   w / j u ?   w h y   d o e s   r j   f o r c e   a f t e r   p o s s e s s i o n s   o f   h i m   n o t   t o u c h i n g   t h e   b a l l ?   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
n o w   i q   w i t h   t h e   o u t l e t   t o   o b i   😂 😂   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   i q   i m m a n u e l q u i c k l e y   n b a t w i t t e r     o b i t o p p i n  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   i s   m a k i n g   r a n d l e   l o o k   s o   b a d .   k n i c k s
_ s a m   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   b r i n g s   s u c h   a n   a m a z i n g   e n e r g y   t o   t h i s   t e a m .   l o v e   t h i s   k i d !   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  n e e d s   t o   p l a y   3 5   m i n .   k n i c k s
o n e   t h i n g   a b o u t   i q   i ’ m   s t a r t i n g   n o t   t o   l i k e   i s   t h a t   h e ’ s   a   n u t   🥜   p a s s   t h e   b a l l   y o   …   k n i c k s
y a ' l l   c a n ' t   t e l l   m e   s h i t   a b o u t   m y   g u y     k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r  
t o p p i n   a g a i n   k n i c k s   f l i g h t t i m e
_ h o l d b r o o k   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   s h o w i n g   t h e   f u c k   o u t ! ! !   k n i c k s
_   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   g o i n g   o f f   k n i c k s
p l e a s e   k e e p   p a s s i n g   t h e   b a l l   t o   t o p p i n   i n   t h e   o p e n   c o u r t .   k n i c k s  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h i s   j u s t   a   o b i   t o p p i n   d u n c k   c o n t e s t ! ! ! ! ! ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r
a i n ’ t   n o b o d y   m e s s i n   w i t   m y   k n i c k s … . k n i c k s … .   k n i c k s …
i   d i d n ' t   w a n t   t o   s a y   i t   b u t   h a r t e n s t e i n   m a a a n   w h a t   a r e   y o u   d o i n g . . . . k n i c k s
a t   t h e   c r i b   o n   a   f r i d a y   n i g h t   w a t c h i n g   t h e   g a n g   p l a y   k n i c k s
i   k e e p   s a y i n g   o b i   t o b b i n   i s   g o n n a   b e   t h a t   s u p e r s t a r   p l a y e r   t h e   k n i c k s   b e e n   l o o k i n g   f o r .   t h i b s   l e t   t h a t   b o y   c o o k
i f   t h i s   k n i c k s   t e a m   s t a y s   h e a l t h y ,   t h e y   h a v e   t h e   a b i l i t y   t o   m a k e   t e a m s   s o   t i r e d .
w h y   i q   l o o k i n g   s u r p r i s e d   t h a t   o b i ’ s   d u n k   w h e n   o b i   d o e s   t h a t   e v e r y   y e a r   k n i c k s
s m o k i n g   a   b l u n t   t o   c a l m   m y s e l f   d o w n   f r o m   t h a t   o b i   t o p p i n   d u n k … s t i l l   s o   h y p e d   😁   k n i c k s
d e u c e   s e n d s   m a t h u r i n   b a c k   t o   a r i z o n a .   n b a   b a s k e t b a l l   n b a t w i t t e r   d e u c e m c b r i d e   m i l e s m c b r i d e   k n i c k s   k n i c k s t a p e   n y k   b e n e d i c t m a t h u r i n  
t h i s   i s   g o n n a   b e   a   g o o d   y e a r   
 h e l l a   d e p t h   k n i c k s   
 t h e   b e n c h   w i l l   b e   t h e   d i f f e r e n c e   m o s t   n i g h t s   i f   t h i b s   u s e s   t h e m   p r o p e r l y  
o b i   j u s t   d i f f e r e n t .   k n i c k s
o s w a l d o   i s   a t   t h e   k n i c k s   g a m e 🥹 🥹   y a n k e e s   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
5 5   c u z   i   d i d n ’ t   f e e l   l i k e   l o o k i n g   u p   h i s   n a m e   t o   s p e l l   i t   i s   s t i n k i n   i t   u p   o u t   t h e r e   o n   b o t h   e n d s   o f   t h e   f l o o r   k n i c k s
g r e e n   g o b l i n   s u b w a y   a t t a c k   c r e w   i d ' d   b y   n y p d   -     v i a     -   y a n k e e s   m e t s   n e t s   k n i c k s   b r o o k l y n   q u e e n s   n j t r a n s i t   m t a   p o l i c e   f b i   n y c   a l b a n y   c n n   f o x n e w s   m l b   n f l   n b a   m e t o o   n e w y o r k   n e w y o r k c i t y   b i d e n   u s a   t r u m p   n c a a   n y u   a a r o n j u d g e
h a d   t o   t a k e   a   s h o t   a f t e r   t h a t   o b i   t o p p i n   d u n k ! !   k n i c k s  
3 r d   q u a r t e r   k n i c k s   1 0 3
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o h   m y   g o d ,   i   j u s t   l o v e   w a t c h i n g   i q   k n i c k s
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i q   s t a r t i n g   t o   t u r n   i t   u p ! 🔥 🔥   h e ' s   g o i n g   t o   n e e d   t o   b e   a   f a c t o r   o f f   t h e   b e n c h   f o r   t h e   k n i c k s   t h i s   s e a s o n !
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
r e g u l a r   n e w   y o r k   s ! t ! ! !   k n i c k s  
  i   c a n ' t   w a t c h   a n y m o r e .   i t ' s   t o o   p a t h e t i c .   i ' m   w a t c h i n g   t h e   k n i c k s   g a m e .
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m c b r i d e   i s   e v e r y t h i n g   w e   w i s h e d   f r a n k   w a s .   k n i c k s
q u i c k l e y   f o r   3 3 3 3 3   f r o m   d o w n t o w n   j u d y   b r o w n   k n i c k s
t h e   b l o c k   b y   d u e c e ! ! 🔷 🔶 ❌ ❌ 
 k n i c k s   m i l e s m c b r i d e
h a r t e n s t e i n   h e y y y y   n i c e   t o   m e e t   y o u   k n i c k s   w e l c o m e   t o   m y   t e a m
o b i   f u c k i n g   t o p p i n ! ! ! 
   s e a s o n   i s   g o n n a   b e   d i s a p p o i n t i n g   o n c e   a g a i n ,   b u t   m a n   i t ’ s   g o n n a   b e   f u n ! 
 k n i c k s   n b a  
o m g g g g g   o b i   f u c c i n   t o p p i n   l o r d t   k n i c k s  
o b i   t o p p i n ! ! ! !   w i t h   t h e   t w e e n   t h e   l e g   d u n k   i n   g a m e   o n   m c c o n n e l l ! ! !   k n i c k s
y e a a a a a a h   o b i ! ! ! ! ! ! ! ! !   k n i c k s
o b i … … t o p p i n ! 
 
 n e w y o r k f o r e v e r   k n i c k s  
o b i t o p p i n   j u s t   w e n t   b e t w e e n   t h e   l e g s   a n d   d u n k e d .   s e t   m s g   o n   f i r e .   a t   l e a s t   u s   m e t   f a n s   h a v e   t h e   k n i c k s   t o   l o o k   f o r w a r d   t o .   🤷 🏻 ‍ ♂ ️   a m a z i n m e t s   s d v s n y m   l o s m e t s   l g m   m e t r o p o l a t i n o s   m e t s
o m g ! ! !   o b i   t o p p i n   w i t h   a   d u n k   c o n t e s t   d u n k   i n - g a m e ! ! ! !   😳 😲 😮 n y k   k n i c k s
o m g ! ! ! !   d i d   y o u   s e e   w h a t   t o p p i n   j u s t   d i d … .   i n   a   g a m e ! ! ! ! ! !   t h a t   w i l l   b e   1   o n   s p o r t s   c e n t e r   t o p   1 0   k n i c k s
t h a t ’ s   a   b a d   c a l l   b u t   i t ’ s   s c o t t   f o s t e r   s o   u   k n e w   i t   w a s   c o m m i n g   
 
 k n i c k s   n e w y o r k f o r e v e r
o b i   t o p p i n   b l o c k   t h e n   b e t w e e n   t h e   l e g s   f o r   t h e   d u n k   n b a   b a s k e t b a l l   o b i t o p p i n   k n i c k s   n y k   k n i c k s t a p e   n b a t w i t t e r   d u n k  
w h y   i s   r a n d l e   s t i l l   o n   t h i s   t e a m ?   k n i c k s
w h o a   o b i   k n i c k s
t h e   s l a m   d u n k   c h a m p   🔥 🔥   k n i c k s   n b a   ( 🎥   v i a   )
q u i c k   i s   l i k e   " i   a i n ' t   k n o w   h e   w a s   g o n n a   d o   a l l a   t h a t "   😂 😂   k n i c k s
  j u s t   s l a y e d   t h e   k n i c k s   k i l l e r   t j   m c c o n n e l l   o n   t h a t   d u n k
i   l o v e   t h i s   t e a m   k n i c k s
t o p p i n   u   a   w i l d   b o y y y   k n i c k s
o b i   g a v e   h i m   t h e   f i n g e r   p o i n t   😂 😂   k n i c k s
o b i   b u i l t   d i f f e r e n t . 
 
 k n i c k s   n e w y o r k f o r e v e r   w e h e r e
t h a t   o b i   d u n k   w a s   a s   p r i m e t i m e   a s   i t   g e t s ,   f o l k s .   k n i c k s
o b i   t a k i n g   i t   t o   t h e   r a t   k n i c k s  
k n i c k s . . . .   t o p p i n   i   s e e n   y o u   t h a t   w a s   a l l   y o u   f o r   a   s w e e t   2   d a m m i t   m a a a a a n   b r u s h i n g   o f f   y o u r   s h o u l d e r s   😲
o b i   t o p p i n   😮 😂 k n i c k s
l m a o o o   t o p p i n   y o u   f u c k i n g   s a v a g e ! ! !   k n i c k s   n y k
t o p p i n   k n i c k s   k n i c k s t a p e   b i n g b o n g
o b i   b l o c k   a n d   e a s t b a y   l f g   k n i c k s
t h e   g r e a t e s t   i n   g a m e   d u n k   i v e   e v e r   s e e n     k n i c k s
o b i   e a s t   b a y   i n   p e r s o n   i s   c r a z y   🔥 🔥 🔥   
 k n i c k s
o m f g ! ! ! !   o b i ! ! ! ! !   
 
 k n i c k s   n e w y o r k f o r e v e r  
t h e   k n i c k s   o r g a n i s t   w a s   j u s t   p l a y i n g   e z e k e i l ' s   w h e e l   c h o r d s   a t   t h e   g a r d e n .    
g o o d   l o r d ! ! !   t h a t   t o p p i n   d u n k ! ! ! !   k n i c k s
o b i   t o p p i n   i s   s u p e r   f u n ,   m a n .   k n i c k s   n y k n i c k s   k n i c k s t a p e
o b i   i s   n u t s   🤣 🤣   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
s t i l l   h a v e   t o   w o r k   o n   c o m i n g   o u t   s t r o n g   i n   t h e   3 r d   q u a r t e r .   w e   w e r e   u p   1 8   a t   t h e   h a l f ,   n o w   o n l y   u p   1 1 .   k n i c k s
i   k n o w   i t ' s   p r e s e a s o n   b u t   d e s p i t e   h o w   w e l l   w e ' r e   p l a y i n g ,   i ' m   s e e i n g   t h e   s a m e   o l d   f r o m   r a n d l e   a n d   t h i b s .   k n i c k s
t o o   m u c h   „ r a n d l e   b a l l “   t o n i g h t   f o r   m y   t a s t e .   m o v e   t h e   b a l l 
 
 k n i c k s   n b a
y o   i   m i g h t   s t o p   l i v i n g   i f   c l y d e   c a l l   d u d e   d a v i d   r u f f i n   o n e   m o   t i m e   🤣   k n i c k s
b r u n s o n   s t e p   b a c k   n b a   b a s k e t b a l l   n b a t w i t t e r   j a l e n b r u n s o n   k n i c k s   n y k   k n i c k s t a p e  
b r o   t h i s   r a n d l e   c e n t r i c   o f f e n s e   i s   n o t   i t   !   k n i c k s
p o p s   a n d   l i l   b r o   k n i c k s  
r j   t o   m i t c h   r o b   a l l e y   o o p   n b a   b a s k e t b a l l   n b a t w i t t e r   r j b a r r e t t   m i t c h e l l r o b i n s o n   m i t c h r o b   k n i c k s   n y k   k n i c k s t a p e  
i ’ m   c h o o s i n g     p r e - s e a s o n   o v e r     p l a y o f f s ,   j u s   s a y i n !   l o v e   m y   n y   s q u a d s ,   b a c k   a n d   f o r t h   l i k e     a n d     o r     a n d     s t y l e s p   m e t s   g i a n t s   k n i c k s
r a n d l e   i s   l o o k i n g   t r i m   k n i c k s
i   w i l l   s a y   i   m i s s e d   h e a r i n g   _ j _ b o y l e   v o i c e   t h i s   o f f   s e a s o n .   s o   g l a d   t o   h e a r   h i m   b r o a d c a s t   t h e   p a c e r s   o n c e   a g a i n .   t h e   b e s t   t o   e v e r   d o   i t . 
 p a c e r s   k n i c k s
t h i s   i s   t h e   a t h l e t i c i s m   t h e y   s p e a k   o f   w h e n   c a m   r e d d i s h   i s   t a l k e d   a b o u t   n b a   n b a t w i t t e r   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   c a m r e d d i s h  
a r e   t h e     b e i n g   d i s t r a c t e d   b y   t h o m   t h i b o d e a u ’ s   m l c   g o a t e e ?   k n i c k s   n y k n i c k s   _ k n i c k s
k n i c k s   l o o k   s o l i d   d e f e n s i v e l y   a n d   o f f e n s i v e l y   k n i c k s   n y k n i c k s
  b r o t h e r   d o n e   m a d e   i t   t o   c e l e b r i t y   r o w   l o l   k n i c k s  
m y   g o d   i   t h i n k   i   m a y   h a t e   h i m   ( j u l i u s )   m o r e   t h a n   l a n c e   t h o m a s   o r   j a r r e d   j e f f r i e s   k n i c k s
t h i b s   g o n   u s e   a l l   t h e   t i m e o u t s   i n   t h i s   q u a r t e r   😂 k n i c k s
w h o ’ s   g o n n a   g i v e   j u l i u s   t h e   d r a y m o n d   t r e a t m e n t   d u r i n g   t h e   f i l m   s e s s i o n   t o m o r r o w ?   k n i c k s
o n c e   r a n d l e   s t a r t e d   d o i n g   t o   m u c h   t h e   w h o l e   v i b e   c h a n g e d   n g l .   k n i c k s
i ’ m   s u r e   i   a l r e a d y   t w e e t e d   t h i s   b u t   i   h a t e   w a t c h i n g   j u l i u s   r a n d l e   p l a y   b a s k e t b a l l .   t r a d e   h i m   k n i c k s
i   w o u l d   s o   d o   t h e   m e l o   p u m p   f a k e   i f   i   c a u g h t   t h e   b a l l   o u t   o f   b o u n d s   s i t t i n   c o u r t s i d e   l o l   k n i c k s
y e a   m i t c h   i   s e e   y o u   g a n g .   f t   m o n e y   💵 .     k n i c k s
_   t h e   f a c t   t h a t   j u   a w a r d e d   c a m   f o r   c r e a t i n g   t h e   s t e a l   m a d e   m e   v e r y   h a p p y .   k n i c k s
r e d d i s h   w i t h   a n   a t h l e t i c   f i n i s h ! 
 k n i c k s   n e w y o r k   n b a   n b a t w i t t e r   n b a p r e s e a s o n   n y k 
  
t h i b s   w a s   m a d   a f   c a l l i n g   t h a t   t i m e   o u t . .   i   h o p e   h e ’ s   t e l l i n g   t h e   p l a y e r s   c u t   t h e   s h i t   w / t h e   l a s t   f e w   p o s s e s s i o n s   l o o k i n g   l i k e   l a s t   s e a s o n s   o f f e n s e   w i t h   r a n d l e   b r i n g i n g   u p   t h e   b a l l   🙄   k n i c k s
b r u n s o n   t o   m i t c h   r o b   f o r   t h e   s l a m   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   n y k   k n i c k s t a p e   m i t c h r o b   m i t c h e l l r o b i n s o n  
r j ,   b r u n s o n ,   & a m p ;   r a n d l e   h a v e   b e e n   p l a y i n g   v e r y   g o o d   t o g e t h e r !   g o i n g   t o   b e   v e r y   e x c i t i n g   s e e i n g   w h a t   t h e y   c a n   d o   a s   t h e   y e a r   p r o g r e s s e s ! 
 k n i c k s
    _ _ _ _   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i t s   c l e a r   t h a t   t h i s   k n i c k s   t e a m   i s   a   m u c h   b e t t e r   t e a m   w i t h o u t   e v a n   f o u r n i e r   s t a r t i n g   t h e   b a l l   f l u i d   p a c e   i s   m u c h   b e t t e r
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
      u n f o r t u n a t e l y   h e   h a s   a   r e p u t a t i o n   o f   r u n n i n g   h i s   s t a r s   i n t o   t h e   g r o u n d ,   a l l   g o o d ,   p l a y   h a r d   a n d   s m a r t   g e t   s o m e   w i n s   a n d   d e v e l o p !     k n i c k s     !     n b a
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
a t   w h a t   p o i n t   d o   i   t u r n   i t   o v e r   t o   k n i c k s   p r e s e a s o n ?   t h e   m e t s   a r e   m a k i n g   m e   s a d
h o w   i s   r a n d l e   l o o k i n g   r i g h t   n o w   k n i c k s   n e w y o r k f o r e v e r
💪 🏾 m i t c h e l l   r o b i n s o n   🗽 🔸 🔹 k n i c k s
m i t c h   w i t h   3   s l a m s   i n   a   r o w   🔥 🔥 🔥   k n i c k s
n i c e   m o v e   3 0   k n i c k s
t h e   s t e a l   b y   r e d d i s h ,   a n d   t h e   t h r o w d o w n   b y   m i t c h ! ! ! 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 
 
 t h i s   k n i c k s   t e a m   h a s   c o m e   t o   d o m i n a t e ! ! ! 💯 🔷 🔶 🔷 🔶
l e t ' s   g o   k n i c k s
n i c e   f a s t   b r e a k   l a y u p   b y     r e d d i s h   ,   i s   a n y o n e   m i s s i n g     f o u r n i e r     ,   j u s   s a y i n ! !   k n i c k s    
a t   l e a s t   t h e   k n i c k s   a r e   g i v i n g   f a n s   a   t r e a t   t o n i g h t   u n l i k e   m y   t e a m   i n   t a m p a
c a m   r e d d i s h   w i t h   t h e   u p   a n d   u n d e r   k n i c k s
o m g   w h a t   a   s h o t ! ! !     c a m   w e   s t o p   d o u b t i n g   c a m   n o w ? ?   k n i c k s
w h a t   a   l a y !   k n i c k s
r e d d i s h   a c r o b a t i c   w a l t   f r a z i e r   k n i c k s   s a i d
i   j u s t   d o n ’ t   s e e   i t   w i t h   c a m …   p o o r   d e c i s i o n   m a k i n g ,   d o e s n ’ t   u n d e r s t a n d   s p a c i n g ,   s t o p s   b a l l   m o v e m e n t ,   c a n ’ t   c a t c h   a   r e b o u n d   ,   l o o s e   b a l l   o r   p a s s . .   
 m a y b e   h e ’ s   g o o d . .   b u t   n o t   o n   t h i s   k n i c k s   r o s t e r   c a m r e d d i s h
i f   w e   d o n ’ t   d o   a n y t h i n g   i n   t h e   3 r d ,   i   t h i n k   i ’ m   g o i n g   t o   t u n e   i n t o   t h e   k n i c k s   g a m e .   w h y   r u i n   m y   n i g h t   w a t c h i n g   d a r v i s h   b e n d   u s   o v e r   w i t h   n o   v a s e l i n e ?   a m a z i n m e t s   s d v s n y m   l o s m e t s   l g m   m e t r o p o l a t i n o s   m e t s
i   r e a l l y   d o n t   u n d e r s t a n d   w h y   m y   k n i c k s   s t i l l   h a v e   r a n d l e
r a n d l e   n o t   e f f i c i e n t   w i t h   t h a t   l a s t   s h o t .   k n i c k s
b r u n s o n   i s   a   b u c k e t   🪣 
 k n i c k s
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
f i n a l l y   g e t   t o   w a t c h   t h e   g a m e   i n   r e a l   t i m e 
 l e t   g o   k n i c k s
j a l e n   b r u n s o n   r e m i n d s   m e   o f   c p 3 ! !   😈   k n i c k s
t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . .  
f i n a l l y   a b l e   t o   s i t   d o w n   a n d   w a t c h   t h e   k n i c k s   g a m e .
h a v e   m e r c y   k n i c k s   n b a p r e s e a s o n
j u l i u s   b o d y   l a n g u a g e   i s   s o   m u c h   d i f f e r e n t   t h i s   y e a r . 
 l e t ' s   h o p e   h e   k e e p s   t h a t   e n e r g y ! 
 k n i c k s
t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t    
b r u n s o n   h a s   b e e n   p u t t i n g   o n   a   c l i n i c   i n   a   l o t   o f   w a y s   a n d   i t ' s   o b v i o u s   t h i s   t e a m   i s   b e n e f i t i n g   f r o m   a l l   s t a r   c a l i b e r   p g   p l a y .   b u t   i ' m   p r e d i c t i n g   t h a t   t h e   b i g g e s t   i m p a c t   h e ' s   g o n n a   m a k e   i s   t h e   w i l l i n g n e s s   a n d   b a s k e t b a l l   i q   t o   k e e p   e v e r y o n e ,   e s p e c i a l l y   r a n d l e   i n v o l v e d .   k n i c k s   4 / 4
w a t c h i n g   k n i c k s   p r e s e a s o n   a n d   t h e   s i n g l e   m o s t   i m p r e s s i v e   t h i n g   i ' v e   s e e n   f r o m   b r u n s o n   s o   f a r   t o n i g h t   w a s   a   5   m i n u t e   s t r e t c h   i n   t h e   2 n d   w h e r e   h e   p e r s i s t e n t l y   i n v o l v e d   r a n d l e   i n   t h e   o f f e n s e .   1 / 4
l o s t   4 5   g a m e s   l a s t   y e a r   b y   a n   a v e r a g e   - . 4   d i f f e r e n t i a l   ( w h i c h   w a s   b e t t e r   t h a n   t h e   b u l l s ,   w h o   m a d e   t h e   p l a y o f f s   o u t r i g h t .   b a l l   j u s t   w e n t   t h e i r   w a y ) .   l o s t   s o   m a n y   g a m e s   u p   b i g   b e c a u s e   w e   c o u l d n ’ t   g e t   i n t o   o u r   s e t s .   
 
 t h i s   t e a m   i s   g o i n g   t o   b e   g o o d   k n i c k s
j u s t   n e e d e d   s o m e o n e   t o   g a l v a n i z e   t h e   p i e c e s .   i f   b r u n s o n   i s   t h a t   g u y ,   w e   t h e   k n i c k s   w i l l   b e   v e r y   g o o d .   
 
 h e l l ,   i f   r o s e   w a s   j u s t   h e a l t h y   l a s t   y e a r ,   w e   e a s i l y   m a k e   t h e   p l a y o f f s .   b r u n s o n   i s   a n   i m p r o v e m e n t   o f f   t h a t
w h y   d o n ’ t   t h e   k n i c k s   d o   a   m e t s   i n s p i r e d   b l a c k   c i t y   e d i t i o n   j e r s e y ?   w o u l d   l o o k   s o   c l e a n   n y k n i c k s   n b a   n i k e
i n   o t h e r   n e w s ,   t o p p i n   a n d   r a n d l e   h a v e   b o t h   t a k e n   7   s h o t s   a n d   h a v e   t h e   s a m e   p o i n t s ,   t o p p i n   j u s t   d i d   i t   i n   1 0   m i n u t e s   o f   p l a y   a n d   a   b i t   m o r e   e f f i c i e n t l y .   k n i c k s   h a l f t i m e
t h e   p a c e r s   h a v e   p r e v e n t e d   f a s t b r e a k   p o i n t s   s o   f a r ,   b u t   t h e   k n i c k s   a d j u s t e d   i n   t h e   2 n d   q t r ,   n o t   h o i s t i n g   u p   q u i c k   s h o t s ,   b u t   k i c k i n g   t h e   b a l l   o u t   a n d   g e t t i n g   i n t o   t h e   f l o w   o f   t h e   o f f e n s e .   s h o t   6 - o f - 8   f r o m   3 p t   & a m p ;   1 4 - o f - 2 8   i n   t o t a l   i n   t h e   2 n d   n y k n i c k s   k n i c k s t a p e
n o t   s k i p p i n g   l e g   d a y s   k n i c k s  
1 4   m i n u t e s .   0   p o i n t s .   0 / 5   f r o m   t h e   f i e l d .   s u b p a r   d e f e n s e .   t h i s   i s   n o t   a   g o o d   g a m e   f r o m   r e d d i s h .   o n   a   n i g h t   w h e r e   i t   n e e d e d   t o   b e   o n e   o f   h i s   b e s t .   k n i c k s
c l y d e   i s   r i g h t   a b o u t   e v e r y t h i n g ,   i n c l u d i n g   j a l e n   s m i t h ’ s   g l a s s e s   b r i n g i n g   t o   m i n d   d a v i d   r u f f i n .     k n i c k s   n e w y o r k f o r e v e r      
i   d o n ’ t   g e t   w h y   w e   c a n ’ t   g e t   e x c i t e d   d u r i n g   p r e s e a s o n .   e s p e c i a l l y   w h e n   y o u   s e e   y o u r   t e a m   d o i n g   t h i n g s   a s   a   t e a m   t h a t   t h e y   c o u l d n ’ t   d o   t h e   s e a s o n   b e f o r e .   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h i s   k n i c k s   t e a m   i s   l o o k i n g   l i k e   i   e x p e c t e d .   i   t h i n k   e v e r y o n e   t h a t   w a s   s u p p o s e d   t o   t a k e   a   s t e p   f o r w a r d   t h i s   s e a s o n   w i l l   b e   t a k i n g   t h a t   s t e p !   i ’ m   e x c i t e d   t o   s e e   h o w   f a r   w e   g o   t h i s   s e a s o n !   k n i c k s
t h e s e   a r e   b i g   “ i f s ”   b u t   i f   r a n d l e   b u y s   i n   a n d   i f   g r i m e s   t a k e s   t h e   s t a r t i n g   s g   s p o t   a n d   i s   a n   e l i t e   3   a n d   d   w i n g ,   t h e   k n i c k s   c a n   m a k e   n o i s e !   b r u n s o n   i s   h i m   a n d   r j   i s   h i m !   k n i c k s
i n j e c t   t h a t   2 n d   q u a r t e r   i n   m y   v e i n s !   k n i c k s
k n i c k s   a t   t h e   g a m e   t o n g i n g   n e w y o r k  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
r a n d l e   f a d e   a w a y   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   k n i c k s t a p e   n y k   j u l i u s r a n d l e  
r e p l a c e   c a m   r e d d i s h ' s   m i n u t e s   w i t h   a   h e a l t h y   q u e n t i n   g r i m e s ,   a n d   t h i s   k n i c k s   r o s t e r   i s   p r e t t y   f u n / v e r s a t i l e .
t o u g h   f i r s t   h a l f   f o r   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   g e t   b a c k   t o   m y   a p a r t m e n t   t o   s e e   t h e   k n i c k s   d o m i n a t i n g   t h e   p a c e r s   a t   h a l f t i m e .   p a c e r s   h a v e   9   t u r n o v e r s   t o   t h e   k n i c k s   o n e ,   y i e l d i n g   1 3   m o r e   a t t e m p t s   a t   t h e   b a s k e t   f o r   t h e   k n i c k s .   p h e n o m e n a l   d e f e n s i v e   w o r k   b y   t h e   t e a m .   k n i c k s
e n d   o f   q 2 
 k n i c k s   7 2 
 p a c e r s   5 4 
 
 r j   b a r r e t t :   1 6   p t s ,   2   r e b ,   4 / 5   3 p t 
 j a l e n   b r u n s o n :   1 5   p t s ,   3   a s t 
 o b i   t o p p i n :   1 0   p t s ,   2 / 4   3 p t
l e t s   g o   k n i c k s   p e r f e c t   b i r t h d a y   g i f t   f o r   m e   🔥
t u r n e r ' s   s h o t   m i s s e d   t o   e n d   o f   t h e   f i r s t   h a l f 
 p a c e r s   5 4   k n i c k s   7 2   h  
r a n d l e   d i d n t   l o o k   c o m f o r t a b l e   a t   a l l   p l a y i n g   t h a t   m i k e   d   a n t o n i o   s t y l e   s p r e a d   y o u r   w i n g s   a n d   d o   s h t   a l l   d a y   o f f e n s e   s e t u p .   t o m   p l e a s e   t r a s h   t h a t   o f f e n s e   p l a y   b o o k .   k n i c k s
n e e d   m y   k n i c k s   t o   k e e p   t h e i r   f o o t   o n   t h e i r   n e c k s ‼ ️
r a n d l e   a s   a   3 r d   o p t i o n   i s   a   r e a l l y   g o o d   l o o k   k n i c k s .
r a n d l e   h a d   t o   p i c k   t h e   e x a c t   t i m e   i   c a l l e d   h i m   o u t   f o r   g o i n g   1 / 5   w i t h   a   l i t t l e   o v e r   2   t o   g o .   n o w   p r o c e e d s   t o   g o   n o w   h e ' s   1 0 / 5 / 3 .   c o n c l u s i o n ?   i   s h a l l   c o n t i n u e   t o   c a l l   r a n d l e   o u t .   😂   k n i c k s
t h i s   i s   a   t a l e n t e d   k n i c k s   t e a m ,   k n i c k s   f a m .   c a n   t h e y   g e l ,   c a n   t h e y   p l a y   t o g e t h e r   c o n s i s t e n t l y .   t i m e   w i l l   t e l l .   k n i c k s
k n i c k s   c o u l d   h a v e   s t e p h   c u r r y   a t   p o i n t   g u a r d   a n d   j u l i u s   r a n d l e   w i l l   s t i l l   f i n d   a   w a y   t o   b r i n g   t h e   b a l l   u p   t h e   c o u r t   m u l t i p l e   t i m e s   i n   a   r o w .
r i g h t   n o w   s o m e   o f   u   a r e   s e e t h i n g   w a t c h i n g     r a n d l e   d o   r a n d l e   t h i n g z 
 🤣 🤣 🤣 💯 
 k n i c k s
s o   o b v i o u s l y   s o m e o n e   h e a r d   m y   l a s t   t w e e t .     k n i c k s   n o w   u p   b y   1 8   o v e r   i n d y   a t   h a l f t i m e .   
 
 k n i c k s o n m s g   n y k n i c k s   

d o n o v a n   m i t c h e l l   w h o   p t .   2   n b a   b a s k e t b a l l   k n i c k s   n b a t w i t t e r  
n o t   t r y i n g   t o   g e t   t o   e x c i t e d   b u t   w e   b e e n   p l a y i n g   g r e a t   . . i t ’ s   o n l y   p r e s e a s o n   b u t   i   s e e   t h e   c h e m i s t r y   k n i c k s  
l e g o   k n i c k s   w e   u p   m a n
i   l i k e   t h i s   5   d e f e n s i v e l y   k n i c k s
b u d d y   h i e l d   t r e y 
 p a c e r s   5 2   k n i c k s   6 9   2 n d  
j u l i u s   r a n d l e   b u c k e t 
 p a c e r s   4 9   k n i c k s   6 9   2 n d  
i   k n o w   i t ’ s   p r e   s e a s o n   b u t   m y   s q u a d   l o o k s   g o o d .   
 k n i c k s
a c t u a l l y   p o o l e   f o r   r o s e   w o u l d   b e   p e r f e c t   f o r   b o t h   t e a m s .   t r a d e   r a n d l e   l a t e r   l o l   k n i c k s
i   c o u l d   b e   j u m p i n g   t h e   g u n   b u t   w h e n   t h e     w i n   5 0   g a m e s ,   j a l e n   w i n n i n g   m v p   👀   k n i c k s
j u l i u s   r a n d l e   s t e p - b a c k   j u m p e r 
 p a c e r s   4 7   k n i c k s   6 7   2 n d  
i   t h i n k   t y r e s e   h a l i b u r t o n   h a s   j u s t   r e a l i z e d   t h i s   i s   a   d i f f e r e n t   k n i c k s   t e a m .     h e ’ s   n o t   t a l k i n g   h i s   u s u a l   s m a c k   s w a g g e r
r a n d l e   m a k i n g   h i s   1 s t   f g   w i t h   c l o s e   t o   2   m i n u t e s   t o   g o   i n   t h e   2 n d   q u a r t e r   i s   n o t   a   g o o d   t h i n g .   t w o   s l o w   s t a r t s .   b u t   k n i c k s   a r e   u p   b y   2 0   s o   y ' a l l   g o n n a   s a y   i ' m   n i t p i c k i n g .   k n i c k s
t h o s e   s q u e a k y   s n e a k e r s s s s s   t h a t s   d e f e n s e   b a b y !   k n i c k s
j u l i u s   r a n d l e   f r o m   d o w n t o w n 
 p a c e r s   4 7   k n i c k s   6 5   2 n d  
w u t   t h e   h e l l   i s   r a n d l e   d o i n g . .       & a m p ;   h e   h i t s   a   3   a f t e r   a l l   t h a t   😂 😂 
 
 k n i c k s   n e w y o r k f o r e v e r  
i t   a l w a y s   g e t s   s l o p p y   w h e n   r a n d l e   t r i e s   t o   d r i b b l e   t o o   m u c h ,   w a s   t h a t   a   p a s s   a t t e m p t   o r   d i d   h e   j u s t   l o s e   i t ?   k n i c k s
k n i c k s   l o o k   f k ’ n   g o o d ’ t ! !  
r j   b a r r e t t   w i l l   b e   a n   a l l - s t a r   t h i s   y e a r !   s a v e   t h e   t w e e t   k n i c k s
    k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
m i t c h e l l   r o b i n s o n   o n   b o t h   e n d s   o f   t h e   c o u r t 
 p a c e r s   4 7   k n i c k s   6 0   2 n d  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
1 1 m i n s   0 - 5   z e r o   p t s   a n d   y ’ a l l   w h a t   c a m   t o   s t a r t   ? ? ?   🤦 🏽 ‍ ♂ ️   k n i c k s
m i t c h   r o b   p u t   b a c k   d u n k   n b a   b a s k e t b a l l   k n i c k s   m i t c h e l l r o b i n s o n   m i t c h r o b   n y k   k n i c k s t a p e   n b a t w i t t e r  
j u l i u s   r a n d l e   h a s   n o   b o u n c e   k n i c k s
m i t c h e l l   r o b i n s o n   b o a r d   & a m p ;   s l a m 
 p a c e r s   4 7   k n i c k s   6 0   2 n d  
t h i s   i s   t h e   y e a r   o f   m i t c h e l l   r o b i n s o n   k n i c k s
r j   b a r r e t t   i s   a n   e x a m p l e   o f   h a r d   w o r k   b e a t s   t a l e n t .   b i g   s e a s o n   a h e a d   k n i c k s
  t o u g h   c a l l . 
 k n i c k s   g e t t i n g   s o m e   o f   m y   a t t e n t i o n 
 l g m   m o r e   a t m
o b i   g e t t i n   t o   t h e   r i m   o f f   t h e   d r i b b l e   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   o b i t o p p i n   n y k   k n i c k s t a p e  
a   b i g   s h o u t   o u t   t o   l e o n   r o s e   f o r   l o c k i n g   i n   j a l e n   b r u n s o n   t o   a   l o n g   t e r m   c o n t r a c t .   t h e   k n i c k s   h a s   a   t r u e   p g .   h e   m a k e s   e v e r y o n e   b e t t e r .   n b a  
s o m e o n e   p u t   e n e r g y   i n   c a m … .   g e t   i n t o   t h e   g a m e   k n i c k s
m o o d   k n i c k s    
c a m   r e d d i s h   i s   g e t t i n g   a   o p p o r t u n i t y   t o   s h o w   w h y   h e   s h o u l d   b e   i n s e r t e d   i n t o   t h e   l i n e   u p   a n d   i t ’ s   q u i e t   f o r   h i m !   b r u h   g o t t a   g o   g e t   t h a t   s h i t !   t h a t   f i n e s s e   s h i t   a i n ’ t   g o n n a   c u t   i t   w e   g o t t a   s e e   a   d o g !   k n i c k s
r j   b a r r e t t   d o w n t o w n 
 p a c e r s   4 3   k n i c k s   5 4   2 n d  
c h r i s   d u a r t e   t r e y 
 p a c e r s   4 3   k n i c k s   5 1   2 n d  
w e   g o t   a   p o i n t   g u a r d   b r o ! !   k n i c k s  
j b   c r a f t y   a f   m a n   k n i c k s
* b u y i n g   r j   b a r r e t t   j e r s e y   k n i c k s
l o v e   b r u n s o n   a s   a   k n i c k   a l r e a d y .   c a m   r e d d i s h   s t a r t i n g   t o o .   r j   b a r r e t t   h i t t i n g   3 s   a n d   t o p p i n   b l o c k i n g   s h o t s .   k n i c k s
c e l e b r a t i n g   t h e   w   w i t h   s o m e   k n i c k s   p r e s e a s o n .   t h a n k s   .  
y o   i   l o v e   b r u n s o n   a l r e a d y .   h e ’ s   a   f r e a k i n g   t a n k   o u t   t h e r e !   💪 🏽   k n i c k s   n e w y o r k f o r e v e r
j u l i u s   d o e s n ' t   f i t   o n   t h i s   t e a m   a t   a l l   k n i c k s
t h i s   k n i c k s   t e a m   i s   s n e a k y   g o o d .
i   f u c k i n g   l o v e   j a l e n   b r u n s o n .   🟠 🔵   k n i c k s   g o t   t h e m   a   p g ! ! !   k n i c k s
b r u n s o n   t o   t o p p i n   f o r   3 .   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   j a l e n b r u n s o n   o b i t o p p i n   n b a t w i t t e r  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
    k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
b u d d y   h i e l d   b u c k e t 
 p a c e r s   4 0   k n i c k s   4 6   2 n d  
o b i   t o p p i n   d o w n t o w n 
 p a c e r s   3 8   k n i c k s   4 6   2 n d  
e v e r y o n e   t h i n k s   t h i s   n e w   t h i b s   b e a r d   i s   h i m   l o o s e n i n g   u p   a   l i t t l e . 
 
 h a v i n g   w a t c h e d   t h i b s   f o r   1 2   y e a r s   n o w ,   i ’ m   t h i n k i n g   i t ’ s   m o r e   a k i n   t o   r o c k y   t r a i n i n g   f o r   d r a g o . 
 
 b u l l s   k n i c k s  
o b i   f r o m   t h e   c o r n e r   💰 💰 
 k n i c k s
y ’ a l l   t o l d   m e   o b i   n o t   a   s h o o t e r ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r  
o b i   t o p p i n   d r i v i n g   b u c k e t 
 p a c e r s   3 8   k n i c k s   4 3   2 n d  
j e r i c h o   s i m s   s t u f f 
 p a c e r s   3 8   k n i c k s   4 1   2 n d  
i   d o n ’ t   l i k e   t h e   p r o d u c t   i ’ m   s e e i n g   o n   t h e   c o u r t   r i g h t   n o w   s h i t   s t a g n a n t   s m h   k n i c k s
f r i d a y   n i g h t   k n i c k s  
d u e c e   i s   p l a y i n g   b e t t e r   t h a n   o l d   b o y … .   i q   w a n t e d   s h o o t   t h a t   n u t t y   a s   s h o t   b u t   h e   m a d e   a   g o o d   h o c k e y   a s s i s t   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
d   r o s e   t o   t h e   c u p   n b a   b a s k e t b a l l   k n i c k s   d r o s e   d e r r i c k r o s e   n b a t w i t t e r   n y k   k n i c k s t a p e  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
g o t t a   l o v e   h i s   t e a m m a t e s   s h o w i n g   d e u c e   t h e y   t r u s t   h i m .   k n i c k s
r j   i s   t h e   b e s t   k n i c k   o n   t h e   c o u r t   k n i c k s
m i l e s   m c b r i d e   t r e y 
 p a c e r s   3 7   k n i c k s   3 9   2 n d  
t h i s     t e a m   i s   s t a c k e d ,   l e t ’ s   s e e   w h a t   t h i b s   d o e s ,   t h i s   s e a s o n !   k n i c k s     k n i c k s f o r e v e r   n y k
i m m a n u e l   q u i c k l e y   b u c k e t 
 p a c e r s   3 7   k n i c k s   3 6   2 n d  
r e a l l y   l i k e   t h e   b a l a n c e   o f   t h i s   t e a m .     
 k n i c k s
w a y   t o   g o   d e u c e   ! ! ! !   k n i c k s
l o v e   t h e   e x t r a   p a s s   k n i c k s
w h e n e v e r   a   k n i c k   g e t s   h u r t ,   m a n n n   y o u   m i g h t   l o s e   y o u r   j o b ,   t h a t ' s   h o w   d e e p   t h a t   b e n c h   i s   k n i c k s
t h e r e   w e   g o   d e u c e ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r
d e u c e   i s   l o o s e   🔥 🔥 
 k n i c k s
c a m   i n   t h e   d o g h o u s e   a l r e a d y ?   k n i c k s
o k a y   d e u c e   !   k n i c k s
c o m e   o n     l e a g u e   p a s s   i s   t h i s   o n   t h e     s i d e   m e a n i n g     o r   n b a l e a g u e p a s s   w e   c a n ’ t   e n j o y   t h e   g a m e   l i k e   t h i s   k n i c k s   m s g  
k n i c k s   2 0 2 2 - 2 0 2 3   b r e a k o u t   s t a r : 
 k n i c k s   n e w y o r k f o r e v e r   n b a
b e n n e d i c t   m a t h u r i n   t r e y 
 p a c e r s   3 5   k n i c k s   3 1   2 n d  
o b i   t o p p i n   d o w n t o w n 
 p a c e r s   3 2   k n i c k s   3 1   2 n d  
n i c e   t o   s e e   s i m s   b a c k   k n i c k s
o b i   f r o m   3 ! ! ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r
o b i   w i t h   t h e   c u t   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   n b a t w i t t e r   o b i t o p p i n  
i q   h a s   t a k e n   7   n u t t y   a s   s h o t s   n o   a s s i s t s   k n i c k s  
o b i   t o p p i n   l a y u p 
 p a c e r s   3 1   k n i c k s   2 8   2 n d  
t h e   k n i c k s   s e c o n d   u n i t   h a s n ' t   b e e n   a b l e   t o   g e t   o u t   a n d   r u n   i n   t r a n s i t i o n   l i k e   t h e y   d i d   a g a i n s t   t h e   p i s t o n s ,   a n d   t h e y ' r e   h a v i n g   a   l o t   o f   t r o u b l e   g e t t i n g   g o o d   l o o k s   i n   t h e   h a l f - c o u r t   o f f e n s e   r i g h t   n o w   n y k n i c k s
i   c a n ' t   b e l i e v e   t h i s   i s   h a p p e n i n g ;   t h e   k n i c k s   s e c o n d   g r o u p   i s   d o i n g   a w f u l   r i g h t   n o w   ( s a v e   f o r   d e r r i c k   r o s e ) .   i   h a v e n ' t   s e e n   m u c h   f r o m   h a r e n s t e i n   t h i s   p r e s e a s o n .   q u i c k l e y   n e e d s   t o   c o o l   i t   w i t h   t h e   3 ' s .   t o p p i n ;   w e l l   t o p p i n   h a s n ' t   d o n e   a n y t h i n g   s o   t h e r e ' s   t h a t .
t j   m c c o n n e l l   p u l l u p   j u m p e r 
 p a c e r s   3 1   k n i c k s   2 6   e n d   o f   1 s t  
e n d   o f   q 1 
 k n i c k s   2 6 
 p a c e r s   3 1 
 
 r j   b a r r e t t :   1 1   p t s ,   2   r e b ,   3 / 4   3 p t 
 j a l e n   b r u n s o n :   7   p t s ,   1   r e b ,   1   a s t
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
r j ' s   p r o n o u n s   a r e   h i m / h i m o t h y   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀         i n d v s n y k
d e r r i c k   r o s e   🌹 
 p a c e r s   2 9   k n i c k s   2 6   1 s t  
i f   d e u c e   w a n t s   t o   p l a y   h e   h a s   t o   p u t   t h e   b a l l   i n   t h e   b a s k e t   k n i c k s
i   j u s t   h o p e   t h i s   t e a m   n e v e r   p l a y s   t o g e t h e r   d u r i n g   r e g u l a r   s e a s o n .     t h i s   3 - g u a r d   n o n s e n s e   a i n ’ t   i t   k n i c k s
n o   p i c k   n   r o l l s   e v e r y t h i n g   i s   a   3   s m h   c a r r y   o n   t h o   k n i c k s
s l o p p y   b a s k e t b a l l   h e r e   f o r   b o t h   s i d e s .   k n i c k s
d   r o s e   f l o a t   g a m e .   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   d r o s e   d e r r i c k r o s e   n b a t w i t t e r  
_ k n i c k s   i   g u a r a n t e e   t h u s   k i d   w i l l   p u t   i n   t h e   w o r k ,   h e   w a n t s   t o   g e t   b e t t e r ,   a n d   j u s t   b e c a u s e   h e   s i g n e d   a n   e x t e n s i o n   d o e s n ' t   m e a n   h e   i s   s a t i s f i e d ! !   n b a   n b a t w i t t e r   k n i c k s
t h a t   w a s   a   r o u g h   q u a r t e r   b u t   w e   o n l y   d o w n   5   k n i c k s
t h a t   2 n d   u n i t   w a s   n o t   i t   k n i c k s   i   d o   a p p r e c i a t e   e f f o r t   f r o m   t h e   w h i t e   b o y   c e n t e r   g u y
d e u c e   p l a y i n   l i k e   h i s   n a m e   r i g h t   n o w .     n e e d   t o   p l a y   s m a r t e r 
 
 k n i c k s   n e w y o r k f o r e v e r
n o w   w e   m i s s i n g   b u n n i e s   s m h   k n i c k s
b e n n e d i c t   m a t h u r i n   l a y u p 
 p a c e r s   2 9   k n i c k s   2 4   1 s t  
    k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
s a m e   s h y t   b u l l s h y t   o f f e n s e   o b i   o n   t h e   p e r i m e t e r   l m a o o o o   c o a c h   s t i l l   a i n ’ t   s h y t   n u t t n   n e w   h e r e   k n i c k s
t h e   k n i c k s   e n e r g y   i s   f l a t   a s   h e l l   i n   t h i s   1 s t   p e r i o d .     e n o u g h   c h u c k i n g   3 s . . .   a n d   m o v e   t h e   f n   b a l l . . .   
 
 k n i c k s o n m s g   n e w y o r k f o r e v e r
d r o s e     n e e d s   t o   b r i n g   t h e   b a l l   u p c o u r t .     q u i c k l e y   r u s h i n g   t o o   m u c h   k n i c k s
b e n n e d i c t   m a t h u r i n   & a m p ;   o n e 
 p a c e r s   2 7   k n i c k s   2 4   1 s t  
i q   i s   t a k i n g   s o m e   r e a l l y   b a d   s h o t s   s m h     k n i c k s
a n d   p e o p l e   s a i d   h e   w a s n t   w o r t h   h i s   d e a l ? ! ? ! ? ! ?   g t f o   h e r e ! ! !   ( y e a ,   i k   i t ’ s   p r e s e a s o n   l e t   m e   h a v e   t h i s ) .   k n i c k s  
i   w a n t   t o   s e e   t h i s   d e u c e ,   r o s e ,   c a m   c o m b o .   🔸 🔹 🔸 🔹   k n i c k s
n e e d   t h e   k n i c k s   b i g s   t o   s t e p   i t   u p 
 
 k n i c k s   n e w y o r k f o r e v e r
w h o   s a y s   n o ?   k n i c k s   w a r r i o r s   d r a y m o n d   j o r d a n p o o l e  
b r u n s o n   t o   r j   f r o m   3 .   n b a   b a s k e t b a l l   j a l e n b r u n s o n   r j b a r r e t t   k n i c k s   n y k   k n i c k s t a p e   n b a t w i t t e r  
      _ n y _ b   _ _   o r   a t   l e a s t   m a k e   s u r e   a l l   t h e   k n i c k s   h e a l t h   i n s u r a n c e   i s   c u r r e n t
p a c e r s   l e t ' s   g o . . .   b e a t   k n i c k s   i n d v s n y
m a n   w h a t ’ s   u p   w i t h   a l l   t h e s e   t h r e e s ?   a t t a c k   t h e   b a s k e t   m a n .   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
w e ’ v e   m i s s e d   y o u   d   r o s e   🌹   k n i c k s
w e   g o t t a   s t a r t   d r i v i n g   t o   t h e   b a s k e t   a n d   s t o p   s e t t l i n g   f o r   3 ’ s   k n i c k s
    k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d   r o s e   l o o k i n g   f l u i d   a f   k n i c k s
d e r r i c k   r o s e   🌹 
 p a c e r s   2 1   k n i c k s   2 4   1 s t  
t o o o o o   m a n y   3 s ,   n e e d   t o   a t t a c k   m o r e   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i m m a n u e l   q u i c k l y   d o w n t o w n 
 p a c e r s   1 9   k n i c k s   2 2   1 s t  
t e r r i b l e   o f f e n s e   p o s t   u p   r j   n   o b i   s h o o t   t h e   3 …   i t   s h o u l d   b   t h e   o y h e r   w a y   a r o u n d   k n i c k s
n i c e   m o v e   f r o m   r o s e   t h e r e 
 
 k n i c k s   n e w y o r k f o r e v e r
i ’ m   e n j o y i n g   w a t c h i n g     j a l e n   b r u n s o n   p l a y .   h e ’ s   c o m p l e t e l y   f o c u s e d   k n i c k s
g o o d   b l o c k   o b i !   k n i c k s
o k   k n i c k s   k n i c k s t a p e   k c d a   k n i c k s t w i t t e r 
 
   h a s   a r r i v e d 💯 🙌 🏾 
 
 t h e   9 ️ ⃣   g u y   w i l l   b e   o u r   a l l s t a r n b a ✨ 
 
 n e w y o r k f o r e v e r  
c h r i s   d u a r t e   & a m p ;   o n e 
 p a c e r s   1 9   k n i c k s   1 9   1 s t  
l e s s   c a m   r e d d i s h   a n d   j r   a n d   m o r e   r j   n   i q   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
j a l e n   b r u n s o n   w i t h   a n   a m a z i n g   m o v e !   🤩 💫 🌟 
 n y c   n b a   n b a t w i t t e r   n b a p r e s e a s o n   n e w y o r k   n e w y o r k k n i c k s   k n i c k s 
  
r j   l o o k i n g   g o o d .   k n i c k s
i m m a n u e l   q u i c k l e y   b u c k e t 
 p a c e r s   1 6   k n i c k s   1 9   1 s t  
o h   l o o k   r j   s h o u l d   b e   b e   t h e   f o c a l   p o i n t   o n   o f f e n s e . . .   l o o k   a t   h o w   j u l i u s   i s   a l r e a d y   s t i n k i n g   i t   u p   k n i c k s
r a n d e l   l o o k s   a w f u l   k n i c k s
t h i b s   j u s t   d i d   i t 
 
 k n i c k s   n e w y o r k f o r e v e r    
i q   f l o a t e r   g a m e   g o n n a   b e   e l i t e   k n i c k s
b r u n s o n   g o n n a   b e   🔑   n b a   b a s k e t b a l l   k n i c k s   j a l e n b r u n s o n   n y k   k n i c k s t a p e   n b a t w i t t e r  
i m m a n u e l   q u i c k l y   i s   v e r y   g o o d   a t   p l a y i n g   b a s k e t b a l l   
 k n i c k s
s u b   o b i   i n   r a n d l e s   g e t t i n   s l o p p y   
 
 k n i c k s   n e w y o r k f o r e v e r
k n i c k s   o n   t v .   
 k n i c k s   f a n s ,   i f   y o u ' r e   s u b s c r i b e d   t o   t h e   n b a   l e a g u e   p a s s   t h r u   d i r e c t v   ( l i k e   i   a m )   o r   a n o t h e r   p r o v i d e r   a n d   t h e y ' r e   n o t   s h o w i n g   p r e s e a s o n   g a m e s ,   l o g i n   t o   y o u r     a c c o u n t   a n d   a s s o c i a t e   y o u r   t v   p r o v i d e r   w i t h   t h e   y o u r   n b a   a c c o u n t .   g o k n i c k s 
 k n i c k s
t e r r y   t a y l o r   l a y u p 
 p a c e r s   1 6   k n i c k s   1 7   1 s t  
t h e   w o r l d   w i d e   w e s   a n d   r o n   a r t e s t   c o n n e c t i o n   i s   u n d e r   r a t e d   h e r e .   
 
 k n i c k s
w e   h a v e   a   p g   t h a t   c a n   s c o r e !   🥹   k n i c k s 
 w a t c h i n g   t h e   b o y s   a n d   p a d r e s   v s   m e t s   l e t ’ s   g o !  
r e a l l y   l i k i n g   w h a t   i ’ m   s e e i n g   r i g h t   n o w   b r u n s o n   d i r e c t i n g   t h e   o f f e n s e   r j   a l l   o v e r   t h e   f l o o r   a n d   f i n d i n g   t h e   o p e n   s p o t   m i t c h   o n   t h e   b o a r d s   c a m s   s p a c i n g   w e l l   a n d   j u l i u s   h e l p i n g   o u t   k n i c k s   n y k   k n i c k s t a p e   n b a
w e   l o o k   s o   m u c h   b e t t e r   w i t h   j a l e n   b r u n s o n   k n i c k s
i   g o t t a   b e l i e v e   i t s   a   g o o d   t h i n g   t h a t   f o r   t h e   f i r s t   t i m e   i n   a   l o n g   t i m e   i   d o n ' t   w a n t   t o   s e e   t h e   s t a r t i n g   5   b e   s u b b e d   o u t   f o r   o u r   b e n c h ,   r i g h t ? 
 
 k n i c k s
k n i c k s   a r e   d o i n g   g o o d   t h i n g s  
j u l i u s   w i t h   t h e   d r i v e   & a m p ;   k i c k   i s   s o m e t h i n g   t h a t   t h e   k n i c k s   f a n s   h a v e   b e e n   d y i n g   t o   s e e   😩 😩   r j   i s   a l s o   o n   🔥 🔥
r j   f u c k i n g   b a r r e t t   k n i c k s   n e w y o r k f o r e v e r  
  i s   o n   🔥 🔥 🔥 ! ! !   k n i c k s
i t ' s   o n l y   p r e s e a s o n ,   b u t   i f   r j   b a r r e t t   i s   g o i n g   t o   d r i l l   s h o t s   l i k e   t h i s   c o n s i s t e n t l y   & a m p ;   o p e n   u p   h i s   d r i v e   g a m e . . . h e   c o u l d   b e   a   t r u e   s t a r   t h i s   y e a r .   k n i c k s  
r a n d l e   t o   r j   f o r   t h e   c o r n e r   3 .   n b a   b a s k e t b a l l   k n i c k s   j u l i u s r a n d l e   r j b a r r e t t   n b a t w i t t e r   n y k   k n i c k s t a p e  
r j   g o t   t h e   j u m p e r   g o i n g   t o n i g h t   k n i c k s
s e e   r a n d l e   f i n a l l y   l e a r n i n g   t o   p a s s   t h e   b a l l ,   t h a t   w a s   a   n i c e   m o v e   t o   r j   f o r   t h e   3   👏 🏾   k n i c k s
  v     g r e a t     r i v a l r i e s   n e v e r   d i e 
 
 a r t i c l e   o n   h o w   t h e   k n i c k ' s   r o s t e r   o f   o n e   p o s i t i o n   p l a y e r s   l i m i t s   p l a y e r   d e v e l o p m e n t   -   
 
 n b a p r e s e a s o n   k n i c k s  
j a l e n   b r u n s o n   d r i v i n g   f l o a t e r 
 p a c e r s   1 4   k n i c k s   1 4   1 s t  
r j   b a r r e t t   w i l l   b e   a n   a l l   s t a r   t h i s   s e a s o n   f o r   s u r e   k n i c k s
c a m   i s   t h i n k i n g   a n d   s e c o n d   g u e s s i n g   h i m s e l f   e v e r y t i m e   h e   t o u c h e s   t h e   b a l l   k n i c k s
c a m   r e d d i s h   a t   t h i s   p o i n t   i s   a   l o s t   c a u s e .   i   m e a n   n o   w o n d e r   w e   g o t   h i m   f o r   n o t h i n g   !   i   r a t h e r   g i v e   h i s   m i n u t e s   t o   s o m e o n e   e l s e !   a l s o   t o p p i n   a n d   q u i c k   s h o u l d   b e   s t a r t i n g   o v e r   f o u r n i e r   a n d   r a n d l e !   k n i c k s    
g o o d   p a s s   b y   r a n d l e   k n i c k s
      _ l i f e r s   _ n y _ b   r j   s h o w i n g   o u t !   p r e t t y   s u r e   h e   w i l l   m a k e   t h e   f i n a l   k n i c k s   r o s t e r   l o l . 

n i c e   a s s i s t   b y   r a n d l e   t o   b a r r e t t .   k n i c k s
r j .   f u c k i n g .   b a r r e t t   !   k n i c k s
s o   f a r     i s   d e f i n i t e l y   b e t t e r   t h a n   h i s   d a d   r i c k ,   n o   s h a d e ,   f a c t s ! !     k n i c k s     k n i c k s f o r e v e r   n y k     n b a
r j   i s   a   s h o o t e r ! ! ! ! ! ! ! ! ! ! ! !   k n i c k s
o k a y   b r u n s o n ! !   w e   s e e   y o u   👀 👀 
 k n i c k s
h a l i b u r t o n   b u c k e t 
 p a c e r s   1 4   k n i c k s   1 0   1 s t  
k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r     . . .
c a m   a i n ’ t   r e a d y   .   s e e n   e n o u g h   💪 🏽   k n i c k s
r j   b a r r e t t   d o w n t o w n 
 p a c e r s   1 2   k n i c k s   1 0   1 s t  
t h i b ’ s   t h i n k i n g   t o   h i m s e l f   “ h o w   t f   d i d   i   p u t   c a m   r e d d i s h   a s   a   s t a r t e r ”   k n i c k s  
g o o d   t o   s e e   r e d d i s h   o n   t h e   c o u r t   k n i c k s
t y r e s e   h a l i b u r t o n   d o w n t o w n 
 p a c e r s   9   k n i c k s   7   1 s t  
b a r r e t t   l o o k s   g o o d   f r o m   3   🔥   k n i c k s
r j ’ s   3   l o o k s   s m o o t h   a s   h e l l   k n i c k s
r j   i s   l o o k i n g   g o o d   f r o m   d e e p   s o   f a r   🚨 🚨   
 k n i c k s
o h   l o r d .   r j   b r o u g h t   t h e   e x t e n d e d   m a g   t o   t h e   g a r d e n   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
r a n d l e   j u s t   w a l k e d   a w a y   a n d   l e f t   h i s   m a n   w i d e   o p e n   f o r   a   c o r n e r   3   k n i c k s
c h r i s   d u a r t e   f r o m   d o w n t o w n 
 p a c e r s   9   k n i c k s   5   1 s t  
k n i c k s   s e e m   t o   b e   c h u c k i n g   t h r e e s   e a r l y   o n .
l e t ’ s   g o   k n i c k s ! ! ! !   k n i c k s  
b r o …   i   g e t   t h i s   i s   p r e s e a s o n ,   b u t   t h e   p e r i m e t e r   d e f e n s e   i s   l a c k   l u s t e r   r i g h t   n o w . 🙁 🙁 🙁 
 k n i c k s
c r a z y   i d e a ,   m a y b e   d e f e n d   t h e   3 
 
 k n i c k s   n e w y o r k f o r e v e r
a n y o n e   h a v i n g   i s s u e s   w i t h   t h e     g a m e   o n     l e a g u e   p a s s   w h e r e   i t   c o n t i n u e s   t o   p a u s e   o r   g e t   s t u c k   t h e n   i n   a   s e c   i t   c o m e   b a c k   i f   t h i s   h a p p e n s   a l l   g a m e   t h i s   i s   g o n n a   s u c k   k n i c k s   n b a l e a g u e p a s s
t h e   k n i c k s   f a n s   a r e   g o i n g   t o   l o v e   b r u n s o n ’ s   a b i l i t y   t o   g e t   t o   t h e   l i n e
n o w   r e m e m b e r   f o l k s . . . a g a i n . . . t h i s   i s   t h e   p r e s e a s o n .   t h i s   i s   a b o u t   s e e i n g   w h a t   w o r k s   a n d   w h a t   d o e s n ' t   w o r k .   j u s t   r a n d o m   s c r i m m a g e s .   d o   n o t   o v e r r e a c t   t o   t h e   g a m e   k n i c k s
u p   i n   t o r o n t o   a m i d s t   a   s e a   o f   b u m m e d   b l u e   j a y s   f a n s ,   a n d   t h e y ’ r e   s t i l l   n i c e   e n o u g h   t o   g i v e   m e   a   s i n g l e   t v ,   o u t   o f   2 0 0 ,   t o   c a t c h   k i n g   b a r r e t t   k n i c k s   n y k n i c k s   o h c a n a d a       🔸 🔹  
d i d   r j   p u t   o n   m o r e   m u s c l e   ? !   h e   l o o k s   y o k e d   !   b i g   y e a r   o n   d e c k   k n i c k s   n e w y o r k f o r e v e r   _ n y _ b
y o u   k n o w   i ’ m   w a t c h i n g   t h e   s q u i z z z a d   k n i c k s  
l e t ’ s   g o   k n i c k s  
w h y   t h i b s   s t a r t i n g   c a m   a t   s g   i n s t e a d   o f   s f ?   s m h   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    t h a n k s   m a n ! 
 a p p r e c i a t e   i t . 
 s t r u g g l i n g   - -   i   a m   s t a r v e d   f o r   k n i c k s   b a s k e t b a l l 
 b u t   t h i s   i s   t h e   l g m   p l a y o f f s !
c a m   c a n ' t   b e   a v e r a g i n g   2   r e b o u n d s   a t   6 ' 7 "   l o l   t h a t s   c r a z y   k n i c k s
l e t ’ s   g o   k n i c k s !  
k n i c k s   i n   p r e a s o n   a n d   m e t s   i n   p o s t s e a s o n   -   g u e s s   w h i c h   g a m e   i s   b e i n g   w a t c h e d   a n d   w h i c h   i s   b e i n g   r e c o r d e d .   l e t s g o k n i c k s ! ! !   l g m ! ! !
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
b a b y   i s   f e d   & a m p ;   a s l e e p .   
 l e t ’ s   w a t c h   s o m e   n e w   y o r k   k n i c k s   b a s k e t b a l l .   k n i c k s   🔸 🔹 🔸 🔹
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
e v e n t u a l l y ,   q u i c k l e y   i s   g o i n g   t o   b e   i n   a   j a m e s   h a r d e n   a t   o k c   s i t u a t i o n   w h e r e   k n i c k s   f r o n t   o f f i c e   w i l l   h a v e   t o   d e c i d e   w h e t h e r   t o   g i v e   h i m   t h e   r e i g n s   o r   s h i p   h i m   o u t   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
s h e   o n e   o f   t h e   r e f s   f o r   t o n i g h t s   g a m e .   k n i c k s   l o s i n g   b y   d o u b l e   d i g i t s   t o n i g h t   
 k n i c k s  
f r i d a y   n i g h t   k n i c k s .   i   d i d n ’ t   r e a l i z e   i t   w a s   a   h o m e   g a m e   a g a i n   -   e v e n   b e t t e r .   k n i c k s
  w e   h e r e !   d o n ' t   s l e e p   o n   u s   k n i c k s   l g k  
p a c e r s   v s   k n i c k s   n b a   f r e e   s t r e a m 
 l i v e   t v   -   
 
 0 7   o c t o b e r ,   1 9 : 3 0   e t   t i m e 
 n b a s t r e a m s   n b a   n b a p r e a s e a s o n   p a c e r s   k n i c k s  
          h a v i n g   a   n i g h t   i n   n e w   y o r k   c i t y   a t   t h e   k n i c k s   g a m e         k n i c k s   a n d   p a c e r s   k n i c k s   n b a  
k n i c k s   p r e s e a s o n   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   7 : 3 0 p m   e s t   n e w y o r k f o r e v e r   
  
i n d i a n a   p a c e r s   @   n e w   y o r k   k n i c k s   |   l i v e s t r e a m   w / g a m e   c o m m e n t a r y   +   r e a c t i o n s  
w e   a r e   l i v e !   k n i c k s   p a c e r s   n y k n i c k s   n e w y o r k f o r e v e r   
 

g l a d   t o   s e e   c a m   r e d d i s h   g e t   t o   r u n   w i t h   t h e   s t a r t i n g   5   t o n i g h t .   i   r e a l l y   t h i n k   i f   t h i b s   g i v e s   h i m   t h e   m i n u t e s   h e   c a n   d e f i n i t e l y   c o n t r i b u t e   t o   t h i s   r o t a t i o n .   k n i c k s
k n i c k s   l a d i e s   a n d   g e n t l e m e n   y o u r   n e w   y o r k   k n i c k s        
w h o ' s   a t   t h e   g a m e   t o n i g h t ?     
 k n i c k s   p a c e r s
a l m o s t   t i p   o f f   t i m e   i n   t h e   g a r d e n !   w h o ’ s   e x c i t e d   t o   s e e   c a m   r e d d i s h   i n   h i s   f i r s t   s t a r t   w i t h   k n i c k s ?
' p a c e r s   g a m e   t o n i g h t :   p a c e r s   v s   k n i c k s   o d d s ,   i n j u r y   r e p o r t ,   a n d   p r e d i c t i o n s   f o r   o c t .   8 '   v i a     k n i c k s   n e w y o r k f o r e v e r    
t h a n k   y o u   f o r   m a k i n g   o u r   g r a n d   o p e n i n g   t r u l y   s p e c i a l !   k n i c k s   l e g e n d ,   ,   w a s   h e r e   t o   m e e t   y o u ,   a n d   w e   h a d   d i s p l a y e d   o u r   n e w e s t   c o l l e c t i o n   p u r c h a s e   o f   8 0 0 +   g o u d e y   c a r d s   i n c l u d i n g   2 2 😲   b a b e   r u t h   & a m p ; l o u   g e h r i g   c a r d s !   
 
 a   f e w   h i g h l i g h t s :   
 t h e h o b b y
p r e s e a s o n   g a m e   t h r e a d :   k n i c k s   v s .   p a c e r s -   1 0 / 0 7 / 2 2   -   p o s t i n g   a n d   t o a s t i n g   k n i c k s   n e w y o r k f o r e v e r    
p r e s e a s o n   g a m e   p r e v i e w :   k n i c k s   v s .   p a c e r s -   1 0 / 0 7 / 2 2   -   p o s t i n g   a n d   t o a s t i n g   k n i c k s   n e w y o r k f o r e v e r    
t h a t   t i m e   o f   y e a r   w h e r e   i   h a v e   t o   g i v e     m y   m o n e y   i n s t e a d   o f   t h e   a f f o r d a b l e     b e c a u s e   . . . m s g   c h a n n e l   f o r   t h e     😱 😱 😱 
 
 i n d y   v s   k n i c k s   t o n i g h t   👀
_ n y _ b   a   b r a v e   m a n   t o   w e a r   a   t   w i t h   h i s   o w n   f a c e   o n   i t ! ! ! ! 
 l e t ' s   g o   k n i c k s
w e ' l l   b e   l i v e   i n   2 0   m i n u t e s   b r i n g i n g   y o u   p r e s e a s o n   c o m m e n t a r y   o f   t h e   k n i c k s   a n d   p a c e r s !   y o u   d o n ' t   w a n n a   m i s s   i t ! 
 

c ’ e s t   p a r t i   !   
 
 h e r e   w e   g o   🔥 🔥   g o   k n i c k s   m a d i s o n s q u a r e g a r d e n   k n i c k s   n y c   n b a   n y k m s g  
k n i c k s   a t   t h e   g a m e   t o n i g h t   i n   n e w   y o r k   n e w y o r k   m a d i s o n s q u a r e g a r d e n   n b a  
i i s   t h e   k n i c k s   g a m e   o n   l e a g u e   p a s s   i f   i ' m   i n   n y   ?
w e   h e r e   
 k n i c k s  
m a y b e   r j   b a r r e t t   a n d   j u l i u s   r a n d l e   n e e d   t o   g e t   i n   a   s c r u f f l e   💪 🏾 🤦 🏾 ‍ ♂ ️ 😒 😫   k n i c k s  
c a m   r e d d i s h   w i l l   s t a r t   f o r   t h e   k n i c k s   o n   f r i d a y   a n d   m o r e   f r o m   t o m   t h i b o d e a u ' s   p r e - g a m e   p r e s s   c o n f e r e n c e   n b a   n y k n i c k s  
b r i n g i n g   b a c k   t h i s   c l a s s i c   c l i p   f o r   t o n i g h t ’ s   g a m e .   l e t ’ s   g e t   i t .   k n i c k s  
m y   s o n   r o c k i n g   o r a n g e   a n   b l u e   i s   a w e s o m e .     k n i c k s   m e t s   l g m  
i ' d   b e   v e r y   i n t e r e s t e d   t o   s e e   d e u c e ,   i q ,   c a m ,   o b i   a n d   m i t c h   p l a y   s o m e   m i n u t e s   t o g e t h e r ,   t h a t ' s   t h e   b e s t   d e f e n s i v e   l i n e u p   k n i c k s
n e w   u p l o a d :   
 
 n b a   1 9 9 6 n b a   9 0 s b a s k e t b a l l   o l d s c h o o l b a s k e t b a l l   b a s k e t b a l l   b b a l l   k n i c k s   s o n i c s   p a t r i c k e w i n g   j o h n s t a r k s   s h a w n k e m p   g a r y p a y t o n   d e t l e f s c h r e m p f   c h a r l e s o a k l e y   m s g
t h i b o d e a u   b e t t e r   h a v e   c a m   s t a r t i n g   a f t e r   i t s   w a s   h i s   b i r t h d a y   w e r e   w e   l o s t   o u t   o n   d o n o v a n   m i t c h e l l   o n   9 / 1   k n i c k s
b r u n s o n ,   c a m ,   b a r r e t t ,   r a n d l e ,   a n d   m i t c h 
 
 i ' m   r e a l l y   c u r i o u s   h o w   t h i s   l o o k s   t o n i g h t   k n i c k s
q u i c k   t h o u g h t s   o n   c a m   r e d d i s h   s t a r t i n g   t o n i g h t   k n i c k s   n b k f a m      
l o o k i n g   t o   s e e   c o n t i n u e d   c h e m i s t r y ,   s p a c i n g ,   b a l l - m o v e m e n t   a n d   p a c e .   1 2 p o i n t s   5   r e b o u n d s   w o u l d   b e   s o l i d   f o r   c a m   t o n i g h t .   k n i c k s   n e w y o r k f o r e v e r  
g o t   a   f u l l   s c h e d u l e   f o r   t o n i g h t ! 
 n b a t v   n b a   n b a t w i t t e r   c e l t i c s   a l l f l y   p a c e r s   k n i c k s   n u g g e t s   b u l l s n a t i o n   w e t h e n o r t h   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s   m a g i c   m f f l   m a v e r i c k s   r a p t o r s   h o r n e t s   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n  
l e t s   f u c k i n g   g o ! ! !   k n i c k s  
y o o   b r i n g   b p   b a c k   t o   t h e   k n i c k s   h e   b e e n   b a l l i n g   s i n c e   h e   b e a t   u p   h a l f   h i s   t e a m   o n   t h e   b u l l s   🤣 🤣 🤣 🤣 🤣  
b a c k   t o   b a s k e t b a l l !   j o i n   m y s e l f ,     +     a s   w e   w i l l   b e   l i v e s t r e a m i n g   t o n i g h t ' s   p r e s e a s o n   m a t c h u p   b e t w e e n   t h e   p a c e r s   +   t h e   k n i c k s   a t   7 : 2 5 p m !   j o i n   u s   i n   t h e   c o m m e n t   s e c t i o n   a s   w e   g e t   a   l o o k   a t   w h a t   t h e   k n i c k s   m a y   l o o k   l i k e   i n   2 0 2 2 ! 

🎥   r j   b a r r e t t   p r a i s e s   t h e   l e a d e r s h i p   t h a t   j a l e n   b r u n s o n   h a s   b r o u g h t   t o   t h e   k n i c k s   - -     o n   i t  
c a m   r e d d i s h   w i l l   s t a r t   t o n i g h t   f o r   t h e   k n i c k s   w i t h   e v a n   f o u r n i e r   r e s t i n g ,   p e r   t o m   t h i b o d e a u   p r e - g a m e
  t h e   k n i c k s   p l a y   t o n i g h t .
c a m   r e d d i s h   i s   s t a r t i n g . 
 
 t h e r e   h a s   t o   b e   s o m e   k n i c k s   f a n s   c r y i n g   i n   h a p p i n e s s   r i g h t   n o w   😂
    y e s   s i r ,   g l a d   t o   h e a r   t h a t   a n d   t h a n k   y o u .   l e t ’ s   s e e   w h a t   o u r   k n i c k s   d o   t h i s   y e a r … l e t ’ s   g o ! !
n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s
c a m   h i v e   w a i t i n g   f o r   t h e   s t a r t i n g   5   t o   d r o p …   k n i c k s  
i s   c a m   p l a y i n g   t o n i g h t ?   k n i c k s
i ' l l   b e   a t   t h e     v     g a m e   o n   n o v   5 t h !   i f   y o u   a r e   g o i n g   t o ,   l e t   m e   k n o w ,   w o u l d   l o v e   t o   t a l k   t o   t h e   p e o p l e   i n   p e r s o n .   c o u l d   e n d   u p   o n   o u r   y t   c h a n n e l .   k n i c k s   t k r  
r j   b a r r e t t   s c o r e d   2 1   p o i n t s ,   o n   5 7 %   s h o o t i n g   i n   t h e   k n i c k s   p r e s e a s o n   o p e n e r .   w h a t   d o   y o u   p r e d i c t   h e   d o e s   t o d a y ?
w h a t   a   b r a t   …   h a   p a p p a   h e e p o w   i s     l a   h e e p o w   f a n   a n d   h i s   b r a t   s o n   i s     n y   h e e p o w   f a n …   u g h   n f t   n f t s   🏀 🏀 🏀 n f t f a m i l y   a l g o n f t   a l g o f a m   k n i c k s   l a k e r s    
b u i l t   b y   n e w   y o r k   |   k n i c k s   7 5 t h   a n n i v e r s a r y 
   
 
   
 a t l a n t i c d i v i s i o n   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k e m b a w a l k e r   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   p a t r i c k e w i n g   r j b a r r e t t   t o m t h i b o d e a u  
o u t t a   t h i s   f c k i n g   w o r l d   .     w e m b a n y a m a   c o m e   o n   
 
     k n i c k s    
j o r d a n   p o o l e   p l a y   f o r   t h e   k n i c k s   n o   o n e ,   r e p e a t ,   n o   o n e   w i l l   p u n c h   y o u .  
w e m b a n y a m a   _ 3 2   i s   e x a c t l y   t h e   t y p e   o f   p l a y e r   i   c r e a t e d   i n   n b a   l i v e   2 0 0 0 ,   j u s   s a y i n ,   h o p e   h e   s t a y s   h e a l t h y ,   h u m b l e   a n d   l e v e l   h e a d e d !     n b a   j o r d a n   k o b e   l e b r o n   k n i c k s   l a k e r s   c e l t i c s  
  w i l l     g e t   m e a n i n g f u l   m i n u t e s ?   s o m e t i m e s ,   s e e m s   l i k e   t h i b s   m a k e s   d e c i s i o n   o f f   o f   f a v o r i t i s m   a n d   n o t   b a s k e t b a l l ,   j u s   s a y i n ,   h e ’ s   t h e   c o a c h ,   k n o w s   m o r e   t h a n   m e !   k n i c k s    
h i   e v e r y o n e ,   v i s a   p r o b l e m   w i t h   m y   g i r l f r i e n d ,   i m p o s s i b l e   t o   c o m e   t o   n y   t o n i g h t .   w e ' r e   s e l l i n g   t w o   t i c k e t s   t o   s e e   t h e   n y c   k n i c k s   v s   i n d i a n a   p a c e r s   p l a y o f f   g a m e .   a n y o n e   i n t e r e s t e d ?   🏀 
 b a s k e t b a l l   n b a   p l a y o f f s 2 0 2 2   k n i c k s   p a c e r s   n y c   m a d i s o n s q u a r e g a r d e n
( n e w   y o r k   p o s t ) : n y   k n i c k s   c o - o w n e r   s t a n d s   t o   r e a p   p a y d a y   f r o m   t w i t t e r - m u s k   d e a l   :   e l o n   m u s k ’ s   s u r p r i s e   o f f e r   t o   b u y   t w i t t e r   f o r   h i s   o r i g i n a l   p r i c e   o f   $ 4 4   b i l l i o n   f o l l o w e d   s h r e w d   m a n e u v e r s   b y   a   b o a r d   m e m b e r   w h o   —   i n   a d d i t i o n   t o   . .  
i t ’ s   a   b e a u t i f u l   d a y   f o r   k n i c k s   p r e s e a s o n   b a s k e t b a l l !   🧡 💙  
c a m   r e d d i s h   g e t s   a n o t h e r   s h o t .   w i l l   h e   t a k e   a d v a n t a g e   t h i s   t i m e ?   k n i c k s   |    
a s   i   s i t   h e r e   t h i n k i n g   a b o u t   l i f e ’ s   i m p o r t a n t   d e c i s i o n s   i   r e a l i z e   i   h a v e   n o t   s e e n   a n y   o f   m y   t e a m s   n y m e t s   n y j e t s   i s l e s   k n i c k s   w i n   a   t i t l e .   i m   g l a d   i   p a s s e d   o n   t h e   d i s a p p o i n t m e n t   t o   m y   k i d s .   l e t s g o m e t s   i s t h i s t h e y e a r
g i v i n g   o u t   a   p a i r   o f   t i c k e t s   f o r   t o n i g h t ’ s   k n i c k s   g a m e   o n   m y   i n s t a g r a m   p a g e !   h e a d   o v e r   t h e r e   n o w   f o r   a   c h a n c e   t o   w i n !
😂 🤣 😂   h o p e   a l l   i s   w e l l   c h r i s   w i t h   y o u   a n d   y o u r   f a m i l y ,   t y   f o r   t h e   g o o d   o l e   d a y s ,   w a s   f u n !   k n i c k s  
    i ’ l l   b e   i n   t h e   b u i l d i n g   t o n i g h t   r e p p i n g .   l e t ’ s   g o   k n i c k s  
( n e w   y o r k   p o s t ) : k n i c k s   j o i n   r e s t   o f   n b a   g u s h i n g   o v e r   t o p   d r a f t   p r o s p e c t   v i c t o r   w e m b a n y a m a   :   p l a y e r s   o n   t h e   k n i c k s   c e r t a i n l y   t o o k   n o t i c e   o f   t h e   p r o j e c t e d   n o .   1   o v e r a l l   p i c k   i n   t h e   2 0 2 3   d r a f t .   . .  
w h a t   e x a c t l y   d o e s   e v a n   f o u r n i e r   n e e d   r e s t   f r o m ? 
 k n i c k s   f r i d a y n i g h t k n i c k s
v e g a s   o d d s   f a v o r   t h e   k n i c k s   o v e r   t h e   p a c e r s ,   - 5 . 0  
j o r d a n p o o l e   y o u   b o u t   t o   g e t   a   b a g   💰   c o n t r a c t   e x t e n s i o n   w i t h   w a r r i o r s   o c t o b e r   1 7 t h   n b a f r e e a g e n c y   k n i c k s   a n d   t r a i l b l a z e r s   r e a d y   t o   s w i p e   💳   c a r d s   💳   a t   p o o l e   a l r e a d y   n b a t w i t t e r
d o n ’ t   t e l l   m e   m e d i a   d o e s n ’ t   w h i n e   a b o u t   t h e   k n i c k s ,   r e a c h i n g   f o r   w h a t ?   w h a t e v e r   d r a y m o n d   d i d   h a s   n o t h i n g   t o   d o   w i t h   n e w   y o r k ,   n a s t y   s m h  
i t ’ s   f u n n y   t h e   c o n c e r n   w a s   e v a n   a n d   b r u n s o n   d e f e n s i v e l y ,   b u t   w h e r e   i   a l w a y s   s e e   t h e   d i s c o n n e c t   i s   w h e n   e v a n   a n d   r a n d l e   h a v e   t o   s w i t c h ,   t u r n s   i n t o   a n   o p e n   l a n e … a l m o s t   e v e r y   t i m e   k n i c k s
l a t e s t   h o o p s   e p i s o d e   w i t h     ,   k   a v e ,     o n     t h e i r   k n i c k s   p r e s e a s o n   b a s k e t b a l l   a n d     n b a   n o r t h w e s t   & a m p ;   p a c i f i c   d i v i s i o n s   & g t ;     & l t ;   w o l v e s   t h u n d e r   j a z z   b l a z e r s   n u g g e t s   w a r r i o r s   c l i p p e r s   s u n s   k i n g s   l a k e r s     k n i c k s t a p e  
t h a n k   g o o d n e s s   t h e   k n i c k s   p l a y   t o n i g h t   i t ' l l   m a k e   m e   f o r g e t   a l l   a b o u t   t h e   r a y s
i t s   o v e r   f o r   m y   r a y s   i   d o n ' t   s e e   t h e m   w i n n i n g   t o m o r r o w   i   w i l l   n o w   f o c u s   o n   t h e   k n i c k s     p a t r i o t s   a n d   r a n g e r s
_ n e w y o r k   h e   h a d   t o   k e e p   p o s i t i v e   a t t i t u d e   a n d   n e v e r   w o u l d   s h o w   h o w   h e   w a s   d e v a s t a t e d   t o   b e   t r a d e d .   o n e   o f   t h e   c l a s s i e s t   p e o p l e   i n   n b a   h i s t o r y   a n d   v e r y   u n d e r r a t e d   i n   h i s t o r y .   t h i s   g u y   w a s   a n   a l l   t i m e   g r e a t   a n d   t h e   g r e a t e s t   k n i c k   o f   a l l   t i m e     t h e   b e s t   k n i c k s
i s   i q   s t a r t i n g   t o n i g h t ? ? ? ?   k n i c k s
t h e   k n i c k s   a n d   t h e   m e t s   w i l l   b o t h   b e   p l a y i n g   t o n i g h t   w h i c h   g a m e   a r e   y o u   g o i n g   t o   s e e   t o n i g h t   l g m   n e w y o r k f o r e v e r
h e ’ s   s o   i m p o r t a n t   t o   o u r   t e a m .   n e w y o r k f o r e v e r   k n i c k s  
c e l e b r i t i e s   w a t c h i n g   t h e   k n i c k s   i n   2 0 1 8 
 ( r e g i n a   k i n g ,   h u g h   j a c k m a n ,   e l l e n   p o m p e o )  
i   h a v e   n o   d o u b t !   😂 k n i c k s  
t o n i g h t ,   w e ' l l   b e   s t r e a m i n g   o u r   f i r s t   n b a   g a m e   o f   t h e   s e a s o n   t o n i g h t   a s   t h e   p a c e r s   t a k e   o n   t h e   k n i c k s   a t   m s g !   w e ' l l   b e   l i v e   a t   7 : 2 5   p m   f o r   p r e g a m e   d i s c u s s i o n   a n d   t h o u g h t s   b e f o r e   t i p - o f f   a t   7 : 4 0 !   s e e   y a   g u y s   t h e n ! 
 n e w y o r k f o r e v e r   

m i t c h e l l   r o b i n s o n   o n   a d d i n g   c r o s s o v e r s   t o   h i s   g a m e :   " i   g o t t a   d o   s o m e t h i n g ,   i t ' s   a b o u t   t o   b e   y e a r   5 " .   k n i c k s   t k r  
c a m   r e d d i s h :   a v a i l a b l e 
 
 e v a n   f o u r n i e r :   o u t 
 
 q u e n t i n   g r i m e s :   o u t 
 
 🗣   l e t ' s   g o   c a m   💯 😂 💪 🏽   k n i c k s  
d r i   f i t   s h i r t s 
 k n i c k s   k n i c k s t a p e   k n i c k s n a t i o n   k n i c k s b a s k e t b a l l   k n i c k s m e m e s   k n i c k s w a y   n y k n i c k s   k n i c k s g a m e   k n i c k s a l l d a y   k n i c k s 4 l i f e   k n i c k s f a m i l y   k n i c k s j e r s e y   k n i c k s w i n   l a k e r s   l a k e r s n a t i o n   l a k e r s b a s k e t b a l l   l a k e r s g a m e   l a k e r s a l l d a y   l a k e r s 4 l i f e   l a k e r s j e r s e y  
w h a t   d o   w e   l i k e   k n i c k s   t w i t t e r ?  
    
 
 j e r e m y ,   i ' m   k n i c k s   f a n   s i n c e   1 9 6 8 ,   i   c a n ' t   b e g i n   t o   s a y   h o w   m u c h   f u n / e x c i t e m e n t   y o u   g a v e   m e ,   y o u   w e r e   u n b e l i e v a b l e ,   i   w a s   n o t   h a p p y   y o u   d i d n ' t   s t a y   f o r   m a n y   y e a r s .   g o o d   l u c k   n   g o d   b l e s s   y o u   i n   y o u r   e n d e a v o r s   n   t y v m u c h !   🥰   t y   t o   b o t h   f o r   d o i n g   t h i s   i n t e r v i e w !
i ’ d   t r a d e   j u l i u s   f o r   d r a y m o n d   w i t h i n   m i l l i s e c o n d s   b t w     k n i c k s
h e   a i n ' t   l y i n g   🤣   k n i c k s    
h a h a h a   _ n b a   ‘ b l o o d   i n   t h e   g a r d e n ’   g a v e   s o m e   i n s i g h t   i n t o   t h a t   k n i c k s  
i   g o t   o n e   s i n g l e   t i c k e t   t o   g i v e   o u t   f o r   t o n i g h t ’ s   k n i c k s   p r e s e a s o n   g a m e   a t   t h e   g a r d e n !   
 
 t w e e t   m e   a n d   m a k e   m e   l a u g h .   t h e   b e s t   o n e   b y   2 p m   i ’ l l   h o o k   u p !
🔥   t a k e s   f o r   t o n i g h t ? 
 
 p u t   t h e m   d o w n   b e l o w !   k n i c k s
l e s s   t h a n   2   w e e k s   a w a y   f r o m   k n i c k s   s z n   a n d   w i f e y   m a d e   t h i s   f o r   o u r   b a b y   l f g   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   t e a c h i n g   h i m   h o w   t o   b e   d i s a p p o i n t e d   l o l  
m y   r e a d   o n   t h e   n e w   y o r k   k n i c k s '   d e p t h   c h a r t   f o r   f a n t a s y :   
 
 p g   j a l e n   b r u n s o n 
 s g   e v a n   f o u r n i e r 
 s f   r . j .   b a r r e t t 
 p f   j u l i u s   r a n d l e 
 c   m i t c h e l l   r o b i n s o n 
 6   d e r r i c k   r o s e 
 7   o b i   t o p p i n 
 8   i s a i a h   h a r t e n s t e i n 
 9   q u i c k l e y 
 1 0   q u e n t i n   g r i m e s   ( i n j u r e d ) 
 
 k n i c k s     n b a   f a n t a s y   n b a 2 k 2 3  
t h e   o n l y   a c c e p t a b l e   p e o p l e   f o r   t h i b s   t o   s t a r t   i n s t e a d   o f   c a m   w o u l d   b e   r o s e   o r   q u i c k .   i f   h e   r u n s   o u t   d e u c e   o r   s o m e   o b i / r a n d l e   o r   r a n d l e / h a r t e n s t e i n   c o m b o ,   c a m   n e e d s   t o   p a c k   h i s   b a g s .     k n i c k s
l e t ’ s   m a k e   t h i s   h a p p e n   k n i c k s   p o o l e   n b a   🏀  
j   e l l i s   t h e   h a r d e s t   w o r k i n g   m a n   i n   t h e   k n i c k s - v e r s e .   w h a t   a n   h o n o r   t o   s h a r e   t h e   s t a g e   w i t h   t h e     a n d     t o   t a l k   k n i c k s  
c a m   g o o d   t o   g o   i s   a   g o o d   s i g n .   h e   n e e d s   t h e   m i n u t e s .   w e ' v e   g o t   t h e   g a m e   t o n i g h t   o n     s t a r t i n g   a t   7 : 3 0   p m .   s e e   y o u   o n   t h e   p o s t g a m e !   k n i c k s  
i   i n i t i a l l y   t h o u g h t   t h a t   r e d d i s h   w o u l d   b e   o u t   b u t   h i s   a n k l e   s e e m s   t o   b e   b e t t e r .   i t ' s   h i s   t i m e   t o   s h i n e .   h e ' s   a   n i c e   f i t   n e x t   t o   r j .   k n i c k s  
y a l l   r e a l l y   s u r e   y a l l   w a n t   t o   s h o w   l o v e   t o   t h i s   s n a k e   j e r e m y   l i n   k n i c k s   f a n s   ? ? ? ? ? ?  
a l r i g h t   c a m ,   y o u   h a v e   t o   s t a r t !   e f   i s   o u t !   t h i s .   i s .   y o u r .   c h a n c e !   k n i c k s   t k r   l g k  
s o   g o   w i t h   t h e   j a l e n / i q   d u o   a t   t h e   g u a r d   p o s i t i o n s   o r   g o   w i t h   t h e   j a l e n / r j / c a m / r a n d l e / m i t c h   l i n e u p ? 
 
 d e c i s i o n s . . . . . 
 
 k n i c k s   n e w y o r k f o r e v e r   w e h e r e  
b o m b !   c a m   w i l l   p l a y   t o n i g h t !   k n i c k s  
l o o k   a t   t h i s   b s   l m a o o o o o   m a n   o h   m a n   m r   n a r r a t i v e   & a m p ;     f r a n k   /   l i n   l o v e r   d u d e   i s   h i l a r i o u s   g u e s s   w h o   h e   w o n ' t   e v e r   t r y   t o   d o   a   i n t e r v i e w   w i t h   c a n   a n y   k n i c k s   f a n   g u e s s   w h a t   p l a y e r   h e   w o n ' t   d a r e   t r y   t o   i n t e r v i e w ?   l o l  
w o u l d   d r a y m o n d   h a v e   p u n c h e d   j u l i u s   i n   p r a c t i c e   l a s t   s e a s o n ?   k n i c k s   w a r r i o r s
" w h a t   h e   d i d   w a s   s e t   a   t o n e ,   b u t   i t   w a s   a   p h y s i c a l   t o n e . "   a l a n   h a h n   o n   j a l e n   b r u n s o n ' s   m s g   d e b u t .   b r u n s o n   & a m p ;   t h e   k n i c k s   w i l l   b e   b a c k   i n   a c t i o n   t o n i g h t   a g a i n s t   t h e   p a c e r s !   k n i c k s   t k r      
g e n e r a t i o n a l   t a l e n t   v i c t o r   w e m b a n y a m a -   
 n u m b e r   o f     t e a m s   w i l l   t a n k   f o r   h i m 
 
 n b a   k n i c k s   l a k e r s   
 

1 9 8 8   & a m p ;   1 9 8 9   f l e e r   p a t r i c k   e w i n g   b a s k e t b a l l   c a r d s   b a s k e t b a l l   s p o r t s c a r d s f o r s a l e     k n i c k s  
t h e   k n i c k s   w i l l   p l a y   t h e i r   s e c o n d   p r e s e a s o n   g a m e   t o n i g h t   v e r s u s   t h e   i n d i a n a   p a c e r s .     s a y s   i n d i a n a ’ s   f i r s t   w i n   i s   f a r   l e s s   i m p r e s s i v e . 
 
 t h i s   a n d   m o r e   i n   t h e   t h e   p r e v i e w   f o r   t o n i g h t . 
 

j u l i u s   r a n d l e ,   c a m   r e d d i s h ,   a n d   a   p r o t e c t e d   1 s t   f o r   d r a y m o n d   g r e e n .   k n i c k s   w a r r i o r s
i t ’ s   g a m e d a y ! 
 
 ⚔ ️ i n d i a n a   p a c e r s   
 ⏰ 7 : 3 0   p m   e s t 
 📺 m s g   n e t w o r k s 
 
 l e t ’ s   g o   k n i c k s !  
c o c a i n e   i s   a   h e l l u v a   d r u g   & a m p ;   i   s t a n d   b y   m y   s t a t e m e n t   t h a t   i f   t h e   k n i c k s   w i n   t h e   c h a m p i o n s h i p   w h e n e v e r   t h a t v u s   i ' m   d o i n g   t h i s   d a n c e   l i v e   p r o b a b l y   o n   3 4 t h   s t r e e t   m i d d l e   o f   t h e   s t r e e t   l m a o o o o o  
t h e m e   m u s i c .   🎶   k n i c k s   n e w   y o r k .  
t h i s   t h e   a n t h e m   k n i c k s  
t e a m s   i ’ d   e x p e c t   t o   g o   f o r   a   t o p   2   p i c k   i n   t h e   n b a   d r a f t   
 
 t e a m s   a l r e a d y   d o i n g   i t : 
 j a z z 
 s p u r s 
 t h u n d e r   ( t h e y   h a v e   a   b i l l i o n   p i c k s ) 
 
 t e a m s   t h a t   s h o u l d   1 0 0 %   g o   a l l   i n 
 k n i c k s   
 k i n g s 
 m a g i c   
 
 t h e r e   w i l l   b e   a   t o n   o f   t e a m s   h a l f   w a y   t h r o u g h   g o   i n   f i r e   s a l e s   m o d e   a t   t r a d e   d e a d l i n e  
      n o b o d y   b u t   s a d   k n i c k s   f a n s   r e m e m b e r   t h a t   l o l
w e m b a n y a m a   c o m e   o n   
 
       b e   a   b a d d d d   y e a r   f o r   t a n k i n g   🫣 .     k n i c k s  
n e w   v i d e o   t o   w a t c h : 
 
 " t o m   t h i b o d e a u   |   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e "   
 
 c r e a t o r :     n e w   y o r k   k n i c k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " m i t c h e l l   r o b i n s o n   |   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e "   
 
 c r e a t o r :     n e w   y o r k   k n i c k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
  w o k e   u p .     g o t t a   j o b …   a n d   i t ’ s   f r i d a y .     k n i c k s   p l a y   t o n i g h t .
n e w   v i d e o   t o   w a t c h : 
 
 " i s a i a h   h a r t e n s t e i n   c o u l d   b e   t h e   x - f a c t o r   f o r   t h e   k n i c k s   s u c c e s s "   
 
 c r e a t o r :     k n i c k s   n a t i o n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
m e   w h e n   h e a r i n g   t h e   k n i c k s   p l a y   t o n i g h t  
n e w   q u a l i t y p u r c h a s e .   r e a d y   f o r   f r i d a y n i g h t k n i c k s   n e w y o r k f o r e v e r   k n i c k s   k n i c k s w a l l   k n i c k s t a p e   k c d a   k n i c k s t w i t t e r   g o n e w y o r k g o n e w y o r k g o   ⁦ ⁩  
i f   y o u   d o n ’ t   h a v e   p l a n s   t o m o r r o w   p u l l   u p   t o   t h e   r u c k e r   f o r   t h i s   a w e s o m e   k n i c k s   c e l e b /   a l u m n i   g a m e !   
 
 i ’ l l   b e   p l a y i n g !   
 
 h o p e   t o   s e e   y o u   t h e r e ! !   🧡 💙  
g o o d   m o r n i n g   t w e e p s   i t ’ s   g a m e   d a y   k n i c k s
w a r r i o r s   a r e   f a l l i n g   a p a r t .   k n i c k s   i n   s i x .
o b i   t o p p i n   s h o u l d n ’ t   e x p e c t   m a j o r   m i n u t e s   w i t h   t h e   k n i c k s     s h o u l d n t
_ n e w y o r k   w e   a r e   e v e r y w h e r e   k n i c k s
l o v e   t h a t   “ e n t e r g a l a c t i c ”   o n   n e t f l i x   s h o w s   s o m e   l o v e   t o   m i n n i e   r i p e r t o n   a n d   t h e   k n i c k s !   k n i c k s   m i n n i e r i p e r t o n
t h e   k n i c k s   n e e d   a n   i d e n t i t y   c h a n g e ,   t h i s   c o u l d   h e l p   k n i c k s   n b a   
 

[ b e g l e y ]   q u e n t i n   g r i m e s   ( f o o t )   a n d   c a m   r e d d i s h   ( a n k l e )   a r e   o u t   t o m o r r o w ,   t o m   t h i b o d e a u   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
[ v i d e o ]   a   d e e p e r   l o o k   o f   h o w   j a l e n   b r u n s o n   f i t s   i n t o   t h e   k n i c k s   & a m p ;   h i s   p e r f o r m a n c e s   i n   g a m e s   w i t h   n o   l u k a   l a s t   s e a s o n   k n i c k s   m t a   n e w y o r k f o r e v e r 
  
g e t   t i c k e t s   n o w   a n d   g o   s e e   n b a   p r e s e a s o n :   n e w   y o r k   k n i c k s   v s .   i n d i a n a   p a c e r s   a t   m a d i s o n   s q u a r e   g a r d e n   i n   m a n h a t t a n   t o n i g h t   a t   7 : 3 0 p m . 
 
 k n i c k s   n e w y o r k c i t y 

i m a   f a n   o f   t h e   k n i c k s  
k n i c k s   r j   b a r r e t t   c l a p s   b a c k   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   k n i c k s h i g h l i g h t s   k n i c k s r j b a r r e t t   n e w y o r k k n i c k s   n e w y o r k k n i c k s h i g h l i g h t s   n e w y o r k k n i c k s r j b a r r e t t   n e w y o r k k n i c k s r j b a r r e t t h i g h l i g h t s   n y k n i c k s   r j b a r r e t t   r j b a r r e t t b e s t p l a y s  
e p   1 7 8   o n   t h e   ⁦ ⁩ .   t a l k i n g   n y m e t s   c h o k e ,   h u g e   w i n   i n   w e e k   4   f o r   t h e   n y j e t s   & a m p ;   m o r e   n f l   t h o u g h t s .     t h e n   ⁦ ⁩   c o m e s   o n   f o r   a   k n i c k s   t h e r a p y   s e s s i o n    
      _ k n i c k s p r   i t   w o u l d   b   w i s e   f o r   u s   t o   s i g n     l e t ’ s   g o   k n i c k s   w e   n e e d   t h a t   s m a l l   f o r w a r d   p o s i t i o n   w i t h   c a m   n   g r i m e s   i n j u r i e s
n e w   y o r k   c i t y !   t h i s   i s   o u r   p g !   
 t h e   k n i c k s   p l a y   b a s k e t b a l l   t o n i g h t !   g e t   e x c i t e d !   t k r    
o h   y o u   d i d n t   k n o w ?   y o   a s s   b e t t e r   c a l l   s o m e b o d y y y y !   k n i c k s   p l a y   t o n i g h t ! !   k n i c k s   n e w y o r k f o r e v e r  
k n i c k s   w i n   t o t a l   g u e s s t i m a t e   f o r   2 2 / 2 3   s e a s o n   s h o u l d   b e   h i g h e r .   s o o o   m a n y   t e a m s   w i l l   b e   g o i n g   f o r   l o t t e r y   a s   t h e y   t a n k   h u g e   a s   s e a s o n   g o e s   o n .   w h y   b e   a   8 t h / 9 t h / 1 0 t h   s e e d ?   s t u p i d   a c t u a l l y !   
 
     _      
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   v s   p a c e r s   p r e s e a s o n   g a m e   p r e v i e w "   
 
 c r e a t o r :     c l u t c h   b b a l l   t v 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
i   f e e l   s a d / b u m m e d   a b o u t   o u r   k n i c k s   a f t e r   a n o t h e r   v i c t o r w   o u t i n g .   2 0 2 3   d r a f t   w i s e ,   w e ' l l   b e   8 t h   t o   1 5 t h   r a n g e ,   j u s t   a   s h a m e .   a n y w a y ,   j u s t   s u c k s   n o t   g o i n g   f o r   t h e   m o r e   r e a l i s t i c   b i g   p r i z e   v i c t o r w   v s   a   r i n g   2 2 / 2 3   s e a s o n .   s o r r y . . . . 
 
  
  ,   k   a v e ,     o n   k n i c k s   p r e s e a s o n   b a s k e t b a l l   a n d     n b a   n o r t h w e s t   & a m p ;   p a c i f i c   d i v i s i o n s   & g t ;     & l t ;   w o l v e s   t h u n d e r   j a z z   b l a z e r s   n u g g e t s   w a r r i o r s   c l i p p e r s   s u n s   k i n g s   l a k e r s  
i   w i s h   t h e   k n i c k s   p l a y e d   e v e r y d a y … g a m e   d a y ! ! !   l f g ! ! !   🚀 🚀 🚀    
h o l d   o n   y ' a l l !   i ' m   w o r k i n g   o n   g e t t i n g   b a c k .   
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s a l l d a y   k n i c k s n e w s   k n i c k s w i n   n y c   m s g   t h e g a r d e n   k n i c k s w o r l d   n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k   
  
n e w   y o r k   k n i c k s   l o o k   d o m i n a n t   i n   f i r s t   p r e s e a s o n   g a m e 
 
 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h
s m h ,   d o n ' t   k n o w   w h y   e v e r y   t e a m   i n   b o t t o m   h a l f   o f   n b a   i s n ' t   g o i n g   t o   t a n k   f o r   a   s h o t   a t   v i c t o r   w e m b a n y a m a ,   u n s t o p p a b l e ,   w i s h   o u r   k n i c k s   w e r e ,   g u y   m a k e s   m e   d r o o l ,   a c t u a l l y   s h o u l d   b e   b a n n e d   f r o m   n b a ,   u n f a i r .    
s m h ,   d o n ' t   k n o w   w h y   e v e r y   t e a m   i n   b o t t o m   h a l f   o f   n b a   i s n ' t   g o i n g   t o   t a n k   f o r   a   s h o t   a t   v i c t o r   w e m b a n y a m a . . . u n s t o p p a b l e . . . w i s h   m y   k n i c k s   w e r e ,   g u y   m a k e s   m e   d r o o l ,   a c t u a l l y   s h o u l d   b e   b a n n e d   f r o m   n b a ,   u n f a i r . . . .  
g o o d   m o r n i n g !   g i v e   t h a n k s   k n i c k s   p l a y   t o d a y !
😂   h a r d   t o   a r g u e ,   t h i s   w o u l d   b e   m y   w i s h ,   u n l o a d   v e t s   a n d   p l a y   y o u n g   g u y s   a n d   l e t   c h i p s   f a l l   w h e r e   t h e y   m a y ,   g o o d   o r   b a d . . . . . .   k n i c k s     
 
           _      
      l i n   w a s   s u p e r   o v e r r a t e d ,   u n f o r t u n a t e l y   h e   d o e s n ’ t   r e a l i z e   h i s   s k i l l   s e t   i s   t h e   r e a s o n   h e   d i d n ’ t   s u c c e e d   f u r t h e r !   n b a     h e   r a n   t o     f o r   t h e   b a g ,   a n d   t h a t ’ s   t h a t !   k n i c k s  
t h e   n e w   y o r k   k n i c k s   p l a y   b a s k e t b a l l   t o n i g h t   🔥  
y e s   h e   i s . . . .   k n i c k s  
o k ,   l e t ' s   w a t c h   t h i s   😀 k n i c k s  
    t h i s   i s   r e a c h i n g .   h e s   r i g h t ,   k n i c k s   a r e   i n   a   g r e a t   s p o t .   t h a t   t a n k i n g   n o n s e n s e   i s   r i s k y ,   i t ' s   l i k e   w i n n i n g   1 7   g a m e s   f o r   z i o n   o r   m o r a n t   b u t   e n d i n g   u p   w i t h   r j   b a r r e t t .
k i l l i n g   t w i t c h   s t r e a m e r s   i n   t h e   m i d r a n g e   w /   s t e p - b a c k s   c a u s e   i ’ m   a   o l d   n i g g a   😂   k n i c k s   n b a 2 k 2 3   p s 5    
b r o n c o s   c o u n t r y .   l e t s   r i d e e e 
 s t i c k   t o   d a   k n i c k s  
r i p   d r a z e n   p e t r o v i c   🙏   h e   w a s   a   g r e a t   p l a y e r .   o n e   o f   m y   f a v o r i t e s .   a n d   i ' m   a   k n i c k s   f a n .   n b a   j a m ,   p i c k   t h e   n e t s   w i t h   h i m   a n d   k e n n y   a n d e r s o n   o m g .  
      _ l i f e r s   _ n y _ b   t h i s   i s   t h e   g u y   -   n o t   s p i d a   - - -   i   w o u l d   h a v e   p a i d   f o r   t o   b r i n g   t o   t h e   k n i c k s   - -   l o o k   a t   t h e s e   n u m b e r s 

w h e n   y o u   c o a c h   t h e   k n i c k s   a n d   y o u r   t e a m   g e t s   i n t o   a   f i g h t   w i t h   t h e   h e a t   
 
 n b a   c a t s 

n e w   j o i n t   i s   u p . 
 
 k n i c k s   n y k   n y k n i c k s   n e w y o r k   
 p i s t o n s   p a c e r s   v i c t o r w e m b a n y a m a   
 n b a   p r e s e a s o n   
 
           _ 3 2   
 

i f   y o u   t h i n k   w e ' r e   c r a z y   n o w ,   w a i t   u n t i l   t h e   p r e s e a s o n ! 🏀 
 
 n b a   n b a p r e s e a s o n   p r e s e a s o n   k n i c k s   n y k n i c k s   n y c   b a s k e t b a l l  
    w o r d .   w h e r e   e l s e   w e r e   t h e y   g o n n a   s h i n e   t h e y   w a y   t h e y   d i d ?     o n e   t h i n g   a b o u t   k n i c k s   f a n s   -   i f   y o u   s h o w   u p   f o r   u s   w e   g o n n a   g i v e   y o u   m a d   f l o w e r s .
  w o r k   o n   y o u r   j u m p e r   c o m i n g   o f f   s c r e e n s   —   e s p e c i a l l y   w h e n   c o m i n g   o f f   t h e   r i g h t   s i d e ,   y o u r   l e a d   f o o t   p l a c e m e n t   i s   q u e s t i o n a b l e   a f f e c t i n g   t h e   h e i g h t   l f   y o u r   j u m p   s h o t .   y o u r   t i m e   o n   t h e   c o u r t   i s   d i r e c t l y   r e l a t e d   t o   y o u r   s h o o t i n g   y o u n g   m a n .   a n d 1 p o d c a s t   k n i c k s
j a   m o r a n t   h i l a r i o u s l y   d i s r e s p e c t e d   i n   2 0 2 2 - 2 3   n b a   g m   s u r v e y 
 
 
 
 n b a   m e m p h i s   g r i z z l i e s   g r i n d c i t y   g o s p u r s g o   s p u r s   s a n a n t o n i o   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   n b a 2 k 2 3   n b a 2 k   n b a i n a b u d h a b i   n b a t w i t t e r   l a k e s h o w   l a k e r s   l o s a n g e l e s   b u l l s n a t i o n   m f f l
d e s p i t e   " l o s t   c o n f i d e n c e " ,   d e r o z a n ' s   t i m e   w i t h   t h e   s p u r s   w a s   v a l u a b l e 
 
 
 
 n b a   g o s p u r s g o   s p u r s   s a n a n t o n i o   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   n b a 2 k 2 3   n b a 2 k   n b a i n a b u d h a b i   n b a t w i t t e r   l a k e s h o w   l a k e r s   l o s a n g e l e s   b u l l s n a t i o n   m f f l   d a l l a s   m a v e r i c k s
j a l e n   b r u n s o n ' s   e p i c   k n i c k s   d e b u t   s h o u l d   h e l p   s i l e n c e   o v e r p a i d   c r i t i c s 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   n b a 2 k 2 3   n b a 2 k   n b a i n a b u d h a b i   n b a t w i t t e r   l a k e s h o w   l a k e r s   l o s a n g e l e s   b u l l s n a t i o n   m f f l   d a l l a s   m a v e r i c k s   b r o o k l y n t o g e t h e r     n e t s   j a z z
s t u n n i n g l y   s i m p l e   k n i c k s   🏀    
    _ _ w a r   _                       _ 1 9 1 4     @ _ a n g e l f r m p h i l l y   _ d u d e   _ j _ d _ m   @ _ k n i c k s 1 6 8 8   _ m a c       _ s t e v e n       _ 2 2     _ _                 @ _ b i l l y h o y l e o f n j                           t h i s   i s   w h a t   s o s a   i s   t a l k i n g   a b o u t   t h e   a n s w e r   s h o u l d   b e   s o   d a m   e a s y   f o r   t h e   k n i c k s   u n f o r t u n a t e l y   s e l l i n g   s e a t s   i s   m o r e   i m p e r a t i v e   t h a n   t h e   f u t u r e . . . 
 k n i c k s  
[ k a t z ]   m i t c h e l l   r o b i n s o n   o n   w h y   h e   t r i e d   t o   a d d   s o m e   p o s t   m o v e s   o v e r   t h e   s u m m e r :   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
n e w   y o r k ’ s   m o s t   p o p u l a r   s p o r t s   t e a m s   & g t ;     n e w y o r k   j e t s   g i a n t s   r a n g e r s   i s l a n d e r s   k n i c k s   n e t s   s a b r e s   b i l l s   m e t s   y a n k e e s
k i d s   a r e   r e a d y   f o r   t h e   s e a s o n   k n i c k s  
p o s t s p o r t s p l u s :   w h a t   t h e   k n i c k s ’   p r e s e a s o n   o p e n e r   s a i d   a b o u t   t h e i r   m o t i v a t i o n ,   a n d   p o t e n t i a l    
p o s t s p o r t s p l u s :   w h a t   t h e   k n i c k s ’   p r e s e a s o n   o p e n e r   s a i d   a b o u t   t h e i r   m o t i v a t i o n ,   a n d   p o t e n t i a l    
i ’ m   a c t u a l l y   a   b i g   f a n   o f   t h e   j u l i u s   r a n d l e   s p i n   m o v e   i n t o   4   d e f e n d e r s   t h i s   y e a r   k n i c k s  
m a n   t h i s   m a d e   m e   e m o t i o n a l   a g a i n . .   d e f i n i t e l y   o n e   o f   m y   t o p   g a r d e n   m e m o r i e s . .   s t i l l   h o p e   m e l o   c o m e s   h o m e   t h i s   s e a s o n   k n i c k s   s t a y m e 7 o  
" k n i c k s   d i d   f u l l   s o n g     w o r l d   p r e m i e r e   🔥   j   b o o g i e   d a   c l o s e r     k n i c k s   j b o o g i e   4 o u r t h e l o v e o f t h e g a m e "   o n   y o u t u b e   -  
_ _ w a r                       _         _ 1 9 1 4     @ _ a n g e l f r m p h i l l y   _ d u d e   _ j _ d _ m   @ _ k n i c k s 1 6 8 8   _ m a c       _ s t e v e n       _ 2 2     _ _               @ _ b i l l y h o y l e o f n j                           3 r d   y o u n g e s t   s q u a d   ( 8   1 s t   r d   p k s )   w i t h   2   p l a y e r s   o v e r   3 0 y r s - o l d   & a m p ;   y o u ' r e   c o n f u s e d   o n   t h e   d i r e c t i o n   ⬇ ️ ⬆ ️ . . . . . . . ? ? ? ? ? ? ? ? ? ? ? ! ! ! ! ! ! 
 
 s t o p   w a t c h i n g   b - b a l l   🔥 
 k n i c k s 🏀 💯  
t h i s   a l e x   d u d e   a l l   h e   d o e s   i s   t a l k   s h i t   a b o u t   t h e   k n i c k s   y e t   h e   c a l l s   h i m s e l f   a   f a n .   w t f   e v e r y   o t h e r   t w e e t   i s   t a l k i n g   s h i t .   s u c k   i t   u p   e n j o y   i t   a n d   w a t c h   i t   s h u t   u p .   
 l l o r ó n  
  t h i s   i s   n o t   a   k n i c k s   p o s t
t h i s   i s   n o t   a   k n i c k s   p o s t  
p o s t s p o r t s p l u s :   w h a t   t h e   k n i c k s ’   p r e s e a s o n   o p e n e r   s a i d   a b o u t   t h e i r   m o t i v a t i o n ,   a n d   p o t e n t i a l    
j e t s   m e t s   k n i c k s   a s   l i f e   l o n g   f a n   i m   u s e d   t o   s u f f e r i n g   ,   b e i n g   b l i n d s i d e d   a n d   i n   g e n e r a l   b e   c o m p l e t e l y   e m b a r r a s s e d   o n   n a t i o n a l   t v .   $ t g g i   w a s   s t i l l   h a r d   t o d a y   😳
k n i c k s   d o   w h a t   y o u   d o   b e s t   i n   2 0 2 2 / 2 3   t a n k   f o r   
 
 v i c t o r   w e m b a n y a m a
t h a n k s   f o r   t h e   l o v e     e n t e r g a l a t i c   k n i c k s  
t h a n k   y o u .   i   w a s   a t   s e v e r a l   g a m e s   d u r i n g   6 9 - 7 0 .   y o u n g s t e r s   h a v e   n o   i d e a   h o w   g o o d   t h o s e   2   c h a m p i o n s h i p   t e a m s   w e r e .   m a n y   d o n ’ t   e v e n   k n o w   w h o   p l a y e r s   l i k e   d i c k   b a r n e t t   a r e ,   w h i c h   i s   a   s h a m e .   b u t   w e   a l l   l o v e   o u r   k n i c k s   ❤ ️  
p o s t s p o r t s p l u s :   w h a t   t h e   k n i c k s ’   p r e s e a s o n   o p e n e r   s a i d   a b o u t   t h e i r   m o t i v a t i o n ,   a n d   p o t e n t i a l    
t a k e f l i g h t     l g m     k n i c k s   
 
 f o l l o w   a l o n g   w i t h   t h e   n e w   y o r k   s p o r t s   t e a m s   i n   t h e   a r m c h a i r   s p o r t s   u n i v e r s e !   t h e   m o s t   r e a l i s t i c   s i m u l a t i o n   s p o r t s   l e a g u e s   e v e r .   i t ' s   d y n a s t y   f a n t a s y   s p o r t s   b u t   s i m u l a t e d   w i t h   v i d e o   g a m e s .   l i n k   t o   d i s c o r d   s e r v e r   i n   b i o .  
1 3   d a y s   a w a y   f r o m   k n i c k s   o p e n i n g   n i g h t !   o n l y   r i g h t   t o   f e a t u r e   1 3   e v a n   f o u r n i e r ! 
 
 h e r e ’ s   a   l i t t l e   s n e a k   p e e k   o f   t h e   v i d e o   o p e n   w e   s h o t   w i t h   t h e   k n i c k s   o n   n b a m e d i a d a y !   n e w y o r k f o r e v e r  
i f   r j   b a r r e t t   b e c o m e s   a n   a l l - s t a r   t h i s   s e a s o n ,   h o w   a b o u t   r j ,   t o p p i n ,   g r i m e s ,   a n d   7   f i r s t - r o u n d   p i c k s   f o r   w e m b a n y a m a ?   😂   k n i c k s
s p o r t s t r a d i n g c a r d s   s p o r t s c a r d s   t r a d i n g c a r d s   b a s k e t b a l l c a r d s   t h e h o b b y   n b a   n b a t w i t t e r   n b a p r e s e a s o n   k n i c k s   n y k n i c k s   p r i z m   
 c h e c k   o u t   2 0 2 0 - 2 1   c l e a r l y   d o n r u s s   r a t e d   r o o k i e   i m m a n u e l   q u i c k l e y   a u t o   h g a   9 . 5   g e m   m i n t     e b a y   v i a  
“ n o t   e v e r y o n e   w h o   c a m e   t o   w a t c h   y o u   p l a y   i s   t h e r e   t o   c h e e r   f o r   y o u . ”   ~ t h e   m i n d g a m e 
 
 s t a y f o c u s e d   🤓 
 
 t h e m i n d g a m e   
 m e n t a l p e r f o r m a n c e   k o b e   s p i k e l e e   l a k e r s   k n i c k s   s p o r t p s y c h o l o g y  
        y o u r e   b o t h   r i g h t   b u t   i   r e c a l l   t h e y   h a d   a   d e a l   a n d   l i n   w e n t   b a c k   t o   m o r e y   a n d   h o u   a d d e d   t h a t   e x t r a   y e a r   “ p o i s o n   p i l l ”   w h i c h   t h e   k n i c k s   c o u l d   n o t   m a t c h   b c   o f   t h e   c b a … s o   l i n   l e f t .   i t   w a s   a   s h a d y   m o v e   b y   l i n   i m o …
m o r e   r o u g h   t i m e s   a h e a d   k n i c k s   f a n s .   
 d o l a n   i s n ' t   s e l l i n g   😟 

k n i c k s   n e e d   t o   s h o c k i n g l y   w i n   t h e   d r a f t   n e x t   y e a r   l i k e   t h e y   d i d   w i t h   p a t r i c k   e w i n g   s o   m a n y   y e a r s   a g o .   n o   f r a n c h i s e   d e s e r v e s   s o m e t h i n g   s h o c k i n g   a n d   w o n d e r f u l   m o r e   t h e n   t h e   c l u b   i n   ! ! !  
c a n   t h e   k n i c k s   p l e a s e   t a n k   f o r   v i c t o r   w e m b a n y a m a ? ! ?   o h   m y   g o d   t h i s   k i d   i s   s o   p h e n o m e n a l   
 k n i c k s   v i c t o r w e m b a n y a m a
i   n e e d   t o   c a m   r e d d i s h   p l a y   m o r e   m i n u t e s   a n d   e v e n t u a l l y   m a k e   i t   i n t o   t h e   r o t a t i o n .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a  
f o r g o t t e n   s t a r s : 
 
 m i k e   b i b b y   w a s   a   v e r y   s o l i d   p o i n t   g u a r d   d u r i n g   h i s   p l a y i n g   d a y s   💪 
 
 1 9 9 9   a l l - r o o k i e   f i r s t   t e a m 
 1 4   n b a   s e a s o n s 
 
 1 4 . 7   p p g 
 3 . 1   r p g 
 5 . 5   a p g 
 1 . 2   s p g 
 1 . 5   3 p m 
 4 3 . 6   f g % 
 8 0 . 2   f t % 
 3 3 . 9   m p g 
 
 k i n g s   k n i c k s   h a w k s   g r i z z l i e s   h e a t   n b a  
h o n e s t l y   t h e   k n i c k s   c o u l d   w i n   4 5 +   g a m e s   t h i s   s e a s o n   w i t h   t h e   a m o u n t   o f   t e a m s   t h a t   a r e   g o n n a   b e   t a n k i n g   f o r   t h i s   m a n   😭  
i   c a n t   w a t c h   v i c t o r   p l a y   t o d a y   t h e n   w a t c h   r a n d l e   t o m o r r o w . . . i   c a n t . . . . i   c a n t !   😫   k n i c k s
a l l   r i s e   f o r   6 2 !   a a r o n j u d g e   a n d   n e w   y o r k   k n i c k s   b a s k e t b a l l .     r e p o r t s   o n   .     l i n k :     m e e t t h e m a t t s   g o o g l e a l e r t s   m l b p l a y o f f s   n b a
k n i c k s   n e w s   & a m p ;   r u m o r s   
 
 k n i c k s   s c o u t i n g   v i c t o r   w e m b a n y a m a   & a m p ;   s c o o t   h e n d e r s o n ? 
 
 i n j u r y   u p d a t e   f t .   c a m   r e d d i s h ,   q u e n t i n   g r i m e s 
 
 w a t c h   -   
 
 k n i c k s  
_ n e w y o r k   y e s s i r   w e   r i s i n g u p   k n i c k s
i ' d   c o p   b u t   i   h a v e   a   p a i r   a l r e a d y . .   g o   k n i c k s . .    
i f   i t   w a s   u p   t o   m e ?   t r y   t o   f i l t e r   t h e m   t h r o u g h   j e r i c h o   h a d   a   g r e a t   s t r e t c h   o f   g a m e s   l a s t   s e a s o n   ( n e t s )   a n d   d u e c e   m a d e   s o m e   k e y   s t o p s   a s   w e l l .   
 
 i   w a n t   t h e m   g e t t i n g   s o m e   m i n u t e s   j u s t   t o   s e e   b u t   w e   s h a l l   s e e e …   k n i c k s
a l l   r i s e   f o r   6 2 !   a a r o n j u d g e   a n d   n e w   y o r k   k n i c k s   b a s k e t b a l l .     r e p o r t s   o n   .     l i n k :     m e e t t h e m a t t s   g o o g l e a l e r t s   m l b p l a y o f f s   n b a
i   t h i n k   i t ’ s   t i m e   t o   a d d r e s s   t h e   e l e p h a n t   i n   t h e   r o o m : 
 
 j e r i c h o   s i m s   a n d   d u e c e   m c b r i d e .   w h a t   i s   o u r   p l a n   f o r   t h e m ?   g e n u i n e l y   c o n f u s e d .   k n i c k s
_ b y   w h e n   i   u s e   t o   w a t c h ,   b e f o r e   l e b r o n   a n d   h i s   b u d d i e s   t o o k   o v e r   t h e   o w n e r s   a n d   c o m m i s s i o n e r s   j o b , , , ,   t h e   k n i c k s   .
v i c t o r   w e m b a n y a m a   i s   w h o     w a n t e d     t o   b e c o m e .   n b a t w i t t e r     k n i c k s   w e m b a n y a m a
k n i c k s   t w i t t e r   i s   a l r e a d y   s a l i v a t i n g   🤣    
  g i v e s   _ b e r m a n   h i s   f l o w e r s   f o r   h i s   2 3   y e a r s   o f   c o v e r a g e   a s   t h e   n e w   y o r k   k n i c k s   b e a t   w r i t e r   f o r     💐 🌺 🌻 🌹 
 k n i c k s   n b a   n e w y o r k f o r e v e r   t h e n b a e x c h a n g e 
 
 v i d e o :   
 a u d i o :    
i   w o u l d   b e   p e r f e c t l y   f i n e   w i t h   k n i c k s   g o i n g   0 - 8 2   i f   t h e   n b a   r i g s   t h e   l o t t e r y   s o   t h e y   l a n d   t h i s   k i d  
i   t r i e d   t o   u s e   m y   a i   t o   m a k e   r j   b a r r e t t   i n   t h e   r i c k   a n d   m o r t y   s t y l e   a n i m a t i o n .   t h i s   i s   j u s t   s a d   l o o k i n g   😂 🧡   k n i c k s   r j b a r r e t t   b a s k e t b a l l   m i d j o u r n e y a i   k n i c k s a r t  
a l l   r i s e   f o r   6 2 !   a a r o n j u d g e   a n d   n e w   y o r k   k n i c k s   b a s k e t b a l l .     r e p o r t s   o n   .     l i n k :     m e e t t h e m a t t s   g o o g l e a l e r t s   m l b p l a y o f f s   n b a
  w o n ' t   b e   p i c k i n g   h i g h   t h i s   s e a s o n   b u t   t h i s   w o u l d   b e   a   k n i c k s l u c k   s e a s o n   w h e r e   t h e y   w o u l d   p i c k   3 r d   i n   a   d r a f t   w i t h   2   p o t e n t i a l   f r a n c h i s e   p l a y e r s   k n i c k s  
d o g s   w i t h   k n i c k s   e y e s   🧡 💙  
s u c k s   t o   s e e   t h a t   g r i m e s   i s   s t i l l   h u r t .   k n i c k s   m i g h t   b e   e n t e r i n g   t h e   y e a r   w i t h   f o u r n i e r   a t   s g .  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e      
b e s t   o f   t h e   d a y   o n   
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
  w h y   e x a c t l y   i s   g r i m e s   a c t u a l   i n j u r y   b e i n g   t r a d e d   a s   a   s t a t e   s e c r e t ?   l o l   k n i c k s
  l a n d e d   g r i m e s   a n d   a   2   f o r   j o h n s o n   k n i c k s  
" t h e r e ' s   a   l o t   o f   d w y a n e   w a d e   i n   h i m " .   - a l a n   h a h n   c o m m e n t s   o n   w h a t   h e ' s   s e e i n g   f r o m   r j   b a r r e t t ' s   g a m e .   k n i c k s   t k r         
 
 f u l l   e p i s o d e : 
 y o u t u b e :    
k n i c k s   p r e s e a s o n   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   7 : 3 0 p m   e s t    
l e t ' s   g o   k n i c k s   k n i c k s  
q u e s t i o n a b l e   i s   b e t t e r   t h a n   o u t !   k n i c k s  
i ' v e   b e e n   a   d i e h a r d   k n i c k s   f a n .   s i n c e   b i r t h .   u n f o r t u n a t e l y ,   i   c a n   n o   l o n g e r   j u s t i f y   e x c l u s i v e   l o y a l t y   r i g h t s   a n y   l o n g e r .   🤣  
      a c t u a l l y   s a v e d   m e   s o m e   $   b c   i   w a s   g o n n a   b u y   a   k n i c k s   1 7   j e r s e y   w i t h   “ l i n s a n i t y ”   o n   t h e   b a c k … g o o d   t h i n g   i   d i d n t   p r e - o r d e r ,   l o l ! !
_ b r o u s s a r d           k n i c k s   l o s e   o u t   o n   d e j o u n t e m u r r a y   d o n o v a n m i t c h e l l   a n d   k e e p   c o a c h   t h i b s .   h a r d   t o   g e t   e x c i t e d   f o r   t h e   n b a   s e a s o n   w h e n     m a k i n g   t h e   p l a y   i n   p l a y o f f   g a m e   i s   a s p i r a t i o n a l
c a m   r e d d i s h   c o u l d n ’ t   g e t   a   b r e a k .   i n j u r i e s   h a v e   d e r a i l e d   h i s   c h a n c e s   t o   h a v e   a   m e a n i n g f u l   r o l e   w i t h   t h e   k n i c k s .   |    
n o t   t h e   b i g g e s t   r e d d i s h   b e l i e v e r ,   b u t   r e a l l y   t o u g h   l u c k   t o   b e   i n j u r e d   a t   t h e   s a m e   t i m e   g r i m e s   i s .   r e d d i s h   r u l e d   o u t   f o r   t o m o r r o w ' s   g a m e   k n i c k s
b u t   t h i b s   a n d   f / o   w o n ' t   p l a y   d e u c e   e i t h e r ,   m u c h   l i k e   c a m ,   n o   c h a n c e s   h e r e ,   b u r i e d   u n l e s s   m o r e   v e t s   a r e   t r a d e d   a n d   w e   c a n   t r u l y   d e v e l o p   g u y s   a n d   m o v e   t e a m   f o r w a r d !   k n i c k s    
k n i c k s   b e l o v e d   p l a y - b y - p l a y   m a n   m i k e   b r e e n   i s   s t i l l   g r a t e f u l   a f t e r   t h e   m a s s i v e   f i r e   t h a t   d e s t r o y e d   h i s   l o n g   i s l a n d   h o u s e .   |    
t h i s   c a n   m e a n   t w o   t h i n g s .   c a m   i s   a   i m p o r t a n t   p i e c e   o n   t h i s   t e a m   o r   t h e   i n j u r y   w a s   w o r s e   t h e n   i t   s e e m e d .   c a m   s a i d   h e   w a s   f i n e   a n d   t h e y   d e c i d e d   t o   k e e p   h i m   o u t .   i   a i n ’ t   r u b b i n g   c a m   o f f   j u s t   y e t .   k n i c k s  
a f t e r   a l l   t h e   l u c k   w e ' v e   h a d   i n   t h e   d r a f t   l o t t e r y ,   s o m e   o f   y a ' l l   s t i l l   p u s h i n g   f o r   a   t a n k . . . c o u l d n ' t   b e   m e .   
 
 i ' m   p u m p e d   t o   s e e   b r u n s o n   w i t h   t h i s   g r o u p   o f   g u y s   a n d   l o o k   f o r w a r d   t o   b e i n g   b a c k   i n   t h e   p l a y o f f s   😤   k n i c k s
t h e   p a c e r s   a r e   u p   n e x t   w h a t ' s   y o u r   p r e d i c t i o n s   f o r   t h i s   g a m e   o n   f r i d a y   n y k   v s   i n d   ? 
 k n i c k s   n b a  
c h e c k   m y   l a t e s t   k n i c k s   a r t i c l e   :   q u e s t i o n s   f o r   t h e   k n i c k s   u p c o m i n g   s e a s o n   -   l a s t   w o r d   o n   b a s k e t b a l l   n b a   n e w y o r k f o r e v e r  
w h i c h     t e a m   w i l l   f i n i s h   w i t h   a   h i g h e r   r e c o r d ?   l a k e r s   o r   k n i c k s ?
t u n e   i n   k n i c k s   n a t i o n       w a s   g r e a t   & a m p ;   w e l c o m e   t o   t h e   t e a m   l o o k   f o r w a r d   t o   d o i n g   w o r k   t h i s   y e a r   k n i c k s  
b u m s   l m f a o o o o o   k n i c k s  
t h e     l a r r y   j o h n s o n   i s   b a c k !   u n l v   h o r n e t s   k n i c k s   g r a n d m a m a   
 f o l l o w   a n d   v i s i t    
a p p r e c i a t i v e   t o   h a v e     j o i n   u s   t o n i g h t   l i v e   o n   y o u t u b e   t o   t a l k   k n i c k s   @   9 : 2 0 p m   e s t   w i t h   m y   g u y s     @ _ l e e e s c o b e d o     
 
 j o i n   t h e   c o n v e r s a t i o n ! 
 
 l i n k   b e l o w 
  
      a   k n i c k s   a n d   7 6 e r s   f a n   b u t   i   d o   h o p e   t h e     c a n   d r a f t   w e m b a n y a m a   
 
 l e t s   g o   l a m e l o
s e e i n g   m e l o   a n d   d r o s e   w i n   a   c h a m p i o n s h i p   t o g e t h e r   i s   t h e   u l t i m a t e   k n i c k s   g u i l t y   p l e a s u r e   f a n t a s y .   l e t ’ s   s i g n   m e l o   a l r e a d y   a n d   d r e a m   l i k e   w e   h a v e   a   c h a n c e   e v e r   f o r   a   r i n g   t h i s   y e a r   😂 🧡   k n i c k s   k n i c k s f a n   k n i c k s d e l u s i o n a l   f a n s   f o l l o w m e   k n i c k s f o l l o w m e
m i l e s   m c b r i d e   i s   g o i n g   t o   b e   a   6 t h   m a n   o f   t h e   y e a r   o n e   d a y .   t h a t   o n e   d a y   w i l l   n o t   b e   o n   t h i s   k n i c k s   t e a m   u n l e s s   r o s e   r e t i r e s .   k n i c k s   k n i c k s t a p e   k n i c k s f a n
f o u n d   s o m e   o f   m y   a r t   f r o m   h i g h   s c h o o l     s t a y m e 7 o   k n i c k s   n b a   g r a p h i c a r t   k n i c k s t a p e   n e w y o r k  
s t a r s   w a t c h i n g   t h e   k n i c k s   i n   2 0 1 9 ! 
 ( m i c h a e l   k .   w i l l i a m s ,   a m y   s c h u m e r ,   j a   r u l e ,   a k o n )  
_ b e r m a n   s h a r e d   w /       h i s   b e s t   m o m e n t s   c o v e r i n g   t h e   k n i c k s   a s   a   b e a t   w r i t e r   f o r     
 k n i c k s   n b a   n e w y o r k f o r e v e r   t h e n b a e x c h a n g e 
 
 v i d e o :   
 a u d i o :    
  h i   c a m ,   j u s t   w a n t e d   y o u   t o   k n o w   u s   k n i c k s   f a n s   l o v e   y o u   a n d   a r e   r o o t i n g   f o r   y o u   t h i s   s e a s o n !   🙏 🫰 👍 💪 
 
                
g i v e   m e   t h a t   k n i c k s   o v e r   🔒  
  i   t o o k   m y   g r a n d s o n   t o   t h e   k n i c k s   g a m e   o n   t u e s d a y   a n d   h e   h a d   n o   i d e a   w h o   p a t r i c k   e w i n g   w a s .  
w h a t   t o   e x p e c t   w h e n   t h e       p l a y   t h e   i n d i a n a   p a c e r s .   d e f e n s e ?   m o r e   d r i v e s ?   n e w y o r k f o r e v e r   k n i c k s   c a n   m i t c h   g e t   m o r e   t o u c h e s ?   i s   m o r e   s h o o t i n g   n e e d e d ?         v i a  
y o u   c a n   k e e p   b e l i e v i n g   t h i b s   w i l l   a d a p t   a n d   u s e   d e p t h .   b u t   t h e   f a c t   r e m a i n s   h e ' s   a l w a y s   h a d   a   1 0   m a n   r o t a t i o n .   t h i n k i n g   h e ' s   g o i n g   t o   b r e a k   f r o m   t h a t   i s   s e t t i n g   y o u r   s e l f   u p .   k n i c k s   t k r   t h e k n i c k s r e c a p
🔥   v i c t o r   w e m b a n y a m a   a n d   s c o o t   h e n d e r s o n   p l a y   g a m e   2   t o d a y   o f   t h e i r   2   g a m e   e x h i b i t i o n   s e r i e s   a t   3 p m   e s t . 
 n b a d r a f t   k n i c k s   
 
          
n e w   y o r k   k n i c k s :   p r e d i c t i n g   t h e   t e a m ' s   l e a d e r   i n   e v e r y   s t a t i s t i c a l   c a t e g o r y 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   d u b n a t i o n   l a k e s h o w   l k e r s   l o s a n g e l e s   n b a p r e s e a s o n   n b a 2 k   n b a m e d i a d a y   n b a t w i t t e r   b u l l s n a t i o n   c l i p p e r n a t i o n   c l i p p e r s   m f f l   f e a r t h e d e e r
d r a y m o n d ' s   l a t e s t   i n c i d e n t   s h o u l d   b e   l a s t   s t r a w   f o r   g o l d e n   s t a t e   w a r r i o r s 
 
 
 
 n b a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l k e r s   l o s a n g e l e s   n b a p r e s e a s o n   n b a 2 k   n b a m e d i a d a y   n b a t w i t t e r   b u l l s n a t i o n   c l i p p e r n a t i o n   c l i p p e r s   m f f l   f e a r t h e d e e r   k n i c k s
[ v i d e o ]   a   d e e p e r   l o o k   o f   h o w   j a l e n   b r u n s o n   f i t s   i n t o   t h e   k n i c k s   & a m p ;   h i s   p e r f o r m a n c e s   i n   g a m e s   w i t h   n o   l u k a   l a s t   s e a s o n   k n i c k s   m t a   n e w y o r k f o r e v e r 
  
    i t s   t i m e   t o   s e l l   a   b o o k .   n o   b o o k   s e l l s   u n l e s s   y o u   t a l k   a b o u t   t h e   k n i c k s   i m o
e x t r e m e l y   t o u g h   s t a r t   t o   l a k e r s   s c h e d u l e   i s   a   b l e s s i n g   i n   d i s g u i s e   f o r   l a 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l o s a n g e l e s   n b a p r e s e a s o n   n b a 2 k   n b a m e d i a d a y   n b a t w i t t e r   d u b n a t i o n   b u l l s n a t i o n   c l i p p e r n a t i o n   c l i p p e r s   m f f l   b r o o k l y n t o g e t h e r   f e a r t h e d e e r   k n i c k s   j a z z
k n i c k s   f a n s 
 w h a t   a r e   t h e   c h e a p e r   o p t i o n s   f o r   a   h o t e l   n e a r   m s g
t h a n k   y o u   t o   a l l   o f   t h e   c r a z y   k n i c k s   f a n s   l o o k i n g   f o r   m e   w h i l e   i ’ m   a w a y .   i t   f e e l s   n i c e   t o   b e   m i s s e d .   i ’ m   c u r r e n t l y   h e l p i n g   m y   b e a u t i f u l   w i f e   f i g h t   a n d   w i n   a g a i n s t   t h a t   d r e a d e d   t h i n g   c a l l e d   b r e a s t   c a n c e r .   l o v e   y o u r   l o v e d   o n e s .   l e t ’ s   g o   k n i c k s 
 
 b i m !
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
j a l e n   b r u n s o n   i m p r e s s i v e   i n   k n i c k s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   d o n o v a n m i t c h e l l k n i c k s   e a s t e r n c o n f e r e n c e   j a l e n b r u n s o n   j a l e n b r u n s o n j u l i u s r a n d l e   j a l e n b r u n s o n k n i c k s   k n i c k s c o n t e n t   k n i c k s c o n t e n t d a y   k n i c k s n e w s   k n i c k s n e w s a n d r u m o r s t o d a y   k n i c k s n e w s t o d a y  
j a l e n   b r u n s o n   s p e d   u p   t h e   k n i c k s   p a c e   w i t h   h i s   q u i c k   d e c i s i o n - m a k i n g   a n d   c o n s t a n t l y   m o v i n g   t h e   b a l l .   n e e d   m o r e   p r o o f ?   h i s   u s a g e   r a t e   w a s   o n l y   2 1 . 9   p e r c e n t .   r j   b a r r e t t   ( 2 8 . 6 )   a n d   j u l i u s   r a n d l e   ( 2 7 . 3 )   r e m a i n e d   t h e   t o p   d o g s .   

n b a   l e g e n d s   a r e   j u s t   l i k e   t h e   r e s t   o f   u s   w h e n   i t   c o m e s   t o   b r e a k i n g   p a c k s !   k n i c k s   g r e a t     v i s i t e d   t h e   _ b r e a k s   s t o r e   t h i s   p a s t   w e e k   a n d   i t ' s   j u s t   a s   y o u   c o u l d   i m a g i n e . 
 
 r e a d   m o r e   a t   ➡ ️     
 
 s p o r t s c a r d s   c a r d b r e a k s   j o h n s t a r k s  
c a m   r e d d i s h   i n j u r y   i n   k n i c k s ’   p r e s e a s o n   o p e n e r   c o m e s   a t   a   b r u t a l   t i m e . 
 
 n e w y o r k f o r e v e r   
 k n i c k s   🏀 
 n y k n i c k s   🏟 
 n b a   n b a t w i t t e r   
 
  
  ( t a k i n g   o v e r   n e w   y o r k ) . .   k n i c k s   t . o . n . y .   i n v a d e   n y  
k n i c k s   -   k e e p   t h e   e n e r g y   g o i n g   🔋 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   k n i c k s n a t i o n   k n i c k s n e w s   k n i c k s t a p e   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   n y k n i c k s   n y k  
a l a n   h a h n   j o i n s   t h e   s h o w ! 
 
 🎙 ️ j a l e n   b r u n s o n   s h o w s   o u t 
 🎙 ️ m o r e   i n f o r m a t i o n   o n   c a m   r e d d i s h 
 🎙 ️ g r i m e s   t h e   b e t t e r   f i t   w i t h   t h e   s t a r t e r s ? 
 
 f u l l   e p i s o d e : 
 y o u t u b e :   
 s p o t i f y :   
 a p p l e   p o d c a s t s :   
 
 k n i c k s   t k r    
  a s k e d   _ b e r m a n   t h e   q u e s t i o n   e v e r y   k n i c k s   f a n   w a n t s   t o   k n o w . . . " h o w   g o o d   c a n   t h e   k n i c k s   b e   t h i s   s e a s o n ? " 
 k n i c k s   n e w y o r k f o r e v e r   n b a   t h e n b a e x c h a n g e 
 
 v i d e o :   
 a u d i o :    
k n i c k s   a r e   g o i n g   t o   h a v e   t o   o u t s c o r e   a   l o t   o f   t e a m s   t o   w i n   t h i s   s e a s o n .   d e f e n s e   i s   g o i n g   t o   b e   a n   i s s u e   a l l   y e a r .   l o o k   f o r   s o m e   c a r e e r   n i g h t s   i n   m s g   f r o m   o p p o s i n g   p l a y e r s
s u r e   w e ’ r e   g o i n g   t o   s e e   a   l o t   o f   t h i s   a c t i o n   g o i n g   f o r w a r d .   w i t h   b o t h   f o r w a r d s   h i g h ,   c   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
d y s o n d a n i e l s   g o n n a   m a k e   m e   c r y   b y   s e a s o n s   e n d ,   j u s t   k n o w   i t .   h e   w a s   m y   f a v   p l a y e r   f o r   k n i c k s   t o   m o v e   u p   n   g e t !   t r y i n g   n o t   t o   l o o k   a t   h i s   b o x s c o r e s . 
 
     _            
  g o o d   m o r n i n g   s i r … . w a i t i n g   o n   f r i d a y   e v e n i n g .     n e e d   m y   k n i c k s   f i x
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   @   k n i c k s   r e a c t i o n   -   p r e s e a s o n !   -   d e t   9 6 ,   n y k   1 1 7   -   2 0 2 2 - 2 3   n b a   s e a s o n "   
 
 c r e a t o r :     t o n y   d o m b r o w s k i 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
j u l i u s   r a n d l e ' s   n o t a b l e   g r o w t h   i n   k n i c k s '   p r e s e a s o n   w i n   c a n ' t   b e   i g n o r e d 
 
 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a p r e s e a s o n   n b a i n a b u d h a b i   l a k e s h o w   l a k e r s   c e l t i c s   d u b n a t i o n   b u l l s n a t i o n   r o c k e t s   a p c e r s   m f f l
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   d i s r e s p e c t   f o r   t h e   k n i c k s   n e e d s   t o   s t o p "   
 
 c r e a t o r :     c y r o   a s s e o 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
l o v i n   t h i s   c l a s s i c   j e r s e y ! 
 r a i s e   y o u r   h a n d   i f   y o u   t h i n k   k n i c k s   w i l l   r u n   a   b e t t e r   s e a s o n   t h i s   y e a r 
 
 n e w y o r k k n i c k s   k n i c k s   b a s k e t b a l l   c a n g s t e r   p f p   n f t   f r e e m i n t  
k n i c k s   r j   b a r r e t t   a l l e y   t o   o b i   t o p p i n   🏀 ✈ ️   n e w y o r k k n i c k s   o b i t o p p i n   r j b a r r e t t   k n i c k s   n b a s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e  
l o o k   l i k e   a   t e a m   f u l l   o f   g a w d s   t o   m e ! !   k n i c k s  
b r e a k i n g   d o w n   k n i c k s '   p g   d e p t h  
d i s s   m a n n   j u s s s   g o t t   h a h n   f o   d a   s h o o w w . . . i d k   h o w   h e   n a   m o   f o l l o w e d d d   k n i c k s   n y k  
s o . . . . p o o l e   a v a i l a b l e   o r ?   😅   k n i c k s  
n b a   -   k n i c k s   
 
 ( a n d   a   t a s t e   o f   o u r   y a n k e e s ) -   
 
 “ b l e e d   b l u e ” -  
q :   i f   f o u r n i e r ' s   s h o o t i n g   i s n ' t   g o i n g   t o   b e   a   f o c u s ,   s h o u l d   g r i m e s   s t a r t ? 
 
 l i s t e n   t o   w h a t     h a s   t o   s a y   a b o u t   i t .   t h e   f u l l   e p i s o d e   d r o p s   t o m o r r o w   @   8 a m !   k n i c k s   t k r 
 
 m a k e   s u r e   y o u ' r e   s u b s c r i b e d ! 
 s p o t i f y :   
 a p p l e   p o d c a s t s :    
  ,   a v e ,     t a l k   k n i c k s   a n d   n b a   n o r t h w e s t   w o l v e s   j a z z   b l a z e r s   n u g g e r s   t h u n d e r   & a m p ;   p a c i f i c   s u n s   c l i p p e r s   l a k e r s   k i n g s   w a r r i o r s   o n     f a n   f o r u m   & g t ;     & l t ;   o n   t h e   b l e e d   b l u e   s h o w
b r e a k i n g   d o w n   k n i c k s & a m p ; 3 9 ;   p g   d e p t h :   b r u n s o n ,   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   k n i c k s b a s k e t b a l l   m s g   m s g n e t w o r k s   n e w y o r k   n e w y o r k b a s k e t b a l l   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   p i s t o n s   s p o r t s  
m a k e   m i n u t e s   f o r   h i m .   k n i c k s  
i   j u s t   r e m e m b e r e d   t h e   k n i c k s   p a y e d   a   b a c k   u p   k i n d a   s t a r t e r   p g / s g   $ 1 0 5   m i l l i o n   f o r   4   y e a r s .
t h e s e   b a c k   t o   b a c k   g a m e s   a g a i n s t   t h e   p a c e r s   w i l l   b e   v e r y   i m p o r t a n t   b e f o r e   t h e   s e a s o n   s t a r t s .   a l l o w s   u s   t o   a d j u s t   t o   o p p o n e n t s   w e t h e r   w e   w i n   o r   l o s e .   i m   s u r e   o u r   v e t e r a n   p r e s e n c e   a n d   t h e   r e a d i n e s s   o f   o u r   y o u t h   w i l l   s h i n e   i n   t h e s e   m o m e n t s   ✨ ️   k n i c k s   k n i c k s t a p e   🔸 ️ 🔹 ️
c o m e   w a t c h   o n   f a c e b o o k l i v e   a n d   o n   y o u t u b e   a s   w e   b r e a k   d o w n   l a s t   n i g h t ' s   k n i c k s   p r e s e a s o n   w i n   o v e r   t h e   p i s t o n s ! 
 
 f b   l i v e :     
 y o u t u b e :      
q u i c k l e y   r e q u e s t e d   a   t r a d e . . .   c a n ' t   s a y   h o w   i   k n o w   b u t   i   k n o w   
 
 t h i s   i s   g o i n g   t o   b e   s a d   t o   s e e   
   _   k n i c k s
_   t h i b s   h a s   t o t a l l y   d i s r e s p e c t e d   d e u c e . 
 t h o u g h t   h e   w a s   g r e a t   f o r   t h e   k n i c k s   l a s t   y e a r 
 l i t   u p   t h e   g - l e a g u e   w i t h   m i n u t e s 
 h e   w o u l d   b e   a   r o t a t i o n   p l a y e r   i f   i t   w e r e   m y   t e a m
      i s   o f f e r i n g   f r e e   k n i c k s   t i c k e t s .   
   t o   e n t e r   t h e   r a f f l e   
 l i k e   t h e   v i d e o   b e l o w ,   s u b s c r i b e   t o   t h e   c h a n n e l 
 e m a i l   y o u r   n a m e   t o   c i v i l a n a l y t i c s . c o m   
 r a f f l e   e n d s   1 0 / 3 1 / 2 2 .   w i n n e r   i s   a n n o u n c e d   1 1 / 0 1 / 2 2   o n   o u r   l i v e   s t r e a m 
 k n i c k s   n b a 

m i l e s   m c b r i d e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m i l e s m c b r i d e   m i l e s   m c b r i d e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
a l l   w e   g o t t a   d o   i s   g e t   o n e   m o r e   p o i n t   t h a n   t h e   o t h e r   t e a m …   k n i c k s   💙 🧡  
_ l o c k e r o o m   k n i c k s   g o t   t h e   p i c k s   f o r   i t …   🤞
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   n e w   l o o k   k n i c k s   c o u l d   b e   d a n g e r o u s   t h i s   s e a s o n … "   
 
 c r e a t o r :     k n i c k s   d a i l y 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
t h i s   m a y o r   a d a m s   🤣   j u s t   t e l l   d o l a n   y o u r   p r i c e   f o r   k e e p i n g   m s g   o n   3 4 s t   a l r e a d y   n o   m o r e   l o n g   t a l k   k n i c k s  
e v e n   t h o   h e   s t a r t e d   l a s t   n i g h t ,   i t   s e e m s   i n e v i t a b l e   t h a t   g r i m e s   m o v e s   i n t o   t h e   s t a r t i n g   l i n e u p .   h e   p l a y s   f a s t e r   o n   o f f e n s e ,   m o v e s   w e l l   w / o   t h e   b a l l   a n d   d e f e n d s   m u c h   b e t t e r   t h a n   e v a n 
 k n i c k s
k n i c k s   f a n s   g o t   a   l o t   t o   s m i l e   a b o u t .   e v e r y t h i n g ’ s   p o s i t i v e .   i ’ m   s m i l i n .   p a t   s m i l i n .   j o h n   s m i l i n .   a l l   g o o d   n y c   l e t ’ s   g e t   i t !   s o   m a n y   l e f t i e s .   g o     @   l o s   a n g e l e s ,   c a l i f o r n i a  
l i v e   w i t h   _ b e r m a n   a t   7 : 4 0   p m   e s t   o n   a   n e w   e p i s o d e   o f     
 k n i c k s   n e w y o r k f o r e v e r   n b a   t h e n b a e x c h a n g e   
 
 s h o w   l i n k :  
t h e   n e w   y o r k   k n i c k s   p l a y e d   t h e i r   f i r s t   p r e s e a s o n   g a m e   o f   t h e   y e a r   l a s t   n i g h t .   k e e p   a n   e y e   o u t   f o r   o u r   v i d e o   o p e n   w e   s h o t   w i t h   t h e m   o n   n b a m e d i a d a y ! 
 
 k n i c k s   n e w y o r k f o r e v e r  
o u r   k n i c k s ’   f u t u r e   a l l - s t a r s   d i d   t h e i r   t h i n g   l a s t   n i g h t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a  
m y   n e x t   k n i c k s   e v e n t   i s   o f f i c i a l l y   l i v e !   h e a d   o v e r   t o   m y   i n s t a g r a m   p a g e   n o w   f o r   m o r e   i n f o r m a t i o n !
o u r   k n i c k s   f u t u r e   a l l - s t a r s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a  
i c o n i c   k n i c k s    
i   k n o w   i t ’ s   o n l y   p r e s e a s o n …   a n d   i t ’ s   o n l y   o n e   g a m e …   b u t   k n i c k s   g o i n g   u n d e f e a t e d   a n d   w i n n i n g   t h e   c h a m p i o n s h i p   k n i c k s  
🚨 t w i t t e r   f a m 🚨   h e l p   y a   b o y   o u t .   n e e d   1 k   l i k e s   i n   4 8   h o u r s   🤞   k n i c k s   n e w y o r k f o r e v e r  
s t a y m e 7 0   r e p s   k n i c k s   💙 🧡 ♥ ️  
g o v e r n o r     h o c h u l   c a n   p r o t e c t   t h o u s a n d s   o f   a n i m a l s   b y   s i g n i n g   t h e   p u p p y   m i l l   p i p e l i n e   b i l l   -     -   n y c   n y p d   a l b a n y   b r o o k l y n   n e t s   k n i c k s   y a n k e e s   m e t s   c n n   f o x n e w s   w f a n   e s p n   a b c   n b c   c b s   n e w s   t w i t t e r   p e t   p e t s   d o g   d o g s   f a c e b o o k     m e t a v e r s e
n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r . . .   c l i c k   h e r e :     v i a     k n i c k s   n e w y o r k f o r e v e r  
k n i c k s   s p u r s   l i n k e d   i n   t r a d e   p r o p o s a l     v i a     k n i c k s   s p u r s   n b a   p o d c a s t
w h a t   i f   t h e   k n i c k s   t r a d e   a l l   t h e i r   1 s t   r n d   p i c k s   t o   m o v e   u p   i n   t h e   d r a f t   a n d   t a k e   w e m b a n y a m a ?   😂
d e u c e   i s   a   w o n d e r f u l l y   v a l u a b l e   " i n   c a s e   o f   e m e r g e n c y   b r e a k   g l a s s "   k i n d   o f   p l a y e r   o n   y o u r   r o s t e r .   k n i c k s  
s p e c i a l   l i v e   e p i s o d e   t o n i g h t   a s     w i l l   i n t e r v i e w   v e t e r a n   s p o r t s w r i t e r   _ b e r m a n   a b o u t   h i s   c a r e e r   c o v e r i n g   t h e   k n i c k s ,   s t a t e   o f   t h e   t e a m   & a m p ;   m u c h   m o r e !   t u n e   i n   l i v e   a t   7 : 4 0   p m   e s t ! !   
 k n i c k s   n e w y o r k f o r e v e r   n b a   t h e n b a e x c h a n g e 
 
 s h o w   l i n k :  
    _ d u d e           @ _ k n i c k s 1 6 8 8       _   _ 1 9 1 4   _ _ w a r   _ m a c       _ s t e v e n       _ j _ d _ m         _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                             t h e   t a l e n t   l e v e l   i s n ’ t   c l o s e .   m o r e   i m p o r t a n t l y ,   t h e   c h e m i s t r y   l e v e l   i s n ’ t   c l o s e .   t h i s   k n i c k s   t e a m   l o v e s   p l a y i n g   t o g e t h e r .
w a l t   c l y d e   w e d n e s d a y   1 0   🏀   n e w y o r k f o r e v e r   k n i c k s   n b a   n b a t w i t t e r  
🎥     a n d     d i s c u s s   t h e   k n i c k s '   i m p r e s s i v e   s h o w i n g   i n   t h e i r   p r e s e a s o n   o p e n e r  
  o n   b e h a l f   o f   k n i c k s   t w i t t e r ,   t h a n k   y o u .
w e   l i v e   f o r   m o m e n t s   l i k e   t h i s !   
 
 w o n d e r   i f   r o n   g o t   a y d e n ' s   a u t o g r a p h ?   
 
 r o n b a k e r   w i c h i t a s t a t e   g o s h o c k e r s   s h o c k e r n a t i o n   k n i c k s   w i z a r d s  
  i   w a s   i m p r e s s e d   w i t h   d e u c e   l a s t   y e a r . 
 k n i c k s   /   t h i b s   h a v e   n o   c l u e   w h a t   t h e y   h a v e . 
 d e u c e   p l a y s   t h r o w   b a c k   n y k   b a s k e t b a l l .
r e a l l y   f e e l   f o r   c a m   r e d d i s h   r i g h t   n o w .   k n i c k s
a   l i t t l e   t i k t o k   i   t h r e w   t o g e t h e r   f o r   o u r   m a n ’ s   f i r s t   g a m e   g o   f o l l o w   m e   t h e r e   i f   y o u   h a v e   o n e !   k n i c k s   f o l l o w m e   n b a c l i p s   j a l e n b r u n s o n   n y k   k n i c k s t a p e   t i k t o k  
o k a y ,   i l l   b e   ( m a y b e )   t h e   f i r s t   t o   s t a r t   t h e   h y p e   m a c h i n e .   j a l e n   b r u n s o n   ( a l l   n b a   & a m p ;   a l l   s t a r ) . 
 r j   b a r r e t t   ( a l l   s t a r   & a m p ;   n b a   m i p ) 
 
 h a s   t h e   a l l   s t a r   v o t i n g   s t a r t e d   y e t ? !   🤣 🤣 🤣 🤣 
 k n i c k s  
      _ l i f e r s   _ n y _ b   a l l   w o u l d   b e   h i t t i n g   t h e   n b a   1 6   t e c h s   /   a u t o   s u s p e n s i o n s .   t h i n g   a b o u t   t h e   k n i c k s   w a s   t h a t   t h e r e   w a s   a   l o t   o f   s k i l l   t h e r e ,   n o t   j u s t   l a m b e e r   a n d   m a h o r n   t r y i n g   t o   h u r t   p e o p l e .
      _ l i f e r s   _ n y _ b   i   l o v e d   w a t c h i n g   t h o s e   ' 9 4   k n i c k s   f o u r t h   q u a r t e r s   w h e r e   a l l   o f   t h e   d   w a s   d i g g i n g   i n   f o r   c o m b a t .   d e u c e   c o u l d   h a v e   p l a y e d   o n   t h o s e   t e a m s .
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   l o o k   p r o m i s i n g !   e f f i c i e n t   r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   p o w e r   w i n !   |   p r e s e a s o n   r e c a p "   
 
 c r e a t o r :     i n t o   t h e   k n i c k s - v e r s e 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
s o m e   k n i c k s   o v e r r e a c t i o n s   f r o m   1 s t   p r e s e a s o n   g a m e 
 -   k n i c k s   d e f e n s e   l o o k s   i m p r o v e d 
 -   b r u n s o n   t h e   f l o o r   g e n e r a l   w e   h a v e   b e e n   a s k i n g   f o r   y e a r s 
 -   b e n c h   d e p t h   i s   g o o d 
 -   t e a m   c h e m i s t r y   c o u l d   b e   b e t t e r   t h a n   e x p e c t e d   e s p e c i a l l y   w i t h   s t a r t i n g   5   
 -   p a c e   o f   p l a y   w i l l   j u m p   a   l o t   t h i s   y e a r
  
 
 t u n e   i n   o n   o c t o b e r   1 1   o n     a n d   s t r e a m   i t   o n   ! 
 
 l i n s a n i t y   m s g   k n i c k s   k n i c k s t a p e   d o c u m e n t a r y   h b o   h b o m a x 
 
 g l a d   t o   b e   p a r t   o f   t h i s   g r e a t   f i l m .   @   m s g  
a n y w a y s   m o v i n g   o n … . 
 
 s o   r e f r e s h i n g   t o   s e e   a   p o i n t   g u a r d   p l a y i n g   f o r   u s   a n d   l e a d i n g   t h e   t e a m   l a s t   n i g h t !   t h a n k   y o u   j a l e n !   k n i c k s
  d u e c e   m c b r i d e   w h e n   h e   c o m e s   i n   t h e   g a m e   k n i c k s  
i   p i c k   r j   b a r r e t t   o v e r   z i o n   a l l   d a y   e v e r y d a y   2 4 / 7   3 6 5   d a y s   a   y e a r .   k n i c k s
t r u t h   i s . .   w h i l e   w e   e n j o y   a n o t h e r   f r u i t l e s s / d e c e n t   s e a s o n ,   a n o t h e r   o r g a n i z a t i o n   ( u t a h )   i s   r i g h t f u l l y   t a n k i n g .   t h e y   w i l l   i n e v i t a b l y   l e a p   f r o g   u s   i n   t h e   r e b u i l d i n g   p r o c e s s   a n d   w e   w i l l   b e   l e f t   w o n d e r i n g   w h a t   h a p p e n e d   i n   3 y r s .   k n i c k s   c y c l e   m e d i o c r i t y  
t h e   k n i c k s   p r e - s e a s o n   b e g i n s   t o d a y !   b u t   r e m e m b e r ,   p r e - s e a s o n   g a m e s   d o n ' t   c o u n t .  
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   d o m i n a t e   g a m e   1   o f   t h e   p r e s e a s o n   ( k n i c k s   p i s t o n s   p o s t g a m e   r e c a p ) "   
 
 c r e a t o r :     k n i c k s   m e d i a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
w a i t i n g   a t   t h e   b u s   s t o p   f o r   m y   a f t e r - s c h o o l   k i d s   i n   s t y l e   a f t e r   t h a t   k n i c k s   w i n  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   d r o p s   p r e s e a s o n   o p e n e r   t o   k n i c k s   9 6 - 1 1 7   |   f u l l   g a m e   r e a c t i o n   v i d e o ! ! ! "   
 
 c r e a t o r :     m o t o r   c i t y   s p o r t s   t a l k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
k n i c k s   j a l e n   b r u n s o n   i s   a l r e a d y   l o o k i n g   l i k e   a   g r e a t   p i c k u p  
j a l e n   b r u n s o n ' s   f i a n c e e ,   a l i   m a r k s ,   t a k e s   i n   k n i c k s   d e b u t :   ' s a m e   b u . . .   ( n e w   y o r k   p o s t ) 
 
 j a l e n   b r u n s o n ' s   b i g g e s t   s u p p o r t e r   s a v o r e d   e v e r y   m o m e n t   o f   h i s   k n i c k s   d e b u t   o n   t u e s d a y . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   n y k n i c k s   n b a   k n i c k s
w h i c h   o n e   d o   i   b u y   n e w y o r k f o r e v e r   k n i c k s
d o n ' t   m i s s   t h i s ,   s h o u l d   b e   f u n   w / j e r e m y   l i n ! 
 
 j e r e m y l i n   l i n s a n i t y   k n i c k s      
j a l e n   b r u n s o n   f e a s t e d   o f f   s c r e e n s   l a s t   n i g h t .   f i r s t   k n i c k s   p g   t o   d o   s o   s i n c e   s t a r b u r y .   w e   g o t   a   w i n n e r .
n e w   v i d e o   t o   w a t c h : 
 
 " t h i b s   s h a r e s   u p d a t e s   o n   c a m   r e d d i s h   i n j u r y   & a m p ;   t a l k s   b r u n s o n & a m p ; 3 9 ; s   f i t   w i t h   t e a m   |   n e w   y o r k   k n i c k s "   
 
 c r e a t o r :     m s g   n e t w o r k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
a f t e r   o n e   p r e s e a s o n   g a m e   i   c a n   t e l l   t h e   k n i c k s   a r e   a   p l a y o f f   t e a m .   g o n n a   b e   a n   e x c i t i n g   y e a r   w o w
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   v s   p i s t o n s   p r e s e a s o n   g a m e   r e c a p   |   j a l e n   b r u n s o n   t h r i v e s ! "   
 
 c r e a t o r :     c l u t c h   b b a l l   t v 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
k n i c k s   p r e s e a s o n   i s   h e r e ! 
 
 m o d e l :     
 r a d i o :     
 
 k n i c k s   n y k n i c k s   b o o m b o x   b o u d o i r   s t r e e t p h o t o g r a p h y   r a d i o   g r a f f i t i   d a l l a s   t e x a s   t e x a s b o u d o i r   p h o t o o f t h e d a y   p h o t o g r a p h y l o v e r s   p i c  
t h e   2 n d   u n i t   h a d   m e   t h e   m o s t   h y p e ! ! ! ! 🤩 🤩 
 
 d e u c e   s h u t   i t   d o w n   d e f e n s i v e l y 
 
 h a g i v e s   u s   a n   e l e m e n t   w e   h a v e n ’ t   h a d   s i n c e   s h e e d 
 
 c a m   l o o k e d   g r e a t   b e f o r e   i n j u r y 
 
 o b i & a m p ; i q   b r o u g h t   t h e   e f f o r t ,   e n e r g y   a n d   e x c i t e m e n t 
 
 🌹   l o o k s   t o   b e   i n   r e a l l y   g o o d   s h a p e   & a m p ;   m i d   s e a s o n   f o r m ! 
 
 k n i c k s   🧡 💙
w h i c h   n b a   s t a r   d o   y o u   t h i n k   w i l l   b e   a   g a m e   c h a n g e r   f o r   t h e i r   n e w   f r a n c h i s e ?   🔀 💪 
 
 d o n n o v a n m i t c h e l l   r u d y g o b e r t   j a l e n b r u n s o n   p j t u c k e r   c a v s   k n i c k s   7 6 e r s   t i m b e r w o l v e s  
    l e t s   s e e   i f   t h e   k n i c k s   c a n   d o   s o m e t h i n g   t h i s   s e a s o n   f u t u r e   o d d s   + 1 5 0 0 0   t o   w i n   n b a   2 0 2 2   c h a m p i o n s h i p 
 k n i c k s
i ' l l   s a y   i t   a g a i n   -   j a l e n   b r u n s o n   i s   g o i n g   t o   m a k e   t h e   g a m e   s o   m u c h   e a s i e r   f o r   r a n d l e   a n d   r j .   
 
 w e ' r e   g o i n g   t o   s e e   m o r e   e f f i c i e n t   n u m b e r s   f r o m   t h e m   t h i s   s e a s o n .   b o o k   i t !   k n i c k s
k n i c k s   n o w   
 
 -   5   t h i n g s   w e   l e a r n e d   f o l l o w i n g   t h e   1 s t   p r e s e a s o n   g a m e 
 
 w h o   i m p r e s s e d   y o u   t h e   m o s t   l a s t   n i g h t ?   
 
 w a t c h   -   
 
 k n i c k s  
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e   q u e b e c   m o n t r e a l   c o u g a r s   k n i c k s   c o u g a r s   d c   m a r v e l   s p i d e r m a n   h u l k
" e v e r y   y e a r ,   i ’ v e   g o t t e n   i n c r e a s i n g l y   m o r e   g r a t e f u l   f o r   i t . " j e r e m y l i n   o n   2 0 1 2 ' s   l i n s a n i t y   h y p e . . . 
 k n i c k s   n b a   


 
 e t h e r u m   e t h   r u n e   q t u m   b c h a   c o i n d e s k   r i p p l e   c a r d a n o   $ f l r     $ b t c   t r u m p   l s u   l u n a c l a s s s i c   $ x r p   h u r r i c a n e   $ e t h   $ q n t   k a r d a s h i a n   $ e g l d   e l o n m u s k   s c o t u s   $ t w t r   d i d d y   p i n e i s l a n d   h u n t e r b i d e n   r u s s i a   t i a w a n   c r i s t   k n i c k s   d e s a n t i s d e s t r o y s f l o r i d a

 
 e t h e r u m   e t h   r u n e   q t u m   b c h a   c o i n d e s k   r i p p l e   c a r d a n o   $ f l r     $ b t c   t r u m p   l s u   l u n a c l a s s s i c   $ x r p   h u r r i c a n e   $ e t h   $ q n t   k a r d a s h i a n   $ e g l d   e l o n m u s k   s c o t u s   $ t w t r   d i d d y   p i n e i s l a n d   h u n t e r b i d e n   r u s s i a   t i a w a n   c r i s t   k n i c k s   d e s a n t i s d e s t r o y s f l o r i d a
e l i t e   8   h a s   b e e n   s e t !   g o   t o   t h e   p o l l s   o n   o u r   i n s t a g r a m   s t o r i e s   t o   v o t e   w h i c h   o f   y o u r   “ f a v o r i t e ”   k n i c k   p o i n t   g u a r d s   m a k e s   i t   t o   t h e   n e x t   r o u n d .   y o u   c a n   o n l y   v o t e   u s i n g   i n s t a g r a m   s t o r i e s . 
 
 f i n a l   f o u r   w i l l   b e   a n n o u n c e d   t o m o r r o w !   k n i c k s   p o i n t g u a r d s   v o t e  
l e t ’ s   g o   k n i c k s   g o o d   p r e s e a s o n   g a m e   l a s t   n i g h t
i   t h i n k   f o u r n i e r   c o u l d   b e   i n   t h e   c o n v e r s a t i o n   f o r   s i x t h   m a n   o f   t h e   y e a r   i f   h e   c a m e   o f f   t h e   b e n c h .   w o u l d   b e   b e s t   f o r   h i s   s u c c e s s   a n d   t h e   t e a m s ’ .   k n i c k s
i g h t   i m   n o t   g o n n a   l i e ,     w a s   l o o k i n g   t u f f   l a s t   n i g h t !   b u l l y b r u n s o n   k n i c k s
i t   w a s   a   h o m e r u n   o f   a   p r e s e a s o n   d e b u t   f o r   j a l e n   b r u n s o n   a n d   t h e   k n i c k s :     b y  
m a v s   e x   j a l e n   b r u n s o n   d e b u t s   w i t h   k n i c k s ;   h o w ' d   h e   l o o k ?   n b a   t r a c k e r     v i a  
h e   m a d e   i t   l o o k   e a s y   l a s t   n i g h t   k n i c k s  
t h e   k n i c k s   s t a r t e d   t h e i r   2 0 2 2 - 2 3   s e a s o n   w i t h   a n   i m p r e s s i v e   p r e s e a s o n   v i c t o r y   o v e r   t h e   p i s t o n s .     b r e a k s   d o w n   h i s   7   k e y   o b s e r v a t i o n s   f r o m   t h e   g a m e   n b a   n y k n i c k s  
o n e   o f   t h e   b e s t   k n i c k   s h o w s   i n   t h e   m o r n i n g !   d a m n   i t   w a s   a   g o o d   s h o w .   k n i c k s    
s t o p   s t e a l i n g   p o s t   f r o m   r e d d i t   y o u   m u n c h ,   y o u   t h o u g h t   w e   w a s   f e e l i n g   y o u ?   k n i c k s  
w h a t   a   g a m e   l a s t   n i g h t   k n i c k s
t a k e   t h i s   p r e s e a s o n   g a m e   w i t h   a   g r a i n   o f   s a l t ,   b u t   t h e   f i r s t   i m p r e s s i o n   o f   t h e   n e w   k n i c k s ’   b i g   3   i s   q u i t e   g o o d   d e s p i t e   i n i t i a l   t r e p i d a t i o n   o n   h o w   t h e y   w i l l   s h a r e   t h e   b a l l .   |    
w a s   c h a n g i n g   t o   t h i s   l i g h t   w h i l e   w a t c h i n g   t h e   k n i c k s   g a m e   l a s t   n i g h t .   r e a l l y   s a t i s f y i n g .  
y o u   k n o w   w h o   n e u t r a l i z e d   r a n d l e   a n d   i   l o v e   i t !   b r u n s o n   d i d .   a n d   w i l l   l i k e l y   d o   t h e   s a m e   a l l   s e a s o n .   w e   h a v e   a   t r u e   f l o o r   g e n e r a l   w h o   h a s   a c t u a l l y   p l a y e d   w / s u p e r   s t a r s   i n   d a l l a s   a k a   l u k a .   s o   j b   w i l l   d i c t a t e   h o w   t h e   o f f e n s e   f l o w s   l i k e   a   t r u e   p g … m a k e   s u r e   b a l l   d o n ’ t   s t i c k   k n i c k s
s o   f r o m   a n   i n   p e r s o n   v i e w   o f   t h e   g a m e   y e s t e r d a y .   i t   l o o k s   t o   m e   a s   i f   r a n d l e   a n d   e v a n   d o n ’ t   r e a l l y   p l a y   w e l l   w i t h   r j   c a u s e   i f   y o u   w a t c h   a g a i n   m o s t   o f   r j ’ s   b u c k e t s   c a m e   a f t e r   t h e y   w e r e   b o t h   o u t   t h e   g a m e .   w h a t   y o u   g u y s   t h i n k ?   k n i c k s a n o n y m o u s   n e w y o r k k n i c k s   k n i c k s   n e w y o r k
s h o u t o u t   d e r e k   h a r p e r   k n i c k s   
 

@ _ a n g e l f r m p h i l l y     _ d u d e   _ _ w a r   _ j _ d _ m     _   @ _ k n i c k s 1 6 8 8     _ 1 9 1 4     _ m a c           _ s t e v e n               _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                               y o u ’ r e   u s i n g   a   b r o k e n   p l a y   w h e r e   k n i c k s   w e r e   r o t a t i n g   a n d   t r y i n g   t o   r e c o v e r ?   l o l   s m h
  i   s e e   m y   k n i c k s   o u t f i t   w i t h   t h e s e .   
 a   h o m e     j e r s e y   a n d   t h e s e   🤔 👍 🏽
f a c t :     i s   a   p r o t o t y p i c a l   p g   t h e     n e e d e d   f o r   a   l o n g   t i m e !   b t w n     v i l l a n o v a   a n d   4   y r s   i n   t h e     ,   h e   h a s   h i g h   l e v e l   e x p e r i e n c e !   w e   h a v e   a   l o n g   w a y   t o   g o ,   b u t   s o   f a r ,   s o   g o o d !   k n i c k s   b r u n s o n       n y k   n b a
i   d o n t   k n o w   w h a t   t h e   c a m   r e d d i s h   p e o p l e   s e e   i n   h i m   k n i c k s
f o u r n i e r   g e t t i n g   l e s s   s h o t s   i s   a   c l e a r   s i g n   g r i m e s   s h o u l d   b e   s t a r t i n g .   i f   e f   i s n ' t   g o i n g   t o   b e   u t i l i z i n g   h i s   s h o o t i n g   i n   t h e   s t a r t i n g   l i n e u p ,   t h e n   m o v e   h i m   t o   t h e   b e n c h .   r a n d l e ,   b r u n s o n ,   & a m p ;   r j   a r e   t a k i n g   t h e   b u l k   o f   s h o t s ,   y o u   n e e d   s o m e o n e   w h o ' s   g o n n a   d e f e n d   & a m p ;   m a k e   s h o t s .   k n i c k s
g o i n g   t o   m s g   t h i s   s e a s o n   😉   k n i c k s
t h e   k n i c k s   s t a r t   t h e   p r e s e a s o n   1 - 0 
 
 d i d n ’ t   g e t   a   c h a n c e   t o   w a t c h ?     c a n   c a t c h   y o u   u p !   c h e c k   i t   o u t !   
 

w h a t   i s   j u l i u s   r a n d l e ’ s   c e i l i n g ?   m y   b i g g e s t   c o n c e r n   w i t h   j u l i u s   i s   b e t w e e n   t h e   e a r s ,   b u t   i n   t h e   r i g h t   s i t u a t i o n ,   w i t h   a n   e l i t e   c o a c h   a n d   a n   e l i t e   p g ,   h e   c a n   b e   a   v e r y   i m p a c t f u l   p l a y e r .   i   t h i n k   t h e   s u n s   w o u l d   b e   a   p e r f e c t   f i t .   c p   w o u l d   m a k e   j u l i u s   l o o k   s o   g o o d .   k n i c k s   s u n s
m o o d   t h i s   m o r n i n g   😂   k n i c k s  
p e r h a p s   k n i c k s   c o a c h   t o m   t h i b o d e a u   w a s   b e i n g   c a u t i o u s   a n d   e a s i n g   d e r r i c k   r o s e   i n .   b u t   m i l e s   m c b r i d e ’ s   s t e l l a r   p l a y   m a d e   i t   a n   e a s y   d e c i s i o n   f o r   r o s e ’ s   l o n g - t i m e   c o a c h .   |     
  
c l y d e   s a i d   a b o u t   t h e   k n i c k s   p l a y e r   w e a r i n g   0 0   " i ' v e   n e v e r   s e e n   a   p l a y e r   w e a r i n g   0 0 .   t h a t   m e a n s   y o u ' r e   r e a l l y   n o t h i n g . "   l o l   b r e e n   w e n t   i n t o   c l e a n   u p   m o d e .   c l y d e   i s   a   n a t i o n a l   t r e a s u r e .   k n i c k s
b e l l a t h e b i g d e a l   y b n l   g o o g l e   g e c e n i n u c u n d a s t a r d a   c o v i d   k n i c k s   d a r k s e i d   
 i   w i l l   a d v e r t i s e   y o u r   c r y p t o c u r r e n c i e s   o n   m a j o r   s o c i a l   m e d i a   p l a t f o r m s   l i k e   f a c e b o o k ,   i n s t a g r a m ,   t w i t t e r ,   a n d   o t h e r s   i n   o r d e r   t o   i n c r e a s e   t r a f f i c ,   i n v e s t o r s ,   a n d   e x p o s u r e . 

k n i c k s   b a s k e t b a l l   f i n a l l y   s t a r t e d   🙌 🏿  
g o o d   m o r n i n g   k n i c k s   f a n s   k n i c k s
g o t t a   f e e l   f o r   d e u c e .   w h e r e   i s   h i s   p a t h   t o   p l a y i n g   t h i s   s e a s o n ?   e s p e c i a l l y   i f   t h e y   r e a l l y   a r e   u n w i l l i n g   t o   t r a d e   r o s e   k n i c k s
      @ _ k n i c k s 1 6 8 8     _ m a c       _ _ w a r       _ d u d e   _ s t e v e n     _ 1 9 1 4       _ j _ d _ m         _   _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                               i ’ l l   t h r o w   t h e   s a m e   t h i n g   b a c k   a t   y o u .   t h o s e   t e a m s   h a v e n ’ t   p r o v e d   t h e y ’ r e   b e t t e r   t h a n   t h e   k n i c k s   i n   2 0 2 2   e i t h e r .   i t ’ s   a   t w o   w a y   s t r e e t .
      @ _ k n i c k s 1 6 8 8     _ m a c       _ _ w a r       _ d u d e   _ s t e v e n     _ 1 9 1 4       _ j _ d _ m         _   _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                               w e ’ v e   g o n e   o v e r   t h i s .   m u r r a y   p l a y e d   f o r   a   h o r r i b l e   t e a m ,   w / o f f e n s e   g o i n g   t n r o h h h   h i m   e v e r h   p o s s e s s i o n ,   w h i c h   a l l o w s   h i m   t o   r a c k   u p   s t a t s ;   h e   w a s   i n j u r y   r e p l a c e m e n t .   n o w   h e ’ s   o f f   t h e   b a l l   n e x t   t o   t r a e .   j b   n o w   i s   t h e   q b   o f   t h e   k n i c k s .   t h e   h o w   m a t t e r s ;     n o t   t h e   a c c o l a d e .
      @ _ k n i c k s 1 6 8 8     _ m a c       _ _ w a r       _ d u d e   _ s t e v e n     _ 1 9 1 4       _ j _ d _ m         _   _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                               y o u   s a i d   c a v s   h a v e   a l l   t h e s e   s t a r s   a n d   t h e   k n i c k s   d o n ’ t   h a v e   a n y .   i   s a i d   i t ’ s   n o t   a b o u t   1   y r   m a k i n g   a s   t e a m ,   i t ’ s   a b o u t   a s   a b i l i t y   a n d   j b   & a m p ;   r j   h a v e   t h a t .   p l u s ,   r a n d l e   m a d e   a s   t e a m   o n c e   j u s t   l i k e   c a v s   g u y s .   y o u   d i d n ’ t   t h i n k   j b   w a s   a s   g o o d   a s   h e   i s
  @ _ k n i c k s 1 6 8 8     _   _ 1 9 1 4     _ _ w a r   _ m a c               _ d u d e   _ s t e v e n       _ j _ d _ m           _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                               k n i c k s   a r e   n o t   s t u c k   i n   t h e   m i d d l e .   a   t e a m   t h a t   i s   s u p e r   y o u n g   w i t h   t a l e n t   t h a t   i s   o n l y   g e t t i n g   b e t t e r + a   s t u d   p g   w h o ’ s   s t a r t i n g   h i s   p r i m e   n o w + h a s   e n o r m o u s   d r a f t   c a p i t a l =   a   t e a m   t h a t   i s   n o   w h e r e   n e a r   s t u c k ;   a c t u a l l y   t h e   o p p o s i t e .
  t h e   k n i c k s   l o o k s   r e a d y .   f o r   w h a t   s e e d   ? 
 i   d o n ' t   k n o w   
 

h o m e   a g a i n   i n   m y   h a p p y   p l a c e .   k n i c k s  
  t h e   s a m e   b u m s   t h a t   w e r e   c h e e r i n g   f o r   h i m   w h e n   h e   w a s   i n   d a l l a s   a r e   t h e   s a m e   b u m s   t h a t   a r e   h a t i n g   b e c a u s e   h e   d i d n ’ t   s i g n   f o r   t h e i r   t e a m .   f o h ! ! !   k n i c k s
n o t h i n g   g e t s   m e   h y p e   f o r   t h e   k n i c k s   l i k e   b u m p i n g   d i p s e t .   f e e l s   l i k e   w h a t   a n t h o n y   m a s o n ,   l a t r e l l   s p r e w e l l ,   a n d   c a r m e l o   a n t h o n y   w o u l d   s o u n d   l i k e   m e m o r i a l i z e d   a s   h i p - h o p .
a h ,   a   p o i n t   g u a r d !   i   g e t   i t   n o w   👍 
 k n i c k s
i   l o v e   l o v e   l o v e   t h i s   t h o u g h t   t o   !   
 
 k n i c k s    
a d a m   s i l v e r   h a s   t o   r e a l l y   s t i c k   i t   t o   t h e   t e a m s   w h o   w i l l   b e   t a n k i n g   f o r   w e m b a n y a m a   b y   s e n d i n g   h i m   t o   a   t e a m   w h o   i s n ’ t   t a n k i n g …   a   t e a m   l i k e   t h e   k n i c k s
k n i c k s   l o o k e d   g o o d   t h o
b r i n g   b a c k   s t e v e   m i l l s   a n d   f i z d a l e   n o w ! ! !   k n i c k s   
 
             _      
i t ’ s   a l r e a d y   a p p e a r i n g   l i k e   b r u n s o n   w i l l   l i m i t   b a r r e t t s   p r o d u c t i o n   a n d   s t u n t   h i s   g r o w t h .   n b a   n y k   k n i c k s
i l l   a l w a y s   b e   o v e r l y   o p t i m i s t i c   a b o u t   t h e   k n i c k s   s i m p l y   b e c a u s e   i t   p i s s e s   o f f   t h e   t o x i c   t r o l l s   i n   t h e   f a n b a s e .   i l l   d o   a n y t h i n g   t o   m a k e   t h e m   c r y   a b o u t   i t   o n   t w i t t e r . .   
 
 & a m p ;   t h e y   c r i e d   r i v e r s   l a s t   n i g h t   😂 😂 😂   k n i c k s   k n i c k s t a p e
k n i c k s   l o o k e d   i m p r e s s i v e .   w a t c h   o u t   y ’ a l l !   n b a   n y k   k n i c k s
h o w   m a n y   p p g   w i l l   b r u n s o n   a v e r a g e   t h i s   y e a r ?   k n i c k s
h o w   m a n y   p p g   w i l l   j u l i u s   a v e r a g e   t h i s   y e a r ?   k n i c k s
h o w   m a n y   p p g   w i l l   r j   a v e r a g e   t h i s   y e a r ?   k n i c k s
k n i c k s   g o o d   s t a r t .   a s   e x p e c t e d ,   s t a r t e r s   w e r e   s o l i d   b u t   m o r e   t o   b e   d e s i r e d   f r o m   f o u r n i e r .   b e n c h   i s   8 - 9   d e e p   s o   2 - 3   o f   o u r   y o u n g   g u y s   w o n ’ t   g e t   e n o u g h   p l a y i n g   t i m e   =   e v e n t u a l l y   d i s g r u n t l e d   =   d r a m a !   =   p l s   p a c k a g e   f o u r n i e r   w / 2   b e n c h   p l a y e r s   f o r   l e g i t   s g   ( s g a ? )   b y   f e b   9 t h   d e a d l i n e !
s o m e   k n i c k s   t h o u g h t s   f o l l o w i n g   t h e   f i r s t   p r e   s e a s o n   g a m e : 
 -   j a l e n   b r u n s o n   i s   h i m ,   h e   m a k e s   e v e r y o n e   m o r e   c o m f o r t a b l e   o n   t h e   f l o o r   
 -   r a n d l e   l o o k e d   s h a k y   b u t   s e c o n d   h a l f   w a s   m u c h   m o r e   c o m f o r t a b l e   
 -   m i t c h   l o o k s   s o   m u c h   b e t t e r   a l l   d e f e n s i v e   l e v e l   r i m   p r o t e c t i n g   
 -   r j   i s   h i m m m m m m m m
n e w   v i d e o   t o   w a t c h : 
 
 " n y   k n i c k s   v s   d e t r o i t   p i s t o n s   |   p r e s e a s o n   1 1 7 - 9 6   |   g a m e   r e v i e w "   
 
 c r e a t o r :     d e l u s i o n a l   k n i c k s   f a n   n e t w o r k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
w h e n   v i c t o r   w e m b a n y a m a   c o m e s   t o   t h e   l e a g u e ,   m i t c h   i s   g o n n a   b l o c k   t h e   s h i t   o u t t a   h i m   a n d   i ' m   g o n n a   j u m p   t h r o u g h   t h e   r o o f   k n i c k s
i ' m   s o   h a p p y .   g r e a t   s t a r t .   p l e a s e   c a r r y   o n   k n i c k s    
n e w   s t o r y :   t h e   p i s t o n s '   r o o k i e s   h e l d   t h e i r   o w n   i n   t h e i r   n b a   d e b u t s ,   b u t   t u r n o v e r s   w e r e   t h e   s t o r y   o f   l a s t   n i g h t ' s   l o s s   t o   t h e   k n i c k s .  
f r o m   l a s t   n i g h t :   p i s t o n s   d r o p   p r e s e a s o n   o p e n e r   t o   k n i c k s ,   1 1 7 - 9 6 .  
i   b u y   n e w   k n i c k s   a p p a r e l   l i t e r a l l y   e v e r y   y e a r , i   t e a r   m y   s h i t   u p   w a t c h i n g   g a m e s   e v e r y   s e a s o n 😂 😂
  e v e r y   t i m e   i   w a t c h   c a m   r e d d i s h   p l a y   i   s e e   b i g   p o t e n t i a l .   d o n ’ t   w o r r y   a b o u t   t h e   i n j u r y   a s   i t   w i l l   p a s s .   c a m   k e e p s   s h o w i n g   f l a s h e s   o f   a b i l i t i e s   c a p a b l e     o f   b e i n g   o n e   o f   t h e   b e s t   3 - w a y   p l a y e r s   i n   t h e   l e a g u e   o n   o f f / d e f / p o i n t   f o r w a r d   w i t h   a   h i g h   b - b a l l - i q   w h i c h   i s   v e r y   r a r e   k n i c k s  
i f   y o u   t h e   g m   f o r :   k n i c k s   w i z a r d s   h o r n e t s   k i n g s   p i s t o n s   j a z z   s p u r s   p a c e r s   m a g i c   t h u n d e r   r o c k e t s   y o u   b e t t e r   d o   w h a t e v e r   i t   t a k e s   t o   l o s e   e v e r y   g a m e !   i t ’ s   w o r t h   i t !   v i c t o r w e m b a n y a m a   g o a t   n b a d r a f t   n b a   n b a t w i t t e r
m y   t a k e a w a y s   f r o m   k n i c k s   p r e s e a s o n   g a m e 
 
 - b r u n s o n   w a s   a   g r e a t   s i g n i n g   f o r   m a n y   o b v i o u s   r e a s o n s 
 - c a m   r e d d i s h   d e f e n s e   a l o n e   s h o u l d   k e e p   h i m   i n   t h e   r o t a t i o n 
 - d e u c e   m c b r i d e   d e s e r v e s   a t l e a s t   1 0   m p g   t h r o u g h o u t   t h e   s e a s o n   
 - i f   r a n d l e   k e e p   r u n n i n g   i n   t r a n s i t i o n   w e ’ l l   b e   o k a y
b a r r e t t   -   2 1 - 5 - 2   ( + 2 3 ) 
 b r u n s o n -   1 6 - 1 - 5   ( + 2 1 ) 
 r a n d l e -   1 5 - 6 - 4   ( + 1 8 ) 
 
 j u s t   l i k e   t h e y   d r e w   i t   u p   -   
 
 ( a s   h e a d s   e x p l o d e ) -   
 
 k n i c k s   n b a p r e s e a s o n
c a m   r e d d i s h   i n j u r y   i n   k n i c k s '   p r e s e a s o n   o p e n e r   c o m e s   a t   a   b r u t a l   t i m e 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   l a k e s h o w   l a k e r s   b l e e d g r e e n   m a g i c a b o v e a l l   s i x e r s   a l l f l y
i m m a n u e l   q u i c k l e y   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i m m a n u e l q u i c k l e y   i m m a n u e l   q u i c k l e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
g o o d   m o r n i n g   k n i c k s   f a n s .   e n j o y   y o u r   d a y !
r i s e   a n d   s h i n e !   t h e   b o c k e r s   l o o k i n g   g o o d . . . . .     k n i c k s   🧡 💙 🧡    
📣   n e w   p o d c a s t !   " t h e   n e w   y o r k   k n i c k s   p o d c a s t   -   e p i s o d e   5 8 4 :   w h y   e v e r y   o t h e r   t e a m   s u c k s "   o n     k n i c k s   p o d c a s t   p r e s e a s o n  
i t ' s   o n l y   p r e s e a s o n   b u t   n i c e   d e b u t   f r o m   j a l e n   b r u n s o n   l a s t   n i g h t   👍 🏿   k n i c k s
n e w   v i d e o   t o   w a t c h : 
 
 " r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   d e t r o i t   p i s t o n s   |   n e w   y o r k   k n i c k s "   
 
 c r e a t o r :     m s g   n e t w o r k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
s e a s o n   o f f   t o   a   g r e a t   s t a r t   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
n b a   s t a n d i n g s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 ;   n b a   g a m e s   t o d a y ;   n b a   r e s u l t s   t o d a y ;   n b a   s t a n d i n g s   t o d a y 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   7 6 e r s   p i s t o n s   k n i c k s   t i m b e r w o l v e s   h e a t   p e l i c a n s   b u l l s   j a z z   b l a z e r s
s e e i n g   t h e   g a m e   l i g h t   b u t   i ’ m   f e e l i n g   t h e   e n e r g y   o f   t h i s   k n i c k   t e a m .   i f   o n l y   r a n d l e   c a n   m a i n t a i n .   k n i c k s   n b a   n y k n i c k s   m s g
j a l e n   b r u n s o n   g o t   b u s y   i n   h i s   k n i c k s   d e b u t .   p r o v e d   h e   c a n   s c o r e   f r o m   a l l   o v e r   t h e   f l o o r   a n d   r u n   t h e   s h o w !   l o o k i n g   f o r w a r d   t o   s e e i n g   h o w   t h e   s e a s o n   u n f o l d s !   n b k f a m   j a l e n b r u n s o n   k n i c k s p r e s e a s o n  
c r a z y   h o w   k n i c k s   “ f a n s ”   c o u l d n ’ t   w a i t   t o   s t a r t   r i p p i n g   i n t o   j u l i u s   r a n d l e   n o t   e v e n   1 2   f u c k i n g   m i n u t e s   i n t o   t h e   p r e - s e a s o n .   i f   w e   a r e   g o n n a   c a l l   o u r s e l v e s   “ k n o w l e d g e a b l e ”   f a n s ,   w e   g o t t a   c u t   t h a t   b u l l s h i t   o u t .   i t ’ s   g e t t i n g   l a m e .   k n i c k s   n y k
i n   t h e i r   f i r s t   p r e s e a s o n   o u t i n g   o f   t h e   2 0 2 2 - 2 3   s e a s o n ,   t h e   k n i c k s   ( 1 - 0 )   b l e w   o u t   t h e   p i s t o n s   ( 0 - 1 )   1 1 7 - 9 6   l a s t   n i g h t   a t   t h e   g a r d e n .   k n i c k s w i n   n e w y o r k f o r e v e r  
b a r r e t t   & a m p ;   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   p i s t o n s   -     k n i c k s   n e w y o r k f o r e v e r    
p i s t o n s   a t   k n i c k s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2     v i a     k n i c k s   n e w y o r k f o r e v e r
k n i c k s   t a k e a w a y s   f r o m   t u e s d a y ' s   1 1 7 - 9 6   w i n   o v e r   p i s t o n s ,   i n c l u d i n g   i m p r e s s i v e   p e r f o r m a n c e s   t o p   t o   b o t t o m   k n i c k s   n e w y o r k f o r e v e r    
b o o s h !   🍎   🏀   
 i   l o v e   t h i s   t e a m   t h e   k n i c k s   h a v e   b u i l t !   b r u n s o n   i s   a   d i f f e r e n c e   m a k e r   w h o   d o e s n ’ t   n e e d   t o   s h o o t   t o   m a k e   a n   i m p a c t   c o m b i n e d   w i t h   a   t o u g h   d e f e n s e   f i r s t   m e n t a l i t y   =   🏆 .   k n i c k s   n b a  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 •   j a d e n   i v e y 
 
 1 6   p t s 
 4   r e b 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 

📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 •   r j   b a r r e t t 
 
 2 1   p t s 
 5   r e b 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 

📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n   p t . 3 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n   p t . 2 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 h a p p y   b i r t h d a y   b u c k e t   f o r   d e r r i c k   r o s e ! 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 
  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n . 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a d e n   i v e y ’ s   f i r s t   2 0 2 2 - 2 3   b u c k e t 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 

📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a l e n   b r u n s o n ’ s   f i r s t   2 0 2 2 - 2 3   b u c k e t 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s  
i t ’ s   g o n n a   b e   r e a l   f u n n y   w h e n   r j   b a r r e t t   g o n n a   b e   l o o k i n g   l i k e   h e   d e s e r v e s   m a x   c o n t r a c t   m o n e y .   
 
 r j   b o u t   t o   p u t   t h e   l e a g u e   o n   n o t i c e .   n e w y o r k f o r e v e r   k n i c k s
a   s w e e t   2 1 p t   w i n   t o   o p e n   p r e   s e a s o n   a g a i n s t   t h e   d e t r o i t   p i s t o n s   👏 🔥 💯   
 
 b a r r e t t :   2 1 / 5 / 2 
 r a n d l e :   1 5 / 6 / 4   
 b r u n s o n :   1 6 / 5 
 q u i c k l e y :   1 3 / 3 / 3 
 
 k n i c k s   k n i c k s t a p e   🔸 ️ 🔹 ️  
s h o p   n e w y o r k f o r e v e r   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n   n e w y o r k   k n i c k s   n b a   v i d e o :  
f o u r   f r a m e s   f r o m   t u e s d a y   n i g h t ’ s   p r e s e a s o n     g a m e   b e t w e e n   t h e     a n d     
 n b a   p i s t o n s   k n i c k s  
  o p e n e d   s e a s o n   w i t h   t h e   k n i c k s   c o l o r s   s u i t   k i l l i n   i t ! !   s e t t i n g   t h e   t o n e   f o r   t h e   s e a s o n   k n i c k s
o f f   t h e   t o p   f i n a l   t a k e a w a y s   f r o m   t o n i g h t 🗽 
 
 -   j b   i s   v e r y   v e r y   t o u g h … a s   a d v e r t i s e d ,   a   v e r y   o b v i o u s   g a m e   c h a n g e r 
 -   r j   b a r r e t t 🫡 
 -   j u l i u s   h a d   a   g o o d   2 n d   h a l f ,   d u e   t o   l e t t i n g   t h e   g a m e   f l o w   t o   h i m   a n d   n o t   f o r c i n g   a n y   o f f e n s e 
 -   l o v e d   t h e   p e r f o r m a n c e s   b y   h a r t   & a m p ;   d e u c e   k n i c k s
  y o u   a r e   t h e   w o r s t   n b a   a n a l y s t   s i n c e     … . .     
 y o u   p u t   t h i s   c l o w n   o n   a   b r e a k o u t   l i s t   j u s t   t o   t r o l l   k n i c k s   & a m p ;     ? 
 q u i t   y o u r   j o b   d u d e … .  
v i c t o r   w e m b a n y a m a   i s   n o t   g e t t i n g   d r a f t e d   b y   t h e   k n i c k s .   s h u t t i n g   u p   a l l   o f   u s   s t u p i d   f a n   b o y s   w h o   a r e   g o n n a   t r y   t o   m a n i f e s t   s o m e   n o n s e n s e     k n i c k s   k n i c k e r b o c k e r s
d o n ’ t   c a r e   i f   i t   w a s   f i r s t   g a m e   o f   p r e s e a s o n   w e   g a n n a   b e   s n e a k y   g o o d   a n d   a   t o u g h   o u t   e v e r y   n i g h t   k n i c k s
a n   h o n o r ,   p r i v i l e g e   & a m p ;   p l e a s u r e .   t h e   k n i c k s   r e c a p   w e l c o m e s     ' h a n   s o l o '   t o   t h e   s h o w !   t h e   e p i s o d e   d r o p s   t h u r s d a y ,   o c t o b e r   6 t h   @   8 a m .   w e ' l l   b e   t a l k i n g   k n i c k s   p r e s e a s o n   b a s k e t b a l l   a n d   m o r e !   h a v e   a   q u e s t i o n ?   d r o p   i t   b e l o w !   k n i c k s   t k r  
s o m e   p h o t o s   f r o m   t o n i g h t   s u p p o r t i n g   t h e   f e l l a s ,   g r e a t   t o   h a v e   p r e s e a s o n   a n d   e v e n t u a l l y   t h e   r e g u l a r   s e a s o n   b a c k   k n i c k s  
h u g e   e p i s o d e   d r o p p i n g   s o o n . . . m a s s i v e .   d e t a i l s   s o o n .   b u t   i   p r o m i s e   y o u ,   t h i s   t h u r s d a y ' s   e p i s o d e   o f   t h e   k n i c k s   r e c a p   p o d c a s t   i s   m u s t   l i s t e n   t o .   k n i c k s
a p p r e c i a t e   y ' a l l   f o r   p u l l i n g   u p   t o   ' r e c a p p i n g   t h e   g a m e ' ,   t h e   k n i c k s   p o s t   g a m e   s h o w   a n d   r o c k i n g   w i t h   m e !   w e   d i d n ' t   r e a l l y   o v e r r e a c t . . . g r i m e s   s t i l l   n e e d s   t o   s t a r t .   k n i c k s   t k r   k n i c k s s p a c e s   r e c a p p i n g t h e g a m e  
i m a g i n e   i f   h e   p l a y e d   4   t h e   k n i c k s .   o n   2 n d   t h o u g h t . . . .  
g r a d e   j a l e n   b r u n s o n ’ s   p r e - s e a s o n   d e b u t   a s   a   k n i c k   🏀 
 
 1 6   p t s 
 4   a s t 
 7 - 9   f g 
 1 8   m i n s 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r  
b a r r e t t ,   m a v s   e x   b r u n s o n ,   r e v   k n i c k s '   p r e s e a s o n   w i n   o v e r   p i s t o n s     v i a    
t h a t   d u d e   💯   k n i c k s  
o b i   t o p p i n   k n i c k s  
t h a n k   y o u   f o r   m a k i n g   o u r   g r a n d   o p e n i n g   a   s u c c e s s !   f r o m     s t o p p i n g   b y   t o   m e e t   y o u   t o   a     1   o f   1   a u t o ,   w e   c o u l d n ' t   h a v e   a s k e d   f o r   a   b e t t e r   e v e .   c h e c k   o u t   s o m e   p h o t o s   f r o m   t h e   n i g h t   h e r e :     
 
 c a r d b r e a k s   t h e h o b b y   k n i c k s   y a n k e e s   r e p b x
p a t r i c k   w i l l i a m s   f o r   o b i   t o p p i n 
 
 w h o   s a y s   n o ? 
 
 b u l l s   n e e d   a   y o u n g ,   a t h l e t i c   p f ,   k n i c k s   n e e d   a   l o n g ,   d e f e n s i v e   w i n g . 
 
 i   p e r s o n a l l y   w a n t e d   t h e   b u l l s   t o   t a k e   t o p p i n   t h a t   y e a r   t h e y   t o o k   w i l l i a m s   a t   4 . 
 
 n b a
a n y o n e   s t i l l   m a d   t h e   k n i c k s   “ t r a d e d ”   j a l e n   d u r e n ?   n o ,   n o b o d y   c a r e s   a n y m o r e ?   t h o u g h t   s o
    t h e   k n i c k s   s h o u l d   t r a d e   q u i c k l e y   t h e n   t o   t h e   r o c k e t s .
s o m e o n e   g e t   m e   d a v i d   s t e r n   a n d   a n   e n v e l o p e   f r e e z e r   r i g h t   n o w   k n i c k s  
🔥 🔥   k n i c k s   p r e s e a s o n   r e c a p !   🔥 🔥   k n i c k s   l o o k   p r o m i s i n g !   e f f i c i e n t   r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   p o w e r   e f f i c i e n t   w i n !   k n i c k s   k n i c k s n a t i o n 
 
 ✅   w a t c h   n o w ! 
   📽 ️     v i a  
    m r .   p r e s i d e n t   s i n c e   w e ’ r e   c o m m e n t i n g   a b o u t   s p o r t s   d o   y o u   h a v e   a n y   t h o u g h t s   o n   j a l e n ’ s   b r u n s o n   k n i c k s   d e b u t   t o n i t e   p l e a s e   a n d   t h a n k   y o u   g o   y a n k e e s   a n d   a l s o   a m e r i c a   ( :
y o     w h e r e ’ s   t h a t   k n i c k s   p r e - s e a s o n   r e a c t   v i d ? ? ? ?  
d i d   c a m   g e t   h u r t ?   n o   r e a s o n   w h y   h e   s h o u l d n ’ t   h a v e   b e e n   o u t   t h e r e   c l o s i n g   o u t   i n s t e a d   o f   t h a t   o t h e r   g u y   k n i c k s
🚨   n e w   e p i s o d e   a l e r t   🚨 
 
 k n i c k s   v s   p i s t o n s   |   g a m e   r e v i e w   
 
 w a t c h :   
 
 k n i c k s   t h i b s   b r u n s o n  
y ’ a l l   w a n t e d   j a l e n   d u r a n   s o   b a d .   n o w   l o o k   k n i c k s
w e   s t i l l   r o c k i n !     t a l k i n g   k n i c k s   -   c o m e   c h e c k   u s   o u t .   c a l l - i n   5 1 6 - 3 6 2 - 5 2 1 2   n b k f a m  
m e   a f t e r   t h e   f i r s t   k n i c k s   p r e s e a s o n   g a m e :   w e   c a n   d e f i n i t e l y   m a k e   t h e   p l a y - i n .   
 
 m e   a f t e r   w a t c h i n g   f i v e   m i n u t e s   o f   v i c t o r   w e m b a n y a m a :   i   m e a n   i t ' s   n o t   w e ' r e   g o n n a   w i n   t h e   t i t l e .   m a y b e   w e   j u s t   t a k e   t h i s   y e a r   o f f .
1 0 )   g l a d   t h i b s   a c t u a l l y   m a n a g e d   m i n s   l o l 
 1 1 )   c a m   g o t t a   w a t c h   t h o s e   r e f s . . .   b u t   n a h   h o p e f u l l y   h e ' s   g o o d   f o r   t h e   n e x t   g a m e   o r   s o . 
 1 2 )   t h e   r e s t   o f   t h e   p l a y e r s   a r e   i r r e l e v a n t . 
 
 k n i c k s   n e w y o r k f o r e v e r   w e h e r e   / e n d
5 )   r a n d l e   f i n e   i f   h e   m a k e s   d e c i s i o n s   w i t h i n   l i k e   3   s e c o n d s   a n d   r u n s . 
 6 )   e v a n   g o n n a   w i n   t h e   s t a r t i n g   r o l e   b y   d e f a u l t   l o l 
 7 )   o b i / i q   w i l l   b e   f i n e   -   r u s t . 
 8 )   d - r o s e   c o o l ,   b u t   i   w a n t   i q   t o   t a k e   a l l   h i s   m i n s   l o l 
 9 )   d e u c e   a   p e s t ,   b u t   n o t   a   m a r k s m a n   l o l 
 k n i c k s   n e w y o r k f o r e v e r   w e h e r e   2 /
k n i c k s   p o s t g a m e   e p i s o d e   i s   u p   n o w   o n     
 n b a   p r e s e a s o n   n b a 2 0 2 2   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   p i s t o n s   d e t r o i t   
 
       
 

c o n t r a r y   t o   m y   e a r l i e r   p o s t s ,   i   d i d   w a t c h   t h e   k n i c k s   g a m e   s o   i   h a v e   f a s t   t h o u g h t s : 
 
 1 )   b r u n s o n   d o p e .   h a v e n ' t   h a d   a   p g   l i k e   h i m   i n   a   l o n g   w h i l e . 
 2 )   r j   g o o d 
 3 )   m i t c h   m o v e s   l i k e   r o o k i e   m i t c h   -   g r e a t 
 4 )   l o v e   h a r t e n s t e i n   o f f   t h e   b e n c h . 
 
 k n i c k s   n e w y o r k f o r e v e r   w e h e r e   1 /
k n i c k s   p o s t g a m e   e p i s o d e   i s   u p   n o w   o n   
 n b a   p r e s e a s o n   n b a 2 0 2 2   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   p i s t o n s   d e t r o i t   
 
         
 

j a l e n   b r u n s o n   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n b r u n s o n   j a l e n   b r u n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j a l e n   b r u n s o n   m i g h t   b e   t h e   k e y   t o   u n l o c k i n g   r j   b a r r e t t ’ s   f u l l   p o t e n t i a l   f r   n e w y o r k f o r e v e r   k n i c k s
g o t   p r e t t y   g o o d   s e a t s   t h a t   d a y . . . 
 
 m i x i n g / m a s t e r i n g   r a t e s ?   g o   h e r e :   
 
 k n i c k s   m u s i c s t u d i o  
w a y   t o   e a r l y   p r e s e a s o n   o v e r r e a c t i o n … w h a t   d o   w e   t h i n k ?   k n i c k s   m a k i n g   t h e   p l a y o f f s ?
" s a u c e   w a l k a "   b a b y   t a t e   e l o n   j e e z y   z i o n   o v e r w a t c h 2   w w e n x t   b a c h e l o r i n p a r a d i s e   h i p h o p a w a r d s   f o r t h e a   " a a r o n   j u d g e "   f a t   j o e     p e l i c a n s   s a f e r     y o m   k i p p u r   m i g u e l   d r a g i c   q u e e n s u g a r   w e m b y   k n i c k s   b l a c k w o m e n   
 
 w h y   t h e   g o p   w i l l   w i n   b a c k   e v e r y t h i n g   
 🤢 🤮 🤮 🤮  
      k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d   r o s e   d o e s n ' t   n e e d   t o   l o o k   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d e r r i c k   r o s e   n o l o o k   a s s i s t   n y k   n e w y o r k   k n i c k s   d e t   d e t r o i t   p i s t o n s
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h e   c h i l d   w h o   w o n   t h e   h e a r t s   o f   a l l . 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 5 7 8 3   
 b r u n s o n   s a f e r   d d o s   c o r y   e l o n m u s k   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s   l i v r a n
f u c k   i t ,   i   h o p e   t h e   k n i c k s   t a n k .   g o   4 - 7 8 -   j u s t   s w e e p   b r o o k l y n  
d o n o v a n   m i t c h e l l ?   n b a   b a s k e t b a l l   k n i c k s   n b a t w i t t e r  
k n i c k s   f a n s ! 
 
 t o n i g h t   w a s   c h o c k   f u l l   o f   h i g h l i g h t s .   w h a t   w a s   y o u r   f a v o r i t e ? 
 
 m i n e   h a d   t o   b e   r j ’ s   f i r s t   q u a r t e r   d u n k
h o w   p e o p l e   m a r k e t   t h e i r   s a l e s   a n d   p r o d u c t s 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 5 7 8 3   
 b r u n s o n   s a f e r   d d o s   c o r y   e l o n m u s k   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s   l i v r a n
i q   t a k e s   d u r e n   o f f   t h e   d r i b b l e   a n d   m a k e s   i t   l o o k   e a s y .   n b a   b a s k e t b a l l   k n i c k s   i q   i m m a n u e l q u i c k l e y   n b a t w i t t e r   n y k   k n i c k s t a p e  
i t s   f i t t i n g   t h a t   r a y s   w i l l   b e   p l a y i n g   t h e   w i l d   c a r d   r o u n d   v s   t h e   c i t y   t h a t   t o o k   d o n o v a n   m i t c h e l l   f r o m   m y   k n i c k s   n o w   g o d   i s   g o i n g   t o   s t a r t   f a v o r i n g   t h e s e   s o b ' s   s t a r t i n g   w i t h   t h i s   s e r i e s   v s   t h e   f o r m e r   i n d i a n s   g u a r d i a n s
o b i   i s   t o p p i n   t h e   h i g h l i g h t s   w i t h   t h i s   w i n d m i l l   💥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   o b i   t o p p i n   w i n d m i l l   d u n k   n y k   n e w y o r k   k n i c k s   d e t   d e t r o i t   p i s t o n s
r j   b a r r e t t   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r j b a r r e t t   r j   b a r r e t t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
h e y   k n i c k s   f a n s   i t ’ s   o k   t o   s a y   r a n d l e   p l a y e d   w e l l   🤷 🏽 ‍ ♂ ️
s e e   h o w   p e o p l e   s e t   t h e i r   p r o j e c t   f l o w 
 ] 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 5 7 8 3   
 b r u n s o n   s a f e r   d d o s   c o r y   e l o n m u s k   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s   l i v r a n
k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   .  
    k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀  
w e a l t h   c a n   b e   a c h i e v e d   t h r o u g h   t h e   f o l l o w i n g   p r o c e s s   
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 5 7 8 3   
 b r u n s o n   s a f e r   d d o s   c o r y   e l o n m u s k   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s   l i v r a n
h o w   n i g e r i a   c a n   b e   c a l l e d   a b r o a d   b y   o t h e r   c o u n t r y 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 5 7 8 3   
 b r u n s o n   s a f e r   d d o s   c o r y   e l o n m u s k   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s   l i v r a n
l i l   m i s s . . . .   l o y a l   
 
 k n i c k s   k n i c k s t a p e   k n i c k s n a t i o n     n y k n i c k s   k n i c k s b a s k e t b a l l   
 
   😆 🏀 💙  
p o p s   g i v i n g   o u t   a d v i c e .   n b a   b a s k e t b a l l   k n i c k s   r i c k b r u n s o n   i q   j a l e n b r u n s o n   n b a t w i t t e r  
n e w   y o r k   b a s k e t b a l l   i s   b a c k 🏀 ‼ ️   • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • k n i c k s a n o n y m o u s   t h e p e o p l e s v o i c e   n b a   b a s k e t b a l l   n b a b a s k e t b a l l   k n i c k s   k i n c k s r a n k i n g     n e w y o r k k n i c k s   n y k n i c k s   n y c   n y   n e w y o r k c i t y   f y p   v i r a l   m s g  
r j   b a r r e t t   h i g h l i g h t s   -   k n i c k s   v s .   p i s t o n s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   r j   b a r r e t t   n y k   d e t   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w y o r k   k n i c k s   d e t r o i t   p i s t o n s
n i c e   l i l   p r e s e a s o n   d u b   🔥   k n i c k s  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
e a r l i e r   t o n i g h t ,   s p e r o   d e d e s   ( p b p ) ,     ( a n a l y s t )   & a m p ;     w e r e   o n   t h e   t n t   c a l l   f o r   p i s t o n s   a t   k n i c k s   n b a p r e s e a s o n
g a m e   1   t a u g h t   u s   a n d   h o p e f u l l y   t h i b s ,   t h a t   h e   c a n   c o u n t   o n   h i s   v e t s . .   b u t   h e   s h o u l d   n e v e r   h e s i t a t e   t o   s u b   i n   h i s   y o u n g   p l a y e r s .   b o t h   u n i t s   w e r e   c a p a b l e   o f   s c o r i n g   a n d   d e f e n d i n g   a t   a   h i g h   l e v e l   t o n i g h t .   
 
 l e t s   c a r r y   t h i s   i n t o   g a m e   2 . .   k n i c k s
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . .  
5 0   b u r g e r   h e r e   w e   c o m e   l m a o   k n i c k s
i q   t o   o b i   ( g o n n a   b e   h e a r i n g   t h a t   a   l o t   t h i s   y e a r ) .   n b a   b a s k e t b a l l   n b a t w i t t e r   i q   i m m a n u e l q u i c k l e y   o b i t o p p i n   k n i c k s   n y k   k n i c k s t a p e  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . . .  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . .  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . .  
“ i   l o v e   t h e   w a y   h e   c a n   c o n t r o l   a n d   m a n a g e   t h e   g a m e .   a n d   t o   m e ,   t h a t ’ s   t h e   n u m b e r   o n e   f u n c t i o n   o f   a   p o i n t   g u a r d . ”   -   t o m   t h i b o d e a u   o n   k n i c k s   n e w   p g   j a l e n   b r u n s o n   |    
    k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r     . . . .
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r     . . .
k n i c k s   1 1 7 ,   p i s t o n s   9 6 :   s c e n e s   f r o m   a   f u n   p r e s e a s o n   n i g h t   a t   t h e   g a . . .   ( p o s t i n g   a n d   t o a s t i n g ) 
 
 o n   t u e s d a y ,   t h e   n e w   y o r k   k n i c k s   k i c k e d   t h e i r   p r e - s e a s o n   o f f   a t   m a d i s o n   s q u a r e   g a r d e n   w i t h   a   . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   n y k n i c k s   n b a   k n i c k s
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
k n i c k s   n i c e   s t a r t   t o   p r e - s e a s o n .   a l w a y s   r o o m   f o r   i m p r o v e m e n t s   b u t   l i k e d   w h a t   i   s a w .   k e e p   i t   g o i n g .   💪 🏾 😎  
b e t t e r   p g   p l a y ,   t h e   k n i c k s   a r e   s u b s t a n t i a l l y   b e t t e r …   a n d   w e   h a v e …   m u c h   b e t t e r   p g   p l a y   n o w …   
 
 g o o d   n i g h t   🧡 💙
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i q   m a k i n g   h i s   o w n   o f f e n s e   l o o k   e a s y .   n b a   b a s k e t b a l l   i q   i m m a n u e l q u i c k l e y   n b a t w i t t e r   k n i c k s   n y k   k n i c k s t a p e  
g o o d   1 s t   h i t   o u t .   🔥 
 
 s i g n s   o f   e a r l y   f a m i l i a r i t y   /   c h e m i s t r y   t h e r e   -   a s   t h e   p o i n t   i ' v e   m a d e   -   c a n   b e   t h e   k n i c k s   s t r e n g t h   t h i s   y e a r .   
 
 n o t   a   l o t   o f   r o s t e r   t u r n o v e r ,   c a n   h e l p   s t a r t   o f f   s t r o n g ! 
 
 k n i c k s   n e w y o r k f o r e v e r   k n i c k s o n m s g  
  _ n y x   k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m a y   h a v e   o n l y   b e e n   a   p r e s e a s o n   g a m e   b u t   i t ' s   s o   e v i d e n t l y   a p p a r e n t   w h a t   a   l e g i t   t r u e   p o i n t   g u a r d   c a n   d o   f o r   a   t e a m .   e v e r y o n e   i s   g o i n g   t o   b e n e f i t   f r o m   b r u n s o n   b e i n g   o n   t h e   f l o o r .   n o   m o r e   r a n d l e   i s o   & a m p ;   o v e r   d r i b b l i n g   e i t h e r .   r j   l o o k e d   g r e a t   t o o .   2 n d   u n i t   m e s h i n g   w e l l   a l s o .   k n i c k s
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
a l l   i ' m   s a y i n g   i s   d e u c e   m c b r i d e   b e t t e r   g e t   m i n u t e s   t h i s   s e a s o n .   h i s   d e f e n s e   i s   t o o   g o o d   f r e e d e u c e   m i l e s m c b r i d e   n b a   k n i c k s   n e w y o r k   k n i c k s a n o n y m o u s
    k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
h e y   i   l i k e d   w h a t   i   s a w   f r o m   j u l i u s   r a n d l e   t o n i g h t   k n i c k s
k n i c k s   g a m e   a n d   a   n y   s l i c e   🍕 ! ! 
 
 t h e   c i t y   i s   a   b l e s s i n g !   🙏 🏾 🙏 🏾
    _ g o d s o n   k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
p e r   t o m   t h i b o d e a u ,   c a m   r e d d i s h ’ s   s p r a i n e d   a n k l e   w i l l   b e   r e - e v a l u a t e d   t o m o r r o w 
 
 n b a   n b a t w i t t e r   k n i c k s
  k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   t o p p i n   t h r o w s   d o w n   t h e   w i n d m i l l   d u n k   -   v i a     a p p .       n b a .       n y k @ .   k n i c k s .      
j u l i u s   r a n d l e   t o n i g h t   v s   d e t :   
 
 1 5   p t s 
 6   r e b s 
 4   a s t s 
 6 - 1 0   f g 
 2 - 4   3 p t 
 1 - 2   f t 
 1 8   m i n 
 + 1 8 
 
 k n i c k s   n e w y o r k f o r e v e r
i t ’ s   g o i n g   t o   b e   a   r e a l l y   f u n   s e a s o n   t h i s   y e a r   k n i c k s
b r u n s o n ,   j u l e s ,   a n d   r j   l o o k i n g   g o o d !   👀   k n i c k s
i ’ v e   s e e n   e n o u g h .   k n i c k s   t o p 4   s e e d   i n   e a s t .     😂 😂 .   o v e r   r e a c t   e v e r y   p r e s e a s o n .     k n i c k s   k n i c k s t a p e   n b a
t h e     l o o k   g o o d   f o r   r e a l   k n i c k s
f i r s t   s c o r e   g r a p h i c   o f   t h i s   4 - g a m e   n b a   e x h i b i t i o n   s e a s o n .     p i s t o n s   l o s e   a t   m s g   i n   n y c   b y   2 1 .     j a d e n   i v e y ' s   p r o   d e b u t   n e t s   1 6   p o i n t s   t o   l e a d   d e t r o i t .     i s a i a h   l i v e r s   h a d   1 3 .     h a y e s   a n d   b o g d a n o v i c   1 1   e a c h .     r j   b a r r e t t   l e d   t h e   k n i c k s   w i t h   2 1 .     s o ,   0 - a n d - 1   a n d   o f f   t o   n e w   o r l e a n s !  
r j   b a r r e t t   t o n i g h t   v s   d e t : 
 
 2 1   p t s 
 5   r e b s 
 2   a s t s 
 1   s t l 
 1   b l k 
 8 - 1 4   f g 
 3 - 5   3 p t 
 2 - 2   f t 
 2 3   m i n 
 + 2 3 
 
 k n i c k s   n e w y o r k f o r e v e r
w a t c h e d   m y   k n i c k s   t a k e   o n   t h e   p i s t o n s   b e n c h   w a s   n i c e ! ! !   n o w   w a t c h i n g   t h e   p e l s   v s   b u l l s   🏀     p r e s e a s o n
j a l e n   b r u n s o n   t o n i g h t   v s   d e t : 
 
 1 6   p t s 
 1   r e b 
 5   a s t s 
 1   b l k 
 7 - 9   f g 
 2 - 4   3 p t 
 2 0   m i n 
 + 2 1 
 
 k n i c k s   n e w y o r k f o r e v e r
n e w   y o r k :     c h u c k     a n d     h a v e   s e r v e d   y o u   p o o r l y .   v o t e   f o r   c h a n g e !   
 
 n e w y o r k   n y g i a n t s   m e t s   k n i c k s   y a n k e e s  
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h e   k n i c k s   h a v e   o n e   o f   t h e   b r i g h t e s t   f u t u r e s   i n   b a s k e t b a l l   a n d   n o b o d y   i s   t a l k i n g   a b o u t   i t
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
j a l e n   b r u n s o n   i n   h i s   f i r s t   a c t i o n   a s   a   n e w   y o r k   k n i c k 
 
 7 - 9   f g   👀 
 1 6   p t s   🔥 
 5   a s t   🪙 
 
 a l l   i n   2 0   m i n u t e s ,   c a n   j a l e n   b r u n s o n   l e a d   t h e   k n i c k s   t o   t h e   p l a y o f f s   k n i c k s   n b a  
t h e   k n i c k s   f i n a l l y   h a v e   a   l e g i t   s t a r t i n g   p o i n t   g u a r d   😌
m i l e s   m c b r i d e   c l o s e s   o u t   t h e   g a m e ! 
 n e w y o r k f o r e v e r   k n i c k s   n b a   n b a t w i t t e r     n b a p r e s e a s o n   n e w y o r k     
  
r a y s   w i l l   w i n   t h e i r   f i n a l   g a m e   o f   2 0 2 2   j u s t   l i k e   t h e   k n i c k s   d i d   o n   a p r   1 0 t h   v s   t h e   r a p t o r s
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . .  
i   s e e   k n i c k s   g a i n   t h a t   1 s t   p r e s e a s o n     w i n ! 👏 🏽 👏 🏽 🏀
_ d a i m o n a   k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
b r u n s o n   i s   b e t t e r   t h a n   a d v e r t i s e d . .   f i n a l l y   a   p g .   k n i c k s
_ 3   k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
n e w   e n e r g y   a t   m s g   k n i c k s
_ 5 t i i l _ h e r e   k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   c a n   g e t   u s e d   t o   t h i s .   k n i c k s
l i k e d   w h a t   i   s a w   f r o m   m y   k n i c k s   t o n i g h t ! !   l e t ’ s   g o o o
j a l e n   b r u n s o n   b r i n g s   h o m e   a   v i c t o r y   f o r   h i s   f i r s t   g a m e   f o r   t h e   k n i c k s : 
 
 1 6   p o i n t s 
 5   a s s i s t s 
 7 - o f - 9   f g 
 2 - o f - 4   3 p 
 1 9   m i n u t e s  
o b l i g a t o r y   u n h i n g e d   k n i c k s   t w e e t   k n i c k s  
r j b a r r e t t   s h i n e s   w i t h   2 1   p o i n t s   a n d   f i v e   r e b o u n d s   t o   l i f t   t h e   k n i c k s   o v e r   t h e   p i s t o n s .   f i n a l :   d e t   9 6   -   1 1 7   n y k   n b a p r e s e a s o n
f i n a l 
 
 k n i c k s   1 1 7 
 p i s t o n s   9 6 
 
 r j   b a r r e t t   ( 2 1   p o i n t s ) ,   b r u n s o n ,   a n d   r a n d l e   a l l   h a d   s t a r   m o m e n t s .   e v e r y o n e   c o n t r i b u t e d   o n   b o t h   e n d s   o f   t h e   f l o o r .   j u s t   a   s u p e r   f u n   s t a r t   t o   t h e   p r e s e a s o n
v e r y   s o l i d   p r e s e a s o n   w ,   o n w a r d s   a n d   u p w a r d s 
 
 k n i c k s
i   l i k e   w h a t   i   j u s t   s a w   k n i c k s
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
c o a c h c a s e y   b e e n   a r o u n d   f a r   t o o   l o n g   t o   s h o w   h i s   h a n d   i n   p r e s e a s o n   w i t h   t h i s   n e w b r e e d   p i s t o n s   g r o u p .   d o n ’ t   g e t   i t   t w i s t e d ,   f a m ,   i n   t h o s e   t e r m s ,   t o n i t e   a   b i g   w i n   v s   k n i c k s .   s t o r y   c o m i n g .
r j   w i t h   t h e   q u i c k   h a n d s   f o r   t h e   s t e a l   t o   f a c i l i t a t e   a   f a s t   b r e a k   a l l e y   o o p   t o   o b i   t o p p i n .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   r j b a r r e t t   o b i t o p p i n   n y k   k n i c k s t a p e  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h i s   i s   j u s t   a w e s o m e   k n i c k s     _ g o d s o n  
n i c e   t o   s e e   t h e   k n i c k s   n o t   b l o w   a   l e a d   a n d   g e t   t h a t   w !
l o v e   a   w o m a n   w h o   l o v e s   t h e   k n i c k s
f i n a l   s c o r e 
 
 p i s t o n s   9 6 
 k n i c k s   1 1 7 
 
 i v e y   -   1 6 p ,   4 r 
 h a y e s   -   1 1 p ,   5 a 
 d u r e n   -   2 p ,   1 4 r 
 l i v e r s   -   1 3 p ,   4 r 
 b o g d a n o v i c   -   1 1 p ,   4 r 
 
 d u r e n   l o o k s   i m p r e s s i v e   o n   t h e   b o a r d s   👀
p r e s e a s o n   w i n   f o r   t h e   k n i c k s !   n e w y o r k f o r e v e r   k n i c k s   n b a   n b a t w i t t e r  
g r e a t   s t a r t   t o   t h e   s e a s o n   k n i c k s  
p l e a s e ,   n o b o d y   s a y   “ b i n g   b o n g ” .   t h a t   k i l l e d   u s   l a s t   y e a r .   t h i s   w a s   a   v e r y ,   v e r y   g o o d   w a y   t o   s t a r t   t h i n g s   o f f .   k n i c k s     n y k   n e w y o r k f o r e v e r    
d o n ’ t   w a n t   t o   o v e r r e a c t   t o   a   p r e s e a s o n   g a m e ,   b u t   j u s t   a b o u t   e v e r y   k n i c k s   p l a y e r   s h o w e d   u p   t o n i g h t   a n d   d i d   t h e i r   t h i n g   a n d   t h e n   s o m e . 
 
 i f   t h i s   d e f e n s e   h o l d s   u p   ( i   t h i n k   i t   w i l l )   a n d   i f   t h e y   c a n   b e   t h i s   f l u i d   a n d   v e r s a t i l e   o n   o f f e n s e ,   t h i s   t e a m   i s   g o n n a   b e   p r e t t y   g o o d
b e a r d e d   t h i b s   i s   u n d e f e a t e d .   k n i c k s
r j   b a r r e t t   2 1   p o i n t s   i n   2 2   m i n u t e s   ( a n d   q u i e t l y ,   m i g h t   i   a d d ) ,   j a l e n   b r u n s o n   i s   t h e   p o i n t   g u a r d   t h i s   t e a m   n e e d s ,   a n d   t h e   e n e r g y   w a s   t h e r e   f o r   4 8   m i n u t e s .   i   k n o w   i t ' s   p r e s e a s o n ,   b u t   t h e r e   w e r e   a   r i d i c u l o u s   a m o u n t   o f   p o s i t i v e s   f r o m   t o n i g h t .   t a p e   k n i c k s
k n i c k s t a p e   k n i c k s
o n l y   n e g a t i v e   t o d a y   w a s   c a m   r e d d i s h   t w e a k i n g   h i s   a n k l e …   i   w a s   r e a l l y   r o o t i n g   f o r   t h i s   k i d ,   h e   h a s   a l l   t h e   t o o l s   s m h . .   t h i s   w a s   h i s   o p p o r t u n i t y   t o   m a k e   a   s t a t e m e n t   a n d   g r a b   a   r o t a t i o n   s p o t . .   s i g h . .   a h   w e l l   r j ,   b r u n s o n ,   j u   a l l   p l a y e d   g r e a t   a n d   t h e y   a r e   o u r   l e a d e r s !   k n i c k s
g l a d   t h e y   h e l d   t h e m   u n d e r   1 0 0   k n i c k s
l e t ’ s   g o   ! ! !   k n i c k s
t h e   p i s t o n s   f a l l   t o   t h e   k n i c k s   1 1 7 - 9 6 . 
 
 j a d e n   i v e y   a n d   j a l e n   d u r e n   w e r e   b o t h   v e r y   i m p r e s s i v e .   i v e y   s h o u l d   s t a r t   i n   t h e   r e g u l a r   s e a s o n   a n d   w e   s h o u l d   s e e   s o m e   d u r e n   m i n u t e s   r i g h t   a w a y .   
 
 c a d e   a n d   s t e w a r t   w e r e n ' t   g r e a t ,   b u t   i t ' s   j u s t   g a m e   1   o f   t h e   p r e s e a s o n .
w a i t   d i d   t h e   k n i c k s   j u s t   w i n   a   g a m e ? ? ! ! 
 k n i c k s   n b a
t h e   n e w   y o r k   k n i c k s   d e f e a t   t h e   d e t r o i t   p i s t o n s   1 1 7 - 9 6   i n   t h e i r   p r e s e a s o n   o p e n e r .   
 
 j a d e n   i v e y :   1 6   p o i n t s ,   2   a s s i s t s   
 i s a i a h   l i v e r s :   1 3   p o i n t s ,   4   r e b o u n d s 
 b o j a n   b o g d a n o v i c ,   k i l l i a n   h a y e s :   1 1   p o i n t s
n o t h i n g   l i k e   h e a r i n g   s t a n   v a n   g u n d y   s i n g   h i s   p r a i s e s   a b o u t   t h e   p i s t o n s   a s   t h e     a b s o l u t e l y   r o u t e   t h e m   k n i c k s  
k n i c k s   w i n s   p r e s e a s o n   g a m e   n b a   n b a p r e s e a s o n   k n i c k s
k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . .  
i ’ m   n o t   g o i n g   t o   o v e r r e a c t   t o   a   p r e s e a s o n   g a m e ,   i t ’ s   n i c e   t o   s e e   t h e m   p l a y   g o o d   a n d   w h a t   n o t   b u t   u n t i l   t h e   g a m e s   s t a r t   t o   m a t t e r   t h i s   i s   n o t h i n g .   f o r   n o w .   k n i c k s
i   k n o w   i t ’ s   t h e   p r e s e a s o n   b u t   r j   b a r r e t t   s o   f a r   s e e m s   t o   b e   l i v i n g   u p   t o   h i s   c o n t r a c t   e x t e n s i o n .   n b a   k n i c k s  
    h o w   w a s   y o u r   o f f - s e a s o n   m e n ?   h e r e   w e   g o   a g a i n ! !   k n i c k s   n a t i o n !   p u t   i t   o n   r e c o r d   i   f e e l   t h i s   t e a m   w i l l   s u p r i s e   t h i n k   2   y e a r s   a g o   b u t   m u c h   b e t t e r ! !   n o t   b l o w i n g   s m o k e   d e a d   s e r i o u s   k n i c k s
i   h o p e   m y   k n i c k s   h o l d   t h i s   l e a d !   k n i c k s
y o o o o o o   k n i c k s   a r e   b a c k !   a n d   n o   i   d o n ’ t   m e a n   b a c k   l i k e   t h a t !   b u t   j u s t   b a c k   r e a d y   t o   g o !   a n d   i t   f e e l s   g o o d   t o   g e t   a   w   e v e n   i n   a   p r e s e a s o n   g a m e !   k i d s   l o o k i n g   g o o d   m a n !   b r u n s o n   l o o k i n g   g o o d !   g o o d   f u c k i n g   n i g h t ! i   l o v e   m y   t e a m !     _ 7 f m     p o p p i n   t o n i g h t !
m i l e s   m c b r i d e   w i t h   h i s   6 t h   s t e a l .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
🎵   i t ' s   c o l d   i n   t h e   d   k n i c k s
f e e l   b a d   f o r   m c b r i d e ,   t h i b s   g o n n a   l e t   h i m   r o t   k n i c k s
y o u   c a n ’ t   t e l l   m e   t h e m   b o y s   a i n ’ t   l o o k   e l i t e   n e w y o r k f o r e v e r   k n i c k s     🏀 🔥 🗣 🗣 🗣 💪 🏾
    t h a t ' s   g r e a t   m o !   i ' m   s u r e   y o u   a n d   y o u r   k i d s   a r e   h a v i n g   a   g o o d   t i m e   w a t c h i n g   y o u r   k n i c k s   o b l i t e r a t e   m y   p i s t o n s   t o n i g h t !   b u t   o n   t h e   b r i g h t   s i d e ,   j a d e n   i v e y   w a s   b a l l i n g   t o n i g h t !   h e ' s   g o i n g   t o   b e   a   f o r c e   t o   r e c k o n   w i t h   i n   t h e   n b a   i n   t h e   n e a r   f u t u r e .
d e u c e   w a n t s   h i s   m i n u t e s !   k n i c k s  
  
   
   
 
 y o u   a l l   d e a l   w i d   m e   s h a b b y   b e c a u s e   o f   m y   k n i c k s .   l o o k   a t   m y   y a n k e e   t e a m . . . h e a d i n g   t o   t h e   p l a y o f f s   w i t h   t h e   h o m e r u n k i n g . 
 
 b u t   i   c a n   t e l l   o o n u   n u h   w a a   h e a r   d i s   🤣 🤣 🤣 🤣 
 
 h a t e r s  
    _ j _ d _ m     _ d u d e     _ _ w a r     _ s t e v e n     _ m a c   _ 1 9 1 4   @ _ k n i c k s 1 6 8 8               _       _ 2 2     _ _                     @ _ b i l l y h o y l e o f n j                             t h e   k n i c k s   g o t   t h r e e   f i r s t   r o u n d   p i c k s   f o r   h i m 😂 😂 😂 😂 s t o p   i t .   p l u s   t r a d i n g   f o r   b o g e y   w a s   d u m b   l o l
o u r   s t a r t i n g   5   l o o k e d   g o o d   f o r   i t   t o   b e   t h e i r   f i r s t   g a m e   r u n n i n g   w i t h   b r u n s o n . . i   s t i l l   h o p e   t h i b s   s t a r t s   g r i m e s   o v e r   f o u r n i e r   e v e n t u a l l y   k n i c k s
s o r r y   c a m   y o u ’ r e   o u t t a   h e r e   e v e r y b o d y   l o v e s   h a r t e n s t e i n   n o w   😂 k n i c k s
m i l e s   m c b r i d e   r e m i n d s   m e   o f   f r a n k   n t i l i k i n a   i f   f r a n k   w a s n ’ t   a s s   n b a   k n i c k s
m c b r i d e   i s   a   k e e p e r .   i t ’ s   a   l o n g   s e a s o n ,   o p p o r t u n i t y   w i l l   p r e s e n t   i t s e l f .   h e   j u s t   h a s   t o   s t a y   r e a d y .   k n i c k s
t h i s   k n i c k s   t e a m   l o o k s   f u n   a n d   e n e r g i z e d   w i t h   a   n e w   p g .   i ' m   h o p i n g   t h i s   t r a n s l a t e s   i n t o   t h e   r e g u l a r   s e a s o n .
g e t   m y   a r t   p r i n t e d   o n   a w e s o m e   p r o d u c t s .   s u p p o r t   m e   a t   r e d b u b b l e   r b a n d m e :       f i n d y o u r t h i n g   r e d b u b b l e   k n i c k s   n f t m a r k e t p l a c e
d e u c e ’ s   d e f e n s i v e   i n s t i n c t s   a r e   i n c r e d i b l e .   k n i c k s
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m i l e s   m c b r i d e   a g a i n ! ! !   a   s t e a l   a n d   a   s l a m ! 
 
 5   s t e a l s ,   t h e   d e u c e   i s   l o o s e   k n i c k s
m i l e s   m c b r i d e   w i t h   h i s   5 t h   s t e a l   t h e n   s l a m s   i t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
j u s t   g o t   o u t   o f   w o r k   h o w   w e   l o o k i n g   b o y s   k n i c k s
m c b r i d e   🗜 🗜 🗜 🗜 🗜   c l a m p   ‘ e m   u p   k n i c k s
h o w   c o o l   i s   i t   t o   s e e     a n d   h i s   f a t h e r ,   c o a c h   r i c k   b r u n s o n ,   s i t t i n g   n e x t   t o   e a c h   o t h e r   w a t c h i n g   t h i s   4 t h   q u a r t e r   o f   t h e     p r e s e a s o n   g a m e .   n b a   k n i c k s
h e y   m i l e s   m c b r i d e   f a n s , 
 
 w h o   y a   b e n c h i n g :   r o s e   o r   b r u n s o n ? 
 
 t h a t ’ s   w h a t   i t ’ l l   t a k e   t o   g e t   h i m   i n   c o n s i s t e n t l y .   k n i c k s
d u u u e e c c e e e   k n i c k s
i   c l e a r l y   m i s s e d   t h e   n b a   i f   i ’ m   w a t c h i n g   t h e   4 t h   q u a r t e r   o f   a   p r e s e a s o n   g a m e   w h e r e   t h e   k n i c k s   a r e   l e a d i n g   b y   2 0 .
r a i n b o w   s q u a d   i n …   k n i c k s
      w o w !   t h e   p i s t o n s   l o s t   t o   t h e   k n i c k s   😬 🏀
i   k n o w   i t ’ s   o n l y   p r e s e a s o n   b u t   t h e   n e w   l o o k   k n i c k s   l o o k i n g   g o o d   s o   f a r .   🏀   r j b a r r e t t   b r u n s o n   q u i c k l e y   k n i c k s
i m m a n u e l   q u i c k l e y   a t t a c k s   t h e   b a s k e t   a n d   b a n k s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
c h e c k i n g   i n   o n   m y   k n i c k s   -   i   l i k e   w h a t   i   s e e ! ! !
b e s t   w a y   t o   i m p r o v e   y o u r   m a r k e t i n g   e f f o r t s . 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 2 0 2 2   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s
l e t h a r g i c   r u s s e l l   w e s t b r o o k   h i g h l i g h t   i s   a n   e y e - o p e n e r   f o r   l a k e r s   f a n s 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   s a c r a m e n t o   k i n g s   s a c r a m e n t o p r o u d   n b a t w i t t e r   n b a 2 k 2 3   n b a 2 k   k n i c k s   m f f l   b l e e d g r e e n   f e a r t h e d e e r   w e a r e t h e v a l l e y   d u b n a t i o n   c l i p p e r n a t i o n
i s a i a h   h a r t e n s t e i n   w i t h   t h e   d e f e n s e   t h e n   d i s h e s   t o   i m m a n u e l   q u i c k l e y   f o r   a n   u n c o n t e s t e d   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
t n t   r e a l l y   o n   d e t r o i t   n u t s   k n i c k s   k n i c k s t a p e
    b e   r e a l i s t i c   a n d   r o o t   f o r   a   p l a y o f f   r u n .   k n i c k s
t n t   r e a l l y   o n   d e t r o i t   n u t s   h u h ?   k n i c k s   k n c i s t a p e
h a r t e n s t e i n   i s   h u s t l i n g   o u t   t h e r e   .   g o o d   t o   s e e   .   _ k n i c k s p r   k n i c k s
i t ’ s   o n l y   d e t r o i t   b u t   d a m n   t h i s   k n i c k s   t e a m   i s   f u n   r i g h t   n o w   🙌
j a l e n   s i t t i n g   n e x t   t o   h i s   p o p s   k n i c k s
h o w   p e o p l e   f e e l   w h e n   t h e y   s e e   a n   e a s y   w a y   a c q u i r e   w e a l t h 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 2 0 2 2   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s
c a m ’ s   i n j u r y   m a y   h a v e   p o t e n t i a l l y   e n d e d   h i s   k n i c k s   t e n u r e 
 
 t h a t ’ s   n o t   w h a t   i   w a n t   t o   h a p p e n ,   t h a t ’ s   w h a t   i   e x p e c t   t o   h a p p e n 
 
 d o e s   a n y 1   b e l i e v e   t i b b s   w i l l   a l l o w   r o o m   f o r   r e d e m p t i o n   & a m p ;   g i v e   c a m   a n   e x t e n d e d   a u d i t i o n   o n c e   t h e   s z n   g e t s   r o l l i n g ?
        k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
g a r d e n v i s i o n   j u s t   s h o w e d   f r a n k e n s t e i n   h i t   h i s   6 0 t h   h o m e .   a a r o n j u d g e   k n i c k s   n b a p r e s e a s o n  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  _ _ w a r         _ d u d e   _ s t e v e n     _ m a c   _ 1 9 1 4   @ _ k n i c k s 1 6 8 8       _ j _ d _ m           _       _ 2 2     _ _                     @ _ b i l l y h o y l e o f n j                               k n i c k s   t r a d e d   t h e   s p o t   t o   d r a f t   d u r a n   f o r   3   f i r s t   r o u n d   p i c k s   l o l .   r o b b e r y
s o   d o   w e   a l l   a g r e e   t h a t     g o n n a   b e   a   a l l s t a r   t h i s   s e a s o n ?   n e w y o r k f o r e v e r   k n i c k s  
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  h a v e   1 3   s t e a l s   s o   f a r ,   b e g i n n i n g   o f   4 t h   q t r !   d a m n !   d e f e n s e   i s   i t !   l e t ’ s   g o   k n i c k s       p i s t o n s
d e u c e   m c b r i d e   w i t h   4   s t e a l s   i n   1 2   m i n u t e s .   a n   a b s o l u t e   m e n a c e   o n   d e f e n s e .   k n i c k s
d e u c e   g o t t a   m a k e   t h o ’ s . . . . k n i c k s
b r u n s o n   t o   r a n d l e   w h o   b a c k s   d o w n   t h e   s m a l l e r   i v e y .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   j a l e n b r u n s o n   j u l i u s r a n d l e   n y k  
      t h i s   r i g h t   h e r e   i s   w h y   w e   n e e d   t o   a d d   a   k n i c k s   s e g m e n t   t o   p o w e r   & a m p ;   p o l i t i c s
h a r t e n s t e i n   b e g g i n   f o r   t h e   b a l l   s e v e r a l   t i m e s   w h e n   b e i n g   w i d e   o p e n   s m h . . .   j u s t   m a k e   t h e   p a s s   k n i c k s
l o v e   h a v i n g   k n i c k s   f a n s   i n   m y   c h a t !   🤣 🤣 🤣   n e w y o r k k n i c k s   k n i c k s  
i   l i k e   t h e   p u l l   u p   j u m p   s h o t   a t t e m p t   b y   o b i   .     k e e p   i t   u p   k n i c k s
w h e r e   a r e   t h e   o f f e n s i v e   r e b o u n d s   a f t e r   t h e s e   m i s s e d   3 ’ s   .   k n i c k s
i f   o b i   g e t s   t h a t   p u l l   u p   j u m p   s h o t   d o w n   p a c k   h e ’ l l   b e   a   g o o d   p l a y e r   i n   t h e   n b a   k n i c k s
w i l l   w e   s e e   k e e l s ?   k n i c k s
m i l e s   m c b r i d e   w i t h   a n o t h e r   s t e a l .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
a t   t h e   k n i c k s   g a m e   w i t h   m y   g !   k n i c k s t a p e     k n i c k s  
o b i   t o p p i n   w i t h   a   b u c k e t ,   a n   a s s i s t   f r o m   i m m a n u e l   q u i c k l e y .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
k n i c k s   h a v e   t h e   b e s t   s e c o n d   u n i t   i n   t h e   n b a   🧡 💙
i ’ m   d e f i n i t e l y   t a k i n g   t h e   o v e r   o n   t h e   b e t t i n g   w i n   t o t a l   f o r   t h e   k n i c k s   w h i c h   i s   s e t   a t   3 9 . 5   p e r   l v .   i   p r e v i o u s l y   s a i d   4 2   b u t   i   w o u l d n ’ t   b e   s u r p r i s e d   i f   i t ’ s   m o r e   l i k e   4 5 .   y e s   i t ’ s   j u s t   p r e   s z n     v s   t h e   p i s t o n s   b u t   i   a l r e a d y   s e e   a   d i f f e r e n t   t e a m !
h o w   t o   c h a n g e   y o u r   c a r   o i l 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 2 0 2 2   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   o v e r w a t c h 2   n u n e z   n a p o l i   r a n g e r s
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
e n d   o f   3 q : 
 
 k n i c k s   9 8 
 p i s t o n s   7 4 
 
 i ’ m   c o n v i n c e d   s o m e o n e   k i d n a p p e d   o u r   t e a m   b c   h o w   t h e y   a l m o s t   s c o r e d   1 0 0   b y   n o w   i s   c r a z y . 
 
 r a n d l e   p o p p e d   o f f   f o r   1 0   p o i n t s ,   h e   h a s   1 5   ( 6 / 1 0 )   f o r   t h e   g a m e
i   w a n n a   s e e   h u n t   w i t h   t h i s   u n i t   k n i c k s
s u r v e y   s h o w s   n b a   g m s   b e l i e v e   i n   n e w   l a k e r s '   h e a d   c o a c h   d a r v i n   h a m 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   s a c r a m e n t o   k i n g s   s a c r a m e n t o p r o u d   n b a t w i t t e r   n b a 2 k 2 3   n b a 2 k   k n i c k s   m f f l   b l e e d g r e e n   f e a r t h e d e e r   w e a r e t h e v a l l e y   d u b n a t i o n   c l i p p e r n a t i o n   a l l f l y
p r e s e a s o n   k n i c k   g a m e   7 4 - 9 8   k n i c k s   p r e s e a s o n k n i c k s   n e w y o r k k n i c k s   n b a 🏀
m e t s   a n d   k n i c k s   u p   b i g   l i f e   i s   g o o d   l g m   n e w y o r k f o r e v e r
c o m i n g   h o m e   t o   s e e   t h i s . . .   u g h   t h e r e s   n o t h i n g   b e t t e r   k n i c k s   b a s k e t b a l l   i s   b a c k   b a b y  
r j   b a r r e t t   w i t   2 1   o n   5 7 %   s h o o t i n g   a n d   6 0 %   f r o m   3   q u i e t l y . . h e   r i g h t   w h e r e   h e   l e f t   o f f   k n i c k s
b r u n s o n   t o   r a n d l e   w h o   l o s e s   h i s   s n e a k e r   o n   t h e   l a y u p .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   j a l e n b r u n s o n   j u l i u s r a n d l e   n y k   k n i c k s t a p e  
  1   o f   t h e   m o s t   o v e r r a t e d   e x p e r i e n c e s .   k n i c k s   m a d i s o n s q u a r e g a r d e n   n b a p r e s e a s o n  
h e   w a s   t h e   b e s t   p l a y e r   o n   t h e   c o u r t   t o n i g h t 
 
 j a l e n   b r u n s o n   a n d   r j   b a r r e t t   w i l l   b e   a l l   s t a r s   t h i s   s e a s o n ! ! 
 k n i c k s  
l o v i n g   t h e s e   n e w   a d d i t i o n s .   h a r r i s ,   h a r t e n s t i e n ,   a n d   o f   c o u r s e   b r u n s o n   s h o w i n g   t h e i r   w o r t h   i n   g a m e   1   k n i c k s
d o   y o u   d o   a n y   o f   t h e s e   t e n   e m b a r r a s s i n g   t h i n g s ? 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   o v e r w a t c h 2   n u n e z   n a p o l i a j a x
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
a f t e r   3 
 
 p i s t o n s   7 4 
 k n i c k s   9 8 
 
 i v e y   -   1 6 p ,   4 r 
 h a y e s   -   1 1 p ,   4 a 
 d u r e n   2 p ,   8 r
9 8   p o i n t s   a f t e r   3   q u a r t e r s …   k n i c k s  
t h i s   b e a t   d o w n   w a s   s o   b a d   i   t h o u g h t   t h i s   w a s   t h e   4 t h   q u a r t e r .     s t i l l   o n e   t o   g o   & a m p ;   d e t r o i t   l o o k   d e a d 
 
 k n i c k s   n e w y o r k f o r e v e r
a t   t h e   e n d   o f   t h e   t h i r d   q u a r t e r   t h e   k n i c k s   l e a d   t h e   p i s t o n s   9 8 - 7 4 .   
 
 j a d e n   i v e y :   1 6   p o i n t s ,   4   r e b o u n d s 
 k i l l i a n   h a y e s :   1 1   p o i n t s ,   4   a s s i s t s 
 b o j a n   b o g d a n o v i c :   1 1   p o i n t s
_ k n i c k s p r   k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m i l e s   m c b r i d e   w i t h   4   s t e a l s   a l r e a d y .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
t h i b s   i s   g o i n g   t o   l e t   t h e   b e n c h   p l a y .   i   n e e d   t o   s e e   o b i   b e   a g g r e s s i v e   l i k e   h e   w a s   t h e   l a s t   f e w   g a m e s   o f   l a s t   s e a s o n .   n o   n e e d   t o   g o   b a c k   i n t o   h i s   s h e l l   
 
 k n i c k s
y o u ' l l   n e v e r   g e t   h i r e d   i f   y o u   s a y   t h i s   i n   a   j o b   i n t e r v i e w 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   o v e r w a t c h 2   n u n e z   n a p o l i
h a r r i s   a t t a c k s   t h e   b a s k e t   a n d - 1   b u c k e t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
k n i c k s   b r u n s o n   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   d o n ’ t   w a n t   t o   g e t   t o o   e x c i t e d   a b o u t   m y     k n i c k s   b u t   i   a m
t h i s   t i n y   m i s t a k e   c o s t s   g a r d e n e r s   $ 3 , 0 0 0   a   y e a r 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   o v e r w a t c h 2   n u n e z   n a p o l i   r a n g e r s
m c b r i d e   h a s   b e e n   l e t h a l   d e f e n s i v e l y   🔥 … i t ’ s   g o i n g   t o   b e   v e r y   t o u g h   t o   k e e p   h i m   o f f   t h e   r o t a t i o n   k n i c k s
b u t   s e r i o u s l y ,   w h o   s t i l l   l i k e s   t h e   k n i c k s ? 
 
 k n i c k s   e f
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   t o p p i n   w i t h   a n o t h e r   d u n k ! 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n   n e w y o r k f o r e v e r   k n i c k s   k n i c k s t a p e   
  
    _ l i f e r s   _ n y _ b     t h i n k   k n i c k s   q u a l i f y   t o p   6   n o r m a l . 
 n y k   l o o k   l i k e   t h e y   a r e   b u i l d i n g   a   t e a m   o n   a   f o u n d a t i o n   o f   c h a r a c t e r . 
 t e a m s   l i k e   t h e   n e t s / 7 6 e r s   w i l l   a t   s o m e   p o i n t   d e a l   w i t h   f i n g e r   p o i n t i n g   a n d   d r a m a .
w e   h a v e   a   r e a l ,   l i v e   p g   😍   k n i c k s t a p e   k n i c k s
      k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m i t c h   i s   m y   g u y   b u t   w e   m i g h t   h a v e   t o   s t a r t   h a r t e n s t e i n   k n i c k s
s u p p o s e   t h i s   h a p p e n e d   o n   y o u r   w e d d i n g   d a y ! 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 2 0 2 2   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   o v e r w a t c h 2   n u n e z   n a p o l i   r a n g e r s
w h a t   a r e   w e   t h i n k i n g ? !   k n i c k s
i s a i a h   h a r t e n s t e i n   w i t h   a n o t h e r   b u c k e t   f r o m   t h e   c e n t e r .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
o k ,   i ’ m   t r y i n g   n o t   t o   g e t   t o o   e x c i t e d   a b o u t   t h e   k n i c k s   s i n c e   i   k n o w   t h i s   i s   t h e   p i s t o n s   a n d   i t ’ s   p r e s e a s o n   b u t   👇 🏾 😂  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m i l e s   m c b r i d e   a s s i s t s   i m m a n u e l   q u i c k l e y   w h o   a t t a c k s   h i s   d e f e n d e r   i n   t h e   p a i n t   a n d   i t s   b u c k e t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
i   k n o w   i t ’ s   o n l y   p r e s e a s o n … b u t   t h e   k n i c k s   r u n n i n g   t h e   p i s t o n s   o f f   t h e   c o u r t   i s   a   g o o d   s i g n   i n   t h e   r i g h t   d i r e c t i o n   👏 🏼   n b a p r e s e a s o n   k n i c k s t a p e
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
l a k e r s '   a n t h o n y   d a v i s   c o m i c a l l y   r o a s t s   m a l i k   m o n k   a f t e r   l o s s   t o   k i n g s 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   s a c r a m e n t o   k i n g s   s a c r a m e n t o p r o u d   n b a t w i t t e r   n b a 2 k 2 3   n b a 2 k   k n i c k s   m f f l   b l e e d g r e e n   f e a r t h e d e e r   w e a r e t h e v a l l e y   d u b n a t i o n   c l i p p e r n a t i o n
r j   f i n d s   o b i   f o r   t h e   g o t h a m   l o b .     d o n ' t   j u m p !   k n i c k s  
d a m n   c l y d e   c o l d   b l o o d e d   
 
 k n i c k s   n e w y o r k f o r e v e r  
t h i b s   t o   t h e   r e f   w h o   t r i p p e r   c a m   r e d d i s h .   k n i c k s  
s h o u l d     b a r r e t t   b e   i n   t h e   g a m e ?   u p   3 0 ,   i n   1 s t   p r e - s e a s o n   g a m e ,   j u s   s a y i n !   l e t ’ s   g o   k n i c k s     p i s t o n s      
n y   j u s t   b r i e f l y   h a d   a   3 0   p o i n t   l e a d   ( 9 1 - 6 1 )   w i t h   5 : 3 5   l e f t   i n   t h e   t h i r d   q u a r t e r .   
 
 w h o   i s   t h i s   t e a m ,   a n d   w h a t   d i d   t h e y   d o   w i t h   t h e   k n i c k s   ?
    _ l i f e r s   _ n y _ b     n o t   s u r e   t h a t   i   n e e d   t o   w a t c h   1 . 5   q u a r t e r s   o f   g a r g a g e   t i m e . 
 t h i n k i n g 
 k n i c k s   l o o k e d   g r e a t .
c l i n i c   k n i c k s   n b a p r e s e a s o n
r e a l l y   l i k e   w h a t   i ’ m   s e e i n g   i n       _ r a n d l e   _ _ _ _   a n d   t h e   r e s t   o f   t h e   k n i c k s   l o o k i n g   s e a m l e s s   w /     r u n n i n g   p o i n t .   l o o k i n g   s o l i d .   t h e   c h e m i s t r y   w i l l   j u s t   g e t   b e t t e r !   n b a
k n i c k s   h a v e   a   v e r y   d e e p   s e c o n d   u n i t .   s h o u l d   b e   a   s o u r c e   o f   s t r e n g t h   f o r   t h e   t e a m .   d a r e   i   s a y   d e e p e s t   i n   t h e   e a s t ?
i   k n o w   i t ’ s   j u s t   t h e   p i s t o n s   a n d   i t ’ s   j u s t   p r e s e a s o n   b u t   👀 👀 👀 👀 👀 👀   k n i c k s
k n i c k s   a r e   t h e   4 t h   s e e d   t h i s   y e a r .   i ’ m   n o t   h e r e   t o   a r g u e   f a c t s
r j ,   o b i ,   a n d   h a r t e n s t e i n   l o o k   g r e a t !   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r
g o o d   t o   h e a r   t h e   w e l l   w i s h e s   f o r   m i k e   b r e e n   o n     d u r i n g   t h e     g a m e !   k n i c k s
r j   b a r r e t t   w i t h   t h e   s t e a l   r u n s   t h e   f l o o r   t h e n   a l l e y - o o p s   t o   o b i   t o p p i n   f o r   a   s l a m .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
o b i   t o p p i n   o n   t h e   b r e a k   i s   b a c k   😎   k n i c k s
k n i c k s   a r e   k i c k i n g   a s s ,   t h a t ’ s   g o o d !   v e r y   g o o d !
t h e   e n e r g y   o n   b o t h   e n d s   i n   t h i s   g a m e   i s   s o m e t h i n g   w e   s a w   a   t o n   t w o   y e a r s   a g o ,   a n d   a l m o s t   n e v e r   l a s t   y e a r .   t h a t ' s   a   p o s i t i v e   i n   i t s e l f .   k n i c k s
t h i s   i s   a   f u n   t e a m   t o   w a t c h   k n i c k s
i   l o v e   y o u     😭 😭 😭   k n i c k s
o b i   o p p s   r e a l l y   r   t h e   b e s t 
 
 k n i c k s   n e w y o r k f o r e v e r  
w a y   t o o   e a r l y   k n i c k s   t a k e :   e a s t e r n   c o n f e r e n c e   c h a m p s
r j   b a r r e t t   a t t a c k s   t h e   p a i n t   a n d   b a n k s   i t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
p a c e   p a c e   p a c e !   k n i c k s
i s a i a h   h a r t e n s t e i n   k i c k s   i t   o u t   t o   r j   b a r r e t t   f o r   a n o t h e r   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
a n d   o f   c o u r s e ,   t h e   f i r s t   i n j u r y   i s   a   s p r a i n e d   a n k l e   ( u t e r u s )   b e l o n g i n g   t o   c a m r e d d i s h .   s h o c k e r !   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
c a n ’ t   a s k   f o r   m o r e   t h a n   w h a t   t h e   k n i c k s   a r e   s h o w i n g   i n   t h e   p r e s e a s o n   o p e n e r .   d o m i n a t i n g   t h e   y o u n g   p i s t o n s
c a m   j u s t   c a n t   w i n   m a n . . . . d a m n   k n i c k s
s a l u t e   t o   a l l   t h e   b e a u t i f u l   l a d i e s   o n   t h e y   l e t ’ s   g o   k n i c k s  
r a n d l e   h a n d   o f f   t o   r j   f o r   3 .   n b a   n b a t w i t t e r   b a s k e t b a l l   r j b a r r e t t   k n i c k s   n y k   j u l i u s r a n d l e  
b r u n s o n   c u r r e n t l y   h a s   1 6   p o i n t s   o n   7 / 9   s h o o t i n g ,   w i t h   5   a s s i s t s   i n   2 0   m i n u t e s .   t h a t ' s   w h a t   y o u   c a l l   e f f i c i e n t .   k n i c k s
r j   c h a n n e l i n g   h i s   i n n e r   g e o r g e   g e r v i n   k n i c k s  
h e   g o t   t h a t   d o g   i n   h i m !   k n i c k s   n y k   n b a   k n i c k s t a p e  
o o o p   w e   k n o w   h e   c o p o k e d   m i t c h e l l   l a s t   y r   i n   t h e   p l a y o f f s   i n   g a m e s   1 , 2   & a m p ;   3   k n i c k s  
i   h o p e   t h e   k n i c k s   t h i s   s e a s o n   p l a y   w i t h   r u t h l e s s   i n t e n t i o n s ,   t h e y   g o t t a   p l a y   l i k e   t h e y   w a n t   t h e   o t h e r   t e a m   t o   l o s e   e m b a r r a s s i n g l y   😈 😈 😈
b r u n s o n   t o   r a n d l e   f o r   3 .   n b a   b a s k e t b a l l   n b a t w i t t e r   j u l i u s r a n d l e   j a l e n b r u n s o n   k n i c k s   n y k   k n i c k s t a p e  
r e d d i s h   i s   a l r e a d y   h u r t ?   s p r a i n   a n k l e ? ?   c o m e   o n ! !   s h i t ! !   k n i c k s
i   d o n ’ t   u n d e r s t a n d   h o w   r e d d i s h   w a n t   a   b i g g e r   r o l e   a n d   h e   c a n ’ t   e v e n   s t a y   o n   t h e   c o u r t 🤷 🏾 ‍ ♂ ️   k n i c k s
i m p r e s s i v e   p l a y   t o n i g h t .   l e t s   g o   k n i c k s !   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
_ j _ t r u m p   w e   c a n   p r o u d l y   s a y   t h a t . . 
 1 .   a a r o n j u d g e   h a s   6 2 .   
 2 .   t h e   k n i c k s   d e b u t   l o o k s   b e t t e r   t h a n   t h o s e   n e t s
r j ' s   h a v i n g   f u n   o u t   t h e r e .   h i t t i n g   p l a y g r o u n d   m o v e s   l o l 
 k n i c k s
r j   r a n d l e   a n d   b r u n s o n   a r e   m e s h i n g   r e a l l y   w e l l   t o g e t h e r .   h o p e f u l l y   t h i s   c o n t i n u e   i n t o   t h e   r e g u l a r   s e a s o n   k n i c k s   k n i c k s t a p e   n b a
j a d e n   i v e y   i s   p r o b a b l y   w i s h i n g   t h a t   t h e   k n i c k s   d r a f t e d   h i m   k n i c k s   n e w y o r k   n e w y o r k c i t y   n b a   n b a p r e s e a s o n   k n i c k s a n o n y m o u s
h o w   d o e s   r e d d i s h   g e t   i n j u r e d   t h i s   o f t e n ?   w h o s   g o n n a   b a c k u p   r j   n o w ?     k n i c k s
r j   b a r r e t t   s o m e h o w   b a n k s   a   b u c k   w i t h   a   f i n g e r t i p   r o l e ,   h o p i n g   t o   d r a w   a   f o u l   b u t   e n d s   u p   m a k i n g   t h e   b u c k e t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
l o o k   a t   h o w   e a s i e r   t h e   g a m e   i s   c o m i n g   f o r   r a n d l e   a n d   r j .   i t ' s   a l l   b e c a u s e   o f   h a v i n g   a   f l o o r   g e n e r a l   o u t   t h e r e   i n   j a l e n   b r u n s o n .   k n i c k s
b l o w   o u t   😳   k n i c k s
a i g h t t t   t h i b s   t a k e   o u t   t h e   s t a r t e r s   i t ’ s   p r e s e a s o n .   r e l a x !   t h e y   s l i p p i n g   a n d   f a l l i n g   a n d   w e ’ v e   s e e n   e n o u g h   g r e a t n e s s   k n i c k s   k n i c k s t a p e
s o r r y .   d i d n ’ t   s e e   j u d g e ’ s   6 2 n d   h r .   t o o   b u s y   w a t c h i n g   i s a i a h   h a r t e n s t e i n .   k n i c k s t a p e   k n i c k s
b r u n s o n ' s   g o n n a   w i n   u s   l i k e   7 - 1 0   g a m e s   i n   c r u n c h   t i m e   t h i s   y e a r . 
 k n i c k s
r j   b a r r e t t   d r a w s   a   f o u l   a n d   i s   n o w   a t   t h e   l i n e .   b a n k s   b o t h .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
y o   m y   n i g g s   k n i c k s   o n   s o n   t a p   i n   _ t h e k i d _ i o s   _ t w i i c e           k n i c k s t a p e
k n i c k s   g o t t a   s h o w   t h e y   c a n   c l o s e   a n d   n o t   g i v e   u p   t h e   l e a d .   u p   b y   2 0   n o w   l e t ' s   s e e   s o m e t h i n g .     n e w y o r k f o r e v e r
b r u n s o n ,   r a n d l e ,   a n d   b a r r e t t ,   a l l   5 0 %   f r o m   3   k n i c k s
r a n d l e   g e t t i n g   o n   h i s   b u l l y   r a n d l e   m o d e   k n i c k s
d a m n   c a m   s m h   k n i c k s
j a l e n   b r u n s o n   r e c o n n e c t s   w i t h   j u l i u s   r a n d l e   f o r   a n o t h e r   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
i ' m   j u s t   s a y i n g .   h u m b l e d   y e t ?   🤓   k n i c k s   t k r  
t h e   d u k e   c o n n e c t i o n ‼ ️   k n i c k s  
r a n d l e   h a s   a   p g   w h o   m a k e s   h i m   t h e   s t a r t   h i s   o f f e n s e   f r o m   g o o d   s p o t s .     h e   c o u l d   h a v e   a   m o n s t e r   s e a s o n   i f   h e   t a k e s   h a l f   h i s   s h o t s   f r o m   t h e   p a i n t   u s i n g   b u l l y b a l l . . .   k n i c k s
t h i s   i s   w h a t   i   h o p e d   f o r . .   g e t   t h e   n e r v e s   o u t   a n d   c o m e   o u t   i n   t h e   2 n d   h a l f   k i l l i n g   s h i t   👏 🔥   k n i c k s
b r u u u u h   k n i c k s  
d a m n ,   r e d d i s h   r e a l l y   n e e d s   e v e r y   r e p   h e   c a n   g e t .   t o u g h   b r e a k .   k n i c k s
t h e   f l u i d i t y   o f   t h e   k n i c k s   o f f e n s e   i s   v e r y   i m p r e s s i v e .   t r u e   p o i n t   g u a r d s   b r u n s o n   a n d   d - r o s e   l o o k   v e r y   g o o d   a n d   a r e   c o m p l e t i n g   t h e   o t h e r   o f f e n s i v e   p i e c e s   s o   w e l l .   k n i c k s
c a m   r e d d i s h   a l r e a d y   g o t   h u r t   s h e e s h   👀 k n i c k s
i   c a n ’ t   s t r e s s   t h i s   e n o u g h .   t h e   p i s s e d o n s   b l o w   😆   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
t h e   k n i c k s   a r e   r u n n i n g   a n d   w i t h   t h e   o p e n   f l o o r ,   j u l i u s   r a n d l e   f i n d s   j a l e n   b r u n s o n   f o r   a   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
    g o d   d a m n   i t   i   w a s   w a t c h i n g   s o m e   k n i c k s   p r e - s e a s o n .     i ’ v e   b e e n   w a t c h i n g   f o r   w e e k s ,   1   f % * * + & g t ;   m i n u t e   i   t u r n   m y   b a c k .   m a z e l   t o v !     n o w   l e t ’ s   g o   w i n   i t   a l l   o r   a t   l e a s t   p l a y   m e t s   i n   a   s u b w a y   s e r i e s .   y a n k e e s
i   k n o w   t h i s   i s   s p e r o ,   b u t   i   k e e p   h e a r i n g   m i k e   t i r i c o   p i s t o n s   k n i c k s
r a n d l e   c o m i n g   o u t   n i c e   i n   t h e   3 r d   🔥   k n i c k s
o h   b o y .   i n j u r i e s   c o n t i n u e   t o   g e t   t h e   b e s t   o f   c a m .   b e e n   a   p r o b l e m   h i s   e n t i r e   c a r e e r .   k n i c k s  
k n i c k s   h i t   3   o f   t h e i r   f i r s t   s h o t s   o f   t h e   p r e s e a s o n .   k n i c k s t a p e   “ w e   g o i n g   t o   t h e   f i n a l s   b a b y ! ! ! !   n y k n i c k s   n b a   s p o r t s   b a s k e t b a l l
r a n d l e ’ s   h e a t i n g   u p   🔥   k n i c k s
j a l e n   b r u n s o n   w i t h   a n   a s s i s t   t o   j u l i u s   r a n d l e   f o r   a   t h r e e - p o i n t e r .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
p r e   s e a s o n   b u t   l o o k i n g   p r e t t y   g o o d .   i   f o r   o n e   a m   g l a d   t o   s e e   t h e   s a m e   p l a y e r   a n d   c o a c h .   t h i s   i s   h o w   y o u   b u i l d   a   t e a m   -   l a y e r   b y   l a y e r ,   s m a l l   t w e a k s .   e v e r y o n e   l o o k s   p r e t t y   g o o d   & a m p ;   i   l i k e   t h e   a d j u s t m e n t s .   k n i c k s
m i s s e d   t h e   f i r s t   h a l f . .   b r u n s o n   i s   g o i n g   t o   b e   a   g a m e   c h a n g e r   i t   s e e m s .   r e g a r d l e s s ,   v e r y   e x c i t e d   t h e   k n i c k s   a r e   b a c k !
j u l i u s   r a n d l e   o n c e   a g a i n   g o e s   s t r o n g   i n   t h e   p a i n t   a n d   b a n k s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
h o t   s t a r t   f o r   t h e   k n i c k s   a f t e r   t h a t   t h r e e   b y   b r u n s o n .
j a l e n   b r u n s o n   i s   e f f i c i e n t   k n i c k s
r a n d l e   👏 🏽 🔸 🔹 k n i c k s
1 9 9 8 - 9 9   u l t r a   b a s k e t b a l l   p a t r i c k   e w i n g   k n i c k s   3   n e w y o r k k n i c k s   
 
 $ 3 . 5 0   e a c h   o r   $ 5   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
w h y   j u l i u s   t a t t o o s   l o o k   a s h y ?   a m   i   t w e a k i n g   🤣   k n i c k s
d i d   f o u r n i e r   p u t   f l o o r   p o l i s h   o n   h i s   h e a d ?   w h y ’ s   h i s   h e a d   s h i n i e r   t h e n   t h e   c o u r t   i t s e l f ?   k n i c k s
t h e   j a l e n   b r u n s o n   e f f e c t : 
 
 1 3   p o i n t s   i n   1 5   f i r s t   h a l f   m i n u t e s   a n d   t h e   k n i c k s   h a l f t i m e   l e a d   i s   1 2 .   b r u n s o n   i s   6 / 8   f r o m   t h e   f i e l d   a n d   h a s   3   a s s i s t s . 
 
 3 q   n o w   u n d e r w a y
  l o o k i n   g o o d ,   l e t ’ s   n o t   f o r g e t   t h i s   i s   t h e   f i r s t   h a l f   o f   t h e   f i r s t   p r e - s e a s o n   g a m e ,   l o l ,   l e t ’ s   g o   k n i c k s   p i s t o n s
h o p e f u l l y   w i t h   m o r e   r e p s   j u l i u s   r a n d l e   c a n   a d j u s t   t o   p l a y i n g   o f f   b a l l   f o r   t h e   k n i c k s   l i k e   h e   d i d   e a r l y   i n   h i s   c a r e e r .   h e   l o o k s   v e r y   o u t   o f   p l a c e   i n   t h i s   o f f e n s e   r i g h t   n o w .   k n i c k s
k n i c k s   1 s t   h a l f   w a s   g o o d ,   b u t   i ' m   r e a l l y   w a t c h i n g   t h e   2 n d   h a l f ,   w i l l   t h e y   f o l d   o r   c o n t r o l   t h e   g a m e .   t h a t   w i l l   f o r e s h a d o w   t h e   w h o l e   s e a s o n .
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
w o a h !   w o a h !   i s n ' t   t h i s   " p a l m i n g ? " 😆 
 h a p p y   b i r t h d a y ,   b r u h ! 🥳 🎂 🎈 
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s n e w s   k n i c k s w i n   n y c   m s g   t h e g a r d e n   k n i c k s w o r l d     n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k   
  
c a r m e l o   a n t h o n y   h a d   6 2   f i r s t .   k n i c k s   s t a y m e 7 o
m y   k n i c k s   l o o k i n g   g o o d   🤪
j a l e n   b r u n s o n ' s   f i r s t   h a l f   o f   h i s   k n i c k s   d e b u t   
 
 1 3   p t s   ( 6 - 8   f g m )   
 
 n b a p r e s e a s o n 
 ( v i a   )  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
s c h o o l   w o r k   h e l p 
 s w c c a d m i s s i o n s   u n t d a l l a s   p a r i s j c   c o m d u c k s   m c e a g l e s   c e n t e n a r y l a   t e m p l e c o l l e g e   d e v r y u n i v 
 t y l e r j r c o l l e g e   c r i s w e l l c o l l e g e   t a m u c t   m c m u n i v 
 c b c f u t u r e   l a m a r o r a n g e   s t t h o m a s h o u s t o n   t a m u t e x a r k a n a   a s u t w i t t e r   a s u 2 6   a s u 2 5   y o m k i p p u r   k n i c k s   a s k n o t o r i o u s  
m e   n o t   o v e r r e a c t i n g   t o   t h e   f i r s t   h a l f   o f   a   k n i c k s   p r e s e a s o n   g a m e   k n i c k s  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d e u c e   i s   d o i n g   h i s   t h i n g !   k n i c k s
t h e   k n i c k s   a r e   g o i n g   t o   h a v e   t o   p l a y   a n   e g o   f r e e   b r a n d   o f   b a s k e t b a l l   t h i s   s e a s o n   i f   t h e y   w a n t   t o   m a x i m i z e   t h i s   t e a m s   t a l e n t .   i   w o n d e r   i f   c e r t a i n   g u y s   a r e   g o i n g   t o   b e   c o o l   n o t   s c o r i n g   2 0   p o i n t s .
i   l i t e r a l l y   j u s t   t u r n e d   t o   t h e   g a m e   a f t e r   w a t c h i n g   t h e   f i r s t   h a l f   o f   t h e   k n i c k s   p r e s e a s o n   g a m e   a n d   t h e n   b o o m   n u m b e r   6 2   a a r o n j u d g e     y a n k e e s
b r u n s o n   l o o k i n g   l i k e   t h e   f i n a l   p i e c e   t o   t h e   k n i c k s   p u z z l e .   b i g   y e a r   f o r   l e f t i e s   i n   n e w   y o r k   k n i c k s   n b a   p r e s e a s o n
w e   r e a l l y   w e n t   f r o m   k e m b a   & a m p ;   b u r k s   t o   b r u n s o n ,   d   r o s e ,   a n d   q u i c k l e y   i ’ m   s o   h a p p y   🥹   k n i c k s
g o o d   n e w s   f o r   k n i c k s   f a n s :   b r u n s o n   w i t h   1 3   & a m p ;   3   i n   h i s   d e b u t ,   r j   w i t h   1 2   & a m p ;   3   a n d   t h e y ’ r e   u p   a   d o z e n   a t   t h e   h a l f .   r e a l i t y :   i t ’ s   p r e s e a s o n   a n d   t h e   p i s t o n s .   s t i l l ,   t h i n k   t h i s   t e a m   h a s   * c h a n c e *   t o   b e   6   o r   7   s e e d   i n   t h e   e a s t .
r j   n e e d s   t o   b e   a w a r e   t h a t   e v e r y   t i m e   h e ’ s   o n   t h e   b l o c k ,   i t ’ s   n o t   a   g u a r a n t e e d   b u c k e t .   a p p r e c i a t e   t h e   c o n f i d e n c e   b u t   h e   n e e d s   t o   a v e r a g e   a t   l e a s t   6   a s s t / g a m e   t h i s   y e a r .   k n i c k s
a   p r o f e s s i o n a l   w e b s i t e   d e s i g n e r 
 
 b a r ç a   b a r c e l o n a   o v e r w a t c h 2   x a v i   d e m b e l e   n a p o l i   a j a n a p   e u r o p a l e a g u e   c h a m p i o n s   r a n i e l   d u m f r i e s   p e d r i   s a l a r i o r o s a v a p o r m a s   d d o s   p s d b   y o m k i p p u r     o v e r w a t c h 2   a s k n o t o r i o   k n i c k s   y o m k i p p u r   b r u n s o n   s a f e r  
w h o   y ’ a l l   g o t   w i n n i n g   t h i s   g a m e   k n i c k s   v s   p i s t o n s   n b a …
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
v e r y   i m p r e s s e d   b y   w h a t   w e ’ v e   s e e n   f r o m   j a l e n   b r u n s o n   i n   h i s   p r e s e a s o n   d e b u t .   n o t   u s e d   t o   s e e i n g   a   k n i c k s   t a k e   c o m m a n d   o f   t h e   o f f e n s e   a n d   h a v e   t h e   a b i l i t y   t o   c r e a t e   f o r   h i m s e l f . 
 
 h e ’ s   d r a w n   t w o   c h a r g e s   i n   o n e   h a l f   t o o   👀   h o p e   a l l   o f   t h i s   t r a n s l a t e s   t o   t h e   r e g u l a r   s e a s o n .
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h e   t e x t s   i m   g e t t i n g   f r o m   m y   d i e   h a r d   k n i c k   f a n   f r i e n d   …   k n i c k s t a p e   m v p   k n i c k s   n b a t w i t t e r     🤷 🏻 ‍ ♂ ️  
g l a d   t o   s e e   k n i c k s   i n   t h e   l e a d .   b u t   i ’ m   n o t   g o i n g   t o   b e   f o o l e d .   l e t ’ s   s e e   i f   t h e y   c a n   d o   t h i s   c o n s i s t e n t l y .
h a l f   t i m e   c o m m e n t s : 
 🟠 j a l e n   b r u n s o n   i s   f o r   r e a l .   l i k e   f o r   r e a l ,   f o r   r e a l .   
 🔵   h a r t e n s t e i n   i s   t h e   s t r e t c h   5   w e   n e e d e d . 
 🟠 r a n d l e   l o o k s   l o s t 
 🔵 b a r r e t t   o f f   t o   a   s l o w   s t a r t 
 🟠 k n i c k s   a s   a   t e a m   s t i l l   h a v i n g   t r o u b l e   c l o s i n g   o u t   o n   s h o o t e r s ,   e s p e c i a l l y   f r o m   3 .   
 
 k n i c k s   t k r
m y   b o y s   l o o k i n g   g o o d .   
 k n i c k s
b r u n s o n   o n   t h e   k n i c k s   i s   a l r e a d y   a   d i f f e r e n c e   w i t h   f i n i s h i n g   a t   t h e   r i m   a n d   m a k i n g   p l a y s   o f f   t h e   d r i v e
h a l f t i m e : 
 
 k n i c k s   6 5 
 p i s t o n s   5 3   
 
 n o t e s :   
 
 -   j a l e n   b r u n s o n   ( 1 3   p o i n t s )   a n d   r j   b a r r e t t   ( 1 2   p o i n t s )   a r e   t h e   l e a d i n g   s c o r e r s 
 -   i q   i s   a g g r e s s i v e   g o i n g   t o   t h e   r i m   
 -   e v e r y o n e   h a s   c o n t r i b u t e d   o n   d e f e n s e ,   l o t s   o f   s t e a l s / d e f l e c t i o n s 
 -   d u e c e   w a s   a   p l e a s a n t   s u r p r i s e   ( 4 p / 2 a )   w /   3   s t e a l s
h a n g   h a n g   o n ,   w a i t   o n   a   m i n u t e …   n o w   y o u ’ r e   t e l l i n g   m e   b r u n s o n   i s   u n d e r p a i d ? ! ?   n e w y o r k   k n i c k s
h a t e   t o   p i l e   o n   h i m ,   b u t   _ r a n d l e   r a n d l e   h a s   a   h o r r i b l e   h a n d l e ,   a l m o s t   e v e r y   p o s s e s s i o n   h e ’ s   d r i b b l i n g   o f f   h i s   f e e t !   k n i c k s       p i s t o n s    
j a l e n   b r u n s o n ' s   1 s t   h a l f   w i t h   t h e   k n i c k s   w a s . . .  
w e   a r e   a t   h a l f t i m e   o f   t h e   p i s t o n s   f i r s t   e x h i b i t i o n   g a m e   o f   t h i s   2 0 2 2 - 2 3   n b a   s e a s o n .     k n i c k s   l e a d   6 5 - 5 3 .     b o g d a n o v i c   a n d   t o p   p i c k   j a d e n   i v e y   l e a d   d e t r o i t   w i t h   1 1 .   s a d d i q   b e y   h a s   6 .     c u n n i n g h a m ,   s t e w a r t   a n d   h a y e s   w i t h   5   e a c h .     j a l e n   b r u n s o n   1 3   f o r   n y k .   o h   b a b y ,   t h i s   i s   e x c i t i n g !
y e a h   t h e y   g o t t a   g e t   e v a n   t f   o u t t a   h e r e   k n i c k s
b r u n s o n   g e t s   t o   t h e   r i m   w i t h   e a s e .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   j a l e n b r u n s o n   n y k   k n i c k s t a p e  
g r e a t   s t a r t   f o r   j a l e n   b r u n s o n ’ s   c a r e e r   i n   o r a n g e   a n d   b l u e   k n i c k s  
1 s t   h a l f   k n i c k s   
 m i t c h   l o o k s   g r e a t   o n   d   a n d   i n   g r e a t   s h a p e 
 i q   p l a y e d   w i t h   g o o d   p a t i e n c e   w i t h   t h a t   2 n d   u n i t ,   i m p r o v e d   f i n i s h i n g 
 d u e c e   ( i s   l o o o s e ) 
 b r u n s o n -   c o n f i d e n t   t h a t   e v e r y   s h o t   i n   t h e   p a i n t   i s   g o i n g   i n 
 r a n d l e   -   s t r u g g l i n g   t o   f i n d   h i s   p l a c e   i n   a   b r u n s o n   r a n   o f f e n s e
a   p r o f e s s i o n a l   w e b s i t e   d e s i g n e r 
 
 b a r ç a   b a r c e l o n a   o v e r w a t c h 2   x a v i   d e m b e l e   n a p o l i   a j a n a p   e u r o p a l e a g u e   c h a m p i o n s   r a n i e l   d u m f r i e s   p e d r i   s a l a r i o r o s a v a p o r m a s   d d o s   p s d b   y o m k i p p u r     o v e r w a t c h 2   a s k n o t o r i o   k n i c k s   y o m k i p p u r   b r u n s o n   s a f e r  
r j   b a r r e t   t a k e s   o f f   f o r   t h e   j a m !   🛫 
 n b a   k n i c k s   n b a t w i t t e r   n b a k n i c k s   r j   f l y   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   
  
i   l o v e   j a l e n   b r u n s o n   k n i c k s
6 5   1 s t   h a l f   p o i n t s   i s   n i c e   t o   s e e ,   e v e n   t h o u g h   i t ' s   d e t r o i t 
 k n i c k s
i f   m y   m e m o r y   s e r v e s   m e   c o r r e c t l y ,   o u r   s t a r t i n g   5   w i l l   s t a r t   t h e   2 n d   h a l f .   t h i b s   d o n ' t   b e   p l a y i n g   t h a t   s h i t   😂   k n i c k s
i f   e v e r y o n e   b u y s   i n …   p l a y o f f s .   e z   k n i c k s
o k   i ’ m   g e t t i n g   a   b r u n s o n   j e r s e y 
 
 k n i c k s   n e w y o r k f o r e v e r
m y   d a d   s a i d   s i g n i n g   b r u n s o n   w a s   n o t   a   g r e a t   i d e a   b e c a u s e   m c b r i d e   i s   d o m i n a t i n g   t h e   f i r s t   h a l f   o f   p r e s e a s o n   k n i c k s
j a l e n   b r u n s o n   w /   1 3   p o i n t s ,   3   a s s i s t s   a t   h a l f t i m e .   h e   a l s o   d r e w   3   o f f e n s i v e   c h a r g e s .   j b ’ s   l o o k e d   g r e a t .   k n i c k s
k n i c k s   f u m b l i n g   a w a y   b u t   r j   c o m e s   a w a y   w i t h   i t   f o r   t h e   2   h a n d   t h r o w   d o w n .   n b a   b a s k e t b a l l   r j b a r r e t t   k n i c k s   n b a t w i t t e r   n y k   k n i c k s t a p e  
h a v i n g   a   l e g i t   p g   i s   h u g e   k n i c k s   l o o k   s o   m u c h   b e t t e r   w i t h   b r u n s o n   a t   t h e   h e l m
n a h   r a n d l e   a n d   f o u r n i e r   r e a l l y   r o b b e d   u s   b r u h .   t h e y   c l e a r l y   d i d n ’ t   g e t   a n y   b e t t e r   t h i s   o f f - s e a s o n   k n i c k s
p r e s e a s o n     g a m e   n b a   l e t ’ s   g o   k n i c k s     k n i c k s   n b a p r e s e a s o n 2 0 2 2 🏀
n i c e   f i r s t   h a l f   f e l l a s   w e   s t i l l   g a i n i n g   c o n t i n u i t y   b u t   o v e r a l l   w e   l o o k i n   g o o d   k n i c k s
j a l e n   b r u n s o n   i s   o u r   2 n d   b e s t   p l a y e r   b e h i n d   r j   b a r r e t t   k n i c k s
k n i c k s   l o o k i n g   g o o d   i n   t h e   p r e s e a s o n   c a n ’ t   w a i t   f o r   t h e   r e a l   t h i n g   😤
m c b r i d e   i s   a   b o o s t   o f   e n e r g y   o u t   t h e r e !   k n i c k s
k n i c k s   a r e   a m a z i n g .   k n i c k s
  k n i c k s   a s   a   t e a m   a n d   i n d i v i d u a l l y   l o o k i n g   g o o d
k n i c k s   u p   b y   1 2   o v e r   t h e   p i s t o n s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
j u l i u s   r a n d l e   a t t a c k s   t h e   p a i n t   w i t h   p o w e r   a n d   m a k e s   t h e   b u c k e t   b e f o r e   t h e   e n d   o f   t h e   s h o t   c l o c k .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
k n i c k s   h a v e   6 5   a t   t h e   h a l f   i   m a y   c r y .  
f i r s t   h a l f   r e c a p :   j a l e n b r u n s o n i s g o o d   k n i c k s
w a y   t o o   e a r l y   o v e r r e a c t i o n   b u t   t h e   k n i c k s   l o o k   g r e a t !
k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
r a n d l e   h a s   b e e n   💩   💩 💩 💩 💩   a s   e x p e c t e d   & a m p ;   e v a n   h a s   b e e n   p o i n t l e s s   k n i c k s
b r u n s o n   i s   a w e s o m e .   s o   n i c e   t o   h a v e   a n   a c t u a l   p o i n t   g u a r d   o n   t h i s   t e a m   k n i c k s
j a l e n   b r u n s o n ’ s   g o i n g   t o   b e   r e a l l y   f u n   t o   w a t c h   t h i s   s e a s o n .   k n i c k s
c a n   w e   p l a y   t h e   p i s s e d o n s   4 5   t i m e s   t h i s   y e a r ? ? ?   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
j a l e n   b r u n s o n   m i g h t   b e   d p o y   i f   h e   c o   t o   u r   t o   d r a w   a l l   t h e s e   c h a r g e s   k n i c k s t a p e   k n i c k s   n b a   p r e s e a s o n
j a l e n   b r u n s o n   b r e a k s   d o w n   t h e   d e f e n s e   a n d   m a k e s   a n   a w e s o m e   s h o t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
  k n i c k s   f a n s   a f t e r   o n e   h a l f   o f   t h e   f i r s t   p r e s e a s o n   g a m e .  
j a l e n   b r u n s o n   i s   s o   n i c e . 
 
 k n i c k s
g o o d   h a l f   k n i c k s
k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
w h o   l o s t   t h e i r   s h o e   t h e r e ? ? 
 
 k n i c k s   n e w y o r k f o r e v e r
k n i c k s   f a n s   s e e i n g   s t r o n g   p e r f o r m a n c e s   f r o m   b r u n s o n   a n d   r j   s o   f a r   i n   t h i s   p r e s e a s o n   g a m e   . . .   e n c o u r a g i n g   t o   s a y   t h e   l e a s t   . . .
a t   t h e   e n d   o f   t h e   f i r s t   h a l f   t h e   k n i c k s   l e a d   t h e   p i s t o n s   6 5 - 5 3 .   
 
 b o j a n   b o g d a n o v i c :   1 1   p o i n t s ,   4   r e b o u n d s 
 j a d e n   i v e y :   1 1   p o i n t s ,   3   r e b o u n d s ,   2   a s s i s t s 
 s a d d i q   b e y :   6   p o i n t s ,   3   r e b o u n d s ,   2   a s s i s t s
b r e e n   s a i d   i t ,     m c b r i d e   m i n u t e s   w i l l   b e   e x t r e m e l y   l i m i t e d ,     h a v e   a   l o t   o f   d e p t h !   s o n   i s   a   t h i e f   t h o ! !   k n i c k s   p i s t o n s      
e v a n   f o u r n i e r   d r i b b l e s   a n d   d r a w s   a   f o u l .   n o w   s h o o t i n g   t w o .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
3   q u a r t e r s   i n   a n d   t h e   s t a r t e r s   l o o k   a s s . .   l e t   h o p e   t h i s   c h a n g e s   k n i c k s
      k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
f e e l s   l i k e   t h e   n e w   y o r k   k n i c k s   f i n a l l y   h a v e   a   p g ,   a n d   i t ’ s   e x c i t i n g .   k n i c k s
w h y   y e s   . . .   y e s   i   a m   w a t c h i n g   a   k n i c k s   p i s t o n s   p r e s e a s o n     g a m e   . . .   t h e   r e a l   q u e s t i o n   i s   w h y   a r e n ' t   y o u ?
i   s e e   t h e   l o v e   h i m   o r   l o s e   h i m   t w e e t s   h a v e   s t a r t e d   w i t h   j u l i u s   r a n d l e .   ( p r e s e a s o n   e d i t i o n )   k n i c k s  
i ’ m   b l o c k i n g   e v e r y b o d y   o n   m y   t i m e l i n e   t h a t   s a y s   t h e y   t r a d i n g   m i t c h e l l   r o b i n s o n .   i ’ m   n o t   s t a n d i n g   f o r   f o o l i s h n e s s   t h i s   y e a r .   k n i c k s
i   c a n ' t   d e c i d e   w h o   h a s   f r u s t r a t e d   m e   m o r e   s o   f a r   i n   t h e   f i r s t   h a l f ,   f o u r n i e r   o r   r a n d l e .   k n i c k s
l o v e   t h e   d e p t h   a t   p g ,   i f   t h e   n y k   s t a y   r e l a t i v e l y   h e a l t h y   t h i s   y e a r .   k n i c k s   
 b r u n s o n - r o s e - q u i c k l e y - m c b r i d e   👀
a n y o n e   a t   t h e   g a r d e n ?   i s   i t   p a c k e d   f o r   a   p r e s e a s o n   g a m e ?   k n i c k s  
b a r r e t t   t o   t h e   c u p .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   r j b a r r e t t   n y k   k n i c k s t a p e  
h e y     c a n   w e   g e t   s t a n   v a n   g u n d y   & a m p ;   c r e w   t o   s t f u   a b o u t   v e g a n i s m   p l z z .   m i s i n f o   a b o u t :   1 )   u   c a n ’ t   b u i l d   m u s c l e   2 ) t h e   b o d y   b r e a k s   d o w n   q u i c k e r   h a s   b e e n   p r o v e n   f a l s e   s c i e n t i f i c a l l y .   t h e s e   a r e   1 9 t h   c e n t u r y   m y t h s .   ( a s k   l e b r o n s   t r a i n e r )   k n i c k s   p i s t o n s   n b a   p l a n t b a s e d
  k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m e   r i g h t   n o w   l i k e   l e t ’ s   g o   k n i c k s  
d e u c e   w a s   a n   a b s o l u t e   i n   p i t b u l l   i n   t h o s e   l i m i t e d   m i n u t e s .   l o v e d   w h a t   i   s a w   f r o m   h i m   k n i c k s
w h a t   d o   i   i m m e d i a t e l y   n o t i c e   w i t h   j u l i u s   r a n d l e ?   h e   d o e s n ’ t   h a v e   t h e   b a l l   a s   m u c h .   t e a m s   w i l l   s e e   t h i s ,   a n d   t h e n   a l l o w   m o r e   s p a c e   f o r   h i m   t o   w o r k   i n   t h e   p o s t .   h a s n ’ t   s h o w e d   m u c h   t o n i g h t ,   b u t   l e t s   g i v e   i t   t i m e .   k n i c k s
j u l i u s   r a n d l e   s w i s h e s   o n e   o f   t w o   f r e e   t h r o w s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
h a r t e n s t e i n   a   l i v e   b i g   b o d y   k n i c k s
r a n d l e   d o e s   n o t   w a n t   t o   a d j u s t   f o r   t h e   t e a m   l o l   😆   k n i c k s
j u l i u s   r a n d l e   a t t a c k s   t h e   p a i n t   a n d   d r a w s   a   f o u l .   n o w   h e a d e d   t o   t h e   l i n e   f o r   t w o .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
w e ’ r e   g o i n g   t o   n e e d   t h i s   a g g r e s s i v e   j b   a l l   s e a s o n ,   i   l o v e   h o w   h e ’ s   p u s h i n g   t h e   p a c e   a n d   g e t t i n g   t o   h i s   s p o t   e a r l y .   k n i c k s
j u l i u s   f i n d s   r j   f o r   t h e   c u t   a n d   2   h a n d e d   s l a m   k n i c k s  
l i k i n g   w h a t   i   s e e   f o r   m o s t   p a r t .   s t i l l   w a n t   r a n d l e   g o n e .   t h i s   t e a m   c a n   b e   l o t s   o f   f u n   k n i c k s
i   d o n ’ t   w a n t   t o   s p e a k   e a r l y   b u t   t h e   k n i c k s   l o o k i n g   a i g h t 👀   k n i c k s t a p e   k n i c k s
t h i s   t e a m   i s   g o n n a   b e   r e a l   n i c e   o n c e   r a n d l e   a n d   f o u r n i e r   a r e   g o n e   k n i c k s
s t r e t c h   f i v e   a c t i o n   o n   t h e   s e c o n d   u n i t   k n i c k s  
2   c h a r g e s .   g u a r d i n g   c a d e ,   a n d   p l a y i n g   p h y s i c a l .   b u t   p l e a s e   g o   a h e a d   a n d   t e l l   m e   j b   i s   a   l i a b i l i t y   o n   d e f e n s e   🙄   k n i c k s
t h e   p i s t o n s   g o n n a   h a v e   t o   r e a l l y   p u t   u p   s o m e   p o i n t s   t o     g a m e s   i   s e e .   k n i c k s   s c o r i n g   a t   w i l l .   p i s t o n s   k n i c k s   n b a o n t n t
k n i c k s   a r e   g o i n g   t o   s h o c k   a   l o t   o f   p p l   t h i s   s e a s o n .   h o p e   y ’ a l l   r e a d y
i ’ m   n g l   i   m i g h t   b e   o v e r r e a c t i n g   b u t   j u l i u s   d o e s n ’ t   f i t   t h i s   t e a m   k n i c k s
w i t h   a   l o t   o f   f a n s   h a v i n g   a   m i c r o s c o p e   o n   h i m ,   j u l i u s   r a n d l e   i s   j u s t   p u t t i n g   t o o   m u c h   p r e s s u r e   o n   h i m s e l f .   h e ' s   n o t   t h e   a   o p t i o n   a n y m o r e .   d e l e g a t e   t o   y o u r   t e a m m a t e s   a n d   s t i c k   t o   y o u r   s t r e n g t h s .   k n i c k s
j u l i u s   r a n d l e   a l m o s t   t u r n e d   o v e r   t h e   b a l l ,   b u t   k e p t   i n   b o u n c e   a n d   f i n d s   t h e   c u t t i n g   r j   b a r r e t t   f o r   a   s l a m .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
i v e y   i s   g o i n g   t o   b e   a   b a d   b a d   m a n   i n   t h i s   l e a g u e .   k i d   h a s   g r e a t   m o v e s   o u t   t h e r e .   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
t h e   k n i c k s   d o n ’ t   h a v e   a   t r u e   s u p e r s t a r   b u t   t h e y   h a v e   a   c o u p l e   o f   s o l i d   p l a y e r s .   b r u n s o n ,   r a n d l e ,   b a r r e t t ,   a n d   m i t c h e l l   r o b i n s o n .   k n i c k s  
r a n d l e   l o o k s   h i s   s l i m m e s t .   b u t   t h a t ' s   r e a l l y   i t .   l o o k s   o f f / u n c o m f o r t a b l e .   r j   s a v e d   h i m   o n   t h a t   l a s t   f u m b l e .   k n i c k s
i   l i k e   t h e   e a r l y   c h e m i s t r y .     k n i c k s
i f   r a n d l e   w o u l d   j u s t   b e   w i l l i n g   t o   b e   d r a y m o n d   g r e e n . . .   k n i c k s
t h i s   t e a m ,   t h i s   w h o l e   s e a s o n .   d o n ’ t   l e t   m e   d o w n   k n i c k s
h a y   l u l y !     n i c e   d u n k   b a b y !   k n i c k s
  k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h r e e e e e e e e   p o i n t   b a l l ! !   k n i c k s
r a n d l e   a l m o s t   t u r n s   i t   o v e r   b u t   r e c o v e r s   n i c e l y   t o   g e t   i t   t o   t h e   c u t t i n g   r j   f o r   t h e   d u n k 
 
 k n i c k s   n e w y o r k f o r e v e r
i   k n o w   i t ’ s   j u s t   p r e s e a s o n   b u t   t h e   k n i c k s   a r e   l o o k i n g   g r e a t   ! !   j b   a n d   r j   g o n n a   c h o p   t h i s   y e a r   k n i c k s
j u l i u s   r a n d l e   h e l p s   w i t h   d e f e n s e ,   a n d   j a l e n   b r u n s o n   d r a w s   a   f o u l .   b a l l   g o i n g   t o   t h e   o t h e r   e n d .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
k n i c k s   a r e   g o i n g   t o   d i s c o v e r   w h a t   h a v i n g   a   l e g i t i m a t e   s t a r t i n g   p g   w i l l   d o   f o r   a   t e a m .   🌹   h e a l t h y   i s   a   h u g e   w   t o o .   n e w y o r k f o r e v e r
  k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀  
k n i c k s   f a n s !   c o m e   a t   m e !   c o n v i n c e   m e   t h a t   t h e   k n i c k s   a r e   l e g i t !   n e w y o r k k n i c k s   k n i c k s
i f   m i t c h   c a n   s t a y   h e a l t h y   i   b e l i e v e   h e ’ l l   b e   i n   t h e   r u n n i n g   f o r   d p o y   
 
 k n i c k s
  k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
h e   k n o w   t h a t   w a s   a   c h a r g e   😂   k n i c k s
j a l e n   l o o k i n g   l i k e   a n   a l l   s t a r   ‼ ️ k n i c k s   n b a
i   f u c k i n g   l o v e   t h i s   t e a m   a l r e a d y   d a w g   w e   h e r e   k n i c k s
r j   b a r r e t t   w i t h   a   b l o c k   t h e n   r u n s   t h e   l a n e   a n d   s w i s h e s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
a l r e a d y   l o v i n g   b r u n s o n   t h i s   g u y   i s   a   b r e a t h   o f   f r e s h   a i r   k n i c k s
k n i c k s   l o o k i n g   a i g h t   e a r l y  
j a l e n   i s   c o o k i n g ! 
 k n i c k s
b r u n s o n !   k n i c k s
r j   b a r r e t t   g e t s   a n   a s s i s t   f r o m   j u l i u s   r a n d l e ,   t h e n   s w i s h e s   t h e   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
f e e l i n g   t h e   p o s i t i v e   v i b e s   f r o m   t h i s   y o u n g   k n i c k s   s q u a d !   
 
 l e t s   g o   k n i c k s n a t i o n
s o   t h a t ' s   w h a t   a   g o o d   p g   l o o k s   l i k e   k n i c k s
i v e   a l w a y s   l o v e d   d e u c e   m c b r i d e   s i n c e   h i s   w v   d a y s …   t h i b s   n e e d s   t o   g e t   h i m   2 0   m i n u t e s   t h i s   y e a r . .   h e s   l i k e   a   h u m a n   e n e r g y   l i g h t   s w i t c h   k n i c k s   n b a
j a l e n   b r u n s o n   w i t h   a n o t h e r   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
j b   s m o o t h .   t h i s   i s   o u r   p o i n t   g u a r d ! ! !   🟠 🔵 🔥   k n i c k s
j a l e n   b r u n s o n   i s   s u c h   a   d a w g .   k n i c k s
g i v e   b r u n s o n   h i s   d u e .   h e ’ s   s h o o t i n g   i t   w e l l   t o n i g h t .   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
h a h a   b r u n s o n   b o y   l e t ' s   g o o o o o o o o o o   y e a h   k n i c k s
j a l e n   b r u n s o n   d a n c e s   i n   t h e   p a i n t ,   t h e n   e v a d e d   h i s   d e f e n d e r   a n d   b a n k s   t h e   f l o a t e r .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
r a n d l e   n o t   s c o r i n g   r a n d l e   f o u l s   l o o k s   l i k e   t h e   o l d   r a n d l e   t o   m e   k n i c k s
j u s t   t o u c h e d   d o w n   i n   a t l 
 
 k n i c k s   f a n s   h o w   t h e   g a m e   l o o k i n g   .   w h a t   i   m i s s   ?
d e u c e   i s   a   m e n a c e   o n   t h e   d e f e n s i v e   s i d e   o f   t h e   b a l l ! ! !   🔥   k n i c k s
d u e c e   m a k i n g   b r u n s o n ,   i q   a n d   r o s e   l o o k   l i k e   b a c k u p s   👀 🔥 👏   k n i c k s
l o v e   s e e i n g   d e u c e   m c b r i d e   s o   a c t i v e   b y   t h e   a r c .   h e ’ s   b e e n   a b l e   t o   g e t   i n   p a s s i n g   l a n e s   f o r   q u i c k   s t e a l s .   
 
 g i v e   h i m   m i n u t e s   t h i b s ! 
 
 k n i c k s  
    _ l i f e r s   _ n y _ b     i s   i t   m e   o r   i s   d e u c e   a   l e g i t   p r o s p e c t ? 
 k n i c k s   t h i b s   n e e d s   t o   g i v e   h i m   t h e   s a m e   r e s p e c t   a s   g r i m e s 
 i   s e e   a   p l a y e r   a n d   p a r t i c u l a r l y   a   w i l l i n g   d e f e n d e r .
i   t h i n k   w e   f o u n d   o u r   p g   😮 ‍ 💨   k n i c k s
m c b r i d e ! ! ! !   k n i c k s
y e a h   b r u n s o n   🔥   k n i c k s
m c b r i d e   r e m i n d   m e   o f   a   m i n i   p i t   b u l l   f r .   p a t   b e v   v i b e s   k n i c k s
i f   i ’ m   t h e   k n i c k s   i ’ m   p l a y i n g   r e d d i s h   ~ 3 0   m i n   t h i s   f i r s t   g a m e ,   a l o n g   w i t h   a n y   o t h e r   f r i n g e   b e n c h   p l a y e r s .   b u t   t h i s   i s   a   h u g e   p r e s e a s o n   f o r   c a m   r e d d i s h   i n s i d e t h e n b a  
  k n i c k s   b r u n s o n   c o o k i n g   i n   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m i l e s   m c b r i d e   h a s   b e e n   s u p e r b   o n   d e f e n s e .   a n o t h e r   s t e a l ,   t h e n   b a n k s   i t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
d e u c e   l o o k i n g   l i k e   t h e   t r u t h   i n   p r e s e a s o n   g a m e   o n e !   l e t ’ s   f u c k i n g   g o   k n i c k s ! ! ! !
t i s   t h e   s e a s o n   😏   k n i c k s  
m c b r i d e   i s   a n   a n i m a l ! ! !   k n i c k s   n y k
g r e a t   m i n u t e s   f r o m   t h e   k n i c k s   b e n c h
m c b r i d e   e a t i n g   
 k n i c k s
l m a o o o o     k n i c k s   f a n s   a r e   a c t u a l l y   t h e   m o s t   d o w n b a d   p e o p l e   o n   t h e   p l a n e t ,   b e s i d e s   m e n   t h a t   p e e   s i t t i n g   d o w n ! !   k n i c k s a r e b u n s
q u i c k l e y   y o u   h a d   a   w h o l e   o f f   s e a s o n   t o   w o r k   o n   f i n i s h i n g   w i t h   t h e   l e f t   h a n d .   l e t ’ s   g o o o   k n i c k s
f u c k i n g   p u m p e d   w i t h   t h i s   y o u n g   k n i c k s   s q u a d
d e u c e   m c b r i d e   i s   g o n n a   p l a y   h i s   w a y   i n t o   m i n u t e s .   k n i c k s
k n i c k s   r o l l i n g   a l o n g   n i c e l y   t o   s t a r t .
d u u u e e e c c e e e e   y e a h   y e a h   y e a h   d e f e n s e   b a b y   k n i c k s   n e w y o r k f o r e v e r
s o   h a p p y   t o   w a t c h   k n i c k s   a g a i n
q u i c k l e y   t o   t h e   r a c k !   k n i c k s
q u i c k l e y ! ! ! !   s t a r t   h i m   t h i b s !   k n i c k s   n y k   n b a
i m m a n u e l   q u i c k l e y   k e e p s   a t t a c k i n g   t h e   p a i n t .   t h e   k i d   h a s   g r o w n .   l e t ' s   g o   k n i c k s !   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
t o   t h e   b a j a   i q .   w a n n a   s e e   m o r e   o f   t h a t   💪 🏾   k n i c k s
i q q q q q q   a n d   1 1 1 1 1   l e t s   g o o o o o o o o o o   k n i c k s
d e u c e   t o   o b i ,   t a k e   f l i g h t !   k n i c k s  
b r o   o u r   b a c k u p   5   i s   s m o k i n g   s h o t s   f r o m   b e y o n d .   i t ’ s   g o n n a   b e   f u n .   k n i c k s
1   f a n s   💙 🧡   m s g   k n i c k s   n y k m s g  
k n i c k s   2 0 2 2 - 2 3   s e a s o n   |   p l a y e r   e x p e c t a t i o n s :   o b i   t o p p i n ,   j a l e n   b r u n s o n ,   . . .     v i a     r e p l a y g a n g   r e p l a y s q u a d   k f t v   n e w y o r k k n i c k s   h i t t h a t t h u m b s u p 4 y a b o y z
w a r r i o r s   a t   k n i c k s   |   f u l l   g a m e   h i g h l i g h t s   |   d e c e m b e r   1 4 ,   2 0 2 1 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 2 2 1 0 0 4 1 4   n b a   n e w y o r k k n i c k s  
r e t w e e t   t h i s   i f   y o u   t h i n k   t h e   k n i c k s   c a n   i m p r o v e   t h e s e   a r e a s   t h i s   s e a s o n .   
 
 k n i c k s   n b a   b a s k e t b a l l   n y k n i c k s   n e w y o r k   n e w y o r k k n i c k s   k n i c k s t a p e   k n i c k s n a t i o n   n y c   k n i c k s f a n   k n i c k s w a y   m s g   k n i c k s b a s k e t b a l l   b a l l i s l i f e   n y k   s p o r t s   n y k n i c k s b a s k e t b a l l  
w e l c o m e   t o   t h e   s q u a d     p s 5 s h a r e ,   n b a 2 k 2 3 ,   n e w a d d i t i o n ,   b e n s i m m o n s ,   n e w y o r k k n i c k s  
n y   k n i c k s   c a m   r e d d i s h   1 s t   s t a r t   t r o u b l e s   t h e k n i c k o f t i m e s h o w   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   c a m r e d d i s h   c o v e r a g e   e a s t e r n c o n f e r e n c e   g a m e   h i g h l i g h t s   m a d i s o n s q u a r e g a r d e n   m s g   n b a   n e w y o r k k n i c k s   n e w y o r k k n i c k s g a m e  
t h e r e   a r e   m i l l i o n s   o f   u s   k n i c k s   f a n s   o n   t w i t t e r   🟠 🔵 
 
 n o   n e w y o r k k n i c k s   f a n   s h o u l d   h a v e   a   f e w   h u n d r e d   f o l l o w e r s .   w e   s h o u l d   a l l   f o l l o w   e a c h   o t h e r 🫵 🏻 🤜 🏻 🤛 🏿 
 
 u s e   t h i s   t w e e t   t o   c o n n e c t   w i t h   k n i c k s   f a n s . . .   l i k e ,   r e t w e e t   a n d   c o m m e n t   t o   r e a c h   o u t   t o   f e l l o w   k n i c k s   f a n s ! l e t s g o k n i c k s  
n y   k n i c k s :   w h o   w i l l   t h i b s   m a k e   a   s t a r   n e x t   s e a s o n ? ?   n e w y o r k k n i c k s   n e w y . . .     v i a  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
o b i   t o p p i n   d a z z l e s   i n   k n i c k s   p r e s e a s o n   w i n   o v e r   t h e   p a c e r s   |   k f t v   r e a c t i o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
w a t c h :   “ w h o   t h e   f * * k   i s   h e ? ”   o s w a l d o   c a b r e r a   d i s p l a y e d   a s   y a n k e e s   s t a r   b y   t h e   n y   k n i c k s ,   f a n s   d e c l a r e   h e   w a s   n o t h i n g   b u t   a   p r o s p e c t     m l b   n e w y o r k k n i c k s
a n d   t h e   c y c l e   r e p e a t s   : ( 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   w a s   o n   m s g   n e t w o r k .   w i t h   c o m m e n t a r y   f r o m   e d   c o h e n .   c o - c o m m e n t a t o r   i s   w a l t   f r a z i e r .     f o r   m o r e   d e t a i l s   s e e     n e w y o r k k n i c k s   i n d i a n a p a c e r s   m s g n e t w o r k
k n i c k s   o p e n   p r a c t i c e   2 0 2 2 :   d r i l l s   |   5   o n   5 s   |   q & a m p ; a 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
a   t e a m   h a d   i n t e r e s t   i n   k n i c k s   j u l i u s   r a n d l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c o m m e n t a r y   c o v e r a g e   e a s t e r n c o n f e r e n c e   g a m e   h i g h l i g h t s   i a n b e g l e y   j u l i u s r a n d l e   j u l i u s r a n d l e t r a d e r u m o r s   k n i c k s p o d c a s t   m a d i s o n s q u a r e g a r d e n   m s g   n b a   n b a r u m o r s   n e w y o r k k n i c k s  
w e   a l m o s t   s i g n e d   l o w r y   l a s t   s e a s o n   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
w e   a l m o s t   s i g n e d   l o w r y   l a s t   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s h o p   n e w y o r k f o r e v e r   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
k n i c k s   o p e n   p r a c t i c e   2 0 2 2 :   d r i l l s   & a m p ;   5   o n   5 s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
k n i c k s   o p e n   p r a c t i c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
2 0 1 7 - 2 0 1 9   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
b e s t   o f   t h e   d a y   o n   
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
o b i   t o p p i n   b l o c k   & a m p ;   s t u f f ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
k n i c k s   i n c r e d i b l e   4 6   p o i n t   s e c o n d   q u a r t e r   v s   i n d i a n a   p a c e r s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i m m a n u e l q u i c k l e y   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   n b a   n b a h i g h l i g h t s   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
b e s t   o f   t h e   d a y   o n   
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u
l i s t   o f   n a t i o n a l l y   t e l e v i s e d   k n i c k s   g a m e s .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
b e s t   o f   t h e   d a y   o n   
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
  n y   k n i c k s :   o b i   t o p p i n   e l e v a t e s   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k k n i c k s   n b a    
o b i   f u c k i n g   t o p p i n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
r j   b a r r e t t   r e a c t s   t o   o b i   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   k n i c k s p o s t g a m e   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   o b i t o p p i n   p a c e r s   p a c e r s b a s k e t b a l l  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 c a m r e d d i s h   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s g a m e   k n i c k s h i g h l i g h t s   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s v s p a c e r s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n   n e w y o r k k n i c k s  
[ h i g h l i g h t ]   o b i   t o p p i n   a n d   f a s t   b r e a k   d u n k s .   n a m e   a   m o r e   i c o n i c   d u o . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n y   k n i c k s :   o b i   t o p p i n   e l e v a t e s   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k k n i c k s   n b a   c l i c k   h e r e :   v i a    
r j   b a r r e t t   |   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t   t o m t h i b o d e a u  
[ h i g h l i g h t ]   o b i   t o p p i n   b l o c k s   i t   o n   o n e   e n d ,   e a s t b a y s   o n   t h e   o t h e r ,   a n d   p o i n t s   a t   t j   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
t h e   d u k e   r i d e s   h i g h 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
o b i   t o p p i n   p u t s   o n   a   s h o w   a s   k n i c k s   b e a t   p a c e r s   1 3 1 - 1 1 4   |   n e w   y o r k   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   s p o r t s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
i ’ m   n o   l o n g e r   g o n n a   g e t   e x c i t e d   o v e r   a   c o u p l e   o f   p r e s e a s o n   w i n s .   b e e n   b u r n e d   t o o   m a n y   t i m e s   b y   t h e s e   n e w y o r k k n i c k s
o b i   t o p p i n   p u t   o n   a   s h o w   a t   m s g !   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s v s n e w y o r k k n i c k s 2 0 2 2   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   n e w y o r k k n i c k s   p a c e r s v s k n i c k s  
g o o d   o n e   b y     
 
 o b i   t o p p i n   o b i t o p p i n   o b i t o p p i n   n b a   n b a t w i t t e r   n b a t w i t t e r l i v e   s l a m d u n k   m s g   n e w y o r k   n e w y o r k k n i c k s   k n i c k s   n e w y o r k f o r e v e r  
a   p i e c e   o f   a r t   t o   s o o t h e   y o u r   s o u l . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
i n d i a n a   p a c e r s   v s   n e w   y o r k   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s v s n e w y o r k k n i c k s 2 0 2 2   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   n e w y o r k k n i c k s   p a c e r s v s k n i c k s  
t h e   n e w   y o r k   s k y l i n e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
e n d e   
 e i s h o c k e y   h e r r e n   q m j h l   
 4 : 3   q u e b e c r e m p a r t s   v s   b l a i n v i l l e b o i s b r i a n d a r m a d a   
 e i s h o c k e y   h e r r e n   n h l s a i s o n v o r b e r e i t u n g   
 2 : 4   t o r o n t o m a p l e l e a f s   v s   d e t r o i t r e d w i n g s   
 b a s k e t b a l l   h e r r e n   n b a   
 1 1 2 : 1 0 3   b o s t o n c e l t i c s   v s   c h a r l o t t e h o r n e t s   
 1 1 4 : 1 3 1   i n d i a n a p a c e r s   v s   n e w y o r k k n i c k s
1 1   l o o k i n g   s m o o k i n g   a f ,   b o i   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
h e   s c o r e d   3 8   p o i n t s   v     k o b e b r y a n t   b u t   o n c e   d u b b e d :   l i t t l e   a s i a n   k i d .   c u l t u r a l   i c o n   j e r e m y l i n   i s   a   s t o r y   o f   i n s p i r a t i o n   & a m p ;   t r i u m p h .   i n   d o c u m e n t a r y :   ‘ 3 8   a t   t h e   g a r d e n ’ ,   l i n   t e l l s   o f   h i s   l i n s a n i t y   r u n   w i t h   n e w y o r k k n i c k s   & a m p ;   i s   j t a   c o m m u n i c a t o r   o f   t h e   w e e k 
 
  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r      
b e s t   o f   t h e   d a y   o n   
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
b e s t   o f   t h e   d a y   o n   
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
[ h i g h l i g h t ]   o b i   t o p p i n   b l o c k s   i t   o n   o n e   e n d ,   e a s t b a y s   o n   t h e   o t h e r ,   a n d   p o i n t s   a t   t j   m c c o n n e l l   f o r   c o n t e s t i n g 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬇ ️ i n d i a n a p a c e r s   1 1 4   ( 1 - 1 ) 🔸 
 ⬆ ️ n e w y o r k k n i c k s   1 3 1   ( 2 - 0 ) 
 🔶 c h r i s   d u a r t e 🇩 🇴 
 ( s g / 6 ' 5 " / 1 9 0 l b s ) 
 🔹 1 1 / p t s 
 🔹 5 / r e b 
 🔹 3 / a s t 
 🔹 0 / s t l 
 🔹 2 / b l k 
 🔹 1 / t o 
 🔹 2 / 3 t 2 
 🔹 2 / 4 t 3 
 🔹 1 / 1 t l 
 🔹 2 0 : 3 4 / m i n : s e g 
 _ d u a r t e 5 
 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
" a n o t h e r   e a s t b a y   s p e c i a l "   -   o b i   t o p p i n   i s   w i l d   f o r   t h i s   o n e   😲 
   
 
   
 b a s k e t b a l l   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 0   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v i d e o s   n e w y o r k k n i c k s   t e a m 1 6 1 0 6 1 2 7 5 2  
😱   a w e s o m e   d u n k   f r o m   o b i   t o p p i n . 
 
 t h e   b r i g h t e s t ,   i n a d e q u a t e   a n d   m e m o r a b l e   m o m e n t s   o f   t h e   b e s t   b a s k e t b a l l   l e a g u e   i n   t h e   w o r l d .   j o i n . 
 — 
 n b a   n e w y o r k k n i c k s   s h o r t s b a s k e t b a l l   o b i t o p p i n d u n k i g h t s  
n o w   t h a t ’ s   w h a t ’ s   u p   🙌 🏿 🙌 🏿 🙌 🏿 🙌 🏿 🙌 🏿 🙌 🏿 
 
 n e w y o r k   k n i c k ’ s   o b i   t o p p i n ' s   😳 😳 ,   n o w   t h a t ’ s   f o r   t h e   m o n e y   😀 👏 🏼 😀 👏 🏼 
 
 n b a p r e s e a s o n   n b a   n e w y o r k k n i c k s  
i ’ l l   b e   h e r e   a l l   s e a s o n   n e w y o r k k n i c k s   🏀  
1 1   l o o k i n g   s m o o k i n g   a f ,   b o i 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
t h e   f o r c e   i s   s t r o n g   w i t h   t h i s   o n e   n e w y o r k k n i c k s    
m a n   f o r g e t   c a m   r e d d i s h   s t a r t i n g !   o b i   o u t   t h e i r   s h i n n i n g ! !   n o t   e v e n   b o x   w a t c h i n g   c a m   i s   w a y   t o   g o o d   t o   n o t   s n a t c h   h i s   w o r t h   u p   o n   t h i s   r o s t e r !   h e   f u m b l e d   t o n i g h t   r e s p e c t f u l l y   k n i c k s   n e w y o r k k n i c k s
i   k n o w   i t ’ s   j u s t   p r e s e a s o n ,   b u t … .   l e t ’ s   g o   k n i c k s ! ! !   l e t s g o k n i c k s   n e w y o r k k n i c k s   k n i c k s
j a l e n   " j e s u s   c h r i s t "   b r u n s o n   p u t t i n g   i n   w o r k   a s   u s u a l .   n e w y o r k k n i c k s
j a l e n   b r u n s o n   w i t h   a n   a m a z i n g   m o v e !   🤩 💫 🌟 
 n y c   n b a   n b a t w i t t e r   n b a p r e s e a s o n   n e w y o r k   n e w y o r k k n i c k s   k n i c k s 
  
b u i l t   b y   n e w   y o r k   |   k n i c k s   7 5 t h   a n n i v e r s a r y 
   
 
   
 a t l a n t i c d i v i s i o n   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k e m b a w a l k e r   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   p a t r i c k e w i n g   r j b a r r e t t   t o m t h i b o d e a u  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 7 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ b e g l e y ]   q u e n t i n   g r i m e s   ( f o o t )   a n d   c a m   r e d d i s h   ( a n k l e )   a r e   o u t   t o m o r r o w ,   t o m   t h i b o d e a u   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
k n i c k s   r j   b a r r e t t   c l a p s   b a c k   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   k n i c k s h i g h l i g h t s   k n i c k s r j b a r r e t t   n e w y o r k k n i c k s   n e w y o r k k n i c k s h i g h l i g h t s   n e w y o r k k n i c k s r j b a r r e t t   n e w y o r k k n i c k s r j b a r r e t t h i g h l i g h t s   n y k n i c k s   r j b a r r e t t   r j b a r r e t t b e s t p l a y s  
c o u l d   t h e   n e w   y o r k   k n i c k s & a m p ; 3 9 ;   t r a d e   p a c k a g e   f o r   d o n o v a n   m i t c h e l l   a c t u a l l y   b e   a   l o t   l e s s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   d e u c e m c b r i d e   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   f e r o n h u n t   j e a n m o n t e r o   j e r i c h o s i m s   l e o n r o s e   n b a   n e w y o r k k n i c k s   q u e n t i n g r i m e s  
q u e s t i o n s   f o r   t h e   k n i c k s   u p c o m i n g   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
c p   ‘ t h e   f a n c h i s e ’   b r e a k s   d o w n   k n i c k s ’   p r e s e a s o n   o p e n e r   |   n e w   y o r k   p o s t   s p o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ k a t z ]   m i t c h e l l   r o b i n s o n   o n   w h y   h e   t r i e d   t o   a d d   s o m e   p o s t   m o v e s   o v e r   t h e   s u m m e r :   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
l e t ’ s   g o   k n i c k s   n e w y o r k k n i c k s
l o w e ' s   a n n u a l   n b a   t i e r s :   r a n k i n g   t h e   l e a g u e ' s   b e s t   a n d   w o r s t   t e a m s   . . .   a n d   t h e   n e t s   a n d   l a k e r s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r e v e r   n e w y o r k k n i c k s 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e      
b e s t   o f   t h e   d a y   o n   
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
t o p   l e f t   m y   f a v o r i t e   p o o c h   i n   t h e   w o r l d ,   w h a t ' s   o n   t h e   b o t t o m   r i g h t ? 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
2 0 0 6   _ f r a n c h i s e 3   s t e v e f r a n c i s   t o u r c h e s   t h e     n e w y o r k k n i c k s   f o r   3 6   p o i n t s   🥶   e l i t e h a n d l e s   e l i t e s c o r i n g   t h e f r a n c h i s e   n b a   t h e g o o d o l e d a y s   🏀 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   e a c h   t e a m .   h e r e ’ s   t h e   k n i c k s   e d i t i o n ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 6 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
k n i c k s   -   k e e p   t h e   e n e r g y   g o i n g   🔋 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   k n i c k s n a t i o n   k n i c k s n e w s   k n i c k s t a p e   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   n y k n i c k s   n y k  
s u r e   w e ’ r e   g o i n g   t o   s e e   a   l o t   o f   t h i s   a c t i o n   g o i n g   f o r w a r d .   w i t h   b o t h   f o r w a r d s   h i g h ,   c   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
a l a n   h a h n ' s   t a k e s   a r e   a l w a y s   g o l d .   b e c a u s e   h e   k n o w s   b a s k e t b a l l   🏀 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
i f   b y   s o m e   c h a n c e   w e   m i s s   t h e   p l a y o f f s .   p l e a s e   l e t   t h e r e   b e   j u s t i c e   i n   t h i s   w o r l d   a n d   l e t   t h i s   b e   t h e   y e a r   w e   w i n   t h e   l o t t e r y . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
l o v i n   t h i s   c l a s s i c   j e r s e y ! 
 r a i s e   y o u r   h a n d   i f   y o u   t h i n k   k n i c k s   w i l l   r u n   a   b e t t e r   s e a s o n   t h i s   y e a r 
 
 n e w y o r k k n i c k s   k n i c k s   b a s k e t b a l l   c a n g s t e r   p f p   n f t   f r e e m i n t  
k n i c k s   r j   b a r r e t t   a l l e y   t o   o b i   t o p p i n   🏀 ✈ ️   n e w y o r k k n i c k s   o b i t o p p i n   r j b a r r e t t   k n i c k s   n b a s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e  
y o u   k n o w   i ’ m   h y p e d   a f t e r   j u s t   t h e   f i r s t   p r e - s e a s o n   w i n   …   l o l   ! ! !   l e t s g o k n i c k s   n y k n i c k s   n y k   n e w y o r k k n i c k s   k n i c k s f a n   @   s o u t h s i d e   j a m a i c a   q u e e n s  
t e e n   b a s k e t b a l l   s t a r   s h o t   a n d   k i l l e d   i n   n e w   j e r s e y 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
b r e a k i n g   d o w n   k n i c k s & a m p ; 3 9 ;   p g   d e p t h :   b r u n s o n ,   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   k n i c k s b a s k e t b a l l   m s g   m s g n e t w o r k s   n e w y o r k   n e w y o r k b a s k e t b a l l   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   p i s t o n s   s p o r t s  
  n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r e v e r   n e w y o r k k n i c k s    
g o o d   h e a v e n s ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
h e r e ' s   t h e   p r o j e c t e d   s t a r t i n g   l i n e - u p   f o r   n e w   y o r k   k n i c k s !   💪 🔥 
 
 c a n   t h e   k n i c k s   c o m e b a c k   s t o n g   t h i s   s e a s o n   a f t e r   a d d i n g   b a c k c o u r t   e x c e l l e n c e   i n   f o r m   o f   j a l e n   b r u n s o n ? 
 
 n e w y o r k k n i c k s   j u l i u s r a n d l e   r j b a r r e t t   j a l e n b r u n s o n   m i t c h e l l r o b i n s o n   e v a n f o u r n i e r  
g r a n d   t h e f t   d e u c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
g u a r d   j a l e n   h a r r i s   h a s   j o i n e d   t h e   n e w   y o r k   k n i c k s   m o r e   t h a n   a   y e a r   a f t e r   t h e   n b a   s u s p e n d e d   h i m   f o r   b r e a k i n g   t h e   o r g a n i z a t i o n ' s   d r u g   p o l i c y .   👀 r e a d   t h e   f u l l   s t o r y   l i n k   i n   b i o   🔗 ⁠ 
 . 
 b a s k e t b a l l   s p o r t s   b a s k e t b a l l c o a c h   n b a   b a s k e t b a l l p l a y e r   b a s e b a l l   n y k n i c k s   n e w y o r k k n i c k s  
j a l e n   b r u n s o n & a m p ; 3 9 ; s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   k n i c k s   🍿 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 5 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
i ’ m   f r o m   u k   a n d   t o l d   e v e r y b o d y   d o n ’ t   s l e e p   o n   t h i s   g u y .   m o v e   m e   t o   n e w   y o r k   n e w y o r k k n i c k s   n b a   🟠 🔵  
n e w   y o r k   k n i c k s   d e c a l   8 x 8   d i e   c u t   c o l o r   n e w y o r k k n i c k s    
s o   f r o m   a n   i n   p e r s o n   v i e w   o f   t h e   g a m e   y e s t e r d a y .   i t   l o o k s   t o   m e   a s   i f   r a n d l e   a n d   e v a n   d o n ’ t   r e a l l y   p l a y   w e l l   w i t h   r j   c a u s e   i f   y o u   w a t c h   a g a i n   m o s t   o f   r j ’ s   b u c k e t s   c a m e   a f t e r   t h e y   w e r e   b o t h   o u t   t h e   g a m e .   w h a t   y o u   g u y s   t h i n k ?   k n i c k s a n o n y m o u s   n e w y o r k k n i c k s   k n i c k s   n e w y o r k
i   d o n ’ t   w a n t   t o   o v e r r e a c t   b u t … 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s   p o s t   g a m e   s h o w :   h i g h l i g h t s ,   a n a l y s i s ,   c a l l e r   r e a c t i o n s   |   1 0 . 4 . 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s h a r e   t h e   b e s t   n e w y o r k   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o   n e w y o r k m o d e l 
 
  
b e s t   o f   t h e   d a y   o n   
 c l i c k s   o f   n e w   y o r k   -   b r e e z i n g   n e w   y o r k 
 
 n e w y o r k   n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o   n e w y o r k m o d e l
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   n e w y o r k   c o n t e n t   :   
 n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o 
 
  
w h a t ' s   b e s t   o n     ? 
 c l i c k s   o f   n e w   y o r k   -   b r e e z i n g   n e w   y o r k 
 
 n e w y o r k   n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o   n e w y o r k m o d e l
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   n e w y o r k   c o n t e n t   :   
 n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o 
 
  
s h a r e   t h e   b e s t   n e w y o r k   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o   n e w y o r k m o d e l 
 
  
w h a t ' s   b e s t   o n     ? 
 c l i c k s   o f   n e w   y o r k   -   b r e e z i n g   n e w   y o r k 
 
 n e w y o r k   n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o   n e w y o r k m o d e l
s e a s o n   o f f   t o   a   g r e a t   s t a r t   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
[ i a n   b e g l e y ]   j a l e n   b r u n s o n ,   r j   b a r r e t t   & a m p ;   j u l i u s   r a n d l e   c o m b i n e   f o r   5 2   p o i n t s   o n   2 1 - f o r - 3 3   s h o o t i n g   i n   t h e i r   f i r s t   p r e s e a s o n   a c t i o n .   f i v e   a s s i s t s   f o r   b r u n s o n   i n   h i s   k n i c k   d e b u t .   f o u r   a s s i s t s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
t i m   t h i b o d e a u   o n   j a l e n   b r u n s o n :   “ j a l e n   c a n   p r o v i d e   w h a t e v e r   y o u   n e e d ”   j a l e n b r u n s o n   n e w y o r k k n i c k s   t i m t h i b o d e a u  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   w a s   o n   t n t   ( u s a ) .   w i t h   c o m m e n t a r y   f r o m   s p e r o   d e d e s .   c o - c o m m e n t a t o r   i s   s t a n   v a n   g u n d y .   r e p o r t e r   i s   j a r e d   g r e e n b e r g .     f o r   m o r e   d e t a i l s   s e e     n e w y o r k k n i c k s   d e t r o i t p i s t o n s   t n t u s a
t h a n k   y o u ,   b r u n s o n   🙏 🏾 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s h o p   n e w y o r k f o r e v e r   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n e w   y o r k   b a s k e t b a l l   i s   b a c k 🏀 ‼ ️   • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • k n i c k s a n o n y m o u s   t h e p e o p l e s v o i c e   n b a   b a s k e t b a l l   n b a b a s k e t b a l l   k n i c k s   k i n c k s r a n k i n g     n e w y o r k k n i c k s   n y k n i c k s   n y c   n y   n e w y o r k c i t y   f y p   v i r a l   m s g  
o u r   s t r e t c h   b i g 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
w h a t   i f …   d e r r i c k   r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   d e r r i c k r o s e   d r o s e   n b a t w i t t e r  
t h e   n e w   y o r k   k n i c k s   a r e   b a c k   o n   t o p ! 
 
 n y k   n e w y o r k k n i c k s   n b a
l o v e   h a v i n g   k n i c k s   f a n s   i n   m y   c h a t !   🤣 🤣 🤣   n e w y o r k k n i c k s   k n i c k s  
f e e l s   g r e a t   t o   b e   b a c k   a t   m s g !   l e t ’ s   g o   k n i c k s !     o b i t o p p i n   g o n e w y o r k g o n e w y o r k g o   n y k   n e w y o r k k n i c k s  
p r e s e a s o n   k n i c k   g a m e   7 4 - 9 8   k n i c k s   p r e s e a s o n k n i c k s   n e w y o r k k n i c k s   n b a 🏀
1 9 9 8 - 9 9   u l t r a   b a s k e t b a l l   p a t r i c k   e w i n g   k n i c k s   3   n e w y o r k k n i c k s   
 
 $ 3 . 5 0   e a c h   o r   $ 5   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
k n i c k s   f a n s !   c o m e   a t   m e !   c o n v i n c e   m e   t h a t   t h e   k n i c k s   a r e   l e g i t !   n e w y o r k k n i c k s   k n i c k s
o h   m y   o b i   t o p p i n ! 🔨 🔨 
 h i g h l i g h t   n b a   n b a p r e s e a s o n   n b a t w i t t e r   s l a m d u n k   n e w y o r k k n i c k s 
  
l e t ’ s   g o   k n i c k s   l o v i n g   t h e   d e f e n s e   t u r n i n g   i n t o   o f f e n s e .   k n i c k s   n e w y o r k k n i c k s
🏀   b a s k e t b a l l :   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   -   n b a   
 ⏰   o n g o i n g   l i v e 
 ➡   
 
 b a s k e t b a l l   a m e r i c a n   u s a   n b a l i v e   b a s k e t b a l l l o v e r s   n e w y o r k k n i c k s   d e t r o i t p i s t o n s
t h a t   _ _ _ _   s t e a l   a n d   b l o c k   n e w y o r k k n i c k s
b r u n s o n   i s   h e r e   b a b y   n e w y o r k k n i c k s
g o d …   i t ’ s   s o   g r e a t   t o   h e a r   m i k e   b r e e n s   v o i c e   a g a i n .     k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n y k
k n i c k s   a n o n y m o u s   i n   t h e   h o u s e ‼ ️   p r e s e a s o n   n e w y o r k k n i c k s   k n i c k s  
s h o p   n e w y o r k f o r e v e r   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e
v e g a s   h a s   t h e   k n i c k s   o v e r / u n d e r   f o r   w i n s   a t   3 9 .   y a l l   t h i n k   w e   w i n n i n g   o v e r   o r   u n d e r   3 9   g a m e s ?   i   m i g h t   p u t   s o m e   c a s h   o n   t h e   o v e r ,   b u t   w h a t   y a l l   t h i n k ?   k n i c k s   n e w y o r k k n i c k s   n b a   n b a p r e s e a s o n   n e w y o r k   n e w y o r k c i t y   k n i c k s a n o n y m o u s
i   l i t e r a l l y   h a v e   n o   i d e a   w h e r e   e l s e   t o   p o s t   t h i s ,   b u t   h a s   a n y o n e   e l s e   h a d   t h i s   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
g o i n g   l i v e   o n   t w i t t e r   a t   1 1 : 4 0 ,   w e   g o n n a   t a l k   a b o u t   w h a t   y o u   g u y s   a r e   l o o k i n g   f o r w a r d   t o   f o r   t o d a y s   g a m e .   t u n e   i n ‼ ️   k n i c k s   n e w y o r k k n i c k s
🏆   2 0 1 1   n b a   m o s t   v a l u a b l e   p l a y e r 
 🏆   2 0 1 1   a l l - n b a   f i r s t   t e a m   
 🏆   3 ×   n b a   a l l - s t a r 
 🏆   2 0 0 9   n b a   r o o k i e   o f   t h e   y e a r 
 
 j o i n   u s   i n   w i s h i n g   a   h a p p y   3 4 t h   b i r t h d a y   t o   d e r r i c k   r o s e !   🥳 🌹 
 
 d e r r i c k r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   n b a   b i r t h d a y  
n o w   y o u   m i g h t   b e   a s k i n g   y o u r s e l f ,   “ w h y   i s   t h e r e   a   f a t   0   o n   m y   s c r e e n ” ?   m a y b e   b e c a u s e   t o d a y ’ s   t h e   d a y   p e o p l e   n y k   b a c k   l e t ’ s   g o 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
f i n a l l y !     n e w   y o r k   k n i c k s   b a s k e t b a l l   i s   b a c k ! ! ! ! ! !   2 0 2 2   2 0 2 3   n e w y o r k k n i c k s   k n i c k s   n y k   b a s k e t b a l l   p r e s e a s o n  
t h e   n e w y o r k k n i c k s   p l a y   b a s k e t b a l l   t o n i g h t .
n e w e s t   k n i c k ,   j a l e n   b r u n s o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   f r e e a g e n c y   k n i c k s h i g h l i g h t s   k n i c k s p o s t g a m e   m s g n e t w o r k s   n b a   n b a h i g h l i g h t s   n b a k n i c k s   n e w y o r k k n i c k s   n e w y o r k k n i c k s h i g h l i g h t s   n e w y o r k k n i c k s p o s t g a m e   n e w y o r k k n i c k s r e c a p  
i   l i t e r a l l y   h a v e   n o   i d e a   w h e r e   e l s e   t o   p o s t   t h i s ,   b u t   h a s   a n y o n e   e l s e   h a d   t h i s   o u t r a g e o u s   c h a r g e   h a p p e n   o n   t h e i r   l p   s u b s c r i p t i o n ? ? 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n b a   n e w   y o r k   k n i c k s   2 d   t r a c k s u i t s   j a c k e t 
 l i n k   t o   b u y   :   
 n b a   n e w y o r k k n i c k s   n e w y o r k f o r e v e r  
i a n   b e g l e y   t a l k s   p r e s s u r e   o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c h r i s w i l l i a m s o n   e a s t e r n c o n f e r e n c e   i a n b e g l e y   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s   n b a i n s i d e r   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   s n y n b a i n s i d e r   s n y n e t w o r k   s n y n e w y o r k   s n y n y   s n y s p o r t s   s n y t v  
h e y ,   m e g ,   t h e   n e w y o r k k n i c k s   a r e   i n   t o w n   👊 🏼 
 
 
   |   
   |   f a m i l y g u y  
n e w y o r k f o r e v e r   l f g   n e w y o r k k n i c k s .   s t r i n g e r b e l l   s a y s   i   d o n ’ t   c a r e   i f   i t ’ s   p r e s e a s o n ,   w e   b a c k   u p .   k n i c k s t w i t t e r   _ z u l l o         _ n y _ b   _ e a s y         k c d a     .   k n i c k s a n d t h e w i r e   🔥   c o m b o  
c a n   i t   b e   t u e s d a y   y e t ? 
 k n i c k s   n e w y o r k k n i c k s  
t h i s   k i n d   o f   s h i t   i s   w h y   i   h a v e   a   l o t   o f   r e s p e c t   f o r   f o u r n i e r .   d u d e   d o e s n ' t   l e t   a n y t h i n g   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
n y   k n i c k s ’   t o p   t r a d e   s c e n a r i o   i n v o l v i n g   j u l i u s   r a n d l e   & a m p ;   e v a n   f o u r n i e r !   |   n e w   y o r k   k n i c k s   r u m o r s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n u m e r o   u n o   d a y s   t i l l   n y k   c o m e s   b a c k   b a b y ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
g o o o o o d   m o r n i n g   k n i c k s   a n o n y m o u s   f a m i l y ,   t h i s   w e a t h e r   i s   h o t   a s s 😞 .   a t   l e a s t   p r e   s e a s o n   s t a r t s   t o m o r r o w 😜 ‼ ️ k n i c k s   n e w y o r k k n i c k s   m s g   n e w y o r k c i t y
k n i c k s   2 0 2 2 - 2 3   s e a s o n   |   p l a y e r   e x p e c t a t i o n s :   j u l i u s   r a n d l e , ,   i m m a n u e l   q u i c k l y   & a m p ;   i s a i a h   h a r t e n s t e i n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n y   w e   h e r e ,   w u   t a n g   😤 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
k n i c k s   t o   4 5 ? 
 
 e s p n   a n a l y s t   b u l l i s h   o n   n e w y o r k k n i c k s ,   h i n t s   a t   4 5   w i n s     v i a  
t h i s   k i n d   o f   s h i t   i s   w h y   i   h a v e   a   l o t   o f   r e s p e c t   f o r   f o u r n i e r .   d u d e   d o e s n ' t   l e t   a n y t h i n g   p h a s e   h i m .   a s   l o n g   a s   g r i m e s   c a n   s h o w   w h y   h e   w a s   a l m o s t   u n t o u c h a b l e ,   t h e n   i ' m   h a p p y   t o   h a v e   f o u r n i e r   h e r e . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
i s a i a h   h a r t e n s t e i n   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h h a r t e n s t e i n   i s a i a h   h a r t e n s t e i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j a l e n   b r u n s o n   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n b r u n s o n   j a l e n   b r u n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
o b i   t o p p i n   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o b i t o p p i n   o b i   t o p p i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
n e w   y o r k   k n i c k s  
m i l e s   m c b r i d e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m i l e s m c b r i d e   m i l e s   m c b r i d e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
n e w   y o r k   k n i c k s   c h o o s e   s p o r t f i v e   t o   f i n d   n e w   j e r s e y   p a t c h   s p o n s o r 
 s p o r t s i n d u s t r y   s p o r t b i z 

i m m a n u e l   q u i c k l e y   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i m m a n u e l q u i c k l e y   i m m a n u e l   q u i c k l e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j a l e n   b r u n s o n   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n b r u n s o n   j a l e n   b r u n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
r j   b a r r e t t   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r j b a r r e t t   r j   b a r r e t t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
k n i c k s   w i t h   t h e   w i n   d r o s e  
d   r o s e   t o   t h e   c u p   n b a   b a s k e t b a l l   k n i c k s   d r o s e   d e r r i c k r o s e   n b a t w i t t e r   n y k   k n i c k s t a p e  
d   r o s e   f l o a t   g a m e .   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   d r o s e   d e r r i c k r o s e   n b a t w i t t e r  
g o t   m y   d r o s e   c o l l e g e   j e r s e y   o n   b u t   i   d e f i n i t e l y   n e e d   a   h a i r c u t  
_ c r y p t o   _ n f t     c o n g r a t s   b r o ! 🐮 🐂     d r o s e     d e r r i c k r o s e   _ n f t
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
t h e   a d i d a s   r o s e   1 . 5   l o w   i s   a v a i l a b l e   a t   t h e     a p p .   s t i l l   a   f e w   s i z e s   l e f t .   
 
 a d i d a s b a s k e t b a l l   a d i d a s r o s e   d r o s e   k i c k s p o t t i n g 
 📸      
  d o n ’ t   d o   m y   b o i i   d r o s e   d i r t y   h e   d e s e r v e s   t h a t ! !   💯  
w h a t   i f …   d e r r i c k   r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   d e r r i c k r o s e   d r o s e   n b a t w i t t e r  
h a p p y   b i r t h d a y   1   d r o s e   d e r r i c k r o s e
t h a t ’ s   r i g h t … .   d e r r i c k r o s e   🌹   d r o s e   🌹
l e t ’ s   g o   d e r r i c k r o s e   🌹   d r o s e   🌹   p o o h   🌹
h a p p y   b i r t h d a y   d !   ❤ ️   d r o s e   d e r r i c k r o s e
h a p p y   3 4 t h   b i r t h d a y   t o   m y   f a v o r i t e   p l a y e r   w i t h   m y   f a v o r i t e   v i d e o   o f   h i m .   i   m u s t   h a v e   w a t c h e d   t h i s   v i d e o   t h o u s a n d s   o f   t i m e s   o n   m y   i p o d   i n   h i g h   s c h o o l .   i   h a d   c o u n t l e s s   s l e e p l e s s   n i g h t s   w a t c h i n g   h i m   a n d   m y   b e l o v e d   b u l l s .   i   a l w a y s   m i s s   t h o s e   d a y s .   p o o h   d r o s e  
j o i n   u s   i n   w i s h i n g   d e r r i c k   r o s e   a   h a p p y   3 4 t h   b i r t h d a y !   🎉 
 
 k n i c k s   b u l l s   d e r r i c k r o s e   d r o s e   n b a  
t u e s d a y t h o u g h t s   d e a r   d e r r i c k r o s e   🌹   d r o s e   🌹   p o o h   4 ️ ⃣   n o t   o n l y   i s   t o d a y   u r   b i r t h d a y   b u t   i t ’ s   t h e   f i r s t d a y   y o u ’ r e   b a c k   i n   a c t i o n   a f t e r   m o n t h s   b e i n g   a w a y   * p a u s e *   y o u ’ r e   i n   a n   e x c e l l e n t   👉 🏽   p o s i t i o n   t o   a d a p t   & a m p ;   g e t   p a s t   a n y   o b s t a c l e s   i n   u r   w a y   🏀   h a p p y b i r t h d a y d r o s e   🎂  
n b a   " o m g   ! "   m o m e n t s   🔥 
   
 
   
 2 k 2 0   a l l s t a r   b a s k e t b a l l   b a s k e t b a l l v i d e o s   b l o o p e r s   b o s t o n c e l t i c s   b r a w l   b u z z e r b e a t e r   d e r r i c k r o s e   d u n k c o n t e s t   e s p n   f i g h t   f i n a l s   f i r s t t a k e   f u n n y   g a m e w i n n e r   g i a n n i s a n t e t o k o u n m p o   g o a t  
b o b b y   m a r k s & a m p ; 3 9 ;   o f f s e a s o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o b b y m a r k s o f f s e a s o n g u i d e   b o b b y m a r k s o f f s e a s o n g u i d e t h e n e w y o r k k n i c k s n b a o n e s p n   d e r r i c k r o s e   d e r r i c k r o s e h i g h l i g h t s   e a s t e r n c o n f e r e n c e   h i g h l i g h t s   j u l i u s r a n d l e   n b a e s p n   n b a h i g h l i g h t s  
w h o   w o u l d   y o u   c h o o s e ?   w i t h   a l l   d u e   r e s p e c t ,   m y   c h o i c e   w o u l d   b e     w i t h     a   c l o s e   s e c o n d .   a l l   w e r e   p h e n o m e n a l   t h o u g h .   b r a n d o n r o y   t r a c y m c g r a d y   d e r r i c k r o s e   g r a n t h i l l   p e n n y h a r d a w a y   
 
 n b a t w i t t e r   
 w h o w o u l d y o u c h o o s e 
 b a l l i s l i f e 
 n b a  
d   r o s e   t o   t h e   c u p   n b a   b a s k e t b a l l   k n i c k s   d r o s e   d e r r i c k r o s e   n b a t w i t t e r   n y k   k n i c k s t a p e  
d   r o s e   f l o a t   g a m e .   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   d r o s e   d e r r i c k r o s e   n b a t w i t t e r  
b u i l t   b y   n e w   y o r k   |   k n i c k s   7 5 t h   a n n i v e r s a r y 
   
 
   
 a t l a n t i c d i v i s i o n   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k e m b a w a l k e r   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   p a t r i c k e w i n g   r j b a r r e t t   t o m t h i b o d e a u  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e      
b e s t   o f   t h e   d a y   o n   
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
  d u d e ,   w e   s t o p p e d   r e a d i n g   t h e     a f t e r   t h e   d e r r i c k r o s e   s l a n d e r .
_ c r y p t o   _ n f t     c o n g r a t s   b r o ! 🐮 🐂     d r o s e     d e r r i c k r o s e   _ n f t
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
d e r r i c k r o s e   r e a l l y   d i d   i m p r o v e   h i s   3 - p t   s h o t   a l o t   o v e r   t h e   p a s t   f e w   y e a r s .   y o u   t a l k   b a d   a b o u t   d . r o s e ,   i   w i l l   b l o c k   y o u . .   e v e n   i f   w e   a r e   r e l a t e d . .  
y o u n g e s t     m v p   i n   h i s t o r y .   n o   q u e s t i o n     b e t t e r   r e t i r e     j e r s e y !   n b a   d e r r i c k r o s e   b a s k e t b a l l   m v p   c h i c a g o b u l l s  
h a p p y   b i r t h d a y   t o   a   k i n g ! 
 
 c h i c a g o   d e r r i c k r o s e  
w h a t   i f …   d e r r i c k   r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   d e r r i c k r o s e   d r o s e   n b a t w i t t e r  
h a p p y   b i r t h d a y   1   d r o s e   d e r r i c k r o s e
d e r r i c k   r o s e   h a p p y   b i r t h d a y !   🗣   d e r r i c k r o s e   b i r t h d a y   c h i c a g o  
d   r o s e   p u l l   u p   3 .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   d e r r i c k r o s e   n y k   k n i c k s t a p e  
t h a t ’ s   r i g h t … .   d e r r i c k r o s e   🌹   d r o s e   🌹
l e t ’ s   g o   d e r r i c k r o s e   🌹   d r o s e   🌹   p o o h   🌹
h a p p y   b i r t h d a y   t o   t h e   b e s t   m v p 🤍 k n i c k s   d e r r i c k r o s e  
i   l o v e   .   h e ' s   a   s m a r t   a n d   h u m b l e   p l a y e r .   h e   k n o w s   h o w   t h a t   h e ' s   o l d e r ,   t o   f o c u s   o n   m o r e   p l a y m a k i n g ,   b r i n g i n g   c o n s i s t e n t   d e f e n s e ,   a n d   i m p r o v i n g   h i s   j u m p s h o t   n o w .   h e   h a d   a   4 0 . 3 %   3 p t   p e r c e n t a g e   b e f o r e   h e   g o t   h u r t   l a s t   s e a s o n .   i   w i l l   f o r e v e r   b e   a   f a n .     d e r r i c k r o s e
n e w   y o r k   . . . 
   
 
   
 2 0 2 2 2 0 2 3 k n i c k s p r e s e a s o n g a m e   a t l a n t i c d i v i s i o n   c a m r e d d i s h   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   e v a n f o u r n i e r   i m m a n u e l q u i c k l e y   i s a i a h h a r t e n s t i e n   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p r e s e a s o n   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s p r e s e a s o n g a m e  
h a p p y   b i r t h d a y   d !   ❤ ️   d r o s e   d e r r i c k r o s e
d r o s e   h a p p y   b i r t h d a y ! 
 d e r r i c k r o s e   デ リ ッ ク ロ ー ズ   n b a  
d e r r i c k r o s e   g o t   4 2 6   b a l l o o n s   f o r   h i s   3 4   y o   b d a y   s o   f a r     g i f t   h i m   m o r e !
h a p p y   b i r t h d a y   d e r r i c k r o s e ,   l i l m a m a ,   r i c h h o m i e q u a n ,   a n d   a m a r a l a n e g r a ! !   🥳 🎉  
🏆   2 0 1 1   n b a   m o s t   v a l u a b l e   p l a y e r 
 🏆   2 0 1 1   a l l - n b a   f i r s t   t e a m   
 🏆   3 ×   n b a   a l l - s t a r 
 🏆   2 0 0 9   n b a   r o o k i e   o f   t h e   y e a r 
 
 j o i n   u s   i n   w i s h i n g   a   h a p p y   3 4 t h   b i r t h d a y   t o   d e r r i c k   r o s e !   🥳 🌹 
 
 d e r r i c k r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   n b a   b i r t h d a y  
d e r r i c k r o s e   g o t   4 2 4   b a l l o o n s   f o r   h i s   3 4   y o   b d a y   s o   f a r     g i f t   h i m   m o r e !
j o i n   u s   i n   w i s h i n g   d e r r i c k   r o s e   a   h a p p y   3 4 t h   b i r t h d a y !   🎉 
 
 k n i c k s   b u l l s   d e r r i c k r o s e   d r o s e   n b a  
w h a t   a   w o n d e r f u l   p o i n t   g u a r d   h e   w a s   d e r r i c k r o s e  
t u e s d a y t h o u g h t s   d e a r   d e r r i c k r o s e   🌹   d r o s e   🌹   p o o h   4 ️ ⃣   n o t   o n l y   i s   t o d a y   u r   b i r t h d a y   b u t   i t ’ s   t h e   f i r s t d a y   y o u ’ r e   b a c k   i n   a c t i o n   a f t e r   m o n t h s   b e i n g   a w a y   * p a u s e *   y o u ’ r e   i n   a n   e x c e l l e n t   👉 🏽   p o s i t i o n   t o   a d a p t   & a m p ;   g e t   p a s t   a n y   o b s t a c l e s   i n   u r   w a y   🏀   h a p p y b i r t h d a y d r o s e   🎂  
d e r r i c k   r o s e   s a y s   h e   k i l l e d   h i s   e g o   l o n g   t i m e   a g o   d e r r i c k r o s e  
d e r r i c k r o s e   s o   c o l d ! ! 🥶   i n   h i s   p r e s s   c o n f e r e n c e   t o d a y   h e   s a i d . . ”   i   d o n ’ t   p l a y   p i c k   u p ,   c u z   i   n e v e r   w a n t   p p l   t o   l e a r n   m y   t e n d e n c i e s … ”   k n i c k s   o l d s k o o l
u p   n e x t !   n b a   2 k   r e a l i s t i c   r e t r o   g a m e p l a y !   d e r r i c k   r o s e   v s   p a u l   p i e r c e !   b u l l s   v s   c e l t i c s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   7 ,   2 0 2 2   6 : 0 0   p m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   c h i c a g o b u l l s   d e r r i c k r o s e   b o s t o n c e l t i c s   b u l l s v s c e l t i c s   c e l t i c s   b u l l s   p a u l p i e r c e  
n b a   " o m g   ! "   m o m e n t s   🔥 
   
 
   
 2 k 2 0   a l l s t a r   b a s k e t b a l l   b a s k e t b a l l v i d e o s   b l o o p e r s   b o s t o n c e l t i c s   b r a w l   b u z z e r b e a t e r   d e r r i c k r o s e   d u n k c o n t e s t   e s p n   f i g h t   f i n a l s   f i r s t t a k e   f u n n y   g a m e w i n n e r   g i a n n i s a n t e t o k o u n m p o   g o a t  
b o b b y   m a r k s & a m p ; 3 9 ;   o f f s e a s o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o b b y m a r k s o f f s e a s o n g u i d e   b o b b y m a r k s o f f s e a s o n g u i d e t h e n e w y o r k k n i c k s n b a o n e s p n   d e r r i c k r o s e   d e r r i c k r o s e h i g h l i g h t s   e a s t e r n c o n f e r e n c e   h i g h l i g h t s   j u l i u s r a n d l e   n b a e s p n   n b a h i g h l i g h t s  
w h o   w o u l d   y o u   c h o o s e ?   w i t h   a l l   d u e   r e s p e c t ,   m y   c h o i c e   w o u l d   b e     w i t h     a   c l o s e   s e c o n d .   a l l   w e r e   p h e n o m e n a l   t h o u g h .   b r a n d o n r o y   t r a c y m c g r a d y   d e r r i c k r o s e   g r a n t h i l l   p e n n y h a r d a w a y   
 
 n b a t w i t t e r   
 w h o w o u l d y o u c h o o s e 
 b a l l i s l i f e 
 n b a  
d   r o s e   t o   t h e   c u p   n b a   b a s k e t b a l l   k n i c k s   d r o s e   d e r r i c k r o s e   n b a t w i t t e r   n y k   k n i c k s t a p e  
d   r o s e   f l o a t   g a m e .   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   d r o s e   d e r r i c k r o s e   n b a t w i t t e r  
b u i l t   b y   n e w   y o r k   |   k n i c k s   7 5 t h   a n n i v e r s a r y 
   
 
   
 a t l a n t i c d i v i s i o n   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k e m b a w a l k e r   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   p a t r i c k e w i n g   r j b a r r e t t   t o m t h i b o d e a u  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e      
b e s t   o f   t h e   d a y   o n   
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
  d u d e ,   w e   s t o p p e d   r e a d i n g   t h e     a f t e r   t h e   d e r r i c k r o s e   s l a n d e r .
_ c r y p t o   _ n f t     c o n g r a t s   b r o ! 🐮 🐂     d r o s e     d e r r i c k r o s e   _ n f t
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
d e r r i c k r o s e   r e a l l y   d i d   i m p r o v e   h i s   3 - p t   s h o t   a l o t   o v e r   t h e   p a s t   f e w   y e a r s .   y o u   t a l k   b a d   a b o u t   d . r o s e ,   i   w i l l   b l o c k   y o u . .   e v e n   i f   w e   a r e   r e l a t e d . .  
y o u n g e s t     m v p   i n   h i s t o r y .   n o   q u e s t i o n     b e t t e r   r e t i r e     j e r s e y !   n b a   d e r r i c k r o s e   b a s k e t b a l l   m v p   c h i c a g o b u l l s  
h a p p y   b i r t h d a y   t o   a   k i n g ! 
 
 c h i c a g o   d e r r i c k r o s e  
w h a t   i f …   d e r r i c k   r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   d e r r i c k r o s e   d r o s e   n b a t w i t t e r  
h a p p y   b i r t h d a y   1   d r o s e   d e r r i c k r o s e
d e r r i c k   r o s e   h a p p y   b i r t h d a y !   🗣   d e r r i c k r o s e   b i r t h d a y   c h i c a g o  
d   r o s e   p u l l   u p   3 .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   d e r r i c k r o s e   n y k   k n i c k s t a p e  
t h a t ’ s   r i g h t … .   d e r r i c k r o s e   🌹   d r o s e   🌹
l e t ’ s   g o   d e r r i c k r o s e   🌹   d r o s e   🌹   p o o h   🌹
h a p p y   b i r t h d a y   t o   t h e   b e s t   m v p 🤍 k n i c k s   d e r r i c k r o s e  
i   l o v e   .   h e ' s   a   s m a r t   a n d   h u m b l e   p l a y e r .   h e   k n o w s   h o w   t h a t   h e ' s   o l d e r ,   t o   f o c u s   o n   m o r e   p l a y m a k i n g ,   b r i n g i n g   c o n s i s t e n t   d e f e n s e ,   a n d   i m p r o v i n g   h i s   j u m p s h o t   n o w .   h e   h a d   a   4 0 . 3 %   3 p t   p e r c e n t a g e   b e f o r e   h e   g o t   h u r t   l a s t   s e a s o n .   i   w i l l   f o r e v e r   b e   a   f a n .     d e r r i c k r o s e
n e w   y o r k   . . . 
   
 
   
 2 0 2 2 2 0 2 3 k n i c k s p r e s e a s o n g a m e   a t l a n t i c d i v i s i o n   c a m r e d d i s h   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   e v a n f o u r n i e r   i m m a n u e l q u i c k l e y   i s a i a h h a r t e n s t i e n   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p r e s e a s o n   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s p r e s e a s o n g a m e  
h a p p y   b i r t h d a y   d !   ❤ ️   d r o s e   d e r r i c k r o s e
d r o s e   h a p p y   b i r t h d a y ! 
 d e r r i c k r o s e   デ リ ッ ク ロ ー ズ   n b a  
d e r r i c k r o s e   g o t   4 2 6   b a l l o o n s   f o r   h i s   3 4   y o   b d a y   s o   f a r     g i f t   h i m   m o r e !
h a p p y   b i r t h d a y   d e r r i c k r o s e ,   l i l m a m a ,   r i c h h o m i e q u a n ,   a n d   a m a r a l a n e g r a ! !   🥳 🎉  
🏆   2 0 1 1   n b a   m o s t   v a l u a b l e   p l a y e r 
 🏆   2 0 1 1   a l l - n b a   f i r s t   t e a m   
 🏆   3 ×   n b a   a l l - s t a r 
 🏆   2 0 0 9   n b a   r o o k i e   o f   t h e   y e a r 
 
 j o i n   u s   i n   w i s h i n g   a   h a p p y   3 4 t h   b i r t h d a y   t o   d e r r i c k   r o s e !   🥳 🌹 
 
 d e r r i c k r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   n b a   b i r t h d a y  
d e r r i c k r o s e   g o t   4 2 4   b a l l o o n s   f o r   h i s   3 4   y o   b d a y   s o   f a r     g i f t   h i m   m o r e !
j o i n   u s   i n   w i s h i n g   d e r r i c k   r o s e   a   h a p p y   3 4 t h   b i r t h d a y !   🎉 
 
 k n i c k s   b u l l s   d e r r i c k r o s e   d r o s e   n b a  
w h a t   a   w o n d e r f u l   p o i n t   g u a r d   h e   w a s   d e r r i c k r o s e  
t u e s d a y t h o u g h t s   d e a r   d e r r i c k r o s e   🌹   d r o s e   🌹   p o o h   4 ️ ⃣   n o t   o n l y   i s   t o d a y   u r   b i r t h d a y   b u t   i t ’ s   t h e   f i r s t d a y   y o u ’ r e   b a c k   i n   a c t i o n   a f t e r   m o n t h s   b e i n g   a w a y   * p a u s e *   y o u ’ r e   i n   a n   e x c e l l e n t   👉 🏽   p o s i t i o n   t o   a d a p t   & a m p ;   g e t   p a s t   a n y   o b s t a c l e s   i n   u r   w a y   🏀   h a p p y b i r t h d a y d r o s e   🎂  
d e r r i c k   r o s e   s a y s   h e   k i l l e d   h i s   e g o   l o n g   t i m e   a g o   d e r r i c k r o s e  
d e r r i c k r o s e   s o   c o l d ! ! 🥶   i n   h i s   p r e s s   c o n f e r e n c e   t o d a y   h e   s a i d . . ”   i   d o n ’ t   p l a y   p i c k   u p ,   c u z   i   n e v e r   w a n t   p p l   t o   l e a r n   m y   t e n d e n c i e s … ”   k n i c k s   o l d s k o o l
u p   n e x t !   n b a   2 k   r e a l i s t i c   r e t r o   g a m e p l a y !   d e r r i c k   r o s e   v s   p a u l   p i e r c e !   b u l l s   v s   c e l t i c s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   7 ,   2 0 2 2   6 : 0 0   p m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   c h i c a g o b u l l s   d e r r i c k r o s e   b o s t o n c e l t i c s   b u l l s v s c e l t i c s   c e l t i c s   b u l l s   p a u l p i e r c e  
d   r o s e   d o e s n ' t   n e e d   t o   l o o k   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d e r r i c k   r o s e   n o l o o k   a s s i s t   n y k   n e w y o r k   k n i c k s   d e t   d e t r o i t   p i s t o n s
h a p p y   b - d a y   d - r o s e ! ! ! !   🔥 ⚡ ️ 🌪   c h i c a g o   b u l l s   d e r r i c k   r o s e   l e g e n d   n b a   h i s t o r y    
d   r o s e   d o e s n ' t   n e e d   t o   l o o k   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d e r r i c k   r o s e   n o l o o k   a s s i s t   n y k   n e w y o r k   k n i c k s   d e t   d e t r o i t   p i s t o n s
h a p p y   b - d a y   d - r o s e ! ! ! !   🔥 ⚡ ️ 🌪   c h i c a g o   b u l l s   d e r r i c k   r o s e   l e g e n d   n b a   h i s t o r y    
a   t e a m   h a d   i n t e r e s t   i n   k n i c k s   j u l i u s   r a n d l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c o m m e n t a r y   c o v e r a g e   e a s t e r n c o n f e r e n c e   g a m e   h i g h l i g h t s   i a n b e g l e y   j u l i u s r a n d l e   j u l i u s r a n d l e t r a d e r u m o r s   k n i c k s p o d c a s t   m a d i s o n s q u a r e g a r d e n   m s g   n b a   n b a r u m o r s   n e w y o r k k n i c k s  
b o b b y   m a r k s & a m p ; 3 9 ;   o f f s e a s o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o b b y m a r k s o f f s e a s o n g u i d e   b o b b y m a r k s o f f s e a s o n g u i d e t h e n e w y o r k k n i c k s n b a o n e s p n   d e r r i c k r o s e   d e r r i c k r o s e h i g h l i g h t s   e a s t e r n c o n f e r e n c e   h i g h l i g h t s   j u l i u s r a n d l e   n b a e s p n   n b a h i g h l i g h t s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
b e s t   o f   t h e   d a y   o n   
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
k n i c k s   i n c r e d i b l e   4 6   p o i n t   s e c o n d   q u a r t e r   v s   i n d i a n a   p a c e r s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i m m a n u e l q u i c k l e y   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   n b a   n b a h i g h l i g h t s   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
b e s t   o f   t h e   d a y   o n   
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
b e s t   o f   t h e   d a y   o n   
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 c a m r e d d i s h   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s g a m e   k n i c k s h i g h l i g h t s   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s v s p a c e r s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n   n e w y o r k k n i c k s  
r j   b a r r e t t   |   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t   t o m t h i b o d e a u  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r      
b e s t   o f   t h e   d a y   o n   
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
b e s t   o f   t h e   d a y   o n   
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
i d k   b o u t   y ’ a l l   b u t   t h e   k n i c k s   a r e   f u c k i n g   b a c k   b a b y ! ! ! !   🏆 🏆   k n i c k s   j u l i u s r a n d l e   f u c k y e a h b a b y
r a n d l e   f a d e   a w a y   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   k n i c k s t a p e   n y k   j u l i u s r a n d l e  
r a n d l e   t o   r j   f o r   t h e   c o r n e r   3 .   n b a   b a s k e t b a l l   k n i c k s   j u l i u s r a n d l e   r j b a r r e t t   n b a t w i t t e r   n y k   k n i c k s t a p e  
b u i l t   b y   n e w   y o r k   |   k n i c k s   7 5 t h   a n n i v e r s a r y 
   
 
   
 a t l a n t i c d i v i s i o n   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k e m b a w a l k e r   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   p a t r i c k e w i n g   r j b a r r e t t   t o m t h i b o d e a u  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e      
b e s t   o f   t h e   d a y   o n   
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
h e r e ' s   t h e   p r o j e c t e d   s t a r t i n g   l i n e - u p   f o r   n e w   y o r k   k n i c k s !   💪 🔥 
 
 c a n   t h e   k n i c k s   c o m e b a c k   s t o n g   t h i s   s e a s o n   a f t e r   a d d i n g   b a c k c o u r t   e x c e l l e n c e   i n   f o r m   o f   j a l e n   b r u n s o n ? 
 
 n e w y o r k k n i c k s   j u l i u s r a n d l e   r j b a r r e t t   j a l e n b r u n s o n   m i t c h e l l r o b i n s o n   e v a n f o u r n i e r  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   |   . . . 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p o s t g a m e s h o w   k n i c k s v s p i s t o n s   k n i c k s v s p i s t o n s h i g h l i g h t s   k n i c k s v s p i s t o n s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
b r u n s o n   t o   r a n d l e   w h o   b a c k s   d o w n   t h e   s m a l l e r   i v e y .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   j a l e n b r u n s o n   j u l i u s r a n d l e   n y k  
b r u n s o n   t o   r a n d l e   w h o   l o s e s   h i s   s n e a k e r   o n   t h e   l a y u p .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   j a l e n b r u n s o n   j u l i u s r a n d l e   n y k   k n i c k s t a p e  
r a n d l e   h a n d   o f f   t o   r j   f o r   3 .   n b a   n b a t w i t t e r   b a s k e t b a l l   r j b a r r e t t   k n i c k s   n y k   j u l i u s r a n d l e  
b r u n s o n   t o   r a n d l e   f o r   3 .   n b a   b a s k e t b a l l   n b a t w i t t e r   j u l i u s r a n d l e   j a l e n b r u n s o n   k n i c k s   n y k   k n i c k s t a p e  
j u l i u s r a n d l e   i s   a s   u s e l e s s   a s   a   3   l i t e r   b o t t l e   o f   s h a s t a .  
t h e   b l o c k   b y   m i t c h   a n d   p a s s   t o   r a n d l e   f o r   t h e   s l a a a a a m m m m m m ! ! ! ! ! ! 💯 🔷 🔶 🔷 🔶 🔷 🔶 🏀 🏀 🏀 🏀 🏀 🏀 🏀 
 n e w y o r k f o r e v e r   m i t c h e l l r o b i n s o n   j u l i u s r a n d l e
n e w   y o r k   . . . 
   
 
   
 2 0 2 2 2 0 2 3 k n i c k s p r e s e a s o n g a m e   a t l a n t i c d i v i s i o n   c a m r e d d i s h   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   e v a n f o u r n i e r   i m m a n u e l q u i c k l e y   i s a i a h h a r t e n s t i e n   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p r e s e a s o n   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s p r e s e a s o n g a m e  
i a n   b e g l e y   t a l k s   p r e s s u r e   o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c h r i s w i l l i a m s o n   e a s t e r n c o n f e r e n c e   i a n b e g l e y   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s   n b a i n s i d e r   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   s n y n b a i n s i d e r   s n y n e t w o r k   s n y n e w y o r k   s n y n y   s n y s p o r t s   s n y t v  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
a   t e a m   h a d   i n t e r e s t   i n   k n i c k s   j u l i u s   r a n d l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c o m m e n t a r y   c o v e r a g e   e a s t e r n c o n f e r e n c e   g a m e   h i g h l i g h t s   i a n b e g l e y   j u l i u s r a n d l e   j u l i u s r a n d l e t r a d e r u m o r s   k n i c k s p o d c a s t   m a d i s o n s q u a r e g a r d e n   m s g   n b a   n b a r u m o r s   n e w y o r k k n i c k s  
b o b b y   m a r k s & a m p ; 3 9 ;   o f f s e a s o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o b b y m a r k s o f f s e a s o n g u i d e   b o b b y m a r k s o f f s e a s o n g u i d e t h e n e w y o r k k n i c k s n b a o n e s p n   d e r r i c k r o s e   d e r r i c k r o s e h i g h l i g h t s   e a s t e r n c o n f e r e n c e   h i g h l i g h t s   j u l i u s r a n d l e   n b a e s p n   n b a h i g h l i g h t s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
b e s t   o f   t h e   d a y   o n   
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
k n i c k s   i n c r e d i b l e   4 6   p o i n t   s e c o n d   q u a r t e r   v s   i n d i a n a   p a c e r s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i m m a n u e l q u i c k l e y   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   n b a   n b a h i g h l i g h t s   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
b e s t   o f   t h e   d a y   o n   
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
b e s t   o f   t h e   d a y   o n   
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 c a m r e d d i s h   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s g a m e   k n i c k s h i g h l i g h t s   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s v s p a c e r s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n   n e w y o r k k n i c k s  
r j   b a r r e t t   |   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t   t o m t h i b o d e a u  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r      
b e s t   o f   t h e   d a y   o n   
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
b e s t   o f   t h e   d a y   o n   
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
i d k   b o u t   y ’ a l l   b u t   t h e   k n i c k s   a r e   f u c k i n g   b a c k   b a b y ! ! ! !   🏆 🏆   k n i c k s   j u l i u s r a n d l e   f u c k y e a h b a b y
r a n d l e   f a d e   a w a y   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   k n i c k s t a p e   n y k   j u l i u s r a n d l e  
r a n d l e   t o   r j   f o r   t h e   c o r n e r   3 .   n b a   b a s k e t b a l l   k n i c k s   j u l i u s r a n d l e   r j b a r r e t t   n b a t w i t t e r   n y k   k n i c k s t a p e  
b u i l t   b y   n e w   y o r k   |   k n i c k s   7 5 t h   a n n i v e r s a r y 
   
 
   
 a t l a n t i c d i v i s i o n   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k e m b a w a l k e r   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   p a t r i c k e w i n g   r j b a r r e t t   t o m t h i b o d e a u  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e      
b e s t   o f   t h e   d a y   o n   
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
h e r e ' s   t h e   p r o j e c t e d   s t a r t i n g   l i n e - u p   f o r   n e w   y o r k   k n i c k s !   💪 🔥 
 
 c a n   t h e   k n i c k s   c o m e b a c k   s t o n g   t h i s   s e a s o n   a f t e r   a d d i n g   b a c k c o u r t   e x c e l l e n c e   i n   f o r m   o f   j a l e n   b r u n s o n ? 
 
 n e w y o r k k n i c k s   j u l i u s r a n d l e   r j b a r r e t t   j a l e n b r u n s o n   m i t c h e l l r o b i n s o n   e v a n f o u r n i e r  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   |   . . . 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p o s t g a m e s h o w   k n i c k s v s p i s t o n s   k n i c k s v s p i s t o n s h i g h l i g h t s   k n i c k s v s p i s t o n s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
b r u n s o n   t o   r a n d l e   w h o   b a c k s   d o w n   t h e   s m a l l e r   i v e y .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   j a l e n b r u n s o n   j u l i u s r a n d l e   n y k  
b r u n s o n   t o   r a n d l e   w h o   l o s e s   h i s   s n e a k e r   o n   t h e   l a y u p .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   j a l e n b r u n s o n   j u l i u s r a n d l e   n y k   k n i c k s t a p e  
r a n d l e   h a n d   o f f   t o   r j   f o r   3 .   n b a   n b a t w i t t e r   b a s k e t b a l l   r j b a r r e t t   k n i c k s   n y k   j u l i u s r a n d l e  
b r u n s o n   t o   r a n d l e   f o r   3 .   n b a   b a s k e t b a l l   n b a t w i t t e r   j u l i u s r a n d l e   j a l e n b r u n s o n   k n i c k s   n y k   k n i c k s t a p e  
j u l i u s r a n d l e   i s   a s   u s e l e s s   a s   a   3   l i t e r   b o t t l e   o f   s h a s t a .  
t h e   b l o c k   b y   m i t c h   a n d   p a s s   t o   r a n d l e   f o r   t h e   s l a a a a a m m m m m m ! ! ! ! ! ! 💯 🔷 🔶 🔷 🔶 🔷 🔶 🏀 🏀 🏀 🏀 🏀 🏀 🏀 
 n e w y o r k f o r e v e r   m i t c h e l l r o b i n s o n   j u l i u s r a n d l e
n e w   y o r k   . . . 
   
 
   
 2 0 2 2 2 0 2 3 k n i c k s p r e s e a s o n g a m e   a t l a n t i c d i v i s i o n   c a m r e d d i s h   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   e v a n f o u r n i e r   i m m a n u e l q u i c k l e y   i s a i a h h a r t e n s t i e n   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p r e s e a s o n   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s p r e s e a s o n g a m e  
i a n   b e g l e y   t a l k s   p r e s s u r e   o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c h r i s w i l l i a m s o n   e a s t e r n c o n f e r e n c e   i a n b e g l e y   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s   n b a i n s i d e r   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   s n y n b a i n s i d e r   s n y n e t w o r k   s n y n e w y o r k   s n y n y   s n y s p o r t s   s n y t v  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r      
b e s t   o f   t h e   d a y   o n   
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
h e r e ' s   t h e   p r o j e c t e d   s t a r t i n g   l i n e - u p   f o r   n e w   y o r k   k n i c k s !   💪 🔥 
 
 c a n   t h e   k n i c k s   c o m e b a c k   s t o n g   t h i s   s e a s o n   a f t e r   a d d i n g   b a c k c o u r t   e x c e l l e n c e   i n   f o r m   o f   j a l e n   b r u n s o n ? 
 
 n e w y o r k k n i c k s   j u l i u s r a n d l e   r j b a r r e t t   j a l e n b r u n s o n   m i t c h e l l r o b i n s o n   e v a n f o u r n i e r  
n e w   y o r k   . . . 
   
 
   
 2 0 2 2 2 0 2 3 k n i c k s p r e s e a s o n g a m e   a t l a n t i c d i v i s i o n   c a m r e d d i s h   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   e v a n f o u r n i e r   i m m a n u e l q u i c k l e y   i s a i a h h a r t e n s t i e n   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p r e s e a s o n   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s p r e s e a s o n g a m e  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r      
b e s t   o f   t h e   d a y   o n   
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
h e r e ' s   t h e   p r o j e c t e d   s t a r t i n g   l i n e - u p   f o r   n e w   y o r k   k n i c k s !   💪 🔥 
 
 c a n   t h e   k n i c k s   c o m e b a c k   s t o n g   t h i s   s e a s o n   a f t e r   a d d i n g   b a c k c o u r t   e x c e l l e n c e   i n   f o r m   o f   j a l e n   b r u n s o n ? 
 
 n e w y o r k k n i c k s   j u l i u s r a n d l e   r j b a r r e t t   j a l e n b r u n s o n   m i t c h e l l r o b i n s o n   e v a n f o u r n i e r  
n e w   y o r k   . . . 
   
 
   
 2 0 2 2 2 0 2 3 k n i c k s p r e s e a s o n g a m e   a t l a n t i c d i v i s i o n   c a m r e d d i s h   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   e v a n f o u r n i e r   i m m a n u e l q u i c k l e y   i s a i a h h a r t e n s t i e n   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p r e s e a s o n   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s p r e s e a s o n g a m e  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [64], in <cell line: 1>()
      1 for id, tweets in tweets_df_Knicks1.items():
      2     for tweet in tweets:
----> 3         analysis = TextBlob(tweets_df_Knicks1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Knicks1 = tweets_df_Knicks1.append({
      5             'name': id,
      6             'text': tweets_df_Knicks1.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\textblob\blob.py:384, in BaseBlob.__init__(self, text, tokenizer, pos_tagger, np_extractor, analyzer, parser, classifier, clean_html)
    380 def __init__(self, text, tokenizer=None,
    381             pos_tagger=None, np_extractor=None, analyzer=None,
    382             parser=None, classifier=None, clean_html=False):
    383     if not isinstance(text, basestring):
--> 384         raise TypeError('The `text` argument passed to `__init__(text)` '
    385                         'must be a string, not {0}'.format(type(text)))
    386     if clean_html:
    387         raise NotImplementedError("clean_html has been deprecated. "
    388                                 "To remove HTML markup, use BeautifulSoup's "
    389                                 "get_text() function")

TypeError: The `text` argument passed to `__init__(text)` must be a string, not <class 'pandas.core.series.Series'>
In [65]:
for id, tweets in tweets_df_Knicks2.items():
    for tweet in tweets:
        analysis = SentimentIntensityAnalyzer(tweets_df_Knicks2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Knicks2 = tweets_df_Knicks2.append({
            'name': id,
            'text': tweets_df_Knicks2.text
        }, ignore_index=True)
k n i c k s   2 0 2 2 - 2 3   s e a s o n   |   p l a y e r   e x p e c t a t i o n s :   o b i   t o p p i n ,   j a l e n   b r u n s o n ,   . . .     v i a     r e p l a y g a n g   r e p l a y s q u a d   k f t v   n e w y o r k k n i c k s   h i t t h a t t h u m b s u p 4 y a b o y z
w a r r i o r s   a t   k n i c k s   |   f u l l   g a m e   h i g h l i g h t s   |   d e c e m b e r   1 4 ,   2 0 2 1 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 2 2 1 0 0 4 1 4   n b a   n e w y o r k k n i c k s  
r e t w e e t   t h i s   i f   y o u   t h i n k   t h e   k n i c k s   c a n   i m p r o v e   t h e s e   a r e a s   t h i s   s e a s o n .   
 
 k n i c k s   n b a   b a s k e t b a l l   n y k n i c k s   n e w y o r k   n e w y o r k k n i c k s   k n i c k s t a p e   k n i c k s n a t i o n   n y c   k n i c k s f a n   k n i c k s w a y   m s g   k n i c k s b a s k e t b a l l   b a l l i s l i f e   n y k   s p o r t s   n y k n i c k s b a s k e t b a l l  
w e l c o m e   t o   t h e   s q u a d     p s 5 s h a r e ,   n b a 2 k 2 3 ,   n e w a d d i t i o n ,   b e n s i m m o n s ,   n e w y o r k k n i c k s  
n y   k n i c k s   c a m   r e d d i s h   1 s t   s t a r t   t r o u b l e s   t h e k n i c k o f t i m e s h o w   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   c a m r e d d i s h   c o v e r a g e   e a s t e r n c o n f e r e n c e   g a m e   h i g h l i g h t s   m a d i s o n s q u a r e g a r d e n   m s g   n b a   n e w y o r k k n i c k s   n e w y o r k k n i c k s g a m e  
t h e r e   a r e   m i l l i o n s   o f   u s   k n i c k s   f a n s   o n   t w i t t e r   🟠 🔵 
 
 n o   n e w y o r k k n i c k s   f a n   s h o u l d   h a v e   a   f e w   h u n d r e d   f o l l o w e r s .   w e   s h o u l d   a l l   f o l l o w   e a c h   o t h e r 🫵 🏻 🤜 🏻 🤛 🏿 
 
 u s e   t h i s   t w e e t   t o   c o n n e c t   w i t h   k n i c k s   f a n s . . .   l i k e ,   r e t w e e t   a n d   c o m m e n t   t o   r e a c h   o u t   t o   f e l l o w   k n i c k s   f a n s ! l e t s g o k n i c k s  
n y   k n i c k s :   w h o   w i l l   t h i b s   m a k e   a   s t a r   n e x t   s e a s o n ? ?   n e w y o r k k n i c k s   n e w y . . .     v i a  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
o b i   t o p p i n   d a z z l e s   i n   k n i c k s   p r e s e a s o n   w i n   o v e r   t h e   p a c e r s   |   k f t v   r e a c t i o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
w a t c h :   “ w h o   t h e   f * * k   i s   h e ? ”   o s w a l d o   c a b r e r a   d i s p l a y e d   a s   y a n k e e s   s t a r   b y   t h e   n y   k n i c k s ,   f a n s   d e c l a r e   h e   w a s   n o t h i n g   b u t   a   p r o s p e c t     m l b   n e w y o r k k n i c k s
a n d   t h e   c y c l e   r e p e a t s   : ( 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   w a s   o n   m s g   n e t w o r k .   w i t h   c o m m e n t a r y   f r o m   e d   c o h e n .   c o - c o m m e n t a t o r   i s   w a l t   f r a z i e r .     f o r   m o r e   d e t a i l s   s e e     n e w y o r k k n i c k s   i n d i a n a p a c e r s   m s g n e t w o r k
k n i c k s   o p e n   p r a c t i c e   2 0 2 2 :   d r i l l s   |   5   o n   5 s   |   q & a m p ; a 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
a   t e a m   h a d   i n t e r e s t   i n   k n i c k s   j u l i u s   r a n d l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c o m m e n t a r y   c o v e r a g e   e a s t e r n c o n f e r e n c e   g a m e   h i g h l i g h t s   i a n b e g l e y   j u l i u s r a n d l e   j u l i u s r a n d l e t r a d e r u m o r s   k n i c k s p o d c a s t   m a d i s o n s q u a r e g a r d e n   m s g   n b a   n b a r u m o r s   n e w y o r k k n i c k s  
w e   a l m o s t   s i g n e d   l o w r y   l a s t   s e a s o n   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
w e   a l m o s t   s i g n e d   l o w r y   l a s t   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s h o p   n e w y o r k f o r e v e r   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
k n i c k s   o p e n   p r a c t i c e   2 0 2 2 :   d r i l l s   & a m p ;   5   o n   5 s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
k n i c k s   o p e n   p r a c t i c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
2 0 1 7 - 2 0 1 9   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
b e s t   o f   t h e   d a y   o n   
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
o b i   t o p p i n   b l o c k   & a m p ;   s t u f f ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
k n i c k s   i n c r e d i b l e   4 6   p o i n t   s e c o n d   q u a r t e r   v s   i n d i a n a   p a c e r s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i m m a n u e l q u i c k l e y   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   n b a   n b a h i g h l i g h t s   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
b e s t   o f   t h e   d a y   o n   
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u
l i s t   o f   n a t i o n a l l y   t e l e v i s e d   k n i c k s   g a m e s .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
b e s t   o f   t h e   d a y   o n   
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
  n y   k n i c k s :   o b i   t o p p i n   e l e v a t e s   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k k n i c k s   n b a    
o b i   f u c k i n g   t o p p i n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
r j   b a r r e t t   r e a c t s   t o   o b i   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   k n i c k s p o s t g a m e   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   o b i t o p p i n   p a c e r s   p a c e r s b a s k e t b a l l  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 c a m r e d d i s h   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s g a m e   k n i c k s h i g h l i g h t s   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s v s p a c e r s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n   n e w y o r k k n i c k s  
[ h i g h l i g h t ]   o b i   t o p p i n   a n d   f a s t   b r e a k   d u n k s .   n a m e   a   m o r e   i c o n i c   d u o . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n y   k n i c k s :   o b i   t o p p i n   e l e v a t e s   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k k n i c k s   n b a   c l i c k   h e r e :   v i a    
r j   b a r r e t t   |   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t   t o m t h i b o d e a u  
[ h i g h l i g h t ]   o b i   t o p p i n   b l o c k s   i t   o n   o n e   e n d ,   e a s t b a y s   o n   t h e   o t h e r ,   a n d   p o i n t s   a t   t j   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
t h e   d u k e   r i d e s   h i g h 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
o b i   t o p p i n   p u t s   o n   a   s h o w   a s   k n i c k s   b e a t   p a c e r s   1 3 1 - 1 1 4   |   n e w   y o r k   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   s p o r t s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
i ’ m   n o   l o n g e r   g o n n a   g e t   e x c i t e d   o v e r   a   c o u p l e   o f   p r e s e a s o n   w i n s .   b e e n   b u r n e d   t o o   m a n y   t i m e s   b y   t h e s e   n e w y o r k k n i c k s
o b i   t o p p i n   p u t   o n   a   s h o w   a t   m s g !   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s v s n e w y o r k k n i c k s 2 0 2 2   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   n e w y o r k k n i c k s   p a c e r s v s k n i c k s  
g o o d   o n e   b y     
 
 o b i   t o p p i n   o b i t o p p i n   o b i t o p p i n   n b a   n b a t w i t t e r   n b a t w i t t e r l i v e   s l a m d u n k   m s g   n e w y o r k   n e w y o r k k n i c k s   k n i c k s   n e w y o r k f o r e v e r  
a   p i e c e   o f   a r t   t o   s o o t h e   y o u r   s o u l . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
i n d i a n a   p a c e r s   v s   n e w   y o r k   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s v s n e w y o r k k n i c k s 2 0 2 2   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   n e w y o r k k n i c k s   p a c e r s v s k n i c k s  
t h e   n e w   y o r k   s k y l i n e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
e n d e   
 e i s h o c k e y   h e r r e n   q m j h l   
 4 : 3   q u e b e c r e m p a r t s   v s   b l a i n v i l l e b o i s b r i a n d a r m a d a   
 e i s h o c k e y   h e r r e n   n h l s a i s o n v o r b e r e i t u n g   
 2 : 4   t o r o n t o m a p l e l e a f s   v s   d e t r o i t r e d w i n g s   
 b a s k e t b a l l   h e r r e n   n b a   
 1 1 2 : 1 0 3   b o s t o n c e l t i c s   v s   c h a r l o t t e h o r n e t s   
 1 1 4 : 1 3 1   i n d i a n a p a c e r s   v s   n e w y o r k k n i c k s
1 1   l o o k i n g   s m o o k i n g   a f ,   b o i   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
h e   s c o r e d   3 8   p o i n t s   v     k o b e b r y a n t   b u t   o n c e   d u b b e d :   l i t t l e   a s i a n   k i d .   c u l t u r a l   i c o n   j e r e m y l i n   i s   a   s t o r y   o f   i n s p i r a t i o n   & a m p ;   t r i u m p h .   i n   d o c u m e n t a r y :   ‘ 3 8   a t   t h e   g a r d e n ’ ,   l i n   t e l l s   o f   h i s   l i n s a n i t y   r u n   w i t h   n e w y o r k k n i c k s   & a m p ;   i s   j t a   c o m m u n i c a t o r   o f   t h e   w e e k 
 
  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r      
b e s t   o f   t h e   d a y   o n   
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
b e s t   o f   t h e   d a y   o n   
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
[ h i g h l i g h t ]   o b i   t o p p i n   b l o c k s   i t   o n   o n e   e n d ,   e a s t b a y s   o n   t h e   o t h e r ,   a n d   p o i n t s   a t   t j   m c c o n n e l l   f o r   c o n t e s t i n g 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬇ ️ i n d i a n a p a c e r s   1 1 4   ( 1 - 1 ) 🔸 
 ⬆ ️ n e w y o r k k n i c k s   1 3 1   ( 2 - 0 ) 
 🔶 c h r i s   d u a r t e 🇩 🇴 
 ( s g / 6 ' 5 " / 1 9 0 l b s ) 
 🔹 1 1 / p t s 
 🔹 5 / r e b 
 🔹 3 / a s t 
 🔹 0 / s t l 
 🔹 2 / b l k 
 🔹 1 / t o 
 🔹 2 / 3 t 2 
 🔹 2 / 4 t 3 
 🔹 1 / 1 t l 
 🔹 2 0 : 3 4 / m i n : s e g 
 _ d u a r t e 5 
 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
" a n o t h e r   e a s t b a y   s p e c i a l "   -   o b i   t o p p i n   i s   w i l d   f o r   t h i s   o n e   😲 
   
 
   
 b a s k e t b a l l   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 0   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v i d e o s   n e w y o r k k n i c k s   t e a m 1 6 1 0 6 1 2 7 5 2  
😱   a w e s o m e   d u n k   f r o m   o b i   t o p p i n . 
 
 t h e   b r i g h t e s t ,   i n a d e q u a t e   a n d   m e m o r a b l e   m o m e n t s   o f   t h e   b e s t   b a s k e t b a l l   l e a g u e   i n   t h e   w o r l d .   j o i n . 
 — 
 n b a   n e w y o r k k n i c k s   s h o r t s b a s k e t b a l l   o b i t o p p i n d u n k i g h t s  
n o w   t h a t ’ s   w h a t ’ s   u p   🙌 🏿 🙌 🏿 🙌 🏿 🙌 🏿 🙌 🏿 🙌 🏿 
 
 n e w y o r k   k n i c k ’ s   o b i   t o p p i n ' s   😳 😳 ,   n o w   t h a t ’ s   f o r   t h e   m o n e y   😀 👏 🏼 😀 👏 🏼 
 
 n b a p r e s e a s o n   n b a   n e w y o r k k n i c k s  
i ’ l l   b e   h e r e   a l l   s e a s o n   n e w y o r k k n i c k s   🏀  
1 1   l o o k i n g   s m o o k i n g   a f ,   b o i 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
t h e   f o r c e   i s   s t r o n g   w i t h   t h i s   o n e   n e w y o r k k n i c k s    
m a n   f o r g e t   c a m   r e d d i s h   s t a r t i n g !   o b i   o u t   t h e i r   s h i n n i n g ! !   n o t   e v e n   b o x   w a t c h i n g   c a m   i s   w a y   t o   g o o d   t o   n o t   s n a t c h   h i s   w o r t h   u p   o n   t h i s   r o s t e r !   h e   f u m b l e d   t o n i g h t   r e s p e c t f u l l y   k n i c k s   n e w y o r k k n i c k s
i   k n o w   i t ’ s   j u s t   p r e s e a s o n ,   b u t … .   l e t ’ s   g o   k n i c k s ! ! !   l e t s g o k n i c k s   n e w y o r k k n i c k s   k n i c k s
j a l e n   " j e s u s   c h r i s t "   b r u n s o n   p u t t i n g   i n   w o r k   a s   u s u a l .   n e w y o r k k n i c k s
j a l e n   b r u n s o n   w i t h   a n   a m a z i n g   m o v e !   🤩 💫 🌟 
 n y c   n b a   n b a t w i t t e r   n b a p r e s e a s o n   n e w y o r k   n e w y o r k k n i c k s   k n i c k s 
  
b u i l t   b y   n e w   y o r k   |   k n i c k s   7 5 t h   a n n i v e r s a r y 
   
 
   
 a t l a n t i c d i v i s i o n   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k e m b a w a l k e r   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   p a t r i c k e w i n g   r j b a r r e t t   t o m t h i b o d e a u  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 7 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ b e g l e y ]   q u e n t i n   g r i m e s   ( f o o t )   a n d   c a m   r e d d i s h   ( a n k l e )   a r e   o u t   t o m o r r o w ,   t o m   t h i b o d e a u   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
k n i c k s   r j   b a r r e t t   c l a p s   b a c k   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   k n i c k s h i g h l i g h t s   k n i c k s r j b a r r e t t   n e w y o r k k n i c k s   n e w y o r k k n i c k s h i g h l i g h t s   n e w y o r k k n i c k s r j b a r r e t t   n e w y o r k k n i c k s r j b a r r e t t h i g h l i g h t s   n y k n i c k s   r j b a r r e t t   r j b a r r e t t b e s t p l a y s  
c o u l d   t h e   n e w   y o r k   k n i c k s & a m p ; 3 9 ;   t r a d e   p a c k a g e   f o r   d o n o v a n   m i t c h e l l   a c t u a l l y   b e   a   l o t   l e s s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   d e u c e m c b r i d e   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   f e r o n h u n t   j e a n m o n t e r o   j e r i c h o s i m s   l e o n r o s e   n b a   n e w y o r k k n i c k s   q u e n t i n g r i m e s  
q u e s t i o n s   f o r   t h e   k n i c k s   u p c o m i n g   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
c p   ‘ t h e   f a n c h i s e ’   b r e a k s   d o w n   k n i c k s ’   p r e s e a s o n   o p e n e r   |   n e w   y o r k   p o s t   s p o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ k a t z ]   m i t c h e l l   r o b i n s o n   o n   w h y   h e   t r i e d   t o   a d d   s o m e   p o s t   m o v e s   o v e r   t h e   s u m m e r :   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
l e t ’ s   g o   k n i c k s   n e w y o r k k n i c k s
l o w e ' s   a n n u a l   n b a   t i e r s :   r a n k i n g   t h e   l e a g u e ' s   b e s t   a n d   w o r s t   t e a m s   . . .   a n d   t h e   n e t s   a n d   l a k e r s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r e v e r   n e w y o r k k n i c k s 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e      
b e s t   o f   t h e   d a y   o n   
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
t o p   l e f t   m y   f a v o r i t e   p o o c h   i n   t h e   w o r l d ,   w h a t ' s   o n   t h e   b o t t o m   r i g h t ? 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
2 0 0 6   _ f r a n c h i s e 3   s t e v e f r a n c i s   t o u r c h e s   t h e     n e w y o r k k n i c k s   f o r   3 6   p o i n t s   🥶   e l i t e h a n d l e s   e l i t e s c o r i n g   t h e f r a n c h i s e   n b a   t h e g o o d o l e d a y s   🏀 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   e a c h   t e a m .   h e r e ’ s   t h e   k n i c k s   e d i t i o n ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 6 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
k n i c k s   -   k e e p   t h e   e n e r g y   g o i n g   🔋 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   k n i c k s n a t i o n   k n i c k s n e w s   k n i c k s t a p e   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   n y k n i c k s   n y k  
s u r e   w e ’ r e   g o i n g   t o   s e e   a   l o t   o f   t h i s   a c t i o n   g o i n g   f o r w a r d .   w i t h   b o t h   f o r w a r d s   h i g h ,   c   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
a l a n   h a h n ' s   t a k e s   a r e   a l w a y s   g o l d .   b e c a u s e   h e   k n o w s   b a s k e t b a l l   🏀 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
i f   b y   s o m e   c h a n c e   w e   m i s s   t h e   p l a y o f f s .   p l e a s e   l e t   t h e r e   b e   j u s t i c e   i n   t h i s   w o r l d   a n d   l e t   t h i s   b e   t h e   y e a r   w e   w i n   t h e   l o t t e r y . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
l o v i n   t h i s   c l a s s i c   j e r s e y ! 
 r a i s e   y o u r   h a n d   i f   y o u   t h i n k   k n i c k s   w i l l   r u n   a   b e t t e r   s e a s o n   t h i s   y e a r 
 
 n e w y o r k k n i c k s   k n i c k s   b a s k e t b a l l   c a n g s t e r   p f p   n f t   f r e e m i n t  
k n i c k s   r j   b a r r e t t   a l l e y   t o   o b i   t o p p i n   🏀 ✈ ️   n e w y o r k k n i c k s   o b i t o p p i n   r j b a r r e t t   k n i c k s   n b a s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e  
y o u   k n o w   i ’ m   h y p e d   a f t e r   j u s t   t h e   f i r s t   p r e - s e a s o n   w i n   …   l o l   ! ! !   l e t s g o k n i c k s   n y k n i c k s   n y k   n e w y o r k k n i c k s   k n i c k s f a n   @   s o u t h s i d e   j a m a i c a   q u e e n s  
t e e n   b a s k e t b a l l   s t a r   s h o t   a n d   k i l l e d   i n   n e w   j e r s e y 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
b r e a k i n g   d o w n   k n i c k s & a m p ; 3 9 ;   p g   d e p t h :   b r u n s o n ,   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   k n i c k s b a s k e t b a l l   m s g   m s g n e t w o r k s   n e w y o r k   n e w y o r k b a s k e t b a l l   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   p i s t o n s   s p o r t s  
  n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r e v e r   n e w y o r k k n i c k s    
g o o d   h e a v e n s ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
h e r e ' s   t h e   p r o j e c t e d   s t a r t i n g   l i n e - u p   f o r   n e w   y o r k   k n i c k s !   💪 🔥 
 
 c a n   t h e   k n i c k s   c o m e b a c k   s t o n g   t h i s   s e a s o n   a f t e r   a d d i n g   b a c k c o u r t   e x c e l l e n c e   i n   f o r m   o f   j a l e n   b r u n s o n ? 
 
 n e w y o r k k n i c k s   j u l i u s r a n d l e   r j b a r r e t t   j a l e n b r u n s o n   m i t c h e l l r o b i n s o n   e v a n f o u r n i e r  
g r a n d   t h e f t   d e u c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
g u a r d   j a l e n   h a r r i s   h a s   j o i n e d   t h e   n e w   y o r k   k n i c k s   m o r e   t h a n   a   y e a r   a f t e r   t h e   n b a   s u s p e n d e d   h i m   f o r   b r e a k i n g   t h e   o r g a n i z a t i o n ' s   d r u g   p o l i c y .   👀 r e a d   t h e   f u l l   s t o r y   l i n k   i n   b i o   🔗 ⁠ 
 . 
 b a s k e t b a l l   s p o r t s   b a s k e t b a l l c o a c h   n b a   b a s k e t b a l l p l a y e r   b a s e b a l l   n y k n i c k s   n e w y o r k k n i c k s  
j a l e n   b r u n s o n & a m p ; 3 9 ; s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   k n i c k s   🍿 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 5 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
i ’ m   f r o m   u k   a n d   t o l d   e v e r y b o d y   d o n ’ t   s l e e p   o n   t h i s   g u y .   m o v e   m e   t o   n e w   y o r k   n e w y o r k k n i c k s   n b a   🟠 🔵  
n e w   y o r k   k n i c k s   d e c a l   8 x 8   d i e   c u t   c o l o r   n e w y o r k k n i c k s    
s o   f r o m   a n   i n   p e r s o n   v i e w   o f   t h e   g a m e   y e s t e r d a y .   i t   l o o k s   t o   m e   a s   i f   r a n d l e   a n d   e v a n   d o n ’ t   r e a l l y   p l a y   w e l l   w i t h   r j   c a u s e   i f   y o u   w a t c h   a g a i n   m o s t   o f   r j ’ s   b u c k e t s   c a m e   a f t e r   t h e y   w e r e   b o t h   o u t   t h e   g a m e .   w h a t   y o u   g u y s   t h i n k ?   k n i c k s a n o n y m o u s   n e w y o r k k n i c k s   k n i c k s   n e w y o r k
i   d o n ’ t   w a n t   t o   o v e r r e a c t   b u t … 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s   p o s t   g a m e   s h o w :   h i g h l i g h t s ,   a n a l y s i s ,   c a l l e r   r e a c t i o n s   |   1 0 . 4 . 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s h a r e   t h e   b e s t   n e w y o r k   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o   n e w y o r k m o d e l 
 
  
b e s t   o f   t h e   d a y   o n   
 c l i c k s   o f   n e w   y o r k   -   b r e e z i n g   n e w   y o r k 
 
 n e w y o r k   n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o   n e w y o r k m o d e l
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   n e w y o r k   c o n t e n t   :   
 n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o 
 
  
w h a t ' s   b e s t   o n     ? 
 c l i c k s   o f   n e w   y o r k   -   b r e e z i n g   n e w   y o r k 
 
 n e w y o r k   n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o   n e w y o r k m o d e l
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   n e w y o r k   c o n t e n t   :   
 n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o 
 
  
s h a r e   t h e   b e s t   n e w y o r k   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o   n e w y o r k m o d e l 
 
  
w h a t ' s   b e s t   o n     ? 
 c l i c k s   o f   n e w   y o r k   -   b r e e z i n g   n e w   y o r k 
 
 n e w y o r k   n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o   n e w y o r k m o d e l
s e a s o n   o f f   t o   a   g r e a t   s t a r t   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
[ i a n   b e g l e y ]   j a l e n   b r u n s o n ,   r j   b a r r e t t   & a m p ;   j u l i u s   r a n d l e   c o m b i n e   f o r   5 2   p o i n t s   o n   2 1 - f o r - 3 3   s h o o t i n g   i n   t h e i r   f i r s t   p r e s e a s o n   a c t i o n .   f i v e   a s s i s t s   f o r   b r u n s o n   i n   h i s   k n i c k   d e b u t .   f o u r   a s s i s t s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
t i m   t h i b o d e a u   o n   j a l e n   b r u n s o n :   “ j a l e n   c a n   p r o v i d e   w h a t e v e r   y o u   n e e d ”   j a l e n b r u n s o n   n e w y o r k k n i c k s   t i m t h i b o d e a u  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   w a s   o n   t n t   ( u s a ) .   w i t h   c o m m e n t a r y   f r o m   s p e r o   d e d e s .   c o - c o m m e n t a t o r   i s   s t a n   v a n   g u n d y .   r e p o r t e r   i s   j a r e d   g r e e n b e r g .     f o r   m o r e   d e t a i l s   s e e     n e w y o r k k n i c k s   d e t r o i t p i s t o n s   t n t u s a
t h a n k   y o u ,   b r u n s o n   🙏 🏾 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s h o p   n e w y o r k f o r e v e r   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n e w   y o r k   b a s k e t b a l l   i s   b a c k 🏀 ‼ ️   • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • k n i c k s a n o n y m o u s   t h e p e o p l e s v o i c e   n b a   b a s k e t b a l l   n b a b a s k e t b a l l   k n i c k s   k i n c k s r a n k i n g     n e w y o r k k n i c k s   n y k n i c k s   n y c   n y   n e w y o r k c i t y   f y p   v i r a l   m s g  
o u r   s t r e t c h   b i g 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
w h a t   i f …   d e r r i c k   r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   d e r r i c k r o s e   d r o s e   n b a t w i t t e r  
t h e   n e w   y o r k   k n i c k s   a r e   b a c k   o n   t o p ! 
 
 n y k   n e w y o r k k n i c k s   n b a
l o v e   h a v i n g   k n i c k s   f a n s   i n   m y   c h a t !   🤣 🤣 🤣   n e w y o r k k n i c k s   k n i c k s  
f e e l s   g r e a t   t o   b e   b a c k   a t   m s g !   l e t ’ s   g o   k n i c k s !     o b i t o p p i n   g o n e w y o r k g o n e w y o r k g o   n y k   n e w y o r k k n i c k s  
p r e s e a s o n   k n i c k   g a m e   7 4 - 9 8   k n i c k s   p r e s e a s o n k n i c k s   n e w y o r k k n i c k s   n b a 🏀
1 9 9 8 - 9 9   u l t r a   b a s k e t b a l l   p a t r i c k   e w i n g   k n i c k s   3   n e w y o r k k n i c k s   
 
 $ 3 . 5 0   e a c h   o r   $ 5   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
k n i c k s   f a n s !   c o m e   a t   m e !   c o n v i n c e   m e   t h a t   t h e   k n i c k s   a r e   l e g i t !   n e w y o r k k n i c k s   k n i c k s
o h   m y   o b i   t o p p i n ! 🔨 🔨 
 h i g h l i g h t   n b a   n b a p r e s e a s o n   n b a t w i t t e r   s l a m d u n k   n e w y o r k k n i c k s 
  
l e t ’ s   g o   k n i c k s   l o v i n g   t h e   d e f e n s e   t u r n i n g   i n t o   o f f e n s e .   k n i c k s   n e w y o r k k n i c k s
🏀   b a s k e t b a l l :   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   -   n b a   
 ⏰   o n g o i n g   l i v e 
 ➡   
 
 b a s k e t b a l l   a m e r i c a n   u s a   n b a l i v e   b a s k e t b a l l l o v e r s   n e w y o r k k n i c k s   d e t r o i t p i s t o n s
t h a t   _ _ _ _   s t e a l   a n d   b l o c k   n e w y o r k k n i c k s
b r u n s o n   i s   h e r e   b a b y   n e w y o r k k n i c k s
g o d …   i t ’ s   s o   g r e a t   t o   h e a r   m i k e   b r e e n s   v o i c e   a g a i n .     k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n y k
k n i c k s   a n o n y m o u s   i n   t h e   h o u s e ‼ ️   p r e s e a s o n   n e w y o r k k n i c k s   k n i c k s  
s h o p   n e w y o r k f o r e v e r   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e
v e g a s   h a s   t h e   k n i c k s   o v e r / u n d e r   f o r   w i n s   a t   3 9 .   y a l l   t h i n k   w e   w i n n i n g   o v e r   o r   u n d e r   3 9   g a m e s ?   i   m i g h t   p u t   s o m e   c a s h   o n   t h e   o v e r ,   b u t   w h a t   y a l l   t h i n k ?   k n i c k s   n e w y o r k k n i c k s   n b a   n b a p r e s e a s o n   n e w y o r k   n e w y o r k c i t y   k n i c k s a n o n y m o u s
i   l i t e r a l l y   h a v e   n o   i d e a   w h e r e   e l s e   t o   p o s t   t h i s ,   b u t   h a s   a n y o n e   e l s e   h a d   t h i s   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
g o i n g   l i v e   o n   t w i t t e r   a t   1 1 : 4 0 ,   w e   g o n n a   t a l k   a b o u t   w h a t   y o u   g u y s   a r e   l o o k i n g   f o r w a r d   t o   f o r   t o d a y s   g a m e .   t u n e   i n ‼ ️   k n i c k s   n e w y o r k k n i c k s
🏆   2 0 1 1   n b a   m o s t   v a l u a b l e   p l a y e r 
 🏆   2 0 1 1   a l l - n b a   f i r s t   t e a m   
 🏆   3 ×   n b a   a l l - s t a r 
 🏆   2 0 0 9   n b a   r o o k i e   o f   t h e   y e a r 
 
 j o i n   u s   i n   w i s h i n g   a   h a p p y   3 4 t h   b i r t h d a y   t o   d e r r i c k   r o s e !   🥳 🌹 
 
 d e r r i c k r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   n b a   b i r t h d a y  
n o w   y o u   m i g h t   b e   a s k i n g   y o u r s e l f ,   “ w h y   i s   t h e r e   a   f a t   0   o n   m y   s c r e e n ” ?   m a y b e   b e c a u s e   t o d a y ’ s   t h e   d a y   p e o p l e   n y k   b a c k   l e t ’ s   g o 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
f i n a l l y !     n e w   y o r k   k n i c k s   b a s k e t b a l l   i s   b a c k ! ! ! ! ! !   2 0 2 2   2 0 2 3   n e w y o r k k n i c k s   k n i c k s   n y k   b a s k e t b a l l   p r e s e a s o n  
t h e   n e w y o r k k n i c k s   p l a y   b a s k e t b a l l   t o n i g h t .
n e w e s t   k n i c k ,   j a l e n   b r u n s o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   f r e e a g e n c y   k n i c k s h i g h l i g h t s   k n i c k s p o s t g a m e   m s g n e t w o r k s   n b a   n b a h i g h l i g h t s   n b a k n i c k s   n e w y o r k k n i c k s   n e w y o r k k n i c k s h i g h l i g h t s   n e w y o r k k n i c k s p o s t g a m e   n e w y o r k k n i c k s r e c a p  
i   l i t e r a l l y   h a v e   n o   i d e a   w h e r e   e l s e   t o   p o s t   t h i s ,   b u t   h a s   a n y o n e   e l s e   h a d   t h i s   o u t r a g e o u s   c h a r g e   h a p p e n   o n   t h e i r   l p   s u b s c r i p t i o n ? ? 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n b a   n e w   y o r k   k n i c k s   2 d   t r a c k s u i t s   j a c k e t 
 l i n k   t o   b u y   :   
 n b a   n e w y o r k k n i c k s   n e w y o r k f o r e v e r  
i a n   b e g l e y   t a l k s   p r e s s u r e   o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c h r i s w i l l i a m s o n   e a s t e r n c o n f e r e n c e   i a n b e g l e y   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s   n b a i n s i d e r   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   s n y n b a i n s i d e r   s n y n e t w o r k   s n y n e w y o r k   s n y n y   s n y s p o r t s   s n y t v  
h e y ,   m e g ,   t h e   n e w y o r k k n i c k s   a r e   i n   t o w n   👊 🏼 
 
 
   |   
   |   f a m i l y g u y  
n e w y o r k f o r e v e r   l f g   n e w y o r k k n i c k s .   s t r i n g e r b e l l   s a y s   i   d o n ’ t   c a r e   i f   i t ’ s   p r e s e a s o n ,   w e   b a c k   u p .   k n i c k s t w i t t e r   _ z u l l o         _ n y _ b   _ e a s y         k c d a     .   k n i c k s a n d t h e w i r e   🔥   c o m b o  
c a n   i t   b e   t u e s d a y   y e t ? 
 k n i c k s   n e w y o r k k n i c k s  
t h i s   k i n d   o f   s h i t   i s   w h y   i   h a v e   a   l o t   o f   r e s p e c t   f o r   f o u r n i e r .   d u d e   d o e s n ' t   l e t   a n y t h i n g   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
n y   k n i c k s ’   t o p   t r a d e   s c e n a r i o   i n v o l v i n g   j u l i u s   r a n d l e   & a m p ;   e v a n   f o u r n i e r !   |   n e w   y o r k   k n i c k s   r u m o r s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n u m e r o   u n o   d a y s   t i l l   n y k   c o m e s   b a c k   b a b y ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
g o o o o o d   m o r n i n g   k n i c k s   a n o n y m o u s   f a m i l y ,   t h i s   w e a t h e r   i s   h o t   a s s 😞 .   a t   l e a s t   p r e   s e a s o n   s t a r t s   t o m o r r o w 😜 ‼ ️ k n i c k s   n e w y o r k k n i c k s   m s g   n e w y o r k c i t y
k n i c k s   2 0 2 2 - 2 3   s e a s o n   |   p l a y e r   e x p e c t a t i o n s :   j u l i u s   r a n d l e , ,   i m m a n u e l   q u i c k l y   & a m p ;   i s a i a h   h a r t e n s t e i n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n y   w e   h e r e ,   w u   t a n g   😤 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
k n i c k s   t o   4 5 ? 
 
 e s p n   a n a l y s t   b u l l i s h   o n   n e w y o r k k n i c k s ,   h i n t s   a t   4 5   w i n s     v i a  
t h i s   k i n d   o f   s h i t   i s   w h y   i   h a v e   a   l o t   o f   r e s p e c t   f o r   f o u r n i e r .   d u d e   d o e s n ' t   l e t   a n y t h i n g   p h a s e   h i m .   a s   l o n g   a s   g r i m e s   c a n   s h o w   w h y   h e   w a s   a l m o s t   u n t o u c h a b l e ,   t h e n   i ' m   h a p p y   t o   h a v e   f o u r n i e r   h e r e . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
i s a i a h   h a r t e n s t e i n   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h h a r t e n s t e i n   i s a i a h   h a r t e n s t e i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j a l e n   b r u n s o n   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n b r u n s o n   j a l e n   b r u n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
o b i   t o p p i n   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o b i t o p p i n   o b i   t o p p i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
n e w   y o r k   k n i c k s  
m i l e s   m c b r i d e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m i l e s m c b r i d e   m i l e s   m c b r i d e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
n e w   y o r k   k n i c k s   c h o o s e   s p o r t f i v e   t o   f i n d   n e w   j e r s e y   p a t c h   s p o n s o r 
 s p o r t s i n d u s t r y   s p o r t b i z 

i m m a n u e l   q u i c k l e y   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i m m a n u e l q u i c k l e y   i m m a n u e l   q u i c k l e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j a l e n   b r u n s o n   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n b r u n s o n   j a l e n   b r u n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
r j   b a r r e t t   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r j b a r r e t t   r j   b a r r e t t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
‘ w h y   s h o u l d   y o u   r e m a i n   a   k n i c k s   f a n ? ’   m y   f r i e n d   a s k e d .   i   s a i d “ l o y a l t y ” ,   h e   s a i d ,   ‘ h a v e   t h e y   e v e r   c o m e   t h r o u g h   f o r   y o u   i n   t h e   l a s t   2 5 +   y r s ? ’ .   i   s a i d   ‘ n o t   r e a l l y ’ .   h e   s a i d   ‘ s o   w h y ’ ,   i   s a i d   “ l o y a l t y ”   : )
j e t s   a r e   t r e n d i n g   u p   ❤ ️   .   y a n k e e s   s t a r t   t h e i r   p l a y o f f   r u n   t o n i g h t .   n y r   r a n g e r s   o p e n i n g   n i g h t .   k n i c k s   l o o k   l i k e   t h e y   h a v e   a   p g !   n y c f c   s t a r t   t h e i r   p l a y o f f s   s o o n .   n e w y o r k   i s   r e p r e s e n t i n g !   🗽 🗽 🗽   e v e n   t h e   g i a n t s   a t   4 - 1   l o l
t h i b s   b e   t a k i n g   l o w k e y   s h o t s   a t   t h e   w h o l e   t e a m   l o l 
 k n i c k s 
 k n i c k s n a t i o n l e t s r i d e 
 n b a t w i t t e r   
 n b a  
s t a r s   w a t c h i n g   t h e   k n i c k s   i n   2 0 1 6 
 ( f r e n c h   m o n t a n a ,   l a   l a ,   c h i w e t e l   e j i o f o r )  
o n e   m o r e   d a y   t i l   t h e   s q u a d   p l a y !   _ b r i l l i a n c e   w i l l   b e   r e p p i n ’ a t   t h e   g a m e !   l e t s   g e t   i t   n e w y o r k f o r e v e r   k n i c k s  
o u t s i d e   o f   d u r a b i l i t y ,   w h a t   w o u l d   t h e i r   b e   n o t   t o   l i k e ?   h e ' s   a   p e r f e c t   t h i b s   p l a y e r   k n i c k s  
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s   y
    b r o   i t s   n o t   t r u e .   s i m p l y ,   f a n s   b e i n g   i r r a t i o n a l .   i f   a n y 1   h a s   b e e n   p a y i n g   a t t e n t i o n   t o   t h i s   p r e s e a s o n ,   j r   h a s   g a v e   u p   t h e   r e i g n s   t o   j b / r j ,   p l a y i n g   o f f   t h e   b a l l ,   c o m p e t i n g   o n   b o t h   e n d s   & a m p ;   h a p p y   t o   b e   t h e   3 r d .   d u d e s   j u s t   h a t e   j r —   i t s   c o m e d y .   i ’ m   n o t   e v e n   a   j r   g u y ;   i m   a   k n i c k s   f a n .
t h e   g a r d e n ,   1 9 6 6   k n i c k s  
b r i n g   h i m   h o m e   k n i c k s  
    _ m i l l s     t h e m   k n i c k s   g o n n a   k i c k   y ’ a l l   a s s ’ s   😂 😂 😂 😂
w i l d   k n i c k s  
    k n i c k s   d o n ’ t   m a t t e r   🤔 🙄
a l r i g h t ,   m a v s   t w i t t e r .   t h e   k n i c k s   n o t   o n l y   t o o k   j a l e n b r u n s o n   f r o m   u s ,   b u t   t h e y ’ r e   p a r a d i n g   h i m   i n   t i m e s   s q u a r e   😭   m f f l  
t h i s   m o r n i n g ’ s   k n i c k s   t a l k   i s   🚨   w i t h   .   s u b s c r i b e   t o   h i s   p a t r e o n   a n d   g r t   h i s   t h o u g h t   o n   m i t c h   g r o w i n g   i n t o   d p o y ,   b r u n s o n ’ s   i m p a c t ,   a n d   g r i m e s   t i m e .     d o u b l e   b l e s s i n g s   a n d   d o u b l e   c u r s e s   t o   t h o s e   w h o   e a r n e d   i t .  
g o a t s   g r i n d   _ _ _ _   k n i c k s 
 💙 🧡    
o v e r   t h e   s u m m e r ,   i   h a d   a   c h a n c e   t o   c h a t   w i t h   j . r .   s m i t h . 
 
 w e   t a l k e d   a b o u t   h i s   n e w   j e r s e y   r o o t s ,   e n t e r i n g   t h e   n b a   a s   a   t e e n ,   b e i n g   i m m a t u r e ,   p l a y i n g   f o r   t h e   k n i c k s ,   g o i n g   t o   c o l l e g e   i n   h i s   m i d - 3 0 s ,   h i s   l o v e   f o r   g o l f ,   a n d   m o r e . 
 
 n e w   f o r   : 

_ b e _ k e n d a l l   o n e   o f   t h e   g r e a t e s t   a c t i n g   j o b s   i n   n b a   h i s t o r y .   o n c e   t h i s   h a p p e n e d   i   k n e w   t h e   k n i c k s   h a d   z e r o   c h a n c e   i n   t h i s   s e r i e s .
n e w   v i d e o   t o   w a t c h : 
 
 " t o m   t h i b o d e a u   |   n y   k n i c k s   m e d i a   a v a i l a b i l i t y "   
 
 c r e a t o r :     n e w   y o r k   k n i c k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
t h e   k n i c k s   o w e   t h e i r   f a n s   m o r e   t h a n   w i n s   ( p o s t i n g   a n d   t o a s t i n g ) 
 
 t h e   p a s t   f e w   y e a r s ,   w h e n e v e r   s o m e o n e   c o m p l a i n s   a b o u t   t h e   k n i c k s   b e i n g   t h e   o n l y   n b a   t e a m   t h a t . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   n y k n i c k s   n b a   k n i c k s
b e f o r e   s e a s o n   t h o u g h t s 
 
 🗽 🟠 🔵 n e w   y o r k   k n i c k s 🗽 🟠 🔵 
 
 l a s t   s e a s o n :   3 7   -   4 5 
 p r e d i c t i o n :   🔼 
 
 k n i c k s   n e w y o r k   n b a t h o u g h t s  
  _ n e w y o r k   i ’ v e   b e e n   s a y i n g   t h i s .   i n s t e a d   o f   a   f a n b a s e   t h a t   a d m i r e s   h o w   m u c h   o f   a   l o v i n g   f a m i l y   t h i s   l o c k e r   r o o m   i s ,   t h e y   s e l e c t i v e l y   p i c k   p l a y e r s   t h e y   l i k e ,   t a r g e t   v i l l a i n s   ( b l a m e   t h e m   f o r   f a i l u r e s )   a n d   a t t a c k .   c l o w n s .   k n i c k s   a l l   d a y   b a b y
w e   n e e d   t o   p u t   a   6 ' 8   w i n g   n e x t   t o   r j   a n d   b r u n s o n   t o   m a x i m i z e   o u r   t e a m s   p o t e n t i a l .   i f   c a m   i s   n o t   t h e   a n s w e r ,   w e   n e e d   t o   g o   g e t   t h a t   s t a r t i n g   c a l i b u r   p l a y e r .   k n i c k s
e i t h e r   i m p r o v e   o r   l e a v e   t h e   k n i c k s !   n y   . . . 
   
 
   
 6 9 8 2 0 6 8 6   a t l a n t i c d i v i s i o n   d o n o v a n m i t c h e l l k n i c k s   e a s t e r n c o n f e r e n c e   k n i c k s d r a f t p i c k s   k n i c k s n e w s   k n i c k s n e w s a n d r u m o r s   k n i c k s n e w s a n d r u m o r s t o d a y   k n i c k s n e w s t o d a y   k n i c k s n e w s t r a d e   k n i c k s n e w s u p d a t e  
i n   c a s e   y o u   m i s s e d   i t   
 s k f   w e e k l y   -   e p .   4 4 :   n e w   y o r k   k n i c k s   o p e n   p r a c t i c e   |   n e w   y o r k   k n i c k s   t i p   o f f / c e l e b r i t y   g a m e   |   t h e   k n i c k s   a r e   2 - 0   i n   t h e   p r e s e a s o n   |   h a v e   e x p e c t a t i o n s   c h a n g e d   f o r   t h e   u p c o m i n g   s e a s o n ? 
 
 k n i c k s   s k f   s k f w e e k l y   n b a  
n e w   v i d e o   t o   w a t c h : 
 
 " q u e n t i n   g r i m e s   |   n y   k n i c k s   m e d i a   a v a i l a b i l i t y "   
 
 c r e a t o r :     n e w   y o r k   k n i c k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " n y   k n i c k s   n e w s   & a m p ;   r u m o r s :   n b a   i n s i d e r   d i s r e s p e c t s   j a l e n   b r u n s o n   & a m p ;   t h e   n e w   y o r k   k n i c k s "   
 
 c r e a t o r :     k n i c k s   n o w   b y   c h a t   s p o r t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " o b i   t o p p i n   |   n y   k n i c k s   m e d i a   a v a i l a b i l i t y "   
 
 c r e a t o r :     n e w   y o r k   k n i c k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
@ _ k n i c k s 1 6 8 8     _ 1 9 1 4               _ d u d e           _         _ j _ d _ m     _ a v p   _ m a c     _ s t e v e n       _ _ w a r     _ _ _ f i n c h             _ 2 2   _ _             @ _ b i l l y h o y l e o f n j       b a s e d   o n   t h e   h i s t o r y   o f   n b a   t r a d e s ,   m u l t i p l e   1 s t   r d   p i c k s   d o   m o v e   t h e   n e e d l e .   a i n g e   i s   j u s t   a   d c k   h e a d   w h o   w a s   p i s s e d   s p i d a   d i d n ’ t   w a n t   t o   b e   t h e r e   f o r   t h e   r e b u i l d ,   w a s n ’ t   g o i n g   t o   h o n o r   h i s   r e q u e s t   & a m p ;   h e   h a t e s   t h e   k n i c k s   —   d a t i n g   b a c k   t o   w h e n   h e   w a s   a   p l a y e r   t o   p r e s e n t   d a y .
r e t w e e t   t h i s   i f   y o u   t h i n k   t h e   k n i c k s   c a n   i m p r o v e   t h e s e   a r e a s   t h i s   s e a s o n .   
 
 k n i c k s   n b a   b a s k e t b a l l   n y k n i c k s   n e w y o r k   n e w y o r k k n i c k s   k n i c k s t a p e   k n i c k s n a t i o n   n y c   k n i c k s f a n   k n i c k s w a y   m s g   k n i c k s b a s k e t b a l l   b a l l i s l i f e   n y k   s p o r t s   n y k n i c k s b a s k e t b a l l  
f o r g e t   a b o u t   o u t s i d e   t h e   f a n b a s e —   t h e y ’ r e   i r r e l e v a n t .   t h e   f a c t   t h a t   t h e r e   a r e   f a n s   w i t h i n   t h i s   f a n b a s e   t h a t   d e v a l u e   t h i s   d u d e   i s   w i l d .   r j   w o n t   a c c e p t   a n y t h i n g   o t h e r   t h a n   g r e a t n e s s !   k n i c k s     m o n ⭐ ️   m e c c a   7 1 8  
  _ 1 9 1 4   _                 _ d u d e           @ _ k n i c k s 1 6 8 8         _ j _ d _ m     _ a v p   _ m a c     _ s t e v e n     _ _ w a r     _ _ _ f i n c h             _ 2 2   _ _             @ _ b i l l y h o y l e o f n j           f o r g e t   a b o u t   o u t s i d e   t h e   f a n b a s e —   t h e y ’ r e   i r r e l e v a n t .   t h e   f a c t   t h a t   t h e r e   a r e   f a n s   w i t h i n   t h i s   f a n b a s e   t h a t   d e v a l u e   t h i s   d u d e   i s   w i l d .   r j   w o n t   a c c e p t   a n y t h i n g   o t h e r   t h a n   g r e a t n e s s !   k n i c k s  
p l e a s e   g e t   r i d   o f   t h i b s .   k .   t h a n k s .   k n i c k s   f r e e o b i
n y   k n i c k s   n e w s   & a m p ;   r u m o r s :   n b a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c h a t s p o r t s   e a s t e r n c o n f e r e n c e   e s p n   j a l e n b r u n s o n   j a l e n b r u n s o n h i g h l i g h t s   j a l e n b r u n s o n k n i c k s   j a l e n b r u n s o n n e w s   j a l e n b r u n s o n r u m o r s   j a l e n b r u n s o n s t a t s   j o h n h o l l i n g e r   j o h n h o l l i n g e r j a l e n b r u n s o n  
d a v i d   w i n g a t e ' s   1 9 9 9 - 0 0   s h o t   c h a r t : 
 
 v o l u m e :   m i n i s c u l e   |   p _ 1   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   p o o r   |   p _ 0 
 e f f i c i e n c y :   p o o r   |   p _ 0 
 e f f i c i e n c y   v a l u e :   p o o r   |   p _ 3 
 
 f a v o r i t e   z o n e :   m i d r a n g e 
 b e s t   s k i l l   z o n e :   r e s t r i c t e d 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 d a v i d w i n g a t e 
 k n i c k s  
m e t s   f a n s   a r e   n o t   p a r t   o f   n e w   y o r k   y a n k e e s   g i a n t s   j e t s   k n i c k s  
h e r e ' s   w h y   k n i c k s   c o u l d   w a n t   t o   s t a r t   e v a n   f o u r n i e r   o v e r   q u e n t i n   g r i m e s 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   h e r e t h e y c o m e   w e a r e t h e v a l l e y   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
i   l i k e     m e l o   ,   b u t   e v e r y o n e   s c r e a m i n   h e   n e e d s   t o   b e   o n   a   t e a m ,   i s   b u g g i n !   2 0   y r   c a r e e r ,   o n l y   m a d e   i t   o u t   o f   1 s t   r o u n d   t w i c e !   h e   d i d n ’ t   m a k e   a n y   t e a m m a t e   b e t t e r !   p u r e   s c o r e r   a n d   n o t   a   w i n n e r !   k n i c k s       n y k   k n i c k s f o r e v e r
w i l l   t o m   t h i b o d e a u   w e l c o m e   y o u t h   m o v e m e n t   w i t h   o p e n   a r m s   i n   2 0 2 2 - 2 3 ? 
 
 
 
 n b a   k n i c k s   n e w y o r k   n e w y o r k f o r e v e r   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   l a k e s h o w   r a i s e d b y w o l v e s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   n b a p i c k s   m f f l
p a t   e w i n g ' s   3 3   k n i c k s   _ c h i m p s o n s  
v i n t a g e   s t a t u e   o f   l i b e r t y   n e w   y o r k   c i t y   m a n h a t t a n   u s a   s o u v e n i r   t r a v e l   p e n n a n t     v i n t a g e   t i m e s s q u a r e   y a n k e e s   n y c   t o g e t h e r b l u e   p e n n a n t   n y r   n y g i a n t s   m e t s   n e w y o r k   n y g   n y k   n o q u i t i n n y   r e p b x   a l l r i s e   n y   l g m   n e w y o r k f o r e v e r   u s a   n e w y o r k c i t y   k n i c k s
f u c k   b a s e b a l l !   r a n g e r s   t o m o r r o w   n i g h t ,   k n i c k s   o n   w e d n e s d a y .   d o n e   w i t h   t h e   g u y s   w e a r i n g   t i g h t s !  
  w a l k i n g   i n t o   b a r c l a y s   i n   a   k n i c k s   h a t   i s   t h e   h e e l   s h i t   w e   l o v e   t o   s e e   h e r e   a t   t h e   o u t l e t   h o o p s   k n i c k n a t i o n
🎥   t o m   t h i b o d e a u   a n d   o b i   t o p p i n   d i s c u s s   t h e   e n e r g y   t o p p i n ' s   h i g h - f l y i n g   a b i l i t y   b r i n g s   t o   t h e   k n i c k s  
c h a r l i e   w a r d ' s   2 0 0 0 - 0 1   s h o t   c h a r t : 
 
 v o l u m e :   a v e r a g e   |   p _ 4 9   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 5 3 
 e f f i c i e n c y :   e x c e l l e n t   |   p _ 8 5 
 e f f i c i e n c y   v a l u e :   g o o d   |   p _ 8 1 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   m i d r a n g e 
 b e s t   v a l u e   z o n e :   b r e a k 3 
 
 c h a r l i e w a r d 
 k n i c k s  
i ’ m   g o n n a   b e   p i c k i n g   u p   a   k n i c k s   t e a m   b u n d l e   f r o m   2 0 2 0   -   p r e s e n t   y e w w w w !   
 c o l l e c t i b l e s   s p o r t s c a r d s   c o l l e c t o r   n b a   b a s k e t b a l l   k n i c k s
🎙 ️ t o g e t h e r   e v e r y o n e   a c h i e v e s   m o r e ! 
 
 4 t h q u a r t e r w o r k n y c   
 j r k n i c k s   
 r u c k e r p a r k   
 t r a i n i n g t h a t t r a n s l a t e s   
 b a s k e t b a l l o p e n s d o o r s   
 k n i c k s 
 c o m m u n i t y   
 n y c  
_   h o p e f u l l y   _ r a n d l e   r a n d l e   ,   i ’ m   a   h u g e     k n i c k s   f a n ,   d o n ’ t   l i k e   h i s   p l a y   o r   a t t i t u d e ,   b u t   h o p i n g   h e   c h a n g e s !       n b a   n y k   k n i c k s f o r e v e r
w i l d ,   w e   h a v e   t o   d e a l   w i t h   _ r a n d l e   r a n d l e   f o r   s o   l o n g ,   a n d   t h i s   t e a m   i s   p r e t t y   y o u n g ,   h o p e f u l l y   w e   c a n   k e e p   t h e   y o u n g   c o r e   t o g e t h e r !   k n i c k s       n b a     n y k   k n i c k s f o r e v e r  
@ _ a n a l y k n i c k s     w i l d ,   w e   h a v e   t o   d e a l   w i t h   _ r a n d l e   r a n d l e   f o r   s o   l o n g ,   a n d   t h i s   t e a m   i s   p r e t t y   y o u n g ,   h o p e f u l l y   w e   c a n   k e e p   t h e   y o u n g   c o r e   t o g e t h e r !   k n i c k s       n b a     n y k   k n i c k s f o r e v e r

 
 w e   a r e   l i v e !   j e t s   g i a n t s   m e t s   n f l w e e k 5   m l b p l a y o f f s   n b a t w i t t e r   k n i c k s   n e t s   y a n k e e s
s h o u l d   k n i c k s   t a n k   f o r   2 0 2 3   n b a   d r a f t   p h e n o m   v i c t o r   w e m b a n y a m a ? 
 
 n e w y o r k f o r e v e r   
 k n i c k s   🏀 
 n b a t w i t t e r   
 n b a   🏟 
 
  
w o w ,   t h e   m s g   k n i c k s   t h e m e   m u s i c .   y e s !   🙌 🏽 🙌 🏽  
@ _ h e l l o b i r d i e   k n i c k s ,   j e t s   & a m p ;   r a n g e r s !   e n o u g h   i s   e n o u g h !
h o w   w a s   t h i s   s o   c h e a p   r a n k   c r a z y   a s   w e l l   n y c   k n i c k s     a n o t h e r   o n e   _ c h i m p s o n s  
w h e n   t h e y   l o v e   t o   h a t e   y o u   s t a y   t r u e   t o   y o u r s e l f   k n i c k s   💪  
l e t s   g o o o   b e c o m e   a   k n i c k s   f a n   b r o  
  i ' m   f o r   t h e   k n i c k s   & a m p ;   t h a t   o n   t h e   f r o n t   o f   t h e   j e r s e y     ! ! !
  f a n t a s y   o u t l o o k   f o r   k n i c k s    
k n i c k s   n a t i o n ,   h e r e ’ s   t h e   t a p e :   b o o k   i t ,   🍔   b u r g e r .   w e h e r e      
j o i n   u s   a t   8 : 1 0 p m   e s t   f o r   a n o t h e r   g r e a t   e p i s o d e   o f   t h e   b o y s   i n   t h e   b i g   a p p l e   p o d c a s t !   t o n i g h t ,   j o h n   w i l l   r a n t   o n   t h e   m e t s   b e i n g   e l i m i n a t e d ,   w h i l e   w e   a l s o   d i s c u s s   t h e   n y g i a n t s   +   j e t s   g e t t i n g   v i c t o r i e s ,   y a n k e e s   a l d s   p r e v i e w ,   k n i c k s   p r e s e a s o n   +   m o r e ! 

    a i n ’ t   n o   p l a c e   l i k e   h o m e   🗽 k n i c k s
    k n i c k s   t h a t ’ s   w h o   i ’ m   f o c u s e d   o n   n y k   k n i c k s f o r e v e r     n b a    
w o b i   w o p p i n .     
 
 b r o o k - l y n ' s   f i n e s t ,   y o u   r e - w i n d   t h i s 
 r e p r e s e t i n   b x   t o   t h e   f u l l e s t ! 
 
 n e w y o r k f o r e v e r   r e p b x   k n i c k s   y a n k e e s t w i t t e r   n y y   n y k  
h e r e ' s   w h y   j a l e n   b r u n s o n   h a s   b e e n   a   g a m e   c h a n g e r   s o   f a r   f o r   t h e   n e w   y o r k . . .     v i a   
 
 n b a   b a s k e t b a l l   b b a l l   s p o r t s   e s p n   k n i c k s   p o d c a s t   y o u t u b e   y o u t u b e r
t h e   m f i n g   k n i c k s   🗽  
  b e   w e l l   b r o t h e r ,   g o   k n i c k s
i   w o n d e r   i f   t h e   w a r r i o r s   w o u l d   t a k e   m i t c h   r o b   a n d   c a m   r e d d i s h   f o r   d r a y m o n d   k n i c k s
h e a d i n g   t o   b a r c l a y s   f o r   w w e r a w   ,   g o t t a   m a k e   s u r e   i   r e p r e s e n t   p r o p e r ,   e s p e c i a l l y   i n   n e t s   t e r r i t o r y .     k n i c k s   k n i c k s t a p e   k c d a  
"   t h e   n i g h t   l i n s a n i t y   e n d e d   "   d o c   c o m i n g   s o o n   !   h i n t   i t   e n d e d   i n   m i a m i   🤷 🏾 ‍ ♂ ️ 💯   k n i c k s   n y k   n e w y o r k f o r e v e r    
i   t h i n k   i q   w o u l d   l i k e   a   w o r d 
 
 k n i c k s   n e w y o r k f o r e v e r  
‘ t o o   e a r l y … ’   s t a y m e 7 0   k n i c k s 
 💙 🧡 🤪 
 t h e r e d e e m t e a m    
s e e   h o w   b r u n s o n   s o l v e s   t h e   r j   a n d   j u l i u s   e f f i c i e n c y   p r o b l e m 
 d r e ' s   t a k e   o n   t h e   k n i c k s 
 
 n y c e v e n t s   f r e e t i c k e t s 
 n b a   b a s k e t b a l l   n y c s p o r t s 
 

n b a   2 k 2 2   p a r k   p s 5   -   b i g   c o m e b a c k 
   
 
 n b a   n b a j a p a n g a m e s   n b a t w i t t e r   l e b r o n j a m e s   k o b e b r y a n t   l a k e r s   w a r r i o r s   k n i c k s   c e l t i c s   g r e e c e   n b a 2 k   n b a 2 k 2 2   n b a p r e s e a s o n   n b a   n b a i n a b u d h a b i   n b a y o u n g b o y   f o l l o w   l i k e  
n b a   2 k 2 3   ( p s 5 )   r e c   1   -   d r e w   l e a g u e 
   
 
 n b a   n b a 2 k 2 2   n b a 2 k   2 k 2 2   2 k c o m m u n i t y   g a m e r   h i g h l i g h t s   l e b r o n j a m e s   k o b e b r y a n t   h o u s e t a r g a r y e n   ت ش ا و ر ي ة _ ش م ر   a e w   b a s k e t b a l l   l a k e r s   w a r r i o r s   k n i c k s   c e l t i c s  
2   o f   m y   f a v s .   k o b e   s t a y m e 7 0   
 k n i c k s   💙 🧡 
 l o v e   t h e i r   d i f f e r e n c e s .   
 ‘ o o o h   y e a h   h e ’ s   d i f f e r e n t … ’ 
 ‘ m a n   i ’ m   g o i n g   t o   s l e e p   s e e   y o u   a t   p r a c t i c e ’   🤪 
 a n d   y o u   s a w   h o w   k o b e   r u b b e d   o f f   o n   m e 7 0   i n   t h e   2 0 0 8 / 2 0 0 9   w c f   t h a t   s a m e   y e a r   (   w a s   r h i   i n   v e g a s ❔ 🫤 ) 
 t h e r e d e e m t e a m    
n y   k n i c k s   c a m   r e d d i s h   1 s t   s t a r t   t r o u b l e s   t h e k n i c k o f t i m e s h o w   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   c a m r e d d i s h   c o v e r a g e   e a s t e r n c o n f e r e n c e   g a m e   h i g h l i g h t s   m a d i s o n s q u a r e g a r d e n   m s g   n b a   n e w y o r k k n i c k s   n e w y o r k k n i c k s g a m e  
w h o   s h o u l d   i   r o o t   f o r ? 
 n b a   n b a p r e s e a s o n   l a k e s h o w   l a k e r s   m a g i c   b u c k s c o u n t y   b u c k s   k n i c k s
y a   b o y   a t   h i s   f i r s t   k n i c k s   g a m e   w i t h   t h e   s u e d e b l u e 1 2 s   o n   w a v e g o d  
l e t ’ s   g o o o o   k n i c k s   k n i c k s t a p e   s i r k n i c k s a l o t  
t h e   d e p t h   i s   r i d i c u l o u s ! !   b e s t   i ’ v e   s e e n   i n   m y   l i f e t i m e   a s   a   k n i c k s   f a n .   k n i c k s  
l y l s   w i t h   t h e   g u c c i   f o a m s   b l a c k p a n t h e r   k n i c k s  
j - l o   i s   g o a t e d 🐐 
 n b a   k n i c k s  
  t h e   a n s w e r   i s   o b v i   t h e   k n i c k s   b i n g b o n g  
t h i s   w e e k   g o i n g   t o   b e   a   g o o d   w e e k   g o i n g   t o   t h e   f i r s t   s e a s o n   b a s k e t b a l l   k n i c k s   g a m e   a n d   a m   g o i n g   t o   s e e   t h e   n e w y o r k   g i a n t s   v s   r a v e n s   t o g e t h e r b l u e   k n i c k s       g i a n t s v s r a v e n s
2   o f   f u n n i e s t   t h i n g s   i n   s p o r t s   i s     t a l k i n g   a b o u t   k n i c k s   & a m p ;   c o w b o y s
h e ’ s   s t a r t i n g ! !   🔥 🚀   g r i m e s   k n i c k s  
t h e s e   t w o   g u y s   l i t e r a l l y   j u m p   o u t   t h e   g y m !     k n i c k s   n b k f a m  
k n i c k s   _ r a n d l e   d i d n ' t   w o r k   o u t   y e s t e r d a y ,   b u t   t o o k   s o m e   t i m e   t o   h a n g   o u t   w i t h   t h e   k i d s ,   t a k e   p i c t u r e s   a n d   s i g n   s o m e   a u t o g r a p h s .   
   n b k f a m  
k n i c k s   f o r w a r d   o b i   t o p p i n   a s   a   f u n   p l a y e r   h a s   b e e n   o v e r s t a t e d .   b u t   h i s   a b i l i t y   t o   h i t   t h e   o u t s i d e   s h o t   a n d   b e c o m e   a   r e l i a b l e ,   v e r s a t i l e   d e f e n d e r   i s   t h e   s w i n g   s k i l l   t h a t   w i l l   b e   k e y   t o   h i s   s u c c e s s   g o i n g   i n t o   h i s   t h i r d   s e a s o n .   |     
  
t h e r e   a r e   m i l l i o n s   o f   u s   k n i c k s   f a n s   o n   t w i t t e r   🟠 🔵 
 
 n o   n e w y o r k k n i c k s   f a n   s h o u l d   h a v e   a   f e w   h u n d r e d   f o l l o w e r s .   w e   s h o u l d   a l l   f o l l o w   e a c h   o t h e r 🫵 🏻 🤜 🏻 🤛 🏿 
 
 u s e   t h i s   t w e e t   t o   c o n n e c t   w i t h   k n i c k s   f a n s . . .   l i k e ,   r e t w e e t   a n d   c o m m e n t   t o   r e a c h   o u t   t o   f e l l o w   k n i c k s   f a n s ! l e t s g o k n i c k s  
i s a i a h   h a r t e n s t e i n   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h h a r t e n s t e i n   i s a i a h   h a r t e n s t e i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
t h e     w o r k e d   o n   t r a n s i t i o n   o f f e n s e ,   r u n n i n g   l a n e s ,   a n d   b u i l d i n g   c o n t i n u i t y .   t h e   k n i c k s   d i d   n o t   p r a c t i c e   s l o w e d   d o w n   o f f e n s i v e   s e t s   i n   o p e n   p r a c t i c e .   e v e r y t h i n g   w a s   a t   a   f a s t   p a c e .   k n i c k s   n b k f a m  
t h e     w o r k e d   o n   s c o r i n g   t h e   b a l l   i n   1 4   s e c o n d s   o r   l e s s   d u r i n g   o p e n   p r a c t i c e .   b e f o r e   t h i s   d r i l l ,   t h e y   w o r k e d   o n   a   s h e l l   f a s t b r e a k   d r i l l .   t h e   k n i c k s   a r e   c l e a r l y   w o r k i n g   o n   p l a y i n g   f a s t e r .   e f f i c i e n c y   i s   g o i n g   t o   b e   t h e   k e y   t o   t h e   s u c c e s s   o f   t h e m   p l a y i n g   f a s t e r .   n b k f a m  
i t ’ s   5 0   y e a r s   s i n c e   t h e   k n i c k s   l a s t   w o n   a   c h a m p i o n s h i p .   i f   t h a t   m a t t e r s   e v e n   a   l i t t l e   t o   y o u   i   s u g g e s t   g i v i n g     a   f o l l o w .   i   s u s p e c t   i t ’ l l   b e   a   f u n   t r i p   d o w n   m e m o r y   l a n e .
w h y   i s   t h i s   i n j u r y   s u c h   a   m y s t e r y ?     k n i c k s
q u e n t i n   g r i m e s   i s   p r i m e d   f o r   r e t u r n .   b u t   e v e n   i f   h e   r e s t s   a s   a   p r e c a u t i o n a r y   m e a s u r e   o v e r   t h e   k n i c k s '   l a s t   2   p r e s e a s o n   g a m e s ,   c o a c h   t o m   t h i b o d e a u   i s n ’ t   w o r r i e d   b e c a u s e   h e   k n o w s   w h a t   h e   c a n   d o .   |    
g o o d   m o r n i n g   j e t s n a t i o n   y a n k e e s   k n i c k s   & a m p ;   m e t s   ( y o u   g o t   r o b b e d   l a s t   n i g h t .   t h a t   g u y ’ s   e a r   w a s   s h i n i e r   t h e n   p . d i d d y ’ s   s h i n y   s u i t )
@ _ k n i c k s 1 6 8 8   _         _ d u d e   _ j _ d _ m       _ a v p         _ m a c         _ s t e v e n           _ _ w a r     _ _ _ f i n c h         _ 1 9 1 4           _ 2 2   _ _               @ _ b i l l y h o y l e o f n j       k n i c k s   g e t s   n o   r e s p e c t   f e a t u r i n g   a   b i g   3   w i t h   r a n d l e   e l a b o r a t e   o n   t h a t . . 
 w h e n   y a   g o n n a   l e a r n   t h e y   n e e d   a   s u p e r s t a r   m a y b e   t h e n   t h e y   w i l l   g e t   r e s p e c t e d   a n d   t h e s e   l o w   s t a n d a r d s   l o s e r   f a n ' s   r e f u s e   t o   t a n k   s t i l l   l i k e   t h e i r   t e a m   i s   s p e c i a l   s h i t   i s   a   j o k e   w i t h   y a . . 
 
 k n i c k s  
    i   a m   k n i c k s   f a n   s i n c e   8 4 .
w h y   k e e p i n g   t h i b s   5   y e a r s   i s   c o r r e c t !   n b a   k n i c k s   n e w y o r k f o r e v e r     🗽 🟧 🟦  
m a d i s o n   s q u a r e   g a r d e n   2 0 1 7   k n i c k s 
 ( c a m ’ r o n ,   h a i l e y   b a l d w i n ,   k e n d a l l   j e n n e r ,   a n s e l   e l g o r t )  
a   n e w   w e e k …   t h a t   m e a n s   m o r e     j o i n   u s !   k n i c k s 
 
  
h e y   k n i c k s   f a n s ,   d o   w e   w a n t   t o   s e e   a   j e r i c h o   s i m s   d u n k   c o n t e s t ?   n y k n i c k s
_ c r a z y       b o t h   f r a n c h i s e s   h a v e   b o t h   o f   t h e   r i c h e s t   o w n e r s   i n   s p o r t s   t h e   k n i c k s   o w n e r   d o e s n ’ t   c a r e   t o   w i n   j u s t   f i l l   t h e   g a r d e n   a n d   m a k e   m o n e y   m e t s   o w n e r   w a n t s   t o   w i n   a n d   b u i l d   a   c o n s i s t e n t   w i n n e r   t h a t   w i l l   a   c h a m p i o n s h i p   t h e i r s   a   b i g   d i f f e r e n c e
    t h e   k n i c k s   a r e   a   y o u n g   a n d   e x c i t i n g   t e a m .   9   o f   t h e   p l a y e r s   o n   t h e   t e a m   a r e   2 5   & a m p ;   u n d e r .   h e l l o ! ! !   y o u   c a n ’ t   h a v e   a n   e n t i r e   t e a m   t h a t ’ s   y o u n g   a n d   e x p e c t   g o o d   t h i n g s   t o   h a p p e n .
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   f o r   r e a l ? !   c a m   r e d d i s h   l a s t   c h a n c e ?   o b i   t o p p i n   l o o m i n g   |   j d   i n t e r v i e w   w i t h   s n y / n e w   y o r k   p o s t "   
 
 c r e a t o r :     j d _ s p o r t s t a l k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
c l a s s i c . .   w h e r e   d o   y o u   g u y s   f i n d   t h i s   c o n t e n t ?   i   m i s s   t h o s e   d a y s ,   i n t r o d u c t i o n   a n d   a l l .   g o o s e b u m p s .   b a c k   w h e n   t h e   k n i c k s   w e r e   g o o d   a t   b a s k e t b a l l .  
n e w   e p i s o d e   a v a i l a b l e !   j a y   a n d   c h r i s   g i v e   t h e i r   t a k e s   o n   t h e   k n i c k s   p r e s e a s o n   v i c t o r y   o v e r   i n d i a n a ,   a s   w e l l   a s   a t t e m p t i n g   t o   p r e d i c t   t h i b s   f i n a l   r o t a t i o n .   a l s o   a v a i l a b l e   o n   s p o t i f y 
 
 
   k n i c k s   n y k   n y k n i c k s   n b a p r e s e a s o n
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
n e w   v i d e o   t o   w a t c h : 
 
 " o b i   t o p p i n   n e w   y o r k   k n i c k s   -   i   h a d   t o   d o   t h a t   d u n k   t o   g e t   t j   m c c o n n e l l   b a c k ! "   
 
 c r e a t o r :     j i m   c o n l a n   c h a t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
c a n t   w a i t   f o r   t h e   k n i c k s   s e a s o n   t o   s t a r t !   t h e n   w e   g e t   o u r   m o r n i n g   d r i v e s   w i t h   _ n y _ b   b a c k !   n e w y o r k f o r e v e r
n e w   v i d e o   t o   w a t c h : 
 
 " t o m   t h i b o d e a u   n e w   y o r k   k n i c k s   -   j a l e n   b r u n s o n   s e t s   t h e   t o n e   f o r   u s   a t   p o i n t   g u a r d ! "   
 
 c r e a t o r :     j i m   c o n l a n   c h a t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
i   s t i l l   t h i n k   t h i s   t w e e t   w i l l   b e   g o a t ’ d   o n e   d a y ! !     i t ’ s   s t a y i n g   u p ! !   k n i c k s   o b i t o p p i n  
👀   y a h   s o o n   f r o m   2 2   o r   2 3   f e e t ! 🤞 🏿 
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s a l l d a y   k n i c k s n e w s   n y c   m s g   t h e g a r d e n   k n i c k s w o r l d   k n i c k s f a n n   n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k      
📣   n e w   p o d c a s t !   " t h e   n e w   y o r k   k n i c k s   p o d c a s t   -   e p i s o d e   5 8 5 :   f a n t a s y   d r a f t "   o n     k n i c k s   p o d c a s t  
t h e s e   g u y s   c a n   p u l l   i t   f r o m   a n y w h e r e 💦 
 w e t   l i k e   w a t e r ! 
 s t e p h c u r r y   b u d d y h i e l d   f r e d v a n v l e e t   k n i c k s   g s w   n y k   p a c e r s   r a p t o r s   n b a f a n t a s y   l a t v i a n f a n t a s y l e a g u e   f a n t a s y r a d a r  
b a s k e t b a l l   s e a s o n   i s   h e r e   a n d   t h o s e   f u c k i n   a s s h o l e s   a t     s t i l l   d o n ’ t   h a v e     k n i c k s
a   t e a m   h a d   i n t e r e s t   i n   k n i c k s   j u l i u s   r a n d l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c o m m e n t a r y   c o v e r a g e   e a s t e r n c o n f e r e n c e   g a m e   h i g h l i g h t s   i a n b e g l e y   j u l i u s r a n d l e   j u l i u s r a n d l e t r a d e r u m o r s   k n i c k s p o d c a s t   m a d i s o n s q u a r e g a r d e n   m s g   n b a   n b a r u m o r s   n e w y o r k k n i c k s  
w e   a l m o s t   s i g n e d   l o w r y   l a s t   s e a s o n   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
w a n t   t o   o w n   a   p i e c e   o f   t h e   r a n g e r s   a n d   k n i c k s ?   b u y   m a d i s o n   s q u a r e   g a r d e n   s t o c k .   |   n e w s   u s a     k n i c k s   m a d i s o n s q u a r e g a r d e n   r a n g e r s   t o d a y s d o u g h
k n i c k s   o p e n   p r a c t i c e     k n i c k s   o b i t o p p i n   r j b a r r e t t  
o b i   i s   s p e c i a l   y ’ a l l .   i ’ m   t e l l   y a !   k n i c k s   n y k   k n i c k e r b o c k e r s   m s g  
s o   t i r e d .   g o o d   n i g h t   u n t i l   n e x t   y e a r   m e t s   w o r l d .   l e t ’ s   g o   k n i c k s .   h e l l ,   o n e   o f   m y   t e a m s   h a s   t o   w i n   i t   a l l   a t   s o m e   p o i n t   r i g h t ? ? ?   l o s e r   d r e a m   m i r a c l e s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
g e t   y o u r   h o t   j e r s e y s     n f l j e r s e y s   n f l   n b a j e r s e y s   n b a m o m e n t   n h l j e r s e y s   n h l   m l b j e r s e y s   s o c c e r j e r s e y s   c u s t o m j e r s e y s   k n i c k s   n e t s   c e l t i c s   r a p t o r s   7 6 e r s   p i s t o n s   p a c e r s   c a v a l i e r s   b u c k s   b u l l s   h e a t   m a g i c   w i z a r d s   h a w k s   h o r n e t s   t i m b e r w o l v e s   n u g g e t s   j a z z  
s h o p   n e w y o r k f o r e v e r   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e
  m y   l i f e   🥹 
 m e t s   k n i c k s   j e t s   🙏 🏻   s p u r s   🙏 🏻 
 i   m e a n   c o u l d   i t   b e   w o r s e ?
i t ’ s   b e e n   f u n ,   s h a i e l .   k e e p   i n   t o u c h   t h i s   n b a   s e a s o n .   p e l i c a n s   g r i z z l i e s   k n i c k s  
t h i s   a c c o u n t   i s   n o w   m o v i n g   f r o m   m e t s   m o d e   t o   k n i c k s   m o d e .   i t ' s   b e e n   r e a l   m e t r o p o l i t a n s .   s e e   y o u   i n   a p r i l .   l g m   k n i c k s
m e t   f a n   l i f e   🤷 🏽 ‍ ♂ ️ .   l g m   r e t o o l ,   r e l o a d ,   r e b u i l d .   
 
 n o w   w e   f u l l y   s h i f t   t o   t h e   o t h e r   o r a n g e   a n d   b l u e   i n   t o w n .   l e t ’ s   g o   k n i c k s
l o u s y   w a y   t o   e n d   a   s e a s o n ,   b u t   i ’ m   p e r s o n a l l y   g l a d   t o   h a v e   c o n n e c t e d   w i t h   s o   m a n y   n e w   m e t s   f a n s .   s e e   y a   i n   p o r t   s t .   l u c i e .   t i l l   t h e n ,   g o   g i a n t s   a n d   k n i c k s .   a n d   o n e   l a s t   t i m e   i n   ‘ 2 2 ,   l g m .
  e f f e c t !   n y k n i c k s   k n i c k s   n b a  
l o o k s   l i k e   o n   t o   s t r i c t l y   t h e   g i a n t s ,   k n i c k s   a n d   r a n g e r s   f o r   t h e   n e x t   f e w   m o n t h s .   g i a n t s   w h i l e   4 - 1   s u r e   b u t   e x p e c t a t i o n s   a r e   l o w ,   b u t   s u r e   t h e   w h o l e   n f l   i s   m i d   t h i s   y e a r !   k n i c k s   c o m e   o n   i   w i l l   n e v e r   l e t   t h e m   g e t   m y   h o p e s   u p !   & a m p ;   r a n g e r s   a r e   m y   o n l y   h o p e !   l g m   g i a n t s   l g r   k n i c k s
o n t o   t h e   k n i c k s
d o n ' t   w o r r y ,   m e t s   f a n s .   t h e   r a n g e r s   s e a s o n   g e t s   g o i n g   t h i s   w e e k .   t h e n ,   y o u   h a v e   a l l   t h e   e x c i t e m e n t   o f   a   k n i c k s   s e a s o n   t i p p i n g   o f f   l a t e r   t h e   m o n t h !
o n   t o   t h e   k n i c k s   m i s e r y . . o n e   o f   t h e s e   y e a r s   m e t s   ✌ 🏻
t i m e   t o   m o v e   o n   w i t h   t h e   k n i c k s   a n d   g i a n t s !   l g m   e n d s   t o n i g h t !
“ o l d   d a y s d i c k   b a r n e t t   t r i e s   t o   h a r a s s   e a r l   m o n r o e   i n   a   1 9 7 1   
 b u l l e t s - k n i c k s   g a m e   a t   m a d i s o n   s q u a r e   g a r d e n . n b a     b a l t i m o r e   k n i c k s     n y c     h o f   1 9 7 0 s  
_ n e w y o r k   w e   n e e d   t o   s t o p   s h o w i n g   t h i s   g u y .   h e ’ l l   n e v e r   p l a y   f o r   t h e   k n i c k s .   w h e r e   i s   h e   g o i n g   t o   p l a y ?
j e t s   b a c k   o n   t h e   r i s e   a n d   t h e s e   m e d i a   f o l k s   a r e   p a n i c k i n g   t h e   s a m e   w a y   t h e y   d i d   w i t h   t h e   k n i c k s   a n d   m e t s .   m u s t   s u c k   t o   b e   e x p o s e d   a s   t h e   o n e   d i m e n s i o n a l   f r a u d s   s o   m a n y   o f   y o u   s c r e a m   n o t   t o   b e .   o h   w e l l ,   b e t t e r   l u c k   e l s e w h e r e   🤷 ‍ ♂ ️
h e r e ’ s   w h a t   i   t h i n k   a b o u t   t h e   k n i c k s   o f f s e a s o n   t h i s   y e a r ,   c h e c k   i t   o u t   
 👇 🟠 🔵   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e 

f i n a l l y ,   g r e a t   t i m e   b e i n g   a   n e w y o r k   f a n .   g i a n t s   4 - 1 ,   j e t s   3 - 2 ,   m e t s   a n d   y a n k e e s   i n   t h e   p l a y o f f s .   k n i c k s   2 - 0   a n d   l o o k i n g   g o o d   i n   p r e s e a s o n . n y r a n g e r s   l o o k i n g   t o   b u i l d   f r o m   l a s t   y e a r s   f i n a l .   a l l   i   a s k   i s   f o r   a t   l e a s t   1   t i t l e   a n d   p a r a d e .   l e t ’ s   g o   🥂
k i y a n   t e l l s     h i s   f a v o r i t e   m o m e n t / t e a m   o f   h i s   f a t h e r ,   c a r m e l o   a n t h o n y .   a n d   w e   a g r e e .   k n i c k s   s t a y m e 7 o   p o l i t i c i a n f o r s p o r t  
g r a d i n g   e v e r y   r a p t o r s   p l a y e r   a f t e r   t h r e e   2 0 2 2   p r e s e a s o n   g a m e s 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   h e a t n a t i o n   h e a t t w i t t e r   t r u e t o a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s
h o w   f a r   w i l l   a   h e a l t h y   d e r r i c k   r o s e   l e a d   k n i c k s   i n   2 0 2 2 - 2 3 ? 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   h e a t n a t i o n   h e a t t w i t t e r   t r u e t o a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n
c a r m e l o   a n t h o n y   p u t   u p   2 8   p o i n t s ,   8   r e b o u n d s ,   a n d   2   a s s i s t s   ( g e t t i n g   n o   h e l p   f r o m   l i n / s t o u d e m i r e )   i n   t h e   k n i c k s   2 0 1 2   f i r s t   r o u n d   s e r i e s   a g a i n s t   t h e   m i a m i   h e a t   f e a t u r i n g   j a m e s ,   w a d e   a n d   b o s h .  
v i n t a g e   e m p i r e   s t a t e   w o r l d ' s   t a l l e s t   b u i l d i n g ,   n y c   n e w   y o r k   m a n h a t t a n   u s a   t r a v e l   p e n n a n t       v i n t a g e   l g m   u s a   t i m e s s q u a r e   y a n k e e s   k n i c k s   t o g e t h e r b l u e   f e l t p e n n a n t   n y r   n y c   n y g i a n t s     n e w y o r k   n y g   n y k   n o q u i t i n n y   a l l r i s e   r e p b x   n e w y o r k c i t y   m e t s
v i n t a g e   s t a t u e   o f   l i b e r t y   n e w   y o r k   c i t y   m a n h a t t a n   u s a   s o u v e n i r   t r a v e l   p e n n a n t     v i n t a g e   t i m e s s q u a r e   y a n k e e s   n y c   t o g e t h e r b l u e   p e n n a n t   n y r   n y g i a n t s   m e t s   n e w y o r k   n y g   n y k   n o q u i t i n n y   r e p b x   a l l r i s e   n y   l g m   n e w y o r k f o r e v e r   u s a   n e w y o r k c i t y   k n i c k s
🗽 h a d   a   b l a s t   t o d a y   o n   t h e   p a n e l   f o r   y t   c h a n n e l   d ’ s   w o r l d   o f   h o o p s !   g r e a t   k n i c k s   c o n t e n t ,   g r e a t   b a s k e t b a l l   m i n d ,     g r e a t   s e n s e   o f   h u m o r !   k n i c k s   n e w y o r k f o r e v e r  
  l e t   m e   a s k   y o u   t h i s   a s h ,   i f   y o u   h a d   t o   p i c k   e i t h e r   j o k e r   o r   l e b r o n   f o r   t h e   k n i c k s   r i g h t   n o w   a t   t h e i r   c u r r e n t   s t a t e   w h o ’ s   y o u   p i c k ?
  h o w   g o o d   w e r e   y o u   e v a n ?   t h a t   y o u   d e m a n d   s t u f f   y o u   c o u l d n ’ t   d o   y o u r s e l f .   p e o p l e   l i k e   y o u   a r e   t h e   o n e s   t h a t   m a k e   g o o d   p l a y e r s   w a n t   t o   g o   s o m e w h e r e   e l s e .   h o w   i s   t h a t   w o r k i n g   o u t ?   s p e c i a l l y   f o r   t h e   k n i c k s   g r e a t   j o b   b u d . .
p r e s e a s o n   g a m e   2   b r e a k d o w n     k n i c k s
d j ’ d   t h e     o p e n   p r a c t i c e .   l e t ’ s   g o   k n i c k s !   n e w y o r k f o r e v e r   k n i c k s  
w o n d e r i n g   w h o ’ s   t h e   b e t t e r   s i x t h   m a n   o f   t h e   y e a r   p i c k ,   q u i c k l e y   o r   t o p p i n ?   k n i c k s   n y k n i c k s
o b i   t o p p i n   w i t h   t h e   s l a m !   l e t ' s   g o   k n i c k s !   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a    
g i a n t s   w i n   t h i s   m o r n i n g . 
 k n i c k s   p r a c t i c e   t h i s   a f t e r n o o n . 
 m e t s   g a m e   t o n i g h t .  
  w i n   a   f r e e   t i c k e t   t o   a   k n i c k s   g a m e   a t     m s g   . 
 l i k e   t h e   v i d e o   b e l o w   a n d   s u b s c r i b e   t o   t h e   c h a n n e l 
 s e n d   y o u r   n a m e   t o   c i v i l a n a l y t i c s . c o m 
 s u b m i t   y o u r   i n f o r m a t i o n   b y   o c t o b e r     3 1 ,   2 0 2 2 ,   1 1 : 5 9 p m 
 
 
 
 n y c   n e w a r k   j e r s e y c i t y   k n i c k s   n b a   f r e e t i c k e t s
w i n   a   f r e e   t i c k e t   t o   a   k n i c k s   g a m e   a t     m s g   . 
 l i k e   t h e   v i d e o   b e l o w   a n d   s u b s c r i b e   t o   t h e   c h a n n e l 
 s e n d   y o u r   n a m e   t o   c i v i l a n a l y t i c s . c o m 
 p l e a s e   s u b m i t   y o u r   i n f o r m a t i o n   b y   o c t o b e r     3 1 ,   2 0 2 2 ,   1 1 : 5 9 p m 
 
 
 
 n y c   n e w a r k   j e r s e y c i t y   k n i c k s   n b a   f r e e t i c k e t s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
  n o w   w e   j u s t   n e e d   t h e   f u c k i n g   k n i c k s   t o   s t e p   u p   t h e i r   g a m e !
j a l e n   b r u n s o n   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n b r u n s o n   j a l e n   b r u n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
t a k e f l i g h t     k n i c k s     g m e n   n y j e t s   n y g     
 
 f o l l o w   a l o n g   w i t h   t h e   n e w   y o r k   s p o r t s   t e a m s   i n   t h e   a r m c h a i r   s p o r t s   u n i v e r s e !   t h e   m o s t   r e a l i s t i c   s i m u l a t i o n   s p o r t s   l e a g u e s   e v e r .   i t ' s   d y n a s t y   f a n t a s y   s p o r t s   b u t   s i m u l a t e d   w i t h   v i d e o   g a m e s .   l i n k   t o   d i s c o r d   s e r v e r   i n   b i o .  
n e w   v i d e o   t o   w a t c h : 
 
 " 2 0 2 2 - 2 0 2 3   p r e - s e a s o n   k n i c k s   v s   p a c e r s   r e c a p "   
 
 c r e a t o r :     d a s h o p _ t a l k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
j u l i u s   r a n d l e   t h e r e   j u s t   n o t   p r a c t i c i n g   g o   k n i c k s
n e w   v i d e o   t o   w a t c h : 
 
 " o f f - s e a s o n   t h o u g h t s :   t h e   n e w   y o r k   k n i c k s   ( e p i s o d e   2 1 ) "   
 
 c r e a t o r :     j u i c e   b u n y a n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
r a r   d e a d   a i r - i s   m i k e   f r a n c e s a ’ s   s t y l e   o f   r a d i o   o b s o l e t e 
 
 
 
 r e c k l e s s a i r w a v e s r a d i o   h o w a r d s t e r n   n y s p o r t s   m e t s   y a n k e e s   g i a n t s   j e t s   k n i c k s   r a n g e r s   i s l a n d e r s   c a r t o n a n d r o b e r t s   b o o m e r a n d g i o   b a s e b a l l   f o o t b a l l   h o c k e y   b a s k e t b a l l   n b a   n h l   m l b   n f l  
k n i c k s   p a t r i o t s   w i l l   m a k e   2 - 0   v s   d e t r o i t   t e a m s
c a n ' t   r e m e m b e r   b e i n g   t h i s   c o n f i d e n t   a     m a j o r   f a   s i g n i n g   w i l l   w o r k   o u t   k n i c k s  
t h o u g h t s ? 
 n b a   k n i c k s   t r a d e  
n e w   e p i s o d e / l i n k   i n   b i o :   m i k e y   d o m a g a l a ,   o w n e r / f o u n d e r   o f     & a m p ;   _ b u z z   w i t h   a   s e a s o n   p r e v i e w ,   a   l o o k   b a c k   o n   l a s t   y e a r   +   a   m o m e n t   o n   a a r o n   j u d g e ' s   c h a s e   t o   6 2 .   n b a b u z z     m i k e y d o m a g a l a   n e t s   k n i c k s   c e l t i c s   u d o k a   j u d g e   l a k e r s   y a n k e e s   w h a t s u p o d c a s t  
🫡   e n j o y   y o u r   s u n d a y   & a m p ;   h a v e   a   g r e a t   w e e k ! 
 
 b l u s p a p p a p 
 m y p o p s 
 m o t i t r a y t i o n 
 m o t i 3 t i o n 
 5 0 p l u s c r e w 
 j e e p l i f e 
 b e a c h l i f e 
 s t a y m e 7 o 
 k n i c k s 
 n y l i b e r t y   
 b e s a f e 
 p r i n c e d a f r e n c h i e 
 
 w o r d l e   4 7 7   4 / 6 
 
 ⬛ ⬛ ⬛ ⬛ ⬛ 
 ⬛ 🟩 ⬛ ⬛ 🟨 
 🟩 🟩 ⬛ 🟩 🟩 
 🟩 🟩 🟩 🟩 🟩
o b i   t o p p i n   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o b i t o p p i n   o b i   t o p p i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
w i l l   t h e   k n i c k s   m a k e   t h e   p l a y o f f s ?   n b a   n b a p r e s e a s o n   k n i c k s   k n i c k s t w i t t e r
s   t   a   r   k   s     s   u   n   d   a   y     3   🏀   
 s t a r k s   x   e w i n g   n e w y o r k f o r e v e r   
 k n i c k s   n b a   n b a t w i t t e r  
s / o     !   m y   d a u g h t e r   a n d   i   h a d   a   b l a s t !   k n i c k s
d e r r i c k   r o s e   i n t e r v i e w   @   k n i c k s   o p e n   p r a c t i c e   _  
w o r l d s   m o s t   f a m o u s   a r e n a . .   a l m o s t   t i m e   f o r   k n i c k s   b a s k e t b a l l   🔥  
j a l e n   b r u n s o n   i n t e r v i e w   @   k n i c k s   o p e n   p r a c t i c e   _  
i m m a n u e l   q u i c k l e y   a n d   o b i   t o p p i n   i n t e r v i e w   e a c h   o t h e r   @   t h e   k n i c k s   o p e n   p r a c t i c e   _  
  🎶 u   k n i c k e d   u r   b l u e   s h i r t ,   w e   s h o u l d   c a l l   u   r a y   f e l t o n 🎶     p r a v e a r l y   k n i c k s   i m b o u t b a l l   🔊 🔊   👂 ( 0 : 4 5 )
e v a n   f o u r n i e r   i n t e r v i e w   @   k n i c k s   o p e n   p r a c t i c e   _  
l o v e   t h e   f a c t   t h a t   k e n n y   a l b e r t   i s   c o v e r i n g   m y   p a t r i o t s   h e   c o v e r s   a l l   o f   m y   t e a m s   n y r   k n i c k s   i   f e e l   c o m f o r t a b l e   w i t h   h i m   a s   t h e   p l a y   b y   p l a y   g u y
j u l i u s   r a n d l e   i n t e r v i e w   @   k n i c k s   o p e n   p r a c t i c e   _  
  h a s   o u r   c o v e r a g e   f o r   t h e   k n i c k s   o p e n   p r a c t i c e !  
j u l i u s   r a n d l e   i s   n o t   p r a c t i c i n g   a t   t h e   k n i c k s   o p e n   p r a c t i c e
b r u n s o n   a d d r e s s e s   t h e   c r o w d     k n i c k s   n b k f a m  
p a r c e l l s   2 . 0 ! !   l o v e   t h i s   c o a c h ! 
 n y g   n y g i a n t s   b i g b l u e   g i a n t s   n f l     n e w y o r k f o r e v e r     k n i c k s   c i t y n e v e r s l e e p s   n y c   n e w y o r k c i t y   n e w y o r k   
    
d e f e n s i v e   w o r k .     k n i c k s   n b k f a m  
o b i ,   i h a r t ,   m i t c h   a n d   s i m s   p r a c t i c e   g o i n g   v e r t i c a l   w i t h   h a n d s   h i g h   a t   k n i c k s   o p e n   p r a c t i c e   k n i c k s   n b k f a m  
d o e s   v i s u a l i z i n g   r e a l l y   w o r k ?   k n i c k s   w e m b a n y a m a    
d o e s   a n y o n e   r e a d   b e t w e e n   t h e   l i n e s   a n y m o r e   o r   a r e   p e o p l e   j u s t   l o o k i n g   a t   b o x   s c o r e   s t a t s   t o   j u s t i f y   n a r r a t i v e s ?   k n i c k s  
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   n e w s   & a m p ;   r u m o r s   f o l l o w i n g   n b a   p r e s e a s o n   w i n   v s   p a c e r s   f t .   o b i   t o p p i n ,   j a l e n   b r u n s o n ,   r j   b a r r e t t "   
 
 c r e a t o r :     k n i c k s   n o w   b y   c h a t   s p o r t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " j d ,   c o - h o s t   o f   k n i c k s   f a n   t v ,   t a l k s   a b o u t   k n i c k s   p r e s e a s o n ,   u p c o m i n g   s e a s o n "   
 
 c r e a t o r :     n e w   y o r k   p o s t   s p o r t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
t h a t   1 5   t o m m y   s h e p   g o   c r a z y   k n i c k s
  t h i s   d o e s n ’ t   e v e n   w a r r a n t   a   r e s p o n s e   b e c a u s e   t h e s e   s t a t s   a r e   o u t   o f   c o n t e x t .   a l l   y o u   c a n   g l e a n   i s   t h a t   h e   h a s   s h o t   p o o r l y   s o   f a r   b u t   h i s   s h o o t i n g   n u m b e r s   a r e n ’ t   i n d i c a t i v e   o f   h i s   o v e r a l l   i m p a c t .   t h e   b e l o w   s a y s   i t   a l l .   k n i c k s  
m i s s i n g   f r i d a y   n i g h t   k n i c k s ? 
 
 c h e c k   o u t   l t k ' s   h i g h l i g h t   p a c k a g e   o f   t h e   w i n . 
 c r e d i t :   n b a   o n   y o u t u b e  
m a s t e r   o f   c l a s s i c   r o c k   ! 
 r o b e r t   j o n   l i v e   i n   f r a n c e   ( + w e i r d   i t w ) 
 
 
 
 u s a   c l a s s i c r o c k   c e l t i c s   u t a h j a z z     w a r r i o r s n a t i o n   h e a t   l a k e r s n a t i o n   c l i p p e r s   o k c   n u g g e t s   k n i c k s   n e t s   p i s t o n s   b u l l s n a t i o n   s i x e r s   r a m s   g i a n t s   p a c e r s   s p u r s f a m i l y
i f   y o u   m i s s e d   o u r   l a t e s t   i n t e r v i e w   w i t h   a l a n   h a h n ,   g o   c h e c k   i t   o u t   n o w   b e f o r e   t h e   n e x t   p r e s e a s o n   g a m e !   c a t c h   n e w   e p i s o d e s   o f   o u r   p o d c a s t   e a c h   a n d   e v e r y   w e e k !   k n i c k s   t k r   
   
 
 f u l l   e p i s o d e : 
 y o u t u b e :   
 s p o t i f y :    
    i t s   a   d o u b l e   e d g e d   s w o r d … y o u   w a n t   r a n d l e   t o   p l a y   w e l l   s o   y o u   c a n   t r a d e   h i m   & a m p ;   g e t   s o m e t h i n g   s u b s t a n t i a l   b a c k   b u t   i f   h e   p l a y s   w e l l   w e   w o n t   w a n t   t o   d e a l   h i m … i ’ m   j u s t   h o p e f u l   h e   p u t s   t h e   e f f o r t   o u t   t h i s   s e a s o n   & a m p ;   i s n t   a   m a l c o n t e n t   l i k e   l a s t … t h a t s   n o t   g o o d   f o r   a n y o n e … n y k   k n i c k s
n e w   y o r k   k n i c k s   🏀   w i l l   w i n   a t   l e a s t   5 2   g a m e s   t h i s   s e a s o n .   k n i c k s   n e w y o r k n i c k s   b a s k e t b a l l   b a l l   n b a
w h o   b o u g h t   s o m e   j a l e n   b r u n s o n ?     i   d i d .     c o p p e d   a   b l u e   c o l o r   m a t c h   d i s c o   p s a   1 0   n u m b e r e d   t o   1 7 5 .   k n i c k s   n b a   s p o r t s c a r d s   p r i z m   p a n i n i a m e r i c a   b a s k e t b a l l c a r d s   b a s k e t b a l l   j a l e n b r u n s o n  
w o u l d   a n y o n e   l i k e   2   t i c k e t s   t o   t o d a y s   k n i c k s   o p e n   p r a c t i c e   a t   c o l u m b i a   u n i v e r s i t y .   p r e f e r a b l y   s o m e o n e   t h a t   w o u l d   t a k e   a   k i d .   t w e e t   m e   n o w !   🧡 💙
n b a   e x e c u t i v e   l i n k s   j o s h   r i c h a r d s o n   t o   m i a m i   h e a t   ,   n e w   y o r k   k n i c k s     a n d   m e m p h i s   g r i z z l i e s   
 
 n e w y o r k f o r e v e r   
 b i g m e m p h i s   🏟 
 h e a t t w i t t e r   
 h e a t c u l t u r e   🏀 
 n b a t w i t t e r   
 n b a   
 
  
_ n e w y o r k   g o o d ’ o   d a y s   k n i c k s
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
b e s t   o f   t h e   d a y   o n   
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
l e t ' s   g o   n e w   y o r k !   m e t s   j e t s   k n i c k s  
t h e   g i a n t s   p u b   i n   l o n d o n ! 
 n y g   n y g i a n t s   b i g b l u e   g i a n t s   n f l     n e w y o r k f o r e v e r     k n i c k s   c i t y n e v e r s l e e p s   n y c   n e w y o r k c i t y   n e w y o r k   
    
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s / n e w s / r u m o r s / o b i   t o p p i n / r j   b a r r e t t / i m m a n u e l   q u i c k l e y / k n i c k s   v s   p a c e r s . "   
 
 c r e a t o r :     t h e   k n i c k s   c a v e   j a n   m i t c h e l l 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
l e t ’ s   g o     g i a n t s   n y g   l o n d o n     m e t s   l f g m     k n i c k s
k n i c k s   f a n s   w h o   r i p   t h i b s   f o r   n o t   p l a y i n g   t h e   y o u n g   g u y s   e n o u g h ,   b u t   t h e n   b e a m   a b o u t   h o w   w e l l   t h e   y o u n g   g u y s   h a v e   d e v e l o p e d   s i n c e   t h e y ’ v e   b e e n   d r a f t e d   a r e   a   c o n f u s i n g   l o t .   
 
 y o u n g   g u y s   l o o k i n g   p r e t t y   g o o d ?     h o w   d o   y o u   t h i n k   t h e y   g o t   t h a t   w a y ?     k n i c k s
r e a l   t a l k ?   i   g u e s s   s o . 
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s a l l d a y   k n i c k s n e w s   k n i c k s w i n   n y c   m s g   t h e g a r d e n   b l u e a n d o r a n g e   k n i c k s w o r l d   k n i c k s f a n   n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k   
  
h a d   t o   b e ! 
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s a l l d a y   k n i c k s n e w s   k n i c k s w i n   n y c   m s g   t h e g a r d e n   b l u e a n d o r a n g e   k n i c k s w o r l d   k n i c k s f a n   n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k   
  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
i ' l l   s a y   t h i s   a g a i n . . .   i f   t h i b s   d o e s n ' t   g i v e   t o p p i n   m i n u t e s   t h a t   h e   d e s e r v e s ,   t h e n   i   t h i n k   i t   w o u l d   b e   b e t t e r   f o r   t h e   t e a m   t o   l e t   t h i b s   g o !   k n i c k s   n b a
k n i c k s   
 o n c e   a   k n i c k ,   a l w a y s   a   k n i c k  
h o w   v i c t o r   w e m b a n y a m a   c a n   g i v e   t h e   k n i c k s   a   n e w   s t a r   t r a d e   t a r g e t 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   c l i p p e r n a t i o n   l o s a n g e l e s   c l i p p e r s   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i
  n y   k n i c k s   c a m   r e d d i s h   1 s t   s t a r t   t r o u b l e s   t h e k n i c k o f t i m e s h o w   k n i c k s    
s p o r t s t r a d i n g c a r d s   s p o r t s c a r d s   t r a d i n g c a r d s   b a s k e t b a l l c a r d s   t h e h o b b y   n b a   n b a t w i t t e r   n b a p r e s e a s o n   k n i c k s   n y k n i c k s   
 c h e c k   o u t   2 0 2 0 - 2 1   p a n i n i   d o n r u s s   o p t i c   r a t e d   p u r p l e   p r i z m   i m m a n u e l   q u i c k l e y   1 7 5   r o o k i e   r c     e b a y   v i a  
      _ n y _ b   j a y   w r i g h t / r i c k   p r e t t y   g o o d   c o a c h i n g 
 n o t   t o   m e n t i o n   h i s   d a d 
 k n i c k s   m a y   h a v e   a   p l a y e r 

      _ n y _ b   i n   t h e   n b a ,   y o u   n e e d   a   l o c k   d o w n   d e f e n d e r   l i k e   t h a t .   w h e t h e r   i t   i s   a   s m a r t   o r   a   t u c k e r   o r   a   c r o w d e r   - -   t o   l e t   h i m   r u s t   o n   t h e   k n i c k s   b e n c h   i m   n o t   f e e l i n g
      _ n y _ b   y u p 
 t h i b s   m e s s e d   w i t h   a   h i g h   n b a   d r a f t   p i c k 
 o b i   s h o w e d   i n c r e d i b l e   d e t e r m i n a t i o n ,   w o r k   e t h i c   a n d   c h a r a c t e r .   d i d   n o t   w a n t   k n i c k s   t r a d i n g   h i m .
k n i c k s   i n c r e d i b l e   4 6   p o i n t   s e c o n d   q u a r t e r   v s   i n d i a n a   p a c e r s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i m m a n u e l q u i c k l e y   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   n b a   n b a h i g h l i g h t s   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t  
      _ n y _ b   o b i   f i g u r e d   i t   o u t   
 k n i c k s   s t r e t c h   4   w a s   s m o o t h e r   l a t e r   i n   t h e   w i n   f r o m   d e e p
g o d   w e r e   g o i n g   t o   g o   3 - 1   v s   t h e   c a v s   t h i s   s e a s o n   y o u   h e a r   m e   o l d   m a n   k n i c k s
s o   d o   w e   r e a l l y   h a v e   t o   w a i t   u n t i l   w e d n e s d a y   f o r   a   g a m e ?   k n i c k s   k n i c k s t w i t t e r   n y k n i c k s
g r e a t   d a y   t a k i n g   p a r t   i n   t h e   k n i c k s   a l u m n i / c e l e b r i t y   g a m e   a t   t h e   w o r l d   f a m o u s     p a r k   i n   h a r l e m !   
 
 t h a n k   y o u   a s   a l w a y s   t o   t h e     f o r   h a v i n g   m e ,   i   a p p r e c i a t e   y o u   a l l   s o   m u c h !   🙏 🏼 😊 🧡 💙 🏀  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
b e s t   o f   t h e   d a y   o n   
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u
w t f   i   w o u l d a   p u l l e d   u p   k n i c k s  
y o o o o   c p   g i v e   i t   u p   b r o . . . .   j u s t   a d m i t   i t   d u d   w a s   t h e   w r o n g   c h o i c e   o f   w o r d s . . .   i t   w a s n t   a   d u d   p i c   i t   w a s   a   d u d   m o v e   n o t   t o   t r a d e   r a n d a l l   t h e   f a c t   t h a t   u   s t i l l   h o l d i n g   o n   t o   t h a t   h o r r i b l e   t a k e   i s   n u t s 😩 😂 😂 😂 
 l e t i t g o 
 k n i c k s 
 k n i c k s n a t i o n l e t s r i d e 
 o b i v o i c e  
l i s t   o f   n a t i o n a l l y   t e l e v i s e d   k n i c k s   g a m e s .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
    b r o ,   y e s t e r d a y   e v e r y   g a m e   e x c e p t   t h e   f u c k i n g   k n i c k s   g a m e   w a s   p l a y i n g   f o r   m e .   e v e r y t h i n g   i   c l i c k e d   o n   s t r e a m e d   p e r f e c t ,   i   c l i c k   o n   t h e   o n e   g a m e   i   w a n t   t o   w a t c h . . .   e r r o r s .   🤦 🏽 ‍ ♂ ️ 🤦 🏽 ‍ ♂ ️ 🤦 🏽 ‍ ♂ ️ 🤦 🏽 ‍ ♂ ️ 🤦 🏽 ‍ ♂ ️
w h o ' s   w h o   w a s   a t   t h e   l e g e n d a r y   r u c k e r p a r k   o l d   & a m p ;   n e w     f u n   k n i c k s  
o b i   t o p p i n   i s   j u s t   a   f r e a k   o f   n a t u r e   🤯           k n i c k s t a l k   k n i c k s   o b i t o p p i n  
b r e a k i n g   n e w s !   g r e a t   n e w s   f o r   t h e   k n i c k s !   . . . 
   
 
   
 6 9 8 2 0 6 8 6   a t l a n t i c d i v i s i o n   d o n o v a n m i t c h e l l k n i c k s   e a s t e r n c o n f e r e n c e   k n i c k s d r a f t p i c k s   k n i c k s n e w s   k n i c k s n e w s a n d r u m o r s   k n i c k s n e w s a n d r u m o r s t o d a y   k n i c k s n e w s t o d a y   k n i c k s n e w s t r a d e   k n i c k s n e w s u p d a t e  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
b e s t   o f   t h e   d a y   o n   
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
t o d a y   m a r k s   t w o   y e a r s   s i n c e   m y   f a t h e r   p a s s e d   -   h e   a l w a y s   w a n t e d   t h e   k n i c k s   t o   b e   g r e a t   a g a i n ,   h e   r e m e m b e r e d   t h e   7 3   t i t l e .   
 
 h e   w o u l d   h a v e   l o v e d   t o   s e e   t h a t   o b i   d u n k   l a s t   n i g h t !   k n i c k s
d a v i d   c a m e   t o   b a l l …   h a r l e m 💫 k n i c k s   💙 🧡    
j u l i u s   r a n d l e   s h o u l d   b e   t h e   s i x t h   m a n   f o r   t h e   k n i c k s   a n d   r u n   t h e   s e c o n d   u n i t     k n i c k s
i q   i s   l o o k i n g   l i k e   a   s t a r t e r .   i s   t h e r e   a n y   v i a b i l i t y   t o   s t a r t i n g   i q   a n d   b r u n s o n   t o g e t h e r ?   o r   i s   i t   b e t t e r   t o   k e e p   h i m   a n d   o b i   d o m i n a t i n g   t h e   2 n d   u n i t s   a n y w a y ?   i   t h i n k   t h i s   i s   t h e   l a s t   y e a r   i q   c o u l d   b e   a   b a c k   u p   b e f o r e   h e   g e t s   t i r e d   o f   i t   a n d   w a n t s   o u t .   k n i c k s
    _ r a n d l e       _ g o d s o n       _ _ _ _                   w e   c h a s i n g   t h i s   s e a s o n   r i n g s   n   t h e s e   c h a m p i o n s h i p s   l e t s   g o   k n i c k s   💎 🏆
s h e   s a i d   i   l o o k   l i k e     i ’ m   c o o l   w i t h   t h a t   🤣 k n i c k s 🔸 🔹  
                    _ g g q t                           _ j a k e             1 .   d o l a n   b e s t   t r a i t   f o r   n y r   w a s   s t a y i n g   o u t   o f   h o c k e y   o p e r a t i o n s .   h e   h a s   s c r e w e d   t h e   k n i c k s   w i t h   h i s   h a n d s   r e p e a t e d l y 
 2 .   m s g   i s   a   w a s t e d / m i s m a n a g e d   a s s e t   u n d e r   h i s   h e l m
w e ’ r e   g o n n a   s h o c k   t h e   w o r l d   k n i c k s  
o b i t o p p i n s   g a m e   h a s   g r o w n !   t h i s   w i l l   b e   h i s   b r e a k   o u t   y e a r .   r a n d l e   b e t t e r   h o l d   o n   t o   t h a t   s t a r t i n g   r o l e ,   r e a l   t i g h t .   n b a   k n i c k s   n y k   m s g   n b a t w i t t e r
o u r   f u t u r e   n b a a l l s t a r 🏀 💫 !   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a  
i t ' s   b e e n   a   g r e a t   d a y .   y a n k e e s   a r e   i n   t h e   p l a y o f f s .   k n i c k s   s e a s o n   i s   u p o n   u s .   j e t s   h a v e   a   w i n   f r o m   l a s t   w e e k .   t h i n g s   a r e   l o o k i n g   g r e a t !   h a p p y   w e e k e n d m i s s i o n   k n i c k s   y a n k e e s   j e t s  
k n i c k s '   c a m   r e d d i s h   i s   f i n d i n g   i t   d i f f i c u l t   a d j u s t i n g   t o   h i s   n e w   g r o u p . 
 
 “ i   f e e l   l i k e   i ’ m   m e n t a l l y   t o u g h   s o   i ’ m   g e t t i n g   t h r o u g h   i t , ”   r e d d i s h   t e l l s   .       k n i c k s   n y k n i c k s   n b a 

    i t   f i x e s   o f f l o a d i n g   c r o w d e r   t o o . 
 i   d o n ' t   n e e d   t o   o f f l o a d   s k i n n y j u   o r   a c q u i r e   a y t o n . 
 k n i c k s   c a n   r i d e   o r   d i e   w i t h   w h a t   w e   h a v e . 
 i   t h i n k   j u l i u s   w i l l   b e   w o r t h   m o r e   a s   t h e   s e a s o n   p r o g r e s s e s   a n y w a y .
g o t   p r e t t y   g o o d   s e a t s   t h a t   d a y . . . 
 
 m i x i n g / m a s t e r i n g   r a t e s ?   g o   h e r e :   
 
 k n i c k s   m u s i c s t u d i o  
  o u t   r i d i n g   w i t h   t h e   g a n g   b u t   l i s t e n i n g   t o   t h e   k n i c k s   f a m i l y …   m u c h   r e s p e c t  
w h a t     f a n s   h e a r d : 
 
 s o m e b o d y   o n   t h e   k n i c k s   p u n c h   e v a n   f o r n i e r   r n .   k n i c k s t a l k   k n i c k s t a p e   e x t r e m e r u l e s  
d a n i l o   g a l l i n a r i ' s   ( )   2 0 0 9 - 1 0   s h o t   c h a r t : 
 
 v o l u m e :   h i g h   |   p _ 8 2   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   g o o d   |   p _ 7 0 
 e f f i c i e n c y :   g o o d   |   p _ 7 3 
 e f f i c i e n c y   v a l u e :   g o o d   |   p _ 8 1 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   b r e a k 3 
 b e s t   v a l u e   z o n e :   b r e a k 3 
 
 d a n i l o g a l l i n a r i 
 k n i c k s  
🚨   d e b u t   a p p e a r a n c e   o n     & a m p ;   .   t h a n k   y o u   t o     a n d   a s   a l w a y s     f o r   a w a r d i n g   m e   t h e   o p p o r t u n i t y   t o   r e p r e s e n t   t h e   k f t v   b r a n d .   k n i c k s  
_   * c h i l l s   n o w h e r e   l i k e   n y   k n i c k s
s   p   r   e   w   e   l   l     s   a   t   u   r   d   a   y   8 
 n e w y o r k f o r e v e r   k n i c k s   n b a   n b a t w i t t e r   1 9 9 9 k n i c k s  
n o w   i   c a n   f o c u s   o n   t h e   p a t r i o t s   n y r   a n d   k n i c k s   r a y s   w e ' l l   c o m e   b a c k   s t r o n g e r   t h a n   e v e r   i n   2 0 2 3   a n d   h e a l t h i e r   a s   w e l l
h e a v i e s t   p l a y e r s   i n   n b a   h i s t o r y :   👀 
 
 ▪ ️   o l i v e r   m i l l e r :   3 7 5   l b s .   
 ▪ ️   s h a q u i l l e   o ' n e a l :   3 6 0   l b s . 
 ▪ ️   s i m   b h u l l a r :   3 6 0   l b s . 
 ▪ ️   e d d y   c u r r y :   3 5 0   l b s . 
 ▪ ️   m i k e   s w e e t n e y :   3 4 0   l b s . 
 
 u s e d   t h e i r   h e f t   t o   t h e i r   a d v a n t a g e .   💪 
 
 p a c e r s   c e l t i c s   k i n g s   m a v s   k n i c k s   n b a  
h o w   g o o d   w a s   o b i   t o p p i n   a g a i n s t   t h e   p a c e r s   y e s t e r d a y   😍   i   s e n s e   a   b i g   y e a r   i n c o m i n g   f o r   h i m   🙌   k n i c k s    
i t   s u c k s   w h e n   t h e   k n i c k s   a r e   o f f … i   c o u l d   w a t c h   t h e m   p l a y   e v e r y   d a y .   t h i s   t e a m   i s   l i k e   a   d r u g   t o   w a t c h   i f   y o u ’ r e   a   d i e h a r d   n e w   y o r k   k n i c k e r b o c k e r   f a n .   i t ’ s   e u p h o r i c ! !     _ k n i c k s p r  
  a n d     t h r e a d   g o t   m e   c r y i n g   😂 🤣 😂 k n i c k s
r j   b a r r e t t   |   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t   t o m t h i b o d e a u  
b r u n s o n , r j ,   j u l i u s ,   o b i ,   m i t c h   s h o u l d   b e   t h e     s t a r t i n g   5 ‼ ️ 
 k n i c k s
k n i c k s   a l l   _ r a n d l e   h a s   t o   d o   i s   p l a y   n o t   a t   t h e   e l b o w   o n   o f f e n s e   b u t   m o v e   f u r t h e r   d o w n   a n d   f o r g e t   t r y i n g   o r   s e a r c h i n g   t o   b r i n g   t h e   b a l l   u p   c o u r t .   p l a y   y o u r   p o s i t i o n   f a c k e r   a n d   l e t   d   g a m e   c o m e   t o   y o u   f o r   c h r i s t   s a k e s .   a n d   i f   a t   e l b o w   s e t   a   s c r e e n   a n d   g e t   d   f a c k   o u t   d o d g e   b s h
y o   o b i   r e a l l y   s t o l e   t h e   s h o w   a t   m s g   l a s t   n i g h t   k n i c k s    
    _ j _ d _ m       _ a v p     _ _ w a r     _ d u d e         @ _ k n i c k s 1 6 8 8         _ 1 9 1 4                         _ m a c         _ s t e v e n   _ t h e             _ e       i ' m   t h i n k i n g   k n i c k s   1 s t   i s   b t w n   1 5 - 1 8 t h   /   d a l l a s   1 9 - 2 3 t h   p k   & a m p ;   t h o s e   ( 4 )   u n p r o t e c t e d   c o u l d   b e   2 1 - 2 8 t h   p k   🎯 . . . 
 
 w e   c a n   p a c k a g e   📦   t h e m   f o r   a   t o p 5   p k 
 
 l e o n   r o s e   h a s   o p t i o n s   💣 
 k n i c k s 🏀 💯  
i   w a n t   r e d d i s h   t o   s h o w   o u t   b u t   i   h a v e n ' t   s e e n   r e a l l y   a n y t h i n g   t h a t   l e a d s   m e   t o   t h i n k   h e   w i l l   w i t h   t h e   k n i c k s .   t h e   l a i d   b a c k   n a t u r e   j u s t   d o e s n ' t   p l a y   w e l l   ( r e m e m b e r   t h e   k n o x )   t o   e a r n   m y   f a v o r .   k n i c k s
o b i   t o p p i n   h a v i n g   a   d u n k   f e s t   a g a i n s t   t h e   p a c e r s .   i   k n o w   i t ’ s   o n l y   p r e s e a s o n   b u t …   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s  
c a m   r e d d i s h   s a y s   h e ' s   t r y i n g   t o   g e t   o u t   o f   h i s   c o m f o r t   z o n e .   k n i c k s   n e e d   t o   s e e   i t   s o o n e r   r a t h e r   t h a n   l a t e r .   
 
 v i a    
[ h i g h l i g h t ]   o b i   t o p p i n   b l o c k s   i t   o n   o n e   e n d ,   e a s t b a y s   o n   t h e   o t h e r ,   a n d   p o i n t s   a t   t j   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
i n j e c t   a l l   k n i c k ’ s   b a s k e t b a l l   i n t o   m y   v e i n s   k n i c k s   k n i c k s t a p e      
d a y   2   o n   s e t   h a s   b e e n   f u n   🤩   b r o   l o o k   h o w   s h o r t   i   a m   😭     k n i c k s  
i   s e e   a   l o t   o f   p e o p l e   i   r e c o g n i z e   i n c l u d i n g   ,   ,   a n d   o t h e r s !   k n i c k s 
 
  
m e   w a t c h i n g   t h i b s   k n i c k s   r o t a t i o n s ,   w a i t i n g   f o r   h i m   t o   p u l l   o b i t o p p i n  
c a n   t h e   k n i c k s   s h o c k   t h e   w o r l d ? 
 k n i c k s   j a l e n b r u n s o n   e o p  
a f t e r   w a t c h i n g   l a s t   n i g h t   k n i c k s   g a m e   i ’ m   h a p p y   t h e   t r a d e   f o r   m i t c h   f e l l   t h r o u g h   i f   t h e s e   g u y s   b a l l   o u t   w e   c a n   h a v e   3   a l l s t a r s   o v e r   t h e   n e x t   c o u p l e   o f   y e a r s   i n s t e a d   o f   j u s t   1   k n i c k s
  _ n e w y o r k   i   w o u l d   b e   c o o l   w i t h   r a n d l e   r e b o u n d i n g   /   p a s s i n g   /   l o w   t u r n o v e r s . 
 r e d u c e d   s h o o t i n g / p o i n t   f o r w a r d i n g   
 t h i s   w o r k s   o n   t h e   n e w   k n i c k s
o b i   t o p p i n   p u t s   o n   a   s h o w   a s   k n i c k s   b e a t   p a c e r s   1 3 1 - 1 1 4   |   n e w   y o r k   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   s p o r t s  
k n i c k s   i m p r o v e d   t o   2 - 0   i n   t h e   p r e s e a s o n   l a s t   n i g h t .   w h a t ’ s   t h e   s t o c k   o f   o b i   t o p p i n   a f t e r   t h i s   w i n ?     h a s   t h e   r e c a p . 
 

l e t ’ s   g o   k n i c k s   k n i c k s  
l e t ’ s   g o   k n i c k s   k n i c k s  
l a s t   n i g h t   g a m e   t h e   p h o t o   s a y s   i t   a l l   k n i c k s   n b a   k n i c k s t a p e  
a   d a y   w i t h o u t   k n i t t i n g   i s   l i k e   j u s t   k i d d i n g   i   h a v e   n o   i d e a   
 l i n k 👇 👇 
 
 k n i t t i n g t w i t t e r   k n i t t i n g   k n i t t i n g h o u r   k n i c k s   w o m e n   m o m s o n b e d r o o m   u n i t e d   a u s t r a l i a n   g e r m a n   f r e n c h   p o l a n d b a l l   s p a i n i s h   s h o p   n u r s e   n u r s i n g   t e a c h i n g   s k i l l s   t a l e n t e d   e l o n m u s  
g o o n t a p e ! 😩 😂 😂 😂 💯 
 k n i c k s 
 k n i c k s n a t i o n l e t s r i d e 
 o b i v o i c e 
 n b a   
 n b a p r e s e a s o n   
 n b a t w i t t e r  
      1 .   k n i c k s   s p e n t   a   f i r s t   o n   h i m .   w e   k n o w   w h a t   e f   c a n   d o .   w e   h a v e   t o   f i n d   o u t   o n   c a m .   2 .   i   d i d n t   d a y   d e u c e   s h o u l d   c l o s e .   r o s e   c a n t   g u a r d   a n y b o d y .     m a y b e   a   l o w e r   m i n u t e   l o a d   h e l p s   h i m   f i n i s h   a   s e a s o n .   3 .   m a y b e   t h i b s   c a n   u s e   o u r   l o n g   r o s t e r ,   p l a y   m o r e   t h a n   1 0   a n d   m a t c h u p
u l t i m a t e l y   i   b e l i e v e   a l l   k n i c k s   f a n s   w a n t   i s   a   w i n n i n g   t e a m .   i ’ m   h o p e f u l   & a m p ;   e x c i t e d   a b o u t   w h a t   i ’ v e   s e e n   s o   f a r .   i   t h i n k   w e   w i l l   s e e   a   b e t t e r   t e a m   t h e n   l a s t   s z n .   a d d i n g   b r u n s o n   & a m p ;   i h a r t   a l o n g   w i t h   a n   i m p r o v i n g   y o u n g   c o r e   o f   r j ,   m i t c h ,   i q   & a m p ;   o b i   & a m p ;   g r i m e s   a n d   o u r   v e t s   j u ,   r o s e   & a m p ;   e v 👍 🏽
w e l l   i t ' s   h a r d   b e i n g   a   m e t s   f a n   r i g h t   n o w   b u t   i n   s o m e   g o o d   n e w s   a s   w e   p i v o t   t o w a r d s   w i n t e r   s p o r t s ,   t h e   k n i c k s   a r e   2 - 0   t o   s t a r t   t h e   s e a s o n !   b e a t   t h e   p i s t o n s   g a m e   1   a n d   p a c e r s   g a m e   2 .   l g m   l e t s g o k n i c k s
p o s i t i v e v i b e s o n l y   f r o m   m e   t h i s   s z n   w h e n   i t   c o m e s   t o   m y   k n i c k s
t h i s   w a s   i n s a n e ! ! 
 
 o b i   t o p p i n   t h r o w s   d o w n   b e t w e e n - t h e - l e g s   w i n d m i l l   s l a m     k n i c k s   o b i t o p p i n
i f   t h e   k n i c k s     c o u l d   f i n d   a   l e g i t   t r a d e   o p t i o n   f o r   j u l i u s   r a n d l e ,   y o u   c o u l d   g e t   e x c i t e d   a b o u t   t h i s   t e a m   w i t h   o b i   a n d   r e d d i s h   g e t t i n g   e x t e n d e d   m i n u t e s .
d i d   e v a n   f o u r n i e r   r e a l l y   n e e d   r e s t ?     t h i n g s   t h a t   m a k e   y o u   g o   h m m m m m ? ? ? ? ? 🤔   
 
 k n i c k s   
   
 
 l i n k   t o   e p i s o d e   b e l o w 
  
t h e   s a m e   p e o p l e   w h o   a r e   t r y i n g   t o   c l o w n   k n i c k s   f a n s   f o r   c e l e b r a t i n g   t w o   p r e s e a s o n   w ' s   a r e   t h e   s a m e   p e o p l e   w h o   w o u l d   b e   k i l l i n g   t h e   n y k n i c k s   i f   w e   w o u l d   h a v e   l o s t .   w e   h a n d l e d   t w o   b a d   t e a m s   l i k e   w e   a r e   s u p p o s e d   t o .   i ' m   n o t   j u m p i n g   o u t   t h e   w i n d o w   b u t   i ' m   e x c i t e d   a b o u t   t h i s   t e a m . 🙌 🏽
o b i   2 4   p o i n t s .   t w e n t y - f o u r .   h e   s h o u l d   h a v e   p l a y e d   m o r e   l a s t   s e a s o n   a n d   b e   a   s t a r t e r   t h i s   s e a s o n .   n y k n i c k s   k n i c k s  
s a v e   m e   a   s e a t . . . . r u c k e r s   . . . . t h e   k n i c k s   i s   u p t o w n   p e o p l e . k n i c k n a t i o n   b a b y
h o w   m u c h   h a v e   w e   k n i c k s   f a n s   l e a r n e d   a b o u t   b a s k e t b a l l   f i r s t   w a t c h i n g   t h e n   l i s t e n i n g   t o   c l y d e   f r a z i e r   a l l   t h e s e   y e a r s ?   t h e   f u l l   g a m u t   -   f u n d a m e n t a l s   t o   i n s i d e   i n c e d e n t i a l s . 
 
 a s   a l w a y s ,   g r a t i t u d e   f o r   t h e   g e n e r o u s   w o r k   o f  
i   w a s n ' t   g o n n a   p o s t   a b o u t   t h e   k n i c k s   a t   r u c k e r s   u n t i l   i   w a s   i n   t h e   b l e e c h e s   🤦 🏽 ‍ ♀ ️ 🤦 🏽 ‍ ♀ ️   w i t h   i n t e n t i o n s   o f   g e t t i n g   t h e r e   e a r l y   b u t   i t   d i d n ' t   w o r k   o u t 🤣 🤣   s o o o o   y a '   g u r l l l   a   s e a t 🤣 🤣 🤣
h o t   t a k e :   i n   a   y e a r   r j   a n d   o b i   a r e   b o t h   g o n n a   f i n i s h   t h e   s e a s o n   a v e r a g i n g   3 0 +   p p g   k n i c k s  
w h y   d o   t h e s e   k n i c k s   p r e s s   c o n f e r e n c e s   l o o k   s o   c i n e m a t i c ? 
 
 n y k n i c k s
j a l e n   b r u n s o n   d a y s   t i l   o p e n i n g   d a y   🤣 🤣 e x c i t e d   a b o u t   t h e   s e a s o n !   g e t   u r   m o r n i n g   d r i v e   w i t h   _ n y _ b     k n i c k s  
k n i c k s   d o m i n a t e   p a c e r s ,   e a r n   a n o t h e r   p r e s e a s o n   w i n     v i a  
i ’ m   l o v i n g   w h a t   i ’ v e   s e e n   s o   f a r   t h i s   p r e s e a s o n ,   b u t   i ’ m   n o t   m o v i n g   o b i   t o   b e   a   s t a r t e r   j u s t   y e t .   t h e   s p a r k   h e   b r i n g s   o f f   t h e   b e n c h   i s   w a y   t o o   v a l u a b l e   & a m p ;   n e e d e d .   y e s ,   g i v e   h i m   t h e   m i n u t e s   h e   d e s e r v e s .   j u s t   n o t   s o l d   y e t   t o   s t a r t   h i m   k n i c k s
f a b   m e l o   -   b o s t o n   c e l t i c s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s 
 
   n b a   n b a t w i t t e r   n b a t o p s h o t   m e l o   c e l t i c s   b o s t o n c e l t i c s   n u g g e t s   k n i c k s   m i l e h i g h b a s k e t b a l l   n e w y o r k f o r e v e r  
g u a r d   j o s h   r i c h a r d s o n   n a m e   h a s   b e e n   l i n k e d   t o   t h e   m i a m i   h e a t ,   n e w   y o r k   k n i c k s   a n d   m e m p h i s   g r i z z l i e s
o b i   t o p p i n   p u l l e d   t h i s   o f f   i n   g a m e   🤯 🔥 
 
 ( 🎥 :   )   
 
 n b a   n b a t w i t t e r   k n i c k s   p a c e r s   n e w y o r k f o r e v e r   g o l d b l o o d e d  
o b i   s h o w s   o u t . 
 i s   t h e r e   a n y   o t h e r   p l a y e r   d o i n g   b e t w e e n   t h e   l e g   d u n k s   i n   g a m e s   ? 
 k n i c k s   n b a 

i   t h i n k   s i m s   i s   a   b e t t e r   f i t   w i t h   t h e   s e c o n d   u n i t   t h a n   h a r t e n s t e i n .   o r   a c t u a l l y   m i t c h   w o u l d   b e   t h e   b e s t   f i t .   h a r t e n s t e i n   b r i n g s   d o w n   t h e   a t h l e t i c i s m   o f   t h a t   u n i t   s o   m u c h   a n d   h e ’ s   n o t   g o i n g   t o   b e   a   g r e a t   s h o o t e r .   k n i c k s
y ’ a l l   a r e   a c t i n g   l i k e   o b i   t o p p i n   j u m p e d   o v e r   t h e   e m p i r e   s t a t e   b u i l d i n g   f o r   t h a t   d u n k .   m y   g o d .   i t   w a s   c o o l   b u t   c a l m   d o w n   🤦 ‍ ♂ ️   k n i c k s
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
1 0   f o l l o w e r s   a w a y   f r o m   1 k .   l e t ' s   g o !   l e t ' s   g e t   i t   d o n e   b e f o r e   t h e   s e a s o n   s t a r t s .   🙏 🏾   a p p r e c i a t e   a l l   o f   y o u   g u y s .   1   r e a s o n   i   d o   w h a t   i   d o   i s   f o r   k n i c k   f a n s   l i k e   m e .   🔵 🟠   k n i c k s   t k r   r o a d t o 1 k
    k n i c k s   🔥 🔥 🔥 🔥   g r e a t   n o   t r a d e  
t h a t   t o p p i n   d u n k   l a s t   n i g h t   w a s   s t r a i g h t   u p   d i s r e s p e c t f u l   l m f a o   a n d   i ’ m   h e r e   f o r   a l l   o f   i t .   k n i c k s
" k n i c k s   d e l i "   r e c a p   v i d e o   c o v e r i n g   t h e   n e w   y o r k   k n i c k s   e x c i t i n g   p r e - s e a s o n   w i n   o v e r   t h e   p a c e r s   a t   2 p m   o n   t h e   s h i r   b r i l l i a n c e   y t   c h a n n e l !   n e w y o r k f o r e v e r   k n i c k s   n b a  
m e   t r y i n g   n o t   t o   o v e r r e a c t   t o   o u r   t e a m   k n i c k s  
u s e   c o d e   b b a l l c r a z y   a n d   g e t   t h e   d e r r i c k   r o s e   b a n d   k n i c k s  
o b i t o p p i n   i s   o n   t h e   c o r r e c t   t e a m   a n d   i n   t h e   c o r r e c t   m a r k e t . 
 
 s o   i   w a n t   m o r e   f r o m   h i m   t h i s   y e a r ;   c a s h   i n   o n   h i s   p o t e n t i a l .   k n i c k s   b a l l o r f a l l   n b a  
o n l y   2 p r e s e a s o n   g a m e s   d o n e   s o   f a r   b u t   g o t t a   s a y   t h a t   i   l o v e   t h e   a d d i t i o n   o f     h e   i s   a   l e a d e r   b y   h i s   a c t i o n s   , m a k e s   h i s   t e a m m a t e s   b e t t e r ,   " s   w o r k   i n   t h e   o f f s e a s o n   i s   a l r e a d y   s h o w i n g , a   t r u e   p r o .   w h a t   a b o u t     a n d   _ g o d s o n     l o o k   r e a d y ! !   k n i c k s
o b i ’ s   t h r o u g h   t h e   l e g s   d u n k   s t o l e   t h e   s h o w ,   b u t   p r i o r   t o   t h a t ,   t h i s   w a s   p e o t r y   i n   m o t i o n … 
 k n i c k s  
o u r   i n s t a g r a m   b r a c k e t   i s   c o m p l e t e .   c l y d e   w i n s   f a v o r i t e   k n i c k s   p o i n t   g u a r d !   f r a z i e r   w a s   c l e a r l y   t h e   f a v o r i t e   s i n c e   h e   w a s   r u n n i n g   t h e   s h o w   f o r   t h e   k n i c k s   o n l y   c h a m p i o n s h i p s .   
 
 w h a t   k n i c k s   t h e m e d   b r a c k e t   d o   y o u   w a n t   t o   s e e   n e x t ?   l e t   u s   k n o w   i n   t h e   c o m m e n t s .   n y k   k n i c k s  
_ 8   g o o d   m o r n i n g .   h a p p y   s a t u r d a y .   t a l k   t o   u s   n i c e !   k n i c k s     2 - 0   p r e s e a s o n   t i m e t o o v e r r e a c t   h a v e   a   g r e a t   d a y
o b 1   h a d   a   g r e a t   g a m e   l a s t   n i g h t .   y a ’ l l   d o n ’ t   t h i n k   h e   w a s   m o t i v a t e d   b c u z   m o s t   k n i c k s   f a n s   w a s   c r y i n g   a b o u t   d r a f t i n g   h i m   o v e r   h a l l i b u r t o n ?   m y   d u d e   s a i d  
v e g a s   h a s   u s   w i n n i n g   3 9   g a m e s ,   w i t h   w h a t   y o u ’ v e   s e e n   s o   f a r   f r o m   t h e   t e a m .   d o   y o u   g u y s   t h i n k   w e ’ l l   s t i l l   h a v e   3 9   w i n s   o r   l e s s   o r   4 0 + w i n s ? ?   k n i c k s t a p e   k n i c k s a n o n y m o u s   k n i c k s   m s g   f y p   v i r a l   p o l l
i n   t h e   p a s t   i t s   b e e n   t h e   3 r d   q u a r t e r   w h e n   t h e     f a l l   a p a r t . . a f t e r   2   p r e s e a s o n   g a m e s   t h e   k n i c k s   h a v e   s c o r e d   a   c o m b i n e d   6 4 p t s   i n   t h e   3 r d . 
 w h a t   a   d i f f e r e n c e   a   p o i n t   g u a r d   m a k e s . 
 n e w y o r k f o r e v e r
w i f e y   r e a l l y   s t a r t i n g   t o   g e t   c o n c e r n e d   w i t h   m y   k n i c k s   a d d i c t i o n ,   a f t e r   o n c e   a g a i n   s e e i n g   m e   w a t c h   h i g h l i g h t s   i n   b e d 
 
 " r e a l l y ,   a t   8 a m   o n   a   s a t u r d a y   m o r n i n g ? " 
 
 😂 😂 😂   k n i c k s
g o o d   o n e   b y     
 
 o b i   t o p p i n   o b i t o p p i n   o b i t o p p i n   n b a   n b a t w i t t e r   n b a t w i t t e r l i v e   s l a m d u n k   m s g   n e w y o r k   n e w y o r k k n i c k s   k n i c k s   n e w y o r k f o r e v e r  
g o o d   m o r n i n g   t o   e v e r y o n e   b u t   e s p e c i a l l y     🔸 🔹 k n i c k s   n y c   o b i w a n
      _ _ _ f i n c h         _ j _ d _ m     _ _ w a r     _ d u d e           _ 1 9 1 4   _ m a c   @ _ k n i c k s 1 6 8 8       _           _ s t e v e n   _ 2 2     _ _                 @ _ b i l l y h o y l e o f n j                           n o t   t a l k i n g   a b o u t   t h e   m e t s   w i t h   y a n k e e s   f a n s   w h o   e n j o y   t h i s .   i   w a s   t h e r e   y e s t e r d a y .   i ’ l l   b e   t h e r e   t o d a y .   t a l k   k n i c k s
g o o d   m o r n i n g   ☀ ️   
 
 t h e   k n i c k s   a r e   2 - 0   i n   p r e s e a s o n .   
 
 🧡 💙
w h y   i s   t h e   n a t i o n a l   s p o r t s   m e d i a   s t i l l   u s i n g   “ b i n g   b o n g ” ?   
 
 i   h a t e   t h e m   s o   m u c h !     t h e y   d o n ’ t   k n o w   o r   e v e n   w a t c h   t h e   k n i c k s … 🖕 🏽 …   n e w y o r k f o r e v e r  
t h e   d u n k   o f   t h e   ( p r e ) s e a s o n   s o   f a r   g o e s   t o     n e w y o r k f o r e v e r   k n i c k s  
o b i t o p p i n   w i t h   t h e   b e t w e e n   t h e   l e g s   d u n k   k n i c k s   n b a  
w e l l   g o o d   m o r n i n g   ☀ ️   k n i c k s   f a m ! ! !   ☕ ️ 😍  
t h e   r e i g n i n g   s l a m   d u n k   c h a m p   🏀 💪 🏾   k n i c k s  
i c y m i :   p o s t g a m e   s h o w   f r o m   l a s t   n i g h t s   v i c t o r y !   k n i c k s 
 
 📺 :
l i t t l e   p o s t g a m e   r e a c t i o n   t o   l a s t   n i g h t s   p l u n d e r i n g .   a l s o   a v a i l a b l e   o n   s p o t i f y   
 
   k n i c k s   n y k   n y k n i c k s   n b a p r e s e a s o n   n b a   p a c e r s   p o d c a s t     
 

a y o   o b i   t o p p i n   n e e d s   t o   s t a r t .   t h e   w a y   t h e   g a r d e n   e r u p t e d   o f f   a   p r e s e a s o n   d u n k ,   i   g e t   w h y   j u l i u s   r a n d l e   w a s   s o   t i g h t   l a s t   s e a s o n .   o b i   i s   a   f a n   f a v o r i t e   l i k e   i ' v e   n e v e r   s e e n   b e f o r e   a n d   h e ' s   b a r e l y   s c r a t c h e d   t h e   s u r f a c e .   o b i   n e e d s   t o   s t a r t .   k n i c k s    
f a m i l y . 👨 ‍ 👩 ‍ 👧 ‍ 👦 
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s a l l d a y   k n i c k s n e w s   k n i c k s w i n   n y c   m s g   t h e g a r d e n   k n i c k s w o r l d   n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k   
  
h a p p y   w e e k e n d   k n i c k s   f a m .   
 🔥   g a m e   a t   t h e   g a r d e n   l a s t   n i g h t ! 
 k n i c k s
h o w   t h e   k n i c k s   w i n   4 0 +   a n d   m a k e   t h e   p l a y o f f s   👏 
 
 p g :   b r u n s o n 
 s g :   b a r r e t t 
 s f :   r e d d i s h   
 p f :   r a n d l e 
 c :   r o b i n s o n   
 
 r a n d l e / b a r r e t t   n e v e r   s i t   a t   t h e   s a m e   t i m e ‼ ️ ‼ ️ ‼ ️ 
 
 d u o   b e n c h   r o t a t i o n   w h e n   n e e d e d   w i t h   i q   & a m p ;   t o p p i n ,   g r i m e s   & a m p ;   h a r t   t h e n   d r o s e   & a m p ;   e v a n  
p r e s s r e l e a s e p o w e r   p o s t   y o u r   p r e s s   l a u n c h   v e d i o   t o   s u i t a b l e   o n l i n e   p r e s s   r e l e a s e   d i r e c t o r i e s   a n d   d i v e r s e   c h a n n e l s . 
 
 c r y p t o   b i t c o i n   c r y p t o c u r r e n c y   b l o c k c h a i n   e t h e r e u m   b t c   f o r e x   t r a d i n g   m o n e y   c r y p t o n e w s   c r y p t o t r a d i n g   k n i c k s   r a n d l e   m a r t e   l f g m  
i m a g i n e   b e i n g   a   c a s u a l   f a n   a n d   s e e i n g   t h i s   v i d e o   a n d   s c   t o p   1 0 ,   a n d   t h e n   b e i n g   s h o c k e d   t h a t         d o e s n ’ t   s t a r t   a n d   o n l y   a v e r a g e s   l e s s   t h a n   1 5   m i n u t e s .   t h e n   i m a g i n e   b e i n g   a     f a n … 
 
 o b i t o p p i n   n b a   k n i c k s   e a s t b a y   s c t o p 1 0   l o w d   d u n k  
k n i c k s   l o o k   l e t h a l !   k n i c k s   n b a   n y k   m s g
📊   o b i   t o p p i n   v s   i n d i a n a : 
 
 2 4   p o i n t s 
 1 0 / 1 4   s h o o t i n g 
 4   t h r e e s   
 2   b l o c k s 
 1   e a s t b a y   d u n k   
 2 0   m i n u t e s 
 
 n b a   n b a i t a l i a   n b a p r e s e a s o n   k n i c k s   p a c e r s  
🎙 ️   r j   b a r r e t t :   " t h a t   [ b e t w e e n   t h e   l e g s   d u n k ]   w a s   c r a z y . " 
 
 o b i   t o p p i n :   " h e   s e e s   i t   e v e r y d a y . " 
 
 r j :   " h e   d o e s   t h a t   a l l   t h e   t i m e . "   
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s   n b a p r e s e a s o n  
1 1   l o o k i n g   s m o o k i n g   a f ,   b o i   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r      
b e s t   o f   t h e   d a y   o n   
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n ‼ ️ 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s    
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n ‼ ️ 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s   

📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 •   o b i   t o p p i n 
 
 2 4   p t s ,   2   b l k ,   4   3 p m 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s     
  
n e w   y o r k   w e   g o t   o n e ! ! ! 
 
     k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
b e s t   o f   t h e   d a y   o n   
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
o b i   f u c k i n '   t o p p i n   k n i c k s   
 🌬 ️   😎  
o n e   e m o j i   🤯 
 
 k n i c k s   o b i d a t t i 0 2 3   o b i t o p p i n   b a s k e t b a l l   n b a   n b a j a p a n g a m e s   b a s k e t b a l l c l  
  w h a t   a r e   k n i c k s   g e t t i n g   b a c k ? 
 h o w   d o   s u n s   f i t   a l l   t h a t   m o n e y   i n t o   a   t r a d e ?
o b i   t o p … .   r e a l   n a m e   n o   g i m m i c k s ! ! !       k n i c k s  
o h   m y   o b i   t o p p i n ! ! 
 n y k   k n i c k s   n b a   n b a t w i t t e r   n b a p r e s e a s o n   s l a m   d u n k   n e w y o r k   n y c 
  
r e s u l t s   o f   n b a   m a t c h e s   p r e s e a s o n   0 7 / 1 0 / 2 0 2 2 
 
 c h i c a g o b u l l s   b o s t o n c e l t i c s   n u g g e t s   h o r n e t s   k n i c k s   p a c e r s   p i s t o n s   p e l i c a n s   m a v e r i c k s   h a w k s   b u c k s   n b a i n a b u d h a b i   u s a  
k n i c k s   w i n   v s   i n d i a n a   k n i c k s   k n i c k s t a p e   n e w y o r k   n b a   n b a t w i t t e r  
🚨   k n i c k s   d o m i n a t e   t h e   p a c e r s   🚨 
 
 w a t c h :   
 
 k n i c k s   s u p e r m a r i o b r o s m o v i e  
k n i c k s '   e v a n   f o u r n i e r   p r e d i c t s   b i g   c h a n g e   a m i d   d r a y m o n d   g r e e n   d r a m a 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   r a i s e d b y w o l v e s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a p r e s e a s o n   n b a j a p a n g a m e s 2 0 2 2   n b a l e a g u e p a s s   n b a i n a b u d h a b i   b e t h e f i g h t
j u   p l a y e d   w e l l   t o n i g h t .   j u l i u s   r a n d l e   k n i c k s  
c a m   i s   a   k n i c k s   i   l i k e   h i m   a n d   i   w a n t   h i m   t o   s u c c e e d   h e r e .   h e   h a s   a l l   t h e   t o o l s   t o   b e   a   s t a r ,   e x c e p t . . . 
 
 h e   n e e d s   d e v e l o p m e n t .   p a r t i c u l a r l y   w i t h   h i s   b b a l l   i q   a n d   m o t o r . 
 
 y o u   m a y   d i s a g r e e ,   b u t   h e ' s   w / t h e   r i g h t   t e a m   a n d   c o a c h .   i t ' l l   t a k e   s o m e   t i m e   t o   g e t   t h e r e .   n e e d   p a t i e n c e   f o l k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
t h e   k n i c k s   ( 2 - 0 )   b e a t   t h e   p a c e r s   ( 1 - 1 )   1 3 1 - 1 1 4   l a s t   n i g h t   i n   p r e s e a s o n   a c t i o n   a t   t h e   g a r d e n .   k n i c k s w i n   n e w y o r k f o r e v e r  
o b i   p u t s   o n   a   s h o w   a s   k n i c k s   b l o w o u t   p a c e r s   -     k n i c k s   n e w y o r k f o r e v e r    
p a c e r s   a t   k n i c k s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2     v i a     k n i c k s   n e w y o r k f o r e v e r
i n d   v s .   n y k   h i g h l i g h t s   -   v i e w   n o w   i n   t h e   n b a   a p p   -     k n i c k s   n e w y o r k f o r e v e r
b e e n   t o l d   y a l l   t h i s   g e t v r a n d l e   o f f   t h i s   t e a m   k n i c k s  
k n i c k s   1 3 1 ,   p a c e r s   1 1 4 :   s c e n e s   f r o m   t h e   o b i   t o p p i n   d u n k - a - t h o n   -   p o s t i n g   a n d   t o a s t i n g   k n i c k s   n e w y o r k f o r e v e r    
d u d e s   w e r e   k i l l i n g   b e a r d e d   t o m   t h i b o d e a u   n o w   y a   l o v e   h i m   c u z   h e   p l a y e d   c a m   r e d d i s h   a n d   b l a t a n t l y   s h o w i n g   y a   h e   d o e s n ' t   h a t e   t h e   k i d s .   
 
 l e t   m e   c o a c h - s o n   l i v e . . .   g o t   d a m n   t h a t   s h t   u g l y   d o   
 
 k n i c k s  
p r e s s r e l e a s e p o w e r   p o s t   y o u r   p r e s s   l a u n c h   v e d i o   t o   s u i t a b l e   o n l i n e   p r e s s   r e l e a s e   d i r e c t o r i e s   a n d   d i v e r s e   c h a n n e l s . 
 
 c r y p t o   b i t c o i n   c r y p t o c u r r e n c y   b l o c k c h a i n   e t h e r e u m   b t c   f o r e x   t r a d i n g   m o n e y   c r y p t o n e w s   c r y p t o t r a d i n g   k n i c k s   r a n d l e   m a r t e   l f g m  
i n d i a n a   p a c e r s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   n e w y o r k   k n i c k s   n b a   v i d e o :  
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   r e s u l t s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2   ;   n b a   g a m e s   t o d a y ;   c e l t i c s 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s
i t ’ s   p r e s e a s o n   b u t   t h i s   d u n k   i s   🔥 🔥 🔥 🔥     k n i c k s  
l e g i t   1 2 / 1 3   g u y s   o n   t h i s   r o s t e r   c o u l d   g e t   m i n s .   n b a   b a s k e t b a l l   k n i c k s   n b a t w i t t e r   n y k   k n i c k s t a p e  
🔥 🔥   a i n ' t   n o   s t o p p i n '   o b i   t o p p i n ! !   🔥 🔥   k n i c k s   s o a r   o v e r   p a c e r s !   |   k n i c k s   v s   p a c e r s   p r e s e a s o n   r e c a p   
 o b i t o p p i n   k n i c k s n a t i o n 
 
 ✅   w a r c h   n o w ! 
 📽 ️     v i a  
  l o o k i n   l i k e   h e   w a s   i n   a n   a l l   s t a r   g a m e   t o n i g h t .   h y p e   f o r   t h i s   s e a s o n ! !   k n i c k s
n e w   y o r k   k n i c k s   i n d i a n a   p a c e r s     p o s t   g a m e   r e v i e w     v i a     n e w y o r k   n e w y o r k f o r e v e r
f o u r   f r a m e s   f r o m     d u n k i n g   t h e     t o   v i c t o r y   i n     p r e s e a s o n   a c t i o n   a g a i n s t   i n d i a n a .     
 n b a   o b i t o p p i n   k n i c k s  
  w h y   d o   k n i c k s   f a n s   ( w e )   g e t   s o   e x c i t e d   o v e r   g a m e s   t h a t   d o n ’ t   c o u n t   a g a i n s t   o n e   o f   t h e   w o r s t   t e a m s   i n   t h e   l e a g u e ? ? ? 
 j u s t   s e t t i n g   o u r s e l v e s   u p   f o r   d i s a p p o i n t m e n t .   
 “ s t a y   c a l m   a n d   c a r r y   o n ” ! 
 k n i c k s t w i t t e r   k n i c k s t a p e     n b a   n b a p r e s e a s o n
h o t   t w i t t e r   t r e n d   f o r   s u r e   i s   k n i c k s .
o b i   i s   b e c o m i n g   a   h i g h l i g h t   r e e l   e v e r y   n i g h t !   t h i b s   h a s   t o   g i v e   h i m   s e r i o u s   m i n u t e s   t h i s   y e a r ! 
 k n i c k s  
  4 - 1 2   f r o m   t h e   f i e l d .     $ 2 5 m i l   f o r   3 3 % .     h e l l u v a   d e a l   k n i c k s
i ’ l l   l e a v e   t h i s   h e r e : 
 
 t h e   k n i c k s   w o u l d   b e   t h e   s a m e   i f   n o t   b e t t e r   w i t h   o b i   a t   t h e   f o u r   i n s t e a d   o f   r a n d l e . 
 
 t h e   r e a s o n   r a n d l e   w a s   s o   v a l u a b l e   f o r   t h e   k n i c k s   y e a r s   p a s t   w a s   b e c u z   o f   h i s   p l a y m a k i n g .   w e   d o n ’ t   n e e d   t h a t   a n y m o r e .   
 
 k n i c k s
  i   d o n ' t   c a r e   a b o u t   a l l   t h e s e   1 s t   r o u n d   p i c k s   u n l e s s   t h e y   c a n   b e   p a c k a g e d   f o r   a   l o t t e r y   p i c k   o r   a   p l a y e r ,   b u t   m a y b e   n o t   g e t t i n g     i s   a   b l e s s i n g   i n   d i s g u i s e   i f   t h e s e   y o u n g   t h e s e   p l a y   t o   t h e i r   p o t e n t i a l !   k n i c k s   n b a   k n i c k s t a p e
a i n g e   w a n t e d   h i m   g o   k n i c k s  
m y   s o n   i n   l a w   a n d   g r a n d s o n   a r e   g o i n g   t o   g o   s e e   t h e   k n i c k s   a n d   t h u n d e r   p l a y   a n d   i ’ m   s o   j e a l o u s .   😤 😂   n o   i ’ m   h a p p y   f o r   t h e m   b u t   t h e y   c o u l d   t a k e   m o m o !   😘
k n i c k s   f a n s .   t e l l   m e   y o u   d o n ’ t   v a l u e     a f t e r   w a t c h   c a m   s t a r t .   j u s t   a   d i f f e r e n t   o f f e n s i v e   p l a y e r .   c a m   m a y   h a v e   l o t s   o f   p o t e n t i a l ,   b u t   h e ’ s   n o t   i m p r o v i n g .   d o   y o u   s e e   i t ?   h e   d o e s n ’ t   e v e n   d e s e r v e   a   s p o t .   g r i m e s   a n d   e v a n .   b a s k e t b a l l   n b a   p r e s e a s o n   h o o p s   n y k n i c k s  
  a n d   _ g o d s o n   q u i c k l e y   t o p p i n   l o o k e d   r e a l   s o l i d   ,   n i c e   m i n u t e s   s h o u l d   b e   c o m i n g !   l e t ’ s   g o   k n i c k s     k n i c k s f o r e v e r   n y k    
i ’ m   o n   t h e   k n i c k s   s i d e   o f   t w i t t e r .   i ’ m   s u c c e s s f u l l y   a   f o r e v e r   k n i c k s   f a n / s h i t t e r .   i   c o u l d n ’ t   b e   m o r e   p r o u d   o f   t h i s   a c c o m p l i s h m e n t .
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
k n i c k s   a r e   g o i n g   t o   s h o c k   t h e   e a s t   t h i s   y e a r s .   d e e p e s t   b e n c h   i n   t h e   n b a  
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
t y r e s e   h a l i b u r t o n   h i g h l i g h t s   -   k n i c k s   v s .   p a c e r s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   t y r e s e   h a l i b u r t o n   n y k   i n d   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w y o r k   k n i c k s   i n d i a n a   p a c e r s
o b i t o p p i n   s c o r e s   2 4   p o i n t s   o f f   t h e   b e n c h   t o   l i f t   t h e   k n i c k s   o v e r   t h e   p a c e r s .   f i n a l :   i n d   1 1 4   -   1 3 1   n y k   n b a p r e s e a s o n
. . . a n d   i   d o   c o n c u r .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a  
o b   1   w a s   w i l d i n ! !   k n i c k s   n e w y o r k f o r e v e r  
t o p p i n   s h o w s   o f f   h i s   r a n g e   a g a i n .   n b a   b a s k e t b a l l   o b i t o p p i n   k n i c k s   k n i c k s t a p e   n y k   n b a t w i t t e r  
🌍 👽 🌍   n e x t   l e v e l   k n i c k s  
e l e c t r i f y i n g   p r e s e a s o n   s o   f a r   f o r   t h e   k n i c k s .   o b i   t o p p i n   g a v e   f a n s   p l e n t y   o f   t h i n g s   t o   g e t   e x c i t e d   a b o u t   t h e   k n i c k s   t h i s   u p c o m i n g   s e a s o n .   |    
b r u n s o n   a n d   o b i   i f   t h e   k n i c k s   m o v e   o n   f r o m   r a n d l e   k n i c k s  
l e t ’ s   g o   o b i   k n i c k s  
o b i   w e n t   o f f   w i t h   n o t   m u c h   m i n u t e s   w i t h   b r u n s o n   & a m p ;   h e   w o u l d   f l y   w i t h   b r u n s o n   p u s h i n g   t h a t   p a c e   k n i c k s
h e l p   m e   o b i   w o n   y o u r   t h e   k n i c k s   n e w   h o p e   k n i c k s f a n t v   k n i c k s   s t a r w a r s   t g e f o r c e i s s t r o n g w i t h t h i s o n e  
g o t   d a m n   o b i   y o u   h a d   t o   d o   h i m   l i k e   t h a t   b r o     k n i c k s   n b a   d u n k   c r y p t o c u r r e c y   n b a 2 k 2 3
c o u l d n ’ t   r e s i s t     _       k n i c k s   o b i t o p p i n  
t h e   k n i c k s   p u t   t o g e t h e r   a n o t h e r   s t r o n g   p e r f o r m a n c e   i n   a   1 3 1 - 1 1 4   w i n   o v e r   t h e   p a c e r s   t o n i g h t .   h e r e   a r e   m y   5   k e y   t a k e a w a y s   f r o m   t h e   g a m e   n y k n i c k s   k n i c k s t a p e  
a s   f o r   t h e   k n i c k s ,   h e r e   a r e   m y   p o s i t i v e s   a n d   n e g a t i v e s : 
 🔥 
 -   j a l e n   b r u n s o n   h a d   a   g o o d   n i g h t ;   f o u g h t   o n   d e f e n s e   a n d   p u t   p r e s s u r e   o n   t h e   r i m 
 -   r j   b a r r e t t   h a d   a n o t h e r   w e l l - r o u n d e d   g a m e   b / c   o f   h i s   s h o o t i n g 
 -   m i t c h   a n d   d - r o s e   w e r e   q u i e t   b u t   n o t h i n g   b a d
t h e   b l u e p r i n t   f o r   s u c c e s s   t h i s   s e a s o n . . .   m i n u t e s   d i s t r i b u t i o n . . .   p l a y   t h e   d e p t h ! ! !   k n i c k s  
k n i c k s   1 3 1 ,   p a c e r s   1 1 4 :   s c e n e s   f r o m   t h e   o b i   t o p p i n   d u n k - a - t h o n   ( p o s t i n g   a n d   t o a s t i n g ) 
 
 t h e   h a t e r s   a n d   t h e   l o s e r s   w i l l   s a y   i t ' s   o n l y   p r e s e a s o n ,   b u t   o b i   t o p p i n   l o o k s   r e a d y   f o r   a   b i g . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   n y k n i c k s   n b a   k n i c k s
w e   h a v e   a   p g   🥳 😤   k n i c k s
i   d i d n ’ t   w a t c h   t h e   k n i c k s   g a m e   b u t   s a w   a   l o t   o f   t h e   h i g h l i g h t s .   l o o k i n g   g o o d   s o   f a r .
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
k n i c k s   b e a t   t h e   p a c e r s 
 i .   j a c k s o n   -   6 p t s ,   3 r e b 
 j .   r a n d l e   -   1 5 p t s ,   7 r e b ,   4 a s t ,   1 s t l 
 i .   q u i k l e y - 1 7 p t s ,   3 r e b ,   3 a s t ,   1 s t l 
 
 k y p r o b a s k e t b a l l   🏀 
 n b a 2 l o u     l e t s g o p r o     n b a t w i t t e r     b b n   😼
i d k   b o u t   y ’ a l l   b u t   t h e   k n i c k s   a r e   f u c k i n g   b a c k   b a b y ! ! ! !   🏆 🏆   k n i c k s   j u l i u s r a n d l e   f u c k y e a h b a b y
j u s t   b e a u t i f u l .   i ' m   s o   h a p p y   i t ' s   b a c k .   k n i c k s  
o b i   f r e a k i n g   t o p p i n   k n i c k s  
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
r a n d l e   g i v e s   u s     2 0   a n d   1 0 ,   i f   o b i   s t a r t e d   w h a t   d o   y o u   t h i n k   h i s   n u m b e r s   w o u l d   b e .   k n i c k s
i t   t o o k   j u l i u s   r a n d l e   p l a y i n g   a t   m v p   l e v e l   t o   k e e p   o b i   o f f   t h e   c o u r t .   h e   c o u l d   b e   t h e   g r e a t e s t   o f   a l l   t i m e   k n i c k s
🗣 ️ l i v e   1 1 . 1 5 p m   e t 
 k n i c k s   p o p p i n   l i k e   t o p p i n !   r o l l   p a s t   p a c e r s   i n   f e e l   g o o d   w i n 
 
 
 k n i c k s   n e w y o r k f o r e v e r   o b i t o p p i n  
w a i t ,   h o l d   u p .   w t f   d i d   c a m   r e d d i s h   d o ?   i   h a v e n ’ t   s e e n   t h i s   s i n c e   m j   👀   k n i c k s  
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
o b i   p u t   o n   a   s h o w   t o n i g h t   k n i c k s
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
k n i c k s   g o i n g   8 2 - 0 
 
 b o o k   i t   
 
 k n i c k s
a l l   v i b e s   k n i c k s   k n i c k s t w i t t e r   n y k n i c k s  
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
f e r r o n   h u n t   d o n ’ t   d o   i t   p t   2   n b a   b a s k e t b a l l   n b a t w i t t e r   f e r r o n h u n t   k n i c k s   n y k   k n i c k s t a p e   p a c e r s   b l o c k   g o g a b i t a d z e  
s h o u l d   t h e   g o l d e n   s t a t e   w a r r i o r s   c o n s i d e r   t r a d i n g   g r e e n   a n d   t h o m p s o n ? 
 
 
 
 n b a   g o l d e n s t a t e   w a r r i o r s   d u b n a t i o n   g r i n d c i t y   o k l a h o m a   t h u n d e r u p   w i z a r d s   k n i c k s   n e w y o r k f o r e v e r   m f f l     l a k e s h o w   l a k e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a i n a b u d h a b i
o b j   t o p p i n .   t h a t ’ s   a l l   ,   g o o d n i g h t   k n i c k s
k n i c k s   f a n s     & g t ;  
w a r r i o r s :   l e a k e d   f o o t a g e   s h o w s   d r a y m o n d   g r e e n   p u n c h i n g   p o o l e ' s   f a c e 
 
 
 
 n b a   g o l d e n s t a t e   w a r r i o r s   d u b n a t i o n   g r i n d c i t y   o k l a h o m a   t h u n d e r u p   w i z a r d s   k n i c k s   n e w y o r k f o r e v e r   m f f l   d a l l a s   l a k e s h o w   l a k e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a i n a b u d h a b i
m c b r i d e   w i t h   t h e   b l o c k   a n d   r y a n   w i t h   t h e   d e f l e c t i o n .   d e f e n s e   n b a   n b a t w i t t e r   b a s k e t b a l l   k n i c k s   r y a n a r c a d i a c o n o   m i l e s m c b r i d e   d e u c e m c b r i d e  
a r e   t h e   m e m p h i s   g r i z z l i e s   r e m i n i s c e n t   o f   t h e   e a r l y   2 0 1 0 s   o k c   t h u n d e r ? 
 
 
 
 n b a   m e m p h i s   g r i z z l i e s   g r i n d c i t y   o k l a h o m a   t h u n d e r u p   w i z a r d s   k n i c k s   n e w y o r k f o r e v e r   m f f l   d a l l a s   l a k e s h o w   l a k e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a i n a b u d h a b i   d u b n a t i o n
    i   s a i d   k n i c k s   n e e d   t o   r i d e   o r   d i e   w i t h   t h e s e   g u y s .   n o   n e e d   f o r   s p i d a s .
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
w h y   p o r z i n g i s   w i l l   r e g a i n   h i s   u n i c o r n   s t a t u s   w i t h   t h e   w a s h i n g t o n   w i z a r d s 
 
 
 
 n b a   w a s h i n g t o n   w i z a r d s   r e p t h e d i s t r i c t   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   m f f l   d a l l a s   m a v e r i c k s   l a k e s h o w   l a k e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a i n a b u d h a b i   d u b n a t i o n
      k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
o b i ’ s   d u n k   l o o k s   s i c k !   o m g ,   i   f u c k i n   l o v e   t h i s   k i d   🔥 🔥 🔥   k n i c k s  
s i m s   c a u s e s   t h e   d e f l e c t i o n   a n d   t h e   b a l l   e v e n t u a l l y   m a k e s   i t   t o   m c b r i d e   f o r   t h e   c o r n e r   3   n b a   b a s k e t b a l l   m i l e s m c b r i d e   d e u c e m c b r i d e   j e r i c h o s i m s   k n i c k s   n y k   k n i c k s t a p e   n b a t w i t t e r  
p i c   o f   t o p p i n ' s   e a s t b a y   😮 ‍ 💨 :   m i g h t   n e e d   t o   f e a t u r e   t h i s   o n e   i n   t h e   m e t r o p o l i t a n   m u s e u m   o f   a r t   📸 
 
       n b a .       n y k .     k n i c k s .
k n i c k s   n e e d   t o   g i v e   t o p p i n   h i s   s h o t   t o   s t a r t   a n d   s e e   w h a t   t h e y   h a v e   o n c e   a n d   f o r   a l l .   t h i s   w o u l d   b e   s u c h   a n   u n s e l f i s h / f u n   l i n e u p : 
 
 b r u n s o n 
 b a r r e t t 
 g r i m e s 
 t o p p i n 
 r o b i n s o n 
 
 b e n c h   o f   r o s e ,   q u i c k ,   m c b r i d e ,   f o u r n i e r ,   r a n d l e ,   h a r t e n s t e i n ,   s i m s
o b i   l a s t   1 0   g a m e s   l a s t   y e a r   n b a   b a s k e t b a l l   n b a t w i t t e r   o b i t o p p i n   k n i c k s   n y k   k n i c k s t a p e  
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
i   w a s   w a i t i n g   f o r   t h i s   o n e   k n i c k s  
t h i s   k n i c k s   t e a m   i s   s o   d e e p   t h e r e   i s   n o   n e e d   t o   p l a y   a n y o n e   4 0 +   m i n u t e s   t h i b s   h a s   t o   g i v e   e v e r y o n e   s o m e   r u n
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
_   k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
  t i m e   f o r   t h i b s   t o   g e t   c r a f t y   a n d   f i n d   w a y s   f o r   r a n d l e   a n d   t o p p i n   t o   b e   o n   t h e   f l o o r   a t   t h e   s a m e   t i m e .   p r e f e r a b l y   a l o n g s i d e   r j   a n d   b r u n s o n ! ! !   k n i c k s
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
o b i   i s   g r o w i n g   a n d   h e   m u s t   b e   o n   t h e   c o u r t   m o r e . . . . .   k n i c k s  
t o n i g h t   w a s   o b i   t o p p i n ’ s   g r e a t e s t   g a m e   a s   a   k n i c k   🔥 🤯       k n i c k s   p a c e r s
i ' m   r e a d y   t o   e n j o y   t h e   k n i c k s   t h i s   s e a s o n .   c o u l d   t h e i r   f a n s   j u s t   n o t   d o   s o m e t h i n g   o b n o x i o u s   a n d   a n n o y i n g   w h e n   t h e y   w i n   t h e i r   1 s t   g a m e   o r   2   t h i s   s e a s o n   s o   w e   c a n   c o m e   i n ?   i s   t h a t   t o o   m u c h   t o   a s k ?   t o   j u s t   b e   c o o l ?   t h a n k s
  w i t h   c r a z y   i n   g a m e   d u n k     k n i c k s   

t h e r e ’ s   n o   b e t t e r   f e e l i n g   t h a n   a   k n i c k s   w i n   o n   f r i d a y   n i g h t s
e v e r y o n e   e a t s !   👏 🔥 💯   k n i c k s   k n i c k s t a p e  
r e m e m b e r   w h e n   w e   a l m o s t   t r a d e d   f o r   s p i d a ?   y e a h ,   n e i t h e r   d o   i … i t ’ s   a   b l u r .   l o l   😂   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
f e r r o n   h u n t   w h y ? ?   n b a   b a s k e t b a l l   k n i c k s   f e r r o n h u n t   n b a t w i t t e r   n y k   k n i c k s t a p e   g o g a b i t a d z e   b l o c k   p a c e r s  
t h e   k n i c k s   g i v i n g   m e   s e r o t o n i n   r i g h t   n o w   🥹   k n i c k s   n e w y o r k f o r e v e r
o b i   t o p p i n   t h r o w s   d o w n   b e t w e e n - t h e - l e g s   w i n d m i l l   s l a m   -   v i a     a p p .     n b a .       n y k .     k n i c k s .    
k n i c k s   w i n !   g r e a t   c h e m i s t r y   o u t   t h e r e .   o b i   w a s   p h e n o m e n a l ,   t h e   w h o l e   t e a m   w a s   s o l i d .   l e t ’ s   k e e p   g r i n d i n g ! 
 k n i c k s   n e w y o r k f o r e v e r  
t h i s   k i d   c a n   s h o o t ,   n i c e   a d d   f o r   t h e   k n i c k s  
o n e   d a y   t h e   k n i c k s   w i l l   r e a l i z e   t o p p i n   i s   a   f r a n c h i s e   p l a y e r .   h e ' l l   b e   o n   a n o t h e r   t e a m   b y   t h e n  
s o   l a s t   y e a r   w e   f i n i s h e d   t h e   p r e   s e a s o n   4 - 0 . . i   d o n ’ t   r e m e m b e r   i t   l o o k i n g   l i k e   t h i s . . r j   l o o k s   l i k e   h i m !   b r u n s o n   i s   t h e   f l o o r   g e n e r a l   w e   h a v e   b e e n   w a i t i n g   f o r ! o b i   l o o k s   s o   m u c h   m o r e   c o n f i d e n t ! c a m   h a d   a   r e a l l y   g o o d   d e f e n s i v e   3 r d   q t r !   d i d   t h i s   l o o k   t h i s   g o o d   l a s t   p r e   s e a s o n ! ?   k n i c k s    
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i m a g i n e   w a t c h i n g   o b i   t o p p i n ,   r j ,   a n d   b r u n s o n   g o   o f f   a n d   b e   l i k e   “ n a h ,   i ’ d   r a t h e r   s u f f e r   t h r o u g h   a   1 7   w i n   s e a s o n   f o r   a   2 0 %   c h a n c e   a t   w e m b a n y a m a ”   k n i c k s
m c b r i d e   m i s s e s   t h e   j u m p e r   b u t   s i m s   g e t s   o n   t h e   o f f e n s i v e   g l a s s   f o r   t h e   p u t   b a c k   n b a   b a s k e t b a l l   k n i c k s   m i l e s m c b r i d e   d e u c e m c b r i d e   j e r i c h o s i m s   n y k   k n i c k s t a p e   n b a t w i t t e r  
      t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    p r o b   b c   w e r e   a l l   o f   t h e   s a m e   g e n e r a t i o n   w h o   r e m e m b e r   w h e n   t h e   k n i c k s   w e r e   t h e   h o t t e s t   t i c k e t   i n   t o w n   a n d   n o b o d y   c a r e d   a b o u t   b a s e b a l l   u n t i l   t h e   o r a n g e   & a m p ;   b l u e   w e r e   o u t   o f   t h e   p l a y o f f s ,   l o l !   g o o d   b a n t e r   b r o …
t h i s     h i g h l i g h t   r e e l   t o n i g h t   w a s   a m a z i n g   m a n .   t h i s   t i m e   i s   g o i n g   t o   b e   f u n   t o   w a t c h   d u r i n g   t h e   r e g u l a r   s e a s o n .   
 
 k n i c k s  
  h o w   c a n   i   g e t   t o   t h e   k f t v   d i s c o r d   c h a n n e l ?   k n i c k s  
r a i s e   t h e   s t o c k   o f   a l l   t h e s e   p l a y e r s   a n d   i t s   g o n n a   g e t   i n t e r e s t i n g   f o r   t h e   k n i c k s
k n i c k s   h a v e   f o u n d   a   b a l a n c e   b e t w e e n   o f f e n s e   a n d   d e f e n s e   t h a t   i s   g o i n g   t o   s h o c k   t h e   n b a .   4 8   m i n s   o f   e n e r g y ,   a d r e n a l i n e   a n d   c o h e s i v e n e s s .   t h i s   i s   n o t   t h e   s a m e   t e a m   f r o m   l a s t   y e a r   😤 🔥 💯   k n i c k s   k n i c k s t a p e
o b i .   2 4   p t s   1 0 - 1 4   i n   2 0   m i n s 
 r a n d l e   1 5   p t s   4 - 1 1   i n   2 2   m i n s   
 k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
a   l o t   o f   k n i c k s   f a n s   w a n t   t o   t r a d e   r a n d l e   a n d   s t a r t   o b i .   b u t   i   h o n e s t l y   l o v e   t h e   g a m e   a n d   e n e r g y   h e   b r i n g s   o f f   t h e   b e n c h .   n b a
f i n a l   f r o m   t h e   g a r d e n 
 k n i c k s   1 3 1 
 p a c e r s   1 1 4 
 
 o b i   & a m p ;   i q   p l a y e d   r e a l l y   w e l l   o f f   t h e   b e n c h .   b a r r e t t   & a m p ;   b r u n s o n   w e ’ r e   c o o k i n g   e a r l y   a n d   c o o l e d   o f f   i n   t h e   s e c o n d   h a l f ,   b u t   c e r t a i n l y   a   g o o d   s i g n   f o r   n e w   y o r k .   
 
 t o p p i n :   2 4   p t s ,   4 / 7   3 p t 
 q u i c k l e y :   1 7   p t s ,   3   a s t ,   3 / 6   3 p t
k n i c k s   w i n   g o o d   g a m e   t o n i t e . . . . i ' m   p r e - s e a s o n   b r a g g i n g   🥴 🤣 🤣 🤣
f r i d a y   n i g h t   v i b e s 
 k n i c k s   n e w y o r k f o r e v e r  
b r e a k i n g   n e w s   -   n y c   m a y o r   a d a m s   i s s u e s   e x e c u t i v e   o r d e r   m a n d a t i n g   t o m   t h i b o d e a u   k e e p   t h e   f a c i a l   h a i r   a l l   s e a s o n   k n i c k s
d o n o v a n   m i t c h e l l   w h o   p t .   3   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   k n i c k s t a p e   n y k  
t h e   k n i c k s   r u i n e d   t h e   m e t s   s i n c e   s e p t   1 s t
  l o o k i n g   g o o d ,   u n f o r t u n a t e l y   p r e - s e a s o n   h a s   b e e n   a g a i n s t     p i s t o n s   a n d     p a c e r s   !   w e   a r e   g o i n g   t o   b e   b e t t e r , b u t   l e t s   s e e   h o w   g o o d !   d e f i n i t e l y   d e e p !   t h i b s   h a s   h i s   w o r k   c u t   o u t ! !   k n i c k s   o b i      
_   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   n e e d i n g   r j   f o r   e m o t i o n a l   s u p p o r t   🥺 😂   k n i c k s
s q u a d   i s   d e e p   a n d   h u n g r y .   i   s e e   t h e   p l a y o f f   v i s i o n . 
 k n i c k s
m i s s   m e   w i t h   t h i s   c a m   r e d d i s h   t a l k     k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   r e a l l y   h o p e   t h e   k n i c k s   a r e   g o i n g   t o   p l a y   l i k e   t h i s   d u r i n g   t h e   r e g u l a r   s e a s o n
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
w e   g o n n a   h a v e   t o   r e v i s i t   t h i s   c o n v e r s a t i o n   k n i c k s  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t o p p i n   g o i n n g   o f f     c a m   r e d d i s h   s t r u g g l e s   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   t o p p i n   m i p   s e a s o n   i n c o m i n g   k n i c k s   n y k
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
s o   w h o   d o   y ’ a l l   t h i n k   w i n s   t h e   m i p   a w a r d   t h i s   y e a r ,   o b i ,   r j   o r   i q ? ? 
 
 k n i c k s   n e w y o r k f o r e v e r  
k n i c k s   h u n t   w i l l   n e e d   t o   p u t   o n   s o m e   w e i g h t
t h i b s   i s   p i s s e d   w e   g a v e   u p   m o r e   t h a n   8 9   p o i n t s   t o n i g h t   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
_ s e r a p h   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
k n i c k s   a l w a y s   l o o k   g o o d   d u r i n g   p r e s e a s o n   s o   i   a i n ’ t   i m p r e s s e d   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
g r e a t   t o   s e e   🇺 🇦   _ 1 0   p l a y i n g   w i t h   t h e   k n i c k s   t o n i g h t  
a n o t h e r   g r e a t   n i g h t   f o r   m y   k n i c k s .   o b i   i s   i n c r e d i b l e !   s o   f a r   i   l o v e   h o w   b r u n s o n   i s   b r i n g i n g   i t !   i   j u s t   t h i n k   p l a y e r s   s u c h   a s   f o r n i e r   a n d   r a n d l e   w i l l   s t i n t   t h e   g r o w t h   o f   o u r   y o u n g   p o t e n t i a l   g r e a t   p l a y e r s   l i k e   o b i !   t h i b s   n e e d   t o   p l a y   t h e   k i d s !   s p e c i a l l y   o b i !  
d e a d a s s   t h i s   i s   o u r   y e a r   k n i c k s
o b i   t o p p i n   w i t h   t h e   b l o c k   a n d   t h e   e a s t b a y ?   👀   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   o b i   t o p p i n   d u n k   b l o c k   n y k   n e w y o r k   k n i c k s   i n d   i n d i a n a   p a c e r s
i d k   w h o   s o n   s h o o t i n g   3   f o r   3   r i g h t   n o w   b u t   i   l i k e s   h i m   k n i c k s
k n i c k s   a n o t h e r   g r e a t   d u n k   b y e   o b i   t o p p i n   n e w y o r k   f r i d a y v i b e s   n b a  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i f   t h e   k n i c k s   m a k e   t h e   p l a y o f f s   & a m p ;     g e t s   h i g h l i g h t s   l i k e   t h i s … t h i s   w i l l   b e   a n   e n t e r t a i n i n g   s e a s o n   f o r   n e w   y o r k   🏀  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
_ x i m e n e z   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
r j   b a r r e t t ,   o b i   t o p p i n ,   c a m   r e d d i s h ,   a n d   j e r i c h o   s i m s   c u r r e n t l y   a l l   h a v e   a   + / -   o f   1 5 ,   h i g h e s t   a m o n g   a l l   p l a y e r s .   f o r   w h a t e v e r   t h a t ' s   w o r t h .   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   k n o w   i t ’ s   s t i l l   p r e s e a s o n ,   b u t   i   t h i n k   t h i b s   r e a l i z e s   o b i   t o p p i n   w i l l   b e   a   b i g   r e a s o n   t h e   k n i c k s   w i l l   w i n   m o r e   g a m e s   t h i s   y e a r … i n c l u d i n g   t h e   p l a y o f f s .   t o p p i n    
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d e u c e   w i t h   t h e   d i m e   n b a   b a s k e t b a l l   d e u c e m c b r i d e   m i l e s m c b r i d e   k n i c k s   k n i c k s t a p e   n y k   n b a t w i t t e r   r y a n a r c i d i a c o n o  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
_ b r e e z i i e   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   l i k e   o u r   y o u n g   s q u a d   💪 🏽 💯   k n i c k s ❗ ️
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h e   k n i c k s   h a v e   a   6   f o o t - 9   i n c h ,   " t h r e e   & a m p ;   d o u b l e   d "   w i n g   i n   o b i   t o p p i n .   h e   h i t s   t h e   t h r e e ,   p l a y s   d e f e n s e   a n d   d u n k s   h i s   a s s   o f f !   l o l !
… a t   l e a s t   t h e   k n i c k s   l o o k   g o o d ?
o b i   t o p p i n   & a m p ;   i m m a n u e l   q u i c k l e y   n e x t   t o   r j   b a r r e t t   a r e   t h e   f u t u r e !   i t   d o e s n ’ t   m a t t e r   i f   c l o w n   c o a c h   t h i b s   l i k e s   i t   o r   n o t .   o n c e   w e   f i r e   h i m ,   w e   t a k i n g   o f f   b a b y !   t e l l e m   k n i c k s   p a c e r s  
i t ’ s   a n   o b i   t o p p i n   k i n d   o f   n i g h t   k n i c k s
i t ’ s   p r e s e a s o n ,   b u t   t h e   k n i c k s   a r e   d e e p .   😤  
t r a d e r a n d l e   i t ’ s   f u c k i n g   o b i   t i m e ! ! ! !   n y k   k n i c k s
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d a m n . . . s o m e   w h i t e   d u d e   o u t   h e r e   s h o o t i n g   l i k e   h e   d o n ' t   w a n n a   g o   b a c k   t o   e u r o p e .   k n i c k s
k n i c k s   b e a t   p a c e r s   1 2 1 - 9 7 .   o n l y   p r e s e a s o n   t h o u g h 
 i   h o p e   t h e y   c a n   p l a y   t h i s   g o o d   i n   r e g u l a r   s e a s o n .
  a l r e a d y   i n   d u n k   c o n t e s t   f o r m   k n i c k s    
_   i m a g i n e   s a y i n g   t h i s   a n d   t h e n   3   d a y s   l a t e r   b e i n g   a l l   o v e r   o b i   s o m e o n e   h a s   t o   c a l l   o u t   t h i s   f r a u d u l e n t   b e h a v i o r .   k n i c k s   k n i c k s n a t i o n  
s h o w b o a t i n g   l i k e   t h a t   i s   w h y   t h i b s   o n l y   g i v e s   h i m   1 2   m i n u t e s   a   g a m e .   s h o u l d   h a v e   s t o p p e d ,   d r i b b l e d   2 0   s e c o n d s   o f f   t h e   s h o t   c l o c k   a n d   b r i c k e d   a   m i d - r a n g e   j u m p e r .   t h a t ’ s   t h e   t h i b s   w a y !   f r e e o b i   k n i c k s  
t h i b s   p l e a s e   p l a y   o b i   a n d   r a n d l e   t o g e t h e r   m o r e   k n i c k s
o b i   w i t h   a   c a s u a l   2 4   o n   1 0 / 1 4   f r o m   t h e   f l o o r   i s   i n s a n e   🔥 🔥 
 k n i c k s
l o r d .   h a v e .   m e r c y .   k n i c k s   n b a  
i f   y o u   d o n ' t   l i k e   o b i   t o p p i n ,   i   c a n ' t   d o   n o t h i n g   f o r   y o u   k n i c k s
k n i c k s   t h e   j e w e l r y   b o t t l e   i s   a s   f u n c t i o n a l   a s   i t   i s   b e a u t i f u l   a n d   c a n   b e   u s e d   f o r   b o t h   h o t   a n d   c o l d   d r i n k s .   i t   r e d u c e s   s t r e s s   a n d   f a t i g u e .   t h e   s t o n e   i n s i d e   t h e   b o t t l e   i s   r e m o v a b l e   a n d   e a s y   t o   p u t   o n .   c l i c k   t o   s e e   t h e   p r o d u c t . 
  
m a n   f o r g e t   c a m   r e d d i s h   s t a r t i n g !   o b i   o u t   t h e i r   s h i n n i n g ! !   n o t   e v e n   b o x   w a t c h i n g   c a m   i s   w a y   t o   g o o d   t o   n o t   s n a t c h   h i s   w o r t h   u p   o n   t h i s   r o s t e r !   h e   f u m b l e d   t o n i g h t   r e s p e c t f u l l y   k n i c k s   n e w y o r k k n i c k s
p r o t e c t   o b i   a t   a l l   c o s t s .   m y   b o y   i s   c o o k i n !   k n i c k s
i f   t h i b s   h a d   a n y   d o u b t   w h e n   i t   c o m e s   t o   o b i   m i n s   . .   o b i   i s   l e a v i n g   t h i b s   n o   c h o i c e   b u t   t o   p l a y   h i m   … n   i ’ m   l o v i n g   i t   k n i c k s
o b i   i s   t h e   t r o o o o o f   o n g   k n i c k s   w h a t   a   n i g h t !  
o b i   w i t h   a n o t h e r   o n e 
   ⛹ ️ ‍ ♂ ️ ⛹ ️ ‍ ♂ ️ ⛹ ️ ‍ ♂ ️   k n i c k s
i   d o n ’ t   c a r e   a b o u t   n b a   p r e s e a s o n ,   b u t   i   s a w   t h a t   o b i   d u n k !   k n i c k s   n e w y o r k
a l r i g h t ,   o b i   g r a p h i c   c o m i n g ,   i d g a f .   t h a t   s t e a l   a n d   d u n k   w a s   e v e r y t h i n g   i   n e e d e d   t o   s e e .   t h i s   i s   h o w   y o u   p l a y   f o r   m o r e   m i n u t e s .   k n i c k s
o r d e r i n g   a   t o p p i n   j e r s e y   r n   
 k n i c k s
o b i   w i t h   t h e   s t e a l   a n d   l e f t   h a n d e d   f l u s h   n b a   b a s k e t b a l l   n b a t w i t t e r   o b i t o p p i n   n y k   k n i c k s   k n i c k s t a p e  
e n o u g h   g e t   o b i   o f f   t h e   c o u r t   p l e a s e   a n d   b u b b l e   w r a p   h i m   t i l l   s e a s o n   s t a r t s .   k n i c k s
t o p p i n g   i s   w i l d i n g   r i g h t   n o w   l e t ’ s   g o   k n i c k s
t h a t   p o i n t e r   f i n g e r   i s   a   r e a l   o n e .   k n i c k s  
w a t c h   o u t ! !   o b i   t o p p i n   i s   g o i n g   t o   h a v e   a l l - s t a r   🔥   n u m b e r s   t h i s   s e a s o n … a n d   i   t h i n k   t h i b s   f i n a l l y   g e t s   i t ! !   k n i c k s   t o p p i n  
m e t s   a r e   s t i n k i n g   c i t i f i e l d   r i g h t   n o w .   k n i c k s   p r e s e a s o n   i s   o n .   i   a m   t o o   p i s s e d   o f f   t o   w a t c h   t h e   m e t s
t h i s   m a n   o b i   t o p p i n   h a v i n g   h i s   o w n   s l a m   d u n k   c o n t e s t   t h i s   g a m e   😤 😤 😤   l o v e   t o   s e e   i t   k n i c k s
o b i   h a v i n g   a   d a y t o n   f l a s h b a c k   k n i c k s   t a l k i n g t r a s h
i   k n o w   i t ’ s   p r e s e a s o n   b u t   t o p p i n !   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
k n i c k s   t w i t t e r   i s   p r o b a b l y   a   v e r y   h a p p y   p l a c e   r i g h t   n o w   l o l
o b i   g o i n g   o f f   t h i s   s e a s o n ! !   w o o o o o   k n i c k s
i ’ v e   s e e n   e n o u g h ,   b u i l d   t h e   o b i   s t a t u e   o u t s i d e   t h e   g a r d e n   k n i c k s
t h e   s a d   t h i n g   h e r e …   h e ’ s   g o t   m o r e   v e r t i c a l   i n   i n c h e s   t h e n   h e   w i l l   g e t   m i n u t e s   o f   p l a y i n g   t i m e   p e r   g a m e ! ! 
 f l y e r s 
 o b i t o p p i n 
 k n i c k s 
 n b a  
o b i   t o p p i n .   t h a t ’ s   i t   🤯   n b a   k n i c k s
i   k n o w   i t ’ s   p r e s e a s o n   b u t   i   l i k e   h o w   a g g r e s s i v e   a n d   u n s e l f i s h   t h e   k n i c k s   a r e   p l a y i n g .
o b i   k i n g   o f   n y   🔥 🔥 🔥   k n i c k s
o b i   w i t   t h e   s t e a l   & a m p ;   d u n k ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r
n o b o d y   c a n   r e l a x   t h i s   y e a r .   l o v e   t h e   c o m p e t i t i o n .   w e   d e e p   🔵 🟠 
 
 k n i c k s   n b a   t o p p i n
o b i   t o p p i n   d u n k i n g   a n d   t r y i n g !   k n i c k s   n b a   p a c e r s  
h e   d o e s   i t   a l l   a n d   w e   g o t   h i m   
 
 k n i c k s  
i   k n o w   i t ' s   o n l y   p r e   s e a s o n ,     b u t   i ' m   s t r a i g h t   o u t   t h e   w i n d o w   f o r   o b i   !   k n i c k s
m a n n n n   o b i   l o o k i n g   l i k e   3 0   + m p g   i d c   h o w   n o b o d y   f e e l 
 
 n b a   n b a t w i t t e r   k n i c k s
    k n i c k s   h a v e   c h a r a c t e r   g u y s ,   g r 8   c o a c h ,   c o n t i n u i t y .     t o p   6 .   t i m e   w i l l   t e l l .
o b i   c h a n t s   n b a   b a s k e t b a l l   o b i t o p p i n   k n i c k s   n b a t w i t t e r   n y k   k n i c k s t a p e  
t o p p i n   r a i n i n g   3 s   i s   a   s c a r y   s i g h t . 
 k n i c k s
o b i   c o n t i n u i n g   w h e r e   h e   l e f t   o f f   l a s t   s e a s o n   k n i c k s
o b i   l i g h t i n g   r a n d l e ' s   s e a t   o n   f i r e   k n i c k s
_ 2 5   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t o p p i n   i s   g i v i n g   u p   a l l   t h e   s m o k e 💨 💨 💨 💨     k n i c k s
o b i ’ s   o n   🔥 🔥 🔥   k n i c k s
h e   d i d   i t   a g a i n ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r  
h a s   r a n d l e   b e e n   t r a d e d   y e t ?   o b i   k n i c k s
t h i b o d e a u   g o t t a   s t o p   b e i n g   a   s e n i l e   o l d   f a r t   a n d   g i v e   o b i   s o m e   m o r e   p l a y i n g   t i m e s ! !   t o p p i n   i s   p o p p i n ’ ! ! !   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   f r o m   3 ! ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r
o b i   t o p p i n   g o i n g   c r a z y   o b i t o p p i n   k n i c k s
w h e r e   i s   s i m s ?     k n i c k s
t h e   k n i c k s   h a v e   t w o   s t a r t i n g   l i n e u p s .   w e   h e r e .
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
c a p t u r e   t h i s   k n i c k s  
i   k n o w   i t ’ s   j u s t   p r e s e a s o n ,   b u t … .   l e t ’ s   g o   k n i c k s ! ! !   l e t s g o k n i c k s   n e w y o r k k n i c k s   k n i c k s
e v e r y d a y   i   w a k e   u p   a n d   t h a n k   g o d   t h a t   o b i   w a s n ’ t   t r a d e d   t o   u t a h   k n i c k s
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
w i l l   n e v e r   g e t   t i r e d   o f   w a t c h i n g   o b i   e a s t b a y s   
 
 k n i c k s   🔶 ️ 🔷 ️  
m a y b e   t h e s e   m e t   f a n s   w h o   a r e   k n i c k   f a n s   s h o u l d   o f     s e e n   t h e   k n i c k s   p l a y   w h o   a r e   e l e c t r i f y i n g   t h e   c r o w d   r i g h t   n o w
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d o c   m c s u f f i n   o b i   t o p p i n !     k n i c k s      
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i t ’ s   a   b a d   d a y   t o   b e   a   r i m   t o n i g h t   i n   o b i ’ s   p r e s e n c e   k n i c k s
g o o d   b e g i n n i n g   t o   t h e   4 t h . .   b u t   t h a t   3 r d   q t r   m a n   s m h   i   s t a r t e d   t o   s e e   s o m e   o f   t h e   s a m e   s h i t   i   s a w   l a s t   w i t h .   w h y   i s   j u   b r i n g i n g   u p   t h e   b a l l ,   d o m i n a t i n g   t h e   b a l l ?   w h y   i s   b r u n s o n   s t u c k   o n   a   2   m a n   g a m e   w / j u ?   w h y   d o e s   r j   f o r c e   a f t e r   p o s s e s s i o n s   o f   h i m   n o t   t o u c h i n g   t h e   b a l l ?   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
n o w   i q   w i t h   t h e   o u t l e t   t o   o b i   😂 😂   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   i q   i m m a n u e l q u i c k l e y   n b a t w i t t e r     o b i t o p p i n  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   i s   m a k i n g   r a n d l e   l o o k   s o   b a d .   k n i c k s
_ s a m   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   b r i n g s   s u c h   a n   a m a z i n g   e n e r g y   t o   t h i s   t e a m .   l o v e   t h i s   k i d !   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  n e e d s   t o   p l a y   3 5   m i n .   k n i c k s
o n e   t h i n g   a b o u t   i q   i ’ m   s t a r t i n g   n o t   t o   l i k e   i s   t h a t   h e ’ s   a   n u t   🥜   p a s s   t h e   b a l l   y o   …   k n i c k s
y a ' l l   c a n ' t   t e l l   m e   s h i t   a b o u t   m y   g u y     k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r  
t o p p i n   a g a i n   k n i c k s   f l i g h t t i m e
_ h o l d b r o o k   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   s h o w i n g   t h e   f u c k   o u t ! ! !   k n i c k s
_   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   g o i n g   o f f   k n i c k s
p l e a s e   k e e p   p a s s i n g   t h e   b a l l   t o   t o p p i n   i n   t h e   o p e n   c o u r t .   k n i c k s  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h i s   j u s t   a   o b i   t o p p i n   d u n c k   c o n t e s t ! ! ! ! ! ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r
a i n ’ t   n o b o d y   m e s s i n   w i t   m y   k n i c k s … . k n i c k s … .   k n i c k s …
i   d i d n ' t   w a n t   t o   s a y   i t   b u t   h a r t e n s t e i n   m a a a n   w h a t   a r e   y o u   d o i n g . . . . k n i c k s
a t   t h e   c r i b   o n   a   f r i d a y   n i g h t   w a t c h i n g   t h e   g a n g   p l a y   k n i c k s
i   k e e p   s a y i n g   o b i   t o b b i n   i s   g o n n a   b e   t h a t   s u p e r s t a r   p l a y e r   t h e   k n i c k s   b e e n   l o o k i n g   f o r .   t h i b s   l e t   t h a t   b o y   c o o k
i f   t h i s   k n i c k s   t e a m   s t a y s   h e a l t h y ,   t h e y   h a v e   t h e   a b i l i t y   t o   m a k e   t e a m s   s o   t i r e d .
w h y   i q   l o o k i n g   s u r p r i s e d   t h a t   o b i ’ s   d u n k   w h e n   o b i   d o e s   t h a t   e v e r y   y e a r   k n i c k s
s m o k i n g   a   b l u n t   t o   c a l m   m y s e l f   d o w n   f r o m   t h a t   o b i   t o p p i n   d u n k … s t i l l   s o   h y p e d   😁   k n i c k s
d e u c e   s e n d s   m a t h u r i n   b a c k   t o   a r i z o n a .   n b a   b a s k e t b a l l   n b a t w i t t e r   d e u c e m c b r i d e   m i l e s m c b r i d e   k n i c k s   k n i c k s t a p e   n y k   b e n e d i c t m a t h u r i n  
t h i s   i s   g o n n a   b e   a   g o o d   y e a r   
 h e l l a   d e p t h   k n i c k s   
 t h e   b e n c h   w i l l   b e   t h e   d i f f e r e n c e   m o s t   n i g h t s   i f   t h i b s   u s e s   t h e m   p r o p e r l y  
o b i   j u s t   d i f f e r e n t .   k n i c k s
o s w a l d o   i s   a t   t h e   k n i c k s   g a m e 🥹 🥹   y a n k e e s   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
5 5   c u z   i   d i d n ’ t   f e e l   l i k e   l o o k i n g   u p   h i s   n a m e   t o   s p e l l   i t   i s   s t i n k i n   i t   u p   o u t   t h e r e   o n   b o t h   e n d s   o f   t h e   f l o o r   k n i c k s
g r e e n   g o b l i n   s u b w a y   a t t a c k   c r e w   i d ' d   b y   n y p d   -     v i a     -   y a n k e e s   m e t s   n e t s   k n i c k s   b r o o k l y n   q u e e n s   n j t r a n s i t   m t a   p o l i c e   f b i   n y c   a l b a n y   c n n   f o x n e w s   m l b   n f l   n b a   m e t o o   n e w y o r k   n e w y o r k c i t y   b i d e n   u s a   t r u m p   n c a a   n y u   a a r o n j u d g e
h a d   t o   t a k e   a   s h o t   a f t e r   t h a t   o b i   t o p p i n   d u n k ! !   k n i c k s  
3 r d   q u a r t e r   k n i c k s   1 0 3
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o h   m y   g o d ,   i   j u s t   l o v e   w a t c h i n g   i q   k n i c k s
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i q   s t a r t i n g   t o   t u r n   i t   u p ! 🔥 🔥   h e ' s   g o i n g   t o   n e e d   t o   b e   a   f a c t o r   o f f   t h e   b e n c h   f o r   t h e   k n i c k s   t h i s   s e a s o n !
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
r e g u l a r   n e w   y o r k   s ! t ! ! !   k n i c k s  
  i   c a n ' t   w a t c h   a n y m o r e .   i t ' s   t o o   p a t h e t i c .   i ' m   w a t c h i n g   t h e   k n i c k s   g a m e .
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m c b r i d e   i s   e v e r y t h i n g   w e   w i s h e d   f r a n k   w a s .   k n i c k s
q u i c k l e y   f o r   3 3 3 3 3   f r o m   d o w n t o w n   j u d y   b r o w n   k n i c k s
t h e   b l o c k   b y   d u e c e ! ! 🔷 🔶 ❌ ❌ 
 k n i c k s   m i l e s m c b r i d e
h a r t e n s t e i n   h e y y y y   n i c e   t o   m e e t   y o u   k n i c k s   w e l c o m e   t o   m y   t e a m
o b i   f u c k i n g   t o p p i n ! ! ! 
   s e a s o n   i s   g o n n a   b e   d i s a p p o i n t i n g   o n c e   a g a i n ,   b u t   m a n   i t ’ s   g o n n a   b e   f u n ! 
 k n i c k s   n b a  
o m g g g g g   o b i   f u c c i n   t o p p i n   l o r d t   k n i c k s  
o b i   t o p p i n ! ! ! !   w i t h   t h e   t w e e n   t h e   l e g   d u n k   i n   g a m e   o n   m c c o n n e l l ! ! !   k n i c k s
y e a a a a a a h   o b i ! ! ! ! ! ! ! ! !   k n i c k s
o b i … … t o p p i n ! 
 
 n e w y o r k f o r e v e r   k n i c k s  
o b i t o p p i n   j u s t   w e n t   b e t w e e n   t h e   l e g s   a n d   d u n k e d .   s e t   m s g   o n   f i r e .   a t   l e a s t   u s   m e t   f a n s   h a v e   t h e   k n i c k s   t o   l o o k   f o r w a r d   t o .   🤷 🏻 ‍ ♂ ️   a m a z i n m e t s   s d v s n y m   l o s m e t s   l g m   m e t r o p o l a t i n o s   m e t s
o m g ! ! !   o b i   t o p p i n   w i t h   a   d u n k   c o n t e s t   d u n k   i n - g a m e ! ! ! !   😳 😲 😮 n y k   k n i c k s
o m g ! ! ! !   d i d   y o u   s e e   w h a t   t o p p i n   j u s t   d i d … .   i n   a   g a m e ! ! ! ! ! !   t h a t   w i l l   b e   1   o n   s p o r t s   c e n t e r   t o p   1 0   k n i c k s
t h a t ’ s   a   b a d   c a l l   b u t   i t ’ s   s c o t t   f o s t e r   s o   u   k n e w   i t   w a s   c o m m i n g   
 
 k n i c k s   n e w y o r k f o r e v e r
o b i   t o p p i n   b l o c k   t h e n   b e t w e e n   t h e   l e g s   f o r   t h e   d u n k   n b a   b a s k e t b a l l   o b i t o p p i n   k n i c k s   n y k   k n i c k s t a p e   n b a t w i t t e r   d u n k  
w h y   i s   r a n d l e   s t i l l   o n   t h i s   t e a m ?   k n i c k s
w h o a   o b i   k n i c k s
t h e   s l a m   d u n k   c h a m p   🔥 🔥   k n i c k s   n b a   ( 🎥   v i a   )
q u i c k   i s   l i k e   " i   a i n ' t   k n o w   h e   w a s   g o n n a   d o   a l l a   t h a t "   😂 😂   k n i c k s
  j u s t   s l a y e d   t h e   k n i c k s   k i l l e r   t j   m c c o n n e l l   o n   t h a t   d u n k
i   l o v e   t h i s   t e a m   k n i c k s
t o p p i n   u   a   w i l d   b o y y y   k n i c k s
o b i   g a v e   h i m   t h e   f i n g e r   p o i n t   😂 😂   k n i c k s
o b i   b u i l t   d i f f e r e n t . 
 
 k n i c k s   n e w y o r k f o r e v e r   w e h e r e
t h a t   o b i   d u n k   w a s   a s   p r i m e t i m e   a s   i t   g e t s ,   f o l k s .   k n i c k s
o b i   t a k i n g   i t   t o   t h e   r a t   k n i c k s  
k n i c k s . . . .   t o p p i n   i   s e e n   y o u   t h a t   w a s   a l l   y o u   f o r   a   s w e e t   2   d a m m i t   m a a a a a n   b r u s h i n g   o f f   y o u r   s h o u l d e r s   😲
o b i   t o p p i n   😮 😂 k n i c k s
l m a o o o   t o p p i n   y o u   f u c k i n g   s a v a g e ! ! !   k n i c k s   n y k
t o p p i n   k n i c k s   k n i c k s t a p e   b i n g b o n g
o b i   b l o c k   a n d   e a s t b a y   l f g   k n i c k s
t h e   g r e a t e s t   i n   g a m e   d u n k   i v e   e v e r   s e e n     k n i c k s
o b i   e a s t   b a y   i n   p e r s o n   i s   c r a z y   🔥 🔥 🔥   
 k n i c k s
o m f g ! ! ! !   o b i ! ! ! ! !   
 
 k n i c k s   n e w y o r k f o r e v e r  
t h e   k n i c k s   o r g a n i s t   w a s   j u s t   p l a y i n g   e z e k e i l ' s   w h e e l   c h o r d s   a t   t h e   g a r d e n .    
g o o d   l o r d ! ! !   t h a t   t o p p i n   d u n k ! ! ! !   k n i c k s
o b i   t o p p i n   i s   s u p e r   f u n ,   m a n .   k n i c k s   n y k n i c k s   k n i c k s t a p e
o b i   i s   n u t s   🤣 🤣   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
s t i l l   h a v e   t o   w o r k   o n   c o m i n g   o u t   s t r o n g   i n   t h e   3 r d   q u a r t e r .   w e   w e r e   u p   1 8   a t   t h e   h a l f ,   n o w   o n l y   u p   1 1 .   k n i c k s
i   k n o w   i t ' s   p r e s e a s o n   b u t   d e s p i t e   h o w   w e l l   w e ' r e   p l a y i n g ,   i ' m   s e e i n g   t h e   s a m e   o l d   f r o m   r a n d l e   a n d   t h i b s .   k n i c k s
t o o   m u c h   „ r a n d l e   b a l l “   t o n i g h t   f o r   m y   t a s t e .   m o v e   t h e   b a l l 
 
 k n i c k s   n b a
y o   i   m i g h t   s t o p   l i v i n g   i f   c l y d e   c a l l   d u d e   d a v i d   r u f f i n   o n e   m o   t i m e   🤣   k n i c k s
b r u n s o n   s t e p   b a c k   n b a   b a s k e t b a l l   n b a t w i t t e r   j a l e n b r u n s o n   k n i c k s   n y k   k n i c k s t a p e  
b r o   t h i s   r a n d l e   c e n t r i c   o f f e n s e   i s   n o t   i t   !   k n i c k s
p o p s   a n d   l i l   b r o   k n i c k s  
r j   t o   m i t c h   r o b   a l l e y   o o p   n b a   b a s k e t b a l l   n b a t w i t t e r   r j b a r r e t t   m i t c h e l l r o b i n s o n   m i t c h r o b   k n i c k s   n y k   k n i c k s t a p e  
i ’ m   c h o o s i n g     p r e - s e a s o n   o v e r     p l a y o f f s ,   j u s   s a y i n !   l o v e   m y   n y   s q u a d s ,   b a c k   a n d   f o r t h   l i k e     a n d     o r     a n d     s t y l e s p   m e t s   g i a n t s   k n i c k s
r a n d l e   i s   l o o k i n g   t r i m   k n i c k s
i   w i l l   s a y   i   m i s s e d   h e a r i n g   _ j _ b o y l e   v o i c e   t h i s   o f f   s e a s o n .   s o   g l a d   t o   h e a r   h i m   b r o a d c a s t   t h e   p a c e r s   o n c e   a g a i n .   t h e   b e s t   t o   e v e r   d o   i t . 
 p a c e r s   k n i c k s
t h i s   i s   t h e   a t h l e t i c i s m   t h e y   s p e a k   o f   w h e n   c a m   r e d d i s h   i s   t a l k e d   a b o u t   n b a   n b a t w i t t e r   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   c a m r e d d i s h  
a r e   t h e     b e i n g   d i s t r a c t e d   b y   t h o m   t h i b o d e a u ’ s   m l c   g o a t e e ?   k n i c k s   n y k n i c k s   _ k n i c k s
k n i c k s   l o o k   s o l i d   d e f e n s i v e l y   a n d   o f f e n s i v e l y   k n i c k s   n y k n i c k s
  b r o t h e r   d o n e   m a d e   i t   t o   c e l e b r i t y   r o w   l o l   k n i c k s  
m y   g o d   i   t h i n k   i   m a y   h a t e   h i m   ( j u l i u s )   m o r e   t h a n   l a n c e   t h o m a s   o r   j a r r e d   j e f f r i e s   k n i c k s
t h i b s   g o n   u s e   a l l   t h e   t i m e o u t s   i n   t h i s   q u a r t e r   😂 k n i c k s
w h o ’ s   g o n n a   g i v e   j u l i u s   t h e   d r a y m o n d   t r e a t m e n t   d u r i n g   t h e   f i l m   s e s s i o n   t o m o r r o w ?   k n i c k s
o n c e   r a n d l e   s t a r t e d   d o i n g   t o   m u c h   t h e   w h o l e   v i b e   c h a n g e d   n g l .   k n i c k s
i ’ m   s u r e   i   a l r e a d y   t w e e t e d   t h i s   b u t   i   h a t e   w a t c h i n g   j u l i u s   r a n d l e   p l a y   b a s k e t b a l l .   t r a d e   h i m   k n i c k s
i   w o u l d   s o   d o   t h e   m e l o   p u m p   f a k e   i f   i   c a u g h t   t h e   b a l l   o u t   o f   b o u n d s   s i t t i n   c o u r t s i d e   l o l   k n i c k s
y e a   m i t c h   i   s e e   y o u   g a n g .   f t   m o n e y   💵 .     k n i c k s
_   t h e   f a c t   t h a t   j u   a w a r d e d   c a m   f o r   c r e a t i n g   t h e   s t e a l   m a d e   m e   v e r y   h a p p y .   k n i c k s
r e d d i s h   w i t h   a n   a t h l e t i c   f i n i s h ! 
 k n i c k s   n e w y o r k   n b a   n b a t w i t t e r   n b a p r e s e a s o n   n y k 
  
t h i b s   w a s   m a d   a f   c a l l i n g   t h a t   t i m e   o u t . .   i   h o p e   h e ’ s   t e l l i n g   t h e   p l a y e r s   c u t   t h e   s h i t   w / t h e   l a s t   f e w   p o s s e s s i o n s   l o o k i n g   l i k e   l a s t   s e a s o n s   o f f e n s e   w i t h   r a n d l e   b r i n g i n g   u p   t h e   b a l l   🙄   k n i c k s
b r u n s o n   t o   m i t c h   r o b   f o r   t h e   s l a m   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   n y k   k n i c k s t a p e   m i t c h r o b   m i t c h e l l r o b i n s o n  
r j ,   b r u n s o n ,   & a m p ;   r a n d l e   h a v e   b e e n   p l a y i n g   v e r y   g o o d   t o g e t h e r !   g o i n g   t o   b e   v e r y   e x c i t i n g   s e e i n g   w h a t   t h e y   c a n   d o   a s   t h e   y e a r   p r o g r e s s e s ! 
 k n i c k s
    _ _ _ _   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i t s   c l e a r   t h a t   t h i s   k n i c k s   t e a m   i s   a   m u c h   b e t t e r   t e a m   w i t h o u t   e v a n   f o u r n i e r   s t a r t i n g   t h e   b a l l   f l u i d   p a c e   i s   m u c h   b e t t e r
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
      u n f o r t u n a t e l y   h e   h a s   a   r e p u t a t i o n   o f   r u n n i n g   h i s   s t a r s   i n t o   t h e   g r o u n d ,   a l l   g o o d ,   p l a y   h a r d   a n d   s m a r t   g e t   s o m e   w i n s   a n d   d e v e l o p !     k n i c k s     !     n b a
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
a t   w h a t   p o i n t   d o   i   t u r n   i t   o v e r   t o   k n i c k s   p r e s e a s o n ?   t h e   m e t s   a r e   m a k i n g   m e   s a d
h o w   i s   r a n d l e   l o o k i n g   r i g h t   n o w   k n i c k s   n e w y o r k f o r e v e r
💪 🏾 m i t c h e l l   r o b i n s o n   🗽 🔸 🔹 k n i c k s
m i t c h   w i t h   3   s l a m s   i n   a   r o w   🔥 🔥 🔥   k n i c k s
n i c e   m o v e   3 0   k n i c k s
t h e   s t e a l   b y   r e d d i s h ,   a n d   t h e   t h r o w d o w n   b y   m i t c h ! ! ! 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 
 
 t h i s   k n i c k s   t e a m   h a s   c o m e   t o   d o m i n a t e ! ! ! 💯 🔷 🔶 🔷 🔶
l e t ' s   g o   k n i c k s
n i c e   f a s t   b r e a k   l a y u p   b y     r e d d i s h   ,   i s   a n y o n e   m i s s i n g     f o u r n i e r     ,   j u s   s a y i n ! !   k n i c k s    
a t   l e a s t   t h e   k n i c k s   a r e   g i v i n g   f a n s   a   t r e a t   t o n i g h t   u n l i k e   m y   t e a m   i n   t a m p a
c a m   r e d d i s h   w i t h   t h e   u p   a n d   u n d e r   k n i c k s
o m g   w h a t   a   s h o t ! ! !     c a m   w e   s t o p   d o u b t i n g   c a m   n o w ? ?   k n i c k s
w h a t   a   l a y !   k n i c k s
r e d d i s h   a c r o b a t i c   w a l t   f r a z i e r   k n i c k s   s a i d
i   j u s t   d o n ’ t   s e e   i t   w i t h   c a m …   p o o r   d e c i s i o n   m a k i n g ,   d o e s n ’ t   u n d e r s t a n d   s p a c i n g ,   s t o p s   b a l l   m o v e m e n t ,   c a n ’ t   c a t c h   a   r e b o u n d   ,   l o o s e   b a l l   o r   p a s s . .   
 m a y b e   h e ’ s   g o o d . .   b u t   n o t   o n   t h i s   k n i c k s   r o s t e r   c a m r e d d i s h
i f   w e   d o n ’ t   d o   a n y t h i n g   i n   t h e   3 r d ,   i   t h i n k   i ’ m   g o i n g   t o   t u n e   i n t o   t h e   k n i c k s   g a m e .   w h y   r u i n   m y   n i g h t   w a t c h i n g   d a r v i s h   b e n d   u s   o v e r   w i t h   n o   v a s e l i n e ?   a m a z i n m e t s   s d v s n y m   l o s m e t s   l g m   m e t r o p o l a t i n o s   m e t s
i   r e a l l y   d o n t   u n d e r s t a n d   w h y   m y   k n i c k s   s t i l l   h a v e   r a n d l e
r a n d l e   n o t   e f f i c i e n t   w i t h   t h a t   l a s t   s h o t .   k n i c k s
b r u n s o n   i s   a   b u c k e t   🪣 
 k n i c k s
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
f i n a l l y   g e t   t o   w a t c h   t h e   g a m e   i n   r e a l   t i m e 
 l e t   g o   k n i c k s
j a l e n   b r u n s o n   r e m i n d s   m e   o f   c p 3 ! !   😈   k n i c k s
t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . .  
f i n a l l y   a b l e   t o   s i t   d o w n   a n d   w a t c h   t h e   k n i c k s   g a m e .
h a v e   m e r c y   k n i c k s   n b a p r e s e a s o n
j u l i u s   b o d y   l a n g u a g e   i s   s o   m u c h   d i f f e r e n t   t h i s   y e a r . 
 l e t ' s   h o p e   h e   k e e p s   t h a t   e n e r g y ! 
 k n i c k s
t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t    
b r u n s o n   h a s   b e e n   p u t t i n g   o n   a   c l i n i c   i n   a   l o t   o f   w a y s   a n d   i t ' s   o b v i o u s   t h i s   t e a m   i s   b e n e f i t i n g   f r o m   a l l   s t a r   c a l i b e r   p g   p l a y .   b u t   i ' m   p r e d i c t i n g   t h a t   t h e   b i g g e s t   i m p a c t   h e ' s   g o n n a   m a k e   i s   t h e   w i l l i n g n e s s   a n d   b a s k e t b a l l   i q   t o   k e e p   e v e r y o n e ,   e s p e c i a l l y   r a n d l e   i n v o l v e d .   k n i c k s   4 / 4
w a t c h i n g   k n i c k s   p r e s e a s o n   a n d   t h e   s i n g l e   m o s t   i m p r e s s i v e   t h i n g   i ' v e   s e e n   f r o m   b r u n s o n   s o   f a r   t o n i g h t   w a s   a   5   m i n u t e   s t r e t c h   i n   t h e   2 n d   w h e r e   h e   p e r s i s t e n t l y   i n v o l v e d   r a n d l e   i n   t h e   o f f e n s e .   1 / 4
l o s t   4 5   g a m e s   l a s t   y e a r   b y   a n   a v e r a g e   - . 4   d i f f e r e n t i a l   ( w h i c h   w a s   b e t t e r   t h a n   t h e   b u l l s ,   w h o   m a d e   t h e   p l a y o f f s   o u t r i g h t .   b a l l   j u s t   w e n t   t h e i r   w a y ) .   l o s t   s o   m a n y   g a m e s   u p   b i g   b e c a u s e   w e   c o u l d n ’ t   g e t   i n t o   o u r   s e t s .   
 
 t h i s   t e a m   i s   g o i n g   t o   b e   g o o d   k n i c k s
j u s t   n e e d e d   s o m e o n e   t o   g a l v a n i z e   t h e   p i e c e s .   i f   b r u n s o n   i s   t h a t   g u y ,   w e   t h e   k n i c k s   w i l l   b e   v e r y   g o o d .   
 
 h e l l ,   i f   r o s e   w a s   j u s t   h e a l t h y   l a s t   y e a r ,   w e   e a s i l y   m a k e   t h e   p l a y o f f s .   b r u n s o n   i s   a n   i m p r o v e m e n t   o f f   t h a t
w h y   d o n ’ t   t h e   k n i c k s   d o   a   m e t s   i n s p i r e d   b l a c k   c i t y   e d i t i o n   j e r s e y ?   w o u l d   l o o k   s o   c l e a n   n y k n i c k s   n b a   n i k e
i n   o t h e r   n e w s ,   t o p p i n   a n d   r a n d l e   h a v e   b o t h   t a k e n   7   s h o t s   a n d   h a v e   t h e   s a m e   p o i n t s ,   t o p p i n   j u s t   d i d   i t   i n   1 0   m i n u t e s   o f   p l a y   a n d   a   b i t   m o r e   e f f i c i e n t l y .   k n i c k s   h a l f t i m e
t h e   p a c e r s   h a v e   p r e v e n t e d   f a s t b r e a k   p o i n t s   s o   f a r ,   b u t   t h e   k n i c k s   a d j u s t e d   i n   t h e   2 n d   q t r ,   n o t   h o i s t i n g   u p   q u i c k   s h o t s ,   b u t   k i c k i n g   t h e   b a l l   o u t   a n d   g e t t i n g   i n t o   t h e   f l o w   o f   t h e   o f f e n s e .   s h o t   6 - o f - 8   f r o m   3 p t   & a m p ;   1 4 - o f - 2 8   i n   t o t a l   i n   t h e   2 n d   n y k n i c k s   k n i c k s t a p e
n o t   s k i p p i n g   l e g   d a y s   k n i c k s  
1 4   m i n u t e s .   0   p o i n t s .   0 / 5   f r o m   t h e   f i e l d .   s u b p a r   d e f e n s e .   t h i s   i s   n o t   a   g o o d   g a m e   f r o m   r e d d i s h .   o n   a   n i g h t   w h e r e   i t   n e e d e d   t o   b e   o n e   o f   h i s   b e s t .   k n i c k s
c l y d e   i s   r i g h t   a b o u t   e v e r y t h i n g ,   i n c l u d i n g   j a l e n   s m i t h ’ s   g l a s s e s   b r i n g i n g   t o   m i n d   d a v i d   r u f f i n .     k n i c k s   n e w y o r k f o r e v e r      
i   d o n ’ t   g e t   w h y   w e   c a n ’ t   g e t   e x c i t e d   d u r i n g   p r e s e a s o n .   e s p e c i a l l y   w h e n   y o u   s e e   y o u r   t e a m   d o i n g   t h i n g s   a s   a   t e a m   t h a t   t h e y   c o u l d n ’ t   d o   t h e   s e a s o n   b e f o r e .   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h i s   k n i c k s   t e a m   i s   l o o k i n g   l i k e   i   e x p e c t e d .   i   t h i n k   e v e r y o n e   t h a t   w a s   s u p p o s e d   t o   t a k e   a   s t e p   f o r w a r d   t h i s   s e a s o n   w i l l   b e   t a k i n g   t h a t   s t e p !   i ’ m   e x c i t e d   t o   s e e   h o w   f a r   w e   g o   t h i s   s e a s o n !   k n i c k s
t h e s e   a r e   b i g   “ i f s ”   b u t   i f   r a n d l e   b u y s   i n   a n d   i f   g r i m e s   t a k e s   t h e   s t a r t i n g   s g   s p o t   a n d   i s   a n   e l i t e   3   a n d   d   w i n g ,   t h e   k n i c k s   c a n   m a k e   n o i s e !   b r u n s o n   i s   h i m   a n d   r j   i s   h i m !   k n i c k s
i n j e c t   t h a t   2 n d   q u a r t e r   i n   m y   v e i n s !   k n i c k s
k n i c k s   a t   t h e   g a m e   t o n g i n g   n e w y o r k  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
r a n d l e   f a d e   a w a y   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   k n i c k s t a p e   n y k   j u l i u s r a n d l e  
r e p l a c e   c a m   r e d d i s h ' s   m i n u t e s   w i t h   a   h e a l t h y   q u e n t i n   g r i m e s ,   a n d   t h i s   k n i c k s   r o s t e r   i s   p r e t t y   f u n / v e r s a t i l e .
t o u g h   f i r s t   h a l f   f o r   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   g e t   b a c k   t o   m y   a p a r t m e n t   t o   s e e   t h e   k n i c k s   d o m i n a t i n g   t h e   p a c e r s   a t   h a l f t i m e .   p a c e r s   h a v e   9   t u r n o v e r s   t o   t h e   k n i c k s   o n e ,   y i e l d i n g   1 3   m o r e   a t t e m p t s   a t   t h e   b a s k e t   f o r   t h e   k n i c k s .   p h e n o m e n a l   d e f e n s i v e   w o r k   b y   t h e   t e a m .   k n i c k s
e n d   o f   q 2 
 k n i c k s   7 2 
 p a c e r s   5 4 
 
 r j   b a r r e t t :   1 6   p t s ,   2   r e b ,   4 / 5   3 p t 
 j a l e n   b r u n s o n :   1 5   p t s ,   3   a s t 
 o b i   t o p p i n :   1 0   p t s ,   2 / 4   3 p t
l e t s   g o   k n i c k s   p e r f e c t   b i r t h d a y   g i f t   f o r   m e   🔥
t u r n e r ' s   s h o t   m i s s e d   t o   e n d   o f   t h e   f i r s t   h a l f 
 p a c e r s   5 4   k n i c k s   7 2   h  
r a n d l e   d i d n t   l o o k   c o m f o r t a b l e   a t   a l l   p l a y i n g   t h a t   m i k e   d   a n t o n i o   s t y l e   s p r e a d   y o u r   w i n g s   a n d   d o   s h t   a l l   d a y   o f f e n s e   s e t u p .   t o m   p l e a s e   t r a s h   t h a t   o f f e n s e   p l a y   b o o k .   k n i c k s
n e e d   m y   k n i c k s   t o   k e e p   t h e i r   f o o t   o n   t h e i r   n e c k s ‼ ️
r a n d l e   a s   a   3 r d   o p t i o n   i s   a   r e a l l y   g o o d   l o o k   k n i c k s .
r a n d l e   h a d   t o   p i c k   t h e   e x a c t   t i m e   i   c a l l e d   h i m   o u t   f o r   g o i n g   1 / 5   w i t h   a   l i t t l e   o v e r   2   t o   g o .   n o w   p r o c e e d s   t o   g o   n o w   h e ' s   1 0 / 5 / 3 .   c o n c l u s i o n ?   i   s h a l l   c o n t i n u e   t o   c a l l   r a n d l e   o u t .   😂   k n i c k s
t h i s   i s   a   t a l e n t e d   k n i c k s   t e a m ,   k n i c k s   f a m .   c a n   t h e y   g e l ,   c a n   t h e y   p l a y   t o g e t h e r   c o n s i s t e n t l y .   t i m e   w i l l   t e l l .   k n i c k s
k n i c k s   c o u l d   h a v e   s t e p h   c u r r y   a t   p o i n t   g u a r d   a n d   j u l i u s   r a n d l e   w i l l   s t i l l   f i n d   a   w a y   t o   b r i n g   t h e   b a l l   u p   t h e   c o u r t   m u l t i p l e   t i m e s   i n   a   r o w .
r i g h t   n o w   s o m e   o f   u   a r e   s e e t h i n g   w a t c h i n g     r a n d l e   d o   r a n d l e   t h i n g z 
 🤣 🤣 🤣 💯 
 k n i c k s
s o   o b v i o u s l y   s o m e o n e   h e a r d   m y   l a s t   t w e e t .     k n i c k s   n o w   u p   b y   1 8   o v e r   i n d y   a t   h a l f t i m e .   
 
 k n i c k s o n m s g   n y k n i c k s   

d o n o v a n   m i t c h e l l   w h o   p t .   2   n b a   b a s k e t b a l l   k n i c k s   n b a t w i t t e r  
n o t   t r y i n g   t o   g e t   t o   e x c i t e d   b u t   w e   b e e n   p l a y i n g   g r e a t   . . i t ’ s   o n l y   p r e s e a s o n   b u t   i   s e e   t h e   c h e m i s t r y   k n i c k s  
l e g o   k n i c k s   w e   u p   m a n
i   l i k e   t h i s   5   d e f e n s i v e l y   k n i c k s
b u d d y   h i e l d   t r e y 
 p a c e r s   5 2   k n i c k s   6 9   2 n d  
j u l i u s   r a n d l e   b u c k e t 
 p a c e r s   4 9   k n i c k s   6 9   2 n d  
i   k n o w   i t ’ s   p r e   s e a s o n   b u t   m y   s q u a d   l o o k s   g o o d .   
 k n i c k s
a c t u a l l y   p o o l e   f o r   r o s e   w o u l d   b e   p e r f e c t   f o r   b o t h   t e a m s .   t r a d e   r a n d l e   l a t e r   l o l   k n i c k s
i   c o u l d   b e   j u m p i n g   t h e   g u n   b u t   w h e n   t h e     w i n   5 0   g a m e s ,   j a l e n   w i n n i n g   m v p   👀   k n i c k s
j u l i u s   r a n d l e   s t e p - b a c k   j u m p e r 
 p a c e r s   4 7   k n i c k s   6 7   2 n d  
i   t h i n k   t y r e s e   h a l i b u r t o n   h a s   j u s t   r e a l i z e d   t h i s   i s   a   d i f f e r e n t   k n i c k s   t e a m .     h e ’ s   n o t   t a l k i n g   h i s   u s u a l   s m a c k   s w a g g e r
r a n d l e   m a k i n g   h i s   1 s t   f g   w i t h   c l o s e   t o   2   m i n u t e s   t o   g o   i n   t h e   2 n d   q u a r t e r   i s   n o t   a   g o o d   t h i n g .   t w o   s l o w   s t a r t s .   b u t   k n i c k s   a r e   u p   b y   2 0   s o   y ' a l l   g o n n a   s a y   i ' m   n i t p i c k i n g .   k n i c k s
t h o s e   s q u e a k y   s n e a k e r s s s s s   t h a t s   d e f e n s e   b a b y !   k n i c k s
j u l i u s   r a n d l e   f r o m   d o w n t o w n 
 p a c e r s   4 7   k n i c k s   6 5   2 n d  
w u t   t h e   h e l l   i s   r a n d l e   d o i n g . .       & a m p ;   h e   h i t s   a   3   a f t e r   a l l   t h a t   😂 😂 
 
 k n i c k s   n e w y o r k f o r e v e r  
i t   a l w a y s   g e t s   s l o p p y   w h e n   r a n d l e   t r i e s   t o   d r i b b l e   t o o   m u c h ,   w a s   t h a t   a   p a s s   a t t e m p t   o r   d i d   h e   j u s t   l o s e   i t ?   k n i c k s
k n i c k s   l o o k   f k ’ n   g o o d ’ t ! !  
r j   b a r r e t t   w i l l   b e   a n   a l l - s t a r   t h i s   y e a r !   s a v e   t h e   t w e e t   k n i c k s
    k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
m i t c h e l l   r o b i n s o n   o n   b o t h   e n d s   o f   t h e   c o u r t 
 p a c e r s   4 7   k n i c k s   6 0   2 n d  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
1 1 m i n s   0 - 5   z e r o   p t s   a n d   y ’ a l l   w h a t   c a m   t o   s t a r t   ? ? ?   🤦 🏽 ‍ ♂ ️   k n i c k s
m i t c h   r o b   p u t   b a c k   d u n k   n b a   b a s k e t b a l l   k n i c k s   m i t c h e l l r o b i n s o n   m i t c h r o b   n y k   k n i c k s t a p e   n b a t w i t t e r  
j u l i u s   r a n d l e   h a s   n o   b o u n c e   k n i c k s
m i t c h e l l   r o b i n s o n   b o a r d   & a m p ;   s l a m 
 p a c e r s   4 7   k n i c k s   6 0   2 n d  
t h i s   i s   t h e   y e a r   o f   m i t c h e l l   r o b i n s o n   k n i c k s
r j   b a r r e t t   i s   a n   e x a m p l e   o f   h a r d   w o r k   b e a t s   t a l e n t .   b i g   s e a s o n   a h e a d   k n i c k s
  t o u g h   c a l l . 
 k n i c k s   g e t t i n g   s o m e   o f   m y   a t t e n t i o n 
 l g m   m o r e   a t m
o b i   g e t t i n   t o   t h e   r i m   o f f   t h e   d r i b b l e   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   o b i t o p p i n   n y k   k n i c k s t a p e  
a   b i g   s h o u t   o u t   t o   l e o n   r o s e   f o r   l o c k i n g   i n   j a l e n   b r u n s o n   t o   a   l o n g   t e r m   c o n t r a c t .   t h e   k n i c k s   h a s   a   t r u e   p g .   h e   m a k e s   e v e r y o n e   b e t t e r .   n b a  
s o m e o n e   p u t   e n e r g y   i n   c a m … .   g e t   i n t o   t h e   g a m e   k n i c k s
m o o d   k n i c k s    
c a m   r e d d i s h   i s   g e t t i n g   a   o p p o r t u n i t y   t o   s h o w   w h y   h e   s h o u l d   b e   i n s e r t e d   i n t o   t h e   l i n e   u p   a n d   i t ’ s   q u i e t   f o r   h i m !   b r u h   g o t t a   g o   g e t   t h a t   s h i t !   t h a t   f i n e s s e   s h i t   a i n ’ t   g o n n a   c u t   i t   w e   g o t t a   s e e   a   d o g !   k n i c k s
r j   b a r r e t t   d o w n t o w n 
 p a c e r s   4 3   k n i c k s   5 4   2 n d  
c h r i s   d u a r t e   t r e y 
 p a c e r s   4 3   k n i c k s   5 1   2 n d  
w e   g o t   a   p o i n t   g u a r d   b r o ! !   k n i c k s  
j b   c r a f t y   a f   m a n   k n i c k s
* b u y i n g   r j   b a r r e t t   j e r s e y   k n i c k s
l o v e   b r u n s o n   a s   a   k n i c k   a l r e a d y .   c a m   r e d d i s h   s t a r t i n g   t o o .   r j   b a r r e t t   h i t t i n g   3 s   a n d   t o p p i n   b l o c k i n g   s h o t s .   k n i c k s
c e l e b r a t i n g   t h e   w   w i t h   s o m e   k n i c k s   p r e s e a s o n .   t h a n k s   .  
y o   i   l o v e   b r u n s o n   a l r e a d y .   h e ’ s   a   f r e a k i n g   t a n k   o u t   t h e r e !   💪 🏽   k n i c k s   n e w y o r k f o r e v e r
j u l i u s   d o e s n ' t   f i t   o n   t h i s   t e a m   a t   a l l   k n i c k s
t h i s   k n i c k s   t e a m   i s   s n e a k y   g o o d .
i   f u c k i n g   l o v e   j a l e n   b r u n s o n .   🟠 🔵   k n i c k s   g o t   t h e m   a   p g ! ! !   k n i c k s
b r u n s o n   t o   t o p p i n   f o r   3 .   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   j a l e n b r u n s o n   o b i t o p p i n   n b a t w i t t e r  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
    k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
b u d d y   h i e l d   b u c k e t 
 p a c e r s   4 0   k n i c k s   4 6   2 n d  
o b i   t o p p i n   d o w n t o w n 
 p a c e r s   3 8   k n i c k s   4 6   2 n d  
e v e r y o n e   t h i n k s   t h i s   n e w   t h i b s   b e a r d   i s   h i m   l o o s e n i n g   u p   a   l i t t l e . 
 
 h a v i n g   w a t c h e d   t h i b s   f o r   1 2   y e a r s   n o w ,   i ’ m   t h i n k i n g   i t ’ s   m o r e   a k i n   t o   r o c k y   t r a i n i n g   f o r   d r a g o . 
 
 b u l l s   k n i c k s  
o b i   f r o m   t h e   c o r n e r   💰 💰 
 k n i c k s
y ’ a l l   t o l d   m e   o b i   n o t   a   s h o o t e r ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r  
o b i   t o p p i n   d r i v i n g   b u c k e t 
 p a c e r s   3 8   k n i c k s   4 3   2 n d  
j e r i c h o   s i m s   s t u f f 
 p a c e r s   3 8   k n i c k s   4 1   2 n d  
i   d o n ’ t   l i k e   t h e   p r o d u c t   i ’ m   s e e i n g   o n   t h e   c o u r t   r i g h t   n o w   s h i t   s t a g n a n t   s m h   k n i c k s
f r i d a y   n i g h t   k n i c k s  
d u e c e   i s   p l a y i n g   b e t t e r   t h a n   o l d   b o y … .   i q   w a n t e d   s h o o t   t h a t   n u t t y   a s   s h o t   b u t   h e   m a d e   a   g o o d   h o c k e y   a s s i s t   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
d   r o s e   t o   t h e   c u p   n b a   b a s k e t b a l l   k n i c k s   d r o s e   d e r r i c k r o s e   n b a t w i t t e r   n y k   k n i c k s t a p e  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
g o t t a   l o v e   h i s   t e a m m a t e s   s h o w i n g   d e u c e   t h e y   t r u s t   h i m .   k n i c k s
r j   i s   t h e   b e s t   k n i c k   o n   t h e   c o u r t   k n i c k s
m i l e s   m c b r i d e   t r e y 
 p a c e r s   3 7   k n i c k s   3 9   2 n d  
t h i s     t e a m   i s   s t a c k e d ,   l e t ’ s   s e e   w h a t   t h i b s   d o e s ,   t h i s   s e a s o n !   k n i c k s     k n i c k s f o r e v e r   n y k
i m m a n u e l   q u i c k l e y   b u c k e t 
 p a c e r s   3 7   k n i c k s   3 6   2 n d  
r e a l l y   l i k e   t h e   b a l a n c e   o f   t h i s   t e a m .     
 k n i c k s
w a y   t o   g o   d e u c e   ! ! ! !   k n i c k s
l o v e   t h e   e x t r a   p a s s   k n i c k s
w h e n e v e r   a   k n i c k   g e t s   h u r t ,   m a n n n   y o u   m i g h t   l o s e   y o u r   j o b ,   t h a t ' s   h o w   d e e p   t h a t   b e n c h   i s   k n i c k s
t h e r e   w e   g o   d e u c e ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r
d e u c e   i s   l o o s e   🔥 🔥 
 k n i c k s
c a m   i n   t h e   d o g h o u s e   a l r e a d y ?   k n i c k s
o k a y   d e u c e   !   k n i c k s
c o m e   o n     l e a g u e   p a s s   i s   t h i s   o n   t h e     s i d e   m e a n i n g     o r   n b a l e a g u e p a s s   w e   c a n ’ t   e n j o y   t h e   g a m e   l i k e   t h i s   k n i c k s   m s g  
k n i c k s   2 0 2 2 - 2 0 2 3   b r e a k o u t   s t a r : 
 k n i c k s   n e w y o r k f o r e v e r   n b a
b e n n e d i c t   m a t h u r i n   t r e y 
 p a c e r s   3 5   k n i c k s   3 1   2 n d  
o b i   t o p p i n   d o w n t o w n 
 p a c e r s   3 2   k n i c k s   3 1   2 n d  
n i c e   t o   s e e   s i m s   b a c k   k n i c k s
o b i   f r o m   3 ! ! ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r
o b i   w i t h   t h e   c u t   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   n b a t w i t t e r   o b i t o p p i n  
i q   h a s   t a k e n   7   n u t t y   a s   s h o t s   n o   a s s i s t s   k n i c k s  
o b i   t o p p i n   l a y u p 
 p a c e r s   3 1   k n i c k s   2 8   2 n d  
t h e   k n i c k s   s e c o n d   u n i t   h a s n ' t   b e e n   a b l e   t o   g e t   o u t   a n d   r u n   i n   t r a n s i t i o n   l i k e   t h e y   d i d   a g a i n s t   t h e   p i s t o n s ,   a n d   t h e y ' r e   h a v i n g   a   l o t   o f   t r o u b l e   g e t t i n g   g o o d   l o o k s   i n   t h e   h a l f - c o u r t   o f f e n s e   r i g h t   n o w   n y k n i c k s
i   c a n ' t   b e l i e v e   t h i s   i s   h a p p e n i n g ;   t h e   k n i c k s   s e c o n d   g r o u p   i s   d o i n g   a w f u l   r i g h t   n o w   ( s a v e   f o r   d e r r i c k   r o s e ) .   i   h a v e n ' t   s e e n   m u c h   f r o m   h a r e n s t e i n   t h i s   p r e s e a s o n .   q u i c k l e y   n e e d s   t o   c o o l   i t   w i t h   t h e   3 ' s .   t o p p i n ;   w e l l   t o p p i n   h a s n ' t   d o n e   a n y t h i n g   s o   t h e r e ' s   t h a t .
t j   m c c o n n e l l   p u l l u p   j u m p e r 
 p a c e r s   3 1   k n i c k s   2 6   e n d   o f   1 s t  
e n d   o f   q 1 
 k n i c k s   2 6 
 p a c e r s   3 1 
 
 r j   b a r r e t t :   1 1   p t s ,   2   r e b ,   3 / 4   3 p t 
 j a l e n   b r u n s o n :   7   p t s ,   1   r e b ,   1   a s t
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
r j ' s   p r o n o u n s   a r e   h i m / h i m o t h y   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀         i n d v s n y k
d e r r i c k   r o s e   🌹 
 p a c e r s   2 9   k n i c k s   2 6   1 s t  
i f   d e u c e   w a n t s   t o   p l a y   h e   h a s   t o   p u t   t h e   b a l l   i n   t h e   b a s k e t   k n i c k s
i   j u s t   h o p e   t h i s   t e a m   n e v e r   p l a y s   t o g e t h e r   d u r i n g   r e g u l a r   s e a s o n .     t h i s   3 - g u a r d   n o n s e n s e   a i n ’ t   i t   k n i c k s
n o   p i c k   n   r o l l s   e v e r y t h i n g   i s   a   3   s m h   c a r r y   o n   t h o   k n i c k s
s l o p p y   b a s k e t b a l l   h e r e   f o r   b o t h   s i d e s .   k n i c k s
d   r o s e   f l o a t   g a m e .   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   d r o s e   d e r r i c k r o s e   n b a t w i t t e r  
_ k n i c k s   i   g u a r a n t e e   t h u s   k i d   w i l l   p u t   i n   t h e   w o r k ,   h e   w a n t s   t o   g e t   b e t t e r ,   a n d   j u s t   b e c a u s e   h e   s i g n e d   a n   e x t e n s i o n   d o e s n ' t   m e a n   h e   i s   s a t i s f i e d ! !   n b a   n b a t w i t t e r   k n i c k s
t h a t   w a s   a   r o u g h   q u a r t e r   b u t   w e   o n l y   d o w n   5   k n i c k s
t h a t   2 n d   u n i t   w a s   n o t   i t   k n i c k s   i   d o   a p p r e c i a t e   e f f o r t   f r o m   t h e   w h i t e   b o y   c e n t e r   g u y
d e u c e   p l a y i n   l i k e   h i s   n a m e   r i g h t   n o w .     n e e d   t o   p l a y   s m a r t e r 
 
 k n i c k s   n e w y o r k f o r e v e r
n o w   w e   m i s s i n g   b u n n i e s   s m h   k n i c k s
b e n n e d i c t   m a t h u r i n   l a y u p 
 p a c e r s   2 9   k n i c k s   2 4   1 s t  
    k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
s a m e   s h y t   b u l l s h y t   o f f e n s e   o b i   o n   t h e   p e r i m e t e r   l m a o o o o   c o a c h   s t i l l   a i n ’ t   s h y t   n u t t n   n e w   h e r e   k n i c k s
t h e   k n i c k s   e n e r g y   i s   f l a t   a s   h e l l   i n   t h i s   1 s t   p e r i o d .     e n o u g h   c h u c k i n g   3 s . . .   a n d   m o v e   t h e   f n   b a l l . . .   
 
 k n i c k s o n m s g   n e w y o r k f o r e v e r
d r o s e     n e e d s   t o   b r i n g   t h e   b a l l   u p c o u r t .     q u i c k l e y   r u s h i n g   t o o   m u c h   k n i c k s
b e n n e d i c t   m a t h u r i n   & a m p ;   o n e 
 p a c e r s   2 7   k n i c k s   2 4   1 s t  
i q   i s   t a k i n g   s o m e   r e a l l y   b a d   s h o t s   s m h     k n i c k s
a n d   p e o p l e   s a i d   h e   w a s n t   w o r t h   h i s   d e a l ? ! ? ! ? ! ?   g t f o   h e r e ! ! !   ( y e a ,   i k   i t ’ s   p r e s e a s o n   l e t   m e   h a v e   t h i s ) .   k n i c k s  
i   w a n t   t o   s e e   t h i s   d e u c e ,   r o s e ,   c a m   c o m b o .   🔸 🔹 🔸 🔹   k n i c k s
n e e d   t h e   k n i c k s   b i g s   t o   s t e p   i t   u p 
 
 k n i c k s   n e w y o r k f o r e v e r
w h o   s a y s   n o ?   k n i c k s   w a r r i o r s   d r a y m o n d   j o r d a n p o o l e  
b r u n s o n   t o   r j   f r o m   3 .   n b a   b a s k e t b a l l   j a l e n b r u n s o n   r j b a r r e t t   k n i c k s   n y k   k n i c k s t a p e   n b a t w i t t e r  
      _ n y _ b   _ _   o r   a t   l e a s t   m a k e   s u r e   a l l   t h e   k n i c k s   h e a l t h   i n s u r a n c e   i s   c u r r e n t
p a c e r s   l e t ' s   g o . . .   b e a t   k n i c k s   i n d v s n y
m a n   w h a t ’ s   u p   w i t h   a l l   t h e s e   t h r e e s ?   a t t a c k   t h e   b a s k e t   m a n .   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
w e ’ v e   m i s s e d   y o u   d   r o s e   🌹   k n i c k s
w e   g o t t a   s t a r t   d r i v i n g   t o   t h e   b a s k e t   a n d   s t o p   s e t t l i n g   f o r   3 ’ s   k n i c k s
    k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d   r o s e   l o o k i n g   f l u i d   a f   k n i c k s
d e r r i c k   r o s e   🌹 
 p a c e r s   2 1   k n i c k s   2 4   1 s t  
t o o o o o   m a n y   3 s ,   n e e d   t o   a t t a c k   m o r e   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i m m a n u e l   q u i c k l y   d o w n t o w n 
 p a c e r s   1 9   k n i c k s   2 2   1 s t  
t e r r i b l e   o f f e n s e   p o s t   u p   r j   n   o b i   s h o o t   t h e   3 …   i t   s h o u l d   b   t h e   o y h e r   w a y   a r o u n d   k n i c k s
n i c e   m o v e   f r o m   r o s e   t h e r e 
 
 k n i c k s   n e w y o r k f o r e v e r
i ’ m   e n j o y i n g   w a t c h i n g     j a l e n   b r u n s o n   p l a y .   h e ’ s   c o m p l e t e l y   f o c u s e d   k n i c k s
g o o d   b l o c k   o b i !   k n i c k s
o k   k n i c k s   k n i c k s t a p e   k c d a   k n i c k s t w i t t e r 
 
   h a s   a r r i v e d 💯 🙌 🏾 
 
 t h e   9 ️ ⃣   g u y   w i l l   b e   o u r   a l l s t a r n b a ✨ 
 
 n e w y o r k f o r e v e r  
c h r i s   d u a r t e   & a m p ;   o n e 
 p a c e r s   1 9   k n i c k s   1 9   1 s t  
l e s s   c a m   r e d d i s h   a n d   j r   a n d   m o r e   r j   n   i q   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
j a l e n   b r u n s o n   w i t h   a n   a m a z i n g   m o v e !   🤩 💫 🌟 
 n y c   n b a   n b a t w i t t e r   n b a p r e s e a s o n   n e w y o r k   n e w y o r k k n i c k s   k n i c k s 
  
r j   l o o k i n g   g o o d .   k n i c k s
i m m a n u e l   q u i c k l e y   b u c k e t 
 p a c e r s   1 6   k n i c k s   1 9   1 s t  
o h   l o o k   r j   s h o u l d   b e   b e   t h e   f o c a l   p o i n t   o n   o f f e n s e . . .   l o o k   a t   h o w   j u l i u s   i s   a l r e a d y   s t i n k i n g   i t   u p   k n i c k s
r a n d e l   l o o k s   a w f u l   k n i c k s
t h i b s   j u s t   d i d   i t 
 
 k n i c k s   n e w y o r k f o r e v e r    
i q   f l o a t e r   g a m e   g o n n a   b e   e l i t e   k n i c k s
b r u n s o n   g o n n a   b e   🔑   n b a   b a s k e t b a l l   k n i c k s   j a l e n b r u n s o n   n y k   k n i c k s t a p e   n b a t w i t t e r  
i m m a n u e l   q u i c k l y   i s   v e r y   g o o d   a t   p l a y i n g   b a s k e t b a l l   
 k n i c k s
s u b   o b i   i n   r a n d l e s   g e t t i n   s l o p p y   
 
 k n i c k s   n e w y o r k f o r e v e r
k n i c k s   o n   t v .   
 k n i c k s   f a n s ,   i f   y o u ' r e   s u b s c r i b e d   t o   t h e   n b a   l e a g u e   p a s s   t h r u   d i r e c t v   ( l i k e   i   a m )   o r   a n o t h e r   p r o v i d e r   a n d   t h e y ' r e   n o t   s h o w i n g   p r e s e a s o n   g a m e s ,   l o g i n   t o   y o u r     a c c o u n t   a n d   a s s o c i a t e   y o u r   t v   p r o v i d e r   w i t h   t h e   y o u r   n b a   a c c o u n t .   g o k n i c k s 
 k n i c k s
t e r r y   t a y l o r   l a y u p 
 p a c e r s   1 6   k n i c k s   1 7   1 s t  
t h e   w o r l d   w i d e   w e s   a n d   r o n   a r t e s t   c o n n e c t i o n   i s   u n d e r   r a t e d   h e r e .   
 
 k n i c k s
w e   h a v e   a   p g   t h a t   c a n   s c o r e !   🥹   k n i c k s 
 w a t c h i n g   t h e   b o y s   a n d   p a d r e s   v s   m e t s   l e t ’ s   g o !  
r e a l l y   l i k i n g   w h a t   i ’ m   s e e i n g   r i g h t   n o w   b r u n s o n   d i r e c t i n g   t h e   o f f e n s e   r j   a l l   o v e r   t h e   f l o o r   a n d   f i n d i n g   t h e   o p e n   s p o t   m i t c h   o n   t h e   b o a r d s   c a m s   s p a c i n g   w e l l   a n d   j u l i u s   h e l p i n g   o u t   k n i c k s   n y k   k n i c k s t a p e   n b a
w e   l o o k   s o   m u c h   b e t t e r   w i t h   j a l e n   b r u n s o n   k n i c k s
i   g o t t a   b e l i e v e   i t s   a   g o o d   t h i n g   t h a t   f o r   t h e   f i r s t   t i m e   i n   a   l o n g   t i m e   i   d o n ' t   w a n t   t o   s e e   t h e   s t a r t i n g   5   b e   s u b b e d   o u t   f o r   o u r   b e n c h ,   r i g h t ? 
 
 k n i c k s
k n i c k s   a r e   d o i n g   g o o d   t h i n g s  
j u l i u s   w i t h   t h e   d r i v e   & a m p ;   k i c k   i s   s o m e t h i n g   t h a t   t h e   k n i c k s   f a n s   h a v e   b e e n   d y i n g   t o   s e e   😩 😩   r j   i s   a l s o   o n   🔥 🔥
r j   f u c k i n g   b a r r e t t   k n i c k s   n e w y o r k f o r e v e r  
  i s   o n   🔥 🔥 🔥 ! ! !   k n i c k s
i t ' s   o n l y   p r e s e a s o n ,   b u t   i f   r j   b a r r e t t   i s   g o i n g   t o   d r i l l   s h o t s   l i k e   t h i s   c o n s i s t e n t l y   & a m p ;   o p e n   u p   h i s   d r i v e   g a m e . . . h e   c o u l d   b e   a   t r u e   s t a r   t h i s   y e a r .   k n i c k s  
r a n d l e   t o   r j   f o r   t h e   c o r n e r   3 .   n b a   b a s k e t b a l l   k n i c k s   j u l i u s r a n d l e   r j b a r r e t t   n b a t w i t t e r   n y k   k n i c k s t a p e  
r j   g o t   t h e   j u m p e r   g o i n g   t o n i g h t   k n i c k s
s e e   r a n d l e   f i n a l l y   l e a r n i n g   t o   p a s s   t h e   b a l l ,   t h a t   w a s   a   n i c e   m o v e   t o   r j   f o r   t h e   3   👏 🏾   k n i c k s
  v     g r e a t     r i v a l r i e s   n e v e r   d i e 
 
 a r t i c l e   o n   h o w   t h e   k n i c k ' s   r o s t e r   o f   o n e   p o s i t i o n   p l a y e r s   l i m i t s   p l a y e r   d e v e l o p m e n t   -   
 
 n b a p r e s e a s o n   k n i c k s  
j a l e n   b r u n s o n   d r i v i n g   f l o a t e r 
 p a c e r s   1 4   k n i c k s   1 4   1 s t  
r j   b a r r e t t   w i l l   b e   a n   a l l   s t a r   t h i s   s e a s o n   f o r   s u r e   k n i c k s
c a m   i s   t h i n k i n g   a n d   s e c o n d   g u e s s i n g   h i m s e l f   e v e r y t i m e   h e   t o u c h e s   t h e   b a l l   k n i c k s
c a m   r e d d i s h   a t   t h i s   p o i n t   i s   a   l o s t   c a u s e .   i   m e a n   n o   w o n d e r   w e   g o t   h i m   f o r   n o t h i n g   !   i   r a t h e r   g i v e   h i s   m i n u t e s   t o   s o m e o n e   e l s e !   a l s o   t o p p i n   a n d   q u i c k   s h o u l d   b e   s t a r t i n g   o v e r   f o u r n i e r   a n d   r a n d l e !   k n i c k s    
g o o d   p a s s   b y   r a n d l e   k n i c k s
      _ l i f e r s   _ n y _ b   r j   s h o w i n g   o u t !   p r e t t y   s u r e   h e   w i l l   m a k e   t h e   f i n a l   k n i c k s   r o s t e r   l o l . 

n i c e   a s s i s t   b y   r a n d l e   t o   b a r r e t t .   k n i c k s
r j .   f u c k i n g .   b a r r e t t   !   k n i c k s
s o   f a r     i s   d e f i n i t e l y   b e t t e r   t h a n   h i s   d a d   r i c k ,   n o   s h a d e ,   f a c t s ! !     k n i c k s     k n i c k s f o r e v e r   n y k     n b a
r j   i s   a   s h o o t e r ! ! ! ! ! ! ! ! ! ! ! !   k n i c k s
o k a y   b r u n s o n ! !   w e   s e e   y o u   👀 👀 
 k n i c k s
h a l i b u r t o n   b u c k e t 
 p a c e r s   1 4   k n i c k s   1 0   1 s t  
k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r     . . .
c a m   a i n ’ t   r e a d y   .   s e e n   e n o u g h   💪 🏽   k n i c k s
r j   b a r r e t t   d o w n t o w n 
 p a c e r s   1 2   k n i c k s   1 0   1 s t  
t h i b ’ s   t h i n k i n g   t o   h i m s e l f   “ h o w   t f   d i d   i   p u t   c a m   r e d d i s h   a s   a   s t a r t e r ”   k n i c k s  
g o o d   t o   s e e   r e d d i s h   o n   t h e   c o u r t   k n i c k s
t y r e s e   h a l i b u r t o n   d o w n t o w n 
 p a c e r s   9   k n i c k s   7   1 s t  
b a r r e t t   l o o k s   g o o d   f r o m   3   🔥   k n i c k s
r j ’ s   3   l o o k s   s m o o t h   a s   h e l l   k n i c k s
r j   i s   l o o k i n g   g o o d   f r o m   d e e p   s o   f a r   🚨 🚨   
 k n i c k s
o h   l o r d .   r j   b r o u g h t   t h e   e x t e n d e d   m a g   t o   t h e   g a r d e n   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
r a n d l e   j u s t   w a l k e d   a w a y   a n d   l e f t   h i s   m a n   w i d e   o p e n   f o r   a   c o r n e r   3   k n i c k s
c h r i s   d u a r t e   f r o m   d o w n t o w n 
 p a c e r s   9   k n i c k s   5   1 s t  
k n i c k s   s e e m   t o   b e   c h u c k i n g   t h r e e s   e a r l y   o n .
l e t ’ s   g o   k n i c k s ! ! ! !   k n i c k s  
b r o …   i   g e t   t h i s   i s   p r e s e a s o n ,   b u t   t h e   p e r i m e t e r   d e f e n s e   i s   l a c k   l u s t e r   r i g h t   n o w . 🙁 🙁 🙁 
 k n i c k s
c r a z y   i d e a ,   m a y b e   d e f e n d   t h e   3 
 
 k n i c k s   n e w y o r k f o r e v e r
a n y o n e   h a v i n g   i s s u e s   w i t h   t h e     g a m e   o n     l e a g u e   p a s s   w h e r e   i t   c o n t i n u e s   t o   p a u s e   o r   g e t   s t u c k   t h e n   i n   a   s e c   i t   c o m e   b a c k   i f   t h i s   h a p p e n s   a l l   g a m e   t h i s   i s   g o n n a   s u c k   k n i c k s   n b a l e a g u e p a s s
t h e   k n i c k s   f a n s   a r e   g o i n g   t o   l o v e   b r u n s o n ’ s   a b i l i t y   t o   g e t   t o   t h e   l i n e
n o w   r e m e m b e r   f o l k s . . . a g a i n . . . t h i s   i s   t h e   p r e s e a s o n .   t h i s   i s   a b o u t   s e e i n g   w h a t   w o r k s   a n d   w h a t   d o e s n ' t   w o r k .   j u s t   r a n d o m   s c r i m m a g e s .   d o   n o t   o v e r r e a c t   t o   t h e   g a m e   k n i c k s
u p   i n   t o r o n t o   a m i d s t   a   s e a   o f   b u m m e d   b l u e   j a y s   f a n s ,   a n d   t h e y ’ r e   s t i l l   n i c e   e n o u g h   t o   g i v e   m e   a   s i n g l e   t v ,   o u t   o f   2 0 0 ,   t o   c a t c h   k i n g   b a r r e t t   k n i c k s   n y k n i c k s   o h c a n a d a       🔸 🔹  
d i d   r j   p u t   o n   m o r e   m u s c l e   ? !   h e   l o o k s   y o k e d   !   b i g   y e a r   o n   d e c k   k n i c k s   n e w y o r k f o r e v e r   _ n y _ b
y o u   k n o w   i ’ m   w a t c h i n g   t h e   s q u i z z z a d   k n i c k s  
l e t ’ s   g o   k n i c k s  
w h y   t h i b s   s t a r t i n g   c a m   a t   s g   i n s t e a d   o f   s f ?   s m h   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    t h a n k s   m a n ! 
 a p p r e c i a t e   i t . 
 s t r u g g l i n g   - -   i   a m   s t a r v e d   f o r   k n i c k s   b a s k e t b a l l 
 b u t   t h i s   i s   t h e   l g m   p l a y o f f s !
c a m   c a n ' t   b e   a v e r a g i n g   2   r e b o u n d s   a t   6 ' 7 "   l o l   t h a t s   c r a z y   k n i c k s
l e t ’ s   g o   k n i c k s !  
k n i c k s   i n   p r e a s o n   a n d   m e t s   i n   p o s t s e a s o n   -   g u e s s   w h i c h   g a m e   i s   b e i n g   w a t c h e d   a n d   w h i c h   i s   b e i n g   r e c o r d e d .   l e t s g o k n i c k s ! ! !   l g m ! ! !
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
b a b y   i s   f e d   & a m p ;   a s l e e p .   
 l e t ’ s   w a t c h   s o m e   n e w   y o r k   k n i c k s   b a s k e t b a l l .   k n i c k s   🔸 🔹 🔸 🔹
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
e v e n t u a l l y ,   q u i c k l e y   i s   g o i n g   t o   b e   i n   a   j a m e s   h a r d e n   a t   o k c   s i t u a t i o n   w h e r e   k n i c k s   f r o n t   o f f i c e   w i l l   h a v e   t o   d e c i d e   w h e t h e r   t o   g i v e   h i m   t h e   r e i g n s   o r   s h i p   h i m   o u t   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
s h e   o n e   o f   t h e   r e f s   f o r   t o n i g h t s   g a m e .   k n i c k s   l o s i n g   b y   d o u b l e   d i g i t s   t o n i g h t   
 k n i c k s  
f r i d a y   n i g h t   k n i c k s .   i   d i d n ’ t   r e a l i z e   i t   w a s   a   h o m e   g a m e   a g a i n   -   e v e n   b e t t e r .   k n i c k s
  w e   h e r e !   d o n ' t   s l e e p   o n   u s   k n i c k s   l g k  
p a c e r s   v s   k n i c k s   n b a   f r e e   s t r e a m 
 l i v e   t v   -   
 
 0 7   o c t o b e r ,   1 9 : 3 0   e t   t i m e 
 n b a s t r e a m s   n b a   n b a p r e a s e a s o n   p a c e r s   k n i c k s  
          h a v i n g   a   n i g h t   i n   n e w   y o r k   c i t y   a t   t h e   k n i c k s   g a m e         k n i c k s   a n d   p a c e r s   k n i c k s   n b a  
k n i c k s   p r e s e a s o n   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   7 : 3 0 p m   e s t   n e w y o r k f o r e v e r   
  
i n d i a n a   p a c e r s   @   n e w   y o r k   k n i c k s   |   l i v e s t r e a m   w / g a m e   c o m m e n t a r y   +   r e a c t i o n s  
w e   a r e   l i v e !   k n i c k s   p a c e r s   n y k n i c k s   n e w y o r k f o r e v e r   
 

g l a d   t o   s e e   c a m   r e d d i s h   g e t   t o   r u n   w i t h   t h e   s t a r t i n g   5   t o n i g h t .   i   r e a l l y   t h i n k   i f   t h i b s   g i v e s   h i m   t h e   m i n u t e s   h e   c a n   d e f i n i t e l y   c o n t r i b u t e   t o   t h i s   r o t a t i o n .   k n i c k s
k n i c k s   l a d i e s   a n d   g e n t l e m e n   y o u r   n e w   y o r k   k n i c k s        
w h o ' s   a t   t h e   g a m e   t o n i g h t ?     
 k n i c k s   p a c e r s
a l m o s t   t i p   o f f   t i m e   i n   t h e   g a r d e n !   w h o ’ s   e x c i t e d   t o   s e e   c a m   r e d d i s h   i n   h i s   f i r s t   s t a r t   w i t h   k n i c k s ?
' p a c e r s   g a m e   t o n i g h t :   p a c e r s   v s   k n i c k s   o d d s ,   i n j u r y   r e p o r t ,   a n d   p r e d i c t i o n s   f o r   o c t .   8 '   v i a     k n i c k s   n e w y o r k f o r e v e r    
t h a n k   y o u   f o r   m a k i n g   o u r   g r a n d   o p e n i n g   t r u l y   s p e c i a l !   k n i c k s   l e g e n d ,   ,   w a s   h e r e   t o   m e e t   y o u ,   a n d   w e   h a d   d i s p l a y e d   o u r   n e w e s t   c o l l e c t i o n   p u r c h a s e   o f   8 0 0 +   g o u d e y   c a r d s   i n c l u d i n g   2 2 😲   b a b e   r u t h   & a m p ; l o u   g e h r i g   c a r d s !   
 
 a   f e w   h i g h l i g h t s :   
 t h e h o b b y
p r e s e a s o n   g a m e   t h r e a d :   k n i c k s   v s .   p a c e r s -   1 0 / 0 7 / 2 2   -   p o s t i n g   a n d   t o a s t i n g   k n i c k s   n e w y o r k f o r e v e r    
p r e s e a s o n   g a m e   p r e v i e w :   k n i c k s   v s .   p a c e r s -   1 0 / 0 7 / 2 2   -   p o s t i n g   a n d   t o a s t i n g   k n i c k s   n e w y o r k f o r e v e r    
t h a t   t i m e   o f   y e a r   w h e r e   i   h a v e   t o   g i v e     m y   m o n e y   i n s t e a d   o f   t h e   a f f o r d a b l e     b e c a u s e   . . . m s g   c h a n n e l   f o r   t h e     😱 😱 😱 
 
 i n d y   v s   k n i c k s   t o n i g h t   👀
_ n y _ b   a   b r a v e   m a n   t o   w e a r   a   t   w i t h   h i s   o w n   f a c e   o n   i t ! ! ! ! 
 l e t ' s   g o   k n i c k s
w e ' l l   b e   l i v e   i n   2 0   m i n u t e s   b r i n g i n g   y o u   p r e s e a s o n   c o m m e n t a r y   o f   t h e   k n i c k s   a n d   p a c e r s !   y o u   d o n ' t   w a n n a   m i s s   i t ! 
 

c ’ e s t   p a r t i   !   
 
 h e r e   w e   g o   🔥 🔥   g o   k n i c k s   m a d i s o n s q u a r e g a r d e n   k n i c k s   n y c   n b a   n y k m s g  
k n i c k s   a t   t h e   g a m e   t o n i g h t   i n   n e w   y o r k   n e w y o r k   m a d i s o n s q u a r e g a r d e n   n b a  
i i s   t h e   k n i c k s   g a m e   o n   l e a g u e   p a s s   i f   i ' m   i n   n y   ?
w e   h e r e   
 k n i c k s  
m a y b e   r j   b a r r e t t   a n d   j u l i u s   r a n d l e   n e e d   t o   g e t   i n   a   s c r u f f l e   💪 🏾 🤦 🏾 ‍ ♂ ️ 😒 😫   k n i c k s  
c a m   r e d d i s h   w i l l   s t a r t   f o r   t h e   k n i c k s   o n   f r i d a y   a n d   m o r e   f r o m   t o m   t h i b o d e a u ' s   p r e - g a m e   p r e s s   c o n f e r e n c e   n b a   n y k n i c k s  
b r i n g i n g   b a c k   t h i s   c l a s s i c   c l i p   f o r   t o n i g h t ’ s   g a m e .   l e t ’ s   g e t   i t .   k n i c k s  
m y   s o n   r o c k i n g   o r a n g e   a n   b l u e   i s   a w e s o m e .     k n i c k s   m e t s   l g m  
i ' d   b e   v e r y   i n t e r e s t e d   t o   s e e   d e u c e ,   i q ,   c a m ,   o b i   a n d   m i t c h   p l a y   s o m e   m i n u t e s   t o g e t h e r ,   t h a t ' s   t h e   b e s t   d e f e n s i v e   l i n e u p   k n i c k s
n e w   u p l o a d :   
 
 n b a   1 9 9 6 n b a   9 0 s b a s k e t b a l l   o l d s c h o o l b a s k e t b a l l   b a s k e t b a l l   b b a l l   k n i c k s   s o n i c s   p a t r i c k e w i n g   j o h n s t a r k s   s h a w n k e m p   g a r y p a y t o n   d e t l e f s c h r e m p f   c h a r l e s o a k l e y   m s g
t h i b o d e a u   b e t t e r   h a v e   c a m   s t a r t i n g   a f t e r   i t s   w a s   h i s   b i r t h d a y   w e r e   w e   l o s t   o u t   o n   d o n o v a n   m i t c h e l l   o n   9 / 1   k n i c k s
b r u n s o n ,   c a m ,   b a r r e t t ,   r a n d l e ,   a n d   m i t c h 
 
 i ' m   r e a l l y   c u r i o u s   h o w   t h i s   l o o k s   t o n i g h t   k n i c k s
q u i c k   t h o u g h t s   o n   c a m   r e d d i s h   s t a r t i n g   t o n i g h t   k n i c k s   n b k f a m      
l o o k i n g   t o   s e e   c o n t i n u e d   c h e m i s t r y ,   s p a c i n g ,   b a l l - m o v e m e n t   a n d   p a c e .   1 2 p o i n t s   5   r e b o u n d s   w o u l d   b e   s o l i d   f o r   c a m   t o n i g h t .   k n i c k s   n e w y o r k f o r e v e r  
g o t   a   f u l l   s c h e d u l e   f o r   t o n i g h t ! 
 n b a t v   n b a   n b a t w i t t e r   c e l t i c s   a l l f l y   p a c e r s   k n i c k s   n u g g e t s   b u l l s n a t i o n   w e t h e n o r t h   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s   m a g i c   m f f l   m a v e r i c k s   r a p t o r s   h o r n e t s   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n  
l e t s   f u c k i n g   g o ! ! !   k n i c k s  
y o o   b r i n g   b p   b a c k   t o   t h e   k n i c k s   h e   b e e n   b a l l i n g   s i n c e   h e   b e a t   u p   h a l f   h i s   t e a m   o n   t h e   b u l l s   🤣 🤣 🤣 🤣 🤣  
b a c k   t o   b a s k e t b a l l !   j o i n   m y s e l f ,     +     a s   w e   w i l l   b e   l i v e s t r e a m i n g   t o n i g h t ' s   p r e s e a s o n   m a t c h u p   b e t w e e n   t h e   p a c e r s   +   t h e   k n i c k s   a t   7 : 2 5 p m !   j o i n   u s   i n   t h e   c o m m e n t   s e c t i o n   a s   w e   g e t   a   l o o k   a t   w h a t   t h e   k n i c k s   m a y   l o o k   l i k e   i n   2 0 2 2 ! 

🎥   r j   b a r r e t t   p r a i s e s   t h e   l e a d e r s h i p   t h a t   j a l e n   b r u n s o n   h a s   b r o u g h t   t o   t h e   k n i c k s   - -     o n   i t  
c a m   r e d d i s h   w i l l   s t a r t   t o n i g h t   f o r   t h e   k n i c k s   w i t h   e v a n   f o u r n i e r   r e s t i n g ,   p e r   t o m   t h i b o d e a u   p r e - g a m e
  t h e   k n i c k s   p l a y   t o n i g h t .
c a m   r e d d i s h   i s   s t a r t i n g . 
 
 t h e r e   h a s   t o   b e   s o m e   k n i c k s   f a n s   c r y i n g   i n   h a p p i n e s s   r i g h t   n o w   😂
    y e s   s i r ,   g l a d   t o   h e a r   t h a t   a n d   t h a n k   y o u .   l e t ’ s   s e e   w h a t   o u r   k n i c k s   d o   t h i s   y e a r … l e t ’ s   g o ! !
n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s
c a m   h i v e   w a i t i n g   f o r   t h e   s t a r t i n g   5   t o   d r o p …   k n i c k s  
i s   c a m   p l a y i n g   t o n i g h t ?   k n i c k s
i ' l l   b e   a t   t h e     v     g a m e   o n   n o v   5 t h !   i f   y o u   a r e   g o i n g   t o ,   l e t   m e   k n o w ,   w o u l d   l o v e   t o   t a l k   t o   t h e   p e o p l e   i n   p e r s o n .   c o u l d   e n d   u p   o n   o u r   y t   c h a n n e l .   k n i c k s   t k r  
r j   b a r r e t t   s c o r e d   2 1   p o i n t s ,   o n   5 7 %   s h o o t i n g   i n   t h e   k n i c k s   p r e s e a s o n   o p e n e r .   w h a t   d o   y o u   p r e d i c t   h e   d o e s   t o d a y ?
w h a t   a   b r a t   …   h a   p a p p a   h e e p o w   i s     l a   h e e p o w   f a n   a n d   h i s   b r a t   s o n   i s     n y   h e e p o w   f a n …   u g h   n f t   n f t s   🏀 🏀 🏀 n f t f a m i l y   a l g o n f t   a l g o f a m   k n i c k s   l a k e r s    
b u i l t   b y   n e w   y o r k   |   k n i c k s   7 5 t h   a n n i v e r s a r y 
   
 
   
 a t l a n t i c d i v i s i o n   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k e m b a w a l k e r   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   p a t r i c k e w i n g   r j b a r r e t t   t o m t h i b o d e a u  
o u t t a   t h i s   f c k i n g   w o r l d   .     w e m b a n y a m a   c o m e   o n   
 
     k n i c k s    
j o r d a n   p o o l e   p l a y   f o r   t h e   k n i c k s   n o   o n e ,   r e p e a t ,   n o   o n e   w i l l   p u n c h   y o u .  
w e m b a n y a m a   _ 3 2   i s   e x a c t l y   t h e   t y p e   o f   p l a y e r   i   c r e a t e d   i n   n b a   l i v e   2 0 0 0 ,   j u s   s a y i n ,   h o p e   h e   s t a y s   h e a l t h y ,   h u m b l e   a n d   l e v e l   h e a d e d !     n b a   j o r d a n   k o b e   l e b r o n   k n i c k s   l a k e r s   c e l t i c s  
  w i l l     g e t   m e a n i n g f u l   m i n u t e s ?   s o m e t i m e s ,   s e e m s   l i k e   t h i b s   m a k e s   d e c i s i o n   o f f   o f   f a v o r i t i s m   a n d   n o t   b a s k e t b a l l ,   j u s   s a y i n ,   h e ’ s   t h e   c o a c h ,   k n o w s   m o r e   t h a n   m e !   k n i c k s    
h i   e v e r y o n e ,   v i s a   p r o b l e m   w i t h   m y   g i r l f r i e n d ,   i m p o s s i b l e   t o   c o m e   t o   n y   t o n i g h t .   w e ' r e   s e l l i n g   t w o   t i c k e t s   t o   s e e   t h e   n y c   k n i c k s   v s   i n d i a n a   p a c e r s   p l a y o f f   g a m e .   a n y o n e   i n t e r e s t e d ?   🏀 
 b a s k e t b a l l   n b a   p l a y o f f s 2 0 2 2   k n i c k s   p a c e r s   n y c   m a d i s o n s q u a r e g a r d e n
( n e w   y o r k   p o s t ) : n y   k n i c k s   c o - o w n e r   s t a n d s   t o   r e a p   p a y d a y   f r o m   t w i t t e r - m u s k   d e a l   :   e l o n   m u s k ’ s   s u r p r i s e   o f f e r   t o   b u y   t w i t t e r   f o r   h i s   o r i g i n a l   p r i c e   o f   $ 4 4   b i l l i o n   f o l l o w e d   s h r e w d   m a n e u v e r s   b y   a   b o a r d   m e m b e r   w h o   —   i n   a d d i t i o n   t o   . .  
i t ’ s   a   b e a u t i f u l   d a y   f o r   k n i c k s   p r e s e a s o n   b a s k e t b a l l !   🧡 💙  
c a m   r e d d i s h   g e t s   a n o t h e r   s h o t .   w i l l   h e   t a k e   a d v a n t a g e   t h i s   t i m e ?   k n i c k s   |    
a s   i   s i t   h e r e   t h i n k i n g   a b o u t   l i f e ’ s   i m p o r t a n t   d e c i s i o n s   i   r e a l i z e   i   h a v e   n o t   s e e n   a n y   o f   m y   t e a m s   n y m e t s   n y j e t s   i s l e s   k n i c k s   w i n   a   t i t l e .   i m   g l a d   i   p a s s e d   o n   t h e   d i s a p p o i n t m e n t   t o   m y   k i d s .   l e t s g o m e t s   i s t h i s t h e y e a r
g i v i n g   o u t   a   p a i r   o f   t i c k e t s   f o r   t o n i g h t ’ s   k n i c k s   g a m e   o n   m y   i n s t a g r a m   p a g e !   h e a d   o v e r   t h e r e   n o w   f o r   a   c h a n c e   t o   w i n !
😂 🤣 😂   h o p e   a l l   i s   w e l l   c h r i s   w i t h   y o u   a n d   y o u r   f a m i l y ,   t y   f o r   t h e   g o o d   o l e   d a y s ,   w a s   f u n !   k n i c k s  
    i ’ l l   b e   i n   t h e   b u i l d i n g   t o n i g h t   r e p p i n g .   l e t ’ s   g o   k n i c k s  
( n e w   y o r k   p o s t ) : k n i c k s   j o i n   r e s t   o f   n b a   g u s h i n g   o v e r   t o p   d r a f t   p r o s p e c t   v i c t o r   w e m b a n y a m a   :   p l a y e r s   o n   t h e   k n i c k s   c e r t a i n l y   t o o k   n o t i c e   o f   t h e   p r o j e c t e d   n o .   1   o v e r a l l   p i c k   i n   t h e   2 0 2 3   d r a f t .   . .  
w h a t   e x a c t l y   d o e s   e v a n   f o u r n i e r   n e e d   r e s t   f r o m ? 
 k n i c k s   f r i d a y n i g h t k n i c k s
v e g a s   o d d s   f a v o r   t h e   k n i c k s   o v e r   t h e   p a c e r s ,   - 5 . 0  
j o r d a n p o o l e   y o u   b o u t   t o   g e t   a   b a g   💰   c o n t r a c t   e x t e n s i o n   w i t h   w a r r i o r s   o c t o b e r   1 7 t h   n b a f r e e a g e n c y   k n i c k s   a n d   t r a i l b l a z e r s   r e a d y   t o   s w i p e   💳   c a r d s   💳   a t   p o o l e   a l r e a d y   n b a t w i t t e r
d o n ’ t   t e l l   m e   m e d i a   d o e s n ’ t   w h i n e   a b o u t   t h e   k n i c k s ,   r e a c h i n g   f o r   w h a t ?   w h a t e v e r   d r a y m o n d   d i d   h a s   n o t h i n g   t o   d o   w i t h   n e w   y o r k ,   n a s t y   s m h  
i t ’ s   f u n n y   t h e   c o n c e r n   w a s   e v a n   a n d   b r u n s o n   d e f e n s i v e l y ,   b u t   w h e r e   i   a l w a y s   s e e   t h e   d i s c o n n e c t   i s   w h e n   e v a n   a n d   r a n d l e   h a v e   t o   s w i t c h ,   t u r n s   i n t o   a n   o p e n   l a n e … a l m o s t   e v e r y   t i m e   k n i c k s
l a t e s t   h o o p s   e p i s o d e   w i t h     ,   k   a v e ,     o n     t h e i r   k n i c k s   p r e s e a s o n   b a s k e t b a l l   a n d     n b a   n o r t h w e s t   & a m p ;   p a c i f i c   d i v i s i o n s   & g t ;     & l t ;   w o l v e s   t h u n d e r   j a z z   b l a z e r s   n u g g e t s   w a r r i o r s   c l i p p e r s   s u n s   k i n g s   l a k e r s     k n i c k s t a p e  
t h a n k   g o o d n e s s   t h e   k n i c k s   p l a y   t o n i g h t   i t ' l l   m a k e   m e   f o r g e t   a l l   a b o u t   t h e   r a y s
i t s   o v e r   f o r   m y   r a y s   i   d o n ' t   s e e   t h e m   w i n n i n g   t o m o r r o w   i   w i l l   n o w   f o c u s   o n   t h e   k n i c k s     p a t r i o t s   a n d   r a n g e r s
_ n e w y o r k   h e   h a d   t o   k e e p   p o s i t i v e   a t t i t u d e   a n d   n e v e r   w o u l d   s h o w   h o w   h e   w a s   d e v a s t a t e d   t o   b e   t r a d e d .   o n e   o f   t h e   c l a s s i e s t   p e o p l e   i n   n b a   h i s t o r y   a n d   v e r y   u n d e r r a t e d   i n   h i s t o r y .   t h i s   g u y   w a s   a n   a l l   t i m e   g r e a t   a n d   t h e   g r e a t e s t   k n i c k   o f   a l l   t i m e     t h e   b e s t   k n i c k s
i s   i q   s t a r t i n g   t o n i g h t ? ? ? ?   k n i c k s
t h e   k n i c k s   a n d   t h e   m e t s   w i l l   b o t h   b e   p l a y i n g   t o n i g h t   w h i c h   g a m e   a r e   y o u   g o i n g   t o   s e e   t o n i g h t   l g m   n e w y o r k f o r e v e r
h e ’ s   s o   i m p o r t a n t   t o   o u r   t e a m .   n e w y o r k f o r e v e r   k n i c k s  
c e l e b r i t i e s   w a t c h i n g   t h e   k n i c k s   i n   2 0 1 8 
 ( r e g i n a   k i n g ,   h u g h   j a c k m a n ,   e l l e n   p o m p e o )  
i   h a v e   n o   d o u b t !   😂 k n i c k s  
t o n i g h t ,   w e ' l l   b e   s t r e a m i n g   o u r   f i r s t   n b a   g a m e   o f   t h e   s e a s o n   t o n i g h t   a s   t h e   p a c e r s   t a k e   o n   t h e   k n i c k s   a t   m s g !   w e ' l l   b e   l i v e   a t   7 : 2 5   p m   f o r   p r e g a m e   d i s c u s s i o n   a n d   t h o u g h t s   b e f o r e   t i p - o f f   a t   7 : 4 0 !   s e e   y a   g u y s   t h e n ! 
 n e w y o r k f o r e v e r   

m i t c h e l l   r o b i n s o n   o n   a d d i n g   c r o s s o v e r s   t o   h i s   g a m e :   " i   g o t t a   d o   s o m e t h i n g ,   i t ' s   a b o u t   t o   b e   y e a r   5 " .   k n i c k s   t k r  
c a m   r e d d i s h :   a v a i l a b l e 
 
 e v a n   f o u r n i e r :   o u t 
 
 q u e n t i n   g r i m e s :   o u t 
 
 🗣   l e t ' s   g o   c a m   💯 😂 💪 🏽   k n i c k s  
d r i   f i t   s h i r t s 
 k n i c k s   k n i c k s t a p e   k n i c k s n a t i o n   k n i c k s b a s k e t b a l l   k n i c k s m e m e s   k n i c k s w a y   n y k n i c k s   k n i c k s g a m e   k n i c k s a l l d a y   k n i c k s 4 l i f e   k n i c k s f a m i l y   k n i c k s j e r s e y   k n i c k s w i n   l a k e r s   l a k e r s n a t i o n   l a k e r s b a s k e t b a l l   l a k e r s g a m e   l a k e r s a l l d a y   l a k e r s 4 l i f e   l a k e r s j e r s e y  
w h a t   d o   w e   l i k e   k n i c k s   t w i t t e r ?  
    
 
 j e r e m y ,   i ' m   k n i c k s   f a n   s i n c e   1 9 6 8 ,   i   c a n ' t   b e g i n   t o   s a y   h o w   m u c h   f u n / e x c i t e m e n t   y o u   g a v e   m e ,   y o u   w e r e   u n b e l i e v a b l e ,   i   w a s   n o t   h a p p y   y o u   d i d n ' t   s t a y   f o r   m a n y   y e a r s .   g o o d   l u c k   n   g o d   b l e s s   y o u   i n   y o u r   e n d e a v o r s   n   t y v m u c h !   🥰   t y   t o   b o t h   f o r   d o i n g   t h i s   i n t e r v i e w !
i ’ d   t r a d e   j u l i u s   f o r   d r a y m o n d   w i t h i n   m i l l i s e c o n d s   b t w     k n i c k s
h e   a i n ' t   l y i n g   🤣   k n i c k s    
h a h a h a   _ n b a   ‘ b l o o d   i n   t h e   g a r d e n ’   g a v e   s o m e   i n s i g h t   i n t o   t h a t   k n i c k s  
i   g o t   o n e   s i n g l e   t i c k e t   t o   g i v e   o u t   f o r   t o n i g h t ’ s   k n i c k s   p r e s e a s o n   g a m e   a t   t h e   g a r d e n !   
 
 t w e e t   m e   a n d   m a k e   m e   l a u g h .   t h e   b e s t   o n e   b y   2 p m   i ’ l l   h o o k   u p !
🔥   t a k e s   f o r   t o n i g h t ? 
 
 p u t   t h e m   d o w n   b e l o w !   k n i c k s
l e s s   t h a n   2   w e e k s   a w a y   f r o m   k n i c k s   s z n   a n d   w i f e y   m a d e   t h i s   f o r   o u r   b a b y   l f g   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   t e a c h i n g   h i m   h o w   t o   b e   d i s a p p o i n t e d   l o l  
m y   r e a d   o n   t h e   n e w   y o r k   k n i c k s '   d e p t h   c h a r t   f o r   f a n t a s y :   
 
 p g   j a l e n   b r u n s o n 
 s g   e v a n   f o u r n i e r 
 s f   r . j .   b a r r e t t 
 p f   j u l i u s   r a n d l e 
 c   m i t c h e l l   r o b i n s o n 
 6   d e r r i c k   r o s e 
 7   o b i   t o p p i n 
 8   i s a i a h   h a r t e n s t e i n 
 9   q u i c k l e y 
 1 0   q u e n t i n   g r i m e s   ( i n j u r e d ) 
 
 k n i c k s     n b a   f a n t a s y   n b a 2 k 2 3  
t h e   o n l y   a c c e p t a b l e   p e o p l e   f o r   t h i b s   t o   s t a r t   i n s t e a d   o f   c a m   w o u l d   b e   r o s e   o r   q u i c k .   i f   h e   r u n s   o u t   d e u c e   o r   s o m e   o b i / r a n d l e   o r   r a n d l e / h a r t e n s t e i n   c o m b o ,   c a m   n e e d s   t o   p a c k   h i s   b a g s .     k n i c k s
l e t ’ s   m a k e   t h i s   h a p p e n   k n i c k s   p o o l e   n b a   🏀  
j   e l l i s   t h e   h a r d e s t   w o r k i n g   m a n   i n   t h e   k n i c k s - v e r s e .   w h a t   a n   h o n o r   t o   s h a r e   t h e   s t a g e   w i t h   t h e     a n d     t o   t a l k   k n i c k s  
c a m   g o o d   t o   g o   i s   a   g o o d   s i g n .   h e   n e e d s   t h e   m i n u t e s .   w e ' v e   g o t   t h e   g a m e   t o n i g h t   o n     s t a r t i n g   a t   7 : 3 0   p m .   s e e   y o u   o n   t h e   p o s t g a m e !   k n i c k s  
i   i n i t i a l l y   t h o u g h t   t h a t   r e d d i s h   w o u l d   b e   o u t   b u t   h i s   a n k l e   s e e m s   t o   b e   b e t t e r .   i t ' s   h i s   t i m e   t o   s h i n e .   h e ' s   a   n i c e   f i t   n e x t   t o   r j .   k n i c k s  
y a l l   r e a l l y   s u r e   y a l l   w a n t   t o   s h o w   l o v e   t o   t h i s   s n a k e   j e r e m y   l i n   k n i c k s   f a n s   ? ? ? ? ? ?  
a l r i g h t   c a m ,   y o u   h a v e   t o   s t a r t !   e f   i s   o u t !   t h i s .   i s .   y o u r .   c h a n c e !   k n i c k s   t k r   l g k  
s o   g o   w i t h   t h e   j a l e n / i q   d u o   a t   t h e   g u a r d   p o s i t i o n s   o r   g o   w i t h   t h e   j a l e n / r j / c a m / r a n d l e / m i t c h   l i n e u p ? 
 
 d e c i s i o n s . . . . . 
 
 k n i c k s   n e w y o r k f o r e v e r   w e h e r e  
b o m b !   c a m   w i l l   p l a y   t o n i g h t !   k n i c k s  
l o o k   a t   t h i s   b s   l m a o o o o o   m a n   o h   m a n   m r   n a r r a t i v e   & a m p ;     f r a n k   /   l i n   l o v e r   d u d e   i s   h i l a r i o u s   g u e s s   w h o   h e   w o n ' t   e v e r   t r y   t o   d o   a   i n t e r v i e w   w i t h   c a n   a n y   k n i c k s   f a n   g u e s s   w h a t   p l a y e r   h e   w o n ' t   d a r e   t r y   t o   i n t e r v i e w ?   l o l  
w o u l d   d r a y m o n d   h a v e   p u n c h e d   j u l i u s   i n   p r a c t i c e   l a s t   s e a s o n ?   k n i c k s   w a r r i o r s
" w h a t   h e   d i d   w a s   s e t   a   t o n e ,   b u t   i t   w a s   a   p h y s i c a l   t o n e . "   a l a n   h a h n   o n   j a l e n   b r u n s o n ' s   m s g   d e b u t .   b r u n s o n   & a m p ;   t h e   k n i c k s   w i l l   b e   b a c k   i n   a c t i o n   t o n i g h t   a g a i n s t   t h e   p a c e r s !   k n i c k s   t k r      
g e n e r a t i o n a l   t a l e n t   v i c t o r   w e m b a n y a m a -   
 n u m b e r   o f     t e a m s   w i l l   t a n k   f o r   h i m 
 
 n b a   k n i c k s   l a k e r s   
 

1 9 8 8   & a m p ;   1 9 8 9   f l e e r   p a t r i c k   e w i n g   b a s k e t b a l l   c a r d s   b a s k e t b a l l   s p o r t s c a r d s f o r s a l e     k n i c k s  
t h e   k n i c k s   w i l l   p l a y   t h e i r   s e c o n d   p r e s e a s o n   g a m e   t o n i g h t   v e r s u s   t h e   i n d i a n a   p a c e r s .     s a y s   i n d i a n a ’ s   f i r s t   w i n   i s   f a r   l e s s   i m p r e s s i v e . 
 
 t h i s   a n d   m o r e   i n   t h e   t h e   p r e v i e w   f o r   t o n i g h t . 
 

j u l i u s   r a n d l e ,   c a m   r e d d i s h ,   a n d   a   p r o t e c t e d   1 s t   f o r   d r a y m o n d   g r e e n .   k n i c k s   w a r r i o r s
i t ’ s   g a m e d a y ! 
 
 ⚔ ️ i n d i a n a   p a c e r s   
 ⏰ 7 : 3 0   p m   e s t 
 📺 m s g   n e t w o r k s 
 
 l e t ’ s   g o   k n i c k s !  
c o c a i n e   i s   a   h e l l u v a   d r u g   & a m p ;   i   s t a n d   b y   m y   s t a t e m e n t   t h a t   i f   t h e   k n i c k s   w i n   t h e   c h a m p i o n s h i p   w h e n e v e r   t h a t v u s   i ' m   d o i n g   t h i s   d a n c e   l i v e   p r o b a b l y   o n   3 4 t h   s t r e e t   m i d d l e   o f   t h e   s t r e e t   l m a o o o o o  
t h e m e   m u s i c .   🎶   k n i c k s   n e w   y o r k .  
t h i s   t h e   a n t h e m   k n i c k s  
t e a m s   i ’ d   e x p e c t   t o   g o   f o r   a   t o p   2   p i c k   i n   t h e   n b a   d r a f t   
 
 t e a m s   a l r e a d y   d o i n g   i t : 
 j a z z 
 s p u r s 
 t h u n d e r   ( t h e y   h a v e   a   b i l l i o n   p i c k s ) 
 
 t e a m s   t h a t   s h o u l d   1 0 0 %   g o   a l l   i n 
 k n i c k s   
 k i n g s 
 m a g i c   
 
 t h e r e   w i l l   b e   a   t o n   o f   t e a m s   h a l f   w a y   t h r o u g h   g o   i n   f i r e   s a l e s   m o d e   a t   t r a d e   d e a d l i n e  
      n o b o d y   b u t   s a d   k n i c k s   f a n s   r e m e m b e r   t h a t   l o l
w e m b a n y a m a   c o m e   o n   
 
       b e   a   b a d d d d   y e a r   f o r   t a n k i n g   🫣 .     k n i c k s  
n e w   v i d e o   t o   w a t c h : 
 
 " t o m   t h i b o d e a u   |   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e "   
 
 c r e a t o r :     n e w   y o r k   k n i c k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " m i t c h e l l   r o b i n s o n   |   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e "   
 
 c r e a t o r :     n e w   y o r k   k n i c k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
  w o k e   u p .     g o t t a   j o b …   a n d   i t ’ s   f r i d a y .     k n i c k s   p l a y   t o n i g h t .
n e w   v i d e o   t o   w a t c h : 
 
 " i s a i a h   h a r t e n s t e i n   c o u l d   b e   t h e   x - f a c t o r   f o r   t h e   k n i c k s   s u c c e s s "   
 
 c r e a t o r :     k n i c k s   n a t i o n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
m e   w h e n   h e a r i n g   t h e   k n i c k s   p l a y   t o n i g h t  
n e w   q u a l i t y p u r c h a s e .   r e a d y   f o r   f r i d a y n i g h t k n i c k s   n e w y o r k f o r e v e r   k n i c k s   k n i c k s w a l l   k n i c k s t a p e   k c d a   k n i c k s t w i t t e r   g o n e w y o r k g o n e w y o r k g o   ⁦ ⁩  
i f   y o u   d o n ’ t   h a v e   p l a n s   t o m o r r o w   p u l l   u p   t o   t h e   r u c k e r   f o r   t h i s   a w e s o m e   k n i c k s   c e l e b /   a l u m n i   g a m e !   
 
 i ’ l l   b e   p l a y i n g !   
 
 h o p e   t o   s e e   y o u   t h e r e ! !   🧡 💙  
g o o d   m o r n i n g   t w e e p s   i t ’ s   g a m e   d a y   k n i c k s
w a r r i o r s   a r e   f a l l i n g   a p a r t .   k n i c k s   i n   s i x .
o b i   t o p p i n   s h o u l d n ’ t   e x p e c t   m a j o r   m i n u t e s   w i t h   t h e   k n i c k s     s h o u l d n t
_ n e w y o r k   w e   a r e   e v e r y w h e r e   k n i c k s
l o v e   t h a t   “ e n t e r g a l a c t i c ”   o n   n e t f l i x   s h o w s   s o m e   l o v e   t o   m i n n i e   r i p e r t o n   a n d   t h e   k n i c k s !   k n i c k s   m i n n i e r i p e r t o n
t h e   k n i c k s   n e e d   a n   i d e n t i t y   c h a n g e ,   t h i s   c o u l d   h e l p   k n i c k s   n b a   
 

[ b e g l e y ]   q u e n t i n   g r i m e s   ( f o o t )   a n d   c a m   r e d d i s h   ( a n k l e )   a r e   o u t   t o m o r r o w ,   t o m   t h i b o d e a u   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
[ v i d e o ]   a   d e e p e r   l o o k   o f   h o w   j a l e n   b r u n s o n   f i t s   i n t o   t h e   k n i c k s   & a m p ;   h i s   p e r f o r m a n c e s   i n   g a m e s   w i t h   n o   l u k a   l a s t   s e a s o n   k n i c k s   m t a   n e w y o r k f o r e v e r 
  
g e t   t i c k e t s   n o w   a n d   g o   s e e   n b a   p r e s e a s o n :   n e w   y o r k   k n i c k s   v s .   i n d i a n a   p a c e r s   a t   m a d i s o n   s q u a r e   g a r d e n   i n   m a n h a t t a n   t o n i g h t   a t   7 : 3 0 p m . 
 
 k n i c k s   n e w y o r k c i t y 

i m a   f a n   o f   t h e   k n i c k s  
k n i c k s   r j   b a r r e t t   c l a p s   b a c k   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   k n i c k s h i g h l i g h t s   k n i c k s r j b a r r e t t   n e w y o r k k n i c k s   n e w y o r k k n i c k s h i g h l i g h t s   n e w y o r k k n i c k s r j b a r r e t t   n e w y o r k k n i c k s r j b a r r e t t h i g h l i g h t s   n y k n i c k s   r j b a r r e t t   r j b a r r e t t b e s t p l a y s  
e p   1 7 8   o n   t h e   ⁦ ⁩ .   t a l k i n g   n y m e t s   c h o k e ,   h u g e   w i n   i n   w e e k   4   f o r   t h e   n y j e t s   & a m p ;   m o r e   n f l   t h o u g h t s .     t h e n   ⁦ ⁩   c o m e s   o n   f o r   a   k n i c k s   t h e r a p y   s e s s i o n    
      _ k n i c k s p r   i t   w o u l d   b   w i s e   f o r   u s   t o   s i g n     l e t ’ s   g o   k n i c k s   w e   n e e d   t h a t   s m a l l   f o r w a r d   p o s i t i o n   w i t h   c a m   n   g r i m e s   i n j u r i e s
n e w   y o r k   c i t y !   t h i s   i s   o u r   p g !   
 t h e   k n i c k s   p l a y   b a s k e t b a l l   t o n i g h t !   g e t   e x c i t e d !   t k r    
o h   y o u   d i d n t   k n o w ?   y o   a s s   b e t t e r   c a l l   s o m e b o d y y y y !   k n i c k s   p l a y   t o n i g h t ! !   k n i c k s   n e w y o r k f o r e v e r  
k n i c k s   w i n   t o t a l   g u e s s t i m a t e   f o r   2 2 / 2 3   s e a s o n   s h o u l d   b e   h i g h e r .   s o o o   m a n y   t e a m s   w i l l   b e   g o i n g   f o r   l o t t e r y   a s   t h e y   t a n k   h u g e   a s   s e a s o n   g o e s   o n .   w h y   b e   a   8 t h / 9 t h / 1 0 t h   s e e d ?   s t u p i d   a c t u a l l y !   
 
     _      
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   v s   p a c e r s   p r e s e a s o n   g a m e   p r e v i e w "   
 
 c r e a t o r :     c l u t c h   b b a l l   t v 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
i   f e e l   s a d / b u m m e d   a b o u t   o u r   k n i c k s   a f t e r   a n o t h e r   v i c t o r w   o u t i n g .   2 0 2 3   d r a f t   w i s e ,   w e ' l l   b e   8 t h   t o   1 5 t h   r a n g e ,   j u s t   a   s h a m e .   a n y w a y ,   j u s t   s u c k s   n o t   g o i n g   f o r   t h e   m o r e   r e a l i s t i c   b i g   p r i z e   v i c t o r w   v s   a   r i n g   2 2 / 2 3   s e a s o n .   s o r r y . . . . 
 
  
  ,   k   a v e ,     o n   k n i c k s   p r e s e a s o n   b a s k e t b a l l   a n d     n b a   n o r t h w e s t   & a m p ;   p a c i f i c   d i v i s i o n s   & g t ;     & l t ;   w o l v e s   t h u n d e r   j a z z   b l a z e r s   n u g g e t s   w a r r i o r s   c l i p p e r s   s u n s   k i n g s   l a k e r s  
i   w i s h   t h e   k n i c k s   p l a y e d   e v e r y d a y … g a m e   d a y ! ! !   l f g ! ! !   🚀 🚀 🚀    
h o l d   o n   y ' a l l !   i ' m   w o r k i n g   o n   g e t t i n g   b a c k .   
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s a l l d a y   k n i c k s n e w s   k n i c k s w i n   n y c   m s g   t h e g a r d e n   k n i c k s w o r l d   n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k   
  
n e w   y o r k   k n i c k s   l o o k   d o m i n a n t   i n   f i r s t   p r e s e a s o n   g a m e 
 
 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h
s m h ,   d o n ' t   k n o w   w h y   e v e r y   t e a m   i n   b o t t o m   h a l f   o f   n b a   i s n ' t   g o i n g   t o   t a n k   f o r   a   s h o t   a t   v i c t o r   w e m b a n y a m a ,   u n s t o p p a b l e ,   w i s h   o u r   k n i c k s   w e r e ,   g u y   m a k e s   m e   d r o o l ,   a c t u a l l y   s h o u l d   b e   b a n n e d   f r o m   n b a ,   u n f a i r .    
s m h ,   d o n ' t   k n o w   w h y   e v e r y   t e a m   i n   b o t t o m   h a l f   o f   n b a   i s n ' t   g o i n g   t o   t a n k   f o r   a   s h o t   a t   v i c t o r   w e m b a n y a m a . . . u n s t o p p a b l e . . . w i s h   m y   k n i c k s   w e r e ,   g u y   m a k e s   m e   d r o o l ,   a c t u a l l y   s h o u l d   b e   b a n n e d   f r o m   n b a ,   u n f a i r . . . .  
g o o d   m o r n i n g !   g i v e   t h a n k s   k n i c k s   p l a y   t o d a y !
😂   h a r d   t o   a r g u e ,   t h i s   w o u l d   b e   m y   w i s h ,   u n l o a d   v e t s   a n d   p l a y   y o u n g   g u y s   a n d   l e t   c h i p s   f a l l   w h e r e   t h e y   m a y ,   g o o d   o r   b a d . . . . . .   k n i c k s     
 
           _      
      l i n   w a s   s u p e r   o v e r r a t e d ,   u n f o r t u n a t e l y   h e   d o e s n ’ t   r e a l i z e   h i s   s k i l l   s e t   i s   t h e   r e a s o n   h e   d i d n ’ t   s u c c e e d   f u r t h e r !   n b a     h e   r a n   t o     f o r   t h e   b a g ,   a n d   t h a t ’ s   t h a t !   k n i c k s  
t h e   n e w   y o r k   k n i c k s   p l a y   b a s k e t b a l l   t o n i g h t   🔥  
y e s   h e   i s . . . .   k n i c k s  
o k ,   l e t ' s   w a t c h   t h i s   😀 k n i c k s  
    t h i s   i s   r e a c h i n g .   h e s   r i g h t ,   k n i c k s   a r e   i n   a   g r e a t   s p o t .   t h a t   t a n k i n g   n o n s e n s e   i s   r i s k y ,   i t ' s   l i k e   w i n n i n g   1 7   g a m e s   f o r   z i o n   o r   m o r a n t   b u t   e n d i n g   u p   w i t h   r j   b a r r e t t .
k i l l i n g   t w i t c h   s t r e a m e r s   i n   t h e   m i d r a n g e   w /   s t e p - b a c k s   c a u s e   i ’ m   a   o l d   n i g g a   😂   k n i c k s   n b a 2 k 2 3   p s 5    
b r o n c o s   c o u n t r y .   l e t s   r i d e e e 
 s t i c k   t o   d a   k n i c k s  
r i p   d r a z e n   p e t r o v i c   🙏   h e   w a s   a   g r e a t   p l a y e r .   o n e   o f   m y   f a v o r i t e s .   a n d   i ' m   a   k n i c k s   f a n .   n b a   j a m ,   p i c k   t h e   n e t s   w i t h   h i m   a n d   k e n n y   a n d e r s o n   o m g .  
      _ l i f e r s   _ n y _ b   t h i s   i s   t h e   g u y   -   n o t   s p i d a   - - -   i   w o u l d   h a v e   p a i d   f o r   t o   b r i n g   t o   t h e   k n i c k s   - -   l o o k   a t   t h e s e   n u m b e r s 

w h e n   y o u   c o a c h   t h e   k n i c k s   a n d   y o u r   t e a m   g e t s   i n t o   a   f i g h t   w i t h   t h e   h e a t   
 
 n b a   c a t s 

n e w   j o i n t   i s   u p . 
 
 k n i c k s   n y k   n y k n i c k s   n e w y o r k   
 p i s t o n s   p a c e r s   v i c t o r w e m b a n y a m a   
 n b a   p r e s e a s o n   
 
           _ 3 2   
 

i f   y o u   t h i n k   w e ' r e   c r a z y   n o w ,   w a i t   u n t i l   t h e   p r e s e a s o n ! 🏀 
 
 n b a   n b a p r e s e a s o n   p r e s e a s o n   k n i c k s   n y k n i c k s   n y c   b a s k e t b a l l  
    w o r d .   w h e r e   e l s e   w e r e   t h e y   g o n n a   s h i n e   t h e y   w a y   t h e y   d i d ?     o n e   t h i n g   a b o u t   k n i c k s   f a n s   -   i f   y o u   s h o w   u p   f o r   u s   w e   g o n n a   g i v e   y o u   m a d   f l o w e r s .
  w o r k   o n   y o u r   j u m p e r   c o m i n g   o f f   s c r e e n s   —   e s p e c i a l l y   w h e n   c o m i n g   o f f   t h e   r i g h t   s i d e ,   y o u r   l e a d   f o o t   p l a c e m e n t   i s   q u e s t i o n a b l e   a f f e c t i n g   t h e   h e i g h t   l f   y o u r   j u m p   s h o t .   y o u r   t i m e   o n   t h e   c o u r t   i s   d i r e c t l y   r e l a t e d   t o   y o u r   s h o o t i n g   y o u n g   m a n .   a n d 1 p o d c a s t   k n i c k s
j a   m o r a n t   h i l a r i o u s l y   d i s r e s p e c t e d   i n   2 0 2 2 - 2 3   n b a   g m   s u r v e y 
 
 
 
 n b a   m e m p h i s   g r i z z l i e s   g r i n d c i t y   g o s p u r s g o   s p u r s   s a n a n t o n i o   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   n b a 2 k 2 3   n b a 2 k   n b a i n a b u d h a b i   n b a t w i t t e r   l a k e s h o w   l a k e r s   l o s a n g e l e s   b u l l s n a t i o n   m f f l
d e s p i t e   " l o s t   c o n f i d e n c e " ,   d e r o z a n ' s   t i m e   w i t h   t h e   s p u r s   w a s   v a l u a b l e 
 
 
 
 n b a   g o s p u r s g o   s p u r s   s a n a n t o n i o   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   n b a 2 k 2 3   n b a 2 k   n b a i n a b u d h a b i   n b a t w i t t e r   l a k e s h o w   l a k e r s   l o s a n g e l e s   b u l l s n a t i o n   m f f l   d a l l a s   m a v e r i c k s
j a l e n   b r u n s o n ' s   e p i c   k n i c k s   d e b u t   s h o u l d   h e l p   s i l e n c e   o v e r p a i d   c r i t i c s 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   n b a 2 k 2 3   n b a 2 k   n b a i n a b u d h a b i   n b a t w i t t e r   l a k e s h o w   l a k e r s   l o s a n g e l e s   b u l l s n a t i o n   m f f l   d a l l a s   m a v e r i c k s   b r o o k l y n t o g e t h e r     n e t s   j a z z
s t u n n i n g l y   s i m p l e   k n i c k s   🏀    
    _ _ w a r   _                       _ 1 9 1 4     @ _ a n g e l f r m p h i l l y   _ d u d e   _ j _ d _ m   @ _ k n i c k s 1 6 8 8   _ m a c       _ s t e v e n       _ 2 2     _ _                 @ _ b i l l y h o y l e o f n j                           t h i s   i s   w h a t   s o s a   i s   t a l k i n g   a b o u t   t h e   a n s w e r   s h o u l d   b e   s o   d a m   e a s y   f o r   t h e   k n i c k s   u n f o r t u n a t e l y   s e l l i n g   s e a t s   i s   m o r e   i m p e r a t i v e   t h a n   t h e   f u t u r e . . . 
 k n i c k s  
[ k a t z ]   m i t c h e l l   r o b i n s o n   o n   w h y   h e   t r i e d   t o   a d d   s o m e   p o s t   m o v e s   o v e r   t h e   s u m m e r :   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
n e w   y o r k ’ s   m o s t   p o p u l a r   s p o r t s   t e a m s   & g t ;     n e w y o r k   j e t s   g i a n t s   r a n g e r s   i s l a n d e r s   k n i c k s   n e t s   s a b r e s   b i l l s   m e t s   y a n k e e s
k i d s   a r e   r e a d y   f o r   t h e   s e a s o n   k n i c k s  
p o s t s p o r t s p l u s :   w h a t   t h e   k n i c k s ’   p r e s e a s o n   o p e n e r   s a i d   a b o u t   t h e i r   m o t i v a t i o n ,   a n d   p o t e n t i a l    
p o s t s p o r t s p l u s :   w h a t   t h e   k n i c k s ’   p r e s e a s o n   o p e n e r   s a i d   a b o u t   t h e i r   m o t i v a t i o n ,   a n d   p o t e n t i a l    
i ’ m   a c t u a l l y   a   b i g   f a n   o f   t h e   j u l i u s   r a n d l e   s p i n   m o v e   i n t o   4   d e f e n d e r s   t h i s   y e a r   k n i c k s  
m a n   t h i s   m a d e   m e   e m o t i o n a l   a g a i n . .   d e f i n i t e l y   o n e   o f   m y   t o p   g a r d e n   m e m o r i e s . .   s t i l l   h o p e   m e l o   c o m e s   h o m e   t h i s   s e a s o n   k n i c k s   s t a y m e 7 o  
" k n i c k s   d i d   f u l l   s o n g     w o r l d   p r e m i e r e   🔥   j   b o o g i e   d a   c l o s e r     k n i c k s   j b o o g i e   4 o u r t h e l o v e o f t h e g a m e "   o n   y o u t u b e   -  
_ _ w a r                       _         _ 1 9 1 4     @ _ a n g e l f r m p h i l l y   _ d u d e   _ j _ d _ m   @ _ k n i c k s 1 6 8 8   _ m a c       _ s t e v e n       _ 2 2     _ _               @ _ b i l l y h o y l e o f n j                           3 r d   y o u n g e s t   s q u a d   ( 8   1 s t   r d   p k s )   w i t h   2   p l a y e r s   o v e r   3 0 y r s - o l d   & a m p ;   y o u ' r e   c o n f u s e d   o n   t h e   d i r e c t i o n   ⬇ ️ ⬆ ️ . . . . . . . ? ? ? ? ? ? ? ? ? ? ? ! ! ! ! ! ! 
 
 s t o p   w a t c h i n g   b - b a l l   🔥 
 k n i c k s 🏀 💯  
t h i s   a l e x   d u d e   a l l   h e   d o e s   i s   t a l k   s h i t   a b o u t   t h e   k n i c k s   y e t   h e   c a l l s   h i m s e l f   a   f a n .   w t f   e v e r y   o t h e r   t w e e t   i s   t a l k i n g   s h i t .   s u c k   i t   u p   e n j o y   i t   a n d   w a t c h   i t   s h u t   u p .   
 l l o r ó n  
  t h i s   i s   n o t   a   k n i c k s   p o s t
t h i s   i s   n o t   a   k n i c k s   p o s t  
p o s t s p o r t s p l u s :   w h a t   t h e   k n i c k s ’   p r e s e a s o n   o p e n e r   s a i d   a b o u t   t h e i r   m o t i v a t i o n ,   a n d   p o t e n t i a l    
j e t s   m e t s   k n i c k s   a s   l i f e   l o n g   f a n   i m   u s e d   t o   s u f f e r i n g   ,   b e i n g   b l i n d s i d e d   a n d   i n   g e n e r a l   b e   c o m p l e t e l y   e m b a r r a s s e d   o n   n a t i o n a l   t v .   $ t g g i   w a s   s t i l l   h a r d   t o d a y   😳
k n i c k s   d o   w h a t   y o u   d o   b e s t   i n   2 0 2 2 / 2 3   t a n k   f o r   
 
 v i c t o r   w e m b a n y a m a
t h a n k s   f o r   t h e   l o v e     e n t e r g a l a t i c   k n i c k s  
t h a n k   y o u .   i   w a s   a t   s e v e r a l   g a m e s   d u r i n g   6 9 - 7 0 .   y o u n g s t e r s   h a v e   n o   i d e a   h o w   g o o d   t h o s e   2   c h a m p i o n s h i p   t e a m s   w e r e .   m a n y   d o n ’ t   e v e n   k n o w   w h o   p l a y e r s   l i k e   d i c k   b a r n e t t   a r e ,   w h i c h   i s   a   s h a m e .   b u t   w e   a l l   l o v e   o u r   k n i c k s   ❤ ️  
p o s t s p o r t s p l u s :   w h a t   t h e   k n i c k s ’   p r e s e a s o n   o p e n e r   s a i d   a b o u t   t h e i r   m o t i v a t i o n ,   a n d   p o t e n t i a l    
t a k e f l i g h t     l g m     k n i c k s   
 
 f o l l o w   a l o n g   w i t h   t h e   n e w   y o r k   s p o r t s   t e a m s   i n   t h e   a r m c h a i r   s p o r t s   u n i v e r s e !   t h e   m o s t   r e a l i s t i c   s i m u l a t i o n   s p o r t s   l e a g u e s   e v e r .   i t ' s   d y n a s t y   f a n t a s y   s p o r t s   b u t   s i m u l a t e d   w i t h   v i d e o   g a m e s .   l i n k   t o   d i s c o r d   s e r v e r   i n   b i o .  
1 3   d a y s   a w a y   f r o m   k n i c k s   o p e n i n g   n i g h t !   o n l y   r i g h t   t o   f e a t u r e   1 3   e v a n   f o u r n i e r ! 
 
 h e r e ’ s   a   l i t t l e   s n e a k   p e e k   o f   t h e   v i d e o   o p e n   w e   s h o t   w i t h   t h e   k n i c k s   o n   n b a m e d i a d a y !   n e w y o r k f o r e v e r  
i f   r j   b a r r e t t   b e c o m e s   a n   a l l - s t a r   t h i s   s e a s o n ,   h o w   a b o u t   r j ,   t o p p i n ,   g r i m e s ,   a n d   7   f i r s t - r o u n d   p i c k s   f o r   w e m b a n y a m a ?   😂   k n i c k s
s p o r t s t r a d i n g c a r d s   s p o r t s c a r d s   t r a d i n g c a r d s   b a s k e t b a l l c a r d s   t h e h o b b y   n b a   n b a t w i t t e r   n b a p r e s e a s o n   k n i c k s   n y k n i c k s   p r i z m   
 c h e c k   o u t   2 0 2 0 - 2 1   c l e a r l y   d o n r u s s   r a t e d   r o o k i e   i m m a n u e l   q u i c k l e y   a u t o   h g a   9 . 5   g e m   m i n t     e b a y   v i a  
“ n o t   e v e r y o n e   w h o   c a m e   t o   w a t c h   y o u   p l a y   i s   t h e r e   t o   c h e e r   f o r   y o u . ”   ~ t h e   m i n d g a m e 
 
 s t a y f o c u s e d   🤓 
 
 t h e m i n d g a m e   
 m e n t a l p e r f o r m a n c e   k o b e   s p i k e l e e   l a k e r s   k n i c k s   s p o r t p s y c h o l o g y  
        y o u r e   b o t h   r i g h t   b u t   i   r e c a l l   t h e y   h a d   a   d e a l   a n d   l i n   w e n t   b a c k   t o   m o r e y   a n d   h o u   a d d e d   t h a t   e x t r a   y e a r   “ p o i s o n   p i l l ”   w h i c h   t h e   k n i c k s   c o u l d   n o t   m a t c h   b c   o f   t h e   c b a … s o   l i n   l e f t .   i t   w a s   a   s h a d y   m o v e   b y   l i n   i m o …
m o r e   r o u g h   t i m e s   a h e a d   k n i c k s   f a n s .   
 d o l a n   i s n ' t   s e l l i n g   😟 

k n i c k s   n e e d   t o   s h o c k i n g l y   w i n   t h e   d r a f t   n e x t   y e a r   l i k e   t h e y   d i d   w i t h   p a t r i c k   e w i n g   s o   m a n y   y e a r s   a g o .   n o   f r a n c h i s e   d e s e r v e s   s o m e t h i n g   s h o c k i n g   a n d   w o n d e r f u l   m o r e   t h e n   t h e   c l u b   i n   ! ! !  
c a n   t h e   k n i c k s   p l e a s e   t a n k   f o r   v i c t o r   w e m b a n y a m a ? ! ?   o h   m y   g o d   t h i s   k i d   i s   s o   p h e n o m e n a l   
 k n i c k s   v i c t o r w e m b a n y a m a
i   n e e d   t o   c a m   r e d d i s h   p l a y   m o r e   m i n u t e s   a n d   e v e n t u a l l y   m a k e   i t   i n t o   t h e   r o t a t i o n .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a  
f o r g o t t e n   s t a r s : 
 
 m i k e   b i b b y   w a s   a   v e r y   s o l i d   p o i n t   g u a r d   d u r i n g   h i s   p l a y i n g   d a y s   💪 
 
 1 9 9 9   a l l - r o o k i e   f i r s t   t e a m 
 1 4   n b a   s e a s o n s 
 
 1 4 . 7   p p g 
 3 . 1   r p g 
 5 . 5   a p g 
 1 . 2   s p g 
 1 . 5   3 p m 
 4 3 . 6   f g % 
 8 0 . 2   f t % 
 3 3 . 9   m p g 
 
 k i n g s   k n i c k s   h a w k s   g r i z z l i e s   h e a t   n b a  
h o n e s t l y   t h e   k n i c k s   c o u l d   w i n   4 5 +   g a m e s   t h i s   s e a s o n   w i t h   t h e   a m o u n t   o f   t e a m s   t h a t   a r e   g o n n a   b e   t a n k i n g   f o r   t h i s   m a n   😭  
i   c a n t   w a t c h   v i c t o r   p l a y   t o d a y   t h e n   w a t c h   r a n d l e   t o m o r r o w . . . i   c a n t . . . . i   c a n t !   😫   k n i c k s
a l l   r i s e   f o r   6 2 !   a a r o n j u d g e   a n d   n e w   y o r k   k n i c k s   b a s k e t b a l l .     r e p o r t s   o n   .     l i n k :     m e e t t h e m a t t s   g o o g l e a l e r t s   m l b p l a y o f f s   n b a
k n i c k s   n e w s   & a m p ;   r u m o r s   
 
 k n i c k s   s c o u t i n g   v i c t o r   w e m b a n y a m a   & a m p ;   s c o o t   h e n d e r s o n ? 
 
 i n j u r y   u p d a t e   f t .   c a m   r e d d i s h ,   q u e n t i n   g r i m e s 
 
 w a t c h   -   
 
 k n i c k s  
_ n e w y o r k   y e s s i r   w e   r i s i n g u p   k n i c k s
i ' d   c o p   b u t   i   h a v e   a   p a i r   a l r e a d y . .   g o   k n i c k s . .    
i f   i t   w a s   u p   t o   m e ?   t r y   t o   f i l t e r   t h e m   t h r o u g h   j e r i c h o   h a d   a   g r e a t   s t r e t c h   o f   g a m e s   l a s t   s e a s o n   ( n e t s )   a n d   d u e c e   m a d e   s o m e   k e y   s t o p s   a s   w e l l .   
 
 i   w a n t   t h e m   g e t t i n g   s o m e   m i n u t e s   j u s t   t o   s e e   b u t   w e   s h a l l   s e e e …   k n i c k s
a l l   r i s e   f o r   6 2 !   a a r o n j u d g e   a n d   n e w   y o r k   k n i c k s   b a s k e t b a l l .     r e p o r t s   o n   .     l i n k :     m e e t t h e m a t t s   g o o g l e a l e r t s   m l b p l a y o f f s   n b a
i   t h i n k   i t ’ s   t i m e   t o   a d d r e s s   t h e   e l e p h a n t   i n   t h e   r o o m : 
 
 j e r i c h o   s i m s   a n d   d u e c e   m c b r i d e .   w h a t   i s   o u r   p l a n   f o r   t h e m ?   g e n u i n e l y   c o n f u s e d .   k n i c k s
_ b y   w h e n   i   u s e   t o   w a t c h ,   b e f o r e   l e b r o n   a n d   h i s   b u d d i e s   t o o k   o v e r   t h e   o w n e r s   a n d   c o m m i s s i o n e r s   j o b , , , ,   t h e   k n i c k s   .
v i c t o r   w e m b a n y a m a   i s   w h o     w a n t e d     t o   b e c o m e .   n b a t w i t t e r     k n i c k s   w e m b a n y a m a
k n i c k s   t w i t t e r   i s   a l r e a d y   s a l i v a t i n g   🤣    
  g i v e s   _ b e r m a n   h i s   f l o w e r s   f o r   h i s   2 3   y e a r s   o f   c o v e r a g e   a s   t h e   n e w   y o r k   k n i c k s   b e a t   w r i t e r   f o r     💐 🌺 🌻 🌹 
 k n i c k s   n b a   n e w y o r k f o r e v e r   t h e n b a e x c h a n g e 
 
 v i d e o :   
 a u d i o :    
i   w o u l d   b e   p e r f e c t l y   f i n e   w i t h   k n i c k s   g o i n g   0 - 8 2   i f   t h e   n b a   r i g s   t h e   l o t t e r y   s o   t h e y   l a n d   t h i s   k i d  
i   t r i e d   t o   u s e   m y   a i   t o   m a k e   r j   b a r r e t t   i n   t h e   r i c k   a n d   m o r t y   s t y l e   a n i m a t i o n .   t h i s   i s   j u s t   s a d   l o o k i n g   😂 🧡   k n i c k s   r j b a r r e t t   b a s k e t b a l l   m i d j o u r n e y a i   k n i c k s a r t  
a l l   r i s e   f o r   6 2 !   a a r o n j u d g e   a n d   n e w   y o r k   k n i c k s   b a s k e t b a l l .     r e p o r t s   o n   .     l i n k :     m e e t t h e m a t t s   g o o g l e a l e r t s   m l b p l a y o f f s   n b a
  w o n ' t   b e   p i c k i n g   h i g h   t h i s   s e a s o n   b u t   t h i s   w o u l d   b e   a   k n i c k s l u c k   s e a s o n   w h e r e   t h e y   w o u l d   p i c k   3 r d   i n   a   d r a f t   w i t h   2   p o t e n t i a l   f r a n c h i s e   p l a y e r s   k n i c k s  
d o g s   w i t h   k n i c k s   e y e s   🧡 💙  
s u c k s   t o   s e e   t h a t   g r i m e s   i s   s t i l l   h u r t .   k n i c k s   m i g h t   b e   e n t e r i n g   t h e   y e a r   w i t h   f o u r n i e r   a t   s g .  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e      
b e s t   o f   t h e   d a y   o n   
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
  w h y   e x a c t l y   i s   g r i m e s   a c t u a l   i n j u r y   b e i n g   t r a d e d   a s   a   s t a t e   s e c r e t ?   l o l   k n i c k s
  l a n d e d   g r i m e s   a n d   a   2   f o r   j o h n s o n   k n i c k s  
" t h e r e ' s   a   l o t   o f   d w y a n e   w a d e   i n   h i m " .   - a l a n   h a h n   c o m m e n t s   o n   w h a t   h e ' s   s e e i n g   f r o m   r j   b a r r e t t ' s   g a m e .   k n i c k s   t k r         
 
 f u l l   e p i s o d e : 
 y o u t u b e :    
k n i c k s   p r e s e a s o n   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   7 : 3 0 p m   e s t    
l e t ' s   g o   k n i c k s   k n i c k s  
q u e s t i o n a b l e   i s   b e t t e r   t h a n   o u t !   k n i c k s  
i ' v e   b e e n   a   d i e h a r d   k n i c k s   f a n .   s i n c e   b i r t h .   u n f o r t u n a t e l y ,   i   c a n   n o   l o n g e r   j u s t i f y   e x c l u s i v e   l o y a l t y   r i g h t s   a n y   l o n g e r .   🤣  
      a c t u a l l y   s a v e d   m e   s o m e   $   b c   i   w a s   g o n n a   b u y   a   k n i c k s   1 7   j e r s e y   w i t h   “ l i n s a n i t y ”   o n   t h e   b a c k … g o o d   t h i n g   i   d i d n t   p r e - o r d e r ,   l o l ! !
_ b r o u s s a r d           k n i c k s   l o s e   o u t   o n   d e j o u n t e m u r r a y   d o n o v a n m i t c h e l l   a n d   k e e p   c o a c h   t h i b s .   h a r d   t o   g e t   e x c i t e d   f o r   t h e   n b a   s e a s o n   w h e n     m a k i n g   t h e   p l a y   i n   p l a y o f f   g a m e   i s   a s p i r a t i o n a l
c a m   r e d d i s h   c o u l d n ’ t   g e t   a   b r e a k .   i n j u r i e s   h a v e   d e r a i l e d   h i s   c h a n c e s   t o   h a v e   a   m e a n i n g f u l   r o l e   w i t h   t h e   k n i c k s .   |    
n o t   t h e   b i g g e s t   r e d d i s h   b e l i e v e r ,   b u t   r e a l l y   t o u g h   l u c k   t o   b e   i n j u r e d   a t   t h e   s a m e   t i m e   g r i m e s   i s .   r e d d i s h   r u l e d   o u t   f o r   t o m o r r o w ' s   g a m e   k n i c k s
b u t   t h i b s   a n d   f / o   w o n ' t   p l a y   d e u c e   e i t h e r ,   m u c h   l i k e   c a m ,   n o   c h a n c e s   h e r e ,   b u r i e d   u n l e s s   m o r e   v e t s   a r e   t r a d e d   a n d   w e   c a n   t r u l y   d e v e l o p   g u y s   a n d   m o v e   t e a m   f o r w a r d !   k n i c k s    
k n i c k s   b e l o v e d   p l a y - b y - p l a y   m a n   m i k e   b r e e n   i s   s t i l l   g r a t e f u l   a f t e r   t h e   m a s s i v e   f i r e   t h a t   d e s t r o y e d   h i s   l o n g   i s l a n d   h o u s e .   |    
t h i s   c a n   m e a n   t w o   t h i n g s .   c a m   i s   a   i m p o r t a n t   p i e c e   o n   t h i s   t e a m   o r   t h e   i n j u r y   w a s   w o r s e   t h e n   i t   s e e m e d .   c a m   s a i d   h e   w a s   f i n e   a n d   t h e y   d e c i d e d   t o   k e e p   h i m   o u t .   i   a i n ’ t   r u b b i n g   c a m   o f f   j u s t   y e t .   k n i c k s  
a f t e r   a l l   t h e   l u c k   w e ' v e   h a d   i n   t h e   d r a f t   l o t t e r y ,   s o m e   o f   y a ' l l   s t i l l   p u s h i n g   f o r   a   t a n k . . . c o u l d n ' t   b e   m e .   
 
 i ' m   p u m p e d   t o   s e e   b r u n s o n   w i t h   t h i s   g r o u p   o f   g u y s   a n d   l o o k   f o r w a r d   t o   b e i n g   b a c k   i n   t h e   p l a y o f f s   😤   k n i c k s
t h e   p a c e r s   a r e   u p   n e x t   w h a t ' s   y o u r   p r e d i c t i o n s   f o r   t h i s   g a m e   o n   f r i d a y   n y k   v s   i n d   ? 
 k n i c k s   n b a  
c h e c k   m y   l a t e s t   k n i c k s   a r t i c l e   :   q u e s t i o n s   f o r   t h e   k n i c k s   u p c o m i n g   s e a s o n   -   l a s t   w o r d   o n   b a s k e t b a l l   n b a   n e w y o r k f o r e v e r  
w h i c h     t e a m   w i l l   f i n i s h   w i t h   a   h i g h e r   r e c o r d ?   l a k e r s   o r   k n i c k s ?
t u n e   i n   k n i c k s   n a t i o n       w a s   g r e a t   & a m p ;   w e l c o m e   t o   t h e   t e a m   l o o k   f o r w a r d   t o   d o i n g   w o r k   t h i s   y e a r   k n i c k s  
b u m s   l m f a o o o o o   k n i c k s  
t h e     l a r r y   j o h n s o n   i s   b a c k !   u n l v   h o r n e t s   k n i c k s   g r a n d m a m a   
 f o l l o w   a n d   v i s i t    
a p p r e c i a t i v e   t o   h a v e     j o i n   u s   t o n i g h t   l i v e   o n   y o u t u b e   t o   t a l k   k n i c k s   @   9 : 2 0 p m   e s t   w i t h   m y   g u y s     @ _ l e e e s c o b e d o     
 
 j o i n   t h e   c o n v e r s a t i o n ! 
 
 l i n k   b e l o w 
  
      a   k n i c k s   a n d   7 6 e r s   f a n   b u t   i   d o   h o p e   t h e     c a n   d r a f t   w e m b a n y a m a   
 
 l e t s   g o   l a m e l o
s e e i n g   m e l o   a n d   d r o s e   w i n   a   c h a m p i o n s h i p   t o g e t h e r   i s   t h e   u l t i m a t e   k n i c k s   g u i l t y   p l e a s u r e   f a n t a s y .   l e t ’ s   s i g n   m e l o   a l r e a d y   a n d   d r e a m   l i k e   w e   h a v e   a   c h a n c e   e v e r   f o r   a   r i n g   t h i s   y e a r   😂 🧡   k n i c k s   k n i c k s f a n   k n i c k s d e l u s i o n a l   f a n s   f o l l o w m e   k n i c k s f o l l o w m e
m i l e s   m c b r i d e   i s   g o i n g   t o   b e   a   6 t h   m a n   o f   t h e   y e a r   o n e   d a y .   t h a t   o n e   d a y   w i l l   n o t   b e   o n   t h i s   k n i c k s   t e a m   u n l e s s   r o s e   r e t i r e s .   k n i c k s   k n i c k s t a p e   k n i c k s f a n
f o u n d   s o m e   o f   m y   a r t   f r o m   h i g h   s c h o o l     s t a y m e 7 o   k n i c k s   n b a   g r a p h i c a r t   k n i c k s t a p e   n e w y o r k  
s t a r s   w a t c h i n g   t h e   k n i c k s   i n   2 0 1 9 ! 
 ( m i c h a e l   k .   w i l l i a m s ,   a m y   s c h u m e r ,   j a   r u l e ,   a k o n )  
_ b e r m a n   s h a r e d   w /       h i s   b e s t   m o m e n t s   c o v e r i n g   t h e   k n i c k s   a s   a   b e a t   w r i t e r   f o r     
 k n i c k s   n b a   n e w y o r k f o r e v e r   t h e n b a e x c h a n g e 
 
 v i d e o :   
 a u d i o :    
  h i   c a m ,   j u s t   w a n t e d   y o u   t o   k n o w   u s   k n i c k s   f a n s   l o v e   y o u   a n d   a r e   r o o t i n g   f o r   y o u   t h i s   s e a s o n !   🙏 🫰 👍 💪 
 
                
g i v e   m e   t h a t   k n i c k s   o v e r   🔒  
  i   t o o k   m y   g r a n d s o n   t o   t h e   k n i c k s   g a m e   o n   t u e s d a y   a n d   h e   h a d   n o   i d e a   w h o   p a t r i c k   e w i n g   w a s .  
w h a t   t o   e x p e c t   w h e n   t h e       p l a y   t h e   i n d i a n a   p a c e r s .   d e f e n s e ?   m o r e   d r i v e s ?   n e w y o r k f o r e v e r   k n i c k s   c a n   m i t c h   g e t   m o r e   t o u c h e s ?   i s   m o r e   s h o o t i n g   n e e d e d ?         v i a  
y o u   c a n   k e e p   b e l i e v i n g   t h i b s   w i l l   a d a p t   a n d   u s e   d e p t h .   b u t   t h e   f a c t   r e m a i n s   h e ' s   a l w a y s   h a d   a   1 0   m a n   r o t a t i o n .   t h i n k i n g   h e ' s   g o i n g   t o   b r e a k   f r o m   t h a t   i s   s e t t i n g   y o u r   s e l f   u p .   k n i c k s   t k r   t h e k n i c k s r e c a p
🔥   v i c t o r   w e m b a n y a m a   a n d   s c o o t   h e n d e r s o n   p l a y   g a m e   2   t o d a y   o f   t h e i r   2   g a m e   e x h i b i t i o n   s e r i e s   a t   3 p m   e s t . 
 n b a d r a f t   k n i c k s   
 
          
n e w   y o r k   k n i c k s :   p r e d i c t i n g   t h e   t e a m ' s   l e a d e r   i n   e v e r y   s t a t i s t i c a l   c a t e g o r y 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   d u b n a t i o n   l a k e s h o w   l k e r s   l o s a n g e l e s   n b a p r e s e a s o n   n b a 2 k   n b a m e d i a d a y   n b a t w i t t e r   b u l l s n a t i o n   c l i p p e r n a t i o n   c l i p p e r s   m f f l   f e a r t h e d e e r
d r a y m o n d ' s   l a t e s t   i n c i d e n t   s h o u l d   b e   l a s t   s t r a w   f o r   g o l d e n   s t a t e   w a r r i o r s 
 
 
 
 n b a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l k e r s   l o s a n g e l e s   n b a p r e s e a s o n   n b a 2 k   n b a m e d i a d a y   n b a t w i t t e r   b u l l s n a t i o n   c l i p p e r n a t i o n   c l i p p e r s   m f f l   f e a r t h e d e e r   k n i c k s
[ v i d e o ]   a   d e e p e r   l o o k   o f   h o w   j a l e n   b r u n s o n   f i t s   i n t o   t h e   k n i c k s   & a m p ;   h i s   p e r f o r m a n c e s   i n   g a m e s   w i t h   n o   l u k a   l a s t   s e a s o n   k n i c k s   m t a   n e w y o r k f o r e v e r 
  
    i t s   t i m e   t o   s e l l   a   b o o k .   n o   b o o k   s e l l s   u n l e s s   y o u   t a l k   a b o u t   t h e   k n i c k s   i m o
e x t r e m e l y   t o u g h   s t a r t   t o   l a k e r s   s c h e d u l e   i s   a   b l e s s i n g   i n   d i s g u i s e   f o r   l a 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l o s a n g e l e s   n b a p r e s e a s o n   n b a 2 k   n b a m e d i a d a y   n b a t w i t t e r   d u b n a t i o n   b u l l s n a t i o n   c l i p p e r n a t i o n   c l i p p e r s   m f f l   b r o o k l y n t o g e t h e r   f e a r t h e d e e r   k n i c k s   j a z z
k n i c k s   f a n s 
 w h a t   a r e   t h e   c h e a p e r   o p t i o n s   f o r   a   h o t e l   n e a r   m s g
t h a n k   y o u   t o   a l l   o f   t h e   c r a z y   k n i c k s   f a n s   l o o k i n g   f o r   m e   w h i l e   i ’ m   a w a y .   i t   f e e l s   n i c e   t o   b e   m i s s e d .   i ’ m   c u r r e n t l y   h e l p i n g   m y   b e a u t i f u l   w i f e   f i g h t   a n d   w i n   a g a i n s t   t h a t   d r e a d e d   t h i n g   c a l l e d   b r e a s t   c a n c e r .   l o v e   y o u r   l o v e d   o n e s .   l e t ’ s   g o   k n i c k s 
 
 b i m !
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
j a l e n   b r u n s o n   i m p r e s s i v e   i n   k n i c k s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   d o n o v a n m i t c h e l l k n i c k s   e a s t e r n c o n f e r e n c e   j a l e n b r u n s o n   j a l e n b r u n s o n j u l i u s r a n d l e   j a l e n b r u n s o n k n i c k s   k n i c k s c o n t e n t   k n i c k s c o n t e n t d a y   k n i c k s n e w s   k n i c k s n e w s a n d r u m o r s t o d a y   k n i c k s n e w s t o d a y  
j a l e n   b r u n s o n   s p e d   u p   t h e   k n i c k s   p a c e   w i t h   h i s   q u i c k   d e c i s i o n - m a k i n g   a n d   c o n s t a n t l y   m o v i n g   t h e   b a l l .   n e e d   m o r e   p r o o f ?   h i s   u s a g e   r a t e   w a s   o n l y   2 1 . 9   p e r c e n t .   r j   b a r r e t t   ( 2 8 . 6 )   a n d   j u l i u s   r a n d l e   ( 2 7 . 3 )   r e m a i n e d   t h e   t o p   d o g s .   

n b a   l e g e n d s   a r e   j u s t   l i k e   t h e   r e s t   o f   u s   w h e n   i t   c o m e s   t o   b r e a k i n g   p a c k s !   k n i c k s   g r e a t     v i s i t e d   t h e   _ b r e a k s   s t o r e   t h i s   p a s t   w e e k   a n d   i t ' s   j u s t   a s   y o u   c o u l d   i m a g i n e . 
 
 r e a d   m o r e   a t   ➡ ️     
 
 s p o r t s c a r d s   c a r d b r e a k s   j o h n s t a r k s  
c a m   r e d d i s h   i n j u r y   i n   k n i c k s ’   p r e s e a s o n   o p e n e r   c o m e s   a t   a   b r u t a l   t i m e . 
 
 n e w y o r k f o r e v e r   
 k n i c k s   🏀 
 n y k n i c k s   🏟 
 n b a   n b a t w i t t e r   
 
  
  ( t a k i n g   o v e r   n e w   y o r k ) . .   k n i c k s   t . o . n . y .   i n v a d e   n y  
k n i c k s   -   k e e p   t h e   e n e r g y   g o i n g   🔋 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   k n i c k s n a t i o n   k n i c k s n e w s   k n i c k s t a p e   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   n y k n i c k s   n y k  
a l a n   h a h n   j o i n s   t h e   s h o w ! 
 
 🎙 ️ j a l e n   b r u n s o n   s h o w s   o u t 
 🎙 ️ m o r e   i n f o r m a t i o n   o n   c a m   r e d d i s h 
 🎙 ️ g r i m e s   t h e   b e t t e r   f i t   w i t h   t h e   s t a r t e r s ? 
 
 f u l l   e p i s o d e : 
 y o u t u b e :   
 s p o t i f y :   
 a p p l e   p o d c a s t s :   
 
 k n i c k s   t k r    
  a s k e d   _ b e r m a n   t h e   q u e s t i o n   e v e r y   k n i c k s   f a n   w a n t s   t o   k n o w . . . " h o w   g o o d   c a n   t h e   k n i c k s   b e   t h i s   s e a s o n ? " 
 k n i c k s   n e w y o r k f o r e v e r   n b a   t h e n b a e x c h a n g e 
 
 v i d e o :   
 a u d i o :    
k n i c k s   a r e   g o i n g   t o   h a v e   t o   o u t s c o r e   a   l o t   o f   t e a m s   t o   w i n   t h i s   s e a s o n .   d e f e n s e   i s   g o i n g   t o   b e   a n   i s s u e   a l l   y e a r .   l o o k   f o r   s o m e   c a r e e r   n i g h t s   i n   m s g   f r o m   o p p o s i n g   p l a y e r s
s u r e   w e ’ r e   g o i n g   t o   s e e   a   l o t   o f   t h i s   a c t i o n   g o i n g   f o r w a r d .   w i t h   b o t h   f o r w a r d s   h i g h ,   c   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
d y s o n d a n i e l s   g o n n a   m a k e   m e   c r y   b y   s e a s o n s   e n d ,   j u s t   k n o w   i t .   h e   w a s   m y   f a v   p l a y e r   f o r   k n i c k s   t o   m o v e   u p   n   g e t !   t r y i n g   n o t   t o   l o o k   a t   h i s   b o x s c o r e s . 
 
     _            
  g o o d   m o r n i n g   s i r … . w a i t i n g   o n   f r i d a y   e v e n i n g .     n e e d   m y   k n i c k s   f i x
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   @   k n i c k s   r e a c t i o n   -   p r e s e a s o n !   -   d e t   9 6 ,   n y k   1 1 7   -   2 0 2 2 - 2 3   n b a   s e a s o n "   
 
 c r e a t o r :     t o n y   d o m b r o w s k i 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
j u l i u s   r a n d l e ' s   n o t a b l e   g r o w t h   i n   k n i c k s '   p r e s e a s o n   w i n   c a n ' t   b e   i g n o r e d 
 
 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a p r e s e a s o n   n b a i n a b u d h a b i   l a k e s h o w   l a k e r s   c e l t i c s   d u b n a t i o n   b u l l s n a t i o n   r o c k e t s   a p c e r s   m f f l
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   d i s r e s p e c t   f o r   t h e   k n i c k s   n e e d s   t o   s t o p "   
 
 c r e a t o r :     c y r o   a s s e o 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
l o v i n   t h i s   c l a s s i c   j e r s e y ! 
 r a i s e   y o u r   h a n d   i f   y o u   t h i n k   k n i c k s   w i l l   r u n   a   b e t t e r   s e a s o n   t h i s   y e a r 
 
 n e w y o r k k n i c k s   k n i c k s   b a s k e t b a l l   c a n g s t e r   p f p   n f t   f r e e m i n t  
k n i c k s   r j   b a r r e t t   a l l e y   t o   o b i   t o p p i n   🏀 ✈ ️   n e w y o r k k n i c k s   o b i t o p p i n   r j b a r r e t t   k n i c k s   n b a s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e  
l o o k   l i k e   a   t e a m   f u l l   o f   g a w d s   t o   m e ! !   k n i c k s  
b r e a k i n g   d o w n   k n i c k s '   p g   d e p t h  
d i s s   m a n n   j u s s s   g o t t   h a h n   f o   d a   s h o o w w . . . i d k   h o w   h e   n a   m o   f o l l o w e d d d   k n i c k s   n y k  
s o . . . . p o o l e   a v a i l a b l e   o r ?   😅   k n i c k s  
n b a   -   k n i c k s   
 
 ( a n d   a   t a s t e   o f   o u r   y a n k e e s ) -   
 
 “ b l e e d   b l u e ” -  
q :   i f   f o u r n i e r ' s   s h o o t i n g   i s n ' t   g o i n g   t o   b e   a   f o c u s ,   s h o u l d   g r i m e s   s t a r t ? 
 
 l i s t e n   t o   w h a t     h a s   t o   s a y   a b o u t   i t .   t h e   f u l l   e p i s o d e   d r o p s   t o m o r r o w   @   8 a m !   k n i c k s   t k r 
 
 m a k e   s u r e   y o u ' r e   s u b s c r i b e d ! 
 s p o t i f y :   
 a p p l e   p o d c a s t s :    
  ,   a v e ,     t a l k   k n i c k s   a n d   n b a   n o r t h w e s t   w o l v e s   j a z z   b l a z e r s   n u g g e r s   t h u n d e r   & a m p ;   p a c i f i c   s u n s   c l i p p e r s   l a k e r s   k i n g s   w a r r i o r s   o n     f a n   f o r u m   & g t ;     & l t ;   o n   t h e   b l e e d   b l u e   s h o w
b r e a k i n g   d o w n   k n i c k s & a m p ; 3 9 ;   p g   d e p t h :   b r u n s o n ,   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   k n i c k s b a s k e t b a l l   m s g   m s g n e t w o r k s   n e w y o r k   n e w y o r k b a s k e t b a l l   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   p i s t o n s   s p o r t s  
m a k e   m i n u t e s   f o r   h i m .   k n i c k s  
i   j u s t   r e m e m b e r e d   t h e   k n i c k s   p a y e d   a   b a c k   u p   k i n d a   s t a r t e r   p g / s g   $ 1 0 5   m i l l i o n   f o r   4   y e a r s .
t h e s e   b a c k   t o   b a c k   g a m e s   a g a i n s t   t h e   p a c e r s   w i l l   b e   v e r y   i m p o r t a n t   b e f o r e   t h e   s e a s o n   s t a r t s .   a l l o w s   u s   t o   a d j u s t   t o   o p p o n e n t s   w e t h e r   w e   w i n   o r   l o s e .   i m   s u r e   o u r   v e t e r a n   p r e s e n c e   a n d   t h e   r e a d i n e s s   o f   o u r   y o u t h   w i l l   s h i n e   i n   t h e s e   m o m e n t s   ✨ ️   k n i c k s   k n i c k s t a p e   🔸 ️ 🔹 ️
c o m e   w a t c h   o n   f a c e b o o k l i v e   a n d   o n   y o u t u b e   a s   w e   b r e a k   d o w n   l a s t   n i g h t ' s   k n i c k s   p r e s e a s o n   w i n   o v e r   t h e   p i s t o n s ! 
 
 f b   l i v e :     
 y o u t u b e :      
q u i c k l e y   r e q u e s t e d   a   t r a d e . . .   c a n ' t   s a y   h o w   i   k n o w   b u t   i   k n o w   
 
 t h i s   i s   g o i n g   t o   b e   s a d   t o   s e e   
   _   k n i c k s
_   t h i b s   h a s   t o t a l l y   d i s r e s p e c t e d   d e u c e . 
 t h o u g h t   h e   w a s   g r e a t   f o r   t h e   k n i c k s   l a s t   y e a r 
 l i t   u p   t h e   g - l e a g u e   w i t h   m i n u t e s 
 h e   w o u l d   b e   a   r o t a t i o n   p l a y e r   i f   i t   w e r e   m y   t e a m
      i s   o f f e r i n g   f r e e   k n i c k s   t i c k e t s .   
   t o   e n t e r   t h e   r a f f l e   
 l i k e   t h e   v i d e o   b e l o w ,   s u b s c r i b e   t o   t h e   c h a n n e l 
 e m a i l   y o u r   n a m e   t o   c i v i l a n a l y t i c s . c o m   
 r a f f l e   e n d s   1 0 / 3 1 / 2 2 .   w i n n e r   i s   a n n o u n c e d   1 1 / 0 1 / 2 2   o n   o u r   l i v e   s t r e a m 
 k n i c k s   n b a 

m i l e s   m c b r i d e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m i l e s m c b r i d e   m i l e s   m c b r i d e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
a l l   w e   g o t t a   d o   i s   g e t   o n e   m o r e   p o i n t   t h a n   t h e   o t h e r   t e a m …   k n i c k s   💙 🧡  
_ l o c k e r o o m   k n i c k s   g o t   t h e   p i c k s   f o r   i t …   🤞
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   n e w   l o o k   k n i c k s   c o u l d   b e   d a n g e r o u s   t h i s   s e a s o n … "   
 
 c r e a t o r :     k n i c k s   d a i l y 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
t h i s   m a y o r   a d a m s   🤣   j u s t   t e l l   d o l a n   y o u r   p r i c e   f o r   k e e p i n g   m s g   o n   3 4 s t   a l r e a d y   n o   m o r e   l o n g   t a l k   k n i c k s  
e v e n   t h o   h e   s t a r t e d   l a s t   n i g h t ,   i t   s e e m s   i n e v i t a b l e   t h a t   g r i m e s   m o v e s   i n t o   t h e   s t a r t i n g   l i n e u p .   h e   p l a y s   f a s t e r   o n   o f f e n s e ,   m o v e s   w e l l   w / o   t h e   b a l l   a n d   d e f e n d s   m u c h   b e t t e r   t h a n   e v a n 
 k n i c k s
k n i c k s   f a n s   g o t   a   l o t   t o   s m i l e   a b o u t .   e v e r y t h i n g ’ s   p o s i t i v e .   i ’ m   s m i l i n .   p a t   s m i l i n .   j o h n   s m i l i n .   a l l   g o o d   n y c   l e t ’ s   g e t   i t !   s o   m a n y   l e f t i e s .   g o     @   l o s   a n g e l e s ,   c a l i f o r n i a  
l i v e   w i t h   _ b e r m a n   a t   7 : 4 0   p m   e s t   o n   a   n e w   e p i s o d e   o f     
 k n i c k s   n e w y o r k f o r e v e r   n b a   t h e n b a e x c h a n g e   
 
 s h o w   l i n k :  
t h e   n e w   y o r k   k n i c k s   p l a y e d   t h e i r   f i r s t   p r e s e a s o n   g a m e   o f   t h e   y e a r   l a s t   n i g h t .   k e e p   a n   e y e   o u t   f o r   o u r   v i d e o   o p e n   w e   s h o t   w i t h   t h e m   o n   n b a m e d i a d a y ! 
 
 k n i c k s   n e w y o r k f o r e v e r  
o u r   k n i c k s ’   f u t u r e   a l l - s t a r s   d i d   t h e i r   t h i n g   l a s t   n i g h t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a  
m y   n e x t   k n i c k s   e v e n t   i s   o f f i c i a l l y   l i v e !   h e a d   o v e r   t o   m y   i n s t a g r a m   p a g e   n o w   f o r   m o r e   i n f o r m a t i o n !
o u r   k n i c k s   f u t u r e   a l l - s t a r s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a  
i c o n i c   k n i c k s    
i   k n o w   i t ’ s   o n l y   p r e s e a s o n …   a n d   i t ’ s   o n l y   o n e   g a m e …   b u t   k n i c k s   g o i n g   u n d e f e a t e d   a n d   w i n n i n g   t h e   c h a m p i o n s h i p   k n i c k s  
🚨 t w i t t e r   f a m 🚨   h e l p   y a   b o y   o u t .   n e e d   1 k   l i k e s   i n   4 8   h o u r s   🤞   k n i c k s   n e w y o r k f o r e v e r  
s t a y m e 7 0   r e p s   k n i c k s   💙 🧡 ♥ ️  
g o v e r n o r     h o c h u l   c a n   p r o t e c t   t h o u s a n d s   o f   a n i m a l s   b y   s i g n i n g   t h e   p u p p y   m i l l   p i p e l i n e   b i l l   -     -   n y c   n y p d   a l b a n y   b r o o k l y n   n e t s   k n i c k s   y a n k e e s   m e t s   c n n   f o x n e w s   w f a n   e s p n   a b c   n b c   c b s   n e w s   t w i t t e r   p e t   p e t s   d o g   d o g s   f a c e b o o k     m e t a v e r s e
n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r . . .   c l i c k   h e r e :     v i a     k n i c k s   n e w y o r k f o r e v e r  
k n i c k s   s p u r s   l i n k e d   i n   t r a d e   p r o p o s a l     v i a     k n i c k s   s p u r s   n b a   p o d c a s t
w h a t   i f   t h e   k n i c k s   t r a d e   a l l   t h e i r   1 s t   r n d   p i c k s   t o   m o v e   u p   i n   t h e   d r a f t   a n d   t a k e   w e m b a n y a m a ?   😂
d e u c e   i s   a   w o n d e r f u l l y   v a l u a b l e   " i n   c a s e   o f   e m e r g e n c y   b r e a k   g l a s s "   k i n d   o f   p l a y e r   o n   y o u r   r o s t e r .   k n i c k s  
s p e c i a l   l i v e   e p i s o d e   t o n i g h t   a s     w i l l   i n t e r v i e w   v e t e r a n   s p o r t s w r i t e r   _ b e r m a n   a b o u t   h i s   c a r e e r   c o v e r i n g   t h e   k n i c k s ,   s t a t e   o f   t h e   t e a m   & a m p ;   m u c h   m o r e !   t u n e   i n   l i v e   a t   7 : 4 0   p m   e s t ! !   
 k n i c k s   n e w y o r k f o r e v e r   n b a   t h e n b a e x c h a n g e 
 
 s h o w   l i n k :  
    _ d u d e           @ _ k n i c k s 1 6 8 8       _   _ 1 9 1 4   _ _ w a r   _ m a c       _ s t e v e n       _ j _ d _ m         _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                             t h e   t a l e n t   l e v e l   i s n ’ t   c l o s e .   m o r e   i m p o r t a n t l y ,   t h e   c h e m i s t r y   l e v e l   i s n ’ t   c l o s e .   t h i s   k n i c k s   t e a m   l o v e s   p l a y i n g   t o g e t h e r .
w a l t   c l y d e   w e d n e s d a y   1 0   🏀   n e w y o r k f o r e v e r   k n i c k s   n b a   n b a t w i t t e r  
🎥     a n d     d i s c u s s   t h e   k n i c k s '   i m p r e s s i v e   s h o w i n g   i n   t h e i r   p r e s e a s o n   o p e n e r  
  o n   b e h a l f   o f   k n i c k s   t w i t t e r ,   t h a n k   y o u .
w e   l i v e   f o r   m o m e n t s   l i k e   t h i s !   
 
 w o n d e r   i f   r o n   g o t   a y d e n ' s   a u t o g r a p h ?   
 
 r o n b a k e r   w i c h i t a s t a t e   g o s h o c k e r s   s h o c k e r n a t i o n   k n i c k s   w i z a r d s  
  i   w a s   i m p r e s s e d   w i t h   d e u c e   l a s t   y e a r . 
 k n i c k s   /   t h i b s   h a v e   n o   c l u e   w h a t   t h e y   h a v e . 
 d e u c e   p l a y s   t h r o w   b a c k   n y k   b a s k e t b a l l .
r e a l l y   f e e l   f o r   c a m   r e d d i s h   r i g h t   n o w .   k n i c k s
a   l i t t l e   t i k t o k   i   t h r e w   t o g e t h e r   f o r   o u r   m a n ’ s   f i r s t   g a m e   g o   f o l l o w   m e   t h e r e   i f   y o u   h a v e   o n e !   k n i c k s   f o l l o w m e   n b a c l i p s   j a l e n b r u n s o n   n y k   k n i c k s t a p e   t i k t o k  
o k a y ,   i l l   b e   ( m a y b e )   t h e   f i r s t   t o   s t a r t   t h e   h y p e   m a c h i n e .   j a l e n   b r u n s o n   ( a l l   n b a   & a m p ;   a l l   s t a r ) . 
 r j   b a r r e t t   ( a l l   s t a r   & a m p ;   n b a   m i p ) 
 
 h a s   t h e   a l l   s t a r   v o t i n g   s t a r t e d   y e t ? !   🤣 🤣 🤣 🤣 
 k n i c k s  
      _ l i f e r s   _ n y _ b   a l l   w o u l d   b e   h i t t i n g   t h e   n b a   1 6   t e c h s   /   a u t o   s u s p e n s i o n s .   t h i n g   a b o u t   t h e   k n i c k s   w a s   t h a t   t h e r e   w a s   a   l o t   o f   s k i l l   t h e r e ,   n o t   j u s t   l a m b e e r   a n d   m a h o r n   t r y i n g   t o   h u r t   p e o p l e .
      _ l i f e r s   _ n y _ b   i   l o v e d   w a t c h i n g   t h o s e   ' 9 4   k n i c k s   f o u r t h   q u a r t e r s   w h e r e   a l l   o f   t h e   d   w a s   d i g g i n g   i n   f o r   c o m b a t .   d e u c e   c o u l d   h a v e   p l a y e d   o n   t h o s e   t e a m s .
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   l o o k   p r o m i s i n g !   e f f i c i e n t   r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   p o w e r   w i n !   |   p r e s e a s o n   r e c a p "   
 
 c r e a t o r :     i n t o   t h e   k n i c k s - v e r s e 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
s o m e   k n i c k s   o v e r r e a c t i o n s   f r o m   1 s t   p r e s e a s o n   g a m e 
 -   k n i c k s   d e f e n s e   l o o k s   i m p r o v e d 
 -   b r u n s o n   t h e   f l o o r   g e n e r a l   w e   h a v e   b e e n   a s k i n g   f o r   y e a r s 
 -   b e n c h   d e p t h   i s   g o o d 
 -   t e a m   c h e m i s t r y   c o u l d   b e   b e t t e r   t h a n   e x p e c t e d   e s p e c i a l l y   w i t h   s t a r t i n g   5   
 -   p a c e   o f   p l a y   w i l l   j u m p   a   l o t   t h i s   y e a r
  
 
 t u n e   i n   o n   o c t o b e r   1 1   o n     a n d   s t r e a m   i t   o n   ! 
 
 l i n s a n i t y   m s g   k n i c k s   k n i c k s t a p e   d o c u m e n t a r y   h b o   h b o m a x 
 
 g l a d   t o   b e   p a r t   o f   t h i s   g r e a t   f i l m .   @   m s g  
a n y w a y s   m o v i n g   o n … . 
 
 s o   r e f r e s h i n g   t o   s e e   a   p o i n t   g u a r d   p l a y i n g   f o r   u s   a n d   l e a d i n g   t h e   t e a m   l a s t   n i g h t !   t h a n k   y o u   j a l e n !   k n i c k s
  d u e c e   m c b r i d e   w h e n   h e   c o m e s   i n   t h e   g a m e   k n i c k s  
i   p i c k   r j   b a r r e t t   o v e r   z i o n   a l l   d a y   e v e r y d a y   2 4 / 7   3 6 5   d a y s   a   y e a r .   k n i c k s
t r u t h   i s . .   w h i l e   w e   e n j o y   a n o t h e r   f r u i t l e s s / d e c e n t   s e a s o n ,   a n o t h e r   o r g a n i z a t i o n   ( u t a h )   i s   r i g h t f u l l y   t a n k i n g .   t h e y   w i l l   i n e v i t a b l y   l e a p   f r o g   u s   i n   t h e   r e b u i l d i n g   p r o c e s s   a n d   w e   w i l l   b e   l e f t   w o n d e r i n g   w h a t   h a p p e n e d   i n   3 y r s .   k n i c k s   c y c l e   m e d i o c r i t y  
t h e   k n i c k s   p r e - s e a s o n   b e g i n s   t o d a y !   b u t   r e m e m b e r ,   p r e - s e a s o n   g a m e s   d o n ' t   c o u n t .  
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   d o m i n a t e   g a m e   1   o f   t h e   p r e s e a s o n   ( k n i c k s   p i s t o n s   p o s t g a m e   r e c a p ) "   
 
 c r e a t o r :     k n i c k s   m e d i a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
w a i t i n g   a t   t h e   b u s   s t o p   f o r   m y   a f t e r - s c h o o l   k i d s   i n   s t y l e   a f t e r   t h a t   k n i c k s   w i n  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   d r o p s   p r e s e a s o n   o p e n e r   t o   k n i c k s   9 6 - 1 1 7   |   f u l l   g a m e   r e a c t i o n   v i d e o ! ! ! "   
 
 c r e a t o r :     m o t o r   c i t y   s p o r t s   t a l k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
k n i c k s   j a l e n   b r u n s o n   i s   a l r e a d y   l o o k i n g   l i k e   a   g r e a t   p i c k u p  
j a l e n   b r u n s o n ' s   f i a n c e e ,   a l i   m a r k s ,   t a k e s   i n   k n i c k s   d e b u t :   ' s a m e   b u . . .   ( n e w   y o r k   p o s t ) 
 
 j a l e n   b r u n s o n ' s   b i g g e s t   s u p p o r t e r   s a v o r e d   e v e r y   m o m e n t   o f   h i s   k n i c k s   d e b u t   o n   t u e s d a y . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   n y k n i c k s   n b a   k n i c k s
w h i c h   o n e   d o   i   b u y   n e w y o r k f o r e v e r   k n i c k s
d o n ' t   m i s s   t h i s ,   s h o u l d   b e   f u n   w / j e r e m y   l i n ! 
 
 j e r e m y l i n   l i n s a n i t y   k n i c k s      
j a l e n   b r u n s o n   f e a s t e d   o f f   s c r e e n s   l a s t   n i g h t .   f i r s t   k n i c k s   p g   t o   d o   s o   s i n c e   s t a r b u r y .   w e   g o t   a   w i n n e r .
n e w   v i d e o   t o   w a t c h : 
 
 " t h i b s   s h a r e s   u p d a t e s   o n   c a m   r e d d i s h   i n j u r y   & a m p ;   t a l k s   b r u n s o n & a m p ; 3 9 ; s   f i t   w i t h   t e a m   |   n e w   y o r k   k n i c k s "   
 
 c r e a t o r :     m s g   n e t w o r k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
a f t e r   o n e   p r e s e a s o n   g a m e   i   c a n   t e l l   t h e   k n i c k s   a r e   a   p l a y o f f   t e a m .   g o n n a   b e   a n   e x c i t i n g   y e a r   w o w
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   v s   p i s t o n s   p r e s e a s o n   g a m e   r e c a p   |   j a l e n   b r u n s o n   t h r i v e s ! "   
 
 c r e a t o r :     c l u t c h   b b a l l   t v 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
k n i c k s   p r e s e a s o n   i s   h e r e ! 
 
 m o d e l :     
 r a d i o :     
 
 k n i c k s   n y k n i c k s   b o o m b o x   b o u d o i r   s t r e e t p h o t o g r a p h y   r a d i o   g r a f f i t i   d a l l a s   t e x a s   t e x a s b o u d o i r   p h o t o o f t h e d a y   p h o t o g r a p h y l o v e r s   p i c  
t h e   2 n d   u n i t   h a d   m e   t h e   m o s t   h y p e ! ! ! ! 🤩 🤩 
 
 d e u c e   s h u t   i t   d o w n   d e f e n s i v e l y 
 
 h a g i v e s   u s   a n   e l e m e n t   w e   h a v e n ’ t   h a d   s i n c e   s h e e d 
 
 c a m   l o o k e d   g r e a t   b e f o r e   i n j u r y 
 
 o b i & a m p ; i q   b r o u g h t   t h e   e f f o r t ,   e n e r g y   a n d   e x c i t e m e n t 
 
 🌹   l o o k s   t o   b e   i n   r e a l l y   g o o d   s h a p e   & a m p ;   m i d   s e a s o n   f o r m ! 
 
 k n i c k s   🧡 💙
w h i c h   n b a   s t a r   d o   y o u   t h i n k   w i l l   b e   a   g a m e   c h a n g e r   f o r   t h e i r   n e w   f r a n c h i s e ?   🔀 💪 
 
 d o n n o v a n m i t c h e l l   r u d y g o b e r t   j a l e n b r u n s o n   p j t u c k e r   c a v s   k n i c k s   7 6 e r s   t i m b e r w o l v e s  
    l e t s   s e e   i f   t h e   k n i c k s   c a n   d o   s o m e t h i n g   t h i s   s e a s o n   f u t u r e   o d d s   + 1 5 0 0 0   t o   w i n   n b a   2 0 2 2   c h a m p i o n s h i p 
 k n i c k s
i ' l l   s a y   i t   a g a i n   -   j a l e n   b r u n s o n   i s   g o i n g   t o   m a k e   t h e   g a m e   s o   m u c h   e a s i e r   f o r   r a n d l e   a n d   r j .   
 
 w e ' r e   g o i n g   t o   s e e   m o r e   e f f i c i e n t   n u m b e r s   f r o m   t h e m   t h i s   s e a s o n .   b o o k   i t !   k n i c k s
k n i c k s   n o w   
 
 -   5   t h i n g s   w e   l e a r n e d   f o l l o w i n g   t h e   1 s t   p r e s e a s o n   g a m e 
 
 w h o   i m p r e s s e d   y o u   t h e   m o s t   l a s t   n i g h t ?   
 
 w a t c h   -   
 
 k n i c k s  
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e   q u e b e c   m o n t r e a l   c o u g a r s   k n i c k s   c o u g a r s   d c   m a r v e l   s p i d e r m a n   h u l k
" e v e r y   y e a r ,   i ’ v e   g o t t e n   i n c r e a s i n g l y   m o r e   g r a t e f u l   f o r   i t . " j e r e m y l i n   o n   2 0 1 2 ' s   l i n s a n i t y   h y p e . . . 
 k n i c k s   n b a   


 
 e t h e r u m   e t h   r u n e   q t u m   b c h a   c o i n d e s k   r i p p l e   c a r d a n o   $ f l r     $ b t c   t r u m p   l s u   l u n a c l a s s s i c   $ x r p   h u r r i c a n e   $ e t h   $ q n t   k a r d a s h i a n   $ e g l d   e l o n m u s k   s c o t u s   $ t w t r   d i d d y   p i n e i s l a n d   h u n t e r b i d e n   r u s s i a   t i a w a n   c r i s t   k n i c k s   d e s a n t i s d e s t r o y s f l o r i d a

 
 e t h e r u m   e t h   r u n e   q t u m   b c h a   c o i n d e s k   r i p p l e   c a r d a n o   $ f l r     $ b t c   t r u m p   l s u   l u n a c l a s s s i c   $ x r p   h u r r i c a n e   $ e t h   $ q n t   k a r d a s h i a n   $ e g l d   e l o n m u s k   s c o t u s   $ t w t r   d i d d y   p i n e i s l a n d   h u n t e r b i d e n   r u s s i a   t i a w a n   c r i s t   k n i c k s   d e s a n t i s d e s t r o y s f l o r i d a
e l i t e   8   h a s   b e e n   s e t !   g o   t o   t h e   p o l l s   o n   o u r   i n s t a g r a m   s t o r i e s   t o   v o t e   w h i c h   o f   y o u r   “ f a v o r i t e ”   k n i c k   p o i n t   g u a r d s   m a k e s   i t   t o   t h e   n e x t   r o u n d .   y o u   c a n   o n l y   v o t e   u s i n g   i n s t a g r a m   s t o r i e s . 
 
 f i n a l   f o u r   w i l l   b e   a n n o u n c e d   t o m o r r o w !   k n i c k s   p o i n t g u a r d s   v o t e  
l e t ’ s   g o   k n i c k s   g o o d   p r e s e a s o n   g a m e   l a s t   n i g h t
i   t h i n k   f o u r n i e r   c o u l d   b e   i n   t h e   c o n v e r s a t i o n   f o r   s i x t h   m a n   o f   t h e   y e a r   i f   h e   c a m e   o f f   t h e   b e n c h .   w o u l d   b e   b e s t   f o r   h i s   s u c c e s s   a n d   t h e   t e a m s ’ .   k n i c k s
i g h t   i m   n o t   g o n n a   l i e ,     w a s   l o o k i n g   t u f f   l a s t   n i g h t !   b u l l y b r u n s o n   k n i c k s
i t   w a s   a   h o m e r u n   o f   a   p r e s e a s o n   d e b u t   f o r   j a l e n   b r u n s o n   a n d   t h e   k n i c k s :     b y  
m a v s   e x   j a l e n   b r u n s o n   d e b u t s   w i t h   k n i c k s ;   h o w ' d   h e   l o o k ?   n b a   t r a c k e r     v i a  
h e   m a d e   i t   l o o k   e a s y   l a s t   n i g h t   k n i c k s  
t h e   k n i c k s   s t a r t e d   t h e i r   2 0 2 2 - 2 3   s e a s o n   w i t h   a n   i m p r e s s i v e   p r e s e a s o n   v i c t o r y   o v e r   t h e   p i s t o n s .     b r e a k s   d o w n   h i s   7   k e y   o b s e r v a t i o n s   f r o m   t h e   g a m e   n b a   n y k n i c k s  
o n e   o f   t h e   b e s t   k n i c k   s h o w s   i n   t h e   m o r n i n g !   d a m n   i t   w a s   a   g o o d   s h o w .   k n i c k s    
s t o p   s t e a l i n g   p o s t   f r o m   r e d d i t   y o u   m u n c h ,   y o u   t h o u g h t   w e   w a s   f e e l i n g   y o u ?   k n i c k s  
w h a t   a   g a m e   l a s t   n i g h t   k n i c k s
t a k e   t h i s   p r e s e a s o n   g a m e   w i t h   a   g r a i n   o f   s a l t ,   b u t   t h e   f i r s t   i m p r e s s i o n   o f   t h e   n e w   k n i c k s ’   b i g   3   i s   q u i t e   g o o d   d e s p i t e   i n i t i a l   t r e p i d a t i o n   o n   h o w   t h e y   w i l l   s h a r e   t h e   b a l l .   |    
w a s   c h a n g i n g   t o   t h i s   l i g h t   w h i l e   w a t c h i n g   t h e   k n i c k s   g a m e   l a s t   n i g h t .   r e a l l y   s a t i s f y i n g .  
y o u   k n o w   w h o   n e u t r a l i z e d   r a n d l e   a n d   i   l o v e   i t !   b r u n s o n   d i d .   a n d   w i l l   l i k e l y   d o   t h e   s a m e   a l l   s e a s o n .   w e   h a v e   a   t r u e   f l o o r   g e n e r a l   w h o   h a s   a c t u a l l y   p l a y e d   w / s u p e r   s t a r s   i n   d a l l a s   a k a   l u k a .   s o   j b   w i l l   d i c t a t e   h o w   t h e   o f f e n s e   f l o w s   l i k e   a   t r u e   p g … m a k e   s u r e   b a l l   d o n ’ t   s t i c k   k n i c k s
s o   f r o m   a n   i n   p e r s o n   v i e w   o f   t h e   g a m e   y e s t e r d a y .   i t   l o o k s   t o   m e   a s   i f   r a n d l e   a n d   e v a n   d o n ’ t   r e a l l y   p l a y   w e l l   w i t h   r j   c a u s e   i f   y o u   w a t c h   a g a i n   m o s t   o f   r j ’ s   b u c k e t s   c a m e   a f t e r   t h e y   w e r e   b o t h   o u t   t h e   g a m e .   w h a t   y o u   g u y s   t h i n k ?   k n i c k s a n o n y m o u s   n e w y o r k k n i c k s   k n i c k s   n e w y o r k
s h o u t o u t   d e r e k   h a r p e r   k n i c k s   
 

@ _ a n g e l f r m p h i l l y     _ d u d e   _ _ w a r   _ j _ d _ m     _   @ _ k n i c k s 1 6 8 8     _ 1 9 1 4     _ m a c           _ s t e v e n               _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                               y o u ’ r e   u s i n g   a   b r o k e n   p l a y   w h e r e   k n i c k s   w e r e   r o t a t i n g   a n d   t r y i n g   t o   r e c o v e r ?   l o l   s m h
  i   s e e   m y   k n i c k s   o u t f i t   w i t h   t h e s e .   
 a   h o m e     j e r s e y   a n d   t h e s e   🤔 👍 🏽
f a c t :     i s   a   p r o t o t y p i c a l   p g   t h e     n e e d e d   f o r   a   l o n g   t i m e !   b t w n     v i l l a n o v a   a n d   4   y r s   i n   t h e     ,   h e   h a s   h i g h   l e v e l   e x p e r i e n c e !   w e   h a v e   a   l o n g   w a y   t o   g o ,   b u t   s o   f a r ,   s o   g o o d !   k n i c k s   b r u n s o n       n y k   n b a
i   d o n t   k n o w   w h a t   t h e   c a m   r e d d i s h   p e o p l e   s e e   i n   h i m   k n i c k s
f o u r n i e r   g e t t i n g   l e s s   s h o t s   i s   a   c l e a r   s i g n   g r i m e s   s h o u l d   b e   s t a r t i n g .   i f   e f   i s n ' t   g o i n g   t o   b e   u t i l i z i n g   h i s   s h o o t i n g   i n   t h e   s t a r t i n g   l i n e u p ,   t h e n   m o v e   h i m   t o   t h e   b e n c h .   r a n d l e ,   b r u n s o n ,   & a m p ;   r j   a r e   t a k i n g   t h e   b u l k   o f   s h o t s ,   y o u   n e e d   s o m e o n e   w h o ' s   g o n n a   d e f e n d   & a m p ;   m a k e   s h o t s .   k n i c k s
g o i n g   t o   m s g   t h i s   s e a s o n   😉   k n i c k s
t h e   k n i c k s   s t a r t   t h e   p r e s e a s o n   1 - 0 
 
 d i d n ’ t   g e t   a   c h a n c e   t o   w a t c h ?     c a n   c a t c h   y o u   u p !   c h e c k   i t   o u t !   
 

w h a t   i s   j u l i u s   r a n d l e ’ s   c e i l i n g ?   m y   b i g g e s t   c o n c e r n   w i t h   j u l i u s   i s   b e t w e e n   t h e   e a r s ,   b u t   i n   t h e   r i g h t   s i t u a t i o n ,   w i t h   a n   e l i t e   c o a c h   a n d   a n   e l i t e   p g ,   h e   c a n   b e   a   v e r y   i m p a c t f u l   p l a y e r .   i   t h i n k   t h e   s u n s   w o u l d   b e   a   p e r f e c t   f i t .   c p   w o u l d   m a k e   j u l i u s   l o o k   s o   g o o d .   k n i c k s   s u n s
m o o d   t h i s   m o r n i n g   😂   k n i c k s  
p e r h a p s   k n i c k s   c o a c h   t o m   t h i b o d e a u   w a s   b e i n g   c a u t i o u s   a n d   e a s i n g   d e r r i c k   r o s e   i n .   b u t   m i l e s   m c b r i d e ’ s   s t e l l a r   p l a y   m a d e   i t   a n   e a s y   d e c i s i o n   f o r   r o s e ’ s   l o n g - t i m e   c o a c h .   |     
  
c l y d e   s a i d   a b o u t   t h e   k n i c k s   p l a y e r   w e a r i n g   0 0   " i ' v e   n e v e r   s e e n   a   p l a y e r   w e a r i n g   0 0 .   t h a t   m e a n s   y o u ' r e   r e a l l y   n o t h i n g . "   l o l   b r e e n   w e n t   i n t o   c l e a n   u p   m o d e .   c l y d e   i s   a   n a t i o n a l   t r e a s u r e .   k n i c k s
b e l l a t h e b i g d e a l   y b n l   g o o g l e   g e c e n i n u c u n d a s t a r d a   c o v i d   k n i c k s   d a r k s e i d   
 i   w i l l   a d v e r t i s e   y o u r   c r y p t o c u r r e n c i e s   o n   m a j o r   s o c i a l   m e d i a   p l a t f o r m s   l i k e   f a c e b o o k ,   i n s t a g r a m ,   t w i t t e r ,   a n d   o t h e r s   i n   o r d e r   t o   i n c r e a s e   t r a f f i c ,   i n v e s t o r s ,   a n d   e x p o s u r e . 

k n i c k s   b a s k e t b a l l   f i n a l l y   s t a r t e d   🙌 🏿  
g o o d   m o r n i n g   k n i c k s   f a n s   k n i c k s
g o t t a   f e e l   f o r   d e u c e .   w h e r e   i s   h i s   p a t h   t o   p l a y i n g   t h i s   s e a s o n ?   e s p e c i a l l y   i f   t h e y   r e a l l y   a r e   u n w i l l i n g   t o   t r a d e   r o s e   k n i c k s
      @ _ k n i c k s 1 6 8 8     _ m a c       _ _ w a r       _ d u d e   _ s t e v e n     _ 1 9 1 4       _ j _ d _ m         _   _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                               i ’ l l   t h r o w   t h e   s a m e   t h i n g   b a c k   a t   y o u .   t h o s e   t e a m s   h a v e n ’ t   p r o v e d   t h e y ’ r e   b e t t e r   t h a n   t h e   k n i c k s   i n   2 0 2 2   e i t h e r .   i t ’ s   a   t w o   w a y   s t r e e t .
      @ _ k n i c k s 1 6 8 8     _ m a c       _ _ w a r       _ d u d e   _ s t e v e n     _ 1 9 1 4       _ j _ d _ m         _   _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                               w e ’ v e   g o n e   o v e r   t h i s .   m u r r a y   p l a y e d   f o r   a   h o r r i b l e   t e a m ,   w / o f f e n s e   g o i n g   t n r o h h h   h i m   e v e r h   p o s s e s s i o n ,   w h i c h   a l l o w s   h i m   t o   r a c k   u p   s t a t s ;   h e   w a s   i n j u r y   r e p l a c e m e n t .   n o w   h e ’ s   o f f   t h e   b a l l   n e x t   t o   t r a e .   j b   n o w   i s   t h e   q b   o f   t h e   k n i c k s .   t h e   h o w   m a t t e r s ;     n o t   t h e   a c c o l a d e .
      @ _ k n i c k s 1 6 8 8     _ m a c       _ _ w a r       _ d u d e   _ s t e v e n     _ 1 9 1 4       _ j _ d _ m         _   _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                               y o u   s a i d   c a v s   h a v e   a l l   t h e s e   s t a r s   a n d   t h e   k n i c k s   d o n ’ t   h a v e   a n y .   i   s a i d   i t ’ s   n o t   a b o u t   1   y r   m a k i n g   a s   t e a m ,   i t ’ s   a b o u t   a s   a b i l i t y   a n d   j b   & a m p ;   r j   h a v e   t h a t .   p l u s ,   r a n d l e   m a d e   a s   t e a m   o n c e   j u s t   l i k e   c a v s   g u y s .   y o u   d i d n ’ t   t h i n k   j b   w a s   a s   g o o d   a s   h e   i s
  @ _ k n i c k s 1 6 8 8     _   _ 1 9 1 4     _ _ w a r   _ m a c               _ d u d e   _ s t e v e n       _ j _ d _ m           _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                               k n i c k s   a r e   n o t   s t u c k   i n   t h e   m i d d l e .   a   t e a m   t h a t   i s   s u p e r   y o u n g   w i t h   t a l e n t   t h a t   i s   o n l y   g e t t i n g   b e t t e r + a   s t u d   p g   w h o ’ s   s t a r t i n g   h i s   p r i m e   n o w + h a s   e n o r m o u s   d r a f t   c a p i t a l =   a   t e a m   t h a t   i s   n o   w h e r e   n e a r   s t u c k ;   a c t u a l l y   t h e   o p p o s i t e .
  t h e   k n i c k s   l o o k s   r e a d y .   f o r   w h a t   s e e d   ? 
 i   d o n ' t   k n o w   
 

h o m e   a g a i n   i n   m y   h a p p y   p l a c e .   k n i c k s  
  t h e   s a m e   b u m s   t h a t   w e r e   c h e e r i n g   f o r   h i m   w h e n   h e   w a s   i n   d a l l a s   a r e   t h e   s a m e   b u m s   t h a t   a r e   h a t i n g   b e c a u s e   h e   d i d n ’ t   s i g n   f o r   t h e i r   t e a m .   f o h ! ! !   k n i c k s
n o t h i n g   g e t s   m e   h y p e   f o r   t h e   k n i c k s   l i k e   b u m p i n g   d i p s e t .   f e e l s   l i k e   w h a t   a n t h o n y   m a s o n ,   l a t r e l l   s p r e w e l l ,   a n d   c a r m e l o   a n t h o n y   w o u l d   s o u n d   l i k e   m e m o r i a l i z e d   a s   h i p - h o p .
a h ,   a   p o i n t   g u a r d !   i   g e t   i t   n o w   👍 
 k n i c k s
i   l o v e   l o v e   l o v e   t h i s   t h o u g h t   t o   !   
 
 k n i c k s    
a d a m   s i l v e r   h a s   t o   r e a l l y   s t i c k   i t   t o   t h e   t e a m s   w h o   w i l l   b e   t a n k i n g   f o r   w e m b a n y a m a   b y   s e n d i n g   h i m   t o   a   t e a m   w h o   i s n ’ t   t a n k i n g …   a   t e a m   l i k e   t h e   k n i c k s
k n i c k s   l o o k e d   g o o d   t h o
b r i n g   b a c k   s t e v e   m i l l s   a n d   f i z d a l e   n o w ! ! !   k n i c k s   
 
             _      
i t ’ s   a l r e a d y   a p p e a r i n g   l i k e   b r u n s o n   w i l l   l i m i t   b a r r e t t s   p r o d u c t i o n   a n d   s t u n t   h i s   g r o w t h .   n b a   n y k   k n i c k s
i l l   a l w a y s   b e   o v e r l y   o p t i m i s t i c   a b o u t   t h e   k n i c k s   s i m p l y   b e c a u s e   i t   p i s s e s   o f f   t h e   t o x i c   t r o l l s   i n   t h e   f a n b a s e .   i l l   d o   a n y t h i n g   t o   m a k e   t h e m   c r y   a b o u t   i t   o n   t w i t t e r . .   
 
 & a m p ;   t h e y   c r i e d   r i v e r s   l a s t   n i g h t   😂 😂 😂   k n i c k s   k n i c k s t a p e
k n i c k s   l o o k e d   i m p r e s s i v e .   w a t c h   o u t   y ’ a l l !   n b a   n y k   k n i c k s
h o w   m a n y   p p g   w i l l   b r u n s o n   a v e r a g e   t h i s   y e a r ?   k n i c k s
h o w   m a n y   p p g   w i l l   j u l i u s   a v e r a g e   t h i s   y e a r ?   k n i c k s
h o w   m a n y   p p g   w i l l   r j   a v e r a g e   t h i s   y e a r ?   k n i c k s
k n i c k s   g o o d   s t a r t .   a s   e x p e c t e d ,   s t a r t e r s   w e r e   s o l i d   b u t   m o r e   t o   b e   d e s i r e d   f r o m   f o u r n i e r .   b e n c h   i s   8 - 9   d e e p   s o   2 - 3   o f   o u r   y o u n g   g u y s   w o n ’ t   g e t   e n o u g h   p l a y i n g   t i m e   =   e v e n t u a l l y   d i s g r u n t l e d   =   d r a m a !   =   p l s   p a c k a g e   f o u r n i e r   w / 2   b e n c h   p l a y e r s   f o r   l e g i t   s g   ( s g a ? )   b y   f e b   9 t h   d e a d l i n e !
s o m e   k n i c k s   t h o u g h t s   f o l l o w i n g   t h e   f i r s t   p r e   s e a s o n   g a m e : 
 -   j a l e n   b r u n s o n   i s   h i m ,   h e   m a k e s   e v e r y o n e   m o r e   c o m f o r t a b l e   o n   t h e   f l o o r   
 -   r a n d l e   l o o k e d   s h a k y   b u t   s e c o n d   h a l f   w a s   m u c h   m o r e   c o m f o r t a b l e   
 -   m i t c h   l o o k s   s o   m u c h   b e t t e r   a l l   d e f e n s i v e   l e v e l   r i m   p r o t e c t i n g   
 -   r j   i s   h i m m m m m m m m
n e w   v i d e o   t o   w a t c h : 
 
 " n y   k n i c k s   v s   d e t r o i t   p i s t o n s   |   p r e s e a s o n   1 1 7 - 9 6   |   g a m e   r e v i e w "   
 
 c r e a t o r :     d e l u s i o n a l   k n i c k s   f a n   n e t w o r k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
w h e n   v i c t o r   w e m b a n y a m a   c o m e s   t o   t h e   l e a g u e ,   m i t c h   i s   g o n n a   b l o c k   t h e   s h i t   o u t t a   h i m   a n d   i ' m   g o n n a   j u m p   t h r o u g h   t h e   r o o f   k n i c k s
i ' m   s o   h a p p y .   g r e a t   s t a r t .   p l e a s e   c a r r y   o n   k n i c k s    
n e w   s t o r y :   t h e   p i s t o n s '   r o o k i e s   h e l d   t h e i r   o w n   i n   t h e i r   n b a   d e b u t s ,   b u t   t u r n o v e r s   w e r e   t h e   s t o r y   o f   l a s t   n i g h t ' s   l o s s   t o   t h e   k n i c k s .  
f r o m   l a s t   n i g h t :   p i s t o n s   d r o p   p r e s e a s o n   o p e n e r   t o   k n i c k s ,   1 1 7 - 9 6 .  
i   b u y   n e w   k n i c k s   a p p a r e l   l i t e r a l l y   e v e r y   y e a r , i   t e a r   m y   s h i t   u p   w a t c h i n g   g a m e s   e v e r y   s e a s o n 😂 😂
  e v e r y   t i m e   i   w a t c h   c a m   r e d d i s h   p l a y   i   s e e   b i g   p o t e n t i a l .   d o n ’ t   w o r r y   a b o u t   t h e   i n j u r y   a s   i t   w i l l   p a s s .   c a m   k e e p s   s h o w i n g   f l a s h e s   o f   a b i l i t i e s   c a p a b l e     o f   b e i n g   o n e   o f   t h e   b e s t   3 - w a y   p l a y e r s   i n   t h e   l e a g u e   o n   o f f / d e f / p o i n t   f o r w a r d   w i t h   a   h i g h   b - b a l l - i q   w h i c h   i s   v e r y   r a r e   k n i c k s  
i f   y o u   t h e   g m   f o r :   k n i c k s   w i z a r d s   h o r n e t s   k i n g s   p i s t o n s   j a z z   s p u r s   p a c e r s   m a g i c   t h u n d e r   r o c k e t s   y o u   b e t t e r   d o   w h a t e v e r   i t   t a k e s   t o   l o s e   e v e r y   g a m e !   i t ’ s   w o r t h   i t !   v i c t o r w e m b a n y a m a   g o a t   n b a d r a f t   n b a   n b a t w i t t e r
m y   t a k e a w a y s   f r o m   k n i c k s   p r e s e a s o n   g a m e 
 
 - b r u n s o n   w a s   a   g r e a t   s i g n i n g   f o r   m a n y   o b v i o u s   r e a s o n s 
 - c a m   r e d d i s h   d e f e n s e   a l o n e   s h o u l d   k e e p   h i m   i n   t h e   r o t a t i o n 
 - d e u c e   m c b r i d e   d e s e r v e s   a t l e a s t   1 0   m p g   t h r o u g h o u t   t h e   s e a s o n   
 - i f   r a n d l e   k e e p   r u n n i n g   i n   t r a n s i t i o n   w e ’ l l   b e   o k a y
b a r r e t t   -   2 1 - 5 - 2   ( + 2 3 ) 
 b r u n s o n -   1 6 - 1 - 5   ( + 2 1 ) 
 r a n d l e -   1 5 - 6 - 4   ( + 1 8 ) 
 
 j u s t   l i k e   t h e y   d r e w   i t   u p   -   
 
 ( a s   h e a d s   e x p l o d e ) -   
 
 k n i c k s   n b a p r e s e a s o n
c a m   r e d d i s h   i n j u r y   i n   k n i c k s '   p r e s e a s o n   o p e n e r   c o m e s   a t   a   b r u t a l   t i m e 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   l a k e s h o w   l a k e r s   b l e e d g r e e n   m a g i c a b o v e a l l   s i x e r s   a l l f l y
i m m a n u e l   q u i c k l e y   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i m m a n u e l q u i c k l e y   i m m a n u e l   q u i c k l e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
g o o d   m o r n i n g   k n i c k s   f a n s .   e n j o y   y o u r   d a y !
r i s e   a n d   s h i n e !   t h e   b o c k e r s   l o o k i n g   g o o d . . . . .     k n i c k s   🧡 💙 🧡    
📣   n e w   p o d c a s t !   " t h e   n e w   y o r k   k n i c k s   p o d c a s t   -   e p i s o d e   5 8 4 :   w h y   e v e r y   o t h e r   t e a m   s u c k s "   o n     k n i c k s   p o d c a s t   p r e s e a s o n  
i t ' s   o n l y   p r e s e a s o n   b u t   n i c e   d e b u t   f r o m   j a l e n   b r u n s o n   l a s t   n i g h t   👍 🏿   k n i c k s
n e w   v i d e o   t o   w a t c h : 
 
 " r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   d e t r o i t   p i s t o n s   |   n e w   y o r k   k n i c k s "   
 
 c r e a t o r :     m s g   n e t w o r k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
s e a s o n   o f f   t o   a   g r e a t   s t a r t   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
n b a   s t a n d i n g s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 ;   n b a   g a m e s   t o d a y ;   n b a   r e s u l t s   t o d a y ;   n b a   s t a n d i n g s   t o d a y 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   7 6 e r s   p i s t o n s   k n i c k s   t i m b e r w o l v e s   h e a t   p e l i c a n s   b u l l s   j a z z   b l a z e r s
s e e i n g   t h e   g a m e   l i g h t   b u t   i ’ m   f e e l i n g   t h e   e n e r g y   o f   t h i s   k n i c k   t e a m .   i f   o n l y   r a n d l e   c a n   m a i n t a i n .   k n i c k s   n b a   n y k n i c k s   m s g
j a l e n   b r u n s o n   g o t   b u s y   i n   h i s   k n i c k s   d e b u t .   p r o v e d   h e   c a n   s c o r e   f r o m   a l l   o v e r   t h e   f l o o r   a n d   r u n   t h e   s h o w !   l o o k i n g   f o r w a r d   t o   s e e i n g   h o w   t h e   s e a s o n   u n f o l d s !   n b k f a m   j a l e n b r u n s o n   k n i c k s p r e s e a s o n  
c r a z y   h o w   k n i c k s   “ f a n s ”   c o u l d n ’ t   w a i t   t o   s t a r t   r i p p i n g   i n t o   j u l i u s   r a n d l e   n o t   e v e n   1 2   f u c k i n g   m i n u t e s   i n t o   t h e   p r e - s e a s o n .   i f   w e   a r e   g o n n a   c a l l   o u r s e l v e s   “ k n o w l e d g e a b l e ”   f a n s ,   w e   g o t t a   c u t   t h a t   b u l l s h i t   o u t .   i t ’ s   g e t t i n g   l a m e .   k n i c k s   n y k
i n   t h e i r   f i r s t   p r e s e a s o n   o u t i n g   o f   t h e   2 0 2 2 - 2 3   s e a s o n ,   t h e   k n i c k s   ( 1 - 0 )   b l e w   o u t   t h e   p i s t o n s   ( 0 - 1 )   1 1 7 - 9 6   l a s t   n i g h t   a t   t h e   g a r d e n .   k n i c k s w i n   n e w y o r k f o r e v e r  
b a r r e t t   & a m p ;   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   p i s t o n s   -     k n i c k s   n e w y o r k f o r e v e r    
p i s t o n s   a t   k n i c k s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2     v i a     k n i c k s   n e w y o r k f o r e v e r
k n i c k s   t a k e a w a y s   f r o m   t u e s d a y ' s   1 1 7 - 9 6   w i n   o v e r   p i s t o n s ,   i n c l u d i n g   i m p r e s s i v e   p e r f o r m a n c e s   t o p   t o   b o t t o m   k n i c k s   n e w y o r k f o r e v e r    
b o o s h !   🍎   🏀   
 i   l o v e   t h i s   t e a m   t h e   k n i c k s   h a v e   b u i l t !   b r u n s o n   i s   a   d i f f e r e n c e   m a k e r   w h o   d o e s n ’ t   n e e d   t o   s h o o t   t o   m a k e   a n   i m p a c t   c o m b i n e d   w i t h   a   t o u g h   d e f e n s e   f i r s t   m e n t a l i t y   =   🏆 .   k n i c k s   n b a  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 •   j a d e n   i v e y 
 
 1 6   p t s 
 4   r e b 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 

📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 •   r j   b a r r e t t 
 
 2 1   p t s 
 5   r e b 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 

📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n   p t . 3 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n   p t . 2 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 h a p p y   b i r t h d a y   b u c k e t   f o r   d e r r i c k   r o s e ! 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 
  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n . 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a d e n   i v e y ’ s   f i r s t   2 0 2 2 - 2 3   b u c k e t 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 

📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a l e n   b r u n s o n ’ s   f i r s t   2 0 2 2 - 2 3   b u c k e t 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s  
i t ’ s   g o n n a   b e   r e a l   f u n n y   w h e n   r j   b a r r e t t   g o n n a   b e   l o o k i n g   l i k e   h e   d e s e r v e s   m a x   c o n t r a c t   m o n e y .   
 
 r j   b o u t   t o   p u t   t h e   l e a g u e   o n   n o t i c e .   n e w y o r k f o r e v e r   k n i c k s
a   s w e e t   2 1 p t   w i n   t o   o p e n   p r e   s e a s o n   a g a i n s t   t h e   d e t r o i t   p i s t o n s   👏 🔥 💯   
 
 b a r r e t t :   2 1 / 5 / 2 
 r a n d l e :   1 5 / 6 / 4   
 b r u n s o n :   1 6 / 5 
 q u i c k l e y :   1 3 / 3 / 3 
 
 k n i c k s   k n i c k s t a p e   🔸 ️ 🔹 ️  
s h o p   n e w y o r k f o r e v e r   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n   n e w y o r k   k n i c k s   n b a   v i d e o :  
f o u r   f r a m e s   f r o m   t u e s d a y   n i g h t ’ s   p r e s e a s o n     g a m e   b e t w e e n   t h e     a n d     
 n b a   p i s t o n s   k n i c k s  
  o p e n e d   s e a s o n   w i t h   t h e   k n i c k s   c o l o r s   s u i t   k i l l i n   i t ! !   s e t t i n g   t h e   t o n e   f o r   t h e   s e a s o n   k n i c k s
o f f   t h e   t o p   f i n a l   t a k e a w a y s   f r o m   t o n i g h t 🗽 
 
 -   j b   i s   v e r y   v e r y   t o u g h … a s   a d v e r t i s e d ,   a   v e r y   o b v i o u s   g a m e   c h a n g e r 
 -   r j   b a r r e t t 🫡 
 -   j u l i u s   h a d   a   g o o d   2 n d   h a l f ,   d u e   t o   l e t t i n g   t h e   g a m e   f l o w   t o   h i m   a n d   n o t   f o r c i n g   a n y   o f f e n s e 
 -   l o v e d   t h e   p e r f o r m a n c e s   b y   h a r t   & a m p ;   d e u c e   k n i c k s
  y o u   a r e   t h e   w o r s t   n b a   a n a l y s t   s i n c e     … . .     
 y o u   p u t   t h i s   c l o w n   o n   a   b r e a k o u t   l i s t   j u s t   t o   t r o l l   k n i c k s   & a m p ;     ? 
 q u i t   y o u r   j o b   d u d e … .  
v i c t o r   w e m b a n y a m a   i s   n o t   g e t t i n g   d r a f t e d   b y   t h e   k n i c k s .   s h u t t i n g   u p   a l l   o f   u s   s t u p i d   f a n   b o y s   w h o   a r e   g o n n a   t r y   t o   m a n i f e s t   s o m e   n o n s e n s e     k n i c k s   k n i c k e r b o c k e r s
d o n ’ t   c a r e   i f   i t   w a s   f i r s t   g a m e   o f   p r e s e a s o n   w e   g a n n a   b e   s n e a k y   g o o d   a n d   a   t o u g h   o u t   e v e r y   n i g h t   k n i c k s
a n   h o n o r ,   p r i v i l e g e   & a m p ;   p l e a s u r e .   t h e   k n i c k s   r e c a p   w e l c o m e s     ' h a n   s o l o '   t o   t h e   s h o w !   t h e   e p i s o d e   d r o p s   t h u r s d a y ,   o c t o b e r   6 t h   @   8 a m .   w e ' l l   b e   t a l k i n g   k n i c k s   p r e s e a s o n   b a s k e t b a l l   a n d   m o r e !   h a v e   a   q u e s t i o n ?   d r o p   i t   b e l o w !   k n i c k s   t k r  
s o m e   p h o t o s   f r o m   t o n i g h t   s u p p o r t i n g   t h e   f e l l a s ,   g r e a t   t o   h a v e   p r e s e a s o n   a n d   e v e n t u a l l y   t h e   r e g u l a r   s e a s o n   b a c k   k n i c k s  
h u g e   e p i s o d e   d r o p p i n g   s o o n . . . m a s s i v e .   d e t a i l s   s o o n .   b u t   i   p r o m i s e   y o u ,   t h i s   t h u r s d a y ' s   e p i s o d e   o f   t h e   k n i c k s   r e c a p   p o d c a s t   i s   m u s t   l i s t e n   t o .   k n i c k s
a p p r e c i a t e   y ' a l l   f o r   p u l l i n g   u p   t o   ' r e c a p p i n g   t h e   g a m e ' ,   t h e   k n i c k s   p o s t   g a m e   s h o w   a n d   r o c k i n g   w i t h   m e !   w e   d i d n ' t   r e a l l y   o v e r r e a c t . . . g r i m e s   s t i l l   n e e d s   t o   s t a r t .   k n i c k s   t k r   k n i c k s s p a c e s   r e c a p p i n g t h e g a m e  
i m a g i n e   i f   h e   p l a y e d   4   t h e   k n i c k s .   o n   2 n d   t h o u g h t . . . .  
g r a d e   j a l e n   b r u n s o n ’ s   p r e - s e a s o n   d e b u t   a s   a   k n i c k   🏀 
 
 1 6   p t s 
 4   a s t 
 7 - 9   f g 
 1 8   m i n s 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r  
b a r r e t t ,   m a v s   e x   b r u n s o n ,   r e v   k n i c k s '   p r e s e a s o n   w i n   o v e r   p i s t o n s     v i a    
t h a t   d u d e   💯   k n i c k s  
o b i   t o p p i n   k n i c k s  
t h a n k   y o u   f o r   m a k i n g   o u r   g r a n d   o p e n i n g   a   s u c c e s s !   f r o m     s t o p p i n g   b y   t o   m e e t   y o u   t o   a     1   o f   1   a u t o ,   w e   c o u l d n ' t   h a v e   a s k e d   f o r   a   b e t t e r   e v e .   c h e c k   o u t   s o m e   p h o t o s   f r o m   t h e   n i g h t   h e r e :     
 
 c a r d b r e a k s   t h e h o b b y   k n i c k s   y a n k e e s   r e p b x
p a t r i c k   w i l l i a m s   f o r   o b i   t o p p i n 
 
 w h o   s a y s   n o ? 
 
 b u l l s   n e e d   a   y o u n g ,   a t h l e t i c   p f ,   k n i c k s   n e e d   a   l o n g ,   d e f e n s i v e   w i n g . 
 
 i   p e r s o n a l l y   w a n t e d   t h e   b u l l s   t o   t a k e   t o p p i n   t h a t   y e a r   t h e y   t o o k   w i l l i a m s   a t   4 . 
 
 n b a
a n y o n e   s t i l l   m a d   t h e   k n i c k s   “ t r a d e d ”   j a l e n   d u r e n ?   n o ,   n o b o d y   c a r e s   a n y m o r e ?   t h o u g h t   s o
    t h e   k n i c k s   s h o u l d   t r a d e   q u i c k l e y   t h e n   t o   t h e   r o c k e t s .
s o m e o n e   g e t   m e   d a v i d   s t e r n   a n d   a n   e n v e l o p e   f r e e z e r   r i g h t   n o w   k n i c k s  
🔥 🔥   k n i c k s   p r e s e a s o n   r e c a p !   🔥 🔥   k n i c k s   l o o k   p r o m i s i n g !   e f f i c i e n t   r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   p o w e r   e f f i c i e n t   w i n !   k n i c k s   k n i c k s n a t i o n 
 
 ✅   w a t c h   n o w ! 
   📽 ️     v i a  
    m r .   p r e s i d e n t   s i n c e   w e ’ r e   c o m m e n t i n g   a b o u t   s p o r t s   d o   y o u   h a v e   a n y   t h o u g h t s   o n   j a l e n ’ s   b r u n s o n   k n i c k s   d e b u t   t o n i t e   p l e a s e   a n d   t h a n k   y o u   g o   y a n k e e s   a n d   a l s o   a m e r i c a   ( :
y o     w h e r e ’ s   t h a t   k n i c k s   p r e - s e a s o n   r e a c t   v i d ? ? ? ?  
d i d   c a m   g e t   h u r t ?   n o   r e a s o n   w h y   h e   s h o u l d n ’ t   h a v e   b e e n   o u t   t h e r e   c l o s i n g   o u t   i n s t e a d   o f   t h a t   o t h e r   g u y   k n i c k s
🚨   n e w   e p i s o d e   a l e r t   🚨 
 
 k n i c k s   v s   p i s t o n s   |   g a m e   r e v i e w   
 
 w a t c h :   
 
 k n i c k s   t h i b s   b r u n s o n  
y ’ a l l   w a n t e d   j a l e n   d u r a n   s o   b a d .   n o w   l o o k   k n i c k s
w e   s t i l l   r o c k i n !     t a l k i n g   k n i c k s   -   c o m e   c h e c k   u s   o u t .   c a l l - i n   5 1 6 - 3 6 2 - 5 2 1 2   n b k f a m  
m e   a f t e r   t h e   f i r s t   k n i c k s   p r e s e a s o n   g a m e :   w e   c a n   d e f i n i t e l y   m a k e   t h e   p l a y - i n .   
 
 m e   a f t e r   w a t c h i n g   f i v e   m i n u t e s   o f   v i c t o r   w e m b a n y a m a :   i   m e a n   i t ' s   n o t   w e ' r e   g o n n a   w i n   t h e   t i t l e .   m a y b e   w e   j u s t   t a k e   t h i s   y e a r   o f f .
1 0 )   g l a d   t h i b s   a c t u a l l y   m a n a g e d   m i n s   l o l 
 1 1 )   c a m   g o t t a   w a t c h   t h o s e   r e f s . . .   b u t   n a h   h o p e f u l l y   h e ' s   g o o d   f o r   t h e   n e x t   g a m e   o r   s o . 
 1 2 )   t h e   r e s t   o f   t h e   p l a y e r s   a r e   i r r e l e v a n t . 
 
 k n i c k s   n e w y o r k f o r e v e r   w e h e r e   / e n d
5 )   r a n d l e   f i n e   i f   h e   m a k e s   d e c i s i o n s   w i t h i n   l i k e   3   s e c o n d s   a n d   r u n s . 
 6 )   e v a n   g o n n a   w i n   t h e   s t a r t i n g   r o l e   b y   d e f a u l t   l o l 
 7 )   o b i / i q   w i l l   b e   f i n e   -   r u s t . 
 8 )   d - r o s e   c o o l ,   b u t   i   w a n t   i q   t o   t a k e   a l l   h i s   m i n s   l o l 
 9 )   d e u c e   a   p e s t ,   b u t   n o t   a   m a r k s m a n   l o l 
 k n i c k s   n e w y o r k f o r e v e r   w e h e r e   2 /
k n i c k s   p o s t g a m e   e p i s o d e   i s   u p   n o w   o n     
 n b a   p r e s e a s o n   n b a 2 0 2 2   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   p i s t o n s   d e t r o i t   
 
       
 

c o n t r a r y   t o   m y   e a r l i e r   p o s t s ,   i   d i d   w a t c h   t h e   k n i c k s   g a m e   s o   i   h a v e   f a s t   t h o u g h t s : 
 
 1 )   b r u n s o n   d o p e .   h a v e n ' t   h a d   a   p g   l i k e   h i m   i n   a   l o n g   w h i l e . 
 2 )   r j   g o o d 
 3 )   m i t c h   m o v e s   l i k e   r o o k i e   m i t c h   -   g r e a t 
 4 )   l o v e   h a r t e n s t e i n   o f f   t h e   b e n c h . 
 
 k n i c k s   n e w y o r k f o r e v e r   w e h e r e   1 /
k n i c k s   p o s t g a m e   e p i s o d e   i s   u p   n o w   o n   
 n b a   p r e s e a s o n   n b a 2 0 2 2   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   p i s t o n s   d e t r o i t   
 
         
 

j a l e n   b r u n s o n   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n b r u n s o n   j a l e n   b r u n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j a l e n   b r u n s o n   m i g h t   b e   t h e   k e y   t o   u n l o c k i n g   r j   b a r r e t t ’ s   f u l l   p o t e n t i a l   f r   n e w y o r k f o r e v e r   k n i c k s
g o t   p r e t t y   g o o d   s e a t s   t h a t   d a y . . . 
 
 m i x i n g / m a s t e r i n g   r a t e s ?   g o   h e r e :   
 
 k n i c k s   m u s i c s t u d i o  
w a y   t o   e a r l y   p r e s e a s o n   o v e r r e a c t i o n … w h a t   d o   w e   t h i n k ?   k n i c k s   m a k i n g   t h e   p l a y o f f s ?
" s a u c e   w a l k a "   b a b y   t a t e   e l o n   j e e z y   z i o n   o v e r w a t c h 2   w w e n x t   b a c h e l o r i n p a r a d i s e   h i p h o p a w a r d s   f o r t h e a   " a a r o n   j u d g e "   f a t   j o e     p e l i c a n s   s a f e r     y o m   k i p p u r   m i g u e l   d r a g i c   q u e e n s u g a r   w e m b y   k n i c k s   b l a c k w o m e n   
 
 w h y   t h e   g o p   w i l l   w i n   b a c k   e v e r y t h i n g   
 🤢 🤮 🤮 🤮  
      k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d   r o s e   d o e s n ' t   n e e d   t o   l o o k   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d e r r i c k   r o s e   n o l o o k   a s s i s t   n y k   n e w y o r k   k n i c k s   d e t   d e t r o i t   p i s t o n s
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h e   c h i l d   w h o   w o n   t h e   h e a r t s   o f   a l l . 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 5 7 8 3   
 b r u n s o n   s a f e r   d d o s   c o r y   e l o n m u s k   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s   l i v r a n
f u c k   i t ,   i   h o p e   t h e   k n i c k s   t a n k .   g o   4 - 7 8 -   j u s t   s w e e p   b r o o k l y n  
d o n o v a n   m i t c h e l l ?   n b a   b a s k e t b a l l   k n i c k s   n b a t w i t t e r  
k n i c k s   f a n s ! 
 
 t o n i g h t   w a s   c h o c k   f u l l   o f   h i g h l i g h t s .   w h a t   w a s   y o u r   f a v o r i t e ? 
 
 m i n e   h a d   t o   b e   r j ’ s   f i r s t   q u a r t e r   d u n k
h o w   p e o p l e   m a r k e t   t h e i r   s a l e s   a n d   p r o d u c t s 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 5 7 8 3   
 b r u n s o n   s a f e r   d d o s   c o r y   e l o n m u s k   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s   l i v r a n
i q   t a k e s   d u r e n   o f f   t h e   d r i b b l e   a n d   m a k e s   i t   l o o k   e a s y .   n b a   b a s k e t b a l l   k n i c k s   i q   i m m a n u e l q u i c k l e y   n b a t w i t t e r   n y k   k n i c k s t a p e  
i t s   f i t t i n g   t h a t   r a y s   w i l l   b e   p l a y i n g   t h e   w i l d   c a r d   r o u n d   v s   t h e   c i t y   t h a t   t o o k   d o n o v a n   m i t c h e l l   f r o m   m y   k n i c k s   n o w   g o d   i s   g o i n g   t o   s t a r t   f a v o r i n g   t h e s e   s o b ' s   s t a r t i n g   w i t h   t h i s   s e r i e s   v s   t h e   f o r m e r   i n d i a n s   g u a r d i a n s
o b i   i s   t o p p i n   t h e   h i g h l i g h t s   w i t h   t h i s   w i n d m i l l   💥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   o b i   t o p p i n   w i n d m i l l   d u n k   n y k   n e w y o r k   k n i c k s   d e t   d e t r o i t   p i s t o n s
r j   b a r r e t t   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r j b a r r e t t   r j   b a r r e t t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
h e y   k n i c k s   f a n s   i t ’ s   o k   t o   s a y   r a n d l e   p l a y e d   w e l l   🤷 🏽 ‍ ♂ ️
s e e   h o w   p e o p l e   s e t   t h e i r   p r o j e c t   f l o w 
 ] 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 5 7 8 3   
 b r u n s o n   s a f e r   d d o s   c o r y   e l o n m u s k   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s   l i v r a n
k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   .  
    k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀  
w e a l t h   c a n   b e   a c h i e v e d   t h r o u g h   t h e   f o l l o w i n g   p r o c e s s   
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 5 7 8 3   
 b r u n s o n   s a f e r   d d o s   c o r y   e l o n m u s k   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s   l i v r a n
h o w   n i g e r i a   c a n   b e   c a l l e d   a b r o a d   b y   o t h e r   c o u n t r y 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 5 7 8 3   
 b r u n s o n   s a f e r   d d o s   c o r y   e l o n m u s k   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s   l i v r a n
l i l   m i s s . . . .   l o y a l   
 
 k n i c k s   k n i c k s t a p e   k n i c k s n a t i o n     n y k n i c k s   k n i c k s b a s k e t b a l l   
 
   😆 🏀 💙  
p o p s   g i v i n g   o u t   a d v i c e .   n b a   b a s k e t b a l l   k n i c k s   r i c k b r u n s o n   i q   j a l e n b r u n s o n   n b a t w i t t e r  
n e w   y o r k   b a s k e t b a l l   i s   b a c k 🏀 ‼ ️   • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • k n i c k s a n o n y m o u s   t h e p e o p l e s v o i c e   n b a   b a s k e t b a l l   n b a b a s k e t b a l l   k n i c k s   k i n c k s r a n k i n g     n e w y o r k k n i c k s   n y k n i c k s   n y c   n y   n e w y o r k c i t y   f y p   v i r a l   m s g  
r j   b a r r e t t   h i g h l i g h t s   -   k n i c k s   v s .   p i s t o n s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   r j   b a r r e t t   n y k   d e t   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w y o r k   k n i c k s   d e t r o i t   p i s t o n s
n i c e   l i l   p r e s e a s o n   d u b   🔥   k n i c k s  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
e a r l i e r   t o n i g h t ,   s p e r o   d e d e s   ( p b p ) ,     ( a n a l y s t )   & a m p ;     w e r e   o n   t h e   t n t   c a l l   f o r   p i s t o n s   a t   k n i c k s   n b a p r e s e a s o n
g a m e   1   t a u g h t   u s   a n d   h o p e f u l l y   t h i b s ,   t h a t   h e   c a n   c o u n t   o n   h i s   v e t s . .   b u t   h e   s h o u l d   n e v e r   h e s i t a t e   t o   s u b   i n   h i s   y o u n g   p l a y e r s .   b o t h   u n i t s   w e r e   c a p a b l e   o f   s c o r i n g   a n d   d e f e n d i n g   a t   a   h i g h   l e v e l   t o n i g h t .   
 
 l e t s   c a r r y   t h i s   i n t o   g a m e   2 . .   k n i c k s
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . .  
5 0   b u r g e r   h e r e   w e   c o m e   l m a o   k n i c k s
i q   t o   o b i   ( g o n n a   b e   h e a r i n g   t h a t   a   l o t   t h i s   y e a r ) .   n b a   b a s k e t b a l l   n b a t w i t t e r   i q   i m m a n u e l q u i c k l e y   o b i t o p p i n   k n i c k s   n y k   k n i c k s t a p e  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . . .  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . .  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . .  
“ i   l o v e   t h e   w a y   h e   c a n   c o n t r o l   a n d   m a n a g e   t h e   g a m e .   a n d   t o   m e ,   t h a t ’ s   t h e   n u m b e r   o n e   f u n c t i o n   o f   a   p o i n t   g u a r d . ”   -   t o m   t h i b o d e a u   o n   k n i c k s   n e w   p g   j a l e n   b r u n s o n   |    
    k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r     . . . .
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r     . . .
k n i c k s   1 1 7 ,   p i s t o n s   9 6 :   s c e n e s   f r o m   a   f u n   p r e s e a s o n   n i g h t   a t   t h e   g a . . .   ( p o s t i n g   a n d   t o a s t i n g ) 
 
 o n   t u e s d a y ,   t h e   n e w   y o r k   k n i c k s   k i c k e d   t h e i r   p r e - s e a s o n   o f f   a t   m a d i s o n   s q u a r e   g a r d e n   w i t h   a   . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   n y k n i c k s   n b a   k n i c k s
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
k n i c k s   n i c e   s t a r t   t o   p r e - s e a s o n .   a l w a y s   r o o m   f o r   i m p r o v e m e n t s   b u t   l i k e d   w h a t   i   s a w .   k e e p   i t   g o i n g .   💪 🏾 😎  
b e t t e r   p g   p l a y ,   t h e   k n i c k s   a r e   s u b s t a n t i a l l y   b e t t e r …   a n d   w e   h a v e …   m u c h   b e t t e r   p g   p l a y   n o w …   
 
 g o o d   n i g h t   🧡 💙
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i q   m a k i n g   h i s   o w n   o f f e n s e   l o o k   e a s y .   n b a   b a s k e t b a l l   i q   i m m a n u e l q u i c k l e y   n b a t w i t t e r   k n i c k s   n y k   k n i c k s t a p e  
g o o d   1 s t   h i t   o u t .   🔥 
 
 s i g n s   o f   e a r l y   f a m i l i a r i t y   /   c h e m i s t r y   t h e r e   -   a s   t h e   p o i n t   i ' v e   m a d e   -   c a n   b e   t h e   k n i c k s   s t r e n g t h   t h i s   y e a r .   
 
 n o t   a   l o t   o f   r o s t e r   t u r n o v e r ,   c a n   h e l p   s t a r t   o f f   s t r o n g ! 
 
 k n i c k s   n e w y o r k f o r e v e r   k n i c k s o n m s g  
  _ n y x   k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m a y   h a v e   o n l y   b e e n   a   p r e s e a s o n   g a m e   b u t   i t ' s   s o   e v i d e n t l y   a p p a r e n t   w h a t   a   l e g i t   t r u e   p o i n t   g u a r d   c a n   d o   f o r   a   t e a m .   e v e r y o n e   i s   g o i n g   t o   b e n e f i t   f r o m   b r u n s o n   b e i n g   o n   t h e   f l o o r .   n o   m o r e   r a n d l e   i s o   & a m p ;   o v e r   d r i b b l i n g   e i t h e r .   r j   l o o k e d   g r e a t   t o o .   2 n d   u n i t   m e s h i n g   w e l l   a l s o .   k n i c k s
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
a l l   i ' m   s a y i n g   i s   d e u c e   m c b r i d e   b e t t e r   g e t   m i n u t e s   t h i s   s e a s o n .   h i s   d e f e n s e   i s   t o o   g o o d   f r e e d e u c e   m i l e s m c b r i d e   n b a   k n i c k s   n e w y o r k   k n i c k s a n o n y m o u s
    k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
h e y   i   l i k e d   w h a t   i   s a w   f r o m   j u l i u s   r a n d l e   t o n i g h t   k n i c k s
k n i c k s   g a m e   a n d   a   n y   s l i c e   🍕 ! ! 
 
 t h e   c i t y   i s   a   b l e s s i n g !   🙏 🏾 🙏 🏾
    _ g o d s o n   k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
p e r   t o m   t h i b o d e a u ,   c a m   r e d d i s h ’ s   s p r a i n e d   a n k l e   w i l l   b e   r e - e v a l u a t e d   t o m o r r o w 
 
 n b a   n b a t w i t t e r   k n i c k s
  k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   t o p p i n   t h r o w s   d o w n   t h e   w i n d m i l l   d u n k   -   v i a     a p p .       n b a .       n y k @ .   k n i c k s .      
j u l i u s   r a n d l e   t o n i g h t   v s   d e t :   
 
 1 5   p t s 
 6   r e b s 
 4   a s t s 
 6 - 1 0   f g 
 2 - 4   3 p t 
 1 - 2   f t 
 1 8   m i n 
 + 1 8 
 
 k n i c k s   n e w y o r k f o r e v e r
i t ’ s   g o i n g   t o   b e   a   r e a l l y   f u n   s e a s o n   t h i s   y e a r   k n i c k s
b r u n s o n ,   j u l e s ,   a n d   r j   l o o k i n g   g o o d !   👀   k n i c k s
i ’ v e   s e e n   e n o u g h .   k n i c k s   t o p 4   s e e d   i n   e a s t .     😂 😂 .   o v e r   r e a c t   e v e r y   p r e s e a s o n .     k n i c k s   k n i c k s t a p e   n b a
t h e     l o o k   g o o d   f o r   r e a l   k n i c k s
f i r s t   s c o r e   g r a p h i c   o f   t h i s   4 - g a m e   n b a   e x h i b i t i o n   s e a s o n .     p i s t o n s   l o s e   a t   m s g   i n   n y c   b y   2 1 .     j a d e n   i v e y ' s   p r o   d e b u t   n e t s   1 6   p o i n t s   t o   l e a d   d e t r o i t .     i s a i a h   l i v e r s   h a d   1 3 .     h a y e s   a n d   b o g d a n o v i c   1 1   e a c h .     r j   b a r r e t t   l e d   t h e   k n i c k s   w i t h   2 1 .     s o ,   0 - a n d - 1   a n d   o f f   t o   n e w   o r l e a n s !  
r j   b a r r e t t   t o n i g h t   v s   d e t : 
 
 2 1   p t s 
 5   r e b s 
 2   a s t s 
 1   s t l 
 1   b l k 
 8 - 1 4   f g 
 3 - 5   3 p t 
 2 - 2   f t 
 2 3   m i n 
 + 2 3 
 
 k n i c k s   n e w y o r k f o r e v e r
w a t c h e d   m y   k n i c k s   t a k e   o n   t h e   p i s t o n s   b e n c h   w a s   n i c e ! ! !   n o w   w a t c h i n g   t h e   p e l s   v s   b u l l s   🏀     p r e s e a s o n
j a l e n   b r u n s o n   t o n i g h t   v s   d e t : 
 
 1 6   p t s 
 1   r e b 
 5   a s t s 
 1   b l k 
 7 - 9   f g 
 2 - 4   3 p t 
 2 0   m i n 
 + 2 1 
 
 k n i c k s   n e w y o r k f o r e v e r
n e w   y o r k :     c h u c k     a n d     h a v e   s e r v e d   y o u   p o o r l y .   v o t e   f o r   c h a n g e !   
 
 n e w y o r k   n y g i a n t s   m e t s   k n i c k s   y a n k e e s  
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h e   k n i c k s   h a v e   o n e   o f   t h e   b r i g h t e s t   f u t u r e s   i n   b a s k e t b a l l   a n d   n o b o d y   i s   t a l k i n g   a b o u t   i t
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
j a l e n   b r u n s o n   i n   h i s   f i r s t   a c t i o n   a s   a   n e w   y o r k   k n i c k 
 
 7 - 9   f g   👀 
 1 6   p t s   🔥 
 5   a s t   🪙 
 
 a l l   i n   2 0   m i n u t e s ,   c a n   j a l e n   b r u n s o n   l e a d   t h e   k n i c k s   t o   t h e   p l a y o f f s   k n i c k s   n b a  
t h e   k n i c k s   f i n a l l y   h a v e   a   l e g i t   s t a r t i n g   p o i n t   g u a r d   😌
m i l e s   m c b r i d e   c l o s e s   o u t   t h e   g a m e ! 
 n e w y o r k f o r e v e r   k n i c k s   n b a   n b a t w i t t e r     n b a p r e s e a s o n   n e w y o r k     
  
r a y s   w i l l   w i n   t h e i r   f i n a l   g a m e   o f   2 0 2 2   j u s t   l i k e   t h e   k n i c k s   d i d   o n   a p r   1 0 t h   v s   t h e   r a p t o r s
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . .  
i   s e e   k n i c k s   g a i n   t h a t   1 s t   p r e s e a s o n     w i n ! 👏 🏽 👏 🏽 🏀
_ d a i m o n a   k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
b r u n s o n   i s   b e t t e r   t h a n   a d v e r t i s e d . .   f i n a l l y   a   p g .   k n i c k s
_ 3   k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
n e w   e n e r g y   a t   m s g   k n i c k s
_ 5 t i i l _ h e r e   k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   c a n   g e t   u s e d   t o   t h i s .   k n i c k s
l i k e d   w h a t   i   s a w   f r o m   m y   k n i c k s   t o n i g h t ! !   l e t ’ s   g o o o
j a l e n   b r u n s o n   b r i n g s   h o m e   a   v i c t o r y   f o r   h i s   f i r s t   g a m e   f o r   t h e   k n i c k s : 
 
 1 6   p o i n t s 
 5   a s s i s t s 
 7 - o f - 9   f g 
 2 - o f - 4   3 p 
 1 9   m i n u t e s  
o b l i g a t o r y   u n h i n g e d   k n i c k s   t w e e t   k n i c k s  
r j b a r r e t t   s h i n e s   w i t h   2 1   p o i n t s   a n d   f i v e   r e b o u n d s   t o   l i f t   t h e   k n i c k s   o v e r   t h e   p i s t o n s .   f i n a l :   d e t   9 6   -   1 1 7   n y k   n b a p r e s e a s o n
f i n a l 
 
 k n i c k s   1 1 7 
 p i s t o n s   9 6 
 
 r j   b a r r e t t   ( 2 1   p o i n t s ) ,   b r u n s o n ,   a n d   r a n d l e   a l l   h a d   s t a r   m o m e n t s .   e v e r y o n e   c o n t r i b u t e d   o n   b o t h   e n d s   o f   t h e   f l o o r .   j u s t   a   s u p e r   f u n   s t a r t   t o   t h e   p r e s e a s o n
v e r y   s o l i d   p r e s e a s o n   w ,   o n w a r d s   a n d   u p w a r d s 
 
 k n i c k s
i   l i k e   w h a t   i   j u s t   s a w   k n i c k s
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
c o a c h c a s e y   b e e n   a r o u n d   f a r   t o o   l o n g   t o   s h o w   h i s   h a n d   i n   p r e s e a s o n   w i t h   t h i s   n e w b r e e d   p i s t o n s   g r o u p .   d o n ’ t   g e t   i t   t w i s t e d ,   f a m ,   i n   t h o s e   t e r m s ,   t o n i t e   a   b i g   w i n   v s   k n i c k s .   s t o r y   c o m i n g .
r j   w i t h   t h e   q u i c k   h a n d s   f o r   t h e   s t e a l   t o   f a c i l i t a t e   a   f a s t   b r e a k   a l l e y   o o p   t o   o b i   t o p p i n .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   r j b a r r e t t   o b i t o p p i n   n y k   k n i c k s t a p e  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h i s   i s   j u s t   a w e s o m e   k n i c k s     _ g o d s o n  
n i c e   t o   s e e   t h e   k n i c k s   n o t   b l o w   a   l e a d   a n d   g e t   t h a t   w !
l o v e   a   w o m a n   w h o   l o v e s   t h e   k n i c k s
f i n a l   s c o r e 
 
 p i s t o n s   9 6 
 k n i c k s   1 1 7 
 
 i v e y   -   1 6 p ,   4 r 
 h a y e s   -   1 1 p ,   5 a 
 d u r e n   -   2 p ,   1 4 r 
 l i v e r s   -   1 3 p ,   4 r 
 b o g d a n o v i c   -   1 1 p ,   4 r 
 
 d u r e n   l o o k s   i m p r e s s i v e   o n   t h e   b o a r d s   👀
p r e s e a s o n   w i n   f o r   t h e   k n i c k s !   n e w y o r k f o r e v e r   k n i c k s   n b a   n b a t w i t t e r  
g r e a t   s t a r t   t o   t h e   s e a s o n   k n i c k s  
p l e a s e ,   n o b o d y   s a y   “ b i n g   b o n g ” .   t h a t   k i l l e d   u s   l a s t   y e a r .   t h i s   w a s   a   v e r y ,   v e r y   g o o d   w a y   t o   s t a r t   t h i n g s   o f f .   k n i c k s     n y k   n e w y o r k f o r e v e r    
d o n ’ t   w a n t   t o   o v e r r e a c t   t o   a   p r e s e a s o n   g a m e ,   b u t   j u s t   a b o u t   e v e r y   k n i c k s   p l a y e r   s h o w e d   u p   t o n i g h t   a n d   d i d   t h e i r   t h i n g   a n d   t h e n   s o m e . 
 
 i f   t h i s   d e f e n s e   h o l d s   u p   ( i   t h i n k   i t   w i l l )   a n d   i f   t h e y   c a n   b e   t h i s   f l u i d   a n d   v e r s a t i l e   o n   o f f e n s e ,   t h i s   t e a m   i s   g o n n a   b e   p r e t t y   g o o d
b e a r d e d   t h i b s   i s   u n d e f e a t e d .   k n i c k s
r j   b a r r e t t   2 1   p o i n t s   i n   2 2   m i n u t e s   ( a n d   q u i e t l y ,   m i g h t   i   a d d ) ,   j a l e n   b r u n s o n   i s   t h e   p o i n t   g u a r d   t h i s   t e a m   n e e d s ,   a n d   t h e   e n e r g y   w a s   t h e r e   f o r   4 8   m i n u t e s .   i   k n o w   i t ' s   p r e s e a s o n ,   b u t   t h e r e   w e r e   a   r i d i c u l o u s   a m o u n t   o f   p o s i t i v e s   f r o m   t o n i g h t .   t a p e   k n i c k s
k n i c k s t a p e   k n i c k s
o n l y   n e g a t i v e   t o d a y   w a s   c a m   r e d d i s h   t w e a k i n g   h i s   a n k l e …   i   w a s   r e a l l y   r o o t i n g   f o r   t h i s   k i d ,   h e   h a s   a l l   t h e   t o o l s   s m h . .   t h i s   w a s   h i s   o p p o r t u n i t y   t o   m a k e   a   s t a t e m e n t   a n d   g r a b   a   r o t a t i o n   s p o t . .   s i g h . .   a h   w e l l   r j ,   b r u n s o n ,   j u   a l l   p l a y e d   g r e a t   a n d   t h e y   a r e   o u r   l e a d e r s !   k n i c k s
g l a d   t h e y   h e l d   t h e m   u n d e r   1 0 0   k n i c k s
l e t ’ s   g o   ! ! !   k n i c k s
t h e   p i s t o n s   f a l l   t o   t h e   k n i c k s   1 1 7 - 9 6 . 
 
 j a d e n   i v e y   a n d   j a l e n   d u r e n   w e r e   b o t h   v e r y   i m p r e s s i v e .   i v e y   s h o u l d   s t a r t   i n   t h e   r e g u l a r   s e a s o n   a n d   w e   s h o u l d   s e e   s o m e   d u r e n   m i n u t e s   r i g h t   a w a y .   
 
 c a d e   a n d   s t e w a r t   w e r e n ' t   g r e a t ,   b u t   i t ' s   j u s t   g a m e   1   o f   t h e   p r e s e a s o n .
w a i t   d i d   t h e   k n i c k s   j u s t   w i n   a   g a m e ? ? ! ! 
 k n i c k s   n b a
t h e   n e w   y o r k   k n i c k s   d e f e a t   t h e   d e t r o i t   p i s t o n s   1 1 7 - 9 6   i n   t h e i r   p r e s e a s o n   o p e n e r .   
 
 j a d e n   i v e y :   1 6   p o i n t s ,   2   a s s i s t s   
 i s a i a h   l i v e r s :   1 3   p o i n t s ,   4   r e b o u n d s 
 b o j a n   b o g d a n o v i c ,   k i l l i a n   h a y e s :   1 1   p o i n t s
n o t h i n g   l i k e   h e a r i n g   s t a n   v a n   g u n d y   s i n g   h i s   p r a i s e s   a b o u t   t h e   p i s t o n s   a s   t h e     a b s o l u t e l y   r o u t e   t h e m   k n i c k s  
k n i c k s   w i n s   p r e s e a s o n   g a m e   n b a   n b a p r e s e a s o n   k n i c k s
k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . .  
i ’ m   n o t   g o i n g   t o   o v e r r e a c t   t o   a   p r e s e a s o n   g a m e ,   i t ’ s   n i c e   t o   s e e   t h e m   p l a y   g o o d   a n d   w h a t   n o t   b u t   u n t i l   t h e   g a m e s   s t a r t   t o   m a t t e r   t h i s   i s   n o t h i n g .   f o r   n o w .   k n i c k s
i   k n o w   i t ’ s   t h e   p r e s e a s o n   b u t   r j   b a r r e t t   s o   f a r   s e e m s   t o   b e   l i v i n g   u p   t o   h i s   c o n t r a c t   e x t e n s i o n .   n b a   k n i c k s  
    h o w   w a s   y o u r   o f f - s e a s o n   m e n ?   h e r e   w e   g o   a g a i n ! !   k n i c k s   n a t i o n !   p u t   i t   o n   r e c o r d   i   f e e l   t h i s   t e a m   w i l l   s u p r i s e   t h i n k   2   y e a r s   a g o   b u t   m u c h   b e t t e r ! !   n o t   b l o w i n g   s m o k e   d e a d   s e r i o u s   k n i c k s
i   h o p e   m y   k n i c k s   h o l d   t h i s   l e a d !   k n i c k s
y o o o o o o   k n i c k s   a r e   b a c k !   a n d   n o   i   d o n ’ t   m e a n   b a c k   l i k e   t h a t !   b u t   j u s t   b a c k   r e a d y   t o   g o !   a n d   i t   f e e l s   g o o d   t o   g e t   a   w   e v e n   i n   a   p r e s e a s o n   g a m e !   k i d s   l o o k i n g   g o o d   m a n !   b r u n s o n   l o o k i n g   g o o d !   g o o d   f u c k i n g   n i g h t ! i   l o v e   m y   t e a m !     _ 7 f m     p o p p i n   t o n i g h t !
m i l e s   m c b r i d e   w i t h   h i s   6 t h   s t e a l .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
🎵   i t ' s   c o l d   i n   t h e   d   k n i c k s
f e e l   b a d   f o r   m c b r i d e ,   t h i b s   g o n n a   l e t   h i m   r o t   k n i c k s
y o u   c a n ’ t   t e l l   m e   t h e m   b o y s   a i n ’ t   l o o k   e l i t e   n e w y o r k f o r e v e r   k n i c k s     🏀 🔥 🗣 🗣 🗣 💪 🏾
    t h a t ' s   g r e a t   m o !   i ' m   s u r e   y o u   a n d   y o u r   k i d s   a r e   h a v i n g   a   g o o d   t i m e   w a t c h i n g   y o u r   k n i c k s   o b l i t e r a t e   m y   p i s t o n s   t o n i g h t !   b u t   o n   t h e   b r i g h t   s i d e ,   j a d e n   i v e y   w a s   b a l l i n g   t o n i g h t !   h e ' s   g o i n g   t o   b e   a   f o r c e   t o   r e c k o n   w i t h   i n   t h e   n b a   i n   t h e   n e a r   f u t u r e .
d e u c e   w a n t s   h i s   m i n u t e s !   k n i c k s  
  
   
   
 
 y o u   a l l   d e a l   w i d   m e   s h a b b y   b e c a u s e   o f   m y   k n i c k s .   l o o k   a t   m y   y a n k e e   t e a m . . . h e a d i n g   t o   t h e   p l a y o f f s   w i t h   t h e   h o m e r u n k i n g . 
 
 b u t   i   c a n   t e l l   o o n u   n u h   w a a   h e a r   d i s   🤣 🤣 🤣 🤣 
 
 h a t e r s  
    _ j _ d _ m     _ d u d e     _ _ w a r     _ s t e v e n     _ m a c   _ 1 9 1 4   @ _ k n i c k s 1 6 8 8               _       _ 2 2     _ _                     @ _ b i l l y h o y l e o f n j                             t h e   k n i c k s   g o t   t h r e e   f i r s t   r o u n d   p i c k s   f o r   h i m 😂 😂 😂 😂 s t o p   i t .   p l u s   t r a d i n g   f o r   b o g e y   w a s   d u m b   l o l
o u r   s t a r t i n g   5   l o o k e d   g o o d   f o r   i t   t o   b e   t h e i r   f i r s t   g a m e   r u n n i n g   w i t h   b r u n s o n . . i   s t i l l   h o p e   t h i b s   s t a r t s   g r i m e s   o v e r   f o u r n i e r   e v e n t u a l l y   k n i c k s
s o r r y   c a m   y o u ’ r e   o u t t a   h e r e   e v e r y b o d y   l o v e s   h a r t e n s t e i n   n o w   😂 k n i c k s
m i l e s   m c b r i d e   r e m i n d s   m e   o f   f r a n k   n t i l i k i n a   i f   f r a n k   w a s n ’ t   a s s   n b a   k n i c k s
m c b r i d e   i s   a   k e e p e r .   i t ’ s   a   l o n g   s e a s o n ,   o p p o r t u n i t y   w i l l   p r e s e n t   i t s e l f .   h e   j u s t   h a s   t o   s t a y   r e a d y .   k n i c k s
t h i s   k n i c k s   t e a m   l o o k s   f u n   a n d   e n e r g i z e d   w i t h   a   n e w   p g .   i ' m   h o p i n g   t h i s   t r a n s l a t e s   i n t o   t h e   r e g u l a r   s e a s o n .
g e t   m y   a r t   p r i n t e d   o n   a w e s o m e   p r o d u c t s .   s u p p o r t   m e   a t   r e d b u b b l e   r b a n d m e :       f i n d y o u r t h i n g   r e d b u b b l e   k n i c k s   n f t m a r k e t p l a c e
d e u c e ’ s   d e f e n s i v e   i n s t i n c t s   a r e   i n c r e d i b l e .   k n i c k s
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m i l e s   m c b r i d e   a g a i n ! ! !   a   s t e a l   a n d   a   s l a m ! 
 
 5   s t e a l s ,   t h e   d e u c e   i s   l o o s e   k n i c k s
m i l e s   m c b r i d e   w i t h   h i s   5 t h   s t e a l   t h e n   s l a m s   i t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
j u s t   g o t   o u t   o f   w o r k   h o w   w e   l o o k i n g   b o y s   k n i c k s
m c b r i d e   🗜 🗜 🗜 🗜 🗜   c l a m p   ‘ e m   u p   k n i c k s
h o w   c o o l   i s   i t   t o   s e e     a n d   h i s   f a t h e r ,   c o a c h   r i c k   b r u n s o n ,   s i t t i n g   n e x t   t o   e a c h   o t h e r   w a t c h i n g   t h i s   4 t h   q u a r t e r   o f   t h e     p r e s e a s o n   g a m e .   n b a   k n i c k s
h e y   m i l e s   m c b r i d e   f a n s , 
 
 w h o   y a   b e n c h i n g :   r o s e   o r   b r u n s o n ? 
 
 t h a t ’ s   w h a t   i t ’ l l   t a k e   t o   g e t   h i m   i n   c o n s i s t e n t l y .   k n i c k s
d u u u e e c c e e e   k n i c k s
i   c l e a r l y   m i s s e d   t h e   n b a   i f   i ’ m   w a t c h i n g   t h e   4 t h   q u a r t e r   o f   a   p r e s e a s o n   g a m e   w h e r e   t h e   k n i c k s   a r e   l e a d i n g   b y   2 0 .
r a i n b o w   s q u a d   i n …   k n i c k s
      w o w !   t h e   p i s t o n s   l o s t   t o   t h e   k n i c k s   😬 🏀
i   k n o w   i t ’ s   o n l y   p r e s e a s o n   b u t   t h e   n e w   l o o k   k n i c k s   l o o k i n g   g o o d   s o   f a r .   🏀   r j b a r r e t t   b r u n s o n   q u i c k l e y   k n i c k s
i m m a n u e l   q u i c k l e y   a t t a c k s   t h e   b a s k e t   a n d   b a n k s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
c h e c k i n g   i n   o n   m y   k n i c k s   -   i   l i k e   w h a t   i   s e e ! ! !
b e s t   w a y   t o   i m p r o v e   y o u r   m a r k e t i n g   e f f o r t s . 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 2 0 2 2   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s
l e t h a r g i c   r u s s e l l   w e s t b r o o k   h i g h l i g h t   i s   a n   e y e - o p e n e r   f o r   l a k e r s   f a n s 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   s a c r a m e n t o   k i n g s   s a c r a m e n t o p r o u d   n b a t w i t t e r   n b a 2 k 2 3   n b a 2 k   k n i c k s   m f f l   b l e e d g r e e n   f e a r t h e d e e r   w e a r e t h e v a l l e y   d u b n a t i o n   c l i p p e r n a t i o n
i s a i a h   h a r t e n s t e i n   w i t h   t h e   d e f e n s e   t h e n   d i s h e s   t o   i m m a n u e l   q u i c k l e y   f o r   a n   u n c o n t e s t e d   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
t n t   r e a l l y   o n   d e t r o i t   n u t s   k n i c k s   k n i c k s t a p e
    b e   r e a l i s t i c   a n d   r o o t   f o r   a   p l a y o f f   r u n .   k n i c k s
t n t   r e a l l y   o n   d e t r o i t   n u t s   h u h ?   k n i c k s   k n c i s t a p e
h a r t e n s t e i n   i s   h u s t l i n g   o u t   t h e r e   .   g o o d   t o   s e e   .   _ k n i c k s p r   k n i c k s
i t ’ s   o n l y   d e t r o i t   b u t   d a m n   t h i s   k n i c k s   t e a m   i s   f u n   r i g h t   n o w   🙌
j a l e n   s i t t i n g   n e x t   t o   h i s   p o p s   k n i c k s
h o w   p e o p l e   f e e l   w h e n   t h e y   s e e   a n   e a s y   w a y   a c q u i r e   w e a l t h 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 2 0 2 2   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s
c a m ’ s   i n j u r y   m a y   h a v e   p o t e n t i a l l y   e n d e d   h i s   k n i c k s   t e n u r e 
 
 t h a t ’ s   n o t   w h a t   i   w a n t   t o   h a p p e n ,   t h a t ’ s   w h a t   i   e x p e c t   t o   h a p p e n 
 
 d o e s   a n y 1   b e l i e v e   t i b b s   w i l l   a l l o w   r o o m   f o r   r e d e m p t i o n   & a m p ;   g i v e   c a m   a n   e x t e n d e d   a u d i t i o n   o n c e   t h e   s z n   g e t s   r o l l i n g ?
        k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
g a r d e n v i s i o n   j u s t   s h o w e d   f r a n k e n s t e i n   h i t   h i s   6 0 t h   h o m e .   a a r o n j u d g e   k n i c k s   n b a p r e s e a s o n  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  _ _ w a r         _ d u d e   _ s t e v e n     _ m a c   _ 1 9 1 4   @ _ k n i c k s 1 6 8 8       _ j _ d _ m           _       _ 2 2     _ _                     @ _ b i l l y h o y l e o f n j                               k n i c k s   t r a d e d   t h e   s p o t   t o   d r a f t   d u r a n   f o r   3   f i r s t   r o u n d   p i c k s   l o l .   r o b b e r y
s o   d o   w e   a l l   a g r e e   t h a t     g o n n a   b e   a   a l l s t a r   t h i s   s e a s o n ?   n e w y o r k f o r e v e r   k n i c k s  
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  h a v e   1 3   s t e a l s   s o   f a r ,   b e g i n n i n g   o f   4 t h   q t r !   d a m n !   d e f e n s e   i s   i t !   l e t ’ s   g o   k n i c k s       p i s t o n s
d e u c e   m c b r i d e   w i t h   4   s t e a l s   i n   1 2   m i n u t e s .   a n   a b s o l u t e   m e n a c e   o n   d e f e n s e .   k n i c k s
d e u c e   g o t t a   m a k e   t h o ’ s . . . . k n i c k s
b r u n s o n   t o   r a n d l e   w h o   b a c k s   d o w n   t h e   s m a l l e r   i v e y .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   j a l e n b r u n s o n   j u l i u s r a n d l e   n y k  
      t h i s   r i g h t   h e r e   i s   w h y   w e   n e e d   t o   a d d   a   k n i c k s   s e g m e n t   t o   p o w e r   & a m p ;   p o l i t i c s
h a r t e n s t e i n   b e g g i n   f o r   t h e   b a l l   s e v e r a l   t i m e s   w h e n   b e i n g   w i d e   o p e n   s m h . . .   j u s t   m a k e   t h e   p a s s   k n i c k s
l o v e   h a v i n g   k n i c k s   f a n s   i n   m y   c h a t !   🤣 🤣 🤣   n e w y o r k k n i c k s   k n i c k s  
i   l i k e   t h e   p u l l   u p   j u m p   s h o t   a t t e m p t   b y   o b i   .     k e e p   i t   u p   k n i c k s
w h e r e   a r e   t h e   o f f e n s i v e   r e b o u n d s   a f t e r   t h e s e   m i s s e d   3 ’ s   .   k n i c k s
i f   o b i   g e t s   t h a t   p u l l   u p   j u m p   s h o t   d o w n   p a c k   h e ’ l l   b e   a   g o o d   p l a y e r   i n   t h e   n b a   k n i c k s
w i l l   w e   s e e   k e e l s ?   k n i c k s
m i l e s   m c b r i d e   w i t h   a n o t h e r   s t e a l .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
a t   t h e   k n i c k s   g a m e   w i t h   m y   g !   k n i c k s t a p e     k n i c k s  
o b i   t o p p i n   w i t h   a   b u c k e t ,   a n   a s s i s t   f r o m   i m m a n u e l   q u i c k l e y .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
k n i c k s   h a v e   t h e   b e s t   s e c o n d   u n i t   i n   t h e   n b a   🧡 💙
i ’ m   d e f i n i t e l y   t a k i n g   t h e   o v e r   o n   t h e   b e t t i n g   w i n   t o t a l   f o r   t h e   k n i c k s   w h i c h   i s   s e t   a t   3 9 . 5   p e r   l v .   i   p r e v i o u s l y   s a i d   4 2   b u t   i   w o u l d n ’ t   b e   s u r p r i s e d   i f   i t ’ s   m o r e   l i k e   4 5 .   y e s   i t ’ s   j u s t   p r e   s z n     v s   t h e   p i s t o n s   b u t   i   a l r e a d y   s e e   a   d i f f e r e n t   t e a m !
h o w   t o   c h a n g e   y o u r   c a r   o i l 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 2 0 2 2   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   o v e r w a t c h 2   n u n e z   n a p o l i   r a n g e r s
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
e n d   o f   3 q : 
 
 k n i c k s   9 8 
 p i s t o n s   7 4 
 
 i ’ m   c o n v i n c e d   s o m e o n e   k i d n a p p e d   o u r   t e a m   b c   h o w   t h e y   a l m o s t   s c o r e d   1 0 0   b y   n o w   i s   c r a z y . 
 
 r a n d l e   p o p p e d   o f f   f o r   1 0   p o i n t s ,   h e   h a s   1 5   ( 6 / 1 0 )   f o r   t h e   g a m e
i   w a n n a   s e e   h u n t   w i t h   t h i s   u n i t   k n i c k s
s u r v e y   s h o w s   n b a   g m s   b e l i e v e   i n   n e w   l a k e r s '   h e a d   c o a c h   d a r v i n   h a m 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   s a c r a m e n t o   k i n g s   s a c r a m e n t o p r o u d   n b a t w i t t e r   n b a 2 k 2 3   n b a 2 k   k n i c k s   m f f l   b l e e d g r e e n   f e a r t h e d e e r   w e a r e t h e v a l l e y   d u b n a t i o n   c l i p p e r n a t i o n   a l l f l y
p r e s e a s o n   k n i c k   g a m e   7 4 - 9 8   k n i c k s   p r e s e a s o n k n i c k s   n e w y o r k k n i c k s   n b a 🏀
m e t s   a n d   k n i c k s   u p   b i g   l i f e   i s   g o o d   l g m   n e w y o r k f o r e v e r
c o m i n g   h o m e   t o   s e e   t h i s . . .   u g h   t h e r e s   n o t h i n g   b e t t e r   k n i c k s   b a s k e t b a l l   i s   b a c k   b a b y  
r j   b a r r e t t   w i t   2 1   o n   5 7 %   s h o o t i n g   a n d   6 0 %   f r o m   3   q u i e t l y . . h e   r i g h t   w h e r e   h e   l e f t   o f f   k n i c k s
b r u n s o n   t o   r a n d l e   w h o   l o s e s   h i s   s n e a k e r   o n   t h e   l a y u p .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   j a l e n b r u n s o n   j u l i u s r a n d l e   n y k   k n i c k s t a p e  
  1   o f   t h e   m o s t   o v e r r a t e d   e x p e r i e n c e s .   k n i c k s   m a d i s o n s q u a r e g a r d e n   n b a p r e s e a s o n  
h e   w a s   t h e   b e s t   p l a y e r   o n   t h e   c o u r t   t o n i g h t 
 
 j a l e n   b r u n s o n   a n d   r j   b a r r e t t   w i l l   b e   a l l   s t a r s   t h i s   s e a s o n ! ! 
 k n i c k s  
l o v i n g   t h e s e   n e w   a d d i t i o n s .   h a r r i s ,   h a r t e n s t i e n ,   a n d   o f   c o u r s e   b r u n s o n   s h o w i n g   t h e i r   w o r t h   i n   g a m e   1   k n i c k s
d o   y o u   d o   a n y   o f   t h e s e   t e n   e m b a r r a s s i n g   t h i n g s ? 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   o v e r w a t c h 2   n u n e z   n a p o l i a j a x
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
a f t e r   3 
 
 p i s t o n s   7 4 
 k n i c k s   9 8 
 
 i v e y   -   1 6 p ,   4 r 
 h a y e s   -   1 1 p ,   4 a 
 d u r e n   2 p ,   8 r
9 8   p o i n t s   a f t e r   3   q u a r t e r s …   k n i c k s  
t h i s   b e a t   d o w n   w a s   s o   b a d   i   t h o u g h t   t h i s   w a s   t h e   4 t h   q u a r t e r .     s t i l l   o n e   t o   g o   & a m p ;   d e t r o i t   l o o k   d e a d 
 
 k n i c k s   n e w y o r k f o r e v e r
a t   t h e   e n d   o f   t h e   t h i r d   q u a r t e r   t h e   k n i c k s   l e a d   t h e   p i s t o n s   9 8 - 7 4 .   
 
 j a d e n   i v e y :   1 6   p o i n t s ,   4   r e b o u n d s 
 k i l l i a n   h a y e s :   1 1   p o i n t s ,   4   a s s i s t s 
 b o j a n   b o g d a n o v i c :   1 1   p o i n t s
_ k n i c k s p r   k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m i l e s   m c b r i d e   w i t h   4   s t e a l s   a l r e a d y .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
t h i b s   i s   g o i n g   t o   l e t   t h e   b e n c h   p l a y .   i   n e e d   t o   s e e   o b i   b e   a g g r e s s i v e   l i k e   h e   w a s   t h e   l a s t   f e w   g a m e s   o f   l a s t   s e a s o n .   n o   n e e d   t o   g o   b a c k   i n t o   h i s   s h e l l   
 
 k n i c k s
y o u ' l l   n e v e r   g e t   h i r e d   i f   y o u   s a y   t h i s   i n   a   j o b   i n t e r v i e w 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   o v e r w a t c h 2   n u n e z   n a p o l i
h a r r i s   a t t a c k s   t h e   b a s k e t   a n d - 1   b u c k e t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
k n i c k s   b r u n s o n   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   d o n ’ t   w a n t   t o   g e t   t o o   e x c i t e d   a b o u t   m y     k n i c k s   b u t   i   a m
t h i s   t i n y   m i s t a k e   c o s t s   g a r d e n e r s   $ 3 , 0 0 0   a   y e a r 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   o v e r w a t c h 2   n u n e z   n a p o l i   r a n g e r s
m c b r i d e   h a s   b e e n   l e t h a l   d e f e n s i v e l y   🔥 … i t ’ s   g o i n g   t o   b e   v e r y   t o u g h   t o   k e e p   h i m   o f f   t h e   r o t a t i o n   k n i c k s
b u t   s e r i o u s l y ,   w h o   s t i l l   l i k e s   t h e   k n i c k s ? 
 
 k n i c k s   e f
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   t o p p i n   w i t h   a n o t h e r   d u n k ! 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n   n e w y o r k f o r e v e r   k n i c k s   k n i c k s t a p e   
  
    _ l i f e r s   _ n y _ b     t h i n k   k n i c k s   q u a l i f y   t o p   6   n o r m a l . 
 n y k   l o o k   l i k e   t h e y   a r e   b u i l d i n g   a   t e a m   o n   a   f o u n d a t i o n   o f   c h a r a c t e r . 
 t e a m s   l i k e   t h e   n e t s / 7 6 e r s   w i l l   a t   s o m e   p o i n t   d e a l   w i t h   f i n g e r   p o i n t i n g   a n d   d r a m a .
w e   h a v e   a   r e a l ,   l i v e   p g   😍   k n i c k s t a p e   k n i c k s
      k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m i t c h   i s   m y   g u y   b u t   w e   m i g h t   h a v e   t o   s t a r t   h a r t e n s t e i n   k n i c k s
s u p p o s e   t h i s   h a p p e n e d   o n   y o u r   w e d d i n g   d a y ! 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 2 0 2 2   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   o v e r w a t c h 2   n u n e z   n a p o l i   r a n g e r s
w h a t   a r e   w e   t h i n k i n g ? !   k n i c k s
i s a i a h   h a r t e n s t e i n   w i t h   a n o t h e r   b u c k e t   f r o m   t h e   c e n t e r .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
o k ,   i ’ m   t r y i n g   n o t   t o   g e t   t o o   e x c i t e d   a b o u t   t h e   k n i c k s   s i n c e   i   k n o w   t h i s   i s   t h e   p i s t o n s   a n d   i t ’ s   p r e s e a s o n   b u t   👇 🏾 😂  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m i l e s   m c b r i d e   a s s i s t s   i m m a n u e l   q u i c k l e y   w h o   a t t a c k s   h i s   d e f e n d e r   i n   t h e   p a i n t   a n d   i t s   b u c k e t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
i   k n o w   i t ’ s   o n l y   p r e s e a s o n … b u t   t h e   k n i c k s   r u n n i n g   t h e   p i s t o n s   o f f   t h e   c o u r t   i s   a   g o o d   s i g n   i n   t h e   r i g h t   d i r e c t i o n   👏 🏼   n b a p r e s e a s o n   k n i c k s t a p e
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
l a k e r s '   a n t h o n y   d a v i s   c o m i c a l l y   r o a s t s   m a l i k   m o n k   a f t e r   l o s s   t o   k i n g s 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   s a c r a m e n t o   k i n g s   s a c r a m e n t o p r o u d   n b a t w i t t e r   n b a 2 k 2 3   n b a 2 k   k n i c k s   m f f l   b l e e d g r e e n   f e a r t h e d e e r   w e a r e t h e v a l l e y   d u b n a t i o n   c l i p p e r n a t i o n
r j   f i n d s   o b i   f o r   t h e   g o t h a m   l o b .     d o n ' t   j u m p !   k n i c k s  
d a m n   c l y d e   c o l d   b l o o d e d   
 
 k n i c k s   n e w y o r k f o r e v e r  
t h i b s   t o   t h e   r e f   w h o   t r i p p e r   c a m   r e d d i s h .   k n i c k s  
s h o u l d     b a r r e t t   b e   i n   t h e   g a m e ?   u p   3 0 ,   i n   1 s t   p r e - s e a s o n   g a m e ,   j u s   s a y i n !   l e t ’ s   g o   k n i c k s     p i s t o n s      
n y   j u s t   b r i e f l y   h a d   a   3 0   p o i n t   l e a d   ( 9 1 - 6 1 )   w i t h   5 : 3 5   l e f t   i n   t h e   t h i r d   q u a r t e r .   
 
 w h o   i s   t h i s   t e a m ,   a n d   w h a t   d i d   t h e y   d o   w i t h   t h e   k n i c k s   ?
    _ l i f e r s   _ n y _ b     n o t   s u r e   t h a t   i   n e e d   t o   w a t c h   1 . 5   q u a r t e r s   o f   g a r g a g e   t i m e . 
 t h i n k i n g 
 k n i c k s   l o o k e d   g r e a t .
c l i n i c   k n i c k s   n b a p r e s e a s o n
r e a l l y   l i k e   w h a t   i ’ m   s e e i n g   i n       _ r a n d l e   _ _ _ _   a n d   t h e   r e s t   o f   t h e   k n i c k s   l o o k i n g   s e a m l e s s   w /     r u n n i n g   p o i n t .   l o o k i n g   s o l i d .   t h e   c h e m i s t r y   w i l l   j u s t   g e t   b e t t e r !   n b a
k n i c k s   h a v e   a   v e r y   d e e p   s e c o n d   u n i t .   s h o u l d   b e   a   s o u r c e   o f   s t r e n g t h   f o r   t h e   t e a m .   d a r e   i   s a y   d e e p e s t   i n   t h e   e a s t ?
i   k n o w   i t ’ s   j u s t   t h e   p i s t o n s   a n d   i t ’ s   j u s t   p r e s e a s o n   b u t   👀 👀 👀 👀 👀 👀   k n i c k s
k n i c k s   a r e   t h e   4 t h   s e e d   t h i s   y e a r .   i ’ m   n o t   h e r e   t o   a r g u e   f a c t s
r j ,   o b i ,   a n d   h a r t e n s t e i n   l o o k   g r e a t !   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r
g o o d   t o   h e a r   t h e   w e l l   w i s h e s   f o r   m i k e   b r e e n   o n     d u r i n g   t h e     g a m e !   k n i c k s
r j   b a r r e t t   w i t h   t h e   s t e a l   r u n s   t h e   f l o o r   t h e n   a l l e y - o o p s   t o   o b i   t o p p i n   f o r   a   s l a m .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
o b i   t o p p i n   o n   t h e   b r e a k   i s   b a c k   😎   k n i c k s
k n i c k s   a r e   k i c k i n g   a s s ,   t h a t ’ s   g o o d !   v e r y   g o o d !
t h e   e n e r g y   o n   b o t h   e n d s   i n   t h i s   g a m e   i s   s o m e t h i n g   w e   s a w   a   t o n   t w o   y e a r s   a g o ,   a n d   a l m o s t   n e v e r   l a s t   y e a r .   t h a t ' s   a   p o s i t i v e   i n   i t s e l f .   k n i c k s
t h i s   i s   a   f u n   t e a m   t o   w a t c h   k n i c k s
i   l o v e   y o u     😭 😭 😭   k n i c k s
o b i   o p p s   r e a l l y   r   t h e   b e s t 
 
 k n i c k s   n e w y o r k f o r e v e r  
w a y   t o o   e a r l y   k n i c k s   t a k e :   e a s t e r n   c o n f e r e n c e   c h a m p s
r j   b a r r e t t   a t t a c k s   t h e   p a i n t   a n d   b a n k s   i t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
p a c e   p a c e   p a c e !   k n i c k s
i s a i a h   h a r t e n s t e i n   k i c k s   i t   o u t   t o   r j   b a r r e t t   f o r   a n o t h e r   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
a n d   o f   c o u r s e ,   t h e   f i r s t   i n j u r y   i s   a   s p r a i n e d   a n k l e   ( u t e r u s )   b e l o n g i n g   t o   c a m r e d d i s h .   s h o c k e r !   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
c a n ’ t   a s k   f o r   m o r e   t h a n   w h a t   t h e   k n i c k s   a r e   s h o w i n g   i n   t h e   p r e s e a s o n   o p e n e r .   d o m i n a t i n g   t h e   y o u n g   p i s t o n s
c a m   j u s t   c a n t   w i n   m a n . . . . d a m n   k n i c k s
s a l u t e   t o   a l l   t h e   b e a u t i f u l   l a d i e s   o n   t h e y   l e t ’ s   g o   k n i c k s  
r a n d l e   h a n d   o f f   t o   r j   f o r   3 .   n b a   n b a t w i t t e r   b a s k e t b a l l   r j b a r r e t t   k n i c k s   n y k   j u l i u s r a n d l e  
b r u n s o n   c u r r e n t l y   h a s   1 6   p o i n t s   o n   7 / 9   s h o o t i n g ,   w i t h   5   a s s i s t s   i n   2 0   m i n u t e s .   t h a t ' s   w h a t   y o u   c a l l   e f f i c i e n t .   k n i c k s
r j   c h a n n e l i n g   h i s   i n n e r   g e o r g e   g e r v i n   k n i c k s  
h e   g o t   t h a t   d o g   i n   h i m !   k n i c k s   n y k   n b a   k n i c k s t a p e  
o o o p   w e   k n o w   h e   c o p o k e d   m i t c h e l l   l a s t   y r   i n   t h e   p l a y o f f s   i n   g a m e s   1 , 2   & a m p ;   3   k n i c k s  
i   h o p e   t h e   k n i c k s   t h i s   s e a s o n   p l a y   w i t h   r u t h l e s s   i n t e n t i o n s ,   t h e y   g o t t a   p l a y   l i k e   t h e y   w a n t   t h e   o t h e r   t e a m   t o   l o s e   e m b a r r a s s i n g l y   😈 😈 😈
b r u n s o n   t o   r a n d l e   f o r   3 .   n b a   b a s k e t b a l l   n b a t w i t t e r   j u l i u s r a n d l e   j a l e n b r u n s o n   k n i c k s   n y k   k n i c k s t a p e  
r e d d i s h   i s   a l r e a d y   h u r t ?   s p r a i n   a n k l e ? ?   c o m e   o n ! !   s h i t ! !   k n i c k s
i   d o n ’ t   u n d e r s t a n d   h o w   r e d d i s h   w a n t   a   b i g g e r   r o l e   a n d   h e   c a n ’ t   e v e n   s t a y   o n   t h e   c o u r t 🤷 🏾 ‍ ♂ ️   k n i c k s
i m p r e s s i v e   p l a y   t o n i g h t .   l e t s   g o   k n i c k s !   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
_ j _ t r u m p   w e   c a n   p r o u d l y   s a y   t h a t . . 
 1 .   a a r o n j u d g e   h a s   6 2 .   
 2 .   t h e   k n i c k s   d e b u t   l o o k s   b e t t e r   t h a n   t h o s e   n e t s
r j ' s   h a v i n g   f u n   o u t   t h e r e .   h i t t i n g   p l a y g r o u n d   m o v e s   l o l 
 k n i c k s
r j   r a n d l e   a n d   b r u n s o n   a r e   m e s h i n g   r e a l l y   w e l l   t o g e t h e r .   h o p e f u l l y   t h i s   c o n t i n u e   i n t o   t h e   r e g u l a r   s e a s o n   k n i c k s   k n i c k s t a p e   n b a
j a d e n   i v e y   i s   p r o b a b l y   w i s h i n g   t h a t   t h e   k n i c k s   d r a f t e d   h i m   k n i c k s   n e w y o r k   n e w y o r k c i t y   n b a   n b a p r e s e a s o n   k n i c k s a n o n y m o u s
h o w   d o e s   r e d d i s h   g e t   i n j u r e d   t h i s   o f t e n ?   w h o s   g o n n a   b a c k u p   r j   n o w ?     k n i c k s
r j   b a r r e t t   s o m e h o w   b a n k s   a   b u c k   w i t h   a   f i n g e r t i p   r o l e ,   h o p i n g   t o   d r a w   a   f o u l   b u t   e n d s   u p   m a k i n g   t h e   b u c k e t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
l o o k   a t   h o w   e a s i e r   t h e   g a m e   i s   c o m i n g   f o r   r a n d l e   a n d   r j .   i t ' s   a l l   b e c a u s e   o f   h a v i n g   a   f l o o r   g e n e r a l   o u t   t h e r e   i n   j a l e n   b r u n s o n .   k n i c k s
b l o w   o u t   😳   k n i c k s
a i g h t t t   t h i b s   t a k e   o u t   t h e   s t a r t e r s   i t ’ s   p r e s e a s o n .   r e l a x !   t h e y   s l i p p i n g   a n d   f a l l i n g   a n d   w e ’ v e   s e e n   e n o u g h   g r e a t n e s s   k n i c k s   k n i c k s t a p e
s o r r y .   d i d n ’ t   s e e   j u d g e ’ s   6 2 n d   h r .   t o o   b u s y   w a t c h i n g   i s a i a h   h a r t e n s t e i n .   k n i c k s t a p e   k n i c k s
b r u n s o n ' s   g o n n a   w i n   u s   l i k e   7 - 1 0   g a m e s   i n   c r u n c h   t i m e   t h i s   y e a r . 
 k n i c k s
r j   b a r r e t t   d r a w s   a   f o u l   a n d   i s   n o w   a t   t h e   l i n e .   b a n k s   b o t h .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
y o   m y   n i g g s   k n i c k s   o n   s o n   t a p   i n   _ t h e k i d _ i o s   _ t w i i c e           k n i c k s t a p e
k n i c k s   g o t t a   s h o w   t h e y   c a n   c l o s e   a n d   n o t   g i v e   u p   t h e   l e a d .   u p   b y   2 0   n o w   l e t ' s   s e e   s o m e t h i n g .     n e w y o r k f o r e v e r
b r u n s o n ,   r a n d l e ,   a n d   b a r r e t t ,   a l l   5 0 %   f r o m   3   k n i c k s
r a n d l e   g e t t i n g   o n   h i s   b u l l y   r a n d l e   m o d e   k n i c k s
d a m n   c a m   s m h   k n i c k s
j a l e n   b r u n s o n   r e c o n n e c t s   w i t h   j u l i u s   r a n d l e   f o r   a n o t h e r   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
i ' m   j u s t   s a y i n g .   h u m b l e d   y e t ?   🤓   k n i c k s   t k r  
t h e   d u k e   c o n n e c t i o n ‼ ️   k n i c k s  
r a n d l e   h a s   a   p g   w h o   m a k e s   h i m   t h e   s t a r t   h i s   o f f e n s e   f r o m   g o o d   s p o t s .     h e   c o u l d   h a v e   a   m o n s t e r   s e a s o n   i f   h e   t a k e s   h a l f   h i s   s h o t s   f r o m   t h e   p a i n t   u s i n g   b u l l y b a l l . . .   k n i c k s
t h i s   i s   w h a t   i   h o p e d   f o r . .   g e t   t h e   n e r v e s   o u t   a n d   c o m e   o u t   i n   t h e   2 n d   h a l f   k i l l i n g   s h i t   👏 🔥   k n i c k s
b r u u u u h   k n i c k s  
d a m n ,   r e d d i s h   r e a l l y   n e e d s   e v e r y   r e p   h e   c a n   g e t .   t o u g h   b r e a k .   k n i c k s
t h e   f l u i d i t y   o f   t h e   k n i c k s   o f f e n s e   i s   v e r y   i m p r e s s i v e .   t r u e   p o i n t   g u a r d s   b r u n s o n   a n d   d - r o s e   l o o k   v e r y   g o o d   a n d   a r e   c o m p l e t i n g   t h e   o t h e r   o f f e n s i v e   p i e c e s   s o   w e l l .   k n i c k s
c a m   r e d d i s h   a l r e a d y   g o t   h u r t   s h e e s h   👀 k n i c k s
i   c a n ’ t   s t r e s s   t h i s   e n o u g h .   t h e   p i s s e d o n s   b l o w   😆   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
t h e   k n i c k s   a r e   r u n n i n g   a n d   w i t h   t h e   o p e n   f l o o r ,   j u l i u s   r a n d l e   f i n d s   j a l e n   b r u n s o n   f o r   a   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
    g o d   d a m n   i t   i   w a s   w a t c h i n g   s o m e   k n i c k s   p r e - s e a s o n .     i ’ v e   b e e n   w a t c h i n g   f o r   w e e k s ,   1   f % * * + & g t ;   m i n u t e   i   t u r n   m y   b a c k .   m a z e l   t o v !     n o w   l e t ’ s   g o   w i n   i t   a l l   o r   a t   l e a s t   p l a y   m e t s   i n   a   s u b w a y   s e r i e s .   y a n k e e s
i   k n o w   t h i s   i s   s p e r o ,   b u t   i   k e e p   h e a r i n g   m i k e   t i r i c o   p i s t o n s   k n i c k s
r a n d l e   c o m i n g   o u t   n i c e   i n   t h e   3 r d   🔥   k n i c k s
o h   b o y .   i n j u r i e s   c o n t i n u e   t o   g e t   t h e   b e s t   o f   c a m .   b e e n   a   p r o b l e m   h i s   e n t i r e   c a r e e r .   k n i c k s  
k n i c k s   h i t   3   o f   t h e i r   f i r s t   s h o t s   o f   t h e   p r e s e a s o n .   k n i c k s t a p e   “ w e   g o i n g   t o   t h e   f i n a l s   b a b y ! ! ! !   n y k n i c k s   n b a   s p o r t s   b a s k e t b a l l
r a n d l e ’ s   h e a t i n g   u p   🔥   k n i c k s
j a l e n   b r u n s o n   w i t h   a n   a s s i s t   t o   j u l i u s   r a n d l e   f o r   a   t h r e e - p o i n t e r .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
p r e   s e a s o n   b u t   l o o k i n g   p r e t t y   g o o d .   i   f o r   o n e   a m   g l a d   t o   s e e   t h e   s a m e   p l a y e r   a n d   c o a c h .   t h i s   i s   h o w   y o u   b u i l d   a   t e a m   -   l a y e r   b y   l a y e r ,   s m a l l   t w e a k s .   e v e r y o n e   l o o k s   p r e t t y   g o o d   & a m p ;   i   l i k e   t h e   a d j u s t m e n t s .   k n i c k s
m i s s e d   t h e   f i r s t   h a l f . .   b r u n s o n   i s   g o i n g   t o   b e   a   g a m e   c h a n g e r   i t   s e e m s .   r e g a r d l e s s ,   v e r y   e x c i t e d   t h e   k n i c k s   a r e   b a c k !
j u l i u s   r a n d l e   o n c e   a g a i n   g o e s   s t r o n g   i n   t h e   p a i n t   a n d   b a n k s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
h o t   s t a r t   f o r   t h e   k n i c k s   a f t e r   t h a t   t h r e e   b y   b r u n s o n .
j a l e n   b r u n s o n   i s   e f f i c i e n t   k n i c k s
r a n d l e   👏 🏽 🔸 🔹 k n i c k s
1 9 9 8 - 9 9   u l t r a   b a s k e t b a l l   p a t r i c k   e w i n g   k n i c k s   3   n e w y o r k k n i c k s   
 
 $ 3 . 5 0   e a c h   o r   $ 5   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
w h y   j u l i u s   t a t t o o s   l o o k   a s h y ?   a m   i   t w e a k i n g   🤣   k n i c k s
d i d   f o u r n i e r   p u t   f l o o r   p o l i s h   o n   h i s   h e a d ?   w h y ’ s   h i s   h e a d   s h i n i e r   t h e n   t h e   c o u r t   i t s e l f ?   k n i c k s
t h e   j a l e n   b r u n s o n   e f f e c t : 
 
 1 3   p o i n t s   i n   1 5   f i r s t   h a l f   m i n u t e s   a n d   t h e   k n i c k s   h a l f t i m e   l e a d   i s   1 2 .   b r u n s o n   i s   6 / 8   f r o m   t h e   f i e l d   a n d   h a s   3   a s s i s t s . 
 
 3 q   n o w   u n d e r w a y
  l o o k i n   g o o d ,   l e t ’ s   n o t   f o r g e t   t h i s   i s   t h e   f i r s t   h a l f   o f   t h e   f i r s t   p r e - s e a s o n   g a m e ,   l o l ,   l e t ’ s   g o   k n i c k s   p i s t o n s
h o p e f u l l y   w i t h   m o r e   r e p s   j u l i u s   r a n d l e   c a n   a d j u s t   t o   p l a y i n g   o f f   b a l l   f o r   t h e   k n i c k s   l i k e   h e   d i d   e a r l y   i n   h i s   c a r e e r .   h e   l o o k s   v e r y   o u t   o f   p l a c e   i n   t h i s   o f f e n s e   r i g h t   n o w .   k n i c k s
k n i c k s   1 s t   h a l f   w a s   g o o d ,   b u t   i ' m   r e a l l y   w a t c h i n g   t h e   2 n d   h a l f ,   w i l l   t h e y   f o l d   o r   c o n t r o l   t h e   g a m e .   t h a t   w i l l   f o r e s h a d o w   t h e   w h o l e   s e a s o n .
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
w o a h !   w o a h !   i s n ' t   t h i s   " p a l m i n g ? " 😆 
 h a p p y   b i r t h d a y ,   b r u h ! 🥳 🎂 🎈 
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s n e w s   k n i c k s w i n   n y c   m s g   t h e g a r d e n   k n i c k s w o r l d     n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k   
  
c a r m e l o   a n t h o n y   h a d   6 2   f i r s t .   k n i c k s   s t a y m e 7 o
m y   k n i c k s   l o o k i n g   g o o d   🤪
j a l e n   b r u n s o n ' s   f i r s t   h a l f   o f   h i s   k n i c k s   d e b u t   
 
 1 3   p t s   ( 6 - 8   f g m )   
 
 n b a p r e s e a s o n 
 ( v i a   )  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
s c h o o l   w o r k   h e l p 
 s w c c a d m i s s i o n s   u n t d a l l a s   p a r i s j c   c o m d u c k s   m c e a g l e s   c e n t e n a r y l a   t e m p l e c o l l e g e   d e v r y u n i v 
 t y l e r j r c o l l e g e   c r i s w e l l c o l l e g e   t a m u c t   m c m u n i v 
 c b c f u t u r e   l a m a r o r a n g e   s t t h o m a s h o u s t o n   t a m u t e x a r k a n a   a s u t w i t t e r   a s u 2 6   a s u 2 5   y o m k i p p u r   k n i c k s   a s k n o t o r i o u s  
m e   n o t   o v e r r e a c t i n g   t o   t h e   f i r s t   h a l f   o f   a   k n i c k s   p r e s e a s o n   g a m e   k n i c k s  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d e u c e   i s   d o i n g   h i s   t h i n g !   k n i c k s
t h e   k n i c k s   a r e   g o i n g   t o   h a v e   t o   p l a y   a n   e g o   f r e e   b r a n d   o f   b a s k e t b a l l   t h i s   s e a s o n   i f   t h e y   w a n t   t o   m a x i m i z e   t h i s   t e a m s   t a l e n t .   i   w o n d e r   i f   c e r t a i n   g u y s   a r e   g o i n g   t o   b e   c o o l   n o t   s c o r i n g   2 0   p o i n t s .
i   l i t e r a l l y   j u s t   t u r n e d   t o   t h e   g a m e   a f t e r   w a t c h i n g   t h e   f i r s t   h a l f   o f   t h e   k n i c k s   p r e s e a s o n   g a m e   a n d   t h e n   b o o m   n u m b e r   6 2   a a r o n j u d g e     y a n k e e s
b r u n s o n   l o o k i n g   l i k e   t h e   f i n a l   p i e c e   t o   t h e   k n i c k s   p u z z l e .   b i g   y e a r   f o r   l e f t i e s   i n   n e w   y o r k   k n i c k s   n b a   p r e s e a s o n
w e   r e a l l y   w e n t   f r o m   k e m b a   & a m p ;   b u r k s   t o   b r u n s o n ,   d   r o s e ,   a n d   q u i c k l e y   i ’ m   s o   h a p p y   🥹   k n i c k s
g o o d   n e w s   f o r   k n i c k s   f a n s :   b r u n s o n   w i t h   1 3   & a m p ;   3   i n   h i s   d e b u t ,   r j   w i t h   1 2   & a m p ;   3   a n d   t h e y ’ r e   u p   a   d o z e n   a t   t h e   h a l f .   r e a l i t y :   i t ’ s   p r e s e a s o n   a n d   t h e   p i s t o n s .   s t i l l ,   t h i n k   t h i s   t e a m   h a s   * c h a n c e *   t o   b e   6   o r   7   s e e d   i n   t h e   e a s t .
r j   n e e d s   t o   b e   a w a r e   t h a t   e v e r y   t i m e   h e ’ s   o n   t h e   b l o c k ,   i t ’ s   n o t   a   g u a r a n t e e d   b u c k e t .   a p p r e c i a t e   t h e   c o n f i d e n c e   b u t   h e   n e e d s   t o   a v e r a g e   a t   l e a s t   6   a s s t / g a m e   t h i s   y e a r .   k n i c k s
a   p r o f e s s i o n a l   w e b s i t e   d e s i g n e r 
 
 b a r ç a   b a r c e l o n a   o v e r w a t c h 2   x a v i   d e m b e l e   n a p o l i   a j a n a p   e u r o p a l e a g u e   c h a m p i o n s   r a n i e l   d u m f r i e s   p e d r i   s a l a r i o r o s a v a p o r m a s   d d o s   p s d b   y o m k i p p u r     o v e r w a t c h 2   a s k n o t o r i o   k n i c k s   y o m k i p p u r   b r u n s o n   s a f e r  
w h o   y ’ a l l   g o t   w i n n i n g   t h i s   g a m e   k n i c k s   v s   p i s t o n s   n b a …
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
v e r y   i m p r e s s e d   b y   w h a t   w e ’ v e   s e e n   f r o m   j a l e n   b r u n s o n   i n   h i s   p r e s e a s o n   d e b u t .   n o t   u s e d   t o   s e e i n g   a   k n i c k s   t a k e   c o m m a n d   o f   t h e   o f f e n s e   a n d   h a v e   t h e   a b i l i t y   t o   c r e a t e   f o r   h i m s e l f . 
 
 h e ’ s   d r a w n   t w o   c h a r g e s   i n   o n e   h a l f   t o o   👀   h o p e   a l l   o f   t h i s   t r a n s l a t e s   t o   t h e   r e g u l a r   s e a s o n .
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h e   t e x t s   i m   g e t t i n g   f r o m   m y   d i e   h a r d   k n i c k   f a n   f r i e n d   …   k n i c k s t a p e   m v p   k n i c k s   n b a t w i t t e r     🤷 🏻 ‍ ♂ ️  
g l a d   t o   s e e   k n i c k s   i n   t h e   l e a d .   b u t   i ’ m   n o t   g o i n g   t o   b e   f o o l e d .   l e t ’ s   s e e   i f   t h e y   c a n   d o   t h i s   c o n s i s t e n t l y .
h a l f   t i m e   c o m m e n t s : 
 🟠 j a l e n   b r u n s o n   i s   f o r   r e a l .   l i k e   f o r   r e a l ,   f o r   r e a l .   
 🔵   h a r t e n s t e i n   i s   t h e   s t r e t c h   5   w e   n e e d e d . 
 🟠 r a n d l e   l o o k s   l o s t 
 🔵 b a r r e t t   o f f   t o   a   s l o w   s t a r t 
 🟠 k n i c k s   a s   a   t e a m   s t i l l   h a v i n g   t r o u b l e   c l o s i n g   o u t   o n   s h o o t e r s ,   e s p e c i a l l y   f r o m   3 .   
 
 k n i c k s   t k r
m y   b o y s   l o o k i n g   g o o d .   
 k n i c k s
b r u n s o n   o n   t h e   k n i c k s   i s   a l r e a d y   a   d i f f e r e n c e   w i t h   f i n i s h i n g   a t   t h e   r i m   a n d   m a k i n g   p l a y s   o f f   t h e   d r i v e
h a l f t i m e : 
 
 k n i c k s   6 5 
 p i s t o n s   5 3   
 
 n o t e s :   
 
 -   j a l e n   b r u n s o n   ( 1 3   p o i n t s )   a n d   r j   b a r r e t t   ( 1 2   p o i n t s )   a r e   t h e   l e a d i n g   s c o r e r s 
 -   i q   i s   a g g r e s s i v e   g o i n g   t o   t h e   r i m   
 -   e v e r y o n e   h a s   c o n t r i b u t e d   o n   d e f e n s e ,   l o t s   o f   s t e a l s / d e f l e c t i o n s 
 -   d u e c e   w a s   a   p l e a s a n t   s u r p r i s e   ( 4 p / 2 a )   w /   3   s t e a l s
h a n g   h a n g   o n ,   w a i t   o n   a   m i n u t e …   n o w   y o u ’ r e   t e l l i n g   m e   b r u n s o n   i s   u n d e r p a i d ? ! ?   n e w y o r k   k n i c k s
h a t e   t o   p i l e   o n   h i m ,   b u t   _ r a n d l e   r a n d l e   h a s   a   h o r r i b l e   h a n d l e ,   a l m o s t   e v e r y   p o s s e s s i o n   h e ’ s   d r i b b l i n g   o f f   h i s   f e e t !   k n i c k s       p i s t o n s    
j a l e n   b r u n s o n ' s   1 s t   h a l f   w i t h   t h e   k n i c k s   w a s . . .  
w e   a r e   a t   h a l f t i m e   o f   t h e   p i s t o n s   f i r s t   e x h i b i t i o n   g a m e   o f   t h i s   2 0 2 2 - 2 3   n b a   s e a s o n .     k n i c k s   l e a d   6 5 - 5 3 .     b o g d a n o v i c   a n d   t o p   p i c k   j a d e n   i v e y   l e a d   d e t r o i t   w i t h   1 1 .   s a d d i q   b e y   h a s   6 .     c u n n i n g h a m ,   s t e w a r t   a n d   h a y e s   w i t h   5   e a c h .     j a l e n   b r u n s o n   1 3   f o r   n y k .   o h   b a b y ,   t h i s   i s   e x c i t i n g !
y e a h   t h e y   g o t t a   g e t   e v a n   t f   o u t t a   h e r e   k n i c k s
b r u n s o n   g e t s   t o   t h e   r i m   w i t h   e a s e .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   j a l e n b r u n s o n   n y k   k n i c k s t a p e  
g r e a t   s t a r t   f o r   j a l e n   b r u n s o n ’ s   c a r e e r   i n   o r a n g e   a n d   b l u e   k n i c k s  
1 s t   h a l f   k n i c k s   
 m i t c h   l o o k s   g r e a t   o n   d   a n d   i n   g r e a t   s h a p e 
 i q   p l a y e d   w i t h   g o o d   p a t i e n c e   w i t h   t h a t   2 n d   u n i t ,   i m p r o v e d   f i n i s h i n g 
 d u e c e   ( i s   l o o o s e ) 
 b r u n s o n -   c o n f i d e n t   t h a t   e v e r y   s h o t   i n   t h e   p a i n t   i s   g o i n g   i n 
 r a n d l e   -   s t r u g g l i n g   t o   f i n d   h i s   p l a c e   i n   a   b r u n s o n   r a n   o f f e n s e
a   p r o f e s s i o n a l   w e b s i t e   d e s i g n e r 
 
 b a r ç a   b a r c e l o n a   o v e r w a t c h 2   x a v i   d e m b e l e   n a p o l i   a j a n a p   e u r o p a l e a g u e   c h a m p i o n s   r a n i e l   d u m f r i e s   p e d r i   s a l a r i o r o s a v a p o r m a s   d d o s   p s d b   y o m k i p p u r     o v e r w a t c h 2   a s k n o t o r i o   k n i c k s   y o m k i p p u r   b r u n s o n   s a f e r  
r j   b a r r e t   t a k e s   o f f   f o r   t h e   j a m !   🛫 
 n b a   k n i c k s   n b a t w i t t e r   n b a k n i c k s   r j   f l y   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   
  
i   l o v e   j a l e n   b r u n s o n   k n i c k s
6 5   1 s t   h a l f   p o i n t s   i s   n i c e   t o   s e e ,   e v e n   t h o u g h   i t ' s   d e t r o i t 
 k n i c k s
i f   m y   m e m o r y   s e r v e s   m e   c o r r e c t l y ,   o u r   s t a r t i n g   5   w i l l   s t a r t   t h e   2 n d   h a l f .   t h i b s   d o n ' t   b e   p l a y i n g   t h a t   s h i t   😂   k n i c k s
i f   e v e r y o n e   b u y s   i n …   p l a y o f f s .   e z   k n i c k s
o k   i ’ m   g e t t i n g   a   b r u n s o n   j e r s e y 
 
 k n i c k s   n e w y o r k f o r e v e r
m y   d a d   s a i d   s i g n i n g   b r u n s o n   w a s   n o t   a   g r e a t   i d e a   b e c a u s e   m c b r i d e   i s   d o m i n a t i n g   t h e   f i r s t   h a l f   o f   p r e s e a s o n   k n i c k s
j a l e n   b r u n s o n   w /   1 3   p o i n t s ,   3   a s s i s t s   a t   h a l f t i m e .   h e   a l s o   d r e w   3   o f f e n s i v e   c h a r g e s .   j b ’ s   l o o k e d   g r e a t .   k n i c k s
k n i c k s   f u m b l i n g   a w a y   b u t   r j   c o m e s   a w a y   w i t h   i t   f o r   t h e   2   h a n d   t h r o w   d o w n .   n b a   b a s k e t b a l l   r j b a r r e t t   k n i c k s   n b a t w i t t e r   n y k   k n i c k s t a p e  
h a v i n g   a   l e g i t   p g   i s   h u g e   k n i c k s   l o o k   s o   m u c h   b e t t e r   w i t h   b r u n s o n   a t   t h e   h e l m
n a h   r a n d l e   a n d   f o u r n i e r   r e a l l y   r o b b e d   u s   b r u h .   t h e y   c l e a r l y   d i d n ’ t   g e t   a n y   b e t t e r   t h i s   o f f - s e a s o n   k n i c k s
p r e s e a s o n     g a m e   n b a   l e t ’ s   g o   k n i c k s     k n i c k s   n b a p r e s e a s o n 2 0 2 2 🏀
n i c e   f i r s t   h a l f   f e l l a s   w e   s t i l l   g a i n i n g   c o n t i n u i t y   b u t   o v e r a l l   w e   l o o k i n   g o o d   k n i c k s
j a l e n   b r u n s o n   i s   o u r   2 n d   b e s t   p l a y e r   b e h i n d   r j   b a r r e t t   k n i c k s
k n i c k s   l o o k i n g   g o o d   i n   t h e   p r e s e a s o n   c a n ’ t   w a i t   f o r   t h e   r e a l   t h i n g   😤
m c b r i d e   i s   a   b o o s t   o f   e n e r g y   o u t   t h e r e !   k n i c k s
k n i c k s   a r e   a m a z i n g .   k n i c k s
  k n i c k s   a s   a   t e a m   a n d   i n d i v i d u a l l y   l o o k i n g   g o o d
k n i c k s   u p   b y   1 2   o v e r   t h e   p i s t o n s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
j u l i u s   r a n d l e   a t t a c k s   t h e   p a i n t   w i t h   p o w e r   a n d   m a k e s   t h e   b u c k e t   b e f o r e   t h e   e n d   o f   t h e   s h o t   c l o c k .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
k n i c k s   h a v e   6 5   a t   t h e   h a l f   i   m a y   c r y .  
f i r s t   h a l f   r e c a p :   j a l e n b r u n s o n i s g o o d   k n i c k s
w a y   t o o   e a r l y   o v e r r e a c t i o n   b u t   t h e   k n i c k s   l o o k   g r e a t !
k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
r a n d l e   h a s   b e e n   💩   💩 💩 💩 💩   a s   e x p e c t e d   & a m p ;   e v a n   h a s   b e e n   p o i n t l e s s   k n i c k s
b r u n s o n   i s   a w e s o m e .   s o   n i c e   t o   h a v e   a n   a c t u a l   p o i n t   g u a r d   o n   t h i s   t e a m   k n i c k s
j a l e n   b r u n s o n ’ s   g o i n g   t o   b e   r e a l l y   f u n   t o   w a t c h   t h i s   s e a s o n .   k n i c k s
c a n   w e   p l a y   t h e   p i s s e d o n s   4 5   t i m e s   t h i s   y e a r ? ? ?   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
j a l e n   b r u n s o n   m i g h t   b e   d p o y   i f   h e   c o   t o   u r   t o   d r a w   a l l   t h e s e   c h a r g e s   k n i c k s t a p e   k n i c k s   n b a   p r e s e a s o n
j a l e n   b r u n s o n   b r e a k s   d o w n   t h e   d e f e n s e   a n d   m a k e s   a n   a w e s o m e   s h o t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
  k n i c k s   f a n s   a f t e r   o n e   h a l f   o f   t h e   f i r s t   p r e s e a s o n   g a m e .  
j a l e n   b r u n s o n   i s   s o   n i c e . 
 
 k n i c k s
g o o d   h a l f   k n i c k s
k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
w h o   l o s t   t h e i r   s h o e   t h e r e ? ? 
 
 k n i c k s   n e w y o r k f o r e v e r
k n i c k s   f a n s   s e e i n g   s t r o n g   p e r f o r m a n c e s   f r o m   b r u n s o n   a n d   r j   s o   f a r   i n   t h i s   p r e s e a s o n   g a m e   . . .   e n c o u r a g i n g   t o   s a y   t h e   l e a s t   . . .
a t   t h e   e n d   o f   t h e   f i r s t   h a l f   t h e   k n i c k s   l e a d   t h e   p i s t o n s   6 5 - 5 3 .   
 
 b o j a n   b o g d a n o v i c :   1 1   p o i n t s ,   4   r e b o u n d s 
 j a d e n   i v e y :   1 1   p o i n t s ,   3   r e b o u n d s ,   2   a s s i s t s 
 s a d d i q   b e y :   6   p o i n t s ,   3   r e b o u n d s ,   2   a s s i s t s
b r e e n   s a i d   i t ,     m c b r i d e   m i n u t e s   w i l l   b e   e x t r e m e l y   l i m i t e d ,     h a v e   a   l o t   o f   d e p t h !   s o n   i s   a   t h i e f   t h o ! !   k n i c k s   p i s t o n s      
e v a n   f o u r n i e r   d r i b b l e s   a n d   d r a w s   a   f o u l .   n o w   s h o o t i n g   t w o .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
3   q u a r t e r s   i n   a n d   t h e   s t a r t e r s   l o o k   a s s . .   l e t   h o p e   t h i s   c h a n g e s   k n i c k s
      k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
f e e l s   l i k e   t h e   n e w   y o r k   k n i c k s   f i n a l l y   h a v e   a   p g ,   a n d   i t ’ s   e x c i t i n g .   k n i c k s
w h y   y e s   . . .   y e s   i   a m   w a t c h i n g   a   k n i c k s   p i s t o n s   p r e s e a s o n     g a m e   . . .   t h e   r e a l   q u e s t i o n   i s   w h y   a r e n ' t   y o u ?
i   s e e   t h e   l o v e   h i m   o r   l o s e   h i m   t w e e t s   h a v e   s t a r t e d   w i t h   j u l i u s   r a n d l e .   ( p r e s e a s o n   e d i t i o n )   k n i c k s  
i ’ m   b l o c k i n g   e v e r y b o d y   o n   m y   t i m e l i n e   t h a t   s a y s   t h e y   t r a d i n g   m i t c h e l l   r o b i n s o n .   i ’ m   n o t   s t a n d i n g   f o r   f o o l i s h n e s s   t h i s   y e a r .   k n i c k s
i   c a n ' t   d e c i d e   w h o   h a s   f r u s t r a t e d   m e   m o r e   s o   f a r   i n   t h e   f i r s t   h a l f ,   f o u r n i e r   o r   r a n d l e .   k n i c k s
l o v e   t h e   d e p t h   a t   p g ,   i f   t h e   n y k   s t a y   r e l a t i v e l y   h e a l t h y   t h i s   y e a r .   k n i c k s   
 b r u n s o n - r o s e - q u i c k l e y - m c b r i d e   👀
a n y o n e   a t   t h e   g a r d e n ?   i s   i t   p a c k e d   f o r   a   p r e s e a s o n   g a m e ?   k n i c k s  
b a r r e t t   t o   t h e   c u p .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   r j b a r r e t t   n y k   k n i c k s t a p e  
h e y     c a n   w e   g e t   s t a n   v a n   g u n d y   & a m p ;   c r e w   t o   s t f u   a b o u t   v e g a n i s m   p l z z .   m i s i n f o   a b o u t :   1 )   u   c a n ’ t   b u i l d   m u s c l e   2 ) t h e   b o d y   b r e a k s   d o w n   q u i c k e r   h a s   b e e n   p r o v e n   f a l s e   s c i e n t i f i c a l l y .   t h e s e   a r e   1 9 t h   c e n t u r y   m y t h s .   ( a s k   l e b r o n s   t r a i n e r )   k n i c k s   p i s t o n s   n b a   p l a n t b a s e d
  k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m e   r i g h t   n o w   l i k e   l e t ’ s   g o   k n i c k s  
d e u c e   w a s   a n   a b s o l u t e   i n   p i t b u l l   i n   t h o s e   l i m i t e d   m i n u t e s .   l o v e d   w h a t   i   s a w   f r o m   h i m   k n i c k s
w h a t   d o   i   i m m e d i a t e l y   n o t i c e   w i t h   j u l i u s   r a n d l e ?   h e   d o e s n ’ t   h a v e   t h e   b a l l   a s   m u c h .   t e a m s   w i l l   s e e   t h i s ,   a n d   t h e n   a l l o w   m o r e   s p a c e   f o r   h i m   t o   w o r k   i n   t h e   p o s t .   h a s n ’ t   s h o w e d   m u c h   t o n i g h t ,   b u t   l e t s   g i v e   i t   t i m e .   k n i c k s
j u l i u s   r a n d l e   s w i s h e s   o n e   o f   t w o   f r e e   t h r o w s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
h a r t e n s t e i n   a   l i v e   b i g   b o d y   k n i c k s
r a n d l e   d o e s   n o t   w a n t   t o   a d j u s t   f o r   t h e   t e a m   l o l   😆   k n i c k s
j u l i u s   r a n d l e   a t t a c k s   t h e   p a i n t   a n d   d r a w s   a   f o u l .   n o w   h e a d e d   t o   t h e   l i n e   f o r   t w o .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
w e ’ r e   g o i n g   t o   n e e d   t h i s   a g g r e s s i v e   j b   a l l   s e a s o n ,   i   l o v e   h o w   h e ’ s   p u s h i n g   t h e   p a c e   a n d   g e t t i n g   t o   h i s   s p o t   e a r l y .   k n i c k s
j u l i u s   f i n d s   r j   f o r   t h e   c u t   a n d   2   h a n d e d   s l a m   k n i c k s  
l i k i n g   w h a t   i   s e e   f o r   m o s t   p a r t .   s t i l l   w a n t   r a n d l e   g o n e .   t h i s   t e a m   c a n   b e   l o t s   o f   f u n   k n i c k s
i   d o n ’ t   w a n t   t o   s p e a k   e a r l y   b u t   t h e   k n i c k s   l o o k i n g   a i g h t 👀   k n i c k s t a p e   k n i c k s
t h i s   t e a m   i s   g o n n a   b e   r e a l   n i c e   o n c e   r a n d l e   a n d   f o u r n i e r   a r e   g o n e   k n i c k s
s t r e t c h   f i v e   a c t i o n   o n   t h e   s e c o n d   u n i t   k n i c k s  
2   c h a r g e s .   g u a r d i n g   c a d e ,   a n d   p l a y i n g   p h y s i c a l .   b u t   p l e a s e   g o   a h e a d   a n d   t e l l   m e   j b   i s   a   l i a b i l i t y   o n   d e f e n s e   🙄   k n i c k s
t h e   p i s t o n s   g o n n a   h a v e   t o   r e a l l y   p u t   u p   s o m e   p o i n t s   t o     g a m e s   i   s e e .   k n i c k s   s c o r i n g   a t   w i l l .   p i s t o n s   k n i c k s   n b a o n t n t
k n i c k s   a r e   g o i n g   t o   s h o c k   a   l o t   o f   p p l   t h i s   s e a s o n .   h o p e   y ’ a l l   r e a d y
i ’ m   n g l   i   m i g h t   b e   o v e r r e a c t i n g   b u t   j u l i u s   d o e s n ’ t   f i t   t h i s   t e a m   k n i c k s
w i t h   a   l o t   o f   f a n s   h a v i n g   a   m i c r o s c o p e   o n   h i m ,   j u l i u s   r a n d l e   i s   j u s t   p u t t i n g   t o o   m u c h   p r e s s u r e   o n   h i m s e l f .   h e ' s   n o t   t h e   a   o p t i o n   a n y m o r e .   d e l e g a t e   t o   y o u r   t e a m m a t e s   a n d   s t i c k   t o   y o u r   s t r e n g t h s .   k n i c k s
j u l i u s   r a n d l e   a l m o s t   t u r n e d   o v e r   t h e   b a l l ,   b u t   k e p t   i n   b o u n c e   a n d   f i n d s   t h e   c u t t i n g   r j   b a r r e t t   f o r   a   s l a m .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
i v e y   i s   g o i n g   t o   b e   a   b a d   b a d   m a n   i n   t h i s   l e a g u e .   k i d   h a s   g r e a t   m o v e s   o u t   t h e r e .   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
t h e   k n i c k s   d o n ’ t   h a v e   a   t r u e   s u p e r s t a r   b u t   t h e y   h a v e   a   c o u p l e   o f   s o l i d   p l a y e r s .   b r u n s o n ,   r a n d l e ,   b a r r e t t ,   a n d   m i t c h e l l   r o b i n s o n .   k n i c k s  
r a n d l e   l o o k s   h i s   s l i m m e s t .   b u t   t h a t ' s   r e a l l y   i t .   l o o k s   o f f / u n c o m f o r t a b l e .   r j   s a v e d   h i m   o n   t h a t   l a s t   f u m b l e .   k n i c k s
i   l i k e   t h e   e a r l y   c h e m i s t r y .     k n i c k s
i f   r a n d l e   w o u l d   j u s t   b e   w i l l i n g   t o   b e   d r a y m o n d   g r e e n . . .   k n i c k s
t h i s   t e a m ,   t h i s   w h o l e   s e a s o n .   d o n ’ t   l e t   m e   d o w n   k n i c k s
h a y   l u l y !     n i c e   d u n k   b a b y !   k n i c k s
  k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h r e e e e e e e e   p o i n t   b a l l ! !   k n i c k s
r a n d l e   a l m o s t   t u r n s   i t   o v e r   b u t   r e c o v e r s   n i c e l y   t o   g e t   i t   t o   t h e   c u t t i n g   r j   f o r   t h e   d u n k 
 
 k n i c k s   n e w y o r k f o r e v e r
i   k n o w   i t ’ s   j u s t   p r e s e a s o n   b u t   t h e   k n i c k s   a r e   l o o k i n g   g r e a t   ! !   j b   a n d   r j   g o n n a   c h o p   t h i s   y e a r   k n i c k s
j u l i u s   r a n d l e   h e l p s   w i t h   d e f e n s e ,   a n d   j a l e n   b r u n s o n   d r a w s   a   f o u l .   b a l l   g o i n g   t o   t h e   o t h e r   e n d .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
k n i c k s   a r e   g o i n g   t o   d i s c o v e r   w h a t   h a v i n g   a   l e g i t i m a t e   s t a r t i n g   p g   w i l l   d o   f o r   a   t e a m .   🌹   h e a l t h y   i s   a   h u g e   w   t o o .   n e w y o r k f o r e v e r
  k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀  
k n i c k s   f a n s !   c o m e   a t   m e !   c o n v i n c e   m e   t h a t   t h e   k n i c k s   a r e   l e g i t !   n e w y o r k k n i c k s   k n i c k s
i f   m i t c h   c a n   s t a y   h e a l t h y   i   b e l i e v e   h e ’ l l   b e   i n   t h e   r u n n i n g   f o r   d p o y   
 
 k n i c k s
  k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
h e   k n o w   t h a t   w a s   a   c h a r g e   😂   k n i c k s
j a l e n   l o o k i n g   l i k e   a n   a l l   s t a r   ‼ ️ k n i c k s   n b a
i   f u c k i n g   l o v e   t h i s   t e a m   a l r e a d y   d a w g   w e   h e r e   k n i c k s
r j   b a r r e t t   w i t h   a   b l o c k   t h e n   r u n s   t h e   l a n e   a n d   s w i s h e s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
a l r e a d y   l o v i n g   b r u n s o n   t h i s   g u y   i s   a   b r e a t h   o f   f r e s h   a i r   k n i c k s
k n i c k s   l o o k i n g   a i g h t   e a r l y  
j a l e n   i s   c o o k i n g ! 
 k n i c k s
b r u n s o n !   k n i c k s
r j   b a r r e t t   g e t s   a n   a s s i s t   f r o m   j u l i u s   r a n d l e ,   t h e n   s w i s h e s   t h e   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
f e e l i n g   t h e   p o s i t i v e   v i b e s   f r o m   t h i s   y o u n g   k n i c k s   s q u a d !   
 
 l e t s   g o   k n i c k s n a t i o n
s o   t h a t ' s   w h a t   a   g o o d   p g   l o o k s   l i k e   k n i c k s
i v e   a l w a y s   l o v e d   d e u c e   m c b r i d e   s i n c e   h i s   w v   d a y s …   t h i b s   n e e d s   t o   g e t   h i m   2 0   m i n u t e s   t h i s   y e a r . .   h e s   l i k e   a   h u m a n   e n e r g y   l i g h t   s w i t c h   k n i c k s   n b a
j a l e n   b r u n s o n   w i t h   a n o t h e r   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
j b   s m o o t h .   t h i s   i s   o u r   p o i n t   g u a r d ! ! !   🟠 🔵 🔥   k n i c k s
j a l e n   b r u n s o n   i s   s u c h   a   d a w g .   k n i c k s
g i v e   b r u n s o n   h i s   d u e .   h e ’ s   s h o o t i n g   i t   w e l l   t o n i g h t .   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
h a h a   b r u n s o n   b o y   l e t ' s   g o o o o o o o o o o   y e a h   k n i c k s
j a l e n   b r u n s o n   d a n c e s   i n   t h e   p a i n t ,   t h e n   e v a d e d   h i s   d e f e n d e r   a n d   b a n k s   t h e   f l o a t e r .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
r a n d l e   n o t   s c o r i n g   r a n d l e   f o u l s   l o o k s   l i k e   t h e   o l d   r a n d l e   t o   m e   k n i c k s
j u s t   t o u c h e d   d o w n   i n   a t l 
 
 k n i c k s   f a n s   h o w   t h e   g a m e   l o o k i n g   .   w h a t   i   m i s s   ?
d e u c e   i s   a   m e n a c e   o n   t h e   d e f e n s i v e   s i d e   o f   t h e   b a l l ! ! !   🔥   k n i c k s
d u e c e   m a k i n g   b r u n s o n ,   i q   a n d   r o s e   l o o k   l i k e   b a c k u p s   👀 🔥 👏   k n i c k s
l o v e   s e e i n g   d e u c e   m c b r i d e   s o   a c t i v e   b y   t h e   a r c .   h e ’ s   b e e n   a b l e   t o   g e t   i n   p a s s i n g   l a n e s   f o r   q u i c k   s t e a l s .   
 
 g i v e   h i m   m i n u t e s   t h i b s ! 
 
 k n i c k s  
    _ l i f e r s   _ n y _ b     i s   i t   m e   o r   i s   d e u c e   a   l e g i t   p r o s p e c t ? 
 k n i c k s   t h i b s   n e e d s   t o   g i v e   h i m   t h e   s a m e   r e s p e c t   a s   g r i m e s 
 i   s e e   a   p l a y e r   a n d   p a r t i c u l a r l y   a   w i l l i n g   d e f e n d e r .
i   t h i n k   w e   f o u n d   o u r   p g   😮 ‍ 💨   k n i c k s
m c b r i d e ! ! ! !   k n i c k s
y e a h   b r u n s o n   🔥   k n i c k s
m c b r i d e   r e m i n d   m e   o f   a   m i n i   p i t   b u l l   f r .   p a t   b e v   v i b e s   k n i c k s
i f   i ’ m   t h e   k n i c k s   i ’ m   p l a y i n g   r e d d i s h   ~ 3 0   m i n   t h i s   f i r s t   g a m e ,   a l o n g   w i t h   a n y   o t h e r   f r i n g e   b e n c h   p l a y e r s .   b u t   t h i s   i s   a   h u g e   p r e s e a s o n   f o r   c a m   r e d d i s h   i n s i d e t h e n b a  
  k n i c k s   b r u n s o n   c o o k i n g   i n   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m i l e s   m c b r i d e   h a s   b e e n   s u p e r b   o n   d e f e n s e .   a n o t h e r   s t e a l ,   t h e n   b a n k s   i t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
d e u c e   l o o k i n g   l i k e   t h e   t r u t h   i n   p r e s e a s o n   g a m e   o n e !   l e t ’ s   f u c k i n g   g o   k n i c k s ! ! ! !
t i s   t h e   s e a s o n   😏   k n i c k s  
m c b r i d e   i s   a n   a n i m a l ! ! !   k n i c k s   n y k
g r e a t   m i n u t e s   f r o m   t h e   k n i c k s   b e n c h
m c b r i d e   e a t i n g   
 k n i c k s
l m a o o o o     k n i c k s   f a n s   a r e   a c t u a l l y   t h e   m o s t   d o w n b a d   p e o p l e   o n   t h e   p l a n e t ,   b e s i d e s   m e n   t h a t   p e e   s i t t i n g   d o w n ! !   k n i c k s a r e b u n s
q u i c k l e y   y o u   h a d   a   w h o l e   o f f   s e a s o n   t o   w o r k   o n   f i n i s h i n g   w i t h   t h e   l e f t   h a n d .   l e t ’ s   g o o o   k n i c k s
f u c k i n g   p u m p e d   w i t h   t h i s   y o u n g   k n i c k s   s q u a d
d e u c e   m c b r i d e   i s   g o n n a   p l a y   h i s   w a y   i n t o   m i n u t e s .   k n i c k s
k n i c k s   r o l l i n g   a l o n g   n i c e l y   t o   s t a r t .
d u u u e e e c c e e e e   y e a h   y e a h   y e a h   d e f e n s e   b a b y   k n i c k s   n e w y o r k f o r e v e r
s o   h a p p y   t o   w a t c h   k n i c k s   a g a i n
q u i c k l e y   t o   t h e   r a c k !   k n i c k s
q u i c k l e y ! ! ! !   s t a r t   h i m   t h i b s !   k n i c k s   n y k   n b a
i m m a n u e l   q u i c k l e y   k e e p s   a t t a c k i n g   t h e   p a i n t .   t h e   k i d   h a s   g r o w n .   l e t ' s   g o   k n i c k s !   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
t o   t h e   b a j a   i q .   w a n n a   s e e   m o r e   o f   t h a t   💪 🏾   k n i c k s
i q q q q q q   a n d   1 1 1 1 1   l e t s   g o o o o o o o o o o   k n i c k s
d e u c e   t o   o b i ,   t a k e   f l i g h t !   k n i c k s  
b r o   o u r   b a c k u p   5   i s   s m o k i n g   s h o t s   f r o m   b e y o n d .   i t ’ s   g o n n a   b e   f u n .   k n i c k s
1   f a n s   💙 🧡   m s g   k n i c k s   n y k m s g  
‘ w h y   s h o u l d   y o u   r e m a i n   a   k n i c k s   f a n ? ’   m y   f r i e n d   a s k e d .   i   s a i d “ l o y a l t y ” ,   h e   s a i d ,   ‘ h a v e   t h e y   e v e r   c o m e   t h r o u g h   f o r   y o u   i n   t h e   l a s t   2 5 +   y r s ? ’ .   i   s a i d   ‘ n o t   r e a l l y ’ .   h e   s a i d   ‘ s o   w h y ’ ,   i   s a i d   “ l o y a l t y ”   : )
j e t s   a r e   t r e n d i n g   u p   ❤ ️   .   y a n k e e s   s t a r t   t h e i r   p l a y o f f   r u n   t o n i g h t .   n y r   r a n g e r s   o p e n i n g   n i g h t .   k n i c k s   l o o k   l i k e   t h e y   h a v e   a   p g !   n y c f c   s t a r t   t h e i r   p l a y o f f s   s o o n .   n e w y o r k   i s   r e p r e s e n t i n g !   🗽 🗽 🗽   e v e n   t h e   g i a n t s   a t   4 - 1   l o l
t h i b s   b e   t a k i n g   l o w k e y   s h o t s   a t   t h e   w h o l e   t e a m   l o l 
 k n i c k s 
 k n i c k s n a t i o n l e t s r i d e 
 n b a t w i t t e r   
 n b a  
s t a r s   w a t c h i n g   t h e   k n i c k s   i n   2 0 1 6 
 ( f r e n c h   m o n t a n a ,   l a   l a ,   c h i w e t e l   e j i o f o r )  
o n e   m o r e   d a y   t i l   t h e   s q u a d   p l a y !   _ b r i l l i a n c e   w i l l   b e   r e p p i n ’ a t   t h e   g a m e !   l e t s   g e t   i t   n e w y o r k f o r e v e r   k n i c k s  
o u t s i d e   o f   d u r a b i l i t y ,   w h a t   w o u l d   t h e i r   b e   n o t   t o   l i k e ?   h e ' s   a   p e r f e c t   t h i b s   p l a y e r   k n i c k s  
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s   y
    b r o   i t s   n o t   t r u e .   s i m p l y ,   f a n s   b e i n g   i r r a t i o n a l .   i f   a n y 1   h a s   b e e n   p a y i n g   a t t e n t i o n   t o   t h i s   p r e s e a s o n ,   j r   h a s   g a v e   u p   t h e   r e i g n s   t o   j b / r j ,   p l a y i n g   o f f   t h e   b a l l ,   c o m p e t i n g   o n   b o t h   e n d s   & a m p ;   h a p p y   t o   b e   t h e   3 r d .   d u d e s   j u s t   h a t e   j r —   i t s   c o m e d y .   i ’ m   n o t   e v e n   a   j r   g u y ;   i m   a   k n i c k s   f a n .
t h e   g a r d e n ,   1 9 6 6   k n i c k s  
b r i n g   h i m   h o m e   k n i c k s  
    _ m i l l s     t h e m   k n i c k s   g o n n a   k i c k   y ’ a l l   a s s ’ s   😂 😂 😂 😂
w i l d   k n i c k s  
    k n i c k s   d o n ’ t   m a t t e r   🤔 🙄
a l r i g h t ,   m a v s   t w i t t e r .   t h e   k n i c k s   n o t   o n l y   t o o k   j a l e n b r u n s o n   f r o m   u s ,   b u t   t h e y ’ r e   p a r a d i n g   h i m   i n   t i m e s   s q u a r e   😭   m f f l  
t h i s   m o r n i n g ’ s   k n i c k s   t a l k   i s   🚨   w i t h   .   s u b s c r i b e   t o   h i s   p a t r e o n   a n d   g r t   h i s   t h o u g h t   o n   m i t c h   g r o w i n g   i n t o   d p o y ,   b r u n s o n ’ s   i m p a c t ,   a n d   g r i m e s   t i m e .     d o u b l e   b l e s s i n g s   a n d   d o u b l e   c u r s e s   t o   t h o s e   w h o   e a r n e d   i t .  
g o a t s   g r i n d   _ _ _ _   k n i c k s 
 💙 🧡    
o v e r   t h e   s u m m e r ,   i   h a d   a   c h a n c e   t o   c h a t   w i t h   j . r .   s m i t h . 
 
 w e   t a l k e d   a b o u t   h i s   n e w   j e r s e y   r o o t s ,   e n t e r i n g   t h e   n b a   a s   a   t e e n ,   b e i n g   i m m a t u r e ,   p l a y i n g   f o r   t h e   k n i c k s ,   g o i n g   t o   c o l l e g e   i n   h i s   m i d - 3 0 s ,   h i s   l o v e   f o r   g o l f ,   a n d   m o r e . 
 
 n e w   f o r   : 

_ b e _ k e n d a l l   o n e   o f   t h e   g r e a t e s t   a c t i n g   j o b s   i n   n b a   h i s t o r y .   o n c e   t h i s   h a p p e n e d   i   k n e w   t h e   k n i c k s   h a d   z e r o   c h a n c e   i n   t h i s   s e r i e s .
n e w   v i d e o   t o   w a t c h : 
 
 " t o m   t h i b o d e a u   |   n y   k n i c k s   m e d i a   a v a i l a b i l i t y "   
 
 c r e a t o r :     n e w   y o r k   k n i c k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
t h e   k n i c k s   o w e   t h e i r   f a n s   m o r e   t h a n   w i n s   ( p o s t i n g   a n d   t o a s t i n g ) 
 
 t h e   p a s t   f e w   y e a r s ,   w h e n e v e r   s o m e o n e   c o m p l a i n s   a b o u t   t h e   k n i c k s   b e i n g   t h e   o n l y   n b a   t e a m   t h a t . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   n y k n i c k s   n b a   k n i c k s
b e f o r e   s e a s o n   t h o u g h t s 
 
 🗽 🟠 🔵 n e w   y o r k   k n i c k s 🗽 🟠 🔵 
 
 l a s t   s e a s o n :   3 7   -   4 5 
 p r e d i c t i o n :   🔼 
 
 k n i c k s   n e w y o r k   n b a t h o u g h t s  
  _ n e w y o r k   i ’ v e   b e e n   s a y i n g   t h i s .   i n s t e a d   o f   a   f a n b a s e   t h a t   a d m i r e s   h o w   m u c h   o f   a   l o v i n g   f a m i l y   t h i s   l o c k e r   r o o m   i s ,   t h e y   s e l e c t i v e l y   p i c k   p l a y e r s   t h e y   l i k e ,   t a r g e t   v i l l a i n s   ( b l a m e   t h e m   f o r   f a i l u r e s )   a n d   a t t a c k .   c l o w n s .   k n i c k s   a l l   d a y   b a b y
w e   n e e d   t o   p u t   a   6 ' 8   w i n g   n e x t   t o   r j   a n d   b r u n s o n   t o   m a x i m i z e   o u r   t e a m s   p o t e n t i a l .   i f   c a m   i s   n o t   t h e   a n s w e r ,   w e   n e e d   t o   g o   g e t   t h a t   s t a r t i n g   c a l i b u r   p l a y e r .   k n i c k s
e i t h e r   i m p r o v e   o r   l e a v e   t h e   k n i c k s !   n y   . . . 
   
 
   
 6 9 8 2 0 6 8 6   a t l a n t i c d i v i s i o n   d o n o v a n m i t c h e l l k n i c k s   e a s t e r n c o n f e r e n c e   k n i c k s d r a f t p i c k s   k n i c k s n e w s   k n i c k s n e w s a n d r u m o r s   k n i c k s n e w s a n d r u m o r s t o d a y   k n i c k s n e w s t o d a y   k n i c k s n e w s t r a d e   k n i c k s n e w s u p d a t e  
i n   c a s e   y o u   m i s s e d   i t   
 s k f   w e e k l y   -   e p .   4 4 :   n e w   y o r k   k n i c k s   o p e n   p r a c t i c e   |   n e w   y o r k   k n i c k s   t i p   o f f / c e l e b r i t y   g a m e   |   t h e   k n i c k s   a r e   2 - 0   i n   t h e   p r e s e a s o n   |   h a v e   e x p e c t a t i o n s   c h a n g e d   f o r   t h e   u p c o m i n g   s e a s o n ? 
 
 k n i c k s   s k f   s k f w e e k l y   n b a  
n e w   v i d e o   t o   w a t c h : 
 
 " q u e n t i n   g r i m e s   |   n y   k n i c k s   m e d i a   a v a i l a b i l i t y "   
 
 c r e a t o r :     n e w   y o r k   k n i c k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " n y   k n i c k s   n e w s   & a m p ;   r u m o r s :   n b a   i n s i d e r   d i s r e s p e c t s   j a l e n   b r u n s o n   & a m p ;   t h e   n e w   y o r k   k n i c k s "   
 
 c r e a t o r :     k n i c k s   n o w   b y   c h a t   s p o r t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " o b i   t o p p i n   |   n y   k n i c k s   m e d i a   a v a i l a b i l i t y "   
 
 c r e a t o r :     n e w   y o r k   k n i c k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
@ _ k n i c k s 1 6 8 8     _ 1 9 1 4               _ d u d e           _         _ j _ d _ m     _ a v p   _ m a c     _ s t e v e n       _ _ w a r     _ _ _ f i n c h             _ 2 2   _ _             @ _ b i l l y h o y l e o f n j       b a s e d   o n   t h e   h i s t o r y   o f   n b a   t r a d e s ,   m u l t i p l e   1 s t   r d   p i c k s   d o   m o v e   t h e   n e e d l e .   a i n g e   i s   j u s t   a   d c k   h e a d   w h o   w a s   p i s s e d   s p i d a   d i d n ’ t   w a n t   t o   b e   t h e r e   f o r   t h e   r e b u i l d ,   w a s n ’ t   g o i n g   t o   h o n o r   h i s   r e q u e s t   & a m p ;   h e   h a t e s   t h e   k n i c k s   —   d a t i n g   b a c k   t o   w h e n   h e   w a s   a   p l a y e r   t o   p r e s e n t   d a y .
r e t w e e t   t h i s   i f   y o u   t h i n k   t h e   k n i c k s   c a n   i m p r o v e   t h e s e   a r e a s   t h i s   s e a s o n .   
 
 k n i c k s   n b a   b a s k e t b a l l   n y k n i c k s   n e w y o r k   n e w y o r k k n i c k s   k n i c k s t a p e   k n i c k s n a t i o n   n y c   k n i c k s f a n   k n i c k s w a y   m s g   k n i c k s b a s k e t b a l l   b a l l i s l i f e   n y k   s p o r t s   n y k n i c k s b a s k e t b a l l  
f o r g e t   a b o u t   o u t s i d e   t h e   f a n b a s e —   t h e y ’ r e   i r r e l e v a n t .   t h e   f a c t   t h a t   t h e r e   a r e   f a n s   w i t h i n   t h i s   f a n b a s e   t h a t   d e v a l u e   t h i s   d u d e   i s   w i l d .   r j   w o n t   a c c e p t   a n y t h i n g   o t h e r   t h a n   g r e a t n e s s !   k n i c k s     m o n ⭐ ️   m e c c a   7 1 8  
  _ 1 9 1 4   _                 _ d u d e           @ _ k n i c k s 1 6 8 8         _ j _ d _ m     _ a v p   _ m a c     _ s t e v e n     _ _ w a r     _ _ _ f i n c h             _ 2 2   _ _             @ _ b i l l y h o y l e o f n j           f o r g e t   a b o u t   o u t s i d e   t h e   f a n b a s e —   t h e y ’ r e   i r r e l e v a n t .   t h e   f a c t   t h a t   t h e r e   a r e   f a n s   w i t h i n   t h i s   f a n b a s e   t h a t   d e v a l u e   t h i s   d u d e   i s   w i l d .   r j   w o n t   a c c e p t   a n y t h i n g   o t h e r   t h a n   g r e a t n e s s !   k n i c k s  
p l e a s e   g e t   r i d   o f   t h i b s .   k .   t h a n k s .   k n i c k s   f r e e o b i
n y   k n i c k s   n e w s   & a m p ;   r u m o r s :   n b a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c h a t s p o r t s   e a s t e r n c o n f e r e n c e   e s p n   j a l e n b r u n s o n   j a l e n b r u n s o n h i g h l i g h t s   j a l e n b r u n s o n k n i c k s   j a l e n b r u n s o n n e w s   j a l e n b r u n s o n r u m o r s   j a l e n b r u n s o n s t a t s   j o h n h o l l i n g e r   j o h n h o l l i n g e r j a l e n b r u n s o n  
d a v i d   w i n g a t e ' s   1 9 9 9 - 0 0   s h o t   c h a r t : 
 
 v o l u m e :   m i n i s c u l e   |   p _ 1   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   p o o r   |   p _ 0 
 e f f i c i e n c y :   p o o r   |   p _ 0 
 e f f i c i e n c y   v a l u e :   p o o r   |   p _ 3 
 
 f a v o r i t e   z o n e :   m i d r a n g e 
 b e s t   s k i l l   z o n e :   r e s t r i c t e d 
 b e s t   v a l u e   z o n e :   r e s t r i c t e d 
 
 d a v i d w i n g a t e 
 k n i c k s  
m e t s   f a n s   a r e   n o t   p a r t   o f   n e w   y o r k   y a n k e e s   g i a n t s   j e t s   k n i c k s  
h e r e ' s   w h y   k n i c k s   c o u l d   w a n t   t o   s t a r t   e v a n   f o u r n i e r   o v e r   q u e n t i n   g r i m e s 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   h e r e t h e y c o m e   w e a r e t h e v a l l e y   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
i   l i k e     m e l o   ,   b u t   e v e r y o n e   s c r e a m i n   h e   n e e d s   t o   b e   o n   a   t e a m ,   i s   b u g g i n !   2 0   y r   c a r e e r ,   o n l y   m a d e   i t   o u t   o f   1 s t   r o u n d   t w i c e !   h e   d i d n ’ t   m a k e   a n y   t e a m m a t e   b e t t e r !   p u r e   s c o r e r   a n d   n o t   a   w i n n e r !   k n i c k s       n y k   k n i c k s f o r e v e r
w i l l   t o m   t h i b o d e a u   w e l c o m e   y o u t h   m o v e m e n t   w i t h   o p e n   a r m s   i n   2 0 2 2 - 2 3 ? 
 
 
 
 n b a   k n i c k s   n e w y o r k   n e w y o r k f o r e v e r   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   l a k e s h o w   r a i s e d b y w o l v e s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   n b a p i c k s   m f f l
p a t   e w i n g ' s   3 3   k n i c k s   _ c h i m p s o n s  
v i n t a g e   s t a t u e   o f   l i b e r t y   n e w   y o r k   c i t y   m a n h a t t a n   u s a   s o u v e n i r   t r a v e l   p e n n a n t     v i n t a g e   t i m e s s q u a r e   y a n k e e s   n y c   t o g e t h e r b l u e   p e n n a n t   n y r   n y g i a n t s   m e t s   n e w y o r k   n y g   n y k   n o q u i t i n n y   r e p b x   a l l r i s e   n y   l g m   n e w y o r k f o r e v e r   u s a   n e w y o r k c i t y   k n i c k s
f u c k   b a s e b a l l !   r a n g e r s   t o m o r r o w   n i g h t ,   k n i c k s   o n   w e d n e s d a y .   d o n e   w i t h   t h e   g u y s   w e a r i n g   t i g h t s !  
  w a l k i n g   i n t o   b a r c l a y s   i n   a   k n i c k s   h a t   i s   t h e   h e e l   s h i t   w e   l o v e   t o   s e e   h e r e   a t   t h e   o u t l e t   h o o p s   k n i c k n a t i o n
🎥   t o m   t h i b o d e a u   a n d   o b i   t o p p i n   d i s c u s s   t h e   e n e r g y   t o p p i n ' s   h i g h - f l y i n g   a b i l i t y   b r i n g s   t o   t h e   k n i c k s  
c h a r l i e   w a r d ' s   2 0 0 0 - 0 1   s h o t   c h a r t : 
 
 v o l u m e :   a v e r a g e   |   p _ 4 9   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 5 3 
 e f f i c i e n c y :   e x c e l l e n t   |   p _ 8 5 
 e f f i c i e n c y   v a l u e :   g o o d   |   p _ 8 1 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   m i d r a n g e 
 b e s t   v a l u e   z o n e :   b r e a k 3 
 
 c h a r l i e w a r d 
 k n i c k s  
i ’ m   g o n n a   b e   p i c k i n g   u p   a   k n i c k s   t e a m   b u n d l e   f r o m   2 0 2 0   -   p r e s e n t   y e w w w w !   
 c o l l e c t i b l e s   s p o r t s c a r d s   c o l l e c t o r   n b a   b a s k e t b a l l   k n i c k s
🎙 ️ t o g e t h e r   e v e r y o n e   a c h i e v e s   m o r e ! 
 
 4 t h q u a r t e r w o r k n y c   
 j r k n i c k s   
 r u c k e r p a r k   
 t r a i n i n g t h a t t r a n s l a t e s   
 b a s k e t b a l l o p e n s d o o r s   
 k n i c k s 
 c o m m u n i t y   
 n y c  
_   h o p e f u l l y   _ r a n d l e   r a n d l e   ,   i ’ m   a   h u g e     k n i c k s   f a n ,   d o n ’ t   l i k e   h i s   p l a y   o r   a t t i t u d e ,   b u t   h o p i n g   h e   c h a n g e s !       n b a   n y k   k n i c k s f o r e v e r
w i l d ,   w e   h a v e   t o   d e a l   w i t h   _ r a n d l e   r a n d l e   f o r   s o   l o n g ,   a n d   t h i s   t e a m   i s   p r e t t y   y o u n g ,   h o p e f u l l y   w e   c a n   k e e p   t h e   y o u n g   c o r e   t o g e t h e r !   k n i c k s       n b a     n y k   k n i c k s f o r e v e r  
@ _ a n a l y k n i c k s     w i l d ,   w e   h a v e   t o   d e a l   w i t h   _ r a n d l e   r a n d l e   f o r   s o   l o n g ,   a n d   t h i s   t e a m   i s   p r e t t y   y o u n g ,   h o p e f u l l y   w e   c a n   k e e p   t h e   y o u n g   c o r e   t o g e t h e r !   k n i c k s       n b a     n y k   k n i c k s f o r e v e r

 
 w e   a r e   l i v e !   j e t s   g i a n t s   m e t s   n f l w e e k 5   m l b p l a y o f f s   n b a t w i t t e r   k n i c k s   n e t s   y a n k e e s
s h o u l d   k n i c k s   t a n k   f o r   2 0 2 3   n b a   d r a f t   p h e n o m   v i c t o r   w e m b a n y a m a ? 
 
 n e w y o r k f o r e v e r   
 k n i c k s   🏀 
 n b a t w i t t e r   
 n b a   🏟 
 
  
w o w ,   t h e   m s g   k n i c k s   t h e m e   m u s i c .   y e s !   🙌 🏽 🙌 🏽  
@ _ h e l l o b i r d i e   k n i c k s ,   j e t s   & a m p ;   r a n g e r s !   e n o u g h   i s   e n o u g h !
h o w   w a s   t h i s   s o   c h e a p   r a n k   c r a z y   a s   w e l l   n y c   k n i c k s     a n o t h e r   o n e   _ c h i m p s o n s  
w h e n   t h e y   l o v e   t o   h a t e   y o u   s t a y   t r u e   t o   y o u r s e l f   k n i c k s   💪  
l e t s   g o o o   b e c o m e   a   k n i c k s   f a n   b r o  
  i ' m   f o r   t h e   k n i c k s   & a m p ;   t h a t   o n   t h e   f r o n t   o f   t h e   j e r s e y     ! ! !
  f a n t a s y   o u t l o o k   f o r   k n i c k s    
k n i c k s   n a t i o n ,   h e r e ’ s   t h e   t a p e :   b o o k   i t ,   🍔   b u r g e r .   w e h e r e      
j o i n   u s   a t   8 : 1 0 p m   e s t   f o r   a n o t h e r   g r e a t   e p i s o d e   o f   t h e   b o y s   i n   t h e   b i g   a p p l e   p o d c a s t !   t o n i g h t ,   j o h n   w i l l   r a n t   o n   t h e   m e t s   b e i n g   e l i m i n a t e d ,   w h i l e   w e   a l s o   d i s c u s s   t h e   n y g i a n t s   +   j e t s   g e t t i n g   v i c t o r i e s ,   y a n k e e s   a l d s   p r e v i e w ,   k n i c k s   p r e s e a s o n   +   m o r e ! 

    a i n ’ t   n o   p l a c e   l i k e   h o m e   🗽 k n i c k s
    k n i c k s   t h a t ’ s   w h o   i ’ m   f o c u s e d   o n   n y k   k n i c k s f o r e v e r     n b a    
w o b i   w o p p i n .     
 
 b r o o k - l y n ' s   f i n e s t ,   y o u   r e - w i n d   t h i s 
 r e p r e s e t i n   b x   t o   t h e   f u l l e s t ! 
 
 n e w y o r k f o r e v e r   r e p b x   k n i c k s   y a n k e e s t w i t t e r   n y y   n y k  
h e r e ' s   w h y   j a l e n   b r u n s o n   h a s   b e e n   a   g a m e   c h a n g e r   s o   f a r   f o r   t h e   n e w   y o r k . . .     v i a   
 
 n b a   b a s k e t b a l l   b b a l l   s p o r t s   e s p n   k n i c k s   p o d c a s t   y o u t u b e   y o u t u b e r
t h e   m f i n g   k n i c k s   🗽  
  b e   w e l l   b r o t h e r ,   g o   k n i c k s
i   w o n d e r   i f   t h e   w a r r i o r s   w o u l d   t a k e   m i t c h   r o b   a n d   c a m   r e d d i s h   f o r   d r a y m o n d   k n i c k s
h e a d i n g   t o   b a r c l a y s   f o r   w w e r a w   ,   g o t t a   m a k e   s u r e   i   r e p r e s e n t   p r o p e r ,   e s p e c i a l l y   i n   n e t s   t e r r i t o r y .     k n i c k s   k n i c k s t a p e   k c d a  
"   t h e   n i g h t   l i n s a n i t y   e n d e d   "   d o c   c o m i n g   s o o n   !   h i n t   i t   e n d e d   i n   m i a m i   🤷 🏾 ‍ ♂ ️ 💯   k n i c k s   n y k   n e w y o r k f o r e v e r    
i   t h i n k   i q   w o u l d   l i k e   a   w o r d 
 
 k n i c k s   n e w y o r k f o r e v e r  
‘ t o o   e a r l y … ’   s t a y m e 7 0   k n i c k s 
 💙 🧡 🤪 
 t h e r e d e e m t e a m    
s e e   h o w   b r u n s o n   s o l v e s   t h e   r j   a n d   j u l i u s   e f f i c i e n c y   p r o b l e m 
 d r e ' s   t a k e   o n   t h e   k n i c k s 
 
 n y c e v e n t s   f r e e t i c k e t s 
 n b a   b a s k e t b a l l   n y c s p o r t s 
 

n b a   2 k 2 2   p a r k   p s 5   -   b i g   c o m e b a c k 
   
 
 n b a   n b a j a p a n g a m e s   n b a t w i t t e r   l e b r o n j a m e s   k o b e b r y a n t   l a k e r s   w a r r i o r s   k n i c k s   c e l t i c s   g r e e c e   n b a 2 k   n b a 2 k 2 2   n b a p r e s e a s o n   n b a   n b a i n a b u d h a b i   n b a y o u n g b o y   f o l l o w   l i k e  
n b a   2 k 2 3   ( p s 5 )   r e c   1   -   d r e w   l e a g u e 
   
 
 n b a   n b a 2 k 2 2   n b a 2 k   2 k 2 2   2 k c o m m u n i t y   g a m e r   h i g h l i g h t s   l e b r o n j a m e s   k o b e b r y a n t   h o u s e t a r g a r y e n   ت ش ا و ر ي ة _ ش م ر   a e w   b a s k e t b a l l   l a k e r s   w a r r i o r s   k n i c k s   c e l t i c s  
2   o f   m y   f a v s .   k o b e   s t a y m e 7 0   
 k n i c k s   💙 🧡 
 l o v e   t h e i r   d i f f e r e n c e s .   
 ‘ o o o h   y e a h   h e ’ s   d i f f e r e n t … ’ 
 ‘ m a n   i ’ m   g o i n g   t o   s l e e p   s e e   y o u   a t   p r a c t i c e ’   🤪 
 a n d   y o u   s a w   h o w   k o b e   r u b b e d   o f f   o n   m e 7 0   i n   t h e   2 0 0 8 / 2 0 0 9   w c f   t h a t   s a m e   y e a r   (   w a s   r h i   i n   v e g a s ❔ 🫤 ) 
 t h e r e d e e m t e a m    
n y   k n i c k s   c a m   r e d d i s h   1 s t   s t a r t   t r o u b l e s   t h e k n i c k o f t i m e s h o w   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   c a m r e d d i s h   c o v e r a g e   e a s t e r n c o n f e r e n c e   g a m e   h i g h l i g h t s   m a d i s o n s q u a r e g a r d e n   m s g   n b a   n e w y o r k k n i c k s   n e w y o r k k n i c k s g a m e  
w h o   s h o u l d   i   r o o t   f o r ? 
 n b a   n b a p r e s e a s o n   l a k e s h o w   l a k e r s   m a g i c   b u c k s c o u n t y   b u c k s   k n i c k s
y a   b o y   a t   h i s   f i r s t   k n i c k s   g a m e   w i t h   t h e   s u e d e b l u e 1 2 s   o n   w a v e g o d  
l e t ’ s   g o o o o   k n i c k s   k n i c k s t a p e   s i r k n i c k s a l o t  
t h e   d e p t h   i s   r i d i c u l o u s ! !   b e s t   i ’ v e   s e e n   i n   m y   l i f e t i m e   a s   a   k n i c k s   f a n .   k n i c k s  
l y l s   w i t h   t h e   g u c c i   f o a m s   b l a c k p a n t h e r   k n i c k s  
j - l o   i s   g o a t e d 🐐 
 n b a   k n i c k s  
  t h e   a n s w e r   i s   o b v i   t h e   k n i c k s   b i n g b o n g  
t h i s   w e e k   g o i n g   t o   b e   a   g o o d   w e e k   g o i n g   t o   t h e   f i r s t   s e a s o n   b a s k e t b a l l   k n i c k s   g a m e   a n d   a m   g o i n g   t o   s e e   t h e   n e w y o r k   g i a n t s   v s   r a v e n s   t o g e t h e r b l u e   k n i c k s       g i a n t s v s r a v e n s
2   o f   f u n n i e s t   t h i n g s   i n   s p o r t s   i s     t a l k i n g   a b o u t   k n i c k s   & a m p ;   c o w b o y s
h e ’ s   s t a r t i n g ! !   🔥 🚀   g r i m e s   k n i c k s  
t h e s e   t w o   g u y s   l i t e r a l l y   j u m p   o u t   t h e   g y m !     k n i c k s   n b k f a m  
k n i c k s   _ r a n d l e   d i d n ' t   w o r k   o u t   y e s t e r d a y ,   b u t   t o o k   s o m e   t i m e   t o   h a n g   o u t   w i t h   t h e   k i d s ,   t a k e   p i c t u r e s   a n d   s i g n   s o m e   a u t o g r a p h s .   
   n b k f a m  
k n i c k s   f o r w a r d   o b i   t o p p i n   a s   a   f u n   p l a y e r   h a s   b e e n   o v e r s t a t e d .   b u t   h i s   a b i l i t y   t o   h i t   t h e   o u t s i d e   s h o t   a n d   b e c o m e   a   r e l i a b l e ,   v e r s a t i l e   d e f e n d e r   i s   t h e   s w i n g   s k i l l   t h a t   w i l l   b e   k e y   t o   h i s   s u c c e s s   g o i n g   i n t o   h i s   t h i r d   s e a s o n .   |     
  
t h e r e   a r e   m i l l i o n s   o f   u s   k n i c k s   f a n s   o n   t w i t t e r   🟠 🔵 
 
 n o   n e w y o r k k n i c k s   f a n   s h o u l d   h a v e   a   f e w   h u n d r e d   f o l l o w e r s .   w e   s h o u l d   a l l   f o l l o w   e a c h   o t h e r 🫵 🏻 🤜 🏻 🤛 🏿 
 
 u s e   t h i s   t w e e t   t o   c o n n e c t   w i t h   k n i c k s   f a n s . . .   l i k e ,   r e t w e e t   a n d   c o m m e n t   t o   r e a c h   o u t   t o   f e l l o w   k n i c k s   f a n s ! l e t s g o k n i c k s  
i s a i a h   h a r t e n s t e i n   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h h a r t e n s t e i n   i s a i a h   h a r t e n s t e i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
t h e     w o r k e d   o n   t r a n s i t i o n   o f f e n s e ,   r u n n i n g   l a n e s ,   a n d   b u i l d i n g   c o n t i n u i t y .   t h e   k n i c k s   d i d   n o t   p r a c t i c e   s l o w e d   d o w n   o f f e n s i v e   s e t s   i n   o p e n   p r a c t i c e .   e v e r y t h i n g   w a s   a t   a   f a s t   p a c e .   k n i c k s   n b k f a m  
t h e     w o r k e d   o n   s c o r i n g   t h e   b a l l   i n   1 4   s e c o n d s   o r   l e s s   d u r i n g   o p e n   p r a c t i c e .   b e f o r e   t h i s   d r i l l ,   t h e y   w o r k e d   o n   a   s h e l l   f a s t b r e a k   d r i l l .   t h e   k n i c k s   a r e   c l e a r l y   w o r k i n g   o n   p l a y i n g   f a s t e r .   e f f i c i e n c y   i s   g o i n g   t o   b e   t h e   k e y   t o   t h e   s u c c e s s   o f   t h e m   p l a y i n g   f a s t e r .   n b k f a m  
i t ’ s   5 0   y e a r s   s i n c e   t h e   k n i c k s   l a s t   w o n   a   c h a m p i o n s h i p .   i f   t h a t   m a t t e r s   e v e n   a   l i t t l e   t o   y o u   i   s u g g e s t   g i v i n g     a   f o l l o w .   i   s u s p e c t   i t ’ l l   b e   a   f u n   t r i p   d o w n   m e m o r y   l a n e .
w h y   i s   t h i s   i n j u r y   s u c h   a   m y s t e r y ?     k n i c k s
q u e n t i n   g r i m e s   i s   p r i m e d   f o r   r e t u r n .   b u t   e v e n   i f   h e   r e s t s   a s   a   p r e c a u t i o n a r y   m e a s u r e   o v e r   t h e   k n i c k s '   l a s t   2   p r e s e a s o n   g a m e s ,   c o a c h   t o m   t h i b o d e a u   i s n ’ t   w o r r i e d   b e c a u s e   h e   k n o w s   w h a t   h e   c a n   d o .   |    
g o o d   m o r n i n g   j e t s n a t i o n   y a n k e e s   k n i c k s   & a m p ;   m e t s   ( y o u   g o t   r o b b e d   l a s t   n i g h t .   t h a t   g u y ’ s   e a r   w a s   s h i n i e r   t h e n   p . d i d d y ’ s   s h i n y   s u i t )
@ _ k n i c k s 1 6 8 8   _         _ d u d e   _ j _ d _ m       _ a v p         _ m a c         _ s t e v e n           _ _ w a r     _ _ _ f i n c h         _ 1 9 1 4           _ 2 2   _ _               @ _ b i l l y h o y l e o f n j       k n i c k s   g e t s   n o   r e s p e c t   f e a t u r i n g   a   b i g   3   w i t h   r a n d l e   e l a b o r a t e   o n   t h a t . . 
 w h e n   y a   g o n n a   l e a r n   t h e y   n e e d   a   s u p e r s t a r   m a y b e   t h e n   t h e y   w i l l   g e t   r e s p e c t e d   a n d   t h e s e   l o w   s t a n d a r d s   l o s e r   f a n ' s   r e f u s e   t o   t a n k   s t i l l   l i k e   t h e i r   t e a m   i s   s p e c i a l   s h i t   i s   a   j o k e   w i t h   y a . . 
 
 k n i c k s  
    i   a m   k n i c k s   f a n   s i n c e   8 4 .
w h y   k e e p i n g   t h i b s   5   y e a r s   i s   c o r r e c t !   n b a   k n i c k s   n e w y o r k f o r e v e r     🗽 🟧 🟦  
m a d i s o n   s q u a r e   g a r d e n   2 0 1 7   k n i c k s 
 ( c a m ’ r o n ,   h a i l e y   b a l d w i n ,   k e n d a l l   j e n n e r ,   a n s e l   e l g o r t )  
a   n e w   w e e k …   t h a t   m e a n s   m o r e     j o i n   u s !   k n i c k s 
 
  
h e y   k n i c k s   f a n s ,   d o   w e   w a n t   t o   s e e   a   j e r i c h o   s i m s   d u n k   c o n t e s t ?   n y k n i c k s
_ c r a z y       b o t h   f r a n c h i s e s   h a v e   b o t h   o f   t h e   r i c h e s t   o w n e r s   i n   s p o r t s   t h e   k n i c k s   o w n e r   d o e s n ’ t   c a r e   t o   w i n   j u s t   f i l l   t h e   g a r d e n   a n d   m a k e   m o n e y   m e t s   o w n e r   w a n t s   t o   w i n   a n d   b u i l d   a   c o n s i s t e n t   w i n n e r   t h a t   w i l l   a   c h a m p i o n s h i p   t h e i r s   a   b i g   d i f f e r e n c e
    t h e   k n i c k s   a r e   a   y o u n g   a n d   e x c i t i n g   t e a m .   9   o f   t h e   p l a y e r s   o n   t h e   t e a m   a r e   2 5   & a m p ;   u n d e r .   h e l l o ! ! !   y o u   c a n ’ t   h a v e   a n   e n t i r e   t e a m   t h a t ’ s   y o u n g   a n d   e x p e c t   g o o d   t h i n g s   t o   h a p p e n .
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   f o r   r e a l ? !   c a m   r e d d i s h   l a s t   c h a n c e ?   o b i   t o p p i n   l o o m i n g   |   j d   i n t e r v i e w   w i t h   s n y / n e w   y o r k   p o s t "   
 
 c r e a t o r :     j d _ s p o r t s t a l k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
c l a s s i c . .   w h e r e   d o   y o u   g u y s   f i n d   t h i s   c o n t e n t ?   i   m i s s   t h o s e   d a y s ,   i n t r o d u c t i o n   a n d   a l l .   g o o s e b u m p s .   b a c k   w h e n   t h e   k n i c k s   w e r e   g o o d   a t   b a s k e t b a l l .  
n e w   e p i s o d e   a v a i l a b l e !   j a y   a n d   c h r i s   g i v e   t h e i r   t a k e s   o n   t h e   k n i c k s   p r e s e a s o n   v i c t o r y   o v e r   i n d i a n a ,   a s   w e l l   a s   a t t e m p t i n g   t o   p r e d i c t   t h i b s   f i n a l   r o t a t i o n .   a l s o   a v a i l a b l e   o n   s p o t i f y 
 
 
   k n i c k s   n y k   n y k n i c k s   n b a p r e s e a s o n
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
n e w   v i d e o   t o   w a t c h : 
 
 " o b i   t o p p i n   n e w   y o r k   k n i c k s   -   i   h a d   t o   d o   t h a t   d u n k   t o   g e t   t j   m c c o n n e l l   b a c k ! "   
 
 c r e a t o r :     j i m   c o n l a n   c h a t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
c a n t   w a i t   f o r   t h e   k n i c k s   s e a s o n   t o   s t a r t !   t h e n   w e   g e t   o u r   m o r n i n g   d r i v e s   w i t h   _ n y _ b   b a c k !   n e w y o r k f o r e v e r
n e w   v i d e o   t o   w a t c h : 
 
 " t o m   t h i b o d e a u   n e w   y o r k   k n i c k s   -   j a l e n   b r u n s o n   s e t s   t h e   t o n e   f o r   u s   a t   p o i n t   g u a r d ! "   
 
 c r e a t o r :     j i m   c o n l a n   c h a t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
i   s t i l l   t h i n k   t h i s   t w e e t   w i l l   b e   g o a t ’ d   o n e   d a y ! !     i t ’ s   s t a y i n g   u p ! !   k n i c k s   o b i t o p p i n  
👀   y a h   s o o n   f r o m   2 2   o r   2 3   f e e t ! 🤞 🏿 
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s a l l d a y   k n i c k s n e w s   n y c   m s g   t h e g a r d e n   k n i c k s w o r l d   k n i c k s f a n n   n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k      
📣   n e w   p o d c a s t !   " t h e   n e w   y o r k   k n i c k s   p o d c a s t   -   e p i s o d e   5 8 5 :   f a n t a s y   d r a f t "   o n     k n i c k s   p o d c a s t  
t h e s e   g u y s   c a n   p u l l   i t   f r o m   a n y w h e r e 💦 
 w e t   l i k e   w a t e r ! 
 s t e p h c u r r y   b u d d y h i e l d   f r e d v a n v l e e t   k n i c k s   g s w   n y k   p a c e r s   r a p t o r s   n b a f a n t a s y   l a t v i a n f a n t a s y l e a g u e   f a n t a s y r a d a r  
b a s k e t b a l l   s e a s o n   i s   h e r e   a n d   t h o s e   f u c k i n   a s s h o l e s   a t     s t i l l   d o n ’ t   h a v e     k n i c k s
a   t e a m   h a d   i n t e r e s t   i n   k n i c k s   j u l i u s   r a n d l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c o m m e n t a r y   c o v e r a g e   e a s t e r n c o n f e r e n c e   g a m e   h i g h l i g h t s   i a n b e g l e y   j u l i u s r a n d l e   j u l i u s r a n d l e t r a d e r u m o r s   k n i c k s p o d c a s t   m a d i s o n s q u a r e g a r d e n   m s g   n b a   n b a r u m o r s   n e w y o r k k n i c k s  
w e   a l m o s t   s i g n e d   l o w r y   l a s t   s e a s o n   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
w a n t   t o   o w n   a   p i e c e   o f   t h e   r a n g e r s   a n d   k n i c k s ?   b u y   m a d i s o n   s q u a r e   g a r d e n   s t o c k .   |   n e w s   u s a     k n i c k s   m a d i s o n s q u a r e g a r d e n   r a n g e r s   t o d a y s d o u g h
k n i c k s   o p e n   p r a c t i c e     k n i c k s   o b i t o p p i n   r j b a r r e t t  
o b i   i s   s p e c i a l   y ’ a l l .   i ’ m   t e l l   y a !   k n i c k s   n y k   k n i c k e r b o c k e r s   m s g  
s o   t i r e d .   g o o d   n i g h t   u n t i l   n e x t   y e a r   m e t s   w o r l d .   l e t ’ s   g o   k n i c k s .   h e l l ,   o n e   o f   m y   t e a m s   h a s   t o   w i n   i t   a l l   a t   s o m e   p o i n t   r i g h t ? ? ?   l o s e r   d r e a m   m i r a c l e s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
g e t   y o u r   h o t   j e r s e y s     n f l j e r s e y s   n f l   n b a j e r s e y s   n b a m o m e n t   n h l j e r s e y s   n h l   m l b j e r s e y s   s o c c e r j e r s e y s   c u s t o m j e r s e y s   k n i c k s   n e t s   c e l t i c s   r a p t o r s   7 6 e r s   p i s t o n s   p a c e r s   c a v a l i e r s   b u c k s   b u l l s   h e a t   m a g i c   w i z a r d s   h a w k s   h o r n e t s   t i m b e r w o l v e s   n u g g e t s   j a z z  
s h o p   n e w y o r k f o r e v e r   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e
  m y   l i f e   🥹 
 m e t s   k n i c k s   j e t s   🙏 🏻   s p u r s   🙏 🏻 
 i   m e a n   c o u l d   i t   b e   w o r s e ?
i t ’ s   b e e n   f u n ,   s h a i e l .   k e e p   i n   t o u c h   t h i s   n b a   s e a s o n .   p e l i c a n s   g r i z z l i e s   k n i c k s  
t h i s   a c c o u n t   i s   n o w   m o v i n g   f r o m   m e t s   m o d e   t o   k n i c k s   m o d e .   i t ' s   b e e n   r e a l   m e t r o p o l i t a n s .   s e e   y o u   i n   a p r i l .   l g m   k n i c k s
m e t   f a n   l i f e   🤷 🏽 ‍ ♂ ️ .   l g m   r e t o o l ,   r e l o a d ,   r e b u i l d .   
 
 n o w   w e   f u l l y   s h i f t   t o   t h e   o t h e r   o r a n g e   a n d   b l u e   i n   t o w n .   l e t ’ s   g o   k n i c k s
l o u s y   w a y   t o   e n d   a   s e a s o n ,   b u t   i ’ m   p e r s o n a l l y   g l a d   t o   h a v e   c o n n e c t e d   w i t h   s o   m a n y   n e w   m e t s   f a n s .   s e e   y a   i n   p o r t   s t .   l u c i e .   t i l l   t h e n ,   g o   g i a n t s   a n d   k n i c k s .   a n d   o n e   l a s t   t i m e   i n   ‘ 2 2 ,   l g m .
  e f f e c t !   n y k n i c k s   k n i c k s   n b a  
l o o k s   l i k e   o n   t o   s t r i c t l y   t h e   g i a n t s ,   k n i c k s   a n d   r a n g e r s   f o r   t h e   n e x t   f e w   m o n t h s .   g i a n t s   w h i l e   4 - 1   s u r e   b u t   e x p e c t a t i o n s   a r e   l o w ,   b u t   s u r e   t h e   w h o l e   n f l   i s   m i d   t h i s   y e a r !   k n i c k s   c o m e   o n   i   w i l l   n e v e r   l e t   t h e m   g e t   m y   h o p e s   u p !   & a m p ;   r a n g e r s   a r e   m y   o n l y   h o p e !   l g m   g i a n t s   l g r   k n i c k s
o n t o   t h e   k n i c k s
d o n ' t   w o r r y ,   m e t s   f a n s .   t h e   r a n g e r s   s e a s o n   g e t s   g o i n g   t h i s   w e e k .   t h e n ,   y o u   h a v e   a l l   t h e   e x c i t e m e n t   o f   a   k n i c k s   s e a s o n   t i p p i n g   o f f   l a t e r   t h e   m o n t h !
o n   t o   t h e   k n i c k s   m i s e r y . . o n e   o f   t h e s e   y e a r s   m e t s   ✌ 🏻
t i m e   t o   m o v e   o n   w i t h   t h e   k n i c k s   a n d   g i a n t s !   l g m   e n d s   t o n i g h t !
“ o l d   d a y s d i c k   b a r n e t t   t r i e s   t o   h a r a s s   e a r l   m o n r o e   i n   a   1 9 7 1   
 b u l l e t s - k n i c k s   g a m e   a t   m a d i s o n   s q u a r e   g a r d e n . n b a     b a l t i m o r e   k n i c k s     n y c     h o f   1 9 7 0 s  
_ n e w y o r k   w e   n e e d   t o   s t o p   s h o w i n g   t h i s   g u y .   h e ’ l l   n e v e r   p l a y   f o r   t h e   k n i c k s .   w h e r e   i s   h e   g o i n g   t o   p l a y ?
j e t s   b a c k   o n   t h e   r i s e   a n d   t h e s e   m e d i a   f o l k s   a r e   p a n i c k i n g   t h e   s a m e   w a y   t h e y   d i d   w i t h   t h e   k n i c k s   a n d   m e t s .   m u s t   s u c k   t o   b e   e x p o s e d   a s   t h e   o n e   d i m e n s i o n a l   f r a u d s   s o   m a n y   o f   y o u   s c r e a m   n o t   t o   b e .   o h   w e l l ,   b e t t e r   l u c k   e l s e w h e r e   🤷 ‍ ♂ ️
h e r e ’ s   w h a t   i   t h i n k   a b o u t   t h e   k n i c k s   o f f s e a s o n   t h i s   y e a r ,   c h e c k   i t   o u t   
 👇 🟠 🔵   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e 

f i n a l l y ,   g r e a t   t i m e   b e i n g   a   n e w y o r k   f a n .   g i a n t s   4 - 1 ,   j e t s   3 - 2 ,   m e t s   a n d   y a n k e e s   i n   t h e   p l a y o f f s .   k n i c k s   2 - 0   a n d   l o o k i n g   g o o d   i n   p r e s e a s o n . n y r a n g e r s   l o o k i n g   t o   b u i l d   f r o m   l a s t   y e a r s   f i n a l .   a l l   i   a s k   i s   f o r   a t   l e a s t   1   t i t l e   a n d   p a r a d e .   l e t ’ s   g o   🥂
k i y a n   t e l l s     h i s   f a v o r i t e   m o m e n t / t e a m   o f   h i s   f a t h e r ,   c a r m e l o   a n t h o n y .   a n d   w e   a g r e e .   k n i c k s   s t a y m e 7 o   p o l i t i c i a n f o r s p o r t  
g r a d i n g   e v e r y   r a p t o r s   p l a y e r   a f t e r   t h r e e   2 0 2 2   p r e s e a s o n   g a m e s 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   h e a t n a t i o n   h e a t t w i t t e r   t r u e t o a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s
h o w   f a r   w i l l   a   h e a l t h y   d e r r i c k   r o s e   l e a d   k n i c k s   i n   2 0 2 2 - 2 3 ? 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   h e a t n a t i o n   h e a t t w i t t e r   t r u e t o a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n
c a r m e l o   a n t h o n y   p u t   u p   2 8   p o i n t s ,   8   r e b o u n d s ,   a n d   2   a s s i s t s   ( g e t t i n g   n o   h e l p   f r o m   l i n / s t o u d e m i r e )   i n   t h e   k n i c k s   2 0 1 2   f i r s t   r o u n d   s e r i e s   a g a i n s t   t h e   m i a m i   h e a t   f e a t u r i n g   j a m e s ,   w a d e   a n d   b o s h .  
v i n t a g e   e m p i r e   s t a t e   w o r l d ' s   t a l l e s t   b u i l d i n g ,   n y c   n e w   y o r k   m a n h a t t a n   u s a   t r a v e l   p e n n a n t       v i n t a g e   l g m   u s a   t i m e s s q u a r e   y a n k e e s   k n i c k s   t o g e t h e r b l u e   f e l t p e n n a n t   n y r   n y c   n y g i a n t s     n e w y o r k   n y g   n y k   n o q u i t i n n y   a l l r i s e   r e p b x   n e w y o r k c i t y   m e t s
v i n t a g e   s t a t u e   o f   l i b e r t y   n e w   y o r k   c i t y   m a n h a t t a n   u s a   s o u v e n i r   t r a v e l   p e n n a n t     v i n t a g e   t i m e s s q u a r e   y a n k e e s   n y c   t o g e t h e r b l u e   p e n n a n t   n y r   n y g i a n t s   m e t s   n e w y o r k   n y g   n y k   n o q u i t i n n y   r e p b x   a l l r i s e   n y   l g m   n e w y o r k f o r e v e r   u s a   n e w y o r k c i t y   k n i c k s
🗽 h a d   a   b l a s t   t o d a y   o n   t h e   p a n e l   f o r   y t   c h a n n e l   d ’ s   w o r l d   o f   h o o p s !   g r e a t   k n i c k s   c o n t e n t ,   g r e a t   b a s k e t b a l l   m i n d ,     g r e a t   s e n s e   o f   h u m o r !   k n i c k s   n e w y o r k f o r e v e r  
  l e t   m e   a s k   y o u   t h i s   a s h ,   i f   y o u   h a d   t o   p i c k   e i t h e r   j o k e r   o r   l e b r o n   f o r   t h e   k n i c k s   r i g h t   n o w   a t   t h e i r   c u r r e n t   s t a t e   w h o ’ s   y o u   p i c k ?
  h o w   g o o d   w e r e   y o u   e v a n ?   t h a t   y o u   d e m a n d   s t u f f   y o u   c o u l d n ’ t   d o   y o u r s e l f .   p e o p l e   l i k e   y o u   a r e   t h e   o n e s   t h a t   m a k e   g o o d   p l a y e r s   w a n t   t o   g o   s o m e w h e r e   e l s e .   h o w   i s   t h a t   w o r k i n g   o u t ?   s p e c i a l l y   f o r   t h e   k n i c k s   g r e a t   j o b   b u d . .
p r e s e a s o n   g a m e   2   b r e a k d o w n     k n i c k s
d j ’ d   t h e     o p e n   p r a c t i c e .   l e t ’ s   g o   k n i c k s !   n e w y o r k f o r e v e r   k n i c k s  
w o n d e r i n g   w h o ’ s   t h e   b e t t e r   s i x t h   m a n   o f   t h e   y e a r   p i c k ,   q u i c k l e y   o r   t o p p i n ?   k n i c k s   n y k n i c k s
o b i   t o p p i n   w i t h   t h e   s l a m !   l e t ' s   g o   k n i c k s !   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a    
g i a n t s   w i n   t h i s   m o r n i n g . 
 k n i c k s   p r a c t i c e   t h i s   a f t e r n o o n . 
 m e t s   g a m e   t o n i g h t .  
  w i n   a   f r e e   t i c k e t   t o   a   k n i c k s   g a m e   a t     m s g   . 
 l i k e   t h e   v i d e o   b e l o w   a n d   s u b s c r i b e   t o   t h e   c h a n n e l 
 s e n d   y o u r   n a m e   t o   c i v i l a n a l y t i c s . c o m 
 s u b m i t   y o u r   i n f o r m a t i o n   b y   o c t o b e r     3 1 ,   2 0 2 2 ,   1 1 : 5 9 p m 
 
 
 
 n y c   n e w a r k   j e r s e y c i t y   k n i c k s   n b a   f r e e t i c k e t s
w i n   a   f r e e   t i c k e t   t o   a   k n i c k s   g a m e   a t     m s g   . 
 l i k e   t h e   v i d e o   b e l o w   a n d   s u b s c r i b e   t o   t h e   c h a n n e l 
 s e n d   y o u r   n a m e   t o   c i v i l a n a l y t i c s . c o m 
 p l e a s e   s u b m i t   y o u r   i n f o r m a t i o n   b y   o c t o b e r     3 1 ,   2 0 2 2 ,   1 1 : 5 9 p m 
 
 
 
 n y c   n e w a r k   j e r s e y c i t y   k n i c k s   n b a   f r e e t i c k e t s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
  n o w   w e   j u s t   n e e d   t h e   f u c k i n g   k n i c k s   t o   s t e p   u p   t h e i r   g a m e !
j a l e n   b r u n s o n   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n b r u n s o n   j a l e n   b r u n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
t a k e f l i g h t     k n i c k s     g m e n   n y j e t s   n y g     
 
 f o l l o w   a l o n g   w i t h   t h e   n e w   y o r k   s p o r t s   t e a m s   i n   t h e   a r m c h a i r   s p o r t s   u n i v e r s e !   t h e   m o s t   r e a l i s t i c   s i m u l a t i o n   s p o r t s   l e a g u e s   e v e r .   i t ' s   d y n a s t y   f a n t a s y   s p o r t s   b u t   s i m u l a t e d   w i t h   v i d e o   g a m e s .   l i n k   t o   d i s c o r d   s e r v e r   i n   b i o .  
n e w   v i d e o   t o   w a t c h : 
 
 " 2 0 2 2 - 2 0 2 3   p r e - s e a s o n   k n i c k s   v s   p a c e r s   r e c a p "   
 
 c r e a t o r :     d a s h o p _ t a l k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
j u l i u s   r a n d l e   t h e r e   j u s t   n o t   p r a c t i c i n g   g o   k n i c k s
n e w   v i d e o   t o   w a t c h : 
 
 " o f f - s e a s o n   t h o u g h t s :   t h e   n e w   y o r k   k n i c k s   ( e p i s o d e   2 1 ) "   
 
 c r e a t o r :     j u i c e   b u n y a n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
r a r   d e a d   a i r - i s   m i k e   f r a n c e s a ’ s   s t y l e   o f   r a d i o   o b s o l e t e 
 
 
 
 r e c k l e s s a i r w a v e s r a d i o   h o w a r d s t e r n   n y s p o r t s   m e t s   y a n k e e s   g i a n t s   j e t s   k n i c k s   r a n g e r s   i s l a n d e r s   c a r t o n a n d r o b e r t s   b o o m e r a n d g i o   b a s e b a l l   f o o t b a l l   h o c k e y   b a s k e t b a l l   n b a   n h l   m l b   n f l  
k n i c k s   p a t r i o t s   w i l l   m a k e   2 - 0   v s   d e t r o i t   t e a m s
c a n ' t   r e m e m b e r   b e i n g   t h i s   c o n f i d e n t   a     m a j o r   f a   s i g n i n g   w i l l   w o r k   o u t   k n i c k s  
t h o u g h t s ? 
 n b a   k n i c k s   t r a d e  
n e w   e p i s o d e / l i n k   i n   b i o :   m i k e y   d o m a g a l a ,   o w n e r / f o u n d e r   o f     & a m p ;   _ b u z z   w i t h   a   s e a s o n   p r e v i e w ,   a   l o o k   b a c k   o n   l a s t   y e a r   +   a   m o m e n t   o n   a a r o n   j u d g e ' s   c h a s e   t o   6 2 .   n b a b u z z     m i k e y d o m a g a l a   n e t s   k n i c k s   c e l t i c s   u d o k a   j u d g e   l a k e r s   y a n k e e s   w h a t s u p o d c a s t  
🫡   e n j o y   y o u r   s u n d a y   & a m p ;   h a v e   a   g r e a t   w e e k ! 
 
 b l u s p a p p a p 
 m y p o p s 
 m o t i t r a y t i o n 
 m o t i 3 t i o n 
 5 0 p l u s c r e w 
 j e e p l i f e 
 b e a c h l i f e 
 s t a y m e 7 o 
 k n i c k s 
 n y l i b e r t y   
 b e s a f e 
 p r i n c e d a f r e n c h i e 
 
 w o r d l e   4 7 7   4 / 6 
 
 ⬛ ⬛ ⬛ ⬛ ⬛ 
 ⬛ 🟩 ⬛ ⬛ 🟨 
 🟩 🟩 ⬛ 🟩 🟩 
 🟩 🟩 🟩 🟩 🟩
o b i   t o p p i n   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o b i t o p p i n   o b i   t o p p i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
w i l l   t h e   k n i c k s   m a k e   t h e   p l a y o f f s ?   n b a   n b a p r e s e a s o n   k n i c k s   k n i c k s t w i t t e r
s   t   a   r   k   s     s   u   n   d   a   y     3   🏀   
 s t a r k s   x   e w i n g   n e w y o r k f o r e v e r   
 k n i c k s   n b a   n b a t w i t t e r  
s / o     !   m y   d a u g h t e r   a n d   i   h a d   a   b l a s t !   k n i c k s
d e r r i c k   r o s e   i n t e r v i e w   @   k n i c k s   o p e n   p r a c t i c e   _  
w o r l d s   m o s t   f a m o u s   a r e n a . .   a l m o s t   t i m e   f o r   k n i c k s   b a s k e t b a l l   🔥  
j a l e n   b r u n s o n   i n t e r v i e w   @   k n i c k s   o p e n   p r a c t i c e   _  
i m m a n u e l   q u i c k l e y   a n d   o b i   t o p p i n   i n t e r v i e w   e a c h   o t h e r   @   t h e   k n i c k s   o p e n   p r a c t i c e   _  
  🎶 u   k n i c k e d   u r   b l u e   s h i r t ,   w e   s h o u l d   c a l l   u   r a y   f e l t o n 🎶     p r a v e a r l y   k n i c k s   i m b o u t b a l l   🔊 🔊   👂 ( 0 : 4 5 )
e v a n   f o u r n i e r   i n t e r v i e w   @   k n i c k s   o p e n   p r a c t i c e   _  
l o v e   t h e   f a c t   t h a t   k e n n y   a l b e r t   i s   c o v e r i n g   m y   p a t r i o t s   h e   c o v e r s   a l l   o f   m y   t e a m s   n y r   k n i c k s   i   f e e l   c o m f o r t a b l e   w i t h   h i m   a s   t h e   p l a y   b y   p l a y   g u y
j u l i u s   r a n d l e   i n t e r v i e w   @   k n i c k s   o p e n   p r a c t i c e   _  
  h a s   o u r   c o v e r a g e   f o r   t h e   k n i c k s   o p e n   p r a c t i c e !  
j u l i u s   r a n d l e   i s   n o t   p r a c t i c i n g   a t   t h e   k n i c k s   o p e n   p r a c t i c e
b r u n s o n   a d d r e s s e s   t h e   c r o w d     k n i c k s   n b k f a m  
p a r c e l l s   2 . 0 ! !   l o v e   t h i s   c o a c h ! 
 n y g   n y g i a n t s   b i g b l u e   g i a n t s   n f l     n e w y o r k f o r e v e r     k n i c k s   c i t y n e v e r s l e e p s   n y c   n e w y o r k c i t y   n e w y o r k   
    
d e f e n s i v e   w o r k .     k n i c k s   n b k f a m  
o b i ,   i h a r t ,   m i t c h   a n d   s i m s   p r a c t i c e   g o i n g   v e r t i c a l   w i t h   h a n d s   h i g h   a t   k n i c k s   o p e n   p r a c t i c e   k n i c k s   n b k f a m  
d o e s   v i s u a l i z i n g   r e a l l y   w o r k ?   k n i c k s   w e m b a n y a m a    
d o e s   a n y o n e   r e a d   b e t w e e n   t h e   l i n e s   a n y m o r e   o r   a r e   p e o p l e   j u s t   l o o k i n g   a t   b o x   s c o r e   s t a t s   t o   j u s t i f y   n a r r a t i v e s ?   k n i c k s  
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   n e w s   & a m p ;   r u m o r s   f o l l o w i n g   n b a   p r e s e a s o n   w i n   v s   p a c e r s   f t .   o b i   t o p p i n ,   j a l e n   b r u n s o n ,   r j   b a r r e t t "   
 
 c r e a t o r :     k n i c k s   n o w   b y   c h a t   s p o r t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " j d ,   c o - h o s t   o f   k n i c k s   f a n   t v ,   t a l k s   a b o u t   k n i c k s   p r e s e a s o n ,   u p c o m i n g   s e a s o n "   
 
 c r e a t o r :     n e w   y o r k   p o s t   s p o r t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
t h a t   1 5   t o m m y   s h e p   g o   c r a z y   k n i c k s
  t h i s   d o e s n ’ t   e v e n   w a r r a n t   a   r e s p o n s e   b e c a u s e   t h e s e   s t a t s   a r e   o u t   o f   c o n t e x t .   a l l   y o u   c a n   g l e a n   i s   t h a t   h e   h a s   s h o t   p o o r l y   s o   f a r   b u t   h i s   s h o o t i n g   n u m b e r s   a r e n ’ t   i n d i c a t i v e   o f   h i s   o v e r a l l   i m p a c t .   t h e   b e l o w   s a y s   i t   a l l .   k n i c k s  
m i s s i n g   f r i d a y   n i g h t   k n i c k s ? 
 
 c h e c k   o u t   l t k ' s   h i g h l i g h t   p a c k a g e   o f   t h e   w i n . 
 c r e d i t :   n b a   o n   y o u t u b e  
m a s t e r   o f   c l a s s i c   r o c k   ! 
 r o b e r t   j o n   l i v e   i n   f r a n c e   ( + w e i r d   i t w ) 
 
 
 
 u s a   c l a s s i c r o c k   c e l t i c s   u t a h j a z z     w a r r i o r s n a t i o n   h e a t   l a k e r s n a t i o n   c l i p p e r s   o k c   n u g g e t s   k n i c k s   n e t s   p i s t o n s   b u l l s n a t i o n   s i x e r s   r a m s   g i a n t s   p a c e r s   s p u r s f a m i l y
i f   y o u   m i s s e d   o u r   l a t e s t   i n t e r v i e w   w i t h   a l a n   h a h n ,   g o   c h e c k   i t   o u t   n o w   b e f o r e   t h e   n e x t   p r e s e a s o n   g a m e !   c a t c h   n e w   e p i s o d e s   o f   o u r   p o d c a s t   e a c h   a n d   e v e r y   w e e k !   k n i c k s   t k r   
   
 
 f u l l   e p i s o d e : 
 y o u t u b e :   
 s p o t i f y :    
    i t s   a   d o u b l e   e d g e d   s w o r d … y o u   w a n t   r a n d l e   t o   p l a y   w e l l   s o   y o u   c a n   t r a d e   h i m   & a m p ;   g e t   s o m e t h i n g   s u b s t a n t i a l   b a c k   b u t   i f   h e   p l a y s   w e l l   w e   w o n t   w a n t   t o   d e a l   h i m … i ’ m   j u s t   h o p e f u l   h e   p u t s   t h e   e f f o r t   o u t   t h i s   s e a s o n   & a m p ;   i s n t   a   m a l c o n t e n t   l i k e   l a s t … t h a t s   n o t   g o o d   f o r   a n y o n e … n y k   k n i c k s
n e w   y o r k   k n i c k s   🏀   w i l l   w i n   a t   l e a s t   5 2   g a m e s   t h i s   s e a s o n .   k n i c k s   n e w y o r k n i c k s   b a s k e t b a l l   b a l l   n b a
w h o   b o u g h t   s o m e   j a l e n   b r u n s o n ?     i   d i d .     c o p p e d   a   b l u e   c o l o r   m a t c h   d i s c o   p s a   1 0   n u m b e r e d   t o   1 7 5 .   k n i c k s   n b a   s p o r t s c a r d s   p r i z m   p a n i n i a m e r i c a   b a s k e t b a l l c a r d s   b a s k e t b a l l   j a l e n b r u n s o n  
w o u l d   a n y o n e   l i k e   2   t i c k e t s   t o   t o d a y s   k n i c k s   o p e n   p r a c t i c e   a t   c o l u m b i a   u n i v e r s i t y .   p r e f e r a b l y   s o m e o n e   t h a t   w o u l d   t a k e   a   k i d .   t w e e t   m e   n o w !   🧡 💙
n b a   e x e c u t i v e   l i n k s   j o s h   r i c h a r d s o n   t o   m i a m i   h e a t   ,   n e w   y o r k   k n i c k s     a n d   m e m p h i s   g r i z z l i e s   
 
 n e w y o r k f o r e v e r   
 b i g m e m p h i s   🏟 
 h e a t t w i t t e r   
 h e a t c u l t u r e   🏀 
 n b a t w i t t e r   
 n b a   
 
  
_ n e w y o r k   g o o d ’ o   d a y s   k n i c k s
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
b e s t   o f   t h e   d a y   o n   
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
l e t ' s   g o   n e w   y o r k !   m e t s   j e t s   k n i c k s  
t h e   g i a n t s   p u b   i n   l o n d o n ! 
 n y g   n y g i a n t s   b i g b l u e   g i a n t s   n f l     n e w y o r k f o r e v e r     k n i c k s   c i t y n e v e r s l e e p s   n y c   n e w y o r k c i t y   n e w y o r k   
    
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s / n e w s / r u m o r s / o b i   t o p p i n / r j   b a r r e t t / i m m a n u e l   q u i c k l e y / k n i c k s   v s   p a c e r s . "   
 
 c r e a t o r :     t h e   k n i c k s   c a v e   j a n   m i t c h e l l 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
l e t ’ s   g o     g i a n t s   n y g   l o n d o n     m e t s   l f g m     k n i c k s
k n i c k s   f a n s   w h o   r i p   t h i b s   f o r   n o t   p l a y i n g   t h e   y o u n g   g u y s   e n o u g h ,   b u t   t h e n   b e a m   a b o u t   h o w   w e l l   t h e   y o u n g   g u y s   h a v e   d e v e l o p e d   s i n c e   t h e y ’ v e   b e e n   d r a f t e d   a r e   a   c o n f u s i n g   l o t .   
 
 y o u n g   g u y s   l o o k i n g   p r e t t y   g o o d ?     h o w   d o   y o u   t h i n k   t h e y   g o t   t h a t   w a y ?     k n i c k s
r e a l   t a l k ?   i   g u e s s   s o . 
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s a l l d a y   k n i c k s n e w s   k n i c k s w i n   n y c   m s g   t h e g a r d e n   b l u e a n d o r a n g e   k n i c k s w o r l d   k n i c k s f a n   n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k   
  
h a d   t o   b e ! 
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s a l l d a y   k n i c k s n e w s   k n i c k s w i n   n y c   m s g   t h e g a r d e n   b l u e a n d o r a n g e   k n i c k s w o r l d   k n i c k s f a n   n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k   
  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
i ' l l   s a y   t h i s   a g a i n . . .   i f   t h i b s   d o e s n ' t   g i v e   t o p p i n   m i n u t e s   t h a t   h e   d e s e r v e s ,   t h e n   i   t h i n k   i t   w o u l d   b e   b e t t e r   f o r   t h e   t e a m   t o   l e t   t h i b s   g o !   k n i c k s   n b a
k n i c k s   
 o n c e   a   k n i c k ,   a l w a y s   a   k n i c k  
h o w   v i c t o r   w e m b a n y a m a   c a n   g i v e   t h e   k n i c k s   a   n e w   s t a r   t r a d e   t a r g e t 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   c l i p p e r n a t i o n   l o s a n g e l e s   c l i p p e r s   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i
  n y   k n i c k s   c a m   r e d d i s h   1 s t   s t a r t   t r o u b l e s   t h e k n i c k o f t i m e s h o w   k n i c k s    
s p o r t s t r a d i n g c a r d s   s p o r t s c a r d s   t r a d i n g c a r d s   b a s k e t b a l l c a r d s   t h e h o b b y   n b a   n b a t w i t t e r   n b a p r e s e a s o n   k n i c k s   n y k n i c k s   
 c h e c k   o u t   2 0 2 0 - 2 1   p a n i n i   d o n r u s s   o p t i c   r a t e d   p u r p l e   p r i z m   i m m a n u e l   q u i c k l e y   1 7 5   r o o k i e   r c     e b a y   v i a  
      _ n y _ b   j a y   w r i g h t / r i c k   p r e t t y   g o o d   c o a c h i n g 
 n o t   t o   m e n t i o n   h i s   d a d 
 k n i c k s   m a y   h a v e   a   p l a y e r 

      _ n y _ b   i n   t h e   n b a ,   y o u   n e e d   a   l o c k   d o w n   d e f e n d e r   l i k e   t h a t .   w h e t h e r   i t   i s   a   s m a r t   o r   a   t u c k e r   o r   a   c r o w d e r   - -   t o   l e t   h i m   r u s t   o n   t h e   k n i c k s   b e n c h   i m   n o t   f e e l i n g
      _ n y _ b   y u p 
 t h i b s   m e s s e d   w i t h   a   h i g h   n b a   d r a f t   p i c k 
 o b i   s h o w e d   i n c r e d i b l e   d e t e r m i n a t i o n ,   w o r k   e t h i c   a n d   c h a r a c t e r .   d i d   n o t   w a n t   k n i c k s   t r a d i n g   h i m .
k n i c k s   i n c r e d i b l e   4 6   p o i n t   s e c o n d   q u a r t e r   v s   i n d i a n a   p a c e r s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i m m a n u e l q u i c k l e y   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   n b a   n b a h i g h l i g h t s   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t  
      _ n y _ b   o b i   f i g u r e d   i t   o u t   
 k n i c k s   s t r e t c h   4   w a s   s m o o t h e r   l a t e r   i n   t h e   w i n   f r o m   d e e p
g o d   w e r e   g o i n g   t o   g o   3 - 1   v s   t h e   c a v s   t h i s   s e a s o n   y o u   h e a r   m e   o l d   m a n   k n i c k s
s o   d o   w e   r e a l l y   h a v e   t o   w a i t   u n t i l   w e d n e s d a y   f o r   a   g a m e ?   k n i c k s   k n i c k s t w i t t e r   n y k n i c k s
g r e a t   d a y   t a k i n g   p a r t   i n   t h e   k n i c k s   a l u m n i / c e l e b r i t y   g a m e   a t   t h e   w o r l d   f a m o u s     p a r k   i n   h a r l e m !   
 
 t h a n k   y o u   a s   a l w a y s   t o   t h e     f o r   h a v i n g   m e ,   i   a p p r e c i a t e   y o u   a l l   s o   m u c h !   🙏 🏼 😊 🧡 💙 🏀  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
b e s t   o f   t h e   d a y   o n   
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u
w t f   i   w o u l d a   p u l l e d   u p   k n i c k s  
y o o o o   c p   g i v e   i t   u p   b r o . . . .   j u s t   a d m i t   i t   d u d   w a s   t h e   w r o n g   c h o i c e   o f   w o r d s . . .   i t   w a s n t   a   d u d   p i c   i t   w a s   a   d u d   m o v e   n o t   t o   t r a d e   r a n d a l l   t h e   f a c t   t h a t   u   s t i l l   h o l d i n g   o n   t o   t h a t   h o r r i b l e   t a k e   i s   n u t s 😩 😂 😂 😂 
 l e t i t g o 
 k n i c k s 
 k n i c k s n a t i o n l e t s r i d e 
 o b i v o i c e  
l i s t   o f   n a t i o n a l l y   t e l e v i s e d   k n i c k s   g a m e s .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
    b r o ,   y e s t e r d a y   e v e r y   g a m e   e x c e p t   t h e   f u c k i n g   k n i c k s   g a m e   w a s   p l a y i n g   f o r   m e .   e v e r y t h i n g   i   c l i c k e d   o n   s t r e a m e d   p e r f e c t ,   i   c l i c k   o n   t h e   o n e   g a m e   i   w a n t   t o   w a t c h . . .   e r r o r s .   🤦 🏽 ‍ ♂ ️ 🤦 🏽 ‍ ♂ ️ 🤦 🏽 ‍ ♂ ️ 🤦 🏽 ‍ ♂ ️ 🤦 🏽 ‍ ♂ ️
w h o ' s   w h o   w a s   a t   t h e   l e g e n d a r y   r u c k e r p a r k   o l d   & a m p ;   n e w     f u n   k n i c k s  
o b i   t o p p i n   i s   j u s t   a   f r e a k   o f   n a t u r e   🤯           k n i c k s t a l k   k n i c k s   o b i t o p p i n  
b r e a k i n g   n e w s !   g r e a t   n e w s   f o r   t h e   k n i c k s !   . . . 
   
 
   
 6 9 8 2 0 6 8 6   a t l a n t i c d i v i s i o n   d o n o v a n m i t c h e l l k n i c k s   e a s t e r n c o n f e r e n c e   k n i c k s d r a f t p i c k s   k n i c k s n e w s   k n i c k s n e w s a n d r u m o r s   k n i c k s n e w s a n d r u m o r s t o d a y   k n i c k s n e w s t o d a y   k n i c k s n e w s t r a d e   k n i c k s n e w s u p d a t e  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
b e s t   o f   t h e   d a y   o n   
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
t o d a y   m a r k s   t w o   y e a r s   s i n c e   m y   f a t h e r   p a s s e d   -   h e   a l w a y s   w a n t e d   t h e   k n i c k s   t o   b e   g r e a t   a g a i n ,   h e   r e m e m b e r e d   t h e   7 3   t i t l e .   
 
 h e   w o u l d   h a v e   l o v e d   t o   s e e   t h a t   o b i   d u n k   l a s t   n i g h t !   k n i c k s
d a v i d   c a m e   t o   b a l l …   h a r l e m 💫 k n i c k s   💙 🧡    
j u l i u s   r a n d l e   s h o u l d   b e   t h e   s i x t h   m a n   f o r   t h e   k n i c k s   a n d   r u n   t h e   s e c o n d   u n i t     k n i c k s
i q   i s   l o o k i n g   l i k e   a   s t a r t e r .   i s   t h e r e   a n y   v i a b i l i t y   t o   s t a r t i n g   i q   a n d   b r u n s o n   t o g e t h e r ?   o r   i s   i t   b e t t e r   t o   k e e p   h i m   a n d   o b i   d o m i n a t i n g   t h e   2 n d   u n i t s   a n y w a y ?   i   t h i n k   t h i s   i s   t h e   l a s t   y e a r   i q   c o u l d   b e   a   b a c k   u p   b e f o r e   h e   g e t s   t i r e d   o f   i t   a n d   w a n t s   o u t .   k n i c k s
    _ r a n d l e       _ g o d s o n       _ _ _ _                   w e   c h a s i n g   t h i s   s e a s o n   r i n g s   n   t h e s e   c h a m p i o n s h i p s   l e t s   g o   k n i c k s   💎 🏆
s h e   s a i d   i   l o o k   l i k e     i ’ m   c o o l   w i t h   t h a t   🤣 k n i c k s 🔸 🔹  
                    _ g g q t                           _ j a k e             1 .   d o l a n   b e s t   t r a i t   f o r   n y r   w a s   s t a y i n g   o u t   o f   h o c k e y   o p e r a t i o n s .   h e   h a s   s c r e w e d   t h e   k n i c k s   w i t h   h i s   h a n d s   r e p e a t e d l y 
 2 .   m s g   i s   a   w a s t e d / m i s m a n a g e d   a s s e t   u n d e r   h i s   h e l m
w e ’ r e   g o n n a   s h o c k   t h e   w o r l d   k n i c k s  
o b i t o p p i n s   g a m e   h a s   g r o w n !   t h i s   w i l l   b e   h i s   b r e a k   o u t   y e a r .   r a n d l e   b e t t e r   h o l d   o n   t o   t h a t   s t a r t i n g   r o l e ,   r e a l   t i g h t .   n b a   k n i c k s   n y k   m s g   n b a t w i t t e r
o u r   f u t u r e   n b a a l l s t a r 🏀 💫 !   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a  
i t ' s   b e e n   a   g r e a t   d a y .   y a n k e e s   a r e   i n   t h e   p l a y o f f s .   k n i c k s   s e a s o n   i s   u p o n   u s .   j e t s   h a v e   a   w i n   f r o m   l a s t   w e e k .   t h i n g s   a r e   l o o k i n g   g r e a t !   h a p p y   w e e k e n d m i s s i o n   k n i c k s   y a n k e e s   j e t s  
k n i c k s '   c a m   r e d d i s h   i s   f i n d i n g   i t   d i f f i c u l t   a d j u s t i n g   t o   h i s   n e w   g r o u p . 
 
 “ i   f e e l   l i k e   i ’ m   m e n t a l l y   t o u g h   s o   i ’ m   g e t t i n g   t h r o u g h   i t , ”   r e d d i s h   t e l l s   .       k n i c k s   n y k n i c k s   n b a 

    i t   f i x e s   o f f l o a d i n g   c r o w d e r   t o o . 
 i   d o n ' t   n e e d   t o   o f f l o a d   s k i n n y j u   o r   a c q u i r e   a y t o n . 
 k n i c k s   c a n   r i d e   o r   d i e   w i t h   w h a t   w e   h a v e . 
 i   t h i n k   j u l i u s   w i l l   b e   w o r t h   m o r e   a s   t h e   s e a s o n   p r o g r e s s e s   a n y w a y .
g o t   p r e t t y   g o o d   s e a t s   t h a t   d a y . . . 
 
 m i x i n g / m a s t e r i n g   r a t e s ?   g o   h e r e :   
 
 k n i c k s   m u s i c s t u d i o  
  o u t   r i d i n g   w i t h   t h e   g a n g   b u t   l i s t e n i n g   t o   t h e   k n i c k s   f a m i l y …   m u c h   r e s p e c t  
w h a t     f a n s   h e a r d : 
 
 s o m e b o d y   o n   t h e   k n i c k s   p u n c h   e v a n   f o r n i e r   r n .   k n i c k s t a l k   k n i c k s t a p e   e x t r e m e r u l e s  
d a n i l o   g a l l i n a r i ' s   ( )   2 0 0 9 - 1 0   s h o t   c h a r t : 
 
 v o l u m e :   h i g h   |   p _ 8 2   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   g o o d   |   p _ 7 0 
 e f f i c i e n c y :   g o o d   |   p _ 7 3 
 e f f i c i e n c y   v a l u e :   g o o d   |   p _ 8 1 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   b r e a k 3 
 b e s t   v a l u e   z o n e :   b r e a k 3 
 
 d a n i l o g a l l i n a r i 
 k n i c k s  
🚨   d e b u t   a p p e a r a n c e   o n     & a m p ;   .   t h a n k   y o u   t o     a n d   a s   a l w a y s     f o r   a w a r d i n g   m e   t h e   o p p o r t u n i t y   t o   r e p r e s e n t   t h e   k f t v   b r a n d .   k n i c k s  
_   * c h i l l s   n o w h e r e   l i k e   n y   k n i c k s
s   p   r   e   w   e   l   l     s   a   t   u   r   d   a   y   8 
 n e w y o r k f o r e v e r   k n i c k s   n b a   n b a t w i t t e r   1 9 9 9 k n i c k s  
n o w   i   c a n   f o c u s   o n   t h e   p a t r i o t s   n y r   a n d   k n i c k s   r a y s   w e ' l l   c o m e   b a c k   s t r o n g e r   t h a n   e v e r   i n   2 0 2 3   a n d   h e a l t h i e r   a s   w e l l
h e a v i e s t   p l a y e r s   i n   n b a   h i s t o r y :   👀 
 
 ▪ ️   o l i v e r   m i l l e r :   3 7 5   l b s .   
 ▪ ️   s h a q u i l l e   o ' n e a l :   3 6 0   l b s . 
 ▪ ️   s i m   b h u l l a r :   3 6 0   l b s . 
 ▪ ️   e d d y   c u r r y :   3 5 0   l b s . 
 ▪ ️   m i k e   s w e e t n e y :   3 4 0   l b s . 
 
 u s e d   t h e i r   h e f t   t o   t h e i r   a d v a n t a g e .   💪 
 
 p a c e r s   c e l t i c s   k i n g s   m a v s   k n i c k s   n b a  
h o w   g o o d   w a s   o b i   t o p p i n   a g a i n s t   t h e   p a c e r s   y e s t e r d a y   😍   i   s e n s e   a   b i g   y e a r   i n c o m i n g   f o r   h i m   🙌   k n i c k s    
i t   s u c k s   w h e n   t h e   k n i c k s   a r e   o f f … i   c o u l d   w a t c h   t h e m   p l a y   e v e r y   d a y .   t h i s   t e a m   i s   l i k e   a   d r u g   t o   w a t c h   i f   y o u ’ r e   a   d i e h a r d   n e w   y o r k   k n i c k e r b o c k e r   f a n .   i t ’ s   e u p h o r i c ! !     _ k n i c k s p r  
  a n d     t h r e a d   g o t   m e   c r y i n g   😂 🤣 😂 k n i c k s
r j   b a r r e t t   |   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t   t o m t h i b o d e a u  
b r u n s o n , r j ,   j u l i u s ,   o b i ,   m i t c h   s h o u l d   b e   t h e     s t a r t i n g   5 ‼ ️ 
 k n i c k s
k n i c k s   a l l   _ r a n d l e   h a s   t o   d o   i s   p l a y   n o t   a t   t h e   e l b o w   o n   o f f e n s e   b u t   m o v e   f u r t h e r   d o w n   a n d   f o r g e t   t r y i n g   o r   s e a r c h i n g   t o   b r i n g   t h e   b a l l   u p   c o u r t .   p l a y   y o u r   p o s i t i o n   f a c k e r   a n d   l e t   d   g a m e   c o m e   t o   y o u   f o r   c h r i s t   s a k e s .   a n d   i f   a t   e l b o w   s e t   a   s c r e e n   a n d   g e t   d   f a c k   o u t   d o d g e   b s h
y o   o b i   r e a l l y   s t o l e   t h e   s h o w   a t   m s g   l a s t   n i g h t   k n i c k s    
    _ j _ d _ m       _ a v p     _ _ w a r     _ d u d e         @ _ k n i c k s 1 6 8 8         _ 1 9 1 4                         _ m a c         _ s t e v e n   _ t h e             _ e       i ' m   t h i n k i n g   k n i c k s   1 s t   i s   b t w n   1 5 - 1 8 t h   /   d a l l a s   1 9 - 2 3 t h   p k   & a m p ;   t h o s e   ( 4 )   u n p r o t e c t e d   c o u l d   b e   2 1 - 2 8 t h   p k   🎯 . . . 
 
 w e   c a n   p a c k a g e   📦   t h e m   f o r   a   t o p 5   p k 
 
 l e o n   r o s e   h a s   o p t i o n s   💣 
 k n i c k s 🏀 💯  
i   w a n t   r e d d i s h   t o   s h o w   o u t   b u t   i   h a v e n ' t   s e e n   r e a l l y   a n y t h i n g   t h a t   l e a d s   m e   t o   t h i n k   h e   w i l l   w i t h   t h e   k n i c k s .   t h e   l a i d   b a c k   n a t u r e   j u s t   d o e s n ' t   p l a y   w e l l   ( r e m e m b e r   t h e   k n o x )   t o   e a r n   m y   f a v o r .   k n i c k s
o b i   t o p p i n   h a v i n g   a   d u n k   f e s t   a g a i n s t   t h e   p a c e r s .   i   k n o w   i t ’ s   o n l y   p r e s e a s o n   b u t …   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s  
c a m   r e d d i s h   s a y s   h e ' s   t r y i n g   t o   g e t   o u t   o f   h i s   c o m f o r t   z o n e .   k n i c k s   n e e d   t o   s e e   i t   s o o n e r   r a t h e r   t h a n   l a t e r .   
 
 v i a    
[ h i g h l i g h t ]   o b i   t o p p i n   b l o c k s   i t   o n   o n e   e n d ,   e a s t b a y s   o n   t h e   o t h e r ,   a n d   p o i n t s   a t   t j   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
i n j e c t   a l l   k n i c k ’ s   b a s k e t b a l l   i n t o   m y   v e i n s   k n i c k s   k n i c k s t a p e      
d a y   2   o n   s e t   h a s   b e e n   f u n   🤩   b r o   l o o k   h o w   s h o r t   i   a m   😭     k n i c k s  
i   s e e   a   l o t   o f   p e o p l e   i   r e c o g n i z e   i n c l u d i n g   ,   ,   a n d   o t h e r s !   k n i c k s 
 
  
m e   w a t c h i n g   t h i b s   k n i c k s   r o t a t i o n s ,   w a i t i n g   f o r   h i m   t o   p u l l   o b i t o p p i n  
c a n   t h e   k n i c k s   s h o c k   t h e   w o r l d ? 
 k n i c k s   j a l e n b r u n s o n   e o p  
a f t e r   w a t c h i n g   l a s t   n i g h t   k n i c k s   g a m e   i ’ m   h a p p y   t h e   t r a d e   f o r   m i t c h   f e l l   t h r o u g h   i f   t h e s e   g u y s   b a l l   o u t   w e   c a n   h a v e   3   a l l s t a r s   o v e r   t h e   n e x t   c o u p l e   o f   y e a r s   i n s t e a d   o f   j u s t   1   k n i c k s
  _ n e w y o r k   i   w o u l d   b e   c o o l   w i t h   r a n d l e   r e b o u n d i n g   /   p a s s i n g   /   l o w   t u r n o v e r s . 
 r e d u c e d   s h o o t i n g / p o i n t   f o r w a r d i n g   
 t h i s   w o r k s   o n   t h e   n e w   k n i c k s
o b i   t o p p i n   p u t s   o n   a   s h o w   a s   k n i c k s   b e a t   p a c e r s   1 3 1 - 1 1 4   |   n e w   y o r k   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   s p o r t s  
k n i c k s   i m p r o v e d   t o   2 - 0   i n   t h e   p r e s e a s o n   l a s t   n i g h t .   w h a t ’ s   t h e   s t o c k   o f   o b i   t o p p i n   a f t e r   t h i s   w i n ?     h a s   t h e   r e c a p . 
 

l e t ’ s   g o   k n i c k s   k n i c k s  
l e t ’ s   g o   k n i c k s   k n i c k s  
l a s t   n i g h t   g a m e   t h e   p h o t o   s a y s   i t   a l l   k n i c k s   n b a   k n i c k s t a p e  
a   d a y   w i t h o u t   k n i t t i n g   i s   l i k e   j u s t   k i d d i n g   i   h a v e   n o   i d e a   
 l i n k 👇 👇 
 
 k n i t t i n g t w i t t e r   k n i t t i n g   k n i t t i n g h o u r   k n i c k s   w o m e n   m o m s o n b e d r o o m   u n i t e d   a u s t r a l i a n   g e r m a n   f r e n c h   p o l a n d b a l l   s p a i n i s h   s h o p   n u r s e   n u r s i n g   t e a c h i n g   s k i l l s   t a l e n t e d   e l o n m u s  
g o o n t a p e ! 😩 😂 😂 😂 💯 
 k n i c k s 
 k n i c k s n a t i o n l e t s r i d e 
 o b i v o i c e 
 n b a   
 n b a p r e s e a s o n   
 n b a t w i t t e r  
      1 .   k n i c k s   s p e n t   a   f i r s t   o n   h i m .   w e   k n o w   w h a t   e f   c a n   d o .   w e   h a v e   t o   f i n d   o u t   o n   c a m .   2 .   i   d i d n t   d a y   d e u c e   s h o u l d   c l o s e .   r o s e   c a n t   g u a r d   a n y b o d y .     m a y b e   a   l o w e r   m i n u t e   l o a d   h e l p s   h i m   f i n i s h   a   s e a s o n .   3 .   m a y b e   t h i b s   c a n   u s e   o u r   l o n g   r o s t e r ,   p l a y   m o r e   t h a n   1 0   a n d   m a t c h u p
u l t i m a t e l y   i   b e l i e v e   a l l   k n i c k s   f a n s   w a n t   i s   a   w i n n i n g   t e a m .   i ’ m   h o p e f u l   & a m p ;   e x c i t e d   a b o u t   w h a t   i ’ v e   s e e n   s o   f a r .   i   t h i n k   w e   w i l l   s e e   a   b e t t e r   t e a m   t h e n   l a s t   s z n .   a d d i n g   b r u n s o n   & a m p ;   i h a r t   a l o n g   w i t h   a n   i m p r o v i n g   y o u n g   c o r e   o f   r j ,   m i t c h ,   i q   & a m p ;   o b i   & a m p ;   g r i m e s   a n d   o u r   v e t s   j u ,   r o s e   & a m p ;   e v 👍 🏽
w e l l   i t ' s   h a r d   b e i n g   a   m e t s   f a n   r i g h t   n o w   b u t   i n   s o m e   g o o d   n e w s   a s   w e   p i v o t   t o w a r d s   w i n t e r   s p o r t s ,   t h e   k n i c k s   a r e   2 - 0   t o   s t a r t   t h e   s e a s o n !   b e a t   t h e   p i s t o n s   g a m e   1   a n d   p a c e r s   g a m e   2 .   l g m   l e t s g o k n i c k s
p o s i t i v e v i b e s o n l y   f r o m   m e   t h i s   s z n   w h e n   i t   c o m e s   t o   m y   k n i c k s
t h i s   w a s   i n s a n e ! ! 
 
 o b i   t o p p i n   t h r o w s   d o w n   b e t w e e n - t h e - l e g s   w i n d m i l l   s l a m     k n i c k s   o b i t o p p i n
i f   t h e   k n i c k s     c o u l d   f i n d   a   l e g i t   t r a d e   o p t i o n   f o r   j u l i u s   r a n d l e ,   y o u   c o u l d   g e t   e x c i t e d   a b o u t   t h i s   t e a m   w i t h   o b i   a n d   r e d d i s h   g e t t i n g   e x t e n d e d   m i n u t e s .
d i d   e v a n   f o u r n i e r   r e a l l y   n e e d   r e s t ?     t h i n g s   t h a t   m a k e   y o u   g o   h m m m m m ? ? ? ? ? 🤔   
 
 k n i c k s   
   
 
 l i n k   t o   e p i s o d e   b e l o w 
  
t h e   s a m e   p e o p l e   w h o   a r e   t r y i n g   t o   c l o w n   k n i c k s   f a n s   f o r   c e l e b r a t i n g   t w o   p r e s e a s o n   w ' s   a r e   t h e   s a m e   p e o p l e   w h o   w o u l d   b e   k i l l i n g   t h e   n y k n i c k s   i f   w e   w o u l d   h a v e   l o s t .   w e   h a n d l e d   t w o   b a d   t e a m s   l i k e   w e   a r e   s u p p o s e d   t o .   i ' m   n o t   j u m p i n g   o u t   t h e   w i n d o w   b u t   i ' m   e x c i t e d   a b o u t   t h i s   t e a m . 🙌 🏽
o b i   2 4   p o i n t s .   t w e n t y - f o u r .   h e   s h o u l d   h a v e   p l a y e d   m o r e   l a s t   s e a s o n   a n d   b e   a   s t a r t e r   t h i s   s e a s o n .   n y k n i c k s   k n i c k s  
s a v e   m e   a   s e a t . . . . r u c k e r s   . . . . t h e   k n i c k s   i s   u p t o w n   p e o p l e . k n i c k n a t i o n   b a b y
h o w   m u c h   h a v e   w e   k n i c k s   f a n s   l e a r n e d   a b o u t   b a s k e t b a l l   f i r s t   w a t c h i n g   t h e n   l i s t e n i n g   t o   c l y d e   f r a z i e r   a l l   t h e s e   y e a r s ?   t h e   f u l l   g a m u t   -   f u n d a m e n t a l s   t o   i n s i d e   i n c e d e n t i a l s . 
 
 a s   a l w a y s ,   g r a t i t u d e   f o r   t h e   g e n e r o u s   w o r k   o f  
i   w a s n ' t   g o n n a   p o s t   a b o u t   t h e   k n i c k s   a t   r u c k e r s   u n t i l   i   w a s   i n   t h e   b l e e c h e s   🤦 🏽 ‍ ♀ ️ 🤦 🏽 ‍ ♀ ️   w i t h   i n t e n t i o n s   o f   g e t t i n g   t h e r e   e a r l y   b u t   i t   d i d n ' t   w o r k   o u t 🤣 🤣   s o o o o   y a '   g u r l l l   a   s e a t 🤣 🤣 🤣
h o t   t a k e :   i n   a   y e a r   r j   a n d   o b i   a r e   b o t h   g o n n a   f i n i s h   t h e   s e a s o n   a v e r a g i n g   3 0 +   p p g   k n i c k s  
w h y   d o   t h e s e   k n i c k s   p r e s s   c o n f e r e n c e s   l o o k   s o   c i n e m a t i c ? 
 
 n y k n i c k s
j a l e n   b r u n s o n   d a y s   t i l   o p e n i n g   d a y   🤣 🤣 e x c i t e d   a b o u t   t h e   s e a s o n !   g e t   u r   m o r n i n g   d r i v e   w i t h   _ n y _ b     k n i c k s  
k n i c k s   d o m i n a t e   p a c e r s ,   e a r n   a n o t h e r   p r e s e a s o n   w i n     v i a  
i ’ m   l o v i n g   w h a t   i ’ v e   s e e n   s o   f a r   t h i s   p r e s e a s o n ,   b u t   i ’ m   n o t   m o v i n g   o b i   t o   b e   a   s t a r t e r   j u s t   y e t .   t h e   s p a r k   h e   b r i n g s   o f f   t h e   b e n c h   i s   w a y   t o o   v a l u a b l e   & a m p ;   n e e d e d .   y e s ,   g i v e   h i m   t h e   m i n u t e s   h e   d e s e r v e s .   j u s t   n o t   s o l d   y e t   t o   s t a r t   h i m   k n i c k s
f a b   m e l o   -   b o s t o n   c e l t i c s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s 
 
   n b a   n b a t w i t t e r   n b a t o p s h o t   m e l o   c e l t i c s   b o s t o n c e l t i c s   n u g g e t s   k n i c k s   m i l e h i g h b a s k e t b a l l   n e w y o r k f o r e v e r  
g u a r d   j o s h   r i c h a r d s o n   n a m e   h a s   b e e n   l i n k e d   t o   t h e   m i a m i   h e a t ,   n e w   y o r k   k n i c k s   a n d   m e m p h i s   g r i z z l i e s
o b i   t o p p i n   p u l l e d   t h i s   o f f   i n   g a m e   🤯 🔥 
 
 ( 🎥 :   )   
 
 n b a   n b a t w i t t e r   k n i c k s   p a c e r s   n e w y o r k f o r e v e r   g o l d b l o o d e d  
o b i   s h o w s   o u t . 
 i s   t h e r e   a n y   o t h e r   p l a y e r   d o i n g   b e t w e e n   t h e   l e g   d u n k s   i n   g a m e s   ? 
 k n i c k s   n b a 

i   t h i n k   s i m s   i s   a   b e t t e r   f i t   w i t h   t h e   s e c o n d   u n i t   t h a n   h a r t e n s t e i n .   o r   a c t u a l l y   m i t c h   w o u l d   b e   t h e   b e s t   f i t .   h a r t e n s t e i n   b r i n g s   d o w n   t h e   a t h l e t i c i s m   o f   t h a t   u n i t   s o   m u c h   a n d   h e ’ s   n o t   g o i n g   t o   b e   a   g r e a t   s h o o t e r .   k n i c k s
y ’ a l l   a r e   a c t i n g   l i k e   o b i   t o p p i n   j u m p e d   o v e r   t h e   e m p i r e   s t a t e   b u i l d i n g   f o r   t h a t   d u n k .   m y   g o d .   i t   w a s   c o o l   b u t   c a l m   d o w n   🤦 ‍ ♂ ️   k n i c k s
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
1 0   f o l l o w e r s   a w a y   f r o m   1 k .   l e t ' s   g o !   l e t ' s   g e t   i t   d o n e   b e f o r e   t h e   s e a s o n   s t a r t s .   🙏 🏾   a p p r e c i a t e   a l l   o f   y o u   g u y s .   1   r e a s o n   i   d o   w h a t   i   d o   i s   f o r   k n i c k   f a n s   l i k e   m e .   🔵 🟠   k n i c k s   t k r   r o a d t o 1 k
    k n i c k s   🔥 🔥 🔥 🔥   g r e a t   n o   t r a d e  
t h a t   t o p p i n   d u n k   l a s t   n i g h t   w a s   s t r a i g h t   u p   d i s r e s p e c t f u l   l m f a o   a n d   i ’ m   h e r e   f o r   a l l   o f   i t .   k n i c k s
" k n i c k s   d e l i "   r e c a p   v i d e o   c o v e r i n g   t h e   n e w   y o r k   k n i c k s   e x c i t i n g   p r e - s e a s o n   w i n   o v e r   t h e   p a c e r s   a t   2 p m   o n   t h e   s h i r   b r i l l i a n c e   y t   c h a n n e l !   n e w y o r k f o r e v e r   k n i c k s   n b a  
m e   t r y i n g   n o t   t o   o v e r r e a c t   t o   o u r   t e a m   k n i c k s  
u s e   c o d e   b b a l l c r a z y   a n d   g e t   t h e   d e r r i c k   r o s e   b a n d   k n i c k s  
o b i t o p p i n   i s   o n   t h e   c o r r e c t   t e a m   a n d   i n   t h e   c o r r e c t   m a r k e t . 
 
 s o   i   w a n t   m o r e   f r o m   h i m   t h i s   y e a r ;   c a s h   i n   o n   h i s   p o t e n t i a l .   k n i c k s   b a l l o r f a l l   n b a  
o n l y   2 p r e s e a s o n   g a m e s   d o n e   s o   f a r   b u t   g o t t a   s a y   t h a t   i   l o v e   t h e   a d d i t i o n   o f     h e   i s   a   l e a d e r   b y   h i s   a c t i o n s   , m a k e s   h i s   t e a m m a t e s   b e t t e r ,   " s   w o r k   i n   t h e   o f f s e a s o n   i s   a l r e a d y   s h o w i n g , a   t r u e   p r o .   w h a t   a b o u t     a n d   _ g o d s o n     l o o k   r e a d y ! !   k n i c k s
o b i ’ s   t h r o u g h   t h e   l e g s   d u n k   s t o l e   t h e   s h o w ,   b u t   p r i o r   t o   t h a t ,   t h i s   w a s   p e o t r y   i n   m o t i o n … 
 k n i c k s  
o u r   i n s t a g r a m   b r a c k e t   i s   c o m p l e t e .   c l y d e   w i n s   f a v o r i t e   k n i c k s   p o i n t   g u a r d !   f r a z i e r   w a s   c l e a r l y   t h e   f a v o r i t e   s i n c e   h e   w a s   r u n n i n g   t h e   s h o w   f o r   t h e   k n i c k s   o n l y   c h a m p i o n s h i p s .   
 
 w h a t   k n i c k s   t h e m e d   b r a c k e t   d o   y o u   w a n t   t o   s e e   n e x t ?   l e t   u s   k n o w   i n   t h e   c o m m e n t s .   n y k   k n i c k s  
_ 8   g o o d   m o r n i n g .   h a p p y   s a t u r d a y .   t a l k   t o   u s   n i c e !   k n i c k s     2 - 0   p r e s e a s o n   t i m e t o o v e r r e a c t   h a v e   a   g r e a t   d a y
o b 1   h a d   a   g r e a t   g a m e   l a s t   n i g h t .   y a ’ l l   d o n ’ t   t h i n k   h e   w a s   m o t i v a t e d   b c u z   m o s t   k n i c k s   f a n s   w a s   c r y i n g   a b o u t   d r a f t i n g   h i m   o v e r   h a l l i b u r t o n ?   m y   d u d e   s a i d  
v e g a s   h a s   u s   w i n n i n g   3 9   g a m e s ,   w i t h   w h a t   y o u ’ v e   s e e n   s o   f a r   f r o m   t h e   t e a m .   d o   y o u   g u y s   t h i n k   w e ’ l l   s t i l l   h a v e   3 9   w i n s   o r   l e s s   o r   4 0 + w i n s ? ?   k n i c k s t a p e   k n i c k s a n o n y m o u s   k n i c k s   m s g   f y p   v i r a l   p o l l
i n   t h e   p a s t   i t s   b e e n   t h e   3 r d   q u a r t e r   w h e n   t h e     f a l l   a p a r t . . a f t e r   2   p r e s e a s o n   g a m e s   t h e   k n i c k s   h a v e   s c o r e d   a   c o m b i n e d   6 4 p t s   i n   t h e   3 r d . 
 w h a t   a   d i f f e r e n c e   a   p o i n t   g u a r d   m a k e s . 
 n e w y o r k f o r e v e r
w i f e y   r e a l l y   s t a r t i n g   t o   g e t   c o n c e r n e d   w i t h   m y   k n i c k s   a d d i c t i o n ,   a f t e r   o n c e   a g a i n   s e e i n g   m e   w a t c h   h i g h l i g h t s   i n   b e d 
 
 " r e a l l y ,   a t   8 a m   o n   a   s a t u r d a y   m o r n i n g ? " 
 
 😂 😂 😂   k n i c k s
g o o d   o n e   b y     
 
 o b i   t o p p i n   o b i t o p p i n   o b i t o p p i n   n b a   n b a t w i t t e r   n b a t w i t t e r l i v e   s l a m d u n k   m s g   n e w y o r k   n e w y o r k k n i c k s   k n i c k s   n e w y o r k f o r e v e r  
g o o d   m o r n i n g   t o   e v e r y o n e   b u t   e s p e c i a l l y     🔸 🔹 k n i c k s   n y c   o b i w a n
      _ _ _ f i n c h         _ j _ d _ m     _ _ w a r     _ d u d e           _ 1 9 1 4   _ m a c   @ _ k n i c k s 1 6 8 8       _           _ s t e v e n   _ 2 2     _ _                 @ _ b i l l y h o y l e o f n j                           n o t   t a l k i n g   a b o u t   t h e   m e t s   w i t h   y a n k e e s   f a n s   w h o   e n j o y   t h i s .   i   w a s   t h e r e   y e s t e r d a y .   i ’ l l   b e   t h e r e   t o d a y .   t a l k   k n i c k s
g o o d   m o r n i n g   ☀ ️   
 
 t h e   k n i c k s   a r e   2 - 0   i n   p r e s e a s o n .   
 
 🧡 💙
w h y   i s   t h e   n a t i o n a l   s p o r t s   m e d i a   s t i l l   u s i n g   “ b i n g   b o n g ” ?   
 
 i   h a t e   t h e m   s o   m u c h !     t h e y   d o n ’ t   k n o w   o r   e v e n   w a t c h   t h e   k n i c k s … 🖕 🏽 …   n e w y o r k f o r e v e r  
t h e   d u n k   o f   t h e   ( p r e ) s e a s o n   s o   f a r   g o e s   t o     n e w y o r k f o r e v e r   k n i c k s  
o b i t o p p i n   w i t h   t h e   b e t w e e n   t h e   l e g s   d u n k   k n i c k s   n b a  
w e l l   g o o d   m o r n i n g   ☀ ️   k n i c k s   f a m ! ! !   ☕ ️ 😍  
t h e   r e i g n i n g   s l a m   d u n k   c h a m p   🏀 💪 🏾   k n i c k s  
i c y m i :   p o s t g a m e   s h o w   f r o m   l a s t   n i g h t s   v i c t o r y !   k n i c k s 
 
 📺 :
l i t t l e   p o s t g a m e   r e a c t i o n   t o   l a s t   n i g h t s   p l u n d e r i n g .   a l s o   a v a i l a b l e   o n   s p o t i f y   
 
   k n i c k s   n y k   n y k n i c k s   n b a p r e s e a s o n   n b a   p a c e r s   p o d c a s t     
 

a y o   o b i   t o p p i n   n e e d s   t o   s t a r t .   t h e   w a y   t h e   g a r d e n   e r u p t e d   o f f   a   p r e s e a s o n   d u n k ,   i   g e t   w h y   j u l i u s   r a n d l e   w a s   s o   t i g h t   l a s t   s e a s o n .   o b i   i s   a   f a n   f a v o r i t e   l i k e   i ' v e   n e v e r   s e e n   b e f o r e   a n d   h e ' s   b a r e l y   s c r a t c h e d   t h e   s u r f a c e .   o b i   n e e d s   t o   s t a r t .   k n i c k s    
f a m i l y . 👨 ‍ 👩 ‍ 👧 ‍ 👦 
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s a l l d a y   k n i c k s n e w s   k n i c k s w i n   n y c   m s g   t h e g a r d e n   k n i c k s w o r l d   n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k   
  
h a p p y   w e e k e n d   k n i c k s   f a m .   
 🔥   g a m e   a t   t h e   g a r d e n   l a s t   n i g h t ! 
 k n i c k s
h o w   t h e   k n i c k s   w i n   4 0 +   a n d   m a k e   t h e   p l a y o f f s   👏 
 
 p g :   b r u n s o n 
 s g :   b a r r e t t 
 s f :   r e d d i s h   
 p f :   r a n d l e 
 c :   r o b i n s o n   
 
 r a n d l e / b a r r e t t   n e v e r   s i t   a t   t h e   s a m e   t i m e ‼ ️ ‼ ️ ‼ ️ 
 
 d u o   b e n c h   r o t a t i o n   w h e n   n e e d e d   w i t h   i q   & a m p ;   t o p p i n ,   g r i m e s   & a m p ;   h a r t   t h e n   d r o s e   & a m p ;   e v a n  
p r e s s r e l e a s e p o w e r   p o s t   y o u r   p r e s s   l a u n c h   v e d i o   t o   s u i t a b l e   o n l i n e   p r e s s   r e l e a s e   d i r e c t o r i e s   a n d   d i v e r s e   c h a n n e l s . 
 
 c r y p t o   b i t c o i n   c r y p t o c u r r e n c y   b l o c k c h a i n   e t h e r e u m   b t c   f o r e x   t r a d i n g   m o n e y   c r y p t o n e w s   c r y p t o t r a d i n g   k n i c k s   r a n d l e   m a r t e   l f g m  
i m a g i n e   b e i n g   a   c a s u a l   f a n   a n d   s e e i n g   t h i s   v i d e o   a n d   s c   t o p   1 0 ,   a n d   t h e n   b e i n g   s h o c k e d   t h a t         d o e s n ’ t   s t a r t   a n d   o n l y   a v e r a g e s   l e s s   t h a n   1 5   m i n u t e s .   t h e n   i m a g i n e   b e i n g   a     f a n … 
 
 o b i t o p p i n   n b a   k n i c k s   e a s t b a y   s c t o p 1 0   l o w d   d u n k  
k n i c k s   l o o k   l e t h a l !   k n i c k s   n b a   n y k   m s g
📊   o b i   t o p p i n   v s   i n d i a n a : 
 
 2 4   p o i n t s 
 1 0 / 1 4   s h o o t i n g 
 4   t h r e e s   
 2   b l o c k s 
 1   e a s t b a y   d u n k   
 2 0   m i n u t e s 
 
 n b a   n b a i t a l i a   n b a p r e s e a s o n   k n i c k s   p a c e r s  
🎙 ️   r j   b a r r e t t :   " t h a t   [ b e t w e e n   t h e   l e g s   d u n k ]   w a s   c r a z y . " 
 
 o b i   t o p p i n :   " h e   s e e s   i t   e v e r y d a y . " 
 
 r j :   " h e   d o e s   t h a t   a l l   t h e   t i m e . "   
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s   n b a p r e s e a s o n  
1 1   l o o k i n g   s m o o k i n g   a f ,   b o i   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r      
b e s t   o f   t h e   d a y   o n   
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n ‼ ️ 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s    
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n ‼ ️ 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s   

📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 •   o b i   t o p p i n 
 
 2 4   p t s ,   2   b l k ,   4   3 p m 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s     
  
n e w   y o r k   w e   g o t   o n e ! ! ! 
 
     k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
b e s t   o f   t h e   d a y   o n   
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
o b i   f u c k i n '   t o p p i n   k n i c k s   
 🌬 ️   😎  
o n e   e m o j i   🤯 
 
 k n i c k s   o b i d a t t i 0 2 3   o b i t o p p i n   b a s k e t b a l l   n b a   n b a j a p a n g a m e s   b a s k e t b a l l c l  
  w h a t   a r e   k n i c k s   g e t t i n g   b a c k ? 
 h o w   d o   s u n s   f i t   a l l   t h a t   m o n e y   i n t o   a   t r a d e ?
o b i   t o p … .   r e a l   n a m e   n o   g i m m i c k s ! ! !       k n i c k s  
o h   m y   o b i   t o p p i n ! ! 
 n y k   k n i c k s   n b a   n b a t w i t t e r   n b a p r e s e a s o n   s l a m   d u n k   n e w y o r k   n y c 
  
r e s u l t s   o f   n b a   m a t c h e s   p r e s e a s o n   0 7 / 1 0 / 2 0 2 2 
 
 c h i c a g o b u l l s   b o s t o n c e l t i c s   n u g g e t s   h o r n e t s   k n i c k s   p a c e r s   p i s t o n s   p e l i c a n s   m a v e r i c k s   h a w k s   b u c k s   n b a i n a b u d h a b i   u s a  
k n i c k s   w i n   v s   i n d i a n a   k n i c k s   k n i c k s t a p e   n e w y o r k   n b a   n b a t w i t t e r  
🚨   k n i c k s   d o m i n a t e   t h e   p a c e r s   🚨 
 
 w a t c h :   
 
 k n i c k s   s u p e r m a r i o b r o s m o v i e  
k n i c k s '   e v a n   f o u r n i e r   p r e d i c t s   b i g   c h a n g e   a m i d   d r a y m o n d   g r e e n   d r a m a 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   r a i s e d b y w o l v e s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a p r e s e a s o n   n b a j a p a n g a m e s 2 0 2 2   n b a l e a g u e p a s s   n b a i n a b u d h a b i   b e t h e f i g h t
j u   p l a y e d   w e l l   t o n i g h t .   j u l i u s   r a n d l e   k n i c k s  
c a m   i s   a   k n i c k s   i   l i k e   h i m   a n d   i   w a n t   h i m   t o   s u c c e e d   h e r e .   h e   h a s   a l l   t h e   t o o l s   t o   b e   a   s t a r ,   e x c e p t . . . 
 
 h e   n e e d s   d e v e l o p m e n t .   p a r t i c u l a r l y   w i t h   h i s   b b a l l   i q   a n d   m o t o r . 
 
 y o u   m a y   d i s a g r e e ,   b u t   h e ' s   w / t h e   r i g h t   t e a m   a n d   c o a c h .   i t ' l l   t a k e   s o m e   t i m e   t o   g e t   t h e r e .   n e e d   p a t i e n c e   f o l k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
t h e   k n i c k s   ( 2 - 0 )   b e a t   t h e   p a c e r s   ( 1 - 1 )   1 3 1 - 1 1 4   l a s t   n i g h t   i n   p r e s e a s o n   a c t i o n   a t   t h e   g a r d e n .   k n i c k s w i n   n e w y o r k f o r e v e r  
o b i   p u t s   o n   a   s h o w   a s   k n i c k s   b l o w o u t   p a c e r s   -     k n i c k s   n e w y o r k f o r e v e r    
p a c e r s   a t   k n i c k s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2     v i a     k n i c k s   n e w y o r k f o r e v e r
i n d   v s .   n y k   h i g h l i g h t s   -   v i e w   n o w   i n   t h e   n b a   a p p   -     k n i c k s   n e w y o r k f o r e v e r
b e e n   t o l d   y a l l   t h i s   g e t v r a n d l e   o f f   t h i s   t e a m   k n i c k s  
k n i c k s   1 3 1 ,   p a c e r s   1 1 4 :   s c e n e s   f r o m   t h e   o b i   t o p p i n   d u n k - a - t h o n   -   p o s t i n g   a n d   t o a s t i n g   k n i c k s   n e w y o r k f o r e v e r    
d u d e s   w e r e   k i l l i n g   b e a r d e d   t o m   t h i b o d e a u   n o w   y a   l o v e   h i m   c u z   h e   p l a y e d   c a m   r e d d i s h   a n d   b l a t a n t l y   s h o w i n g   y a   h e   d o e s n ' t   h a t e   t h e   k i d s .   
 
 l e t   m e   c o a c h - s o n   l i v e . . .   g o t   d a m n   t h a t   s h t   u g l y   d o   
 
 k n i c k s  
p r e s s r e l e a s e p o w e r   p o s t   y o u r   p r e s s   l a u n c h   v e d i o   t o   s u i t a b l e   o n l i n e   p r e s s   r e l e a s e   d i r e c t o r i e s   a n d   d i v e r s e   c h a n n e l s . 
 
 c r y p t o   b i t c o i n   c r y p t o c u r r e n c y   b l o c k c h a i n   e t h e r e u m   b t c   f o r e x   t r a d i n g   m o n e y   c r y p t o n e w s   c r y p t o t r a d i n g   k n i c k s   r a n d l e   m a r t e   l f g m  
i n d i a n a   p a c e r s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   n e w y o r k   k n i c k s   n b a   v i d e o :  
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   r e s u l t s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2   ;   n b a   g a m e s   t o d a y ;   c e l t i c s 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s
i t ’ s   p r e s e a s o n   b u t   t h i s   d u n k   i s   🔥 🔥 🔥 🔥     k n i c k s  
l e g i t   1 2 / 1 3   g u y s   o n   t h i s   r o s t e r   c o u l d   g e t   m i n s .   n b a   b a s k e t b a l l   k n i c k s   n b a t w i t t e r   n y k   k n i c k s t a p e  
🔥 🔥   a i n ' t   n o   s t o p p i n '   o b i   t o p p i n ! !   🔥 🔥   k n i c k s   s o a r   o v e r   p a c e r s !   |   k n i c k s   v s   p a c e r s   p r e s e a s o n   r e c a p   
 o b i t o p p i n   k n i c k s n a t i o n 
 
 ✅   w a r c h   n o w ! 
 📽 ️     v i a  
  l o o k i n   l i k e   h e   w a s   i n   a n   a l l   s t a r   g a m e   t o n i g h t .   h y p e   f o r   t h i s   s e a s o n ! !   k n i c k s
n e w   y o r k   k n i c k s   i n d i a n a   p a c e r s     p o s t   g a m e   r e v i e w     v i a     n e w y o r k   n e w y o r k f o r e v e r
f o u r   f r a m e s   f r o m     d u n k i n g   t h e     t o   v i c t o r y   i n     p r e s e a s o n   a c t i o n   a g a i n s t   i n d i a n a .     
 n b a   o b i t o p p i n   k n i c k s  
  w h y   d o   k n i c k s   f a n s   ( w e )   g e t   s o   e x c i t e d   o v e r   g a m e s   t h a t   d o n ’ t   c o u n t   a g a i n s t   o n e   o f   t h e   w o r s t   t e a m s   i n   t h e   l e a g u e ? ? ? 
 j u s t   s e t t i n g   o u r s e l v e s   u p   f o r   d i s a p p o i n t m e n t .   
 “ s t a y   c a l m   a n d   c a r r y   o n ” ! 
 k n i c k s t w i t t e r   k n i c k s t a p e     n b a   n b a p r e s e a s o n
h o t   t w i t t e r   t r e n d   f o r   s u r e   i s   k n i c k s .
o b i   i s   b e c o m i n g   a   h i g h l i g h t   r e e l   e v e r y   n i g h t !   t h i b s   h a s   t o   g i v e   h i m   s e r i o u s   m i n u t e s   t h i s   y e a r ! 
 k n i c k s  
  4 - 1 2   f r o m   t h e   f i e l d .     $ 2 5 m i l   f o r   3 3 % .     h e l l u v a   d e a l   k n i c k s
i ’ l l   l e a v e   t h i s   h e r e : 
 
 t h e   k n i c k s   w o u l d   b e   t h e   s a m e   i f   n o t   b e t t e r   w i t h   o b i   a t   t h e   f o u r   i n s t e a d   o f   r a n d l e . 
 
 t h e   r e a s o n   r a n d l e   w a s   s o   v a l u a b l e   f o r   t h e   k n i c k s   y e a r s   p a s t   w a s   b e c u z   o f   h i s   p l a y m a k i n g .   w e   d o n ’ t   n e e d   t h a t   a n y m o r e .   
 
 k n i c k s
  i   d o n ' t   c a r e   a b o u t   a l l   t h e s e   1 s t   r o u n d   p i c k s   u n l e s s   t h e y   c a n   b e   p a c k a g e d   f o r   a   l o t t e r y   p i c k   o r   a   p l a y e r ,   b u t   m a y b e   n o t   g e t t i n g     i s   a   b l e s s i n g   i n   d i s g u i s e   i f   t h e s e   y o u n g   t h e s e   p l a y   t o   t h e i r   p o t e n t i a l !   k n i c k s   n b a   k n i c k s t a p e
a i n g e   w a n t e d   h i m   g o   k n i c k s  
m y   s o n   i n   l a w   a n d   g r a n d s o n   a r e   g o i n g   t o   g o   s e e   t h e   k n i c k s   a n d   t h u n d e r   p l a y   a n d   i ’ m   s o   j e a l o u s .   😤 😂   n o   i ’ m   h a p p y   f o r   t h e m   b u t   t h e y   c o u l d   t a k e   m o m o !   😘
k n i c k s   f a n s .   t e l l   m e   y o u   d o n ’ t   v a l u e     a f t e r   w a t c h   c a m   s t a r t .   j u s t   a   d i f f e r e n t   o f f e n s i v e   p l a y e r .   c a m   m a y   h a v e   l o t s   o f   p o t e n t i a l ,   b u t   h e ’ s   n o t   i m p r o v i n g .   d o   y o u   s e e   i t ?   h e   d o e s n ’ t   e v e n   d e s e r v e   a   s p o t .   g r i m e s   a n d   e v a n .   b a s k e t b a l l   n b a   p r e s e a s o n   h o o p s   n y k n i c k s  
  a n d   _ g o d s o n   q u i c k l e y   t o p p i n   l o o k e d   r e a l   s o l i d   ,   n i c e   m i n u t e s   s h o u l d   b e   c o m i n g !   l e t ’ s   g o   k n i c k s     k n i c k s f o r e v e r   n y k    
i ’ m   o n   t h e   k n i c k s   s i d e   o f   t w i t t e r .   i ’ m   s u c c e s s f u l l y   a   f o r e v e r   k n i c k s   f a n / s h i t t e r .   i   c o u l d n ’ t   b e   m o r e   p r o u d   o f   t h i s   a c c o m p l i s h m e n t .
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
k n i c k s   a r e   g o i n g   t o   s h o c k   t h e   e a s t   t h i s   y e a r s .   d e e p e s t   b e n c h   i n   t h e   n b a  
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
t y r e s e   h a l i b u r t o n   h i g h l i g h t s   -   k n i c k s   v s .   p a c e r s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   t y r e s e   h a l i b u r t o n   n y k   i n d   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w y o r k   k n i c k s   i n d i a n a   p a c e r s
o b i t o p p i n   s c o r e s   2 4   p o i n t s   o f f   t h e   b e n c h   t o   l i f t   t h e   k n i c k s   o v e r   t h e   p a c e r s .   f i n a l :   i n d   1 1 4   -   1 3 1   n y k   n b a p r e s e a s o n
. . . a n d   i   d o   c o n c u r .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a  
o b   1   w a s   w i l d i n ! !   k n i c k s   n e w y o r k f o r e v e r  
t o p p i n   s h o w s   o f f   h i s   r a n g e   a g a i n .   n b a   b a s k e t b a l l   o b i t o p p i n   k n i c k s   k n i c k s t a p e   n y k   n b a t w i t t e r  
🌍 👽 🌍   n e x t   l e v e l   k n i c k s  
e l e c t r i f y i n g   p r e s e a s o n   s o   f a r   f o r   t h e   k n i c k s .   o b i   t o p p i n   g a v e   f a n s   p l e n t y   o f   t h i n g s   t o   g e t   e x c i t e d   a b o u t   t h e   k n i c k s   t h i s   u p c o m i n g   s e a s o n .   |    
b r u n s o n   a n d   o b i   i f   t h e   k n i c k s   m o v e   o n   f r o m   r a n d l e   k n i c k s  
l e t ’ s   g o   o b i   k n i c k s  
o b i   w e n t   o f f   w i t h   n o t   m u c h   m i n u t e s   w i t h   b r u n s o n   & a m p ;   h e   w o u l d   f l y   w i t h   b r u n s o n   p u s h i n g   t h a t   p a c e   k n i c k s
h e l p   m e   o b i   w o n   y o u r   t h e   k n i c k s   n e w   h o p e   k n i c k s f a n t v   k n i c k s   s t a r w a r s   t g e f o r c e i s s t r o n g w i t h t h i s o n e  
g o t   d a m n   o b i   y o u   h a d   t o   d o   h i m   l i k e   t h a t   b r o     k n i c k s   n b a   d u n k   c r y p t o c u r r e c y   n b a 2 k 2 3
c o u l d n ’ t   r e s i s t     _       k n i c k s   o b i t o p p i n  
t h e   k n i c k s   p u t   t o g e t h e r   a n o t h e r   s t r o n g   p e r f o r m a n c e   i n   a   1 3 1 - 1 1 4   w i n   o v e r   t h e   p a c e r s   t o n i g h t .   h e r e   a r e   m y   5   k e y   t a k e a w a y s   f r o m   t h e   g a m e   n y k n i c k s   k n i c k s t a p e  
a s   f o r   t h e   k n i c k s ,   h e r e   a r e   m y   p o s i t i v e s   a n d   n e g a t i v e s : 
 🔥 
 -   j a l e n   b r u n s o n   h a d   a   g o o d   n i g h t ;   f o u g h t   o n   d e f e n s e   a n d   p u t   p r e s s u r e   o n   t h e   r i m 
 -   r j   b a r r e t t   h a d   a n o t h e r   w e l l - r o u n d e d   g a m e   b / c   o f   h i s   s h o o t i n g 
 -   m i t c h   a n d   d - r o s e   w e r e   q u i e t   b u t   n o t h i n g   b a d
t h e   b l u e p r i n t   f o r   s u c c e s s   t h i s   s e a s o n . . .   m i n u t e s   d i s t r i b u t i o n . . .   p l a y   t h e   d e p t h ! ! !   k n i c k s  
k n i c k s   1 3 1 ,   p a c e r s   1 1 4 :   s c e n e s   f r o m   t h e   o b i   t o p p i n   d u n k - a - t h o n   ( p o s t i n g   a n d   t o a s t i n g ) 
 
 t h e   h a t e r s   a n d   t h e   l o s e r s   w i l l   s a y   i t ' s   o n l y   p r e s e a s o n ,   b u t   o b i   t o p p i n   l o o k s   r e a d y   f o r   a   b i g . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   n y k n i c k s   n b a   k n i c k s
w e   h a v e   a   p g   🥳 😤   k n i c k s
i   d i d n ’ t   w a t c h   t h e   k n i c k s   g a m e   b u t   s a w   a   l o t   o f   t h e   h i g h l i g h t s .   l o o k i n g   g o o d   s o   f a r .
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
k n i c k s   b e a t   t h e   p a c e r s 
 i .   j a c k s o n   -   6 p t s ,   3 r e b 
 j .   r a n d l e   -   1 5 p t s ,   7 r e b ,   4 a s t ,   1 s t l 
 i .   q u i k l e y - 1 7 p t s ,   3 r e b ,   3 a s t ,   1 s t l 
 
 k y p r o b a s k e t b a l l   🏀 
 n b a 2 l o u     l e t s g o p r o     n b a t w i t t e r     b b n   😼
i d k   b o u t   y ’ a l l   b u t   t h e   k n i c k s   a r e   f u c k i n g   b a c k   b a b y ! ! ! !   🏆 🏆   k n i c k s   j u l i u s r a n d l e   f u c k y e a h b a b y
j u s t   b e a u t i f u l .   i ' m   s o   h a p p y   i t ' s   b a c k .   k n i c k s  
o b i   f r e a k i n g   t o p p i n   k n i c k s  
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
r a n d l e   g i v e s   u s     2 0   a n d   1 0 ,   i f   o b i   s t a r t e d   w h a t   d o   y o u   t h i n k   h i s   n u m b e r s   w o u l d   b e .   k n i c k s
i t   t o o k   j u l i u s   r a n d l e   p l a y i n g   a t   m v p   l e v e l   t o   k e e p   o b i   o f f   t h e   c o u r t .   h e   c o u l d   b e   t h e   g r e a t e s t   o f   a l l   t i m e   k n i c k s
🗣 ️ l i v e   1 1 . 1 5 p m   e t 
 k n i c k s   p o p p i n   l i k e   t o p p i n !   r o l l   p a s t   p a c e r s   i n   f e e l   g o o d   w i n 
 
 
 k n i c k s   n e w y o r k f o r e v e r   o b i t o p p i n  
w a i t ,   h o l d   u p .   w t f   d i d   c a m   r e d d i s h   d o ?   i   h a v e n ’ t   s e e n   t h i s   s i n c e   m j   👀   k n i c k s  
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
o b i   p u t   o n   a   s h o w   t o n i g h t   k n i c k s
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
k n i c k s   g o i n g   8 2 - 0 
 
 b o o k   i t   
 
 k n i c k s
a l l   v i b e s   k n i c k s   k n i c k s t w i t t e r   n y k n i c k s  
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
f e r r o n   h u n t   d o n ’ t   d o   i t   p t   2   n b a   b a s k e t b a l l   n b a t w i t t e r   f e r r o n h u n t   k n i c k s   n y k   k n i c k s t a p e   p a c e r s   b l o c k   g o g a b i t a d z e  
s h o u l d   t h e   g o l d e n   s t a t e   w a r r i o r s   c o n s i d e r   t r a d i n g   g r e e n   a n d   t h o m p s o n ? 
 
 
 
 n b a   g o l d e n s t a t e   w a r r i o r s   d u b n a t i o n   g r i n d c i t y   o k l a h o m a   t h u n d e r u p   w i z a r d s   k n i c k s   n e w y o r k f o r e v e r   m f f l     l a k e s h o w   l a k e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a i n a b u d h a b i
o b j   t o p p i n .   t h a t ’ s   a l l   ,   g o o d n i g h t   k n i c k s
k n i c k s   f a n s     & g t ;  
w a r r i o r s :   l e a k e d   f o o t a g e   s h o w s   d r a y m o n d   g r e e n   p u n c h i n g   p o o l e ' s   f a c e 
 
 
 
 n b a   g o l d e n s t a t e   w a r r i o r s   d u b n a t i o n   g r i n d c i t y   o k l a h o m a   t h u n d e r u p   w i z a r d s   k n i c k s   n e w y o r k f o r e v e r   m f f l   d a l l a s   l a k e s h o w   l a k e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a i n a b u d h a b i
m c b r i d e   w i t h   t h e   b l o c k   a n d   r y a n   w i t h   t h e   d e f l e c t i o n .   d e f e n s e   n b a   n b a t w i t t e r   b a s k e t b a l l   k n i c k s   r y a n a r c a d i a c o n o   m i l e s m c b r i d e   d e u c e m c b r i d e  
a r e   t h e   m e m p h i s   g r i z z l i e s   r e m i n i s c e n t   o f   t h e   e a r l y   2 0 1 0 s   o k c   t h u n d e r ? 
 
 
 
 n b a   m e m p h i s   g r i z z l i e s   g r i n d c i t y   o k l a h o m a   t h u n d e r u p   w i z a r d s   k n i c k s   n e w y o r k f o r e v e r   m f f l   d a l l a s   l a k e s h o w   l a k e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a i n a b u d h a b i   d u b n a t i o n
    i   s a i d   k n i c k s   n e e d   t o   r i d e   o r   d i e   w i t h   t h e s e   g u y s .   n o   n e e d   f o r   s p i d a s .
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
w h y   p o r z i n g i s   w i l l   r e g a i n   h i s   u n i c o r n   s t a t u s   w i t h   t h e   w a s h i n g t o n   w i z a r d s 
 
 
 
 n b a   w a s h i n g t o n   w i z a r d s   r e p t h e d i s t r i c t   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   m f f l   d a l l a s   m a v e r i c k s   l a k e s h o w   l a k e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a i n a b u d h a b i   d u b n a t i o n
      k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
o b i ’ s   d u n k   l o o k s   s i c k !   o m g ,   i   f u c k i n   l o v e   t h i s   k i d   🔥 🔥 🔥   k n i c k s  
s i m s   c a u s e s   t h e   d e f l e c t i o n   a n d   t h e   b a l l   e v e n t u a l l y   m a k e s   i t   t o   m c b r i d e   f o r   t h e   c o r n e r   3   n b a   b a s k e t b a l l   m i l e s m c b r i d e   d e u c e m c b r i d e   j e r i c h o s i m s   k n i c k s   n y k   k n i c k s t a p e   n b a t w i t t e r  
p i c   o f   t o p p i n ' s   e a s t b a y   😮 ‍ 💨 :   m i g h t   n e e d   t o   f e a t u r e   t h i s   o n e   i n   t h e   m e t r o p o l i t a n   m u s e u m   o f   a r t   📸 
 
       n b a .       n y k .     k n i c k s .
k n i c k s   n e e d   t o   g i v e   t o p p i n   h i s   s h o t   t o   s t a r t   a n d   s e e   w h a t   t h e y   h a v e   o n c e   a n d   f o r   a l l .   t h i s   w o u l d   b e   s u c h   a n   u n s e l f i s h / f u n   l i n e u p : 
 
 b r u n s o n 
 b a r r e t t 
 g r i m e s 
 t o p p i n 
 r o b i n s o n 
 
 b e n c h   o f   r o s e ,   q u i c k ,   m c b r i d e ,   f o u r n i e r ,   r a n d l e ,   h a r t e n s t e i n ,   s i m s
o b i   l a s t   1 0   g a m e s   l a s t   y e a r   n b a   b a s k e t b a l l   n b a t w i t t e r   o b i t o p p i n   k n i c k s   n y k   k n i c k s t a p e  
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
i   w a s   w a i t i n g   f o r   t h i s   o n e   k n i c k s  
t h i s   k n i c k s   t e a m   i s   s o   d e e p   t h e r e   i s   n o   n e e d   t o   p l a y   a n y o n e   4 0 +   m i n u t e s   t h i b s   h a s   t o   g i v e   e v e r y o n e   s o m e   r u n
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀       n e w y o r k f o r e v e r
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
    k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
_   k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
  t i m e   f o r   t h i b s   t o   g e t   c r a f t y   a n d   f i n d   w a y s   f o r   r a n d l e   a n d   t o p p i n   t o   b e   o n   t h e   f l o o r   a t   t h e   s a m e   t i m e .   p r e f e r a b l y   a l o n g s i d e   r j   a n d   b r u n s o n ! ! !   k n i c k s
  k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
k n i c k s   p o s t   g a m e 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀    
o b i   i s   g r o w i n g   a n d   h e   m u s t   b e   o n   t h e   c o u r t   m o r e . . . . .   k n i c k s  
t o n i g h t   w a s   o b i   t o p p i n ’ s   g r e a t e s t   g a m e   a s   a   k n i c k   🔥 🤯       k n i c k s   p a c e r s
i ' m   r e a d y   t o   e n j o y   t h e   k n i c k s   t h i s   s e a s o n .   c o u l d   t h e i r   f a n s   j u s t   n o t   d o   s o m e t h i n g   o b n o x i o u s   a n d   a n n o y i n g   w h e n   t h e y   w i n   t h e i r   1 s t   g a m e   o r   2   t h i s   s e a s o n   s o   w e   c a n   c o m e   i n ?   i s   t h a t   t o o   m u c h   t o   a s k ?   t o   j u s t   b e   c o o l ?   t h a n k s
  w i t h   c r a z y   i n   g a m e   d u n k     k n i c k s   

t h e r e ’ s   n o   b e t t e r   f e e l i n g   t h a n   a   k n i c k s   w i n   o n   f r i d a y   n i g h t s
e v e r y o n e   e a t s !   👏 🔥 💯   k n i c k s   k n i c k s t a p e  
r e m e m b e r   w h e n   w e   a l m o s t   t r a d e d   f o r   s p i d a ?   y e a h ,   n e i t h e r   d o   i … i t ’ s   a   b l u r .   l o l   😂   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
f e r r o n   h u n t   w h y ? ?   n b a   b a s k e t b a l l   k n i c k s   f e r r o n h u n t   n b a t w i t t e r   n y k   k n i c k s t a p e   g o g a b i t a d z e   b l o c k   p a c e r s  
t h e   k n i c k s   g i v i n g   m e   s e r o t o n i n   r i g h t   n o w   🥹   k n i c k s   n e w y o r k f o r e v e r
o b i   t o p p i n   t h r o w s   d o w n   b e t w e e n - t h e - l e g s   w i n d m i l l   s l a m   -   v i a     a p p .     n b a .       n y k .     k n i c k s .    
k n i c k s   w i n !   g r e a t   c h e m i s t r y   o u t   t h e r e .   o b i   w a s   p h e n o m e n a l ,   t h e   w h o l e   t e a m   w a s   s o l i d .   l e t ’ s   k e e p   g r i n d i n g ! 
 k n i c k s   n e w y o r k f o r e v e r  
t h i s   k i d   c a n   s h o o t ,   n i c e   a d d   f o r   t h e   k n i c k s  
o n e   d a y   t h e   k n i c k s   w i l l   r e a l i z e   t o p p i n   i s   a   f r a n c h i s e   p l a y e r .   h e ' l l   b e   o n   a n o t h e r   t e a m   b y   t h e n  
s o   l a s t   y e a r   w e   f i n i s h e d   t h e   p r e   s e a s o n   4 - 0 . . i   d o n ’ t   r e m e m b e r   i t   l o o k i n g   l i k e   t h i s . . r j   l o o k s   l i k e   h i m !   b r u n s o n   i s   t h e   f l o o r   g e n e r a l   w e   h a v e   b e e n   w a i t i n g   f o r ! o b i   l o o k s   s o   m u c h   m o r e   c o n f i d e n t ! c a m   h a d   a   r e a l l y   g o o d   d e f e n s i v e   3 r d   q t r !   d i d   t h i s   l o o k   t h i s   g o o d   l a s t   p r e   s e a s o n ! ?   k n i c k s    
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i m a g i n e   w a t c h i n g   o b i   t o p p i n ,   r j ,   a n d   b r u n s o n   g o   o f f   a n d   b e   l i k e   “ n a h ,   i ’ d   r a t h e r   s u f f e r   t h r o u g h   a   1 7   w i n   s e a s o n   f o r   a   2 0 %   c h a n c e   a t   w e m b a n y a m a ”   k n i c k s
m c b r i d e   m i s s e s   t h e   j u m p e r   b u t   s i m s   g e t s   o n   t h e   o f f e n s i v e   g l a s s   f o r   t h e   p u t   b a c k   n b a   b a s k e t b a l l   k n i c k s   m i l e s m c b r i d e   d e u c e m c b r i d e   j e r i c h o s i m s   n y k   k n i c k s t a p e   n b a t w i t t e r  
      t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    p r o b   b c   w e r e   a l l   o f   t h e   s a m e   g e n e r a t i o n   w h o   r e m e m b e r   w h e n   t h e   k n i c k s   w e r e   t h e   h o t t e s t   t i c k e t   i n   t o w n   a n d   n o b o d y   c a r e d   a b o u t   b a s e b a l l   u n t i l   t h e   o r a n g e   & a m p ;   b l u e   w e r e   o u t   o f   t h e   p l a y o f f s ,   l o l !   g o o d   b a n t e r   b r o …
t h i s     h i g h l i g h t   r e e l   t o n i g h t   w a s   a m a z i n g   m a n .   t h i s   t i m e   i s   g o i n g   t o   b e   f u n   t o   w a t c h   d u r i n g   t h e   r e g u l a r   s e a s o n .   
 
 k n i c k s  
  h o w   c a n   i   g e t   t o   t h e   k f t v   d i s c o r d   c h a n n e l ?   k n i c k s  
r a i s e   t h e   s t o c k   o f   a l l   t h e s e   p l a y e r s   a n d   i t s   g o n n a   g e t   i n t e r e s t i n g   f o r   t h e   k n i c k s
k n i c k s   h a v e   f o u n d   a   b a l a n c e   b e t w e e n   o f f e n s e   a n d   d e f e n s e   t h a t   i s   g o i n g   t o   s h o c k   t h e   n b a .   4 8   m i n s   o f   e n e r g y ,   a d r e n a l i n e   a n d   c o h e s i v e n e s s .   t h i s   i s   n o t   t h e   s a m e   t e a m   f r o m   l a s t   y e a r   😤 🔥 💯   k n i c k s   k n i c k s t a p e
o b i .   2 4   p t s   1 0 - 1 4   i n   2 0   m i n s 
 r a n d l e   1 5   p t s   4 - 1 1   i n   2 2   m i n s   
 k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
a   l o t   o f   k n i c k s   f a n s   w a n t   t o   t r a d e   r a n d l e   a n d   s t a r t   o b i .   b u t   i   h o n e s t l y   l o v e   t h e   g a m e   a n d   e n e r g y   h e   b r i n g s   o f f   t h e   b e n c h .   n b a
f i n a l   f r o m   t h e   g a r d e n 
 k n i c k s   1 3 1 
 p a c e r s   1 1 4 
 
 o b i   & a m p ;   i q   p l a y e d   r e a l l y   w e l l   o f f   t h e   b e n c h .   b a r r e t t   & a m p ;   b r u n s o n   w e ’ r e   c o o k i n g   e a r l y   a n d   c o o l e d   o f f   i n   t h e   s e c o n d   h a l f ,   b u t   c e r t a i n l y   a   g o o d   s i g n   f o r   n e w   y o r k .   
 
 t o p p i n :   2 4   p t s ,   4 / 7   3 p t 
 q u i c k l e y :   1 7   p t s ,   3   a s t ,   3 / 6   3 p t
k n i c k s   w i n   g o o d   g a m e   t o n i t e . . . . i ' m   p r e - s e a s o n   b r a g g i n g   🥴 🤣 🤣 🤣
f r i d a y   n i g h t   v i b e s 
 k n i c k s   n e w y o r k f o r e v e r  
b r e a k i n g   n e w s   -   n y c   m a y o r   a d a m s   i s s u e s   e x e c u t i v e   o r d e r   m a n d a t i n g   t o m   t h i b o d e a u   k e e p   t h e   f a c i a l   h a i r   a l l   s e a s o n   k n i c k s
d o n o v a n   m i t c h e l l   w h o   p t .   3   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   k n i c k s t a p e   n y k  
t h e   k n i c k s   r u i n e d   t h e   m e t s   s i n c e   s e p t   1 s t
  l o o k i n g   g o o d ,   u n f o r t u n a t e l y   p r e - s e a s o n   h a s   b e e n   a g a i n s t     p i s t o n s   a n d     p a c e r s   !   w e   a r e   g o i n g   t o   b e   b e t t e r , b u t   l e t s   s e e   h o w   g o o d !   d e f i n i t e l y   d e e p !   t h i b s   h a s   h i s   w o r k   c u t   o u t ! !   k n i c k s   o b i      
_   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   n e e d i n g   r j   f o r   e m o t i o n a l   s u p p o r t   🥺 😂   k n i c k s
s q u a d   i s   d e e p   a n d   h u n g r y .   i   s e e   t h e   p l a y o f f   v i s i o n . 
 k n i c k s
m i s s   m e   w i t h   t h i s   c a m   r e d d i s h   t a l k     k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   r e a l l y   h o p e   t h e   k n i c k s   a r e   g o i n g   t o   p l a y   l i k e   t h i s   d u r i n g   t h e   r e g u l a r   s e a s o n
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
w e   g o n n a   h a v e   t o   r e v i s i t   t h i s   c o n v e r s a t i o n   k n i c k s  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t o p p i n   g o i n n g   o f f     c a m   r e d d i s h   s t r u g g l e s   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   t o p p i n   m i p   s e a s o n   i n c o m i n g   k n i c k s   n y k
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
s o   w h o   d o   y ’ a l l   t h i n k   w i n s   t h e   m i p   a w a r d   t h i s   y e a r ,   o b i ,   r j   o r   i q ? ? 
 
 k n i c k s   n e w y o r k f o r e v e r  
k n i c k s   h u n t   w i l l   n e e d   t o   p u t   o n   s o m e   w e i g h t
t h i b s   i s   p i s s e d   w e   g a v e   u p   m o r e   t h a n   8 9   p o i n t s   t o n i g h t   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
_ s e r a p h   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
k n i c k s   a l w a y s   l o o k   g o o d   d u r i n g   p r e s e a s o n   s o   i   a i n ’ t   i m p r e s s e d   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
g r e a t   t o   s e e   🇺 🇦   _ 1 0   p l a y i n g   w i t h   t h e   k n i c k s   t o n i g h t  
a n o t h e r   g r e a t   n i g h t   f o r   m y   k n i c k s .   o b i   i s   i n c r e d i b l e !   s o   f a r   i   l o v e   h o w   b r u n s o n   i s   b r i n g i n g   i t !   i   j u s t   t h i n k   p l a y e r s   s u c h   a s   f o r n i e r   a n d   r a n d l e   w i l l   s t i n t   t h e   g r o w t h   o f   o u r   y o u n g   p o t e n t i a l   g r e a t   p l a y e r s   l i k e   o b i !   t h i b s   n e e d   t o   p l a y   t h e   k i d s !   s p e c i a l l y   o b i !  
d e a d a s s   t h i s   i s   o u r   y e a r   k n i c k s
o b i   t o p p i n   w i t h   t h e   b l o c k   a n d   t h e   e a s t b a y ?   👀   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   o b i   t o p p i n   d u n k   b l o c k   n y k   n e w y o r k   k n i c k s   i n d   i n d i a n a   p a c e r s
i d k   w h o   s o n   s h o o t i n g   3   f o r   3   r i g h t   n o w   b u t   i   l i k e s   h i m   k n i c k s
k n i c k s   a n o t h e r   g r e a t   d u n k   b y e   o b i   t o p p i n   n e w y o r k   f r i d a y v i b e s   n b a  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i f   t h e   k n i c k s   m a k e   t h e   p l a y o f f s   & a m p ;     g e t s   h i g h l i g h t s   l i k e   t h i s … t h i s   w i l l   b e   a n   e n t e r t a i n i n g   s e a s o n   f o r   n e w   y o r k   🏀  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
_ x i m e n e z   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
r j   b a r r e t t ,   o b i   t o p p i n ,   c a m   r e d d i s h ,   a n d   j e r i c h o   s i m s   c u r r e n t l y   a l l   h a v e   a   + / -   o f   1 5 ,   h i g h e s t   a m o n g   a l l   p l a y e r s .   f o r   w h a t e v e r   t h a t ' s   w o r t h .   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   k n o w   i t ’ s   s t i l l   p r e s e a s o n ,   b u t   i   t h i n k   t h i b s   r e a l i z e s   o b i   t o p p i n   w i l l   b e   a   b i g   r e a s o n   t h e   k n i c k s   w i l l   w i n   m o r e   g a m e s   t h i s   y e a r … i n c l u d i n g   t h e   p l a y o f f s .   t o p p i n    
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d e u c e   w i t h   t h e   d i m e   n b a   b a s k e t b a l l   d e u c e m c b r i d e   m i l e s m c b r i d e   k n i c k s   k n i c k s t a p e   n y k   n b a t w i t t e r   r y a n a r c i d i a c o n o  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
_ b r e e z i i e   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   l i k e   o u r   y o u n g   s q u a d   💪 🏽 💯   k n i c k s ❗ ️
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h e   k n i c k s   h a v e   a   6   f o o t - 9   i n c h ,   " t h r e e   & a m p ;   d o u b l e   d "   w i n g   i n   o b i   t o p p i n .   h e   h i t s   t h e   t h r e e ,   p l a y s   d e f e n s e   a n d   d u n k s   h i s   a s s   o f f !   l o l !
… a t   l e a s t   t h e   k n i c k s   l o o k   g o o d ?
o b i   t o p p i n   & a m p ;   i m m a n u e l   q u i c k l e y   n e x t   t o   r j   b a r r e t t   a r e   t h e   f u t u r e !   i t   d o e s n ’ t   m a t t e r   i f   c l o w n   c o a c h   t h i b s   l i k e s   i t   o r   n o t .   o n c e   w e   f i r e   h i m ,   w e   t a k i n g   o f f   b a b y !   t e l l e m   k n i c k s   p a c e r s  
i t ’ s   a n   o b i   t o p p i n   k i n d   o f   n i g h t   k n i c k s
i t ’ s   p r e s e a s o n ,   b u t   t h e   k n i c k s   a r e   d e e p .   😤  
t r a d e r a n d l e   i t ’ s   f u c k i n g   o b i   t i m e ! ! ! !   n y k   k n i c k s
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d a m n . . . s o m e   w h i t e   d u d e   o u t   h e r e   s h o o t i n g   l i k e   h e   d o n ' t   w a n n a   g o   b a c k   t o   e u r o p e .   k n i c k s
k n i c k s   b e a t   p a c e r s   1 2 1 - 9 7 .   o n l y   p r e s e a s o n   t h o u g h 
 i   h o p e   t h e y   c a n   p l a y   t h i s   g o o d   i n   r e g u l a r   s e a s o n .
  a l r e a d y   i n   d u n k   c o n t e s t   f o r m   k n i c k s    
_   i m a g i n e   s a y i n g   t h i s   a n d   t h e n   3   d a y s   l a t e r   b e i n g   a l l   o v e r   o b i   s o m e o n e   h a s   t o   c a l l   o u t   t h i s   f r a u d u l e n t   b e h a v i o r .   k n i c k s   k n i c k s n a t i o n  
s h o w b o a t i n g   l i k e   t h a t   i s   w h y   t h i b s   o n l y   g i v e s   h i m   1 2   m i n u t e s   a   g a m e .   s h o u l d   h a v e   s t o p p e d ,   d r i b b l e d   2 0   s e c o n d s   o f f   t h e   s h o t   c l o c k   a n d   b r i c k e d   a   m i d - r a n g e   j u m p e r .   t h a t ’ s   t h e   t h i b s   w a y !   f r e e o b i   k n i c k s  
t h i b s   p l e a s e   p l a y   o b i   a n d   r a n d l e   t o g e t h e r   m o r e   k n i c k s
o b i   w i t h   a   c a s u a l   2 4   o n   1 0 / 1 4   f r o m   t h e   f l o o r   i s   i n s a n e   🔥 🔥 
 k n i c k s
l o r d .   h a v e .   m e r c y .   k n i c k s   n b a  
i f   y o u   d o n ' t   l i k e   o b i   t o p p i n ,   i   c a n ' t   d o   n o t h i n g   f o r   y o u   k n i c k s
k n i c k s   t h e   j e w e l r y   b o t t l e   i s   a s   f u n c t i o n a l   a s   i t   i s   b e a u t i f u l   a n d   c a n   b e   u s e d   f o r   b o t h   h o t   a n d   c o l d   d r i n k s .   i t   r e d u c e s   s t r e s s   a n d   f a t i g u e .   t h e   s t o n e   i n s i d e   t h e   b o t t l e   i s   r e m o v a b l e   a n d   e a s y   t o   p u t   o n .   c l i c k   t o   s e e   t h e   p r o d u c t . 
  
m a n   f o r g e t   c a m   r e d d i s h   s t a r t i n g !   o b i   o u t   t h e i r   s h i n n i n g ! !   n o t   e v e n   b o x   w a t c h i n g   c a m   i s   w a y   t o   g o o d   t o   n o t   s n a t c h   h i s   w o r t h   u p   o n   t h i s   r o s t e r !   h e   f u m b l e d   t o n i g h t   r e s p e c t f u l l y   k n i c k s   n e w y o r k k n i c k s
p r o t e c t   o b i   a t   a l l   c o s t s .   m y   b o y   i s   c o o k i n !   k n i c k s
i f   t h i b s   h a d   a n y   d o u b t   w h e n   i t   c o m e s   t o   o b i   m i n s   . .   o b i   i s   l e a v i n g   t h i b s   n o   c h o i c e   b u t   t o   p l a y   h i m   … n   i ’ m   l o v i n g   i t   k n i c k s
o b i   i s   t h e   t r o o o o o f   o n g   k n i c k s   w h a t   a   n i g h t !  
o b i   w i t h   a n o t h e r   o n e 
   ⛹ ️ ‍ ♂ ️ ⛹ ️ ‍ ♂ ️ ⛹ ️ ‍ ♂ ️   k n i c k s
i   d o n ’ t   c a r e   a b o u t   n b a   p r e s e a s o n ,   b u t   i   s a w   t h a t   o b i   d u n k !   k n i c k s   n e w y o r k
a l r i g h t ,   o b i   g r a p h i c   c o m i n g ,   i d g a f .   t h a t   s t e a l   a n d   d u n k   w a s   e v e r y t h i n g   i   n e e d e d   t o   s e e .   t h i s   i s   h o w   y o u   p l a y   f o r   m o r e   m i n u t e s .   k n i c k s
o r d e r i n g   a   t o p p i n   j e r s e y   r n   
 k n i c k s
o b i   w i t h   t h e   s t e a l   a n d   l e f t   h a n d e d   f l u s h   n b a   b a s k e t b a l l   n b a t w i t t e r   o b i t o p p i n   n y k   k n i c k s   k n i c k s t a p e  
e n o u g h   g e t   o b i   o f f   t h e   c o u r t   p l e a s e   a n d   b u b b l e   w r a p   h i m   t i l l   s e a s o n   s t a r t s .   k n i c k s
t o p p i n g   i s   w i l d i n g   r i g h t   n o w   l e t ’ s   g o   k n i c k s
t h a t   p o i n t e r   f i n g e r   i s   a   r e a l   o n e .   k n i c k s  
w a t c h   o u t ! !   o b i   t o p p i n   i s   g o i n g   t o   h a v e   a l l - s t a r   🔥   n u m b e r s   t h i s   s e a s o n … a n d   i   t h i n k   t h i b s   f i n a l l y   g e t s   i t ! !   k n i c k s   t o p p i n  
m e t s   a r e   s t i n k i n g   c i t i f i e l d   r i g h t   n o w .   k n i c k s   p r e s e a s o n   i s   o n .   i   a m   t o o   p i s s e d   o f f   t o   w a t c h   t h e   m e t s
t h i s   m a n   o b i   t o p p i n   h a v i n g   h i s   o w n   s l a m   d u n k   c o n t e s t   t h i s   g a m e   😤 😤 😤   l o v e   t o   s e e   i t   k n i c k s
o b i   h a v i n g   a   d a y t o n   f l a s h b a c k   k n i c k s   t a l k i n g t r a s h
i   k n o w   i t ’ s   p r e s e a s o n   b u t   t o p p i n !   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
k n i c k s   t w i t t e r   i s   p r o b a b l y   a   v e r y   h a p p y   p l a c e   r i g h t   n o w   l o l
o b i   g o i n g   o f f   t h i s   s e a s o n ! !   w o o o o o   k n i c k s
i ’ v e   s e e n   e n o u g h ,   b u i l d   t h e   o b i   s t a t u e   o u t s i d e   t h e   g a r d e n   k n i c k s
t h e   s a d   t h i n g   h e r e …   h e ’ s   g o t   m o r e   v e r t i c a l   i n   i n c h e s   t h e n   h e   w i l l   g e t   m i n u t e s   o f   p l a y i n g   t i m e   p e r   g a m e ! ! 
 f l y e r s 
 o b i t o p p i n 
 k n i c k s 
 n b a  
o b i   t o p p i n .   t h a t ’ s   i t   🤯   n b a   k n i c k s
i   k n o w   i t ’ s   p r e s e a s o n   b u t   i   l i k e   h o w   a g g r e s s i v e   a n d   u n s e l f i s h   t h e   k n i c k s   a r e   p l a y i n g .
o b i   k i n g   o f   n y   🔥 🔥 🔥   k n i c k s
o b i   w i t   t h e   s t e a l   & a m p ;   d u n k ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r
n o b o d y   c a n   r e l a x   t h i s   y e a r .   l o v e   t h e   c o m p e t i t i o n .   w e   d e e p   🔵 🟠 
 
 k n i c k s   n b a   t o p p i n
o b i   t o p p i n   d u n k i n g   a n d   t r y i n g !   k n i c k s   n b a   p a c e r s  
h e   d o e s   i t   a l l   a n d   w e   g o t   h i m   
 
 k n i c k s  
i   k n o w   i t ' s   o n l y   p r e   s e a s o n ,     b u t   i ' m   s t r a i g h t   o u t   t h e   w i n d o w   f o r   o b i   !   k n i c k s
m a n n n n   o b i   l o o k i n g   l i k e   3 0   + m p g   i d c   h o w   n o b o d y   f e e l 
 
 n b a   n b a t w i t t e r   k n i c k s
    k n i c k s   h a v e   c h a r a c t e r   g u y s ,   g r 8   c o a c h ,   c o n t i n u i t y .     t o p   6 .   t i m e   w i l l   t e l l .
o b i   c h a n t s   n b a   b a s k e t b a l l   o b i t o p p i n   k n i c k s   n b a t w i t t e r   n y k   k n i c k s t a p e  
t o p p i n   r a i n i n g   3 s   i s   a   s c a r y   s i g h t . 
 k n i c k s
o b i   c o n t i n u i n g   w h e r e   h e   l e f t   o f f   l a s t   s e a s o n   k n i c k s
o b i   l i g h t i n g   r a n d l e ' s   s e a t   o n   f i r e   k n i c k s
_ 2 5   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t o p p i n   i s   g i v i n g   u p   a l l   t h e   s m o k e 💨 💨 💨 💨     k n i c k s
o b i ’ s   o n   🔥 🔥 🔥   k n i c k s
h e   d i d   i t   a g a i n ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r  
h a s   r a n d l e   b e e n   t r a d e d   y e t ?   o b i   k n i c k s
t h i b o d e a u   g o t t a   s t o p   b e i n g   a   s e n i l e   o l d   f a r t   a n d   g i v e   o b i   s o m e   m o r e   p l a y i n g   t i m e s ! !   t o p p i n   i s   p o p p i n ’ ! ! !   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   f r o m   3 ! ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r
o b i   t o p p i n   g o i n g   c r a z y   o b i t o p p i n   k n i c k s
w h e r e   i s   s i m s ?     k n i c k s
t h e   k n i c k s   h a v e   t w o   s t a r t i n g   l i n e u p s .   w e   h e r e .
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
c a p t u r e   t h i s   k n i c k s  
i   k n o w   i t ’ s   j u s t   p r e s e a s o n ,   b u t … .   l e t ’ s   g o   k n i c k s ! ! !   l e t s g o k n i c k s   n e w y o r k k n i c k s   k n i c k s
e v e r y d a y   i   w a k e   u p   a n d   t h a n k   g o d   t h a t   o b i   w a s n ’ t   t r a d e d   t o   u t a h   k n i c k s
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
w i l l   n e v e r   g e t   t i r e d   o f   w a t c h i n g   o b i   e a s t b a y s   
 
 k n i c k s   🔶 ️ 🔷 ️  
m a y b e   t h e s e   m e t   f a n s   w h o   a r e   k n i c k   f a n s   s h o u l d   o f     s e e n   t h e   k n i c k s   p l a y   w h o   a r e   e l e c t r i f y i n g   t h e   c r o w d   r i g h t   n o w
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d o c   m c s u f f i n   o b i   t o p p i n !     k n i c k s      
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i t ’ s   a   b a d   d a y   t o   b e   a   r i m   t o n i g h t   i n   o b i ’ s   p r e s e n c e   k n i c k s
g o o d   b e g i n n i n g   t o   t h e   4 t h . .   b u t   t h a t   3 r d   q t r   m a n   s m h   i   s t a r t e d   t o   s e e   s o m e   o f   t h e   s a m e   s h i t   i   s a w   l a s t   w i t h .   w h y   i s   j u   b r i n g i n g   u p   t h e   b a l l ,   d o m i n a t i n g   t h e   b a l l ?   w h y   i s   b r u n s o n   s t u c k   o n   a   2   m a n   g a m e   w / j u ?   w h y   d o e s   r j   f o r c e   a f t e r   p o s s e s s i o n s   o f   h i m   n o t   t o u c h i n g   t h e   b a l l ?   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
n o w   i q   w i t h   t h e   o u t l e t   t o   o b i   😂 😂   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   i q   i m m a n u e l q u i c k l e y   n b a t w i t t e r     o b i t o p p i n  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   i s   m a k i n g   r a n d l e   l o o k   s o   b a d .   k n i c k s
_ s a m   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   b r i n g s   s u c h   a n   a m a z i n g   e n e r g y   t o   t h i s   t e a m .   l o v e   t h i s   k i d !   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  n e e d s   t o   p l a y   3 5   m i n .   k n i c k s
o n e   t h i n g   a b o u t   i q   i ’ m   s t a r t i n g   n o t   t o   l i k e   i s   t h a t   h e ’ s   a   n u t   🥜   p a s s   t h e   b a l l   y o   …   k n i c k s
y a ' l l   c a n ' t   t e l l   m e   s h i t   a b o u t   m y   g u y     k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r  
t o p p i n   a g a i n   k n i c k s   f l i g h t t i m e
_ h o l d b r o o k   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   s h o w i n g   t h e   f u c k   o u t ! ! !   k n i c k s
_   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   g o i n g   o f f   k n i c k s
p l e a s e   k e e p   p a s s i n g   t h e   b a l l   t o   t o p p i n   i n   t h e   o p e n   c o u r t .   k n i c k s  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h i s   j u s t   a   o b i   t o p p i n   d u n c k   c o n t e s t ! ! ! ! ! ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r
a i n ’ t   n o b o d y   m e s s i n   w i t   m y   k n i c k s … . k n i c k s … .   k n i c k s …
i   d i d n ' t   w a n t   t o   s a y   i t   b u t   h a r t e n s t e i n   m a a a n   w h a t   a r e   y o u   d o i n g . . . . k n i c k s
a t   t h e   c r i b   o n   a   f r i d a y   n i g h t   w a t c h i n g   t h e   g a n g   p l a y   k n i c k s
i   k e e p   s a y i n g   o b i   t o b b i n   i s   g o n n a   b e   t h a t   s u p e r s t a r   p l a y e r   t h e   k n i c k s   b e e n   l o o k i n g   f o r .   t h i b s   l e t   t h a t   b o y   c o o k
i f   t h i s   k n i c k s   t e a m   s t a y s   h e a l t h y ,   t h e y   h a v e   t h e   a b i l i t y   t o   m a k e   t e a m s   s o   t i r e d .
w h y   i q   l o o k i n g   s u r p r i s e d   t h a t   o b i ’ s   d u n k   w h e n   o b i   d o e s   t h a t   e v e r y   y e a r   k n i c k s
s m o k i n g   a   b l u n t   t o   c a l m   m y s e l f   d o w n   f r o m   t h a t   o b i   t o p p i n   d u n k … s t i l l   s o   h y p e d   😁   k n i c k s
d e u c e   s e n d s   m a t h u r i n   b a c k   t o   a r i z o n a .   n b a   b a s k e t b a l l   n b a t w i t t e r   d e u c e m c b r i d e   m i l e s m c b r i d e   k n i c k s   k n i c k s t a p e   n y k   b e n e d i c t m a t h u r i n  
t h i s   i s   g o n n a   b e   a   g o o d   y e a r   
 h e l l a   d e p t h   k n i c k s   
 t h e   b e n c h   w i l l   b e   t h e   d i f f e r e n c e   m o s t   n i g h t s   i f   t h i b s   u s e s   t h e m   p r o p e r l y  
o b i   j u s t   d i f f e r e n t .   k n i c k s
o s w a l d o   i s   a t   t h e   k n i c k s   g a m e 🥹 🥹   y a n k e e s   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
5 5   c u z   i   d i d n ’ t   f e e l   l i k e   l o o k i n g   u p   h i s   n a m e   t o   s p e l l   i t   i s   s t i n k i n   i t   u p   o u t   t h e r e   o n   b o t h   e n d s   o f   t h e   f l o o r   k n i c k s
g r e e n   g o b l i n   s u b w a y   a t t a c k   c r e w   i d ' d   b y   n y p d   -     v i a     -   y a n k e e s   m e t s   n e t s   k n i c k s   b r o o k l y n   q u e e n s   n j t r a n s i t   m t a   p o l i c e   f b i   n y c   a l b a n y   c n n   f o x n e w s   m l b   n f l   n b a   m e t o o   n e w y o r k   n e w y o r k c i t y   b i d e n   u s a   t r u m p   n c a a   n y u   a a r o n j u d g e
h a d   t o   t a k e   a   s h o t   a f t e r   t h a t   o b i   t o p p i n   d u n k ! !   k n i c k s  
3 r d   q u a r t e r   k n i c k s   1 0 3
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o h   m y   g o d ,   i   j u s t   l o v e   w a t c h i n g   i q   k n i c k s
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i q   s t a r t i n g   t o   t u r n   i t   u p ! 🔥 🔥   h e ' s   g o i n g   t o   n e e d   t o   b e   a   f a c t o r   o f f   t h e   b e n c h   f o r   t h e   k n i c k s   t h i s   s e a s o n !
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
r e g u l a r   n e w   y o r k   s ! t ! ! !   k n i c k s  
  i   c a n ' t   w a t c h   a n y m o r e .   i t ' s   t o o   p a t h e t i c .   i ' m   w a t c h i n g   t h e   k n i c k s   g a m e .
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m c b r i d e   i s   e v e r y t h i n g   w e   w i s h e d   f r a n k   w a s .   k n i c k s
q u i c k l e y   f o r   3 3 3 3 3   f r o m   d o w n t o w n   j u d y   b r o w n   k n i c k s
t h e   b l o c k   b y   d u e c e ! ! 🔷 🔶 ❌ ❌ 
 k n i c k s   m i l e s m c b r i d e
h a r t e n s t e i n   h e y y y y   n i c e   t o   m e e t   y o u   k n i c k s   w e l c o m e   t o   m y   t e a m
o b i   f u c k i n g   t o p p i n ! ! ! 
   s e a s o n   i s   g o n n a   b e   d i s a p p o i n t i n g   o n c e   a g a i n ,   b u t   m a n   i t ’ s   g o n n a   b e   f u n ! 
 k n i c k s   n b a  
o m g g g g g   o b i   f u c c i n   t o p p i n   l o r d t   k n i c k s  
o b i   t o p p i n ! ! ! !   w i t h   t h e   t w e e n   t h e   l e g   d u n k   i n   g a m e   o n   m c c o n n e l l ! ! !   k n i c k s
y e a a a a a a h   o b i ! ! ! ! ! ! ! ! !   k n i c k s
o b i … … t o p p i n ! 
 
 n e w y o r k f o r e v e r   k n i c k s  
o b i t o p p i n   j u s t   w e n t   b e t w e e n   t h e   l e g s   a n d   d u n k e d .   s e t   m s g   o n   f i r e .   a t   l e a s t   u s   m e t   f a n s   h a v e   t h e   k n i c k s   t o   l o o k   f o r w a r d   t o .   🤷 🏻 ‍ ♂ ️   a m a z i n m e t s   s d v s n y m   l o s m e t s   l g m   m e t r o p o l a t i n o s   m e t s
o m g ! ! !   o b i   t o p p i n   w i t h   a   d u n k   c o n t e s t   d u n k   i n - g a m e ! ! ! !   😳 😲 😮 n y k   k n i c k s
o m g ! ! ! !   d i d   y o u   s e e   w h a t   t o p p i n   j u s t   d i d … .   i n   a   g a m e ! ! ! ! ! !   t h a t   w i l l   b e   1   o n   s p o r t s   c e n t e r   t o p   1 0   k n i c k s
t h a t ’ s   a   b a d   c a l l   b u t   i t ’ s   s c o t t   f o s t e r   s o   u   k n e w   i t   w a s   c o m m i n g   
 
 k n i c k s   n e w y o r k f o r e v e r
o b i   t o p p i n   b l o c k   t h e n   b e t w e e n   t h e   l e g s   f o r   t h e   d u n k   n b a   b a s k e t b a l l   o b i t o p p i n   k n i c k s   n y k   k n i c k s t a p e   n b a t w i t t e r   d u n k  
w h y   i s   r a n d l e   s t i l l   o n   t h i s   t e a m ?   k n i c k s
w h o a   o b i   k n i c k s
t h e   s l a m   d u n k   c h a m p   🔥 🔥   k n i c k s   n b a   ( 🎥   v i a   )
q u i c k   i s   l i k e   " i   a i n ' t   k n o w   h e   w a s   g o n n a   d o   a l l a   t h a t "   😂 😂   k n i c k s
  j u s t   s l a y e d   t h e   k n i c k s   k i l l e r   t j   m c c o n n e l l   o n   t h a t   d u n k
i   l o v e   t h i s   t e a m   k n i c k s
t o p p i n   u   a   w i l d   b o y y y   k n i c k s
o b i   g a v e   h i m   t h e   f i n g e r   p o i n t   😂 😂   k n i c k s
o b i   b u i l t   d i f f e r e n t . 
 
 k n i c k s   n e w y o r k f o r e v e r   w e h e r e
t h a t   o b i   d u n k   w a s   a s   p r i m e t i m e   a s   i t   g e t s ,   f o l k s .   k n i c k s
o b i   t a k i n g   i t   t o   t h e   r a t   k n i c k s  
k n i c k s . . . .   t o p p i n   i   s e e n   y o u   t h a t   w a s   a l l   y o u   f o r   a   s w e e t   2   d a m m i t   m a a a a a n   b r u s h i n g   o f f   y o u r   s h o u l d e r s   😲
o b i   t o p p i n   😮 😂 k n i c k s
l m a o o o   t o p p i n   y o u   f u c k i n g   s a v a g e ! ! !   k n i c k s   n y k
t o p p i n   k n i c k s   k n i c k s t a p e   b i n g b o n g
o b i   b l o c k   a n d   e a s t b a y   l f g   k n i c k s
t h e   g r e a t e s t   i n   g a m e   d u n k   i v e   e v e r   s e e n     k n i c k s
o b i   e a s t   b a y   i n   p e r s o n   i s   c r a z y   🔥 🔥 🔥   
 k n i c k s
o m f g ! ! ! !   o b i ! ! ! ! !   
 
 k n i c k s   n e w y o r k f o r e v e r  
t h e   k n i c k s   o r g a n i s t   w a s   j u s t   p l a y i n g   e z e k e i l ' s   w h e e l   c h o r d s   a t   t h e   g a r d e n .    
g o o d   l o r d ! ! !   t h a t   t o p p i n   d u n k ! ! ! !   k n i c k s
o b i   t o p p i n   i s   s u p e r   f u n ,   m a n .   k n i c k s   n y k n i c k s   k n i c k s t a p e
o b i   i s   n u t s   🤣 🤣   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
s t i l l   h a v e   t o   w o r k   o n   c o m i n g   o u t   s t r o n g   i n   t h e   3 r d   q u a r t e r .   w e   w e r e   u p   1 8   a t   t h e   h a l f ,   n o w   o n l y   u p   1 1 .   k n i c k s
i   k n o w   i t ' s   p r e s e a s o n   b u t   d e s p i t e   h o w   w e l l   w e ' r e   p l a y i n g ,   i ' m   s e e i n g   t h e   s a m e   o l d   f r o m   r a n d l e   a n d   t h i b s .   k n i c k s
t o o   m u c h   „ r a n d l e   b a l l “   t o n i g h t   f o r   m y   t a s t e .   m o v e   t h e   b a l l 
 
 k n i c k s   n b a
y o   i   m i g h t   s t o p   l i v i n g   i f   c l y d e   c a l l   d u d e   d a v i d   r u f f i n   o n e   m o   t i m e   🤣   k n i c k s
b r u n s o n   s t e p   b a c k   n b a   b a s k e t b a l l   n b a t w i t t e r   j a l e n b r u n s o n   k n i c k s   n y k   k n i c k s t a p e  
b r o   t h i s   r a n d l e   c e n t r i c   o f f e n s e   i s   n o t   i t   !   k n i c k s
p o p s   a n d   l i l   b r o   k n i c k s  
r j   t o   m i t c h   r o b   a l l e y   o o p   n b a   b a s k e t b a l l   n b a t w i t t e r   r j b a r r e t t   m i t c h e l l r o b i n s o n   m i t c h r o b   k n i c k s   n y k   k n i c k s t a p e  
i ’ m   c h o o s i n g     p r e - s e a s o n   o v e r     p l a y o f f s ,   j u s   s a y i n !   l o v e   m y   n y   s q u a d s ,   b a c k   a n d   f o r t h   l i k e     a n d     o r     a n d     s t y l e s p   m e t s   g i a n t s   k n i c k s
r a n d l e   i s   l o o k i n g   t r i m   k n i c k s
i   w i l l   s a y   i   m i s s e d   h e a r i n g   _ j _ b o y l e   v o i c e   t h i s   o f f   s e a s o n .   s o   g l a d   t o   h e a r   h i m   b r o a d c a s t   t h e   p a c e r s   o n c e   a g a i n .   t h e   b e s t   t o   e v e r   d o   i t . 
 p a c e r s   k n i c k s
t h i s   i s   t h e   a t h l e t i c i s m   t h e y   s p e a k   o f   w h e n   c a m   r e d d i s h   i s   t a l k e d   a b o u t   n b a   n b a t w i t t e r   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   c a m r e d d i s h  
a r e   t h e     b e i n g   d i s t r a c t e d   b y   t h o m   t h i b o d e a u ’ s   m l c   g o a t e e ?   k n i c k s   n y k n i c k s   _ k n i c k s
k n i c k s   l o o k   s o l i d   d e f e n s i v e l y   a n d   o f f e n s i v e l y   k n i c k s   n y k n i c k s
  b r o t h e r   d o n e   m a d e   i t   t o   c e l e b r i t y   r o w   l o l   k n i c k s  
m y   g o d   i   t h i n k   i   m a y   h a t e   h i m   ( j u l i u s )   m o r e   t h a n   l a n c e   t h o m a s   o r   j a r r e d   j e f f r i e s   k n i c k s
t h i b s   g o n   u s e   a l l   t h e   t i m e o u t s   i n   t h i s   q u a r t e r   😂 k n i c k s
w h o ’ s   g o n n a   g i v e   j u l i u s   t h e   d r a y m o n d   t r e a t m e n t   d u r i n g   t h e   f i l m   s e s s i o n   t o m o r r o w ?   k n i c k s
o n c e   r a n d l e   s t a r t e d   d o i n g   t o   m u c h   t h e   w h o l e   v i b e   c h a n g e d   n g l .   k n i c k s
i ’ m   s u r e   i   a l r e a d y   t w e e t e d   t h i s   b u t   i   h a t e   w a t c h i n g   j u l i u s   r a n d l e   p l a y   b a s k e t b a l l .   t r a d e   h i m   k n i c k s
i   w o u l d   s o   d o   t h e   m e l o   p u m p   f a k e   i f   i   c a u g h t   t h e   b a l l   o u t   o f   b o u n d s   s i t t i n   c o u r t s i d e   l o l   k n i c k s
y e a   m i t c h   i   s e e   y o u   g a n g .   f t   m o n e y   💵 .     k n i c k s
_   t h e   f a c t   t h a t   j u   a w a r d e d   c a m   f o r   c r e a t i n g   t h e   s t e a l   m a d e   m e   v e r y   h a p p y .   k n i c k s
r e d d i s h   w i t h   a n   a t h l e t i c   f i n i s h ! 
 k n i c k s   n e w y o r k   n b a   n b a t w i t t e r   n b a p r e s e a s o n   n y k 
  
t h i b s   w a s   m a d   a f   c a l l i n g   t h a t   t i m e   o u t . .   i   h o p e   h e ’ s   t e l l i n g   t h e   p l a y e r s   c u t   t h e   s h i t   w / t h e   l a s t   f e w   p o s s e s s i o n s   l o o k i n g   l i k e   l a s t   s e a s o n s   o f f e n s e   w i t h   r a n d l e   b r i n g i n g   u p   t h e   b a l l   🙄   k n i c k s
b r u n s o n   t o   m i t c h   r o b   f o r   t h e   s l a m   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   n y k   k n i c k s t a p e   m i t c h r o b   m i t c h e l l r o b i n s o n  
r j ,   b r u n s o n ,   & a m p ;   r a n d l e   h a v e   b e e n   p l a y i n g   v e r y   g o o d   t o g e t h e r !   g o i n g   t o   b e   v e r y   e x c i t i n g   s e e i n g   w h a t   t h e y   c a n   d o   a s   t h e   y e a r   p r o g r e s s e s ! 
 k n i c k s
    _ _ _ _   t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i t s   c l e a r   t h a t   t h i s   k n i c k s   t e a m   i s   a   m u c h   b e t t e r   t e a m   w i t h o u t   e v a n   f o u r n i e r   s t a r t i n g   t h e   b a l l   f l u i d   p a c e   i s   m u c h   b e t t e r
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
      u n f o r t u n a t e l y   h e   h a s   a   r e p u t a t i o n   o f   r u n n i n g   h i s   s t a r s   i n t o   t h e   g r o u n d ,   a l l   g o o d ,   p l a y   h a r d   a n d   s m a r t   g e t   s o m e   w i n s   a n d   d e v e l o p !     k n i c k s     !     n b a
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
a t   w h a t   p o i n t   d o   i   t u r n   i t   o v e r   t o   k n i c k s   p r e s e a s o n ?   t h e   m e t s   a r e   m a k i n g   m e   s a d
h o w   i s   r a n d l e   l o o k i n g   r i g h t   n o w   k n i c k s   n e w y o r k f o r e v e r
💪 🏾 m i t c h e l l   r o b i n s o n   🗽 🔸 🔹 k n i c k s
m i t c h   w i t h   3   s l a m s   i n   a   r o w   🔥 🔥 🔥   k n i c k s
n i c e   m o v e   3 0   k n i c k s
t h e   s t e a l   b y   r e d d i s h ,   a n d   t h e   t h r o w d o w n   b y   m i t c h ! ! ! 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 
 
 t h i s   k n i c k s   t e a m   h a s   c o m e   t o   d o m i n a t e ! ! ! 💯 🔷 🔶 🔷 🔶
l e t ' s   g o   k n i c k s
n i c e   f a s t   b r e a k   l a y u p   b y     r e d d i s h   ,   i s   a n y o n e   m i s s i n g     f o u r n i e r     ,   j u s   s a y i n ! !   k n i c k s    
a t   l e a s t   t h e   k n i c k s   a r e   g i v i n g   f a n s   a   t r e a t   t o n i g h t   u n l i k e   m y   t e a m   i n   t a m p a
c a m   r e d d i s h   w i t h   t h e   u p   a n d   u n d e r   k n i c k s
o m g   w h a t   a   s h o t ! ! !     c a m   w e   s t o p   d o u b t i n g   c a m   n o w ? ?   k n i c k s
w h a t   a   l a y !   k n i c k s
r e d d i s h   a c r o b a t i c   w a l t   f r a z i e r   k n i c k s   s a i d
i   j u s t   d o n ’ t   s e e   i t   w i t h   c a m …   p o o r   d e c i s i o n   m a k i n g ,   d o e s n ’ t   u n d e r s t a n d   s p a c i n g ,   s t o p s   b a l l   m o v e m e n t ,   c a n ’ t   c a t c h   a   r e b o u n d   ,   l o o s e   b a l l   o r   p a s s . .   
 m a y b e   h e ’ s   g o o d . .   b u t   n o t   o n   t h i s   k n i c k s   r o s t e r   c a m r e d d i s h
i f   w e   d o n ’ t   d o   a n y t h i n g   i n   t h e   3 r d ,   i   t h i n k   i ’ m   g o i n g   t o   t u n e   i n t o   t h e   k n i c k s   g a m e .   w h y   r u i n   m y   n i g h t   w a t c h i n g   d a r v i s h   b e n d   u s   o v e r   w i t h   n o   v a s e l i n e ?   a m a z i n m e t s   s d v s n y m   l o s m e t s   l g m   m e t r o p o l a t i n o s   m e t s
i   r e a l l y   d o n t   u n d e r s t a n d   w h y   m y   k n i c k s   s t i l l   h a v e   r a n d l e
r a n d l e   n o t   e f f i c i e n t   w i t h   t h a t   l a s t   s h o t .   k n i c k s
b r u n s o n   i s   a   b u c k e t   🪣 
 k n i c k s
    t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
f i n a l l y   g e t   t o   w a t c h   t h e   g a m e   i n   r e a l   t i m e 
 l e t   g o   k n i c k s
j a l e n   b r u n s o n   r e m i n d s   m e   o f   c p 3 ! !   😈   k n i c k s
t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . .  
f i n a l l y   a b l e   t o   s i t   d o w n   a n d   w a t c h   t h e   k n i c k s   g a m e .
h a v e   m e r c y   k n i c k s   n b a p r e s e a s o n
j u l i u s   b o d y   l a n g u a g e   i s   s o   m u c h   d i f f e r e n t   t h i s   y e a r . 
 l e t ' s   h o p e   h e   k e e p s   t h a t   e n e r g y ! 
 k n i c k s
t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t    
b r u n s o n   h a s   b e e n   p u t t i n g   o n   a   c l i n i c   i n   a   l o t   o f   w a y s   a n d   i t ' s   o b v i o u s   t h i s   t e a m   i s   b e n e f i t i n g   f r o m   a l l   s t a r   c a l i b e r   p g   p l a y .   b u t   i ' m   p r e d i c t i n g   t h a t   t h e   b i g g e s t   i m p a c t   h e ' s   g o n n a   m a k e   i s   t h e   w i l l i n g n e s s   a n d   b a s k e t b a l l   i q   t o   k e e p   e v e r y o n e ,   e s p e c i a l l y   r a n d l e   i n v o l v e d .   k n i c k s   4 / 4
w a t c h i n g   k n i c k s   p r e s e a s o n   a n d   t h e   s i n g l e   m o s t   i m p r e s s i v e   t h i n g   i ' v e   s e e n   f r o m   b r u n s o n   s o   f a r   t o n i g h t   w a s   a   5   m i n u t e   s t r e t c h   i n   t h e   2 n d   w h e r e   h e   p e r s i s t e n t l y   i n v o l v e d   r a n d l e   i n   t h e   o f f e n s e .   1 / 4
l o s t   4 5   g a m e s   l a s t   y e a r   b y   a n   a v e r a g e   - . 4   d i f f e r e n t i a l   ( w h i c h   w a s   b e t t e r   t h a n   t h e   b u l l s ,   w h o   m a d e   t h e   p l a y o f f s   o u t r i g h t .   b a l l   j u s t   w e n t   t h e i r   w a y ) .   l o s t   s o   m a n y   g a m e s   u p   b i g   b e c a u s e   w e   c o u l d n ’ t   g e t   i n t o   o u r   s e t s .   
 
 t h i s   t e a m   i s   g o i n g   t o   b e   g o o d   k n i c k s
j u s t   n e e d e d   s o m e o n e   t o   g a l v a n i z e   t h e   p i e c e s .   i f   b r u n s o n   i s   t h a t   g u y ,   w e   t h e   k n i c k s   w i l l   b e   v e r y   g o o d .   
 
 h e l l ,   i f   r o s e   w a s   j u s t   h e a l t h y   l a s t   y e a r ,   w e   e a s i l y   m a k e   t h e   p l a y o f f s .   b r u n s o n   i s   a n   i m p r o v e m e n t   o f f   t h a t
w h y   d o n ’ t   t h e   k n i c k s   d o   a   m e t s   i n s p i r e d   b l a c k   c i t y   e d i t i o n   j e r s e y ?   w o u l d   l o o k   s o   c l e a n   n y k n i c k s   n b a   n i k e
i n   o t h e r   n e w s ,   t o p p i n   a n d   r a n d l e   h a v e   b o t h   t a k e n   7   s h o t s   a n d   h a v e   t h e   s a m e   p o i n t s ,   t o p p i n   j u s t   d i d   i t   i n   1 0   m i n u t e s   o f   p l a y   a n d   a   b i t   m o r e   e f f i c i e n t l y .   k n i c k s   h a l f t i m e
t h e   p a c e r s   h a v e   p r e v e n t e d   f a s t b r e a k   p o i n t s   s o   f a r ,   b u t   t h e   k n i c k s   a d j u s t e d   i n   t h e   2 n d   q t r ,   n o t   h o i s t i n g   u p   q u i c k   s h o t s ,   b u t   k i c k i n g   t h e   b a l l   o u t   a n d   g e t t i n g   i n t o   t h e   f l o w   o f   t h e   o f f e n s e .   s h o t   6 - o f - 8   f r o m   3 p t   & a m p ;   1 4 - o f - 2 8   i n   t o t a l   i n   t h e   2 n d   n y k n i c k s   k n i c k s t a p e
n o t   s k i p p i n g   l e g   d a y s   k n i c k s  
1 4   m i n u t e s .   0   p o i n t s .   0 / 5   f r o m   t h e   f i e l d .   s u b p a r   d e f e n s e .   t h i s   i s   n o t   a   g o o d   g a m e   f r o m   r e d d i s h .   o n   a   n i g h t   w h e r e   i t   n e e d e d   t o   b e   o n e   o f   h i s   b e s t .   k n i c k s
c l y d e   i s   r i g h t   a b o u t   e v e r y t h i n g ,   i n c l u d i n g   j a l e n   s m i t h ’ s   g l a s s e s   b r i n g i n g   t o   m i n d   d a v i d   r u f f i n .     k n i c k s   n e w y o r k f o r e v e r      
i   d o n ’ t   g e t   w h y   w e   c a n ’ t   g e t   e x c i t e d   d u r i n g   p r e s e a s o n .   e s p e c i a l l y   w h e n   y o u   s e e   y o u r   t e a m   d o i n g   t h i n g s   a s   a   t e a m   t h a t   t h e y   c o u l d n ’ t   d o   t h e   s e a s o n   b e f o r e .   k n i c k s
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h i s   k n i c k s   t e a m   i s   l o o k i n g   l i k e   i   e x p e c t e d .   i   t h i n k   e v e r y o n e   t h a t   w a s   s u p p o s e d   t o   t a k e   a   s t e p   f o r w a r d   t h i s   s e a s o n   w i l l   b e   t a k i n g   t h a t   s t e p !   i ’ m   e x c i t e d   t o   s e e   h o w   f a r   w e   g o   t h i s   s e a s o n !   k n i c k s
t h e s e   a r e   b i g   “ i f s ”   b u t   i f   r a n d l e   b u y s   i n   a n d   i f   g r i m e s   t a k e s   t h e   s t a r t i n g   s g   s p o t   a n d   i s   a n   e l i t e   3   a n d   d   w i n g ,   t h e   k n i c k s   c a n   m a k e   n o i s e !   b r u n s o n   i s   h i m   a n d   r j   i s   h i m !   k n i c k s
i n j e c t   t h a t   2 n d   q u a r t e r   i n   m y   v e i n s !   k n i c k s
k n i c k s   a t   t h e   g a m e   t o n g i n g   n e w y o r k  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  t o u g h   f i r s t   h a l f   f o r   c a m   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
r a n d l e   f a d e   a w a y   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   k n i c k s t a p e   n y k   j u l i u s r a n d l e  
r e p l a c e   c a m   r e d d i s h ' s   m i n u t e s   w i t h   a   h e a l t h y   q u e n t i n   g r i m e s ,   a n d   t h i s   k n i c k s   r o s t e r   i s   p r e t t y   f u n / v e r s a t i l e .
t o u g h   f i r s t   h a l f   f o r   r e d d i s h   k n i c k s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   g e t   b a c k   t o   m y   a p a r t m e n t   t o   s e e   t h e   k n i c k s   d o m i n a t i n g   t h e   p a c e r s   a t   h a l f t i m e .   p a c e r s   h a v e   9   t u r n o v e r s   t o   t h e   k n i c k s   o n e ,   y i e l d i n g   1 3   m o r e   a t t e m p t s   a t   t h e   b a s k e t   f o r   t h e   k n i c k s .   p h e n o m e n a l   d e f e n s i v e   w o r k   b y   t h e   t e a m .   k n i c k s
e n d   o f   q 2 
 k n i c k s   7 2 
 p a c e r s   5 4 
 
 r j   b a r r e t t :   1 6   p t s ,   2   r e b ,   4 / 5   3 p t 
 j a l e n   b r u n s o n :   1 5   p t s ,   3   a s t 
 o b i   t o p p i n :   1 0   p t s ,   2 / 4   3 p t
l e t s   g o   k n i c k s   p e r f e c t   b i r t h d a y   g i f t   f o r   m e   🔥
t u r n e r ' s   s h o t   m i s s e d   t o   e n d   o f   t h e   f i r s t   h a l f 
 p a c e r s   5 4   k n i c k s   7 2   h  
r a n d l e   d i d n t   l o o k   c o m f o r t a b l e   a t   a l l   p l a y i n g   t h a t   m i k e   d   a n t o n i o   s t y l e   s p r e a d   y o u r   w i n g s   a n d   d o   s h t   a l l   d a y   o f f e n s e   s e t u p .   t o m   p l e a s e   t r a s h   t h a t   o f f e n s e   p l a y   b o o k .   k n i c k s
n e e d   m y   k n i c k s   t o   k e e p   t h e i r   f o o t   o n   t h e i r   n e c k s ‼ ️
r a n d l e   a s   a   3 r d   o p t i o n   i s   a   r e a l l y   g o o d   l o o k   k n i c k s .
r a n d l e   h a d   t o   p i c k   t h e   e x a c t   t i m e   i   c a l l e d   h i m   o u t   f o r   g o i n g   1 / 5   w i t h   a   l i t t l e   o v e r   2   t o   g o .   n o w   p r o c e e d s   t o   g o   n o w   h e ' s   1 0 / 5 / 3 .   c o n c l u s i o n ?   i   s h a l l   c o n t i n u e   t o   c a l l   r a n d l e   o u t .   😂   k n i c k s
t h i s   i s   a   t a l e n t e d   k n i c k s   t e a m ,   k n i c k s   f a m .   c a n   t h e y   g e l ,   c a n   t h e y   p l a y   t o g e t h e r   c o n s i s t e n t l y .   t i m e   w i l l   t e l l .   k n i c k s
k n i c k s   c o u l d   h a v e   s t e p h   c u r r y   a t   p o i n t   g u a r d   a n d   j u l i u s   r a n d l e   w i l l   s t i l l   f i n d   a   w a y   t o   b r i n g   t h e   b a l l   u p   t h e   c o u r t   m u l t i p l e   t i m e s   i n   a   r o w .
r i g h t   n o w   s o m e   o f   u   a r e   s e e t h i n g   w a t c h i n g     r a n d l e   d o   r a n d l e   t h i n g z 
 🤣 🤣 🤣 💯 
 k n i c k s
s o   o b v i o u s l y   s o m e o n e   h e a r d   m y   l a s t   t w e e t .     k n i c k s   n o w   u p   b y   1 8   o v e r   i n d y   a t   h a l f t i m e .   
 
 k n i c k s o n m s g   n y k n i c k s   

d o n o v a n   m i t c h e l l   w h o   p t .   2   n b a   b a s k e t b a l l   k n i c k s   n b a t w i t t e r  
n o t   t r y i n g   t o   g e t   t o   e x c i t e d   b u t   w e   b e e n   p l a y i n g   g r e a t   . . i t ’ s   o n l y   p r e s e a s o n   b u t   i   s e e   t h e   c h e m i s t r y   k n i c k s  
l e g o   k n i c k s   w e   u p   m a n
i   l i k e   t h i s   5   d e f e n s i v e l y   k n i c k s
b u d d y   h i e l d   t r e y 
 p a c e r s   5 2   k n i c k s   6 9   2 n d  
j u l i u s   r a n d l e   b u c k e t 
 p a c e r s   4 9   k n i c k s   6 9   2 n d  
i   k n o w   i t ’ s   p r e   s e a s o n   b u t   m y   s q u a d   l o o k s   g o o d .   
 k n i c k s
a c t u a l l y   p o o l e   f o r   r o s e   w o u l d   b e   p e r f e c t   f o r   b o t h   t e a m s .   t r a d e   r a n d l e   l a t e r   l o l   k n i c k s
i   c o u l d   b e   j u m p i n g   t h e   g u n   b u t   w h e n   t h e     w i n   5 0   g a m e s ,   j a l e n   w i n n i n g   m v p   👀   k n i c k s
j u l i u s   r a n d l e   s t e p - b a c k   j u m p e r 
 p a c e r s   4 7   k n i c k s   6 7   2 n d  
i   t h i n k   t y r e s e   h a l i b u r t o n   h a s   j u s t   r e a l i z e d   t h i s   i s   a   d i f f e r e n t   k n i c k s   t e a m .     h e ’ s   n o t   t a l k i n g   h i s   u s u a l   s m a c k   s w a g g e r
r a n d l e   m a k i n g   h i s   1 s t   f g   w i t h   c l o s e   t o   2   m i n u t e s   t o   g o   i n   t h e   2 n d   q u a r t e r   i s   n o t   a   g o o d   t h i n g .   t w o   s l o w   s t a r t s .   b u t   k n i c k s   a r e   u p   b y   2 0   s o   y ' a l l   g o n n a   s a y   i ' m   n i t p i c k i n g .   k n i c k s
t h o s e   s q u e a k y   s n e a k e r s s s s s   t h a t s   d e f e n s e   b a b y !   k n i c k s
j u l i u s   r a n d l e   f r o m   d o w n t o w n 
 p a c e r s   4 7   k n i c k s   6 5   2 n d  
w u t   t h e   h e l l   i s   r a n d l e   d o i n g . .       & a m p ;   h e   h i t s   a   3   a f t e r   a l l   t h a t   😂 😂 
 
 k n i c k s   n e w y o r k f o r e v e r  
i t   a l w a y s   g e t s   s l o p p y   w h e n   r a n d l e   t r i e s   t o   d r i b b l e   t o o   m u c h ,   w a s   t h a t   a   p a s s   a t t e m p t   o r   d i d   h e   j u s t   l o s e   i t ?   k n i c k s
k n i c k s   l o o k   f k ’ n   g o o d ’ t ! !  
r j   b a r r e t t   w i l l   b e   a n   a l l - s t a r   t h i s   y e a r !   s a v e   t h e   t w e e t   k n i c k s
    k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
m i t c h e l l   r o b i n s o n   o n   b o t h   e n d s   o f   t h e   c o u r t 
 p a c e r s   4 7   k n i c k s   6 0   2 n d  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
1 1 m i n s   0 - 5   z e r o   p t s   a n d   y ’ a l l   w h a t   c a m   t o   s t a r t   ? ? ?   🤦 🏽 ‍ ♂ ️   k n i c k s
m i t c h   r o b   p u t   b a c k   d u n k   n b a   b a s k e t b a l l   k n i c k s   m i t c h e l l r o b i n s o n   m i t c h r o b   n y k   k n i c k s t a p e   n b a t w i t t e r  
j u l i u s   r a n d l e   h a s   n o   b o u n c e   k n i c k s
m i t c h e l l   r o b i n s o n   b o a r d   & a m p ;   s l a m 
 p a c e r s   4 7   k n i c k s   6 0   2 n d  
t h i s   i s   t h e   y e a r   o f   m i t c h e l l   r o b i n s o n   k n i c k s
r j   b a r r e t t   i s   a n   e x a m p l e   o f   h a r d   w o r k   b e a t s   t a l e n t .   b i g   s e a s o n   a h e a d   k n i c k s
  t o u g h   c a l l . 
 k n i c k s   g e t t i n g   s o m e   o f   m y   a t t e n t i o n 
 l g m   m o r e   a t m
o b i   g e t t i n   t o   t h e   r i m   o f f   t h e   d r i b b l e   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   o b i t o p p i n   n y k   k n i c k s t a p e  
a   b i g   s h o u t   o u t   t o   l e o n   r o s e   f o r   l o c k i n g   i n   j a l e n   b r u n s o n   t o   a   l o n g   t e r m   c o n t r a c t .   t h e   k n i c k s   h a s   a   t r u e   p g .   h e   m a k e s   e v e r y o n e   b e t t e r .   n b a  
s o m e o n e   p u t   e n e r g y   i n   c a m … .   g e t   i n t o   t h e   g a m e   k n i c k s
m o o d   k n i c k s    
c a m   r e d d i s h   i s   g e t t i n g   a   o p p o r t u n i t y   t o   s h o w   w h y   h e   s h o u l d   b e   i n s e r t e d   i n t o   t h e   l i n e   u p   a n d   i t ’ s   q u i e t   f o r   h i m !   b r u h   g o t t a   g o   g e t   t h a t   s h i t !   t h a t   f i n e s s e   s h i t   a i n ’ t   g o n n a   c u t   i t   w e   g o t t a   s e e   a   d o g !   k n i c k s
r j   b a r r e t t   d o w n t o w n 
 p a c e r s   4 3   k n i c k s   5 4   2 n d  
c h r i s   d u a r t e   t r e y 
 p a c e r s   4 3   k n i c k s   5 1   2 n d  
w e   g o t   a   p o i n t   g u a r d   b r o ! !   k n i c k s  
j b   c r a f t y   a f   m a n   k n i c k s
* b u y i n g   r j   b a r r e t t   j e r s e y   k n i c k s
l o v e   b r u n s o n   a s   a   k n i c k   a l r e a d y .   c a m   r e d d i s h   s t a r t i n g   t o o .   r j   b a r r e t t   h i t t i n g   3 s   a n d   t o p p i n   b l o c k i n g   s h o t s .   k n i c k s
c e l e b r a t i n g   t h e   w   w i t h   s o m e   k n i c k s   p r e s e a s o n .   t h a n k s   .  
y o   i   l o v e   b r u n s o n   a l r e a d y .   h e ’ s   a   f r e a k i n g   t a n k   o u t   t h e r e !   💪 🏽   k n i c k s   n e w y o r k f o r e v e r
j u l i u s   d o e s n ' t   f i t   o n   t h i s   t e a m   a t   a l l   k n i c k s
t h i s   k n i c k s   t e a m   i s   s n e a k y   g o o d .
i   f u c k i n g   l o v e   j a l e n   b r u n s o n .   🟠 🔵   k n i c k s   g o t   t h e m   a   p g ! ! !   k n i c k s
b r u n s o n   t o   t o p p i n   f o r   3 .   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   j a l e n b r u n s o n   o b i t o p p i n   n b a t w i t t e r  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
    k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
b u d d y   h i e l d   b u c k e t 
 p a c e r s   4 0   k n i c k s   4 6   2 n d  
o b i   t o p p i n   d o w n t o w n 
 p a c e r s   3 8   k n i c k s   4 6   2 n d  
e v e r y o n e   t h i n k s   t h i s   n e w   t h i b s   b e a r d   i s   h i m   l o o s e n i n g   u p   a   l i t t l e . 
 
 h a v i n g   w a t c h e d   t h i b s   f o r   1 2   y e a r s   n o w ,   i ’ m   t h i n k i n g   i t ’ s   m o r e   a k i n   t o   r o c k y   t r a i n i n g   f o r   d r a g o . 
 
 b u l l s   k n i c k s  
o b i   f r o m   t h e   c o r n e r   💰 💰 
 k n i c k s
y ’ a l l   t o l d   m e   o b i   n o t   a   s h o o t e r ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r  
o b i   t o p p i n   d r i v i n g   b u c k e t 
 p a c e r s   3 8   k n i c k s   4 3   2 n d  
j e r i c h o   s i m s   s t u f f 
 p a c e r s   3 8   k n i c k s   4 1   2 n d  
i   d o n ’ t   l i k e   t h e   p r o d u c t   i ’ m   s e e i n g   o n   t h e   c o u r t   r i g h t   n o w   s h i t   s t a g n a n t   s m h   k n i c k s
f r i d a y   n i g h t   k n i c k s  
d u e c e   i s   p l a y i n g   b e t t e r   t h a n   o l d   b o y … .   i q   w a n t e d   s h o o t   t h a t   n u t t y   a s   s h o t   b u t   h e   m a d e   a   g o o d   h o c k e y   a s s i s t   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
d   r o s e   t o   t h e   c u p   n b a   b a s k e t b a l l   k n i c k s   d r o s e   d e r r i c k r o s e   n b a t w i t t e r   n y k   k n i c k s t a p e  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
g o t t a   l o v e   h i s   t e a m m a t e s   s h o w i n g   d e u c e   t h e y   t r u s t   h i m .   k n i c k s
r j   i s   t h e   b e s t   k n i c k   o n   t h e   c o u r t   k n i c k s
m i l e s   m c b r i d e   t r e y 
 p a c e r s   3 7   k n i c k s   3 9   2 n d  
t h i s     t e a m   i s   s t a c k e d ,   l e t ’ s   s e e   w h a t   t h i b s   d o e s ,   t h i s   s e a s o n !   k n i c k s     k n i c k s f o r e v e r   n y k
i m m a n u e l   q u i c k l e y   b u c k e t 
 p a c e r s   3 7   k n i c k s   3 6   2 n d  
r e a l l y   l i k e   t h e   b a l a n c e   o f   t h i s   t e a m .     
 k n i c k s
w a y   t o   g o   d e u c e   ! ! ! !   k n i c k s
l o v e   t h e   e x t r a   p a s s   k n i c k s
w h e n e v e r   a   k n i c k   g e t s   h u r t ,   m a n n n   y o u   m i g h t   l o s e   y o u r   j o b ,   t h a t ' s   h o w   d e e p   t h a t   b e n c h   i s   k n i c k s
t h e r e   w e   g o   d e u c e ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r
d e u c e   i s   l o o s e   🔥 🔥 
 k n i c k s
c a m   i n   t h e   d o g h o u s e   a l r e a d y ?   k n i c k s
o k a y   d e u c e   !   k n i c k s
c o m e   o n     l e a g u e   p a s s   i s   t h i s   o n   t h e     s i d e   m e a n i n g     o r   n b a l e a g u e p a s s   w e   c a n ’ t   e n j o y   t h e   g a m e   l i k e   t h i s   k n i c k s   m s g  
k n i c k s   2 0 2 2 - 2 0 2 3   b r e a k o u t   s t a r : 
 k n i c k s   n e w y o r k f o r e v e r   n b a
b e n n e d i c t   m a t h u r i n   t r e y 
 p a c e r s   3 5   k n i c k s   3 1   2 n d  
o b i   t o p p i n   d o w n t o w n 
 p a c e r s   3 2   k n i c k s   3 1   2 n d  
n i c e   t o   s e e   s i m s   b a c k   k n i c k s
o b i   f r o m   3 ! ! ! ! ! 
 
 k n i c k s   n e w y o r k f o r e v e r
o b i   w i t h   t h e   c u t   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   n b a t w i t t e r   o b i t o p p i n  
i q   h a s   t a k e n   7   n u t t y   a s   s h o t s   n o   a s s i s t s   k n i c k s  
o b i   t o p p i n   l a y u p 
 p a c e r s   3 1   k n i c k s   2 8   2 n d  
t h e   k n i c k s   s e c o n d   u n i t   h a s n ' t   b e e n   a b l e   t o   g e t   o u t   a n d   r u n   i n   t r a n s i t i o n   l i k e   t h e y   d i d   a g a i n s t   t h e   p i s t o n s ,   a n d   t h e y ' r e   h a v i n g   a   l o t   o f   t r o u b l e   g e t t i n g   g o o d   l o o k s   i n   t h e   h a l f - c o u r t   o f f e n s e   r i g h t   n o w   n y k n i c k s
i   c a n ' t   b e l i e v e   t h i s   i s   h a p p e n i n g ;   t h e   k n i c k s   s e c o n d   g r o u p   i s   d o i n g   a w f u l   r i g h t   n o w   ( s a v e   f o r   d e r r i c k   r o s e ) .   i   h a v e n ' t   s e e n   m u c h   f r o m   h a r e n s t e i n   t h i s   p r e s e a s o n .   q u i c k l e y   n e e d s   t o   c o o l   i t   w i t h   t h e   3 ' s .   t o p p i n ;   w e l l   t o p p i n   h a s n ' t   d o n e   a n y t h i n g   s o   t h e r e ' s   t h a t .
t j   m c c o n n e l l   p u l l u p   j u m p e r 
 p a c e r s   3 1   k n i c k s   2 6   e n d   o f   1 s t  
e n d   o f   q 1 
 k n i c k s   2 6 
 p a c e r s   3 1 
 
 r j   b a r r e t t :   1 1   p t s ,   2   r e b ,   3 / 4   3 p t 
 j a l e n   b r u n s o n :   7   p t s ,   1   r e b ,   1   a s t
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
r j ' s   p r o n o u n s   a r e   h i m / h i m o t h y   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀         i n d v s n y k
d e r r i c k   r o s e   🌹 
 p a c e r s   2 9   k n i c k s   2 6   1 s t  
i f   d e u c e   w a n t s   t o   p l a y   h e   h a s   t o   p u t   t h e   b a l l   i n   t h e   b a s k e t   k n i c k s
i   j u s t   h o p e   t h i s   t e a m   n e v e r   p l a y s   t o g e t h e r   d u r i n g   r e g u l a r   s e a s o n .     t h i s   3 - g u a r d   n o n s e n s e   a i n ’ t   i t   k n i c k s
n o   p i c k   n   r o l l s   e v e r y t h i n g   i s   a   3   s m h   c a r r y   o n   t h o   k n i c k s
s l o p p y   b a s k e t b a l l   h e r e   f o r   b o t h   s i d e s .   k n i c k s
d   r o s e   f l o a t   g a m e .   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   d r o s e   d e r r i c k r o s e   n b a t w i t t e r  
_ k n i c k s   i   g u a r a n t e e   t h u s   k i d   w i l l   p u t   i n   t h e   w o r k ,   h e   w a n t s   t o   g e t   b e t t e r ,   a n d   j u s t   b e c a u s e   h e   s i g n e d   a n   e x t e n s i o n   d o e s n ' t   m e a n   h e   i s   s a t i s f i e d ! !   n b a   n b a t w i t t e r   k n i c k s
t h a t   w a s   a   r o u g h   q u a r t e r   b u t   w e   o n l y   d o w n   5   k n i c k s
t h a t   2 n d   u n i t   w a s   n o t   i t   k n i c k s   i   d o   a p p r e c i a t e   e f f o r t   f r o m   t h e   w h i t e   b o y   c e n t e r   g u y
d e u c e   p l a y i n   l i k e   h i s   n a m e   r i g h t   n o w .     n e e d   t o   p l a y   s m a r t e r 
 
 k n i c k s   n e w y o r k f o r e v e r
n o w   w e   m i s s i n g   b u n n i e s   s m h   k n i c k s
b e n n e d i c t   m a t h u r i n   l a y u p 
 p a c e r s   2 9   k n i c k s   2 4   1 s t  
    k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r       i n d v s n y k
s a m e   s h y t   b u l l s h y t   o f f e n s e   o b i   o n   t h e   p e r i m e t e r   l m a o o o o   c o a c h   s t i l l   a i n ’ t   s h y t   n u t t n   n e w   h e r e   k n i c k s
t h e   k n i c k s   e n e r g y   i s   f l a t   a s   h e l l   i n   t h i s   1 s t   p e r i o d .     e n o u g h   c h u c k i n g   3 s . . .   a n d   m o v e   t h e   f n   b a l l . . .   
 
 k n i c k s o n m s g   n e w y o r k f o r e v e r
d r o s e     n e e d s   t o   b r i n g   t h e   b a l l   u p c o u r t .     q u i c k l e y   r u s h i n g   t o o   m u c h   k n i c k s
b e n n e d i c t   m a t h u r i n   & a m p ;   o n e 
 p a c e r s   2 7   k n i c k s   2 4   1 s t  
i q   i s   t a k i n g   s o m e   r e a l l y   b a d   s h o t s   s m h     k n i c k s
a n d   p e o p l e   s a i d   h e   w a s n t   w o r t h   h i s   d e a l ? ! ? ! ? ! ?   g t f o   h e r e ! ! !   ( y e a ,   i k   i t ’ s   p r e s e a s o n   l e t   m e   h a v e   t h i s ) .   k n i c k s  
i   w a n t   t o   s e e   t h i s   d e u c e ,   r o s e ,   c a m   c o m b o .   🔸 🔹 🔸 🔹   k n i c k s
n e e d   t h e   k n i c k s   b i g s   t o   s t e p   i t   u p 
 
 k n i c k s   n e w y o r k f o r e v e r
w h o   s a y s   n o ?   k n i c k s   w a r r i o r s   d r a y m o n d   j o r d a n p o o l e  
b r u n s o n   t o   r j   f r o m   3 .   n b a   b a s k e t b a l l   j a l e n b r u n s o n   r j b a r r e t t   k n i c k s   n y k   k n i c k s t a p e   n b a t w i t t e r  
      _ n y _ b   _ _   o r   a t   l e a s t   m a k e   s u r e   a l l   t h e   k n i c k s   h e a l t h   i n s u r a n c e   i s   c u r r e n t
p a c e r s   l e t ' s   g o . . .   b e a t   k n i c k s   i n d v s n y
m a n   w h a t ’ s   u p   w i t h   a l l   t h e s e   t h r e e s ?   a t t a c k   t h e   b a s k e t   m a n .   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
w e ’ v e   m i s s e d   y o u   d   r o s e   🌹   k n i c k s
w e   g o t t a   s t a r t   d r i v i n g   t o   t h e   b a s k e t   a n d   s t o p   s e t t l i n g   f o r   3 ’ s   k n i c k s
    k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d   r o s e   l o o k i n g   f l u i d   a f   k n i c k s
d e r r i c k   r o s e   🌹 
 p a c e r s   2 1   k n i c k s   2 4   1 s t  
t o o o o o   m a n y   3 s ,   n e e d   t o   a t t a c k   m o r e   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i m m a n u e l   q u i c k l y   d o w n t o w n 
 p a c e r s   1 9   k n i c k s   2 2   1 s t  
t e r r i b l e   o f f e n s e   p o s t   u p   r j   n   o b i   s h o o t   t h e   3 …   i t   s h o u l d   b   t h e   o y h e r   w a y   a r o u n d   k n i c k s
n i c e   m o v e   f r o m   r o s e   t h e r e 
 
 k n i c k s   n e w y o r k f o r e v e r
i ’ m   e n j o y i n g   w a t c h i n g     j a l e n   b r u n s o n   p l a y .   h e ’ s   c o m p l e t e l y   f o c u s e d   k n i c k s
g o o d   b l o c k   o b i !   k n i c k s
o k   k n i c k s   k n i c k s t a p e   k c d a   k n i c k s t w i t t e r 
 
   h a s   a r r i v e d 💯 🙌 🏾 
 
 t h e   9 ️ ⃣   g u y   w i l l   b e   o u r   a l l s t a r n b a ✨ 
 
 n e w y o r k f o r e v e r  
c h r i s   d u a r t e   & a m p ;   o n e 
 p a c e r s   1 9   k n i c k s   1 9   1 s t  
l e s s   c a m   r e d d i s h   a n d   j r   a n d   m o r e   r j   n   i q   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
j a l e n   b r u n s o n   w i t h   a n   a m a z i n g   m o v e !   🤩 💫 🌟 
 n y c   n b a   n b a t w i t t e r   n b a p r e s e a s o n   n e w y o r k   n e w y o r k k n i c k s   k n i c k s 
  
r j   l o o k i n g   g o o d .   k n i c k s
i m m a n u e l   q u i c k l e y   b u c k e t 
 p a c e r s   1 6   k n i c k s   1 9   1 s t  
o h   l o o k   r j   s h o u l d   b e   b e   t h e   f o c a l   p o i n t   o n   o f f e n s e . . .   l o o k   a t   h o w   j u l i u s   i s   a l r e a d y   s t i n k i n g   i t   u p   k n i c k s
r a n d e l   l o o k s   a w f u l   k n i c k s
t h i b s   j u s t   d i d   i t 
 
 k n i c k s   n e w y o r k f o r e v e r    
i q   f l o a t e r   g a m e   g o n n a   b e   e l i t e   k n i c k s
b r u n s o n   g o n n a   b e   🔑   n b a   b a s k e t b a l l   k n i c k s   j a l e n b r u n s o n   n y k   k n i c k s t a p e   n b a t w i t t e r  
i m m a n u e l   q u i c k l y   i s   v e r y   g o o d   a t   p l a y i n g   b a s k e t b a l l   
 k n i c k s
s u b   o b i   i n   r a n d l e s   g e t t i n   s l o p p y   
 
 k n i c k s   n e w y o r k f o r e v e r
k n i c k s   o n   t v .   
 k n i c k s   f a n s ,   i f   y o u ' r e   s u b s c r i b e d   t o   t h e   n b a   l e a g u e   p a s s   t h r u   d i r e c t v   ( l i k e   i   a m )   o r   a n o t h e r   p r o v i d e r   a n d   t h e y ' r e   n o t   s h o w i n g   p r e s e a s o n   g a m e s ,   l o g i n   t o   y o u r     a c c o u n t   a n d   a s s o c i a t e   y o u r   t v   p r o v i d e r   w i t h   t h e   y o u r   n b a   a c c o u n t .   g o k n i c k s 
 k n i c k s
t e r r y   t a y l o r   l a y u p 
 p a c e r s   1 6   k n i c k s   1 7   1 s t  
t h e   w o r l d   w i d e   w e s   a n d   r o n   a r t e s t   c o n n e c t i o n   i s   u n d e r   r a t e d   h e r e .   
 
 k n i c k s
w e   h a v e   a   p g   t h a t   c a n   s c o r e !   🥹   k n i c k s 
 w a t c h i n g   t h e   b o y s   a n d   p a d r e s   v s   m e t s   l e t ’ s   g o !  
r e a l l y   l i k i n g   w h a t   i ’ m   s e e i n g   r i g h t   n o w   b r u n s o n   d i r e c t i n g   t h e   o f f e n s e   r j   a l l   o v e r   t h e   f l o o r   a n d   f i n d i n g   t h e   o p e n   s p o t   m i t c h   o n   t h e   b o a r d s   c a m s   s p a c i n g   w e l l   a n d   j u l i u s   h e l p i n g   o u t   k n i c k s   n y k   k n i c k s t a p e   n b a
w e   l o o k   s o   m u c h   b e t t e r   w i t h   j a l e n   b r u n s o n   k n i c k s
i   g o t t a   b e l i e v e   i t s   a   g o o d   t h i n g   t h a t   f o r   t h e   f i r s t   t i m e   i n   a   l o n g   t i m e   i   d o n ' t   w a n t   t o   s e e   t h e   s t a r t i n g   5   b e   s u b b e d   o u t   f o r   o u r   b e n c h ,   r i g h t ? 
 
 k n i c k s
k n i c k s   a r e   d o i n g   g o o d   t h i n g s  
j u l i u s   w i t h   t h e   d r i v e   & a m p ;   k i c k   i s   s o m e t h i n g   t h a t   t h e   k n i c k s   f a n s   h a v e   b e e n   d y i n g   t o   s e e   😩 😩   r j   i s   a l s o   o n   🔥 🔥
r j   f u c k i n g   b a r r e t t   k n i c k s   n e w y o r k f o r e v e r  
  i s   o n   🔥 🔥 🔥 ! ! !   k n i c k s
i t ' s   o n l y   p r e s e a s o n ,   b u t   i f   r j   b a r r e t t   i s   g o i n g   t o   d r i l l   s h o t s   l i k e   t h i s   c o n s i s t e n t l y   & a m p ;   o p e n   u p   h i s   d r i v e   g a m e . . . h e   c o u l d   b e   a   t r u e   s t a r   t h i s   y e a r .   k n i c k s  
r a n d l e   t o   r j   f o r   t h e   c o r n e r   3 .   n b a   b a s k e t b a l l   k n i c k s   j u l i u s r a n d l e   r j b a r r e t t   n b a t w i t t e r   n y k   k n i c k s t a p e  
r j   g o t   t h e   j u m p e r   g o i n g   t o n i g h t   k n i c k s
s e e   r a n d l e   f i n a l l y   l e a r n i n g   t o   p a s s   t h e   b a l l ,   t h a t   w a s   a   n i c e   m o v e   t o   r j   f o r   t h e   3   👏 🏾   k n i c k s
  v     g r e a t     r i v a l r i e s   n e v e r   d i e 
 
 a r t i c l e   o n   h o w   t h e   k n i c k ' s   r o s t e r   o f   o n e   p o s i t i o n   p l a y e r s   l i m i t s   p l a y e r   d e v e l o p m e n t   -   
 
 n b a p r e s e a s o n   k n i c k s  
j a l e n   b r u n s o n   d r i v i n g   f l o a t e r 
 p a c e r s   1 4   k n i c k s   1 4   1 s t  
r j   b a r r e t t   w i l l   b e   a n   a l l   s t a r   t h i s   s e a s o n   f o r   s u r e   k n i c k s
c a m   i s   t h i n k i n g   a n d   s e c o n d   g u e s s i n g   h i m s e l f   e v e r y t i m e   h e   t o u c h e s   t h e   b a l l   k n i c k s
c a m   r e d d i s h   a t   t h i s   p o i n t   i s   a   l o s t   c a u s e .   i   m e a n   n o   w o n d e r   w e   g o t   h i m   f o r   n o t h i n g   !   i   r a t h e r   g i v e   h i s   m i n u t e s   t o   s o m e o n e   e l s e !   a l s o   t o p p i n   a n d   q u i c k   s h o u l d   b e   s t a r t i n g   o v e r   f o u r n i e r   a n d   r a n d l e !   k n i c k s    
g o o d   p a s s   b y   r a n d l e   k n i c k s
      _ l i f e r s   _ n y _ b   r j   s h o w i n g   o u t !   p r e t t y   s u r e   h e   w i l l   m a k e   t h e   f i n a l   k n i c k s   r o s t e r   l o l . 

n i c e   a s s i s t   b y   r a n d l e   t o   b a r r e t t .   k n i c k s
r j .   f u c k i n g .   b a r r e t t   !   k n i c k s
s o   f a r     i s   d e f i n i t e l y   b e t t e r   t h a n   h i s   d a d   r i c k ,   n o   s h a d e ,   f a c t s ! !     k n i c k s     k n i c k s f o r e v e r   n y k     n b a
r j   i s   a   s h o o t e r ! ! ! ! ! ! ! ! ! ! ! !   k n i c k s
o k a y   b r u n s o n ! !   w e   s e e   y o u   👀 👀 
 k n i c k s
h a l i b u r t o n   b u c k e t 
 p a c e r s   1 4   k n i c k s   1 0   1 s t  
k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r     . . .
c a m   a i n ’ t   r e a d y   .   s e e n   e n o u g h   💪 🏽   k n i c k s
r j   b a r r e t t   d o w n t o w n 
 p a c e r s   1 2   k n i c k s   1 0   1 s t  
t h i b ’ s   t h i n k i n g   t o   h i m s e l f   “ h o w   t f   d i d   i   p u t   c a m   r e d d i s h   a s   a   s t a r t e r ”   k n i c k s  
g o o d   t o   s e e   r e d d i s h   o n   t h e   c o u r t   k n i c k s
t y r e s e   h a l i b u r t o n   d o w n t o w n 
 p a c e r s   9   k n i c k s   7   1 s t  
b a r r e t t   l o o k s   g o o d   f r o m   3   🔥   k n i c k s
r j ’ s   3   l o o k s   s m o o t h   a s   h e l l   k n i c k s
r j   i s   l o o k i n g   g o o d   f r o m   d e e p   s o   f a r   🚨 🚨   
 k n i c k s
o h   l o r d .   r j   b r o u g h t   t h e   e x t e n d e d   m a g   t o   t h e   g a r d e n   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
r a n d l e   j u s t   w a l k e d   a w a y   a n d   l e f t   h i s   m a n   w i d e   o p e n   f o r   a   c o r n e r   3   k n i c k s
c h r i s   d u a r t e   f r o m   d o w n t o w n 
 p a c e r s   9   k n i c k s   5   1 s t  
k n i c k s   s e e m   t o   b e   c h u c k i n g   t h r e e s   e a r l y   o n .
l e t ’ s   g o   k n i c k s ! ! ! !   k n i c k s  
b r o …   i   g e t   t h i s   i s   p r e s e a s o n ,   b u t   t h e   p e r i m e t e r   d e f e n s e   i s   l a c k   l u s t e r   r i g h t   n o w . 🙁 🙁 🙁 
 k n i c k s
c r a z y   i d e a ,   m a y b e   d e f e n d   t h e   3 
 
 k n i c k s   n e w y o r k f o r e v e r
a n y o n e   h a v i n g   i s s u e s   w i t h   t h e     g a m e   o n     l e a g u e   p a s s   w h e r e   i t   c o n t i n u e s   t o   p a u s e   o r   g e t   s t u c k   t h e n   i n   a   s e c   i t   c o m e   b a c k   i f   t h i s   h a p p e n s   a l l   g a m e   t h i s   i s   g o n n a   s u c k   k n i c k s   n b a l e a g u e p a s s
t h e   k n i c k s   f a n s   a r e   g o i n g   t o   l o v e   b r u n s o n ’ s   a b i l i t y   t o   g e t   t o   t h e   l i n e
n o w   r e m e m b e r   f o l k s . . . a g a i n . . . t h i s   i s   t h e   p r e s e a s o n .   t h i s   i s   a b o u t   s e e i n g   w h a t   w o r k s   a n d   w h a t   d o e s n ' t   w o r k .   j u s t   r a n d o m   s c r i m m a g e s .   d o   n o t   o v e r r e a c t   t o   t h e   g a m e   k n i c k s
u p   i n   t o r o n t o   a m i d s t   a   s e a   o f   b u m m e d   b l u e   j a y s   f a n s ,   a n d   t h e y ’ r e   s t i l l   n i c e   e n o u g h   t o   g i v e   m e   a   s i n g l e   t v ,   o u t   o f   2 0 0 ,   t o   c a t c h   k i n g   b a r r e t t   k n i c k s   n y k n i c k s   o h c a n a d a       🔸 🔹  
d i d   r j   p u t   o n   m o r e   m u s c l e   ? !   h e   l o o k s   y o k e d   !   b i g   y e a r   o n   d e c k   k n i c k s   n e w y o r k f o r e v e r   _ n y _ b
y o u   k n o w   i ’ m   w a t c h i n g   t h e   s q u i z z z a d   k n i c k s  
l e t ’ s   g o   k n i c k s  
w h y   t h i b s   s t a r t i n g   c a m   a t   s g   i n s t e a d   o f   s f ?   s m h   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    t h a n k s   m a n ! 
 a p p r e c i a t e   i t . 
 s t r u g g l i n g   - -   i   a m   s t a r v e d   f o r   k n i c k s   b a s k e t b a l l 
 b u t   t h i s   i s   t h e   l g m   p l a y o f f s !
c a m   c a n ' t   b e   a v e r a g i n g   2   r e b o u n d s   a t   6 ' 7 "   l o l   t h a t s   c r a z y   k n i c k s
l e t ’ s   g o   k n i c k s !  
k n i c k s   i n   p r e a s o n   a n d   m e t s   i n   p o s t s e a s o n   -   g u e s s   w h i c h   g a m e   i s   b e i n g   w a t c h e d   a n d   w h i c h   i s   b e i n g   r e c o r d e d .   l e t s g o k n i c k s ! ! !   l g m ! ! !
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
b a b y   i s   f e d   & a m p ;   a s l e e p .   
 l e t ’ s   w a t c h   s o m e   n e w   y o r k   k n i c k s   b a s k e t b a l l .   k n i c k s   🔸 🔹 🔸 🔹
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
e v e n t u a l l y ,   q u i c k l e y   i s   g o i n g   t o   b e   i n   a   j a m e s   h a r d e n   a t   o k c   s i t u a t i o n   w h e r e   k n i c k s   f r o n t   o f f i c e   w i l l   h a v e   t o   d e c i d e   w h e t h e r   t o   g i v e   h i m   t h e   r e i g n s   o r   s h i p   h i m   o u t   k n i c k s
  k n i c k s   p a c e r s   p r e s e a s o n 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
s h e   o n e   o f   t h e   r e f s   f o r   t o n i g h t s   g a m e .   k n i c k s   l o s i n g   b y   d o u b l e   d i g i t s   t o n i g h t   
 k n i c k s  
f r i d a y   n i g h t   k n i c k s .   i   d i d n ’ t   r e a l i z e   i t   w a s   a   h o m e   g a m e   a g a i n   -   e v e n   b e t t e r .   k n i c k s
  w e   h e r e !   d o n ' t   s l e e p   o n   u s   k n i c k s   l g k  
p a c e r s   v s   k n i c k s   n b a   f r e e   s t r e a m 
 l i v e   t v   -   
 
 0 7   o c t o b e r ,   1 9 : 3 0   e t   t i m e 
 n b a s t r e a m s   n b a   n b a p r e a s e a s o n   p a c e r s   k n i c k s  
          h a v i n g   a   n i g h t   i n   n e w   y o r k   c i t y   a t   t h e   k n i c k s   g a m e         k n i c k s   a n d   p a c e r s   k n i c k s   n b a  
k n i c k s   p r e s e a s o n   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   7 : 3 0 p m   e s t   n e w y o r k f o r e v e r   
  
i n d i a n a   p a c e r s   @   n e w   y o r k   k n i c k s   |   l i v e s t r e a m   w / g a m e   c o m m e n t a r y   +   r e a c t i o n s  
w e   a r e   l i v e !   k n i c k s   p a c e r s   n y k n i c k s   n e w y o r k f o r e v e r   
 

g l a d   t o   s e e   c a m   r e d d i s h   g e t   t o   r u n   w i t h   t h e   s t a r t i n g   5   t o n i g h t .   i   r e a l l y   t h i n k   i f   t h i b s   g i v e s   h i m   t h e   m i n u t e s   h e   c a n   d e f i n i t e l y   c o n t r i b u t e   t o   t h i s   r o t a t i o n .   k n i c k s
k n i c k s   l a d i e s   a n d   g e n t l e m e n   y o u r   n e w   y o r k   k n i c k s        
w h o ' s   a t   t h e   g a m e   t o n i g h t ?     
 k n i c k s   p a c e r s
a l m o s t   t i p   o f f   t i m e   i n   t h e   g a r d e n !   w h o ’ s   e x c i t e d   t o   s e e   c a m   r e d d i s h   i n   h i s   f i r s t   s t a r t   w i t h   k n i c k s ?
' p a c e r s   g a m e   t o n i g h t :   p a c e r s   v s   k n i c k s   o d d s ,   i n j u r y   r e p o r t ,   a n d   p r e d i c t i o n s   f o r   o c t .   8 '   v i a     k n i c k s   n e w y o r k f o r e v e r    
t h a n k   y o u   f o r   m a k i n g   o u r   g r a n d   o p e n i n g   t r u l y   s p e c i a l !   k n i c k s   l e g e n d ,   ,   w a s   h e r e   t o   m e e t   y o u ,   a n d   w e   h a d   d i s p l a y e d   o u r   n e w e s t   c o l l e c t i o n   p u r c h a s e   o f   8 0 0 +   g o u d e y   c a r d s   i n c l u d i n g   2 2 😲   b a b e   r u t h   & a m p ; l o u   g e h r i g   c a r d s !   
 
 a   f e w   h i g h l i g h t s :   
 t h e h o b b y
p r e s e a s o n   g a m e   t h r e a d :   k n i c k s   v s .   p a c e r s -   1 0 / 0 7 / 2 2   -   p o s t i n g   a n d   t o a s t i n g   k n i c k s   n e w y o r k f o r e v e r    
p r e s e a s o n   g a m e   p r e v i e w :   k n i c k s   v s .   p a c e r s -   1 0 / 0 7 / 2 2   -   p o s t i n g   a n d   t o a s t i n g   k n i c k s   n e w y o r k f o r e v e r    
t h a t   t i m e   o f   y e a r   w h e r e   i   h a v e   t o   g i v e     m y   m o n e y   i n s t e a d   o f   t h e   a f f o r d a b l e     b e c a u s e   . . . m s g   c h a n n e l   f o r   t h e     😱 😱 😱 
 
 i n d y   v s   k n i c k s   t o n i g h t   👀
_ n y _ b   a   b r a v e   m a n   t o   w e a r   a   t   w i t h   h i s   o w n   f a c e   o n   i t ! ! ! ! 
 l e t ' s   g o   k n i c k s
w e ' l l   b e   l i v e   i n   2 0   m i n u t e s   b r i n g i n g   y o u   p r e s e a s o n   c o m m e n t a r y   o f   t h e   k n i c k s   a n d   p a c e r s !   y o u   d o n ' t   w a n n a   m i s s   i t ! 
 

c ’ e s t   p a r t i   !   
 
 h e r e   w e   g o   🔥 🔥   g o   k n i c k s   m a d i s o n s q u a r e g a r d e n   k n i c k s   n y c   n b a   n y k m s g  
k n i c k s   a t   t h e   g a m e   t o n i g h t   i n   n e w   y o r k   n e w y o r k   m a d i s o n s q u a r e g a r d e n   n b a  
i i s   t h e   k n i c k s   g a m e   o n   l e a g u e   p a s s   i f   i ' m   i n   n y   ?
w e   h e r e   
 k n i c k s  
m a y b e   r j   b a r r e t t   a n d   j u l i u s   r a n d l e   n e e d   t o   g e t   i n   a   s c r u f f l e   💪 🏾 🤦 🏾 ‍ ♂ ️ 😒 😫   k n i c k s  
c a m   r e d d i s h   w i l l   s t a r t   f o r   t h e   k n i c k s   o n   f r i d a y   a n d   m o r e   f r o m   t o m   t h i b o d e a u ' s   p r e - g a m e   p r e s s   c o n f e r e n c e   n b a   n y k n i c k s  
b r i n g i n g   b a c k   t h i s   c l a s s i c   c l i p   f o r   t o n i g h t ’ s   g a m e .   l e t ’ s   g e t   i t .   k n i c k s  
m y   s o n   r o c k i n g   o r a n g e   a n   b l u e   i s   a w e s o m e .     k n i c k s   m e t s   l g m  
i ' d   b e   v e r y   i n t e r e s t e d   t o   s e e   d e u c e ,   i q ,   c a m ,   o b i   a n d   m i t c h   p l a y   s o m e   m i n u t e s   t o g e t h e r ,   t h a t ' s   t h e   b e s t   d e f e n s i v e   l i n e u p   k n i c k s
n e w   u p l o a d :   
 
 n b a   1 9 9 6 n b a   9 0 s b a s k e t b a l l   o l d s c h o o l b a s k e t b a l l   b a s k e t b a l l   b b a l l   k n i c k s   s o n i c s   p a t r i c k e w i n g   j o h n s t a r k s   s h a w n k e m p   g a r y p a y t o n   d e t l e f s c h r e m p f   c h a r l e s o a k l e y   m s g
t h i b o d e a u   b e t t e r   h a v e   c a m   s t a r t i n g   a f t e r   i t s   w a s   h i s   b i r t h d a y   w e r e   w e   l o s t   o u t   o n   d o n o v a n   m i t c h e l l   o n   9 / 1   k n i c k s
b r u n s o n ,   c a m ,   b a r r e t t ,   r a n d l e ,   a n d   m i t c h 
 
 i ' m   r e a l l y   c u r i o u s   h o w   t h i s   l o o k s   t o n i g h t   k n i c k s
q u i c k   t h o u g h t s   o n   c a m   r e d d i s h   s t a r t i n g   t o n i g h t   k n i c k s   n b k f a m      
l o o k i n g   t o   s e e   c o n t i n u e d   c h e m i s t r y ,   s p a c i n g ,   b a l l - m o v e m e n t   a n d   p a c e .   1 2 p o i n t s   5   r e b o u n d s   w o u l d   b e   s o l i d   f o r   c a m   t o n i g h t .   k n i c k s   n e w y o r k f o r e v e r  
g o t   a   f u l l   s c h e d u l e   f o r   t o n i g h t ! 
 n b a t v   n b a   n b a t w i t t e r   c e l t i c s   a l l f l y   p a c e r s   k n i c k s   n u g g e t s   b u l l s n a t i o n   w e t h e n o r t h   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s   m a g i c   m f f l   m a v e r i c k s   r a p t o r s   h o r n e t s   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n  
l e t s   f u c k i n g   g o ! ! !   k n i c k s  
y o o   b r i n g   b p   b a c k   t o   t h e   k n i c k s   h e   b e e n   b a l l i n g   s i n c e   h e   b e a t   u p   h a l f   h i s   t e a m   o n   t h e   b u l l s   🤣 🤣 🤣 🤣 🤣  
b a c k   t o   b a s k e t b a l l !   j o i n   m y s e l f ,     +     a s   w e   w i l l   b e   l i v e s t r e a m i n g   t o n i g h t ' s   p r e s e a s o n   m a t c h u p   b e t w e e n   t h e   p a c e r s   +   t h e   k n i c k s   a t   7 : 2 5 p m !   j o i n   u s   i n   t h e   c o m m e n t   s e c t i o n   a s   w e   g e t   a   l o o k   a t   w h a t   t h e   k n i c k s   m a y   l o o k   l i k e   i n   2 0 2 2 ! 

🎥   r j   b a r r e t t   p r a i s e s   t h e   l e a d e r s h i p   t h a t   j a l e n   b r u n s o n   h a s   b r o u g h t   t o   t h e   k n i c k s   - -     o n   i t  
c a m   r e d d i s h   w i l l   s t a r t   t o n i g h t   f o r   t h e   k n i c k s   w i t h   e v a n   f o u r n i e r   r e s t i n g ,   p e r   t o m   t h i b o d e a u   p r e - g a m e
  t h e   k n i c k s   p l a y   t o n i g h t .
c a m   r e d d i s h   i s   s t a r t i n g . 
 
 t h e r e   h a s   t o   b e   s o m e   k n i c k s   f a n s   c r y i n g   i n   h a p p i n e s s   r i g h t   n o w   😂
    y e s   s i r ,   g l a d   t o   h e a r   t h a t   a n d   t h a n k   y o u .   l e t ’ s   s e e   w h a t   o u r   k n i c k s   d o   t h i s   y e a r … l e t ’ s   g o ! !
n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s
c a m   h i v e   w a i t i n g   f o r   t h e   s t a r t i n g   5   t o   d r o p …   k n i c k s  
i s   c a m   p l a y i n g   t o n i g h t ?   k n i c k s
i ' l l   b e   a t   t h e     v     g a m e   o n   n o v   5 t h !   i f   y o u   a r e   g o i n g   t o ,   l e t   m e   k n o w ,   w o u l d   l o v e   t o   t a l k   t o   t h e   p e o p l e   i n   p e r s o n .   c o u l d   e n d   u p   o n   o u r   y t   c h a n n e l .   k n i c k s   t k r  
r j   b a r r e t t   s c o r e d   2 1   p o i n t s ,   o n   5 7 %   s h o o t i n g   i n   t h e   k n i c k s   p r e s e a s o n   o p e n e r .   w h a t   d o   y o u   p r e d i c t   h e   d o e s   t o d a y ?
w h a t   a   b r a t   …   h a   p a p p a   h e e p o w   i s     l a   h e e p o w   f a n   a n d   h i s   b r a t   s o n   i s     n y   h e e p o w   f a n …   u g h   n f t   n f t s   🏀 🏀 🏀 n f t f a m i l y   a l g o n f t   a l g o f a m   k n i c k s   l a k e r s    
b u i l t   b y   n e w   y o r k   |   k n i c k s   7 5 t h   a n n i v e r s a r y 
   
 
   
 a t l a n t i c d i v i s i o n   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k e m b a w a l k e r   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   p a t r i c k e w i n g   r j b a r r e t t   t o m t h i b o d e a u  
o u t t a   t h i s   f c k i n g   w o r l d   .     w e m b a n y a m a   c o m e   o n   
 
     k n i c k s    
j o r d a n   p o o l e   p l a y   f o r   t h e   k n i c k s   n o   o n e ,   r e p e a t ,   n o   o n e   w i l l   p u n c h   y o u .  
w e m b a n y a m a   _ 3 2   i s   e x a c t l y   t h e   t y p e   o f   p l a y e r   i   c r e a t e d   i n   n b a   l i v e   2 0 0 0 ,   j u s   s a y i n ,   h o p e   h e   s t a y s   h e a l t h y ,   h u m b l e   a n d   l e v e l   h e a d e d !     n b a   j o r d a n   k o b e   l e b r o n   k n i c k s   l a k e r s   c e l t i c s  
  w i l l     g e t   m e a n i n g f u l   m i n u t e s ?   s o m e t i m e s ,   s e e m s   l i k e   t h i b s   m a k e s   d e c i s i o n   o f f   o f   f a v o r i t i s m   a n d   n o t   b a s k e t b a l l ,   j u s   s a y i n ,   h e ’ s   t h e   c o a c h ,   k n o w s   m o r e   t h a n   m e !   k n i c k s    
h i   e v e r y o n e ,   v i s a   p r o b l e m   w i t h   m y   g i r l f r i e n d ,   i m p o s s i b l e   t o   c o m e   t o   n y   t o n i g h t .   w e ' r e   s e l l i n g   t w o   t i c k e t s   t o   s e e   t h e   n y c   k n i c k s   v s   i n d i a n a   p a c e r s   p l a y o f f   g a m e .   a n y o n e   i n t e r e s t e d ?   🏀 
 b a s k e t b a l l   n b a   p l a y o f f s 2 0 2 2   k n i c k s   p a c e r s   n y c   m a d i s o n s q u a r e g a r d e n
( n e w   y o r k   p o s t ) : n y   k n i c k s   c o - o w n e r   s t a n d s   t o   r e a p   p a y d a y   f r o m   t w i t t e r - m u s k   d e a l   :   e l o n   m u s k ’ s   s u r p r i s e   o f f e r   t o   b u y   t w i t t e r   f o r   h i s   o r i g i n a l   p r i c e   o f   $ 4 4   b i l l i o n   f o l l o w e d   s h r e w d   m a n e u v e r s   b y   a   b o a r d   m e m b e r   w h o   —   i n   a d d i t i o n   t o   . .  
i t ’ s   a   b e a u t i f u l   d a y   f o r   k n i c k s   p r e s e a s o n   b a s k e t b a l l !   🧡 💙  
c a m   r e d d i s h   g e t s   a n o t h e r   s h o t .   w i l l   h e   t a k e   a d v a n t a g e   t h i s   t i m e ?   k n i c k s   |    
a s   i   s i t   h e r e   t h i n k i n g   a b o u t   l i f e ’ s   i m p o r t a n t   d e c i s i o n s   i   r e a l i z e   i   h a v e   n o t   s e e n   a n y   o f   m y   t e a m s   n y m e t s   n y j e t s   i s l e s   k n i c k s   w i n   a   t i t l e .   i m   g l a d   i   p a s s e d   o n   t h e   d i s a p p o i n t m e n t   t o   m y   k i d s .   l e t s g o m e t s   i s t h i s t h e y e a r
g i v i n g   o u t   a   p a i r   o f   t i c k e t s   f o r   t o n i g h t ’ s   k n i c k s   g a m e   o n   m y   i n s t a g r a m   p a g e !   h e a d   o v e r   t h e r e   n o w   f o r   a   c h a n c e   t o   w i n !
😂 🤣 😂   h o p e   a l l   i s   w e l l   c h r i s   w i t h   y o u   a n d   y o u r   f a m i l y ,   t y   f o r   t h e   g o o d   o l e   d a y s ,   w a s   f u n !   k n i c k s  
    i ’ l l   b e   i n   t h e   b u i l d i n g   t o n i g h t   r e p p i n g .   l e t ’ s   g o   k n i c k s  
( n e w   y o r k   p o s t ) : k n i c k s   j o i n   r e s t   o f   n b a   g u s h i n g   o v e r   t o p   d r a f t   p r o s p e c t   v i c t o r   w e m b a n y a m a   :   p l a y e r s   o n   t h e   k n i c k s   c e r t a i n l y   t o o k   n o t i c e   o f   t h e   p r o j e c t e d   n o .   1   o v e r a l l   p i c k   i n   t h e   2 0 2 3   d r a f t .   . .  
w h a t   e x a c t l y   d o e s   e v a n   f o u r n i e r   n e e d   r e s t   f r o m ? 
 k n i c k s   f r i d a y n i g h t k n i c k s
v e g a s   o d d s   f a v o r   t h e   k n i c k s   o v e r   t h e   p a c e r s ,   - 5 . 0  
j o r d a n p o o l e   y o u   b o u t   t o   g e t   a   b a g   💰   c o n t r a c t   e x t e n s i o n   w i t h   w a r r i o r s   o c t o b e r   1 7 t h   n b a f r e e a g e n c y   k n i c k s   a n d   t r a i l b l a z e r s   r e a d y   t o   s w i p e   💳   c a r d s   💳   a t   p o o l e   a l r e a d y   n b a t w i t t e r
d o n ’ t   t e l l   m e   m e d i a   d o e s n ’ t   w h i n e   a b o u t   t h e   k n i c k s ,   r e a c h i n g   f o r   w h a t ?   w h a t e v e r   d r a y m o n d   d i d   h a s   n o t h i n g   t o   d o   w i t h   n e w   y o r k ,   n a s t y   s m h  
i t ’ s   f u n n y   t h e   c o n c e r n   w a s   e v a n   a n d   b r u n s o n   d e f e n s i v e l y ,   b u t   w h e r e   i   a l w a y s   s e e   t h e   d i s c o n n e c t   i s   w h e n   e v a n   a n d   r a n d l e   h a v e   t o   s w i t c h ,   t u r n s   i n t o   a n   o p e n   l a n e … a l m o s t   e v e r y   t i m e   k n i c k s
l a t e s t   h o o p s   e p i s o d e   w i t h     ,   k   a v e ,     o n     t h e i r   k n i c k s   p r e s e a s o n   b a s k e t b a l l   a n d     n b a   n o r t h w e s t   & a m p ;   p a c i f i c   d i v i s i o n s   & g t ;     & l t ;   w o l v e s   t h u n d e r   j a z z   b l a z e r s   n u g g e t s   w a r r i o r s   c l i p p e r s   s u n s   k i n g s   l a k e r s     k n i c k s t a p e  
t h a n k   g o o d n e s s   t h e   k n i c k s   p l a y   t o n i g h t   i t ' l l   m a k e   m e   f o r g e t   a l l   a b o u t   t h e   r a y s
i t s   o v e r   f o r   m y   r a y s   i   d o n ' t   s e e   t h e m   w i n n i n g   t o m o r r o w   i   w i l l   n o w   f o c u s   o n   t h e   k n i c k s     p a t r i o t s   a n d   r a n g e r s
_ n e w y o r k   h e   h a d   t o   k e e p   p o s i t i v e   a t t i t u d e   a n d   n e v e r   w o u l d   s h o w   h o w   h e   w a s   d e v a s t a t e d   t o   b e   t r a d e d .   o n e   o f   t h e   c l a s s i e s t   p e o p l e   i n   n b a   h i s t o r y   a n d   v e r y   u n d e r r a t e d   i n   h i s t o r y .   t h i s   g u y   w a s   a n   a l l   t i m e   g r e a t   a n d   t h e   g r e a t e s t   k n i c k   o f   a l l   t i m e     t h e   b e s t   k n i c k s
i s   i q   s t a r t i n g   t o n i g h t ? ? ? ?   k n i c k s
t h e   k n i c k s   a n d   t h e   m e t s   w i l l   b o t h   b e   p l a y i n g   t o n i g h t   w h i c h   g a m e   a r e   y o u   g o i n g   t o   s e e   t o n i g h t   l g m   n e w y o r k f o r e v e r
h e ’ s   s o   i m p o r t a n t   t o   o u r   t e a m .   n e w y o r k f o r e v e r   k n i c k s  
c e l e b r i t i e s   w a t c h i n g   t h e   k n i c k s   i n   2 0 1 8 
 ( r e g i n a   k i n g ,   h u g h   j a c k m a n ,   e l l e n   p o m p e o )  
i   h a v e   n o   d o u b t !   😂 k n i c k s  
t o n i g h t ,   w e ' l l   b e   s t r e a m i n g   o u r   f i r s t   n b a   g a m e   o f   t h e   s e a s o n   t o n i g h t   a s   t h e   p a c e r s   t a k e   o n   t h e   k n i c k s   a t   m s g !   w e ' l l   b e   l i v e   a t   7 : 2 5   p m   f o r   p r e g a m e   d i s c u s s i o n   a n d   t h o u g h t s   b e f o r e   t i p - o f f   a t   7 : 4 0 !   s e e   y a   g u y s   t h e n ! 
 n e w y o r k f o r e v e r   

m i t c h e l l   r o b i n s o n   o n   a d d i n g   c r o s s o v e r s   t o   h i s   g a m e :   " i   g o t t a   d o   s o m e t h i n g ,   i t ' s   a b o u t   t o   b e   y e a r   5 " .   k n i c k s   t k r  
c a m   r e d d i s h :   a v a i l a b l e 
 
 e v a n   f o u r n i e r :   o u t 
 
 q u e n t i n   g r i m e s :   o u t 
 
 🗣   l e t ' s   g o   c a m   💯 😂 💪 🏽   k n i c k s  
d r i   f i t   s h i r t s 
 k n i c k s   k n i c k s t a p e   k n i c k s n a t i o n   k n i c k s b a s k e t b a l l   k n i c k s m e m e s   k n i c k s w a y   n y k n i c k s   k n i c k s g a m e   k n i c k s a l l d a y   k n i c k s 4 l i f e   k n i c k s f a m i l y   k n i c k s j e r s e y   k n i c k s w i n   l a k e r s   l a k e r s n a t i o n   l a k e r s b a s k e t b a l l   l a k e r s g a m e   l a k e r s a l l d a y   l a k e r s 4 l i f e   l a k e r s j e r s e y  
w h a t   d o   w e   l i k e   k n i c k s   t w i t t e r ?  
    
 
 j e r e m y ,   i ' m   k n i c k s   f a n   s i n c e   1 9 6 8 ,   i   c a n ' t   b e g i n   t o   s a y   h o w   m u c h   f u n / e x c i t e m e n t   y o u   g a v e   m e ,   y o u   w e r e   u n b e l i e v a b l e ,   i   w a s   n o t   h a p p y   y o u   d i d n ' t   s t a y   f o r   m a n y   y e a r s .   g o o d   l u c k   n   g o d   b l e s s   y o u   i n   y o u r   e n d e a v o r s   n   t y v m u c h !   🥰   t y   t o   b o t h   f o r   d o i n g   t h i s   i n t e r v i e w !
i ’ d   t r a d e   j u l i u s   f o r   d r a y m o n d   w i t h i n   m i l l i s e c o n d s   b t w     k n i c k s
h e   a i n ' t   l y i n g   🤣   k n i c k s    
h a h a h a   _ n b a   ‘ b l o o d   i n   t h e   g a r d e n ’   g a v e   s o m e   i n s i g h t   i n t o   t h a t   k n i c k s  
i   g o t   o n e   s i n g l e   t i c k e t   t o   g i v e   o u t   f o r   t o n i g h t ’ s   k n i c k s   p r e s e a s o n   g a m e   a t   t h e   g a r d e n !   
 
 t w e e t   m e   a n d   m a k e   m e   l a u g h .   t h e   b e s t   o n e   b y   2 p m   i ’ l l   h o o k   u p !
🔥   t a k e s   f o r   t o n i g h t ? 
 
 p u t   t h e m   d o w n   b e l o w !   k n i c k s
l e s s   t h a n   2   w e e k s   a w a y   f r o m   k n i c k s   s z n   a n d   w i f e y   m a d e   t h i s   f o r   o u r   b a b y   l f g   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   t e a c h i n g   h i m   h o w   t o   b e   d i s a p p o i n t e d   l o l  
m y   r e a d   o n   t h e   n e w   y o r k   k n i c k s '   d e p t h   c h a r t   f o r   f a n t a s y :   
 
 p g   j a l e n   b r u n s o n 
 s g   e v a n   f o u r n i e r 
 s f   r . j .   b a r r e t t 
 p f   j u l i u s   r a n d l e 
 c   m i t c h e l l   r o b i n s o n 
 6   d e r r i c k   r o s e 
 7   o b i   t o p p i n 
 8   i s a i a h   h a r t e n s t e i n 
 9   q u i c k l e y 
 1 0   q u e n t i n   g r i m e s   ( i n j u r e d ) 
 
 k n i c k s     n b a   f a n t a s y   n b a 2 k 2 3  
t h e   o n l y   a c c e p t a b l e   p e o p l e   f o r   t h i b s   t o   s t a r t   i n s t e a d   o f   c a m   w o u l d   b e   r o s e   o r   q u i c k .   i f   h e   r u n s   o u t   d e u c e   o r   s o m e   o b i / r a n d l e   o r   r a n d l e / h a r t e n s t e i n   c o m b o ,   c a m   n e e d s   t o   p a c k   h i s   b a g s .     k n i c k s
l e t ’ s   m a k e   t h i s   h a p p e n   k n i c k s   p o o l e   n b a   🏀  
j   e l l i s   t h e   h a r d e s t   w o r k i n g   m a n   i n   t h e   k n i c k s - v e r s e .   w h a t   a n   h o n o r   t o   s h a r e   t h e   s t a g e   w i t h   t h e     a n d     t o   t a l k   k n i c k s  
c a m   g o o d   t o   g o   i s   a   g o o d   s i g n .   h e   n e e d s   t h e   m i n u t e s .   w e ' v e   g o t   t h e   g a m e   t o n i g h t   o n     s t a r t i n g   a t   7 : 3 0   p m .   s e e   y o u   o n   t h e   p o s t g a m e !   k n i c k s  
i   i n i t i a l l y   t h o u g h t   t h a t   r e d d i s h   w o u l d   b e   o u t   b u t   h i s   a n k l e   s e e m s   t o   b e   b e t t e r .   i t ' s   h i s   t i m e   t o   s h i n e .   h e ' s   a   n i c e   f i t   n e x t   t o   r j .   k n i c k s  
y a l l   r e a l l y   s u r e   y a l l   w a n t   t o   s h o w   l o v e   t o   t h i s   s n a k e   j e r e m y   l i n   k n i c k s   f a n s   ? ? ? ? ? ?  
a l r i g h t   c a m ,   y o u   h a v e   t o   s t a r t !   e f   i s   o u t !   t h i s .   i s .   y o u r .   c h a n c e !   k n i c k s   t k r   l g k  
s o   g o   w i t h   t h e   j a l e n / i q   d u o   a t   t h e   g u a r d   p o s i t i o n s   o r   g o   w i t h   t h e   j a l e n / r j / c a m / r a n d l e / m i t c h   l i n e u p ? 
 
 d e c i s i o n s . . . . . 
 
 k n i c k s   n e w y o r k f o r e v e r   w e h e r e  
b o m b !   c a m   w i l l   p l a y   t o n i g h t !   k n i c k s  
l o o k   a t   t h i s   b s   l m a o o o o o   m a n   o h   m a n   m r   n a r r a t i v e   & a m p ;     f r a n k   /   l i n   l o v e r   d u d e   i s   h i l a r i o u s   g u e s s   w h o   h e   w o n ' t   e v e r   t r y   t o   d o   a   i n t e r v i e w   w i t h   c a n   a n y   k n i c k s   f a n   g u e s s   w h a t   p l a y e r   h e   w o n ' t   d a r e   t r y   t o   i n t e r v i e w ?   l o l  
w o u l d   d r a y m o n d   h a v e   p u n c h e d   j u l i u s   i n   p r a c t i c e   l a s t   s e a s o n ?   k n i c k s   w a r r i o r s
" w h a t   h e   d i d   w a s   s e t   a   t o n e ,   b u t   i t   w a s   a   p h y s i c a l   t o n e . "   a l a n   h a h n   o n   j a l e n   b r u n s o n ' s   m s g   d e b u t .   b r u n s o n   & a m p ;   t h e   k n i c k s   w i l l   b e   b a c k   i n   a c t i o n   t o n i g h t   a g a i n s t   t h e   p a c e r s !   k n i c k s   t k r      
g e n e r a t i o n a l   t a l e n t   v i c t o r   w e m b a n y a m a -   
 n u m b e r   o f     t e a m s   w i l l   t a n k   f o r   h i m 
 
 n b a   k n i c k s   l a k e r s   
 

1 9 8 8   & a m p ;   1 9 8 9   f l e e r   p a t r i c k   e w i n g   b a s k e t b a l l   c a r d s   b a s k e t b a l l   s p o r t s c a r d s f o r s a l e     k n i c k s  
t h e   k n i c k s   w i l l   p l a y   t h e i r   s e c o n d   p r e s e a s o n   g a m e   t o n i g h t   v e r s u s   t h e   i n d i a n a   p a c e r s .     s a y s   i n d i a n a ’ s   f i r s t   w i n   i s   f a r   l e s s   i m p r e s s i v e . 
 
 t h i s   a n d   m o r e   i n   t h e   t h e   p r e v i e w   f o r   t o n i g h t . 
 

j u l i u s   r a n d l e ,   c a m   r e d d i s h ,   a n d   a   p r o t e c t e d   1 s t   f o r   d r a y m o n d   g r e e n .   k n i c k s   w a r r i o r s
i t ’ s   g a m e d a y ! 
 
 ⚔ ️ i n d i a n a   p a c e r s   
 ⏰ 7 : 3 0   p m   e s t 
 📺 m s g   n e t w o r k s 
 
 l e t ’ s   g o   k n i c k s !  
c o c a i n e   i s   a   h e l l u v a   d r u g   & a m p ;   i   s t a n d   b y   m y   s t a t e m e n t   t h a t   i f   t h e   k n i c k s   w i n   t h e   c h a m p i o n s h i p   w h e n e v e r   t h a t v u s   i ' m   d o i n g   t h i s   d a n c e   l i v e   p r o b a b l y   o n   3 4 t h   s t r e e t   m i d d l e   o f   t h e   s t r e e t   l m a o o o o o  
t h e m e   m u s i c .   🎶   k n i c k s   n e w   y o r k .  
t h i s   t h e   a n t h e m   k n i c k s  
t e a m s   i ’ d   e x p e c t   t o   g o   f o r   a   t o p   2   p i c k   i n   t h e   n b a   d r a f t   
 
 t e a m s   a l r e a d y   d o i n g   i t : 
 j a z z 
 s p u r s 
 t h u n d e r   ( t h e y   h a v e   a   b i l l i o n   p i c k s ) 
 
 t e a m s   t h a t   s h o u l d   1 0 0 %   g o   a l l   i n 
 k n i c k s   
 k i n g s 
 m a g i c   
 
 t h e r e   w i l l   b e   a   t o n   o f   t e a m s   h a l f   w a y   t h r o u g h   g o   i n   f i r e   s a l e s   m o d e   a t   t r a d e   d e a d l i n e  
      n o b o d y   b u t   s a d   k n i c k s   f a n s   r e m e m b e r   t h a t   l o l
w e m b a n y a m a   c o m e   o n   
 
       b e   a   b a d d d d   y e a r   f o r   t a n k i n g   🫣 .     k n i c k s  
n e w   v i d e o   t o   w a t c h : 
 
 " t o m   t h i b o d e a u   |   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e "   
 
 c r e a t o r :     n e w   y o r k   k n i c k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " m i t c h e l l   r o b i n s o n   |   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e "   
 
 c r e a t o r :     n e w   y o r k   k n i c k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
  w o k e   u p .     g o t t a   j o b …   a n d   i t ’ s   f r i d a y .     k n i c k s   p l a y   t o n i g h t .
n e w   v i d e o   t o   w a t c h : 
 
 " i s a i a h   h a r t e n s t e i n   c o u l d   b e   t h e   x - f a c t o r   f o r   t h e   k n i c k s   s u c c e s s "   
 
 c r e a t o r :     k n i c k s   n a t i o n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
m e   w h e n   h e a r i n g   t h e   k n i c k s   p l a y   t o n i g h t  
n e w   q u a l i t y p u r c h a s e .   r e a d y   f o r   f r i d a y n i g h t k n i c k s   n e w y o r k f o r e v e r   k n i c k s   k n i c k s w a l l   k n i c k s t a p e   k c d a   k n i c k s t w i t t e r   g o n e w y o r k g o n e w y o r k g o   ⁦ ⁩  
i f   y o u   d o n ’ t   h a v e   p l a n s   t o m o r r o w   p u l l   u p   t o   t h e   r u c k e r   f o r   t h i s   a w e s o m e   k n i c k s   c e l e b /   a l u m n i   g a m e !   
 
 i ’ l l   b e   p l a y i n g !   
 
 h o p e   t o   s e e   y o u   t h e r e ! !   🧡 💙  
g o o d   m o r n i n g   t w e e p s   i t ’ s   g a m e   d a y   k n i c k s
w a r r i o r s   a r e   f a l l i n g   a p a r t .   k n i c k s   i n   s i x .
o b i   t o p p i n   s h o u l d n ’ t   e x p e c t   m a j o r   m i n u t e s   w i t h   t h e   k n i c k s     s h o u l d n t
_ n e w y o r k   w e   a r e   e v e r y w h e r e   k n i c k s
l o v e   t h a t   “ e n t e r g a l a c t i c ”   o n   n e t f l i x   s h o w s   s o m e   l o v e   t o   m i n n i e   r i p e r t o n   a n d   t h e   k n i c k s !   k n i c k s   m i n n i e r i p e r t o n
t h e   k n i c k s   n e e d   a n   i d e n t i t y   c h a n g e ,   t h i s   c o u l d   h e l p   k n i c k s   n b a   
 

[ b e g l e y ]   q u e n t i n   g r i m e s   ( f o o t )   a n d   c a m   r e d d i s h   ( a n k l e )   a r e   o u t   t o m o r r o w ,   t o m   t h i b o d e a u   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
[ v i d e o ]   a   d e e p e r   l o o k   o f   h o w   j a l e n   b r u n s o n   f i t s   i n t o   t h e   k n i c k s   & a m p ;   h i s   p e r f o r m a n c e s   i n   g a m e s   w i t h   n o   l u k a   l a s t   s e a s o n   k n i c k s   m t a   n e w y o r k f o r e v e r 
  
g e t   t i c k e t s   n o w   a n d   g o   s e e   n b a   p r e s e a s o n :   n e w   y o r k   k n i c k s   v s .   i n d i a n a   p a c e r s   a t   m a d i s o n   s q u a r e   g a r d e n   i n   m a n h a t t a n   t o n i g h t   a t   7 : 3 0 p m . 
 
 k n i c k s   n e w y o r k c i t y 

i m a   f a n   o f   t h e   k n i c k s  
k n i c k s   r j   b a r r e t t   c l a p s   b a c k   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   k n i c k s h i g h l i g h t s   k n i c k s r j b a r r e t t   n e w y o r k k n i c k s   n e w y o r k k n i c k s h i g h l i g h t s   n e w y o r k k n i c k s r j b a r r e t t   n e w y o r k k n i c k s r j b a r r e t t h i g h l i g h t s   n y k n i c k s   r j b a r r e t t   r j b a r r e t t b e s t p l a y s  
e p   1 7 8   o n   t h e   ⁦ ⁩ .   t a l k i n g   n y m e t s   c h o k e ,   h u g e   w i n   i n   w e e k   4   f o r   t h e   n y j e t s   & a m p ;   m o r e   n f l   t h o u g h t s .     t h e n   ⁦ ⁩   c o m e s   o n   f o r   a   k n i c k s   t h e r a p y   s e s s i o n    
      _ k n i c k s p r   i t   w o u l d   b   w i s e   f o r   u s   t o   s i g n     l e t ’ s   g o   k n i c k s   w e   n e e d   t h a t   s m a l l   f o r w a r d   p o s i t i o n   w i t h   c a m   n   g r i m e s   i n j u r i e s
n e w   y o r k   c i t y !   t h i s   i s   o u r   p g !   
 t h e   k n i c k s   p l a y   b a s k e t b a l l   t o n i g h t !   g e t   e x c i t e d !   t k r    
o h   y o u   d i d n t   k n o w ?   y o   a s s   b e t t e r   c a l l   s o m e b o d y y y y !   k n i c k s   p l a y   t o n i g h t ! !   k n i c k s   n e w y o r k f o r e v e r  
k n i c k s   w i n   t o t a l   g u e s s t i m a t e   f o r   2 2 / 2 3   s e a s o n   s h o u l d   b e   h i g h e r .   s o o o   m a n y   t e a m s   w i l l   b e   g o i n g   f o r   l o t t e r y   a s   t h e y   t a n k   h u g e   a s   s e a s o n   g o e s   o n .   w h y   b e   a   8 t h / 9 t h / 1 0 t h   s e e d ?   s t u p i d   a c t u a l l y !   
 
     _      
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   v s   p a c e r s   p r e s e a s o n   g a m e   p r e v i e w "   
 
 c r e a t o r :     c l u t c h   b b a l l   t v 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
i   f e e l   s a d / b u m m e d   a b o u t   o u r   k n i c k s   a f t e r   a n o t h e r   v i c t o r w   o u t i n g .   2 0 2 3   d r a f t   w i s e ,   w e ' l l   b e   8 t h   t o   1 5 t h   r a n g e ,   j u s t   a   s h a m e .   a n y w a y ,   j u s t   s u c k s   n o t   g o i n g   f o r   t h e   m o r e   r e a l i s t i c   b i g   p r i z e   v i c t o r w   v s   a   r i n g   2 2 / 2 3   s e a s o n .   s o r r y . . . . 
 
  
  ,   k   a v e ,     o n   k n i c k s   p r e s e a s o n   b a s k e t b a l l   a n d     n b a   n o r t h w e s t   & a m p ;   p a c i f i c   d i v i s i o n s   & g t ;     & l t ;   w o l v e s   t h u n d e r   j a z z   b l a z e r s   n u g g e t s   w a r r i o r s   c l i p p e r s   s u n s   k i n g s   l a k e r s  
i   w i s h   t h e   k n i c k s   p l a y e d   e v e r y d a y … g a m e   d a y ! ! !   l f g ! ! !   🚀 🚀 🚀    
h o l d   o n   y ' a l l !   i ' m   w o r k i n g   o n   g e t t i n g   b a c k .   
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s a l l d a y   k n i c k s n e w s   k n i c k s w i n   n y c   m s g   t h e g a r d e n   k n i c k s w o r l d   n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k   
  
n e w   y o r k   k n i c k s   l o o k   d o m i n a n t   i n   f i r s t   p r e s e a s o n   g a m e 
 
 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   f e a r t h e d e e r   m i l w a u k e e   b u c k s   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a y o u n g b o y   n b a 2 k   n b a t w i t t e r   l a k e s h o w   b l e e d g r e e n   g o s p u r s g o   w e t h e n o r t h
s m h ,   d o n ' t   k n o w   w h y   e v e r y   t e a m   i n   b o t t o m   h a l f   o f   n b a   i s n ' t   g o i n g   t o   t a n k   f o r   a   s h o t   a t   v i c t o r   w e m b a n y a m a ,   u n s t o p p a b l e ,   w i s h   o u r   k n i c k s   w e r e ,   g u y   m a k e s   m e   d r o o l ,   a c t u a l l y   s h o u l d   b e   b a n n e d   f r o m   n b a ,   u n f a i r .    
s m h ,   d o n ' t   k n o w   w h y   e v e r y   t e a m   i n   b o t t o m   h a l f   o f   n b a   i s n ' t   g o i n g   t o   t a n k   f o r   a   s h o t   a t   v i c t o r   w e m b a n y a m a . . . u n s t o p p a b l e . . . w i s h   m y   k n i c k s   w e r e ,   g u y   m a k e s   m e   d r o o l ,   a c t u a l l y   s h o u l d   b e   b a n n e d   f r o m   n b a ,   u n f a i r . . . .  
g o o d   m o r n i n g !   g i v e   t h a n k s   k n i c k s   p l a y   t o d a y !
😂   h a r d   t o   a r g u e ,   t h i s   w o u l d   b e   m y   w i s h ,   u n l o a d   v e t s   a n d   p l a y   y o u n g   g u y s   a n d   l e t   c h i p s   f a l l   w h e r e   t h e y   m a y ,   g o o d   o r   b a d . . . . . .   k n i c k s     
 
           _      
      l i n   w a s   s u p e r   o v e r r a t e d ,   u n f o r t u n a t e l y   h e   d o e s n ’ t   r e a l i z e   h i s   s k i l l   s e t   i s   t h e   r e a s o n   h e   d i d n ’ t   s u c c e e d   f u r t h e r !   n b a     h e   r a n   t o     f o r   t h e   b a g ,   a n d   t h a t ’ s   t h a t !   k n i c k s  
t h e   n e w   y o r k   k n i c k s   p l a y   b a s k e t b a l l   t o n i g h t   🔥  
y e s   h e   i s . . . .   k n i c k s  
o k ,   l e t ' s   w a t c h   t h i s   😀 k n i c k s  
    t h i s   i s   r e a c h i n g .   h e s   r i g h t ,   k n i c k s   a r e   i n   a   g r e a t   s p o t .   t h a t   t a n k i n g   n o n s e n s e   i s   r i s k y ,   i t ' s   l i k e   w i n n i n g   1 7   g a m e s   f o r   z i o n   o r   m o r a n t   b u t   e n d i n g   u p   w i t h   r j   b a r r e t t .
k i l l i n g   t w i t c h   s t r e a m e r s   i n   t h e   m i d r a n g e   w /   s t e p - b a c k s   c a u s e   i ’ m   a   o l d   n i g g a   😂   k n i c k s   n b a 2 k 2 3   p s 5    
b r o n c o s   c o u n t r y .   l e t s   r i d e e e 
 s t i c k   t o   d a   k n i c k s  
r i p   d r a z e n   p e t r o v i c   🙏   h e   w a s   a   g r e a t   p l a y e r .   o n e   o f   m y   f a v o r i t e s .   a n d   i ' m   a   k n i c k s   f a n .   n b a   j a m ,   p i c k   t h e   n e t s   w i t h   h i m   a n d   k e n n y   a n d e r s o n   o m g .  
      _ l i f e r s   _ n y _ b   t h i s   i s   t h e   g u y   -   n o t   s p i d a   - - -   i   w o u l d   h a v e   p a i d   f o r   t o   b r i n g   t o   t h e   k n i c k s   - -   l o o k   a t   t h e s e   n u m b e r s 

w h e n   y o u   c o a c h   t h e   k n i c k s   a n d   y o u r   t e a m   g e t s   i n t o   a   f i g h t   w i t h   t h e   h e a t   
 
 n b a   c a t s 

n e w   j o i n t   i s   u p . 
 
 k n i c k s   n y k   n y k n i c k s   n e w y o r k   
 p i s t o n s   p a c e r s   v i c t o r w e m b a n y a m a   
 n b a   p r e s e a s o n   
 
           _ 3 2   
 

i f   y o u   t h i n k   w e ' r e   c r a z y   n o w ,   w a i t   u n t i l   t h e   p r e s e a s o n ! 🏀 
 
 n b a   n b a p r e s e a s o n   p r e s e a s o n   k n i c k s   n y k n i c k s   n y c   b a s k e t b a l l  
    w o r d .   w h e r e   e l s e   w e r e   t h e y   g o n n a   s h i n e   t h e y   w a y   t h e y   d i d ?     o n e   t h i n g   a b o u t   k n i c k s   f a n s   -   i f   y o u   s h o w   u p   f o r   u s   w e   g o n n a   g i v e   y o u   m a d   f l o w e r s .
  w o r k   o n   y o u r   j u m p e r   c o m i n g   o f f   s c r e e n s   —   e s p e c i a l l y   w h e n   c o m i n g   o f f   t h e   r i g h t   s i d e ,   y o u r   l e a d   f o o t   p l a c e m e n t   i s   q u e s t i o n a b l e   a f f e c t i n g   t h e   h e i g h t   l f   y o u r   j u m p   s h o t .   y o u r   t i m e   o n   t h e   c o u r t   i s   d i r e c t l y   r e l a t e d   t o   y o u r   s h o o t i n g   y o u n g   m a n .   a n d 1 p o d c a s t   k n i c k s
j a   m o r a n t   h i l a r i o u s l y   d i s r e s p e c t e d   i n   2 0 2 2 - 2 3   n b a   g m   s u r v e y 
 
 
 
 n b a   m e m p h i s   g r i z z l i e s   g r i n d c i t y   g o s p u r s g o   s p u r s   s a n a n t o n i o   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   n b a 2 k 2 3   n b a 2 k   n b a i n a b u d h a b i   n b a t w i t t e r   l a k e s h o w   l a k e r s   l o s a n g e l e s   b u l l s n a t i o n   m f f l
d e s p i t e   " l o s t   c o n f i d e n c e " ,   d e r o z a n ' s   t i m e   w i t h   t h e   s p u r s   w a s   v a l u a b l e 
 
 
 
 n b a   g o s p u r s g o   s p u r s   s a n a n t o n i o   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   n b a 2 k 2 3   n b a 2 k   n b a i n a b u d h a b i   n b a t w i t t e r   l a k e s h o w   l a k e r s   l o s a n g e l e s   b u l l s n a t i o n   m f f l   d a l l a s   m a v e r i c k s
j a l e n   b r u n s o n ' s   e p i c   k n i c k s   d e b u t   s h o u l d   h e l p   s i l e n c e   o v e r p a i d   c r i t i c s 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   n b a 2 k 2 3   n b a 2 k   n b a i n a b u d h a b i   n b a t w i t t e r   l a k e s h o w   l a k e r s   l o s a n g e l e s   b u l l s n a t i o n   m f f l   d a l l a s   m a v e r i c k s   b r o o k l y n t o g e t h e r     n e t s   j a z z
s t u n n i n g l y   s i m p l e   k n i c k s   🏀    
    _ _ w a r   _                       _ 1 9 1 4     @ _ a n g e l f r m p h i l l y   _ d u d e   _ j _ d _ m   @ _ k n i c k s 1 6 8 8   _ m a c       _ s t e v e n       _ 2 2     _ _                 @ _ b i l l y h o y l e o f n j                           t h i s   i s   w h a t   s o s a   i s   t a l k i n g   a b o u t   t h e   a n s w e r   s h o u l d   b e   s o   d a m   e a s y   f o r   t h e   k n i c k s   u n f o r t u n a t e l y   s e l l i n g   s e a t s   i s   m o r e   i m p e r a t i v e   t h a n   t h e   f u t u r e . . . 
 k n i c k s  
[ k a t z ]   m i t c h e l l   r o b i n s o n   o n   w h y   h e   t r i e d   t o   a d d   s o m e   p o s t   m o v e s   o v e r   t h e   s u m m e r :   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
n e w   y o r k ’ s   m o s t   p o p u l a r   s p o r t s   t e a m s   & g t ;     n e w y o r k   j e t s   g i a n t s   r a n g e r s   i s l a n d e r s   k n i c k s   n e t s   s a b r e s   b i l l s   m e t s   y a n k e e s
k i d s   a r e   r e a d y   f o r   t h e   s e a s o n   k n i c k s  
p o s t s p o r t s p l u s :   w h a t   t h e   k n i c k s ’   p r e s e a s o n   o p e n e r   s a i d   a b o u t   t h e i r   m o t i v a t i o n ,   a n d   p o t e n t i a l    
p o s t s p o r t s p l u s :   w h a t   t h e   k n i c k s ’   p r e s e a s o n   o p e n e r   s a i d   a b o u t   t h e i r   m o t i v a t i o n ,   a n d   p o t e n t i a l    
i ’ m   a c t u a l l y   a   b i g   f a n   o f   t h e   j u l i u s   r a n d l e   s p i n   m o v e   i n t o   4   d e f e n d e r s   t h i s   y e a r   k n i c k s  
m a n   t h i s   m a d e   m e   e m o t i o n a l   a g a i n . .   d e f i n i t e l y   o n e   o f   m y   t o p   g a r d e n   m e m o r i e s . .   s t i l l   h o p e   m e l o   c o m e s   h o m e   t h i s   s e a s o n   k n i c k s   s t a y m e 7 o  
" k n i c k s   d i d   f u l l   s o n g     w o r l d   p r e m i e r e   🔥   j   b o o g i e   d a   c l o s e r     k n i c k s   j b o o g i e   4 o u r t h e l o v e o f t h e g a m e "   o n   y o u t u b e   -  
_ _ w a r                       _         _ 1 9 1 4     @ _ a n g e l f r m p h i l l y   _ d u d e   _ j _ d _ m   @ _ k n i c k s 1 6 8 8   _ m a c       _ s t e v e n       _ 2 2     _ _               @ _ b i l l y h o y l e o f n j                           3 r d   y o u n g e s t   s q u a d   ( 8   1 s t   r d   p k s )   w i t h   2   p l a y e r s   o v e r   3 0 y r s - o l d   & a m p ;   y o u ' r e   c o n f u s e d   o n   t h e   d i r e c t i o n   ⬇ ️ ⬆ ️ . . . . . . . ? ? ? ? ? ? ? ? ? ? ? ! ! ! ! ! ! 
 
 s t o p   w a t c h i n g   b - b a l l   🔥 
 k n i c k s 🏀 💯  
t h i s   a l e x   d u d e   a l l   h e   d o e s   i s   t a l k   s h i t   a b o u t   t h e   k n i c k s   y e t   h e   c a l l s   h i m s e l f   a   f a n .   w t f   e v e r y   o t h e r   t w e e t   i s   t a l k i n g   s h i t .   s u c k   i t   u p   e n j o y   i t   a n d   w a t c h   i t   s h u t   u p .   
 l l o r ó n  
  t h i s   i s   n o t   a   k n i c k s   p o s t
t h i s   i s   n o t   a   k n i c k s   p o s t  
p o s t s p o r t s p l u s :   w h a t   t h e   k n i c k s ’   p r e s e a s o n   o p e n e r   s a i d   a b o u t   t h e i r   m o t i v a t i o n ,   a n d   p o t e n t i a l    
j e t s   m e t s   k n i c k s   a s   l i f e   l o n g   f a n   i m   u s e d   t o   s u f f e r i n g   ,   b e i n g   b l i n d s i d e d   a n d   i n   g e n e r a l   b e   c o m p l e t e l y   e m b a r r a s s e d   o n   n a t i o n a l   t v .   $ t g g i   w a s   s t i l l   h a r d   t o d a y   😳
k n i c k s   d o   w h a t   y o u   d o   b e s t   i n   2 0 2 2 / 2 3   t a n k   f o r   
 
 v i c t o r   w e m b a n y a m a
t h a n k s   f o r   t h e   l o v e     e n t e r g a l a t i c   k n i c k s  
t h a n k   y o u .   i   w a s   a t   s e v e r a l   g a m e s   d u r i n g   6 9 - 7 0 .   y o u n g s t e r s   h a v e   n o   i d e a   h o w   g o o d   t h o s e   2   c h a m p i o n s h i p   t e a m s   w e r e .   m a n y   d o n ’ t   e v e n   k n o w   w h o   p l a y e r s   l i k e   d i c k   b a r n e t t   a r e ,   w h i c h   i s   a   s h a m e .   b u t   w e   a l l   l o v e   o u r   k n i c k s   ❤ ️  
p o s t s p o r t s p l u s :   w h a t   t h e   k n i c k s ’   p r e s e a s o n   o p e n e r   s a i d   a b o u t   t h e i r   m o t i v a t i o n ,   a n d   p o t e n t i a l    
t a k e f l i g h t     l g m     k n i c k s   
 
 f o l l o w   a l o n g   w i t h   t h e   n e w   y o r k   s p o r t s   t e a m s   i n   t h e   a r m c h a i r   s p o r t s   u n i v e r s e !   t h e   m o s t   r e a l i s t i c   s i m u l a t i o n   s p o r t s   l e a g u e s   e v e r .   i t ' s   d y n a s t y   f a n t a s y   s p o r t s   b u t   s i m u l a t e d   w i t h   v i d e o   g a m e s .   l i n k   t o   d i s c o r d   s e r v e r   i n   b i o .  
1 3   d a y s   a w a y   f r o m   k n i c k s   o p e n i n g   n i g h t !   o n l y   r i g h t   t o   f e a t u r e   1 3   e v a n   f o u r n i e r ! 
 
 h e r e ’ s   a   l i t t l e   s n e a k   p e e k   o f   t h e   v i d e o   o p e n   w e   s h o t   w i t h   t h e   k n i c k s   o n   n b a m e d i a d a y !   n e w y o r k f o r e v e r  
i f   r j   b a r r e t t   b e c o m e s   a n   a l l - s t a r   t h i s   s e a s o n ,   h o w   a b o u t   r j ,   t o p p i n ,   g r i m e s ,   a n d   7   f i r s t - r o u n d   p i c k s   f o r   w e m b a n y a m a ?   😂   k n i c k s
s p o r t s t r a d i n g c a r d s   s p o r t s c a r d s   t r a d i n g c a r d s   b a s k e t b a l l c a r d s   t h e h o b b y   n b a   n b a t w i t t e r   n b a p r e s e a s o n   k n i c k s   n y k n i c k s   p r i z m   
 c h e c k   o u t   2 0 2 0 - 2 1   c l e a r l y   d o n r u s s   r a t e d   r o o k i e   i m m a n u e l   q u i c k l e y   a u t o   h g a   9 . 5   g e m   m i n t     e b a y   v i a  
“ n o t   e v e r y o n e   w h o   c a m e   t o   w a t c h   y o u   p l a y   i s   t h e r e   t o   c h e e r   f o r   y o u . ”   ~ t h e   m i n d g a m e 
 
 s t a y f o c u s e d   🤓 
 
 t h e m i n d g a m e   
 m e n t a l p e r f o r m a n c e   k o b e   s p i k e l e e   l a k e r s   k n i c k s   s p o r t p s y c h o l o g y  
        y o u r e   b o t h   r i g h t   b u t   i   r e c a l l   t h e y   h a d   a   d e a l   a n d   l i n   w e n t   b a c k   t o   m o r e y   a n d   h o u   a d d e d   t h a t   e x t r a   y e a r   “ p o i s o n   p i l l ”   w h i c h   t h e   k n i c k s   c o u l d   n o t   m a t c h   b c   o f   t h e   c b a … s o   l i n   l e f t .   i t   w a s   a   s h a d y   m o v e   b y   l i n   i m o …
m o r e   r o u g h   t i m e s   a h e a d   k n i c k s   f a n s .   
 d o l a n   i s n ' t   s e l l i n g   😟 

k n i c k s   n e e d   t o   s h o c k i n g l y   w i n   t h e   d r a f t   n e x t   y e a r   l i k e   t h e y   d i d   w i t h   p a t r i c k   e w i n g   s o   m a n y   y e a r s   a g o .   n o   f r a n c h i s e   d e s e r v e s   s o m e t h i n g   s h o c k i n g   a n d   w o n d e r f u l   m o r e   t h e n   t h e   c l u b   i n   ! ! !  
c a n   t h e   k n i c k s   p l e a s e   t a n k   f o r   v i c t o r   w e m b a n y a m a ? ! ?   o h   m y   g o d   t h i s   k i d   i s   s o   p h e n o m e n a l   
 k n i c k s   v i c t o r w e m b a n y a m a
i   n e e d   t o   c a m   r e d d i s h   p l a y   m o r e   m i n u t e s   a n d   e v e n t u a l l y   m a k e   i t   i n t o   t h e   r o t a t i o n .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a  
f o r g o t t e n   s t a r s : 
 
 m i k e   b i b b y   w a s   a   v e r y   s o l i d   p o i n t   g u a r d   d u r i n g   h i s   p l a y i n g   d a y s   💪 
 
 1 9 9 9   a l l - r o o k i e   f i r s t   t e a m 
 1 4   n b a   s e a s o n s 
 
 1 4 . 7   p p g 
 3 . 1   r p g 
 5 . 5   a p g 
 1 . 2   s p g 
 1 . 5   3 p m 
 4 3 . 6   f g % 
 8 0 . 2   f t % 
 3 3 . 9   m p g 
 
 k i n g s   k n i c k s   h a w k s   g r i z z l i e s   h e a t   n b a  
h o n e s t l y   t h e   k n i c k s   c o u l d   w i n   4 5 +   g a m e s   t h i s   s e a s o n   w i t h   t h e   a m o u n t   o f   t e a m s   t h a t   a r e   g o n n a   b e   t a n k i n g   f o r   t h i s   m a n   😭  
i   c a n t   w a t c h   v i c t o r   p l a y   t o d a y   t h e n   w a t c h   r a n d l e   t o m o r r o w . . . i   c a n t . . . . i   c a n t !   😫   k n i c k s
a l l   r i s e   f o r   6 2 !   a a r o n j u d g e   a n d   n e w   y o r k   k n i c k s   b a s k e t b a l l .     r e p o r t s   o n   .     l i n k :     m e e t t h e m a t t s   g o o g l e a l e r t s   m l b p l a y o f f s   n b a
k n i c k s   n e w s   & a m p ;   r u m o r s   
 
 k n i c k s   s c o u t i n g   v i c t o r   w e m b a n y a m a   & a m p ;   s c o o t   h e n d e r s o n ? 
 
 i n j u r y   u p d a t e   f t .   c a m   r e d d i s h ,   q u e n t i n   g r i m e s 
 
 w a t c h   -   
 
 k n i c k s  
_ n e w y o r k   y e s s i r   w e   r i s i n g u p   k n i c k s
i ' d   c o p   b u t   i   h a v e   a   p a i r   a l r e a d y . .   g o   k n i c k s . .    
i f   i t   w a s   u p   t o   m e ?   t r y   t o   f i l t e r   t h e m   t h r o u g h   j e r i c h o   h a d   a   g r e a t   s t r e t c h   o f   g a m e s   l a s t   s e a s o n   ( n e t s )   a n d   d u e c e   m a d e   s o m e   k e y   s t o p s   a s   w e l l .   
 
 i   w a n t   t h e m   g e t t i n g   s o m e   m i n u t e s   j u s t   t o   s e e   b u t   w e   s h a l l   s e e e …   k n i c k s
a l l   r i s e   f o r   6 2 !   a a r o n j u d g e   a n d   n e w   y o r k   k n i c k s   b a s k e t b a l l .     r e p o r t s   o n   .     l i n k :     m e e t t h e m a t t s   g o o g l e a l e r t s   m l b p l a y o f f s   n b a
i   t h i n k   i t ’ s   t i m e   t o   a d d r e s s   t h e   e l e p h a n t   i n   t h e   r o o m : 
 
 j e r i c h o   s i m s   a n d   d u e c e   m c b r i d e .   w h a t   i s   o u r   p l a n   f o r   t h e m ?   g e n u i n e l y   c o n f u s e d .   k n i c k s
_ b y   w h e n   i   u s e   t o   w a t c h ,   b e f o r e   l e b r o n   a n d   h i s   b u d d i e s   t o o k   o v e r   t h e   o w n e r s   a n d   c o m m i s s i o n e r s   j o b , , , ,   t h e   k n i c k s   .
v i c t o r   w e m b a n y a m a   i s   w h o     w a n t e d     t o   b e c o m e .   n b a t w i t t e r     k n i c k s   w e m b a n y a m a
k n i c k s   t w i t t e r   i s   a l r e a d y   s a l i v a t i n g   🤣    
  g i v e s   _ b e r m a n   h i s   f l o w e r s   f o r   h i s   2 3   y e a r s   o f   c o v e r a g e   a s   t h e   n e w   y o r k   k n i c k s   b e a t   w r i t e r   f o r     💐 🌺 🌻 🌹 
 k n i c k s   n b a   n e w y o r k f o r e v e r   t h e n b a e x c h a n g e 
 
 v i d e o :   
 a u d i o :    
i   w o u l d   b e   p e r f e c t l y   f i n e   w i t h   k n i c k s   g o i n g   0 - 8 2   i f   t h e   n b a   r i g s   t h e   l o t t e r y   s o   t h e y   l a n d   t h i s   k i d  
i   t r i e d   t o   u s e   m y   a i   t o   m a k e   r j   b a r r e t t   i n   t h e   r i c k   a n d   m o r t y   s t y l e   a n i m a t i o n .   t h i s   i s   j u s t   s a d   l o o k i n g   😂 🧡   k n i c k s   r j b a r r e t t   b a s k e t b a l l   m i d j o u r n e y a i   k n i c k s a r t  
a l l   r i s e   f o r   6 2 !   a a r o n j u d g e   a n d   n e w   y o r k   k n i c k s   b a s k e t b a l l .     r e p o r t s   o n   .     l i n k :     m e e t t h e m a t t s   g o o g l e a l e r t s   m l b p l a y o f f s   n b a
  w o n ' t   b e   p i c k i n g   h i g h   t h i s   s e a s o n   b u t   t h i s   w o u l d   b e   a   k n i c k s l u c k   s e a s o n   w h e r e   t h e y   w o u l d   p i c k   3 r d   i n   a   d r a f t   w i t h   2   p o t e n t i a l   f r a n c h i s e   p l a y e r s   k n i c k s  
d o g s   w i t h   k n i c k s   e y e s   🧡 💙  
s u c k s   t o   s e e   t h a t   g r i m e s   i s   s t i l l   h u r t .   k n i c k s   m i g h t   b e   e n t e r i n g   t h e   y e a r   w i t h   f o u r n i e r   a t   s g .  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e      
b e s t   o f   t h e   d a y   o n   
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
  w h y   e x a c t l y   i s   g r i m e s   a c t u a l   i n j u r y   b e i n g   t r a d e d   a s   a   s t a t e   s e c r e t ?   l o l   k n i c k s
  l a n d e d   g r i m e s   a n d   a   2   f o r   j o h n s o n   k n i c k s  
" t h e r e ' s   a   l o t   o f   d w y a n e   w a d e   i n   h i m " .   - a l a n   h a h n   c o m m e n t s   o n   w h a t   h e ' s   s e e i n g   f r o m   r j   b a r r e t t ' s   g a m e .   k n i c k s   t k r         
 
 f u l l   e p i s o d e : 
 y o u t u b e :    
k n i c k s   p r e s e a s o n   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   7 : 3 0 p m   e s t    
l e t ' s   g o   k n i c k s   k n i c k s  
q u e s t i o n a b l e   i s   b e t t e r   t h a n   o u t !   k n i c k s  
i ' v e   b e e n   a   d i e h a r d   k n i c k s   f a n .   s i n c e   b i r t h .   u n f o r t u n a t e l y ,   i   c a n   n o   l o n g e r   j u s t i f y   e x c l u s i v e   l o y a l t y   r i g h t s   a n y   l o n g e r .   🤣  
      a c t u a l l y   s a v e d   m e   s o m e   $   b c   i   w a s   g o n n a   b u y   a   k n i c k s   1 7   j e r s e y   w i t h   “ l i n s a n i t y ”   o n   t h e   b a c k … g o o d   t h i n g   i   d i d n t   p r e - o r d e r ,   l o l ! !
_ b r o u s s a r d           k n i c k s   l o s e   o u t   o n   d e j o u n t e m u r r a y   d o n o v a n m i t c h e l l   a n d   k e e p   c o a c h   t h i b s .   h a r d   t o   g e t   e x c i t e d   f o r   t h e   n b a   s e a s o n   w h e n     m a k i n g   t h e   p l a y   i n   p l a y o f f   g a m e   i s   a s p i r a t i o n a l
c a m   r e d d i s h   c o u l d n ’ t   g e t   a   b r e a k .   i n j u r i e s   h a v e   d e r a i l e d   h i s   c h a n c e s   t o   h a v e   a   m e a n i n g f u l   r o l e   w i t h   t h e   k n i c k s .   |    
n o t   t h e   b i g g e s t   r e d d i s h   b e l i e v e r ,   b u t   r e a l l y   t o u g h   l u c k   t o   b e   i n j u r e d   a t   t h e   s a m e   t i m e   g r i m e s   i s .   r e d d i s h   r u l e d   o u t   f o r   t o m o r r o w ' s   g a m e   k n i c k s
b u t   t h i b s   a n d   f / o   w o n ' t   p l a y   d e u c e   e i t h e r ,   m u c h   l i k e   c a m ,   n o   c h a n c e s   h e r e ,   b u r i e d   u n l e s s   m o r e   v e t s   a r e   t r a d e d   a n d   w e   c a n   t r u l y   d e v e l o p   g u y s   a n d   m o v e   t e a m   f o r w a r d !   k n i c k s    
k n i c k s   b e l o v e d   p l a y - b y - p l a y   m a n   m i k e   b r e e n   i s   s t i l l   g r a t e f u l   a f t e r   t h e   m a s s i v e   f i r e   t h a t   d e s t r o y e d   h i s   l o n g   i s l a n d   h o u s e .   |    
t h i s   c a n   m e a n   t w o   t h i n g s .   c a m   i s   a   i m p o r t a n t   p i e c e   o n   t h i s   t e a m   o r   t h e   i n j u r y   w a s   w o r s e   t h e n   i t   s e e m e d .   c a m   s a i d   h e   w a s   f i n e   a n d   t h e y   d e c i d e d   t o   k e e p   h i m   o u t .   i   a i n ’ t   r u b b i n g   c a m   o f f   j u s t   y e t .   k n i c k s  
a f t e r   a l l   t h e   l u c k   w e ' v e   h a d   i n   t h e   d r a f t   l o t t e r y ,   s o m e   o f   y a ' l l   s t i l l   p u s h i n g   f o r   a   t a n k . . . c o u l d n ' t   b e   m e .   
 
 i ' m   p u m p e d   t o   s e e   b r u n s o n   w i t h   t h i s   g r o u p   o f   g u y s   a n d   l o o k   f o r w a r d   t o   b e i n g   b a c k   i n   t h e   p l a y o f f s   😤   k n i c k s
t h e   p a c e r s   a r e   u p   n e x t   w h a t ' s   y o u r   p r e d i c t i o n s   f o r   t h i s   g a m e   o n   f r i d a y   n y k   v s   i n d   ? 
 k n i c k s   n b a  
c h e c k   m y   l a t e s t   k n i c k s   a r t i c l e   :   q u e s t i o n s   f o r   t h e   k n i c k s   u p c o m i n g   s e a s o n   -   l a s t   w o r d   o n   b a s k e t b a l l   n b a   n e w y o r k f o r e v e r  
w h i c h     t e a m   w i l l   f i n i s h   w i t h   a   h i g h e r   r e c o r d ?   l a k e r s   o r   k n i c k s ?
t u n e   i n   k n i c k s   n a t i o n       w a s   g r e a t   & a m p ;   w e l c o m e   t o   t h e   t e a m   l o o k   f o r w a r d   t o   d o i n g   w o r k   t h i s   y e a r   k n i c k s  
b u m s   l m f a o o o o o   k n i c k s  
t h e     l a r r y   j o h n s o n   i s   b a c k !   u n l v   h o r n e t s   k n i c k s   g r a n d m a m a   
 f o l l o w   a n d   v i s i t    
a p p r e c i a t i v e   t o   h a v e     j o i n   u s   t o n i g h t   l i v e   o n   y o u t u b e   t o   t a l k   k n i c k s   @   9 : 2 0 p m   e s t   w i t h   m y   g u y s     @ _ l e e e s c o b e d o     
 
 j o i n   t h e   c o n v e r s a t i o n ! 
 
 l i n k   b e l o w 
  
      a   k n i c k s   a n d   7 6 e r s   f a n   b u t   i   d o   h o p e   t h e     c a n   d r a f t   w e m b a n y a m a   
 
 l e t s   g o   l a m e l o
s e e i n g   m e l o   a n d   d r o s e   w i n   a   c h a m p i o n s h i p   t o g e t h e r   i s   t h e   u l t i m a t e   k n i c k s   g u i l t y   p l e a s u r e   f a n t a s y .   l e t ’ s   s i g n   m e l o   a l r e a d y   a n d   d r e a m   l i k e   w e   h a v e   a   c h a n c e   e v e r   f o r   a   r i n g   t h i s   y e a r   😂 🧡   k n i c k s   k n i c k s f a n   k n i c k s d e l u s i o n a l   f a n s   f o l l o w m e   k n i c k s f o l l o w m e
m i l e s   m c b r i d e   i s   g o i n g   t o   b e   a   6 t h   m a n   o f   t h e   y e a r   o n e   d a y .   t h a t   o n e   d a y   w i l l   n o t   b e   o n   t h i s   k n i c k s   t e a m   u n l e s s   r o s e   r e t i r e s .   k n i c k s   k n i c k s t a p e   k n i c k s f a n
f o u n d   s o m e   o f   m y   a r t   f r o m   h i g h   s c h o o l     s t a y m e 7 o   k n i c k s   n b a   g r a p h i c a r t   k n i c k s t a p e   n e w y o r k  
s t a r s   w a t c h i n g   t h e   k n i c k s   i n   2 0 1 9 ! 
 ( m i c h a e l   k .   w i l l i a m s ,   a m y   s c h u m e r ,   j a   r u l e ,   a k o n )  
_ b e r m a n   s h a r e d   w /       h i s   b e s t   m o m e n t s   c o v e r i n g   t h e   k n i c k s   a s   a   b e a t   w r i t e r   f o r     
 k n i c k s   n b a   n e w y o r k f o r e v e r   t h e n b a e x c h a n g e 
 
 v i d e o :   
 a u d i o :    
  h i   c a m ,   j u s t   w a n t e d   y o u   t o   k n o w   u s   k n i c k s   f a n s   l o v e   y o u   a n d   a r e   r o o t i n g   f o r   y o u   t h i s   s e a s o n !   🙏 🫰 👍 💪 
 
                
g i v e   m e   t h a t   k n i c k s   o v e r   🔒  
  i   t o o k   m y   g r a n d s o n   t o   t h e   k n i c k s   g a m e   o n   t u e s d a y   a n d   h e   h a d   n o   i d e a   w h o   p a t r i c k   e w i n g   w a s .  
w h a t   t o   e x p e c t   w h e n   t h e       p l a y   t h e   i n d i a n a   p a c e r s .   d e f e n s e ?   m o r e   d r i v e s ?   n e w y o r k f o r e v e r   k n i c k s   c a n   m i t c h   g e t   m o r e   t o u c h e s ?   i s   m o r e   s h o o t i n g   n e e d e d ?         v i a  
y o u   c a n   k e e p   b e l i e v i n g   t h i b s   w i l l   a d a p t   a n d   u s e   d e p t h .   b u t   t h e   f a c t   r e m a i n s   h e ' s   a l w a y s   h a d   a   1 0   m a n   r o t a t i o n .   t h i n k i n g   h e ' s   g o i n g   t o   b r e a k   f r o m   t h a t   i s   s e t t i n g   y o u r   s e l f   u p .   k n i c k s   t k r   t h e k n i c k s r e c a p
🔥   v i c t o r   w e m b a n y a m a   a n d   s c o o t   h e n d e r s o n   p l a y   g a m e   2   t o d a y   o f   t h e i r   2   g a m e   e x h i b i t i o n   s e r i e s   a t   3 p m   e s t . 
 n b a d r a f t   k n i c k s   
 
          
n e w   y o r k   k n i c k s :   p r e d i c t i n g   t h e   t e a m ' s   l e a d e r   i n   e v e r y   s t a t i s t i c a l   c a t e g o r y 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   d u b n a t i o n   l a k e s h o w   l k e r s   l o s a n g e l e s   n b a p r e s e a s o n   n b a 2 k   n b a m e d i a d a y   n b a t w i t t e r   b u l l s n a t i o n   c l i p p e r n a t i o n   c l i p p e r s   m f f l   f e a r t h e d e e r
d r a y m o n d ' s   l a t e s t   i n c i d e n t   s h o u l d   b e   l a s t   s t r a w   f o r   g o l d e n   s t a t e   w a r r i o r s 
 
 
 
 n b a   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   l k e r s   l o s a n g e l e s   n b a p r e s e a s o n   n b a 2 k   n b a m e d i a d a y   n b a t w i t t e r   b u l l s n a t i o n   c l i p p e r n a t i o n   c l i p p e r s   m f f l   f e a r t h e d e e r   k n i c k s
[ v i d e o ]   a   d e e p e r   l o o k   o f   h o w   j a l e n   b r u n s o n   f i t s   i n t o   t h e   k n i c k s   & a m p ;   h i s   p e r f o r m a n c e s   i n   g a m e s   w i t h   n o   l u k a   l a s t   s e a s o n   k n i c k s   m t a   n e w y o r k f o r e v e r 
  
    i t s   t i m e   t o   s e l l   a   b o o k .   n o   b o o k   s e l l s   u n l e s s   y o u   t a l k   a b o u t   t h e   k n i c k s   i m o
e x t r e m e l y   t o u g h   s t a r t   t o   l a k e r s   s c h e d u l e   i s   a   b l e s s i n g   i n   d i s g u i s e   f o r   l a 
 
 
 
 n b a   l a k e s h o w   l a k e r s   l o s a n g e l e s   n b a p r e s e a s o n   n b a 2 k   n b a m e d i a d a y   n b a t w i t t e r   d u b n a t i o n   b u l l s n a t i o n   c l i p p e r n a t i o n   c l i p p e r s   m f f l   b r o o k l y n t o g e t h e r   f e a r t h e d e e r   k n i c k s   j a z z
k n i c k s   f a n s 
 w h a t   a r e   t h e   c h e a p e r   o p t i o n s   f o r   a   h o t e l   n e a r   m s g
t h a n k   y o u   t o   a l l   o f   t h e   c r a z y   k n i c k s   f a n s   l o o k i n g   f o r   m e   w h i l e   i ’ m   a w a y .   i t   f e e l s   n i c e   t o   b e   m i s s e d .   i ’ m   c u r r e n t l y   h e l p i n g   m y   b e a u t i f u l   w i f e   f i g h t   a n d   w i n   a g a i n s t   t h a t   d r e a d e d   t h i n g   c a l l e d   b r e a s t   c a n c e r .   l o v e   y o u r   l o v e d   o n e s .   l e t ’ s   g o   k n i c k s 
 
 b i m !
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
j a l e n   b r u n s o n   i m p r e s s i v e   i n   k n i c k s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   d o n o v a n m i t c h e l l k n i c k s   e a s t e r n c o n f e r e n c e   j a l e n b r u n s o n   j a l e n b r u n s o n j u l i u s r a n d l e   j a l e n b r u n s o n k n i c k s   k n i c k s c o n t e n t   k n i c k s c o n t e n t d a y   k n i c k s n e w s   k n i c k s n e w s a n d r u m o r s t o d a y   k n i c k s n e w s t o d a y  
j a l e n   b r u n s o n   s p e d   u p   t h e   k n i c k s   p a c e   w i t h   h i s   q u i c k   d e c i s i o n - m a k i n g   a n d   c o n s t a n t l y   m o v i n g   t h e   b a l l .   n e e d   m o r e   p r o o f ?   h i s   u s a g e   r a t e   w a s   o n l y   2 1 . 9   p e r c e n t .   r j   b a r r e t t   ( 2 8 . 6 )   a n d   j u l i u s   r a n d l e   ( 2 7 . 3 )   r e m a i n e d   t h e   t o p   d o g s .   

n b a   l e g e n d s   a r e   j u s t   l i k e   t h e   r e s t   o f   u s   w h e n   i t   c o m e s   t o   b r e a k i n g   p a c k s !   k n i c k s   g r e a t     v i s i t e d   t h e   _ b r e a k s   s t o r e   t h i s   p a s t   w e e k   a n d   i t ' s   j u s t   a s   y o u   c o u l d   i m a g i n e . 
 
 r e a d   m o r e   a t   ➡ ️     
 
 s p o r t s c a r d s   c a r d b r e a k s   j o h n s t a r k s  
c a m   r e d d i s h   i n j u r y   i n   k n i c k s ’   p r e s e a s o n   o p e n e r   c o m e s   a t   a   b r u t a l   t i m e . 
 
 n e w y o r k f o r e v e r   
 k n i c k s   🏀 
 n y k n i c k s   🏟 
 n b a   n b a t w i t t e r   
 
  
  ( t a k i n g   o v e r   n e w   y o r k ) . .   k n i c k s   t . o . n . y .   i n v a d e   n y  
k n i c k s   -   k e e p   t h e   e n e r g y   g o i n g   🔋 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   k n i c k s n a t i o n   k n i c k s n e w s   k n i c k s t a p e   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   n y k n i c k s   n y k  
a l a n   h a h n   j o i n s   t h e   s h o w ! 
 
 🎙 ️ j a l e n   b r u n s o n   s h o w s   o u t 
 🎙 ️ m o r e   i n f o r m a t i o n   o n   c a m   r e d d i s h 
 🎙 ️ g r i m e s   t h e   b e t t e r   f i t   w i t h   t h e   s t a r t e r s ? 
 
 f u l l   e p i s o d e : 
 y o u t u b e :   
 s p o t i f y :   
 a p p l e   p o d c a s t s :   
 
 k n i c k s   t k r    
  a s k e d   _ b e r m a n   t h e   q u e s t i o n   e v e r y   k n i c k s   f a n   w a n t s   t o   k n o w . . . " h o w   g o o d   c a n   t h e   k n i c k s   b e   t h i s   s e a s o n ? " 
 k n i c k s   n e w y o r k f o r e v e r   n b a   t h e n b a e x c h a n g e 
 
 v i d e o :   
 a u d i o :    
k n i c k s   a r e   g o i n g   t o   h a v e   t o   o u t s c o r e   a   l o t   o f   t e a m s   t o   w i n   t h i s   s e a s o n .   d e f e n s e   i s   g o i n g   t o   b e   a n   i s s u e   a l l   y e a r .   l o o k   f o r   s o m e   c a r e e r   n i g h t s   i n   m s g   f r o m   o p p o s i n g   p l a y e r s
s u r e   w e ’ r e   g o i n g   t o   s e e   a   l o t   o f   t h i s   a c t i o n   g o i n g   f o r w a r d .   w i t h   b o t h   f o r w a r d s   h i g h ,   c   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
d y s o n d a n i e l s   g o n n a   m a k e   m e   c r y   b y   s e a s o n s   e n d ,   j u s t   k n o w   i t .   h e   w a s   m y   f a v   p l a y e r   f o r   k n i c k s   t o   m o v e   u p   n   g e t !   t r y i n g   n o t   t o   l o o k   a t   h i s   b o x s c o r e s . 
 
     _            
  g o o d   m o r n i n g   s i r … . w a i t i n g   o n   f r i d a y   e v e n i n g .     n e e d   m y   k n i c k s   f i x
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   @   k n i c k s   r e a c t i o n   -   p r e s e a s o n !   -   d e t   9 6 ,   n y k   1 1 7   -   2 0 2 2 - 2 3   n b a   s e a s o n "   
 
 c r e a t o r :     t o n y   d o m b r o w s k i 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
j u l i u s   r a n d l e ' s   n o t a b l e   g r o w t h   i n   k n i c k s '   p r e s e a s o n   w i n   c a n ' t   b e   i g n o r e d 
 
 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a p r e s e a s o n   n b a i n a b u d h a b i   l a k e s h o w   l a k e r s   c e l t i c s   d u b n a t i o n   b u l l s n a t i o n   r o c k e t s   a p c e r s   m f f l
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   d i s r e s p e c t   f o r   t h e   k n i c k s   n e e d s   t o   s t o p "   
 
 c r e a t o r :     c y r o   a s s e o 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
l o v i n   t h i s   c l a s s i c   j e r s e y ! 
 r a i s e   y o u r   h a n d   i f   y o u   t h i n k   k n i c k s   w i l l   r u n   a   b e t t e r   s e a s o n   t h i s   y e a r 
 
 n e w y o r k k n i c k s   k n i c k s   b a s k e t b a l l   c a n g s t e r   p f p   n f t   f r e e m i n t  
k n i c k s   r j   b a r r e t t   a l l e y   t o   o b i   t o p p i n   🏀 ✈ ️   n e w y o r k k n i c k s   o b i t o p p i n   r j b a r r e t t   k n i c k s   n b a s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e  
l o o k   l i k e   a   t e a m   f u l l   o f   g a w d s   t o   m e ! !   k n i c k s  
b r e a k i n g   d o w n   k n i c k s '   p g   d e p t h  
d i s s   m a n n   j u s s s   g o t t   h a h n   f o   d a   s h o o w w . . . i d k   h o w   h e   n a   m o   f o l l o w e d d d   k n i c k s   n y k  
s o . . . . p o o l e   a v a i l a b l e   o r ?   😅   k n i c k s  
n b a   -   k n i c k s   
 
 ( a n d   a   t a s t e   o f   o u r   y a n k e e s ) -   
 
 “ b l e e d   b l u e ” -  
q :   i f   f o u r n i e r ' s   s h o o t i n g   i s n ' t   g o i n g   t o   b e   a   f o c u s ,   s h o u l d   g r i m e s   s t a r t ? 
 
 l i s t e n   t o   w h a t     h a s   t o   s a y   a b o u t   i t .   t h e   f u l l   e p i s o d e   d r o p s   t o m o r r o w   @   8 a m !   k n i c k s   t k r 
 
 m a k e   s u r e   y o u ' r e   s u b s c r i b e d ! 
 s p o t i f y :   
 a p p l e   p o d c a s t s :    
  ,   a v e ,     t a l k   k n i c k s   a n d   n b a   n o r t h w e s t   w o l v e s   j a z z   b l a z e r s   n u g g e r s   t h u n d e r   & a m p ;   p a c i f i c   s u n s   c l i p p e r s   l a k e r s   k i n g s   w a r r i o r s   o n     f a n   f o r u m   & g t ;     & l t ;   o n   t h e   b l e e d   b l u e   s h o w
b r e a k i n g   d o w n   k n i c k s & a m p ; 3 9 ;   p g   d e p t h :   b r u n s o n ,   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   k n i c k s b a s k e t b a l l   m s g   m s g n e t w o r k s   n e w y o r k   n e w y o r k b a s k e t b a l l   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   p i s t o n s   s p o r t s  
m a k e   m i n u t e s   f o r   h i m .   k n i c k s  
i   j u s t   r e m e m b e r e d   t h e   k n i c k s   p a y e d   a   b a c k   u p   k i n d a   s t a r t e r   p g / s g   $ 1 0 5   m i l l i o n   f o r   4   y e a r s .
t h e s e   b a c k   t o   b a c k   g a m e s   a g a i n s t   t h e   p a c e r s   w i l l   b e   v e r y   i m p o r t a n t   b e f o r e   t h e   s e a s o n   s t a r t s .   a l l o w s   u s   t o   a d j u s t   t o   o p p o n e n t s   w e t h e r   w e   w i n   o r   l o s e .   i m   s u r e   o u r   v e t e r a n   p r e s e n c e   a n d   t h e   r e a d i n e s s   o f   o u r   y o u t h   w i l l   s h i n e   i n   t h e s e   m o m e n t s   ✨ ️   k n i c k s   k n i c k s t a p e   🔸 ️ 🔹 ️
c o m e   w a t c h   o n   f a c e b o o k l i v e   a n d   o n   y o u t u b e   a s   w e   b r e a k   d o w n   l a s t   n i g h t ' s   k n i c k s   p r e s e a s o n   w i n   o v e r   t h e   p i s t o n s ! 
 
 f b   l i v e :     
 y o u t u b e :      
q u i c k l e y   r e q u e s t e d   a   t r a d e . . .   c a n ' t   s a y   h o w   i   k n o w   b u t   i   k n o w   
 
 t h i s   i s   g o i n g   t o   b e   s a d   t o   s e e   
   _   k n i c k s
_   t h i b s   h a s   t o t a l l y   d i s r e s p e c t e d   d e u c e . 
 t h o u g h t   h e   w a s   g r e a t   f o r   t h e   k n i c k s   l a s t   y e a r 
 l i t   u p   t h e   g - l e a g u e   w i t h   m i n u t e s 
 h e   w o u l d   b e   a   r o t a t i o n   p l a y e r   i f   i t   w e r e   m y   t e a m
      i s   o f f e r i n g   f r e e   k n i c k s   t i c k e t s .   
   t o   e n t e r   t h e   r a f f l e   
 l i k e   t h e   v i d e o   b e l o w ,   s u b s c r i b e   t o   t h e   c h a n n e l 
 e m a i l   y o u r   n a m e   t o   c i v i l a n a l y t i c s . c o m   
 r a f f l e   e n d s   1 0 / 3 1 / 2 2 .   w i n n e r   i s   a n n o u n c e d   1 1 / 0 1 / 2 2   o n   o u r   l i v e   s t r e a m 
 k n i c k s   n b a 

m i l e s   m c b r i d e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m i l e s m c b r i d e   m i l e s   m c b r i d e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
a l l   w e   g o t t a   d o   i s   g e t   o n e   m o r e   p o i n t   t h a n   t h e   o t h e r   t e a m …   k n i c k s   💙 🧡  
_ l o c k e r o o m   k n i c k s   g o t   t h e   p i c k s   f o r   i t …   🤞
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   n e w   l o o k   k n i c k s   c o u l d   b e   d a n g e r o u s   t h i s   s e a s o n … "   
 
 c r e a t o r :     k n i c k s   d a i l y 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
t h i s   m a y o r   a d a m s   🤣   j u s t   t e l l   d o l a n   y o u r   p r i c e   f o r   k e e p i n g   m s g   o n   3 4 s t   a l r e a d y   n o   m o r e   l o n g   t a l k   k n i c k s  
e v e n   t h o   h e   s t a r t e d   l a s t   n i g h t ,   i t   s e e m s   i n e v i t a b l e   t h a t   g r i m e s   m o v e s   i n t o   t h e   s t a r t i n g   l i n e u p .   h e   p l a y s   f a s t e r   o n   o f f e n s e ,   m o v e s   w e l l   w / o   t h e   b a l l   a n d   d e f e n d s   m u c h   b e t t e r   t h a n   e v a n 
 k n i c k s
k n i c k s   f a n s   g o t   a   l o t   t o   s m i l e   a b o u t .   e v e r y t h i n g ’ s   p o s i t i v e .   i ’ m   s m i l i n .   p a t   s m i l i n .   j o h n   s m i l i n .   a l l   g o o d   n y c   l e t ’ s   g e t   i t !   s o   m a n y   l e f t i e s .   g o     @   l o s   a n g e l e s ,   c a l i f o r n i a  
l i v e   w i t h   _ b e r m a n   a t   7 : 4 0   p m   e s t   o n   a   n e w   e p i s o d e   o f     
 k n i c k s   n e w y o r k f o r e v e r   n b a   t h e n b a e x c h a n g e   
 
 s h o w   l i n k :  
t h e   n e w   y o r k   k n i c k s   p l a y e d   t h e i r   f i r s t   p r e s e a s o n   g a m e   o f   t h e   y e a r   l a s t   n i g h t .   k e e p   a n   e y e   o u t   f o r   o u r   v i d e o   o p e n   w e   s h o t   w i t h   t h e m   o n   n b a m e d i a d a y ! 
 
 k n i c k s   n e w y o r k f o r e v e r  
o u r   k n i c k s ’   f u t u r e   a l l - s t a r s   d i d   t h e i r   t h i n g   l a s t   n i g h t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a  
m y   n e x t   k n i c k s   e v e n t   i s   o f f i c i a l l y   l i v e !   h e a d   o v e r   t o   m y   i n s t a g r a m   p a g e   n o w   f o r   m o r e   i n f o r m a t i o n !
o u r   k n i c k s   f u t u r e   a l l - s t a r s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a  
i c o n i c   k n i c k s    
i   k n o w   i t ’ s   o n l y   p r e s e a s o n …   a n d   i t ’ s   o n l y   o n e   g a m e …   b u t   k n i c k s   g o i n g   u n d e f e a t e d   a n d   w i n n i n g   t h e   c h a m p i o n s h i p   k n i c k s  
🚨 t w i t t e r   f a m 🚨   h e l p   y a   b o y   o u t .   n e e d   1 k   l i k e s   i n   4 8   h o u r s   🤞   k n i c k s   n e w y o r k f o r e v e r  
s t a y m e 7 0   r e p s   k n i c k s   💙 🧡 ♥ ️  
g o v e r n o r     h o c h u l   c a n   p r o t e c t   t h o u s a n d s   o f   a n i m a l s   b y   s i g n i n g   t h e   p u p p y   m i l l   p i p e l i n e   b i l l   -     -   n y c   n y p d   a l b a n y   b r o o k l y n   n e t s   k n i c k s   y a n k e e s   m e t s   c n n   f o x n e w s   w f a n   e s p n   a b c   n b c   c b s   n e w s   t w i t t e r   p e t   p e t s   d o g   d o g s   f a c e b o o k     m e t a v e r s e
n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r . . .   c l i c k   h e r e :     v i a     k n i c k s   n e w y o r k f o r e v e r  
k n i c k s   s p u r s   l i n k e d   i n   t r a d e   p r o p o s a l     v i a     k n i c k s   s p u r s   n b a   p o d c a s t
w h a t   i f   t h e   k n i c k s   t r a d e   a l l   t h e i r   1 s t   r n d   p i c k s   t o   m o v e   u p   i n   t h e   d r a f t   a n d   t a k e   w e m b a n y a m a ?   😂
d e u c e   i s   a   w o n d e r f u l l y   v a l u a b l e   " i n   c a s e   o f   e m e r g e n c y   b r e a k   g l a s s "   k i n d   o f   p l a y e r   o n   y o u r   r o s t e r .   k n i c k s  
s p e c i a l   l i v e   e p i s o d e   t o n i g h t   a s     w i l l   i n t e r v i e w   v e t e r a n   s p o r t s w r i t e r   _ b e r m a n   a b o u t   h i s   c a r e e r   c o v e r i n g   t h e   k n i c k s ,   s t a t e   o f   t h e   t e a m   & a m p ;   m u c h   m o r e !   t u n e   i n   l i v e   a t   7 : 4 0   p m   e s t ! !   
 k n i c k s   n e w y o r k f o r e v e r   n b a   t h e n b a e x c h a n g e 
 
 s h o w   l i n k :  
    _ d u d e           @ _ k n i c k s 1 6 8 8       _   _ 1 9 1 4   _ _ w a r   _ m a c       _ s t e v e n       _ j _ d _ m         _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                             t h e   t a l e n t   l e v e l   i s n ’ t   c l o s e .   m o r e   i m p o r t a n t l y ,   t h e   c h e m i s t r y   l e v e l   i s n ’ t   c l o s e .   t h i s   k n i c k s   t e a m   l o v e s   p l a y i n g   t o g e t h e r .
w a l t   c l y d e   w e d n e s d a y   1 0   🏀   n e w y o r k f o r e v e r   k n i c k s   n b a   n b a t w i t t e r  
🎥     a n d     d i s c u s s   t h e   k n i c k s '   i m p r e s s i v e   s h o w i n g   i n   t h e i r   p r e s e a s o n   o p e n e r  
  o n   b e h a l f   o f   k n i c k s   t w i t t e r ,   t h a n k   y o u .
w e   l i v e   f o r   m o m e n t s   l i k e   t h i s !   
 
 w o n d e r   i f   r o n   g o t   a y d e n ' s   a u t o g r a p h ?   
 
 r o n b a k e r   w i c h i t a s t a t e   g o s h o c k e r s   s h o c k e r n a t i o n   k n i c k s   w i z a r d s  
  i   w a s   i m p r e s s e d   w i t h   d e u c e   l a s t   y e a r . 
 k n i c k s   /   t h i b s   h a v e   n o   c l u e   w h a t   t h e y   h a v e . 
 d e u c e   p l a y s   t h r o w   b a c k   n y k   b a s k e t b a l l .
r e a l l y   f e e l   f o r   c a m   r e d d i s h   r i g h t   n o w .   k n i c k s
a   l i t t l e   t i k t o k   i   t h r e w   t o g e t h e r   f o r   o u r   m a n ’ s   f i r s t   g a m e   g o   f o l l o w   m e   t h e r e   i f   y o u   h a v e   o n e !   k n i c k s   f o l l o w m e   n b a c l i p s   j a l e n b r u n s o n   n y k   k n i c k s t a p e   t i k t o k  
o k a y ,   i l l   b e   ( m a y b e )   t h e   f i r s t   t o   s t a r t   t h e   h y p e   m a c h i n e .   j a l e n   b r u n s o n   ( a l l   n b a   & a m p ;   a l l   s t a r ) . 
 r j   b a r r e t t   ( a l l   s t a r   & a m p ;   n b a   m i p ) 
 
 h a s   t h e   a l l   s t a r   v o t i n g   s t a r t e d   y e t ? !   🤣 🤣 🤣 🤣 
 k n i c k s  
      _ l i f e r s   _ n y _ b   a l l   w o u l d   b e   h i t t i n g   t h e   n b a   1 6   t e c h s   /   a u t o   s u s p e n s i o n s .   t h i n g   a b o u t   t h e   k n i c k s   w a s   t h a t   t h e r e   w a s   a   l o t   o f   s k i l l   t h e r e ,   n o t   j u s t   l a m b e e r   a n d   m a h o r n   t r y i n g   t o   h u r t   p e o p l e .
      _ l i f e r s   _ n y _ b   i   l o v e d   w a t c h i n g   t h o s e   ' 9 4   k n i c k s   f o u r t h   q u a r t e r s   w h e r e   a l l   o f   t h e   d   w a s   d i g g i n g   i n   f o r   c o m b a t .   d e u c e   c o u l d   h a v e   p l a y e d   o n   t h o s e   t e a m s .
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   l o o k   p r o m i s i n g !   e f f i c i e n t   r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   p o w e r   w i n !   |   p r e s e a s o n   r e c a p "   
 
 c r e a t o r :     i n t o   t h e   k n i c k s - v e r s e 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
s o m e   k n i c k s   o v e r r e a c t i o n s   f r o m   1 s t   p r e s e a s o n   g a m e 
 -   k n i c k s   d e f e n s e   l o o k s   i m p r o v e d 
 -   b r u n s o n   t h e   f l o o r   g e n e r a l   w e   h a v e   b e e n   a s k i n g   f o r   y e a r s 
 -   b e n c h   d e p t h   i s   g o o d 
 -   t e a m   c h e m i s t r y   c o u l d   b e   b e t t e r   t h a n   e x p e c t e d   e s p e c i a l l y   w i t h   s t a r t i n g   5   
 -   p a c e   o f   p l a y   w i l l   j u m p   a   l o t   t h i s   y e a r
  
 
 t u n e   i n   o n   o c t o b e r   1 1   o n     a n d   s t r e a m   i t   o n   ! 
 
 l i n s a n i t y   m s g   k n i c k s   k n i c k s t a p e   d o c u m e n t a r y   h b o   h b o m a x 
 
 g l a d   t o   b e   p a r t   o f   t h i s   g r e a t   f i l m .   @   m s g  
a n y w a y s   m o v i n g   o n … . 
 
 s o   r e f r e s h i n g   t o   s e e   a   p o i n t   g u a r d   p l a y i n g   f o r   u s   a n d   l e a d i n g   t h e   t e a m   l a s t   n i g h t !   t h a n k   y o u   j a l e n !   k n i c k s
  d u e c e   m c b r i d e   w h e n   h e   c o m e s   i n   t h e   g a m e   k n i c k s  
i   p i c k   r j   b a r r e t t   o v e r   z i o n   a l l   d a y   e v e r y d a y   2 4 / 7   3 6 5   d a y s   a   y e a r .   k n i c k s
t r u t h   i s . .   w h i l e   w e   e n j o y   a n o t h e r   f r u i t l e s s / d e c e n t   s e a s o n ,   a n o t h e r   o r g a n i z a t i o n   ( u t a h )   i s   r i g h t f u l l y   t a n k i n g .   t h e y   w i l l   i n e v i t a b l y   l e a p   f r o g   u s   i n   t h e   r e b u i l d i n g   p r o c e s s   a n d   w e   w i l l   b e   l e f t   w o n d e r i n g   w h a t   h a p p e n e d   i n   3 y r s .   k n i c k s   c y c l e   m e d i o c r i t y  
t h e   k n i c k s   p r e - s e a s o n   b e g i n s   t o d a y !   b u t   r e m e m b e r ,   p r e - s e a s o n   g a m e s   d o n ' t   c o u n t .  
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   d o m i n a t e   g a m e   1   o f   t h e   p r e s e a s o n   ( k n i c k s   p i s t o n s   p o s t g a m e   r e c a p ) "   
 
 c r e a t o r :     k n i c k s   m e d i a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
w a i t i n g   a t   t h e   b u s   s t o p   f o r   m y   a f t e r - s c h o o l   k i d s   i n   s t y l e   a f t e r   t h a t   k n i c k s   w i n  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   d r o p s   p r e s e a s o n   o p e n e r   t o   k n i c k s   9 6 - 1 1 7   |   f u l l   g a m e   r e a c t i o n   v i d e o ! ! ! "   
 
 c r e a t o r :     m o t o r   c i t y   s p o r t s   t a l k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
k n i c k s   j a l e n   b r u n s o n   i s   a l r e a d y   l o o k i n g   l i k e   a   g r e a t   p i c k u p  
j a l e n   b r u n s o n ' s   f i a n c e e ,   a l i   m a r k s ,   t a k e s   i n   k n i c k s   d e b u t :   ' s a m e   b u . . .   ( n e w   y o r k   p o s t ) 
 
 j a l e n   b r u n s o n ' s   b i g g e s t   s u p p o r t e r   s a v o r e d   e v e r y   m o m e n t   o f   h i s   k n i c k s   d e b u t   o n   t u e s d a y . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   n y k n i c k s   n b a   k n i c k s
w h i c h   o n e   d o   i   b u y   n e w y o r k f o r e v e r   k n i c k s
d o n ' t   m i s s   t h i s ,   s h o u l d   b e   f u n   w / j e r e m y   l i n ! 
 
 j e r e m y l i n   l i n s a n i t y   k n i c k s      
j a l e n   b r u n s o n   f e a s t e d   o f f   s c r e e n s   l a s t   n i g h t .   f i r s t   k n i c k s   p g   t o   d o   s o   s i n c e   s t a r b u r y .   w e   g o t   a   w i n n e r .
n e w   v i d e o   t o   w a t c h : 
 
 " t h i b s   s h a r e s   u p d a t e s   o n   c a m   r e d d i s h   i n j u r y   & a m p ;   t a l k s   b r u n s o n & a m p ; 3 9 ; s   f i t   w i t h   t e a m   |   n e w   y o r k   k n i c k s "   
 
 c r e a t o r :     m s g   n e t w o r k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
a f t e r   o n e   p r e s e a s o n   g a m e   i   c a n   t e l l   t h e   k n i c k s   a r e   a   p l a y o f f   t e a m .   g o n n a   b e   a n   e x c i t i n g   y e a r   w o w
n e w   v i d e o   t o   w a t c h : 
 
 " k n i c k s   v s   p i s t o n s   p r e s e a s o n   g a m e   r e c a p   |   j a l e n   b r u n s o n   t h r i v e s ! "   
 
 c r e a t o r :     c l u t c h   b b a l l   t v 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
k n i c k s   p r e s e a s o n   i s   h e r e ! 
 
 m o d e l :     
 r a d i o :     
 
 k n i c k s   n y k n i c k s   b o o m b o x   b o u d o i r   s t r e e t p h o t o g r a p h y   r a d i o   g r a f f i t i   d a l l a s   t e x a s   t e x a s b o u d o i r   p h o t o o f t h e d a y   p h o t o g r a p h y l o v e r s   p i c  
t h e   2 n d   u n i t   h a d   m e   t h e   m o s t   h y p e ! ! ! ! 🤩 🤩 
 
 d e u c e   s h u t   i t   d o w n   d e f e n s i v e l y 
 
 h a g i v e s   u s   a n   e l e m e n t   w e   h a v e n ’ t   h a d   s i n c e   s h e e d 
 
 c a m   l o o k e d   g r e a t   b e f o r e   i n j u r y 
 
 o b i & a m p ; i q   b r o u g h t   t h e   e f f o r t ,   e n e r g y   a n d   e x c i t e m e n t 
 
 🌹   l o o k s   t o   b e   i n   r e a l l y   g o o d   s h a p e   & a m p ;   m i d   s e a s o n   f o r m ! 
 
 k n i c k s   🧡 💙
w h i c h   n b a   s t a r   d o   y o u   t h i n k   w i l l   b e   a   g a m e   c h a n g e r   f o r   t h e i r   n e w   f r a n c h i s e ?   🔀 💪 
 
 d o n n o v a n m i t c h e l l   r u d y g o b e r t   j a l e n b r u n s o n   p j t u c k e r   c a v s   k n i c k s   7 6 e r s   t i m b e r w o l v e s  
    l e t s   s e e   i f   t h e   k n i c k s   c a n   d o   s o m e t h i n g   t h i s   s e a s o n   f u t u r e   o d d s   + 1 5 0 0 0   t o   w i n   n b a   2 0 2 2   c h a m p i o n s h i p 
 k n i c k s
i ' l l   s a y   i t   a g a i n   -   j a l e n   b r u n s o n   i s   g o i n g   t o   m a k e   t h e   g a m e   s o   m u c h   e a s i e r   f o r   r a n d l e   a n d   r j .   
 
 w e ' r e   g o i n g   t o   s e e   m o r e   e f f i c i e n t   n u m b e r s   f r o m   t h e m   t h i s   s e a s o n .   b o o k   i t !   k n i c k s
k n i c k s   n o w   
 
 -   5   t h i n g s   w e   l e a r n e d   f o l l o w i n g   t h e   1 s t   p r e s e a s o n   g a m e 
 
 w h o   i m p r e s s e d   y o u   t h e   m o s t   l a s t   n i g h t ?   
 
 w a t c h   -   
 
 k n i c k s  
v e t e r a n s       r e c o v e r y   d o c u m e n t a r y   f r e e   o n   t h i s   l i n k   o r   a m a z o n   p r i m e   q u e b e c   m o n t r e a l   c o u g a r s   k n i c k s   c o u g a r s   d c   m a r v e l   s p i d e r m a n   h u l k
" e v e r y   y e a r ,   i ’ v e   g o t t e n   i n c r e a s i n g l y   m o r e   g r a t e f u l   f o r   i t . " j e r e m y l i n   o n   2 0 1 2 ' s   l i n s a n i t y   h y p e . . . 
 k n i c k s   n b a   


 
 e t h e r u m   e t h   r u n e   q t u m   b c h a   c o i n d e s k   r i p p l e   c a r d a n o   $ f l r     $ b t c   t r u m p   l s u   l u n a c l a s s s i c   $ x r p   h u r r i c a n e   $ e t h   $ q n t   k a r d a s h i a n   $ e g l d   e l o n m u s k   s c o t u s   $ t w t r   d i d d y   p i n e i s l a n d   h u n t e r b i d e n   r u s s i a   t i a w a n   c r i s t   k n i c k s   d e s a n t i s d e s t r o y s f l o r i d a

 
 e t h e r u m   e t h   r u n e   q t u m   b c h a   c o i n d e s k   r i p p l e   c a r d a n o   $ f l r     $ b t c   t r u m p   l s u   l u n a c l a s s s i c   $ x r p   h u r r i c a n e   $ e t h   $ q n t   k a r d a s h i a n   $ e g l d   e l o n m u s k   s c o t u s   $ t w t r   d i d d y   p i n e i s l a n d   h u n t e r b i d e n   r u s s i a   t i a w a n   c r i s t   k n i c k s   d e s a n t i s d e s t r o y s f l o r i d a
e l i t e   8   h a s   b e e n   s e t !   g o   t o   t h e   p o l l s   o n   o u r   i n s t a g r a m   s t o r i e s   t o   v o t e   w h i c h   o f   y o u r   “ f a v o r i t e ”   k n i c k   p o i n t   g u a r d s   m a k e s   i t   t o   t h e   n e x t   r o u n d .   y o u   c a n   o n l y   v o t e   u s i n g   i n s t a g r a m   s t o r i e s . 
 
 f i n a l   f o u r   w i l l   b e   a n n o u n c e d   t o m o r r o w !   k n i c k s   p o i n t g u a r d s   v o t e  
l e t ’ s   g o   k n i c k s   g o o d   p r e s e a s o n   g a m e   l a s t   n i g h t
i   t h i n k   f o u r n i e r   c o u l d   b e   i n   t h e   c o n v e r s a t i o n   f o r   s i x t h   m a n   o f   t h e   y e a r   i f   h e   c a m e   o f f   t h e   b e n c h .   w o u l d   b e   b e s t   f o r   h i s   s u c c e s s   a n d   t h e   t e a m s ’ .   k n i c k s
i g h t   i m   n o t   g o n n a   l i e ,     w a s   l o o k i n g   t u f f   l a s t   n i g h t !   b u l l y b r u n s o n   k n i c k s
i t   w a s   a   h o m e r u n   o f   a   p r e s e a s o n   d e b u t   f o r   j a l e n   b r u n s o n   a n d   t h e   k n i c k s :     b y  
m a v s   e x   j a l e n   b r u n s o n   d e b u t s   w i t h   k n i c k s ;   h o w ' d   h e   l o o k ?   n b a   t r a c k e r     v i a  
h e   m a d e   i t   l o o k   e a s y   l a s t   n i g h t   k n i c k s  
t h e   k n i c k s   s t a r t e d   t h e i r   2 0 2 2 - 2 3   s e a s o n   w i t h   a n   i m p r e s s i v e   p r e s e a s o n   v i c t o r y   o v e r   t h e   p i s t o n s .     b r e a k s   d o w n   h i s   7   k e y   o b s e r v a t i o n s   f r o m   t h e   g a m e   n b a   n y k n i c k s  
o n e   o f   t h e   b e s t   k n i c k   s h o w s   i n   t h e   m o r n i n g !   d a m n   i t   w a s   a   g o o d   s h o w .   k n i c k s    
s t o p   s t e a l i n g   p o s t   f r o m   r e d d i t   y o u   m u n c h ,   y o u   t h o u g h t   w e   w a s   f e e l i n g   y o u ?   k n i c k s  
w h a t   a   g a m e   l a s t   n i g h t   k n i c k s
t a k e   t h i s   p r e s e a s o n   g a m e   w i t h   a   g r a i n   o f   s a l t ,   b u t   t h e   f i r s t   i m p r e s s i o n   o f   t h e   n e w   k n i c k s ’   b i g   3   i s   q u i t e   g o o d   d e s p i t e   i n i t i a l   t r e p i d a t i o n   o n   h o w   t h e y   w i l l   s h a r e   t h e   b a l l .   |    
w a s   c h a n g i n g   t o   t h i s   l i g h t   w h i l e   w a t c h i n g   t h e   k n i c k s   g a m e   l a s t   n i g h t .   r e a l l y   s a t i s f y i n g .  
y o u   k n o w   w h o   n e u t r a l i z e d   r a n d l e   a n d   i   l o v e   i t !   b r u n s o n   d i d .   a n d   w i l l   l i k e l y   d o   t h e   s a m e   a l l   s e a s o n .   w e   h a v e   a   t r u e   f l o o r   g e n e r a l   w h o   h a s   a c t u a l l y   p l a y e d   w / s u p e r   s t a r s   i n   d a l l a s   a k a   l u k a .   s o   j b   w i l l   d i c t a t e   h o w   t h e   o f f e n s e   f l o w s   l i k e   a   t r u e   p g … m a k e   s u r e   b a l l   d o n ’ t   s t i c k   k n i c k s
s o   f r o m   a n   i n   p e r s o n   v i e w   o f   t h e   g a m e   y e s t e r d a y .   i t   l o o k s   t o   m e   a s   i f   r a n d l e   a n d   e v a n   d o n ’ t   r e a l l y   p l a y   w e l l   w i t h   r j   c a u s e   i f   y o u   w a t c h   a g a i n   m o s t   o f   r j ’ s   b u c k e t s   c a m e   a f t e r   t h e y   w e r e   b o t h   o u t   t h e   g a m e .   w h a t   y o u   g u y s   t h i n k ?   k n i c k s a n o n y m o u s   n e w y o r k k n i c k s   k n i c k s   n e w y o r k
s h o u t o u t   d e r e k   h a r p e r   k n i c k s   
 

@ _ a n g e l f r m p h i l l y     _ d u d e   _ _ w a r   _ j _ d _ m     _   @ _ k n i c k s 1 6 8 8     _ 1 9 1 4     _ m a c           _ s t e v e n               _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                               y o u ’ r e   u s i n g   a   b r o k e n   p l a y   w h e r e   k n i c k s   w e r e   r o t a t i n g   a n d   t r y i n g   t o   r e c o v e r ?   l o l   s m h
  i   s e e   m y   k n i c k s   o u t f i t   w i t h   t h e s e .   
 a   h o m e     j e r s e y   a n d   t h e s e   🤔 👍 🏽
f a c t :     i s   a   p r o t o t y p i c a l   p g   t h e     n e e d e d   f o r   a   l o n g   t i m e !   b t w n     v i l l a n o v a   a n d   4   y r s   i n   t h e     ,   h e   h a s   h i g h   l e v e l   e x p e r i e n c e !   w e   h a v e   a   l o n g   w a y   t o   g o ,   b u t   s o   f a r ,   s o   g o o d !   k n i c k s   b r u n s o n       n y k   n b a
i   d o n t   k n o w   w h a t   t h e   c a m   r e d d i s h   p e o p l e   s e e   i n   h i m   k n i c k s
f o u r n i e r   g e t t i n g   l e s s   s h o t s   i s   a   c l e a r   s i g n   g r i m e s   s h o u l d   b e   s t a r t i n g .   i f   e f   i s n ' t   g o i n g   t o   b e   u t i l i z i n g   h i s   s h o o t i n g   i n   t h e   s t a r t i n g   l i n e u p ,   t h e n   m o v e   h i m   t o   t h e   b e n c h .   r a n d l e ,   b r u n s o n ,   & a m p ;   r j   a r e   t a k i n g   t h e   b u l k   o f   s h o t s ,   y o u   n e e d   s o m e o n e   w h o ' s   g o n n a   d e f e n d   & a m p ;   m a k e   s h o t s .   k n i c k s
g o i n g   t o   m s g   t h i s   s e a s o n   😉   k n i c k s
t h e   k n i c k s   s t a r t   t h e   p r e s e a s o n   1 - 0 
 
 d i d n ’ t   g e t   a   c h a n c e   t o   w a t c h ?     c a n   c a t c h   y o u   u p !   c h e c k   i t   o u t !   
 

w h a t   i s   j u l i u s   r a n d l e ’ s   c e i l i n g ?   m y   b i g g e s t   c o n c e r n   w i t h   j u l i u s   i s   b e t w e e n   t h e   e a r s ,   b u t   i n   t h e   r i g h t   s i t u a t i o n ,   w i t h   a n   e l i t e   c o a c h   a n d   a n   e l i t e   p g ,   h e   c a n   b e   a   v e r y   i m p a c t f u l   p l a y e r .   i   t h i n k   t h e   s u n s   w o u l d   b e   a   p e r f e c t   f i t .   c p   w o u l d   m a k e   j u l i u s   l o o k   s o   g o o d .   k n i c k s   s u n s
m o o d   t h i s   m o r n i n g   😂   k n i c k s  
p e r h a p s   k n i c k s   c o a c h   t o m   t h i b o d e a u   w a s   b e i n g   c a u t i o u s   a n d   e a s i n g   d e r r i c k   r o s e   i n .   b u t   m i l e s   m c b r i d e ’ s   s t e l l a r   p l a y   m a d e   i t   a n   e a s y   d e c i s i o n   f o r   r o s e ’ s   l o n g - t i m e   c o a c h .   |     
  
c l y d e   s a i d   a b o u t   t h e   k n i c k s   p l a y e r   w e a r i n g   0 0   " i ' v e   n e v e r   s e e n   a   p l a y e r   w e a r i n g   0 0 .   t h a t   m e a n s   y o u ' r e   r e a l l y   n o t h i n g . "   l o l   b r e e n   w e n t   i n t o   c l e a n   u p   m o d e .   c l y d e   i s   a   n a t i o n a l   t r e a s u r e .   k n i c k s
b e l l a t h e b i g d e a l   y b n l   g o o g l e   g e c e n i n u c u n d a s t a r d a   c o v i d   k n i c k s   d a r k s e i d   
 i   w i l l   a d v e r t i s e   y o u r   c r y p t o c u r r e n c i e s   o n   m a j o r   s o c i a l   m e d i a   p l a t f o r m s   l i k e   f a c e b o o k ,   i n s t a g r a m ,   t w i t t e r ,   a n d   o t h e r s   i n   o r d e r   t o   i n c r e a s e   t r a f f i c ,   i n v e s t o r s ,   a n d   e x p o s u r e . 

k n i c k s   b a s k e t b a l l   f i n a l l y   s t a r t e d   🙌 🏿  
g o o d   m o r n i n g   k n i c k s   f a n s   k n i c k s
g o t t a   f e e l   f o r   d e u c e .   w h e r e   i s   h i s   p a t h   t o   p l a y i n g   t h i s   s e a s o n ?   e s p e c i a l l y   i f   t h e y   r e a l l y   a r e   u n w i l l i n g   t o   t r a d e   r o s e   k n i c k s
      @ _ k n i c k s 1 6 8 8     _ m a c       _ _ w a r       _ d u d e   _ s t e v e n     _ 1 9 1 4       _ j _ d _ m         _   _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                               i ’ l l   t h r o w   t h e   s a m e   t h i n g   b a c k   a t   y o u .   t h o s e   t e a m s   h a v e n ’ t   p r o v e d   t h e y ’ r e   b e t t e r   t h a n   t h e   k n i c k s   i n   2 0 2 2   e i t h e r .   i t ’ s   a   t w o   w a y   s t r e e t .
      @ _ k n i c k s 1 6 8 8     _ m a c       _ _ w a r       _ d u d e   _ s t e v e n     _ 1 9 1 4       _ j _ d _ m         _   _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                               w e ’ v e   g o n e   o v e r   t h i s .   m u r r a y   p l a y e d   f o r   a   h o r r i b l e   t e a m ,   w / o f f e n s e   g o i n g   t n r o h h h   h i m   e v e r h   p o s s e s s i o n ,   w h i c h   a l l o w s   h i m   t o   r a c k   u p   s t a t s ;   h e   w a s   i n j u r y   r e p l a c e m e n t .   n o w   h e ’ s   o f f   t h e   b a l l   n e x t   t o   t r a e .   j b   n o w   i s   t h e   q b   o f   t h e   k n i c k s .   t h e   h o w   m a t t e r s ;     n o t   t h e   a c c o l a d e .
      @ _ k n i c k s 1 6 8 8     _ m a c       _ _ w a r       _ d u d e   _ s t e v e n     _ 1 9 1 4       _ j _ d _ m         _   _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                               y o u   s a i d   c a v s   h a v e   a l l   t h e s e   s t a r s   a n d   t h e   k n i c k s   d o n ’ t   h a v e   a n y .   i   s a i d   i t ’ s   n o t   a b o u t   1   y r   m a k i n g   a s   t e a m ,   i t ’ s   a b o u t   a s   a b i l i t y   a n d   j b   & a m p ;   r j   h a v e   t h a t .   p l u s ,   r a n d l e   m a d e   a s   t e a m   o n c e   j u s t   l i k e   c a v s   g u y s .   y o u   d i d n ’ t   t h i n k   j b   w a s   a s   g o o d   a s   h e   i s
  @ _ k n i c k s 1 6 8 8     _   _ 1 9 1 4     _ _ w a r   _ m a c               _ d u d e   _ s t e v e n       _ j _ d _ m           _ 2 2     _ _                   @ _ b i l l y h o y l e o f n j                               k n i c k s   a r e   n o t   s t u c k   i n   t h e   m i d d l e .   a   t e a m   t h a t   i s   s u p e r   y o u n g   w i t h   t a l e n t   t h a t   i s   o n l y   g e t t i n g   b e t t e r + a   s t u d   p g   w h o ’ s   s t a r t i n g   h i s   p r i m e   n o w + h a s   e n o r m o u s   d r a f t   c a p i t a l =   a   t e a m   t h a t   i s   n o   w h e r e   n e a r   s t u c k ;   a c t u a l l y   t h e   o p p o s i t e .
  t h e   k n i c k s   l o o k s   r e a d y .   f o r   w h a t   s e e d   ? 
 i   d o n ' t   k n o w   
 

h o m e   a g a i n   i n   m y   h a p p y   p l a c e .   k n i c k s  
  t h e   s a m e   b u m s   t h a t   w e r e   c h e e r i n g   f o r   h i m   w h e n   h e   w a s   i n   d a l l a s   a r e   t h e   s a m e   b u m s   t h a t   a r e   h a t i n g   b e c a u s e   h e   d i d n ’ t   s i g n   f o r   t h e i r   t e a m .   f o h ! ! !   k n i c k s
n o t h i n g   g e t s   m e   h y p e   f o r   t h e   k n i c k s   l i k e   b u m p i n g   d i p s e t .   f e e l s   l i k e   w h a t   a n t h o n y   m a s o n ,   l a t r e l l   s p r e w e l l ,   a n d   c a r m e l o   a n t h o n y   w o u l d   s o u n d   l i k e   m e m o r i a l i z e d   a s   h i p - h o p .
a h ,   a   p o i n t   g u a r d !   i   g e t   i t   n o w   👍 
 k n i c k s
i   l o v e   l o v e   l o v e   t h i s   t h o u g h t   t o   !   
 
 k n i c k s    
a d a m   s i l v e r   h a s   t o   r e a l l y   s t i c k   i t   t o   t h e   t e a m s   w h o   w i l l   b e   t a n k i n g   f o r   w e m b a n y a m a   b y   s e n d i n g   h i m   t o   a   t e a m   w h o   i s n ’ t   t a n k i n g …   a   t e a m   l i k e   t h e   k n i c k s
k n i c k s   l o o k e d   g o o d   t h o
b r i n g   b a c k   s t e v e   m i l l s   a n d   f i z d a l e   n o w ! ! !   k n i c k s   
 
             _      
i t ’ s   a l r e a d y   a p p e a r i n g   l i k e   b r u n s o n   w i l l   l i m i t   b a r r e t t s   p r o d u c t i o n   a n d   s t u n t   h i s   g r o w t h .   n b a   n y k   k n i c k s
i l l   a l w a y s   b e   o v e r l y   o p t i m i s t i c   a b o u t   t h e   k n i c k s   s i m p l y   b e c a u s e   i t   p i s s e s   o f f   t h e   t o x i c   t r o l l s   i n   t h e   f a n b a s e .   i l l   d o   a n y t h i n g   t o   m a k e   t h e m   c r y   a b o u t   i t   o n   t w i t t e r . .   
 
 & a m p ;   t h e y   c r i e d   r i v e r s   l a s t   n i g h t   😂 😂 😂   k n i c k s   k n i c k s t a p e
k n i c k s   l o o k e d   i m p r e s s i v e .   w a t c h   o u t   y ’ a l l !   n b a   n y k   k n i c k s
h o w   m a n y   p p g   w i l l   b r u n s o n   a v e r a g e   t h i s   y e a r ?   k n i c k s
h o w   m a n y   p p g   w i l l   j u l i u s   a v e r a g e   t h i s   y e a r ?   k n i c k s
h o w   m a n y   p p g   w i l l   r j   a v e r a g e   t h i s   y e a r ?   k n i c k s
k n i c k s   g o o d   s t a r t .   a s   e x p e c t e d ,   s t a r t e r s   w e r e   s o l i d   b u t   m o r e   t o   b e   d e s i r e d   f r o m   f o u r n i e r .   b e n c h   i s   8 - 9   d e e p   s o   2 - 3   o f   o u r   y o u n g   g u y s   w o n ’ t   g e t   e n o u g h   p l a y i n g   t i m e   =   e v e n t u a l l y   d i s g r u n t l e d   =   d r a m a !   =   p l s   p a c k a g e   f o u r n i e r   w / 2   b e n c h   p l a y e r s   f o r   l e g i t   s g   ( s g a ? )   b y   f e b   9 t h   d e a d l i n e !
s o m e   k n i c k s   t h o u g h t s   f o l l o w i n g   t h e   f i r s t   p r e   s e a s o n   g a m e : 
 -   j a l e n   b r u n s o n   i s   h i m ,   h e   m a k e s   e v e r y o n e   m o r e   c o m f o r t a b l e   o n   t h e   f l o o r   
 -   r a n d l e   l o o k e d   s h a k y   b u t   s e c o n d   h a l f   w a s   m u c h   m o r e   c o m f o r t a b l e   
 -   m i t c h   l o o k s   s o   m u c h   b e t t e r   a l l   d e f e n s i v e   l e v e l   r i m   p r o t e c t i n g   
 -   r j   i s   h i m m m m m m m m
n e w   v i d e o   t o   w a t c h : 
 
 " n y   k n i c k s   v s   d e t r o i t   p i s t o n s   |   p r e s e a s o n   1 1 7 - 9 6   |   g a m e   r e v i e w "   
 
 c r e a t o r :     d e l u s i o n a l   k n i c k s   f a n   n e t w o r k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
w h e n   v i c t o r   w e m b a n y a m a   c o m e s   t o   t h e   l e a g u e ,   m i t c h   i s   g o n n a   b l o c k   t h e   s h i t   o u t t a   h i m   a n d   i ' m   g o n n a   j u m p   t h r o u g h   t h e   r o o f   k n i c k s
i ' m   s o   h a p p y .   g r e a t   s t a r t .   p l e a s e   c a r r y   o n   k n i c k s    
n e w   s t o r y :   t h e   p i s t o n s '   r o o k i e s   h e l d   t h e i r   o w n   i n   t h e i r   n b a   d e b u t s ,   b u t   t u r n o v e r s   w e r e   t h e   s t o r y   o f   l a s t   n i g h t ' s   l o s s   t o   t h e   k n i c k s .  
f r o m   l a s t   n i g h t :   p i s t o n s   d r o p   p r e s e a s o n   o p e n e r   t o   k n i c k s ,   1 1 7 - 9 6 .  
i   b u y   n e w   k n i c k s   a p p a r e l   l i t e r a l l y   e v e r y   y e a r , i   t e a r   m y   s h i t   u p   w a t c h i n g   g a m e s   e v e r y   s e a s o n 😂 😂
  e v e r y   t i m e   i   w a t c h   c a m   r e d d i s h   p l a y   i   s e e   b i g   p o t e n t i a l .   d o n ’ t   w o r r y   a b o u t   t h e   i n j u r y   a s   i t   w i l l   p a s s .   c a m   k e e p s   s h o w i n g   f l a s h e s   o f   a b i l i t i e s   c a p a b l e     o f   b e i n g   o n e   o f   t h e   b e s t   3 - w a y   p l a y e r s   i n   t h e   l e a g u e   o n   o f f / d e f / p o i n t   f o r w a r d   w i t h   a   h i g h   b - b a l l - i q   w h i c h   i s   v e r y   r a r e   k n i c k s  
i f   y o u   t h e   g m   f o r :   k n i c k s   w i z a r d s   h o r n e t s   k i n g s   p i s t o n s   j a z z   s p u r s   p a c e r s   m a g i c   t h u n d e r   r o c k e t s   y o u   b e t t e r   d o   w h a t e v e r   i t   t a k e s   t o   l o s e   e v e r y   g a m e !   i t ’ s   w o r t h   i t !   v i c t o r w e m b a n y a m a   g o a t   n b a d r a f t   n b a   n b a t w i t t e r
m y   t a k e a w a y s   f r o m   k n i c k s   p r e s e a s o n   g a m e 
 
 - b r u n s o n   w a s   a   g r e a t   s i g n i n g   f o r   m a n y   o b v i o u s   r e a s o n s 
 - c a m   r e d d i s h   d e f e n s e   a l o n e   s h o u l d   k e e p   h i m   i n   t h e   r o t a t i o n 
 - d e u c e   m c b r i d e   d e s e r v e s   a t l e a s t   1 0   m p g   t h r o u g h o u t   t h e   s e a s o n   
 - i f   r a n d l e   k e e p   r u n n i n g   i n   t r a n s i t i o n   w e ’ l l   b e   o k a y
b a r r e t t   -   2 1 - 5 - 2   ( + 2 3 ) 
 b r u n s o n -   1 6 - 1 - 5   ( + 2 1 ) 
 r a n d l e -   1 5 - 6 - 4   ( + 1 8 ) 
 
 j u s t   l i k e   t h e y   d r e w   i t   u p   -   
 
 ( a s   h e a d s   e x p l o d e ) -   
 
 k n i c k s   n b a p r e s e a s o n
c a m   r e d d i s h   i n j u r y   i n   k n i c k s '   p r e s e a s o n   o p e n e r   c o m e s   a t   a   b r u t a l   t i m e 
 
 
 
 n b a   n e w y o r k f o r e v e r   k n i c k s   n e w y o r k   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   l a k e s h o w   l a k e r s   b l e e d g r e e n   m a g i c a b o v e a l l   s i x e r s   a l l f l y
i m m a n u e l   q u i c k l e y   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i m m a n u e l q u i c k l e y   i m m a n u e l   q u i c k l e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
g o o d   m o r n i n g   k n i c k s   f a n s .   e n j o y   y o u r   d a y !
r i s e   a n d   s h i n e !   t h e   b o c k e r s   l o o k i n g   g o o d . . . . .     k n i c k s   🧡 💙 🧡    
📣   n e w   p o d c a s t !   " t h e   n e w   y o r k   k n i c k s   p o d c a s t   -   e p i s o d e   5 8 4 :   w h y   e v e r y   o t h e r   t e a m   s u c k s "   o n     k n i c k s   p o d c a s t   p r e s e a s o n  
i t ' s   o n l y   p r e s e a s o n   b u t   n i c e   d e b u t   f r o m   j a l e n   b r u n s o n   l a s t   n i g h t   👍 🏿   k n i c k s
n e w   v i d e o   t o   w a t c h : 
 
 " r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   d e t r o i t   p i s t o n s   |   n e w   y o r k   k n i c k s "   
 
 c r e a t o r :     m s g   n e t w o r k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
s e a s o n   o f f   t o   a   g r e a t   s t a r t   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
n b a   s t a n d i n g s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 ;   n b a   g a m e s   t o d a y ;   n b a   r e s u l t s   t o d a y ;   n b a   s t a n d i n g s   t o d a y 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   7 6 e r s   p i s t o n s   k n i c k s   t i m b e r w o l v e s   h e a t   p e l i c a n s   b u l l s   j a z z   b l a z e r s
s e e i n g   t h e   g a m e   l i g h t   b u t   i ’ m   f e e l i n g   t h e   e n e r g y   o f   t h i s   k n i c k   t e a m .   i f   o n l y   r a n d l e   c a n   m a i n t a i n .   k n i c k s   n b a   n y k n i c k s   m s g
j a l e n   b r u n s o n   g o t   b u s y   i n   h i s   k n i c k s   d e b u t .   p r o v e d   h e   c a n   s c o r e   f r o m   a l l   o v e r   t h e   f l o o r   a n d   r u n   t h e   s h o w !   l o o k i n g   f o r w a r d   t o   s e e i n g   h o w   t h e   s e a s o n   u n f o l d s !   n b k f a m   j a l e n b r u n s o n   k n i c k s p r e s e a s o n  
c r a z y   h o w   k n i c k s   “ f a n s ”   c o u l d n ’ t   w a i t   t o   s t a r t   r i p p i n g   i n t o   j u l i u s   r a n d l e   n o t   e v e n   1 2   f u c k i n g   m i n u t e s   i n t o   t h e   p r e - s e a s o n .   i f   w e   a r e   g o n n a   c a l l   o u r s e l v e s   “ k n o w l e d g e a b l e ”   f a n s ,   w e   g o t t a   c u t   t h a t   b u l l s h i t   o u t .   i t ’ s   g e t t i n g   l a m e .   k n i c k s   n y k
i n   t h e i r   f i r s t   p r e s e a s o n   o u t i n g   o f   t h e   2 0 2 2 - 2 3   s e a s o n ,   t h e   k n i c k s   ( 1 - 0 )   b l e w   o u t   t h e   p i s t o n s   ( 0 - 1 )   1 1 7 - 9 6   l a s t   n i g h t   a t   t h e   g a r d e n .   k n i c k s w i n   n e w y o r k f o r e v e r  
b a r r e t t   & a m p ;   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   p i s t o n s   -     k n i c k s   n e w y o r k f o r e v e r    
p i s t o n s   a t   k n i c k s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2     v i a     k n i c k s   n e w y o r k f o r e v e r
k n i c k s   t a k e a w a y s   f r o m   t u e s d a y ' s   1 1 7 - 9 6   w i n   o v e r   p i s t o n s ,   i n c l u d i n g   i m p r e s s i v e   p e r f o r m a n c e s   t o p   t o   b o t t o m   k n i c k s   n e w y o r k f o r e v e r    
b o o s h !   🍎   🏀   
 i   l o v e   t h i s   t e a m   t h e   k n i c k s   h a v e   b u i l t !   b r u n s o n   i s   a   d i f f e r e n c e   m a k e r   w h o   d o e s n ’ t   n e e d   t o   s h o o t   t o   m a k e   a n   i m p a c t   c o m b i n e d   w i t h   a   t o u g h   d e f e n s e   f i r s t   m e n t a l i t y   =   🏆 .   k n i c k s   n b a  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 •   j a d e n   i v e y 
 
 1 6   p t s 
 4   r e b 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 

📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 •   r j   b a r r e t t 
 
 2 1   p t s 
 5   r e b 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 

📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n   p t . 3 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n   p t . 2 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 h a p p y   b i r t h d a y   b u c k e t   f o r   d e r r i c k   r o s e ! 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 
  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n . 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a d e n   i v e y ’ s   f i r s t   2 0 2 2 - 2 3   b u c k e t 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s 

📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a l e n   b r u n s o n ’ s   f i r s t   2 0 2 2 - 2 3   b u c k e t 
 
 n b a   n b a i t a l i a   k n i c k s   p i s t o n s  
i t ’ s   g o n n a   b e   r e a l   f u n n y   w h e n   r j   b a r r e t t   g o n n a   b e   l o o k i n g   l i k e   h e   d e s e r v e s   m a x   c o n t r a c t   m o n e y .   
 
 r j   b o u t   t o   p u t   t h e   l e a g u e   o n   n o t i c e .   n e w y o r k f o r e v e r   k n i c k s
a   s w e e t   2 1 p t   w i n   t o   o p e n   p r e   s e a s o n   a g a i n s t   t h e   d e t r o i t   p i s t o n s   👏 🔥 💯   
 
 b a r r e t t :   2 1 / 5 / 2 
 r a n d l e :   1 5 / 6 / 4   
 b r u n s o n :   1 6 / 5 
 q u i c k l e y :   1 3 / 3 / 3 
 
 k n i c k s   k n i c k s t a p e   🔸 ️ 🔹 ️  
s h o p   n e w y o r k f o r e v e r   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n   n e w y o r k   k n i c k s   n b a   v i d e o :  
f o u r   f r a m e s   f r o m   t u e s d a y   n i g h t ’ s   p r e s e a s o n     g a m e   b e t w e e n   t h e     a n d     
 n b a   p i s t o n s   k n i c k s  
  o p e n e d   s e a s o n   w i t h   t h e   k n i c k s   c o l o r s   s u i t   k i l l i n   i t ! !   s e t t i n g   t h e   t o n e   f o r   t h e   s e a s o n   k n i c k s
o f f   t h e   t o p   f i n a l   t a k e a w a y s   f r o m   t o n i g h t 🗽 
 
 -   j b   i s   v e r y   v e r y   t o u g h … a s   a d v e r t i s e d ,   a   v e r y   o b v i o u s   g a m e   c h a n g e r 
 -   r j   b a r r e t t 🫡 
 -   j u l i u s   h a d   a   g o o d   2 n d   h a l f ,   d u e   t o   l e t t i n g   t h e   g a m e   f l o w   t o   h i m   a n d   n o t   f o r c i n g   a n y   o f f e n s e 
 -   l o v e d   t h e   p e r f o r m a n c e s   b y   h a r t   & a m p ;   d e u c e   k n i c k s
  y o u   a r e   t h e   w o r s t   n b a   a n a l y s t   s i n c e     … . .     
 y o u   p u t   t h i s   c l o w n   o n   a   b r e a k o u t   l i s t   j u s t   t o   t r o l l   k n i c k s   & a m p ;     ? 
 q u i t   y o u r   j o b   d u d e … .  
v i c t o r   w e m b a n y a m a   i s   n o t   g e t t i n g   d r a f t e d   b y   t h e   k n i c k s .   s h u t t i n g   u p   a l l   o f   u s   s t u p i d   f a n   b o y s   w h o   a r e   g o n n a   t r y   t o   m a n i f e s t   s o m e   n o n s e n s e     k n i c k s   k n i c k e r b o c k e r s
d o n ’ t   c a r e   i f   i t   w a s   f i r s t   g a m e   o f   p r e s e a s o n   w e   g a n n a   b e   s n e a k y   g o o d   a n d   a   t o u g h   o u t   e v e r y   n i g h t   k n i c k s
a n   h o n o r ,   p r i v i l e g e   & a m p ;   p l e a s u r e .   t h e   k n i c k s   r e c a p   w e l c o m e s     ' h a n   s o l o '   t o   t h e   s h o w !   t h e   e p i s o d e   d r o p s   t h u r s d a y ,   o c t o b e r   6 t h   @   8 a m .   w e ' l l   b e   t a l k i n g   k n i c k s   p r e s e a s o n   b a s k e t b a l l   a n d   m o r e !   h a v e   a   q u e s t i o n ?   d r o p   i t   b e l o w !   k n i c k s   t k r  
s o m e   p h o t o s   f r o m   t o n i g h t   s u p p o r t i n g   t h e   f e l l a s ,   g r e a t   t o   h a v e   p r e s e a s o n   a n d   e v e n t u a l l y   t h e   r e g u l a r   s e a s o n   b a c k   k n i c k s  
h u g e   e p i s o d e   d r o p p i n g   s o o n . . . m a s s i v e .   d e t a i l s   s o o n .   b u t   i   p r o m i s e   y o u ,   t h i s   t h u r s d a y ' s   e p i s o d e   o f   t h e   k n i c k s   r e c a p   p o d c a s t   i s   m u s t   l i s t e n   t o .   k n i c k s
a p p r e c i a t e   y ' a l l   f o r   p u l l i n g   u p   t o   ' r e c a p p i n g   t h e   g a m e ' ,   t h e   k n i c k s   p o s t   g a m e   s h o w   a n d   r o c k i n g   w i t h   m e !   w e   d i d n ' t   r e a l l y   o v e r r e a c t . . . g r i m e s   s t i l l   n e e d s   t o   s t a r t .   k n i c k s   t k r   k n i c k s s p a c e s   r e c a p p i n g t h e g a m e  
i m a g i n e   i f   h e   p l a y e d   4   t h e   k n i c k s .   o n   2 n d   t h o u g h t . . . .  
g r a d e   j a l e n   b r u n s o n ’ s   p r e - s e a s o n   d e b u t   a s   a   k n i c k   🏀 
 
 1 6   p t s 
 4   a s t 
 7 - 9   f g 
 1 8   m i n s 
 
 n b a   k n i c k s   n e w y o r k f o r e v e r  
b a r r e t t ,   m a v s   e x   b r u n s o n ,   r e v   k n i c k s '   p r e s e a s o n   w i n   o v e r   p i s t o n s     v i a    
t h a t   d u d e   💯   k n i c k s  
o b i   t o p p i n   k n i c k s  
t h a n k   y o u   f o r   m a k i n g   o u r   g r a n d   o p e n i n g   a   s u c c e s s !   f r o m     s t o p p i n g   b y   t o   m e e t   y o u   t o   a     1   o f   1   a u t o ,   w e   c o u l d n ' t   h a v e   a s k e d   f o r   a   b e t t e r   e v e .   c h e c k   o u t   s o m e   p h o t o s   f r o m   t h e   n i g h t   h e r e :     
 
 c a r d b r e a k s   t h e h o b b y   k n i c k s   y a n k e e s   r e p b x
p a t r i c k   w i l l i a m s   f o r   o b i   t o p p i n 
 
 w h o   s a y s   n o ? 
 
 b u l l s   n e e d   a   y o u n g ,   a t h l e t i c   p f ,   k n i c k s   n e e d   a   l o n g ,   d e f e n s i v e   w i n g . 
 
 i   p e r s o n a l l y   w a n t e d   t h e   b u l l s   t o   t a k e   t o p p i n   t h a t   y e a r   t h e y   t o o k   w i l l i a m s   a t   4 . 
 
 n b a
a n y o n e   s t i l l   m a d   t h e   k n i c k s   “ t r a d e d ”   j a l e n   d u r e n ?   n o ,   n o b o d y   c a r e s   a n y m o r e ?   t h o u g h t   s o
    t h e   k n i c k s   s h o u l d   t r a d e   q u i c k l e y   t h e n   t o   t h e   r o c k e t s .
s o m e o n e   g e t   m e   d a v i d   s t e r n   a n d   a n   e n v e l o p e   f r e e z e r   r i g h t   n o w   k n i c k s  
🔥 🔥   k n i c k s   p r e s e a s o n   r e c a p !   🔥 🔥   k n i c k s   l o o k   p r o m i s i n g !   e f f i c i e n t   r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   p o w e r   e f f i c i e n t   w i n !   k n i c k s   k n i c k s n a t i o n 
 
 ✅   w a t c h   n o w ! 
   📽 ️     v i a  
    m r .   p r e s i d e n t   s i n c e   w e ’ r e   c o m m e n t i n g   a b o u t   s p o r t s   d o   y o u   h a v e   a n y   t h o u g h t s   o n   j a l e n ’ s   b r u n s o n   k n i c k s   d e b u t   t o n i t e   p l e a s e   a n d   t h a n k   y o u   g o   y a n k e e s   a n d   a l s o   a m e r i c a   ( :
y o     w h e r e ’ s   t h a t   k n i c k s   p r e - s e a s o n   r e a c t   v i d ? ? ? ?  
d i d   c a m   g e t   h u r t ?   n o   r e a s o n   w h y   h e   s h o u l d n ’ t   h a v e   b e e n   o u t   t h e r e   c l o s i n g   o u t   i n s t e a d   o f   t h a t   o t h e r   g u y   k n i c k s
🚨   n e w   e p i s o d e   a l e r t   🚨 
 
 k n i c k s   v s   p i s t o n s   |   g a m e   r e v i e w   
 
 w a t c h :   
 
 k n i c k s   t h i b s   b r u n s o n  
y ’ a l l   w a n t e d   j a l e n   d u r a n   s o   b a d .   n o w   l o o k   k n i c k s
w e   s t i l l   r o c k i n !     t a l k i n g   k n i c k s   -   c o m e   c h e c k   u s   o u t .   c a l l - i n   5 1 6 - 3 6 2 - 5 2 1 2   n b k f a m  
m e   a f t e r   t h e   f i r s t   k n i c k s   p r e s e a s o n   g a m e :   w e   c a n   d e f i n i t e l y   m a k e   t h e   p l a y - i n .   
 
 m e   a f t e r   w a t c h i n g   f i v e   m i n u t e s   o f   v i c t o r   w e m b a n y a m a :   i   m e a n   i t ' s   n o t   w e ' r e   g o n n a   w i n   t h e   t i t l e .   m a y b e   w e   j u s t   t a k e   t h i s   y e a r   o f f .
1 0 )   g l a d   t h i b s   a c t u a l l y   m a n a g e d   m i n s   l o l 
 1 1 )   c a m   g o t t a   w a t c h   t h o s e   r e f s . . .   b u t   n a h   h o p e f u l l y   h e ' s   g o o d   f o r   t h e   n e x t   g a m e   o r   s o . 
 1 2 )   t h e   r e s t   o f   t h e   p l a y e r s   a r e   i r r e l e v a n t . 
 
 k n i c k s   n e w y o r k f o r e v e r   w e h e r e   / e n d
5 )   r a n d l e   f i n e   i f   h e   m a k e s   d e c i s i o n s   w i t h i n   l i k e   3   s e c o n d s   a n d   r u n s . 
 6 )   e v a n   g o n n a   w i n   t h e   s t a r t i n g   r o l e   b y   d e f a u l t   l o l 
 7 )   o b i / i q   w i l l   b e   f i n e   -   r u s t . 
 8 )   d - r o s e   c o o l ,   b u t   i   w a n t   i q   t o   t a k e   a l l   h i s   m i n s   l o l 
 9 )   d e u c e   a   p e s t ,   b u t   n o t   a   m a r k s m a n   l o l 
 k n i c k s   n e w y o r k f o r e v e r   w e h e r e   2 /
k n i c k s   p o s t g a m e   e p i s o d e   i s   u p   n o w   o n     
 n b a   p r e s e a s o n   n b a 2 0 2 2   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   p i s t o n s   d e t r o i t   
 
       
 

c o n t r a r y   t o   m y   e a r l i e r   p o s t s ,   i   d i d   w a t c h   t h e   k n i c k s   g a m e   s o   i   h a v e   f a s t   t h o u g h t s : 
 
 1 )   b r u n s o n   d o p e .   h a v e n ' t   h a d   a   p g   l i k e   h i m   i n   a   l o n g   w h i l e . 
 2 )   r j   g o o d 
 3 )   m i t c h   m o v e s   l i k e   r o o k i e   m i t c h   -   g r e a t 
 4 )   l o v e   h a r t e n s t e i n   o f f   t h e   b e n c h . 
 
 k n i c k s   n e w y o r k f o r e v e r   w e h e r e   1 /
k n i c k s   p o s t g a m e   e p i s o d e   i s   u p   n o w   o n   
 n b a   p r e s e a s o n   n b a 2 0 2 2   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   p i s t o n s   d e t r o i t   
 
         
 

j a l e n   b r u n s o n   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n b r u n s o n   j a l e n   b r u n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j a l e n   b r u n s o n   m i g h t   b e   t h e   k e y   t o   u n l o c k i n g   r j   b a r r e t t ’ s   f u l l   p o t e n t i a l   f r   n e w y o r k f o r e v e r   k n i c k s
g o t   p r e t t y   g o o d   s e a t s   t h a t   d a y . . . 
 
 m i x i n g / m a s t e r i n g   r a t e s ?   g o   h e r e :   
 
 k n i c k s   m u s i c s t u d i o  
w a y   t o   e a r l y   p r e s e a s o n   o v e r r e a c t i o n … w h a t   d o   w e   t h i n k ?   k n i c k s   m a k i n g   t h e   p l a y o f f s ?
" s a u c e   w a l k a "   b a b y   t a t e   e l o n   j e e z y   z i o n   o v e r w a t c h 2   w w e n x t   b a c h e l o r i n p a r a d i s e   h i p h o p a w a r d s   f o r t h e a   " a a r o n   j u d g e "   f a t   j o e     p e l i c a n s   s a f e r     y o m   k i p p u r   m i g u e l   d r a g i c   q u e e n s u g a r   w e m b y   k n i c k s   b l a c k w o m e n   
 
 w h y   t h e   g o p   w i l l   w i n   b a c k   e v e r y t h i n g   
 🤢 🤮 🤮 🤮  
      k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d   r o s e   d o e s n ' t   n e e d   t o   l o o k   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d e r r i c k   r o s e   n o l o o k   a s s i s t   n y k   n e w y o r k   k n i c k s   d e t   d e t r o i t   p i s t o n s
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h e   c h i l d   w h o   w o n   t h e   h e a r t s   o f   a l l . 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 5 7 8 3   
 b r u n s o n   s a f e r   d d o s   c o r y   e l o n m u s k   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s   l i v r a n
f u c k   i t ,   i   h o p e   t h e   k n i c k s   t a n k .   g o   4 - 7 8 -   j u s t   s w e e p   b r o o k l y n  
d o n o v a n   m i t c h e l l ?   n b a   b a s k e t b a l l   k n i c k s   n b a t w i t t e r  
k n i c k s   f a n s ! 
 
 t o n i g h t   w a s   c h o c k   f u l l   o f   h i g h l i g h t s .   w h a t   w a s   y o u r   f a v o r i t e ? 
 
 m i n e   h a d   t o   b e   r j ’ s   f i r s t   q u a r t e r   d u n k
h o w   p e o p l e   m a r k e t   t h e i r   s a l e s   a n d   p r o d u c t s 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 5 7 8 3   
 b r u n s o n   s a f e r   d d o s   c o r y   e l o n m u s k   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s   l i v r a n
i q   t a k e s   d u r e n   o f f   t h e   d r i b b l e   a n d   m a k e s   i t   l o o k   e a s y .   n b a   b a s k e t b a l l   k n i c k s   i q   i m m a n u e l q u i c k l e y   n b a t w i t t e r   n y k   k n i c k s t a p e  
i t s   f i t t i n g   t h a t   r a y s   w i l l   b e   p l a y i n g   t h e   w i l d   c a r d   r o u n d   v s   t h e   c i t y   t h a t   t o o k   d o n o v a n   m i t c h e l l   f r o m   m y   k n i c k s   n o w   g o d   i s   g o i n g   t o   s t a r t   f a v o r i n g   t h e s e   s o b ' s   s t a r t i n g   w i t h   t h i s   s e r i e s   v s   t h e   f o r m e r   i n d i a n s   g u a r d i a n s
o b i   i s   t o p p i n   t h e   h i g h l i g h t s   w i t h   t h i s   w i n d m i l l   💥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   o b i   t o p p i n   w i n d m i l l   d u n k   n y k   n e w y o r k   k n i c k s   d e t   d e t r o i t   p i s t o n s
r j   b a r r e t t   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r j b a r r e t t   r j   b a r r e t t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
h e y   k n i c k s   f a n s   i t ’ s   o k   t o   s a y   r a n d l e   p l a y e d   w e l l   🤷 🏽 ‍ ♂ ️
s e e   h o w   p e o p l e   s e t   t h e i r   p r o j e c t   f l o w 
 ] 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 5 7 8 3   
 b r u n s o n   s a f e r   d d o s   c o r y   e l o n m u s k   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s   l i v r a n
k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   .  
    k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀  
w e a l t h   c a n   b e   a c h i e v e d   t h r o u g h   t h e   f o l l o w i n g   p r o c e s s   
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 5 7 8 3   
 b r u n s o n   s a f e r   d d o s   c o r y   e l o n m u s k   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s   l i v r a n
h o w   n i g e r i a   c a n   b e   c a l l e d   a b r o a d   b y   o t h e r   c o u n t r y 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 5 7 8 3   
 b r u n s o n   s a f e r   d d o s   c o r y   e l o n m u s k   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s   l i v r a n
l i l   m i s s . . . .   l o y a l   
 
 k n i c k s   k n i c k s t a p e   k n i c k s n a t i o n     n y k n i c k s   k n i c k s b a s k e t b a l l   
 
   😆 🏀 💙  
p o p s   g i v i n g   o u t   a d v i c e .   n b a   b a s k e t b a l l   k n i c k s   r i c k b r u n s o n   i q   j a l e n b r u n s o n   n b a t w i t t e r  
n e w   y o r k   b a s k e t b a l l   i s   b a c k 🏀 ‼ ️   • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • k n i c k s a n o n y m o u s   t h e p e o p l e s v o i c e   n b a   b a s k e t b a l l   n b a b a s k e t b a l l   k n i c k s   k i n c k s r a n k i n g     n e w y o r k k n i c k s   n y k n i c k s   n y c   n y   n e w y o r k c i t y   f y p   v i r a l   m s g  
r j   b a r r e t t   h i g h l i g h t s   -   k n i c k s   v s .   p i s t o n s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   r j   b a r r e t t   n y k   d e t   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w y o r k   k n i c k s   d e t r o i t   p i s t o n s
n i c e   l i l   p r e s e a s o n   d u b   🔥   k n i c k s  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
e a r l i e r   t o n i g h t ,   s p e r o   d e d e s   ( p b p ) ,     ( a n a l y s t )   & a m p ;     w e r e   o n   t h e   t n t   c a l l   f o r   p i s t o n s   a t   k n i c k s   n b a p r e s e a s o n
g a m e   1   t a u g h t   u s   a n d   h o p e f u l l y   t h i b s ,   t h a t   h e   c a n   c o u n t   o n   h i s   v e t s . .   b u t   h e   s h o u l d   n e v e r   h e s i t a t e   t o   s u b   i n   h i s   y o u n g   p l a y e r s .   b o t h   u n i t s   w e r e   c a p a b l e   o f   s c o r i n g   a n d   d e f e n d i n g   a t   a   h i g h   l e v e l   t o n i g h t .   
 
 l e t s   c a r r y   t h i s   i n t o   g a m e   2 . .   k n i c k s
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . .  
5 0   b u r g e r   h e r e   w e   c o m e   l m a o   k n i c k s
i q   t o   o b i   ( g o n n a   b e   h e a r i n g   t h a t   a   l o t   t h i s   y e a r ) .   n b a   b a s k e t b a l l   n b a t w i t t e r   i q   i m m a n u e l q u i c k l e y   o b i t o p p i n   k n i c k s   n y k   k n i c k s t a p e  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . . .  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . .  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . .  
“ i   l o v e   t h e   w a y   h e   c a n   c o n t r o l   a n d   m a n a g e   t h e   g a m e .   a n d   t o   m e ,   t h a t ’ s   t h e   n u m b e r   o n e   f u n c t i o n   o f   a   p o i n t   g u a r d . ”   -   t o m   t h i b o d e a u   o n   k n i c k s   n e w   p g   j a l e n   b r u n s o n   |    
    k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r     . . . .
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r     . . .
k n i c k s   1 1 7 ,   p i s t o n s   9 6 :   s c e n e s   f r o m   a   f u n   p r e s e a s o n   n i g h t   a t   t h e   g a . . .   ( p o s t i n g   a n d   t o a s t i n g ) 
 
 o n   t u e s d a y ,   t h e   n e w   y o r k   k n i c k s   k i c k e d   t h e i r   p r e - s e a s o n   o f f   a t   m a d i s o n   s q u a r e   g a r d e n   w i t h   a   . . . 
 
 a d d   y o u r   h i g h l i g h t s : 
 
   n y k n i c k s   n b a   k n i c k s
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
k n i c k s   n i c e   s t a r t   t o   p r e - s e a s o n .   a l w a y s   r o o m   f o r   i m p r o v e m e n t s   b u t   l i k e d   w h a t   i   s a w .   k e e p   i t   g o i n g .   💪 🏾 😎  
b e t t e r   p g   p l a y ,   t h e   k n i c k s   a r e   s u b s t a n t i a l l y   b e t t e r …   a n d   w e   h a v e …   m u c h   b e t t e r   p g   p l a y   n o w …   
 
 g o o d   n i g h t   🧡 💙
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i q   m a k i n g   h i s   o w n   o f f e n s e   l o o k   e a s y .   n b a   b a s k e t b a l l   i q   i m m a n u e l q u i c k l e y   n b a t w i t t e r   k n i c k s   n y k   k n i c k s t a p e  
g o o d   1 s t   h i t   o u t .   🔥 
 
 s i g n s   o f   e a r l y   f a m i l i a r i t y   /   c h e m i s t r y   t h e r e   -   a s   t h e   p o i n t   i ' v e   m a d e   -   c a n   b e   t h e   k n i c k s   s t r e n g t h   t h i s   y e a r .   
 
 n o t   a   l o t   o f   r o s t e r   t u r n o v e r ,   c a n   h e l p   s t a r t   o f f   s t r o n g ! 
 
 k n i c k s   n e w y o r k f o r e v e r   k n i c k s o n m s g  
  _ n y x   k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m a y   h a v e   o n l y   b e e n   a   p r e s e a s o n   g a m e   b u t   i t ' s   s o   e v i d e n t l y   a p p a r e n t   w h a t   a   l e g i t   t r u e   p o i n t   g u a r d   c a n   d o   f o r   a   t e a m .   e v e r y o n e   i s   g o i n g   t o   b e n e f i t   f r o m   b r u n s o n   b e i n g   o n   t h e   f l o o r .   n o   m o r e   r a n d l e   i s o   & a m p ;   o v e r   d r i b b l i n g   e i t h e r .   r j   l o o k e d   g r e a t   t o o .   2 n d   u n i t   m e s h i n g   w e l l   a l s o .   k n i c k s
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
    k n i c k s   🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
a l l   i ' m   s a y i n g   i s   d e u c e   m c b r i d e   b e t t e r   g e t   m i n u t e s   t h i s   s e a s o n .   h i s   d e f e n s e   i s   t o o   g o o d   f r e e d e u c e   m i l e s m c b r i d e   n b a   k n i c k s   n e w y o r k   k n i c k s a n o n y m o u s
    k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
h e y   i   l i k e d   w h a t   i   s a w   f r o m   j u l i u s   r a n d l e   t o n i g h t   k n i c k s
k n i c k s   g a m e   a n d   a   n y   s l i c e   🍕 ! ! 
 
 t h e   c i t y   i s   a   b l e s s i n g !   🙏 🏾 🙏 🏾
    _ g o d s o n   k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
p e r   t o m   t h i b o d e a u ,   c a m   r e d d i s h ’ s   s p r a i n e d   a n k l e   w i l l   b e   r e - e v a l u a t e d   t o m o r r o w 
 
 n b a   n b a t w i t t e r   k n i c k s
  k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   t o p p i n   t h r o w s   d o w n   t h e   w i n d m i l l   d u n k   -   v i a     a p p .       n b a .       n y k @ .   k n i c k s .      
j u l i u s   r a n d l e   t o n i g h t   v s   d e t :   
 
 1 5   p t s 
 6   r e b s 
 4   a s t s 
 6 - 1 0   f g 
 2 - 4   3 p t 
 1 - 2   f t 
 1 8   m i n 
 + 1 8 
 
 k n i c k s   n e w y o r k f o r e v e r
i t ’ s   g o i n g   t o   b e   a   r e a l l y   f u n   s e a s o n   t h i s   y e a r   k n i c k s
b r u n s o n ,   j u l e s ,   a n d   r j   l o o k i n g   g o o d !   👀   k n i c k s
i ’ v e   s e e n   e n o u g h .   k n i c k s   t o p 4   s e e d   i n   e a s t .     😂 😂 .   o v e r   r e a c t   e v e r y   p r e s e a s o n .     k n i c k s   k n i c k s t a p e   n b a
t h e     l o o k   g o o d   f o r   r e a l   k n i c k s
f i r s t   s c o r e   g r a p h i c   o f   t h i s   4 - g a m e   n b a   e x h i b i t i o n   s e a s o n .     p i s t o n s   l o s e   a t   m s g   i n   n y c   b y   2 1 .     j a d e n   i v e y ' s   p r o   d e b u t   n e t s   1 6   p o i n t s   t o   l e a d   d e t r o i t .     i s a i a h   l i v e r s   h a d   1 3 .     h a y e s   a n d   b o g d a n o v i c   1 1   e a c h .     r j   b a r r e t t   l e d   t h e   k n i c k s   w i t h   2 1 .     s o ,   0 - a n d - 1   a n d   o f f   t o   n e w   o r l e a n s !  
r j   b a r r e t t   t o n i g h t   v s   d e t : 
 
 2 1   p t s 
 5   r e b s 
 2   a s t s 
 1   s t l 
 1   b l k 
 8 - 1 4   f g 
 3 - 5   3 p t 
 2 - 2   f t 
 2 3   m i n 
 + 2 3 
 
 k n i c k s   n e w y o r k f o r e v e r
w a t c h e d   m y   k n i c k s   t a k e   o n   t h e   p i s t o n s   b e n c h   w a s   n i c e ! ! !   n o w   w a t c h i n g   t h e   p e l s   v s   b u l l s   🏀     p r e s e a s o n
j a l e n   b r u n s o n   t o n i g h t   v s   d e t : 
 
 1 6   p t s 
 1   r e b 
 5   a s t s 
 1   b l k 
 7 - 9   f g 
 2 - 4   3 p t 
 2 0   m i n 
 + 2 1 
 
 k n i c k s   n e w y o r k f o r e v e r
n e w   y o r k :     c h u c k     a n d     h a v e   s e r v e d   y o u   p o o r l y .   v o t e   f o r   c h a n g e !   
 
 n e w y o r k   n y g i a n t s   m e t s   k n i c k s   y a n k e e s  
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h e   k n i c k s   h a v e   o n e   o f   t h e   b r i g h t e s t   f u t u r e s   i n   b a s k e t b a l l   a n d   n o b o d y   i s   t a l k i n g   a b o u t   i t
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
j a l e n   b r u n s o n   i n   h i s   f i r s t   a c t i o n   a s   a   n e w   y o r k   k n i c k 
 
 7 - 9   f g   👀 
 1 6   p t s   🔥 
 5   a s t   🪙 
 
 a l l   i n   2 0   m i n u t e s ,   c a n   j a l e n   b r u n s o n   l e a d   t h e   k n i c k s   t o   t h e   p l a y o f f s   k n i c k s   n b a  
t h e   k n i c k s   f i n a l l y   h a v e   a   l e g i t   s t a r t i n g   p o i n t   g u a r d   😌
m i l e s   m c b r i d e   c l o s e s   o u t   t h e   g a m e ! 
 n e w y o r k f o r e v e r   k n i c k s   n b a   n b a t w i t t e r     n b a p r e s e a s o n   n e w y o r k     
  
r a y s   w i l l   w i n   t h e i r   f i n a l   g a m e   o f   2 0 2 2   j u s t   l i k e   t h e   k n i c k s   d i d   o n   a p r   1 0 t h   v s   t h e   r a p t o r s
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . . .  
i   s e e   k n i c k s   g a i n   t h a t   1 s t   p r e s e a s o n     w i n ! 👏 🏽 👏 🏽 🏀
_ d a i m o n a   k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
b r u n s o n   i s   b e t t e r   t h a n   a d v e r t i s e d . .   f i n a l l y   a   p g .   k n i c k s
_ 3   k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
n e w   e n e r g y   a t   m s g   k n i c k s
_ 5 t i i l _ h e r e   k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   c a n   g e t   u s e d   t o   t h i s .   k n i c k s
l i k e d   w h a t   i   s a w   f r o m   m y   k n i c k s   t o n i g h t ! !   l e t ’ s   g o o o
j a l e n   b r u n s o n   b r i n g s   h o m e   a   v i c t o r y   f o r   h i s   f i r s t   g a m e   f o r   t h e   k n i c k s : 
 
 1 6   p o i n t s 
 5   a s s i s t s 
 7 - o f - 9   f g 
 2 - o f - 4   3 p 
 1 9   m i n u t e s  
o b l i g a t o r y   u n h i n g e d   k n i c k s   t w e e t   k n i c k s  
r j b a r r e t t   s h i n e s   w i t h   2 1   p o i n t s   a n d   f i v e   r e b o u n d s   t o   l i f t   t h e   k n i c k s   o v e r   t h e   p i s t o n s .   f i n a l :   d e t   9 6   -   1 1 7   n y k   n b a p r e s e a s o n
f i n a l 
 
 k n i c k s   1 1 7 
 p i s t o n s   9 6 
 
 r j   b a r r e t t   ( 2 1   p o i n t s ) ,   b r u n s o n ,   a n d   r a n d l e   a l l   h a d   s t a r   m o m e n t s .   e v e r y o n e   c o n t r i b u t e d   o n   b o t h   e n d s   o f   t h e   f l o o r .   j u s t   a   s u p e r   f u n   s t a r t   t o   t h e   p r e s e a s o n
v e r y   s o l i d   p r e s e a s o n   w ,   o n w a r d s   a n d   u p w a r d s 
 
 k n i c k s
i   l i k e   w h a t   i   j u s t   s a w   k n i c k s
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
c o a c h c a s e y   b e e n   a r o u n d   f a r   t o o   l o n g   t o   s h o w   h i s   h a n d   i n   p r e s e a s o n   w i t h   t h i s   n e w b r e e d   p i s t o n s   g r o u p .   d o n ’ t   g e t   i t   t w i s t e d ,   f a m ,   i n   t h o s e   t e r m s ,   t o n i t e   a   b i g   w i n   v s   k n i c k s .   s t o r y   c o m i n g .
r j   w i t h   t h e   q u i c k   h a n d s   f o r   t h e   s t e a l   t o   f a c i l i t a t e   a   f a s t   b r e a k   a l l e y   o o p   t o   o b i   t o p p i n .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   r j b a r r e t t   o b i t o p p i n   n y k   k n i c k s t a p e  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h i s   i s   j u s t   a w e s o m e   k n i c k s     _ g o d s o n  
n i c e   t o   s e e   t h e   k n i c k s   n o t   b l o w   a   l e a d   a n d   g e t   t h a t   w !
l o v e   a   w o m a n   w h o   l o v e s   t h e   k n i c k s
f i n a l   s c o r e 
 
 p i s t o n s   9 6 
 k n i c k s   1 1 7 
 
 i v e y   -   1 6 p ,   4 r 
 h a y e s   -   1 1 p ,   5 a 
 d u r e n   -   2 p ,   1 4 r 
 l i v e r s   -   1 3 p ,   4 r 
 b o g d a n o v i c   -   1 1 p ,   4 r 
 
 d u r e n   l o o k s   i m p r e s s i v e   o n   t h e   b o a r d s   👀
p r e s e a s o n   w i n   f o r   t h e   k n i c k s !   n e w y o r k f o r e v e r   k n i c k s   n b a   n b a t w i t t e r  
g r e a t   s t a r t   t o   t h e   s e a s o n   k n i c k s  
p l e a s e ,   n o b o d y   s a y   “ b i n g   b o n g ” .   t h a t   k i l l e d   u s   l a s t   y e a r .   t h i s   w a s   a   v e r y ,   v e r y   g o o d   w a y   t o   s t a r t   t h i n g s   o f f .   k n i c k s     n y k   n e w y o r k f o r e v e r    
d o n ’ t   w a n t   t o   o v e r r e a c t   t o   a   p r e s e a s o n   g a m e ,   b u t   j u s t   a b o u t   e v e r y   k n i c k s   p l a y e r   s h o w e d   u p   t o n i g h t   a n d   d i d   t h e i r   t h i n g   a n d   t h e n   s o m e . 
 
 i f   t h i s   d e f e n s e   h o l d s   u p   ( i   t h i n k   i t   w i l l )   a n d   i f   t h e y   c a n   b e   t h i s   f l u i d   a n d   v e r s a t i l e   o n   o f f e n s e ,   t h i s   t e a m   i s   g o n n a   b e   p r e t t y   g o o d
b e a r d e d   t h i b s   i s   u n d e f e a t e d .   k n i c k s
r j   b a r r e t t   2 1   p o i n t s   i n   2 2   m i n u t e s   ( a n d   q u i e t l y ,   m i g h t   i   a d d ) ,   j a l e n   b r u n s o n   i s   t h e   p o i n t   g u a r d   t h i s   t e a m   n e e d s ,   a n d   t h e   e n e r g y   w a s   t h e r e   f o r   4 8   m i n u t e s .   i   k n o w   i t ' s   p r e s e a s o n ,   b u t   t h e r e   w e r e   a   r i d i c u l o u s   a m o u n t   o f   p o s i t i v e s   f r o m   t o n i g h t .   t a p e   k n i c k s
k n i c k s t a p e   k n i c k s
o n l y   n e g a t i v e   t o d a y   w a s   c a m   r e d d i s h   t w e a k i n g   h i s   a n k l e …   i   w a s   r e a l l y   r o o t i n g   f o r   t h i s   k i d ,   h e   h a s   a l l   t h e   t o o l s   s m h . .   t h i s   w a s   h i s   o p p o r t u n i t y   t o   m a k e   a   s t a t e m e n t   a n d   g r a b   a   r o t a t i o n   s p o t . .   s i g h . .   a h   w e l l   r j ,   b r u n s o n ,   j u   a l l   p l a y e d   g r e a t   a n d   t h e y   a r e   o u r   l e a d e r s !   k n i c k s
g l a d   t h e y   h e l d   t h e m   u n d e r   1 0 0   k n i c k s
l e t ’ s   g o   ! ! !   k n i c k s
t h e   p i s t o n s   f a l l   t o   t h e   k n i c k s   1 1 7 - 9 6 . 
 
 j a d e n   i v e y   a n d   j a l e n   d u r e n   w e r e   b o t h   v e r y   i m p r e s s i v e .   i v e y   s h o u l d   s t a r t   i n   t h e   r e g u l a r   s e a s o n   a n d   w e   s h o u l d   s e e   s o m e   d u r e n   m i n u t e s   r i g h t   a w a y .   
 
 c a d e   a n d   s t e w a r t   w e r e n ' t   g r e a t ,   b u t   i t ' s   j u s t   g a m e   1   o f   t h e   p r e s e a s o n .
w a i t   d i d   t h e   k n i c k s   j u s t   w i n   a   g a m e ? ? ! ! 
 k n i c k s   n b a
t h e   n e w   y o r k   k n i c k s   d e f e a t   t h e   d e t r o i t   p i s t o n s   1 1 7 - 9 6   i n   t h e i r   p r e s e a s o n   o p e n e r .   
 
 j a d e n   i v e y :   1 6   p o i n t s ,   2   a s s i s t s   
 i s a i a h   l i v e r s :   1 3   p o i n t s ,   4   r e b o u n d s 
 b o j a n   b o g d a n o v i c ,   k i l l i a n   h a y e s :   1 1   p o i n t s
n o t h i n g   l i k e   h e a r i n g   s t a n   v a n   g u n d y   s i n g   h i s   p r a i s e s   a b o u t   t h e   p i s t o n s   a s   t h e     a b s o l u t e l y   r o u t e   t h e m   k n i c k s  
k n i c k s   w i n s   p r e s e a s o n   g a m e   n b a   n b a p r e s e a s o n   k n i c k s
k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r   . .  
i ’ m   n o t   g o i n g   t o   o v e r r e a c t   t o   a   p r e s e a s o n   g a m e ,   i t ’ s   n i c e   t o   s e e   t h e m   p l a y   g o o d   a n d   w h a t   n o t   b u t   u n t i l   t h e   g a m e s   s t a r t   t o   m a t t e r   t h i s   i s   n o t h i n g .   f o r   n o w .   k n i c k s
i   k n o w   i t ’ s   t h e   p r e s e a s o n   b u t   r j   b a r r e t t   s o   f a r   s e e m s   t o   b e   l i v i n g   u p   t o   h i s   c o n t r a c t   e x t e n s i o n .   n b a   k n i c k s  
    h o w   w a s   y o u r   o f f - s e a s o n   m e n ?   h e r e   w e   g o   a g a i n ! !   k n i c k s   n a t i o n !   p u t   i t   o n   r e c o r d   i   f e e l   t h i s   t e a m   w i l l   s u p r i s e   t h i n k   2   y e a r s   a g o   b u t   m u c h   b e t t e r ! !   n o t   b l o w i n g   s m o k e   d e a d   s e r i o u s   k n i c k s
i   h o p e   m y   k n i c k s   h o l d   t h i s   l e a d !   k n i c k s
y o o o o o o   k n i c k s   a r e   b a c k !   a n d   n o   i   d o n ’ t   m e a n   b a c k   l i k e   t h a t !   b u t   j u s t   b a c k   r e a d y   t o   g o !   a n d   i t   f e e l s   g o o d   t o   g e t   a   w   e v e n   i n   a   p r e s e a s o n   g a m e !   k i d s   l o o k i n g   g o o d   m a n !   b r u n s o n   l o o k i n g   g o o d !   g o o d   f u c k i n g   n i g h t ! i   l o v e   m y   t e a m !     _ 7 f m     p o p p i n   t o n i g h t !
m i l e s   m c b r i d e   w i t h   h i s   6 t h   s t e a l .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
🎵   i t ' s   c o l d   i n   t h e   d   k n i c k s
f e e l   b a d   f o r   m c b r i d e ,   t h i b s   g o n n a   l e t   h i m   r o t   k n i c k s
y o u   c a n ’ t   t e l l   m e   t h e m   b o y s   a i n ’ t   l o o k   e l i t e   n e w y o r k f o r e v e r   k n i c k s     🏀 🔥 🗣 🗣 🗣 💪 🏾
    t h a t ' s   g r e a t   m o !   i ' m   s u r e   y o u   a n d   y o u r   k i d s   a r e   h a v i n g   a   g o o d   t i m e   w a t c h i n g   y o u r   k n i c k s   o b l i t e r a t e   m y   p i s t o n s   t o n i g h t !   b u t   o n   t h e   b r i g h t   s i d e ,   j a d e n   i v e y   w a s   b a l l i n g   t o n i g h t !   h e ' s   g o i n g   t o   b e   a   f o r c e   t o   r e c k o n   w i t h   i n   t h e   n b a   i n   t h e   n e a r   f u t u r e .
d e u c e   w a n t s   h i s   m i n u t e s !   k n i c k s  
  
   
   
 
 y o u   a l l   d e a l   w i d   m e   s h a b b y   b e c a u s e   o f   m y   k n i c k s .   l o o k   a t   m y   y a n k e e   t e a m . . . h e a d i n g   t o   t h e   p l a y o f f s   w i t h   t h e   h o m e r u n k i n g . 
 
 b u t   i   c a n   t e l l   o o n u   n u h   w a a   h e a r   d i s   🤣 🤣 🤣 🤣 
 
 h a t e r s  
    _ j _ d _ m     _ d u d e     _ _ w a r     _ s t e v e n     _ m a c   _ 1 9 1 4   @ _ k n i c k s 1 6 8 8               _       _ 2 2     _ _                     @ _ b i l l y h o y l e o f n j                             t h e   k n i c k s   g o t   t h r e e   f i r s t   r o u n d   p i c k s   f o r   h i m 😂 😂 😂 😂 s t o p   i t .   p l u s   t r a d i n g   f o r   b o g e y   w a s   d u m b   l o l
o u r   s t a r t i n g   5   l o o k e d   g o o d   f o r   i t   t o   b e   t h e i r   f i r s t   g a m e   r u n n i n g   w i t h   b r u n s o n . . i   s t i l l   h o p e   t h i b s   s t a r t s   g r i m e s   o v e r   f o u r n i e r   e v e n t u a l l y   k n i c k s
s o r r y   c a m   y o u ’ r e   o u t t a   h e r e   e v e r y b o d y   l o v e s   h a r t e n s t e i n   n o w   😂 k n i c k s
m i l e s   m c b r i d e   r e m i n d s   m e   o f   f r a n k   n t i l i k i n a   i f   f r a n k   w a s n ’ t   a s s   n b a   k n i c k s
m c b r i d e   i s   a   k e e p e r .   i t ’ s   a   l o n g   s e a s o n ,   o p p o r t u n i t y   w i l l   p r e s e n t   i t s e l f .   h e   j u s t   h a s   t o   s t a y   r e a d y .   k n i c k s
t h i s   k n i c k s   t e a m   l o o k s   f u n   a n d   e n e r g i z e d   w i t h   a   n e w   p g .   i ' m   h o p i n g   t h i s   t r a n s l a t e s   i n t o   t h e   r e g u l a r   s e a s o n .
g e t   m y   a r t   p r i n t e d   o n   a w e s o m e   p r o d u c t s .   s u p p o r t   m e   a t   r e d b u b b l e   r b a n d m e :       f i n d y o u r t h i n g   r e d b u b b l e   k n i c k s   n f t m a r k e t p l a c e
d e u c e ’ s   d e f e n s i v e   i n s t i n c t s   a r e   i n c r e d i b l e .   k n i c k s
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m i l e s   m c b r i d e   a g a i n ! ! !   a   s t e a l   a n d   a   s l a m ! 
 
 5   s t e a l s ,   t h e   d e u c e   i s   l o o s e   k n i c k s
m i l e s   m c b r i d e   w i t h   h i s   5 t h   s t e a l   t h e n   s l a m s   i t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
j u s t   g o t   o u t   o f   w o r k   h o w   w e   l o o k i n g   b o y s   k n i c k s
m c b r i d e   🗜 🗜 🗜 🗜 🗜   c l a m p   ‘ e m   u p   k n i c k s
h o w   c o o l   i s   i t   t o   s e e     a n d   h i s   f a t h e r ,   c o a c h   r i c k   b r u n s o n ,   s i t t i n g   n e x t   t o   e a c h   o t h e r   w a t c h i n g   t h i s   4 t h   q u a r t e r   o f   t h e     p r e s e a s o n   g a m e .   n b a   k n i c k s
h e y   m i l e s   m c b r i d e   f a n s , 
 
 w h o   y a   b e n c h i n g :   r o s e   o r   b r u n s o n ? 
 
 t h a t ’ s   w h a t   i t ’ l l   t a k e   t o   g e t   h i m   i n   c o n s i s t e n t l y .   k n i c k s
d u u u e e c c e e e   k n i c k s
i   c l e a r l y   m i s s e d   t h e   n b a   i f   i ’ m   w a t c h i n g   t h e   4 t h   q u a r t e r   o f   a   p r e s e a s o n   g a m e   w h e r e   t h e   k n i c k s   a r e   l e a d i n g   b y   2 0 .
r a i n b o w   s q u a d   i n …   k n i c k s
      w o w !   t h e   p i s t o n s   l o s t   t o   t h e   k n i c k s   😬 🏀
i   k n o w   i t ’ s   o n l y   p r e s e a s o n   b u t   t h e   n e w   l o o k   k n i c k s   l o o k i n g   g o o d   s o   f a r .   🏀   r j b a r r e t t   b r u n s o n   q u i c k l e y   k n i c k s
i m m a n u e l   q u i c k l e y   a t t a c k s   t h e   b a s k e t   a n d   b a n k s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
c h e c k i n g   i n   o n   m y   k n i c k s   -   i   l i k e   w h a t   i   s e e ! ! !
b e s t   w a y   t o   i m p r o v e   y o u r   m a r k e t i n g   e f f o r t s . 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 2 0 2 2   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s
l e t h a r g i c   r u s s e l l   w e s t b r o o k   h i g h l i g h t   i s   a n   e y e - o p e n e r   f o r   l a k e r s   f a n s 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   s a c r a m e n t o   k i n g s   s a c r a m e n t o p r o u d   n b a t w i t t e r   n b a 2 k 2 3   n b a 2 k   k n i c k s   m f f l   b l e e d g r e e n   f e a r t h e d e e r   w e a r e t h e v a l l e y   d u b n a t i o n   c l i p p e r n a t i o n
i s a i a h   h a r t e n s t e i n   w i t h   t h e   d e f e n s e   t h e n   d i s h e s   t o   i m m a n u e l   q u i c k l e y   f o r   a n   u n c o n t e s t e d   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
t n t   r e a l l y   o n   d e t r o i t   n u t s   k n i c k s   k n i c k s t a p e
    b e   r e a l i s t i c   a n d   r o o t   f o r   a   p l a y o f f   r u n .   k n i c k s
t n t   r e a l l y   o n   d e t r o i t   n u t s   h u h ?   k n i c k s   k n c i s t a p e
h a r t e n s t e i n   i s   h u s t l i n g   o u t   t h e r e   .   g o o d   t o   s e e   .   _ k n i c k s p r   k n i c k s
i t ’ s   o n l y   d e t r o i t   b u t   d a m n   t h i s   k n i c k s   t e a m   i s   f u n   r i g h t   n o w   🙌
j a l e n   s i t t i n g   n e x t   t o   h i s   p o p s   k n i c k s
h o w   p e o p l e   f e e l   w h e n   t h e y   s e e   a n   e a s y   w a y   a c q u i r e   w e a l t h 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 2 0 2 2   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   n u n e z   n a p o l i   r a n g e r s
c a m ’ s   i n j u r y   m a y   h a v e   p o t e n t i a l l y   e n d e d   h i s   k n i c k s   t e n u r e 
 
 t h a t ’ s   n o t   w h a t   i   w a n t   t o   h a p p e n ,   t h a t ’ s   w h a t   i   e x p e c t   t o   h a p p e n 
 
 d o e s   a n y 1   b e l i e v e   t i b b s   w i l l   a l l o w   r o o m   f o r   r e d e m p t i o n   & a m p ;   g i v e   c a m   a n   e x t e n d e d   a u d i t i o n   o n c e   t h e   s z n   g e t s   r o l l i n g ?
        k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
g a r d e n v i s i o n   j u s t   s h o w e d   f r a n k e n s t e i n   h i t   h i s   6 0 t h   h o m e .   a a r o n j u d g e   k n i c k s   n b a p r e s e a s o n  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  _ _ w a r         _ d u d e   _ s t e v e n     _ m a c   _ 1 9 1 4   @ _ k n i c k s 1 6 8 8       _ j _ d _ m           _       _ 2 2     _ _                     @ _ b i l l y h o y l e o f n j                               k n i c k s   t r a d e d   t h e   s p o t   t o   d r a f t   d u r a n   f o r   3   f i r s t   r o u n d   p i c k s   l o l .   r o b b e r y
s o   d o   w e   a l l   a g r e e   t h a t     g o n n a   b e   a   a l l s t a r   t h i s   s e a s o n ?   n e w y o r k f o r e v e r   k n i c k s  
    k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  h a v e   1 3   s t e a l s   s o   f a r ,   b e g i n n i n g   o f   4 t h   q t r !   d a m n !   d e f e n s e   i s   i t !   l e t ’ s   g o   k n i c k s       p i s t o n s
d e u c e   m c b r i d e   w i t h   4   s t e a l s   i n   1 2   m i n u t e s .   a n   a b s o l u t e   m e n a c e   o n   d e f e n s e .   k n i c k s
d e u c e   g o t t a   m a k e   t h o ’ s . . . . k n i c k s
b r u n s o n   t o   r a n d l e   w h o   b a c k s   d o w n   t h e   s m a l l e r   i v e y .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   j a l e n b r u n s o n   j u l i u s r a n d l e   n y k  
      t h i s   r i g h t   h e r e   i s   w h y   w e   n e e d   t o   a d d   a   k n i c k s   s e g m e n t   t o   p o w e r   & a m p ;   p o l i t i c s
h a r t e n s t e i n   b e g g i n   f o r   t h e   b a l l   s e v e r a l   t i m e s   w h e n   b e i n g   w i d e   o p e n   s m h . . .   j u s t   m a k e   t h e   p a s s   k n i c k s
l o v e   h a v i n g   k n i c k s   f a n s   i n   m y   c h a t !   🤣 🤣 🤣   n e w y o r k k n i c k s   k n i c k s  
i   l i k e   t h e   p u l l   u p   j u m p   s h o t   a t t e m p t   b y   o b i   .     k e e p   i t   u p   k n i c k s
w h e r e   a r e   t h e   o f f e n s i v e   r e b o u n d s   a f t e r   t h e s e   m i s s e d   3 ’ s   .   k n i c k s
i f   o b i   g e t s   t h a t   p u l l   u p   j u m p   s h o t   d o w n   p a c k   h e ’ l l   b e   a   g o o d   p l a y e r   i n   t h e   n b a   k n i c k s
w i l l   w e   s e e   k e e l s ?   k n i c k s
m i l e s   m c b r i d e   w i t h   a n o t h e r   s t e a l .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
a t   t h e   k n i c k s   g a m e   w i t h   m y   g !   k n i c k s t a p e     k n i c k s  
o b i   t o p p i n   w i t h   a   b u c k e t ,   a n   a s s i s t   f r o m   i m m a n u e l   q u i c k l e y .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
k n i c k s   h a v e   t h e   b e s t   s e c o n d   u n i t   i n   t h e   n b a   🧡 💙
i ’ m   d e f i n i t e l y   t a k i n g   t h e   o v e r   o n   t h e   b e t t i n g   w i n   t o t a l   f o r   t h e   k n i c k s   w h i c h   i s   s e t   a t   3 9 . 5   p e r   l v .   i   p r e v i o u s l y   s a i d   4 2   b u t   i   w o u l d n ’ t   b e   s u r p r i s e d   i f   i t ’ s   m o r e   l i k e   4 5 .   y e s   i t ’ s   j u s t   p r e   s z n     v s   t h e   p i s t o n s   b u t   i   a l r e a d y   s e e   a   d i f f e r e n t   t e a m !
h o w   t o   c h a n g e   y o u r   c a r   o i l 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 2 0 2 2   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   o v e r w a t c h 2   n u n e z   n a p o l i   r a n g e r s
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
e n d   o f   3 q : 
 
 k n i c k s   9 8 
 p i s t o n s   7 4 
 
 i ’ m   c o n v i n c e d   s o m e o n e   k i d n a p p e d   o u r   t e a m   b c   h o w   t h e y   a l m o s t   s c o r e d   1 0 0   b y   n o w   i s   c r a z y . 
 
 r a n d l e   p o p p e d   o f f   f o r   1 0   p o i n t s ,   h e   h a s   1 5   ( 6 / 1 0 )   f o r   t h e   g a m e
i   w a n n a   s e e   h u n t   w i t h   t h i s   u n i t   k n i c k s
s u r v e y   s h o w s   n b a   g m s   b e l i e v e   i n   n e w   l a k e r s '   h e a d   c o a c h   d a r v i n   h a m 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   s a c r a m e n t o   k i n g s   s a c r a m e n t o p r o u d   n b a t w i t t e r   n b a 2 k 2 3   n b a 2 k   k n i c k s   m f f l   b l e e d g r e e n   f e a r t h e d e e r   w e a r e t h e v a l l e y   d u b n a t i o n   c l i p p e r n a t i o n   a l l f l y
p r e s e a s o n   k n i c k   g a m e   7 4 - 9 8   k n i c k s   p r e s e a s o n k n i c k s   n e w y o r k k n i c k s   n b a 🏀
m e t s   a n d   k n i c k s   u p   b i g   l i f e   i s   g o o d   l g m   n e w y o r k f o r e v e r
c o m i n g   h o m e   t o   s e e   t h i s . . .   u g h   t h e r e s   n o t h i n g   b e t t e r   k n i c k s   b a s k e t b a l l   i s   b a c k   b a b y  
r j   b a r r e t t   w i t   2 1   o n   5 7 %   s h o o t i n g   a n d   6 0 %   f r o m   3   q u i e t l y . . h e   r i g h t   w h e r e   h e   l e f t   o f f   k n i c k s
b r u n s o n   t o   r a n d l e   w h o   l o s e s   h i s   s n e a k e r   o n   t h e   l a y u p .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   j a l e n b r u n s o n   j u l i u s r a n d l e   n y k   k n i c k s t a p e  
  1   o f   t h e   m o s t   o v e r r a t e d   e x p e r i e n c e s .   k n i c k s   m a d i s o n s q u a r e g a r d e n   n b a p r e s e a s o n  
h e   w a s   t h e   b e s t   p l a y e r   o n   t h e   c o u r t   t o n i g h t 
 
 j a l e n   b r u n s o n   a n d   r j   b a r r e t t   w i l l   b e   a l l   s t a r s   t h i s   s e a s o n ! ! 
 k n i c k s  
l o v i n g   t h e s e   n e w   a d d i t i o n s .   h a r r i s ,   h a r t e n s t i e n ,   a n d   o f   c o u r s e   b r u n s o n   s h o w i n g   t h e i r   w o r t h   i n   g a m e   1   k n i c k s
d o   y o u   d o   a n y   o f   t h e s e   t e n   e m b a r r a s s i n g   t h i n g s ? 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   o v e r w a t c h 2   n u n e z   n a p o l i a j a x
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
a f t e r   3 
 
 p i s t o n s   7 4 
 k n i c k s   9 8 
 
 i v e y   -   1 6 p ,   4 r 
 h a y e s   -   1 1 p ,   4 a 
 d u r e n   2 p ,   8 r
9 8   p o i n t s   a f t e r   3   q u a r t e r s …   k n i c k s  
t h i s   b e a t   d o w n   w a s   s o   b a d   i   t h o u g h t   t h i s   w a s   t h e   4 t h   q u a r t e r .     s t i l l   o n e   t o   g o   & a m p ;   d e t r o i t   l o o k   d e a d 
 
 k n i c k s   n e w y o r k f o r e v e r
a t   t h e   e n d   o f   t h e   t h i r d   q u a r t e r   t h e   k n i c k s   l e a d   t h e   p i s t o n s   9 8 - 7 4 .   
 
 j a d e n   i v e y :   1 6   p o i n t s ,   4   r e b o u n d s 
 k i l l i a n   h a y e s :   1 1   p o i n t s ,   4   a s s i s t s 
 b o j a n   b o g d a n o v i c :   1 1   p o i n t s
_ k n i c k s p r   k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m i l e s   m c b r i d e   w i t h   4   s t e a l s   a l r e a d y .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
t h i b s   i s   g o i n g   t o   l e t   t h e   b e n c h   p l a y .   i   n e e d   t o   s e e   o b i   b e   a g g r e s s i v e   l i k e   h e   w a s   t h e   l a s t   f e w   g a m e s   o f   l a s t   s e a s o n .   n o   n e e d   t o   g o   b a c k   i n t o   h i s   s h e l l   
 
 k n i c k s
y o u ' l l   n e v e r   g e t   h i r e d   i f   y o u   s a y   t h i s   i n   a   j o b   i n t e r v i e w 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   o v e r w a t c h 2   n u n e z   n a p o l i
h a r r i s   a t t a c k s   t h e   b a s k e t   a n d - 1   b u c k e t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
k n i c k s   b r u n s o n   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
i   d o n ’ t   w a n t   t o   g e t   t o o   e x c i t e d   a b o u t   m y     k n i c k s   b u t   i   a m
t h i s   t i n y   m i s t a k e   c o s t s   g a r d e n e r s   $ 3 , 0 0 0   a   y e a r 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   o v e r w a t c h 2   n u n e z   n a p o l i   r a n g e r s
m c b r i d e   h a s   b e e n   l e t h a l   d e f e n s i v e l y   🔥 … i t ’ s   g o i n g   t o   b e   v e r y   t o u g h   t o   k e e p   h i m   o f f   t h e   r o t a t i o n   k n i c k s
b u t   s e r i o u s l y ,   w h o   s t i l l   l i k e s   t h e   k n i c k s ? 
 
 k n i c k s   e f
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
o b i   t o p p i n   w i t h   a n o t h e r   d u n k ! 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n   n e w y o r k f o r e v e r   k n i c k s   k n i c k s t a p e   
  
    _ l i f e r s   _ n y _ b     t h i n k   k n i c k s   q u a l i f y   t o p   6   n o r m a l . 
 n y k   l o o k   l i k e   t h e y   a r e   b u i l d i n g   a   t e a m   o n   a   f o u n d a t i o n   o f   c h a r a c t e r . 
 t e a m s   l i k e   t h e   n e t s / 7 6 e r s   w i l l   a t   s o m e   p o i n t   d e a l   w i t h   f i n g e r   p o i n t i n g   a n d   d r a m a .
w e   h a v e   a   r e a l ,   l i v e   p g   😍   k n i c k s t a p e   k n i c k s
      k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m i t c h   i s   m y   g u y   b u t   w e   m i g h t   h a v e   t o   s t a r t   h a r t e n s t e i n   k n i c k s
s u p p o s e   t h i s   h a p p e n e d   o n   y o u r   w e d d i n g   d a y ! 
 
 o v e r w a t c h 2   a s k n o t o r i o u s   k n i c k s   y o m k i p p u r 2 0 2 2   b r u n s o n   s a f e r r o a d s   d d o s e c r e t s   c o r y   e l o n   r a n d l e   p i s t o n s   c a s h c a r d c a r n i v a l   h a r t e n s t e i n   v e l m a   b a r c a   a s k n o t o r i o u s   g b b o   o v e r w a t c h 2   n u n e z   n a p o l i   r a n g e r s
w h a t   a r e   w e   t h i n k i n g ? !   k n i c k s
i s a i a h   h a r t e n s t e i n   w i t h   a n o t h e r   b u c k e t   f r o m   t h e   c e n t e r .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
o k ,   i ’ m   t r y i n g   n o t   t o   g e t   t o o   e x c i t e d   a b o u t   t h e   k n i c k s   s i n c e   i   k n o w   t h i s   i s   t h e   p i s t o n s   a n d   i t ’ s   p r e s e a s o n   b u t   👇 🏾 😂  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m i l e s   m c b r i d e   a s s i s t s   i m m a n u e l   q u i c k l e y   w h o   a t t a c k s   h i s   d e f e n d e r   i n   t h e   p a i n t   a n d   i t s   b u c k e t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
i   k n o w   i t ’ s   o n l y   p r e s e a s o n … b u t   t h e   k n i c k s   r u n n i n g   t h e   p i s t o n s   o f f   t h e   c o u r t   i s   a   g o o d   s i g n   i n   t h e   r i g h t   d i r e c t i o n   👏 🏼   n b a p r e s e a s o n   k n i c k s t a p e
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
l a k e r s '   a n t h o n y   d a v i s   c o m i c a l l y   r o a s t s   m a l i k   m o n k   a f t e r   l o s s   t o   k i n g s 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   s a c r a m e n t o   k i n g s   s a c r a m e n t o p r o u d   n b a t w i t t e r   n b a 2 k 2 3   n b a 2 k   k n i c k s   m f f l   b l e e d g r e e n   f e a r t h e d e e r   w e a r e t h e v a l l e y   d u b n a t i o n   c l i p p e r n a t i o n
r j   f i n d s   o b i   f o r   t h e   g o t h a m   l o b .     d o n ' t   j u m p !   k n i c k s  
d a m n   c l y d e   c o l d   b l o o d e d   
 
 k n i c k s   n e w y o r k f o r e v e r  
t h i b s   t o   t h e   r e f   w h o   t r i p p e r   c a m   r e d d i s h .   k n i c k s  
s h o u l d     b a r r e t t   b e   i n   t h e   g a m e ?   u p   3 0 ,   i n   1 s t   p r e - s e a s o n   g a m e ,   j u s   s a y i n !   l e t ’ s   g o   k n i c k s     p i s t o n s      
n y   j u s t   b r i e f l y   h a d   a   3 0   p o i n t   l e a d   ( 9 1 - 6 1 )   w i t h   5 : 3 5   l e f t   i n   t h e   t h i r d   q u a r t e r .   
 
 w h o   i s   t h i s   t e a m ,   a n d   w h a t   d i d   t h e y   d o   w i t h   t h e   k n i c k s   ?
    _ l i f e r s   _ n y _ b     n o t   s u r e   t h a t   i   n e e d   t o   w a t c h   1 . 5   q u a r t e r s   o f   g a r g a g e   t i m e . 
 t h i n k i n g 
 k n i c k s   l o o k e d   g r e a t .
c l i n i c   k n i c k s   n b a p r e s e a s o n
r e a l l y   l i k e   w h a t   i ’ m   s e e i n g   i n       _ r a n d l e   _ _ _ _   a n d   t h e   r e s t   o f   t h e   k n i c k s   l o o k i n g   s e a m l e s s   w /     r u n n i n g   p o i n t .   l o o k i n g   s o l i d .   t h e   c h e m i s t r y   w i l l   j u s t   g e t   b e t t e r !   n b a
k n i c k s   h a v e   a   v e r y   d e e p   s e c o n d   u n i t .   s h o u l d   b e   a   s o u r c e   o f   s t r e n g t h   f o r   t h e   t e a m .   d a r e   i   s a y   d e e p e s t   i n   t h e   e a s t ?
i   k n o w   i t ’ s   j u s t   t h e   p i s t o n s   a n d   i t ’ s   j u s t   p r e s e a s o n   b u t   👀 👀 👀 👀 👀 👀   k n i c k s
k n i c k s   a r e   t h e   4 t h   s e e d   t h i s   y e a r .   i ’ m   n o t   h e r e   t o   a r g u e   f a c t s
r j ,   o b i ,   a n d   h a r t e n s t e i n   l o o k   g r e a t !   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r
g o o d   t o   h e a r   t h e   w e l l   w i s h e s   f o r   m i k e   b r e e n   o n     d u r i n g   t h e     g a m e !   k n i c k s
r j   b a r r e t t   w i t h   t h e   s t e a l   r u n s   t h e   f l o o r   t h e n   a l l e y - o o p s   t o   o b i   t o p p i n   f o r   a   s l a m .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
o b i   t o p p i n   o n   t h e   b r e a k   i s   b a c k   😎   k n i c k s
k n i c k s   a r e   k i c k i n g   a s s ,   t h a t ’ s   g o o d !   v e r y   g o o d !
t h e   e n e r g y   o n   b o t h   e n d s   i n   t h i s   g a m e   i s   s o m e t h i n g   w e   s a w   a   t o n   t w o   y e a r s   a g o ,   a n d   a l m o s t   n e v e r   l a s t   y e a r .   t h a t ' s   a   p o s i t i v e   i n   i t s e l f .   k n i c k s
t h i s   i s   a   f u n   t e a m   t o   w a t c h   k n i c k s
i   l o v e   y o u     😭 😭 😭   k n i c k s
o b i   o p p s   r e a l l y   r   t h e   b e s t 
 
 k n i c k s   n e w y o r k f o r e v e r  
w a y   t o o   e a r l y   k n i c k s   t a k e :   e a s t e r n   c o n f e r e n c e   c h a m p s
r j   b a r r e t t   a t t a c k s   t h e   p a i n t   a n d   b a n k s   i t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
p a c e   p a c e   p a c e !   k n i c k s
i s a i a h   h a r t e n s t e i n   k i c k s   i t   o u t   t o   r j   b a r r e t t   f o r   a n o t h e r   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
a n d   o f   c o u r s e ,   t h e   f i r s t   i n j u r y   i s   a   s p r a i n e d   a n k l e   ( u t e r u s )   b e l o n g i n g   t o   c a m r e d d i s h .   s h o c k e r !   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
c a n ’ t   a s k   f o r   m o r e   t h a n   w h a t   t h e   k n i c k s   a r e   s h o w i n g   i n   t h e   p r e s e a s o n   o p e n e r .   d o m i n a t i n g   t h e   y o u n g   p i s t o n s
c a m   j u s t   c a n t   w i n   m a n . . . . d a m n   k n i c k s
s a l u t e   t o   a l l   t h e   b e a u t i f u l   l a d i e s   o n   t h e y   l e t ’ s   g o   k n i c k s  
r a n d l e   h a n d   o f f   t o   r j   f o r   3 .   n b a   n b a t w i t t e r   b a s k e t b a l l   r j b a r r e t t   k n i c k s   n y k   j u l i u s r a n d l e  
b r u n s o n   c u r r e n t l y   h a s   1 6   p o i n t s   o n   7 / 9   s h o o t i n g ,   w i t h   5   a s s i s t s   i n   2 0   m i n u t e s .   t h a t ' s   w h a t   y o u   c a l l   e f f i c i e n t .   k n i c k s
r j   c h a n n e l i n g   h i s   i n n e r   g e o r g e   g e r v i n   k n i c k s  
h e   g o t   t h a t   d o g   i n   h i m !   k n i c k s   n y k   n b a   k n i c k s t a p e  
o o o p   w e   k n o w   h e   c o p o k e d   m i t c h e l l   l a s t   y r   i n   t h e   p l a y o f f s   i n   g a m e s   1 , 2   & a m p ;   3   k n i c k s  
i   h o p e   t h e   k n i c k s   t h i s   s e a s o n   p l a y   w i t h   r u t h l e s s   i n t e n t i o n s ,   t h e y   g o t t a   p l a y   l i k e   t h e y   w a n t   t h e   o t h e r   t e a m   t o   l o s e   e m b a r r a s s i n g l y   😈 😈 😈
b r u n s o n   t o   r a n d l e   f o r   3 .   n b a   b a s k e t b a l l   n b a t w i t t e r   j u l i u s r a n d l e   j a l e n b r u n s o n   k n i c k s   n y k   k n i c k s t a p e  
r e d d i s h   i s   a l r e a d y   h u r t ?   s p r a i n   a n k l e ? ?   c o m e   o n ! !   s h i t ! !   k n i c k s
i   d o n ’ t   u n d e r s t a n d   h o w   r e d d i s h   w a n t   a   b i g g e r   r o l e   a n d   h e   c a n ’ t   e v e n   s t a y   o n   t h e   c o u r t 🤷 🏾 ‍ ♂ ️   k n i c k s
i m p r e s s i v e   p l a y   t o n i g h t .   l e t s   g o   k n i c k s !   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
_ j _ t r u m p   w e   c a n   p r o u d l y   s a y   t h a t . . 
 1 .   a a r o n j u d g e   h a s   6 2 .   
 2 .   t h e   k n i c k s   d e b u t   l o o k s   b e t t e r   t h a n   t h o s e   n e t s
r j ' s   h a v i n g   f u n   o u t   t h e r e .   h i t t i n g   p l a y g r o u n d   m o v e s   l o l 
 k n i c k s
r j   r a n d l e   a n d   b r u n s o n   a r e   m e s h i n g   r e a l l y   w e l l   t o g e t h e r .   h o p e f u l l y   t h i s   c o n t i n u e   i n t o   t h e   r e g u l a r   s e a s o n   k n i c k s   k n i c k s t a p e   n b a
j a d e n   i v e y   i s   p r o b a b l y   w i s h i n g   t h a t   t h e   k n i c k s   d r a f t e d   h i m   k n i c k s   n e w y o r k   n e w y o r k c i t y   n b a   n b a p r e s e a s o n   k n i c k s a n o n y m o u s
h o w   d o e s   r e d d i s h   g e t   i n j u r e d   t h i s   o f t e n ?   w h o s   g o n n a   b a c k u p   r j   n o w ?     k n i c k s
r j   b a r r e t t   s o m e h o w   b a n k s   a   b u c k   w i t h   a   f i n g e r t i p   r o l e ,   h o p i n g   t o   d r a w   a   f o u l   b u t   e n d s   u p   m a k i n g   t h e   b u c k e t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
l o o k   a t   h o w   e a s i e r   t h e   g a m e   i s   c o m i n g   f o r   r a n d l e   a n d   r j .   i t ' s   a l l   b e c a u s e   o f   h a v i n g   a   f l o o r   g e n e r a l   o u t   t h e r e   i n   j a l e n   b r u n s o n .   k n i c k s
b l o w   o u t   😳   k n i c k s
a i g h t t t   t h i b s   t a k e   o u t   t h e   s t a r t e r s   i t ’ s   p r e s e a s o n .   r e l a x !   t h e y   s l i p p i n g   a n d   f a l l i n g   a n d   w e ’ v e   s e e n   e n o u g h   g r e a t n e s s   k n i c k s   k n i c k s t a p e
s o r r y .   d i d n ’ t   s e e   j u d g e ’ s   6 2 n d   h r .   t o o   b u s y   w a t c h i n g   i s a i a h   h a r t e n s t e i n .   k n i c k s t a p e   k n i c k s
b r u n s o n ' s   g o n n a   w i n   u s   l i k e   7 - 1 0   g a m e s   i n   c r u n c h   t i m e   t h i s   y e a r . 
 k n i c k s
r j   b a r r e t t   d r a w s   a   f o u l   a n d   i s   n o w   a t   t h e   l i n e .   b a n k s   b o t h .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
y o   m y   n i g g s   k n i c k s   o n   s o n   t a p   i n   _ t h e k i d _ i o s   _ t w i i c e           k n i c k s t a p e
k n i c k s   g o t t a   s h o w   t h e y   c a n   c l o s e   a n d   n o t   g i v e   u p   t h e   l e a d .   u p   b y   2 0   n o w   l e t ' s   s e e   s o m e t h i n g .     n e w y o r k f o r e v e r
b r u n s o n ,   r a n d l e ,   a n d   b a r r e t t ,   a l l   5 0 %   f r o m   3   k n i c k s
r a n d l e   g e t t i n g   o n   h i s   b u l l y   r a n d l e   m o d e   k n i c k s
d a m n   c a m   s m h   k n i c k s
j a l e n   b r u n s o n   r e c o n n e c t s   w i t h   j u l i u s   r a n d l e   f o r   a n o t h e r   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
i ' m   j u s t   s a y i n g .   h u m b l e d   y e t ?   🤓   k n i c k s   t k r  
t h e   d u k e   c o n n e c t i o n ‼ ️   k n i c k s  
r a n d l e   h a s   a   p g   w h o   m a k e s   h i m   t h e   s t a r t   h i s   o f f e n s e   f r o m   g o o d   s p o t s .     h e   c o u l d   h a v e   a   m o n s t e r   s e a s o n   i f   h e   t a k e s   h a l f   h i s   s h o t s   f r o m   t h e   p a i n t   u s i n g   b u l l y b a l l . . .   k n i c k s
t h i s   i s   w h a t   i   h o p e d   f o r . .   g e t   t h e   n e r v e s   o u t   a n d   c o m e   o u t   i n   t h e   2 n d   h a l f   k i l l i n g   s h i t   👏 🔥   k n i c k s
b r u u u u h   k n i c k s  
d a m n ,   r e d d i s h   r e a l l y   n e e d s   e v e r y   r e p   h e   c a n   g e t .   t o u g h   b r e a k .   k n i c k s
t h e   f l u i d i t y   o f   t h e   k n i c k s   o f f e n s e   i s   v e r y   i m p r e s s i v e .   t r u e   p o i n t   g u a r d s   b r u n s o n   a n d   d - r o s e   l o o k   v e r y   g o o d   a n d   a r e   c o m p l e t i n g   t h e   o t h e r   o f f e n s i v e   p i e c e s   s o   w e l l .   k n i c k s
c a m   r e d d i s h   a l r e a d y   g o t   h u r t   s h e e s h   👀 k n i c k s
i   c a n ’ t   s t r e s s   t h i s   e n o u g h .   t h e   p i s s e d o n s   b l o w   😆   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
t h e   k n i c k s   a r e   r u n n i n g   a n d   w i t h   t h e   o p e n   f l o o r ,   j u l i u s   r a n d l e   f i n d s   j a l e n   b r u n s o n   f o r   a   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
    g o d   d a m n   i t   i   w a s   w a t c h i n g   s o m e   k n i c k s   p r e - s e a s o n .     i ’ v e   b e e n   w a t c h i n g   f o r   w e e k s ,   1   f % * * + & g t ;   m i n u t e   i   t u r n   m y   b a c k .   m a z e l   t o v !     n o w   l e t ’ s   g o   w i n   i t   a l l   o r   a t   l e a s t   p l a y   m e t s   i n   a   s u b w a y   s e r i e s .   y a n k e e s
i   k n o w   t h i s   i s   s p e r o ,   b u t   i   k e e p   h e a r i n g   m i k e   t i r i c o   p i s t o n s   k n i c k s
r a n d l e   c o m i n g   o u t   n i c e   i n   t h e   3 r d   🔥   k n i c k s
o h   b o y .   i n j u r i e s   c o n t i n u e   t o   g e t   t h e   b e s t   o f   c a m .   b e e n   a   p r o b l e m   h i s   e n t i r e   c a r e e r .   k n i c k s  
k n i c k s   h i t   3   o f   t h e i r   f i r s t   s h o t s   o f   t h e   p r e s e a s o n .   k n i c k s t a p e   “ w e   g o i n g   t o   t h e   f i n a l s   b a b y ! ! ! !   n y k n i c k s   n b a   s p o r t s   b a s k e t b a l l
r a n d l e ’ s   h e a t i n g   u p   🔥   k n i c k s
j a l e n   b r u n s o n   w i t h   a n   a s s i s t   t o   j u l i u s   r a n d l e   f o r   a   t h r e e - p o i n t e r .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
p r e   s e a s o n   b u t   l o o k i n g   p r e t t y   g o o d .   i   f o r   o n e   a m   g l a d   t o   s e e   t h e   s a m e   p l a y e r   a n d   c o a c h .   t h i s   i s   h o w   y o u   b u i l d   a   t e a m   -   l a y e r   b y   l a y e r ,   s m a l l   t w e a k s .   e v e r y o n e   l o o k s   p r e t t y   g o o d   & a m p ;   i   l i k e   t h e   a d j u s t m e n t s .   k n i c k s
m i s s e d   t h e   f i r s t   h a l f . .   b r u n s o n   i s   g o i n g   t o   b e   a   g a m e   c h a n g e r   i t   s e e m s .   r e g a r d l e s s ,   v e r y   e x c i t e d   t h e   k n i c k s   a r e   b a c k !
j u l i u s   r a n d l e   o n c e   a g a i n   g o e s   s t r o n g   i n   t h e   p a i n t   a n d   b a n k s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
h o t   s t a r t   f o r   t h e   k n i c k s   a f t e r   t h a t   t h r e e   b y   b r u n s o n .
j a l e n   b r u n s o n   i s   e f f i c i e n t   k n i c k s
r a n d l e   👏 🏽 🔸 🔹 k n i c k s
1 9 9 8 - 9 9   u l t r a   b a s k e t b a l l   p a t r i c k   e w i n g   k n i c k s   3   n e w y o r k k n i c k s   
 
 $ 3 . 5 0   e a c h   o r   $ 5   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
w h y   j u l i u s   t a t t o o s   l o o k   a s h y ?   a m   i   t w e a k i n g   🤣   k n i c k s
d i d   f o u r n i e r   p u t   f l o o r   p o l i s h   o n   h i s   h e a d ?   w h y ’ s   h i s   h e a d   s h i n i e r   t h e n   t h e   c o u r t   i t s e l f ?   k n i c k s
t h e   j a l e n   b r u n s o n   e f f e c t : 
 
 1 3   p o i n t s   i n   1 5   f i r s t   h a l f   m i n u t e s   a n d   t h e   k n i c k s   h a l f t i m e   l e a d   i s   1 2 .   b r u n s o n   i s   6 / 8   f r o m   t h e   f i e l d   a n d   h a s   3   a s s i s t s . 
 
 3 q   n o w   u n d e r w a y
  l o o k i n   g o o d ,   l e t ’ s   n o t   f o r g e t   t h i s   i s   t h e   f i r s t   h a l f   o f   t h e   f i r s t   p r e - s e a s o n   g a m e ,   l o l ,   l e t ’ s   g o   k n i c k s   p i s t o n s
h o p e f u l l y   w i t h   m o r e   r e p s   j u l i u s   r a n d l e   c a n   a d j u s t   t o   p l a y i n g   o f f   b a l l   f o r   t h e   k n i c k s   l i k e   h e   d i d   e a r l y   i n   h i s   c a r e e r .   h e   l o o k s   v e r y   o u t   o f   p l a c e   i n   t h i s   o f f e n s e   r i g h t   n o w .   k n i c k s
k n i c k s   1 s t   h a l f   w a s   g o o d ,   b u t   i ' m   r e a l l y   w a t c h i n g   t h e   2 n d   h a l f ,   w i l l   t h e y   f o l d   o r   c o n t r o l   t h e   g a m e .   t h a t   w i l l   f o r e s h a d o w   t h e   w h o l e   s e a s o n .
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
w o a h !   w o a h !   i s n ' t   t h i s   " p a l m i n g ? " 😆 
 h a p p y   b i r t h d a y ,   b r u h ! 🥳 🎂 🎈 
 k n i c k s g a m e   k n i c k s n a t i o n   k n i c k s n e w s   k n i c k s w i n   n y c   m s g   t h e g a r d e n   k n i c k s w o r l d     n y k n i c k s   c i t y n e v e r s l e e p s   n y k n i c k s b a s k e t b a l l   n y k n i c k e r b o c k e r s   k n i c k s   n y   k n i c k s t a p e   n e w y o r k c i t y   n e w y o r k   o a k a a k   
  
c a r m e l o   a n t h o n y   h a d   6 2   f i r s t .   k n i c k s   s t a y m e 7 o
m y   k n i c k s   l o o k i n g   g o o d   🤪
j a l e n   b r u n s o n ' s   f i r s t   h a l f   o f   h i s   k n i c k s   d e b u t   
 
 1 3   p t s   ( 6 - 8   f g m )   
 
 n b a p r e s e a s o n 
 ( v i a   )  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
s c h o o l   w o r k   h e l p 
 s w c c a d m i s s i o n s   u n t d a l l a s   p a r i s j c   c o m d u c k s   m c e a g l e s   c e n t e n a r y l a   t e m p l e c o l l e g e   d e v r y u n i v 
 t y l e r j r c o l l e g e   c r i s w e l l c o l l e g e   t a m u c t   m c m u n i v 
 c b c f u t u r e   l a m a r o r a n g e   s t t h o m a s h o u s t o n   t a m u t e x a r k a n a   a s u t w i t t e r   a s u 2 6   a s u 2 5   y o m k i p p u r   k n i c k s   a s k n o t o r i o u s  
m e   n o t   o v e r r e a c t i n g   t o   t h e   f i r s t   h a l f   o f   a   k n i c k s   p r e s e a s o n   g a m e   k n i c k s  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
d e u c e   i s   d o i n g   h i s   t h i n g !   k n i c k s
t h e   k n i c k s   a r e   g o i n g   t o   h a v e   t o   p l a y   a n   e g o   f r e e   b r a n d   o f   b a s k e t b a l l   t h i s   s e a s o n   i f   t h e y   w a n t   t o   m a x i m i z e   t h i s   t e a m s   t a l e n t .   i   w o n d e r   i f   c e r t a i n   g u y s   a r e   g o i n g   t o   b e   c o o l   n o t   s c o r i n g   2 0   p o i n t s .
i   l i t e r a l l y   j u s t   t u r n e d   t o   t h e   g a m e   a f t e r   w a t c h i n g   t h e   f i r s t   h a l f   o f   t h e   k n i c k s   p r e s e a s o n   g a m e   a n d   t h e n   b o o m   n u m b e r   6 2   a a r o n j u d g e     y a n k e e s
b r u n s o n   l o o k i n g   l i k e   t h e   f i n a l   p i e c e   t o   t h e   k n i c k s   p u z z l e .   b i g   y e a r   f o r   l e f t i e s   i n   n e w   y o r k   k n i c k s   n b a   p r e s e a s o n
w e   r e a l l y   w e n t   f r o m   k e m b a   & a m p ;   b u r k s   t o   b r u n s o n ,   d   r o s e ,   a n d   q u i c k l e y   i ’ m   s o   h a p p y   🥹   k n i c k s
g o o d   n e w s   f o r   k n i c k s   f a n s :   b r u n s o n   w i t h   1 3   & a m p ;   3   i n   h i s   d e b u t ,   r j   w i t h   1 2   & a m p ;   3   a n d   t h e y ’ r e   u p   a   d o z e n   a t   t h e   h a l f .   r e a l i t y :   i t ’ s   p r e s e a s o n   a n d   t h e   p i s t o n s .   s t i l l ,   t h i n k   t h i s   t e a m   h a s   * c h a n c e *   t o   b e   6   o r   7   s e e d   i n   t h e   e a s t .
r j   n e e d s   t o   b e   a w a r e   t h a t   e v e r y   t i m e   h e ’ s   o n   t h e   b l o c k ,   i t ’ s   n o t   a   g u a r a n t e e d   b u c k e t .   a p p r e c i a t e   t h e   c o n f i d e n c e   b u t   h e   n e e d s   t o   a v e r a g e   a t   l e a s t   6   a s s t / g a m e   t h i s   y e a r .   k n i c k s
a   p r o f e s s i o n a l   w e b s i t e   d e s i g n e r 
 
 b a r ç a   b a r c e l o n a   o v e r w a t c h 2   x a v i   d e m b e l e   n a p o l i   a j a n a p   e u r o p a l e a g u e   c h a m p i o n s   r a n i e l   d u m f r i e s   p e d r i   s a l a r i o r o s a v a p o r m a s   d d o s   p s d b   y o m k i p p u r     o v e r w a t c h 2   a s k n o t o r i o   k n i c k s   y o m k i p p u r   b r u n s o n   s a f e r  
w h o   y ’ a l l   g o t   w i n n i n g   t h i s   g a m e   k n i c k s   v s   p i s t o n s   n b a …
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
v e r y   i m p r e s s e d   b y   w h a t   w e ’ v e   s e e n   f r o m   j a l e n   b r u n s o n   i n   h i s   p r e s e a s o n   d e b u t .   n o t   u s e d   t o   s e e i n g   a   k n i c k s   t a k e   c o m m a n d   o f   t h e   o f f e n s e   a n d   h a v e   t h e   a b i l i t y   t o   c r e a t e   f o r   h i m s e l f . 
 
 h e ’ s   d r a w n   t w o   c h a r g e s   i n   o n e   h a l f   t o o   👀   h o p e   a l l   o f   t h i s   t r a n s l a t e s   t o   t h e   r e g u l a r   s e a s o n .
  k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h e   t e x t s   i m   g e t t i n g   f r o m   m y   d i e   h a r d   k n i c k   f a n   f r i e n d   …   k n i c k s t a p e   m v p   k n i c k s   n b a t w i t t e r     🤷 🏻 ‍ ♂ ️  
g l a d   t o   s e e   k n i c k s   i n   t h e   l e a d .   b u t   i ’ m   n o t   g o i n g   t o   b e   f o o l e d .   l e t ’ s   s e e   i f   t h e y   c a n   d o   t h i s   c o n s i s t e n t l y .
h a l f   t i m e   c o m m e n t s : 
 🟠 j a l e n   b r u n s o n   i s   f o r   r e a l .   l i k e   f o r   r e a l ,   f o r   r e a l .   
 🔵   h a r t e n s t e i n   i s   t h e   s t r e t c h   5   w e   n e e d e d . 
 🟠 r a n d l e   l o o k s   l o s t 
 🔵 b a r r e t t   o f f   t o   a   s l o w   s t a r t 
 🟠 k n i c k s   a s   a   t e a m   s t i l l   h a v i n g   t r o u b l e   c l o s i n g   o u t   o n   s h o o t e r s ,   e s p e c i a l l y   f r o m   3 .   
 
 k n i c k s   t k r
m y   b o y s   l o o k i n g   g o o d .   
 k n i c k s
b r u n s o n   o n   t h e   k n i c k s   i s   a l r e a d y   a   d i f f e r e n c e   w i t h   f i n i s h i n g   a t   t h e   r i m   a n d   m a k i n g   p l a y s   o f f   t h e   d r i v e
h a l f t i m e : 
 
 k n i c k s   6 5 
 p i s t o n s   5 3   
 
 n o t e s :   
 
 -   j a l e n   b r u n s o n   ( 1 3   p o i n t s )   a n d   r j   b a r r e t t   ( 1 2   p o i n t s )   a r e   t h e   l e a d i n g   s c o r e r s 
 -   i q   i s   a g g r e s s i v e   g o i n g   t o   t h e   r i m   
 -   e v e r y o n e   h a s   c o n t r i b u t e d   o n   d e f e n s e ,   l o t s   o f   s t e a l s / d e f l e c t i o n s 
 -   d u e c e   w a s   a   p l e a s a n t   s u r p r i s e   ( 4 p / 2 a )   w /   3   s t e a l s
h a n g   h a n g   o n ,   w a i t   o n   a   m i n u t e …   n o w   y o u ’ r e   t e l l i n g   m e   b r u n s o n   i s   u n d e r p a i d ? ! ?   n e w y o r k   k n i c k s
h a t e   t o   p i l e   o n   h i m ,   b u t   _ r a n d l e   r a n d l e   h a s   a   h o r r i b l e   h a n d l e ,   a l m o s t   e v e r y   p o s s e s s i o n   h e ’ s   d r i b b l i n g   o f f   h i s   f e e t !   k n i c k s       p i s t o n s    
j a l e n   b r u n s o n ' s   1 s t   h a l f   w i t h   t h e   k n i c k s   w a s . . .  
w e   a r e   a t   h a l f t i m e   o f   t h e   p i s t o n s   f i r s t   e x h i b i t i o n   g a m e   o f   t h i s   2 0 2 2 - 2 3   n b a   s e a s o n .     k n i c k s   l e a d   6 5 - 5 3 .     b o g d a n o v i c   a n d   t o p   p i c k   j a d e n   i v e y   l e a d   d e t r o i t   w i t h   1 1 .   s a d d i q   b e y   h a s   6 .     c u n n i n g h a m ,   s t e w a r t   a n d   h a y e s   w i t h   5   e a c h .     j a l e n   b r u n s o n   1 3   f o r   n y k .   o h   b a b y ,   t h i s   i s   e x c i t i n g !
y e a h   t h e y   g o t t a   g e t   e v a n   t f   o u t t a   h e r e   k n i c k s
b r u n s o n   g e t s   t o   t h e   r i m   w i t h   e a s e .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   j a l e n b r u n s o n   n y k   k n i c k s t a p e  
g r e a t   s t a r t   f o r   j a l e n   b r u n s o n ’ s   c a r e e r   i n   o r a n g e   a n d   b l u e   k n i c k s  
1 s t   h a l f   k n i c k s   
 m i t c h   l o o k s   g r e a t   o n   d   a n d   i n   g r e a t   s h a p e 
 i q   p l a y e d   w i t h   g o o d   p a t i e n c e   w i t h   t h a t   2 n d   u n i t ,   i m p r o v e d   f i n i s h i n g 
 d u e c e   ( i s   l o o o s e ) 
 b r u n s o n -   c o n f i d e n t   t h a t   e v e r y   s h o t   i n   t h e   p a i n t   i s   g o i n g   i n 
 r a n d l e   -   s t r u g g l i n g   t o   f i n d   h i s   p l a c e   i n   a   b r u n s o n   r a n   o f f e n s e
a   p r o f e s s i o n a l   w e b s i t e   d e s i g n e r 
 
 b a r ç a   b a r c e l o n a   o v e r w a t c h 2   x a v i   d e m b e l e   n a p o l i   a j a n a p   e u r o p a l e a g u e   c h a m p i o n s   r a n i e l   d u m f r i e s   p e d r i   s a l a r i o r o s a v a p o r m a s   d d o s   p s d b   y o m k i p p u r     o v e r w a t c h 2   a s k n o t o r i o   k n i c k s   y o m k i p p u r   b r u n s o n   s a f e r  
r j   b a r r e t   t a k e s   o f f   f o r   t h e   j a m !   🛫 
 n b a   k n i c k s   n b a t w i t t e r   n b a k n i c k s   r j   f l y   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   
  
i   l o v e   j a l e n   b r u n s o n   k n i c k s
6 5   1 s t   h a l f   p o i n t s   i s   n i c e   t o   s e e ,   e v e n   t h o u g h   i t ' s   d e t r o i t 
 k n i c k s
i f   m y   m e m o r y   s e r v e s   m e   c o r r e c t l y ,   o u r   s t a r t i n g   5   w i l l   s t a r t   t h e   2 n d   h a l f .   t h i b s   d o n ' t   b e   p l a y i n g   t h a t   s h i t   😂   k n i c k s
i f   e v e r y o n e   b u y s   i n …   p l a y o f f s .   e z   k n i c k s
o k   i ’ m   g e t t i n g   a   b r u n s o n   j e r s e y 
 
 k n i c k s   n e w y o r k f o r e v e r
m y   d a d   s a i d   s i g n i n g   b r u n s o n   w a s   n o t   a   g r e a t   i d e a   b e c a u s e   m c b r i d e   i s   d o m i n a t i n g   t h e   f i r s t   h a l f   o f   p r e s e a s o n   k n i c k s
j a l e n   b r u n s o n   w /   1 3   p o i n t s ,   3   a s s i s t s   a t   h a l f t i m e .   h e   a l s o   d r e w   3   o f f e n s i v e   c h a r g e s .   j b ’ s   l o o k e d   g r e a t .   k n i c k s
k n i c k s   f u m b l i n g   a w a y   b u t   r j   c o m e s   a w a y   w i t h   i t   f o r   t h e   2   h a n d   t h r o w   d o w n .   n b a   b a s k e t b a l l   r j b a r r e t t   k n i c k s   n b a t w i t t e r   n y k   k n i c k s t a p e  
h a v i n g   a   l e g i t   p g   i s   h u g e   k n i c k s   l o o k   s o   m u c h   b e t t e r   w i t h   b r u n s o n   a t   t h e   h e l m
n a h   r a n d l e   a n d   f o u r n i e r   r e a l l y   r o b b e d   u s   b r u h .   t h e y   c l e a r l y   d i d n ’ t   g e t   a n y   b e t t e r   t h i s   o f f - s e a s o n   k n i c k s
p r e s e a s o n     g a m e   n b a   l e t ’ s   g o   k n i c k s     k n i c k s   n b a p r e s e a s o n 2 0 2 2 🏀
n i c e   f i r s t   h a l f   f e l l a s   w e   s t i l l   g a i n i n g   c o n t i n u i t y   b u t   o v e r a l l   w e   l o o k i n   g o o d   k n i c k s
j a l e n   b r u n s o n   i s   o u r   2 n d   b e s t   p l a y e r   b e h i n d   r j   b a r r e t t   k n i c k s
k n i c k s   l o o k i n g   g o o d   i n   t h e   p r e s e a s o n   c a n ’ t   w a i t   f o r   t h e   r e a l   t h i n g   😤
m c b r i d e   i s   a   b o o s t   o f   e n e r g y   o u t   t h e r e !   k n i c k s
k n i c k s   a r e   a m a z i n g .   k n i c k s
  k n i c k s   a s   a   t e a m   a n d   i n d i v i d u a l l y   l o o k i n g   g o o d
k n i c k s   u p   b y   1 2   o v e r   t h e   p i s t o n s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
j u l i u s   r a n d l e   a t t a c k s   t h e   p a i n t   w i t h   p o w e r   a n d   m a k e s   t h e   b u c k e t   b e f o r e   t h e   e n d   o f   t h e   s h o t   c l o c k .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
k n i c k s   h a v e   6 5   a t   t h e   h a l f   i   m a y   c r y .  
f i r s t   h a l f   r e c a p :   j a l e n b r u n s o n i s g o o d   k n i c k s
w a y   t o o   e a r l y   o v e r r e a c t i o n   b u t   t h e   k n i c k s   l o o k   g r e a t !
k n i c k s   b r u n s o n   c o o k i n   e a r l y   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
r a n d l e   h a s   b e e n   💩   💩 💩 💩 💩   a s   e x p e c t e d   & a m p ;   e v a n   h a s   b e e n   p o i n t l e s s   k n i c k s
b r u n s o n   i s   a w e s o m e .   s o   n i c e   t o   h a v e   a n   a c t u a l   p o i n t   g u a r d   o n   t h i s   t e a m   k n i c k s
j a l e n   b r u n s o n ’ s   g o i n g   t o   b e   r e a l l y   f u n   t o   w a t c h   t h i s   s e a s o n .   k n i c k s
c a n   w e   p l a y   t h e   p i s s e d o n s   4 5   t i m e s   t h i s   y e a r ? ? ?   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
j a l e n   b r u n s o n   m i g h t   b e   d p o y   i f   h e   c o   t o   u r   t o   d r a w   a l l   t h e s e   c h a r g e s   k n i c k s t a p e   k n i c k s   n b a   p r e s e a s o n
j a l e n   b r u n s o n   b r e a k s   d o w n   t h e   d e f e n s e   a n d   m a k e s   a n   a w e s o m e   s h o t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
  k n i c k s   f a n s   a f t e r   o n e   h a l f   o f   t h e   f i r s t   p r e s e a s o n   g a m e .  
j a l e n   b r u n s o n   i s   s o   n i c e . 
 
 k n i c k s
g o o d   h a l f   k n i c k s
k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
w h o   l o s t   t h e i r   s h o e   t h e r e ? ? 
 
 k n i c k s   n e w y o r k f o r e v e r
k n i c k s   f a n s   s e e i n g   s t r o n g   p e r f o r m a n c e s   f r o m   b r u n s o n   a n d   r j   s o   f a r   i n   t h i s   p r e s e a s o n   g a m e   . . .   e n c o u r a g i n g   t o   s a y   t h e   l e a s t   . . .
a t   t h e   e n d   o f   t h e   f i r s t   h a l f   t h e   k n i c k s   l e a d   t h e   p i s t o n s   6 5 - 5 3 .   
 
 b o j a n   b o g d a n o v i c :   1 1   p o i n t s ,   4   r e b o u n d s 
 j a d e n   i v e y :   1 1   p o i n t s ,   3   r e b o u n d s ,   2   a s s i s t s 
 s a d d i q   b e y :   6   p o i n t s ,   3   r e b o u n d s ,   2   a s s i s t s
b r e e n   s a i d   i t ,     m c b r i d e   m i n u t e s   w i l l   b e   e x t r e m e l y   l i m i t e d ,     h a v e   a   l o t   o f   d e p t h !   s o n   i s   a   t h i e f   t h o ! !   k n i c k s   p i s t o n s      
e v a n   f o u r n i e r   d r i b b l e s   a n d   d r a w s   a   f o u l .   n o w   s h o o t i n g   t w o .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
3   q u a r t e r s   i n   a n d   t h e   s t a r t e r s   l o o k   a s s . .   l e t   h o p e   t h i s   c h a n g e s   k n i c k s
      k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
f e e l s   l i k e   t h e   n e w   y o r k   k n i c k s   f i n a l l y   h a v e   a   p g ,   a n d   i t ’ s   e x c i t i n g .   k n i c k s
w h y   y e s   . . .   y e s   i   a m   w a t c h i n g   a   k n i c k s   p i s t o n s   p r e s e a s o n     g a m e   . . .   t h e   r e a l   q u e s t i o n   i s   w h y   a r e n ' t   y o u ?
i   s e e   t h e   l o v e   h i m   o r   l o s e   h i m   t w e e t s   h a v e   s t a r t e d   w i t h   j u l i u s   r a n d l e .   ( p r e s e a s o n   e d i t i o n )   k n i c k s  
i ’ m   b l o c k i n g   e v e r y b o d y   o n   m y   t i m e l i n e   t h a t   s a y s   t h e y   t r a d i n g   m i t c h e l l   r o b i n s o n .   i ’ m   n o t   s t a n d i n g   f o r   f o o l i s h n e s s   t h i s   y e a r .   k n i c k s
i   c a n ' t   d e c i d e   w h o   h a s   f r u s t r a t e d   m e   m o r e   s o   f a r   i n   t h e   f i r s t   h a l f ,   f o u r n i e r   o r   r a n d l e .   k n i c k s
l o v e   t h e   d e p t h   a t   p g ,   i f   t h e   n y k   s t a y   r e l a t i v e l y   h e a l t h y   t h i s   y e a r .   k n i c k s   
 b r u n s o n - r o s e - q u i c k l e y - m c b r i d e   👀
a n y o n e   a t   t h e   g a r d e n ?   i s   i t   p a c k e d   f o r   a   p r e s e a s o n   g a m e ?   k n i c k s  
b a r r e t t   t o   t h e   c u p .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   r j b a r r e t t   n y k   k n i c k s t a p e  
h e y     c a n   w e   g e t   s t a n   v a n   g u n d y   & a m p ;   c r e w   t o   s t f u   a b o u t   v e g a n i s m   p l z z .   m i s i n f o   a b o u t :   1 )   u   c a n ’ t   b u i l d   m u s c l e   2 ) t h e   b o d y   b r e a k s   d o w n   q u i c k e r   h a s   b e e n   p r o v e n   f a l s e   s c i e n t i f i c a l l y .   t h e s e   a r e   1 9 t h   c e n t u r y   m y t h s .   ( a s k   l e b r o n s   t r a i n e r )   k n i c k s   p i s t o n s   n b a   p l a n t b a s e d
  k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m e   r i g h t   n o w   l i k e   l e t ’ s   g o   k n i c k s  
d e u c e   w a s   a n   a b s o l u t e   i n   p i t b u l l   i n   t h o s e   l i m i t e d   m i n u t e s .   l o v e d   w h a t   i   s a w   f r o m   h i m   k n i c k s
w h a t   d o   i   i m m e d i a t e l y   n o t i c e   w i t h   j u l i u s   r a n d l e ?   h e   d o e s n ’ t   h a v e   t h e   b a l l   a s   m u c h .   t e a m s   w i l l   s e e   t h i s ,   a n d   t h e n   a l l o w   m o r e   s p a c e   f o r   h i m   t o   w o r k   i n   t h e   p o s t .   h a s n ’ t   s h o w e d   m u c h   t o n i g h t ,   b u t   l e t s   g i v e   i t   t i m e .   k n i c k s
j u l i u s   r a n d l e   s w i s h e s   o n e   o f   t w o   f r e e   t h r o w s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
h a r t e n s t e i n   a   l i v e   b i g   b o d y   k n i c k s
r a n d l e   d o e s   n o t   w a n t   t o   a d j u s t   f o r   t h e   t e a m   l o l   😆   k n i c k s
j u l i u s   r a n d l e   a t t a c k s   t h e   p a i n t   a n d   d r a w s   a   f o u l .   n o w   h e a d e d   t o   t h e   l i n e   f o r   t w o .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
w e ’ r e   g o i n g   t o   n e e d   t h i s   a g g r e s s i v e   j b   a l l   s e a s o n ,   i   l o v e   h o w   h e ’ s   p u s h i n g   t h e   p a c e   a n d   g e t t i n g   t o   h i s   s p o t   e a r l y .   k n i c k s
j u l i u s   f i n d s   r j   f o r   t h e   c u t   a n d   2   h a n d e d   s l a m   k n i c k s  
l i k i n g   w h a t   i   s e e   f o r   m o s t   p a r t .   s t i l l   w a n t   r a n d l e   g o n e .   t h i s   t e a m   c a n   b e   l o t s   o f   f u n   k n i c k s
i   d o n ’ t   w a n t   t o   s p e a k   e a r l y   b u t   t h e   k n i c k s   l o o k i n g   a i g h t 👀   k n i c k s t a p e   k n i c k s
t h i s   t e a m   i s   g o n n a   b e   r e a l   n i c e   o n c e   r a n d l e   a n d   f o u r n i e r   a r e   g o n e   k n i c k s
s t r e t c h   f i v e   a c t i o n   o n   t h e   s e c o n d   u n i t   k n i c k s  
2   c h a r g e s .   g u a r d i n g   c a d e ,   a n d   p l a y i n g   p h y s i c a l .   b u t   p l e a s e   g o   a h e a d   a n d   t e l l   m e   j b   i s   a   l i a b i l i t y   o n   d e f e n s e   🙄   k n i c k s
t h e   p i s t o n s   g o n n a   h a v e   t o   r e a l l y   p u t   u p   s o m e   p o i n t s   t o     g a m e s   i   s e e .   k n i c k s   s c o r i n g   a t   w i l l .   p i s t o n s   k n i c k s   n b a o n t n t
k n i c k s   a r e   g o i n g   t o   s h o c k   a   l o t   o f   p p l   t h i s   s e a s o n .   h o p e   y ’ a l l   r e a d y
i ’ m   n g l   i   m i g h t   b e   o v e r r e a c t i n g   b u t   j u l i u s   d o e s n ’ t   f i t   t h i s   t e a m   k n i c k s
w i t h   a   l o t   o f   f a n s   h a v i n g   a   m i c r o s c o p e   o n   h i m ,   j u l i u s   r a n d l e   i s   j u s t   p u t t i n g   t o o   m u c h   p r e s s u r e   o n   h i m s e l f .   h e ' s   n o t   t h e   a   o p t i o n   a n y m o r e .   d e l e g a t e   t o   y o u r   t e a m m a t e s   a n d   s t i c k   t o   y o u r   s t r e n g t h s .   k n i c k s
j u l i u s   r a n d l e   a l m o s t   t u r n e d   o v e r   t h e   b a l l ,   b u t   k e p t   i n   b o u n c e   a n d   f i n d s   t h e   c u t t i n g   r j   b a r r e t t   f o r   a   s l a m .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
i v e y   i s   g o i n g   t o   b e   a   b a d   b a d   m a n   i n   t h i s   l e a g u e .   k i d   h a s   g r e a t   m o v e s   o u t   t h e r e .   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
t h e   k n i c k s   d o n ’ t   h a v e   a   t r u e   s u p e r s t a r   b u t   t h e y   h a v e   a   c o u p l e   o f   s o l i d   p l a y e r s .   b r u n s o n ,   r a n d l e ,   b a r r e t t ,   a n d   m i t c h e l l   r o b i n s o n .   k n i c k s  
r a n d l e   l o o k s   h i s   s l i m m e s t .   b u t   t h a t ' s   r e a l l y   i t .   l o o k s   o f f / u n c o m f o r t a b l e .   r j   s a v e d   h i m   o n   t h a t   l a s t   f u m b l e .   k n i c k s
i   l i k e   t h e   e a r l y   c h e m i s t r y .     k n i c k s
i f   r a n d l e   w o u l d   j u s t   b e   w i l l i n g   t o   b e   d r a y m o n d   g r e e n . . .   k n i c k s
t h i s   t e a m ,   t h i s   w h o l e   s e a s o n .   d o n ’ t   l e t   m e   d o w n   k n i c k s
h a y   l u l y !     n i c e   d u n k   b a b y !   k n i c k s
  k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
t h r e e e e e e e e   p o i n t   b a l l ! !   k n i c k s
r a n d l e   a l m o s t   t u r n s   i t   o v e r   b u t   r e c o v e r s   n i c e l y   t o   g e t   i t   t o   t h e   c u t t i n g   r j   f o r   t h e   d u n k 
 
 k n i c k s   n e w y o r k f o r e v e r
i   k n o w   i t ’ s   j u s t   p r e s e a s o n   b u t   t h e   k n i c k s   a r e   l o o k i n g   g r e a t   ! !   j b   a n d   r j   g o n n a   c h o p   t h i s   y e a r   k n i c k s
j u l i u s   r a n d l e   h e l p s   w i t h   d e f e n s e ,   a n d   j a l e n   b r u n s o n   d r a w s   a   f o u l .   b a l l   g o i n g   t o   t h e   o t h e r   e n d .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
k n i c k s   a r e   g o i n g   t o   d i s c o v e r   w h a t   h a v i n g   a   l e g i t i m a t e   s t a r t i n g   p g   w i l l   d o   f o r   a   t e a m .   🌹   h e a l t h y   i s   a   h u g e   w   t o o .   n e w y o r k f o r e v e r
  k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀  
k n i c k s   f a n s !   c o m e   a t   m e !   c o n v i n c e   m e   t h a t   t h e   k n i c k s   a r e   l e g i t !   n e w y o r k k n i c k s   k n i c k s
i f   m i t c h   c a n   s t a y   h e a l t h y   i   b e l i e v e   h e ’ l l   b e   i n   t h e   r u n n i n g   f o r   d p o y   
 
 k n i c k s
  k n i c k s   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
h e   k n o w   t h a t   w a s   a   c h a r g e   😂   k n i c k s
j a l e n   l o o k i n g   l i k e   a n   a l l   s t a r   ‼ ️ k n i c k s   n b a
i   f u c k i n g   l o v e   t h i s   t e a m   a l r e a d y   d a w g   w e   h e r e   k n i c k s
r j   b a r r e t t   w i t h   a   b l o c k   t h e n   r u n s   t h e   l a n e   a n d   s w i s h e s .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
a l r e a d y   l o v i n g   b r u n s o n   t h i s   g u y   i s   a   b r e a t h   o f   f r e s h   a i r   k n i c k s
k n i c k s   l o o k i n g   a i g h t   e a r l y  
j a l e n   i s   c o o k i n g ! 
 k n i c k s
b r u n s o n !   k n i c k s
r j   b a r r e t t   g e t s   a n   a s s i s t   f r o m   j u l i u s   r a n d l e ,   t h e n   s w i s h e s   t h e   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
f e e l i n g   t h e   p o s i t i v e   v i b e s   f r o m   t h i s   y o u n g   k n i c k s   s q u a d !   
 
 l e t s   g o   k n i c k s n a t i o n
s o   t h a t ' s   w h a t   a   g o o d   p g   l o o k s   l i k e   k n i c k s
i v e   a l w a y s   l o v e d   d e u c e   m c b r i d e   s i n c e   h i s   w v   d a y s …   t h i b s   n e e d s   t o   g e t   h i m   2 0   m i n u t e s   t h i s   y e a r . .   h e s   l i k e   a   h u m a n   e n e r g y   l i g h t   s w i t c h   k n i c k s   n b a
j a l e n   b r u n s o n   w i t h   a n o t h e r   t h r e e .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
j b   s m o o t h .   t h i s   i s   o u r   p o i n t   g u a r d ! ! !   🟠 🔵 🔥   k n i c k s
j a l e n   b r u n s o n   i s   s u c h   a   d a w g .   k n i c k s
g i v e   b r u n s o n   h i s   d u e .   h e ’ s   s h o o t i n g   i t   w e l l   t o n i g h t .   k n i c k s   k n i c k s t a p e   n e w y o r k f o r e v e r   n y k n i c k s   k n i c k s n a t i o n   k n i c k s t w i t t e r   d e t v s n y k   n b a o n t n t
h a h a   b r u n s o n   b o y   l e t ' s   g o o o o o o o o o o   y e a h   k n i c k s
j a l e n   b r u n s o n   d a n c e s   i n   t h e   p a i n t ,   t h e n   e v a d e d   h i s   d e f e n d e r   a n d   b a n k s   t h e   f l o a t e r .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
r a n d l e   n o t   s c o r i n g   r a n d l e   f o u l s   l o o k s   l i k e   t h e   o l d   r a n d l e   t o   m e   k n i c k s
j u s t   t o u c h e d   d o w n   i n   a t l 
 
 k n i c k s   f a n s   h o w   t h e   g a m e   l o o k i n g   .   w h a t   i   m i s s   ?
d e u c e   i s   a   m e n a c e   o n   t h e   d e f e n s i v e   s i d e   o f   t h e   b a l l ! ! !   🔥   k n i c k s
d u e c e   m a k i n g   b r u n s o n ,   i q   a n d   r o s e   l o o k   l i k e   b a c k u p s   👀 🔥 👏   k n i c k s
l o v e   s e e i n g   d e u c e   m c b r i d e   s o   a c t i v e   b y   t h e   a r c .   h e ’ s   b e e n   a b l e   t o   g e t   i n   p a s s i n g   l a n e s   f o r   q u i c k   s t e a l s .   
 
 g i v e   h i m   m i n u t e s   t h i b s ! 
 
 k n i c k s  
    _ l i f e r s   _ n y _ b     i s   i t   m e   o r   i s   d e u c e   a   l e g i t   p r o s p e c t ? 
 k n i c k s   t h i b s   n e e d s   t o   g i v e   h i m   t h e   s a m e   r e s p e c t   a s   g r i m e s 
 i   s e e   a   p l a y e r   a n d   p a r t i c u l a r l y   a   w i l l i n g   d e f e n d e r .
i   t h i n k   w e   f o u n d   o u r   p g   😮 ‍ 💨   k n i c k s
m c b r i d e ! ! ! !   k n i c k s
y e a h   b r u n s o n   🔥   k n i c k s
m c b r i d e   r e m i n d   m e   o f   a   m i n i   p i t   b u l l   f r .   p a t   b e v   v i b e s   k n i c k s
i f   i ’ m   t h e   k n i c k s   i ’ m   p l a y i n g   r e d d i s h   ~ 3 0   m i n   t h i s   f i r s t   g a m e ,   a l o n g   w i t h   a n y   o t h e r   f r i n g e   b e n c h   p l a y e r s .   b u t   t h i s   i s   a   h u g e   p r e s e a s o n   f o r   c a m   r e d d i s h   i n s i d e t h e n b a  
  k n i c k s   b r u n s o n   c o o k i n g   i n   p r e s e a s o n   d e b u t 🏀 💪   l i v e   🗣   c h a t   ( 8 t h   a v e n u e   c o n v e r s a t i o n s )   🗽 🚕 🍕 🐀   n e w y o r k f o r e v e r  
m i l e s   m c b r i d e   h a s   b e e n   s u p e r b   o n   d e f e n s e .   a n o t h e r   s t e a l ,   t h e n   b a n k s   i t .   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
d e u c e   l o o k i n g   l i k e   t h e   t r u t h   i n   p r e s e a s o n   g a m e   o n e !   l e t ’ s   f u c k i n g   g o   k n i c k s ! ! ! !
t i s   t h e   s e a s o n   😏   k n i c k s  
m c b r i d e   i s   a n   a n i m a l ! ! !   k n i c k s   n y k
g r e a t   m i n u t e s   f r o m   t h e   k n i c k s   b e n c h
m c b r i d e   e a t i n g   
 k n i c k s
l m a o o o o     k n i c k s   f a n s   a r e   a c t u a l l y   t h e   m o s t   d o w n b a d   p e o p l e   o n   t h e   p l a n e t ,   b e s i d e s   m e n   t h a t   p e e   s i t t i n g   d o w n ! !   k n i c k s a r e b u n s
q u i c k l e y   y o u   h a d   a   w h o l e   o f f   s e a s o n   t o   w o r k   o n   f i n i s h i n g   w i t h   t h e   l e f t   h a n d .   l e t ’ s   g o o o   k n i c k s
f u c k i n g   p u m p e d   w i t h   t h i s   y o u n g   k n i c k s   s q u a d
d e u c e   m c b r i d e   i s   g o n n a   p l a y   h i s   w a y   i n t o   m i n u t e s .   k n i c k s
k n i c k s   r o l l i n g   a l o n g   n i c e l y   t o   s t a r t .
d u u u e e e c c e e e e   y e a h   y e a h   y e a h   d e f e n s e   b a b y   k n i c k s   n e w y o r k f o r e v e r
s o   h a p p y   t o   w a t c h   k n i c k s   a g a i n
q u i c k l e y   t o   t h e   r a c k !   k n i c k s
q u i c k l e y ! ! ! !   s t a r t   h i m   t h i b s !   k n i c k s   n y k   n b a
i m m a n u e l   q u i c k l e y   k e e p s   a t t a c k i n g   t h e   p a i n t .   t h e   k i d   h a s   g r o w n .   l e t ' s   g o   k n i c k s !   k n i c k s   n y w e h e r e   n e w y o r k f o r e v e r   n b a
t o   t h e   b a j a   i q .   w a n n a   s e e   m o r e   o f   t h a t   💪 🏾   k n i c k s
i q q q q q q   a n d   1 1 1 1 1   l e t s   g o o o o o o o o o o   k n i c k s
d e u c e   t o   o b i ,   t a k e   f l i g h t !   k n i c k s  
b r o   o u r   b a c k u p   5   i s   s m o k i n g   s h o t s   f r o m   b e y o n d .   i t ’ s   g o n n a   b e   f u n .   k n i c k s
1   f a n s   💙 🧡   m s g   k n i c k s   n y k m s g  
k n i c k s   2 0 2 2 - 2 3   s e a s o n   |   p l a y e r   e x p e c t a t i o n s :   o b i   t o p p i n ,   j a l e n   b r u n s o n ,   . . .     v i a     r e p l a y g a n g   r e p l a y s q u a d   k f t v   n e w y o r k k n i c k s   h i t t h a t t h u m b s u p 4 y a b o y z
w a r r i o r s   a t   k n i c k s   |   f u l l   g a m e   h i g h l i g h t s   |   d e c e m b e r   1 4 ,   2 0 2 1 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 2 2 1 0 0 4 1 4   n b a   n e w y o r k k n i c k s  
r e t w e e t   t h i s   i f   y o u   t h i n k   t h e   k n i c k s   c a n   i m p r o v e   t h e s e   a r e a s   t h i s   s e a s o n .   
 
 k n i c k s   n b a   b a s k e t b a l l   n y k n i c k s   n e w y o r k   n e w y o r k k n i c k s   k n i c k s t a p e   k n i c k s n a t i o n   n y c   k n i c k s f a n   k n i c k s w a y   m s g   k n i c k s b a s k e t b a l l   b a l l i s l i f e   n y k   s p o r t s   n y k n i c k s b a s k e t b a l l  
w e l c o m e   t o   t h e   s q u a d     p s 5 s h a r e ,   n b a 2 k 2 3 ,   n e w a d d i t i o n ,   b e n s i m m o n s ,   n e w y o r k k n i c k s  
n y   k n i c k s   c a m   r e d d i s h   1 s t   s t a r t   t r o u b l e s   t h e k n i c k o f t i m e s h o w   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   c a m r e d d i s h   c o v e r a g e   e a s t e r n c o n f e r e n c e   g a m e   h i g h l i g h t s   m a d i s o n s q u a r e g a r d e n   m s g   n b a   n e w y o r k k n i c k s   n e w y o r k k n i c k s g a m e  
t h e r e   a r e   m i l l i o n s   o f   u s   k n i c k s   f a n s   o n   t w i t t e r   🟠 🔵 
 
 n o   n e w y o r k k n i c k s   f a n   s h o u l d   h a v e   a   f e w   h u n d r e d   f o l l o w e r s .   w e   s h o u l d   a l l   f o l l o w   e a c h   o t h e r 🫵 🏻 🤜 🏻 🤛 🏿 
 
 u s e   t h i s   t w e e t   t o   c o n n e c t   w i t h   k n i c k s   f a n s . . .   l i k e ,   r e t w e e t   a n d   c o m m e n t   t o   r e a c h   o u t   t o   f e l l o w   k n i c k s   f a n s ! l e t s g o k n i c k s  
n y   k n i c k s :   w h o   w i l l   t h i b s   m a k e   a   s t a r   n e x t   s e a s o n ? ?   n e w y o r k k n i c k s   n e w y . . .     v i a  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
o b i   t o p p i n   d a z z l e s   i n   k n i c k s   p r e s e a s o n   w i n   o v e r   t h e   p a c e r s   |   k f t v   r e a c t i o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
w a t c h :   “ w h o   t h e   f * * k   i s   h e ? ”   o s w a l d o   c a b r e r a   d i s p l a y e d   a s   y a n k e e s   s t a r   b y   t h e   n y   k n i c k s ,   f a n s   d e c l a r e   h e   w a s   n o t h i n g   b u t   a   p r o s p e c t     m l b   n e w y o r k k n i c k s
a n d   t h e   c y c l e   r e p e a t s   : ( 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   w a s   o n   m s g   n e t w o r k .   w i t h   c o m m e n t a r y   f r o m   e d   c o h e n .   c o - c o m m e n t a t o r   i s   w a l t   f r a z i e r .     f o r   m o r e   d e t a i l s   s e e     n e w y o r k k n i c k s   i n d i a n a p a c e r s   m s g n e t w o r k
k n i c k s   o p e n   p r a c t i c e   2 0 2 2 :   d r i l l s   |   5   o n   5 s   |   q & a m p ; a 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
a   t e a m   h a d   i n t e r e s t   i n   k n i c k s   j u l i u s   r a n d l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c o m m e n t a r y   c o v e r a g e   e a s t e r n c o n f e r e n c e   g a m e   h i g h l i g h t s   i a n b e g l e y   j u l i u s r a n d l e   j u l i u s r a n d l e t r a d e r u m o r s   k n i c k s p o d c a s t   m a d i s o n s q u a r e g a r d e n   m s g   n b a   n b a r u m o r s   n e w y o r k k n i c k s  
w e   a l m o s t   s i g n e d   l o w r y   l a s t   s e a s o n   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
w e   a l m o s t   s i g n e d   l o w r y   l a s t   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s h o p   n e w y o r k f o r e v e r   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
k n i c k s   o p e n   p r a c t i c e   2 0 2 2 :   d r i l l s   & a m p ;   5   o n   5 s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
k n i c k s   o p e n   p r a c t i c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
2 0 1 7 - 2 0 1 9   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
b e s t   o f   t h e   d a y   o n   
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
o b i   t o p p i n   b l o c k   & a m p ;   s t u f f ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
k n i c k s   i n c r e d i b l e   4 6   p o i n t   s e c o n d   q u a r t e r   v s   i n d i a n a   p a c e r s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i m m a n u e l q u i c k l e y   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   n b a   n b a h i g h l i g h t s   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
b e s t   o f   t h e   d a y   o n   
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u
l i s t   o f   n a t i o n a l l y   t e l e v i s e d   k n i c k s   g a m e s .   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
b e s t   o f   t h e   d a y   o n   
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
  n y   k n i c k s :   o b i   t o p p i n   e l e v a t e s   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k k n i c k s   n b a    
o b i   f u c k i n g   t o p p i n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
r j   b a r r e t t   r e a c t s   t o   o b i   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   k n i c k s p o s t g a m e   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   o b i t o p p i n   p a c e r s   p a c e r s b a s k e t b a l l  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 c a m r e d d i s h   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s g a m e   k n i c k s h i g h l i g h t s   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s v s p a c e r s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n   n e w y o r k k n i c k s  
[ h i g h l i g h t ]   o b i   t o p p i n   a n d   f a s t   b r e a k   d u n k s .   n a m e   a   m o r e   i c o n i c   d u o . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n y   k n i c k s :   o b i   t o p p i n   e l e v a t e s   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k k n i c k s   n b a   c l i c k   h e r e :   v i a    
r j   b a r r e t t   |   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t   t o m t h i b o d e a u  
[ h i g h l i g h t ]   o b i   t o p p i n   b l o c k s   i t   o n   o n e   e n d ,   e a s t b a y s   o n   t h e   o t h e r ,   a n d   p o i n t s   a t   t j   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
t h e   d u k e   r i d e s   h i g h 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
o b i   t o p p i n   p u t s   o n   a   s h o w   a s   k n i c k s   b e a t   p a c e r s   1 3 1 - 1 1 4   |   n e w   y o r k   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   s p o r t s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
i ’ m   n o   l o n g e r   g o n n a   g e t   e x c i t e d   o v e r   a   c o u p l e   o f   p r e s e a s o n   w i n s .   b e e n   b u r n e d   t o o   m a n y   t i m e s   b y   t h e s e   n e w y o r k k n i c k s
o b i   t o p p i n   p u t   o n   a   s h o w   a t   m s g !   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s v s n e w y o r k k n i c k s 2 0 2 2   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   n e w y o r k k n i c k s   p a c e r s v s k n i c k s  
g o o d   o n e   b y     
 
 o b i   t o p p i n   o b i t o p p i n   o b i t o p p i n   n b a   n b a t w i t t e r   n b a t w i t t e r l i v e   s l a m d u n k   m s g   n e w y o r k   n e w y o r k k n i c k s   k n i c k s   n e w y o r k f o r e v e r  
a   p i e c e   o f   a r t   t o   s o o t h e   y o u r   s o u l . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
i n d i a n a   p a c e r s   v s   n e w   y o r k   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s v s n e w y o r k k n i c k s 2 0 2 2   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   n e w y o r k k n i c k s   p a c e r s v s k n i c k s  
t h e   n e w   y o r k   s k y l i n e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
e n d e   
 e i s h o c k e y   h e r r e n   q m j h l   
 4 : 3   q u e b e c r e m p a r t s   v s   b l a i n v i l l e b o i s b r i a n d a r m a d a   
 e i s h o c k e y   h e r r e n   n h l s a i s o n v o r b e r e i t u n g   
 2 : 4   t o r o n t o m a p l e l e a f s   v s   d e t r o i t r e d w i n g s   
 b a s k e t b a l l   h e r r e n   n b a   
 1 1 2 : 1 0 3   b o s t o n c e l t i c s   v s   c h a r l o t t e h o r n e t s   
 1 1 4 : 1 3 1   i n d i a n a p a c e r s   v s   n e w y o r k k n i c k s
1 1   l o o k i n g   s m o o k i n g   a f ,   b o i   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
h e   s c o r e d   3 8   p o i n t s   v     k o b e b r y a n t   b u t   o n c e   d u b b e d :   l i t t l e   a s i a n   k i d .   c u l t u r a l   i c o n   j e r e m y l i n   i s   a   s t o r y   o f   i n s p i r a t i o n   & a m p ;   t r i u m p h .   i n   d o c u m e n t a r y :   ‘ 3 8   a t   t h e   g a r d e n ’ ,   l i n   t e l l s   o f   h i s   l i n s a n i t y   r u n   w i t h   n e w y o r k k n i c k s   & a m p ;   i s   j t a   c o m m u n i c a t o r   o f   t h e   w e e k 
 
  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r      
b e s t   o f   t h e   d a y   o n   
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
b e s t   o f   t h e   d a y   o n   
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
[ h i g h l i g h t ]   o b i   t o p p i n   b l o c k s   i t   o n   o n e   e n d ,   e a s t b a y s   o n   t h e   o t h e r ,   a n d   p o i n t s   a t   t j   m c c o n n e l l   f o r   c o n t e s t i n g 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬇ ️ i n d i a n a p a c e r s   1 1 4   ( 1 - 1 ) 🔸 
 ⬆ ️ n e w y o r k k n i c k s   1 3 1   ( 2 - 0 ) 
 🔶 c h r i s   d u a r t e 🇩 🇴 
 ( s g / 6 ' 5 " / 1 9 0 l b s ) 
 🔹 1 1 / p t s 
 🔹 5 / r e b 
 🔹 3 / a s t 
 🔹 0 / s t l 
 🔹 2 / b l k 
 🔹 1 / t o 
 🔹 2 / 3 t 2 
 🔹 2 / 4 t 3 
 🔹 1 / 1 t l 
 🔹 2 0 : 3 4 / m i n : s e g 
 _ d u a r t e 5 
 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
" a n o t h e r   e a s t b a y   s p e c i a l "   -   o b i   t o p p i n   i s   w i l d   f o r   t h i s   o n e   😲 
   
 
   
 b a s k e t b a l l   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 0   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a v i d e o s   n e w y o r k k n i c k s   t e a m 1 6 1 0 6 1 2 7 5 2  
😱   a w e s o m e   d u n k   f r o m   o b i   t o p p i n . 
 
 t h e   b r i g h t e s t ,   i n a d e q u a t e   a n d   m e m o r a b l e   m o m e n t s   o f   t h e   b e s t   b a s k e t b a l l   l e a g u e   i n   t h e   w o r l d .   j o i n . 
 — 
 n b a   n e w y o r k k n i c k s   s h o r t s b a s k e t b a l l   o b i t o p p i n d u n k i g h t s  
n o w   t h a t ’ s   w h a t ’ s   u p   🙌 🏿 🙌 🏿 🙌 🏿 🙌 🏿 🙌 🏿 🙌 🏿 
 
 n e w y o r k   k n i c k ’ s   o b i   t o p p i n ' s   😳 😳 ,   n o w   t h a t ’ s   f o r   t h e   m o n e y   😀 👏 🏼 😀 👏 🏼 
 
 n b a p r e s e a s o n   n b a   n e w y o r k k n i c k s  
i ’ l l   b e   h e r e   a l l   s e a s o n   n e w y o r k k n i c k s   🏀  
1 1   l o o k i n g   s m o o k i n g   a f ,   b o i 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
t h e   f o r c e   i s   s t r o n g   w i t h   t h i s   o n e   n e w y o r k k n i c k s    
m a n   f o r g e t   c a m   r e d d i s h   s t a r t i n g !   o b i   o u t   t h e i r   s h i n n i n g ! !   n o t   e v e n   b o x   w a t c h i n g   c a m   i s   w a y   t o   g o o d   t o   n o t   s n a t c h   h i s   w o r t h   u p   o n   t h i s   r o s t e r !   h e   f u m b l e d   t o n i g h t   r e s p e c t f u l l y   k n i c k s   n e w y o r k k n i c k s
i   k n o w   i t ’ s   j u s t   p r e s e a s o n ,   b u t … .   l e t ’ s   g o   k n i c k s ! ! !   l e t s g o k n i c k s   n e w y o r k k n i c k s   k n i c k s
j a l e n   " j e s u s   c h r i s t "   b r u n s o n   p u t t i n g   i n   w o r k   a s   u s u a l .   n e w y o r k k n i c k s
j a l e n   b r u n s o n   w i t h   a n   a m a z i n g   m o v e !   🤩 💫 🌟 
 n y c   n b a   n b a t w i t t e r   n b a p r e s e a s o n   n e w y o r k   n e w y o r k k n i c k s   k n i c k s 
  
b u i l t   b y   n e w   y o r k   |   k n i c k s   7 5 t h   a n n i v e r s a r y 
   
 
   
 a t l a n t i c d i v i s i o n   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k e m b a w a l k e r   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   p a t r i c k e w i n g   r j b a r r e t t   t o m t h i b o d e a u  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 7 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ b e g l e y ]   q u e n t i n   g r i m e s   ( f o o t )   a n d   c a m   r e d d i s h   ( a n k l e )   a r e   o u t   t o m o r r o w ,   t o m   t h i b o d e a u   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
k n i c k s   r j   b a r r e t t   c l a p s   b a c k   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   k n i c k s h i g h l i g h t s   k n i c k s r j b a r r e t t   n e w y o r k k n i c k s   n e w y o r k k n i c k s h i g h l i g h t s   n e w y o r k k n i c k s r j b a r r e t t   n e w y o r k k n i c k s r j b a r r e t t h i g h l i g h t s   n y k n i c k s   r j b a r r e t t   r j b a r r e t t b e s t p l a y s  
c o u l d   t h e   n e w   y o r k   k n i c k s & a m p ; 3 9 ;   t r a d e   p a c k a g e   f o r   d o n o v a n   m i t c h e l l   a c t u a l l y   b e   a   l o t   l e s s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   d e u c e m c b r i d e   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   f e r o n h u n t   j e a n m o n t e r o   j e r i c h o s i m s   l e o n r o s e   n b a   n e w y o r k k n i c k s   q u e n t i n g r i m e s  
q u e s t i o n s   f o r   t h e   k n i c k s   u p c o m i n g   s e a s o n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
c p   ‘ t h e   f a n c h i s e ’   b r e a k s   d o w n   k n i c k s ’   p r e s e a s o n   o p e n e r   |   n e w   y o r k   p o s t   s p o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ k a t z ]   m i t c h e l l   r o b i n s o n   o n   w h y   h e   t r i e d   t o   a d d   s o m e   p o s t   m o v e s   o v e r   t h e   s u m m e r :   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
l e t ’ s   g o   k n i c k s   n e w y o r k k n i c k s
l o w e ' s   a n n u a l   n b a   t i e r s :   r a n k i n g   t h e   l e a g u e ' s   b e s t   a n d   w o r s t   t e a m s   . . .   a n d   t h e   n e t s   a n d   l a k e r s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r e v e r   n e w y o r k k n i c k s 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e      
b e s t   o f   t h e   d a y   o n   
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
t o p   l e f t   m y   f a v o r i t e   p o o c h   i n   t h e   w o r l d ,   w h a t ' s   o n   t h e   b o t t o m   r i g h t ? 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
2 0 0 6   _ f r a n c h i s e 3   s t e v e f r a n c i s   t o u r c h e s   t h e     n e w y o r k k n i c k s   f o r   3 6   p o i n t s   🥶   e l i t e h a n d l e s   e l i t e s c o r i n g   t h e f r a n c h i s e   n b a   t h e g o o d o l e d a y s   🏀 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   e a c h   t e a m .   h e r e ’ s   t h e   k n i c k s   e d i t i o n ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 6 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
k n i c k s   -   k e e p   t h e   e n e r g y   g o i n g   🔋 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   k n i c k s n a t i o n   k n i c k s n e w s   k n i c k s t a p e   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   n y k n i c k s   n y k  
s u r e   w e ’ r e   g o i n g   t o   s e e   a   l o t   o f   t h i s   a c t i o n   g o i n g   f o r w a r d .   w i t h   b o t h   f o r w a r d s   h i g h ,   c   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
a l a n   h a h n ' s   t a k e s   a r e   a l w a y s   g o l d .   b e c a u s e   h e   k n o w s   b a s k e t b a l l   🏀 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
i f   b y   s o m e   c h a n c e   w e   m i s s   t h e   p l a y o f f s .   p l e a s e   l e t   t h e r e   b e   j u s t i c e   i n   t h i s   w o r l d   a n d   l e t   t h i s   b e   t h e   y e a r   w e   w i n   t h e   l o t t e r y . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
l o v i n   t h i s   c l a s s i c   j e r s e y ! 
 r a i s e   y o u r   h a n d   i f   y o u   t h i n k   k n i c k s   w i l l   r u n   a   b e t t e r   s e a s o n   t h i s   y e a r 
 
 n e w y o r k k n i c k s   k n i c k s   b a s k e t b a l l   c a n g s t e r   p f p   n f t   f r e e m i n t  
k n i c k s   r j   b a r r e t t   a l l e y   t o   o b i   t o p p i n   🏀 ✈ ️   n e w y o r k k n i c k s   o b i t o p p i n   r j b a r r e t t   k n i c k s   n b a s h o r t s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e  
y o u   k n o w   i ’ m   h y p e d   a f t e r   j u s t   t h e   f i r s t   p r e - s e a s o n   w i n   …   l o l   ! ! !   l e t s g o k n i c k s   n y k n i c k s   n y k   n e w y o r k k n i c k s   k n i c k s f a n   @   s o u t h s i d e   j a m a i c a   q u e e n s  
t e e n   b a s k e t b a l l   s t a r   s h o t   a n d   k i l l e d   i n   n e w   j e r s e y 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
b r e a k i n g   d o w n   k n i c k s & a m p ; 3 9 ;   p g   d e p t h :   b r u n s o n ,   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   k n i c k s b a s k e t b a l l   m s g   m s g n e t w o r k s   n e w y o r k   n e w y o r k b a s k e t b a l l   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   p i s t o n s   s p o r t s  
  n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r e v e r   n e w y o r k k n i c k s    
g o o d   h e a v e n s ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
h e r e ' s   t h e   p r o j e c t e d   s t a r t i n g   l i n e - u p   f o r   n e w   y o r k   k n i c k s !   💪 🔥 
 
 c a n   t h e   k n i c k s   c o m e b a c k   s t o n g   t h i s   s e a s o n   a f t e r   a d d i n g   b a c k c o u r t   e x c e l l e n c e   i n   f o r m   o f   j a l e n   b r u n s o n ? 
 
 n e w y o r k k n i c k s   j u l i u s r a n d l e   r j b a r r e t t   j a l e n b r u n s o n   m i t c h e l l r o b i n s o n   e v a n f o u r n i e r  
g r a n d   t h e f t   d e u c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
g u a r d   j a l e n   h a r r i s   h a s   j o i n e d   t h e   n e w   y o r k   k n i c k s   m o r e   t h a n   a   y e a r   a f t e r   t h e   n b a   s u s p e n d e d   h i m   f o r   b r e a k i n g   t h e   o r g a n i z a t i o n ' s   d r u g   p o l i c y .   👀 r e a d   t h e   f u l l   s t o r y   l i n k   i n   b i o   🔗 ⁠ 
 . 
 b a s k e t b a l l   s p o r t s   b a s k e t b a l l c o a c h   n b a   b a s k e t b a l l p l a y e r   b a s e b a l l   n y k n i c k s   n e w y o r k k n i c k s  
j a l e n   b r u n s o n & a m p ; 3 9 ; s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   k n i c k s   🍿 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 5 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
i ’ m   f r o m   u k   a n d   t o l d   e v e r y b o d y   d o n ’ t   s l e e p   o n   t h i s   g u y .   m o v e   m e   t o   n e w   y o r k   n e w y o r k k n i c k s   n b a   🟠 🔵  
n e w   y o r k   k n i c k s   d e c a l   8 x 8   d i e   c u t   c o l o r   n e w y o r k k n i c k s    
s o   f r o m   a n   i n   p e r s o n   v i e w   o f   t h e   g a m e   y e s t e r d a y .   i t   l o o k s   t o   m e   a s   i f   r a n d l e   a n d   e v a n   d o n ’ t   r e a l l y   p l a y   w e l l   w i t h   r j   c a u s e   i f   y o u   w a t c h   a g a i n   m o s t   o f   r j ’ s   b u c k e t s   c a m e   a f t e r   t h e y   w e r e   b o t h   o u t   t h e   g a m e .   w h a t   y o u   g u y s   t h i n k ?   k n i c k s a n o n y m o u s   n e w y o r k k n i c k s   k n i c k s   n e w y o r k
i   d o n ’ t   w a n t   t o   o v e r r e a c t   b u t … 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s   p o s t   g a m e   s h o w :   h i g h l i g h t s ,   a n a l y s i s ,   c a l l e r   r e a c t i o n s   |   1 0 . 4 . 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s h a r e   t h e   b e s t   n e w y o r k   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o   n e w y o r k m o d e l 
 
  
b e s t   o f   t h e   d a y   o n   
 c l i c k s   o f   n e w   y o r k   -   b r e e z i n g   n e w   y o r k 
 
 n e w y o r k   n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o   n e w y o r k m o d e l
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   n e w y o r k   c o n t e n t   :   
 n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o 
 
  
w h a t ' s   b e s t   o n     ? 
 c l i c k s   o f   n e w   y o r k   -   b r e e z i n g   n e w   y o r k 
 
 n e w y o r k   n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o   n e w y o r k m o d e l
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   n e w y o r k   c o n t e n t   :   
 n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o 
 
  
s h a r e   t h e   b e s t   n e w y o r k   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o   n e w y o r k m o d e l 
 
  
w h a t ' s   b e s t   o n     ? 
 c l i c k s   o f   n e w   y o r k   -   b r e e z i n g   n e w   y o r k 
 
 n e w y o r k   n e w y o r k   n e w y o r k c i t y   n e w y o r k l i f e   n e w y o r k i g   n e w y o r k s t y l e   n e w y o r k s t a t e   n e w y o r k g i a n t s   n e w y o r k k n i c k s   n e w y o r k p h o t o   n e w y o r k m o d e l
s e a s o n   o f f   t o   a   g r e a t   s t a r t   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
[ i a n   b e g l e y ]   j a l e n   b r u n s o n ,   r j   b a r r e t t   & a m p ;   j u l i u s   r a n d l e   c o m b i n e   f o r   5 2   p o i n t s   o n   2 1 - f o r - 3 3   s h o o t i n g   i n   t h e i r   f i r s t   p r e s e a s o n   a c t i o n .   f i v e   a s s i s t s   f o r   b r u n s o n   i n   h i s   k n i c k   d e b u t .   f o u r   a s s i s t s   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
t i m   t h i b o d e a u   o n   j a l e n   b r u n s o n :   “ j a l e n   c a n   p r o v i d e   w h a t e v e r   y o u   n e e d ”   j a l e n b r u n s o n   n e w y o r k k n i c k s   t i m t h i b o d e a u  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   w a s   o n   t n t   ( u s a ) .   w i t h   c o m m e n t a r y   f r o m   s p e r o   d e d e s .   c o - c o m m e n t a t o r   i s   s t a n   v a n   g u n d y .   r e p o r t e r   i s   j a r e d   g r e e n b e r g .     f o r   m o r e   d e t a i l s   s e e     n e w y o r k k n i c k s   d e t r o i t p i s t o n s   t n t u s a
t h a n k   y o u ,   b r u n s o n   🙏 🏾 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s h o p   n e w y o r k f o r e v e r   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n e w   y o r k   b a s k e t b a l l   i s   b a c k 🏀 ‼ ️   • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • k n i c k s a n o n y m o u s   t h e p e o p l e s v o i c e   n b a   b a s k e t b a l l   n b a b a s k e t b a l l   k n i c k s   k i n c k s r a n k i n g     n e w y o r k k n i c k s   n y k n i c k s   n y c   n y   n e w y o r k c i t y   f y p   v i r a l   m s g  
o u r   s t r e t c h   b i g 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
w h a t   i f …   d e r r i c k   r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   d e r r i c k r o s e   d r o s e   n b a t w i t t e r  
t h e   n e w   y o r k   k n i c k s   a r e   b a c k   o n   t o p ! 
 
 n y k   n e w y o r k k n i c k s   n b a
l o v e   h a v i n g   k n i c k s   f a n s   i n   m y   c h a t !   🤣 🤣 🤣   n e w y o r k k n i c k s   k n i c k s  
f e e l s   g r e a t   t o   b e   b a c k   a t   m s g !   l e t ’ s   g o   k n i c k s !     o b i t o p p i n   g o n e w y o r k g o n e w y o r k g o   n y k   n e w y o r k k n i c k s  
p r e s e a s o n   k n i c k   g a m e   7 4 - 9 8   k n i c k s   p r e s e a s o n k n i c k s   n e w y o r k k n i c k s   n b a 🏀
1 9 9 8 - 9 9   u l t r a   b a s k e t b a l l   p a t r i c k   e w i n g   k n i c k s   3   n e w y o r k k n i c k s   
 
 $ 3 . 5 0   e a c h   o r   $ 5   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
k n i c k s   f a n s !   c o m e   a t   m e !   c o n v i n c e   m e   t h a t   t h e   k n i c k s   a r e   l e g i t !   n e w y o r k k n i c k s   k n i c k s
o h   m y   o b i   t o p p i n ! 🔨 🔨 
 h i g h l i g h t   n b a   n b a p r e s e a s o n   n b a t w i t t e r   s l a m d u n k   n e w y o r k k n i c k s 
  
l e t ’ s   g o   k n i c k s   l o v i n g   t h e   d e f e n s e   t u r n i n g   i n t o   o f f e n s e .   k n i c k s   n e w y o r k k n i c k s
🏀   b a s k e t b a l l :   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   -   n b a   
 ⏰   o n g o i n g   l i v e 
 ➡   
 
 b a s k e t b a l l   a m e r i c a n   u s a   n b a l i v e   b a s k e t b a l l l o v e r s   n e w y o r k k n i c k s   d e t r o i t p i s t o n s
t h a t   _ _ _ _   s t e a l   a n d   b l o c k   n e w y o r k k n i c k s
b r u n s o n   i s   h e r e   b a b y   n e w y o r k k n i c k s
g o d …   i t ’ s   s o   g r e a t   t o   h e a r   m i k e   b r e e n s   v o i c e   a g a i n .     k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n y k
k n i c k s   a n o n y m o u s   i n   t h e   h o u s e ‼ ️   p r e s e a s o n   n e w y o r k k n i c k s   k n i c k s  
s h o p   n e w y o r k f o r e v e r   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a a l l s t a r   n b a 2 k 2 2   n b a t o p s h o t t h i s   n b a o n t n t   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s   k n i c k s   k n i c k s n a t i o n   k n i c k s t a p e
v e g a s   h a s   t h e   k n i c k s   o v e r / u n d e r   f o r   w i n s   a t   3 9 .   y a l l   t h i n k   w e   w i n n i n g   o v e r   o r   u n d e r   3 9   g a m e s ?   i   m i g h t   p u t   s o m e   c a s h   o n   t h e   o v e r ,   b u t   w h a t   y a l l   t h i n k ?   k n i c k s   n e w y o r k k n i c k s   n b a   n b a p r e s e a s o n   n e w y o r k   n e w y o r k c i t y   k n i c k s a n o n y m o u s
i   l i t e r a l l y   h a v e   n o   i d e a   w h e r e   e l s e   t o   p o s t   t h i s ,   b u t   h a s   a n y o n e   e l s e   h a d   t h i s   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
g o i n g   l i v e   o n   t w i t t e r   a t   1 1 : 4 0 ,   w e   g o n n a   t a l k   a b o u t   w h a t   y o u   g u y s   a r e   l o o k i n g   f o r w a r d   t o   f o r   t o d a y s   g a m e .   t u n e   i n ‼ ️   k n i c k s   n e w y o r k k n i c k s
🏆   2 0 1 1   n b a   m o s t   v a l u a b l e   p l a y e r 
 🏆   2 0 1 1   a l l - n b a   f i r s t   t e a m   
 🏆   3 ×   n b a   a l l - s t a r 
 🏆   2 0 0 9   n b a   r o o k i e   o f   t h e   y e a r 
 
 j o i n   u s   i n   w i s h i n g   a   h a p p y   3 4 t h   b i r t h d a y   t o   d e r r i c k   r o s e !   🥳 🌹 
 
 d e r r i c k r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   n b a   b i r t h d a y  
n o w   y o u   m i g h t   b e   a s k i n g   y o u r s e l f ,   “ w h y   i s   t h e r e   a   f a t   0   o n   m y   s c r e e n ” ?   m a y b e   b e c a u s e   t o d a y ’ s   t h e   d a y   p e o p l e   n y k   b a c k   l e t ’ s   g o 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
f i n a l l y !     n e w   y o r k   k n i c k s   b a s k e t b a l l   i s   b a c k ! ! ! ! ! !   2 0 2 2   2 0 2 3   n e w y o r k k n i c k s   k n i c k s   n y k   b a s k e t b a l l   p r e s e a s o n  
t h e   n e w y o r k k n i c k s   p l a y   b a s k e t b a l l   t o n i g h t .
n e w e s t   k n i c k ,   j a l e n   b r u n s o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   f r e e a g e n c y   k n i c k s h i g h l i g h t s   k n i c k s p o s t g a m e   m s g n e t w o r k s   n b a   n b a h i g h l i g h t s   n b a k n i c k s   n e w y o r k k n i c k s   n e w y o r k k n i c k s h i g h l i g h t s   n e w y o r k k n i c k s p o s t g a m e   n e w y o r k k n i c k s r e c a p  
i   l i t e r a l l y   h a v e   n o   i d e a   w h e r e   e l s e   t o   p o s t   t h i s ,   b u t   h a s   a n y o n e   e l s e   h a d   t h i s   o u t r a g e o u s   c h a r g e   h a p p e n   o n   t h e i r   l p   s u b s c r i p t i o n ? ? 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n b a   n e w   y o r k   k n i c k s   2 d   t r a c k s u i t s   j a c k e t 
 l i n k   t o   b u y   :   
 n b a   n e w y o r k k n i c k s   n e w y o r k f o r e v e r  
i a n   b e g l e y   t a l k s   p r e s s u r e   o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c h r i s w i l l i a m s o n   e a s t e r n c o n f e r e n c e   i a n b e g l e y   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s   n b a i n s i d e r   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   s n y n b a i n s i d e r   s n y n e t w o r k   s n y n e w y o r k   s n y n y   s n y s p o r t s   s n y t v  
h e y ,   m e g ,   t h e   n e w y o r k k n i c k s   a r e   i n   t o w n   👊 🏼 
 
 
   |   
   |   f a m i l y g u y  
n e w y o r k f o r e v e r   l f g   n e w y o r k k n i c k s .   s t r i n g e r b e l l   s a y s   i   d o n ’ t   c a r e   i f   i t ’ s   p r e s e a s o n ,   w e   b a c k   u p .   k n i c k s t w i t t e r   _ z u l l o         _ n y _ b   _ e a s y         k c d a     .   k n i c k s a n d t h e w i r e   🔥   c o m b o  
c a n   i t   b e   t u e s d a y   y e t ? 
 k n i c k s   n e w y o r k k n i c k s  
t h i s   k i n d   o f   s h i t   i s   w h y   i   h a v e   a   l o t   o f   r e s p e c t   f o r   f o u r n i e r .   d u d e   d o e s n ' t   l e t   a n y t h i n g   . . .   
   
 
   
 b a s k e t b a l l   k n i c k s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
n y   k n i c k s ’   t o p   t r a d e   s c e n a r i o   i n v o l v i n g   j u l i u s   r a n d l e   & a m p ;   e v a n   f o u r n i e r !   |   n e w   y o r k   k n i c k s   r u m o r s 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n u m e r o   u n o   d a y s   t i l l   n y k   c o m e s   b a c k   b a b y ! ! 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
g o o o o o d   m o r n i n g   k n i c k s   a n o n y m o u s   f a m i l y ,   t h i s   w e a t h e r   i s   h o t   a s s 😞 .   a t   l e a s t   p r e   s e a s o n   s t a r t s   t o m o r r o w 😜 ‼ ️ k n i c k s   n e w y o r k k n i c k s   m s g   n e w y o r k c i t y
k n i c k s   2 0 2 2 - 2 3   s e a s o n   |   p l a y e r   e x p e c t a t i o n s :   j u l i u s   r a n d l e , ,   i m m a n u e l   q u i c k l y   & a m p ;   i s a i a h   h a r t e n s t e i n 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
n y   w e   h e r e ,   w u   t a n g   😤 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
k n i c k s   t o   4 5 ? 
 
 e s p n   a n a l y s t   b u l l i s h   o n   n e w y o r k k n i c k s ,   h i n t s   a t   4 5   w i n s     v i a  
t h i s   k i n d   o f   s h i t   i s   w h y   i   h a v e   a   l o t   o f   r e s p e c t   f o r   f o u r n i e r .   d u d e   d o e s n ' t   l e t   a n y t h i n g   p h a s e   h i m .   a s   l o n g   a s   g r i m e s   c a n   s h o w   w h y   h e   w a s   a l m o s t   u n t o u c h a b l e ,   t h e n   i ' m   h a p p y   t o   h a v e   f o u r n i e r   h e r e . 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
i s a i a h   h a r t e n s t e i n   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h h a r t e n s t e i n   i s a i a h   h a r t e n s t e i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j a l e n   b r u n s o n   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n b r u n s o n   j a l e n   b r u n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
o b i   t o p p i n   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o b i t o p p i n   o b i   t o p p i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
n e w   y o r k   k n i c k s  
m i l e s   m c b r i d e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m i l e s m c b r i d e   m i l e s   m c b r i d e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
n e w   y o r k   k n i c k s   c h o o s e   s p o r t f i v e   t o   f i n d   n e w   j e r s e y   p a t c h   s p o n s o r 
 s p o r t s i n d u s t r y   s p o r t b i z 

i m m a n u e l   q u i c k l e y   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i m m a n u e l q u i c k l e y   i m m a n u e l   q u i c k l e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j a l e n   b r u n s o n   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n b r u n s o n   j a l e n   b r u n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
r j   b a r r e t t   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r j b a r r e t t   r j   b a r r e t t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
k n i c k s   w i t h   t h e   w i n   d r o s e  
d   r o s e   t o   t h e   c u p   n b a   b a s k e t b a l l   k n i c k s   d r o s e   d e r r i c k r o s e   n b a t w i t t e r   n y k   k n i c k s t a p e  
d   r o s e   f l o a t   g a m e .   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   d r o s e   d e r r i c k r o s e   n b a t w i t t e r  
g o t   m y   d r o s e   c o l l e g e   j e r s e y   o n   b u t   i   d e f i n i t e l y   n e e d   a   h a i r c u t  
_ c r y p t o   _ n f t     c o n g r a t s   b r o ! 🐮 🐂     d r o s e     d e r r i c k r o s e   _ n f t
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
t h e   a d i d a s   r o s e   1 . 5   l o w   i s   a v a i l a b l e   a t   t h e     a p p .   s t i l l   a   f e w   s i z e s   l e f t .   
 
 a d i d a s b a s k e t b a l l   a d i d a s r o s e   d r o s e   k i c k s p o t t i n g 
 📸      
  d o n ’ t   d o   m y   b o i i   d r o s e   d i r t y   h e   d e s e r v e s   t h a t ! !   💯  
w h a t   i f …   d e r r i c k   r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   d e r r i c k r o s e   d r o s e   n b a t w i t t e r  
h a p p y   b i r t h d a y   1   d r o s e   d e r r i c k r o s e
t h a t ’ s   r i g h t … .   d e r r i c k r o s e   🌹   d r o s e   🌹
l e t ’ s   g o   d e r r i c k r o s e   🌹   d r o s e   🌹   p o o h   🌹
h a p p y   b i r t h d a y   d !   ❤ ️   d r o s e   d e r r i c k r o s e
h a p p y   3 4 t h   b i r t h d a y   t o   m y   f a v o r i t e   p l a y e r   w i t h   m y   f a v o r i t e   v i d e o   o f   h i m .   i   m u s t   h a v e   w a t c h e d   t h i s   v i d e o   t h o u s a n d s   o f   t i m e s   o n   m y   i p o d   i n   h i g h   s c h o o l .   i   h a d   c o u n t l e s s   s l e e p l e s s   n i g h t s   w a t c h i n g   h i m   a n d   m y   b e l o v e d   b u l l s .   i   a l w a y s   m i s s   t h o s e   d a y s .   p o o h   d r o s e  
j o i n   u s   i n   w i s h i n g   d e r r i c k   r o s e   a   h a p p y   3 4 t h   b i r t h d a y !   🎉 
 
 k n i c k s   b u l l s   d e r r i c k r o s e   d r o s e   n b a  
t u e s d a y t h o u g h t s   d e a r   d e r r i c k r o s e   🌹   d r o s e   🌹   p o o h   4 ️ ⃣   n o t   o n l y   i s   t o d a y   u r   b i r t h d a y   b u t   i t ’ s   t h e   f i r s t d a y   y o u ’ r e   b a c k   i n   a c t i o n   a f t e r   m o n t h s   b e i n g   a w a y   * p a u s e *   y o u ’ r e   i n   a n   e x c e l l e n t   👉 🏽   p o s i t i o n   t o   a d a p t   & a m p ;   g e t   p a s t   a n y   o b s t a c l e s   i n   u r   w a y   🏀   h a p p y b i r t h d a y d r o s e   🎂  
n b a   " o m g   ! "   m o m e n t s   🔥 
   
 
   
 2 k 2 0   a l l s t a r   b a s k e t b a l l   b a s k e t b a l l v i d e o s   b l o o p e r s   b o s t o n c e l t i c s   b r a w l   b u z z e r b e a t e r   d e r r i c k r o s e   d u n k c o n t e s t   e s p n   f i g h t   f i n a l s   f i r s t t a k e   f u n n y   g a m e w i n n e r   g i a n n i s a n t e t o k o u n m p o   g o a t  
b o b b y   m a r k s & a m p ; 3 9 ;   o f f s e a s o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o b b y m a r k s o f f s e a s o n g u i d e   b o b b y m a r k s o f f s e a s o n g u i d e t h e n e w y o r k k n i c k s n b a o n e s p n   d e r r i c k r o s e   d e r r i c k r o s e h i g h l i g h t s   e a s t e r n c o n f e r e n c e   h i g h l i g h t s   j u l i u s r a n d l e   n b a e s p n   n b a h i g h l i g h t s  
w h o   w o u l d   y o u   c h o o s e ?   w i t h   a l l   d u e   r e s p e c t ,   m y   c h o i c e   w o u l d   b e     w i t h     a   c l o s e   s e c o n d .   a l l   w e r e   p h e n o m e n a l   t h o u g h .   b r a n d o n r o y   t r a c y m c g r a d y   d e r r i c k r o s e   g r a n t h i l l   p e n n y h a r d a w a y   
 
 n b a t w i t t e r   
 w h o w o u l d y o u c h o o s e 
 b a l l i s l i f e 
 n b a  
d   r o s e   t o   t h e   c u p   n b a   b a s k e t b a l l   k n i c k s   d r o s e   d e r r i c k r o s e   n b a t w i t t e r   n y k   k n i c k s t a p e  
d   r o s e   f l o a t   g a m e .   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   d r o s e   d e r r i c k r o s e   n b a t w i t t e r  
b u i l t   b y   n e w   y o r k   |   k n i c k s   7 5 t h   a n n i v e r s a r y 
   
 
   
 a t l a n t i c d i v i s i o n   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k e m b a w a l k e r   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   p a t r i c k e w i n g   r j b a r r e t t   t o m t h i b o d e a u  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e      
b e s t   o f   t h e   d a y   o n   
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
  d u d e ,   w e   s t o p p e d   r e a d i n g   t h e     a f t e r   t h e   d e r r i c k r o s e   s l a n d e r .
_ c r y p t o   _ n f t     c o n g r a t s   b r o ! 🐮 🐂     d r o s e     d e r r i c k r o s e   _ n f t
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
d e r r i c k r o s e   r e a l l y   d i d   i m p r o v e   h i s   3 - p t   s h o t   a l o t   o v e r   t h e   p a s t   f e w   y e a r s .   y o u   t a l k   b a d   a b o u t   d . r o s e ,   i   w i l l   b l o c k   y o u . .   e v e n   i f   w e   a r e   r e l a t e d . .  
y o u n g e s t     m v p   i n   h i s t o r y .   n o   q u e s t i o n     b e t t e r   r e t i r e     j e r s e y !   n b a   d e r r i c k r o s e   b a s k e t b a l l   m v p   c h i c a g o b u l l s  
h a p p y   b i r t h d a y   t o   a   k i n g ! 
 
 c h i c a g o   d e r r i c k r o s e  
w h a t   i f …   d e r r i c k   r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   d e r r i c k r o s e   d r o s e   n b a t w i t t e r  
h a p p y   b i r t h d a y   1   d r o s e   d e r r i c k r o s e
d e r r i c k   r o s e   h a p p y   b i r t h d a y !   🗣   d e r r i c k r o s e   b i r t h d a y   c h i c a g o  
d   r o s e   p u l l   u p   3 .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   d e r r i c k r o s e   n y k   k n i c k s t a p e  
t h a t ’ s   r i g h t … .   d e r r i c k r o s e   🌹   d r o s e   🌹
l e t ’ s   g o   d e r r i c k r o s e   🌹   d r o s e   🌹   p o o h   🌹
h a p p y   b i r t h d a y   t o   t h e   b e s t   m v p 🤍 k n i c k s   d e r r i c k r o s e  
i   l o v e   .   h e ' s   a   s m a r t   a n d   h u m b l e   p l a y e r .   h e   k n o w s   h o w   t h a t   h e ' s   o l d e r ,   t o   f o c u s   o n   m o r e   p l a y m a k i n g ,   b r i n g i n g   c o n s i s t e n t   d e f e n s e ,   a n d   i m p r o v i n g   h i s   j u m p s h o t   n o w .   h e   h a d   a   4 0 . 3 %   3 p t   p e r c e n t a g e   b e f o r e   h e   g o t   h u r t   l a s t   s e a s o n .   i   w i l l   f o r e v e r   b e   a   f a n .     d e r r i c k r o s e
n e w   y o r k   . . . 
   
 
   
 2 0 2 2 2 0 2 3 k n i c k s p r e s e a s o n g a m e   a t l a n t i c d i v i s i o n   c a m r e d d i s h   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   e v a n f o u r n i e r   i m m a n u e l q u i c k l e y   i s a i a h h a r t e n s t i e n   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p r e s e a s o n   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s p r e s e a s o n g a m e  
h a p p y   b i r t h d a y   d !   ❤ ️   d r o s e   d e r r i c k r o s e
d r o s e   h a p p y   b i r t h d a y ! 
 d e r r i c k r o s e   デ リ ッ ク ロ ー ズ   n b a  
d e r r i c k r o s e   g o t   4 2 6   b a l l o o n s   f o r   h i s   3 4   y o   b d a y   s o   f a r     g i f t   h i m   m o r e !
h a p p y   b i r t h d a y   d e r r i c k r o s e ,   l i l m a m a ,   r i c h h o m i e q u a n ,   a n d   a m a r a l a n e g r a ! !   🥳 🎉  
🏆   2 0 1 1   n b a   m o s t   v a l u a b l e   p l a y e r 
 🏆   2 0 1 1   a l l - n b a   f i r s t   t e a m   
 🏆   3 ×   n b a   a l l - s t a r 
 🏆   2 0 0 9   n b a   r o o k i e   o f   t h e   y e a r 
 
 j o i n   u s   i n   w i s h i n g   a   h a p p y   3 4 t h   b i r t h d a y   t o   d e r r i c k   r o s e !   🥳 🌹 
 
 d e r r i c k r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   n b a   b i r t h d a y  
d e r r i c k r o s e   g o t   4 2 4   b a l l o o n s   f o r   h i s   3 4   y o   b d a y   s o   f a r     g i f t   h i m   m o r e !
j o i n   u s   i n   w i s h i n g   d e r r i c k   r o s e   a   h a p p y   3 4 t h   b i r t h d a y !   🎉 
 
 k n i c k s   b u l l s   d e r r i c k r o s e   d r o s e   n b a  
w h a t   a   w o n d e r f u l   p o i n t   g u a r d   h e   w a s   d e r r i c k r o s e  
t u e s d a y t h o u g h t s   d e a r   d e r r i c k r o s e   🌹   d r o s e   🌹   p o o h   4 ️ ⃣   n o t   o n l y   i s   t o d a y   u r   b i r t h d a y   b u t   i t ’ s   t h e   f i r s t d a y   y o u ’ r e   b a c k   i n   a c t i o n   a f t e r   m o n t h s   b e i n g   a w a y   * p a u s e *   y o u ’ r e   i n   a n   e x c e l l e n t   👉 🏽   p o s i t i o n   t o   a d a p t   & a m p ;   g e t   p a s t   a n y   o b s t a c l e s   i n   u r   w a y   🏀   h a p p y b i r t h d a y d r o s e   🎂  
d e r r i c k   r o s e   s a y s   h e   k i l l e d   h i s   e g o   l o n g   t i m e   a g o   d e r r i c k r o s e  
d e r r i c k r o s e   s o   c o l d ! ! 🥶   i n   h i s   p r e s s   c o n f e r e n c e   t o d a y   h e   s a i d . . ”   i   d o n ’ t   p l a y   p i c k   u p ,   c u z   i   n e v e r   w a n t   p p l   t o   l e a r n   m y   t e n d e n c i e s … ”   k n i c k s   o l d s k o o l
u p   n e x t !   n b a   2 k   r e a l i s t i c   r e t r o   g a m e p l a y !   d e r r i c k   r o s e   v s   p a u l   p i e r c e !   b u l l s   v s   c e l t i c s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   7 ,   2 0 2 2   6 : 0 0   p m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   c h i c a g o b u l l s   d e r r i c k r o s e   b o s t o n c e l t i c s   b u l l s v s c e l t i c s   c e l t i c s   b u l l s   p a u l p i e r c e  
n b a   " o m g   ! "   m o m e n t s   🔥 
   
 
   
 2 k 2 0   a l l s t a r   b a s k e t b a l l   b a s k e t b a l l v i d e o s   b l o o p e r s   b o s t o n c e l t i c s   b r a w l   b u z z e r b e a t e r   d e r r i c k r o s e   d u n k c o n t e s t   e s p n   f i g h t   f i n a l s   f i r s t t a k e   f u n n y   g a m e w i n n e r   g i a n n i s a n t e t o k o u n m p o   g o a t  
b o b b y   m a r k s & a m p ; 3 9 ;   o f f s e a s o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o b b y m a r k s o f f s e a s o n g u i d e   b o b b y m a r k s o f f s e a s o n g u i d e t h e n e w y o r k k n i c k s n b a o n e s p n   d e r r i c k r o s e   d e r r i c k r o s e h i g h l i g h t s   e a s t e r n c o n f e r e n c e   h i g h l i g h t s   j u l i u s r a n d l e   n b a e s p n   n b a h i g h l i g h t s  
w h o   w o u l d   y o u   c h o o s e ?   w i t h   a l l   d u e   r e s p e c t ,   m y   c h o i c e   w o u l d   b e     w i t h     a   c l o s e   s e c o n d .   a l l   w e r e   p h e n o m e n a l   t h o u g h .   b r a n d o n r o y   t r a c y m c g r a d y   d e r r i c k r o s e   g r a n t h i l l   p e n n y h a r d a w a y   
 
 n b a t w i t t e r   
 w h o w o u l d y o u c h o o s e 
 b a l l i s l i f e 
 n b a  
d   r o s e   t o   t h e   c u p   n b a   b a s k e t b a l l   k n i c k s   d r o s e   d e r r i c k r o s e   n b a t w i t t e r   n y k   k n i c k s t a p e  
d   r o s e   f l o a t   g a m e .   n b a   b a s k e t b a l l   k n i c k s   n y k   k n i c k s t a p e   d r o s e   d e r r i c k r o s e   n b a t w i t t e r  
b u i l t   b y   n e w   y o r k   |   k n i c k s   7 5 t h   a n n i v e r s a r y 
   
 
   
 a t l a n t i c d i v i s i o n   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k e m b a w a l k e r   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   p a t r i c k e w i n g   r j b a r r e t t   t o m t h i b o d e a u  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e      
b e s t   o f   t h e   d a y   o n   
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
  d u d e ,   w e   s t o p p e d   r e a d i n g   t h e     a f t e r   t h e   d e r r i c k r o s e   s l a n d e r .
_ c r y p t o   _ n f t     c o n g r a t s   b r o ! 🐮 🐂     d r o s e     d e r r i c k r o s e   _ n f t
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
d e r r i c k r o s e   r e a l l y   d i d   i m p r o v e   h i s   3 - p t   s h o t   a l o t   o v e r   t h e   p a s t   f e w   y e a r s .   y o u   t a l k   b a d   a b o u t   d . r o s e ,   i   w i l l   b l o c k   y o u . .   e v e n   i f   w e   a r e   r e l a t e d . .  
y o u n g e s t     m v p   i n   h i s t o r y .   n o   q u e s t i o n     b e t t e r   r e t i r e     j e r s e y !   n b a   d e r r i c k r o s e   b a s k e t b a l l   m v p   c h i c a g o b u l l s  
h a p p y   b i r t h d a y   t o   a   k i n g ! 
 
 c h i c a g o   d e r r i c k r o s e  
w h a t   i f …   d e r r i c k   r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   d e r r i c k r o s e   d r o s e   n b a t w i t t e r  
h a p p y   b i r t h d a y   1   d r o s e   d e r r i c k r o s e
d e r r i c k   r o s e   h a p p y   b i r t h d a y !   🗣   d e r r i c k r o s e   b i r t h d a y   c h i c a g o  
d   r o s e   p u l l   u p   3 .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   d e r r i c k r o s e   n y k   k n i c k s t a p e  
t h a t ’ s   r i g h t … .   d e r r i c k r o s e   🌹   d r o s e   🌹
l e t ’ s   g o   d e r r i c k r o s e   🌹   d r o s e   🌹   p o o h   🌹
h a p p y   b i r t h d a y   t o   t h e   b e s t   m v p 🤍 k n i c k s   d e r r i c k r o s e  
i   l o v e   .   h e ' s   a   s m a r t   a n d   h u m b l e   p l a y e r .   h e   k n o w s   h o w   t h a t   h e ' s   o l d e r ,   t o   f o c u s   o n   m o r e   p l a y m a k i n g ,   b r i n g i n g   c o n s i s t e n t   d e f e n s e ,   a n d   i m p r o v i n g   h i s   j u m p s h o t   n o w .   h e   h a d   a   4 0 . 3 %   3 p t   p e r c e n t a g e   b e f o r e   h e   g o t   h u r t   l a s t   s e a s o n .   i   w i l l   f o r e v e r   b e   a   f a n .     d e r r i c k r o s e
n e w   y o r k   . . . 
   
 
   
 2 0 2 2 2 0 2 3 k n i c k s p r e s e a s o n g a m e   a t l a n t i c d i v i s i o n   c a m r e d d i s h   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   e v a n f o u r n i e r   i m m a n u e l q u i c k l e y   i s a i a h h a r t e n s t i e n   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p r e s e a s o n   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s p r e s e a s o n g a m e  
h a p p y   b i r t h d a y   d !   ❤ ️   d r o s e   d e r r i c k r o s e
d r o s e   h a p p y   b i r t h d a y ! 
 d e r r i c k r o s e   デ リ ッ ク ロ ー ズ   n b a  
d e r r i c k r o s e   g o t   4 2 6   b a l l o o n s   f o r   h i s   3 4   y o   b d a y   s o   f a r     g i f t   h i m   m o r e !
h a p p y   b i r t h d a y   d e r r i c k r o s e ,   l i l m a m a ,   r i c h h o m i e q u a n ,   a n d   a m a r a l a n e g r a ! !   🥳 🎉  
🏆   2 0 1 1   n b a   m o s t   v a l u a b l e   p l a y e r 
 🏆   2 0 1 1   a l l - n b a   f i r s t   t e a m   
 🏆   3 ×   n b a   a l l - s t a r 
 🏆   2 0 0 9   n b a   r o o k i e   o f   t h e   y e a r 
 
 j o i n   u s   i n   w i s h i n g   a   h a p p y   3 4 t h   b i r t h d a y   t o   d e r r i c k   r o s e !   🥳 🌹 
 
 d e r r i c k r o s e   c h i c a g o b u l l s   n e w y o r k k n i c k s   n b a   b i r t h d a y  
d e r r i c k r o s e   g o t   4 2 4   b a l l o o n s   f o r   h i s   3 4   y o   b d a y   s o   f a r     g i f t   h i m   m o r e !
j o i n   u s   i n   w i s h i n g   d e r r i c k   r o s e   a   h a p p y   3 4 t h   b i r t h d a y !   🎉 
 
 k n i c k s   b u l l s   d e r r i c k r o s e   d r o s e   n b a  
w h a t   a   w o n d e r f u l   p o i n t   g u a r d   h e   w a s   d e r r i c k r o s e  
t u e s d a y t h o u g h t s   d e a r   d e r r i c k r o s e   🌹   d r o s e   🌹   p o o h   4 ️ ⃣   n o t   o n l y   i s   t o d a y   u r   b i r t h d a y   b u t   i t ’ s   t h e   f i r s t d a y   y o u ’ r e   b a c k   i n   a c t i o n   a f t e r   m o n t h s   b e i n g   a w a y   * p a u s e *   y o u ’ r e   i n   a n   e x c e l l e n t   👉 🏽   p o s i t i o n   t o   a d a p t   & a m p ;   g e t   p a s t   a n y   o b s t a c l e s   i n   u r   w a y   🏀   h a p p y b i r t h d a y d r o s e   🎂  
d e r r i c k   r o s e   s a y s   h e   k i l l e d   h i s   e g o   l o n g   t i m e   a g o   d e r r i c k r o s e  
d e r r i c k r o s e   s o   c o l d ! ! 🥶   i n   h i s   p r e s s   c o n f e r e n c e   t o d a y   h e   s a i d . . ”   i   d o n ’ t   p l a y   p i c k   u p ,   c u z   i   n e v e r   w a n t   p p l   t o   l e a r n   m y   t e n d e n c i e s … ”   k n i c k s   o l d s k o o l
u p   n e x t !   n b a   2 k   r e a l i s t i c   r e t r o   g a m e p l a y !   d e r r i c k   r o s e   v s   p a u l   p i e r c e !   b u l l s   v s   c e l t i c s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   7 ,   2 0 2 2   6 : 0 0   p m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   c h i c a g o b u l l s   d e r r i c k r o s e   b o s t o n c e l t i c s   b u l l s v s c e l t i c s   c e l t i c s   b u l l s   p a u l p i e r c e  
d   r o s e   d o e s n ' t   n e e d   t o   l o o k   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d e r r i c k   r o s e   n o l o o k   a s s i s t   n y k   n e w y o r k   k n i c k s   d e t   d e t r o i t   p i s t o n s
h a p p y   b - d a y   d - r o s e ! ! ! !   🔥 ⚡ ️ 🌪   c h i c a g o   b u l l s   d e r r i c k   r o s e   l e g e n d   n b a   h i s t o r y    
d   r o s e   d o e s n ' t   n e e d   t o   l o o k   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d e r r i c k   r o s e   n o l o o k   a s s i s t   n y k   n e w y o r k   k n i c k s   d e t   d e t r o i t   p i s t o n s
h a p p y   b - d a y   d - r o s e ! ! ! !   🔥 ⚡ ️ 🌪   c h i c a g o   b u l l s   d e r r i c k   r o s e   l e g e n d   n b a   h i s t o r y    
a   t e a m   h a d   i n t e r e s t   i n   k n i c k s   j u l i u s   r a n d l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c o m m e n t a r y   c o v e r a g e   e a s t e r n c o n f e r e n c e   g a m e   h i g h l i g h t s   i a n b e g l e y   j u l i u s r a n d l e   j u l i u s r a n d l e t r a d e r u m o r s   k n i c k s p o d c a s t   m a d i s o n s q u a r e g a r d e n   m s g   n b a   n b a r u m o r s   n e w y o r k k n i c k s  
b o b b y   m a r k s & a m p ; 3 9 ;   o f f s e a s o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o b b y m a r k s o f f s e a s o n g u i d e   b o b b y m a r k s o f f s e a s o n g u i d e t h e n e w y o r k k n i c k s n b a o n e s p n   d e r r i c k r o s e   d e r r i c k r o s e h i g h l i g h t s   e a s t e r n c o n f e r e n c e   h i g h l i g h t s   j u l i u s r a n d l e   n b a e s p n   n b a h i g h l i g h t s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
b e s t   o f   t h e   d a y   o n   
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
k n i c k s   i n c r e d i b l e   4 6   p o i n t   s e c o n d   q u a r t e r   v s   i n d i a n a   p a c e r s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i m m a n u e l q u i c k l e y   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   n b a   n b a h i g h l i g h t s   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
b e s t   o f   t h e   d a y   o n   
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
b e s t   o f   t h e   d a y   o n   
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 c a m r e d d i s h   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s g a m e   k n i c k s h i g h l i g h t s   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s v s p a c e r s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n   n e w y o r k k n i c k s  
r j   b a r r e t t   |   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t   t o m t h i b o d e a u  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r      
b e s t   o f   t h e   d a y   o n   
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
b e s t   o f   t h e   d a y   o n   
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
i d k   b o u t   y ’ a l l   b u t   t h e   k n i c k s   a r e   f u c k i n g   b a c k   b a b y ! ! ! !   🏆 🏆   k n i c k s   j u l i u s r a n d l e   f u c k y e a h b a b y
r a n d l e   f a d e   a w a y   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   k n i c k s t a p e   n y k   j u l i u s r a n d l e  
r a n d l e   t o   r j   f o r   t h e   c o r n e r   3 .   n b a   b a s k e t b a l l   k n i c k s   j u l i u s r a n d l e   r j b a r r e t t   n b a t w i t t e r   n y k   k n i c k s t a p e  
b u i l t   b y   n e w   y o r k   |   k n i c k s   7 5 t h   a n n i v e r s a r y 
   
 
   
 a t l a n t i c d i v i s i o n   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k e m b a w a l k e r   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   p a t r i c k e w i n g   r j b a r r e t t   t o m t h i b o d e a u  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e      
b e s t   o f   t h e   d a y   o n   
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
h e r e ' s   t h e   p r o j e c t e d   s t a r t i n g   l i n e - u p   f o r   n e w   y o r k   k n i c k s !   💪 🔥 
 
 c a n   t h e   k n i c k s   c o m e b a c k   s t o n g   t h i s   s e a s o n   a f t e r   a d d i n g   b a c k c o u r t   e x c e l l e n c e   i n   f o r m   o f   j a l e n   b r u n s o n ? 
 
 n e w y o r k k n i c k s   j u l i u s r a n d l e   r j b a r r e t t   j a l e n b r u n s o n   m i t c h e l l r o b i n s o n   e v a n f o u r n i e r  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   |   . . . 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p o s t g a m e s h o w   k n i c k s v s p i s t o n s   k n i c k s v s p i s t o n s h i g h l i g h t s   k n i c k s v s p i s t o n s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
b r u n s o n   t o   r a n d l e   w h o   b a c k s   d o w n   t h e   s m a l l e r   i v e y .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   j a l e n b r u n s o n   j u l i u s r a n d l e   n y k  
b r u n s o n   t o   r a n d l e   w h o   l o s e s   h i s   s n e a k e r   o n   t h e   l a y u p .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   j a l e n b r u n s o n   j u l i u s r a n d l e   n y k   k n i c k s t a p e  
r a n d l e   h a n d   o f f   t o   r j   f o r   3 .   n b a   n b a t w i t t e r   b a s k e t b a l l   r j b a r r e t t   k n i c k s   n y k   j u l i u s r a n d l e  
b r u n s o n   t o   r a n d l e   f o r   3 .   n b a   b a s k e t b a l l   n b a t w i t t e r   j u l i u s r a n d l e   j a l e n b r u n s o n   k n i c k s   n y k   k n i c k s t a p e  
j u l i u s r a n d l e   i s   a s   u s e l e s s   a s   a   3   l i t e r   b o t t l e   o f   s h a s t a .  
t h e   b l o c k   b y   m i t c h   a n d   p a s s   t o   r a n d l e   f o r   t h e   s l a a a a a m m m m m m ! ! ! ! ! ! 💯 🔷 🔶 🔷 🔶 🔷 🔶 🏀 🏀 🏀 🏀 🏀 🏀 🏀 
 n e w y o r k f o r e v e r   m i t c h e l l r o b i n s o n   j u l i u s r a n d l e
n e w   y o r k   . . . 
   
 
   
 2 0 2 2 2 0 2 3 k n i c k s p r e s e a s o n g a m e   a t l a n t i c d i v i s i o n   c a m r e d d i s h   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   e v a n f o u r n i e r   i m m a n u e l q u i c k l e y   i s a i a h h a r t e n s t i e n   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p r e s e a s o n   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s p r e s e a s o n g a m e  
i a n   b e g l e y   t a l k s   p r e s s u r e   o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c h r i s w i l l i a m s o n   e a s t e r n c o n f e r e n c e   i a n b e g l e y   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s   n b a i n s i d e r   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   s n y n b a i n s i d e r   s n y n e t w o r k   s n y n e w y o r k   s n y n y   s n y s p o r t s   s n y t v  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
a   t e a m   h a d   i n t e r e s t   i n   k n i c k s   j u l i u s   r a n d l e   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c o m m e n t a r y   c o v e r a g e   e a s t e r n c o n f e r e n c e   g a m e   h i g h l i g h t s   i a n b e g l e y   j u l i u s r a n d l e   j u l i u s r a n d l e t r a d e r u m o r s   k n i c k s p o d c a s t   m a d i s o n s q u a r e g a r d e n   m s g   n b a   n b a r u m o r s   n e w y o r k k n i c k s  
b o b b y   m a r k s & a m p ; 3 9 ;   o f f s e a s o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   b o b b y m a r k s o f f s e a s o n g u i d e   b o b b y m a r k s o f f s e a s o n g u i d e t h e n e w y o r k k n i c k s n b a o n e s p n   d e r r i c k r o s e   d e r r i c k r o s e h i g h l i g h t s   e a s t e r n c o n f e r e n c e   h i g h l i g h t s   j u l i u s r a n d l e   n b a e s p n   n b a h i g h l i g h t s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n      
b e s t   o f   t h e   d a y   o n   
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 r j   b a r r e t t   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
k n i c k s   i n c r e d i b l e   4 6   p o i n t   s e c o n d   q u a r t e r   v s   i n d i a n a   p a c e r s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i m m a n u e l q u i c k l e y   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   n b a   n b a h i g h l i g h t s   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   m i t c h e l l r o b i n s o n      
b e s t   o f   t h e   d a y   o n   
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e
w h a t ' s   b e s t   o n     ? 
 m i t c h e l l   r o b i n s o n   :   n y   k n i c k s   p o s t - p r a c t i c e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n   d u n k      
b e s t   o f   t h e   d a y   o n   
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t
w h a t ' s   b e s t   o n     ? 
 o b i   t o p p i n   :   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   o b i t o p p i n
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 c a m r e d d i s h   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s g a m e   k n i c k s h i g h l i g h t s   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s v s p a c e r s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n   n e w y o r k k n i c k s  
r j   b a r r e t t   |   n y   k n i c k s   p o s t - g a m e   p r e s s   c o n f e r e n c e 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t   t o m t h i b o d e a u  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r      
b e s t   o f   t h e   d a y   o n   
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p      
b e s t   o f   t h e   d a y   o n   
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 t o m   t h i b o d e a u   :   n y   k n i c k s   t r a i n i n g   c a m p   ( 1 0 / 3 ) 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   t r a i n i n g c a m p
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
i d k   b o u t   y ’ a l l   b u t   t h e   k n i c k s   a r e   f u c k i n g   b a c k   b a b y ! ! ! !   🏆 🏆   k n i c k s   j u l i u s r a n d l e   f u c k y e a h b a b y
r a n d l e   f a d e   a w a y   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   k n i c k s t a p e   n y k   j u l i u s r a n d l e  
r a n d l e   t o   r j   f o r   t h e   c o r n e r   3 .   n b a   b a s k e t b a l l   k n i c k s   j u l i u s r a n d l e   r j b a r r e t t   n b a t w i t t e r   n y k   k n i c k s t a p e  
b u i l t   b y   n e w   y o r k   |   k n i c k s   7 5 t h   a n n i v e r s a r y 
   
 
   
 a t l a n t i c d i v i s i o n   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   j u l i u s r a n d l e   k e m b a w a l k e r   k n i c k s h i g h l i g h t s   n b a   n e w y o r k k n i c k s   n y k n i c k s   p a t r i c k e w i n g   r j b a r r e t t   t o m t h i b o d e a u  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e      
b e s t   o f   t h e   d a y   o n   
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 d e r r i c k   r o s e   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   d e r r i c k r o s e   t r a i n i n g c a m p
h e r e ' s   t h e   p r o j e c t e d   s t a r t i n g   l i n e - u p   f o r   n e w   y o r k   k n i c k s !   💪 🔥 
 
 c a n   t h e   k n i c k s   c o m e b a c k   s t o n g   t h i s   s e a s o n   a f t e r   a d d i n g   b a c k c o u r t   e x c e l l e n c e   i n   f o r m   o f   j a l e n   b r u n s o n ? 
 
 n e w y o r k k n i c k s   j u l i u s r a n d l e   r j b a r r e t t   j a l e n b r u n s o n   m i t c h e l l r o b i n s o n   e v a n f o u r n i e r  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   |   . . . 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p o s t g a m e s h o w   k n i c k s v s p i s t o n s   k n i c k s v s p i s t o n s h i g h l i g h t s   k n i c k s v s p i s t o n s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
b r u n s o n   t o   r a n d l e   w h o   b a c k s   d o w n   t h e   s m a l l e r   i v e y .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   j a l e n b r u n s o n   j u l i u s r a n d l e   n y k  
b r u n s o n   t o   r a n d l e   w h o   l o s e s   h i s   s n e a k e r   o n   t h e   l a y u p .   n b a   b a s k e t b a l l   n b a t w i t t e r   k n i c k s   j a l e n b r u n s o n   j u l i u s r a n d l e   n y k   k n i c k s t a p e  
r a n d l e   h a n d   o f f   t o   r j   f o r   3 .   n b a   n b a t w i t t e r   b a s k e t b a l l   r j b a r r e t t   k n i c k s   n y k   j u l i u s r a n d l e  
b r u n s o n   t o   r a n d l e   f o r   3 .   n b a   b a s k e t b a l l   n b a t w i t t e r   j u l i u s r a n d l e   j a l e n b r u n s o n   k n i c k s   n y k   k n i c k s t a p e  
j u l i u s r a n d l e   i s   a s   u s e l e s s   a s   a   3   l i t e r   b o t t l e   o f   s h a s t a .  
t h e   b l o c k   b y   m i t c h   a n d   p a s s   t o   r a n d l e   f o r   t h e   s l a a a a a m m m m m m ! ! ! ! ! ! 💯 🔷 🔶 🔷 🔶 🔷 🔶 🏀 🏀 🏀 🏀 🏀 🏀 🏀 
 n e w y o r k f o r e v e r   m i t c h e l l r o b i n s o n   j u l i u s r a n d l e
n e w   y o r k   . . . 
   
 
   
 2 0 2 2 2 0 2 3 k n i c k s p r e s e a s o n g a m e   a t l a n t i c d i v i s i o n   c a m r e d d i s h   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   e v a n f o u r n i e r   i m m a n u e l q u i c k l e y   i s a i a h h a r t e n s t i e n   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p r e s e a s o n   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s p r e s e a s o n g a m e  
i a n   b e g l e y   t a l k s   p r e s s u r e   o n   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c h r i s w i l l i a m s o n   e a s t e r n c o n f e r e n c e   i a n b e g l e y   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s   n b a i n s i d e r   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   s n y n b a i n s i d e r   s n y n e t w o r k   s n y n e w y o r k   s n y n y   s n y s p o r t s   s n y t v  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p a c e r s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
j u l i u s   r a n d l e   n b a   h i g h l i g h t s   k n i c k s   v s   p i s t o n s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j u l i u s r a n d l e   j u l i u s   r a n d l e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   n e w   y o r k   k n i c k s  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r      
b e s t   o f   t h e   d a y   o n   
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
h e r e ' s   t h e   p r o j e c t e d   s t a r t i n g   l i n e - u p   f o r   n e w   y o r k   k n i c k s !   💪 🔥 
 
 c a n   t h e   k n i c k s   c o m e b a c k   s t o n g   t h i s   s e a s o n   a f t e r   a d d i n g   b a c k c o u r t   e x c e l l e n c e   i n   f o r m   o f   j a l e n   b r u n s o n ? 
 
 n e w y o r k k n i c k s   j u l i u s r a n d l e   r j b a r r e t t   j a l e n b r u n s o n   m i t c h e l l r o b i n s o n   e v a n f o u r n i e r  
n e w   y o r k   . . . 
   
 
   
 2 0 2 2 2 0 2 3 k n i c k s p r e s e a s o n g a m e   a t l a n t i c d i v i s i o n   c a m r e d d i s h   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   e v a n f o u r n i e r   i m m a n u e l q u i c k l e y   i s a i a h h a r t e n s t i e n   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p r e s e a s o n   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s p r e s e a s o n g a m e  
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
s h a r e   t h e   b e s t   s p o r t s   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p      
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p  
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s   c o n t e n t :     
 k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r      
b e s t   o f   t h e   d a y   o n   
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
w h a t ' s   b e s t   o n     ? 
 e v a n   f o u r n i e r   :   n y   k n i c k s   t r a i n i n g   c a m p 
 
 s p o r t s   k n i c k s   n y k n i c k s   n e w y o r k k n i c k s   n b a   k n i c k s h i g h l i g h t s   j u l i u s r a n d l e   t o m t h i b o d e a u   r j b a r r e t t   e v a n f o u r n i e r   t r a i n i n g c a m p
h e r e ' s   t h e   p r o j e c t e d   s t a r t i n g   l i n e - u p   f o r   n e w   y o r k   k n i c k s !   💪 🔥 
 
 c a n   t h e   k n i c k s   c o m e b a c k   s t o n g   t h i s   s e a s o n   a f t e r   a d d i n g   b a c k c o u r t   e x c e l l e n c e   i n   f o r m   o f   j a l e n   b r u n s o n ? 
 
 n e w y o r k k n i c k s   j u l i u s r a n d l e   r j b a r r e t t   j a l e n b r u n s o n   m i t c h e l l r o b i n s o n   e v a n f o u r n i e r  
n e w   y o r k   . . . 
   
 
   
 2 0 2 2 2 0 2 3 k n i c k s p r e s e a s o n g a m e   a t l a n t i c d i v i s i o n   c a m r e d d i s h   d e r r i c k r o s e   e a s t e r n c o n f e r e n c e   e v a n f o u r n i e r   i m m a n u e l q u i c k l e y   i s a i a h h a r t e n s t i e n   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p r e s e a s o n   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s p r e s e a s o n g a m e  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [65], in <cell line: 1>()
      1 for id, tweets in tweets_df_Knicks2.items():
      2     for tweet in tweets:
----> 3         analysis = SentimentIntensityAnalyzer(tweets_df_Knicks2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Knicks2 = tweets_df_Knicks2.append({
      5             'name': id,
      6             'text': tweets_df_Knicks2.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\vaderSentiment\vaderSentiment.py:200, in SentimentIntensityAnalyzer.__init__(self, lexicon_file, emoji_lexicon)
    198 def __init__(self, lexicon_file="vader_lexicon.txt", emoji_lexicon="emoji_utf8_lexicon.txt"):
    199     _this_module_file_path_ = os.path.abspath(getsourcefile(lambda: 0))
--> 200     lexicon_full_filepath = os.path.join(os.path.dirname(_this_module_file_path_), lexicon_file)
    201     with codecs.open(lexicon_full_filepath, encoding='utf-8') as f:
    202         self.lexicon_full_filepath = f.read()

File ~\anaconda3\lib\ntpath.py:117, in join(path, *paths)
    115     return result_drive + result_path
    116 except (TypeError, AttributeError, BytesWarning):
--> 117     genericpath._check_arg_types('join', path, *paths)
    118     raise

File ~\anaconda3\lib\genericpath.py:152, in _check_arg_types(funcname, *args)
    150         hasbytes = True
    151     else:
--> 152         raise TypeError(f'{funcname}() argument must be str, bytes, or '
    153                         f'os.PathLike object, not {s.__class__.__name__!r}') from None
    154 if hasstr and hasbytes:
    155     raise TypeError("Can't mix strings and bytes in path components") from None

TypeError: join() argument must be str, bytes, or os.PathLike object, not 'Series'
In [66]:
for id, tweets in tweets_df_Cavs1.items():
    for tweet in tweets:
        analysis = TextBlob(tweets_df_Cavs1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Cavs1 = tweets_df_Cavs1.append({
            'name': id,
            'text': tweets_df_Cavs1.text
        }, ignore_index=True)
j a r r e t t   a l l e n   t e a s i n g   k e v i n   l o v e   i s   a   s i g n   t h e   c l e v e l a n d   c a v a l i e r s   c h e m i s t r y   i s   s e c o n d   t o   n o n e 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   k e v i n l o v e   j a r r e t t a l l e n   

p h i l a d e l p h i a   7 6 e r s   v s .   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s b r o u s s a r d   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   f i r s t t h i n g s f i r s t   f o x s p o r t s 1   f s 1   n i c k w r i g h t   s h a n n o n   s h a n n o n s h a r p e   s k i p   s k i p a n d s h a n n o n   s k i p a n d s h a n n o n u n d i s p u t e d   s k i p b a y l e s s   u n d i s p u t e d  
p h i l a d e l p h i a   7 6 e r s   v s .   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s b r o u s s a r d   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   f i r s t t h i n g s f i r s t   f o x s p o r t s 1   f s 1   n i c k w r i g h t   s h a n n o n   s h a n n o n s h a r p e   s k i p   s k i p a n d s h a n n o n   s k i p a n d s h a n n o n u n d i s p u t e d   s k i p b a y l e s s   u n d i s p u t e d  
w h a t   i s   d e a n   w a d e ’ s   c e i l i n g   f o r   t h e   c l e v e l a n d   c a v a l i e r s   a s   a   l o n g - t e r m   p l a y e r ? 
 ( b y   )   
 d e a n w a d e   c l e v e l a n d c a v a l i e r s   c a v s   

p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
c a v s   f a l l   a g a i n s t   t h e   s i x e r s   a n e w ,   r e m a i n   w i n l e s s   i n   t h e   p r e s e a s o n 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   7 6 e r s 

p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
a   c l a s s i c   j b   g a m e   t o n i g h t   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   3 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
7 6 e r s   a t   c a v a l i e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 4 4  
i s   i t   w o r t h   i t   ? 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   7 6 e r s v s c a v a l i e r s   7 6 e r s v s c a v a l i e r s 2 0 2 2   b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s  
s u n s   l o o k i n g   t o   a c q u i r e   r o t a t i o n a l   p i e c e s   f o r   j a e   c r o w d e r   i n s t e a d   o f   f u t u r e   a s s e t s   –   r e p o r t   a t l a n t a h a w k s   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r   m i a m i h e a t   m i l w a u k e e b u c k s  
a   c l a s s i c   j b   g a m e   t o n i g h t 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w k 3 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
s e e i n g     w i t h   t h e   c l e v e l a n d c a v a l i e r s   i s   w e i r d .     w e   m i s s   h e r   i n   p h i l l y .   🙊
d r o p   o r   c o p   ? 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
t h e     w i l l   h o s t   t h e   p h i l a d e l p h i a   7 6 e r s   t o n i g h t   f o r   t h e   f i r s t   h o m e   p r e - s e a s o n   g a m e   🏀   w e ' r e   r e a d y   t o   s e e   t h e   g a t e w a y   t u n n e l   i n t o     f u l l   o f   t h e   n e w   2 0 2 2 - 2 0 2 3   j e r s e y s . 
 
 p h o t o   c r e d i t :   
 
 c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v s  
“ y o u   g o t t a   l i v e   w i t h   t h o s e . . ” :   m i c h a e l   j o r d a n   h a d   a   c r u c i a l   l e s s o n   f o r   l e b r o n   j a m e s   l o n g   b e f o r e   h e   w o n   h i s   f i r s t   n b a   r i n g     b a s k e t b a l l   c l e v e l a n d c a v a l i e r s
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
t h e   c l e v e l a n d   c a v a l i e r s   h a v e   a   b i g   p r o b l e m . . . 
   
 
   
 c a r i s l e v e r t   c a v a l i e r s n e w s   c a v a l i e r s o f f s e a s o n   c a v s   c a v s b a s k e t b a l l   c a v s n e w s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s n e w s   c l e v e l a n d c a v a l i e r s r e b u i l t t e a m   c l e v e l a n d c a v a l i e r s t r a d e n e w s  
m a m a d i   d i a k i t e   s i g n e d   b y   t h e   c l e v e l a n d   c a v a l i e r s 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
c o u n t i n g   i t   d o w n   t o   f i r s t   g a m e !   y o u   k n o w   d a y   1 0   g o t t a   b e   1 0 ,   t h e   d i m e ,   t h e   b u c k e t ,   d g . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
t h e   c a v a l i e r s   a r e   a i m i n g   f o r   t h e s e   t w o   g o a l s   t h i s   s e a s o n … 
 
 
 
 c l i c k   t h e   l i n k   f o r   m o r e   o n   t h e   c a v a l i e r s .   d r o p   y o u r   n b a   p r e d i c t i o n s   i n   t h e   r e p l i e s . 
 
 s p o r t s   c a l v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n b a   b a s k e t b a l l  
n i c e   s e e i n g   m i t c h e l l ,   a l o n g   w i t h   d g   a n d   a   f e w   o t h e r   c a v s ,   s h o w   u p   a t   t h e   g u a r d i a n s   g a m e   a n d   j u s t   w a t c h i n g   h i m   g e t   i n v o l v e d   i n   t h e   c i t y   r i g h t   a w a y . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
c l e v e l a n d   c a v a l i e r s   n b a   s k u l l   p u n i s h e r   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t 
 
 — — — — — —   
 
 f a s h i o n   h o t f a s h i o n   s e n p r i n t   t r e n d   c l e v e l a n d c a v a l i e r s   n b a   
       c l e v e l a n d   c a v a l i e r s   n b a   s k u l l   p u n i s h e r   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t   -   s e n p r i n t m a r t   s t o r e 
 

  b i g   t i c k e t   🎟   
 
 n b a   l a c l i p p e r s   c e l t i c s   c a v s   c a v s s u m m e r   c l e v e l a n d c a v a l i e r s   b e t h e f i g h t   c a v s h i o n   c a v s 5 0   f i e l d h o u s e h e a t   c a v s d r a f t   l e t e m k n o w   d a l l a s   c e l t i c s   b o s t o n c e l t i c s   c u s r i s e   l a k e r s   l a k e r s f a m i l y   l a k e r n a t i o n   g o l a k e r s   l o s a n g e l e s l a k e r s   l a k e s h o w  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
c l e v e l a n d c a v a l i e r s   1 1   c a r d   l o t   c a v s   c a v a l i e r s   
 
 $ 4   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
n e w - l o o k   c a v s   l i v e n   u p   p r e s e a s o n   l u l l   w i t h   w i n e   a n d   g o l d   s c r i m m a g e 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   n b a   w i n e a n d g o l d   

i f   y o u   a r e n ' t   l i s t e n i n g   t o   t h e   b u r n i n g r i v e r s p o r t s c a s t   p o d c a s t   o r   w a t c h i n g   t h e   v i d e o p o d c a s t   o n   y o u t u b e   t h e n   h e r e ' s   a   t a s t e   o f   w h a t   y o u ' r e   m i s s i n g ! 
 . 
 c l e v e l a n d b r o w n s   c l e v e l a n d   b r o w n s   f o o t b a l l   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   g u a r d s  
r j   s a i d   t h e r e   w a s   a n   i n c i d e n t   o n   t h e   2 0 1 6   c a v s   - " t h e r e   w a s   p u n c h e s   t h r o w n   o n   o u r   t e a m . "   😂 😱 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
c a v s   c o a c h   j b   e x p l a i n e d   e v a n   m o b l e y ’ s   i n j u r y   & a m p ;   p r e s e a s o n   o u t l o o k 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
_ d i m e s   g o i n g   c r a z y   f o r   . r y t i e r i   !   3 4 p t s   6 a s t   a n d   t h e   w 🔥 🔥 🔥 
 
 b a s k e t b a l l   c e l t i c s   k y r i e   n b a d r a f t   l a l a k e r s   o k c   k i n g j a m e s   n b a o n t n t   c l e v e l a n d c a v a l i e r s   n b a l o t t e r y   u n d e r a u r m o r   d a r i u s g a r l a n d  
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s   l e b r o n   l e b r o n j a m e s   k i n g j a m e s
s h a r i f e   c o o p e r   c l e v e l a n d   c a v a l i e r s   d e b u t   . . . 
   
 
   
 a l p i n e   b a s k e t b a l l   b i n g h a m   b y u   c e n t r a l d i v i s i o n   c h u r c h o f j e s u s c h r i s t o f l a t t e r d a y s a i n t s   c l e v e l a n d c a v a l i e r s   c o u g a r s   d u k e   e a s t e r n c o n f e r e n c e   f r a n k   h i g h s c h o o l   j a b a r i   j a c k s o n   l o n e p e a k   n b a   p a r k e r  
t h e   c l e v e l a n d   c a v a l i e r s   s h o u l d   b e   h a p p y   t h e y   d o n ’ t   h a v e   a n y   d r a y m o n d   g r e e n ’ s   o n   t h e   r o s t e r   
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   

3 0 %   o f f   l e b r o n   j a m e s   c l e v e l a n d   c a v a l i e r s   m i t c h e l l   & a m p ;   n e s s   2 0 0 8 - 0 9   h a r d w o o d   c l a s s i c s   s w i n g m a n   j e r s e y s   a t   f a n a t i c s   ( u s e   c o d e   z i p 3 0 ) 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
n b a   2 k 2 3   -   c u r r y   v s   m i t c h e l l   -   g o l d e n   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l i p p e r s   c p u v s c p u   d u r a n t   e a s t e r n c o n f e r e n c e   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m  
l e b r o n   j a m e s   1 / 1   s p l a t t e r   b l a s t   c u s t o m   a r t   c a r d   l e b r o n j a m e s   k i n g j a m e s   c l e v e l a n d c a v a l i e r s   c a v s   c a v s b a s k e t b a l l   c a v a l i e r s   n b a   b a s k e t b a l l c a r d s   s p o r t s c a r d s   c a r d a r t   c a r d c o l l e c t o r   m i x e d m e d i a a r t   m i x e d m e d i a   a c r y l i c p a i n t   a r t   a r t w o r k   a r t w o r l d   p a i n t i n g   l b j   l b j 2 3  
t h e   o f f - s e a s o n   p l a n   f o r   t h e   c l e v e l a n d   c a v a l i e r s 
 
 c l e v e l a n d c a v a l i e r s   n b a   b a s k e t b a l l  
  p r e p p i n g   f o r   t h e   s h o w   🔴 📸 🔴 📸 🔴   
 
 e a s t c o a s t h o o p r e c r u i t   g l e a g u e i g n i t e   n b a p r e s e a s o n   n i k e   n b a l o t t e r y   c l e v e l a n d c a v a l i e r s   o t e   j o r d a n p o o l e   c u r r y   p o r t l a n d t r a i l b l a z e r s   u t a h j a z z   m i a m i h e a t   i g n i t e   j a y s o n t a t u m 0   j a y s o n t a t u m   o v e r t i m e  
p h o e n i x   s u n s   h a v e   i n t e r e s t   . . . 
   
 
   
 b o j a n b o g d a n o v i c   b o j a n b o g d a n o v i c c r o a t i a   b o j a n b o g d a n o v i c p h o e n i x s u n s   b o j a n b o g d a n o v i c u t a h j a z z   c a v s   c l e v e l a n d c a v a l i e r s   d e v i n b o o k e r   d e v i n b o o k e r h i g h l i g h t s   d e v i n b o o k e r n b a 2 k   d e v i n b o o k e r n b a 2 k 2 3   d e v i n b o o k e r o p e n g y m  
h a l l o w e e n   j e r s e y   e d i t   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
c a v s   f i n a l s   c o m e b a c k   s t o r y 
   
 
   
 2 0 1 6   2 0 1 6 c h a m p s   b a s k e t b a l l   b e l i v e l a n d   c a v s c h a m p i o n s h i p   c a v s c o m e b a c k   c a v s f i n a l s   c a v s g a m e 7   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c h a m p i o n s h i p   c l e v e l a n d p a r a d e   c o m e f r o m b e h i n d   c u r r y   d e l l y  
h a l l o w e e n   j e r s e y   e d i t 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
m o n t r e z l   h a r r e l l   e m b a r r a s s e d   h i m s e l f   a g a i n s t   t h e   c l e v e l a n d   c a v a l i e r s 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   m o n t r e z l h a r r e l l   c a v s   

d o n o v a n   m i t c h e l l   d e b u t !   c l e v e l a n d   . . . 
   
 
   
 c a v s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s h i g h l i g h t s   c l e v e l a n d c a v a l i e r s n e w s   c l e v e l a n d c a v a l i e r s v s p h i l a d e l p h i a 7 6 e r s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l c a v s d e b u t   e a s t e r n c o n f e r e n c e   n b a  
i m a g i n e   i f   v i c t o r w e m b a n y a m a   w a s   t h e   c a v s   a n d   w a s   a p a r t   o f   t h e   t a l l   b a l l   l i n e u p !   n b a   c a v s   c l e v e l a n d c a v a l i e r s   c a v s 4 l i f e   l e t e m k n o w
[ h i g h l i g h t ]   d o n o v a n   m i t c h e l l   s h o w s   h i s   h o p s   o u t r e b o u n d i n g   h a r d e n   a n d   t o b i a s   f o r   t h e   p u t b a c k   +   f o u l 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
s h a r i f e   c o o p e r   c l e v e l a n d   c a v a l i e r s   d e b u t   v s   . . . 
   
 
   
 b a s k e t b a l l   b y u   c b a   c e n t r a l d i v i s i o n   c h i n a   c l e v e l a n d c a v a l i e r s   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   f r e d e t t e   j i m m e r   j i m o d a s h e n   n b a   r u d y g o b e r t   s h a n g h a i s h a r k s   t h e l o n e l y m a s t e r   u t a h j a z z  
n b a   c l e v e l a n d c a v a l i e r s   d o n o v a n m i t c h e l l   d o n o v a n   m i t c h e l l   o n   d e b u t   w i t h   c a v a l i e r s :   ' b e t t e r   t h a n   i   a n t i c i p a t e d '  
e p i s o d e   5   o f   t h e     i s   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s ! 
 c l e v e l a n d b r o w n s   c l e v e l a n d   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   p o d c a s t   b r o w n s   n f l   m l b   n b a   f o r t h e l a n d   t h e l a n d  
d o n o v a n   m i t c h e l l   f i r s t   b u c k e t s   i n   d e b u t   f o r   . . . 
   
 
   
 c a v a l i e r s   c a v a l i e r s v s 7 6 e r s   c a v s h i g h l i g h t s   c a v s v s 7 6 e r s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s v s p h i l a d e l p h i a 7 6 e r s   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l c a v a l i e r s   d o n o v a n m i t c h e l l c a v s  
d o n o v a n   m i t c h e l l   m a k e s   h i s   c a v a l i e r s   d e b u t 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 1 9   n b a   p l a y e r 1 6 2 8 3 7 8   t e a m 1 6 1 0 6 1 2 7 3 9  
e p i s o d e   5   o f   t h e   b u r n i n g r i v e r s p o r t s c a s t   i s   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s ! 
 
 c l e v e l a n d b r o w n s   c l e v e l a n d   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   g u a r d s   g u a r d i a n s   p o d c a s t   b r o w n s   n f l   m l b   n b a   f o r t h e l a n d   t h e l a n d  
h o w   m a n y   t i m e s   i s   t h i s   g o n n a   h a p p e n   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
7 6 e r s   g u a r d   j a m e s   h a r d e n   p u l l e d   o f f   a   s t r i k i n g   c r o s s o v e r   t o   d r o p   c l e v e l a n d   c a v a l i e r s   f o r w a r d   d e a n   w a d e   o n   t h e   f l o o r . 
 
 w a t c h   t h e   v i d e o   h e r e 👇 
 
 j a m e s h a r d e n   c l e v e l a n d c a v a l i e r s   d e a n w a d e   n b a   n b a t w i t t e r   

d o n o v a n   m i t c h e l l & a m p ; 3 9 ; s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   c a v a l i e r s 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l c a v s   d o n o v a n m i t c h e l l t r a d e   d o n o v a n m i t c h e l l s h i g h l i g h t s f r o m f i r s t g a m e w i t h c a v a l i e r s   e a s t e r n c o n f e r e n c e  
“ y o u   g u y s   h a v e   w o k e n   u p   t h e   d a n g e r o u s   b e a r d ”   j a m e s   h a r d e n   m a k e s   d e a n   w a d e   s w e e p   t h e   f l o o r   i n   l i v e   c o n t e s t     c l e v e l a n d c a v a l i e r s   n b a
c o u n t i n g   d o w n   t i l   t h e   f i r s t   c a v s   g a m e   o n   m y   i n s t a g r a m 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
n o   l o o k ,   n o   p r o b l e m .   😴   d o n o v a n   m i t c h e l l   i s   b a l l i n g   i n   h i s   f i r s t   g a m e   a s   a   c l e v e l a n d   c a v a l i e r . 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   n b a  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
o n e   o f   t h e   m a n y   w a y s   i ' l l   b e   c h e c k i n g   o u t   t h e   c a v s   t h i s   s e a s o n ! ! !   c a v s   c l e v e l a n d c a v a l i e r s   b e l l s t r o n g s p o r t s 🏀     n b a p r e s e a s o n   n b a   b a l l y s p o r t s p l u s   b a l l y s p o r t s o h i o  
j a e   c r o w d e r   t r a d e   t o   t h e   c a v a l i e r s ? 
   
 
   
 c a v a l i e r s n e w s   c a v a l i e r s t r a d e   c a v a l i e r s t r a d e r u m o r s   c a v s   c a v s n e w s   c a v s s u n s t r a d e   c a v s t r a d e   c a v s t r a d e r u m o r s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   n b a   n b a n e w s   n b a t r a d e   n b a t r a d e r u m o r s  
o n   t h i s   l u t v   s p o r t s '   " m e d i a   t i m e o u t , "   s p o r t s r e p o r t e r   t r e v o n   s a n c h e z   s h a r e s   h i s   i n s i g h t   o n   d o n o v a n m i t c h e l l ' s   m o v e   t o   t h e   c l e v e l a n d c a v a l i e r s .       l a m a r u n i v e r s i t y   c o l l e g e m e d i a   s t u d e n t m e d i a   s p o r t s m e d i a   s p o r t s t a l k   n b a   h o o p s   b a s k e t b a l l
c l e v e l a n d   c a v a l i e r s :   e v a n   m o b l e y   o u t   1 - 2   w e e k s   w i t h   a n k l e   i n j u r y 
   
 
   
 c a v s   c a v s b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   e v a n m o b l e y a n k l e   e v a n m o b l e y i n j u r y  
c h a s e   d o w n   p o d c a s t   l i v e :   i n s i d e   t h e   l a b   w i t h   j a m a l   r i c h a r d s o n 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
c e d i   o s m a n   f o c u s e d   o n   h e l p i n g   c a v s   a m i d   t r a d e   r u m b l i n g s   c e d i o s m a n   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r  
c a v s   c o a c h   j . b .   b i c k e r s t a f f   n o   c o n c e r n   a b o u t   e v a n   m o b l e y   m i s s i n g   s t a r t   o f   s e a s o n   c l e v e l a n d c a v a l i e r s   e v a n m o b l e y  
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
✈ ️   c l e v e l a n d   ( c l e )   t o   i s t a n b u l   ( i s t )   f o r   o n l y   $ 6 2 8   ( u s d )   r o u n d t r i p   💸 
 9 6 5   l i v e   d a t e s   o n   a d v e n t u r e   m a c h i n e .   -   g e t   t h e   a p p   o n   i o s   o r   a n d r o i d   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   c l e v e l a n d h a i r s t y l i s t   c l e v e l a n d b r o w n s   c l e v e l a n d p h o t o g r a p h e r  
e l i j a h   g e r t r u d e   i s   t a k i n g   a   f i r s t   c l a s s   f l i g h t   t o   u v a ! ! !     w e n t   c r a z y   . h o o p s   x     d a v e   e d w a r d s   m e m o r i a l 
 
 w a r r i o r s   c l e v e l a n d c a v a l i e r s   o t e   n b a   a d i d a s   c u r r y   u s c b a s k e t b a l l   n b a g l e a g u e   n i k e   n b a d r a f t   g l e a g u e i g n i t e   j o r d a n p o o l e   c o l l e g e b a s k e t b a l l  
. c e e f r   k e e p   g o i n g   🔥 🔥   
 
 u n d e r a u r m o r   c l e v e l a n d c a v a l i e r s   a d i d a s   n b a   t y l e r h e r o   w a r r i o r s   n c a a   c u r r y   l a c l i p p e r s   g o l d e n s t a t e   m e m p h i s b a s k e t b a l l   e a s t c o a s t h o o p r e c r u i t   o t e   u s c b a s k e t b a l l  
  i s   s t a r t i n g   t o   h e a t   u p   🔥 🔥 💫 
 
 g o l d e n s t a t e   n b a g l e a g u e   s t a n f o r d m b b   a d i d a s   n b a   n b a l o t t e r y   u n d e r a u r m o r   o t e   j o r d a n p o o l e   c u r r y   d a r i u s g a r l a n d   g l e a g u e i g n i t e   e a s t c o a s t h o o p r e c r u i t   l a c l i p p e r s   c o l l e g e b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   n b a d r a f t   b r y c e j a m e s   s t a n f o r d  
e v a n   m o b l e y   / 9 9   r o o k i e   c o r n e r s t o n e s   q u a d   j e r s e y   a u t o   p u l l e d   f r o m   o u r     c h r o n i c l e s   b a s k e t b a l l   b r e a k s !   🔥 🔥     
 c l e v e l a n d c a v a l i e r s   c a v a l i e r s   b a s k e t b a l l c a r d s   g r o u p b r e a k s   t h e h o b b y   c a s e b r e a k s   b o x b r e a k s   e v a n m o b l e y   n b a   a u t o g r a p h   w h o d o y o u c o l l e c t   b o o m  
j u s t   m a d e   a   s t e a l   o n   e b a y   🔥   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
t h e   c l e v e l a n d   c a v a l i e r s   j u s t   s t o l e   d o n o v a n   m i t c h e l l ! 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
u p   n e x t !   n b a   2 k   r e a l i s t i c   r e t r o   g a m e p l a y !   d w y a n e   w a d e   v s   l e b r o n   j a m e s !   m i a m i   h e a t   v s   c l e v e l a n d   c a v a l i e r s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   9 ,   2 0 2 2   6 : 0 0   p m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   d w y a n e w a d e   l e b r o n j a m e s   m i a m i h e a t   c l e v e l a n d c a v a l i e r s   l e b r o n j a m e s v s d w y a n e w a d e  
c e d i   o s m a n - j a e   c r o w d e r   s w a p   i n   t a l k s   o n l y   ‘ a t   l e a s t   f o r   n o w ’   c e d i o s m a n   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r   p h o e n i x s u n s  
c a v s   t r a i n i n g   c a m p   h i g h l i g h t :   v e r s a t i l i t y   o f   e v a n   m o b l e y   i s   a m a z i n g 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
e v a n   m o b l e y   o u t   1 - 2   w e e k s   d u e   t o   s p r a i n e d   a n k l e   c l e v e l a n d c a v a l i e r s   e v a n m o b l e y  
[ c h a r a n i a ]   c a v a l i e r s   s a y   e v a n   m o b l e y   w i l l   m i s s   o n e - t o - t w o   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n .   
   
 
   
 b a s k e t b a l l   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
c l e v e l a n d   c a v a l i e r s   d y l a n   w i n d l e r   i s   j o e   h a r r i s   2 . 0   |   l e t   e m   k n o w 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
w h a t   d o   y o u   g u y s   t h i n k ? 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
t h e     h a d   o n e   o f   t h e   m o s t   s u r p r i s i n g   s e a s o n s   i n   2 0 2 2 ,   a n d   t h e n   m a d e   a   h u g e   s p l a s h ,   t r a d i n g   f o r   d o n o v a n m i t c h e l l .   w h e r e   d o   t h e   c a v s   r a n k   t h i s   y e a r ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 c l e v e l a n d c a v a l i e r s   d a r i u s g a r l a n d   e v a n m o b l e y   j a r r e t t a l l e n   b e l i e v e l a n d  
c a n   m o b l e y   a n d   a l l e n & a m p ; 3 9 ; s   . . . 
   
 
   
 a l l s t a r s   c e n t r a l d i v i s i o n   c h e t h o l m g r e n   c l e v e l a n d c a v a l i e r s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   j a r r e t t a l l e n   j o s h g i d d e y   k e n n y f o r r e a l   n b a a l l s t a r g a m e   n b a b a s k e t b a l l   n b a d e f e n s e  
r e b u i l d i n g   t h e   c l e v e l a n d   c a v a l i e r s !   ( n b a   2 k 2 3   m y n b a )     v i a     n b a   n b a 2 k 2 3   b a s k e t b a l l   s p o r t s   g a m i n g   y o u t u b e r   c l e v e l a n d c a v a l i e r s
“ b e   a   g o o d   n b a   w i f e ”   s t e p h e n   a .   s m i t h   s l a m m e d   f o r   t e l l i n g   a y e s h a   c u r r y   t o   b e   l i k e   s a v a n n a h   j a m e s     c l e v e l a n d c a v a l i e r s   g o l d e n s t a t e w a r r i o r s
d o e s   t h e   d o n o v a n   m i t c h e l l   t r a d e   . . . 
   
 
   
 a l e x h o o p s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s d o n o v a n m i t c h e l l   c l e v e l a n d c a v a l i e r s n e w s   d a r i u s g a r l a n d   d a r i u s g a r l a n d h i g h l i g h t s   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l c a v a l i e r s   d o n o v a n m i t c h e l l c a v s  
j a e   c r o w d e r   -   c l e v e l a n d   c a v a l i e r s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s . 
 
 c a v a l i e r s   l e t e m k n o w   c l e v e l a n d   p h o e n i x   s u n s   w e a r e t h e v a l l e y   j a e   c r o w d e r   n b a   n b a t w i t t e r   n b a t o p s h o t  
c a t c h   a   l i v e   n b l   g a m e   o f   c l e v e l a n d   c a v a l i e r s   t a k i n g   o n   t o r o n t o   r a p t o r s   a t   .   r e t u r n   t o   i n t e r c o n c l e   a f t e r   y o u r   d a y   o u t   a n d   r e l a x   i n   o u r   c o m f o r t a b l e   a c c o m m o d a t i o n s   j u s t   1 0   m i n u t e s   a w a y .   v i s i t m e i n c l e   o h i o   
 w h e n :   o c t o b e r   1 9    
n b a   p o i n t   s h a v i n !   p h i v s c l e   n b a p r e s e a s o n   c h e a t i n   c l e v e l a n d   c a v a l i e r s   c a v s   7 6 e r s  
d e a n   w a d e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e a n w a d e   d e a n   w a d e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
c a r i s   l e v e r t   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a r i s l e v e r t   c a r i s   l e v e r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
a   c l a s s i c   j b   g a m e   t o n i g h t   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
e x p e c t i n g   t h i s   f r o m   c a r i s   l e v e r t   f o r   c a v s   w o u l d   b e   w i s h f u l   t h i n k i n g 
 
 
 
 n b a   c l e v e l a n d   c a v a l i e r s   c a v s   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   b u l l s n a t i o n   g o s p u r s g o   p a c e r s
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
d o n o v a n   m i t c h e l l   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d o n o v a n m i t c h e l l   d o n o v a n   m i t c h e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
j a r r e t t   a l l e n   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a r r e t t a l l e n   j a r r e t t   a l l e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
j a r r e t t   a l l e n   h i g h l i g h t s   -   c a v a l i e r s   v s .   7 6 e r s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   j a r r e t t   a l l e n   c l e   p h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c l e v e l a n d   c a v a l i e r s   p h i l a d e l p h i a   7 6 e r s
d o n o v a n   m i t c h e l l   w i t h   t h e   m a s s i v e   r e j e c t i o n   ❌ 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d o n o v a n   m i t c h e l l   b l o c k   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
🏆   n b a 
 
 🏀   c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 c l e v e l a n d   p h i l a d e l p h i a   n b a  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
3   d i f f e r e n t   w a y s   c a v s   c a n   u p g r a d e   r o s t e r   i n   a   j a e   c r o w d e r   t r a d e 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   g r i n d c i t y   m f f l   r e p t h e d i s t r i c t   w e t h e n o r t h   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
t h e   c a v a l i e r s   a r e   a i m i n g   f o r   t h e s e   t w o   g o a l s   t h i s   s e a s o n … 
 
 
 
 c l i c k   t h e   l i n k   f o r   m o r e   o n   t h e   c a v a l i e r s .   d r o p   y o u r   n b a   p r e d i c t i o n s   i n   t h e   r e p l i e s . 
 
 s p o r t s   c a l v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n b a   b a s k e t b a l l  
e v e r y b o d y   l o v e s   t e r r y   r o z i e r 
 
 
 
 n b a   a l l f l y   c h a r l o t t e   h o r n e t s   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   m m f l   j a z z   m f f l   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   n b a i n a b u d h a b i   c e l t i c s   s p u r s
t h e   c a v s   d e f i n i t e l y   n e e d   i s a a c   o k o r o   t o   s t e p   u p   o n   o f f e n s e   t h i s   y e a r 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   m m f l   j a z z   m f f l   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   n b a i n a b u d h a b i
c l e v e l a n d   c a v a l i e r s   s h o u l d   b e   h a p p y   t h e y   d o n ' t   h a v e   d r a y m o n d   g r e e n 
 
 
 
 n b a   c l e v e l a n d   c a v a l i e r s   b e t h e f i g h t   n b a t w i t t e r   n b a 2 k 2 3 m y t e a m   n b a j a p a n g a m e s   n b a i n a b u d h a b i   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   r o c k e t s   m f f l   l a k e s h o w   l a k e r s   s u n s   j a z z
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
i f   y o u   a r e n ' t   l i s t e n i n g   t o   t h e   b u r n i n g r i v e r s p o r t s c a s t   p o d c a s t   o r   w a t c h i n g   t h e   v i d e o p o d c a s t   o n   y o u t u b e   t h e n   h e r e ' s   a   t a s t e   o f   w h a t   y o u ' r e   m i s s i n g ! 
 . 
 c l e v e l a n d b r o w n s   c l e v e l a n d   b r o w n s   f o o t b a l l   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   g u a r d s  
w a n t   t o   t h a n k     f o r   s i g n i n g   m y   j e r s e y   t o d a y   a t   t h e   w i n e   a n d   g o l d   s c r i m m a g e !   m u c h   l o v e   & a m p ;   w e l c o m e   t o   c l e v e l a n d !     c l e v e l a n d   c a v a l i e r s   l e t e m k n o w   4 5  
t h e   c l e v e l a n d   c a v a l i e r s '   u n c o n v e n t i o n a l   r o s t e r   m a k e u p   i s   p a y i n g   d i v i d e n d . . .     v i a     c a v s
2 0 1 9 - 2 0   p a n i n i   n a t i o n a l   t r e a s u r e   k e v i n   p o r t e r   j r   5 / 5   b g s 9 / 1 0   
 
 i t e m   n u m b e r :   2 2 1 0 0 4 0 4 3 7 3 9 0 3 1 
 
 n b a   r o o k i e   c l e v e l a n d   c a v a l i e r s     k e v i n   p o r t e r   k e v i n p o r t e r j r   p a n i n i   p a n i n i a m e r i c a   n a t i o n a l t r e a s u r e   t r a d i n g c a r d s  
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s   l e b r o n   l e b r o n j a m e s   k i n g j a m e s
n b a   r o o k i e   b a s k e t b a l l   c a r d   e v a n   m o b l e y   c a v a l i e r s   2 0 2 1   p a n i n i   n o .   2 3 4   -   c l i c k   h e r e   
 
 b a s k e t b a l l   n b a     c l e v e l a n d   o h i o     p a n i n i  
h a l l o w e e n   j e r s e y   e d i t   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
2 0 2 2   w i n e   & a m p ;   g o l d   s c r i m m a g e   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
b r a n d o n   i n g r a m ' s   t h o u g h t s   o n   d o n o v a n   m i t c h e l l ' s   t r a d e   t o   t h e   c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
v i d e o   v e r s i o n   o f   e p i s o d e   5   o f   t h e     i s   o n   y o u t u b e !   d o n ' t   f o r g e t   t o   s u b s c r i b e   a n d   s h a r e ! 
 c l e v e l a n d   c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   b u r n i n g r i v e r s p o r t s c a s t   b r o w n s   l a c h a r g e r s   a t l a n t a f a l c o n s   v i d e o p o d c a s t   l i s t e n n o w   w a t c h n o w 
 

v i d e o   v e r s i o n   o f   e p i s o d e   5   o f   t h e   b u r n i n g r i v e r s p o r t s c a s t   i s   o n   y o u t u b e !   d o n ' t   f o r g e t   t o   s u b s c r i b e   a n d   s h a r e ! 
 c l e v e l a n d   c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   f o r t h e l a n d   p o d c a s t   l a c h a r g e r s   a t l a n t a f a l c o n s   v i d e o p o d c a s t   l i s t e n n o w   w a t c h n o w 
 

b r i a n   w i n d h o r s t   o n   d o n o v a n   m i t c h e l l ' s   i m p a c t   o n   t h e   c a v a l i e r s   t h i s   s e a s o n   |   n b a   t o d a y   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
d e a n   w a d e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e a n w a d e   d e a n   w a d e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
m a m a d i   d i a k i t e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a m a d i d i a k i t e   m a m a d i   d i a k i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
e p i s o d e   5   o f   t h e   b u r n i n g r i v e r s p o r t s c a s t   i s   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s ! 
 
 c l e v e l a n d b r o w n s   c l e v e l a n d   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   g u a r d s   g u a r d i a n s   p o d c a s t   b r o w n s   n f l   m l b   n b a   f o r t h e l a n d   t h e l a n d  
h o w   m a n y   t i m e s   i s   t h i s   g o n n a   h a p p e n   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
k e v i n   l o v e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n l o v e   k e v i n   l o v e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
' e x c i t e d '   m i t c h e l l   s c o r e s   1 6   i n   h i s   c a v a l i e r s   d e b u t   c l e v e l a n d   c a v a l i e r s   n b a  
r a u l   n e t o   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r a u l n e t o   r a u l   n e t o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
d o n o v a n   m i t c h e l l   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d o n o v a n m i t c h e l l   d o n o v a n   m i t c h e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
p e r k ' s   b o l d   p e l i c a n s   p r e d i c t i o n ,   w e m b a n y a m a ' s   d e b u t   & a m p ;   r e a c t i n g   t o   b e n   s i m m o n s '   r e t u r n   |   s w a g u   & a m p ;   p e r k   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
r a n k i n g   t h e   1 0   b e s t   p r o s p e c t s   i n   t h e   c e n t r a l   d i v i s i o n 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   h e r e t h e y c o m e   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   l a k e s h o w   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
j a m e s   h a r d e n   m a k i n g   p e o p l e   l o o k   s i l l y   a g a i n   😮 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a m e s   h a r d e n   a n k l e b r e a k e r   c r o s s o v e r   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
w e l c o m e   t o   c l e v e l a n d   d o n o v a n 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d o n o v a n   m i t c h e l l   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
t h e s e   3   c a v s   n e e d   t o   r e a c h   o u t   a n d   s e i z e   a   r o t a t i o n   s p o t   i n   p r e s e a s o n 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   b l e e d g r e e n   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
j u s t   m a d e   a   s t e a l   o n   e b a y   🔥   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
c l e v e l a n d   c a v a l i e r s   t o   c o v e r   b a l l y   s p o r t s +   s u b s c r i p t i o n s   f o r   s e a s o n   t i c k e t   h o l d e r s 
 s p o r t s i n d u s t r y   s p o r t b i z 

c a v s   p r a c t i c e :   r a u l   n e t o   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
c a v s '   m o b l e y   t o   m i s s   1 - 2   w e e k s   w i t h   a n k l e   s p r a i n   c l e v e l a n d   c a v a l i e r s   n b a  
[ c h a r a n i a ]   c a v a l i e r s   s a y   e v a n   m o b l e y   w i l l   m i s s   o n e - t o - t w o   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n .   
   
 
   
 b a s k e t b a l l   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
c a v s '   e v a n   m o b l e y   p u l l i n g   m o r e   f r o m   3   c o u l d   d o   w o n d e r s   f o r   h i m ,   t e a m 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   b u l l s n a t i o n   h e a t t w i t t e r   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   n e t s   b r o o k l y n t o g e t h e r   s i x e r s
n b a   s e a s o n   i s   c o m i n g   u p !   m o r e   o f   m e   r a m b l i n g   a b o u t   t h e   c a v s . . .   c l e v e l a n d   c a v a l i e r s   

j a r r e t t   a l l e n   t e a s i n g   k e v i n   l o v e   i s   a   s i g n   t h e   c l e v e l a n d   c a v a l i e r s   c h e m i s t r y   i s   s e c o n d   t o   n o n e 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   k e v i n l o v e   j a r r e t t a l l e n   

p h i l a d e l p h i a   7 6 e r s   v s .   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s b r o u s s a r d   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   f i r s t t h i n g s f i r s t   f o x s p o r t s 1   f s 1   n i c k w r i g h t   s h a n n o n   s h a n n o n s h a r p e   s k i p   s k i p a n d s h a n n o n   s k i p a n d s h a n n o n u n d i s p u t e d   s k i p b a y l e s s   u n d i s p u t e d  
p h i l a d e l p h i a   7 6 e r s   v s .   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s b r o u s s a r d   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   f i r s t t h i n g s f i r s t   f o x s p o r t s 1   f s 1   n i c k w r i g h t   s h a n n o n   s h a n n o n s h a r p e   s k i p   s k i p a n d s h a n n o n   s k i p a n d s h a n n o n u n d i s p u t e d   s k i p b a y l e s s   u n d i s p u t e d  
w h a t   i s   d e a n   w a d e ’ s   c e i l i n g   f o r   t h e   c l e v e l a n d   c a v a l i e r s   a s   a   l o n g - t e r m   p l a y e r ? 
 ( b y   )   
 d e a n w a d e   c l e v e l a n d c a v a l i e r s   c a v s   

p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
c a v s   f a l l   a g a i n s t   t h e   s i x e r s   a n e w ,   r e m a i n   w i n l e s s   i n   t h e   p r e s e a s o n 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   7 6 e r s 

p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
a   c l a s s i c   j b   g a m e   t o n i g h t   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   3 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
7 6 e r s   a t   c a v a l i e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 4 4  
i s   i t   w o r t h   i t   ? 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   7 6 e r s v s c a v a l i e r s   7 6 e r s v s c a v a l i e r s 2 0 2 2   b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s  
s u n s   l o o k i n g   t o   a c q u i r e   r o t a t i o n a l   p i e c e s   f o r   j a e   c r o w d e r   i n s t e a d   o f   f u t u r e   a s s e t s   –   r e p o r t   a t l a n t a h a w k s   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r   m i a m i h e a t   m i l w a u k e e b u c k s  
a   c l a s s i c   j b   g a m e   t o n i g h t 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w k 3 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
s e e i n g     w i t h   t h e   c l e v e l a n d c a v a l i e r s   i s   w e i r d .     w e   m i s s   h e r   i n   p h i l l y .   🙊
d r o p   o r   c o p   ? 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
t h e     w i l l   h o s t   t h e   p h i l a d e l p h i a   7 6 e r s   t o n i g h t   f o r   t h e   f i r s t   h o m e   p r e - s e a s o n   g a m e   🏀   w e ' r e   r e a d y   t o   s e e   t h e   g a t e w a y   t u n n e l   i n t o     f u l l   o f   t h e   n e w   2 0 2 2 - 2 0 2 3   j e r s e y s . 
 
 p h o t o   c r e d i t :   
 
 c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v s  
“ y o u   g o t t a   l i v e   w i t h   t h o s e . . ” :   m i c h a e l   j o r d a n   h a d   a   c r u c i a l   l e s s o n   f o r   l e b r o n   j a m e s   l o n g   b e f o r e   h e   w o n   h i s   f i r s t   n b a   r i n g     b a s k e t b a l l   c l e v e l a n d c a v a l i e r s
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
t h e   c l e v e l a n d   c a v a l i e r s   h a v e   a   b i g   p r o b l e m . . . 
   
 
   
 c a r i s l e v e r t   c a v a l i e r s n e w s   c a v a l i e r s o f f s e a s o n   c a v s   c a v s b a s k e t b a l l   c a v s n e w s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s n e w s   c l e v e l a n d c a v a l i e r s r e b u i l t t e a m   c l e v e l a n d c a v a l i e r s t r a d e n e w s  
m a m a d i   d i a k i t e   s i g n e d   b y   t h e   c l e v e l a n d   c a v a l i e r s 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
c o u n t i n g   i t   d o w n   t o   f i r s t   g a m e !   y o u   k n o w   d a y   1 0   g o t t a   b e   1 0 ,   t h e   d i m e ,   t h e   b u c k e t ,   d g . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
t h e   c a v a l i e r s   a r e   a i m i n g   f o r   t h e s e   t w o   g o a l s   t h i s   s e a s o n … 
 
 
 
 c l i c k   t h e   l i n k   f o r   m o r e   o n   t h e   c a v a l i e r s .   d r o p   y o u r   n b a   p r e d i c t i o n s   i n   t h e   r e p l i e s . 
 
 s p o r t s   c a l v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n b a   b a s k e t b a l l  
n i c e   s e e i n g   m i t c h e l l ,   a l o n g   w i t h   d g   a n d   a   f e w   o t h e r   c a v s ,   s h o w   u p   a t   t h e   g u a r d i a n s   g a m e   a n d   j u s t   w a t c h i n g   h i m   g e t   i n v o l v e d   i n   t h e   c i t y   r i g h t   a w a y . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
c l e v e l a n d   c a v a l i e r s   n b a   s k u l l   p u n i s h e r   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t 
 
 — — — — — —   
 
 f a s h i o n   h o t f a s h i o n   s e n p r i n t   t r e n d   c l e v e l a n d c a v a l i e r s   n b a   
       c l e v e l a n d   c a v a l i e r s   n b a   s k u l l   p u n i s h e r   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t   -   s e n p r i n t m a r t   s t o r e 
 

  b i g   t i c k e t   🎟   
 
 n b a   l a c l i p p e r s   c e l t i c s   c a v s   c a v s s u m m e r   c l e v e l a n d c a v a l i e r s   b e t h e f i g h t   c a v s h i o n   c a v s 5 0   f i e l d h o u s e h e a t   c a v s d r a f t   l e t e m k n o w   d a l l a s   c e l t i c s   b o s t o n c e l t i c s   c u s r i s e   l a k e r s   l a k e r s f a m i l y   l a k e r n a t i o n   g o l a k e r s   l o s a n g e l e s l a k e r s   l a k e s h o w  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
c l e v e l a n d c a v a l i e r s   1 1   c a r d   l o t   c a v s   c a v a l i e r s   
 
 $ 4   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
n e w - l o o k   c a v s   l i v e n   u p   p r e s e a s o n   l u l l   w i t h   w i n e   a n d   g o l d   s c r i m m a g e 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   n b a   w i n e a n d g o l d   

i f   y o u   a r e n ' t   l i s t e n i n g   t o   t h e   b u r n i n g r i v e r s p o r t s c a s t   p o d c a s t   o r   w a t c h i n g   t h e   v i d e o p o d c a s t   o n   y o u t u b e   t h e n   h e r e ' s   a   t a s t e   o f   w h a t   y o u ' r e   m i s s i n g ! 
 . 
 c l e v e l a n d b r o w n s   c l e v e l a n d   b r o w n s   f o o t b a l l   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   g u a r d s  
r j   s a i d   t h e r e   w a s   a n   i n c i d e n t   o n   t h e   2 0 1 6   c a v s   - " t h e r e   w a s   p u n c h e s   t h r o w n   o n   o u r   t e a m . "   😂 😱 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
c a v s   c o a c h   j b   e x p l a i n e d   e v a n   m o b l e y ’ s   i n j u r y   & a m p ;   p r e s e a s o n   o u t l o o k 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
_ d i m e s   g o i n g   c r a z y   f o r   . r y t i e r i   !   3 4 p t s   6 a s t   a n d   t h e   w 🔥 🔥 🔥 
 
 b a s k e t b a l l   c e l t i c s   k y r i e   n b a d r a f t   l a l a k e r s   o k c   k i n g j a m e s   n b a o n t n t   c l e v e l a n d c a v a l i e r s   n b a l o t t e r y   u n d e r a u r m o r   d a r i u s g a r l a n d  
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s   l e b r o n   l e b r o n j a m e s   k i n g j a m e s
s h a r i f e   c o o p e r   c l e v e l a n d   c a v a l i e r s   d e b u t   . . . 
   
 
   
 a l p i n e   b a s k e t b a l l   b i n g h a m   b y u   c e n t r a l d i v i s i o n   c h u r c h o f j e s u s c h r i s t o f l a t t e r d a y s a i n t s   c l e v e l a n d c a v a l i e r s   c o u g a r s   d u k e   e a s t e r n c o n f e r e n c e   f r a n k   h i g h s c h o o l   j a b a r i   j a c k s o n   l o n e p e a k   n b a   p a r k e r  
t h e   c l e v e l a n d   c a v a l i e r s   s h o u l d   b e   h a p p y   t h e y   d o n ’ t   h a v e   a n y   d r a y m o n d   g r e e n ’ s   o n   t h e   r o s t e r   
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   

3 0 %   o f f   l e b r o n   j a m e s   c l e v e l a n d   c a v a l i e r s   m i t c h e l l   & a m p ;   n e s s   2 0 0 8 - 0 9   h a r d w o o d   c l a s s i c s   s w i n g m a n   j e r s e y s   a t   f a n a t i c s   ( u s e   c o d e   z i p 3 0 ) 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
n b a   2 k 2 3   -   c u r r y   v s   m i t c h e l l   -   g o l d e n   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l i p p e r s   c p u v s c p u   d u r a n t   e a s t e r n c o n f e r e n c e   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m  
l e b r o n   j a m e s   1 / 1   s p l a t t e r   b l a s t   c u s t o m   a r t   c a r d   l e b r o n j a m e s   k i n g j a m e s   c l e v e l a n d c a v a l i e r s   c a v s   c a v s b a s k e t b a l l   c a v a l i e r s   n b a   b a s k e t b a l l c a r d s   s p o r t s c a r d s   c a r d a r t   c a r d c o l l e c t o r   m i x e d m e d i a a r t   m i x e d m e d i a   a c r y l i c p a i n t   a r t   a r t w o r k   a r t w o r l d   p a i n t i n g   l b j   l b j 2 3  
t h e   o f f - s e a s o n   p l a n   f o r   t h e   c l e v e l a n d   c a v a l i e r s 
 
 c l e v e l a n d c a v a l i e r s   n b a   b a s k e t b a l l  
  p r e p p i n g   f o r   t h e   s h o w   🔴 📸 🔴 📸 🔴   
 
 e a s t c o a s t h o o p r e c r u i t   g l e a g u e i g n i t e   n b a p r e s e a s o n   n i k e   n b a l o t t e r y   c l e v e l a n d c a v a l i e r s   o t e   j o r d a n p o o l e   c u r r y   p o r t l a n d t r a i l b l a z e r s   u t a h j a z z   m i a m i h e a t   i g n i t e   j a y s o n t a t u m 0   j a y s o n t a t u m   o v e r t i m e  
p h o e n i x   s u n s   h a v e   i n t e r e s t   . . . 
   
 
   
 b o j a n b o g d a n o v i c   b o j a n b o g d a n o v i c c r o a t i a   b o j a n b o g d a n o v i c p h o e n i x s u n s   b o j a n b o g d a n o v i c u t a h j a z z   c a v s   c l e v e l a n d c a v a l i e r s   d e v i n b o o k e r   d e v i n b o o k e r h i g h l i g h t s   d e v i n b o o k e r n b a 2 k   d e v i n b o o k e r n b a 2 k 2 3   d e v i n b o o k e r o p e n g y m  
h a l l o w e e n   j e r s e y   e d i t   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
c a v s   f i n a l s   c o m e b a c k   s t o r y 
   
 
   
 2 0 1 6   2 0 1 6 c h a m p s   b a s k e t b a l l   b e l i v e l a n d   c a v s c h a m p i o n s h i p   c a v s c o m e b a c k   c a v s f i n a l s   c a v s g a m e 7   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c h a m p i o n s h i p   c l e v e l a n d p a r a d e   c o m e f r o m b e h i n d   c u r r y   d e l l y  
h a l l o w e e n   j e r s e y   e d i t 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
m o n t r e z l   h a r r e l l   e m b a r r a s s e d   h i m s e l f   a g a i n s t   t h e   c l e v e l a n d   c a v a l i e r s 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   m o n t r e z l h a r r e l l   c a v s   

d o n o v a n   m i t c h e l l   d e b u t !   c l e v e l a n d   . . . 
   
 
   
 c a v s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s h i g h l i g h t s   c l e v e l a n d c a v a l i e r s n e w s   c l e v e l a n d c a v a l i e r s v s p h i l a d e l p h i a 7 6 e r s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l c a v s d e b u t   e a s t e r n c o n f e r e n c e   n b a  
i m a g i n e   i f   v i c t o r w e m b a n y a m a   w a s   t h e   c a v s   a n d   w a s   a p a r t   o f   t h e   t a l l   b a l l   l i n e u p !   n b a   c a v s   c l e v e l a n d c a v a l i e r s   c a v s 4 l i f e   l e t e m k n o w
[ h i g h l i g h t ]   d o n o v a n   m i t c h e l l   s h o w s   h i s   h o p s   o u t r e b o u n d i n g   h a r d e n   a n d   t o b i a s   f o r   t h e   p u t b a c k   +   f o u l 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
s h a r i f e   c o o p e r   c l e v e l a n d   c a v a l i e r s   d e b u t   v s   . . . 
   
 
   
 b a s k e t b a l l   b y u   c b a   c e n t r a l d i v i s i o n   c h i n a   c l e v e l a n d c a v a l i e r s   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   f r e d e t t e   j i m m e r   j i m o d a s h e n   n b a   r u d y g o b e r t   s h a n g h a i s h a r k s   t h e l o n e l y m a s t e r   u t a h j a z z  
n b a   c l e v e l a n d c a v a l i e r s   d o n o v a n m i t c h e l l   d o n o v a n   m i t c h e l l   o n   d e b u t   w i t h   c a v a l i e r s :   ' b e t t e r   t h a n   i   a n t i c i p a t e d '  
e p i s o d e   5   o f   t h e     i s   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s ! 
 c l e v e l a n d b r o w n s   c l e v e l a n d   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   p o d c a s t   b r o w n s   n f l   m l b   n b a   f o r t h e l a n d   t h e l a n d  
d o n o v a n   m i t c h e l l   f i r s t   b u c k e t s   i n   d e b u t   f o r   . . . 
   
 
   
 c a v a l i e r s   c a v a l i e r s v s 7 6 e r s   c a v s h i g h l i g h t s   c a v s v s 7 6 e r s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s v s p h i l a d e l p h i a 7 6 e r s   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l c a v a l i e r s   d o n o v a n m i t c h e l l c a v s  
d o n o v a n   m i t c h e l l   m a k e s   h i s   c a v a l i e r s   d e b u t 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 1 9   n b a   p l a y e r 1 6 2 8 3 7 8   t e a m 1 6 1 0 6 1 2 7 3 9  
e p i s o d e   5   o f   t h e   b u r n i n g r i v e r s p o r t s c a s t   i s   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s ! 
 
 c l e v e l a n d b r o w n s   c l e v e l a n d   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   g u a r d s   g u a r d i a n s   p o d c a s t   b r o w n s   n f l   m l b   n b a   f o r t h e l a n d   t h e l a n d  
h o w   m a n y   t i m e s   i s   t h i s   g o n n a   h a p p e n   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
7 6 e r s   g u a r d   j a m e s   h a r d e n   p u l l e d   o f f   a   s t r i k i n g   c r o s s o v e r   t o   d r o p   c l e v e l a n d   c a v a l i e r s   f o r w a r d   d e a n   w a d e   o n   t h e   f l o o r . 
 
 w a t c h   t h e   v i d e o   h e r e 👇 
 
 j a m e s h a r d e n   c l e v e l a n d c a v a l i e r s   d e a n w a d e   n b a   n b a t w i t t e r   

d o n o v a n   m i t c h e l l & a m p ; 3 9 ; s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   c a v a l i e r s 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l c a v s   d o n o v a n m i t c h e l l t r a d e   d o n o v a n m i t c h e l l s h i g h l i g h t s f r o m f i r s t g a m e w i t h c a v a l i e r s   e a s t e r n c o n f e r e n c e  
“ y o u   g u y s   h a v e   w o k e n   u p   t h e   d a n g e r o u s   b e a r d ”   j a m e s   h a r d e n   m a k e s   d e a n   w a d e   s w e e p   t h e   f l o o r   i n   l i v e   c o n t e s t     c l e v e l a n d c a v a l i e r s   n b a
c o u n t i n g   d o w n   t i l   t h e   f i r s t   c a v s   g a m e   o n   m y   i n s t a g r a m 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
n o   l o o k ,   n o   p r o b l e m .   😴   d o n o v a n   m i t c h e l l   i s   b a l l i n g   i n   h i s   f i r s t   g a m e   a s   a   c l e v e l a n d   c a v a l i e r . 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   n b a  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
o n e   o f   t h e   m a n y   w a y s   i ' l l   b e   c h e c k i n g   o u t   t h e   c a v s   t h i s   s e a s o n ! ! !   c a v s   c l e v e l a n d c a v a l i e r s   b e l l s t r o n g s p o r t s 🏀     n b a p r e s e a s o n   n b a   b a l l y s p o r t s p l u s   b a l l y s p o r t s o h i o  
j a e   c r o w d e r   t r a d e   t o   t h e   c a v a l i e r s ? 
   
 
   
 c a v a l i e r s n e w s   c a v a l i e r s t r a d e   c a v a l i e r s t r a d e r u m o r s   c a v s   c a v s n e w s   c a v s s u n s t r a d e   c a v s t r a d e   c a v s t r a d e r u m o r s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   n b a   n b a n e w s   n b a t r a d e   n b a t r a d e r u m o r s  
o n   t h i s   l u t v   s p o r t s '   " m e d i a   t i m e o u t , "   s p o r t s r e p o r t e r   t r e v o n   s a n c h e z   s h a r e s   h i s   i n s i g h t   o n   d o n o v a n m i t c h e l l ' s   m o v e   t o   t h e   c l e v e l a n d c a v a l i e r s .       l a m a r u n i v e r s i t y   c o l l e g e m e d i a   s t u d e n t m e d i a   s p o r t s m e d i a   s p o r t s t a l k   n b a   h o o p s   b a s k e t b a l l
c l e v e l a n d   c a v a l i e r s :   e v a n   m o b l e y   o u t   1 - 2   w e e k s   w i t h   a n k l e   i n j u r y 
   
 
   
 c a v s   c a v s b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   e v a n m o b l e y a n k l e   e v a n m o b l e y i n j u r y  
c h a s e   d o w n   p o d c a s t   l i v e :   i n s i d e   t h e   l a b   w i t h   j a m a l   r i c h a r d s o n 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
c e d i   o s m a n   f o c u s e d   o n   h e l p i n g   c a v s   a m i d   t r a d e   r u m b l i n g s   c e d i o s m a n   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r  
c a v s   c o a c h   j . b .   b i c k e r s t a f f   n o   c o n c e r n   a b o u t   e v a n   m o b l e y   m i s s i n g   s t a r t   o f   s e a s o n   c l e v e l a n d c a v a l i e r s   e v a n m o b l e y  
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
✈ ️   c l e v e l a n d   ( c l e )   t o   i s t a n b u l   ( i s t )   f o r   o n l y   $ 6 2 8   ( u s d )   r o u n d t r i p   💸 
 9 6 5   l i v e   d a t e s   o n   a d v e n t u r e   m a c h i n e .   -   g e t   t h e   a p p   o n   i o s   o r   a n d r o i d   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   c l e v e l a n d h a i r s t y l i s t   c l e v e l a n d b r o w n s   c l e v e l a n d p h o t o g r a p h e r  
e l i j a h   g e r t r u d e   i s   t a k i n g   a   f i r s t   c l a s s   f l i g h t   t o   u v a ! ! !     w e n t   c r a z y   . h o o p s   x     d a v e   e d w a r d s   m e m o r i a l 
 
 w a r r i o r s   c l e v e l a n d c a v a l i e r s   o t e   n b a   a d i d a s   c u r r y   u s c b a s k e t b a l l   n b a g l e a g u e   n i k e   n b a d r a f t   g l e a g u e i g n i t e   j o r d a n p o o l e   c o l l e g e b a s k e t b a l l  
. c e e f r   k e e p   g o i n g   🔥 🔥   
 
 u n d e r a u r m o r   c l e v e l a n d c a v a l i e r s   a d i d a s   n b a   t y l e r h e r o   w a r r i o r s   n c a a   c u r r y   l a c l i p p e r s   g o l d e n s t a t e   m e m p h i s b a s k e t b a l l   e a s t c o a s t h o o p r e c r u i t   o t e   u s c b a s k e t b a l l  
  i s   s t a r t i n g   t o   h e a t   u p   🔥 🔥 💫 
 
 g o l d e n s t a t e   n b a g l e a g u e   s t a n f o r d m b b   a d i d a s   n b a   n b a l o t t e r y   u n d e r a u r m o r   o t e   j o r d a n p o o l e   c u r r y   d a r i u s g a r l a n d   g l e a g u e i g n i t e   e a s t c o a s t h o o p r e c r u i t   l a c l i p p e r s   c o l l e g e b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   n b a d r a f t   b r y c e j a m e s   s t a n f o r d  
e v a n   m o b l e y   / 9 9   r o o k i e   c o r n e r s t o n e s   q u a d   j e r s e y   a u t o   p u l l e d   f r o m   o u r     c h r o n i c l e s   b a s k e t b a l l   b r e a k s !   🔥 🔥     
 c l e v e l a n d c a v a l i e r s   c a v a l i e r s   b a s k e t b a l l c a r d s   g r o u p b r e a k s   t h e h o b b y   c a s e b r e a k s   b o x b r e a k s   e v a n m o b l e y   n b a   a u t o g r a p h   w h o d o y o u c o l l e c t   b o o m  
j u s t   m a d e   a   s t e a l   o n   e b a y   🔥   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
t h e   c l e v e l a n d   c a v a l i e r s   j u s t   s t o l e   d o n o v a n   m i t c h e l l ! 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
u p   n e x t !   n b a   2 k   r e a l i s t i c   r e t r o   g a m e p l a y !   d w y a n e   w a d e   v s   l e b r o n   j a m e s !   m i a m i   h e a t   v s   c l e v e l a n d   c a v a l i e r s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   9 ,   2 0 2 2   6 : 0 0   p m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   d w y a n e w a d e   l e b r o n j a m e s   m i a m i h e a t   c l e v e l a n d c a v a l i e r s   l e b r o n j a m e s v s d w y a n e w a d e  
c e d i   o s m a n - j a e   c r o w d e r   s w a p   i n   t a l k s   o n l y   ‘ a t   l e a s t   f o r   n o w ’   c e d i o s m a n   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r   p h o e n i x s u n s  
c a v s   t r a i n i n g   c a m p   h i g h l i g h t :   v e r s a t i l i t y   o f   e v a n   m o b l e y   i s   a m a z i n g 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
e v a n   m o b l e y   o u t   1 - 2   w e e k s   d u e   t o   s p r a i n e d   a n k l e   c l e v e l a n d c a v a l i e r s   e v a n m o b l e y  
[ c h a r a n i a ]   c a v a l i e r s   s a y   e v a n   m o b l e y   w i l l   m i s s   o n e - t o - t w o   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n .   
   
 
   
 b a s k e t b a l l   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
c l e v e l a n d   c a v a l i e r s   d y l a n   w i n d l e r   i s   j o e   h a r r i s   2 . 0   |   l e t   e m   k n o w 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
w h a t   d o   y o u   g u y s   t h i n k ? 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
t h e     h a d   o n e   o f   t h e   m o s t   s u r p r i s i n g   s e a s o n s   i n   2 0 2 2 ,   a n d   t h e n   m a d e   a   h u g e   s p l a s h ,   t r a d i n g   f o r   d o n o v a n m i t c h e l l .   w h e r e   d o   t h e   c a v s   r a n k   t h i s   y e a r ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 c l e v e l a n d c a v a l i e r s   d a r i u s g a r l a n d   e v a n m o b l e y   j a r r e t t a l l e n   b e l i e v e l a n d  
c a n   m o b l e y   a n d   a l l e n & a m p ; 3 9 ; s   . . . 
   
 
   
 a l l s t a r s   c e n t r a l d i v i s i o n   c h e t h o l m g r e n   c l e v e l a n d c a v a l i e r s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   j a r r e t t a l l e n   j o s h g i d d e y   k e n n y f o r r e a l   n b a a l l s t a r g a m e   n b a b a s k e t b a l l   n b a d e f e n s e  
r e b u i l d i n g   t h e   c l e v e l a n d   c a v a l i e r s !   ( n b a   2 k 2 3   m y n b a )     v i a     n b a   n b a 2 k 2 3   b a s k e t b a l l   s p o r t s   g a m i n g   y o u t u b e r   c l e v e l a n d c a v a l i e r s
“ b e   a   g o o d   n b a   w i f e ”   s t e p h e n   a .   s m i t h   s l a m m e d   f o r   t e l l i n g   a y e s h a   c u r r y   t o   b e   l i k e   s a v a n n a h   j a m e s     c l e v e l a n d c a v a l i e r s   g o l d e n s t a t e w a r r i o r s
d o e s   t h e   d o n o v a n   m i t c h e l l   t r a d e   . . . 
   
 
   
 a l e x h o o p s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s d o n o v a n m i t c h e l l   c l e v e l a n d c a v a l i e r s n e w s   d a r i u s g a r l a n d   d a r i u s g a r l a n d h i g h l i g h t s   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l c a v a l i e r s   d o n o v a n m i t c h e l l c a v s  
j a e   c r o w d e r   -   c l e v e l a n d   c a v a l i e r s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s . 
 
 c a v a l i e r s   l e t e m k n o w   c l e v e l a n d   p h o e n i x   s u n s   w e a r e t h e v a l l e y   j a e   c r o w d e r   n b a   n b a t w i t t e r   n b a t o p s h o t  
c a t c h   a   l i v e   n b l   g a m e   o f   c l e v e l a n d   c a v a l i e r s   t a k i n g   o n   t o r o n t o   r a p t o r s   a t   .   r e t u r n   t o   i n t e r c o n c l e   a f t e r   y o u r   d a y   o u t   a n d   r e l a x   i n   o u r   c o m f o r t a b l e   a c c o m m o d a t i o n s   j u s t   1 0   m i n u t e s   a w a y .   v i s i t m e i n c l e   o h i o   
 w h e n :   o c t o b e r   1 9    
n b a   p o i n t   s h a v i n !   p h i v s c l e   n b a p r e s e a s o n   c h e a t i n   c l e v e l a n d   c a v a l i e r s   c a v s   7 6 e r s  
d e a n   w a d e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e a n w a d e   d e a n   w a d e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
c a r i s   l e v e r t   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a r i s l e v e r t   c a r i s   l e v e r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
a   c l a s s i c   j b   g a m e   t o n i g h t   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
e x p e c t i n g   t h i s   f r o m   c a r i s   l e v e r t   f o r   c a v s   w o u l d   b e   w i s h f u l   t h i n k i n g 
 
 
 
 n b a   c l e v e l a n d   c a v a l i e r s   c a v s   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   b u l l s n a t i o n   g o s p u r s g o   p a c e r s
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
d o n o v a n   m i t c h e l l   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d o n o v a n m i t c h e l l   d o n o v a n   m i t c h e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
j a r r e t t   a l l e n   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a r r e t t a l l e n   j a r r e t t   a l l e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
j a r r e t t   a l l e n   h i g h l i g h t s   -   c a v a l i e r s   v s .   7 6 e r s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   j a r r e t t   a l l e n   c l e   p h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c l e v e l a n d   c a v a l i e r s   p h i l a d e l p h i a   7 6 e r s
d o n o v a n   m i t c h e l l   w i t h   t h e   m a s s i v e   r e j e c t i o n   ❌ 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d o n o v a n   m i t c h e l l   b l o c k   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
🏆   n b a 
 
 🏀   c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 c l e v e l a n d   p h i l a d e l p h i a   n b a  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
3   d i f f e r e n t   w a y s   c a v s   c a n   u p g r a d e   r o s t e r   i n   a   j a e   c r o w d e r   t r a d e 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   g r i n d c i t y   m f f l   r e p t h e d i s t r i c t   w e t h e n o r t h   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
t h e   c a v a l i e r s   a r e   a i m i n g   f o r   t h e s e   t w o   g o a l s   t h i s   s e a s o n … 
 
 
 
 c l i c k   t h e   l i n k   f o r   m o r e   o n   t h e   c a v a l i e r s .   d r o p   y o u r   n b a   p r e d i c t i o n s   i n   t h e   r e p l i e s . 
 
 s p o r t s   c a l v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n b a   b a s k e t b a l l  
e v e r y b o d y   l o v e s   t e r r y   r o z i e r 
 
 
 
 n b a   a l l f l y   c h a r l o t t e   h o r n e t s   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   m m f l   j a z z   m f f l   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   n b a i n a b u d h a b i   c e l t i c s   s p u r s
t h e   c a v s   d e f i n i t e l y   n e e d   i s a a c   o k o r o   t o   s t e p   u p   o n   o f f e n s e   t h i s   y e a r 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   m m f l   j a z z   m f f l   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   n b a i n a b u d h a b i
c l e v e l a n d   c a v a l i e r s   s h o u l d   b e   h a p p y   t h e y   d o n ' t   h a v e   d r a y m o n d   g r e e n 
 
 
 
 n b a   c l e v e l a n d   c a v a l i e r s   b e t h e f i g h t   n b a t w i t t e r   n b a 2 k 2 3 m y t e a m   n b a j a p a n g a m e s   n b a i n a b u d h a b i   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   r o c k e t s   m f f l   l a k e s h o w   l a k e r s   s u n s   j a z z
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
i f   y o u   a r e n ' t   l i s t e n i n g   t o   t h e   b u r n i n g r i v e r s p o r t s c a s t   p o d c a s t   o r   w a t c h i n g   t h e   v i d e o p o d c a s t   o n   y o u t u b e   t h e n   h e r e ' s   a   t a s t e   o f   w h a t   y o u ' r e   m i s s i n g ! 
 . 
 c l e v e l a n d b r o w n s   c l e v e l a n d   b r o w n s   f o o t b a l l   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   g u a r d s  
w a n t   t o   t h a n k     f o r   s i g n i n g   m y   j e r s e y   t o d a y   a t   t h e   w i n e   a n d   g o l d   s c r i m m a g e !   m u c h   l o v e   & a m p ;   w e l c o m e   t o   c l e v e l a n d !     c l e v e l a n d   c a v a l i e r s   l e t e m k n o w   4 5  
t h e   c l e v e l a n d   c a v a l i e r s '   u n c o n v e n t i o n a l   r o s t e r   m a k e u p   i s   p a y i n g   d i v i d e n d . . .     v i a     c a v s
2 0 1 9 - 2 0   p a n i n i   n a t i o n a l   t r e a s u r e   k e v i n   p o r t e r   j r   5 / 5   b g s 9 / 1 0   
 
 i t e m   n u m b e r :   2 2 1 0 0 4 0 4 3 7 3 9 0 3 1 
 
 n b a   r o o k i e   c l e v e l a n d   c a v a l i e r s     k e v i n   p o r t e r   k e v i n p o r t e r j r   p a n i n i   p a n i n i a m e r i c a   n a t i o n a l t r e a s u r e   t r a d i n g c a r d s  
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s   l e b r o n   l e b r o n j a m e s   k i n g j a m e s
n b a   r o o k i e   b a s k e t b a l l   c a r d   e v a n   m o b l e y   c a v a l i e r s   2 0 2 1   p a n i n i   n o .   2 3 4   -   c l i c k   h e r e   
 
 b a s k e t b a l l   n b a     c l e v e l a n d   o h i o     p a n i n i  
h a l l o w e e n   j e r s e y   e d i t   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
2 0 2 2   w i n e   & a m p ;   g o l d   s c r i m m a g e   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
b r a n d o n   i n g r a m ' s   t h o u g h t s   o n   d o n o v a n   m i t c h e l l ' s   t r a d e   t o   t h e   c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
v i d e o   v e r s i o n   o f   e p i s o d e   5   o f   t h e     i s   o n   y o u t u b e !   d o n ' t   f o r g e t   t o   s u b s c r i b e   a n d   s h a r e ! 
 c l e v e l a n d   c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   b u r n i n g r i v e r s p o r t s c a s t   b r o w n s   l a c h a r g e r s   a t l a n t a f a l c o n s   v i d e o p o d c a s t   l i s t e n n o w   w a t c h n o w 
 

v i d e o   v e r s i o n   o f   e p i s o d e   5   o f   t h e   b u r n i n g r i v e r s p o r t s c a s t   i s   o n   y o u t u b e !   d o n ' t   f o r g e t   t o   s u b s c r i b e   a n d   s h a r e ! 
 c l e v e l a n d   c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   f o r t h e l a n d   p o d c a s t   l a c h a r g e r s   a t l a n t a f a l c o n s   v i d e o p o d c a s t   l i s t e n n o w   w a t c h n o w 
 

b r i a n   w i n d h o r s t   o n   d o n o v a n   m i t c h e l l ' s   i m p a c t   o n   t h e   c a v a l i e r s   t h i s   s e a s o n   |   n b a   t o d a y   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
d e a n   w a d e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e a n w a d e   d e a n   w a d e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
m a m a d i   d i a k i t e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a m a d i d i a k i t e   m a m a d i   d i a k i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
e p i s o d e   5   o f   t h e   b u r n i n g r i v e r s p o r t s c a s t   i s   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s ! 
 
 c l e v e l a n d b r o w n s   c l e v e l a n d   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   g u a r d s   g u a r d i a n s   p o d c a s t   b r o w n s   n f l   m l b   n b a   f o r t h e l a n d   t h e l a n d  
h o w   m a n y   t i m e s   i s   t h i s   g o n n a   h a p p e n   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
k e v i n   l o v e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n l o v e   k e v i n   l o v e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
' e x c i t e d '   m i t c h e l l   s c o r e s   1 6   i n   h i s   c a v a l i e r s   d e b u t   c l e v e l a n d   c a v a l i e r s   n b a  
r a u l   n e t o   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r a u l n e t o   r a u l   n e t o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
d o n o v a n   m i t c h e l l   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d o n o v a n m i t c h e l l   d o n o v a n   m i t c h e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
p e r k ' s   b o l d   p e l i c a n s   p r e d i c t i o n ,   w e m b a n y a m a ' s   d e b u t   & a m p ;   r e a c t i n g   t o   b e n   s i m m o n s '   r e t u r n   |   s w a g u   & a m p ;   p e r k   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
r a n k i n g   t h e   1 0   b e s t   p r o s p e c t s   i n   t h e   c e n t r a l   d i v i s i o n 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   h e r e t h e y c o m e   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   l a k e s h o w   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
j a m e s   h a r d e n   m a k i n g   p e o p l e   l o o k   s i l l y   a g a i n   😮 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a m e s   h a r d e n   a n k l e b r e a k e r   c r o s s o v e r   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
w e l c o m e   t o   c l e v e l a n d   d o n o v a n 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d o n o v a n   m i t c h e l l   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
t h e s e   3   c a v s   n e e d   t o   r e a c h   o u t   a n d   s e i z e   a   r o t a t i o n   s p o t   i n   p r e s e a s o n 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   b l e e d g r e e n   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
j u s t   m a d e   a   s t e a l   o n   e b a y   🔥   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
c l e v e l a n d   c a v a l i e r s   t o   c o v e r   b a l l y   s p o r t s +   s u b s c r i p t i o n s   f o r   s e a s o n   t i c k e t   h o l d e r s 
 s p o r t s i n d u s t r y   s p o r t b i z 

c a v s   p r a c t i c e :   r a u l   n e t o   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
c a v s '   m o b l e y   t o   m i s s   1 - 2   w e e k s   w i t h   a n k l e   s p r a i n   c l e v e l a n d   c a v a l i e r s   n b a  
[ c h a r a n i a ]   c a v a l i e r s   s a y   e v a n   m o b l e y   w i l l   m i s s   o n e - t o - t w o   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n .   
   
 
   
 b a s k e t b a l l   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
c a v s '   e v a n   m o b l e y   p u l l i n g   m o r e   f r o m   3   c o u l d   d o   w o n d e r s   f o r   h i m ,   t e a m 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   b u l l s n a t i o n   h e a t t w i t t e r   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   n e t s   b r o o k l y n t o g e t h e r   s i x e r s
n b a   s e a s o n   i s   c o m i n g   u p !   m o r e   o f   m e   r a m b l i n g   a b o u t   t h e   c a v s . . .   c l e v e l a n d   c a v a l i e r s   

t h e   m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   a l o n g   w i t h   s e l e c t   p l a y e r s   s o o n . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c   c o l l e c t i b l e s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s   y
i t ' s   f u n n y   b e c a u s e   i   e x p e c t   t h i s   t o   b e   t h e   y e a r   k p j   f i n a l l y   p u t s   t o g e t h e r   b a l l e r   s e a s o n ,   a n d   c a v s   d g a f   b e c a u s e   t h e   g u y   t h e y   h a v e   i s   b e t t e r   s u i t e d   t o   t h e i r   t i m e l i n e / t e m p e r a m e n t .
o c t o b e r   1 1 ,   1 9 8 2 : 
 
 t h e   c a v s   w a i v e   ( n o t   t h a t )   m i k e   e v a n s  
o n   t o d a y ’ s   s h o w     a n d     f i n d   t h e   g o o d   i n   w h a t   w a s   a n   u g l y   p r e s e a s o n   l o s s   f o r   t h e   c a v s   a t   h o m e . 
 
 📺 :   
 🎧 :    
c a v s   d y l a n   w i n d l e r   i s   h u r t .   l a m a r   s t e v e n s   d i d n ’ t   p l a y   u n t i l   t h e   4 t h   q u a r t e r .   c e d i   o s m a n   f e e l s   l i k e   a   l o n g s h o t .   i s a a c   o k o r o   h a s   b e e n   “ f a b u l o u s ”   b u t   t h a t   o f f e n s e   . . .   d e a n   w a d e   h a s   b e e n   g o o d   t o o .   s t i l l ,   i t   f e e l s   l i k e   c a r i s   l e v e r t   h a s   p u l l e d   a h e a d   i n   s f   r a c e 
 

t h a t   w a s ,   i n   f a c t ,   a s   a w e s o m e   a s   i   i m a g i n e d   i t   w o u l d   b e .   💙   f u l l   c i r c l e   m o m e n t s   d o n ’ t   h a p p e n   o f t e n   i n   l i f e ,   a n d   i   a m   s o   g r a t e f u l   i   g e t   t o   e x p e r i e n c e   t h i s   o n e .   s o   a m p e d   f o r   t h e   s e a s o n   a h e a d .   l e t e m k n o w   c a v s   n b a   🎤  
w e   m u s t   p r e s e r v e   a c !   8   d a y s   u n t i l   t h e   f i r s t   c a v s   g a m e !   p r e s e r v e a c   f u t u r a m a   g o a t   c o m m e n t a t o r   c l e v e l a n d   c a v s   c l e v e l a n d c a v s   n b a c o u n t d o w n   n b a   b a l l y s p o r t s c l e  
c a t c h   t h e   c - l a n d   s h o w   e v e r y   w e e k   o n   w e d n e s d a y   ‼ ️ 
 c l e   c l e v e l a n d   c - l a n d   t h e c l a n d s h o w   b r o w n s   c a v s   c a v i l a r e s   b r o w n s   g u a r d i a n s   b a s e b a l l   f o o t b a l l   b a s k e t b a l l   b r a n d o n   h o l l y w o o d   z a p   s h a w n   s p o r t s   c h a m p i o n s h i p   n b a   n f l   m l b
w h a t   i s   d e a n   w a d e ’ s   c e i l i n g   f o r   t h e   c l e v e l a n d   c a v a l i e r s   a s   a   l o n g - t e r m   p l a y e r ? 
 ( b y   )   
 d e a n w a d e   c l e v e l a n d c a v a l i e r s   c a v s   

s o m e   o b s e r v a t i o n s   f r o m   l a s t   n i g h t ’ s   c a v s   g a m e :   
 
 - c a r i s   l e v e r t   c o n t i n u e s   t o   i m p r e s s   
 - c l e v e l a n d ’ s   e a r l y   o f f e n s i v e   e x e c u t i o n   s t r u g g l e s 
 - a n d   m o r e 

y o u r   g i r l   f i n a l l y   g o t   a   d i s c o u n t   c o d e   ✨ 
 
 j u s t   u s e   t h e   c o d e   c h o e k s t r a   f o r   s o m e   s p e c i a l   o f f e r s   o n   c a v s ,   m o n s t e r s ,   a n d   c h a r g e   t i c k e t s :     
 
 l e t e m k n o w   w h e r e c l e t u r n s u p
d o g   o r   h u m a n ?   🤣 
 
 d o g s o f t w i t t e r   d o g s   d o g s o n t w i t t e r   c a v s   c a v p a c k  
o u r   a m a z i n g   v o l u n t e e r   n e t w o r k   h e l p s   p i e c e   t h i n g s   t o g e t h e r   t h r o u g h   t h e   s e r v i c e s   w e   d e l i v e r   i n   y o u r   c o m m u n i t y .   w e   c o u l d   n o t   d o   i t   w i t h o u t   t h e m .   
 a r e   y o u   i n t e r e s t e d   i n   v o l u n t e e r i n g   f o r   c a v s ?   f i n d   o u t   m o r e   a b o u t   w h a t   w e   c a n   o f f e r   a n d   t h e   b r i l l i a n t   o p p o r t u n i t i e s   t h a t   a r e   o p e n .  
o n   t o d a y ' s   s h o w : 
 -   w h a t   t h e     n e e d   t o   d o   t o   u p s e t   t h e   y a n k e e s 
 -   f u l l   a l d s   p r e v i e w 
 -   c a n   t h e   b r o w n s   b r e a k   t h e   b i l l   b e l i c h i c k   c u r s e ? 
 -     o n   a l l   t h i n g s   b r o w n s   a f t e r   s u n d a y ' s   g a m e 
 -   c a v s   r e a x 

i n b o x :   " j . b .   b i c k e r s t a f f   n a m e d   m o s t   h a n d s o m e   n b a   h e a d   c o a c h   o f   2 0 2 2 . "   s o   t h e   c a v s   g o t   t h a t   g o i n g   f o r   t h e m .
w i s h i n g   w e   w e r e   y o u .     b r o w n s   f o r t h e l a n d   c a v s  
h a n g   t h e   b a n n e r   c a v s  
c a v s   f a l l   a g a i n s t   t h e   s i x e r s   a n e w ,   r e m a i n   w i n l e s s   i n   t h e   p r e s e a s o n 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   7 6 e r s 

t h e   c a v s   s h o u l d   i m p r o v e   i n   t h e s e   3   a r e a s   i n   2 0 2 2 - 2 3 ,   a c c o r d i n g   t o   .     l e t e m k n o w
🚨 c a v s   l i m i t e d   t i m e   o f f e r 🚨 
 
 $ 5 0 0 
 - t w o   ( 2 )   b l a c k   c l u b   s e a t s 
 - t w o   ( 2 )   v a l u e   c l u b   s e a t s   
 - p l u s   1 0   l o u d v i l l e   t i c k e t s   t o   a   v a l u e   g a m e 
 
 c a v s t i c k e t s   c a v s  
c a v s   i m p r e s s i v e   o f f - s e a s o n   c o n t i n u e s   
 
 c o n g r a t s   _  
n b a   p o i n t   s h a v i n !   p h i v s c l e   n b a p r e s e a s o n   c h e a t i n   c l e v e l a n d   c a v a l i e r s   c a v s   7 6 e r s  
s p o r t s   a t   : 1 5   & a m p ;   : 4 5   g u a r d i a n s   b i g   u n d e r d o g s   i n   n y ,   t i t o   o n   g a m e   1 
 b r o w n s   d e f e n s e   c o n c e r n s .                         c a v s   f a l l   t o   p h i l l y .                                                                                                                                          
u g l y   s t a r t   s i n k s   c a v s   i n   p r e s e a s o n   g a m e   a g a i n s t   7 6 e r s  
t h e   a n g e r   c a v s   s h o u l d   o f   w o n  
.   d o n o v a n   m i t c h e l l   f l i e s   t o   h i s   w e b .   c a v s   l e t e m k n o w   n b a  
e x p e c t i n g   t h i s   f r o m   c a r i s   l e v e r t   f o r   c a v s   w o u l d   b e   w i s h f u l   t h i n k i n g 
 
 
 
 n b a   c l e v e l a n d   c a v a l i e r s   c a v s   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   b u l l s n a t i o n   g o s p u r s g o   p a c e r s
c a v s   s t a r t i n g   s f   j o b   i s   u p   f o r   g r a b s .   i t ' s   a   c o m p e t i t i o n   - -   a n d   i t   f e e l s   l i k e   c a r i s   l e v e r t   i s   w i n n i n g . 
 
 " h e ’ s   b e e n   a s   s e l f l e s s   a s   y o u   c a n   i m a g i n e .   e v e r y   d r i l l   w e   d o   h e ’ s   l o c k e d   i n   w i t h   a   m i n d s e t   t h a t   h e ’ s   g o i n g   t o   h e l p   u s   a s   a   d e f e n s i v e   p l a y e r   f i r s t " 
 

c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
i   a s k e d   c a v s   s t a r   d a r i u s   g a r l a n d   a b o u t   h i m   a s k i n g   f o r   c l e v e l a n d   r e s t a u r a n t   r e c o m m e n d a t i o n s   a n d   h e   m e n t i o n e d   e v e r y o n e   d r a g g i n g   h i m   o n l i n e   f o r   i t . 
 
 g a r l a n d   s w e a r s   w a s   j u s t   a s k i n g   f o r   a   f r i e n d   a n d   m e n t i o n s   h e   a l r e a d y   h a s   a   p r i v a t e   c h e f   s o   h e   d o e s n ’ t   g o   o u t   o f t e n   t o   b e g i n   w i t h .
i f   i   w e r e   y o u ,   i ’ d   g o   s t a y   a t   y o u r   s e c o n d   h o m e s   ( p e r f o r m a n c e - e n h a n c i n g   r a m e n )     
 j o k e s   t h i r d p a r t y   t r u m p   c a v s   l e b r o n j a m e s   n b a   h i l l a r y   o l y m p i c s   p u e r t o r i c o   f l o r i d a   o h i o   i n c o m e i n e q u a l i t y   w a g e s t e a l e r s   c l a s s w a r f a r e 
 
 p o e t r y
    w h i l e   w e ’ r e   a t   i t …   t h e   t i m e s   t h e   r a p t o r s   l o s t   t o   l e b r o n ’ s     c a v s   ( a l t h o u g h   n o t   i n   f i r s t   r o u n d )
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     t s y   s u r v i v o r   c a v s   b u l l s   p a t r i o t s   p a c k e r s   b e a r s   m i a m i   t a m p a   t o m b r a d y   w a s h i n g t o n   d c
c a v s   s w i n g m a n   c a r i s   l e v e r t   o p e n s   u p   b y   s a y i n g   t h a t   t h e   s i x e r s   g o i n g   s m a l l   t o   s t a r t   t h i n g s   o u t   t h r e w   t h e m   f o r   a   l o o p   a   b i t .
g o i n g   t o   b e   a   w h o l e   l o t t a   t h i s   i n   2 2 - 2 3 .   c a v s   l e t e m k n o w  
c a v s   g a m e … .   t h a n k s    
s i x e r s   /   c a v s   t a k e a w a y s   t h r e a d  
c a v s   d e a n   w a d e ,   w h o   r o l l e d   h i s   a n k l e   t o n i g h t ,   s a i d   h e   c o u l d   h a v e   g o n e   b a c k   i n   t h e   g a m e .   b u t   c a v s   c o a c h   j . b .   b i c k e r s t a f f   s a i d   t h e   t e a m   m a d e   t h e   d e c i s i o n   t o   h o l d   h i m   o u t .   d i d   n o t   w a n t   t o   p u s h   i t .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s h a r e d   w i t h   m e   t h a t   d e a n   w a d e   c o u l d ’ v e   g o n e   b a c k   i n t o   t h e   g a m e   a f t e r   a p p e a r i n g   t o   t w e a k   h i s   a n k l e .   
 
 b u t ,   d u e   t o   i t   b e i n g   p r e s e a s o n ,   b i c k e r s t a f f   d e c i d e d   t o   k e e p   w a d e   o u t   a n d   n o t   r e a l l y   r i s k   a n y t h i n g .
c a v s   j . b .   b i c k e r s t a f f   s a i d   i f   t h i s   w o u l d n ' t   h a v e   b e e n   a   p r e s e a s o n   g a m e ,   k e v i n   l o v e   w o u l d   h a v e   p l a y e d .   b u t   i t   i s   a l l   a b o u t   g e t t i n g   h i m   s o m e   e x t r a   r e s t   a n d   m a k i n g   s u r e   h e   i s   r e a d y   a n d   i n   t h e   b e s t   s h a p e   p o s s i b l e   f o r   t h e   o p e n e r .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   t h e r e   a r e   n o   c o n c e r n s   r e g a r d i n g   k e v i n   l o v e ’ s   k n e e . 
 
 i f   i t   w e r e   a   r e g u l a r   s e a s o n   g a m e ,   h e   w o u l d ’ v e   p l a y e d   t o n i g h t .
3 n e w s   e x c l u s i v e :   c a v s   s t a r   k e v i n   l o v e   d i s c u s s e s   m e n t a l   h e a l t h   a d v o c a c y ,   h o w   w e   c a n   h e l p   c h i l d r e n   b e   ' v u l n e r a b l e '   (   r e p o r t s )  
d o n o v a n   m i t c h e l l ' s   r h y t h m   o f f   i n   p r e s e a s o n   h o m e   d e b u t ;   c a v s   f a l l   t o   7 6 e r s     v i a  
w e l p …   c a v s   b a c k   a t   i t   w e d n e s d a y   n i g h t .  
t h a n k   y o u     g o   c a v s  
c a v s   0 - 2   i n   t h e   p r e s e a s o n . 
 a t l a n t a   o n   w e d n e s d a y .  
n o t   g r e a t   t o n i g h t .   c a v s  
c a v s   j . b .   b i c k e r s t a f f   s a i d   h e   w a n t e d   t h e   t e a m   t o   b e   b e t t e r   t h a n   g a m e   1 .   
 
 w e l p . . . 
 

i   t h i n k   t h e   7 6 e r s   t o o k   t h i s   g a m e   w a y   t o o   s e r i o u s l y .     n o t   w o r r i e d   a t   a l l .     a s   l o n g   a s   t h e   c a v s   b r i n g   t h e   e n e r g y   s t a r t i n g   n e x t   w e d n e s d a y   t h e y   w i l l   b e   f i n e .
p r e s e a s o n   b a s k e t b a l l .   c a v s   f a l l   s h o r t .
p h i l l y   h a s   n o w   b e a t e n   t h e   c a v s   t w i c e   d a m n   b a c k   2   b a c k   w e l p   i t s   p r e s e a s o n   s o   t h e   w i n s   n   l o s s e s   d o n ' t   c o u n t   l u c k i l y  
c a v s   d r o p   t h i s   o n e   1 1 3 - 9 7   t o   p h i l l y   i n   p r e s e a s o n   g a m e   n o .   2 .   a l l e n   h a d   1 9   f o r   t h e   c a v s ,   g a r l a n d   h a d   1 7 ,   l e v e r t   w i t h   1 3   a n d   m i t c h e l l   w i t h   1 1 .
t h e   c a v s   t o n i g h t   v s   t h e   7 6 e r s : 
 
 j a r r e t t   a l l e n : 
 1 9   p t s 
 1 2   r e b 
 5 / 6   f t 
 
 d a r i u s   g a r l a n d : 
 1 7   p t s 
 7   a s t 
 6 / 1 0   f g 
 
 c a r i s   l e v e r t : 
 1 3   p t s 
 3   r e b 
 3   a s t 
 
 t h e   h a w k s   t r a v e l   t o   c l e v e l a n d   f o r   a   p r e s e a s o n   g a m e   o n   w e d n e s d a y   l e t e m k n o w   🗣 ️  
i ’ v e   b e e n   m i s s i n g   a   g o o d   e p i s o d e   o f   w w e r a w   t r y i n g   g o   b a c k   a n d   f o r t h   b e t w e e n   t h e   c a v s   a n d   t h e   c h i e f s   g e t t i n g   t h e i r   a s s e s   k i c k e d .
s t i l l   n o   s h a r i f e   c o o p e r ,   n a t e   h i n t o n   o r   j a m o r k o   p i c k e t t   i n   t h i s   o n e   f o r   t h e   c a v s   w i t h   l e s s   t h a n   3   m i n u t e s   t o   g o .
m a m a d i   d i a k i t e   w i l l   b e   f u n   f o r   m i k e   g e r r i t y   a n d   h i s   s t a f f   t o   d e v e l o p   w i t h   t h e   c h a r g e   l a t e r   t h i s   s e a s o n . 
 
 i f   d i a k i t e   s t i c k s   a r o u n d   a n d   k h a l i f a   d i o p   c o m e s   o v e r   n e x t   s e a s o n ,   t h e   c a v s   c o u l d   h a v e   s o m e   s o l i d   y o u n g   d e p t h   o p t i o n s   b e h i n d   j a r r e t t   a l l e n   a t   t h e   f i v e .
s o m e   g o o d   h i g h l i g h t s   ( d . m i t c h e l l ' s   a l l e y   o o p   s l a m   d u n k   a n d   t h e n   h i s   b l o c k e d   s h o t )   b u t   c a v s   j u s t   s e e m e d   t o   b e   o n   c r u i s e   c o n t r o l   a g a i n s t   t h e   7 6 e r s   t o n i g h t .
t h e   c a v s   b u m p i n g   a   n u j a b e s   b e a t   t o   r o u n d   o u t   t h i s   g a m e   m a k e s   t h i s   f o u r t h   q u a r t e r   w o r t h w h i l e
c a v s   n o t   l o o k i n g   v e r y   g o o d   t o n i t e .   c a v s   
 g o o d   t h i n g   t h i s   g a m e ’ t   c o u n t   😉   l e t e m k n o w
i s   c e d i   o s m a n   i n   t r o u b l e   w h e n   h e   a b s o l u t e l y   d o e s n ' t   d i s t i n g u i s h   h i m s e l f   f r o m   t r a i n i n g   c a m p   i n v i t e s ?   c a v s
l a m a r   s t e v e n s   p a s s e d   u p   a n   o p e n   3   t o   d r i v e   a n d   k i c k   i n t o   a   t u r n o v e r   
 
 d o n ' t   l e t   t h e s e   s u m m e r   v i d e o s   f o o l   y a l l 
 
 c a v s
c o m e   o n   c a v s  
t w i n n i n g   a t   t h e     g a m e ! !   🤣   w e   b o t h   n e e d   c a v s   s h i r t s ! !   l e t e m k n o w  
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   i s   c l e a r i n g   h i s   b e n c h   w i t h   r a u l   n e t o ,   c e d i   o s m a n ,   m a m a d i   d i a k i t e   a n d   l a m a r   s t e v e n s   j o i n i n g   i s a i a h   m o b l e y   o u t   t h e r e .
l e v e r t . . . . . . .   c a v s   l e t e m k n o w  
      c a v s   l e t ' s   g o  
n o b o d y   i s   g o i n g   t o   g u a r d   o k o r o   a n d   t h e   o t h e r   m o b l e y   
 
 c a v s
i f   i s a i a h   m o b l e y   c a n   d e v e l o p   i n t o   l i k e   a     o n   t h e   3 p o i n t   l i n e .   m a n   h e d   b e   s o   g o o d   f o r   t h i s   t e a m   o f f   t h e   b e n c h   c a v s
m o b l e y   t o   m i t c h e l l   n b a   b a s k e t b a l l   n b a t w i t t e r   c a v s   c a v a l i e r s   d o n o v a n m i t c h e l l  
t h i s   i s   e x c i t i n g   c a v s  
i t   a p p e a r s   d o c   r i v e r s   i s   c a l l i n g   o f f   t h e   d o g s   f o r   t h e   s i x e r s . 
 
 c l e v e l a n d   c o u l d   t r y   a n d   t a k e   t h e   l e a d   b e f o r e   j . b .   b i c k e r s t a f f   d o e s   t h e   s a m e   f o r   t h e   c a v s .
l o v e   l o v e   t h e   c a v s   t e a m .   i   c a n ’ t   w a i t   u n t i l   i t ’ s   r e a l .
h e y   c l e v e l a n d ,   s a v e   o n   t i c k e t s   w i t h   m y   c o u p o n   c o d e   t o   c a v s   g a m e s ,   d i s n e y   o n   i c e   +   m o r e ! 
 & g t ; & g t ;     
 l e t e m k n o w   c a v s  
  l o l   n a w   b r o ,   i   j u s t   t h i n k   j b   i s   a   r e a l   s o l i d   c o a c h   a n d   t h i s   u p c o m i n g   s e a s o n   i s   a   b i g   o n e   f o r   b o t h   h i m   a n d   t h e   r o s t e r / f r a n c h i s e .   
 
 i f   h e   c o m p l e t e l y   f a l l s   o n   h i s   f a c e ,   a n d   t h e   c a v s   d o n ’ t   a t   t h e   v e r y   l e a s t   m a k e   i t   t o   r o u n d   2 …   w e   c a n   h a v e   t h a t   t a l k   b r o .
d e s p i t e   a p p e a r i n g   t o   t w e a k   h i s   a n k l e ,   c a v s   f o r w a r d   d e a n   w a d e   a p p e a r s   t o   b e   o k   a s   h e ' s   r e m a i n e d   o n   t h e   b e n c h   f o r   c l e v e l a n d   a f t e r   i s a i a h   m o b l e y   s u b b e d   i n   f o r   h i m .
t h e   m i n d s e t   a t   t h e   3   i n   a n y   r o t a t i o n   w i t h   g a r l a n d ,   m i t c h e l l ,   m o b l e y ,   a n d   a l l e n   h a s   t o   b e   d e f e n s e .   t h e r e   i s   a l r e a d y   e n o u g h   s c o r i n g .   c a v s
c a v s   d e a n   w a d e   h o b b l e s   o f f   t h e   f l o o r   a n d   i s   r e p l a c e d   b y   i s a i a h   m o b l e y .   w a d e   w a s   d r i v i n g   t o   t h e   b a s k e t ,   g o t   c a l l e d   f o r   a n   o f f e n s i v e   f o u l   a n d   a p p e a r e d   t o   r o l l   h i s   a n k l e .   h e   i s   p o i n t i n g   t o   h i s   r i g h t   a n k l e   o n   t h e   b e n c h .
g e t   t h e   s t a r t e r s   o u t   n o w . 
 
 c a v s
j a r r e t t   a l l e n   i s   d o i n g   w o r k .   g o n n a   b e   g r e a t   t o   s e e   h i m   d o i n g   t h i s   w i t h   m o b l e y   a n d   l o v e   o u t   t h e r e   w i t h   ‘ e m   s o o n . 
 
 l e v e r t   t r y i n g   t o   p i c k   h i s   s p o t s   w i t h   g a r l a n d   a n d   m i t c h e l l   d o i n g   w o r k   i s   v i t a l   f o r   t h e   c a v s ,   t o o .   w e ’ l l   s e e   h o w   t h e y   c a n   d o   i t .   
 
 l e t e m k n o w
i   t h i n k   c a r i s   l e v e r t   h a s   s t a r t e d   t o   s o l i d i f y   h i s   s p o t   a s   t h e   s t a r t i n g   t h r e e   f o r   t h e   c a v s .
e x t r e m e l y   h a p p y   f o r   l e v e r t   a l w a y s   o n e   o f   m y   f a v o r i t e s .   n e t s   d i d n ’ t   f e e l   h e   f i t   w i t h   o t h e r   b a l l h a n d l e r s ;   n a s h   c a l l e d   h i m   “ r e d u n d a n t . ”   b u t   h e ’ s   a p p a r e n t l y   d o i n g   i t   f o r   c a v s  
c a v s   r u n n i n g   t h e i r   s t a r t e r s   a   l i t t l e   l o n g e r   t o n i g h t .   t h e y   a r e   b e g i n n i n g   t h e   s e c o n d   h a l f   t h i s   t i m e .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   i s   k e e p i n g   t h e   s t a r t i n g   l i n e u p   i n   t o   s t a r t   t h e   t h i r d   q u a r t e r .
w e   w o n ’ t   k n o w   u n t i l   m o b l e y   g e t s   b a c k   b u t   t h e   g a r l a n d ,   m i t c h e l l ,   l e v e r t   l i n e u p   m i g h t   n o t   h a v e   e n o u g h .   l e v e r t   a l s o   b e c o m e s   t h e   4 t h   o p t i o n   o f f e n s i v e l y .   w o u l d   r a t h e r   s e e   o k o r o   o r   w a d e   i n   t h a t   r o t a t i o n   c a v s
c a v s   v s   7 6 e r s   l e t e m k n o w   c a v s   c a v s s i x e r s   g i r l s n i g h t  
l i k e d   t h e   l a s t   r o t a t i o n   o f   m i t c h e l l ,   o k o r o ,   l e v e r t ,   w a d e ,   a n d   a l l e n .   c a m e   t h r o u g h   o n   b o t h   e n d s   o f   t h e   c o u r t 
 c a v s
w e   w o n   l e t e m k n o w   c a v s  
f i r s t   g a m e   o f   t h e   y e a r !   l e t e m k n o w   c a v s  
i m p r e s s i v e   b l o c k   b y   d o n   m i t c h e l l ! 
 l e t e m k n o w   c a v s   c a v a l i e r s   p h i v s c l e   n b a t w i t t e r   n b a   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   
  
g a r l a n d   a l l e y   o o p   t o   m i t c h e l l   d a r i u s g a r l a n d   n b a   b a s k e t b a l l   c a v s   c a v a l i e r s   n b a t w i t t e r   d o n o v a n m i t c h e l l  
  w i l l   l o v e   b e   o u t   a w h i l e ?   c a v s
g r e a t   t o   h a v e   j a r r e t t   a l l e n   b a c k .   h e   l e a d s   t h e   c a v s   w i t h   1 7 p t s ,   8 r e b s ,   a n d   1 b l k . 
 
 •   s t u f f :   ⤵ ️ ⤵ ️ ⤵ ️ 
 •   g a r l a n d :   9 p t s ,   6 a s t ,   1 s t l 
 •   l e v e r t :   8 p t s ,   3 r e b s ,   2 a s t 
 •   m i t c h e l l :   3 p t s ,   3 r e b s ,   2 a s t 
 
 c a v s   t r a i l   7 6 e r s   6 1 - 5 0   a t   t h e   h a l f .   
 
 l e t e m k n o w
i   p l a n   o n   g e t t i n g   a l l   i n t o   h o o p s   t h i s   y e a r .   c l e v e l a n d ’ s   b i g g e s t   c a v a l i e r   l e t e m k n o w   c a v s
1 s t   h a l f   s t a t s   f r o m   .   
 
 c a v s   5 0 
 7 6 e r s   6 1 
 
 l i s t e n   t o   t h e   2 n d   h a l f :    
d o n ' t   l e t   e v e r y o n e   t w e e t i n g   a b o u t   t y r e s e   m a x e y   d i s t r a c t   y o u   f r o m   t h e   f a c t   t h a t   j a r r e t t   a l l e n   h a s   b e e n   j u s t   a s   d o m i n a n t   f o r   t h e   c a v s .     c a v s       p h i v s c l e
j u s t   d o w n l o a d e d   t h e   n e w       a p p   a n d   s i g n e d   u p   f o r   t h e   $ 2 0 / m o n t h   p l a n   s o   i   c a n   w a t c h   a l l   t h e     g a m e s   t h i s   s e a s o n !   c a v s   c l e  
i t ’ s   a   w h o l e   d i f f e r e n t   g a m e   w h e n   u   h a v e   d e a n   w a d e   o u t   t h e r e   i n s t e a d   o f   m o b l e y   c a v s
. @ _ b i g j a y y _   d o m i n a t i n g   f o r   c a v s ,   w h o   t r a i l   7 6 e r s   6 1 - 5 0   a t   h a l f .   a l l e n   h a s   1 7   p o i n t s   ( 7 - 1 3   f g ,   3 - 4   f t ) ,   8   r e b o u n d s ,   2   b l o c k s   i n   2 2   m i n u t e s .   d a r i u s   g a r l a n d   w i t h   9   p o i n t s ,   6   a s s i s t s   a n d   a   s t e a l .   c a r i s   l e v e r t   8   p o i n t s ,   3   r e b o u n d s ,   3   a s s i s t s ,   1   b l o c k .
a t   t h e   b r e a k :   s i x e r s   6 1 ,   c a v s   5 0 
 
 a l l e n   1 7   p t s ,   8   r e b ,   l e v e r t   8   p t s ,   3   a s t ,   3   r e b ,   g a r l a n d   9   p t s ,   6   a s t ,   m i t c h e l l   3   p t s   ( 1 - 5 ) ,   3   r e b ,   2   a s t   3   t o s .
g a r l a n d   s p l a s h e s   t h e   t h r e e   n b a   b a s k e t b a l l   n b a t w i t t e r   c a v s   c a v a l i e r s   d a r i u s g a r l a n d  
i   l i k e   t h e s e   c a v s   . .   a   l o t .
w e   r e a d y 
 w e   r e a d y 
 w e   r e a d y 
 f o r   y ' a l l 
 m n f   [ a n d   a l s o   c a v s ]  
s p i d a ’ s   b l o c k   j u s t   n o w   & g t ; & g t ; & g t ; & g t ; 
 
 w h e w w w w !   c a v s   d o w n   5 6 - 4 7   w i t h   1 : 2 0   l e f t   i n   t h e   h a l f . 
 
 l e t e m k n o w
n i c e   e x a m p l e   o f   h e l p i n g   t h e   h e l p e r   t h e r e   b y   d o n o v a n   m i t c h e l l .   s w a t t e d   t h a t   t h i n g   i n t o   t o m o r r o w .   c a v s
t h e r e   w i l l   b e   m a n y   f a c t o r s   t h a t   g o   i n t o   c a v s   d e c i s i o n   a t   s m a l l   f o r w a r d ,   j u s t   l i k e   l a s t   y e a r   w h e n   j . b .   b i c k e r s t a f f   l a n d e d   o n   l a u r i   m a r k k a n e n .   b u t   i f   i t ' s   a   c o m p e t i t i o n ,   c a r i s   l e v e r t   i s   w i n n i n g .   h e   h a s   b e e n   o n e   o f   t h e   b e s t   p l a y e r s   i n   c a m p   & a m p ;   h a s   f i t   w e l l   i n   t w o   p r e s e a s o n   g a m e s .
o k o r o   s t i l l   m i s s i n g   b u n n i e s .   s m h .   c a v s   l e t e m k n o w
d o n o v a n   m i t c h e l l   f i n i s h e s   t h e   l o b ! 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   l e t e m k n o w   c a v s   t h e l a n d   n b a t v   
  
w h a t   a   b l o c k   b y     ! ! !   c a v s   w e a k s t u f f
i   l o v e   c a v s   b a s k e t b a l l ! ! !  
l e t ' s   g o   c a v s   l e t e m k n o w   n b a t w i t t e r  
g a r l a n d   t o   l e v e r t   3   n b a   b a s k e t b a l l   c a v s   d a r i u s g a r l a n d   c a r i s l e v e r t   c a v a l i e r s   n b a t w i t t e r  
g a r l a n d s   d e f e n s e   i s   s o o o o o   b a d .   l i k e   i f   w e   p l a y e d   4   o n   5   i t   w o u l d   b e   t h e   s a m e   r e s u l t .   l e t e m k n o w   c a v s
g a r l a n d   f i n i s h e s   a t   t h e   r i m   n b a   b a s k e t b a l l   d a r i u s g a r l a n d   c a v s   c a v a l i e r s   n b a t w i t t e r  
c a v s   c a r i s   l e v e r t   h i t   t h e i r   f i r s t   3   o f   t h e   n i g h t .   h e ' s   l o o k e d   p r e t t y   g o o d   t o n i g h t   s o   f a r .
a f t e r   a   t o u g h   s t a r t   f o r   c a v s   d o n o v a n   m i t c h e l l   o n   t h e   o f f e n s i v e   e n d ,   t h a t   w a s   a   r e a l l y   n i c e   d u n k   f r o m   h i m   o f f   a   p a s s   f r o m   d a r i u s   g a r l a n d .
t h a t   w a s   n a s t y ! !   c a v s
w i t h   4 : 2 8   l e f t   i n   t h e   s e c o n d   q u a r t e r ,   c a r i s   l e v e r t   h i t s   t h e   f i r s t   t h r e e - p o i n t e r   f o r   t h e   c a v s .
w i t h   4 : 5 8   t o   g o   i n   t h e   s e c o n d   q u a r t e r ,   c a v s   g u a r d   d o n o v a n   m i t c h e l l   d r a w s   b l o o d   a f t e r   g o i n g   1 - 2   ( 1 - 3   i f   y o u   i n c l u d e   t h e   l a n e   v i o l a t i o n )   f r o m   t h e   f r e e   t h r o w   l i n e .
l i l   p r e g a m e   a c t i o n   d a t e n i g h t     c a v s u n i t e d   c a v s   l e t e m k n o w  
a f t e r   c h r i s   p a u l ,   i   t h i n k   d a r i u s   g a r l a n d   i s   g o n a   b e   t h e   m o s t   p u r e s t   p o i n t   g u a r d   i n   t h e   l e a g u e   i n   a   y e a r   o r   2 
 
 s h o o t   m y b   t h i s   y e a r 
 
 c a v s
c u r i o u s   a b o u t   t h e   c a v s   p r e s e a s o n ?     h a s   y o u   c o v e r e d   e x c l u s i v e l y   w i t h     w i t h   t h e   l a t e s t   u p d a t e s   ✍ ️  
t h e r e ' s   6 : 5 0   l e f t   i n   t h e   f i r s t   h a l f   h e r e   a n d   t h e   c a v s   a r e   0 - o f - 8   f r o m   d e e p .   n e i t h e r   t h e   n u m b e r   o f   m a k e s   ( d u h )   o r   a t t e m p t s   i s   g o i n g   t o   g e t   i t   d o n e   o f f e n s i v e l y .   t h e y ' r e   s t u c k   a t   2 9   p o i n t s .
m a y b e   i ’ l l   b e   w r o n g   a b o u t   d e a n   w a d e   b u t   w e   n e e d   a   s o l i d i f i e d   s f / p f .   c a v s
d   w a d e   w i t h   t h e   a n d   1   f o r   t h e   c a v s ,   h e ' s   l o o k i n g   l i k e   a   s o l i d   1 0 t h   m a n   t o n i g h t .     c a v s   p h i v s c l e  
m a x e y   i s   j u s t   o n   🔥   t o n i g h t !   r e a l l y   l o o k i n g   f o r w a r d   t o   a   g o o d   s e a s o n   w i t h   h i m ! 
 s i x e r s     c a v s   

s h i t .   w e ’ r e   p l a y i n g   s l o p p y   t o d a y .   d e f i n i t e l y   t r e a t i n g   i t   l i k e   a   p r e s e a s o n   g a m e .   c a v s
d e a n   w a d e   a n d   1   n b a   b a s k e t b a l l   n b a t w i t t e r   c a v s   c a v a l i e r s   d e a n w a d e  
w o w   c a v s   y u c k !   
 l e t ' s   g e t   g o i n g .
w e   n e e d   t o   t r a d e   f o r   a   s m a l l   f o r w a r d .     c a v s 
 
 d o e s n t   h a v e   t o   b e   a   s t a r   o r   a n y t h i n g   l i k e   t h a t .   w e   j u s t   n e e d   a   c a p a b l e   s f   o n   t h i s   t e a m
h e y   c a v s . .   i   k n o w   i t ’ s   p r e s e a s o n   b u t   s o m e   d e f e n s e   m i g h t   h e l p .   l e t e m k n o w
t h e   c a v s   m a d e   z e r o   j u m p s h o t s   i n   t h e   f i r s t   q u a r t e r .   l e t e m k n o w
l o o k i n g   l i k e   b i t c h e l l   t o n i g h t   c a v s   p h i v s c l e
.   i s   s a v i n g   t h e   s t o r y b o o k   s t a r t   t o   h i s   c a v s   c a r e e r   f o r   t h e   r e g u l a r   s e a s o n .   n o t h i n g   w e n t   w e l l   i n   t h e   f i r s t   q :   0 - 3   f g ,   0 - 2   3 s ,   3   r e b o u n d s ,   1   a s s i s t ,   1   s t e a l ,   2   f o u l s ,   3   t u r n o v e r s .   c o u l d   s a y   s a m e   f o r   c a v s ,   w h o   t r a i l   7 6 e r s   3 3 - 2 0 .
a   t o u g h   o p e n i n g   q u a r t e r   h e r e   f o r   t h e   c a v s .   s h o t   7   o f   2 2   f r o m   t h e   f i e l d   a n d   m i s s e d   a l l   7   3 - p o i n t   a t t e m p t s .   s t r u g g l i n g   w i t h   e x e c u t i o n ,   a n d   p h i l l y ' s   d e f e n s e   i s   g i v i n g   t h e m   i s s u e s .   
 
 s i x e r s   l e a d   3 3 - 2 0   a f t e r   t h e   f i r s t .
r o u g h   f i r s t   q u a r t e r ,   b u t   w e   g o t   t o   s e e   a   l o t   o f   i n t e r e s t i n g   r o t a t i o n s .   c a v s
a s   i ’ v e   s a i d   b e f o r e   c a m p   s t a r t e d ,   i t ’ s   h i m   o r   o k o r o .   
 
 c a v s  
f o r   t h o s e   k e e p i n g   t r a c k   a t   h o m e   a f t e r   t h e   f i r s t   q u a r t e r   f o r   t h e   c a v s : 
 
 g a r l a n d 
 m i t c h e l l 
 l e v e r t 
 w a d e 
 a l l e n 
 - - - 
 m o b l e y 
 o k o r o 
 o s m a n 
 l o p e z  
d a r i u s   g a r l a n d   w i t h   t h e   h e s i   m o v e ! 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n   l e t e m k n o w   c a v s n a t i o n   c a v s   c a v a l i e r s 
  
s h o u t   o u t   t o   _ 2 1 6   f r o m   e n g l a n d   o n   t h e   c a v s   b a l l y   s p o r t s   f e e d   c a v s
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   t h a t   o n e   o f   d o n o v a n   m i t c h e l l   o r   d a r i u s   g a r l a n d   w i l l   a l w a y s   b e   o n   t h e   f l o o r   f o r   c l e v e l a n d . 
 
 w e ' r e   n o w   s e e i n g   p o i n t   s p i d a   o u t   t h e r e   w i t h   m i t c h e l l   s u b b i n g   i n   f o r   g a r l a n d .
i   w o u l d   j u s t   l i k e   t o   p o i n t   o u t ,   t h e   o n e   d u d e   w h o   s h o u t s   " m v p "   e v e r y   t i m e   c a v s   c e d i   o s m a n   - -   a n d   o n l y   o s m a n   - -   i s   a t   t h e   f r e e   t h r o w   l i n e   s t i l l   h a s   t i c k e t s   t h i s   s e a s o n .
t h e   l o y a l   g u y   w h o   y e l l s   " m v p "   f o r   c e d i   o s m a n   i s   i n   t h e   h o u s e   a g a i n   t h i s   s e a s o n .   c a v s
t h i s   i s n ’ t   a   g o o d   l o o k   o f   a l l   o f   o u r   s t a r t e r s   a r e   p l a y i n g   r i g h t   n o w .   c a v s
c a v s   b i g   m a n   r o b i n   l o p e z   i s   t h e   f o u r t h   p l a y e r   o f f   t h e   b e n c h   t o n i g h t .
l o t s   o f   a i m l e s s   d r i b b l i n g   c a v s
c a v s   f o r w a r d   c e d i   o s m a n   i s   t h e   t h i r d   c l e v e l a n d e r   o f f   t h e   b e n c h   t o n i g h t .   r o t a t i o n w a t c h
c a v s   k e v i n   l o v e   j u s t   s t r o l l e d   o u t   o f   t h e   l o c k e r   r o o m   a n d   s a t   i n   b e t w e e n   t w o   c o a c h e s   w i t h   c l e v e l a n d   t r a i l i n g   2 1 - 7   a r o u n d   t h e   5 - m i n u t e   m a r k   o f   t h e   s e c o n d   p r e s e a s o n   g a m e .
c a v s   c a l l e d   f o r   a   f i v e   s e c o n d   v i o l a t i o n   t r y i n g   t o   g e t   t h e   b a l l   i n   o n   t h e   s i d e l i n e .   s o m e t h i n g   t e l l s   m e   t h i s   t h i s   p h i l l y   d e f e n s e   i s   g o i n g   t o   b e   p r e t t y   d a m n   g o o d   t h i s   y e a r .   c a v s   j u s t   3 - f o r - 1 2   f r o m   t h e   f l o o r   s o   f a r .   s i x e r s   u p   2 1 - 7 .
i m   g o n n a   b e   r e a l ,   i s   p a y i n g   a n d   k e e p i n g       d e a n   w a d e   o u r       n j o k u   m o m e n t ?   b e c a u s e   i f   i t   i s ,   i t s   n o t   w o r k i n g .   h e   w a s   h o r r i b l e   l a s t   y e a r . . . a n d   s t i l l   i s .   h e   s h o u l d   b e   o n   t h e   b e n c h .   c a v s   c l e v e l a n d c a v s   c l e v e l a n d
o m g   t h e   c a v s   a r e   h o r r i b l e . . . .
i   d o n ' t   t h i n k   y o u   c o u l d ' v e   s c r i p t e d   a   m e s s i e r   s t a r t   f o r   t h e   c a v s   i n   t h i s   o n e . 
 
 s o m e t h i n g   f e e l s   a   b i t   o f f   t o n i g h t .
c h e e r i n g   o n   o u r     ! !   i t ' s   m y   s i s t e r - i n - l a w ' s   f i r s t   c a v s   g a m e   e v e r ! !   l e t e m k n o w   t h i s i s c l e  
d e a n   w a d e   d o   n o t   i m p r e s s   m e . c a v s
l e v e r t   l o o k i n g   p r e t t y   g o o d ,   h e a l t h   w i s e .   h e ’ s   m o v i n g   a r o u n d   s o   m u c h   b e t t e r   o v e r a l l   o n   b o t h   e n d s . 
 
 i   t h i n k   w e   f i n a l l y   g e t   a   g o o d ,   h e a l t h y   v e r s i o n   o n   m y   m a n ’ s   t h i s   y e a r .   
 
 c a v s   l e t e m k n o w
g r e a t   n i g h t   f o r   s o m e   🏀   i n   t h e   l a n d .   c a v s   s i x e r s   l e t e m k n o w  
w e   m i g h t   n e e d   t o   m a k e   a   t r a d e   a n d   g e t   o n e   m o r e   v e t e r a n   b i g   o n   h e r e   c a v s
t o n i g h t ' s   g a m e   f e e l s   l i k e   a   n e a r   o p p o s i t e   o f   t h e   o n e   i n   p h i l l y   f o r   t h e   c a v s . 
 
 c l e v e l a n d   i s   0 - 4   f r o m   t h r e e - p o i n t   r a n g e   t o   s t a r t   t h i n g s .
  h e r e   w e   g o !   l e t e m k n o w   c a v s
g a r l a n d   l o b s   i t   t o     a l l e n ! 
 l e t e m k n o w   c a v s   c a v a l i e r s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   p h i v s c l e 

j u s t   n o t   a   f a n   o f   p l a y i n g   a g a i n s t   p j   t u c k e r   i n   p r e s e a s o n ,   b e c a u s e   h e   d o e s n ’ t   u n d e r s t a n d   w h a t   p r e s e a s o n   i s ,   a n d   g u y s   a r e n ’ t   g o i n g   a l l   o u t   l i k e   h e   i s . 
 
 i t ’ s   h o w   g u y s   g e t   h u r t .   c a v s   g o t t a   b e   c a r e f u l   h e r e .   
 
 1 2 - 5 ,   7 6 e r s   e a r l y   o n   i n   t h e   f i r s t   q u a r t e r .   l e t e m k n o w
c a v s   n e w   v i d e o   o p e n   i s   n o t h i n g   b u t   s o m e   d r o n e   s h o t s   o f   t h e   c i t y   i n t e r s p e r s e d   w i t h   p r a c t i c e   v i d e o   & a m p ;   a   c o u p l e   3 s   f r o m   t h e   f i r s t   p r e s e a s o n   g a m e . 
 
 t h e   q u i e t   c u r s e   t h a t   n e w   u n i f o r m s   p u t s   o n   t h e   g a m e   o p s   t e a m .
h a r d e n   n e e d s   t o   s h a v e   h i s   b u s h   🤮   c a v s
c a v s   c a r i s   l e v e r t   s t a r t s   t h e   g a m e   g u a r d i n g   p h i l l y ' s   j a m e s   h a r d e n .   l e v e r t ,   w h o   l o o k s   l i k e   h e   c o u l d   b e   t h e   s t a r t i n g   s m a l l   f o r w a r d ,   i s   r e a d y   t o   c h a n n e l   h i s   i n n e r   s t o p p e r   - -   a n d   l o o k i n g   f o r w a r d   t o   t h a t   r e s p o n s i b i l i t y .   
 

t h a t ' s   a t   l e a s t   t w i c e   i n   t w o   g a m e s   w e ' v e   s e e n   c a v s   b i g   m a n   j a r r e t t   a l l e n   s w i t c h   o n t o   j a m e s   h a r d e n   a n d   h o l d   h i s   o w n .
t h e   l a c k   o f   j o e l   e m b i i d   i s   a l s o   a p p a r e n t   e a r l y   a s   w e l l   w i t h   c a v s   b i g   m a n   j a r r e t t   a l l e n   g e t t i n g   t w o   f a i r l y   c l e a n   l o o k s   o n   t h e   i n t e r i o r .
b a s k e t b a l l   t i m e !   l e t ’ s   g o   c a v s   🏀
g a r l a n d   l o o k i n g   l i k e   h e   b u l k e d   u p   a   b i t   c a v s  
t h e   b a l l   i s   t i p p e d   o n   a n o t h e r   ( p r e ) s e a s o n   o f     b a s k e t b a l l   a t     
 
 l e t e m k n o w   c a v s 
 
 f o x 8  
r e a l l y   g o o d   d e f e n s i v e   p o s s e s s i o n   f r o m   c a v s   s t a r   b i g   m a n   j a r r e t t   a l l e n   a f t e r   h e   w a s   f o r c e d   o n t o   t o b i a s   h a r r i s   o n   t h e   p e r i m e t e r .
g o d   b l e s s   ,   @ _ b i g j a y y _ ,   & a m p ;     f o r   s t i c k i n g   w i t h   t h e   p r e g a m e   r i t u a l s   t h i s   s e a s o n   c a v s  
b a l l   i s   u p   b e t w e e n   t h e   c a v s   a n d   s i x e r s .   p r e s e a s o n   g a m e   n o .   2   u n d e r w a y .
a   v e r y   l o u d   c h e e r   f o r   d o n o v a n   m i t c h e l l   w h o   w a s   i n t r o d u c e d   t o   c a v s   f a n s   f o r   t h e   f i r s t   t i m e .
t h e r e ’ s   m o r e   p e o p l e   a t   t o n i g h t ’ s   c a v s   p r e s e a s o n   g a m e   t h a n   t h e r e   w e r e   a t   l a s t   y e a r ’ s   h o m e   o p e n e r .
i ’ m   t u n e d   i n   c a v s
a   c a v s   p r e g a m e   t r a d i t i o n   l i k e   n o   o t h e r : 
 
 m o o n   d o g   a n d   i s a a c   o k o r o   d a n c i n g   t o g e t h e r   d u r i n g   w a r m u p s .  
w i t h   a l l   t h e   s p o r t s   t a l k   s u r r o u n d i n g   t h e     a n d     t o d a y .   w e   h a v e   o u r s e l v e s   a   p r e s e a s o n   g a m e   t o n i g h t   i n   5   m i n u t e s   a t   7 p m !   l e t ’ s   g o   s i x e r s !   
 h e r e ’ s   t o n i g h t ’ s   s t a r t i n g   l i n e u p   u p . 
 s i x e r s   c a v s  
h e r e   w i t h   f a m i l y   a n d   f r i e n d s   f o r   t h e   h o m e   o p e n e r   p r e   s e a s o n   g a m e .   c a v s  
( 1 t / 2 2 m i n )   g o l   d o   p h i l a d e l p h i a   7 6 
   7 6 e r s   1 x 0   c a v s 
 🇪 🇪   n b a 2 0 2 2   
 t e s i g o a t o d a p a r t e
e n t e r i n g   y e a r   9   o f   c o m i n g   h e r e   r e g u l a r l y   a n d   m a n n n n n n   d o e s   i t   f e e l   d i f f e r e n t   t h i s   y e a r .   l e t e m k n o w   c a v s  
l e t ’ s   g o   c a v s !  
i   t h i n k   i   r e a l l y   l i k e   t h e   n e w   c a v s   c o u r t .   i t ' s   g o t   t h e   r i g h t   a m o u n t   o f   t h e   n e w   g o l d .
1 0 / 1 0   c a v s   v s .   7 6 e r s   s t a r t e r s . . 
 c a r i s   l e v e r t   o n c e   a g a i n   i n   t h e   s t a r t i n g   l i n e u p   i n   t h e   3 .   d e a n   w a d e   r e p l a c e s   k e v i n   l o v e   a t   t h e   4 .   
 l e t e m k n o w  
y o u r   c a v s   s t a r t e r s   f o r   p r e s e a s o n   g a m e   n o .   2 ️ ⃣ :  
w i t h   e v a n   m o b l e y   a n d   k e v i n   l o v e   b o t h   o u t ,   t h e   c a v s   a r e   s t a r t i n g   t w o   g u y s   c o m p e t i n g   f o r   t h e   s t a r t i n g   s m a l l   f o r w a r d   s p o t .  
c a v s   s t a r t i n g   f i v e   f o r   t o n i g h t ’ s   p r e s e a s o n   g a m e :   d a r i u s   g a r l a n d ,   d o n o v a n   m i t c h e l l ,   c a r i s   l e v e r t ,   d e a n   w a d e   a n d   j a r r e t t   a l l e n
i f   t h e   c a v s   w e r e   t o   e x p l o r e   t h e   p o s s i b i l i t y   o f   a c t u a l l y   a c q u i r i n g   t h e   a l l - s t a r   f o r w a r d ,   t h e y ’ d   n e e d   t o   g e t   c r e a t i v e ,   u n l e s s   t h e y   w e r e   w i l l i n g   t o   p a r t   w a y s   w i t h   k e v i n   l o v e ’ s   e x p i r i n g   $ 2 8 . 9 m   t r a d e   c h i p   f o r   g r e e n ,   o r   l e v e r t ’ s   $ 1 8 . 7 m   e x p i r i n g   c h i p ,   t o o . 
 
 l e t e m k n o w
w h i l e   t h e   c a v s   h a v e n ’ t   s p o k e n   t o   t h e   w a r r i o r s   r e g a r d i n g   a   p o t e n t i a l   t r a d e   f o r   d i s g r u n t l e d   f o r w a r d   d r a y m o n d   g r e e n ,   i t ’ s   e x p e c t e d   t h e y ’ d   “ o p e n   a   c o n v e r s a t i o n ”   w i t h   g o l d e n   s t a t e   i n   a t t e m p t   t o   a c q u i r e   t h e   f o r m e r   m s u   p r o d u c t .   
 
 g r e e n   a v e r a g e d   7 / 7 / 7   l a s t   y e a r   i n   4 6   g a m e s   f o r   g s .
n e w   c a v s   s t a r   g u a r d   d o n o v a n   m i t c h e l l   g e t t i n g   s h o t s   u p   w i t h   a s s i s t a n t s   p r i o r   t o   t o n i g h t ’ s   g a m e   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s .  
c e d i   o s m a n   i n   t h e   h o u s e   💥 
 
 c a v s     t h e f i r s t c e d i    
m e t s   l u c k   s t a r t e d   t o   r u n   o u t   w h e n   s p i d a   w e n t   t o   t h e   c a v s
5 8   m i n u t e s   a w a y 
 c a v s s i x e r s   l e t e m k n o w   c a v s  
d e a n   w a d e   a n d   c a r i s   l e v e r t   w i l l   g e t   t h e   s t a r t   t o n i g h t   f o r   t h e   c a v s   w i t h   b o t h   e v a n   m o b l e y   ( a n k l e )   a n d   k e v i n   l o v e   ( k n e e )   s i d e l i n e d   t o n i g h t . 
 
 t h e   l i n e u p   c h a n g e s   w e r e   f i r s t   r e p o r t e d   b y  
l o c a l   c o m p a n y   a v e r y   d e n n i s o n   a p p e a r s   t o   b e   t h e   s p o n s o r   f o r   t h e   c a v s   w a r m u p   t o p s . 
 
 a   s e c o n d   n e w   u n i f o r m   s p o n s o r   j o i n i n g   t h e   o r g a n i z a t i o n   t h i s   s e a s o n .
c a v s   a r e   g o i n g   t o   s t a r t   d e a n   w a d e   a t   p o w e r   f o r w a r d   i n   p l a c e   o f   b a n g e d - u p   k e v i n   l o v e   ( a n d   e v a n   m o b l e y ) ,   w h i c h   m e a n s   c a r i s   l e v e r t   g e t s   t h e   s t a r t   a t   s m a l l   f o r w a r d   f o r   a   s e c o n d   s t r a i g h t   p r e s e a s o n   g a m e   
 

_   c a v s   p l a y i n g   w i l l   d o   t h a t .
c a v s   k e v i n   l o v e   w i l l   n o t   p l a y   i n   t o n i g h t ' s   p r e s e a s o n   g a m e   a g a i n s t   p h i l a d e l p h i a   a s   a   p r e c a u t i o n   a f t e r   b u m p i n g   k n e e s   i n   a   r e c e n t   p r a c t i c e ,   s o u r c e s   t e l l     
 

c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s h a r e d   w i t h   m e   t h a t   d y l a n   w i n d l e r   i s   s t i l l   p r o g r e s s i n g   f r o m   h i s   a n k l e   i n j u r y   a n d   s h o u l d   b e   a b l e   t o   p a r t a k e   i n   s t a n d s t i l l   s h o o t i n g   o n   t h e   c o u r t   s o o n .
a n d   w e ’ r e   b a c k !   t h e   m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s o o n   p r i o r   t o   t o n i g h t ’ s   p r e s e a s o n   g a m e   b e t w e e n   c l e v e l a n d   a n d   t h e   p h i l a d e l p h i a   7 6 e r s ! 
 
 m o r e   f r o m   m e !   ⤵ ️ 
 
  
p r e s e a s o n   g a m e   n u m b e r   2 !   1   l i k e   =   1   g o o d   l u c k !   c a v s   7 6 e r s   s i x e r s   l e t e m k n o w  
t h e r e   i s   o n e   t e a m   i m   m o s t   e x c o t e d   t o   w a t c h .   t h e   c a v s .  
p l e a s e   w i n   t o n i g h t   c a v s  
i t ' s   t i m e   t o   o f f i c i a l l y   a n n o u n c e   d e a n   w a d e   a s   t h e   c a v s   s t a r t i n g   s m a l l   f o r w a r d .  
2   t i c k e t s   f o r   c a v s   g a m e   t o n i g h t   a n d   2   t i c k e t s   f o r   w e d n e s d a y   n i g h t .   h i t   m e   u p ! ! 
 g o c a v s   c a v s   c a v s g a m e   c l e
i n j u r y   r e p o r t   f o r   t h e   c a v s   l e f t   a s   t b d .  
c a v s   j a r r e t t   a l l e n   o n   t h e   d i f f e r e n c e   b e t w e e n   p l a y i n g   w i t h   e v a n   m o b l e y   a n d   k e v i n   l o v e   i n   t h e   f r o n t c o u r t :   
 
 " o b v i o u s l y   o n   t h e   d e f e n s i v e   e n d ,   k e v i n ' s   5 2 - y e a r s - o l d ,   d e f i n i t e l y   n o t   a s   a t h l e t i c   o r   a n y t h i n g . "
l e t ' s   l o o k   b a c k   a t   t h e   2 0 0 9 - 1 0   e a s t e r n   c o n f e r e n c e   s t a n d i n g s   ( 1 - 8 )   📈 
 
 c a v s :   6 1 - 2 1 
 m a g i c :   5 9 - 2 3 
 h a w k s :   5 3 - 2 9 
 c e l t i c s :   5 0 - 3 2 
 h e a t :   4 7 - 3 5 
 b u c k s :   4 6 - 3 6 
 h o r n e t s :   4 4 - 3 8 
 b u l l s :   4 1 - 4 1 
 
 t h e   c e l t i c s   w e n t   o n   t o   w i n   t h e   c o n f e r e n c e ,   a n d   h a d   a n o t h e r   f i n a l s   t r i p   👏  
9   d a y s   u n t i l   t h e   c a v s   s e a s o n   s t a r t s .   
 
 2   d a y s   u n t i l   t h e   c b j   s e a s o n   s t a r t s .   
 
 1   d a y   u n t i l   t h e   a l d s   w h e r e   t h e   g u a r d i a n s   w i l l   f a c e   t h e   y a n k e e s .   
 
 l e t ’ s   r i d e .
b i g   ' p r o v e   i t '   s e a s o n   l o o m s   f o r   c a v s '   d y l a n   w i n d l e r  
r e m i n d e r :   c a v s   p l a y   t o n i g h t   a t   7   e t !   ( p r e - s e a s o n   g a m e )
    & a m p ;     :   c a n   k e v i n l o v e   b e   a   s t a r t e r   i n   t h i s   l i n e u p   i f   s o   t h e y   w o u l d   h a v e   5   a l l - s t a r s   o n   t h e   c o u r t . . c a v s 
      
c a v s   f i r s t   a c t i o n   i n s i d e   o f   t h e   f i e l d h o u s e   s i n c e   a p r i l ! 
 i t ' s   p r e s e a s o n   g a m e   n o .   2   a g a i n s t   p h i l l y   a t   7   o n   !   l e t e m k n o w  
c a v s   e v a n   m o b l e y   d o i n g   s o m e   l i g h t   w o r k   a t   s h o o t a r o u n d   t o d a y ,   w o r k i n g   h i s   w a y   b a c k   f r o m   a   r i g h t   a n k l e   s p r a i n .  
c a v s   e v a n   m o b l e y   d o i n g   s o m e   i n d i v i d u a l   w o r k   a f t e r   s h o o t a r o u n d   t o d a y  
c a v s   e v a n   m o b l e y   m a k i n g   p r o g r e s s   i n   h i s   r e c o v e r y   f r o m   a   s p r a i n e d   a n k l e ,   g o i n g   t h r u   a   l i g h t   i n d i v i d u a l   s h o o t a r o u n d   f o l l o w i n g   t o d a y ' s   t e a m   s h o o t a r o u n d .  
t h e   c a v s   t a k e   o n   t h e   7 6 e r s   t o n i g h t   a t   h o m e   s t a r t i n g   a t   7 : 0 0 p  
w h e n   a s k e d   a b o u t   t h e   d i f f e r e n c e   b e t w e e n   p l a y i n g   w i t h   e v a n   m o b l e y   v e r s u s   k e v i n   l o v e ,   c a v s   b i g   m a n   j a r r e t t   a l l e n : 
 
 “ w e l l ,   k e v i n   i s   l i k e   5 2   y e a r s   o l d   s o   h e ’ s   n o t   v e r y   a t h l e t i c   o n   d e f e n s e . ”
c a v s   s t a r   b i g   m a n   e v a n   m o b l e y   g e t t i n g   u p   s h o t s   a f t e r   s h o o t a r o u n d . 
 
 m o b l e y   i s   s t i l l   r e c o v e r i n g   f r o m   a n   a n k l e   s p r a i n   b u t   t h i s   i s   g o o d   p r o g r e s s . 
 
 m o r e   f r o m   m e .   ⤵ ️ 
 
  
c a v s   b i g   m a n   e v a n   m o b l e y   d o i n g   s o m e   o n - c o u r t   w o r k   w i t h   a s s i s t a n t   c o a c h   l u k e   w a l t o n   a s   m o b l e y   c o n t i n u e s   t o   w o r k   b a c k   f r o m   a   s p r a i n e d   a n k l e .  
c l e v e l a n d ,   i   a s k   o n e   t h i n g … 
 
 s t o p   m i x i n g   t h e   g u a r d i a n s   & a m p ;   c a v s   w i t h   t h e   b r o w n s . 
 
 t h e r e ’ s   m o r e   t h a n   j u s t   t h e   d i s t a n c e   b e t w e e n   s t a d i u m s   t h a t   d i v i d e   t h e s e   t e a m s .   t h e   b r o w n s   a r e   s o f t ,   a r r o g a n t ,   u n d e r   p e r f o r m ,   a n d   i n c l u d e   a   w o m a n   b e a t e r   & a m p ;   s e x u a l   a b u s e r . 
 
 c o u l d   n o t   b e   m o r e   o p p o s i t e .
i   a s k e d   c a v s   b i g   m a n   j a r r e t t   a l l e n   a b o u t   c h r i s   p r a t t   a s   t h e   n e w   v o i c e   o f   m a r i o   a n d   h e   s a i d   h e ’ s   w i l l i n g   t o   g i v e   i t   t h e   b e n e f i t   o f   t h e   d o u b t   a n d   w a n t s   t o   s e e   t h e   w h o l e   m o v i e .  
c a v s   p o i n t   g u a r d   r i c k y   r u b i o   g e t t i n g   i n   e x t r a   w o r k   a s   s h o o t a r o u n d   f o r   c a v s s i x e r s   c o n c l u d e s .   n o w   w i t h   a   l i t t l e   e x t r a   f l a i r .   
 
 m o r e   f r o m   m e .   ⤵ ️ 
  
a n o t h e r   d a y ,   a n o t h e r   p r a c t i c e   w h e r e   c a v s   f o r w a r d   i s a a c   o k o r o   i s   h i t t i n g   c o r n e r   t h r e e - p o i n t e r s   a t   a   h e a l t h y   r a t e .
t h e   r e h a b   c o n t i n u e s   f o r   c a v s   g u a r d   r i c k y   r u b i o .  
c a v s   p o i n t   g u a r d   r i c k y   r u b i o   g e t t i n g   i n   e x t r a   w o r k   a s   s h o o t a r o u n d   f o r   c a v s s i x e r s   c o n c l u d e s . 
 
 m o r e   f r o m   m e .   ⤵ ️ 
  
            n o t h i n g   c a n   c u r e   a   b r o w n s   h a n g o v e r   l i k e   a   c a v s   v i c t o r y .   l e t e m k n o w
a n o t h e r   p r e s e a s o n   m a t c h u p   t o n i g h t   f o r   t h e   s i x e r s   a n d   c a v s   a t   7 : 0 0 p m !   n b a   s i x e r s   c a v s  
a   n e w   l o o k ,   s o m e   n e w   f a c e s   a n d   p l e n t y   o f   n e w   e x p e c t a t i o n s   b e g i n   t o n i g h t   a s   t h e   c a v s   o p e n   u p   t h i n g s   a t   h o m e   a g a i n s t   t h e   s i x e r s   i n   p r e s e a s o n   p l a y . 
 
 b u t   f i r s t ,   t i m e   t o   h e a r   f r o m   j . b .   b i c k e r s t a f f   a n d   s o m e   p l a y e r s   w h e n   s h o o t   a r o u n d   c o n c l u d e s . 
 
 m o r e   f r o m   m e .   ⤵ ️ 
  
  e q u a l l y   h a p p y   t o   w a t c h   r o s a r i o   & a m p ;   g i m i n e z   o u t p l a y   & a m p ;   o u t l a s t   l i n d o r   ( g u a r d i a n s   f l e e c e d   t h e   m e t s ) .     a l s o   c a n t   w a i t   t o   w a t c h   🕷 ️ m i t c h e l l   a n d   t h e   c a v s   m a k e   s c o t t   p e r r y   l o o k   a s   d u m b   a s   b i l l y   e p p l e r !
i t ' s   c a v s   g a m e   d a y ! 
 
 t h e   c a v a l i e r s   c o n t i n u e   p r e s e a s o n   a c t i o n   t o n i g h t   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s .   s t a y   t u n e d   t o   c a v s   i n s i d e r   f o r   t h e   l a t e s t   n e w s   & a m p ;   i n f o r m a t i o n   o n   g a m e   d a y   a n d   e v e r y   d a y ! 
 
 l e t e m k n o w   |    
m o t i v a t i o n m o n d a y     h a n g i n g   o u t   w /   m y   s o n   o n   a   t h r o w b a c k   w /   h i s   r o o k i e   j e r s e y   h a n g i n g   i n   t h e   b a s e m e n t .   s m u s h p a r k e r   f o r m e r   c a v s     l a k e r s   l a k e r s n a t i o n     p g   i s   o n e   o f   t h e   g o o d   g u y s   i n   t h e   n b a   c o m m u n i t y   g i v i n g   b a c k   t o   t h e   c o m m u n i t y   s t i l l !    
n e w   v i d e o   t o   w a t c h : 
 
 " n b a   e a s t e r n   c o n f e r e n c e   s e a s o n   p r e v i e w :   c l e v e l a n d   c a v a l i e r s   2 0 2 2 - 2 0 2 3 "   
 
 c r e a t o r :     m i l e   h i g h   h o o p s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
🦇 🎃 👻 h a l l o w e e n   g i v e a w a y   t i m e ! ! ! 👻   🎃 🦇 
 
 r e a d   t h e   p i c t u r e   t o   s e e   h o w   y o u   c a n   w i n   c a v s   t i c k e t s   o r   a   $ 2 5 0   c a r   c o u p o n   f r o m   s u n n y   b o o - b o o ’ s   c a n d y   c a u l d r o n !   e v e r y o n e ’ s   a   w i n n e r ,   a n d   d i d   i   m e n t i o n   t h e r e ’ s   f r e e   c a n d y ? !   🦇 🍭 🎃 🍬  
h a p p y   3 8 t h   b i r t h d a y   t o   o u r   o l   7 ' 0 ,   ! 
 
 a t c b i r t h d a y s   x   c a v s  
h a p p y   b e l a t e d   4 1 s t   b i r t h d a y   t o   ! 
 
 d u n k   m a e s t r o   w i t h   t h e   c a v s   a n d   e v e r y w h e r e   e l s e . 
 
 a t c b i r t h d a y s  
m y   f i n a l   t h o u g h t s   o n   t h e   b r o w n s   
 
 g o   g u a r d i a n s   
 g o   c a v s
i t ’ s   g o n n a   b e   a   l o n g   d a y !   l e t e m k n o w   c a v s
r e m i n d e r :   t o d a y ' s   g a m e   a g a i n s t   t h e   c a v s   w i l l   o n l y   b e   t e l e v i s e d   o n   n b a   t v
a y e   m a n .   s h o u t o u t   t o     a n d     f o r   s t a r t i n g   o u t   t h e   s h o w   t a l k i n g   g u a r d i a n s   i n s t e a d   o f   t h a t   o t h e r   t e a m   t h a t   j u s t   d i s a p p o i n t s   u s   e v e r y   w e e k .   
 
 n o w ,   s k i p   ‘ e m   a g a i n   a n d   t a l k   c a v s   !   😈 😈 😈
j o e   r o g a n   p o d c a s t   c o m e d y   c o l l e g e   s h o u t o u t   b y   c o m e d y   i c o n   n a t e   b a r g a t z e :     d c   m a r y l a n d   v i r g i n i a   c a v s   b u l l s   d w t s   a h s c u l t   a h s   s t a r w a r s   h a w k e y e s   w a t e r f a l l
  t r a n s i t i o n   g a m e   i s   t h e   f i r s t   e v e r   s e r i a l   m a n g a   p r o d u c e d   b y   c u r r e n t   n b a   p l a y e r s !   i t ’ s   e p i c !   
 
 t h a n k   y o u   f o r   t h e   s u p p o r t     f a n s   a n d     f a n s ! 🙏 
   
 f e a r t h e d e e r   l e t e m k n o w   n b a   c o m i c   m a n g a   a m a z o n   k i n d l e   c a v s   b u c k s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c
t h a n k   t h e   l o r d   f o r   c a v s   b a s k e t b a l l   t o m o r r o w
t h e   c l e v e l a n d   c a v a l i e r s   h a v e   a   b i g   p r o b l e m . . . 
   
 
   
 c a r i s l e v e r t   c a v a l i e r s n e w s   c a v a l i e r s o f f s e a s o n   c a v s   c a v s b a s k e t b a l l   c a v s n e w s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s n e w s   c l e v e l a n d c a v a l i e r s r e b u i l t t e a m   c l e v e l a n d c a v a l i e r s t r a d e n e w s  
t r a n s i t i o n   g a m e   i s   a   s e r i a l   m a n g a   p r o d u c e d   b y   c a v s   s t a r   r o b i n l o p e z   a n d   b u c k s   s t a r   b r o o k l o p e z . 
 p l e a s e   r e a d ! 
 
 🏀 v o l . 1 :   
 🏀 v o l . 2 :   
 
           
 a m a z o n   k i n d l e   c o m i c s   n b a   n b a j p   f e a r t h e d e e r   l e t e m k n o w  
j o e   r o g a n   p o d c a s t   c o m e d y   c o l l e g e   s h o u t o u t   b y   c o m e d y   i c o n   n a t e   b a r g a t z e :     d c   m a r y l a n d   v i r g i n i a   c a v s   b u l l s   d w t s   a h s c u l t   a h s   s t a r w a r s   h a w k e y e s   w a t e r f a l l
  e v e r y   s i n g l e   c a v s   a n d   g u a r d o s   f a n …  
  i   b e t   y o u   o n e   b o w l   o f   s o u p   t h a t   k e v i n   l o v e   w i n s   s i x t h   m a n   o f   t h e   y e a r . 
 
 o n c e   k   l o v e   a c c o m p l i s h e s   t h i s   f e a t ,   w e   w i l l   a t t a c h   t h e   b o w l   o f   s o u p   t o   a   d r o n e   a n d   d r o p   i t   f r o m   t h e   s k y   o n t o   d a m o n   j o n e s '   h e a d   a t   a   m o m e n t   w h e n   h e   l e a s t   e x p e c t s   i t . 
 
   c a v s   s i x t h m a n   n b a    
d a r i u s   g a r l a n d ,   t h e   m o b l e y   b r o t h e r s , w i t h   s p i d e r   m i t c h e l l   a t   t h e   m e t s   g a m e .   c a v s  
w e   h a v e   t w o   r e a l l y   g o o d   o r g a n i z a t i o n s   i n   t h i s   c i t y   -   t h e   g u a r d i a n s   a n d   t h e   c a v s   -   t h a t   a r e   f o c u s e d   o n   b u i l d i n g   a   s t r o n g   f o u n d a t i o n ,   t h a t   g i v e   b a c k   t o   t h e   c o m m u n i t y ,   a n d   t h a t   w i n   w i t h   c h a r a c t e r   a n d   g r i t .     a n d   t h e n   w e   h a v e   t h e   b r o w n s .   t i m e   t o   f i n a l l y   m a k e   t h e m   e a r n   o u r   a t t e n t i o n .
3   d i f f e r e n t   w a y s   c a v s   c a n   u p g r a d e   r o s t e r   i n   a   j a e   c r o w d e r   t r a d e 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   g r i n d c i t y   m f f l   r e p t h e d i s t r i c t   w e t h e n o r t h   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
b r o w n s   a r e   d e a d   t o   m e .   t o o   m a n y   y r s   o f   d i s a p p o i n t m e n t     & a m p ;   e m b a r r a s s m e n t .   l o n g   l i v e   c l e v e l a n d g u a r d i a n s   & a m p ;   c a v s
c a v s   b a s k e t b a l l   i s   b a c k   t o m o r r o w .  
  d g   y o u   a r e   a l w a y s   w e l c o m e   o v e r   t o   o u r   p l a c e   f o r   h o m e   c o o k i n g   👉 🏼 v a n d y ’ 8 8 👈 🏼   c a v s   y o u   c a n   b r i n g     w i t h   y o u
n e e d   s o m e   p o s i t i v e   v i b e s   a f t e r   h e a r i n g   n e w s   m y   9 3   y o   m i l   w a n t s   t o   g o   t o   h o s p i c e .     s h e   i s   t i r e d   a n d   d o e s n ' t   w a n t   t o   f i g h t   a n y m o r e .     b r o w n s   f o r t h e l a n d   c a v s
  w h o   c o u l d   i t   h a v e   b e e n ? 
 
 t t   a n d   m o z g o v ? 
 
 s h u m p e r t   a n d   d e l l y ? 
 
 t h e r e   w a s   o n c e   a   r u m o r   a b o u t   d i o n   w a i t e r s   p u n c h i n g   k y r i e   i r v i n g   o v e r   v i d e o   g a m e s   b u t   t h a t   w a s   b e f o r e   2 0 1 6 . 
 
       c a v s   n b a  
s o   f a r ,   e v e r y o n e   w h o ’ s   b e e n   a r o u n d   t h e   g r o u p   b e l i e v e s   g a r l a n d   a n d   m i t c h e l l   w i l l   h a v e   l i t t l e   i s s u e   p l a y i n g   w i t h   e a c h   o t h e r .   t h e y ’ r e   g o n n a   b e   d e a d l y   t o g e t h e r ,   a n d   t h a t ’ s   s o m e t h i n g   t h a t   w i l l   g i v e   t h e   c a v s   a   b i g   a d v a n t a g e   e a c h   n i g h t . 
 
 l e t e m k n o w
t h e   c a v s   o b v i o u s l y   r u n   t h e i r   o f f e n s e   t h r u   g a r l a n d ,   a n d   t h a t   w o n ’ t   c h a n g e   -   b u t   m i t c h e l l   w i l l   o f   c o u r s e   c o n t r o l   t h e   o f f e n s e   a s   w e l l .   y o u   j u s t   h o p e   t h e   c h e m i s t r y   i s   g a i n e d   q u i c k l y ,   a n d   t h e y   c a n   b u i l d   o f f   o n e   a n o t h e r ’ s   p l a y   s t y l e   a n d   b e c o m e   a   d e a d l y   f o r c e . 
 
 l e t e m k n o w
t h e   c a v s   p l a y   w a y   b e f o r e   t h e n .  
c a v s   r e g u l a r   s e a s o n   w i l l   b e g i n   s o o n   & a m p ;   t h e   g u a r d i a n s   a r e   i n   t h e   a l d s .   i t ' s   g o n n a   b e   o k ,   a t   l e a s t   t h a t ' s   w h a t   i ' m   t e l l i n g   m y s e l f .     b r o w n s
c a v s   s p i d a   🕷 ️ w i n e   a n d   g o l d   s c r i m m a g e  
c a n ' t   w a i t   f o r   t h e   c a v s   s e a s o n   t o   s t a r t !
o n e   o f   o u r   t e a m s   w i n n i n g   i n   a m a z i n g   f a s h i o n   i s   o f t e n   i m m e d i a t e l y   f o l l o w e d   b y   a n o t h e r   o n e   o f   o u r   t e a m s   l o s i n g   i n   a n   u n b e l i e v a b l y   h o r r i b l e   w a y . 
 
 t h a t   h a s   h a p p e n e d   a   l o t   o f   t i m e s . 
 
 c l e v e l a n d   s p o r t s   c a v s   b r o w n s   i n d i a n s   g u a r d i a n s
k e e p   t h e   g u a r d i a n s   a n d   t h e   c a v s   a w a y   f r o m   t o x i c   b r o w n s .
s o   g l a d   w e   g o t   t h e   c a v s   a n d   g u a r d i a n s .   i ’ m   n o t   s u r e   w h a t ’ s   u p   w i t h   t h e   b r o w n s   -   t h e y   h a v e   a l l   t h e   t a l e n t   b u t   n o t   t h e   a b i l i t y   t o   f i n i s h .   i   s a y   c o a c h i n g   …   b u t   w h a t   d o   i   k n o w .   
 
 f o r t h e l a n d   l e t e m k n o w
i t ’ s   t h e   l a s t   t i m e   i   l e t   t h i s   t e a m   r u i n   m y   s u n d a y   -   i ’ m   c o n c e n t r a t i n g   o n   t h e   g u a r d i a n s   a n d   t h e   c a v s
c a v s   t o m o r r o w   n i g h t .   😂
i ’ v e   s a i d   i t   b e f o r e   a n d   i ’ l l   s a y   i t   a g a i n — o n l y   t h e   g u a r d i a n s ,   c a v s ,   a n d   b u c k e y e s   a r e   w o r t h y   o f   o u r   s u p p o r t .   t h e   b r o w n s   c a n   g o   f u c k   t h e m s e l v e s .
s o . . .   l e t ’ s   g o   g u a r d i a n s .   c a v s   b a b y !   w a i t   f o o t b a l l s   o n ?   b r o w n s     s i g h
l e t s   g o   c l e v e l a n d   o h i o   c l e   t h i s i s c l e   c l e v e l a n d o h i o   t h e l a n d   a k r o n   b r o w n s   c l e v e l a n d b r o w n s   c a v s   n b a   l o v e   c l e v e l a n d h a i r s t y l i s t   n f l   e x p l o r e p a g e   c l e v e l a n d g r a m   h i p h o p   c o l u m b u s   m u s i c   e s t   a t l a n t a   n f l s u n d a y   n a i l s  
t h a n k   g o o d n e s s   t h e   c a v s   s e a s o n   s t a r t s   s o o n .
w h e n   p e o p l e   a s k : " w h y   d o   y o u   c a r e ? "   b e c a u s e   i f   c l e v e l a n d   b e c o m e s   t h e   " s p o r t s   m e c c a "   i t   i s   e n v i s i o n e d   t o   b e - - w i t h       a n d     a l l   w i n n i n g   a n d   s u c c e s s f u l   i t   b e n e f i t s   c l e   t a x   p a y i n g   p r o p e r t y   o w n e r s   a n d   s m a l l   b u s i n e s s   o w n e r s .   t h a t s   w h y .   b r o w n s   c a v s   f o r t h e l a n d
  d o n t   c a r e .   g u a r d i a n s   p l a y   t u e s d a y .   c a v s   p l a y   s o o n
w e l l   f m l .   d o n ’ t   k n o w   w h y   i ’ d   w a t c h   t h e m   e v e r y   w e e k   t o   j u s t   g e t   c r u s h e d .   t h a n k   g o o d n e s s   f o r   t h e   c a v s   g u a r d i n s   b u c k e y e s   .   b r o w n s   a r e   g o i n g   t o   b r o w n s     t w o   m i s s e d   f i e l d   g o a l s   c o s t   i s   t h e   g a m e ,   a g a i n .   w e   n e e d   a   k i c k e r .   u n t i l   n e x t   w e e k .   g o i n g   t o   s m o k e   m y s e l f   s i l l y   t o   f o r g e t   t h i s
  t h a n k   g o d   f o r   t h e   g u a r d i a n s   a n d   c a v s .
b r o w n s     w h o ’ s   r e a d y   f o r   t h e   c a v s   🙄
g u a r d i a n s   a r e   a d v a n c i n g   i n   t h e   p l a y o f f s .   c a v s   l o o k   p o i s e d   t o   h a v e   a   g r e a t   s e a s o n .   o h i o s t a t e   i s   s t i l l   o h i o   s t a t e . 
 
 h o n e s t l y   i   d o n ’ t   a c t u a l l y   m i s s   t h e   b r o w n s   a s   m u c h   a s   i   t h o u g h t   i   w o u l d .
g u a r d i a n s   t u e s d a y .   c a v s   b a c k   i n   a c t i o n   t o m o r r o w .   
 
 w e   s l e e p i n g   g o o d .   j u s t   t u r n   t h i s   g a r b a g e   o f f .   💯
g u a r d i a n s   c u r r e n t l y   s i t t i n g   i n   a   s u i t e   a t   a   b r o w n s   g a m e   h a s   c a v s   s i t t i n g   i n   a   s u i t e   d u r i n g   t h e   2 0 1 6   w o r l d   s e r i e s   v i b e s .
t h e   g u a r d i a n s   a r e   a   s m a r t ,   f u n - t o - w a t c h   t e a m .   t h e   c a v s   a r e   a   s m a r t ,   f u n - t o - w a t c h   t e a m .   t h e   b r o w n s … t h e   b r o w n s … 
 f o r t h e l a n d
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
c l e v e l a n d   w e   h a v e   t h e   b e s t   s p o r t s   a n n o u n c e r s .   h a m m y ,   j i m   d ,   a n d   r i p   j o e   t r a i t ,   f r e d   m c l e o d .   c l e v e l a n d   i s   t h e   b e s t   s p o r t s   t o w n .   
 b r o w n s   f o r t h e l a n d   c a v s  
  b i g   t i c k e t   🎟   
 
 n b a   l a c l i p p e r s   c e l t i c s   c a v s   c a v s s u m m e r   c l e v e l a n d c a v a l i e r s   b e t h e f i g h t   c a v s h i o n   c a v s 5 0   f i e l d h o u s e h e a t   c a v s d r a f t   l e t e m k n o w   d a l l a s   c e l t i c s   b o s t o n c e l t i c s   c u s r i s e   l a k e r s   l a k e r s f a m i l y   l a k e r n a t i o n   g o l a k e r s   l o s a n g e l e s l a k e r s   l a k e s h o w  
l o v e   t h i s .   d o n o v a n   m i t c h e l l   a n d   t h e   c a v s   w e r e   a t   t h e   g u a r d i a n s   g a m e   t h e n   t h e   m e t s   g a m e   l a t e r   i n   t h e   n i g h t .   t h a t ’ s   a   l o n g   a s s   d a y   o f   b a s e b a l l   l o l .  
u 1 2   l a d y   c a v s   c l u b   s o c c e r   w i l l   b e   d e f e n d i n g   t h e i r   w c o s a   c u p   t i t l e   w i t h   a   r e m a t c h   a g a i n s t   b a t h   o n   s u n d a y   a t   1 1 : 3 0   a m .   b a t h   i s   c o m i n g   i n   a s   t h e   1   s e e d ,   a n d   c o l d w a t e r ,   2 .   g o o d   l u c k   c a v s
s e e n   “ t h e   r e d e e m   t e a m ”   o n   n e t f l i x   y e t ? 
 
 c a r l o s   b o o z e r   l i e d   t o   a   b l i n d   m a n .   😂   😂   c a v s   
 

b r a n d o n   i n g r a m   f u t u r e   c a v a l i e r ?   c a v s   l e t e m k n o w  
s h a r i f e   c o o p e r   w i n e   & a m p ;   g o l d   s c r i m m a g e   h i g h l i g h t s   ( p a r t   1 ) :   
 
 s h a r i f e   c o o p e r   w i n e   & a m p ;   g o l d   s c r i m m a g e   h i g h l i g h t s   ( p a r t   2 ) :     
 
 c a v s   l e t e m k n o w
t h e   c a v s   c o u l d   p o t e n t i a l l y   h a v e   a   l i n e u p   w i t h   4   a l l - s t a r s   t h i s   s e a s o n ,   a n d   t h e y ’ r e   a l l   y o u n g   g u y s . 
 
 •   g a r l a n d   i s   2 2 . 
 •   m i t c h e l l   i s   2 6 . 
 •   m o b l e y   i s   2 1 . 
 •   a l l e n   i s   2 4 .   
 
 i n c l u d e   o k o r o   w h o   i s   2 1 ,   l e v e r t   w h o   i s   2 8 …   g r o u p   i s   s o   y o u n g   a n d   t a l e n t e d . 
 
 l e t e m k n o w
a   l o t   o f   p l a y e r s   a r e   r e s p e c t i n g   t h e   c a v s   a   l o t   m o r e ,   e s p e c i a l l y   t h i s   s e a s o n   c o m i n g   u p ,   a l o n g   w i t h   t h e   f r o n t   o f f i c e   g e t t i n g   l o v e   a n d   r e s p e c t   a f t e r   h a v i n g   t o   r e b u i l d   o n c e   k y r i e   a n d   l e b r o n   l e f t   t h e   f r a n c h i s e . 
 
 l e t e m k n o w  
i ' m   s u r e   o t h e r   c i t i e s   c a n   s a y   t h e   s a m e   -   b u t   c l e v e l a n d ' s   h i s t o r y   o f   r a d i o   s p o r t s c a s t e r s   i s   r e a l l y   n e x t   l e v e l :   h a m m y ,   h e r b   s c o r e ,   j o e   t a i t ,   j i m   d o n o v a n ,   n e v   c h a n d l e r   -   j u s t   a n   a r r a y   o f   f a n t a s t i c   r a d i o   g u y s . . .   f o r t h e l a n d   b r o w n s   c a v s   c l e v e l a n d a g a i n s t t h e w o r l d  
c l e v e l a n d c a v a l i e r s   1 1   c a r d   l o t   c a v s   c a v a l i e r s   
 
 $ 4   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
    c a v s   a r e n ’ t   f o r   s a l e ,   s u n s   a r e .  
n e w - l o o k   c a v s   l i v e n   u p   p r e s e a s o n   l u l l   w i t h   w i n e   a n d   g o l d   s c r i m m a g e 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   n b a   w i n e a n d g o l d   

a   g r e a t   s p o r t s   w e e k e n d   i n   c l e v e l a n d     b u c k e y e n a t i o n   d a w g p o u n d   f o r t h e l a n d   b r o w n s   g u a r d i a n s   b u c k e y e s   c a v s 🏀     m s u v s o s u   s d v s c l e 🏈   t b v s c l e ⚾ ️   b i l l i a r d s 🎱   m a n c a v e   c h e c k   u s   o u t   a t    
w o r d   i s   d y l a n   w i n d l e r   t o r e   t h e   l a b r u m   i n   h i s   s h o u l d e r   w h i l e   h o l d i n g   u p   t h e   i   i n   o h i o   a t   t h e   g u a r d i a n s   g a m e   & a m p ;   c o u l d   b e   o u t   6   m o n t h s .   c a v s
i f   y o u   a r e n ' t   l i s t e n i n g   t o   t h e   b u r n i n g r i v e r s p o r t s c a s t   p o d c a s t   o r   w a t c h i n g   t h e   v i d e o p o d c a s t   o n   y o u t u b e   t h e n   h e r e ' s   a   t a s t e   o f   w h a t   y o u ' r e   m i s s i n g ! 
 . 
 c l e v e l a n d b r o w n s   c l e v e l a n d   b r o w n s   f o o t b a l l   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   g u a r d s  
c a v s   d o n o v a n   m i t c h e l l ,   i s a a c   o k o r o ,   d y l a n   w i n d l e r   a n d   d e a n   w a d e   l e a d i n g   a n   o - h - i - o   c h a n t   a t   t h e   g u a r d i a n s   g a m e .  
i t   w a s   a   f u n ,   l a i d   b a c k   m o r n i n g   a t   t h e   c a v s   w i n e   a n d   g o l d   s c r i m m a g e .   _   h a d   a   f e w   o b s e r v a t i o n s   f r o m   t h e   e v e n t .  
i ' l l   a d m i t   i   w a s n ' t   a l w a y s   b l o w n   a w a y   b y   l u k e   t r a v e r s   l a s t   s e a s o n .   t h e r e   w e r e   d e f i n i t e l y   g l i m p s e s   b u t   i   w a s n ' t   e v e r   s o l d   o n   h i m   a s   a   r o t a t i o n   p l a y e r .   s u m n e r   l e a g u e   c h a n g e d   m y   v i e w s ,   a n d ,   s e e i n g   h i g h l i g h t s   s u c h   a s   t h i s .   
 c a v s  
c a v a l i e r s   d o n o v a n   m i t c h e l l ,   i s a a c   o k o r o ,   d y l a n   w i n d l e r   a n d   d e a n   w a d e   m a d e   t h e i r   w a y   t o   p r o g r e s s i v e   f i e l d   t o   c h e e r   o n   t h e   g u a r d i a n s .   c a v s  
c a v s   h e r e   a t   t h e   g u a r d i a n s   g a m e  
c a v s   i s a a c   o k o r o ,   d o n o v a n   m i t c h e l l ,   d y l a n   w i n d l e r   & a m p ;   d e a n   w a d e   d o   t h e   o - h - i - o   h o n o r s   a t   g u a r d i a n s   v s   r a y s   a l w i l d c a r d  
c a v s   d o n o v a n   m i t c h e l l ,   i s a a c   o k o r o ,   d y l a n   w i n d l e r   a n d   d e a n   w a d e   l e a d i n g   a n   o - h - i - o   c h a n t   a t   t h e   g u a r d i a n s   g a m e .  
d o n o v a n   m i t c h e l l ,   i s a a c   o k o r o ,   d y l a n   w i n d l e r   a n d   d e a n   w a d e   i n   t h e   h o u s e .   g u a r d i a n s   c a v s  
m y   r e a d   o n   t h e   c l e v e l a n d   c a v a l i e r s '   d e p t h   c h a r t   f o r   f a n t a s y :   
 
 p g   d a r i u s   g a r l a n d 
 s g   d o n o v a n   m i t c h e l l 
 s f   i s a a c   o k o r o 
 p f   e v a n   m o b l e y 
 c   j a r r e t t   a l l e n 
 6   c a r i s   l e v e r t 
 7   k e v i n   l o v e 
 8   d e a n   w a d e 
 9   r a u l   n e t o 
 1 0   c e d i   o s m a n 
 i n j   r u b i o 
 
 c a v s   c a v a l i e r s     n b a   n b a 2 k 2 3   f a n t a s y  
t h e   c l e v e l a n d   c a v a l i e r s '   u n c o n v e n t i o n a l   r o s t e r   m a k e u p   i s   p a y i n g   d i v i d e n d . . .     v i a     c a v s
p e o p l e   o f   a l l   a g e s   a n d   d i f f e r e n t   b a c k g r o u n d s   v o l u n t e e r   f o r   c a v s   a n d   w e   a r e   a l w a y s   i n t e r e s t e d   t o   s p e a k   t o   n e w   p e o p l e   w h o   w o u l d   l i k e   t o   j o i n   o u r   f r i e n d l y   t e a m .   
 
 w e   c a n   o f f e r   s o m e   g r e a t   r o l e s ,   s h o r t   o r   l o n g   t e r m   d e p e n d i n g   o n   t h e   t i m e   y o u   c a n   s p a r e .   c o n t a c t   u s   t o   f i n d   o u t   m o r e . . . .  
t o m o r r o w   s u n d a y ,   o c t o b e r   9 t h ,   c a v a n a u g h ’ s   w i l l   o p e n   a t   9 : 3 0 a m .   n y   g i a n t s   f o o t b a l l .   f r e e   b a g e l s   & a m p ;   t - s h i r t s .   l e t ’ s   g o   g i a n t s .   b l u e p o i n t   p u m p k i n b e e r   y u m o n l i   b b p p h a n t o m s   b a y p o r t   c a v a n a u g h s   b u c k e t s   h o l b r o o k   l i p u m p k i n   o n i o n s o u p   c a v s   p u b   o t b  
c a v s   w i n e   & a m p ;   g o l d   s c r i m m a g e   
 
 
 l e t e m k n o w   c a v s  
c a v s   w i n e   a n d   g o l d   s c r i m m a g e   s t a r t s   w i t h   s o m e   s t r e t c h i n g   b e f o r e   w o r k i n g   o n   t r a n s i t i o n   d e f e n s e   a n d   h a l f   c o u r t   s e t s .  
h a d   a   f e e l i n g   t h e   c a v a l i e r s   w o u l d   b e   i n   a t t e n d a n c e   t o d a y .   c a v s   g u a r d i a n s  
c a v s   w i n e   a n d   g o l d   s c r i m m a g e   h a s   w r a p p e d   u p   f o r   t h e   d a y .   m a n y   o f   t h e   p l a y e r s   a r e   h e a d e d   t o   p r o g r e s s i v e   f i e l d   f o r   t h e   g u a r d i a n s   g a m e .
b e f o r e   t h e   s e a s o n   s t a r t s   i   j u s t   w a n n a   s a y   i   b e l i e v e   i n   l a m a r   s t e v e n s 🤘 🏼   c a v s   l e t e m k n o w
c a v s   g u a r d   d a r i u s   g a r l a n d   w i t h   a   m e s s a g e   f o r   t h e   f a n s   a t   t h e   c o n c l u s i o n   o f   t h e   w i n e   & a m p ;   g o l d   s c r i m m a g e .  
c a v s   s t a r   d o n o v a n   m i t c h e l l   l i k e l y   m i s s i n g   t h e   f i r s t   p i t c h   o f   t o d a y ’ s   g u a r d i a n s   g a m e   t o   s t a y   a f t e r   a n d   t a l k   w i t h   c l e v e l a n d   f a n s .  
c a v s   h a d   7 , 1 3 9   f a n s   i ' m   a t t e n d a n c e   f o r   t h e   w i n e   a n d   g o l d   s c r i m m a g e   t o d a y .
c a v s   h a d   7 , 1 3 9   f a n s   i n   a t t e n d a n c e   a t   t h e   w o l s t e i n   c e n t e r   f o r   t h e   w i n e   a n d   g o l d   s c r i m m a g e .
o v e r   7 , 0 0 0   p e o p l e   w e r e   a b l e   t o   m a k e   i t   t o d a y ’ s   c a v s   w i n e   a n d   g o l d   s c r i m m a g e   t o d a y .   a   g r e a t   w a y   t o   k i c k   o f f   a   b u s y   s p o r t s   w e e k e n d   i n   c l e v e l a n d .
7 , 1 3 9   i n   a t t e n d a n c e   a t   c a v s   w i n e   a n d   g o l d   s c r i m m a g e
t h e   c r o w d   c l a m m e r s   f o r   f o r m e r   n b a   s l a m   d u n k   c h a m p   d o n o v a n   m i t c h e l l   a n d   h e   d e l i v e r s   w i t h   a u t h o r i t y !   c a v s  
t h e   c r o w d   a s k e d   f o r   a   " s p i d a "   d u n k ,   a n d   t h e y   g o t   o n e .   c a v s  
c a v s   s t a r   d o n o v a n   m i t c h e l l   b r i n g i n g   t h e   h o u s e   d o w n ! 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e   f r o m   m e !   ⤵ ️ 
 
  
d o n o v a n   m i t c h e l l ’ s   c r a c k   a t   t h e   d u n k   c o n t e s t .   c a v s  
c a v s   h o l d i n g   a n   i m p r o m p t u   d u n k   c o n t e s t .  
c a v s   f o r w a r d   l a m a r   s t e v e n s   t h r o w i n g   i t   d o w n   w i t h   o n e   h a n d  
c a v s   g i v i n g   t h e   f a n s   o n e   l a s t   s h o w   w i t h   a   d u n k   c o n t e s t .   f o r w a r d   l a m a r   s t e v e n s   s t a r t s   i t   o f f   w i t h   a   b a n g !  
s h a r i f e   c o o p e r   e n d s   t h e   c a v s   s c r i m m a g e   w i t h   a   f u l l   c o u r t   h o o k   s h o t   t o   g e t   t h e   c r o w d   o n   t h e i r   f e e t   o n e   m o r e   t i m e .
t o   c l o s e   t h i n g s   o u t ,   c a v s   t r a i n i n g   c a m p   i n v i t e   s h a r i f e   c o o p e r   h i t   a   f u l l   c o u r t   s h o t .
c a v s   s t a r   d o n o v a n   m i t c h e l l   i s   i n v i t i n g   y o u n g e r   f a n s   o n t o   t h e   f l o o r   w h i c h   t e c h n i c a l l y   g i v e s   h i s   t e a m   a n   u n f a i r   a d v a n t a g e . 
 
 b u t   i t ’ s   s t i l l   f u n   t o   s e e   h i m   s h o w i n g   s o   m u c h   l o v e   t o   c l e v e l a n d .
t h e   c a v s   a r e   t r y i n g   r e a l l y   h a r d   t o   t h r o w   a   l o b   t o   d a r i u s   g a r l a n d   i n   t h i s   o n e
k e v i n   l o v e   g e t s   a   h u g e   o v a t i o n   f o l l o w i n g   u p   d o n o v a n   m i t c h e l l   b e i n g   i n t e r v i e w e d   f o r   t h e   f a n s   m i d - s c r i m m a g e .   t h e   b u i l d i n g   i s   b u z z i n g   c a v s
h o o s   i n   c ’ v i l l e   f o r   h o m e c o m i n g s ?   p i c t u r e   p e r f e c t   d a y   f o r   a   c a v s   w i n !   g o h o o s   w a h o o w a  
i t ’ s   r a i n i n g   t h r e e - p o i n t e r s   a t   t h e   w o l s t e i n   c e n t e r   f o r   t h e   c a v s . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e   f r o m   m e !   ⤵ ️ 
 
    
b i g   n e w s   i n   t h e   w i n e   a n d   g o l d   s c r i m m a g e :   c a v s   j a r r e t t   a l l e n   i s   n o t   w e a r i n g   a   h e a d b a n d .
w a t c h i n g   c a v s   s c r i m m a g e   b e f o r e   h e a d i n g   o v e r   t o   s e e   t h e   t r i b e … .   g u a r d i a n s .  
c a v s   g u a r d   r a u l   n e t o   d r a w s   f i r s t   b l o o d   o f f   a   d o n o v a n   m i t c h e l l   a s s i s t . 
 
 m i t c h e l l   a n d   g a r l a n d   a r e   g o i n g   h e a d   t o   h e a d   a t   p o i n t   g u a r d . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e   f r o m   m e !   ⤵ ️ 
 
  
a t   t h e   s t a r t   o f   t h e   s c r i m m a g e ,   c a v s   h a v e   d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l   o n   o p p o s i t e   t e a m s .
k e v i n   l o v e ,   e v a n   m o b l e y   a n d   d y l a n   w i n d l e r   d i d   n o t   t a k e   p a r t   i n   t h e   m a j o r i t y   o f   w a r m u p s .   c a v s
c a v s   r u n n i n g   s o m e   s e t s   d u r i n g   t o d a y ’ s   s c r i m m a g e 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e   f r o m   m e !   ⤵ ️ 
 
  
.   r u n s   o u t   o n   t h e   c o u r t ,   t h e   c a v s   l e t   h i m   g o   o u t   o n   h i s   o w n .   g r e a t   s t a r t   t o   t h e   s e a s o n   😂  
o n   h a n d   f o r   t h e     w i n e   a n d   g o l d   s c r i m m a g e   h e r e   a t     a n d   i f   t h i s   i s   a n y   i n d i c a t i o n   o f   w h a t   f a n s   w i l l   s e e   i n   2 0 2 2 - 2 3 ,   t h e   e a s t   i s   i n   t r o u b l e !   c a v s   w i n e a n d g o l d
h e r e   a t   c a v s   w i n e   a n d   g o l d   s c r i m m a g e ,   t h e r e   a r e   t h r e e   p l a y e r s   n o t   g o i n g   t h r o u g h   w a r m u p s   a n d   s t r e t c h i n g :   d y l a n   w i n d l e r   ( a n k l e ) ,   e v a n   m o b l e y   ( a n k l e )   a n d   k e v i n   l o v e .
  r u n s   o u t ,   t h e   c a v s   l e t   h i m   g o   o u t   o n   h i s   o w n   😂  
a f t e r   m a k i n g   r o o k i e   b i g   m a n   i s a i a h   m o b l e y   r u n   o u t   o n   h i s   o w n ,   t h e   r e s t   o f   t h e   c a v s   w a l k   o u t   t o   a n   a m p e d   u p   c r o w d . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e   f r o m   m e !   ⤵ ️ 
 
  
y o u r   c a v s   h a v e   t a k e n   t h e   f l o o r   f o r   t h e   w i n e   a n d   g o l d   s c r i m m a g e !  
t h e   c a v s   n e e d   i s a a c   o k o r o   t o   s t e p   u p   o n   o f f e n s e   t h i s   s e a s o n ,   w r i t e s   .     l e t e m k n o w
t h e   m o r n i n g   g l o r y   c a v s   b e l i e v e l a n d 🏀   c l e   @   w o l s t e i n   c e n t e r   a t   c l e v e l a n d   s t a t e   u n i v e r s i t y  
h e y   c a v s   f a n s ,   i   w a n t   t o   w a t c h   o n     b u t   i   c a n ’ t   c a u s e   i   g o t   ,   i s   m y   o n l y   o p t i o n   t o   w a t c h   i s     b e c a u s e     w o n ’ t   w o r k ? 
 
 a d v i s e .   w a n t   t o   b e   c r y s t a l   c l e a r   h e r e .   i   h a t e   p a y i n g   a n o t h e r   p r o v i d e r   $ 2 0 / m o   f o r   g a m e s .
t h e   c a v s   a n n u a l   w i n e   a n d   g o l d   s c r i m m a g e   i s   a b o u t   t o   k i c k   o f f   a t   c l e v e l a n d   s t a t e ’ s   w o l s t e i n   c e n t e r .   r i g h t   d o w n   e u c l i d   i s   c o v e r i n g   i t   a l l ! 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
b i g   s p o r t s   w e e k e n d   f o r   c l e v e l a n d : 
 
 c a v s   w i n e   a n d   g o l d   s c r i m m a g e   a t   1 1 . 
 g u a r d i a n s   a t   n o o n . 
 b r o w n s   a t   h o m e   t o m o r r o w . 
 
 t h e n   t h e   c a v s   a r e   a t   h o m e   a g a i n s t   t h e   s i x e r s   m o n d a y .
  . . 
 w h y   i s   t h e   n a t i o n a l   m e d i a ,   t r y i n g   t o   t a k e   o r   p u t   s a q u a n   a h e a d   o f   c h u b b ,   a s   i f   h e ' s   t h e   t o p   d a w g   a n d   , n i c k   i s   a   d i s t a n t   2 n d . r e a l l y ! ! ! 
 b r o w n s   
 
 c a v s . . c a n   l o v e   b e c o m e   a   s t a r t e r   o n   t h i s   t e a m ? ? 
 
 g u a r d s . . ⚾   k i l l e r   i n s t i n c t . j r a m !   a   d a w g
    t h e   m i g h t y   c a v s   q u i t   o n   l e b r o n
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s   l e b r o n   l e b r o n j a m e s   k i n g j a m e s
" l o s s   f o r   w o r d s "   - -   c a v s   s t a r   d o n o v a n   m i t c h e l l   i s   e v e r y   m e t s   f a n   a f t e r   d e b a c l e   o f   a   g a m e   1   v s .   p a d r e s   😢 
 

" l o s s   f o r   w o r d s "   - -   c a v s   s t a r   d o n o v a n   m i t c h e l l   i s   e v e r y   m e t s   f a n   a f t e r   d e b a c l e   o f   a   g a m e   1   v s .   p a d r e s   😢 
 

" l o s s   f o r   w o r d s "   - -   c a v s   s t a r   d o n o v a n   m i t c h e l l   i s   e v e r y   m e t s   f a n   a f t e r   d e b a c l e   o f   a   g a m e   1   v s .   p a d r e s   😢 
 

  m y   l i l   b u s t a r h y m e s   d o g   d o g s a r e l o v e   d o g s   d o g s o f t w i t t t e r   d o g s o n t w i t t e r   d o g s a r e f a m i l y   d o g s o f i n s t a g r a m   c a v s   c a v   c a v a l i e r k i n g c h a r l e s s p a n i e l   c a v a l i e r s   m y b e s t f r i e n d   m y h a i r y s o n   🤗 🐾  
h i g h e s t - p a i d   c a v s   p l a y e r s   i n   t h e   2 0 2 2 - 2 3   s e a s o n   💰 
 
 d o n o v a n   m i t c h e l l :   $ 3 0 , 3 5 1 , 7 8 0 
 k e v i n   l o v e :   $ 2 8 , 9 4 2 , 8 3 0 
 j a r r e t t   a l l e n :   $ 2 0 , 0 0 0 , 0 0 0 
 c a r i s   l e v e r t :   $ 1 8 , 7 9 6 , 2 9 6 
 d a r i u s   g a r l a n d :   $ 8 , 9 2 0 , 7 9 5 
 
 f r o m   a   r e b u i l d i n g ,   t o   a   p l a y o f f   t e a m ,   t h e   t e a m ' s   f r o n t   o f f i c e   h a s   d o n e   a   v e r y   g o o d   j o b .   👏  
t h e   c l e v e l a n d   c a v a l i e r s   s h o u l d   b e   h a p p y   t h e y   d o n ’ t   h a v e   a n y   d r a y m o n d   g r e e n ’ s   o n   t h e   r o s t e r   
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   

“ i t ’ s   s o m e t h i n g   i   l o o k   f o r w a r d   t o   a n d   s o m e t h i n g   i   l i k e   d o i n g ” 
 
 w i t h   c a v s   a l l - s t a r   b a c k c o u r t   h a n d l i n g   m o s t   o f   t h e   o f f e n s i v e   r e s p o n s i b i l i t y ,   t h e   t e a m   o n l y   n e e d s   s o   m u c h   f r o m   t h e   f i f t h   s t a r t e r   —   a n d   m u c h   o f   i t   i s   o n   t h e   d e f e n s i v e   e n d .   c a r i s   l e v e r t   i s   r e a d y 
 

p l e a s e   n e v e r   f o r g e t   t h a t   t r i s t a n   t h o m p s o n   p u n k i n g   d r a y m o n d   i s   t h e   o n l y   r e a s o n   n e e d e d   a s   t o   w h y   h i s   j e r s e y   s h o u l d   b e   r e t i r e d   a t   r m f .   c a v s
h a d   a n   a w e s o m e   t i m e   a t   t h e   b a y   h o m e c o m i n g   p a r a d e ! !   a   y o u n g   b o y   n a m e d   w i l l   r e c o g n i z e d   m e ,   c a m e   o v e r   a n d   o f f e r e d   m e   t h r e e   p i e c e s   o f   c a n d y   i f   i   t o l d   h i m   h o w   m a n y   g a m e s   i   t h o u g h t   c a v s   w o u l d   w i n   t h i s   y e a r .   w i l l   i s   a   b i g   f a n   o f   t h e   d o n o v a n   m i t c h e l l   t r a d e   a n d   t h i n k s   5 0 - p l u s   i s   d o a b l e
t e a m s   w i t h   t h e   b e s t   o f f s e a s o n   🏀 
 
 ( p e r   g m   s u r v e y ) 
 
 c a v s   4 1 % 
 
 t i m b e r w o l v e s   1 7 % 
 
 s i x e r s   1 7 % 
 
 j a z z   1 7 % 
 
 n b a  
" h o w   d o e s   t h a t   g e t   o u t "   - -   c a v s   s t a r   k e v i n   l o v e   h a s   b a f f l e d   r e a c t i o n   t o   d r a y m o n d   g r e e n - j o r d a n   p o o l e   f i g h t   d u r i n g   w a r r i o r s   p r a c t i c e   🤯 

l e b r o n   j a m e s   1 / 1   s p l a t t e r   b l a s t   c u s t o m   a r t   c a r d   l e b r o n j a m e s   k i n g j a m e s   c l e v e l a n d c a v a l i e r s   c a v s   c a v s b a s k e t b a l l   c a v a l i e r s   n b a   b a s k e t b a l l c a r d s   s p o r t s c a r d s   c a r d a r t   c a r d c o l l e c t o r   m i x e d m e d i a a r t   m i x e d m e d i a   a c r y l i c p a i n t   a r t   a r t w o r k   a r t w o r l d   p a i n t i n g   l b j   l b j 2 3  
c a v s   c a r i s   l e v e r t   i s   u s e d   t o   h a v i n g   t h e   b a l l   i n   h i s   h a n d s ,   l o o k i n g   t o   s c o r e .   b u t   t h a t ' s   n o t   w h a t   t h e   t e a m   n e e d s .   i t ' s   t i m e   t o   s a c r i f i c e   a   b i t   o n   o f f e n s e   a n d   s t e p   i n t o   t h e   r o l e   h e   h a d   e a r l i e r   i n   h i s   c a r e e r .   l e v e r t   k n o w s   i t .   h e ' s   b e e n   p r e p a r i n g   f o r   i t . 
 

n e w   v i d e o   t o   w a t c h : 
 
 " w h o   s h o u l d   t h e   c l e v e l a n d   c a v a l i e r s   s t a r t   a t   s m a l l   f o r w a r d   i n   2 0 2 2 - 2 0 2 3   n b a   s e a s o n ? ! "   
 
 c r e a t o r :     t h e   c h b   p o d c a s t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
c o u g h   c o u g h   w h a t ?   n e e d   t h e   t e a   c a v s   l e t e m k n o w  
l e b r o n   c l o c k e d   k y r i e .   n e w   i n f o   h e r e     c a v s   l o l   😂  
n e w   v i d e o   t o   w a t c h : 
 
 " c l e v e l a n d   c a v a l i e r s   a r e   t r a d i n g   f o r   j a e   c r o w d e r ? ! "   
 
 c r e a t o r :     c e n t r e   h a l f   b e n c h 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
t h i s   p r o v e s   d r a y m o n d ’ s   s u s p e n s i o n   i n   2 0 1 6   w a s   w a r r a n t e d   a n d   j u s t i f i e d .   g o   c a v s  
i   a s k e d   c a v s   f o r w a r d   l a m a r   s t e v e n s   a b o u t   h o w   t h e   p h i l l i e s   w i l l   d o   t h i s   p o s t s e a s o n . 
 
 “ t h e r e ’ s   g o i n g   t o   b e   a   c h a m p i o n s h i p   p a r a d e   i n   p h i l l y . ” 
 
 i   a s k e d   h i m   w h a t   i f   t h e y   e n d e d   u p   f a c i n g   t h e   g u a r d i a n s ? 
 
 “ t h e r e ’ s   g o i n g   t o   b e   a   c h a m p i o n s h i p   p a r a d e   i n   p h i l l y . ”
g o l d e n s t a t e w a r r i o r s   a r e   a   f a m i l y ,   i t ’ s   a n   a b u s i v e   f a m i l y , b u t   a   f a m i l y   j u s t   t h e   s a m e 😂 😂 😂 🙄 😂   c a v s     d r a y m o n g r e e n   i s   a   a b u s e r  
i t ’ s   h a r d   t o   f i l m   f r o m   a c r o s s   t h e   c o u r t   b u t   c a v s   f o r w a r d   i s a a c   o k o r o   h a s   h i t   a   h e a l t h y   c l i p   o f   t h r e e - p o i n t e r s   a s   p r a c t i c e   c o n c l u d e s .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s h a r e d   w i t h   m e   t h a t   e v a n   m o b l e y   i s   i m p r o v i n g   i n   h i s   r e c o v e r y   f r o m   h i s   a n k l e   s p r a i n .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   d y l a n   w i n d l e r   w a s   u n a b l e   t o   p r a c t i c e   t o d a y   b u t   i s   i m p r o v i n g .
l a s t   n i g h t     a n d   i   r e f l e c t e d   o n   t h e   c a v s   f i r s t   p r e s e a s o n   g a m e ,   t a l k e d   a b o u t   t h e   e v a n   m o b l e y   i n j u r y   o h   a n d   c h e e s e s t e a k s !   c h e c k   o u r   t h e   l a t e s t   p o d c a s t   f o r   _ f n  
t h r o u g h   3   i n n i n g s ,   s c o r e l e s s   g u a r d i a n s - r a y s   f e e l s   l i k e   t h e   f i r s t   h a l f   o f   a   l e b r o n   j a m e s - l e d   c a v s   p l a y o f f   g a m e .   s t i l l   i n   t h e   f e e l i n g - o u t   p e r i o d .   a l w i l d c a r d
f o r g o t   t o   g r a b   a   p i c t u r e   o n   m y   w a y   i n   b u t   t h e   m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   a n d   s e l e c t   p l a y e r s   s o o n . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 

i   w i l l   s a y ,   i ' m   s o   h a p p y   i   c a n   w a t c h   m y   g u a r d i a n s   o n   e s p n ,   w i t h   ,   b u t   t h e n   i   c a n ' t   w a t c h   m y   c a v s ,   b e c a u s e   i   h a v e   t o   g e t   t h e     a n d   w h a t   a n   i n s a n e   a m o u n t   o f   m o n e y !   u n l e s s   y o u ' r e   a   s e a s o n   t i c k e t   h o l d e r .   t h a t ' s   f o r   a n o t h e r   t i m e . . . c o u p l e   o f   w e e k s !
i ’ m   i n   e n e m y   t e r r i t o r y   b u t   i   b r o u g h t   m y   b a t t l e   a r m o r   c a v s  
t h a n k f u l l y   n o   c a v s   p o w e r   f o r w a r d s   h a v e   s u c k e r   p u n c h e d   t h e   g u a r d s   w e   d i s c u s s e d .  
t h e     “ n e w ”   i c o n   j e r s e y   i s   a   c o m p l e t e   r i p o f f   o f     j e r s e y   f r o m   a   f e w   y e a r s   a g o .   c o m e   o n   c a v s ,   y o u ’ r e   b e t t e r   t h a n   t h a t !   🙄  
n e w   v i d e o   t o   w a t c h : 
 
 " c a v a l i e r s   a t   7 6 e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   ' 2 2   ’ 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 

2 0 2 2 - 2 3   n b a   s e a s o n   p r e v i e w s :   c l e v e l a n d   c a v a l i e r s 
 
   _ 8 2 4 _   
 
 n b a t w i t t e r   c a v s   b e t h e f i g h t 
 

c a v s   d o   h a v e   p r a c t i c e   t h i s   a f t e r n o o n   a t   c l e v e l a n d   c l i n i c   c o u r t   b e f o r e   t o m o r r o w ' s   w i n e   a n d   g o l d   s c r i m m a g e .   i ' m   o n   g u a r d o s   d u t y   t o d a y   t h o u g h ,   w i l l   b e   b a c k   o n   c a v s   ( a n d   g u a r d o s )   t o m o r r o w .
c a v s   f a n s   w a t c h i n g   t h e   c e l t i c s ,   n e t s ,   a n d   w a r r i o r s   d r a m a .  
p h o e n i x   s u n s   h a v e   i n t e r e s t   . . . 
   
 
   
 b o j a n b o g d a n o v i c   b o j a n b o g d a n o v i c c r o a t i a   b o j a n b o g d a n o v i c p h o e n i x s u n s   b o j a n b o g d a n o v i c u t a h j a z z   c a v s   c l e v e l a n d c a v a l i e r s   d e v i n b o o k e r   d e v i n b o o k e r h i g h l i g h t s   d e v i n b o o k e r n b a 2 k   d e v i n b o o k e r n b a 2 k 2 3   d e v i n b o o k e r o p e n g y m  
w h o   c o u l d   a s k   f o r   a   b e t t e r   w e e k e n d   t o   l i v e   i n   !   l o v e   t h i s   c i t y   a n d   c a n ’ t   w a i t   b r o w n s   f o r t h e l a n d   c a v s   c l e   t h i s i s c l e v e l a n d
o n   t o d a y ’ s   s h o w     a n d     p r e v i e w   t h e   g u a r d   r o t a t i o n   o n   t h e   c a v s   r o s t e r   a n d   t r y   a n d   d o   a   t h o u g h t   e x e r c i s e   o n   t h e   r o t a t i o n . 
 
 p r o d u c e d   b y   .   c h e c k   o u t   h i s   e p   c y c l i c a l ! 
 
 📺 :   
 🎧 :   
 🎶 :    
t h e   f i r s t   c e d i   |   1 6   🏀 🔥 💪 
 
 c a v s   |   c e d i o s m a n   |    
  g a v e   h i s   s t a t   l i n e   p r e d i c t i o n   f o r   d a r i u s   g a r l a n d   i n   2 0 2 2 - 2 3   w i t h   t h e   c a v s .     l e t e m k n o w
c a v s   f i n a l s   c o m e b a c k   s t o r y 
   
 
   
 2 0 1 6   2 0 1 6 c h a m p s   b a s k e t b a l l   b e l i v e l a n d   c a v s c h a m p i o n s h i p   c a v s c o m e b a c k   c a v s f i n a l s   c a v s g a m e 7   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c h a m p i o n s h i p   c l e v e l a n d p a r a d e   c o m e f r o m b e h i n d   c u r r y   d e l l y  
n o w   i   u n d e r s t a n d   w h y   p e o p l e   k e e p   p o s t i n g ,     w i t h   t h e   .   h e   h a d   c h a m p i o n s h i p s   w /   o t h e r   t e a m ' s ,   b u t   n o t h i n g   m o r e   m e m o r a b l e   t h a n   h i s   t i m e   w i t h   t h e   c a v s 

o n   t o d a y ' s   s h o w : 
 -   g u a r d i a n s   s t a r t   t h e i r   w o r l d   s e r i e s   r u n   v s .   t a m p a 
 -   h e a d l i n e   p r e d i c t i o n s   w /   d ' q w e l l   j a c k s o n 
 -   w i l l   m y l e s   g a r r e t t   p l a y   s u n d a y ? 
 -   m i k e   f r a t e l l o   o n   t h e   c a v s 
 -   x - f a c t o r s   f o r   s u n d a y ' s   g a m e 

o c t o b e r   7 ,   1 9 8 2 : 
 
 t h e   c a v s   a c q u i r e   s t e v e   h a y e s   f r o m   t h e   p i s t o n s .   t h e y   t r a d e d   a   s e c o n d - r o u n d   p i c k . . .   t h a t   w o u l d   l a t e r   b e c o m e   d e n n i s   r o d m a n . 
 
 a t c h i s t o r y  
o c t   7 ,   1 9 9 5   -   
 
 t h e   c a v s   s e n d   h o t   r o d   w i l l i a m s   ( r i p )   t o   p h x   f o r   a n t o n i o   l a n g ,   d a n   m a j e r l e ,   a n d   t h e   f i r s t - r o u n d   p i c k   t h a t   b e c a m e   b r e v i n   k n i g h t .   
 
 a t c h i s t o r y  
h a p p y   b i r t h d a y   t o   f o r m e r   c a v s     ( 2 9 )   a n d   a j   p r i c e   ( 3 6 ) ! 
 
 a t c b i r t h d a y s  
o c t o b e r   7 ,   1 9 9 5 :   g o o d b y e   h o t   r o d 🏀 
 r e b u i l d i n g   c a v s   d e a l   9 - y r   v e t ,   1   a l l - t i m e   c l e   s h o t   b l o c k e r   ( n o w   z )   & a m p ;   f a n   f a v   j o h n   " h o t   r o d "   w i l l i a m s   t o   s u n s   f o r   d a n   m a r j e r l e , a n t o n i o   l a n g , 1 s t   p k   
 g r e a t   c a v ,   g r e a t   p l a y e r ,   g r e a t   c a r e e r ,   g r e a t   m a n ,   g r e a t   n i c k n a m e   
 6 t h m a n   s h o t b l o c k e r   h o t r o d 🙏  
h e r b   j o n e s 
 e v a n   m o b l e y 
 s c o t t i e   b a r n e s 
 
 h a s   t h e r e   e v e r   b e e n   3   s o p h o m o r e s   w i t h   l e g i t i m a t e   a l l - d e f e n s e   h y p e   i n   t h e   s a m e   y e a r ?   
 
 a y o   m i g h t   b e   a   4 t h   w i t h   l o n z o   m i a .   
 
 t r u l y   h a s   t h e   p o t e n t i a l   t o   b e   o n e   o f   i f   n o t   t h e   b e s t   d e f e n s i v e   d r a f t   o f   a l l - t i m e . 
 
 p e l i c a n s   c a v s   r a p t o r s   b u l l s
d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l   i m p r e s s   i n   c a v s   l o s s .   
 n b a   l e t e m k n o w   c a v s   

“ u b e r   a n d   m o t i o n a l   t o   r o l l   o u t   a u t o n o m o u s   r i d e - h a i l   a n d   d e l i v e r y   s e r v i c e s   i n   u s   c i t i e s ” 
 
 m o b i l i t y   a i   c a v s   
 

2 0 2 2 / 2 0 2 3 :   t h e   s e a s o n   w h e r e   y o u r   g i r l   t a k e s   h e r   h o s t i n g   c h o p s   t o   t h e   c o u r t .   c l e v e l a n d ,   i t ’ s   d a m n   g o o d   t o   b e   b a c k .   l e t ’ s   d o   t h i s .   c a v s   i n g a m e h o s t   l e t e m k n o w  
t h e   w i n e a n d g o l d s c r i m m a g e   t i m e   h a s   c h a n g e d   c a v s  
n o b o d y ’ s   r e a d y !   🍷 ⚜ ️   c a v s  
m o n t r e z l   h a r r e l l   e m b a r r a s s e d   h i m s e l f   a g a i n s t   t h e   c l e v e l a n d   c a v a l i e r s 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   m o n t r e z l h a r r e l l   c a v s   

h i r a m   a n d   k e i s h a   w   a r e   d e f i n i t e l y   t h e   s a m e   p e r s o n .   c h a n g e   m y   m i n d .   l e t e m k n o w   c a v s
n o   m a t t e r   h o w   u n f o r t u n a t e   t h e   s c r e e n   g r a b   o f   m y   f a c e   i s   h e r e ,   g i v e   u s   a   l i s t e n . 
 
   w i t h   s o m e   g r e a t   i n s i g h t   f r o m   p r a c t i c e   a n d   w h a t   w e   h o p e   t o   s e e   t h r o u g h o u t   c a m p   c a v s  
o h ,   i t ’ s   g o n n a   b e   p r e t t y   b a d . 
 
 b u t ,   f o r   c o n t e n d i n g   t e a m s   i t   m a y   j u s t   b e   w h a t   t h e y   n e e d .   e s p e c i a l l y   t h e   c a v s ,   w h o   h a v e   a l r e a d y   b e g u n   e y e i n g   u p   t e a m s   w h o   w a n t   t o   t a n k   f o r   t h e   b e s t   p o s s i b l e   o d d s   i n   t h e   l o t t o .   
 
 w a t c h   f o r   a   f e w   t e a m s   w h o   m a y   h a v e   a   w i n g   t h e y   n e e d . 
 
 l e t e m k n o w  
w o m e n ' s   l o n g   b r i d e s m a i d   m a x i   d r e s s 👉 
 f o r   m o r e   d r e s s   c o l l e c t i o n 👉 
 v i s i t   o u r   w e b s i t e 👉 
 s u b s c r i b e   t o   o u r   l i n k 👉 
 
 w o m e n   d r e s s   r h o b h   m a f s   l i n d s e y   c a v s   l s s o n l i n e m a r t   l s s t r e n d s  
c h e c k   o u t   📌   m e s s a g e s   o n   o u r   c h a n n e l   i n   t h e     d i s c o r d   f o r   i n f o   o n : 
 
 🎉   o p e n i n g   n i g h t   s u i t e 
 🎟 ️   l o w e r   b o w l   h o m e   g a m e   t i x 
 🗺 ️   r o a d   g a m e   t i x   f o r   n o n - l o c a l s 
 🌎   l e a g u e   p a s s   f o r   i n t e r n a t i o n a l s 
 
 c a v s   f a n s ,   t h i s   i s   f o r   y o u   😤 
 
 n b a t o p s h o t t h i s   l e t e m k n o w
s h a r i f e   c o o p e r   ( c a v s   d e b u t )   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c a v s p r e s e a s o n   c l e v e l a n d c a v s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   n b a   n b a 2 k 2 3   p h i l a d e l p h i a 7 6 e r s   s h a r i f e c o o p e r   s h a r i f e c o o p e r a o t   s h a r i f e c o o p e r a u b u r n  
  i   t h i n k   i f   w e   c a n   a c q u i r e   h i m   f o r   c h e a p ,   i ’ m   a l l   f o r   i t . 
 
 b u t   a s   o f   r i g h t   n o w ,   t h e   c a v s   d o n ’ t   b e l i e v e   t h i s ,   a n d   t h e r e   h a s n ’ t   b e e n   m u c h ,   i f   a n y   t a l k s   b e t w e e n   t h e   t w o   s i d e s   t h e   l a s t   i   h e a r d . 
 
 t h e n   a g a i n ,   i   h a v e n ’ t   c h e c k e d   i n   a w h i l e   s o   t h e   d e a l   c o u l d   h a p p e n   t o m o r r o w .   😂 😂
d o n o v a n   m i t c h e l l   d e b u t !   c l e v e l a n d   . . . 
   
 
   
 c a v s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s h i g h l i g h t s   c l e v e l a n d c a v a l i e r s n e w s   c l e v e l a n d c a v a l i e r s v s p h i l a d e l p h i a 7 6 e r s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l c a v s d e b u t   e a s t e r n c o n f e r e n c e   n b a  
  a l s o   s h o u l d   b e   n o t e d .   a s   f a r   a s   i ’ v e   b e e n   t o l d ,   t h e   c a v s   a r e   n o t   a c t i v e l y   t a l k i n g   t o   t h e   s u n s   a b o u t   j a e   c r o w d e r .
🚨   d y n a m i c   d u o   🚨 
 
 🔥   l e b r o n   x   k y r i e   🔥 
 
 c a n ' t   w a i t   f o r   t o m o r r o w   😤 😤 
 
 n b a t o p s h o t t h i s   l e t e m k n o w   c a v s   
 
 ( s o r r y     😉 )  
_   d i s h e s   o n   h i s   o n e   s t u d   a n d   o n e   d u d   f o r   t h e   c a v s   i n   t h e i r   c l o s e   p r e s e a s o n   l o s s   t o   t h e   s i x e r s   o n   w e d n e s d a y .     l e t e m k n o w
i m a g i n e   i f   v i c t o r w e m b a n y a m a   w a s   t h e   c a v s   a n d   w a s   a p a r t   o f   t h e   t a l l   b a l l   l i n e u p !   n b a   c a v s   c l e v e l a n d c a v a l i e r s   c a v s 4 l i f e   l e t e m k n o w
  t h o u g h t   h e   d i d   w e l l .   h a v i n g   a   f o r w a r d   t h a t ’ s   6 ’ 9   o u t   t h e r e   g i v e s   y o u   a   n i c e   a d v a n t a g e   f o r   t h e   c a v s .   
 
 p u t t i n g   u p   8 p t s   a n d   3 r e b s   o n   4 / 5   s h o o t i n g   l a s t   n i g h t   w a s   d e f i n i t e l y   n i c e   t o   s e e .   t h o u g h t   h e   w a s   g o o d   d e f e n s i v e l y ,   t o o   w i t h   3 b l k s   & a m p ;   2 s t l s . 
 
 g o t t t a   k e e p   i t   g o i n g   t h o .   
 
 l e t e m k n o w
s e l l i n g   i n   c r y p t o :   w h e n   i s   t h e   r i g h t   t i m e   t o   s e l l ?   f e a t u r i n g     
   v i a     
 c l e a r c r y p t o s   c r y p t o   s e l l i n g   t a k e p r o f i t s   p r o f i t   e t h e r e u m   b i t c o i n   a l t c o i n s   b n b   t r a d i n g   c a v s   r h o b h   p o r t f o l i o
d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l   i m p r e s s   i n   c a v s   l o s s .   
 n b a   l e t e m k n o w   c a v s   

y e s t e r d a y   p r e   s e a s o n   g a m e   g o t   m e   h y p e   f o r   t h e   s e a s o n   i t ’ s   r e a l l y   f i n n a   b e   f u n   t h e l a n d   c a v s
l a s t   w e e k e n d ,   c a v s   h o s t e d   t h e i r   i n a u g u r a l   w i n e   a n d   g o l d   g a l a .   
 
 t h e   n e w   f u n d r a i s i n g   r a i s e d   n e a r l y   $ 7 0 0 , 0 0 0 .   
 
 e v e r y   d o l l a r   r a i s e d   w i l l   g o   s t r a i g h t   b a c k   i n t o   t h e   c o m m u n i t y   t h r o u g h   a n n u a l   g r a n t s   g i v e n   t o   g r a n t e e s   o f   t h e   c a v a l i e r s   c o m m u n i t y   f o u n d a t i o n . 
 

r e c o g n i t i o n ,   r e w a r d ,   f u l f i l l m e n t ,   f u n ,   n e w   f r i e n d s h i p s ,   t h e s e   a r e   a l l   a t   y o u r   f i n g e r t i p s   i f   y o u   c h o o s e   t o   v o l u n t e e r   w i t h   c a v s .   
 f i n d   o u t   m o r e   a b o u t   t h e   a m a z i n g   o p p o r t u n i t i e s   w e   c a n   o f f e r   b y   c a l l i n g   o r   e m a i l i n g   u s .   b e t t e r t o g e t h e r c a v s  
a   l o o k   b a c k   a t   t h e   2 0 0 8 - 0 9   e a s t e r n   c o n f e r e n c e   s t a n d i n g s   ( 1 - 8 ) :   👀 📈 
 
 c a v s :   6 6 - 1 6 
 c e l t i c s :   6 2 - 2 0 
 m a g i c :   5 9 - 2 3 
 h a w k s :   4 7 - 3 5 
 h e a t :   4 3 - 3 9 
 s i x e r s :   4 1 - 4 1 
 b u l l s :   4 1 - 4 1 
 p i s t o n s :   3 9 - 4 3 
 
 t h e   m a g i c   w o n   t h e   c o n f e r e n c e   a n d   w e n t   a l l   t h e   w a y   t o   t h e   f i n a l s .   💪  
w h o ’ s   t h e   m o s t   i n t r i g u i n g   t e a m   i n   t h e   e a s t ? 🤔   c l e v e l a n d   o r   a t l a n t a   o r   m i n n e s o t a ?   n b a   c a v s   h a w k s   t i m b e r w o l v e s     p r e s e a s o n   n b a 2 0 2 3
t h e   d e b u t   o f   t h e   c a v s   b a c k c o u r t   d u o   f e a t u r i n g   d o n o v a n   m i t c h e l l   & a m p ;   d a r i u s   g a r l a n d   s h o u l d   h a v e   a   l o t   o f   f a n s   i n   c l e v e l a n d   e x c i t e d . 
 
   |    
s p i d a l a n d   🕷 ️ 🌆 
 
 l e t e m k n o w 
 c a v s  
t h e     i n t e r n a t i o n a l   c o n f e r e n c e   o n   i n t e l l i g e n t   t r a n s p o r t a t i o n   s y s t e m s   i s   u n d e r w a y   a n d   t h e r e   i s   a n   o n l i n e   w o r k s h o p   c e n t e r e d   a r o u n d   t h e   s a f e t y   v a l i d a t i o n   o f   c a v s . 
 
 j o i n   t h e   d i s c u s s i o n   t o m o r r o w ,   o c t o b e r   7 t h ,   a t   8 : 0 0   p m   e t :    
l o t s   o f   t a l k   a t   c a v s   p r a c t i c e   a b o u t   t h e   f l o w   & a m p ;   r h y t h m   l a s t   n i g h t : 
 
 c a r i s   l e v e r t :   " t h e r e   w a s   a   l o t   o f   s p a c e . . . i t ' s   k i n d   o f   p i c k   y o u r   p o i s o n . . . w e   e n j o y   s h a r i n g   t h e   b a l l . . . t h a t   a l l o w s   u s   t o   b e   p a t i e n t   & a m p ;   n o t   r e a l l y   c a r r y   a   b i g   b u r d e n .   i   t h i n k   a l l   o f   u s   g o t   e a s y   l o o k s   l a s t   n i g h t . "
c a v s   b i g   m a n   d e a n   w a d e   e x p r e s s e d   s i m i l a r   s e n t i m e n t s   t o   m e .   w i l l   s h a r e   t h e   f u l l   c l i p   s o o n !  
c a v s   s w i n g m a n   c a r i s   l e v e r t   d e s c r i b e d   y e s t e r d a y ’ s   g a m e   a g a i n s t   t h e   s i x e r s   a s   “ f r e e   f l o w i n g ”   c o m p a r e d   t o   h o w   i t ’ s   b e e n   i n   t r a i n i n g   c a m p . 
 
 h e   n o t e s   t h a t   c l e v e l a n d   i s   r e a l l y   g o o d   d e f e n s i v e l y   s o   h e   h a s n ’ t   g o t t e n   a   l o t   o f   e a s i e r   l o o k s   l i k e   l a s t   n i g h t .
h a p p y   n a t i o n a l   c o a c h e s   d a y !   w h i c h   c o a c h   i s   y o u r   f a v o r i t e ? !   p h o t o s :   c l e v e l a n d d o t c o m   c a v s  
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s h a r e d   w i t h   m e   t h a t   i s a a c   o k o r o   i s   “ b u i l t   l i k e   a   m a c h i n e ”   a n d   t h e y   w a n t   h i m   a t t a c k i n g   o p p o n e n t s   o n   t h e   i n t e r i o r   w h i l e   o n   o f f e n s e   a n d   y o u   s a w   a   b i t   o f   t h a t   a g a i n s t   t h e   s i x e r s   l a s t   n i g h t .
w e   d i d n ' t   s e e   a   l o t   o f   f r o m   o k o r o   o r   s t e v e n s   l a s t   n i g h t .   w a s   r e a l l y   h o p i n g   f o r   b i g   j u m p s   i n   s h o o t i n g   a b i l i t y   t h i s   y e a r .   g o o d   s l a s h e r s   b u t   n e e d   t o   b e   a b l e   t o   m a k e   o p e n   s h o t s   c a v s
a n o t h e r   c a v s   p r a c t i c e ,   a n o t h e r   c h a n c e   t o   c h e c k   o u t   r i c k y   r u b i o ’ s   r e h a b   a n d   r e c o v e r y . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
i ' m   s t i l l   v e r y   c u r i o u s   w i t h   c e d i   o s m a n ' s   f i t   o n   t h i s   t e a m .   g o o d   s h o o t e r   b u t   c a n   p l a y   o u t   o f   c o n t r o l   i n   t h e   o f f e n s e .   a l m o s t   w o u l d   r a t h e r   s e e   l a m a r   s t e v e n ' s   g e t   t h e   n o d   c a v s
h o n e s t   e x p e c t a t i o n s   f o r   t h e   c l e v e l a n d   c a v s   t h i s   s e a s o n ?
m o n t r e z l   h a r r e l l ,   a f t e r   b e a t i n g   t h e   c a v s   3 r d   s t r i n g e r s   i n   a   p r e s e a s o n   g a m e .  
m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   a l o n g   w i t h   s e l e c t   p l a y e r s   s o o n . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
o b s e r v a t i o n s   a f t e r   t h e   f i r s t   p r e s e a s o n   g a m e :   l e v e r t   a t   s f   c a n   w o r k   w e l l ;   m a m a d i   d i a k i t i   a n d   i s a i a h   m o b l e y   s h o u l d   b e   i n   r o t a t i o n ;   o s m a n   a n d   s t e v e n s   s h o u l d   b e   o u t ;   a n d   c a v s   a r e   l e g i t i m a t e   t i t l e   t h r e a t   t h i s   y e a r .
t h e   c a v s   m i g h t ’ v e   d r o p p e d   l a s t   n i g h t ’ s   g a m e   b u t   d a m n   d o e s   t h e   f u t u r e   l o o k   b r i g h t . 
 
   a n d     b r e a k   i t   a l l   d o w n .   p r o d u c e d   b y   ! 
 
 📺 :   
 🎧 :    
  a p p r e c i a t e   y o u   t a k i n g   a   s e c o n d   t o   m a k e   l i f e t i m e   m o m e n t   🤝 🏾 🕷 🕷 🕷 🕷 🕷 🕷 🕷 🕷 🕷 🕷 🕷 🕷 c a v s   c l e v e l a n d   d o n o v a n m i t c h e l l   s i x e r s c a v s   n b a p r e s e a s o n  
t h e   s c r i m m a g e   w a s   o r i g i n a l l y   s c h e d u l e d   f o r   1   p . m . ,   b u t   t h e   c a v s   o p t e d   t o   m o v e   i t   u p   t w o   h o u r s   t o   a l l o w   f a n s   t o   w a t c h   b o t h   g a m e s .   d o o r s   a t   t h e   w o l s t e i n   c e n t e r   w i l l   o p e n   a t   1 0   a . m .  
s a v i n g   m y   t h o u g h t s   o n   t h e   c a v s   f o r   t h e     p o d c a s t   l a t e r ,   b u t   m i t c h e l l   a n d   g a r l a n d   l o o k e d   g r e a t ,   a n d   w e   a r e   g o i n g   t o   h a v e   a   a   c r a z y   b a t t l e   t o   s e e   w h o   s t a r t s   a t   s m a l l   f o r w a r d .
i m a g i n e   h a t i n g   o n   a   p l a y e r   b e c a u s e   h e   p l a y s   t h e   r o l e   t h e   t e a m   n e e d s   h i m   t o   p e r f e c t l y   a n d   g o t   a n   a l l   s t a r   n o d   b e c a u s e   o f   i t   a n d   c a l l i n g   y o u r   s e l f   a   c a v s   f a n   l o l  
t h e   c a v s   h a v e   m o v e d   t h e i r   w i n e   a n d   g o l d   s c r i m m a g e   u p   t o   a n   1 1   a . m .   s t a r t   t i m e   o n   s a t u r d a y .  
d i s s e c t i n g   7 6 e r s '   v i c t o r y   o v e r   c a v s ,   m a x e y ' s   p r e s e a s o n   d o m i n a n c e ,     e m b i i . . .     v i a  
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c
e p i s o d e   5   o f   t h e     i s   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s ! 
 c l e v e l a n d b r o w n s   c l e v e l a n d   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   p o d c a s t   b r o w n s   n f l   m l b   n b a   f o r t h e l a n d   t h e l a n d  
i c y m i :   s h a r i f e   c o o p e r   h a d   1 1   p o i n t s   i n   9   m i n u t e s   i n   h i s   c a v s   d e b u t   🔥 
 
 c a v s   l e t e m k n o w 
 s u b s c r i b e :    
s e e i n g   r o b i n   l o p e z   i n   a   c a v s   u n i f o r m   l a s t   n i g h t   b r o u g h t   b a c k   m e m o r i e s   o f   a n d e r s o n   v a r a j a o .
s h a r e   y o u r   p r e d i c t i o n s   f o r   t h e   c a v s   t h i s   s e a s o n   a f t e r   t h e i r   f i r s t   g a m e   l a s t   n i g h t ! ! 
 
 a n d   y e s   t h i s   i s   s h a m e l e s s l y   r i p p e d   f r o m   t h e   a m a z i n g     c r e w   👊 
 
 i t ' s   o n l y   o n e   g a m e   b u t   _ _ _ _ _ _ _ _ _ _ _ _ .
  v e r y   " i m p r e s s i v e "     t h e   c a v s   w i t h o u t   t h e i r   b i g   m a n ,   t h i s   i s   g o i n g   t o   b e   a n d   e x c i t i n g   y e a r ,   t h e   🕷   i s   t h e   t r u t h ! ! 🏀 
 b r o w n s   t h e   s u b j e c t   m a t t e r   s h o u l d   b e   " p l a y   a c t i o n "   r u n   y o u r   d a w g s ! ! 🏈 
 f o r t h e l a n d     l e t ' s   t a k e   c a r e   o f   t h e   r a y s ! !   s t a y   f o c u s e d . . ⚾
w i s e   m o v e   f r o m   t h e   c a v s   t o   m o v e   t h e   w & a m p ; g   s c r i m m a g e   t o   a n   e a r l i e r   t i m e .  
  b e s t   1   & a m p ;   2   g u a r d s   o n   t h e   c a v s   s i n c e   p r i c e   a n d   h a r p e r .   g o i n g   t o   b e   a   g r e a t   y e a r .
r i c k y   r u b i o   b e l i e v e s   i n   c a v s ,   r e t u r n e d   f o r   ' u n f i n i s h e d   b u s i n e s s '  
d a v e y   p a r t n e r e d   w /     t o   m a k e   n o r t h e a s t o h i o   g r e e n e r   b y   p l a n t i n g   a   t r e e   f o r   e v e r y   3 - p o i n t   s h o t   m a d e   d u r i n g   t h e   2 0 2 1 - 2 2   s e a s o n .   t h e   c a v s   e n d e d   t h e   s e a s o n   w i t h   9 5 3   3 - p o i n t   s h o t s   & a m p ;   9 5 3   t r e e s 4 t h r e e s !   t o d a y ,   3 4 5   t r e e s   a r e   b e i n g   d i s t r i b u t e d   t o   2 0   l o c a l   c o m m u n i t y   o r g a n i z a t i o n s .  
i   l o o o o o v e   m e   s o m e   d o u b l e   d ’ s …   a s   i n   d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l   c a v s
d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l   i m p r e s s   i n   c a v s   l o s s .   
 n b a   l e t e m k n o w   c a v s   

i c y m i :   b a c k c o u r t   d u o   o f   d o n o v a n   m i t c h e l l ,   d a r i u s   g a r l a n d   s h i n e   i n   c a v s '   p r e s e a s o n   o p e n e r     v i a  
a n d   r e a c t i o n   t o   d o n o v a n   m i t c h e l l ' s   c a v s   d e b u t   ( i t ' s   e a r l y   g u y s ,   m y   b a d )
o n l y   p l a y e r s   t o   a v e r a g e   2 7 +   p p g   b e f o r e   t u r n i n g   2 1 : 
 
 l e b r o n   j a m e s 
 l u k a   d o n c i c 
 z i o n   w i l l i a m s o n 
 
 e x c l u s i v e   c l u b .   💯 
 
 c a v s   m a v s   p e l i c a n s   n b a  
e p i s o d e   5   o f   t h e   b u r n i n g r i v e r s p o r t s c a s t   i s   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s ! 
 
 c l e v e l a n d b r o w n s   c l e v e l a n d   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   g u a r d s   g u a r d i a n s   p o d c a s t   b r o w n s   n f l   m l b   n b a   f o r t h e l a n d   t h e l a n d  
s p o r t s   a t   : 1 5   & a m p ;   : 4 5   g u a r d i a n s   ( 9 2 - 7 0 )   h o s t   r a y s   1 2 : 0 7   f r i d a y                 c a v s   m i t c h e l l   d e b u t s ,   b r o w n s   l a t e s t   o n   g a r r e t t .                                                                                                                                    
“ i t   w a s   f u n ,   i t   w a s   e a s y ” 
 
 c a v s   d a r i u s   g a r l a n d   & a m p ;   d o n o v a n   m i t c h e l l   h a v e   b e e n   b u i l d i n g   t h e i r   b o n d   s i n c e   m i t c h e l l ’ s   a r r i v a l   -   a   b o n d   t h a t   w i l l   d e t e r m i n e   h o w   f a r   t h i s   t e a m   g o e s .   l a s t   n i g h t ,   f o r   t h e   f i r s t   t i m e   a g a i n s t   a n   n b a   o p p o n e n t ,   t h e   f i t   l o o k e d   s e a m l e s s 
 

c a v s   g o n n a   b e   m a k i n g   i t   r a i n   a l l l l l l   s e a s o n 
 
  
h o w   d i d   t h e   c a v s   d o   l a s t   n i g h t ?   c l o s e d   u p   t h e   s h o p   a n d   w a s   t o o   t i r e d   w h e n   i   g o t   h o m e   t o   c h e c k   o u t   t h e   g a m e
n e w   v i d e o   t o   w a t c h : 
 
 " d o n o v a n   m i t c h e l l   d e b u t !   c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   p r e s e a s o n   * r e a c t i o n * "   
 
 c r e a t o r :     p o s t   u p   v i d e o s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " 2 0 2 2   n b a   p r e s e a s o n   |   p h i l a d e l p i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   |   f u l l   g a m e   h i g l i g h t s   o c t o b e r   5   2 0 2 2 "   
 
 c r e a t o r :     a l l t r e n d t v 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 t y r e s e   m a x e y 
 
 2 1   p t s ,   8 2 %   f g m ,   3 - 3   3 p t 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 d o n o v a n   m i t c h e l l 
 
 1 6   p t s ,   5   a s t ,   7 5 %   3 p t 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 m o n t r e z l   h a r r e l l   . .   g a m e   w i n n e r 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 m o n t r e z l   h a r r e l l 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 r o b i n   l o p e z 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 d e ’ a n t h o n y   m e l t o n 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a m e s   h a r d e n 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 t y r e s e   m a x e y 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j o e l   e m b i i d   p t . 2 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a r r e t t   a l l e n 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 d o n o v a n   m i t c h e l l   f i r s t   2 0 2 2 - 2 3   b u c k e t 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 

  @ _ b i g m i k e 2 7   h a d   j u s t   m o v e d   b a c k   t o   o h i o 
 e v e r y o n e   i n   c l e v e l a n d   w a s   e c s t a t i c !   c a v s   h a d   b r o u g h t   t h e   n b a   c h a m p i o n s h i p   h o m e ! 
 w e   h a d   a   r e a l   p r e s i d e n t   w h o   t o l d 
 j r s m i t h   t o   p u t   h i s   s h i r t   b a c k   o n ! 
 t o t a l l y   a g r e e   
 f a n t a s t i c   m e m o r i e s !
n o b o d y   w i t h   t h e   c a v s   h a s   e v e r   d o u b t e d   t h e   v i a b i l i t y   o f   t h e   d a r i u s   g a r l a n d - d o n o v a n   m i t c h e l l   p a i r i n g .   a n d   w e d n e s d a y ' s   p r e s e a s o n   o p e n e r   ( w i t h   a l l   t h e   u s u a l   q u a l i f i e r s )   h e l p e d   s h o w   w h y 
 
 " i t   w a s   p r e t t y   s e a m l e s s   t h e   w a y   t h e y   p l a y e d   t o g e t h e r " 
 

i s a a c   o k o r o   i s   o n e   o f   m y   f a v o r i t e   p l a y e r s   o n   t h e   c a v s   l e t e m k n o w
c a v s   a r e   n o t   a   p h y s i c a l   t e a m .   t h e y   n e e d   a   b a n g e r   i n   t h e   m i d d l e .   s o m e o n e   w h o   c a n   p u t   a   b o d y   o n   s o m e o n e .   c a v s
s o m e   q u i c k   o b s e r v a t i o n s   o f f   o f   c a v s   p r e s e a s o n   l o s s   t o   t h e   s i x e r s : 
 
 - a   f i r s t   l o o k   a t   t h e   b a c k c o u r t   o f   d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l 
 - c a r i s   l e v e r t   g e t s   f i r s t   s h o t   a t   s t a r t i n g   s m a l l   f o r w a r d 

t h a t   w a s   a   🔥   p r e   s e a s o n   b a s k e t b a l l   g a m e   g o   c a v s   g o   7 6 s
o u r   t v   j u s t   s t a r t e d   d o i n g   t h i s   d u r i n g   t h e   c a v s :  
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
a r e   y o u   l o o k i n g   f o r   a n   e x p e r t   t o   p r o m o t e   y o u r   e b o o k s   c l i c k   h e r e   n o w   t o   c o n t a c t   m e   
 
 l e s b i a n s   a b b o t t e l e m e n t a r y   r h o b h   d r a y m o n d   a e w d y n a m i t e   m a f s   j a n i n e   h a u s e r   s u r v i v o r   g a y s   s t e p h e n v o g t   m a x e y   c a v s   l i n d s e y 
  
  i   c a n ’ t   w a i t   f o r   t h e   s t a r t   “ t h e   l a n d ”   c a v s
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s s a n d i e g o   w e b s i t e   
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e
a r e   y o u   l o o k i n g   f o r   a n   e b a y   e x p e r t   t o   p r o m o t e   y o u r   s t o r e   l , 
 k i n d l y   c o n t a c t   n o w   
 
 l e s b i a n s   a b b o t t e l e m e n t a r y   r h o b h   d r a y m o n d   a e w d y n a m i t e   m a f s   j a n i n e   h a u s e r   s u r v i v o r   g a y s   s t e p h e n v o g t   m a x e y   c a v s   l i n d s e y    
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a n   e x p e f o r   y o u r   3 d   a n i m a t i o n   v i d e o ,   a n d   c h a r a c t e r   m o d e l l i n g   t o d a y 
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
😰   t h e m   c a v s   c a m e   o u t   s h o o t i n g   f l a m e s   t o n i g h t .   t h e y   g o n n a   b e   a   p r o b l e m   i n   t h e   e a s t .   t h e y   h a v e   y o u n g   h u n g r y   t a l e n t e d   p l a y e r s !   g o   7 6 e r s
s h a r i f e   c o o p e r   ( c a v s   d e b u t )   v s .   p h i l a d e l p h i a   7 6 e r s   ( 1 0 • 5 • 2 2 )   c a v s 
  
h i r e   a     p r o f e s s i o n a l   g h o s t w r i t e r   t o   w r i t e   a n d   c o m p l e t e   y o u r   e b o o k   f o r   y o u   
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
g o o d   1 s t   p r e s e a s o n   g a m e   f o r   t h e   c a v s   l o o k e d   l i k e   b o t h   t e a m s   w e r e   t r y i n g   t o   s h o w   t h e i r   d o m i n a n c e   i n   t h e   1 s t   h a l f   a n d   i t   e n d e d   i n   a   d r a w .   m i t c h e l l   l o o k s   l i k e   h e ' l l   f i t   i n   w i t h   t h i s   t e a m .
h i r e   a n   e x p e f o r   y o u r   3 d   a n i m a t i o n   v i d e o ,   a n d   c h a r a c t e r   m o d e l l i n g   t o d a y 
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
a r e   y o u   t i r e d   o f   l o w   s a l e   i n   y o u r   s t o r e ?   c l i c k   o n   t h e   l i n k   b e l o w   t o   g e t   m o r e   s a l e s   o n   s o c i a l   m e d i a   m e d i a 
 l e s b i a n s   a b b o t t e l e m e n t a r y   r h o b h   d r a y m o n d   a e w d y n a m i t e   m a f s   j a n i n e   h a u s e r   s u r v i v o r   g a y s   s t e p h e n v o g t   m a x e y   c a v s   l i n d s e y 
 
  
a s   a   7 6 e r s   f a n   i   m u s t   g i v e   p r o p s   t o   t h e   c a v s   o r g a n i z a t i o n .   t h e y   d i d   a   h e c k   o f   a   j o b   r e b u i l d i n g   a   w i n n e r !   t h e i r   t e a m s   s u p e r i o r   t o   l e b r o n   n o w .   c a v s   g o n n a   b e   a   f o r c e   t o   r e c k o n   w i t h .   g o   s i x e r s !
d o n o v a n   m i t c h e l l   w i t h   t h e   3 !   👀 
 
 n b a p r e s e a s o n   c a v s   7 6 e r s 

h i r e   a   n   e x p e f o r   y o u r   3 d   a n i m a t i o n   v i d e o ,   a n d   c h a r a c t e r   m o d e l l i n g   
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a     p r o f e s s i o n a l   g h o s t w r i t e r   t o   w r i t e   a n d   c o m p l e t e   y o u r   e b o o k   f o r   y o u   
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e l
h i r e   a     p r o f e s s i o n a l   g h o s t w r i t e r   t o   w r i t e   a n d   c o m p l e t e   y o u r   e b o o k   f o r   y o u   
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a     p r o f e s s i o n a l   g h o s t w r i t e r   t o   w r i t e   a n d   c o m p l e t e   y o u r   e b o o k   f o r   y o u   
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
c l i c k   h e r e   n o w   t o   g e t   m o r e   s a l e s   i n   y o u r   e t s y   s t o r e 
 
 
 l e s b i a n s   a b b o t t e l e m e n t a r y   r h o b h   d r a y m o n d   a e w d y n a m i t e   m a f s   j a n i n e   h a u s e r   s u r v i v o r   g a y s   s t e p h e n v o g t   m a x e y   c a v s   l i n d s e y       e t s y s h o p 
 e t s y v i n t a g e   e t s y s t a r s e l l e r
t h e   c o m p e t i t i o n   a t   t h e   3   w i l l   m a k e   t h i s   t e a m   b e t t e r . . . a n d   t h e   b e n c h   p l a y e r s   a r e   g o n n a   h a v e   t o   g r i n d   f o r   m i n u t e s . . . . i   l o v e   i t .   
 
 b r a v o   t o   k o b y .   n o   t r a d e s   p l e a s e ,   l e t ' s   r o l l .   
 
 l a s t l y ,   t h a n k s   d a n . . . a s   a l w a y s ,   f o r   a l l   y o u   d o   f o r   u s   f a n s . . .   c a v s
c a v s   d o n o v a n   m i t c h e l l   i n t e r r u p t s   d a r i u s   g a r l a n d   t a l k i n g   a b o u t   a n o t h e r   p l a y e r ' s   a g e   i n   t h e   p o s t g a m e   p r e s s   c o n f e r e n c e   a n d   s a y s ,   " b r o ,   y o u ' r e   l i k e   1 2   y e a r s   o l d . "
w e l l ,   i t   t o o k   1   h a l f   o f   p r e s e a s o n   b a s k e t b a l l   t o   u n d e r s t a n d   w h y   m i t c h e l l   w o r k s   a n d   s e x t o n   d i d n ' t .   h e   a n d   d g   c o m p l e m e n t   v e r y   w e l l 
 
 l o v e   c o u l d   p o t e n t i a l l y   b e   s t a r t e r   a t   t h e   3   o f f e n s i v e l y   a l l o w i n g   m o b l e y   t o   g u a r d   t h e   o t h e r   t e a m ' s   3   d e f e n s i v e l y 
 
 v e r y   t a l e n t e d   b e n c h   =   f r e s h   l e g s   c a v s
j a m e s   h a r d e n 👀   7 6 e r s   c a v s   h a r d e n  
c o u l d n ’ t   w a t c h   t h e   c a v s   g a m e .   c a n   s o m e b o d y   b r i e f l y   t e l l   m e   w h o   l o o k e d   g o o d ,   w h o   l o o k e d   b a d ,   e t c ?   t h a n k s !
i   d o n ' t   c a r e   t h a t   t h e   c a v s   l o s t .     t h a t   f i r s t   h a l f   w a s   f u n   t o   w a t c h .     m i t c h e l l   a n d   g a r l a n d   a r e   g o i n g   t o   b e   a   d y n a m i c   d u o .
m a n n n n … a b o u t   1 5   m i n u t e s   o f   d o n o v a n   m i t c h e l l   o n   t h e   c a v s ,   e v e n   w i t h o u t   e v a n   m o b l e y ,   a n d   i   a m   r e a d y   f o r   t h e   s e a s o n .   t h i s   i s   g o i n g   t o   b e   f u n !
t h e   c a v s   n e w - l o o k   b a c k   c o u r t   o f   g a r l a n d   a n d   m i t c h e l l   c o m b i n e d   f o r   2 8   p o i n t s   a n d   9   a s s i s t s   i n   t h e   f i r s t   h a l f .    
d o e s   a n y o n e   k n o w   w h y   t h e   c a v s   a r e   w e a r i n g   6   o n   t h e i r   j e r s e y s ?
w h y   i s n ' t   t h e r e   a n y   d o n o v a n   m i t c h e l l   s w i n g m a n   j e r s e y s   o n     ?   c a v s
b a c k c o u r t   d u o   o f   d o n o v a n   m i t c h e l l ,   d a r i u s   g a r l a n d   s h i n e   i n   c a v s '   p r e s e a s o n   o p e n e r     v i a  
i   l i k e   l e v e r t   a n d   m i t c h e l l   t o g e t h e r   w h e n   g a r l a n d   r e s t s .   c a v s
d o n o v a n   m i t c h e l l   l o o k e d   g o o d   i n   h i s   c a v s   d e b u t ,   t h e   c a v s   l o o k   l i k e   t h e y   m i g h t   s h o o t   m o r e   3 - p o i n t e r s   t h i s   y e a r ,   a n d   h o w   m u c h   s h o u l d   b e   r e a d   i n t o   c a r i s   l e v e r t   s t a r t i n g   a t   s m a l l   f o r w a r d   t o n i g h t ?   m y   o b s e r v a t i o n s   f r o m   t h e   p r e s e a s o n   o p e n e r   i n   p h i l l y .  
n o t a b l e   n u m b e r s   o f f   t h e   b e n c h   t o n i g h t   v s   t h e   7 6 e r s : 
 
 d e a n   w a d e : 
 1 1   p t s 
 5   r e b 
 3 - 5   3 p t 
 
 s h a r i f e   c o o p e r : 
 1 1   p t s 
 5 - 7   f g 
 1 - 2   3 p t 
 
 m a m a d i   d i a k i t e : 
 8   p t s 
 4   b l k 
 2   s t l 
 4 - 5   f g 
 
 r a u l   n e t o : 
 1 2   p t s 
 2   r e b 
 2   a s t 
 
 c a v s   l e t e m k n o w  
t h e   c a v s   t o o k   t h e   l …   b u t   d o n o v a n   m i t c h e l l   a n d   d a r i u s   g a r l a n d   c o m b i n e d   f o r   2 8   p o i n t s   a n d   9   a s s i s t s   i n   t h e   f i r s t   h a l f .  
s i g n   m a m a d i   d i a k i t e   t o   a   2   w a y   d e a l   a s a p   i   n e e d   h i m   o n   t h i s   t e a m   f o r   t h e   f o r e s e e a b l e   f u t u r e   i f   h e ’ s   f l a s h i n g   l i k e   t h a t   c a v s   l e t e m k n o w
n e w - l o o k   c a v s   p r o v i d e   p r e v i e w   o f   p o t e n t i a l   i n   p r e s e a s o n   o p e n e r .   
 

g o o d   t o   w a t c h     b a s k e t b a l l   t o n i g h t .   m i t c h e l l ,   g a r l a n d ,   a n d   l o v e   c a m e   r e a d y   t o   b a l l   t o n i g h t ! !   l o s t   a   c l o s e   o n e ,   b u t   w e   a r e   l e a r n i n g   w h e r e   t o   p u t   t h e   p i e c e s .   c a v s   l e t e m k n o w   a l l i n c l e
h a l l a n d 
 
 a e w d y n a m i t e   r h o b h   s u r v i v o r   a d i d a e r o   
 r i n n a   m a f s   a n d r a d e   t h e m a s k e d s i n g e r 
 w a r d l o w   g a r c e l l e   c a v s   b r i a n c a g e   m a x e y   y u t a   b r a v e s t w i t t e r t a k e o v e r   a l w a y s l a   l e s b i a n s   l o g a n p a u l   j e f f m c n e i l   r e a l l y a n n o y i n g c u r s e   b i r d l a n d   s a u d i s   r e e c e j a m e s
f u n   f i r s t   o n e   i n   p h i l l y ,   b u t   c a v s   f a l l   s h o r t ,   1 1 3 - 1 1 2 ;   s t a r t e r s   i m p r e s s i v e   i n   1 h ,   s e c o n d   u n i t   s o l i d   a f t e r   h a l f ;   m i t c h e l l ,   g a m e - h i   1 6 p t s ,   5 a s s t ,   6 - 9 f g ,   3 - 4   3 p t f g ;   g a r l a n d ,   1 2 p t s ,   4 - 7 f g ,   4 a s s t ;   n e t o ,   1 2 p t s ;   w a d e ,   1 1 p t s ,   3 - 5   3 p t f g ;   s h a r i f e   c o o p e r ,   1 1 p t s ,   5 - 7 f g ,   d i a k i t e ,   8 p t s ,   4 b l k .  
s h a r i f e   c o o p e r   h a s   a   n i c e   f e e l   f o r   t h e   g a m e .   h o p e   w e   c a n   f i n d   a   w a y   t o   k e e p   h i m .   c o u l d   f i l l   g o d w i n ’ s   r o l e   f r o m   l a s t   y e a r .   c a v s
t h e   c a v s   d r o p p e d   t h e i r   p r e s e a s o n   o p e n e r   t o   t h e   7 6 e r s   b u t   t h e   n e w - l o o k   b a c k c o u r t   o f   d o n o v a n   m i t c h e l l   a n d   d a r i u s   g a r l a n d   c o m b i n e d   f o r   2 8   p o i n t s   a n d   9   a s s i s t s   i n   t h e   f i r s t   h a l f .  
k e v i n   l o v e   a t   t h e   4   s h o o t i n g   t h r e e s   w o r k s   s o   w e l l   w i t h   g a r l a n d   a n d   s p i d a   o n   t h e   f l o o r   d r a w i n g   s o   m u c h   a t t e n t i o n   c a v s
s i g n   c o o p e r !   h e ’ s   b e t t e r   t h e n   t h e   o t h e r   g u a r d   t h a t   h a s   a   t w o - w a y   a n d   n e t o   i n   m y   o p i n i o n   🤷 🏽 ‍ ♂ ️   c a v s
w h e n   w i l l   o h i o a n s   o n   m a i n   s t .   w a k e   u p   t o   b i t c o i n   ?   t h e   b u c k e y e s ,   b r o w n s ,   c a v s ,   b e n g a l s ,   b l u e j a c k e t s ,   c o l u m b u s c r e w   a t   t h e   e n d   o f   t h e   d a y   a r e   j u s t   f o r m s   o f   e n t e r t a i n m e n t .   h o w e v e r   1   d a y   t h e   l i v e l i h o o d   o f   y o u r   f a m i l y   w i l l   d e p e n d   o n   u n d e r s t a n d i n g   b i t c o i n .   d o   n o t   w a i t   a c t   t o d a y
c a v s   g o   f o r   t h e   w i n   i n   p h i l l y ,   a s   h i n t o n   h a d   a   g o o d   l o o k   i n   t h e   c o r n e r ,   b u t   m i s s e d   i t   -   a s   t h e y ’ l l   d r o p   t h e i r   f i r s t   p r e s e a s o n   b a l l g a m e   o n   t h e   r o a d   i n   p h i l l y   1 1 3 - 1 1 2   f i n a l . 
 
 s t a r t e r s   d i d   w e l l .   a s i d e   f r o m   d g   & a m p ;   s p i d a ,   a l l e n   h a d   5 p t s   a n d   2 r e b s .   l o v e   h a d   9 p t s   a n d   7 r e b s . 
 
 l e t e m k n o w
i t ’ s   p r e s e a s o n .   f e e l s   l i k e   m a y   t h o .   c a v s
n i c e   h u s t l e   i n   t h e   e n d   j u s t   c a m e   u p   s h o r t .   g o   c a v s ! ! !
w h a t   a   3 - p o i n t   s h o t   f r o m   s h a r i f e   c o o p e r   t h e r e   a t   t h e   e n d .   c a v s   f a l l   s h o r t   t o   s i x e r s   1 1 3 - 1 1 2   i n   t h e   p r e s e a s o n .
s t a r t i n g   s f   c a n t   b e   l e v e r t   h e   i s   n e e d e d   o n   b e n c h   a n d   f i t s   b e t t e r   t h e r e .   s o   a t   s f   w a d e   o r   s t e v e n s ?   w h o   d o   y o u   p i c k ?   c a v s   c l e v e l a n d c a v s
h a r r e l l   t a l k i n g   b i g   a n d   c e l e b r a t i n g   a   p r e s e a s o n   l a y u p   a g a i n s t   g   l e a g u e   p l a y e r s   l i k e   i t ’ s   t h e   n b a   f i n a l s …   😭 c a v s
m o n t r e z l   h a r r e l l   f l e x i n g   i n   a   p r e s e a s o n   g a m e   a g a i n s t   t h e   c a v s   t r a i n i n g   c a m p   i n v i t e s   i s   t h e   m o s t   m o n t r e z l   h a r r e l l   t h i n g   e v e r   l o l   c a v s
c ' m o n   n e w   g u y s ,   w e ' r e   t r y i n g   t o   w i n   a   g a m e   h e r e !   😂   c a v s
t h e r e   i s   a   p a t h   f o r   h i m   s t a y i n g   h e r e   w i t h   t h e   c a v s   a f t e r   c a m p / p r e s e a s o n .   
 
 b u t ,   a g a i n ,   h e ’ s   g o t t a   b a l l   o u t . 
 
 l e t e m k n o w  
i t ’ s   n i c e   t o   b e   e x c i t e d   a g a i n   a b o u t   a   c a v s   s e a s o n   s t a r t i n g .   l e t e m k n o w
i   a l s o   l o v e   t h e   j e r s e y s .   i   k n o w   s o m e   d o n ’ t ,   b u t   i   r e a l l y   l i k e   b o t h   t h e   h o m e   w h i t e s   a n d   t h e s e   a w a y   o n e s .   
 
 c a v s   a r e   t i e d   w i t h   p h i l l y   w i t h   3 0 . 9   l e f t   i n   t h e   4 t h   q u a r t e r   i n   t h e i r   f i r s t   p r e s e a s o n   b a l l g a m e . 
 
 l e t e m k n o w
d o n ’ t   s l e e p   o n   s t e v e n s   ,   h e   g o t   t o   g e t   i n   t h a t   r o t a t i o n   c a v s
p e r s o n a l l y ,   i ’ d   r e a l l y   l i k e   t o   s e e   c o o p e r   m a k e   t h i s   t e a m .   n o t   s u r e   i f   h e   w i l l ,   b u t   c o o p   w i l l   n e e d   t o   b a l l   o u t   a n d   f o r c e   t h e   f r o n t   o f f i c e s   h a n d   i f   h e   w a n t s   t o   s t i c k   a r o u n d . 
 
 c a v s   g o t   8 p t s ,   2 r e b s ,   o n   4 - o f - 6   s h o o t i n g   o n   t h e   n i g h t   s o   f a r   f r o m   c o o p e r .   
 
 l e t e m k n o w
8   p o i n t s   f o r   s h a r i f e   c o o p e r   i n   8   m i n u t e s .   c a v s
s e e i n g   s p i d a   a n d   g a r l a n d   s h i n e   t o n i g h t   i n   l i m i t e d   m i n u t e s   w a s   s u c h   a   g r e a t   t h i n g   t o   w i t n e s s . 
 
 c a v s   g o t   1 2 p t s   a n d   4 a s t   o u t t a   g a r l a n d ,   a n d   1 6 p t s ,   5 a s t ,   a n d   2 r e b s   o n   6 - o f - 9   s h o o t i n g   f r o m   m i t c h e l l   w a s   n i c e   t o   s e e . 
 
 l e v e r t   s t a r t e d   a t   t h e   3 ,   e n d e d   u p   w /   7 p t s   & a m p ;   3 a s t . 
 
 l e t e m k n o w
m o n t r e z l   h a r r e l l   j u s t   " b u r p e d   t h e   b a b y "   f o l l o w i n g   a   s t r o n g   a n d - 1 .   a n d   t h e   b a b y ,   i n   t h i s   c a s e ,   w a s   c a v s   m a m a d i   d i a k i t e
s i x e r s   b r o a d c a s t   h a s   b e e n   p r e t t y   c o m p l i m e n t a r y   o f   t h e   c a v s   t o n i g h t .   
 
 " b o t h   t h e s e   t e a m s   w i l l   b e   i n   t h e   e a s t e r n   c o n f e r e n c e   p l a y o f f s . "   -   s i x e r s   p l a y - b y - p l a y   a n n o u n c e r   .
d i a k i t e   l o o k s   l i k e   a   p l a y e r   c a v s
i ’ v e   d e c i d e d   i ’ m   o f f i c i a l l y   t e a m   s t a r t   d e a n   w a d e   c a v s
j u s t   a m a z i n g   s p i d e r - m a n   i s   i n   c l e v e l a n d   b a b y   c a v s  
f o r   n o w ,   i   t h i n k   w e   c a n   s a y   t h a t   t h e   c a v s   d o   n o t ,   i n   f a c t ,   h a v e   t h e   m o s t   o v e r r a t e d   b a c k c o u r t   i n   n b a   h i s t o r y .
s o   i   d o n ’ t   w a n t   t o   o v e r r e a c t ,   b u t   f r o m   w h a t   i   g a t h e r   m a m a d i   d i a k i t e   i s   b a s i c a l l y   g i a n n i s ? 
 
 c a v s
o u t   n o w 🔥     
 • 
 • 
 c a r d i b   n i c k i m i n a j   i c e s p i c e   j t   c a v s   t y r e s e m a x e y   j a m e s h a r d e n   n b a   n b a y o u n g b o y   n b a p r e s e a s o n   p n b r o c k   b e t h i p h o p a w a r d s   k a n y e w e s t   c h r i s e a n r o c k   b l u e f a c e   k o d a k b l a c k   l a t t o   t h e s h a d e r o o m   l i l u z i   p l a y b o i c a r t i   c h a r l e s t o n w h i t e   d a b a b y  
s i x e r s   v s .   c a v s   b o x   t h r u   t h r e e   q u a r t e r s  
t h e m   j e r s e y s   a r e   f i r e   m a n     c a v s .   s i m p l e   c l a s s i c .   i   l i k e   e m
  y e s !   c a v s   g o n n a   m a k e   s o m e   n o i s e   i n   t h e   n b a   l e t e m k n o w
c a v s   y a ,   i t ' s   p r e s e a s o n . .   i   l i k e   t h e   f e e l   o f   t h i s   t e a m .   s t a r t i n g   5   w i l l   h a v e   n o   i s s u e s   a n d   w i l l   c o m p e t e   w i t h   a n y   t e a m ' s   f i r s t   5 . .   b e n c h   i   t h i n k   i s   g o i n g   t o   s u r p r i s e   a l o t   o f   p e o p l e !   t h a t ' s   a   v e t e r e n   b e n c h . . l o v e ,   l o p e z ,   n e t o ( t i l l   r u b i o   i s   b a c k )   j u s t   g o n n a   b e   a   b i t   u n d e r s i z e d .
c a v s   a n d   j a z z   h a v e   t h e   s a m e   u n i f o r m s   b u t   d i f f e r e n t   c o l o r s   l o l
i   c a n n o t   r e m e m b e r   a   t i m e   w h e r e   t h e   c a v s   h a d   t h i s   m u c h   d e p t h .   1 2 +   d e e p   o f   n b a   d u d e s
t h e   b r o w n s   g u a r d i a n s   c a v s   h a v e   n e v e r   m a d e   t h e   p l a y o f f s   i n   t h e   s a m e   y e a r .   
 
 c l o s e   i n   2 0 0 7   ( b r o w n s   b l e w   l a s t   g a m e   o f   y e a r ) 
 c l o s e   i n   1 9 9 4   ( s t r i k e   s h o r t e n e d   b a s e b a l l   s e a s o n )   
 
 w o w .   
 
 c ' m o n   b r o w n s   m a k e   i t   h a p p e n !
r o b i n   l o p e z   l o o k i n   l i k e   b i g f o o t   r u n n i n   d o w n   t h e   c o u r t   c a v s
t h e   c a v s   g o i n g   b e   t o p   5   i n   t h e   e a s t   f o r   s u r e   n b a t w i t t e r
i t ' s   g o i n g   t o   t a k e   a   m i n u t e   t o   g e t   u s e d   t o   t h e s e   n e w   c a v s   u n i f o r m s .   i   u s u a l l y   r e a d y   t o   b u y   o n e   i n s t a n t l y . . . a n y o n e   w a n t   a   b l o o d y   m a r y ?   🤣 😂 😅  
  r e a l l y   i s   a b o u t   t o   t a k e   t h i s   t e a m   t o   t h e   n e x t   l e v e l ,   h i m   a n d   d g   i n   t h a t   b a c k - c o u r t ? ? ?   t h i s   s e a s o n   i s   g o i n g   t o   b e   s o   f u n !   l e t e m k n o w   c a v s
d o n o v a n m i t c h e l l   i s   r e a l l y   g o o d   a t   b a s k e t b a l l   🏀   c a v s  
c r a z y   f a c t : 
 
 j r   s m i t h   h a s   p l a y e d   m o r e   r e c e n t l y   i n   t h e   n b a   t h a n   j o n a t h a n   i s a a c   😱 
 
 ▪ ️   i s a a c 
 l a s t   g a m e   p l a y e d :   a u g u s t   2 ,   2 0 2 0 
 
 ▪ ️   s m i t h 
 l a s t   g a m e   p l a y e d :   o c t o b e r   5 ,   2 0 2 0 
 
 i s a a c   r e m a i n s   w i t h o u t   a   t i m e t a b l e   f o r   a   r e t u r n .   😓 
 
 m a g i c   c a v s   n b a  
i ’ m   d e f i n i t e l y   g o i n g   t o   s o m e   c a v s   g a m e   t h i s   y e a r .   i   j u s t   d o n ’ t   w a n t   t o   p a y   f o r   t i c k e t s   f o r   m y   b o y s   t o o   😩 😩
r o b i n   l o p e z   h a s   m e   t h i n k i n g   i ' m   s e e i n g   a n d e r s o n   v a r e j a o   o n   t h e   f l o o r   f o r   t h e   c a v s ,   e s p e c i a l l y   t h a t   l a s t   h o o k   s h o t .
i s   l o p e z   t r y n a   l o o k   l i k e   s i d e s h o w   b o b ? 
 s i x e r s   c a v s
f o l k s ,   d e a n   w a d e   i s   y o u r   c a v s   s t a r t i n g   s m a l l   f o r w a r d .
d e a r   d o w n t o w n   c l e   r e s i d e n t s ,   p l e a s e   h e l p .   h o w   i n   t h e   h e l l   d o   i   w a t c h   c a v s   b a s k e t b a l l   o n     w / o   a r c h a i c   s p e c t r u m c a b l e ?   s e e   i   c u t   t h e   c o r d   5   y r s   a g o …   h u l u l i v e   i s   m y   s t r e a m i n g   s u b s c r i p t i o n .   t h e r e   h a s   t o   b e   a   w a y   f o r   m e   t o   w a t c h   l i v e   w i t h o u t   a c t u a l l y   b e i n g   @   a   g a m e
c a v s   s t a r t   r a u l   n e t o ,   i s a a c   o k o r o ,   c e d i   o s m a n ,   d e a n   w a d e   a n d   r o b i n   l o p e z   t o   s t a r t   t h e   s e c o n d   h a l f .
r a u l   n e t o :   t h e   n e w   r i c k y   r u b i o . 
 
 c a v s
c a v s   s t a r t e r s   a r e   d o n e   f o r   t h e   n i g h t .   r a u l   n e t o ,   i s a a c   o k o r o ,   c e d i   o s m a n ,   d e a n   w a d e   a n d   r o b i n   l o p e z   t o   s t a r t   t h e   s e c o n d   h a l f .
a p a r t   f r o m   t h e   b r o w n s   b e i n g   a n   a b y s m a l   f r a n c h i s e ,   i t ' s   a n   e x c i t i n g   t i m e   t o   b e   c l e v e l a n d   s p o r t s   f a n .   g u a r d i a n s   f o r t h e l a n d   c a v s   l e t e m k n o w
c a v s   l o o k i n g   s o l i d .   b u m m e d   n o   m o b l e y   t h o .
t h e s e   3   c a v s   n e e d   t o   r e a c h   o u t   a n d   s e i z e   a   r o t a t i o n   s p o t   i n   p r e s e a s o n 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   b l e e d g r e e n   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
a   n e w   l o w ?     b o t t o m   l i i i n n n e … t h e y   k e e p   d o i n g   t h e i r   b e s t ,   t h a t ’ s   f o r   s u r e ! 
 c a v s     
 
 ( n o t   a   b a d   ‘ m a t t h e w   l i l l a r d   c i r c a   2 0 0 2 ’   l o o k ,   t o   b e   f a i r . )  
  l o o k i n   g o o d ! !   n b a   c a v s   c l e   t h e l a n d
m y   2 0 2 2 - 2 3   n b a   a w a r d   p r e d i c t i o n s 
 
 
 
 n b a   c a v s   g o d f a t h e r r e v i e w  
t w e n t y   o f   c a v s   4 6   s h o t   a t t e m p t s   i n   t h e   f i r s t   h a l f   w e r e   3 - p o i n t e r s .
w h y   t h e   h e l l   i s   m i t c h e l l   p l a y i n g   1 9   m i n u t e s   i n   t h e   1 s t   h a l f   o f   a   p r e s e a s o n   g a m e ?   o n e   o f   m y   b i g g e s t   f e a r s   t h i s   s e a s o n   i s   b i c k e r s t a f f   p l a y i n g   g a r l a n d   & a m p ;   m i t c h e l l   w a y   t o o   m a n y   m i n u t e s   & a m p ;   p u t t i n g   t h e m   a t   r i s k   f o r   i n j u r y .   c a v s
t h r o u g h   o n e   h a l f   o f   p r e s e a s o n   p l a y ,   c a r i s   l e v e r t   i s   g i v i n g   y o u   a   l o t   o f   w h a t   y o u   w a n t   o u t   o f   y o u r   s t a r t i n g   s m a l l   f o r w a r d   f o r   t h i s   c a v s   s q u a d .
d m   l o o k i n g   g o o d ! ! !   c a v s
    i s   i t   t o o   e a r l y   t o   t w e e t   c a v s   m o m e n t   r e c o m m e n d a t i o n s ? 
 
 a s k i n g   f o r   a   f r i e n d . . . 
 
 n b a t o p s h o t t h i s   l e t e m k n o w
s i x e r s   v s .   c a v s   f i r s t - h a l f   b o x  
m i t c h e l l   i n   h i s   d e b u t   i s   l o o k i n g   g r e a t ! !   
 i t s   g o n n a   b e   a   g r e a t   s e a s o n 
 
 c a v s
c a v s   i m p r e s s i o n s : 
 
 -   m i t c h e l l   i s   t h e   r e a l   d e a l 
 -   n e w   u n i f o r m s   a r e … o k 
 -   a l l e n ’ s   h a i r   i s   s m a l l e r
t h i s   t e a m   i s   g o n n a   b e   a   l o t   o f   f u n   t h i s   y e a r   😁 😁   l e t e m k n o w     c a v s
i   f e e l   l i k e   a f t e r   w a t c h i n g   t h i s . . .   p e o p l e   n o   l o n g e r   m i s s   c o l l i n   s e x t o n   c a v s
p e o p l e   o n   t h e   j o u r n e y ,   i n e v i t a b l y   w i l l   e n c o u n t e r   t h o r n s   a n d   b u m p s ,   b u t   a f t e r   t h e   s t o r m ,   t h e r e   w i l l   b e   a   b e a u t i f u l   r a i n b o w .   i   h o p e   t o   s e e   a   s t r o n g   m e ,   a n d   i   h o p e   t o   s e e   a   s t r o n g   y o u !   a d d a w o r d r u i n a h o r r o r m o v i e   l e t e m k n o w   c a v s   m a x e y  
p r e s e a s o n   g a m e   1   f i r s t   h a l f   n o n s e n s e   t h o u g h t s :   t h e   c a v s   a r e   r e a l l y   g o o d .   w i n e   u n i ’ s   l o o k   v e r y   p l a i n ,   e s p e c i a l l y   o n   a   h a l f   w h e r e   t h e   s h o r t s   “ c ”   w a s   n o t   i n   c a m e r a   v i e w .   y e s ,   m y   m a i n   c o n c e r n s   a r e   w i t h   t h e   u n i f o r m s   w h i c h   i s   a   g o o d   t h i n g .   l e t e m k n o w   c a v s   n b a
c a v s   l e a d   6 4 - 6 0   a t   t h e   h a l f .   d o n o v a n   m i t c h e l l   l e a d s   c l e v e l a n d   w i t h   1 6   p o i n t s ,   5   a s s i s t s   a n d   2   r e b o u n d s .   h e ' s   s h o o t i n g   6 - o f - 9   f r o m   t h e   f i e l d   a n d   3 - o f - 4   f r o m   3 .   
 
 d a r i u s   g a r l a n d   a l s o   h a s   1 2   p o i n t s   a n d   4   a s s i s t s .
t h r o u g h   o n e   h a l f   o f   p r e s e a s o n   h o o p s ,   c a v s   d o n o v a n   m i t c h e l l   a n d   d a r i u s   g a r l a n d   h a v e   c o m b i n e d   f o r   2 8   p o i n t s   a n d   9   a s s i s t s   o n   1 0 - 1 6   s h o o t i n g   a n d   4 - 5   f r o m   3 - p o i n t   r a n g e .
w e   g o i n g   s c o r e   a   l o t   p t s   t h i s   y e a r   c a v s
p r e t e n d i n g   t h a t   d e a n   w a d e   p l a y   d i d n ’ t   h a p p e n . 
 
 c a v s
c a v s   t a k e a w a y s 
 t e a m   m o v e s   b a l l   w e l l . 
 m i t c h e l l   p l a y s   b i g g e r   t h a n   6 ’ 1 ” . 
 d a m n ,   t h a t   s h o t   l o o k s   s m o o t h . 
 n a t u r a l   d i s t r i b u t o r . 
 o k o r o ’ s   s h o t   s t i l l   i s n ’ t   t h e r e . 
 f o r m   j u s t   d o e s n ’ t   l o o k   n a t u r a l . 
 r e s t   o f   h i s   g a m e   l o o k s   g o o d . 
 c a n ’ t   w a i t   t o   s e e   t h i s   t e a m   w i t h   m o b l e y / r u b i o 
 c a v s 
 l e t e m k n o w
d o n o v a n   m i t c h e l l 
 
 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   p r e s e a s o n   g a m e   
 
 n b a   c a v s   l e t e m k n o w  
m i t c h e l l   3 .   n b a   n b a t w i t t e r   b a s k e t b a l l   d o n o v a n m i t c h e l l   c a v s   c a v a l i e r s  
t h e   n b a   r e a l l y   i s n ’ t   g o i n g   t o   b e   c a l l i n g   t e c h n i c a l   f o u l s   o n   t e a m s   f o r   s t a n d i n g   o n   t h e   b e n c h / c e l e b r a t i n g ,   r i g h t ? ? ? 
 
 c a v s
m a n   w h a t   a   r o s t e r   c o n s t r u c t i o n ! !     k o b y a l t m a n .   i   t i p   m y   c a p .   m o n s t e r   g m .     c a v s
m a x e y   k i n d a   p i s s i n g   m e   o f f . 😕   c a v s
c a n   s o m e o n e   p l e a s e   t e l l   c a r i s   l e v e r t   t h a t   d o n o v a n   m i t c h e l l   i s   o n   t h e   t e a m   c a v s
m i t c h e l l   t o   l e v e r t .   n b a   b a s k e t b a l l   n b a t w i t t e r   d o n o v a n m i t c h e l l   c a r i s l e v e r t   c a v s   c a v a l i e r s  
a l l o w   m e   t o   g e t   t h i n g s   s t a r t e d :   b a l l   d o n ’ t   l i e !   c a v s   z e b r a s
y o u ' r e   n o t   g o n n a   b e l i e v e   t h i s ,   b u t   h a v i n g   d o n o v a n   m i t c h e l l   i s   f u n   a n d   m a k e s   t h e   c a v s   b e t t e r .
c a v s   o v e r z e a l o u s   b e n c h   j u s t   e a r n e d   a   t e c h n i c a l   f o u l .   t h a t   w i l l   b e   a n   a d j u s t m e n t   w i t h   t h e   n e w   r u l e s .   t h e i r   b e n c h   i s   a l w a y s   a n i m a t e d   a n d   s t a n d i n g   h a h a .
d o n o v a n   m i t c h e l l   s h o w i n g   h e ’ s   m u c h   m o r e   t h a n   j u s t   a   s c o r e r .   s h o w i n g   s o m e   n i c e   c h e m i s t r y   w i t h   l e v e r t   w h i l e   h e ’ s   r u n n i n g   t h e   s h o w   w i t h   g a r l a n d   o n   t h e   b e n c h .   c a v s
t h a t   c a v s   s e q u e n c e   🤩
j u s t   p a i d   t h e   $ 2 9 . 9 9   a   m o n t h   f o r   b a l l y   s p o r t s   s u b s c r i p t i o n   t o   s e e   t h e   c a v s   t h i s   s e a s o n .   i t   b e t t e r   w o r k   o u t   b e c a u s e   t h a t ’ s   a   r i d i c u l o u s   p r i c e   😂
g u y s ,   d o n o v a n   m i t c h e l l   l o o k s   v e r y   g o o d . 
 
 c a v s
i   h a d   a s k e d   j . b .   b i c k e r s t a f f   d u r i n g   t r a i n i n g   c a m p   a b o u t   t h e   c a v s   u s i n g   d o n o v a n   m i t c h e l l   a s   a   p o i n t   g u a r d   a n d ,   s o   f a r ,   i t ' s   l o o k e d   p r e t t y   g o o d   f o r   c l e v e l a n d .
i   s t i l l   h a t e   c a r i s   l e v e r t   
 c a v s
m i s s i n g   e d   d a v i s   o n   t h e   b e n c h   : (   c a v s
r o b b i n   l o p e z   i s   t r a s h !   i   k n o w   h e   i s   a   r o l e   p l a y e r   b u t   h e   s u c k s .   c a v s
  i s   t o   n i c e   o n   t h e   c o u r t .   i ' m   s u p e r   e x c i t e d   t o   w a t c h   t h e   c a v s   b a l l   o u t   t h i s   y e a r .   t h a t   p a s s   t o   i s a a c   w a s   g r e a t .   c a v s
c a v s   g o i n g   t o   b e   a   h a n d   f u l l   t h i s   y e a r   n b a p r e s e a s o n
c a v s   l o o k i n g   r e a l   g o o d ! !
d o n o v a n   m i t c h e l l   i n   a   c a v s   j e r s e y   i s   s t i l l   b l o w i n g   m y   m i n d   🤯   c a n ’ t   w a i t   f o r   t h i s   s e a s o n   n b a   c a v s   2 1 6   n b a
i   r e a l l y   l i k e   t h e   w h i t e   a n d   b l a c k   c a v s   k i t s …   i   a b s o l u t e l y   h a t e   t h e   w i n e   l e t e m k n o w
d o n o v a n   m i t c h e l l   a n d   1 .   n b a   b a s k e t b a l l   n b a t w i t t e r   d o n o v a n m i t c h e l l   c a v s   c a v a l i e r s  
y e a h   i   a m   r e a l l l l y   l i k i n g   c a v s   d o n o v a n   m i t c h e l l   a n d   d a r i u s   g a r l a n d   i n   t h e   b a c k c o u r t   t o g e t h e r .
d e a r   d a r i u s , 
 
 a p p r e c i a t e   t h e   e f f o r t .   b u t   n o   n e e d   t o   t a k e   e m b i i d   c h a r g e s .   t h a n k   y o u .   
 c a v s
g a r l a n d   p u l l   u p   j .   n b a   b a s k e t b a l l   n b a t w i t t e r   d a r i u s g a r l a n d   c a v s   c a v a l i e r s  
  i   a g r e e   g o   c a v s
i s s a c   o k o r o   n o t   s t a r t i n g   i n   t h i s   g a m e   i s   i n t e r e s t i n g   e v e n   t h o u g h   i t ’ s   p r e s e a s o n   c a v s   n b a p r e s e a s o n
t a k e   d a r i u s   g a r l a n d   o u t   o f   t h e   g a m e   p l e a s e . 
 c a v s
d g   h a v i n g   h i m s e l f   a   g a m e   a l r e a d y   j u s t   i n   p r e s e a s o n   d a m n   t h i s   w h o l e   a s s   e a s t   i n   t r o u b l e   c a v s
y a l l   r e m e m b e r   w e ’ r e   a l s o   m i s s i n g   e v a n   m o b l e y   ! ! ! !   h a h a   c a v s
i   d o   n o t   w a n t   t o   s e e   d a r i u s   g a r l a n d   t a k i n g   c h a r g e s   f r o m   j o e l   e m b i i d   i n   a   p r e s e a s o n   g a m e . 
 
 c a v s
w h y   i s   d a r i u s   g a r l a n d   t a k i n g   a   c h a r g e   f r o m   j o e l   e m b i i d   i n   a   p r e s e a s o n   g a m e ? 
 
 l e t ’ s   n o t   d o   t h a t . 
 c a v s
d e a n   w a d e ' s   c e r t a i n l y   m a k i n g   t h e   m o s t   o f   t h e   o p p o r t u n i t y   n e x t   t o   3 / 4   o f   t h e   c a v s   c o r e   f o u r .
i   f o r g o t   j a m e s   h a r d e n ’ s   b i t c h   a s s   w a s   i n   p h i l l y .   c a v s
t h r o u g h   o n l y   1 - 1 & a m p ; 1 / 2   q u a r t e r s   o f   p r e - s e a s o n   a c t i o n ,   i   c a n   a l r e a d y   t e l l   t h i s   s e a s o n   i s   g o i n g   t o   b e   a   l o t   o f   f u n ,   a n d   t h i s   i s   w i t h o u t   m o b l e y …   i t ’ s   g r e a t   t o   h a v e   y o u   b a c k   b o y s .   l e t e m k n o w   c a v s
a   l o t   m o r e   b a l l - h a n d l i n g   d u t i e s   f o r   d o n o v a n   m i t c h e l l   i n   t h e   s e c o n d   q u a r t e r .   c a v s   c l e a r l y   g e t t i n g   a   f e e l   f o r   w h a t   h e   b r i n g s   t o   t h e   t a b l e   i n   b o t h   r e s p e c t s .
h a r d i n ’ s   1 s t   s t e p   s t i l l   l o o k s   a s   q u i c k   a s   m i n e …   s l o w   c a v s
i ’ d   s t a r t   d e a n   w a d e   o r   k e v i n   l o v e   w i t h   g a r l a n d ,   m i t c h e l l ,   m o b l e y   a n d   a l l e n .   c a v s
i t   w o n ' t   h a p p e n ,   b u t   i   w o u l d n ' t   b e   o p p o s e d   t o   k e v i n   l o v e   p l a y i n g   t h e   3   t h i s   y e a r .   a d d i t i o n a l   r e b o u n d s   a n d   a   h i g h   p e r c e n t a g e   3 - p o i n t   s h o o t e r   t h a t   c a n   s p a c e   t h e   f l o o r .   i t s   n o t   c r a z y .   c a v s
d e a n   w a d e   m y   s t a r t i n g   s m a l l   f o r w a r d ! 
 
 c a v s
y o u   a r e   s o   m u c h   b e t t e r   w h e n   y o u   a r e n t   s c r e a m i n g   t h r o w   t h e   h a m m e r   d o w n ! ! ! !   o r   d e e p   i n   t h e   w e l l s   f a r g o   c e n t e r ! ! !   i   l i k e   t h i s   n e w   a u s t i n   c a r r ! !     c a v s   c a v s n a t i o n
i   k i n d   o f   l i k e   t h a t   t h e y   a r e n ’ t   c a l l i n g   f o u l s .   i t ’ s   t h e   p r e s e a s o n .   g e t   i t   o v e r   w i t h . 
 
 c a v s
s i x e r s   v s .   c a v s   f i r s t - q u a r t e r   b o x  
i ’ v e   n e v e r   s e e n   a n   n b a   p l a y e r   m o v e   a s   s l o w l y   a s   r o b i n   l o p e z   a n d   i   l o v e   i t .   c a v s
c a v s   s e a s o n   i s   b a c k !   l e t e m k n o w
i   t h i n k   o n e   o f   t h e   t h i n g s   t h a t   h a s   b e e n   s o r t   o f   o v e r l o o k e d   w i t h   d o n o v a n   m i t c h e l l   i s   j u s t   h o w   g o o d   h e   i s   f r o m   b e y o n d   t h e   a r c .   f i n i s h e d   t i e d   f o r   s e v e n t h   w i t h   2 3 2   m a k e s   f r o m   d e e p   l a s t   s e a s o n ,   a l r e a d y   h a s   a   p a i r   i n   h i s   f i r s t   p r e s e a s o n   r u n   w i t h   t h e   c a v s .
c a v s   d e a n   w a d e ' s   t u r n   a t   s m a l l   f o r w a r d   a l o n g s i d e   t h e   o t h e r   f o u r   s t a r t e r s   ( f r o m   t o n i g h t )
i ’ m   s o   h a p p y   c a v s   b a s k e t b a l l   i s   b a c k
i n   t h e   f i r s t   1 s t   q u a r t e r   o f   t h e   p r e s e a s o n ,   t h e   c a v s   o f f e n s e   l o o k s   r e a l l y   g o o d .   g r e a t   m o t i o n   a n d   b a l l   m o v e m e n t …   g e t t i n g   g o o d   l o o k s   i n s i d e   a n d   o u t .   l e t e m k n o w
c a v s   l e a d   3 3 - 2 8   a t   t h e   e n d   o f   t h e   f i r s t   q u a r t e r ,   s c o r i n g   s e v e n   3 s   i n   t h e   o p e n i n g   1 2   m i n u t e s .   d a r i u s   g a r l a n d   a n d   k e v i n   l o v e   e a c h   h a v e   9   p o i n t s .
t h e r e   a r e   g o n n a   a d d   a   2 n d   y e a r   m o b l e y   t o   t h i s   o f f e n s e ?   l o l   c a v s
t h e   c a v s   a r e   r a i n i n g   t h r e e s   i n   t h e   f i r s t   a n d ,   t h a n k f u l l y ,   i t ’ s   w o r k i n g . 
 
 j o e l   e m b i i d ’ s   p r e s e n c e   o n   t h e   i n t e r i o r   c e r t a i n l y   h a s   s o m e t h i n g   t o   d o   w i t h   t h a t .   b u t ,   o n c e   c l e v e l a n d   g e t s   t h a t   g o i n g ,   t h e y ’ r e   g o n n a   b e   f a i r l y   b a l a n c e d .
o k o r o   s t i l l   b r i c k   c i t y   y o   c a v s  
f i r s t   l o o k   a t     i n   a   c a v s   u n i !   t h e l a n d   c a v s  
n e t o   i s   h i t t i n g   t h r e e s ,   i t ’ s   o v e r   f o r   t h e   r e s t   o f   t h e   n b a . 
 
 c a v s
  i   d o n ' t   w a n t   t o   o v e r r e a c t   b u t   c a v s   m i g h t   h a v e   a   l e g i t   s h o t   a t   7 5   w i n s   f r .
c a v s   b a c k   b a b y !
c a v s   o k a r o   o r   h o w e v e r   u   s p e l l   h i s   n a m e   l o o k i n g   l i k e   a   b r e a k o u t   s e a s o n   p o s s i b l y   h e ’ s   d r i b b l i n g   a n d   g e t t i n g   h i m s e l f   o p e n   a n d   s h o o t i n g   m o r e ,   e v e r y t h i n g   i   w a n t e d   h i m   t o   d o   c a u s e   h e ’ s   a b l e   t o   b u t   h e   j u s t   d i d n ’ t   b u t   t h i s   j u s t   p r e - s e a s o n   i   d o n t   w a n n a   g e t   m y   h o p e s   u p
s t i l l   n o t   a   f a n   o f   t h e s e   a w a y   j e r s e y s   c a v s   l e t e m k n o w
c a v s   m e d i a   a c t i n g   l i k e   e v e r y t h i n g   t h a t   h a p p e n s   i n   t h e   1 s t   8   m i n u t e s   o f   p r e s e a s o n   i s   l o c k e d   i n   f o r   8 2   g a m e s .   i d i o t s .
b i g   w   f o r   m s   t o n i g h t   3 7 - 6 ! !   4   t u r n o v e r   f o r   o u r   d e f e n s e   t o n i g h t ! !   e x t r e m e l y   p r o u d   o f   t h e   g u y s   t o n i g h t !   c a v s   e l e v a t e
t h e   g a r l a n d - m i t c h e l l   b a c k c o u r t   i s   g o i n g   t o   b e   s p e c i a l .   c a v s   l e t e m k n o w
a p p a r e n t l y   t h e   " f o u l "   s e t t i n g   h a s   b e e n   t u r n e d   t o   " o f f "   h e r e   t o n i g h t   f o r   t h e   c a v s   p r e s e a s o n   o p e n e r .
i   t h o u g h t   a n d e r s o n   v a r e j ã o   w a s   o n   t h e   c a v s … l o p e z   :   )
g a r l a n d   l o o k s   r e a d y   f o r   a n o t h e r   l e a p   a n d   t h i s   o f f e n s e   i s   g o n n a   b e   s c a r y   c a v s   l e t e m k n o w
d o n o v a n   m i t c h e l l   i s   t h e   f i r s t   g u a r d   t o   s u b   o u t   i n   t h e   c a v s   n e w   s t a r   b a c k c o u r t . 
 
 i t   a p p e a r s   j . b .   b i c k e r s t a f f   w i l l   l e t   m i t c h e l l   c o o k   w i t h   t h e   b e n c h   u n i t ?
w e   h o o p i n   l o w k e y   👀   c a v s
i ’ d   s i t   t h e   s t a r t e r s   t h e   r e s t   o f   t h e   p r e s e a s o n . 
 
 c a v s
d a r i u s   g a r l a n d   s t a y s   o n   t h e   f l o o r   f o r   t h e   f i r s t   " s t a g g e r "   b e t w e e n   h i m   a n d   d o n o v a n   m i t c h e l l .   i s a a c   o k o r o   i n   f o r   s p i d a .   c a v s
o k o r o ,   w a d e   a n d   o s m a n   i n   o f f   t h e   b e n c h   t o   r e p l a c e   l o v e ,   l e v e r t   a n d   m i t c h e l l .   c a v s .
a b s o l u t e l y   s i c k   p a s s   b y   d a r i u s   g a r l a n d . 
 
 c a v s
i t ’ s   g o i n g   t o   b e   a   g o o d   s e a s o n   c a v s
i ' v e   s e e n   e n o u g h .   c a v s   a r e   g o i n g   9 8 - 0   t h i s   s e a s o n .
c a v s   d e a n   w a d e ,   o n e   o f   s i x   p l a y e r s   c o m p e t i n g   t o   b e   t h e   s t a r t i n g   s m a l l   f o r w a r d ,   i s   t h e   f i r s t   s u b .   h e   r e p l a c e s   t o n i g h t ' s   s t a r t i n g   p o w e r   f o r w a r d   k e v i n   l o v e .
w e l c o m e   t o   m o d e r n   b a s k e t b a l l ,   c a v s
w e   m i g h t   b e   t h e   n u m b e r   o n e   3 p t   s h o o t i n g   t e a m   🔥 🔥 🔥 👀 ,   i   k n o w   i t ’ s   o n l y   5   m i n s   i n t o   p r e s e a s o n   😂   c a v s   l e t e m k n o w
s h o o t i n g   w o n ’ t   b e   a   p r o b l e m   a t   a l l   f o r   t h e   c a v s   a s   w e   s e e   e a r l y   o n   a g a i n s t   p h i l l y   i n   t h e   p r e s e a s o n .
o h   m y   t h i s   t e a m   l o o k s   g o o o d   c a v s
  i   m e n t i o n e d   w h e n   t h e   c a v s   t r a d e d   f o r   d o n o v a n   m i t c h e l l   t h a t   e v a n   m o b l e y   s h o u l d   a t   l e a s t   b e   c o n s i d e r e d   t o   s t a r t   a t   t h e   3   f o r   t h a t   r e a s o n .   n o t   s u r e   h o w   l i k e l y   i t   i s ,   b u t   w e ' l l   s e e .   t h e y ' r e   o p e n   t o   a   l o t .
i   l o v e   t h e   p a t i e n c e   t h a t   t h e   c a v s   a r e   s h o w i n g   e a r l y   i n   t h i s   g a m e   a g a i n s t   p h i l l y   w i t h   t h e i r   j u m p   s h o t   s e l e c t i o n .
c a v s   b a s k e t b a l l   i s   b a c k ! !
i ’ m   c e r t a i n l y   n o t   g o i n g   t o   o v e r r e a c t   t o   j a r r e t t   a l l e n   a n d   d a r i u s   g a r l a n d   m i s s i n g   w i d e   o p e n   l a y u p s .   
 
 c a v s
i   k n o w   i t ’ s   j u s t   p r e s e a s o n ,   b u t   t h i s   t e a m   j u s t   f e e l s   d i f f e r e n t   l e t e m k n o w   c a v s
o v e r r e a c t i o n !   b u t   t h e   c a v s   t h r e e - p o i n t   o f f e n s e   i s   a b o u t   t o   b e   c r a z y   t h i s   s e a s o n .  
h o w   m a n y   p p g   d o e s   d o n o v a n   a v e r a g e   t h i s   y e a r ! ?   🤔 
 
 n b a   n b a t w i t t e r   c a v s  
i   c a n ’ t   w a i t   t o   w a t c h   8 2 +   g a m e s   o f   t h i s   
 c a v s
o n e   o f   t h e   m a n y   w a y s   i ' l l   b e   c h e c k i n g   o u t   t h e   c a v s   t h i s   s e a s o n ! ! !   c a v s   c l e v e l a n d c a v a l i e r s   b e l l s t r o n g s p o r t s 🏀     n b a p r e s e a s o n   n b a   b a l l y s p o r t s p l u s   b a l l y s p o r t s o h i o  
d o n o   g o n n a   b e   h u g e   f o r   t h e   c a v s   j u s t   w i t h   h i s   w i l l i n g n e s s   t o   s h o o t
t h e   w a y   m a x e y   w a s   b a l l i n g   m o n d a y   & a m p ;   s o   f a r   t o n i g h t ,   o n e   w o u l d   t h i n k   h e   w a s   t h e   h e a d l i n e r   o f   t h e   s i x e r s .     h e   h a s   7   p o i n t s   o n   3 - 5   s h o o t i n g .   h a r r i s   w i t h   4   o f   2 - 2 .     j o e l   e m b i i d ,   j a m e s   h a r d e n   a n d   p j   t u c k e r   h a v e   z e r o   o n   a   c o m b i n e   0 - 4 .   c a v s   l e a d   1 5 - 1 1   w /   7 : 0 9   l e f t   i n   1 s t   q u a r t e r
c a v s   s t a r t i n g   o u t   5 - f o r - 6   f r o m   3 - p o i n t   l a n d …   a l l   1 5   p o i n t s   c o m i n g   f r o m   b e y o n d   t h e   a r c .   
 
 1 s t   q :   c a v a l i e r s   1 5   |   7 6 e r s   1 1 
 l e t e m k n o w
y ’ a l l   s e e i n g   t h i s   👀   c a v s   a r e   s h o o t i n g   t h e y   l i g h t s   o u t   f r o m   b e h i n d   t h e   a r c h     🔥   l e t e m k n o w   c a v s
i n   t h e   f i r s t   f i v e   m i n u t e s ,   6   o f   c a v s   9   s h o t   a t t e m p t s   a r e   3 - p o i n t e r s .
k - l o v e   i s   s h o o t i n g   i t   a n d   m i t c h e l l   l o o k s   c o m f o r t a b l e   t h a t ’ s   g o o d   t o   s e e   c a v s
t h e n   w e   g o n e   w i n   t h e   c h i p   c a v s
y e a h   m i t c h e l l   l o o k i n g   n i c e   e a r l y   c a v s   l e t e m k n o w
s p u d   m i t c h e l l   g o n n a   f i t   r i g h t   i n .   c a v s
i   m i s s e d   k e v i n   l o v e .   y ’ a l l   b e t t e r   n e v e r   d i s r e s p e c t   h i m   c a v s
d o n o v a n   m i t c h e l l   i s   g o i n g   t o   r e a l l y   i m p r o v e   t h i s   t h r e e - p o i n t   a t t a c k   f o r   t h e   c a v s .
c a v s   a r e   5 - o f - 6   f r o m   t h e   3   h e r e   i n   t h e   f i r s t   q u a r t e r   - k e v i n   l o v e   w i t h   3   a n d   d o n o v a n   m i t c h e l l   w i t h   2 .
t h e r e   a r e   m a n y   o f f e n s i v e   t h r e a t s   o n   t h e   f l o o r .   t h o s e   t h r e a t s   c a n   s h o o t .   c a v s
😂 😂 😂 😂 😂   w e   g o n e   b e   s t u p i d   l i t   c a v s
5   s t r a i g h t   3 s ? !   c a v s
i f   t h e s e   f i r s t   f e w   m i n u t e s   o f   t h e   p r e s e a s o n   a r e   a n y   i n d i c a t i o n ,   c a v s   a r e   j u s t   g o i n g   t o   s c o r e   a l l   t h e i r   p o i n t s   v i a   t h e   3 - p o i n t e r   t h i s   s e a s o n .
t h e   c l e v e l a n d   c a v a l i e r s   w i l l   b e   t h e   2 0 2 3   n b a   c h a m p i o n s   -   y o u   h e a r d   i t   h e r e   f i r s t .   n b a   c a v s   n b a 2 k 2 3    
f e e l s   g o o d   t o   w a t c h   s o m e   c a v a l i e r   b a s k e t b a l l !   c a v s
c a v a l i e r s   p r e s e a s o n   g a m e   b e i n g   b l o c k e d   o u t   f o r   s t r e a m e r s   b y   s i n c l a i r   b a l l y ’ s .   f   u   s i n c l a i r .   i   w i l l   n e v e r   p a y   y o u r   r a n s o m   m o n e y   t o   s e e   t h i s .   c a v s
m i t c h e l l   f o r   t h r e e e e e e e e 
 c a v s
n e w   t h r e a d s 🔥   g o o d   d e c i s i o n   t o   s t a r t   l e v e r t .   p r o v e d   t o   b e   a   b e t t e r   d e f e n d e r   t h a n   o k o r o   l a t e   l a s t   s e a s o n .   a c t i v e   h a n d s .   c a v s
t h e   g a r l a n d : : m i t c h e l l   e r a   b e g i n s   c a v s
a l l   i n   w   t h e   c a v s   t h i s   y e a r   c a v s
3 0   s e c o n d s   i n t o   t h e   b r o a d c a s t   a n d   a u s t i n   i s   c r a p p i n g   o n   t h e   m e m o r y   o f   o u t   c o r n e r   2   g u a r d   l o l   c a v s
b a s k e t b a l l   t i m e !   c a v s
j u s t   n o   i n j u r i e s ,   p l e a s e ! 
 
 c a v s
n o   l i e .   t h e   j e r s e y   i s   c o l d   ! ! ! ! !     c a v s
o n e   o f   t h e   m a n y   r e a s o n s   f a l l   i s   t h e   b e s t   s e a s o n .   c a v s   a r e   b a c k !  
c a r i s   l e v e r t   i n   t h e   s t a r t i n g   l i n e u p   🤮 🤮 🤮 
 c a v s
i ’ m   a s   d i e   h a r d   o f   a   c a v s   f a n   y o u ’ l l   e v e r   f i n d   b u t   e v e n   i   a m   h a v i n g   t r o u b l e   g e t t i n g   e x c i t e d   t o   w a t c h   a   p r e s e a s o n   g a m e .
f i r s t   l o o k   a t   d o n o v a n   m i t c h e l l   i n   w i n e   & a m p ;   g o l d   t o n i g h t .   c a v s   w i l l   b e   e x c i t i n g   t h i s   y e a r ,   b u t   t h e   e a s t   i s   h a r d   t o   p r e d i c t .
w e   m a d e   i t ! ! !   l e t e m k n o w   c a v s
p r e s e a s o n   c a v s   b a s k e t b a l l   y ' a l l ! ! !   ♥ ️ 💛   l e t e m k n o w
  l e t s   g o   c a v s   i f   y o u   r i d i n g   w   t h e   t e a m   t h i s   y e a r   i   f u c k   w i t h   y o u
f i r s t   🔥 t a k e :   c a v s   a r e   w i n n i n g   h o m e   c o u r t   a s   t h e   4   s e e d   t h i s   y e a r
i t s   p r e s e a s o n   b u t   i ' m   s o   e x c i t e d   f o r   t h i s   c a v s   g a m e ! !   n b a p r e s e a s o n
s t a r t i n g   l i n e u p s   f o r   c a v s   v s   7 6 e r s   
 
 t y r e s e   m a x e y 
 j a m e s   h a r d e n 
 t o b i a s   h a r r i s 
 p j   t u c k e r 
 j o e l   e m b i i d   
 
 — 
 
 d a r i u s   g a r l a n d   
 d o n o v a n   m i t c h e l l   
 c a r i s   l a v e r t 
 k e v i n   l o v e 
 j a r r e t t   a l l e n
i   h a t e e e e e   n b a   t v   g a m e s   t h e y   s u c k   s o   b a d .   c a v s
d o n o v a n   m i t c h e l l   b a c k   f o r   m o r e   …   k e e p   c o o l   t h i s   t i m e   b r o t h e r   
 
 s i x e r s   c a v s   n b a p r e s e a s o n
( 1 t / 3 7 m i n )   g o l   d o   p h i l a d e l p h i a   7 6 e r s 
   p h i l a   7 6 x 0   c a v s       
 🇪 🇪   n b a 2 0 2 2   
 t e s i g o a t o d a p a r t e
i t   a p p e a r s   t h e   c a v s   w e r e   p r e s e n t   f o r   a r k a n s a s ’ s   p r o   d a y .  
c l e v e l a n d   c a v a l i e r s   n e w l y   a c q u i r e d   s h o o t i n g   g u a r d   d o n o v a n   m i t c h e l l   w i l l   m a k e   h i s   c a v a l i e r s   d e b u t   t o n i g h t   v s .   t h e   7 6 e r s   c a v s  
g o   t o   t u r n   o n   c a v s   g a m e . . . b a l l y   s p o r t   h a s   n o   f u c k i n g   a u d i o .   t h e   a m o u n t   o f   i s s u e s     n e t w o r k s   h a v e   i s   f u c k i n g   i n s a n e .   h o r r i b l e   d u r i n g   e v e r y   g u a r d s   g a m e ,   n o w   g o t t a   d e a l   w i t h   t h i s   s h i t   f o r   t h e   c a v s   s m h
j u s t   a   l i t t l e   e v   m o b l e y   o u t   o f   4 9   b e f o r e   t i p   o f f   l e t e m k n o w   c a v s  
e v e r y o n e   t h e   c a v s   p l a y   t o n i g h t !   i   m i g h t   c r y   l o l     🏀   c a v s
d i s a p p o i n t i n g   w e   h a v e   t o   w a i t   l o n g e r   t o   s e e   t h e   f u l l   c a v s   s t a r t e r s   b u t   e x c i t e d   t o   s e e   h o w   d a r i u s   a n d   d o n o v a n   p l a y   n e x t   t o   e a c h   o t h e r .   c a v s   n b a p r e s e a s o n
v i d e o :   ' i t ' s   a   f a m i l y   a t m o s p h e r e ' :   c a v s   d o n o v a n   m i t c h e l l   a l r e a d y   f e e l s   a t   h o m e   i n   c l e v e l a n d   w i t h   n e w   t e a m  
t h e   c a v s   p l a y   b a s k e t b a l l   t o n i g h t ! ! ! !
c a v s   s q u a d   s o   d e e p   t h i s   y e a r   i   c a n   w a t c h   t h e   w h o l e   p r e s e a s o n   g a m e   w i t h o u t   g e t t i n g   b o r e d
w e ’ r e   p l a y i n g   b a a a a a s k e e e t b a a a a a l l l l   o n     a s   t h e   c a v s   o p e n   u p   t h e   p r e s e a s o n   i n   p h i l l y !  
a l r e a d y   p l a c e d   m y   b e t   w   c a v s !   b y   d a   t i m e   i   f o u n d   o u t   e v a n m o b l e y   i s n ’ t   p l a y i n g   i t   w a s   t o o   l a t e   t o   c a n c e l !   h o p e f u l l y   t h e y   c a n   s t i l l   c o v e r !   ( + 4 . 5 )   🙏   c a v s v s 7 6 e r s   g a m b l i n g t w i t t e r   g o c a v s !   c l e v e l a n d   n b a t w i t t e r
i n t e r e s t i n g   s t a r i n g   l i n e u p   f o r   t h e   c a v s   w h e r e   w i l l   t h i s   t e a m   r a n k   t h i s   s e a s o n   n b a   c a v s  
" i   j u s t   m e t   d g ’ s   m o m   l a s t   n i g h t   a n d   s h e ’ s   l i k e   ‘ w h a t e v e r   y o u   n e e d . ’   e v ' s   m o m   a s   w e l l , "   m i t c h e l l   s h a r e d . 
 
 ' i t ' s   a   f a m i l y   a t m o s p h e r e ' :   c a v s   d o n o v a n   m i t c h e l l   a l r e a d y   f e e l s   a t   h o m e   i n   c l e v e l a n d   w i t h   n e w   t e a m  
l e t ' s   g o ! ! !     l e t e m k n o w   c a v s
s o m e   c a v s   p r e g a m e   r e a d i n g   f o r   a n y o n e   w h o   m i s s e d   i t :  
t h e   n b a p r e s e a s o n   c o n t i n u e s .   w h o   a r e   y o u r   p i c k s   t h i s   e v e n i n g ?     n b a   b a s k e t b a l l   c a v s   7 6 e r s   p a c e r s   h o r n e t s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
    c a n   y o u   g u y s   p l e a s e   j u s t   b u y     ?   i ’ m   p a y i n g   $ 2 0   p e r   m o n t h   t o   “ c a s t ”   t h e   s t r e a m   f r o m   t h e   b a l l y   +   a p p   t o   m y   l g   4 k   t v .   i t ’ s   a s i n i n e .   c a v s   l e t e m k n o w
c a v s   w i t h   h i g h e r   e x p e c t a t i o n s   t h i s   y e a r .   t e a m s   w i l l   b e   c o m i n g   f o r   t h e   t h e m .         @ _ b i g j a y y _   l e t ' s   g o
s i x e r s   s t a r t e r s   a g a i n s t   t h e   c a v s 
 
 p . j .   t u c k e r 
 t o b i a s   h a r r i s 
 j o e l   e m b i i d 
 t y r e s e   m a x e y 
 j a m e s   h a r d e n 
 
 t i p - o f f   i s   s c h e d u l e d   f o r   7 : 0 0   p . m .   e s t 
 📺 
 📻
e p i s o d e s   w i l l   b e   d r o p p i n g   w e e k l y .   t o n i g h t   t h e   c a v s   t a k e   o n   t h e   7 6 e r s   f o r   s o m e   p r e s e a s o n   b u c k e t s   🏀
c a v s   s t a r t e r s   t o n i g h t   v .   p h i 
 g a r l a n d 
 m i t c h e l l   
 l e v e r t 
 l o v e 
 a l l e n
i t   o n l y   m a k e s   s e n s e   t o   s t a r t   o f f   t h e   c a v s   s e a s o n   b y   w a t c h i n g   a   n e w   e p i s o d e   o f   t h e   r e b o u n d   w i t h     & a m p ;   _ k l i m a c k 2 0   😏 
 
  
1 0 / 5   c a v s   v s .   7 6 e r s   
 c a r i s   l e v e r t   t o   s t a r t   a t   s f . 
 k e v i n   l o v e   s t a r t s   i n   p l a c e   o f   t h e   i n j u r e d   m o b l e y .   
 l e t e m k n o w  
t h e   c a v s   t i p   o f f   t h e   p r e s e a s o n   i n   a n   h o u r .   d o n o v a n   m i t c h e l l   i s   i n   t h e   s t a r t i n g   l i n e u p !   l e t e m k n o w
j a m a r k o   p i c k e t t   j o i n s   r i c k y   r u b i o ,   e v a n   m o b l e y   a n d   d y l a n   w i n d l e r   a s   t h e   p l a y e r s   o u t   t o n i g h t   f o r   t h e   c a v s   a g a i n s t   t h e   7 6 e r s .
i   w o u l d n ’ t   r e a d   m u c h   i n t o   w h o   i s   s t a r t i n g   a t   t h e   t h r e e   t o n i g h t .   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   h a s   m a d e   i t   c l e a r   h e ’ s   g o i n g   t o   e x p e r i m e n t   a t   t h e   s p o t   t o   c o m e   t o   a   c o n c l u s i o n   b e f o r e   t h e   g a m e s   a c t u a l l y   c o u n t .  
c a v s   s t a r t e r s   v s   p h i l l y :   d a r i u s   g a r l a n d ,   d o n o v a n   m i t c h e l l ,   c a r i s   l e v e r t ,   k e v i n   l o v e ,   a n d   j a r r e t t   a l l e n
y o u r   s t a r t i n g   f i v e   f o r   t h e   c a v s   t o n i g h t   a g a i n s t   t h e   7 6 e r s : 
 
 •   d a r i u s   g a r l a n d 
 •   d o n o v a n   m i t c h e l l 
 •   c a r i s   l e v e r t 
 •   k e v i n   l o v e 
 •   j a r r e t t   a l l e n
c a v s   w i l l   b e   w i t h o u t   d y l a n   w i n d l e r   ( r i g h t   a n k l e   i n j u r y ) ,   e v a n   m o b l e y   ( r i g h t   a n k l e   s p r a i n ) ,   j a m o r k o   p i c k e t t   ( b a c k   s p a s m s )   a n d   r i c k y   r u b i o   ( l e f t   k n e e   a c l   r e c o v e r y )   t o n i g h t   v s .   7 6 e r s .
c a v s   c a r i s   l e v e r t   t o   g e t   t h e   f i r s t   c r a c k   a t   s t a r t i n g   a t   s m a l l   f o r w a r d   
 

s o   a r e   a l l   t h e   c a v s   p r e s e a s o n   g a m e s   g o i n g   t o   b e   o n   n b a   t v   s o   i   c a n ’ t   w a t c h   t h e m ?   ☹ ️ 😡
j a e   c r o w d e r   t r a d e   t o   t h e   c a v a l i e r s ? 
   
 
   
 c a v a l i e r s n e w s   c a v a l i e r s t r a d e   c a v a l i e r s t r a d e r u m o r s   c a v s   c a v s n e w s   c a v s s u n s t r a d e   c a v s t r a d e   c a v s t r a d e r u m o r s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   n b a   n b a n e w s   n b a t r a d e   n b a t r a d e r u m o r s  
c a v s   v s .   7 6 e r s 
 ⏰   7 : 0 0   p . m . 
 📍   w e l l s   f a r g o   c e n t e r 
 📺     
 📻     
 l e t e m k n o w   |   c o u n t d o w n t o c a v s    
m a x e y   a n d   h a r r i s   w i l l   a l s o   p l a y .   s o   t h e   s i x e r s   w i l l   u n v e i l   t h e i r   n e w   s t a r t i n g   l i n e u p   t o n i g h t   v s .   t h e   c a v s .  
l o o k i n g   f o r w a r d   t o   t h i s   d g   x   s p i d a   d u o     📺 c a v s
.   o n   :   c a v s   g o a l   s h o u l d   s t a r t   w i t h   a   l o c k e d - i n   p l a y o f f   s p o t ;   m o b l e y ' s   l e a p   i n   s e c o n d   y e a r   c o u l d   b e   m a s s i v e  
s i x e r s   a s s i s t a n t   c o a c h   d a v e   j o e r g e r   w i l l   c o a c h   t o n i g h t   v s .   t h e   c a v s   i n   p l a c e   o f   d o c   r i v e r s ,   w h o   i s   u n d e r   t h e   w e a t h e r .
  h y p o t h e t i c a l   w i n d l e r   w i l l   l i k e l y   n e v e r   b e   a c t u a l i z e d   w i n d l e r ,   s a d l y .   t h e s e   c a v s   r o s t e r   s p o t s   a r e   g e t t i n g   m o r e   & a m p ;   m o r e   v a l u a b l e . . .
w e   g e t   t o   s e e   o u r   f i r s t   l o o k   a t   t h e   n e w   l o o k   c a v s   t o n i g h t 👀   h o w   f a r   c a n   d o n o v a n   m i t c h e l l   t a k e   t h e m ? ⚔ ️   n b a   c a v s  
  w i l l   b e   t h e   2   s e e d   t h i s   y e a r   i n   t h e   e a s t . . .   n b a   n b a p r e s e a s o n   c a v s   n b a j a p a n g a m e s
c a v s   p r e s e a s o n   g e t s   u n d e r w a y   t o n i g h t   i n   p h i l a d e l p h i a .   
 
   j o i n s     n e x t   f o r   t h e   l a t e s t   -   
 

2 4   h o u r s   a w a y   u n t i l   w e   b r e a k d o w n   e x t r e m e r u l e s ,   t h e   f o r t h e l a n d   i n   t h e   m l b p o s t s e a s o n   a n d   n f l   w e e k 5 ! 
 i n   4 8   h r s ,     o n   a l l   o f   t h e   a b o v e   ( m i n u s   t h e   w r a s s l i n ' ) ,   p l u s   d o n o v a n m i t c h e l l   a n d   t h e   c a v s !   l e t e m k n o w  
t h i s   w e e k ' s   t e r r y ' s   t a l k i n ,   t h e   o n e   w h e r e   t e r r y   p r o j e c t s   t h e   c a v s '   o p e n i n g - n i g h t   s f   a n d   s h a r e s   s o m e   r o g e r   m a r i s   s t o r i e s .   p l u s ,   k n u c k l e b a l l   t a l k .    
w h o   i s   r e a d y   f o r   a   c r a z y   s p o r t s   w e e k e n d   i n   c l e v e l a n d ? !   c a v s
b u t   e x p l a i n   t o   u s   b r o w n s   f a n s   w h y   l o c a l   m e d i a   h a s   t o   d w e l l   o n   l o s s e s   a n d   n e g a t i v i t y ,   w h i l e   i g n o r i n g   t h e   f a c t   t h a t   t h e y   i n   1 s t   p l a c e ,   d e s p i t e   b e i n g   d o u b t e d ?   s o m e t h i n g   i s   w o r k i n g ,   t a l k   a b o u t   t h a t !   o u r   c u l t u r e   i g n o r e s   d o u b t   & a m p ;   s e r v e   c r o w .   g u a r d i a n s ,   c a v s   .   t h e n   m e d i a   o n   b a n d w a g o n .
w i t h   l a u r i   m a r k k a n e n   g o n e ,   d e a n   w a d e   c o u l d   s t e p   i n   a s   t h e   c a v s '   n e w   s t a r t i n g   s m a l l   f o r w a r d .   i t ' s   a n   o p e n   c o m p e t i t i o n   i n   t r a i n i n g   c a m p   b u t   w a d e   c o u l d   b e   o n   t h e   i n s i d e   t r a c k   f o r   q u i t e   a   f e w   r e a s o n s . 
 

t h e   i d e a   o f   d y l a n   w i n d l e r   h a s   a l w a y s   b e e n   h i s   m o s t   a t t r a c t i v e   n b a   f e a t u r e   a n d   h e   c o u l d   s t i l l   r e a c h   h i s   p o t e n t i a l   o n e   d a y .   b u t ,   i t   m i g h t   n o t   b e   w i t h   t h e   c a v s   i f   t h e y   u s e   h i m   a s   a   t r a d e   c h i p . 
 

r a u l   n e t o   w a s   a t   o n e   p o i n t   c o n s i d e r e d   a   b r i d g e   t o   a   r e c o v e r e d   r i c k y   r u b i o .   b u t ,   w i t h   t h e   c a v s   g e t t i n g   d o n o v a n   m i t c h e l l ,   i s   n e t o   a s   n e a t - o   o f   a   s i g n i n g ? 
 

c a v s   g a m e d a y   p r e   s e a s o n ,   s t i l l   
 t h i s   c a v s   t e a m   i s   e x c i t i n g !   y o u n g ,   t a l e n t e d   a n d   h u n g r y   n b a   m o b l e y   g a r l a n d   l o v e   m i t c h e l l  
    k e e p   d r e a m i n g   r a d a r r i n n a   y o u ' r e   m o r e   l i k e   a n t h o n y   b e n n e t t   f r o m   t h e   c a v s     o n e   o f   t h e   b i g g e s t   b u s t s   i n   n b a   h i s t o r y .     r i n n a   c o u l d   n e v e r   b e   a   " l e b r o n "   r a t c h e t t r i n n a   k e e p   d r e a m i n g !     r h o b h   r h o b h m e a n g i r l s
c o u l d   v o l u n t e e r i n g   b e   f o r   y o u ?   w h y   n o t   f i n d   o u t   a b o u t   
 t h e   g r e a t   o p p o r t u n i t i e s   t h a t   w e   c a n   o f f e r   h e r e   a t   c a v s .   i t ' s   a   g r e a t   w a y   t o   m e e t   n e w   p e o p l e   a n d   b e   p a r t   o f   a   f r i e n d l y   t e a m   w h o   p a s s i o n a t e l y   c a r e   a b o u t   o t h e r s   i n   t h e i r   c o m m u n i t y .     c o n t a c t   u s   f o r   m o r e   d e t a i l s .  
w h e t h e r   d e a n   w a d e   s t a r t e d   o r   c a m e   o f f   t h e   b e n c h   f o r   t h e   c a v s ,   h e   w a s   n e v e r   f l a s h y   b u t   a l w a y s   r e l i a b l e .   w a d e ’ s   s u c c e s s   i s   a   t e s t a m e n t   t o   u t i l i z i n g   t h e   c h a r g e .   b u t ,   w i t h   l a u r i   m a r k k a n e n   n o w   w i t h   t h e   j a z z ,   c o u l d   h e   s t a r t   a t   t h e   t h r e e   t h i s   s e a s o n ?    
w h i c h   n b a   s t a r   d o   y o u   t h i n k   w i l l   b e   a   g a m e   c h a n g e r   f o r   t h e i r   n e w   f r a n c h i s e ?   🔀 💪 
 
 d o n n o v a n m i t c h e l l   r u d y g o b e r t   j a l e n b r u n s o n   p j t u c k e r   c a v s   k n i c k s   7 6 e r s   t i m b e r w o l v e s  
v e r y   e x c i t e d   f o r   t h e   n e w   s e a s o n   c a v s     🗣 ️   l e t e m k n o w   🏀   t h e   r o a d   b a c k   i s   f u n   ❤ ️
" d y l a n   w i n d l e r   -   s p r a i n e d   a n k l e " 
 
 c a v s  
t h e   e a r l y   c a v s   h y p e   h a s   m e   w o r r i e d .   y e a h   t h e y   a r e   s t a c k e d   f o r   s t a r t e r s   b u t   b e n c h   i s   t h i n ,   n e e d s   m o r e   p r o v e n   w i n g   s h o o t e r s ,   g u a r d   d   i s   s u s p e c t   & a m p ;   h a v e n ’ t   w o n   s h i t   y e t ,   n o t   e v e n   a   p l a y - i n   g a m e .
c a v s   t i c k e t s :   w e   s t i l l   h a v e   1 0   a n d   2 0   g a m e   t i c k e t   p a c k a g e s   a v a i l a b l e   f o r   t h i s   s e a s o n !   l e t   m e   k n o w   i f   i   c a n   a s s i s t   w i t h   a n y   o f   t h e   f o l l o w i n g :   p r e m i u m   s e a t i n g   f o r   s i n g l e   g a m e s ,   s u i t e s / b o x e s ,   a n d   g r o u p   t i c k e t s .   c a v s t i c k e t s   c a v s   l e t e m k n o w   c a v s u n i t e d  
n o   n e e d   t o   o v e r t h i n k   o r   o v e r c o m p l i c a t e   t h e   f i r s t   g a m e   o f   c a v s   p r e s e a s o n .   j . b .   b i c k e r s t a f f   i s   j u s t   l o o k i n g   f o r   a   h i g h   l e v e l   o f   c o m p e t i t i o n   a n d   s e l f l e s s n e s s   t o n i g h t   i n   p h i l a d e l p h i a .    
t h i s   d u d e   n e e d s   t o   p l a y   i n   t h e   p r e s e a s o n   t o   e a r n   a   s p o t   f o r   t h e   c a v s … h e ’ s   a l w a y s   h u r t    
c a v s   s w i n g m a n   d y l a n   w i n d l e r   w i l l   n o t   p l a y   i n   t o n i g h t ' s   p r e s e a s o n   o p e n e r   - -   a n d   d i d n ' t   m a k e   t h e   t r i p   t o   p h i l l y   - -   b e c a u s e   o f   a   m i n o r   r i g h t   a n k l e   i n j u r y   s u f f e r e d   a t   t h e   e n d   o f   y e s t e r d a y ' s   p r a c t i c e ,   s o u r c e s   t e l l     
 

  t h i n g   m a k i n g   m e   t h i n k   c a v s   w i l l   b e   a   t o p   6   s e e d   i s   w e ' r e   n o w   i n s u l a t e d   a   b i t   f r o m   i n j u r y   i s s u e s   d e s t r o y i n g   t h e   t e a m   l i k e   l a s t   y r ,   e s p   w h e n / i f   r u b i o   i s   b a c k .   e v e n   g u y s   l i k e   l e v e r t   & a m p ;   l o p e z . . .   n o t   l i k e   h a v i n g   t o   s t a r t   m o s e s   b r o w n   & a m p ;   b r a n d o n   g o o d w i n .
" y o u   w a n t   t o   b e   g r e a t .   y o u   w a n t   t o   h e l p   e a c h   o t h e r   b e   g r e a t .   b u t   s o m e t i m e s   b e i n g   g r e a t   i s   l i k e ,   ' y o u ' r e   a   b a d   d u d e ,   t o o .   g o   a h e a d   a n d   a t t a c k . ' " 
 
 d o n o v a n   m i t c h e l l   d e s c r i b e s   t h e   r a p p o r t   h e ' s   e s t a b l i s h i n g   w i t h   d a r i u s   g a r l a n d   o n e   w e e k   i n t o   c a v s   t r a i n i n g   c a m p .    
          i   a g r e e   g o   c a v s .   l e t e m k n o w
          n e w   s e a s o n   -   i   n e e d   t o   i n c r e a s e   m y   f o l l o w s   f o r   p e o p l e   w h o   a r e   t a l k i n g   c a v s .   l e t ' s   g o !
h o w   d o   i   w a t c h   t h e   c a v s   t o n i g h t ?
c l e v e l a n d   c a v a l i e r s :   e v a n   m o b l e y   o u t   1 - 2   w e e k s   w i t h   a n k l e   i n j u r y 
   
 
   
 c a v s   c a v s b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   e v a n m o b l e y a n k l e   e v a n m o b l e y i n j u r y  
c a r i s   l e v e r t   s a y s   h e ' s   f i n a l l y   h e a l t h y   a g a i n ,   c a n ' t   w a i t   t o   s e e   w h a t   c a v s   c a n   d o  
o u r   f i r s t   g l i m p s e   o f   t h e s e   t w o   t o n i g h t   👀 👀   l e t e m k n o w   c a v s   d g t h e p g   s p i d a  
p r e s e a s o n   g a m e   t o n i g h t ! 
 c a v s   🏀 🏀 🏀 
 y a a a a a a a a y y y y y y y  
t h e   s i x e r s   a r e   h o m e   t o n i g h t   a t   t h e   w e l l s   f a r g o   c e n t e r   f o r   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   c l e v e l a n d   c a v a l i e r s !   n b a   s i x e r s   c a v s  
    t h a t ' s   o b v i o u s   l e b r o n ' s   n o t   a   l a k e r   h e   j u s t   p l a y i n g   o n   a   t e a m   h e   r a n   t o   a f t e r   l e a v i n g   c a v s   h e a t   h e ' s   a   r u n n e r   w i t h   o n l y   f o u r   c h i p s   i   h a v e   y e t   t o   s e e   a   f u l l   s e a s o n   o f   g a m e s   w / o   * a s t e r i s k   d i d n ' t   d o   i t   l a s t   s e a s o n   a n d   n o t   t h i s   s e a s o n   e i t h e r   h e ' s   d o n e ,   l i k e   m y   r o l l s   a t e   u p   🤭 😁 😂 🥟
m u s t   h a v e   f o r   c a v s   f a n s   y o u   n e e d   o n e   a s   w e l l     👇 🏼 👀 .  
c a v s   p r e s e a s o n   t o d a y ,   i ’ l l   b e   t u n e d   i n   .
d a r i u s   g a r l a n d   w i l l   b e   a   t o p   5   p o i n t   g u a r d   i n   t h e   n b a   t h i s   y e a r .   e v a n   m o b l e y   w i l l   b e   a   s t a r   b y   t h e   e n d   o f   t h e   y e a r .   j a r r e t t   a l l e n   w i l l   e a r n   a n o t h e r   a l l   s t a r   n o d .   d o n o v a n   m i t c h e l l   w i l l   b e   t h e   m i s s i n g   p i e c e .   c a v s   w i l l   b e   a   t o p   3   s e e d .   p i n   t h i s   t w e e t .
d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .   
 d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .   
 d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .   
 d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .   
 d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .   
 d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .
c o m e   j o i n   o u r     d i s c o r d   t o n i g h t   a t   7   p . m .   t o   l i v e   c h a t   t h e   g a m e   a n d   h a n g   w i t h   s o m e   h o o p s   d e g e n e r a t e s   c a v s 
 
  
i s a a c   o k o r o   w e n t   i n t o   t h e   o f f s e a s o n   f o c u s e d   o n   g r o w i n g   h i s   o f f e n s i v e   g a m e .   s o   c a v s   s h o o t i n g   c o a c h   a n d r e w   o l s o n   t r a v e l e d   t o   t h e   a t l   a r e a   a   f e w   t i m e s   t h r o u g h o u t   t h e   s u m m e r   t o   w o r k   w i t h   h i m . 
 
 i n s i d e   o k o r o ’ s   s u m m e r   f o c u s e d   o n   g r o w i n g   h i s   o f f e n s i v e   p r e s e n c e : 

c a v s   n o t e s :   c o a c h   j . b .   b i c k e r s t a f f   s a y s   s p r a i n e d   a n k l e   h a s   e v a n   m o b l e y   f e e l i n g   f r u s t r a t e d  
c a r i s   l e v e r t   s a y s   h e ' s   f i n a l l y   h e a l t h y   a g a i n ,   c a n ' t   w a i t   t o   s e e   w h a t   c a v s   c a n   d o  
i   c a n ’ t   w a i t   f o r   t o n i g h t ;   w e   g e t   a   s n e a k   p e a k   o f   c a v s   l e t e m k n o w
c a v s   p r e s e a s o n   g a m e   d a y ! !   l e t e m k n o w   c a v s  
t h e   c a v s   p l a y   t o n i g h t . . . .  
s p o r t s   a t   : 1 5   & a m p ;   : 4 5   g u a r d i a n s   w i n .           ( 9 1 - 7 0 )   w i l l   h o s t   r a y s   i n   p l a y o f f .                   c a v s   a t   p h i l l y   7 p   b r o w n s   g e t   r e a d y   f o r   c h a r g e r s .                                                                                                                                        
g o o d   m o r n i n g   e v e r y b o d y !   c a v s   b a s k e t b a l l   i s   b a c k ! ! ! !   c a v s
k y r i e   i r v i n g ' s   m i n d b l o w i n g   h a n d l e s   
 f u l l   v i d e o   l i n k : 
 
 n b a   n b a 2 k 2 3   k y r i e i r v i n g   c a v s   b a s k e t b a l l   b a s k e t b a l l s h o r t s  
c l e v e l a n d   h a s n ’ t   s e e n   a   h o m e   p l a y o f f   w i n   i n   a n y   s p o r t   s i n c e   l e b r o n   a n d   t h e   c a v s   w o n   t h a t   e p i c   g a m e   7   o f   t h e   e c f   4 +   y e a r s   a g o .     
 
 w e   h a v e n ’ t   h a d   a   p l a y o f f   g a m e   i n   c l e v e l a n d   w i t h   f a n s   s i n c e   t h e   a l d s   i n   2 0 1 8   v s   h o u s t o n .   
 
 d o w n t o w n   i s   g o i n g   t o   b e   f u c k i n   r o c k i n   o n   f r i d a y   f o r t h e l a n d
    t h a t   n o v   2 8   g a m e   a g a i n s t   t h e   c a v s   m i g h t   n o t   b e   t o o   f u n   f o r   w h o e v e r   y o u ' r e   s e n d i n g   ; )
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     t s y   s u r v i v o r   c a v s   b u l l s   p a t r i o t s   p a c k e r s   b e a r s   m i a m i   t a m p a   t o m b r a d y   w a s h i n g t o n   d c
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
c a v s   t o m o r r o w   n i g h t !   l f g !
a   l o t   o f   f a n s   m a y   h a v e   b e e n   s h o c k e d   w h e n   d o n o v a n   m i t c h e l l   w a s   t r a d e d   t o   t h e   c a v s !   h o w e v e r ,   c l e v e l a n d   a n d   u t a h   h a v e   a   h i s t o r y   o f   m a k i n g   d e a l s   w i t h   e a c h   o t h e r .   
 
 t a k e   a   l o o k   b a c k   a t   s o m e   o f   t h e   t r a d e s   t h e   c a v s   a n d   j a z z   h a v e   m a d e   o v e r   t h e   l a s t   f e w   y e a r s .  
c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c   1
m o s t   p o i n t s   i n   n b a   h i s t o r y   i n   o n e   p l a y o f f   r u n   🔥 
 
 m i c h a e l   j o r d a n :   7 5 9   ( 1 9 9 2 ) 
 l e b r o n   j a m e s :   7 4 8   ( 2 0 1 8 ) 
 k a w h i   l e o n a r d :   7 3 2   ( 2 0 1 9 ) 
 h a k e e m   o l a j u w o n :   7 2 5   ( 1 9 9 5 ) 
 a l l e n   i v e r s o n :   7 2 3   ( 2 0 0 1 ) 
 
 b u l l s   c a v s   r a p t o r s   r o c k e t s   s i x e r s   n b a  
  i   c a n n o t   w a i t ! ! !     i   a m   s o   h a p p y   y o u   a r e   a   c l e v e l a n d   c a v a l i e r ! ! ! !   c a v s   n b a
d o n o v a n   m i t c h e l l ’ s   s h o t   i s   j u s t   p u r e .   l e t e m k n o w   c a v s
c a v s   r i c k y   r u b i o   g e t t i n g   i n   s o m e   e x t r a   w o r k   a f t e r   p r a c t i c e   t o d a y   a s   h e   w o r k s   h i s   w a y   b a c k   f r o m   a   k n e e   i n j u r y .  
j o e   r o g a n   p o d c a s t   c o m e d y   c o l l e g e   s h o u t o u t   b y   c o m e d y   i c o n   n a t e   b a r g a t z e :     d c   m a r y l a n d   v i r g i n i a   c a v s   b u l l s   d w t s   a h s c u l t   a h s   s t a r w a r s   h a w k e y e s   w a t e r f a l l
f a i t h f u l   g o o d   e v e n i n g …   n b a   c a v s   a l l f o r o n e    
i t   s a y s   s t r o n g e r ,   b u t   d o e s n ’ t   s a y   w h e r e   h e ’ s   s t r o n g e r   a t .   s o ,   i t   c o u l d   m e a n   s e v e r a l   t h i n g s .   s t r o n g e r   i n   a   f e w   a r e a s ,   i n c l u d i n g   s h o o t i n g   w i s e   -   w h i c h   i s   w h a t   h e ’ s   b e e n   w o r k i n g   h a r d   o n   a l l   s u m m e r   k n o w i n g   t h e   c a v s   n e e d   h i m   t o   b e c o m e   a   v i a b l e   o p t i o n   s h o o t i n g   w i s e . 
 
 l e t e m k n o w  
c a v s   e v a n   m o b l e y   h a s   a   r i g h t   a n k l e   s p r a i n   t h a t   w i l l   h o l d   h i m   o u t   a p p r o x .   1 - 2   w e e k s . 
 
 i   a s k e d   j . b .   b i c k e r s t a f f   t o d a y   i f   t h e r e   w a s   c o n c e r n   a b o u t   h i m   m i s s i n g   t h e   b e g i n n i n g   o f   t h e   r e g u l a r   s e a s o n ,   a n d   a s   o f   r i g h t   n o w ,   t h e r e   i s n ' t . 

w h i c h   s p o r t s   p l a y e r   d o   y o u   t h i n k   o f   f i r s t   w h e n   y o u   h e a r   c l e v e l a n d ?   g u a r d i a n s   b r o w n s   c a v s
c a v s   h c   j . b .   b i c k e r s t a f f   d o e s n ' t   s e e m   c o n c e r n e d   a b o u t   e v a n   m o b l e y   m i s s i n g   r e g u l a r   s e a s o n   t i m e .   t h a t ,   p l u s   w h a t   t o   e x p e c t   f r o m   t h e   f i r s t   p r e s e a s o n   g a m e   a n d   t h e   r e s u l t s   o f   t h e   n b a   g m   s u r v e y   i n   t o d a y ' s   n o t e b o o k   w r i t t e n   b y     
 
  
c a v s   c o a c h   j b   b i c k e r s t a f f   d o e s n ' t   s e e m   c o n c e r n e d   a b o u t   e v a n   m o b l e y   m i s s i n g   r e g u l a r   s e a s o n   t i m e .   t h a t ,   p l u s   w h a t   t o   e x p e c t   f r o m   t h e   f i r s t   p r e s e a s o n   g a m e   a n d   t h e   r e s u l t s   o f   t h e   n b a   g m   s u r v e y   i n   t o d a y ' s   n o t e b o o k .  
r e a d   j a c k s o n ’ s   l a t e s t ,   c a v s   f a n s ! ! ! ! ! ! ! !  
t h e s e   2   c a v s   a r e   p l a y e r s   t o   k e e p   a n   e y e   o n   i n   e v a n   m o b l e y ’ s   a b s e n c e ,   w r i t e s   .     l e t e m k n o w
      n o   m o r e   s e x l a n d   b u t   i   g o t   i t   f o r   y ’ a l l   i t ’ s   n o w   s p i d a l a n d                       l e t e m k n o w   c a v s   
 _ c l e m    
e v   p u r p l e   w a v e   r o o k i e   s h o w e d   u p   r i g h t   o n   t i m e   f o r   t i p - o f f   t o m o r r o w   n i g h t   l e t e m k n o w   c a v s   🤩 📪   y o u g o t m a i l  
d e s p i t e   m i s s i n g   t h e   n e x t   1 - 2   w e e k s   w i t h   a n   a n k l e   i n j u r y ,   m o b l e y   i s n ’ t   e x p e c t e d   t o   m i s s   t h e   r e g u l a r   s e a s o n   o p e n e r .   c a v s    
e v a n   m o b l e y   t o   m i s s   t i m e   d u e   t o   i n j u r y   
 n b a   l e t e m k n o w   c a v s   

c l e v e l a n d   c a v a l i e r s   t e a m ,   ( a n d   e v e n   n e w e s t   c a v ,   d o n o v a n   m i t c h e l l )   h a s   n o t i c e d   i s a a c   o k o r o   i s   l o o k i n g   m u c h   s t r o n g e r   o n   t h e   f l o o r   s o   f a r   a s   w e   s i t   i n   t h e   2 0 2 2 - 2 3   p r e s e a s o n .   t h e   r e g u l a r   s e a s o n   c o u l d   t u r n   t o   l o o k   q u i t e   i m p r e s s i v e   o f   o k o r o ,   a s   w e l l   n b a   c a v s    
c a v s   c o a c h   j b   b i c k e r s t a f f   w o u l d n ' t   t i p   h i s   h a n d   a s   t o   w h o   w i l l   b e   t h e   s t a r t i n g   s m a l l   f o r w a r d .   a l s o   d e c l i n e d   t o   a n s w e r   w h o   w i l l   b e   i n   t h e   s t a r t i n g   l i n e u p   t o m o r r o w   n i g h t   f o r   t h e   p r e s e a s o n   o p e n e r   i n   p h i l a d e l p h i a .  
d o n o v a n   m i t c h e l l   s a y s   i t   s t i l l   h a s n ’ t   s u n k   i n   t h a t   h e ’ s   a   m e m b e r   o f   t h e   c a v s   a n d   i t   l i k e l y   w o n ’ t   u n t i l   t h e   t e a m   p l a y s   a   h o m e   g a m e .   
 l e t e m k n o w   |   c o u n t d o w n t o c a v s  
t h e   a n n u a l   n b a   g m   s u r v e y   –   a   c o m p i l a t i o n   o f   5 0   q u e s t i o n s   a b o u t   t h e   b e s t   t e a m s ,   p l a y e r s ,   c o a c h e s   a n d   o f f s e a s o n   m o v e s   –   w a s   r e l e a s e d   t u e s d a y   m o r n i n g ,   a n d   t h e   c a v s   r e c e i v e d   p l e n t y   o f   a c c l a i m .  
c a v s   a n d   g u a r d i a n s   a r e   b o t h   c u r r e n t l y   3 5 - 1   t o   w i n   c h a m p i o n s h i p s .   a   $ 1 0 0 0   p a r l a y   w o u l d   n e t   1 . 3   m i l l i o n   d o l l a r s   i f   h e l l   f r o z e   o v e r   a n d   b o t h   p u l l e d   i t   o f f .   c l e v e l a n d   f u n   f a c t .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   e v a n   m o b l e y   i n j u r e d   h i s   r i g h t   a n k l e   s a t u r d a y   d u r i n g   5 - o n - 5   d r i l l   b u t   s a i d   r i g h t   n o w   t h e r e   i s n ’ t   a n y   c o n c e r n   h e   w o u l d   m i s s   t h e   s t a r t   o f   t h e   r e g u l a r   s e a s o n .  
" t h e r e ' s   i n - s h a p e ,   a n d   t h e n   t h e r e ' s   g a m e   s h a p e . " 
 
 d o n o v a n   m i t c h e l l   a n d   j . b .   b i c k e r s t a f f   a r e   l o o k i n g   f o r w a r d   t o   s e e i n g   w h e r e   t h e   c a v s   a r e   w i t h   t h e i r   c o n d i t i o n i n g   t o m o r r o w   n i g h t   i n   p h i l a d e l p h i a .   c o a c h   s a y s   i t ' s   a n   a r e a   t h e   t e a m   i s   l o o k i n g   t o   b e   e l i t e   i n .    
w h a t   d o   w e   t h i n k   c l e v e l a n d … a r e   w e   o k   w i t h   t h i s   o r   n o t   ?   c a v s 🏀 
         _ m a n i a       _ s h a d e  
n o w   t h a t   t r a v e l   h a s   o f f i c i a l l y   b e g u n   f o r   c a v s   s e a s o n ,   i ’ m   l o o k i n g   f o r   a n y   n e t f l i x   s u g g e s t i o n s   f o r   t h e s e   f l i g h t s .   w h a t c h a   g o t   f o r   m e ?
j . b .   b i c k e r s t a f f   d i v e s   i n t o   t h e   e v a n   m o b l e y   s p r a i n e d   a n k l e   i n j u r y .   c a v s    
j . b .   b i c k e r s t a f f   s a y s   t h e r e   i s   n o t   c u r r e n t l y   a   c o n c e r n   t h a t   e v a n   m o b l e y   w o u l d   m i s s   t h e   b e g i n n i n g   o f   t h e   r e g u l a r   s e a s o n   w i t h   a   s p r a i n e d   a n k l e .   
 
 m o b l e y ,   w h o   w a s   d r i v i n g   d o w n   t h e   l a n e   d u r i n g   5 - o n - 5   s c r i m m a g e s   o n   s a t u r d a y ,   l a n d e d   o n   a   t e a m m a t e s   f o o t   c o m i n g   d o w n ,   j . b .   s a y s .   c a v s  
c a v s   h e a d   c o a c h   j b   b i c k e r s t a f f   w a s   a s k e d   i f   t h e   t e a m   i s   w o r r i e d   e v a n   m o b l e y   m a y   m i s s   t h e   s t a r t   o f   t h e   s e a s o n   w i t h   h i s   s p r a i n e d   r i g h t   a n k l e :   “ i   m e a n ,   n o t   n o w ,   o b v i o u s l y   w e   s e e   h o w   h e   r e s p o n d s   a n d   a l l   t h a t .   w e ’ l l   a l w a y s   b e   s a f e   w i t h   o u r   g u y s .   r i g h t   n o w   t h e r e   i s n ’ t   c o n c e r n . ”
c a v s   g u a r d   d o n o v a n   m i t c h e l l   s a i d   h e ’ l l   r e a l l y   f e e l   t h e   m o m e n t   b e i n g   a   c a v a l i e r ,   h i s   c h i l d h o o d   t e a m ,   t h e   f i r s t   t i m e   h e   p l a y s   i n   f r o n t   o f   f a n s   a t   r o c k e t   m o r t g a g e   f i e l d h o u s e . 
 
 “ i ’ l l   b e   l i k e ,   ‘ h o l y   s h i t !   t h i s   i s   r e a l . ’ ”
c a v s   c o a c h   j . b .   b i c k e r s t a f f   s a i d   e v a n   m o b l e y   s p r a i n e d   h i s   r i g h t   a n k l e   s a t u r d a y .   b i c k e r s t a f f   s a i d   h e ' s   d i s a p p o i n t e d   b u t   t a k i n g   i t   i n   t y p i c a l   m o b l e y   f a s h i o n ,   n e v e r   t o o   h i g h   o r   t o o   l o w .
c a v s   g u a r d   d o n o v a n   m i t c h e l l   s h a r e s   w i t h   m e   t h a t   c l e v e l a n d   h a s   t h e   p o t e n t i a l   t o   b e   o n e   o f   t h e   m o s t   b a l a n c e d   t e a m s   o n   t h e   c o u r t   t h i s   s e a s o n .   b u t ,   f o r   n o w ,   t h e i r   d e f e n s e   i s   f a r   a h e a d   o f   t h e i r   o f f e n s e .
j a r r e t t   a l l e n   c o n f i d e n t   s m a l l e r   l i n e u p   c a n   s t i l l   c o m e   u p   b i g   f o r   c a v s  
d o n o v a n   m i t c h e l l   s a y s   t h a t   c a v s   f o r w a r d   i s a a c   o k o r o   h a s   g o t t e n   a   l o t   s t r o n g e r   t h i s   o f f s e a s o n   a n d   i t ’ s   r e a l l y   s t o o d   o u t   o n   t h e   c o u r t .
  w e   l o v e   c a v s   s u p e r s t a r   g u a r d   d o n o v a n   m i t c h e l l
c a v s   s u p e r s t a r   g u a r d   d o n o v a n   m i t c h e l l   n o w   j o i n s   u s .  
c a v s   j . b .   b i c k e r s t a f f   o n   h o w   e v a n   m o b l e y ' s   d o i n g   w i t h   t h e   i n j u r y :   " h e ' s   o b v i o u s l y   f r u s t r a t e d   b u t   i n   e v a n   f a s h i o n ,   h e ' s   f i n e . "
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   j u s t   q u i e t l y   s h a k e s   h i s   h e a d   “ n o ”   w h e n   a s k e d   a b o u t   w h o   w i l l   b e   s t a r t i n g   a t   t h e   t h r e e   t o m o r r o w   n i g h t   a g a i n s t   t h e   7 6 e r s .
c a v s   j . b .   b i c k e r s t a f f   s a i d   e v a n   m o b l e y   i n j u r e d   h i s   a n k l e   i n   l i v e   p r a c t i c e   o n   s a t u r d a y .   t h e y ' r e   h o p e f u l   f o r   a   q u i c k   r e c o v e r y   b u t   w i l l   m o n i t o r   h i s   r e s p o n s e   t o   t r e a t m e n t .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a y s   t h e r e ’ s   n o   c o n c e r n   a t   t h i s   t i m e   i n   r e g a r d s   t o   e v a n   m o b l e y   m i s s i n g   t h e   r e g u l a r   s e a s o n   o p e n e r   a g a i n s t   t h e   t o r o n t o   r a p t o r s . 
 
 b u t ,   t h e y ’ l l   e v a l u a t e   a n d   s e e   h o w   m o b l e y ’ s   f e e l i n g   t h r o u g h   a l l   o f   t h i s .
s o m e   m o r e   r i c k y   r u b i o   c u t t i n g   a n d   s h o o t i n g   a s   t h e   c a v s   w r a p   u p   p r a c t i c e .  
q u e s t i o n :   i f   y o u ' r e   l i s t e n i n g   t o   a   c a v s   p o d c a s t   b r e a k i n g   d o w n   a   g a m e   t h e   d a y   a f t e r ,   w h a t   d o   y o u   w a n t   f r o m   t h a t   p o d c a s t ?
t h e   n b a   h a s   r e l e a s e d   a n n u a l   g m   s u r v e y : 
 
 - c a v s   p r e d i c t e d   t o   f i n i s h   6 t h   i n   t h e   e a s t 
 - e v a n   m o b l e y   v o t e d   m o s t   l i k e l y   t o   h a v e   a   b r e a k o u t   s e a s o n 
 - d o n o v a n   m i t c h e l l   o f f s e a s o n   a c q u i s i t i o n   w i t h   b i g g e s t   i m p a c t 
 - c a v s   h a d   b e s t   o f f s e a s o n 
 - c a v s   v o t e d   2 n d   m o s t   i m p r o v e d .   

m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   a l o n g   w i t h   s e l e c t   p l a y e r s   o n c e   p r a c t i c e   c o n c l u d e s . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
j . b .   b i c k e r s t a f f   g o n n a   b e   u n d e r   a   l o t   o f   p r e s s u r e   t h i s   s e a s o n .   
 
 c a v s
b e s t   y o u n g   c o r e .   b e s t   o f f s e a s o n .   b r e a k o u t   p l a y e r .   m o s t   i m p a c t f u l   o f f s e a s o n   a d d i t i o n .   o p p o s i n g   n b a   g m s   s e e   b i g   t h i n g s   a h e a d   f o r   c a v s   
 

  _ 1 n e   i ' m   n o t   s a y i n g   c a v s   c a n ' t   f i n i s h   4 t h ,   b u t   e a s t   i s   b r u t a l   & a m p ;   t h e r e   a r e   a   b u n c h   o f   t e a m s   t h a t   c o u l d   e a s i l y   f i t   i n   t h a t   4 - 6   r a n g e   ( c a v s / h e a t / h a w k s / r a p t o r s / n e t s ) .   
 
 e v e n   b u l l s ,   h o r n e t s ,   k n i c k s   & a m p ;   w i z a r d s   s h o u l d   b e   p r e t t y   c o m p e t i t i v e .   
 
 t h i s   i s n ' t   y o u r   g r a n d f a t h e r ' s   e a s t e r n   c o n f e r e n c e .
t h e   c a v s   w e r e   a l s o   s e l e c t e d   a s   t h e   t e a m   w i t h   t h e   n b a ’ s   b e s t   y o u n g   c o r e .  
w i l l   s h a r i f e   c o o p e r   p e r f o r m   o n   t h e   c l e v e l a n d   c a v s ? ?     v i a     c a v s
    c r o w d e r   i s   a   c a n c e r ,   d o n ’ t   w a n t   h i m   o n   t h i s   y o u n g   t e a m .   h e ’ s   b e e n   o n   7   t e a m s   i n   1 0   y e a r s   f o r   a   r e a s o n .   c a v s
j a r r e t t   a l l e n   c o n f i d e n t   s m a l l e r   l i n e u p   c a n   s t i l l   c o m e   u p   b i g   f o r   c a v s  
i n   t h e   n b a   g m   s u r v e y ,   t h e   c a v s   r a n k e d   s i x t h   i n   t h e   e a s t e r n   c o n f e r e n c e ,   w i t h   1 4 %   o f   t h e   f o u r t h - p l a c e   v o t e s   o v e r a l l   a n d   h a d   t h e   b e s t   o f f s e a s o n 
 
 m o b l e y   w a s   v o t e d   m o s t   l i k e l y   t o   h a v e   a   b r e a k o u t   s e a s o n   w h i l e   m i t c h e l l   w a s   v o t e d   t o   h a v e   t h e   b i g g e s t   i m p a c t . 
 

n b a   g e n e r a l   m a n a g e r s   a r e   c l e a r l y   f e e l i n g   t h e   c a v s   t h i s   s e a s o n . . .  
i n   t h e   n b a ’ s   a n n u a l   g m   s u r v e y ,   c a v s   a r e   r a n k e d   6 t h   i n   t h e   e a s t .   t h e y   t o p p e d   t h e   l i s t   f o r   b e s t   o f f s e a s o n   & a m p ;   m o s t   p r o m i s i n g   y o u n g   c o r e .   a l s o   e v a n   m o b l e y   c a m e   i n   1 s t   f o r   t h e   p l a y e r   m o s t   l i k e l y   t o   h a v e   a   b r e a k o u t   s e a s o n   & a m p ;   d o n o v a n   m i t c h e l l   t h e   a c q u i s i t i o n   w h o   w i l l   m a k e   b i g g e s t   i m p a c t
g r a d e y   d i c k ,   a   5 - s t a r   s g / s f   f r o m   k a n s a s   i s   m o c k e d   t o   t h e   c a v s   i n   t h i s   o n e .  
o n   t o d a y ’ s   s h o w ,     a n d     s p r e a d   t h e i r   w i n g s   a n d   t a k e   f l i g h t   w h e n   b r e a k i n g   d o w n   t h e   d e p t h   c h a r t   o n   t h e   p e r i m e t e r   f o r   t h e   c a v s . 
 
 p r o d u c e d   b y   .   
 
 📺 :   
 🎧 :    
i c y m i ,   h e r e   w e r e   3   t h i n g s   t o   w a t c h   f o r   i n   c a v s   p r e s e a s o n ,   v i a   .   2   o f   t h e   3   w i l l   s t i l l   d e f i n i t e l y   b e   i n - p l a y .     l e t e m k n o w
i c y m i :   c a v s '   e v a n   m o b l e y   c o u l d   m i s s   u p   t o   t w o   w e e k s   w i t h   r i g h t   a n k l e   s p r a i n     v i a  
e v a n   m o b l e y   t o   m i s s   t i m e   d u e   t o   i n j u r y   
 n b a   l e t e m k n o w   c a v s   

c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c
p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c
o n   t o d a y ' s   s h o w   a t   1 1 : 
 -   h o w   c a n   t h e   b r o w n s   t a k e   a d v a n t a g e   o f   j o e y   b o s a   b e i n g   o u t ? 
 -   c a n   b r i s s e t t   m a t c h   p o i n t s   w i t h   h e r b e r t   a n d   t h e   c h a r g e r s ? 
 -     & a m p ;     
 -   g u a r d i a n s   p l a y o f f   x - f a c t o r 
 -   u p d a t e   o n   m o b l e y   i n j u r y   c a v s 

h a p p y   4 2 n d   b i r t h d a y   t o   j a m e s   j o n e s ! 
 
 h e   h a d   h o p s   o n   t h e   c a v s .   
 
 a t c b i r t h d a y s   
 
  
h a p p y   3 4 t h   b i r t h d a y   t o   f o r m e r   c a v s   p g   ! 
 
 r e a l   o n e s   r e m e m b e r .   
 
 a t c b i r t h d a y s   
 
  
h e r e   c o m e   t h e   i n j u r i e s   t o   k e y   p l a y e r s … d a m n .   e v e r y .   d a m n .   s e a s o n … 😑   c a v s
d a m n     w i l l   b e   o u t   i n   t h e   b e g i n n i n g   o f   t h e   s e a s o n . 
 
 e v a n m o b l e y   c a v s   n b a   n b a s e a s o n
w h o ' s   w i n n i n g   t h e   n b a   e a s t e r n   c o n f e r e n c e   t h i s   y e a r ?   n b a t w i t t e r   f e a r t h e d e a r   b u c k s   h e a t   c e l t i c s   7 6 e r s   c a v s   n e t s   h a w k s   r a p t o r s   b u l l s n a t i o n
j o e   r o g a n   p o d c a s t   c o m e d y   c o l l e g e   s h o u t o u t   b y   c o m e d y   i c o n   n a t e   b a r g a t z e :     d c   m a r y l a n d   v i r g i n i a   c a v s   b u l l s   d w t s   a h s c u l t   a h s   s t a r w a r s   h a w k e y e s   w a t e r f a l l
h e r e   w e   g o   a g a i n .   c a v s  
l e g a l   a c t i o n   t a k e n   t o   k e e p   s p u r s   i n   s a n   . . . 
   
 
   
 7 6 e r s   b a s k e t b a l l   b a s k e t b a l l n e w s   b a s k e t b a l l p o d c a s t   b l a z e r s   b u c k s   b u l l s   c a d e c u n n i n g h a m   c a v s   c e l t i c s   c h e t h o l m g r e n   c l i p p e r s   c p 3   d e v i n b o o k e r   f i n a l s   g o s p u r s g o   g r i z z l i e s   h a w k s   h e a t   h o r n e t s  
l e t ' s   g o !   . . . n o w ! 
 
 v e r y   l a t e s t   o n   y o u r   a w e s o m e   c l e v e l a n d   s p o r t s   s c e n e   c o m i n g   u p   i n   1 0   m i n u t e s . 
 
 + a l   c e n t r a l   c h a m p i o n   g u a r d i a n s   p l a y o f f   w o r d 
 + c a v s ,   e v a n   m o b l e y   i n j u r y   l a t e s t   
 + u g h . . . y e s ,   s o m e   b r o w n s   t o o . 
 
 j o i n   u s !
n b a   p r e - s e a s o n   t o n i g h t !   t h e   n b a   s e a s o n   i s   a l m o s t   h e r e !   l e t e m k n o w   c a v s
c a v s '   e v a n   m o b l e y   p u l l i n g   m o r e   f r o m   3   c o u l d   d o   w o n d e r s   f o r   h i m ,   t e a m 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   b u l l s n a t i o n   h e a t t w i t t e r   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   n e t s   b r o o k l y n t o g e t h e r   s i x e r s
a h   m a n .   .   r e s t   u p   b i g   f e l l a .   w e   n e e d   y a !   t h e l a n d   c a v s   l e t e m k n o w
s h o r t   w e e k !   l e t ’ s   g e t   a f t e r   i t !   c a v s   e l e v a t e
h e y !   w e ’ r e   t r y i n g   g e t   m o r e   v i d e o s   u p   a b o u t   t h i s   c a v s   t e a m !   
 
 s o   u h m   s u b s c r i b e .   
 
  
c a v s   a r e   s e t   t o   b e   w i t h o u t   e v a n   m o b l e y   f o r   t h e   n e x t   w e e k   o r   t w o ,   p u t t i n g   h i s   s t a t u s   f o r   t h e   s t a r t   o f   t h e   s e a s o n   i n   j e o p a r d y .   m o r e   o n   t h a t ,   p l u s   d y l a n   w i n d l e r   f e e l i n g   t h e   b e s t   h e ' s   b e e n   i n   a w h i l e   a n d   b r e a k i n g   i s a a c   o k o r o   o u t   o f   t h e   b o x .  
c a v s   f   e v a n   m o b l e y   ( a n k l e   s p r a i n )   o u t   1 - 2   w e e k s   e v a n m o b l e y   n b a 
   c a v s   b e t h e f i g h t    
( e s p n ) : c a v s '   m o b l e y   t o   m i s s   1 - 2   w e e k s   w i t h   a n k l e   s p r a i n   :   c l e v e l a n d   c a v a l i e r s   f o r w a r d   e v a n   m o b l e y   w i l l   m i s s   a p p r o x i m a t e l y   o n e   t o   t w o   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n .   . .  
c a v s   e v a n   m o b l e y   l i k e l y   t o   n o t   p l a y   m u c h   p r e s e a s o n   d u e   t o   a n k l e   i n j u r y  
  n o w   1 2   r o o k i e s .   w i n   c e n t r a l   a n d   5 0 %   o f   s t a n d   f u l l .   e m b a r r a s s i n g !   t h i s   t e a m   i s   e x c i t i n g   t o   w a t c h . 
 c l e v e l a n d o h i o   g u a r d i a n s   m l b c e n t r a l   m l b p l a y o f f s   b r o w n s   c a v s   o h i o s p o r t s   m l b
c a v s   y o u n g s t e r   e v a n   m o b l e y   w i l l   n o t   p l a y   w e d n e s d a y   n i g h t   b e c a u s e   o f   a   r i g h t   a n k l e   s p r a i n .   h e   w i l l   b e   o u t   1 - 2   w e e k s .   s o u r c e s   t e l l   m e   h e   s t e p p e d   o n   a   p l a y e r ’ s   f o o t   a t   p r a c t i c e .   v i a :  
c a v s '   e v a n   m o b l e y   c o u l d   m i s s   u p   t o   t w o   w e e k s   w i t h   r i g h t   a n k l e   s p r a i n     v i a  
e x c i t e d   t o   t a l k   c a v s   w i t h     t h i s   s e a s o n .   g i v e   u s   a   l i s t e n   o v e r   a t     & a m p ;   f e e l   f r e e   t o   i n t e r a c t   t h r o u g h o u t   t h e   s h o w .   l o o k i n g   f o r w a r d   t o   g u e s t s ,   g a m b l i n g   c o n t e n t ,   a n d   w a t c h i n g   t h i s   t e a m   t a k e   a n o t h e r   s t e p  
c l e   c a v s ’   b i g   m a n ,   e v a n   m o b l e y   i s   s e t   t o   m i s s   1 - 2   w e e k s   w /   a   r i g h t   a n k l e   s p r a i n .   i ’ d   s a y   k e v i n   l o v e   s h o u l d   t a k e   m o b l e y ’ s   p l a c e   w h i l e   h e ’ s   o u t   n b a   c a v s
e v a n   m o b l e y s   1 - 2   w e e k   t i m e t a b l e   f o r   h i s   s p r a i n e d   a n k l e   a l i g n s   w i t h   a   o c t   1 0 - 1 7   r e t u r n .   
 
 t h e     f i r s t   r e g u l a r   s e a s o n   g a m e   i s   o c t   1 9   v s     
 
 c a v s   c l e   n b a   m o b l e y   i n j u r y   r e t u r n   l i n e u p   l i n e u p s
i   w o u l d   b e   * v e r y *   s u r p r i s e d   i f   e v a n   m o b l e y   m i s s e d   t h e   s e a s o n   o p e n e r . 
 
 t h a t   s a i d ,   i ’ d   s i t   h i m   u n t i l   t h e   e a s t e r n   c o n f e r e n c e   f i n a l s   a s   a   p r e c a u t i o n . 
 
 c a v s
n o t h i n g   l i k e   m o n d a y   n i g h t   j v   f o o t b a l l   a s   _ c a v s f b   t a k e s   o n   _ f b !   a   g r e a t   g a m e   b e t w e e n   t h e   c a v s   a n d   t h e   s p a r t a n s !   t e a m u c p s   b e t h e b e s t         _ c a v s     _ a t h l e t i c s 1   💯 🏈 💯 🏈  
t h i s   s t i n k s ,   n o   o t h e r   w a y   a r o u n d   i t .   r e a l l y   f r u s t r a t i n g   n e w s   f o r   c a v s   t o   s t a r t   t h e   p r e s e a s o n   w i t h   a n   i n j u r y   t o   a   c r i t i c a l   p l a y e r   a f t e r   t h e   t e a m   d e a l t   w i t h   s o   m a n y   i n j u r i e s   d o w n   t h e   s t r e t c h   l a s t   y e a r . 
 
 c h e c k   o u t   t h e   a l l - n e w     f o r   t h e   l a t e s t   i n f o !   l e t e m k n o w  
c a v s   e v a n   m o b l e y   c o u l d   b e   o u t   u p   t o   2   w e e k s   w /   s p r a i n e d   r i g h t   a n k l e   s u f f e r e d   w h e n   h e   s t e p p e d   o n   r o b i n   l o p e z ' s   f o o t   o n   a   d r i v e   t o   t h e   b a s k e t   i n   p r a c t i c e .   h o w e v e r ,   a   s o u r c e   t e l l s     t h e r e   i s n ' t   c u r r e n t   c o n c e r n   a b o u t   h i m   m i s s i n g   s e a s o n   o p e n e r 
 

s o   i t   s t a r t s .   d a n g ! !   c a v s  
b r e a k i n g   n e w s :   c a v a l i e r s   a n n o u n c e   f o r w a r d   e v a n   m o b l e y   w i l l   m i s s   1 - 2   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n . 
 
 m o r e   i n f o r m a t i o n   t o   f o l l o w   o n   
 
 c a v s   |   l e t e m k n o w  
q u i c k   n e w s e r   o n   e v a n   m o b l e y   i n j u r y .   c a v s  
e v a n   m o b l e y   i s   o u t   f o r   a t   l e a s t   o n e   t o   t w o   w e e k s   d u e   t o   a   s p r a i n e d   a n k l e .   h e a l   u p !   🙏 🏼 c a v s 
 

c a v s   e v a n   m o b l e y   w i l l   m i s s   w e d n e s d a y   n i g h t ' s   g a m e   a g a i n s t   t h e   7 6 e r s   w i t h   a   r i g h t   a n k l e   s p r a i n .   
 
 h e ' l l   b e   o u t   a r o u n d   1 - 2   w e e k s .
o k .   n o t   i d e a l   b u t   g e t   t h i s   i n j u r y   s h i t   o u t t a   t h e   w a y   e a r l y   s o   t h a t   t h e   r e s t   o f   t h e   s e a s o n   i s   s o l i d   c a v s  
w e   a r e   l i v e   o n   t w i t c h   w i t h     f r o m   ! !     j o i n   u s   t o   t a l k   c a v s   a n d   n b a ! 
 

t h e   1 - 2   w e e k   w i n d o w   s t i l l   k e e p s   m o b l e y   o n   t r a c k   t o   p l a y   i n   t h e   s e a s o n   o p e n e r   i n   t o r o n t o   a g a i n s t   t h e   r a p t o r s   f o r   t h e   c a v s .  
e v a n   m o b l e y   s p r a i n e d   h i s   r i g h t   a n k l e   d u r i n g   t r a i n i n g   c a m p   & a m p ;   w i l l   m i s s   w e d n e s d a y ’ s   g a m e   a g a i n s t   t h e   s i x e r s . 
 
 t i m e t a b l e   f o r   r e t u r n   i s   a p p r o x i m a t e l y   1 - 2   w e e k s ,   c a v s   s a y .
c a v s   b i g   m a n   e v a n   m o b l e y   w i l l   b e   o u t   1 - 2   w e e k s   d u e   t o   a n   a n k l e   s p r a i n   a n d   w i l l   m i s s   w e d n e s d a y ’ s   g a m e   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s ,   p e r   t e a m . 
 
 h i s   s t a t u s   w i l l   b e   u p d a t e d   a s   a p p r o p r i a t e .
e v a n   m o b l e y   w i l l   m i s s   t h e   c a v s   p r e s e a s o n   o p e n e r   w i t h   a n   a n k l e   s p r a i n .   c a v s  
b a d   n e w s   f o r   t h e   c a v s :   p f   e v a n   m o b l e y   w i l l   b e   o u t   1 - 2   w e e k s   w i t h   a n   a n k l e   s p r a i n .
c a v s   s a y   e v a n   m o b l e y   i s   o u t   1 - 2   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n
c a v s   f o r w a r d   e v a n   m o b l e y   w i l l   m i s s   w e d n e s d a y   n i g h t ' s   g a m e   i n   p h i l a d e l p h i a   d u e   t o   a   r i g h t   a n k l e   s p r a i n   a n d   w i l l   r e m a i n   o u t   a p p r o x i m a t e l y   1 - 2   w e e k s .  
c l e v e l a n d   c a v a l i e r s   h a v e   r e v e a l e d   e v a n   m o b l e y   w i l l   m i s s   o n e - t o - t w o   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n . 
 c a v s   n b a
c a v s   a n n o u n c e   c / f   e v a n   m o b l e y   w i l l   m i s s   1 - 2   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n
c a v s   y o u n g s t e r   e v a n   m o b l e y   w i l l   n o t   p l a y   w e d n e s d a y   n i g h t   b e c a u s e   o f   a   r i g h t   a n k l e   s p r a i n .   h e   w i l l   b e   o u t   1 - 2   w e e k s .   s o u r c e s   t e l l   m e   h e   s t e p p e d   o n   a   p l a y e r ’ s   f o o t   a t   p r a c t i c e .
c a v s   f o r w a r d   e v a n   m o b l e y   o u t   u p   t o   2   w e e k s   w i t h   a   s p r a i n e d   r i g h t   a n k l e .
c a v s   a n n o u n c e   t h a t   f o r w a r d   e v a n   m o b l e y   w i l l   m i s s   w e d n e s d a y   n i g h t ' s   g a m e   a t   p h i l a d e l p h i a   d u e   t o   a   r i g h t   a n k l e   s p r a i n   a n d   w i l l   r e m a i n   o u t   a p p r o x i m a t e l y   1 - 2   w e e k s .
c a v s   a n n o u n c e   t h a t   b i g   m a n   e v a n   m o b l e y   w i l l   m i s s   t h e   n e x t   1 - 2   w e e k s   w i t h   a n   a n k l e   s p r a i n .
e v a n   m o b l e y   s p r a i n e d   h i s   r i g h t   a n k l e   a n d   w i l l   m i s s   1 - 2   w e e k s   o f   a c t i o n ,   c a v s   s a y .
c a v s   a n n o u n c e   t h a t   e v a n   m o b l e y   w i l l   m i s s   w e d n e s d a y   n i g h t ' s   p r e s e a s o n   g a m e   i n   p h i l l y   d u e   t o   a   r i g h t   a n k l e   s p r a i n .   h e   w i l l   b e   o u t   a p p r o x i m a t e l y   1 - 2   w e e k s .
t h e     h a d   o n e   o f   t h e   m o s t   s u r p r i s i n g   s e a s o n s   i n   2 0 2 2 ,   a n d   t h e n   m a d e   a   h u g e   s p l a s h ,   t r a d i n g   f o r   d o n o v a n m i t c h e l l .   w h e r e   d o   t h e   c a v s   r a n k   t h i s   y e a r ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 c l e v e l a n d c a v a l i e r s   d a r i u s g a r l a n d   e v a n m o b l e y   j a r r e t t a l l e n   b e l i e v e l a n d  
" h e   d o e s   a   g r e a t   j o b   o f   c l o s i n g   o u t   f r o m / a t t a c k i n g   c l o s e o u t s   f r o m   t h e   p e r i m e t e r .   h e ' s   e x c e l l e n t   w h e n   h e   r u n s   t h e   f l o o r   & a m p ;   h a s   o p p o r t u n i t i e s   t o   f i n i s h   i n   b r o k e n   s i t u a t i o n s . . .   h e ' s   b e e n   r u n n i n g   t h e   f l o o r .   h i s   t e a m m a t e s   a r e   f i n d i n g   h i m ,   h e ' s   b e e n   d o i n g   a   g r e a t   j o b   o f   c u t t i n g . "   c a v s
f o c u s   f o r   o k o r o ?   b i c k e r s t a f f :   " p u t t i n g   p r e s s u r e   o n   t h e   p a i n t   a n d   t h e n   b e i n g   a b l e   t o   m a k e   p l a y s   f r o m   t h e r e .   a n d   t h e n   o b v i o u s l y   h e ' l l   h a v e   h i s   f e e t   s e t   a n d   k n o c k   d o w n   j u m p e r s ,   b u t   t h e   e m p h a s i s   i s   g e t   t o   t h e   p a i n t ,   m a k e   t h e   p l a y .   r u n   t h e   f l o o r ,   m a k e   t h e   p l a y . . . "   c a v s
c a v s   2 0 2 3   r b   c o m m i t     i s   s p o o k y   f a s t   i n   t h e   o p e n   f i e l d .   w h e n   t h e y   t a l k   a b o u t   g a m e   c h a n g i n g   s p e e d ,   t h i s   i s   t h e   t y p e   o f   a c c e l e r a t i o n   a n d   t o p   e n d   s p e e d   e v e r y b o d y   " c o v e t s " .   a l s o   e x c e l l e n t   a t   p i c k i n g   u p   y a r d s   a f t e r   c o n t a c t   & a m p ;   t o u g h   r u n n e r .   
 
   c a v s
b i c k e r s t a f f   s a i d   c a v s   w e r e   s o   f o c u s e d   o n   c r e a t i n g   s p a c e   t h a t   t h e y   d i d n ' t   a l l o w   i s a a c   o k o r o   t o   p l a y   t o   h i s   s t r e n g t h s   l a s t   s e a s o n :   " a   l o t   o f   w h a t   p e o p l e   w e r e   w a t c h i n g   w a s   o n   u s   a n d   w a s   s y s t e m a t i c .   w e   k n o w   f o r   u s   t o   g e t   w h e r e   w e   w a n t   t o   g o ,   i s a a c   h a s   t o   c o n t i n u e   t o   m o v e . "  
i   k n o w   i t ’ s   n o t   n b a   s e a s o n   y e t ,   b u t   m y   w i f e   j u s t   r e m i n d e d   m e   o f   t h e   n i g h t   t h e   c a v s   w o n   t h e   t i t l e .   w h e n   t h e   b u z z e r   s o u n d e d ,   i   d i d   t h e   y o s e m i t e   s a m   m a d   d a n c e …   e x a c t l y   l i k e   t h i s ,   b u t   i   w a s   o b v i o u s l y   e c s t a t i c   i n s t e a d   o f   a n g r y .   
 
 h o w   d i d   y o u   i m m e d i a t e l y   r e a c t ?   
 
 l e t e m k n o w  
h a p p y   h a p p y   h a p p y   😊   
 
 d o g   d o g s o n t w i t t e r   d o g s o f t w i t t e r   c a v s   c a v p a c k  
s a c r a m e n t o   k i n g s   h a v e n ' t   m a d e   t h e   p l a y o f f s   i n   a   r e c o r d   1 6   y e a r s !   👀 
 
 w h i c h   t e a m   k i l l s   t h e   p l a y o f f s   d r o u g h t   t h i s   y e a r ?   🗣 ️ 
 
 s a c r a m e n t o k i n g s   h o r n e t s   c a v s   s p u r s   d e t r o i t p i s t o n s   n b a  
⏳   g o i n g   l i v e   o n   t w i t c h   i n   j u s t   u n d e r   3 h r s   w i t h     o f   ! ! 
 
 🏀   j o i n   u s   t o   t a l k   a b o u t   t h e   c a v s   a n d   t h e   n b a ! ! 
 
 🎟 ️   a l s o   s o m e o n e   i n   t h e   s t r e a m   t o n i g h t   w i l l   w i n   a   p a i r   o f   t i c k e t s   t o   t h e   c a v s   v   h a w k s   p r e s e a s o n   g a m e   o n   1 0 / 1 2 ! ! 
 
  
" i   n e v e r   w a v e r e d   i n   m y   f a i t h . . .   i   d o n ' t   p l a n   o n   l o o k i n g   b a c k . " 
 
 d y l a n   w i n d l e r   d i s c u s s e s   t h e   c a v s   b e l i e f   i n   h i m ,   t h e   s i g n i f i c a n c e   o f   h i s   c o n t r a c t   y e a r ,   w h a t   k i n d   o f   s h o t   f o c u s   h e ' l l   h a v e   a n d   p r i o r i t i z i n g   h i s   d e f e n s i v e   i m p a c t .    
w e l l - r e s p e c t e d   n b a   p o i n t   g u a r d   r a u l   n e t o   s p e a k s   o n   r e l i s h i n g   t h e   v e t e r a n   r o l e ,   r i c k y   r u b i o   a s   a   l e a d e r   a n d   w h y   h e   f e e l s   t h e   c a v s   a r e   a   g o o d   f i t   f o r   h i m .    
e v a n   m o b l e y   r a t e d   r o o k i e   h o l o     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   c a v s   e v a n m o b l e y   r o o k i e   r c   r o o k i e c a r d  
e v a n   m o b l e y   r a t e d   r o o k i e   h o l o     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   c a v s   e v a n m o b l e y   r o o k i e   r c   r o o k i e c a r d  
      a s   l o n g   a s   t h e   c o r e   s t a y s   r e l a t i v e l y   h e a l t h y ,   t h i s   c o u l d   b e   t h e   s t a r t   o f   a n   i n c r e d i b l e   y e a r   f o r   t h e   c a v s .
e v e n   t h o u g h   c a v s   c e d i   o s m a n   w a s   m i l e s   a w a y   t h i s   p a s t   s u m m e r ,   h e   h e a r d   t h e   p e r s i s t e n t   t r a d e   s p e c u l a t i o n .   b u t   h e   i s n ' t   b o t h e r e d   b y   i t .   h e ' s   f o c u s e d   o n   b u i l d i n g   o n   w h a t   h e   c a l l e d   t h e   b e s t   s e a s o n   o f   h i s   c a r e e r   & a m p ;   f i n d i n g   a   n e w   l e v e l   o f   c o n s i s t e n c y . 
 

i   d u n n o   a b o u t   y o u ,   b u t   i ’ m   n o w   m o r e   e x c i t e d   a b o u t   t h e   c a v s   n o w   u n t i l   d w   c o m e s   b a c k   w i n e a n d g o l d
a s   t h e   c a v s   g e t   s e t   f o r   p r e s e a s o n   g a m e   1 ,   c o a c h   b i c k e r s t a f f   m a d e   c l e a r   t h a t   t h e r e   h a v e   b e e n   n o   d e c i s i o n s   m a d e   o n   m i n u t e s ,   r o l e s   & a m p ;   r o t a t i o n s .   h e   n o t e d   t h a t   i f   y o u   w a n t   h e a l t h y   c o m p e t i t i o n ,   y o u   h a v e   t o   g i v e   g u y s   t h e   o p p o r t u n i t y   t o   c o m p e t e . 
 
 i t   s t a r t s   w e d n e s d a y   o n   !
d y l a n   w i n d l e r   s a i d   t h e   l a s t   t i m e   h e   f e l t   t h i s   g o o d   p h y s i c a l l y   w a s   p r o b a b l y   e a r l y   i n   h i s   s e n i o r   y e a r   i n   c o l l e g e . 
 
 j . b .   b i c k e r s t a f f   s a y s   w i n d l e r ’ s   r e n e w e d   c o n f i d e n c e   i s   o n   d i s p l a y   i n   c a m p . 
 
 “ h e ’ s   b e c o m i n g   m u c h   m o r e   o f   a   h u n t e r   t h a n   a   g u y   w h o ’ s   p a s s i v e l y   l o o k i n g   f o r   s h o t s . ”   c a v s  
c a v s   h e a d   c o a c h   j b   b i c k e r s t a f f   s a i d   t h a t   i   a m   l o o k i n g   s o o o o   g o o d   t h i s   o f f s e a s o n
c a v s   r i c k y   r u b i o   g e t t i n g   s o m e   w o r k   i n   a f t e r   p r a c t i c e  
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   t h a t   e v e r y b o d y   t h a t   i s   h e a l t h y   w i l l   p l a y   o n   w e d n e s d a y   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s .
c a v s   f o r w a r d   d y l a n   w i n d l e r   i s   “ b a c k   t o   h i s   n o r m a l   s e l f ”   p h y s i c a l l y   h e a d i n g   i n t o   p r e s e a s o n .
c a v s   h e a d   c o a c h   j b   b i c k e r s t a f f   s a y s   t h a t   e v e r y b o d y   t h a t   i s   h e a l t h y   w i l l   p l a y   i n   t h e   t e a m ’ s   p r e s e a s o n   o p e n e r   w e d n e s d a y   i n   p h i l a d e l p h i a .
j . b .   b i c k e r s t a f f   o n   7 6 e r s   g a m e   o n   w e d n e s d a y :   " w e   w i l l   p l a y   e v e r y b o d y   t h a t   i s   h e a l t h y . "   c a v s
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   t h a t   g o i n g   t e n   p l a y e r s   d e e p   i s   t h e   “ i d e a l   n u m b e r ”   f o r   h i m   r o t a t i o n - w i s e   h e a d i n g   i n t o   t h i s   s e a s o n .
l o t s   o f   g o o d   s t u f f   f r o m   j . b .   b i c k e r s t a f f   o n   i s a a c   o k o r o   t o d a y .   c a v s   h e a d   c o a c h   t a k e s   s o m e   b l a m e   f o r   p u t t i n g   h i m   " i n   a   b o x "   l a s t   s e a s o n .
c a v s   r i c k y   r u b i o   g e t t i n g   w o r k   i n   t o d a y   f o l l o w i n g   p r a c t i c e .  
c a v s   r i c k y   r u b i o   g e t t i n g   w o r k   i n   t o d a y   f o l l o w i n g   p r a c t i c e .  
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s h a r e d   w i t h   u s   t h a t   i s a a c   o k o r o   h a s   b e e n   “ w o r k i n g   h i s   a s s   o f f ”   a l l   o f   t r a i n i n g   c a m p . 
 
 b i c k e r s t a f f   a l s o   s a i d   t h a t   h e   p u t   o k o r o   i n   a   b o x   l a s t   s e a s o n   a n d   w a n t s   t o   g i v e   h i m   t h e   r u n w a y   t h i s   y e a r   t o   g r o w   a n d   h e l p   t h i s   t e a m   w i n .  
r i c k y   r u b i o ' s   z o o m i n '   a r o u n d .   r e h a b   l o o k s   l i k e   i t ' s   g o i n g   w e l l .   c a v s    
s o m e   r i c k y   r u b i o   t h r e e - p o i n t e r s   t o   c l o s e   o u t   c a v s   p r a c t i c e . 
 
 h e ’ s   a l s o   d r i v i n g   t o   t h e   b a s k e t   a s   w e l l   a n d   s h o w i n g   s o m e   b u r s t .  
c a v s   g u a r d   r i c k y   r u b i o   c o n t i n u i n g   h i s   r e h a b   a s   h e   r e t u r n s   f r o m   a   t o r n   l e f t   a c l .  
i ' m   w i l l i n g   t o   b e t   t h a t   n e i t h e r   h a r d e n   n o r   e m b i i d   w i l l   p l a y   o n   w e d n e s d a y   a g a i n s t   t h e   c a v s   e i t h e r .  
t h e   c a v s   h a v e   1   s t a r t i n g   j o b   t o   f i l l   a n d   _   b r o k e   d o w n   t h e   o p t i o n s   c l e v e l a n d   h a s   f o r   t h e   s m a l l   f o r w a r d   s p o t .    
a n y o n e   e l s e   c r a z y   e x c i t e d   f o r   t h e   c l e v e l a n d   c a v s   s e a s o n   t o   s t a r t ?
w h o   s h o u l d   b e   t h e   c a v s   s t a r t i n g   s m a l l   f o r w a r d ?   w e ' l l   g e t   m o r e   c l a r i t y   a s   p r e s e a s o n   g e t s   r o l l i n g   t h i s   w e e k   b u t   c l e v e l a n d   h a s   s o m e   o p t i o n s ,   p r o o f   o f   j u s t   h o w   d e e p   t h e i r   r o s t e r   i s .  
h a p p y   m o n d a y ,   f o l k s .   t h e   m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   a l o n g   w i t h   a   f e w   s e l e c t   p l a y e r s   o n c e   t o d a y ’ s   p r a c t i c e   c o n c l u d e s . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
w h a t   s t o o d   o u t   f r o m   t h e   c a v s   f i r s t   w e e k   o f   t r a i n i n g   c a m p ?  
r e h a b b i n g   r i c k y   r u b i o   s a y s   h e   s t a y e d   i n   c l e v e l a n d   b e c a u s e   h e   b e l i e v e s   i n   c a v s   c u l t u r e  
c l e v e l a n d   i s   a   b a s k e t b a l l   c i t y . . . . . . . . . . .     l e t e m k n o w   c a v s  
m u c h   l i k e   r o b i n   l o p e z   i n   t o d a y ’ s   t h u m b n a i l ,   w e   p o n d e r   h o w   t h e   c a v s   w i l l   u t i l i z e   t h e i r   c e n t e r   r o t a t i o n .  
h a v i n g   f l a s h b a c k s   o f   c o a c h   c a l l i n g   a l l   3   t o s   b e f o r e   t h e   2 - m i n u t e   w a r n i n g ,   n o t   g i v i n g   c h u b b   t h e   b a l l   i n   t h e   r e d z o n e ,   a n d   o u r   d e f e n s e   b e i n g   d e c i m a t e d …   o f f i c i a l   s t a t e m e n t   c o m i n g   l a t e r   t o d a y   b r o w n s   f o r t h e l a n d   c a v s  
g r e a t   e p i s o d e   c o m i n g   t o d a y ! !   n o   _ c b d   t h i s   w e e k   a s   h e   w a s   s u l k i n g   a n d   w i s h i n g   f o r   t h e   s w e e t   r e l e a s e   o f   d e a t h   a s   t h e   a t l a n t a   f l a c o n s   k i l l e d   h i s   w i l l   t o   p o d   b r o w n s   c a v s   f o r t h e l a n d
a s   w e   g e t   r e a d y   t o   s t a r t   t h e   s e c o n d   w e e k   o f   c a m p   a n d   t h e   f i r s t   p r e s e a s o n   g a m e   l o o m s   o n   w e d n e s d a y   n i g h t ,   h e r e   a r e   o u r   b i g g e s t   o b s e r v a t i o n s   s o   f a r !   c a v s   l e t e m k n o w   
 

o n e   p l a y e r   c a v s   s o   f a r   h a s   b r o k e n   i n t o   s p o r t s   i l l u s t r a t e d ' s   t o p   1 0 0 : 
 
 5 7 .   j a r r e t t   a l l e n   ( p r e v i o u s   r a n k :   8 3 ) 
 
 p l a y e r s   5 0 - 3 1   w i l l   b e   r e v e a l e d   t o m o r r o w ,   w h i c h   w i l l   l i k e l y   h a v e   a   f e w   m o r e   c l e v e l a n d e r s   o n   i t . 
 

o n   t o d a y ' s   s h o w     a n d     g o   b i g   o n   t h e   c e n t e r   d e p t h   o n   t h e   c a v s   r o s t e r . 
 
 w i l l   r o b i n   l o p e z   p l a y   s e r i o u s   m i n u t e s ?   w h a t   w i l l   j a r r e t t   a l l e n   l e v e l   u p   n e x t ?   h o w   a b o u t   e v a n   m o b l e y ? 
 
 📺 :   
 🎧 :    
l a t e   l a s t   w e e k ,   t h e   c a v s   r e l e a s e d   t h e i r   c o m m u n i t y   i m p a c t   r e p o r t   f o r   2 0 2 1 . 
 
 i n   m y   l a t e s t ,   i   p u t   i n t o   w o r d s   h o w   m a s s i v e   t h e i r   a c t i o n s   i n   t h e   p a s t   y e a r   h a v e   b e e n   f o r   t h e   g r e a t e r - c l e v e l a n d   c o m m u n i t y .   s u b s c r i b e ! 
 

r e - l i s t e n i n g   t o   s o m e   o f   m y   c a v s   t r a i n i n g   c a m p   a u d i o   & a m p ;   l o t s   o f   q u o t e s   o n   e v a n   m o b l e y   s t a n d   o u t . . . t h e s e   t w o   i n   p a r t i c u l a r . . . .
h a p p y   2 8 t h   b i r t h d a y   t o   _ t y u s !   
 
 m a y b e   y o u ’ l l   r e t u r n   t o   t h e   c a v s   d o w n   t h e   r o a d   👀 👀 👀 
 
 a t c b i r t h d a y s  
n e w   v i d e o   t o   w a t c h : 
 
 " c l e v e l a n d   c a v a l i e r s   f i n a l l y   r e s i g n   d e a n   w a d e   t o   v e r y   g o o d   d e a l ! "   
 
 c r e a t o r :     c e n t r e   h a l f   b e n c h 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
  d i s h e d   o n   h o w   c a v s   w i n g   c a r i s   l e v e r t   i s   l o o k i n g   f o r w a r d   t o   h a v i n g   m o r e   o f f - b a l l   l o o k s .     l e t e m k n o w
t h e   m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   a l o n g   w i t h   s e l e c t   p l a y e r s   s o o n . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c   c o l l e c t i b l e s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s   y
i t ' s   f u n n y   b e c a u s e   i   e x p e c t   t h i s   t o   b e   t h e   y e a r   k p j   f i n a l l y   p u t s   t o g e t h e r   b a l l e r   s e a s o n ,   a n d   c a v s   d g a f   b e c a u s e   t h e   g u y   t h e y   h a v e   i s   b e t t e r   s u i t e d   t o   t h e i r   t i m e l i n e / t e m p e r a m e n t .
o c t o b e r   1 1 ,   1 9 8 2 : 
 
 t h e   c a v s   w a i v e   ( n o t   t h a t )   m i k e   e v a n s  
o n   t o d a y ’ s   s h o w     a n d     f i n d   t h e   g o o d   i n   w h a t   w a s   a n   u g l y   p r e s e a s o n   l o s s   f o r   t h e   c a v s   a t   h o m e . 
 
 📺 :   
 🎧 :    
c a v s   d y l a n   w i n d l e r   i s   h u r t .   l a m a r   s t e v e n s   d i d n ’ t   p l a y   u n t i l   t h e   4 t h   q u a r t e r .   c e d i   o s m a n   f e e l s   l i k e   a   l o n g s h o t .   i s a a c   o k o r o   h a s   b e e n   “ f a b u l o u s ”   b u t   t h a t   o f f e n s e   . . .   d e a n   w a d e   h a s   b e e n   g o o d   t o o .   s t i l l ,   i t   f e e l s   l i k e   c a r i s   l e v e r t   h a s   p u l l e d   a h e a d   i n   s f   r a c e 
 

t h a t   w a s ,   i n   f a c t ,   a s   a w e s o m e   a s   i   i m a g i n e d   i t   w o u l d   b e .   💙   f u l l   c i r c l e   m o m e n t s   d o n ’ t   h a p p e n   o f t e n   i n   l i f e ,   a n d   i   a m   s o   g r a t e f u l   i   g e t   t o   e x p e r i e n c e   t h i s   o n e .   s o   a m p e d   f o r   t h e   s e a s o n   a h e a d .   l e t e m k n o w   c a v s   n b a   🎤  
w e   m u s t   p r e s e r v e   a c !   8   d a y s   u n t i l   t h e   f i r s t   c a v s   g a m e !   p r e s e r v e a c   f u t u r a m a   g o a t   c o m m e n t a t o r   c l e v e l a n d   c a v s   c l e v e l a n d c a v s   n b a c o u n t d o w n   n b a   b a l l y s p o r t s c l e  
c a t c h   t h e   c - l a n d   s h o w   e v e r y   w e e k   o n   w e d n e s d a y   ‼ ️ 
 c l e   c l e v e l a n d   c - l a n d   t h e c l a n d s h o w   b r o w n s   c a v s   c a v i l a r e s   b r o w n s   g u a r d i a n s   b a s e b a l l   f o o t b a l l   b a s k e t b a l l   b r a n d o n   h o l l y w o o d   z a p   s h a w n   s p o r t s   c h a m p i o n s h i p   n b a   n f l   m l b
w h a t   i s   d e a n   w a d e ’ s   c e i l i n g   f o r   t h e   c l e v e l a n d   c a v a l i e r s   a s   a   l o n g - t e r m   p l a y e r ? 
 ( b y   )   
 d e a n w a d e   c l e v e l a n d c a v a l i e r s   c a v s   

s o m e   o b s e r v a t i o n s   f r o m   l a s t   n i g h t ’ s   c a v s   g a m e :   
 
 - c a r i s   l e v e r t   c o n t i n u e s   t o   i m p r e s s   
 - c l e v e l a n d ’ s   e a r l y   o f f e n s i v e   e x e c u t i o n   s t r u g g l e s 
 - a n d   m o r e 

y o u r   g i r l   f i n a l l y   g o t   a   d i s c o u n t   c o d e   ✨ 
 
 j u s t   u s e   t h e   c o d e   c h o e k s t r a   f o r   s o m e   s p e c i a l   o f f e r s   o n   c a v s ,   m o n s t e r s ,   a n d   c h a r g e   t i c k e t s :     
 
 l e t e m k n o w   w h e r e c l e t u r n s u p
d o g   o r   h u m a n ?   🤣 
 
 d o g s o f t w i t t e r   d o g s   d o g s o n t w i t t e r   c a v s   c a v p a c k  
o u r   a m a z i n g   v o l u n t e e r   n e t w o r k   h e l p s   p i e c e   t h i n g s   t o g e t h e r   t h r o u g h   t h e   s e r v i c e s   w e   d e l i v e r   i n   y o u r   c o m m u n i t y .   w e   c o u l d   n o t   d o   i t   w i t h o u t   t h e m .   
 a r e   y o u   i n t e r e s t e d   i n   v o l u n t e e r i n g   f o r   c a v s ?   f i n d   o u t   m o r e   a b o u t   w h a t   w e   c a n   o f f e r   a n d   t h e   b r i l l i a n t   o p p o r t u n i t i e s   t h a t   a r e   o p e n .  
o n   t o d a y ' s   s h o w : 
 -   w h a t   t h e     n e e d   t o   d o   t o   u p s e t   t h e   y a n k e e s 
 -   f u l l   a l d s   p r e v i e w 
 -   c a n   t h e   b r o w n s   b r e a k   t h e   b i l l   b e l i c h i c k   c u r s e ? 
 -     o n   a l l   t h i n g s   b r o w n s   a f t e r   s u n d a y ' s   g a m e 
 -   c a v s   r e a x 

i n b o x :   " j . b .   b i c k e r s t a f f   n a m e d   m o s t   h a n d s o m e   n b a   h e a d   c o a c h   o f   2 0 2 2 . "   s o   t h e   c a v s   g o t   t h a t   g o i n g   f o r   t h e m .
w i s h i n g   w e   w e r e   y o u .     b r o w n s   f o r t h e l a n d   c a v s  
h a n g   t h e   b a n n e r   c a v s  
c a v s   f a l l   a g a i n s t   t h e   s i x e r s   a n e w ,   r e m a i n   w i n l e s s   i n   t h e   p r e s e a s o n 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   7 6 e r s 

t h e   c a v s   s h o u l d   i m p r o v e   i n   t h e s e   3   a r e a s   i n   2 0 2 2 - 2 3 ,   a c c o r d i n g   t o   .     l e t e m k n o w
🚨 c a v s   l i m i t e d   t i m e   o f f e r 🚨 
 
 $ 5 0 0 
 - t w o   ( 2 )   b l a c k   c l u b   s e a t s 
 - t w o   ( 2 )   v a l u e   c l u b   s e a t s   
 - p l u s   1 0   l o u d v i l l e   t i c k e t s   t o   a   v a l u e   g a m e 
 
 c a v s t i c k e t s   c a v s  
c a v s   i m p r e s s i v e   o f f - s e a s o n   c o n t i n u e s   
 
 c o n g r a t s   _  
n b a   p o i n t   s h a v i n !   p h i v s c l e   n b a p r e s e a s o n   c h e a t i n   c l e v e l a n d   c a v a l i e r s   c a v s   7 6 e r s  
s p o r t s   a t   : 1 5   & a m p ;   : 4 5   g u a r d i a n s   b i g   u n d e r d o g s   i n   n y ,   t i t o   o n   g a m e   1 
 b r o w n s   d e f e n s e   c o n c e r n s .                         c a v s   f a l l   t o   p h i l l y .                                                                                                                                          
u g l y   s t a r t   s i n k s   c a v s   i n   p r e s e a s o n   g a m e   a g a i n s t   7 6 e r s  
t h e   a n g e r   c a v s   s h o u l d   o f   w o n  
.   d o n o v a n   m i t c h e l l   f l i e s   t o   h i s   w e b .   c a v s   l e t e m k n o w   n b a  
e x p e c t i n g   t h i s   f r o m   c a r i s   l e v e r t   f o r   c a v s   w o u l d   b e   w i s h f u l   t h i n k i n g 
 
 
 
 n b a   c l e v e l a n d   c a v a l i e r s   c a v s   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   b u l l s n a t i o n   g o s p u r s g o   p a c e r s
c a v s   s t a r t i n g   s f   j o b   i s   u p   f o r   g r a b s .   i t ' s   a   c o m p e t i t i o n   - -   a n d   i t   f e e l s   l i k e   c a r i s   l e v e r t   i s   w i n n i n g . 
 
 " h e ’ s   b e e n   a s   s e l f l e s s   a s   y o u   c a n   i m a g i n e .   e v e r y   d r i l l   w e   d o   h e ’ s   l o c k e d   i n   w i t h   a   m i n d s e t   t h a t   h e ’ s   g o i n g   t o   h e l p   u s   a s   a   d e f e n s i v e   p l a y e r   f i r s t " 
 

c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
i   a s k e d   c a v s   s t a r   d a r i u s   g a r l a n d   a b o u t   h i m   a s k i n g   f o r   c l e v e l a n d   r e s t a u r a n t   r e c o m m e n d a t i o n s   a n d   h e   m e n t i o n e d   e v e r y o n e   d r a g g i n g   h i m   o n l i n e   f o r   i t . 
 
 g a r l a n d   s w e a r s   w a s   j u s t   a s k i n g   f o r   a   f r i e n d   a n d   m e n t i o n s   h e   a l r e a d y   h a s   a   p r i v a t e   c h e f   s o   h e   d o e s n ’ t   g o   o u t   o f t e n   t o   b e g i n   w i t h .
i f   i   w e r e   y o u ,   i ’ d   g o   s t a y   a t   y o u r   s e c o n d   h o m e s   ( p e r f o r m a n c e - e n h a n c i n g   r a m e n )     
 j o k e s   t h i r d p a r t y   t r u m p   c a v s   l e b r o n j a m e s   n b a   h i l l a r y   o l y m p i c s   p u e r t o r i c o   f l o r i d a   o h i o   i n c o m e i n e q u a l i t y   w a g e s t e a l e r s   c l a s s w a r f a r e 
 
 p o e t r y
    w h i l e   w e ’ r e   a t   i t …   t h e   t i m e s   t h e   r a p t o r s   l o s t   t o   l e b r o n ’ s     c a v s   ( a l t h o u g h   n o t   i n   f i r s t   r o u n d )
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     t s y   s u r v i v o r   c a v s   b u l l s   p a t r i o t s   p a c k e r s   b e a r s   m i a m i   t a m p a   t o m b r a d y   w a s h i n g t o n   d c
c a v s   s w i n g m a n   c a r i s   l e v e r t   o p e n s   u p   b y   s a y i n g   t h a t   t h e   s i x e r s   g o i n g   s m a l l   t o   s t a r t   t h i n g s   o u t   t h r e w   t h e m   f o r   a   l o o p   a   b i t .
g o i n g   t o   b e   a   w h o l e   l o t t a   t h i s   i n   2 2 - 2 3 .   c a v s   l e t e m k n o w  
c a v s   g a m e … .   t h a n k s    
s i x e r s   /   c a v s   t a k e a w a y s   t h r e a d  
c a v s   d e a n   w a d e ,   w h o   r o l l e d   h i s   a n k l e   t o n i g h t ,   s a i d   h e   c o u l d   h a v e   g o n e   b a c k   i n   t h e   g a m e .   b u t   c a v s   c o a c h   j . b .   b i c k e r s t a f f   s a i d   t h e   t e a m   m a d e   t h e   d e c i s i o n   t o   h o l d   h i m   o u t .   d i d   n o t   w a n t   t o   p u s h   i t .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s h a r e d   w i t h   m e   t h a t   d e a n   w a d e   c o u l d ’ v e   g o n e   b a c k   i n t o   t h e   g a m e   a f t e r   a p p e a r i n g   t o   t w e a k   h i s   a n k l e .   
 
 b u t ,   d u e   t o   i t   b e i n g   p r e s e a s o n ,   b i c k e r s t a f f   d e c i d e d   t o   k e e p   w a d e   o u t   a n d   n o t   r e a l l y   r i s k   a n y t h i n g .
c a v s   j . b .   b i c k e r s t a f f   s a i d   i f   t h i s   w o u l d n ' t   h a v e   b e e n   a   p r e s e a s o n   g a m e ,   k e v i n   l o v e   w o u l d   h a v e   p l a y e d .   b u t   i t   i s   a l l   a b o u t   g e t t i n g   h i m   s o m e   e x t r a   r e s t   a n d   m a k i n g   s u r e   h e   i s   r e a d y   a n d   i n   t h e   b e s t   s h a p e   p o s s i b l e   f o r   t h e   o p e n e r .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   t h e r e   a r e   n o   c o n c e r n s   r e g a r d i n g   k e v i n   l o v e ’ s   k n e e . 
 
 i f   i t   w e r e   a   r e g u l a r   s e a s o n   g a m e ,   h e   w o u l d ’ v e   p l a y e d   t o n i g h t .
3 n e w s   e x c l u s i v e :   c a v s   s t a r   k e v i n   l o v e   d i s c u s s e s   m e n t a l   h e a l t h   a d v o c a c y ,   h o w   w e   c a n   h e l p   c h i l d r e n   b e   ' v u l n e r a b l e '   (   r e p o r t s )  
d o n o v a n   m i t c h e l l ' s   r h y t h m   o f f   i n   p r e s e a s o n   h o m e   d e b u t ;   c a v s   f a l l   t o   7 6 e r s     v i a  
w e l p …   c a v s   b a c k   a t   i t   w e d n e s d a y   n i g h t .  
t h a n k   y o u     g o   c a v s  
c a v s   0 - 2   i n   t h e   p r e s e a s o n . 
 a t l a n t a   o n   w e d n e s d a y .  
n o t   g r e a t   t o n i g h t .   c a v s  
c a v s   j . b .   b i c k e r s t a f f   s a i d   h e   w a n t e d   t h e   t e a m   t o   b e   b e t t e r   t h a n   g a m e   1 .   
 
 w e l p . . . 
 

i   t h i n k   t h e   7 6 e r s   t o o k   t h i s   g a m e   w a y   t o o   s e r i o u s l y .     n o t   w o r r i e d   a t   a l l .     a s   l o n g   a s   t h e   c a v s   b r i n g   t h e   e n e r g y   s t a r t i n g   n e x t   w e d n e s d a y   t h e y   w i l l   b e   f i n e .
p r e s e a s o n   b a s k e t b a l l .   c a v s   f a l l   s h o r t .
p h i l l y   h a s   n o w   b e a t e n   t h e   c a v s   t w i c e   d a m n   b a c k   2   b a c k   w e l p   i t s   p r e s e a s o n   s o   t h e   w i n s   n   l o s s e s   d o n ' t   c o u n t   l u c k i l y  
c a v s   d r o p   t h i s   o n e   1 1 3 - 9 7   t o   p h i l l y   i n   p r e s e a s o n   g a m e   n o .   2 .   a l l e n   h a d   1 9   f o r   t h e   c a v s ,   g a r l a n d   h a d   1 7 ,   l e v e r t   w i t h   1 3   a n d   m i t c h e l l   w i t h   1 1 .
t h e   c a v s   t o n i g h t   v s   t h e   7 6 e r s : 
 
 j a r r e t t   a l l e n : 
 1 9   p t s 
 1 2   r e b 
 5 / 6   f t 
 
 d a r i u s   g a r l a n d : 
 1 7   p t s 
 7   a s t 
 6 / 1 0   f g 
 
 c a r i s   l e v e r t : 
 1 3   p t s 
 3   r e b 
 3   a s t 
 
 t h e   h a w k s   t r a v e l   t o   c l e v e l a n d   f o r   a   p r e s e a s o n   g a m e   o n   w e d n e s d a y   l e t e m k n o w   🗣 ️  
i ’ v e   b e e n   m i s s i n g   a   g o o d   e p i s o d e   o f   w w e r a w   t r y i n g   g o   b a c k   a n d   f o r t h   b e t w e e n   t h e   c a v s   a n d   t h e   c h i e f s   g e t t i n g   t h e i r   a s s e s   k i c k e d .
s t i l l   n o   s h a r i f e   c o o p e r ,   n a t e   h i n t o n   o r   j a m o r k o   p i c k e t t   i n   t h i s   o n e   f o r   t h e   c a v s   w i t h   l e s s   t h a n   3   m i n u t e s   t o   g o .
m a m a d i   d i a k i t e   w i l l   b e   f u n   f o r   m i k e   g e r r i t y   a n d   h i s   s t a f f   t o   d e v e l o p   w i t h   t h e   c h a r g e   l a t e r   t h i s   s e a s o n . 
 
 i f   d i a k i t e   s t i c k s   a r o u n d   a n d   k h a l i f a   d i o p   c o m e s   o v e r   n e x t   s e a s o n ,   t h e   c a v s   c o u l d   h a v e   s o m e   s o l i d   y o u n g   d e p t h   o p t i o n s   b e h i n d   j a r r e t t   a l l e n   a t   t h e   f i v e .
s o m e   g o o d   h i g h l i g h t s   ( d . m i t c h e l l ' s   a l l e y   o o p   s l a m   d u n k   a n d   t h e n   h i s   b l o c k e d   s h o t )   b u t   c a v s   j u s t   s e e m e d   t o   b e   o n   c r u i s e   c o n t r o l   a g a i n s t   t h e   7 6 e r s   t o n i g h t .
t h e   c a v s   b u m p i n g   a   n u j a b e s   b e a t   t o   r o u n d   o u t   t h i s   g a m e   m a k e s   t h i s   f o u r t h   q u a r t e r   w o r t h w h i l e
c a v s   n o t   l o o k i n g   v e r y   g o o d   t o n i t e .   c a v s   
 g o o d   t h i n g   t h i s   g a m e ’ t   c o u n t   😉   l e t e m k n o w
i s   c e d i   o s m a n   i n   t r o u b l e   w h e n   h e   a b s o l u t e l y   d o e s n ' t   d i s t i n g u i s h   h i m s e l f   f r o m   t r a i n i n g   c a m p   i n v i t e s ?   c a v s
l a m a r   s t e v e n s   p a s s e d   u p   a n   o p e n   3   t o   d r i v e   a n d   k i c k   i n t o   a   t u r n o v e r   
 
 d o n ' t   l e t   t h e s e   s u m m e r   v i d e o s   f o o l   y a l l 
 
 c a v s
c o m e   o n   c a v s  
t w i n n i n g   a t   t h e     g a m e ! !   🤣   w e   b o t h   n e e d   c a v s   s h i r t s ! !   l e t e m k n o w  
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   i s   c l e a r i n g   h i s   b e n c h   w i t h   r a u l   n e t o ,   c e d i   o s m a n ,   m a m a d i   d i a k i t e   a n d   l a m a r   s t e v e n s   j o i n i n g   i s a i a h   m o b l e y   o u t   t h e r e .
l e v e r t . . . . . . .   c a v s   l e t e m k n o w  
      c a v s   l e t ' s   g o  
n o b o d y   i s   g o i n g   t o   g u a r d   o k o r o   a n d   t h e   o t h e r   m o b l e y   
 
 c a v s
i f   i s a i a h   m o b l e y   c a n   d e v e l o p   i n t o   l i k e   a     o n   t h e   3 p o i n t   l i n e .   m a n   h e d   b e   s o   g o o d   f o r   t h i s   t e a m   o f f   t h e   b e n c h   c a v s
m o b l e y   t o   m i t c h e l l   n b a   b a s k e t b a l l   n b a t w i t t e r   c a v s   c a v a l i e r s   d o n o v a n m i t c h e l l  
t h i s   i s   e x c i t i n g   c a v s  
i t   a p p e a r s   d o c   r i v e r s   i s   c a l l i n g   o f f   t h e   d o g s   f o r   t h e   s i x e r s . 
 
 c l e v e l a n d   c o u l d   t r y   a n d   t a k e   t h e   l e a d   b e f o r e   j . b .   b i c k e r s t a f f   d o e s   t h e   s a m e   f o r   t h e   c a v s .
l o v e   l o v e   t h e   c a v s   t e a m .   i   c a n ’ t   w a i t   u n t i l   i t ’ s   r e a l .
h e y   c l e v e l a n d ,   s a v e   o n   t i c k e t s   w i t h   m y   c o u p o n   c o d e   t o   c a v s   g a m e s ,   d i s n e y   o n   i c e   +   m o r e ! 
 & g t ; & g t ;     
 l e t e m k n o w   c a v s  
  l o l   n a w   b r o ,   i   j u s t   t h i n k   j b   i s   a   r e a l   s o l i d   c o a c h   a n d   t h i s   u p c o m i n g   s e a s o n   i s   a   b i g   o n e   f o r   b o t h   h i m   a n d   t h e   r o s t e r / f r a n c h i s e .   
 
 i f   h e   c o m p l e t e l y   f a l l s   o n   h i s   f a c e ,   a n d   t h e   c a v s   d o n ’ t   a t   t h e   v e r y   l e a s t   m a k e   i t   t o   r o u n d   2 …   w e   c a n   h a v e   t h a t   t a l k   b r o .
d e s p i t e   a p p e a r i n g   t o   t w e a k   h i s   a n k l e ,   c a v s   f o r w a r d   d e a n   w a d e   a p p e a r s   t o   b e   o k   a s   h e ' s   r e m a i n e d   o n   t h e   b e n c h   f o r   c l e v e l a n d   a f t e r   i s a i a h   m o b l e y   s u b b e d   i n   f o r   h i m .
t h e   m i n d s e t   a t   t h e   3   i n   a n y   r o t a t i o n   w i t h   g a r l a n d ,   m i t c h e l l ,   m o b l e y ,   a n d   a l l e n   h a s   t o   b e   d e f e n s e .   t h e r e   i s   a l r e a d y   e n o u g h   s c o r i n g .   c a v s
c a v s   d e a n   w a d e   h o b b l e s   o f f   t h e   f l o o r   a n d   i s   r e p l a c e d   b y   i s a i a h   m o b l e y .   w a d e   w a s   d r i v i n g   t o   t h e   b a s k e t ,   g o t   c a l l e d   f o r   a n   o f f e n s i v e   f o u l   a n d   a p p e a r e d   t o   r o l l   h i s   a n k l e .   h e   i s   p o i n t i n g   t o   h i s   r i g h t   a n k l e   o n   t h e   b e n c h .
g e t   t h e   s t a r t e r s   o u t   n o w . 
 
 c a v s
j a r r e t t   a l l e n   i s   d o i n g   w o r k .   g o n n a   b e   g r e a t   t o   s e e   h i m   d o i n g   t h i s   w i t h   m o b l e y   a n d   l o v e   o u t   t h e r e   w i t h   ‘ e m   s o o n . 
 
 l e v e r t   t r y i n g   t o   p i c k   h i s   s p o t s   w i t h   g a r l a n d   a n d   m i t c h e l l   d o i n g   w o r k   i s   v i t a l   f o r   t h e   c a v s ,   t o o .   w e ’ l l   s e e   h o w   t h e y   c a n   d o   i t .   
 
 l e t e m k n o w
i   t h i n k   c a r i s   l e v e r t   h a s   s t a r t e d   t o   s o l i d i f y   h i s   s p o t   a s   t h e   s t a r t i n g   t h r e e   f o r   t h e   c a v s .
e x t r e m e l y   h a p p y   f o r   l e v e r t   a l w a y s   o n e   o f   m y   f a v o r i t e s .   n e t s   d i d n ’ t   f e e l   h e   f i t   w i t h   o t h e r   b a l l h a n d l e r s ;   n a s h   c a l l e d   h i m   “ r e d u n d a n t . ”   b u t   h e ’ s   a p p a r e n t l y   d o i n g   i t   f o r   c a v s  
c a v s   r u n n i n g   t h e i r   s t a r t e r s   a   l i t t l e   l o n g e r   t o n i g h t .   t h e y   a r e   b e g i n n i n g   t h e   s e c o n d   h a l f   t h i s   t i m e .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   i s   k e e p i n g   t h e   s t a r t i n g   l i n e u p   i n   t o   s t a r t   t h e   t h i r d   q u a r t e r .
w e   w o n ’ t   k n o w   u n t i l   m o b l e y   g e t s   b a c k   b u t   t h e   g a r l a n d ,   m i t c h e l l ,   l e v e r t   l i n e u p   m i g h t   n o t   h a v e   e n o u g h .   l e v e r t   a l s o   b e c o m e s   t h e   4 t h   o p t i o n   o f f e n s i v e l y .   w o u l d   r a t h e r   s e e   o k o r o   o r   w a d e   i n   t h a t   r o t a t i o n   c a v s
c a v s   v s   7 6 e r s   l e t e m k n o w   c a v s   c a v s s i x e r s   g i r l s n i g h t  
l i k e d   t h e   l a s t   r o t a t i o n   o f   m i t c h e l l ,   o k o r o ,   l e v e r t ,   w a d e ,   a n d   a l l e n .   c a m e   t h r o u g h   o n   b o t h   e n d s   o f   t h e   c o u r t 
 c a v s
w e   w o n   l e t e m k n o w   c a v s  
f i r s t   g a m e   o f   t h e   y e a r !   l e t e m k n o w   c a v s  
i m p r e s s i v e   b l o c k   b y   d o n   m i t c h e l l ! 
 l e t e m k n o w   c a v s   c a v a l i e r s   p h i v s c l e   n b a t w i t t e r   n b a   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   
  
g a r l a n d   a l l e y   o o p   t o   m i t c h e l l   d a r i u s g a r l a n d   n b a   b a s k e t b a l l   c a v s   c a v a l i e r s   n b a t w i t t e r   d o n o v a n m i t c h e l l  
  w i l l   l o v e   b e   o u t   a w h i l e ?   c a v s
g r e a t   t o   h a v e   j a r r e t t   a l l e n   b a c k .   h e   l e a d s   t h e   c a v s   w i t h   1 7 p t s ,   8 r e b s ,   a n d   1 b l k . 
 
 •   s t u f f :   ⤵ ️ ⤵ ️ ⤵ ️ 
 •   g a r l a n d :   9 p t s ,   6 a s t ,   1 s t l 
 •   l e v e r t :   8 p t s ,   3 r e b s ,   2 a s t 
 •   m i t c h e l l :   3 p t s ,   3 r e b s ,   2 a s t 
 
 c a v s   t r a i l   7 6 e r s   6 1 - 5 0   a t   t h e   h a l f .   
 
 l e t e m k n o w
i   p l a n   o n   g e t t i n g   a l l   i n t o   h o o p s   t h i s   y e a r .   c l e v e l a n d ’ s   b i g g e s t   c a v a l i e r   l e t e m k n o w   c a v s
1 s t   h a l f   s t a t s   f r o m   .   
 
 c a v s   5 0 
 7 6 e r s   6 1 
 
 l i s t e n   t o   t h e   2 n d   h a l f :    
d o n ' t   l e t   e v e r y o n e   t w e e t i n g   a b o u t   t y r e s e   m a x e y   d i s t r a c t   y o u   f r o m   t h e   f a c t   t h a t   j a r r e t t   a l l e n   h a s   b e e n   j u s t   a s   d o m i n a n t   f o r   t h e   c a v s .     c a v s       p h i v s c l e
j u s t   d o w n l o a d e d   t h e   n e w       a p p   a n d   s i g n e d   u p   f o r   t h e   $ 2 0 / m o n t h   p l a n   s o   i   c a n   w a t c h   a l l   t h e     g a m e s   t h i s   s e a s o n !   c a v s   c l e  
i t ’ s   a   w h o l e   d i f f e r e n t   g a m e   w h e n   u   h a v e   d e a n   w a d e   o u t   t h e r e   i n s t e a d   o f   m o b l e y   c a v s
. @ _ b i g j a y y _   d o m i n a t i n g   f o r   c a v s ,   w h o   t r a i l   7 6 e r s   6 1 - 5 0   a t   h a l f .   a l l e n   h a s   1 7   p o i n t s   ( 7 - 1 3   f g ,   3 - 4   f t ) ,   8   r e b o u n d s ,   2   b l o c k s   i n   2 2   m i n u t e s .   d a r i u s   g a r l a n d   w i t h   9   p o i n t s ,   6   a s s i s t s   a n d   a   s t e a l .   c a r i s   l e v e r t   8   p o i n t s ,   3   r e b o u n d s ,   3   a s s i s t s ,   1   b l o c k .
a t   t h e   b r e a k :   s i x e r s   6 1 ,   c a v s   5 0 
 
 a l l e n   1 7   p t s ,   8   r e b ,   l e v e r t   8   p t s ,   3   a s t ,   3   r e b ,   g a r l a n d   9   p t s ,   6   a s t ,   m i t c h e l l   3   p t s   ( 1 - 5 ) ,   3   r e b ,   2   a s t   3   t o s .
g a r l a n d   s p l a s h e s   t h e   t h r e e   n b a   b a s k e t b a l l   n b a t w i t t e r   c a v s   c a v a l i e r s   d a r i u s g a r l a n d  
i   l i k e   t h e s e   c a v s   . .   a   l o t .
w e   r e a d y 
 w e   r e a d y 
 w e   r e a d y 
 f o r   y ' a l l 
 m n f   [ a n d   a l s o   c a v s ]  
s p i d a ’ s   b l o c k   j u s t   n o w   & g t ; & g t ; & g t ; & g t ; 
 
 w h e w w w w !   c a v s   d o w n   5 6 - 4 7   w i t h   1 : 2 0   l e f t   i n   t h e   h a l f . 
 
 l e t e m k n o w
n i c e   e x a m p l e   o f   h e l p i n g   t h e   h e l p e r   t h e r e   b y   d o n o v a n   m i t c h e l l .   s w a t t e d   t h a t   t h i n g   i n t o   t o m o r r o w .   c a v s
t h e r e   w i l l   b e   m a n y   f a c t o r s   t h a t   g o   i n t o   c a v s   d e c i s i o n   a t   s m a l l   f o r w a r d ,   j u s t   l i k e   l a s t   y e a r   w h e n   j . b .   b i c k e r s t a f f   l a n d e d   o n   l a u r i   m a r k k a n e n .   b u t   i f   i t ' s   a   c o m p e t i t i o n ,   c a r i s   l e v e r t   i s   w i n n i n g .   h e   h a s   b e e n   o n e   o f   t h e   b e s t   p l a y e r s   i n   c a m p   & a m p ;   h a s   f i t   w e l l   i n   t w o   p r e s e a s o n   g a m e s .
o k o r o   s t i l l   m i s s i n g   b u n n i e s .   s m h .   c a v s   l e t e m k n o w
d o n o v a n   m i t c h e l l   f i n i s h e s   t h e   l o b ! 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   l e t e m k n o w   c a v s   t h e l a n d   n b a t v   
  
w h a t   a   b l o c k   b y     ! ! !   c a v s   w e a k s t u f f
i   l o v e   c a v s   b a s k e t b a l l ! ! !  
l e t ' s   g o   c a v s   l e t e m k n o w   n b a t w i t t e r  
g a r l a n d   t o   l e v e r t   3   n b a   b a s k e t b a l l   c a v s   d a r i u s g a r l a n d   c a r i s l e v e r t   c a v a l i e r s   n b a t w i t t e r  
g a r l a n d s   d e f e n s e   i s   s o o o o o   b a d .   l i k e   i f   w e   p l a y e d   4   o n   5   i t   w o u l d   b e   t h e   s a m e   r e s u l t .   l e t e m k n o w   c a v s
g a r l a n d   f i n i s h e s   a t   t h e   r i m   n b a   b a s k e t b a l l   d a r i u s g a r l a n d   c a v s   c a v a l i e r s   n b a t w i t t e r  
c a v s   c a r i s   l e v e r t   h i t   t h e i r   f i r s t   3   o f   t h e   n i g h t .   h e ' s   l o o k e d   p r e t t y   g o o d   t o n i g h t   s o   f a r .
a f t e r   a   t o u g h   s t a r t   f o r   c a v s   d o n o v a n   m i t c h e l l   o n   t h e   o f f e n s i v e   e n d ,   t h a t   w a s   a   r e a l l y   n i c e   d u n k   f r o m   h i m   o f f   a   p a s s   f r o m   d a r i u s   g a r l a n d .
t h a t   w a s   n a s t y ! !   c a v s
w i t h   4 : 2 8   l e f t   i n   t h e   s e c o n d   q u a r t e r ,   c a r i s   l e v e r t   h i t s   t h e   f i r s t   t h r e e - p o i n t e r   f o r   t h e   c a v s .
w i t h   4 : 5 8   t o   g o   i n   t h e   s e c o n d   q u a r t e r ,   c a v s   g u a r d   d o n o v a n   m i t c h e l l   d r a w s   b l o o d   a f t e r   g o i n g   1 - 2   ( 1 - 3   i f   y o u   i n c l u d e   t h e   l a n e   v i o l a t i o n )   f r o m   t h e   f r e e   t h r o w   l i n e .
l i l   p r e g a m e   a c t i o n   d a t e n i g h t     c a v s u n i t e d   c a v s   l e t e m k n o w  
a f t e r   c h r i s   p a u l ,   i   t h i n k   d a r i u s   g a r l a n d   i s   g o n a   b e   t h e   m o s t   p u r e s t   p o i n t   g u a r d   i n   t h e   l e a g u e   i n   a   y e a r   o r   2 
 
 s h o o t   m y b   t h i s   y e a r 
 
 c a v s
c u r i o u s   a b o u t   t h e   c a v s   p r e s e a s o n ?     h a s   y o u   c o v e r e d   e x c l u s i v e l y   w i t h     w i t h   t h e   l a t e s t   u p d a t e s   ✍ ️  
t h e r e ' s   6 : 5 0   l e f t   i n   t h e   f i r s t   h a l f   h e r e   a n d   t h e   c a v s   a r e   0 - o f - 8   f r o m   d e e p .   n e i t h e r   t h e   n u m b e r   o f   m a k e s   ( d u h )   o r   a t t e m p t s   i s   g o i n g   t o   g e t   i t   d o n e   o f f e n s i v e l y .   t h e y ' r e   s t u c k   a t   2 9   p o i n t s .
m a y b e   i ’ l l   b e   w r o n g   a b o u t   d e a n   w a d e   b u t   w e   n e e d   a   s o l i d i f i e d   s f / p f .   c a v s
d   w a d e   w i t h   t h e   a n d   1   f o r   t h e   c a v s ,   h e ' s   l o o k i n g   l i k e   a   s o l i d   1 0 t h   m a n   t o n i g h t .     c a v s   p h i v s c l e  
m a x e y   i s   j u s t   o n   🔥   t o n i g h t !   r e a l l y   l o o k i n g   f o r w a r d   t o   a   g o o d   s e a s o n   w i t h   h i m ! 
 s i x e r s     c a v s   

s h i t .   w e ’ r e   p l a y i n g   s l o p p y   t o d a y .   d e f i n i t e l y   t r e a t i n g   i t   l i k e   a   p r e s e a s o n   g a m e .   c a v s
d e a n   w a d e   a n d   1   n b a   b a s k e t b a l l   n b a t w i t t e r   c a v s   c a v a l i e r s   d e a n w a d e  
w o w   c a v s   y u c k !   
 l e t ' s   g e t   g o i n g .
w e   n e e d   t o   t r a d e   f o r   a   s m a l l   f o r w a r d .     c a v s 
 
 d o e s n t   h a v e   t o   b e   a   s t a r   o r   a n y t h i n g   l i k e   t h a t .   w e   j u s t   n e e d   a   c a p a b l e   s f   o n   t h i s   t e a m
h e y   c a v s . .   i   k n o w   i t ’ s   p r e s e a s o n   b u t   s o m e   d e f e n s e   m i g h t   h e l p .   l e t e m k n o w
t h e   c a v s   m a d e   z e r o   j u m p s h o t s   i n   t h e   f i r s t   q u a r t e r .   l e t e m k n o w
l o o k i n g   l i k e   b i t c h e l l   t o n i g h t   c a v s   p h i v s c l e
.   i s   s a v i n g   t h e   s t o r y b o o k   s t a r t   t o   h i s   c a v s   c a r e e r   f o r   t h e   r e g u l a r   s e a s o n .   n o t h i n g   w e n t   w e l l   i n   t h e   f i r s t   q :   0 - 3   f g ,   0 - 2   3 s ,   3   r e b o u n d s ,   1   a s s i s t ,   1   s t e a l ,   2   f o u l s ,   3   t u r n o v e r s .   c o u l d   s a y   s a m e   f o r   c a v s ,   w h o   t r a i l   7 6 e r s   3 3 - 2 0 .
a   t o u g h   o p e n i n g   q u a r t e r   h e r e   f o r   t h e   c a v s .   s h o t   7   o f   2 2   f r o m   t h e   f i e l d   a n d   m i s s e d   a l l   7   3 - p o i n t   a t t e m p t s .   s t r u g g l i n g   w i t h   e x e c u t i o n ,   a n d   p h i l l y ' s   d e f e n s e   i s   g i v i n g   t h e m   i s s u e s .   
 
 s i x e r s   l e a d   3 3 - 2 0   a f t e r   t h e   f i r s t .
r o u g h   f i r s t   q u a r t e r ,   b u t   w e   g o t   t o   s e e   a   l o t   o f   i n t e r e s t i n g   r o t a t i o n s .   c a v s
a s   i ’ v e   s a i d   b e f o r e   c a m p   s t a r t e d ,   i t ’ s   h i m   o r   o k o r o .   
 
 c a v s  
f o r   t h o s e   k e e p i n g   t r a c k   a t   h o m e   a f t e r   t h e   f i r s t   q u a r t e r   f o r   t h e   c a v s : 
 
 g a r l a n d 
 m i t c h e l l 
 l e v e r t 
 w a d e 
 a l l e n 
 - - - 
 m o b l e y 
 o k o r o 
 o s m a n 
 l o p e z  
d a r i u s   g a r l a n d   w i t h   t h e   h e s i   m o v e ! 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n   l e t e m k n o w   c a v s n a t i o n   c a v s   c a v a l i e r s 
  
s h o u t   o u t   t o   _ 2 1 6   f r o m   e n g l a n d   o n   t h e   c a v s   b a l l y   s p o r t s   f e e d   c a v s
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   t h a t   o n e   o f   d o n o v a n   m i t c h e l l   o r   d a r i u s   g a r l a n d   w i l l   a l w a y s   b e   o n   t h e   f l o o r   f o r   c l e v e l a n d . 
 
 w e ' r e   n o w   s e e i n g   p o i n t   s p i d a   o u t   t h e r e   w i t h   m i t c h e l l   s u b b i n g   i n   f o r   g a r l a n d .
i   w o u l d   j u s t   l i k e   t o   p o i n t   o u t ,   t h e   o n e   d u d e   w h o   s h o u t s   " m v p "   e v e r y   t i m e   c a v s   c e d i   o s m a n   - -   a n d   o n l y   o s m a n   - -   i s   a t   t h e   f r e e   t h r o w   l i n e   s t i l l   h a s   t i c k e t s   t h i s   s e a s o n .
t h e   l o y a l   g u y   w h o   y e l l s   " m v p "   f o r   c e d i   o s m a n   i s   i n   t h e   h o u s e   a g a i n   t h i s   s e a s o n .   c a v s
t h i s   i s n ’ t   a   g o o d   l o o k   o f   a l l   o f   o u r   s t a r t e r s   a r e   p l a y i n g   r i g h t   n o w .   c a v s
c a v s   b i g   m a n   r o b i n   l o p e z   i s   t h e   f o u r t h   p l a y e r   o f f   t h e   b e n c h   t o n i g h t .
l o t s   o f   a i m l e s s   d r i b b l i n g   c a v s
c a v s   f o r w a r d   c e d i   o s m a n   i s   t h e   t h i r d   c l e v e l a n d e r   o f f   t h e   b e n c h   t o n i g h t .   r o t a t i o n w a t c h
c a v s   k e v i n   l o v e   j u s t   s t r o l l e d   o u t   o f   t h e   l o c k e r   r o o m   a n d   s a t   i n   b e t w e e n   t w o   c o a c h e s   w i t h   c l e v e l a n d   t r a i l i n g   2 1 - 7   a r o u n d   t h e   5 - m i n u t e   m a r k   o f   t h e   s e c o n d   p r e s e a s o n   g a m e .
c a v s   c a l l e d   f o r   a   f i v e   s e c o n d   v i o l a t i o n   t r y i n g   t o   g e t   t h e   b a l l   i n   o n   t h e   s i d e l i n e .   s o m e t h i n g   t e l l s   m e   t h i s   t h i s   p h i l l y   d e f e n s e   i s   g o i n g   t o   b e   p r e t t y   d a m n   g o o d   t h i s   y e a r .   c a v s   j u s t   3 - f o r - 1 2   f r o m   t h e   f l o o r   s o   f a r .   s i x e r s   u p   2 1 - 7 .
i m   g o n n a   b e   r e a l ,   i s   p a y i n g   a n d   k e e p i n g       d e a n   w a d e   o u r       n j o k u   m o m e n t ?   b e c a u s e   i f   i t   i s ,   i t s   n o t   w o r k i n g .   h e   w a s   h o r r i b l e   l a s t   y e a r . . . a n d   s t i l l   i s .   h e   s h o u l d   b e   o n   t h e   b e n c h .   c a v s   c l e v e l a n d c a v s   c l e v e l a n d
o m g   t h e   c a v s   a r e   h o r r i b l e . . . .
i   d o n ' t   t h i n k   y o u   c o u l d ' v e   s c r i p t e d   a   m e s s i e r   s t a r t   f o r   t h e   c a v s   i n   t h i s   o n e . 
 
 s o m e t h i n g   f e e l s   a   b i t   o f f   t o n i g h t .
c h e e r i n g   o n   o u r     ! !   i t ' s   m y   s i s t e r - i n - l a w ' s   f i r s t   c a v s   g a m e   e v e r ! !   l e t e m k n o w   t h i s i s c l e  
d e a n   w a d e   d o   n o t   i m p r e s s   m e . c a v s
l e v e r t   l o o k i n g   p r e t t y   g o o d ,   h e a l t h   w i s e .   h e ’ s   m o v i n g   a r o u n d   s o   m u c h   b e t t e r   o v e r a l l   o n   b o t h   e n d s . 
 
 i   t h i n k   w e   f i n a l l y   g e t   a   g o o d ,   h e a l t h y   v e r s i o n   o n   m y   m a n ’ s   t h i s   y e a r .   
 
 c a v s   l e t e m k n o w
g r e a t   n i g h t   f o r   s o m e   🏀   i n   t h e   l a n d .   c a v s   s i x e r s   l e t e m k n o w  
w e   m i g h t   n e e d   t o   m a k e   a   t r a d e   a n d   g e t   o n e   m o r e   v e t e r a n   b i g   o n   h e r e   c a v s
t o n i g h t ' s   g a m e   f e e l s   l i k e   a   n e a r   o p p o s i t e   o f   t h e   o n e   i n   p h i l l y   f o r   t h e   c a v s . 
 
 c l e v e l a n d   i s   0 - 4   f r o m   t h r e e - p o i n t   r a n g e   t o   s t a r t   t h i n g s .
  h e r e   w e   g o !   l e t e m k n o w   c a v s
g a r l a n d   l o b s   i t   t o     a l l e n ! 
 l e t e m k n o w   c a v s   c a v a l i e r s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   p h i v s c l e 

j u s t   n o t   a   f a n   o f   p l a y i n g   a g a i n s t   p j   t u c k e r   i n   p r e s e a s o n ,   b e c a u s e   h e   d o e s n ’ t   u n d e r s t a n d   w h a t   p r e s e a s o n   i s ,   a n d   g u y s   a r e n ’ t   g o i n g   a l l   o u t   l i k e   h e   i s . 
 
 i t ’ s   h o w   g u y s   g e t   h u r t .   c a v s   g o t t a   b e   c a r e f u l   h e r e .   
 
 1 2 - 5 ,   7 6 e r s   e a r l y   o n   i n   t h e   f i r s t   q u a r t e r .   l e t e m k n o w
c a v s   n e w   v i d e o   o p e n   i s   n o t h i n g   b u t   s o m e   d r o n e   s h o t s   o f   t h e   c i t y   i n t e r s p e r s e d   w i t h   p r a c t i c e   v i d e o   & a m p ;   a   c o u p l e   3 s   f r o m   t h e   f i r s t   p r e s e a s o n   g a m e . 
 
 t h e   q u i e t   c u r s e   t h a t   n e w   u n i f o r m s   p u t s   o n   t h e   g a m e   o p s   t e a m .
h a r d e n   n e e d s   t o   s h a v e   h i s   b u s h   🤮   c a v s
c a v s   c a r i s   l e v e r t   s t a r t s   t h e   g a m e   g u a r d i n g   p h i l l y ' s   j a m e s   h a r d e n .   l e v e r t ,   w h o   l o o k s   l i k e   h e   c o u l d   b e   t h e   s t a r t i n g   s m a l l   f o r w a r d ,   i s   r e a d y   t o   c h a n n e l   h i s   i n n e r   s t o p p e r   - -   a n d   l o o k i n g   f o r w a r d   t o   t h a t   r e s p o n s i b i l i t y .   
 

t h a t ' s   a t   l e a s t   t w i c e   i n   t w o   g a m e s   w e ' v e   s e e n   c a v s   b i g   m a n   j a r r e t t   a l l e n   s w i t c h   o n t o   j a m e s   h a r d e n   a n d   h o l d   h i s   o w n .
t h e   l a c k   o f   j o e l   e m b i i d   i s   a l s o   a p p a r e n t   e a r l y   a s   w e l l   w i t h   c a v s   b i g   m a n   j a r r e t t   a l l e n   g e t t i n g   t w o   f a i r l y   c l e a n   l o o k s   o n   t h e   i n t e r i o r .
b a s k e t b a l l   t i m e !   l e t ’ s   g o   c a v s   🏀
g a r l a n d   l o o k i n g   l i k e   h e   b u l k e d   u p   a   b i t   c a v s  
t h e   b a l l   i s   t i p p e d   o n   a n o t h e r   ( p r e ) s e a s o n   o f     b a s k e t b a l l   a t     
 
 l e t e m k n o w   c a v s 
 
 f o x 8  
r e a l l y   g o o d   d e f e n s i v e   p o s s e s s i o n   f r o m   c a v s   s t a r   b i g   m a n   j a r r e t t   a l l e n   a f t e r   h e   w a s   f o r c e d   o n t o   t o b i a s   h a r r i s   o n   t h e   p e r i m e t e r .
g o d   b l e s s   ,   @ _ b i g j a y y _ ,   & a m p ;     f o r   s t i c k i n g   w i t h   t h e   p r e g a m e   r i t u a l s   t h i s   s e a s o n   c a v s  
b a l l   i s   u p   b e t w e e n   t h e   c a v s   a n d   s i x e r s .   p r e s e a s o n   g a m e   n o .   2   u n d e r w a y .
a   v e r y   l o u d   c h e e r   f o r   d o n o v a n   m i t c h e l l   w h o   w a s   i n t r o d u c e d   t o   c a v s   f a n s   f o r   t h e   f i r s t   t i m e .
t h e r e ’ s   m o r e   p e o p l e   a t   t o n i g h t ’ s   c a v s   p r e s e a s o n   g a m e   t h a n   t h e r e   w e r e   a t   l a s t   y e a r ’ s   h o m e   o p e n e r .
i ’ m   t u n e d   i n   c a v s
a   c a v s   p r e g a m e   t r a d i t i o n   l i k e   n o   o t h e r : 
 
 m o o n   d o g   a n d   i s a a c   o k o r o   d a n c i n g   t o g e t h e r   d u r i n g   w a r m u p s .  
w i t h   a l l   t h e   s p o r t s   t a l k   s u r r o u n d i n g   t h e     a n d     t o d a y .   w e   h a v e   o u r s e l v e s   a   p r e s e a s o n   g a m e   t o n i g h t   i n   5   m i n u t e s   a t   7 p m !   l e t ’ s   g o   s i x e r s !   
 h e r e ’ s   t o n i g h t ’ s   s t a r t i n g   l i n e u p   u p . 
 s i x e r s   c a v s  
h e r e   w i t h   f a m i l y   a n d   f r i e n d s   f o r   t h e   h o m e   o p e n e r   p r e   s e a s o n   g a m e .   c a v s  
( 1 t / 2 2 m i n )   g o l   d o   p h i l a d e l p h i a   7 6 
   7 6 e r s   1 x 0   c a v s 
 🇪 🇪   n b a 2 0 2 2   
 t e s i g o a t o d a p a r t e
e n t e r i n g   y e a r   9   o f   c o m i n g   h e r e   r e g u l a r l y   a n d   m a n n n n n n   d o e s   i t   f e e l   d i f f e r e n t   t h i s   y e a r .   l e t e m k n o w   c a v s  
l e t ’ s   g o   c a v s !  
i   t h i n k   i   r e a l l y   l i k e   t h e   n e w   c a v s   c o u r t .   i t ' s   g o t   t h e   r i g h t   a m o u n t   o f   t h e   n e w   g o l d .
1 0 / 1 0   c a v s   v s .   7 6 e r s   s t a r t e r s . . 
 c a r i s   l e v e r t   o n c e   a g a i n   i n   t h e   s t a r t i n g   l i n e u p   i n   t h e   3 .   d e a n   w a d e   r e p l a c e s   k e v i n   l o v e   a t   t h e   4 .   
 l e t e m k n o w  
y o u r   c a v s   s t a r t e r s   f o r   p r e s e a s o n   g a m e   n o .   2 ️ ⃣ :  
w i t h   e v a n   m o b l e y   a n d   k e v i n   l o v e   b o t h   o u t ,   t h e   c a v s   a r e   s t a r t i n g   t w o   g u y s   c o m p e t i n g   f o r   t h e   s t a r t i n g   s m a l l   f o r w a r d   s p o t .  
c a v s   s t a r t i n g   f i v e   f o r   t o n i g h t ’ s   p r e s e a s o n   g a m e :   d a r i u s   g a r l a n d ,   d o n o v a n   m i t c h e l l ,   c a r i s   l e v e r t ,   d e a n   w a d e   a n d   j a r r e t t   a l l e n
i f   t h e   c a v s   w e r e   t o   e x p l o r e   t h e   p o s s i b i l i t y   o f   a c t u a l l y   a c q u i r i n g   t h e   a l l - s t a r   f o r w a r d ,   t h e y ’ d   n e e d   t o   g e t   c r e a t i v e ,   u n l e s s   t h e y   w e r e   w i l l i n g   t o   p a r t   w a y s   w i t h   k e v i n   l o v e ’ s   e x p i r i n g   $ 2 8 . 9 m   t r a d e   c h i p   f o r   g r e e n ,   o r   l e v e r t ’ s   $ 1 8 . 7 m   e x p i r i n g   c h i p ,   t o o . 
 
 l e t e m k n o w
w h i l e   t h e   c a v s   h a v e n ’ t   s p o k e n   t o   t h e   w a r r i o r s   r e g a r d i n g   a   p o t e n t i a l   t r a d e   f o r   d i s g r u n t l e d   f o r w a r d   d r a y m o n d   g r e e n ,   i t ’ s   e x p e c t e d   t h e y ’ d   “ o p e n   a   c o n v e r s a t i o n ”   w i t h   g o l d e n   s t a t e   i n   a t t e m p t   t o   a c q u i r e   t h e   f o r m e r   m s u   p r o d u c t .   
 
 g r e e n   a v e r a g e d   7 / 7 / 7   l a s t   y e a r   i n   4 6   g a m e s   f o r   g s .
n e w   c a v s   s t a r   g u a r d   d o n o v a n   m i t c h e l l   g e t t i n g   s h o t s   u p   w i t h   a s s i s t a n t s   p r i o r   t o   t o n i g h t ’ s   g a m e   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s .  
c e d i   o s m a n   i n   t h e   h o u s e   💥 
 
 c a v s     t h e f i r s t c e d i    
m e t s   l u c k   s t a r t e d   t o   r u n   o u t   w h e n   s p i d a   w e n t   t o   t h e   c a v s
5 8   m i n u t e s   a w a y 
 c a v s s i x e r s   l e t e m k n o w   c a v s  
d e a n   w a d e   a n d   c a r i s   l e v e r t   w i l l   g e t   t h e   s t a r t   t o n i g h t   f o r   t h e   c a v s   w i t h   b o t h   e v a n   m o b l e y   ( a n k l e )   a n d   k e v i n   l o v e   ( k n e e )   s i d e l i n e d   t o n i g h t . 
 
 t h e   l i n e u p   c h a n g e s   w e r e   f i r s t   r e p o r t e d   b y  
l o c a l   c o m p a n y   a v e r y   d e n n i s o n   a p p e a r s   t o   b e   t h e   s p o n s o r   f o r   t h e   c a v s   w a r m u p   t o p s . 
 
 a   s e c o n d   n e w   u n i f o r m   s p o n s o r   j o i n i n g   t h e   o r g a n i z a t i o n   t h i s   s e a s o n .
c a v s   a r e   g o i n g   t o   s t a r t   d e a n   w a d e   a t   p o w e r   f o r w a r d   i n   p l a c e   o f   b a n g e d - u p   k e v i n   l o v e   ( a n d   e v a n   m o b l e y ) ,   w h i c h   m e a n s   c a r i s   l e v e r t   g e t s   t h e   s t a r t   a t   s m a l l   f o r w a r d   f o r   a   s e c o n d   s t r a i g h t   p r e s e a s o n   g a m e   
 

_   c a v s   p l a y i n g   w i l l   d o   t h a t .
c a v s   k e v i n   l o v e   w i l l   n o t   p l a y   i n   t o n i g h t ' s   p r e s e a s o n   g a m e   a g a i n s t   p h i l a d e l p h i a   a s   a   p r e c a u t i o n   a f t e r   b u m p i n g   k n e e s   i n   a   r e c e n t   p r a c t i c e ,   s o u r c e s   t e l l     
 

c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s h a r e d   w i t h   m e   t h a t   d y l a n   w i n d l e r   i s   s t i l l   p r o g r e s s i n g   f r o m   h i s   a n k l e   i n j u r y   a n d   s h o u l d   b e   a b l e   t o   p a r t a k e   i n   s t a n d s t i l l   s h o o t i n g   o n   t h e   c o u r t   s o o n .
a n d   w e ’ r e   b a c k !   t h e   m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s o o n   p r i o r   t o   t o n i g h t ’ s   p r e s e a s o n   g a m e   b e t w e e n   c l e v e l a n d   a n d   t h e   p h i l a d e l p h i a   7 6 e r s ! 
 
 m o r e   f r o m   m e !   ⤵ ️ 
 
  
p r e s e a s o n   g a m e   n u m b e r   2 !   1   l i k e   =   1   g o o d   l u c k !   c a v s   7 6 e r s   s i x e r s   l e t e m k n o w  
t h e r e   i s   o n e   t e a m   i m   m o s t   e x c o t e d   t o   w a t c h .   t h e   c a v s .  
p l e a s e   w i n   t o n i g h t   c a v s  
i t ' s   t i m e   t o   o f f i c i a l l y   a n n o u n c e   d e a n   w a d e   a s   t h e   c a v s   s t a r t i n g   s m a l l   f o r w a r d .  
2   t i c k e t s   f o r   c a v s   g a m e   t o n i g h t   a n d   2   t i c k e t s   f o r   w e d n e s d a y   n i g h t .   h i t   m e   u p ! ! 
 g o c a v s   c a v s   c a v s g a m e   c l e
i n j u r y   r e p o r t   f o r   t h e   c a v s   l e f t   a s   t b d .  
c a v s   j a r r e t t   a l l e n   o n   t h e   d i f f e r e n c e   b e t w e e n   p l a y i n g   w i t h   e v a n   m o b l e y   a n d   k e v i n   l o v e   i n   t h e   f r o n t c o u r t :   
 
 " o b v i o u s l y   o n   t h e   d e f e n s i v e   e n d ,   k e v i n ' s   5 2 - y e a r s - o l d ,   d e f i n i t e l y   n o t   a s   a t h l e t i c   o r   a n y t h i n g . "
l e t ' s   l o o k   b a c k   a t   t h e   2 0 0 9 - 1 0   e a s t e r n   c o n f e r e n c e   s t a n d i n g s   ( 1 - 8 )   📈 
 
 c a v s :   6 1 - 2 1 
 m a g i c :   5 9 - 2 3 
 h a w k s :   5 3 - 2 9 
 c e l t i c s :   5 0 - 3 2 
 h e a t :   4 7 - 3 5 
 b u c k s :   4 6 - 3 6 
 h o r n e t s :   4 4 - 3 8 
 b u l l s :   4 1 - 4 1 
 
 t h e   c e l t i c s   w e n t   o n   t o   w i n   t h e   c o n f e r e n c e ,   a n d   h a d   a n o t h e r   f i n a l s   t r i p   👏  
9   d a y s   u n t i l   t h e   c a v s   s e a s o n   s t a r t s .   
 
 2   d a y s   u n t i l   t h e   c b j   s e a s o n   s t a r t s .   
 
 1   d a y   u n t i l   t h e   a l d s   w h e r e   t h e   g u a r d i a n s   w i l l   f a c e   t h e   y a n k e e s .   
 
 l e t ’ s   r i d e .
b i g   ' p r o v e   i t '   s e a s o n   l o o m s   f o r   c a v s '   d y l a n   w i n d l e r  
r e m i n d e r :   c a v s   p l a y   t o n i g h t   a t   7   e t !   ( p r e - s e a s o n   g a m e )
    & a m p ;     :   c a n   k e v i n l o v e   b e   a   s t a r t e r   i n   t h i s   l i n e u p   i f   s o   t h e y   w o u l d   h a v e   5   a l l - s t a r s   o n   t h e   c o u r t . . c a v s 
      
c a v s   f i r s t   a c t i o n   i n s i d e   o f   t h e   f i e l d h o u s e   s i n c e   a p r i l ! 
 i t ' s   p r e s e a s o n   g a m e   n o .   2   a g a i n s t   p h i l l y   a t   7   o n   !   l e t e m k n o w  
c a v s   e v a n   m o b l e y   d o i n g   s o m e   l i g h t   w o r k   a t   s h o o t a r o u n d   t o d a y ,   w o r k i n g   h i s   w a y   b a c k   f r o m   a   r i g h t   a n k l e   s p r a i n .  
c a v s   e v a n   m o b l e y   d o i n g   s o m e   i n d i v i d u a l   w o r k   a f t e r   s h o o t a r o u n d   t o d a y  
c a v s   e v a n   m o b l e y   m a k i n g   p r o g r e s s   i n   h i s   r e c o v e r y   f r o m   a   s p r a i n e d   a n k l e ,   g o i n g   t h r u   a   l i g h t   i n d i v i d u a l   s h o o t a r o u n d   f o l l o w i n g   t o d a y ' s   t e a m   s h o o t a r o u n d .  
t h e   c a v s   t a k e   o n   t h e   7 6 e r s   t o n i g h t   a t   h o m e   s t a r t i n g   a t   7 : 0 0 p  
w h e n   a s k e d   a b o u t   t h e   d i f f e r e n c e   b e t w e e n   p l a y i n g   w i t h   e v a n   m o b l e y   v e r s u s   k e v i n   l o v e ,   c a v s   b i g   m a n   j a r r e t t   a l l e n : 
 
 “ w e l l ,   k e v i n   i s   l i k e   5 2   y e a r s   o l d   s o   h e ’ s   n o t   v e r y   a t h l e t i c   o n   d e f e n s e . ”
c a v s   s t a r   b i g   m a n   e v a n   m o b l e y   g e t t i n g   u p   s h o t s   a f t e r   s h o o t a r o u n d . 
 
 m o b l e y   i s   s t i l l   r e c o v e r i n g   f r o m   a n   a n k l e   s p r a i n   b u t   t h i s   i s   g o o d   p r o g r e s s . 
 
 m o r e   f r o m   m e .   ⤵ ️ 
 
  
c a v s   b i g   m a n   e v a n   m o b l e y   d o i n g   s o m e   o n - c o u r t   w o r k   w i t h   a s s i s t a n t   c o a c h   l u k e   w a l t o n   a s   m o b l e y   c o n t i n u e s   t o   w o r k   b a c k   f r o m   a   s p r a i n e d   a n k l e .  
c l e v e l a n d ,   i   a s k   o n e   t h i n g … 
 
 s t o p   m i x i n g   t h e   g u a r d i a n s   & a m p ;   c a v s   w i t h   t h e   b r o w n s . 
 
 t h e r e ’ s   m o r e   t h a n   j u s t   t h e   d i s t a n c e   b e t w e e n   s t a d i u m s   t h a t   d i v i d e   t h e s e   t e a m s .   t h e   b r o w n s   a r e   s o f t ,   a r r o g a n t ,   u n d e r   p e r f o r m ,   a n d   i n c l u d e   a   w o m a n   b e a t e r   & a m p ;   s e x u a l   a b u s e r . 
 
 c o u l d   n o t   b e   m o r e   o p p o s i t e .
i   a s k e d   c a v s   b i g   m a n   j a r r e t t   a l l e n   a b o u t   c h r i s   p r a t t   a s   t h e   n e w   v o i c e   o f   m a r i o   a n d   h e   s a i d   h e ’ s   w i l l i n g   t o   g i v e   i t   t h e   b e n e f i t   o f   t h e   d o u b t   a n d   w a n t s   t o   s e e   t h e   w h o l e   m o v i e .  
c a v s   p o i n t   g u a r d   r i c k y   r u b i o   g e t t i n g   i n   e x t r a   w o r k   a s   s h o o t a r o u n d   f o r   c a v s s i x e r s   c o n c l u d e s .   n o w   w i t h   a   l i t t l e   e x t r a   f l a i r .   
 
 m o r e   f r o m   m e .   ⤵ ️ 
  
a n o t h e r   d a y ,   a n o t h e r   p r a c t i c e   w h e r e   c a v s   f o r w a r d   i s a a c   o k o r o   i s   h i t t i n g   c o r n e r   t h r e e - p o i n t e r s   a t   a   h e a l t h y   r a t e .
t h e   r e h a b   c o n t i n u e s   f o r   c a v s   g u a r d   r i c k y   r u b i o .  
c a v s   p o i n t   g u a r d   r i c k y   r u b i o   g e t t i n g   i n   e x t r a   w o r k   a s   s h o o t a r o u n d   f o r   c a v s s i x e r s   c o n c l u d e s . 
 
 m o r e   f r o m   m e .   ⤵ ️ 
  
            n o t h i n g   c a n   c u r e   a   b r o w n s   h a n g o v e r   l i k e   a   c a v s   v i c t o r y .   l e t e m k n o w
a n o t h e r   p r e s e a s o n   m a t c h u p   t o n i g h t   f o r   t h e   s i x e r s   a n d   c a v s   a t   7 : 0 0 p m !   n b a   s i x e r s   c a v s  
a   n e w   l o o k ,   s o m e   n e w   f a c e s   a n d   p l e n t y   o f   n e w   e x p e c t a t i o n s   b e g i n   t o n i g h t   a s   t h e   c a v s   o p e n   u p   t h i n g s   a t   h o m e   a g a i n s t   t h e   s i x e r s   i n   p r e s e a s o n   p l a y . 
 
 b u t   f i r s t ,   t i m e   t o   h e a r   f r o m   j . b .   b i c k e r s t a f f   a n d   s o m e   p l a y e r s   w h e n   s h o o t   a r o u n d   c o n c l u d e s . 
 
 m o r e   f r o m   m e .   ⤵ ️ 
  
  e q u a l l y   h a p p y   t o   w a t c h   r o s a r i o   & a m p ;   g i m i n e z   o u t p l a y   & a m p ;   o u t l a s t   l i n d o r   ( g u a r d i a n s   f l e e c e d   t h e   m e t s ) .     a l s o   c a n t   w a i t   t o   w a t c h   🕷 ️ m i t c h e l l   a n d   t h e   c a v s   m a k e   s c o t t   p e r r y   l o o k   a s   d u m b   a s   b i l l y   e p p l e r !
i t ' s   c a v s   g a m e   d a y ! 
 
 t h e   c a v a l i e r s   c o n t i n u e   p r e s e a s o n   a c t i o n   t o n i g h t   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s .   s t a y   t u n e d   t o   c a v s   i n s i d e r   f o r   t h e   l a t e s t   n e w s   & a m p ;   i n f o r m a t i o n   o n   g a m e   d a y   a n d   e v e r y   d a y ! 
 
 l e t e m k n o w   |    
m o t i v a t i o n m o n d a y     h a n g i n g   o u t   w /   m y   s o n   o n   a   t h r o w b a c k   w /   h i s   r o o k i e   j e r s e y   h a n g i n g   i n   t h e   b a s e m e n t .   s m u s h p a r k e r   f o r m e r   c a v s     l a k e r s   l a k e r s n a t i o n     p g   i s   o n e   o f   t h e   g o o d   g u y s   i n   t h e   n b a   c o m m u n i t y   g i v i n g   b a c k   t o   t h e   c o m m u n i t y   s t i l l !    
n e w   v i d e o   t o   w a t c h : 
 
 " n b a   e a s t e r n   c o n f e r e n c e   s e a s o n   p r e v i e w :   c l e v e l a n d   c a v a l i e r s   2 0 2 2 - 2 0 2 3 "   
 
 c r e a t o r :     m i l e   h i g h   h o o p s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
🦇 🎃 👻 h a l l o w e e n   g i v e a w a y   t i m e ! ! ! 👻   🎃 🦇 
 
 r e a d   t h e   p i c t u r e   t o   s e e   h o w   y o u   c a n   w i n   c a v s   t i c k e t s   o r   a   $ 2 5 0   c a r   c o u p o n   f r o m   s u n n y   b o o - b o o ’ s   c a n d y   c a u l d r o n !   e v e r y o n e ’ s   a   w i n n e r ,   a n d   d i d   i   m e n t i o n   t h e r e ’ s   f r e e   c a n d y ? !   🦇 🍭 🎃 🍬  
h a p p y   3 8 t h   b i r t h d a y   t o   o u r   o l   7 ' 0 ,   ! 
 
 a t c b i r t h d a y s   x   c a v s  
h a p p y   b e l a t e d   4 1 s t   b i r t h d a y   t o   ! 
 
 d u n k   m a e s t r o   w i t h   t h e   c a v s   a n d   e v e r y w h e r e   e l s e . 
 
 a t c b i r t h d a y s  
m y   f i n a l   t h o u g h t s   o n   t h e   b r o w n s   
 
 g o   g u a r d i a n s   
 g o   c a v s
i t ’ s   g o n n a   b e   a   l o n g   d a y !   l e t e m k n o w   c a v s
r e m i n d e r :   t o d a y ' s   g a m e   a g a i n s t   t h e   c a v s   w i l l   o n l y   b e   t e l e v i s e d   o n   n b a   t v
a y e   m a n .   s h o u t o u t   t o     a n d     f o r   s t a r t i n g   o u t   t h e   s h o w   t a l k i n g   g u a r d i a n s   i n s t e a d   o f   t h a t   o t h e r   t e a m   t h a t   j u s t   d i s a p p o i n t s   u s   e v e r y   w e e k .   
 
 n o w ,   s k i p   ‘ e m   a g a i n   a n d   t a l k   c a v s   !   😈 😈 😈
j o e   r o g a n   p o d c a s t   c o m e d y   c o l l e g e   s h o u t o u t   b y   c o m e d y   i c o n   n a t e   b a r g a t z e :     d c   m a r y l a n d   v i r g i n i a   c a v s   b u l l s   d w t s   a h s c u l t   a h s   s t a r w a r s   h a w k e y e s   w a t e r f a l l
  t r a n s i t i o n   g a m e   i s   t h e   f i r s t   e v e r   s e r i a l   m a n g a   p r o d u c e d   b y   c u r r e n t   n b a   p l a y e r s !   i t ’ s   e p i c !   
 
 t h a n k   y o u   f o r   t h e   s u p p o r t     f a n s   a n d     f a n s ! 🙏 
   
 f e a r t h e d e e r   l e t e m k n o w   n b a   c o m i c   m a n g a   a m a z o n   k i n d l e   c a v s   b u c k s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c
t h a n k   t h e   l o r d   f o r   c a v s   b a s k e t b a l l   t o m o r r o w
t h e   c l e v e l a n d   c a v a l i e r s   h a v e   a   b i g   p r o b l e m . . . 
   
 
   
 c a r i s l e v e r t   c a v a l i e r s n e w s   c a v a l i e r s o f f s e a s o n   c a v s   c a v s b a s k e t b a l l   c a v s n e w s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s n e w s   c l e v e l a n d c a v a l i e r s r e b u i l t t e a m   c l e v e l a n d c a v a l i e r s t r a d e n e w s  
t r a n s i t i o n   g a m e   i s   a   s e r i a l   m a n g a   p r o d u c e d   b y   c a v s   s t a r   r o b i n l o p e z   a n d   b u c k s   s t a r   b r o o k l o p e z . 
 p l e a s e   r e a d ! 
 
 🏀 v o l . 1 :   
 🏀 v o l . 2 :   
 
           
 a m a z o n   k i n d l e   c o m i c s   n b a   n b a j p   f e a r t h e d e e r   l e t e m k n o w  
j o e   r o g a n   p o d c a s t   c o m e d y   c o l l e g e   s h o u t o u t   b y   c o m e d y   i c o n   n a t e   b a r g a t z e :     d c   m a r y l a n d   v i r g i n i a   c a v s   b u l l s   d w t s   a h s c u l t   a h s   s t a r w a r s   h a w k e y e s   w a t e r f a l l
  e v e r y   s i n g l e   c a v s   a n d   g u a r d o s   f a n …  
  i   b e t   y o u   o n e   b o w l   o f   s o u p   t h a t   k e v i n   l o v e   w i n s   s i x t h   m a n   o f   t h e   y e a r . 
 
 o n c e   k   l o v e   a c c o m p l i s h e s   t h i s   f e a t ,   w e   w i l l   a t t a c h   t h e   b o w l   o f   s o u p   t o   a   d r o n e   a n d   d r o p   i t   f r o m   t h e   s k y   o n t o   d a m o n   j o n e s '   h e a d   a t   a   m o m e n t   w h e n   h e   l e a s t   e x p e c t s   i t . 
 
   c a v s   s i x t h m a n   n b a    
d a r i u s   g a r l a n d ,   t h e   m o b l e y   b r o t h e r s , w i t h   s p i d e r   m i t c h e l l   a t   t h e   m e t s   g a m e .   c a v s  
w e   h a v e   t w o   r e a l l y   g o o d   o r g a n i z a t i o n s   i n   t h i s   c i t y   -   t h e   g u a r d i a n s   a n d   t h e   c a v s   -   t h a t   a r e   f o c u s e d   o n   b u i l d i n g   a   s t r o n g   f o u n d a t i o n ,   t h a t   g i v e   b a c k   t o   t h e   c o m m u n i t y ,   a n d   t h a t   w i n   w i t h   c h a r a c t e r   a n d   g r i t .     a n d   t h e n   w e   h a v e   t h e   b r o w n s .   t i m e   t o   f i n a l l y   m a k e   t h e m   e a r n   o u r   a t t e n t i o n .
3   d i f f e r e n t   w a y s   c a v s   c a n   u p g r a d e   r o s t e r   i n   a   j a e   c r o w d e r   t r a d e 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   g r i n d c i t y   m f f l   r e p t h e d i s t r i c t   w e t h e n o r t h   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
b r o w n s   a r e   d e a d   t o   m e .   t o o   m a n y   y r s   o f   d i s a p p o i n t m e n t     & a m p ;   e m b a r r a s s m e n t .   l o n g   l i v e   c l e v e l a n d g u a r d i a n s   & a m p ;   c a v s
c a v s   b a s k e t b a l l   i s   b a c k   t o m o r r o w .  
  d g   y o u   a r e   a l w a y s   w e l c o m e   o v e r   t o   o u r   p l a c e   f o r   h o m e   c o o k i n g   👉 🏼 v a n d y ’ 8 8 👈 🏼   c a v s   y o u   c a n   b r i n g     w i t h   y o u
n e e d   s o m e   p o s i t i v e   v i b e s   a f t e r   h e a r i n g   n e w s   m y   9 3   y o   m i l   w a n t s   t o   g o   t o   h o s p i c e .     s h e   i s   t i r e d   a n d   d o e s n ' t   w a n t   t o   f i g h t   a n y m o r e .     b r o w n s   f o r t h e l a n d   c a v s
  w h o   c o u l d   i t   h a v e   b e e n ? 
 
 t t   a n d   m o z g o v ? 
 
 s h u m p e r t   a n d   d e l l y ? 
 
 t h e r e   w a s   o n c e   a   r u m o r   a b o u t   d i o n   w a i t e r s   p u n c h i n g   k y r i e   i r v i n g   o v e r   v i d e o   g a m e s   b u t   t h a t   w a s   b e f o r e   2 0 1 6 . 
 
       c a v s   n b a  
s o   f a r ,   e v e r y o n e   w h o ’ s   b e e n   a r o u n d   t h e   g r o u p   b e l i e v e s   g a r l a n d   a n d   m i t c h e l l   w i l l   h a v e   l i t t l e   i s s u e   p l a y i n g   w i t h   e a c h   o t h e r .   t h e y ’ r e   g o n n a   b e   d e a d l y   t o g e t h e r ,   a n d   t h a t ’ s   s o m e t h i n g   t h a t   w i l l   g i v e   t h e   c a v s   a   b i g   a d v a n t a g e   e a c h   n i g h t . 
 
 l e t e m k n o w
t h e   c a v s   o b v i o u s l y   r u n   t h e i r   o f f e n s e   t h r u   g a r l a n d ,   a n d   t h a t   w o n ’ t   c h a n g e   -   b u t   m i t c h e l l   w i l l   o f   c o u r s e   c o n t r o l   t h e   o f f e n s e   a s   w e l l .   y o u   j u s t   h o p e   t h e   c h e m i s t r y   i s   g a i n e d   q u i c k l y ,   a n d   t h e y   c a n   b u i l d   o f f   o n e   a n o t h e r ’ s   p l a y   s t y l e   a n d   b e c o m e   a   d e a d l y   f o r c e . 
 
 l e t e m k n o w
t h e   c a v s   p l a y   w a y   b e f o r e   t h e n .  
c a v s   r e g u l a r   s e a s o n   w i l l   b e g i n   s o o n   & a m p ;   t h e   g u a r d i a n s   a r e   i n   t h e   a l d s .   i t ' s   g o n n a   b e   o k ,   a t   l e a s t   t h a t ' s   w h a t   i ' m   t e l l i n g   m y s e l f .     b r o w n s
c a v s   s p i d a   🕷 ️ w i n e   a n d   g o l d   s c r i m m a g e  
c a n ' t   w a i t   f o r   t h e   c a v s   s e a s o n   t o   s t a r t !
o n e   o f   o u r   t e a m s   w i n n i n g   i n   a m a z i n g   f a s h i o n   i s   o f t e n   i m m e d i a t e l y   f o l l o w e d   b y   a n o t h e r   o n e   o f   o u r   t e a m s   l o s i n g   i n   a n   u n b e l i e v a b l y   h o r r i b l e   w a y . 
 
 t h a t   h a s   h a p p e n e d   a   l o t   o f   t i m e s . 
 
 c l e v e l a n d   s p o r t s   c a v s   b r o w n s   i n d i a n s   g u a r d i a n s
k e e p   t h e   g u a r d i a n s   a n d   t h e   c a v s   a w a y   f r o m   t o x i c   b r o w n s .
s o   g l a d   w e   g o t   t h e   c a v s   a n d   g u a r d i a n s .   i ’ m   n o t   s u r e   w h a t ’ s   u p   w i t h   t h e   b r o w n s   -   t h e y   h a v e   a l l   t h e   t a l e n t   b u t   n o t   t h e   a b i l i t y   t o   f i n i s h .   i   s a y   c o a c h i n g   …   b u t   w h a t   d o   i   k n o w .   
 
 f o r t h e l a n d   l e t e m k n o w
i t ’ s   t h e   l a s t   t i m e   i   l e t   t h i s   t e a m   r u i n   m y   s u n d a y   -   i ’ m   c o n c e n t r a t i n g   o n   t h e   g u a r d i a n s   a n d   t h e   c a v s
c a v s   t o m o r r o w   n i g h t .   😂
i ’ v e   s a i d   i t   b e f o r e   a n d   i ’ l l   s a y   i t   a g a i n — o n l y   t h e   g u a r d i a n s ,   c a v s ,   a n d   b u c k e y e s   a r e   w o r t h y   o f   o u r   s u p p o r t .   t h e   b r o w n s   c a n   g o   f u c k   t h e m s e l v e s .
s o . . .   l e t ’ s   g o   g u a r d i a n s .   c a v s   b a b y !   w a i t   f o o t b a l l s   o n ?   b r o w n s     s i g h
l e t s   g o   c l e v e l a n d   o h i o   c l e   t h i s i s c l e   c l e v e l a n d o h i o   t h e l a n d   a k r o n   b r o w n s   c l e v e l a n d b r o w n s   c a v s   n b a   l o v e   c l e v e l a n d h a i r s t y l i s t   n f l   e x p l o r e p a g e   c l e v e l a n d g r a m   h i p h o p   c o l u m b u s   m u s i c   e s t   a t l a n t a   n f l s u n d a y   n a i l s  
t h a n k   g o o d n e s s   t h e   c a v s   s e a s o n   s t a r t s   s o o n .
w h e n   p e o p l e   a s k : " w h y   d o   y o u   c a r e ? "   b e c a u s e   i f   c l e v e l a n d   b e c o m e s   t h e   " s p o r t s   m e c c a "   i t   i s   e n v i s i o n e d   t o   b e - - w i t h       a n d     a l l   w i n n i n g   a n d   s u c c e s s f u l   i t   b e n e f i t s   c l e   t a x   p a y i n g   p r o p e r t y   o w n e r s   a n d   s m a l l   b u s i n e s s   o w n e r s .   t h a t s   w h y .   b r o w n s   c a v s   f o r t h e l a n d
  d o n t   c a r e .   g u a r d i a n s   p l a y   t u e s d a y .   c a v s   p l a y   s o o n
w e l l   f m l .   d o n ’ t   k n o w   w h y   i ’ d   w a t c h   t h e m   e v e r y   w e e k   t o   j u s t   g e t   c r u s h e d .   t h a n k   g o o d n e s s   f o r   t h e   c a v s   g u a r d i n s   b u c k e y e s   .   b r o w n s   a r e   g o i n g   t o   b r o w n s     t w o   m i s s e d   f i e l d   g o a l s   c o s t   i s   t h e   g a m e ,   a g a i n .   w e   n e e d   a   k i c k e r .   u n t i l   n e x t   w e e k .   g o i n g   t o   s m o k e   m y s e l f   s i l l y   t o   f o r g e t   t h i s
  t h a n k   g o d   f o r   t h e   g u a r d i a n s   a n d   c a v s .
b r o w n s     w h o ’ s   r e a d y   f o r   t h e   c a v s   🙄
g u a r d i a n s   a r e   a d v a n c i n g   i n   t h e   p l a y o f f s .   c a v s   l o o k   p o i s e d   t o   h a v e   a   g r e a t   s e a s o n .   o h i o s t a t e   i s   s t i l l   o h i o   s t a t e . 
 
 h o n e s t l y   i   d o n ’ t   a c t u a l l y   m i s s   t h e   b r o w n s   a s   m u c h   a s   i   t h o u g h t   i   w o u l d .
g u a r d i a n s   t u e s d a y .   c a v s   b a c k   i n   a c t i o n   t o m o r r o w .   
 
 w e   s l e e p i n g   g o o d .   j u s t   t u r n   t h i s   g a r b a g e   o f f .   💯
g u a r d i a n s   c u r r e n t l y   s i t t i n g   i n   a   s u i t e   a t   a   b r o w n s   g a m e   h a s   c a v s   s i t t i n g   i n   a   s u i t e   d u r i n g   t h e   2 0 1 6   w o r l d   s e r i e s   v i b e s .
t h e   g u a r d i a n s   a r e   a   s m a r t ,   f u n - t o - w a t c h   t e a m .   t h e   c a v s   a r e   a   s m a r t ,   f u n - t o - w a t c h   t e a m .   t h e   b r o w n s … t h e   b r o w n s … 
 f o r t h e l a n d
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
c l e v e l a n d   w e   h a v e   t h e   b e s t   s p o r t s   a n n o u n c e r s .   h a m m y ,   j i m   d ,   a n d   r i p   j o e   t r a i t ,   f r e d   m c l e o d .   c l e v e l a n d   i s   t h e   b e s t   s p o r t s   t o w n .   
 b r o w n s   f o r t h e l a n d   c a v s  
  b i g   t i c k e t   🎟   
 
 n b a   l a c l i p p e r s   c e l t i c s   c a v s   c a v s s u m m e r   c l e v e l a n d c a v a l i e r s   b e t h e f i g h t   c a v s h i o n   c a v s 5 0   f i e l d h o u s e h e a t   c a v s d r a f t   l e t e m k n o w   d a l l a s   c e l t i c s   b o s t o n c e l t i c s   c u s r i s e   l a k e r s   l a k e r s f a m i l y   l a k e r n a t i o n   g o l a k e r s   l o s a n g e l e s l a k e r s   l a k e s h o w  
l o v e   t h i s .   d o n o v a n   m i t c h e l l   a n d   t h e   c a v s   w e r e   a t   t h e   g u a r d i a n s   g a m e   t h e n   t h e   m e t s   g a m e   l a t e r   i n   t h e   n i g h t .   t h a t ’ s   a   l o n g   a s s   d a y   o f   b a s e b a l l   l o l .  
u 1 2   l a d y   c a v s   c l u b   s o c c e r   w i l l   b e   d e f e n d i n g   t h e i r   w c o s a   c u p   t i t l e   w i t h   a   r e m a t c h   a g a i n s t   b a t h   o n   s u n d a y   a t   1 1 : 3 0   a m .   b a t h   i s   c o m i n g   i n   a s   t h e   1   s e e d ,   a n d   c o l d w a t e r ,   2 .   g o o d   l u c k   c a v s
s e e n   “ t h e   r e d e e m   t e a m ”   o n   n e t f l i x   y e t ? 
 
 c a r l o s   b o o z e r   l i e d   t o   a   b l i n d   m a n .   😂   😂   c a v s   
 

b r a n d o n   i n g r a m   f u t u r e   c a v a l i e r ?   c a v s   l e t e m k n o w  
s h a r i f e   c o o p e r   w i n e   & a m p ;   g o l d   s c r i m m a g e   h i g h l i g h t s   ( p a r t   1 ) :   
 
 s h a r i f e   c o o p e r   w i n e   & a m p ;   g o l d   s c r i m m a g e   h i g h l i g h t s   ( p a r t   2 ) :     
 
 c a v s   l e t e m k n o w
t h e   c a v s   c o u l d   p o t e n t i a l l y   h a v e   a   l i n e u p   w i t h   4   a l l - s t a r s   t h i s   s e a s o n ,   a n d   t h e y ’ r e   a l l   y o u n g   g u y s . 
 
 •   g a r l a n d   i s   2 2 . 
 •   m i t c h e l l   i s   2 6 . 
 •   m o b l e y   i s   2 1 . 
 •   a l l e n   i s   2 4 .   
 
 i n c l u d e   o k o r o   w h o   i s   2 1 ,   l e v e r t   w h o   i s   2 8 …   g r o u p   i s   s o   y o u n g   a n d   t a l e n t e d . 
 
 l e t e m k n o w
a   l o t   o f   p l a y e r s   a r e   r e s p e c t i n g   t h e   c a v s   a   l o t   m o r e ,   e s p e c i a l l y   t h i s   s e a s o n   c o m i n g   u p ,   a l o n g   w i t h   t h e   f r o n t   o f f i c e   g e t t i n g   l o v e   a n d   r e s p e c t   a f t e r   h a v i n g   t o   r e b u i l d   o n c e   k y r i e   a n d   l e b r o n   l e f t   t h e   f r a n c h i s e . 
 
 l e t e m k n o w  
i ' m   s u r e   o t h e r   c i t i e s   c a n   s a y   t h e   s a m e   -   b u t   c l e v e l a n d ' s   h i s t o r y   o f   r a d i o   s p o r t s c a s t e r s   i s   r e a l l y   n e x t   l e v e l :   h a m m y ,   h e r b   s c o r e ,   j o e   t a i t ,   j i m   d o n o v a n ,   n e v   c h a n d l e r   -   j u s t   a n   a r r a y   o f   f a n t a s t i c   r a d i o   g u y s . . .   f o r t h e l a n d   b r o w n s   c a v s   c l e v e l a n d a g a i n s t t h e w o r l d  
c l e v e l a n d c a v a l i e r s   1 1   c a r d   l o t   c a v s   c a v a l i e r s   
 
 $ 4   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
    c a v s   a r e n ’ t   f o r   s a l e ,   s u n s   a r e .  
n e w - l o o k   c a v s   l i v e n   u p   p r e s e a s o n   l u l l   w i t h   w i n e   a n d   g o l d   s c r i m m a g e 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   n b a   w i n e a n d g o l d   

a   g r e a t   s p o r t s   w e e k e n d   i n   c l e v e l a n d     b u c k e y e n a t i o n   d a w g p o u n d   f o r t h e l a n d   b r o w n s   g u a r d i a n s   b u c k e y e s   c a v s 🏀     m s u v s o s u   s d v s c l e 🏈   t b v s c l e ⚾ ️   b i l l i a r d s 🎱   m a n c a v e   c h e c k   u s   o u t   a t    
w o r d   i s   d y l a n   w i n d l e r   t o r e   t h e   l a b r u m   i n   h i s   s h o u l d e r   w h i l e   h o l d i n g   u p   t h e   i   i n   o h i o   a t   t h e   g u a r d i a n s   g a m e   & a m p ;   c o u l d   b e   o u t   6   m o n t h s .   c a v s
i f   y o u   a r e n ' t   l i s t e n i n g   t o   t h e   b u r n i n g r i v e r s p o r t s c a s t   p o d c a s t   o r   w a t c h i n g   t h e   v i d e o p o d c a s t   o n   y o u t u b e   t h e n   h e r e ' s   a   t a s t e   o f   w h a t   y o u ' r e   m i s s i n g ! 
 . 
 c l e v e l a n d b r o w n s   c l e v e l a n d   b r o w n s   f o o t b a l l   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   g u a r d s  
c a v s   d o n o v a n   m i t c h e l l ,   i s a a c   o k o r o ,   d y l a n   w i n d l e r   a n d   d e a n   w a d e   l e a d i n g   a n   o - h - i - o   c h a n t   a t   t h e   g u a r d i a n s   g a m e .  
i t   w a s   a   f u n ,   l a i d   b a c k   m o r n i n g   a t   t h e   c a v s   w i n e   a n d   g o l d   s c r i m m a g e .   _   h a d   a   f e w   o b s e r v a t i o n s   f r o m   t h e   e v e n t .  
i ' l l   a d m i t   i   w a s n ' t   a l w a y s   b l o w n   a w a y   b y   l u k e   t r a v e r s   l a s t   s e a s o n .   t h e r e   w e r e   d e f i n i t e l y   g l i m p s e s   b u t   i   w a s n ' t   e v e r   s o l d   o n   h i m   a s   a   r o t a t i o n   p l a y e r .   s u m n e r   l e a g u e   c h a n g e d   m y   v i e w s ,   a n d ,   s e e i n g   h i g h l i g h t s   s u c h   a s   t h i s .   
 c a v s  
c a v a l i e r s   d o n o v a n   m i t c h e l l ,   i s a a c   o k o r o ,   d y l a n   w i n d l e r   a n d   d e a n   w a d e   m a d e   t h e i r   w a y   t o   p r o g r e s s i v e   f i e l d   t o   c h e e r   o n   t h e   g u a r d i a n s .   c a v s  
c a v s   h e r e   a t   t h e   g u a r d i a n s   g a m e  
c a v s   i s a a c   o k o r o ,   d o n o v a n   m i t c h e l l ,   d y l a n   w i n d l e r   & a m p ;   d e a n   w a d e   d o   t h e   o - h - i - o   h o n o r s   a t   g u a r d i a n s   v s   r a y s   a l w i l d c a r d  
c a v s   d o n o v a n   m i t c h e l l ,   i s a a c   o k o r o ,   d y l a n   w i n d l e r   a n d   d e a n   w a d e   l e a d i n g   a n   o - h - i - o   c h a n t   a t   t h e   g u a r d i a n s   g a m e .  
d o n o v a n   m i t c h e l l ,   i s a a c   o k o r o ,   d y l a n   w i n d l e r   a n d   d e a n   w a d e   i n   t h e   h o u s e .   g u a r d i a n s   c a v s  
m y   r e a d   o n   t h e   c l e v e l a n d   c a v a l i e r s '   d e p t h   c h a r t   f o r   f a n t a s y :   
 
 p g   d a r i u s   g a r l a n d 
 s g   d o n o v a n   m i t c h e l l 
 s f   i s a a c   o k o r o 
 p f   e v a n   m o b l e y 
 c   j a r r e t t   a l l e n 
 6   c a r i s   l e v e r t 
 7   k e v i n   l o v e 
 8   d e a n   w a d e 
 9   r a u l   n e t o 
 1 0   c e d i   o s m a n 
 i n j   r u b i o 
 
 c a v s   c a v a l i e r s     n b a   n b a 2 k 2 3   f a n t a s y  
t h e   c l e v e l a n d   c a v a l i e r s '   u n c o n v e n t i o n a l   r o s t e r   m a k e u p   i s   p a y i n g   d i v i d e n d . . .     v i a     c a v s
p e o p l e   o f   a l l   a g e s   a n d   d i f f e r e n t   b a c k g r o u n d s   v o l u n t e e r   f o r   c a v s   a n d   w e   a r e   a l w a y s   i n t e r e s t e d   t o   s p e a k   t o   n e w   p e o p l e   w h o   w o u l d   l i k e   t o   j o i n   o u r   f r i e n d l y   t e a m .   
 
 w e   c a n   o f f e r   s o m e   g r e a t   r o l e s ,   s h o r t   o r   l o n g   t e r m   d e p e n d i n g   o n   t h e   t i m e   y o u   c a n   s p a r e .   c o n t a c t   u s   t o   f i n d   o u t   m o r e . . . .  
t o m o r r o w   s u n d a y ,   o c t o b e r   9 t h ,   c a v a n a u g h ’ s   w i l l   o p e n   a t   9 : 3 0 a m .   n y   g i a n t s   f o o t b a l l .   f r e e   b a g e l s   & a m p ;   t - s h i r t s .   l e t ’ s   g o   g i a n t s .   b l u e p o i n t   p u m p k i n b e e r   y u m o n l i   b b p p h a n t o m s   b a y p o r t   c a v a n a u g h s   b u c k e t s   h o l b r o o k   l i p u m p k i n   o n i o n s o u p   c a v s   p u b   o t b  
c a v s   w i n e   & a m p ;   g o l d   s c r i m m a g e   
 
 
 l e t e m k n o w   c a v s  
c a v s   w i n e   a n d   g o l d   s c r i m m a g e   s t a r t s   w i t h   s o m e   s t r e t c h i n g   b e f o r e   w o r k i n g   o n   t r a n s i t i o n   d e f e n s e   a n d   h a l f   c o u r t   s e t s .  
h a d   a   f e e l i n g   t h e   c a v a l i e r s   w o u l d   b e   i n   a t t e n d a n c e   t o d a y .   c a v s   g u a r d i a n s  
c a v s   w i n e   a n d   g o l d   s c r i m m a g e   h a s   w r a p p e d   u p   f o r   t h e   d a y .   m a n y   o f   t h e   p l a y e r s   a r e   h e a d e d   t o   p r o g r e s s i v e   f i e l d   f o r   t h e   g u a r d i a n s   g a m e .
b e f o r e   t h e   s e a s o n   s t a r t s   i   j u s t   w a n n a   s a y   i   b e l i e v e   i n   l a m a r   s t e v e n s 🤘 🏼   c a v s   l e t e m k n o w
c a v s   g u a r d   d a r i u s   g a r l a n d   w i t h   a   m e s s a g e   f o r   t h e   f a n s   a t   t h e   c o n c l u s i o n   o f   t h e   w i n e   & a m p ;   g o l d   s c r i m m a g e .  
c a v s   s t a r   d o n o v a n   m i t c h e l l   l i k e l y   m i s s i n g   t h e   f i r s t   p i t c h   o f   t o d a y ’ s   g u a r d i a n s   g a m e   t o   s t a y   a f t e r   a n d   t a l k   w i t h   c l e v e l a n d   f a n s .  
c a v s   h a d   7 , 1 3 9   f a n s   i ' m   a t t e n d a n c e   f o r   t h e   w i n e   a n d   g o l d   s c r i m m a g e   t o d a y .
c a v s   h a d   7 , 1 3 9   f a n s   i n   a t t e n d a n c e   a t   t h e   w o l s t e i n   c e n t e r   f o r   t h e   w i n e   a n d   g o l d   s c r i m m a g e .
o v e r   7 , 0 0 0   p e o p l e   w e r e   a b l e   t o   m a k e   i t   t o d a y ’ s   c a v s   w i n e   a n d   g o l d   s c r i m m a g e   t o d a y .   a   g r e a t   w a y   t o   k i c k   o f f   a   b u s y   s p o r t s   w e e k e n d   i n   c l e v e l a n d .
7 , 1 3 9   i n   a t t e n d a n c e   a t   c a v s   w i n e   a n d   g o l d   s c r i m m a g e
t h e   c r o w d   c l a m m e r s   f o r   f o r m e r   n b a   s l a m   d u n k   c h a m p   d o n o v a n   m i t c h e l l   a n d   h e   d e l i v e r s   w i t h   a u t h o r i t y !   c a v s  
t h e   c r o w d   a s k e d   f o r   a   " s p i d a "   d u n k ,   a n d   t h e y   g o t   o n e .   c a v s  
c a v s   s t a r   d o n o v a n   m i t c h e l l   b r i n g i n g   t h e   h o u s e   d o w n ! 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e   f r o m   m e !   ⤵ ️ 
 
  
d o n o v a n   m i t c h e l l ’ s   c r a c k   a t   t h e   d u n k   c o n t e s t .   c a v s  
c a v s   h o l d i n g   a n   i m p r o m p t u   d u n k   c o n t e s t .  
c a v s   f o r w a r d   l a m a r   s t e v e n s   t h r o w i n g   i t   d o w n   w i t h   o n e   h a n d  
c a v s   g i v i n g   t h e   f a n s   o n e   l a s t   s h o w   w i t h   a   d u n k   c o n t e s t .   f o r w a r d   l a m a r   s t e v e n s   s t a r t s   i t   o f f   w i t h   a   b a n g !  
s h a r i f e   c o o p e r   e n d s   t h e   c a v s   s c r i m m a g e   w i t h   a   f u l l   c o u r t   h o o k   s h o t   t o   g e t   t h e   c r o w d   o n   t h e i r   f e e t   o n e   m o r e   t i m e .
t o   c l o s e   t h i n g s   o u t ,   c a v s   t r a i n i n g   c a m p   i n v i t e   s h a r i f e   c o o p e r   h i t   a   f u l l   c o u r t   s h o t .
c a v s   s t a r   d o n o v a n   m i t c h e l l   i s   i n v i t i n g   y o u n g e r   f a n s   o n t o   t h e   f l o o r   w h i c h   t e c h n i c a l l y   g i v e s   h i s   t e a m   a n   u n f a i r   a d v a n t a g e . 
 
 b u t   i t ’ s   s t i l l   f u n   t o   s e e   h i m   s h o w i n g   s o   m u c h   l o v e   t o   c l e v e l a n d .
t h e   c a v s   a r e   t r y i n g   r e a l l y   h a r d   t o   t h r o w   a   l o b   t o   d a r i u s   g a r l a n d   i n   t h i s   o n e
k e v i n   l o v e   g e t s   a   h u g e   o v a t i o n   f o l l o w i n g   u p   d o n o v a n   m i t c h e l l   b e i n g   i n t e r v i e w e d   f o r   t h e   f a n s   m i d - s c r i m m a g e .   t h e   b u i l d i n g   i s   b u z z i n g   c a v s
h o o s   i n   c ’ v i l l e   f o r   h o m e c o m i n g s ?   p i c t u r e   p e r f e c t   d a y   f o r   a   c a v s   w i n !   g o h o o s   w a h o o w a  
i t ’ s   r a i n i n g   t h r e e - p o i n t e r s   a t   t h e   w o l s t e i n   c e n t e r   f o r   t h e   c a v s . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e   f r o m   m e !   ⤵ ️ 
 
    
b i g   n e w s   i n   t h e   w i n e   a n d   g o l d   s c r i m m a g e :   c a v s   j a r r e t t   a l l e n   i s   n o t   w e a r i n g   a   h e a d b a n d .
w a t c h i n g   c a v s   s c r i m m a g e   b e f o r e   h e a d i n g   o v e r   t o   s e e   t h e   t r i b e … .   g u a r d i a n s .  
c a v s   g u a r d   r a u l   n e t o   d r a w s   f i r s t   b l o o d   o f f   a   d o n o v a n   m i t c h e l l   a s s i s t . 
 
 m i t c h e l l   a n d   g a r l a n d   a r e   g o i n g   h e a d   t o   h e a d   a t   p o i n t   g u a r d . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e   f r o m   m e !   ⤵ ️ 
 
  
a t   t h e   s t a r t   o f   t h e   s c r i m m a g e ,   c a v s   h a v e   d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l   o n   o p p o s i t e   t e a m s .
k e v i n   l o v e ,   e v a n   m o b l e y   a n d   d y l a n   w i n d l e r   d i d   n o t   t a k e   p a r t   i n   t h e   m a j o r i t y   o f   w a r m u p s .   c a v s
c a v s   r u n n i n g   s o m e   s e t s   d u r i n g   t o d a y ’ s   s c r i m m a g e 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e   f r o m   m e !   ⤵ ️ 
 
  
.   r u n s   o u t   o n   t h e   c o u r t ,   t h e   c a v s   l e t   h i m   g o   o u t   o n   h i s   o w n .   g r e a t   s t a r t   t o   t h e   s e a s o n   😂  
o n   h a n d   f o r   t h e     w i n e   a n d   g o l d   s c r i m m a g e   h e r e   a t     a n d   i f   t h i s   i s   a n y   i n d i c a t i o n   o f   w h a t   f a n s   w i l l   s e e   i n   2 0 2 2 - 2 3 ,   t h e   e a s t   i s   i n   t r o u b l e !   c a v s   w i n e a n d g o l d
h e r e   a t   c a v s   w i n e   a n d   g o l d   s c r i m m a g e ,   t h e r e   a r e   t h r e e   p l a y e r s   n o t   g o i n g   t h r o u g h   w a r m u p s   a n d   s t r e t c h i n g :   d y l a n   w i n d l e r   ( a n k l e ) ,   e v a n   m o b l e y   ( a n k l e )   a n d   k e v i n   l o v e .
  r u n s   o u t ,   t h e   c a v s   l e t   h i m   g o   o u t   o n   h i s   o w n   😂  
a f t e r   m a k i n g   r o o k i e   b i g   m a n   i s a i a h   m o b l e y   r u n   o u t   o n   h i s   o w n ,   t h e   r e s t   o f   t h e   c a v s   w a l k   o u t   t o   a n   a m p e d   u p   c r o w d . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e   f r o m   m e !   ⤵ ️ 
 
  
y o u r   c a v s   h a v e   t a k e n   t h e   f l o o r   f o r   t h e   w i n e   a n d   g o l d   s c r i m m a g e !  
t h e   c a v s   n e e d   i s a a c   o k o r o   t o   s t e p   u p   o n   o f f e n s e   t h i s   s e a s o n ,   w r i t e s   .     l e t e m k n o w
t h e   m o r n i n g   g l o r y   c a v s   b e l i e v e l a n d 🏀   c l e   @   w o l s t e i n   c e n t e r   a t   c l e v e l a n d   s t a t e   u n i v e r s i t y  
h e y   c a v s   f a n s ,   i   w a n t   t o   w a t c h   o n     b u t   i   c a n ’ t   c a u s e   i   g o t   ,   i s   m y   o n l y   o p t i o n   t o   w a t c h   i s     b e c a u s e     w o n ’ t   w o r k ? 
 
 a d v i s e .   w a n t   t o   b e   c r y s t a l   c l e a r   h e r e .   i   h a t e   p a y i n g   a n o t h e r   p r o v i d e r   $ 2 0 / m o   f o r   g a m e s .
t h e   c a v s   a n n u a l   w i n e   a n d   g o l d   s c r i m m a g e   i s   a b o u t   t o   k i c k   o f f   a t   c l e v e l a n d   s t a t e ’ s   w o l s t e i n   c e n t e r .   r i g h t   d o w n   e u c l i d   i s   c o v e r i n g   i t   a l l ! 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
b i g   s p o r t s   w e e k e n d   f o r   c l e v e l a n d : 
 
 c a v s   w i n e   a n d   g o l d   s c r i m m a g e   a t   1 1 . 
 g u a r d i a n s   a t   n o o n . 
 b r o w n s   a t   h o m e   t o m o r r o w . 
 
 t h e n   t h e   c a v s   a r e   a t   h o m e   a g a i n s t   t h e   s i x e r s   m o n d a y .
  . . 
 w h y   i s   t h e   n a t i o n a l   m e d i a ,   t r y i n g   t o   t a k e   o r   p u t   s a q u a n   a h e a d   o f   c h u b b ,   a s   i f   h e ' s   t h e   t o p   d a w g   a n d   , n i c k   i s   a   d i s t a n t   2 n d . r e a l l y ! ! ! 
 b r o w n s   
 
 c a v s . . c a n   l o v e   b e c o m e   a   s t a r t e r   o n   t h i s   t e a m ? ? 
 
 g u a r d s . . ⚾   k i l l e r   i n s t i n c t . j r a m !   a   d a w g
    t h e   m i g h t y   c a v s   q u i t   o n   l e b r o n
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s   l e b r o n   l e b r o n j a m e s   k i n g j a m e s
" l o s s   f o r   w o r d s "   - -   c a v s   s t a r   d o n o v a n   m i t c h e l l   i s   e v e r y   m e t s   f a n   a f t e r   d e b a c l e   o f   a   g a m e   1   v s .   p a d r e s   😢 
 

" l o s s   f o r   w o r d s "   - -   c a v s   s t a r   d o n o v a n   m i t c h e l l   i s   e v e r y   m e t s   f a n   a f t e r   d e b a c l e   o f   a   g a m e   1   v s .   p a d r e s   😢 
 

" l o s s   f o r   w o r d s "   - -   c a v s   s t a r   d o n o v a n   m i t c h e l l   i s   e v e r y   m e t s   f a n   a f t e r   d e b a c l e   o f   a   g a m e   1   v s .   p a d r e s   😢 
 

  m y   l i l   b u s t a r h y m e s   d o g   d o g s a r e l o v e   d o g s   d o g s o f t w i t t t e r   d o g s o n t w i t t e r   d o g s a r e f a m i l y   d o g s o f i n s t a g r a m   c a v s   c a v   c a v a l i e r k i n g c h a r l e s s p a n i e l   c a v a l i e r s   m y b e s t f r i e n d   m y h a i r y s o n   🤗 🐾  
h i g h e s t - p a i d   c a v s   p l a y e r s   i n   t h e   2 0 2 2 - 2 3   s e a s o n   💰 
 
 d o n o v a n   m i t c h e l l :   $ 3 0 , 3 5 1 , 7 8 0 
 k e v i n   l o v e :   $ 2 8 , 9 4 2 , 8 3 0 
 j a r r e t t   a l l e n :   $ 2 0 , 0 0 0 , 0 0 0 
 c a r i s   l e v e r t :   $ 1 8 , 7 9 6 , 2 9 6 
 d a r i u s   g a r l a n d :   $ 8 , 9 2 0 , 7 9 5 
 
 f r o m   a   r e b u i l d i n g ,   t o   a   p l a y o f f   t e a m ,   t h e   t e a m ' s   f r o n t   o f f i c e   h a s   d o n e   a   v e r y   g o o d   j o b .   👏  
t h e   c l e v e l a n d   c a v a l i e r s   s h o u l d   b e   h a p p y   t h e y   d o n ’ t   h a v e   a n y   d r a y m o n d   g r e e n ’ s   o n   t h e   r o s t e r   
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   

“ i t ’ s   s o m e t h i n g   i   l o o k   f o r w a r d   t o   a n d   s o m e t h i n g   i   l i k e   d o i n g ” 
 
 w i t h   c a v s   a l l - s t a r   b a c k c o u r t   h a n d l i n g   m o s t   o f   t h e   o f f e n s i v e   r e s p o n s i b i l i t y ,   t h e   t e a m   o n l y   n e e d s   s o   m u c h   f r o m   t h e   f i f t h   s t a r t e r   —   a n d   m u c h   o f   i t   i s   o n   t h e   d e f e n s i v e   e n d .   c a r i s   l e v e r t   i s   r e a d y 
 

p l e a s e   n e v e r   f o r g e t   t h a t   t r i s t a n   t h o m p s o n   p u n k i n g   d r a y m o n d   i s   t h e   o n l y   r e a s o n   n e e d e d   a s   t o   w h y   h i s   j e r s e y   s h o u l d   b e   r e t i r e d   a t   r m f .   c a v s
h a d   a n   a w e s o m e   t i m e   a t   t h e   b a y   h o m e c o m i n g   p a r a d e ! !   a   y o u n g   b o y   n a m e d   w i l l   r e c o g n i z e d   m e ,   c a m e   o v e r   a n d   o f f e r e d   m e   t h r e e   p i e c e s   o f   c a n d y   i f   i   t o l d   h i m   h o w   m a n y   g a m e s   i   t h o u g h t   c a v s   w o u l d   w i n   t h i s   y e a r .   w i l l   i s   a   b i g   f a n   o f   t h e   d o n o v a n   m i t c h e l l   t r a d e   a n d   t h i n k s   5 0 - p l u s   i s   d o a b l e
t e a m s   w i t h   t h e   b e s t   o f f s e a s o n   🏀 
 
 ( p e r   g m   s u r v e y ) 
 
 c a v s   4 1 % 
 
 t i m b e r w o l v e s   1 7 % 
 
 s i x e r s   1 7 % 
 
 j a z z   1 7 % 
 
 n b a  
" h o w   d o e s   t h a t   g e t   o u t "   - -   c a v s   s t a r   k e v i n   l o v e   h a s   b a f f l e d   r e a c t i o n   t o   d r a y m o n d   g r e e n - j o r d a n   p o o l e   f i g h t   d u r i n g   w a r r i o r s   p r a c t i c e   🤯 

l e b r o n   j a m e s   1 / 1   s p l a t t e r   b l a s t   c u s t o m   a r t   c a r d   l e b r o n j a m e s   k i n g j a m e s   c l e v e l a n d c a v a l i e r s   c a v s   c a v s b a s k e t b a l l   c a v a l i e r s   n b a   b a s k e t b a l l c a r d s   s p o r t s c a r d s   c a r d a r t   c a r d c o l l e c t o r   m i x e d m e d i a a r t   m i x e d m e d i a   a c r y l i c p a i n t   a r t   a r t w o r k   a r t w o r l d   p a i n t i n g   l b j   l b j 2 3  
c a v s   c a r i s   l e v e r t   i s   u s e d   t o   h a v i n g   t h e   b a l l   i n   h i s   h a n d s ,   l o o k i n g   t o   s c o r e .   b u t   t h a t ' s   n o t   w h a t   t h e   t e a m   n e e d s .   i t ' s   t i m e   t o   s a c r i f i c e   a   b i t   o n   o f f e n s e   a n d   s t e p   i n t o   t h e   r o l e   h e   h a d   e a r l i e r   i n   h i s   c a r e e r .   l e v e r t   k n o w s   i t .   h e ' s   b e e n   p r e p a r i n g   f o r   i t . 
 

n e w   v i d e o   t o   w a t c h : 
 
 " w h o   s h o u l d   t h e   c l e v e l a n d   c a v a l i e r s   s t a r t   a t   s m a l l   f o r w a r d   i n   2 0 2 2 - 2 0 2 3   n b a   s e a s o n ? ! "   
 
 c r e a t o r :     t h e   c h b   p o d c a s t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
c o u g h   c o u g h   w h a t ?   n e e d   t h e   t e a   c a v s   l e t e m k n o w  
l e b r o n   c l o c k e d   k y r i e .   n e w   i n f o   h e r e     c a v s   l o l   😂  
n e w   v i d e o   t o   w a t c h : 
 
 " c l e v e l a n d   c a v a l i e r s   a r e   t r a d i n g   f o r   j a e   c r o w d e r ? ! "   
 
 c r e a t o r :     c e n t r e   h a l f   b e n c h 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
t h i s   p r o v e s   d r a y m o n d ’ s   s u s p e n s i o n   i n   2 0 1 6   w a s   w a r r a n t e d   a n d   j u s t i f i e d .   g o   c a v s  
i   a s k e d   c a v s   f o r w a r d   l a m a r   s t e v e n s   a b o u t   h o w   t h e   p h i l l i e s   w i l l   d o   t h i s   p o s t s e a s o n . 
 
 “ t h e r e ’ s   g o i n g   t o   b e   a   c h a m p i o n s h i p   p a r a d e   i n   p h i l l y . ” 
 
 i   a s k e d   h i m   w h a t   i f   t h e y   e n d e d   u p   f a c i n g   t h e   g u a r d i a n s ? 
 
 “ t h e r e ’ s   g o i n g   t o   b e   a   c h a m p i o n s h i p   p a r a d e   i n   p h i l l y . ”
g o l d e n s t a t e w a r r i o r s   a r e   a   f a m i l y ,   i t ’ s   a n   a b u s i v e   f a m i l y , b u t   a   f a m i l y   j u s t   t h e   s a m e 😂 😂 😂 🙄 😂   c a v s     d r a y m o n g r e e n   i s   a   a b u s e r  
i t ’ s   h a r d   t o   f i l m   f r o m   a c r o s s   t h e   c o u r t   b u t   c a v s   f o r w a r d   i s a a c   o k o r o   h a s   h i t   a   h e a l t h y   c l i p   o f   t h r e e - p o i n t e r s   a s   p r a c t i c e   c o n c l u d e s .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s h a r e d   w i t h   m e   t h a t   e v a n   m o b l e y   i s   i m p r o v i n g   i n   h i s   r e c o v e r y   f r o m   h i s   a n k l e   s p r a i n .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   d y l a n   w i n d l e r   w a s   u n a b l e   t o   p r a c t i c e   t o d a y   b u t   i s   i m p r o v i n g .
l a s t   n i g h t     a n d   i   r e f l e c t e d   o n   t h e   c a v s   f i r s t   p r e s e a s o n   g a m e ,   t a l k e d   a b o u t   t h e   e v a n   m o b l e y   i n j u r y   o h   a n d   c h e e s e s t e a k s !   c h e c k   o u r   t h e   l a t e s t   p o d c a s t   f o r   _ f n  
t h r o u g h   3   i n n i n g s ,   s c o r e l e s s   g u a r d i a n s - r a y s   f e e l s   l i k e   t h e   f i r s t   h a l f   o f   a   l e b r o n   j a m e s - l e d   c a v s   p l a y o f f   g a m e .   s t i l l   i n   t h e   f e e l i n g - o u t   p e r i o d .   a l w i l d c a r d
f o r g o t   t o   g r a b   a   p i c t u r e   o n   m y   w a y   i n   b u t   t h e   m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   a n d   s e l e c t   p l a y e r s   s o o n . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 

i   w i l l   s a y ,   i ' m   s o   h a p p y   i   c a n   w a t c h   m y   g u a r d i a n s   o n   e s p n ,   w i t h   ,   b u t   t h e n   i   c a n ' t   w a t c h   m y   c a v s ,   b e c a u s e   i   h a v e   t o   g e t   t h e     a n d   w h a t   a n   i n s a n e   a m o u n t   o f   m o n e y !   u n l e s s   y o u ' r e   a   s e a s o n   t i c k e t   h o l d e r .   t h a t ' s   f o r   a n o t h e r   t i m e . . . c o u p l e   o f   w e e k s !
i ’ m   i n   e n e m y   t e r r i t o r y   b u t   i   b r o u g h t   m y   b a t t l e   a r m o r   c a v s  
t h a n k f u l l y   n o   c a v s   p o w e r   f o r w a r d s   h a v e   s u c k e r   p u n c h e d   t h e   g u a r d s   w e   d i s c u s s e d .  
t h e     “ n e w ”   i c o n   j e r s e y   i s   a   c o m p l e t e   r i p o f f   o f     j e r s e y   f r o m   a   f e w   y e a r s   a g o .   c o m e   o n   c a v s ,   y o u ’ r e   b e t t e r   t h a n   t h a t !   🙄  
n e w   v i d e o   t o   w a t c h : 
 
 " c a v a l i e r s   a t   7 6 e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   ' 2 2   ’ 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 

2 0 2 2 - 2 3   n b a   s e a s o n   p r e v i e w s :   c l e v e l a n d   c a v a l i e r s 
 
   _ 8 2 4 _   
 
 n b a t w i t t e r   c a v s   b e t h e f i g h t 
 

c a v s   d o   h a v e   p r a c t i c e   t h i s   a f t e r n o o n   a t   c l e v e l a n d   c l i n i c   c o u r t   b e f o r e   t o m o r r o w ' s   w i n e   a n d   g o l d   s c r i m m a g e .   i ' m   o n   g u a r d o s   d u t y   t o d a y   t h o u g h ,   w i l l   b e   b a c k   o n   c a v s   ( a n d   g u a r d o s )   t o m o r r o w .
c a v s   f a n s   w a t c h i n g   t h e   c e l t i c s ,   n e t s ,   a n d   w a r r i o r s   d r a m a .  
p h o e n i x   s u n s   h a v e   i n t e r e s t   . . . 
   
 
   
 b o j a n b o g d a n o v i c   b o j a n b o g d a n o v i c c r o a t i a   b o j a n b o g d a n o v i c p h o e n i x s u n s   b o j a n b o g d a n o v i c u t a h j a z z   c a v s   c l e v e l a n d c a v a l i e r s   d e v i n b o o k e r   d e v i n b o o k e r h i g h l i g h t s   d e v i n b o o k e r n b a 2 k   d e v i n b o o k e r n b a 2 k 2 3   d e v i n b o o k e r o p e n g y m  
w h o   c o u l d   a s k   f o r   a   b e t t e r   w e e k e n d   t o   l i v e   i n   !   l o v e   t h i s   c i t y   a n d   c a n ’ t   w a i t   b r o w n s   f o r t h e l a n d   c a v s   c l e   t h i s i s c l e v e l a n d
o n   t o d a y ’ s   s h o w     a n d     p r e v i e w   t h e   g u a r d   r o t a t i o n   o n   t h e   c a v s   r o s t e r   a n d   t r y   a n d   d o   a   t h o u g h t   e x e r c i s e   o n   t h e   r o t a t i o n . 
 
 p r o d u c e d   b y   .   c h e c k   o u t   h i s   e p   c y c l i c a l ! 
 
 📺 :   
 🎧 :   
 🎶 :    
t h e   f i r s t   c e d i   |   1 6   🏀 🔥 💪 
 
 c a v s   |   c e d i o s m a n   |    
  g a v e   h i s   s t a t   l i n e   p r e d i c t i o n   f o r   d a r i u s   g a r l a n d   i n   2 0 2 2 - 2 3   w i t h   t h e   c a v s .     l e t e m k n o w
c a v s   f i n a l s   c o m e b a c k   s t o r y 
   
 
   
 2 0 1 6   2 0 1 6 c h a m p s   b a s k e t b a l l   b e l i v e l a n d   c a v s c h a m p i o n s h i p   c a v s c o m e b a c k   c a v s f i n a l s   c a v s g a m e 7   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c h a m p i o n s h i p   c l e v e l a n d p a r a d e   c o m e f r o m b e h i n d   c u r r y   d e l l y  
n o w   i   u n d e r s t a n d   w h y   p e o p l e   k e e p   p o s t i n g ,     w i t h   t h e   .   h e   h a d   c h a m p i o n s h i p s   w /   o t h e r   t e a m ' s ,   b u t   n o t h i n g   m o r e   m e m o r a b l e   t h a n   h i s   t i m e   w i t h   t h e   c a v s 

o n   t o d a y ' s   s h o w : 
 -   g u a r d i a n s   s t a r t   t h e i r   w o r l d   s e r i e s   r u n   v s .   t a m p a 
 -   h e a d l i n e   p r e d i c t i o n s   w /   d ' q w e l l   j a c k s o n 
 -   w i l l   m y l e s   g a r r e t t   p l a y   s u n d a y ? 
 -   m i k e   f r a t e l l o   o n   t h e   c a v s 
 -   x - f a c t o r s   f o r   s u n d a y ' s   g a m e 

o c t o b e r   7 ,   1 9 8 2 : 
 
 t h e   c a v s   a c q u i r e   s t e v e   h a y e s   f r o m   t h e   p i s t o n s .   t h e y   t r a d e d   a   s e c o n d - r o u n d   p i c k . . .   t h a t   w o u l d   l a t e r   b e c o m e   d e n n i s   r o d m a n . 
 
 a t c h i s t o r y  
o c t   7 ,   1 9 9 5   -   
 
 t h e   c a v s   s e n d   h o t   r o d   w i l l i a m s   ( r i p )   t o   p h x   f o r   a n t o n i o   l a n g ,   d a n   m a j e r l e ,   a n d   t h e   f i r s t - r o u n d   p i c k   t h a t   b e c a m e   b r e v i n   k n i g h t .   
 
 a t c h i s t o r y  
h a p p y   b i r t h d a y   t o   f o r m e r   c a v s     ( 2 9 )   a n d   a j   p r i c e   ( 3 6 ) ! 
 
 a t c b i r t h d a y s  
o c t o b e r   7 ,   1 9 9 5 :   g o o d b y e   h o t   r o d 🏀 
 r e b u i l d i n g   c a v s   d e a l   9 - y r   v e t ,   1   a l l - t i m e   c l e   s h o t   b l o c k e r   ( n o w   z )   & a m p ;   f a n   f a v   j o h n   " h o t   r o d "   w i l l i a m s   t o   s u n s   f o r   d a n   m a r j e r l e , a n t o n i o   l a n g , 1 s t   p k   
 g r e a t   c a v ,   g r e a t   p l a y e r ,   g r e a t   c a r e e r ,   g r e a t   m a n ,   g r e a t   n i c k n a m e   
 6 t h m a n   s h o t b l o c k e r   h o t r o d 🙏  
h e r b   j o n e s 
 e v a n   m o b l e y 
 s c o t t i e   b a r n e s 
 
 h a s   t h e r e   e v e r   b e e n   3   s o p h o m o r e s   w i t h   l e g i t i m a t e   a l l - d e f e n s e   h y p e   i n   t h e   s a m e   y e a r ?   
 
 a y o   m i g h t   b e   a   4 t h   w i t h   l o n z o   m i a .   
 
 t r u l y   h a s   t h e   p o t e n t i a l   t o   b e   o n e   o f   i f   n o t   t h e   b e s t   d e f e n s i v e   d r a f t   o f   a l l - t i m e . 
 
 p e l i c a n s   c a v s   r a p t o r s   b u l l s
d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l   i m p r e s s   i n   c a v s   l o s s .   
 n b a   l e t e m k n o w   c a v s   

“ u b e r   a n d   m o t i o n a l   t o   r o l l   o u t   a u t o n o m o u s   r i d e - h a i l   a n d   d e l i v e r y   s e r v i c e s   i n   u s   c i t i e s ” 
 
 m o b i l i t y   a i   c a v s   
 

2 0 2 2 / 2 0 2 3 :   t h e   s e a s o n   w h e r e   y o u r   g i r l   t a k e s   h e r   h o s t i n g   c h o p s   t o   t h e   c o u r t .   c l e v e l a n d ,   i t ’ s   d a m n   g o o d   t o   b e   b a c k .   l e t ’ s   d o   t h i s .   c a v s   i n g a m e h o s t   l e t e m k n o w  
t h e   w i n e a n d g o l d s c r i m m a g e   t i m e   h a s   c h a n g e d   c a v s  
n o b o d y ’ s   r e a d y !   🍷 ⚜ ️   c a v s  
m o n t r e z l   h a r r e l l   e m b a r r a s s e d   h i m s e l f   a g a i n s t   t h e   c l e v e l a n d   c a v a l i e r s 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   m o n t r e z l h a r r e l l   c a v s   

h i r a m   a n d   k e i s h a   w   a r e   d e f i n i t e l y   t h e   s a m e   p e r s o n .   c h a n g e   m y   m i n d .   l e t e m k n o w   c a v s
n o   m a t t e r   h o w   u n f o r t u n a t e   t h e   s c r e e n   g r a b   o f   m y   f a c e   i s   h e r e ,   g i v e   u s   a   l i s t e n . 
 
   w i t h   s o m e   g r e a t   i n s i g h t   f r o m   p r a c t i c e   a n d   w h a t   w e   h o p e   t o   s e e   t h r o u g h o u t   c a m p   c a v s  
o h ,   i t ’ s   g o n n a   b e   p r e t t y   b a d . 
 
 b u t ,   f o r   c o n t e n d i n g   t e a m s   i t   m a y   j u s t   b e   w h a t   t h e y   n e e d .   e s p e c i a l l y   t h e   c a v s ,   w h o   h a v e   a l r e a d y   b e g u n   e y e i n g   u p   t e a m s   w h o   w a n t   t o   t a n k   f o r   t h e   b e s t   p o s s i b l e   o d d s   i n   t h e   l o t t o .   
 
 w a t c h   f o r   a   f e w   t e a m s   w h o   m a y   h a v e   a   w i n g   t h e y   n e e d . 
 
 l e t e m k n o w  
w o m e n ' s   l o n g   b r i d e s m a i d   m a x i   d r e s s 👉 
 f o r   m o r e   d r e s s   c o l l e c t i o n 👉 
 v i s i t   o u r   w e b s i t e 👉 
 s u b s c r i b e   t o   o u r   l i n k 👉 
 
 w o m e n   d r e s s   r h o b h   m a f s   l i n d s e y   c a v s   l s s o n l i n e m a r t   l s s t r e n d s  
c h e c k   o u t   📌   m e s s a g e s   o n   o u r   c h a n n e l   i n   t h e     d i s c o r d   f o r   i n f o   o n : 
 
 🎉   o p e n i n g   n i g h t   s u i t e 
 🎟 ️   l o w e r   b o w l   h o m e   g a m e   t i x 
 🗺 ️   r o a d   g a m e   t i x   f o r   n o n - l o c a l s 
 🌎   l e a g u e   p a s s   f o r   i n t e r n a t i o n a l s 
 
 c a v s   f a n s ,   t h i s   i s   f o r   y o u   😤 
 
 n b a t o p s h o t t h i s   l e t e m k n o w
s h a r i f e   c o o p e r   ( c a v s   d e b u t )   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c a v s p r e s e a s o n   c l e v e l a n d c a v s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   n b a   n b a 2 k 2 3   p h i l a d e l p h i a 7 6 e r s   s h a r i f e c o o p e r   s h a r i f e c o o p e r a o t   s h a r i f e c o o p e r a u b u r n  
  i   t h i n k   i f   w e   c a n   a c q u i r e   h i m   f o r   c h e a p ,   i ’ m   a l l   f o r   i t . 
 
 b u t   a s   o f   r i g h t   n o w ,   t h e   c a v s   d o n ’ t   b e l i e v e   t h i s ,   a n d   t h e r e   h a s n ’ t   b e e n   m u c h ,   i f   a n y   t a l k s   b e t w e e n   t h e   t w o   s i d e s   t h e   l a s t   i   h e a r d . 
 
 t h e n   a g a i n ,   i   h a v e n ’ t   c h e c k e d   i n   a w h i l e   s o   t h e   d e a l   c o u l d   h a p p e n   t o m o r r o w .   😂 😂
d o n o v a n   m i t c h e l l   d e b u t !   c l e v e l a n d   . . . 
   
 
   
 c a v s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s h i g h l i g h t s   c l e v e l a n d c a v a l i e r s n e w s   c l e v e l a n d c a v a l i e r s v s p h i l a d e l p h i a 7 6 e r s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l c a v s d e b u t   e a s t e r n c o n f e r e n c e   n b a  
  a l s o   s h o u l d   b e   n o t e d .   a s   f a r   a s   i ’ v e   b e e n   t o l d ,   t h e   c a v s   a r e   n o t   a c t i v e l y   t a l k i n g   t o   t h e   s u n s   a b o u t   j a e   c r o w d e r .
🚨   d y n a m i c   d u o   🚨 
 
 🔥   l e b r o n   x   k y r i e   🔥 
 
 c a n ' t   w a i t   f o r   t o m o r r o w   😤 😤 
 
 n b a t o p s h o t t h i s   l e t e m k n o w   c a v s   
 
 ( s o r r y     😉 )  
_   d i s h e s   o n   h i s   o n e   s t u d   a n d   o n e   d u d   f o r   t h e   c a v s   i n   t h e i r   c l o s e   p r e s e a s o n   l o s s   t o   t h e   s i x e r s   o n   w e d n e s d a y .     l e t e m k n o w
i m a g i n e   i f   v i c t o r w e m b a n y a m a   w a s   t h e   c a v s   a n d   w a s   a p a r t   o f   t h e   t a l l   b a l l   l i n e u p !   n b a   c a v s   c l e v e l a n d c a v a l i e r s   c a v s 4 l i f e   l e t e m k n o w
  t h o u g h t   h e   d i d   w e l l .   h a v i n g   a   f o r w a r d   t h a t ’ s   6 ’ 9   o u t   t h e r e   g i v e s   y o u   a   n i c e   a d v a n t a g e   f o r   t h e   c a v s .   
 
 p u t t i n g   u p   8 p t s   a n d   3 r e b s   o n   4 / 5   s h o o t i n g   l a s t   n i g h t   w a s   d e f i n i t e l y   n i c e   t o   s e e .   t h o u g h t   h e   w a s   g o o d   d e f e n s i v e l y ,   t o o   w i t h   3 b l k s   & a m p ;   2 s t l s . 
 
 g o t t t a   k e e p   i t   g o i n g   t h o .   
 
 l e t e m k n o w
s e l l i n g   i n   c r y p t o :   w h e n   i s   t h e   r i g h t   t i m e   t o   s e l l ?   f e a t u r i n g     
   v i a     
 c l e a r c r y p t o s   c r y p t o   s e l l i n g   t a k e p r o f i t s   p r o f i t   e t h e r e u m   b i t c o i n   a l t c o i n s   b n b   t r a d i n g   c a v s   r h o b h   p o r t f o l i o
d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l   i m p r e s s   i n   c a v s   l o s s .   
 n b a   l e t e m k n o w   c a v s   

y e s t e r d a y   p r e   s e a s o n   g a m e   g o t   m e   h y p e   f o r   t h e   s e a s o n   i t ’ s   r e a l l y   f i n n a   b e   f u n   t h e l a n d   c a v s
l a s t   w e e k e n d ,   c a v s   h o s t e d   t h e i r   i n a u g u r a l   w i n e   a n d   g o l d   g a l a .   
 
 t h e   n e w   f u n d r a i s i n g   r a i s e d   n e a r l y   $ 7 0 0 , 0 0 0 .   
 
 e v e r y   d o l l a r   r a i s e d   w i l l   g o   s t r a i g h t   b a c k   i n t o   t h e   c o m m u n i t y   t h r o u g h   a n n u a l   g r a n t s   g i v e n   t o   g r a n t e e s   o f   t h e   c a v a l i e r s   c o m m u n i t y   f o u n d a t i o n . 
 

r e c o g n i t i o n ,   r e w a r d ,   f u l f i l l m e n t ,   f u n ,   n e w   f r i e n d s h i p s ,   t h e s e   a r e   a l l   a t   y o u r   f i n g e r t i p s   i f   y o u   c h o o s e   t o   v o l u n t e e r   w i t h   c a v s .   
 f i n d   o u t   m o r e   a b o u t   t h e   a m a z i n g   o p p o r t u n i t i e s   w e   c a n   o f f e r   b y   c a l l i n g   o r   e m a i l i n g   u s .   b e t t e r t o g e t h e r c a v s  
a   l o o k   b a c k   a t   t h e   2 0 0 8 - 0 9   e a s t e r n   c o n f e r e n c e   s t a n d i n g s   ( 1 - 8 ) :   👀 📈 
 
 c a v s :   6 6 - 1 6 
 c e l t i c s :   6 2 - 2 0 
 m a g i c :   5 9 - 2 3 
 h a w k s :   4 7 - 3 5 
 h e a t :   4 3 - 3 9 
 s i x e r s :   4 1 - 4 1 
 b u l l s :   4 1 - 4 1 
 p i s t o n s :   3 9 - 4 3 
 
 t h e   m a g i c   w o n   t h e   c o n f e r e n c e   a n d   w e n t   a l l   t h e   w a y   t o   t h e   f i n a l s .   💪  
w h o ’ s   t h e   m o s t   i n t r i g u i n g   t e a m   i n   t h e   e a s t ? 🤔   c l e v e l a n d   o r   a t l a n t a   o r   m i n n e s o t a ?   n b a   c a v s   h a w k s   t i m b e r w o l v e s     p r e s e a s o n   n b a 2 0 2 3
t h e   d e b u t   o f   t h e   c a v s   b a c k c o u r t   d u o   f e a t u r i n g   d o n o v a n   m i t c h e l l   & a m p ;   d a r i u s   g a r l a n d   s h o u l d   h a v e   a   l o t   o f   f a n s   i n   c l e v e l a n d   e x c i t e d . 
 
   |    
s p i d a l a n d   🕷 ️ 🌆 
 
 l e t e m k n o w 
 c a v s  
t h e     i n t e r n a t i o n a l   c o n f e r e n c e   o n   i n t e l l i g e n t   t r a n s p o r t a t i o n   s y s t e m s   i s   u n d e r w a y   a n d   t h e r e   i s   a n   o n l i n e   w o r k s h o p   c e n t e r e d   a r o u n d   t h e   s a f e t y   v a l i d a t i o n   o f   c a v s . 
 
 j o i n   t h e   d i s c u s s i o n   t o m o r r o w ,   o c t o b e r   7 t h ,   a t   8 : 0 0   p m   e t :    
l o t s   o f   t a l k   a t   c a v s   p r a c t i c e   a b o u t   t h e   f l o w   & a m p ;   r h y t h m   l a s t   n i g h t : 
 
 c a r i s   l e v e r t :   " t h e r e   w a s   a   l o t   o f   s p a c e . . . i t ' s   k i n d   o f   p i c k   y o u r   p o i s o n . . . w e   e n j o y   s h a r i n g   t h e   b a l l . . . t h a t   a l l o w s   u s   t o   b e   p a t i e n t   & a m p ;   n o t   r e a l l y   c a r r y   a   b i g   b u r d e n .   i   t h i n k   a l l   o f   u s   g o t   e a s y   l o o k s   l a s t   n i g h t . "
c a v s   b i g   m a n   d e a n   w a d e   e x p r e s s e d   s i m i l a r   s e n t i m e n t s   t o   m e .   w i l l   s h a r e   t h e   f u l l   c l i p   s o o n !  
c a v s   s w i n g m a n   c a r i s   l e v e r t   d e s c r i b e d   y e s t e r d a y ’ s   g a m e   a g a i n s t   t h e   s i x e r s   a s   “ f r e e   f l o w i n g ”   c o m p a r e d   t o   h o w   i t ’ s   b e e n   i n   t r a i n i n g   c a m p . 
 
 h e   n o t e s   t h a t   c l e v e l a n d   i s   r e a l l y   g o o d   d e f e n s i v e l y   s o   h e   h a s n ’ t   g o t t e n   a   l o t   o f   e a s i e r   l o o k s   l i k e   l a s t   n i g h t .
h a p p y   n a t i o n a l   c o a c h e s   d a y !   w h i c h   c o a c h   i s   y o u r   f a v o r i t e ? !   p h o t o s :   c l e v e l a n d d o t c o m   c a v s  
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s h a r e d   w i t h   m e   t h a t   i s a a c   o k o r o   i s   “ b u i l t   l i k e   a   m a c h i n e ”   a n d   t h e y   w a n t   h i m   a t t a c k i n g   o p p o n e n t s   o n   t h e   i n t e r i o r   w h i l e   o n   o f f e n s e   a n d   y o u   s a w   a   b i t   o f   t h a t   a g a i n s t   t h e   s i x e r s   l a s t   n i g h t .
w e   d i d n ' t   s e e   a   l o t   o f   f r o m   o k o r o   o r   s t e v e n s   l a s t   n i g h t .   w a s   r e a l l y   h o p i n g   f o r   b i g   j u m p s   i n   s h o o t i n g   a b i l i t y   t h i s   y e a r .   g o o d   s l a s h e r s   b u t   n e e d   t o   b e   a b l e   t o   m a k e   o p e n   s h o t s   c a v s
a n o t h e r   c a v s   p r a c t i c e ,   a n o t h e r   c h a n c e   t o   c h e c k   o u t   r i c k y   r u b i o ’ s   r e h a b   a n d   r e c o v e r y . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
i ' m   s t i l l   v e r y   c u r i o u s   w i t h   c e d i   o s m a n ' s   f i t   o n   t h i s   t e a m .   g o o d   s h o o t e r   b u t   c a n   p l a y   o u t   o f   c o n t r o l   i n   t h e   o f f e n s e .   a l m o s t   w o u l d   r a t h e r   s e e   l a m a r   s t e v e n ' s   g e t   t h e   n o d   c a v s
h o n e s t   e x p e c t a t i o n s   f o r   t h e   c l e v e l a n d   c a v s   t h i s   s e a s o n ?
m o n t r e z l   h a r r e l l ,   a f t e r   b e a t i n g   t h e   c a v s   3 r d   s t r i n g e r s   i n   a   p r e s e a s o n   g a m e .  
m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   a l o n g   w i t h   s e l e c t   p l a y e r s   s o o n . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
o b s e r v a t i o n s   a f t e r   t h e   f i r s t   p r e s e a s o n   g a m e :   l e v e r t   a t   s f   c a n   w o r k   w e l l ;   m a m a d i   d i a k i t i   a n d   i s a i a h   m o b l e y   s h o u l d   b e   i n   r o t a t i o n ;   o s m a n   a n d   s t e v e n s   s h o u l d   b e   o u t ;   a n d   c a v s   a r e   l e g i t i m a t e   t i t l e   t h r e a t   t h i s   y e a r .
t h e   c a v s   m i g h t ’ v e   d r o p p e d   l a s t   n i g h t ’ s   g a m e   b u t   d a m n   d o e s   t h e   f u t u r e   l o o k   b r i g h t . 
 
   a n d     b r e a k   i t   a l l   d o w n .   p r o d u c e d   b y   ! 
 
 📺 :   
 🎧 :    
  a p p r e c i a t e   y o u   t a k i n g   a   s e c o n d   t o   m a k e   l i f e t i m e   m o m e n t   🤝 🏾 🕷 🕷 🕷 🕷 🕷 🕷 🕷 🕷 🕷 🕷 🕷 🕷 c a v s   c l e v e l a n d   d o n o v a n m i t c h e l l   s i x e r s c a v s   n b a p r e s e a s o n  
t h e   s c r i m m a g e   w a s   o r i g i n a l l y   s c h e d u l e d   f o r   1   p . m . ,   b u t   t h e   c a v s   o p t e d   t o   m o v e   i t   u p   t w o   h o u r s   t o   a l l o w   f a n s   t o   w a t c h   b o t h   g a m e s .   d o o r s   a t   t h e   w o l s t e i n   c e n t e r   w i l l   o p e n   a t   1 0   a . m .  
s a v i n g   m y   t h o u g h t s   o n   t h e   c a v s   f o r   t h e     p o d c a s t   l a t e r ,   b u t   m i t c h e l l   a n d   g a r l a n d   l o o k e d   g r e a t ,   a n d   w e   a r e   g o i n g   t o   h a v e   a   a   c r a z y   b a t t l e   t o   s e e   w h o   s t a r t s   a t   s m a l l   f o r w a r d .
i m a g i n e   h a t i n g   o n   a   p l a y e r   b e c a u s e   h e   p l a y s   t h e   r o l e   t h e   t e a m   n e e d s   h i m   t o   p e r f e c t l y   a n d   g o t   a n   a l l   s t a r   n o d   b e c a u s e   o f   i t   a n d   c a l l i n g   y o u r   s e l f   a   c a v s   f a n   l o l  
t h e   c a v s   h a v e   m o v e d   t h e i r   w i n e   a n d   g o l d   s c r i m m a g e   u p   t o   a n   1 1   a . m .   s t a r t   t i m e   o n   s a t u r d a y .  
d i s s e c t i n g   7 6 e r s '   v i c t o r y   o v e r   c a v s ,   m a x e y ' s   p r e s e a s o n   d o m i n a n c e ,     e m b i i . . .     v i a  
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c
e p i s o d e   5   o f   t h e     i s   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s ! 
 c l e v e l a n d b r o w n s   c l e v e l a n d   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   p o d c a s t   b r o w n s   n f l   m l b   n b a   f o r t h e l a n d   t h e l a n d  
i c y m i :   s h a r i f e   c o o p e r   h a d   1 1   p o i n t s   i n   9   m i n u t e s   i n   h i s   c a v s   d e b u t   🔥 
 
 c a v s   l e t e m k n o w 
 s u b s c r i b e :    
s e e i n g   r o b i n   l o p e z   i n   a   c a v s   u n i f o r m   l a s t   n i g h t   b r o u g h t   b a c k   m e m o r i e s   o f   a n d e r s o n   v a r a j a o .
s h a r e   y o u r   p r e d i c t i o n s   f o r   t h e   c a v s   t h i s   s e a s o n   a f t e r   t h e i r   f i r s t   g a m e   l a s t   n i g h t ! ! 
 
 a n d   y e s   t h i s   i s   s h a m e l e s s l y   r i p p e d   f r o m   t h e   a m a z i n g     c r e w   👊 
 
 i t ' s   o n l y   o n e   g a m e   b u t   _ _ _ _ _ _ _ _ _ _ _ _ .
  v e r y   " i m p r e s s i v e "     t h e   c a v s   w i t h o u t   t h e i r   b i g   m a n ,   t h i s   i s   g o i n g   t o   b e   a n d   e x c i t i n g   y e a r ,   t h e   🕷   i s   t h e   t r u t h ! ! 🏀 
 b r o w n s   t h e   s u b j e c t   m a t t e r   s h o u l d   b e   " p l a y   a c t i o n "   r u n   y o u r   d a w g s ! ! 🏈 
 f o r t h e l a n d     l e t ' s   t a k e   c a r e   o f   t h e   r a y s ! !   s t a y   f o c u s e d . . ⚾
w i s e   m o v e   f r o m   t h e   c a v s   t o   m o v e   t h e   w & a m p ; g   s c r i m m a g e   t o   a n   e a r l i e r   t i m e .  
  b e s t   1   & a m p ;   2   g u a r d s   o n   t h e   c a v s   s i n c e   p r i c e   a n d   h a r p e r .   g o i n g   t o   b e   a   g r e a t   y e a r .
r i c k y   r u b i o   b e l i e v e s   i n   c a v s ,   r e t u r n e d   f o r   ' u n f i n i s h e d   b u s i n e s s '  
d a v e y   p a r t n e r e d   w /     t o   m a k e   n o r t h e a s t o h i o   g r e e n e r   b y   p l a n t i n g   a   t r e e   f o r   e v e r y   3 - p o i n t   s h o t   m a d e   d u r i n g   t h e   2 0 2 1 - 2 2   s e a s o n .   t h e   c a v s   e n d e d   t h e   s e a s o n   w i t h   9 5 3   3 - p o i n t   s h o t s   & a m p ;   9 5 3   t r e e s 4 t h r e e s !   t o d a y ,   3 4 5   t r e e s   a r e   b e i n g   d i s t r i b u t e d   t o   2 0   l o c a l   c o m m u n i t y   o r g a n i z a t i o n s .  
i   l o o o o o v e   m e   s o m e   d o u b l e   d ’ s …   a s   i n   d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l   c a v s
d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l   i m p r e s s   i n   c a v s   l o s s .   
 n b a   l e t e m k n o w   c a v s   

i c y m i :   b a c k c o u r t   d u o   o f   d o n o v a n   m i t c h e l l ,   d a r i u s   g a r l a n d   s h i n e   i n   c a v s '   p r e s e a s o n   o p e n e r     v i a  
a n d   r e a c t i o n   t o   d o n o v a n   m i t c h e l l ' s   c a v s   d e b u t   ( i t ' s   e a r l y   g u y s ,   m y   b a d )
o n l y   p l a y e r s   t o   a v e r a g e   2 7 +   p p g   b e f o r e   t u r n i n g   2 1 : 
 
 l e b r o n   j a m e s 
 l u k a   d o n c i c 
 z i o n   w i l l i a m s o n 
 
 e x c l u s i v e   c l u b .   💯 
 
 c a v s   m a v s   p e l i c a n s   n b a  
e p i s o d e   5   o f   t h e   b u r n i n g r i v e r s p o r t s c a s t   i s   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s ! 
 
 c l e v e l a n d b r o w n s   c l e v e l a n d   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   g u a r d s   g u a r d i a n s   p o d c a s t   b r o w n s   n f l   m l b   n b a   f o r t h e l a n d   t h e l a n d  
s p o r t s   a t   : 1 5   & a m p ;   : 4 5   g u a r d i a n s   ( 9 2 - 7 0 )   h o s t   r a y s   1 2 : 0 7   f r i d a y                 c a v s   m i t c h e l l   d e b u t s ,   b r o w n s   l a t e s t   o n   g a r r e t t .                                                                                                                                    
“ i t   w a s   f u n ,   i t   w a s   e a s y ” 
 
 c a v s   d a r i u s   g a r l a n d   & a m p ;   d o n o v a n   m i t c h e l l   h a v e   b e e n   b u i l d i n g   t h e i r   b o n d   s i n c e   m i t c h e l l ’ s   a r r i v a l   -   a   b o n d   t h a t   w i l l   d e t e r m i n e   h o w   f a r   t h i s   t e a m   g o e s .   l a s t   n i g h t ,   f o r   t h e   f i r s t   t i m e   a g a i n s t   a n   n b a   o p p o n e n t ,   t h e   f i t   l o o k e d   s e a m l e s s 
 

c a v s   g o n n a   b e   m a k i n g   i t   r a i n   a l l l l l l   s e a s o n 
 
  
h o w   d i d   t h e   c a v s   d o   l a s t   n i g h t ?   c l o s e d   u p   t h e   s h o p   a n d   w a s   t o o   t i r e d   w h e n   i   g o t   h o m e   t o   c h e c k   o u t   t h e   g a m e
n e w   v i d e o   t o   w a t c h : 
 
 " d o n o v a n   m i t c h e l l   d e b u t !   c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   p r e s e a s o n   * r e a c t i o n * "   
 
 c r e a t o r :     p o s t   u p   v i d e o s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " 2 0 2 2   n b a   p r e s e a s o n   |   p h i l a d e l p i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   |   f u l l   g a m e   h i g l i g h t s   o c t o b e r   5   2 0 2 2 "   
 
 c r e a t o r :     a l l t r e n d t v 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 t y r e s e   m a x e y 
 
 2 1   p t s ,   8 2 %   f g m ,   3 - 3   3 p t 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 d o n o v a n   m i t c h e l l 
 
 1 6   p t s ,   5   a s t ,   7 5 %   3 p t 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 m o n t r e z l   h a r r e l l   . .   g a m e   w i n n e r 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 m o n t r e z l   h a r r e l l 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 r o b i n   l o p e z 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 d e ’ a n t h o n y   m e l t o n 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a m e s   h a r d e n 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 t y r e s e   m a x e y 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j o e l   e m b i i d   p t . 2 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a r r e t t   a l l e n 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 d o n o v a n   m i t c h e l l   f i r s t   2 0 2 2 - 2 3   b u c k e t 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 

  @ _ b i g m i k e 2 7   h a d   j u s t   m o v e d   b a c k   t o   o h i o 
 e v e r y o n e   i n   c l e v e l a n d   w a s   e c s t a t i c !   c a v s   h a d   b r o u g h t   t h e   n b a   c h a m p i o n s h i p   h o m e ! 
 w e   h a d   a   r e a l   p r e s i d e n t   w h o   t o l d 
 j r s m i t h   t o   p u t   h i s   s h i r t   b a c k   o n ! 
 t o t a l l y   a g r e e   
 f a n t a s t i c   m e m o r i e s !
n o b o d y   w i t h   t h e   c a v s   h a s   e v e r   d o u b t e d   t h e   v i a b i l i t y   o f   t h e   d a r i u s   g a r l a n d - d o n o v a n   m i t c h e l l   p a i r i n g .   a n d   w e d n e s d a y ' s   p r e s e a s o n   o p e n e r   ( w i t h   a l l   t h e   u s u a l   q u a l i f i e r s )   h e l p e d   s h o w   w h y 
 
 " i t   w a s   p r e t t y   s e a m l e s s   t h e   w a y   t h e y   p l a y e d   t o g e t h e r " 
 

i s a a c   o k o r o   i s   o n e   o f   m y   f a v o r i t e   p l a y e r s   o n   t h e   c a v s   l e t e m k n o w
c a v s   a r e   n o t   a   p h y s i c a l   t e a m .   t h e y   n e e d   a   b a n g e r   i n   t h e   m i d d l e .   s o m e o n e   w h o   c a n   p u t   a   b o d y   o n   s o m e o n e .   c a v s
s o m e   q u i c k   o b s e r v a t i o n s   o f f   o f   c a v s   p r e s e a s o n   l o s s   t o   t h e   s i x e r s : 
 
 - a   f i r s t   l o o k   a t   t h e   b a c k c o u r t   o f   d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l 
 - c a r i s   l e v e r t   g e t s   f i r s t   s h o t   a t   s t a r t i n g   s m a l l   f o r w a r d 

t h a t   w a s   a   🔥   p r e   s e a s o n   b a s k e t b a l l   g a m e   g o   c a v s   g o   7 6 s
o u r   t v   j u s t   s t a r t e d   d o i n g   t h i s   d u r i n g   t h e   c a v s :  
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
a r e   y o u   l o o k i n g   f o r   a n   e x p e r t   t o   p r o m o t e   y o u r   e b o o k s   c l i c k   h e r e   n o w   t o   c o n t a c t   m e   
 
 l e s b i a n s   a b b o t t e l e m e n t a r y   r h o b h   d r a y m o n d   a e w d y n a m i t e   m a f s   j a n i n e   h a u s e r   s u r v i v o r   g a y s   s t e p h e n v o g t   m a x e y   c a v s   l i n d s e y 
  
  i   c a n ’ t   w a i t   f o r   t h e   s t a r t   “ t h e   l a n d ”   c a v s
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s s a n d i e g o   w e b s i t e   
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e
a r e   y o u   l o o k i n g   f o r   a n   e b a y   e x p e r t   t o   p r o m o t e   y o u r   s t o r e   l , 
 k i n d l y   c o n t a c t   n o w   
 
 l e s b i a n s   a b b o t t e l e m e n t a r y   r h o b h   d r a y m o n d   a e w d y n a m i t e   m a f s   j a n i n e   h a u s e r   s u r v i v o r   g a y s   s t e p h e n v o g t   m a x e y   c a v s   l i n d s e y    
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a n   e x p e f o r   y o u r   3 d   a n i m a t i o n   v i d e o ,   a n d   c h a r a c t e r   m o d e l l i n g   t o d a y 
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
😰   t h e m   c a v s   c a m e   o u t   s h o o t i n g   f l a m e s   t o n i g h t .   t h e y   g o n n a   b e   a   p r o b l e m   i n   t h e   e a s t .   t h e y   h a v e   y o u n g   h u n g r y   t a l e n t e d   p l a y e r s !   g o   7 6 e r s
s h a r i f e   c o o p e r   ( c a v s   d e b u t )   v s .   p h i l a d e l p h i a   7 6 e r s   ( 1 0 • 5 • 2 2 )   c a v s 
  
h i r e   a     p r o f e s s i o n a l   g h o s t w r i t e r   t o   w r i t e   a n d   c o m p l e t e   y o u r   e b o o k   f o r   y o u   
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
g o o d   1 s t   p r e s e a s o n   g a m e   f o r   t h e   c a v s   l o o k e d   l i k e   b o t h   t e a m s   w e r e   t r y i n g   t o   s h o w   t h e i r   d o m i n a n c e   i n   t h e   1 s t   h a l f   a n d   i t   e n d e d   i n   a   d r a w .   m i t c h e l l   l o o k s   l i k e   h e ' l l   f i t   i n   w i t h   t h i s   t e a m .
h i r e   a n   e x p e f o r   y o u r   3 d   a n i m a t i o n   v i d e o ,   a n d   c h a r a c t e r   m o d e l l i n g   t o d a y 
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
a r e   y o u   t i r e d   o f   l o w   s a l e   i n   y o u r   s t o r e ?   c l i c k   o n   t h e   l i n k   b e l o w   t o   g e t   m o r e   s a l e s   o n   s o c i a l   m e d i a   m e d i a 
 l e s b i a n s   a b b o t t e l e m e n t a r y   r h o b h   d r a y m o n d   a e w d y n a m i t e   m a f s   j a n i n e   h a u s e r   s u r v i v o r   g a y s   s t e p h e n v o g t   m a x e y   c a v s   l i n d s e y 
 
  
a s   a   7 6 e r s   f a n   i   m u s t   g i v e   p r o p s   t o   t h e   c a v s   o r g a n i z a t i o n .   t h e y   d i d   a   h e c k   o f   a   j o b   r e b u i l d i n g   a   w i n n e r !   t h e i r   t e a m s   s u p e r i o r   t o   l e b r o n   n o w .   c a v s   g o n n a   b e   a   f o r c e   t o   r e c k o n   w i t h .   g o   s i x e r s !
d o n o v a n   m i t c h e l l   w i t h   t h e   3 !   👀 
 
 n b a p r e s e a s o n   c a v s   7 6 e r s 

h i r e   a   n   e x p e f o r   y o u r   3 d   a n i m a t i o n   v i d e o ,   a n d   c h a r a c t e r   m o d e l l i n g   
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a     p r o f e s s i o n a l   g h o s t w r i t e r   t o   w r i t e   a n d   c o m p l e t e   y o u r   e b o o k   f o r   y o u   
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e l
h i r e   a     p r o f e s s i o n a l   g h o s t w r i t e r   t o   w r i t e   a n d   c o m p l e t e   y o u r   e b o o k   f o r   y o u   
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a     p r o f e s s i o n a l   g h o s t w r i t e r   t o   w r i t e   a n d   c o m p l e t e   y o u r   e b o o k   f o r   y o u   
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
c l i c k   h e r e   n o w   t o   g e t   m o r e   s a l e s   i n   y o u r   e t s y   s t o r e 
 
 
 l e s b i a n s   a b b o t t e l e m e n t a r y   r h o b h   d r a y m o n d   a e w d y n a m i t e   m a f s   j a n i n e   h a u s e r   s u r v i v o r   g a y s   s t e p h e n v o g t   m a x e y   c a v s   l i n d s e y       e t s y s h o p 
 e t s y v i n t a g e   e t s y s t a r s e l l e r
t h e   c o m p e t i t i o n   a t   t h e   3   w i l l   m a k e   t h i s   t e a m   b e t t e r . . . a n d   t h e   b e n c h   p l a y e r s   a r e   g o n n a   h a v e   t o   g r i n d   f o r   m i n u t e s . . . . i   l o v e   i t .   
 
 b r a v o   t o   k o b y .   n o   t r a d e s   p l e a s e ,   l e t ' s   r o l l .   
 
 l a s t l y ,   t h a n k s   d a n . . . a s   a l w a y s ,   f o r   a l l   y o u   d o   f o r   u s   f a n s . . .   c a v s
c a v s   d o n o v a n   m i t c h e l l   i n t e r r u p t s   d a r i u s   g a r l a n d   t a l k i n g   a b o u t   a n o t h e r   p l a y e r ' s   a g e   i n   t h e   p o s t g a m e   p r e s s   c o n f e r e n c e   a n d   s a y s ,   " b r o ,   y o u ' r e   l i k e   1 2   y e a r s   o l d . "
w e l l ,   i t   t o o k   1   h a l f   o f   p r e s e a s o n   b a s k e t b a l l   t o   u n d e r s t a n d   w h y   m i t c h e l l   w o r k s   a n d   s e x t o n   d i d n ' t .   h e   a n d   d g   c o m p l e m e n t   v e r y   w e l l 
 
 l o v e   c o u l d   p o t e n t i a l l y   b e   s t a r t e r   a t   t h e   3   o f f e n s i v e l y   a l l o w i n g   m o b l e y   t o   g u a r d   t h e   o t h e r   t e a m ' s   3   d e f e n s i v e l y 
 
 v e r y   t a l e n t e d   b e n c h   =   f r e s h   l e g s   c a v s
j a m e s   h a r d e n 👀   7 6 e r s   c a v s   h a r d e n  
c o u l d n ’ t   w a t c h   t h e   c a v s   g a m e .   c a n   s o m e b o d y   b r i e f l y   t e l l   m e   w h o   l o o k e d   g o o d ,   w h o   l o o k e d   b a d ,   e t c ?   t h a n k s !
i   d o n ' t   c a r e   t h a t   t h e   c a v s   l o s t .     t h a t   f i r s t   h a l f   w a s   f u n   t o   w a t c h .     m i t c h e l l   a n d   g a r l a n d   a r e   g o i n g   t o   b e   a   d y n a m i c   d u o .
m a n n n n … a b o u t   1 5   m i n u t e s   o f   d o n o v a n   m i t c h e l l   o n   t h e   c a v s ,   e v e n   w i t h o u t   e v a n   m o b l e y ,   a n d   i   a m   r e a d y   f o r   t h e   s e a s o n .   t h i s   i s   g o i n g   t o   b e   f u n !
t h e   c a v s   n e w - l o o k   b a c k   c o u r t   o f   g a r l a n d   a n d   m i t c h e l l   c o m b i n e d   f o r   2 8   p o i n t s   a n d   9   a s s i s t s   i n   t h e   f i r s t   h a l f .    
d o e s   a n y o n e   k n o w   w h y   t h e   c a v s   a r e   w e a r i n g   6   o n   t h e i r   j e r s e y s ?
w h y   i s n ' t   t h e r e   a n y   d o n o v a n   m i t c h e l l   s w i n g m a n   j e r s e y s   o n     ?   c a v s
b a c k c o u r t   d u o   o f   d o n o v a n   m i t c h e l l ,   d a r i u s   g a r l a n d   s h i n e   i n   c a v s '   p r e s e a s o n   o p e n e r     v i a  
i   l i k e   l e v e r t   a n d   m i t c h e l l   t o g e t h e r   w h e n   g a r l a n d   r e s t s .   c a v s
d o n o v a n   m i t c h e l l   l o o k e d   g o o d   i n   h i s   c a v s   d e b u t ,   t h e   c a v s   l o o k   l i k e   t h e y   m i g h t   s h o o t   m o r e   3 - p o i n t e r s   t h i s   y e a r ,   a n d   h o w   m u c h   s h o u l d   b e   r e a d   i n t o   c a r i s   l e v e r t   s t a r t i n g   a t   s m a l l   f o r w a r d   t o n i g h t ?   m y   o b s e r v a t i o n s   f r o m   t h e   p r e s e a s o n   o p e n e r   i n   p h i l l y .  
n o t a b l e   n u m b e r s   o f f   t h e   b e n c h   t o n i g h t   v s   t h e   7 6 e r s : 
 
 d e a n   w a d e : 
 1 1   p t s 
 5   r e b 
 3 - 5   3 p t 
 
 s h a r i f e   c o o p e r : 
 1 1   p t s 
 5 - 7   f g 
 1 - 2   3 p t 
 
 m a m a d i   d i a k i t e : 
 8   p t s 
 4   b l k 
 2   s t l 
 4 - 5   f g 
 
 r a u l   n e t o : 
 1 2   p t s 
 2   r e b 
 2   a s t 
 
 c a v s   l e t e m k n o w  
t h e   c a v s   t o o k   t h e   l …   b u t   d o n o v a n   m i t c h e l l   a n d   d a r i u s   g a r l a n d   c o m b i n e d   f o r   2 8   p o i n t s   a n d   9   a s s i s t s   i n   t h e   f i r s t   h a l f .  
s i g n   m a m a d i   d i a k i t e   t o   a   2   w a y   d e a l   a s a p   i   n e e d   h i m   o n   t h i s   t e a m   f o r   t h e   f o r e s e e a b l e   f u t u r e   i f   h e ’ s   f l a s h i n g   l i k e   t h a t   c a v s   l e t e m k n o w
n e w - l o o k   c a v s   p r o v i d e   p r e v i e w   o f   p o t e n t i a l   i n   p r e s e a s o n   o p e n e r .   
 

g o o d   t o   w a t c h     b a s k e t b a l l   t o n i g h t .   m i t c h e l l ,   g a r l a n d ,   a n d   l o v e   c a m e   r e a d y   t o   b a l l   t o n i g h t ! !   l o s t   a   c l o s e   o n e ,   b u t   w e   a r e   l e a r n i n g   w h e r e   t o   p u t   t h e   p i e c e s .   c a v s   l e t e m k n o w   a l l i n c l e
h a l l a n d 
 
 a e w d y n a m i t e   r h o b h   s u r v i v o r   a d i d a e r o   
 r i n n a   m a f s   a n d r a d e   t h e m a s k e d s i n g e r 
 w a r d l o w   g a r c e l l e   c a v s   b r i a n c a g e   m a x e y   y u t a   b r a v e s t w i t t e r t a k e o v e r   a l w a y s l a   l e s b i a n s   l o g a n p a u l   j e f f m c n e i l   r e a l l y a n n o y i n g c u r s e   b i r d l a n d   s a u d i s   r e e c e j a m e s
f u n   f i r s t   o n e   i n   p h i l l y ,   b u t   c a v s   f a l l   s h o r t ,   1 1 3 - 1 1 2 ;   s t a r t e r s   i m p r e s s i v e   i n   1 h ,   s e c o n d   u n i t   s o l i d   a f t e r   h a l f ;   m i t c h e l l ,   g a m e - h i   1 6 p t s ,   5 a s s t ,   6 - 9 f g ,   3 - 4   3 p t f g ;   g a r l a n d ,   1 2 p t s ,   4 - 7 f g ,   4 a s s t ;   n e t o ,   1 2 p t s ;   w a d e ,   1 1 p t s ,   3 - 5   3 p t f g ;   s h a r i f e   c o o p e r ,   1 1 p t s ,   5 - 7 f g ,   d i a k i t e ,   8 p t s ,   4 b l k .  
s h a r i f e   c o o p e r   h a s   a   n i c e   f e e l   f o r   t h e   g a m e .   h o p e   w e   c a n   f i n d   a   w a y   t o   k e e p   h i m .   c o u l d   f i l l   g o d w i n ’ s   r o l e   f r o m   l a s t   y e a r .   c a v s
t h e   c a v s   d r o p p e d   t h e i r   p r e s e a s o n   o p e n e r   t o   t h e   7 6 e r s   b u t   t h e   n e w - l o o k   b a c k c o u r t   o f   d o n o v a n   m i t c h e l l   a n d   d a r i u s   g a r l a n d   c o m b i n e d   f o r   2 8   p o i n t s   a n d   9   a s s i s t s   i n   t h e   f i r s t   h a l f .  
k e v i n   l o v e   a t   t h e   4   s h o o t i n g   t h r e e s   w o r k s   s o   w e l l   w i t h   g a r l a n d   a n d   s p i d a   o n   t h e   f l o o r   d r a w i n g   s o   m u c h   a t t e n t i o n   c a v s
s i g n   c o o p e r !   h e ’ s   b e t t e r   t h e n   t h e   o t h e r   g u a r d   t h a t   h a s   a   t w o - w a y   a n d   n e t o   i n   m y   o p i n i o n   🤷 🏽 ‍ ♂ ️   c a v s
w h e n   w i l l   o h i o a n s   o n   m a i n   s t .   w a k e   u p   t o   b i t c o i n   ?   t h e   b u c k e y e s ,   b r o w n s ,   c a v s ,   b e n g a l s ,   b l u e j a c k e t s ,   c o l u m b u s c r e w   a t   t h e   e n d   o f   t h e   d a y   a r e   j u s t   f o r m s   o f   e n t e r t a i n m e n t .   h o w e v e r   1   d a y   t h e   l i v e l i h o o d   o f   y o u r   f a m i l y   w i l l   d e p e n d   o n   u n d e r s t a n d i n g   b i t c o i n .   d o   n o t   w a i t   a c t   t o d a y
c a v s   g o   f o r   t h e   w i n   i n   p h i l l y ,   a s   h i n t o n   h a d   a   g o o d   l o o k   i n   t h e   c o r n e r ,   b u t   m i s s e d   i t   -   a s   t h e y ’ l l   d r o p   t h e i r   f i r s t   p r e s e a s o n   b a l l g a m e   o n   t h e   r o a d   i n   p h i l l y   1 1 3 - 1 1 2   f i n a l . 
 
 s t a r t e r s   d i d   w e l l .   a s i d e   f r o m   d g   & a m p ;   s p i d a ,   a l l e n   h a d   5 p t s   a n d   2 r e b s .   l o v e   h a d   9 p t s   a n d   7 r e b s . 
 
 l e t e m k n o w
i t ’ s   p r e s e a s o n .   f e e l s   l i k e   m a y   t h o .   c a v s
n i c e   h u s t l e   i n   t h e   e n d   j u s t   c a m e   u p   s h o r t .   g o   c a v s ! ! !
w h a t   a   3 - p o i n t   s h o t   f r o m   s h a r i f e   c o o p e r   t h e r e   a t   t h e   e n d .   c a v s   f a l l   s h o r t   t o   s i x e r s   1 1 3 - 1 1 2   i n   t h e   p r e s e a s o n .
s t a r t i n g   s f   c a n t   b e   l e v e r t   h e   i s   n e e d e d   o n   b e n c h   a n d   f i t s   b e t t e r   t h e r e .   s o   a t   s f   w a d e   o r   s t e v e n s ?   w h o   d o   y o u   p i c k ?   c a v s   c l e v e l a n d c a v s
h a r r e l l   t a l k i n g   b i g   a n d   c e l e b r a t i n g   a   p r e s e a s o n   l a y u p   a g a i n s t   g   l e a g u e   p l a y e r s   l i k e   i t ’ s   t h e   n b a   f i n a l s …   😭 c a v s
m o n t r e z l   h a r r e l l   f l e x i n g   i n   a   p r e s e a s o n   g a m e   a g a i n s t   t h e   c a v s   t r a i n i n g   c a m p   i n v i t e s   i s   t h e   m o s t   m o n t r e z l   h a r r e l l   t h i n g   e v e r   l o l   c a v s
c ' m o n   n e w   g u y s ,   w e ' r e   t r y i n g   t o   w i n   a   g a m e   h e r e !   😂   c a v s
t h e r e   i s   a   p a t h   f o r   h i m   s t a y i n g   h e r e   w i t h   t h e   c a v s   a f t e r   c a m p / p r e s e a s o n .   
 
 b u t ,   a g a i n ,   h e ’ s   g o t t a   b a l l   o u t . 
 
 l e t e m k n o w  
i t ’ s   n i c e   t o   b e   e x c i t e d   a g a i n   a b o u t   a   c a v s   s e a s o n   s t a r t i n g .   l e t e m k n o w
i   a l s o   l o v e   t h e   j e r s e y s .   i   k n o w   s o m e   d o n ’ t ,   b u t   i   r e a l l y   l i k e   b o t h   t h e   h o m e   w h i t e s   a n d   t h e s e   a w a y   o n e s .   
 
 c a v s   a r e   t i e d   w i t h   p h i l l y   w i t h   3 0 . 9   l e f t   i n   t h e   4 t h   q u a r t e r   i n   t h e i r   f i r s t   p r e s e a s o n   b a l l g a m e . 
 
 l e t e m k n o w
d o n ’ t   s l e e p   o n   s t e v e n s   ,   h e   g o t   t o   g e t   i n   t h a t   r o t a t i o n   c a v s
p e r s o n a l l y ,   i ’ d   r e a l l y   l i k e   t o   s e e   c o o p e r   m a k e   t h i s   t e a m .   n o t   s u r e   i f   h e   w i l l ,   b u t   c o o p   w i l l   n e e d   t o   b a l l   o u t   a n d   f o r c e   t h e   f r o n t   o f f i c e s   h a n d   i f   h e   w a n t s   t o   s t i c k   a r o u n d . 
 
 c a v s   g o t   8 p t s ,   2 r e b s ,   o n   4 - o f - 6   s h o o t i n g   o n   t h e   n i g h t   s o   f a r   f r o m   c o o p e r .   
 
 l e t e m k n o w
8   p o i n t s   f o r   s h a r i f e   c o o p e r   i n   8   m i n u t e s .   c a v s
s e e i n g   s p i d a   a n d   g a r l a n d   s h i n e   t o n i g h t   i n   l i m i t e d   m i n u t e s   w a s   s u c h   a   g r e a t   t h i n g   t o   w i t n e s s . 
 
 c a v s   g o t   1 2 p t s   a n d   4 a s t   o u t t a   g a r l a n d ,   a n d   1 6 p t s ,   5 a s t ,   a n d   2 r e b s   o n   6 - o f - 9   s h o o t i n g   f r o m   m i t c h e l l   w a s   n i c e   t o   s e e . 
 
 l e v e r t   s t a r t e d   a t   t h e   3 ,   e n d e d   u p   w /   7 p t s   & a m p ;   3 a s t . 
 
 l e t e m k n o w
m o n t r e z l   h a r r e l l   j u s t   " b u r p e d   t h e   b a b y "   f o l l o w i n g   a   s t r o n g   a n d - 1 .   a n d   t h e   b a b y ,   i n   t h i s   c a s e ,   w a s   c a v s   m a m a d i   d i a k i t e
s i x e r s   b r o a d c a s t   h a s   b e e n   p r e t t y   c o m p l i m e n t a r y   o f   t h e   c a v s   t o n i g h t .   
 
 " b o t h   t h e s e   t e a m s   w i l l   b e   i n   t h e   e a s t e r n   c o n f e r e n c e   p l a y o f f s . "   -   s i x e r s   p l a y - b y - p l a y   a n n o u n c e r   .
d i a k i t e   l o o k s   l i k e   a   p l a y e r   c a v s
i ’ v e   d e c i d e d   i ’ m   o f f i c i a l l y   t e a m   s t a r t   d e a n   w a d e   c a v s
j u s t   a m a z i n g   s p i d e r - m a n   i s   i n   c l e v e l a n d   b a b y   c a v s  
f o r   n o w ,   i   t h i n k   w e   c a n   s a y   t h a t   t h e   c a v s   d o   n o t ,   i n   f a c t ,   h a v e   t h e   m o s t   o v e r r a t e d   b a c k c o u r t   i n   n b a   h i s t o r y .
s o   i   d o n ’ t   w a n t   t o   o v e r r e a c t ,   b u t   f r o m   w h a t   i   g a t h e r   m a m a d i   d i a k i t e   i s   b a s i c a l l y   g i a n n i s ? 
 
 c a v s
o u t   n o w 🔥     
 • 
 • 
 c a r d i b   n i c k i m i n a j   i c e s p i c e   j t   c a v s   t y r e s e m a x e y   j a m e s h a r d e n   n b a   n b a y o u n g b o y   n b a p r e s e a s o n   p n b r o c k   b e t h i p h o p a w a r d s   k a n y e w e s t   c h r i s e a n r o c k   b l u e f a c e   k o d a k b l a c k   l a t t o   t h e s h a d e r o o m   l i l u z i   p l a y b o i c a r t i   c h a r l e s t o n w h i t e   d a b a b y  
s i x e r s   v s .   c a v s   b o x   t h r u   t h r e e   q u a r t e r s  
t h e m   j e r s e y s   a r e   f i r e   m a n     c a v s .   s i m p l e   c l a s s i c .   i   l i k e   e m
  y e s !   c a v s   g o n n a   m a k e   s o m e   n o i s e   i n   t h e   n b a   l e t e m k n o w
c a v s   y a ,   i t ' s   p r e s e a s o n . .   i   l i k e   t h e   f e e l   o f   t h i s   t e a m .   s t a r t i n g   5   w i l l   h a v e   n o   i s s u e s   a n d   w i l l   c o m p e t e   w i t h   a n y   t e a m ' s   f i r s t   5 . .   b e n c h   i   t h i n k   i s   g o i n g   t o   s u r p r i s e   a l o t   o f   p e o p l e !   t h a t ' s   a   v e t e r e n   b e n c h . . l o v e ,   l o p e z ,   n e t o ( t i l l   r u b i o   i s   b a c k )   j u s t   g o n n a   b e   a   b i t   u n d e r s i z e d .
c a v s   a n d   j a z z   h a v e   t h e   s a m e   u n i f o r m s   b u t   d i f f e r e n t   c o l o r s   l o l
i   c a n n o t   r e m e m b e r   a   t i m e   w h e r e   t h e   c a v s   h a d   t h i s   m u c h   d e p t h .   1 2 +   d e e p   o f   n b a   d u d e s
t h e   b r o w n s   g u a r d i a n s   c a v s   h a v e   n e v e r   m a d e   t h e   p l a y o f f s   i n   t h e   s a m e   y e a r .   
 
 c l o s e   i n   2 0 0 7   ( b r o w n s   b l e w   l a s t   g a m e   o f   y e a r ) 
 c l o s e   i n   1 9 9 4   ( s t r i k e   s h o r t e n e d   b a s e b a l l   s e a s o n )   
 
 w o w .   
 
 c ' m o n   b r o w n s   m a k e   i t   h a p p e n !
r o b i n   l o p e z   l o o k i n   l i k e   b i g f o o t   r u n n i n   d o w n   t h e   c o u r t   c a v s
t h e   c a v s   g o i n g   b e   t o p   5   i n   t h e   e a s t   f o r   s u r e   n b a t w i t t e r
i t ' s   g o i n g   t o   t a k e   a   m i n u t e   t o   g e t   u s e d   t o   t h e s e   n e w   c a v s   u n i f o r m s .   i   u s u a l l y   r e a d y   t o   b u y   o n e   i n s t a n t l y . . . a n y o n e   w a n t   a   b l o o d y   m a r y ?   🤣 😂 😅  
  r e a l l y   i s   a b o u t   t o   t a k e   t h i s   t e a m   t o   t h e   n e x t   l e v e l ,   h i m   a n d   d g   i n   t h a t   b a c k - c o u r t ? ? ?   t h i s   s e a s o n   i s   g o i n g   t o   b e   s o   f u n !   l e t e m k n o w   c a v s
d o n o v a n m i t c h e l l   i s   r e a l l y   g o o d   a t   b a s k e t b a l l   🏀   c a v s  
c r a z y   f a c t : 
 
 j r   s m i t h   h a s   p l a y e d   m o r e   r e c e n t l y   i n   t h e   n b a   t h a n   j o n a t h a n   i s a a c   😱 
 
 ▪ ️   i s a a c 
 l a s t   g a m e   p l a y e d :   a u g u s t   2 ,   2 0 2 0 
 
 ▪ ️   s m i t h 
 l a s t   g a m e   p l a y e d :   o c t o b e r   5 ,   2 0 2 0 
 
 i s a a c   r e m a i n s   w i t h o u t   a   t i m e t a b l e   f o r   a   r e t u r n .   😓 
 
 m a g i c   c a v s   n b a  
i ’ m   d e f i n i t e l y   g o i n g   t o   s o m e   c a v s   g a m e   t h i s   y e a r .   i   j u s t   d o n ’ t   w a n t   t o   p a y   f o r   t i c k e t s   f o r   m y   b o y s   t o o   😩 😩
r o b i n   l o p e z   h a s   m e   t h i n k i n g   i ' m   s e e i n g   a n d e r s o n   v a r e j a o   o n   t h e   f l o o r   f o r   t h e   c a v s ,   e s p e c i a l l y   t h a t   l a s t   h o o k   s h o t .
i s   l o p e z   t r y n a   l o o k   l i k e   s i d e s h o w   b o b ? 
 s i x e r s   c a v s
f o l k s ,   d e a n   w a d e   i s   y o u r   c a v s   s t a r t i n g   s m a l l   f o r w a r d .
d e a r   d o w n t o w n   c l e   r e s i d e n t s ,   p l e a s e   h e l p .   h o w   i n   t h e   h e l l   d o   i   w a t c h   c a v s   b a s k e t b a l l   o n     w / o   a r c h a i c   s p e c t r u m c a b l e ?   s e e   i   c u t   t h e   c o r d   5   y r s   a g o …   h u l u l i v e   i s   m y   s t r e a m i n g   s u b s c r i p t i o n .   t h e r e   h a s   t o   b e   a   w a y   f o r   m e   t o   w a t c h   l i v e   w i t h o u t   a c t u a l l y   b e i n g   @   a   g a m e
c a v s   s t a r t   r a u l   n e t o ,   i s a a c   o k o r o ,   c e d i   o s m a n ,   d e a n   w a d e   a n d   r o b i n   l o p e z   t o   s t a r t   t h e   s e c o n d   h a l f .
r a u l   n e t o :   t h e   n e w   r i c k y   r u b i o . 
 
 c a v s
c a v s   s t a r t e r s   a r e   d o n e   f o r   t h e   n i g h t .   r a u l   n e t o ,   i s a a c   o k o r o ,   c e d i   o s m a n ,   d e a n   w a d e   a n d   r o b i n   l o p e z   t o   s t a r t   t h e   s e c o n d   h a l f .
a p a r t   f r o m   t h e   b r o w n s   b e i n g   a n   a b y s m a l   f r a n c h i s e ,   i t ' s   a n   e x c i t i n g   t i m e   t o   b e   c l e v e l a n d   s p o r t s   f a n .   g u a r d i a n s   f o r t h e l a n d   c a v s   l e t e m k n o w
c a v s   l o o k i n g   s o l i d .   b u m m e d   n o   m o b l e y   t h o .
t h e s e   3   c a v s   n e e d   t o   r e a c h   o u t   a n d   s e i z e   a   r o t a t i o n   s p o t   i n   p r e s e a s o n 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   b l e e d g r e e n   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
a   n e w   l o w ?     b o t t o m   l i i i n n n e … t h e y   k e e p   d o i n g   t h e i r   b e s t ,   t h a t ’ s   f o r   s u r e ! 
 c a v s     
 
 ( n o t   a   b a d   ‘ m a t t h e w   l i l l a r d   c i r c a   2 0 0 2 ’   l o o k ,   t o   b e   f a i r . )  
  l o o k i n   g o o d ! !   n b a   c a v s   c l e   t h e l a n d
m y   2 0 2 2 - 2 3   n b a   a w a r d   p r e d i c t i o n s 
 
 
 
 n b a   c a v s   g o d f a t h e r r e v i e w  
t w e n t y   o f   c a v s   4 6   s h o t   a t t e m p t s   i n   t h e   f i r s t   h a l f   w e r e   3 - p o i n t e r s .
w h y   t h e   h e l l   i s   m i t c h e l l   p l a y i n g   1 9   m i n u t e s   i n   t h e   1 s t   h a l f   o f   a   p r e s e a s o n   g a m e ?   o n e   o f   m y   b i g g e s t   f e a r s   t h i s   s e a s o n   i s   b i c k e r s t a f f   p l a y i n g   g a r l a n d   & a m p ;   m i t c h e l l   w a y   t o o   m a n y   m i n u t e s   & a m p ;   p u t t i n g   t h e m   a t   r i s k   f o r   i n j u r y .   c a v s
t h r o u g h   o n e   h a l f   o f   p r e s e a s o n   p l a y ,   c a r i s   l e v e r t   i s   g i v i n g   y o u   a   l o t   o f   w h a t   y o u   w a n t   o u t   o f   y o u r   s t a r t i n g   s m a l l   f o r w a r d   f o r   t h i s   c a v s   s q u a d .
d m   l o o k i n g   g o o d ! ! !   c a v s
    i s   i t   t o o   e a r l y   t o   t w e e t   c a v s   m o m e n t   r e c o m m e n d a t i o n s ? 
 
 a s k i n g   f o r   a   f r i e n d . . . 
 
 n b a t o p s h o t t h i s   l e t e m k n o w
s i x e r s   v s .   c a v s   f i r s t - h a l f   b o x  
m i t c h e l l   i n   h i s   d e b u t   i s   l o o k i n g   g r e a t ! !   
 i t s   g o n n a   b e   a   g r e a t   s e a s o n 
 
 c a v s
c a v s   i m p r e s s i o n s : 
 
 -   m i t c h e l l   i s   t h e   r e a l   d e a l 
 -   n e w   u n i f o r m s   a r e … o k 
 -   a l l e n ’ s   h a i r   i s   s m a l l e r
t h i s   t e a m   i s   g o n n a   b e   a   l o t   o f   f u n   t h i s   y e a r   😁 😁   l e t e m k n o w     c a v s
i   f e e l   l i k e   a f t e r   w a t c h i n g   t h i s . . .   p e o p l e   n o   l o n g e r   m i s s   c o l l i n   s e x t o n   c a v s
p e o p l e   o n   t h e   j o u r n e y ,   i n e v i t a b l y   w i l l   e n c o u n t e r   t h o r n s   a n d   b u m p s ,   b u t   a f t e r   t h e   s t o r m ,   t h e r e   w i l l   b e   a   b e a u t i f u l   r a i n b o w .   i   h o p e   t o   s e e   a   s t r o n g   m e ,   a n d   i   h o p e   t o   s e e   a   s t r o n g   y o u !   a d d a w o r d r u i n a h o r r o r m o v i e   l e t e m k n o w   c a v s   m a x e y  
p r e s e a s o n   g a m e   1   f i r s t   h a l f   n o n s e n s e   t h o u g h t s :   t h e   c a v s   a r e   r e a l l y   g o o d .   w i n e   u n i ’ s   l o o k   v e r y   p l a i n ,   e s p e c i a l l y   o n   a   h a l f   w h e r e   t h e   s h o r t s   “ c ”   w a s   n o t   i n   c a m e r a   v i e w .   y e s ,   m y   m a i n   c o n c e r n s   a r e   w i t h   t h e   u n i f o r m s   w h i c h   i s   a   g o o d   t h i n g .   l e t e m k n o w   c a v s   n b a
c a v s   l e a d   6 4 - 6 0   a t   t h e   h a l f .   d o n o v a n   m i t c h e l l   l e a d s   c l e v e l a n d   w i t h   1 6   p o i n t s ,   5   a s s i s t s   a n d   2   r e b o u n d s .   h e ' s   s h o o t i n g   6 - o f - 9   f r o m   t h e   f i e l d   a n d   3 - o f - 4   f r o m   3 .   
 
 d a r i u s   g a r l a n d   a l s o   h a s   1 2   p o i n t s   a n d   4   a s s i s t s .
t h r o u g h   o n e   h a l f   o f   p r e s e a s o n   h o o p s ,   c a v s   d o n o v a n   m i t c h e l l   a n d   d a r i u s   g a r l a n d   h a v e   c o m b i n e d   f o r   2 8   p o i n t s   a n d   9   a s s i s t s   o n   1 0 - 1 6   s h o o t i n g   a n d   4 - 5   f r o m   3 - p o i n t   r a n g e .
w e   g o i n g   s c o r e   a   l o t   p t s   t h i s   y e a r   c a v s
p r e t e n d i n g   t h a t   d e a n   w a d e   p l a y   d i d n ’ t   h a p p e n . 
 
 c a v s
c a v s   t a k e a w a y s 
 t e a m   m o v e s   b a l l   w e l l . 
 m i t c h e l l   p l a y s   b i g g e r   t h a n   6 ’ 1 ” . 
 d a m n ,   t h a t   s h o t   l o o k s   s m o o t h . 
 n a t u r a l   d i s t r i b u t o r . 
 o k o r o ’ s   s h o t   s t i l l   i s n ’ t   t h e r e . 
 f o r m   j u s t   d o e s n ’ t   l o o k   n a t u r a l . 
 r e s t   o f   h i s   g a m e   l o o k s   g o o d . 
 c a n ’ t   w a i t   t o   s e e   t h i s   t e a m   w i t h   m o b l e y / r u b i o 
 c a v s 
 l e t e m k n o w
d o n o v a n   m i t c h e l l 
 
 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   p r e s e a s o n   g a m e   
 
 n b a   c a v s   l e t e m k n o w  
m i t c h e l l   3 .   n b a   n b a t w i t t e r   b a s k e t b a l l   d o n o v a n m i t c h e l l   c a v s   c a v a l i e r s  
t h e   n b a   r e a l l y   i s n ’ t   g o i n g   t o   b e   c a l l i n g   t e c h n i c a l   f o u l s   o n   t e a m s   f o r   s t a n d i n g   o n   t h e   b e n c h / c e l e b r a t i n g ,   r i g h t ? ? ? 
 
 c a v s
m a n   w h a t   a   r o s t e r   c o n s t r u c t i o n ! !     k o b y a l t m a n .   i   t i p   m y   c a p .   m o n s t e r   g m .     c a v s
m a x e y   k i n d a   p i s s i n g   m e   o f f . 😕   c a v s
c a n   s o m e o n e   p l e a s e   t e l l   c a r i s   l e v e r t   t h a t   d o n o v a n   m i t c h e l l   i s   o n   t h e   t e a m   c a v s
m i t c h e l l   t o   l e v e r t .   n b a   b a s k e t b a l l   n b a t w i t t e r   d o n o v a n m i t c h e l l   c a r i s l e v e r t   c a v s   c a v a l i e r s  
a l l o w   m e   t o   g e t   t h i n g s   s t a r t e d :   b a l l   d o n ’ t   l i e !   c a v s   z e b r a s
y o u ' r e   n o t   g o n n a   b e l i e v e   t h i s ,   b u t   h a v i n g   d o n o v a n   m i t c h e l l   i s   f u n   a n d   m a k e s   t h e   c a v s   b e t t e r .
c a v s   o v e r z e a l o u s   b e n c h   j u s t   e a r n e d   a   t e c h n i c a l   f o u l .   t h a t   w i l l   b e   a n   a d j u s t m e n t   w i t h   t h e   n e w   r u l e s .   t h e i r   b e n c h   i s   a l w a y s   a n i m a t e d   a n d   s t a n d i n g   h a h a .
d o n o v a n   m i t c h e l l   s h o w i n g   h e ’ s   m u c h   m o r e   t h a n   j u s t   a   s c o r e r .   s h o w i n g   s o m e   n i c e   c h e m i s t r y   w i t h   l e v e r t   w h i l e   h e ’ s   r u n n i n g   t h e   s h o w   w i t h   g a r l a n d   o n   t h e   b e n c h .   c a v s
t h a t   c a v s   s e q u e n c e   🤩
j u s t   p a i d   t h e   $ 2 9 . 9 9   a   m o n t h   f o r   b a l l y   s p o r t s   s u b s c r i p t i o n   t o   s e e   t h e   c a v s   t h i s   s e a s o n .   i t   b e t t e r   w o r k   o u t   b e c a u s e   t h a t ’ s   a   r i d i c u l o u s   p r i c e   😂
g u y s ,   d o n o v a n   m i t c h e l l   l o o k s   v e r y   g o o d . 
 
 c a v s
i   h a d   a s k e d   j . b .   b i c k e r s t a f f   d u r i n g   t r a i n i n g   c a m p   a b o u t   t h e   c a v s   u s i n g   d o n o v a n   m i t c h e l l   a s   a   p o i n t   g u a r d   a n d ,   s o   f a r ,   i t ' s   l o o k e d   p r e t t y   g o o d   f o r   c l e v e l a n d .
i   s t i l l   h a t e   c a r i s   l e v e r t   
 c a v s
m i s s i n g   e d   d a v i s   o n   t h e   b e n c h   : (   c a v s
r o b b i n   l o p e z   i s   t r a s h !   i   k n o w   h e   i s   a   r o l e   p l a y e r   b u t   h e   s u c k s .   c a v s
  i s   t o   n i c e   o n   t h e   c o u r t .   i ' m   s u p e r   e x c i t e d   t o   w a t c h   t h e   c a v s   b a l l   o u t   t h i s   y e a r .   t h a t   p a s s   t o   i s a a c   w a s   g r e a t .   c a v s
c a v s   g o i n g   t o   b e   a   h a n d   f u l l   t h i s   y e a r   n b a p r e s e a s o n
c a v s   l o o k i n g   r e a l   g o o d ! !
d o n o v a n   m i t c h e l l   i n   a   c a v s   j e r s e y   i s   s t i l l   b l o w i n g   m y   m i n d   🤯   c a n ’ t   w a i t   f o r   t h i s   s e a s o n   n b a   c a v s   2 1 6   n b a
i   r e a l l y   l i k e   t h e   w h i t e   a n d   b l a c k   c a v s   k i t s …   i   a b s o l u t e l y   h a t e   t h e   w i n e   l e t e m k n o w
d o n o v a n   m i t c h e l l   a n d   1 .   n b a   b a s k e t b a l l   n b a t w i t t e r   d o n o v a n m i t c h e l l   c a v s   c a v a l i e r s  
y e a h   i   a m   r e a l l l l y   l i k i n g   c a v s   d o n o v a n   m i t c h e l l   a n d   d a r i u s   g a r l a n d   i n   t h e   b a c k c o u r t   t o g e t h e r .
d e a r   d a r i u s , 
 
 a p p r e c i a t e   t h e   e f f o r t .   b u t   n o   n e e d   t o   t a k e   e m b i i d   c h a r g e s .   t h a n k   y o u .   
 c a v s
g a r l a n d   p u l l   u p   j .   n b a   b a s k e t b a l l   n b a t w i t t e r   d a r i u s g a r l a n d   c a v s   c a v a l i e r s  
  i   a g r e e   g o   c a v s
i s s a c   o k o r o   n o t   s t a r t i n g   i n   t h i s   g a m e   i s   i n t e r e s t i n g   e v e n   t h o u g h   i t ’ s   p r e s e a s o n   c a v s   n b a p r e s e a s o n
t a k e   d a r i u s   g a r l a n d   o u t   o f   t h e   g a m e   p l e a s e . 
 c a v s
d g   h a v i n g   h i m s e l f   a   g a m e   a l r e a d y   j u s t   i n   p r e s e a s o n   d a m n   t h i s   w h o l e   a s s   e a s t   i n   t r o u b l e   c a v s
y a l l   r e m e m b e r   w e ’ r e   a l s o   m i s s i n g   e v a n   m o b l e y   ! ! ! !   h a h a   c a v s
i   d o   n o t   w a n t   t o   s e e   d a r i u s   g a r l a n d   t a k i n g   c h a r g e s   f r o m   j o e l   e m b i i d   i n   a   p r e s e a s o n   g a m e . 
 
 c a v s
w h y   i s   d a r i u s   g a r l a n d   t a k i n g   a   c h a r g e   f r o m   j o e l   e m b i i d   i n   a   p r e s e a s o n   g a m e ? 
 
 l e t ’ s   n o t   d o   t h a t . 
 c a v s
d e a n   w a d e ' s   c e r t a i n l y   m a k i n g   t h e   m o s t   o f   t h e   o p p o r t u n i t y   n e x t   t o   3 / 4   o f   t h e   c a v s   c o r e   f o u r .
i   f o r g o t   j a m e s   h a r d e n ’ s   b i t c h   a s s   w a s   i n   p h i l l y .   c a v s
t h r o u g h   o n l y   1 - 1 & a m p ; 1 / 2   q u a r t e r s   o f   p r e - s e a s o n   a c t i o n ,   i   c a n   a l r e a d y   t e l l   t h i s   s e a s o n   i s   g o i n g   t o   b e   a   l o t   o f   f u n ,   a n d   t h i s   i s   w i t h o u t   m o b l e y …   i t ’ s   g r e a t   t o   h a v e   y o u   b a c k   b o y s .   l e t e m k n o w   c a v s
a   l o t   m o r e   b a l l - h a n d l i n g   d u t i e s   f o r   d o n o v a n   m i t c h e l l   i n   t h e   s e c o n d   q u a r t e r .   c a v s   c l e a r l y   g e t t i n g   a   f e e l   f o r   w h a t   h e   b r i n g s   t o   t h e   t a b l e   i n   b o t h   r e s p e c t s .
h a r d i n ’ s   1 s t   s t e p   s t i l l   l o o k s   a s   q u i c k   a s   m i n e …   s l o w   c a v s
i ’ d   s t a r t   d e a n   w a d e   o r   k e v i n   l o v e   w i t h   g a r l a n d ,   m i t c h e l l ,   m o b l e y   a n d   a l l e n .   c a v s
i t   w o n ' t   h a p p e n ,   b u t   i   w o u l d n ' t   b e   o p p o s e d   t o   k e v i n   l o v e   p l a y i n g   t h e   3   t h i s   y e a r .   a d d i t i o n a l   r e b o u n d s   a n d   a   h i g h   p e r c e n t a g e   3 - p o i n t   s h o o t e r   t h a t   c a n   s p a c e   t h e   f l o o r .   i t s   n o t   c r a z y .   c a v s
d e a n   w a d e   m y   s t a r t i n g   s m a l l   f o r w a r d ! 
 
 c a v s
y o u   a r e   s o   m u c h   b e t t e r   w h e n   y o u   a r e n t   s c r e a m i n g   t h r o w   t h e   h a m m e r   d o w n ! ! ! !   o r   d e e p   i n   t h e   w e l l s   f a r g o   c e n t e r ! ! !   i   l i k e   t h i s   n e w   a u s t i n   c a r r ! !     c a v s   c a v s n a t i o n
i   k i n d   o f   l i k e   t h a t   t h e y   a r e n ’ t   c a l l i n g   f o u l s .   i t ’ s   t h e   p r e s e a s o n .   g e t   i t   o v e r   w i t h . 
 
 c a v s
s i x e r s   v s .   c a v s   f i r s t - q u a r t e r   b o x  
i ’ v e   n e v e r   s e e n   a n   n b a   p l a y e r   m o v e   a s   s l o w l y   a s   r o b i n   l o p e z   a n d   i   l o v e   i t .   c a v s
c a v s   s e a s o n   i s   b a c k !   l e t e m k n o w
i   t h i n k   o n e   o f   t h e   t h i n g s   t h a t   h a s   b e e n   s o r t   o f   o v e r l o o k e d   w i t h   d o n o v a n   m i t c h e l l   i s   j u s t   h o w   g o o d   h e   i s   f r o m   b e y o n d   t h e   a r c .   f i n i s h e d   t i e d   f o r   s e v e n t h   w i t h   2 3 2   m a k e s   f r o m   d e e p   l a s t   s e a s o n ,   a l r e a d y   h a s   a   p a i r   i n   h i s   f i r s t   p r e s e a s o n   r u n   w i t h   t h e   c a v s .
c a v s   d e a n   w a d e ' s   t u r n   a t   s m a l l   f o r w a r d   a l o n g s i d e   t h e   o t h e r   f o u r   s t a r t e r s   ( f r o m   t o n i g h t )
i ’ m   s o   h a p p y   c a v s   b a s k e t b a l l   i s   b a c k
i n   t h e   f i r s t   1 s t   q u a r t e r   o f   t h e   p r e s e a s o n ,   t h e   c a v s   o f f e n s e   l o o k s   r e a l l y   g o o d .   g r e a t   m o t i o n   a n d   b a l l   m o v e m e n t …   g e t t i n g   g o o d   l o o k s   i n s i d e   a n d   o u t .   l e t e m k n o w
c a v s   l e a d   3 3 - 2 8   a t   t h e   e n d   o f   t h e   f i r s t   q u a r t e r ,   s c o r i n g   s e v e n   3 s   i n   t h e   o p e n i n g   1 2   m i n u t e s .   d a r i u s   g a r l a n d   a n d   k e v i n   l o v e   e a c h   h a v e   9   p o i n t s .
t h e r e   a r e   g o n n a   a d d   a   2 n d   y e a r   m o b l e y   t o   t h i s   o f f e n s e ?   l o l   c a v s
t h e   c a v s   a r e   r a i n i n g   t h r e e s   i n   t h e   f i r s t   a n d ,   t h a n k f u l l y ,   i t ’ s   w o r k i n g . 
 
 j o e l   e m b i i d ’ s   p r e s e n c e   o n   t h e   i n t e r i o r   c e r t a i n l y   h a s   s o m e t h i n g   t o   d o   w i t h   t h a t .   b u t ,   o n c e   c l e v e l a n d   g e t s   t h a t   g o i n g ,   t h e y ’ r e   g o n n a   b e   f a i r l y   b a l a n c e d .
o k o r o   s t i l l   b r i c k   c i t y   y o   c a v s  
f i r s t   l o o k   a t     i n   a   c a v s   u n i !   t h e l a n d   c a v s  
n e t o   i s   h i t t i n g   t h r e e s ,   i t ’ s   o v e r   f o r   t h e   r e s t   o f   t h e   n b a . 
 
 c a v s
  i   d o n ' t   w a n t   t o   o v e r r e a c t   b u t   c a v s   m i g h t   h a v e   a   l e g i t   s h o t   a t   7 5   w i n s   f r .
c a v s   b a c k   b a b y !
c a v s   o k a r o   o r   h o w e v e r   u   s p e l l   h i s   n a m e   l o o k i n g   l i k e   a   b r e a k o u t   s e a s o n   p o s s i b l y   h e ’ s   d r i b b l i n g   a n d   g e t t i n g   h i m s e l f   o p e n   a n d   s h o o t i n g   m o r e ,   e v e r y t h i n g   i   w a n t e d   h i m   t o   d o   c a u s e   h e ’ s   a b l e   t o   b u t   h e   j u s t   d i d n ’ t   b u t   t h i s   j u s t   p r e - s e a s o n   i   d o n t   w a n n a   g e t   m y   h o p e s   u p
s t i l l   n o t   a   f a n   o f   t h e s e   a w a y   j e r s e y s   c a v s   l e t e m k n o w
c a v s   m e d i a   a c t i n g   l i k e   e v e r y t h i n g   t h a t   h a p p e n s   i n   t h e   1 s t   8   m i n u t e s   o f   p r e s e a s o n   i s   l o c k e d   i n   f o r   8 2   g a m e s .   i d i o t s .
b i g   w   f o r   m s   t o n i g h t   3 7 - 6 ! !   4   t u r n o v e r   f o r   o u r   d e f e n s e   t o n i g h t ! !   e x t r e m e l y   p r o u d   o f   t h e   g u y s   t o n i g h t !   c a v s   e l e v a t e
t h e   g a r l a n d - m i t c h e l l   b a c k c o u r t   i s   g o i n g   t o   b e   s p e c i a l .   c a v s   l e t e m k n o w
a p p a r e n t l y   t h e   " f o u l "   s e t t i n g   h a s   b e e n   t u r n e d   t o   " o f f "   h e r e   t o n i g h t   f o r   t h e   c a v s   p r e s e a s o n   o p e n e r .
i   t h o u g h t   a n d e r s o n   v a r e j ã o   w a s   o n   t h e   c a v s … l o p e z   :   )
g a r l a n d   l o o k s   r e a d y   f o r   a n o t h e r   l e a p   a n d   t h i s   o f f e n s e   i s   g o n n a   b e   s c a r y   c a v s   l e t e m k n o w
d o n o v a n   m i t c h e l l   i s   t h e   f i r s t   g u a r d   t o   s u b   o u t   i n   t h e   c a v s   n e w   s t a r   b a c k c o u r t . 
 
 i t   a p p e a r s   j . b .   b i c k e r s t a f f   w i l l   l e t   m i t c h e l l   c o o k   w i t h   t h e   b e n c h   u n i t ?
w e   h o o p i n   l o w k e y   👀   c a v s
i ’ d   s i t   t h e   s t a r t e r s   t h e   r e s t   o f   t h e   p r e s e a s o n . 
 
 c a v s
d a r i u s   g a r l a n d   s t a y s   o n   t h e   f l o o r   f o r   t h e   f i r s t   " s t a g g e r "   b e t w e e n   h i m   a n d   d o n o v a n   m i t c h e l l .   i s a a c   o k o r o   i n   f o r   s p i d a .   c a v s
o k o r o ,   w a d e   a n d   o s m a n   i n   o f f   t h e   b e n c h   t o   r e p l a c e   l o v e ,   l e v e r t   a n d   m i t c h e l l .   c a v s .
a b s o l u t e l y   s i c k   p a s s   b y   d a r i u s   g a r l a n d . 
 
 c a v s
i t ’ s   g o i n g   t o   b e   a   g o o d   s e a s o n   c a v s
i ' v e   s e e n   e n o u g h .   c a v s   a r e   g o i n g   9 8 - 0   t h i s   s e a s o n .
c a v s   d e a n   w a d e ,   o n e   o f   s i x   p l a y e r s   c o m p e t i n g   t o   b e   t h e   s t a r t i n g   s m a l l   f o r w a r d ,   i s   t h e   f i r s t   s u b .   h e   r e p l a c e s   t o n i g h t ' s   s t a r t i n g   p o w e r   f o r w a r d   k e v i n   l o v e .
w e l c o m e   t o   m o d e r n   b a s k e t b a l l ,   c a v s
w e   m i g h t   b e   t h e   n u m b e r   o n e   3 p t   s h o o t i n g   t e a m   🔥 🔥 🔥 👀 ,   i   k n o w   i t ’ s   o n l y   5   m i n s   i n t o   p r e s e a s o n   😂   c a v s   l e t e m k n o w
s h o o t i n g   w o n ’ t   b e   a   p r o b l e m   a t   a l l   f o r   t h e   c a v s   a s   w e   s e e   e a r l y   o n   a g a i n s t   p h i l l y   i n   t h e   p r e s e a s o n .
o h   m y   t h i s   t e a m   l o o k s   g o o o d   c a v s
  i   m e n t i o n e d   w h e n   t h e   c a v s   t r a d e d   f o r   d o n o v a n   m i t c h e l l   t h a t   e v a n   m o b l e y   s h o u l d   a t   l e a s t   b e   c o n s i d e r e d   t o   s t a r t   a t   t h e   3   f o r   t h a t   r e a s o n .   n o t   s u r e   h o w   l i k e l y   i t   i s ,   b u t   w e ' l l   s e e .   t h e y ' r e   o p e n   t o   a   l o t .
i   l o v e   t h e   p a t i e n c e   t h a t   t h e   c a v s   a r e   s h o w i n g   e a r l y   i n   t h i s   g a m e   a g a i n s t   p h i l l y   w i t h   t h e i r   j u m p   s h o t   s e l e c t i o n .
c a v s   b a s k e t b a l l   i s   b a c k ! !
i ’ m   c e r t a i n l y   n o t   g o i n g   t o   o v e r r e a c t   t o   j a r r e t t   a l l e n   a n d   d a r i u s   g a r l a n d   m i s s i n g   w i d e   o p e n   l a y u p s .   
 
 c a v s
i   k n o w   i t ’ s   j u s t   p r e s e a s o n ,   b u t   t h i s   t e a m   j u s t   f e e l s   d i f f e r e n t   l e t e m k n o w   c a v s
o v e r r e a c t i o n !   b u t   t h e   c a v s   t h r e e - p o i n t   o f f e n s e   i s   a b o u t   t o   b e   c r a z y   t h i s   s e a s o n .  
h o w   m a n y   p p g   d o e s   d o n o v a n   a v e r a g e   t h i s   y e a r ! ?   🤔 
 
 n b a   n b a t w i t t e r   c a v s  
i   c a n ’ t   w a i t   t o   w a t c h   8 2 +   g a m e s   o f   t h i s   
 c a v s
o n e   o f   t h e   m a n y   w a y s   i ' l l   b e   c h e c k i n g   o u t   t h e   c a v s   t h i s   s e a s o n ! ! !   c a v s   c l e v e l a n d c a v a l i e r s   b e l l s t r o n g s p o r t s 🏀     n b a p r e s e a s o n   n b a   b a l l y s p o r t s p l u s   b a l l y s p o r t s o h i o  
d o n o   g o n n a   b e   h u g e   f o r   t h e   c a v s   j u s t   w i t h   h i s   w i l l i n g n e s s   t o   s h o o t
t h e   w a y   m a x e y   w a s   b a l l i n g   m o n d a y   & a m p ;   s o   f a r   t o n i g h t ,   o n e   w o u l d   t h i n k   h e   w a s   t h e   h e a d l i n e r   o f   t h e   s i x e r s .     h e   h a s   7   p o i n t s   o n   3 - 5   s h o o t i n g .   h a r r i s   w i t h   4   o f   2 - 2 .     j o e l   e m b i i d ,   j a m e s   h a r d e n   a n d   p j   t u c k e r   h a v e   z e r o   o n   a   c o m b i n e   0 - 4 .   c a v s   l e a d   1 5 - 1 1   w /   7 : 0 9   l e f t   i n   1 s t   q u a r t e r
c a v s   s t a r t i n g   o u t   5 - f o r - 6   f r o m   3 - p o i n t   l a n d …   a l l   1 5   p o i n t s   c o m i n g   f r o m   b e y o n d   t h e   a r c .   
 
 1 s t   q :   c a v a l i e r s   1 5   |   7 6 e r s   1 1 
 l e t e m k n o w
y ’ a l l   s e e i n g   t h i s   👀   c a v s   a r e   s h o o t i n g   t h e y   l i g h t s   o u t   f r o m   b e h i n d   t h e   a r c h     🔥   l e t e m k n o w   c a v s
i n   t h e   f i r s t   f i v e   m i n u t e s ,   6   o f   c a v s   9   s h o t   a t t e m p t s   a r e   3 - p o i n t e r s .
k - l o v e   i s   s h o o t i n g   i t   a n d   m i t c h e l l   l o o k s   c o m f o r t a b l e   t h a t ’ s   g o o d   t o   s e e   c a v s
t h e n   w e   g o n e   w i n   t h e   c h i p   c a v s
y e a h   m i t c h e l l   l o o k i n g   n i c e   e a r l y   c a v s   l e t e m k n o w
s p u d   m i t c h e l l   g o n n a   f i t   r i g h t   i n .   c a v s
i   m i s s e d   k e v i n   l o v e .   y ’ a l l   b e t t e r   n e v e r   d i s r e s p e c t   h i m   c a v s
d o n o v a n   m i t c h e l l   i s   g o i n g   t o   r e a l l y   i m p r o v e   t h i s   t h r e e - p o i n t   a t t a c k   f o r   t h e   c a v s .
c a v s   a r e   5 - o f - 6   f r o m   t h e   3   h e r e   i n   t h e   f i r s t   q u a r t e r   - k e v i n   l o v e   w i t h   3   a n d   d o n o v a n   m i t c h e l l   w i t h   2 .
t h e r e   a r e   m a n y   o f f e n s i v e   t h r e a t s   o n   t h e   f l o o r .   t h o s e   t h r e a t s   c a n   s h o o t .   c a v s
😂 😂 😂 😂 😂   w e   g o n e   b e   s t u p i d   l i t   c a v s
5   s t r a i g h t   3 s ? !   c a v s
i f   t h e s e   f i r s t   f e w   m i n u t e s   o f   t h e   p r e s e a s o n   a r e   a n y   i n d i c a t i o n ,   c a v s   a r e   j u s t   g o i n g   t o   s c o r e   a l l   t h e i r   p o i n t s   v i a   t h e   3 - p o i n t e r   t h i s   s e a s o n .
t h e   c l e v e l a n d   c a v a l i e r s   w i l l   b e   t h e   2 0 2 3   n b a   c h a m p i o n s   -   y o u   h e a r d   i t   h e r e   f i r s t .   n b a   c a v s   n b a 2 k 2 3    
f e e l s   g o o d   t o   w a t c h   s o m e   c a v a l i e r   b a s k e t b a l l !   c a v s
c a v a l i e r s   p r e s e a s o n   g a m e   b e i n g   b l o c k e d   o u t   f o r   s t r e a m e r s   b y   s i n c l a i r   b a l l y ’ s .   f   u   s i n c l a i r .   i   w i l l   n e v e r   p a y   y o u r   r a n s o m   m o n e y   t o   s e e   t h i s .   c a v s
m i t c h e l l   f o r   t h r e e e e e e e e 
 c a v s
n e w   t h r e a d s 🔥   g o o d   d e c i s i o n   t o   s t a r t   l e v e r t .   p r o v e d   t o   b e   a   b e t t e r   d e f e n d e r   t h a n   o k o r o   l a t e   l a s t   s e a s o n .   a c t i v e   h a n d s .   c a v s
t h e   g a r l a n d : : m i t c h e l l   e r a   b e g i n s   c a v s
a l l   i n   w   t h e   c a v s   t h i s   y e a r   c a v s
3 0   s e c o n d s   i n t o   t h e   b r o a d c a s t   a n d   a u s t i n   i s   c r a p p i n g   o n   t h e   m e m o r y   o f   o u t   c o r n e r   2   g u a r d   l o l   c a v s
b a s k e t b a l l   t i m e !   c a v s
j u s t   n o   i n j u r i e s ,   p l e a s e ! 
 
 c a v s
n o   l i e .   t h e   j e r s e y   i s   c o l d   ! ! ! ! !     c a v s
o n e   o f   t h e   m a n y   r e a s o n s   f a l l   i s   t h e   b e s t   s e a s o n .   c a v s   a r e   b a c k !  
c a r i s   l e v e r t   i n   t h e   s t a r t i n g   l i n e u p   🤮 🤮 🤮 
 c a v s
i ’ m   a s   d i e   h a r d   o f   a   c a v s   f a n   y o u ’ l l   e v e r   f i n d   b u t   e v e n   i   a m   h a v i n g   t r o u b l e   g e t t i n g   e x c i t e d   t o   w a t c h   a   p r e s e a s o n   g a m e .
f i r s t   l o o k   a t   d o n o v a n   m i t c h e l l   i n   w i n e   & a m p ;   g o l d   t o n i g h t .   c a v s   w i l l   b e   e x c i t i n g   t h i s   y e a r ,   b u t   t h e   e a s t   i s   h a r d   t o   p r e d i c t .
w e   m a d e   i t ! ! !   l e t e m k n o w   c a v s
p r e s e a s o n   c a v s   b a s k e t b a l l   y ' a l l ! ! !   ♥ ️ 💛   l e t e m k n o w
  l e t s   g o   c a v s   i f   y o u   r i d i n g   w   t h e   t e a m   t h i s   y e a r   i   f u c k   w i t h   y o u
f i r s t   🔥 t a k e :   c a v s   a r e   w i n n i n g   h o m e   c o u r t   a s   t h e   4   s e e d   t h i s   y e a r
i t s   p r e s e a s o n   b u t   i ' m   s o   e x c i t e d   f o r   t h i s   c a v s   g a m e ! !   n b a p r e s e a s o n
s t a r t i n g   l i n e u p s   f o r   c a v s   v s   7 6 e r s   
 
 t y r e s e   m a x e y 
 j a m e s   h a r d e n 
 t o b i a s   h a r r i s 
 p j   t u c k e r 
 j o e l   e m b i i d   
 
 — 
 
 d a r i u s   g a r l a n d   
 d o n o v a n   m i t c h e l l   
 c a r i s   l a v e r t 
 k e v i n   l o v e 
 j a r r e t t   a l l e n
i   h a t e e e e e   n b a   t v   g a m e s   t h e y   s u c k   s o   b a d .   c a v s
d o n o v a n   m i t c h e l l   b a c k   f o r   m o r e   …   k e e p   c o o l   t h i s   t i m e   b r o t h e r   
 
 s i x e r s   c a v s   n b a p r e s e a s o n
( 1 t / 3 7 m i n )   g o l   d o   p h i l a d e l p h i a   7 6 e r s 
   p h i l a   7 6 x 0   c a v s       
 🇪 🇪   n b a 2 0 2 2   
 t e s i g o a t o d a p a r t e
i t   a p p e a r s   t h e   c a v s   w e r e   p r e s e n t   f o r   a r k a n s a s ’ s   p r o   d a y .  
c l e v e l a n d   c a v a l i e r s   n e w l y   a c q u i r e d   s h o o t i n g   g u a r d   d o n o v a n   m i t c h e l l   w i l l   m a k e   h i s   c a v a l i e r s   d e b u t   t o n i g h t   v s .   t h e   7 6 e r s   c a v s  
g o   t o   t u r n   o n   c a v s   g a m e . . . b a l l y   s p o r t   h a s   n o   f u c k i n g   a u d i o .   t h e   a m o u n t   o f   i s s u e s     n e t w o r k s   h a v e   i s   f u c k i n g   i n s a n e .   h o r r i b l e   d u r i n g   e v e r y   g u a r d s   g a m e ,   n o w   g o t t a   d e a l   w i t h   t h i s   s h i t   f o r   t h e   c a v s   s m h
j u s t   a   l i t t l e   e v   m o b l e y   o u t   o f   4 9   b e f o r e   t i p   o f f   l e t e m k n o w   c a v s  
e v e r y o n e   t h e   c a v s   p l a y   t o n i g h t !   i   m i g h t   c r y   l o l     🏀   c a v s
d i s a p p o i n t i n g   w e   h a v e   t o   w a i t   l o n g e r   t o   s e e   t h e   f u l l   c a v s   s t a r t e r s   b u t   e x c i t e d   t o   s e e   h o w   d a r i u s   a n d   d o n o v a n   p l a y   n e x t   t o   e a c h   o t h e r .   c a v s   n b a p r e s e a s o n
v i d e o :   ' i t ' s   a   f a m i l y   a t m o s p h e r e ' :   c a v s   d o n o v a n   m i t c h e l l   a l r e a d y   f e e l s   a t   h o m e   i n   c l e v e l a n d   w i t h   n e w   t e a m  
t h e   c a v s   p l a y   b a s k e t b a l l   t o n i g h t ! ! ! !
c a v s   s q u a d   s o   d e e p   t h i s   y e a r   i   c a n   w a t c h   t h e   w h o l e   p r e s e a s o n   g a m e   w i t h o u t   g e t t i n g   b o r e d
w e ’ r e   p l a y i n g   b a a a a a s k e e e t b a a a a a l l l l   o n     a s   t h e   c a v s   o p e n   u p   t h e   p r e s e a s o n   i n   p h i l l y !  
a l r e a d y   p l a c e d   m y   b e t   w   c a v s !   b y   d a   t i m e   i   f o u n d   o u t   e v a n m o b l e y   i s n ’ t   p l a y i n g   i t   w a s   t o o   l a t e   t o   c a n c e l !   h o p e f u l l y   t h e y   c a n   s t i l l   c o v e r !   ( + 4 . 5 )   🙏   c a v s v s 7 6 e r s   g a m b l i n g t w i t t e r   g o c a v s !   c l e v e l a n d   n b a t w i t t e r
i n t e r e s t i n g   s t a r i n g   l i n e u p   f o r   t h e   c a v s   w h e r e   w i l l   t h i s   t e a m   r a n k   t h i s   s e a s o n   n b a   c a v s  
" i   j u s t   m e t   d g ’ s   m o m   l a s t   n i g h t   a n d   s h e ’ s   l i k e   ‘ w h a t e v e r   y o u   n e e d . ’   e v ' s   m o m   a s   w e l l , "   m i t c h e l l   s h a r e d . 
 
 ' i t ' s   a   f a m i l y   a t m o s p h e r e ' :   c a v s   d o n o v a n   m i t c h e l l   a l r e a d y   f e e l s   a t   h o m e   i n   c l e v e l a n d   w i t h   n e w   t e a m  
l e t ' s   g o ! ! !     l e t e m k n o w   c a v s
s o m e   c a v s   p r e g a m e   r e a d i n g   f o r   a n y o n e   w h o   m i s s e d   i t :  
t h e   n b a p r e s e a s o n   c o n t i n u e s .   w h o   a r e   y o u r   p i c k s   t h i s   e v e n i n g ?     n b a   b a s k e t b a l l   c a v s   7 6 e r s   p a c e r s   h o r n e t s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
    c a n   y o u   g u y s   p l e a s e   j u s t   b u y     ?   i ’ m   p a y i n g   $ 2 0   p e r   m o n t h   t o   “ c a s t ”   t h e   s t r e a m   f r o m   t h e   b a l l y   +   a p p   t o   m y   l g   4 k   t v .   i t ’ s   a s i n i n e .   c a v s   l e t e m k n o w
c a v s   w i t h   h i g h e r   e x p e c t a t i o n s   t h i s   y e a r .   t e a m s   w i l l   b e   c o m i n g   f o r   t h e   t h e m .         @ _ b i g j a y y _   l e t ' s   g o
s i x e r s   s t a r t e r s   a g a i n s t   t h e   c a v s 
 
 p . j .   t u c k e r 
 t o b i a s   h a r r i s 
 j o e l   e m b i i d 
 t y r e s e   m a x e y 
 j a m e s   h a r d e n 
 
 t i p - o f f   i s   s c h e d u l e d   f o r   7 : 0 0   p . m .   e s t 
 📺 
 📻
e p i s o d e s   w i l l   b e   d r o p p i n g   w e e k l y .   t o n i g h t   t h e   c a v s   t a k e   o n   t h e   7 6 e r s   f o r   s o m e   p r e s e a s o n   b u c k e t s   🏀
c a v s   s t a r t e r s   t o n i g h t   v .   p h i 
 g a r l a n d 
 m i t c h e l l   
 l e v e r t 
 l o v e 
 a l l e n
i t   o n l y   m a k e s   s e n s e   t o   s t a r t   o f f   t h e   c a v s   s e a s o n   b y   w a t c h i n g   a   n e w   e p i s o d e   o f   t h e   r e b o u n d   w i t h     & a m p ;   _ k l i m a c k 2 0   😏 
 
  
1 0 / 5   c a v s   v s .   7 6 e r s   
 c a r i s   l e v e r t   t o   s t a r t   a t   s f . 
 k e v i n   l o v e   s t a r t s   i n   p l a c e   o f   t h e   i n j u r e d   m o b l e y .   
 l e t e m k n o w  
t h e   c a v s   t i p   o f f   t h e   p r e s e a s o n   i n   a n   h o u r .   d o n o v a n   m i t c h e l l   i s   i n   t h e   s t a r t i n g   l i n e u p !   l e t e m k n o w
j a m a r k o   p i c k e t t   j o i n s   r i c k y   r u b i o ,   e v a n   m o b l e y   a n d   d y l a n   w i n d l e r   a s   t h e   p l a y e r s   o u t   t o n i g h t   f o r   t h e   c a v s   a g a i n s t   t h e   7 6 e r s .
i   w o u l d n ’ t   r e a d   m u c h   i n t o   w h o   i s   s t a r t i n g   a t   t h e   t h r e e   t o n i g h t .   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   h a s   m a d e   i t   c l e a r   h e ’ s   g o i n g   t o   e x p e r i m e n t   a t   t h e   s p o t   t o   c o m e   t o   a   c o n c l u s i o n   b e f o r e   t h e   g a m e s   a c t u a l l y   c o u n t .  
c a v s   s t a r t e r s   v s   p h i l l y :   d a r i u s   g a r l a n d ,   d o n o v a n   m i t c h e l l ,   c a r i s   l e v e r t ,   k e v i n   l o v e ,   a n d   j a r r e t t   a l l e n
y o u r   s t a r t i n g   f i v e   f o r   t h e   c a v s   t o n i g h t   a g a i n s t   t h e   7 6 e r s : 
 
 •   d a r i u s   g a r l a n d 
 •   d o n o v a n   m i t c h e l l 
 •   c a r i s   l e v e r t 
 •   k e v i n   l o v e 
 •   j a r r e t t   a l l e n
c a v s   w i l l   b e   w i t h o u t   d y l a n   w i n d l e r   ( r i g h t   a n k l e   i n j u r y ) ,   e v a n   m o b l e y   ( r i g h t   a n k l e   s p r a i n ) ,   j a m o r k o   p i c k e t t   ( b a c k   s p a s m s )   a n d   r i c k y   r u b i o   ( l e f t   k n e e   a c l   r e c o v e r y )   t o n i g h t   v s .   7 6 e r s .
c a v s   c a r i s   l e v e r t   t o   g e t   t h e   f i r s t   c r a c k   a t   s t a r t i n g   a t   s m a l l   f o r w a r d   
 

s o   a r e   a l l   t h e   c a v s   p r e s e a s o n   g a m e s   g o i n g   t o   b e   o n   n b a   t v   s o   i   c a n ’ t   w a t c h   t h e m ?   ☹ ️ 😡
j a e   c r o w d e r   t r a d e   t o   t h e   c a v a l i e r s ? 
   
 
   
 c a v a l i e r s n e w s   c a v a l i e r s t r a d e   c a v a l i e r s t r a d e r u m o r s   c a v s   c a v s n e w s   c a v s s u n s t r a d e   c a v s t r a d e   c a v s t r a d e r u m o r s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   n b a   n b a n e w s   n b a t r a d e   n b a t r a d e r u m o r s  
c a v s   v s .   7 6 e r s 
 ⏰   7 : 0 0   p . m . 
 📍   w e l l s   f a r g o   c e n t e r 
 📺     
 📻     
 l e t e m k n o w   |   c o u n t d o w n t o c a v s    
m a x e y   a n d   h a r r i s   w i l l   a l s o   p l a y .   s o   t h e   s i x e r s   w i l l   u n v e i l   t h e i r   n e w   s t a r t i n g   l i n e u p   t o n i g h t   v s .   t h e   c a v s .  
l o o k i n g   f o r w a r d   t o   t h i s   d g   x   s p i d a   d u o     📺 c a v s
.   o n   :   c a v s   g o a l   s h o u l d   s t a r t   w i t h   a   l o c k e d - i n   p l a y o f f   s p o t ;   m o b l e y ' s   l e a p   i n   s e c o n d   y e a r   c o u l d   b e   m a s s i v e  
s i x e r s   a s s i s t a n t   c o a c h   d a v e   j o e r g e r   w i l l   c o a c h   t o n i g h t   v s .   t h e   c a v s   i n   p l a c e   o f   d o c   r i v e r s ,   w h o   i s   u n d e r   t h e   w e a t h e r .
  h y p o t h e t i c a l   w i n d l e r   w i l l   l i k e l y   n e v e r   b e   a c t u a l i z e d   w i n d l e r ,   s a d l y .   t h e s e   c a v s   r o s t e r   s p o t s   a r e   g e t t i n g   m o r e   & a m p ;   m o r e   v a l u a b l e . . .
w e   g e t   t o   s e e   o u r   f i r s t   l o o k   a t   t h e   n e w   l o o k   c a v s   t o n i g h t 👀   h o w   f a r   c a n   d o n o v a n   m i t c h e l l   t a k e   t h e m ? ⚔ ️   n b a   c a v s  
  w i l l   b e   t h e   2   s e e d   t h i s   y e a r   i n   t h e   e a s t . . .   n b a   n b a p r e s e a s o n   c a v s   n b a j a p a n g a m e s
c a v s   p r e s e a s o n   g e t s   u n d e r w a y   t o n i g h t   i n   p h i l a d e l p h i a .   
 
   j o i n s     n e x t   f o r   t h e   l a t e s t   -   
 

2 4   h o u r s   a w a y   u n t i l   w e   b r e a k d o w n   e x t r e m e r u l e s ,   t h e   f o r t h e l a n d   i n   t h e   m l b p o s t s e a s o n   a n d   n f l   w e e k 5 ! 
 i n   4 8   h r s ,     o n   a l l   o f   t h e   a b o v e   ( m i n u s   t h e   w r a s s l i n ' ) ,   p l u s   d o n o v a n m i t c h e l l   a n d   t h e   c a v s !   l e t e m k n o w  
t h i s   w e e k ' s   t e r r y ' s   t a l k i n ,   t h e   o n e   w h e r e   t e r r y   p r o j e c t s   t h e   c a v s '   o p e n i n g - n i g h t   s f   a n d   s h a r e s   s o m e   r o g e r   m a r i s   s t o r i e s .   p l u s ,   k n u c k l e b a l l   t a l k .    
w h o   i s   r e a d y   f o r   a   c r a z y   s p o r t s   w e e k e n d   i n   c l e v e l a n d ? !   c a v s
b u t   e x p l a i n   t o   u s   b r o w n s   f a n s   w h y   l o c a l   m e d i a   h a s   t o   d w e l l   o n   l o s s e s   a n d   n e g a t i v i t y ,   w h i l e   i g n o r i n g   t h e   f a c t   t h a t   t h e y   i n   1 s t   p l a c e ,   d e s p i t e   b e i n g   d o u b t e d ?   s o m e t h i n g   i s   w o r k i n g ,   t a l k   a b o u t   t h a t !   o u r   c u l t u r e   i g n o r e s   d o u b t   & a m p ;   s e r v e   c r o w .   g u a r d i a n s ,   c a v s   .   t h e n   m e d i a   o n   b a n d w a g o n .
w i t h   l a u r i   m a r k k a n e n   g o n e ,   d e a n   w a d e   c o u l d   s t e p   i n   a s   t h e   c a v s '   n e w   s t a r t i n g   s m a l l   f o r w a r d .   i t ' s   a n   o p e n   c o m p e t i t i o n   i n   t r a i n i n g   c a m p   b u t   w a d e   c o u l d   b e   o n   t h e   i n s i d e   t r a c k   f o r   q u i t e   a   f e w   r e a s o n s . 
 

t h e   i d e a   o f   d y l a n   w i n d l e r   h a s   a l w a y s   b e e n   h i s   m o s t   a t t r a c t i v e   n b a   f e a t u r e   a n d   h e   c o u l d   s t i l l   r e a c h   h i s   p o t e n t i a l   o n e   d a y .   b u t ,   i t   m i g h t   n o t   b e   w i t h   t h e   c a v s   i f   t h e y   u s e   h i m   a s   a   t r a d e   c h i p . 
 

r a u l   n e t o   w a s   a t   o n e   p o i n t   c o n s i d e r e d   a   b r i d g e   t o   a   r e c o v e r e d   r i c k y   r u b i o .   b u t ,   w i t h   t h e   c a v s   g e t t i n g   d o n o v a n   m i t c h e l l ,   i s   n e t o   a s   n e a t - o   o f   a   s i g n i n g ? 
 

c a v s   g a m e d a y   p r e   s e a s o n ,   s t i l l   
 t h i s   c a v s   t e a m   i s   e x c i t i n g !   y o u n g ,   t a l e n t e d   a n d   h u n g r y   n b a   m o b l e y   g a r l a n d   l o v e   m i t c h e l l  
    k e e p   d r e a m i n g   r a d a r r i n n a   y o u ' r e   m o r e   l i k e   a n t h o n y   b e n n e t t   f r o m   t h e   c a v s     o n e   o f   t h e   b i g g e s t   b u s t s   i n   n b a   h i s t o r y .     r i n n a   c o u l d   n e v e r   b e   a   " l e b r o n "   r a t c h e t t r i n n a   k e e p   d r e a m i n g !     r h o b h   r h o b h m e a n g i r l s
c o u l d   v o l u n t e e r i n g   b e   f o r   y o u ?   w h y   n o t   f i n d   o u t   a b o u t   
 t h e   g r e a t   o p p o r t u n i t i e s   t h a t   w e   c a n   o f f e r   h e r e   a t   c a v s .   i t ' s   a   g r e a t   w a y   t o   m e e t   n e w   p e o p l e   a n d   b e   p a r t   o f   a   f r i e n d l y   t e a m   w h o   p a s s i o n a t e l y   c a r e   a b o u t   o t h e r s   i n   t h e i r   c o m m u n i t y .     c o n t a c t   u s   f o r   m o r e   d e t a i l s .  
w h e t h e r   d e a n   w a d e   s t a r t e d   o r   c a m e   o f f   t h e   b e n c h   f o r   t h e   c a v s ,   h e   w a s   n e v e r   f l a s h y   b u t   a l w a y s   r e l i a b l e .   w a d e ’ s   s u c c e s s   i s   a   t e s t a m e n t   t o   u t i l i z i n g   t h e   c h a r g e .   b u t ,   w i t h   l a u r i   m a r k k a n e n   n o w   w i t h   t h e   j a z z ,   c o u l d   h e   s t a r t   a t   t h e   t h r e e   t h i s   s e a s o n ?    
w h i c h   n b a   s t a r   d o   y o u   t h i n k   w i l l   b e   a   g a m e   c h a n g e r   f o r   t h e i r   n e w   f r a n c h i s e ?   🔀 💪 
 
 d o n n o v a n m i t c h e l l   r u d y g o b e r t   j a l e n b r u n s o n   p j t u c k e r   c a v s   k n i c k s   7 6 e r s   t i m b e r w o l v e s  
v e r y   e x c i t e d   f o r   t h e   n e w   s e a s o n   c a v s     🗣 ️   l e t e m k n o w   🏀   t h e   r o a d   b a c k   i s   f u n   ❤ ️
" d y l a n   w i n d l e r   -   s p r a i n e d   a n k l e " 
 
 c a v s  
t h e   e a r l y   c a v s   h y p e   h a s   m e   w o r r i e d .   y e a h   t h e y   a r e   s t a c k e d   f o r   s t a r t e r s   b u t   b e n c h   i s   t h i n ,   n e e d s   m o r e   p r o v e n   w i n g   s h o o t e r s ,   g u a r d   d   i s   s u s p e c t   & a m p ;   h a v e n ’ t   w o n   s h i t   y e t ,   n o t   e v e n   a   p l a y - i n   g a m e .
c a v s   t i c k e t s :   w e   s t i l l   h a v e   1 0   a n d   2 0   g a m e   t i c k e t   p a c k a g e s   a v a i l a b l e   f o r   t h i s   s e a s o n !   l e t   m e   k n o w   i f   i   c a n   a s s i s t   w i t h   a n y   o f   t h e   f o l l o w i n g :   p r e m i u m   s e a t i n g   f o r   s i n g l e   g a m e s ,   s u i t e s / b o x e s ,   a n d   g r o u p   t i c k e t s .   c a v s t i c k e t s   c a v s   l e t e m k n o w   c a v s u n i t e d  
n o   n e e d   t o   o v e r t h i n k   o r   o v e r c o m p l i c a t e   t h e   f i r s t   g a m e   o f   c a v s   p r e s e a s o n .   j . b .   b i c k e r s t a f f   i s   j u s t   l o o k i n g   f o r   a   h i g h   l e v e l   o f   c o m p e t i t i o n   a n d   s e l f l e s s n e s s   t o n i g h t   i n   p h i l a d e l p h i a .    
t h i s   d u d e   n e e d s   t o   p l a y   i n   t h e   p r e s e a s o n   t o   e a r n   a   s p o t   f o r   t h e   c a v s … h e ’ s   a l w a y s   h u r t    
c a v s   s w i n g m a n   d y l a n   w i n d l e r   w i l l   n o t   p l a y   i n   t o n i g h t ' s   p r e s e a s o n   o p e n e r   - -   a n d   d i d n ' t   m a k e   t h e   t r i p   t o   p h i l l y   - -   b e c a u s e   o f   a   m i n o r   r i g h t   a n k l e   i n j u r y   s u f f e r e d   a t   t h e   e n d   o f   y e s t e r d a y ' s   p r a c t i c e ,   s o u r c e s   t e l l     
 

  t h i n g   m a k i n g   m e   t h i n k   c a v s   w i l l   b e   a   t o p   6   s e e d   i s   w e ' r e   n o w   i n s u l a t e d   a   b i t   f r o m   i n j u r y   i s s u e s   d e s t r o y i n g   t h e   t e a m   l i k e   l a s t   y r ,   e s p   w h e n / i f   r u b i o   i s   b a c k .   e v e n   g u y s   l i k e   l e v e r t   & a m p ;   l o p e z . . .   n o t   l i k e   h a v i n g   t o   s t a r t   m o s e s   b r o w n   & a m p ;   b r a n d o n   g o o d w i n .
" y o u   w a n t   t o   b e   g r e a t .   y o u   w a n t   t o   h e l p   e a c h   o t h e r   b e   g r e a t .   b u t   s o m e t i m e s   b e i n g   g r e a t   i s   l i k e ,   ' y o u ' r e   a   b a d   d u d e ,   t o o .   g o   a h e a d   a n d   a t t a c k . ' " 
 
 d o n o v a n   m i t c h e l l   d e s c r i b e s   t h e   r a p p o r t   h e ' s   e s t a b l i s h i n g   w i t h   d a r i u s   g a r l a n d   o n e   w e e k   i n t o   c a v s   t r a i n i n g   c a m p .    
          i   a g r e e   g o   c a v s .   l e t e m k n o w
          n e w   s e a s o n   -   i   n e e d   t o   i n c r e a s e   m y   f o l l o w s   f o r   p e o p l e   w h o   a r e   t a l k i n g   c a v s .   l e t ' s   g o !
h o w   d o   i   w a t c h   t h e   c a v s   t o n i g h t ?
c l e v e l a n d   c a v a l i e r s :   e v a n   m o b l e y   o u t   1 - 2   w e e k s   w i t h   a n k l e   i n j u r y 
   
 
   
 c a v s   c a v s b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   e v a n m o b l e y a n k l e   e v a n m o b l e y i n j u r y  
c a r i s   l e v e r t   s a y s   h e ' s   f i n a l l y   h e a l t h y   a g a i n ,   c a n ' t   w a i t   t o   s e e   w h a t   c a v s   c a n   d o  
o u r   f i r s t   g l i m p s e   o f   t h e s e   t w o   t o n i g h t   👀 👀   l e t e m k n o w   c a v s   d g t h e p g   s p i d a  
p r e s e a s o n   g a m e   t o n i g h t ! 
 c a v s   🏀 🏀 🏀 
 y a a a a a a a a y y y y y y y  
t h e   s i x e r s   a r e   h o m e   t o n i g h t   a t   t h e   w e l l s   f a r g o   c e n t e r   f o r   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   c l e v e l a n d   c a v a l i e r s !   n b a   s i x e r s   c a v s  
    t h a t ' s   o b v i o u s   l e b r o n ' s   n o t   a   l a k e r   h e   j u s t   p l a y i n g   o n   a   t e a m   h e   r a n   t o   a f t e r   l e a v i n g   c a v s   h e a t   h e ' s   a   r u n n e r   w i t h   o n l y   f o u r   c h i p s   i   h a v e   y e t   t o   s e e   a   f u l l   s e a s o n   o f   g a m e s   w / o   * a s t e r i s k   d i d n ' t   d o   i t   l a s t   s e a s o n   a n d   n o t   t h i s   s e a s o n   e i t h e r   h e ' s   d o n e ,   l i k e   m y   r o l l s   a t e   u p   🤭 😁 😂 🥟
m u s t   h a v e   f o r   c a v s   f a n s   y o u   n e e d   o n e   a s   w e l l     👇 🏼 👀 .  
c a v s   p r e s e a s o n   t o d a y ,   i ’ l l   b e   t u n e d   i n   .
d a r i u s   g a r l a n d   w i l l   b e   a   t o p   5   p o i n t   g u a r d   i n   t h e   n b a   t h i s   y e a r .   e v a n   m o b l e y   w i l l   b e   a   s t a r   b y   t h e   e n d   o f   t h e   y e a r .   j a r r e t t   a l l e n   w i l l   e a r n   a n o t h e r   a l l   s t a r   n o d .   d o n o v a n   m i t c h e l l   w i l l   b e   t h e   m i s s i n g   p i e c e .   c a v s   w i l l   b e   a   t o p   3   s e e d .   p i n   t h i s   t w e e t .
d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .   
 d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .   
 d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .   
 d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .   
 d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .   
 d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .
c o m e   j o i n   o u r     d i s c o r d   t o n i g h t   a t   7   p . m .   t o   l i v e   c h a t   t h e   g a m e   a n d   h a n g   w i t h   s o m e   h o o p s   d e g e n e r a t e s   c a v s 
 
  
i s a a c   o k o r o   w e n t   i n t o   t h e   o f f s e a s o n   f o c u s e d   o n   g r o w i n g   h i s   o f f e n s i v e   g a m e .   s o   c a v s   s h o o t i n g   c o a c h   a n d r e w   o l s o n   t r a v e l e d   t o   t h e   a t l   a r e a   a   f e w   t i m e s   t h r o u g h o u t   t h e   s u m m e r   t o   w o r k   w i t h   h i m . 
 
 i n s i d e   o k o r o ’ s   s u m m e r   f o c u s e d   o n   g r o w i n g   h i s   o f f e n s i v e   p r e s e n c e : 

c a v s   n o t e s :   c o a c h   j . b .   b i c k e r s t a f f   s a y s   s p r a i n e d   a n k l e   h a s   e v a n   m o b l e y   f e e l i n g   f r u s t r a t e d  
c a r i s   l e v e r t   s a y s   h e ' s   f i n a l l y   h e a l t h y   a g a i n ,   c a n ' t   w a i t   t o   s e e   w h a t   c a v s   c a n   d o  
i   c a n ’ t   w a i t   f o r   t o n i g h t ;   w e   g e t   a   s n e a k   p e a k   o f   c a v s   l e t e m k n o w
c a v s   p r e s e a s o n   g a m e   d a y ! !   l e t e m k n o w   c a v s  
t h e   c a v s   p l a y   t o n i g h t . . . .  
s p o r t s   a t   : 1 5   & a m p ;   : 4 5   g u a r d i a n s   w i n .           ( 9 1 - 7 0 )   w i l l   h o s t   r a y s   i n   p l a y o f f .                   c a v s   a t   p h i l l y   7 p   b r o w n s   g e t   r e a d y   f o r   c h a r g e r s .                                                                                                                                        
g o o d   m o r n i n g   e v e r y b o d y !   c a v s   b a s k e t b a l l   i s   b a c k ! ! ! !   c a v s
k y r i e   i r v i n g ' s   m i n d b l o w i n g   h a n d l e s   
 f u l l   v i d e o   l i n k : 
 
 n b a   n b a 2 k 2 3   k y r i e i r v i n g   c a v s   b a s k e t b a l l   b a s k e t b a l l s h o r t s  
c l e v e l a n d   h a s n ’ t   s e e n   a   h o m e   p l a y o f f   w i n   i n   a n y   s p o r t   s i n c e   l e b r o n   a n d   t h e   c a v s   w o n   t h a t   e p i c   g a m e   7   o f   t h e   e c f   4 +   y e a r s   a g o .     
 
 w e   h a v e n ’ t   h a d   a   p l a y o f f   g a m e   i n   c l e v e l a n d   w i t h   f a n s   s i n c e   t h e   a l d s   i n   2 0 1 8   v s   h o u s t o n .   
 
 d o w n t o w n   i s   g o i n g   t o   b e   f u c k i n   r o c k i n   o n   f r i d a y   f o r t h e l a n d
    t h a t   n o v   2 8   g a m e   a g a i n s t   t h e   c a v s   m i g h t   n o t   b e   t o o   f u n   f o r   w h o e v e r   y o u ' r e   s e n d i n g   ; )
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     t s y   s u r v i v o r   c a v s   b u l l s   p a t r i o t s   p a c k e r s   b e a r s   m i a m i   t a m p a   t o m b r a d y   w a s h i n g t o n   d c
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
c a v s   t o m o r r o w   n i g h t !   l f g !
a   l o t   o f   f a n s   m a y   h a v e   b e e n   s h o c k e d   w h e n   d o n o v a n   m i t c h e l l   w a s   t r a d e d   t o   t h e   c a v s !   h o w e v e r ,   c l e v e l a n d   a n d   u t a h   h a v e   a   h i s t o r y   o f   m a k i n g   d e a l s   w i t h   e a c h   o t h e r .   
 
 t a k e   a   l o o k   b a c k   a t   s o m e   o f   t h e   t r a d e s   t h e   c a v s   a n d   j a z z   h a v e   m a d e   o v e r   t h e   l a s t   f e w   y e a r s .  
c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c   1
m o s t   p o i n t s   i n   n b a   h i s t o r y   i n   o n e   p l a y o f f   r u n   🔥 
 
 m i c h a e l   j o r d a n :   7 5 9   ( 1 9 9 2 ) 
 l e b r o n   j a m e s :   7 4 8   ( 2 0 1 8 ) 
 k a w h i   l e o n a r d :   7 3 2   ( 2 0 1 9 ) 
 h a k e e m   o l a j u w o n :   7 2 5   ( 1 9 9 5 ) 
 a l l e n   i v e r s o n :   7 2 3   ( 2 0 0 1 ) 
 
 b u l l s   c a v s   r a p t o r s   r o c k e t s   s i x e r s   n b a  
  i   c a n n o t   w a i t ! ! !     i   a m   s o   h a p p y   y o u   a r e   a   c l e v e l a n d   c a v a l i e r ! ! ! !   c a v s   n b a
d o n o v a n   m i t c h e l l ’ s   s h o t   i s   j u s t   p u r e .   l e t e m k n o w   c a v s
c a v s   r i c k y   r u b i o   g e t t i n g   i n   s o m e   e x t r a   w o r k   a f t e r   p r a c t i c e   t o d a y   a s   h e   w o r k s   h i s   w a y   b a c k   f r o m   a   k n e e   i n j u r y .  
j o e   r o g a n   p o d c a s t   c o m e d y   c o l l e g e   s h o u t o u t   b y   c o m e d y   i c o n   n a t e   b a r g a t z e :     d c   m a r y l a n d   v i r g i n i a   c a v s   b u l l s   d w t s   a h s c u l t   a h s   s t a r w a r s   h a w k e y e s   w a t e r f a l l
f a i t h f u l   g o o d   e v e n i n g …   n b a   c a v s   a l l f o r o n e    
i t   s a y s   s t r o n g e r ,   b u t   d o e s n ’ t   s a y   w h e r e   h e ’ s   s t r o n g e r   a t .   s o ,   i t   c o u l d   m e a n   s e v e r a l   t h i n g s .   s t r o n g e r   i n   a   f e w   a r e a s ,   i n c l u d i n g   s h o o t i n g   w i s e   -   w h i c h   i s   w h a t   h e ’ s   b e e n   w o r k i n g   h a r d   o n   a l l   s u m m e r   k n o w i n g   t h e   c a v s   n e e d   h i m   t o   b e c o m e   a   v i a b l e   o p t i o n   s h o o t i n g   w i s e . 
 
 l e t e m k n o w  
c a v s   e v a n   m o b l e y   h a s   a   r i g h t   a n k l e   s p r a i n   t h a t   w i l l   h o l d   h i m   o u t   a p p r o x .   1 - 2   w e e k s . 
 
 i   a s k e d   j . b .   b i c k e r s t a f f   t o d a y   i f   t h e r e   w a s   c o n c e r n   a b o u t   h i m   m i s s i n g   t h e   b e g i n n i n g   o f   t h e   r e g u l a r   s e a s o n ,   a n d   a s   o f   r i g h t   n o w ,   t h e r e   i s n ' t . 

w h i c h   s p o r t s   p l a y e r   d o   y o u   t h i n k   o f   f i r s t   w h e n   y o u   h e a r   c l e v e l a n d ?   g u a r d i a n s   b r o w n s   c a v s
c a v s   h c   j . b .   b i c k e r s t a f f   d o e s n ' t   s e e m   c o n c e r n e d   a b o u t   e v a n   m o b l e y   m i s s i n g   r e g u l a r   s e a s o n   t i m e .   t h a t ,   p l u s   w h a t   t o   e x p e c t   f r o m   t h e   f i r s t   p r e s e a s o n   g a m e   a n d   t h e   r e s u l t s   o f   t h e   n b a   g m   s u r v e y   i n   t o d a y ' s   n o t e b o o k   w r i t t e n   b y     
 
  
c a v s   c o a c h   j b   b i c k e r s t a f f   d o e s n ' t   s e e m   c o n c e r n e d   a b o u t   e v a n   m o b l e y   m i s s i n g   r e g u l a r   s e a s o n   t i m e .   t h a t ,   p l u s   w h a t   t o   e x p e c t   f r o m   t h e   f i r s t   p r e s e a s o n   g a m e   a n d   t h e   r e s u l t s   o f   t h e   n b a   g m   s u r v e y   i n   t o d a y ' s   n o t e b o o k .  
r e a d   j a c k s o n ’ s   l a t e s t ,   c a v s   f a n s ! ! ! ! ! ! ! !  
t h e s e   2   c a v s   a r e   p l a y e r s   t o   k e e p   a n   e y e   o n   i n   e v a n   m o b l e y ’ s   a b s e n c e ,   w r i t e s   .     l e t e m k n o w
      n o   m o r e   s e x l a n d   b u t   i   g o t   i t   f o r   y ’ a l l   i t ’ s   n o w   s p i d a l a n d                       l e t e m k n o w   c a v s   
 _ c l e m    
e v   p u r p l e   w a v e   r o o k i e   s h o w e d   u p   r i g h t   o n   t i m e   f o r   t i p - o f f   t o m o r r o w   n i g h t   l e t e m k n o w   c a v s   🤩 📪   y o u g o t m a i l  
d e s p i t e   m i s s i n g   t h e   n e x t   1 - 2   w e e k s   w i t h   a n   a n k l e   i n j u r y ,   m o b l e y   i s n ’ t   e x p e c t e d   t o   m i s s   t h e   r e g u l a r   s e a s o n   o p e n e r .   c a v s    
e v a n   m o b l e y   t o   m i s s   t i m e   d u e   t o   i n j u r y   
 n b a   l e t e m k n o w   c a v s   

c l e v e l a n d   c a v a l i e r s   t e a m ,   ( a n d   e v e n   n e w e s t   c a v ,   d o n o v a n   m i t c h e l l )   h a s   n o t i c e d   i s a a c   o k o r o   i s   l o o k i n g   m u c h   s t r o n g e r   o n   t h e   f l o o r   s o   f a r   a s   w e   s i t   i n   t h e   2 0 2 2 - 2 3   p r e s e a s o n .   t h e   r e g u l a r   s e a s o n   c o u l d   t u r n   t o   l o o k   q u i t e   i m p r e s s i v e   o f   o k o r o ,   a s   w e l l   n b a   c a v s    
c a v s   c o a c h   j b   b i c k e r s t a f f   w o u l d n ' t   t i p   h i s   h a n d   a s   t o   w h o   w i l l   b e   t h e   s t a r t i n g   s m a l l   f o r w a r d .   a l s o   d e c l i n e d   t o   a n s w e r   w h o   w i l l   b e   i n   t h e   s t a r t i n g   l i n e u p   t o m o r r o w   n i g h t   f o r   t h e   p r e s e a s o n   o p e n e r   i n   p h i l a d e l p h i a .  
d o n o v a n   m i t c h e l l   s a y s   i t   s t i l l   h a s n ’ t   s u n k   i n   t h a t   h e ’ s   a   m e m b e r   o f   t h e   c a v s   a n d   i t   l i k e l y   w o n ’ t   u n t i l   t h e   t e a m   p l a y s   a   h o m e   g a m e .   
 l e t e m k n o w   |   c o u n t d o w n t o c a v s  
t h e   a n n u a l   n b a   g m   s u r v e y   –   a   c o m p i l a t i o n   o f   5 0   q u e s t i o n s   a b o u t   t h e   b e s t   t e a m s ,   p l a y e r s ,   c o a c h e s   a n d   o f f s e a s o n   m o v e s   –   w a s   r e l e a s e d   t u e s d a y   m o r n i n g ,   a n d   t h e   c a v s   r e c e i v e d   p l e n t y   o f   a c c l a i m .  
c a v s   a n d   g u a r d i a n s   a r e   b o t h   c u r r e n t l y   3 5 - 1   t o   w i n   c h a m p i o n s h i p s .   a   $ 1 0 0 0   p a r l a y   w o u l d   n e t   1 . 3   m i l l i o n   d o l l a r s   i f   h e l l   f r o z e   o v e r   a n d   b o t h   p u l l e d   i t   o f f .   c l e v e l a n d   f u n   f a c t .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   e v a n   m o b l e y   i n j u r e d   h i s   r i g h t   a n k l e   s a t u r d a y   d u r i n g   5 - o n - 5   d r i l l   b u t   s a i d   r i g h t   n o w   t h e r e   i s n ’ t   a n y   c o n c e r n   h e   w o u l d   m i s s   t h e   s t a r t   o f   t h e   r e g u l a r   s e a s o n .  
" t h e r e ' s   i n - s h a p e ,   a n d   t h e n   t h e r e ' s   g a m e   s h a p e . " 
 
 d o n o v a n   m i t c h e l l   a n d   j . b .   b i c k e r s t a f f   a r e   l o o k i n g   f o r w a r d   t o   s e e i n g   w h e r e   t h e   c a v s   a r e   w i t h   t h e i r   c o n d i t i o n i n g   t o m o r r o w   n i g h t   i n   p h i l a d e l p h i a .   c o a c h   s a y s   i t ' s   a n   a r e a   t h e   t e a m   i s   l o o k i n g   t o   b e   e l i t e   i n .    
w h a t   d o   w e   t h i n k   c l e v e l a n d … a r e   w e   o k   w i t h   t h i s   o r   n o t   ?   c a v s 🏀 
         _ m a n i a       _ s h a d e  
n o w   t h a t   t r a v e l   h a s   o f f i c i a l l y   b e g u n   f o r   c a v s   s e a s o n ,   i ’ m   l o o k i n g   f o r   a n y   n e t f l i x   s u g g e s t i o n s   f o r   t h e s e   f l i g h t s .   w h a t c h a   g o t   f o r   m e ?
j . b .   b i c k e r s t a f f   d i v e s   i n t o   t h e   e v a n   m o b l e y   s p r a i n e d   a n k l e   i n j u r y .   c a v s    
j . b .   b i c k e r s t a f f   s a y s   t h e r e   i s   n o t   c u r r e n t l y   a   c o n c e r n   t h a t   e v a n   m o b l e y   w o u l d   m i s s   t h e   b e g i n n i n g   o f   t h e   r e g u l a r   s e a s o n   w i t h   a   s p r a i n e d   a n k l e .   
 
 m o b l e y ,   w h o   w a s   d r i v i n g   d o w n   t h e   l a n e   d u r i n g   5 - o n - 5   s c r i m m a g e s   o n   s a t u r d a y ,   l a n d e d   o n   a   t e a m m a t e s   f o o t   c o m i n g   d o w n ,   j . b .   s a y s .   c a v s  
c a v s   h e a d   c o a c h   j b   b i c k e r s t a f f   w a s   a s k e d   i f   t h e   t e a m   i s   w o r r i e d   e v a n   m o b l e y   m a y   m i s s   t h e   s t a r t   o f   t h e   s e a s o n   w i t h   h i s   s p r a i n e d   r i g h t   a n k l e :   “ i   m e a n ,   n o t   n o w ,   o b v i o u s l y   w e   s e e   h o w   h e   r e s p o n d s   a n d   a l l   t h a t .   w e ’ l l   a l w a y s   b e   s a f e   w i t h   o u r   g u y s .   r i g h t   n o w   t h e r e   i s n ’ t   c o n c e r n . ”
c a v s   g u a r d   d o n o v a n   m i t c h e l l   s a i d   h e ’ l l   r e a l l y   f e e l   t h e   m o m e n t   b e i n g   a   c a v a l i e r ,   h i s   c h i l d h o o d   t e a m ,   t h e   f i r s t   t i m e   h e   p l a y s   i n   f r o n t   o f   f a n s   a t   r o c k e t   m o r t g a g e   f i e l d h o u s e . 
 
 “ i ’ l l   b e   l i k e ,   ‘ h o l y   s h i t !   t h i s   i s   r e a l . ’ ”
c a v s   c o a c h   j . b .   b i c k e r s t a f f   s a i d   e v a n   m o b l e y   s p r a i n e d   h i s   r i g h t   a n k l e   s a t u r d a y .   b i c k e r s t a f f   s a i d   h e ' s   d i s a p p o i n t e d   b u t   t a k i n g   i t   i n   t y p i c a l   m o b l e y   f a s h i o n ,   n e v e r   t o o   h i g h   o r   t o o   l o w .
c a v s   g u a r d   d o n o v a n   m i t c h e l l   s h a r e s   w i t h   m e   t h a t   c l e v e l a n d   h a s   t h e   p o t e n t i a l   t o   b e   o n e   o f   t h e   m o s t   b a l a n c e d   t e a m s   o n   t h e   c o u r t   t h i s   s e a s o n .   b u t ,   f o r   n o w ,   t h e i r   d e f e n s e   i s   f a r   a h e a d   o f   t h e i r   o f f e n s e .
j a r r e t t   a l l e n   c o n f i d e n t   s m a l l e r   l i n e u p   c a n   s t i l l   c o m e   u p   b i g   f o r   c a v s  
d o n o v a n   m i t c h e l l   s a y s   t h a t   c a v s   f o r w a r d   i s a a c   o k o r o   h a s   g o t t e n   a   l o t   s t r o n g e r   t h i s   o f f s e a s o n   a n d   i t ’ s   r e a l l y   s t o o d   o u t   o n   t h e   c o u r t .
  w e   l o v e   c a v s   s u p e r s t a r   g u a r d   d o n o v a n   m i t c h e l l
c a v s   s u p e r s t a r   g u a r d   d o n o v a n   m i t c h e l l   n o w   j o i n s   u s .  
c a v s   j . b .   b i c k e r s t a f f   o n   h o w   e v a n   m o b l e y ' s   d o i n g   w i t h   t h e   i n j u r y :   " h e ' s   o b v i o u s l y   f r u s t r a t e d   b u t   i n   e v a n   f a s h i o n ,   h e ' s   f i n e . "
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   j u s t   q u i e t l y   s h a k e s   h i s   h e a d   “ n o ”   w h e n   a s k e d   a b o u t   w h o   w i l l   b e   s t a r t i n g   a t   t h e   t h r e e   t o m o r r o w   n i g h t   a g a i n s t   t h e   7 6 e r s .
c a v s   j . b .   b i c k e r s t a f f   s a i d   e v a n   m o b l e y   i n j u r e d   h i s   a n k l e   i n   l i v e   p r a c t i c e   o n   s a t u r d a y .   t h e y ' r e   h o p e f u l   f o r   a   q u i c k   r e c o v e r y   b u t   w i l l   m o n i t o r   h i s   r e s p o n s e   t o   t r e a t m e n t .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a y s   t h e r e ’ s   n o   c o n c e r n   a t   t h i s   t i m e   i n   r e g a r d s   t o   e v a n   m o b l e y   m i s s i n g   t h e   r e g u l a r   s e a s o n   o p e n e r   a g a i n s t   t h e   t o r o n t o   r a p t o r s . 
 
 b u t ,   t h e y ’ l l   e v a l u a t e   a n d   s e e   h o w   m o b l e y ’ s   f e e l i n g   t h r o u g h   a l l   o f   t h i s .
s o m e   m o r e   r i c k y   r u b i o   c u t t i n g   a n d   s h o o t i n g   a s   t h e   c a v s   w r a p   u p   p r a c t i c e .  
q u e s t i o n :   i f   y o u ' r e   l i s t e n i n g   t o   a   c a v s   p o d c a s t   b r e a k i n g   d o w n   a   g a m e   t h e   d a y   a f t e r ,   w h a t   d o   y o u   w a n t   f r o m   t h a t   p o d c a s t ?
t h e   n b a   h a s   r e l e a s e d   a n n u a l   g m   s u r v e y : 
 
 - c a v s   p r e d i c t e d   t o   f i n i s h   6 t h   i n   t h e   e a s t 
 - e v a n   m o b l e y   v o t e d   m o s t   l i k e l y   t o   h a v e   a   b r e a k o u t   s e a s o n 
 - d o n o v a n   m i t c h e l l   o f f s e a s o n   a c q u i s i t i o n   w i t h   b i g g e s t   i m p a c t 
 - c a v s   h a d   b e s t   o f f s e a s o n 
 - c a v s   v o t e d   2 n d   m o s t   i m p r o v e d .   

m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   a l o n g   w i t h   s e l e c t   p l a y e r s   o n c e   p r a c t i c e   c o n c l u d e s . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
j . b .   b i c k e r s t a f f   g o n n a   b e   u n d e r   a   l o t   o f   p r e s s u r e   t h i s   s e a s o n .   
 
 c a v s
b e s t   y o u n g   c o r e .   b e s t   o f f s e a s o n .   b r e a k o u t   p l a y e r .   m o s t   i m p a c t f u l   o f f s e a s o n   a d d i t i o n .   o p p o s i n g   n b a   g m s   s e e   b i g   t h i n g s   a h e a d   f o r   c a v s   
 

  _ 1 n e   i ' m   n o t   s a y i n g   c a v s   c a n ' t   f i n i s h   4 t h ,   b u t   e a s t   i s   b r u t a l   & a m p ;   t h e r e   a r e   a   b u n c h   o f   t e a m s   t h a t   c o u l d   e a s i l y   f i t   i n   t h a t   4 - 6   r a n g e   ( c a v s / h e a t / h a w k s / r a p t o r s / n e t s ) .   
 
 e v e n   b u l l s ,   h o r n e t s ,   k n i c k s   & a m p ;   w i z a r d s   s h o u l d   b e   p r e t t y   c o m p e t i t i v e .   
 
 t h i s   i s n ' t   y o u r   g r a n d f a t h e r ' s   e a s t e r n   c o n f e r e n c e .
t h e   c a v s   w e r e   a l s o   s e l e c t e d   a s   t h e   t e a m   w i t h   t h e   n b a ’ s   b e s t   y o u n g   c o r e .  
w i l l   s h a r i f e   c o o p e r   p e r f o r m   o n   t h e   c l e v e l a n d   c a v s ? ?     v i a     c a v s
    c r o w d e r   i s   a   c a n c e r ,   d o n ’ t   w a n t   h i m   o n   t h i s   y o u n g   t e a m .   h e ’ s   b e e n   o n   7   t e a m s   i n   1 0   y e a r s   f o r   a   r e a s o n .   c a v s
j a r r e t t   a l l e n   c o n f i d e n t   s m a l l e r   l i n e u p   c a n   s t i l l   c o m e   u p   b i g   f o r   c a v s  
i n   t h e   n b a   g m   s u r v e y ,   t h e   c a v s   r a n k e d   s i x t h   i n   t h e   e a s t e r n   c o n f e r e n c e ,   w i t h   1 4 %   o f   t h e   f o u r t h - p l a c e   v o t e s   o v e r a l l   a n d   h a d   t h e   b e s t   o f f s e a s o n 
 
 m o b l e y   w a s   v o t e d   m o s t   l i k e l y   t o   h a v e   a   b r e a k o u t   s e a s o n   w h i l e   m i t c h e l l   w a s   v o t e d   t o   h a v e   t h e   b i g g e s t   i m p a c t . 
 

n b a   g e n e r a l   m a n a g e r s   a r e   c l e a r l y   f e e l i n g   t h e   c a v s   t h i s   s e a s o n . . .  
i n   t h e   n b a ’ s   a n n u a l   g m   s u r v e y ,   c a v s   a r e   r a n k e d   6 t h   i n   t h e   e a s t .   t h e y   t o p p e d   t h e   l i s t   f o r   b e s t   o f f s e a s o n   & a m p ;   m o s t   p r o m i s i n g   y o u n g   c o r e .   a l s o   e v a n   m o b l e y   c a m e   i n   1 s t   f o r   t h e   p l a y e r   m o s t   l i k e l y   t o   h a v e   a   b r e a k o u t   s e a s o n   & a m p ;   d o n o v a n   m i t c h e l l   t h e   a c q u i s i t i o n   w h o   w i l l   m a k e   b i g g e s t   i m p a c t
g r a d e y   d i c k ,   a   5 - s t a r   s g / s f   f r o m   k a n s a s   i s   m o c k e d   t o   t h e   c a v s   i n   t h i s   o n e .  
o n   t o d a y ’ s   s h o w ,     a n d     s p r e a d   t h e i r   w i n g s   a n d   t a k e   f l i g h t   w h e n   b r e a k i n g   d o w n   t h e   d e p t h   c h a r t   o n   t h e   p e r i m e t e r   f o r   t h e   c a v s . 
 
 p r o d u c e d   b y   .   
 
 📺 :   
 🎧 :    
i c y m i ,   h e r e   w e r e   3   t h i n g s   t o   w a t c h   f o r   i n   c a v s   p r e s e a s o n ,   v i a   .   2   o f   t h e   3   w i l l   s t i l l   d e f i n i t e l y   b e   i n - p l a y .     l e t e m k n o w
i c y m i :   c a v s '   e v a n   m o b l e y   c o u l d   m i s s   u p   t o   t w o   w e e k s   w i t h   r i g h t   a n k l e   s p r a i n     v i a  
e v a n   m o b l e y   t o   m i s s   t i m e   d u e   t o   i n j u r y   
 n b a   l e t e m k n o w   c a v s   

c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c
p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c
o n   t o d a y ' s   s h o w   a t   1 1 : 
 -   h o w   c a n   t h e   b r o w n s   t a k e   a d v a n t a g e   o f   j o e y   b o s a   b e i n g   o u t ? 
 -   c a n   b r i s s e t t   m a t c h   p o i n t s   w i t h   h e r b e r t   a n d   t h e   c h a r g e r s ? 
 -     & a m p ;     
 -   g u a r d i a n s   p l a y o f f   x - f a c t o r 
 -   u p d a t e   o n   m o b l e y   i n j u r y   c a v s 

h a p p y   4 2 n d   b i r t h d a y   t o   j a m e s   j o n e s ! 
 
 h e   h a d   h o p s   o n   t h e   c a v s .   
 
 a t c b i r t h d a y s   
 
  
h a p p y   3 4 t h   b i r t h d a y   t o   f o r m e r   c a v s   p g   ! 
 
 r e a l   o n e s   r e m e m b e r .   
 
 a t c b i r t h d a y s   
 
  
h e r e   c o m e   t h e   i n j u r i e s   t o   k e y   p l a y e r s … d a m n .   e v e r y .   d a m n .   s e a s o n … 😑   c a v s
d a m n     w i l l   b e   o u t   i n   t h e   b e g i n n i n g   o f   t h e   s e a s o n . 
 
 e v a n m o b l e y   c a v s   n b a   n b a s e a s o n
w h o ' s   w i n n i n g   t h e   n b a   e a s t e r n   c o n f e r e n c e   t h i s   y e a r ?   n b a t w i t t e r   f e a r t h e d e a r   b u c k s   h e a t   c e l t i c s   7 6 e r s   c a v s   n e t s   h a w k s   r a p t o r s   b u l l s n a t i o n
j o e   r o g a n   p o d c a s t   c o m e d y   c o l l e g e   s h o u t o u t   b y   c o m e d y   i c o n   n a t e   b a r g a t z e :     d c   m a r y l a n d   v i r g i n i a   c a v s   b u l l s   d w t s   a h s c u l t   a h s   s t a r w a r s   h a w k e y e s   w a t e r f a l l
h e r e   w e   g o   a g a i n .   c a v s  
l e g a l   a c t i o n   t a k e n   t o   k e e p   s p u r s   i n   s a n   . . . 
   
 
   
 7 6 e r s   b a s k e t b a l l   b a s k e t b a l l n e w s   b a s k e t b a l l p o d c a s t   b l a z e r s   b u c k s   b u l l s   c a d e c u n n i n g h a m   c a v s   c e l t i c s   c h e t h o l m g r e n   c l i p p e r s   c p 3   d e v i n b o o k e r   f i n a l s   g o s p u r s g o   g r i z z l i e s   h a w k s   h e a t   h o r n e t s  
l e t ' s   g o !   . . . n o w ! 
 
 v e r y   l a t e s t   o n   y o u r   a w e s o m e   c l e v e l a n d   s p o r t s   s c e n e   c o m i n g   u p   i n   1 0   m i n u t e s . 
 
 + a l   c e n t r a l   c h a m p i o n   g u a r d i a n s   p l a y o f f   w o r d 
 + c a v s ,   e v a n   m o b l e y   i n j u r y   l a t e s t   
 + u g h . . . y e s ,   s o m e   b r o w n s   t o o . 
 
 j o i n   u s !
n b a   p r e - s e a s o n   t o n i g h t !   t h e   n b a   s e a s o n   i s   a l m o s t   h e r e !   l e t e m k n o w   c a v s
c a v s '   e v a n   m o b l e y   p u l l i n g   m o r e   f r o m   3   c o u l d   d o   w o n d e r s   f o r   h i m ,   t e a m 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   b u l l s n a t i o n   h e a t t w i t t e r   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   n e t s   b r o o k l y n t o g e t h e r   s i x e r s
a h   m a n .   .   r e s t   u p   b i g   f e l l a .   w e   n e e d   y a !   t h e l a n d   c a v s   l e t e m k n o w
s h o r t   w e e k !   l e t ’ s   g e t   a f t e r   i t !   c a v s   e l e v a t e
h e y !   w e ’ r e   t r y i n g   g e t   m o r e   v i d e o s   u p   a b o u t   t h i s   c a v s   t e a m !   
 
 s o   u h m   s u b s c r i b e .   
 
  
c a v s   a r e   s e t   t o   b e   w i t h o u t   e v a n   m o b l e y   f o r   t h e   n e x t   w e e k   o r   t w o ,   p u t t i n g   h i s   s t a t u s   f o r   t h e   s t a r t   o f   t h e   s e a s o n   i n   j e o p a r d y .   m o r e   o n   t h a t ,   p l u s   d y l a n   w i n d l e r   f e e l i n g   t h e   b e s t   h e ' s   b e e n   i n   a w h i l e   a n d   b r e a k i n g   i s a a c   o k o r o   o u t   o f   t h e   b o x .  
c a v s   f   e v a n   m o b l e y   ( a n k l e   s p r a i n )   o u t   1 - 2   w e e k s   e v a n m o b l e y   n b a 
   c a v s   b e t h e f i g h t    
( e s p n ) : c a v s '   m o b l e y   t o   m i s s   1 - 2   w e e k s   w i t h   a n k l e   s p r a i n   :   c l e v e l a n d   c a v a l i e r s   f o r w a r d   e v a n   m o b l e y   w i l l   m i s s   a p p r o x i m a t e l y   o n e   t o   t w o   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n .   . .  
c a v s   e v a n   m o b l e y   l i k e l y   t o   n o t   p l a y   m u c h   p r e s e a s o n   d u e   t o   a n k l e   i n j u r y  
  n o w   1 2   r o o k i e s .   w i n   c e n t r a l   a n d   5 0 %   o f   s t a n d   f u l l .   e m b a r r a s s i n g !   t h i s   t e a m   i s   e x c i t i n g   t o   w a t c h . 
 c l e v e l a n d o h i o   g u a r d i a n s   m l b c e n t r a l   m l b p l a y o f f s   b r o w n s   c a v s   o h i o s p o r t s   m l b
c a v s   y o u n g s t e r   e v a n   m o b l e y   w i l l   n o t   p l a y   w e d n e s d a y   n i g h t   b e c a u s e   o f   a   r i g h t   a n k l e   s p r a i n .   h e   w i l l   b e   o u t   1 - 2   w e e k s .   s o u r c e s   t e l l   m e   h e   s t e p p e d   o n   a   p l a y e r ’ s   f o o t   a t   p r a c t i c e .   v i a :  
c a v s '   e v a n   m o b l e y   c o u l d   m i s s   u p   t o   t w o   w e e k s   w i t h   r i g h t   a n k l e   s p r a i n     v i a  
e x c i t e d   t o   t a l k   c a v s   w i t h     t h i s   s e a s o n .   g i v e   u s   a   l i s t e n   o v e r   a t     & a m p ;   f e e l   f r e e   t o   i n t e r a c t   t h r o u g h o u t   t h e   s h o w .   l o o k i n g   f o r w a r d   t o   g u e s t s ,   g a m b l i n g   c o n t e n t ,   a n d   w a t c h i n g   t h i s   t e a m   t a k e   a n o t h e r   s t e p  
c l e   c a v s ’   b i g   m a n ,   e v a n   m o b l e y   i s   s e t   t o   m i s s   1 - 2   w e e k s   w /   a   r i g h t   a n k l e   s p r a i n .   i ’ d   s a y   k e v i n   l o v e   s h o u l d   t a k e   m o b l e y ’ s   p l a c e   w h i l e   h e ’ s   o u t   n b a   c a v s
e v a n   m o b l e y s   1 - 2   w e e k   t i m e t a b l e   f o r   h i s   s p r a i n e d   a n k l e   a l i g n s   w i t h   a   o c t   1 0 - 1 7   r e t u r n .   
 
 t h e     f i r s t   r e g u l a r   s e a s o n   g a m e   i s   o c t   1 9   v s     
 
 c a v s   c l e   n b a   m o b l e y   i n j u r y   r e t u r n   l i n e u p   l i n e u p s
i   w o u l d   b e   * v e r y *   s u r p r i s e d   i f   e v a n   m o b l e y   m i s s e d   t h e   s e a s o n   o p e n e r . 
 
 t h a t   s a i d ,   i ’ d   s i t   h i m   u n t i l   t h e   e a s t e r n   c o n f e r e n c e   f i n a l s   a s   a   p r e c a u t i o n . 
 
 c a v s
n o t h i n g   l i k e   m o n d a y   n i g h t   j v   f o o t b a l l   a s   _ c a v s f b   t a k e s   o n   _ f b !   a   g r e a t   g a m e   b e t w e e n   t h e   c a v s   a n d   t h e   s p a r t a n s !   t e a m u c p s   b e t h e b e s t         _ c a v s     _ a t h l e t i c s 1   💯 🏈 💯 🏈  
t h i s   s t i n k s ,   n o   o t h e r   w a y   a r o u n d   i t .   r e a l l y   f r u s t r a t i n g   n e w s   f o r   c a v s   t o   s t a r t   t h e   p r e s e a s o n   w i t h   a n   i n j u r y   t o   a   c r i t i c a l   p l a y e r   a f t e r   t h e   t e a m   d e a l t   w i t h   s o   m a n y   i n j u r i e s   d o w n   t h e   s t r e t c h   l a s t   y e a r . 
 
 c h e c k   o u t   t h e   a l l - n e w     f o r   t h e   l a t e s t   i n f o !   l e t e m k n o w  
c a v s   e v a n   m o b l e y   c o u l d   b e   o u t   u p   t o   2   w e e k s   w /   s p r a i n e d   r i g h t   a n k l e   s u f f e r e d   w h e n   h e   s t e p p e d   o n   r o b i n   l o p e z ' s   f o o t   o n   a   d r i v e   t o   t h e   b a s k e t   i n   p r a c t i c e .   h o w e v e r ,   a   s o u r c e   t e l l s     t h e r e   i s n ' t   c u r r e n t   c o n c e r n   a b o u t   h i m   m i s s i n g   s e a s o n   o p e n e r 
 

s o   i t   s t a r t s .   d a n g ! !   c a v s  
b r e a k i n g   n e w s :   c a v a l i e r s   a n n o u n c e   f o r w a r d   e v a n   m o b l e y   w i l l   m i s s   1 - 2   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n . 
 
 m o r e   i n f o r m a t i o n   t o   f o l l o w   o n   
 
 c a v s   |   l e t e m k n o w  
q u i c k   n e w s e r   o n   e v a n   m o b l e y   i n j u r y .   c a v s  
e v a n   m o b l e y   i s   o u t   f o r   a t   l e a s t   o n e   t o   t w o   w e e k s   d u e   t o   a   s p r a i n e d   a n k l e .   h e a l   u p !   🙏 🏼 c a v s 
 

c a v s   e v a n   m o b l e y   w i l l   m i s s   w e d n e s d a y   n i g h t ' s   g a m e   a g a i n s t   t h e   7 6 e r s   w i t h   a   r i g h t   a n k l e   s p r a i n .   
 
 h e ' l l   b e   o u t   a r o u n d   1 - 2   w e e k s .
o k .   n o t   i d e a l   b u t   g e t   t h i s   i n j u r y   s h i t   o u t t a   t h e   w a y   e a r l y   s o   t h a t   t h e   r e s t   o f   t h e   s e a s o n   i s   s o l i d   c a v s  
w e   a r e   l i v e   o n   t w i t c h   w i t h     f r o m   ! !     j o i n   u s   t o   t a l k   c a v s   a n d   n b a ! 
 

t h e   1 - 2   w e e k   w i n d o w   s t i l l   k e e p s   m o b l e y   o n   t r a c k   t o   p l a y   i n   t h e   s e a s o n   o p e n e r   i n   t o r o n t o   a g a i n s t   t h e   r a p t o r s   f o r   t h e   c a v s .  
e v a n   m o b l e y   s p r a i n e d   h i s   r i g h t   a n k l e   d u r i n g   t r a i n i n g   c a m p   & a m p ;   w i l l   m i s s   w e d n e s d a y ’ s   g a m e   a g a i n s t   t h e   s i x e r s . 
 
 t i m e t a b l e   f o r   r e t u r n   i s   a p p r o x i m a t e l y   1 - 2   w e e k s ,   c a v s   s a y .
c a v s   b i g   m a n   e v a n   m o b l e y   w i l l   b e   o u t   1 - 2   w e e k s   d u e   t o   a n   a n k l e   s p r a i n   a n d   w i l l   m i s s   w e d n e s d a y ’ s   g a m e   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s ,   p e r   t e a m . 
 
 h i s   s t a t u s   w i l l   b e   u p d a t e d   a s   a p p r o p r i a t e .
e v a n   m o b l e y   w i l l   m i s s   t h e   c a v s   p r e s e a s o n   o p e n e r   w i t h   a n   a n k l e   s p r a i n .   c a v s  
b a d   n e w s   f o r   t h e   c a v s :   p f   e v a n   m o b l e y   w i l l   b e   o u t   1 - 2   w e e k s   w i t h   a n   a n k l e   s p r a i n .
c a v s   s a y   e v a n   m o b l e y   i s   o u t   1 - 2   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n
c a v s   f o r w a r d   e v a n   m o b l e y   w i l l   m i s s   w e d n e s d a y   n i g h t ' s   g a m e   i n   p h i l a d e l p h i a   d u e   t o   a   r i g h t   a n k l e   s p r a i n   a n d   w i l l   r e m a i n   o u t   a p p r o x i m a t e l y   1 - 2   w e e k s .  
c l e v e l a n d   c a v a l i e r s   h a v e   r e v e a l e d   e v a n   m o b l e y   w i l l   m i s s   o n e - t o - t w o   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n . 
 c a v s   n b a
c a v s   a n n o u n c e   c / f   e v a n   m o b l e y   w i l l   m i s s   1 - 2   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n
c a v s   y o u n g s t e r   e v a n   m o b l e y   w i l l   n o t   p l a y   w e d n e s d a y   n i g h t   b e c a u s e   o f   a   r i g h t   a n k l e   s p r a i n .   h e   w i l l   b e   o u t   1 - 2   w e e k s .   s o u r c e s   t e l l   m e   h e   s t e p p e d   o n   a   p l a y e r ’ s   f o o t   a t   p r a c t i c e .
c a v s   f o r w a r d   e v a n   m o b l e y   o u t   u p   t o   2   w e e k s   w i t h   a   s p r a i n e d   r i g h t   a n k l e .
c a v s   a n n o u n c e   t h a t   f o r w a r d   e v a n   m o b l e y   w i l l   m i s s   w e d n e s d a y   n i g h t ' s   g a m e   a t   p h i l a d e l p h i a   d u e   t o   a   r i g h t   a n k l e   s p r a i n   a n d   w i l l   r e m a i n   o u t   a p p r o x i m a t e l y   1 - 2   w e e k s .
c a v s   a n n o u n c e   t h a t   b i g   m a n   e v a n   m o b l e y   w i l l   m i s s   t h e   n e x t   1 - 2   w e e k s   w i t h   a n   a n k l e   s p r a i n .
e v a n   m o b l e y   s p r a i n e d   h i s   r i g h t   a n k l e   a n d   w i l l   m i s s   1 - 2   w e e k s   o f   a c t i o n ,   c a v s   s a y .
c a v s   a n n o u n c e   t h a t   e v a n   m o b l e y   w i l l   m i s s   w e d n e s d a y   n i g h t ' s   p r e s e a s o n   g a m e   i n   p h i l l y   d u e   t o   a   r i g h t   a n k l e   s p r a i n .   h e   w i l l   b e   o u t   a p p r o x i m a t e l y   1 - 2   w e e k s .
t h e     h a d   o n e   o f   t h e   m o s t   s u r p r i s i n g   s e a s o n s   i n   2 0 2 2 ,   a n d   t h e n   m a d e   a   h u g e   s p l a s h ,   t r a d i n g   f o r   d o n o v a n m i t c h e l l .   w h e r e   d o   t h e   c a v s   r a n k   t h i s   y e a r ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 c l e v e l a n d c a v a l i e r s   d a r i u s g a r l a n d   e v a n m o b l e y   j a r r e t t a l l e n   b e l i e v e l a n d  
" h e   d o e s   a   g r e a t   j o b   o f   c l o s i n g   o u t   f r o m / a t t a c k i n g   c l o s e o u t s   f r o m   t h e   p e r i m e t e r .   h e ' s   e x c e l l e n t   w h e n   h e   r u n s   t h e   f l o o r   & a m p ;   h a s   o p p o r t u n i t i e s   t o   f i n i s h   i n   b r o k e n   s i t u a t i o n s . . .   h e ' s   b e e n   r u n n i n g   t h e   f l o o r .   h i s   t e a m m a t e s   a r e   f i n d i n g   h i m ,   h e ' s   b e e n   d o i n g   a   g r e a t   j o b   o f   c u t t i n g . "   c a v s
f o c u s   f o r   o k o r o ?   b i c k e r s t a f f :   " p u t t i n g   p r e s s u r e   o n   t h e   p a i n t   a n d   t h e n   b e i n g   a b l e   t o   m a k e   p l a y s   f r o m   t h e r e .   a n d   t h e n   o b v i o u s l y   h e ' l l   h a v e   h i s   f e e t   s e t   a n d   k n o c k   d o w n   j u m p e r s ,   b u t   t h e   e m p h a s i s   i s   g e t   t o   t h e   p a i n t ,   m a k e   t h e   p l a y .   r u n   t h e   f l o o r ,   m a k e   t h e   p l a y . . . "   c a v s
c a v s   2 0 2 3   r b   c o m m i t     i s   s p o o k y   f a s t   i n   t h e   o p e n   f i e l d .   w h e n   t h e y   t a l k   a b o u t   g a m e   c h a n g i n g   s p e e d ,   t h i s   i s   t h e   t y p e   o f   a c c e l e r a t i o n   a n d   t o p   e n d   s p e e d   e v e r y b o d y   " c o v e t s " .   a l s o   e x c e l l e n t   a t   p i c k i n g   u p   y a r d s   a f t e r   c o n t a c t   & a m p ;   t o u g h   r u n n e r .   
 
   c a v s
b i c k e r s t a f f   s a i d   c a v s   w e r e   s o   f o c u s e d   o n   c r e a t i n g   s p a c e   t h a t   t h e y   d i d n ' t   a l l o w   i s a a c   o k o r o   t o   p l a y   t o   h i s   s t r e n g t h s   l a s t   s e a s o n :   " a   l o t   o f   w h a t   p e o p l e   w e r e   w a t c h i n g   w a s   o n   u s   a n d   w a s   s y s t e m a t i c .   w e   k n o w   f o r   u s   t o   g e t   w h e r e   w e   w a n t   t o   g o ,   i s a a c   h a s   t o   c o n t i n u e   t o   m o v e . "  
i   k n o w   i t ’ s   n o t   n b a   s e a s o n   y e t ,   b u t   m y   w i f e   j u s t   r e m i n d e d   m e   o f   t h e   n i g h t   t h e   c a v s   w o n   t h e   t i t l e .   w h e n   t h e   b u z z e r   s o u n d e d ,   i   d i d   t h e   y o s e m i t e   s a m   m a d   d a n c e …   e x a c t l y   l i k e   t h i s ,   b u t   i   w a s   o b v i o u s l y   e c s t a t i c   i n s t e a d   o f   a n g r y .   
 
 h o w   d i d   y o u   i m m e d i a t e l y   r e a c t ?   
 
 l e t e m k n o w  
h a p p y   h a p p y   h a p p y   😊   
 
 d o g   d o g s o n t w i t t e r   d o g s o f t w i t t e r   c a v s   c a v p a c k  
s a c r a m e n t o   k i n g s   h a v e n ' t   m a d e   t h e   p l a y o f f s   i n   a   r e c o r d   1 6   y e a r s !   👀 
 
 w h i c h   t e a m   k i l l s   t h e   p l a y o f f s   d r o u g h t   t h i s   y e a r ?   🗣 ️ 
 
 s a c r a m e n t o k i n g s   h o r n e t s   c a v s   s p u r s   d e t r o i t p i s t o n s   n b a  
⏳   g o i n g   l i v e   o n   t w i t c h   i n   j u s t   u n d e r   3 h r s   w i t h     o f   ! ! 
 
 🏀   j o i n   u s   t o   t a l k   a b o u t   t h e   c a v s   a n d   t h e   n b a ! ! 
 
 🎟 ️   a l s o   s o m e o n e   i n   t h e   s t r e a m   t o n i g h t   w i l l   w i n   a   p a i r   o f   t i c k e t s   t o   t h e   c a v s   v   h a w k s   p r e s e a s o n   g a m e   o n   1 0 / 1 2 ! ! 
 
  
" i   n e v e r   w a v e r e d   i n   m y   f a i t h . . .   i   d o n ' t   p l a n   o n   l o o k i n g   b a c k . " 
 
 d y l a n   w i n d l e r   d i s c u s s e s   t h e   c a v s   b e l i e f   i n   h i m ,   t h e   s i g n i f i c a n c e   o f   h i s   c o n t r a c t   y e a r ,   w h a t   k i n d   o f   s h o t   f o c u s   h e ' l l   h a v e   a n d   p r i o r i t i z i n g   h i s   d e f e n s i v e   i m p a c t .    
w e l l - r e s p e c t e d   n b a   p o i n t   g u a r d   r a u l   n e t o   s p e a k s   o n   r e l i s h i n g   t h e   v e t e r a n   r o l e ,   r i c k y   r u b i o   a s   a   l e a d e r   a n d   w h y   h e   f e e l s   t h e   c a v s   a r e   a   g o o d   f i t   f o r   h i m .    
e v a n   m o b l e y   r a t e d   r o o k i e   h o l o     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   c a v s   e v a n m o b l e y   r o o k i e   r c   r o o k i e c a r d  
e v a n   m o b l e y   r a t e d   r o o k i e   h o l o     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   c a v s   e v a n m o b l e y   r o o k i e   r c   r o o k i e c a r d  
      a s   l o n g   a s   t h e   c o r e   s t a y s   r e l a t i v e l y   h e a l t h y ,   t h i s   c o u l d   b e   t h e   s t a r t   o f   a n   i n c r e d i b l e   y e a r   f o r   t h e   c a v s .
e v e n   t h o u g h   c a v s   c e d i   o s m a n   w a s   m i l e s   a w a y   t h i s   p a s t   s u m m e r ,   h e   h e a r d   t h e   p e r s i s t e n t   t r a d e   s p e c u l a t i o n .   b u t   h e   i s n ' t   b o t h e r e d   b y   i t .   h e ' s   f o c u s e d   o n   b u i l d i n g   o n   w h a t   h e   c a l l e d   t h e   b e s t   s e a s o n   o f   h i s   c a r e e r   & a m p ;   f i n d i n g   a   n e w   l e v e l   o f   c o n s i s t e n c y . 
 

i   d u n n o   a b o u t   y o u ,   b u t   i ’ m   n o w   m o r e   e x c i t e d   a b o u t   t h e   c a v s   n o w   u n t i l   d w   c o m e s   b a c k   w i n e a n d g o l d
a s   t h e   c a v s   g e t   s e t   f o r   p r e s e a s o n   g a m e   1 ,   c o a c h   b i c k e r s t a f f   m a d e   c l e a r   t h a t   t h e r e   h a v e   b e e n   n o   d e c i s i o n s   m a d e   o n   m i n u t e s ,   r o l e s   & a m p ;   r o t a t i o n s .   h e   n o t e d   t h a t   i f   y o u   w a n t   h e a l t h y   c o m p e t i t i o n ,   y o u   h a v e   t o   g i v e   g u y s   t h e   o p p o r t u n i t y   t o   c o m p e t e . 
 
 i t   s t a r t s   w e d n e s d a y   o n   !
d y l a n   w i n d l e r   s a i d   t h e   l a s t   t i m e   h e   f e l t   t h i s   g o o d   p h y s i c a l l y   w a s   p r o b a b l y   e a r l y   i n   h i s   s e n i o r   y e a r   i n   c o l l e g e . 
 
 j . b .   b i c k e r s t a f f   s a y s   w i n d l e r ’ s   r e n e w e d   c o n f i d e n c e   i s   o n   d i s p l a y   i n   c a m p . 
 
 “ h e ’ s   b e c o m i n g   m u c h   m o r e   o f   a   h u n t e r   t h a n   a   g u y   w h o ’ s   p a s s i v e l y   l o o k i n g   f o r   s h o t s . ”   c a v s  
c a v s   h e a d   c o a c h   j b   b i c k e r s t a f f   s a i d   t h a t   i   a m   l o o k i n g   s o o o o   g o o d   t h i s   o f f s e a s o n
c a v s   r i c k y   r u b i o   g e t t i n g   s o m e   w o r k   i n   a f t e r   p r a c t i c e  
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   t h a t   e v e r y b o d y   t h a t   i s   h e a l t h y   w i l l   p l a y   o n   w e d n e s d a y   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s .
c a v s   f o r w a r d   d y l a n   w i n d l e r   i s   “ b a c k   t o   h i s   n o r m a l   s e l f ”   p h y s i c a l l y   h e a d i n g   i n t o   p r e s e a s o n .
c a v s   h e a d   c o a c h   j b   b i c k e r s t a f f   s a y s   t h a t   e v e r y b o d y   t h a t   i s   h e a l t h y   w i l l   p l a y   i n   t h e   t e a m ’ s   p r e s e a s o n   o p e n e r   w e d n e s d a y   i n   p h i l a d e l p h i a .
j . b .   b i c k e r s t a f f   o n   7 6 e r s   g a m e   o n   w e d n e s d a y :   " w e   w i l l   p l a y   e v e r y b o d y   t h a t   i s   h e a l t h y . "   c a v s
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   t h a t   g o i n g   t e n   p l a y e r s   d e e p   i s   t h e   “ i d e a l   n u m b e r ”   f o r   h i m   r o t a t i o n - w i s e   h e a d i n g   i n t o   t h i s   s e a s o n .
l o t s   o f   g o o d   s t u f f   f r o m   j . b .   b i c k e r s t a f f   o n   i s a a c   o k o r o   t o d a y .   c a v s   h e a d   c o a c h   t a k e s   s o m e   b l a m e   f o r   p u t t i n g   h i m   " i n   a   b o x "   l a s t   s e a s o n .
c a v s   r i c k y   r u b i o   g e t t i n g   w o r k   i n   t o d a y   f o l l o w i n g   p r a c t i c e .  
c a v s   r i c k y   r u b i o   g e t t i n g   w o r k   i n   t o d a y   f o l l o w i n g   p r a c t i c e .  
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s h a r e d   w i t h   u s   t h a t   i s a a c   o k o r o   h a s   b e e n   “ w o r k i n g   h i s   a s s   o f f ”   a l l   o f   t r a i n i n g   c a m p . 
 
 b i c k e r s t a f f   a l s o   s a i d   t h a t   h e   p u t   o k o r o   i n   a   b o x   l a s t   s e a s o n   a n d   w a n t s   t o   g i v e   h i m   t h e   r u n w a y   t h i s   y e a r   t o   g r o w   a n d   h e l p   t h i s   t e a m   w i n .  
r i c k y   r u b i o ' s   z o o m i n '   a r o u n d .   r e h a b   l o o k s   l i k e   i t ' s   g o i n g   w e l l .   c a v s    
s o m e   r i c k y   r u b i o   t h r e e - p o i n t e r s   t o   c l o s e   o u t   c a v s   p r a c t i c e . 
 
 h e ’ s   a l s o   d r i v i n g   t o   t h e   b a s k e t   a s   w e l l   a n d   s h o w i n g   s o m e   b u r s t .  
c a v s   g u a r d   r i c k y   r u b i o   c o n t i n u i n g   h i s   r e h a b   a s   h e   r e t u r n s   f r o m   a   t o r n   l e f t   a c l .  
i ' m   w i l l i n g   t o   b e t   t h a t   n e i t h e r   h a r d e n   n o r   e m b i i d   w i l l   p l a y   o n   w e d n e s d a y   a g a i n s t   t h e   c a v s   e i t h e r .  
t h e   c a v s   h a v e   1   s t a r t i n g   j o b   t o   f i l l   a n d   _   b r o k e   d o w n   t h e   o p t i o n s   c l e v e l a n d   h a s   f o r   t h e   s m a l l   f o r w a r d   s p o t .    
a n y o n e   e l s e   c r a z y   e x c i t e d   f o r   t h e   c l e v e l a n d   c a v s   s e a s o n   t o   s t a r t ?
w h o   s h o u l d   b e   t h e   c a v s   s t a r t i n g   s m a l l   f o r w a r d ?   w e ' l l   g e t   m o r e   c l a r i t y   a s   p r e s e a s o n   g e t s   r o l l i n g   t h i s   w e e k   b u t   c l e v e l a n d   h a s   s o m e   o p t i o n s ,   p r o o f   o f   j u s t   h o w   d e e p   t h e i r   r o s t e r   i s .  
h a p p y   m o n d a y ,   f o l k s .   t h e   m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   a l o n g   w i t h   a   f e w   s e l e c t   p l a y e r s   o n c e   t o d a y ’ s   p r a c t i c e   c o n c l u d e s . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
w h a t   s t o o d   o u t   f r o m   t h e   c a v s   f i r s t   w e e k   o f   t r a i n i n g   c a m p ?  
r e h a b b i n g   r i c k y   r u b i o   s a y s   h e   s t a y e d   i n   c l e v e l a n d   b e c a u s e   h e   b e l i e v e s   i n   c a v s   c u l t u r e  
c l e v e l a n d   i s   a   b a s k e t b a l l   c i t y . . . . . . . . . . .     l e t e m k n o w   c a v s  
m u c h   l i k e   r o b i n   l o p e z   i n   t o d a y ’ s   t h u m b n a i l ,   w e   p o n d e r   h o w   t h e   c a v s   w i l l   u t i l i z e   t h e i r   c e n t e r   r o t a t i o n .  
h a v i n g   f l a s h b a c k s   o f   c o a c h   c a l l i n g   a l l   3   t o s   b e f o r e   t h e   2 - m i n u t e   w a r n i n g ,   n o t   g i v i n g   c h u b b   t h e   b a l l   i n   t h e   r e d z o n e ,   a n d   o u r   d e f e n s e   b e i n g   d e c i m a t e d …   o f f i c i a l   s t a t e m e n t   c o m i n g   l a t e r   t o d a y   b r o w n s   f o r t h e l a n d   c a v s  
g r e a t   e p i s o d e   c o m i n g   t o d a y ! !   n o   _ c b d   t h i s   w e e k   a s   h e   w a s   s u l k i n g   a n d   w i s h i n g   f o r   t h e   s w e e t   r e l e a s e   o f   d e a t h   a s   t h e   a t l a n t a   f l a c o n s   k i l l e d   h i s   w i l l   t o   p o d   b r o w n s   c a v s   f o r t h e l a n d
a s   w e   g e t   r e a d y   t o   s t a r t   t h e   s e c o n d   w e e k   o f   c a m p   a n d   t h e   f i r s t   p r e s e a s o n   g a m e   l o o m s   o n   w e d n e s d a y   n i g h t ,   h e r e   a r e   o u r   b i g g e s t   o b s e r v a t i o n s   s o   f a r !   c a v s   l e t e m k n o w   
 

o n e   p l a y e r   c a v s   s o   f a r   h a s   b r o k e n   i n t o   s p o r t s   i l l u s t r a t e d ' s   t o p   1 0 0 : 
 
 5 7 .   j a r r e t t   a l l e n   ( p r e v i o u s   r a n k :   8 3 ) 
 
 p l a y e r s   5 0 - 3 1   w i l l   b e   r e v e a l e d   t o m o r r o w ,   w h i c h   w i l l   l i k e l y   h a v e   a   f e w   m o r e   c l e v e l a n d e r s   o n   i t . 
 

o n   t o d a y ' s   s h o w     a n d     g o   b i g   o n   t h e   c e n t e r   d e p t h   o n   t h e   c a v s   r o s t e r . 
 
 w i l l   r o b i n   l o p e z   p l a y   s e r i o u s   m i n u t e s ?   w h a t   w i l l   j a r r e t t   a l l e n   l e v e l   u p   n e x t ?   h o w   a b o u t   e v a n   m o b l e y ? 
 
 📺 :   
 🎧 :    
l a t e   l a s t   w e e k ,   t h e   c a v s   r e l e a s e d   t h e i r   c o m m u n i t y   i m p a c t   r e p o r t   f o r   2 0 2 1 . 
 
 i n   m y   l a t e s t ,   i   p u t   i n t o   w o r d s   h o w   m a s s i v e   t h e i r   a c t i o n s   i n   t h e   p a s t   y e a r   h a v e   b e e n   f o r   t h e   g r e a t e r - c l e v e l a n d   c o m m u n i t y .   s u b s c r i b e ! 
 

r e - l i s t e n i n g   t o   s o m e   o f   m y   c a v s   t r a i n i n g   c a m p   a u d i o   & a m p ;   l o t s   o f   q u o t e s   o n   e v a n   m o b l e y   s t a n d   o u t . . . t h e s e   t w o   i n   p a r t i c u l a r . . . .
h a p p y   2 8 t h   b i r t h d a y   t o   _ t y u s !   
 
 m a y b e   y o u ’ l l   r e t u r n   t o   t h e   c a v s   d o w n   t h e   r o a d   👀 👀 👀 
 
 a t c b i r t h d a y s  
n e w   v i d e o   t o   w a t c h : 
 
 " c l e v e l a n d   c a v a l i e r s   f i n a l l y   r e s i g n   d e a n   w a d e   t o   v e r y   g o o d   d e a l ! "   
 
 c r e a t o r :     c e n t r e   h a l f   b e n c h 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
  d i s h e d   o n   h o w   c a v s   w i n g   c a r i s   l e v e r t   i s   l o o k i n g   f o r w a r d   t o   h a v i n g   m o r e   o f f - b a l l   l o o k s .     l e t e m k n o w
j a r r e t t   a l l e n   t e a s i n g   k e v i n   l o v e   i s   a   s i g n   t h e   c l e v e l a n d   c a v a l i e r s   c h e m i s t r y   i s   s e c o n d   t o   n o n e 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   k e v i n l o v e   j a r r e t t a l l e n   

f i r s t   c a v s   g a m e ! ! !   l e t e m k n o w   k e v i n l o v e  
t o d a y   i s   w o r l d m e n t a l h e a l t h d a y ,   & a m p ;   a t h l e t e s   a t   e v e r y   l e v e l   c o n t i n u e   t o   c h a m p i o n   d e s t i g m a t i z a t i o n ! 
 
 m e e t   t h e   m o m e n t ™ ️   i s   a   s t a r t u p   d e v o t e d   t o   i m p r o v i n g   a t h l e t e   m e n t a l f i t n e s s   u s i n g   e v i d e n c e - b a s e d   m i n d f u l n e s s .   b i o   l i n k - & g t ;   w a i t l i s t 
 
 a t h l e t e m e n t a l h e a l t h   k e v i n l o v e   n b a   m e n t a l h e a l t h  
    & a m p ;     :   c a n   k e v i n l o v e   b e   a   s t a r t e r   i n   t h i s   l i n e u p   i f   s o   t h e y   w o u l d   h a v e   5   a l l - s t a r s   o n   t h e   c o u r t . . c a v s 
      
  m y   s t a r t u p   h e l p s   m e n t a l   h e a l t h   o f   n u r s e s .   w e ’ v e   p a r t n e r e d   w i t h   t h e   m a y o   c l i n i c   t o   b r i n g   t h i s   t o   l i f e ,   w e ’ d   l o v e   t o   h a v e   y o u   o n b o a r d   a s   w e l l !   c a n   w e   c o n n e c t   f o r   j u s t   1 5   m i n ?   m e n t a l h e a l t h a w a r e n e s s   k e v i n l o v e
t h e   b a t t l e   f o r   t h e   r e b o u n d i n g   k i n g   w a s   a n   e x c i t i n g   o n e   1 1   y e a r s   a g o   💪 
 
 d w i g h t h o w a r d   k r i s h u m p h r i e s   z a c h r a n d o l p h   k e v i n l o v e   b l a k e g r i f f i n   f a c e b o o k r e e l s   r e e l s   f y p  
k e v i n   l o v e   o n   d r a y m o n d   g r e e n - j o r d a n   p o o l e   p u n c h   k e v i n l o v e  
k e v i n   l o v e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n l o v e   k e v i n   l o v e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
“ m y   t e a m   a n d   i ,   w e   a l w a y s   s a y   t h a t   m e n t a l   i l l n e s s   i s   o n e   o f   t h e   g r e a t e s t   t h i e v e s   o f   h u m a n   p o t e n t i a l ,   b u t   i t   c e r t a i n l y   d o e s n ’ t   h a v e   t o   b e . . . ”   k e v i n l o v e   h i g h s c h o o l   m e n t a l h e a l t h 
 

j a r r e t t   a l l e n   t e a s i n g   k e v i n   l o v e   i s   a   s i g n   t h e   c l e v e l a n d   c a v a l i e r s   c h e m i s t r y   i s   s e c o n d   t o   n o n e 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   k e v i n l o v e   j a r r e t t a l l e n   

f i r s t   c a v s   g a m e ! ! !   l e t e m k n o w   k e v i n l o v e  
t o d a y   i s   w o r l d m e n t a l h e a l t h d a y ,   & a m p ;   a t h l e t e s   a t   e v e r y   l e v e l   c o n t i n u e   t o   c h a m p i o n   d e s t i g m a t i z a t i o n ! 
 
 m e e t   t h e   m o m e n t ™ ️   i s   a   s t a r t u p   d e v o t e d   t o   i m p r o v i n g   a t h l e t e   m e n t a l f i t n e s s   u s i n g   e v i d e n c e - b a s e d   m i n d f u l n e s s .   b i o   l i n k - & g t ;   w a i t l i s t 
 
 a t h l e t e m e n t a l h e a l t h   k e v i n l o v e   n b a   m e n t a l h e a l t h  
    & a m p ;     :   c a n   k e v i n l o v e   b e   a   s t a r t e r   i n   t h i s   l i n e u p   i f   s o   t h e y   w o u l d   h a v e   5   a l l - s t a r s   o n   t h e   c o u r t . . c a v s 
      
  m y   s t a r t u p   h e l p s   m e n t a l   h e a l t h   o f   n u r s e s .   w e ’ v e   p a r t n e r e d   w i t h   t h e   m a y o   c l i n i c   t o   b r i n g   t h i s   t o   l i f e ,   w e ’ d   l o v e   t o   h a v e   y o u   o n b o a r d   a s   w e l l !   c a n   w e   c o n n e c t   f o r   j u s t   1 5   m i n ?   m e n t a l h e a l t h a w a r e n e s s   k e v i n l o v e
t h e   b a t t l e   f o r   t h e   r e b o u n d i n g   k i n g   w a s   a n   e x c i t i n g   o n e   1 1   y e a r s   a g o   💪 
 
 d w i g h t h o w a r d   k r i s h u m p h r i e s   z a c h r a n d o l p h   k e v i n l o v e   b l a k e g r i f f i n   f a c e b o o k r e e l s   r e e l s   f y p  
k e v i n   l o v e   o n   d r a y m o n d   g r e e n - j o r d a n   p o o l e   p u n c h   k e v i n l o v e  
k e v i n   l o v e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n l o v e   k e v i n   l o v e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
“ m y   t e a m   a n d   i ,   w e   a l w a y s   s a y   t h a t   m e n t a l   i l l n e s s   i s   o n e   o f   t h e   g r e a t e s t   t h i e v e s   o f   h u m a n   p o t e n t i a l ,   b u t   i t   c e r t a i n l y   d o e s n ’ t   h a v e   t o   b e . . . ”   k e v i n l o v e   h i g h s c h o o l   m e n t a l h e a l t h 
 

s o m e t h i n g   s h e   e n j o y s 
 
 s e n d   l o v e   t o   k e v i n   o n c e   a g a i n   l i n k   i n   b i o 
 o r p h a n s   d i s a b i l i t y   v u l n e r a b i l i t y   d o n a t i o n s  
i   d o n ' t   k n o w   h o w   m a n y   t i m e s   i ' v e   s e e n   t h i s   v i d e o   a l r e a d y   😂   i t ' s   s o   c u t e   a n d   f u n n y . !   w e   a l l   l o v e   k e v i n . ! ! ! !   ❤ 
 o m e g a _ x   _ m e m b e r s   o m e g a x   k e v i n   j i n w o o  
  i   l o v e   k e v i n
p l e a s e   h e s   s o   b e a u t i f u l ,   t h e   p r e t t i e s t   b o y   i ' v e   e v e r   s e e n ,   i   l o v e   h i m   s o   m u c h 
 k e v i n   케 빈   더 보 이 즈   t h e b o y z  
w e   l o v e   t h i s   b a n d ! 
 . 
 e x t r e m e b a n d   g a r y c h e r o n e   n u n o b e t t e n c o u r t   p a t b a d g e r   k e v i n . . .    
t h a t ' s   o n e   o f   t h e   r e a s o n s   i   l o v e   k e v i n   m o o n   ❤ ️   m y   b o y   ❤ ️ 
 t h e b o y z   k e v i n  
y o u   h a v e   t o   b e   a   v e r y ,   v e r y   s p e c i a l   p e r s o n   t o   d e a l   w i t h   k e v i n   f r o m   b l i n g e m p i r e   b l i n g e m p i r e s e a s o n 3     o m g   .   i   s a y   t h i s   w i t h   a l l   t h e   l o v e   ❤ ️   🤭
a   f r i e n d s h i p   l i k e   k e v i n   a n d   !   n o   j u d g m e n t ,   n o   j e a l o u s y ,   n o   l o w   k e y   h a t e .   j u s t   a u t h e n t i c .   i   l o v e   t h a t .   ❤     b l i n g e m p i r e   b l i n g e m p i r e s 3
  k i m ,   i   h o p e   k e v i n   i s   y o u r   t y p e   w h e n   h i s   b u s i n e s s   d o e s   w e l l …   y o u   s e e m e d   r e a l l y   j e a l o u s   w h e n   y o u   s a w   h i m   a n d   d e v o n   t o g e t h e r .     i   d o   u n d e r s t a n d   g i r l   w a n t s   s e c u r i t y .   l o v e   i s   p r i c e l e s s   t h o u g h .   b l i n g e m p i r e   k e v i n
o h   m y   g o d   y o u   c o u l d   w a t c h   u s ! ? ! ?   i f   w e   h a d   k n o w n ,   w e   c o u l d   h a v e   s h o w n   y o u   s o m e   l o v e ! ! ! ! ! ! !   y o u   w e r e   a m a z i n g   l a s t   n i g h t ! ! !   l o v e   y o u   s o   m u c h   k e v i n   케 빈  
l i k e   a n d   s h a r e   i f   y o u   t h i n k   i t ` s   f a n t a s t i c ! 
 
 l o v e   m i n i o n s ?   v i s i t   u s :   
 
 m i n i o n s l o v e   f u n n y   k e v i n  
l i k e   i f   y o u   r e m e m b e r 
 
 l o v e   m i n i o n s ?   v i s i t   u s :   
 
 m i n i o n s l o v e   f u n n y   k e v i n  
📣   n e w   p o d c a s t !   " b y   f a i t h   -   s a c r i f i c i a l   f a i t h   -   b i s h o p   k e v i n   f o r e m a n "   o n     a p o s t o l i c   a t l a n t a   a t o n e m e n t   b i s h o p   c h r i s t   c h u r c h   d a y   d e n v e r   f a i t h   f o r e m a n   h a r v e s t   h e b r e w   j e s u s   k e v i n   l i f e   l o v e   r e v i v a l   s a c r i f i c i a l   t e a c h e r  
k e v i n   g o t   g o o s e b u m p s   f r o m   b l a c k   i s   k i n g   a h a h a h a   a n d   s e n t   h i s   g o o s e b u m p s   i   c a n t   w i t h   h i m   i   l o v e   i t 
 
 🌙   g o o s e b u m p s 
 
 k e v i n   p m   🌙 🪐   케 빈    
i s n ` t   i t   a w e s o m e ? 
 
 l o v e   m i n i o n s ?   v i s i t   u s :   
 
 m i n i o n s l o v e   f u n n y   k e v i n  
k e v i n   l o v e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n l o v e   k e v i n   l o v e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
i   l o v e   y o u   s o   m u c h . ♡ 
 
 o x   o m e g a _ x   k e v i n  
c h o m o l u n g m a ! ! ! 
 s o   a m a z i n g ! ! !   
 m t e v e r e s t     g r a t i t u d e p o w e r   t h a n k f u l   a w e i n s p i r i n g   
 l o v e   k e v i n f o r d   
 k e v i n - 2 7 - y e a r s b k 
 t h a n k f u l ,   g r a t e f u l   a n d   a w e   i n s p i r e d . . . 
  
o h   j u s t   t a k e   a   l o o k   a t   t h i s ! 
 
 l o v e   m i n i o n s ?   v i s i t   u s :   
 
 m i n i o n s l o v e   f u n n y   k e v i n  
_ m e m b e r s   y o u ' r e   b e a u t i f u l   a n d   s e x y   🤭   l m a o   k e v i n 
 t a e d o n g   i   l o v e   u   💚
i   l o v e   t u m b l i n g   s i w a n   s o   m u c h . . .   k k   ( i n   b l a c k )   😲 😍   k e v i n   w a s   b e a t b o x i n g .   m i n w o o   & a m p ;   d o n g j u n   a p p e a r e d   t o   b e   d o i n g   f l i p s   w i t h   s i w a n .   t h e   o t h e r   m e m b e r s   w e r e   s t a n d i n g   t o   t h e   s i d e . 
 
 z e a b a b i e s  
📣   n e w   p o d c a s t !   " c o m m a n d   y o u r   w e e k   p r a y e r   -   o c t o b e r   3 ,   2 0 2 2   -   b i s h o p   k e v i n   f o r e m a n "   o n     a p o s t l e   b i s h o p   c o m m a n d   d e l i v e r a n c e   f a i t h   f o r e m a n   h e a l i n g   h o p e   k e v i n   l o v e   l o v y   o c t o b e r   p r a y e r   p r o p h e t   p r o s p e r i t y   r e l a t i o n s h i p s   w e e k   y o u r  
📣   n e w   p o d c a s t !   " b y   f a i t h   -   f a i t h   f o r   d u m m i e s   -   b i s h o p   k e v i n   f o r e m a n "   o n     a t o n e m e n t   b i b l e   b i s h o p   b y   c h r i s t i a n   d u m m i e s   f a i t h   f o r e m a n   g r o w t h   h e a l e r   j e s u s   k e v i n   k i p p u r   l o v e   m o v e m e n t   o c t o b e r   r e l a t i o n s h i p s   t h e r a p h y   t h e r a p i s t  
s o m e t h i n g   s h e   e n j o y s 
 
 s e n d   l o v e   t o   k e v i n   o n c e   a g a i n   l i n k   i n   b i o 
 o r p h a n s   d i s a b i l i t y   v u l n e r a b i l i t y   d o n a t i o n s  
i   d o n ' t   k n o w   h o w   m a n y   t i m e s   i ' v e   s e e n   t h i s   v i d e o   a l r e a d y   😂   i t ' s   s o   c u t e   a n d   f u n n y . !   w e   a l l   l o v e   k e v i n . ! ! ! !   ❤ 
 o m e g a _ x   _ m e m b e r s   o m e g a x   k e v i n   j i n w o o  
  i   l o v e   k e v i n
p l e a s e   h e s   s o   b e a u t i f u l ,   t h e   p r e t t i e s t   b o y   i ' v e   e v e r   s e e n ,   i   l o v e   h i m   s o   m u c h 
 k e v i n   케 빈   더 보 이 즈   t h e b o y z  
w e   l o v e   t h i s   b a n d ! 
 . 
 e x t r e m e b a n d   g a r y c h e r o n e   n u n o b e t t e n c o u r t   p a t b a d g e r   k e v i n . . .    
t h a t ' s   o n e   o f   t h e   r e a s o n s   i   l o v e   k e v i n   m o o n   ❤ ️   m y   b o y   ❤ ️ 
 t h e b o y z   k e v i n  
y o u   h a v e   t o   b e   a   v e r y ,   v e r y   s p e c i a l   p e r s o n   t o   d e a l   w i t h   k e v i n   f r o m   b l i n g e m p i r e   b l i n g e m p i r e s e a s o n 3     o m g   .   i   s a y   t h i s   w i t h   a l l   t h e   l o v e   ❤ ️   🤭
a   f r i e n d s h i p   l i k e   k e v i n   a n d   !   n o   j u d g m e n t ,   n o   j e a l o u s y ,   n o   l o w   k e y   h a t e .   j u s t   a u t h e n t i c .   i   l o v e   t h a t .   ❤     b l i n g e m p i r e   b l i n g e m p i r e s 3
  k i m ,   i   h o p e   k e v i n   i s   y o u r   t y p e   w h e n   h i s   b u s i n e s s   d o e s   w e l l …   y o u   s e e m e d   r e a l l y   j e a l o u s   w h e n   y o u   s a w   h i m   a n d   d e v o n   t o g e t h e r .     i   d o   u n d e r s t a n d   g i r l   w a n t s   s e c u r i t y .   l o v e   i s   p r i c e l e s s   t h o u g h .   b l i n g e m p i r e   k e v i n
o h   m y   g o d   y o u   c o u l d   w a t c h   u s ! ? ! ?   i f   w e   h a d   k n o w n ,   w e   c o u l d   h a v e   s h o w n   y o u   s o m e   l o v e ! ! ! ! ! ! !   y o u   w e r e   a m a z i n g   l a s t   n i g h t ! ! !   l o v e   y o u   s o   m u c h   k e v i n   케 빈  
l i k e   a n d   s h a r e   i f   y o u   t h i n k   i t ` s   f a n t a s t i c ! 
 
 l o v e   m i n i o n s ?   v i s i t   u s :   
 
 m i n i o n s l o v e   f u n n y   k e v i n  
l i k e   i f   y o u   r e m e m b e r 
 
 l o v e   m i n i o n s ?   v i s i t   u s :   
 
 m i n i o n s l o v e   f u n n y   k e v i n  
📣   n e w   p o d c a s t !   " b y   f a i t h   -   s a c r i f i c i a l   f a i t h   -   b i s h o p   k e v i n   f o r e m a n "   o n     a p o s t o l i c   a t l a n t a   a t o n e m e n t   b i s h o p   c h r i s t   c h u r c h   d a y   d e n v e r   f a i t h   f o r e m a n   h a r v e s t   h e b r e w   j e s u s   k e v i n   l i f e   l o v e   r e v i v a l   s a c r i f i c i a l   t e a c h e r  
k e v i n   g o t   g o o s e b u m p s   f r o m   b l a c k   i s   k i n g   a h a h a h a   a n d   s e n t   h i s   g o o s e b u m p s   i   c a n t   w i t h   h i m   i   l o v e   i t 
 
 🌙   g o o s e b u m p s 
 
 k e v i n   p m   🌙 🪐   케 빈    
i s n ` t   i t   a w e s o m e ? 
 
 l o v e   m i n i o n s ?   v i s i t   u s :   
 
 m i n i o n s l o v e   f u n n y   k e v i n  
k e v i n   l o v e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n l o v e   k e v i n   l o v e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
i   l o v e   y o u   s o   m u c h . ♡ 
 
 o x   o m e g a _ x   k e v i n  
c h o m o l u n g m a ! ! ! 
 s o   a m a z i n g ! ! !   
 m t e v e r e s t     g r a t i t u d e p o w e r   t h a n k f u l   a w e i n s p i r i n g   
 l o v e   k e v i n f o r d   
 k e v i n - 2 7 - y e a r s b k 
 t h a n k f u l ,   g r a t e f u l   a n d   a w e   i n s p i r e d . . . 
  
o h   j u s t   t a k e   a   l o o k   a t   t h i s ! 
 
 l o v e   m i n i o n s ?   v i s i t   u s :   
 
 m i n i o n s l o v e   f u n n y   k e v i n  
_ m e m b e r s   y o u ' r e   b e a u t i f u l   a n d   s e x y   🤭   l m a o   k e v i n 
 t a e d o n g   i   l o v e   u   💚
i   l o v e   t u m b l i n g   s i w a n   s o   m u c h . . .   k k   ( i n   b l a c k )   😲 😍   k e v i n   w a s   b e a t b o x i n g .   m i n w o o   & a m p ;   d o n g j u n   a p p e a r e d   t o   b e   d o i n g   f l i p s   w i t h   s i w a n .   t h e   o t h e r   m e m b e r s   w e r e   s t a n d i n g   t o   t h e   s i d e . 
 
 z e a b a b i e s  
📣   n e w   p o d c a s t !   " c o m m a n d   y o u r   w e e k   p r a y e r   -   o c t o b e r   3 ,   2 0 2 2   -   b i s h o p   k e v i n   f o r e m a n "   o n     a p o s t l e   b i s h o p   c o m m a n d   d e l i v e r a n c e   f a i t h   f o r e m a n   h e a l i n g   h o p e   k e v i n   l o v e   l o v y   o c t o b e r   p r a y e r   p r o p h e t   p r o s p e r i t y   r e l a t i o n s h i p s   w e e k   y o u r  
📣   n e w   p o d c a s t !   " b y   f a i t h   -   f a i t h   f o r   d u m m i e s   -   b i s h o p   k e v i n   f o r e m a n "   o n     a t o n e m e n t   b i b l e   b i s h o p   b y   c h r i s t i a n   d u m m i e s   f a i t h   f o r e m a n   g r o w t h   h e a l e r   j e s u s   k e v i n   k i p p u r   l o v e   m o v e m e n t   o c t o b e r   r e l a t i o n s h i p s   t h e r a p h y   t h e r a p i s t  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
g a r l a n d   a l l e y   o o p   t o   m i t c h e l l   d a r i u s g a r l a n d   n b a   b a s k e t b a l l   c a v s   c a v a l i e r s   n b a t w i t t e r   d o n o v a n m i t c h e l l  
g a r l a n d   s p l a s h e s   t h e   t h r e e   n b a   b a s k e t b a l l   n b a t w i t t e r   c a v s   c a v a l i e r s   d a r i u s g a r l a n d  
g a r l a n d   t o   l e v e r t   3   n b a   b a s k e t b a l l   c a v s   d a r i u s g a r l a n d   c a r i s l e v e r t   c a v a l i e r s   n b a t w i t t e r  
g a r l a n d   f i n i s h e s   a t   t h e   r i m   n b a   b a s k e t b a l l   d a r i u s g a r l a n d   c a v s   c a v a l i e r s   n b a t w i t t e r  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
  b a c k   a t   i t   w i t h   t h e   s q u a d   🙌 🔥 🔥 
 
 n b a l o t t e r y   d a r i u s g a r l a n d   n b a o n t n t   n b a d r a f t   k y r i e   l a l a k e r s   u n d e r a u r m o r   k i n g j a m e s   u t a h j a z z   b l a z e r s   d a m e 4   n i k e b a s k e t b a l l   l e b r o n l a k e r s   p o r t l a n d t r a i l b l a z e r s   n i k e   m i a m i h e a t   k u h o o p s   t r a e y o u n g  
_ d i m e s   g o i n g   c r a z y   f o r   . r y t i e r i   !   3 4 p t s   6 a s t   a n d   t h e   w 🔥 🔥 🔥 
 
 b a s k e t b a l l   c e l t i c s   k y r i e   n b a d r a f t   l a l a k e r s   o k c   k i n g j a m e s   n b a o n t n t   c l e v e l a n d c a v a l i e r s   n b a l o t t e r y   u n d e r a u r m o r   d a r i u s g a r l a n d  
s h a r i f e   c o o p e r   ( c a v s   d e b u t )   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c a v s p r e s e a s o n   c l e v e l a n d c a v s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   n b a   n b a 2 k 2 3   p h i l a d e l p h i a 7 6 e r s   s h a r i f e c o o p e r   s h a r i f e c o o p e r a o t   s h a r i f e c o o p e r a u b u r n  
d o n o v a n   m i t c h e l l   d e b u t !   c l e v e l a n d   . . . 
   
 
   
 c a v s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s h i g h l i g h t s   c l e v e l a n d c a v a l i e r s n e w s   c l e v e l a n d c a v a l i e r s v s p h i l a d e l p h i a 7 6 e r s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l c a v s d e b u t   e a s t e r n c o n f e r e n c e   n b a  
t a h a a d   p e t t i f o r d   🔥 🔥   . b a l l 3 x     a t   d a v e   e d w a r d s   m e m o r i a l   . h o o p s   x     _ s c o u t _ b a s k e t b a l l   
 
 n b a   k u h o o p s   n b a p r e s e a s o n   n i k e   n b a d r a f t   n b a d r a f t   n b a g l e a g u e   g l e a g u e i g n i t e   e a s t c o a s t h o o p r e c r u i t   g o l d e n s t a t e   t y l e r h e r o   d a r i u s g a r l a n d   b a s k e t b a l l   t r a e  
t h e s e   p l a y e r s   g o t   t h e   b a g   d u r i n g   2 0 2 2   o f f s e a s o n !   💰 
 
 h o w   w i l l   y o u   r a t e   t h e s e   s i g n i n g s   -   o v e r p a i d ?   u n d e r p a i d ?   o r   j u s t   r i g h t ? 
 
 n i k o l a j o k i c   d e v i n b o o k e r   b r a d l e y b e a l   k a r l a n t h o n y t o w n s   z a c h l a v i n e   j a m o r a n t   z i o n w i l l i a m s o n   d a r i u s g a r l a n d   d a m i a n l i l l a r d   j a l e n b r u n s o n  
g a r l a n d   p u l l   u p   j .   n b a   b a s k e t b a l l   n b a t w i t t e r   d a r i u s g a r l a n d   c a v s   c a v a l i e r s  
  i s   s t a r t i n g   t o   h e a t   u p   🔥 🔥 💫 
 
 g o l d e n s t a t e   n b a g l e a g u e   s t a n f o r d m b b   a d i d a s   n b a   n b a l o t t e r y   u n d e r a u r m o r   o t e   j o r d a n p o o l e   c u r r y   d a r i u s g a r l a n d   g l e a g u e i g n i t e   e a s t c o a s t h o o p r e c r u i t   l a c l i p p e r s   c o l l e g e b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   n b a d r a f t   b r y c e j a m e s   s t a n f o r d  
t h e     h a d   o n e   o f   t h e   m o s t   s u r p r i s i n g   s e a s o n s   i n   2 0 2 2 ,   a n d   t h e n   m a d e   a   h u g e   s p l a s h ,   t r a d i n g   f o r   d o n o v a n m i t c h e l l .   w h e r e   d o   t h e   c a v s   r a n k   t h i s   y e a r ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 c l e v e l a n d c a v a l i e r s   d a r i u s g a r l a n d   e v a n m o b l e y   j a r r e t t a l l e n   b e l i e v e l a n d  
c a n   m o b l e y   a n d   a l l e n & a m p ; 3 9 ; s   . . . 
   
 
   
 a l l s t a r s   c e n t r a l d i v i s i o n   c h e t h o l m g r e n   c l e v e l a n d c a v a l i e r s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   j a r r e t t a l l e n   j o s h g i d d e y   k e n n y f o r r e a l   n b a a l l s t a r g a m e   n b a b a s k e t b a l l   n b a d e f e n s e  
a m e n   t h o m p s o n   l o o k i n g   l i k e   t h e   r e a l   d e a l …   
 
 2 0   p o i n t s ( 7 - 1 3   f g )   ( 1 - 2   3 p t ) 
 8   r e b o u n d s   
 5   a s s i s t s   
 2   s t e a l s   
 
 t y l e r h e r o   e a s t c o a s t h o o p r e c r u i t   n b a g l e a g u e   n c a a b a s k e t b a l l   n b a l o t t e r y   d a r i u s g a r l a n d   b a s k e t b a l l   n b a   c u r r y   n c a a   o v e r t i m e   b e a r d o w n   u n d e r a u r m o r   l e b r o n   o t e  
d o e s   t h e   d o n o v a n   m i t c h e l l   t r a d e   . . . 
   
 
   
 a l e x h o o p s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s d o n o v a n m i t c h e l l   c l e v e l a n d c a v a l i e r s n e w s   d a r i u s g a r l a n d   d a r i u s g a r l a n d h i g h l i g h t s   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l c a v a l i e r s   d o n o v a n m i t c h e l l c a v s  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
g a r l a n d   a l l e y   o o p   t o   m i t c h e l l   d a r i u s g a r l a n d   n b a   b a s k e t b a l l   c a v s   c a v a l i e r s   n b a t w i t t e r   d o n o v a n m i t c h e l l  
g a r l a n d   s p l a s h e s   t h e   t h r e e   n b a   b a s k e t b a l l   n b a t w i t t e r   c a v s   c a v a l i e r s   d a r i u s g a r l a n d  
g a r l a n d   t o   l e v e r t   3   n b a   b a s k e t b a l l   c a v s   d a r i u s g a r l a n d   c a r i s l e v e r t   c a v a l i e r s   n b a t w i t t e r  
g a r l a n d   f i n i s h e s   a t   t h e   r i m   n b a   b a s k e t b a l l   d a r i u s g a r l a n d   c a v s   c a v a l i e r s   n b a t w i t t e r  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
  b a c k   a t   i t   w i t h   t h e   s q u a d   🙌 🔥 🔥 
 
 n b a l o t t e r y   d a r i u s g a r l a n d   n b a o n t n t   n b a d r a f t   k y r i e   l a l a k e r s   u n d e r a u r m o r   k i n g j a m e s   u t a h j a z z   b l a z e r s   d a m e 4   n i k e b a s k e t b a l l   l e b r o n l a k e r s   p o r t l a n d t r a i l b l a z e r s   n i k e   m i a m i h e a t   k u h o o p s   t r a e y o u n g  
_ d i m e s   g o i n g   c r a z y   f o r   . r y t i e r i   !   3 4 p t s   6 a s t   a n d   t h e   w 🔥 🔥 🔥 
 
 b a s k e t b a l l   c e l t i c s   k y r i e   n b a d r a f t   l a l a k e r s   o k c   k i n g j a m e s   n b a o n t n t   c l e v e l a n d c a v a l i e r s   n b a l o t t e r y   u n d e r a u r m o r   d a r i u s g a r l a n d  
s h a r i f e   c o o p e r   ( c a v s   d e b u t )   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c a v s p r e s e a s o n   c l e v e l a n d c a v s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   n b a   n b a 2 k 2 3   p h i l a d e l p h i a 7 6 e r s   s h a r i f e c o o p e r   s h a r i f e c o o p e r a o t   s h a r i f e c o o p e r a u b u r n  
d o n o v a n   m i t c h e l l   d e b u t !   c l e v e l a n d   . . . 
   
 
   
 c a v s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s h i g h l i g h t s   c l e v e l a n d c a v a l i e r s n e w s   c l e v e l a n d c a v a l i e r s v s p h i l a d e l p h i a 7 6 e r s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l c a v s d e b u t   e a s t e r n c o n f e r e n c e   n b a  
t a h a a d   p e t t i f o r d   🔥 🔥   . b a l l 3 x     a t   d a v e   e d w a r d s   m e m o r i a l   . h o o p s   x     _ s c o u t _ b a s k e t b a l l   
 
 n b a   k u h o o p s   n b a p r e s e a s o n   n i k e   n b a d r a f t   n b a d r a f t   n b a g l e a g u e   g l e a g u e i g n i t e   e a s t c o a s t h o o p r e c r u i t   g o l d e n s t a t e   t y l e r h e r o   d a r i u s g a r l a n d   b a s k e t b a l l   t r a e  
t h e s e   p l a y e r s   g o t   t h e   b a g   d u r i n g   2 0 2 2   o f f s e a s o n !   💰 
 
 h o w   w i l l   y o u   r a t e   t h e s e   s i g n i n g s   -   o v e r p a i d ?   u n d e r p a i d ?   o r   j u s t   r i g h t ? 
 
 n i k o l a j o k i c   d e v i n b o o k e r   b r a d l e y b e a l   k a r l a n t h o n y t o w n s   z a c h l a v i n e   j a m o r a n t   z i o n w i l l i a m s o n   d a r i u s g a r l a n d   d a m i a n l i l l a r d   j a l e n b r u n s o n  
g a r l a n d   p u l l   u p   j .   n b a   b a s k e t b a l l   n b a t w i t t e r   d a r i u s g a r l a n d   c a v s   c a v a l i e r s  
  i s   s t a r t i n g   t o   h e a t   u p   🔥 🔥 💫 
 
 g o l d e n s t a t e   n b a g l e a g u e   s t a n f o r d m b b   a d i d a s   n b a   n b a l o t t e r y   u n d e r a u r m o r   o t e   j o r d a n p o o l e   c u r r y   d a r i u s g a r l a n d   g l e a g u e i g n i t e   e a s t c o a s t h o o p r e c r u i t   l a c l i p p e r s   c o l l e g e b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   n b a d r a f t   b r y c e j a m e s   s t a n f o r d  
t h e     h a d   o n e   o f   t h e   m o s t   s u r p r i s i n g   s e a s o n s   i n   2 0 2 2 ,   a n d   t h e n   m a d e   a   h u g e   s p l a s h ,   t r a d i n g   f o r   d o n o v a n m i t c h e l l .   w h e r e   d o   t h e   c a v s   r a n k   t h i s   y e a r ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 c l e v e l a n d c a v a l i e r s   d a r i u s g a r l a n d   e v a n m o b l e y   j a r r e t t a l l e n   b e l i e v e l a n d  
c a n   m o b l e y   a n d   a l l e n & a m p ; 3 9 ; s   . . . 
   
 
   
 a l l s t a r s   c e n t r a l d i v i s i o n   c h e t h o l m g r e n   c l e v e l a n d c a v a l i e r s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   j a r r e t t a l l e n   j o s h g i d d e y   k e n n y f o r r e a l   n b a a l l s t a r g a m e   n b a b a s k e t b a l l   n b a d e f e n s e  
a m e n   t h o m p s o n   l o o k i n g   l i k e   t h e   r e a l   d e a l …   
 
 2 0   p o i n t s ( 7 - 1 3   f g )   ( 1 - 2   3 p t ) 
 8   r e b o u n d s   
 5   a s s i s t s   
 2   s t e a l s   
 
 t y l e r h e r o   e a s t c o a s t h o o p r e c r u i t   n b a g l e a g u e   n c a a b a s k e t b a l l   n b a l o t t e r y   d a r i u s g a r l a n d   b a s k e t b a l l   n b a   c u r r y   n c a a   o v e r t i m e   b e a r d o w n   u n d e r a u r m o r   l e b r o n   o t e  
d o e s   t h e   d o n o v a n   m i t c h e l l   t r a d e   . . . 
   
 
   
 a l e x h o o p s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s d o n o v a n m i t c h e l l   c l e v e l a n d c a v a l i e r s n e w s   d a r i u s g a r l a n d   d a r i u s g a r l a n d h i g h l i g h t s   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l c a v a l i e r s   d o n o v a n m i t c h e l l c a v s  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [66], in <cell line: 1>()
      1 for id, tweets in tweets_df_Cavs1.items():
      2     for tweet in tweets:
----> 3         analysis = TextBlob(tweets_df_Cavs1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Cavs1 = tweets_df_Cavs1.append({
      5             'name': id,
      6             'text': tweets_df_Cavs1.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\textblob\blob.py:384, in BaseBlob.__init__(self, text, tokenizer, pos_tagger, np_extractor, analyzer, parser, classifier, clean_html)
    380 def __init__(self, text, tokenizer=None,
    381             pos_tagger=None, np_extractor=None, analyzer=None,
    382             parser=None, classifier=None, clean_html=False):
    383     if not isinstance(text, basestring):
--> 384         raise TypeError('The `text` argument passed to `__init__(text)` '
    385                         'must be a string, not {0}'.format(type(text)))
    386     if clean_html:
    387         raise NotImplementedError("clean_html has been deprecated. "
    388                                 "To remove HTML markup, use BeautifulSoup's "
    389                                 "get_text() function")

TypeError: The `text` argument passed to `__init__(text)` must be a string, not <class 'pandas.core.series.Series'>
In [67]:
for id, tweets in tweets_df_Cavs2.items():
    for tweet in tweets:
        analysis = SentimentIntensityAnalyzer(tweets_df_Cavs2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Cavs2 = tweets_df_Cavs2.append({
            'name': id,
            'text': tweets_df_Cavs2.text
        }, ignore_index=True)
j a r r e t t   a l l e n   t e a s i n g   k e v i n   l o v e   i s   a   s i g n   t h e   c l e v e l a n d   c a v a l i e r s   c h e m i s t r y   i s   s e c o n d   t o   n o n e 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   k e v i n l o v e   j a r r e t t a l l e n   

p h i l a d e l p h i a   7 6 e r s   v s .   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s b r o u s s a r d   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   f i r s t t h i n g s f i r s t   f o x s p o r t s 1   f s 1   n i c k w r i g h t   s h a n n o n   s h a n n o n s h a r p e   s k i p   s k i p a n d s h a n n o n   s k i p a n d s h a n n o n u n d i s p u t e d   s k i p b a y l e s s   u n d i s p u t e d  
p h i l a d e l p h i a   7 6 e r s   v s .   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s b r o u s s a r d   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   f i r s t t h i n g s f i r s t   f o x s p o r t s 1   f s 1   n i c k w r i g h t   s h a n n o n   s h a n n o n s h a r p e   s k i p   s k i p a n d s h a n n o n   s k i p a n d s h a n n o n u n d i s p u t e d   s k i p b a y l e s s   u n d i s p u t e d  
w h a t   i s   d e a n   w a d e ’ s   c e i l i n g   f o r   t h e   c l e v e l a n d   c a v a l i e r s   a s   a   l o n g - t e r m   p l a y e r ? 
 ( b y   )   
 d e a n w a d e   c l e v e l a n d c a v a l i e r s   c a v s   

p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
c a v s   f a l l   a g a i n s t   t h e   s i x e r s   a n e w ,   r e m a i n   w i n l e s s   i n   t h e   p r e s e a s o n 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   7 6 e r s 

p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
a   c l a s s i c   j b   g a m e   t o n i g h t   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   3 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
7 6 e r s   a t   c a v a l i e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 4 4  
i s   i t   w o r t h   i t   ? 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   7 6 e r s v s c a v a l i e r s   7 6 e r s v s c a v a l i e r s 2 0 2 2   b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s  
s u n s   l o o k i n g   t o   a c q u i r e   r o t a t i o n a l   p i e c e s   f o r   j a e   c r o w d e r   i n s t e a d   o f   f u t u r e   a s s e t s   –   r e p o r t   a t l a n t a h a w k s   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r   m i a m i h e a t   m i l w a u k e e b u c k s  
a   c l a s s i c   j b   g a m e   t o n i g h t 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w k 3 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
s e e i n g     w i t h   t h e   c l e v e l a n d c a v a l i e r s   i s   w e i r d .     w e   m i s s   h e r   i n   p h i l l y .   🙊
d r o p   o r   c o p   ? 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
t h e     w i l l   h o s t   t h e   p h i l a d e l p h i a   7 6 e r s   t o n i g h t   f o r   t h e   f i r s t   h o m e   p r e - s e a s o n   g a m e   🏀   w e ' r e   r e a d y   t o   s e e   t h e   g a t e w a y   t u n n e l   i n t o     f u l l   o f   t h e   n e w   2 0 2 2 - 2 0 2 3   j e r s e y s . 
 
 p h o t o   c r e d i t :   
 
 c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v s  
“ y o u   g o t t a   l i v e   w i t h   t h o s e . . ” :   m i c h a e l   j o r d a n   h a d   a   c r u c i a l   l e s s o n   f o r   l e b r o n   j a m e s   l o n g   b e f o r e   h e   w o n   h i s   f i r s t   n b a   r i n g     b a s k e t b a l l   c l e v e l a n d c a v a l i e r s
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
t h e   c l e v e l a n d   c a v a l i e r s   h a v e   a   b i g   p r o b l e m . . . 
   
 
   
 c a r i s l e v e r t   c a v a l i e r s n e w s   c a v a l i e r s o f f s e a s o n   c a v s   c a v s b a s k e t b a l l   c a v s n e w s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s n e w s   c l e v e l a n d c a v a l i e r s r e b u i l t t e a m   c l e v e l a n d c a v a l i e r s t r a d e n e w s  
m a m a d i   d i a k i t e   s i g n e d   b y   t h e   c l e v e l a n d   c a v a l i e r s 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
c o u n t i n g   i t   d o w n   t o   f i r s t   g a m e !   y o u   k n o w   d a y   1 0   g o t t a   b e   1 0 ,   t h e   d i m e ,   t h e   b u c k e t ,   d g . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
t h e   c a v a l i e r s   a r e   a i m i n g   f o r   t h e s e   t w o   g o a l s   t h i s   s e a s o n … 
 
 
 
 c l i c k   t h e   l i n k   f o r   m o r e   o n   t h e   c a v a l i e r s .   d r o p   y o u r   n b a   p r e d i c t i o n s   i n   t h e   r e p l i e s . 
 
 s p o r t s   c a l v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n b a   b a s k e t b a l l  
n i c e   s e e i n g   m i t c h e l l ,   a l o n g   w i t h   d g   a n d   a   f e w   o t h e r   c a v s ,   s h o w   u p   a t   t h e   g u a r d i a n s   g a m e   a n d   j u s t   w a t c h i n g   h i m   g e t   i n v o l v e d   i n   t h e   c i t y   r i g h t   a w a y . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
c l e v e l a n d   c a v a l i e r s   n b a   s k u l l   p u n i s h e r   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t 
 
 — — — — — —   
 
 f a s h i o n   h o t f a s h i o n   s e n p r i n t   t r e n d   c l e v e l a n d c a v a l i e r s   n b a   
       c l e v e l a n d   c a v a l i e r s   n b a   s k u l l   p u n i s h e r   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t   -   s e n p r i n t m a r t   s t o r e 
 

  b i g   t i c k e t   🎟   
 
 n b a   l a c l i p p e r s   c e l t i c s   c a v s   c a v s s u m m e r   c l e v e l a n d c a v a l i e r s   b e t h e f i g h t   c a v s h i o n   c a v s 5 0   f i e l d h o u s e h e a t   c a v s d r a f t   l e t e m k n o w   d a l l a s   c e l t i c s   b o s t o n c e l t i c s   c u s r i s e   l a k e r s   l a k e r s f a m i l y   l a k e r n a t i o n   g o l a k e r s   l o s a n g e l e s l a k e r s   l a k e s h o w  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
c l e v e l a n d c a v a l i e r s   1 1   c a r d   l o t   c a v s   c a v a l i e r s   
 
 $ 4   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
n e w - l o o k   c a v s   l i v e n   u p   p r e s e a s o n   l u l l   w i t h   w i n e   a n d   g o l d   s c r i m m a g e 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   n b a   w i n e a n d g o l d   

i f   y o u   a r e n ' t   l i s t e n i n g   t o   t h e   b u r n i n g r i v e r s p o r t s c a s t   p o d c a s t   o r   w a t c h i n g   t h e   v i d e o p o d c a s t   o n   y o u t u b e   t h e n   h e r e ' s   a   t a s t e   o f   w h a t   y o u ' r e   m i s s i n g ! 
 . 
 c l e v e l a n d b r o w n s   c l e v e l a n d   b r o w n s   f o o t b a l l   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   g u a r d s  
r j   s a i d   t h e r e   w a s   a n   i n c i d e n t   o n   t h e   2 0 1 6   c a v s   - " t h e r e   w a s   p u n c h e s   t h r o w n   o n   o u r   t e a m . "   😂 😱 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
c a v s   c o a c h   j b   e x p l a i n e d   e v a n   m o b l e y ’ s   i n j u r y   & a m p ;   p r e s e a s o n   o u t l o o k 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
_ d i m e s   g o i n g   c r a z y   f o r   . r y t i e r i   !   3 4 p t s   6 a s t   a n d   t h e   w 🔥 🔥 🔥 
 
 b a s k e t b a l l   c e l t i c s   k y r i e   n b a d r a f t   l a l a k e r s   o k c   k i n g j a m e s   n b a o n t n t   c l e v e l a n d c a v a l i e r s   n b a l o t t e r y   u n d e r a u r m o r   d a r i u s g a r l a n d  
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s   l e b r o n   l e b r o n j a m e s   k i n g j a m e s
s h a r i f e   c o o p e r   c l e v e l a n d   c a v a l i e r s   d e b u t   . . . 
   
 
   
 a l p i n e   b a s k e t b a l l   b i n g h a m   b y u   c e n t r a l d i v i s i o n   c h u r c h o f j e s u s c h r i s t o f l a t t e r d a y s a i n t s   c l e v e l a n d c a v a l i e r s   c o u g a r s   d u k e   e a s t e r n c o n f e r e n c e   f r a n k   h i g h s c h o o l   j a b a r i   j a c k s o n   l o n e p e a k   n b a   p a r k e r  
t h e   c l e v e l a n d   c a v a l i e r s   s h o u l d   b e   h a p p y   t h e y   d o n ’ t   h a v e   a n y   d r a y m o n d   g r e e n ’ s   o n   t h e   r o s t e r   
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   

3 0 %   o f f   l e b r o n   j a m e s   c l e v e l a n d   c a v a l i e r s   m i t c h e l l   & a m p ;   n e s s   2 0 0 8 - 0 9   h a r d w o o d   c l a s s i c s   s w i n g m a n   j e r s e y s   a t   f a n a t i c s   ( u s e   c o d e   z i p 3 0 ) 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
n b a   2 k 2 3   -   c u r r y   v s   m i t c h e l l   -   g o l d e n   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l i p p e r s   c p u v s c p u   d u r a n t   e a s t e r n c o n f e r e n c e   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m  
l e b r o n   j a m e s   1 / 1   s p l a t t e r   b l a s t   c u s t o m   a r t   c a r d   l e b r o n j a m e s   k i n g j a m e s   c l e v e l a n d c a v a l i e r s   c a v s   c a v s b a s k e t b a l l   c a v a l i e r s   n b a   b a s k e t b a l l c a r d s   s p o r t s c a r d s   c a r d a r t   c a r d c o l l e c t o r   m i x e d m e d i a a r t   m i x e d m e d i a   a c r y l i c p a i n t   a r t   a r t w o r k   a r t w o r l d   p a i n t i n g   l b j   l b j 2 3  
t h e   o f f - s e a s o n   p l a n   f o r   t h e   c l e v e l a n d   c a v a l i e r s 
 
 c l e v e l a n d c a v a l i e r s   n b a   b a s k e t b a l l  
  p r e p p i n g   f o r   t h e   s h o w   🔴 📸 🔴 📸 🔴   
 
 e a s t c o a s t h o o p r e c r u i t   g l e a g u e i g n i t e   n b a p r e s e a s o n   n i k e   n b a l o t t e r y   c l e v e l a n d c a v a l i e r s   o t e   j o r d a n p o o l e   c u r r y   p o r t l a n d t r a i l b l a z e r s   u t a h j a z z   m i a m i h e a t   i g n i t e   j a y s o n t a t u m 0   j a y s o n t a t u m   o v e r t i m e  
p h o e n i x   s u n s   h a v e   i n t e r e s t   . . . 
   
 
   
 b o j a n b o g d a n o v i c   b o j a n b o g d a n o v i c c r o a t i a   b o j a n b o g d a n o v i c p h o e n i x s u n s   b o j a n b o g d a n o v i c u t a h j a z z   c a v s   c l e v e l a n d c a v a l i e r s   d e v i n b o o k e r   d e v i n b o o k e r h i g h l i g h t s   d e v i n b o o k e r n b a 2 k   d e v i n b o o k e r n b a 2 k 2 3   d e v i n b o o k e r o p e n g y m  
h a l l o w e e n   j e r s e y   e d i t   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
c a v s   f i n a l s   c o m e b a c k   s t o r y 
   
 
   
 2 0 1 6   2 0 1 6 c h a m p s   b a s k e t b a l l   b e l i v e l a n d   c a v s c h a m p i o n s h i p   c a v s c o m e b a c k   c a v s f i n a l s   c a v s g a m e 7   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c h a m p i o n s h i p   c l e v e l a n d p a r a d e   c o m e f r o m b e h i n d   c u r r y   d e l l y  
h a l l o w e e n   j e r s e y   e d i t 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
m o n t r e z l   h a r r e l l   e m b a r r a s s e d   h i m s e l f   a g a i n s t   t h e   c l e v e l a n d   c a v a l i e r s 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   m o n t r e z l h a r r e l l   c a v s   

d o n o v a n   m i t c h e l l   d e b u t !   c l e v e l a n d   . . . 
   
 
   
 c a v s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s h i g h l i g h t s   c l e v e l a n d c a v a l i e r s n e w s   c l e v e l a n d c a v a l i e r s v s p h i l a d e l p h i a 7 6 e r s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l c a v s d e b u t   e a s t e r n c o n f e r e n c e   n b a  
i m a g i n e   i f   v i c t o r w e m b a n y a m a   w a s   t h e   c a v s   a n d   w a s   a p a r t   o f   t h e   t a l l   b a l l   l i n e u p !   n b a   c a v s   c l e v e l a n d c a v a l i e r s   c a v s 4 l i f e   l e t e m k n o w
[ h i g h l i g h t ]   d o n o v a n   m i t c h e l l   s h o w s   h i s   h o p s   o u t r e b o u n d i n g   h a r d e n   a n d   t o b i a s   f o r   t h e   p u t b a c k   +   f o u l 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
s h a r i f e   c o o p e r   c l e v e l a n d   c a v a l i e r s   d e b u t   v s   . . . 
   
 
   
 b a s k e t b a l l   b y u   c b a   c e n t r a l d i v i s i o n   c h i n a   c l e v e l a n d c a v a l i e r s   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   f r e d e t t e   j i m m e r   j i m o d a s h e n   n b a   r u d y g o b e r t   s h a n g h a i s h a r k s   t h e l o n e l y m a s t e r   u t a h j a z z  
n b a   c l e v e l a n d c a v a l i e r s   d o n o v a n m i t c h e l l   d o n o v a n   m i t c h e l l   o n   d e b u t   w i t h   c a v a l i e r s :   ' b e t t e r   t h a n   i   a n t i c i p a t e d '  
e p i s o d e   5   o f   t h e     i s   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s ! 
 c l e v e l a n d b r o w n s   c l e v e l a n d   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   p o d c a s t   b r o w n s   n f l   m l b   n b a   f o r t h e l a n d   t h e l a n d  
d o n o v a n   m i t c h e l l   f i r s t   b u c k e t s   i n   d e b u t   f o r   . . . 
   
 
   
 c a v a l i e r s   c a v a l i e r s v s 7 6 e r s   c a v s h i g h l i g h t s   c a v s v s 7 6 e r s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s v s p h i l a d e l p h i a 7 6 e r s   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l c a v a l i e r s   d o n o v a n m i t c h e l l c a v s  
d o n o v a n   m i t c h e l l   m a k e s   h i s   c a v a l i e r s   d e b u t 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 1 9   n b a   p l a y e r 1 6 2 8 3 7 8   t e a m 1 6 1 0 6 1 2 7 3 9  
e p i s o d e   5   o f   t h e   b u r n i n g r i v e r s p o r t s c a s t   i s   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s ! 
 
 c l e v e l a n d b r o w n s   c l e v e l a n d   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   g u a r d s   g u a r d i a n s   p o d c a s t   b r o w n s   n f l   m l b   n b a   f o r t h e l a n d   t h e l a n d  
h o w   m a n y   t i m e s   i s   t h i s   g o n n a   h a p p e n   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
7 6 e r s   g u a r d   j a m e s   h a r d e n   p u l l e d   o f f   a   s t r i k i n g   c r o s s o v e r   t o   d r o p   c l e v e l a n d   c a v a l i e r s   f o r w a r d   d e a n   w a d e   o n   t h e   f l o o r . 
 
 w a t c h   t h e   v i d e o   h e r e 👇 
 
 j a m e s h a r d e n   c l e v e l a n d c a v a l i e r s   d e a n w a d e   n b a   n b a t w i t t e r   

d o n o v a n   m i t c h e l l & a m p ; 3 9 ; s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   c a v a l i e r s 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l c a v s   d o n o v a n m i t c h e l l t r a d e   d o n o v a n m i t c h e l l s h i g h l i g h t s f r o m f i r s t g a m e w i t h c a v a l i e r s   e a s t e r n c o n f e r e n c e  
“ y o u   g u y s   h a v e   w o k e n   u p   t h e   d a n g e r o u s   b e a r d ”   j a m e s   h a r d e n   m a k e s   d e a n   w a d e   s w e e p   t h e   f l o o r   i n   l i v e   c o n t e s t     c l e v e l a n d c a v a l i e r s   n b a
c o u n t i n g   d o w n   t i l   t h e   f i r s t   c a v s   g a m e   o n   m y   i n s t a g r a m 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
n o   l o o k ,   n o   p r o b l e m .   😴   d o n o v a n   m i t c h e l l   i s   b a l l i n g   i n   h i s   f i r s t   g a m e   a s   a   c l e v e l a n d   c a v a l i e r . 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   n b a  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
o n e   o f   t h e   m a n y   w a y s   i ' l l   b e   c h e c k i n g   o u t   t h e   c a v s   t h i s   s e a s o n ! ! !   c a v s   c l e v e l a n d c a v a l i e r s   b e l l s t r o n g s p o r t s 🏀     n b a p r e s e a s o n   n b a   b a l l y s p o r t s p l u s   b a l l y s p o r t s o h i o  
j a e   c r o w d e r   t r a d e   t o   t h e   c a v a l i e r s ? 
   
 
   
 c a v a l i e r s n e w s   c a v a l i e r s t r a d e   c a v a l i e r s t r a d e r u m o r s   c a v s   c a v s n e w s   c a v s s u n s t r a d e   c a v s t r a d e   c a v s t r a d e r u m o r s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   n b a   n b a n e w s   n b a t r a d e   n b a t r a d e r u m o r s  
o n   t h i s   l u t v   s p o r t s '   " m e d i a   t i m e o u t , "   s p o r t s r e p o r t e r   t r e v o n   s a n c h e z   s h a r e s   h i s   i n s i g h t   o n   d o n o v a n m i t c h e l l ' s   m o v e   t o   t h e   c l e v e l a n d c a v a l i e r s .       l a m a r u n i v e r s i t y   c o l l e g e m e d i a   s t u d e n t m e d i a   s p o r t s m e d i a   s p o r t s t a l k   n b a   h o o p s   b a s k e t b a l l
c l e v e l a n d   c a v a l i e r s :   e v a n   m o b l e y   o u t   1 - 2   w e e k s   w i t h   a n k l e   i n j u r y 
   
 
   
 c a v s   c a v s b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   e v a n m o b l e y a n k l e   e v a n m o b l e y i n j u r y  
c h a s e   d o w n   p o d c a s t   l i v e :   i n s i d e   t h e   l a b   w i t h   j a m a l   r i c h a r d s o n 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
c e d i   o s m a n   f o c u s e d   o n   h e l p i n g   c a v s   a m i d   t r a d e   r u m b l i n g s   c e d i o s m a n   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r  
c a v s   c o a c h   j . b .   b i c k e r s t a f f   n o   c o n c e r n   a b o u t   e v a n   m o b l e y   m i s s i n g   s t a r t   o f   s e a s o n   c l e v e l a n d c a v a l i e r s   e v a n m o b l e y  
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
✈ ️   c l e v e l a n d   ( c l e )   t o   i s t a n b u l   ( i s t )   f o r   o n l y   $ 6 2 8   ( u s d )   r o u n d t r i p   💸 
 9 6 5   l i v e   d a t e s   o n   a d v e n t u r e   m a c h i n e .   -   g e t   t h e   a p p   o n   i o s   o r   a n d r o i d   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   c l e v e l a n d h a i r s t y l i s t   c l e v e l a n d b r o w n s   c l e v e l a n d p h o t o g r a p h e r  
e l i j a h   g e r t r u d e   i s   t a k i n g   a   f i r s t   c l a s s   f l i g h t   t o   u v a ! ! !     w e n t   c r a z y   . h o o p s   x     d a v e   e d w a r d s   m e m o r i a l 
 
 w a r r i o r s   c l e v e l a n d c a v a l i e r s   o t e   n b a   a d i d a s   c u r r y   u s c b a s k e t b a l l   n b a g l e a g u e   n i k e   n b a d r a f t   g l e a g u e i g n i t e   j o r d a n p o o l e   c o l l e g e b a s k e t b a l l  
. c e e f r   k e e p   g o i n g   🔥 🔥   
 
 u n d e r a u r m o r   c l e v e l a n d c a v a l i e r s   a d i d a s   n b a   t y l e r h e r o   w a r r i o r s   n c a a   c u r r y   l a c l i p p e r s   g o l d e n s t a t e   m e m p h i s b a s k e t b a l l   e a s t c o a s t h o o p r e c r u i t   o t e   u s c b a s k e t b a l l  
  i s   s t a r t i n g   t o   h e a t   u p   🔥 🔥 💫 
 
 g o l d e n s t a t e   n b a g l e a g u e   s t a n f o r d m b b   a d i d a s   n b a   n b a l o t t e r y   u n d e r a u r m o r   o t e   j o r d a n p o o l e   c u r r y   d a r i u s g a r l a n d   g l e a g u e i g n i t e   e a s t c o a s t h o o p r e c r u i t   l a c l i p p e r s   c o l l e g e b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   n b a d r a f t   b r y c e j a m e s   s t a n f o r d  
e v a n   m o b l e y   / 9 9   r o o k i e   c o r n e r s t o n e s   q u a d   j e r s e y   a u t o   p u l l e d   f r o m   o u r     c h r o n i c l e s   b a s k e t b a l l   b r e a k s !   🔥 🔥     
 c l e v e l a n d c a v a l i e r s   c a v a l i e r s   b a s k e t b a l l c a r d s   g r o u p b r e a k s   t h e h o b b y   c a s e b r e a k s   b o x b r e a k s   e v a n m o b l e y   n b a   a u t o g r a p h   w h o d o y o u c o l l e c t   b o o m  
j u s t   m a d e   a   s t e a l   o n   e b a y   🔥   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
t h e   c l e v e l a n d   c a v a l i e r s   j u s t   s t o l e   d o n o v a n   m i t c h e l l ! 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
u p   n e x t !   n b a   2 k   r e a l i s t i c   r e t r o   g a m e p l a y !   d w y a n e   w a d e   v s   l e b r o n   j a m e s !   m i a m i   h e a t   v s   c l e v e l a n d   c a v a l i e r s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   9 ,   2 0 2 2   6 : 0 0   p m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   d w y a n e w a d e   l e b r o n j a m e s   m i a m i h e a t   c l e v e l a n d c a v a l i e r s   l e b r o n j a m e s v s d w y a n e w a d e  
c e d i   o s m a n - j a e   c r o w d e r   s w a p   i n   t a l k s   o n l y   ‘ a t   l e a s t   f o r   n o w ’   c e d i o s m a n   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r   p h o e n i x s u n s  
c a v s   t r a i n i n g   c a m p   h i g h l i g h t :   v e r s a t i l i t y   o f   e v a n   m o b l e y   i s   a m a z i n g 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
e v a n   m o b l e y   o u t   1 - 2   w e e k s   d u e   t o   s p r a i n e d   a n k l e   c l e v e l a n d c a v a l i e r s   e v a n m o b l e y  
[ c h a r a n i a ]   c a v a l i e r s   s a y   e v a n   m o b l e y   w i l l   m i s s   o n e - t o - t w o   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n .   
   
 
   
 b a s k e t b a l l   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
c l e v e l a n d   c a v a l i e r s   d y l a n   w i n d l e r   i s   j o e   h a r r i s   2 . 0   |   l e t   e m   k n o w 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
w h a t   d o   y o u   g u y s   t h i n k ? 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
t h e     h a d   o n e   o f   t h e   m o s t   s u r p r i s i n g   s e a s o n s   i n   2 0 2 2 ,   a n d   t h e n   m a d e   a   h u g e   s p l a s h ,   t r a d i n g   f o r   d o n o v a n m i t c h e l l .   w h e r e   d o   t h e   c a v s   r a n k   t h i s   y e a r ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 c l e v e l a n d c a v a l i e r s   d a r i u s g a r l a n d   e v a n m o b l e y   j a r r e t t a l l e n   b e l i e v e l a n d  
c a n   m o b l e y   a n d   a l l e n & a m p ; 3 9 ; s   . . . 
   
 
   
 a l l s t a r s   c e n t r a l d i v i s i o n   c h e t h o l m g r e n   c l e v e l a n d c a v a l i e r s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   j a r r e t t a l l e n   j o s h g i d d e y   k e n n y f o r r e a l   n b a a l l s t a r g a m e   n b a b a s k e t b a l l   n b a d e f e n s e  
r e b u i l d i n g   t h e   c l e v e l a n d   c a v a l i e r s !   ( n b a   2 k 2 3   m y n b a )     v i a     n b a   n b a 2 k 2 3   b a s k e t b a l l   s p o r t s   g a m i n g   y o u t u b e r   c l e v e l a n d c a v a l i e r s
“ b e   a   g o o d   n b a   w i f e ”   s t e p h e n   a .   s m i t h   s l a m m e d   f o r   t e l l i n g   a y e s h a   c u r r y   t o   b e   l i k e   s a v a n n a h   j a m e s     c l e v e l a n d c a v a l i e r s   g o l d e n s t a t e w a r r i o r s
d o e s   t h e   d o n o v a n   m i t c h e l l   t r a d e   . . . 
   
 
   
 a l e x h o o p s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s d o n o v a n m i t c h e l l   c l e v e l a n d c a v a l i e r s n e w s   d a r i u s g a r l a n d   d a r i u s g a r l a n d h i g h l i g h t s   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l c a v a l i e r s   d o n o v a n m i t c h e l l c a v s  
j a e   c r o w d e r   -   c l e v e l a n d   c a v a l i e r s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s . 
 
 c a v a l i e r s   l e t e m k n o w   c l e v e l a n d   p h o e n i x   s u n s   w e a r e t h e v a l l e y   j a e   c r o w d e r   n b a   n b a t w i t t e r   n b a t o p s h o t  
c a t c h   a   l i v e   n b l   g a m e   o f   c l e v e l a n d   c a v a l i e r s   t a k i n g   o n   t o r o n t o   r a p t o r s   a t   .   r e t u r n   t o   i n t e r c o n c l e   a f t e r   y o u r   d a y   o u t   a n d   r e l a x   i n   o u r   c o m f o r t a b l e   a c c o m m o d a t i o n s   j u s t   1 0   m i n u t e s   a w a y .   v i s i t m e i n c l e   o h i o   
 w h e n :   o c t o b e r   1 9    
n b a   p o i n t   s h a v i n !   p h i v s c l e   n b a p r e s e a s o n   c h e a t i n   c l e v e l a n d   c a v a l i e r s   c a v s   7 6 e r s  
d e a n   w a d e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e a n w a d e   d e a n   w a d e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
c a r i s   l e v e r t   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a r i s l e v e r t   c a r i s   l e v e r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
a   c l a s s i c   j b   g a m e   t o n i g h t   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
e x p e c t i n g   t h i s   f r o m   c a r i s   l e v e r t   f o r   c a v s   w o u l d   b e   w i s h f u l   t h i n k i n g 
 
 
 
 n b a   c l e v e l a n d   c a v a l i e r s   c a v s   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   b u l l s n a t i o n   g o s p u r s g o   p a c e r s
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
d o n o v a n   m i t c h e l l   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d o n o v a n m i t c h e l l   d o n o v a n   m i t c h e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
j a r r e t t   a l l e n   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a r r e t t a l l e n   j a r r e t t   a l l e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
j a r r e t t   a l l e n   h i g h l i g h t s   -   c a v a l i e r s   v s .   7 6 e r s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   j a r r e t t   a l l e n   c l e   p h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c l e v e l a n d   c a v a l i e r s   p h i l a d e l p h i a   7 6 e r s
d o n o v a n   m i t c h e l l   w i t h   t h e   m a s s i v e   r e j e c t i o n   ❌ 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d o n o v a n   m i t c h e l l   b l o c k   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
🏆   n b a 
 
 🏀   c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 c l e v e l a n d   p h i l a d e l p h i a   n b a  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
3   d i f f e r e n t   w a y s   c a v s   c a n   u p g r a d e   r o s t e r   i n   a   j a e   c r o w d e r   t r a d e 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   g r i n d c i t y   m f f l   r e p t h e d i s t r i c t   w e t h e n o r t h   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
t h e   c a v a l i e r s   a r e   a i m i n g   f o r   t h e s e   t w o   g o a l s   t h i s   s e a s o n … 
 
 
 
 c l i c k   t h e   l i n k   f o r   m o r e   o n   t h e   c a v a l i e r s .   d r o p   y o u r   n b a   p r e d i c t i o n s   i n   t h e   r e p l i e s . 
 
 s p o r t s   c a l v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n b a   b a s k e t b a l l  
e v e r y b o d y   l o v e s   t e r r y   r o z i e r 
 
 
 
 n b a   a l l f l y   c h a r l o t t e   h o r n e t s   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   m m f l   j a z z   m f f l   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   n b a i n a b u d h a b i   c e l t i c s   s p u r s
t h e   c a v s   d e f i n i t e l y   n e e d   i s a a c   o k o r o   t o   s t e p   u p   o n   o f f e n s e   t h i s   y e a r 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   m m f l   j a z z   m f f l   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   n b a i n a b u d h a b i
c l e v e l a n d   c a v a l i e r s   s h o u l d   b e   h a p p y   t h e y   d o n ' t   h a v e   d r a y m o n d   g r e e n 
 
 
 
 n b a   c l e v e l a n d   c a v a l i e r s   b e t h e f i g h t   n b a t w i t t e r   n b a 2 k 2 3 m y t e a m   n b a j a p a n g a m e s   n b a i n a b u d h a b i   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   r o c k e t s   m f f l   l a k e s h o w   l a k e r s   s u n s   j a z z
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
i f   y o u   a r e n ' t   l i s t e n i n g   t o   t h e   b u r n i n g r i v e r s p o r t s c a s t   p o d c a s t   o r   w a t c h i n g   t h e   v i d e o p o d c a s t   o n   y o u t u b e   t h e n   h e r e ' s   a   t a s t e   o f   w h a t   y o u ' r e   m i s s i n g ! 
 . 
 c l e v e l a n d b r o w n s   c l e v e l a n d   b r o w n s   f o o t b a l l   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   g u a r d s  
w a n t   t o   t h a n k     f o r   s i g n i n g   m y   j e r s e y   t o d a y   a t   t h e   w i n e   a n d   g o l d   s c r i m m a g e !   m u c h   l o v e   & a m p ;   w e l c o m e   t o   c l e v e l a n d !     c l e v e l a n d   c a v a l i e r s   l e t e m k n o w   4 5  
t h e   c l e v e l a n d   c a v a l i e r s '   u n c o n v e n t i o n a l   r o s t e r   m a k e u p   i s   p a y i n g   d i v i d e n d . . .     v i a     c a v s
2 0 1 9 - 2 0   p a n i n i   n a t i o n a l   t r e a s u r e   k e v i n   p o r t e r   j r   5 / 5   b g s 9 / 1 0   
 
 i t e m   n u m b e r :   2 2 1 0 0 4 0 4 3 7 3 9 0 3 1 
 
 n b a   r o o k i e   c l e v e l a n d   c a v a l i e r s     k e v i n   p o r t e r   k e v i n p o r t e r j r   p a n i n i   p a n i n i a m e r i c a   n a t i o n a l t r e a s u r e   t r a d i n g c a r d s  
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s   l e b r o n   l e b r o n j a m e s   k i n g j a m e s
n b a   r o o k i e   b a s k e t b a l l   c a r d   e v a n   m o b l e y   c a v a l i e r s   2 0 2 1   p a n i n i   n o .   2 3 4   -   c l i c k   h e r e   
 
 b a s k e t b a l l   n b a     c l e v e l a n d   o h i o     p a n i n i  
h a l l o w e e n   j e r s e y   e d i t   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
2 0 2 2   w i n e   & a m p ;   g o l d   s c r i m m a g e   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
b r a n d o n   i n g r a m ' s   t h o u g h t s   o n   d o n o v a n   m i t c h e l l ' s   t r a d e   t o   t h e   c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
v i d e o   v e r s i o n   o f   e p i s o d e   5   o f   t h e     i s   o n   y o u t u b e !   d o n ' t   f o r g e t   t o   s u b s c r i b e   a n d   s h a r e ! 
 c l e v e l a n d   c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   b u r n i n g r i v e r s p o r t s c a s t   b r o w n s   l a c h a r g e r s   a t l a n t a f a l c o n s   v i d e o p o d c a s t   l i s t e n n o w   w a t c h n o w 
 

v i d e o   v e r s i o n   o f   e p i s o d e   5   o f   t h e   b u r n i n g r i v e r s p o r t s c a s t   i s   o n   y o u t u b e !   d o n ' t   f o r g e t   t o   s u b s c r i b e   a n d   s h a r e ! 
 c l e v e l a n d   c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   f o r t h e l a n d   p o d c a s t   l a c h a r g e r s   a t l a n t a f a l c o n s   v i d e o p o d c a s t   l i s t e n n o w   w a t c h n o w 
 

b r i a n   w i n d h o r s t   o n   d o n o v a n   m i t c h e l l ' s   i m p a c t   o n   t h e   c a v a l i e r s   t h i s   s e a s o n   |   n b a   t o d a y   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
d e a n   w a d e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e a n w a d e   d e a n   w a d e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
m a m a d i   d i a k i t e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a m a d i d i a k i t e   m a m a d i   d i a k i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
e p i s o d e   5   o f   t h e   b u r n i n g r i v e r s p o r t s c a s t   i s   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s ! 
 
 c l e v e l a n d b r o w n s   c l e v e l a n d   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   g u a r d s   g u a r d i a n s   p o d c a s t   b r o w n s   n f l   m l b   n b a   f o r t h e l a n d   t h e l a n d  
h o w   m a n y   t i m e s   i s   t h i s   g o n n a   h a p p e n   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
k e v i n   l o v e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n l o v e   k e v i n   l o v e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
' e x c i t e d '   m i t c h e l l   s c o r e s   1 6   i n   h i s   c a v a l i e r s   d e b u t   c l e v e l a n d   c a v a l i e r s   n b a  
r a u l   n e t o   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r a u l n e t o   r a u l   n e t o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
d o n o v a n   m i t c h e l l   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d o n o v a n m i t c h e l l   d o n o v a n   m i t c h e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
p e r k ' s   b o l d   p e l i c a n s   p r e d i c t i o n ,   w e m b a n y a m a ' s   d e b u t   & a m p ;   r e a c t i n g   t o   b e n   s i m m o n s '   r e t u r n   |   s w a g u   & a m p ;   p e r k   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
r a n k i n g   t h e   1 0   b e s t   p r o s p e c t s   i n   t h e   c e n t r a l   d i v i s i o n 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   h e r e t h e y c o m e   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   l a k e s h o w   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
j a m e s   h a r d e n   m a k i n g   p e o p l e   l o o k   s i l l y   a g a i n   😮 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a m e s   h a r d e n   a n k l e b r e a k e r   c r o s s o v e r   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
w e l c o m e   t o   c l e v e l a n d   d o n o v a n 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d o n o v a n   m i t c h e l l   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
t h e s e   3   c a v s   n e e d   t o   r e a c h   o u t   a n d   s e i z e   a   r o t a t i o n   s p o t   i n   p r e s e a s o n 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   b l e e d g r e e n   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
j u s t   m a d e   a   s t e a l   o n   e b a y   🔥   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
c l e v e l a n d   c a v a l i e r s   t o   c o v e r   b a l l y   s p o r t s +   s u b s c r i p t i o n s   f o r   s e a s o n   t i c k e t   h o l d e r s 
 s p o r t s i n d u s t r y   s p o r t b i z 

c a v s   p r a c t i c e :   r a u l   n e t o   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
c a v s '   m o b l e y   t o   m i s s   1 - 2   w e e k s   w i t h   a n k l e   s p r a i n   c l e v e l a n d   c a v a l i e r s   n b a  
[ c h a r a n i a ]   c a v a l i e r s   s a y   e v a n   m o b l e y   w i l l   m i s s   o n e - t o - t w o   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n .   
   
 
   
 b a s k e t b a l l   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
c a v s '   e v a n   m o b l e y   p u l l i n g   m o r e   f r o m   3   c o u l d   d o   w o n d e r s   f o r   h i m ,   t e a m 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   b u l l s n a t i o n   h e a t t w i t t e r   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   n e t s   b r o o k l y n t o g e t h e r   s i x e r s
n b a   s e a s o n   i s   c o m i n g   u p !   m o r e   o f   m e   r a m b l i n g   a b o u t   t h e   c a v s . . .   c l e v e l a n d   c a v a l i e r s   

j a r r e t t   a l l e n   t e a s i n g   k e v i n   l o v e   i s   a   s i g n   t h e   c l e v e l a n d   c a v a l i e r s   c h e m i s t r y   i s   s e c o n d   t o   n o n e 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   k e v i n l o v e   j a r r e t t a l l e n   

p h i l a d e l p h i a   7 6 e r s   v s .   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s b r o u s s a r d   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   f i r s t t h i n g s f i r s t   f o x s p o r t s 1   f s 1   n i c k w r i g h t   s h a n n o n   s h a n n o n s h a r p e   s k i p   s k i p a n d s h a n n o n   s k i p a n d s h a n n o n u n d i s p u t e d   s k i p b a y l e s s   u n d i s p u t e d  
p h i l a d e l p h i a   7 6 e r s   v s .   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s b r o u s s a r d   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   f i r s t t h i n g s f i r s t   f o x s p o r t s 1   f s 1   n i c k w r i g h t   s h a n n o n   s h a n n o n s h a r p e   s k i p   s k i p a n d s h a n n o n   s k i p a n d s h a n n o n u n d i s p u t e d   s k i p b a y l e s s   u n d i s p u t e d  
w h a t   i s   d e a n   w a d e ’ s   c e i l i n g   f o r   t h e   c l e v e l a n d   c a v a l i e r s   a s   a   l o n g - t e r m   p l a y e r ? 
 ( b y   )   
 d e a n w a d e   c l e v e l a n d c a v a l i e r s   c a v s   

p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
c a v s   f a l l   a g a i n s t   t h e   s i x e r s   a n e w ,   r e m a i n   w i n l e s s   i n   t h e   p r e s e a s o n 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   7 6 e r s 

p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
a   c l a s s i c   j b   g a m e   t o n i g h t   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   3 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
7 6 e r s   a t   c a v a l i e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 4 4  
i s   i t   w o r t h   i t   ? 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   7 6 e r s v s c a v a l i e r s   7 6 e r s v s c a v a l i e r s 2 0 2 2   b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s  
s u n s   l o o k i n g   t o   a c q u i r e   r o t a t i o n a l   p i e c e s   f o r   j a e   c r o w d e r   i n s t e a d   o f   f u t u r e   a s s e t s   –   r e p o r t   a t l a n t a h a w k s   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r   m i a m i h e a t   m i l w a u k e e b u c k s  
a   c l a s s i c   j b   g a m e   t o n i g h t 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w k 3 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
s e e i n g     w i t h   t h e   c l e v e l a n d c a v a l i e r s   i s   w e i r d .     w e   m i s s   h e r   i n   p h i l l y .   🙊
d r o p   o r   c o p   ? 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
t h e     w i l l   h o s t   t h e   p h i l a d e l p h i a   7 6 e r s   t o n i g h t   f o r   t h e   f i r s t   h o m e   p r e - s e a s o n   g a m e   🏀   w e ' r e   r e a d y   t o   s e e   t h e   g a t e w a y   t u n n e l   i n t o     f u l l   o f   t h e   n e w   2 0 2 2 - 2 0 2 3   j e r s e y s . 
 
 p h o t o   c r e d i t :   
 
 c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v s  
“ y o u   g o t t a   l i v e   w i t h   t h o s e . . ” :   m i c h a e l   j o r d a n   h a d   a   c r u c i a l   l e s s o n   f o r   l e b r o n   j a m e s   l o n g   b e f o r e   h e   w o n   h i s   f i r s t   n b a   r i n g     b a s k e t b a l l   c l e v e l a n d c a v a l i e r s
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
t h e   c l e v e l a n d   c a v a l i e r s   h a v e   a   b i g   p r o b l e m . . . 
   
 
   
 c a r i s l e v e r t   c a v a l i e r s n e w s   c a v a l i e r s o f f s e a s o n   c a v s   c a v s b a s k e t b a l l   c a v s n e w s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s n e w s   c l e v e l a n d c a v a l i e r s r e b u i l t t e a m   c l e v e l a n d c a v a l i e r s t r a d e n e w s  
m a m a d i   d i a k i t e   s i g n e d   b y   t h e   c l e v e l a n d   c a v a l i e r s 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
c o u n t i n g   i t   d o w n   t o   f i r s t   g a m e !   y o u   k n o w   d a y   1 0   g o t t a   b e   1 0 ,   t h e   d i m e ,   t h e   b u c k e t ,   d g . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
t h e   c a v a l i e r s   a r e   a i m i n g   f o r   t h e s e   t w o   g o a l s   t h i s   s e a s o n … 
 
 
 
 c l i c k   t h e   l i n k   f o r   m o r e   o n   t h e   c a v a l i e r s .   d r o p   y o u r   n b a   p r e d i c t i o n s   i n   t h e   r e p l i e s . 
 
 s p o r t s   c a l v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n b a   b a s k e t b a l l  
n i c e   s e e i n g   m i t c h e l l ,   a l o n g   w i t h   d g   a n d   a   f e w   o t h e r   c a v s ,   s h o w   u p   a t   t h e   g u a r d i a n s   g a m e   a n d   j u s t   w a t c h i n g   h i m   g e t   i n v o l v e d   i n   t h e   c i t y   r i g h t   a w a y . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
c l e v e l a n d   c a v a l i e r s   n b a   s k u l l   p u n i s h e r   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t 
 
 — — — — — —   
 
 f a s h i o n   h o t f a s h i o n   s e n p r i n t   t r e n d   c l e v e l a n d c a v a l i e r s   n b a   
       c l e v e l a n d   c a v a l i e r s   n b a   s k u l l   p u n i s h e r   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t   -   s e n p r i n t m a r t   s t o r e 
 

  b i g   t i c k e t   🎟   
 
 n b a   l a c l i p p e r s   c e l t i c s   c a v s   c a v s s u m m e r   c l e v e l a n d c a v a l i e r s   b e t h e f i g h t   c a v s h i o n   c a v s 5 0   f i e l d h o u s e h e a t   c a v s d r a f t   l e t e m k n o w   d a l l a s   c e l t i c s   b o s t o n c e l t i c s   c u s r i s e   l a k e r s   l a k e r s f a m i l y   l a k e r n a t i o n   g o l a k e r s   l o s a n g e l e s l a k e r s   l a k e s h o w  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
c l e v e l a n d c a v a l i e r s   1 1   c a r d   l o t   c a v s   c a v a l i e r s   
 
 $ 4   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
n e w - l o o k   c a v s   l i v e n   u p   p r e s e a s o n   l u l l   w i t h   w i n e   a n d   g o l d   s c r i m m a g e 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   n b a   w i n e a n d g o l d   

i f   y o u   a r e n ' t   l i s t e n i n g   t o   t h e   b u r n i n g r i v e r s p o r t s c a s t   p o d c a s t   o r   w a t c h i n g   t h e   v i d e o p o d c a s t   o n   y o u t u b e   t h e n   h e r e ' s   a   t a s t e   o f   w h a t   y o u ' r e   m i s s i n g ! 
 . 
 c l e v e l a n d b r o w n s   c l e v e l a n d   b r o w n s   f o o t b a l l   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   g u a r d s  
r j   s a i d   t h e r e   w a s   a n   i n c i d e n t   o n   t h e   2 0 1 6   c a v s   - " t h e r e   w a s   p u n c h e s   t h r o w n   o n   o u r   t e a m . "   😂 😱 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
c a v s   c o a c h   j b   e x p l a i n e d   e v a n   m o b l e y ’ s   i n j u r y   & a m p ;   p r e s e a s o n   o u t l o o k 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
_ d i m e s   g o i n g   c r a z y   f o r   . r y t i e r i   !   3 4 p t s   6 a s t   a n d   t h e   w 🔥 🔥 🔥 
 
 b a s k e t b a l l   c e l t i c s   k y r i e   n b a d r a f t   l a l a k e r s   o k c   k i n g j a m e s   n b a o n t n t   c l e v e l a n d c a v a l i e r s   n b a l o t t e r y   u n d e r a u r m o r   d a r i u s g a r l a n d  
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s   l e b r o n   l e b r o n j a m e s   k i n g j a m e s
s h a r i f e   c o o p e r   c l e v e l a n d   c a v a l i e r s   d e b u t   . . . 
   
 
   
 a l p i n e   b a s k e t b a l l   b i n g h a m   b y u   c e n t r a l d i v i s i o n   c h u r c h o f j e s u s c h r i s t o f l a t t e r d a y s a i n t s   c l e v e l a n d c a v a l i e r s   c o u g a r s   d u k e   e a s t e r n c o n f e r e n c e   f r a n k   h i g h s c h o o l   j a b a r i   j a c k s o n   l o n e p e a k   n b a   p a r k e r  
t h e   c l e v e l a n d   c a v a l i e r s   s h o u l d   b e   h a p p y   t h e y   d o n ’ t   h a v e   a n y   d r a y m o n d   g r e e n ’ s   o n   t h e   r o s t e r   
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   

3 0 %   o f f   l e b r o n   j a m e s   c l e v e l a n d   c a v a l i e r s   m i t c h e l l   & a m p ;   n e s s   2 0 0 8 - 0 9   h a r d w o o d   c l a s s i c s   s w i n g m a n   j e r s e y s   a t   f a n a t i c s   ( u s e   c o d e   z i p 3 0 ) 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
n b a   2 k 2 3   -   c u r r y   v s   m i t c h e l l   -   g o l d e n   . . . 
   
 
   
 2 k   2 k s i m u l a t i o n   2 k s i m u l a t i o n   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l i p p e r s   c p u v s c p u   d u r a n t   e a s t e r n c o n f e r e n c e   g a m e p l a y   h a r d e n   h a w k s   j a m e s   k o b e b r y a n t   l a k e r s   l e b r o n   n b a 2 k 2 2   n b a 2 k 2 3   n b a c o m  
l e b r o n   j a m e s   1 / 1   s p l a t t e r   b l a s t   c u s t o m   a r t   c a r d   l e b r o n j a m e s   k i n g j a m e s   c l e v e l a n d c a v a l i e r s   c a v s   c a v s b a s k e t b a l l   c a v a l i e r s   n b a   b a s k e t b a l l c a r d s   s p o r t s c a r d s   c a r d a r t   c a r d c o l l e c t o r   m i x e d m e d i a a r t   m i x e d m e d i a   a c r y l i c p a i n t   a r t   a r t w o r k   a r t w o r l d   p a i n t i n g   l b j   l b j 2 3  
t h e   o f f - s e a s o n   p l a n   f o r   t h e   c l e v e l a n d   c a v a l i e r s 
 
 c l e v e l a n d c a v a l i e r s   n b a   b a s k e t b a l l  
  p r e p p i n g   f o r   t h e   s h o w   🔴 📸 🔴 📸 🔴   
 
 e a s t c o a s t h o o p r e c r u i t   g l e a g u e i g n i t e   n b a p r e s e a s o n   n i k e   n b a l o t t e r y   c l e v e l a n d c a v a l i e r s   o t e   j o r d a n p o o l e   c u r r y   p o r t l a n d t r a i l b l a z e r s   u t a h j a z z   m i a m i h e a t   i g n i t e   j a y s o n t a t u m 0   j a y s o n t a t u m   o v e r t i m e  
p h o e n i x   s u n s   h a v e   i n t e r e s t   . . . 
   
 
   
 b o j a n b o g d a n o v i c   b o j a n b o g d a n o v i c c r o a t i a   b o j a n b o g d a n o v i c p h o e n i x s u n s   b o j a n b o g d a n o v i c u t a h j a z z   c a v s   c l e v e l a n d c a v a l i e r s   d e v i n b o o k e r   d e v i n b o o k e r h i g h l i g h t s   d e v i n b o o k e r n b a 2 k   d e v i n b o o k e r n b a 2 k 2 3   d e v i n b o o k e r o p e n g y m  
h a l l o w e e n   j e r s e y   e d i t   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
c a v s   f i n a l s   c o m e b a c k   s t o r y 
   
 
   
 2 0 1 6   2 0 1 6 c h a m p s   b a s k e t b a l l   b e l i v e l a n d   c a v s c h a m p i o n s h i p   c a v s c o m e b a c k   c a v s f i n a l s   c a v s g a m e 7   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c h a m p i o n s h i p   c l e v e l a n d p a r a d e   c o m e f r o m b e h i n d   c u r r y   d e l l y  
h a l l o w e e n   j e r s e y   e d i t 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
p h i l a d e l p h i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   f u l l   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   c l e v e l a n d c a v a l i e r s   d a m i a n l i l l a r d   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e  
m o n t r e z l   h a r r e l l   e m b a r r a s s e d   h i m s e l f   a g a i n s t   t h e   c l e v e l a n d   c a v a l i e r s 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   m o n t r e z l h a r r e l l   c a v s   

d o n o v a n   m i t c h e l l   d e b u t !   c l e v e l a n d   . . . 
   
 
   
 c a v s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s h i g h l i g h t s   c l e v e l a n d c a v a l i e r s n e w s   c l e v e l a n d c a v a l i e r s v s p h i l a d e l p h i a 7 6 e r s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l c a v s d e b u t   e a s t e r n c o n f e r e n c e   n b a  
i m a g i n e   i f   v i c t o r w e m b a n y a m a   w a s   t h e   c a v s   a n d   w a s   a p a r t   o f   t h e   t a l l   b a l l   l i n e u p !   n b a   c a v s   c l e v e l a n d c a v a l i e r s   c a v s 4 l i f e   l e t e m k n o w
[ h i g h l i g h t ]   d o n o v a n   m i t c h e l l   s h o w s   h i s   h o p s   o u t r e b o u n d i n g   h a r d e n   a n d   t o b i a s   f o r   t h e   p u t b a c k   +   f o u l 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
s h a r i f e   c o o p e r   c l e v e l a n d   c a v a l i e r s   d e b u t   v s   . . . 
   
 
   
 b a s k e t b a l l   b y u   c b a   c e n t r a l d i v i s i o n   c h i n a   c l e v e l a n d c a v a l i e r s   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   f r e d e t t e   j i m m e r   j i m o d a s h e n   n b a   r u d y g o b e r t   s h a n g h a i s h a r k s   t h e l o n e l y m a s t e r   u t a h j a z z  
n b a   c l e v e l a n d c a v a l i e r s   d o n o v a n m i t c h e l l   d o n o v a n   m i t c h e l l   o n   d e b u t   w i t h   c a v a l i e r s :   ' b e t t e r   t h a n   i   a n t i c i p a t e d '  
e p i s o d e   5   o f   t h e     i s   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s ! 
 c l e v e l a n d b r o w n s   c l e v e l a n d   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   p o d c a s t   b r o w n s   n f l   m l b   n b a   f o r t h e l a n d   t h e l a n d  
d o n o v a n   m i t c h e l l   f i r s t   b u c k e t s   i n   d e b u t   f o r   . . . 
   
 
   
 c a v a l i e r s   c a v a l i e r s v s 7 6 e r s   c a v s h i g h l i g h t s   c a v s v s 7 6 e r s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s v s p h i l a d e l p h i a 7 6 e r s   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l c a v a l i e r s   d o n o v a n m i t c h e l l c a v s  
d o n o v a n   m i t c h e l l   m a k e s   h i s   c a v a l i e r s   d e b u t 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 1 9   n b a   p l a y e r 1 6 2 8 3 7 8   t e a m 1 6 1 0 6 1 2 7 3 9  
e p i s o d e   5   o f   t h e   b u r n i n g r i v e r s p o r t s c a s t   i s   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s ! 
 
 c l e v e l a n d b r o w n s   c l e v e l a n d   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   g u a r d s   g u a r d i a n s   p o d c a s t   b r o w n s   n f l   m l b   n b a   f o r t h e l a n d   t h e l a n d  
h o w   m a n y   t i m e s   i s   t h i s   g o n n a   h a p p e n   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
7 6 e r s   g u a r d   j a m e s   h a r d e n   p u l l e d   o f f   a   s t r i k i n g   c r o s s o v e r   t o   d r o p   c l e v e l a n d   c a v a l i e r s   f o r w a r d   d e a n   w a d e   o n   t h e   f l o o r . 
 
 w a t c h   t h e   v i d e o   h e r e 👇 
 
 j a m e s h a r d e n   c l e v e l a n d c a v a l i e r s   d e a n w a d e   n b a   n b a t w i t t e r   

d o n o v a n   m i t c h e l l & a m p ; 3 9 ; s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   c a v a l i e r s 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l c a v s   d o n o v a n m i t c h e l l t r a d e   d o n o v a n m i t c h e l l s h i g h l i g h t s f r o m f i r s t g a m e w i t h c a v a l i e r s   e a s t e r n c o n f e r e n c e  
“ y o u   g u y s   h a v e   w o k e n   u p   t h e   d a n g e r o u s   b e a r d ”   j a m e s   h a r d e n   m a k e s   d e a n   w a d e   s w e e p   t h e   f l o o r   i n   l i v e   c o n t e s t     c l e v e l a n d c a v a l i e r s   n b a
c o u n t i n g   d o w n   t i l   t h e   f i r s t   c a v s   g a m e   o n   m y   i n s t a g r a m 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
n o   l o o k ,   n o   p r o b l e m .   😴   d o n o v a n   m i t c h e l l   i s   b a l l i n g   i n   h i s   f i r s t   g a m e   a s   a   c l e v e l a n d   c a v a l i e r . 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   n b a  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t  
o n e   o f   t h e   m a n y   w a y s   i ' l l   b e   c h e c k i n g   o u t   t h e   c a v s   t h i s   s e a s o n ! ! !   c a v s   c l e v e l a n d c a v a l i e r s   b e l l s t r o n g s p o r t s 🏀     n b a p r e s e a s o n   n b a   b a l l y s p o r t s p l u s   b a l l y s p o r t s o h i o  
j a e   c r o w d e r   t r a d e   t o   t h e   c a v a l i e r s ? 
   
 
   
 c a v a l i e r s n e w s   c a v a l i e r s t r a d e   c a v a l i e r s t r a d e r u m o r s   c a v s   c a v s n e w s   c a v s s u n s t r a d e   c a v s t r a d e   c a v s t r a d e r u m o r s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   n b a   n b a n e w s   n b a t r a d e   n b a t r a d e r u m o r s  
o n   t h i s   l u t v   s p o r t s '   " m e d i a   t i m e o u t , "   s p o r t s r e p o r t e r   t r e v o n   s a n c h e z   s h a r e s   h i s   i n s i g h t   o n   d o n o v a n m i t c h e l l ' s   m o v e   t o   t h e   c l e v e l a n d c a v a l i e r s .       l a m a r u n i v e r s i t y   c o l l e g e m e d i a   s t u d e n t m e d i a   s p o r t s m e d i a   s p o r t s t a l k   n b a   h o o p s   b a s k e t b a l l
c l e v e l a n d   c a v a l i e r s :   e v a n   m o b l e y   o u t   1 - 2   w e e k s   w i t h   a n k l e   i n j u r y 
   
 
   
 c a v s   c a v s b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   e v a n m o b l e y a n k l e   e v a n m o b l e y i n j u r y  
c h a s e   d o w n   p o d c a s t   l i v e :   i n s i d e   t h e   l a b   w i t h   j a m a l   r i c h a r d s o n 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
c e d i   o s m a n   f o c u s e d   o n   h e l p i n g   c a v s   a m i d   t r a d e   r u m b l i n g s   c e d i o s m a n   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r  
c a v s   c o a c h   j . b .   b i c k e r s t a f f   n o   c o n c e r n   a b o u t   e v a n   m o b l e y   m i s s i n g   s t a r t   o f   s e a s o n   c l e v e l a n d c a v a l i e r s   e v a n m o b l e y  
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
✈ ️   c l e v e l a n d   ( c l e )   t o   i s t a n b u l   ( i s t )   f o r   o n l y   $ 6 2 8   ( u s d )   r o u n d t r i p   💸 
 9 6 5   l i v e   d a t e s   o n   a d v e n t u r e   m a c h i n e .   -   g e t   t h e   a p p   o n   i o s   o r   a n d r o i d   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   c l e v e l a n d h a i r s t y l i s t   c l e v e l a n d b r o w n s   c l e v e l a n d p h o t o g r a p h e r  
e l i j a h   g e r t r u d e   i s   t a k i n g   a   f i r s t   c l a s s   f l i g h t   t o   u v a ! ! !     w e n t   c r a z y   . h o o p s   x     d a v e   e d w a r d s   m e m o r i a l 
 
 w a r r i o r s   c l e v e l a n d c a v a l i e r s   o t e   n b a   a d i d a s   c u r r y   u s c b a s k e t b a l l   n b a g l e a g u e   n i k e   n b a d r a f t   g l e a g u e i g n i t e   j o r d a n p o o l e   c o l l e g e b a s k e t b a l l  
. c e e f r   k e e p   g o i n g   🔥 🔥   
 
 u n d e r a u r m o r   c l e v e l a n d c a v a l i e r s   a d i d a s   n b a   t y l e r h e r o   w a r r i o r s   n c a a   c u r r y   l a c l i p p e r s   g o l d e n s t a t e   m e m p h i s b a s k e t b a l l   e a s t c o a s t h o o p r e c r u i t   o t e   u s c b a s k e t b a l l  
  i s   s t a r t i n g   t o   h e a t   u p   🔥 🔥 💫 
 
 g o l d e n s t a t e   n b a g l e a g u e   s t a n f o r d m b b   a d i d a s   n b a   n b a l o t t e r y   u n d e r a u r m o r   o t e   j o r d a n p o o l e   c u r r y   d a r i u s g a r l a n d   g l e a g u e i g n i t e   e a s t c o a s t h o o p r e c r u i t   l a c l i p p e r s   c o l l e g e b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   n b a d r a f t   b r y c e j a m e s   s t a n f o r d  
e v a n   m o b l e y   / 9 9   r o o k i e   c o r n e r s t o n e s   q u a d   j e r s e y   a u t o   p u l l e d   f r o m   o u r     c h r o n i c l e s   b a s k e t b a l l   b r e a k s !   🔥 🔥     
 c l e v e l a n d c a v a l i e r s   c a v a l i e r s   b a s k e t b a l l c a r d s   g r o u p b r e a k s   t h e h o b b y   c a s e b r e a k s   b o x b r e a k s   e v a n m o b l e y   n b a   a u t o g r a p h   w h o d o y o u c o l l e c t   b o o m  
j u s t   m a d e   a   s t e a l   o n   e b a y   🔥   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
t h e   c l e v e l a n d   c a v a l i e r s   j u s t   s t o l e   d o n o v a n   m i t c h e l l ! 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
u p   n e x t !   n b a   2 k   r e a l i s t i c   r e t r o   g a m e p l a y !   d w y a n e   w a d e   v s   l e b r o n   j a m e s !   m i a m i   h e a t   v s   c l e v e l a n d   c a v a l i e r s !   l i v e   @   k 4 r l 2 k   ( y o u t u b e   c h a n n e l )   o c t o b e r   9 ,   2 0 2 2   6 : 0 0   p m   u t c + 0 8 : 0 0   n b a   n b a 2 k   2 k s p o r t s   d w y a n e w a d e   l e b r o n j a m e s   m i a m i h e a t   c l e v e l a n d c a v a l i e r s   l e b r o n j a m e s v s d w y a n e w a d e  
c e d i   o s m a n - j a e   c r o w d e r   s w a p   i n   t a l k s   o n l y   ‘ a t   l e a s t   f o r   n o w ’   c e d i o s m a n   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r   p h o e n i x s u n s  
c a v s   t r a i n i n g   c a m p   h i g h l i g h t :   v e r s a t i l i t y   o f   e v a n   m o b l e y   i s   a m a z i n g 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
e v a n   m o b l e y   o u t   1 - 2   w e e k s   d u e   t o   s p r a i n e d   a n k l e   c l e v e l a n d c a v a l i e r s   e v a n m o b l e y  
[ c h a r a n i a ]   c a v a l i e r s   s a y   e v a n   m o b l e y   w i l l   m i s s   o n e - t o - t w o   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n .   
   
 
   
 b a s k e t b a l l   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
c l e v e l a n d   c a v a l i e r s   d y l a n   w i n d l e r   i s   j o e   h a r r i s   2 . 0   |   l e t   e m   k n o w 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
w h a t   d o   y o u   g u y s   t h i n k ? 
   
 
   
 c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e  
t h e     h a d   o n e   o f   t h e   m o s t   s u r p r i s i n g   s e a s o n s   i n   2 0 2 2 ,   a n d   t h e n   m a d e   a   h u g e   s p l a s h ,   t r a d i n g   f o r   d o n o v a n m i t c h e l l .   w h e r e   d o   t h e   c a v s   r a n k   t h i s   y e a r ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 c l e v e l a n d c a v a l i e r s   d a r i u s g a r l a n d   e v a n m o b l e y   j a r r e t t a l l e n   b e l i e v e l a n d  
c a n   m o b l e y   a n d   a l l e n & a m p ; 3 9 ; s   . . . 
   
 
   
 a l l s t a r s   c e n t r a l d i v i s i o n   c h e t h o l m g r e n   c l e v e l a n d c a v a l i e r s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   j a r r e t t a l l e n   j o s h g i d d e y   k e n n y f o r r e a l   n b a a l l s t a r g a m e   n b a b a s k e t b a l l   n b a d e f e n s e  
r e b u i l d i n g   t h e   c l e v e l a n d   c a v a l i e r s !   ( n b a   2 k 2 3   m y n b a )     v i a     n b a   n b a 2 k 2 3   b a s k e t b a l l   s p o r t s   g a m i n g   y o u t u b e r   c l e v e l a n d c a v a l i e r s
“ b e   a   g o o d   n b a   w i f e ”   s t e p h e n   a .   s m i t h   s l a m m e d   f o r   t e l l i n g   a y e s h a   c u r r y   t o   b e   l i k e   s a v a n n a h   j a m e s     c l e v e l a n d c a v a l i e r s   g o l d e n s t a t e w a r r i o r s
d o e s   t h e   d o n o v a n   m i t c h e l l   t r a d e   . . . 
   
 
   
 a l e x h o o p s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s d o n o v a n m i t c h e l l   c l e v e l a n d c a v a l i e r s n e w s   d a r i u s g a r l a n d   d a r i u s g a r l a n d h i g h l i g h t s   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l c a v a l i e r s   d o n o v a n m i t c h e l l c a v s  
j a e   c r o w d e r   -   c l e v e l a n d   c a v a l i e r s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s . 
 
 c a v a l i e r s   l e t e m k n o w   c l e v e l a n d   p h o e n i x   s u n s   w e a r e t h e v a l l e y   j a e   c r o w d e r   n b a   n b a t w i t t e r   n b a t o p s h o t  
c a t c h   a   l i v e   n b l   g a m e   o f   c l e v e l a n d   c a v a l i e r s   t a k i n g   o n   t o r o n t o   r a p t o r s   a t   .   r e t u r n   t o   i n t e r c o n c l e   a f t e r   y o u r   d a y   o u t   a n d   r e l a x   i n   o u r   c o m f o r t a b l e   a c c o m m o d a t i o n s   j u s t   1 0   m i n u t e s   a w a y .   v i s i t m e i n c l e   o h i o   
 w h e n :   o c t o b e r   1 9    
n b a   p o i n t   s h a v i n !   p h i v s c l e   n b a p r e s e a s o n   c h e a t i n   c l e v e l a n d   c a v a l i e r s   c a v s   7 6 e r s  
d e a n   w a d e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e a n w a d e   d e a n   w a d e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
c a r i s   l e v e r t   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a r i s l e v e r t   c a r i s   l e v e r t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
a   c l a s s i c   j b   g a m e   t o n i g h t   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
e x p e c t i n g   t h i s   f r o m   c a r i s   l e v e r t   f o r   c a v s   w o u l d   b e   w i s h f u l   t h i n k i n g 
 
 
 
 n b a   c l e v e l a n d   c a v a l i e r s   c a v s   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   b u l l s n a t i o n   g o s p u r s g o   p a c e r s
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   c a v a l i e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
d o n o v a n   m i t c h e l l   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d o n o v a n m i t c h e l l   d o n o v a n   m i t c h e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
j a r r e t t   a l l e n   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a r r e t t a l l e n   j a r r e t t   a l l e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
j a r r e t t   a l l e n   h i g h l i g h t s   -   c a v a l i e r s   v s .   7 6 e r s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   j a r r e t t   a l l e n   c l e   p h i   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   c l e v e l a n d   c a v a l i e r s   p h i l a d e l p h i a   7 6 e r s
d o n o v a n   m i t c h e l l   w i t h   t h e   m a s s i v e   r e j e c t i o n   ❌ 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d o n o v a n   m i t c h e l l   b l o c k   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
🏆   n b a 
 
 🏀   c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 c l e v e l a n d   p h i l a d e l p h i a   n b a  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   t w o   w e e k s   t o   g o   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   w e e k s   s p o r t s
3   d i f f e r e n t   w a y s   c a v s   c a n   u p g r a d e   r o s t e r   i n   a   j a e   c r o w d e r   t r a d e 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   g r i n d c i t y   m f f l   r e p t h e d i s t r i c t   w e t h e n o r t h   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
t h e   c a v a l i e r s   a r e   a i m i n g   f o r   t h e s e   t w o   g o a l s   t h i s   s e a s o n … 
 
 
 
 c l i c k   t h e   l i n k   f o r   m o r e   o n   t h e   c a v a l i e r s .   d r o p   y o u r   n b a   p r e d i c t i o n s   i n   t h e   r e p l i e s . 
 
 s p o r t s   c a l v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n b a   b a s k e t b a l l  
e v e r y b o d y   l o v e s   t e r r y   r o z i e r 
 
 
 
 n b a   a l l f l y   c h a r l o t t e   h o r n e t s   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   m m f l   j a z z   m f f l   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   n b a i n a b u d h a b i   c e l t i c s   s p u r s
t h e   c a v s   d e f i n i t e l y   n e e d   i s a a c   o k o r o   t o   s t e p   u p   o n   o f f e n s e   t h i s   y e a r 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   m m f l   j a z z   m f f l   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   n b a i n a b u d h a b i
c l e v e l a n d   c a v a l i e r s   s h o u l d   b e   h a p p y   t h e y   d o n ' t   h a v e   d r a y m o n d   g r e e n 
 
 
 
 n b a   c l e v e l a n d   c a v a l i e r s   b e t h e f i g h t   n b a t w i t t e r   n b a 2 k 2 3 m y t e a m   n b a j a p a n g a m e s   n b a i n a b u d h a b i   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   r o c k e t s   m f f l   l a k e s h o w   l a k e r s   s u n s   j a z z
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   a l l   s m i l e s   a t   w o l s t e i n c e n t e r   
 
 b a s k e t - b a l l   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   s m i l e s   w o l s t e i n c e n t e r
i f   y o u   a r e n ' t   l i s t e n i n g   t o   t h e   b u r n i n g r i v e r s p o r t s c a s t   p o d c a s t   o r   w a t c h i n g   t h e   v i d e o p o d c a s t   o n   y o u t u b e   t h e n   h e r e ' s   a   t a s t e   o f   w h a t   y o u ' r e   m i s s i n g ! 
 . 
 c l e v e l a n d b r o w n s   c l e v e l a n d   b r o w n s   f o o t b a l l   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   g u a r d s  
w a n t   t o   t h a n k     f o r   s i g n i n g   m y   j e r s e y   t o d a y   a t   t h e   w i n e   a n d   g o l d   s c r i m m a g e !   m u c h   l o v e   & a m p ;   w e l c o m e   t o   c l e v e l a n d !     c l e v e l a n d   c a v a l i e r s   l e t e m k n o w   4 5  
t h e   c l e v e l a n d   c a v a l i e r s '   u n c o n v e n t i o n a l   r o s t e r   m a k e u p   i s   p a y i n g   d i v i d e n d . . .     v i a     c a v s
2 0 1 9 - 2 0   p a n i n i   n a t i o n a l   t r e a s u r e   k e v i n   p o r t e r   j r   5 / 5   b g s 9 / 1 0   
 
 i t e m   n u m b e r :   2 2 1 0 0 4 0 4 3 7 3 9 0 3 1 
 
 n b a   r o o k i e   c l e v e l a n d   c a v a l i e r s     k e v i n   p o r t e r   k e v i n p o r t e r j r   p a n i n i   p a n i n i a m e r i c a   n a t i o n a l t r e a s u r e   t r a d i n g c a r d s  
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s   l e b r o n   l e b r o n j a m e s   k i n g j a m e s
n b a   r o o k i e   b a s k e t b a l l   c a r d   e v a n   m o b l e y   c a v a l i e r s   2 0 2 1   p a n i n i   n o .   2 3 4   -   c l i c k   h e r e   
 
 b a s k e t b a l l   n b a     c l e v e l a n d   o h i o     p a n i n i  
h a l l o w e e n   j e r s e y   e d i t   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
2 0 2 2   w i n e   & a m p ;   g o l d   s c r i m m a g e   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
b r a n d o n   i n g r a m ' s   t h o u g h t s   o n   d o n o v a n   m i t c h e l l ' s   t r a d e   t o   t h e   c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
v i d e o   v e r s i o n   o f   e p i s o d e   5   o f   t h e     i s   o n   y o u t u b e !   d o n ' t   f o r g e t   t o   s u b s c r i b e   a n d   s h a r e ! 
 c l e v e l a n d   c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   b u r n i n g r i v e r s p o r t s c a s t   b r o w n s   l a c h a r g e r s   a t l a n t a f a l c o n s   v i d e o p o d c a s t   l i s t e n n o w   w a t c h n o w 
 

v i d e o   v e r s i o n   o f   e p i s o d e   5   o f   t h e   b u r n i n g r i v e r s p o r t s c a s t   i s   o n   y o u t u b e !   d o n ' t   f o r g e t   t o   s u b s c r i b e   a n d   s h a r e ! 
 c l e v e l a n d   c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   f o r t h e l a n d   p o d c a s t   l a c h a r g e r s   a t l a n t a f a l c o n s   v i d e o p o d c a s t   l i s t e n n o w   w a t c h n o w 
 

b r i a n   w i n d h o r s t   o n   d o n o v a n   m i t c h e l l ' s   i m p a c t   o n   t h e   c a v a l i e r s   t h i s   s e a s o n   |   n b a   t o d a y   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
d e a n   w a d e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d e a n w a d e   d e a n   w a d e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
m a m a d i   d i a k i t e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a m a d i d i a k i t e   m a m a d i   d i a k i t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
e p i s o d e   5   o f   t h e   b u r n i n g r i v e r s p o r t s c a s t   i s   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s ! 
 
 c l e v e l a n d b r o w n s   c l e v e l a n d   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   g u a r d s   g u a r d i a n s   p o d c a s t   b r o w n s   n f l   m l b   n b a   f o r t h e l a n d   t h e l a n d  
h o w   m a n y   t i m e s   i s   t h i s   g o n n a   h a p p e n   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
k e v i n   l o v e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n l o v e   k e v i n   l o v e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
' e x c i t e d '   m i t c h e l l   s c o r e s   1 6   i n   h i s   c a v a l i e r s   d e b u t   c l e v e l a n d   c a v a l i e r s   n b a  
r a u l   n e t o   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r a u l n e t o   r a u l   n e t o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
d o n o v a n   m i t c h e l l   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d o n o v a n m i t c h e l l   d o n o v a n   m i t c h e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   b a s k e t - b a l l   c o n t e n t   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
s h a r e   t h e   b e s t   b a s k e t - b a l l   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 c l e v e l a n d   c a v a l i e r s   -   o n e   h a l f   p l a y e d 
 
 b a s k e t - b a l l   l e t e m k n o w   b a s k e t b a l l   b e s t b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   c l e v e l a n d   c a v a l i e r s   h a l f   p l a y e d   s p o r t s
p e r k ' s   b o l d   p e l i c a n s   p r e d i c t i o n ,   w e m b a n y a m a ' s   d e b u t   & a m p ;   r e a c t i n g   t o   b e n   s i m m o n s '   r e t u r n   |   s w a g u   & a m p ;   p e r k   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
r a n k i n g   t h e   1 0   b e s t   p r o s p e c t s   i n   t h e   c e n t r a l   d i v i s i o n 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   h e r e t h e y c o m e   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   l a k e s h o w   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
j a m e s   h a r d e n   m a k i n g   p e o p l e   l o o k   s i l l y   a g a i n   😮 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a m e s   h a r d e n   a n k l e b r e a k e r   c r o s s o v e r   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
w e l c o m e   t o   c l e v e l a n d   d o n o v a n 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d o n o v a n   m i t c h e l l   c l e   c l e v e l a n d   c a v a l i e r s   p h i   p h i l a d e l p h i a   7 6 e r s
t h e s e   3   c a v s   n e e d   t o   r e a c h   o u t   a n d   s e i z e   a   r o t a t i o n   s p o t   i n   p r e s e a s o n 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   b l e e d g r e e n   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
j u s t   m a d e   a   s t e a l   o n   e b a y   🔥   
   
 
   
 b a s k e t b a l l   c a v a l i e r s   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
c l e v e l a n d   c a v a l i e r s   t o   c o v e r   b a l l y   s p o r t s +   s u b s c r i p t i o n s   f o r   s e a s o n   t i c k e t   h o l d e r s 
 s p o r t s i n d u s t r y   s p o r t b i z 

c a v s   p r a c t i c e :   r a u l   n e t o   c l e v e l a n d   c a v a l i e r s   n b a   v i d e o :  
c a v s '   m o b l e y   t o   m i s s   1 - 2   w e e k s   w i t h   a n k l e   s p r a i n   c l e v e l a n d   c a v a l i e r s   n b a  
[ c h a r a n i a ]   c a v a l i e r s   s a y   e v a n   m o b l e y   w i l l   m i s s   o n e - t o - t w o   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n .   
   
 
   
 b a s k e t b a l l   c l e v e l a n d   c l e v e l a n d c a v a l i e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   o h i o  
c a v s '   e v a n   m o b l e y   p u l l i n g   m o r e   f r o m   3   c o u l d   d o   w o n d e r s   f o r   h i m ,   t e a m 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   b u l l s n a t i o n   h e a t t w i t t e r   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   n e t s   b r o o k l y n t o g e t h e r   s i x e r s
n b a   s e a s o n   i s   c o m i n g   u p !   m o r e   o f   m e   r a m b l i n g   a b o u t   t h e   c a v s . . .   c l e v e l a n d   c a v a l i e r s   

t h e   m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   a l o n g   w i t h   s e l e c t   p l a y e r s   s o o n . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c   c o l l e c t i b l e s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s   y
i t ' s   f u n n y   b e c a u s e   i   e x p e c t   t h i s   t o   b e   t h e   y e a r   k p j   f i n a l l y   p u t s   t o g e t h e r   b a l l e r   s e a s o n ,   a n d   c a v s   d g a f   b e c a u s e   t h e   g u y   t h e y   h a v e   i s   b e t t e r   s u i t e d   t o   t h e i r   t i m e l i n e / t e m p e r a m e n t .
o c t o b e r   1 1 ,   1 9 8 2 : 
 
 t h e   c a v s   w a i v e   ( n o t   t h a t )   m i k e   e v a n s  
o n   t o d a y ’ s   s h o w     a n d     f i n d   t h e   g o o d   i n   w h a t   w a s   a n   u g l y   p r e s e a s o n   l o s s   f o r   t h e   c a v s   a t   h o m e . 
 
 📺 :   
 🎧 :    
c a v s   d y l a n   w i n d l e r   i s   h u r t .   l a m a r   s t e v e n s   d i d n ’ t   p l a y   u n t i l   t h e   4 t h   q u a r t e r .   c e d i   o s m a n   f e e l s   l i k e   a   l o n g s h o t .   i s a a c   o k o r o   h a s   b e e n   “ f a b u l o u s ”   b u t   t h a t   o f f e n s e   . . .   d e a n   w a d e   h a s   b e e n   g o o d   t o o .   s t i l l ,   i t   f e e l s   l i k e   c a r i s   l e v e r t   h a s   p u l l e d   a h e a d   i n   s f   r a c e 
 

t h a t   w a s ,   i n   f a c t ,   a s   a w e s o m e   a s   i   i m a g i n e d   i t   w o u l d   b e .   💙   f u l l   c i r c l e   m o m e n t s   d o n ’ t   h a p p e n   o f t e n   i n   l i f e ,   a n d   i   a m   s o   g r a t e f u l   i   g e t   t o   e x p e r i e n c e   t h i s   o n e .   s o   a m p e d   f o r   t h e   s e a s o n   a h e a d .   l e t e m k n o w   c a v s   n b a   🎤  
w e   m u s t   p r e s e r v e   a c !   8   d a y s   u n t i l   t h e   f i r s t   c a v s   g a m e !   p r e s e r v e a c   f u t u r a m a   g o a t   c o m m e n t a t o r   c l e v e l a n d   c a v s   c l e v e l a n d c a v s   n b a c o u n t d o w n   n b a   b a l l y s p o r t s c l e  
c a t c h   t h e   c - l a n d   s h o w   e v e r y   w e e k   o n   w e d n e s d a y   ‼ ️ 
 c l e   c l e v e l a n d   c - l a n d   t h e c l a n d s h o w   b r o w n s   c a v s   c a v i l a r e s   b r o w n s   g u a r d i a n s   b a s e b a l l   f o o t b a l l   b a s k e t b a l l   b r a n d o n   h o l l y w o o d   z a p   s h a w n   s p o r t s   c h a m p i o n s h i p   n b a   n f l   m l b
w h a t   i s   d e a n   w a d e ’ s   c e i l i n g   f o r   t h e   c l e v e l a n d   c a v a l i e r s   a s   a   l o n g - t e r m   p l a y e r ? 
 ( b y   )   
 d e a n w a d e   c l e v e l a n d c a v a l i e r s   c a v s   

s o m e   o b s e r v a t i o n s   f r o m   l a s t   n i g h t ’ s   c a v s   g a m e :   
 
 - c a r i s   l e v e r t   c o n t i n u e s   t o   i m p r e s s   
 - c l e v e l a n d ’ s   e a r l y   o f f e n s i v e   e x e c u t i o n   s t r u g g l e s 
 - a n d   m o r e 

y o u r   g i r l   f i n a l l y   g o t   a   d i s c o u n t   c o d e   ✨ 
 
 j u s t   u s e   t h e   c o d e   c h o e k s t r a   f o r   s o m e   s p e c i a l   o f f e r s   o n   c a v s ,   m o n s t e r s ,   a n d   c h a r g e   t i c k e t s :     
 
 l e t e m k n o w   w h e r e c l e t u r n s u p
d o g   o r   h u m a n ?   🤣 
 
 d o g s o f t w i t t e r   d o g s   d o g s o n t w i t t e r   c a v s   c a v p a c k  
o u r   a m a z i n g   v o l u n t e e r   n e t w o r k   h e l p s   p i e c e   t h i n g s   t o g e t h e r   t h r o u g h   t h e   s e r v i c e s   w e   d e l i v e r   i n   y o u r   c o m m u n i t y .   w e   c o u l d   n o t   d o   i t   w i t h o u t   t h e m .   
 a r e   y o u   i n t e r e s t e d   i n   v o l u n t e e r i n g   f o r   c a v s ?   f i n d   o u t   m o r e   a b o u t   w h a t   w e   c a n   o f f e r   a n d   t h e   b r i l l i a n t   o p p o r t u n i t i e s   t h a t   a r e   o p e n .  
o n   t o d a y ' s   s h o w : 
 -   w h a t   t h e     n e e d   t o   d o   t o   u p s e t   t h e   y a n k e e s 
 -   f u l l   a l d s   p r e v i e w 
 -   c a n   t h e   b r o w n s   b r e a k   t h e   b i l l   b e l i c h i c k   c u r s e ? 
 -     o n   a l l   t h i n g s   b r o w n s   a f t e r   s u n d a y ' s   g a m e 
 -   c a v s   r e a x 

i n b o x :   " j . b .   b i c k e r s t a f f   n a m e d   m o s t   h a n d s o m e   n b a   h e a d   c o a c h   o f   2 0 2 2 . "   s o   t h e   c a v s   g o t   t h a t   g o i n g   f o r   t h e m .
w i s h i n g   w e   w e r e   y o u .     b r o w n s   f o r t h e l a n d   c a v s  
h a n g   t h e   b a n n e r   c a v s  
c a v s   f a l l   a g a i n s t   t h e   s i x e r s   a n e w ,   r e m a i n   w i n l e s s   i n   t h e   p r e s e a s o n 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   7 6 e r s 

t h e   c a v s   s h o u l d   i m p r o v e   i n   t h e s e   3   a r e a s   i n   2 0 2 2 - 2 3 ,   a c c o r d i n g   t o   .     l e t e m k n o w
🚨 c a v s   l i m i t e d   t i m e   o f f e r 🚨 
 
 $ 5 0 0 
 - t w o   ( 2 )   b l a c k   c l u b   s e a t s 
 - t w o   ( 2 )   v a l u e   c l u b   s e a t s   
 - p l u s   1 0   l o u d v i l l e   t i c k e t s   t o   a   v a l u e   g a m e 
 
 c a v s t i c k e t s   c a v s  
c a v s   i m p r e s s i v e   o f f - s e a s o n   c o n t i n u e s   
 
 c o n g r a t s   _  
n b a   p o i n t   s h a v i n !   p h i v s c l e   n b a p r e s e a s o n   c h e a t i n   c l e v e l a n d   c a v a l i e r s   c a v s   7 6 e r s  
s p o r t s   a t   : 1 5   & a m p ;   : 4 5   g u a r d i a n s   b i g   u n d e r d o g s   i n   n y ,   t i t o   o n   g a m e   1 
 b r o w n s   d e f e n s e   c o n c e r n s .                         c a v s   f a l l   t o   p h i l l y .                                                                                                                                          
u g l y   s t a r t   s i n k s   c a v s   i n   p r e s e a s o n   g a m e   a g a i n s t   7 6 e r s  
t h e   a n g e r   c a v s   s h o u l d   o f   w o n  
.   d o n o v a n   m i t c h e l l   f l i e s   t o   h i s   w e b .   c a v s   l e t e m k n o w   n b a  
e x p e c t i n g   t h i s   f r o m   c a r i s   l e v e r t   f o r   c a v s   w o u l d   b e   w i s h f u l   t h i n k i n g 
 
 
 
 n b a   c l e v e l a n d   c a v a l i e r s   c a v s   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   b u l l s n a t i o n   g o s p u r s g o   p a c e r s
c a v s   s t a r t i n g   s f   j o b   i s   u p   f o r   g r a b s .   i t ' s   a   c o m p e t i t i o n   - -   a n d   i t   f e e l s   l i k e   c a r i s   l e v e r t   i s   w i n n i n g . 
 
 " h e ’ s   b e e n   a s   s e l f l e s s   a s   y o u   c a n   i m a g i n e .   e v e r y   d r i l l   w e   d o   h e ’ s   l o c k e d   i n   w i t h   a   m i n d s e t   t h a t   h e ’ s   g o i n g   t o   h e l p   u s   a s   a   d e f e n s i v e   p l a y e r   f i r s t " 
 

c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
i   a s k e d   c a v s   s t a r   d a r i u s   g a r l a n d   a b o u t   h i m   a s k i n g   f o r   c l e v e l a n d   r e s t a u r a n t   r e c o m m e n d a t i o n s   a n d   h e   m e n t i o n e d   e v e r y o n e   d r a g g i n g   h i m   o n l i n e   f o r   i t . 
 
 g a r l a n d   s w e a r s   w a s   j u s t   a s k i n g   f o r   a   f r i e n d   a n d   m e n t i o n s   h e   a l r e a d y   h a s   a   p r i v a t e   c h e f   s o   h e   d o e s n ’ t   g o   o u t   o f t e n   t o   b e g i n   w i t h .
i f   i   w e r e   y o u ,   i ’ d   g o   s t a y   a t   y o u r   s e c o n d   h o m e s   ( p e r f o r m a n c e - e n h a n c i n g   r a m e n )     
 j o k e s   t h i r d p a r t y   t r u m p   c a v s   l e b r o n j a m e s   n b a   h i l l a r y   o l y m p i c s   p u e r t o r i c o   f l o r i d a   o h i o   i n c o m e i n e q u a l i t y   w a g e s t e a l e r s   c l a s s w a r f a r e 
 
 p o e t r y
    w h i l e   w e ’ r e   a t   i t …   t h e   t i m e s   t h e   r a p t o r s   l o s t   t o   l e b r o n ’ s     c a v s   ( a l t h o u g h   n o t   i n   f i r s t   r o u n d )
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     t s y   s u r v i v o r   c a v s   b u l l s   p a t r i o t s   p a c k e r s   b e a r s   m i a m i   t a m p a   t o m b r a d y   w a s h i n g t o n   d c
c a v s   s w i n g m a n   c a r i s   l e v e r t   o p e n s   u p   b y   s a y i n g   t h a t   t h e   s i x e r s   g o i n g   s m a l l   t o   s t a r t   t h i n g s   o u t   t h r e w   t h e m   f o r   a   l o o p   a   b i t .
g o i n g   t o   b e   a   w h o l e   l o t t a   t h i s   i n   2 2 - 2 3 .   c a v s   l e t e m k n o w  
c a v s   g a m e … .   t h a n k s    
s i x e r s   /   c a v s   t a k e a w a y s   t h r e a d  
c a v s   d e a n   w a d e ,   w h o   r o l l e d   h i s   a n k l e   t o n i g h t ,   s a i d   h e   c o u l d   h a v e   g o n e   b a c k   i n   t h e   g a m e .   b u t   c a v s   c o a c h   j . b .   b i c k e r s t a f f   s a i d   t h e   t e a m   m a d e   t h e   d e c i s i o n   t o   h o l d   h i m   o u t .   d i d   n o t   w a n t   t o   p u s h   i t .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s h a r e d   w i t h   m e   t h a t   d e a n   w a d e   c o u l d ’ v e   g o n e   b a c k   i n t o   t h e   g a m e   a f t e r   a p p e a r i n g   t o   t w e a k   h i s   a n k l e .   
 
 b u t ,   d u e   t o   i t   b e i n g   p r e s e a s o n ,   b i c k e r s t a f f   d e c i d e d   t o   k e e p   w a d e   o u t   a n d   n o t   r e a l l y   r i s k   a n y t h i n g .
c a v s   j . b .   b i c k e r s t a f f   s a i d   i f   t h i s   w o u l d n ' t   h a v e   b e e n   a   p r e s e a s o n   g a m e ,   k e v i n   l o v e   w o u l d   h a v e   p l a y e d .   b u t   i t   i s   a l l   a b o u t   g e t t i n g   h i m   s o m e   e x t r a   r e s t   a n d   m a k i n g   s u r e   h e   i s   r e a d y   a n d   i n   t h e   b e s t   s h a p e   p o s s i b l e   f o r   t h e   o p e n e r .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   t h e r e   a r e   n o   c o n c e r n s   r e g a r d i n g   k e v i n   l o v e ’ s   k n e e . 
 
 i f   i t   w e r e   a   r e g u l a r   s e a s o n   g a m e ,   h e   w o u l d ’ v e   p l a y e d   t o n i g h t .
3 n e w s   e x c l u s i v e :   c a v s   s t a r   k e v i n   l o v e   d i s c u s s e s   m e n t a l   h e a l t h   a d v o c a c y ,   h o w   w e   c a n   h e l p   c h i l d r e n   b e   ' v u l n e r a b l e '   (   r e p o r t s )  
d o n o v a n   m i t c h e l l ' s   r h y t h m   o f f   i n   p r e s e a s o n   h o m e   d e b u t ;   c a v s   f a l l   t o   7 6 e r s     v i a  
w e l p …   c a v s   b a c k   a t   i t   w e d n e s d a y   n i g h t .  
t h a n k   y o u     g o   c a v s  
c a v s   0 - 2   i n   t h e   p r e s e a s o n . 
 a t l a n t a   o n   w e d n e s d a y .  
n o t   g r e a t   t o n i g h t .   c a v s  
c a v s   j . b .   b i c k e r s t a f f   s a i d   h e   w a n t e d   t h e   t e a m   t o   b e   b e t t e r   t h a n   g a m e   1 .   
 
 w e l p . . . 
 

i   t h i n k   t h e   7 6 e r s   t o o k   t h i s   g a m e   w a y   t o o   s e r i o u s l y .     n o t   w o r r i e d   a t   a l l .     a s   l o n g   a s   t h e   c a v s   b r i n g   t h e   e n e r g y   s t a r t i n g   n e x t   w e d n e s d a y   t h e y   w i l l   b e   f i n e .
p r e s e a s o n   b a s k e t b a l l .   c a v s   f a l l   s h o r t .
p h i l l y   h a s   n o w   b e a t e n   t h e   c a v s   t w i c e   d a m n   b a c k   2   b a c k   w e l p   i t s   p r e s e a s o n   s o   t h e   w i n s   n   l o s s e s   d o n ' t   c o u n t   l u c k i l y  
c a v s   d r o p   t h i s   o n e   1 1 3 - 9 7   t o   p h i l l y   i n   p r e s e a s o n   g a m e   n o .   2 .   a l l e n   h a d   1 9   f o r   t h e   c a v s ,   g a r l a n d   h a d   1 7 ,   l e v e r t   w i t h   1 3   a n d   m i t c h e l l   w i t h   1 1 .
t h e   c a v s   t o n i g h t   v s   t h e   7 6 e r s : 
 
 j a r r e t t   a l l e n : 
 1 9   p t s 
 1 2   r e b 
 5 / 6   f t 
 
 d a r i u s   g a r l a n d : 
 1 7   p t s 
 7   a s t 
 6 / 1 0   f g 
 
 c a r i s   l e v e r t : 
 1 3   p t s 
 3   r e b 
 3   a s t 
 
 t h e   h a w k s   t r a v e l   t o   c l e v e l a n d   f o r   a   p r e s e a s o n   g a m e   o n   w e d n e s d a y   l e t e m k n o w   🗣 ️  
i ’ v e   b e e n   m i s s i n g   a   g o o d   e p i s o d e   o f   w w e r a w   t r y i n g   g o   b a c k   a n d   f o r t h   b e t w e e n   t h e   c a v s   a n d   t h e   c h i e f s   g e t t i n g   t h e i r   a s s e s   k i c k e d .
s t i l l   n o   s h a r i f e   c o o p e r ,   n a t e   h i n t o n   o r   j a m o r k o   p i c k e t t   i n   t h i s   o n e   f o r   t h e   c a v s   w i t h   l e s s   t h a n   3   m i n u t e s   t o   g o .
m a m a d i   d i a k i t e   w i l l   b e   f u n   f o r   m i k e   g e r r i t y   a n d   h i s   s t a f f   t o   d e v e l o p   w i t h   t h e   c h a r g e   l a t e r   t h i s   s e a s o n . 
 
 i f   d i a k i t e   s t i c k s   a r o u n d   a n d   k h a l i f a   d i o p   c o m e s   o v e r   n e x t   s e a s o n ,   t h e   c a v s   c o u l d   h a v e   s o m e   s o l i d   y o u n g   d e p t h   o p t i o n s   b e h i n d   j a r r e t t   a l l e n   a t   t h e   f i v e .
s o m e   g o o d   h i g h l i g h t s   ( d . m i t c h e l l ' s   a l l e y   o o p   s l a m   d u n k   a n d   t h e n   h i s   b l o c k e d   s h o t )   b u t   c a v s   j u s t   s e e m e d   t o   b e   o n   c r u i s e   c o n t r o l   a g a i n s t   t h e   7 6 e r s   t o n i g h t .
t h e   c a v s   b u m p i n g   a   n u j a b e s   b e a t   t o   r o u n d   o u t   t h i s   g a m e   m a k e s   t h i s   f o u r t h   q u a r t e r   w o r t h w h i l e
c a v s   n o t   l o o k i n g   v e r y   g o o d   t o n i t e .   c a v s   
 g o o d   t h i n g   t h i s   g a m e ’ t   c o u n t   😉   l e t e m k n o w
i s   c e d i   o s m a n   i n   t r o u b l e   w h e n   h e   a b s o l u t e l y   d o e s n ' t   d i s t i n g u i s h   h i m s e l f   f r o m   t r a i n i n g   c a m p   i n v i t e s ?   c a v s
l a m a r   s t e v e n s   p a s s e d   u p   a n   o p e n   3   t o   d r i v e   a n d   k i c k   i n t o   a   t u r n o v e r   
 
 d o n ' t   l e t   t h e s e   s u m m e r   v i d e o s   f o o l   y a l l 
 
 c a v s
c o m e   o n   c a v s  
t w i n n i n g   a t   t h e     g a m e ! !   🤣   w e   b o t h   n e e d   c a v s   s h i r t s ! !   l e t e m k n o w  
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   i s   c l e a r i n g   h i s   b e n c h   w i t h   r a u l   n e t o ,   c e d i   o s m a n ,   m a m a d i   d i a k i t e   a n d   l a m a r   s t e v e n s   j o i n i n g   i s a i a h   m o b l e y   o u t   t h e r e .
l e v e r t . . . . . . .   c a v s   l e t e m k n o w  
      c a v s   l e t ' s   g o  
n o b o d y   i s   g o i n g   t o   g u a r d   o k o r o   a n d   t h e   o t h e r   m o b l e y   
 
 c a v s
i f   i s a i a h   m o b l e y   c a n   d e v e l o p   i n t o   l i k e   a     o n   t h e   3 p o i n t   l i n e .   m a n   h e d   b e   s o   g o o d   f o r   t h i s   t e a m   o f f   t h e   b e n c h   c a v s
m o b l e y   t o   m i t c h e l l   n b a   b a s k e t b a l l   n b a t w i t t e r   c a v s   c a v a l i e r s   d o n o v a n m i t c h e l l  
t h i s   i s   e x c i t i n g   c a v s  
i t   a p p e a r s   d o c   r i v e r s   i s   c a l l i n g   o f f   t h e   d o g s   f o r   t h e   s i x e r s . 
 
 c l e v e l a n d   c o u l d   t r y   a n d   t a k e   t h e   l e a d   b e f o r e   j . b .   b i c k e r s t a f f   d o e s   t h e   s a m e   f o r   t h e   c a v s .
l o v e   l o v e   t h e   c a v s   t e a m .   i   c a n ’ t   w a i t   u n t i l   i t ’ s   r e a l .
h e y   c l e v e l a n d ,   s a v e   o n   t i c k e t s   w i t h   m y   c o u p o n   c o d e   t o   c a v s   g a m e s ,   d i s n e y   o n   i c e   +   m o r e ! 
 & g t ; & g t ;     
 l e t e m k n o w   c a v s  
  l o l   n a w   b r o ,   i   j u s t   t h i n k   j b   i s   a   r e a l   s o l i d   c o a c h   a n d   t h i s   u p c o m i n g   s e a s o n   i s   a   b i g   o n e   f o r   b o t h   h i m   a n d   t h e   r o s t e r / f r a n c h i s e .   
 
 i f   h e   c o m p l e t e l y   f a l l s   o n   h i s   f a c e ,   a n d   t h e   c a v s   d o n ’ t   a t   t h e   v e r y   l e a s t   m a k e   i t   t o   r o u n d   2 …   w e   c a n   h a v e   t h a t   t a l k   b r o .
d e s p i t e   a p p e a r i n g   t o   t w e a k   h i s   a n k l e ,   c a v s   f o r w a r d   d e a n   w a d e   a p p e a r s   t o   b e   o k   a s   h e ' s   r e m a i n e d   o n   t h e   b e n c h   f o r   c l e v e l a n d   a f t e r   i s a i a h   m o b l e y   s u b b e d   i n   f o r   h i m .
t h e   m i n d s e t   a t   t h e   3   i n   a n y   r o t a t i o n   w i t h   g a r l a n d ,   m i t c h e l l ,   m o b l e y ,   a n d   a l l e n   h a s   t o   b e   d e f e n s e .   t h e r e   i s   a l r e a d y   e n o u g h   s c o r i n g .   c a v s
c a v s   d e a n   w a d e   h o b b l e s   o f f   t h e   f l o o r   a n d   i s   r e p l a c e d   b y   i s a i a h   m o b l e y .   w a d e   w a s   d r i v i n g   t o   t h e   b a s k e t ,   g o t   c a l l e d   f o r   a n   o f f e n s i v e   f o u l   a n d   a p p e a r e d   t o   r o l l   h i s   a n k l e .   h e   i s   p o i n t i n g   t o   h i s   r i g h t   a n k l e   o n   t h e   b e n c h .
g e t   t h e   s t a r t e r s   o u t   n o w . 
 
 c a v s
j a r r e t t   a l l e n   i s   d o i n g   w o r k .   g o n n a   b e   g r e a t   t o   s e e   h i m   d o i n g   t h i s   w i t h   m o b l e y   a n d   l o v e   o u t   t h e r e   w i t h   ‘ e m   s o o n . 
 
 l e v e r t   t r y i n g   t o   p i c k   h i s   s p o t s   w i t h   g a r l a n d   a n d   m i t c h e l l   d o i n g   w o r k   i s   v i t a l   f o r   t h e   c a v s ,   t o o .   w e ’ l l   s e e   h o w   t h e y   c a n   d o   i t .   
 
 l e t e m k n o w
i   t h i n k   c a r i s   l e v e r t   h a s   s t a r t e d   t o   s o l i d i f y   h i s   s p o t   a s   t h e   s t a r t i n g   t h r e e   f o r   t h e   c a v s .
e x t r e m e l y   h a p p y   f o r   l e v e r t   a l w a y s   o n e   o f   m y   f a v o r i t e s .   n e t s   d i d n ’ t   f e e l   h e   f i t   w i t h   o t h e r   b a l l h a n d l e r s ;   n a s h   c a l l e d   h i m   “ r e d u n d a n t . ”   b u t   h e ’ s   a p p a r e n t l y   d o i n g   i t   f o r   c a v s  
c a v s   r u n n i n g   t h e i r   s t a r t e r s   a   l i t t l e   l o n g e r   t o n i g h t .   t h e y   a r e   b e g i n n i n g   t h e   s e c o n d   h a l f   t h i s   t i m e .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   i s   k e e p i n g   t h e   s t a r t i n g   l i n e u p   i n   t o   s t a r t   t h e   t h i r d   q u a r t e r .
w e   w o n ’ t   k n o w   u n t i l   m o b l e y   g e t s   b a c k   b u t   t h e   g a r l a n d ,   m i t c h e l l ,   l e v e r t   l i n e u p   m i g h t   n o t   h a v e   e n o u g h .   l e v e r t   a l s o   b e c o m e s   t h e   4 t h   o p t i o n   o f f e n s i v e l y .   w o u l d   r a t h e r   s e e   o k o r o   o r   w a d e   i n   t h a t   r o t a t i o n   c a v s
c a v s   v s   7 6 e r s   l e t e m k n o w   c a v s   c a v s s i x e r s   g i r l s n i g h t  
l i k e d   t h e   l a s t   r o t a t i o n   o f   m i t c h e l l ,   o k o r o ,   l e v e r t ,   w a d e ,   a n d   a l l e n .   c a m e   t h r o u g h   o n   b o t h   e n d s   o f   t h e   c o u r t 
 c a v s
w e   w o n   l e t e m k n o w   c a v s  
f i r s t   g a m e   o f   t h e   y e a r !   l e t e m k n o w   c a v s  
i m p r e s s i v e   b l o c k   b y   d o n   m i t c h e l l ! 
 l e t e m k n o w   c a v s   c a v a l i e r s   p h i v s c l e   n b a t w i t t e r   n b a   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   
  
g a r l a n d   a l l e y   o o p   t o   m i t c h e l l   d a r i u s g a r l a n d   n b a   b a s k e t b a l l   c a v s   c a v a l i e r s   n b a t w i t t e r   d o n o v a n m i t c h e l l  
  w i l l   l o v e   b e   o u t   a w h i l e ?   c a v s
g r e a t   t o   h a v e   j a r r e t t   a l l e n   b a c k .   h e   l e a d s   t h e   c a v s   w i t h   1 7 p t s ,   8 r e b s ,   a n d   1 b l k . 
 
 •   s t u f f :   ⤵ ️ ⤵ ️ ⤵ ️ 
 •   g a r l a n d :   9 p t s ,   6 a s t ,   1 s t l 
 •   l e v e r t :   8 p t s ,   3 r e b s ,   2 a s t 
 •   m i t c h e l l :   3 p t s ,   3 r e b s ,   2 a s t 
 
 c a v s   t r a i l   7 6 e r s   6 1 - 5 0   a t   t h e   h a l f .   
 
 l e t e m k n o w
i   p l a n   o n   g e t t i n g   a l l   i n t o   h o o p s   t h i s   y e a r .   c l e v e l a n d ’ s   b i g g e s t   c a v a l i e r   l e t e m k n o w   c a v s
1 s t   h a l f   s t a t s   f r o m   .   
 
 c a v s   5 0 
 7 6 e r s   6 1 
 
 l i s t e n   t o   t h e   2 n d   h a l f :    
d o n ' t   l e t   e v e r y o n e   t w e e t i n g   a b o u t   t y r e s e   m a x e y   d i s t r a c t   y o u   f r o m   t h e   f a c t   t h a t   j a r r e t t   a l l e n   h a s   b e e n   j u s t   a s   d o m i n a n t   f o r   t h e   c a v s .     c a v s       p h i v s c l e
j u s t   d o w n l o a d e d   t h e   n e w       a p p   a n d   s i g n e d   u p   f o r   t h e   $ 2 0 / m o n t h   p l a n   s o   i   c a n   w a t c h   a l l   t h e     g a m e s   t h i s   s e a s o n !   c a v s   c l e  
i t ’ s   a   w h o l e   d i f f e r e n t   g a m e   w h e n   u   h a v e   d e a n   w a d e   o u t   t h e r e   i n s t e a d   o f   m o b l e y   c a v s
. @ _ b i g j a y y _   d o m i n a t i n g   f o r   c a v s ,   w h o   t r a i l   7 6 e r s   6 1 - 5 0   a t   h a l f .   a l l e n   h a s   1 7   p o i n t s   ( 7 - 1 3   f g ,   3 - 4   f t ) ,   8   r e b o u n d s ,   2   b l o c k s   i n   2 2   m i n u t e s .   d a r i u s   g a r l a n d   w i t h   9   p o i n t s ,   6   a s s i s t s   a n d   a   s t e a l .   c a r i s   l e v e r t   8   p o i n t s ,   3   r e b o u n d s ,   3   a s s i s t s ,   1   b l o c k .
a t   t h e   b r e a k :   s i x e r s   6 1 ,   c a v s   5 0 
 
 a l l e n   1 7   p t s ,   8   r e b ,   l e v e r t   8   p t s ,   3   a s t ,   3   r e b ,   g a r l a n d   9   p t s ,   6   a s t ,   m i t c h e l l   3   p t s   ( 1 - 5 ) ,   3   r e b ,   2   a s t   3   t o s .
g a r l a n d   s p l a s h e s   t h e   t h r e e   n b a   b a s k e t b a l l   n b a t w i t t e r   c a v s   c a v a l i e r s   d a r i u s g a r l a n d  
i   l i k e   t h e s e   c a v s   . .   a   l o t .
w e   r e a d y 
 w e   r e a d y 
 w e   r e a d y 
 f o r   y ' a l l 
 m n f   [ a n d   a l s o   c a v s ]  
s p i d a ’ s   b l o c k   j u s t   n o w   & g t ; & g t ; & g t ; & g t ; 
 
 w h e w w w w !   c a v s   d o w n   5 6 - 4 7   w i t h   1 : 2 0   l e f t   i n   t h e   h a l f . 
 
 l e t e m k n o w
n i c e   e x a m p l e   o f   h e l p i n g   t h e   h e l p e r   t h e r e   b y   d o n o v a n   m i t c h e l l .   s w a t t e d   t h a t   t h i n g   i n t o   t o m o r r o w .   c a v s
t h e r e   w i l l   b e   m a n y   f a c t o r s   t h a t   g o   i n t o   c a v s   d e c i s i o n   a t   s m a l l   f o r w a r d ,   j u s t   l i k e   l a s t   y e a r   w h e n   j . b .   b i c k e r s t a f f   l a n d e d   o n   l a u r i   m a r k k a n e n .   b u t   i f   i t ' s   a   c o m p e t i t i o n ,   c a r i s   l e v e r t   i s   w i n n i n g .   h e   h a s   b e e n   o n e   o f   t h e   b e s t   p l a y e r s   i n   c a m p   & a m p ;   h a s   f i t   w e l l   i n   t w o   p r e s e a s o n   g a m e s .
o k o r o   s t i l l   m i s s i n g   b u n n i e s .   s m h .   c a v s   l e t e m k n o w
d o n o v a n   m i t c h e l l   f i n i s h e s   t h e   l o b ! 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   l e t e m k n o w   c a v s   t h e l a n d   n b a t v   
  
w h a t   a   b l o c k   b y     ! ! !   c a v s   w e a k s t u f f
i   l o v e   c a v s   b a s k e t b a l l ! ! !  
l e t ' s   g o   c a v s   l e t e m k n o w   n b a t w i t t e r  
g a r l a n d   t o   l e v e r t   3   n b a   b a s k e t b a l l   c a v s   d a r i u s g a r l a n d   c a r i s l e v e r t   c a v a l i e r s   n b a t w i t t e r  
g a r l a n d s   d e f e n s e   i s   s o o o o o   b a d .   l i k e   i f   w e   p l a y e d   4   o n   5   i t   w o u l d   b e   t h e   s a m e   r e s u l t .   l e t e m k n o w   c a v s
g a r l a n d   f i n i s h e s   a t   t h e   r i m   n b a   b a s k e t b a l l   d a r i u s g a r l a n d   c a v s   c a v a l i e r s   n b a t w i t t e r  
c a v s   c a r i s   l e v e r t   h i t   t h e i r   f i r s t   3   o f   t h e   n i g h t .   h e ' s   l o o k e d   p r e t t y   g o o d   t o n i g h t   s o   f a r .
a f t e r   a   t o u g h   s t a r t   f o r   c a v s   d o n o v a n   m i t c h e l l   o n   t h e   o f f e n s i v e   e n d ,   t h a t   w a s   a   r e a l l y   n i c e   d u n k   f r o m   h i m   o f f   a   p a s s   f r o m   d a r i u s   g a r l a n d .
t h a t   w a s   n a s t y ! !   c a v s
w i t h   4 : 2 8   l e f t   i n   t h e   s e c o n d   q u a r t e r ,   c a r i s   l e v e r t   h i t s   t h e   f i r s t   t h r e e - p o i n t e r   f o r   t h e   c a v s .
w i t h   4 : 5 8   t o   g o   i n   t h e   s e c o n d   q u a r t e r ,   c a v s   g u a r d   d o n o v a n   m i t c h e l l   d r a w s   b l o o d   a f t e r   g o i n g   1 - 2   ( 1 - 3   i f   y o u   i n c l u d e   t h e   l a n e   v i o l a t i o n )   f r o m   t h e   f r e e   t h r o w   l i n e .
l i l   p r e g a m e   a c t i o n   d a t e n i g h t     c a v s u n i t e d   c a v s   l e t e m k n o w  
a f t e r   c h r i s   p a u l ,   i   t h i n k   d a r i u s   g a r l a n d   i s   g o n a   b e   t h e   m o s t   p u r e s t   p o i n t   g u a r d   i n   t h e   l e a g u e   i n   a   y e a r   o r   2 
 
 s h o o t   m y b   t h i s   y e a r 
 
 c a v s
c u r i o u s   a b o u t   t h e   c a v s   p r e s e a s o n ?     h a s   y o u   c o v e r e d   e x c l u s i v e l y   w i t h     w i t h   t h e   l a t e s t   u p d a t e s   ✍ ️  
t h e r e ' s   6 : 5 0   l e f t   i n   t h e   f i r s t   h a l f   h e r e   a n d   t h e   c a v s   a r e   0 - o f - 8   f r o m   d e e p .   n e i t h e r   t h e   n u m b e r   o f   m a k e s   ( d u h )   o r   a t t e m p t s   i s   g o i n g   t o   g e t   i t   d o n e   o f f e n s i v e l y .   t h e y ' r e   s t u c k   a t   2 9   p o i n t s .
m a y b e   i ’ l l   b e   w r o n g   a b o u t   d e a n   w a d e   b u t   w e   n e e d   a   s o l i d i f i e d   s f / p f .   c a v s
d   w a d e   w i t h   t h e   a n d   1   f o r   t h e   c a v s ,   h e ' s   l o o k i n g   l i k e   a   s o l i d   1 0 t h   m a n   t o n i g h t .     c a v s   p h i v s c l e  
m a x e y   i s   j u s t   o n   🔥   t o n i g h t !   r e a l l y   l o o k i n g   f o r w a r d   t o   a   g o o d   s e a s o n   w i t h   h i m ! 
 s i x e r s     c a v s   

s h i t .   w e ’ r e   p l a y i n g   s l o p p y   t o d a y .   d e f i n i t e l y   t r e a t i n g   i t   l i k e   a   p r e s e a s o n   g a m e .   c a v s
d e a n   w a d e   a n d   1   n b a   b a s k e t b a l l   n b a t w i t t e r   c a v s   c a v a l i e r s   d e a n w a d e  
w o w   c a v s   y u c k !   
 l e t ' s   g e t   g o i n g .
w e   n e e d   t o   t r a d e   f o r   a   s m a l l   f o r w a r d .     c a v s 
 
 d o e s n t   h a v e   t o   b e   a   s t a r   o r   a n y t h i n g   l i k e   t h a t .   w e   j u s t   n e e d   a   c a p a b l e   s f   o n   t h i s   t e a m
h e y   c a v s . .   i   k n o w   i t ’ s   p r e s e a s o n   b u t   s o m e   d e f e n s e   m i g h t   h e l p .   l e t e m k n o w
t h e   c a v s   m a d e   z e r o   j u m p s h o t s   i n   t h e   f i r s t   q u a r t e r .   l e t e m k n o w
l o o k i n g   l i k e   b i t c h e l l   t o n i g h t   c a v s   p h i v s c l e
.   i s   s a v i n g   t h e   s t o r y b o o k   s t a r t   t o   h i s   c a v s   c a r e e r   f o r   t h e   r e g u l a r   s e a s o n .   n o t h i n g   w e n t   w e l l   i n   t h e   f i r s t   q :   0 - 3   f g ,   0 - 2   3 s ,   3   r e b o u n d s ,   1   a s s i s t ,   1   s t e a l ,   2   f o u l s ,   3   t u r n o v e r s .   c o u l d   s a y   s a m e   f o r   c a v s ,   w h o   t r a i l   7 6 e r s   3 3 - 2 0 .
a   t o u g h   o p e n i n g   q u a r t e r   h e r e   f o r   t h e   c a v s .   s h o t   7   o f   2 2   f r o m   t h e   f i e l d   a n d   m i s s e d   a l l   7   3 - p o i n t   a t t e m p t s .   s t r u g g l i n g   w i t h   e x e c u t i o n ,   a n d   p h i l l y ' s   d e f e n s e   i s   g i v i n g   t h e m   i s s u e s .   
 
 s i x e r s   l e a d   3 3 - 2 0   a f t e r   t h e   f i r s t .
r o u g h   f i r s t   q u a r t e r ,   b u t   w e   g o t   t o   s e e   a   l o t   o f   i n t e r e s t i n g   r o t a t i o n s .   c a v s
a s   i ’ v e   s a i d   b e f o r e   c a m p   s t a r t e d ,   i t ’ s   h i m   o r   o k o r o .   
 
 c a v s  
f o r   t h o s e   k e e p i n g   t r a c k   a t   h o m e   a f t e r   t h e   f i r s t   q u a r t e r   f o r   t h e   c a v s : 
 
 g a r l a n d 
 m i t c h e l l 
 l e v e r t 
 w a d e 
 a l l e n 
 - - - 
 m o b l e y 
 o k o r o 
 o s m a n 
 l o p e z  
d a r i u s   g a r l a n d   w i t h   t h e   h e s i   m o v e ! 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n   l e t e m k n o w   c a v s n a t i o n   c a v s   c a v a l i e r s 
  
s h o u t   o u t   t o   _ 2 1 6   f r o m   e n g l a n d   o n   t h e   c a v s   b a l l y   s p o r t s   f e e d   c a v s
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   t h a t   o n e   o f   d o n o v a n   m i t c h e l l   o r   d a r i u s   g a r l a n d   w i l l   a l w a y s   b e   o n   t h e   f l o o r   f o r   c l e v e l a n d . 
 
 w e ' r e   n o w   s e e i n g   p o i n t   s p i d a   o u t   t h e r e   w i t h   m i t c h e l l   s u b b i n g   i n   f o r   g a r l a n d .
i   w o u l d   j u s t   l i k e   t o   p o i n t   o u t ,   t h e   o n e   d u d e   w h o   s h o u t s   " m v p "   e v e r y   t i m e   c a v s   c e d i   o s m a n   - -   a n d   o n l y   o s m a n   - -   i s   a t   t h e   f r e e   t h r o w   l i n e   s t i l l   h a s   t i c k e t s   t h i s   s e a s o n .
t h e   l o y a l   g u y   w h o   y e l l s   " m v p "   f o r   c e d i   o s m a n   i s   i n   t h e   h o u s e   a g a i n   t h i s   s e a s o n .   c a v s
t h i s   i s n ’ t   a   g o o d   l o o k   o f   a l l   o f   o u r   s t a r t e r s   a r e   p l a y i n g   r i g h t   n o w .   c a v s
c a v s   b i g   m a n   r o b i n   l o p e z   i s   t h e   f o u r t h   p l a y e r   o f f   t h e   b e n c h   t o n i g h t .
l o t s   o f   a i m l e s s   d r i b b l i n g   c a v s
c a v s   f o r w a r d   c e d i   o s m a n   i s   t h e   t h i r d   c l e v e l a n d e r   o f f   t h e   b e n c h   t o n i g h t .   r o t a t i o n w a t c h
c a v s   k e v i n   l o v e   j u s t   s t r o l l e d   o u t   o f   t h e   l o c k e r   r o o m   a n d   s a t   i n   b e t w e e n   t w o   c o a c h e s   w i t h   c l e v e l a n d   t r a i l i n g   2 1 - 7   a r o u n d   t h e   5 - m i n u t e   m a r k   o f   t h e   s e c o n d   p r e s e a s o n   g a m e .
c a v s   c a l l e d   f o r   a   f i v e   s e c o n d   v i o l a t i o n   t r y i n g   t o   g e t   t h e   b a l l   i n   o n   t h e   s i d e l i n e .   s o m e t h i n g   t e l l s   m e   t h i s   t h i s   p h i l l y   d e f e n s e   i s   g o i n g   t o   b e   p r e t t y   d a m n   g o o d   t h i s   y e a r .   c a v s   j u s t   3 - f o r - 1 2   f r o m   t h e   f l o o r   s o   f a r .   s i x e r s   u p   2 1 - 7 .
i m   g o n n a   b e   r e a l ,   i s   p a y i n g   a n d   k e e p i n g       d e a n   w a d e   o u r       n j o k u   m o m e n t ?   b e c a u s e   i f   i t   i s ,   i t s   n o t   w o r k i n g .   h e   w a s   h o r r i b l e   l a s t   y e a r . . . a n d   s t i l l   i s .   h e   s h o u l d   b e   o n   t h e   b e n c h .   c a v s   c l e v e l a n d c a v s   c l e v e l a n d
o m g   t h e   c a v s   a r e   h o r r i b l e . . . .
i   d o n ' t   t h i n k   y o u   c o u l d ' v e   s c r i p t e d   a   m e s s i e r   s t a r t   f o r   t h e   c a v s   i n   t h i s   o n e . 
 
 s o m e t h i n g   f e e l s   a   b i t   o f f   t o n i g h t .
c h e e r i n g   o n   o u r     ! !   i t ' s   m y   s i s t e r - i n - l a w ' s   f i r s t   c a v s   g a m e   e v e r ! !   l e t e m k n o w   t h i s i s c l e  
d e a n   w a d e   d o   n o t   i m p r e s s   m e . c a v s
l e v e r t   l o o k i n g   p r e t t y   g o o d ,   h e a l t h   w i s e .   h e ’ s   m o v i n g   a r o u n d   s o   m u c h   b e t t e r   o v e r a l l   o n   b o t h   e n d s . 
 
 i   t h i n k   w e   f i n a l l y   g e t   a   g o o d ,   h e a l t h y   v e r s i o n   o n   m y   m a n ’ s   t h i s   y e a r .   
 
 c a v s   l e t e m k n o w
g r e a t   n i g h t   f o r   s o m e   🏀   i n   t h e   l a n d .   c a v s   s i x e r s   l e t e m k n o w  
w e   m i g h t   n e e d   t o   m a k e   a   t r a d e   a n d   g e t   o n e   m o r e   v e t e r a n   b i g   o n   h e r e   c a v s
t o n i g h t ' s   g a m e   f e e l s   l i k e   a   n e a r   o p p o s i t e   o f   t h e   o n e   i n   p h i l l y   f o r   t h e   c a v s . 
 
 c l e v e l a n d   i s   0 - 4   f r o m   t h r e e - p o i n t   r a n g e   t o   s t a r t   t h i n g s .
  h e r e   w e   g o !   l e t e m k n o w   c a v s
g a r l a n d   l o b s   i t   t o     a l l e n ! 
 l e t e m k n o w   c a v s   c a v a l i e r s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   p h i v s c l e 

j u s t   n o t   a   f a n   o f   p l a y i n g   a g a i n s t   p j   t u c k e r   i n   p r e s e a s o n ,   b e c a u s e   h e   d o e s n ’ t   u n d e r s t a n d   w h a t   p r e s e a s o n   i s ,   a n d   g u y s   a r e n ’ t   g o i n g   a l l   o u t   l i k e   h e   i s . 
 
 i t ’ s   h o w   g u y s   g e t   h u r t .   c a v s   g o t t a   b e   c a r e f u l   h e r e .   
 
 1 2 - 5 ,   7 6 e r s   e a r l y   o n   i n   t h e   f i r s t   q u a r t e r .   l e t e m k n o w
c a v s   n e w   v i d e o   o p e n   i s   n o t h i n g   b u t   s o m e   d r o n e   s h o t s   o f   t h e   c i t y   i n t e r s p e r s e d   w i t h   p r a c t i c e   v i d e o   & a m p ;   a   c o u p l e   3 s   f r o m   t h e   f i r s t   p r e s e a s o n   g a m e . 
 
 t h e   q u i e t   c u r s e   t h a t   n e w   u n i f o r m s   p u t s   o n   t h e   g a m e   o p s   t e a m .
h a r d e n   n e e d s   t o   s h a v e   h i s   b u s h   🤮   c a v s
c a v s   c a r i s   l e v e r t   s t a r t s   t h e   g a m e   g u a r d i n g   p h i l l y ' s   j a m e s   h a r d e n .   l e v e r t ,   w h o   l o o k s   l i k e   h e   c o u l d   b e   t h e   s t a r t i n g   s m a l l   f o r w a r d ,   i s   r e a d y   t o   c h a n n e l   h i s   i n n e r   s t o p p e r   - -   a n d   l o o k i n g   f o r w a r d   t o   t h a t   r e s p o n s i b i l i t y .   
 

t h a t ' s   a t   l e a s t   t w i c e   i n   t w o   g a m e s   w e ' v e   s e e n   c a v s   b i g   m a n   j a r r e t t   a l l e n   s w i t c h   o n t o   j a m e s   h a r d e n   a n d   h o l d   h i s   o w n .
t h e   l a c k   o f   j o e l   e m b i i d   i s   a l s o   a p p a r e n t   e a r l y   a s   w e l l   w i t h   c a v s   b i g   m a n   j a r r e t t   a l l e n   g e t t i n g   t w o   f a i r l y   c l e a n   l o o k s   o n   t h e   i n t e r i o r .
b a s k e t b a l l   t i m e !   l e t ’ s   g o   c a v s   🏀
g a r l a n d   l o o k i n g   l i k e   h e   b u l k e d   u p   a   b i t   c a v s  
t h e   b a l l   i s   t i p p e d   o n   a n o t h e r   ( p r e ) s e a s o n   o f     b a s k e t b a l l   a t     
 
 l e t e m k n o w   c a v s 
 
 f o x 8  
r e a l l y   g o o d   d e f e n s i v e   p o s s e s s i o n   f r o m   c a v s   s t a r   b i g   m a n   j a r r e t t   a l l e n   a f t e r   h e   w a s   f o r c e d   o n t o   t o b i a s   h a r r i s   o n   t h e   p e r i m e t e r .
g o d   b l e s s   ,   @ _ b i g j a y y _ ,   & a m p ;     f o r   s t i c k i n g   w i t h   t h e   p r e g a m e   r i t u a l s   t h i s   s e a s o n   c a v s  
b a l l   i s   u p   b e t w e e n   t h e   c a v s   a n d   s i x e r s .   p r e s e a s o n   g a m e   n o .   2   u n d e r w a y .
a   v e r y   l o u d   c h e e r   f o r   d o n o v a n   m i t c h e l l   w h o   w a s   i n t r o d u c e d   t o   c a v s   f a n s   f o r   t h e   f i r s t   t i m e .
t h e r e ’ s   m o r e   p e o p l e   a t   t o n i g h t ’ s   c a v s   p r e s e a s o n   g a m e   t h a n   t h e r e   w e r e   a t   l a s t   y e a r ’ s   h o m e   o p e n e r .
i ’ m   t u n e d   i n   c a v s
a   c a v s   p r e g a m e   t r a d i t i o n   l i k e   n o   o t h e r : 
 
 m o o n   d o g   a n d   i s a a c   o k o r o   d a n c i n g   t o g e t h e r   d u r i n g   w a r m u p s .  
w i t h   a l l   t h e   s p o r t s   t a l k   s u r r o u n d i n g   t h e     a n d     t o d a y .   w e   h a v e   o u r s e l v e s   a   p r e s e a s o n   g a m e   t o n i g h t   i n   5   m i n u t e s   a t   7 p m !   l e t ’ s   g o   s i x e r s !   
 h e r e ’ s   t o n i g h t ’ s   s t a r t i n g   l i n e u p   u p . 
 s i x e r s   c a v s  
h e r e   w i t h   f a m i l y   a n d   f r i e n d s   f o r   t h e   h o m e   o p e n e r   p r e   s e a s o n   g a m e .   c a v s  
( 1 t / 2 2 m i n )   g o l   d o   p h i l a d e l p h i a   7 6 
   7 6 e r s   1 x 0   c a v s 
 🇪 🇪   n b a 2 0 2 2   
 t e s i g o a t o d a p a r t e
e n t e r i n g   y e a r   9   o f   c o m i n g   h e r e   r e g u l a r l y   a n d   m a n n n n n n   d o e s   i t   f e e l   d i f f e r e n t   t h i s   y e a r .   l e t e m k n o w   c a v s  
l e t ’ s   g o   c a v s !  
i   t h i n k   i   r e a l l y   l i k e   t h e   n e w   c a v s   c o u r t .   i t ' s   g o t   t h e   r i g h t   a m o u n t   o f   t h e   n e w   g o l d .
1 0 / 1 0   c a v s   v s .   7 6 e r s   s t a r t e r s . . 
 c a r i s   l e v e r t   o n c e   a g a i n   i n   t h e   s t a r t i n g   l i n e u p   i n   t h e   3 .   d e a n   w a d e   r e p l a c e s   k e v i n   l o v e   a t   t h e   4 .   
 l e t e m k n o w  
y o u r   c a v s   s t a r t e r s   f o r   p r e s e a s o n   g a m e   n o .   2 ️ ⃣ :  
w i t h   e v a n   m o b l e y   a n d   k e v i n   l o v e   b o t h   o u t ,   t h e   c a v s   a r e   s t a r t i n g   t w o   g u y s   c o m p e t i n g   f o r   t h e   s t a r t i n g   s m a l l   f o r w a r d   s p o t .  
c a v s   s t a r t i n g   f i v e   f o r   t o n i g h t ’ s   p r e s e a s o n   g a m e :   d a r i u s   g a r l a n d ,   d o n o v a n   m i t c h e l l ,   c a r i s   l e v e r t ,   d e a n   w a d e   a n d   j a r r e t t   a l l e n
i f   t h e   c a v s   w e r e   t o   e x p l o r e   t h e   p o s s i b i l i t y   o f   a c t u a l l y   a c q u i r i n g   t h e   a l l - s t a r   f o r w a r d ,   t h e y ’ d   n e e d   t o   g e t   c r e a t i v e ,   u n l e s s   t h e y   w e r e   w i l l i n g   t o   p a r t   w a y s   w i t h   k e v i n   l o v e ’ s   e x p i r i n g   $ 2 8 . 9 m   t r a d e   c h i p   f o r   g r e e n ,   o r   l e v e r t ’ s   $ 1 8 . 7 m   e x p i r i n g   c h i p ,   t o o . 
 
 l e t e m k n o w
w h i l e   t h e   c a v s   h a v e n ’ t   s p o k e n   t o   t h e   w a r r i o r s   r e g a r d i n g   a   p o t e n t i a l   t r a d e   f o r   d i s g r u n t l e d   f o r w a r d   d r a y m o n d   g r e e n ,   i t ’ s   e x p e c t e d   t h e y ’ d   “ o p e n   a   c o n v e r s a t i o n ”   w i t h   g o l d e n   s t a t e   i n   a t t e m p t   t o   a c q u i r e   t h e   f o r m e r   m s u   p r o d u c t .   
 
 g r e e n   a v e r a g e d   7 / 7 / 7   l a s t   y e a r   i n   4 6   g a m e s   f o r   g s .
n e w   c a v s   s t a r   g u a r d   d o n o v a n   m i t c h e l l   g e t t i n g   s h o t s   u p   w i t h   a s s i s t a n t s   p r i o r   t o   t o n i g h t ’ s   g a m e   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s .  
c e d i   o s m a n   i n   t h e   h o u s e   💥 
 
 c a v s     t h e f i r s t c e d i    
m e t s   l u c k   s t a r t e d   t o   r u n   o u t   w h e n   s p i d a   w e n t   t o   t h e   c a v s
5 8   m i n u t e s   a w a y 
 c a v s s i x e r s   l e t e m k n o w   c a v s  
d e a n   w a d e   a n d   c a r i s   l e v e r t   w i l l   g e t   t h e   s t a r t   t o n i g h t   f o r   t h e   c a v s   w i t h   b o t h   e v a n   m o b l e y   ( a n k l e )   a n d   k e v i n   l o v e   ( k n e e )   s i d e l i n e d   t o n i g h t . 
 
 t h e   l i n e u p   c h a n g e s   w e r e   f i r s t   r e p o r t e d   b y  
l o c a l   c o m p a n y   a v e r y   d e n n i s o n   a p p e a r s   t o   b e   t h e   s p o n s o r   f o r   t h e   c a v s   w a r m u p   t o p s . 
 
 a   s e c o n d   n e w   u n i f o r m   s p o n s o r   j o i n i n g   t h e   o r g a n i z a t i o n   t h i s   s e a s o n .
c a v s   a r e   g o i n g   t o   s t a r t   d e a n   w a d e   a t   p o w e r   f o r w a r d   i n   p l a c e   o f   b a n g e d - u p   k e v i n   l o v e   ( a n d   e v a n   m o b l e y ) ,   w h i c h   m e a n s   c a r i s   l e v e r t   g e t s   t h e   s t a r t   a t   s m a l l   f o r w a r d   f o r   a   s e c o n d   s t r a i g h t   p r e s e a s o n   g a m e   
 

_   c a v s   p l a y i n g   w i l l   d o   t h a t .
c a v s   k e v i n   l o v e   w i l l   n o t   p l a y   i n   t o n i g h t ' s   p r e s e a s o n   g a m e   a g a i n s t   p h i l a d e l p h i a   a s   a   p r e c a u t i o n   a f t e r   b u m p i n g   k n e e s   i n   a   r e c e n t   p r a c t i c e ,   s o u r c e s   t e l l     
 

c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s h a r e d   w i t h   m e   t h a t   d y l a n   w i n d l e r   i s   s t i l l   p r o g r e s s i n g   f r o m   h i s   a n k l e   i n j u r y   a n d   s h o u l d   b e   a b l e   t o   p a r t a k e   i n   s t a n d s t i l l   s h o o t i n g   o n   t h e   c o u r t   s o o n .
a n d   w e ’ r e   b a c k !   t h e   m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s o o n   p r i o r   t o   t o n i g h t ’ s   p r e s e a s o n   g a m e   b e t w e e n   c l e v e l a n d   a n d   t h e   p h i l a d e l p h i a   7 6 e r s ! 
 
 m o r e   f r o m   m e !   ⤵ ️ 
 
  
p r e s e a s o n   g a m e   n u m b e r   2 !   1   l i k e   =   1   g o o d   l u c k !   c a v s   7 6 e r s   s i x e r s   l e t e m k n o w  
t h e r e   i s   o n e   t e a m   i m   m o s t   e x c o t e d   t o   w a t c h .   t h e   c a v s .  
p l e a s e   w i n   t o n i g h t   c a v s  
i t ' s   t i m e   t o   o f f i c i a l l y   a n n o u n c e   d e a n   w a d e   a s   t h e   c a v s   s t a r t i n g   s m a l l   f o r w a r d .  
2   t i c k e t s   f o r   c a v s   g a m e   t o n i g h t   a n d   2   t i c k e t s   f o r   w e d n e s d a y   n i g h t .   h i t   m e   u p ! ! 
 g o c a v s   c a v s   c a v s g a m e   c l e
i n j u r y   r e p o r t   f o r   t h e   c a v s   l e f t   a s   t b d .  
c a v s   j a r r e t t   a l l e n   o n   t h e   d i f f e r e n c e   b e t w e e n   p l a y i n g   w i t h   e v a n   m o b l e y   a n d   k e v i n   l o v e   i n   t h e   f r o n t c o u r t :   
 
 " o b v i o u s l y   o n   t h e   d e f e n s i v e   e n d ,   k e v i n ' s   5 2 - y e a r s - o l d ,   d e f i n i t e l y   n o t   a s   a t h l e t i c   o r   a n y t h i n g . "
l e t ' s   l o o k   b a c k   a t   t h e   2 0 0 9 - 1 0   e a s t e r n   c o n f e r e n c e   s t a n d i n g s   ( 1 - 8 )   📈 
 
 c a v s :   6 1 - 2 1 
 m a g i c :   5 9 - 2 3 
 h a w k s :   5 3 - 2 9 
 c e l t i c s :   5 0 - 3 2 
 h e a t :   4 7 - 3 5 
 b u c k s :   4 6 - 3 6 
 h o r n e t s :   4 4 - 3 8 
 b u l l s :   4 1 - 4 1 
 
 t h e   c e l t i c s   w e n t   o n   t o   w i n   t h e   c o n f e r e n c e ,   a n d   h a d   a n o t h e r   f i n a l s   t r i p   👏  
9   d a y s   u n t i l   t h e   c a v s   s e a s o n   s t a r t s .   
 
 2   d a y s   u n t i l   t h e   c b j   s e a s o n   s t a r t s .   
 
 1   d a y   u n t i l   t h e   a l d s   w h e r e   t h e   g u a r d i a n s   w i l l   f a c e   t h e   y a n k e e s .   
 
 l e t ’ s   r i d e .
b i g   ' p r o v e   i t '   s e a s o n   l o o m s   f o r   c a v s '   d y l a n   w i n d l e r  
r e m i n d e r :   c a v s   p l a y   t o n i g h t   a t   7   e t !   ( p r e - s e a s o n   g a m e )
    & a m p ;     :   c a n   k e v i n l o v e   b e   a   s t a r t e r   i n   t h i s   l i n e u p   i f   s o   t h e y   w o u l d   h a v e   5   a l l - s t a r s   o n   t h e   c o u r t . . c a v s 
      
c a v s   f i r s t   a c t i o n   i n s i d e   o f   t h e   f i e l d h o u s e   s i n c e   a p r i l ! 
 i t ' s   p r e s e a s o n   g a m e   n o .   2   a g a i n s t   p h i l l y   a t   7   o n   !   l e t e m k n o w  
c a v s   e v a n   m o b l e y   d o i n g   s o m e   l i g h t   w o r k   a t   s h o o t a r o u n d   t o d a y ,   w o r k i n g   h i s   w a y   b a c k   f r o m   a   r i g h t   a n k l e   s p r a i n .  
c a v s   e v a n   m o b l e y   d o i n g   s o m e   i n d i v i d u a l   w o r k   a f t e r   s h o o t a r o u n d   t o d a y  
c a v s   e v a n   m o b l e y   m a k i n g   p r o g r e s s   i n   h i s   r e c o v e r y   f r o m   a   s p r a i n e d   a n k l e ,   g o i n g   t h r u   a   l i g h t   i n d i v i d u a l   s h o o t a r o u n d   f o l l o w i n g   t o d a y ' s   t e a m   s h o o t a r o u n d .  
t h e   c a v s   t a k e   o n   t h e   7 6 e r s   t o n i g h t   a t   h o m e   s t a r t i n g   a t   7 : 0 0 p  
w h e n   a s k e d   a b o u t   t h e   d i f f e r e n c e   b e t w e e n   p l a y i n g   w i t h   e v a n   m o b l e y   v e r s u s   k e v i n   l o v e ,   c a v s   b i g   m a n   j a r r e t t   a l l e n : 
 
 “ w e l l ,   k e v i n   i s   l i k e   5 2   y e a r s   o l d   s o   h e ’ s   n o t   v e r y   a t h l e t i c   o n   d e f e n s e . ”
c a v s   s t a r   b i g   m a n   e v a n   m o b l e y   g e t t i n g   u p   s h o t s   a f t e r   s h o o t a r o u n d . 
 
 m o b l e y   i s   s t i l l   r e c o v e r i n g   f r o m   a n   a n k l e   s p r a i n   b u t   t h i s   i s   g o o d   p r o g r e s s . 
 
 m o r e   f r o m   m e .   ⤵ ️ 
 
  
c a v s   b i g   m a n   e v a n   m o b l e y   d o i n g   s o m e   o n - c o u r t   w o r k   w i t h   a s s i s t a n t   c o a c h   l u k e   w a l t o n   a s   m o b l e y   c o n t i n u e s   t o   w o r k   b a c k   f r o m   a   s p r a i n e d   a n k l e .  
c l e v e l a n d ,   i   a s k   o n e   t h i n g … 
 
 s t o p   m i x i n g   t h e   g u a r d i a n s   & a m p ;   c a v s   w i t h   t h e   b r o w n s . 
 
 t h e r e ’ s   m o r e   t h a n   j u s t   t h e   d i s t a n c e   b e t w e e n   s t a d i u m s   t h a t   d i v i d e   t h e s e   t e a m s .   t h e   b r o w n s   a r e   s o f t ,   a r r o g a n t ,   u n d e r   p e r f o r m ,   a n d   i n c l u d e   a   w o m a n   b e a t e r   & a m p ;   s e x u a l   a b u s e r . 
 
 c o u l d   n o t   b e   m o r e   o p p o s i t e .
i   a s k e d   c a v s   b i g   m a n   j a r r e t t   a l l e n   a b o u t   c h r i s   p r a t t   a s   t h e   n e w   v o i c e   o f   m a r i o   a n d   h e   s a i d   h e ’ s   w i l l i n g   t o   g i v e   i t   t h e   b e n e f i t   o f   t h e   d o u b t   a n d   w a n t s   t o   s e e   t h e   w h o l e   m o v i e .  
c a v s   p o i n t   g u a r d   r i c k y   r u b i o   g e t t i n g   i n   e x t r a   w o r k   a s   s h o o t a r o u n d   f o r   c a v s s i x e r s   c o n c l u d e s .   n o w   w i t h   a   l i t t l e   e x t r a   f l a i r .   
 
 m o r e   f r o m   m e .   ⤵ ️ 
  
a n o t h e r   d a y ,   a n o t h e r   p r a c t i c e   w h e r e   c a v s   f o r w a r d   i s a a c   o k o r o   i s   h i t t i n g   c o r n e r   t h r e e - p o i n t e r s   a t   a   h e a l t h y   r a t e .
t h e   r e h a b   c o n t i n u e s   f o r   c a v s   g u a r d   r i c k y   r u b i o .  
c a v s   p o i n t   g u a r d   r i c k y   r u b i o   g e t t i n g   i n   e x t r a   w o r k   a s   s h o o t a r o u n d   f o r   c a v s s i x e r s   c o n c l u d e s . 
 
 m o r e   f r o m   m e .   ⤵ ️ 
  
            n o t h i n g   c a n   c u r e   a   b r o w n s   h a n g o v e r   l i k e   a   c a v s   v i c t o r y .   l e t e m k n o w
a n o t h e r   p r e s e a s o n   m a t c h u p   t o n i g h t   f o r   t h e   s i x e r s   a n d   c a v s   a t   7 : 0 0 p m !   n b a   s i x e r s   c a v s  
a   n e w   l o o k ,   s o m e   n e w   f a c e s   a n d   p l e n t y   o f   n e w   e x p e c t a t i o n s   b e g i n   t o n i g h t   a s   t h e   c a v s   o p e n   u p   t h i n g s   a t   h o m e   a g a i n s t   t h e   s i x e r s   i n   p r e s e a s o n   p l a y . 
 
 b u t   f i r s t ,   t i m e   t o   h e a r   f r o m   j . b .   b i c k e r s t a f f   a n d   s o m e   p l a y e r s   w h e n   s h o o t   a r o u n d   c o n c l u d e s . 
 
 m o r e   f r o m   m e .   ⤵ ️ 
  
  e q u a l l y   h a p p y   t o   w a t c h   r o s a r i o   & a m p ;   g i m i n e z   o u t p l a y   & a m p ;   o u t l a s t   l i n d o r   ( g u a r d i a n s   f l e e c e d   t h e   m e t s ) .     a l s o   c a n t   w a i t   t o   w a t c h   🕷 ️ m i t c h e l l   a n d   t h e   c a v s   m a k e   s c o t t   p e r r y   l o o k   a s   d u m b   a s   b i l l y   e p p l e r !
i t ' s   c a v s   g a m e   d a y ! 
 
 t h e   c a v a l i e r s   c o n t i n u e   p r e s e a s o n   a c t i o n   t o n i g h t   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s .   s t a y   t u n e d   t o   c a v s   i n s i d e r   f o r   t h e   l a t e s t   n e w s   & a m p ;   i n f o r m a t i o n   o n   g a m e   d a y   a n d   e v e r y   d a y ! 
 
 l e t e m k n o w   |    
m o t i v a t i o n m o n d a y     h a n g i n g   o u t   w /   m y   s o n   o n   a   t h r o w b a c k   w /   h i s   r o o k i e   j e r s e y   h a n g i n g   i n   t h e   b a s e m e n t .   s m u s h p a r k e r   f o r m e r   c a v s     l a k e r s   l a k e r s n a t i o n     p g   i s   o n e   o f   t h e   g o o d   g u y s   i n   t h e   n b a   c o m m u n i t y   g i v i n g   b a c k   t o   t h e   c o m m u n i t y   s t i l l !    
n e w   v i d e o   t o   w a t c h : 
 
 " n b a   e a s t e r n   c o n f e r e n c e   s e a s o n   p r e v i e w :   c l e v e l a n d   c a v a l i e r s   2 0 2 2 - 2 0 2 3 "   
 
 c r e a t o r :     m i l e   h i g h   h o o p s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
🦇 🎃 👻 h a l l o w e e n   g i v e a w a y   t i m e ! ! ! 👻   🎃 🦇 
 
 r e a d   t h e   p i c t u r e   t o   s e e   h o w   y o u   c a n   w i n   c a v s   t i c k e t s   o r   a   $ 2 5 0   c a r   c o u p o n   f r o m   s u n n y   b o o - b o o ’ s   c a n d y   c a u l d r o n !   e v e r y o n e ’ s   a   w i n n e r ,   a n d   d i d   i   m e n t i o n   t h e r e ’ s   f r e e   c a n d y ? !   🦇 🍭 🎃 🍬  
h a p p y   3 8 t h   b i r t h d a y   t o   o u r   o l   7 ' 0 ,   ! 
 
 a t c b i r t h d a y s   x   c a v s  
h a p p y   b e l a t e d   4 1 s t   b i r t h d a y   t o   ! 
 
 d u n k   m a e s t r o   w i t h   t h e   c a v s   a n d   e v e r y w h e r e   e l s e . 
 
 a t c b i r t h d a y s  
m y   f i n a l   t h o u g h t s   o n   t h e   b r o w n s   
 
 g o   g u a r d i a n s   
 g o   c a v s
i t ’ s   g o n n a   b e   a   l o n g   d a y !   l e t e m k n o w   c a v s
r e m i n d e r :   t o d a y ' s   g a m e   a g a i n s t   t h e   c a v s   w i l l   o n l y   b e   t e l e v i s e d   o n   n b a   t v
a y e   m a n .   s h o u t o u t   t o     a n d     f o r   s t a r t i n g   o u t   t h e   s h o w   t a l k i n g   g u a r d i a n s   i n s t e a d   o f   t h a t   o t h e r   t e a m   t h a t   j u s t   d i s a p p o i n t s   u s   e v e r y   w e e k .   
 
 n o w ,   s k i p   ‘ e m   a g a i n   a n d   t a l k   c a v s   !   😈 😈 😈
j o e   r o g a n   p o d c a s t   c o m e d y   c o l l e g e   s h o u t o u t   b y   c o m e d y   i c o n   n a t e   b a r g a t z e :     d c   m a r y l a n d   v i r g i n i a   c a v s   b u l l s   d w t s   a h s c u l t   a h s   s t a r w a r s   h a w k e y e s   w a t e r f a l l
  t r a n s i t i o n   g a m e   i s   t h e   f i r s t   e v e r   s e r i a l   m a n g a   p r o d u c e d   b y   c u r r e n t   n b a   p l a y e r s !   i t ’ s   e p i c !   
 
 t h a n k   y o u   f o r   t h e   s u p p o r t     f a n s   a n d     f a n s ! 🙏 
   
 f e a r t h e d e e r   l e t e m k n o w   n b a   c o m i c   m a n g a   a m a z o n   k i n d l e   c a v s   b u c k s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c
t h a n k   t h e   l o r d   f o r   c a v s   b a s k e t b a l l   t o m o r r o w
t h e   c l e v e l a n d   c a v a l i e r s   h a v e   a   b i g   p r o b l e m . . . 
   
 
   
 c a r i s l e v e r t   c a v a l i e r s n e w s   c a v a l i e r s o f f s e a s o n   c a v s   c a v s b a s k e t b a l l   c a v s n e w s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s n e w s   c l e v e l a n d c a v a l i e r s r e b u i l t t e a m   c l e v e l a n d c a v a l i e r s t r a d e n e w s  
t r a n s i t i o n   g a m e   i s   a   s e r i a l   m a n g a   p r o d u c e d   b y   c a v s   s t a r   r o b i n l o p e z   a n d   b u c k s   s t a r   b r o o k l o p e z . 
 p l e a s e   r e a d ! 
 
 🏀 v o l . 1 :   
 🏀 v o l . 2 :   
 
           
 a m a z o n   k i n d l e   c o m i c s   n b a   n b a j p   f e a r t h e d e e r   l e t e m k n o w  
j o e   r o g a n   p o d c a s t   c o m e d y   c o l l e g e   s h o u t o u t   b y   c o m e d y   i c o n   n a t e   b a r g a t z e :     d c   m a r y l a n d   v i r g i n i a   c a v s   b u l l s   d w t s   a h s c u l t   a h s   s t a r w a r s   h a w k e y e s   w a t e r f a l l
  e v e r y   s i n g l e   c a v s   a n d   g u a r d o s   f a n …  
  i   b e t   y o u   o n e   b o w l   o f   s o u p   t h a t   k e v i n   l o v e   w i n s   s i x t h   m a n   o f   t h e   y e a r . 
 
 o n c e   k   l o v e   a c c o m p l i s h e s   t h i s   f e a t ,   w e   w i l l   a t t a c h   t h e   b o w l   o f   s o u p   t o   a   d r o n e   a n d   d r o p   i t   f r o m   t h e   s k y   o n t o   d a m o n   j o n e s '   h e a d   a t   a   m o m e n t   w h e n   h e   l e a s t   e x p e c t s   i t . 
 
   c a v s   s i x t h m a n   n b a    
d a r i u s   g a r l a n d ,   t h e   m o b l e y   b r o t h e r s , w i t h   s p i d e r   m i t c h e l l   a t   t h e   m e t s   g a m e .   c a v s  
w e   h a v e   t w o   r e a l l y   g o o d   o r g a n i z a t i o n s   i n   t h i s   c i t y   -   t h e   g u a r d i a n s   a n d   t h e   c a v s   -   t h a t   a r e   f o c u s e d   o n   b u i l d i n g   a   s t r o n g   f o u n d a t i o n ,   t h a t   g i v e   b a c k   t o   t h e   c o m m u n i t y ,   a n d   t h a t   w i n   w i t h   c h a r a c t e r   a n d   g r i t .     a n d   t h e n   w e   h a v e   t h e   b r o w n s .   t i m e   t o   f i n a l l y   m a k e   t h e m   e a r n   o u r   a t t e n t i o n .
3   d i f f e r e n t   w a y s   c a v s   c a n   u p g r a d e   r o s t e r   i n   a   j a e   c r o w d e r   t r a d e 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   g r i n d c i t y   m f f l   r e p t h e d i s t r i c t   w e t h e n o r t h   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
b r o w n s   a r e   d e a d   t o   m e .   t o o   m a n y   y r s   o f   d i s a p p o i n t m e n t     & a m p ;   e m b a r r a s s m e n t .   l o n g   l i v e   c l e v e l a n d g u a r d i a n s   & a m p ;   c a v s
c a v s   b a s k e t b a l l   i s   b a c k   t o m o r r o w .  
  d g   y o u   a r e   a l w a y s   w e l c o m e   o v e r   t o   o u r   p l a c e   f o r   h o m e   c o o k i n g   👉 🏼 v a n d y ’ 8 8 👈 🏼   c a v s   y o u   c a n   b r i n g     w i t h   y o u
n e e d   s o m e   p o s i t i v e   v i b e s   a f t e r   h e a r i n g   n e w s   m y   9 3   y o   m i l   w a n t s   t o   g o   t o   h o s p i c e .     s h e   i s   t i r e d   a n d   d o e s n ' t   w a n t   t o   f i g h t   a n y m o r e .     b r o w n s   f o r t h e l a n d   c a v s
  w h o   c o u l d   i t   h a v e   b e e n ? 
 
 t t   a n d   m o z g o v ? 
 
 s h u m p e r t   a n d   d e l l y ? 
 
 t h e r e   w a s   o n c e   a   r u m o r   a b o u t   d i o n   w a i t e r s   p u n c h i n g   k y r i e   i r v i n g   o v e r   v i d e o   g a m e s   b u t   t h a t   w a s   b e f o r e   2 0 1 6 . 
 
       c a v s   n b a  
s o   f a r ,   e v e r y o n e   w h o ’ s   b e e n   a r o u n d   t h e   g r o u p   b e l i e v e s   g a r l a n d   a n d   m i t c h e l l   w i l l   h a v e   l i t t l e   i s s u e   p l a y i n g   w i t h   e a c h   o t h e r .   t h e y ’ r e   g o n n a   b e   d e a d l y   t o g e t h e r ,   a n d   t h a t ’ s   s o m e t h i n g   t h a t   w i l l   g i v e   t h e   c a v s   a   b i g   a d v a n t a g e   e a c h   n i g h t . 
 
 l e t e m k n o w
t h e   c a v s   o b v i o u s l y   r u n   t h e i r   o f f e n s e   t h r u   g a r l a n d ,   a n d   t h a t   w o n ’ t   c h a n g e   -   b u t   m i t c h e l l   w i l l   o f   c o u r s e   c o n t r o l   t h e   o f f e n s e   a s   w e l l .   y o u   j u s t   h o p e   t h e   c h e m i s t r y   i s   g a i n e d   q u i c k l y ,   a n d   t h e y   c a n   b u i l d   o f f   o n e   a n o t h e r ’ s   p l a y   s t y l e   a n d   b e c o m e   a   d e a d l y   f o r c e . 
 
 l e t e m k n o w
t h e   c a v s   p l a y   w a y   b e f o r e   t h e n .  
c a v s   r e g u l a r   s e a s o n   w i l l   b e g i n   s o o n   & a m p ;   t h e   g u a r d i a n s   a r e   i n   t h e   a l d s .   i t ' s   g o n n a   b e   o k ,   a t   l e a s t   t h a t ' s   w h a t   i ' m   t e l l i n g   m y s e l f .     b r o w n s
c a v s   s p i d a   🕷 ️ w i n e   a n d   g o l d   s c r i m m a g e  
c a n ' t   w a i t   f o r   t h e   c a v s   s e a s o n   t o   s t a r t !
o n e   o f   o u r   t e a m s   w i n n i n g   i n   a m a z i n g   f a s h i o n   i s   o f t e n   i m m e d i a t e l y   f o l l o w e d   b y   a n o t h e r   o n e   o f   o u r   t e a m s   l o s i n g   i n   a n   u n b e l i e v a b l y   h o r r i b l e   w a y . 
 
 t h a t   h a s   h a p p e n e d   a   l o t   o f   t i m e s . 
 
 c l e v e l a n d   s p o r t s   c a v s   b r o w n s   i n d i a n s   g u a r d i a n s
k e e p   t h e   g u a r d i a n s   a n d   t h e   c a v s   a w a y   f r o m   t o x i c   b r o w n s .
s o   g l a d   w e   g o t   t h e   c a v s   a n d   g u a r d i a n s .   i ’ m   n o t   s u r e   w h a t ’ s   u p   w i t h   t h e   b r o w n s   -   t h e y   h a v e   a l l   t h e   t a l e n t   b u t   n o t   t h e   a b i l i t y   t o   f i n i s h .   i   s a y   c o a c h i n g   …   b u t   w h a t   d o   i   k n o w .   
 
 f o r t h e l a n d   l e t e m k n o w
i t ’ s   t h e   l a s t   t i m e   i   l e t   t h i s   t e a m   r u i n   m y   s u n d a y   -   i ’ m   c o n c e n t r a t i n g   o n   t h e   g u a r d i a n s   a n d   t h e   c a v s
c a v s   t o m o r r o w   n i g h t .   😂
i ’ v e   s a i d   i t   b e f o r e   a n d   i ’ l l   s a y   i t   a g a i n — o n l y   t h e   g u a r d i a n s ,   c a v s ,   a n d   b u c k e y e s   a r e   w o r t h y   o f   o u r   s u p p o r t .   t h e   b r o w n s   c a n   g o   f u c k   t h e m s e l v e s .
s o . . .   l e t ’ s   g o   g u a r d i a n s .   c a v s   b a b y !   w a i t   f o o t b a l l s   o n ?   b r o w n s     s i g h
l e t s   g o   c l e v e l a n d   o h i o   c l e   t h i s i s c l e   c l e v e l a n d o h i o   t h e l a n d   a k r o n   b r o w n s   c l e v e l a n d b r o w n s   c a v s   n b a   l o v e   c l e v e l a n d h a i r s t y l i s t   n f l   e x p l o r e p a g e   c l e v e l a n d g r a m   h i p h o p   c o l u m b u s   m u s i c   e s t   a t l a n t a   n f l s u n d a y   n a i l s  
t h a n k   g o o d n e s s   t h e   c a v s   s e a s o n   s t a r t s   s o o n .
w h e n   p e o p l e   a s k : " w h y   d o   y o u   c a r e ? "   b e c a u s e   i f   c l e v e l a n d   b e c o m e s   t h e   " s p o r t s   m e c c a "   i t   i s   e n v i s i o n e d   t o   b e - - w i t h       a n d     a l l   w i n n i n g   a n d   s u c c e s s f u l   i t   b e n e f i t s   c l e   t a x   p a y i n g   p r o p e r t y   o w n e r s   a n d   s m a l l   b u s i n e s s   o w n e r s .   t h a t s   w h y .   b r o w n s   c a v s   f o r t h e l a n d
  d o n t   c a r e .   g u a r d i a n s   p l a y   t u e s d a y .   c a v s   p l a y   s o o n
w e l l   f m l .   d o n ’ t   k n o w   w h y   i ’ d   w a t c h   t h e m   e v e r y   w e e k   t o   j u s t   g e t   c r u s h e d .   t h a n k   g o o d n e s s   f o r   t h e   c a v s   g u a r d i n s   b u c k e y e s   .   b r o w n s   a r e   g o i n g   t o   b r o w n s     t w o   m i s s e d   f i e l d   g o a l s   c o s t   i s   t h e   g a m e ,   a g a i n .   w e   n e e d   a   k i c k e r .   u n t i l   n e x t   w e e k .   g o i n g   t o   s m o k e   m y s e l f   s i l l y   t o   f o r g e t   t h i s
  t h a n k   g o d   f o r   t h e   g u a r d i a n s   a n d   c a v s .
b r o w n s     w h o ’ s   r e a d y   f o r   t h e   c a v s   🙄
g u a r d i a n s   a r e   a d v a n c i n g   i n   t h e   p l a y o f f s .   c a v s   l o o k   p o i s e d   t o   h a v e   a   g r e a t   s e a s o n .   o h i o s t a t e   i s   s t i l l   o h i o   s t a t e . 
 
 h o n e s t l y   i   d o n ’ t   a c t u a l l y   m i s s   t h e   b r o w n s   a s   m u c h   a s   i   t h o u g h t   i   w o u l d .
g u a r d i a n s   t u e s d a y .   c a v s   b a c k   i n   a c t i o n   t o m o r r o w .   
 
 w e   s l e e p i n g   g o o d .   j u s t   t u r n   t h i s   g a r b a g e   o f f .   💯
g u a r d i a n s   c u r r e n t l y   s i t t i n g   i n   a   s u i t e   a t   a   b r o w n s   g a m e   h a s   c a v s   s i t t i n g   i n   a   s u i t e   d u r i n g   t h e   2 0 1 6   w o r l d   s e r i e s   v i b e s .
t h e   g u a r d i a n s   a r e   a   s m a r t ,   f u n - t o - w a t c h   t e a m .   t h e   c a v s   a r e   a   s m a r t ,   f u n - t o - w a t c h   t e a m .   t h e   b r o w n s … t h e   b r o w n s … 
 f o r t h e l a n d
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
c l e v e l a n d   w e   h a v e   t h e   b e s t   s p o r t s   a n n o u n c e r s .   h a m m y ,   j i m   d ,   a n d   r i p   j o e   t r a i t ,   f r e d   m c l e o d .   c l e v e l a n d   i s   t h e   b e s t   s p o r t s   t o w n .   
 b r o w n s   f o r t h e l a n d   c a v s  
  b i g   t i c k e t   🎟   
 
 n b a   l a c l i p p e r s   c e l t i c s   c a v s   c a v s s u m m e r   c l e v e l a n d c a v a l i e r s   b e t h e f i g h t   c a v s h i o n   c a v s 5 0   f i e l d h o u s e h e a t   c a v s d r a f t   l e t e m k n o w   d a l l a s   c e l t i c s   b o s t o n c e l t i c s   c u s r i s e   l a k e r s   l a k e r s f a m i l y   l a k e r n a t i o n   g o l a k e r s   l o s a n g e l e s l a k e r s   l a k e s h o w  
l o v e   t h i s .   d o n o v a n   m i t c h e l l   a n d   t h e   c a v s   w e r e   a t   t h e   g u a r d i a n s   g a m e   t h e n   t h e   m e t s   g a m e   l a t e r   i n   t h e   n i g h t .   t h a t ’ s   a   l o n g   a s s   d a y   o f   b a s e b a l l   l o l .  
u 1 2   l a d y   c a v s   c l u b   s o c c e r   w i l l   b e   d e f e n d i n g   t h e i r   w c o s a   c u p   t i t l e   w i t h   a   r e m a t c h   a g a i n s t   b a t h   o n   s u n d a y   a t   1 1 : 3 0   a m .   b a t h   i s   c o m i n g   i n   a s   t h e   1   s e e d ,   a n d   c o l d w a t e r ,   2 .   g o o d   l u c k   c a v s
s e e n   “ t h e   r e d e e m   t e a m ”   o n   n e t f l i x   y e t ? 
 
 c a r l o s   b o o z e r   l i e d   t o   a   b l i n d   m a n .   😂   😂   c a v s   
 

b r a n d o n   i n g r a m   f u t u r e   c a v a l i e r ?   c a v s   l e t e m k n o w  
s h a r i f e   c o o p e r   w i n e   & a m p ;   g o l d   s c r i m m a g e   h i g h l i g h t s   ( p a r t   1 ) :   
 
 s h a r i f e   c o o p e r   w i n e   & a m p ;   g o l d   s c r i m m a g e   h i g h l i g h t s   ( p a r t   2 ) :     
 
 c a v s   l e t e m k n o w
t h e   c a v s   c o u l d   p o t e n t i a l l y   h a v e   a   l i n e u p   w i t h   4   a l l - s t a r s   t h i s   s e a s o n ,   a n d   t h e y ’ r e   a l l   y o u n g   g u y s . 
 
 •   g a r l a n d   i s   2 2 . 
 •   m i t c h e l l   i s   2 6 . 
 •   m o b l e y   i s   2 1 . 
 •   a l l e n   i s   2 4 .   
 
 i n c l u d e   o k o r o   w h o   i s   2 1 ,   l e v e r t   w h o   i s   2 8 …   g r o u p   i s   s o   y o u n g   a n d   t a l e n t e d . 
 
 l e t e m k n o w
a   l o t   o f   p l a y e r s   a r e   r e s p e c t i n g   t h e   c a v s   a   l o t   m o r e ,   e s p e c i a l l y   t h i s   s e a s o n   c o m i n g   u p ,   a l o n g   w i t h   t h e   f r o n t   o f f i c e   g e t t i n g   l o v e   a n d   r e s p e c t   a f t e r   h a v i n g   t o   r e b u i l d   o n c e   k y r i e   a n d   l e b r o n   l e f t   t h e   f r a n c h i s e . 
 
 l e t e m k n o w  
i ' m   s u r e   o t h e r   c i t i e s   c a n   s a y   t h e   s a m e   -   b u t   c l e v e l a n d ' s   h i s t o r y   o f   r a d i o   s p o r t s c a s t e r s   i s   r e a l l y   n e x t   l e v e l :   h a m m y ,   h e r b   s c o r e ,   j o e   t a i t ,   j i m   d o n o v a n ,   n e v   c h a n d l e r   -   j u s t   a n   a r r a y   o f   f a n t a s t i c   r a d i o   g u y s . . .   f o r t h e l a n d   b r o w n s   c a v s   c l e v e l a n d a g a i n s t t h e w o r l d  
c l e v e l a n d c a v a l i e r s   1 1   c a r d   l o t   c a v s   c a v a l i e r s   
 
 $ 4   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
    c a v s   a r e n ’ t   f o r   s a l e ,   s u n s   a r e .  
n e w - l o o k   c a v s   l i v e n   u p   p r e s e a s o n   l u l l   w i t h   w i n e   a n d   g o l d   s c r i m m a g e 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   n b a   w i n e a n d g o l d   

a   g r e a t   s p o r t s   w e e k e n d   i n   c l e v e l a n d     b u c k e y e n a t i o n   d a w g p o u n d   f o r t h e l a n d   b r o w n s   g u a r d i a n s   b u c k e y e s   c a v s 🏀     m s u v s o s u   s d v s c l e 🏈   t b v s c l e ⚾ ️   b i l l i a r d s 🎱   m a n c a v e   c h e c k   u s   o u t   a t    
w o r d   i s   d y l a n   w i n d l e r   t o r e   t h e   l a b r u m   i n   h i s   s h o u l d e r   w h i l e   h o l d i n g   u p   t h e   i   i n   o h i o   a t   t h e   g u a r d i a n s   g a m e   & a m p ;   c o u l d   b e   o u t   6   m o n t h s .   c a v s
i f   y o u   a r e n ' t   l i s t e n i n g   t o   t h e   b u r n i n g r i v e r s p o r t s c a s t   p o d c a s t   o r   w a t c h i n g   t h e   v i d e o p o d c a s t   o n   y o u t u b e   t h e n   h e r e ' s   a   t a s t e   o f   w h a t   y o u ' r e   m i s s i n g ! 
 . 
 c l e v e l a n d b r o w n s   c l e v e l a n d   b r o w n s   f o o t b a l l   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   g u a r d s  
c a v s   d o n o v a n   m i t c h e l l ,   i s a a c   o k o r o ,   d y l a n   w i n d l e r   a n d   d e a n   w a d e   l e a d i n g   a n   o - h - i - o   c h a n t   a t   t h e   g u a r d i a n s   g a m e .  
i t   w a s   a   f u n ,   l a i d   b a c k   m o r n i n g   a t   t h e   c a v s   w i n e   a n d   g o l d   s c r i m m a g e .   _   h a d   a   f e w   o b s e r v a t i o n s   f r o m   t h e   e v e n t .  
i ' l l   a d m i t   i   w a s n ' t   a l w a y s   b l o w n   a w a y   b y   l u k e   t r a v e r s   l a s t   s e a s o n .   t h e r e   w e r e   d e f i n i t e l y   g l i m p s e s   b u t   i   w a s n ' t   e v e r   s o l d   o n   h i m   a s   a   r o t a t i o n   p l a y e r .   s u m n e r   l e a g u e   c h a n g e d   m y   v i e w s ,   a n d ,   s e e i n g   h i g h l i g h t s   s u c h   a s   t h i s .   
 c a v s  
c a v a l i e r s   d o n o v a n   m i t c h e l l ,   i s a a c   o k o r o ,   d y l a n   w i n d l e r   a n d   d e a n   w a d e   m a d e   t h e i r   w a y   t o   p r o g r e s s i v e   f i e l d   t o   c h e e r   o n   t h e   g u a r d i a n s .   c a v s  
c a v s   h e r e   a t   t h e   g u a r d i a n s   g a m e  
c a v s   i s a a c   o k o r o ,   d o n o v a n   m i t c h e l l ,   d y l a n   w i n d l e r   & a m p ;   d e a n   w a d e   d o   t h e   o - h - i - o   h o n o r s   a t   g u a r d i a n s   v s   r a y s   a l w i l d c a r d  
c a v s   d o n o v a n   m i t c h e l l ,   i s a a c   o k o r o ,   d y l a n   w i n d l e r   a n d   d e a n   w a d e   l e a d i n g   a n   o - h - i - o   c h a n t   a t   t h e   g u a r d i a n s   g a m e .  
d o n o v a n   m i t c h e l l ,   i s a a c   o k o r o ,   d y l a n   w i n d l e r   a n d   d e a n   w a d e   i n   t h e   h o u s e .   g u a r d i a n s   c a v s  
m y   r e a d   o n   t h e   c l e v e l a n d   c a v a l i e r s '   d e p t h   c h a r t   f o r   f a n t a s y :   
 
 p g   d a r i u s   g a r l a n d 
 s g   d o n o v a n   m i t c h e l l 
 s f   i s a a c   o k o r o 
 p f   e v a n   m o b l e y 
 c   j a r r e t t   a l l e n 
 6   c a r i s   l e v e r t 
 7   k e v i n   l o v e 
 8   d e a n   w a d e 
 9   r a u l   n e t o 
 1 0   c e d i   o s m a n 
 i n j   r u b i o 
 
 c a v s   c a v a l i e r s     n b a   n b a 2 k 2 3   f a n t a s y  
t h e   c l e v e l a n d   c a v a l i e r s '   u n c o n v e n t i o n a l   r o s t e r   m a k e u p   i s   p a y i n g   d i v i d e n d . . .     v i a     c a v s
p e o p l e   o f   a l l   a g e s   a n d   d i f f e r e n t   b a c k g r o u n d s   v o l u n t e e r   f o r   c a v s   a n d   w e   a r e   a l w a y s   i n t e r e s t e d   t o   s p e a k   t o   n e w   p e o p l e   w h o   w o u l d   l i k e   t o   j o i n   o u r   f r i e n d l y   t e a m .   
 
 w e   c a n   o f f e r   s o m e   g r e a t   r o l e s ,   s h o r t   o r   l o n g   t e r m   d e p e n d i n g   o n   t h e   t i m e   y o u   c a n   s p a r e .   c o n t a c t   u s   t o   f i n d   o u t   m o r e . . . .  
t o m o r r o w   s u n d a y ,   o c t o b e r   9 t h ,   c a v a n a u g h ’ s   w i l l   o p e n   a t   9 : 3 0 a m .   n y   g i a n t s   f o o t b a l l .   f r e e   b a g e l s   & a m p ;   t - s h i r t s .   l e t ’ s   g o   g i a n t s .   b l u e p o i n t   p u m p k i n b e e r   y u m o n l i   b b p p h a n t o m s   b a y p o r t   c a v a n a u g h s   b u c k e t s   h o l b r o o k   l i p u m p k i n   o n i o n s o u p   c a v s   p u b   o t b  
c a v s   w i n e   & a m p ;   g o l d   s c r i m m a g e   
 
 
 l e t e m k n o w   c a v s  
c a v s   w i n e   a n d   g o l d   s c r i m m a g e   s t a r t s   w i t h   s o m e   s t r e t c h i n g   b e f o r e   w o r k i n g   o n   t r a n s i t i o n   d e f e n s e   a n d   h a l f   c o u r t   s e t s .  
h a d   a   f e e l i n g   t h e   c a v a l i e r s   w o u l d   b e   i n   a t t e n d a n c e   t o d a y .   c a v s   g u a r d i a n s  
c a v s   w i n e   a n d   g o l d   s c r i m m a g e   h a s   w r a p p e d   u p   f o r   t h e   d a y .   m a n y   o f   t h e   p l a y e r s   a r e   h e a d e d   t o   p r o g r e s s i v e   f i e l d   f o r   t h e   g u a r d i a n s   g a m e .
b e f o r e   t h e   s e a s o n   s t a r t s   i   j u s t   w a n n a   s a y   i   b e l i e v e   i n   l a m a r   s t e v e n s 🤘 🏼   c a v s   l e t e m k n o w
c a v s   g u a r d   d a r i u s   g a r l a n d   w i t h   a   m e s s a g e   f o r   t h e   f a n s   a t   t h e   c o n c l u s i o n   o f   t h e   w i n e   & a m p ;   g o l d   s c r i m m a g e .  
c a v s   s t a r   d o n o v a n   m i t c h e l l   l i k e l y   m i s s i n g   t h e   f i r s t   p i t c h   o f   t o d a y ’ s   g u a r d i a n s   g a m e   t o   s t a y   a f t e r   a n d   t a l k   w i t h   c l e v e l a n d   f a n s .  
c a v s   h a d   7 , 1 3 9   f a n s   i ' m   a t t e n d a n c e   f o r   t h e   w i n e   a n d   g o l d   s c r i m m a g e   t o d a y .
c a v s   h a d   7 , 1 3 9   f a n s   i n   a t t e n d a n c e   a t   t h e   w o l s t e i n   c e n t e r   f o r   t h e   w i n e   a n d   g o l d   s c r i m m a g e .
o v e r   7 , 0 0 0   p e o p l e   w e r e   a b l e   t o   m a k e   i t   t o d a y ’ s   c a v s   w i n e   a n d   g o l d   s c r i m m a g e   t o d a y .   a   g r e a t   w a y   t o   k i c k   o f f   a   b u s y   s p o r t s   w e e k e n d   i n   c l e v e l a n d .
7 , 1 3 9   i n   a t t e n d a n c e   a t   c a v s   w i n e   a n d   g o l d   s c r i m m a g e
t h e   c r o w d   c l a m m e r s   f o r   f o r m e r   n b a   s l a m   d u n k   c h a m p   d o n o v a n   m i t c h e l l   a n d   h e   d e l i v e r s   w i t h   a u t h o r i t y !   c a v s  
t h e   c r o w d   a s k e d   f o r   a   " s p i d a "   d u n k ,   a n d   t h e y   g o t   o n e .   c a v s  
c a v s   s t a r   d o n o v a n   m i t c h e l l   b r i n g i n g   t h e   h o u s e   d o w n ! 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e   f r o m   m e !   ⤵ ️ 
 
  
d o n o v a n   m i t c h e l l ’ s   c r a c k   a t   t h e   d u n k   c o n t e s t .   c a v s  
c a v s   h o l d i n g   a n   i m p r o m p t u   d u n k   c o n t e s t .  
c a v s   f o r w a r d   l a m a r   s t e v e n s   t h r o w i n g   i t   d o w n   w i t h   o n e   h a n d  
c a v s   g i v i n g   t h e   f a n s   o n e   l a s t   s h o w   w i t h   a   d u n k   c o n t e s t .   f o r w a r d   l a m a r   s t e v e n s   s t a r t s   i t   o f f   w i t h   a   b a n g !  
s h a r i f e   c o o p e r   e n d s   t h e   c a v s   s c r i m m a g e   w i t h   a   f u l l   c o u r t   h o o k   s h o t   t o   g e t   t h e   c r o w d   o n   t h e i r   f e e t   o n e   m o r e   t i m e .
t o   c l o s e   t h i n g s   o u t ,   c a v s   t r a i n i n g   c a m p   i n v i t e   s h a r i f e   c o o p e r   h i t   a   f u l l   c o u r t   s h o t .
c a v s   s t a r   d o n o v a n   m i t c h e l l   i s   i n v i t i n g   y o u n g e r   f a n s   o n t o   t h e   f l o o r   w h i c h   t e c h n i c a l l y   g i v e s   h i s   t e a m   a n   u n f a i r   a d v a n t a g e . 
 
 b u t   i t ’ s   s t i l l   f u n   t o   s e e   h i m   s h o w i n g   s o   m u c h   l o v e   t o   c l e v e l a n d .
t h e   c a v s   a r e   t r y i n g   r e a l l y   h a r d   t o   t h r o w   a   l o b   t o   d a r i u s   g a r l a n d   i n   t h i s   o n e
k e v i n   l o v e   g e t s   a   h u g e   o v a t i o n   f o l l o w i n g   u p   d o n o v a n   m i t c h e l l   b e i n g   i n t e r v i e w e d   f o r   t h e   f a n s   m i d - s c r i m m a g e .   t h e   b u i l d i n g   i s   b u z z i n g   c a v s
h o o s   i n   c ’ v i l l e   f o r   h o m e c o m i n g s ?   p i c t u r e   p e r f e c t   d a y   f o r   a   c a v s   w i n !   g o h o o s   w a h o o w a  
i t ’ s   r a i n i n g   t h r e e - p o i n t e r s   a t   t h e   w o l s t e i n   c e n t e r   f o r   t h e   c a v s . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e   f r o m   m e !   ⤵ ️ 
 
    
b i g   n e w s   i n   t h e   w i n e   a n d   g o l d   s c r i m m a g e :   c a v s   j a r r e t t   a l l e n   i s   n o t   w e a r i n g   a   h e a d b a n d .
w a t c h i n g   c a v s   s c r i m m a g e   b e f o r e   h e a d i n g   o v e r   t o   s e e   t h e   t r i b e … .   g u a r d i a n s .  
c a v s   g u a r d   r a u l   n e t o   d r a w s   f i r s t   b l o o d   o f f   a   d o n o v a n   m i t c h e l l   a s s i s t . 
 
 m i t c h e l l   a n d   g a r l a n d   a r e   g o i n g   h e a d   t o   h e a d   a t   p o i n t   g u a r d . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e   f r o m   m e !   ⤵ ️ 
 
  
a t   t h e   s t a r t   o f   t h e   s c r i m m a g e ,   c a v s   h a v e   d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l   o n   o p p o s i t e   t e a m s .
k e v i n   l o v e ,   e v a n   m o b l e y   a n d   d y l a n   w i n d l e r   d i d   n o t   t a k e   p a r t   i n   t h e   m a j o r i t y   o f   w a r m u p s .   c a v s
c a v s   r u n n i n g   s o m e   s e t s   d u r i n g   t o d a y ’ s   s c r i m m a g e 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e   f r o m   m e !   ⤵ ️ 
 
  
.   r u n s   o u t   o n   t h e   c o u r t ,   t h e   c a v s   l e t   h i m   g o   o u t   o n   h i s   o w n .   g r e a t   s t a r t   t o   t h e   s e a s o n   😂  
o n   h a n d   f o r   t h e     w i n e   a n d   g o l d   s c r i m m a g e   h e r e   a t     a n d   i f   t h i s   i s   a n y   i n d i c a t i o n   o f   w h a t   f a n s   w i l l   s e e   i n   2 0 2 2 - 2 3 ,   t h e   e a s t   i s   i n   t r o u b l e !   c a v s   w i n e a n d g o l d
h e r e   a t   c a v s   w i n e   a n d   g o l d   s c r i m m a g e ,   t h e r e   a r e   t h r e e   p l a y e r s   n o t   g o i n g   t h r o u g h   w a r m u p s   a n d   s t r e t c h i n g :   d y l a n   w i n d l e r   ( a n k l e ) ,   e v a n   m o b l e y   ( a n k l e )   a n d   k e v i n   l o v e .
  r u n s   o u t ,   t h e   c a v s   l e t   h i m   g o   o u t   o n   h i s   o w n   😂  
a f t e r   m a k i n g   r o o k i e   b i g   m a n   i s a i a h   m o b l e y   r u n   o u t   o n   h i s   o w n ,   t h e   r e s t   o f   t h e   c a v s   w a l k   o u t   t o   a n   a m p e d   u p   c r o w d . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e   f r o m   m e !   ⤵ ️ 
 
  
y o u r   c a v s   h a v e   t a k e n   t h e   f l o o r   f o r   t h e   w i n e   a n d   g o l d   s c r i m m a g e !  
t h e   c a v s   n e e d   i s a a c   o k o r o   t o   s t e p   u p   o n   o f f e n s e   t h i s   s e a s o n ,   w r i t e s   .     l e t e m k n o w
t h e   m o r n i n g   g l o r y   c a v s   b e l i e v e l a n d 🏀   c l e   @   w o l s t e i n   c e n t e r   a t   c l e v e l a n d   s t a t e   u n i v e r s i t y  
h e y   c a v s   f a n s ,   i   w a n t   t o   w a t c h   o n     b u t   i   c a n ’ t   c a u s e   i   g o t   ,   i s   m y   o n l y   o p t i o n   t o   w a t c h   i s     b e c a u s e     w o n ’ t   w o r k ? 
 
 a d v i s e .   w a n t   t o   b e   c r y s t a l   c l e a r   h e r e .   i   h a t e   p a y i n g   a n o t h e r   p r o v i d e r   $ 2 0 / m o   f o r   g a m e s .
t h e   c a v s   a n n u a l   w i n e   a n d   g o l d   s c r i m m a g e   i s   a b o u t   t o   k i c k   o f f   a t   c l e v e l a n d   s t a t e ’ s   w o l s t e i n   c e n t e r .   r i g h t   d o w n   e u c l i d   i s   c o v e r i n g   i t   a l l ! 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
b i g   s p o r t s   w e e k e n d   f o r   c l e v e l a n d : 
 
 c a v s   w i n e   a n d   g o l d   s c r i m m a g e   a t   1 1 . 
 g u a r d i a n s   a t   n o o n . 
 b r o w n s   a t   h o m e   t o m o r r o w . 
 
 t h e n   t h e   c a v s   a r e   a t   h o m e   a g a i n s t   t h e   s i x e r s   m o n d a y .
  . . 
 w h y   i s   t h e   n a t i o n a l   m e d i a ,   t r y i n g   t o   t a k e   o r   p u t   s a q u a n   a h e a d   o f   c h u b b ,   a s   i f   h e ' s   t h e   t o p   d a w g   a n d   , n i c k   i s   a   d i s t a n t   2 n d . r e a l l y ! ! ! 
 b r o w n s   
 
 c a v s . . c a n   l o v e   b e c o m e   a   s t a r t e r   o n   t h i s   t e a m ? ? 
 
 g u a r d s . . ⚾   k i l l e r   i n s t i n c t . j r a m !   a   d a w g
    t h e   m i g h t y   c a v s   q u i t   o n   l e b r o n
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s   l e b r o n   l e b r o n j a m e s   k i n g j a m e s
" l o s s   f o r   w o r d s "   - -   c a v s   s t a r   d o n o v a n   m i t c h e l l   i s   e v e r y   m e t s   f a n   a f t e r   d e b a c l e   o f   a   g a m e   1   v s .   p a d r e s   😢 
 

" l o s s   f o r   w o r d s "   - -   c a v s   s t a r   d o n o v a n   m i t c h e l l   i s   e v e r y   m e t s   f a n   a f t e r   d e b a c l e   o f   a   g a m e   1   v s .   p a d r e s   😢 
 

" l o s s   f o r   w o r d s "   - -   c a v s   s t a r   d o n o v a n   m i t c h e l l   i s   e v e r y   m e t s   f a n   a f t e r   d e b a c l e   o f   a   g a m e   1   v s .   p a d r e s   😢 
 

  m y   l i l   b u s t a r h y m e s   d o g   d o g s a r e l o v e   d o g s   d o g s o f t w i t t t e r   d o g s o n t w i t t e r   d o g s a r e f a m i l y   d o g s o f i n s t a g r a m   c a v s   c a v   c a v a l i e r k i n g c h a r l e s s p a n i e l   c a v a l i e r s   m y b e s t f r i e n d   m y h a i r y s o n   🤗 🐾  
h i g h e s t - p a i d   c a v s   p l a y e r s   i n   t h e   2 0 2 2 - 2 3   s e a s o n   💰 
 
 d o n o v a n   m i t c h e l l :   $ 3 0 , 3 5 1 , 7 8 0 
 k e v i n   l o v e :   $ 2 8 , 9 4 2 , 8 3 0 
 j a r r e t t   a l l e n :   $ 2 0 , 0 0 0 , 0 0 0 
 c a r i s   l e v e r t :   $ 1 8 , 7 9 6 , 2 9 6 
 d a r i u s   g a r l a n d :   $ 8 , 9 2 0 , 7 9 5 
 
 f r o m   a   r e b u i l d i n g ,   t o   a   p l a y o f f   t e a m ,   t h e   t e a m ' s   f r o n t   o f f i c e   h a s   d o n e   a   v e r y   g o o d   j o b .   👏  
t h e   c l e v e l a n d   c a v a l i e r s   s h o u l d   b e   h a p p y   t h e y   d o n ’ t   h a v e   a n y   d r a y m o n d   g r e e n ’ s   o n   t h e   r o s t e r   
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   

“ i t ’ s   s o m e t h i n g   i   l o o k   f o r w a r d   t o   a n d   s o m e t h i n g   i   l i k e   d o i n g ” 
 
 w i t h   c a v s   a l l - s t a r   b a c k c o u r t   h a n d l i n g   m o s t   o f   t h e   o f f e n s i v e   r e s p o n s i b i l i t y ,   t h e   t e a m   o n l y   n e e d s   s o   m u c h   f r o m   t h e   f i f t h   s t a r t e r   —   a n d   m u c h   o f   i t   i s   o n   t h e   d e f e n s i v e   e n d .   c a r i s   l e v e r t   i s   r e a d y 
 

p l e a s e   n e v e r   f o r g e t   t h a t   t r i s t a n   t h o m p s o n   p u n k i n g   d r a y m o n d   i s   t h e   o n l y   r e a s o n   n e e d e d   a s   t o   w h y   h i s   j e r s e y   s h o u l d   b e   r e t i r e d   a t   r m f .   c a v s
h a d   a n   a w e s o m e   t i m e   a t   t h e   b a y   h o m e c o m i n g   p a r a d e ! !   a   y o u n g   b o y   n a m e d   w i l l   r e c o g n i z e d   m e ,   c a m e   o v e r   a n d   o f f e r e d   m e   t h r e e   p i e c e s   o f   c a n d y   i f   i   t o l d   h i m   h o w   m a n y   g a m e s   i   t h o u g h t   c a v s   w o u l d   w i n   t h i s   y e a r .   w i l l   i s   a   b i g   f a n   o f   t h e   d o n o v a n   m i t c h e l l   t r a d e   a n d   t h i n k s   5 0 - p l u s   i s   d o a b l e
t e a m s   w i t h   t h e   b e s t   o f f s e a s o n   🏀 
 
 ( p e r   g m   s u r v e y ) 
 
 c a v s   4 1 % 
 
 t i m b e r w o l v e s   1 7 % 
 
 s i x e r s   1 7 % 
 
 j a z z   1 7 % 
 
 n b a  
" h o w   d o e s   t h a t   g e t   o u t "   - -   c a v s   s t a r   k e v i n   l o v e   h a s   b a f f l e d   r e a c t i o n   t o   d r a y m o n d   g r e e n - j o r d a n   p o o l e   f i g h t   d u r i n g   w a r r i o r s   p r a c t i c e   🤯 

l e b r o n   j a m e s   1 / 1   s p l a t t e r   b l a s t   c u s t o m   a r t   c a r d   l e b r o n j a m e s   k i n g j a m e s   c l e v e l a n d c a v a l i e r s   c a v s   c a v s b a s k e t b a l l   c a v a l i e r s   n b a   b a s k e t b a l l c a r d s   s p o r t s c a r d s   c a r d a r t   c a r d c o l l e c t o r   m i x e d m e d i a a r t   m i x e d m e d i a   a c r y l i c p a i n t   a r t   a r t w o r k   a r t w o r l d   p a i n t i n g   l b j   l b j 2 3  
c a v s   c a r i s   l e v e r t   i s   u s e d   t o   h a v i n g   t h e   b a l l   i n   h i s   h a n d s ,   l o o k i n g   t o   s c o r e .   b u t   t h a t ' s   n o t   w h a t   t h e   t e a m   n e e d s .   i t ' s   t i m e   t o   s a c r i f i c e   a   b i t   o n   o f f e n s e   a n d   s t e p   i n t o   t h e   r o l e   h e   h a d   e a r l i e r   i n   h i s   c a r e e r .   l e v e r t   k n o w s   i t .   h e ' s   b e e n   p r e p a r i n g   f o r   i t . 
 

n e w   v i d e o   t o   w a t c h : 
 
 " w h o   s h o u l d   t h e   c l e v e l a n d   c a v a l i e r s   s t a r t   a t   s m a l l   f o r w a r d   i n   2 0 2 2 - 2 0 2 3   n b a   s e a s o n ? ! "   
 
 c r e a t o r :     t h e   c h b   p o d c a s t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
c o u g h   c o u g h   w h a t ?   n e e d   t h e   t e a   c a v s   l e t e m k n o w  
l e b r o n   c l o c k e d   k y r i e .   n e w   i n f o   h e r e     c a v s   l o l   😂  
n e w   v i d e o   t o   w a t c h : 
 
 " c l e v e l a n d   c a v a l i e r s   a r e   t r a d i n g   f o r   j a e   c r o w d e r ? ! "   
 
 c r e a t o r :     c e n t r e   h a l f   b e n c h 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
t h i s   p r o v e s   d r a y m o n d ’ s   s u s p e n s i o n   i n   2 0 1 6   w a s   w a r r a n t e d   a n d   j u s t i f i e d .   g o   c a v s  
i   a s k e d   c a v s   f o r w a r d   l a m a r   s t e v e n s   a b o u t   h o w   t h e   p h i l l i e s   w i l l   d o   t h i s   p o s t s e a s o n . 
 
 “ t h e r e ’ s   g o i n g   t o   b e   a   c h a m p i o n s h i p   p a r a d e   i n   p h i l l y . ” 
 
 i   a s k e d   h i m   w h a t   i f   t h e y   e n d e d   u p   f a c i n g   t h e   g u a r d i a n s ? 
 
 “ t h e r e ’ s   g o i n g   t o   b e   a   c h a m p i o n s h i p   p a r a d e   i n   p h i l l y . ”
g o l d e n s t a t e w a r r i o r s   a r e   a   f a m i l y ,   i t ’ s   a n   a b u s i v e   f a m i l y , b u t   a   f a m i l y   j u s t   t h e   s a m e 😂 😂 😂 🙄 😂   c a v s     d r a y m o n g r e e n   i s   a   a b u s e r  
i t ’ s   h a r d   t o   f i l m   f r o m   a c r o s s   t h e   c o u r t   b u t   c a v s   f o r w a r d   i s a a c   o k o r o   h a s   h i t   a   h e a l t h y   c l i p   o f   t h r e e - p o i n t e r s   a s   p r a c t i c e   c o n c l u d e s .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s h a r e d   w i t h   m e   t h a t   e v a n   m o b l e y   i s   i m p r o v i n g   i n   h i s   r e c o v e r y   f r o m   h i s   a n k l e   s p r a i n .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   d y l a n   w i n d l e r   w a s   u n a b l e   t o   p r a c t i c e   t o d a y   b u t   i s   i m p r o v i n g .
l a s t   n i g h t     a n d   i   r e f l e c t e d   o n   t h e   c a v s   f i r s t   p r e s e a s o n   g a m e ,   t a l k e d   a b o u t   t h e   e v a n   m o b l e y   i n j u r y   o h   a n d   c h e e s e s t e a k s !   c h e c k   o u r   t h e   l a t e s t   p o d c a s t   f o r   _ f n  
t h r o u g h   3   i n n i n g s ,   s c o r e l e s s   g u a r d i a n s - r a y s   f e e l s   l i k e   t h e   f i r s t   h a l f   o f   a   l e b r o n   j a m e s - l e d   c a v s   p l a y o f f   g a m e .   s t i l l   i n   t h e   f e e l i n g - o u t   p e r i o d .   a l w i l d c a r d
f o r g o t   t o   g r a b   a   p i c t u r e   o n   m y   w a y   i n   b u t   t h e   m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   a n d   s e l e c t   p l a y e r s   s o o n . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 

i   w i l l   s a y ,   i ' m   s o   h a p p y   i   c a n   w a t c h   m y   g u a r d i a n s   o n   e s p n ,   w i t h   ,   b u t   t h e n   i   c a n ' t   w a t c h   m y   c a v s ,   b e c a u s e   i   h a v e   t o   g e t   t h e     a n d   w h a t   a n   i n s a n e   a m o u n t   o f   m o n e y !   u n l e s s   y o u ' r e   a   s e a s o n   t i c k e t   h o l d e r .   t h a t ' s   f o r   a n o t h e r   t i m e . . . c o u p l e   o f   w e e k s !
i ’ m   i n   e n e m y   t e r r i t o r y   b u t   i   b r o u g h t   m y   b a t t l e   a r m o r   c a v s  
t h a n k f u l l y   n o   c a v s   p o w e r   f o r w a r d s   h a v e   s u c k e r   p u n c h e d   t h e   g u a r d s   w e   d i s c u s s e d .  
t h e     “ n e w ”   i c o n   j e r s e y   i s   a   c o m p l e t e   r i p o f f   o f     j e r s e y   f r o m   a   f e w   y e a r s   a g o .   c o m e   o n   c a v s ,   y o u ’ r e   b e t t e r   t h a n   t h a t !   🙄  
n e w   v i d e o   t o   w a t c h : 
 
 " c a v a l i e r s   a t   7 6 e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   ' 2 2   ’ 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 

2 0 2 2 - 2 3   n b a   s e a s o n   p r e v i e w s :   c l e v e l a n d   c a v a l i e r s 
 
   _ 8 2 4 _   
 
 n b a t w i t t e r   c a v s   b e t h e f i g h t 
 

c a v s   d o   h a v e   p r a c t i c e   t h i s   a f t e r n o o n   a t   c l e v e l a n d   c l i n i c   c o u r t   b e f o r e   t o m o r r o w ' s   w i n e   a n d   g o l d   s c r i m m a g e .   i ' m   o n   g u a r d o s   d u t y   t o d a y   t h o u g h ,   w i l l   b e   b a c k   o n   c a v s   ( a n d   g u a r d o s )   t o m o r r o w .
c a v s   f a n s   w a t c h i n g   t h e   c e l t i c s ,   n e t s ,   a n d   w a r r i o r s   d r a m a .  
p h o e n i x   s u n s   h a v e   i n t e r e s t   . . . 
   
 
   
 b o j a n b o g d a n o v i c   b o j a n b o g d a n o v i c c r o a t i a   b o j a n b o g d a n o v i c p h o e n i x s u n s   b o j a n b o g d a n o v i c u t a h j a z z   c a v s   c l e v e l a n d c a v a l i e r s   d e v i n b o o k e r   d e v i n b o o k e r h i g h l i g h t s   d e v i n b o o k e r n b a 2 k   d e v i n b o o k e r n b a 2 k 2 3   d e v i n b o o k e r o p e n g y m  
w h o   c o u l d   a s k   f o r   a   b e t t e r   w e e k e n d   t o   l i v e   i n   !   l o v e   t h i s   c i t y   a n d   c a n ’ t   w a i t   b r o w n s   f o r t h e l a n d   c a v s   c l e   t h i s i s c l e v e l a n d
o n   t o d a y ’ s   s h o w     a n d     p r e v i e w   t h e   g u a r d   r o t a t i o n   o n   t h e   c a v s   r o s t e r   a n d   t r y   a n d   d o   a   t h o u g h t   e x e r c i s e   o n   t h e   r o t a t i o n . 
 
 p r o d u c e d   b y   .   c h e c k   o u t   h i s   e p   c y c l i c a l ! 
 
 📺 :   
 🎧 :   
 🎶 :    
t h e   f i r s t   c e d i   |   1 6   🏀 🔥 💪 
 
 c a v s   |   c e d i o s m a n   |    
  g a v e   h i s   s t a t   l i n e   p r e d i c t i o n   f o r   d a r i u s   g a r l a n d   i n   2 0 2 2 - 2 3   w i t h   t h e   c a v s .     l e t e m k n o w
c a v s   f i n a l s   c o m e b a c k   s t o r y 
   
 
   
 2 0 1 6   2 0 1 6 c h a m p s   b a s k e t b a l l   b e l i v e l a n d   c a v s c h a m p i o n s h i p   c a v s c o m e b a c k   c a v s f i n a l s   c a v s g a m e 7   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c h a m p i o n s h i p   c l e v e l a n d p a r a d e   c o m e f r o m b e h i n d   c u r r y   d e l l y  
n o w   i   u n d e r s t a n d   w h y   p e o p l e   k e e p   p o s t i n g ,     w i t h   t h e   .   h e   h a d   c h a m p i o n s h i p s   w /   o t h e r   t e a m ' s ,   b u t   n o t h i n g   m o r e   m e m o r a b l e   t h a n   h i s   t i m e   w i t h   t h e   c a v s 

o n   t o d a y ' s   s h o w : 
 -   g u a r d i a n s   s t a r t   t h e i r   w o r l d   s e r i e s   r u n   v s .   t a m p a 
 -   h e a d l i n e   p r e d i c t i o n s   w /   d ' q w e l l   j a c k s o n 
 -   w i l l   m y l e s   g a r r e t t   p l a y   s u n d a y ? 
 -   m i k e   f r a t e l l o   o n   t h e   c a v s 
 -   x - f a c t o r s   f o r   s u n d a y ' s   g a m e 

o c t o b e r   7 ,   1 9 8 2 : 
 
 t h e   c a v s   a c q u i r e   s t e v e   h a y e s   f r o m   t h e   p i s t o n s .   t h e y   t r a d e d   a   s e c o n d - r o u n d   p i c k . . .   t h a t   w o u l d   l a t e r   b e c o m e   d e n n i s   r o d m a n . 
 
 a t c h i s t o r y  
o c t   7 ,   1 9 9 5   -   
 
 t h e   c a v s   s e n d   h o t   r o d   w i l l i a m s   ( r i p )   t o   p h x   f o r   a n t o n i o   l a n g ,   d a n   m a j e r l e ,   a n d   t h e   f i r s t - r o u n d   p i c k   t h a t   b e c a m e   b r e v i n   k n i g h t .   
 
 a t c h i s t o r y  
h a p p y   b i r t h d a y   t o   f o r m e r   c a v s     ( 2 9 )   a n d   a j   p r i c e   ( 3 6 ) ! 
 
 a t c b i r t h d a y s  
o c t o b e r   7 ,   1 9 9 5 :   g o o d b y e   h o t   r o d 🏀 
 r e b u i l d i n g   c a v s   d e a l   9 - y r   v e t ,   1   a l l - t i m e   c l e   s h o t   b l o c k e r   ( n o w   z )   & a m p ;   f a n   f a v   j o h n   " h o t   r o d "   w i l l i a m s   t o   s u n s   f o r   d a n   m a r j e r l e , a n t o n i o   l a n g , 1 s t   p k   
 g r e a t   c a v ,   g r e a t   p l a y e r ,   g r e a t   c a r e e r ,   g r e a t   m a n ,   g r e a t   n i c k n a m e   
 6 t h m a n   s h o t b l o c k e r   h o t r o d 🙏  
h e r b   j o n e s 
 e v a n   m o b l e y 
 s c o t t i e   b a r n e s 
 
 h a s   t h e r e   e v e r   b e e n   3   s o p h o m o r e s   w i t h   l e g i t i m a t e   a l l - d e f e n s e   h y p e   i n   t h e   s a m e   y e a r ?   
 
 a y o   m i g h t   b e   a   4 t h   w i t h   l o n z o   m i a .   
 
 t r u l y   h a s   t h e   p o t e n t i a l   t o   b e   o n e   o f   i f   n o t   t h e   b e s t   d e f e n s i v e   d r a f t   o f   a l l - t i m e . 
 
 p e l i c a n s   c a v s   r a p t o r s   b u l l s
d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l   i m p r e s s   i n   c a v s   l o s s .   
 n b a   l e t e m k n o w   c a v s   

“ u b e r   a n d   m o t i o n a l   t o   r o l l   o u t   a u t o n o m o u s   r i d e - h a i l   a n d   d e l i v e r y   s e r v i c e s   i n   u s   c i t i e s ” 
 
 m o b i l i t y   a i   c a v s   
 

2 0 2 2 / 2 0 2 3 :   t h e   s e a s o n   w h e r e   y o u r   g i r l   t a k e s   h e r   h o s t i n g   c h o p s   t o   t h e   c o u r t .   c l e v e l a n d ,   i t ’ s   d a m n   g o o d   t o   b e   b a c k .   l e t ’ s   d o   t h i s .   c a v s   i n g a m e h o s t   l e t e m k n o w  
t h e   w i n e a n d g o l d s c r i m m a g e   t i m e   h a s   c h a n g e d   c a v s  
n o b o d y ’ s   r e a d y !   🍷 ⚜ ️   c a v s  
m o n t r e z l   h a r r e l l   e m b a r r a s s e d   h i m s e l f   a g a i n s t   t h e   c l e v e l a n d   c a v a l i e r s 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   m o n t r e z l h a r r e l l   c a v s   

h i r a m   a n d   k e i s h a   w   a r e   d e f i n i t e l y   t h e   s a m e   p e r s o n .   c h a n g e   m y   m i n d .   l e t e m k n o w   c a v s
n o   m a t t e r   h o w   u n f o r t u n a t e   t h e   s c r e e n   g r a b   o f   m y   f a c e   i s   h e r e ,   g i v e   u s   a   l i s t e n . 
 
   w i t h   s o m e   g r e a t   i n s i g h t   f r o m   p r a c t i c e   a n d   w h a t   w e   h o p e   t o   s e e   t h r o u g h o u t   c a m p   c a v s  
o h ,   i t ’ s   g o n n a   b e   p r e t t y   b a d . 
 
 b u t ,   f o r   c o n t e n d i n g   t e a m s   i t   m a y   j u s t   b e   w h a t   t h e y   n e e d .   e s p e c i a l l y   t h e   c a v s ,   w h o   h a v e   a l r e a d y   b e g u n   e y e i n g   u p   t e a m s   w h o   w a n t   t o   t a n k   f o r   t h e   b e s t   p o s s i b l e   o d d s   i n   t h e   l o t t o .   
 
 w a t c h   f o r   a   f e w   t e a m s   w h o   m a y   h a v e   a   w i n g   t h e y   n e e d . 
 
 l e t e m k n o w  
w o m e n ' s   l o n g   b r i d e s m a i d   m a x i   d r e s s 👉 
 f o r   m o r e   d r e s s   c o l l e c t i o n 👉 
 v i s i t   o u r   w e b s i t e 👉 
 s u b s c r i b e   t o   o u r   l i n k 👉 
 
 w o m e n   d r e s s   r h o b h   m a f s   l i n d s e y   c a v s   l s s o n l i n e m a r t   l s s t r e n d s  
c h e c k   o u t   📌   m e s s a g e s   o n   o u r   c h a n n e l   i n   t h e     d i s c o r d   f o r   i n f o   o n : 
 
 🎉   o p e n i n g   n i g h t   s u i t e 
 🎟 ️   l o w e r   b o w l   h o m e   g a m e   t i x 
 🗺 ️   r o a d   g a m e   t i x   f o r   n o n - l o c a l s 
 🌎   l e a g u e   p a s s   f o r   i n t e r n a t i o n a l s 
 
 c a v s   f a n s ,   t h i s   i s   f o r   y o u   😤 
 
 n b a t o p s h o t t h i s   l e t e m k n o w
s h a r i f e   c o o p e r   ( c a v s   d e b u t )   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c a v s p r e s e a s o n   c l e v e l a n d c a v s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   n b a   n b a 2 k 2 3   p h i l a d e l p h i a 7 6 e r s   s h a r i f e c o o p e r   s h a r i f e c o o p e r a o t   s h a r i f e c o o p e r a u b u r n  
  i   t h i n k   i f   w e   c a n   a c q u i r e   h i m   f o r   c h e a p ,   i ’ m   a l l   f o r   i t . 
 
 b u t   a s   o f   r i g h t   n o w ,   t h e   c a v s   d o n ’ t   b e l i e v e   t h i s ,   a n d   t h e r e   h a s n ’ t   b e e n   m u c h ,   i f   a n y   t a l k s   b e t w e e n   t h e   t w o   s i d e s   t h e   l a s t   i   h e a r d . 
 
 t h e n   a g a i n ,   i   h a v e n ’ t   c h e c k e d   i n   a w h i l e   s o   t h e   d e a l   c o u l d   h a p p e n   t o m o r r o w .   😂 😂
d o n o v a n   m i t c h e l l   d e b u t !   c l e v e l a n d   . . . 
   
 
   
 c a v s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s h i g h l i g h t s   c l e v e l a n d c a v a l i e r s n e w s   c l e v e l a n d c a v a l i e r s v s p h i l a d e l p h i a 7 6 e r s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l c a v s d e b u t   e a s t e r n c o n f e r e n c e   n b a  
  a l s o   s h o u l d   b e   n o t e d .   a s   f a r   a s   i ’ v e   b e e n   t o l d ,   t h e   c a v s   a r e   n o t   a c t i v e l y   t a l k i n g   t o   t h e   s u n s   a b o u t   j a e   c r o w d e r .
🚨   d y n a m i c   d u o   🚨 
 
 🔥   l e b r o n   x   k y r i e   🔥 
 
 c a n ' t   w a i t   f o r   t o m o r r o w   😤 😤 
 
 n b a t o p s h o t t h i s   l e t e m k n o w   c a v s   
 
 ( s o r r y     😉 )  
_   d i s h e s   o n   h i s   o n e   s t u d   a n d   o n e   d u d   f o r   t h e   c a v s   i n   t h e i r   c l o s e   p r e s e a s o n   l o s s   t o   t h e   s i x e r s   o n   w e d n e s d a y .     l e t e m k n o w
i m a g i n e   i f   v i c t o r w e m b a n y a m a   w a s   t h e   c a v s   a n d   w a s   a p a r t   o f   t h e   t a l l   b a l l   l i n e u p !   n b a   c a v s   c l e v e l a n d c a v a l i e r s   c a v s 4 l i f e   l e t e m k n o w
  t h o u g h t   h e   d i d   w e l l .   h a v i n g   a   f o r w a r d   t h a t ’ s   6 ’ 9   o u t   t h e r e   g i v e s   y o u   a   n i c e   a d v a n t a g e   f o r   t h e   c a v s .   
 
 p u t t i n g   u p   8 p t s   a n d   3 r e b s   o n   4 / 5   s h o o t i n g   l a s t   n i g h t   w a s   d e f i n i t e l y   n i c e   t o   s e e .   t h o u g h t   h e   w a s   g o o d   d e f e n s i v e l y ,   t o o   w i t h   3 b l k s   & a m p ;   2 s t l s . 
 
 g o t t t a   k e e p   i t   g o i n g   t h o .   
 
 l e t e m k n o w
s e l l i n g   i n   c r y p t o :   w h e n   i s   t h e   r i g h t   t i m e   t o   s e l l ?   f e a t u r i n g     
   v i a     
 c l e a r c r y p t o s   c r y p t o   s e l l i n g   t a k e p r o f i t s   p r o f i t   e t h e r e u m   b i t c o i n   a l t c o i n s   b n b   t r a d i n g   c a v s   r h o b h   p o r t f o l i o
d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l   i m p r e s s   i n   c a v s   l o s s .   
 n b a   l e t e m k n o w   c a v s   

y e s t e r d a y   p r e   s e a s o n   g a m e   g o t   m e   h y p e   f o r   t h e   s e a s o n   i t ’ s   r e a l l y   f i n n a   b e   f u n   t h e l a n d   c a v s
l a s t   w e e k e n d ,   c a v s   h o s t e d   t h e i r   i n a u g u r a l   w i n e   a n d   g o l d   g a l a .   
 
 t h e   n e w   f u n d r a i s i n g   r a i s e d   n e a r l y   $ 7 0 0 , 0 0 0 .   
 
 e v e r y   d o l l a r   r a i s e d   w i l l   g o   s t r a i g h t   b a c k   i n t o   t h e   c o m m u n i t y   t h r o u g h   a n n u a l   g r a n t s   g i v e n   t o   g r a n t e e s   o f   t h e   c a v a l i e r s   c o m m u n i t y   f o u n d a t i o n . 
 

r e c o g n i t i o n ,   r e w a r d ,   f u l f i l l m e n t ,   f u n ,   n e w   f r i e n d s h i p s ,   t h e s e   a r e   a l l   a t   y o u r   f i n g e r t i p s   i f   y o u   c h o o s e   t o   v o l u n t e e r   w i t h   c a v s .   
 f i n d   o u t   m o r e   a b o u t   t h e   a m a z i n g   o p p o r t u n i t i e s   w e   c a n   o f f e r   b y   c a l l i n g   o r   e m a i l i n g   u s .   b e t t e r t o g e t h e r c a v s  
a   l o o k   b a c k   a t   t h e   2 0 0 8 - 0 9   e a s t e r n   c o n f e r e n c e   s t a n d i n g s   ( 1 - 8 ) :   👀 📈 
 
 c a v s :   6 6 - 1 6 
 c e l t i c s :   6 2 - 2 0 
 m a g i c :   5 9 - 2 3 
 h a w k s :   4 7 - 3 5 
 h e a t :   4 3 - 3 9 
 s i x e r s :   4 1 - 4 1 
 b u l l s :   4 1 - 4 1 
 p i s t o n s :   3 9 - 4 3 
 
 t h e   m a g i c   w o n   t h e   c o n f e r e n c e   a n d   w e n t   a l l   t h e   w a y   t o   t h e   f i n a l s .   💪  
w h o ’ s   t h e   m o s t   i n t r i g u i n g   t e a m   i n   t h e   e a s t ? 🤔   c l e v e l a n d   o r   a t l a n t a   o r   m i n n e s o t a ?   n b a   c a v s   h a w k s   t i m b e r w o l v e s     p r e s e a s o n   n b a 2 0 2 3
t h e   d e b u t   o f   t h e   c a v s   b a c k c o u r t   d u o   f e a t u r i n g   d o n o v a n   m i t c h e l l   & a m p ;   d a r i u s   g a r l a n d   s h o u l d   h a v e   a   l o t   o f   f a n s   i n   c l e v e l a n d   e x c i t e d . 
 
   |    
s p i d a l a n d   🕷 ️ 🌆 
 
 l e t e m k n o w 
 c a v s  
t h e     i n t e r n a t i o n a l   c o n f e r e n c e   o n   i n t e l l i g e n t   t r a n s p o r t a t i o n   s y s t e m s   i s   u n d e r w a y   a n d   t h e r e   i s   a n   o n l i n e   w o r k s h o p   c e n t e r e d   a r o u n d   t h e   s a f e t y   v a l i d a t i o n   o f   c a v s . 
 
 j o i n   t h e   d i s c u s s i o n   t o m o r r o w ,   o c t o b e r   7 t h ,   a t   8 : 0 0   p m   e t :    
l o t s   o f   t a l k   a t   c a v s   p r a c t i c e   a b o u t   t h e   f l o w   & a m p ;   r h y t h m   l a s t   n i g h t : 
 
 c a r i s   l e v e r t :   " t h e r e   w a s   a   l o t   o f   s p a c e . . . i t ' s   k i n d   o f   p i c k   y o u r   p o i s o n . . . w e   e n j o y   s h a r i n g   t h e   b a l l . . . t h a t   a l l o w s   u s   t o   b e   p a t i e n t   & a m p ;   n o t   r e a l l y   c a r r y   a   b i g   b u r d e n .   i   t h i n k   a l l   o f   u s   g o t   e a s y   l o o k s   l a s t   n i g h t . "
c a v s   b i g   m a n   d e a n   w a d e   e x p r e s s e d   s i m i l a r   s e n t i m e n t s   t o   m e .   w i l l   s h a r e   t h e   f u l l   c l i p   s o o n !  
c a v s   s w i n g m a n   c a r i s   l e v e r t   d e s c r i b e d   y e s t e r d a y ’ s   g a m e   a g a i n s t   t h e   s i x e r s   a s   “ f r e e   f l o w i n g ”   c o m p a r e d   t o   h o w   i t ’ s   b e e n   i n   t r a i n i n g   c a m p . 
 
 h e   n o t e s   t h a t   c l e v e l a n d   i s   r e a l l y   g o o d   d e f e n s i v e l y   s o   h e   h a s n ’ t   g o t t e n   a   l o t   o f   e a s i e r   l o o k s   l i k e   l a s t   n i g h t .
h a p p y   n a t i o n a l   c o a c h e s   d a y !   w h i c h   c o a c h   i s   y o u r   f a v o r i t e ? !   p h o t o s :   c l e v e l a n d d o t c o m   c a v s  
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s h a r e d   w i t h   m e   t h a t   i s a a c   o k o r o   i s   “ b u i l t   l i k e   a   m a c h i n e ”   a n d   t h e y   w a n t   h i m   a t t a c k i n g   o p p o n e n t s   o n   t h e   i n t e r i o r   w h i l e   o n   o f f e n s e   a n d   y o u   s a w   a   b i t   o f   t h a t   a g a i n s t   t h e   s i x e r s   l a s t   n i g h t .
w e   d i d n ' t   s e e   a   l o t   o f   f r o m   o k o r o   o r   s t e v e n s   l a s t   n i g h t .   w a s   r e a l l y   h o p i n g   f o r   b i g   j u m p s   i n   s h o o t i n g   a b i l i t y   t h i s   y e a r .   g o o d   s l a s h e r s   b u t   n e e d   t o   b e   a b l e   t o   m a k e   o p e n   s h o t s   c a v s
a n o t h e r   c a v s   p r a c t i c e ,   a n o t h e r   c h a n c e   t o   c h e c k   o u t   r i c k y   r u b i o ’ s   r e h a b   a n d   r e c o v e r y . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
i ' m   s t i l l   v e r y   c u r i o u s   w i t h   c e d i   o s m a n ' s   f i t   o n   t h i s   t e a m .   g o o d   s h o o t e r   b u t   c a n   p l a y   o u t   o f   c o n t r o l   i n   t h e   o f f e n s e .   a l m o s t   w o u l d   r a t h e r   s e e   l a m a r   s t e v e n ' s   g e t   t h e   n o d   c a v s
h o n e s t   e x p e c t a t i o n s   f o r   t h e   c l e v e l a n d   c a v s   t h i s   s e a s o n ?
m o n t r e z l   h a r r e l l ,   a f t e r   b e a t i n g   t h e   c a v s   3 r d   s t r i n g e r s   i n   a   p r e s e a s o n   g a m e .  
m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   a l o n g   w i t h   s e l e c t   p l a y e r s   s o o n . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
o b s e r v a t i o n s   a f t e r   t h e   f i r s t   p r e s e a s o n   g a m e :   l e v e r t   a t   s f   c a n   w o r k   w e l l ;   m a m a d i   d i a k i t i   a n d   i s a i a h   m o b l e y   s h o u l d   b e   i n   r o t a t i o n ;   o s m a n   a n d   s t e v e n s   s h o u l d   b e   o u t ;   a n d   c a v s   a r e   l e g i t i m a t e   t i t l e   t h r e a t   t h i s   y e a r .
t h e   c a v s   m i g h t ’ v e   d r o p p e d   l a s t   n i g h t ’ s   g a m e   b u t   d a m n   d o e s   t h e   f u t u r e   l o o k   b r i g h t . 
 
   a n d     b r e a k   i t   a l l   d o w n .   p r o d u c e d   b y   ! 
 
 📺 :   
 🎧 :    
  a p p r e c i a t e   y o u   t a k i n g   a   s e c o n d   t o   m a k e   l i f e t i m e   m o m e n t   🤝 🏾 🕷 🕷 🕷 🕷 🕷 🕷 🕷 🕷 🕷 🕷 🕷 🕷 c a v s   c l e v e l a n d   d o n o v a n m i t c h e l l   s i x e r s c a v s   n b a p r e s e a s o n  
t h e   s c r i m m a g e   w a s   o r i g i n a l l y   s c h e d u l e d   f o r   1   p . m . ,   b u t   t h e   c a v s   o p t e d   t o   m o v e   i t   u p   t w o   h o u r s   t o   a l l o w   f a n s   t o   w a t c h   b o t h   g a m e s .   d o o r s   a t   t h e   w o l s t e i n   c e n t e r   w i l l   o p e n   a t   1 0   a . m .  
s a v i n g   m y   t h o u g h t s   o n   t h e   c a v s   f o r   t h e     p o d c a s t   l a t e r ,   b u t   m i t c h e l l   a n d   g a r l a n d   l o o k e d   g r e a t ,   a n d   w e   a r e   g o i n g   t o   h a v e   a   a   c r a z y   b a t t l e   t o   s e e   w h o   s t a r t s   a t   s m a l l   f o r w a r d .
i m a g i n e   h a t i n g   o n   a   p l a y e r   b e c a u s e   h e   p l a y s   t h e   r o l e   t h e   t e a m   n e e d s   h i m   t o   p e r f e c t l y   a n d   g o t   a n   a l l   s t a r   n o d   b e c a u s e   o f   i t   a n d   c a l l i n g   y o u r   s e l f   a   c a v s   f a n   l o l  
t h e   c a v s   h a v e   m o v e d   t h e i r   w i n e   a n d   g o l d   s c r i m m a g e   u p   t o   a n   1 1   a . m .   s t a r t   t i m e   o n   s a t u r d a y .  
d i s s e c t i n g   7 6 e r s '   v i c t o r y   o v e r   c a v s ,   m a x e y ' s   p r e s e a s o n   d o m i n a n c e ,     e m b i i . . .     v i a  
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c
e p i s o d e   5   o f   t h e     i s   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s ! 
 c l e v e l a n d b r o w n s   c l e v e l a n d   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   p o d c a s t   b r o w n s   n f l   m l b   n b a   f o r t h e l a n d   t h e l a n d  
i c y m i :   s h a r i f e   c o o p e r   h a d   1 1   p o i n t s   i n   9   m i n u t e s   i n   h i s   c a v s   d e b u t   🔥 
 
 c a v s   l e t e m k n o w 
 s u b s c r i b e :    
s e e i n g   r o b i n   l o p e z   i n   a   c a v s   u n i f o r m   l a s t   n i g h t   b r o u g h t   b a c k   m e m o r i e s   o f   a n d e r s o n   v a r a j a o .
s h a r e   y o u r   p r e d i c t i o n s   f o r   t h e   c a v s   t h i s   s e a s o n   a f t e r   t h e i r   f i r s t   g a m e   l a s t   n i g h t ! ! 
 
 a n d   y e s   t h i s   i s   s h a m e l e s s l y   r i p p e d   f r o m   t h e   a m a z i n g     c r e w   👊 
 
 i t ' s   o n l y   o n e   g a m e   b u t   _ _ _ _ _ _ _ _ _ _ _ _ .
  v e r y   " i m p r e s s i v e "     t h e   c a v s   w i t h o u t   t h e i r   b i g   m a n ,   t h i s   i s   g o i n g   t o   b e   a n d   e x c i t i n g   y e a r ,   t h e   🕷   i s   t h e   t r u t h ! ! 🏀 
 b r o w n s   t h e   s u b j e c t   m a t t e r   s h o u l d   b e   " p l a y   a c t i o n "   r u n   y o u r   d a w g s ! ! 🏈 
 f o r t h e l a n d     l e t ' s   t a k e   c a r e   o f   t h e   r a y s ! !   s t a y   f o c u s e d . . ⚾
w i s e   m o v e   f r o m   t h e   c a v s   t o   m o v e   t h e   w & a m p ; g   s c r i m m a g e   t o   a n   e a r l i e r   t i m e .  
  b e s t   1   & a m p ;   2   g u a r d s   o n   t h e   c a v s   s i n c e   p r i c e   a n d   h a r p e r .   g o i n g   t o   b e   a   g r e a t   y e a r .
r i c k y   r u b i o   b e l i e v e s   i n   c a v s ,   r e t u r n e d   f o r   ' u n f i n i s h e d   b u s i n e s s '  
d a v e y   p a r t n e r e d   w /     t o   m a k e   n o r t h e a s t o h i o   g r e e n e r   b y   p l a n t i n g   a   t r e e   f o r   e v e r y   3 - p o i n t   s h o t   m a d e   d u r i n g   t h e   2 0 2 1 - 2 2   s e a s o n .   t h e   c a v s   e n d e d   t h e   s e a s o n   w i t h   9 5 3   3 - p o i n t   s h o t s   & a m p ;   9 5 3   t r e e s 4 t h r e e s !   t o d a y ,   3 4 5   t r e e s   a r e   b e i n g   d i s t r i b u t e d   t o   2 0   l o c a l   c o m m u n i t y   o r g a n i z a t i o n s .  
i   l o o o o o v e   m e   s o m e   d o u b l e   d ’ s …   a s   i n   d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l   c a v s
d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l   i m p r e s s   i n   c a v s   l o s s .   
 n b a   l e t e m k n o w   c a v s   

i c y m i :   b a c k c o u r t   d u o   o f   d o n o v a n   m i t c h e l l ,   d a r i u s   g a r l a n d   s h i n e   i n   c a v s '   p r e s e a s o n   o p e n e r     v i a  
a n d   r e a c t i o n   t o   d o n o v a n   m i t c h e l l ' s   c a v s   d e b u t   ( i t ' s   e a r l y   g u y s ,   m y   b a d )
o n l y   p l a y e r s   t o   a v e r a g e   2 7 +   p p g   b e f o r e   t u r n i n g   2 1 : 
 
 l e b r o n   j a m e s 
 l u k a   d o n c i c 
 z i o n   w i l l i a m s o n 
 
 e x c l u s i v e   c l u b .   💯 
 
 c a v s   m a v s   p e l i c a n s   n b a  
e p i s o d e   5   o f   t h e   b u r n i n g r i v e r s p o r t s c a s t   i s   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s ! 
 
 c l e v e l a n d b r o w n s   c l e v e l a n d   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   g u a r d s   g u a r d i a n s   p o d c a s t   b r o w n s   n f l   m l b   n b a   f o r t h e l a n d   t h e l a n d  
s p o r t s   a t   : 1 5   & a m p ;   : 4 5   g u a r d i a n s   ( 9 2 - 7 0 )   h o s t   r a y s   1 2 : 0 7   f r i d a y                 c a v s   m i t c h e l l   d e b u t s ,   b r o w n s   l a t e s t   o n   g a r r e t t .                                                                                                                                    
“ i t   w a s   f u n ,   i t   w a s   e a s y ” 
 
 c a v s   d a r i u s   g a r l a n d   & a m p ;   d o n o v a n   m i t c h e l l   h a v e   b e e n   b u i l d i n g   t h e i r   b o n d   s i n c e   m i t c h e l l ’ s   a r r i v a l   -   a   b o n d   t h a t   w i l l   d e t e r m i n e   h o w   f a r   t h i s   t e a m   g o e s .   l a s t   n i g h t ,   f o r   t h e   f i r s t   t i m e   a g a i n s t   a n   n b a   o p p o n e n t ,   t h e   f i t   l o o k e d   s e a m l e s s 
 

c a v s   g o n n a   b e   m a k i n g   i t   r a i n   a l l l l l l   s e a s o n 
 
  
h o w   d i d   t h e   c a v s   d o   l a s t   n i g h t ?   c l o s e d   u p   t h e   s h o p   a n d   w a s   t o o   t i r e d   w h e n   i   g o t   h o m e   t o   c h e c k   o u t   t h e   g a m e
n e w   v i d e o   t o   w a t c h : 
 
 " d o n o v a n   m i t c h e l l   d e b u t !   c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   p r e s e a s o n   * r e a c t i o n * "   
 
 c r e a t o r :     p o s t   u p   v i d e o s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " 2 0 2 2   n b a   p r e s e a s o n   |   p h i l a d e l p i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   |   f u l l   g a m e   h i g l i g h t s   o c t o b e r   5   2 0 2 2 "   
 
 c r e a t o r :     a l l t r e n d t v 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 t y r e s e   m a x e y 
 
 2 1   p t s ,   8 2 %   f g m ,   3 - 3   3 p t 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 d o n o v a n   m i t c h e l l 
 
 1 6   p t s ,   5   a s t ,   7 5 %   3 p t 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 m o n t r e z l   h a r r e l l   . .   g a m e   w i n n e r 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 m o n t r e z l   h a r r e l l 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 r o b i n   l o p e z 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 d e ’ a n t h o n y   m e l t o n 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a m e s   h a r d e n 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 t y r e s e   m a x e y 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j o e l   e m b i i d   p t . 2 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a r r e t t   a l l e n 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 d o n o v a n   m i t c h e l l   f i r s t   2 0 2 2 - 2 3   b u c k e t 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 

  @ _ b i g m i k e 2 7   h a d   j u s t   m o v e d   b a c k   t o   o h i o 
 e v e r y o n e   i n   c l e v e l a n d   w a s   e c s t a t i c !   c a v s   h a d   b r o u g h t   t h e   n b a   c h a m p i o n s h i p   h o m e ! 
 w e   h a d   a   r e a l   p r e s i d e n t   w h o   t o l d 
 j r s m i t h   t o   p u t   h i s   s h i r t   b a c k   o n ! 
 t o t a l l y   a g r e e   
 f a n t a s t i c   m e m o r i e s !
n o b o d y   w i t h   t h e   c a v s   h a s   e v e r   d o u b t e d   t h e   v i a b i l i t y   o f   t h e   d a r i u s   g a r l a n d - d o n o v a n   m i t c h e l l   p a i r i n g .   a n d   w e d n e s d a y ' s   p r e s e a s o n   o p e n e r   ( w i t h   a l l   t h e   u s u a l   q u a l i f i e r s )   h e l p e d   s h o w   w h y 
 
 " i t   w a s   p r e t t y   s e a m l e s s   t h e   w a y   t h e y   p l a y e d   t o g e t h e r " 
 

i s a a c   o k o r o   i s   o n e   o f   m y   f a v o r i t e   p l a y e r s   o n   t h e   c a v s   l e t e m k n o w
c a v s   a r e   n o t   a   p h y s i c a l   t e a m .   t h e y   n e e d   a   b a n g e r   i n   t h e   m i d d l e .   s o m e o n e   w h o   c a n   p u t   a   b o d y   o n   s o m e o n e .   c a v s
s o m e   q u i c k   o b s e r v a t i o n s   o f f   o f   c a v s   p r e s e a s o n   l o s s   t o   t h e   s i x e r s : 
 
 - a   f i r s t   l o o k   a t   t h e   b a c k c o u r t   o f   d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l 
 - c a r i s   l e v e r t   g e t s   f i r s t   s h o t   a t   s t a r t i n g   s m a l l   f o r w a r d 

t h a t   w a s   a   🔥   p r e   s e a s o n   b a s k e t b a l l   g a m e   g o   c a v s   g o   7 6 s
o u r   t v   j u s t   s t a r t e d   d o i n g   t h i s   d u r i n g   t h e   c a v s :  
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
a r e   y o u   l o o k i n g   f o r   a n   e x p e r t   t o   p r o m o t e   y o u r   e b o o k s   c l i c k   h e r e   n o w   t o   c o n t a c t   m e   
 
 l e s b i a n s   a b b o t t e l e m e n t a r y   r h o b h   d r a y m o n d   a e w d y n a m i t e   m a f s   j a n i n e   h a u s e r   s u r v i v o r   g a y s   s t e p h e n v o g t   m a x e y   c a v s   l i n d s e y 
  
  i   c a n ’ t   w a i t   f o r   t h e   s t a r t   “ t h e   l a n d ”   c a v s
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s s a n d i e g o   w e b s i t e   
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e
a r e   y o u   l o o k i n g   f o r   a n   e b a y   e x p e r t   t o   p r o m o t e   y o u r   s t o r e   l , 
 k i n d l y   c o n t a c t   n o w   
 
 l e s b i a n s   a b b o t t e l e m e n t a r y   r h o b h   d r a y m o n d   a e w d y n a m i t e   m a f s   j a n i n e   h a u s e r   s u r v i v o r   g a y s   s t e p h e n v o g t   m a x e y   c a v s   l i n d s e y    
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a n   e x p e f o r   y o u r   3 d   a n i m a t i o n   v i d e o ,   a n d   c h a r a c t e r   m o d e l l i n g   t o d a y 
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
😰   t h e m   c a v s   c a m e   o u t   s h o o t i n g   f l a m e s   t o n i g h t .   t h e y   g o n n a   b e   a   p r o b l e m   i n   t h e   e a s t .   t h e y   h a v e   y o u n g   h u n g r y   t a l e n t e d   p l a y e r s !   g o   7 6 e r s
s h a r i f e   c o o p e r   ( c a v s   d e b u t )   v s .   p h i l a d e l p h i a   7 6 e r s   ( 1 0 • 5 • 2 2 )   c a v s 
  
h i r e   a     p r o f e s s i o n a l   g h o s t w r i t e r   t o   w r i t e   a n d   c o m p l e t e   y o u r   e b o o k   f o r   y o u   
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
g o o d   1 s t   p r e s e a s o n   g a m e   f o r   t h e   c a v s   l o o k e d   l i k e   b o t h   t e a m s   w e r e   t r y i n g   t o   s h o w   t h e i r   d o m i n a n c e   i n   t h e   1 s t   h a l f   a n d   i t   e n d e d   i n   a   d r a w .   m i t c h e l l   l o o k s   l i k e   h e ' l l   f i t   i n   w i t h   t h i s   t e a m .
h i r e   a n   e x p e f o r   y o u r   3 d   a n i m a t i o n   v i d e o ,   a n d   c h a r a c t e r   m o d e l l i n g   t o d a y 
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
a r e   y o u   t i r e d   o f   l o w   s a l e   i n   y o u r   s t o r e ?   c l i c k   o n   t h e   l i n k   b e l o w   t o   g e t   m o r e   s a l e s   o n   s o c i a l   m e d i a   m e d i a 
 l e s b i a n s   a b b o t t e l e m e n t a r y   r h o b h   d r a y m o n d   a e w d y n a m i t e   m a f s   j a n i n e   h a u s e r   s u r v i v o r   g a y s   s t e p h e n v o g t   m a x e y   c a v s   l i n d s e y 
 
  
a s   a   7 6 e r s   f a n   i   m u s t   g i v e   p r o p s   t o   t h e   c a v s   o r g a n i z a t i o n .   t h e y   d i d   a   h e c k   o f   a   j o b   r e b u i l d i n g   a   w i n n e r !   t h e i r   t e a m s   s u p e r i o r   t o   l e b r o n   n o w .   c a v s   g o n n a   b e   a   f o r c e   t o   r e c k o n   w i t h .   g o   s i x e r s !
d o n o v a n   m i t c h e l l   w i t h   t h e   3 !   👀 
 
 n b a p r e s e a s o n   c a v s   7 6 e r s 

h i r e   a   n   e x p e f o r   y o u r   3 d   a n i m a t i o n   v i d e o ,   a n d   c h a r a c t e r   m o d e l l i n g   
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a     p r o f e s s i o n a l   g h o s t w r i t e r   t o   w r i t e   a n d   c o m p l e t e   y o u r   e b o o k   f o r   y o u   
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e l
h i r e   a     p r o f e s s i o n a l   g h o s t w r i t e r   t o   w r i t e   a n d   c o m p l e t e   y o u r   e b o o k   f o r   y o u   
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a     p r o f e s s i o n a l   g h o s t w r i t e r   t o   w r i t e   a n d   c o m p l e t e   y o u r   e b o o k   f o r   y o u   
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
c l i c k   h e r e   n o w   t o   g e t   m o r e   s a l e s   i n   y o u r   e t s y   s t o r e 
 
 
 l e s b i a n s   a b b o t t e l e m e n t a r y   r h o b h   d r a y m o n d   a e w d y n a m i t e   m a f s   j a n i n e   h a u s e r   s u r v i v o r   g a y s   s t e p h e n v o g t   m a x e y   c a v s   l i n d s e y       e t s y s h o p 
 e t s y v i n t a g e   e t s y s t a r s e l l e r
t h e   c o m p e t i t i o n   a t   t h e   3   w i l l   m a k e   t h i s   t e a m   b e t t e r . . . a n d   t h e   b e n c h   p l a y e r s   a r e   g o n n a   h a v e   t o   g r i n d   f o r   m i n u t e s . . . . i   l o v e   i t .   
 
 b r a v o   t o   k o b y .   n o   t r a d e s   p l e a s e ,   l e t ' s   r o l l .   
 
 l a s t l y ,   t h a n k s   d a n . . . a s   a l w a y s ,   f o r   a l l   y o u   d o   f o r   u s   f a n s . . .   c a v s
c a v s   d o n o v a n   m i t c h e l l   i n t e r r u p t s   d a r i u s   g a r l a n d   t a l k i n g   a b o u t   a n o t h e r   p l a y e r ' s   a g e   i n   t h e   p o s t g a m e   p r e s s   c o n f e r e n c e   a n d   s a y s ,   " b r o ,   y o u ' r e   l i k e   1 2   y e a r s   o l d . "
w e l l ,   i t   t o o k   1   h a l f   o f   p r e s e a s o n   b a s k e t b a l l   t o   u n d e r s t a n d   w h y   m i t c h e l l   w o r k s   a n d   s e x t o n   d i d n ' t .   h e   a n d   d g   c o m p l e m e n t   v e r y   w e l l 
 
 l o v e   c o u l d   p o t e n t i a l l y   b e   s t a r t e r   a t   t h e   3   o f f e n s i v e l y   a l l o w i n g   m o b l e y   t o   g u a r d   t h e   o t h e r   t e a m ' s   3   d e f e n s i v e l y 
 
 v e r y   t a l e n t e d   b e n c h   =   f r e s h   l e g s   c a v s
j a m e s   h a r d e n 👀   7 6 e r s   c a v s   h a r d e n  
c o u l d n ’ t   w a t c h   t h e   c a v s   g a m e .   c a n   s o m e b o d y   b r i e f l y   t e l l   m e   w h o   l o o k e d   g o o d ,   w h o   l o o k e d   b a d ,   e t c ?   t h a n k s !
i   d o n ' t   c a r e   t h a t   t h e   c a v s   l o s t .     t h a t   f i r s t   h a l f   w a s   f u n   t o   w a t c h .     m i t c h e l l   a n d   g a r l a n d   a r e   g o i n g   t o   b e   a   d y n a m i c   d u o .
m a n n n n … a b o u t   1 5   m i n u t e s   o f   d o n o v a n   m i t c h e l l   o n   t h e   c a v s ,   e v e n   w i t h o u t   e v a n   m o b l e y ,   a n d   i   a m   r e a d y   f o r   t h e   s e a s o n .   t h i s   i s   g o i n g   t o   b e   f u n !
t h e   c a v s   n e w - l o o k   b a c k   c o u r t   o f   g a r l a n d   a n d   m i t c h e l l   c o m b i n e d   f o r   2 8   p o i n t s   a n d   9   a s s i s t s   i n   t h e   f i r s t   h a l f .    
d o e s   a n y o n e   k n o w   w h y   t h e   c a v s   a r e   w e a r i n g   6   o n   t h e i r   j e r s e y s ?
w h y   i s n ' t   t h e r e   a n y   d o n o v a n   m i t c h e l l   s w i n g m a n   j e r s e y s   o n     ?   c a v s
b a c k c o u r t   d u o   o f   d o n o v a n   m i t c h e l l ,   d a r i u s   g a r l a n d   s h i n e   i n   c a v s '   p r e s e a s o n   o p e n e r     v i a  
i   l i k e   l e v e r t   a n d   m i t c h e l l   t o g e t h e r   w h e n   g a r l a n d   r e s t s .   c a v s
d o n o v a n   m i t c h e l l   l o o k e d   g o o d   i n   h i s   c a v s   d e b u t ,   t h e   c a v s   l o o k   l i k e   t h e y   m i g h t   s h o o t   m o r e   3 - p o i n t e r s   t h i s   y e a r ,   a n d   h o w   m u c h   s h o u l d   b e   r e a d   i n t o   c a r i s   l e v e r t   s t a r t i n g   a t   s m a l l   f o r w a r d   t o n i g h t ?   m y   o b s e r v a t i o n s   f r o m   t h e   p r e s e a s o n   o p e n e r   i n   p h i l l y .  
n o t a b l e   n u m b e r s   o f f   t h e   b e n c h   t o n i g h t   v s   t h e   7 6 e r s : 
 
 d e a n   w a d e : 
 1 1   p t s 
 5   r e b 
 3 - 5   3 p t 
 
 s h a r i f e   c o o p e r : 
 1 1   p t s 
 5 - 7   f g 
 1 - 2   3 p t 
 
 m a m a d i   d i a k i t e : 
 8   p t s 
 4   b l k 
 2   s t l 
 4 - 5   f g 
 
 r a u l   n e t o : 
 1 2   p t s 
 2   r e b 
 2   a s t 
 
 c a v s   l e t e m k n o w  
t h e   c a v s   t o o k   t h e   l …   b u t   d o n o v a n   m i t c h e l l   a n d   d a r i u s   g a r l a n d   c o m b i n e d   f o r   2 8   p o i n t s   a n d   9   a s s i s t s   i n   t h e   f i r s t   h a l f .  
s i g n   m a m a d i   d i a k i t e   t o   a   2   w a y   d e a l   a s a p   i   n e e d   h i m   o n   t h i s   t e a m   f o r   t h e   f o r e s e e a b l e   f u t u r e   i f   h e ’ s   f l a s h i n g   l i k e   t h a t   c a v s   l e t e m k n o w
n e w - l o o k   c a v s   p r o v i d e   p r e v i e w   o f   p o t e n t i a l   i n   p r e s e a s o n   o p e n e r .   
 

g o o d   t o   w a t c h     b a s k e t b a l l   t o n i g h t .   m i t c h e l l ,   g a r l a n d ,   a n d   l o v e   c a m e   r e a d y   t o   b a l l   t o n i g h t ! !   l o s t   a   c l o s e   o n e ,   b u t   w e   a r e   l e a r n i n g   w h e r e   t o   p u t   t h e   p i e c e s .   c a v s   l e t e m k n o w   a l l i n c l e
h a l l a n d 
 
 a e w d y n a m i t e   r h o b h   s u r v i v o r   a d i d a e r o   
 r i n n a   m a f s   a n d r a d e   t h e m a s k e d s i n g e r 
 w a r d l o w   g a r c e l l e   c a v s   b r i a n c a g e   m a x e y   y u t a   b r a v e s t w i t t e r t a k e o v e r   a l w a y s l a   l e s b i a n s   l o g a n p a u l   j e f f m c n e i l   r e a l l y a n n o y i n g c u r s e   b i r d l a n d   s a u d i s   r e e c e j a m e s
f u n   f i r s t   o n e   i n   p h i l l y ,   b u t   c a v s   f a l l   s h o r t ,   1 1 3 - 1 1 2 ;   s t a r t e r s   i m p r e s s i v e   i n   1 h ,   s e c o n d   u n i t   s o l i d   a f t e r   h a l f ;   m i t c h e l l ,   g a m e - h i   1 6 p t s ,   5 a s s t ,   6 - 9 f g ,   3 - 4   3 p t f g ;   g a r l a n d ,   1 2 p t s ,   4 - 7 f g ,   4 a s s t ;   n e t o ,   1 2 p t s ;   w a d e ,   1 1 p t s ,   3 - 5   3 p t f g ;   s h a r i f e   c o o p e r ,   1 1 p t s ,   5 - 7 f g ,   d i a k i t e ,   8 p t s ,   4 b l k .  
s h a r i f e   c o o p e r   h a s   a   n i c e   f e e l   f o r   t h e   g a m e .   h o p e   w e   c a n   f i n d   a   w a y   t o   k e e p   h i m .   c o u l d   f i l l   g o d w i n ’ s   r o l e   f r o m   l a s t   y e a r .   c a v s
t h e   c a v s   d r o p p e d   t h e i r   p r e s e a s o n   o p e n e r   t o   t h e   7 6 e r s   b u t   t h e   n e w - l o o k   b a c k c o u r t   o f   d o n o v a n   m i t c h e l l   a n d   d a r i u s   g a r l a n d   c o m b i n e d   f o r   2 8   p o i n t s   a n d   9   a s s i s t s   i n   t h e   f i r s t   h a l f .  
k e v i n   l o v e   a t   t h e   4   s h o o t i n g   t h r e e s   w o r k s   s o   w e l l   w i t h   g a r l a n d   a n d   s p i d a   o n   t h e   f l o o r   d r a w i n g   s o   m u c h   a t t e n t i o n   c a v s
s i g n   c o o p e r !   h e ’ s   b e t t e r   t h e n   t h e   o t h e r   g u a r d   t h a t   h a s   a   t w o - w a y   a n d   n e t o   i n   m y   o p i n i o n   🤷 🏽 ‍ ♂ ️   c a v s
w h e n   w i l l   o h i o a n s   o n   m a i n   s t .   w a k e   u p   t o   b i t c o i n   ?   t h e   b u c k e y e s ,   b r o w n s ,   c a v s ,   b e n g a l s ,   b l u e j a c k e t s ,   c o l u m b u s c r e w   a t   t h e   e n d   o f   t h e   d a y   a r e   j u s t   f o r m s   o f   e n t e r t a i n m e n t .   h o w e v e r   1   d a y   t h e   l i v e l i h o o d   o f   y o u r   f a m i l y   w i l l   d e p e n d   o n   u n d e r s t a n d i n g   b i t c o i n .   d o   n o t   w a i t   a c t   t o d a y
c a v s   g o   f o r   t h e   w i n   i n   p h i l l y ,   a s   h i n t o n   h a d   a   g o o d   l o o k   i n   t h e   c o r n e r ,   b u t   m i s s e d   i t   -   a s   t h e y ’ l l   d r o p   t h e i r   f i r s t   p r e s e a s o n   b a l l g a m e   o n   t h e   r o a d   i n   p h i l l y   1 1 3 - 1 1 2   f i n a l . 
 
 s t a r t e r s   d i d   w e l l .   a s i d e   f r o m   d g   & a m p ;   s p i d a ,   a l l e n   h a d   5 p t s   a n d   2 r e b s .   l o v e   h a d   9 p t s   a n d   7 r e b s . 
 
 l e t e m k n o w
i t ’ s   p r e s e a s o n .   f e e l s   l i k e   m a y   t h o .   c a v s
n i c e   h u s t l e   i n   t h e   e n d   j u s t   c a m e   u p   s h o r t .   g o   c a v s ! ! !
w h a t   a   3 - p o i n t   s h o t   f r o m   s h a r i f e   c o o p e r   t h e r e   a t   t h e   e n d .   c a v s   f a l l   s h o r t   t o   s i x e r s   1 1 3 - 1 1 2   i n   t h e   p r e s e a s o n .
s t a r t i n g   s f   c a n t   b e   l e v e r t   h e   i s   n e e d e d   o n   b e n c h   a n d   f i t s   b e t t e r   t h e r e .   s o   a t   s f   w a d e   o r   s t e v e n s ?   w h o   d o   y o u   p i c k ?   c a v s   c l e v e l a n d c a v s
h a r r e l l   t a l k i n g   b i g   a n d   c e l e b r a t i n g   a   p r e s e a s o n   l a y u p   a g a i n s t   g   l e a g u e   p l a y e r s   l i k e   i t ’ s   t h e   n b a   f i n a l s …   😭 c a v s
m o n t r e z l   h a r r e l l   f l e x i n g   i n   a   p r e s e a s o n   g a m e   a g a i n s t   t h e   c a v s   t r a i n i n g   c a m p   i n v i t e s   i s   t h e   m o s t   m o n t r e z l   h a r r e l l   t h i n g   e v e r   l o l   c a v s
c ' m o n   n e w   g u y s ,   w e ' r e   t r y i n g   t o   w i n   a   g a m e   h e r e !   😂   c a v s
t h e r e   i s   a   p a t h   f o r   h i m   s t a y i n g   h e r e   w i t h   t h e   c a v s   a f t e r   c a m p / p r e s e a s o n .   
 
 b u t ,   a g a i n ,   h e ’ s   g o t t a   b a l l   o u t . 
 
 l e t e m k n o w  
i t ’ s   n i c e   t o   b e   e x c i t e d   a g a i n   a b o u t   a   c a v s   s e a s o n   s t a r t i n g .   l e t e m k n o w
i   a l s o   l o v e   t h e   j e r s e y s .   i   k n o w   s o m e   d o n ’ t ,   b u t   i   r e a l l y   l i k e   b o t h   t h e   h o m e   w h i t e s   a n d   t h e s e   a w a y   o n e s .   
 
 c a v s   a r e   t i e d   w i t h   p h i l l y   w i t h   3 0 . 9   l e f t   i n   t h e   4 t h   q u a r t e r   i n   t h e i r   f i r s t   p r e s e a s o n   b a l l g a m e . 
 
 l e t e m k n o w
d o n ’ t   s l e e p   o n   s t e v e n s   ,   h e   g o t   t o   g e t   i n   t h a t   r o t a t i o n   c a v s
p e r s o n a l l y ,   i ’ d   r e a l l y   l i k e   t o   s e e   c o o p e r   m a k e   t h i s   t e a m .   n o t   s u r e   i f   h e   w i l l ,   b u t   c o o p   w i l l   n e e d   t o   b a l l   o u t   a n d   f o r c e   t h e   f r o n t   o f f i c e s   h a n d   i f   h e   w a n t s   t o   s t i c k   a r o u n d . 
 
 c a v s   g o t   8 p t s ,   2 r e b s ,   o n   4 - o f - 6   s h o o t i n g   o n   t h e   n i g h t   s o   f a r   f r o m   c o o p e r .   
 
 l e t e m k n o w
8   p o i n t s   f o r   s h a r i f e   c o o p e r   i n   8   m i n u t e s .   c a v s
s e e i n g   s p i d a   a n d   g a r l a n d   s h i n e   t o n i g h t   i n   l i m i t e d   m i n u t e s   w a s   s u c h   a   g r e a t   t h i n g   t o   w i t n e s s . 
 
 c a v s   g o t   1 2 p t s   a n d   4 a s t   o u t t a   g a r l a n d ,   a n d   1 6 p t s ,   5 a s t ,   a n d   2 r e b s   o n   6 - o f - 9   s h o o t i n g   f r o m   m i t c h e l l   w a s   n i c e   t o   s e e . 
 
 l e v e r t   s t a r t e d   a t   t h e   3 ,   e n d e d   u p   w /   7 p t s   & a m p ;   3 a s t . 
 
 l e t e m k n o w
m o n t r e z l   h a r r e l l   j u s t   " b u r p e d   t h e   b a b y "   f o l l o w i n g   a   s t r o n g   a n d - 1 .   a n d   t h e   b a b y ,   i n   t h i s   c a s e ,   w a s   c a v s   m a m a d i   d i a k i t e
s i x e r s   b r o a d c a s t   h a s   b e e n   p r e t t y   c o m p l i m e n t a r y   o f   t h e   c a v s   t o n i g h t .   
 
 " b o t h   t h e s e   t e a m s   w i l l   b e   i n   t h e   e a s t e r n   c o n f e r e n c e   p l a y o f f s . "   -   s i x e r s   p l a y - b y - p l a y   a n n o u n c e r   .
d i a k i t e   l o o k s   l i k e   a   p l a y e r   c a v s
i ’ v e   d e c i d e d   i ’ m   o f f i c i a l l y   t e a m   s t a r t   d e a n   w a d e   c a v s
j u s t   a m a z i n g   s p i d e r - m a n   i s   i n   c l e v e l a n d   b a b y   c a v s  
f o r   n o w ,   i   t h i n k   w e   c a n   s a y   t h a t   t h e   c a v s   d o   n o t ,   i n   f a c t ,   h a v e   t h e   m o s t   o v e r r a t e d   b a c k c o u r t   i n   n b a   h i s t o r y .
s o   i   d o n ’ t   w a n t   t o   o v e r r e a c t ,   b u t   f r o m   w h a t   i   g a t h e r   m a m a d i   d i a k i t e   i s   b a s i c a l l y   g i a n n i s ? 
 
 c a v s
o u t   n o w 🔥     
 • 
 • 
 c a r d i b   n i c k i m i n a j   i c e s p i c e   j t   c a v s   t y r e s e m a x e y   j a m e s h a r d e n   n b a   n b a y o u n g b o y   n b a p r e s e a s o n   p n b r o c k   b e t h i p h o p a w a r d s   k a n y e w e s t   c h r i s e a n r o c k   b l u e f a c e   k o d a k b l a c k   l a t t o   t h e s h a d e r o o m   l i l u z i   p l a y b o i c a r t i   c h a r l e s t o n w h i t e   d a b a b y  
s i x e r s   v s .   c a v s   b o x   t h r u   t h r e e   q u a r t e r s  
t h e m   j e r s e y s   a r e   f i r e   m a n     c a v s .   s i m p l e   c l a s s i c .   i   l i k e   e m
  y e s !   c a v s   g o n n a   m a k e   s o m e   n o i s e   i n   t h e   n b a   l e t e m k n o w
c a v s   y a ,   i t ' s   p r e s e a s o n . .   i   l i k e   t h e   f e e l   o f   t h i s   t e a m .   s t a r t i n g   5   w i l l   h a v e   n o   i s s u e s   a n d   w i l l   c o m p e t e   w i t h   a n y   t e a m ' s   f i r s t   5 . .   b e n c h   i   t h i n k   i s   g o i n g   t o   s u r p r i s e   a l o t   o f   p e o p l e !   t h a t ' s   a   v e t e r e n   b e n c h . . l o v e ,   l o p e z ,   n e t o ( t i l l   r u b i o   i s   b a c k )   j u s t   g o n n a   b e   a   b i t   u n d e r s i z e d .
c a v s   a n d   j a z z   h a v e   t h e   s a m e   u n i f o r m s   b u t   d i f f e r e n t   c o l o r s   l o l
i   c a n n o t   r e m e m b e r   a   t i m e   w h e r e   t h e   c a v s   h a d   t h i s   m u c h   d e p t h .   1 2 +   d e e p   o f   n b a   d u d e s
t h e   b r o w n s   g u a r d i a n s   c a v s   h a v e   n e v e r   m a d e   t h e   p l a y o f f s   i n   t h e   s a m e   y e a r .   
 
 c l o s e   i n   2 0 0 7   ( b r o w n s   b l e w   l a s t   g a m e   o f   y e a r ) 
 c l o s e   i n   1 9 9 4   ( s t r i k e   s h o r t e n e d   b a s e b a l l   s e a s o n )   
 
 w o w .   
 
 c ' m o n   b r o w n s   m a k e   i t   h a p p e n !
r o b i n   l o p e z   l o o k i n   l i k e   b i g f o o t   r u n n i n   d o w n   t h e   c o u r t   c a v s
t h e   c a v s   g o i n g   b e   t o p   5   i n   t h e   e a s t   f o r   s u r e   n b a t w i t t e r
i t ' s   g o i n g   t o   t a k e   a   m i n u t e   t o   g e t   u s e d   t o   t h e s e   n e w   c a v s   u n i f o r m s .   i   u s u a l l y   r e a d y   t o   b u y   o n e   i n s t a n t l y . . . a n y o n e   w a n t   a   b l o o d y   m a r y ?   🤣 😂 😅  
  r e a l l y   i s   a b o u t   t o   t a k e   t h i s   t e a m   t o   t h e   n e x t   l e v e l ,   h i m   a n d   d g   i n   t h a t   b a c k - c o u r t ? ? ?   t h i s   s e a s o n   i s   g o i n g   t o   b e   s o   f u n !   l e t e m k n o w   c a v s
d o n o v a n m i t c h e l l   i s   r e a l l y   g o o d   a t   b a s k e t b a l l   🏀   c a v s  
c r a z y   f a c t : 
 
 j r   s m i t h   h a s   p l a y e d   m o r e   r e c e n t l y   i n   t h e   n b a   t h a n   j o n a t h a n   i s a a c   😱 
 
 ▪ ️   i s a a c 
 l a s t   g a m e   p l a y e d :   a u g u s t   2 ,   2 0 2 0 
 
 ▪ ️   s m i t h 
 l a s t   g a m e   p l a y e d :   o c t o b e r   5 ,   2 0 2 0 
 
 i s a a c   r e m a i n s   w i t h o u t   a   t i m e t a b l e   f o r   a   r e t u r n .   😓 
 
 m a g i c   c a v s   n b a  
i ’ m   d e f i n i t e l y   g o i n g   t o   s o m e   c a v s   g a m e   t h i s   y e a r .   i   j u s t   d o n ’ t   w a n t   t o   p a y   f o r   t i c k e t s   f o r   m y   b o y s   t o o   😩 😩
r o b i n   l o p e z   h a s   m e   t h i n k i n g   i ' m   s e e i n g   a n d e r s o n   v a r e j a o   o n   t h e   f l o o r   f o r   t h e   c a v s ,   e s p e c i a l l y   t h a t   l a s t   h o o k   s h o t .
i s   l o p e z   t r y n a   l o o k   l i k e   s i d e s h o w   b o b ? 
 s i x e r s   c a v s
f o l k s ,   d e a n   w a d e   i s   y o u r   c a v s   s t a r t i n g   s m a l l   f o r w a r d .
d e a r   d o w n t o w n   c l e   r e s i d e n t s ,   p l e a s e   h e l p .   h o w   i n   t h e   h e l l   d o   i   w a t c h   c a v s   b a s k e t b a l l   o n     w / o   a r c h a i c   s p e c t r u m c a b l e ?   s e e   i   c u t   t h e   c o r d   5   y r s   a g o …   h u l u l i v e   i s   m y   s t r e a m i n g   s u b s c r i p t i o n .   t h e r e   h a s   t o   b e   a   w a y   f o r   m e   t o   w a t c h   l i v e   w i t h o u t   a c t u a l l y   b e i n g   @   a   g a m e
c a v s   s t a r t   r a u l   n e t o ,   i s a a c   o k o r o ,   c e d i   o s m a n ,   d e a n   w a d e   a n d   r o b i n   l o p e z   t o   s t a r t   t h e   s e c o n d   h a l f .
r a u l   n e t o :   t h e   n e w   r i c k y   r u b i o . 
 
 c a v s
c a v s   s t a r t e r s   a r e   d o n e   f o r   t h e   n i g h t .   r a u l   n e t o ,   i s a a c   o k o r o ,   c e d i   o s m a n ,   d e a n   w a d e   a n d   r o b i n   l o p e z   t o   s t a r t   t h e   s e c o n d   h a l f .
a p a r t   f r o m   t h e   b r o w n s   b e i n g   a n   a b y s m a l   f r a n c h i s e ,   i t ' s   a n   e x c i t i n g   t i m e   t o   b e   c l e v e l a n d   s p o r t s   f a n .   g u a r d i a n s   f o r t h e l a n d   c a v s   l e t e m k n o w
c a v s   l o o k i n g   s o l i d .   b u m m e d   n o   m o b l e y   t h o .
t h e s e   3   c a v s   n e e d   t o   r e a c h   o u t   a n d   s e i z e   a   r o t a t i o n   s p o t   i n   p r e s e a s o n 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   b l e e d g r e e n   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
a   n e w   l o w ?     b o t t o m   l i i i n n n e … t h e y   k e e p   d o i n g   t h e i r   b e s t ,   t h a t ’ s   f o r   s u r e ! 
 c a v s     
 
 ( n o t   a   b a d   ‘ m a t t h e w   l i l l a r d   c i r c a   2 0 0 2 ’   l o o k ,   t o   b e   f a i r . )  
  l o o k i n   g o o d ! !   n b a   c a v s   c l e   t h e l a n d
m y   2 0 2 2 - 2 3   n b a   a w a r d   p r e d i c t i o n s 
 
 
 
 n b a   c a v s   g o d f a t h e r r e v i e w  
t w e n t y   o f   c a v s   4 6   s h o t   a t t e m p t s   i n   t h e   f i r s t   h a l f   w e r e   3 - p o i n t e r s .
w h y   t h e   h e l l   i s   m i t c h e l l   p l a y i n g   1 9   m i n u t e s   i n   t h e   1 s t   h a l f   o f   a   p r e s e a s o n   g a m e ?   o n e   o f   m y   b i g g e s t   f e a r s   t h i s   s e a s o n   i s   b i c k e r s t a f f   p l a y i n g   g a r l a n d   & a m p ;   m i t c h e l l   w a y   t o o   m a n y   m i n u t e s   & a m p ;   p u t t i n g   t h e m   a t   r i s k   f o r   i n j u r y .   c a v s
t h r o u g h   o n e   h a l f   o f   p r e s e a s o n   p l a y ,   c a r i s   l e v e r t   i s   g i v i n g   y o u   a   l o t   o f   w h a t   y o u   w a n t   o u t   o f   y o u r   s t a r t i n g   s m a l l   f o r w a r d   f o r   t h i s   c a v s   s q u a d .
d m   l o o k i n g   g o o d ! ! !   c a v s
    i s   i t   t o o   e a r l y   t o   t w e e t   c a v s   m o m e n t   r e c o m m e n d a t i o n s ? 
 
 a s k i n g   f o r   a   f r i e n d . . . 
 
 n b a t o p s h o t t h i s   l e t e m k n o w
s i x e r s   v s .   c a v s   f i r s t - h a l f   b o x  
m i t c h e l l   i n   h i s   d e b u t   i s   l o o k i n g   g r e a t ! !   
 i t s   g o n n a   b e   a   g r e a t   s e a s o n 
 
 c a v s
c a v s   i m p r e s s i o n s : 
 
 -   m i t c h e l l   i s   t h e   r e a l   d e a l 
 -   n e w   u n i f o r m s   a r e … o k 
 -   a l l e n ’ s   h a i r   i s   s m a l l e r
t h i s   t e a m   i s   g o n n a   b e   a   l o t   o f   f u n   t h i s   y e a r   😁 😁   l e t e m k n o w     c a v s
i   f e e l   l i k e   a f t e r   w a t c h i n g   t h i s . . .   p e o p l e   n o   l o n g e r   m i s s   c o l l i n   s e x t o n   c a v s
p e o p l e   o n   t h e   j o u r n e y ,   i n e v i t a b l y   w i l l   e n c o u n t e r   t h o r n s   a n d   b u m p s ,   b u t   a f t e r   t h e   s t o r m ,   t h e r e   w i l l   b e   a   b e a u t i f u l   r a i n b o w .   i   h o p e   t o   s e e   a   s t r o n g   m e ,   a n d   i   h o p e   t o   s e e   a   s t r o n g   y o u !   a d d a w o r d r u i n a h o r r o r m o v i e   l e t e m k n o w   c a v s   m a x e y  
p r e s e a s o n   g a m e   1   f i r s t   h a l f   n o n s e n s e   t h o u g h t s :   t h e   c a v s   a r e   r e a l l y   g o o d .   w i n e   u n i ’ s   l o o k   v e r y   p l a i n ,   e s p e c i a l l y   o n   a   h a l f   w h e r e   t h e   s h o r t s   “ c ”   w a s   n o t   i n   c a m e r a   v i e w .   y e s ,   m y   m a i n   c o n c e r n s   a r e   w i t h   t h e   u n i f o r m s   w h i c h   i s   a   g o o d   t h i n g .   l e t e m k n o w   c a v s   n b a
c a v s   l e a d   6 4 - 6 0   a t   t h e   h a l f .   d o n o v a n   m i t c h e l l   l e a d s   c l e v e l a n d   w i t h   1 6   p o i n t s ,   5   a s s i s t s   a n d   2   r e b o u n d s .   h e ' s   s h o o t i n g   6 - o f - 9   f r o m   t h e   f i e l d   a n d   3 - o f - 4   f r o m   3 .   
 
 d a r i u s   g a r l a n d   a l s o   h a s   1 2   p o i n t s   a n d   4   a s s i s t s .
t h r o u g h   o n e   h a l f   o f   p r e s e a s o n   h o o p s ,   c a v s   d o n o v a n   m i t c h e l l   a n d   d a r i u s   g a r l a n d   h a v e   c o m b i n e d   f o r   2 8   p o i n t s   a n d   9   a s s i s t s   o n   1 0 - 1 6   s h o o t i n g   a n d   4 - 5   f r o m   3 - p o i n t   r a n g e .
w e   g o i n g   s c o r e   a   l o t   p t s   t h i s   y e a r   c a v s
p r e t e n d i n g   t h a t   d e a n   w a d e   p l a y   d i d n ’ t   h a p p e n . 
 
 c a v s
c a v s   t a k e a w a y s 
 t e a m   m o v e s   b a l l   w e l l . 
 m i t c h e l l   p l a y s   b i g g e r   t h a n   6 ’ 1 ” . 
 d a m n ,   t h a t   s h o t   l o o k s   s m o o t h . 
 n a t u r a l   d i s t r i b u t o r . 
 o k o r o ’ s   s h o t   s t i l l   i s n ’ t   t h e r e . 
 f o r m   j u s t   d o e s n ’ t   l o o k   n a t u r a l . 
 r e s t   o f   h i s   g a m e   l o o k s   g o o d . 
 c a n ’ t   w a i t   t o   s e e   t h i s   t e a m   w i t h   m o b l e y / r u b i o 
 c a v s 
 l e t e m k n o w
d o n o v a n   m i t c h e l l 
 
 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   p r e s e a s o n   g a m e   
 
 n b a   c a v s   l e t e m k n o w  
m i t c h e l l   3 .   n b a   n b a t w i t t e r   b a s k e t b a l l   d o n o v a n m i t c h e l l   c a v s   c a v a l i e r s  
t h e   n b a   r e a l l y   i s n ’ t   g o i n g   t o   b e   c a l l i n g   t e c h n i c a l   f o u l s   o n   t e a m s   f o r   s t a n d i n g   o n   t h e   b e n c h / c e l e b r a t i n g ,   r i g h t ? ? ? 
 
 c a v s
m a n   w h a t   a   r o s t e r   c o n s t r u c t i o n ! !     k o b y a l t m a n .   i   t i p   m y   c a p .   m o n s t e r   g m .     c a v s
m a x e y   k i n d a   p i s s i n g   m e   o f f . 😕   c a v s
c a n   s o m e o n e   p l e a s e   t e l l   c a r i s   l e v e r t   t h a t   d o n o v a n   m i t c h e l l   i s   o n   t h e   t e a m   c a v s
m i t c h e l l   t o   l e v e r t .   n b a   b a s k e t b a l l   n b a t w i t t e r   d o n o v a n m i t c h e l l   c a r i s l e v e r t   c a v s   c a v a l i e r s  
a l l o w   m e   t o   g e t   t h i n g s   s t a r t e d :   b a l l   d o n ’ t   l i e !   c a v s   z e b r a s
y o u ' r e   n o t   g o n n a   b e l i e v e   t h i s ,   b u t   h a v i n g   d o n o v a n   m i t c h e l l   i s   f u n   a n d   m a k e s   t h e   c a v s   b e t t e r .
c a v s   o v e r z e a l o u s   b e n c h   j u s t   e a r n e d   a   t e c h n i c a l   f o u l .   t h a t   w i l l   b e   a n   a d j u s t m e n t   w i t h   t h e   n e w   r u l e s .   t h e i r   b e n c h   i s   a l w a y s   a n i m a t e d   a n d   s t a n d i n g   h a h a .
d o n o v a n   m i t c h e l l   s h o w i n g   h e ’ s   m u c h   m o r e   t h a n   j u s t   a   s c o r e r .   s h o w i n g   s o m e   n i c e   c h e m i s t r y   w i t h   l e v e r t   w h i l e   h e ’ s   r u n n i n g   t h e   s h o w   w i t h   g a r l a n d   o n   t h e   b e n c h .   c a v s
t h a t   c a v s   s e q u e n c e   🤩
j u s t   p a i d   t h e   $ 2 9 . 9 9   a   m o n t h   f o r   b a l l y   s p o r t s   s u b s c r i p t i o n   t o   s e e   t h e   c a v s   t h i s   s e a s o n .   i t   b e t t e r   w o r k   o u t   b e c a u s e   t h a t ’ s   a   r i d i c u l o u s   p r i c e   😂
g u y s ,   d o n o v a n   m i t c h e l l   l o o k s   v e r y   g o o d . 
 
 c a v s
i   h a d   a s k e d   j . b .   b i c k e r s t a f f   d u r i n g   t r a i n i n g   c a m p   a b o u t   t h e   c a v s   u s i n g   d o n o v a n   m i t c h e l l   a s   a   p o i n t   g u a r d   a n d ,   s o   f a r ,   i t ' s   l o o k e d   p r e t t y   g o o d   f o r   c l e v e l a n d .
i   s t i l l   h a t e   c a r i s   l e v e r t   
 c a v s
m i s s i n g   e d   d a v i s   o n   t h e   b e n c h   : (   c a v s
r o b b i n   l o p e z   i s   t r a s h !   i   k n o w   h e   i s   a   r o l e   p l a y e r   b u t   h e   s u c k s .   c a v s
  i s   t o   n i c e   o n   t h e   c o u r t .   i ' m   s u p e r   e x c i t e d   t o   w a t c h   t h e   c a v s   b a l l   o u t   t h i s   y e a r .   t h a t   p a s s   t o   i s a a c   w a s   g r e a t .   c a v s
c a v s   g o i n g   t o   b e   a   h a n d   f u l l   t h i s   y e a r   n b a p r e s e a s o n
c a v s   l o o k i n g   r e a l   g o o d ! !
d o n o v a n   m i t c h e l l   i n   a   c a v s   j e r s e y   i s   s t i l l   b l o w i n g   m y   m i n d   🤯   c a n ’ t   w a i t   f o r   t h i s   s e a s o n   n b a   c a v s   2 1 6   n b a
i   r e a l l y   l i k e   t h e   w h i t e   a n d   b l a c k   c a v s   k i t s …   i   a b s o l u t e l y   h a t e   t h e   w i n e   l e t e m k n o w
d o n o v a n   m i t c h e l l   a n d   1 .   n b a   b a s k e t b a l l   n b a t w i t t e r   d o n o v a n m i t c h e l l   c a v s   c a v a l i e r s  
y e a h   i   a m   r e a l l l l y   l i k i n g   c a v s   d o n o v a n   m i t c h e l l   a n d   d a r i u s   g a r l a n d   i n   t h e   b a c k c o u r t   t o g e t h e r .
d e a r   d a r i u s , 
 
 a p p r e c i a t e   t h e   e f f o r t .   b u t   n o   n e e d   t o   t a k e   e m b i i d   c h a r g e s .   t h a n k   y o u .   
 c a v s
g a r l a n d   p u l l   u p   j .   n b a   b a s k e t b a l l   n b a t w i t t e r   d a r i u s g a r l a n d   c a v s   c a v a l i e r s  
  i   a g r e e   g o   c a v s
i s s a c   o k o r o   n o t   s t a r t i n g   i n   t h i s   g a m e   i s   i n t e r e s t i n g   e v e n   t h o u g h   i t ’ s   p r e s e a s o n   c a v s   n b a p r e s e a s o n
t a k e   d a r i u s   g a r l a n d   o u t   o f   t h e   g a m e   p l e a s e . 
 c a v s
d g   h a v i n g   h i m s e l f   a   g a m e   a l r e a d y   j u s t   i n   p r e s e a s o n   d a m n   t h i s   w h o l e   a s s   e a s t   i n   t r o u b l e   c a v s
y a l l   r e m e m b e r   w e ’ r e   a l s o   m i s s i n g   e v a n   m o b l e y   ! ! ! !   h a h a   c a v s
i   d o   n o t   w a n t   t o   s e e   d a r i u s   g a r l a n d   t a k i n g   c h a r g e s   f r o m   j o e l   e m b i i d   i n   a   p r e s e a s o n   g a m e . 
 
 c a v s
w h y   i s   d a r i u s   g a r l a n d   t a k i n g   a   c h a r g e   f r o m   j o e l   e m b i i d   i n   a   p r e s e a s o n   g a m e ? 
 
 l e t ’ s   n o t   d o   t h a t . 
 c a v s
d e a n   w a d e ' s   c e r t a i n l y   m a k i n g   t h e   m o s t   o f   t h e   o p p o r t u n i t y   n e x t   t o   3 / 4   o f   t h e   c a v s   c o r e   f o u r .
i   f o r g o t   j a m e s   h a r d e n ’ s   b i t c h   a s s   w a s   i n   p h i l l y .   c a v s
t h r o u g h   o n l y   1 - 1 & a m p ; 1 / 2   q u a r t e r s   o f   p r e - s e a s o n   a c t i o n ,   i   c a n   a l r e a d y   t e l l   t h i s   s e a s o n   i s   g o i n g   t o   b e   a   l o t   o f   f u n ,   a n d   t h i s   i s   w i t h o u t   m o b l e y …   i t ’ s   g r e a t   t o   h a v e   y o u   b a c k   b o y s .   l e t e m k n o w   c a v s
a   l o t   m o r e   b a l l - h a n d l i n g   d u t i e s   f o r   d o n o v a n   m i t c h e l l   i n   t h e   s e c o n d   q u a r t e r .   c a v s   c l e a r l y   g e t t i n g   a   f e e l   f o r   w h a t   h e   b r i n g s   t o   t h e   t a b l e   i n   b o t h   r e s p e c t s .
h a r d i n ’ s   1 s t   s t e p   s t i l l   l o o k s   a s   q u i c k   a s   m i n e …   s l o w   c a v s
i ’ d   s t a r t   d e a n   w a d e   o r   k e v i n   l o v e   w i t h   g a r l a n d ,   m i t c h e l l ,   m o b l e y   a n d   a l l e n .   c a v s
i t   w o n ' t   h a p p e n ,   b u t   i   w o u l d n ' t   b e   o p p o s e d   t o   k e v i n   l o v e   p l a y i n g   t h e   3   t h i s   y e a r .   a d d i t i o n a l   r e b o u n d s   a n d   a   h i g h   p e r c e n t a g e   3 - p o i n t   s h o o t e r   t h a t   c a n   s p a c e   t h e   f l o o r .   i t s   n o t   c r a z y .   c a v s
d e a n   w a d e   m y   s t a r t i n g   s m a l l   f o r w a r d ! 
 
 c a v s
y o u   a r e   s o   m u c h   b e t t e r   w h e n   y o u   a r e n t   s c r e a m i n g   t h r o w   t h e   h a m m e r   d o w n ! ! ! !   o r   d e e p   i n   t h e   w e l l s   f a r g o   c e n t e r ! ! !   i   l i k e   t h i s   n e w   a u s t i n   c a r r ! !     c a v s   c a v s n a t i o n
i   k i n d   o f   l i k e   t h a t   t h e y   a r e n ’ t   c a l l i n g   f o u l s .   i t ’ s   t h e   p r e s e a s o n .   g e t   i t   o v e r   w i t h . 
 
 c a v s
s i x e r s   v s .   c a v s   f i r s t - q u a r t e r   b o x  
i ’ v e   n e v e r   s e e n   a n   n b a   p l a y e r   m o v e   a s   s l o w l y   a s   r o b i n   l o p e z   a n d   i   l o v e   i t .   c a v s
c a v s   s e a s o n   i s   b a c k !   l e t e m k n o w
i   t h i n k   o n e   o f   t h e   t h i n g s   t h a t   h a s   b e e n   s o r t   o f   o v e r l o o k e d   w i t h   d o n o v a n   m i t c h e l l   i s   j u s t   h o w   g o o d   h e   i s   f r o m   b e y o n d   t h e   a r c .   f i n i s h e d   t i e d   f o r   s e v e n t h   w i t h   2 3 2   m a k e s   f r o m   d e e p   l a s t   s e a s o n ,   a l r e a d y   h a s   a   p a i r   i n   h i s   f i r s t   p r e s e a s o n   r u n   w i t h   t h e   c a v s .
c a v s   d e a n   w a d e ' s   t u r n   a t   s m a l l   f o r w a r d   a l o n g s i d e   t h e   o t h e r   f o u r   s t a r t e r s   ( f r o m   t o n i g h t )
i ’ m   s o   h a p p y   c a v s   b a s k e t b a l l   i s   b a c k
i n   t h e   f i r s t   1 s t   q u a r t e r   o f   t h e   p r e s e a s o n ,   t h e   c a v s   o f f e n s e   l o o k s   r e a l l y   g o o d .   g r e a t   m o t i o n   a n d   b a l l   m o v e m e n t …   g e t t i n g   g o o d   l o o k s   i n s i d e   a n d   o u t .   l e t e m k n o w
c a v s   l e a d   3 3 - 2 8   a t   t h e   e n d   o f   t h e   f i r s t   q u a r t e r ,   s c o r i n g   s e v e n   3 s   i n   t h e   o p e n i n g   1 2   m i n u t e s .   d a r i u s   g a r l a n d   a n d   k e v i n   l o v e   e a c h   h a v e   9   p o i n t s .
t h e r e   a r e   g o n n a   a d d   a   2 n d   y e a r   m o b l e y   t o   t h i s   o f f e n s e ?   l o l   c a v s
t h e   c a v s   a r e   r a i n i n g   t h r e e s   i n   t h e   f i r s t   a n d ,   t h a n k f u l l y ,   i t ’ s   w o r k i n g . 
 
 j o e l   e m b i i d ’ s   p r e s e n c e   o n   t h e   i n t e r i o r   c e r t a i n l y   h a s   s o m e t h i n g   t o   d o   w i t h   t h a t .   b u t ,   o n c e   c l e v e l a n d   g e t s   t h a t   g o i n g ,   t h e y ’ r e   g o n n a   b e   f a i r l y   b a l a n c e d .
o k o r o   s t i l l   b r i c k   c i t y   y o   c a v s  
f i r s t   l o o k   a t     i n   a   c a v s   u n i !   t h e l a n d   c a v s  
n e t o   i s   h i t t i n g   t h r e e s ,   i t ’ s   o v e r   f o r   t h e   r e s t   o f   t h e   n b a . 
 
 c a v s
  i   d o n ' t   w a n t   t o   o v e r r e a c t   b u t   c a v s   m i g h t   h a v e   a   l e g i t   s h o t   a t   7 5   w i n s   f r .
c a v s   b a c k   b a b y !
c a v s   o k a r o   o r   h o w e v e r   u   s p e l l   h i s   n a m e   l o o k i n g   l i k e   a   b r e a k o u t   s e a s o n   p o s s i b l y   h e ’ s   d r i b b l i n g   a n d   g e t t i n g   h i m s e l f   o p e n   a n d   s h o o t i n g   m o r e ,   e v e r y t h i n g   i   w a n t e d   h i m   t o   d o   c a u s e   h e ’ s   a b l e   t o   b u t   h e   j u s t   d i d n ’ t   b u t   t h i s   j u s t   p r e - s e a s o n   i   d o n t   w a n n a   g e t   m y   h o p e s   u p
s t i l l   n o t   a   f a n   o f   t h e s e   a w a y   j e r s e y s   c a v s   l e t e m k n o w
c a v s   m e d i a   a c t i n g   l i k e   e v e r y t h i n g   t h a t   h a p p e n s   i n   t h e   1 s t   8   m i n u t e s   o f   p r e s e a s o n   i s   l o c k e d   i n   f o r   8 2   g a m e s .   i d i o t s .
b i g   w   f o r   m s   t o n i g h t   3 7 - 6 ! !   4   t u r n o v e r   f o r   o u r   d e f e n s e   t o n i g h t ! !   e x t r e m e l y   p r o u d   o f   t h e   g u y s   t o n i g h t !   c a v s   e l e v a t e
t h e   g a r l a n d - m i t c h e l l   b a c k c o u r t   i s   g o i n g   t o   b e   s p e c i a l .   c a v s   l e t e m k n o w
a p p a r e n t l y   t h e   " f o u l "   s e t t i n g   h a s   b e e n   t u r n e d   t o   " o f f "   h e r e   t o n i g h t   f o r   t h e   c a v s   p r e s e a s o n   o p e n e r .
i   t h o u g h t   a n d e r s o n   v a r e j ã o   w a s   o n   t h e   c a v s … l o p e z   :   )
g a r l a n d   l o o k s   r e a d y   f o r   a n o t h e r   l e a p   a n d   t h i s   o f f e n s e   i s   g o n n a   b e   s c a r y   c a v s   l e t e m k n o w
d o n o v a n   m i t c h e l l   i s   t h e   f i r s t   g u a r d   t o   s u b   o u t   i n   t h e   c a v s   n e w   s t a r   b a c k c o u r t . 
 
 i t   a p p e a r s   j . b .   b i c k e r s t a f f   w i l l   l e t   m i t c h e l l   c o o k   w i t h   t h e   b e n c h   u n i t ?
w e   h o o p i n   l o w k e y   👀   c a v s
i ’ d   s i t   t h e   s t a r t e r s   t h e   r e s t   o f   t h e   p r e s e a s o n . 
 
 c a v s
d a r i u s   g a r l a n d   s t a y s   o n   t h e   f l o o r   f o r   t h e   f i r s t   " s t a g g e r "   b e t w e e n   h i m   a n d   d o n o v a n   m i t c h e l l .   i s a a c   o k o r o   i n   f o r   s p i d a .   c a v s
o k o r o ,   w a d e   a n d   o s m a n   i n   o f f   t h e   b e n c h   t o   r e p l a c e   l o v e ,   l e v e r t   a n d   m i t c h e l l .   c a v s .
a b s o l u t e l y   s i c k   p a s s   b y   d a r i u s   g a r l a n d . 
 
 c a v s
i t ’ s   g o i n g   t o   b e   a   g o o d   s e a s o n   c a v s
i ' v e   s e e n   e n o u g h .   c a v s   a r e   g o i n g   9 8 - 0   t h i s   s e a s o n .
c a v s   d e a n   w a d e ,   o n e   o f   s i x   p l a y e r s   c o m p e t i n g   t o   b e   t h e   s t a r t i n g   s m a l l   f o r w a r d ,   i s   t h e   f i r s t   s u b .   h e   r e p l a c e s   t o n i g h t ' s   s t a r t i n g   p o w e r   f o r w a r d   k e v i n   l o v e .
w e l c o m e   t o   m o d e r n   b a s k e t b a l l ,   c a v s
w e   m i g h t   b e   t h e   n u m b e r   o n e   3 p t   s h o o t i n g   t e a m   🔥 🔥 🔥 👀 ,   i   k n o w   i t ’ s   o n l y   5   m i n s   i n t o   p r e s e a s o n   😂   c a v s   l e t e m k n o w
s h o o t i n g   w o n ’ t   b e   a   p r o b l e m   a t   a l l   f o r   t h e   c a v s   a s   w e   s e e   e a r l y   o n   a g a i n s t   p h i l l y   i n   t h e   p r e s e a s o n .
o h   m y   t h i s   t e a m   l o o k s   g o o o d   c a v s
  i   m e n t i o n e d   w h e n   t h e   c a v s   t r a d e d   f o r   d o n o v a n   m i t c h e l l   t h a t   e v a n   m o b l e y   s h o u l d   a t   l e a s t   b e   c o n s i d e r e d   t o   s t a r t   a t   t h e   3   f o r   t h a t   r e a s o n .   n o t   s u r e   h o w   l i k e l y   i t   i s ,   b u t   w e ' l l   s e e .   t h e y ' r e   o p e n   t o   a   l o t .
i   l o v e   t h e   p a t i e n c e   t h a t   t h e   c a v s   a r e   s h o w i n g   e a r l y   i n   t h i s   g a m e   a g a i n s t   p h i l l y   w i t h   t h e i r   j u m p   s h o t   s e l e c t i o n .
c a v s   b a s k e t b a l l   i s   b a c k ! !
i ’ m   c e r t a i n l y   n o t   g o i n g   t o   o v e r r e a c t   t o   j a r r e t t   a l l e n   a n d   d a r i u s   g a r l a n d   m i s s i n g   w i d e   o p e n   l a y u p s .   
 
 c a v s
i   k n o w   i t ’ s   j u s t   p r e s e a s o n ,   b u t   t h i s   t e a m   j u s t   f e e l s   d i f f e r e n t   l e t e m k n o w   c a v s
o v e r r e a c t i o n !   b u t   t h e   c a v s   t h r e e - p o i n t   o f f e n s e   i s   a b o u t   t o   b e   c r a z y   t h i s   s e a s o n .  
h o w   m a n y   p p g   d o e s   d o n o v a n   a v e r a g e   t h i s   y e a r ! ?   🤔 
 
 n b a   n b a t w i t t e r   c a v s  
i   c a n ’ t   w a i t   t o   w a t c h   8 2 +   g a m e s   o f   t h i s   
 c a v s
o n e   o f   t h e   m a n y   w a y s   i ' l l   b e   c h e c k i n g   o u t   t h e   c a v s   t h i s   s e a s o n ! ! !   c a v s   c l e v e l a n d c a v a l i e r s   b e l l s t r o n g s p o r t s 🏀     n b a p r e s e a s o n   n b a   b a l l y s p o r t s p l u s   b a l l y s p o r t s o h i o  
d o n o   g o n n a   b e   h u g e   f o r   t h e   c a v s   j u s t   w i t h   h i s   w i l l i n g n e s s   t o   s h o o t
t h e   w a y   m a x e y   w a s   b a l l i n g   m o n d a y   & a m p ;   s o   f a r   t o n i g h t ,   o n e   w o u l d   t h i n k   h e   w a s   t h e   h e a d l i n e r   o f   t h e   s i x e r s .     h e   h a s   7   p o i n t s   o n   3 - 5   s h o o t i n g .   h a r r i s   w i t h   4   o f   2 - 2 .     j o e l   e m b i i d ,   j a m e s   h a r d e n   a n d   p j   t u c k e r   h a v e   z e r o   o n   a   c o m b i n e   0 - 4 .   c a v s   l e a d   1 5 - 1 1   w /   7 : 0 9   l e f t   i n   1 s t   q u a r t e r
c a v s   s t a r t i n g   o u t   5 - f o r - 6   f r o m   3 - p o i n t   l a n d …   a l l   1 5   p o i n t s   c o m i n g   f r o m   b e y o n d   t h e   a r c .   
 
 1 s t   q :   c a v a l i e r s   1 5   |   7 6 e r s   1 1 
 l e t e m k n o w
y ’ a l l   s e e i n g   t h i s   👀   c a v s   a r e   s h o o t i n g   t h e y   l i g h t s   o u t   f r o m   b e h i n d   t h e   a r c h     🔥   l e t e m k n o w   c a v s
i n   t h e   f i r s t   f i v e   m i n u t e s ,   6   o f   c a v s   9   s h o t   a t t e m p t s   a r e   3 - p o i n t e r s .
k - l o v e   i s   s h o o t i n g   i t   a n d   m i t c h e l l   l o o k s   c o m f o r t a b l e   t h a t ’ s   g o o d   t o   s e e   c a v s
t h e n   w e   g o n e   w i n   t h e   c h i p   c a v s
y e a h   m i t c h e l l   l o o k i n g   n i c e   e a r l y   c a v s   l e t e m k n o w
s p u d   m i t c h e l l   g o n n a   f i t   r i g h t   i n .   c a v s
i   m i s s e d   k e v i n   l o v e .   y ’ a l l   b e t t e r   n e v e r   d i s r e s p e c t   h i m   c a v s
d o n o v a n   m i t c h e l l   i s   g o i n g   t o   r e a l l y   i m p r o v e   t h i s   t h r e e - p o i n t   a t t a c k   f o r   t h e   c a v s .
c a v s   a r e   5 - o f - 6   f r o m   t h e   3   h e r e   i n   t h e   f i r s t   q u a r t e r   - k e v i n   l o v e   w i t h   3   a n d   d o n o v a n   m i t c h e l l   w i t h   2 .
t h e r e   a r e   m a n y   o f f e n s i v e   t h r e a t s   o n   t h e   f l o o r .   t h o s e   t h r e a t s   c a n   s h o o t .   c a v s
😂 😂 😂 😂 😂   w e   g o n e   b e   s t u p i d   l i t   c a v s
5   s t r a i g h t   3 s ? !   c a v s
i f   t h e s e   f i r s t   f e w   m i n u t e s   o f   t h e   p r e s e a s o n   a r e   a n y   i n d i c a t i o n ,   c a v s   a r e   j u s t   g o i n g   t o   s c o r e   a l l   t h e i r   p o i n t s   v i a   t h e   3 - p o i n t e r   t h i s   s e a s o n .
t h e   c l e v e l a n d   c a v a l i e r s   w i l l   b e   t h e   2 0 2 3   n b a   c h a m p i o n s   -   y o u   h e a r d   i t   h e r e   f i r s t .   n b a   c a v s   n b a 2 k 2 3    
f e e l s   g o o d   t o   w a t c h   s o m e   c a v a l i e r   b a s k e t b a l l !   c a v s
c a v a l i e r s   p r e s e a s o n   g a m e   b e i n g   b l o c k e d   o u t   f o r   s t r e a m e r s   b y   s i n c l a i r   b a l l y ’ s .   f   u   s i n c l a i r .   i   w i l l   n e v e r   p a y   y o u r   r a n s o m   m o n e y   t o   s e e   t h i s .   c a v s
m i t c h e l l   f o r   t h r e e e e e e e e 
 c a v s
n e w   t h r e a d s 🔥   g o o d   d e c i s i o n   t o   s t a r t   l e v e r t .   p r o v e d   t o   b e   a   b e t t e r   d e f e n d e r   t h a n   o k o r o   l a t e   l a s t   s e a s o n .   a c t i v e   h a n d s .   c a v s
t h e   g a r l a n d : : m i t c h e l l   e r a   b e g i n s   c a v s
a l l   i n   w   t h e   c a v s   t h i s   y e a r   c a v s
3 0   s e c o n d s   i n t o   t h e   b r o a d c a s t   a n d   a u s t i n   i s   c r a p p i n g   o n   t h e   m e m o r y   o f   o u t   c o r n e r   2   g u a r d   l o l   c a v s
b a s k e t b a l l   t i m e !   c a v s
j u s t   n o   i n j u r i e s ,   p l e a s e ! 
 
 c a v s
n o   l i e .   t h e   j e r s e y   i s   c o l d   ! ! ! ! !     c a v s
o n e   o f   t h e   m a n y   r e a s o n s   f a l l   i s   t h e   b e s t   s e a s o n .   c a v s   a r e   b a c k !  
c a r i s   l e v e r t   i n   t h e   s t a r t i n g   l i n e u p   🤮 🤮 🤮 
 c a v s
i ’ m   a s   d i e   h a r d   o f   a   c a v s   f a n   y o u ’ l l   e v e r   f i n d   b u t   e v e n   i   a m   h a v i n g   t r o u b l e   g e t t i n g   e x c i t e d   t o   w a t c h   a   p r e s e a s o n   g a m e .
f i r s t   l o o k   a t   d o n o v a n   m i t c h e l l   i n   w i n e   & a m p ;   g o l d   t o n i g h t .   c a v s   w i l l   b e   e x c i t i n g   t h i s   y e a r ,   b u t   t h e   e a s t   i s   h a r d   t o   p r e d i c t .
w e   m a d e   i t ! ! !   l e t e m k n o w   c a v s
p r e s e a s o n   c a v s   b a s k e t b a l l   y ' a l l ! ! !   ♥ ️ 💛   l e t e m k n o w
  l e t s   g o   c a v s   i f   y o u   r i d i n g   w   t h e   t e a m   t h i s   y e a r   i   f u c k   w i t h   y o u
f i r s t   🔥 t a k e :   c a v s   a r e   w i n n i n g   h o m e   c o u r t   a s   t h e   4   s e e d   t h i s   y e a r
i t s   p r e s e a s o n   b u t   i ' m   s o   e x c i t e d   f o r   t h i s   c a v s   g a m e ! !   n b a p r e s e a s o n
s t a r t i n g   l i n e u p s   f o r   c a v s   v s   7 6 e r s   
 
 t y r e s e   m a x e y 
 j a m e s   h a r d e n 
 t o b i a s   h a r r i s 
 p j   t u c k e r 
 j o e l   e m b i i d   
 
 — 
 
 d a r i u s   g a r l a n d   
 d o n o v a n   m i t c h e l l   
 c a r i s   l a v e r t 
 k e v i n   l o v e 
 j a r r e t t   a l l e n
i   h a t e e e e e   n b a   t v   g a m e s   t h e y   s u c k   s o   b a d .   c a v s
d o n o v a n   m i t c h e l l   b a c k   f o r   m o r e   …   k e e p   c o o l   t h i s   t i m e   b r o t h e r   
 
 s i x e r s   c a v s   n b a p r e s e a s o n
( 1 t / 3 7 m i n )   g o l   d o   p h i l a d e l p h i a   7 6 e r s 
   p h i l a   7 6 x 0   c a v s       
 🇪 🇪   n b a 2 0 2 2   
 t e s i g o a t o d a p a r t e
i t   a p p e a r s   t h e   c a v s   w e r e   p r e s e n t   f o r   a r k a n s a s ’ s   p r o   d a y .  
c l e v e l a n d   c a v a l i e r s   n e w l y   a c q u i r e d   s h o o t i n g   g u a r d   d o n o v a n   m i t c h e l l   w i l l   m a k e   h i s   c a v a l i e r s   d e b u t   t o n i g h t   v s .   t h e   7 6 e r s   c a v s  
g o   t o   t u r n   o n   c a v s   g a m e . . . b a l l y   s p o r t   h a s   n o   f u c k i n g   a u d i o .   t h e   a m o u n t   o f   i s s u e s     n e t w o r k s   h a v e   i s   f u c k i n g   i n s a n e .   h o r r i b l e   d u r i n g   e v e r y   g u a r d s   g a m e ,   n o w   g o t t a   d e a l   w i t h   t h i s   s h i t   f o r   t h e   c a v s   s m h
j u s t   a   l i t t l e   e v   m o b l e y   o u t   o f   4 9   b e f o r e   t i p   o f f   l e t e m k n o w   c a v s  
e v e r y o n e   t h e   c a v s   p l a y   t o n i g h t !   i   m i g h t   c r y   l o l     🏀   c a v s
d i s a p p o i n t i n g   w e   h a v e   t o   w a i t   l o n g e r   t o   s e e   t h e   f u l l   c a v s   s t a r t e r s   b u t   e x c i t e d   t o   s e e   h o w   d a r i u s   a n d   d o n o v a n   p l a y   n e x t   t o   e a c h   o t h e r .   c a v s   n b a p r e s e a s o n
v i d e o :   ' i t ' s   a   f a m i l y   a t m o s p h e r e ' :   c a v s   d o n o v a n   m i t c h e l l   a l r e a d y   f e e l s   a t   h o m e   i n   c l e v e l a n d   w i t h   n e w   t e a m  
t h e   c a v s   p l a y   b a s k e t b a l l   t o n i g h t ! ! ! !
c a v s   s q u a d   s o   d e e p   t h i s   y e a r   i   c a n   w a t c h   t h e   w h o l e   p r e s e a s o n   g a m e   w i t h o u t   g e t t i n g   b o r e d
w e ’ r e   p l a y i n g   b a a a a a s k e e e t b a a a a a l l l l   o n     a s   t h e   c a v s   o p e n   u p   t h e   p r e s e a s o n   i n   p h i l l y !  
a l r e a d y   p l a c e d   m y   b e t   w   c a v s !   b y   d a   t i m e   i   f o u n d   o u t   e v a n m o b l e y   i s n ’ t   p l a y i n g   i t   w a s   t o o   l a t e   t o   c a n c e l !   h o p e f u l l y   t h e y   c a n   s t i l l   c o v e r !   ( + 4 . 5 )   🙏   c a v s v s 7 6 e r s   g a m b l i n g t w i t t e r   g o c a v s !   c l e v e l a n d   n b a t w i t t e r
i n t e r e s t i n g   s t a r i n g   l i n e u p   f o r   t h e   c a v s   w h e r e   w i l l   t h i s   t e a m   r a n k   t h i s   s e a s o n   n b a   c a v s  
" i   j u s t   m e t   d g ’ s   m o m   l a s t   n i g h t   a n d   s h e ’ s   l i k e   ‘ w h a t e v e r   y o u   n e e d . ’   e v ' s   m o m   a s   w e l l , "   m i t c h e l l   s h a r e d . 
 
 ' i t ' s   a   f a m i l y   a t m o s p h e r e ' :   c a v s   d o n o v a n   m i t c h e l l   a l r e a d y   f e e l s   a t   h o m e   i n   c l e v e l a n d   w i t h   n e w   t e a m  
l e t ' s   g o ! ! !     l e t e m k n o w   c a v s
s o m e   c a v s   p r e g a m e   r e a d i n g   f o r   a n y o n e   w h o   m i s s e d   i t :  
t h e   n b a p r e s e a s o n   c o n t i n u e s .   w h o   a r e   y o u r   p i c k s   t h i s   e v e n i n g ?     n b a   b a s k e t b a l l   c a v s   7 6 e r s   p a c e r s   h o r n e t s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
    c a n   y o u   g u y s   p l e a s e   j u s t   b u y     ?   i ’ m   p a y i n g   $ 2 0   p e r   m o n t h   t o   “ c a s t ”   t h e   s t r e a m   f r o m   t h e   b a l l y   +   a p p   t o   m y   l g   4 k   t v .   i t ’ s   a s i n i n e .   c a v s   l e t e m k n o w
c a v s   w i t h   h i g h e r   e x p e c t a t i o n s   t h i s   y e a r .   t e a m s   w i l l   b e   c o m i n g   f o r   t h e   t h e m .         @ _ b i g j a y y _   l e t ' s   g o
s i x e r s   s t a r t e r s   a g a i n s t   t h e   c a v s 
 
 p . j .   t u c k e r 
 t o b i a s   h a r r i s 
 j o e l   e m b i i d 
 t y r e s e   m a x e y 
 j a m e s   h a r d e n 
 
 t i p - o f f   i s   s c h e d u l e d   f o r   7 : 0 0   p . m .   e s t 
 📺 
 📻
e p i s o d e s   w i l l   b e   d r o p p i n g   w e e k l y .   t o n i g h t   t h e   c a v s   t a k e   o n   t h e   7 6 e r s   f o r   s o m e   p r e s e a s o n   b u c k e t s   🏀
c a v s   s t a r t e r s   t o n i g h t   v .   p h i 
 g a r l a n d 
 m i t c h e l l   
 l e v e r t 
 l o v e 
 a l l e n
i t   o n l y   m a k e s   s e n s e   t o   s t a r t   o f f   t h e   c a v s   s e a s o n   b y   w a t c h i n g   a   n e w   e p i s o d e   o f   t h e   r e b o u n d   w i t h     & a m p ;   _ k l i m a c k 2 0   😏 
 
  
1 0 / 5   c a v s   v s .   7 6 e r s   
 c a r i s   l e v e r t   t o   s t a r t   a t   s f . 
 k e v i n   l o v e   s t a r t s   i n   p l a c e   o f   t h e   i n j u r e d   m o b l e y .   
 l e t e m k n o w  
t h e   c a v s   t i p   o f f   t h e   p r e s e a s o n   i n   a n   h o u r .   d o n o v a n   m i t c h e l l   i s   i n   t h e   s t a r t i n g   l i n e u p !   l e t e m k n o w
j a m a r k o   p i c k e t t   j o i n s   r i c k y   r u b i o ,   e v a n   m o b l e y   a n d   d y l a n   w i n d l e r   a s   t h e   p l a y e r s   o u t   t o n i g h t   f o r   t h e   c a v s   a g a i n s t   t h e   7 6 e r s .
i   w o u l d n ’ t   r e a d   m u c h   i n t o   w h o   i s   s t a r t i n g   a t   t h e   t h r e e   t o n i g h t .   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   h a s   m a d e   i t   c l e a r   h e ’ s   g o i n g   t o   e x p e r i m e n t   a t   t h e   s p o t   t o   c o m e   t o   a   c o n c l u s i o n   b e f o r e   t h e   g a m e s   a c t u a l l y   c o u n t .  
c a v s   s t a r t e r s   v s   p h i l l y :   d a r i u s   g a r l a n d ,   d o n o v a n   m i t c h e l l ,   c a r i s   l e v e r t ,   k e v i n   l o v e ,   a n d   j a r r e t t   a l l e n
y o u r   s t a r t i n g   f i v e   f o r   t h e   c a v s   t o n i g h t   a g a i n s t   t h e   7 6 e r s : 
 
 •   d a r i u s   g a r l a n d 
 •   d o n o v a n   m i t c h e l l 
 •   c a r i s   l e v e r t 
 •   k e v i n   l o v e 
 •   j a r r e t t   a l l e n
c a v s   w i l l   b e   w i t h o u t   d y l a n   w i n d l e r   ( r i g h t   a n k l e   i n j u r y ) ,   e v a n   m o b l e y   ( r i g h t   a n k l e   s p r a i n ) ,   j a m o r k o   p i c k e t t   ( b a c k   s p a s m s )   a n d   r i c k y   r u b i o   ( l e f t   k n e e   a c l   r e c o v e r y )   t o n i g h t   v s .   7 6 e r s .
c a v s   c a r i s   l e v e r t   t o   g e t   t h e   f i r s t   c r a c k   a t   s t a r t i n g   a t   s m a l l   f o r w a r d   
 

s o   a r e   a l l   t h e   c a v s   p r e s e a s o n   g a m e s   g o i n g   t o   b e   o n   n b a   t v   s o   i   c a n ’ t   w a t c h   t h e m ?   ☹ ️ 😡
j a e   c r o w d e r   t r a d e   t o   t h e   c a v a l i e r s ? 
   
 
   
 c a v a l i e r s n e w s   c a v a l i e r s t r a d e   c a v a l i e r s t r a d e r u m o r s   c a v s   c a v s n e w s   c a v s s u n s t r a d e   c a v s t r a d e   c a v s t r a d e r u m o r s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   n b a   n b a n e w s   n b a t r a d e   n b a t r a d e r u m o r s  
c a v s   v s .   7 6 e r s 
 ⏰   7 : 0 0   p . m . 
 📍   w e l l s   f a r g o   c e n t e r 
 📺     
 📻     
 l e t e m k n o w   |   c o u n t d o w n t o c a v s    
m a x e y   a n d   h a r r i s   w i l l   a l s o   p l a y .   s o   t h e   s i x e r s   w i l l   u n v e i l   t h e i r   n e w   s t a r t i n g   l i n e u p   t o n i g h t   v s .   t h e   c a v s .  
l o o k i n g   f o r w a r d   t o   t h i s   d g   x   s p i d a   d u o     📺 c a v s
.   o n   :   c a v s   g o a l   s h o u l d   s t a r t   w i t h   a   l o c k e d - i n   p l a y o f f   s p o t ;   m o b l e y ' s   l e a p   i n   s e c o n d   y e a r   c o u l d   b e   m a s s i v e  
s i x e r s   a s s i s t a n t   c o a c h   d a v e   j o e r g e r   w i l l   c o a c h   t o n i g h t   v s .   t h e   c a v s   i n   p l a c e   o f   d o c   r i v e r s ,   w h o   i s   u n d e r   t h e   w e a t h e r .
  h y p o t h e t i c a l   w i n d l e r   w i l l   l i k e l y   n e v e r   b e   a c t u a l i z e d   w i n d l e r ,   s a d l y .   t h e s e   c a v s   r o s t e r   s p o t s   a r e   g e t t i n g   m o r e   & a m p ;   m o r e   v a l u a b l e . . .
w e   g e t   t o   s e e   o u r   f i r s t   l o o k   a t   t h e   n e w   l o o k   c a v s   t o n i g h t 👀   h o w   f a r   c a n   d o n o v a n   m i t c h e l l   t a k e   t h e m ? ⚔ ️   n b a   c a v s  
  w i l l   b e   t h e   2   s e e d   t h i s   y e a r   i n   t h e   e a s t . . .   n b a   n b a p r e s e a s o n   c a v s   n b a j a p a n g a m e s
c a v s   p r e s e a s o n   g e t s   u n d e r w a y   t o n i g h t   i n   p h i l a d e l p h i a .   
 
   j o i n s     n e x t   f o r   t h e   l a t e s t   -   
 

2 4   h o u r s   a w a y   u n t i l   w e   b r e a k d o w n   e x t r e m e r u l e s ,   t h e   f o r t h e l a n d   i n   t h e   m l b p o s t s e a s o n   a n d   n f l   w e e k 5 ! 
 i n   4 8   h r s ,     o n   a l l   o f   t h e   a b o v e   ( m i n u s   t h e   w r a s s l i n ' ) ,   p l u s   d o n o v a n m i t c h e l l   a n d   t h e   c a v s !   l e t e m k n o w  
t h i s   w e e k ' s   t e r r y ' s   t a l k i n ,   t h e   o n e   w h e r e   t e r r y   p r o j e c t s   t h e   c a v s '   o p e n i n g - n i g h t   s f   a n d   s h a r e s   s o m e   r o g e r   m a r i s   s t o r i e s .   p l u s ,   k n u c k l e b a l l   t a l k .    
w h o   i s   r e a d y   f o r   a   c r a z y   s p o r t s   w e e k e n d   i n   c l e v e l a n d ? !   c a v s
b u t   e x p l a i n   t o   u s   b r o w n s   f a n s   w h y   l o c a l   m e d i a   h a s   t o   d w e l l   o n   l o s s e s   a n d   n e g a t i v i t y ,   w h i l e   i g n o r i n g   t h e   f a c t   t h a t   t h e y   i n   1 s t   p l a c e ,   d e s p i t e   b e i n g   d o u b t e d ?   s o m e t h i n g   i s   w o r k i n g ,   t a l k   a b o u t   t h a t !   o u r   c u l t u r e   i g n o r e s   d o u b t   & a m p ;   s e r v e   c r o w .   g u a r d i a n s ,   c a v s   .   t h e n   m e d i a   o n   b a n d w a g o n .
w i t h   l a u r i   m a r k k a n e n   g o n e ,   d e a n   w a d e   c o u l d   s t e p   i n   a s   t h e   c a v s '   n e w   s t a r t i n g   s m a l l   f o r w a r d .   i t ' s   a n   o p e n   c o m p e t i t i o n   i n   t r a i n i n g   c a m p   b u t   w a d e   c o u l d   b e   o n   t h e   i n s i d e   t r a c k   f o r   q u i t e   a   f e w   r e a s o n s . 
 

t h e   i d e a   o f   d y l a n   w i n d l e r   h a s   a l w a y s   b e e n   h i s   m o s t   a t t r a c t i v e   n b a   f e a t u r e   a n d   h e   c o u l d   s t i l l   r e a c h   h i s   p o t e n t i a l   o n e   d a y .   b u t ,   i t   m i g h t   n o t   b e   w i t h   t h e   c a v s   i f   t h e y   u s e   h i m   a s   a   t r a d e   c h i p . 
 

r a u l   n e t o   w a s   a t   o n e   p o i n t   c o n s i d e r e d   a   b r i d g e   t o   a   r e c o v e r e d   r i c k y   r u b i o .   b u t ,   w i t h   t h e   c a v s   g e t t i n g   d o n o v a n   m i t c h e l l ,   i s   n e t o   a s   n e a t - o   o f   a   s i g n i n g ? 
 

c a v s   g a m e d a y   p r e   s e a s o n ,   s t i l l   
 t h i s   c a v s   t e a m   i s   e x c i t i n g !   y o u n g ,   t a l e n t e d   a n d   h u n g r y   n b a   m o b l e y   g a r l a n d   l o v e   m i t c h e l l  
    k e e p   d r e a m i n g   r a d a r r i n n a   y o u ' r e   m o r e   l i k e   a n t h o n y   b e n n e t t   f r o m   t h e   c a v s     o n e   o f   t h e   b i g g e s t   b u s t s   i n   n b a   h i s t o r y .     r i n n a   c o u l d   n e v e r   b e   a   " l e b r o n "   r a t c h e t t r i n n a   k e e p   d r e a m i n g !     r h o b h   r h o b h m e a n g i r l s
c o u l d   v o l u n t e e r i n g   b e   f o r   y o u ?   w h y   n o t   f i n d   o u t   a b o u t   
 t h e   g r e a t   o p p o r t u n i t i e s   t h a t   w e   c a n   o f f e r   h e r e   a t   c a v s .   i t ' s   a   g r e a t   w a y   t o   m e e t   n e w   p e o p l e   a n d   b e   p a r t   o f   a   f r i e n d l y   t e a m   w h o   p a s s i o n a t e l y   c a r e   a b o u t   o t h e r s   i n   t h e i r   c o m m u n i t y .     c o n t a c t   u s   f o r   m o r e   d e t a i l s .  
w h e t h e r   d e a n   w a d e   s t a r t e d   o r   c a m e   o f f   t h e   b e n c h   f o r   t h e   c a v s ,   h e   w a s   n e v e r   f l a s h y   b u t   a l w a y s   r e l i a b l e .   w a d e ’ s   s u c c e s s   i s   a   t e s t a m e n t   t o   u t i l i z i n g   t h e   c h a r g e .   b u t ,   w i t h   l a u r i   m a r k k a n e n   n o w   w i t h   t h e   j a z z ,   c o u l d   h e   s t a r t   a t   t h e   t h r e e   t h i s   s e a s o n ?    
w h i c h   n b a   s t a r   d o   y o u   t h i n k   w i l l   b e   a   g a m e   c h a n g e r   f o r   t h e i r   n e w   f r a n c h i s e ?   🔀 💪 
 
 d o n n o v a n m i t c h e l l   r u d y g o b e r t   j a l e n b r u n s o n   p j t u c k e r   c a v s   k n i c k s   7 6 e r s   t i m b e r w o l v e s  
v e r y   e x c i t e d   f o r   t h e   n e w   s e a s o n   c a v s     🗣 ️   l e t e m k n o w   🏀   t h e   r o a d   b a c k   i s   f u n   ❤ ️
" d y l a n   w i n d l e r   -   s p r a i n e d   a n k l e " 
 
 c a v s  
t h e   e a r l y   c a v s   h y p e   h a s   m e   w o r r i e d .   y e a h   t h e y   a r e   s t a c k e d   f o r   s t a r t e r s   b u t   b e n c h   i s   t h i n ,   n e e d s   m o r e   p r o v e n   w i n g   s h o o t e r s ,   g u a r d   d   i s   s u s p e c t   & a m p ;   h a v e n ’ t   w o n   s h i t   y e t ,   n o t   e v e n   a   p l a y - i n   g a m e .
c a v s   t i c k e t s :   w e   s t i l l   h a v e   1 0   a n d   2 0   g a m e   t i c k e t   p a c k a g e s   a v a i l a b l e   f o r   t h i s   s e a s o n !   l e t   m e   k n o w   i f   i   c a n   a s s i s t   w i t h   a n y   o f   t h e   f o l l o w i n g :   p r e m i u m   s e a t i n g   f o r   s i n g l e   g a m e s ,   s u i t e s / b o x e s ,   a n d   g r o u p   t i c k e t s .   c a v s t i c k e t s   c a v s   l e t e m k n o w   c a v s u n i t e d  
n o   n e e d   t o   o v e r t h i n k   o r   o v e r c o m p l i c a t e   t h e   f i r s t   g a m e   o f   c a v s   p r e s e a s o n .   j . b .   b i c k e r s t a f f   i s   j u s t   l o o k i n g   f o r   a   h i g h   l e v e l   o f   c o m p e t i t i o n   a n d   s e l f l e s s n e s s   t o n i g h t   i n   p h i l a d e l p h i a .    
t h i s   d u d e   n e e d s   t o   p l a y   i n   t h e   p r e s e a s o n   t o   e a r n   a   s p o t   f o r   t h e   c a v s … h e ’ s   a l w a y s   h u r t    
c a v s   s w i n g m a n   d y l a n   w i n d l e r   w i l l   n o t   p l a y   i n   t o n i g h t ' s   p r e s e a s o n   o p e n e r   - -   a n d   d i d n ' t   m a k e   t h e   t r i p   t o   p h i l l y   - -   b e c a u s e   o f   a   m i n o r   r i g h t   a n k l e   i n j u r y   s u f f e r e d   a t   t h e   e n d   o f   y e s t e r d a y ' s   p r a c t i c e ,   s o u r c e s   t e l l     
 

  t h i n g   m a k i n g   m e   t h i n k   c a v s   w i l l   b e   a   t o p   6   s e e d   i s   w e ' r e   n o w   i n s u l a t e d   a   b i t   f r o m   i n j u r y   i s s u e s   d e s t r o y i n g   t h e   t e a m   l i k e   l a s t   y r ,   e s p   w h e n / i f   r u b i o   i s   b a c k .   e v e n   g u y s   l i k e   l e v e r t   & a m p ;   l o p e z . . .   n o t   l i k e   h a v i n g   t o   s t a r t   m o s e s   b r o w n   & a m p ;   b r a n d o n   g o o d w i n .
" y o u   w a n t   t o   b e   g r e a t .   y o u   w a n t   t o   h e l p   e a c h   o t h e r   b e   g r e a t .   b u t   s o m e t i m e s   b e i n g   g r e a t   i s   l i k e ,   ' y o u ' r e   a   b a d   d u d e ,   t o o .   g o   a h e a d   a n d   a t t a c k . ' " 
 
 d o n o v a n   m i t c h e l l   d e s c r i b e s   t h e   r a p p o r t   h e ' s   e s t a b l i s h i n g   w i t h   d a r i u s   g a r l a n d   o n e   w e e k   i n t o   c a v s   t r a i n i n g   c a m p .    
          i   a g r e e   g o   c a v s .   l e t e m k n o w
          n e w   s e a s o n   -   i   n e e d   t o   i n c r e a s e   m y   f o l l o w s   f o r   p e o p l e   w h o   a r e   t a l k i n g   c a v s .   l e t ' s   g o !
h o w   d o   i   w a t c h   t h e   c a v s   t o n i g h t ?
c l e v e l a n d   c a v a l i e r s :   e v a n   m o b l e y   o u t   1 - 2   w e e k s   w i t h   a n k l e   i n j u r y 
   
 
   
 c a v s   c a v s b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   e v a n m o b l e y a n k l e   e v a n m o b l e y i n j u r y  
c a r i s   l e v e r t   s a y s   h e ' s   f i n a l l y   h e a l t h y   a g a i n ,   c a n ' t   w a i t   t o   s e e   w h a t   c a v s   c a n   d o  
o u r   f i r s t   g l i m p s e   o f   t h e s e   t w o   t o n i g h t   👀 👀   l e t e m k n o w   c a v s   d g t h e p g   s p i d a  
p r e s e a s o n   g a m e   t o n i g h t ! 
 c a v s   🏀 🏀 🏀 
 y a a a a a a a a y y y y y y y  
t h e   s i x e r s   a r e   h o m e   t o n i g h t   a t   t h e   w e l l s   f a r g o   c e n t e r   f o r   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   c l e v e l a n d   c a v a l i e r s !   n b a   s i x e r s   c a v s  
    t h a t ' s   o b v i o u s   l e b r o n ' s   n o t   a   l a k e r   h e   j u s t   p l a y i n g   o n   a   t e a m   h e   r a n   t o   a f t e r   l e a v i n g   c a v s   h e a t   h e ' s   a   r u n n e r   w i t h   o n l y   f o u r   c h i p s   i   h a v e   y e t   t o   s e e   a   f u l l   s e a s o n   o f   g a m e s   w / o   * a s t e r i s k   d i d n ' t   d o   i t   l a s t   s e a s o n   a n d   n o t   t h i s   s e a s o n   e i t h e r   h e ' s   d o n e ,   l i k e   m y   r o l l s   a t e   u p   🤭 😁 😂 🥟
m u s t   h a v e   f o r   c a v s   f a n s   y o u   n e e d   o n e   a s   w e l l     👇 🏼 👀 .  
c a v s   p r e s e a s o n   t o d a y ,   i ’ l l   b e   t u n e d   i n   .
d a r i u s   g a r l a n d   w i l l   b e   a   t o p   5   p o i n t   g u a r d   i n   t h e   n b a   t h i s   y e a r .   e v a n   m o b l e y   w i l l   b e   a   s t a r   b y   t h e   e n d   o f   t h e   y e a r .   j a r r e t t   a l l e n   w i l l   e a r n   a n o t h e r   a l l   s t a r   n o d .   d o n o v a n   m i t c h e l l   w i l l   b e   t h e   m i s s i n g   p i e c e .   c a v s   w i l l   b e   a   t o p   3   s e e d .   p i n   t h i s   t w e e t .
d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .   
 d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .   
 d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .   
 d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .   
 d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .   
 d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .
c o m e   j o i n   o u r     d i s c o r d   t o n i g h t   a t   7   p . m .   t o   l i v e   c h a t   t h e   g a m e   a n d   h a n g   w i t h   s o m e   h o o p s   d e g e n e r a t e s   c a v s 
 
  
i s a a c   o k o r o   w e n t   i n t o   t h e   o f f s e a s o n   f o c u s e d   o n   g r o w i n g   h i s   o f f e n s i v e   g a m e .   s o   c a v s   s h o o t i n g   c o a c h   a n d r e w   o l s o n   t r a v e l e d   t o   t h e   a t l   a r e a   a   f e w   t i m e s   t h r o u g h o u t   t h e   s u m m e r   t o   w o r k   w i t h   h i m . 
 
 i n s i d e   o k o r o ’ s   s u m m e r   f o c u s e d   o n   g r o w i n g   h i s   o f f e n s i v e   p r e s e n c e : 

c a v s   n o t e s :   c o a c h   j . b .   b i c k e r s t a f f   s a y s   s p r a i n e d   a n k l e   h a s   e v a n   m o b l e y   f e e l i n g   f r u s t r a t e d  
c a r i s   l e v e r t   s a y s   h e ' s   f i n a l l y   h e a l t h y   a g a i n ,   c a n ' t   w a i t   t o   s e e   w h a t   c a v s   c a n   d o  
i   c a n ’ t   w a i t   f o r   t o n i g h t ;   w e   g e t   a   s n e a k   p e a k   o f   c a v s   l e t e m k n o w
c a v s   p r e s e a s o n   g a m e   d a y ! !   l e t e m k n o w   c a v s  
t h e   c a v s   p l a y   t o n i g h t . . . .  
s p o r t s   a t   : 1 5   & a m p ;   : 4 5   g u a r d i a n s   w i n .           ( 9 1 - 7 0 )   w i l l   h o s t   r a y s   i n   p l a y o f f .                   c a v s   a t   p h i l l y   7 p   b r o w n s   g e t   r e a d y   f o r   c h a r g e r s .                                                                                                                                        
g o o d   m o r n i n g   e v e r y b o d y !   c a v s   b a s k e t b a l l   i s   b a c k ! ! ! !   c a v s
k y r i e   i r v i n g ' s   m i n d b l o w i n g   h a n d l e s   
 f u l l   v i d e o   l i n k : 
 
 n b a   n b a 2 k 2 3   k y r i e i r v i n g   c a v s   b a s k e t b a l l   b a s k e t b a l l s h o r t s  
c l e v e l a n d   h a s n ’ t   s e e n   a   h o m e   p l a y o f f   w i n   i n   a n y   s p o r t   s i n c e   l e b r o n   a n d   t h e   c a v s   w o n   t h a t   e p i c   g a m e   7   o f   t h e   e c f   4 +   y e a r s   a g o .     
 
 w e   h a v e n ’ t   h a d   a   p l a y o f f   g a m e   i n   c l e v e l a n d   w i t h   f a n s   s i n c e   t h e   a l d s   i n   2 0 1 8   v s   h o u s t o n .   
 
 d o w n t o w n   i s   g o i n g   t o   b e   f u c k i n   r o c k i n   o n   f r i d a y   f o r t h e l a n d
    t h a t   n o v   2 8   g a m e   a g a i n s t   t h e   c a v s   m i g h t   n o t   b e   t o o   f u n   f o r   w h o e v e r   y o u ' r e   s e n d i n g   ; )
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     t s y   s u r v i v o r   c a v s   b u l l s   p a t r i o t s   p a c k e r s   b e a r s   m i a m i   t a m p a   t o m b r a d y   w a s h i n g t o n   d c
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
c a v s   t o m o r r o w   n i g h t !   l f g !
a   l o t   o f   f a n s   m a y   h a v e   b e e n   s h o c k e d   w h e n   d o n o v a n   m i t c h e l l   w a s   t r a d e d   t o   t h e   c a v s !   h o w e v e r ,   c l e v e l a n d   a n d   u t a h   h a v e   a   h i s t o r y   o f   m a k i n g   d e a l s   w i t h   e a c h   o t h e r .   
 
 t a k e   a   l o o k   b a c k   a t   s o m e   o f   t h e   t r a d e s   t h e   c a v s   a n d   j a z z   h a v e   m a d e   o v e r   t h e   l a s t   f e w   y e a r s .  
c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c   1
m o s t   p o i n t s   i n   n b a   h i s t o r y   i n   o n e   p l a y o f f   r u n   🔥 
 
 m i c h a e l   j o r d a n :   7 5 9   ( 1 9 9 2 ) 
 l e b r o n   j a m e s :   7 4 8   ( 2 0 1 8 ) 
 k a w h i   l e o n a r d :   7 3 2   ( 2 0 1 9 ) 
 h a k e e m   o l a j u w o n :   7 2 5   ( 1 9 9 5 ) 
 a l l e n   i v e r s o n :   7 2 3   ( 2 0 0 1 ) 
 
 b u l l s   c a v s   r a p t o r s   r o c k e t s   s i x e r s   n b a  
  i   c a n n o t   w a i t ! ! !     i   a m   s o   h a p p y   y o u   a r e   a   c l e v e l a n d   c a v a l i e r ! ! ! !   c a v s   n b a
d o n o v a n   m i t c h e l l ’ s   s h o t   i s   j u s t   p u r e .   l e t e m k n o w   c a v s
c a v s   r i c k y   r u b i o   g e t t i n g   i n   s o m e   e x t r a   w o r k   a f t e r   p r a c t i c e   t o d a y   a s   h e   w o r k s   h i s   w a y   b a c k   f r o m   a   k n e e   i n j u r y .  
j o e   r o g a n   p o d c a s t   c o m e d y   c o l l e g e   s h o u t o u t   b y   c o m e d y   i c o n   n a t e   b a r g a t z e :     d c   m a r y l a n d   v i r g i n i a   c a v s   b u l l s   d w t s   a h s c u l t   a h s   s t a r w a r s   h a w k e y e s   w a t e r f a l l
f a i t h f u l   g o o d   e v e n i n g …   n b a   c a v s   a l l f o r o n e    
i t   s a y s   s t r o n g e r ,   b u t   d o e s n ’ t   s a y   w h e r e   h e ’ s   s t r o n g e r   a t .   s o ,   i t   c o u l d   m e a n   s e v e r a l   t h i n g s .   s t r o n g e r   i n   a   f e w   a r e a s ,   i n c l u d i n g   s h o o t i n g   w i s e   -   w h i c h   i s   w h a t   h e ’ s   b e e n   w o r k i n g   h a r d   o n   a l l   s u m m e r   k n o w i n g   t h e   c a v s   n e e d   h i m   t o   b e c o m e   a   v i a b l e   o p t i o n   s h o o t i n g   w i s e . 
 
 l e t e m k n o w  
c a v s   e v a n   m o b l e y   h a s   a   r i g h t   a n k l e   s p r a i n   t h a t   w i l l   h o l d   h i m   o u t   a p p r o x .   1 - 2   w e e k s . 
 
 i   a s k e d   j . b .   b i c k e r s t a f f   t o d a y   i f   t h e r e   w a s   c o n c e r n   a b o u t   h i m   m i s s i n g   t h e   b e g i n n i n g   o f   t h e   r e g u l a r   s e a s o n ,   a n d   a s   o f   r i g h t   n o w ,   t h e r e   i s n ' t . 

w h i c h   s p o r t s   p l a y e r   d o   y o u   t h i n k   o f   f i r s t   w h e n   y o u   h e a r   c l e v e l a n d ?   g u a r d i a n s   b r o w n s   c a v s
c a v s   h c   j . b .   b i c k e r s t a f f   d o e s n ' t   s e e m   c o n c e r n e d   a b o u t   e v a n   m o b l e y   m i s s i n g   r e g u l a r   s e a s o n   t i m e .   t h a t ,   p l u s   w h a t   t o   e x p e c t   f r o m   t h e   f i r s t   p r e s e a s o n   g a m e   a n d   t h e   r e s u l t s   o f   t h e   n b a   g m   s u r v e y   i n   t o d a y ' s   n o t e b o o k   w r i t t e n   b y     
 
  
c a v s   c o a c h   j b   b i c k e r s t a f f   d o e s n ' t   s e e m   c o n c e r n e d   a b o u t   e v a n   m o b l e y   m i s s i n g   r e g u l a r   s e a s o n   t i m e .   t h a t ,   p l u s   w h a t   t o   e x p e c t   f r o m   t h e   f i r s t   p r e s e a s o n   g a m e   a n d   t h e   r e s u l t s   o f   t h e   n b a   g m   s u r v e y   i n   t o d a y ' s   n o t e b o o k .  
r e a d   j a c k s o n ’ s   l a t e s t ,   c a v s   f a n s ! ! ! ! ! ! ! !  
t h e s e   2   c a v s   a r e   p l a y e r s   t o   k e e p   a n   e y e   o n   i n   e v a n   m o b l e y ’ s   a b s e n c e ,   w r i t e s   .     l e t e m k n o w
      n o   m o r e   s e x l a n d   b u t   i   g o t   i t   f o r   y ’ a l l   i t ’ s   n o w   s p i d a l a n d                       l e t e m k n o w   c a v s   
 _ c l e m    
e v   p u r p l e   w a v e   r o o k i e   s h o w e d   u p   r i g h t   o n   t i m e   f o r   t i p - o f f   t o m o r r o w   n i g h t   l e t e m k n o w   c a v s   🤩 📪   y o u g o t m a i l  
d e s p i t e   m i s s i n g   t h e   n e x t   1 - 2   w e e k s   w i t h   a n   a n k l e   i n j u r y ,   m o b l e y   i s n ’ t   e x p e c t e d   t o   m i s s   t h e   r e g u l a r   s e a s o n   o p e n e r .   c a v s    
e v a n   m o b l e y   t o   m i s s   t i m e   d u e   t o   i n j u r y   
 n b a   l e t e m k n o w   c a v s   

c l e v e l a n d   c a v a l i e r s   t e a m ,   ( a n d   e v e n   n e w e s t   c a v ,   d o n o v a n   m i t c h e l l )   h a s   n o t i c e d   i s a a c   o k o r o   i s   l o o k i n g   m u c h   s t r o n g e r   o n   t h e   f l o o r   s o   f a r   a s   w e   s i t   i n   t h e   2 0 2 2 - 2 3   p r e s e a s o n .   t h e   r e g u l a r   s e a s o n   c o u l d   t u r n   t o   l o o k   q u i t e   i m p r e s s i v e   o f   o k o r o ,   a s   w e l l   n b a   c a v s    
c a v s   c o a c h   j b   b i c k e r s t a f f   w o u l d n ' t   t i p   h i s   h a n d   a s   t o   w h o   w i l l   b e   t h e   s t a r t i n g   s m a l l   f o r w a r d .   a l s o   d e c l i n e d   t o   a n s w e r   w h o   w i l l   b e   i n   t h e   s t a r t i n g   l i n e u p   t o m o r r o w   n i g h t   f o r   t h e   p r e s e a s o n   o p e n e r   i n   p h i l a d e l p h i a .  
d o n o v a n   m i t c h e l l   s a y s   i t   s t i l l   h a s n ’ t   s u n k   i n   t h a t   h e ’ s   a   m e m b e r   o f   t h e   c a v s   a n d   i t   l i k e l y   w o n ’ t   u n t i l   t h e   t e a m   p l a y s   a   h o m e   g a m e .   
 l e t e m k n o w   |   c o u n t d o w n t o c a v s  
t h e   a n n u a l   n b a   g m   s u r v e y   –   a   c o m p i l a t i o n   o f   5 0   q u e s t i o n s   a b o u t   t h e   b e s t   t e a m s ,   p l a y e r s ,   c o a c h e s   a n d   o f f s e a s o n   m o v e s   –   w a s   r e l e a s e d   t u e s d a y   m o r n i n g ,   a n d   t h e   c a v s   r e c e i v e d   p l e n t y   o f   a c c l a i m .  
c a v s   a n d   g u a r d i a n s   a r e   b o t h   c u r r e n t l y   3 5 - 1   t o   w i n   c h a m p i o n s h i p s .   a   $ 1 0 0 0   p a r l a y   w o u l d   n e t   1 . 3   m i l l i o n   d o l l a r s   i f   h e l l   f r o z e   o v e r   a n d   b o t h   p u l l e d   i t   o f f .   c l e v e l a n d   f u n   f a c t .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   e v a n   m o b l e y   i n j u r e d   h i s   r i g h t   a n k l e   s a t u r d a y   d u r i n g   5 - o n - 5   d r i l l   b u t   s a i d   r i g h t   n o w   t h e r e   i s n ’ t   a n y   c o n c e r n   h e   w o u l d   m i s s   t h e   s t a r t   o f   t h e   r e g u l a r   s e a s o n .  
" t h e r e ' s   i n - s h a p e ,   a n d   t h e n   t h e r e ' s   g a m e   s h a p e . " 
 
 d o n o v a n   m i t c h e l l   a n d   j . b .   b i c k e r s t a f f   a r e   l o o k i n g   f o r w a r d   t o   s e e i n g   w h e r e   t h e   c a v s   a r e   w i t h   t h e i r   c o n d i t i o n i n g   t o m o r r o w   n i g h t   i n   p h i l a d e l p h i a .   c o a c h   s a y s   i t ' s   a n   a r e a   t h e   t e a m   i s   l o o k i n g   t o   b e   e l i t e   i n .    
w h a t   d o   w e   t h i n k   c l e v e l a n d … a r e   w e   o k   w i t h   t h i s   o r   n o t   ?   c a v s 🏀 
         _ m a n i a       _ s h a d e  
n o w   t h a t   t r a v e l   h a s   o f f i c i a l l y   b e g u n   f o r   c a v s   s e a s o n ,   i ’ m   l o o k i n g   f o r   a n y   n e t f l i x   s u g g e s t i o n s   f o r   t h e s e   f l i g h t s .   w h a t c h a   g o t   f o r   m e ?
j . b .   b i c k e r s t a f f   d i v e s   i n t o   t h e   e v a n   m o b l e y   s p r a i n e d   a n k l e   i n j u r y .   c a v s    
j . b .   b i c k e r s t a f f   s a y s   t h e r e   i s   n o t   c u r r e n t l y   a   c o n c e r n   t h a t   e v a n   m o b l e y   w o u l d   m i s s   t h e   b e g i n n i n g   o f   t h e   r e g u l a r   s e a s o n   w i t h   a   s p r a i n e d   a n k l e .   
 
 m o b l e y ,   w h o   w a s   d r i v i n g   d o w n   t h e   l a n e   d u r i n g   5 - o n - 5   s c r i m m a g e s   o n   s a t u r d a y ,   l a n d e d   o n   a   t e a m m a t e s   f o o t   c o m i n g   d o w n ,   j . b .   s a y s .   c a v s  
c a v s   h e a d   c o a c h   j b   b i c k e r s t a f f   w a s   a s k e d   i f   t h e   t e a m   i s   w o r r i e d   e v a n   m o b l e y   m a y   m i s s   t h e   s t a r t   o f   t h e   s e a s o n   w i t h   h i s   s p r a i n e d   r i g h t   a n k l e :   “ i   m e a n ,   n o t   n o w ,   o b v i o u s l y   w e   s e e   h o w   h e   r e s p o n d s   a n d   a l l   t h a t .   w e ’ l l   a l w a y s   b e   s a f e   w i t h   o u r   g u y s .   r i g h t   n o w   t h e r e   i s n ’ t   c o n c e r n . ”
c a v s   g u a r d   d o n o v a n   m i t c h e l l   s a i d   h e ’ l l   r e a l l y   f e e l   t h e   m o m e n t   b e i n g   a   c a v a l i e r ,   h i s   c h i l d h o o d   t e a m ,   t h e   f i r s t   t i m e   h e   p l a y s   i n   f r o n t   o f   f a n s   a t   r o c k e t   m o r t g a g e   f i e l d h o u s e . 
 
 “ i ’ l l   b e   l i k e ,   ‘ h o l y   s h i t !   t h i s   i s   r e a l . ’ ”
c a v s   c o a c h   j . b .   b i c k e r s t a f f   s a i d   e v a n   m o b l e y   s p r a i n e d   h i s   r i g h t   a n k l e   s a t u r d a y .   b i c k e r s t a f f   s a i d   h e ' s   d i s a p p o i n t e d   b u t   t a k i n g   i t   i n   t y p i c a l   m o b l e y   f a s h i o n ,   n e v e r   t o o   h i g h   o r   t o o   l o w .
c a v s   g u a r d   d o n o v a n   m i t c h e l l   s h a r e s   w i t h   m e   t h a t   c l e v e l a n d   h a s   t h e   p o t e n t i a l   t o   b e   o n e   o f   t h e   m o s t   b a l a n c e d   t e a m s   o n   t h e   c o u r t   t h i s   s e a s o n .   b u t ,   f o r   n o w ,   t h e i r   d e f e n s e   i s   f a r   a h e a d   o f   t h e i r   o f f e n s e .
j a r r e t t   a l l e n   c o n f i d e n t   s m a l l e r   l i n e u p   c a n   s t i l l   c o m e   u p   b i g   f o r   c a v s  
d o n o v a n   m i t c h e l l   s a y s   t h a t   c a v s   f o r w a r d   i s a a c   o k o r o   h a s   g o t t e n   a   l o t   s t r o n g e r   t h i s   o f f s e a s o n   a n d   i t ’ s   r e a l l y   s t o o d   o u t   o n   t h e   c o u r t .
  w e   l o v e   c a v s   s u p e r s t a r   g u a r d   d o n o v a n   m i t c h e l l
c a v s   s u p e r s t a r   g u a r d   d o n o v a n   m i t c h e l l   n o w   j o i n s   u s .  
c a v s   j . b .   b i c k e r s t a f f   o n   h o w   e v a n   m o b l e y ' s   d o i n g   w i t h   t h e   i n j u r y :   " h e ' s   o b v i o u s l y   f r u s t r a t e d   b u t   i n   e v a n   f a s h i o n ,   h e ' s   f i n e . "
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   j u s t   q u i e t l y   s h a k e s   h i s   h e a d   “ n o ”   w h e n   a s k e d   a b o u t   w h o   w i l l   b e   s t a r t i n g   a t   t h e   t h r e e   t o m o r r o w   n i g h t   a g a i n s t   t h e   7 6 e r s .
c a v s   j . b .   b i c k e r s t a f f   s a i d   e v a n   m o b l e y   i n j u r e d   h i s   a n k l e   i n   l i v e   p r a c t i c e   o n   s a t u r d a y .   t h e y ' r e   h o p e f u l   f o r   a   q u i c k   r e c o v e r y   b u t   w i l l   m o n i t o r   h i s   r e s p o n s e   t o   t r e a t m e n t .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a y s   t h e r e ’ s   n o   c o n c e r n   a t   t h i s   t i m e   i n   r e g a r d s   t o   e v a n   m o b l e y   m i s s i n g   t h e   r e g u l a r   s e a s o n   o p e n e r   a g a i n s t   t h e   t o r o n t o   r a p t o r s . 
 
 b u t ,   t h e y ’ l l   e v a l u a t e   a n d   s e e   h o w   m o b l e y ’ s   f e e l i n g   t h r o u g h   a l l   o f   t h i s .
s o m e   m o r e   r i c k y   r u b i o   c u t t i n g   a n d   s h o o t i n g   a s   t h e   c a v s   w r a p   u p   p r a c t i c e .  
q u e s t i o n :   i f   y o u ' r e   l i s t e n i n g   t o   a   c a v s   p o d c a s t   b r e a k i n g   d o w n   a   g a m e   t h e   d a y   a f t e r ,   w h a t   d o   y o u   w a n t   f r o m   t h a t   p o d c a s t ?
t h e   n b a   h a s   r e l e a s e d   a n n u a l   g m   s u r v e y : 
 
 - c a v s   p r e d i c t e d   t o   f i n i s h   6 t h   i n   t h e   e a s t 
 - e v a n   m o b l e y   v o t e d   m o s t   l i k e l y   t o   h a v e   a   b r e a k o u t   s e a s o n 
 - d o n o v a n   m i t c h e l l   o f f s e a s o n   a c q u i s i t i o n   w i t h   b i g g e s t   i m p a c t 
 - c a v s   h a d   b e s t   o f f s e a s o n 
 - c a v s   v o t e d   2 n d   m o s t   i m p r o v e d .   

m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   a l o n g   w i t h   s e l e c t   p l a y e r s   o n c e   p r a c t i c e   c o n c l u d e s . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
j . b .   b i c k e r s t a f f   g o n n a   b e   u n d e r   a   l o t   o f   p r e s s u r e   t h i s   s e a s o n .   
 
 c a v s
b e s t   y o u n g   c o r e .   b e s t   o f f s e a s o n .   b r e a k o u t   p l a y e r .   m o s t   i m p a c t f u l   o f f s e a s o n   a d d i t i o n .   o p p o s i n g   n b a   g m s   s e e   b i g   t h i n g s   a h e a d   f o r   c a v s   
 

  _ 1 n e   i ' m   n o t   s a y i n g   c a v s   c a n ' t   f i n i s h   4 t h ,   b u t   e a s t   i s   b r u t a l   & a m p ;   t h e r e   a r e   a   b u n c h   o f   t e a m s   t h a t   c o u l d   e a s i l y   f i t   i n   t h a t   4 - 6   r a n g e   ( c a v s / h e a t / h a w k s / r a p t o r s / n e t s ) .   
 
 e v e n   b u l l s ,   h o r n e t s ,   k n i c k s   & a m p ;   w i z a r d s   s h o u l d   b e   p r e t t y   c o m p e t i t i v e .   
 
 t h i s   i s n ' t   y o u r   g r a n d f a t h e r ' s   e a s t e r n   c o n f e r e n c e .
t h e   c a v s   w e r e   a l s o   s e l e c t e d   a s   t h e   t e a m   w i t h   t h e   n b a ’ s   b e s t   y o u n g   c o r e .  
w i l l   s h a r i f e   c o o p e r   p e r f o r m   o n   t h e   c l e v e l a n d   c a v s ? ?     v i a     c a v s
    c r o w d e r   i s   a   c a n c e r ,   d o n ’ t   w a n t   h i m   o n   t h i s   y o u n g   t e a m .   h e ’ s   b e e n   o n   7   t e a m s   i n   1 0   y e a r s   f o r   a   r e a s o n .   c a v s
j a r r e t t   a l l e n   c o n f i d e n t   s m a l l e r   l i n e u p   c a n   s t i l l   c o m e   u p   b i g   f o r   c a v s  
i n   t h e   n b a   g m   s u r v e y ,   t h e   c a v s   r a n k e d   s i x t h   i n   t h e   e a s t e r n   c o n f e r e n c e ,   w i t h   1 4 %   o f   t h e   f o u r t h - p l a c e   v o t e s   o v e r a l l   a n d   h a d   t h e   b e s t   o f f s e a s o n 
 
 m o b l e y   w a s   v o t e d   m o s t   l i k e l y   t o   h a v e   a   b r e a k o u t   s e a s o n   w h i l e   m i t c h e l l   w a s   v o t e d   t o   h a v e   t h e   b i g g e s t   i m p a c t . 
 

n b a   g e n e r a l   m a n a g e r s   a r e   c l e a r l y   f e e l i n g   t h e   c a v s   t h i s   s e a s o n . . .  
i n   t h e   n b a ’ s   a n n u a l   g m   s u r v e y ,   c a v s   a r e   r a n k e d   6 t h   i n   t h e   e a s t .   t h e y   t o p p e d   t h e   l i s t   f o r   b e s t   o f f s e a s o n   & a m p ;   m o s t   p r o m i s i n g   y o u n g   c o r e .   a l s o   e v a n   m o b l e y   c a m e   i n   1 s t   f o r   t h e   p l a y e r   m o s t   l i k e l y   t o   h a v e   a   b r e a k o u t   s e a s o n   & a m p ;   d o n o v a n   m i t c h e l l   t h e   a c q u i s i t i o n   w h o   w i l l   m a k e   b i g g e s t   i m p a c t
g r a d e y   d i c k ,   a   5 - s t a r   s g / s f   f r o m   k a n s a s   i s   m o c k e d   t o   t h e   c a v s   i n   t h i s   o n e .  
o n   t o d a y ’ s   s h o w ,     a n d     s p r e a d   t h e i r   w i n g s   a n d   t a k e   f l i g h t   w h e n   b r e a k i n g   d o w n   t h e   d e p t h   c h a r t   o n   t h e   p e r i m e t e r   f o r   t h e   c a v s . 
 
 p r o d u c e d   b y   .   
 
 📺 :   
 🎧 :    
i c y m i ,   h e r e   w e r e   3   t h i n g s   t o   w a t c h   f o r   i n   c a v s   p r e s e a s o n ,   v i a   .   2   o f   t h e   3   w i l l   s t i l l   d e f i n i t e l y   b e   i n - p l a y .     l e t e m k n o w
i c y m i :   c a v s '   e v a n   m o b l e y   c o u l d   m i s s   u p   t o   t w o   w e e k s   w i t h   r i g h t   a n k l e   s p r a i n     v i a  
e v a n   m o b l e y   t o   m i s s   t i m e   d u e   t o   i n j u r y   
 n b a   l e t e m k n o w   c a v s   

c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c
p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c
o n   t o d a y ' s   s h o w   a t   1 1 : 
 -   h o w   c a n   t h e   b r o w n s   t a k e   a d v a n t a g e   o f   j o e y   b o s a   b e i n g   o u t ? 
 -   c a n   b r i s s e t t   m a t c h   p o i n t s   w i t h   h e r b e r t   a n d   t h e   c h a r g e r s ? 
 -     & a m p ;     
 -   g u a r d i a n s   p l a y o f f   x - f a c t o r 
 -   u p d a t e   o n   m o b l e y   i n j u r y   c a v s 

h a p p y   4 2 n d   b i r t h d a y   t o   j a m e s   j o n e s ! 
 
 h e   h a d   h o p s   o n   t h e   c a v s .   
 
 a t c b i r t h d a y s   
 
  
h a p p y   3 4 t h   b i r t h d a y   t o   f o r m e r   c a v s   p g   ! 
 
 r e a l   o n e s   r e m e m b e r .   
 
 a t c b i r t h d a y s   
 
  
h e r e   c o m e   t h e   i n j u r i e s   t o   k e y   p l a y e r s … d a m n .   e v e r y .   d a m n .   s e a s o n … 😑   c a v s
d a m n     w i l l   b e   o u t   i n   t h e   b e g i n n i n g   o f   t h e   s e a s o n . 
 
 e v a n m o b l e y   c a v s   n b a   n b a s e a s o n
w h o ' s   w i n n i n g   t h e   n b a   e a s t e r n   c o n f e r e n c e   t h i s   y e a r ?   n b a t w i t t e r   f e a r t h e d e a r   b u c k s   h e a t   c e l t i c s   7 6 e r s   c a v s   n e t s   h a w k s   r a p t o r s   b u l l s n a t i o n
j o e   r o g a n   p o d c a s t   c o m e d y   c o l l e g e   s h o u t o u t   b y   c o m e d y   i c o n   n a t e   b a r g a t z e :     d c   m a r y l a n d   v i r g i n i a   c a v s   b u l l s   d w t s   a h s c u l t   a h s   s t a r w a r s   h a w k e y e s   w a t e r f a l l
h e r e   w e   g o   a g a i n .   c a v s  
l e g a l   a c t i o n   t a k e n   t o   k e e p   s p u r s   i n   s a n   . . . 
   
 
   
 7 6 e r s   b a s k e t b a l l   b a s k e t b a l l n e w s   b a s k e t b a l l p o d c a s t   b l a z e r s   b u c k s   b u l l s   c a d e c u n n i n g h a m   c a v s   c e l t i c s   c h e t h o l m g r e n   c l i p p e r s   c p 3   d e v i n b o o k e r   f i n a l s   g o s p u r s g o   g r i z z l i e s   h a w k s   h e a t   h o r n e t s  
l e t ' s   g o !   . . . n o w ! 
 
 v e r y   l a t e s t   o n   y o u r   a w e s o m e   c l e v e l a n d   s p o r t s   s c e n e   c o m i n g   u p   i n   1 0   m i n u t e s . 
 
 + a l   c e n t r a l   c h a m p i o n   g u a r d i a n s   p l a y o f f   w o r d 
 + c a v s ,   e v a n   m o b l e y   i n j u r y   l a t e s t   
 + u g h . . . y e s ,   s o m e   b r o w n s   t o o . 
 
 j o i n   u s !
n b a   p r e - s e a s o n   t o n i g h t !   t h e   n b a   s e a s o n   i s   a l m o s t   h e r e !   l e t e m k n o w   c a v s
c a v s '   e v a n   m o b l e y   p u l l i n g   m o r e   f r o m   3   c o u l d   d o   w o n d e r s   f o r   h i m ,   t e a m 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   b u l l s n a t i o n   h e a t t w i t t e r   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   n e t s   b r o o k l y n t o g e t h e r   s i x e r s
a h   m a n .   .   r e s t   u p   b i g   f e l l a .   w e   n e e d   y a !   t h e l a n d   c a v s   l e t e m k n o w
s h o r t   w e e k !   l e t ’ s   g e t   a f t e r   i t !   c a v s   e l e v a t e
h e y !   w e ’ r e   t r y i n g   g e t   m o r e   v i d e o s   u p   a b o u t   t h i s   c a v s   t e a m !   
 
 s o   u h m   s u b s c r i b e .   
 
  
c a v s   a r e   s e t   t o   b e   w i t h o u t   e v a n   m o b l e y   f o r   t h e   n e x t   w e e k   o r   t w o ,   p u t t i n g   h i s   s t a t u s   f o r   t h e   s t a r t   o f   t h e   s e a s o n   i n   j e o p a r d y .   m o r e   o n   t h a t ,   p l u s   d y l a n   w i n d l e r   f e e l i n g   t h e   b e s t   h e ' s   b e e n   i n   a w h i l e   a n d   b r e a k i n g   i s a a c   o k o r o   o u t   o f   t h e   b o x .  
c a v s   f   e v a n   m o b l e y   ( a n k l e   s p r a i n )   o u t   1 - 2   w e e k s   e v a n m o b l e y   n b a 
   c a v s   b e t h e f i g h t    
( e s p n ) : c a v s '   m o b l e y   t o   m i s s   1 - 2   w e e k s   w i t h   a n k l e   s p r a i n   :   c l e v e l a n d   c a v a l i e r s   f o r w a r d   e v a n   m o b l e y   w i l l   m i s s   a p p r o x i m a t e l y   o n e   t o   t w o   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n .   . .  
c a v s   e v a n   m o b l e y   l i k e l y   t o   n o t   p l a y   m u c h   p r e s e a s o n   d u e   t o   a n k l e   i n j u r y  
  n o w   1 2   r o o k i e s .   w i n   c e n t r a l   a n d   5 0 %   o f   s t a n d   f u l l .   e m b a r r a s s i n g !   t h i s   t e a m   i s   e x c i t i n g   t o   w a t c h . 
 c l e v e l a n d o h i o   g u a r d i a n s   m l b c e n t r a l   m l b p l a y o f f s   b r o w n s   c a v s   o h i o s p o r t s   m l b
c a v s   y o u n g s t e r   e v a n   m o b l e y   w i l l   n o t   p l a y   w e d n e s d a y   n i g h t   b e c a u s e   o f   a   r i g h t   a n k l e   s p r a i n .   h e   w i l l   b e   o u t   1 - 2   w e e k s .   s o u r c e s   t e l l   m e   h e   s t e p p e d   o n   a   p l a y e r ’ s   f o o t   a t   p r a c t i c e .   v i a :  
c a v s '   e v a n   m o b l e y   c o u l d   m i s s   u p   t o   t w o   w e e k s   w i t h   r i g h t   a n k l e   s p r a i n     v i a  
e x c i t e d   t o   t a l k   c a v s   w i t h     t h i s   s e a s o n .   g i v e   u s   a   l i s t e n   o v e r   a t     & a m p ;   f e e l   f r e e   t o   i n t e r a c t   t h r o u g h o u t   t h e   s h o w .   l o o k i n g   f o r w a r d   t o   g u e s t s ,   g a m b l i n g   c o n t e n t ,   a n d   w a t c h i n g   t h i s   t e a m   t a k e   a n o t h e r   s t e p  
c l e   c a v s ’   b i g   m a n ,   e v a n   m o b l e y   i s   s e t   t o   m i s s   1 - 2   w e e k s   w /   a   r i g h t   a n k l e   s p r a i n .   i ’ d   s a y   k e v i n   l o v e   s h o u l d   t a k e   m o b l e y ’ s   p l a c e   w h i l e   h e ’ s   o u t   n b a   c a v s
e v a n   m o b l e y s   1 - 2   w e e k   t i m e t a b l e   f o r   h i s   s p r a i n e d   a n k l e   a l i g n s   w i t h   a   o c t   1 0 - 1 7   r e t u r n .   
 
 t h e     f i r s t   r e g u l a r   s e a s o n   g a m e   i s   o c t   1 9   v s     
 
 c a v s   c l e   n b a   m o b l e y   i n j u r y   r e t u r n   l i n e u p   l i n e u p s
i   w o u l d   b e   * v e r y *   s u r p r i s e d   i f   e v a n   m o b l e y   m i s s e d   t h e   s e a s o n   o p e n e r . 
 
 t h a t   s a i d ,   i ’ d   s i t   h i m   u n t i l   t h e   e a s t e r n   c o n f e r e n c e   f i n a l s   a s   a   p r e c a u t i o n . 
 
 c a v s
n o t h i n g   l i k e   m o n d a y   n i g h t   j v   f o o t b a l l   a s   _ c a v s f b   t a k e s   o n   _ f b !   a   g r e a t   g a m e   b e t w e e n   t h e   c a v s   a n d   t h e   s p a r t a n s !   t e a m u c p s   b e t h e b e s t         _ c a v s     _ a t h l e t i c s 1   💯 🏈 💯 🏈  
t h i s   s t i n k s ,   n o   o t h e r   w a y   a r o u n d   i t .   r e a l l y   f r u s t r a t i n g   n e w s   f o r   c a v s   t o   s t a r t   t h e   p r e s e a s o n   w i t h   a n   i n j u r y   t o   a   c r i t i c a l   p l a y e r   a f t e r   t h e   t e a m   d e a l t   w i t h   s o   m a n y   i n j u r i e s   d o w n   t h e   s t r e t c h   l a s t   y e a r . 
 
 c h e c k   o u t   t h e   a l l - n e w     f o r   t h e   l a t e s t   i n f o !   l e t e m k n o w  
c a v s   e v a n   m o b l e y   c o u l d   b e   o u t   u p   t o   2   w e e k s   w /   s p r a i n e d   r i g h t   a n k l e   s u f f e r e d   w h e n   h e   s t e p p e d   o n   r o b i n   l o p e z ' s   f o o t   o n   a   d r i v e   t o   t h e   b a s k e t   i n   p r a c t i c e .   h o w e v e r ,   a   s o u r c e   t e l l s     t h e r e   i s n ' t   c u r r e n t   c o n c e r n   a b o u t   h i m   m i s s i n g   s e a s o n   o p e n e r 
 

s o   i t   s t a r t s .   d a n g ! !   c a v s  
b r e a k i n g   n e w s :   c a v a l i e r s   a n n o u n c e   f o r w a r d   e v a n   m o b l e y   w i l l   m i s s   1 - 2   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n . 
 
 m o r e   i n f o r m a t i o n   t o   f o l l o w   o n   
 
 c a v s   |   l e t e m k n o w  
q u i c k   n e w s e r   o n   e v a n   m o b l e y   i n j u r y .   c a v s  
e v a n   m o b l e y   i s   o u t   f o r   a t   l e a s t   o n e   t o   t w o   w e e k s   d u e   t o   a   s p r a i n e d   a n k l e .   h e a l   u p !   🙏 🏼 c a v s 
 

c a v s   e v a n   m o b l e y   w i l l   m i s s   w e d n e s d a y   n i g h t ' s   g a m e   a g a i n s t   t h e   7 6 e r s   w i t h   a   r i g h t   a n k l e   s p r a i n .   
 
 h e ' l l   b e   o u t   a r o u n d   1 - 2   w e e k s .
o k .   n o t   i d e a l   b u t   g e t   t h i s   i n j u r y   s h i t   o u t t a   t h e   w a y   e a r l y   s o   t h a t   t h e   r e s t   o f   t h e   s e a s o n   i s   s o l i d   c a v s  
w e   a r e   l i v e   o n   t w i t c h   w i t h     f r o m   ! !     j o i n   u s   t o   t a l k   c a v s   a n d   n b a ! 
 

t h e   1 - 2   w e e k   w i n d o w   s t i l l   k e e p s   m o b l e y   o n   t r a c k   t o   p l a y   i n   t h e   s e a s o n   o p e n e r   i n   t o r o n t o   a g a i n s t   t h e   r a p t o r s   f o r   t h e   c a v s .  
e v a n   m o b l e y   s p r a i n e d   h i s   r i g h t   a n k l e   d u r i n g   t r a i n i n g   c a m p   & a m p ;   w i l l   m i s s   w e d n e s d a y ’ s   g a m e   a g a i n s t   t h e   s i x e r s . 
 
 t i m e t a b l e   f o r   r e t u r n   i s   a p p r o x i m a t e l y   1 - 2   w e e k s ,   c a v s   s a y .
c a v s   b i g   m a n   e v a n   m o b l e y   w i l l   b e   o u t   1 - 2   w e e k s   d u e   t o   a n   a n k l e   s p r a i n   a n d   w i l l   m i s s   w e d n e s d a y ’ s   g a m e   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s ,   p e r   t e a m . 
 
 h i s   s t a t u s   w i l l   b e   u p d a t e d   a s   a p p r o p r i a t e .
e v a n   m o b l e y   w i l l   m i s s   t h e   c a v s   p r e s e a s o n   o p e n e r   w i t h   a n   a n k l e   s p r a i n .   c a v s  
b a d   n e w s   f o r   t h e   c a v s :   p f   e v a n   m o b l e y   w i l l   b e   o u t   1 - 2   w e e k s   w i t h   a n   a n k l e   s p r a i n .
c a v s   s a y   e v a n   m o b l e y   i s   o u t   1 - 2   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n
c a v s   f o r w a r d   e v a n   m o b l e y   w i l l   m i s s   w e d n e s d a y   n i g h t ' s   g a m e   i n   p h i l a d e l p h i a   d u e   t o   a   r i g h t   a n k l e   s p r a i n   a n d   w i l l   r e m a i n   o u t   a p p r o x i m a t e l y   1 - 2   w e e k s .  
c l e v e l a n d   c a v a l i e r s   h a v e   r e v e a l e d   e v a n   m o b l e y   w i l l   m i s s   o n e - t o - t w o   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n . 
 c a v s   n b a
c a v s   a n n o u n c e   c / f   e v a n   m o b l e y   w i l l   m i s s   1 - 2   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n
c a v s   y o u n g s t e r   e v a n   m o b l e y   w i l l   n o t   p l a y   w e d n e s d a y   n i g h t   b e c a u s e   o f   a   r i g h t   a n k l e   s p r a i n .   h e   w i l l   b e   o u t   1 - 2   w e e k s .   s o u r c e s   t e l l   m e   h e   s t e p p e d   o n   a   p l a y e r ’ s   f o o t   a t   p r a c t i c e .
c a v s   f o r w a r d   e v a n   m o b l e y   o u t   u p   t o   2   w e e k s   w i t h   a   s p r a i n e d   r i g h t   a n k l e .
c a v s   a n n o u n c e   t h a t   f o r w a r d   e v a n   m o b l e y   w i l l   m i s s   w e d n e s d a y   n i g h t ' s   g a m e   a t   p h i l a d e l p h i a   d u e   t o   a   r i g h t   a n k l e   s p r a i n   a n d   w i l l   r e m a i n   o u t   a p p r o x i m a t e l y   1 - 2   w e e k s .
c a v s   a n n o u n c e   t h a t   b i g   m a n   e v a n   m o b l e y   w i l l   m i s s   t h e   n e x t   1 - 2   w e e k s   w i t h   a n   a n k l e   s p r a i n .
e v a n   m o b l e y   s p r a i n e d   h i s   r i g h t   a n k l e   a n d   w i l l   m i s s   1 - 2   w e e k s   o f   a c t i o n ,   c a v s   s a y .
c a v s   a n n o u n c e   t h a t   e v a n   m o b l e y   w i l l   m i s s   w e d n e s d a y   n i g h t ' s   p r e s e a s o n   g a m e   i n   p h i l l y   d u e   t o   a   r i g h t   a n k l e   s p r a i n .   h e   w i l l   b e   o u t   a p p r o x i m a t e l y   1 - 2   w e e k s .
t h e     h a d   o n e   o f   t h e   m o s t   s u r p r i s i n g   s e a s o n s   i n   2 0 2 2 ,   a n d   t h e n   m a d e   a   h u g e   s p l a s h ,   t r a d i n g   f o r   d o n o v a n m i t c h e l l .   w h e r e   d o   t h e   c a v s   r a n k   t h i s   y e a r ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 c l e v e l a n d c a v a l i e r s   d a r i u s g a r l a n d   e v a n m o b l e y   j a r r e t t a l l e n   b e l i e v e l a n d  
" h e   d o e s   a   g r e a t   j o b   o f   c l o s i n g   o u t   f r o m / a t t a c k i n g   c l o s e o u t s   f r o m   t h e   p e r i m e t e r .   h e ' s   e x c e l l e n t   w h e n   h e   r u n s   t h e   f l o o r   & a m p ;   h a s   o p p o r t u n i t i e s   t o   f i n i s h   i n   b r o k e n   s i t u a t i o n s . . .   h e ' s   b e e n   r u n n i n g   t h e   f l o o r .   h i s   t e a m m a t e s   a r e   f i n d i n g   h i m ,   h e ' s   b e e n   d o i n g   a   g r e a t   j o b   o f   c u t t i n g . "   c a v s
f o c u s   f o r   o k o r o ?   b i c k e r s t a f f :   " p u t t i n g   p r e s s u r e   o n   t h e   p a i n t   a n d   t h e n   b e i n g   a b l e   t o   m a k e   p l a y s   f r o m   t h e r e .   a n d   t h e n   o b v i o u s l y   h e ' l l   h a v e   h i s   f e e t   s e t   a n d   k n o c k   d o w n   j u m p e r s ,   b u t   t h e   e m p h a s i s   i s   g e t   t o   t h e   p a i n t ,   m a k e   t h e   p l a y .   r u n   t h e   f l o o r ,   m a k e   t h e   p l a y . . . "   c a v s
c a v s   2 0 2 3   r b   c o m m i t     i s   s p o o k y   f a s t   i n   t h e   o p e n   f i e l d .   w h e n   t h e y   t a l k   a b o u t   g a m e   c h a n g i n g   s p e e d ,   t h i s   i s   t h e   t y p e   o f   a c c e l e r a t i o n   a n d   t o p   e n d   s p e e d   e v e r y b o d y   " c o v e t s " .   a l s o   e x c e l l e n t   a t   p i c k i n g   u p   y a r d s   a f t e r   c o n t a c t   & a m p ;   t o u g h   r u n n e r .   
 
   c a v s
b i c k e r s t a f f   s a i d   c a v s   w e r e   s o   f o c u s e d   o n   c r e a t i n g   s p a c e   t h a t   t h e y   d i d n ' t   a l l o w   i s a a c   o k o r o   t o   p l a y   t o   h i s   s t r e n g t h s   l a s t   s e a s o n :   " a   l o t   o f   w h a t   p e o p l e   w e r e   w a t c h i n g   w a s   o n   u s   a n d   w a s   s y s t e m a t i c .   w e   k n o w   f o r   u s   t o   g e t   w h e r e   w e   w a n t   t o   g o ,   i s a a c   h a s   t o   c o n t i n u e   t o   m o v e . "  
i   k n o w   i t ’ s   n o t   n b a   s e a s o n   y e t ,   b u t   m y   w i f e   j u s t   r e m i n d e d   m e   o f   t h e   n i g h t   t h e   c a v s   w o n   t h e   t i t l e .   w h e n   t h e   b u z z e r   s o u n d e d ,   i   d i d   t h e   y o s e m i t e   s a m   m a d   d a n c e …   e x a c t l y   l i k e   t h i s ,   b u t   i   w a s   o b v i o u s l y   e c s t a t i c   i n s t e a d   o f   a n g r y .   
 
 h o w   d i d   y o u   i m m e d i a t e l y   r e a c t ?   
 
 l e t e m k n o w  
h a p p y   h a p p y   h a p p y   😊   
 
 d o g   d o g s o n t w i t t e r   d o g s o f t w i t t e r   c a v s   c a v p a c k  
s a c r a m e n t o   k i n g s   h a v e n ' t   m a d e   t h e   p l a y o f f s   i n   a   r e c o r d   1 6   y e a r s !   👀 
 
 w h i c h   t e a m   k i l l s   t h e   p l a y o f f s   d r o u g h t   t h i s   y e a r ?   🗣 ️ 
 
 s a c r a m e n t o k i n g s   h o r n e t s   c a v s   s p u r s   d e t r o i t p i s t o n s   n b a  
⏳   g o i n g   l i v e   o n   t w i t c h   i n   j u s t   u n d e r   3 h r s   w i t h     o f   ! ! 
 
 🏀   j o i n   u s   t o   t a l k   a b o u t   t h e   c a v s   a n d   t h e   n b a ! ! 
 
 🎟 ️   a l s o   s o m e o n e   i n   t h e   s t r e a m   t o n i g h t   w i l l   w i n   a   p a i r   o f   t i c k e t s   t o   t h e   c a v s   v   h a w k s   p r e s e a s o n   g a m e   o n   1 0 / 1 2 ! ! 
 
  
" i   n e v e r   w a v e r e d   i n   m y   f a i t h . . .   i   d o n ' t   p l a n   o n   l o o k i n g   b a c k . " 
 
 d y l a n   w i n d l e r   d i s c u s s e s   t h e   c a v s   b e l i e f   i n   h i m ,   t h e   s i g n i f i c a n c e   o f   h i s   c o n t r a c t   y e a r ,   w h a t   k i n d   o f   s h o t   f o c u s   h e ' l l   h a v e   a n d   p r i o r i t i z i n g   h i s   d e f e n s i v e   i m p a c t .    
w e l l - r e s p e c t e d   n b a   p o i n t   g u a r d   r a u l   n e t o   s p e a k s   o n   r e l i s h i n g   t h e   v e t e r a n   r o l e ,   r i c k y   r u b i o   a s   a   l e a d e r   a n d   w h y   h e   f e e l s   t h e   c a v s   a r e   a   g o o d   f i t   f o r   h i m .    
e v a n   m o b l e y   r a t e d   r o o k i e   h o l o     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   c a v s   e v a n m o b l e y   r o o k i e   r c   r o o k i e c a r d  
e v a n   m o b l e y   r a t e d   r o o k i e   h o l o     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   c a v s   e v a n m o b l e y   r o o k i e   r c   r o o k i e c a r d  
      a s   l o n g   a s   t h e   c o r e   s t a y s   r e l a t i v e l y   h e a l t h y ,   t h i s   c o u l d   b e   t h e   s t a r t   o f   a n   i n c r e d i b l e   y e a r   f o r   t h e   c a v s .
e v e n   t h o u g h   c a v s   c e d i   o s m a n   w a s   m i l e s   a w a y   t h i s   p a s t   s u m m e r ,   h e   h e a r d   t h e   p e r s i s t e n t   t r a d e   s p e c u l a t i o n .   b u t   h e   i s n ' t   b o t h e r e d   b y   i t .   h e ' s   f o c u s e d   o n   b u i l d i n g   o n   w h a t   h e   c a l l e d   t h e   b e s t   s e a s o n   o f   h i s   c a r e e r   & a m p ;   f i n d i n g   a   n e w   l e v e l   o f   c o n s i s t e n c y . 
 

i   d u n n o   a b o u t   y o u ,   b u t   i ’ m   n o w   m o r e   e x c i t e d   a b o u t   t h e   c a v s   n o w   u n t i l   d w   c o m e s   b a c k   w i n e a n d g o l d
a s   t h e   c a v s   g e t   s e t   f o r   p r e s e a s o n   g a m e   1 ,   c o a c h   b i c k e r s t a f f   m a d e   c l e a r   t h a t   t h e r e   h a v e   b e e n   n o   d e c i s i o n s   m a d e   o n   m i n u t e s ,   r o l e s   & a m p ;   r o t a t i o n s .   h e   n o t e d   t h a t   i f   y o u   w a n t   h e a l t h y   c o m p e t i t i o n ,   y o u   h a v e   t o   g i v e   g u y s   t h e   o p p o r t u n i t y   t o   c o m p e t e . 
 
 i t   s t a r t s   w e d n e s d a y   o n   !
d y l a n   w i n d l e r   s a i d   t h e   l a s t   t i m e   h e   f e l t   t h i s   g o o d   p h y s i c a l l y   w a s   p r o b a b l y   e a r l y   i n   h i s   s e n i o r   y e a r   i n   c o l l e g e . 
 
 j . b .   b i c k e r s t a f f   s a y s   w i n d l e r ’ s   r e n e w e d   c o n f i d e n c e   i s   o n   d i s p l a y   i n   c a m p . 
 
 “ h e ’ s   b e c o m i n g   m u c h   m o r e   o f   a   h u n t e r   t h a n   a   g u y   w h o ’ s   p a s s i v e l y   l o o k i n g   f o r   s h o t s . ”   c a v s  
c a v s   h e a d   c o a c h   j b   b i c k e r s t a f f   s a i d   t h a t   i   a m   l o o k i n g   s o o o o   g o o d   t h i s   o f f s e a s o n
c a v s   r i c k y   r u b i o   g e t t i n g   s o m e   w o r k   i n   a f t e r   p r a c t i c e  
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   t h a t   e v e r y b o d y   t h a t   i s   h e a l t h y   w i l l   p l a y   o n   w e d n e s d a y   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s .
c a v s   f o r w a r d   d y l a n   w i n d l e r   i s   “ b a c k   t o   h i s   n o r m a l   s e l f ”   p h y s i c a l l y   h e a d i n g   i n t o   p r e s e a s o n .
c a v s   h e a d   c o a c h   j b   b i c k e r s t a f f   s a y s   t h a t   e v e r y b o d y   t h a t   i s   h e a l t h y   w i l l   p l a y   i n   t h e   t e a m ’ s   p r e s e a s o n   o p e n e r   w e d n e s d a y   i n   p h i l a d e l p h i a .
j . b .   b i c k e r s t a f f   o n   7 6 e r s   g a m e   o n   w e d n e s d a y :   " w e   w i l l   p l a y   e v e r y b o d y   t h a t   i s   h e a l t h y . "   c a v s
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   t h a t   g o i n g   t e n   p l a y e r s   d e e p   i s   t h e   “ i d e a l   n u m b e r ”   f o r   h i m   r o t a t i o n - w i s e   h e a d i n g   i n t o   t h i s   s e a s o n .
l o t s   o f   g o o d   s t u f f   f r o m   j . b .   b i c k e r s t a f f   o n   i s a a c   o k o r o   t o d a y .   c a v s   h e a d   c o a c h   t a k e s   s o m e   b l a m e   f o r   p u t t i n g   h i m   " i n   a   b o x "   l a s t   s e a s o n .
c a v s   r i c k y   r u b i o   g e t t i n g   w o r k   i n   t o d a y   f o l l o w i n g   p r a c t i c e .  
c a v s   r i c k y   r u b i o   g e t t i n g   w o r k   i n   t o d a y   f o l l o w i n g   p r a c t i c e .  
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s h a r e d   w i t h   u s   t h a t   i s a a c   o k o r o   h a s   b e e n   “ w o r k i n g   h i s   a s s   o f f ”   a l l   o f   t r a i n i n g   c a m p . 
 
 b i c k e r s t a f f   a l s o   s a i d   t h a t   h e   p u t   o k o r o   i n   a   b o x   l a s t   s e a s o n   a n d   w a n t s   t o   g i v e   h i m   t h e   r u n w a y   t h i s   y e a r   t o   g r o w   a n d   h e l p   t h i s   t e a m   w i n .  
r i c k y   r u b i o ' s   z o o m i n '   a r o u n d .   r e h a b   l o o k s   l i k e   i t ' s   g o i n g   w e l l .   c a v s    
s o m e   r i c k y   r u b i o   t h r e e - p o i n t e r s   t o   c l o s e   o u t   c a v s   p r a c t i c e . 
 
 h e ’ s   a l s o   d r i v i n g   t o   t h e   b a s k e t   a s   w e l l   a n d   s h o w i n g   s o m e   b u r s t .  
c a v s   g u a r d   r i c k y   r u b i o   c o n t i n u i n g   h i s   r e h a b   a s   h e   r e t u r n s   f r o m   a   t o r n   l e f t   a c l .  
i ' m   w i l l i n g   t o   b e t   t h a t   n e i t h e r   h a r d e n   n o r   e m b i i d   w i l l   p l a y   o n   w e d n e s d a y   a g a i n s t   t h e   c a v s   e i t h e r .  
t h e   c a v s   h a v e   1   s t a r t i n g   j o b   t o   f i l l   a n d   _   b r o k e   d o w n   t h e   o p t i o n s   c l e v e l a n d   h a s   f o r   t h e   s m a l l   f o r w a r d   s p o t .    
a n y o n e   e l s e   c r a z y   e x c i t e d   f o r   t h e   c l e v e l a n d   c a v s   s e a s o n   t o   s t a r t ?
w h o   s h o u l d   b e   t h e   c a v s   s t a r t i n g   s m a l l   f o r w a r d ?   w e ' l l   g e t   m o r e   c l a r i t y   a s   p r e s e a s o n   g e t s   r o l l i n g   t h i s   w e e k   b u t   c l e v e l a n d   h a s   s o m e   o p t i o n s ,   p r o o f   o f   j u s t   h o w   d e e p   t h e i r   r o s t e r   i s .  
h a p p y   m o n d a y ,   f o l k s .   t h e   m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   a l o n g   w i t h   a   f e w   s e l e c t   p l a y e r s   o n c e   t o d a y ’ s   p r a c t i c e   c o n c l u d e s . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
w h a t   s t o o d   o u t   f r o m   t h e   c a v s   f i r s t   w e e k   o f   t r a i n i n g   c a m p ?  
r e h a b b i n g   r i c k y   r u b i o   s a y s   h e   s t a y e d   i n   c l e v e l a n d   b e c a u s e   h e   b e l i e v e s   i n   c a v s   c u l t u r e  
c l e v e l a n d   i s   a   b a s k e t b a l l   c i t y . . . . . . . . . . .     l e t e m k n o w   c a v s  
m u c h   l i k e   r o b i n   l o p e z   i n   t o d a y ’ s   t h u m b n a i l ,   w e   p o n d e r   h o w   t h e   c a v s   w i l l   u t i l i z e   t h e i r   c e n t e r   r o t a t i o n .  
h a v i n g   f l a s h b a c k s   o f   c o a c h   c a l l i n g   a l l   3   t o s   b e f o r e   t h e   2 - m i n u t e   w a r n i n g ,   n o t   g i v i n g   c h u b b   t h e   b a l l   i n   t h e   r e d z o n e ,   a n d   o u r   d e f e n s e   b e i n g   d e c i m a t e d …   o f f i c i a l   s t a t e m e n t   c o m i n g   l a t e r   t o d a y   b r o w n s   f o r t h e l a n d   c a v s  
g r e a t   e p i s o d e   c o m i n g   t o d a y ! !   n o   _ c b d   t h i s   w e e k   a s   h e   w a s   s u l k i n g   a n d   w i s h i n g   f o r   t h e   s w e e t   r e l e a s e   o f   d e a t h   a s   t h e   a t l a n t a   f l a c o n s   k i l l e d   h i s   w i l l   t o   p o d   b r o w n s   c a v s   f o r t h e l a n d
a s   w e   g e t   r e a d y   t o   s t a r t   t h e   s e c o n d   w e e k   o f   c a m p   a n d   t h e   f i r s t   p r e s e a s o n   g a m e   l o o m s   o n   w e d n e s d a y   n i g h t ,   h e r e   a r e   o u r   b i g g e s t   o b s e r v a t i o n s   s o   f a r !   c a v s   l e t e m k n o w   
 

o n e   p l a y e r   c a v s   s o   f a r   h a s   b r o k e n   i n t o   s p o r t s   i l l u s t r a t e d ' s   t o p   1 0 0 : 
 
 5 7 .   j a r r e t t   a l l e n   ( p r e v i o u s   r a n k :   8 3 ) 
 
 p l a y e r s   5 0 - 3 1   w i l l   b e   r e v e a l e d   t o m o r r o w ,   w h i c h   w i l l   l i k e l y   h a v e   a   f e w   m o r e   c l e v e l a n d e r s   o n   i t . 
 

o n   t o d a y ' s   s h o w     a n d     g o   b i g   o n   t h e   c e n t e r   d e p t h   o n   t h e   c a v s   r o s t e r . 
 
 w i l l   r o b i n   l o p e z   p l a y   s e r i o u s   m i n u t e s ?   w h a t   w i l l   j a r r e t t   a l l e n   l e v e l   u p   n e x t ?   h o w   a b o u t   e v a n   m o b l e y ? 
 
 📺 :   
 🎧 :    
l a t e   l a s t   w e e k ,   t h e   c a v s   r e l e a s e d   t h e i r   c o m m u n i t y   i m p a c t   r e p o r t   f o r   2 0 2 1 . 
 
 i n   m y   l a t e s t ,   i   p u t   i n t o   w o r d s   h o w   m a s s i v e   t h e i r   a c t i o n s   i n   t h e   p a s t   y e a r   h a v e   b e e n   f o r   t h e   g r e a t e r - c l e v e l a n d   c o m m u n i t y .   s u b s c r i b e ! 
 

r e - l i s t e n i n g   t o   s o m e   o f   m y   c a v s   t r a i n i n g   c a m p   a u d i o   & a m p ;   l o t s   o f   q u o t e s   o n   e v a n   m o b l e y   s t a n d   o u t . . . t h e s e   t w o   i n   p a r t i c u l a r . . . .
h a p p y   2 8 t h   b i r t h d a y   t o   _ t y u s !   
 
 m a y b e   y o u ’ l l   r e t u r n   t o   t h e   c a v s   d o w n   t h e   r o a d   👀 👀 👀 
 
 a t c b i r t h d a y s  
n e w   v i d e o   t o   w a t c h : 
 
 " c l e v e l a n d   c a v a l i e r s   f i n a l l y   r e s i g n   d e a n   w a d e   t o   v e r y   g o o d   d e a l ! "   
 
 c r e a t o r :     c e n t r e   h a l f   b e n c h 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
  d i s h e d   o n   h o w   c a v s   w i n g   c a r i s   l e v e r t   i s   l o o k i n g   f o r w a r d   t o   h a v i n g   m o r e   o f f - b a l l   l o o k s .     l e t e m k n o w
t h e   m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   a l o n g   w i t h   s e l e c t   p l a y e r s   s o o n . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c   c o l l e c t i b l e s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s   y
i t ' s   f u n n y   b e c a u s e   i   e x p e c t   t h i s   t o   b e   t h e   y e a r   k p j   f i n a l l y   p u t s   t o g e t h e r   b a l l e r   s e a s o n ,   a n d   c a v s   d g a f   b e c a u s e   t h e   g u y   t h e y   h a v e   i s   b e t t e r   s u i t e d   t o   t h e i r   t i m e l i n e / t e m p e r a m e n t .
o c t o b e r   1 1 ,   1 9 8 2 : 
 
 t h e   c a v s   w a i v e   ( n o t   t h a t )   m i k e   e v a n s  
o n   t o d a y ’ s   s h o w     a n d     f i n d   t h e   g o o d   i n   w h a t   w a s   a n   u g l y   p r e s e a s o n   l o s s   f o r   t h e   c a v s   a t   h o m e . 
 
 📺 :   
 🎧 :    
c a v s   d y l a n   w i n d l e r   i s   h u r t .   l a m a r   s t e v e n s   d i d n ’ t   p l a y   u n t i l   t h e   4 t h   q u a r t e r .   c e d i   o s m a n   f e e l s   l i k e   a   l o n g s h o t .   i s a a c   o k o r o   h a s   b e e n   “ f a b u l o u s ”   b u t   t h a t   o f f e n s e   . . .   d e a n   w a d e   h a s   b e e n   g o o d   t o o .   s t i l l ,   i t   f e e l s   l i k e   c a r i s   l e v e r t   h a s   p u l l e d   a h e a d   i n   s f   r a c e 
 

t h a t   w a s ,   i n   f a c t ,   a s   a w e s o m e   a s   i   i m a g i n e d   i t   w o u l d   b e .   💙   f u l l   c i r c l e   m o m e n t s   d o n ’ t   h a p p e n   o f t e n   i n   l i f e ,   a n d   i   a m   s o   g r a t e f u l   i   g e t   t o   e x p e r i e n c e   t h i s   o n e .   s o   a m p e d   f o r   t h e   s e a s o n   a h e a d .   l e t e m k n o w   c a v s   n b a   🎤  
w e   m u s t   p r e s e r v e   a c !   8   d a y s   u n t i l   t h e   f i r s t   c a v s   g a m e !   p r e s e r v e a c   f u t u r a m a   g o a t   c o m m e n t a t o r   c l e v e l a n d   c a v s   c l e v e l a n d c a v s   n b a c o u n t d o w n   n b a   b a l l y s p o r t s c l e  
c a t c h   t h e   c - l a n d   s h o w   e v e r y   w e e k   o n   w e d n e s d a y   ‼ ️ 
 c l e   c l e v e l a n d   c - l a n d   t h e c l a n d s h o w   b r o w n s   c a v s   c a v i l a r e s   b r o w n s   g u a r d i a n s   b a s e b a l l   f o o t b a l l   b a s k e t b a l l   b r a n d o n   h o l l y w o o d   z a p   s h a w n   s p o r t s   c h a m p i o n s h i p   n b a   n f l   m l b
w h a t   i s   d e a n   w a d e ’ s   c e i l i n g   f o r   t h e   c l e v e l a n d   c a v a l i e r s   a s   a   l o n g - t e r m   p l a y e r ? 
 ( b y   )   
 d e a n w a d e   c l e v e l a n d c a v a l i e r s   c a v s   

s o m e   o b s e r v a t i o n s   f r o m   l a s t   n i g h t ’ s   c a v s   g a m e :   
 
 - c a r i s   l e v e r t   c o n t i n u e s   t o   i m p r e s s   
 - c l e v e l a n d ’ s   e a r l y   o f f e n s i v e   e x e c u t i o n   s t r u g g l e s 
 - a n d   m o r e 

y o u r   g i r l   f i n a l l y   g o t   a   d i s c o u n t   c o d e   ✨ 
 
 j u s t   u s e   t h e   c o d e   c h o e k s t r a   f o r   s o m e   s p e c i a l   o f f e r s   o n   c a v s ,   m o n s t e r s ,   a n d   c h a r g e   t i c k e t s :     
 
 l e t e m k n o w   w h e r e c l e t u r n s u p
d o g   o r   h u m a n ?   🤣 
 
 d o g s o f t w i t t e r   d o g s   d o g s o n t w i t t e r   c a v s   c a v p a c k  
o u r   a m a z i n g   v o l u n t e e r   n e t w o r k   h e l p s   p i e c e   t h i n g s   t o g e t h e r   t h r o u g h   t h e   s e r v i c e s   w e   d e l i v e r   i n   y o u r   c o m m u n i t y .   w e   c o u l d   n o t   d o   i t   w i t h o u t   t h e m .   
 a r e   y o u   i n t e r e s t e d   i n   v o l u n t e e r i n g   f o r   c a v s ?   f i n d   o u t   m o r e   a b o u t   w h a t   w e   c a n   o f f e r   a n d   t h e   b r i l l i a n t   o p p o r t u n i t i e s   t h a t   a r e   o p e n .  
o n   t o d a y ' s   s h o w : 
 -   w h a t   t h e     n e e d   t o   d o   t o   u p s e t   t h e   y a n k e e s 
 -   f u l l   a l d s   p r e v i e w 
 -   c a n   t h e   b r o w n s   b r e a k   t h e   b i l l   b e l i c h i c k   c u r s e ? 
 -     o n   a l l   t h i n g s   b r o w n s   a f t e r   s u n d a y ' s   g a m e 
 -   c a v s   r e a x 

i n b o x :   " j . b .   b i c k e r s t a f f   n a m e d   m o s t   h a n d s o m e   n b a   h e a d   c o a c h   o f   2 0 2 2 . "   s o   t h e   c a v s   g o t   t h a t   g o i n g   f o r   t h e m .
w i s h i n g   w e   w e r e   y o u .     b r o w n s   f o r t h e l a n d   c a v s  
h a n g   t h e   b a n n e r   c a v s  
c a v s   f a l l   a g a i n s t   t h e   s i x e r s   a n e w ,   r e m a i n   w i n l e s s   i n   t h e   p r e s e a s o n 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   7 6 e r s 

t h e   c a v s   s h o u l d   i m p r o v e   i n   t h e s e   3   a r e a s   i n   2 0 2 2 - 2 3 ,   a c c o r d i n g   t o   .     l e t e m k n o w
🚨 c a v s   l i m i t e d   t i m e   o f f e r 🚨 
 
 $ 5 0 0 
 - t w o   ( 2 )   b l a c k   c l u b   s e a t s 
 - t w o   ( 2 )   v a l u e   c l u b   s e a t s   
 - p l u s   1 0   l o u d v i l l e   t i c k e t s   t o   a   v a l u e   g a m e 
 
 c a v s t i c k e t s   c a v s  
c a v s   i m p r e s s i v e   o f f - s e a s o n   c o n t i n u e s   
 
 c o n g r a t s   _  
n b a   p o i n t   s h a v i n !   p h i v s c l e   n b a p r e s e a s o n   c h e a t i n   c l e v e l a n d   c a v a l i e r s   c a v s   7 6 e r s  
s p o r t s   a t   : 1 5   & a m p ;   : 4 5   g u a r d i a n s   b i g   u n d e r d o g s   i n   n y ,   t i t o   o n   g a m e   1 
 b r o w n s   d e f e n s e   c o n c e r n s .                         c a v s   f a l l   t o   p h i l l y .                                                                                                                                          
u g l y   s t a r t   s i n k s   c a v s   i n   p r e s e a s o n   g a m e   a g a i n s t   7 6 e r s  
t h e   a n g e r   c a v s   s h o u l d   o f   w o n  
.   d o n o v a n   m i t c h e l l   f l i e s   t o   h i s   w e b .   c a v s   l e t e m k n o w   n b a  
e x p e c t i n g   t h i s   f r o m   c a r i s   l e v e r t   f o r   c a v s   w o u l d   b e   w i s h f u l   t h i n k i n g 
 
 
 
 n b a   c l e v e l a n d   c a v a l i e r s   c a v s   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   b u l l s n a t i o n   g o s p u r s g o   p a c e r s
c a v s   s t a r t i n g   s f   j o b   i s   u p   f o r   g r a b s .   i t ' s   a   c o m p e t i t i o n   - -   a n d   i t   f e e l s   l i k e   c a r i s   l e v e r t   i s   w i n n i n g . 
 
 " h e ’ s   b e e n   a s   s e l f l e s s   a s   y o u   c a n   i m a g i n e .   e v e r y   d r i l l   w e   d o   h e ’ s   l o c k e d   i n   w i t h   a   m i n d s e t   t h a t   h e ’ s   g o i n g   t o   h e l p   u s   a s   a   d e f e n s i v e   p l a y e r   f i r s t " 
 

c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
i   a s k e d   c a v s   s t a r   d a r i u s   g a r l a n d   a b o u t   h i m   a s k i n g   f o r   c l e v e l a n d   r e s t a u r a n t   r e c o m m e n d a t i o n s   a n d   h e   m e n t i o n e d   e v e r y o n e   d r a g g i n g   h i m   o n l i n e   f o r   i t . 
 
 g a r l a n d   s w e a r s   w a s   j u s t   a s k i n g   f o r   a   f r i e n d   a n d   m e n t i o n s   h e   a l r e a d y   h a s   a   p r i v a t e   c h e f   s o   h e   d o e s n ’ t   g o   o u t   o f t e n   t o   b e g i n   w i t h .
i f   i   w e r e   y o u ,   i ’ d   g o   s t a y   a t   y o u r   s e c o n d   h o m e s   ( p e r f o r m a n c e - e n h a n c i n g   r a m e n )     
 j o k e s   t h i r d p a r t y   t r u m p   c a v s   l e b r o n j a m e s   n b a   h i l l a r y   o l y m p i c s   p u e r t o r i c o   f l o r i d a   o h i o   i n c o m e i n e q u a l i t y   w a g e s t e a l e r s   c l a s s w a r f a r e 
 
 p o e t r y
    w h i l e   w e ’ r e   a t   i t …   t h e   t i m e s   t h e   r a p t o r s   l o s t   t o   l e b r o n ’ s     c a v s   ( a l t h o u g h   n o t   i n   f i r s t   r o u n d )
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     t s y   s u r v i v o r   c a v s   b u l l s   p a t r i o t s   p a c k e r s   b e a r s   m i a m i   t a m p a   t o m b r a d y   w a s h i n g t o n   d c
c a v s   s w i n g m a n   c a r i s   l e v e r t   o p e n s   u p   b y   s a y i n g   t h a t   t h e   s i x e r s   g o i n g   s m a l l   t o   s t a r t   t h i n g s   o u t   t h r e w   t h e m   f o r   a   l o o p   a   b i t .
g o i n g   t o   b e   a   w h o l e   l o t t a   t h i s   i n   2 2 - 2 3 .   c a v s   l e t e m k n o w  
c a v s   g a m e … .   t h a n k s    
s i x e r s   /   c a v s   t a k e a w a y s   t h r e a d  
c a v s   d e a n   w a d e ,   w h o   r o l l e d   h i s   a n k l e   t o n i g h t ,   s a i d   h e   c o u l d   h a v e   g o n e   b a c k   i n   t h e   g a m e .   b u t   c a v s   c o a c h   j . b .   b i c k e r s t a f f   s a i d   t h e   t e a m   m a d e   t h e   d e c i s i o n   t o   h o l d   h i m   o u t .   d i d   n o t   w a n t   t o   p u s h   i t .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s h a r e d   w i t h   m e   t h a t   d e a n   w a d e   c o u l d ’ v e   g o n e   b a c k   i n t o   t h e   g a m e   a f t e r   a p p e a r i n g   t o   t w e a k   h i s   a n k l e .   
 
 b u t ,   d u e   t o   i t   b e i n g   p r e s e a s o n ,   b i c k e r s t a f f   d e c i d e d   t o   k e e p   w a d e   o u t   a n d   n o t   r e a l l y   r i s k   a n y t h i n g .
c a v s   j . b .   b i c k e r s t a f f   s a i d   i f   t h i s   w o u l d n ' t   h a v e   b e e n   a   p r e s e a s o n   g a m e ,   k e v i n   l o v e   w o u l d   h a v e   p l a y e d .   b u t   i t   i s   a l l   a b o u t   g e t t i n g   h i m   s o m e   e x t r a   r e s t   a n d   m a k i n g   s u r e   h e   i s   r e a d y   a n d   i n   t h e   b e s t   s h a p e   p o s s i b l e   f o r   t h e   o p e n e r .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   t h e r e   a r e   n o   c o n c e r n s   r e g a r d i n g   k e v i n   l o v e ’ s   k n e e . 
 
 i f   i t   w e r e   a   r e g u l a r   s e a s o n   g a m e ,   h e   w o u l d ’ v e   p l a y e d   t o n i g h t .
3 n e w s   e x c l u s i v e :   c a v s   s t a r   k e v i n   l o v e   d i s c u s s e s   m e n t a l   h e a l t h   a d v o c a c y ,   h o w   w e   c a n   h e l p   c h i l d r e n   b e   ' v u l n e r a b l e '   (   r e p o r t s )  
d o n o v a n   m i t c h e l l ' s   r h y t h m   o f f   i n   p r e s e a s o n   h o m e   d e b u t ;   c a v s   f a l l   t o   7 6 e r s     v i a  
w e l p …   c a v s   b a c k   a t   i t   w e d n e s d a y   n i g h t .  
t h a n k   y o u     g o   c a v s  
c a v s   0 - 2   i n   t h e   p r e s e a s o n . 
 a t l a n t a   o n   w e d n e s d a y .  
n o t   g r e a t   t o n i g h t .   c a v s  
c a v s   j . b .   b i c k e r s t a f f   s a i d   h e   w a n t e d   t h e   t e a m   t o   b e   b e t t e r   t h a n   g a m e   1 .   
 
 w e l p . . . 
 

i   t h i n k   t h e   7 6 e r s   t o o k   t h i s   g a m e   w a y   t o o   s e r i o u s l y .     n o t   w o r r i e d   a t   a l l .     a s   l o n g   a s   t h e   c a v s   b r i n g   t h e   e n e r g y   s t a r t i n g   n e x t   w e d n e s d a y   t h e y   w i l l   b e   f i n e .
p r e s e a s o n   b a s k e t b a l l .   c a v s   f a l l   s h o r t .
p h i l l y   h a s   n o w   b e a t e n   t h e   c a v s   t w i c e   d a m n   b a c k   2   b a c k   w e l p   i t s   p r e s e a s o n   s o   t h e   w i n s   n   l o s s e s   d o n ' t   c o u n t   l u c k i l y  
c a v s   d r o p   t h i s   o n e   1 1 3 - 9 7   t o   p h i l l y   i n   p r e s e a s o n   g a m e   n o .   2 .   a l l e n   h a d   1 9   f o r   t h e   c a v s ,   g a r l a n d   h a d   1 7 ,   l e v e r t   w i t h   1 3   a n d   m i t c h e l l   w i t h   1 1 .
t h e   c a v s   t o n i g h t   v s   t h e   7 6 e r s : 
 
 j a r r e t t   a l l e n : 
 1 9   p t s 
 1 2   r e b 
 5 / 6   f t 
 
 d a r i u s   g a r l a n d : 
 1 7   p t s 
 7   a s t 
 6 / 1 0   f g 
 
 c a r i s   l e v e r t : 
 1 3   p t s 
 3   r e b 
 3   a s t 
 
 t h e   h a w k s   t r a v e l   t o   c l e v e l a n d   f o r   a   p r e s e a s o n   g a m e   o n   w e d n e s d a y   l e t e m k n o w   🗣 ️  
i ’ v e   b e e n   m i s s i n g   a   g o o d   e p i s o d e   o f   w w e r a w   t r y i n g   g o   b a c k   a n d   f o r t h   b e t w e e n   t h e   c a v s   a n d   t h e   c h i e f s   g e t t i n g   t h e i r   a s s e s   k i c k e d .
s t i l l   n o   s h a r i f e   c o o p e r ,   n a t e   h i n t o n   o r   j a m o r k o   p i c k e t t   i n   t h i s   o n e   f o r   t h e   c a v s   w i t h   l e s s   t h a n   3   m i n u t e s   t o   g o .
m a m a d i   d i a k i t e   w i l l   b e   f u n   f o r   m i k e   g e r r i t y   a n d   h i s   s t a f f   t o   d e v e l o p   w i t h   t h e   c h a r g e   l a t e r   t h i s   s e a s o n . 
 
 i f   d i a k i t e   s t i c k s   a r o u n d   a n d   k h a l i f a   d i o p   c o m e s   o v e r   n e x t   s e a s o n ,   t h e   c a v s   c o u l d   h a v e   s o m e   s o l i d   y o u n g   d e p t h   o p t i o n s   b e h i n d   j a r r e t t   a l l e n   a t   t h e   f i v e .
s o m e   g o o d   h i g h l i g h t s   ( d . m i t c h e l l ' s   a l l e y   o o p   s l a m   d u n k   a n d   t h e n   h i s   b l o c k e d   s h o t )   b u t   c a v s   j u s t   s e e m e d   t o   b e   o n   c r u i s e   c o n t r o l   a g a i n s t   t h e   7 6 e r s   t o n i g h t .
t h e   c a v s   b u m p i n g   a   n u j a b e s   b e a t   t o   r o u n d   o u t   t h i s   g a m e   m a k e s   t h i s   f o u r t h   q u a r t e r   w o r t h w h i l e
c a v s   n o t   l o o k i n g   v e r y   g o o d   t o n i t e .   c a v s   
 g o o d   t h i n g   t h i s   g a m e ’ t   c o u n t   😉   l e t e m k n o w
i s   c e d i   o s m a n   i n   t r o u b l e   w h e n   h e   a b s o l u t e l y   d o e s n ' t   d i s t i n g u i s h   h i m s e l f   f r o m   t r a i n i n g   c a m p   i n v i t e s ?   c a v s
l a m a r   s t e v e n s   p a s s e d   u p   a n   o p e n   3   t o   d r i v e   a n d   k i c k   i n t o   a   t u r n o v e r   
 
 d o n ' t   l e t   t h e s e   s u m m e r   v i d e o s   f o o l   y a l l 
 
 c a v s
c o m e   o n   c a v s  
t w i n n i n g   a t   t h e     g a m e ! !   🤣   w e   b o t h   n e e d   c a v s   s h i r t s ! !   l e t e m k n o w  
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   i s   c l e a r i n g   h i s   b e n c h   w i t h   r a u l   n e t o ,   c e d i   o s m a n ,   m a m a d i   d i a k i t e   a n d   l a m a r   s t e v e n s   j o i n i n g   i s a i a h   m o b l e y   o u t   t h e r e .
l e v e r t . . . . . . .   c a v s   l e t e m k n o w  
      c a v s   l e t ' s   g o  
n o b o d y   i s   g o i n g   t o   g u a r d   o k o r o   a n d   t h e   o t h e r   m o b l e y   
 
 c a v s
i f   i s a i a h   m o b l e y   c a n   d e v e l o p   i n t o   l i k e   a     o n   t h e   3 p o i n t   l i n e .   m a n   h e d   b e   s o   g o o d   f o r   t h i s   t e a m   o f f   t h e   b e n c h   c a v s
m o b l e y   t o   m i t c h e l l   n b a   b a s k e t b a l l   n b a t w i t t e r   c a v s   c a v a l i e r s   d o n o v a n m i t c h e l l  
t h i s   i s   e x c i t i n g   c a v s  
i t   a p p e a r s   d o c   r i v e r s   i s   c a l l i n g   o f f   t h e   d o g s   f o r   t h e   s i x e r s . 
 
 c l e v e l a n d   c o u l d   t r y   a n d   t a k e   t h e   l e a d   b e f o r e   j . b .   b i c k e r s t a f f   d o e s   t h e   s a m e   f o r   t h e   c a v s .
l o v e   l o v e   t h e   c a v s   t e a m .   i   c a n ’ t   w a i t   u n t i l   i t ’ s   r e a l .
h e y   c l e v e l a n d ,   s a v e   o n   t i c k e t s   w i t h   m y   c o u p o n   c o d e   t o   c a v s   g a m e s ,   d i s n e y   o n   i c e   +   m o r e ! 
 & g t ; & g t ;     
 l e t e m k n o w   c a v s  
  l o l   n a w   b r o ,   i   j u s t   t h i n k   j b   i s   a   r e a l   s o l i d   c o a c h   a n d   t h i s   u p c o m i n g   s e a s o n   i s   a   b i g   o n e   f o r   b o t h   h i m   a n d   t h e   r o s t e r / f r a n c h i s e .   
 
 i f   h e   c o m p l e t e l y   f a l l s   o n   h i s   f a c e ,   a n d   t h e   c a v s   d o n ’ t   a t   t h e   v e r y   l e a s t   m a k e   i t   t o   r o u n d   2 …   w e   c a n   h a v e   t h a t   t a l k   b r o .
d e s p i t e   a p p e a r i n g   t o   t w e a k   h i s   a n k l e ,   c a v s   f o r w a r d   d e a n   w a d e   a p p e a r s   t o   b e   o k   a s   h e ' s   r e m a i n e d   o n   t h e   b e n c h   f o r   c l e v e l a n d   a f t e r   i s a i a h   m o b l e y   s u b b e d   i n   f o r   h i m .
t h e   m i n d s e t   a t   t h e   3   i n   a n y   r o t a t i o n   w i t h   g a r l a n d ,   m i t c h e l l ,   m o b l e y ,   a n d   a l l e n   h a s   t o   b e   d e f e n s e .   t h e r e   i s   a l r e a d y   e n o u g h   s c o r i n g .   c a v s
c a v s   d e a n   w a d e   h o b b l e s   o f f   t h e   f l o o r   a n d   i s   r e p l a c e d   b y   i s a i a h   m o b l e y .   w a d e   w a s   d r i v i n g   t o   t h e   b a s k e t ,   g o t   c a l l e d   f o r   a n   o f f e n s i v e   f o u l   a n d   a p p e a r e d   t o   r o l l   h i s   a n k l e .   h e   i s   p o i n t i n g   t o   h i s   r i g h t   a n k l e   o n   t h e   b e n c h .
g e t   t h e   s t a r t e r s   o u t   n o w . 
 
 c a v s
j a r r e t t   a l l e n   i s   d o i n g   w o r k .   g o n n a   b e   g r e a t   t o   s e e   h i m   d o i n g   t h i s   w i t h   m o b l e y   a n d   l o v e   o u t   t h e r e   w i t h   ‘ e m   s o o n . 
 
 l e v e r t   t r y i n g   t o   p i c k   h i s   s p o t s   w i t h   g a r l a n d   a n d   m i t c h e l l   d o i n g   w o r k   i s   v i t a l   f o r   t h e   c a v s ,   t o o .   w e ’ l l   s e e   h o w   t h e y   c a n   d o   i t .   
 
 l e t e m k n o w
i   t h i n k   c a r i s   l e v e r t   h a s   s t a r t e d   t o   s o l i d i f y   h i s   s p o t   a s   t h e   s t a r t i n g   t h r e e   f o r   t h e   c a v s .
e x t r e m e l y   h a p p y   f o r   l e v e r t   a l w a y s   o n e   o f   m y   f a v o r i t e s .   n e t s   d i d n ’ t   f e e l   h e   f i t   w i t h   o t h e r   b a l l h a n d l e r s ;   n a s h   c a l l e d   h i m   “ r e d u n d a n t . ”   b u t   h e ’ s   a p p a r e n t l y   d o i n g   i t   f o r   c a v s  
c a v s   r u n n i n g   t h e i r   s t a r t e r s   a   l i t t l e   l o n g e r   t o n i g h t .   t h e y   a r e   b e g i n n i n g   t h e   s e c o n d   h a l f   t h i s   t i m e .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   i s   k e e p i n g   t h e   s t a r t i n g   l i n e u p   i n   t o   s t a r t   t h e   t h i r d   q u a r t e r .
w e   w o n ’ t   k n o w   u n t i l   m o b l e y   g e t s   b a c k   b u t   t h e   g a r l a n d ,   m i t c h e l l ,   l e v e r t   l i n e u p   m i g h t   n o t   h a v e   e n o u g h .   l e v e r t   a l s o   b e c o m e s   t h e   4 t h   o p t i o n   o f f e n s i v e l y .   w o u l d   r a t h e r   s e e   o k o r o   o r   w a d e   i n   t h a t   r o t a t i o n   c a v s
c a v s   v s   7 6 e r s   l e t e m k n o w   c a v s   c a v s s i x e r s   g i r l s n i g h t  
l i k e d   t h e   l a s t   r o t a t i o n   o f   m i t c h e l l ,   o k o r o ,   l e v e r t ,   w a d e ,   a n d   a l l e n .   c a m e   t h r o u g h   o n   b o t h   e n d s   o f   t h e   c o u r t 
 c a v s
w e   w o n   l e t e m k n o w   c a v s  
f i r s t   g a m e   o f   t h e   y e a r !   l e t e m k n o w   c a v s  
i m p r e s s i v e   b l o c k   b y   d o n   m i t c h e l l ! 
 l e t e m k n o w   c a v s   c a v a l i e r s   p h i v s c l e   n b a t w i t t e r   n b a   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   
  
g a r l a n d   a l l e y   o o p   t o   m i t c h e l l   d a r i u s g a r l a n d   n b a   b a s k e t b a l l   c a v s   c a v a l i e r s   n b a t w i t t e r   d o n o v a n m i t c h e l l  
  w i l l   l o v e   b e   o u t   a w h i l e ?   c a v s
g r e a t   t o   h a v e   j a r r e t t   a l l e n   b a c k .   h e   l e a d s   t h e   c a v s   w i t h   1 7 p t s ,   8 r e b s ,   a n d   1 b l k . 
 
 •   s t u f f :   ⤵ ️ ⤵ ️ ⤵ ️ 
 •   g a r l a n d :   9 p t s ,   6 a s t ,   1 s t l 
 •   l e v e r t :   8 p t s ,   3 r e b s ,   2 a s t 
 •   m i t c h e l l :   3 p t s ,   3 r e b s ,   2 a s t 
 
 c a v s   t r a i l   7 6 e r s   6 1 - 5 0   a t   t h e   h a l f .   
 
 l e t e m k n o w
i   p l a n   o n   g e t t i n g   a l l   i n t o   h o o p s   t h i s   y e a r .   c l e v e l a n d ’ s   b i g g e s t   c a v a l i e r   l e t e m k n o w   c a v s
1 s t   h a l f   s t a t s   f r o m   .   
 
 c a v s   5 0 
 7 6 e r s   6 1 
 
 l i s t e n   t o   t h e   2 n d   h a l f :    
d o n ' t   l e t   e v e r y o n e   t w e e t i n g   a b o u t   t y r e s e   m a x e y   d i s t r a c t   y o u   f r o m   t h e   f a c t   t h a t   j a r r e t t   a l l e n   h a s   b e e n   j u s t   a s   d o m i n a n t   f o r   t h e   c a v s .     c a v s       p h i v s c l e
j u s t   d o w n l o a d e d   t h e   n e w       a p p   a n d   s i g n e d   u p   f o r   t h e   $ 2 0 / m o n t h   p l a n   s o   i   c a n   w a t c h   a l l   t h e     g a m e s   t h i s   s e a s o n !   c a v s   c l e  
i t ’ s   a   w h o l e   d i f f e r e n t   g a m e   w h e n   u   h a v e   d e a n   w a d e   o u t   t h e r e   i n s t e a d   o f   m o b l e y   c a v s
. @ _ b i g j a y y _   d o m i n a t i n g   f o r   c a v s ,   w h o   t r a i l   7 6 e r s   6 1 - 5 0   a t   h a l f .   a l l e n   h a s   1 7   p o i n t s   ( 7 - 1 3   f g ,   3 - 4   f t ) ,   8   r e b o u n d s ,   2   b l o c k s   i n   2 2   m i n u t e s .   d a r i u s   g a r l a n d   w i t h   9   p o i n t s ,   6   a s s i s t s   a n d   a   s t e a l .   c a r i s   l e v e r t   8   p o i n t s ,   3   r e b o u n d s ,   3   a s s i s t s ,   1   b l o c k .
a t   t h e   b r e a k :   s i x e r s   6 1 ,   c a v s   5 0 
 
 a l l e n   1 7   p t s ,   8   r e b ,   l e v e r t   8   p t s ,   3   a s t ,   3   r e b ,   g a r l a n d   9   p t s ,   6   a s t ,   m i t c h e l l   3   p t s   ( 1 - 5 ) ,   3   r e b ,   2   a s t   3   t o s .
g a r l a n d   s p l a s h e s   t h e   t h r e e   n b a   b a s k e t b a l l   n b a t w i t t e r   c a v s   c a v a l i e r s   d a r i u s g a r l a n d  
i   l i k e   t h e s e   c a v s   . .   a   l o t .
w e   r e a d y 
 w e   r e a d y 
 w e   r e a d y 
 f o r   y ' a l l 
 m n f   [ a n d   a l s o   c a v s ]  
s p i d a ’ s   b l o c k   j u s t   n o w   & g t ; & g t ; & g t ; & g t ; 
 
 w h e w w w w !   c a v s   d o w n   5 6 - 4 7   w i t h   1 : 2 0   l e f t   i n   t h e   h a l f . 
 
 l e t e m k n o w
n i c e   e x a m p l e   o f   h e l p i n g   t h e   h e l p e r   t h e r e   b y   d o n o v a n   m i t c h e l l .   s w a t t e d   t h a t   t h i n g   i n t o   t o m o r r o w .   c a v s
t h e r e   w i l l   b e   m a n y   f a c t o r s   t h a t   g o   i n t o   c a v s   d e c i s i o n   a t   s m a l l   f o r w a r d ,   j u s t   l i k e   l a s t   y e a r   w h e n   j . b .   b i c k e r s t a f f   l a n d e d   o n   l a u r i   m a r k k a n e n .   b u t   i f   i t ' s   a   c o m p e t i t i o n ,   c a r i s   l e v e r t   i s   w i n n i n g .   h e   h a s   b e e n   o n e   o f   t h e   b e s t   p l a y e r s   i n   c a m p   & a m p ;   h a s   f i t   w e l l   i n   t w o   p r e s e a s o n   g a m e s .
o k o r o   s t i l l   m i s s i n g   b u n n i e s .   s m h .   c a v s   l e t e m k n o w
d o n o v a n   m i t c h e l l   f i n i s h e s   t h e   l o b ! 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   l e t e m k n o w   c a v s   t h e l a n d   n b a t v   
  
w h a t   a   b l o c k   b y     ! ! !   c a v s   w e a k s t u f f
i   l o v e   c a v s   b a s k e t b a l l ! ! !  
l e t ' s   g o   c a v s   l e t e m k n o w   n b a t w i t t e r  
g a r l a n d   t o   l e v e r t   3   n b a   b a s k e t b a l l   c a v s   d a r i u s g a r l a n d   c a r i s l e v e r t   c a v a l i e r s   n b a t w i t t e r  
g a r l a n d s   d e f e n s e   i s   s o o o o o   b a d .   l i k e   i f   w e   p l a y e d   4   o n   5   i t   w o u l d   b e   t h e   s a m e   r e s u l t .   l e t e m k n o w   c a v s
g a r l a n d   f i n i s h e s   a t   t h e   r i m   n b a   b a s k e t b a l l   d a r i u s g a r l a n d   c a v s   c a v a l i e r s   n b a t w i t t e r  
c a v s   c a r i s   l e v e r t   h i t   t h e i r   f i r s t   3   o f   t h e   n i g h t .   h e ' s   l o o k e d   p r e t t y   g o o d   t o n i g h t   s o   f a r .
a f t e r   a   t o u g h   s t a r t   f o r   c a v s   d o n o v a n   m i t c h e l l   o n   t h e   o f f e n s i v e   e n d ,   t h a t   w a s   a   r e a l l y   n i c e   d u n k   f r o m   h i m   o f f   a   p a s s   f r o m   d a r i u s   g a r l a n d .
t h a t   w a s   n a s t y ! !   c a v s
w i t h   4 : 2 8   l e f t   i n   t h e   s e c o n d   q u a r t e r ,   c a r i s   l e v e r t   h i t s   t h e   f i r s t   t h r e e - p o i n t e r   f o r   t h e   c a v s .
w i t h   4 : 5 8   t o   g o   i n   t h e   s e c o n d   q u a r t e r ,   c a v s   g u a r d   d o n o v a n   m i t c h e l l   d r a w s   b l o o d   a f t e r   g o i n g   1 - 2   ( 1 - 3   i f   y o u   i n c l u d e   t h e   l a n e   v i o l a t i o n )   f r o m   t h e   f r e e   t h r o w   l i n e .
l i l   p r e g a m e   a c t i o n   d a t e n i g h t     c a v s u n i t e d   c a v s   l e t e m k n o w  
a f t e r   c h r i s   p a u l ,   i   t h i n k   d a r i u s   g a r l a n d   i s   g o n a   b e   t h e   m o s t   p u r e s t   p o i n t   g u a r d   i n   t h e   l e a g u e   i n   a   y e a r   o r   2 
 
 s h o o t   m y b   t h i s   y e a r 
 
 c a v s
c u r i o u s   a b o u t   t h e   c a v s   p r e s e a s o n ?     h a s   y o u   c o v e r e d   e x c l u s i v e l y   w i t h     w i t h   t h e   l a t e s t   u p d a t e s   ✍ ️  
t h e r e ' s   6 : 5 0   l e f t   i n   t h e   f i r s t   h a l f   h e r e   a n d   t h e   c a v s   a r e   0 - o f - 8   f r o m   d e e p .   n e i t h e r   t h e   n u m b e r   o f   m a k e s   ( d u h )   o r   a t t e m p t s   i s   g o i n g   t o   g e t   i t   d o n e   o f f e n s i v e l y .   t h e y ' r e   s t u c k   a t   2 9   p o i n t s .
m a y b e   i ’ l l   b e   w r o n g   a b o u t   d e a n   w a d e   b u t   w e   n e e d   a   s o l i d i f i e d   s f / p f .   c a v s
d   w a d e   w i t h   t h e   a n d   1   f o r   t h e   c a v s ,   h e ' s   l o o k i n g   l i k e   a   s o l i d   1 0 t h   m a n   t o n i g h t .     c a v s   p h i v s c l e  
m a x e y   i s   j u s t   o n   🔥   t o n i g h t !   r e a l l y   l o o k i n g   f o r w a r d   t o   a   g o o d   s e a s o n   w i t h   h i m ! 
 s i x e r s     c a v s   

s h i t .   w e ’ r e   p l a y i n g   s l o p p y   t o d a y .   d e f i n i t e l y   t r e a t i n g   i t   l i k e   a   p r e s e a s o n   g a m e .   c a v s
d e a n   w a d e   a n d   1   n b a   b a s k e t b a l l   n b a t w i t t e r   c a v s   c a v a l i e r s   d e a n w a d e  
w o w   c a v s   y u c k !   
 l e t ' s   g e t   g o i n g .
w e   n e e d   t o   t r a d e   f o r   a   s m a l l   f o r w a r d .     c a v s 
 
 d o e s n t   h a v e   t o   b e   a   s t a r   o r   a n y t h i n g   l i k e   t h a t .   w e   j u s t   n e e d   a   c a p a b l e   s f   o n   t h i s   t e a m
h e y   c a v s . .   i   k n o w   i t ’ s   p r e s e a s o n   b u t   s o m e   d e f e n s e   m i g h t   h e l p .   l e t e m k n o w
t h e   c a v s   m a d e   z e r o   j u m p s h o t s   i n   t h e   f i r s t   q u a r t e r .   l e t e m k n o w
l o o k i n g   l i k e   b i t c h e l l   t o n i g h t   c a v s   p h i v s c l e
.   i s   s a v i n g   t h e   s t o r y b o o k   s t a r t   t o   h i s   c a v s   c a r e e r   f o r   t h e   r e g u l a r   s e a s o n .   n o t h i n g   w e n t   w e l l   i n   t h e   f i r s t   q :   0 - 3   f g ,   0 - 2   3 s ,   3   r e b o u n d s ,   1   a s s i s t ,   1   s t e a l ,   2   f o u l s ,   3   t u r n o v e r s .   c o u l d   s a y   s a m e   f o r   c a v s ,   w h o   t r a i l   7 6 e r s   3 3 - 2 0 .
a   t o u g h   o p e n i n g   q u a r t e r   h e r e   f o r   t h e   c a v s .   s h o t   7   o f   2 2   f r o m   t h e   f i e l d   a n d   m i s s e d   a l l   7   3 - p o i n t   a t t e m p t s .   s t r u g g l i n g   w i t h   e x e c u t i o n ,   a n d   p h i l l y ' s   d e f e n s e   i s   g i v i n g   t h e m   i s s u e s .   
 
 s i x e r s   l e a d   3 3 - 2 0   a f t e r   t h e   f i r s t .
r o u g h   f i r s t   q u a r t e r ,   b u t   w e   g o t   t o   s e e   a   l o t   o f   i n t e r e s t i n g   r o t a t i o n s .   c a v s
a s   i ’ v e   s a i d   b e f o r e   c a m p   s t a r t e d ,   i t ’ s   h i m   o r   o k o r o .   
 
 c a v s  
f o r   t h o s e   k e e p i n g   t r a c k   a t   h o m e   a f t e r   t h e   f i r s t   q u a r t e r   f o r   t h e   c a v s : 
 
 g a r l a n d 
 m i t c h e l l 
 l e v e r t 
 w a d e 
 a l l e n 
 - - - 
 m o b l e y 
 o k o r o 
 o s m a n 
 l o p e z  
d a r i u s   g a r l a n d   w i t h   t h e   h e s i   m o v e ! 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n   l e t e m k n o w   c a v s n a t i o n   c a v s   c a v a l i e r s 
  
s h o u t   o u t   t o   _ 2 1 6   f r o m   e n g l a n d   o n   t h e   c a v s   b a l l y   s p o r t s   f e e d   c a v s
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   t h a t   o n e   o f   d o n o v a n   m i t c h e l l   o r   d a r i u s   g a r l a n d   w i l l   a l w a y s   b e   o n   t h e   f l o o r   f o r   c l e v e l a n d . 
 
 w e ' r e   n o w   s e e i n g   p o i n t   s p i d a   o u t   t h e r e   w i t h   m i t c h e l l   s u b b i n g   i n   f o r   g a r l a n d .
i   w o u l d   j u s t   l i k e   t o   p o i n t   o u t ,   t h e   o n e   d u d e   w h o   s h o u t s   " m v p "   e v e r y   t i m e   c a v s   c e d i   o s m a n   - -   a n d   o n l y   o s m a n   - -   i s   a t   t h e   f r e e   t h r o w   l i n e   s t i l l   h a s   t i c k e t s   t h i s   s e a s o n .
t h e   l o y a l   g u y   w h o   y e l l s   " m v p "   f o r   c e d i   o s m a n   i s   i n   t h e   h o u s e   a g a i n   t h i s   s e a s o n .   c a v s
t h i s   i s n ’ t   a   g o o d   l o o k   o f   a l l   o f   o u r   s t a r t e r s   a r e   p l a y i n g   r i g h t   n o w .   c a v s
c a v s   b i g   m a n   r o b i n   l o p e z   i s   t h e   f o u r t h   p l a y e r   o f f   t h e   b e n c h   t o n i g h t .
l o t s   o f   a i m l e s s   d r i b b l i n g   c a v s
c a v s   f o r w a r d   c e d i   o s m a n   i s   t h e   t h i r d   c l e v e l a n d e r   o f f   t h e   b e n c h   t o n i g h t .   r o t a t i o n w a t c h
c a v s   k e v i n   l o v e   j u s t   s t r o l l e d   o u t   o f   t h e   l o c k e r   r o o m   a n d   s a t   i n   b e t w e e n   t w o   c o a c h e s   w i t h   c l e v e l a n d   t r a i l i n g   2 1 - 7   a r o u n d   t h e   5 - m i n u t e   m a r k   o f   t h e   s e c o n d   p r e s e a s o n   g a m e .
c a v s   c a l l e d   f o r   a   f i v e   s e c o n d   v i o l a t i o n   t r y i n g   t o   g e t   t h e   b a l l   i n   o n   t h e   s i d e l i n e .   s o m e t h i n g   t e l l s   m e   t h i s   t h i s   p h i l l y   d e f e n s e   i s   g o i n g   t o   b e   p r e t t y   d a m n   g o o d   t h i s   y e a r .   c a v s   j u s t   3 - f o r - 1 2   f r o m   t h e   f l o o r   s o   f a r .   s i x e r s   u p   2 1 - 7 .
i m   g o n n a   b e   r e a l ,   i s   p a y i n g   a n d   k e e p i n g       d e a n   w a d e   o u r       n j o k u   m o m e n t ?   b e c a u s e   i f   i t   i s ,   i t s   n o t   w o r k i n g .   h e   w a s   h o r r i b l e   l a s t   y e a r . . . a n d   s t i l l   i s .   h e   s h o u l d   b e   o n   t h e   b e n c h .   c a v s   c l e v e l a n d c a v s   c l e v e l a n d
o m g   t h e   c a v s   a r e   h o r r i b l e . . . .
i   d o n ' t   t h i n k   y o u   c o u l d ' v e   s c r i p t e d   a   m e s s i e r   s t a r t   f o r   t h e   c a v s   i n   t h i s   o n e . 
 
 s o m e t h i n g   f e e l s   a   b i t   o f f   t o n i g h t .
c h e e r i n g   o n   o u r     ! !   i t ' s   m y   s i s t e r - i n - l a w ' s   f i r s t   c a v s   g a m e   e v e r ! !   l e t e m k n o w   t h i s i s c l e  
d e a n   w a d e   d o   n o t   i m p r e s s   m e . c a v s
l e v e r t   l o o k i n g   p r e t t y   g o o d ,   h e a l t h   w i s e .   h e ’ s   m o v i n g   a r o u n d   s o   m u c h   b e t t e r   o v e r a l l   o n   b o t h   e n d s . 
 
 i   t h i n k   w e   f i n a l l y   g e t   a   g o o d ,   h e a l t h y   v e r s i o n   o n   m y   m a n ’ s   t h i s   y e a r .   
 
 c a v s   l e t e m k n o w
g r e a t   n i g h t   f o r   s o m e   🏀   i n   t h e   l a n d .   c a v s   s i x e r s   l e t e m k n o w  
w e   m i g h t   n e e d   t o   m a k e   a   t r a d e   a n d   g e t   o n e   m o r e   v e t e r a n   b i g   o n   h e r e   c a v s
t o n i g h t ' s   g a m e   f e e l s   l i k e   a   n e a r   o p p o s i t e   o f   t h e   o n e   i n   p h i l l y   f o r   t h e   c a v s . 
 
 c l e v e l a n d   i s   0 - 4   f r o m   t h r e e - p o i n t   r a n g e   t o   s t a r t   t h i n g s .
  h e r e   w e   g o !   l e t e m k n o w   c a v s
g a r l a n d   l o b s   i t   t o     a l l e n ! 
 l e t e m k n o w   c a v s   c a v a l i e r s   n b a   n b a p r e s e a s o n   n b a t w i t t e r   p h i v s c l e 

j u s t   n o t   a   f a n   o f   p l a y i n g   a g a i n s t   p j   t u c k e r   i n   p r e s e a s o n ,   b e c a u s e   h e   d o e s n ’ t   u n d e r s t a n d   w h a t   p r e s e a s o n   i s ,   a n d   g u y s   a r e n ’ t   g o i n g   a l l   o u t   l i k e   h e   i s . 
 
 i t ’ s   h o w   g u y s   g e t   h u r t .   c a v s   g o t t a   b e   c a r e f u l   h e r e .   
 
 1 2 - 5 ,   7 6 e r s   e a r l y   o n   i n   t h e   f i r s t   q u a r t e r .   l e t e m k n o w
c a v s   n e w   v i d e o   o p e n   i s   n o t h i n g   b u t   s o m e   d r o n e   s h o t s   o f   t h e   c i t y   i n t e r s p e r s e d   w i t h   p r a c t i c e   v i d e o   & a m p ;   a   c o u p l e   3 s   f r o m   t h e   f i r s t   p r e s e a s o n   g a m e . 
 
 t h e   q u i e t   c u r s e   t h a t   n e w   u n i f o r m s   p u t s   o n   t h e   g a m e   o p s   t e a m .
h a r d e n   n e e d s   t o   s h a v e   h i s   b u s h   🤮   c a v s
c a v s   c a r i s   l e v e r t   s t a r t s   t h e   g a m e   g u a r d i n g   p h i l l y ' s   j a m e s   h a r d e n .   l e v e r t ,   w h o   l o o k s   l i k e   h e   c o u l d   b e   t h e   s t a r t i n g   s m a l l   f o r w a r d ,   i s   r e a d y   t o   c h a n n e l   h i s   i n n e r   s t o p p e r   - -   a n d   l o o k i n g   f o r w a r d   t o   t h a t   r e s p o n s i b i l i t y .   
 

t h a t ' s   a t   l e a s t   t w i c e   i n   t w o   g a m e s   w e ' v e   s e e n   c a v s   b i g   m a n   j a r r e t t   a l l e n   s w i t c h   o n t o   j a m e s   h a r d e n   a n d   h o l d   h i s   o w n .
t h e   l a c k   o f   j o e l   e m b i i d   i s   a l s o   a p p a r e n t   e a r l y   a s   w e l l   w i t h   c a v s   b i g   m a n   j a r r e t t   a l l e n   g e t t i n g   t w o   f a i r l y   c l e a n   l o o k s   o n   t h e   i n t e r i o r .
b a s k e t b a l l   t i m e !   l e t ’ s   g o   c a v s   🏀
g a r l a n d   l o o k i n g   l i k e   h e   b u l k e d   u p   a   b i t   c a v s  
t h e   b a l l   i s   t i p p e d   o n   a n o t h e r   ( p r e ) s e a s o n   o f     b a s k e t b a l l   a t     
 
 l e t e m k n o w   c a v s 
 
 f o x 8  
r e a l l y   g o o d   d e f e n s i v e   p o s s e s s i o n   f r o m   c a v s   s t a r   b i g   m a n   j a r r e t t   a l l e n   a f t e r   h e   w a s   f o r c e d   o n t o   t o b i a s   h a r r i s   o n   t h e   p e r i m e t e r .
g o d   b l e s s   ,   @ _ b i g j a y y _ ,   & a m p ;     f o r   s t i c k i n g   w i t h   t h e   p r e g a m e   r i t u a l s   t h i s   s e a s o n   c a v s  
b a l l   i s   u p   b e t w e e n   t h e   c a v s   a n d   s i x e r s .   p r e s e a s o n   g a m e   n o .   2   u n d e r w a y .
a   v e r y   l o u d   c h e e r   f o r   d o n o v a n   m i t c h e l l   w h o   w a s   i n t r o d u c e d   t o   c a v s   f a n s   f o r   t h e   f i r s t   t i m e .
t h e r e ’ s   m o r e   p e o p l e   a t   t o n i g h t ’ s   c a v s   p r e s e a s o n   g a m e   t h a n   t h e r e   w e r e   a t   l a s t   y e a r ’ s   h o m e   o p e n e r .
i ’ m   t u n e d   i n   c a v s
a   c a v s   p r e g a m e   t r a d i t i o n   l i k e   n o   o t h e r : 
 
 m o o n   d o g   a n d   i s a a c   o k o r o   d a n c i n g   t o g e t h e r   d u r i n g   w a r m u p s .  
w i t h   a l l   t h e   s p o r t s   t a l k   s u r r o u n d i n g   t h e     a n d     t o d a y .   w e   h a v e   o u r s e l v e s   a   p r e s e a s o n   g a m e   t o n i g h t   i n   5   m i n u t e s   a t   7 p m !   l e t ’ s   g o   s i x e r s !   
 h e r e ’ s   t o n i g h t ’ s   s t a r t i n g   l i n e u p   u p . 
 s i x e r s   c a v s  
h e r e   w i t h   f a m i l y   a n d   f r i e n d s   f o r   t h e   h o m e   o p e n e r   p r e   s e a s o n   g a m e .   c a v s  
( 1 t / 2 2 m i n )   g o l   d o   p h i l a d e l p h i a   7 6 
   7 6 e r s   1 x 0   c a v s 
 🇪 🇪   n b a 2 0 2 2   
 t e s i g o a t o d a p a r t e
e n t e r i n g   y e a r   9   o f   c o m i n g   h e r e   r e g u l a r l y   a n d   m a n n n n n n   d o e s   i t   f e e l   d i f f e r e n t   t h i s   y e a r .   l e t e m k n o w   c a v s  
l e t ’ s   g o   c a v s !  
i   t h i n k   i   r e a l l y   l i k e   t h e   n e w   c a v s   c o u r t .   i t ' s   g o t   t h e   r i g h t   a m o u n t   o f   t h e   n e w   g o l d .
1 0 / 1 0   c a v s   v s .   7 6 e r s   s t a r t e r s . . 
 c a r i s   l e v e r t   o n c e   a g a i n   i n   t h e   s t a r t i n g   l i n e u p   i n   t h e   3 .   d e a n   w a d e   r e p l a c e s   k e v i n   l o v e   a t   t h e   4 .   
 l e t e m k n o w  
y o u r   c a v s   s t a r t e r s   f o r   p r e s e a s o n   g a m e   n o .   2 ️ ⃣ :  
w i t h   e v a n   m o b l e y   a n d   k e v i n   l o v e   b o t h   o u t ,   t h e   c a v s   a r e   s t a r t i n g   t w o   g u y s   c o m p e t i n g   f o r   t h e   s t a r t i n g   s m a l l   f o r w a r d   s p o t .  
c a v s   s t a r t i n g   f i v e   f o r   t o n i g h t ’ s   p r e s e a s o n   g a m e :   d a r i u s   g a r l a n d ,   d o n o v a n   m i t c h e l l ,   c a r i s   l e v e r t ,   d e a n   w a d e   a n d   j a r r e t t   a l l e n
i f   t h e   c a v s   w e r e   t o   e x p l o r e   t h e   p o s s i b i l i t y   o f   a c t u a l l y   a c q u i r i n g   t h e   a l l - s t a r   f o r w a r d ,   t h e y ’ d   n e e d   t o   g e t   c r e a t i v e ,   u n l e s s   t h e y   w e r e   w i l l i n g   t o   p a r t   w a y s   w i t h   k e v i n   l o v e ’ s   e x p i r i n g   $ 2 8 . 9 m   t r a d e   c h i p   f o r   g r e e n ,   o r   l e v e r t ’ s   $ 1 8 . 7 m   e x p i r i n g   c h i p ,   t o o . 
 
 l e t e m k n o w
w h i l e   t h e   c a v s   h a v e n ’ t   s p o k e n   t o   t h e   w a r r i o r s   r e g a r d i n g   a   p o t e n t i a l   t r a d e   f o r   d i s g r u n t l e d   f o r w a r d   d r a y m o n d   g r e e n ,   i t ’ s   e x p e c t e d   t h e y ’ d   “ o p e n   a   c o n v e r s a t i o n ”   w i t h   g o l d e n   s t a t e   i n   a t t e m p t   t o   a c q u i r e   t h e   f o r m e r   m s u   p r o d u c t .   
 
 g r e e n   a v e r a g e d   7 / 7 / 7   l a s t   y e a r   i n   4 6   g a m e s   f o r   g s .
n e w   c a v s   s t a r   g u a r d   d o n o v a n   m i t c h e l l   g e t t i n g   s h o t s   u p   w i t h   a s s i s t a n t s   p r i o r   t o   t o n i g h t ’ s   g a m e   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s .  
c e d i   o s m a n   i n   t h e   h o u s e   💥 
 
 c a v s     t h e f i r s t c e d i    
m e t s   l u c k   s t a r t e d   t o   r u n   o u t   w h e n   s p i d a   w e n t   t o   t h e   c a v s
5 8   m i n u t e s   a w a y 
 c a v s s i x e r s   l e t e m k n o w   c a v s  
d e a n   w a d e   a n d   c a r i s   l e v e r t   w i l l   g e t   t h e   s t a r t   t o n i g h t   f o r   t h e   c a v s   w i t h   b o t h   e v a n   m o b l e y   ( a n k l e )   a n d   k e v i n   l o v e   ( k n e e )   s i d e l i n e d   t o n i g h t . 
 
 t h e   l i n e u p   c h a n g e s   w e r e   f i r s t   r e p o r t e d   b y  
l o c a l   c o m p a n y   a v e r y   d e n n i s o n   a p p e a r s   t o   b e   t h e   s p o n s o r   f o r   t h e   c a v s   w a r m u p   t o p s . 
 
 a   s e c o n d   n e w   u n i f o r m   s p o n s o r   j o i n i n g   t h e   o r g a n i z a t i o n   t h i s   s e a s o n .
c a v s   a r e   g o i n g   t o   s t a r t   d e a n   w a d e   a t   p o w e r   f o r w a r d   i n   p l a c e   o f   b a n g e d - u p   k e v i n   l o v e   ( a n d   e v a n   m o b l e y ) ,   w h i c h   m e a n s   c a r i s   l e v e r t   g e t s   t h e   s t a r t   a t   s m a l l   f o r w a r d   f o r   a   s e c o n d   s t r a i g h t   p r e s e a s o n   g a m e   
 

_   c a v s   p l a y i n g   w i l l   d o   t h a t .
c a v s   k e v i n   l o v e   w i l l   n o t   p l a y   i n   t o n i g h t ' s   p r e s e a s o n   g a m e   a g a i n s t   p h i l a d e l p h i a   a s   a   p r e c a u t i o n   a f t e r   b u m p i n g   k n e e s   i n   a   r e c e n t   p r a c t i c e ,   s o u r c e s   t e l l     
 

c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s h a r e d   w i t h   m e   t h a t   d y l a n   w i n d l e r   i s   s t i l l   p r o g r e s s i n g   f r o m   h i s   a n k l e   i n j u r y   a n d   s h o u l d   b e   a b l e   t o   p a r t a k e   i n   s t a n d s t i l l   s h o o t i n g   o n   t h e   c o u r t   s o o n .
a n d   w e ’ r e   b a c k !   t h e   m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s o o n   p r i o r   t o   t o n i g h t ’ s   p r e s e a s o n   g a m e   b e t w e e n   c l e v e l a n d   a n d   t h e   p h i l a d e l p h i a   7 6 e r s ! 
 
 m o r e   f r o m   m e !   ⤵ ️ 
 
  
p r e s e a s o n   g a m e   n u m b e r   2 !   1   l i k e   =   1   g o o d   l u c k !   c a v s   7 6 e r s   s i x e r s   l e t e m k n o w  
t h e r e   i s   o n e   t e a m   i m   m o s t   e x c o t e d   t o   w a t c h .   t h e   c a v s .  
p l e a s e   w i n   t o n i g h t   c a v s  
i t ' s   t i m e   t o   o f f i c i a l l y   a n n o u n c e   d e a n   w a d e   a s   t h e   c a v s   s t a r t i n g   s m a l l   f o r w a r d .  
2   t i c k e t s   f o r   c a v s   g a m e   t o n i g h t   a n d   2   t i c k e t s   f o r   w e d n e s d a y   n i g h t .   h i t   m e   u p ! ! 
 g o c a v s   c a v s   c a v s g a m e   c l e
i n j u r y   r e p o r t   f o r   t h e   c a v s   l e f t   a s   t b d .  
c a v s   j a r r e t t   a l l e n   o n   t h e   d i f f e r e n c e   b e t w e e n   p l a y i n g   w i t h   e v a n   m o b l e y   a n d   k e v i n   l o v e   i n   t h e   f r o n t c o u r t :   
 
 " o b v i o u s l y   o n   t h e   d e f e n s i v e   e n d ,   k e v i n ' s   5 2 - y e a r s - o l d ,   d e f i n i t e l y   n o t   a s   a t h l e t i c   o r   a n y t h i n g . "
l e t ' s   l o o k   b a c k   a t   t h e   2 0 0 9 - 1 0   e a s t e r n   c o n f e r e n c e   s t a n d i n g s   ( 1 - 8 )   📈 
 
 c a v s :   6 1 - 2 1 
 m a g i c :   5 9 - 2 3 
 h a w k s :   5 3 - 2 9 
 c e l t i c s :   5 0 - 3 2 
 h e a t :   4 7 - 3 5 
 b u c k s :   4 6 - 3 6 
 h o r n e t s :   4 4 - 3 8 
 b u l l s :   4 1 - 4 1 
 
 t h e   c e l t i c s   w e n t   o n   t o   w i n   t h e   c o n f e r e n c e ,   a n d   h a d   a n o t h e r   f i n a l s   t r i p   👏  
9   d a y s   u n t i l   t h e   c a v s   s e a s o n   s t a r t s .   
 
 2   d a y s   u n t i l   t h e   c b j   s e a s o n   s t a r t s .   
 
 1   d a y   u n t i l   t h e   a l d s   w h e r e   t h e   g u a r d i a n s   w i l l   f a c e   t h e   y a n k e e s .   
 
 l e t ’ s   r i d e .
b i g   ' p r o v e   i t '   s e a s o n   l o o m s   f o r   c a v s '   d y l a n   w i n d l e r  
r e m i n d e r :   c a v s   p l a y   t o n i g h t   a t   7   e t !   ( p r e - s e a s o n   g a m e )
    & a m p ;     :   c a n   k e v i n l o v e   b e   a   s t a r t e r   i n   t h i s   l i n e u p   i f   s o   t h e y   w o u l d   h a v e   5   a l l - s t a r s   o n   t h e   c o u r t . . c a v s 
      
c a v s   f i r s t   a c t i o n   i n s i d e   o f   t h e   f i e l d h o u s e   s i n c e   a p r i l ! 
 i t ' s   p r e s e a s o n   g a m e   n o .   2   a g a i n s t   p h i l l y   a t   7   o n   !   l e t e m k n o w  
c a v s   e v a n   m o b l e y   d o i n g   s o m e   l i g h t   w o r k   a t   s h o o t a r o u n d   t o d a y ,   w o r k i n g   h i s   w a y   b a c k   f r o m   a   r i g h t   a n k l e   s p r a i n .  
c a v s   e v a n   m o b l e y   d o i n g   s o m e   i n d i v i d u a l   w o r k   a f t e r   s h o o t a r o u n d   t o d a y  
c a v s   e v a n   m o b l e y   m a k i n g   p r o g r e s s   i n   h i s   r e c o v e r y   f r o m   a   s p r a i n e d   a n k l e ,   g o i n g   t h r u   a   l i g h t   i n d i v i d u a l   s h o o t a r o u n d   f o l l o w i n g   t o d a y ' s   t e a m   s h o o t a r o u n d .  
t h e   c a v s   t a k e   o n   t h e   7 6 e r s   t o n i g h t   a t   h o m e   s t a r t i n g   a t   7 : 0 0 p  
w h e n   a s k e d   a b o u t   t h e   d i f f e r e n c e   b e t w e e n   p l a y i n g   w i t h   e v a n   m o b l e y   v e r s u s   k e v i n   l o v e ,   c a v s   b i g   m a n   j a r r e t t   a l l e n : 
 
 “ w e l l ,   k e v i n   i s   l i k e   5 2   y e a r s   o l d   s o   h e ’ s   n o t   v e r y   a t h l e t i c   o n   d e f e n s e . ”
c a v s   s t a r   b i g   m a n   e v a n   m o b l e y   g e t t i n g   u p   s h o t s   a f t e r   s h o o t a r o u n d . 
 
 m o b l e y   i s   s t i l l   r e c o v e r i n g   f r o m   a n   a n k l e   s p r a i n   b u t   t h i s   i s   g o o d   p r o g r e s s . 
 
 m o r e   f r o m   m e .   ⤵ ️ 
 
  
c a v s   b i g   m a n   e v a n   m o b l e y   d o i n g   s o m e   o n - c o u r t   w o r k   w i t h   a s s i s t a n t   c o a c h   l u k e   w a l t o n   a s   m o b l e y   c o n t i n u e s   t o   w o r k   b a c k   f r o m   a   s p r a i n e d   a n k l e .  
c l e v e l a n d ,   i   a s k   o n e   t h i n g … 
 
 s t o p   m i x i n g   t h e   g u a r d i a n s   & a m p ;   c a v s   w i t h   t h e   b r o w n s . 
 
 t h e r e ’ s   m o r e   t h a n   j u s t   t h e   d i s t a n c e   b e t w e e n   s t a d i u m s   t h a t   d i v i d e   t h e s e   t e a m s .   t h e   b r o w n s   a r e   s o f t ,   a r r o g a n t ,   u n d e r   p e r f o r m ,   a n d   i n c l u d e   a   w o m a n   b e a t e r   & a m p ;   s e x u a l   a b u s e r . 
 
 c o u l d   n o t   b e   m o r e   o p p o s i t e .
i   a s k e d   c a v s   b i g   m a n   j a r r e t t   a l l e n   a b o u t   c h r i s   p r a t t   a s   t h e   n e w   v o i c e   o f   m a r i o   a n d   h e   s a i d   h e ’ s   w i l l i n g   t o   g i v e   i t   t h e   b e n e f i t   o f   t h e   d o u b t   a n d   w a n t s   t o   s e e   t h e   w h o l e   m o v i e .  
c a v s   p o i n t   g u a r d   r i c k y   r u b i o   g e t t i n g   i n   e x t r a   w o r k   a s   s h o o t a r o u n d   f o r   c a v s s i x e r s   c o n c l u d e s .   n o w   w i t h   a   l i t t l e   e x t r a   f l a i r .   
 
 m o r e   f r o m   m e .   ⤵ ️ 
  
a n o t h e r   d a y ,   a n o t h e r   p r a c t i c e   w h e r e   c a v s   f o r w a r d   i s a a c   o k o r o   i s   h i t t i n g   c o r n e r   t h r e e - p o i n t e r s   a t   a   h e a l t h y   r a t e .
t h e   r e h a b   c o n t i n u e s   f o r   c a v s   g u a r d   r i c k y   r u b i o .  
c a v s   p o i n t   g u a r d   r i c k y   r u b i o   g e t t i n g   i n   e x t r a   w o r k   a s   s h o o t a r o u n d   f o r   c a v s s i x e r s   c o n c l u d e s . 
 
 m o r e   f r o m   m e .   ⤵ ️ 
  
            n o t h i n g   c a n   c u r e   a   b r o w n s   h a n g o v e r   l i k e   a   c a v s   v i c t o r y .   l e t e m k n o w
a n o t h e r   p r e s e a s o n   m a t c h u p   t o n i g h t   f o r   t h e   s i x e r s   a n d   c a v s   a t   7 : 0 0 p m !   n b a   s i x e r s   c a v s  
a   n e w   l o o k ,   s o m e   n e w   f a c e s   a n d   p l e n t y   o f   n e w   e x p e c t a t i o n s   b e g i n   t o n i g h t   a s   t h e   c a v s   o p e n   u p   t h i n g s   a t   h o m e   a g a i n s t   t h e   s i x e r s   i n   p r e s e a s o n   p l a y . 
 
 b u t   f i r s t ,   t i m e   t o   h e a r   f r o m   j . b .   b i c k e r s t a f f   a n d   s o m e   p l a y e r s   w h e n   s h o o t   a r o u n d   c o n c l u d e s . 
 
 m o r e   f r o m   m e .   ⤵ ️ 
  
  e q u a l l y   h a p p y   t o   w a t c h   r o s a r i o   & a m p ;   g i m i n e z   o u t p l a y   & a m p ;   o u t l a s t   l i n d o r   ( g u a r d i a n s   f l e e c e d   t h e   m e t s ) .     a l s o   c a n t   w a i t   t o   w a t c h   🕷 ️ m i t c h e l l   a n d   t h e   c a v s   m a k e   s c o t t   p e r r y   l o o k   a s   d u m b   a s   b i l l y   e p p l e r !
i t ' s   c a v s   g a m e   d a y ! 
 
 t h e   c a v a l i e r s   c o n t i n u e   p r e s e a s o n   a c t i o n   t o n i g h t   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s .   s t a y   t u n e d   t o   c a v s   i n s i d e r   f o r   t h e   l a t e s t   n e w s   & a m p ;   i n f o r m a t i o n   o n   g a m e   d a y   a n d   e v e r y   d a y ! 
 
 l e t e m k n o w   |    
m o t i v a t i o n m o n d a y     h a n g i n g   o u t   w /   m y   s o n   o n   a   t h r o w b a c k   w /   h i s   r o o k i e   j e r s e y   h a n g i n g   i n   t h e   b a s e m e n t .   s m u s h p a r k e r   f o r m e r   c a v s     l a k e r s   l a k e r s n a t i o n     p g   i s   o n e   o f   t h e   g o o d   g u y s   i n   t h e   n b a   c o m m u n i t y   g i v i n g   b a c k   t o   t h e   c o m m u n i t y   s t i l l !    
n e w   v i d e o   t o   w a t c h : 
 
 " n b a   e a s t e r n   c o n f e r e n c e   s e a s o n   p r e v i e w :   c l e v e l a n d   c a v a l i e r s   2 0 2 2 - 2 0 2 3 "   
 
 c r e a t o r :     m i l e   h i g h   h o o p s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
🦇 🎃 👻 h a l l o w e e n   g i v e a w a y   t i m e ! ! ! 👻   🎃 🦇 
 
 r e a d   t h e   p i c t u r e   t o   s e e   h o w   y o u   c a n   w i n   c a v s   t i c k e t s   o r   a   $ 2 5 0   c a r   c o u p o n   f r o m   s u n n y   b o o - b o o ’ s   c a n d y   c a u l d r o n !   e v e r y o n e ’ s   a   w i n n e r ,   a n d   d i d   i   m e n t i o n   t h e r e ’ s   f r e e   c a n d y ? !   🦇 🍭 🎃 🍬  
h a p p y   3 8 t h   b i r t h d a y   t o   o u r   o l   7 ' 0 ,   ! 
 
 a t c b i r t h d a y s   x   c a v s  
h a p p y   b e l a t e d   4 1 s t   b i r t h d a y   t o   ! 
 
 d u n k   m a e s t r o   w i t h   t h e   c a v s   a n d   e v e r y w h e r e   e l s e . 
 
 a t c b i r t h d a y s  
m y   f i n a l   t h o u g h t s   o n   t h e   b r o w n s   
 
 g o   g u a r d i a n s   
 g o   c a v s
i t ’ s   g o n n a   b e   a   l o n g   d a y !   l e t e m k n o w   c a v s
r e m i n d e r :   t o d a y ' s   g a m e   a g a i n s t   t h e   c a v s   w i l l   o n l y   b e   t e l e v i s e d   o n   n b a   t v
a y e   m a n .   s h o u t o u t   t o     a n d     f o r   s t a r t i n g   o u t   t h e   s h o w   t a l k i n g   g u a r d i a n s   i n s t e a d   o f   t h a t   o t h e r   t e a m   t h a t   j u s t   d i s a p p o i n t s   u s   e v e r y   w e e k .   
 
 n o w ,   s k i p   ‘ e m   a g a i n   a n d   t a l k   c a v s   !   😈 😈 😈
j o e   r o g a n   p o d c a s t   c o m e d y   c o l l e g e   s h o u t o u t   b y   c o m e d y   i c o n   n a t e   b a r g a t z e :     d c   m a r y l a n d   v i r g i n i a   c a v s   b u l l s   d w t s   a h s c u l t   a h s   s t a r w a r s   h a w k e y e s   w a t e r f a l l
  t r a n s i t i o n   g a m e   i s   t h e   f i r s t   e v e r   s e r i a l   m a n g a   p r o d u c e d   b y   c u r r e n t   n b a   p l a y e r s !   i t ’ s   e p i c !   
 
 t h a n k   y o u   f o r   t h e   s u p p o r t     f a n s   a n d     f a n s ! 🙏 
   
 f e a r t h e d e e r   l e t e m k n o w   n b a   c o m i c   m a n g a   a m a z o n   k i n d l e   c a v s   b u c k s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c
t h a n k   t h e   l o r d   f o r   c a v s   b a s k e t b a l l   t o m o r r o w
t h e   c l e v e l a n d   c a v a l i e r s   h a v e   a   b i g   p r o b l e m . . . 
   
 
   
 c a r i s l e v e r t   c a v a l i e r s n e w s   c a v a l i e r s o f f s e a s o n   c a v s   c a v s b a s k e t b a l l   c a v s n e w s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s n e w s   c l e v e l a n d c a v a l i e r s r e b u i l t t e a m   c l e v e l a n d c a v a l i e r s t r a d e n e w s  
t r a n s i t i o n   g a m e   i s   a   s e r i a l   m a n g a   p r o d u c e d   b y   c a v s   s t a r   r o b i n l o p e z   a n d   b u c k s   s t a r   b r o o k l o p e z . 
 p l e a s e   r e a d ! 
 
 🏀 v o l . 1 :   
 🏀 v o l . 2 :   
 
           
 a m a z o n   k i n d l e   c o m i c s   n b a   n b a j p   f e a r t h e d e e r   l e t e m k n o w  
j o e   r o g a n   p o d c a s t   c o m e d y   c o l l e g e   s h o u t o u t   b y   c o m e d y   i c o n   n a t e   b a r g a t z e :     d c   m a r y l a n d   v i r g i n i a   c a v s   b u l l s   d w t s   a h s c u l t   a h s   s t a r w a r s   h a w k e y e s   w a t e r f a l l
  e v e r y   s i n g l e   c a v s   a n d   g u a r d o s   f a n …  
  i   b e t   y o u   o n e   b o w l   o f   s o u p   t h a t   k e v i n   l o v e   w i n s   s i x t h   m a n   o f   t h e   y e a r . 
 
 o n c e   k   l o v e   a c c o m p l i s h e s   t h i s   f e a t ,   w e   w i l l   a t t a c h   t h e   b o w l   o f   s o u p   t o   a   d r o n e   a n d   d r o p   i t   f r o m   t h e   s k y   o n t o   d a m o n   j o n e s '   h e a d   a t   a   m o m e n t   w h e n   h e   l e a s t   e x p e c t s   i t . 
 
   c a v s   s i x t h m a n   n b a    
d a r i u s   g a r l a n d ,   t h e   m o b l e y   b r o t h e r s , w i t h   s p i d e r   m i t c h e l l   a t   t h e   m e t s   g a m e .   c a v s  
w e   h a v e   t w o   r e a l l y   g o o d   o r g a n i z a t i o n s   i n   t h i s   c i t y   -   t h e   g u a r d i a n s   a n d   t h e   c a v s   -   t h a t   a r e   f o c u s e d   o n   b u i l d i n g   a   s t r o n g   f o u n d a t i o n ,   t h a t   g i v e   b a c k   t o   t h e   c o m m u n i t y ,   a n d   t h a t   w i n   w i t h   c h a r a c t e r   a n d   g r i t .     a n d   t h e n   w e   h a v e   t h e   b r o w n s .   t i m e   t o   f i n a l l y   m a k e   t h e m   e a r n   o u r   a t t e n t i o n .
3   d i f f e r e n t   w a y s   c a v s   c a n   u p g r a d e   r o s t e r   i n   a   j a e   c r o w d e r   t r a d e 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   g r i n d c i t y   m f f l   r e p t h e d i s t r i c t   w e t h e n o r t h   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
b r o w n s   a r e   d e a d   t o   m e .   t o o   m a n y   y r s   o f   d i s a p p o i n t m e n t     & a m p ;   e m b a r r a s s m e n t .   l o n g   l i v e   c l e v e l a n d g u a r d i a n s   & a m p ;   c a v s
c a v s   b a s k e t b a l l   i s   b a c k   t o m o r r o w .  
  d g   y o u   a r e   a l w a y s   w e l c o m e   o v e r   t o   o u r   p l a c e   f o r   h o m e   c o o k i n g   👉 🏼 v a n d y ’ 8 8 👈 🏼   c a v s   y o u   c a n   b r i n g     w i t h   y o u
n e e d   s o m e   p o s i t i v e   v i b e s   a f t e r   h e a r i n g   n e w s   m y   9 3   y o   m i l   w a n t s   t o   g o   t o   h o s p i c e .     s h e   i s   t i r e d   a n d   d o e s n ' t   w a n t   t o   f i g h t   a n y m o r e .     b r o w n s   f o r t h e l a n d   c a v s
  w h o   c o u l d   i t   h a v e   b e e n ? 
 
 t t   a n d   m o z g o v ? 
 
 s h u m p e r t   a n d   d e l l y ? 
 
 t h e r e   w a s   o n c e   a   r u m o r   a b o u t   d i o n   w a i t e r s   p u n c h i n g   k y r i e   i r v i n g   o v e r   v i d e o   g a m e s   b u t   t h a t   w a s   b e f o r e   2 0 1 6 . 
 
       c a v s   n b a  
s o   f a r ,   e v e r y o n e   w h o ’ s   b e e n   a r o u n d   t h e   g r o u p   b e l i e v e s   g a r l a n d   a n d   m i t c h e l l   w i l l   h a v e   l i t t l e   i s s u e   p l a y i n g   w i t h   e a c h   o t h e r .   t h e y ’ r e   g o n n a   b e   d e a d l y   t o g e t h e r ,   a n d   t h a t ’ s   s o m e t h i n g   t h a t   w i l l   g i v e   t h e   c a v s   a   b i g   a d v a n t a g e   e a c h   n i g h t . 
 
 l e t e m k n o w
t h e   c a v s   o b v i o u s l y   r u n   t h e i r   o f f e n s e   t h r u   g a r l a n d ,   a n d   t h a t   w o n ’ t   c h a n g e   -   b u t   m i t c h e l l   w i l l   o f   c o u r s e   c o n t r o l   t h e   o f f e n s e   a s   w e l l .   y o u   j u s t   h o p e   t h e   c h e m i s t r y   i s   g a i n e d   q u i c k l y ,   a n d   t h e y   c a n   b u i l d   o f f   o n e   a n o t h e r ’ s   p l a y   s t y l e   a n d   b e c o m e   a   d e a d l y   f o r c e . 
 
 l e t e m k n o w
t h e   c a v s   p l a y   w a y   b e f o r e   t h e n .  
c a v s   r e g u l a r   s e a s o n   w i l l   b e g i n   s o o n   & a m p ;   t h e   g u a r d i a n s   a r e   i n   t h e   a l d s .   i t ' s   g o n n a   b e   o k ,   a t   l e a s t   t h a t ' s   w h a t   i ' m   t e l l i n g   m y s e l f .     b r o w n s
c a v s   s p i d a   🕷 ️ w i n e   a n d   g o l d   s c r i m m a g e  
c a n ' t   w a i t   f o r   t h e   c a v s   s e a s o n   t o   s t a r t !
o n e   o f   o u r   t e a m s   w i n n i n g   i n   a m a z i n g   f a s h i o n   i s   o f t e n   i m m e d i a t e l y   f o l l o w e d   b y   a n o t h e r   o n e   o f   o u r   t e a m s   l o s i n g   i n   a n   u n b e l i e v a b l y   h o r r i b l e   w a y . 
 
 t h a t   h a s   h a p p e n e d   a   l o t   o f   t i m e s . 
 
 c l e v e l a n d   s p o r t s   c a v s   b r o w n s   i n d i a n s   g u a r d i a n s
k e e p   t h e   g u a r d i a n s   a n d   t h e   c a v s   a w a y   f r o m   t o x i c   b r o w n s .
s o   g l a d   w e   g o t   t h e   c a v s   a n d   g u a r d i a n s .   i ’ m   n o t   s u r e   w h a t ’ s   u p   w i t h   t h e   b r o w n s   -   t h e y   h a v e   a l l   t h e   t a l e n t   b u t   n o t   t h e   a b i l i t y   t o   f i n i s h .   i   s a y   c o a c h i n g   …   b u t   w h a t   d o   i   k n o w .   
 
 f o r t h e l a n d   l e t e m k n o w
i t ’ s   t h e   l a s t   t i m e   i   l e t   t h i s   t e a m   r u i n   m y   s u n d a y   -   i ’ m   c o n c e n t r a t i n g   o n   t h e   g u a r d i a n s   a n d   t h e   c a v s
c a v s   t o m o r r o w   n i g h t .   😂
i ’ v e   s a i d   i t   b e f o r e   a n d   i ’ l l   s a y   i t   a g a i n — o n l y   t h e   g u a r d i a n s ,   c a v s ,   a n d   b u c k e y e s   a r e   w o r t h y   o f   o u r   s u p p o r t .   t h e   b r o w n s   c a n   g o   f u c k   t h e m s e l v e s .
s o . . .   l e t ’ s   g o   g u a r d i a n s .   c a v s   b a b y !   w a i t   f o o t b a l l s   o n ?   b r o w n s     s i g h
l e t s   g o   c l e v e l a n d   o h i o   c l e   t h i s i s c l e   c l e v e l a n d o h i o   t h e l a n d   a k r o n   b r o w n s   c l e v e l a n d b r o w n s   c a v s   n b a   l o v e   c l e v e l a n d h a i r s t y l i s t   n f l   e x p l o r e p a g e   c l e v e l a n d g r a m   h i p h o p   c o l u m b u s   m u s i c   e s t   a t l a n t a   n f l s u n d a y   n a i l s  
t h a n k   g o o d n e s s   t h e   c a v s   s e a s o n   s t a r t s   s o o n .
w h e n   p e o p l e   a s k : " w h y   d o   y o u   c a r e ? "   b e c a u s e   i f   c l e v e l a n d   b e c o m e s   t h e   " s p o r t s   m e c c a "   i t   i s   e n v i s i o n e d   t o   b e - - w i t h       a n d     a l l   w i n n i n g   a n d   s u c c e s s f u l   i t   b e n e f i t s   c l e   t a x   p a y i n g   p r o p e r t y   o w n e r s   a n d   s m a l l   b u s i n e s s   o w n e r s .   t h a t s   w h y .   b r o w n s   c a v s   f o r t h e l a n d
  d o n t   c a r e .   g u a r d i a n s   p l a y   t u e s d a y .   c a v s   p l a y   s o o n
w e l l   f m l .   d o n ’ t   k n o w   w h y   i ’ d   w a t c h   t h e m   e v e r y   w e e k   t o   j u s t   g e t   c r u s h e d .   t h a n k   g o o d n e s s   f o r   t h e   c a v s   g u a r d i n s   b u c k e y e s   .   b r o w n s   a r e   g o i n g   t o   b r o w n s     t w o   m i s s e d   f i e l d   g o a l s   c o s t   i s   t h e   g a m e ,   a g a i n .   w e   n e e d   a   k i c k e r .   u n t i l   n e x t   w e e k .   g o i n g   t o   s m o k e   m y s e l f   s i l l y   t o   f o r g e t   t h i s
  t h a n k   g o d   f o r   t h e   g u a r d i a n s   a n d   c a v s .
b r o w n s     w h o ’ s   r e a d y   f o r   t h e   c a v s   🙄
g u a r d i a n s   a r e   a d v a n c i n g   i n   t h e   p l a y o f f s .   c a v s   l o o k   p o i s e d   t o   h a v e   a   g r e a t   s e a s o n .   o h i o s t a t e   i s   s t i l l   o h i o   s t a t e . 
 
 h o n e s t l y   i   d o n ’ t   a c t u a l l y   m i s s   t h e   b r o w n s   a s   m u c h   a s   i   t h o u g h t   i   w o u l d .
g u a r d i a n s   t u e s d a y .   c a v s   b a c k   i n   a c t i o n   t o m o r r o w .   
 
 w e   s l e e p i n g   g o o d .   j u s t   t u r n   t h i s   g a r b a g e   o f f .   💯
g u a r d i a n s   c u r r e n t l y   s i t t i n g   i n   a   s u i t e   a t   a   b r o w n s   g a m e   h a s   c a v s   s i t t i n g   i n   a   s u i t e   d u r i n g   t h e   2 0 1 6   w o r l d   s e r i e s   v i b e s .
t h e   g u a r d i a n s   a r e   a   s m a r t ,   f u n - t o - w a t c h   t e a m .   t h e   c a v s   a r e   a   s m a r t ,   f u n - t o - w a t c h   t e a m .   t h e   b r o w n s … t h e   b r o w n s … 
 f o r t h e l a n d
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
c l e v e l a n d   w e   h a v e   t h e   b e s t   s p o r t s   a n n o u n c e r s .   h a m m y ,   j i m   d ,   a n d   r i p   j o e   t r a i t ,   f r e d   m c l e o d .   c l e v e l a n d   i s   t h e   b e s t   s p o r t s   t o w n .   
 b r o w n s   f o r t h e l a n d   c a v s  
  b i g   t i c k e t   🎟   
 
 n b a   l a c l i p p e r s   c e l t i c s   c a v s   c a v s s u m m e r   c l e v e l a n d c a v a l i e r s   b e t h e f i g h t   c a v s h i o n   c a v s 5 0   f i e l d h o u s e h e a t   c a v s d r a f t   l e t e m k n o w   d a l l a s   c e l t i c s   b o s t o n c e l t i c s   c u s r i s e   l a k e r s   l a k e r s f a m i l y   l a k e r n a t i o n   g o l a k e r s   l o s a n g e l e s l a k e r s   l a k e s h o w  
l o v e   t h i s .   d o n o v a n   m i t c h e l l   a n d   t h e   c a v s   w e r e   a t   t h e   g u a r d i a n s   g a m e   t h e n   t h e   m e t s   g a m e   l a t e r   i n   t h e   n i g h t .   t h a t ’ s   a   l o n g   a s s   d a y   o f   b a s e b a l l   l o l .  
u 1 2   l a d y   c a v s   c l u b   s o c c e r   w i l l   b e   d e f e n d i n g   t h e i r   w c o s a   c u p   t i t l e   w i t h   a   r e m a t c h   a g a i n s t   b a t h   o n   s u n d a y   a t   1 1 : 3 0   a m .   b a t h   i s   c o m i n g   i n   a s   t h e   1   s e e d ,   a n d   c o l d w a t e r ,   2 .   g o o d   l u c k   c a v s
s e e n   “ t h e   r e d e e m   t e a m ”   o n   n e t f l i x   y e t ? 
 
 c a r l o s   b o o z e r   l i e d   t o   a   b l i n d   m a n .   😂   😂   c a v s   
 

b r a n d o n   i n g r a m   f u t u r e   c a v a l i e r ?   c a v s   l e t e m k n o w  
s h a r i f e   c o o p e r   w i n e   & a m p ;   g o l d   s c r i m m a g e   h i g h l i g h t s   ( p a r t   1 ) :   
 
 s h a r i f e   c o o p e r   w i n e   & a m p ;   g o l d   s c r i m m a g e   h i g h l i g h t s   ( p a r t   2 ) :     
 
 c a v s   l e t e m k n o w
t h e   c a v s   c o u l d   p o t e n t i a l l y   h a v e   a   l i n e u p   w i t h   4   a l l - s t a r s   t h i s   s e a s o n ,   a n d   t h e y ’ r e   a l l   y o u n g   g u y s . 
 
 •   g a r l a n d   i s   2 2 . 
 •   m i t c h e l l   i s   2 6 . 
 •   m o b l e y   i s   2 1 . 
 •   a l l e n   i s   2 4 .   
 
 i n c l u d e   o k o r o   w h o   i s   2 1 ,   l e v e r t   w h o   i s   2 8 …   g r o u p   i s   s o   y o u n g   a n d   t a l e n t e d . 
 
 l e t e m k n o w
a   l o t   o f   p l a y e r s   a r e   r e s p e c t i n g   t h e   c a v s   a   l o t   m o r e ,   e s p e c i a l l y   t h i s   s e a s o n   c o m i n g   u p ,   a l o n g   w i t h   t h e   f r o n t   o f f i c e   g e t t i n g   l o v e   a n d   r e s p e c t   a f t e r   h a v i n g   t o   r e b u i l d   o n c e   k y r i e   a n d   l e b r o n   l e f t   t h e   f r a n c h i s e . 
 
 l e t e m k n o w  
i ' m   s u r e   o t h e r   c i t i e s   c a n   s a y   t h e   s a m e   -   b u t   c l e v e l a n d ' s   h i s t o r y   o f   r a d i o   s p o r t s c a s t e r s   i s   r e a l l y   n e x t   l e v e l :   h a m m y ,   h e r b   s c o r e ,   j o e   t a i t ,   j i m   d o n o v a n ,   n e v   c h a n d l e r   -   j u s t   a n   a r r a y   o f   f a n t a s t i c   r a d i o   g u y s . . .   f o r t h e l a n d   b r o w n s   c a v s   c l e v e l a n d a g a i n s t t h e w o r l d  
c l e v e l a n d c a v a l i e r s   1 1   c a r d   l o t   c a v s   c a v a l i e r s   
 
 $ 4   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
    c a v s   a r e n ’ t   f o r   s a l e ,   s u n s   a r e .  
n e w - l o o k   c a v s   l i v e n   u p   p r e s e a s o n   l u l l   w i t h   w i n e   a n d   g o l d   s c r i m m a g e 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   n b a   w i n e a n d g o l d   

a   g r e a t   s p o r t s   w e e k e n d   i n   c l e v e l a n d     b u c k e y e n a t i o n   d a w g p o u n d   f o r t h e l a n d   b r o w n s   g u a r d i a n s   b u c k e y e s   c a v s 🏀     m s u v s o s u   s d v s c l e 🏈   t b v s c l e ⚾ ️   b i l l i a r d s 🎱   m a n c a v e   c h e c k   u s   o u t   a t    
w o r d   i s   d y l a n   w i n d l e r   t o r e   t h e   l a b r u m   i n   h i s   s h o u l d e r   w h i l e   h o l d i n g   u p   t h e   i   i n   o h i o   a t   t h e   g u a r d i a n s   g a m e   & a m p ;   c o u l d   b e   o u t   6   m o n t h s .   c a v s
i f   y o u   a r e n ' t   l i s t e n i n g   t o   t h e   b u r n i n g r i v e r s p o r t s c a s t   p o d c a s t   o r   w a t c h i n g   t h e   v i d e o p o d c a s t   o n   y o u t u b e   t h e n   h e r e ' s   a   t a s t e   o f   w h a t   y o u ' r e   m i s s i n g ! 
 . 
 c l e v e l a n d b r o w n s   c l e v e l a n d   b r o w n s   f o o t b a l l   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   g u a r d s  
c a v s   d o n o v a n   m i t c h e l l ,   i s a a c   o k o r o ,   d y l a n   w i n d l e r   a n d   d e a n   w a d e   l e a d i n g   a n   o - h - i - o   c h a n t   a t   t h e   g u a r d i a n s   g a m e .  
i t   w a s   a   f u n ,   l a i d   b a c k   m o r n i n g   a t   t h e   c a v s   w i n e   a n d   g o l d   s c r i m m a g e .   _   h a d   a   f e w   o b s e r v a t i o n s   f r o m   t h e   e v e n t .  
i ' l l   a d m i t   i   w a s n ' t   a l w a y s   b l o w n   a w a y   b y   l u k e   t r a v e r s   l a s t   s e a s o n .   t h e r e   w e r e   d e f i n i t e l y   g l i m p s e s   b u t   i   w a s n ' t   e v e r   s o l d   o n   h i m   a s   a   r o t a t i o n   p l a y e r .   s u m n e r   l e a g u e   c h a n g e d   m y   v i e w s ,   a n d ,   s e e i n g   h i g h l i g h t s   s u c h   a s   t h i s .   
 c a v s  
c a v a l i e r s   d o n o v a n   m i t c h e l l ,   i s a a c   o k o r o ,   d y l a n   w i n d l e r   a n d   d e a n   w a d e   m a d e   t h e i r   w a y   t o   p r o g r e s s i v e   f i e l d   t o   c h e e r   o n   t h e   g u a r d i a n s .   c a v s  
c a v s   h e r e   a t   t h e   g u a r d i a n s   g a m e  
c a v s   i s a a c   o k o r o ,   d o n o v a n   m i t c h e l l ,   d y l a n   w i n d l e r   & a m p ;   d e a n   w a d e   d o   t h e   o - h - i - o   h o n o r s   a t   g u a r d i a n s   v s   r a y s   a l w i l d c a r d  
c a v s   d o n o v a n   m i t c h e l l ,   i s a a c   o k o r o ,   d y l a n   w i n d l e r   a n d   d e a n   w a d e   l e a d i n g   a n   o - h - i - o   c h a n t   a t   t h e   g u a r d i a n s   g a m e .  
d o n o v a n   m i t c h e l l ,   i s a a c   o k o r o ,   d y l a n   w i n d l e r   a n d   d e a n   w a d e   i n   t h e   h o u s e .   g u a r d i a n s   c a v s  
m y   r e a d   o n   t h e   c l e v e l a n d   c a v a l i e r s '   d e p t h   c h a r t   f o r   f a n t a s y :   
 
 p g   d a r i u s   g a r l a n d 
 s g   d o n o v a n   m i t c h e l l 
 s f   i s a a c   o k o r o 
 p f   e v a n   m o b l e y 
 c   j a r r e t t   a l l e n 
 6   c a r i s   l e v e r t 
 7   k e v i n   l o v e 
 8   d e a n   w a d e 
 9   r a u l   n e t o 
 1 0   c e d i   o s m a n 
 i n j   r u b i o 
 
 c a v s   c a v a l i e r s     n b a   n b a 2 k 2 3   f a n t a s y  
t h e   c l e v e l a n d   c a v a l i e r s '   u n c o n v e n t i o n a l   r o s t e r   m a k e u p   i s   p a y i n g   d i v i d e n d . . .     v i a     c a v s
p e o p l e   o f   a l l   a g e s   a n d   d i f f e r e n t   b a c k g r o u n d s   v o l u n t e e r   f o r   c a v s   a n d   w e   a r e   a l w a y s   i n t e r e s t e d   t o   s p e a k   t o   n e w   p e o p l e   w h o   w o u l d   l i k e   t o   j o i n   o u r   f r i e n d l y   t e a m .   
 
 w e   c a n   o f f e r   s o m e   g r e a t   r o l e s ,   s h o r t   o r   l o n g   t e r m   d e p e n d i n g   o n   t h e   t i m e   y o u   c a n   s p a r e .   c o n t a c t   u s   t o   f i n d   o u t   m o r e . . . .  
t o m o r r o w   s u n d a y ,   o c t o b e r   9 t h ,   c a v a n a u g h ’ s   w i l l   o p e n   a t   9 : 3 0 a m .   n y   g i a n t s   f o o t b a l l .   f r e e   b a g e l s   & a m p ;   t - s h i r t s .   l e t ’ s   g o   g i a n t s .   b l u e p o i n t   p u m p k i n b e e r   y u m o n l i   b b p p h a n t o m s   b a y p o r t   c a v a n a u g h s   b u c k e t s   h o l b r o o k   l i p u m p k i n   o n i o n s o u p   c a v s   p u b   o t b  
c a v s   w i n e   & a m p ;   g o l d   s c r i m m a g e   
 
 
 l e t e m k n o w   c a v s  
c a v s   w i n e   a n d   g o l d   s c r i m m a g e   s t a r t s   w i t h   s o m e   s t r e t c h i n g   b e f o r e   w o r k i n g   o n   t r a n s i t i o n   d e f e n s e   a n d   h a l f   c o u r t   s e t s .  
h a d   a   f e e l i n g   t h e   c a v a l i e r s   w o u l d   b e   i n   a t t e n d a n c e   t o d a y .   c a v s   g u a r d i a n s  
c a v s   w i n e   a n d   g o l d   s c r i m m a g e   h a s   w r a p p e d   u p   f o r   t h e   d a y .   m a n y   o f   t h e   p l a y e r s   a r e   h e a d e d   t o   p r o g r e s s i v e   f i e l d   f o r   t h e   g u a r d i a n s   g a m e .
b e f o r e   t h e   s e a s o n   s t a r t s   i   j u s t   w a n n a   s a y   i   b e l i e v e   i n   l a m a r   s t e v e n s 🤘 🏼   c a v s   l e t e m k n o w
c a v s   g u a r d   d a r i u s   g a r l a n d   w i t h   a   m e s s a g e   f o r   t h e   f a n s   a t   t h e   c o n c l u s i o n   o f   t h e   w i n e   & a m p ;   g o l d   s c r i m m a g e .  
c a v s   s t a r   d o n o v a n   m i t c h e l l   l i k e l y   m i s s i n g   t h e   f i r s t   p i t c h   o f   t o d a y ’ s   g u a r d i a n s   g a m e   t o   s t a y   a f t e r   a n d   t a l k   w i t h   c l e v e l a n d   f a n s .  
c a v s   h a d   7 , 1 3 9   f a n s   i ' m   a t t e n d a n c e   f o r   t h e   w i n e   a n d   g o l d   s c r i m m a g e   t o d a y .
c a v s   h a d   7 , 1 3 9   f a n s   i n   a t t e n d a n c e   a t   t h e   w o l s t e i n   c e n t e r   f o r   t h e   w i n e   a n d   g o l d   s c r i m m a g e .
o v e r   7 , 0 0 0   p e o p l e   w e r e   a b l e   t o   m a k e   i t   t o d a y ’ s   c a v s   w i n e   a n d   g o l d   s c r i m m a g e   t o d a y .   a   g r e a t   w a y   t o   k i c k   o f f   a   b u s y   s p o r t s   w e e k e n d   i n   c l e v e l a n d .
7 , 1 3 9   i n   a t t e n d a n c e   a t   c a v s   w i n e   a n d   g o l d   s c r i m m a g e
t h e   c r o w d   c l a m m e r s   f o r   f o r m e r   n b a   s l a m   d u n k   c h a m p   d o n o v a n   m i t c h e l l   a n d   h e   d e l i v e r s   w i t h   a u t h o r i t y !   c a v s  
t h e   c r o w d   a s k e d   f o r   a   " s p i d a "   d u n k ,   a n d   t h e y   g o t   o n e .   c a v s  
c a v s   s t a r   d o n o v a n   m i t c h e l l   b r i n g i n g   t h e   h o u s e   d o w n ! 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e   f r o m   m e !   ⤵ ️ 
 
  
d o n o v a n   m i t c h e l l ’ s   c r a c k   a t   t h e   d u n k   c o n t e s t .   c a v s  
c a v s   h o l d i n g   a n   i m p r o m p t u   d u n k   c o n t e s t .  
c a v s   f o r w a r d   l a m a r   s t e v e n s   t h r o w i n g   i t   d o w n   w i t h   o n e   h a n d  
c a v s   g i v i n g   t h e   f a n s   o n e   l a s t   s h o w   w i t h   a   d u n k   c o n t e s t .   f o r w a r d   l a m a r   s t e v e n s   s t a r t s   i t   o f f   w i t h   a   b a n g !  
s h a r i f e   c o o p e r   e n d s   t h e   c a v s   s c r i m m a g e   w i t h   a   f u l l   c o u r t   h o o k   s h o t   t o   g e t   t h e   c r o w d   o n   t h e i r   f e e t   o n e   m o r e   t i m e .
t o   c l o s e   t h i n g s   o u t ,   c a v s   t r a i n i n g   c a m p   i n v i t e   s h a r i f e   c o o p e r   h i t   a   f u l l   c o u r t   s h o t .
c a v s   s t a r   d o n o v a n   m i t c h e l l   i s   i n v i t i n g   y o u n g e r   f a n s   o n t o   t h e   f l o o r   w h i c h   t e c h n i c a l l y   g i v e s   h i s   t e a m   a n   u n f a i r   a d v a n t a g e . 
 
 b u t   i t ’ s   s t i l l   f u n   t o   s e e   h i m   s h o w i n g   s o   m u c h   l o v e   t o   c l e v e l a n d .
t h e   c a v s   a r e   t r y i n g   r e a l l y   h a r d   t o   t h r o w   a   l o b   t o   d a r i u s   g a r l a n d   i n   t h i s   o n e
k e v i n   l o v e   g e t s   a   h u g e   o v a t i o n   f o l l o w i n g   u p   d o n o v a n   m i t c h e l l   b e i n g   i n t e r v i e w e d   f o r   t h e   f a n s   m i d - s c r i m m a g e .   t h e   b u i l d i n g   i s   b u z z i n g   c a v s
h o o s   i n   c ’ v i l l e   f o r   h o m e c o m i n g s ?   p i c t u r e   p e r f e c t   d a y   f o r   a   c a v s   w i n !   g o h o o s   w a h o o w a  
i t ’ s   r a i n i n g   t h r e e - p o i n t e r s   a t   t h e   w o l s t e i n   c e n t e r   f o r   t h e   c a v s . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e   f r o m   m e !   ⤵ ️ 
 
    
b i g   n e w s   i n   t h e   w i n e   a n d   g o l d   s c r i m m a g e :   c a v s   j a r r e t t   a l l e n   i s   n o t   w e a r i n g   a   h e a d b a n d .
w a t c h i n g   c a v s   s c r i m m a g e   b e f o r e   h e a d i n g   o v e r   t o   s e e   t h e   t r i b e … .   g u a r d i a n s .  
c a v s   g u a r d   r a u l   n e t o   d r a w s   f i r s t   b l o o d   o f f   a   d o n o v a n   m i t c h e l l   a s s i s t . 
 
 m i t c h e l l   a n d   g a r l a n d   a r e   g o i n g   h e a d   t o   h e a d   a t   p o i n t   g u a r d . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e   f r o m   m e !   ⤵ ️ 
 
  
a t   t h e   s t a r t   o f   t h e   s c r i m m a g e ,   c a v s   h a v e   d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l   o n   o p p o s i t e   t e a m s .
k e v i n   l o v e ,   e v a n   m o b l e y   a n d   d y l a n   w i n d l e r   d i d   n o t   t a k e   p a r t   i n   t h e   m a j o r i t y   o f   w a r m u p s .   c a v s
c a v s   r u n n i n g   s o m e   s e t s   d u r i n g   t o d a y ’ s   s c r i m m a g e 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e   f r o m   m e !   ⤵ ️ 
 
  
.   r u n s   o u t   o n   t h e   c o u r t ,   t h e   c a v s   l e t   h i m   g o   o u t   o n   h i s   o w n .   g r e a t   s t a r t   t o   t h e   s e a s o n   😂  
o n   h a n d   f o r   t h e     w i n e   a n d   g o l d   s c r i m m a g e   h e r e   a t     a n d   i f   t h i s   i s   a n y   i n d i c a t i o n   o f   w h a t   f a n s   w i l l   s e e   i n   2 0 2 2 - 2 3 ,   t h e   e a s t   i s   i n   t r o u b l e !   c a v s   w i n e a n d g o l d
h e r e   a t   c a v s   w i n e   a n d   g o l d   s c r i m m a g e ,   t h e r e   a r e   t h r e e   p l a y e r s   n o t   g o i n g   t h r o u g h   w a r m u p s   a n d   s t r e t c h i n g :   d y l a n   w i n d l e r   ( a n k l e ) ,   e v a n   m o b l e y   ( a n k l e )   a n d   k e v i n   l o v e .
  r u n s   o u t ,   t h e   c a v s   l e t   h i m   g o   o u t   o n   h i s   o w n   😂  
a f t e r   m a k i n g   r o o k i e   b i g   m a n   i s a i a h   m o b l e y   r u n   o u t   o n   h i s   o w n ,   t h e   r e s t   o f   t h e   c a v s   w a l k   o u t   t o   a n   a m p e d   u p   c r o w d . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e   f r o m   m e !   ⤵ ️ 
 
  
y o u r   c a v s   h a v e   t a k e n   t h e   f l o o r   f o r   t h e   w i n e   a n d   g o l d   s c r i m m a g e !  
t h e   c a v s   n e e d   i s a a c   o k o r o   t o   s t e p   u p   o n   o f f e n s e   t h i s   s e a s o n ,   w r i t e s   .     l e t e m k n o w
t h e   m o r n i n g   g l o r y   c a v s   b e l i e v e l a n d 🏀   c l e   @   w o l s t e i n   c e n t e r   a t   c l e v e l a n d   s t a t e   u n i v e r s i t y  
h e y   c a v s   f a n s ,   i   w a n t   t o   w a t c h   o n     b u t   i   c a n ’ t   c a u s e   i   g o t   ,   i s   m y   o n l y   o p t i o n   t o   w a t c h   i s     b e c a u s e     w o n ’ t   w o r k ? 
 
 a d v i s e .   w a n t   t o   b e   c r y s t a l   c l e a r   h e r e .   i   h a t e   p a y i n g   a n o t h e r   p r o v i d e r   $ 2 0 / m o   f o r   g a m e s .
t h e   c a v s   a n n u a l   w i n e   a n d   g o l d   s c r i m m a g e   i s   a b o u t   t o   k i c k   o f f   a t   c l e v e l a n d   s t a t e ’ s   w o l s t e i n   c e n t e r .   r i g h t   d o w n   e u c l i d   i s   c o v e r i n g   i t   a l l ! 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
b i g   s p o r t s   w e e k e n d   f o r   c l e v e l a n d : 
 
 c a v s   w i n e   a n d   g o l d   s c r i m m a g e   a t   1 1 . 
 g u a r d i a n s   a t   n o o n . 
 b r o w n s   a t   h o m e   t o m o r r o w . 
 
 t h e n   t h e   c a v s   a r e   a t   h o m e   a g a i n s t   t h e   s i x e r s   m o n d a y .
  . . 
 w h y   i s   t h e   n a t i o n a l   m e d i a ,   t r y i n g   t o   t a k e   o r   p u t   s a q u a n   a h e a d   o f   c h u b b ,   a s   i f   h e ' s   t h e   t o p   d a w g   a n d   , n i c k   i s   a   d i s t a n t   2 n d . r e a l l y ! ! ! 
 b r o w n s   
 
 c a v s . . c a n   l o v e   b e c o m e   a   s t a r t e r   o n   t h i s   t e a m ? ? 
 
 g u a r d s . . ⚾   k i l l e r   i n s t i n c t . j r a m !   a   d a w g
    t h e   m i g h t y   c a v s   q u i t   o n   l e b r o n
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s   l e b r o n   l e b r o n j a m e s   k i n g j a m e s
" l o s s   f o r   w o r d s "   - -   c a v s   s t a r   d o n o v a n   m i t c h e l l   i s   e v e r y   m e t s   f a n   a f t e r   d e b a c l e   o f   a   g a m e   1   v s .   p a d r e s   😢 
 

" l o s s   f o r   w o r d s "   - -   c a v s   s t a r   d o n o v a n   m i t c h e l l   i s   e v e r y   m e t s   f a n   a f t e r   d e b a c l e   o f   a   g a m e   1   v s .   p a d r e s   😢 
 

" l o s s   f o r   w o r d s "   - -   c a v s   s t a r   d o n o v a n   m i t c h e l l   i s   e v e r y   m e t s   f a n   a f t e r   d e b a c l e   o f   a   g a m e   1   v s .   p a d r e s   😢 
 

  m y   l i l   b u s t a r h y m e s   d o g   d o g s a r e l o v e   d o g s   d o g s o f t w i t t t e r   d o g s o n t w i t t e r   d o g s a r e f a m i l y   d o g s o f i n s t a g r a m   c a v s   c a v   c a v a l i e r k i n g c h a r l e s s p a n i e l   c a v a l i e r s   m y b e s t f r i e n d   m y h a i r y s o n   🤗 🐾  
h i g h e s t - p a i d   c a v s   p l a y e r s   i n   t h e   2 0 2 2 - 2 3   s e a s o n   💰 
 
 d o n o v a n   m i t c h e l l :   $ 3 0 , 3 5 1 , 7 8 0 
 k e v i n   l o v e :   $ 2 8 , 9 4 2 , 8 3 0 
 j a r r e t t   a l l e n :   $ 2 0 , 0 0 0 , 0 0 0 
 c a r i s   l e v e r t :   $ 1 8 , 7 9 6 , 2 9 6 
 d a r i u s   g a r l a n d :   $ 8 , 9 2 0 , 7 9 5 
 
 f r o m   a   r e b u i l d i n g ,   t o   a   p l a y o f f   t e a m ,   t h e   t e a m ' s   f r o n t   o f f i c e   h a s   d o n e   a   v e r y   g o o d   j o b .   👏  
t h e   c l e v e l a n d   c a v a l i e r s   s h o u l d   b e   h a p p y   t h e y   d o n ’ t   h a v e   a n y   d r a y m o n d   g r e e n ’ s   o n   t h e   r o s t e r   
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   c a v s   

“ i t ’ s   s o m e t h i n g   i   l o o k   f o r w a r d   t o   a n d   s o m e t h i n g   i   l i k e   d o i n g ” 
 
 w i t h   c a v s   a l l - s t a r   b a c k c o u r t   h a n d l i n g   m o s t   o f   t h e   o f f e n s i v e   r e s p o n s i b i l i t y ,   t h e   t e a m   o n l y   n e e d s   s o   m u c h   f r o m   t h e   f i f t h   s t a r t e r   —   a n d   m u c h   o f   i t   i s   o n   t h e   d e f e n s i v e   e n d .   c a r i s   l e v e r t   i s   r e a d y 
 

p l e a s e   n e v e r   f o r g e t   t h a t   t r i s t a n   t h o m p s o n   p u n k i n g   d r a y m o n d   i s   t h e   o n l y   r e a s o n   n e e d e d   a s   t o   w h y   h i s   j e r s e y   s h o u l d   b e   r e t i r e d   a t   r m f .   c a v s
h a d   a n   a w e s o m e   t i m e   a t   t h e   b a y   h o m e c o m i n g   p a r a d e ! !   a   y o u n g   b o y   n a m e d   w i l l   r e c o g n i z e d   m e ,   c a m e   o v e r   a n d   o f f e r e d   m e   t h r e e   p i e c e s   o f   c a n d y   i f   i   t o l d   h i m   h o w   m a n y   g a m e s   i   t h o u g h t   c a v s   w o u l d   w i n   t h i s   y e a r .   w i l l   i s   a   b i g   f a n   o f   t h e   d o n o v a n   m i t c h e l l   t r a d e   a n d   t h i n k s   5 0 - p l u s   i s   d o a b l e
t e a m s   w i t h   t h e   b e s t   o f f s e a s o n   🏀 
 
 ( p e r   g m   s u r v e y ) 
 
 c a v s   4 1 % 
 
 t i m b e r w o l v e s   1 7 % 
 
 s i x e r s   1 7 % 
 
 j a z z   1 7 % 
 
 n b a  
" h o w   d o e s   t h a t   g e t   o u t "   - -   c a v s   s t a r   k e v i n   l o v e   h a s   b a f f l e d   r e a c t i o n   t o   d r a y m o n d   g r e e n - j o r d a n   p o o l e   f i g h t   d u r i n g   w a r r i o r s   p r a c t i c e   🤯 

l e b r o n   j a m e s   1 / 1   s p l a t t e r   b l a s t   c u s t o m   a r t   c a r d   l e b r o n j a m e s   k i n g j a m e s   c l e v e l a n d c a v a l i e r s   c a v s   c a v s b a s k e t b a l l   c a v a l i e r s   n b a   b a s k e t b a l l c a r d s   s p o r t s c a r d s   c a r d a r t   c a r d c o l l e c t o r   m i x e d m e d i a a r t   m i x e d m e d i a   a c r y l i c p a i n t   a r t   a r t w o r k   a r t w o r l d   p a i n t i n g   l b j   l b j 2 3  
c a v s   c a r i s   l e v e r t   i s   u s e d   t o   h a v i n g   t h e   b a l l   i n   h i s   h a n d s ,   l o o k i n g   t o   s c o r e .   b u t   t h a t ' s   n o t   w h a t   t h e   t e a m   n e e d s .   i t ' s   t i m e   t o   s a c r i f i c e   a   b i t   o n   o f f e n s e   a n d   s t e p   i n t o   t h e   r o l e   h e   h a d   e a r l i e r   i n   h i s   c a r e e r .   l e v e r t   k n o w s   i t .   h e ' s   b e e n   p r e p a r i n g   f o r   i t . 
 

n e w   v i d e o   t o   w a t c h : 
 
 " w h o   s h o u l d   t h e   c l e v e l a n d   c a v a l i e r s   s t a r t   a t   s m a l l   f o r w a r d   i n   2 0 2 2 - 2 0 2 3   n b a   s e a s o n ? ! "   
 
 c r e a t o r :     t h e   c h b   p o d c a s t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
c o u g h   c o u g h   w h a t ?   n e e d   t h e   t e a   c a v s   l e t e m k n o w  
l e b r o n   c l o c k e d   k y r i e .   n e w   i n f o   h e r e     c a v s   l o l   😂  
n e w   v i d e o   t o   w a t c h : 
 
 " c l e v e l a n d   c a v a l i e r s   a r e   t r a d i n g   f o r   j a e   c r o w d e r ? ! "   
 
 c r e a t o r :     c e n t r e   h a l f   b e n c h 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
t h i s   p r o v e s   d r a y m o n d ’ s   s u s p e n s i o n   i n   2 0 1 6   w a s   w a r r a n t e d   a n d   j u s t i f i e d .   g o   c a v s  
i   a s k e d   c a v s   f o r w a r d   l a m a r   s t e v e n s   a b o u t   h o w   t h e   p h i l l i e s   w i l l   d o   t h i s   p o s t s e a s o n . 
 
 “ t h e r e ’ s   g o i n g   t o   b e   a   c h a m p i o n s h i p   p a r a d e   i n   p h i l l y . ” 
 
 i   a s k e d   h i m   w h a t   i f   t h e y   e n d e d   u p   f a c i n g   t h e   g u a r d i a n s ? 
 
 “ t h e r e ’ s   g o i n g   t o   b e   a   c h a m p i o n s h i p   p a r a d e   i n   p h i l l y . ”
g o l d e n s t a t e w a r r i o r s   a r e   a   f a m i l y ,   i t ’ s   a n   a b u s i v e   f a m i l y , b u t   a   f a m i l y   j u s t   t h e   s a m e 😂 😂 😂 🙄 😂   c a v s     d r a y m o n g r e e n   i s   a   a b u s e r  
i t ’ s   h a r d   t o   f i l m   f r o m   a c r o s s   t h e   c o u r t   b u t   c a v s   f o r w a r d   i s a a c   o k o r o   h a s   h i t   a   h e a l t h y   c l i p   o f   t h r e e - p o i n t e r s   a s   p r a c t i c e   c o n c l u d e s .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s h a r e d   w i t h   m e   t h a t   e v a n   m o b l e y   i s   i m p r o v i n g   i n   h i s   r e c o v e r y   f r o m   h i s   a n k l e   s p r a i n .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   d y l a n   w i n d l e r   w a s   u n a b l e   t o   p r a c t i c e   t o d a y   b u t   i s   i m p r o v i n g .
l a s t   n i g h t     a n d   i   r e f l e c t e d   o n   t h e   c a v s   f i r s t   p r e s e a s o n   g a m e ,   t a l k e d   a b o u t   t h e   e v a n   m o b l e y   i n j u r y   o h   a n d   c h e e s e s t e a k s !   c h e c k   o u r   t h e   l a t e s t   p o d c a s t   f o r   _ f n  
t h r o u g h   3   i n n i n g s ,   s c o r e l e s s   g u a r d i a n s - r a y s   f e e l s   l i k e   t h e   f i r s t   h a l f   o f   a   l e b r o n   j a m e s - l e d   c a v s   p l a y o f f   g a m e .   s t i l l   i n   t h e   f e e l i n g - o u t   p e r i o d .   a l w i l d c a r d
f o r g o t   t o   g r a b   a   p i c t u r e   o n   m y   w a y   i n   b u t   t h e   m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   a n d   s e l e c t   p l a y e r s   s o o n . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 

i   w i l l   s a y ,   i ' m   s o   h a p p y   i   c a n   w a t c h   m y   g u a r d i a n s   o n   e s p n ,   w i t h   ,   b u t   t h e n   i   c a n ' t   w a t c h   m y   c a v s ,   b e c a u s e   i   h a v e   t o   g e t   t h e     a n d   w h a t   a n   i n s a n e   a m o u n t   o f   m o n e y !   u n l e s s   y o u ' r e   a   s e a s o n   t i c k e t   h o l d e r .   t h a t ' s   f o r   a n o t h e r   t i m e . . . c o u p l e   o f   w e e k s !
i ’ m   i n   e n e m y   t e r r i t o r y   b u t   i   b r o u g h t   m y   b a t t l e   a r m o r   c a v s  
t h a n k f u l l y   n o   c a v s   p o w e r   f o r w a r d s   h a v e   s u c k e r   p u n c h e d   t h e   g u a r d s   w e   d i s c u s s e d .  
t h e     “ n e w ”   i c o n   j e r s e y   i s   a   c o m p l e t e   r i p o f f   o f     j e r s e y   f r o m   a   f e w   y e a r s   a g o .   c o m e   o n   c a v s ,   y o u ’ r e   b e t t e r   t h a n   t h a t !   🙄  
n e w   v i d e o   t o   w a t c h : 
 
 " c a v a l i e r s   a t   7 6 e r s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   5 ,   ' 2 2   ’ 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 

2 0 2 2 - 2 3   n b a   s e a s o n   p r e v i e w s :   c l e v e l a n d   c a v a l i e r s 
 
   _ 8 2 4 _   
 
 n b a t w i t t e r   c a v s   b e t h e f i g h t 
 

c a v s   d o   h a v e   p r a c t i c e   t h i s   a f t e r n o o n   a t   c l e v e l a n d   c l i n i c   c o u r t   b e f o r e   t o m o r r o w ' s   w i n e   a n d   g o l d   s c r i m m a g e .   i ' m   o n   g u a r d o s   d u t y   t o d a y   t h o u g h ,   w i l l   b e   b a c k   o n   c a v s   ( a n d   g u a r d o s )   t o m o r r o w .
c a v s   f a n s   w a t c h i n g   t h e   c e l t i c s ,   n e t s ,   a n d   w a r r i o r s   d r a m a .  
p h o e n i x   s u n s   h a v e   i n t e r e s t   . . . 
   
 
   
 b o j a n b o g d a n o v i c   b o j a n b o g d a n o v i c c r o a t i a   b o j a n b o g d a n o v i c p h o e n i x s u n s   b o j a n b o g d a n o v i c u t a h j a z z   c a v s   c l e v e l a n d c a v a l i e r s   d e v i n b o o k e r   d e v i n b o o k e r h i g h l i g h t s   d e v i n b o o k e r n b a 2 k   d e v i n b o o k e r n b a 2 k 2 3   d e v i n b o o k e r o p e n g y m  
w h o   c o u l d   a s k   f o r   a   b e t t e r   w e e k e n d   t o   l i v e   i n   !   l o v e   t h i s   c i t y   a n d   c a n ’ t   w a i t   b r o w n s   f o r t h e l a n d   c a v s   c l e   t h i s i s c l e v e l a n d
o n   t o d a y ’ s   s h o w     a n d     p r e v i e w   t h e   g u a r d   r o t a t i o n   o n   t h e   c a v s   r o s t e r   a n d   t r y   a n d   d o   a   t h o u g h t   e x e r c i s e   o n   t h e   r o t a t i o n . 
 
 p r o d u c e d   b y   .   c h e c k   o u t   h i s   e p   c y c l i c a l ! 
 
 📺 :   
 🎧 :   
 🎶 :    
t h e   f i r s t   c e d i   |   1 6   🏀 🔥 💪 
 
 c a v s   |   c e d i o s m a n   |    
  g a v e   h i s   s t a t   l i n e   p r e d i c t i o n   f o r   d a r i u s   g a r l a n d   i n   2 0 2 2 - 2 3   w i t h   t h e   c a v s .     l e t e m k n o w
c a v s   f i n a l s   c o m e b a c k   s t o r y 
   
 
   
 2 0 1 6   2 0 1 6 c h a m p s   b a s k e t b a l l   b e l i v e l a n d   c a v s c h a m p i o n s h i p   c a v s c o m e b a c k   c a v s f i n a l s   c a v s g a m e 7   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c h a m p i o n s h i p   c l e v e l a n d p a r a d e   c o m e f r o m b e h i n d   c u r r y   d e l l y  
n o w   i   u n d e r s t a n d   w h y   p e o p l e   k e e p   p o s t i n g ,     w i t h   t h e   .   h e   h a d   c h a m p i o n s h i p s   w /   o t h e r   t e a m ' s ,   b u t   n o t h i n g   m o r e   m e m o r a b l e   t h a n   h i s   t i m e   w i t h   t h e   c a v s 

o n   t o d a y ' s   s h o w : 
 -   g u a r d i a n s   s t a r t   t h e i r   w o r l d   s e r i e s   r u n   v s .   t a m p a 
 -   h e a d l i n e   p r e d i c t i o n s   w /   d ' q w e l l   j a c k s o n 
 -   w i l l   m y l e s   g a r r e t t   p l a y   s u n d a y ? 
 -   m i k e   f r a t e l l o   o n   t h e   c a v s 
 -   x - f a c t o r s   f o r   s u n d a y ' s   g a m e 

o c t o b e r   7 ,   1 9 8 2 : 
 
 t h e   c a v s   a c q u i r e   s t e v e   h a y e s   f r o m   t h e   p i s t o n s .   t h e y   t r a d e d   a   s e c o n d - r o u n d   p i c k . . .   t h a t   w o u l d   l a t e r   b e c o m e   d e n n i s   r o d m a n . 
 
 a t c h i s t o r y  
o c t   7 ,   1 9 9 5   -   
 
 t h e   c a v s   s e n d   h o t   r o d   w i l l i a m s   ( r i p )   t o   p h x   f o r   a n t o n i o   l a n g ,   d a n   m a j e r l e ,   a n d   t h e   f i r s t - r o u n d   p i c k   t h a t   b e c a m e   b r e v i n   k n i g h t .   
 
 a t c h i s t o r y  
h a p p y   b i r t h d a y   t o   f o r m e r   c a v s     ( 2 9 )   a n d   a j   p r i c e   ( 3 6 ) ! 
 
 a t c b i r t h d a y s  
o c t o b e r   7 ,   1 9 9 5 :   g o o d b y e   h o t   r o d 🏀 
 r e b u i l d i n g   c a v s   d e a l   9 - y r   v e t ,   1   a l l - t i m e   c l e   s h o t   b l o c k e r   ( n o w   z )   & a m p ;   f a n   f a v   j o h n   " h o t   r o d "   w i l l i a m s   t o   s u n s   f o r   d a n   m a r j e r l e , a n t o n i o   l a n g , 1 s t   p k   
 g r e a t   c a v ,   g r e a t   p l a y e r ,   g r e a t   c a r e e r ,   g r e a t   m a n ,   g r e a t   n i c k n a m e   
 6 t h m a n   s h o t b l o c k e r   h o t r o d 🙏  
h e r b   j o n e s 
 e v a n   m o b l e y 
 s c o t t i e   b a r n e s 
 
 h a s   t h e r e   e v e r   b e e n   3   s o p h o m o r e s   w i t h   l e g i t i m a t e   a l l - d e f e n s e   h y p e   i n   t h e   s a m e   y e a r ?   
 
 a y o   m i g h t   b e   a   4 t h   w i t h   l o n z o   m i a .   
 
 t r u l y   h a s   t h e   p o t e n t i a l   t o   b e   o n e   o f   i f   n o t   t h e   b e s t   d e f e n s i v e   d r a f t   o f   a l l - t i m e . 
 
 p e l i c a n s   c a v s   r a p t o r s   b u l l s
d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l   i m p r e s s   i n   c a v s   l o s s .   
 n b a   l e t e m k n o w   c a v s   

“ u b e r   a n d   m o t i o n a l   t o   r o l l   o u t   a u t o n o m o u s   r i d e - h a i l   a n d   d e l i v e r y   s e r v i c e s   i n   u s   c i t i e s ” 
 
 m o b i l i t y   a i   c a v s   
 

2 0 2 2 / 2 0 2 3 :   t h e   s e a s o n   w h e r e   y o u r   g i r l   t a k e s   h e r   h o s t i n g   c h o p s   t o   t h e   c o u r t .   c l e v e l a n d ,   i t ’ s   d a m n   g o o d   t o   b e   b a c k .   l e t ’ s   d o   t h i s .   c a v s   i n g a m e h o s t   l e t e m k n o w  
t h e   w i n e a n d g o l d s c r i m m a g e   t i m e   h a s   c h a n g e d   c a v s  
n o b o d y ’ s   r e a d y !   🍷 ⚜ ️   c a v s  
m o n t r e z l   h a r r e l l   e m b a r r a s s e d   h i m s e l f   a g a i n s t   t h e   c l e v e l a n d   c a v a l i e r s 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   m o n t r e z l h a r r e l l   c a v s   

h i r a m   a n d   k e i s h a   w   a r e   d e f i n i t e l y   t h e   s a m e   p e r s o n .   c h a n g e   m y   m i n d .   l e t e m k n o w   c a v s
n o   m a t t e r   h o w   u n f o r t u n a t e   t h e   s c r e e n   g r a b   o f   m y   f a c e   i s   h e r e ,   g i v e   u s   a   l i s t e n . 
 
   w i t h   s o m e   g r e a t   i n s i g h t   f r o m   p r a c t i c e   a n d   w h a t   w e   h o p e   t o   s e e   t h r o u g h o u t   c a m p   c a v s  
o h ,   i t ’ s   g o n n a   b e   p r e t t y   b a d . 
 
 b u t ,   f o r   c o n t e n d i n g   t e a m s   i t   m a y   j u s t   b e   w h a t   t h e y   n e e d .   e s p e c i a l l y   t h e   c a v s ,   w h o   h a v e   a l r e a d y   b e g u n   e y e i n g   u p   t e a m s   w h o   w a n t   t o   t a n k   f o r   t h e   b e s t   p o s s i b l e   o d d s   i n   t h e   l o t t o .   
 
 w a t c h   f o r   a   f e w   t e a m s   w h o   m a y   h a v e   a   w i n g   t h e y   n e e d . 
 
 l e t e m k n o w  
w o m e n ' s   l o n g   b r i d e s m a i d   m a x i   d r e s s 👉 
 f o r   m o r e   d r e s s   c o l l e c t i o n 👉 
 v i s i t   o u r   w e b s i t e 👉 
 s u b s c r i b e   t o   o u r   l i n k 👉 
 
 w o m e n   d r e s s   r h o b h   m a f s   l i n d s e y   c a v s   l s s o n l i n e m a r t   l s s t r e n d s  
c h e c k   o u t   📌   m e s s a g e s   o n   o u r   c h a n n e l   i n   t h e     d i s c o r d   f o r   i n f o   o n : 
 
 🎉   o p e n i n g   n i g h t   s u i t e 
 🎟 ️   l o w e r   b o w l   h o m e   g a m e   t i x 
 🗺 ️   r o a d   g a m e   t i x   f o r   n o n - l o c a l s 
 🌎   l e a g u e   p a s s   f o r   i n t e r n a t i o n a l s 
 
 c a v s   f a n s ,   t h i s   i s   f o r   y o u   😤 
 
 n b a t o p s h o t t h i s   l e t e m k n o w
s h a r i f e   c o o p e r   ( c a v s   d e b u t )   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c a v s p r e s e a s o n   c l e v e l a n d c a v s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   n b a   n b a 2 k 2 3   p h i l a d e l p h i a 7 6 e r s   s h a r i f e c o o p e r   s h a r i f e c o o p e r a o t   s h a r i f e c o o p e r a u b u r n  
  i   t h i n k   i f   w e   c a n   a c q u i r e   h i m   f o r   c h e a p ,   i ’ m   a l l   f o r   i t . 
 
 b u t   a s   o f   r i g h t   n o w ,   t h e   c a v s   d o n ’ t   b e l i e v e   t h i s ,   a n d   t h e r e   h a s n ’ t   b e e n   m u c h ,   i f   a n y   t a l k s   b e t w e e n   t h e   t w o   s i d e s   t h e   l a s t   i   h e a r d . 
 
 t h e n   a g a i n ,   i   h a v e n ’ t   c h e c k e d   i n   a w h i l e   s o   t h e   d e a l   c o u l d   h a p p e n   t o m o r r o w .   😂 😂
d o n o v a n   m i t c h e l l   d e b u t !   c l e v e l a n d   . . . 
   
 
   
 c a v s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s h i g h l i g h t s   c l e v e l a n d c a v a l i e r s n e w s   c l e v e l a n d c a v a l i e r s v s p h i l a d e l p h i a 7 6 e r s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l c a v s d e b u t   e a s t e r n c o n f e r e n c e   n b a  
  a l s o   s h o u l d   b e   n o t e d .   a s   f a r   a s   i ’ v e   b e e n   t o l d ,   t h e   c a v s   a r e   n o t   a c t i v e l y   t a l k i n g   t o   t h e   s u n s   a b o u t   j a e   c r o w d e r .
🚨   d y n a m i c   d u o   🚨 
 
 🔥   l e b r o n   x   k y r i e   🔥 
 
 c a n ' t   w a i t   f o r   t o m o r r o w   😤 😤 
 
 n b a t o p s h o t t h i s   l e t e m k n o w   c a v s   
 
 ( s o r r y     😉 )  
_   d i s h e s   o n   h i s   o n e   s t u d   a n d   o n e   d u d   f o r   t h e   c a v s   i n   t h e i r   c l o s e   p r e s e a s o n   l o s s   t o   t h e   s i x e r s   o n   w e d n e s d a y .     l e t e m k n o w
i m a g i n e   i f   v i c t o r w e m b a n y a m a   w a s   t h e   c a v s   a n d   w a s   a p a r t   o f   t h e   t a l l   b a l l   l i n e u p !   n b a   c a v s   c l e v e l a n d c a v a l i e r s   c a v s 4 l i f e   l e t e m k n o w
  t h o u g h t   h e   d i d   w e l l .   h a v i n g   a   f o r w a r d   t h a t ’ s   6 ’ 9   o u t   t h e r e   g i v e s   y o u   a   n i c e   a d v a n t a g e   f o r   t h e   c a v s .   
 
 p u t t i n g   u p   8 p t s   a n d   3 r e b s   o n   4 / 5   s h o o t i n g   l a s t   n i g h t   w a s   d e f i n i t e l y   n i c e   t o   s e e .   t h o u g h t   h e   w a s   g o o d   d e f e n s i v e l y ,   t o o   w i t h   3 b l k s   & a m p ;   2 s t l s . 
 
 g o t t t a   k e e p   i t   g o i n g   t h o .   
 
 l e t e m k n o w
s e l l i n g   i n   c r y p t o :   w h e n   i s   t h e   r i g h t   t i m e   t o   s e l l ?   f e a t u r i n g     
   v i a     
 c l e a r c r y p t o s   c r y p t o   s e l l i n g   t a k e p r o f i t s   p r o f i t   e t h e r e u m   b i t c o i n   a l t c o i n s   b n b   t r a d i n g   c a v s   r h o b h   p o r t f o l i o
d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l   i m p r e s s   i n   c a v s   l o s s .   
 n b a   l e t e m k n o w   c a v s   

y e s t e r d a y   p r e   s e a s o n   g a m e   g o t   m e   h y p e   f o r   t h e   s e a s o n   i t ’ s   r e a l l y   f i n n a   b e   f u n   t h e l a n d   c a v s
l a s t   w e e k e n d ,   c a v s   h o s t e d   t h e i r   i n a u g u r a l   w i n e   a n d   g o l d   g a l a .   
 
 t h e   n e w   f u n d r a i s i n g   r a i s e d   n e a r l y   $ 7 0 0 , 0 0 0 .   
 
 e v e r y   d o l l a r   r a i s e d   w i l l   g o   s t r a i g h t   b a c k   i n t o   t h e   c o m m u n i t y   t h r o u g h   a n n u a l   g r a n t s   g i v e n   t o   g r a n t e e s   o f   t h e   c a v a l i e r s   c o m m u n i t y   f o u n d a t i o n . 
 

r e c o g n i t i o n ,   r e w a r d ,   f u l f i l l m e n t ,   f u n ,   n e w   f r i e n d s h i p s ,   t h e s e   a r e   a l l   a t   y o u r   f i n g e r t i p s   i f   y o u   c h o o s e   t o   v o l u n t e e r   w i t h   c a v s .   
 f i n d   o u t   m o r e   a b o u t   t h e   a m a z i n g   o p p o r t u n i t i e s   w e   c a n   o f f e r   b y   c a l l i n g   o r   e m a i l i n g   u s .   b e t t e r t o g e t h e r c a v s  
a   l o o k   b a c k   a t   t h e   2 0 0 8 - 0 9   e a s t e r n   c o n f e r e n c e   s t a n d i n g s   ( 1 - 8 ) :   👀 📈 
 
 c a v s :   6 6 - 1 6 
 c e l t i c s :   6 2 - 2 0 
 m a g i c :   5 9 - 2 3 
 h a w k s :   4 7 - 3 5 
 h e a t :   4 3 - 3 9 
 s i x e r s :   4 1 - 4 1 
 b u l l s :   4 1 - 4 1 
 p i s t o n s :   3 9 - 4 3 
 
 t h e   m a g i c   w o n   t h e   c o n f e r e n c e   a n d   w e n t   a l l   t h e   w a y   t o   t h e   f i n a l s .   💪  
w h o ’ s   t h e   m o s t   i n t r i g u i n g   t e a m   i n   t h e   e a s t ? 🤔   c l e v e l a n d   o r   a t l a n t a   o r   m i n n e s o t a ?   n b a   c a v s   h a w k s   t i m b e r w o l v e s     p r e s e a s o n   n b a 2 0 2 3
t h e   d e b u t   o f   t h e   c a v s   b a c k c o u r t   d u o   f e a t u r i n g   d o n o v a n   m i t c h e l l   & a m p ;   d a r i u s   g a r l a n d   s h o u l d   h a v e   a   l o t   o f   f a n s   i n   c l e v e l a n d   e x c i t e d . 
 
   |    
s p i d a l a n d   🕷 ️ 🌆 
 
 l e t e m k n o w 
 c a v s  
t h e     i n t e r n a t i o n a l   c o n f e r e n c e   o n   i n t e l l i g e n t   t r a n s p o r t a t i o n   s y s t e m s   i s   u n d e r w a y   a n d   t h e r e   i s   a n   o n l i n e   w o r k s h o p   c e n t e r e d   a r o u n d   t h e   s a f e t y   v a l i d a t i o n   o f   c a v s . 
 
 j o i n   t h e   d i s c u s s i o n   t o m o r r o w ,   o c t o b e r   7 t h ,   a t   8 : 0 0   p m   e t :    
l o t s   o f   t a l k   a t   c a v s   p r a c t i c e   a b o u t   t h e   f l o w   & a m p ;   r h y t h m   l a s t   n i g h t : 
 
 c a r i s   l e v e r t :   " t h e r e   w a s   a   l o t   o f   s p a c e . . . i t ' s   k i n d   o f   p i c k   y o u r   p o i s o n . . . w e   e n j o y   s h a r i n g   t h e   b a l l . . . t h a t   a l l o w s   u s   t o   b e   p a t i e n t   & a m p ;   n o t   r e a l l y   c a r r y   a   b i g   b u r d e n .   i   t h i n k   a l l   o f   u s   g o t   e a s y   l o o k s   l a s t   n i g h t . "
c a v s   b i g   m a n   d e a n   w a d e   e x p r e s s e d   s i m i l a r   s e n t i m e n t s   t o   m e .   w i l l   s h a r e   t h e   f u l l   c l i p   s o o n !  
c a v s   s w i n g m a n   c a r i s   l e v e r t   d e s c r i b e d   y e s t e r d a y ’ s   g a m e   a g a i n s t   t h e   s i x e r s   a s   “ f r e e   f l o w i n g ”   c o m p a r e d   t o   h o w   i t ’ s   b e e n   i n   t r a i n i n g   c a m p . 
 
 h e   n o t e s   t h a t   c l e v e l a n d   i s   r e a l l y   g o o d   d e f e n s i v e l y   s o   h e   h a s n ’ t   g o t t e n   a   l o t   o f   e a s i e r   l o o k s   l i k e   l a s t   n i g h t .
h a p p y   n a t i o n a l   c o a c h e s   d a y !   w h i c h   c o a c h   i s   y o u r   f a v o r i t e ? !   p h o t o s :   c l e v e l a n d d o t c o m   c a v s  
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s h a r e d   w i t h   m e   t h a t   i s a a c   o k o r o   i s   “ b u i l t   l i k e   a   m a c h i n e ”   a n d   t h e y   w a n t   h i m   a t t a c k i n g   o p p o n e n t s   o n   t h e   i n t e r i o r   w h i l e   o n   o f f e n s e   a n d   y o u   s a w   a   b i t   o f   t h a t   a g a i n s t   t h e   s i x e r s   l a s t   n i g h t .
w e   d i d n ' t   s e e   a   l o t   o f   f r o m   o k o r o   o r   s t e v e n s   l a s t   n i g h t .   w a s   r e a l l y   h o p i n g   f o r   b i g   j u m p s   i n   s h o o t i n g   a b i l i t y   t h i s   y e a r .   g o o d   s l a s h e r s   b u t   n e e d   t o   b e   a b l e   t o   m a k e   o p e n   s h o t s   c a v s
a n o t h e r   c a v s   p r a c t i c e ,   a n o t h e r   c h a n c e   t o   c h e c k   o u t   r i c k y   r u b i o ’ s   r e h a b   a n d   r e c o v e r y . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
i ' m   s t i l l   v e r y   c u r i o u s   w i t h   c e d i   o s m a n ' s   f i t   o n   t h i s   t e a m .   g o o d   s h o o t e r   b u t   c a n   p l a y   o u t   o f   c o n t r o l   i n   t h e   o f f e n s e .   a l m o s t   w o u l d   r a t h e r   s e e   l a m a r   s t e v e n ' s   g e t   t h e   n o d   c a v s
h o n e s t   e x p e c t a t i o n s   f o r   t h e   c l e v e l a n d   c a v s   t h i s   s e a s o n ?
m o n t r e z l   h a r r e l l ,   a f t e r   b e a t i n g   t h e   c a v s   3 r d   s t r i n g e r s   i n   a   p r e s e a s o n   g a m e .  
m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   a l o n g   w i t h   s e l e c t   p l a y e r s   s o o n . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
o b s e r v a t i o n s   a f t e r   t h e   f i r s t   p r e s e a s o n   g a m e :   l e v e r t   a t   s f   c a n   w o r k   w e l l ;   m a m a d i   d i a k i t i   a n d   i s a i a h   m o b l e y   s h o u l d   b e   i n   r o t a t i o n ;   o s m a n   a n d   s t e v e n s   s h o u l d   b e   o u t ;   a n d   c a v s   a r e   l e g i t i m a t e   t i t l e   t h r e a t   t h i s   y e a r .
t h e   c a v s   m i g h t ’ v e   d r o p p e d   l a s t   n i g h t ’ s   g a m e   b u t   d a m n   d o e s   t h e   f u t u r e   l o o k   b r i g h t . 
 
   a n d     b r e a k   i t   a l l   d o w n .   p r o d u c e d   b y   ! 
 
 📺 :   
 🎧 :    
  a p p r e c i a t e   y o u   t a k i n g   a   s e c o n d   t o   m a k e   l i f e t i m e   m o m e n t   🤝 🏾 🕷 🕷 🕷 🕷 🕷 🕷 🕷 🕷 🕷 🕷 🕷 🕷 c a v s   c l e v e l a n d   d o n o v a n m i t c h e l l   s i x e r s c a v s   n b a p r e s e a s o n  
t h e   s c r i m m a g e   w a s   o r i g i n a l l y   s c h e d u l e d   f o r   1   p . m . ,   b u t   t h e   c a v s   o p t e d   t o   m o v e   i t   u p   t w o   h o u r s   t o   a l l o w   f a n s   t o   w a t c h   b o t h   g a m e s .   d o o r s   a t   t h e   w o l s t e i n   c e n t e r   w i l l   o p e n   a t   1 0   a . m .  
s a v i n g   m y   t h o u g h t s   o n   t h e   c a v s   f o r   t h e     p o d c a s t   l a t e r ,   b u t   m i t c h e l l   a n d   g a r l a n d   l o o k e d   g r e a t ,   a n d   w e   a r e   g o i n g   t o   h a v e   a   a   c r a z y   b a t t l e   t o   s e e   w h o   s t a r t s   a t   s m a l l   f o r w a r d .
i m a g i n e   h a t i n g   o n   a   p l a y e r   b e c a u s e   h e   p l a y s   t h e   r o l e   t h e   t e a m   n e e d s   h i m   t o   p e r f e c t l y   a n d   g o t   a n   a l l   s t a r   n o d   b e c a u s e   o f   i t   a n d   c a l l i n g   y o u r   s e l f   a   c a v s   f a n   l o l  
t h e   c a v s   h a v e   m o v e d   t h e i r   w i n e   a n d   g o l d   s c r i m m a g e   u p   t o   a n   1 1   a . m .   s t a r t   t i m e   o n   s a t u r d a y .  
d i s s e c t i n g   7 6 e r s '   v i c t o r y   o v e r   c a v s ,   m a x e y ' s   p r e s e a s o n   d o m i n a n c e ,     e m b i i . . .     v i a  
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c
e p i s o d e   5   o f   t h e     i s   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s ! 
 c l e v e l a n d b r o w n s   c l e v e l a n d   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   p o d c a s t   b r o w n s   n f l   m l b   n b a   f o r t h e l a n d   t h e l a n d  
i c y m i :   s h a r i f e   c o o p e r   h a d   1 1   p o i n t s   i n   9   m i n u t e s   i n   h i s   c a v s   d e b u t   🔥 
 
 c a v s   l e t e m k n o w 
 s u b s c r i b e :    
s e e i n g   r o b i n   l o p e z   i n   a   c a v s   u n i f o r m   l a s t   n i g h t   b r o u g h t   b a c k   m e m o r i e s   o f   a n d e r s o n   v a r a j a o .
s h a r e   y o u r   p r e d i c t i o n s   f o r   t h e   c a v s   t h i s   s e a s o n   a f t e r   t h e i r   f i r s t   g a m e   l a s t   n i g h t ! ! 
 
 a n d   y e s   t h i s   i s   s h a m e l e s s l y   r i p p e d   f r o m   t h e   a m a z i n g     c r e w   👊 
 
 i t ' s   o n l y   o n e   g a m e   b u t   _ _ _ _ _ _ _ _ _ _ _ _ .
  v e r y   " i m p r e s s i v e "     t h e   c a v s   w i t h o u t   t h e i r   b i g   m a n ,   t h i s   i s   g o i n g   t o   b e   a n d   e x c i t i n g   y e a r ,   t h e   🕷   i s   t h e   t r u t h ! ! 🏀 
 b r o w n s   t h e   s u b j e c t   m a t t e r   s h o u l d   b e   " p l a y   a c t i o n "   r u n   y o u r   d a w g s ! ! 🏈 
 f o r t h e l a n d     l e t ' s   t a k e   c a r e   o f   t h e   r a y s ! !   s t a y   f o c u s e d . . ⚾
w i s e   m o v e   f r o m   t h e   c a v s   t o   m o v e   t h e   w & a m p ; g   s c r i m m a g e   t o   a n   e a r l i e r   t i m e .  
  b e s t   1   & a m p ;   2   g u a r d s   o n   t h e   c a v s   s i n c e   p r i c e   a n d   h a r p e r .   g o i n g   t o   b e   a   g r e a t   y e a r .
r i c k y   r u b i o   b e l i e v e s   i n   c a v s ,   r e t u r n e d   f o r   ' u n f i n i s h e d   b u s i n e s s '  
d a v e y   p a r t n e r e d   w /     t o   m a k e   n o r t h e a s t o h i o   g r e e n e r   b y   p l a n t i n g   a   t r e e   f o r   e v e r y   3 - p o i n t   s h o t   m a d e   d u r i n g   t h e   2 0 2 1 - 2 2   s e a s o n .   t h e   c a v s   e n d e d   t h e   s e a s o n   w i t h   9 5 3   3 - p o i n t   s h o t s   & a m p ;   9 5 3   t r e e s 4 t h r e e s !   t o d a y ,   3 4 5   t r e e s   a r e   b e i n g   d i s t r i b u t e d   t o   2 0   l o c a l   c o m m u n i t y   o r g a n i z a t i o n s .  
i   l o o o o o v e   m e   s o m e   d o u b l e   d ’ s …   a s   i n   d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l   c a v s
d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l   i m p r e s s   i n   c a v s   l o s s .   
 n b a   l e t e m k n o w   c a v s   

i c y m i :   b a c k c o u r t   d u o   o f   d o n o v a n   m i t c h e l l ,   d a r i u s   g a r l a n d   s h i n e   i n   c a v s '   p r e s e a s o n   o p e n e r     v i a  
a n d   r e a c t i o n   t o   d o n o v a n   m i t c h e l l ' s   c a v s   d e b u t   ( i t ' s   e a r l y   g u y s ,   m y   b a d )
o n l y   p l a y e r s   t o   a v e r a g e   2 7 +   p p g   b e f o r e   t u r n i n g   2 1 : 
 
 l e b r o n   j a m e s 
 l u k a   d o n c i c 
 z i o n   w i l l i a m s o n 
 
 e x c l u s i v e   c l u b .   💯 
 
 c a v s   m a v s   p e l i c a n s   n b a  
e p i s o d e   5   o f   t h e   b u r n i n g r i v e r s p o r t s c a s t   i s   a v a i l a b l e   w h e r e v e r   y o u   g e t   y o u r   p o d c a s t s ! 
 
 c l e v e l a n d b r o w n s   c l e v e l a n d   c a v a l i e r s   c a v s   c l e v e l a n d g u a r d i a n s   c l e v e l a n d c a v a l i e r s   c l e v e l a n d s p o r t s   t a p i n m e d i a   g u a r d s   g u a r d i a n s   p o d c a s t   b r o w n s   n f l   m l b   n b a   f o r t h e l a n d   t h e l a n d  
s p o r t s   a t   : 1 5   & a m p ;   : 4 5   g u a r d i a n s   ( 9 2 - 7 0 )   h o s t   r a y s   1 2 : 0 7   f r i d a y                 c a v s   m i t c h e l l   d e b u t s ,   b r o w n s   l a t e s t   o n   g a r r e t t .                                                                                                                                    
“ i t   w a s   f u n ,   i t   w a s   e a s y ” 
 
 c a v s   d a r i u s   g a r l a n d   & a m p ;   d o n o v a n   m i t c h e l l   h a v e   b e e n   b u i l d i n g   t h e i r   b o n d   s i n c e   m i t c h e l l ’ s   a r r i v a l   -   a   b o n d   t h a t   w i l l   d e t e r m i n e   h o w   f a r   t h i s   t e a m   g o e s .   l a s t   n i g h t ,   f o r   t h e   f i r s t   t i m e   a g a i n s t   a n   n b a   o p p o n e n t ,   t h e   f i t   l o o k e d   s e a m l e s s 
 

c a v s   g o n n a   b e   m a k i n g   i t   r a i n   a l l l l l l   s e a s o n 
 
  
h o w   d i d   t h e   c a v s   d o   l a s t   n i g h t ?   c l o s e d   u p   t h e   s h o p   a n d   w a s   t o o   t i r e d   w h e n   i   g o t   h o m e   t o   c h e c k   o u t   t h e   g a m e
n e w   v i d e o   t o   w a t c h : 
 
 " d o n o v a n   m i t c h e l l   d e b u t !   c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   p r e s e a s o n   * r e a c t i o n * "   
 
 c r e a t o r :     p o s t   u p   v i d e o s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " 2 0 2 2   n b a   p r e s e a s o n   |   p h i l a d e l p i a   7 6 e r s   v s .   c l e v e l a n d   c a v a l i e r s   |   f u l l   g a m e   h i g l i g h t s   o c t o b e r   5   2 0 2 2 "   
 
 c r e a t o r :     a l l t r e n d t v 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 t y r e s e   m a x e y 
 
 2 1   p t s ,   8 2 %   f g m ,   3 - 3   3 p t 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 d o n o v a n   m i t c h e l l 
 
 1 6   p t s ,   5   a s t ,   7 5 %   3 p t 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 m o n t r e z l   h a r r e l l   . .   g a m e   w i n n e r 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 m o n t r e z l   h a r r e l l 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 r o b i n   l o p e z 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 d e ’ a n t h o n y   m e l t o n 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a m e s   h a r d e n 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 t y r e s e   m a x e y 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j o e l   e m b i i d   p t . 2 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j a r r e t t   a l l e n 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 d o n o v a n   m i t c h e l l   f i r s t   2 0 2 2 - 2 3   b u c k e t 
 
 n b a   n b a i t a l i a   c a v s   s i x e r s 

  @ _ b i g m i k e 2 7   h a d   j u s t   m o v e d   b a c k   t o   o h i o 
 e v e r y o n e   i n   c l e v e l a n d   w a s   e c s t a t i c !   c a v s   h a d   b r o u g h t   t h e   n b a   c h a m p i o n s h i p   h o m e ! 
 w e   h a d   a   r e a l   p r e s i d e n t   w h o   t o l d 
 j r s m i t h   t o   p u t   h i s   s h i r t   b a c k   o n ! 
 t o t a l l y   a g r e e   
 f a n t a s t i c   m e m o r i e s !
n o b o d y   w i t h   t h e   c a v s   h a s   e v e r   d o u b t e d   t h e   v i a b i l i t y   o f   t h e   d a r i u s   g a r l a n d - d o n o v a n   m i t c h e l l   p a i r i n g .   a n d   w e d n e s d a y ' s   p r e s e a s o n   o p e n e r   ( w i t h   a l l   t h e   u s u a l   q u a l i f i e r s )   h e l p e d   s h o w   w h y 
 
 " i t   w a s   p r e t t y   s e a m l e s s   t h e   w a y   t h e y   p l a y e d   t o g e t h e r " 
 

i s a a c   o k o r o   i s   o n e   o f   m y   f a v o r i t e   p l a y e r s   o n   t h e   c a v s   l e t e m k n o w
c a v s   a r e   n o t   a   p h y s i c a l   t e a m .   t h e y   n e e d   a   b a n g e r   i n   t h e   m i d d l e .   s o m e o n e   w h o   c a n   p u t   a   b o d y   o n   s o m e o n e .   c a v s
s o m e   q u i c k   o b s e r v a t i o n s   o f f   o f   c a v s   p r e s e a s o n   l o s s   t o   t h e   s i x e r s : 
 
 - a   f i r s t   l o o k   a t   t h e   b a c k c o u r t   o f   d a r i u s   g a r l a n d   a n d   d o n o v a n   m i t c h e l l 
 - c a r i s   l e v e r t   g e t s   f i r s t   s h o t   a t   s t a r t i n g   s m a l l   f o r w a r d 

t h a t   w a s   a   🔥   p r e   s e a s o n   b a s k e t b a l l   g a m e   g o   c a v s   g o   7 6 s
o u r   t v   j u s t   s t a r t e d   d o i n g   t h i s   d u r i n g   t h e   c a v s :  
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
a r e   y o u   l o o k i n g   f o r   a n   e x p e r t   t o   p r o m o t e   y o u r   e b o o k s   c l i c k   h e r e   n o w   t o   c o n t a c t   m e   
 
 l e s b i a n s   a b b o t t e l e m e n t a r y   r h o b h   d r a y m o n d   a e w d y n a m i t e   m a f s   j a n i n e   h a u s e r   s u r v i v o r   g a y s   s t e p h e n v o g t   m a x e y   c a v s   l i n d s e y 
  
  i   c a n ’ t   w a i t   f o r   t h e   s t a r t   “ t h e   l a n d ”   c a v s
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s s a n d i e g o   w e b s i t e   
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e
a r e   y o u   l o o k i n g   f o r   a n   e b a y   e x p e r t   t o   p r o m o t e   y o u r   s t o r e   l , 
 k i n d l y   c o n t a c t   n o w   
 
 l e s b i a n s   a b b o t t e l e m e n t a r y   r h o b h   d r a y m o n d   a e w d y n a m i t e   m a f s   j a n i n e   h a u s e r   s u r v i v o r   g a y s   s t e p h e n v o g t   m a x e y   c a v s   l i n d s e y    
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a n   e x p e w e b s i t e   d e v e l o p e r   t o   d e v e l o p   y o u r   w e b s i t e   t o d a y 
 
 c o n t a c t   m e   o n   t h e   l i n k   b e l o w 
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a n   e x p e f o r   y o u r   3 d   a n i m a t i o n   v i d e o ,   a n d   c h a r a c t e r   m o d e l l i n g   t o d a y 
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
😰   t h e m   c a v s   c a m e   o u t   s h o o t i n g   f l a m e s   t o n i g h t .   t h e y   g o n n a   b e   a   p r o b l e m   i n   t h e   e a s t .   t h e y   h a v e   y o u n g   h u n g r y   t a l e n t e d   p l a y e r s !   g o   7 6 e r s
s h a r i f e   c o o p e r   ( c a v s   d e b u t )   v s .   p h i l a d e l p h i a   7 6 e r s   ( 1 0 • 5 • 2 2 )   c a v s 
  
h i r e   a     p r o f e s s i o n a l   g h o s t w r i t e r   t o   w r i t e   a n d   c o m p l e t e   y o u r   e b o o k   f o r   y o u   
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
g o o d   1 s t   p r e s e a s o n   g a m e   f o r   t h e   c a v s   l o o k e d   l i k e   b o t h   t e a m s   w e r e   t r y i n g   t o   s h o w   t h e i r   d o m i n a n c e   i n   t h e   1 s t   h a l f   a n d   i t   e n d e d   i n   a   d r a w .   m i t c h e l l   l o o k s   l i k e   h e ' l l   f i t   i n   w i t h   t h i s   t e a m .
h i r e   a n   e x p e f o r   y o u r   3 d   a n i m a t i o n   v i d e o ,   a n d   c h a r a c t e r   m o d e l l i n g   t o d a y 
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
a r e   y o u   t i r e d   o f   l o w   s a l e   i n   y o u r   s t o r e ?   c l i c k   o n   t h e   l i n k   b e l o w   t o   g e t   m o r e   s a l e s   o n   s o c i a l   m e d i a   m e d i a 
 l e s b i a n s   a b b o t t e l e m e n t a r y   r h o b h   d r a y m o n d   a e w d y n a m i t e   m a f s   j a n i n e   h a u s e r   s u r v i v o r   g a y s   s t e p h e n v o g t   m a x e y   c a v s   l i n d s e y 
 
  
a s   a   7 6 e r s   f a n   i   m u s t   g i v e   p r o p s   t o   t h e   c a v s   o r g a n i z a t i o n .   t h e y   d i d   a   h e c k   o f   a   j o b   r e b u i l d i n g   a   w i n n e r !   t h e i r   t e a m s   s u p e r i o r   t o   l e b r o n   n o w .   c a v s   g o n n a   b e   a   f o r c e   t o   r e c k o n   w i t h .   g o   s i x e r s !
d o n o v a n   m i t c h e l l   w i t h   t h e   3 !   👀 
 
 n b a p r e s e a s o n   c a v s   7 6 e r s 

h i r e   a   n   e x p e f o r   y o u r   3 d   a n i m a t i o n   v i d e o ,   a n d   c h a r a c t e r   m o d e l l i n g   
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a     p r o f e s s i o n a l   g h o s t w r i t e r   t o   w r i t e   a n d   c o m p l e t e   y o u r   e b o o k   f o r   y o u   
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e l
h i r e   a     p r o f e s s i o n a l   g h o s t w r i t e r   t o   w r i t e   a n d   c o m p l e t e   y o u r   e b o o k   f o r   y o u   
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
h i r e   a     p r o f e s s i o n a l   g h o s t w r i t e r   t o   w r i t e   a n d   c o m p l e t e   y o u r   e b o o k   f o r   y o u   
 c o n t a c t   m e   f r o m   t h e   l i n k   b e l o w   
 
 
 a e w d y n a m i t e 
 d r a y m o n d 
 l e s b i a n s 
 a b b o t t e l e m e n t a r y 
 c h i c a g o f i r e 
 m a f s 
 l o g a n   p a u l 
 t h e   a c c l a i m e d 
 h a u s e r 
 d a c a 
 c a v s 
 l i n d s e y 
 j u s t i n   j a c k s o n 
 m a x e y
c l i c k   h e r e   n o w   t o   g e t   m o r e   s a l e s   i n   y o u r   e t s y   s t o r e 
 
 
 l e s b i a n s   a b b o t t e l e m e n t a r y   r h o b h   d r a y m o n d   a e w d y n a m i t e   m a f s   j a n i n e   h a u s e r   s u r v i v o r   g a y s   s t e p h e n v o g t   m a x e y   c a v s   l i n d s e y       e t s y s h o p 
 e t s y v i n t a g e   e t s y s t a r s e l l e r
t h e   c o m p e t i t i o n   a t   t h e   3   w i l l   m a k e   t h i s   t e a m   b e t t e r . . . a n d   t h e   b e n c h   p l a y e r s   a r e   g o n n a   h a v e   t o   g r i n d   f o r   m i n u t e s . . . . i   l o v e   i t .   
 
 b r a v o   t o   k o b y .   n o   t r a d e s   p l e a s e ,   l e t ' s   r o l l .   
 
 l a s t l y ,   t h a n k s   d a n . . . a s   a l w a y s ,   f o r   a l l   y o u   d o   f o r   u s   f a n s . . .   c a v s
c a v s   d o n o v a n   m i t c h e l l   i n t e r r u p t s   d a r i u s   g a r l a n d   t a l k i n g   a b o u t   a n o t h e r   p l a y e r ' s   a g e   i n   t h e   p o s t g a m e   p r e s s   c o n f e r e n c e   a n d   s a y s ,   " b r o ,   y o u ' r e   l i k e   1 2   y e a r s   o l d . "
w e l l ,   i t   t o o k   1   h a l f   o f   p r e s e a s o n   b a s k e t b a l l   t o   u n d e r s t a n d   w h y   m i t c h e l l   w o r k s   a n d   s e x t o n   d i d n ' t .   h e   a n d   d g   c o m p l e m e n t   v e r y   w e l l 
 
 l o v e   c o u l d   p o t e n t i a l l y   b e   s t a r t e r   a t   t h e   3   o f f e n s i v e l y   a l l o w i n g   m o b l e y   t o   g u a r d   t h e   o t h e r   t e a m ' s   3   d e f e n s i v e l y 
 
 v e r y   t a l e n t e d   b e n c h   =   f r e s h   l e g s   c a v s
j a m e s   h a r d e n 👀   7 6 e r s   c a v s   h a r d e n  
c o u l d n ’ t   w a t c h   t h e   c a v s   g a m e .   c a n   s o m e b o d y   b r i e f l y   t e l l   m e   w h o   l o o k e d   g o o d ,   w h o   l o o k e d   b a d ,   e t c ?   t h a n k s !
i   d o n ' t   c a r e   t h a t   t h e   c a v s   l o s t .     t h a t   f i r s t   h a l f   w a s   f u n   t o   w a t c h .     m i t c h e l l   a n d   g a r l a n d   a r e   g o i n g   t o   b e   a   d y n a m i c   d u o .
m a n n n n … a b o u t   1 5   m i n u t e s   o f   d o n o v a n   m i t c h e l l   o n   t h e   c a v s ,   e v e n   w i t h o u t   e v a n   m o b l e y ,   a n d   i   a m   r e a d y   f o r   t h e   s e a s o n .   t h i s   i s   g o i n g   t o   b e   f u n !
t h e   c a v s   n e w - l o o k   b a c k   c o u r t   o f   g a r l a n d   a n d   m i t c h e l l   c o m b i n e d   f o r   2 8   p o i n t s   a n d   9   a s s i s t s   i n   t h e   f i r s t   h a l f .    
d o e s   a n y o n e   k n o w   w h y   t h e   c a v s   a r e   w e a r i n g   6   o n   t h e i r   j e r s e y s ?
w h y   i s n ' t   t h e r e   a n y   d o n o v a n   m i t c h e l l   s w i n g m a n   j e r s e y s   o n     ?   c a v s
b a c k c o u r t   d u o   o f   d o n o v a n   m i t c h e l l ,   d a r i u s   g a r l a n d   s h i n e   i n   c a v s '   p r e s e a s o n   o p e n e r     v i a  
i   l i k e   l e v e r t   a n d   m i t c h e l l   t o g e t h e r   w h e n   g a r l a n d   r e s t s .   c a v s
d o n o v a n   m i t c h e l l   l o o k e d   g o o d   i n   h i s   c a v s   d e b u t ,   t h e   c a v s   l o o k   l i k e   t h e y   m i g h t   s h o o t   m o r e   3 - p o i n t e r s   t h i s   y e a r ,   a n d   h o w   m u c h   s h o u l d   b e   r e a d   i n t o   c a r i s   l e v e r t   s t a r t i n g   a t   s m a l l   f o r w a r d   t o n i g h t ?   m y   o b s e r v a t i o n s   f r o m   t h e   p r e s e a s o n   o p e n e r   i n   p h i l l y .  
n o t a b l e   n u m b e r s   o f f   t h e   b e n c h   t o n i g h t   v s   t h e   7 6 e r s : 
 
 d e a n   w a d e : 
 1 1   p t s 
 5   r e b 
 3 - 5   3 p t 
 
 s h a r i f e   c o o p e r : 
 1 1   p t s 
 5 - 7   f g 
 1 - 2   3 p t 
 
 m a m a d i   d i a k i t e : 
 8   p t s 
 4   b l k 
 2   s t l 
 4 - 5   f g 
 
 r a u l   n e t o : 
 1 2   p t s 
 2   r e b 
 2   a s t 
 
 c a v s   l e t e m k n o w  
t h e   c a v s   t o o k   t h e   l …   b u t   d o n o v a n   m i t c h e l l   a n d   d a r i u s   g a r l a n d   c o m b i n e d   f o r   2 8   p o i n t s   a n d   9   a s s i s t s   i n   t h e   f i r s t   h a l f .  
s i g n   m a m a d i   d i a k i t e   t o   a   2   w a y   d e a l   a s a p   i   n e e d   h i m   o n   t h i s   t e a m   f o r   t h e   f o r e s e e a b l e   f u t u r e   i f   h e ’ s   f l a s h i n g   l i k e   t h a t   c a v s   l e t e m k n o w
n e w - l o o k   c a v s   p r o v i d e   p r e v i e w   o f   p o t e n t i a l   i n   p r e s e a s o n   o p e n e r .   
 

g o o d   t o   w a t c h     b a s k e t b a l l   t o n i g h t .   m i t c h e l l ,   g a r l a n d ,   a n d   l o v e   c a m e   r e a d y   t o   b a l l   t o n i g h t ! !   l o s t   a   c l o s e   o n e ,   b u t   w e   a r e   l e a r n i n g   w h e r e   t o   p u t   t h e   p i e c e s .   c a v s   l e t e m k n o w   a l l i n c l e
h a l l a n d 
 
 a e w d y n a m i t e   r h o b h   s u r v i v o r   a d i d a e r o   
 r i n n a   m a f s   a n d r a d e   t h e m a s k e d s i n g e r 
 w a r d l o w   g a r c e l l e   c a v s   b r i a n c a g e   m a x e y   y u t a   b r a v e s t w i t t e r t a k e o v e r   a l w a y s l a   l e s b i a n s   l o g a n p a u l   j e f f m c n e i l   r e a l l y a n n o y i n g c u r s e   b i r d l a n d   s a u d i s   r e e c e j a m e s
f u n   f i r s t   o n e   i n   p h i l l y ,   b u t   c a v s   f a l l   s h o r t ,   1 1 3 - 1 1 2 ;   s t a r t e r s   i m p r e s s i v e   i n   1 h ,   s e c o n d   u n i t   s o l i d   a f t e r   h a l f ;   m i t c h e l l ,   g a m e - h i   1 6 p t s ,   5 a s s t ,   6 - 9 f g ,   3 - 4   3 p t f g ;   g a r l a n d ,   1 2 p t s ,   4 - 7 f g ,   4 a s s t ;   n e t o ,   1 2 p t s ;   w a d e ,   1 1 p t s ,   3 - 5   3 p t f g ;   s h a r i f e   c o o p e r ,   1 1 p t s ,   5 - 7 f g ,   d i a k i t e ,   8 p t s ,   4 b l k .  
s h a r i f e   c o o p e r   h a s   a   n i c e   f e e l   f o r   t h e   g a m e .   h o p e   w e   c a n   f i n d   a   w a y   t o   k e e p   h i m .   c o u l d   f i l l   g o d w i n ’ s   r o l e   f r o m   l a s t   y e a r .   c a v s
t h e   c a v s   d r o p p e d   t h e i r   p r e s e a s o n   o p e n e r   t o   t h e   7 6 e r s   b u t   t h e   n e w - l o o k   b a c k c o u r t   o f   d o n o v a n   m i t c h e l l   a n d   d a r i u s   g a r l a n d   c o m b i n e d   f o r   2 8   p o i n t s   a n d   9   a s s i s t s   i n   t h e   f i r s t   h a l f .  
k e v i n   l o v e   a t   t h e   4   s h o o t i n g   t h r e e s   w o r k s   s o   w e l l   w i t h   g a r l a n d   a n d   s p i d a   o n   t h e   f l o o r   d r a w i n g   s o   m u c h   a t t e n t i o n   c a v s
s i g n   c o o p e r !   h e ’ s   b e t t e r   t h e n   t h e   o t h e r   g u a r d   t h a t   h a s   a   t w o - w a y   a n d   n e t o   i n   m y   o p i n i o n   🤷 🏽 ‍ ♂ ️   c a v s
w h e n   w i l l   o h i o a n s   o n   m a i n   s t .   w a k e   u p   t o   b i t c o i n   ?   t h e   b u c k e y e s ,   b r o w n s ,   c a v s ,   b e n g a l s ,   b l u e j a c k e t s ,   c o l u m b u s c r e w   a t   t h e   e n d   o f   t h e   d a y   a r e   j u s t   f o r m s   o f   e n t e r t a i n m e n t .   h o w e v e r   1   d a y   t h e   l i v e l i h o o d   o f   y o u r   f a m i l y   w i l l   d e p e n d   o n   u n d e r s t a n d i n g   b i t c o i n .   d o   n o t   w a i t   a c t   t o d a y
c a v s   g o   f o r   t h e   w i n   i n   p h i l l y ,   a s   h i n t o n   h a d   a   g o o d   l o o k   i n   t h e   c o r n e r ,   b u t   m i s s e d   i t   -   a s   t h e y ’ l l   d r o p   t h e i r   f i r s t   p r e s e a s o n   b a l l g a m e   o n   t h e   r o a d   i n   p h i l l y   1 1 3 - 1 1 2   f i n a l . 
 
 s t a r t e r s   d i d   w e l l .   a s i d e   f r o m   d g   & a m p ;   s p i d a ,   a l l e n   h a d   5 p t s   a n d   2 r e b s .   l o v e   h a d   9 p t s   a n d   7 r e b s . 
 
 l e t e m k n o w
i t ’ s   p r e s e a s o n .   f e e l s   l i k e   m a y   t h o .   c a v s
n i c e   h u s t l e   i n   t h e   e n d   j u s t   c a m e   u p   s h o r t .   g o   c a v s ! ! !
w h a t   a   3 - p o i n t   s h o t   f r o m   s h a r i f e   c o o p e r   t h e r e   a t   t h e   e n d .   c a v s   f a l l   s h o r t   t o   s i x e r s   1 1 3 - 1 1 2   i n   t h e   p r e s e a s o n .
s t a r t i n g   s f   c a n t   b e   l e v e r t   h e   i s   n e e d e d   o n   b e n c h   a n d   f i t s   b e t t e r   t h e r e .   s o   a t   s f   w a d e   o r   s t e v e n s ?   w h o   d o   y o u   p i c k ?   c a v s   c l e v e l a n d c a v s
h a r r e l l   t a l k i n g   b i g   a n d   c e l e b r a t i n g   a   p r e s e a s o n   l a y u p   a g a i n s t   g   l e a g u e   p l a y e r s   l i k e   i t ’ s   t h e   n b a   f i n a l s …   😭 c a v s
m o n t r e z l   h a r r e l l   f l e x i n g   i n   a   p r e s e a s o n   g a m e   a g a i n s t   t h e   c a v s   t r a i n i n g   c a m p   i n v i t e s   i s   t h e   m o s t   m o n t r e z l   h a r r e l l   t h i n g   e v e r   l o l   c a v s
c ' m o n   n e w   g u y s ,   w e ' r e   t r y i n g   t o   w i n   a   g a m e   h e r e !   😂   c a v s
t h e r e   i s   a   p a t h   f o r   h i m   s t a y i n g   h e r e   w i t h   t h e   c a v s   a f t e r   c a m p / p r e s e a s o n .   
 
 b u t ,   a g a i n ,   h e ’ s   g o t t a   b a l l   o u t . 
 
 l e t e m k n o w  
i t ’ s   n i c e   t o   b e   e x c i t e d   a g a i n   a b o u t   a   c a v s   s e a s o n   s t a r t i n g .   l e t e m k n o w
i   a l s o   l o v e   t h e   j e r s e y s .   i   k n o w   s o m e   d o n ’ t ,   b u t   i   r e a l l y   l i k e   b o t h   t h e   h o m e   w h i t e s   a n d   t h e s e   a w a y   o n e s .   
 
 c a v s   a r e   t i e d   w i t h   p h i l l y   w i t h   3 0 . 9   l e f t   i n   t h e   4 t h   q u a r t e r   i n   t h e i r   f i r s t   p r e s e a s o n   b a l l g a m e . 
 
 l e t e m k n o w
d o n ’ t   s l e e p   o n   s t e v e n s   ,   h e   g o t   t o   g e t   i n   t h a t   r o t a t i o n   c a v s
p e r s o n a l l y ,   i ’ d   r e a l l y   l i k e   t o   s e e   c o o p e r   m a k e   t h i s   t e a m .   n o t   s u r e   i f   h e   w i l l ,   b u t   c o o p   w i l l   n e e d   t o   b a l l   o u t   a n d   f o r c e   t h e   f r o n t   o f f i c e s   h a n d   i f   h e   w a n t s   t o   s t i c k   a r o u n d . 
 
 c a v s   g o t   8 p t s ,   2 r e b s ,   o n   4 - o f - 6   s h o o t i n g   o n   t h e   n i g h t   s o   f a r   f r o m   c o o p e r .   
 
 l e t e m k n o w
8   p o i n t s   f o r   s h a r i f e   c o o p e r   i n   8   m i n u t e s .   c a v s
s e e i n g   s p i d a   a n d   g a r l a n d   s h i n e   t o n i g h t   i n   l i m i t e d   m i n u t e s   w a s   s u c h   a   g r e a t   t h i n g   t o   w i t n e s s . 
 
 c a v s   g o t   1 2 p t s   a n d   4 a s t   o u t t a   g a r l a n d ,   a n d   1 6 p t s ,   5 a s t ,   a n d   2 r e b s   o n   6 - o f - 9   s h o o t i n g   f r o m   m i t c h e l l   w a s   n i c e   t o   s e e . 
 
 l e v e r t   s t a r t e d   a t   t h e   3 ,   e n d e d   u p   w /   7 p t s   & a m p ;   3 a s t . 
 
 l e t e m k n o w
m o n t r e z l   h a r r e l l   j u s t   " b u r p e d   t h e   b a b y "   f o l l o w i n g   a   s t r o n g   a n d - 1 .   a n d   t h e   b a b y ,   i n   t h i s   c a s e ,   w a s   c a v s   m a m a d i   d i a k i t e
s i x e r s   b r o a d c a s t   h a s   b e e n   p r e t t y   c o m p l i m e n t a r y   o f   t h e   c a v s   t o n i g h t .   
 
 " b o t h   t h e s e   t e a m s   w i l l   b e   i n   t h e   e a s t e r n   c o n f e r e n c e   p l a y o f f s . "   -   s i x e r s   p l a y - b y - p l a y   a n n o u n c e r   .
d i a k i t e   l o o k s   l i k e   a   p l a y e r   c a v s
i ’ v e   d e c i d e d   i ’ m   o f f i c i a l l y   t e a m   s t a r t   d e a n   w a d e   c a v s
j u s t   a m a z i n g   s p i d e r - m a n   i s   i n   c l e v e l a n d   b a b y   c a v s  
f o r   n o w ,   i   t h i n k   w e   c a n   s a y   t h a t   t h e   c a v s   d o   n o t ,   i n   f a c t ,   h a v e   t h e   m o s t   o v e r r a t e d   b a c k c o u r t   i n   n b a   h i s t o r y .
s o   i   d o n ’ t   w a n t   t o   o v e r r e a c t ,   b u t   f r o m   w h a t   i   g a t h e r   m a m a d i   d i a k i t e   i s   b a s i c a l l y   g i a n n i s ? 
 
 c a v s
o u t   n o w 🔥     
 • 
 • 
 c a r d i b   n i c k i m i n a j   i c e s p i c e   j t   c a v s   t y r e s e m a x e y   j a m e s h a r d e n   n b a   n b a y o u n g b o y   n b a p r e s e a s o n   p n b r o c k   b e t h i p h o p a w a r d s   k a n y e w e s t   c h r i s e a n r o c k   b l u e f a c e   k o d a k b l a c k   l a t t o   t h e s h a d e r o o m   l i l u z i   p l a y b o i c a r t i   c h a r l e s t o n w h i t e   d a b a b y  
s i x e r s   v s .   c a v s   b o x   t h r u   t h r e e   q u a r t e r s  
t h e m   j e r s e y s   a r e   f i r e   m a n     c a v s .   s i m p l e   c l a s s i c .   i   l i k e   e m
  y e s !   c a v s   g o n n a   m a k e   s o m e   n o i s e   i n   t h e   n b a   l e t e m k n o w
c a v s   y a ,   i t ' s   p r e s e a s o n . .   i   l i k e   t h e   f e e l   o f   t h i s   t e a m .   s t a r t i n g   5   w i l l   h a v e   n o   i s s u e s   a n d   w i l l   c o m p e t e   w i t h   a n y   t e a m ' s   f i r s t   5 . .   b e n c h   i   t h i n k   i s   g o i n g   t o   s u r p r i s e   a l o t   o f   p e o p l e !   t h a t ' s   a   v e t e r e n   b e n c h . . l o v e ,   l o p e z ,   n e t o ( t i l l   r u b i o   i s   b a c k )   j u s t   g o n n a   b e   a   b i t   u n d e r s i z e d .
c a v s   a n d   j a z z   h a v e   t h e   s a m e   u n i f o r m s   b u t   d i f f e r e n t   c o l o r s   l o l
i   c a n n o t   r e m e m b e r   a   t i m e   w h e r e   t h e   c a v s   h a d   t h i s   m u c h   d e p t h .   1 2 +   d e e p   o f   n b a   d u d e s
t h e   b r o w n s   g u a r d i a n s   c a v s   h a v e   n e v e r   m a d e   t h e   p l a y o f f s   i n   t h e   s a m e   y e a r .   
 
 c l o s e   i n   2 0 0 7   ( b r o w n s   b l e w   l a s t   g a m e   o f   y e a r ) 
 c l o s e   i n   1 9 9 4   ( s t r i k e   s h o r t e n e d   b a s e b a l l   s e a s o n )   
 
 w o w .   
 
 c ' m o n   b r o w n s   m a k e   i t   h a p p e n !
r o b i n   l o p e z   l o o k i n   l i k e   b i g f o o t   r u n n i n   d o w n   t h e   c o u r t   c a v s
t h e   c a v s   g o i n g   b e   t o p   5   i n   t h e   e a s t   f o r   s u r e   n b a t w i t t e r
i t ' s   g o i n g   t o   t a k e   a   m i n u t e   t o   g e t   u s e d   t o   t h e s e   n e w   c a v s   u n i f o r m s .   i   u s u a l l y   r e a d y   t o   b u y   o n e   i n s t a n t l y . . . a n y o n e   w a n t   a   b l o o d y   m a r y ?   🤣 😂 😅  
  r e a l l y   i s   a b o u t   t o   t a k e   t h i s   t e a m   t o   t h e   n e x t   l e v e l ,   h i m   a n d   d g   i n   t h a t   b a c k - c o u r t ? ? ?   t h i s   s e a s o n   i s   g o i n g   t o   b e   s o   f u n !   l e t e m k n o w   c a v s
d o n o v a n m i t c h e l l   i s   r e a l l y   g o o d   a t   b a s k e t b a l l   🏀   c a v s  
c r a z y   f a c t : 
 
 j r   s m i t h   h a s   p l a y e d   m o r e   r e c e n t l y   i n   t h e   n b a   t h a n   j o n a t h a n   i s a a c   😱 
 
 ▪ ️   i s a a c 
 l a s t   g a m e   p l a y e d :   a u g u s t   2 ,   2 0 2 0 
 
 ▪ ️   s m i t h 
 l a s t   g a m e   p l a y e d :   o c t o b e r   5 ,   2 0 2 0 
 
 i s a a c   r e m a i n s   w i t h o u t   a   t i m e t a b l e   f o r   a   r e t u r n .   😓 
 
 m a g i c   c a v s   n b a  
i ’ m   d e f i n i t e l y   g o i n g   t o   s o m e   c a v s   g a m e   t h i s   y e a r .   i   j u s t   d o n ’ t   w a n t   t o   p a y   f o r   t i c k e t s   f o r   m y   b o y s   t o o   😩 😩
r o b i n   l o p e z   h a s   m e   t h i n k i n g   i ' m   s e e i n g   a n d e r s o n   v a r e j a o   o n   t h e   f l o o r   f o r   t h e   c a v s ,   e s p e c i a l l y   t h a t   l a s t   h o o k   s h o t .
i s   l o p e z   t r y n a   l o o k   l i k e   s i d e s h o w   b o b ? 
 s i x e r s   c a v s
f o l k s ,   d e a n   w a d e   i s   y o u r   c a v s   s t a r t i n g   s m a l l   f o r w a r d .
d e a r   d o w n t o w n   c l e   r e s i d e n t s ,   p l e a s e   h e l p .   h o w   i n   t h e   h e l l   d o   i   w a t c h   c a v s   b a s k e t b a l l   o n     w / o   a r c h a i c   s p e c t r u m c a b l e ?   s e e   i   c u t   t h e   c o r d   5   y r s   a g o …   h u l u l i v e   i s   m y   s t r e a m i n g   s u b s c r i p t i o n .   t h e r e   h a s   t o   b e   a   w a y   f o r   m e   t o   w a t c h   l i v e   w i t h o u t   a c t u a l l y   b e i n g   @   a   g a m e
c a v s   s t a r t   r a u l   n e t o ,   i s a a c   o k o r o ,   c e d i   o s m a n ,   d e a n   w a d e   a n d   r o b i n   l o p e z   t o   s t a r t   t h e   s e c o n d   h a l f .
r a u l   n e t o :   t h e   n e w   r i c k y   r u b i o . 
 
 c a v s
c a v s   s t a r t e r s   a r e   d o n e   f o r   t h e   n i g h t .   r a u l   n e t o ,   i s a a c   o k o r o ,   c e d i   o s m a n ,   d e a n   w a d e   a n d   r o b i n   l o p e z   t o   s t a r t   t h e   s e c o n d   h a l f .
a p a r t   f r o m   t h e   b r o w n s   b e i n g   a n   a b y s m a l   f r a n c h i s e ,   i t ' s   a n   e x c i t i n g   t i m e   t o   b e   c l e v e l a n d   s p o r t s   f a n .   g u a r d i a n s   f o r t h e l a n d   c a v s   l e t e m k n o w
c a v s   l o o k i n g   s o l i d .   b u m m e d   n o   m o b l e y   t h o .
t h e s e   3   c a v s   n e e d   t o   r e a c h   o u t   a n d   s e i z e   a   r o t a t i o n   s p o t   i n   p r e s e a s o n 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   b l e e d g r e e n   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
a   n e w   l o w ?     b o t t o m   l i i i n n n e … t h e y   k e e p   d o i n g   t h e i r   b e s t ,   t h a t ’ s   f o r   s u r e ! 
 c a v s     
 
 ( n o t   a   b a d   ‘ m a t t h e w   l i l l a r d   c i r c a   2 0 0 2 ’   l o o k ,   t o   b e   f a i r . )  
  l o o k i n   g o o d ! !   n b a   c a v s   c l e   t h e l a n d
m y   2 0 2 2 - 2 3   n b a   a w a r d   p r e d i c t i o n s 
 
 
 
 n b a   c a v s   g o d f a t h e r r e v i e w  
t w e n t y   o f   c a v s   4 6   s h o t   a t t e m p t s   i n   t h e   f i r s t   h a l f   w e r e   3 - p o i n t e r s .
w h y   t h e   h e l l   i s   m i t c h e l l   p l a y i n g   1 9   m i n u t e s   i n   t h e   1 s t   h a l f   o f   a   p r e s e a s o n   g a m e ?   o n e   o f   m y   b i g g e s t   f e a r s   t h i s   s e a s o n   i s   b i c k e r s t a f f   p l a y i n g   g a r l a n d   & a m p ;   m i t c h e l l   w a y   t o o   m a n y   m i n u t e s   & a m p ;   p u t t i n g   t h e m   a t   r i s k   f o r   i n j u r y .   c a v s
t h r o u g h   o n e   h a l f   o f   p r e s e a s o n   p l a y ,   c a r i s   l e v e r t   i s   g i v i n g   y o u   a   l o t   o f   w h a t   y o u   w a n t   o u t   o f   y o u r   s t a r t i n g   s m a l l   f o r w a r d   f o r   t h i s   c a v s   s q u a d .
d m   l o o k i n g   g o o d ! ! !   c a v s
    i s   i t   t o o   e a r l y   t o   t w e e t   c a v s   m o m e n t   r e c o m m e n d a t i o n s ? 
 
 a s k i n g   f o r   a   f r i e n d . . . 
 
 n b a t o p s h o t t h i s   l e t e m k n o w
s i x e r s   v s .   c a v s   f i r s t - h a l f   b o x  
m i t c h e l l   i n   h i s   d e b u t   i s   l o o k i n g   g r e a t ! !   
 i t s   g o n n a   b e   a   g r e a t   s e a s o n 
 
 c a v s
c a v s   i m p r e s s i o n s : 
 
 -   m i t c h e l l   i s   t h e   r e a l   d e a l 
 -   n e w   u n i f o r m s   a r e … o k 
 -   a l l e n ’ s   h a i r   i s   s m a l l e r
t h i s   t e a m   i s   g o n n a   b e   a   l o t   o f   f u n   t h i s   y e a r   😁 😁   l e t e m k n o w     c a v s
i   f e e l   l i k e   a f t e r   w a t c h i n g   t h i s . . .   p e o p l e   n o   l o n g e r   m i s s   c o l l i n   s e x t o n   c a v s
p e o p l e   o n   t h e   j o u r n e y ,   i n e v i t a b l y   w i l l   e n c o u n t e r   t h o r n s   a n d   b u m p s ,   b u t   a f t e r   t h e   s t o r m ,   t h e r e   w i l l   b e   a   b e a u t i f u l   r a i n b o w .   i   h o p e   t o   s e e   a   s t r o n g   m e ,   a n d   i   h o p e   t o   s e e   a   s t r o n g   y o u !   a d d a w o r d r u i n a h o r r o r m o v i e   l e t e m k n o w   c a v s   m a x e y  
p r e s e a s o n   g a m e   1   f i r s t   h a l f   n o n s e n s e   t h o u g h t s :   t h e   c a v s   a r e   r e a l l y   g o o d .   w i n e   u n i ’ s   l o o k   v e r y   p l a i n ,   e s p e c i a l l y   o n   a   h a l f   w h e r e   t h e   s h o r t s   “ c ”   w a s   n o t   i n   c a m e r a   v i e w .   y e s ,   m y   m a i n   c o n c e r n s   a r e   w i t h   t h e   u n i f o r m s   w h i c h   i s   a   g o o d   t h i n g .   l e t e m k n o w   c a v s   n b a
c a v s   l e a d   6 4 - 6 0   a t   t h e   h a l f .   d o n o v a n   m i t c h e l l   l e a d s   c l e v e l a n d   w i t h   1 6   p o i n t s ,   5   a s s i s t s   a n d   2   r e b o u n d s .   h e ' s   s h o o t i n g   6 - o f - 9   f r o m   t h e   f i e l d   a n d   3 - o f - 4   f r o m   3 .   
 
 d a r i u s   g a r l a n d   a l s o   h a s   1 2   p o i n t s   a n d   4   a s s i s t s .
t h r o u g h   o n e   h a l f   o f   p r e s e a s o n   h o o p s ,   c a v s   d o n o v a n   m i t c h e l l   a n d   d a r i u s   g a r l a n d   h a v e   c o m b i n e d   f o r   2 8   p o i n t s   a n d   9   a s s i s t s   o n   1 0 - 1 6   s h o o t i n g   a n d   4 - 5   f r o m   3 - p o i n t   r a n g e .
w e   g o i n g   s c o r e   a   l o t   p t s   t h i s   y e a r   c a v s
p r e t e n d i n g   t h a t   d e a n   w a d e   p l a y   d i d n ’ t   h a p p e n . 
 
 c a v s
c a v s   t a k e a w a y s 
 t e a m   m o v e s   b a l l   w e l l . 
 m i t c h e l l   p l a y s   b i g g e r   t h a n   6 ’ 1 ” . 
 d a m n ,   t h a t   s h o t   l o o k s   s m o o t h . 
 n a t u r a l   d i s t r i b u t o r . 
 o k o r o ’ s   s h o t   s t i l l   i s n ’ t   t h e r e . 
 f o r m   j u s t   d o e s n ’ t   l o o k   n a t u r a l . 
 r e s t   o f   h i s   g a m e   l o o k s   g o o d . 
 c a n ’ t   w a i t   t o   s e e   t h i s   t e a m   w i t h   m o b l e y / r u b i o 
 c a v s 
 l e t e m k n o w
d o n o v a n   m i t c h e l l 
 
 c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   7 6 e r s   p r e s e a s o n   g a m e   
 
 n b a   c a v s   l e t e m k n o w  
m i t c h e l l   3 .   n b a   n b a t w i t t e r   b a s k e t b a l l   d o n o v a n m i t c h e l l   c a v s   c a v a l i e r s  
t h e   n b a   r e a l l y   i s n ’ t   g o i n g   t o   b e   c a l l i n g   t e c h n i c a l   f o u l s   o n   t e a m s   f o r   s t a n d i n g   o n   t h e   b e n c h / c e l e b r a t i n g ,   r i g h t ? ? ? 
 
 c a v s
m a n   w h a t   a   r o s t e r   c o n s t r u c t i o n ! !     k o b y a l t m a n .   i   t i p   m y   c a p .   m o n s t e r   g m .     c a v s
m a x e y   k i n d a   p i s s i n g   m e   o f f . 😕   c a v s
c a n   s o m e o n e   p l e a s e   t e l l   c a r i s   l e v e r t   t h a t   d o n o v a n   m i t c h e l l   i s   o n   t h e   t e a m   c a v s
m i t c h e l l   t o   l e v e r t .   n b a   b a s k e t b a l l   n b a t w i t t e r   d o n o v a n m i t c h e l l   c a r i s l e v e r t   c a v s   c a v a l i e r s  
a l l o w   m e   t o   g e t   t h i n g s   s t a r t e d :   b a l l   d o n ’ t   l i e !   c a v s   z e b r a s
y o u ' r e   n o t   g o n n a   b e l i e v e   t h i s ,   b u t   h a v i n g   d o n o v a n   m i t c h e l l   i s   f u n   a n d   m a k e s   t h e   c a v s   b e t t e r .
c a v s   o v e r z e a l o u s   b e n c h   j u s t   e a r n e d   a   t e c h n i c a l   f o u l .   t h a t   w i l l   b e   a n   a d j u s t m e n t   w i t h   t h e   n e w   r u l e s .   t h e i r   b e n c h   i s   a l w a y s   a n i m a t e d   a n d   s t a n d i n g   h a h a .
d o n o v a n   m i t c h e l l   s h o w i n g   h e ’ s   m u c h   m o r e   t h a n   j u s t   a   s c o r e r .   s h o w i n g   s o m e   n i c e   c h e m i s t r y   w i t h   l e v e r t   w h i l e   h e ’ s   r u n n i n g   t h e   s h o w   w i t h   g a r l a n d   o n   t h e   b e n c h .   c a v s
t h a t   c a v s   s e q u e n c e   🤩
j u s t   p a i d   t h e   $ 2 9 . 9 9   a   m o n t h   f o r   b a l l y   s p o r t s   s u b s c r i p t i o n   t o   s e e   t h e   c a v s   t h i s   s e a s o n .   i t   b e t t e r   w o r k   o u t   b e c a u s e   t h a t ’ s   a   r i d i c u l o u s   p r i c e   😂
g u y s ,   d o n o v a n   m i t c h e l l   l o o k s   v e r y   g o o d . 
 
 c a v s
i   h a d   a s k e d   j . b .   b i c k e r s t a f f   d u r i n g   t r a i n i n g   c a m p   a b o u t   t h e   c a v s   u s i n g   d o n o v a n   m i t c h e l l   a s   a   p o i n t   g u a r d   a n d ,   s o   f a r ,   i t ' s   l o o k e d   p r e t t y   g o o d   f o r   c l e v e l a n d .
i   s t i l l   h a t e   c a r i s   l e v e r t   
 c a v s
m i s s i n g   e d   d a v i s   o n   t h e   b e n c h   : (   c a v s
r o b b i n   l o p e z   i s   t r a s h !   i   k n o w   h e   i s   a   r o l e   p l a y e r   b u t   h e   s u c k s .   c a v s
  i s   t o   n i c e   o n   t h e   c o u r t .   i ' m   s u p e r   e x c i t e d   t o   w a t c h   t h e   c a v s   b a l l   o u t   t h i s   y e a r .   t h a t   p a s s   t o   i s a a c   w a s   g r e a t .   c a v s
c a v s   g o i n g   t o   b e   a   h a n d   f u l l   t h i s   y e a r   n b a p r e s e a s o n
c a v s   l o o k i n g   r e a l   g o o d ! !
d o n o v a n   m i t c h e l l   i n   a   c a v s   j e r s e y   i s   s t i l l   b l o w i n g   m y   m i n d   🤯   c a n ’ t   w a i t   f o r   t h i s   s e a s o n   n b a   c a v s   2 1 6   n b a
i   r e a l l y   l i k e   t h e   w h i t e   a n d   b l a c k   c a v s   k i t s …   i   a b s o l u t e l y   h a t e   t h e   w i n e   l e t e m k n o w
d o n o v a n   m i t c h e l l   a n d   1 .   n b a   b a s k e t b a l l   n b a t w i t t e r   d o n o v a n m i t c h e l l   c a v s   c a v a l i e r s  
y e a h   i   a m   r e a l l l l y   l i k i n g   c a v s   d o n o v a n   m i t c h e l l   a n d   d a r i u s   g a r l a n d   i n   t h e   b a c k c o u r t   t o g e t h e r .
d e a r   d a r i u s , 
 
 a p p r e c i a t e   t h e   e f f o r t .   b u t   n o   n e e d   t o   t a k e   e m b i i d   c h a r g e s .   t h a n k   y o u .   
 c a v s
g a r l a n d   p u l l   u p   j .   n b a   b a s k e t b a l l   n b a t w i t t e r   d a r i u s g a r l a n d   c a v s   c a v a l i e r s  
  i   a g r e e   g o   c a v s
i s s a c   o k o r o   n o t   s t a r t i n g   i n   t h i s   g a m e   i s   i n t e r e s t i n g   e v e n   t h o u g h   i t ’ s   p r e s e a s o n   c a v s   n b a p r e s e a s o n
t a k e   d a r i u s   g a r l a n d   o u t   o f   t h e   g a m e   p l e a s e . 
 c a v s
d g   h a v i n g   h i m s e l f   a   g a m e   a l r e a d y   j u s t   i n   p r e s e a s o n   d a m n   t h i s   w h o l e   a s s   e a s t   i n   t r o u b l e   c a v s
y a l l   r e m e m b e r   w e ’ r e   a l s o   m i s s i n g   e v a n   m o b l e y   ! ! ! !   h a h a   c a v s
i   d o   n o t   w a n t   t o   s e e   d a r i u s   g a r l a n d   t a k i n g   c h a r g e s   f r o m   j o e l   e m b i i d   i n   a   p r e s e a s o n   g a m e . 
 
 c a v s
w h y   i s   d a r i u s   g a r l a n d   t a k i n g   a   c h a r g e   f r o m   j o e l   e m b i i d   i n   a   p r e s e a s o n   g a m e ? 
 
 l e t ’ s   n o t   d o   t h a t . 
 c a v s
d e a n   w a d e ' s   c e r t a i n l y   m a k i n g   t h e   m o s t   o f   t h e   o p p o r t u n i t y   n e x t   t o   3 / 4   o f   t h e   c a v s   c o r e   f o u r .
i   f o r g o t   j a m e s   h a r d e n ’ s   b i t c h   a s s   w a s   i n   p h i l l y .   c a v s
t h r o u g h   o n l y   1 - 1 & a m p ; 1 / 2   q u a r t e r s   o f   p r e - s e a s o n   a c t i o n ,   i   c a n   a l r e a d y   t e l l   t h i s   s e a s o n   i s   g o i n g   t o   b e   a   l o t   o f   f u n ,   a n d   t h i s   i s   w i t h o u t   m o b l e y …   i t ’ s   g r e a t   t o   h a v e   y o u   b a c k   b o y s .   l e t e m k n o w   c a v s
a   l o t   m o r e   b a l l - h a n d l i n g   d u t i e s   f o r   d o n o v a n   m i t c h e l l   i n   t h e   s e c o n d   q u a r t e r .   c a v s   c l e a r l y   g e t t i n g   a   f e e l   f o r   w h a t   h e   b r i n g s   t o   t h e   t a b l e   i n   b o t h   r e s p e c t s .
h a r d i n ’ s   1 s t   s t e p   s t i l l   l o o k s   a s   q u i c k   a s   m i n e …   s l o w   c a v s
i ’ d   s t a r t   d e a n   w a d e   o r   k e v i n   l o v e   w i t h   g a r l a n d ,   m i t c h e l l ,   m o b l e y   a n d   a l l e n .   c a v s
i t   w o n ' t   h a p p e n ,   b u t   i   w o u l d n ' t   b e   o p p o s e d   t o   k e v i n   l o v e   p l a y i n g   t h e   3   t h i s   y e a r .   a d d i t i o n a l   r e b o u n d s   a n d   a   h i g h   p e r c e n t a g e   3 - p o i n t   s h o o t e r   t h a t   c a n   s p a c e   t h e   f l o o r .   i t s   n o t   c r a z y .   c a v s
d e a n   w a d e   m y   s t a r t i n g   s m a l l   f o r w a r d ! 
 
 c a v s
y o u   a r e   s o   m u c h   b e t t e r   w h e n   y o u   a r e n t   s c r e a m i n g   t h r o w   t h e   h a m m e r   d o w n ! ! ! !   o r   d e e p   i n   t h e   w e l l s   f a r g o   c e n t e r ! ! !   i   l i k e   t h i s   n e w   a u s t i n   c a r r ! !     c a v s   c a v s n a t i o n
i   k i n d   o f   l i k e   t h a t   t h e y   a r e n ’ t   c a l l i n g   f o u l s .   i t ’ s   t h e   p r e s e a s o n .   g e t   i t   o v e r   w i t h . 
 
 c a v s
s i x e r s   v s .   c a v s   f i r s t - q u a r t e r   b o x  
i ’ v e   n e v e r   s e e n   a n   n b a   p l a y e r   m o v e   a s   s l o w l y   a s   r o b i n   l o p e z   a n d   i   l o v e   i t .   c a v s
c a v s   s e a s o n   i s   b a c k !   l e t e m k n o w
i   t h i n k   o n e   o f   t h e   t h i n g s   t h a t   h a s   b e e n   s o r t   o f   o v e r l o o k e d   w i t h   d o n o v a n   m i t c h e l l   i s   j u s t   h o w   g o o d   h e   i s   f r o m   b e y o n d   t h e   a r c .   f i n i s h e d   t i e d   f o r   s e v e n t h   w i t h   2 3 2   m a k e s   f r o m   d e e p   l a s t   s e a s o n ,   a l r e a d y   h a s   a   p a i r   i n   h i s   f i r s t   p r e s e a s o n   r u n   w i t h   t h e   c a v s .
c a v s   d e a n   w a d e ' s   t u r n   a t   s m a l l   f o r w a r d   a l o n g s i d e   t h e   o t h e r   f o u r   s t a r t e r s   ( f r o m   t o n i g h t )
i ’ m   s o   h a p p y   c a v s   b a s k e t b a l l   i s   b a c k
i n   t h e   f i r s t   1 s t   q u a r t e r   o f   t h e   p r e s e a s o n ,   t h e   c a v s   o f f e n s e   l o o k s   r e a l l y   g o o d .   g r e a t   m o t i o n   a n d   b a l l   m o v e m e n t …   g e t t i n g   g o o d   l o o k s   i n s i d e   a n d   o u t .   l e t e m k n o w
c a v s   l e a d   3 3 - 2 8   a t   t h e   e n d   o f   t h e   f i r s t   q u a r t e r ,   s c o r i n g   s e v e n   3 s   i n   t h e   o p e n i n g   1 2   m i n u t e s .   d a r i u s   g a r l a n d   a n d   k e v i n   l o v e   e a c h   h a v e   9   p o i n t s .
t h e r e   a r e   g o n n a   a d d   a   2 n d   y e a r   m o b l e y   t o   t h i s   o f f e n s e ?   l o l   c a v s
t h e   c a v s   a r e   r a i n i n g   t h r e e s   i n   t h e   f i r s t   a n d ,   t h a n k f u l l y ,   i t ’ s   w o r k i n g . 
 
 j o e l   e m b i i d ’ s   p r e s e n c e   o n   t h e   i n t e r i o r   c e r t a i n l y   h a s   s o m e t h i n g   t o   d o   w i t h   t h a t .   b u t ,   o n c e   c l e v e l a n d   g e t s   t h a t   g o i n g ,   t h e y ’ r e   g o n n a   b e   f a i r l y   b a l a n c e d .
o k o r o   s t i l l   b r i c k   c i t y   y o   c a v s  
f i r s t   l o o k   a t     i n   a   c a v s   u n i !   t h e l a n d   c a v s  
n e t o   i s   h i t t i n g   t h r e e s ,   i t ’ s   o v e r   f o r   t h e   r e s t   o f   t h e   n b a . 
 
 c a v s
  i   d o n ' t   w a n t   t o   o v e r r e a c t   b u t   c a v s   m i g h t   h a v e   a   l e g i t   s h o t   a t   7 5   w i n s   f r .
c a v s   b a c k   b a b y !
c a v s   o k a r o   o r   h o w e v e r   u   s p e l l   h i s   n a m e   l o o k i n g   l i k e   a   b r e a k o u t   s e a s o n   p o s s i b l y   h e ’ s   d r i b b l i n g   a n d   g e t t i n g   h i m s e l f   o p e n   a n d   s h o o t i n g   m o r e ,   e v e r y t h i n g   i   w a n t e d   h i m   t o   d o   c a u s e   h e ’ s   a b l e   t o   b u t   h e   j u s t   d i d n ’ t   b u t   t h i s   j u s t   p r e - s e a s o n   i   d o n t   w a n n a   g e t   m y   h o p e s   u p
s t i l l   n o t   a   f a n   o f   t h e s e   a w a y   j e r s e y s   c a v s   l e t e m k n o w
c a v s   m e d i a   a c t i n g   l i k e   e v e r y t h i n g   t h a t   h a p p e n s   i n   t h e   1 s t   8   m i n u t e s   o f   p r e s e a s o n   i s   l o c k e d   i n   f o r   8 2   g a m e s .   i d i o t s .
b i g   w   f o r   m s   t o n i g h t   3 7 - 6 ! !   4   t u r n o v e r   f o r   o u r   d e f e n s e   t o n i g h t ! !   e x t r e m e l y   p r o u d   o f   t h e   g u y s   t o n i g h t !   c a v s   e l e v a t e
t h e   g a r l a n d - m i t c h e l l   b a c k c o u r t   i s   g o i n g   t o   b e   s p e c i a l .   c a v s   l e t e m k n o w
a p p a r e n t l y   t h e   " f o u l "   s e t t i n g   h a s   b e e n   t u r n e d   t o   " o f f "   h e r e   t o n i g h t   f o r   t h e   c a v s   p r e s e a s o n   o p e n e r .
i   t h o u g h t   a n d e r s o n   v a r e j ã o   w a s   o n   t h e   c a v s … l o p e z   :   )
g a r l a n d   l o o k s   r e a d y   f o r   a n o t h e r   l e a p   a n d   t h i s   o f f e n s e   i s   g o n n a   b e   s c a r y   c a v s   l e t e m k n o w
d o n o v a n   m i t c h e l l   i s   t h e   f i r s t   g u a r d   t o   s u b   o u t   i n   t h e   c a v s   n e w   s t a r   b a c k c o u r t . 
 
 i t   a p p e a r s   j . b .   b i c k e r s t a f f   w i l l   l e t   m i t c h e l l   c o o k   w i t h   t h e   b e n c h   u n i t ?
w e   h o o p i n   l o w k e y   👀   c a v s
i ’ d   s i t   t h e   s t a r t e r s   t h e   r e s t   o f   t h e   p r e s e a s o n . 
 
 c a v s
d a r i u s   g a r l a n d   s t a y s   o n   t h e   f l o o r   f o r   t h e   f i r s t   " s t a g g e r "   b e t w e e n   h i m   a n d   d o n o v a n   m i t c h e l l .   i s a a c   o k o r o   i n   f o r   s p i d a .   c a v s
o k o r o ,   w a d e   a n d   o s m a n   i n   o f f   t h e   b e n c h   t o   r e p l a c e   l o v e ,   l e v e r t   a n d   m i t c h e l l .   c a v s .
a b s o l u t e l y   s i c k   p a s s   b y   d a r i u s   g a r l a n d . 
 
 c a v s
i t ’ s   g o i n g   t o   b e   a   g o o d   s e a s o n   c a v s
i ' v e   s e e n   e n o u g h .   c a v s   a r e   g o i n g   9 8 - 0   t h i s   s e a s o n .
c a v s   d e a n   w a d e ,   o n e   o f   s i x   p l a y e r s   c o m p e t i n g   t o   b e   t h e   s t a r t i n g   s m a l l   f o r w a r d ,   i s   t h e   f i r s t   s u b .   h e   r e p l a c e s   t o n i g h t ' s   s t a r t i n g   p o w e r   f o r w a r d   k e v i n   l o v e .
w e l c o m e   t o   m o d e r n   b a s k e t b a l l ,   c a v s
w e   m i g h t   b e   t h e   n u m b e r   o n e   3 p t   s h o o t i n g   t e a m   🔥 🔥 🔥 👀 ,   i   k n o w   i t ’ s   o n l y   5   m i n s   i n t o   p r e s e a s o n   😂   c a v s   l e t e m k n o w
s h o o t i n g   w o n ’ t   b e   a   p r o b l e m   a t   a l l   f o r   t h e   c a v s   a s   w e   s e e   e a r l y   o n   a g a i n s t   p h i l l y   i n   t h e   p r e s e a s o n .
o h   m y   t h i s   t e a m   l o o k s   g o o o d   c a v s
  i   m e n t i o n e d   w h e n   t h e   c a v s   t r a d e d   f o r   d o n o v a n   m i t c h e l l   t h a t   e v a n   m o b l e y   s h o u l d   a t   l e a s t   b e   c o n s i d e r e d   t o   s t a r t   a t   t h e   3   f o r   t h a t   r e a s o n .   n o t   s u r e   h o w   l i k e l y   i t   i s ,   b u t   w e ' l l   s e e .   t h e y ' r e   o p e n   t o   a   l o t .
i   l o v e   t h e   p a t i e n c e   t h a t   t h e   c a v s   a r e   s h o w i n g   e a r l y   i n   t h i s   g a m e   a g a i n s t   p h i l l y   w i t h   t h e i r   j u m p   s h o t   s e l e c t i o n .
c a v s   b a s k e t b a l l   i s   b a c k ! !
i ’ m   c e r t a i n l y   n o t   g o i n g   t o   o v e r r e a c t   t o   j a r r e t t   a l l e n   a n d   d a r i u s   g a r l a n d   m i s s i n g   w i d e   o p e n   l a y u p s .   
 
 c a v s
i   k n o w   i t ’ s   j u s t   p r e s e a s o n ,   b u t   t h i s   t e a m   j u s t   f e e l s   d i f f e r e n t   l e t e m k n o w   c a v s
o v e r r e a c t i o n !   b u t   t h e   c a v s   t h r e e - p o i n t   o f f e n s e   i s   a b o u t   t o   b e   c r a z y   t h i s   s e a s o n .  
h o w   m a n y   p p g   d o e s   d o n o v a n   a v e r a g e   t h i s   y e a r ! ?   🤔 
 
 n b a   n b a t w i t t e r   c a v s  
i   c a n ’ t   w a i t   t o   w a t c h   8 2 +   g a m e s   o f   t h i s   
 c a v s
o n e   o f   t h e   m a n y   w a y s   i ' l l   b e   c h e c k i n g   o u t   t h e   c a v s   t h i s   s e a s o n ! ! !   c a v s   c l e v e l a n d c a v a l i e r s   b e l l s t r o n g s p o r t s 🏀     n b a p r e s e a s o n   n b a   b a l l y s p o r t s p l u s   b a l l y s p o r t s o h i o  
d o n o   g o n n a   b e   h u g e   f o r   t h e   c a v s   j u s t   w i t h   h i s   w i l l i n g n e s s   t o   s h o o t
t h e   w a y   m a x e y   w a s   b a l l i n g   m o n d a y   & a m p ;   s o   f a r   t o n i g h t ,   o n e   w o u l d   t h i n k   h e   w a s   t h e   h e a d l i n e r   o f   t h e   s i x e r s .     h e   h a s   7   p o i n t s   o n   3 - 5   s h o o t i n g .   h a r r i s   w i t h   4   o f   2 - 2 .     j o e l   e m b i i d ,   j a m e s   h a r d e n   a n d   p j   t u c k e r   h a v e   z e r o   o n   a   c o m b i n e   0 - 4 .   c a v s   l e a d   1 5 - 1 1   w /   7 : 0 9   l e f t   i n   1 s t   q u a r t e r
c a v s   s t a r t i n g   o u t   5 - f o r - 6   f r o m   3 - p o i n t   l a n d …   a l l   1 5   p o i n t s   c o m i n g   f r o m   b e y o n d   t h e   a r c .   
 
 1 s t   q :   c a v a l i e r s   1 5   |   7 6 e r s   1 1 
 l e t e m k n o w
y ’ a l l   s e e i n g   t h i s   👀   c a v s   a r e   s h o o t i n g   t h e y   l i g h t s   o u t   f r o m   b e h i n d   t h e   a r c h     🔥   l e t e m k n o w   c a v s
i n   t h e   f i r s t   f i v e   m i n u t e s ,   6   o f   c a v s   9   s h o t   a t t e m p t s   a r e   3 - p o i n t e r s .
k - l o v e   i s   s h o o t i n g   i t   a n d   m i t c h e l l   l o o k s   c o m f o r t a b l e   t h a t ’ s   g o o d   t o   s e e   c a v s
t h e n   w e   g o n e   w i n   t h e   c h i p   c a v s
y e a h   m i t c h e l l   l o o k i n g   n i c e   e a r l y   c a v s   l e t e m k n o w
s p u d   m i t c h e l l   g o n n a   f i t   r i g h t   i n .   c a v s
i   m i s s e d   k e v i n   l o v e .   y ’ a l l   b e t t e r   n e v e r   d i s r e s p e c t   h i m   c a v s
d o n o v a n   m i t c h e l l   i s   g o i n g   t o   r e a l l y   i m p r o v e   t h i s   t h r e e - p o i n t   a t t a c k   f o r   t h e   c a v s .
c a v s   a r e   5 - o f - 6   f r o m   t h e   3   h e r e   i n   t h e   f i r s t   q u a r t e r   - k e v i n   l o v e   w i t h   3   a n d   d o n o v a n   m i t c h e l l   w i t h   2 .
t h e r e   a r e   m a n y   o f f e n s i v e   t h r e a t s   o n   t h e   f l o o r .   t h o s e   t h r e a t s   c a n   s h o o t .   c a v s
😂 😂 😂 😂 😂   w e   g o n e   b e   s t u p i d   l i t   c a v s
5   s t r a i g h t   3 s ? !   c a v s
i f   t h e s e   f i r s t   f e w   m i n u t e s   o f   t h e   p r e s e a s o n   a r e   a n y   i n d i c a t i o n ,   c a v s   a r e   j u s t   g o i n g   t o   s c o r e   a l l   t h e i r   p o i n t s   v i a   t h e   3 - p o i n t e r   t h i s   s e a s o n .
t h e   c l e v e l a n d   c a v a l i e r s   w i l l   b e   t h e   2 0 2 3   n b a   c h a m p i o n s   -   y o u   h e a r d   i t   h e r e   f i r s t .   n b a   c a v s   n b a 2 k 2 3    
f e e l s   g o o d   t o   w a t c h   s o m e   c a v a l i e r   b a s k e t b a l l !   c a v s
c a v a l i e r s   p r e s e a s o n   g a m e   b e i n g   b l o c k e d   o u t   f o r   s t r e a m e r s   b y   s i n c l a i r   b a l l y ’ s .   f   u   s i n c l a i r .   i   w i l l   n e v e r   p a y   y o u r   r a n s o m   m o n e y   t o   s e e   t h i s .   c a v s
m i t c h e l l   f o r   t h r e e e e e e e e 
 c a v s
n e w   t h r e a d s 🔥   g o o d   d e c i s i o n   t o   s t a r t   l e v e r t .   p r o v e d   t o   b e   a   b e t t e r   d e f e n d e r   t h a n   o k o r o   l a t e   l a s t   s e a s o n .   a c t i v e   h a n d s .   c a v s
t h e   g a r l a n d : : m i t c h e l l   e r a   b e g i n s   c a v s
a l l   i n   w   t h e   c a v s   t h i s   y e a r   c a v s
3 0   s e c o n d s   i n t o   t h e   b r o a d c a s t   a n d   a u s t i n   i s   c r a p p i n g   o n   t h e   m e m o r y   o f   o u t   c o r n e r   2   g u a r d   l o l   c a v s
b a s k e t b a l l   t i m e !   c a v s
j u s t   n o   i n j u r i e s ,   p l e a s e ! 
 
 c a v s
n o   l i e .   t h e   j e r s e y   i s   c o l d   ! ! ! ! !     c a v s
o n e   o f   t h e   m a n y   r e a s o n s   f a l l   i s   t h e   b e s t   s e a s o n .   c a v s   a r e   b a c k !  
c a r i s   l e v e r t   i n   t h e   s t a r t i n g   l i n e u p   🤮 🤮 🤮 
 c a v s
i ’ m   a s   d i e   h a r d   o f   a   c a v s   f a n   y o u ’ l l   e v e r   f i n d   b u t   e v e n   i   a m   h a v i n g   t r o u b l e   g e t t i n g   e x c i t e d   t o   w a t c h   a   p r e s e a s o n   g a m e .
f i r s t   l o o k   a t   d o n o v a n   m i t c h e l l   i n   w i n e   & a m p ;   g o l d   t o n i g h t .   c a v s   w i l l   b e   e x c i t i n g   t h i s   y e a r ,   b u t   t h e   e a s t   i s   h a r d   t o   p r e d i c t .
w e   m a d e   i t ! ! !   l e t e m k n o w   c a v s
p r e s e a s o n   c a v s   b a s k e t b a l l   y ' a l l ! ! !   ♥ ️ 💛   l e t e m k n o w
  l e t s   g o   c a v s   i f   y o u   r i d i n g   w   t h e   t e a m   t h i s   y e a r   i   f u c k   w i t h   y o u
f i r s t   🔥 t a k e :   c a v s   a r e   w i n n i n g   h o m e   c o u r t   a s   t h e   4   s e e d   t h i s   y e a r
i t s   p r e s e a s o n   b u t   i ' m   s o   e x c i t e d   f o r   t h i s   c a v s   g a m e ! !   n b a p r e s e a s o n
s t a r t i n g   l i n e u p s   f o r   c a v s   v s   7 6 e r s   
 
 t y r e s e   m a x e y 
 j a m e s   h a r d e n 
 t o b i a s   h a r r i s 
 p j   t u c k e r 
 j o e l   e m b i i d   
 
 — 
 
 d a r i u s   g a r l a n d   
 d o n o v a n   m i t c h e l l   
 c a r i s   l a v e r t 
 k e v i n   l o v e 
 j a r r e t t   a l l e n
i   h a t e e e e e   n b a   t v   g a m e s   t h e y   s u c k   s o   b a d .   c a v s
d o n o v a n   m i t c h e l l   b a c k   f o r   m o r e   …   k e e p   c o o l   t h i s   t i m e   b r o t h e r   
 
 s i x e r s   c a v s   n b a p r e s e a s o n
( 1 t / 3 7 m i n )   g o l   d o   p h i l a d e l p h i a   7 6 e r s 
   p h i l a   7 6 x 0   c a v s       
 🇪 🇪   n b a 2 0 2 2   
 t e s i g o a t o d a p a r t e
i t   a p p e a r s   t h e   c a v s   w e r e   p r e s e n t   f o r   a r k a n s a s ’ s   p r o   d a y .  
c l e v e l a n d   c a v a l i e r s   n e w l y   a c q u i r e d   s h o o t i n g   g u a r d   d o n o v a n   m i t c h e l l   w i l l   m a k e   h i s   c a v a l i e r s   d e b u t   t o n i g h t   v s .   t h e   7 6 e r s   c a v s  
g o   t o   t u r n   o n   c a v s   g a m e . . . b a l l y   s p o r t   h a s   n o   f u c k i n g   a u d i o .   t h e   a m o u n t   o f   i s s u e s     n e t w o r k s   h a v e   i s   f u c k i n g   i n s a n e .   h o r r i b l e   d u r i n g   e v e r y   g u a r d s   g a m e ,   n o w   g o t t a   d e a l   w i t h   t h i s   s h i t   f o r   t h e   c a v s   s m h
j u s t   a   l i t t l e   e v   m o b l e y   o u t   o f   4 9   b e f o r e   t i p   o f f   l e t e m k n o w   c a v s  
e v e r y o n e   t h e   c a v s   p l a y   t o n i g h t !   i   m i g h t   c r y   l o l     🏀   c a v s
d i s a p p o i n t i n g   w e   h a v e   t o   w a i t   l o n g e r   t o   s e e   t h e   f u l l   c a v s   s t a r t e r s   b u t   e x c i t e d   t o   s e e   h o w   d a r i u s   a n d   d o n o v a n   p l a y   n e x t   t o   e a c h   o t h e r .   c a v s   n b a p r e s e a s o n
v i d e o :   ' i t ' s   a   f a m i l y   a t m o s p h e r e ' :   c a v s   d o n o v a n   m i t c h e l l   a l r e a d y   f e e l s   a t   h o m e   i n   c l e v e l a n d   w i t h   n e w   t e a m  
t h e   c a v s   p l a y   b a s k e t b a l l   t o n i g h t ! ! ! !
c a v s   s q u a d   s o   d e e p   t h i s   y e a r   i   c a n   w a t c h   t h e   w h o l e   p r e s e a s o n   g a m e   w i t h o u t   g e t t i n g   b o r e d
w e ’ r e   p l a y i n g   b a a a a a s k e e e t b a a a a a l l l l   o n     a s   t h e   c a v s   o p e n   u p   t h e   p r e s e a s o n   i n   p h i l l y !  
a l r e a d y   p l a c e d   m y   b e t   w   c a v s !   b y   d a   t i m e   i   f o u n d   o u t   e v a n m o b l e y   i s n ’ t   p l a y i n g   i t   w a s   t o o   l a t e   t o   c a n c e l !   h o p e f u l l y   t h e y   c a n   s t i l l   c o v e r !   ( + 4 . 5 )   🙏   c a v s v s 7 6 e r s   g a m b l i n g t w i t t e r   g o c a v s !   c l e v e l a n d   n b a t w i t t e r
i n t e r e s t i n g   s t a r i n g   l i n e u p   f o r   t h e   c a v s   w h e r e   w i l l   t h i s   t e a m   r a n k   t h i s   s e a s o n   n b a   c a v s  
" i   j u s t   m e t   d g ’ s   m o m   l a s t   n i g h t   a n d   s h e ’ s   l i k e   ‘ w h a t e v e r   y o u   n e e d . ’   e v ' s   m o m   a s   w e l l , "   m i t c h e l l   s h a r e d . 
 
 ' i t ' s   a   f a m i l y   a t m o s p h e r e ' :   c a v s   d o n o v a n   m i t c h e l l   a l r e a d y   f e e l s   a t   h o m e   i n   c l e v e l a n d   w i t h   n e w   t e a m  
l e t ' s   g o ! ! !     l e t e m k n o w   c a v s
s o m e   c a v s   p r e g a m e   r e a d i n g   f o r   a n y o n e   w h o   m i s s e d   i t :  
t h e   n b a p r e s e a s o n   c o n t i n u e s .   w h o   a r e   y o u r   p i c k s   t h i s   e v e n i n g ?     n b a   b a s k e t b a l l   c a v s   7 6 e r s   p a c e r s   h o r n e t s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
    c a n   y o u   g u y s   p l e a s e   j u s t   b u y     ?   i ’ m   p a y i n g   $ 2 0   p e r   m o n t h   t o   “ c a s t ”   t h e   s t r e a m   f r o m   t h e   b a l l y   +   a p p   t o   m y   l g   4 k   t v .   i t ’ s   a s i n i n e .   c a v s   l e t e m k n o w
c a v s   w i t h   h i g h e r   e x p e c t a t i o n s   t h i s   y e a r .   t e a m s   w i l l   b e   c o m i n g   f o r   t h e   t h e m .         @ _ b i g j a y y _   l e t ' s   g o
s i x e r s   s t a r t e r s   a g a i n s t   t h e   c a v s 
 
 p . j .   t u c k e r 
 t o b i a s   h a r r i s 
 j o e l   e m b i i d 
 t y r e s e   m a x e y 
 j a m e s   h a r d e n 
 
 t i p - o f f   i s   s c h e d u l e d   f o r   7 : 0 0   p . m .   e s t 
 📺 
 📻
e p i s o d e s   w i l l   b e   d r o p p i n g   w e e k l y .   t o n i g h t   t h e   c a v s   t a k e   o n   t h e   7 6 e r s   f o r   s o m e   p r e s e a s o n   b u c k e t s   🏀
c a v s   s t a r t e r s   t o n i g h t   v .   p h i 
 g a r l a n d 
 m i t c h e l l   
 l e v e r t 
 l o v e 
 a l l e n
i t   o n l y   m a k e s   s e n s e   t o   s t a r t   o f f   t h e   c a v s   s e a s o n   b y   w a t c h i n g   a   n e w   e p i s o d e   o f   t h e   r e b o u n d   w i t h     & a m p ;   _ k l i m a c k 2 0   😏 
 
  
1 0 / 5   c a v s   v s .   7 6 e r s   
 c a r i s   l e v e r t   t o   s t a r t   a t   s f . 
 k e v i n   l o v e   s t a r t s   i n   p l a c e   o f   t h e   i n j u r e d   m o b l e y .   
 l e t e m k n o w  
t h e   c a v s   t i p   o f f   t h e   p r e s e a s o n   i n   a n   h o u r .   d o n o v a n   m i t c h e l l   i s   i n   t h e   s t a r t i n g   l i n e u p !   l e t e m k n o w
j a m a r k o   p i c k e t t   j o i n s   r i c k y   r u b i o ,   e v a n   m o b l e y   a n d   d y l a n   w i n d l e r   a s   t h e   p l a y e r s   o u t   t o n i g h t   f o r   t h e   c a v s   a g a i n s t   t h e   7 6 e r s .
i   w o u l d n ’ t   r e a d   m u c h   i n t o   w h o   i s   s t a r t i n g   a t   t h e   t h r e e   t o n i g h t .   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   h a s   m a d e   i t   c l e a r   h e ’ s   g o i n g   t o   e x p e r i m e n t   a t   t h e   s p o t   t o   c o m e   t o   a   c o n c l u s i o n   b e f o r e   t h e   g a m e s   a c t u a l l y   c o u n t .  
c a v s   s t a r t e r s   v s   p h i l l y :   d a r i u s   g a r l a n d ,   d o n o v a n   m i t c h e l l ,   c a r i s   l e v e r t ,   k e v i n   l o v e ,   a n d   j a r r e t t   a l l e n
y o u r   s t a r t i n g   f i v e   f o r   t h e   c a v s   t o n i g h t   a g a i n s t   t h e   7 6 e r s : 
 
 •   d a r i u s   g a r l a n d 
 •   d o n o v a n   m i t c h e l l 
 •   c a r i s   l e v e r t 
 •   k e v i n   l o v e 
 •   j a r r e t t   a l l e n
c a v s   w i l l   b e   w i t h o u t   d y l a n   w i n d l e r   ( r i g h t   a n k l e   i n j u r y ) ,   e v a n   m o b l e y   ( r i g h t   a n k l e   s p r a i n ) ,   j a m o r k o   p i c k e t t   ( b a c k   s p a s m s )   a n d   r i c k y   r u b i o   ( l e f t   k n e e   a c l   r e c o v e r y )   t o n i g h t   v s .   7 6 e r s .
c a v s   c a r i s   l e v e r t   t o   g e t   t h e   f i r s t   c r a c k   a t   s t a r t i n g   a t   s m a l l   f o r w a r d   
 

s o   a r e   a l l   t h e   c a v s   p r e s e a s o n   g a m e s   g o i n g   t o   b e   o n   n b a   t v   s o   i   c a n ’ t   w a t c h   t h e m ?   ☹ ️ 😡
j a e   c r o w d e r   t r a d e   t o   t h e   c a v a l i e r s ? 
   
 
   
 c a v a l i e r s n e w s   c a v a l i e r s t r a d e   c a v a l i e r s t r a d e r u m o r s   c a v s   c a v s n e w s   c a v s s u n s t r a d e   c a v s t r a d e   c a v s t r a d e r u m o r s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   n b a   n b a n e w s   n b a t r a d e   n b a t r a d e r u m o r s  
c a v s   v s .   7 6 e r s 
 ⏰   7 : 0 0   p . m . 
 📍   w e l l s   f a r g o   c e n t e r 
 📺     
 📻     
 l e t e m k n o w   |   c o u n t d o w n t o c a v s    
m a x e y   a n d   h a r r i s   w i l l   a l s o   p l a y .   s o   t h e   s i x e r s   w i l l   u n v e i l   t h e i r   n e w   s t a r t i n g   l i n e u p   t o n i g h t   v s .   t h e   c a v s .  
l o o k i n g   f o r w a r d   t o   t h i s   d g   x   s p i d a   d u o     📺 c a v s
.   o n   :   c a v s   g o a l   s h o u l d   s t a r t   w i t h   a   l o c k e d - i n   p l a y o f f   s p o t ;   m o b l e y ' s   l e a p   i n   s e c o n d   y e a r   c o u l d   b e   m a s s i v e  
s i x e r s   a s s i s t a n t   c o a c h   d a v e   j o e r g e r   w i l l   c o a c h   t o n i g h t   v s .   t h e   c a v s   i n   p l a c e   o f   d o c   r i v e r s ,   w h o   i s   u n d e r   t h e   w e a t h e r .
  h y p o t h e t i c a l   w i n d l e r   w i l l   l i k e l y   n e v e r   b e   a c t u a l i z e d   w i n d l e r ,   s a d l y .   t h e s e   c a v s   r o s t e r   s p o t s   a r e   g e t t i n g   m o r e   & a m p ;   m o r e   v a l u a b l e . . .
w e   g e t   t o   s e e   o u r   f i r s t   l o o k   a t   t h e   n e w   l o o k   c a v s   t o n i g h t 👀   h o w   f a r   c a n   d o n o v a n   m i t c h e l l   t a k e   t h e m ? ⚔ ️   n b a   c a v s  
  w i l l   b e   t h e   2   s e e d   t h i s   y e a r   i n   t h e   e a s t . . .   n b a   n b a p r e s e a s o n   c a v s   n b a j a p a n g a m e s
c a v s   p r e s e a s o n   g e t s   u n d e r w a y   t o n i g h t   i n   p h i l a d e l p h i a .   
 
   j o i n s     n e x t   f o r   t h e   l a t e s t   -   
 

2 4   h o u r s   a w a y   u n t i l   w e   b r e a k d o w n   e x t r e m e r u l e s ,   t h e   f o r t h e l a n d   i n   t h e   m l b p o s t s e a s o n   a n d   n f l   w e e k 5 ! 
 i n   4 8   h r s ,     o n   a l l   o f   t h e   a b o v e   ( m i n u s   t h e   w r a s s l i n ' ) ,   p l u s   d o n o v a n m i t c h e l l   a n d   t h e   c a v s !   l e t e m k n o w  
t h i s   w e e k ' s   t e r r y ' s   t a l k i n ,   t h e   o n e   w h e r e   t e r r y   p r o j e c t s   t h e   c a v s '   o p e n i n g - n i g h t   s f   a n d   s h a r e s   s o m e   r o g e r   m a r i s   s t o r i e s .   p l u s ,   k n u c k l e b a l l   t a l k .    
w h o   i s   r e a d y   f o r   a   c r a z y   s p o r t s   w e e k e n d   i n   c l e v e l a n d ? !   c a v s
b u t   e x p l a i n   t o   u s   b r o w n s   f a n s   w h y   l o c a l   m e d i a   h a s   t o   d w e l l   o n   l o s s e s   a n d   n e g a t i v i t y ,   w h i l e   i g n o r i n g   t h e   f a c t   t h a t   t h e y   i n   1 s t   p l a c e ,   d e s p i t e   b e i n g   d o u b t e d ?   s o m e t h i n g   i s   w o r k i n g ,   t a l k   a b o u t   t h a t !   o u r   c u l t u r e   i g n o r e s   d o u b t   & a m p ;   s e r v e   c r o w .   g u a r d i a n s ,   c a v s   .   t h e n   m e d i a   o n   b a n d w a g o n .
w i t h   l a u r i   m a r k k a n e n   g o n e ,   d e a n   w a d e   c o u l d   s t e p   i n   a s   t h e   c a v s '   n e w   s t a r t i n g   s m a l l   f o r w a r d .   i t ' s   a n   o p e n   c o m p e t i t i o n   i n   t r a i n i n g   c a m p   b u t   w a d e   c o u l d   b e   o n   t h e   i n s i d e   t r a c k   f o r   q u i t e   a   f e w   r e a s o n s . 
 

t h e   i d e a   o f   d y l a n   w i n d l e r   h a s   a l w a y s   b e e n   h i s   m o s t   a t t r a c t i v e   n b a   f e a t u r e   a n d   h e   c o u l d   s t i l l   r e a c h   h i s   p o t e n t i a l   o n e   d a y .   b u t ,   i t   m i g h t   n o t   b e   w i t h   t h e   c a v s   i f   t h e y   u s e   h i m   a s   a   t r a d e   c h i p . 
 

r a u l   n e t o   w a s   a t   o n e   p o i n t   c o n s i d e r e d   a   b r i d g e   t o   a   r e c o v e r e d   r i c k y   r u b i o .   b u t ,   w i t h   t h e   c a v s   g e t t i n g   d o n o v a n   m i t c h e l l ,   i s   n e t o   a s   n e a t - o   o f   a   s i g n i n g ? 
 

c a v s   g a m e d a y   p r e   s e a s o n ,   s t i l l   
 t h i s   c a v s   t e a m   i s   e x c i t i n g !   y o u n g ,   t a l e n t e d   a n d   h u n g r y   n b a   m o b l e y   g a r l a n d   l o v e   m i t c h e l l  
    k e e p   d r e a m i n g   r a d a r r i n n a   y o u ' r e   m o r e   l i k e   a n t h o n y   b e n n e t t   f r o m   t h e   c a v s     o n e   o f   t h e   b i g g e s t   b u s t s   i n   n b a   h i s t o r y .     r i n n a   c o u l d   n e v e r   b e   a   " l e b r o n "   r a t c h e t t r i n n a   k e e p   d r e a m i n g !     r h o b h   r h o b h m e a n g i r l s
c o u l d   v o l u n t e e r i n g   b e   f o r   y o u ?   w h y   n o t   f i n d   o u t   a b o u t   
 t h e   g r e a t   o p p o r t u n i t i e s   t h a t   w e   c a n   o f f e r   h e r e   a t   c a v s .   i t ' s   a   g r e a t   w a y   t o   m e e t   n e w   p e o p l e   a n d   b e   p a r t   o f   a   f r i e n d l y   t e a m   w h o   p a s s i o n a t e l y   c a r e   a b o u t   o t h e r s   i n   t h e i r   c o m m u n i t y .     c o n t a c t   u s   f o r   m o r e   d e t a i l s .  
w h e t h e r   d e a n   w a d e   s t a r t e d   o r   c a m e   o f f   t h e   b e n c h   f o r   t h e   c a v s ,   h e   w a s   n e v e r   f l a s h y   b u t   a l w a y s   r e l i a b l e .   w a d e ’ s   s u c c e s s   i s   a   t e s t a m e n t   t o   u t i l i z i n g   t h e   c h a r g e .   b u t ,   w i t h   l a u r i   m a r k k a n e n   n o w   w i t h   t h e   j a z z ,   c o u l d   h e   s t a r t   a t   t h e   t h r e e   t h i s   s e a s o n ?    
w h i c h   n b a   s t a r   d o   y o u   t h i n k   w i l l   b e   a   g a m e   c h a n g e r   f o r   t h e i r   n e w   f r a n c h i s e ?   🔀 💪 
 
 d o n n o v a n m i t c h e l l   r u d y g o b e r t   j a l e n b r u n s o n   p j t u c k e r   c a v s   k n i c k s   7 6 e r s   t i m b e r w o l v e s  
v e r y   e x c i t e d   f o r   t h e   n e w   s e a s o n   c a v s     🗣 ️   l e t e m k n o w   🏀   t h e   r o a d   b a c k   i s   f u n   ❤ ️
" d y l a n   w i n d l e r   -   s p r a i n e d   a n k l e " 
 
 c a v s  
t h e   e a r l y   c a v s   h y p e   h a s   m e   w o r r i e d .   y e a h   t h e y   a r e   s t a c k e d   f o r   s t a r t e r s   b u t   b e n c h   i s   t h i n ,   n e e d s   m o r e   p r o v e n   w i n g   s h o o t e r s ,   g u a r d   d   i s   s u s p e c t   & a m p ;   h a v e n ’ t   w o n   s h i t   y e t ,   n o t   e v e n   a   p l a y - i n   g a m e .
c a v s   t i c k e t s :   w e   s t i l l   h a v e   1 0   a n d   2 0   g a m e   t i c k e t   p a c k a g e s   a v a i l a b l e   f o r   t h i s   s e a s o n !   l e t   m e   k n o w   i f   i   c a n   a s s i s t   w i t h   a n y   o f   t h e   f o l l o w i n g :   p r e m i u m   s e a t i n g   f o r   s i n g l e   g a m e s ,   s u i t e s / b o x e s ,   a n d   g r o u p   t i c k e t s .   c a v s t i c k e t s   c a v s   l e t e m k n o w   c a v s u n i t e d  
n o   n e e d   t o   o v e r t h i n k   o r   o v e r c o m p l i c a t e   t h e   f i r s t   g a m e   o f   c a v s   p r e s e a s o n .   j . b .   b i c k e r s t a f f   i s   j u s t   l o o k i n g   f o r   a   h i g h   l e v e l   o f   c o m p e t i t i o n   a n d   s e l f l e s s n e s s   t o n i g h t   i n   p h i l a d e l p h i a .    
t h i s   d u d e   n e e d s   t o   p l a y   i n   t h e   p r e s e a s o n   t o   e a r n   a   s p o t   f o r   t h e   c a v s … h e ’ s   a l w a y s   h u r t    
c a v s   s w i n g m a n   d y l a n   w i n d l e r   w i l l   n o t   p l a y   i n   t o n i g h t ' s   p r e s e a s o n   o p e n e r   - -   a n d   d i d n ' t   m a k e   t h e   t r i p   t o   p h i l l y   - -   b e c a u s e   o f   a   m i n o r   r i g h t   a n k l e   i n j u r y   s u f f e r e d   a t   t h e   e n d   o f   y e s t e r d a y ' s   p r a c t i c e ,   s o u r c e s   t e l l     
 

  t h i n g   m a k i n g   m e   t h i n k   c a v s   w i l l   b e   a   t o p   6   s e e d   i s   w e ' r e   n o w   i n s u l a t e d   a   b i t   f r o m   i n j u r y   i s s u e s   d e s t r o y i n g   t h e   t e a m   l i k e   l a s t   y r ,   e s p   w h e n / i f   r u b i o   i s   b a c k .   e v e n   g u y s   l i k e   l e v e r t   & a m p ;   l o p e z . . .   n o t   l i k e   h a v i n g   t o   s t a r t   m o s e s   b r o w n   & a m p ;   b r a n d o n   g o o d w i n .
" y o u   w a n t   t o   b e   g r e a t .   y o u   w a n t   t o   h e l p   e a c h   o t h e r   b e   g r e a t .   b u t   s o m e t i m e s   b e i n g   g r e a t   i s   l i k e ,   ' y o u ' r e   a   b a d   d u d e ,   t o o .   g o   a h e a d   a n d   a t t a c k . ' " 
 
 d o n o v a n   m i t c h e l l   d e s c r i b e s   t h e   r a p p o r t   h e ' s   e s t a b l i s h i n g   w i t h   d a r i u s   g a r l a n d   o n e   w e e k   i n t o   c a v s   t r a i n i n g   c a m p .    
          i   a g r e e   g o   c a v s .   l e t e m k n o w
          n e w   s e a s o n   -   i   n e e d   t o   i n c r e a s e   m y   f o l l o w s   f o r   p e o p l e   w h o   a r e   t a l k i n g   c a v s .   l e t ' s   g o !
h o w   d o   i   w a t c h   t h e   c a v s   t o n i g h t ?
c l e v e l a n d   c a v a l i e r s :   e v a n   m o b l e y   o u t   1 - 2   w e e k s   w i t h   a n k l e   i n j u r y 
   
 
   
 c a v s   c a v s b a s k e t b a l l   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   e v a n m o b l e y a n k l e   e v a n m o b l e y i n j u r y  
c a r i s   l e v e r t   s a y s   h e ' s   f i n a l l y   h e a l t h y   a g a i n ,   c a n ' t   w a i t   t o   s e e   w h a t   c a v s   c a n   d o  
o u r   f i r s t   g l i m p s e   o f   t h e s e   t w o   t o n i g h t   👀 👀   l e t e m k n o w   c a v s   d g t h e p g   s p i d a  
p r e s e a s o n   g a m e   t o n i g h t ! 
 c a v s   🏀 🏀 🏀 
 y a a a a a a a a y y y y y y y  
t h e   s i x e r s   a r e   h o m e   t o n i g h t   a t   t h e   w e l l s   f a r g o   c e n t e r   f o r   t h e i r   s e c o n d   p r e s e a s o n   g a m e   a g a i n s t   t h e   c l e v e l a n d   c a v a l i e r s !   n b a   s i x e r s   c a v s  
    t h a t ' s   o b v i o u s   l e b r o n ' s   n o t   a   l a k e r   h e   j u s t   p l a y i n g   o n   a   t e a m   h e   r a n   t o   a f t e r   l e a v i n g   c a v s   h e a t   h e ' s   a   r u n n e r   w i t h   o n l y   f o u r   c h i p s   i   h a v e   y e t   t o   s e e   a   f u l l   s e a s o n   o f   g a m e s   w / o   * a s t e r i s k   d i d n ' t   d o   i t   l a s t   s e a s o n   a n d   n o t   t h i s   s e a s o n   e i t h e r   h e ' s   d o n e ,   l i k e   m y   r o l l s   a t e   u p   🤭 😁 😂 🥟
m u s t   h a v e   f o r   c a v s   f a n s   y o u   n e e d   o n e   a s   w e l l     👇 🏼 👀 .  
c a v s   p r e s e a s o n   t o d a y ,   i ’ l l   b e   t u n e d   i n   .
d a r i u s   g a r l a n d   w i l l   b e   a   t o p   5   p o i n t   g u a r d   i n   t h e   n b a   t h i s   y e a r .   e v a n   m o b l e y   w i l l   b e   a   s t a r   b y   t h e   e n d   o f   t h e   y e a r .   j a r r e t t   a l l e n   w i l l   e a r n   a n o t h e r   a l l   s t a r   n o d .   d o n o v a n   m i t c h e l l   w i l l   b e   t h e   m i s s i n g   p i e c e .   c a v s   w i l l   b e   a   t o p   3   s e e d .   p i n   t h i s   t w e e t .
d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .   
 d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .   
 d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .   
 d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .   
 d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .   
 d o   n o t   o v e r r e a c t   t o   a   c a v s   p r e s e a s o n   g a m e .
c o m e   j o i n   o u r     d i s c o r d   t o n i g h t   a t   7   p . m .   t o   l i v e   c h a t   t h e   g a m e   a n d   h a n g   w i t h   s o m e   h o o p s   d e g e n e r a t e s   c a v s 
 
  
i s a a c   o k o r o   w e n t   i n t o   t h e   o f f s e a s o n   f o c u s e d   o n   g r o w i n g   h i s   o f f e n s i v e   g a m e .   s o   c a v s   s h o o t i n g   c o a c h   a n d r e w   o l s o n   t r a v e l e d   t o   t h e   a t l   a r e a   a   f e w   t i m e s   t h r o u g h o u t   t h e   s u m m e r   t o   w o r k   w i t h   h i m . 
 
 i n s i d e   o k o r o ’ s   s u m m e r   f o c u s e d   o n   g r o w i n g   h i s   o f f e n s i v e   p r e s e n c e : 

c a v s   n o t e s :   c o a c h   j . b .   b i c k e r s t a f f   s a y s   s p r a i n e d   a n k l e   h a s   e v a n   m o b l e y   f e e l i n g   f r u s t r a t e d  
c a r i s   l e v e r t   s a y s   h e ' s   f i n a l l y   h e a l t h y   a g a i n ,   c a n ' t   w a i t   t o   s e e   w h a t   c a v s   c a n   d o  
i   c a n ’ t   w a i t   f o r   t o n i g h t ;   w e   g e t   a   s n e a k   p e a k   o f   c a v s   l e t e m k n o w
c a v s   p r e s e a s o n   g a m e   d a y ! !   l e t e m k n o w   c a v s  
t h e   c a v s   p l a y   t o n i g h t . . . .  
s p o r t s   a t   : 1 5   & a m p ;   : 4 5   g u a r d i a n s   w i n .           ( 9 1 - 7 0 )   w i l l   h o s t   r a y s   i n   p l a y o f f .                   c a v s   a t   p h i l l y   7 p   b r o w n s   g e t   r e a d y   f o r   c h a r g e r s .                                                                                                                                        
g o o d   m o r n i n g   e v e r y b o d y !   c a v s   b a s k e t b a l l   i s   b a c k ! ! ! !   c a v s
k y r i e   i r v i n g ' s   m i n d b l o w i n g   h a n d l e s   
 f u l l   v i d e o   l i n k : 
 
 n b a   n b a 2 k 2 3   k y r i e i r v i n g   c a v s   b a s k e t b a l l   b a s k e t b a l l s h o r t s  
c l e v e l a n d   h a s n ’ t   s e e n   a   h o m e   p l a y o f f   w i n   i n   a n y   s p o r t   s i n c e   l e b r o n   a n d   t h e   c a v s   w o n   t h a t   e p i c   g a m e   7   o f   t h e   e c f   4 +   y e a r s   a g o .     
 
 w e   h a v e n ’ t   h a d   a   p l a y o f f   g a m e   i n   c l e v e l a n d   w i t h   f a n s   s i n c e   t h e   a l d s   i n   2 0 1 8   v s   h o u s t o n .   
 
 d o w n t o w n   i s   g o i n g   t o   b e   f u c k i n   r o c k i n   o n   f r i d a y   f o r t h e l a n d
    t h a t   n o v   2 8   g a m e   a g a i n s t   t h e   c a v s   m i g h t   n o t   b e   t o o   f u n   f o r   w h o e v e r   y o u ' r e   s e n d i n g   ; )
$ 1 1 . 9 9   s t a n d u p   c o m e d y   c a r e e r   l a u n c h i n g   5   s t a r   w o r k b o o k -   g i f t   y o u r   f u n n y   f r i e n d   o r   f a m i l y   m e m b e r   t h i s   u n i q u e   g i f t !   p u r c h a s e   l i n k :     c     t s y   s u r v i v o r   c a v s   b u l l s   p a t r i o t s   p a c k e r s   b e a r s   m i a m i   t a m p a   t o m b r a d y   w a s h i n g t o n   d c
s h o p   l e t e m k n o w     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   n b a p r e s e a s o n   c l e v e l a n d   c a v s   c a v a l i e r s   c l e v e l a n d c a v a l i e r s
c a v s   t o m o r r o w   n i g h t !   l f g !
a   l o t   o f   f a n s   m a y   h a v e   b e e n   s h o c k e d   w h e n   d o n o v a n   m i t c h e l l   w a s   t r a d e d   t o   t h e   c a v s !   h o w e v e r ,   c l e v e l a n d   a n d   u t a h   h a v e   a   h i s t o r y   o f   m a k i n g   d e a l s   w i t h   e a c h   o t h e r .   
 
 t a k e   a   l o o k   b a c k   a t   s o m e   o f   t h e   t r a d e s   t h e   c a v s   a n d   j a z z   h a v e   m a d e   o v e r   t h e   l a s t   f e w   y e a r s .  
c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c   1
m o s t   p o i n t s   i n   n b a   h i s t o r y   i n   o n e   p l a y o f f   r u n   🔥 
 
 m i c h a e l   j o r d a n :   7 5 9   ( 1 9 9 2 ) 
 l e b r o n   j a m e s :   7 4 8   ( 2 0 1 8 ) 
 k a w h i   l e o n a r d :   7 3 2   ( 2 0 1 9 ) 
 h a k e e m   o l a j u w o n :   7 2 5   ( 1 9 9 5 ) 
 a l l e n   i v e r s o n :   7 2 3   ( 2 0 0 1 ) 
 
 b u l l s   c a v s   r a p t o r s   r o c k e t s   s i x e r s   n b a  
  i   c a n n o t   w a i t ! ! !     i   a m   s o   h a p p y   y o u   a r e   a   c l e v e l a n d   c a v a l i e r ! ! ! !   c a v s   n b a
d o n o v a n   m i t c h e l l ’ s   s h o t   i s   j u s t   p u r e .   l e t e m k n o w   c a v s
c a v s   r i c k y   r u b i o   g e t t i n g   i n   s o m e   e x t r a   w o r k   a f t e r   p r a c t i c e   t o d a y   a s   h e   w o r k s   h i s   w a y   b a c k   f r o m   a   k n e e   i n j u r y .  
j o e   r o g a n   p o d c a s t   c o m e d y   c o l l e g e   s h o u t o u t   b y   c o m e d y   i c o n   n a t e   b a r g a t z e :     d c   m a r y l a n d   v i r g i n i a   c a v s   b u l l s   d w t s   a h s c u l t   a h s   s t a r w a r s   h a w k e y e s   w a t e r f a l l
f a i t h f u l   g o o d   e v e n i n g …   n b a   c a v s   a l l f o r o n e    
i t   s a y s   s t r o n g e r ,   b u t   d o e s n ’ t   s a y   w h e r e   h e ’ s   s t r o n g e r   a t .   s o ,   i t   c o u l d   m e a n   s e v e r a l   t h i n g s .   s t r o n g e r   i n   a   f e w   a r e a s ,   i n c l u d i n g   s h o o t i n g   w i s e   -   w h i c h   i s   w h a t   h e ’ s   b e e n   w o r k i n g   h a r d   o n   a l l   s u m m e r   k n o w i n g   t h e   c a v s   n e e d   h i m   t o   b e c o m e   a   v i a b l e   o p t i o n   s h o o t i n g   w i s e . 
 
 l e t e m k n o w  
c a v s   e v a n   m o b l e y   h a s   a   r i g h t   a n k l e   s p r a i n   t h a t   w i l l   h o l d   h i m   o u t   a p p r o x .   1 - 2   w e e k s . 
 
 i   a s k e d   j . b .   b i c k e r s t a f f   t o d a y   i f   t h e r e   w a s   c o n c e r n   a b o u t   h i m   m i s s i n g   t h e   b e g i n n i n g   o f   t h e   r e g u l a r   s e a s o n ,   a n d   a s   o f   r i g h t   n o w ,   t h e r e   i s n ' t . 

w h i c h   s p o r t s   p l a y e r   d o   y o u   t h i n k   o f   f i r s t   w h e n   y o u   h e a r   c l e v e l a n d ?   g u a r d i a n s   b r o w n s   c a v s
c a v s   h c   j . b .   b i c k e r s t a f f   d o e s n ' t   s e e m   c o n c e r n e d   a b o u t   e v a n   m o b l e y   m i s s i n g   r e g u l a r   s e a s o n   t i m e .   t h a t ,   p l u s   w h a t   t o   e x p e c t   f r o m   t h e   f i r s t   p r e s e a s o n   g a m e   a n d   t h e   r e s u l t s   o f   t h e   n b a   g m   s u r v e y   i n   t o d a y ' s   n o t e b o o k   w r i t t e n   b y     
 
  
c a v s   c o a c h   j b   b i c k e r s t a f f   d o e s n ' t   s e e m   c o n c e r n e d   a b o u t   e v a n   m o b l e y   m i s s i n g   r e g u l a r   s e a s o n   t i m e .   t h a t ,   p l u s   w h a t   t o   e x p e c t   f r o m   t h e   f i r s t   p r e s e a s o n   g a m e   a n d   t h e   r e s u l t s   o f   t h e   n b a   g m   s u r v e y   i n   t o d a y ' s   n o t e b o o k .  
r e a d   j a c k s o n ’ s   l a t e s t ,   c a v s   f a n s ! ! ! ! ! ! ! !  
t h e s e   2   c a v s   a r e   p l a y e r s   t o   k e e p   a n   e y e   o n   i n   e v a n   m o b l e y ’ s   a b s e n c e ,   w r i t e s   .     l e t e m k n o w
      n o   m o r e   s e x l a n d   b u t   i   g o t   i t   f o r   y ’ a l l   i t ’ s   n o w   s p i d a l a n d                       l e t e m k n o w   c a v s   
 _ c l e m    
e v   p u r p l e   w a v e   r o o k i e   s h o w e d   u p   r i g h t   o n   t i m e   f o r   t i p - o f f   t o m o r r o w   n i g h t   l e t e m k n o w   c a v s   🤩 📪   y o u g o t m a i l  
d e s p i t e   m i s s i n g   t h e   n e x t   1 - 2   w e e k s   w i t h   a n   a n k l e   i n j u r y ,   m o b l e y   i s n ’ t   e x p e c t e d   t o   m i s s   t h e   r e g u l a r   s e a s o n   o p e n e r .   c a v s    
e v a n   m o b l e y   t o   m i s s   t i m e   d u e   t o   i n j u r y   
 n b a   l e t e m k n o w   c a v s   

c l e v e l a n d   c a v a l i e r s   t e a m ,   ( a n d   e v e n   n e w e s t   c a v ,   d o n o v a n   m i t c h e l l )   h a s   n o t i c e d   i s a a c   o k o r o   i s   l o o k i n g   m u c h   s t r o n g e r   o n   t h e   f l o o r   s o   f a r   a s   w e   s i t   i n   t h e   2 0 2 2 - 2 3   p r e s e a s o n .   t h e   r e g u l a r   s e a s o n   c o u l d   t u r n   t o   l o o k   q u i t e   i m p r e s s i v e   o f   o k o r o ,   a s   w e l l   n b a   c a v s    
c a v s   c o a c h   j b   b i c k e r s t a f f   w o u l d n ' t   t i p   h i s   h a n d   a s   t o   w h o   w i l l   b e   t h e   s t a r t i n g   s m a l l   f o r w a r d .   a l s o   d e c l i n e d   t o   a n s w e r   w h o   w i l l   b e   i n   t h e   s t a r t i n g   l i n e u p   t o m o r r o w   n i g h t   f o r   t h e   p r e s e a s o n   o p e n e r   i n   p h i l a d e l p h i a .  
d o n o v a n   m i t c h e l l   s a y s   i t   s t i l l   h a s n ’ t   s u n k   i n   t h a t   h e ’ s   a   m e m b e r   o f   t h e   c a v s   a n d   i t   l i k e l y   w o n ’ t   u n t i l   t h e   t e a m   p l a y s   a   h o m e   g a m e .   
 l e t e m k n o w   |   c o u n t d o w n t o c a v s  
t h e   a n n u a l   n b a   g m   s u r v e y   –   a   c o m p i l a t i o n   o f   5 0   q u e s t i o n s   a b o u t   t h e   b e s t   t e a m s ,   p l a y e r s ,   c o a c h e s   a n d   o f f s e a s o n   m o v e s   –   w a s   r e l e a s e d   t u e s d a y   m o r n i n g ,   a n d   t h e   c a v s   r e c e i v e d   p l e n t y   o f   a c c l a i m .  
c a v s   a n d   g u a r d i a n s   a r e   b o t h   c u r r e n t l y   3 5 - 1   t o   w i n   c h a m p i o n s h i p s .   a   $ 1 0 0 0   p a r l a y   w o u l d   n e t   1 . 3   m i l l i o n   d o l l a r s   i f   h e l l   f r o z e   o v e r   a n d   b o t h   p u l l e d   i t   o f f .   c l e v e l a n d   f u n   f a c t .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   e v a n   m o b l e y   i n j u r e d   h i s   r i g h t   a n k l e   s a t u r d a y   d u r i n g   5 - o n - 5   d r i l l   b u t   s a i d   r i g h t   n o w   t h e r e   i s n ’ t   a n y   c o n c e r n   h e   w o u l d   m i s s   t h e   s t a r t   o f   t h e   r e g u l a r   s e a s o n .  
" t h e r e ' s   i n - s h a p e ,   a n d   t h e n   t h e r e ' s   g a m e   s h a p e . " 
 
 d o n o v a n   m i t c h e l l   a n d   j . b .   b i c k e r s t a f f   a r e   l o o k i n g   f o r w a r d   t o   s e e i n g   w h e r e   t h e   c a v s   a r e   w i t h   t h e i r   c o n d i t i o n i n g   t o m o r r o w   n i g h t   i n   p h i l a d e l p h i a .   c o a c h   s a y s   i t ' s   a n   a r e a   t h e   t e a m   i s   l o o k i n g   t o   b e   e l i t e   i n .    
w h a t   d o   w e   t h i n k   c l e v e l a n d … a r e   w e   o k   w i t h   t h i s   o r   n o t   ?   c a v s 🏀 
         _ m a n i a       _ s h a d e  
n o w   t h a t   t r a v e l   h a s   o f f i c i a l l y   b e g u n   f o r   c a v s   s e a s o n ,   i ’ m   l o o k i n g   f o r   a n y   n e t f l i x   s u g g e s t i o n s   f o r   t h e s e   f l i g h t s .   w h a t c h a   g o t   f o r   m e ?
j . b .   b i c k e r s t a f f   d i v e s   i n t o   t h e   e v a n   m o b l e y   s p r a i n e d   a n k l e   i n j u r y .   c a v s    
j . b .   b i c k e r s t a f f   s a y s   t h e r e   i s   n o t   c u r r e n t l y   a   c o n c e r n   t h a t   e v a n   m o b l e y   w o u l d   m i s s   t h e   b e g i n n i n g   o f   t h e   r e g u l a r   s e a s o n   w i t h   a   s p r a i n e d   a n k l e .   
 
 m o b l e y ,   w h o   w a s   d r i v i n g   d o w n   t h e   l a n e   d u r i n g   5 - o n - 5   s c r i m m a g e s   o n   s a t u r d a y ,   l a n d e d   o n   a   t e a m m a t e s   f o o t   c o m i n g   d o w n ,   j . b .   s a y s .   c a v s  
c a v s   h e a d   c o a c h   j b   b i c k e r s t a f f   w a s   a s k e d   i f   t h e   t e a m   i s   w o r r i e d   e v a n   m o b l e y   m a y   m i s s   t h e   s t a r t   o f   t h e   s e a s o n   w i t h   h i s   s p r a i n e d   r i g h t   a n k l e :   “ i   m e a n ,   n o t   n o w ,   o b v i o u s l y   w e   s e e   h o w   h e   r e s p o n d s   a n d   a l l   t h a t .   w e ’ l l   a l w a y s   b e   s a f e   w i t h   o u r   g u y s .   r i g h t   n o w   t h e r e   i s n ’ t   c o n c e r n . ”
c a v s   g u a r d   d o n o v a n   m i t c h e l l   s a i d   h e ’ l l   r e a l l y   f e e l   t h e   m o m e n t   b e i n g   a   c a v a l i e r ,   h i s   c h i l d h o o d   t e a m ,   t h e   f i r s t   t i m e   h e   p l a y s   i n   f r o n t   o f   f a n s   a t   r o c k e t   m o r t g a g e   f i e l d h o u s e . 
 
 “ i ’ l l   b e   l i k e ,   ‘ h o l y   s h i t !   t h i s   i s   r e a l . ’ ”
c a v s   c o a c h   j . b .   b i c k e r s t a f f   s a i d   e v a n   m o b l e y   s p r a i n e d   h i s   r i g h t   a n k l e   s a t u r d a y .   b i c k e r s t a f f   s a i d   h e ' s   d i s a p p o i n t e d   b u t   t a k i n g   i t   i n   t y p i c a l   m o b l e y   f a s h i o n ,   n e v e r   t o o   h i g h   o r   t o o   l o w .
c a v s   g u a r d   d o n o v a n   m i t c h e l l   s h a r e s   w i t h   m e   t h a t   c l e v e l a n d   h a s   t h e   p o t e n t i a l   t o   b e   o n e   o f   t h e   m o s t   b a l a n c e d   t e a m s   o n   t h e   c o u r t   t h i s   s e a s o n .   b u t ,   f o r   n o w ,   t h e i r   d e f e n s e   i s   f a r   a h e a d   o f   t h e i r   o f f e n s e .
j a r r e t t   a l l e n   c o n f i d e n t   s m a l l e r   l i n e u p   c a n   s t i l l   c o m e   u p   b i g   f o r   c a v s  
d o n o v a n   m i t c h e l l   s a y s   t h a t   c a v s   f o r w a r d   i s a a c   o k o r o   h a s   g o t t e n   a   l o t   s t r o n g e r   t h i s   o f f s e a s o n   a n d   i t ’ s   r e a l l y   s t o o d   o u t   o n   t h e   c o u r t .
  w e   l o v e   c a v s   s u p e r s t a r   g u a r d   d o n o v a n   m i t c h e l l
c a v s   s u p e r s t a r   g u a r d   d o n o v a n   m i t c h e l l   n o w   j o i n s   u s .  
c a v s   j . b .   b i c k e r s t a f f   o n   h o w   e v a n   m o b l e y ' s   d o i n g   w i t h   t h e   i n j u r y :   " h e ' s   o b v i o u s l y   f r u s t r a t e d   b u t   i n   e v a n   f a s h i o n ,   h e ' s   f i n e . "
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   j u s t   q u i e t l y   s h a k e s   h i s   h e a d   “ n o ”   w h e n   a s k e d   a b o u t   w h o   w i l l   b e   s t a r t i n g   a t   t h e   t h r e e   t o m o r r o w   n i g h t   a g a i n s t   t h e   7 6 e r s .
c a v s   j . b .   b i c k e r s t a f f   s a i d   e v a n   m o b l e y   i n j u r e d   h i s   a n k l e   i n   l i v e   p r a c t i c e   o n   s a t u r d a y .   t h e y ' r e   h o p e f u l   f o r   a   q u i c k   r e c o v e r y   b u t   w i l l   m o n i t o r   h i s   r e s p o n s e   t o   t r e a t m e n t .
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a y s   t h e r e ’ s   n o   c o n c e r n   a t   t h i s   t i m e   i n   r e g a r d s   t o   e v a n   m o b l e y   m i s s i n g   t h e   r e g u l a r   s e a s o n   o p e n e r   a g a i n s t   t h e   t o r o n t o   r a p t o r s . 
 
 b u t ,   t h e y ’ l l   e v a l u a t e   a n d   s e e   h o w   m o b l e y ’ s   f e e l i n g   t h r o u g h   a l l   o f   t h i s .
s o m e   m o r e   r i c k y   r u b i o   c u t t i n g   a n d   s h o o t i n g   a s   t h e   c a v s   w r a p   u p   p r a c t i c e .  
q u e s t i o n :   i f   y o u ' r e   l i s t e n i n g   t o   a   c a v s   p o d c a s t   b r e a k i n g   d o w n   a   g a m e   t h e   d a y   a f t e r ,   w h a t   d o   y o u   w a n t   f r o m   t h a t   p o d c a s t ?
t h e   n b a   h a s   r e l e a s e d   a n n u a l   g m   s u r v e y : 
 
 - c a v s   p r e d i c t e d   t o   f i n i s h   6 t h   i n   t h e   e a s t 
 - e v a n   m o b l e y   v o t e d   m o s t   l i k e l y   t o   h a v e   a   b r e a k o u t   s e a s o n 
 - d o n o v a n   m i t c h e l l   o f f s e a s o n   a c q u i s i t i o n   w i t h   b i g g e s t   i m p a c t 
 - c a v s   h a d   b e s t   o f f s e a s o n 
 - c a v s   v o t e d   2 n d   m o s t   i m p r o v e d .   

m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   a l o n g   w i t h   s e l e c t   p l a y e r s   o n c e   p r a c t i c e   c o n c l u d e s . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
j . b .   b i c k e r s t a f f   g o n n a   b e   u n d e r   a   l o t   o f   p r e s s u r e   t h i s   s e a s o n .   
 
 c a v s
b e s t   y o u n g   c o r e .   b e s t   o f f s e a s o n .   b r e a k o u t   p l a y e r .   m o s t   i m p a c t f u l   o f f s e a s o n   a d d i t i o n .   o p p o s i n g   n b a   g m s   s e e   b i g   t h i n g s   a h e a d   f o r   c a v s   
 

  _ 1 n e   i ' m   n o t   s a y i n g   c a v s   c a n ' t   f i n i s h   4 t h ,   b u t   e a s t   i s   b r u t a l   & a m p ;   t h e r e   a r e   a   b u n c h   o f   t e a m s   t h a t   c o u l d   e a s i l y   f i t   i n   t h a t   4 - 6   r a n g e   ( c a v s / h e a t / h a w k s / r a p t o r s / n e t s ) .   
 
 e v e n   b u l l s ,   h o r n e t s ,   k n i c k s   & a m p ;   w i z a r d s   s h o u l d   b e   p r e t t y   c o m p e t i t i v e .   
 
 t h i s   i s n ' t   y o u r   g r a n d f a t h e r ' s   e a s t e r n   c o n f e r e n c e .
t h e   c a v s   w e r e   a l s o   s e l e c t e d   a s   t h e   t e a m   w i t h   t h e   n b a ’ s   b e s t   y o u n g   c o r e .  
w i l l   s h a r i f e   c o o p e r   p e r f o r m   o n   t h e   c l e v e l a n d   c a v s ? ?     v i a     c a v s
    c r o w d e r   i s   a   c a n c e r ,   d o n ’ t   w a n t   h i m   o n   t h i s   y o u n g   t e a m .   h e ’ s   b e e n   o n   7   t e a m s   i n   1 0   y e a r s   f o r   a   r e a s o n .   c a v s
j a r r e t t   a l l e n   c o n f i d e n t   s m a l l e r   l i n e u p   c a n   s t i l l   c o m e   u p   b i g   f o r   c a v s  
i n   t h e   n b a   g m   s u r v e y ,   t h e   c a v s   r a n k e d   s i x t h   i n   t h e   e a s t e r n   c o n f e r e n c e ,   w i t h   1 4 %   o f   t h e   f o u r t h - p l a c e   v o t e s   o v e r a l l   a n d   h a d   t h e   b e s t   o f f s e a s o n 
 
 m o b l e y   w a s   v o t e d   m o s t   l i k e l y   t o   h a v e   a   b r e a k o u t   s e a s o n   w h i l e   m i t c h e l l   w a s   v o t e d   t o   h a v e   t h e   b i g g e s t   i m p a c t . 
 

n b a   g e n e r a l   m a n a g e r s   a r e   c l e a r l y   f e e l i n g   t h e   c a v s   t h i s   s e a s o n . . .  
i n   t h e   n b a ’ s   a n n u a l   g m   s u r v e y ,   c a v s   a r e   r a n k e d   6 t h   i n   t h e   e a s t .   t h e y   t o p p e d   t h e   l i s t   f o r   b e s t   o f f s e a s o n   & a m p ;   m o s t   p r o m i s i n g   y o u n g   c o r e .   a l s o   e v a n   m o b l e y   c a m e   i n   1 s t   f o r   t h e   p l a y e r   m o s t   l i k e l y   t o   h a v e   a   b r e a k o u t   s e a s o n   & a m p ;   d o n o v a n   m i t c h e l l   t h e   a c q u i s i t i o n   w h o   w i l l   m a k e   b i g g e s t   i m p a c t
g r a d e y   d i c k ,   a   5 - s t a r   s g / s f   f r o m   k a n s a s   i s   m o c k e d   t o   t h e   c a v s   i n   t h i s   o n e .  
o n   t o d a y ’ s   s h o w ,     a n d     s p r e a d   t h e i r   w i n g s   a n d   t a k e   f l i g h t   w h e n   b r e a k i n g   d o w n   t h e   d e p t h   c h a r t   o n   t h e   p e r i m e t e r   f o r   t h e   c a v s . 
 
 p r o d u c e d   b y   .   
 
 📺 :   
 🎧 :    
i c y m i ,   h e r e   w e r e   3   t h i n g s   t o   w a t c h   f o r   i n   c a v s   p r e s e a s o n ,   v i a   .   2   o f   t h e   3   w i l l   s t i l l   d e f i n i t e l y   b e   i n - p l a y .     l e t e m k n o w
i c y m i :   c a v s '   e v a n   m o b l e y   c o u l d   m i s s   u p   t o   t w o   w e e k s   w i t h   r i g h t   a n k l e   s p r a i n     v i a  
e v a n   m o b l e y   t o   m i s s   t i m e   d u e   t o   i n j u r y   
 n b a   l e t e m k n o w   c a v s   

c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
c h e c k   o u t   s h a w n   k e m p   s p o r t s   i m p r e s s i o n s   p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c
p l a t e   a u t o g r a p h e d   2 5 3 / 5 0 0 0   1 9 9 5     r a r e !     e b a y   v i a     s h a w n k e m p   s e a t t l e   s o n i c s   n b a   b a s k e t b a l l   h o o p s   c a v s   m a g i c
o n   t o d a y ' s   s h o w   a t   1 1 : 
 -   h o w   c a n   t h e   b r o w n s   t a k e   a d v a n t a g e   o f   j o e y   b o s a   b e i n g   o u t ? 
 -   c a n   b r i s s e t t   m a t c h   p o i n t s   w i t h   h e r b e r t   a n d   t h e   c h a r g e r s ? 
 -     & a m p ;     
 -   g u a r d i a n s   p l a y o f f   x - f a c t o r 
 -   u p d a t e   o n   m o b l e y   i n j u r y   c a v s 

h a p p y   4 2 n d   b i r t h d a y   t o   j a m e s   j o n e s ! 
 
 h e   h a d   h o p s   o n   t h e   c a v s .   
 
 a t c b i r t h d a y s   
 
  
h a p p y   3 4 t h   b i r t h d a y   t o   f o r m e r   c a v s   p g   ! 
 
 r e a l   o n e s   r e m e m b e r .   
 
 a t c b i r t h d a y s   
 
  
h e r e   c o m e   t h e   i n j u r i e s   t o   k e y   p l a y e r s … d a m n .   e v e r y .   d a m n .   s e a s o n … 😑   c a v s
d a m n     w i l l   b e   o u t   i n   t h e   b e g i n n i n g   o f   t h e   s e a s o n . 
 
 e v a n m o b l e y   c a v s   n b a   n b a s e a s o n
w h o ' s   w i n n i n g   t h e   n b a   e a s t e r n   c o n f e r e n c e   t h i s   y e a r ?   n b a t w i t t e r   f e a r t h e d e a r   b u c k s   h e a t   c e l t i c s   7 6 e r s   c a v s   n e t s   h a w k s   r a p t o r s   b u l l s n a t i o n
j o e   r o g a n   p o d c a s t   c o m e d y   c o l l e g e   s h o u t o u t   b y   c o m e d y   i c o n   n a t e   b a r g a t z e :     d c   m a r y l a n d   v i r g i n i a   c a v s   b u l l s   d w t s   a h s c u l t   a h s   s t a r w a r s   h a w k e y e s   w a t e r f a l l
h e r e   w e   g o   a g a i n .   c a v s  
l e g a l   a c t i o n   t a k e n   t o   k e e p   s p u r s   i n   s a n   . . . 
   
 
   
 7 6 e r s   b a s k e t b a l l   b a s k e t b a l l n e w s   b a s k e t b a l l p o d c a s t   b l a z e r s   b u c k s   b u l l s   c a d e c u n n i n g h a m   c a v s   c e l t i c s   c h e t h o l m g r e n   c l i p p e r s   c p 3   d e v i n b o o k e r   f i n a l s   g o s p u r s g o   g r i z z l i e s   h a w k s   h e a t   h o r n e t s  
l e t ' s   g o !   . . . n o w ! 
 
 v e r y   l a t e s t   o n   y o u r   a w e s o m e   c l e v e l a n d   s p o r t s   s c e n e   c o m i n g   u p   i n   1 0   m i n u t e s . 
 
 + a l   c e n t r a l   c h a m p i o n   g u a r d i a n s   p l a y o f f   w o r d 
 + c a v s ,   e v a n   m o b l e y   i n j u r y   l a t e s t   
 + u g h . . . y e s ,   s o m e   b r o w n s   t o o . 
 
 j o i n   u s !
n b a   p r e - s e a s o n   t o n i g h t !   t h e   n b a   s e a s o n   i s   a l m o s t   h e r e !   l e t e m k n o w   c a v s
c a v s '   e v a n   m o b l e y   p u l l i n g   m o r e   f r o m   3   c o u l d   d o   w o n d e r s   f o r   h i m ,   t e a m 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   c a v s   b u l l s n a t i o n   h e a t t w i t t e r   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   n e t s   b r o o k l y n t o g e t h e r   s i x e r s
a h   m a n .   .   r e s t   u p   b i g   f e l l a .   w e   n e e d   y a !   t h e l a n d   c a v s   l e t e m k n o w
s h o r t   w e e k !   l e t ’ s   g e t   a f t e r   i t !   c a v s   e l e v a t e
h e y !   w e ’ r e   t r y i n g   g e t   m o r e   v i d e o s   u p   a b o u t   t h i s   c a v s   t e a m !   
 
 s o   u h m   s u b s c r i b e .   
 
  
c a v s   a r e   s e t   t o   b e   w i t h o u t   e v a n   m o b l e y   f o r   t h e   n e x t   w e e k   o r   t w o ,   p u t t i n g   h i s   s t a t u s   f o r   t h e   s t a r t   o f   t h e   s e a s o n   i n   j e o p a r d y .   m o r e   o n   t h a t ,   p l u s   d y l a n   w i n d l e r   f e e l i n g   t h e   b e s t   h e ' s   b e e n   i n   a w h i l e   a n d   b r e a k i n g   i s a a c   o k o r o   o u t   o f   t h e   b o x .  
c a v s   f   e v a n   m o b l e y   ( a n k l e   s p r a i n )   o u t   1 - 2   w e e k s   e v a n m o b l e y   n b a 
   c a v s   b e t h e f i g h t    
( e s p n ) : c a v s '   m o b l e y   t o   m i s s   1 - 2   w e e k s   w i t h   a n k l e   s p r a i n   :   c l e v e l a n d   c a v a l i e r s   f o r w a r d   e v a n   m o b l e y   w i l l   m i s s   a p p r o x i m a t e l y   o n e   t o   t w o   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n .   . .  
c a v s   e v a n   m o b l e y   l i k e l y   t o   n o t   p l a y   m u c h   p r e s e a s o n   d u e   t o   a n k l e   i n j u r y  
  n o w   1 2   r o o k i e s .   w i n   c e n t r a l   a n d   5 0 %   o f   s t a n d   f u l l .   e m b a r r a s s i n g !   t h i s   t e a m   i s   e x c i t i n g   t o   w a t c h . 
 c l e v e l a n d o h i o   g u a r d i a n s   m l b c e n t r a l   m l b p l a y o f f s   b r o w n s   c a v s   o h i o s p o r t s   m l b
c a v s   y o u n g s t e r   e v a n   m o b l e y   w i l l   n o t   p l a y   w e d n e s d a y   n i g h t   b e c a u s e   o f   a   r i g h t   a n k l e   s p r a i n .   h e   w i l l   b e   o u t   1 - 2   w e e k s .   s o u r c e s   t e l l   m e   h e   s t e p p e d   o n   a   p l a y e r ’ s   f o o t   a t   p r a c t i c e .   v i a :  
c a v s '   e v a n   m o b l e y   c o u l d   m i s s   u p   t o   t w o   w e e k s   w i t h   r i g h t   a n k l e   s p r a i n     v i a  
e x c i t e d   t o   t a l k   c a v s   w i t h     t h i s   s e a s o n .   g i v e   u s   a   l i s t e n   o v e r   a t     & a m p ;   f e e l   f r e e   t o   i n t e r a c t   t h r o u g h o u t   t h e   s h o w .   l o o k i n g   f o r w a r d   t o   g u e s t s ,   g a m b l i n g   c o n t e n t ,   a n d   w a t c h i n g   t h i s   t e a m   t a k e   a n o t h e r   s t e p  
c l e   c a v s ’   b i g   m a n ,   e v a n   m o b l e y   i s   s e t   t o   m i s s   1 - 2   w e e k s   w /   a   r i g h t   a n k l e   s p r a i n .   i ’ d   s a y   k e v i n   l o v e   s h o u l d   t a k e   m o b l e y ’ s   p l a c e   w h i l e   h e ’ s   o u t   n b a   c a v s
e v a n   m o b l e y s   1 - 2   w e e k   t i m e t a b l e   f o r   h i s   s p r a i n e d   a n k l e   a l i g n s   w i t h   a   o c t   1 0 - 1 7   r e t u r n .   
 
 t h e     f i r s t   r e g u l a r   s e a s o n   g a m e   i s   o c t   1 9   v s     
 
 c a v s   c l e   n b a   m o b l e y   i n j u r y   r e t u r n   l i n e u p   l i n e u p s
i   w o u l d   b e   * v e r y *   s u r p r i s e d   i f   e v a n   m o b l e y   m i s s e d   t h e   s e a s o n   o p e n e r . 
 
 t h a t   s a i d ,   i ’ d   s i t   h i m   u n t i l   t h e   e a s t e r n   c o n f e r e n c e   f i n a l s   a s   a   p r e c a u t i o n . 
 
 c a v s
n o t h i n g   l i k e   m o n d a y   n i g h t   j v   f o o t b a l l   a s   _ c a v s f b   t a k e s   o n   _ f b !   a   g r e a t   g a m e   b e t w e e n   t h e   c a v s   a n d   t h e   s p a r t a n s !   t e a m u c p s   b e t h e b e s t         _ c a v s     _ a t h l e t i c s 1   💯 🏈 💯 🏈  
t h i s   s t i n k s ,   n o   o t h e r   w a y   a r o u n d   i t .   r e a l l y   f r u s t r a t i n g   n e w s   f o r   c a v s   t o   s t a r t   t h e   p r e s e a s o n   w i t h   a n   i n j u r y   t o   a   c r i t i c a l   p l a y e r   a f t e r   t h e   t e a m   d e a l t   w i t h   s o   m a n y   i n j u r i e s   d o w n   t h e   s t r e t c h   l a s t   y e a r . 
 
 c h e c k   o u t   t h e   a l l - n e w     f o r   t h e   l a t e s t   i n f o !   l e t e m k n o w  
c a v s   e v a n   m o b l e y   c o u l d   b e   o u t   u p   t o   2   w e e k s   w /   s p r a i n e d   r i g h t   a n k l e   s u f f e r e d   w h e n   h e   s t e p p e d   o n   r o b i n   l o p e z ' s   f o o t   o n   a   d r i v e   t o   t h e   b a s k e t   i n   p r a c t i c e .   h o w e v e r ,   a   s o u r c e   t e l l s     t h e r e   i s n ' t   c u r r e n t   c o n c e r n   a b o u t   h i m   m i s s i n g   s e a s o n   o p e n e r 
 

s o   i t   s t a r t s .   d a n g ! !   c a v s  
b r e a k i n g   n e w s :   c a v a l i e r s   a n n o u n c e   f o r w a r d   e v a n   m o b l e y   w i l l   m i s s   1 - 2   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n . 
 
 m o r e   i n f o r m a t i o n   t o   f o l l o w   o n   
 
 c a v s   |   l e t e m k n o w  
q u i c k   n e w s e r   o n   e v a n   m o b l e y   i n j u r y .   c a v s  
e v a n   m o b l e y   i s   o u t   f o r   a t   l e a s t   o n e   t o   t w o   w e e k s   d u e   t o   a   s p r a i n e d   a n k l e .   h e a l   u p !   🙏 🏼 c a v s 
 

c a v s   e v a n   m o b l e y   w i l l   m i s s   w e d n e s d a y   n i g h t ' s   g a m e   a g a i n s t   t h e   7 6 e r s   w i t h   a   r i g h t   a n k l e   s p r a i n .   
 
 h e ' l l   b e   o u t   a r o u n d   1 - 2   w e e k s .
o k .   n o t   i d e a l   b u t   g e t   t h i s   i n j u r y   s h i t   o u t t a   t h e   w a y   e a r l y   s o   t h a t   t h e   r e s t   o f   t h e   s e a s o n   i s   s o l i d   c a v s  
w e   a r e   l i v e   o n   t w i t c h   w i t h     f r o m   ! !     j o i n   u s   t o   t a l k   c a v s   a n d   n b a ! 
 

t h e   1 - 2   w e e k   w i n d o w   s t i l l   k e e p s   m o b l e y   o n   t r a c k   t o   p l a y   i n   t h e   s e a s o n   o p e n e r   i n   t o r o n t o   a g a i n s t   t h e   r a p t o r s   f o r   t h e   c a v s .  
e v a n   m o b l e y   s p r a i n e d   h i s   r i g h t   a n k l e   d u r i n g   t r a i n i n g   c a m p   & a m p ;   w i l l   m i s s   w e d n e s d a y ’ s   g a m e   a g a i n s t   t h e   s i x e r s . 
 
 t i m e t a b l e   f o r   r e t u r n   i s   a p p r o x i m a t e l y   1 - 2   w e e k s ,   c a v s   s a y .
c a v s   b i g   m a n   e v a n   m o b l e y   w i l l   b e   o u t   1 - 2   w e e k s   d u e   t o   a n   a n k l e   s p r a i n   a n d   w i l l   m i s s   w e d n e s d a y ’ s   g a m e   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s ,   p e r   t e a m . 
 
 h i s   s t a t u s   w i l l   b e   u p d a t e d   a s   a p p r o p r i a t e .
e v a n   m o b l e y   w i l l   m i s s   t h e   c a v s   p r e s e a s o n   o p e n e r   w i t h   a n   a n k l e   s p r a i n .   c a v s  
b a d   n e w s   f o r   t h e   c a v s :   p f   e v a n   m o b l e y   w i l l   b e   o u t   1 - 2   w e e k s   w i t h   a n   a n k l e   s p r a i n .
c a v s   s a y   e v a n   m o b l e y   i s   o u t   1 - 2   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n
c a v s   f o r w a r d   e v a n   m o b l e y   w i l l   m i s s   w e d n e s d a y   n i g h t ' s   g a m e   i n   p h i l a d e l p h i a   d u e   t o   a   r i g h t   a n k l e   s p r a i n   a n d   w i l l   r e m a i n   o u t   a p p r o x i m a t e l y   1 - 2   w e e k s .  
c l e v e l a n d   c a v a l i e r s   h a v e   r e v e a l e d   e v a n   m o b l e y   w i l l   m i s s   o n e - t o - t w o   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n . 
 c a v s   n b a
c a v s   a n n o u n c e   c / f   e v a n   m o b l e y   w i l l   m i s s   1 - 2   w e e k s   w i t h   a   r i g h t   a n k l e   s p r a i n
c a v s   y o u n g s t e r   e v a n   m o b l e y   w i l l   n o t   p l a y   w e d n e s d a y   n i g h t   b e c a u s e   o f   a   r i g h t   a n k l e   s p r a i n .   h e   w i l l   b e   o u t   1 - 2   w e e k s .   s o u r c e s   t e l l   m e   h e   s t e p p e d   o n   a   p l a y e r ’ s   f o o t   a t   p r a c t i c e .
c a v s   f o r w a r d   e v a n   m o b l e y   o u t   u p   t o   2   w e e k s   w i t h   a   s p r a i n e d   r i g h t   a n k l e .
c a v s   a n n o u n c e   t h a t   f o r w a r d   e v a n   m o b l e y   w i l l   m i s s   w e d n e s d a y   n i g h t ' s   g a m e   a t   p h i l a d e l p h i a   d u e   t o   a   r i g h t   a n k l e   s p r a i n   a n d   w i l l   r e m a i n   o u t   a p p r o x i m a t e l y   1 - 2   w e e k s .
c a v s   a n n o u n c e   t h a t   b i g   m a n   e v a n   m o b l e y   w i l l   m i s s   t h e   n e x t   1 - 2   w e e k s   w i t h   a n   a n k l e   s p r a i n .
e v a n   m o b l e y   s p r a i n e d   h i s   r i g h t   a n k l e   a n d   w i l l   m i s s   1 - 2   w e e k s   o f   a c t i o n ,   c a v s   s a y .
c a v s   a n n o u n c e   t h a t   e v a n   m o b l e y   w i l l   m i s s   w e d n e s d a y   n i g h t ' s   p r e s e a s o n   g a m e   i n   p h i l l y   d u e   t o   a   r i g h t   a n k l e   s p r a i n .   h e   w i l l   b e   o u t   a p p r o x i m a t e l y   1 - 2   w e e k s .
t h e     h a d   o n e   o f   t h e   m o s t   s u r p r i s i n g   s e a s o n s   i n   2 0 2 2 ,   a n d   t h e n   m a d e   a   h u g e   s p l a s h ,   t r a d i n g   f o r   d o n o v a n m i t c h e l l .   w h e r e   d o   t h e   c a v s   r a n k   t h i s   y e a r ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 c l e v e l a n d c a v a l i e r s   d a r i u s g a r l a n d   e v a n m o b l e y   j a r r e t t a l l e n   b e l i e v e l a n d  
" h e   d o e s   a   g r e a t   j o b   o f   c l o s i n g   o u t   f r o m / a t t a c k i n g   c l o s e o u t s   f r o m   t h e   p e r i m e t e r .   h e ' s   e x c e l l e n t   w h e n   h e   r u n s   t h e   f l o o r   & a m p ;   h a s   o p p o r t u n i t i e s   t o   f i n i s h   i n   b r o k e n   s i t u a t i o n s . . .   h e ' s   b e e n   r u n n i n g   t h e   f l o o r .   h i s   t e a m m a t e s   a r e   f i n d i n g   h i m ,   h e ' s   b e e n   d o i n g   a   g r e a t   j o b   o f   c u t t i n g . "   c a v s
f o c u s   f o r   o k o r o ?   b i c k e r s t a f f :   " p u t t i n g   p r e s s u r e   o n   t h e   p a i n t   a n d   t h e n   b e i n g   a b l e   t o   m a k e   p l a y s   f r o m   t h e r e .   a n d   t h e n   o b v i o u s l y   h e ' l l   h a v e   h i s   f e e t   s e t   a n d   k n o c k   d o w n   j u m p e r s ,   b u t   t h e   e m p h a s i s   i s   g e t   t o   t h e   p a i n t ,   m a k e   t h e   p l a y .   r u n   t h e   f l o o r ,   m a k e   t h e   p l a y . . . "   c a v s
c a v s   2 0 2 3   r b   c o m m i t     i s   s p o o k y   f a s t   i n   t h e   o p e n   f i e l d .   w h e n   t h e y   t a l k   a b o u t   g a m e   c h a n g i n g   s p e e d ,   t h i s   i s   t h e   t y p e   o f   a c c e l e r a t i o n   a n d   t o p   e n d   s p e e d   e v e r y b o d y   " c o v e t s " .   a l s o   e x c e l l e n t   a t   p i c k i n g   u p   y a r d s   a f t e r   c o n t a c t   & a m p ;   t o u g h   r u n n e r .   
 
   c a v s
b i c k e r s t a f f   s a i d   c a v s   w e r e   s o   f o c u s e d   o n   c r e a t i n g   s p a c e   t h a t   t h e y   d i d n ' t   a l l o w   i s a a c   o k o r o   t o   p l a y   t o   h i s   s t r e n g t h s   l a s t   s e a s o n :   " a   l o t   o f   w h a t   p e o p l e   w e r e   w a t c h i n g   w a s   o n   u s   a n d   w a s   s y s t e m a t i c .   w e   k n o w   f o r   u s   t o   g e t   w h e r e   w e   w a n t   t o   g o ,   i s a a c   h a s   t o   c o n t i n u e   t o   m o v e . "  
i   k n o w   i t ’ s   n o t   n b a   s e a s o n   y e t ,   b u t   m y   w i f e   j u s t   r e m i n d e d   m e   o f   t h e   n i g h t   t h e   c a v s   w o n   t h e   t i t l e .   w h e n   t h e   b u z z e r   s o u n d e d ,   i   d i d   t h e   y o s e m i t e   s a m   m a d   d a n c e …   e x a c t l y   l i k e   t h i s ,   b u t   i   w a s   o b v i o u s l y   e c s t a t i c   i n s t e a d   o f   a n g r y .   
 
 h o w   d i d   y o u   i m m e d i a t e l y   r e a c t ?   
 
 l e t e m k n o w  
h a p p y   h a p p y   h a p p y   😊   
 
 d o g   d o g s o n t w i t t e r   d o g s o f t w i t t e r   c a v s   c a v p a c k  
s a c r a m e n t o   k i n g s   h a v e n ' t   m a d e   t h e   p l a y o f f s   i n   a   r e c o r d   1 6   y e a r s !   👀 
 
 w h i c h   t e a m   k i l l s   t h e   p l a y o f f s   d r o u g h t   t h i s   y e a r ?   🗣 ️ 
 
 s a c r a m e n t o k i n g s   h o r n e t s   c a v s   s p u r s   d e t r o i t p i s t o n s   n b a  
⏳   g o i n g   l i v e   o n   t w i t c h   i n   j u s t   u n d e r   3 h r s   w i t h     o f   ! ! 
 
 🏀   j o i n   u s   t o   t a l k   a b o u t   t h e   c a v s   a n d   t h e   n b a ! ! 
 
 🎟 ️   a l s o   s o m e o n e   i n   t h e   s t r e a m   t o n i g h t   w i l l   w i n   a   p a i r   o f   t i c k e t s   t o   t h e   c a v s   v   h a w k s   p r e s e a s o n   g a m e   o n   1 0 / 1 2 ! ! 
 
  
" i   n e v e r   w a v e r e d   i n   m y   f a i t h . . .   i   d o n ' t   p l a n   o n   l o o k i n g   b a c k . " 
 
 d y l a n   w i n d l e r   d i s c u s s e s   t h e   c a v s   b e l i e f   i n   h i m ,   t h e   s i g n i f i c a n c e   o f   h i s   c o n t r a c t   y e a r ,   w h a t   k i n d   o f   s h o t   f o c u s   h e ' l l   h a v e   a n d   p r i o r i t i z i n g   h i s   d e f e n s i v e   i m p a c t .    
w e l l - r e s p e c t e d   n b a   p o i n t   g u a r d   r a u l   n e t o   s p e a k s   o n   r e l i s h i n g   t h e   v e t e r a n   r o l e ,   r i c k y   r u b i o   a s   a   l e a d e r   a n d   w h y   h e   f e e l s   t h e   c a v s   a r e   a   g o o d   f i t   f o r   h i m .    
e v a n   m o b l e y   r a t e d   r o o k i e   h o l o     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   c a v s   e v a n m o b l e y   r o o k i e   r c   r o o k i e c a r d  
e v a n   m o b l e y   r a t e d   r o o k i e   h o l o     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   c a v s   e v a n m o b l e y   r o o k i e   r c   r o o k i e c a r d  
      a s   l o n g   a s   t h e   c o r e   s t a y s   r e l a t i v e l y   h e a l t h y ,   t h i s   c o u l d   b e   t h e   s t a r t   o f   a n   i n c r e d i b l e   y e a r   f o r   t h e   c a v s .
e v e n   t h o u g h   c a v s   c e d i   o s m a n   w a s   m i l e s   a w a y   t h i s   p a s t   s u m m e r ,   h e   h e a r d   t h e   p e r s i s t e n t   t r a d e   s p e c u l a t i o n .   b u t   h e   i s n ' t   b o t h e r e d   b y   i t .   h e ' s   f o c u s e d   o n   b u i l d i n g   o n   w h a t   h e   c a l l e d   t h e   b e s t   s e a s o n   o f   h i s   c a r e e r   & a m p ;   f i n d i n g   a   n e w   l e v e l   o f   c o n s i s t e n c y . 
 

i   d u n n o   a b o u t   y o u ,   b u t   i ’ m   n o w   m o r e   e x c i t e d   a b o u t   t h e   c a v s   n o w   u n t i l   d w   c o m e s   b a c k   w i n e a n d g o l d
a s   t h e   c a v s   g e t   s e t   f o r   p r e s e a s o n   g a m e   1 ,   c o a c h   b i c k e r s t a f f   m a d e   c l e a r   t h a t   t h e r e   h a v e   b e e n   n o   d e c i s i o n s   m a d e   o n   m i n u t e s ,   r o l e s   & a m p ;   r o t a t i o n s .   h e   n o t e d   t h a t   i f   y o u   w a n t   h e a l t h y   c o m p e t i t i o n ,   y o u   h a v e   t o   g i v e   g u y s   t h e   o p p o r t u n i t y   t o   c o m p e t e . 
 
 i t   s t a r t s   w e d n e s d a y   o n   !
d y l a n   w i n d l e r   s a i d   t h e   l a s t   t i m e   h e   f e l t   t h i s   g o o d   p h y s i c a l l y   w a s   p r o b a b l y   e a r l y   i n   h i s   s e n i o r   y e a r   i n   c o l l e g e . 
 
 j . b .   b i c k e r s t a f f   s a y s   w i n d l e r ’ s   r e n e w e d   c o n f i d e n c e   i s   o n   d i s p l a y   i n   c a m p . 
 
 “ h e ’ s   b e c o m i n g   m u c h   m o r e   o f   a   h u n t e r   t h a n   a   g u y   w h o ’ s   p a s s i v e l y   l o o k i n g   f o r   s h o t s . ”   c a v s  
c a v s   h e a d   c o a c h   j b   b i c k e r s t a f f   s a i d   t h a t   i   a m   l o o k i n g   s o o o o   g o o d   t h i s   o f f s e a s o n
c a v s   r i c k y   r u b i o   g e t t i n g   s o m e   w o r k   i n   a f t e r   p r a c t i c e  
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   t h a t   e v e r y b o d y   t h a t   i s   h e a l t h y   w i l l   p l a y   o n   w e d n e s d a y   a g a i n s t   t h e   p h i l a d e l p h i a   7 6 e r s .
c a v s   f o r w a r d   d y l a n   w i n d l e r   i s   “ b a c k   t o   h i s   n o r m a l   s e l f ”   p h y s i c a l l y   h e a d i n g   i n t o   p r e s e a s o n .
c a v s   h e a d   c o a c h   j b   b i c k e r s t a f f   s a y s   t h a t   e v e r y b o d y   t h a t   i s   h e a l t h y   w i l l   p l a y   i n   t h e   t e a m ’ s   p r e s e a s o n   o p e n e r   w e d n e s d a y   i n   p h i l a d e l p h i a .
j . b .   b i c k e r s t a f f   o n   7 6 e r s   g a m e   o n   w e d n e s d a y :   " w e   w i l l   p l a y   e v e r y b o d y   t h a t   i s   h e a l t h y . "   c a v s
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s a i d   t h a t   g o i n g   t e n   p l a y e r s   d e e p   i s   t h e   “ i d e a l   n u m b e r ”   f o r   h i m   r o t a t i o n - w i s e   h e a d i n g   i n t o   t h i s   s e a s o n .
l o t s   o f   g o o d   s t u f f   f r o m   j . b .   b i c k e r s t a f f   o n   i s a a c   o k o r o   t o d a y .   c a v s   h e a d   c o a c h   t a k e s   s o m e   b l a m e   f o r   p u t t i n g   h i m   " i n   a   b o x "   l a s t   s e a s o n .
c a v s   r i c k y   r u b i o   g e t t i n g   w o r k   i n   t o d a y   f o l l o w i n g   p r a c t i c e .  
c a v s   r i c k y   r u b i o   g e t t i n g   w o r k   i n   t o d a y   f o l l o w i n g   p r a c t i c e .  
c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   s h a r e d   w i t h   u s   t h a t   i s a a c   o k o r o   h a s   b e e n   “ w o r k i n g   h i s   a s s   o f f ”   a l l   o f   t r a i n i n g   c a m p . 
 
 b i c k e r s t a f f   a l s o   s a i d   t h a t   h e   p u t   o k o r o   i n   a   b o x   l a s t   s e a s o n   a n d   w a n t s   t o   g i v e   h i m   t h e   r u n w a y   t h i s   y e a r   t o   g r o w   a n d   h e l p   t h i s   t e a m   w i n .  
r i c k y   r u b i o ' s   z o o m i n '   a r o u n d .   r e h a b   l o o k s   l i k e   i t ' s   g o i n g   w e l l .   c a v s    
s o m e   r i c k y   r u b i o   t h r e e - p o i n t e r s   t o   c l o s e   o u t   c a v s   p r a c t i c e . 
 
 h e ’ s   a l s o   d r i v i n g   t o   t h e   b a s k e t   a s   w e l l   a n d   s h o w i n g   s o m e   b u r s t .  
c a v s   g u a r d   r i c k y   r u b i o   c o n t i n u i n g   h i s   r e h a b   a s   h e   r e t u r n s   f r o m   a   t o r n   l e f t   a c l .  
i ' m   w i l l i n g   t o   b e t   t h a t   n e i t h e r   h a r d e n   n o r   e m b i i d   w i l l   p l a y   o n   w e d n e s d a y   a g a i n s t   t h e   c a v s   e i t h e r .  
t h e   c a v s   h a v e   1   s t a r t i n g   j o b   t o   f i l l   a n d   _   b r o k e   d o w n   t h e   o p t i o n s   c l e v e l a n d   h a s   f o r   t h e   s m a l l   f o r w a r d   s p o t .    
a n y o n e   e l s e   c r a z y   e x c i t e d   f o r   t h e   c l e v e l a n d   c a v s   s e a s o n   t o   s t a r t ?
w h o   s h o u l d   b e   t h e   c a v s   s t a r t i n g   s m a l l   f o r w a r d ?   w e ' l l   g e t   m o r e   c l a r i t y   a s   p r e s e a s o n   g e t s   r o l l i n g   t h i s   w e e k   b u t   c l e v e l a n d   h a s   s o m e   o p t i o n s ,   p r o o f   o f   j u s t   h o w   d e e p   t h e i r   r o s t e r   i s .  
h a p p y   m o n d a y ,   f o l k s .   t h e   m e d i a   w i l l   b e   h e a r i n g   f r o m   c a v s   h e a d   c o a c h   j . b .   b i c k e r s t a f f   a l o n g   w i t h   a   f e w   s e l e c t   p l a y e r s   o n c e   t o d a y ’ s   p r a c t i c e   c o n c l u d e s . 
 
 f o l l o w   a l o n g   a n d   s u b s c r i b e   f o r   m o r e !   ⤵ ️ 
 
  
w h a t   s t o o d   o u t   f r o m   t h e   c a v s   f i r s t   w e e k   o f   t r a i n i n g   c a m p ?  
r e h a b b i n g   r i c k y   r u b i o   s a y s   h e   s t a y e d   i n   c l e v e l a n d   b e c a u s e   h e   b e l i e v e s   i n   c a v s   c u l t u r e  
c l e v e l a n d   i s   a   b a s k e t b a l l   c i t y . . . . . . . . . . .     l e t e m k n o w   c a v s  
m u c h   l i k e   r o b i n   l o p e z   i n   t o d a y ’ s   t h u m b n a i l ,   w e   p o n d e r   h o w   t h e   c a v s   w i l l   u t i l i z e   t h e i r   c e n t e r   r o t a t i o n .  
h a v i n g   f l a s h b a c k s   o f   c o a c h   c a l l i n g   a l l   3   t o s   b e f o r e   t h e   2 - m i n u t e   w a r n i n g ,   n o t   g i v i n g   c h u b b   t h e   b a l l   i n   t h e   r e d z o n e ,   a n d   o u r   d e f e n s e   b e i n g   d e c i m a t e d …   o f f i c i a l   s t a t e m e n t   c o m i n g   l a t e r   t o d a y   b r o w n s   f o r t h e l a n d   c a v s  
g r e a t   e p i s o d e   c o m i n g   t o d a y ! !   n o   _ c b d   t h i s   w e e k   a s   h e   w a s   s u l k i n g   a n d   w i s h i n g   f o r   t h e   s w e e t   r e l e a s e   o f   d e a t h   a s   t h e   a t l a n t a   f l a c o n s   k i l l e d   h i s   w i l l   t o   p o d   b r o w n s   c a v s   f o r t h e l a n d
a s   w e   g e t   r e a d y   t o   s t a r t   t h e   s e c o n d   w e e k   o f   c a m p   a n d   t h e   f i r s t   p r e s e a s o n   g a m e   l o o m s   o n   w e d n e s d a y   n i g h t ,   h e r e   a r e   o u r   b i g g e s t   o b s e r v a t i o n s   s o   f a r !   c a v s   l e t e m k n o w   
 

o n e   p l a y e r   c a v s   s o   f a r   h a s   b r o k e n   i n t o   s p o r t s   i l l u s t r a t e d ' s   t o p   1 0 0 : 
 
 5 7 .   j a r r e t t   a l l e n   ( p r e v i o u s   r a n k :   8 3 ) 
 
 p l a y e r s   5 0 - 3 1   w i l l   b e   r e v e a l e d   t o m o r r o w ,   w h i c h   w i l l   l i k e l y   h a v e   a   f e w   m o r e   c l e v e l a n d e r s   o n   i t . 
 

o n   t o d a y ' s   s h o w     a n d     g o   b i g   o n   t h e   c e n t e r   d e p t h   o n   t h e   c a v s   r o s t e r . 
 
 w i l l   r o b i n   l o p e z   p l a y   s e r i o u s   m i n u t e s ?   w h a t   w i l l   j a r r e t t   a l l e n   l e v e l   u p   n e x t ?   h o w   a b o u t   e v a n   m o b l e y ? 
 
 📺 :   
 🎧 :    
l a t e   l a s t   w e e k ,   t h e   c a v s   r e l e a s e d   t h e i r   c o m m u n i t y   i m p a c t   r e p o r t   f o r   2 0 2 1 . 
 
 i n   m y   l a t e s t ,   i   p u t   i n t o   w o r d s   h o w   m a s s i v e   t h e i r   a c t i o n s   i n   t h e   p a s t   y e a r   h a v e   b e e n   f o r   t h e   g r e a t e r - c l e v e l a n d   c o m m u n i t y .   s u b s c r i b e ! 
 

r e - l i s t e n i n g   t o   s o m e   o f   m y   c a v s   t r a i n i n g   c a m p   a u d i o   & a m p ;   l o t s   o f   q u o t e s   o n   e v a n   m o b l e y   s t a n d   o u t . . . t h e s e   t w o   i n   p a r t i c u l a r . . . .
h a p p y   2 8 t h   b i r t h d a y   t o   _ t y u s !   
 
 m a y b e   y o u ’ l l   r e t u r n   t o   t h e   c a v s   d o w n   t h e   r o a d   👀 👀 👀 
 
 a t c b i r t h d a y s  
n e w   v i d e o   t o   w a t c h : 
 
 " c l e v e l a n d   c a v a l i e r s   f i n a l l y   r e s i g n   d e a n   w a d e   t o   v e r y   g o o d   d e a l ! "   
 
 c r e a t o r :     c e n t r e   h a l f   b e n c h 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   c a v s   c a v a l i e r s 
 
  
  d i s h e d   o n   h o w   c a v s   w i n g   c a r i s   l e v e r t   i s   l o o k i n g   f o r w a r d   t o   h a v i n g   m o r e   o f f - b a l l   l o o k s .     l e t e m k n o w
j a r r e t t   a l l e n   t e a s i n g   k e v i n   l o v e   i s   a   s i g n   t h e   c l e v e l a n d   c a v a l i e r s   c h e m i s t r y   i s   s e c o n d   t o   n o n e 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   k e v i n l o v e   j a r r e t t a l l e n   

f i r s t   c a v s   g a m e ! ! !   l e t e m k n o w   k e v i n l o v e  
t o d a y   i s   w o r l d m e n t a l h e a l t h d a y ,   & a m p ;   a t h l e t e s   a t   e v e r y   l e v e l   c o n t i n u e   t o   c h a m p i o n   d e s t i g m a t i z a t i o n ! 
 
 m e e t   t h e   m o m e n t ™ ️   i s   a   s t a r t u p   d e v o t e d   t o   i m p r o v i n g   a t h l e t e   m e n t a l f i t n e s s   u s i n g   e v i d e n c e - b a s e d   m i n d f u l n e s s .   b i o   l i n k - & g t ;   w a i t l i s t 
 
 a t h l e t e m e n t a l h e a l t h   k e v i n l o v e   n b a   m e n t a l h e a l t h  
    & a m p ;     :   c a n   k e v i n l o v e   b e   a   s t a r t e r   i n   t h i s   l i n e u p   i f   s o   t h e y   w o u l d   h a v e   5   a l l - s t a r s   o n   t h e   c o u r t . . c a v s 
      
  m y   s t a r t u p   h e l p s   m e n t a l   h e a l t h   o f   n u r s e s .   w e ’ v e   p a r t n e r e d   w i t h   t h e   m a y o   c l i n i c   t o   b r i n g   t h i s   t o   l i f e ,   w e ’ d   l o v e   t o   h a v e   y o u   o n b o a r d   a s   w e l l !   c a n   w e   c o n n e c t   f o r   j u s t   1 5   m i n ?   m e n t a l h e a l t h a w a r e n e s s   k e v i n l o v e
t h e   b a t t l e   f o r   t h e   r e b o u n d i n g   k i n g   w a s   a n   e x c i t i n g   o n e   1 1   y e a r s   a g o   💪 
 
 d w i g h t h o w a r d   k r i s h u m p h r i e s   z a c h r a n d o l p h   k e v i n l o v e   b l a k e g r i f f i n   f a c e b o o k r e e l s   r e e l s   f y p  
k e v i n   l o v e   o n   d r a y m o n d   g r e e n - j o r d a n   p o o l e   p u n c h   k e v i n l o v e  
k e v i n   l o v e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n l o v e   k e v i n   l o v e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
“ m y   t e a m   a n d   i ,   w e   a l w a y s   s a y   t h a t   m e n t a l   i l l n e s s   i s   o n e   o f   t h e   g r e a t e s t   t h i e v e s   o f   h u m a n   p o t e n t i a l ,   b u t   i t   c e r t a i n l y   d o e s n ’ t   h a v e   t o   b e . . . ”   k e v i n l o v e   h i g h s c h o o l   m e n t a l h e a l t h 
 

j a r r e t t   a l l e n   t e a s i n g   k e v i n   l o v e   i s   a   s i g n   t h e   c l e v e l a n d   c a v a l i e r s   c h e m i s t r y   i s   s e c o n d   t o   n o n e 
 ( b y   )   
 c l e v e l a n d c a v a l i e r s   k e v i n l o v e   j a r r e t t a l l e n   

f i r s t   c a v s   g a m e ! ! !   l e t e m k n o w   k e v i n l o v e  
t o d a y   i s   w o r l d m e n t a l h e a l t h d a y ,   & a m p ;   a t h l e t e s   a t   e v e r y   l e v e l   c o n t i n u e   t o   c h a m p i o n   d e s t i g m a t i z a t i o n ! 
 
 m e e t   t h e   m o m e n t ™ ️   i s   a   s t a r t u p   d e v o t e d   t o   i m p r o v i n g   a t h l e t e   m e n t a l f i t n e s s   u s i n g   e v i d e n c e - b a s e d   m i n d f u l n e s s .   b i o   l i n k - & g t ;   w a i t l i s t 
 
 a t h l e t e m e n t a l h e a l t h   k e v i n l o v e   n b a   m e n t a l h e a l t h  
    & a m p ;     :   c a n   k e v i n l o v e   b e   a   s t a r t e r   i n   t h i s   l i n e u p   i f   s o   t h e y   w o u l d   h a v e   5   a l l - s t a r s   o n   t h e   c o u r t . . c a v s 
      
  m y   s t a r t u p   h e l p s   m e n t a l   h e a l t h   o f   n u r s e s .   w e ’ v e   p a r t n e r e d   w i t h   t h e   m a y o   c l i n i c   t o   b r i n g   t h i s   t o   l i f e ,   w e ’ d   l o v e   t o   h a v e   y o u   o n b o a r d   a s   w e l l !   c a n   w e   c o n n e c t   f o r   j u s t   1 5   m i n ?   m e n t a l h e a l t h a w a r e n e s s   k e v i n l o v e
t h e   b a t t l e   f o r   t h e   r e b o u n d i n g   k i n g   w a s   a n   e x c i t i n g   o n e   1 1   y e a r s   a g o   💪 
 
 d w i g h t h o w a r d   k r i s h u m p h r i e s   z a c h r a n d o l p h   k e v i n l o v e   b l a k e g r i f f i n   f a c e b o o k r e e l s   r e e l s   f y p  
k e v i n   l o v e   o n   d r a y m o n d   g r e e n - j o r d a n   p o o l e   p u n c h   k e v i n l o v e  
k e v i n   l o v e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n l o v e   k e v i n   l o v e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
“ m y   t e a m   a n d   i ,   w e   a l w a y s   s a y   t h a t   m e n t a l   i l l n e s s   i s   o n e   o f   t h e   g r e a t e s t   t h i e v e s   o f   h u m a n   p o t e n t i a l ,   b u t   i t   c e r t a i n l y   d o e s n ’ t   h a v e   t o   b e . . . ”   k e v i n l o v e   h i g h s c h o o l   m e n t a l h e a l t h 
 

s o m e t h i n g   s h e   e n j o y s 
 
 s e n d   l o v e   t o   k e v i n   o n c e   a g a i n   l i n k   i n   b i o 
 o r p h a n s   d i s a b i l i t y   v u l n e r a b i l i t y   d o n a t i o n s  
i   d o n ' t   k n o w   h o w   m a n y   t i m e s   i ' v e   s e e n   t h i s   v i d e o   a l r e a d y   😂   i t ' s   s o   c u t e   a n d   f u n n y . !   w e   a l l   l o v e   k e v i n . ! ! ! !   ❤ 
 o m e g a _ x   _ m e m b e r s   o m e g a x   k e v i n   j i n w o o  
  i   l o v e   k e v i n
p l e a s e   h e s   s o   b e a u t i f u l ,   t h e   p r e t t i e s t   b o y   i ' v e   e v e r   s e e n ,   i   l o v e   h i m   s o   m u c h 
 k e v i n   케 빈   더 보 이 즈   t h e b o y z  
w e   l o v e   t h i s   b a n d ! 
 . 
 e x t r e m e b a n d   g a r y c h e r o n e   n u n o b e t t e n c o u r t   p a t b a d g e r   k e v i n . . .    
t h a t ' s   o n e   o f   t h e   r e a s o n s   i   l o v e   k e v i n   m o o n   ❤ ️   m y   b o y   ❤ ️ 
 t h e b o y z   k e v i n  
y o u   h a v e   t o   b e   a   v e r y ,   v e r y   s p e c i a l   p e r s o n   t o   d e a l   w i t h   k e v i n   f r o m   b l i n g e m p i r e   b l i n g e m p i r e s e a s o n 3     o m g   .   i   s a y   t h i s   w i t h   a l l   t h e   l o v e   ❤ ️   🤭
a   f r i e n d s h i p   l i k e   k e v i n   a n d   !   n o   j u d g m e n t ,   n o   j e a l o u s y ,   n o   l o w   k e y   h a t e .   j u s t   a u t h e n t i c .   i   l o v e   t h a t .   ❤     b l i n g e m p i r e   b l i n g e m p i r e s 3
  k i m ,   i   h o p e   k e v i n   i s   y o u r   t y p e   w h e n   h i s   b u s i n e s s   d o e s   w e l l …   y o u   s e e m e d   r e a l l y   j e a l o u s   w h e n   y o u   s a w   h i m   a n d   d e v o n   t o g e t h e r .     i   d o   u n d e r s t a n d   g i r l   w a n t s   s e c u r i t y .   l o v e   i s   p r i c e l e s s   t h o u g h .   b l i n g e m p i r e   k e v i n
o h   m y   g o d   y o u   c o u l d   w a t c h   u s ! ? ! ?   i f   w e   h a d   k n o w n ,   w e   c o u l d   h a v e   s h o w n   y o u   s o m e   l o v e ! ! ! ! ! ! !   y o u   w e r e   a m a z i n g   l a s t   n i g h t ! ! !   l o v e   y o u   s o   m u c h   k e v i n   케 빈  
l i k e   a n d   s h a r e   i f   y o u   t h i n k   i t ` s   f a n t a s t i c ! 
 
 l o v e   m i n i o n s ?   v i s i t   u s :   
 
 m i n i o n s l o v e   f u n n y   k e v i n  
l i k e   i f   y o u   r e m e m b e r 
 
 l o v e   m i n i o n s ?   v i s i t   u s :   
 
 m i n i o n s l o v e   f u n n y   k e v i n  
📣   n e w   p o d c a s t !   " b y   f a i t h   -   s a c r i f i c i a l   f a i t h   -   b i s h o p   k e v i n   f o r e m a n "   o n     a p o s t o l i c   a t l a n t a   a t o n e m e n t   b i s h o p   c h r i s t   c h u r c h   d a y   d e n v e r   f a i t h   f o r e m a n   h a r v e s t   h e b r e w   j e s u s   k e v i n   l i f e   l o v e   r e v i v a l   s a c r i f i c i a l   t e a c h e r  
k e v i n   g o t   g o o s e b u m p s   f r o m   b l a c k   i s   k i n g   a h a h a h a   a n d   s e n t   h i s   g o o s e b u m p s   i   c a n t   w i t h   h i m   i   l o v e   i t 
 
 🌙   g o o s e b u m p s 
 
 k e v i n   p m   🌙 🪐   케 빈    
i s n ` t   i t   a w e s o m e ? 
 
 l o v e   m i n i o n s ?   v i s i t   u s :   
 
 m i n i o n s l o v e   f u n n y   k e v i n  
k e v i n   l o v e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n l o v e   k e v i n   l o v e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
i   l o v e   y o u   s o   m u c h . ♡ 
 
 o x   o m e g a _ x   k e v i n  
c h o m o l u n g m a ! ! ! 
 s o   a m a z i n g ! ! !   
 m t e v e r e s t     g r a t i t u d e p o w e r   t h a n k f u l   a w e i n s p i r i n g   
 l o v e   k e v i n f o r d   
 k e v i n - 2 7 - y e a r s b k 
 t h a n k f u l ,   g r a t e f u l   a n d   a w e   i n s p i r e d . . . 
  
o h   j u s t   t a k e   a   l o o k   a t   t h i s ! 
 
 l o v e   m i n i o n s ?   v i s i t   u s :   
 
 m i n i o n s l o v e   f u n n y   k e v i n  
_ m e m b e r s   y o u ' r e   b e a u t i f u l   a n d   s e x y   🤭   l m a o   k e v i n 
 t a e d o n g   i   l o v e   u   💚
i   l o v e   t u m b l i n g   s i w a n   s o   m u c h . . .   k k   ( i n   b l a c k )   😲 😍   k e v i n   w a s   b e a t b o x i n g .   m i n w o o   & a m p ;   d o n g j u n   a p p e a r e d   t o   b e   d o i n g   f l i p s   w i t h   s i w a n .   t h e   o t h e r   m e m b e r s   w e r e   s t a n d i n g   t o   t h e   s i d e . 
 
 z e a b a b i e s  
📣   n e w   p o d c a s t !   " c o m m a n d   y o u r   w e e k   p r a y e r   -   o c t o b e r   3 ,   2 0 2 2   -   b i s h o p   k e v i n   f o r e m a n "   o n     a p o s t l e   b i s h o p   c o m m a n d   d e l i v e r a n c e   f a i t h   f o r e m a n   h e a l i n g   h o p e   k e v i n   l o v e   l o v y   o c t o b e r   p r a y e r   p r o p h e t   p r o s p e r i t y   r e l a t i o n s h i p s   w e e k   y o u r  
📣   n e w   p o d c a s t !   " b y   f a i t h   -   f a i t h   f o r   d u m m i e s   -   b i s h o p   k e v i n   f o r e m a n "   o n     a t o n e m e n t   b i b l e   b i s h o p   b y   c h r i s t i a n   d u m m i e s   f a i t h   f o r e m a n   g r o w t h   h e a l e r   j e s u s   k e v i n   k i p p u r   l o v e   m o v e m e n t   o c t o b e r   r e l a t i o n s h i p s   t h e r a p h y   t h e r a p i s t  
s o m e t h i n g   s h e   e n j o y s 
 
 s e n d   l o v e   t o   k e v i n   o n c e   a g a i n   l i n k   i n   b i o 
 o r p h a n s   d i s a b i l i t y   v u l n e r a b i l i t y   d o n a t i o n s  
i   d o n ' t   k n o w   h o w   m a n y   t i m e s   i ' v e   s e e n   t h i s   v i d e o   a l r e a d y   😂   i t ' s   s o   c u t e   a n d   f u n n y . !   w e   a l l   l o v e   k e v i n . ! ! ! !   ❤ 
 o m e g a _ x   _ m e m b e r s   o m e g a x   k e v i n   j i n w o o  
  i   l o v e   k e v i n
p l e a s e   h e s   s o   b e a u t i f u l ,   t h e   p r e t t i e s t   b o y   i ' v e   e v e r   s e e n ,   i   l o v e   h i m   s o   m u c h 
 k e v i n   케 빈   더 보 이 즈   t h e b o y z  
w e   l o v e   t h i s   b a n d ! 
 . 
 e x t r e m e b a n d   g a r y c h e r o n e   n u n o b e t t e n c o u r t   p a t b a d g e r   k e v i n . . .    
t h a t ' s   o n e   o f   t h e   r e a s o n s   i   l o v e   k e v i n   m o o n   ❤ ️   m y   b o y   ❤ ️ 
 t h e b o y z   k e v i n  
y o u   h a v e   t o   b e   a   v e r y ,   v e r y   s p e c i a l   p e r s o n   t o   d e a l   w i t h   k e v i n   f r o m   b l i n g e m p i r e   b l i n g e m p i r e s e a s o n 3     o m g   .   i   s a y   t h i s   w i t h   a l l   t h e   l o v e   ❤ ️   🤭
a   f r i e n d s h i p   l i k e   k e v i n   a n d   !   n o   j u d g m e n t ,   n o   j e a l o u s y ,   n o   l o w   k e y   h a t e .   j u s t   a u t h e n t i c .   i   l o v e   t h a t .   ❤     b l i n g e m p i r e   b l i n g e m p i r e s 3
  k i m ,   i   h o p e   k e v i n   i s   y o u r   t y p e   w h e n   h i s   b u s i n e s s   d o e s   w e l l …   y o u   s e e m e d   r e a l l y   j e a l o u s   w h e n   y o u   s a w   h i m   a n d   d e v o n   t o g e t h e r .     i   d o   u n d e r s t a n d   g i r l   w a n t s   s e c u r i t y .   l o v e   i s   p r i c e l e s s   t h o u g h .   b l i n g e m p i r e   k e v i n
o h   m y   g o d   y o u   c o u l d   w a t c h   u s ! ? ! ?   i f   w e   h a d   k n o w n ,   w e   c o u l d   h a v e   s h o w n   y o u   s o m e   l o v e ! ! ! ! ! ! !   y o u   w e r e   a m a z i n g   l a s t   n i g h t ! ! !   l o v e   y o u   s o   m u c h   k e v i n   케 빈  
l i k e   a n d   s h a r e   i f   y o u   t h i n k   i t ` s   f a n t a s t i c ! 
 
 l o v e   m i n i o n s ?   v i s i t   u s :   
 
 m i n i o n s l o v e   f u n n y   k e v i n  
l i k e   i f   y o u   r e m e m b e r 
 
 l o v e   m i n i o n s ?   v i s i t   u s :   
 
 m i n i o n s l o v e   f u n n y   k e v i n  
📣   n e w   p o d c a s t !   " b y   f a i t h   -   s a c r i f i c i a l   f a i t h   -   b i s h o p   k e v i n   f o r e m a n "   o n     a p o s t o l i c   a t l a n t a   a t o n e m e n t   b i s h o p   c h r i s t   c h u r c h   d a y   d e n v e r   f a i t h   f o r e m a n   h a r v e s t   h e b r e w   j e s u s   k e v i n   l i f e   l o v e   r e v i v a l   s a c r i f i c i a l   t e a c h e r  
k e v i n   g o t   g o o s e b u m p s   f r o m   b l a c k   i s   k i n g   a h a h a h a   a n d   s e n t   h i s   g o o s e b u m p s   i   c a n t   w i t h   h i m   i   l o v e   i t 
 
 🌙   g o o s e b u m p s 
 
 k e v i n   p m   🌙 🪐   케 빈    
i s n ` t   i t   a w e s o m e ? 
 
 l o v e   m i n i o n s ?   v i s i t   u s :   
 
 m i n i o n s l o v e   f u n n y   k e v i n  
k e v i n   l o v e   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k e v i n l o v e   k e v i n   l o v e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
i   l o v e   y o u   s o   m u c h . ♡ 
 
 o x   o m e g a _ x   k e v i n  
c h o m o l u n g m a ! ! ! 
 s o   a m a z i n g ! ! !   
 m t e v e r e s t     g r a t i t u d e p o w e r   t h a n k f u l   a w e i n s p i r i n g   
 l o v e   k e v i n f o r d   
 k e v i n - 2 7 - y e a r s b k 
 t h a n k f u l ,   g r a t e f u l   a n d   a w e   i n s p i r e d . . . 
  
o h   j u s t   t a k e   a   l o o k   a t   t h i s ! 
 
 l o v e   m i n i o n s ?   v i s i t   u s :   
 
 m i n i o n s l o v e   f u n n y   k e v i n  
_ m e m b e r s   y o u ' r e   b e a u t i f u l   a n d   s e x y   🤭   l m a o   k e v i n 
 t a e d o n g   i   l o v e   u   💚
i   l o v e   t u m b l i n g   s i w a n   s o   m u c h . . .   k k   ( i n   b l a c k )   😲 😍   k e v i n   w a s   b e a t b o x i n g .   m i n w o o   & a m p ;   d o n g j u n   a p p e a r e d   t o   b e   d o i n g   f l i p s   w i t h   s i w a n .   t h e   o t h e r   m e m b e r s   w e r e   s t a n d i n g   t o   t h e   s i d e . 
 
 z e a b a b i e s  
📣   n e w   p o d c a s t !   " c o m m a n d   y o u r   w e e k   p r a y e r   -   o c t o b e r   3 ,   2 0 2 2   -   b i s h o p   k e v i n   f o r e m a n "   o n     a p o s t l e   b i s h o p   c o m m a n d   d e l i v e r a n c e   f a i t h   f o r e m a n   h e a l i n g   h o p e   k e v i n   l o v e   l o v y   o c t o b e r   p r a y e r   p r o p h e t   p r o s p e r i t y   r e l a t i o n s h i p s   w e e k   y o u r  
📣   n e w   p o d c a s t !   " b y   f a i t h   -   f a i t h   f o r   d u m m i e s   -   b i s h o p   k e v i n   f o r e m a n "   o n     a t o n e m e n t   b i b l e   b i s h o p   b y   c h r i s t i a n   d u m m i e s   f a i t h   f o r e m a n   g r o w t h   h e a l e r   j e s u s   k e v i n   k i p p u r   l o v e   m o v e m e n t   o c t o b e r   r e l a t i o n s h i p s   t h e r a p h y   t h e r a p i s t  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
g a r l a n d   a l l e y   o o p   t o   m i t c h e l l   d a r i u s g a r l a n d   n b a   b a s k e t b a l l   c a v s   c a v a l i e r s   n b a t w i t t e r   d o n o v a n m i t c h e l l  
g a r l a n d   s p l a s h e s   t h e   t h r e e   n b a   b a s k e t b a l l   n b a t w i t t e r   c a v s   c a v a l i e r s   d a r i u s g a r l a n d  
g a r l a n d   t o   l e v e r t   3   n b a   b a s k e t b a l l   c a v s   d a r i u s g a r l a n d   c a r i s l e v e r t   c a v a l i e r s   n b a t w i t t e r  
g a r l a n d   f i n i s h e s   a t   t h e   r i m   n b a   b a s k e t b a l l   d a r i u s g a r l a n d   c a v s   c a v a l i e r s   n b a t w i t t e r  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
  b a c k   a t   i t   w i t h   t h e   s q u a d   🙌 🔥 🔥 
 
 n b a l o t t e r y   d a r i u s g a r l a n d   n b a o n t n t   n b a d r a f t   k y r i e   l a l a k e r s   u n d e r a u r m o r   k i n g j a m e s   u t a h j a z z   b l a z e r s   d a m e 4   n i k e b a s k e t b a l l   l e b r o n l a k e r s   p o r t l a n d t r a i l b l a z e r s   n i k e   m i a m i h e a t   k u h o o p s   t r a e y o u n g  
_ d i m e s   g o i n g   c r a z y   f o r   . r y t i e r i   !   3 4 p t s   6 a s t   a n d   t h e   w 🔥 🔥 🔥 
 
 b a s k e t b a l l   c e l t i c s   k y r i e   n b a d r a f t   l a l a k e r s   o k c   k i n g j a m e s   n b a o n t n t   c l e v e l a n d c a v a l i e r s   n b a l o t t e r y   u n d e r a u r m o r   d a r i u s g a r l a n d  
s h a r i f e   c o o p e r   ( c a v s   d e b u t )   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c a v s p r e s e a s o n   c l e v e l a n d c a v s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   n b a   n b a 2 k 2 3   p h i l a d e l p h i a 7 6 e r s   s h a r i f e c o o p e r   s h a r i f e c o o p e r a o t   s h a r i f e c o o p e r a u b u r n  
d o n o v a n   m i t c h e l l   d e b u t !   c l e v e l a n d   . . . 
   
 
   
 c a v s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s h i g h l i g h t s   c l e v e l a n d c a v a l i e r s n e w s   c l e v e l a n d c a v a l i e r s v s p h i l a d e l p h i a 7 6 e r s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l c a v s d e b u t   e a s t e r n c o n f e r e n c e   n b a  
t a h a a d   p e t t i f o r d   🔥 🔥   . b a l l 3 x     a t   d a v e   e d w a r d s   m e m o r i a l   . h o o p s   x     _ s c o u t _ b a s k e t b a l l   
 
 n b a   k u h o o p s   n b a p r e s e a s o n   n i k e   n b a d r a f t   n b a d r a f t   n b a g l e a g u e   g l e a g u e i g n i t e   e a s t c o a s t h o o p r e c r u i t   g o l d e n s t a t e   t y l e r h e r o   d a r i u s g a r l a n d   b a s k e t b a l l   t r a e  
t h e s e   p l a y e r s   g o t   t h e   b a g   d u r i n g   2 0 2 2   o f f s e a s o n !   💰 
 
 h o w   w i l l   y o u   r a t e   t h e s e   s i g n i n g s   -   o v e r p a i d ?   u n d e r p a i d ?   o r   j u s t   r i g h t ? 
 
 n i k o l a j o k i c   d e v i n b o o k e r   b r a d l e y b e a l   k a r l a n t h o n y t o w n s   z a c h l a v i n e   j a m o r a n t   z i o n w i l l i a m s o n   d a r i u s g a r l a n d   d a m i a n l i l l a r d   j a l e n b r u n s o n  
g a r l a n d   p u l l   u p   j .   n b a   b a s k e t b a l l   n b a t w i t t e r   d a r i u s g a r l a n d   c a v s   c a v a l i e r s  
  i s   s t a r t i n g   t o   h e a t   u p   🔥 🔥 💫 
 
 g o l d e n s t a t e   n b a g l e a g u e   s t a n f o r d m b b   a d i d a s   n b a   n b a l o t t e r y   u n d e r a u r m o r   o t e   j o r d a n p o o l e   c u r r y   d a r i u s g a r l a n d   g l e a g u e i g n i t e   e a s t c o a s t h o o p r e c r u i t   l a c l i p p e r s   c o l l e g e b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   n b a d r a f t   b r y c e j a m e s   s t a n f o r d  
t h e     h a d   o n e   o f   t h e   m o s t   s u r p r i s i n g   s e a s o n s   i n   2 0 2 2 ,   a n d   t h e n   m a d e   a   h u g e   s p l a s h ,   t r a d i n g   f o r   d o n o v a n m i t c h e l l .   w h e r e   d o   t h e   c a v s   r a n k   t h i s   y e a r ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 c l e v e l a n d c a v a l i e r s   d a r i u s g a r l a n d   e v a n m o b l e y   j a r r e t t a l l e n   b e l i e v e l a n d  
c a n   m o b l e y   a n d   a l l e n & a m p ; 3 9 ; s   . . . 
   
 
   
 a l l s t a r s   c e n t r a l d i v i s i o n   c h e t h o l m g r e n   c l e v e l a n d c a v a l i e r s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   j a r r e t t a l l e n   j o s h g i d d e y   k e n n y f o r r e a l   n b a a l l s t a r g a m e   n b a b a s k e t b a l l   n b a d e f e n s e  
a m e n   t h o m p s o n   l o o k i n g   l i k e   t h e   r e a l   d e a l …   
 
 2 0   p o i n t s ( 7 - 1 3   f g )   ( 1 - 2   3 p t ) 
 8   r e b o u n d s   
 5   a s s i s t s   
 2   s t e a l s   
 
 t y l e r h e r o   e a s t c o a s t h o o p r e c r u i t   n b a g l e a g u e   n c a a b a s k e t b a l l   n b a l o t t e r y   d a r i u s g a r l a n d   b a s k e t b a l l   n b a   c u r r y   n c a a   o v e r t i m e   b e a r d o w n   u n d e r a u r m o r   l e b r o n   o t e  
d o e s   t h e   d o n o v a n   m i t c h e l l   t r a d e   . . . 
   
 
   
 a l e x h o o p s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s d o n o v a n m i t c h e l l   c l e v e l a n d c a v a l i e r s n e w s   d a r i u s g a r l a n d   d a r i u s g a r l a n d h i g h l i g h t s   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l c a v a l i e r s   d o n o v a n m i t c h e l l c a v s  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
g a r l a n d   a l l e y   o o p   t o   m i t c h e l l   d a r i u s g a r l a n d   n b a   b a s k e t b a l l   c a v s   c a v a l i e r s   n b a t w i t t e r   d o n o v a n m i t c h e l l  
g a r l a n d   s p l a s h e s   t h e   t h r e e   n b a   b a s k e t b a l l   n b a t w i t t e r   c a v s   c a v a l i e r s   d a r i u s g a r l a n d  
g a r l a n d   t o   l e v e r t   3   n b a   b a s k e t b a l l   c a v s   d a r i u s g a r l a n d   c a r i s l e v e r t   c a v a l i e r s   n b a t w i t t e r  
g a r l a n d   f i n i s h e s   a t   t h e   r i m   n b a   b a s k e t b a l l   d a r i u s g a r l a n d   c a v s   c a v a l i e r s   n b a t w i t t e r  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
  b a c k   a t   i t   w i t h   t h e   s q u a d   🙌 🔥 🔥 
 
 n b a l o t t e r y   d a r i u s g a r l a n d   n b a o n t n t   n b a d r a f t   k y r i e   l a l a k e r s   u n d e r a u r m o r   k i n g j a m e s   u t a h j a z z   b l a z e r s   d a m e 4   n i k e b a s k e t b a l l   l e b r o n l a k e r s   p o r t l a n d t r a i l b l a z e r s   n i k e   m i a m i h e a t   k u h o o p s   t r a e y o u n g  
_ d i m e s   g o i n g   c r a z y   f o r   . r y t i e r i   !   3 4 p t s   6 a s t   a n d   t h e   w 🔥 🔥 🔥 
 
 b a s k e t b a l l   c e l t i c s   k y r i e   n b a d r a f t   l a l a k e r s   o k c   k i n g j a m e s   n b a o n t n t   c l e v e l a n d c a v a l i e r s   n b a l o t t e r y   u n d e r a u r m o r   d a r i u s g a r l a n d  
s h a r i f e   c o o p e r   ( c a v s   d e b u t )   v s .   p h i l a d e l p h i a   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   c a v s p r e s e a s o n   c l e v e l a n d c a v s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   n b a   n b a 2 k 2 3   p h i l a d e l p h i a 7 6 e r s   s h a r i f e c o o p e r   s h a r i f e c o o p e r a o t   s h a r i f e c o o p e r a u b u r n  
d o n o v a n   m i t c h e l l   d e b u t !   c l e v e l a n d   . . . 
   
 
   
 c a v s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s h i g h l i g h t s   c l e v e l a n d c a v a l i e r s n e w s   c l e v e l a n d c a v a l i e r s v s p h i l a d e l p h i a 7 6 e r s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l c a v s d e b u t   e a s t e r n c o n f e r e n c e   n b a  
t a h a a d   p e t t i f o r d   🔥 🔥   . b a l l 3 x     a t   d a v e   e d w a r d s   m e m o r i a l   . h o o p s   x     _ s c o u t _ b a s k e t b a l l   
 
 n b a   k u h o o p s   n b a p r e s e a s o n   n i k e   n b a d r a f t   n b a d r a f t   n b a g l e a g u e   g l e a g u e i g n i t e   e a s t c o a s t h o o p r e c r u i t   g o l d e n s t a t e   t y l e r h e r o   d a r i u s g a r l a n d   b a s k e t b a l l   t r a e  
t h e s e   p l a y e r s   g o t   t h e   b a g   d u r i n g   2 0 2 2   o f f s e a s o n !   💰 
 
 h o w   w i l l   y o u   r a t e   t h e s e   s i g n i n g s   -   o v e r p a i d ?   u n d e r p a i d ?   o r   j u s t   r i g h t ? 
 
 n i k o l a j o k i c   d e v i n b o o k e r   b r a d l e y b e a l   k a r l a n t h o n y t o w n s   z a c h l a v i n e   j a m o r a n t   z i o n w i l l i a m s o n   d a r i u s g a r l a n d   d a m i a n l i l l a r d   j a l e n b r u n s o n  
g a r l a n d   p u l l   u p   j .   n b a   b a s k e t b a l l   n b a t w i t t e r   d a r i u s g a r l a n d   c a v s   c a v a l i e r s  
  i s   s t a r t i n g   t o   h e a t   u p   🔥 🔥 💫 
 
 g o l d e n s t a t e   n b a g l e a g u e   s t a n f o r d m b b   a d i d a s   n b a   n b a l o t t e r y   u n d e r a u r m o r   o t e   j o r d a n p o o l e   c u r r y   d a r i u s g a r l a n d   g l e a g u e i g n i t e   e a s t c o a s t h o o p r e c r u i t   l a c l i p p e r s   c o l l e g e b a s k e t b a l l   c l e v e l a n d c a v a l i e r s   n b a d r a f t   b r y c e j a m e s   s t a n f o r d  
t h e     h a d   o n e   o f   t h e   m o s t   s u r p r i s i n g   s e a s o n s   i n   2 0 2 2 ,   a n d   t h e n   m a d e   a   h u g e   s p l a s h ,   t r a d i n g   f o r   d o n o v a n m i t c h e l l .   w h e r e   d o   t h e   c a v s   r a n k   t h i s   y e a r ?   
 
 s e e   m y   t h o u g h t s   h e r e :   
 
 c l e v e l a n d c a v a l i e r s   d a r i u s g a r l a n d   e v a n m o b l e y   j a r r e t t a l l e n   b e l i e v e l a n d  
c a n   m o b l e y   a n d   a l l e n & a m p ; 3 9 ; s   . . . 
   
 
   
 a l l s t a r s   c e n t r a l d i v i s i o n   c h e t h o l m g r e n   c l e v e l a n d c a v a l i e r s   d a r i u s g a r l a n d   d o n o v a n m i t c h e l l   e a s t e r n c o n f e r e n c e   e v a n m o b l e y   j a r r e t t a l l e n   j o s h g i d d e y   k e n n y f o r r e a l   n b a a l l s t a r g a m e   n b a b a s k e t b a l l   n b a d e f e n s e  
a m e n   t h o m p s o n   l o o k i n g   l i k e   t h e   r e a l   d e a l …   
 
 2 0   p o i n t s ( 7 - 1 3   f g )   ( 1 - 2   3 p t ) 
 8   r e b o u n d s   
 5   a s s i s t s   
 2   s t e a l s   
 
 t y l e r h e r o   e a s t c o a s t h o o p r e c r u i t   n b a g l e a g u e   n c a a b a s k e t b a l l   n b a l o t t e r y   d a r i u s g a r l a n d   b a s k e t b a l l   n b a   c u r r y   n c a a   o v e r t i m e   b e a r d o w n   u n d e r a u r m o r   l e b r o n   o t e  
d o e s   t h e   d o n o v a n   m i t c h e l l   t r a d e   . . . 
   
 
   
 a l e x h o o p s   c e n t r a l d i v i s i o n   c l e v e l a n d c a v a l i e r s   c l e v e l a n d c a v a l i e r s d o n o v a n m i t c h e l l   c l e v e l a n d c a v a l i e r s n e w s   d a r i u s g a r l a n d   d a r i u s g a r l a n d h i g h l i g h t s   d o n o v a n m i t c h e l l   d o n o v a n m i t c h e l l c a v a l i e r s   d o n o v a n m i t c h e l l c a v s  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
d a r i u s   g a r l a n d   n b a   h i g h l i g h t s   c a v a l i e r s   v s   7 6 e r s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a r i u s g a r l a n d   d a r i u s   g a r l a n d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   c l e v e l a n d   c a v a l i e r s   c a v a l i e r s  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [67], in <cell line: 1>()
      1 for id, tweets in tweets_df_Cavs2.items():
      2     for tweet in tweets:
----> 3         analysis = SentimentIntensityAnalyzer(tweets_df_Cavs2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Cavs2 = tweets_df_Cavs2.append({
      5             'name': id,
      6             'text': tweets_df_Cavs2.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\vaderSentiment\vaderSentiment.py:200, in SentimentIntensityAnalyzer.__init__(self, lexicon_file, emoji_lexicon)
    198 def __init__(self, lexicon_file="vader_lexicon.txt", emoji_lexicon="emoji_utf8_lexicon.txt"):
    199     _this_module_file_path_ = os.path.abspath(getsourcefile(lambda: 0))
--> 200     lexicon_full_filepath = os.path.join(os.path.dirname(_this_module_file_path_), lexicon_file)
    201     with codecs.open(lexicon_full_filepath, encoding='utf-8') as f:
    202         self.lexicon_full_filepath = f.read()

File ~\anaconda3\lib\ntpath.py:117, in join(path, *paths)
    115     return result_drive + result_path
    116 except (TypeError, AttributeError, BytesWarning):
--> 117     genericpath._check_arg_types('join', path, *paths)
    118     raise

File ~\anaconda3\lib\genericpath.py:152, in _check_arg_types(funcname, *args)
    150         hasbytes = True
    151     else:
--> 152         raise TypeError(f'{funcname}() argument must be str, bytes, or '
    153                         f'os.PathLike object, not {s.__class__.__name__!r}') from None
    154 if hasstr and hasbytes:
    155     raise TypeError("Can't mix strings and bytes in path components") from None

TypeError: join() argument must be str, bytes, or os.PathLike object, not 'Series'
In [68]:
for id, tweets in tweets_df_Pistons1.items():
    for tweet in tweets:
        analysis = TextBlob(tweets_df_Pistons1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Pistons1 = tweets_df_Pistons1.append({
            'name': id,
            'text': tweets_df_Pistons1.text
        }, ignore_index=True)
c o u n t d o w n   t o   o p e n i n g   n i g h t :   8   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
m a r v i n   b a g l e y   o n   c a d e   c u n n i n g h a m :   “ h e ’ s   a n   a l l - s t a r - l e v e l   p l a y e r ”   c a d e c u n n i n g h a m   d e t r o i t p i s t o n s   m a r v i n b a g l e y i i i  
d e t r o i t   p i s t o n s   s p o n s o r e d   1 0 0   o f   o u r   d e t r o i t   t r a n s i t i o n a l   v e t e r a n s   r e c e i v i n g   a   c o a t   b a g   m a d e   b y   e m p o w e r m e n t p l a n   d e t r o i t   o n   w o r l d   h o m e l e s s   d a y .     d e t r o i t p i s t o n s   l e g e n d   e a r l   c u r e t o n   a l o n g   w i t h   d e t r o i t p i s t o n s d a n c e r s   w e r e   o n   h a n d   t o   m e e t   t h e   v e t e r a n s ! 
 v a d e t r o i t v e t e r a n s f i r s t  
d e t r o i t   p i s t o n s   s e a s o n   p r e v i e w ,   o u t l o o k ,   a n d   r a n d o m   t a l k . 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
t h e   d e t r o i t   p i s t o n s   s i g n e d   a   o f f - b a l l   s h o o t e r … … k y l e r   e d w a r d s   i s   h e r e ! ! ! 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   i s a i a h s t e w a r t   j a d e n i v e y   j a l e n d u r e n   k e v i n k n o x   k i l l i a n h a y e s   k y l e r e d w a r d s   m a r v i n b a g l e y   p o l i c e  
t h e   d e t r o i t   p i s t o n s   w i l l   b e   g o o d   s o o n e r   t h a n   y o u   t h i n k 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
p i s t o n s   b u y o u t   o f f e r   . . . 
   
 
   
 c a d e c u n n i n g h a m d e t r o i t p i s t o n s   c e n t r a l d i v i s i o n   d e t r o i t   d e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s d r a f t   d e t r o i t p i s t o n s e s p n   d e t r o i t p i s t o n s g m   d e t r o i t p i s t o n s n e w   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s n e w s t o d a y  
b e t t e r   v i e w   o f   t h e   c a d e   c u n n i n g h a m   / 1 0   g o l d   r a t e d   r o o k i e   a u t o   p u l l e d   t o n i g h t   f r o m   o u r     o p t i c   b a s k e t b a l l   b r e a k !   _   
 
 d e t r o i t p i s t o n s   c a d e c u n n i n g h a m   p i s t o n s   b a s k e t b a l l c a r d s   g r o u p b r e a k s   t h e h o b b y   b o x b r e a k s   c a s e b r e a k s   r o o k i e  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   9   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
k a b o o o o o m !   💥 💥 
 c a d e   c u n n i n g h a m   / 1 0   g o l d   r a t e d   r o o k i e   a u t o   j u s t   p u l l e d   t o n i g h t   f r o m   o u r     o p t i c   b a s k e t b a l l   b r e a k !   _   
 
 d e t r o i t p i s t o n s   c a d e c u n n i n g h a m   p i s t o n s   b a s k e t b a l l c a r d s   o p t i c   g r o u p b r e a k s   t h e h o b b y   b o x b r e a k s   c a s e b r e a k s  
i   f e e l   l i k e   t h i s   w o u l d   b e   a   h a r d   l o o k   o n   b e n   
   
 
   
 b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   m i c h i g a n   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   p i s t o n s  
t h e   d e t r o i t   p i s t o n s   & a m p ;   k e m b a   w a l k e r   c o n f l i c t   c o n t i n u e s   r i s e   . . . 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e f i n i t e l y   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r u m o r s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a l e n d u r e n   k e m b a w a l k e r   k i l l i a n h a y e s   s a d d i q b e y  
w i l d   o v e r t i m e   e n d i n g   i n   d e t r o i t   😱 
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 2 2 1 0 0 9 6 8   n b a   t e a m 1 6 1 0 6 1 2 7 3 7  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 0   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
b a c k   a t   i t   ⚫ ️ ⚪ ️ 
 
 b l a z e r s   n c a a   k u h o o p s   n b a   t r a e y o u n g   k e v i n d u r a n t   s t e p h c u r r y   n c a a b a s k e t b a l l   i n d i a n a p a c e r s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t b a s k e t b a l l   d a l l a s m a v s   g o m a v s   d a l l a s m a v e r i c k s   l u k a m a g i c  
d e t r o i t   p i s t o n s   |   b e s t   3 & a m p ; 3 9 ; s   f r o m   s a d d i q   b e y   s o   f a r   i n   2 0 2 1 - 2 2   s e a s o n 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   n b a p i s t o n s   p i s t o n s b a s k e t b a l l  
i   f e e l   l i k e   t h i s   w o u l d   b e   a   h a r d   l o o k   o n   b e n 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
k e m b a   w a l k e r   s t i l l   o p t i m i s t i c   t o   g a i n   p l a y i n g   o p p o r t u n i t y   c h a r l o t t e h o r n e t s   d e t r o i t p i s t o n s   k e m b a w a l k e r  
m i c h a e l   j o r d a n & a m p ; 3 9 ; s   m o s t   d o m i n a n t   . . . 
   
 
   
 8 0 s p i s t o n s   b a d b o y s p i s t o n s   b u l l s v s p i s t o n s r i v a l r y   c e n t r a l d i v i s i o n   c h i c a g o   c h i c a g o v s d e t r o i t   c l u t c h g e n e   c l u t c h j u m p e r s   c o n t e s t   d e f e n s e   d e t r o i t p i s t o n s   d u n k   d u n k s   d u n k s o n b i l l l a i m b e e r   e a s t e r n c o n f e r e n c e  
d e t r o i t p i s t o n s   1 2   c a r d   l o t   p i s t o n s   
 
 $ 5   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
d y s o n   d a n i e l s   h i g h l i g h t s   v s   d e t r o i t   p i s t o n s   |   o c t   7   |   2 0 2 3   n b a   r o o k i e s 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
n e w   o r l e a n s   p e l i c a n s   v s .   . . . 
   
 
   
 a n t h o n y d a v i s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   d e a n d r e j o r d a n   d e t r o i t p i s t o n s   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
w a t c h i n g   " m a l i c e   a t   t h e   p a l a c e "   o n   n e t f l i x   m a d e   m e   r e m i n i s c e   a b o u t   s o m e   g o o d   t i m e s   i n   a u b u r n   h i l l s .     t h e   p i s t o n s   a n d   c e l t i c s   w a r m i n g   u p   i n   2 0 1 3 .     d e t r o i t p i s t o n s   n b a  
d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   p e l i c a n s v s p i s t o n s   p i s t o n s v s p e l i c a n s  
f u t u r e   l o o k s   b r i g h t 
 g a r b i e l e p r o d i c a 
 a l b a b e r l i n 
 e u r o l e a g u e   d e t r o i t p i s t o n s   n b a p r o s p e c t  
d e t r o i t p i s t o n s   f a l l   1 0 7 - 1 0 1   i n   p r e s e a s o n   g a m e   v s .   n e w   o r l e a n s   p e l i c a n s     v i a       🏀
d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   . . . 
   
 
   
 b u l l s v s p e l i c a n s   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w o r l e a n s p e l i c a n s f u l l g a m e h i g h l i g h t s   d e t r o i t p i s t o n s v s n e w o r l e a n s p e l i c a n s h i g h l i g h t s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s  
a   s t r a n g e   t h i n g   t h a t   b o t h e r s   m e   a b o u t   k i l i a n   h a y e s .   t a k e   a w a y   j a m e s   h a r d e n ,   g i v e   m e   a   v e r y   g o o d   l e f t   h a n d e d   s h o o t e r   i n   t h e   n b a .   i t ' s   a s   r a r e   a s   a   l e f t   h a n d e d   s u p e r   b o w l   w i n n i n g   q b .   o d d s   a r e   a g a i n s t   h i m   t o   b e   a n y t h i n g   b u t   a   r o l e   p l a y e r .   j u s t   m y   o p i n i o n . 
 d e t r o i t p i s t o n s
p i s t o n s   a t   p e l i c a n s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 4  
s h o p   p i s t o n s   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   d e t r o i t   d e t r o i t p i s t o n s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
d e t r o i t   p i s t o n s   v s   p e l i c a n s   1 r s t   h a l f   r e c a p 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   k i l l i a n h a y e s   n b a   n e w o r l e a n s p e l i c a n s   s a d d i q b r y  
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
p i s t o n s   h c   d w a n e   c a s e y   h o p i n g   t o   r e t a i n   s o o n   f a   b o j a n   b o g d a n o v i c   l o n g   t e r m :   ‘ i ’ d   l o v e   t o   h a v e   h i m   b a c k ’   b o j a n b o g d a n o v i c   d e t r o i t p i s t o n s   d w a n e c a s e y  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 1   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
t h e y   r e v i e w i n g   i v e y   f o r   a   f l a g r a n t e l b o w ! ! ! ! ! ! ! ! ! ! ! !   😤 😤 😤   p i s t o n s   d e t r o i t p i s t o n s   d e e t r o i t b a s k e t b a l l
d e t r o i t   p i s t o n s   m u s t   w o r k   o n … . .   👀 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r u m o r s   e a s t e r n c o n f e r e n c e   k i l l i a n h a y e s   m o t o w n   n b a  
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
c a d e   c u n n i n g h a m   r a t e d   r o o k i e   a u t o   w i t h   a   n i c e   l i t t l e   b a n g e r   o u t   o f   o u r     o p t i c   b a s k e t b a l l   b r e a k s   t h i s   w e e k !   💥 💥 
 
 d e t r o i t p i s t o n s   c a d e c u n n i n g h a m   r o o k i e   p i s t o n s   b a s k e t b a l l c a r d s   a u t o g r a p h   o p t i c   g r o u p b r e a k s   t h e h o b b y   b o x b r e a k s   w h o d o y o u c o l l e c t  
▶ ️ w a t c h   a l l   n b a   b a s k e t b a l l   s u m m e r   g a m e s   l i v e   f r e e   & a m p ;   f u l l   h d ✅ 
 
 n b a   n h l   m l b   c h i c a g o b u l l s   t o r o n t o   r a p t o r s   w e t h e n o r t h   r t z   h o u s t o n   r o c k e t s   h o u s t o n r o c k e t s   d e t r o i t   p i s t o n s   d e t r o i t p i s t o n s   n o b r a k e s   n e w o r l e a n s   p e l i c a n s   p e l i c a n s n b a   w o n t b o w d o w n   w b d
g   l e a g u e   i g n i t e   v s .   m e t r o p o l i t a n s   9 2 :   f u l l   g a m e   h i g h l i g h t s 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g l e a g u e   n b a  
w h a t   i f   v i c t o r   w e m b a n y a m a   w e n t   t o   t h e   p i s t o n s ?   
 t r u s t t r o y 
 d e t r o i t p i s t o n s 
 v i c t o r w e m b a n y a m a  
t o   t h e   p i s t o n   f a n s   w a n t i n g   v i c   w e m b a n y a m a ,   s h a m e   o n   y o u .   y o u   r e a l l y   w a n t   o r   e v e n   e x p e c t   t h e m   t o   b e   i n   t h e   l o t t e r y ?   i   k n o w   t h e y   a r e   y o u n g   b u t   i f   h e a l t h y ,   t h i s   i s   a   p l a y o f f   t e a m   t h a t   w i l l   o n l y   g e t   b e t t e r   t h e   m o r e   t h e y   p l a y   t o g e t h e r .   s o m e   f a n s ,   s m h . . . . 
 d e t r o i t p i s t o n s
w a l t e r   s h a r p e   ( 4 2 )   -   d e t r o i t   p i s t o n s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s 
 
   n b a   n b a t w i t t e r   n b a t o p s h o t   s h a r p e   p i s t o n s   b l a z e r s   r i p c i t y   d e t r o i t p i s t o n s   m o t o r c i t y  
n b a   p l a y e r   w h o   g o t   d u m p e d   o n   d r a f t   n i g h t   😮   |   c l u t c h   s h o r t s 
   
 
   
 c e n t r a l d i v i s i o n   c l u t c h p o i n t s   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
s h o u l d   t h e   d e t r o i t   p i s t o n s   m a k e   a   . . . 
   
 
   
 9 7 1 t h e t i c k e t   a i d a n h u t c h i n s o n   b a r s t o o l s p o r t s   c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   c o l l e g e f o o t b a l l   d a n c a m p b e l l   d e t r o i t l i o n s   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r e p o r t s   d e t r o i t p i s t o n s r u m o r s  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 2   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
j o r d a n   p o o l e   m o v i n g   o n ?   |   d e t r o i t   p i s t o n s 
   
 
   
 c a d e c u n n i g h a m   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   i s a i a h l i v e r s   j a d e n i v e y   j o r d a n p o o l e   k l a y t h o m p s o n   m i c h i g a n   n b a   p o o l e d r a y m o n d   s a d d i q b e y   u o f m  
  _ p r   y a l l   s u r e   d o   h a v e   t i c k e t s   o n   s a l e .     w h y   w o u l d   i   b u y   t i c k e t s   a n d   c a n ' t   s h o w   u p   i n   t h e   p l a y e r   j e r s e y ,       ,   t h a t   i   w a n t   t o   s u p p o r t ?   d o e s n ' t   m a k e   s e n s e .   
 p i s t o n s   d e t r o i t   d e t r o i t p i s t o n s   j a l e n d u r e n   j a l e n   d u r e n   n b a
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e t r o i t p i s t o n s   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r e v e r   n e w y o r k k n i c k s 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
r e p r e s e n t i n g   t h e   d     a t   t h e     a b u   d h a b i   g a m e s   2 0 2 2 
 n b a   d e t r o i t   d e t r o i t p i s t o n s   p i s t o n s  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 3   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
n e w   v i d e o   t o   w a t c h : 
 
 " e a r l y   t a k e a w a y s   f r o m   p i s t o n s   p r a c t i c e / t r a i n i n g   c a m p ! "   
 
 c r e a t o r :     f r o m   h a l f   c o u r t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   p r e   s e a s o n   s t a r t s   t o m o r r o w ! !   |   w h a t   t o   b e   e x c i t e d   a b o u t   |   m e d i a   d a y   w /   c a d e   a n d   i v e y "   
 
 c r e a t o r :     3 1 3   h o o p s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " p i s t o n s   l o s e   t o   k n i c k s   1 1 7   t o   9 6   i n   p r e s e a s o n .   j a d e n   i v e y ,   k i l l i a n   h a y e s ,   j a l e n   d u r e n   s h o w   p r o m i s e . "   
 
 c r e a t o r :     d e t r o i t   p i s t o n   m e   o f f 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   -   f u l l   g a m e h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2   n b a   p r e s e a s o n "   
 
 c r e a t o r :     c c b n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   l o s e   1 1 7 - 9 6   i n   f i r s t   p r e s e a s o n   g a m e   t o   n e w   y o r k   k n i c k s "   
 
 c r e a t o r :     d e t r o i t   s p o r t s   n a t i o n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
“ s a y   s o ”   f t .   _   o u t   o u t   o n   y o u t u b e   d r o p   a   c o m m e n t   🔥   o r   🗑 
 1 s i x c a p o n e   p l e a z u r e   e c o r s e   d e t r o i t   n e w   n e w m u s i c   v i d e o   m u s i c v i d e o   f y p   j o e l o u i s   e m i n e m   a r e t h a f r a n k l i n   s t e v e y z e r m a n   i s i a h t h o m a s   l e g e n d   d e t r o i t p i s t o n s   d e t r o i t r e d w i n g s   r n b 

d e t r o i t   p i s t o n s :   n b a   d r a f t   l o t t e r y   😁   r e a d y ? 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
b r e a k i n g   d o w n   k n i c k s & a m p ; 3 9 ;   p g   d e p t h :   b r u n s o n ,   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   k n i c k s b a s k e t b a l l   m s g   m s g n e t w o r k s   n e w y o r k   n e w y o r k b a s k e t b a l l   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   p i s t o n s   s p o r t s  
j a d e n   i v e y   i s   a   b l u r !   & a m p ;   k i l l i a n   . . . 
   
 
   
 a l e c b u r k s   b o j a n b o g d a n o v i c   c a d e c u n n i g h a m   c e n t r a l d i v i s i o n   c o r e y j o s e p h   d e t r o i t p i s t o n s   d y n a m i t e d o o d   e a s t e r n c o n f e r e n c e   i s a i a h l i v e r s   i s a i a h s t e w a r t   j a d e n i v e y   j a l e n d u r e n   k i l l i a n h a y e s   n b a   p i s t o n s v s k n i c k s  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 0 2 3 n b a s e a s o n   2 0 2 2 2 3 n b a s e a s o n   b a s k e t b a l l   c c b n   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w y o r k k n i c k s 2 0 2 2   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a   e x t e n d e d n b a h i g h l i g h t s  
🎂 🎈 🎂 🎈 🎂 
 h a p p y   b i r t h d a y   g r a n t h i l l !   h e   i s   5 0   t o d a y !   d e t r o i t p i s t o n s   n b a   7 t i m e n b a a l l s t a r   t a m i a  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   |   . . . 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p o s t g a m e s h o w   k n i c k s v s p i s t o n s   k n i c k s v s p i s t o n s h i g h l i g h t s   k n i c k s v s p i s t o n s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2   |   2 2 - 2 3   n b a   p r e   s e a s o n "   
 
 c r e a t o r :     c h r i s t i a n _ l o p e z 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   p i s t o n   s t a n d o u t s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t           c l i c k   l i n k   f o r   f u l l   v i d e o :    
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   |   p i s t o n s   s t a n d o u t s   d e t r o i t p i s t o n s   p i s t o n s   c l i c k   l i n k   f o r   v i d e o       v i a    
d e t r o i t   p i s t o n s   v s   n e w   y o r k   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w y o r k k n i c k s h i g h l i g h t s   e a s t e r n c o n f e r e n c e   k n i c k s v s p i s t o n s   k n i c k s v s p i s t o n s f u l l g a m e h i g h l i g h t s   k n i c k s v s p i s t o n s h i g h l i g h t s   k n i c k s v s p i s t o n s p r e s e a s o n b a s k e t b a l l g a m e  
j a d e n   i v e y   s h o w s   o f f   . . . 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a d e n i v e y b a s k e t b a l l   j a d e n i v e y d e b u t   j a d e n i v e y d e t r o i t b a s k e t b a l l   j a d e n i v e y d e t r o i t p i s t o n s d e b u t   j a d e n i v e y p i s t o n s   j a d e n i v e y t o n i g h t   j a d e n i v e y t o p p l a y s  
p i s t o n s   a t   k n i c k s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 1 4  
🎂 🎈 🎂 🎈 🎂 
 h a p p y   b i r t h d a y   g r a n t h i l l !   h e   i s   5 0   t o d a y !   d e t r o i t p i s t o n s   n b a   7 t i m e n b a a l l s t a r   t a m i a  
$ 2 5 0   f o r   c o u r t s i d e   a t   t h e   g a r d e n ?   h a d   t o   d o   i t   
   
 
   
 b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   m i c h i g a n   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   p i s t o n s  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w y o r k k n i c k s 2 0 2 2   e a s t e r n c o n f e r e n c e   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   p i s t o n s v s k n i c k s  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   w a s   o n   t n t   ( u s a ) .   w i t h   c o m m e n t a r y   f r o m   s p e r o   d e d e s .   c o - c o m m e n t a t o r   i s   s t a n   v a n   g u n d y .   r e p o r t e r   i s   j a r e d   g r e e n b e r g .     f o r   m o r e   d e t a i l s   s e e     n e w y o r k k n i c k s   d e t r o i t p i s t o n s   t n t u s a
b a s k e t b a l l   i s   b a c k   i n   t h e   m o t o r   c i t y ! 
 
 t h e     p l a y e d   t h e i r   f i r s t   g a m e   o f   t h e   p r e s e a s o n   l a s t   n i g h t .   e v e n   t h o u g h   t h e y   c a m e   u p   s h o r t   a g a i n s t   t h e   k n i c k s   1 1 7 - 9 6 .   
 
 b u t   i   c a m e   u p   w i t h   3   o b s e r v a t i o n s :   t h a t ' s   a   s t a r t ,   f i n d i n g   a n   i d e n t i t y ,   s t a r   s t r u g g l e s .   d e t r o i t p i s t o n s
$ 2 5 0   f o r   c o u r t s i d e   a t   t h e   g a r d e n ?   h a d   t o   d o   i t 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 4   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s :   l i v e   w a t c h - a l o n g :   p r e - p o s t   g a m e   a n a l y s i s   i n c l u d e d 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
d e t r o i t p i s t o n s   l o s e   1 1 7 - 9 6   i n   f i r s t   p r e s e a s o n   g a m e   t o   n e w   y o r k   k n i c k s     v i a       🏀
p i s t o n s   t o n i g h t …   d e f e n s e   l o o k s   l i k e   l i o n s   d e f e n s e .   a n d   s o o o o o   m a n y   t u r n o v e r s .   n b a   d e t r o i t p i s t o n s   p r e s e a s o n b a s k e t b a l l  
a n n i v e r s a r y   d i n n e r   w i t h   t h e   w i f e   ✅     f i r s t   p r e s e a s o n   g a m e   ✅   🤣   p i s t o n s   d e t r o i t p i s t o n s   n b a   n b a p r e s e a s o n  
d e t r o i t p i s t o n s   g e t t i n g   t h e y   a s s   w h o p p e d   😒
n o t h i n g   b u t   n e t   a t   k e n n y ' s   h i t   f a c t o r y ! 
 c a d e c u n n i n g h a m   d e t r o i t p i s t o n s   n b a   b a s k e t b a l l c a r d s   p a n i n i c h r o n i c l e s   p a n i n i a m e r i c a   i l o v e t h i s h o b b y   w h o d o y o u c o l l e c t   s u p p o r t y o u r l c s   l o c a l c a r d s h o p   a u s t i n t e x a s  
d u r i n g   a n d   o r   m b i i i   n e e d s   t o   b e   i n   t h e   s t a r t i n g   l i n e   u p .   i   l i k e   b e y   o f f   t h e   b e n c h   w i t h   e i t h e r   o f   t h o s e   2   t o   h e l p   l e a d   t h e   2 n d   u n i t   p i s t o n s k n i c k s   d e t r o i t p i s t o n s
🏀   b a s k e t b a l l :   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   -   n b a   
 ⏰   o n g o i n g   l i v e 
 ➡   
 
 b a s k e t b a l l   a m e r i c a n   u s a   n b a l i v e   b a s k e t b a l l l o v e r s   n e w y o r k k n i c k s   d e t r o i t p i s t o n s
l g f   i t ’ s   g a m e t i m e   d e t r o i t p i s t o n s  
l e t s   g o   p i s t o n s   💙 ❤ ️   d e t r o i t p i s t o n s
p i s t o n s   f a n s ,   i t s   p r e s e a s o n   g a m e   1 .   p l e a s e   d o n ' t   t u r n   o n   i v e y   i f   h e   d o e s n ' t   d o   w e l l   t o n i g h t .   d o n ' t   b e   t h e   l i o n s   f a n s   w h o   a l r e a d y   h a v e   t u r n e d   o n   h u t c h   4   g a m e s   i n .   t h a n k s   d e t r o i t p i s t o n s   d e t r o i t l i o n s
n b a   t u e s d a y :   2 0 0 5   a w a r d s   a n a l y s i s ,   v o l u m e   i i     d a i l y m c p l a y   n b a   n b a h i s t o r y   n b a 2 0 0 5   n b a f i n a l s   n b a f i n a l s m v p   n b a d p o y   t i m d u n c a n   s a n a n t o n i o s p u r s   b e n w a l l a c e   d e t r o i t p i s t o n s   t y s o n c h a n d l e r   c h i c a g o b u l l s
n b a g m s u r v e y :   s o m e   s a y   d e t r o i t p i s t o n s   h a v e   l e a g u e ' s   b e s t   y o u n g   c o r e .     n b a t w i t t e r  
t h e   d e t r o i t   l i o n s   s e a s o n   i s   o v e r 
   
 
   
 9 7 1 t h e t i c k e t   a i d a n h u t c h i n s o n   b a r s t o o l s p o r t s   c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   c o l l e g e f o o t b a l l   d a n c a m p b e l l   d e t r o i t l i o n s   d e t r o i t p i s t o n s   d e t r o i t r e d w i n g s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j i m h a r b a u g h   m i c h i g a n  
a t l a n t a   h a w k s   r u m o r s :   h a w k s   j e r a m i   g r a n t   t r a d e   a   s m a m o v e   . . . 
   
 
   
 a t l a n t a h a w k s   a t l a n t a h a w k s n e w s   a t l a n t a h a w k s t r a d e   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g o o g l e s e a r c h   j e r a m i g r a n t p i s t o n s   n b a   n b a b a s k e t b a l l   n b a n e w s   n b a t r a d e r u m o r s   s o u t h e a s t d i v i s i o n  
a s   k i d s   t h i s   g u y   c h a l l e n g e d   m e   t o   a   g a m e   o f   b a s k e t b a l l   i n   m y   b a c k y a r d , m i c h e a l   w i l l i a m s   g r e w   u p   t o   b e   a   b a d   b o y   ⁦ ⁩   ⁦   d e t r o i t p i s t o n s   ⁩ w o r l d   c h a m p i o n , g r e a t   b u s i n e s s m a n   i n   d a l l a s  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   o c t .   2   s c r i m m a g e   f o o t a g e "   
 
 c r e a t o r :     d e t r o i t _ p i s t o n s _ n e w s _ n a t i o n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 5   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
s e a t t l e   s e a h a w k s   v s .   d e t r o i t   l i o n s   |   w e e k   4   2 0 2 2   g a m e   h i g h l i g h t s 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
d e t r o i t   p i s t o n s   p r e   s e a s o n   s t a r t s   . . . 
   
 
   
 a r e n a   b o g d a n o v i c   b o j a n   c a m p   c e n t r a l d i v i s i o n   c u n n i n g h a m   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   i s a i a h   j a d e n   k n i c k s   l i t t l e c a e s a r s   m e d i a d a y   n e w y o r k   o p e n   p i s t o n s n e w s   p i s t o n s p o d c a s t   p i s t o n s t o d a y  
s a c r a m e n t o   k i n g s   h a v e n ' t   m a d e   t h e   p l a y o f f s   i n   a   r e c o r d   1 6   y e a r s !   👀 
 
 w h i c h   t e a m   k i l l s   t h e   p l a y o f f s   d r o u g h t   t h i s   y e a r ?   🗣 ️ 
 
 s a c r a m e n t o k i n g s   h o r n e t s   c a v s   s p u r s   d e t r o i t p i s t o n s   n b a  
s h o p   p i s t o n s   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   d e t r o i t   d e t r o i t p i s t o n s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
v i a   j a m e s   e d w a r d s   k i l l i a n   h a y e s   s t o o d   o u t   t h e   m o s t   a t   p i s t o n s   s c r i m m a g e , l e a d   h i s   t e a m   t o   v i c t o r y 👀 👀 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
i t ’ s   a   p a r t y   i n   t h e   3 1 3   👏 🤣 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
j u s t   d r o p p e d   e p i s o d e   6 ! ! 
 
 
 
 b a s k e t b a l l   s m o k e j a m   s m o k i n g   s m o k e   n b a   d e t r o i t   p i s t o n s
n b a   p r o g r a m ,   m e i j e r   b a s k e t b a l l   c l a s s i c ,   p i s t o n s   v s .   w i z a r d s ,   o c t o b e r   1 1 ,   2 0 0 1   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   j e r r y s t a c k h o u s e   d e t r o i t   p i s t o n s   n b a   s p r i t e  
d e t r o i t   p i s t o n s   b u y o u t   o f f e r   u n a c c e p t a b l e   t o   k e m b a   w a l k e r ! ! !   -     -   d e t r o i t   d e t r o i t m u s i c   d e t r o i t b u s i n e s s   d e t r o i t f o o d  
6   p l a y e r s   t h e   p i s t o n s   c o u l d   t a r g e t   i n   f u t u r e   t r a d e s   w i t h   c o n t e n d e r s 
 
 
 
 n b a   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   c l i p p e r n a t i o n   l a k e s h o w   l a k e r s   h e a t t w i t t e r     b u l l s n a t i o n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n
d e t r o i t   p i s t o n s   d o n & a m p ; 3 9 ; t   l o o k   l i k e   a   t e a m   t h a t   g o t   n e x t ! ! !   -     -   d e t r o i t   d e t r o i t m u s i c   d e t r o i t b u s i n e s s   d e t r o i t f o o d  
a f t e r   a l l   t h e   h y p e   a r o u n d   t h e   l i o n s   a n d   t i g e r s   a n d   t h e m   b e i n g   c o m p l e t e l y   d i s g u s t i n g   i   a m   r e a l l y   h o p i n g   f o r   a n   o v e r   a c h i e v e m e n t   f r o m   t h e   r e d   w i n g s   a n d   p i s t o n s .   t h i s   c i t y   n e e d s   i t .   d e t r o i t   l g r w   d e t r o i t b a s k e t b a l l
w h o   h a s   t h e   b r i g h t e r   f u t u r e   d e t r o i t   m i c h i g a n   l i o n s   p i s t o n s   r e d w i n g s
t h e   d e t r o i t   p i s t o n s   s i g n e d   a   o f f - b a l l   s h o o t e r … … k y l e r   e d w a r d s   i s   h e r e ! ! ! 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   i s a i a h s t e w a r t   j a d e n i v e y   j a l e n d u r e n   k e v i n k n o x   k i l l i a n h a y e s   k y l e r e d w a r d s   m a r v i n b a g l e y   p o l i c e  
m a r v i n   i i i   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r v i n i i i   m a r v i n   i i i   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
p i s t o n s   b u y o u t   o f f e r   . . . 
   
 
   
 c a d e c u n n i n g h a m d e t r o i t p i s t o n s   c e n t r a l d i v i s i o n   d e t r o i t   d e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s d r a f t   d e t r o i t p i s t o n s e s p n   d e t r o i t p i s t o n s g m   d e t r o i t p i s t o n s n e w   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s n e w s t o d a y  
m a r v i n   i i i   n b a   h i g h l i g h t s   p i s t o n s   v s   p e l i c a n s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r v i n i i i   m a r v i n   i i i   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
c a d e   c u n n i n g h a m   n b a   h i g h l i g h t s   p i s t o n s   v s   p e l i c a n s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a d e c u n n i n g h a m   c a d e   c u n n i n g h a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
i   f e e l   l i k e   t h i s   w o u l d   b e   a   h a r d   l o o k   o n   b e n   
   
 
   
 b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   m i c h i g a n   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   p i s t o n s  
t h e   d e t r o i t   p i s t o n s   & a m p ;   k e m b a   w a l k e r   c o n f l i c t   c o n t i n u e s   r i s e   . . . 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e f i n i t e l y   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r u m o r s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a l e n d u r e n   k e m b a w a l k e r   k i l l i a n h a y e s   s a d d i q b e y  
d e t r o i t   p i s t o n s :   h o w   v i c t o r   w e m b a n y a m a   w i l l   a f f e c t   t h e   t r a d e   m a r k e t 
 
 
 
 n b a   d e t r o i t   d e t r o i t b a s k e t b a l l   p i s t o n s   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i   j a z z
d e t r o i t   p i s t o n s   |   b e s t   3 & a m p ; 3 9 ; s   f r o m   s a d d i q   b e y   s o   f a r   i n   2 0 2 1 - 2 2   s e a s o n 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   n b a p i s t o n s   p i s t o n s b a s k e t b a l l  
s a d d i q   b e y   n b a   h i g h l i g h t s   p i s t o n s   v s   p e l i c a n s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s a d d i q b e y   s a d d i q   b e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
k i l l i a n   h a y e s   n b a   h i g h l i g h t s   p i s t o n s   v s   p e l i c a n s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k i l l i a n h a y e s   k i l l i a n   h a y e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
j a d e n   i v e y   n b a   h i g h l i g h t s   p i s t o n s   v s   p e l i c a n s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a d e n i v e y   j a d e n   i v e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
j a k e   c h a p m a n   g o t   h i s   s t a r t   w i t h   t h e   n b a ’ s   o r l a n d o   m a g i c   a s   a   r a d i o   i n t e r n   i n   2 0 0 6 ,   a n d   l a t e r   b e c a m e   t h e   g a m e   p r o d u c e r   f r o m   2 0 0 9   t o   2 0 1 4 .   f o l l o w i n g   r a d i o   p o s i t i o n s   w i t h   t h e   d e t r o i t   p i s t o n s   a n d   c l e v e l a n d   c a v a l i e r s ,   c h a p m a n   r e t u r n e d   t o   o r l a n d o   i n   2 0 1 9 
 

t h e   p r e s e a s o n   p l a y   c o n t i n u e s   f o r   d e t r o i t   a g a i n s t   t h e   p e l i c a n s ! 
 d e t r o i t   p i s t o n s   n b a p r e s e a s o n   

i t ' s   t h e   5   y e a r   a n n i v e r s a r y   o f     w w e   h i a c   h e l l i n a c e l l   a t   _ d e t r o i t   d e t r o i t   
 
 i w a s t h e r e   
 
 w e r e   y o u   p i s t o n s     p r o   w r e s t l i n g   f a n s ? 
 
 n e w   d a y   v s .   u s o s   m a t c h   o f   t h e   n i g h t !  
s h o p   p i s t o n s   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   d e t r o i t   d e t r o i t p i s t o n s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   d e t r o i t   p i s t o n s   n b a   v i d e o :  
s a d d i q   b e y   h i g h l i g h t s   -   p e l i c a n s   v s .   p i s t o n s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   s a d d i q   b e y   n o p   d e t   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w o r l e a n s   p e l i c a n s   d e t r o i t   p i s t o n s
z i o n   i s   j u s t   t o o   s t r o n g   💪 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   z i o n   w i l l i a m s o n   n o p   n e w o r l e a n s   p e l i c a n s   d e t   d e t r o i t   p i s t o n s
d e t r o i t   p i s t o n s   m u s t   w o r k   o n … . .   👀 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r u m o r s   e a s t e r n c o n f e r e n c e   k i l l i a n h a y e s   m o t o w n   n b a  
i   l o v e   t h i s   w o m a n ,   s h e ’ s   i n c r e d i b l e !   d e t r o i t   p i s t o n s  
▶ ️ w a t c h   a l l   n b a   b a s k e t b a l l   s u m m e r   g a m e s   l i v e   f r e e   & a m p ;   f u l l   h d ✅ 
 
 n b a   n h l   m l b   c h i c a g o b u l l s   t o r o n t o   r a p t o r s   w e t h e n o r t h   r t z   h o u s t o n   r o c k e t s   h o u s t o n r o c k e t s   d e t r o i t   p i s t o n s   d e t r o i t p i s t o n s   n o b r a k e s   n e w o r l e a n s   p e l i c a n s   p e l i c a n s n b a   w o n t b o w d o w n   w b d
  n e e d s   t o   d o   e v e r y t h i n g   p o s s i b l e   t o   g e t   v i c t o r   w e m b a n y a m a .   d e t r o i t   p i s t o n s   n b a
a o m f ,   d e t r o i t   s p o r t s   f a n s ,   t u n e i n   f o r   l i o n s t i g e r s p i s t o n s a n d w i n g s o h m y   w i t h     -     ! 
 n f l   o n e p r i d e   n b a   d e t r o i t b a s k e t b a l l   m l b   d e t r o i t r o o t s   n h l   l g r w   b 1 g   m s u   s p a r t y   m i c h i g a n   m a c t i o n   n c a a f b    
f o r e c a s t i n g   t h e   e n d   o f   t h e   s a c r a m e n t o   k i n g s '   d e c a d e - l o n g   p l a y o f f   d r o u g h t 
 
 
 
 n b a   s a c r a m e n t o p r o u d   k i n g s   s a c r a m e n t o   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n
b a d   b o y s   3 :   t h e   d e t r o i t   p i s t o n s   a r e   r e v v i n g   u p   f o r   a   s p e e d y   t u r n a r o u n d 
 
 
 
 n b a   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   d u b n a t i o n
d e t r o i t   p i s t o n s :   j a l e n   d u r e n   a l r e a d y   s h o w i n g   s i g n s   o f   e l i t e   d e f e n s e 
 
 
 
 n b a   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n
  _ p r   y a l l   s u r e   d o   h a v e   t i c k e t s   o n   s a l e .     w h y   w o u l d   i   b u y   t i c k e t s   a n d   c a n ' t   s h o w   u p   i n   t h e   p l a y e r   j e r s e y ,       ,   t h a t   i   w a n t   t o   s u p p o r t ?   d o e s n ' t   m a k e   s e n s e .   
 p i s t o n s   d e t r o i t   d e t r o i t p i s t o n s   j a l e n d u r e n   j a l e n   d u r e n   n b a
c a n   t h i s   t e a m   m a k e   a   r u n   t o   t h e   t o u r n a m e n t ? 🤔   h e r e ’ s   w h a t   w e   t h i n k   i t ’ s   g o i n g   t o   t a k e ⬇ ️ 
 
 d e t r o i t   p i s t o n s   n b a   a l l p i s t o n s   

r e p r e s e n t i n g   t h e   d     a t   t h e     a b u   d h a b i   g a m e s   2 0 2 2 
 n b a   d e t r o i t   d e t r o i t p i s t o n s   p i s t o n s  
t h e     w e r e   t h e   w i n n e r s   o f   t h e   o f f s e a s o n ,   a n d   t h e   n b a d r a f t .   w i t h   t h e   a d d i t i o n s   t h e y   m a d e ,   c a n   t h e y   p u s h   f o r   t h e   p l a y - i n ?   
 
 m y   t h o u g h t s   h e r e :   
 
 n b a   n b a t w i t t e r   p i s t o n s   d e t r o i t   d e t r o i t v s e v e r y b o d y   c a d e c u n n i n g h a m     n b a m e d i a d a y  
b r e a k i n g   d o w n   k n i c k s & a m p ; 3 9 ;   p g   d e p t h :   b r u n s o n ,   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   k n i c k s b a s k e t b a l l   m s g   m s g n e t w o r k s   n e w y o r k   n e w y o r k b a s k e t b a l l   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   p i s t o n s   s p o r t s  
w o o d w a r d   p i s t o n s   d i s c u s s   p l a n s   f o r   t h e   2 0 2 3   n b a   s e a s o n   a n d   r e s t o r a t i o n   o . . .     v i a     d e t r o i t   d e t r o i t r o o t s   s p o r t s   e s p n     _   _ c a s e y _ n b a     _ _ t a l k        
j a l e n   d u r e n   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n d u r e n   j a l e n   d u r e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
k i l l i a n   h a y e s   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k i l l i a n h a y e s   k i l l i a n   h a y e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
c a d e   c u n n i n g h a m   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a d e c u n n i n g h a m   c a d e   c u n n i n g h a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
m i c h i g a n   c i t i e s   w i t h   t h e   l a r g e s t   n u m b e r   o f   g h o s t   s i g h t i n g s   & g t ;     m i c h i g a n   h a l l o w e e n   t r i c k o r t r e a t   g h o s t s   b o o   d e t r o i t   l i o n s   t i g e r s   r e d w i n g s   p i s t o n s
_ k i l l i a n   v e r y   g o o d   g a m e .   e v e r y o n e   c a n   s e e   t h e   i m p r o v e m e n t .     k e e p   i t   g o i n g   a n d   k e e p   i m p r o v i n g .   d e t r o i t   p i s t o n s   n b a
c a d e   c u n n i n g h a m ,   j a d e n   i v e y   e x c i t e d   t o   p l a y   t o g e t h e r   w i t h   p i s t o n s   -     -   d e t r o i t   d e t r o i t m u s i c   d e t r o i t b u s i n e s s   d e t r o i t f o o d  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   p i s t o n   s t a n d o u t s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t           c l i c k   l i n k   f o r   f u l l   v i d e o :    
t h e   g o o d ,   t h e   b a d ,   a n d   t h e   u g l y .   c a t c h   u p   o n   w h a t   y o u   m i s s e d   f r o m   t h e   p i s t o n s   p r e s e a s o n   g a m e   l a s t   n i g h t ⬇ ️ 🏀 
 
 d e t r o i t   a l l p i s t o n s   p r e s e a s o n 

k i l l i a n   h a y e s   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k i l l i a n h a y e s   k i l l i a n   h a y e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
b o j a n   b o g d a n o v i c   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b o j a n b o g d a n o v i c   b o j a n   b o g d a n o v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
d e t r o i t   p i s t o n s   d r o p s   p r e s e a s o n   o p e n e r   t o   k n i c k s   9 6 - 1 1 7   |   f u l l   g a m e   r e a c t i o n   v i d e o ! ! !   -     -   d e t r o i t   d e t r o i t m u s i c   d e t r o i t b u s i n e s s   d e t r o i t f o o d  
$ 2 5 0   f o r   c o u r t s i d e   a t   t h e   g a r d e n ?   h a d   t o   d o   i t   
   
 
   
 b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   m i c h i g a n   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   p i s t o n s  
i s a i a h   l i v e r s   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h l i v e r s   i s a i a h   l i v e r s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n   d e t r o i t   p i s t o n s   n b a   v i d e o :  
j a l e n   b r u n s o n ' s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   k n i c k s   d e t r o i t   p i s t o n s   n b a   v i d e o :  
k n i c k s   p o s t g a m e   e p i s o d e   i s   u p   n o w   o n     
 n b a   p r e s e a s o n   n b a 2 0 2 2   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   p i s t o n s   d e t r o i t   
 
       
 

k n i c k s   p o s t g a m e   e p i s o d e   i s   u p   n o w   o n   
 n b a   p r e s e a s o n   n b a 2 0 2 2   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   p i s t o n s   d e t r o i t   
 
         
 

j a d e n   i v e y   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a d e n i v e y   j a d e n   i v e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
d   r o s e   d o e s n ' t   n e e d   t o   l o o k   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d e r r i c k   r o s e   n o l o o k   a s s i s t   n y k   n e w y o r k   k n i c k s   d e t   d e t r o i t   p i s t o n s
o b i   i s   t o p p i n   t h e   h i g h l i g h t s   w i t h   t h i s   w i n d m i l l   💥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   o b i   t o p p i n   w i n d m i l l   d u n k   n y k   n e w y o r k   k n i c k s   d e t   d e t r o i t   p i s t o n s
r j   b a r r e t t   h i g h l i g h t s   -   k n i c k s   v s .   p i s t o n s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   r j   b a r r e t t   n y k   d e t   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w y o r k   k n i c k s   d e t r o i t   p i s t o n s
p l z   r e t w e e t   i   n e e d   4 0 0   i n   4 8   h o u r s   t h a n k   y o u     f o r   t h e   o p p o r t u n i t y   f o r   t h i s ! ! ! !   i   w i l l   f o l l o w   a n y o n e   w h o   r e t w e e t s ! ! ! !   n b a w a r d s   n b a t w i t t e r   d e t r o i t   p i s t o n s  
n y   k n i c k s   v s   d e t r o i t 
               (   0 1 : 0 0   g m t + 2   ) 
 g a m e d a y   n b a   n b a p r e s e a s o n   n b a j a p a n g a m e s   
 l i v e   l i v e s t r e a m   b a s k e t b a l l   n y k n i c k s   d e t r o i t   p i s t o n s   n e w y o r k f o r e v e r 
               🏀 l i n k   ⬇ ️ 

t i g e r s :   l o n g e s t   m l b   p l a y o f f   d r o u g h t   
 
 l i o n s :   l o n g e s t   n f l   p l a y o f f   w i n   d r o u g h t   
 
 r e d   w i n g s :   2 n d   l o n g e s t   n h l   p l a y o f f   d r o u g h t   
 
 p i s t o n s :   5 t h   l o n g e s t   n b a   p l a y o f f   d r o u g h t   
 
 d e t r o i t
t h e   p i s t o n s   a r e   b a c k   i n   a c t i o n   t o n i g h t   a g a i n s t   t h e   k n i c k s .   h e r e ’ s   w h a t   y o u   n e e d   t o   k n o w   h e a d i n g   i n t o   t i p - o f f 👀 🏀 
 
 d e t r o i t   b a s k e t b a l l i s b a c k   n b a   p r e s e a s o n 

h a v e n ’ t   c a u g h t   u p   o n   o p e n   p r a c t i c e ?   h e r e ’ s   w h a t   y o u   m i s s e d ⛹ ️ ‍ ♂ ️ 
 
 d e t r o i t   p i s t o n s   o p e n p r a c t i c e   a l l p i s t o n s   

u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   n b a   g m   s u r v e y   s u p p o r t s   m y   l o v e   f o r   2 0 2 2 - 2 3   d e t r o i t   p i s t o n s   –   o u t k i c k   –       d e t r o i t   l o v e   n b a   o u t k i c k
d r .   j ' s   p r o   b a s k e t b a l l   y e a r b o o k ,   1 9 9 5 - 9 6   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   n b a   g r a n t h i l l   d e t r o i t   p i s t o n s   g l e n n r o b i n s o n   m i l w a u k e e   b u c k s   d r j   p r o b a s k e t b a l l  
d e t r o i t   p i s t o n s :   " j u m p   o n   t h e   b a n d w a g o n   n o w . " 
 
 
 
 n b a   d e t r o i t   p i s t o n s   d e t r o i t b a s k e t b a l l   f e a r t h e d e e r   h e a t t w i t t e r   w e t h e n o r t h   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   n e t s   b r o o k l y n t o g e t h e r   s i x e r s
d e t r o i t   p i s t o n s   p r e   s e a s o n   s t a r t s   . . . 
   
 
   
 a r e n a   b o g d a n o v i c   b o j a n   c a m p   c e n t r a l d i v i s i o n   c u n n i n g h a m   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   i s a i a h   j a d e n   k n i c k s   l i t t l e c a e s a r s   m e d i a d a y   n e w y o r k   o p e n   p i s t o n s n e w s   p i s t o n s p o d c a s t   p i s t o n s t o d a y  
c a d e   c u n n i n g h a m   m y   h o u s e   p u r p l e   f r o m     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   d e t r o i t   p i s t o n s   r o o k i e   r c   r o o k i e c a r d   c a d e c u n n i n g h a m  
c a d e   c u n n i n g h a m   m y   h o u s e   p u r p l e   f r o m     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   d e t r o i t   p i s t o n s   r o o k i e   r c   r o o k i e c a r d   c a d e c u n n i n g h a m  
f i n d   o u t   w h a t   p i s t o n s   f a n s   c a n   l o o k   f o r w a r d   t o   i n   j a l e n   d u r e n ’ s   r o o k i e   s e a s o n   b e l o w   ⬇ ️ ⬇ ️ 
 
 d e t r o i t   r o o k i e   j a l e n d u r e n   

s h o p   p i s t o n s   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   d e t r o i t   d e t r o i t p i s t o n s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
c o u n t d o w n   t o   o p e n i n g   n i g h t :   8   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
m a r v i n   b a g l e y   o n   c a d e   c u n n i n g h a m :   “ h e ’ s   a n   a l l - s t a r - l e v e l   p l a y e r ”   c a d e c u n n i n g h a m   d e t r o i t p i s t o n s   m a r v i n b a g l e y i i i  
d e t r o i t   p i s t o n s   s p o n s o r e d   1 0 0   o f   o u r   d e t r o i t   t r a n s i t i o n a l   v e t e r a n s   r e c e i v i n g   a   c o a t   b a g   m a d e   b y   e m p o w e r m e n t p l a n   d e t r o i t   o n   w o r l d   h o m e l e s s   d a y .     d e t r o i t p i s t o n s   l e g e n d   e a r l   c u r e t o n   a l o n g   w i t h   d e t r o i t p i s t o n s d a n c e r s   w e r e   o n   h a n d   t o   m e e t   t h e   v e t e r a n s ! 
 v a d e t r o i t v e t e r a n s f i r s t  
d e t r o i t   p i s t o n s   s e a s o n   p r e v i e w ,   o u t l o o k ,   a n d   r a n d o m   t a l k . 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
t h e   d e t r o i t   p i s t o n s   s i g n e d   a   o f f - b a l l   s h o o t e r … … k y l e r   e d w a r d s   i s   h e r e ! ! ! 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   i s a i a h s t e w a r t   j a d e n i v e y   j a l e n d u r e n   k e v i n k n o x   k i l l i a n h a y e s   k y l e r e d w a r d s   m a r v i n b a g l e y   p o l i c e  
t h e   d e t r o i t   p i s t o n s   w i l l   b e   g o o d   s o o n e r   t h a n   y o u   t h i n k 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
p i s t o n s   b u y o u t   o f f e r   . . . 
   
 
   
 c a d e c u n n i n g h a m d e t r o i t p i s t o n s   c e n t r a l d i v i s i o n   d e t r o i t   d e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s d r a f t   d e t r o i t p i s t o n s e s p n   d e t r o i t p i s t o n s g m   d e t r o i t p i s t o n s n e w   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s n e w s t o d a y  
b e t t e r   v i e w   o f   t h e   c a d e   c u n n i n g h a m   / 1 0   g o l d   r a t e d   r o o k i e   a u t o   p u l l e d   t o n i g h t   f r o m   o u r     o p t i c   b a s k e t b a l l   b r e a k !   _   
 
 d e t r o i t p i s t o n s   c a d e c u n n i n g h a m   p i s t o n s   b a s k e t b a l l c a r d s   g r o u p b r e a k s   t h e h o b b y   b o x b r e a k s   c a s e b r e a k s   r o o k i e  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   9   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
k a b o o o o o m !   💥 💥 
 c a d e   c u n n i n g h a m   / 1 0   g o l d   r a t e d   r o o k i e   a u t o   j u s t   p u l l e d   t o n i g h t   f r o m   o u r     o p t i c   b a s k e t b a l l   b r e a k !   _   
 
 d e t r o i t p i s t o n s   c a d e c u n n i n g h a m   p i s t o n s   b a s k e t b a l l c a r d s   o p t i c   g r o u p b r e a k s   t h e h o b b y   b o x b r e a k s   c a s e b r e a k s  
i   f e e l   l i k e   t h i s   w o u l d   b e   a   h a r d   l o o k   o n   b e n   
   
 
   
 b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   m i c h i g a n   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   p i s t o n s  
t h e   d e t r o i t   p i s t o n s   & a m p ;   k e m b a   w a l k e r   c o n f l i c t   c o n t i n u e s   r i s e   . . . 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e f i n i t e l y   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r u m o r s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a l e n d u r e n   k e m b a w a l k e r   k i l l i a n h a y e s   s a d d i q b e y  
w i l d   o v e r t i m e   e n d i n g   i n   d e t r o i t   😱 
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 2 2 1 0 0 9 6 8   n b a   t e a m 1 6 1 0 6 1 2 7 3 7  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 0   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
b a c k   a t   i t   ⚫ ️ ⚪ ️ 
 
 b l a z e r s   n c a a   k u h o o p s   n b a   t r a e y o u n g   k e v i n d u r a n t   s t e p h c u r r y   n c a a b a s k e t b a l l   i n d i a n a p a c e r s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t b a s k e t b a l l   d a l l a s m a v s   g o m a v s   d a l l a s m a v e r i c k s   l u k a m a g i c  
d e t r o i t   p i s t o n s   |   b e s t   3 & a m p ; 3 9 ; s   f r o m   s a d d i q   b e y   s o   f a r   i n   2 0 2 1 - 2 2   s e a s o n 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   n b a p i s t o n s   p i s t o n s b a s k e t b a l l  
i   f e e l   l i k e   t h i s   w o u l d   b e   a   h a r d   l o o k   o n   b e n 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
k e m b a   w a l k e r   s t i l l   o p t i m i s t i c   t o   g a i n   p l a y i n g   o p p o r t u n i t y   c h a r l o t t e h o r n e t s   d e t r o i t p i s t o n s   k e m b a w a l k e r  
m i c h a e l   j o r d a n & a m p ; 3 9 ; s   m o s t   d o m i n a n t   . . . 
   
 
   
 8 0 s p i s t o n s   b a d b o y s p i s t o n s   b u l l s v s p i s t o n s r i v a l r y   c e n t r a l d i v i s i o n   c h i c a g o   c h i c a g o v s d e t r o i t   c l u t c h g e n e   c l u t c h j u m p e r s   c o n t e s t   d e f e n s e   d e t r o i t p i s t o n s   d u n k   d u n k s   d u n k s o n b i l l l a i m b e e r   e a s t e r n c o n f e r e n c e  
d e t r o i t p i s t o n s   1 2   c a r d   l o t   p i s t o n s   
 
 $ 5   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
d y s o n   d a n i e l s   h i g h l i g h t s   v s   d e t r o i t   p i s t o n s   |   o c t   7   |   2 0 2 3   n b a   r o o k i e s 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
n e w   o r l e a n s   p e l i c a n s   v s .   . . . 
   
 
   
 a n t h o n y d a v i s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   d e a n d r e j o r d a n   d e t r o i t p i s t o n s   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
w a t c h i n g   " m a l i c e   a t   t h e   p a l a c e "   o n   n e t f l i x   m a d e   m e   r e m i n i s c e   a b o u t   s o m e   g o o d   t i m e s   i n   a u b u r n   h i l l s .     t h e   p i s t o n s   a n d   c e l t i c s   w a r m i n g   u p   i n   2 0 1 3 .     d e t r o i t p i s t o n s   n b a  
d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   p e l i c a n s v s p i s t o n s   p i s t o n s v s p e l i c a n s  
f u t u r e   l o o k s   b r i g h t 
 g a r b i e l e p r o d i c a 
 a l b a b e r l i n 
 e u r o l e a g u e   d e t r o i t p i s t o n s   n b a p r o s p e c t  
d e t r o i t p i s t o n s   f a l l   1 0 7 - 1 0 1   i n   p r e s e a s o n   g a m e   v s .   n e w   o r l e a n s   p e l i c a n s     v i a       🏀
d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   . . . 
   
 
   
 b u l l s v s p e l i c a n s   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w o r l e a n s p e l i c a n s f u l l g a m e h i g h l i g h t s   d e t r o i t p i s t o n s v s n e w o r l e a n s p e l i c a n s h i g h l i g h t s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s  
a   s t r a n g e   t h i n g   t h a t   b o t h e r s   m e   a b o u t   k i l i a n   h a y e s .   t a k e   a w a y   j a m e s   h a r d e n ,   g i v e   m e   a   v e r y   g o o d   l e f t   h a n d e d   s h o o t e r   i n   t h e   n b a .   i t ' s   a s   r a r e   a s   a   l e f t   h a n d e d   s u p e r   b o w l   w i n n i n g   q b .   o d d s   a r e   a g a i n s t   h i m   t o   b e   a n y t h i n g   b u t   a   r o l e   p l a y e r .   j u s t   m y   o p i n i o n . 
 d e t r o i t p i s t o n s
p i s t o n s   a t   p e l i c a n s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 4  
s h o p   p i s t o n s   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   d e t r o i t   d e t r o i t p i s t o n s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
d e t r o i t   p i s t o n s   v s   p e l i c a n s   1 r s t   h a l f   r e c a p 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   k i l l i a n h a y e s   n b a   n e w o r l e a n s p e l i c a n s   s a d d i q b r y  
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
p i s t o n s   h c   d w a n e   c a s e y   h o p i n g   t o   r e t a i n   s o o n   f a   b o j a n   b o g d a n o v i c   l o n g   t e r m :   ‘ i ’ d   l o v e   t o   h a v e   h i m   b a c k ’   b o j a n b o g d a n o v i c   d e t r o i t p i s t o n s   d w a n e c a s e y  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 1   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
t h e y   r e v i e w i n g   i v e y   f o r   a   f l a g r a n t e l b o w ! ! ! ! ! ! ! ! ! ! ! !   😤 😤 😤   p i s t o n s   d e t r o i t p i s t o n s   d e e t r o i t b a s k e t b a l l
d e t r o i t   p i s t o n s   m u s t   w o r k   o n … . .   👀 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r u m o r s   e a s t e r n c o n f e r e n c e   k i l l i a n h a y e s   m o t o w n   n b a  
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
c a d e   c u n n i n g h a m   r a t e d   r o o k i e   a u t o   w i t h   a   n i c e   l i t t l e   b a n g e r   o u t   o f   o u r     o p t i c   b a s k e t b a l l   b r e a k s   t h i s   w e e k !   💥 💥 
 
 d e t r o i t p i s t o n s   c a d e c u n n i n g h a m   r o o k i e   p i s t o n s   b a s k e t b a l l c a r d s   a u t o g r a p h   o p t i c   g r o u p b r e a k s   t h e h o b b y   b o x b r e a k s   w h o d o y o u c o l l e c t  
▶ ️ w a t c h   a l l   n b a   b a s k e t b a l l   s u m m e r   g a m e s   l i v e   f r e e   & a m p ;   f u l l   h d ✅ 
 
 n b a   n h l   m l b   c h i c a g o b u l l s   t o r o n t o   r a p t o r s   w e t h e n o r t h   r t z   h o u s t o n   r o c k e t s   h o u s t o n r o c k e t s   d e t r o i t   p i s t o n s   d e t r o i t p i s t o n s   n o b r a k e s   n e w o r l e a n s   p e l i c a n s   p e l i c a n s n b a   w o n t b o w d o w n   w b d
g   l e a g u e   i g n i t e   v s .   m e t r o p o l i t a n s   9 2 :   f u l l   g a m e   h i g h l i g h t s 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g l e a g u e   n b a  
w h a t   i f   v i c t o r   w e m b a n y a m a   w e n t   t o   t h e   p i s t o n s ?   
 t r u s t t r o y 
 d e t r o i t p i s t o n s 
 v i c t o r w e m b a n y a m a  
t o   t h e   p i s t o n   f a n s   w a n t i n g   v i c   w e m b a n y a m a ,   s h a m e   o n   y o u .   y o u   r e a l l y   w a n t   o r   e v e n   e x p e c t   t h e m   t o   b e   i n   t h e   l o t t e r y ?   i   k n o w   t h e y   a r e   y o u n g   b u t   i f   h e a l t h y ,   t h i s   i s   a   p l a y o f f   t e a m   t h a t   w i l l   o n l y   g e t   b e t t e r   t h e   m o r e   t h e y   p l a y   t o g e t h e r .   s o m e   f a n s ,   s m h . . . . 
 d e t r o i t p i s t o n s
w a l t e r   s h a r p e   ( 4 2 )   -   d e t r o i t   p i s t o n s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s 
 
   n b a   n b a t w i t t e r   n b a t o p s h o t   s h a r p e   p i s t o n s   b l a z e r s   r i p c i t y   d e t r o i t p i s t o n s   m o t o r c i t y  
n b a   p l a y e r   w h o   g o t   d u m p e d   o n   d r a f t   n i g h t   😮   |   c l u t c h   s h o r t s 
   
 
   
 c e n t r a l d i v i s i o n   c l u t c h p o i n t s   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
s h o u l d   t h e   d e t r o i t   p i s t o n s   m a k e   a   . . . 
   
 
   
 9 7 1 t h e t i c k e t   a i d a n h u t c h i n s o n   b a r s t o o l s p o r t s   c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   c o l l e g e f o o t b a l l   d a n c a m p b e l l   d e t r o i t l i o n s   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r e p o r t s   d e t r o i t p i s t o n s r u m o r s  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 2   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
j o r d a n   p o o l e   m o v i n g   o n ?   |   d e t r o i t   p i s t o n s 
   
 
   
 c a d e c u n n i g h a m   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   i s a i a h l i v e r s   j a d e n i v e y   j o r d a n p o o l e   k l a y t h o m p s o n   m i c h i g a n   n b a   p o o l e d r a y m o n d   s a d d i q b e y   u o f m  
  _ p r   y a l l   s u r e   d o   h a v e   t i c k e t s   o n   s a l e .     w h y   w o u l d   i   b u y   t i c k e t s   a n d   c a n ' t   s h o w   u p   i n   t h e   p l a y e r   j e r s e y ,       ,   t h a t   i   w a n t   t o   s u p p o r t ?   d o e s n ' t   m a k e   s e n s e .   
 p i s t o n s   d e t r o i t   d e t r o i t p i s t o n s   j a l e n d u r e n   j a l e n   d u r e n   n b a
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e t r o i t p i s t o n s   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r e v e r   n e w y o r k k n i c k s 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
r e p r e s e n t i n g   t h e   d     a t   t h e     a b u   d h a b i   g a m e s   2 0 2 2 
 n b a   d e t r o i t   d e t r o i t p i s t o n s   p i s t o n s  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 3   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
n e w   v i d e o   t o   w a t c h : 
 
 " e a r l y   t a k e a w a y s   f r o m   p i s t o n s   p r a c t i c e / t r a i n i n g   c a m p ! "   
 
 c r e a t o r :     f r o m   h a l f   c o u r t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   p r e   s e a s o n   s t a r t s   t o m o r r o w ! !   |   w h a t   t o   b e   e x c i t e d   a b o u t   |   m e d i a   d a y   w /   c a d e   a n d   i v e y "   
 
 c r e a t o r :     3 1 3   h o o p s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " p i s t o n s   l o s e   t o   k n i c k s   1 1 7   t o   9 6   i n   p r e s e a s o n .   j a d e n   i v e y ,   k i l l i a n   h a y e s ,   j a l e n   d u r e n   s h o w   p r o m i s e . "   
 
 c r e a t o r :     d e t r o i t   p i s t o n   m e   o f f 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   -   f u l l   g a m e h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2   n b a   p r e s e a s o n "   
 
 c r e a t o r :     c c b n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   l o s e   1 1 7 - 9 6   i n   f i r s t   p r e s e a s o n   g a m e   t o   n e w   y o r k   k n i c k s "   
 
 c r e a t o r :     d e t r o i t   s p o r t s   n a t i o n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
“ s a y   s o ”   f t .   _   o u t   o u t   o n   y o u t u b e   d r o p   a   c o m m e n t   🔥   o r   🗑 
 1 s i x c a p o n e   p l e a z u r e   e c o r s e   d e t r o i t   n e w   n e w m u s i c   v i d e o   m u s i c v i d e o   f y p   j o e l o u i s   e m i n e m   a r e t h a f r a n k l i n   s t e v e y z e r m a n   i s i a h t h o m a s   l e g e n d   d e t r o i t p i s t o n s   d e t r o i t r e d w i n g s   r n b 

d e t r o i t   p i s t o n s :   n b a   d r a f t   l o t t e r y   😁   r e a d y ? 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
b r e a k i n g   d o w n   k n i c k s & a m p ; 3 9 ;   p g   d e p t h :   b r u n s o n ,   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   k n i c k s b a s k e t b a l l   m s g   m s g n e t w o r k s   n e w y o r k   n e w y o r k b a s k e t b a l l   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   p i s t o n s   s p o r t s  
j a d e n   i v e y   i s   a   b l u r !   & a m p ;   k i l l i a n   . . . 
   
 
   
 a l e c b u r k s   b o j a n b o g d a n o v i c   c a d e c u n n i g h a m   c e n t r a l d i v i s i o n   c o r e y j o s e p h   d e t r o i t p i s t o n s   d y n a m i t e d o o d   e a s t e r n c o n f e r e n c e   i s a i a h l i v e r s   i s a i a h s t e w a r t   j a d e n i v e y   j a l e n d u r e n   k i l l i a n h a y e s   n b a   p i s t o n s v s k n i c k s  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 0 2 3 n b a s e a s o n   2 0 2 2 2 3 n b a s e a s o n   b a s k e t b a l l   c c b n   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w y o r k k n i c k s 2 0 2 2   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a   e x t e n d e d n b a h i g h l i g h t s  
🎂 🎈 🎂 🎈 🎂 
 h a p p y   b i r t h d a y   g r a n t h i l l !   h e   i s   5 0   t o d a y !   d e t r o i t p i s t o n s   n b a   7 t i m e n b a a l l s t a r   t a m i a  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   |   . . . 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p o s t g a m e s h o w   k n i c k s v s p i s t o n s   k n i c k s v s p i s t o n s h i g h l i g h t s   k n i c k s v s p i s t o n s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2   |   2 2 - 2 3   n b a   p r e   s e a s o n "   
 
 c r e a t o r :     c h r i s t i a n _ l o p e z 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   p i s t o n   s t a n d o u t s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t           c l i c k   l i n k   f o r   f u l l   v i d e o :    
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   |   p i s t o n s   s t a n d o u t s   d e t r o i t p i s t o n s   p i s t o n s   c l i c k   l i n k   f o r   v i d e o       v i a    
d e t r o i t   p i s t o n s   v s   n e w   y o r k   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w y o r k k n i c k s h i g h l i g h t s   e a s t e r n c o n f e r e n c e   k n i c k s v s p i s t o n s   k n i c k s v s p i s t o n s f u l l g a m e h i g h l i g h t s   k n i c k s v s p i s t o n s h i g h l i g h t s   k n i c k s v s p i s t o n s p r e s e a s o n b a s k e t b a l l g a m e  
j a d e n   i v e y   s h o w s   o f f   . . . 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a d e n i v e y b a s k e t b a l l   j a d e n i v e y d e b u t   j a d e n i v e y d e t r o i t b a s k e t b a l l   j a d e n i v e y d e t r o i t p i s t o n s d e b u t   j a d e n i v e y p i s t o n s   j a d e n i v e y t o n i g h t   j a d e n i v e y t o p p l a y s  
p i s t o n s   a t   k n i c k s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 1 4  
🎂 🎈 🎂 🎈 🎂 
 h a p p y   b i r t h d a y   g r a n t h i l l !   h e   i s   5 0   t o d a y !   d e t r o i t p i s t o n s   n b a   7 t i m e n b a a l l s t a r   t a m i a  
$ 2 5 0   f o r   c o u r t s i d e   a t   t h e   g a r d e n ?   h a d   t o   d o   i t   
   
 
   
 b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   m i c h i g a n   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   p i s t o n s  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w y o r k k n i c k s 2 0 2 2   e a s t e r n c o n f e r e n c e   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   p i s t o n s v s k n i c k s  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   w a s   o n   t n t   ( u s a ) .   w i t h   c o m m e n t a r y   f r o m   s p e r o   d e d e s .   c o - c o m m e n t a t o r   i s   s t a n   v a n   g u n d y .   r e p o r t e r   i s   j a r e d   g r e e n b e r g .     f o r   m o r e   d e t a i l s   s e e     n e w y o r k k n i c k s   d e t r o i t p i s t o n s   t n t u s a
b a s k e t b a l l   i s   b a c k   i n   t h e   m o t o r   c i t y ! 
 
 t h e     p l a y e d   t h e i r   f i r s t   g a m e   o f   t h e   p r e s e a s o n   l a s t   n i g h t .   e v e n   t h o u g h   t h e y   c a m e   u p   s h o r t   a g a i n s t   t h e   k n i c k s   1 1 7 - 9 6 .   
 
 b u t   i   c a m e   u p   w i t h   3   o b s e r v a t i o n s :   t h a t ' s   a   s t a r t ,   f i n d i n g   a n   i d e n t i t y ,   s t a r   s t r u g g l e s .   d e t r o i t p i s t o n s
$ 2 5 0   f o r   c o u r t s i d e   a t   t h e   g a r d e n ?   h a d   t o   d o   i t 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 4   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s :   l i v e   w a t c h - a l o n g :   p r e - p o s t   g a m e   a n a l y s i s   i n c l u d e d 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
d e t r o i t p i s t o n s   l o s e   1 1 7 - 9 6   i n   f i r s t   p r e s e a s o n   g a m e   t o   n e w   y o r k   k n i c k s     v i a       🏀
p i s t o n s   t o n i g h t …   d e f e n s e   l o o k s   l i k e   l i o n s   d e f e n s e .   a n d   s o o o o o   m a n y   t u r n o v e r s .   n b a   d e t r o i t p i s t o n s   p r e s e a s o n b a s k e t b a l l  
a n n i v e r s a r y   d i n n e r   w i t h   t h e   w i f e   ✅     f i r s t   p r e s e a s o n   g a m e   ✅   🤣   p i s t o n s   d e t r o i t p i s t o n s   n b a   n b a p r e s e a s o n  
d e t r o i t p i s t o n s   g e t t i n g   t h e y   a s s   w h o p p e d   😒
n o t h i n g   b u t   n e t   a t   k e n n y ' s   h i t   f a c t o r y ! 
 c a d e c u n n i n g h a m   d e t r o i t p i s t o n s   n b a   b a s k e t b a l l c a r d s   p a n i n i c h r o n i c l e s   p a n i n i a m e r i c a   i l o v e t h i s h o b b y   w h o d o y o u c o l l e c t   s u p p o r t y o u r l c s   l o c a l c a r d s h o p   a u s t i n t e x a s  
d u r i n g   a n d   o r   m b i i i   n e e d s   t o   b e   i n   t h e   s t a r t i n g   l i n e   u p .   i   l i k e   b e y   o f f   t h e   b e n c h   w i t h   e i t h e r   o f   t h o s e   2   t o   h e l p   l e a d   t h e   2 n d   u n i t   p i s t o n s k n i c k s   d e t r o i t p i s t o n s
🏀   b a s k e t b a l l :   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   -   n b a   
 ⏰   o n g o i n g   l i v e 
 ➡   
 
 b a s k e t b a l l   a m e r i c a n   u s a   n b a l i v e   b a s k e t b a l l l o v e r s   n e w y o r k k n i c k s   d e t r o i t p i s t o n s
l g f   i t ’ s   g a m e t i m e   d e t r o i t p i s t o n s  
l e t s   g o   p i s t o n s   💙 ❤ ️   d e t r o i t p i s t o n s
p i s t o n s   f a n s ,   i t s   p r e s e a s o n   g a m e   1 .   p l e a s e   d o n ' t   t u r n   o n   i v e y   i f   h e   d o e s n ' t   d o   w e l l   t o n i g h t .   d o n ' t   b e   t h e   l i o n s   f a n s   w h o   a l r e a d y   h a v e   t u r n e d   o n   h u t c h   4   g a m e s   i n .   t h a n k s   d e t r o i t p i s t o n s   d e t r o i t l i o n s
n b a   t u e s d a y :   2 0 0 5   a w a r d s   a n a l y s i s ,   v o l u m e   i i     d a i l y m c p l a y   n b a   n b a h i s t o r y   n b a 2 0 0 5   n b a f i n a l s   n b a f i n a l s m v p   n b a d p o y   t i m d u n c a n   s a n a n t o n i o s p u r s   b e n w a l l a c e   d e t r o i t p i s t o n s   t y s o n c h a n d l e r   c h i c a g o b u l l s
n b a g m s u r v e y :   s o m e   s a y   d e t r o i t p i s t o n s   h a v e   l e a g u e ' s   b e s t   y o u n g   c o r e .     n b a t w i t t e r  
t h e   d e t r o i t   l i o n s   s e a s o n   i s   o v e r 
   
 
   
 9 7 1 t h e t i c k e t   a i d a n h u t c h i n s o n   b a r s t o o l s p o r t s   c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   c o l l e g e f o o t b a l l   d a n c a m p b e l l   d e t r o i t l i o n s   d e t r o i t p i s t o n s   d e t r o i t r e d w i n g s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j i m h a r b a u g h   m i c h i g a n  
a t l a n t a   h a w k s   r u m o r s :   h a w k s   j e r a m i   g r a n t   t r a d e   a   s m a m o v e   . . . 
   
 
   
 a t l a n t a h a w k s   a t l a n t a h a w k s n e w s   a t l a n t a h a w k s t r a d e   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g o o g l e s e a r c h   j e r a m i g r a n t p i s t o n s   n b a   n b a b a s k e t b a l l   n b a n e w s   n b a t r a d e r u m o r s   s o u t h e a s t d i v i s i o n  
a s   k i d s   t h i s   g u y   c h a l l e n g e d   m e   t o   a   g a m e   o f   b a s k e t b a l l   i n   m y   b a c k y a r d , m i c h e a l   w i l l i a m s   g r e w   u p   t o   b e   a   b a d   b o y   ⁦ ⁩   ⁦   d e t r o i t p i s t o n s   ⁩ w o r l d   c h a m p i o n , g r e a t   b u s i n e s s m a n   i n   d a l l a s  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   o c t .   2   s c r i m m a g e   f o o t a g e "   
 
 c r e a t o r :     d e t r o i t _ p i s t o n s _ n e w s _ n a t i o n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 5   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
s e a t t l e   s e a h a w k s   v s .   d e t r o i t   l i o n s   |   w e e k   4   2 0 2 2   g a m e   h i g h l i g h t s 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
d e t r o i t   p i s t o n s   p r e   s e a s o n   s t a r t s   . . . 
   
 
   
 a r e n a   b o g d a n o v i c   b o j a n   c a m p   c e n t r a l d i v i s i o n   c u n n i n g h a m   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   i s a i a h   j a d e n   k n i c k s   l i t t l e c a e s a r s   m e d i a d a y   n e w y o r k   o p e n   p i s t o n s n e w s   p i s t o n s p o d c a s t   p i s t o n s t o d a y  
s a c r a m e n t o   k i n g s   h a v e n ' t   m a d e   t h e   p l a y o f f s   i n   a   r e c o r d   1 6   y e a r s !   👀 
 
 w h i c h   t e a m   k i l l s   t h e   p l a y o f f s   d r o u g h t   t h i s   y e a r ?   🗣 ️ 
 
 s a c r a m e n t o k i n g s   h o r n e t s   c a v s   s p u r s   d e t r o i t p i s t o n s   n b a  
s h o p   p i s t o n s   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   d e t r o i t   d e t r o i t p i s t o n s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
v i a   j a m e s   e d w a r d s   k i l l i a n   h a y e s   s t o o d   o u t   t h e   m o s t   a t   p i s t o n s   s c r i m m a g e , l e a d   h i s   t e a m   t o   v i c t o r y 👀 👀 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
i t ’ s   a   p a r t y   i n   t h e   3 1 3   👏 🤣 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
i t   i s   a   d e t r o i t   p i s t o n s   g a m e d a y  
a   f a n t a s t i c   r e a d   a b o u t   t h e   u p s t a r t   d e t r o i t   p i s t o n s . 
 
 s o m e   g r e a t   q u o t e s   i n   h e r e   f r o m   i s a i a h   s t e w a r t   a n d   h i s   r e l a t i o n s h i p   w i t h   a   d e t r o i t   b a s k e t b a l l   l e g e n d : 
 
 c c :           g o k n i g h t s  
c h a r l o t t e   h o r n e t s 
 
 
 c h i c a g o   b u l l s 
 
 
 c l e v e l a n d   c a v a l i e r s 
 
 
 d a l l a s   m a v s 
 
 
 d e n v e r   n u g g e t s 
 
 
 d e t r o i t   p i s t o n s 

a   n e w   d a w n   o f   d e t r o i t   b a s k e t b a l l  
t h e r e   i s   a   b e t t e r   c h a n c e   o f   t h e   d e t r o i t   p i s t o n s   p l a y i n g   i n   t h a t   f o o t b a l l   g a m e   a t   m i n n e s o t a   t h a n   t h e   c r i m s o n   t i d e .  
w h e n   t h e   d e t r o i t   p i s t o n s   w o n   t h e   n b a   c h a m p i o n s h i p   i n   1 9 9 0 ,   i   b o l t e d   o u t s i d e   a n d   r a n   a r o u n d   t h e   s t r e e t s ,   h o l l e r i n g   l i k e   a   m a n i a c .   i   i m a g i n e   t h a t   s c e n a r i o   w o n ' t   r e p e a t   i t s e l f   u n t i l   t r u m p   o r   p u t i n   d i e s .
j u s t   d r o p p e d   e p i s o d e   6 ! ! 
 
 
 
 b a s k e t b a l l   s m o k e j a m   s m o k i n g   s m o k e   n b a   d e t r o i t   p i s t o n s
d e t r o i t   t h e   o n l y   c i t y   i   k n o w   t h a t   c a n   t u r n   a n   n b a   a r e n a   i n t o   a   c l u b .   t h e   p i s t o n s   l i t e r a l l y   h a v e   a   c o u r t s i d e   b a r   b e h i n d   o n e   r i m   a n d   n o w   t h e y   g o t   c o u r t   s i d e   b o o t h s   o n   t h e   o t h e r   s i d e .   w h e r e   t h e y   d o   t h a t   a t   😂 💯 🔥 🔥
g a m e   d a y   f r o m   t h e   m o t o r   c i t y   
 
 🆚   d e t r o i t   p i s t o n s   
 📍   l i t t l e   c a e s a r s   a r e n a 
 ⏰   6 p m   c t 
 📺   t h u n d e r   a p p 
 📻         
 
 t h u n d e r u p  
c a d e   c u n n i n g h a m   d e t r o i t   p i s t o n s   a u t o g r a p h e d   s p a l d i n g   w h i t e   p a n e l   b a s k e t b a l l   -   a u . . . 👉    
[ u p d a t e ]   o k l a h o m a   c i t y   t h u n d e r   + 5 . 5   ( + 6 . 0 )   a t   d e t r o i t   p i s t o n s   |   t u e   1 9 : 1 0 e t   o k c v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
k i l l   t h e   h y p e   c l o s e d   t h e i r   s i t e   a n d   i   d i d n ’ t   g e t   m y   s a c r a m e n t o   k i n g s   o r   d e t r o i t   p i s t o n s   h a t … . .  
p i s t o n s   v s .   t h u n d e r   p r e v i e w :   p i s t o n s   l o o k   f o r   f i r s t   p r e s e a s o n   w i n   a g a i n s t   o k c  
o c t   1 1 ,   2 0 2 2 
 
 n b a   p r e   s e a s o n :   
 🏀 o r l a n d o   m a g i c   + 7 . 5 
 🏀 d e t r o i t   p i s t o n s   - 6 
 🏀 c h i c a g o   b u l l s   - 5 . 5 
 🏀 u t a h / s a n   a n t o n i o   o v e r   2 1 5 . 5 
 🏀 g o l d e n   s t a t e   w a r r i o r s   - 6 . 5 
 
 b e s t   o f   l u c k !   💰 
 
 n b a p r e s e a s o n   n b a b e t t i n g   b a s k e t b a l l b e t t i n g g u i d e   g o l d e n r u l e
t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o d a y !   😁  
n b a   p r o g r a m ,   m e i j e r   b a s k e t b a l l   c l a s s i c ,   p i s t o n s   v s .   w i z a r d s ,   o c t o b e r   1 1 ,   2 0 0 1   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   j e r r y s t a c k h o u s e   d e t r o i t   p i s t o n s   n b a   s p r i t e  
i ' m   a l l   i n   o n   t h e     t h i s   y e a r   j u s t   l i k e   i   w a s   a l l   i n   o n   t h e     s o   i   h o p e   w e   d o n ' t   g e t   t h e   s a m e   r e s u l t .  
t h e   d e t r o i t   p i s t o n s ( 0 - 2 )   h o s t   t h e   o k l a h o m a   c i t y   t h u n d e r ( 3 - 1 )   i n   p r e s e a s o n   a c t i o n   t o n i g h t   a t   7 : 0 0 .   
 
 t h e   g a m e   w i l l   b e   b r o a d c a s t   l o c a l l y   o n   b a l l y   s p o r t s   d e t r o i t .  
d e t r o i t   p i s t o n s   l o v e .     n a t i o n a l   m e d i a   i s   f i n d i n g   u s !  
" t h e y   w a n t   t o   m o d e l   t h e i r   p l a y i n g   s t y l e   a f t e r   n o t   j u s t   t h e   b a d   b o y s ,   b u t   t h e   2 0 0 3 - 0 4   c h a m p i o n s h i p   t e a m   l e d   b y   c h a u n c e y   b i l l u p s ,   b e n   w a l l a c e ,   a n d   r i p   h a m i l t o n . 
 
 ' w e ’ r e   p l a y i n g   f o r   t h e m , '   b e y   s a y s ,   a d d i n g   l a t e r :   ' w e   w a n t   t o   m a k e   t h e m   p r o u d . ' " 
 
 ❤ ️ 💙  
a   n e w   d a w n   o f   d e t r o i t   b a s k e t b a l l   
 
 t h i s   w a s   s o   a w e s o m e   f r o m   ⁦ ⁩    
n b a   b a s k e t b a l l   g a m e   s i m u l a t o r :   7 : 0 5   p m   e t   -   o k l a h o m a   c i t y   t h u n d e r   v s .   d e t r o i t   p i s t o n s   g a m e   s i m u l a t i o n   a n d   f r e e   p i c k s   g e n e r a t e d   b y   a d v a n c e d   a l g o r i t h m s  
t h e   p i s t o n s   b e i n g   n o .   1 6   i n   _ n b a ’ s   a n n u a l   l e a g u e   p a s s   r a n k i n g s   f e e l s   a b o u t   r i g h t . 
 
 s o m e   i n t e r e s t i n g   t e a m s   d e t r o i t   i s   a h e a d   o f : 
 
 m i a m i 
 t o r o n t o 
 p o r t l a n d 
 c h i c a g o 
 n y k
" b e   r e a d y   e v e r y   n i g h t .   n o b o d y   i s   g o i n g   t o   g i v e   y o u   a n y t h i n g . ”   i   p r o f i l e d   t h e   n e w - l o o k ,   y o u n g ,   h u n g r y ,   e x c i t i n g   p i s t o n s   .   a   s t o r y   a b o u t   t h e   p a s t   a s   m u c h   a s   t h e   f u t u r e ;   a   c i t y ,   a n   i d e n t i t y ,   g r o w i n g   p a i n s ,   g r i t   a n d   r e s p e c t   f o r   t h o s e   t h a t   c a m e   b e f o r e :    
a l w a y s   r e a d   . 

c h r i s   p a u l   a f t e r   a   r e g u l a r   s e a s o n   w   o v e r   t h e   d e t r o i t   p i s t o n s   i n   l a t e   n o v e m b e r  
f i l m   d o n ’ t   l i e :   t h e   g o o d   a n d   b a d   o f   k i l l i a n   h a y e s ’   o f f e n s e   ( s o   f a r )  
t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o n i g h t   p i s t o n s  
k i l l i a n   h a y e s ’   s h o t   i s   s t i l l   n o t   f a l l i n g ,   b u t   t h r o u g h   t w o   p r e s e a s o n   g a m e s   w e   a r e   a t   l e a s t   s e e i n g   a   n e w ,   a g g r e s s i v e   m e n t a l i t y   f r o m   t h e   y o u n g   p o i n t   g u a r d .     w i t h   a n o t h e r   f i l m   b r e a k d o w n  
  o n e   o f   m y   f a v o r i t e   p i s t o n s   e v e r ,   h i l l   w a s   i n c r e d i b l e   i n   d e t r o i t .   h e   r e a l l y   w a s   l i k e   a   p r o t o t y p e   l e b r o n .   
 
 e v e r y b o d y   a l w a y s   t a l k s   a b o u t   h i s   a n k l e s   f a i l i n g   h i m   b u t   i   s w e a r   n o b o d y   e v e r   m e n t i o n s   h o w   h e   t o t a l l y   s a v e d   a n d   e x t e n d e d   h i s   c a r e e r   b y   a d d i n g   a   n i c e   3   p o i n t   s h o t .
t h e   p i s t o n s   p u l s e :   d e t r o i t   p i s t o n s   p r e - s e a s o n   b e g i n s   –   n b a   n e w s  
t h e   m i r i n   f a d e r ? ? ?   o n   m y   d e t r o i t   p i s t o n s ? ? ? ? ?  
n b a   p i c k   c e n t e r :   7 : 0 5   p m   e t   -   o k l a h o m a   c i t y   t h u n d e r   v s .   d e t r o i t   p i s t o n s   b e t t i n g   o d d s ,   e x p e r t   i n s i g h t ,   f r e e   p i c k s ,   a n d   h a n d i c a p p i n g   t o o l s  
t h e   n e w - l o o k   p i s t o n s   a r e   y o u n g ,   h u n g r y ,   a n d   e x c i t i n g ,   b u t   t h e y   a r e n ’ t   t r y i n g   t o   r e d e f i n e   d e t r o i t   b a s k e t b a l l .   ‘ w e ’ r e   t r y i n g   t o   h o l d   o n   t o   t h e   t o u g h n e s s , ’   s a y s   c a d e   c u n n i n g h a m .   ‘ t h e   g r i t t i n e s s   t h a t   t h e   d e t r o i t   p i s t o n s ,   t h a t   l o g o ,   c a r r i e s . ’   
 
 :  
t h i s   w e e k   o n   t h e p i s t o n s p u l s e   o u r   o w n     & a m p ;   c o h o s t     f i n a l l y   g e t   a   c h a n c e   t o   b r e a k d o w n   & a m p ;   a n a l y z e   p i s t o n s   g a m e s   a n d   g i v e   3   b o l d   p r e d i c t i o n s   f o r   t h e   s e a s o n ! 
 
 a p p l e   
 
 s p o t i f y   
 
 d b b    
n e w   p o d   a l e r t ! ! ! ! 
 
  
  " b a d   b o y s "   d e t r o i t   p i s t o n s   a r e   c o m i n g   b a c k
n o   p r e s e a s o n   g a m e   i n   h i s t o r y   h a s   e v e r   b e e n   a   " m u s t   w i n "   n o r   a r e   t h e y   n e c e s s a r i l y   i n d i c a t i v e   o f   h o w   a   s e a s o n   w i l l   g o ,   b u t   i t   w o u l d   b e   n i c e   t o   s e e   s o m e   p o s i t i v e s   t o n i g h t   a g a i n s t   t h e   t h u n d e r . 
 
   ( v i a   )  
    i ' m   e x c i t e d   t o   s e e   t h i s   r o o k i e   c l a s s   a s   a   w h o l e ,   t h e   n e w   o r l e a n s   p e l i c a n s ,   a n d   d e t r o i t   p i s t o n s .
t h e   d e t r o i t   p i s t o n s   a r e   t r a d i n g   r y a n   a r c i d i a c o n o   t o   t h e   u t a h   j a z z   i n   e x c h a n g e   f o r   n e r l e n s   n o e l   s o u r c e s   t e l l   m e   a n d   .
e v e r y t h i n g   r e v o l v e s   a r o u n d   c a d e   c u n n i n g h a m ,   b u t   h e ’ s   g o t   s o m e   p l a y m a k i n g   h e l p   i n   r o o k i e   g u a r d   j a d e n   i v e y .    
h a v e   t h e y   a n n o u n c e d   t h e   n o b e l   p e a c e   p r i z e   y e t ?   c o u l d   b e   f u n   i f   t h e y   g a v e   i t   t o   t h e   d e t r o i t   p i s t o n s
t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o d a y ! ! 
 
   @     t o d a y   a t   7 p m / e t  
d e t r o i t   p i s t o n s '   j a d e n   i v e y   s h o w c a s i n g   h i s   s p e e d ,   p a s s i n g   i n   p r e s e a s o n  
t h e   d e t r o i t   p i s t o n s   w i l l   t a k e   o n   t h e   o k l a h o m a   c i t y   t h u n d e r   t o n i g h t   a t   7 p m   e t   o n   b a l l y   s p o r t s   d e t r o i t .  
d e t r o i t   p i s t o n s   s p o n s o r e d   1 0 0   o f   o u r   d e t r o i t   t r a n s i t i o n a l   v e t e r a n s   r e c e i v i n g   a   c o a t   b a g   m a d e   b y   e m p o w e r m e n t p l a n   d e t r o i t   o n   w o r l d   h o m e l e s s   d a y .     d e t r o i t p i s t o n s   l e g e n d   e a r l   c u r e t o n   a l o n g   w i t h   d e t r o i t p i s t o n s d a n c e r s   w e r e   o n   h a n d   t o   m e e t   t h e   v e t e r a n s ! 
 v a d e t r o i t v e t e r a n s f i r s t  
2 0 2 2 - 2 3   d e t r o i t   p i s t o n s   p r e v i e w   i   f a n t a s y   b a s k e t b a l l   i   r a z z b a l l  
d e t r o i t   p i s t o n s   b u y o u t   o f f e r   u n a c c e p t a b l e   t o   k e m b a   w a l k e r ! ! !   -     -   d e t r o i t   d e t r o i t m u s i c   d e t r o i t b u s i n e s s   d e t r o i t f o o d  
n b a   p r e s e a s o n :   d e t r o i t   p i s t o n s   g a m e   s c o r e   v s .   o k l a h o m a   c i t y   t h u n d e r :   t i m e ,   t v ,   m o r e   i n f o  
n e w   p o s t :   n b a   p r e s e a s o n :   d e t r o i t   p i s t o n s   g a m e   s c o r e   v s .   o k l a h o m a   c i t y   t h u n d e r :   t i m e ,   t v ,   m o r e   i n f o    
n b a   p r e s e a s o n :   d e t r o i t   p i s t o n s   g a m e   s c o r e   v s .   o k l a h o m a   c i t y   t h u n d e r :   t i m e ,   t v ,   m o r e   i n f o   y a h o o s p o r t s   n b a  
n b a   p r e s e a s o n :   d e t r o i t   p i s t o n s   g a m e   s c o r e   v s .   o k l a h o m a   c i t y   t h u n d e r :   t i m e ,   t v ,   m o r e   i n f o  
n b a   n b a   p r e s e a s o n :   d e t r o i t   p i s t o n s   g a m e   s c o r e   v s .   o k l a h o m a   c i t y   t h u n d e r :   t i m e ,   t v ,   m o r e   i n f o     s p o r t s
n b a   p r e s e a s o n :   d e t r o i t   p i s t o n s   g a m e   s c o r e   v s .   o k l a h o m a   c i t y   t h u n d e r :   t i m e ,   t v ,   m o r e   i n f o       n b a   n e w s   b a s k e t b a l l  
🏀 n b a 🏀   n b a   
 🏀 p r é - s a i s o n 🏀 
 
 d e n v e r   n u g g e t s   -   p h o e n i x   s u n s 
 o r l a n d o   m a g i c   -   m e m p h i s   g r i z z l i e 
 d e t r o i t   p i s t o n s   -   o k l a h o m a   c i t y   t h u n d e r
l e a n d r o   b o l m a r o   h a s   s i g n e d   w i t h   t h e   d e t r o i t   p i s t o n s   o n   a   2   y e a r ,   $ 3 2   m i l l i o n   d o l l a r   d e a l
  c l e v e l a n d   w o u l d   p i c k   v i c t o r   w e m b a n y a m a   a n d   t h e   d e t r o i t   p i s t o n s   w o u l d   s t i l l   p i c k   d a r k o   m i l i c i c   c a u s e   p i s t o n s   a r e   d u m b   s h e e t   p o v e r t y   f r a n c h i s e
d e t r o i t   p i s t o n s   n b a   s k u l l   p u n i s h e r   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t 
 
 — — — — — —   
 
 f a s h i o n   h o t f a s h i o n   s e n p r i n t   t r e n d   n b a     
 d e t r o i t   p i s t o n s   n b a   s k u l l   p u n i s h e r   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t   -   s e n p r i n t m a r t   s t o r e 

d e t r o i t   p i s t o n s   s e a s o n   p r e v i e w ,   o u t l o o k ,   a n d   r a n d o m   t a l k . 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
  s c o o t   s e e m s   a w e s o m e ,   b u t   h o w   d o   y o u   t h i n k   h e   w o u l d   f i t   o n   a   t e a m   t h a t   a l r e a d y   h a s   a   p r i m a r y   b a l l - h a n d l e r   i n   c a d e ?   w o u l d   t h e   p i s t o n s   r e a l l y   r u n   o u t   a   3   g u a r d   o f f e n s e   w i t h   c a d e ,   j a d e n   a n d   s c o o t ?     i   s u p p o s e   i t ’ s   a   g o o d   p r o b l e m   t o   h a v e .  
6   p l a y e r s   t h e   p i s t o n s   c o u l d   t a r g e t   i n   f u t u r e   t r a d e s   w i t h   c o n t e n d e r s 
 
 
 
 n b a   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   c l i p p e r n a t i o n   l a k e s h o w   l a k e r s   h e a t t w i t t e r     b u l l s n a t i o n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n
      a n d   i n s t e a d   o f   w o r r y i n g   a b o u t   t h e   l a k e r s   g o   w o r r y   a b o u t   y o u r   s a d   s h i t   d e t r o i t   p i s t o n s   t h a t   h a v e n ' t   w o n   a   c h a m p i o n s h i p   i n   o v e r   1 5   y e a r s
w o r d .   t h e   r a i d e r s   i s   t h e   d e t r o i t   p i s t o n s   o f   t h e   n f l .   n o   d o u b t .  
t h e   d e t r o i t   p i s t o n s   m u s t   b e   s t o p p e d   😭 😭 😭  
d e t r o i t   p i s t o n s   d o n & a m p ; 3 9 ; t   l o o k   l i k e   a   t e a m   t h a t   g o t   n e x t ! ! !   -     -   d e t r o i t   d e t r o i t m u s i c   d e t r o i t b u s i n e s s   d e t r o i t f o o d  
p r o f e s s i o n a l   b a s k e t b a l l :   m a r t i n   m a r t i n ,   w i t h   5 1   p o i n t s ,   1 2   r e b o u n d s ,   a n d   1 0   a s s i s t s   l e a d s   t h e   d e t r o i t   p i s t o n s   o v e r   t h e   o a k l a n d   k i n g s   o n   s e p t e m b e r   1 6 t h   i n   1 9 6 5 .
    a g r e e   k e m b a   w i l l   n e e d   t o   a c c e p t   d e t r o i t   p i s t o n s   b u y o u t   b e f o r e   d a l l a s   m a v e r i c k s   c a n   s i g n   h i m
d e t r o i t .   v e r s u s .   e v e r y b o d y .   n e v e r   g i v e   i n ,   n e v e r   g i v e   u p .   t u r n   u p   o n   t h e   v i d e o 🙏 🏼 🔥   o n e p r i d e   d e t r o i t r o o t s   l g r w   p i s t o n s  
t h e   d e t r o i t   p i s t o n s   h a v e   h i r e d   j a s o n   k i d d   t o   b e   t h e i r   n e x t   h e a d   c o a c h .
l o o k ,   i ' m   n o t   s a y i n g   t h e   d e t r o i t   p i s t o n s   w o u l d   h a v e   w o n   i t   a l l   w i t h   b l a k e   g r i f f i n .   b u t   i ' m   n o t ,   n o t   s a y i n g   i t .
_ d _ p i s t o n s _ f a n   g o t   y o u ,   o n l y   t h i n g   i s   t h i s   o f f - s e a s o n   i s   w h e n   d e t r o i t   w i l l   h a v e   t h e i r   m o s t   s a l a r y   c a p   s p a c e .   b e y   a n d   s t e w   d u e   f o r   e x t e n s i o n s ,   t h e n   c a d e   t h e   f o l l o w i n g   y e a r .
d e t r o i t   p i s t o n s   t e a m   c o l l a r   p e t   c o l l a r ,   b l u e ,   n y l o n ,   s i z e   s    
    t h e   d e t r o i t   p i s t o n s   h a v e   f i n a l i z e d   a   t r a d e   w i t h   t h e   h o u s t o n   r o c k e t s ,   t h e   r o c k e t s   w i l l   r e c e i v e   c a d e   c u n n i n g h a m   a n d   a   2 0 2 4   u n p r o t e c t e d   2 n d   r o u n d   p i c k   f o r   f   t a r i   e a s o n   a n d   g   d a s h i e n   n i x .   s o u r c e s   t e l l     v i a  
t h e   b e s t   d r a y m o n d   o n   t h e   d e t r o i t   p i s t o n s   😂  
f i r s t   k y r i e   a n d   n o w   t h e   d e t r o i t   p i s t o n s ?   t h e   n b a   i s   f l o c k i n g   t o   ’   c o u r t   t h i s   o f f s e a s o n   🏀  
  d e t r o i t   p i s t o n s   b u y o u t   o f f e r   u n a c c e p t a b l e   t o   k e m b a   w a l k e r ! ! !    
i s   i t   c r a z y   t o   s a y   t h e   h e a t   s h o u l d   t a r g e t   b o g d a n o v i c   f r o m   t h e   p i s t o n s ?   p r o b a b l y   a   b u y   l o w   v e t   f r o m   d e t r o i t   c o u l d   r e m e d y   s o m e   o f   t h e   h e a t s   i s s u e s   a t   t h e   4   c u r r e n t l y   a n d   h a v e   a n o t h e r   r e l i a b l e   s c o r i n g   o p t i o n .
r e p o r t :   t h e   d e t r o i t   p i s t o n s   a r e   p r e p a r i n g   t o   o f f e r   m i l e s   b r i d g e s   a   5 - y e a r   $ 1 7 3   m i l l i o n   e x t e n s i o n . 
 
 -   t h e   c h a r l o t t e   h o r n e t s   w i l l   h a v e   t h e   o p p o r t u n i t y   t o   m a t c h   t h e   d e t r o i t   p i s t o n s   o f f e r   i f   t h e y   d e c i d e   t o   k e e p   b r i d g e s   o n   t h e i r   r o s t e r . 
 
 ( v i a   l e g i o n   h o o p s )   n b a   n b a b a s k e t b a l l   f y p  
🏀   o k l a h o m a   c i t y   t h u n d e r   ( )   t h u n d e r u p 
 🆚   d e t r o i t   p i s t o n s   d e t r o i t u p   o k c v s d e t 
 ‼ ️   r a r e     a r r i v a l   a l e r t 
 ✈ ️   n 6 5 4 d l   |   d a l 8 9 3 6   |   b 7 5 2 
 🛫   o k c   -   2 : 1 9   p m   c t 
 🛬   p t k   -   5 : 1 0   p m   e t 
 📡   t r a c k i n g :    
n b a   d e t r o i t   p i s t o n s   :   t o m o r r o w   n i g h t     l e t s   s e e   h o w   l o n g   i t   t a k e s   c a d e   c u n n i n g h a m   t o   m a k e   h i s   f i r s t   f o u l   .
_ k o o l a i d     a l s o   n o t   g o i n g   t o   m a k e   a n y   b o l d   p r e d i c t i o n s   a b o u t   t h e   p i s t o n s .   i   d i d   t h a t   w h e n   v a n   g u n d y   c a m e   i n .   
 
 i ' m   r e a d y   t o   s i t   b a c k   a n d   w a t c h   t h e s e   y o u n g e n s   g o   o u t   t h e r e   a n d   l i v e   a n d   l e a r n .   g o n n a   c h e e r   e v e r y   w i n   a n d   l o s s   l i k e   t h e y   w e r e   m y   k i d s .   o v e r   t h e   y e a r s ,   e x p e c t a t i o n s   h a v e   f a i l e d   m e
  c u r r e n t l y ,   d e t r o i t   ( s i n c e   t h e   p i s t o n s   m o v e d   i n t o   t h e   a r e n a   s h a r e d   b y   t h e   n h l   r e d   w i n g s ) .
    t o   n e w   y o r k   k n i c k s   f o r   o b i   t o p p i n   a n d   s o m e   p i c k s   o r   t o   d e t r o i t   f o r   m a r v i n   b a g l e y   a n d   s o m e   p i c k s … . h e ’ s   f r o m   m i c h i g a n … p i s t o n s   c a n   m a r k e t   l e a d e r s h i p ,   c h a m p i o n s h i p   e x p e r i e n c e   e t c … a d d   t h o s e   g u y s   t o   k u m i n g a   a n d   w i s e m a n
f a m i l y   t i e s   r u n   d e e p   i n   d e t r o i t 👏 
 
   |   p i s t o n s  
【 s t o c k   i n f o r m a t i o n 】 c h a m p i o n   " d e t r o i t   p i s t o n s   3 3   h i l l "   b a s k e t   t a n k   /   e m e r a l d   g r e e n   /  
  i ' m   j u s t   a l w a y s   d e a t h l y   a f r a i d   o f   t h e   p i s t o n s   m a k i n g   t e r r i b l e   p e r s o n n e l   m o v e s   e v e n   t h o u g h   i t ' s   o b v i o u s   w e a v e r   i s   a   b e t t e r   t a l e n t   e v a l u a t o r   t h a n   a n y o n e   t h a t   h a s   b e e n   i n   t h e   t h e   d e t r o i t   f r o n t   o f f i c e   i n   y e a r s   a n d   y e a r s
a f t e r   a l l   t h e   h y p e   a r o u n d   t h e   l i o n s   a n d   t i g e r s   a n d   t h e m   b e i n g   c o m p l e t e l y   d i s g u s t i n g   i   a m   r e a l l y   h o p i n g   f o r   a n   o v e r   a c h i e v e m e n t   f r o m   t h e   r e d   w i n g s   a n d   p i s t o n s .   t h i s   c i t y   n e e d s   i t .   d e t r o i t   l g r w   d e t r o i t b a s k e t b a l l
t h e   d e t r o i t   p i s t o n s   a r e   r e l e a s i n g   r o o k i e   r o b e r t   w i l l i a m s   s o u r c e s   t e l l   m e   a n d  
w o w . . . . f u l l   r e t a r d   o f f   o f   p r e s e a s o n 
 
 w h a t ' s   w r o n g   w i t h   c a d e   c u n n i n g h a m   i n   t h e   d e t r o i t   p i s t o n s '   p r e s e a s o n ?     v i a  
-   c a d e   c u n n i n g h a m   i s   a   f u t u r e   m v p 
 -   c a d e   & a m p ;   i v e y   w i l l   b e   1   b a c k c o u r t   i n   5   y r s 
 -   p i s t o n s   h a v e   a   t o p   3   y o u n g   c o r e   i n   t h e   l e a g u e   ( m a y b e   1 )   
 
 t h i n g s   a r e   l o o k i n g   u p   i n   d e t r o i t   📈  
g e t t i n g   h y p e d   f o r   d e t r o i t   p i s t o n s   & a m p ;   n b a   s e a s o n  
a s i   v e   l a   l i g a   a   l a   c o n f e r e n c i a     e s t e 
 
 1 .   d e t r o i t   p i s t o n s 
 2 .   p h i l a d e l p h i a   7 6 e r s 
 3 .   w a s h i n g t o n   w i z a r d s 
 4 .   n e w   y o r k   k n i c k s 
 5 .   b o s t o n   c e l t i c s 
 6 .   c h i c a g o   b u l l s 
 7 .   o r l a n d o   m a g i c 
 8 .   c h a r l o t t e   h o r n e t s
  h e l l   y e a h .   n o w   w e   c a n   s t a r t   w i n n i n g   s o m e   b a l l g a m e s .   t h i s   i s   t h e   b e s t   m o v e   f r o m   a   d e t r o i t   t e a m   s i n c e   t h e   p i s t o n s   a c q u i r e d   s h e e d .   p l e a s i n g   t o   s e e   l i o n s   a r e   c l e a r l y   a l l   i n
h a y e s   t o r e   t h e   u l n a r   c o l l a t e r a l   l i g a m e n t   i n   h i s   l e f t   e l b o w   i n   f r i d a y   n i g h t ' s   1 0 7 - 1 0 1   p r e s e a s o n   w i n   o v e r   t h e   d e t r o i t   p i s t o n s .  
h a y e s   t o r e   t h e   u l n a r   c o l l a t e r a l   l i g a m e n t   i n   h i s   l e f t   e l b o w   i n   f r i d a y   n i g h t ' s   1 0 7 - 1 0 1   p r e s e a s o n   w i n   o v e r   t h e   d e t r o i t   p i s t o n s .  
i   w i s h   d e t r o i t   f a n s   h a d   a s   m u c h   l o y a l t y   f o r   t h e   p i s t o n s   a s   t h e y   d o   t h e   p e r e n n i a l l y   a w f u l   l i o n s .  
n b a 2 k 2 2   c a n a d i a n   t h a n k s g i v i n g   d e t r o i t   p i s t o n s   v s   o k l a h o m a   c i t y   t h u n d e r     v i a    
g e t   r e a d y   d e t r o i t !   o n l y   n i n e   d a y s   u n t i l   p i s t o n s   r e g u l a r   s e a s o n   b e g i n s .  
  h e   g r e w   u p   a   p i s t o n s   f a n   a n d   h i s   i d o l   w a s   b e n   w a l l a c e   i f   h e   e v e r   l e a v e s   g s   h e ’ s   c o m i n g   t o   d e t r o i t
e l m e r   s ö d e r b l o m   m a d e   t h e   d e t r o i t   r e d   w i n g s   r o s t e r .   h e   w o u l d   b e   t h e   4 t h   t a l l e s t   p l a y e r   o n   t h e   p i s t o n s .  
  y o u   a r e   d e s c r i b i n g   d o w n t o w n   d e t r o i t .     l i o n s ,   p i s t o n s ,   r e d w i n g s   a n d   t i g e r s   a l l   n e x t   t o   e a c h   o t h e r   s u r r o u n d e d   b y   3   c a s i n o s   n u m e r o u s   h o t e l s   a n d   r e s t a u r a n t s  
  a l l e n   i v e r s o n   ( 3 1   p o i n t s )   -   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   a t   d e t r o i t   p i s t o n s   -   2 0 0 3   p l a y o f f s   e c s f   g a m e   2    
    i ’ m   a   p i s t o n s   f a n   b u t   s t a r t e d   f o l l o w i n g   a   f e w   s h a r p   k i n g s   a c c o u n t s   d u r i n g   t h e   g r e a t   d e t r o i t   -   s a c   t w i t t e r   b e e f   o f   t h e   o f f s e a s o n   🤣 
 
 b u t   f r   t h e y   b u i l t   a   s q u a d   a n d   m i k e   h a s   t h e   n a t i o n a l   n o t o r i e t y   t o   h a v e   a   c h a n c e   i f   t h e   t e a m   c a n   p l a y   u p   i n   a   d o w n   w e s t   t h i s   y e a r
w h o   h a s   t h e   b r i g h t e r   f u t u r e   d e t r o i t   m i c h i g a n   l i o n s   p i s t o n s   r e d w i n g s
t h e   e u r o l e a g u e   h a s   s t a r t e d ,   a n d   i f   y o u   w a n t   t o   w a t c h   t h e   p i s t o n s '   d r a f t - a n d - s t a s h ,   c h e c k   o u t   a l b a   b e r l i n ,   t h e   c u r r e n t   f i r s t   p l a c e   t e a m   i n   t h e   b u n d e s l i g a .   h e   l o o k e d   g o o d   l a s t   n i g h t . 
 
   ( v i a   )  
s e e m s   h i g h l y   h y p o c r i t i c a l   t o   h a v e   t h i s   a n d   s t i l l   b o a s t   a b o u t   h o w   t h e   p i s t o n s   e m b o d y   a n d   r e p r e s e n t   a   “ b l u e   c o l l a r ”   i d e n t i t y   o f   d e t r o i t .  
      w h a t   a b o u t   t h e   d e t r o i t   r e d   w i n g s   a n d   t h e   d e t r o i t   p i s t o n s ?   m o n t e r o
d e t r o i t   p i s t o n s   w i l l   m a k e   t h e   p l a y o f f s . . .   c o m f o r t a b l y
t h e   d e t r o i t   p i s t o n s   a r e   t r a d i n g   f o r   r o o k i e   v i c t o r   o l a d i p o   t o   t h e   a t l a n t a   h a w k s   i n   e x c h a n g e   f o r   s k y l a r   m a y s   s o u r c e s   t e l l   m e   a n d   .
m y   e a r l i e s t   m e m o r y   w a s   g a m e   6   o f   t h e   2 0 0 7   e a s t e r n   c o n f e r e n c e   f i n a l s   @   d e t r o i t   p i s t o n s .   h e   s i n g l e h a n d e d l y   w i l l e d   h i s   t e a m   t o   w i n   t h a t   g a m e   s c o r i n g   2 5   s t r a i g h t   p o i n t s   a n d   e v e n t u a l l y   a d v a n c e d   t h e m   t o   t h e   n b a   f i n a l s .  
“ i   g o t   a   l o t   o f   b a s k e t b a l l   l e f t   i n   m e ” 
 
 k e m b a   w a l k e r   t a l k s   a b o u t   a   p o t e n t i a l   b u y o u t   f r o m   t h e   d e t r o i t   p i s t o n s   a n d   j u s t   w a n t i n g   t o   p l a y   b a s k e t b a l l .   f u l l   i n t e r v i e w   i n   l i n k . 
 
 
 n b a   d e t r o i t b a s k e t b a l l   3 p t c n v r s n  
            t h a t ' s   o k .   b e c a u s e   a s   c r u s h e d   a s   i   w a s   w i t h   m y   c e l t s   l o s i n g   i n   6   t o   d e t r o i t   a n d   h o w   m u c h   i   h a t e d   t h a t   p i s t o n s   t e a m ,   i   s t i l l   f o u n d   m y s e l f   g o i n g   f o r   t h e m   a g a i n s t   l a l . 
 
 m u s t   s h o w   m y   f e e l i n g s   o n   t h e m   l o l
" t h e r e   a r e   a l s o   d e v e l o p m e n t s   d o w n   l o w   f o r   s t e w a r t   —   m a i n l y   h i s   p l a y   o n   t h e   b a s e l i n e   a n d   d u n k e r   s p o t .   p a r t   o f   h i s   l i m i t a t i o n s   i n   t h a t   d u n k e r   s p o t   w i l l   b e   n u l l i f i e d   i f   h e   i n s t e a d   o p t s   t o   d r i f t   t o   t h e   p e r i m e t e r   f o r   a   c o r n e r   3 . " 
  
c h e c k   o u t   t h i s   l i s t i n g   i   j u s t   a d d e d   t o   m y   p o s h m a r k   c l o s e t :   a d i d a s   d e t r o i t   p i s t o n s   c l i m a l i t e   l o n g   s l e e v e   l a r g e .     s h o p m y c l o s e t  
f i l m   d o n ’ t   l i e :   g e t t i n g   o u r   f i r s t   l o o k   a t   t h e   n e w - l o o k   i s a i a h   s t e w a r t  
i s a i a h   s t e w a r t   i s   s h o o t i n g   f r o m   d e e p   a n d   s w i t c h i n g   e v e r y t h i n g .     g o e s   t o   t h e   f i l m   t o   e v a l u a t e   t h e   f i r s t   h a l f   o f   b e e f   s t e w ’ s   p r e s e a s o n .  
p i s t o n s   h e l p   d e t r o i t e r s   c a s t   t h e i r   b a l l o t s  
t h e   d e t r o i t   p i s t o n s   s i g n e d   a   o f f - b a l l   s h o o t e r … … k y l e r   e d w a r d s   i s   h e r e ! ! ! 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   i s a i a h s t e w a r t   j a d e n i v e y   j a l e n d u r e n   k e v i n k n o x   k i l l i a n h a y e s   k y l e r e d w a r d s   m a r v i n b a g l e y   p o l i c e  
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 5 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
d e t r o i t   p i s t o n s   x   b e l i e v e r  
m u t i n g   e v e r y t h i n g   t o   d o   w i t h   t h e   l i o n s   i   c a n t   t a k e   a l l   t h e   n e g a t i v i t y   ( w h i c h   i s   1 0 0 %   w a r r e n t e d ) .   g o n n a   f o c u s   o n   t h e   p i s t o n s   u n t i l   t h e   n f l   d r a f t   g e t s   m y   h o p e s   b a c k   u p
e a s t e r n   c o n f e r e n c e   |   c e n t r a l   d i v i s i o n 
 c h i c a g o   b u l l s 
 i n d i a n a   p a c e r s 
 c l e v e l a n d   c a v a l i e r s 
 d e t r o i t   p i s t o n s 
 m i l w a u k e e   b u c k s  
t o p   o f   t h e   a f t e r n o o n !     i s   b a c k   w i t h   a   d e t r o i t   p i s t o n s   p r e v i e w   f o r   t h i s   u p c o m i n g   s e a s o n .   w h a t   i s   t h e i r   c e i l i n g ?   c h e c k   i t   o u t !   n b a   n b a t w i t t e r    
  i   l i v e d   i n   t h e   d e t r o i t   a r e a   f o r   a l m o s t   a   y e a r ,   b u t   i ' m   h e r e   t o   t e l l   y o u ,   t h e r e ' s   n o   b i g g e r   p i s t o n s   f a n   t h a n   .
m a r v i n   i i i   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r v i n i i i   m a r v i n   i i i   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
[ u p d a t e ]   o r l a n d o   m a g i c   + 5 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~  
d e t r o i t   p i s t o n s   s i g n   k e v i n   k n o x   a n d   . . . 
   
 
   
 9 7 1 t h e t i c k e t   a d h a m b e y d o u n   a i d a n h u t c h i n s o n   b r a y l o n e d w a r d s   c e n t r a l d i v i s i o n   d a n c a m p b e l l   d a r r e n m c c a r t y   d e t r o i t l i o n s   d e t r o i t l i o n s m o c k d r a f t   d e t r o i t l i o n s n e w s   d e t r o i t l i o n s p o d c a s t   d e t r o i t l i o n s r u m o r s  
e v e r y   w   f o r   t h e   p i s t o n s   t h i s   y e a r   i s   a   m i s t a k e .   c a d e   s h o u l d   ‘ h u r t   h i s   a n k l e ’   i n   w e e k   3   a n d   s p e n d   t h e   w h o l e   s e a s o n   t r a i n i n g .   e a s y   l o t t e r y   w i n ,   g r a b   w e m b y ,   a n d   d e t r o i t   b a s k e t b a l l   w o u l d   b e   f u n   a g a i n
  “ k i n g s   w i n ”   
 
 a l s o   d e t r o i t   p i s t o n s   🤢
s u n d a y   m a y   2 7   l i v e   t i g e r s   b l o g :   d e t r o i t   p i s t o n s   v s .   a u s t r a l i a   c o n f i r m s   i t   h a r d e r   t o   w i n   2   n a b b e d   o n
e x c i t e d   t o   b e   p a r t n e r i n g   w i t h   o u r   f a v o r i t e   t e a m ,   t h e   ,   & a m p ;     f o r   t h e   m a g i c ’ s   o p e n i n g   n i g h t   w a t c h   p a r t y ! 
 
 c o m e   h a n g   a t   e l i x i r   i n   d o w n t o w n   o r l a n d o   o n   1 0 / 1 9   s t a r t i n g   a t   6 : 3 0 p m   t o   w a t c h   p a o l o   b a n c h e r o ’ s   n b a   d e b u t   a g a i n s t   t h e   d e t r o i t   p i s t o n s !   m a g i c t o g e t h e r  
  t h e   d e t r o i t   l i o n s   f o o t b a l l   s e a s o n ,   a c t u a l l y   s a m e   g o e s   f o r   t h e   t i g e r s ,   r e d   w i n g s   a n d   p i s t o n s ? ! !
j o r d a n   p o o l e   i s   a   s t a r … !   p i s t o n s   n e e d   t o   g o   a n d   g r a b   h i m   a s a p . . !   m a x   h i m   o u t   d e t r o i t
n b a   r u m o r s   r o u n d u p :   w a s h i n g t o n   w i z a r d s   s u p e r s t a r   e n t e r s   c o v i d   p r o t o c o l s ,   f o r m e r   a l l - s t a r   r e f u s e s   b u y o u t   d e a l   o f f e r e d   b y   t h e   d e t r o i t   p i s t o n s ,   a n d   m o r e   -   o c t o b e r   1 0 ,   2 0 2 2     n b a   b a s k e t b a l l
n b a   r u m o r s   r o u n d u p :   w a s h i n g t o n   w i z a r d s   s u p e r s t a r   e n t e r s   c o v i d   p r o t o c o l s ,   f o r m e r   a l l - s t a r   r e f u s e s   b u y o u t   d e a l   o f f e r e d   b y   t h e   d e t r o i t   p i s t o n s ,   a n d   m o r e   -   o c t o b e r   1 0 ,   2 0 2 2  
n b a   r u m o r s   r o u n d u p :   w a s h i n g t o n   w i z a r d s   s u p e r s t a r   e n t e r s   c o v i d   p r o t o c o l s ,   f o r m e r   a l l - s t a r   r e f u s e s   b u y o u t   d e a l   o f f e r e d   b y   t h e   d e t r o i t   p i s t o n s ,   a n d   m o r e   -   o c t o b e r   1 0 ,   2 0 2 2  
  s a m e   t h i n g   w h e n   t h e   p i s t o n s   l e f t   t h e   p a l a c e   t o   g o   t o   d o w n t o w n   d e t r o i t .   i   u n d e r s t a n d   t h e   a r g u m e n t   o f   w a n t i n g   t h e   t e a m   i n   t h e   c i t y   l i m i t s ,   b u t   d e t r o i t   d o e s n ’ t   e v e n   h a v e   p u b l i c   t r a n s i t   s o   i t   d o e s n ’ t   e v e n   r e a l l y   m a t t e r .
a n o t h e r   d e t r o i t   s p o r t s   t e a m   w h o s e   s e a s o n   t h a t ’ s   o v e r   1 / 4   o f   t h e   w a y   i n t o   t h e   s e a s o n . 
 
 l a s t   p l a y o f f   a p p e a r a n c e   f o r   4   d e t r o i t   t e a m s : 
 
 p i s t o n s — 2 0 1 9   ( h a v e n ’ t   m a d e   p a s t   f i r s t   r o u n d   s i n c e   2 0 0 8 ) 
 l i o n s — 2 0 1 6 
 r e d   w i n g s — 2 0 1 6 
 t i g e r s — 2 0 1 4
p i s t o n s   c o u l d   u t i l i z e   ' d i f f e r e n t   l i n e u p s '   t h i s   s e a s o n   b a s e d   o n   m a t c h u p s ,   s c e n a r i o s :  
b u i l d i n g   a   2 0 2 3   n b a   d r a f t   b i g   b o a r d   f o r   t h e   d e t r o i t   p i s t o n s :   p l a y e r s   1 - 5  
p i s t o n s   c o u l d   u t i l i z e   ' d i f f e r e n t   l i n e u p s '   t h i s   s e a s o n   b a s e d   o n   m a t c h u p s ,   s c e n a r i o s  
🎧 n e w   e p i s o d e 🎧 
 
 i s   k e m b a   w a l k e r   u p s e t   w i t h   d e t r o i t ?   t a n k   f o r   v i c t o r   w e m b a n y a m a ?   _ _ t a l k   
 
 ➡ ️ a p p l e   
 
 ➡ ️ s p o t i f y   
 
 ➡ ️  
g o o d   m o r n i n g   🤩 
 
 t h e   d e t r o i t   p i s t o n s   p l a y   * p r e s e a s o n *   b a s k e t b a l l   a t   l c a   t o m o r r o w   🔥   
 
 📸 :    
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
    _   w h e r e   i   f e e l   l i k e   t h e   p i s t o n s   a r e   g o i n g   t o   d r a f t   i s   p r o b a b l y   a   l i t t l e   h i g h   f o r   h i m   r i g h t   n o w   b u t   w o u l d   l o v e   t o   s e e   h i m   e n d   u p   i n   d e t r o i t   s o m e h o w
t h e   d e t r o i t   p i s t o n s   w i l l   b e   g o o d   s o o n e r   t h a n   y o u   t h i n k 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
i t ' s   o n l y   p r e s e a s o n ,   b u t   t h e s e   a r e   i s s u e s   t h a t   c o u l d   b e   h a n g i n g   o v e r   t h e   p i s t o n s   a l l   s e a s o n .   
 
 ( v i a   )  
      e v e n   t h e   i h l   d e t r o i t   v i p e r s   w e n t   w i t h   t e a l   i n   ' 9 4 . 
 
 s o ,   n o t   o n l y   w a s   i t   g i m m i c k y ,   i t   w a s   a l r e a d y   p l a y e d   o u t   b y   t h e   t i m e   t h e   p i s t o n s   w e n t   t h e r e .   
 
 j u s t   a   b a d   l o o k .
d e t r o i t   p i s t o n s   f g a   t h r o u g h   2   p r e   s e a s o n   g a m e s   
 
 1   -   s a d d i q   b e y   ( 2 5 ) 
 2   -   j a d e n   i v e y   ( 2 1 ) 
 3   -   c a d e   c u n n i n g h a m   ( 2 0 ) 
 4   -   ? ? ? ? ? 
 
 t h i n k   y o u   m i g h t   b e   s u r p r i s e d   w h o   h a s   t a k e n   t h e   4 t h   m o s t   a t t e m p t s   t h u s   f a r … …  
🏀   a u t o m a t e d   -   n 
 
 w e s t   f i n a l s 
 s a n   a n t o n i o   s p u r s   v s .   d e n v e r   n u g g e t s   ( 1 - 4 ) 
 
 e a s t   f i n a l s 
 d e t r o i t   p i s t o n s   v s .   n e w   y o r k   k n i c k s   ( 0 - 4 ) 
 
 f i n a l s 
 d e n v e r   n u g g e t s   v s .   n e w   y o r k   k n i c k s   ( 4 - 2 ) 
 
 k e l i   f u l t o n :   m y   f i n a l s   p r e d i c t i o n   w a s   w r o n g !
📰   2 0 2 2 - 2 3   d e t r o i t   p i s t o n s   s e a s o n   p r e v i e w   a n d   b e t t i n g   o d d s ! 
 👉    
b b b   i s   g i v i n g   a w a y   t i c k e t s   t o   t h e   s e a s o n   o p e n e r !   c h e c k   t h e   d e t r o i t   p i s t o n s   d i s c o r d   f o r   d e t a i l s .   8   t i c k e t s   a v a i l a b l e   i n c l u d i n g   a   + 1   👀  
  n o   t e a m   i s   w i l l i n g   t o   t r a d e   f o r   h i m   a n d   h e   w o n ' t   a c c e p t   d e t r o i t ' s   b u y   o u t   o f f e r   u n l e s s   t h e r e ' s   a n o t h e r   t e a m   l i n e d   u p   t o   s i g n   h i m .   

i   d o n ' t   b l a m e   k e m b a   h e r e ,   a s   h e   h a s   n o   r e a s o n   t o   g i v e   u p   m o n e y   i f   h e ' s   n o t   g u a r a n t e e d   t o   g e t   i t   b a c k .   s o   w h a t   n o w ?   h e   m a y   g e t   t o   p l a y   o u t   m y   d r e a m   o f   g e t t i n g   p a i d   m i l l i o n s   o f   d o l l a r s   t o   n o t   w o r k . 
 
   ( v i a   )  
d e t r o i t   p i s t o n s :   k e m b a   w a l k e r   r e f u s e s   t o   g o   a w a y .   s o   w h a t   n o w ?   –   n b a   n e w s  
d e l i g h t e d   t o   s e e   t h e   w o m a n   w i t h   w h o m   i   s h a r e   m y   l i f e   p r o f i l e d   i n     t o d a y .   a l t h o u g h ,   i   m i g h t   a s k ,   w h e r e   i s   m y   p h o t o   c r e d i t ?   ( p i c t u r e   t a k e n   a t   t h e   c h a s e   c e n t e r ,   s a n   f r a n c i s c o .   j a n   2 0 2 0 .   d e t r o i t   p i s t o n s   a t   g o l d e n   s t a t e   w a r r i o r s . ) 
 
 a n d ,   y e s ,   i   k n o w   s h e   c o u l d   d o   b e t t e r .  
o u t   f o r   1 5 m i n .     1 5 0 m   a w a y   f r o m   h o m e   a n d   b a c k   s o o n . 
 w i t h   d e t r o i t   p i s t o n s   2 0 0 4   n b a   e a s t e r n   d i v i s i o n   c h a m p i o n   t - s h i r t  
t h e   d e t r o i t   p i s t o n s   a r e   s i g n i n g   j e r e m y   l a m b   t o   a   f o u r - y e a r   c o n t r a c t .   p e r  
p i s t o n s   b u y o u t   o f f e r   . . . 
   
 
   
 c a d e c u n n i n g h a m d e t r o i t p i s t o n s   c e n t r a l d i v i s i o n   d e t r o i t   d e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s d r a f t   d e t r o i t p i s t o n s e s p n   d e t r o i t p i s t o n s g m   d e t r o i t p i s t o n s n e w   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s n e w s t o d a y  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
o n e   o f   m y   b e s t   f r i e n d s   f r o m   m i d d l e   s c h o o l   i s   a   d e t r o i t   p i s t o n s   d a n c e r   a n d   w h y   a m   i   l i k e   s o   p r o u d   o f   h e r   e v e n   t h o u g h   w e   d o n ’ t   t a l k   a n y m o r e 😭   s h e   w a s   j u s t   s u c h   a   g o o d   p e r s o n   f r
t h e   d e t r o i t   p i s t o n s   a r e   t r a d i n g   f o r   r o o k i e   r j   b a r r e t t   t o   t h e   c h a r l o t t e   h o r n e t s   i n   e x c h a n g e   f o r   o m e r   y u r t s e v e n   s o u r c e s   t e l l   m e   a n d   .
t r a v i s   k n i g h t   s c o r e s   5 0   p o i n t s   i n   b o s t o n   c e l t i c s '   l a s t   m i n u t e   l o s s   v s   d e t r o i t   p i s t o n s   n b a   n b a 9 7 9 8
🚨   c e n t r a l   d i v i s i o n   🎙 ️ 
 
 -   m i l w a u k e e   b u c k s 
 -   c h i c a g o   b u l l s 
 -   c l e v e l a n d   c a v a l i e r s 
 -   i n d i a n a   p a c e r s 
 -   d e t r o i t   p i s t o n s 
 
 i n v i t a d o :     s o b r e m e s a n b a 😉 
 
 e n l a c e :    
t h e   d e t r o i t   p i s t o n s   a r e   t r a d i n g   f o r   v e t e r a n   j o r d a n   n w o r a   t o   t h e   b o s t o n   c e l t i c s   i n   e x c h a n g e   f o r   t r o y   b r o w n   j r .   s o u r c e s   t e l l   m e   a n d   .
  _ b e a s t   t h a t   d o e s n t   e x p l a i n   h o w   w e   l o s t   t o   a   g   l e a g u e   b l a z e r s   t e a m ,   i n j u r e d   k i n g s   t e a m   i n   t r i p l e   o t ,   i n j u r e d   c l i p p e r s   t e a m   4   t i m e s   a n d   c l o s e   t o   g e t t i n g   b l o w n   o u t   b y   a   d e t r o i t   p i s t o n s   t e a m   i f   l e b r o n   d i d n t   g e t   e j e c t e d   a n d   r u s s + a d   d i d n t   g o   n u c l e a r .
  _     _ z e s t   _ o w   _ r e b e l 5   i   k n o w   t h e   d e t r o i t   p i s t o n s   f a n   i s n ' t   t a l k i n g  
t h e   u t a h   j a z z   w a i v e d   g u a r d   s a b e n   l e e   a n d   s i g n e d   g u a r d   d a r r y l   m o r s e l l .   u t a h   a c q u i r e d   l e e   i n   t h e   t r a d e   t h a t   s e n t   b o j a n   b o g d a n o v i c   t o   t h e   d e t r o i t   p i s t o n s .   u t a h j a z z   n b a
9 2   l o s s e s   f o r   t h e   t i g e r s .   1 - 4   s t a r t   f o r   t h e   l i o n s .   r e d   w i n g s   + 1 5 0 0 0   o d d s   t o   m a k e   t h e   p l a y o f f s .   p i s t o n s   o v e r / u n d e r   s e t   a t   2 9   w i n s .   - 1 6 0 0   o d d s   t o   n o t   m a k e   t h e   p l a y o f f s .   d e t r o i t   s p o r t s   i s   p a i n f u l .   b u t   i   l o v e   t h e   p a i n 🫠 🫠 🫠   o n e p r i d e   d e t r o i t r o o t s   l g r w   p i s t o n s
t h e   p i s t o n s ,   m o r e   t h a n   l i k e l y ,   a r e   g o i n g   t o   b e   a   b a d   b a s k e t b a l l   t e a m   t h i s   y e a r .   
 
 b u t   m a n …   i t   s u r e   w o u l d   b e   n i c e   i f   t h e y   s u r p r i s e d   s o m e   p e o p l e   a n d   c o m p e t e d   f o r   a   p l a y - i n   s p o t .   d e t r o i t   f a n s   n e e d   s o m e t h i n g   n i c e   f o r   o n c e .   w h y   n o t   t h e   p i s t o n s ?
    m y   $ 0 . 0 2 … s a b e n   g e t s   w a i v e d ,   s o   h e   c a n   s i g n   w i t h   a n y   t e a m ,   b u t   d e t r o i t .   b u t ,   w h a t   a b o u t   t h e   d e t r o i t   g - l e a g u e ?   s e e m s   l i k e   i t   i s   f a i r   p l a y .
t h e   d e t r o i t   p i s t o n s   a r e   r e l e a s i n g   r o o k i e   a n t h o n y   d a v i s   s o u r c e s   t e l l   m e   a n d  
k e m b a   j u s t   w a n t s   t o   b e   o u t   t h e r e   p l a y i n g   t h e   g a m e   h e   l o v e s . 
 
 k e m b a   w a s   t r a d e d   f r o m   t h e   k n i c k s   t o   d e t r o i t   a s   p a r t   o f   a   t h r e e - t e a m   t r a d e ,   w i t h   c h a r l o t t e   b e i n g   t h e   o t h e r   t e a m ,   i n   j u n e .   b u y o u t   r u m o r s   a r o s e   a f t e r   t h e   t r a d e   b u t   t o   t h i s   p o i n t ,   h e   i s   s t i l l   a   m e m b e r   o f   t h e   p i s t o n s .  
    a n d   o n e   m o r e   
 

  s i n c e   y o u   i n   m i c h i g a n ,   i t   w o u l d   m a k e   s e n s e   f o r   u   t o   b e   a   d e t r o i t   p i s t o n s   f a n
m a r v i n   i i i   n b a   h i g h l i g h t s   p i s t o n s   v s   p e l i c a n s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r v i n i i i   m a r v i n   i i i   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
j u s t   s o   p i s t o n s   f a n s   c a n   b e   l i k e   h e   a i n ’ t   d o   t h i s   i n   d e t r o i t  
c a d e   c u n n i n g h a m   n b a   h i g h l i g h t s   p i s t o n s   v s   p e l i c a n s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a d e c u n n i n g h a m   c a d e   c u n n i n g h a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
    c o m e   b e y   d e t r o i t   p i s t o n s   n e e d s   t o   p l a y   t o g e t h e r   a n d   s t o p   t u r n i n g   t h e   b a s k e t b a l l   o v e r   l e t ' s   g o   i t ' s   t i m e   t o   m a k e   a   r u n   a t   t h e   p l a y o f f s .
  d e t r o i t   p i s t o n s   h a s   t o   p l a y   a s   a   t e a m   i s   t i m e   t o   f o c u s   o n   g e t t i n g   t o   t h e   p l a y o f f s
t h e   d e t r o i t   p i s t o n s   a n d   l i o n s   a r e   t a n k i n g   f o r   v i c t o r   w e m b a n y a m a .   😂 😂 😂
n b a   d e t r o i t   p i s t o n s '   j a d e n   i v e y   a   p r e s e a s o n   p o s i t i v e   d e s p i t e   t e a m ' s   i s s u e s   o n   o f f e n s e     s p o r t s
n e w   p o s t :   d e t r o i t   p i s t o n s ’   j a d e n   i v e y   a   p r e s e a s o n   p o s i t i v e   d e s p i t e   t e a m ’ s   i s s u e s   o n   o f f e n s e    
t h e r e ' s   b e e n   s o m e   u g l y   p l a y s ,   b u t   h a v e   y o u   l i k e d   w h a t   y o u ' v e   s e e n   f r o m   j a d e n   i v e y ?   “ a   l o t   o f   h i s   m i s t a k e s   a n d   t u r n o v e r s   a r e   v e r y   c o r r e c t a b l e ,   b u t   y o u   c a n ’ t   t e a c h   w h a t   h e   b r i n g s   t o   t h e   t a b l e . "    
d e t r o i t   p i s t o n s '   j a d e n   i v e y   a   p r e s e a s o n   p o s i t i v e   d e s p i t e   t e a m ' s   i s s u e s   o n   o f f e n s e       n b a   n e w s   b a s k e t b a l l  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
_   u p d a t e d   o d d s   f o r   v i c : 
 s a n   a n t a n k i o 
 c h a r l o t t e 
 u t a n k 
 j o k l a h o m a   c i t y 
 l a s h i n g t o n 
 i n d i a n a h 
 w h o s t o n 
 d e t r o i t   p i s t o n s
p i s t o n s   c o u l d   u t i l i z e   ' d i f f e r e n t   l i n e u p s '   t h i s   s e a s o n   b a s e d   o n   m a t c h u p s ,   s c e n a r i o s  
t h e   d e t r o i t   p i s t o n s   a r e   t r a d i n g   d a u l t o n   h o m m e s   t o   a   1 0 - d a y   c o n t r a c t .   p e r  
p i s t o n s   c o u l d   u t i l i z e   ' d i f f e r e n t   l i n e u p s '   t h i s   s e a s o n   b a s e d   o n   m a t c h u p s ,   s c e n a r i o s .   p i s t o n s   n o t e b o o k   f r o m    
n e w   t u m b l r   p o s t :   "   n b a 2 k 2 3   g o l d e n   s t a t e   w a r r i o r s   v s .   d e t r o i t   p i s t o n s   m y l e a g u e . . . "     i f t t t ,   y o u t u b e ,   t w i t c h
      f r o m   1 9 8 7 - 2 0 1 5 i s h ,   o n e   o f   o u r   4   m a j o r   t e a m s   w e r e   i n   c o n t e n t i o n   f o r   a   w o r l d   t i t l e .   s i n c e   t h e n ,   n o n e   h a v e .     t h e   l a s t   7   o r   8   y e a r s   h a v e   b e e n   b r u t a l   f o r   d e t r o i t   s p o r t s   f a n s .     t h e   w i n g s   a n d   p i s t o n s   i n   2 - 3   y e a r s   s h o u l d   c h a n g e   t h a t .
c h e c k   o u t   j e r r y   s t a c k h o u s e   1 9 9 7 - 9 8   s k y b o x   e x   2 0 0 1   1 5   d e t r o i t   p i s t o n s     e b a y   v i a  
a   f a i l u r e   o f   a   s e a s o n   f o r   t h e   t i g e r s .   a   d i s a s t e r   o f   a   s e a s o n   s o   f a r   f o r   t h e   l i o n s .   p r o s p e c t s   a r e   m i d d l i n g   f o r   t h e   p i s t o n s   a n d   r e d   w i n g s   t o   b e   p l a y o f f   c o n t e n d e r s .   o h ,   t h e   w o n d e r f u l   w o r l d   o f   b e i n g   a   d e t r o i t   s p o r t s   f a n …
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
i t ’ s   l o o k i n g   l i k e   i t   m i g h t   b e   a n o t h e r   d o w n   s e a s o n   f o r   t h e   l i o n s ;   t h e   p i s t o n s   p r o b a b l y   h a v e   a n o t h e r   s e a s o n   b e f o r e   t h e y   c o n s i s t e n t l y   c o m p e t e ;   w h o   k n o w s   w i t h   t h e   t i g e r s ;   a n d   t h e   r e d   w i n g s   w i l l   n e e d   m o r e   t i m e . 
 
 l o r d ,   w h e r e   i s   t h e   s h e l t e r   f r o m   t h e   s t o r m   f o r   d e t r o i t   s p o r t s   f a n s ? ! ? !   🥹
  w h i c h   m e a n s   i   h a v e   n e v e r   s e e n   a   d e t r o i t   t e a m   w i n   a   c h a m p i o n s h i p   s i n c e   b e i n g   a   f a n .   l o s t   i n   0 5   a n d   t h e   t i g e r s   l o s t   i n   0 6   w h e n   t h e y   w e r e   t h e   f a v o r i t e   t o   w i n .   t h e n   l e b r o n   b e a t   t h e   p i s t o n s   i n   0 7 .   t h e   l i o n s   h a v e   j u s t   n o t   b e e n   g r e a t .   b a s i c a l l y ,   p a i n .
  h e c k   t h e y   g e t   b e a t   b y   t h e   b y e   w e e k   c o m i n g   . t i m e   t o   h o p e   t h e   r e d   w i n g s   d o   g o o d   i f   n o t   i t   g o i n g   t o   b e   a   v e r y   c o l d   w i n t e r   w i t h   o u r   d e t r o i t   t e a m s   . m a y b e   j u s t   m a y b e   t h e   p i s t o n s   c a n   h e l p   t h e   w i n g s
_ c o r p     d o   e d i f y ; 
 1 .   p e l i c a n s   & a m p ;   d e t r o i t   m e d i a   r i d i c u l e d   t h e i r   b e n c h   b e a t i n g   p i s t o n s   s t a r t e r s . 
 2 .   o u r   m e d i a   l a m e n t e d   b o j ’ s   l i a b i l i t y   o n   d   & a m p ;   a b s u r d i t y   t o   s t a r t   a g a i n s t   z i o n . 
 3 .   b o j ’ s   a w f u l   d / s a l a r y / w a l k e r   b u y o u t /   p i s t o n s   p u t r i d   s h o o t i n g /   a l l   c e m e n t   g r a n t   d i s a s t e r . 

  w h a t ' s   w i t h   a l l   t h e   d e t r o i t   t e a m   i n j u r i e s   t h i s   y e a r .   t i g e r s   a n d   l i o n s   n e e d   n e w   t r a i n i n g   t e a m s .   h o p e   i t ' s   n o t   a n   e a r l y   o m e n   f o r   t h e   p i s t o n s   a n d   r e d   w i n g s .
t h a t   l o o k   l i k e   b r u h   f r o m   t h e   d e t r o i t   p i s t o n s  
  w e l l   n o w   t h a t   t h e   l i o n s   s e a s o n   i s   i n   t h e   t o i l e t .   i   g u e s s   p i s t o n s   a n d   r e d   w i n g s   a r e   t h e   n e x t   t w o   t o   d i s a p p o i n t   m e .   c a n   o n e   d e t r o i t   t e a m   j u s t   g i v e   m e   a   g l i m m e r   o f   h o p e ?
  i   u n d e r s t a n d   i t   i n   t o d a y ' s   d e t r o i t   s p o r t s   c l i m a t e   b e c a u s e   e v e r y   t e a m   s u c k s ,   b u t   i t   w a s   s a m e   w a y   d u r i n g   t h e   m i l l e n   e r a   w h e n   t h e   p i s t o n s / r e d   w i n g s   w e r e   w i n n i n g   c h a m p i o n s h i p s .   c r a z y   f a n b a s e .
  i v e   l e a r n e d   t h a t   b e i n g   u p s e t   a b o u t   d e t r o i t   s p o r t s   i s   n o t   p r o d u c t i v e ;   s e a s o n   i s   o v e r   i n   w e e k   5   j u s t   l i k e   t h e   t i g e r s   a n d   m o s t   l i k e l y   t h e   r e d   w i n g s   a n d   a n d   p i s t o n s   😞
i f   y o u ' r e   a   f a n   o f   d e t r o i t   s p o r t s   t e a m s   l i k e   m y s e l f ,   w e   a l l   n e e d   t o   s a y   a   p r a y e r   🙏   t h a t   t h e   s t e n c h   t h a t   t h e   t i g e r s   🐅   l e f t   a n d   t h e   l i o n s   🦁   a r e   l e a v i n g   d o e s n ' t   l i n g e r   i n t o   t h e   r e d   w i n g s   a n d   p i s t o n s   s e a s o n
c a d e   c u n n i n g h a m   k n o w s   w h a t   h e   h a s   t o   d o   a n d   i t ' s   o n   h i m   t o   l e a d   t h e   d e t r o i t   p i s t o n s   t o   w s  
i   f e e l   l i k e   t h i s   w o u l d   b e   a   h a r d   l o o k   o n   b e n   
   
 
   
 b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   m i c h i g a n   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   p i s t o n s  
d e t r o i t   l i o n s                   d e t r o i t   p i s t o n s 
                                                 🤝 
   f u c k i n g   u p   t h e   2 n d   o v e r a l l   p i c k
  i   d o n ’ t   m i n d   b e i n g   a   f a n   o f   a l l   t h e   o t h e r   d e t r o i t   s p o r t s   t e a m s   a n d   u   o f   m .   i t ’ s   o n l y   t h e   l i o n s   t h a t   h a v e   b e e n   c a u s i n g   e t e r n a l   s u f f e r i n g .   p i s t o n s   h a v e   p o t e n t i a l .   t h e   w i n g s   h a v e   t o n s   o f   i t .   t i g e r s   f i n a l l y   e n d e d   t h e   a v i l a   e r a .   t h e   l i o n s   h a v e   n e v e r   e v e r   b e e n   a b l e   t o   i m p r o v e .
t h e   d e t r o i t   p i s t o n s   & a m p ;   k e m b a   w a l k e r   c o n f l i c t   c o n t i n u e s   r i s e   . . . 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e f i n i t e l y   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r u m o r s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a l e n d u r e n   k e m b a w a l k e r   k i l l i a n h a y e s   s a d d i q b e y  
  d o   w e   e x p e c t   a n y t h i n g   d i f f e r e n t ?   n o .   d e t r o i t   i s   n o t   d e s t i n e d   t o   h a v e   a   w i n n i n g   f o o t b a l l   t e a m .   w i n g s   a n d   p i s t o n s   a r e   c l o s e s t   t o   b e i n g   c o n t e n d e r s .
p i s t o n s   a n d   r e d   w i n g s   r e a l l y   d e t r o i t ' s   o n l y   h o p e   😭 😭 😭
c h e c k   o u t   d e t r o i t   p i s t o n s   “ d e e e - t r o i t   b a s k e t b a l l ”   g l a s s / m u g     e b a y   v i a  
t h i s   f e l t   l i k e   j o r d a n ' s   c h i c a g o   b u l l s   d e f e a t i n g   d e t r o i t   p i s t o n s   a f t e r   m a n y   a t t e m p t s . .   😭 😭 ❤ ️ ❤ ️ ❤ ️ 
 
 a r s l i v  
f i r s t   m o v e   w a s   a   t r a d e :   i   s e n t   g o r d o n   h a y w a r d   a n d   2   s e c o n d   r o u n d   p i c k s   t o   t h e   d e t r o i t   p i s t o n s   f o r   n e r l e n s   n o e l   a n d   k e m b a   w a l k e r .  
  _ _ t a l k   a n d   t h e r e   i s   n o   p o i n t   i n   d e t r o i t   g i v i n g   h i m   a   f u l l   b u y o u t   a n d   l e t t i n g   h i m   w a l k   w h e n   h e   c o u l d   b e   a   s a l a r y   f i l l e r   i n   a   p o t e n t i a l   t r a d e .   n e v e r   k n o w .   b l a k e   s a t   f o r   o v e r   a   m o n t h   b e f o r e   t h e y   f i n a l i z e d   t h i n g s .   m a y b e   a   p g   i n j u r y   g e t s   k e m b a   i n t e r e s t   u p
w i t h   t h e   f i r s t   p i c k   i n   t h e   2 0 2 3   n b a   d r a f t   t h e   d e t r o i t   p i s t o n s   s e l e c t ,   v i c t o r   w e m b a n y a m a  
_ _ t a l k   d e t r o i t   n e v e r   d e v e l o p e d   a n y o n e .   n o b o d y   r e a l l y   g o t   b e t t e r   i n   d e t r o i t .   t h a t   w a s   o u r   p r o b l e m   f o r   a   m i n u t e
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s o u r c e s :   d e r r i c k   j o n e s   i s   e x p e c t e d   t o   t e s t   f r e e   a g e n c y   t h i s   u p c o m i n g   o f f s e a s o n .   m a n y   e x p e c t   t h e   d e t r o i t   p i s t o n s   t o   m a k e   a   s i g n i f i c a n t   p u s h   t o   a c q u i r e   t h e   s t a r   p l a y e r .
  h e ’ s   o n   t h e   d e t r o i t   p i s t o n s
d e t r o i t   p i s t o n s   y o u t h   b l u e   f a d e a w a y   l o n g   s l e e v e   f a s h i o n   t - s h i r t ,   b l u e ,   t r i - b l e n d ,   s i z e   l    
d e t r o i t   o f f e r   h i m   a   b u y o u t   a n d   h e   w o n ’ t   a c c e p t   i t   w o w  
  t r a e   y o u n g   b o r n   i n   d a l l a s   g r e w   u p   i n   o k l a h o m a 
 
 b o o k e r   a n d   d r a y m o n d   -   d e t r o i t   p i s t o n s 
 
 e d w a r d s ,   s c o o t   h e n d e r s o n ,   j a b a r i   & a m p ;   j a y l e n   b r o w n   -   a t l a n t a   h a w k s 
 
 k d   -   w a s h i n g t o n   w i z a r d s 
 
 m a x e y   -   d a l l a s   m a v e r i c k s 
 
 m e l o   b a l l   -   c i p p e r s 
 
 m i t c h e l l   -   n e w   y o r k   k n i c k s 
 
 s c o t t i e   b a r n e s   -   m i a m i   h e a t
【 s t o c k   i n f o r m a t i o n 】 c h a m p i o n   " d e t r o i t   p i s t o n s   3 3   h i l l "   b a s k e t   t a n k   /   e m e r a l d   g r e e n   /  
  h e   d o e s n ' t   d e s e r v e   t h e   h a t e   p i s t o n s   f a n s   g i v e   h i m .   a s   m u c h   a s   h e   h a t e d   b e i n g   t r a d e d ,   h e   e m b r a c e d   i t   a n d   b a l l e d   h a r d   f o r   d e t r o i t .   r e s p e c t   t o   b l a k e
h e r e   m e   o u t — w h a t   i f   a d a m   s i l v e r   a n d   t h e   n b a   u s e   t h i s   s e a s o n   t o   m a n i p u l a t e   t h e   d r a f t   l o t t e r y   t o   d i s s u a d e   t a n k i n g .   t h e y   f i x   i t   s o   t h e   “ t a n k i n g ”   t e a m s   d o n ’ t   g e t   t h e   n u m b e r   o n e   p i c k ,   a n d   a l l o w   a   3 5 - w i n - t e a m   t o   w i n   t h e   l o t t e r y .   
 
 … d e t r o i t   p i s t o n s   a r e   l o o k i n g   l i k e   a   3 5 - w i n - t e a m …
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
o t d   1 0 / 2 3 / 1 9 6 5   w i l t   c h a m b e r l a i n   s c o r e s   5 0   p o i n t s   
 
 5 3   p o i n t s 
 2 1   r e b o u n d s 
 4 5   m i n u t e s   
 2 1 / 2 5   f g   1 1 / 1 5   f t 
 1   o f   1 2 2   g a m e s   w i t h   5 0 +   p o i n t s 
 1   o f   6 6 4   c a r e e r   2 0 / 2 0   d o u b l e   d o u b l e s 
 
 d e t r o i t   p i s t o n s   1 0 3 
 p h i l a d e l p h i a   7 6 e r s   1 2 0 
 
 a t   c o n v e n t i o n   h a l l 
 
 n b a   7 6 e r s   w i l t c h a m b e r l a i n   p i s t o n s
s h o u l d   d e t r o i t   p i s t o n s   f a n s   b e   o u t r a g e d   a t   c a d e   c u n n i n g h a m ' s   u - 2 5   r a n k i n g ?   ( v i a   )   p i s t o n s   n b a   
 _ s t e p _ b a c k 

s o u r c e s :   d e m a r   d e r o z a n   h a s   r e q u e s t e d   a   t r a d e .   t h e   d e t r o i t   p i s t o n s   & a m p ;   t h e   u t a h   j a z z   a p p e a r   t o   b e   f r o n t - r u n n e r s   t o   l a n d   t h i s   f a n t a s t i c   p l a y e r .
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
        t r u t h   d a l l a s   m a v e r i c k s   n e e d   t r a d e   f o r   k e m b a   w a l k e r   n o w   d o n e   m a n i f e s t e d   c o c r e a t e d   o r   a f t e r   o c t o b e r   1 7 t h   w h e n   d e t r o i t   p i s t o n s   b u y   h i m   o u t   a s   a   3 r d   p l a y m a k e r   .
      t r u t h   d a l l a s   m a v e r i c k s   n e e d   t r a d e   f o r   k e m b a   w a l k e r   n o w   d o n e   m a n i f e s t e d   c o c r e a t e d   o r   a f t e r   o c t o b e r   1 7 t h   w h e n   d e t r o i t   p i s t o n s   b u y   h i m   o u t   a s   a   3 r d   p l a y m a k e r   .
    t r u t h   d a l l a s   m a v e r i c k s   n e e d   t r a d e   f o r   k e m b a   w a l k e r   n o w   d o n e   m a n i f e s t e d   c o c r e a t e d   o r   a f t e r   o c t o b e r   1 7 t h   w h e n   d e t r o i t   p i s t o n s   b u y   h i m   o u t   a s   a   3 r d   p l a y m a k e r   .
d e t r o i t   p i s t o n s :   w i n n i n g   a r o u n d   3 2 - 3 5   g a m e s   w o u l d   b e   a n   e n c o u r a g i n g   i m p r o v e m e n t   f o r   t h i s   s q u a d .   i f   i v e y   i s   i m m e d i a t e l y   g o o d ,   c a d e   t a k e s   t h e   n e x t   s t e p ,   a n d   d u r e n   s o l v e s   t h e i r   c e n t e r   p r o b l e m   t h e n   s u r e   t h e y   c a n   m a k e   t h e   p l a y o f f s   b u t   i t ' s   p r e t t y   u n l i k e l y   a l l   3   h a p p e n   a t   o n c e .
d e t r o i t   p i s t o n s :   h o w   v i c t o r   w e m b a n y a m a   w i l l   a f f e c t   t h e   t r a d e   m a r k e t 
 
 
 
 n b a   d e t r o i t   d e t r o i t b a s k e t b a l l   p i s t o n s   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i   j a z z
d e t r o i t   p i s t o n s   |   b e s t   h a m i d o u   d i a l l o   d u n k s   s o   f a r   i n   2 0 2 1 - 2 2   s e a s o n     v i a     a   n b a   a l l   s t a r   m o r e   t h a n   o n c e   ⚡ ️  
d e t r o i t   p i s t o n s   |   b e s t   3 & a m p ; 3 9 ; s   f r o m   s a d d i q   b e y   s o   f a r   i n   2 0 2 1 - 2 2   s e a s o n 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   n b a p i s t o n s   p i s t o n s b a s k e t b a l l  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
g o   c h e c k o u t   t h e   n e w   t i k t o k   t o   s e e   w h i c h   o n e   o f   u s   i s   s u p e r   h i g h   o n   t h e   d e t r o i t   p i s t o n s   t h i s   y e a r   a n d   w h y  
a l s o ,   f o r   r e f e r e n c e :   h e   g o t   t o   c o a c h   c a r m e l o   a n t h o n y   i n   t h e   2 0 0 4   o l y m p i c s   a n d   d i d   n o t   p l a y   h i m .   f o r   t h o s e   w o n d e r i n g   h o w   t h e i r   r e l a t i o n s h i p   w o u l d ’ v e   g o n e   o n   t h e   d e t r o i t   p i s t o n s .   i   r e a l l y   w a n t   t h a t   a r g u m e n t   k i l l e d   a n d   b u r i e d   l m f a o .
m i l e s   b r i d g e s   t o   t h e   d e t r o i t   p i s t o n s ?   |   . . . 
   
 
   
 9 7 1 t h e t i c k e t   a d h a m b e y d o u n   a i d a n h u t c h i n s o n   b r a y l o n e d w a r d s   c e n t r a l d i v i s i o n   d a n c a m p b e l l   d a r r e n m c c a r t y   d e t r o i t l i o n s   d e t r o i t l i o n s d r a f t   d e t r o i t l i o n s m o c k d r a f t   d e t r o i t l i o n s n e w s   d e t r o i t l i o n s p o d c a s t  
l m f a o   i   r e m e m b e r   w h e n   i   w o n   h i s   d e t r o i t   p i s t o n s   j e r s e y   i n   d e t r o i t 😂 😂 😂 😂 😂  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
t h e   d e t r o i t   p i s t o n s   h a v e   h i r e d   r i c k   c a r l i s l e   t o   b e   t h e i r   n e x t   h e a d   c o a c h .
n e w   p o s t :   d e t r o i t   p i s t o n s   l e g e n d   i s i a h   t h o m a s   t a l k s   s o c i a l   m e d i a ,   g o a t s   a n d   g u l f   n b a   g a m e s    
  2 0 1 0 ’ s   v e r s i o n   o f   t h e   2 0 0 4   d e t r o i t   p i s t o n s
b i l l   d a v i d s o n   d e t r o i t   p i s t o n s   f a n . 
 
 j o r d a n   w a s   t h e   g o a t . 
 
 e n d .   o f .   s t o r y . 
 
 a l s o   w a t c h e d   b i l l   d a v i d s o n   d e t r o i t   p i s t o n s   b e a t   l e b r o n . 
 
 j o r d a n   w a s   t h e   g o a t . 
 
 e n d .   o f .   s t o r y .  
d e t r o i t   p i s t o n s   l e g e n d   i s i a h   t h o m a s   t a l k s   s o c i a l   m e d i a ,   g o a t s   a n d   g u l f   n b a   g a m e s  
t h e   1 9 9 2   k n i c k s   w e r e   b e t t e r   d e f e n s i v e l y   t h a n   a n y   t e a m   l e b r o n   h a s   e v e r   f a c e d ,   a n d   t h e   p a t   r i l e y   k n i c k s   f r o m   1 9 9 1 - 1 9 9 5   w e r e   t h e   s e c o n d   b e s t   d e f e n s i v e   t e a m   o f   a l l   t i m e   a f t e r   t h e   b a d   b o y   d e t r o i t   p i s t o n s .    
d e t r o i t   p i s t o n s   t e a m   l e a d   p e t   l e a s h ,   b l u e ,   n y l o n    
t h e   d e t r o i t   p i s t o n s   a r e   w a i v i n g   g i o r g i   b e z h a n i s h v i l i   s o u r c e s   t e l l   m e   a n d  
  n o   b u t   d o n ’ t   u n d e r s t a n d   t h e   h a t e   d e t r o i t   f a n s   h a v e   f o r   h i m .   h e   w a s   t h e   l a s t   p e r s o n   t o   l e a d   a   d e t r o i t   s p o r t s   t e a m   t o   t h e   p l a y o f f s   a n d   p u t   u p   t h e   b e s t   s i n g l e   s e a s o n   a   p i s t o n s   p l a y e r   h a s   h a d   i n   1 5   y e a r s .   a n d   p l a y e d   t h r o u g h   a n   i n j u r y   t h a t   r u i n e d   t h e   r e s t   o f   h i s   c a r e e r .
          p i s t o n s   w a n n a   p l a y   t h e i r   y o u n g   g u a r d s .   i t ’ s   a   d i f f e r e n c e   i n   v i s i o n   b e t w e e n   k e m b a   a n d   t h e   c o a c h i n g   s t a f f .   h e   p r o b a b l y   j u s t   w o u l d n ’ t   g e t   p t   i n   d e t r o i t   c u z   i t   w o u l d   l e a d   t o   w i n s   a n d   t h e y ’ r e   s t i l l   l i k e l y   a   l o t t e r y   t e a m
    i   d o u b t   t h a t   l o l   c o m e   t o   d e t r o i t   p i s t o n s
t h e   p i s t o n s   t e a m e d   u p   w i t h   t h e   c i t y ' s   v o t e r   e n g a g e m e n t   i n i t i a t i v e   t o   i n f o r m   r e s i d e n t s   o f   t h e   u p c o m i n g   n o v .   8   e l e c t i o n .  
d y s o n   d a n i e l s   h i g h l i g h t s   v s   d e t r o i t   p i s t o n s   |   o c t   7   |   2 0 2 3   n b a   r o o k i e s 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
  d e t r o i t   p i s t o n s   l o t 
 b o t s   s a d d i q   n t   / 9 9 
 1 4   c a r d s 
 2 5 $   s h i p p e d  
r e p o r t :   t h e     a r e   p r e p a r i n g   t o   o f f e r   m i l e s   b r i d g e s   a   5 - y e a r   $ 1 7 3   m i l l i o n   e x t e n s i o n . 
 
 -   t h e     w i l l   h a v e   t h e   o p p o r t u n i t y   t o   m a t c h   t h e   d e t r o i t   p i s t o n s   o f f e r   i f   t h e y   d e c i d e   t o   k e e p   b r i d g e s   o n   t h e i r   r o s t e r . 
 
 ( v i a   l e g i o n   h o o p s )
t h e   p e l i c a n s   s a y   j a x s o n   h a y e s   s u s t a i n e d   a   t o r n   u l n a r   c o l l a t e r a l   l i g a m e n t   ( u c l )   i n   h i s   l e f t   e l b o w   ( n o n - d o m i n a n t )   d u r i n g   l a s t   n i g h t ’ s   p r e s e a s o n   g a m e   a g a i n s t   t h e   d e t r o i t   p i s t o n s .   
 
 t e a m   s a y s   h a y e s   w i l l   u n d e r g o   r e h a b i l i t a t i o n   f o r   t h e   i n j u r y   a n d   w i l l   b e   r e - e v a l u a t e d   i n   t w o   w e e k s .
f o r   c o n c e p t   o f   h o w   s t r o n g   t h i s   m a n   z i o n   i s ,   i s a i a h   o n c e   r a n   t h r e w   t h e   e n t i r e   d e t r o i t   p i s t o n s   t e a m   a n d   s t a f f   t o   f i g h t   l e b r o n .   
 
 t h e   e n t i r e   o r g a n i z a t i o n   o f   t h e   p i s t o n s .  
_ _ t a l k   h e   n e e d s   t o   p r o v e   h i s   k n e e   i s   o k .   b u t   i f   d e t r o i t   i s n ' t   g o o d   e n o u g h   f o r   h i m   🤷 ‍ ♂ ️
h e   c o u l d   c o m e   o f f   t h e   b e n c h   i n   d e t r o i t   i f   h e   w a n t e d   t o .  
t h e   d e t r o i t   p i s t o n s   a r e   p r e p a r i n g   t o   o f f e r   m i l e s   b r i d g e s   a   5 - y e a r   $ 1 7 3   m i l l i o n   e x t e n s i o n . 
 
 -   t h e   c h a r l o t t e   h o r n e t s   w i l l   h a v e   t h e   o p p o r t u n i t y   t o   m a t c h   t h e   d e t r o i t   p i s t o n s   o f f e r   i f   t h e y   d e c i d e   t o   k e e p   b r i d g e s   o n   t h e i r   r o s t e r .  
c o a c h   b a y n o   o n   t h e   p i s t o n s   n o w   h u h   🤔 .   i ’ m   g o i n g   t o   d e t r o i t   t h e n   t h i s   s e a s o n   l o l   f u c k   i t
k e m b a   w a l k e r ,   w h o ’ s   c u r r e n t   o n   t h e   d e t r o i t   p i s t o n s ,   b u t   w i l l   b e   t r a d e d   o r   w a i v e d   b y   t h e   s t a r t   o f   t h e   s e a s o n ,   s a y s   n o   t e a m s   a r e   i n t e r e s t e d :   
 
 “ [ n o b o d y ’ s ]   r e a c h e d   o u t   t o   m e …   i   j u s t   w a n t   t o   b e   a b l e   t o   p l a y   b a s k e t b a l l   a g a i n ;   i   d o n ’ t   c a r e   i f   i t ’ s   t h e   b e n c h   o r   n o t . ” 
 
  
t h e   d e t r o i t   p i s t o n s   a r e   r i g g e d   t o   g e t   w e m b a n y a m a   a n d   h e r e s   w h y : 
 
 - d e t r o i t   i s   a   f r e n c h   n a m e 
 - d e t r o i t   h a s   a   h i s t o r y   o f   d r a f t i n g   f r e n c h   p l a y e r s   ( k i l l i a n / s e k o u ) 
 - d e t r o i t   w i l l   p l a y   i n   p a r i s   t h i s   s e a s o n 
 
 j e r s e y   s a l e s   w i l l   s k y r o c k e t   i n   f r a n c e   i f   w e m b a n y a m a   i s   a   p i s t o n
d e t r o i t   p i s t o n s   l e g e n d   i s i a h   t h o m a s   t a l k s   s o c i a l   m e d i a ,   g o a t s   a n d   g u l f   n b a   g a m e s  
_ l a n e   d e t r o i t   p i s t o n s   h o m e t o w n   t e a m
s a d d i q   b e y   n b a   h i g h l i g h t s   p i s t o n s   v s   p e l i c a n s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s a d d i q b e y   s a d d i q   b e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
k i l l i a n   h a y e s   n b a   h i g h l i g h t s   p i s t o n s   v s   p e l i c a n s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k i l l i a n h a y e s   k i l l i a n   h a y e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
s p e a k i n g   o f   t h e   d e t r o i t   p i s t o n s ,   n b a   s e a s o n   i s   a r o u n d   t h e   c o r n e r .  
j a d e n   i v e y   n b a   h i g h l i g h t s   p i s t o n s   v s   p e l i c a n s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a d e n i v e y   j a d e n   i v e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
t h e   d e t r o i t   p i s t o n s   a r e   r e l o c a t i n g   t o   l a s   v e g a s ,   n e v a d a   a f t e r   t h e   e n d   o f   t h i s   s e a s o n .
d e t r o i t   p i s t o n s '   d o n   r e i d   h a s   4 2   p o i n t s   i n   h a r d   e a r n e d   v i c t o r y   v s   r o c k e t s .   n b a   n b a 9 7 9 8
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 . . .     v i a  
  t h e   d e t r o i t   p i s t o n s   h a v e   a   t r i c k   u p   t h e i r   s l e e v e    
d e t r o i t   p i s t o n s   d r o p   p r e s e a s o n   g a m e   t o   n e w   o r l e a n s   p e l i c a n s ,   1 0 7 - 1 0 1 :   g a m e   t h r e a d   r e p l a y     v i a     f a n t a s y b a s k e t b a l l   p i s t o n s   p e l i c a n s
t h e   b e s t   f u t u r e   l i n e u p   f o r   t h e   d e t r o i t   p i s t o n s   i s : 
 
 p g   -   c u n n i n g h a m 
 s g   -   i v e y 
 s f   -   b e y 
 p f   -   s t e w a r t 
 c   -   d u r e n 
 
 h a y e s ,   l i v e r s ,   & a m p ;   b a g l e y   a r e   a   s t r o n g   b e n c h   u n i t   t o   b u i l d   a r o u n d   t o o .   
 
 i   a s s u m e   e i t h e r   b r o g s   o r   b u r k s   w i l l   b e   t r a d e d   b y   d e a d l i n e .   m a y b e   b o t h .
              c i t y   o f   d e t r o i t ?   y o u   c l a i m i n g   r e d   w i n g s   a n d   p i s t o n s   t i t l e s   f o r   t h e   l i o n s ?   a n d   i ’ m   t h e   c l o w n ?  
m y   r e a d   o n   t h e   d e t r o i t   p i s t o n s '   d e p t h   c h a r t   f o r   f a n t a s y :   
 
 p g   c a d e   c u n n i n g h a m 
 s g   j a d e n   i v e y 
 s f   b o j a n   b o g d a n o v i c 
 p f   s a d d i q   b e y 
 c   i s a i a h   s t e w a r t 
 6   k i l l i a n   h a y e s 
 7   m a r v i n   b a g l e y 
 8   c o r y   j o s e p h 
 9   i s a i a h   l i v e r s 
 1 0   b r a x t o n   k e y 
 
 p i s t o n s   d e t r o i t b a s k e t b a l l   n b a   n b a 2 k 2 3  
j a k e   c h a p m a n   g o t   h i s   s t a r t   w i t h   t h e   n b a ’ s   o r l a n d o   m a g i c   a s   a   r a d i o   i n t e r n   i n   2 0 0 6 ,   a n d   l a t e r   b e c a m e   t h e   g a m e   p r o d u c e r   f r o m   2 0 0 9   t o   2 0 1 4 .   f o l l o w i n g   r a d i o   p o s i t i o n s   w i t h   t h e   d e t r o i t   p i s t o n s   a n d   c l e v e l a n d   c a v a l i e r s ,   c h a p m a n   r e t u r n e d   t o   o r l a n d o   i n   2 0 1 9 
 

p e l i c a n s   b e a t   d e t r o i t   p i s t o n s   i n   z i o n ' s   r e t u r n   t o   t h e   s k c   w h o d a t n a t i o n   s a i n t s   g e a u x s a i n t s   w h o d a t   s a i n t s f o o t b a l l  
d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   p e l i c a n s v s p i s t o n s   p i s t o n s v s p e l i c a n s  
h a r d w o o d   s p e a k s   c o n t e n d i n g   t i e r s   2 0 2 2   
 t i e r   5 :   a   y e a r   a w a y / p l a y - i n   t h r e a t s 
 o r l a n d o   m a g i c   
 c h a r l o t t e   h o r n e t s   
 w a s h i n g t o n   w i z a r d s   
 s a c r a m e n t o   k i n g s   
 d e t r o i t   p i s t o n s  
c a d e   c u n n i n g h a m   a n d   j a d e n   i v e y   w i l l   g i v e   t h e   d e t r o i t   p i s t o n s   a   n e e d e d   s p a r k   t h i s   s e a s o n   ( ✍ ️   ) 
 
 d e t r o i t b a s k e t b a l l  
c u n n i n g h a m   a n d   i v e y   w i l l   g i v e   t h e   d e t r o i t   p i s t o n s   a   m u c h - n e e d e d   s p a r k  
d e t r o i t   p i s t o n s - n e w   o r l e a n s   p e l i c a n s :   q u i c k   t h o u g h t s   ( v i a   )   p i s t o n s   
 n b a   

c l e v e l a n d   w o u l d   g o   o n   t o   d e f e a t   t h e   w i z a r d s   b e f o r e   b e i n g   o u s t e d   b y   t h e   d e t r o i t   p i s t o n s   i n   t h e   s e c o n d   r o u n d .
k e y   t a k e a w a y s   f r o m   l a s t   n i g h t ’ s   p e l i c a n s   p r e s e a s o n   v i c t o r y   o v e r   t h e   d e t r o i t   p i s t o n s .  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
t h e   p r e s e a s o n   p l a y   c o n t i n u e s   f o r   d e t r o i t   a g a i n s t   t h e   p e l i c a n s ! 
 d e t r o i t   p i s t o n s   n b a p r e s e a s o n   

      a g a i n .   t h e   o n l y   g o o d   t e a m   h e   f a c e d   t h a t   y e a r   w a s   d e t r o i t .   a n d   t h e y   w e r e   a t   t h e   e n d   o f   t h e i r   r u n …   t h a t   w a s n ’ t   t h e   2 0 0 4   p i s t o n s   h e   p l a y e d     
 
 y o u   c a n ’ t   p r a i s e   t h e   d e t r o i t   s e r i e s   t h e n   m a k e   a n   e x c u s e   f o r   l o o k i n g   l i k e   s h i t   a g a i n s t   t h e   s p u r s   -
d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   . . . 
   
 
   
 b u l l s v s p e l i c a n s   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w o r l e a n s p e l i c a n s f u l l g a m e h i g h l i g h t s   d e t r o i t p i s t o n s v s n e w o r l e a n s p e l i c a n s h i g h l i g h t s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s  
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~  
d a r k o   m i l i c i c   o n   t h e   d e t r o i t   p i s t o n s . 
 
 y e s ,   t h i s   i s   t r u e   a n d   i   s a v o r e d   e v e r y   1 . 2   m i n u t e s   t h a t   h e   g o t   t o   p l a y   p e r   g a m e .  
d e t r o i t   p i s t o n s   v s .   a t l a n t a   h a w k s   g a m e   4   n b a   2 k 2 2   m y   c a r e e r     v i a  
      j u s t   f o r   s h i t s   a n d   g i g g l e s .   i m a g i n e   i f   t h i s   w a s   t r u e   a n d   v i c t o r   w a s   d r a f t e d   i n   0 3 .   p i s t o n s   n o t   p a s s i n g   u p   b r o n   f o r   d a r c o .   d e t r o i t   w o u l d   h a v e   b e e n   a   d y n a s t y
🏀   d e t r o i t   p i s t o n s   ( )   d e t r o i t u p 
 🆚   l   @   n e w   o r l e a n s   p e l i c a n s   w b d   d e t v s n o p   
 ✈ ️   n 6 5 0 d l   |   d a l 8 9 2 5   |   b 7 5 2 
 🛫   m s y   -   1 1 : 2 1   p m   c t 
 🛬   d t w   -   2 : 1 1   a m   e t 
 📡   t r a c k i n g :    
d e t r o i t   p i s t o n s :   h o w   v i c t o r   w e m b a n y a m a   w i l l   a f f e c t   t h e   t r a d e   m a r k e t   –   n b a   n e w s  
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~  
i t ' s   t h e   5   y e a r   a n n i v e r s a r y   o f     w w e   h i a c   h e l l i n a c e l l   a t   _ d e t r o i t   d e t r o i t   
 
 i w a s t h e r e   
 
 w e r e   y o u   p i s t o n s     p r o   w r e s t l i n g   f a n s ? 
 
 n e w   d a y   v s .   u s o s   m a t c h   o f   t h e   n i g h t !  
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~  
w e   w i l l   t a l k   a b o u t   o u r   d e t r o i t   p i s t o n s   a s   w e l l ,   b u t   t h i s   i s   o u r   s e a s o n   b a b y .    
s h o p   p i s t o n s   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   d e t r o i t   d e t r o i t p i s t o n s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
( d e t r o i t )   b a c k   ( h o l d i n g )   c o u r t 
 
 p i s t o n s  
g a b r i e l e   p r o c i d a   s t a r t   h i s   e u r o l e a g u e   c a m p a i g n   w i t h   t h e   b e s t   w a y .   1 2   p o i n t s ,   3   r e b o u n d s   i n   1 2   m i n u t e s ,   h e l p i n g   a l b a   b e r l i n   g e t   o f f   a   w i n n i n g   s t a r t   i n   d o m i n a n t   f a s h i o n . 
 
 t h e   d e t r o i t   p i s t o n s   h a v e   h i s   n b a   r i g h t s .   p i s t o n s   

[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
t h e   d e t r o i t   p i s t o n s   h a v e   h i r e d   b i l l y   d o n o v a n   t o   b e   t h e i r   n e x t   h e a d   c o a c h .
y o u t u b e   g o l d :   m a r v i n   b a g l e y   & a m p ;   z i o n   w i l l i a m s o n   w i t h   a   p a i r   o f   g r e a t   p l a y s   f r i d a y   n i g h t .    
  a h   a h   
 
 p e o p l e   w i n   f o r   t h i s   t i c k e t ? 
 
 a n d   o n e   g a m e   c u t   m y   t i c k e t   a l s o   f r o m   t h i s   g a m e . 
 
 i s   l i k e   u n a   d e y   p l a y   d i f f e r e n t   g a m e . 
 
 n e w   o r l e a n s   p e l i c a n s   v   d e t r o i t   p i s t o n s   c u t   m y   g a m e   b u t   o t h e r s   w i n   f r o m   t h e   s a m e   g a m e .  
🏀 n b a 🏀   n b a   
 🏀 p r é - s a i s o n 🏀 
 
 h o u s t o n   r o c k e t s   1 1 6 - 1 0 0   t o r o n t o   r a p t o r s 
 c h i c a g o   b u l l s   1 3 1 - 1 1 3   d e n v e r   n u g g e t s 
 n e w   o r l e a n s   p e l i c a n s   1 0 7 - 1 0 1   d e t r o i t   p i s t o n s 
 m e m p h i s   g r i z z l i e s   1 0 8 - 1 1 1   m i a m i   h e a t 
 d a l l a s   m a v e r i c k s   1 0 5 - 1 1 0   o r l a n d o
r e g a r d l e s s ,   t h e y   j u s t   b r o u g h t   o n   b l a k e   g r i f f i n ,   f o r m e r   d e t r o i t   p i s t o n s   p l a y e r .    
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
d e t r o i t   p i s t o n s   v s   p e l i c a n s   1 r s t   h a l f   r e c a p 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   k i l l i a n h a y e s   n b a   n e w o r l e a n s p e l i c a n s   s a d d i q b r y  
🏀 n b a 🏀   n b a   
 🏀 p r é - s a i s o n 🏀 
 
 h o u s t o n   r o c k e t s -   t o r o n t o   r a p t o r s 
 c h i c a g o   b u l l s   -   d e n v e r   n u g g e t s 
 n e w   o r l e a n s   p e l i c a n s -   d e t r o i t   p i s t o n s 
 m e m p h i s   g r i z z l i e s   -   m i a m i   h e a t 
 d a l l a s   m a v e r i c k s -   o r l a n d o   m a g i c 
 m i l w a u k e e   b u c k s -   a t l a n t a   h a w k s
t h e   n e x t   d e t r o i t   p i s t o n s   p l a y o f f   a p p e a r a n c e   w i l l   b e   i n   4   y e a r s !
d e n n i s   r o d m a n   d e t r o i t   p i s t o n s   a u t o g r a p h e d   1 9 9 2 - 9 3   n b a   h o o p s   t r a d i n g   c a r d     e b a y
n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s   p o s t g a m e   q u o t e s   f o r   p r e s e a s o n   g a m e   2   |   1 0 / 7 / 2 2  
1 0 x   n b a   a l l - s t a r !   n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2    
p i s t o n s   s t a l l   o u t ,   p e l i c a n s   w i n   p r e s e a s o n   h o m e   o p e n e r   1 0 7 - 1 0 1 
     _ n o l a     
 

p i s t o n s   s t a l l   o u t ,   p e l i c a n s   w i n   p r e s e a s o n   h o m e   o p e n e r   1 0 7 - 1 0 1 
     _ n o l a     
 

  m a y o r   i   p l a y   y o u r   g a m e   a n d   i   d i d   s e e   t h i s   p a r t i c u l a r   g a m e   t h e y   s a i d   i   l o s t   n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s  
t h e   d e t r o i t   p i s t o n s   w i l l   d r a f t   v i c t o r
f r o m   t h e   p e l i c a n s ’   1 0 7 - 1 0 1   v i c t o r y   o v e r   t h e   p i s t o n s ,   s o m e   f a n s   m i g h t   s a y   t h a t   j o s e   a l v a r a d o ’ s   n i n e   m a d e   f i e l d   g o a l s   i n   t h e   l a n e   a r e   r e m i n i s c e n t   o f   t o n y   p a r k e r .   
 
 w e l l ,   t h a t ’ s   p r e c i s e l y   w h o   p l a y e d   a   p a r t   i n   m a k i n g   a l v a r a d o ’ s   2 8 - p o i n t   p e r f o r m a n c e   a   r e a l i t y .    
j o s e   a l v a r a d o   p u t s   t e a c h i n g s   o f   t o n y   p a r k e r   o n   d i s p l a y   i n   p e l i c a n s ’   1 0 7 - 1 0 1   p r e s e a s o n   v i c t o r y   o v e r   p i s t o n s    
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
g r e a t   e u r o l e a g u e   d e b u t   f o r   d e t r o i t   p i s t o n s   d r a f t - a n d - s t a s h   p r o s p e c t   g a b r i e l e   p r o c i d a :   1 2 p t   ( 5 / 7   f g )   3 r b   1 a s   i n   1 3   m i n .   i n   a l b a   b e r l i n   v s .   p a r t i z a n   w i n   
 e u r o l e a g u e   m i t l e i b u n d s e e l e   p i s t o n s   s c o u t i n g  
d e t r o i t   p i s t o n s   d r o p   p r e s e a s o n   g a m e   t o   n e w   o r l e a n s   p e l i c a n s ,   1 0 7 - 1 0 1 :   g a m e   t h r e a d   r e p l a y  
d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   n e w o r l e a n s   p e l i c a n s   n b a   v i d e o :  
d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   d e t r o i t   p i s t o n s   n b a   v i d e o :  
s a d d i q   b e y   h i g h l i g h t s   -   p e l i c a n s   v s .   p i s t o n s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   s a d d i q   b e y   n o p   d e t   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w o r l e a n s   p e l i c a n s   d e t r o i t   p i s t o n s
r i g h t ?   i   h a v e   n o   i d e a   w h o   t h e s e   p i s t o n s   f a n s   a r e .   y ’ a l l   m a k i n g   i t   t o x i c .   s t o p   t h a t   i s h .   i t ’ s   d e t r o i t   v s   e v e r y b o d y .   i f   y o u   n o t   w i t h   u s ,   y o u   t h e   e v e r y b o d y .   f l i g h t   3 1 3   i s   n o w   b o a r d i n g .   g e t   o f f   t h e   p l a n e   i f   y o u   c a n ’ t   s t a n d   a   l i t t l e   t u r b u l e n c e .   p i s t o n s  
t u r n o v e r s ,   p o o r   s h o o t i n g   h u r t   d e t r o i t   p i s t o n s   i n   p r e s e a s o n   l o s s   t o   n e w   o r l e a n s   p e l i c a n s    
p i s t o n s   r a l l y   b u t   c a n ' t   c o m p l e t e   c o m e b a c k   i n   a g a i n s t   p e l i c a n s  
p i s t o n s   r a l l y   b u t   c a n ' t   c o m p l e t e   c o m e b a c k   i n   a g a i n s t   p e l i c a n s  
t w o   e x h i b i t i o n s   o n   t h e   r o a d   i n   t h e   b o o k s . . .   t w o   l o s s e s .     p i s t o n s   s h o t   a   p u t r i d   3 6 %   f r o m   t h e   f i e l d   i n   n e w   o r l e a n s   t o n i g h t .   j a d e n   i v e y   w a s   j u s t   2   o f   1 2 .   s a d d i q   b e y   l e d   t h e   p i s t o n s   w i t h   2 3 .   z i o n   w i l l i a m s o n   h a d   1 3   f o r   t h e   p e l i c a n s   ( 2 - 0 )   a n d   d e t r o i t   h o m e   t u e s d a y   f o r   o k c   t h e n   m e m p h i s  
t u r n o v e r s ,   p o o r   s h o o t i n g   h u r t   d e t r o i t   p i s t o n s   i n   p r e s e a s o n   l o s s   t o   n e w   o r l e a n s   p e l i c a n s  
d e t r o i t   p i s t o n s   w i l l   b e   r e t i r i n g   d a v i d   r o b i n s o n ' s   n u m b e r   i n   2 0 2 3   o u t   o f   r e s p e c t   f o r   t h e   p l a y e r .
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
n e w   p o s t :   j o s e   a l v a r a d o   w i t h   a   d e e p   3   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   z i o n   w i l l i a m s o n   w i t h   a n   a n d   o n e   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   w i l l y   h e r n a n g o m e z   w i t h   a   d u n k   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   j a x s o n   h a y e s   w i t h   a   d u n k   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   j o n a s   v a l a n c i u n a s   w i t h   a n   a s s i s t   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   d e v o n t e ’   g r a h a m   w i t h   a   3 - p o i n t e r   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   t u r n o v e r s ,   p o o r   s h o o t i n g   h u r t   d e t r o i t   p i s t o n s   i n   p r e s e a s o n   l o s s   t o   n e w   o r l e a n s   p e l i c a n s    
t u r n o v e r s ,   p o o r   s h o o t i n g   h u r t   d e t r o i t   p i s t o n s   i n   p r e s e a s o n   l o s s   t o   n e w   o r l e a n s   p e l i c a n s   y a h o o s p o r t s   n b a  
n b a   t u r n o v e r s ,   p o o r   s h o o t i n g   h u r t   d e t r o i t   p i s t o n s   i n   p r e s e a s o n   l o s s   t o   n e w   o r l e a n s   p e l i c a n s     s p o r t s
t h e   p i s t o n s   s h o r t c o m i n g s   w e r e   p l a i n   t o   s e e   i n   f r i d a y ' s   p r e s e a s o n   l o s s   t o   t h e   p e l i c a n s .   
 

[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
j o s e   a l v a r a d o   w i t h   a   d e e p   3   v s   t h e   d e t r o i t   p i s t o n s       n b a   n e w s   b a s k e t b a l l  
  b o o m 💥 💥 
 n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s   
 
   u n d e r   2 2 2 . 5 
 t h o u g h   i   s t a k e d   l o w   😢  
t h e   d e t r o i t   p i s t o n s   a r e   s i g n i n g   r o o k i e   d w i g h t   h o w a r d   t o   a   o n e - y e a r   c o n t r a c t .   p e r  
    t r y n a   g e t   b a c k   i n t o   p i s t o n s   t w i t t e r   l i k e  
z i o n   i s   j u s t   t o o   s t r o n g   💪 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   z i o n   w i l l i a m s o n   n o p   n e w o r l e a n s   p e l i c a n s   d e t   d e t r o i t   p i s t o n s
f i n a l :   p e l i c a n s   1 0 7 ,   p i s t o n s   1 0 1 . 
 
 d e t r o i t   d r o p p e d   i t s   s e c o n d   s t r a i g h t   g a m e   o f   t h e   p r e s e a s o n .   t u r n o v e r s   w e r e   a n   i s s u e   a s   t h e   t e a m   c o m m i t t e d   2 2 ,   a g a i n ,   l e a d i n g   t o   2 4   p o i n t s   o f f   t o s   f o r   t h e   p e l i c a n s .
f i n a l :   p e l i c a n s   1 0 7 ,   p i s t o n s   1 0 1 .   d e t r o i t   i s   0 - 2   i n   p r e s e a s o n 
 b e y :   2 7   p o i n t s   ( 6 - 1 7   o v e r a l l ,   5 - 1 0   f r o m   3 ) ,   7   r e b o u n d s 
 s t e w a r t :   1 4   p o i n t s   ( 5 - 9   o v e r a l l ,   2 - 5   f r o m   3 ) ,   7   r e b o u n d s 
 i v e y :   1 4   p o i n t s   ( 2 - 1 2   o v e r a l l ,   9 - 9   a t   t h e   l i n e ) ,   6   a s s i s t s ,   7   t u r n o v e r s 
 c u n n i n g h a m :   1 0   p o i n t s ,   8   r e b o u n d s
t h e   n e w   o r l e a n s   p e l i c a n s   d e f e a t   t h e   d e t r o i t   p i s t o n s   1 0 7 - 1 0 1 .   
 
 s a d d i q   b e y :   2 3   p o i n t s ,   7   r e b o u n d s 
 j a d e n   i v e y :   1 4   p o i n t s ,   4   a s s i s t s 
 c a d e   c u n n i n g h a m :   1 0   p o i n t s ,   8   a s s i s t s   
 
 t h e   p i s t o n s   f a l l   t o   0 - 2   i n   t h e   p r e s e a s o n .
p e l i c a n s   b e a t   t h e   p i s t o n s   1 0 7 - 1 0 1 .   j o s e   a l v a r a d o   w a s   y o u r   s t a r : 
 
 2 8   p o i n t s 
 5   r e b o u n d s 
 2   t h r e e s 
 1 2 - 1 8   f g s 
 
 n e w   o r l e a n s   r o l l e d   l a r g e l y   w i t h   e n d   o f   t h e   b e n c h   o p t i o n s   w h i l e   d e t r o i t   h a d   m o s t   o f   t h e i r   s t a r t e r s   p l a y   b i g   m i n u t e s   i n   t h e   4 t h .   p e l s   h e l d   o n .
f i n a l 
 d e t r o i t   w i l l i e ’ s   t e a m :   1 0 7 
 d e t r o i t   p i s t o n s :   1 0 1 
 
 p e l i c a n s   i m p r o v e   t o   2 - 0   t h i s   p r e s e a s o n
i   k n o w   t h e r e ’ s   a   l o t   o f   t a l k   a b o u t   t h e   s w i t c h i n g ,   b u t   t h e   p i s t o n s   h a v e   f o r c e d   t h e   p e l s   t o   t a k e   t w o s   ( t h e y ’ r e   m a k i n g   t h e m )   a n d ,   i n   t u r n ,   d e t r o i t   h a s   o u t   s c o r e d   n o l a   b y   1 8   p o i n t s   f r o m   3 .   h e n c e   w h y   t h i s   i s   a   3 - p o i n t   g a m e . 
 
 y o u   h a v e   t o   m a k e   3 s   f o r   i t   t o   r e a l l y   w o r k ,   b u t   m a t h .
d e t r o i t   p i s t o n s   g u a r d s   j a d e n   i v e y   a n d   c a d e   c u n n i n g h a m   m a y   j u s t   b e   m y   f a v o r i t e   b a c k c o u r t   i n   t h e   n b a .     p t r w  
      d i d n ’ t   t h i s   g a m e   r u i n   i t   ? 
 
 n e w   o r l e a n s   p e l i c a n s   v   d e t r o i t   p i s t o n s
【 s t o c k   i n f o r m a t i o n 】 c h a m p i o n   " d e t r o i t   p i s t o n s   3 3   h i l l "   b a s k e t   t a n k   /   e m e r a l d   g r e e n   /  
  d e t r o i t   p i s t o n s   -   m a k i n g   r e s e r v e s   l o o k   l i k e   a l l   s t a r s   s i n c e   2 0 1 0 .
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~  
2 0 2 1   2 2   d o n r u s s   o p t i c   l u k a   g a r z   a d   s p o r t s c a r d s  
b e f o r e   s e a s o n   t h o u g h t s 
 
 d e t r o i t   p i s t o n s   🏇 🔥  
e n d   o f   3 :   p e l i c a n s   8 4 ,   p i s t o n s   7 8 .   d e t r o i t   t i e d   t h e   g a m e   a t   7 8   a f t e r   t r a i l i n g   b y   1 3 ,   b u t   n e w   o r l e a n s   s c o r e d   t h e   l a s t   s i x .   
 
 b e y :   1 7   p o i n t s ,   6   r e b o u n d s 
 i v e y :   1 4   p o i n t s   ( 9 - 9   a t   t h e   l i n e ) 
 s t e w a r t :   1 1   p o i n t s
  d e t r o i t   p i s t o n s   y o u   h a v e   t o   l e a r n   h o w   t o   p l a y   d e f e n s e   y o u   p l a y   n o   d e f e n s e .
d e t r o i t   p i s t o n s     :   c a d e   c u n n i n g h a m   h o w   y o u   g o n n a   b u i l d   a   t e a m   a r o u n d   a   l a z y   m u t h e r f u c k e r   t h a t   p l a y s   d e f e n s e   w i t h   h i s   h a n d s   a n d   f o u l s   a n d   t h e n   l o o k s   l i k e   h e   d o n ' t   u n d e r s t a n d   t h e   c a l l
m a n   i ’ m   t i r e d   o f   w a t c h i n g   t h e   p i s t o n s   g e t   t h e y   a s s   b e a t
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
i f   t h e   p i s t o n s   c o u l d   j u s t   s h o o t   a   l e a g u e   a v e r a g e   p e r c e n t a g e   o n   t h e i r   3 s   w e ’ d   b e   a   p l a y - i n   t e a m   e a s i l y . 
 
 o u r   o f f e n s e   g e n e r a t e s   s o   m a n y   o p e n   3 s   a n d   w e   j u s t   c o n s t a n t l y   m i s s   t h e m .
o n   a n o t h e r   t o p i c     p i s t o n s   y e s   t h e   d e t r o i t   p i s t o n s   w i l l   w i n   3 8 - 4 0   g a m e s   a n d   m a k e   t h e   p l a y o f f s   t h i s   s e a s o n   ! !
n e w   o r l e a n s   v s   d e t r o i t   p i s t o n s   j u s t   d e n i e d   m e   a   h u g e   w i n   b y   j u s t   1   p o i n t s   🤦 🏽 ‍ ♂ ️
d e t r o i t   p i s t o n s   m u s t   w o r k   o n … . .   👀 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r u m o r s   e a s t e r n c o n f e r e n c e   k i l l i a n h a y e s   m o t o w n   n b a  
c a d e   c u n n i n g h a m   a b o u t   t o   b e   a   b u s t   b e c a u s e   t h e   d e t r o i t   p i s t o n s   i n s i s t   o n   p l a y i n g   h i m   a t   t h e   p o i n t   s m h
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
    r e m e m b e r   w h e n   r e g g i e   m i l l e r   d e c i d e d   t o   l a y   a   b a l l   u p   i n s t e a d   o f   d u n k   i t ,   a n d   i t   c o s t   h i s   t e a m   a n   n b a   t i t l e ,   a n d   g a v e   t a y s h a u n   p r i n c e   t h e   s i c k e s t   b l o c k   i n   n b a   h i s t o r y ?   d e t r o i t   p i s t o n s …   w o r l d   c h a m p s …   l o s e r   r e g g i e ,   r i n g l e s s .   f u c k i n g   o u c h   d a w g .   😮 ‍ 💨 😮 ‍ 💨 😮 ‍ 💨   b e s t f i v e a l i v e
t h e   o k l a h o m a   c i t y   t h u n d e r   a r e   t r a d i n g   f o r   r o o k i e   p a u l   m i l l s a p   t o   t h e   d e t r o i t   p i s t o n s   i n   e x c h a n g e   f o r   j o e l   e m b i i d   s o u r c e s   t e l l   m e   a n d   .
a l e r t :   n e w   h i g h   r o l l e r   b e t   p o s t e d ! 
 a   b e t   h a s   b e e n   p l a c e d   f o r   $ 3 0 , 3 0 0 . 0 0   o n   n e w   o r l e a n s   p e l i c a n s   -   d e t r o i t   p i s t o n s   t o   w i n   $ 8 4 , 8 4 0 . 0 0 . 
 t o   v i e w   t h i s   b e t   o r   c o p y   i t    
w a t c h   n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s   l i v e 
 l i v e   h d   l i n k 👉 👉  
_   n e v e r   g o t   t h e   j o e   t o   s e e   a   g a m e   b u t   l i t t l e     c a e s a r s   a r e n a   a n d   h o c k e y t o w n   c a f e   r e a l l y   m a d e   m y   t r i p   t o   d e t r o i t   f u n   a n d   r e m i n d e d   m e   o f   m y   y o u t h   c h e e r i n g   o n   t h e   w i n g s   & a m p ;   s t e v i e   y . . . . . m i s s e d   t h e   w i n g s   a n d   s a w   t h e   p i s t o n s   o n   t h e   t r i p .
i   l o v e   t h i s   w o m a n ,   s h e ’ s   i n c r e d i b l e !   d e t r o i t   p i s t o n s  
g o o d   m o r n i n g   f o r   t h e   n e x t   6   m o n t h s   t h i s   i s   n o w   a   d e t r o i t   p i s t o n s   s t a n   a c c o u n t .  
🇺 🇸 n b a   -   p r e - s e a s o n   2 0 2 2 / 2 0 2 3 
 t o d a y   f r i d a y   7 n d   o c t o b e r ,   2 0 2 2   👉 k i c k   o f f 
 n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s   🔴 l i v e 
 ⤵ ️   ⤵ ️   ⤵ ️   ⤵ ️ 
 l i n k   t o   w a t c h   h e r e 🔛 
 v e n u e :   s m o o t h i e   k i n g   c e n t e r   m u l t i - p u r p o s e   i n d o o r   a r e n a   i n   l o u i s i a n a ,   u s a .  
  j o r d a n   p o o l e   m o v i n g   o n ?   |   d e t r o i t   p i s t o n s    
i   l o v e   g o i n g   t o   b a l l y   s p o r t s   s o u t h   s e e i n g   t h a t   i t   i s   p l a y i n g   n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s   a n d   t h e n   c l i c k i n g   o n   i t   j u s t   f o r   i t   t o   b e   a   r e r u n   o f   t h e   n a s h v i l l e   p r e d a t o r s   v s   s a n   j o s e   s h a r k s ,   i   d i d n ’ t   w a n t   t o   w a t c h   t h e   p e l i c a n s   a n y w a y s ,   i ’ m   n o t   m a d   t h a t   t h e y   a r e n t   p l a y i n g —
p i s t o n s   a r e   u p   e a r l y   o v e r   t h e   p e l i c a n s ,   2 0 - 1 1 .   n o t h i n g   m u c h   t o   d i s l i k e   f o r   d e t r o i t .   e v e r y o n e   h a s   b e e n   i n v o l v e d   a n d   d o n e   w h a t   y o u   w o u l d   w a n t   t o   s e e .
i   l i k e   w h a t   i ’ m   s e e i n g   o u t   t h e s e   d e t r o i t   p i s t o n s   r n ! ! ! !  
l i v e   s t r e a m   
 l i n k . 📺 
 
 c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s 
 m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t 
 t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s 
 d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s 
 d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   
 n b a  
l i v e   s t r e a m   
 l i n k . 📺 
 
 c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s 
 m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t 
 t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s 
 d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s 
 d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   
 n b a  
w a t c h   n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s   l i v e 
 f r e e   h d   l i n k 👉 👉  
l i v e   s t r e a m   
 l i n k . 📺 
 
 c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s 
 m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t 
 t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s 
 d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s 
 d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   
 n b a  
l i v e   s t r e a m   
 l i n k . 📺 
 
 c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s 
 m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t 
 t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s 
 d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s 
 d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   
 n b a  
l i v e   s t r e a m   
 l i n k . 📺 
 
 c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s 
 m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t 
 t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s 
 d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s 
 d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   
 n b a  
l i v e   s t r e a m   
 l i n k . 📺 
 
 c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s 
 m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t 
 t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s 
 d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s 
 d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   
 n b a  
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
w a t c h   n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s   l i v e 
 l i v e   h d   l i n k 👉 👉  
c l i c k   t h e   l i n k   b e l o w   t o   s e e   h d _ f r e e   l i v e 🔴   i n   y o u r   n e w o r l e a n s p e l i c a n s v s d e t r o i t p i s t o n s l i v e 
 
 n e w o r l e a n s p e l i c a n s v s d e t r o i t p i s t o n s l i v e .   f o r e s t 🔴 l i v e   m a t c h 👇 👇 👇   
 
 l i n k : - 
 
 f r e e _ f h d _ f u l l _ l i v e 🔴 m a t c h   ☝ ️ ☝ ️ ☝ ️ 
 
 n e w o r l e a n s p e l i c a n s v s d e t r o i t p i s t o n s l i v e  
i   g o t   t w o   f r e e   t i c k e t s   t o   a   d e t r o i t   p i s t o n s   g a m e   🥳
🇺 🇸 n b a   -   p r e - s e a s o n   2 0 2 2 / 2 0 2 3 
 t o d a y   f r i d a y   7 n d   o c t o b e r ,   2 0 2 2   👉 k i c k   o f f 
 n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s   🔴 l i v e 
 ⤵ ️   ⤵ ️   ⤵ ️   ⤵ ️ 
 l i n k   t o   w a t c h   h e r e 🔛 
 v e n u e :   s m o o t h i e   k i n g   c e n t e r   m u l t i - p u r p o s e   i n d o o r   a r e n a   i n   l o u i s i a n a ,   u s a .  
l i v e   s t r e a m   
 l i n k . 📺 
 
 c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s 
 m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t 
 t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s 
 d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s 
 d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   
 n b a
_ p r i n c e 2 2   t w e e t   w h e r e   y o u   i n   t h e   c h i   o r   a t   d e t r o i t   p i s t o n s   i n   a u b u r n   h i l l   t h e   p l a c e   i s   c l o s e d   s o   s e n d   a   d a t e   t h a t   i   s h o w   r e h i r e   g r a n t   f o r   h i s   a c h i e v e m e n t   i n   p r o   a t h l e t e   i n   l o s   a n g e l e s   k o b e   b r y a n t   i n   t h e   n a t i o n a l   b a s k e t b a l l   a s s o c i a t i o n   w i t h   h o r r o r s .   y o u   a r e   m y   n a t i o n a l i s t .
[ 1 0 m i n w a r n i n g ]   d e t r o i t   p i s t o n s   a t   n e w   o r l e a n s   p e l i c a n s   t o t a l   2 2 0 . 0   |   f r i   2 0 : 1 0 e t   d e t v s n o p   n b a   ~     w i t h   c o d e   o n a h e a t r
t h i n g s   f o r   p i s t o n s   t o   w o r k   o n   t o n i g h t   a n d   r e s t   o f   p r e s e a s o n :   d e t r o i t   p i s t o n s   m u s t   w o r k   o n … . .   👀   p i s t o n s   c l i c k   l i n k   f o r   v i d e o           v i a    
i ' m   o n   e p i s o d e   3   o f   t h e   l a s t   d a n c e   a n d   i   h e a r d   t h e   n a m e   d a u g h e r t y   a n d   t h a t   m a d e   m e   t h i n k   o f     c a u s e   i t ' s   a   c l i p   i n   e p i s o d e   3   w h e r e   l a i m b e e r   a n d   d a u g h e r t y   g o i n g   a t   i t   i n   a   g a m e   a g a i n s t   t h e   d e t r o i t   p i s t o n s   o f   t h e   8 0 s   a s   a   r u t h l e s s   a n d   p h y s i c a l   t e a m   a t   t h e   t i m e
[ u p d a t e ]   d e t r o i t   p i s t o n s   + 4 . 0   ( + 4 . 5 )   a t   n e w   o r l e a n s   p e l i c a n s   |   f r i   2 0 : 1 0 e t   d e t v s n o p   n b a   ~  
n b a   p r e s e a s o n   d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s   l i v e   p l a y   b y   p l a y . . .     v i a     w b d   g o o s e s p o r t s
t o n i g h t ' s   g a m e   i s   n o t   o n   b a l l y   s p o r t s   d e t r o i t   b e c a u s e . . .   n o   i d e a .   
 a p p a r e n t l y   x f i n i t y   i s   s h o w i n g   n b a   l e a g u e   p a s s   f o r   f r e e   t h i s   w e e k   s o   y o u   m i g h t   c a t c h   i t   t h e r e   o r   t h i s   w e b s i t e :  
    t h e   d e t r o i t   p i s t o n s   w o n   w i t h o u t   a   s u p e r s t a r
s t a r t i n g   l i n e u p   f o r   t h e   d e t r o i t   p i s t o n s   v s   t h e   n e w   o r l e a n s   p e l i c a n s :   
 
 g :   c a d e   c u n n i n g h a m 
 g :   j a d e n   i v e y 
 f :   s a d d i q   b e y 
 f :   m a r v i n   b a g l e y 
 c :   i s a i a h   s t e w a r t
s t a r t i n g   f o r   o u r   d e t r o i t   p i s t o n s  
f o r m e r   m e m b e r   o f   t h e     p i s t o n s '   " b a d   b o y s , "     t h o m a s   j o i n s   u s   t o d a y   o n   l o n g   g a m e   t o   d i s c u s s   h i s   t r a n s i t i o n   f r o m   p r o f e s s i o n a l   b a s k e t b a l l   p l a y e r   t o   c o a c h   t o   c e o .   w a t c h   h i s   l e g a c y   i n   t h e   m a k i n g   a t       s h a r e u b s  
d e t r o i t   p i s t o n s   s t a r t e r s : 
 
 c a d e   c u n n i n g h a m 
 j a d e n   i v e y 
 s a d d i q   b e y 
 i s a i a h   s t e w a r t 
 m a r v i n   b a g l e y 
 
 p l a y e r s   o u t : 
 a l e c   b u r k s 
 k e v i n   k n o x 
 n e r l e n s   n o e l 
 k e m b a   w a l k e r 
 p i s t o n s   n b a   n b a t w i t t e r   n b a 7 5
n e w   o v e r t i m e   a m m   p o s i t i o n   b o u g h t 
 n e w   o r l e a n s   p e l i c a n s   -   d e t r o i t   p i s t o n s 
 a m o u n t :   2 9 . 7 6 
 p a i d :   1 9 . 7 8 3   s u s d 
 p o s i t i o n :   n e w   o r l e a n s   p e l i c a n s 
 p o t e n t i a l   p r o f i t :   1 0   s u s d   ( 5 0 % )
t h e y   r e a l l y   c o u l d n ' t   p u t   t h e   p i s t o n s   g a m e   o n   b a l l y   s p o r t s   d e t r o i t   e x t r a   o r   s o m e t h i n g   😔
p i s t o n s   c o a c h   d w a n e   c a s e y   s a y s   r e c e n t   t r a d e   a d d i t i o n   b o j a n   b o g d a n o v i c   w i l l   h a v e   " a   b i g   r o l e "   f o r   t h e   t e a m   t h i s   s e a s o n   a n d   c a s e y   w o u l d   " l o v e   t o   h a v e   h i m   b a c k "   n e x t   s e a s o n .   b o g d a n o v i c   i s   a   f r e e   a g e n t   i n   2 0 2 3 .   t h a t   a n d   m o r e   f r o m   d e t r o i t :  
[ u p d a t e ]   d e t r o i t   p i s t o n s   + 4 . 5   ( + 5 . 5 )   a t   n e w   o r l e a n s   p e l i c a n s   |   f r i   2 0 : 1 0 e t   d e t v s n o p   n b a   ~  
n e w   o v e r t i m e   a m m   p o s i t i o n   b o u g h t 
 n e w   o r l e a n s   p e l i c a n s   -   d e t r o i t   p i s t o n s 
 a m o u n t :   2 6 3 . 4 
 p a i d :   1 0 0 . 0 0 4   s u s d 
 p o s i t i o n :   d e t r o i t   p i s t o n s 
 p o t e n t i a l   p r o f i t :   1 6 3   s u s d   ( 1 6 3 % )
p i s t o n s   v s .   p e l i c a n s   g a m e t h r e a d :   o n   t h e   r o a d   i n   n e w   o r l e a n s  
d r a y m o n d   m i g h t   a s   w e l l   j o i n   t h e   d e t r o i t   p i s t o n s   😅
n u e v a   j o r n a d a   d e   n b a : 
 
 b o s t o n   c e l t i c s   -   c h a r l o t t e   h o r n e t s 
 i n d i a n a   p a c e r s   -   n e w   y o r k   k n i c k s 
 d e n v e r   n u g g e t s   -   c h i c a g o   b u l l s 
 t o r o n t o   r a p t o r s   -   h o u s t o n   r o c k e t s 
 m i a m i   h e a t   -   m e m p h i s   g r i z z l i e s 
 d e t r o i t   p i s t o n s   -   n e w   o r l e a n s   p e l i c a n s 
 o r l a n d o   m a g i c   -   d a l l a s   m a v e r i c k s 
 
 n b a p r e s e a s o n  
▶ ️ w a t c h   a l l   n b a   b a s k e t b a l l   s u m m e r   g a m e s   l i v e   f r e e   & a m p ;   f u l l   h d ✅ 
 
 n b a   n h l   m l b   c h i c a g o b u l l s   t o r o n t o   r a p t o r s   w e t h e n o r t h   r t z   h o u s t o n   r o c k e t s   h o u s t o n r o c k e t s   d e t r o i t   p i s t o n s   d e t r o i t p i s t o n s   n o b r a k e s   n e w o r l e a n s   p e l i c a n s   p e l i c a n s n b a   w o n t b o w d o w n   w b d
n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s 
 n e w   o r l e a n s   p e l i c a n s   l i v e   s t r e a m s 
 d e t r o i t   p i s t o n s   l i v e   s t r e a m s 
 s t a r t   t i m e :   o c t   0 7 ,   0 8 : 0 0   p m   e t 
 n b a _ l i v e 
 n e w _ o r l e a n s _ p e l i c a n s   v s   d e t r o i t _ p i s t o n s 
 c r a c k s t r e a m s 
 b u f f s t r e a m s 
 s p o r t s u g e 
 n b a s t r e a m s 
 r e d d i t n b a s t r e a m s  
_ s e t     h i s   b e s t   c a s e   w a s   g o i n g   b 2 b   w i t h   g s w   a n d   t h e n   m o v e   t o   d e t r o i t   a s   a   m e n t o r   k e y   v e t   t o   g e t   p i s t o n s   “ o v e r   t h e   h u m p ”   n o w   h e s   r u i n e d   t h a t
t h e   d e t r o i t   p i s t o n s   a r e   t r a d i n g   m y l e s   t u r n e r   t o   t h e   l o s   a n g e l e s   c l i p p e r s   i n   e x c h a n g e   f o r   a l e x   c a r u s o   s o u r c e s   t e l l   m e   a n d   .
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~  
[ u p d a t e ]   d e t r o i t   p i s t o n s   + 5 . 5   ( + 5 . 0 )   a t   n e w   o r l e a n s   p e l i c a n s   |   f r i   2 0 : 1 0 e t   d e t v s n o p   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
  n e e d s   t o   d o   e v e r y t h i n g   p o s s i b l e   t o   g e t   v i c t o r   w e m b a n y a m a .   d e t r o i t   p i s t o n s   n b a
s e n d   o u r   g i r l s '   b a s k e t b a l l   t e a m   t o   l i t t l e   c a e s a r s   a r e n a   t o   p l a y   r o s e v i l l e   p r i o r   t o   t h e   d e t r o i t   p i s t o n s   g a m e   o n   m o n d a y ,   f e b r u a r y   6 t h !   w e   n e e d   t o   s e l l   1 0 0   t i c k e t s   b y   j a n u a r y   6 t h   t o   m a k e   t h i s   h a p p e n .   b u y   y o u r   t i c k e t s   n o w   a t    
p i s t o n s   w o u l d   e a t   p l e n t y   o f   t h o s e   p u n c h e s   t o   h a v e   a   d r a y m o n d   g r e e n .   p l u s   e y e   m e a n   i t ’ s   d e t r o i t   b a b i e s   f i g h t   t h e   d o c t o r s   w h e n   t h e y   b o r n   s o   i t ’ s   p e r f e c t
  o k   s o   l e t ’ s   t a k e   t h e m   b a c k   i n   2 0 0 3   t h e n   a n d   g o   a h e a d   a n d   p u t   l e b r o n   o n   t h e   d e t r o i t   p i s t o n s   t h e n .   h o w   m a n y   r i n g s   b r o n   g o t   t h e n ?   s i n c e   w e   d o i n g   h y p o t h e t i c a l s
d e n v e r   n u g g e t s   2 1 8 . 9 
 c h i c a g o   b u l l s   + 1 . 7 
 
 d e t r o i t   p i s t o n s   2 1 9 . 1 
 n e w   o r l e a n s   p e l i c a n s   - 5 . 5 
 
 o r l a n d o   m a g i c   2 1 7 . 3 
 d a l l a s   m a v e r i c k s   - 6 . 7
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
[ u p d a t e ]   d e t r o i t   p i s t o n s   + 5 . 0   ( + 5 . 5 )   a t   n e w   o r l e a n s   p e l i c a n s   |   f r i   2 0 : 1 0 e t   d e t v s n o p   n b a   ~   b o n u s e s   u p   t o   $ 2 5 0  
" i t ' s   e a s y   t o   f o r g e t   n o w ,   b u t   t h e   c a v s   w e r e   p r e t t y   f i r m l y   a   h o m e - c o u r t   a d v a n t a g e   t e a m   b e f o r e   i n j u r i e s   d e r a i l e d   t h e i r   s e a s o n . " 
 
 w i t h   d o n o v a n   m i t c h e l l   o n   t h e   s q u a d ,     b e l i e v e s   t h e   c a v s   h a v e   t h e   c e i l i n g   o f   a   n o .   2   s e e d   🔥 

d e t r o i t   p i s t o n s   d r a f t e e   g a b r i e l e   p r o c i d a   m a d e   h i s   e u r o l e a g u e   d e b u t   i n   a l b a   b e r l i n   w i n   o v e r   p a r t i z a n   b e l g r a d e .   h e   f i n i s h e d   w i t h   1 2   p o i n t s   i n   1 2   m i n u t e s ,   h e   a l s o   a d d e d   3   r e b o u n d s   a n d   1   a s s i s t .
  t h a t ' s   w i l d   b c   i   g r e w   u p   w a t c h i n g   t h e   " b a d   b o y "   d e t r o i t   p i s t o n s   p u n c h   j u m p   s h o o t e r s   j u s t   b c ,   o n   n a t i o n a l l y   t e l e v i s e d   g a m e s ,   a n d   i   k n o w   t h a t   e n t i r e   o r g a n i z a t i o n   h a s   n o t   c o l l e c t i v e l y   p a i d   2 . 6   m i l l i o n !
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
[ u p d a t e ]   d e t r o i t   p i s t o n s   + 5 . 5   ( + 5 . 0 )   a t   n e w   o r l e a n s   p e l i c a n s   |   f r i   2 0 : 1 0 e t   d e t v s n o p   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
s t o r y :   p i s t o n s   c o a c h   d w a n e   c a s e y   w a n t s   t o   r e - s i g n   b o j a n   b o g d a n o v i c   i n   f r e e   a g e n c y .   w h y   d e t r o i t   b e a t   t h e   l a k e r s ,   s u n s   a n d   o t h e r   t r a d e   o f f e r s   t o   a c q u i r e   b o g d a n o v i c ,   a n d   h i s   t h o u g h t s   o n   h i s   f u t u r e   w i t h   d e t r o i t   a n d   j a z z   t e n u r e   o n   .  
t h e   d e t r o i t   p i s t o n s   h a v e   h i r e d   s t e p h e n   s i l a s   t o   b e   t h e i r   n e x t   h e a d   c o a c h .
m o t o r   c i t y   c r u i s e   g a m e   o p e r a t i o n s   i n t e r n   -     ( d e t r o i t   ·   m i )  
  d r a y m o n d   g r e e n   w e l c o m e   t o   t h e   d e t r o i t   p i s t o n s ! ! ! !
t h e   d e t r o i t   p i s t o n s   a r e   i n   t o w n   a t   s a m e   h o t e l   a s   m e .   i   h a v e   n e v e r   f e l t   m o r e   s h o r t   i n   m y   w h o l e   l i f e
  i   l o v e   t h e   d e t r o i t   d e a t h w i s h   a s   a   n u c l e a r   d e t e r r e n t   l o l .   g o   o n ,   p u t i n ,   n u k e   u s   …   p i s t o n s   a n d   l i o n s   s u c k .   w e   d o n ’ t   c a r e   a n y   m o r e .
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
[ u p d a t e ]   d e t r o i t   p i s t o n s   + 5 . 0   ( + 5 . 5 )   a t   n e w   o r l e a n s   p e l i c a n s   |   f r i   2 0 : 1 0 e t   d e t v s n o p   n b a   ~     w i t h   c o d e   o n a h e a t r
t h e   p i s t o n s   t e a m e d   u p   w i t h   t h e   c i t y ' s   v o t e r   e n g a g e m e n t   i n i t i a t i v e   t o   i n f o r m   r e s i d e n t s   o f   t h e   u p c o m i n g   n o v .   8   e l e c t i o n .  
  i s   i t   p o s s i b l e   p i s t o n s   w i l l   b e   o n   l e a g u e   p a s s   t o n i g h t   -   n o t   b l a c k e d   o u t   -   s i n c e   t h e r e   i s   n o   t v   o f   t h e   g a m e ,   l o c a l   i n   d e t r o i t   o r   o n   a n y   n a t i o n a l   s t a t i o n ? 
 s h o u l d   b e   o n   l p ,   s h o u l d n ’ t   i t ? 
 t h e   a r d e n t   p i s t o n   f a n
t h e   d e t r o i t   p i s t o n s   h a v e   w o n   t h e   2 0 3 6   n b a   c h a m p i o n s h i p .
i n d i a n a   p a c e r s   & a m p ;   d e t r o i t   p i s t o n s   b r a w l   w o u l d ' v e   h a d   y a l l   g o i n g   c r a z y   l o l   . .   j e r m a i n e   o ' n e a l   k n o c k e d   a   f a n   o u t   t h a t   n i g h t   a n d   d i d n ' t   g i v e   a   d a m n   a b o u t   n o   f i n e s   o r   s u s p e n s i o n .   t h e m   w a s   s o m e   g r e a t   t i m e s   😂
t h e   d e t r o i t   p i s t o n s   p l a y   t o d a y   😌  
  @ _ _ y o r e y   h o n e s t l y   t h e r e   i s   n o   w r o n g   o p i n i o n s   f r o m   a n y   o f   u s   b u t   m y   t h i n k i n g   l i k e   s t e v e   s a i d   i s   b i g   p i c t u r e . 
 
 t h a t   o n e   ☝ 🏽   p u n c h   c o u l d   b e   t h e   d i f f e r e n c e   b e t w e e n   a n o t h e r   $ 5 0 +   m i l l i o n   e x t e n s i o n   a n d   p o s s i b l y   a   5 t h   r i n g   💍     o r   p l a y i n g   f o r   l a s t   p l a c e   w i t h   t h e   d e t r o i t   p i s t o n s
d o n   r e i d   f i n i s h e s   w i t h   1 0   p o i n t s   i n   d e t r o i t   p i s t o n s '   o v e r t i m e   l o s s   v s   h a w k s   n b a   n b a 9 7 9 8
h o n e s t l y   i   w i s h   d r a y m o n d   w o u l d   g o   t o   d e t r o i t   i   w a n n a   s e e   s o m e   n a s t y   p i s t o n s   b a s k e t b a l l .
1 .   p j   t u c k e r 
 2 .   s t e p h 
 3 .   k l a y 
 4 .   j a m e s   j o h n s o n 
 5 .   t h e   d e t r o i t   p i s t o n s   😂 🤣 🤣  
d r a y m o n d   g r e e n   d o e s   n o t   b e l o n g   i n   t o d a y ’ s   n b a .   h e   s h o u l d   h a v e   p l a y e d   w i t h   c h a r l e s   o a k l e y ,   a n d   a n t h o n y   m a s o n ,   a n d   t h e   o l d   d e t r o i t   p i s t o n s .   h e   b e l o n g s   i n   t h e   1 9 8 0 s   n b a .   t h e s e   n e w   p r e t t y   b o y   n b a   p l a y e r s   a r e   p e t r i f i e d   o f   h i m .   a n d ,   i t ’ s   s a d .   h e   i s   s o   o u t t a   p l a c e .
  r u s s i a   w a s   l o o k i n g   g o o d   f o r   a   w h i l e   b u t   i   t h i n k   u n d e r d o g   u k r a i n e   i s   g o i n g   t o   p u l l   i t   o u t   i n   t h e   e n d .   
 
 o h ,   y o u   m e a n   s p o r t s ? ? ? 
 
 d e t r o i t   p i s t o n s .
    s a d l y ,   t h e   d e t r o i t   p i s t o n s   h a v e   o f f e r e d   a   t r a d e .   
 
 f r a n z / m o / c a l e b / z a v i e r / f u t u r e   m a g i c   p o o l e   
 
 f o r   
 
 e n t i r e   r o s t e r
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
t h e   d e t r o i t   p i s t o n s   a r e   w a i v i n g   c h a r l e s   b a s s e y   s o u r c e s   t e l l   m e   a n d  
𝙎 𝙖 𝙮   𝙘 𝙝 𝙚 𝙚 𝙨 𝙚 !   
 
 h a p p y   w o r l d s m i l e d a y ,   d e t r o i t !   😃 
 
 d e t r o i t r o o t s   |   p i s t o n s   |   l g r w  
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
d r a y m o n d   g r e e n   i s   g o i n g   t o   l o o k   g r e a t   i n   t h a t   d e t r o i t   p i s t o n s   j e r s e y .
  a l l   t h e   c o n t a c t   c o m e   f r o m   t h e   d e t r o i t   p i s t o n s   n o   o t h e r   t e a m
🏀 n e w   e p i s o d e ! 🏀 
 
 f i n a l l y ,   i   h a v e   r e t u r n e d   f r o m   v a c a t i o n   w i t h   a   t o n   t o   t a l k   a b o u t   w i t h   t h e   d e t r o i t   p i s t o n s ! 
 
 🏀 j a d e n   i v e y   b a l l e d   o u t   i n   p r e s e a s o n   o p e n e r ! 
 🏀 k i l l i a n   m e n t a l i t y   a c t u a l l y   d i f f e r e n t ? 
 🏀 m a j o r   r o t a t i o n / l i n e u p   q u e s t i o n s . . . 
 🏀 a n d   m o r e ! 
 
 📺 🔊 :  
t o n i g h t   i   w i l l   b e   s e e i n g   t h e   d e t r o i t   p i s t o n s   p l a y   o u r   n e w   o r l e a n s   p e l i c a n s .   a n   e x c i t i n g   f i n a l s   p r e v i e w .
  " t h e   d e t r o i t   p i s t o n s   h a v e   a c q u i r e d   d r a y m o n d   g r e e n . . . "
d r a y m o n d   t r y n a   g e t   t o   d e t r o i t   t o   p l a y   w i t h   t h e m   p i s t o n s
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~  
m a i n   t a k e a w a y   f r o m   t h e   d r a y / j p   v i d e o   i s   t h e   c h a n c e s   d r a y m o n d   e n d s   h i s   c a r e e r   o n   t h e   d e t r o i t   p i s t o n s   j u s t   w e n t   w a y   u p .
n b a   p i c k   c e n t e r :   8 : 1 0   p m   e t   -   d e t r o i t   p i s t o n s   v s .   n e w   o r l e a n s   p e l i c a n s   b e t t i n g   o d d s ,   e x p e r t   i n s i g h t ,   f r e e   p i c k s ,   a n d   h a n d i c a p p i n g   t o o l s  
e v e r y d a y   o n   t w i t t e r   i t s   p i s t o n s   b e a t   v s   l i o n s   b e a t   f o r   w o r s t   b e a t   i n   d e t r o i t   s p o r t s
  d e t r o i t   p i s t o n s   o f   t h e   l a t e   8 0 s   p e r k s   u p
w o u l d   y ’ a l l   j u d g e   m e   i f   i   s a i d   i   d o n ’ t   k n o w   a n y   o f   c u r r e n t   d e t r o i t   p i s t o n s ?
_ c a r l o s   i   w o n d e r   w h a t   t h e   d e t r o i t   p i s t o n s   p r a c t i c e s   w e r e   l i k e   i n   l a t e   8 0 s ,   e a r l y   9 0 s .
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 0 0 0  
[ u p d a t e ]   d e t r o i t   p i s t o n s   a t   n e w   o r l e a n s   p e l i c a n s   t o t a l   2 2 0 . 0   ( 2 1 7 . 5 )   |   f r i   2 0 : 1 0 e t   d e t v s n o p   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
i s i a h   t h o m a s   d e t r o i t   p i s t o n s   a u t o g r a p h e d   w i l s o n   r e p l i c a   b a s k e t b a l l     e b a y  
o c t o b e r   7 ,   1 9 8 4 :   t h e   n b a   p r e s e a s o n   g a m e   b e t w e e n   t h e   i n d i a n a   p a c e r s   a n d   d e t r o i t   p i s t o n s   i n   f o r t   w a y n e ,   i n d i a n a   i s   c a n c e l e d   d u e   t o   e x c e s s i v e   c o n d e n s a t i o n   o n   t h e   p l a y i n g   s u r f a c e . 
 
 📺   w a n e - t v  
p i s t o n s   v s .   p e l i c a n s   p r e v i e w :   o n   t h e   r o a d   i n   n e w   o r l e a n s  
p i s t o n s   v s .   p e l i c a n s   p r e v i e w :   o n   t h e   r o a d   i n   n e w   o r l e a n s   a s   t h e   p r e s e a s o n   c o n t i n u e s  
  i   a m   " d e t r o i t   p i s t o n s   b a d     b o y s "   y e a r s   o l d ,   s u r e l y   y o u   j e s t
g r e e n   g o n n a   g o   p l a y   w i t h   l e b r o n   😂 😂   w a t c h   !   p a t   b e v   a n d   g r e e n   t o g e t h e r   d a r e   i   s a y   d e t r o i t   p i s t o n s   i n   t h e   9 0 s
f i r s t   l o o k :   d e t r o i t   p i s t o n s   j o i n   c a m p a i g n   t o   p r o m o t e   v o t i n g   t h r o u g h o u t   c i t y  
  p u n c h e d   h i s   w a y   t o   d e t r o i t .   h e   l i t e r a l l y   s a i d   a   f e w   m o n t h s   a g o   i t ’ s   a l w a y s   b e e n   h i s   d r e a m   t o   p l a y   o n   t h e   p i s t o n s .
w a l t e r   s h a r p e   ( 4 2 )   -   d e t r o i t   p i s t o n s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s 
 
   n b a   n b a t w i t t e r   n b a t o p s h o t   s h a r p e   p i s t o n s   b l a z e r s   r i p c i t y   d e t r o i t p i s t o n s   m o t o r c i t y  
  _ _ 0 2     i   s p e a k   f o r   a l l   d e t r o i t   p i s t o n s   f a n s   w h e n   i   s a y ,   w e   r e a l l y   n e e d   t o   t r a d e   f o r   d r a y m o n d   g r e e n   a n d   g i v e   h i m   a   n e a r   m a x   d e a l .   a f t e r   t h e   c l i p   o f   h i m   p u n c h i n g   j p   s u r f a c e d ,   i t ’ s   o b v i o u s   h e   h a s   s o   m u c h   p a s s i o n   f o r   t h e   g a m e   a n d   w o u l d   t a k e   u s   t o   t h e   f i n a l s   e a s i l y .   p l e a s e   t r a d e   f o r   h i m
  p l e a s e   g o   g e t   
   t o   m e n t o r     a l r e a d y   s h o w i n g   s i g n s   o f   e l i t e   d e f e n s e   ( v i a   )  
d r a y m o n d   t o   t h e   d e t r o i t   p i s t o n s   f o r   k i l l i a n   h a y e s   a n d   a   c o u p l e   o f   l a t e   r o u n d   p i c s .   l e t ’ s   h a v e   s o m e   f u n   😂  
2 0 2 1   2 2   o p t i c   n b a   c a d e   c u n n i n g h a m   r a t   t h e h o b b y   a d  
d r a y m o n d   i s   g o i n g   t o   b e   a   m e n t o r   o n   a   v e t   m i n i m u m   f o r   t h e   d e t r o i t   p i s t o n s   n e x t   s e a s o n
n b a   b a s k e t b a l l   g a m e   s i m u l a t o r :   8 : 1 0   p m   e t   -   d e t r o i t   p i s t o n s   v s .   n e w   o r l e a n s   p e l i c a n s   g a m e   s i m u l a t i o n   a n d   f r e e   p i c k s   g e n e r a t e d   b y   a d v a n c e d   a l g o r i t h m s  
_ w o o d   t e m   a   c a r a   d o   p i s t o n s   .   w e l c o m e   d e t r o i t
s e e i n g   b r i d g e s   & a m p ;   g r e e n   f i n i s h   t h e y   c a r e e r   i n   d e t r o i t   g o n   b e   c r a z y … 
 
 o n e   m i g h t   n o t   b e   o n   t h e   p i s t o n s   t h o ,   b u t   t h e   p e n i t e n t i a r y
p l a y i n g   i n   h i s   1 1 t h   s e a s o n   f r o m   m i c h i g a n   s t a t e   u n i v e r s i t y   2 3   f o r w a r d   f o r   t h e   d e t r o i t   p i s t o n s   i t s   d r a y y y m m o o o n n n d d d   g r e e e e e e e e e n  
  d e t r o i t   p i s t o n s   a r e   t r a d i n g   3   l o t t o   p r o t e c t e d   f i r s t ,   m a r v i n   b a g l e y ,   a l e c   b u r k s   f o r   . . .
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 7 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
d r a y m o n d   g o n e   d r o p   p o o l e   l i k e   t h a t   😭 😭 😭   s e n d   t h a t   n i g g a   t o   t h e   d e t r o i t   p i s t o n s   i m m e d i a t e l y
[ u p d a t e ]   d e t r o i t   p i s t o n s   + 8 . 0   ( + 6 . 5 )   a t   n e w   o r l e a n s   p e l i c a n s   |   f r i   2 0 : 1 0 e t   d e t v s n o p   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
    w e   c a n   s a y   t h a t   n o w   a s   p i s t o n s   f a n s   i n   2 0 2 2 ,   b u t   i   c o m p l e t e l y   u n d e r s t a n d   t h e   l o g i c   o f   a   t e a m   w a n t i n g   t o   t a n k   b e c a u s e   o f   a   d i s m a l   f u t u r e   o u t l o o k .   t h e r e ’ s   a t   l e a s t   5   t e a m s   i   w o u l d   j u s t i f y   h a v i n g   t h i s   s t a n c e   i n   2 0 2 2 …   d e t r o i t   i s   n o t   o n e   o f   t h o s e   t e a m s .   b a s k e t b a l l   t i m e   i t   i s
n e w   o v e r t i m e   a m m   p o s i t i o n   b o u g h t 
 n e w   o r l e a n s   p e l i c a n s   -   d e t r o i t   p i s t o n s 
 a m o u n t :   1 4 1 5 . 1 3 9 9 9 9 9 9 9 9 9 9 9 
 p a i d :   1 0 1 5 . 0 0 0   s u s d 
 p o s i t i o n :   n e w   o r l e a n s   p e l i c a n s 
 p o t e n t i a l   p r o f i t :   4 0 0   s u s d   ( 3 9 % )
t h e   p i s t o n s   a r e   i n   n e w   o r l e a n s   t o n i g h t   t o   f a c e   o f f   a g a i n s t   z i o n   w i l l i a m s o n   a n d   t h e   p e l i c a n s   i n   t h e i r   s e c o n d   p r e s e a s o n   g a m e .   t h e   g a m e   w i l l   t i p - o f f   a t   8 : 0 0 . 
 
 t h e   g a m e   w i l l   n o t   b e   a i r e d   o n   b a l l y   s p o r t s   d e t r o i t   a n d   i s   o n l y   a v a i l a b l e   v i a   n b a   l e a g u e   p a s s   l o c a l l y .  
t h e   d e t r o i t   p i s t o n s   w i l l   t a k e   o n   t h e   n e w   o r l e a n s   p e l i c a n s   t o n i g h t   a t   8 p m   e t .  
v o t i n g   i s   a n   e s s e n t i a l   p a r t   o f   t h e   d e m o c r a t i c   p r o c e s s ,   o n e   t h a t   w e   c a n ' t   t a k e   f o r   g r a n t e d   i n   t h e   c u r r e n t   p o l i t i c a l   c l i m a t e ,   p i s t o n s   v i c e   c h a i r m a n   a r n   t e l l e m   t o l d   a x i o s .  
  d r a y m o n d   a l r e a d y   s a i d   h e   w o u l d   p l a y   f o r   t h e   p i s t o n s .   h e   w a s   b o r n   a n   h o u r   n o r t h   o f   d e t r o i t .   a n d   t h e   p i s t o n s   u s u a l l y   g i v e   g s w   m o r e   t r o u b l e   t h a n   t h e y   e x p e c t .
g o o d   m o r n i n g   🤩 
 
 t h e   d e t r o i t   p i s t o n s   p l a y   m o r e   * p r e s e a s o n *   b a s k e t b a l l   t o n i g h t   🔥   
 
 📸 :    
t h e   p i s t o n s   w i l l   g e t   a n o t h e r   t o u g h   c h a l l e n g e   t o n i g h t   a g a i n s t   a   b i g ,   a t h l e t i c   p e l i c a n s   t e a m .   h o w   w i l l   t h e y   a d j u s t   a n d   w h o   i s   g o i n g   t o   t r y   a n d   s l o w   d o w n   z i o n ? 
 
 ( v i a   )  
  _ _   w e   b e e n   s a y i n g   t h a t   a b o u t   t h e   d e t r o i t   p i s t o n s   f o r   a b o u t   t h e   l a s t   1 0   s e a s o n
  j o r d a n   l o s t   t o   t h e   d e t r o i t   p i s t o n s   t h r e e   s t r a i g h t   t i m e s   i n   t h e   p l a y o f f s   f r o m   1 9 8 7 - 1 9 9 0 ,   a n d   n e v e r   m a d e   i t   t o   t h e   f i n a l s   i n   t h e   e r a   o f   t h e   “ s h o w t i m e ”   l a k e r s ,   b i r d ’ s   d e e p l y   t a l e n t e d   r o s t e r   o f   c e l t i c s ,   e r v i n g ’ s   7 6 e r s ,   a n d   a   u t a h   j a z z   t e a m   t h a t   w a s   i n   t h e i r   d o m i n a n t   p r i m e .  
t h e   d e t r o i t   p i s t o n s   t a k e   o n   t h e   p e l i c a n s   t o n i g h t   a t   8 : 0 0 p m   e s t .   e x c i t e d   t o   s e e   h o w   t h e   t e a m   b u i l d s   o n   t h e   p e r f o r m a n c e   a g a i n s t   t h e   k n i c k s .
o n   1 1 / 1 2 / 1 9 6 4   w i l t   c h a m b e r l a i n   s c o r e s   5 3   p o i n t s 
 
 5 3   p o i n t s 
 2 3   r e b o u n d s 
 4 8   m i n u t e s   
 2 2 / 4 6   f g   9 / 2 2   f t 
 1   o f   6 6 4   c a r e e r   2 0 / 2 0   g a m e s 
 1   o f   1 2 2   5 0 +   p o i n t   g a m e s 
 
 s a n   f r a n c i s c o   w a r r i o r s   9 9 
 d e t r o i t   p i s t o n s   1 2 1 
 a t   c o b o   a r e n a 
 
 n b a   
 p i s t o n s     
 w i l t c h a m b e r l a i n 
 w a r r i o r s
t h e   d e t r o i t   p i s t o n s   w i l l   r e l o c a t e   t o   n a s h v i l l e .
s o   t h e   r e n e w a l   o f   a l l   t h e   d e t r o i t   p r o   t e a m s   w a s   s u p p o s e d   t o   h a v e   s t a r t e d   w i t h   t h e   r e d   w i n g s   l a s t   s e a s o n .     t h e y   s u c k e d .     t h e n   t h e   t i g e r s   s u c k e d .     n o w   i t   l o o k s   l i k e   t h e   l i o n s   a r e   s t i l l   b a d .     o k ,   p i s t o n s .     w i l l   y o u   g e t   t h i s   g o i n g ?
n e w   p o s t :   d e t r o i t   p i s t o n s   p r e s e a s o n   n b a   g a m e   v s .   n e w   o r l e a n s   p e l i c a n s :   t i m e ,   s t r e a m i n g ,   m o r e   i n f o    
d e t r o i t   p i s t o n s   p r e s e a s o n   n b a   g a m e   v s .   n e w   o r l e a n s   p e l i c a n s :   t i m e ,   s t r e a m i n g ,   m o r e   i n f o  
t h e   d e t r o i t   p i s t o n s   a r e   r e l e a s i n g   k r i s   d u n n   s o u r c e s   t e l l   m e   a n d  
d e t r o i t   p i s t o n s   p r e s e a s o n   n b a   g a m e   v s .   n e w   o r l e a n s   p e l i c a n s :   t i m e ,   s t r e a m i n g ,   m o r e   i n f o       n b a   n e w s   b a s k e t b a l l  
n b a   d e t r o i t   p i s t o n s   p r e s e a s o n   n b a   g a m e   v s .   n e w   o r l e a n s   p e l i c a n s :   t i m e ,   s t r e a m i n g ,   m o r e   i n f o     s p o r t s
e v a n   f o u r n i e r   w a s   s o l i d   🆚   t h e   d e t r o i t   p i s t o n s . 
 
 1 s t   h a l f . 
 
 f u l l   v i d e o 
 
 
 n b a t w i t t e r   
 n e w y o r k f o r e v e r  
i s a i a h   h a r t e n s t e i n   w a s   s o l i d   a g a i n s t   t h e   d e t r o i t   p i s t o n s . 
 
 1 0 . 4 . 2 0 2 2 
 
 1 s t   h a l f 
 
 f u l l   v i d e o 
 
 
 n e w y o r k f o r e v e r  
n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s   1 0 / 7 / 2 2   n b a   p i c k s ,   p r e d i c t i o n s ,   o d d s  
i m m a n u e l   q u i c k l e y   w a s   a g g r e s s i v e   a g a i n s t   t h e   d e t r o i t   p i s t o n s . 
 
 1 0 . 4 . 2 0 2 2 
 
 f u l l   v i d e o 
 
 
 n e w y o r k f o r e v e r  
s h o u l d   t h e   d e t r o i t   p i s t o n s   m a k e   a   . . . 
   
 
   
 9 7 1 t h e t i c k e t   a i d a n h u t c h i n s o n   b a r s t o o l s p o r t s   c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   c o l l e g e f o o t b a l l   d a n c a m p b e l l   d e t r o i t l i o n s   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r e p o r t s   d e t r o i t p i s t o n s r u m o r s  
j a l e n   b r u n s o n   a n d   m i t c h e l l   r o b i n s o n . 
 
 n e w   y o r k   k n i c k s   🆚   d e t r o i t   p i s t o n s   1 0 . 4 . 2 0 2 2 
 
 f u l l   v i d e o 
 
 
 n e w y o r k f o r e v e r   
 n b a t w i t t e r  
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
a o m f ,   d e t r o i t   s p o r t s   f a n s ,   t u n e i n   f o r   l i o n s t i g e r s p i s t o n s a n d w i n g s o h m y   w i t h     -     ! 
 n f l   o n e p r i d e   n b a   d e t r o i t b a s k e t b a l l   m l b   d e t r o i t r o o t s   n h l   l g r w   b 1 g   m s u   s p a r t y   m i c h i g a n   m a c t i o n   n c a a f b    
  i   d i d n ’ t   m i n d   i t   a t   a l l … b u t   t h e n   i ’ m   f r o m   m i c h i g a n … a n d   a   d e t r o i t   p i s t o n s   f a n !   w e   l o v e   d e f e n s e ! 😂  
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 2 5 0  
t h e   d e t r o i t   p i s t o n s   h a v e   w o n   t h e   2 0 2 6   n b a   c h a m p i o n s h i p .
f o r e c a s t i n g   t h e   e n d   o f   t h e   s a c r a m e n t o   k i n g s '   d e c a d e - l o n g   p l a y o f f   d r o u g h t 
 
 
 
 n b a   s a c r a m e n t o p r o u d   k i n g s   s a c r a m e n t o   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n
b a d   b o y s   3 :   t h e   d e t r o i t   p i s t o n s   a r e   r e v v i n g   u p   f o r   a   s p e e d y   t u r n a r o u n d 
 
 
 
 n b a   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   d u b n a t i o n
d e t r o i t   p i s t o n s :   j a l e n   d u r e n   a l r e a d y   s h o w i n g   s i g n s   o f   e l i t e   d e f e n s e 
 
 
 
 n b a   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n
  j a d e n   i v e y   s h o w s   o u t   i n   d e t r o i t   p i s t o n s   p r e s e a s o n   b l o w o u t   l o s s   t o   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !    
j o r d a n   p o o l e   m o v i n g   o n ?   |   d e t r o i t   p i s t o n s 
   
 
   
 c a d e c u n n i g h a m   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   i s a i a h l i v e r s   j a d e n i v e y   j o r d a n p o o l e   k l a y t h o m p s o n   m i c h i g a n   n b a   p o o l e d r a y m o n d   s a d d i q b e y   u o f m  
d e t r o i t   p i s t o n s   y o u t h   b l u e   c o n t e n t   s h o r t s ,   b l u e ,   1 0 0 %   p o l y e s t e r ,   s i z e   s    
d e t r o i t   s p o r t s   i s   a   w a r n i n g   s i g n   t o   t e a m s   e v e r y w h e r e   t o   n o t   h i r e   f a t   f u c k s   w i t h   a   t o u g h   g u y   o r   " i ' m   s m a r t e r   t h a n   y o u "   a t t i t u d e .   d o n ' t   k n o w   m u c h   a b o u t   p i s t o n s   h i s t o r y ,   b u t   m a t t   p a t r i c i a   i s   w o r s t   c o a c h   i n   l i o n s   h i s t o r y ,   a n d   s t a n   v a n   g u n d y   l o o k s   l i k e   t h a t  
t h e   d e t r o i t   p i s t o n s   a r e   r e v v i n g   u p   f o r   a   s p e e d y   t u r n a r o u n d  
  _ p r   y a l l   s u r e   d o   h a v e   t i c k e t s   o n   s a l e .     w h y   w o u l d   i   b u y   t i c k e t s   a n d   c a n ' t   s h o w   u p   i n   t h e   p l a y e r   j e r s e y ,       ,   t h a t   i   w a n t   t o   s u p p o r t ?   d o e s n ' t   m a k e   s e n s e .   
 p i s t o n s   d e t r o i t   d e t r o i t p i s t o n s   j a l e n d u r e n   j a l e n   d u r e n   n b a
v i c t o r   w e m b a n y a m a   b u f f e d   o u t .   g e t   h i m   t o   t h e   d e t r o i t   p i s t o n s  
c a d e   c u n n i n g h a m   a n d   t h e   d e t r o i t   p i s t o n s   g e t t i n g   r e a d y   f o r   t h e   n b a   s e a s o n   a t   k e a n   u n i v e r s i t y !   c o u g a r s   c l i m b   h i g h e r   t o g e t h e r !    
  p i s t o n s   i s   a   m a t c h   m a d e   i n   h e a v e n .   t e a c h   t h e m   k i d s   i n   d e t r o i t   h o w   t o   b e   c h a m p i o n s .   h e   w i l l   g e t   t h e   m o s t   m o n e y   t h e r e .   i   t h i n k   i t s   w i n   w i n   f o r   a l l   s i d e s .   w e   m i g h t   g e t   a   h i g h   p i c k   f r o m   t h i s   j a y
p u t   t o g e t h e r   a   r e s p o n s e   t o   t h e   k n i c k s ’   f i r s t   o f   m a n y   g a m e s   t h i s   s e a s o n   i n   w h i c h   t h e y   t r o u n c e d   t h e   d e t r o i t   p i s t o n s .   t h i s   o n e ’ s   f o r     
 

t h e   d e t r o i t   p i s t o n s   j u s t   n e e d   t o   s w a g   o u t   t h i s   s e a s o n .   i   n e e d   i t ! ! !
w a t c h   ,   ,   a n d     d i s c u s s   t h e   b o n d   t h a t   t h e   d e t r o i t   p i s t o n s   a r e   b u i l d i n g   a s   a   t e a m .   
 
 📺   |   w o o d w a r d   s p o r t s   n e t w o r k
r a n k   t h e s e   t e a m s   i n   o r d e r : 
 
 -   o k l a h o m a   c i t y   t h u n d e r 
 -   o r l a n d o   m a g i c 
 -   d e t r o i t   p i s t o n s 
 -   h o u s t o n   r o c k e t s 
 -   c h a r l o t t e   h o r n e t s 
 -   i n d i a n a   p a c e r s 
 -   u t a h   j a z z 
 -   s a n   a n t o n i o   s p u r s  
d e t r o i t   p i s t o n s   h a s   o f f e r e d   s e v e r a l   d i f f e r e n t   p a c k a g e s   i n   a n   a t t e m p t   t o   t r a d e   f o r   t a j   g i b s o n .   a t   t h i s   t i m e ,   t h e   t r a d e   i s   n o t   i m m i n e n t .
c h a u n c e y   b i l l u p s   w a s   t r a d e d   3   t i m e s   a n d   n o t     r e -   s i g n e d   b y   h i s   l a s t   t e a m   b e f o r e   b e i n g   s i g n e d   b y   t h e   d e t r o i t   p i s t o n s   w h e r e   b e c a m e   a n   a l l   s t a r   a n d   l e d   h i s   t e a m   t o   a   n . b . a .   t i t l e .   n e v e r   g i v e   u p   o n   y o u r   p a s s i o n   p a r t i c u l a r l y   i f   y o u   a r e   n o t   i n   i t   f o r   t h e 💰 .
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e t r o i t p i s t o n s   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
  s a d   t h i n g   i s   i   w o u l d n ’ t   h a t e   i f   t h e   p i s t o n s   t a n k e d   t o   g e t   v i c t o r   c a d e   v i c t o r   a n d   i v e y   w o u l d   d e l i v e r   d e t r o i t   m u l t i p l e   c h a m p i o n s h i p s
  _ e n e r g y   i ' m   a l s o   w o n d e r i n g   w h y   _ e n e r g y   s p o n s o r s     a s   w e l l   a s   o t h e r   c o r p o r a t e   e v e n t s   a n d   c o m p a n i e s .     
 
 h o w   i s   t h i s   l e g a l ?     
 
 i t ' s   t i m e   w e   s t o p p e d   s u b s i d i z i n g   t h e   d e t r o i t   t i g e r s   w i t h   m y   e l e c t r i c   b i l l .   h o w   m a n y   e x e c u t i v e s   g e t   a   s a l a r y   f o r   a t t e n d i n g   p i s t o n s   g a m e s   o n   o u r   d i m e ?
t h e   d e t r o i t   p i s t o n s   h a v e   w o n   t h e   2 0 4 0   n b a   c h a m p i o n s h i p .
f o r m e r   m e m b e r   o f   t h e     p i s t o n s '   " b a d   b o y s , "     t h o m a s   j o i n s   u s   t o d a y   o n   l o n g   g a m e   t o   d i s c u s s   h i s   t r a n s i t i o n   f r o m   p r o f e s s i o n a l   b a s k e t b a l l   p l a y e r   t o   c o a c h   t o   c e o .   w a t c h   h i s   l e g a c y   i n   t h e   m a k i n g   a t       s h a r e u b s  
  d e t r o i t   p i s t o n s ,   m y   g u y
  t h i s   g u y   w a s   a   r e a l   t r u e   n b a   c e n t e r !         _ t h e p r o g r a m                 _ p i s t o n s      
d e t r o i t   p i s t o n s   2 0 2 2   w i n   t o t a l   o d d s   a n d   f u t u r e s   b e t t i n g   i n s i g h t s       n b a   n e w s   b a s k e t b a l l  
n e w   p o s t :   d e t r o i t   p i s t o n s   2 0 2 2   w i n   t o t a l   o d d s   a n d   f u t u r e s   b e t t i n g   i n s i g h t s    
  m a k e   d e t r o i t   p i s t o n s   g r e a t   a g a i n .
    i   w a s   w o n d e r i n g   w h y   t h e   u t a h   j a z z   g a v e   b o j a n   b o g d a n o v i c   t o   t h e   p i s t o n s   f o r   f r e e . 
 
 t o   h e l p   d e t r o i t   a c c i d e n t l y   w i n   a   f e w   e x t r a   g a m e s .   b o g e y   i s   i n   a   c o n t r a c t   y e a r .   g o t t a   b a l l   o u t .  
i ’ v e   b e e n   s h o u t i n g   t h a t   t e a m s   s h l d   t a n k   p l e a s e   t h i s   d o e s   n o t   a p p l y   t o   t e r r i b l e   t e a m s / o r g a n i z a t i o n s   l i k e   s a c r e m e n t o   k i n g s   ,   o r l a n d o   m a g i c   ,   t i m b e r w o l v e s ,   u t a h   j a z z ,   d e t r o i t   p i s t o n s .
i   j u s t   g o t   a c c e s s   t o   e x c l u s i v e   l a s t - m i n u t e   t i c k e t   d e a l s   f o r   d e t r o i t   p i s t o n s   h o m e   g a m e s .   a l l   i t   t a k e s   i s   a   s i m p l e   t e x t   m e s s a g e   t o   s e c u r e   y o u r   s e a t s !   t r y   i t   h e r e  
d e t r o i t   p i s t o n s   2 0 2 2   w i n   t o t a l   o d d s   a n d   f u t u r e s   b e t t i n g   i n s i g h t s       n b a   n e w s   b a s k e t b a l l  
d o n ’ t   a n t i c i p a t e   a   p l a y o f f   b e r t h   f o r   t h e   d e t r o i t   p i s t o n s ,   w h o s e   o v e r / u n d e r   f o r   2 0 2 2 - 2 3   c h e c k s   i n   a t   o n l y   2 9 . 5   w i n s . p i s t o n s   w i n   t o t a l   f u t u r e s   o d d s n b a   o d d s   c o u r t e s y   o f   t i p i c o   s p o r t s b o o k .   o d d s   u …    
_ k e l l y _ 3 1 3   n o t   e v e n   a   p i s t o n s   f a n   b u t   i   w a n t   w e m b y   i n   d e t r o i t
  _ _ t a l k   c a s e y   w o u l d   p l a y   c o j o   o v e r   d i n w i d d i e   i f   h e   w a s   s t i l l   o n   d e t r o i t
d o   n o t   l e t   t h e   d e t r o i t   p i s t o n s   g e t   v i c t o r   w e m b a n y a m a .   g o o d   l u c k   d e a l i n g   w i t h   t h e   t r i o   o f   c a d e   c u n n i n g h a m ,   j a d e n   i v e y ,   a n d   v i c t o r   w e m b a n y a m a .
d e t r o i t   p i s t o n s   2 0 2 2   w i n   t o t a l   o d d s   a n d   f u t u r e s   b e t t i n g   i n s i g h t s       n b a   n e w s   b a s k e t b a l l  
n w   t e a m   p r e v i e w   2 0 2 2 - 2 0 2 3 :   d e t r o i t   p i s t o n s 
 _ p h i l i p p i n e s   & l t ; n b a   t v   p h i l i p p i n e s & g t ;
t b t   a d r i a n   d a n t l e y ' s   f i r s t   g a m e   b a c k   i n   d e t r o i t   a f t e r   g e t t i n g   t r a d e d   m a v s   p i s t o n s   🏀  
m a t t h e w   j u d o n ,   w h o   g r e w   u p   o u t s i d e   o f   d e t r o i t ,   s a y s   h e   w a s   a   p i s t o n s   a n d   r e d   w i n g s   f a n   b u t   n o t   a   l i o n s   f a n   a s   a   k i d .   h e   r o o t e d   f o r   t h e   s a i n t s ,   b e c a u s e   h i s   f a m i l y   i s   f r o m   n e w   o r l e a n s .
i t ' s   g o i n g   t o   b e   a m a z i n g   w h e n   t h e   s a c r a m e n t o   k i n g s   b e a t   t h e   d e t r o i t   p i s t o n s   i n   t h e   2 0 2 3   n b a   f i n a l s   b e c a u s e   a l l   3 0   t e a m s   s h a m e l e s s l y   t a n k e d   f o r   v i c t o r   w e m b a n y a m a   a n d   n o   f o r m e r   a l l - s t a r   p l a y e d   m o r e   t h a n   1 3   g a m e s .
l u c y   f r o m   t h e   d e t r o i t   p i s t o n s   p l a y e d   i n   m y   f a c e   j u s t   n o w   a n d   i ’ m   a c t u a l l y   i r r i t a t e d .
n e w   l i s t i n g !   
 
 b o b   l a n i e r   1 9 7 3 - 7 4   t o p p s   1 1 0   d e t r o i t   p i s t o n s   w / k a r e e m   a b d u l - j a b b a r   
 
 c h e c k   i t   o u t :   
 
 t r a d i n g c a r d s   f o r s a l e   e b a y  
b a d   b o y s   3 :   t h e   d e t r o i t   p i s t o n s   a r e   r e v v i n g   u p   f o r   a   s p e e d y   t u r n a r o u n d   ( ✍ ️   ) 
 
 d e t r o i t b a s k e t b a l l   d e t r o i t u p  
n o b o d y :   … 
 
 t h e   1 9 8 0 s   d e t r o i t   p i s t o n s :  
i d k   b o u t   d e t r o i t   p i s t o n s   y a l l ,   c a s e y   s c a r e s   m e .
  _ s t a c k s   _ h u m b l e t e e j   a b s o l u t e l y   b u t   s p u r s   a n d   p i s t o n s   j u s t   g o n n a   b e   r e a l l y   f u c k i n   b a d .   a t   l e a s t   d e t r o i t   g o n n a   b e   i n t e r e s t i n g .   s p u r s   g o n n a   b e   d e p r e s s i n g   😂
      l o l . .   i ' m   n o t   c o n t e s t i n g   a n y   o f   w h a t   y o u   s a i d .   i   a g r e e . .   i m   n o t   e v e n   t a l k i n g   a b o u t   c h i p s   t h o . .   i m   j u s t   t a l k i n g   i n   t e r m s   o f   s k i l l   w i s e .   p l a y e r   f o r   p l a y e r   c o m p a r i s o n s .   h e   i s   g o o d ,   b u t   n o t   t h a t   g o o d .   d r a y m o n d   o n   t h e   d e t r o i t   p i s t o n s   n o t   d o i n g   a n y t h i n g .
  t h e   s a m e   w a y   t h e   d e t r o i t   p i s t o n s   g u a r d e d   j o r d a n   i n   t h e   e a r l y   9 0 s . . . .
🏀   d e t r o i t   p i s t o n s   ( )   d e t r o i t u p 
 🆚   l   @   n e w   y o r k   k n i c k s   n e w y o r k f o r e v e r   d e t v s n y k 
 ⏭ ️   n e w   o r l e a n s   p e l i c a n s   w b d   d e t v s n o p 
 ✈ ️   n 6 5 0 d l   |   d a l 8 9 2 5   |   b 7 5 2 
 🛫   e w r   -   3 : 4 0   p m   e t 
 🛬   m s y   -   5 : 2 4   p m   c t 
 📡   t r a c k i n g :    
n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r e v e r   n e w y o r k k n i c k s 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
_ _ t a l k   g o t   y o u ,   i   c o u l d   s t i l l   s e e   h i m   s i g n i n g   a   1   y r   v e t   m i n   d e a l   w i t h   d e t r o i t   i n   h i s   f i n a l   y e a r s
t h e   m e d i a n   a g e   o f   t h e   d e t r o i t   p i s t o n s   s t a r t i n g   l i n e   u p   b e i n g   l i k e   2 2   c a n ’ t   b e   g o o d   l o l
n b a   d e t r o i t   p i s t o n s   :   t h e r e   i s   a   b r i g h t   s i d e ,   t h e y   c a n ' t   p l a y   a n y   w o r s e
_ g t   _ _ b a d       w e   l o v e   t h e   d e t r o i t   p i s t o n s
t h e   d e t r o i t   p i s t o n s :   t h e y ’ r e   n o t   g o o d ,   b u t   t h e y ’ r e   g o o d   e n o u g h  
_ w y s o     4 s h o !   b e i n g   r e a l i s t i c ,   p i s t o n s   c o u l d   m a k e   i t   c o m p e t i t i v e   a n d   s t i l l   g e t   h i m .   2 8 - 3 0   w i n s   a i n ’ t   s h i t   4 r e a l .   a n d   c o n s i d e r i n g   i t ’ s   a l l   b a s e d   u p o n   o d d s ,   w e   c o u l d   h a v e   a   d e c e n t   c h a n c e .   i   w a n t   t h e m   2 8 - 3 0   w i n s   t o   l o o k   g o o d ,   a n d   t h e m   l o s s e s   t o   r e f l e c t   i m p r o v e m e n t
m y   n e w e s t   a r t i c l e   f o r     
 
 
 
 p l e a s e   r e a d   a n d   s u p p o r t !   🙏  
n e w   t u m b l r   p o s t :   " n b a 2 k 2 2   d e t r o i t   p i s t o n s   v s   b o s t o n   c e l t i c s   m y l e a g u e   p s 4   g a m e s . . . "     i f t t t ,   y o u t u b e
c a n   t h i s   t e a m   m a k e   a   r u n   t o   t h e   t o u r n a m e n t ? 🤔   h e r e ’ s   w h a t   w e   t h i n k   i t ’ s   g o i n g   t o   t a k e ⬇ ️ 
 
 d e t r o i t   p i s t o n s   n b a   a l l p i s t o n s   

l a s t   t i m e   e a c h   d e t r o i t   s p o r t s   t e a m   w o n   a   p l a y o f f   s e r i e s ; 
 
 p i s t o n s   2 0 0 8   ( l o s t   i n   r o u n d   2 ) 
 r e d   w i n g s   2 0 1 3   ( l o s t   i n   r o u n d   2 ) 
 t i g e r s   2 0 1 3   ( l o s t   i n   r o u n d   2 ) 
 l i o n s   1 9 9 1   ( l o s t   i n   r o u n d   2 ) 
 
 t h a t ’ s   r i g h t   f o l k s ,   w e   a r e   c l o s i n g   i n   o n   a   d e c a d e .
b u i l d i n g   a   2 0 2 3   n b a   d r a f t   b i g   b o a r d   f o r   t h e   d e t r o i t   p i s t o n s :   p l a y e r s   6 - 1 0  
_ n b a     - d e t r o i t   p i s t o n s   
 - c a d e   c u n n i n g h a m   
 - j a d e n   i v e y 
 - d w a y n e   c a s e y
【 s t o c k   i n f o r m a t i o n 】 c h a m p i o n   " d e t r o i t   p i s t o n s   3 3   h i l l "   b a s k e t   t a n k   /   e m e r a l d   g r e e n   /  
r e p r e s e n t i n g   t h e   d     a t   t h e     a b u   d h a b i   g a m e s   2 0 2 2 
 n b a   d e t r o i t   d e t r o i t p i s t o n s   p i s t o n s  
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
t o m o r r o w   i s   t h e   d a y !   🤩   j o i n   u s   d u r i n g   d a n c i n g   f o r   t h e   s u r v i v o r s   i n   c a m p u s   m a r t i u s   w h e r e   t h e y ' l l   b e   a   p h o t o   b o o t h ,   s p e c i a l   g u e s t s   f r o m   t h e   d e t r o i t   p i s t o n s   d a n c e   t e a m ,   a n d   a   w h o l e   l o t   o f   d a n c i n g .   w e   h o p e   t o   s e e   e v e r y o n e   t h e r e !  
n b a   n b a   g m   s u r v e y :   s o m e   s a y   d e t r o i t   p i s t o n s   h a v e   l e a g u e ' s   b e s t   y o u n g   c o r e     s p o r t s
p o d c a s t :   o v e r r e a c t i n g   t o   t h e   d e t r o i t   p i s t o n s   f i r s t   p r e s e a s o n   g a m e 
 
 a p p l e   p o d c a s t s :   
 
 s p o t i f y :   
 
 y o u t u b e :    
p o d c a s t :   o v e r r e a c t i n g   t o   t h e   d e t r o i t   p i s t o n s   f i r s t   p r e s e a s o n   g a m e 
 
 a p p l e   p o d c a s t s :   
 
 s p o t i f y :   
 
 y o u t u b e :    
m y   b o l d   p r e d i c t i o n   f o r   t h e   5   t e a m s   w h o   c a n   g e t   v i c t o r   w e m b a n y a m a   n e x t   y e a r   a r e :   
 
 o k l a h o m a   c i t y   t h u n d e r   
 o r l a n d o   m a g i c   
 s a n   a n t o n i o   s p u r s   
 u t a h   j a z z   
 d e t r o i t   p i s t o n s
w e   t a l k   a b o u t   s h o o t i n g   a n d   l o b s   a   l o t   b u t   i   w i s h   i s a i a h   s t e w a r t   w o u l d   t a k e   o f f   t h e   o v e n   m i t t s . 
 
   ( v i a   )  
“ i   t h i n k   e s p e c i a l l y   i n   t h e s e   p o l a r i z i n g   t i m e s ,   i t   i s   e s s e n t i a l   f o r   e v e r y o n e ’ s   v o i c e   t o   b e   h e a r d …   w e   c a n ’ t   t a k e   f o r   g r a n t e d   o u r   d e m o c r a c y , ”   s a y s   p i s t o n s   v i c e   c h a i r m a n   a r n   t e l l e m .   h e   s a y s   t h e   p i s t o n s   m o v e d   b a c k   t o   d e t r o i t   t o   p l a y   a n   a c t i v e   r o l e   i n   t h e   c o m m u n i t y .  
🚨 n e w   w o r d s   a l e r t 🚨 
 
 w r o t e   a b o u t   t h e   c e n t r a l   d i v i s i o n ! 
 
 - a y o   d o s u n m u   & a m p ;   a l e x   c a r u s o   c l a m p i n g   f o l k s   & g t ; & g t ; 
 
 - d a r i u s   g a r l a n d :   m o v e m e n t   s h o o t e r 
 
 - m o a r   c a d e 
 
 - i s a i a h   j a c k s o n   r e p s 
 
 - b r o o k   l o p e z   i s   b y k e 
 
 a n d   m u c h   m o r e . 
 

  j a l e n   b r u n s o n   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   d e b u t   v s   d e t r o i t   p i s t o n s   |   h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2    
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~  
    w h y   d i d   c w o o d   e v e n   l e f t   d e t r o i t   w h a t ' s   t h e   f i r s t   o n e   t o   h a p p e n e d   p i s t o n s   s i g n   g r a n t   o r   r o c k t e s   s i g n   c w o o d ? ?
b r i n g   d r a y m o n d   g r e e n   t o   d e t r o i t ?     p i s t o n s   d r a y m o n d   n b a t w i t t e r
a v e n t i v   i s   c u r r e n t l y   o w n e d   b y   p l a t i n u m   e q u i t y ,   a   p r i v a t e   e q u i t y   f i r m   b a s e d   o u t   o f   b e v e r l y   h i l l s   a n d   l e d   b y   t o m   g o r e s ,   a l s o   t h e   o w n e r   o f   t h e   d e t r o i t   p i s t o n s .   t h e y   b o u g h t   t h e   t e l e c o m   i n   n o v   2 0 1 7   f o r   $ 1 . 6   b i l l i o n   a n d   h a v e   r e c e i v e d   n o t h i n g   b u t   h e a t   s i n c e . 

_ k e l l y _ 3 1 3   a s   s o m e o n e   w h o   n a m e d   m y   f i r s t   d o g   d r a y m o n d   ( p i c t u r e d ) :   p l e a s e   n o .   d e t r o i t   n e e d s   p l a y e r s   w h o   f i t   c a d e   a n d   i v e y ,   a k a   s h o o t i n g   a n d   v e r s a t i l e   d e f e n s e .   i   d o   h o p e   t h e   p i s t o n s   t h r o w   t h e   b a g   a t   w i g g i n s   t h i s   s u m m e r !  
f o r m e r   p i s t o n s   a n d   d e t r o i t   m e r c y   s t a r   e a r l   c u r e t o n   h e r e   w o r k i n g   t h e   p h o n e s  
  n o   o n e .   w e   e n d   u p   l o p p i n g   o f f   t h e   c i t y   o f   d e t r o i t   a n d   l e t t i n g   i t   f l o a t   o v e r   t o   c a n a d a .   t h e   w i n d s o r   p i s t o n s ,   l i o n s ,   r e d   w i n g s ,   a n d   t i g e r s   a l l   g o   t o   t h e   p l a y o f f s   i n   t h e i r   f i r s t   y e a r .
_ d e t r o i t     y e s .   i   d o n ' t   m i n d   s t a r t i n g   b a g l e y   a t   c   f o r   c a d e ' s   o f f e n s i v e   d e v e l o p m e n t . 
 w e   c a n   s e e   s t e w a r t / d u r e n   o f f   t h e   b e n c h .   i f / w h e n   b a g l e y   i s   r e a l l y   b a d   d e f e n s i v e l y   f o r   e n o u g h   g a m e s   d u r e n / n o e l   c a n   s t a r t .
p i s t o n s   t e a m i n g   u p   w i t h   d e t r o i t   v o t e s   t o   c a l l   r e s i d e n t s   t o   e n s u r e   t h e y   u n d e r s t a n d   e a r l y   v o t i n g   a n d   d r o p b o x   o p t i o n s   a v a i l a b l e   a h e a d   o f   n o v .   8 .  
d r a y m o n d   t o   d e t r o i t  
_ d _ p i s t o n s _ f a n     i n   t h e   b e n c h   u n i t   y o u ’ r e   m o r e   c o m f o r t a b l e   g i v i n g   h i m   s t r e t c h   d u t i e s   t o   g e t   h i s   r e p s   u p .   s t e w   a n d   b a g l e y   w o u l d   b e   a   g o o d   n b a   b e n c h   b i g   c o m b o .   h e l l   p r e - b o g i e   i t   w a s   t h e   e x p e c t e d   s t a r t i n g   c o m b o
p e r s o n a l l y   i   t h i n k   i t ' s   t i m e   t o   f o r   t h e   w a r r i o r s   t o   c u t   b a i t   w i t h   4 x   a l l - s t a r   d r a y m o n d   g r e e n .   h e ' s   c l e a r l y   b e c o m e   a   d i s t r a c t i o n   a n d   t h e   o n l y   f a i r   w a y   t o   p u n i s h   h i m   f o r   t h i s   o u t b u r s t   i s   t o   t r a d e   h i m   t o   t h e   d e t r o i t   p i s t o n s   f o r   4 x   a l l - s t a r   k e m b a   w a l k e r
  w h y   n o   l o v e   f o r   t h e   d e t r o i t   p i s t o n s ?   🤷 ‍ ♂ ️
_ _ c f c         f a c t s   a i   w o u l d n ' t   b e a t   a   6 1   w i n   d e t r o i t   p i s t o n s   t e a m   w i t h   4   a l l   s t a r s   o n   t h a t   t e a m   😂
  _ _ c f c       a i   w o u l d n ' t   b e a t   a   6 1   w i n   d e t r o i t   p i s t o n s   t e a m   w i t h   4   a l l   s t a r s   i n   h i s   t h i r d   y e a r   😂
_ _ t a l k   n o   w o n d e r   d e t r o i t   t r a d e d   h i m ! !
j a l e n   d u r e n   w a s   o n e   o f   t h e   b r i g h t   s p o t s   i n   t h e   f i r s t   p r e s e a s o n   g a m e ,   a n d   s h o w e d   s o m e   p r o m i s i n g   s i g n s   o n   t h e   d e f e n s i v e   e n d . 
 
   ( v i a   )  
t h e   d e t r o i t   p i s t o n s   w i n   t o t a l   o p e n e d   2 6 . 5   a n d   i s   c u r r e n t l y   2 9 . 5 .   j u s t   e v e r y o n e   j u m p i n g   o n   t h e   f u n ,   y o u n g   t e a m .
r j   b a r r e t t   t a k e s   c e n t e r   s t a g e   a t   t h e   g a r d e n   i n   k n i c k s   v i c t o r y   o v e r   t h e   p i s t o n s   i n   t h e   n b a p r e s e a s o n 
 
 n e w   y o r k 
 r j   b a r r e t t :   2 1   p t s ,   5   r e b 
 j a l e n   b r u n s o n :   1 6   p t s ,   5   a s t 
 
 d e t r o i t 
 j a d e n   i v e y :   1 6   p t s ,   4   r e b  
i   h o p e   h e   g o e s   t o   t h e   d e t r o i t   p i s t o n s !  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 6 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
d e t r o i t   p i s t o n s :   j a l e n   d u r e n   a l r e a d y   s h o w i n g   s i g n s   o f   e l i t e   d e f e n s e   –   n b a   n e w s  
  y o u   a r e   m i s s i n g : 
 
 n b a : 
 t h e   o r l a n d o   m a g i c ,   d e t r o i t   p i s t o n s   a n d   b o s t o n   c e l t i c s . 
   
 f r o m   t h e   p u e r t o r r i c a n   l e a g u e : 
 ( b s n ) 
 l e o n e s   d e   p o n c e 
 c a r i d u r o s   d e   f a j a r d o 
 
 e u r o l e g u e : 
 b a r c e l o n a
_ e r a   b e c a u s e   t h e y   w i l l   h a v e   t h e   s a m e   n u m b e r   o f   t o u c h d o w n s   a s   j o r d a n   a n d   p i p p e n ?   o r   c r y   a s   m a n y   t e a r s   a s   j o r d a n   a n d   p i p p e n   a b o u t   t h e   d e t r o i t   p i s t o n s .   i f   t h a t ’ s   t h e   c a s e   t h e   t h e   s t e e l e r s   a r e   f u c k e d   a n d   d o w n t o w n   s h i t s b u r g   w i l l   b e   f l o o d e d .
n e w   p o d   a l e r t ! ! 
 
 t h e   p i s t o n s   p l a y e d   a   b a s k e t b a l l   g a m e . 
 
  
  w e l c o m e   t o   d e t r o i t   p i s t o n s
t h e   d e t r o i t   p i s t o n s   a r e   t r a d i n g   j o r d a n   b e l l   t o   t h e   b r o o k l y n   n e t s   i n   e x c h a n g e   f o r   c a m   r e d d i s h   s o u r c e s   t e l l   m e   a n d   .
t h e   m i n n e s o t a   t i m b e r w o l v e s   h a v e   h i r e d   s t e p h e n   s i l a s   f r o m   t h e   d e t r o i t   p i s t o n s ,   s o u r c e s   t e l l   m e   a n d   .
  s t r o n g e s t   d e f e n s e   i n   d e t r o i t   u n t i l   t h e   b a d   b o y   p i s t o n s .  
d e t r o i t   p i s t o n s   j u s t   g a v e   m e   a   f u l l   s e a s o n   o f   l e a g u e   p a s s   f o r   a s   a   p a r t   o f   m y   m e m b e r s h i p   🔥 🔥 🔥
t h e   d e t r o i t   p i s t o n s   a r e   t r a d i n g   k e v o n   l o o n e y   t o   a   o n e - y e a r   c o n t r a c t .   p e r   h i s   a g e n t .
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   p r e   s e a s o n   s t a r t s   t o m o r r o w ! !   |   w h a t   t o   b e   e x c i t e d   a b o u t   |   m e d i a   d a y   w /   c a d e   a n d   i v e y "   
 
 c r e a t o r :     3 1 3   h o o p s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " p i s t o n s   l o s e   t o   k n i c k s   1 1 7   t o   9 6   i n   p r e s e a s o n .   j a d e n   i v e y ,   k i l l i a n   h a y e s ,   j a l e n   d u r e n   s h o w   p r o m i s e . "   
 
 c r e a t o r :     d e t r o i t   p i s t o n   m e   o f f 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   @   k n i c k s   r e a c t i o n   -   p r e s e a s o n !   -   d e t   9 6 ,   n y k   1 1 7   -   2 0 2 2 - 2 3   n b a   s e a s o n "   
 
 c r e a t o r :     t o n y   d o m b r o w s k i 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   -   f u l l   g a m e h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2   n b a   p r e s e a s o n "   
 
 c r e a t o r :     c c b n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   l o s e   1 1 7 - 9 6   i n   f i r s t   p r e s e a s o n   g a m e   t o   n e w   y o r k   k n i c k s "   
 
 c r e a t o r :     d e t r o i t   s p o r t s   n a t i o n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
b a d   f o r   m i c h i g a n   g o v   w h i t m e r ,   a g   d a n a   n e s s e l ,   s e c   j o c e l y n   b e n s o n 
 - 
 d e t r o i t ,   p i s t o n s ,   
 s h e h u l k   l e s b i a n s   d a r e d e v i l   m a t t   m u r d o c k 
 d r a y m o n d   m i d n i g h t s m a y h e m w i t h m e   r h o b h 
 l a k e r s   p o o l e   t h e f i n e 9   k o d a k   d a i l y   q u o r d l e   2 5 5 
 c h a r l i e   c o x   s a m m y   l o g a n   p a u l   r i n n a   l a t t o   l i n d s e y 
 a u s t i n   r e a v e s  
  l m a o .   f a c e   y o u r   d e t r o i t   p i s t o n s   t o o .
s o u r c e s :   i s a i a h   j a c k s o n   h a s   r e q u e s t e d   a   t r a d e .   t h e   p h o e n i x   s u n s   & a m p ;   t h e   d e t r o i t   p i s t o n s   a p p e a r   t o   b e   f r o n t - r u n n e r s   t o   l a n d   t h i s   f a n t a s t i c   p l a y e r .
_ _ t a l k   f i r s t   o f f   . .   d u d e   s u c k e d   w h e n   h e   w a s   o n   t h e   c o u r t .     h e   a c t e d   l i k e   h e   d i d n ' t   g i v e   a   f u * k !     ( l i k e   d a r k o   d i d   w h e n   h e   w a s   o n   t h e   c o u r t ) . 
 
 s e c o n d   . .   i f   y a   w o u l d   p l a y e d   l i k e   y a   d i d   i n   b r o o k l y n   . .   i n   d e t r o i t   . .   i t   w o u l d a   b e e n   w a y y y y   d i f f e r e n t . 
 
 t h i r d   . .   f u * k   !
t h e   d e t r o i t   p i s t o n s   a r e   r e l o c a t i n g   t o   l o u i s v i l l e ,   k e n t u c k y   a f t e r   t h e   e n d   o f   t h i s   s e a s o n .
  d e t r o i t   p i s t o n s   d e f e n s i v e   m i s t a k e s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   ( 1 0 - 4 - 2 2 )    
d e t r o i t   p i s t o n s :   n b a   d r a f t   l o t t e r y   😁   r e a d y ? 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
      y e a h   i t ’ s   c h i l d i s h ,   b u t   i t   s t e m s   f r o m   j a l e n   g r e e n   t a k i n g   s h o t s   a t   d e t r o i t   j u s t   b e c a u s e   t h e   p i s t o n s   d i d n ’ t   d r a f t   h i m   1 … f a n s   t a k e   e v e r y   o p p o r t u n i t y   t o   s t i c k   i t   t o   h i m
t h e     w e r e   t h e   w i n n e r s   o f   t h e   o f f s e a s o n ,   a n d   t h e   n b a d r a f t .   w i t h   t h e   a d d i t i o n s   t h e y   m a d e ,   c a n   t h e y   p u s h   f o r   t h e   p l a y - i n ?   
 
 m y   t h o u g h t s   h e r e :   
 
 n b a   n b a t w i t t e r   p i s t o n s   d e t r o i t   d e t r o i t v s e v e r y b o d y   c a d e c u n n i n g h a m     n b a m e d i a d a y  
y o u   w i n n i n g   t h i s   g a m e   w o n t   e r a s e   t h e   l   a g a i n s t   t h e   d e t r o i t   p i s t o n s   o f   a u s t r a l i a  
  2 0 2 2   n b a   p r e s e a s o n   |   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   |   f u l l   g a m e   h i g h l i g h t s   o c t o b e r   4 …    
  d e t r o i t   p i s t o n s   a t   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   r a w   r e c a p    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   -   f u l l   g a m e   h i g h l i g h t s   -   o c t o b e r   4 ,   2 0 2 2    
  j a d e n   i v e y   d e b u t !   r e a c t i n g   t o   d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   |   2 0 2 2   n b a   p r e s e a s o n    
f o r m e r   p u r d u e   b a s k e t b a l l   s t a r   j a d e n   i v e y   n o t c h e s   1 6   p o i n t s   i n   n b a   p r e s e a s o n   d e b u t   -   s p o r t s   i l l u s t r a t e d  
d r a y m o n d   o n   h i s   w a y   t o   d e t r o i t   p i s t o n s …  
n e w   l i s t i n g !   
 
 g r a n t   h i l l   1 9 9 7 - 9 8   t o p p s   f i n e s t   b r o n z e   f i n i s h e r s   4 0   d e t r o i t   p i s t o n s   w / c o a t i n g   
 
 c h e c k   i t   o u t :   
 
 t r a d i n g c a r d s   f o r s a l e   e b a y  
    a g r e e d   l e t s   s e e   w h a t   h e ' s   a b l e   t o   d o   o n   t h e   d e t r o i t   p i s t o n s
b r e a k i n g   d o w n   k n i c k s & a m p ; 3 9 ;   p g   d e p t h :   b r u n s o n ,   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   k n i c k s b a s k e t b a l l   m s g   m s g n e t w o r k s   n e w y o r k   n e w y o r k b a s k e t b a l l   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   p i s t o n s   s p o r t s  
    y o u   a r e   s u p p o s e d   t o   p i c k   g o o d   p l a y e r s   n o t   t h e   d e t r o i t   p i s t o n s
i f   w e   w e r e n ’ t   s o   l o g   j a m m e d   a t   t h e   5   i n   d e t r o i t   i ’ d   l o v e   t h i s   m f   o f f   t h e   b e n c h   n   m e n t o r i n g   d u r a n   n   b e e f   s t e w   p i s t o n s  
t . j .   w a r r e n   h a s   j u s t   a n n o u n c e d   o n   h i s   o w n   i n s t a g r a m   t h a t   h e   h a s   s i g n e d   a   5 - y e a r   e x t e n s i o n   w i t h   d e t r o i t   p i s t o n s .
      a c t u a l l y   t h e r e ' s   a n o t h e r   n b a   t e a m . . . t h e   d e t r o i t   p i s t o n s   a r e n a   i s   a   1 0 m i n   f r o m   m y   b r o ' s   h o u s e   i n   w i n d s o r .   f u l l   d i s c l o s u r e :   b r o   i s   i n t e r v i e w i n g   w i t h   t h e m   n o w .
d r a y m o n d   g r e e n   g o n e   b e   a   d e t r o i t   p i s t o n s   q u i c k e r   t h a n   e x p e c t e d  
c a n   t h e   b u c k s   r e c l a i m   a n   n b a   c h a m p i o n s h i p ?   a r e   t h e   c a v s   a   f o r - r e a l   b r e a k o u t   t e a m ?   d o   t h e   b u l l s   h a v e   s l e e p e r   p o t e n t i a l   f o r   p l a y o f f   n o i s e ? 
 
   d i v e s   i n t o   a n   i n t r i g u i n g   c e n t r a l   d i v i s i o n : 

w h i c h   o n e   o f   t h e s e   n b a   c a r d s   w o u l d   y o u   c h o o s e ? 
 
 1 . )   c a d e   c u n n i n g h a m   2 0 2 1   i l l u s i o n s   r o o k i e 
 g r e e n   5 / 5   d e t r o i t   p i s t o n s 
 
 2 . )   c a d e   c u n n i n g h a m   r p a   l i m i t e d   r o o k i e 
 j e r s e y   a u t o   c a r d   2   * * j e r s e y   n u m b e r   m a t c h * * 
 
 3 . )   2 0 2 2   p a n i n i   i l l u s i o n s   n b a   c a d e 
 c u n n i n g h a m   g o l d   0 4 / 1 0 
 r o o k i e   d e t r o i t   p i s t o n s  
s p e n c e r   d i n w i d d i e   t a l k s   a b o u t   h i s   t i m e   w i t h   t h e   d e t r o i t   p i s t o n s   
 
  
n o   o n e   h a s   m a d e   m o r e   a l l   n b a   t e a m s   i n   d e t r o i t   p i s t o n s   f r a n c h i s e   h i s t o r y   t h a n   g r a n t   h i l l
o c t a t o z b a n d c h a l l e n g e   
 
 e 
 
 e v e r y t h i n g   b u t   t h e   g i r l   -   t w i n   c i t i e s 
 
 g o t t a   b e   t h e   o n l y   s o n g   e v e r   t h a t   m e n t i o n s   t h e   p i s t o n s   w i n n i n g   b a c k   t o   b a c k   t i t l e s ? 
 
 t h e y   w e r e   r i o t i n g   i n   d e t r o i t 
 o n   t h e   n i g h t   t h e   p i s t o n s   
 w o n   i t   b a c k   t o   b a c k 
 

t h e   d e t r o i t   p i s t o n s   k n o w   t h e i r   t e a m   i s   s o   a s s   t h e y ' r e   g i v i n g   t h e i r   s e a s o n   t i c k e t   h o l d e r s   t h e   a b i l i t y   t o   w a t c h   a n y   o t h e r   t e a m   f o r   f r e e   💀 💀 💀  
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   -   f u l l   g a m e   h i g h l i g h t s   |   p r e s e a s o n   * r e a c t i o n *    
  n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r e v e r   n e w y o r k k n i c k s    
w h i l e   i n   d e t r o i t   f o r   w o r k ,   i   s t o p p e d   b y   a   s p o t s   m e m o r a b i l i a   s t o r e   t o   g e t   m y   s o n   s o m e   p i s t o n s   b a s k e t b a l l   c a r d s .     a n d   t h e r e   w a s   a   s i g n e d   k y l e   w i l l i a m s   b u f f a l o   b i l l s   j e r s e y .     i   h a d   t o   g e t   i t !   b i l l s m a f i a  
t h e   d e t r o i t   p i s t o n s   h a v e   a g r e e d   t o   d e a l   w e s l e y   m a t t h e w s   a n d   c a m   r e d d i s h   t o   t h e   u t a h   j a z z   f o r   o u s m a n e   d i e n g ,   w e n d e l l   m o o r e ,   j r . ,   p e y t o n   w a t s o n ,   a n d   3   s e c o n d - r o u n d   p i c k s ,   a c c o r d i n g   t o   l e a g u e   s o u r c e s .
r a d i o   r o u l e t t e   c o m m u n i t y   m e m b e r ( s )   w h o   a r e   d e t r o i t   p i s t o n s   s e a s o n   t i c k e t   h o l d e r s   a r e   r e p o r t i n g   t h e y   w e r e   j u s t   g i v e n   c o m p l i m e n t a r y   l e a g u e   p a s s   p r e m i u m   s u b s c r i p t i o n s .   
 
  
" k i l l i a n   h a y e s   i s   e a s i l y   t h e   m o s t   s c r u t i n i z e d   p l a y e r   o n   t h e   r o s t e r   a n d   t h i s   c o u l d   b e   a   m a k e - o r - b r e a k   s e a s o n   f o r   h i m . "   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   j a d e n i v e y   p r e s e a s o n   s a d d i q b e y   d w a n e c a s e y
  c o u l d   y o u   p l e a s e   m e s s a g e   m e   t h e   v i n t a g e   d e t r o i t   w e b s i t e   a n d   d   s h o p   w e b s i t e s   y o u   g e t   y o u r   j e r s e y s   f r o m ?     y o u   l o v e   y o u r   t i g e r s   a n d   r e d   w i n g s   i   l i k e   m y   p i s t o n s .   a n y   i n f o .   i s   h e l p f u l .
w o o d w a r d   p i s t o n s   d i s c u s s   p l a n s   f o r   t h e   2 0 2 3   n b a   s e a s o n   a n d   r e s t o r a t i o n   o . . .     v i a     d e t r o i t   d e t r o i t r o o t s   s p o r t s   e s p n     _   _ c a s e y _ n b a     _ _ t a l k        
t h i s   i s   m y   f a v o r i t e   j o r d a n   e v e r   m a d e   
 i t ’ s   a l s o   t h e   o n e   h e   w o r e   t o   f i n a l l y   b e a t   t h e   d e t r o i t   p i s t o n s   a n d   g e t   t o   t h e   n b a   f i n a l s   
 
 a t   s o m e   p o i n t   i   g o t t a   g e t   a   p a i r   o f f     t o   w e a r   w h e n   i ’ m   c o a c h i n g   t h i s   y e a r  
h a p p y   5 0 t h   b i r t h d a y   t o   t h e   n o .   3   o v e r a l l   p i c k   b y   t h e   d e t r o i t   p i s t o n s   i n   t h e   1 9 9 4   n b a   d r a f t   g r a n t   " g - m o n e y "   h i l l ! ! ! 
 
 2 0 1 8     i n d u c t e e 
 1 9 9 6   o l y m p i c   🥇 🇺 🇸 
 7 ×   n b a   a l l - s t a r 
 1 9 9 7   a l l - n b a   f i r s t   t e a m 
 4 ×   a l l - n b a   s e c o n d   t e a m 
 1 9 9 5   n b a   c o - r o y 
 3 ×   n b a   s p o r t s m a n s h i p   a w a r d 
 
 n b a   n b a b d a y  
1 4 :   o r l a n d o   m a g i c 
 1 5 :   d e t r o i t   p i s t o n s  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
  _   i   l i v e d   t h r o u g h   a   t e a m   t h a t   f e a t u r e d   t o b i a s   a s   i t ' s   b e s t   p l a y e r . . . . a v e r a g e   c o u l d   n o t   b e   a   b e t t e r   d e s c r i p t i o n  
1 0 x   n b a   a l l - s t a r !   w h a t   i f   2 2 7 ' s   y o u t u b e   c h i l i '   c a r m e l o   c h i l i '   a n t h o n y !   1 x   n c a a   n a t i o n a l   c h a m p i o n !   l a k e r n a t i o n   s p i c y '     j a m a a l a l d i n _ t v     s y r a c u s e   o r a n g e   w e n t   t o   t h e   d e t r o i t   p i s t o n s . …    
d e t r o i t   p i s t o n s -   c u t t i n g   t h e   t a g 
 
 s i m p l e   m i d d l e   b s   t h a t   d r a w s   t h e   e y e s   o f   t h e   t a g   d e f e n d e r .   k i l l i a n   h a y e s   c u t s   a s   t h e   b a l l   s c r e e n   c o v e r a g e   i s   h a p p e n i n g .  
j a l e n   d u r e n   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n d u r e n   j a l e n   d u r e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 0 2 3 n b a s e a s o n   2 0 2 2 2 3 n b a s e a s o n   b a s k e t b a l l   c c b n   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w y o r k k n i c k s 2 0 2 2   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a   e x t e n d e d n b a h i g h l i g h t s  
n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r . . .   c l i c k   h e r e :     v i a     k n i c k s   n e w y o r k f o r e v e r  
k i l l i a n   h a y e s   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k i l l i a n h a y e s   k i l l i a n   h a y e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
  d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   -   f u l l   g a m e h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2   n b a   p r e s e a s o n    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   |   p i s t o n s   s t a n d o u t s    
c a d e   c u n n i n g h a m   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a d e c u n n i n g h a m   c a d e   c u n n i n g h a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
    j o h n   s a l l e y   s a y s   t h e   b a d   b o y s   l a b e l   w a s   c h i c a g o   b u l l s   p r o p a g a n d a   t o   t u r n   t h e   l e a g u e   a g a i n s t   t h e   d e t r o i t   p i s t o n s .   b e i n g   a   b a d   b o y   d o e s n ' t   m e a n   h u r t i n g   o p p o s i n g   p l a y e r s   a n d   b a l l i n g   l i k e   y o u ' r e   o u t   f o r   b l o o d ,   i t   m e a n s   a n   u n c o m p r o m i s i n g   w o r k   e t h i c   a n d   r e l e n t l e s s   e f f o r t .
d r o p p e d   t h e   n e w e s t   e p i s o d e   o f   t s u n a m i   s p e a k s .   t a l k i n g   k n i c k s   p r e s e a s o n .   g i v e   i t   a   w a t c h !   i f   y o u   e n j o y ,   p l e a s e   l i k e   t h e   v i d e o   a n d / o r   s u b s c r i b e .   
 e p i s o d e   1 1 :   t s u n a m i   s p e a k s   |   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   p o s t   g a m . . .     v i a  
  i m a g i n e .   " t h e   d e t r o i t   p i s t o n s   f i n i s h e d   w i t h   a   3 7 - 4 5   r e c o r d   a n d   h a d   t h e   1 3 t h   b e s t   o d d s   t o   w i n   t h e   1   p i c k .   a n d   t h e y   s o m e h o w   d i d   i t ! " 
 
 ( d o n ' t   i m a g i n e .   i   d o n ' t   w a n t   t o   j i n x   a n y t h i n g . )
j e r a m i   g r a n t   g i v e s   d a m i a n   l i l l a r d   a   l o n g - a w a i t e d   b o o s t     r i p c i t y   t r a i l b l a z e r s   s p o r t s n e w s  
🏀   a u t o m a t e d   -   n 
 
 w e s t   f i n a l s 
 o k l a h o m a   c i t y   t h u n d e r   v s .   h o u s t o n   r o c k e t s   ( 3 - 4 ) 
 
 e a s t   f i n a l s 
 m i a m i   h e a t   v s .   d e t r o i t   p i s t o n s   ( 2 - 4 ) 
 
 f i n a l s 
 h o u s t o n   r o c k e t s   v s .   d e t r o i t   p i s t o n s   ( 4 - 0 ) 
 
 c h r i s t y   w i n t e r s   s c o t t :   m y   f i n a l s   p r e d i c t i o n   w a s   r i g h t !
_ f a b i a n o     a b s e n c e   m a k e s   t h e   h e a r t   g r o w   f o n d e r . 
 
 t h e s e   u n i f o r m s   w e r e   b a d   w h e n   t h e y   w e r e   t h e   u s u a l   u n i f o r m s ,   a n d   y o u   o n l y   l i k e   t h e m   n o w   f o r   n o s t a l g i c   r e a s o n s . 
 
 i ' v e   s e e n   t h e   s a m e   t h i n g   h a p p e n i n g   w i t h   t h e   d e t r o i t   p i s t o n s '   t e a m   u n i f o r m s
h e y   g u y s   w h o   i s   y o u r   f a v o r i t e   n b a     t e a m ?   f o r   m e   i t ' s   m y   d e t r o i t   p i s t o n s .   y o u   g u y s   l e t   m e   k n o w   🏀 🏀 🏀 🏀 🏀 🏀 🏀 🏀 🏀 🏀 .
i n   s o m e   w a y s ,   l a s t   n i g h t ' s   p r e s e a s o n   o p e n e r   w a s   e v e r y t h i n g   t h e   n e w   y o r k   k n i c k s   c o u l d ' v e   w a n t e d .   
 
 i   h a v e   t h r e e   r e a s o n a b l e ,   r e a l i s t i c   r e a c t i o n s   a n d   t a k e a w a y s   f r o m   l a s t   n i g h t ' s   w i n   o v e r   d e t r o i t   i n   m y   l a t e s t : 
 n e w y o r k f o r e v e r   n b a t w i t t e r   
 

m i c h i g a n   c i t i e s   w i t h   t h e   l a r g e s t   n u m b e r   o f   g h o s t   s i g h t i n g s   & g t ;     m i c h i g a n   h a l l o w e e n   t r i c k o r t r e a t   g h o s t s   b o o   d e t r o i t   l i o n s   t i g e r s   r e d w i n g s   p i s t o n s
d e t r o i t   p i s t o n s '   p r e s e a s o n   o p e n e r   c r y s t a l i z e s   p o t e n t i a l   p l a y i n g - t i m e   p r o b l e m   i n   f r o n t c o u r t  
k n i c k s   f i r e   o n   a l l   c y l i n d e r s ;   c r u s h   p i s t o n s   i n   1 s t   p r e - s e a s o n   g a m e .   
 n y   1 1 7   d e t r o i t   9 6 

h o p e   m y   d e t r o i t   p i s t o n s   h a v e   a   d e c e n t   s e a s o n
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   d r o p s   p r e s e a s o n   o p e n e r   t o   k n i c k s   9 6 - 1 1 7   |   f u l l   g a m e   r e a c t i o n   v i d e o ! ! ! "   
 
 c r e a t o r :     m o t o r   c i t y   s p o r t s   t a l k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
_ k i l l i a n   v e r y   g o o d   g a m e .   e v e r y o n e   c a n   s e e   t h e   i m p r o v e m e n t .     k e e p   i t   g o i n g   a n d   k e e p   i m p r o v i n g .   d e t r o i t   p i s t o n s   n b a
i n   p a r t n e r s h i p   w i t h   t h e   j o h n   d .   d i n g e l l   v a   a n d   t h e   d e t r o i t   p i s t o n s ,   l a k e s h o r e   s t a f f   a n d   v o l u n t e e r   a t t o r n e y s   a t t e n d e d   t h e   o c t o b e r   4 t h   h o o p s   f o r   t r o o p s   r a l l y   p o i n t   e v e n t .   l a k e s h o r e   p r o v i d e d   a n   o n - s i t e   e x p u n g e m e n t   c l i n i c   a l o n g   w i t h   l e g a l   r e s o u r c e s   t o   a t t e n d e e s .  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   |   . . . 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p o s t g a m e s h o w   k n i c k s v s p i s t o n s   k n i c k s v s p i s t o n s h i g h l i g h t s   k n i c k s v s p i s t o n s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n  
c a d e   c u n n i n g h a m ,   j a d e n   i v e y   e x c i t e d   t o   p l a y   t o g e t h e r   w i t h   p i s t o n s   -     -   d e t r o i t   d e t r o i t m u s i c   d e t r o i t b u s i n e s s   d e t r o i t f o o d  
  f i r s t   i m p r e s s i o n s :   d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   p r e s e a s o n   g a m e   1   |   w o o d w a r d   p i s t o n s …    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   p o s t   g a m e   s h o w :   h i g h l i g h t s ,   a n a l y s i s ,   c a l l e r   r e a c t i o n s …    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   n b a   f u l l   g a m e   0 4 . 1 0 . 2 0 2 2    
  t h e   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   l e d   b y   j a l e n   b r u n s o n   d o m i n a t e   t h e   d e t r o i t   p i s t o n s   i n   p r e s e a s o n   o p e n e r    
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2   |   2 2 - 2 3   n b a   p r e   s e a s o n "   
 
 c r e a t o r :     c h r i s t i a n _ l o p e z 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
d o   p e o p l e   a c t u a l l y   s p e n d   3   h o u r s   o f   t h e i r   d a y   w a t c h i n g   t h e   d e t r o i t   p i s t o n s ?
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   p i s t o n   s t a n d o u t s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t           c l i c k   l i n k   f o r   f u l l   v i d e o :    
i   d o n ’ t   w a n t   t h e   p i s t o n s   t o   t a n k   b u t   e v e r y   t i m e   i   s e e   t h i s   k i d   p l a y   i ’ m   l i k e   “ h m m m ,   1 4 %   i s n ’ t   t h a t   b a d … ”   h e ’ s   b a s i c a l l y   a   c h a r a c t e r   y o u   c r e a t e   i n   2 k .   
 
 ( v i a   )  
j a d e n   i v e y   d e b u t !   r e a c t i n g   t o   d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   |   2 0 2 2   . . .     v i a  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   |   p i s t o n s   s t a n d o u t s   d e t r o i t p i s t o n s   p i s t o n s   c l i c k   l i n k   f o r   v i d e o       v i a    
t h e   w h o l e   c o m p e t i t i o n   i s   b r o k e n .   t h e   o l d   e n g l i s h   d   i s   i c o n i c   o n   c a p s ,   b u t   t h e   c i r c l e   t i g e r   w a s   a   b e t t e r   l o g o . 
 
 i   t h i n k   t h e   c i t y   s h i e l d   w i t h   t h e   s p i r i t   o f   d e t r o i t   c o u l d   t a k e   t h e   t i g e r s '   d .   w i n g e d   w h e e l   p r o b a b l y   w i n s   t h e   t a b l e   t h o u g h .   l i o n s ,   p i s t o n s ,   t h a n k   y o u   f o r   p l a y i n g .  
n b a   e x e c u t i v e s   a g r e e   t h a t   t h e     h a v e   a   t o n   o f   u p s i d e .   _ c l a r k   g i v e s   o u t   a   f e w   w a y s   t o   p r o f i t   o f f   o f   d e t r o i t ' s   p o t e n t i a l 

t h e   r i n g e r ’ s   k e v i n   o ’ c o n n o r   n a m e   t r a i l   b l a z e r s   f o r w a r d   j e r a m i   g r a n t   a m o n g   t h e   m o s t   l i k e l y   p l a y e r s   t o   m a k e   a n   i m p a c t   o n   t h e i r   t e a m s   i n   2 0 2 2 - 2 3 .  
t h e   g o o d ,   t h e   b a d ,   a n d   t h e   u g l y .   c a t c h   u p   o n   w h a t   y o u   m i s s e d   f r o m   t h e   p i s t o n s   p r e s e a s o n   g a m e   l a s t   n i g h t ⬇ ️ 🏀 
 
 d e t r o i t   a l l p i s t o n s   p r e s e a s o n 

p l a y e r   r a t i n g s   a r e   b a c k !     c h e c k   o u t   k f t v   r e m i ' s   r e c a p   o f   l a s t   n i g h t ' s   k n i c k s   1 1 7 - 9 6   p r e s e a s o n   r u n   a g a i n s t   t h e   p i s t o n s 
 

🚨   e p .   1 6   i s   o u t   n o w !   🚨   
 
 j e f f   a n d   m i k e   d i s c u s s   l i o n s   v s   s e a h a w k s ,   t . j   h o c k e n s o n ,   a a r o n   g l e n n ' s   j o b   s e c u r i t y ,   d e t r o i t   p i s t o n s   a n d   d e t r o i t   r e d   w i n g s   p r e s e a s o n   & a m p ;   m o r e ! 
 
 o n e p r i d e   p i s t o n s   l g r w   
 
 c h e c k   i t   o u t   o n   y o u t u b e ! :  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 5 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
w i t h o u t   o v e r r a t i n g   p r e s e a s o n ,   t h i s   g a m e   w a s   a   r e m i n d e r   o f   t h e   t a l e n t   o n   t h i s   r o s t e r .   r e c a p p i n g   t h e   p r o m i s i n g   ( a n d   w o r r i s o m e )   d e v e l o p m e n t s   o f   e a c h   r o t a t i o n   p l a y e r ’ s   p e r f o r m a n c e ,   p e e p   t h e   r e c a p   k n i c k s   f a m ! 
 
     v i a  
d e t r o i t   p i s t o n s '   p r e s e a s o n   o p e n e r   c r y s t a l i z e s   p o t e n t i a l   p l a y i n g - t i m e   p r o b l e m   i n   f r o n t c o u r t    
  y e a   i   h o p e   h e   l o o k s   r e j u v e n a t e d   t o o ,   a f t e r   t a k i n g   a   s t e p   b a c k   l a s t   y e a r .   h i s   3 r d   q   y e s t e r d a y   v s   t h e   p i s t o n s   w a s   r e a l l y   s o l i d   b u t   t h e n   a g a i n   i t s   j u s t   d e t r o i t   😆 
 
 i t s   a l s o   p o s s i b l e   i m   u n d e r r a t i n g   b r u n s o n .   t h a t s   w h y   i   b r o u g h t   u p   i n i t i a l l y   w e   a l l   h a v e   o u r   f a v s   & a m p ;   t o   e a c h   t h e i r   o w n   🤷 🏼 ‍ ♂ ️
y e s t e r d a y   n e w   y o r k   k n i c k s   -   d e t r o i t   p i s t o n s   a t   m a d i s o n   s q u a r e   g a r d e n ☺ ️ 🏀  
_   y o u   f o r g o t   t o   q u a l i f y   y o u r   s t a t e m e n t   w i t h : 
 
 b a s e d   o f f   o f   1   m e a n i n g l e s s   p r e s e a s o n   g a m e   a g a i n s t   t h e   w o r s t   t e a m   i n   t h e   n b a   t h e   d e t r o i t   p i s t o n s . 
 
 h a d   y o u   d o n e   t h a t   y o u   w o u l d   i n d e e d   b e   c o r r e c t .
e v e n   t h o   i   g o t   p h i l l y   i n   t h e   e a s t   i   s t i l l   l i k e   t h i s   d e t r o i t   p i s t o n s   s q u a d
d e t r o i t   p i s t o n s   v s   n e w   y o r k   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w y o r k k n i c k s h i g h l i g h t s   e a s t e r n c o n f e r e n c e   k n i c k s v s p i s t o n s   k n i c k s v s p i s t o n s f u l l g a m e h i g h l i g h t s   k n i c k s v s p i s t o n s h i g h l i g h t s   k n i c k s v s p i s t o n s p r e s e a s o n b a s k e t b a l l g a m e  
4 2 0 f r i e n d l y   w e e d l o v e r   t h c 
 
 k a h l i b u d s   4 2 0 g r o w l i f e 
 
 o n e   w o r l d   p r o d u c t s   ( o t c q b :   o w p c ) ,   a   f u l l y - l i c e n s e d   h e m p   a n d   c a n n a b i s   p r o d u c e r   i n   c o l o m b i a   —   o w n e d   b y   f o r m e r   d e t r o i t   p i s t o n s   p o i n t   g u a r d   i s i a h   t h o m a s   —   i s   o n e   s t e p   c l o s e r   t o   c o m m e r c i a l i z a t i o n . 
 
 t h e   n e …  
4 2 0 d o m m e   4 2 0 f r i e n t l y 
 
 k a h l i b u d s   4 2 0 g r o w l i f e 
 
 o n e   w o r l d   p r o d u c t s   ( o t c q b :   o w p c ) ,   a   f u l l y - l i c e n s e d   h e m p   a n d   c a n n a b i s   p r o d u c e r   i n   c o l o m b i a   —   o w n e d   b y   f o r m e r   d e t r o i t   p i s t o n s   p o i n t   g u a r d   i s i a h   t h o m a s   —   i s   o n e   s t e p   c l o s e r   t o   c o m m e r c i a l i z a t i o n . 
 
 t h e   n e w s   c o m e s   a s   o w p   r e c e n t l y   f o …
p r o   h o g   s t a n l e y   u m u d e   _   h a d   1   r e b   & a m p ;   w a s   b o x s c o r e   + 5   i n   3   m i n s   o f   c l o c k   o n   t u e s   i n   d e t r o i t   p i s t o n s '   p r e - s z n   g a m e   v s .   n e w   y o r k   k n i c k s
j a d e n   i v e y   a n d   j a l e n   d u r e n   s h i n e   b r i g h t l y   i n   p r e s e a s o n   o p e n e r .   
 
 ⁦ ⁩   w i t h   t h e   r e c a p   o f   y e s t e r d a y ’ s   p i s t o n s   m a t c h u p   a g a i n s t   t h e   k n i c k s .    
_ 0 0 b o n d j r   y u p .   a n d   y o u   s e e   t h o s e   g l i m p s e s   f r o m   h i m   w h e n   h e ’ s   t a k e n   w h a t   t h e   d e f e n s e   g i v e s .   h e   d i d   i t   t h e   w e e k   p r i o r   a g a i n s t   n e w   e n g l a n d .   
 
 i   d o n ’ t   k n o w   i f   i t ’ s   j u s t   a   m a t t e r   o f   h i m   b e i n g   f r u s t r a t e d   w i t h   t h i s   p a r t i c u l a r   t e a m .   b u t   r i g h t   n o w   t h e y   a r e   l i k e   h i s   d e t r o i t   p i s t o n s .
  r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   d e t r o i t   p i s t o n s   |   n e w   y o r k   k n i c k s    
y o u   k n o w   a   d a r k   h o r s e   t e a m   i   w o u l d   l o v e   t o   s e e   s c o o t   o r   v i c t o r   o n ?   t h e   d e t r o i t   p i s t o n s … .   
 
 c a d e - i v e y - v i c t o r 
 c a d e - i v e y - s c o o t   
 
 b o t h   w o u l d   j u s t   b e   f i r e
n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s   p o s t   g a m e   s h o w :   h i g h l i g h t s ,   a n a l y s i s . . .     v i a  
t h e   p r e - s e a s o n   o p e n e r   f o r   t h e   d e t r o i t   p i s t o n s   p r o v i d e s   c l u e s   t o   t h e   s p i n  
o u r   o w n     c o n t i n u e s   b u i l d i n g   a   p r e l i m i n a r y   d e t r o i t   p i s t o n s   t o p - 2 0   b i g   b o a r d   f o r   t h e   2 0 2 2 - 2 3   n b a   d r a f t .   t o d a y ,   h e   b r i n g s   y o u   p l a y e r s   1 1 - 1 5 :    
t h e   f i n a l   s c o r e   i s n ' t   a s   i m p o r t a n t   a s   t h e   r o t a t i o n   s p l i t s   w e   s a w   a n d   t h e   d e v e l o p m e n t   o f   t h e   '   f i r s t - ,   s e c o n d -   a n d   t h i r d - y e a r   p l a y e r s .  
  _ o _ a _ t _ 3 0 5       a l l   t h a t   t a l k   j u s t   t o   h a v e   a s   m a n y   s u p e r   b o w l s   a s   t h e   d e t r o i t   p i s t o n s .   y o u r   f r a n c h i s e   i s   f o u n d e d   o n   l o s i n g   s o   y o u   h a v e   t o   c o p e   b y   h a t i n g   o n   u s .   u n l u c k y   m a n  
n b a p r e s e a s o n   
 m a r t e s 
 
 n e w   y o r k   k n i c k s   1 1 7 - 9 6   d e t r o i t   p i s t o n s 
 
 m i a m i   h e a t   1 1 1 - 1 2 1   m i n n e s o t a   t i m b e r w o l v e s 
 
 c h i c a g o   b u l l s   1 2 5 - 1 2 9   n e w   o r l e a n s   p e l i c a n s 
 
 p o r t l a n d   t r a i l   b l a z e r s   1 0 1 - 1 1 8   u t a h   j a z z 
   7 p t s - 1 a s - 1 r e c 

f o r m e r   p u r d u e   g u a r d   j a d e n   i v e y   m a d e   h i s   p r e s e a s o n   d e b u t   w i t h   t h e   d e t r o i t   p i s t o n s   o n   t u e s d a y   n i g h t .   h e   f i n i s h e d   w i t h   1 6   p o i n t s ,   4   r e b o u n d s ,   2   a s s i s t s   a n d   a   s t e a l   w i t h o u t   t u r n i n g   t h e   b a l l   o v e r .   

r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   d e t r o i t   p i s t o n s . . .     v i a  
" a t   t i m e s   y o u   l a c k e d   s o m e   o f   t h a t   s i z e . "   
 
   o n   t h e   s t a r t i n g   5   t h a t   t h e   d e t r o i t   p i s t o n s   p u t   o u t   a g a i n s t   t h e   k n i c k s .
p r e s e a s o n   o p e n e r   f o r   d e t r o i t   p i s t o n s   g i v e s   c l u e s   o n   r o t a t i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " n y   k n i c k s   v s   d e t r o i t   p i s t o n s   |   p r e s e a s o n   1 1 7 - 9 6   |   g a m e   r e v i e w "   
 
 c r e a t o r :     d e l u s i o n a l   k n i c k s   f a n   n e t w o r k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
t u e s d a y   w a s   o u r   f i r s t   g l i m p s e   o f   a   t w o - b i g   l i n e u p   d w a n e   c a s e y   t e a s e d   d u r i n g   c a m p .   t h e r e   w i l l   b e   s o m e   t o u g h   r o t a t i o n   d e c i s i o n s   t o   m a k e   b e f o r e   t h e   r e g u l a r   s e a s o n   s t a r t s   
 

n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s   p o s t   g a m e   s h o w :   h i g h l i g h t s ,   a n a l y s i s ,   c a l l e r   r e a c t i o n s   |   1 0 . 4 . 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
  😂 😂 😂   1 5   p o i n t s   i n   1 8   m i n s   o n   6 - 1 0   s h o o t i m g ,   4   a s s i s t   a n d   6   r e b s   a n d   h e   d i d n ’ t   p l a y   w e l l ?   o k   i t   w a s   t h e   d e t r o i t   p i s t o n s   i ’ l l   s a y   t h a t   h e   s h o u l d   g e t   t h o s e   n u m b e r s   i n   h i s   s l e e p .
t h e   t o r o n t o   r a p t o r s   a r e   t r a d i n g   s t e p h e n   c u r r y   t o   t h e   d e t r o i t   p i s t o n s   i n   e x c h a n g e   f o r   d e m a r   d e r o z a n   s o u r c e s   t e l l   m e   a n d   .
t h e   d e t r o i t   p i s t o n s   a r e   y o u r   n b a   c h a m p i o n s !
t h e   n e w   y o r k   k n i c k s - d e t r o i t   p i s t o n s   g a m e   h a d   d u k e   b a s k e t b a l l   t a l e n t   g a l o r e . 👇 
 

t h e   n e w   y o r k   k n i c k s - d e t r o i t   p i s t o n s   g a m e   h a d   d u k e   b a s k e t b a l l   t a l e n t   g a l o r e . 👇 
 

    w h e r e   w e r e   t h e   " s u i t o r s "   b e f o r e   t h e   d e t r o i t   p i s t o n s   t r a d e d   f o r   b o g d a n o v i c h   s o   l a t e   i n   t h e   p r o c e s s     ? 
 p o o r   p e r i m e t e r   d e f e n d e r   i n   h i s   o l d e r   a g e   c o u l d n ' t   a t t r a c t   a   1 s t   r o u n d   d r a f t   p i c k .   👎
d e t r o i t   p i s t o n s '   p r e s e a s o n   o p e n e r   c r y s t a l i z e s   p o t e n t i a l   p l a y i n g - t i m e   p r o b l e m   i n   f r o n t c o u r t  
k i l l i a n   h a y e s   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k i l l i a n h a y e s   k i l l i a n   h a y e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
d e t r o i t   p i s t o n s ’   p r e s e a s o n   o p e n e r   c r y s t a l l i z e s   p o t e n t i a l   p l a y i n g   t i m e   p r o b l e m   i n   f r o n t c o u r t  
t h e   d e t r o i t   p i s t o n s ’   p r e s e a s o n   o p e n e r   c r y s t a l l i z e s   t h e   p o t e n t i a l   p r o b l e m   w i t h   f r o n t c o u r t   p l a y i n g   t i m e  
b o j a n   b o g d a n o v i c   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b o j a n b o g d a n o v i c   b o j a n   b o g d a n o v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
d e t r o i t   p i s t o n s '   p r e s e a s o n   o p e n e r   c r y s t a l i z e s   p o t e n t i a l   p l a y i n g - t i m e   p r o b l e m   i n   f r o n t c o u r t   y a h o o s p o r t s   n b a  
r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   d e t r o i t   p i s t o n s     v i a  
      s e c o n d   t o   l a s t   a f t e r   d e t r o i t   p i s t o n s
d e t r o i t   p i s t o n s '   p r e s e a s o n   o p e n e r   c r y s t a l i z e s   p o t e n t i a l   p l a y i n g - t i m e   p r o b l e m   i n   f r o n t c o u r t  
n e w   p o s t :   d e t r o i t   p i s t o n s ’   p r e s e a s o n   o p e n e r   c r y s t a l i z e s   p o t e n t i a l   p l a y i n g - t i m e   p r o b l e m   i n   f r o n t c o u r t    
d e t r o i t   p i s t o n s   p r e s e a s o n   o p e n e r   c r y s t a l l i z e s   p o t e n t i a l   f r o n t c o u r t   g a m e   t i m e   p r o b l e m  
d e t r o i t   p i s t o n s   p r e s e a s o n   o p e n e r   c r y s t a l i z e s   p o t e n t i a l   f r o n t c o u r t   p l a y i n g   t i m e   i s s u e  
n b a   d e t r o i t   p i s t o n s '   p r e s e a s o n   o p e n e r   c r y s t a l i z e s   p o t e n t i a l   p l a y i n g - t i m e   p r o b l e m   i n   f r o n t c o u r t     s p o r t s
n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s   p o s t   g a m e   s h o w :   h i g h l i g h t s ,   a n a l y s i s . . .     v i a     t h e   b o y s   a r e   b a c k   t o   t a l k   k n i c k s . .   l e t ' s   g o 🫡 🫡 🫡 🫡
n i c e   s h o w i n g   b y   s o m e   ⁦ ⁩   p l a y e r s   b u t   i t   s h o u l d   b e   o b v i o u s   t h a t   c o r e y   m i n u t e s   n e e d   t o   g o   t o   k i l l i a n ,   w e   c a n   u s e   a l e x   b u r k ,   r e m o v e   s t e w a r t   f r o m   t h e   l i n e   u p   f o r   s i z e   w i t h   b a g l e y   o r   n o e l   u n t i l   j a l e n   d e v e l o p s   i n   3 0   g a m e s    
d e t r o i t   p i s t o n s   d r o p s   p r e s e a s o n   o p e n e r   t o   k n i c k s   9 6 - 1 1 7   |   f u l l   g a m e   r e a c t i o n   v i d e o ! ! !   -     -   d e t r o i t   d e t r o i t m u s i c   d e t r o i t b u s i n e s s   d e t r o i t f o o d  
d e t r o i t   p i s t o n s '   p r e s e a s o n   o p e n e r   c r y s t a l i z e s   p o t e n t i a l   p l a y i n g - t i m e   p r o b l e m   i n   f r o n t c o u r t       n b a   n e w s   b a s k e t b a l l  
n e w   v i d e o   t o   w a t c h : 
 
 " r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   d e t r o i t   p i s t o n s   |   n e w   y o r k   k n i c k s "   
 
 c r e a t o r :     m s g   n e t w o r k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
n e w   y o r k   k n i c k s   d e f e a t e d   d e t r o i t   p i s t o n s   1 1 7 - 9 6  
l o v e   m e   s o m e   o f   m y   d e t r o i t   t a l k   p i s t o n s   o n e p r i d e   g o b l u e   r e l e n t l e s s  
d e t r o i t   p i s t o n s   l o s e   t o   t h e   n y   k n i c k s   1 1 7 - 9 6 .   2 1   t u r n o v e r s   b y   d e t r o i t   a n d   o n l y   1 3   b y   t h e   k n i c k s .
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n    
  p r e - s e a s o n   |   d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !    
$ 2 5 0   f o r   c o u r t s i d e   a t   t h e   g a r d e n ?   h a d   t o   d o   i t   
   
 
   
 b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   m i c h i g a n   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   p i s t o n s  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w y o r k k n i c k s 2 0 2 2   e a s t e r n c o n f e r e n c e   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   p i s t o n s v s k n i c k s  
j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s   –   t h e   m e r c u r y   n e w s  
b a n g !   a n d   b l a k e   g r i f f i n   a b s o l u t e l y   d a g g e r e d   t h e   d e t r o i t   p i s t o n s
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   w a s   o n   t n t   ( u s a ) .   w i t h   c o m m e n t a r y   f r o m   s p e r o   d e d e s .   c o - c o m m e n t a t o r   i s   s t a n   v a n   g u n d y .   r e p o r t e r   i s   j a r e d   g r e e n b e r g .     f o r   m o r e   d e t a i l s   s e e     n e w y o r k k n i c k s   d e t r o i t p i s t o n s   t n t u s a
i c y m i :   a f t e r   a   m a n   c a l l e d   i n   t o   e x p r e s s   h i s   d i s d a i n   o v e r   t h e   d e t r o i t   p i s t o n s   u n i f o r m s ,   t h e   t e a m   w e n t   b a c k   t o   t h e   d r a w i n g   b o a r d   a n d   c r e a t e d   a   w h o l e   n e w   l o o k   😳  
d e t r o i t   p i s t o n s   t o o   t u r n o v e r s   h a p p y   i n   1 1 7 - 9 6   p r e s e a s o n   d e b u t   l o s s   t o   n e w   y o r k   k n i c k s  
【 s t o c k   i n f o r m a t i o n 】 c h a m p i o n   " d e t r o i t   p i s t o n s   3 3   h i l l "   b a s k e t   t a n k   /   e m e r a l d   g r e e n   /  
e v e r y   d e t r o i t   p i s t o n s   f a n   s h o u l d   b e   p r a y i n g   w e   g e t   t h e   1   p i c k   i n   t h e   d r a f t
i s a i a h   l i v e r s   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h l i v e r s   i s a i a h   l i v e r s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s
  t a k e   o n   t h e   n e w   y o r k   k n i c k s   a n d   d e t r o i t   p i s t o n s   g a m e
d e t r o i t   p i s t o n s   t o o   t u r n o v e r   h a p p y   i n   1 1 7 - 9 6   p r e s e a s o n   d e b u t   l o s s   t o   n e w   y o r k   k n i c k s  
i c y m i :   d e t r o i t   p i s t o n s ’   p r e s e a s o n :   3   k e y   f a c t o r s   t h a t   w i l l   h a v e   a   h u g e   i m p a c t   o n   t h e   2 0 2 2 - 2 3   s e a s o n   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   d e t r o i t b a s k e t b a l l
  r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   d e t r o i t   p i s t o n s   |   n e w   y o r k   k n i c k s    
👍   o n   :   n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s   p o s t   g a m e   s h o w :   h i g h l i g h t s ,   a n a l y s i s ,   c a l l e r   r e a c t i o n s   |   1 0 . 4 . 2 2  
a   s w e e t   2 1 p t   w i n   t o   o p e n   p r e   s e a s o n   a g a i n s t   t h e   d e t r o i t   p i s t o n s   👏 🔥 💯   
 
 b a r r e t t :   2 1 / 5 / 2 
 r a n d l e :   1 5 / 6 / 4   
 b r u n s o n :   1 6 / 5 
 q u i c k l e y :   1 3 / 3 / 3 
 
 k n i c k s   k n i c k s t a p e   🔸 ️ 🔹 ️  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n   n e w y o r k   k n i c k s   n b a   v i d e o :  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n   d e t r o i t   p i s t o n s   n b a   v i d e o :  
n e w   y o r k   k n i c k s   1 1 7 ,   d e t r o i t   p i s t o n s   9 6 :   p h o t o s   f r o m   p r e s e a s o n   g a m e   a t   m a d i s o n   s q u a r e   g a r d e n    
i   r e a l l y   l o v e   t h e   d i r e c t i o n   o f   t h e   d e t r o i t   p i s t o n s   b u t   y e s   i   w o u l d   t r a d e   t h e   w h o l e   o r g a n i z a t i o n   t o   g e t   t h e   f i r s t   p i c k
1 0 x   n b a   a l l - s t a r !   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2    
1 0 x   n b a   a l l - s t a r !   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   4 t h   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2    
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
t h e   d e t r o i t   p i s t o n s   h a v e   f o r f e i t e d   a l l   8 2   g a m e s .  
  p l e a s e   a d d r e s s   p i s t o n s   p l a y e r .   d o   n o t   d i s a p p o i n t .   i t   i s   j u s t   p r e   g a m e .     w e   w i l l   b r e a k   r e g u l a r   s e a s o n .   d o   n o t   w o r r y .
  i f   m y   p i s t o n s   g e t   h i m   i ’ m   b u y i n g   s e a s o n   t i c k e t s   a n d   i   d o n ’ t   e v e n   l i v e   i n   d e t r o i t   l o l
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s :   l i v e   w a t c h - a l o n g :   p r e - p o s t   g a m e   a n a l y s i s   i n c l u d e d 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   -   f u l l   g a m e h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2   n b a   p r e s e a s o n    
  1 0 / 0 4 / 2 2   p r e s e a s o n   2 q   p 1   -   d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !    
  r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   d e t r o i t   p i s t o n s   |   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   4 t h   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n …    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   p r e s e a s o n   g a m e   |   d e r r i c k   r o s e   h i g h l i g h t s !   |   o c t o b e r   4 , …    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   -   f u l l   g a m e h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2   n b a   p r e s e a s o n    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   f u l l   g a m e   h i g h l i g h t s   o c t o b e r   0 4 ,   2 2   |   n b a   p r e s e a s o n …    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   p o s t   g a m e   s h o w :   h i g h l i g h t s ,   a n a l y s i s ,   c a l l e r   r e a c t i o n s …    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   -   f u l l   g a m e   h i g h l i g h t s   -   o c t o b e r   4 ,   2 0 2 2   n b a   p r e s e a s o n    
  p o s t   g a m e   |   d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   |   p i s t o n s    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   -   f u l l   g a m e   h i g h l i g h t s   -   o c t o b e r   4 ,   2 0 2 2   n b a   p r e s e a s o n    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   f u l l   g a m e   3 r d   q t r   |   o c t o b e r   0 4   |   2 0 2 2   n b a   -   p r e - s e a s o n    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   -   f u l l   g a m e   h i g h l i g h t s   -   o c t o b e r   4 ,   2 0 2 2   n b a   p r e s e a s o n    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   4 t h   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n …    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   4 t h   q t r   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   0 4   |   2 0 2 2   n b a   -   p r e - s e a s o n    
  j a l e n   b r u n s o n   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   d e b u t   v s   d e t r o i t   p i s t o n s   |   h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   |   p o s t g a m e   s h o w   |   k n i c k s   p r e s e a s o n    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n …    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   3 r d   q t r   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n …    
j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s  
f o r m e r   p u r d u e   u n i v e r s i t y   a l l - a m e r i c a n   g u a r d   j a d e n   i v e y   o n   t u e s d a y   n i g h t   m a d e   h i s   n b a   p r e s e a s o n   d e b u t ,   l e a d i n g   t h e   d e t r o i t   p i s t o n s   i n   s c o r i n g   w i t h   1 6   p o i n t s   ( 6 - 9   f g )   i n   2 2   m i n u t e s   o f   a c t i o n .  
w e   l o s t   t o n i g h t   a g a i n s t   t h e   k n i c k s   b u t   i   s t i l l   t h i n k   t h e   d e t r o i t   p i s t o n s   w i l l   b e   i n   t h e   p l a y o f f s   t h i s   y e a r .   j a d e n   i v e y   r o y ( o r   d e f i n i t e l y   a   c a n d i d a t e )   c a d e   a l l   s t a r   t e a m     ✅ .   i m   f u l l y   i n   o n   t h i s   p i s t o n s   t e a m .   f i r s t   t i m e   i n   a w h i l e   i m   c o n f i d e n t   w e   c a n   a c t u a l l y   m a k e   s o m e   n o i s e
b a r r e t t ,   m a v s   e x   b r u n s o n ,   r e v   k n i c k s '   p r e s e a s o n   w i n   o v e r   p i s t o n s     v i a    
a   p i s t o n s   p l a y e r   c o o k i n g   j a l e n   g r e e n   i s   j u s t   a   d e t r o i t   t h i n g   n o w   🤣 🤣  
j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s   –   t h e   m e r c u r y   n e w s  
j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s   –   t h e   m e r c u r y   n e w s  
j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s   –   t w i n   c i t i e s  
  w h y   d i s a s t r o u s   i n   t h e s e   p l a c e s   s p e c i f i c a l l y   d e t r o i t .   a s   a   p i s t o n s   f a n   i ’ m   q u i t e   c u r i o u s
j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s  
j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s   –   b o s t o n   h e r a l d  
j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s   –   o r a n g e   c o u n t y   r e g i s t e r  
n e w   y o r k   k n i c k s   1 1 7 ,   d e t r o i t   p i s t o n s   9 6 :   p h o t o s   f r o m   p r e s e a s o n   g a m e   a t   m a d i s o n   s q u a r e   g a r d e n  
_ s t e v o _   t h a t s   l i k e   s a y i n g   w h a t   h a s   t h e   d e t r o i t     p i s t o n s   p r o v e n ?   w h a t   h a s   o k c   t h u n d e r   p r o v e n ?   w h a t   h a s   t h e   o r l a n d o   m a g i c   p r o v e n ? ? ?
j a l e n   b r u n s o n ' s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   k n i c k s   d e t r o i t   p i s t o n s   n b a   v i d e o :  
n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s   p o s t   g a m e   s h o w :   h i g h l i g h t s ,   a n a l y s i s . . .     v i a  
t h e   d e t r o i t   p i s t o n s   l o s t   t h e i r   f i r s t   o f   f o u r   e x h i b i t i o n   g a m e s   t o   t h e   n e w   y o r k   k n i c k s ,   1 1 7 - 9 6 .  
t h e   d e t r o i t   p i s t o n s   l o s t   t h e i r   f i r s t   o f   f o u r   e x h i b i t i o n   g a m e s   t o   t h e   n e w   y o r k   k n i c k s ,   1 1 7 - 9 6 .  
t h e   d e t r o i t   p i s t o n s   l o s t   t h e i r   f i r s t   o f   f o u r   e x h i b i t i o n   g a m e s   t o   t h e   n e w   y o r k   k n i c k s ,   1 1 7 - 9 6 .  
k n i c k s   p o s t g a m e   e p i s o d e   i s   u p   n o w   o n     
 n b a   p r e s e a s o n   n b a 2 0 2 2   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   p i s t o n s   d e t r o i t   
 
       
 

j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s   –   t h e   d e n v e r   p o s t  
k n i c k s   p o s t g a m e   e p i s o d e   i s   u p   n o w   o n   
 n b a   p r e s e a s o n   n b a 2 0 2 2   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   p i s t o n s   d e t r o i t   
 
         
 

k n i c k s   p o s t g a m e   e p i s o d e   i s   u p   n o w   o n   
 n b a   p r e s e a s o n   n b a 2 0 2 2   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   p i s t o n s   d e t r o i t   
 
         
 

j a d e n   i v e y   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a d e n i v e y   j a d e n   i v e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
d   r o s e   d o e s n ' t   n e e d   t o   l o o k   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d e r r i c k   r o s e   n o l o o k   a s s i s t   n y k   n e w y o r k   k n i c k s   d e t   d e t r o i t   p i s t o n s
o b i   i s   t o p p i n   t h e   h i g h l i g h t s   w i t h   t h i s   w i n d m i l l   💥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   o b i   t o p p i n   w i n d m i l l   d u n k   n y k   n e w y o r k   k n i c k s   d e t   d e t r o i t   p i s t o n s
g i v e   m e   w e m b y   o r   s c o o t   i n   a   d e t r o i t   p i s t o n s   u n i f o r m   m a n
r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   d e t r o i t   p i s t o n s   |   n e w   y o r k   k n i c k s ] 

p i s t o n s   v s .   k n i c k s   f i n a l   s c o r e :   d e t r o i t   m i s c u e s ,   l a c k   o f   i n t e n s i t y   s p o i l   j a d e n   a n d   j a l e n ' s   d e b u t   –   n b a   n e w s  
n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s   p o s t   g a m e   s h o w :   h i g h l i g h t s ,   a n a l y s i s . . .     v i a  
r j   b a r r e t t   h i g h l i g h t s   -   k n i c k s   v s .   p i s t o n s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   r j   b a r r e t t   n y k   d e t   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w y o r k   k n i c k s   d e t r o i t   p i s t o n s
p i s t o n s   g o t   a   b a l l e r   l o v e   w h a t   t h e y   d o i n g   u p   t h e r e   i n   d e t r o i t   🙏  
d e t r o i t   p i s t o n s   t o o   t u r n o v e r s   h a p p y   i n   1 1 7 - 9 6   p r e s e a s o n   d e b u t   l o s s   t o   n e w   y o r k   k n i c k s   b r e a k i n g   b r e a k i n g n e w s   p o l i t i c s   u s a   n e w s   n e w s b r e a k   t r e n d i n g   e n t e r t a i n m e n t   s p o r t s   h o c k e y   b a s e b a l l   t e n n i s   f o o t b a l l   m a r k e t s   s t o c k   s p 5 0 0  
j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s  
j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s  
j u l i u s   r a n d l e   w i t h   a   d u n k   v s   t h e   d e t r o i t   p i s t o n s       n b a   n e w s   b a s k e t b a l l  
m i l e s   m c b r i d e   w i t h   a   d u n k   v s   t h e   d e t r o i t   p i s t o n s       n b a   n e w s   b a s k e t b a l l  
t o p   a s s i s t s   f r o m   n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s       n b a   n e w s   b a s k e t b a l l  
o b i   t o p p i n   w i t h   a n   a l l e y   o o p   v s   t h e   d e t r o i t   p i s t o n s       n b a   n e w s   b a s k e t b a l l  
n e w   p o s t :   j a l e n   b r u n s o n   w i t h   a   2 - p o i n t e r   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   o b i   t o p p i n   w i t h   a n   a l l e y   o o p   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   c a m   r e d d i s h   w i t h   a n   a s s i s t   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   d e r r i c k   r o s e   w i t h   a n   a s s i s t   v s   t h e   d e t r o i t   p i s t o n s    
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   k n i c k s   -   n b a   g a m e   s u m m a r y   -   o c t o b e r   4 ,   2 0 2 2   |   e s p n   -   v i a     a p p 
 
 i   d o n ’ t   w a n n a   o v e r r e a c t   t o   a   p r e - s e a s o n   g a m e   b u t   t h e   k n i c k s   m i g h t   g o   u n d e f e a t e d   t h i s   s e a s o n .    
n e w   p o s t :   t o p   a s s i s t s   f r o m   n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s    
n e w   p o s t :   j u l i u s   r a n d l e   w i t h   a   d u n k   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   m i l e s   m c b r i d e   w i t h   a   d u n k   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   d e t r o i t   p i s t o n s   t o o   t u r n o v e r   h a p p y   i n   1 1 7 - 9 6   p r e s e a s o n   d e b u t   l o s s   t o   n e w   y o r k   k n i c k s    
d e t r o i t   p i s t o n s   n o .   5   p i c k   j a d e n   i v e y   i n   h i s   p r e s e a s o n   d e b u t :   
 
 📊   1 6   p t s ,   4   r e b ,   6 / 9   f g m ,   1 / 1   3 p m ,   2 2   m i n   
 
 r o o k   l o o k e d   g o o d !   💪  
d e r r i c k   r o s e   w i t h   a n   a s s i s t   v s   t h e   d e t r o i t   p i s t o n s       n b a   n e w s   b a s k e t b a l l  
c a m   r e d d i s h   w i t h   a n   a s s i s t   v s   t h e   d e t r o i t   p i s t o n s       n b a   n e w s   b a s k e t b a l l  
j a l e n   b r u n s o n   w i t h   a   2 - p o i n t e r   v s   t h e   d e t r o i t   p i s t o n s       n b a   n e w s   b a s k e t b a l l  
n b a   d e t r o i t   p i s t o n s   t o o   t u r n o v e r s   h a p p y   i n   1 1 7 - 9 6   p r e s e a s o n   d e b u t   l o s s   t o   n e w   y o r k   k n i c k s     s p o r t s
d e t r o i t   p i s t o n s   t o o   t u r n o v e r s   h a p p y   i n   1 1 7 - 9 6   p r e s e a s o n   d e b u t   l o s s   t o   n e w   y o r k   k n i c k s       n b a   n e w s   b a s k e t b a l l  
d e t r o i t   p i s t o n s   t o o   t u r n o v e r s   h a p p y   i n   1 1 7 - 9 6   p r e s e a s o n   d e b u t   l o s s   t o   n e w   y o r k   k n i c k s   y a h o o s p o r t s   n b a  
j a l e n   b r u n s o n   r e c o r d s   1 6   p o i n t s   i n   2 0   m i n u t e s   i n   h i s   f i r s t   a c t i o n   w i t h   t h e   k n i c k s .   t h e   k n i c k s   d e f e a t   t h e   d e t r o i t   p i s t o n s   1 1 7 - 9 6 .   
   

p i s t o n s   v s .   k n i c k s   f i n a l   s c o r e :   d e t r o i t   m i s c u e s ,   l a c k   o f   i n t e n s i t y   s p o i l   j a d e n   a n d   j a l e n ’ s   d e b u t  
t h e r e   w a s   a   l i t t l e   t o   l i k e   a n d   a   l i t t l e   m o r e   n o t   t o   l i k e   f r o m   t h e   p i s t o n s   i n   t h e   p r e s e a s o n   o p e n e r   i n   n y c . 
 

s o u r c e s   a r e   s a y i n g   t h e   d e t r o i t   p i s t o n s   a r e   t r a d i n g   m i k a l   b r i d g e s   t o   t h e   c h i c a g o   b u l l s   f o r   k l a y   t h o m p s o n .
i   n e e d   s o m e t h i n g   i n   d e t r o i t   s p o r t s .   i   s h o u l d   h a v e   a p p r e c i a t e d   t h o s e   w i n g s /   p i s t o n s   w i n s   s o   m u c h   m o r e   t h a n   i   d i d .
  _ r a g e s     j a y d e n   i v e y   h a s   d e t r o i t   r o o t s ,   h e   w a n t e d   t o   b e   d r a f t e d   b y   t h e   p i s t o n s .   t h e r e   i s   a   r e a s o n   h e   t u r n e d   d o w n   p r e   d r a f t   w o r k o u t s   w i t h   o t h e r   t e a m s   e x c e p t   t h e   p i s t o n s   a n d   m a y b e   a   c o u p l e   o t h e r s . 
 h e   i s   m e a n t   t o   b e   h e r e .   b e s i d e s   t h i s   t e a m   h a s   d o n e   m o r e   s i n c e   t h e   t u r n   o f   t h e   c e n t u r y   t h a n   n y
t o   s u m m a r i z e   t h e   s t a t e   o f   d e t r o i t   s p o r t s :   
 
 -   t h e   p i s t o n s ’   n e w   e r a   j u s t   b e g a n   w i t h   a   3 0   p o i n t   l o s s   t o   a   t e a m   w h o s e   b e s t   p l a y e r   i s   j a l e n   b r u n s o n 
 -   t h e   l i o n s   h a v e   t h e   w o r s t   d e f e n s e   i n   n f l   h i s t o r y 
 -   t h e   t i g e r s ’   c l o s e r   i s   a b o u t   t o   b l o w   a n   e x t r a   i n n i n g s   d u e l   t o   a   p o s i t i o n   p l a y e r
f i r s t   s c o r e   g r a p h i c   o f   t h i s   4 - g a m e   n b a   e x h i b i t i o n   s e a s o n .     p i s t o n s   l o s e   a t   m s g   i n   n y c   b y   2 1 .     j a d e n   i v e y ' s   p r o   d e b u t   n e t s   1 6   p o i n t s   t o   l e a d   d e t r o i t .     i s a i a h   l i v e r s   h a d   1 3 .     h a y e s   a n d   b o g d a n o v i c   1 1   e a c h .     r j   b a r r e t t   l e d   t h e   k n i c k s   w i t h   2 1 .     s o ,   0 - a n d - 1   a n d   o f f   t o   n e w   o r l e a n s !  
    u r   a   b u m ,   y o u   o b v   m i s s e d   t h e   p a r t   w h e r e   h e   h a s   f a m i l y   r o o t s   t o   d e t r o i t   o n e   w a y   o r   a n o t h e r .   p i s t o n s   a r e   g o n n a   b e   o n   t o p   i n   a   f e w   y e a r s   b o o k   i t .
p i s t o n s   t w i t t e r   s o   m u c h   m o r e   r a t i o n a l   o v e r a l l   t h a n   l i o n s   t w i t t e r   ( i ’ m   s u r e   i   w o n ’ t   r e g r e t   t h i s   a t   a l l   i n   d e c e m b e r )
w o o d w a r d p i s t o n s   p o s t   g a m e   |   d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   |     p i s t o n s  
t h e   p i s t o n s   l o s e   t o n i g h t   1 1 7 - 9 6 ,   b u t   h o w   a b o u t   t h e   y o u n g   k i d s ? 
 
 j a d e n   i v e y   l e d   t h e   p i s t o n s   w i t h   1 6   p o i n t s ,   j a l e n   d u r e n   l e d   t h e   p i s t o n s   w i t h   1 4   r e b o u n d s .   k i l l i a n   h a y e s   l e d   t h e   p i s t o n s   i n   a s s i s t s   w i t h   5 
 
 f r i d a y   d e t r o i t   w i l l   t a k e   o n   n e w   o r l e a n s   i n   t h e i r   n e x t   p r e s e a s o n   g a m e .  
t h e   d e t r o i t   p i s t o n s   h a v e   p a i d   f o r   t h e i r   t r a n s g r e s s i o n s .   t h e   n e w   y o r k   b a s k e t b a l l   k n i c k s   a r e   b a c k   a n d   h a v e   w o n   a   p r e s e a s o n   g a m e .   w e   s a v e   t h e   b e d   f o r   r e g u l a r   s e a s o n   a n d   p l a y o f f s .   b r i n g   o u t   t h e   k n i c k s   c h a i r   n e w y o r k f o r e v e r  
🚨 f i n a l 🚨 
 
 k n i c k s   d e f e a t   t h e   d e t r o i t   p i s t o n s   b y   1 ⃣ 1 ⃣ 7 ⃣   p o i n t s   t o   9 ⃣ 6 ⃣ 
 
 n e w y o r k f o r e v e r  
p l e a s e   n e v e r   h a v e   d e t r o i t   p i s t o n s   o n   n a t i o n a l   t v   e v e r   a g a i n  
f i n a l :   k n i c k s   1 1 7 ,   p i s t o n s   9 6 .   d e t r o i t   c o m m i t t e d   2 2   t u r n o v e r s ,   l e a d i n g   t o   2 6   k n i c k s   p o i n t s .   n o t   a   s t r o n g   p r e s e a s o n   d e b u t ,   b u t   t h e r e   w e r e   b r i g h t   s p o t s 
 
 i v e y :   1 6   p o i n t s 
 l i v e r s :   1 3   p o i n t s ,   2   b l o c k s 
 h a y e s :   1 1   p o i n t s ,   5   a s s i s t s 
 b o g d a n o v i c :   1 1   p o i n t s   
 d u r e n :   1 4   r e b o u n d s
f i n a l :   k n i c k s   1 1 7 ,   p i s t o n s   9 6 
 
 j a d e n   i v e y :   1 6   p o i n t s   a n d   0   t u r n o v e r s   ( s t o r y   c o m i n g   t o n i g h t ) 
 k i l l i a n   h a y e s :   1 1 p   a n d   5 a 
 i s a i a h   l i v e r s :   1 3   p o i n t s 
 j a l e n   d u r e n :   1 4   r e b o u n d s 
 
 d e t r o i t   h a d   2 1   t u r n o v e r s   ( 1 3   i n   t h e   f i r s t   h a l f ) 
 
 p e l i c a n s   o n   f r i d a y
t h e   n e w   y o r k   k n i c k s   d e f e a t   t h e   d e t r o i t   p i s t o n s   1 1 7 - 9 6   i n   t h e i r   p r e s e a s o n   o p e n e r .   
 
 j a d e n   i v e y :   1 6   p o i n t s ,   2   a s s i s t s   
 i s a i a h   l i v e r s :   1 3   p o i n t s ,   4   r e b o u n d s 
 b o j a n   b o g d a n o v i c ,   k i l l i a n   h a y e s :   1 1   p o i n t s
t h e   d e t r o i t   p i s t o n s   d e f e n s e   t o n i g h t   i s   s o f t e r   t h a n   a l a n   h a h n ' s   l e o n   r o s e   q u e s t i o n s .
d e t r o i t   p i s t o n s   v s   m i s   k n i c k s   h o y  
1 0 x   n b a   a l l - s t a r !   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2    
1 0 x   n b a   a l l - s t a r !   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2    
i t ’ s   m e a n i n g l e s s   t o   d r a w   c o n c l u s i o n s   f r o m   t h e   v e r y   f i r s t   * p r e s e a s o n *   g a m e .   w i t h   t h a t   s a i d ,   i   h a v e   j u s t   a   f e w   t h o u g h t s   o n   t h e   d e t r o i t   p i s t o n s ’   o p e n e r   ( 1 / 3 6 2 )
  t h e   “ b l a c k   e y e ”   t h u n d e r ,   w i t h o u t   t w o   o f   t h e i r   b e s t   p l a y e r s ,   b e a t   t h e   w c f   n u g g e t s   b y   1 0   i n   d e n v e r   l a s t   n i g h t .   m e a n w h i l e ,   t h e   f u l l   s t r e n g t h   d e t r o i t   p i s t o n s   a r e   a t   t h e   g a r d e n   r i g h t   n o w   g e t t i n g   w a x e d   b y   t h e   k n i c k s .   1 1 0 - 8 8 .   s u r e ,   i t ’ s   o n l y   p r e s e a s o n ,   b u t   s t i l l .   🤷 🏻 ‍ ♂ ️ 🤦 🏻 ‍ ♂ ️
d e t r o i t   p i s t o n s   :   w h a t   w a s   t h a t   ?
d e t r o i t   p i s t o n s   d e f   a   t e a m   t o   w a t c h   o u t   f o r   t h i s   s e a s o n
t h e   d e t r o i t   p i s t o n s   a r e   a s s   c h e e k s
s a i d   i t   i n   j u l y   a f t e r   t h e   d r a f t   a n d   i ' m   s t i c k i n g   t o   i t   n o w .   p i s t o n s   s h o u l d   s t a r t   j a l e n   d u r e n   
 

p i s t o n s ?   l i o n s ?   s p o r t s   i s   d e a d   i n   d e t r o i t   w h i c h   m e a n s   m o n e y   s a v e d   a n d   m o r e   t i m e   t o   m a k e   i t .
d e t r o i t   p i s t o n s   m i g h t   j u s t   b e   t h e   w o r s t   t e a m   i n   t h e   l e a g u e
d e t r o i t   p i s t o n s   c o u n t   y o u r   f u c k i n g   d a y s   b i t c h   !
" c a d e   c u n n i n g h a m   h a s   g i v e n   c o n f i d e n c e   t o   t h e   e n t i r e   f r a n c h i s e   t h a t   t h e y   a r e   o n   t h e   r i g h t   t r a c k   a n d   c a n   t u r n   t h i n g s   a r o u n d . "   
 - s t a n   v a n   g u n d y   o n   t h e   d e t r o i t   p i s t o n s   s e c o n d   y e a r   p o i n t   g u a r d .
t h i s   g a m e   i s   r e m i n d i n g   m e   o f   h o w   a t l a n t a   b e a t   t h e   s h i t   o u t   o f   m e   b y   3 5   w h e n   i   p l a y e d   a s   d e t r o i t   o n   n b a   2 k .   p i s t o n s
b a c k   t o   t h e   l o t t e r y   f o r   y o u r   d e t r o i t   p i s t o n s
w a t c h i n g   t h e   p i s t o n s   a n d   i t ’ s   l i k e   a l l   d e t r o i t   s p o r t s   j u s t   s u c k   r i g h t   n o w
  h e l l   t h r o w   t h e   p i s t o n s   o f f e n s e   i n   t o o .
d e t r o i t   p i s t o n s   g o i n g   t o   b e   i n   t h e   l o t t e r y   f o r   t h e   n e x t   5   y e a r s   😆 😆 😆
t h e   d e t r o i t   p i s t o n s   l o o k   a b s o l u t e l y   h o r r i b l e   l o l
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n …    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   2 n d   q t r   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n    
  p r e g a m e   c h e c k - i n   |   d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   |   p i s t o n s    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   f u l l   g a m e   2 n d   q t r   |   o c t o b e r   0 4   |   2 0 2 2   n b a   -   p r e - s e a s o n    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n …    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   1 s t   q t r   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   f u l l   g a m e   1 s t   q t r   |   o c t o b e r   0 4   |   2 0 2 2   n b a   -   p r e - s e a s o n    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n …    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   1 s t   q t r   h i g h l i g h t s   o c t o b e r   0 4 ,   2 2   |   n b a   p r e s e a s o n   2 0 2 2 - 2 3    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   1 s t   q t r    
  🔴   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   n b a   f u l l   g a m e   l i v e   s c o r e b o a r d   -   2 0 2 2    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n …    
  n b a   p r e   s e a s o n :   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   ( w a t c h   a l o n g   o n l y )   d o n n y   i s   b a c k ! !    
f e e l s   w r o n g   t o   l i k e   a   d e t r o i t   p i s t o n s   h i g h l i g h t . . .  
  ( ( l i v e ) )   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   🏀   k n i c k s   v s   p i s t o n s   |   f u l l   g a m e    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   o c t   0 4 ,   2 0 2 2   n b a   l i v e   s t r e a m    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   -   l i v e   s c o r e b o a r d   a n d   p l a y   b y   p l a y    
  ( ( l i v e ) )   d e t r o i t   p i s t o n s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   🏀   p i s t o n s   v s   k n i c k s   |   f u l l   g a m e    
  d e t r o i t   p i s t o n s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   f u l l   g a m e   |   o c t   0 4   |   2 0 2 2   n b a    
k n i c k s   8 4 ,   p i s t o n s   5 9   w i t h   6 : 5 8   r e m a i n i n g   i n   t h e   3 r d .   d e t r o i t   h a s   b e e n   o u t s c o r e d   1 9 - 6   i n   t h e   p e r i o d   s o   f a r .
  k n i c k s   v s   p i s t o n s   l i v e   |   n b a   p r e   s e a s o n   2 0 2 2   |   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s    
  ( l i v e )   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   1 0 / 4 / 2 2   f u l l   g a m e   s t a t i s t i c s   a n d   s c o r e    
g o i n g   t o   b e   a   r o u g h   y e a r   f o r   t h e   d e t r o i t   p i s t o n s .
t h e   p i s t o n s   a r e   a   p l a y o f f   t e a m   c r o w d   i s   p r e t t y   q u i t e   r n
y e p   d e t r o i t   b a s k e t b a l l   i s   b a c k   p i s t o n s   f i r s t   p r e s e a s o n   g a m e   t o n i g h t   a t   7 : 3 0   i n   n e w   y o r k   v e r s u s   t h e   k n i c k s   @   p o w e r h o u s e   g y m  
p l z   r e t w e e t   i   n e e d   4 0 0   i n   4 8   h o u r s   t h a n k   y o u     f o r   t h e   o p p o r t u n i t y   f o r   t h i s ! ! ! !   i   w i l l   f o l l o w   a n y o n e   w h o   r e t w e e t s ! ! ! !   n b a w a r d s   n b a t w i t t e r   d e t r o i t   p i s t o n s  
n w :   d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   n b a p r e s e a s o n   🏀 💙 ❤ ️ 💙 🧡
_ n f l   w e a v e r   h a s   d o n e   a   t o n   f o r   d e t r o i t ,   i t ' s   f u n   t o   s e e   d e t r o i t   s p o r t s   c o m e   b a c k   t o   a   p o i n t .   p i s t o n s   a r e   g o i n g   t o   b e   r e a l l y   d a m n   f u n   t o   w a t c h   t h i s   y e a r   a n d   g o i n g   f o r w a r d
_ n f l   h a d   n o   i d e a   y o u   w e ' r e   a   p i s t o n s   f a n .   i m   a   h u g e   w a r r i o r s   g u y   b u t   g r e w   u p   a n   h o u r   o u t s i d e   d e t r o i t   s o   d e f i n i n g l y   s o m e   p i s t o n s   f a n d o m
t h e   d e t r o i t   p i s t o n s   t o o k   t h e i r   1   o v e r a l l   p i c k ,   w h o   w a s   a n   e l i t e   s h o o t i n g   g u a r d / n a t u r a l   s c o r e r ,   a n d   s w i t c h e d   h i m   t o   a   d i f f e r e n t   p o s i t i o n   😂 .     a n d   t h e y   w o n d e r   w h y   h e   s t r u g g l e s   w i t h   h i s   s h o o t i n g .   h a s   a n y t h i n g   l i k e   t h i s   e v e r   h a p p e n e d   b e f o r e   i n   t h e   n b a   o r   a n y   o t h e r   s p o r t ?
w e   a r e   a t   h a l f t i m e   o f   t h e   p i s t o n s   f i r s t   e x h i b i t i o n   g a m e   o f   t h i s   2 0 2 2 - 2 3   n b a   s e a s o n .     k n i c k s   l e a d   6 5 - 5 3 .     b o g d a n o v i c   a n d   t o p   p i c k   j a d e n   i v e y   l e a d   d e t r o i t   w i t h   1 1 .   s a d d i q   b e y   h a s   6 .     c u n n i n g h a m ,   s t e w a r t   a n d   h a y e s   w i t h   5   e a c h .     j a l e n   b r u n s o n   1 3   f o r   n y k .   o h   b a b y ,   t h i s   i s   e x c i t i n g !
i   h o p e   o n e   o f   t h e   c o n t e n d e r s   s a v e   b o j a n   b o g d a n o v i c   f r o m   t h e   d e t r o i t   p i s t o n s .   t h a t   t e a m   s t i n k s .
i ’ v e   b e e n   w a t c h i n g   p r e s e a s o n   n b a   b a s k e t b a l l   ( d e t r o i t   p i s t o n s   a t   n e w   y o r k   k n i c k s )   o n   m s g .     h a l f t i m e
h a l f t i m e :   k n i c k s   6 5 ,   p i s t o n s   5 3 . 
 i v e y :   1 1   p o i n t s 
 b o g d a n o v i c :   1 1   p o i n t s 
 
 d e t r o i t   h a s   1 3   t u r n o v e r s ,   o f f   o f   w h i c h   n e w   y o r k   h a s   s c o r e d   1 8   p o i n t s .   p i s t o n s   h a v e   t r a i l e d   b y   a s   m a n y   a s   1 7
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   k n i c k s :   p h o t o s   f r o m   p r e s e a s o n   g a m e   a t   m a d i s o n   s q u a r e   g a r d e n  
1 3 :   d e t r o i t   p i s t o n s 
 i ' v e   n e v e r   b e e n   m u c h   o f   a   p i s t o n s   f a n ,   b u t   t h a t ' s   c h a n g i n g   n o w .   t h i s   t e a m   i s   g o i n g   t o   b e   r e a l   f u n   t o   w a t c h   a n d   i ' m   n o t   e x p e c t i n g   t o o   m u c h   d i r t y   p l a y   ( e s s e n t i a l l y   t h e   o p p o s i t e   o f   t h e   b a d   b o y   e r a   i m o ) .   i ' l l   d e f i n i t e l y   b e   p u s h i n g   i v e y   a g e n d a s   a l l   s e a s o n   t o o .    
  a r e   t h e   k n i c k s   b a c k   o r   i s     p i s t o n s   t r a s h   t h i s   y e a r   a n d   w e ’ r e   b e i n g   s u c k e r e d   i n t o   a   g r e a t   p e r f o r m a n c e   b y   t h e   p o o r   d e f e n s e   b y   d e t r o i t   ?   🤔 🤔
i t ’ s   w e i r d   s e e i n g   b o g d a n o v i c   i n   a   p i s t o n s   j e r s e y !
t h e s e   p i s t o n s   g u a r d s   s w e a r   d e u c e   i s   w e a r i n g   a   d e t r o i t   j e r s e y   😂
i t   s e e m s   t h e   k n i c k s   a r e   p l a y i n g   “ f u n ”   a n d   “ e n e r g e t i c ”   b a s k e t b a l l ,   g i v i n g   t h e m   a   l e a d   o v e r   t h e   d e t r o i t   p i s t o n s   e a r l y   i n   t h e i r   f i r s t   p r e s e a s o n   g a m e .   n o n e   o f   m y   b u s i n e s s
a m   i   m a s s i v e l y   o v e r h y p e d   f o r   t h e   2 0 2 2 - 2 0 2 3   n e w   y o r k   k n i c k e r b o c k e r s   a f t e r   l e s s   t h a n   o n e   h a l f   o f   p r e s e a s o n   b a s k e t b a l l   a g a i n s t   t h e   d e t r o i t   p i s t o n s ? 
 
 y o u ’ r e   g o d d a m n   r i g h t   i   a m .
d e t r o i t   p i s t o n s   i n   n e w   y o r k   t o n i g h t   t o   t a k e   o n   t h e   k n i c k s   i n   a   p r e - s e a s o n   g a m e .       h a s   t h e   g a m e   w i t h   s t a n   v a n   g u n d y   d o i n g   c o l o r .     b a c k   i n   t h e   d a y   t h e   l e a g u e   u s e d   t o   h a v e   p r e - s e a s o n   d o u b l e h e a d e r s   a t   m s g .     r e c a l l   w a t c h i n g   d e n n i s   r o d m a n   a s   a   r o o k i e   f l y   u p   a n d   d o w n   t h e   c o u r t .
d e t r o i t   p i s t o n s   :   k i l l i a n   h a y e s   i f   i t   d o n ' t   b a r k   w h e n   i t ' s   a   p u p p y   i t   a i n ' t   g o n n a   b a r k   w h e n   i t ' s   a   d o g
🇺 🇸 n b a   -   p r e - s e a s o n   2 0 2 2 / 2 0 2 3   -   k i c k o f f 
 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   🔴 l i v e 
 l i v e   b r o a d c a s t   h e r e ➡ ️ 
 🇺 🇸 n b a   -   p r e - s e a s o n   2 0 2 2 / 2 0 2 3   -   k i c k o f f 
 m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   🔴 l i v e 
 l i v e   b r o a d c a s t   h e r e ➡ ️  
w a t c h   n b a   p r e s e a s o n   2 0 2 2   l i v e   s t r e a m   o n l i n e 
 
 🏀 n b a   l i v e ➡ 
 
 🆚 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 🆚 m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s 
 🆚 c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s 
 🆚 p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   j a z z 
 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐯 𝐞   𝐕 𝐈 𝐀 📺 ➡  
w t f   w a s   t h a t   d e t r o i t   p i s t o n s   😒
d e t r o i t   p i s t o n s   /   n e w   y o r k   k n i c k s   l i v e   t h r e a d : 
 
 l o o k s   l i k e   t h e   p i s t o n s   p l a n   t o   s w i t c h   1 - 5   w i t h   t h e   s t a r t e r s   t h i s   y e a r .   n o t   s u r e   i f   t h e y   h a v e   t h e   s p e e d   /   i q   t o   h e l p   & a m p ;   r o t a t e   a n d   c o n c e r n e d   a b o u t   i v e y   /   b o g d o n o v i c   o n   a n   i s l a n d   -   s h o w s   a   l o t   o f   f a i t h   i n   s t e w a r t ' s   m o b i l i t y  
d e t r o i t   p i s t o n s   p r e s e a s o n   g a m e   s c o r e   v s .   n e w   y o r k   k n i c k s :   l i v e   s c o r i n g   u p d a t e s  
  t h a t   w h o l e   t r a d e   w a s   s u p e r   w e i r d ,   h o r n e t s   f l i p p i n g   h i m   t o   t h e   k n i c k s   w h o   i n   t u r n   f l i p p e d   h i m   t o   t h e   p i s t o n s   f o r   n o t h i n g   b a s i c a l l y ,   d e t r o i t   w a l k e d   o u t   m a j o r   w i n n e r s   f r o m   t h a t
  d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   n b a   l i v e   s c o r e b o a r d   i n t e r g a   s p o r t s    
t h e   d e t r o i t   p i s t o n s   a r e   y o u r   n b a   c h a m p i o n s !
n b a   p r e s e a s o n :   d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   |   l i v e   p l a y - b y - p l a y   & a m p ;   . . .     v i a     c o m e   h a n g o u t !   g o o d   g a m e   s o   f a r
k n i c k s   2 3 ,   p i s t o n s   1 9   w i t h   2 : 5 8   o n   t h e   c l o c k .   i s a i a h   s t e w a r t   k n o c k e d   d o w n   a   3   d u r i n g   d e t r o i t ' s   l a s t   p o s s e s s i o n .   h e   h a s   t h e   g r e e n   l i g h t
a n d   m y   j o u r n e y   h a s   a   d e t r o i t   p i s t o n s   f a n   s t a r t s   t o d a y
p i s t o n s   b o g d a n o v i c   g o n n a   g e t   m o r e   l o o k s   n o w   t h a t   h e ’ s   n o t   w a t c h i n g   d o n o v a n   m i t c h e l l   s h o o t   3 5   t i m e s .   s o m e   g o o d   t e a m   b a l l   i n   d e t r o i t .
w a t c h i n g   k n i c k s - p i s t o n s   o n   m y   p h o n e   s o   c a n ’ t   p u l l   c l i p s   b u t   i   l o v e   t h a t   c o a s t   t o   c o a s t   d r i v e   f r o m   i v e y   j u s t   n o w .   i   t h i n k   h i s   b u r s t   i s   g o i n g   t o   o p e n   u p   s o m e   f u n   t r a n s i t i o n   g a m e   f o r   d e t r o i t .
l i v e   h d   s t r e a m ! ! 
 
 w a t c h   2 0 2 2   n b a   l i v e   s t r e a m   f r e e   o n l i n e 
 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐯 𝐞   𝐕 𝐈 𝐀 📺 ➡ 
 
 🏆 n b a   s t r e a m s   / p r e s e a s o n   g a m e 
 
 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 m i a m i   h e a t   v s   t i m b e r w o l v e s   
 c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s 
 p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   j a z z  
🏀   b a s k e t b a l l :   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   -   n b a   
 ⏰   o n g o i n g   l i v e 
 ➡   
 
 b a s k e t b a l l   a m e r i c a n   u s a   n b a l i v e   b a s k e t b a l l l o v e r s   n e w y o r k k n i c k s   d e t r o i t p i s t o n s
n b a s t r e a m s   r e d d i t 
 
   c l i c k   h e r e ➡ 
 
 n b a   p r e s e a s o n   g a m e   2 0 2 2   
 
 🆚 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 🆚 m i a m i   h e a t   v s   t i m b e r w o l v e s   
 🆚 c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s 
 🆚 p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   j a z z 
 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐯 𝐞   𝐕 𝐈 𝐀 📺 ➡  
n b a s t r e a m s   r e d d i t 
 
   c l i c k   h e r e ➡ 
 
 n b a   p r e s e a s o n   g a m e   2 0 2 2   
 
 🆚 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 🆚 m i a m i   h e a t   v s   t i m b e r w o l v e s   
 🆚 c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s 
 🆚 p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   j a z z 
 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐯 𝐞   𝐕 𝐈 𝐀 📺 ➡  
t o n i g h t . . . 
 
 t h e   k n i c k s   b e i n g   t h e i r   p r e s e a s o n   s c h e d u l e   a t   t h e   g a r d e n   a g a i n s t   c a d e   c u n n i n g h a m ,   j a d e n   i v e y   & a m p ;   t h e   d e t r o i t   p i s t o n s ! 
 
 j o i n     r i g h t   h e r e   a t   h a l f t i m e   & a m p ;     l i v e   o n   y o u t u b e ,   f a c e b o o k   & a m p ;   t w i t t e r   a f t e r   t h e   g a m e !  
2 0 2 2 - 2 3   p r e - s e a s o n :   k n i c k s   v s   d e t r o i t   p i s t o n s   |   l i v e   p l a y   b y   p l a y   -   p r e   g a m e   t o   p o s t   g a m e  
w h e r e   d e t r o i t   p i s t o n s   t w i t t e r   a t ?   i ' m   r e a d y   f o r   t h e   t r o l l i n g !   
 
 a l s o ,   p u t   b a g l e y   i n   c o w a r d s .
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   -   n b a   -   p r e - s e a s o n   l i v e   s t r e a m 
 🔴 ⏩ l i v e   b r o a d c a s t   h e r e :   🔗    
p i s t o n s   b e a t   w r i t e r s   a r e   g o i n g   t h r o u g h   i t   r i g h t   n o w   w i t h   a   b u n c h   o f   c o n f u s e d   f a n s   t h a t   d e t r o i t   i s   s t a r t i n g   t h e   f i v e   g u y s   w h o   m a k e   t h e   m o s t   s e n s e   t o   s t a r t .
b a s k e t b a l l   i s   b a c k ! 
 
 t u n e   i n   n o w   t o   b a l l y   s p o r t s   d e t r o i t   e x t r a   t o   c a t c h   t h e   f i r s t     p r e s e a s o n   m a t c h u p   a g a i n s t   t h e   n e w   y o r k   k n i c k s .   
 
 p i s t o n s   |    
n b a s t r e a m s   r e d d i t 
 
   c l i c k   h e r e ➡ 
 
 n b a   p r e s e a s o n   g a m e   2 0 2 2   
 
 🆚 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 🆚 m i a m i   h e a t   v s   t i m b e r w o l v e s   
 🆚 c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s 
 🆚 p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   j a z z 
 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐯 𝐞   𝐕 𝐈 𝐀 📺 ➡  
t h e   d e t r o i t   p i s t o n s   a r e   b a c k .
e v e n   t h o u g h   i t ’ s   o n l y   p r e s e a s o n   r e a d y   t o   s e e   t h i s   d e t r o i t   p i s t o n s   s z n   i ’ m   e x c i t e d   f o r   c a d e   & a m p ;   c o .   l e t ’ s   g o
n b a   p r e s e a s o n :   d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   |   l i v e   p l a y - b y - p l a y   & a m p ;   . . .     v i a     w e   l i v e !
l i v e   s t r e a m i n g 
 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 👇 🏼 👇 🏼 👇 🏼
n e w   d e t r o i t   p i s t o n s   s t a t e m e n t   j e r s e y   |   t h e   m a n   w h o   i n s p i r e d   t h e m   w i t h   a   . . .     v i a  
[ 1 0 m i n w a r n i n g ]   d e t r o i t   p i s t o n s   a t   n e w   y o r k   k n i c k s   t o t a l   2 0 8 . 5   |   t u e   1 9 : 1 0 e t   d e t v s n y k   n b a   ~   b o n u s e s   u p   t o   $ 1 0 0 0  
l i v e   h d   s t r e a m ! ! 
 
 w a t c h   2 0 2 2   n b a   l i v e   s t r e a m   f r e e   o n l i n e 
 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐯 𝐞   𝐕 𝐈 𝐀 📺 ➡ 
 
 🏆 n b a   s t r e a m s   / p r e s e a s o n   g a m e 
 
 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 m i a m i   h e a t   v s   t i m b e r w o l v e s   
 c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s 
 p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   j a z z  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   | |   n b a   l i v e   s t r e a m 
 w a t c h   l i v e   b r o a d c a s t   : 👉   📺    
🇺 🇸 u s a   -   b a s k e t b a l l :   n b a   -   2 0 2 2 / 2 0 2 3   :   p r e - s e a s o n 
 t o d a y   t u e s d a y   4 n d   o c t o b e r ,   2 0 2 2   👉 k i c k   o f f 
 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   🔴 l i v e 
 ⏬   ⏬   ⏬   ⏬ 
 l i n k   t o   w a t c h   h e r e 🔛 
 v e n u e :   m a d i s o n   s q u a r e   g a r d e n   a r e n a   i n   n e w   y o r k ,   u s a .  
  g o t   a   b i g   n i g h t   o f   n b a p r e s e a s o n   h o o p s   c o m i n g   u p .   👀 
 
 📺 :   n b a t v ,   n b a   l e a g u e   p a s s 
 
 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 
 📲     🔴 🔴  
  g o t   a   b i g   n i g h t   o f   n b a p r e s e a s o n   h o o p s   c o m i n g   u p .   👀 
 
 📺 :   n b a t v ,   n b a   l e a g u e   p a s s 
 
 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 
 📲     🔴 🔴  
n b a   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   b a s k e t b a l l   f u l l   g a m e 
 w a t c h   l i v e   :  
n b a   s t r e a m s   t w i t t e r ! ! 
 
   c l i c k   h e r e ➡ 
 
 n b a   p r e s e a s o n   g a m e   2 0 2 2   
 
 🆚 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 🆚 m i a m i   h e a t   v s   t i m b e r w o l v e s   
 🆚 c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s 
 🆚 p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   j a z z 
 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐯 𝐞   𝐕 𝐈 𝐀 📺 ➡  
n e w   o v e r t i m e   a m m   p o s i t i o n   b o u g h t 
 n e w   y o r k   k n i c k s   -   d e t r o i t   p i s t o n s 
 a m o u n t :   1 1 0 2 . 5 3 
 p a i d :   7 0 2 . 0 0 4   s u s d 
 p o s i t i o n :   n e w   y o r k   k n i c k s 
 p o t e n t i a l   p r o f i t :   4 0 1   s u s d   ( 5 7 % )
w o o d w a r d p i s t o n s   p r e g a m e   c h e c k - i n   |   d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   |     p i s t o n s  
l i v e   s t r e a m i n g   ! ! ! 🔴 
 
 n b a   p r e s e a s o n   2 0 2 2 
 
 📺   w a t c h   d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   l i v e   s t r e a m   
 
 🔗 p c   l i n k :   
 
 🔗 m o b i l e   l i n k :   
 
 🏀 g a m e   l i n k :   
 
 p i s t o n s k n i c k s 
 n b a 
 n b a s t r e a m s   
 l i v e s t r e a m  
t h e   d e t r o i t   p i s t o n s   a r e   t r a d i n g   f o r   r o o k i e   i s a i a h   s t e w a r t   t o   t h e   d e n v e r   n u g g e t s   i n   e x c h a n g e   f o r   e l i j a h   b r y a n t   s o u r c e s   t e l l   m e   a n d   .
1 5   m i n u t e s   u n t i l   t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   o n   n a t i o n a l   t e l e v i s i o n
        i   h a v e   a   f r i e n d   w h o   s u f f e r s   f r o m   s c h i z o p h r e n i a   a n d   y o u ' r e   g i v i n g   m e   t h e   v i b e s . . .   h e y ,   i f   y o u   w a n t   t o   p r e t e n d   t h a t   y o u ' r e   t h e   o w n e r   a n d   g m   o f   t h e   p i s t o n s   a n d   t h e   d i c t a t o r   o f   d e t r o i t . . .   y o u   d o   y o u .
n e w   o v e r t i m e   a m m   p o s i t i o n   b o u g h t 
 n e w   y o r k   k n i c k s   -   d e t r o i t   p i s t o n s 
 a m o u n t :   1 5 . 7 2 
 p a i d :   1 0 . 0 0 2   s u s d 
 p o s i t i o n :   n e w   y o r k   k n i c k s 
 p o t e n t i a l   p r o f i t :   6   s u s d   ( 5 7 % )
t o n i g h t ' s   s t a r t i n g   5   f o r   y o u r   d e t r o i t   p i s t o n s  
p i s t o n s   v s .   k n i c k s   g a m e t h r e a d :   g a m e   t i m e ,   t v ,   o d d s ,   a n d   m o r e  
c a n ’ t   w a t c h   t h e   g a m e   t o n i g h t   w i t h   a l l   o f   y o u ,   b u t   i   h o p e   y o u   a l l   e n j o y   t h e   g a m e   a n d   t h e   y o u n g   p i s t o n s   h a v e   s h o w n   i m p r o v e m e n t !   
 
 d e t r o i t   p i s t o n s   b a s k e t b a l l   i s   b a c k ! !   
 
 p . s .   i   d o n t   l i k e   k i l l   s t a r t i n g ,   y a l l   l m k   h o w   i t   g o e s  
s a u c e s ( l o l ) :   k n i c k s   w i l l   s t a r t   j a l e n   b r u n s o n ,   e v a n   f o u r n i e r ,   r j   b a r r e t t ,   j u l i u s   r a n d l e   a n d   m i t c h e l l   r o b i n s o n   t o n i g h t   a g a i n s t   t h e   d e t r o i t   p i s t o n s . 
 
 n o t h i n g   n e w . . .
n y   k n i c k s   v s   d e t r o i t 
               (   0 1 : 0 0   g m t + 2   ) 
 g a m e d a y   n b a   n b a p r e s e a s o n   n b a j a p a n g a m e s   
 l i v e   l i v e s t r e a m   b a s k e t b a l l   n y k n i c k s   d e t r o i t   p i s t o n s   n e w y o r k f o r e v e r 
               🏀 l i n k   ⬇ ️ 

  d e t r o i t   b a s k e t b a l l   a n d   i t ’ s   y o u n g   c o r e .   p i s t o n s ’   g m   t r o y   w e a v e r   h a s   b e e n   o u t s t a n d i n g   t h i s   o f f s e a s o n .   d r a f t i n g   i v e y   a n d   t r a d i n g   f o r   g r e a t   p l a y e r s   s u c h   a s   j a l e n   d u r e n ,   b o j a n   b o g d a n o v i c   e t c .   t h e   d e t r o i t   p i s t o n s   w i l l   s o o n   b e   o n e   o f   t h e   t h r e a t s   o f   t h e   e a s t
🚨 b o o n e r   b e t s 🚨 
 d e t r o i t   p i s t o n s   f i n a l l y   p l a y   t h e r e   f i r s t   p r e - s e a s o n   g a m e   t o n i g h t   🔥 
 
 p i s t o n s / k n i c k s   o 2 0 8   💰 🔒 🔒 
 
 l i t t l e   p r e - s e a s o n   a c t i o n 
   g a m b l i n g t w i t t e r  
d w a n e   c a s e y   s t a t e d   b o j a n   b o g d a n o v i c   w a s   " a   g o d s e n d "   f r o m   t h e   u t a h   j a z z   t o   t h e   d e t r o i t   p i s t o n s   a s   h e   i s   a l r e a d y   m a k i n g   a n   i m p a c t   w i t h   t h e   t e a m ' s   y o u n g   p l a y e r s   t h r o u g h   g i v i n g   t h e m   a d v i c e ,   p e r    
n e w   o v e r t i m e   a m m   p o s i t i o n   b o u g h t 
 n e w   y o r k   k n i c k s   -   d e t r o i t   p i s t o n s 
 a m o u n t :   1 2 5 . 8 5 
 p a i d :   5 0 . 0 0 1   s u s d 
 p o s i t i o n :   d e t r o i t   p i s t o n s 
 p o t e n t i a l   p r o f i t :   7 6   s u s d   ( 1 5 2 % )
t h e   d e t r o i t   p i s t o n s   a r e   p l a y i n g   b a s k e t b a l l   t o n i g h t   o n   t n t .   h o w   l u c k y   a r e   w e
t h e   d e t r o i t   p i s t o n s   a r e   o f f i c i a l l y   b a c k   t o n i g h t . 
 
 n e w   s e a s o n ,   s a m e   o l d   a t t i t u d e . 🔥 👀  
p i s t o n s   c o a c h   d w a n e   c a s e y   s a y s   g e t t i n g   b o j a n   b o g d a n o v i c   f r o m   t h e   u t a h   j a z z   l a s t   m o n t h   w a s   “ a   g o d s e n d ”   f o r   d e t r o i t ,   a n d   s a i d   h e ’ s   a l r e a d y   m a k i n g   a n   i m p a c t   l e n d i n g   h i s   a d v i c e   t o   t h e   t e a m ’ s   y o u n g   p l a y e r s .
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   |   n b a   l i v e   s c o r e b o a r d   t o d a y   2 0 2 2 🏀    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   l i v e   p l a y - b y - p l a y   & a m p ;   r e a c t i o n    
    p l a y   t h e   d e t r o i t   p i s t o n s   i n   t h e   f i r s t   d o m   y o u ' l l   g e t   t h e   s t e a l s   y o u   n e e d   t h e y ' r e   t h e   w e a k e s t   t e a m   i n   d o m i n a t i o n
s o u r c e s :   k n i c k s   w i l l   s t a r t   j a l e n   b r u n s o n ,   e v a n   f o u r n i e r ,   r j   b a r r e t t ,   j u l i u s   r a n d l e   a n d   m i t c h e l l   r o b i n s o n   t o n i g h t   a g a i n s t   t h e   d e t r o i t   p i s t o n s . 
 
 h o w   w e   f e e l i n g ?
t h e   d e t r o i t   p i s t o n s   s e c o n d   u n i t : 
 
 i v e y 
 d i a l l o 
 l i v e r s 
 b a g l e y 
 d u r e n 
 
 t h i s   h a s   t h e   p o t e n t i a l   t o   b e   a b s o l u t e l y   e l e c t r i c .       
 
   
 
 d e t r o i t v s e v e r y b o d y
b r e a k i n g   n e w s   c o m i n g   o u t   o f   t h e   k n i c k s - p r o v i d e d   r o s t e r s   a t   m a d i s o n   s q u a r e   g a r d e n   t o n i g h t : 
 
 d e t r o i t   p i s t o n s '   j a d e n   i v e y ,   b o r n   o n   f e b .   1 3 ,   2 0 2 2 ,   w i l l   b e   t h e   f i r s t   i n f a n t   t o   p l a y   i n   t h e   n b a  
n o t h i n g   i s   d e c i d e d   i n   t h e   f i r s t   m o n t h ,   b u t   t h e r e   a r e   t h r e e   g a m e s   t h a t   w i l l   g i v e   u s   a n   i d e a   o f   h o w   t h e   r e s t o r a t i o n   i s   g o i n g   f o r   t h e   p i s t o n s . 
 
   ( v i a   )  
t h e   p i s t o n s   a r e   o n   t h e   n a t i o n a l   s t a g e   f o r   t h e i r   p r e s e a s o n   o p e n e r   a g a i n s t   t h e   k n i c k s .   
 
 ⁦ ⁩   w i t h   t h e   d e t a i l s   o n   t o n i g h t ’ s   m a t c h u p .    
t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   i n   l e s s   t h a n   t w o   h o u r s .
t i g e r s :   l o n g e s t   m l b   p l a y o f f   d r o u g h t   
 
 l i o n s :   l o n g e s t   n f l   p l a y o f f   w i n   d r o u g h t   
 
 r e d   w i n g s :   2 n d   l o n g e s t   n h l   p l a y o f f   d r o u g h t   
 
 p i s t o n s :   5 t h   l o n g e s t   n b a   p l a y o f f   d r o u g h t   
 
 d e t r o i t
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 n e w   y o r k   k n i c k s   l i v e   s t r e a m s 
 d e t r o i t   p i s t o n s   l i v e   s t r e a m s 
 s t a r t   t i m e :   o c t   0 4 ,   0 7 : 0 0   p m   e t 
 n b a _ l i v e 
 n e w _ y o r k _ k n i c k s   v s   d e t r o i t _ p i s t o n s 
 c r a c k s t r e a m s 
 b u f f s t r e a m s 
 s p o r t s u g e 
 n b a s t r e a m s 
 r e d d i t n b a s t r e a m s  
_ w o l v e r i n e   l i o n s ,   t i g e r s ,   p i s t o n s   a n d   r e d w i n g s .   w h i c h   f r a n c h i s e   t u r n s   a r o u n d   f a s t e r ?   i   u n d e r s t a n d   t h a t   j u s t   p o s i n g   t h a t   q u e s t i o n   l a y s   r a w   t h e   s t a t e   o f   p r o   s p o r t s   i n   d e t r o i t .
c a n ’ t   w a i t   t o   w a t c h   t h e   p i s t o n s   t o n i g h t !   t h i s   i s   t h e   t e a m   w i t h   t h e   b r i g h t e s t   f u t u r e   o u t   o f   t h e   4   d e t r o i t   p r o   s p o r t s   t e a m s .   i ’ m   e x p e c t i n g   a   l o t   o f   g r o w i n g   p a i n s   f o r   i v e y   a n d   d u r e n   b u t   t h e y ’ l l   b e   g r e a t   w i t h   e x p e r i e n c e
c o u n t   t h a t   b a b y   a n d   a   f o u l !   🏀 
 
 h e r e ’ s   o u r   b r o a d c a s t   t e a m   f o r   t h e     t h i s   s e a s o n .   👋 
 
 p i s t o n s   p r e s e a s o n   b e g i n s   t o n i g h t   a t   7   p . m .   o n   b a l l y   s p o r t s   d e t r o i t   e x t r a .  
f o r   o u r   f r e e   p r e m i u m   p l a y   t o d a y   w e   a r e   g o i n g   t o   t a k e   d e t r o i t   p i s t o n s   + 4 . 5 !   s o m e   p r e s e a s o n   b a s k e t b a l l   a c t i o n !   h a n d i c a p p e r   s p o r t s g a m b l i n g   n b a   p i c k s b l m  
n b a   p r e s e a s o n   m o d e l : 
 
 d e t r o i t   p i s t o n s   2 1 9 . 6 
 n e w   y o r k   k n i c k s   - 4 . 9 
 
 m i n n e s o t a   t i m b e r w o l v e s   2 2 4 . 1 
 m i a m i   h e a t   - 5 . 4 
 
 n e w   o r l e a n s   p e l i c a n s   2 1 8 . 5 
 c h i c a g o   b u l l s   p k 
 
 u t a h   j a z z   2 2 0 . 0 
 p o r t l a n d   t r a i l   b l a z e r s   + 1 . 8   ( b 2 b )
n e w   y o r k   a n d   d e t r o i t   g o t   a   p r i m e   t i m e   g a m e   o v e r   u s ? ? ?   g r e a t   s t a r t   y ’ a l l   😭   a n d   i d g a f   i f   i t ’ s   j u s t   p r e   s e a s o n .   t h e   w o l v e s   d o g g i n g   t h e   h e a t   w i l l   b e   2 0 x   b e t t e r   t h a n   t h e   k n i c k s   v s   p i s t o n s  
t h e   p i s t o n s   a r e   b a c k   i n   a c t i o n   t o n i g h t   a g a i n s t   t h e   k n i c k s .   h e r e ’ s   w h a t   y o u   n e e d   t o   k n o w   h e a d i n g   i n t o   t i p - o f f 👀 🏀 
 
 d e t r o i t   b a s k e t b a l l i s b a c k   n b a   p r e s e a s o n 

i   d i d   s o m e   n b a   h a n d i c a p p i n g   t o d a y   a n d   p l a c e d   t h e   f o l l o w i n g   n b a   f u t u r e s   b e t s ! ! ! !   h e r e   i s   a   t h r e a d   o f   s o m e   k e y   o n e s   i   j u s t   p u t   i n   t o d a y . 
 
 d e t r o i t   p i s t o n s   o v   2 9 . 5 
 m a g i c   o v   2 6 . 5 
 7 6 e r s   o v   5 0 . 5 
 * a l r e a d y   o n   h o r n e t s   u n   3 7 . 5 
 * a l r e a d y   o n   j a z z   u n   3 2 . 5 
 
 n b a   g a m b l i n g t w i t t e r   n b a p r e s e a s o n
n b a   g m   s u r v e y :   s o m e   s a y   d e t r o i t   p i s t o n s   h a v e   l e a g u e ' s   b e s t   y o u n g   c o r e  
t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o n i g h t   😤
n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s   |   l i v e   n b a   p r e - s e a s o n 
 t o d a y   @   7   p m   e t 
 w a t c h   l i v e   🔴  
n b a   d e t r o i t   p i s t o n s   :   j a d e n   i v e y   i s   l i g h t n i n g   f a s t   b u t   i t   w o n ' t   h e l p   h i m   w i t h   t h e   i n - b e t w e e n   g a m e   b e c a u s e   t h e   f a s t e r   y o u   g o   t h e   h a r d e r   i t   i s   t o   s t o p   o n   b a l a n c e   a n d   s h o o t .
n b a   d e t r o i t   p i s t o n s   :   j a d e n   i v e y   i s   l i g h t n i n g   f a s t   b u t   i t   w o n ' t   h e l p   h i m   w i t h   t h e   i n - b e t w e e n   g a m e   b e c a u s e   t h e   f a s t e r   y o u   g o   t h e   h a r d e r   i t   i s   t o   s t o p   o n   b a l a n c e   a n d   s h o o t .
b a c k   a t   i t   w i t h   m o r e   p i s t o n s   e r a s   b a s k e t b a l l !   i t ' s   p l a y o f f s   t i m e   b a b y !   n u m b e r   o n e   s e e d   d e t r o i t   p i s t o n s   t a k e   o n   n u m b e r   8   s e e d   i n d i a n a   p a c e r s !   d d e e e t t r r o o i i i t t b a s k e t b a l l   n b a 2 k 2 3   4 l e a f l e g i o n  
n b a g m s u r v e y :   s o m e   s a y   d e t r o i t p i s t o n s   h a v e   l e a g u e ' s   b e s t   y o u n g   c o r e .     n b a t w i t t e r  
h o w ' s   t h i s   f o r   a   r i v a l r y ? ! 
 
 n b a   j a m   c r e a t o r   m a r k   t u r m e l l   i s   s u c h   a   h u g e   d e t r o i t   p i s t o n s   f a n   t h a t   h e   r i g g e d   h i s   g a m e   s o   t h e   p i s t o n s   w o u l d   h a v e   a   b e t t e r   s h o t   a t   b e a t i n g   t h e   t h e n - r i v a l   c h i c a g o   b u l l s .  
h a v e n ’ t   c a u g h t   u p   o n   o p e n   p r a c t i c e ?   h e r e ’ s   w h a t   y o u   m i s s e d ⛹ ️ ‍ ♂ ️ 
 
 d e t r o i t   p i s t o n s   o p e n p r a c t i c e   a l l p i s t o n s   

f o u r   r e a c t i o n s   f r o m   t h e   d e t r o i t   p i s t o n s   o p e n   p r a c t i c e   a n d   s c r i m m a g e  
s o u n d s   l i k e   o p p o s i n g   g e n e r a l   m a n a g e r s   r e a l l y   l i k e   t h e   j o b   t r o y   w e a v e r   i s   d o i n g   w i t h   t h e   .  
f o u r   r e a c t i o n s   o f   t h e   d e t r o i t   p i s t o n s   o p e n   p r a c t i c e   a n d   m e l e e  
w e   t o o k   a   l o o k   a t   t h e   p i s t o n s '   c e n t e r s   a n d   f o r w a r d s ,   s o   n o w   i t ' s   t i m e   f o r   t h e   g u a r d s .   w h a t   i n   t h e   b e s t / w o r s t   c a s e   s c e n a r i o   f o r   e a c h   g u y ? 
 
   ( v i a   )  
p i s t o n s ,   t o   s o m e   g m s ,   h a v e   n b a ' s   b e s t   y o u n g   c o r e .  
i ’ m   e x c i t e d   t o   s e e   t h e   d e t r o i t   p i s t o n s   h o o p   t h i s   s e a s o n .   c a d e ,   i v e y   & a m p ;   b e y   i s   a n   i n t r i g u i n g   y o u n g   t r i o .
      l i k e   y o u ,   i ' v e   b e e n   r e a d i n g   d e t r o i t   s p o r t s   c o l u m n i s t s   f o r   a b o u t   5 0   y e a r s   a n d   i   t h i n k     i s   t h e   w o r s t .   a n d   i ' v e   s e e n   s o m e   b a d   o n e s .   l i o n s   t i g e r s   p i s t o n s   r e d w i n g s
b a d   b o y s   d e t r o i t   p i s t o n s  
  ‘ 9 0 s   d e t r o i t   p i s t o n s   f a n s . 
 ‘ 7 0 s   p h i l a d e l p h i a   f l y e r s   f a n s . 
 ‘ 7 0 s   l e e d s   u n i t e d   f a n s . 
 ‘ 7 0 s   o a k l a n d   r a i d e r s   f a n s . 
 ‘ 0 0 s - ‘ 1 0 s   n e w   e n g l a n d   p a t r i o t s   f a n s . 
 ‘ 1 0 s   h o u s t o n   a s t r o s   f a n s .
t h e   p i s t o n s   a r e   p a r t n e r s   i n   d e t r o i t   v o t e s   2 0 2 2 .   c a d e   c u n n i n g h a m ,   j a d e n   i v e y   a n d   s a d d i q   b e y   a r e   o n   b i l l b o a r d s   g o i n g     l i v e   i n   d e t r o i t   o n   t u e s d a y . 
 
 t h e y ' r e   e n c o u r a g i n g   d e t r o i t e r s   t o   v o t e   a n d   l e a r n   t h e i r   o p t i o n s   f o r   v o t i n g :    
a n y o n e   e l s e   f e e l   l i k e   t h e r e s   a   c h a n c e   t h e   d e t r o i t   p i s t o n s   g o   1 0 2 - 0   ( d o n t   l o s e   a   g a m e   i n   p r e s e a s o n   o r   p l a y o f f s   e i t h e r )
t h e m   p e a s a n t   m f s   r e a l l y   t o o k   j a r u s a l e m   i n   t h e   f i r s t   c r u s a d e . . 
 w i l d . . 
 d e t r o i t   p i s t o n s   w i n n i n g   t h e   c h i p   i n   0 4   w i l d
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   |   n b a   p r e s e a s o n   2 0 2 2   l i v e   s t r e a m i n g    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   |   n b a   p r e s e a s o n   2 0 2 2   l i v e   s t r e a m i n g    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   |   g a m e   p r e v i e w   |   k n i c k s   p r e s e a s o n    
t h e   b i g   t h r e e   e r a   i n   d e t r o i t   b e g i n s   t o n i g h t . 
 
 p i s t o n s  
e a r l y   v o t i n g   c e n t e r s ,   a b s e n t e e   b a l l o t   d r o p   b o x e s ,   b i l l b o a r d s   w i t h   p i s t o n s   p l a y e r s   a n d   v o t e r   i n f o   o n   w a t e r   b i l l s   a r e   p a r t   o f   d e t r o i t ' s   c i v i c   p a r t i c i p a t i o n   c a m p a i g n   f o r   2 0 2 2   e l e c t i o n .   
  
n b a   n b a   g m   s u r v e y :   s o m e   s a y   d e t r o i t   p i s t o n s   h a v e   l e a g u e ' s   b e s t   c o r e     s p o r t s
n b a   g m   s u r v e y :   s o m e   s a y   d e t r o i t   p i s t o n s   h a v e   l e a g u e ' s   b e s t   c o r e  
n e w   p o s t :   n b a   g m   s u r v e y :   s o m e   s a y   d e t r o i t   p i s t o n s   h a v e   l e a g u e ’ s   b e s t   c o r e    
n b a   g m   s u r v e y :   s o m e   s a y   d e t r o i t   p i s t o n s   h a v e   l e a g u e ' s   b e s t   c o r e       n b a   n e w s   b a s k e t b a l l  
w e l c o m e   t o   p i s t o n s .   a c t u a l   h i g h l i g h t   o f   o p e n   p r a c t i c e     j u l e s   b e r n a r d   f r o m   u c l a .   i   l i k e     b a s k e t b a l l   p l a y !    
p i s t o n s '   c a d e   c u n n i n g h a m   e n t e r s   s o p h o m o r e   s e a s o n   h e a l t h y   a n d   ' m o r e   c o m f o r t a b l e '   -   d e t r o i t   n e w s  
  t h a n k s   t o   c o m e   i n   p i s t o n s .   i   c a n ' t   b e l i e v e   i v e y   i s   o u r   p l a y e r !     s e e   y o u   s o o n !
b o j a n   b o g d a n o v i c   i s   a   4 0   p e r c e n t   3 - p o i n t   s h o o t e r   w h o   c a n   a l s o   p u t   t h e   b a l l   o n   t h e   f l o o r .   
 
 “ d e t r o i t   h a s   n e e d e d   t h a t   p l a y e r   f r o m   t h e   f o r w a r d   s p o t   s i n c e   t h e   r e b u i l d   b e g a n . ” 
 
   p r e d i c t s   t h e   p i s t o n s ’   d e p t h   c h a r t :    
f o u r   r e a c t i o n s   f r o m   t h e   d e t r o i t   p i s t o n ’ s   o p e n   p r a c t i c e   a n d   s c r i m m a g e  
p r e s e a s o n   i s   p r e s e a s o n ,   b u t   t h e r e   w i l l   b e   s o m e   e a r l y   t e s t s   a g a i n s t   t h e   k n i c k s ,   e s p e c i a l l y   f o r   t h e   b i g s . 
 
 ( v i a   )  
o u r   o w n     w a s   a t   t h e   p i s t o n s   o p e n   p r a c t i c e   t o   g e t   a   s e n s e   o f   w h a t   t h i s   t e a m   m i g h t   b e   t h i s   y e a r .   h e   g i v e s   u s   f o u r   o b s e r v a t i o n s ,   a n d   w e   w i l l   s e e   t o n i g h t   w h e t h e r   i t   c a r r i e s   o v e r   i n t o   p r e s e a s o n   a c t i o n .  
c o a c h   t o m   t h i b o d e a u   t a l k s   b e f o r e   t o n i g h t ’ s   m a t c h   u p   w i t h   t h e   d e t r o i t   p i s t o n s   @   t h e   g a r d e n .  
k n i c k s   f a n s   b a s k e t b a l l   i s   b a c k   t o n i g h t   f o r   t h e   f i r s t   t i m e   s i n c e   a p r i l   a s   t h e   k n i c k s   t a k e   o n   t h e   d e t r o i t   p i s t o n s   a t   7 : 0 0 p m
i   j u s t   c a n ' t   h e l p   m y s e l f   a n d   w a i t .   
 t h i s   y o u n g   s q u a d   g o n '   b a l l . 
 
 d e t r o i t   p i s t o n s   1 1 +   @   + 4 5 0  
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   n b a   g m   s u r v e y   s u p p o r t s   m y   l o v e   f o r   2 0 2 2 - 2 3   d e t r o i t   p i s t o n s   –   o u t k i c k   –       d e t r o i t   l o v e   n b a   o u t k i c k
3   t e a m s   o u t   o f   t h e   d e t r o i t   p i s t o n s ,   m i n n e s o t a   t i m b e r w o l v e s   ,   n e w   o r l e a n s   p e l i c a n s   a n d   t h e   u t a h   j a z z   t o   w i n   b y   1 1 +   p o i n t s .   w h a t s y a w a g e r   b o v a d a    
j a d e n   i v e y   2 0 2 2   p a n i n i   i n s t a n t   d n 5   d r a f t   n i g h t   1 / 9 1 3   r o o k i e   c a r d   p g i   1 0   p i s t o n s  
l i v e   a t   1 p m   e t   w i t h     & a m p ;     w i t h   t e a m   p r e v i e w s   a n d   f r e e   s e a s o n   w i n   t o t a l   p i c k s   o n   t h e   d e t r o i t   p i s t o n s   & a m p ;   g s   w a r r i o r s 
 
 c o m e   a n d   j o i n   t h e   c h a t   👇 
 
 n b a   i s   n e a r ! 
 
 d e t r o i t   p i s t o n s / g o l d e n   s t a t e   w a r r i o r s   t e a m   p r e v i e w s   & a m p ;   s e a s o n   w i n   t o t a l   f . . .  
n b a   b a s k e t b a l l   g a m e   s i m u l a t o r :   7 : 1 0   p m   e t   -   d e t r o i t   p i s t o n s   v s .   n e w   y o r k   k n i c k s   g a m e   s i m u l a t i o n   a n d   f r e e   p i c k s   g e n e r a t e d   b y   a d v a n c e d   a l g o r i t h m s  
d e t r o i t   p i s t o n s   p r e s e a s o n   g a m e   v s .   n e w   y o r k   k n i c k s :   t i m e ,   t v   c h a n n e l ,   m o r e   i n f o    
p i s t o n s   f a n s   f r o m   a r o u n d   t h e   g r e a t   s t a t e   o f   m i c h i g a n .   t h e   b a b y   l i v e s   i n   p o r t l a n d   b u t   s t i l l   r e p r e s e n t s   d e t r o i t   b a s k e t b a l l  
p i s t o n s   f a n s   f r o m   a r o u n d   t h e   g r e a t   s t a t e   o f   m i c h i g a n .   t h e   b a b y   l i v e s   i n   p o r t l a n d   b u t   s t i l l   r e p r e s e n t s   d e t r o i t   b a s k e t b a l l  
w h a t ’ s   y o u r   f a v o r i t e   n b a   c h a m p i o n s h i p ?   w h e r e   y o u   f e l t   l i k e   t h e y   w e r e   t h e   u n d e r d o g s   a n d   h a d   t o   g r i n d   i t   o u t .   i   g o t t a   s a y   2 0 0 4   d e t r o i t   p i s t o n s   h a n d s   d o w n
d e t r o i t   p i s t o n s   2 0 2 2 - 2 3   s e a s o n   p r e v i e w  
d e t r o i t   p i s t o n s   2 0 2 2 - 2 3   s e a s o n   p r e v i e w  
t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o d a y ! ! 🥹
k n i c k s   v s .   p i s t o n s   p r e s e a s o n :   h o w   & a m p ;   w h a t   t o   w a t c h     v i a  
  w e   a l l   k n o w   t h e   r o a d   t o   2 8   g o e s   t h r o u g h   h o u s t o n .   t h a t ' s   j u d g e   d e t r o i t   p i s t o n s .   h e   n e e d   t o   g e t   p a s t   t h e m   f o r   h i s   l e g a c y .   i m o
  
 
 3   o u t   o f   d e t r o i t   p i s t o n s ,   m i n n e s o t a   t i m b e r w o l v e s   ,   n e w   o r l e a n s   p e l i c a n s   a n d   t h e   u t a h   j a z z   t o   w i n   b y   6 +   p o i n t s   
 
     
 w h a t s y a w a g e r
n e w   o v e r t i m e   a m m   p o s i t i o n   b o u g h t 
 n e w   y o r k   k n i c k s   -   d e t r o i t   p i s t o n s 
 a m o u n t :   8 3 3 
 p a i d :   5 3 0 . 0 0 7   s u s d 
 p o s i t i o n :   n e w   y o r k   k n i c k s 
 p o t e n t i a l   p r o f i t :   3 0 3   s u s d   ( 5 7 % )
    g o t   t r a d e d   f r o m   t h e   b u c k s   t o   d e t r o i t   f o r   b o b   l a n i e r ,   a n d   t h e   p i s t o n s   t o   t h e   j a z z   w i t h   s o m e   o t h e r   s t u f f   f o r   a d r i a n   d a n t l e y .
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   l i v e   s t r e a m   -   p i s t o n s   v s   k n i c k s   l i v e    
d o n ’ t   f o r g o t   t o   t u n e   i n   t o n i g h t   a t   6 p m   o n   t n t   t o   w a t c h   r a i d e r   a l u m n i   s t a n l e y   u m u d e   a n d   t h e   d e t r o i t   p i s t o n s   t a k e   o n   t h e   n e w   y o r k   k n i c k s .   t h i s i s n e x t l e v e l  
d o n ’ t   f o r g o t   t o   t u n e   i n   t o n i g h t   a t   6 p m   o n   t n t   t o   w a t c h   r a i d e r   a l u m n i   s t a n l e y   u m u d e   a n d   t h e   d e t r o i t   p i s t o n s   t a k e   o n   t h e   n e w   y o r k   k n i c k s .   t h i s i s n e x t l e v e l  
2   ( ! )   d e t r o i t   p i s t o n s   w e ’ r e   l i s t e d   i n   t h e   t o p   5   o f   b i g g e s t   d r a f t   s t e a l s   i n c l u d i n g   1   a s   v o t e d   b y   n b a   g m s .   t h e   f u t u r e   i s   b r i g h t   m y   f r i e n d s  
d e t r o i t   p i s t o n s ’   p r e s e a s o n :   3   k e y   f a c t o r s   t h a t   w i l l   h a v e   a   h u g e   i m p a c t   o n   t h e   2 0 2 2 - 2 3   s e a s o n   |   b y :     |   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   d e t r o i t b a s k e t b a l l  
t h e   d e t r o i t   p i s t o n s   p l a y   a   b a s k e t b a l l   g a m e   t o d a y .   
 
 l i f e   i s   g o o d .
_ _             _ s o n s h i n e                                   _ h u n t e r         _ t a l k             _ i d c   _ p u r e a g u a                 _ 2 3           s p u r s   & a m p ;   l a r r y   b r o w n   p i s t o n s   n e v e r   h a d   t o   p l a y   m j ’ s   b u l l s ! 
 t h e   b u l l s   w o n   t h e i r   f i r s t   r i n g   w h e n   l a k e r s ,   c e l t i c s   & a m p ;   p i s t o n s   w o n   5 0 +   g a m e s   a n d   g o t   p a s t   1 s t   r o u n d   a n d   s t i l l   h a d   m a g i c ,   w o r t h y ,   s c o t t ,   a c ,   m y c h a l ,   b i r d ,   m c h a l e ,   p a r i s h   & a m p ;   d e t r o i t ’ s   r o s t e r   w a s   e x a c t   s a m e   a s   1 9 9 0   t i t l e   t e a m ! !
t h e   p i s t o n s   a r e   a   p a r t n e r   i n   d e t r o i t   v o t e s   2 0 2 2 ,   a   n o n - p a r t i s a n   c a m p a i g n   e n c o u r a g i n g   v o t e r   p a r t i c i p a t i o n .   
 
 y o u ’ l l   s e e   b i l l b o a r d s   o f   c a d e   c u n n i n g h a m ,   j a d e n   i v e y   a n d   s a d d i q   b e y   i n   d e t r o i t   e n c o u r a g i n g   p e o p l e   t o   v o t e .  
d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o n i g h t !   i v e y   b e t t a   c a d e   b e t t a   k i l l i a n   b e t t a   s a d d i q   b e t t a   b e e f   s t e w   b e t t a   d u r e n   b e t t a   b u r k s   b e t t a   n o e l   b e t t a   m a r v i n   b e t t a   l i v e r s   b e t t a   2 0 3 7   2 n d   r o u n d   p i c k   b e t t a
w a k e   u p !   t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o d a y !
w h i c h   t e a m   h a s   t h e   m o s t   p r o m i s i n g   y o u n g   c o r e ? 
 
 1 .   c l e v e l a n d   c a v a l i e r s   –   4 1 % 
 2 .   m e m p h i s   g r i z z l i e s   –   3 8 % 
 🚨 3 .   d e t r o i t   p i s t o n s   –   1 0 % 🚨
t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o d a y ! !   😁 😁  
t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o d a y ! !   😁 😁  
t h e r e   w i l l   b e   s o m e   n e w   b i l l b o a r d s   g o i n g   u p   t o d a y ,   a s   t h e   d e t r o i t   p i s t o n s   a r e   a   p a r t n e r   i n   d e t r o i t   v o t e s   2 0 2 2 ,   a   n o n - p a r t i s a n   c a m p a i g n   t h a t   i s   e n c o u r a g i n g   d e t r o i t e r s   t o   v o t e .   
 
 c a d e   c u n n i n g h a m ,   j a d e n   i v e y ,   a n d   s a d d i q   b e y   w i l l   g r a c e   t h e   n e w   b i l l b o a r d s .  
f i r s t   l o o k :   d e t r o i t   p i s t o n s   j o i n   c a m p a i g n   t o   p r o m o t e   v o t i n g   t h r o u g h o u t   c i t y  
t h e   f u t u r e   n b a   c h a m p i o n   d e t r o i t   p i s t o n s   p l a y   t o d a y   😌
t h e   p i s t o n s   a r e   p a r t n e r i n g   w i t h   d e t r o i t   v o t e s   2 0 2 2 ,   a   n o n - p a r t i s a n   c a m p a i g n   e n c o u r a g i n g   d e t r o i t e r s   t o   v o t e ,   i n c l u d i n g   a b s e n t e e ,   e a r l y - v o t e   c e n t e r s   a n d   s e c u r e   d r o p b o x e s .   
 
 g e t   m o r e   i n f o   a t    
d r .   j ' s   p r o   b a s k e t b a l l   y e a r b o o k ,   1 9 9 5 - 9 6   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   n b a   g r a n t h i l l   d e t r o i t   p i s t o n s   g l e n n r o b i n s o n   m i l w a u k e e   b u c k s   d r j   p r o b a s k e t b a l l  
s t a r t i n g   t o d a y ,   t h e s e   b i l l b o a r d s   w i l l   g o   u p   i n   d e t r o i t   f e a t u r i n g   p i s t o n s   p l a y e r s   c a d e   c u n n i n g h a m ,   s a d d i q   b e y   a n d   j a d e n   i v e y . 
 
 t h e   p i s t o n s   a r e   a   p a r t n e r   i n   d e t r o i t   v o t e s   2 0 2 2 ,   a   n o n - p a r t i s a n   c a m p a i g n   t h a t   e n c o u r a g e s   d e t r o i t e r s   t o   v o t e .  
w i t h   t h e   n u m b e r   1   o v e r a l l   p i c k ,   t h e   d e t r o i t   p i s t o n s   s e l e c t …   🤣  
t h e   2 0 2 2   g m   s u r v e y   m e n t i o n s   a   l o t   o f   p i s t o n s .   d e t r o i t   g e t s   t h i r d   i n   p r o m i s i n g   y o u n g   c o r e ,   o n l y   b e h i n d   m e m   a n d   c l e ,   b e a t i n g   o u t   o k c ,   o r l ,   a n d   h o u .   j a l e n   d u r e n   i s   t - 1   f o r   b i g g e s t   s t e a l ,   w h i l e   j a d e n   i v e y   i s   t - 3   w i t h   b e s t   p l a y e r   i n   5   y e a r s .   g m s   s e e m   t o   b e   p o s i t i v e   o n   t r o y s   r e b u i l d .  
t h e   p i s t o n s   a r e   a   p a r t n e r   i n   d e t r o i t   v o t e s   2 0 2 2 ,   a   n o n - p a r t i s a n   c a m p a i g n   e n c o u r a g i n g   v o t e r   p a r t i c i p a t i o n .   
 
 s t a r t i n g   t o d a y ,   y o u ’ l l   s e e   b i l l b o a r d s   o f   c a d e   c u n n i n g h a m ,   j a d e n   i v e y   a n d   s a d d i q   b e y   a c r o s s   t h e   c i t y   e n c o u r a g i n g   d e t r o i t e r s   t o   v o t e .  
n e w   o v e r t i m e   a m m   p o s i t i o n   b o u g h t 
 n e w   y o r k   k n i c k s   -   d e t r o i t   p i s t o n s 
 a m o u n t :   1 5 . 7 2 
 p a i d :   1 0 . 0 0 2   s u s d 
 p o s i t i o n :   n e w   y o r k   k n i c k s 
 p o t e n t i a l   p r o f i t :   6   s u s d   ( 5 7 % )
a l l   e y e s   o n   i v e y   ( a n d   j a l e n   d u r e n )   d u r i n g   t h e     p r e s e a s o n .   h e r e ' s   w h a t   e l s e     w i l l   b e   l o o k i n g   o u t   f o r :  
w h i c h   t e a m   h a s   t h e   m o s t   p r o m i s i n g   y o u n g   c o r e ?   n b a   g m   r a n k i n g s 
 
 1 .   c l e v e l a n d   c a v a l i e r s   –   4 1 % 
 2 .   m e m p h i s   g r i z z l i e s   –   3 8 % 
 3 .   d e t r o i t   p i s t o n s   –   1 0 % 
 »   a l s o   r e c e i v i n g   v o t e s :   n e w   o r l e a n s   p e l i c a n s ,   o k l a h o m a   c i t y   t h u n d e r ,   o r l a n d o   m a g i c 
 
 n o   h o u s t o n   r o c k e t s   y o u n g   c o r e   v o t e s  
  w h i c h   t e a m   h a s   t h e   m o s t   p r o m i s i n g   y o u n g   c o r e ? 
 
 1 .   c l e v e l a n d   c a v a l i e r s   –   4 1 % 
 2 .   m e m p h i s   g r i z z l i e s   –   3 8 % 
 3 .   d e t r o i t   p i s t o n s   –   1 0 % 
 »   a l s o   r e c e i v i n g   v o t e s :   n e w   o r l e a n s   p e l i c a n s ,   o k l a h o m a   c i t y   t h u n d e r ,   o r l a n d o   m a g i c 
 
 i m   l i v i d . . . . . h o u s t o n   h e l l o o o o o o o
n b a   p r e s e a s o n   d o u b l e - h e a d e r :   
 
 d e t r o i t   p i s t o n s   @   n e w   y o r k   k n i c k s   t o n i g h t   a t   7 p m   e t   o n   t n t .   
 
 n e w   o r l e a n s   p e l i c a n s   @   c h i c a g o   b u l l s   t o n i g h t   a t   9 : 3 0 p m   e t   o n   t n t .  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   1 0 / 4 / 2 2   n b a   p i c k s ,   p r e d i c t i o n s ,   o d d s   
 
 n b a   n b a p i c k   f r e e p i c k   f r e e p i c k s   s p o r t s b e t t i n g   e x p e r t p i c k   n b a t w i t t e r   e x p e r t b e t t i n g a d v i c e   s p o r t s b e t t i n g a d v i c e   h a n d i c a p p e r s   s p o r t s g a m b l i n g   s p o r t s p i c k s   p i s t o n s   k n i c k s  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   1 0 / 4 / 2 0 2 2   p i c k s   p r e d i c t i o n s   p r e v i e w s 
 
 
 
 n b a b e t t i n g   n b a b e t t i n g p i c k s   n b a   n b a p i c k s   n b a p a r l a y   n b a p r e d i c t i o n   n b a p a r l a y   f r e e p i c k s   b a s k e t b a l l p i c k s   o d d s   p i c k s   p r e d i c t i o n   s p o r t s p i c k s   e x p e r t p i c k s   p i s t o n s   k n i c k s
h e r e ’ s   w h a t   i ’ l l   b e   w a t c h i n g   f o r   f r o m   t h e   p i s t o n s   d u r i n g   p r e s e a s o n ,   w h i c h   b e g i n s   t o n i g h t   a g a i n s t   t h e   k n i c k s   
 

d e t r o i t   s p o r t s   a c t i v e   p l a y o f f   d r o u g h t s   u p d a t e d : 
 
 t i g e r s :   t i e d   f o r   l o n g e s t   i n   m l b   ( 7   y e a r s ) 
 r e d   w i n g s :   2 n d   l o n g e s t   i n   n h l   ( 6   y e a r s ) 
 l i o n s :   t i e d   f o r   3 r d   l o n g e s t   i n   n f l   ( 5   y e a r s ) 
 p i s t o n s :   t i e d   f o r   4 t h   l o n g e s t   i n   n b a   ( 3   y e a r s )
n e w   o v e r t i m e   a m m   p o s i t i o n   b o u g h t 
 n e w   y o r k   k n i c k s   -   d e t r o i t   p i s t o n s 
 a m o u n t :   1 2 5 4 . 3 6 
 p a i d :   4 9 9 . 9 9 8   s u s d 
 p o s i t i o n :   d e t r o i t   p i s t o n s 
 p o t e n t i a l   p r o f i t :   7 5 4   s u s d   ( 1 5 1 % )
l e t ’ s   g o   d e t r o i t   p i s t o n s   b a s k e t b a l l   🏀   t o d a y  
  l e t ’ s   g o   d e t r o i t   p i s t o n s   b a s k e t b a l l   🏀   t o d a y  
g e t   t i c k e t s   n o w   a n d   g o   s e e   n b a   p r e s e a s o n :   n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s   a t   m a d i s o n   s q u a r e   g a r d e n   i n   m a n h a t t a n   t o n i g h t   a t   7 p m . 
 
 k n i c k s   n e w y o r k c i t y 

g o o d   m o r n i n g ! 
 
 t h e   d e t r o i t   p i s t o n s   p l a y   t o d a y .
t o n i g h t   i s   t h e   n i g h t   t h e   d e t r o i t   p i s t o n s   c a n   e s t a b l i s h   s o m e   b u z z   o n   t n t .  
t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o d a y  
t h e   d e t r o i t   p i s t o n s   f i r s t   g a m e   o f   t h e   p r e s e a o n   t i p s   o f f   t o n i g h t   a t   7   p . m .   a s   t h e y   f a c e   t h e   n e w   y o r k   k n i c k s   a t   m a d i s o n   s q u a r e   g a r d e n .   h e r e   a r e   a   c o u p l e   o f   t h i n g s   t o   o b s e r v e d   w h e n   t h e   “ r e t o o l e d ”   u n i t   t a k e s   t h e   f l o o r . 
 

“ t h e   s e a s o n   b e f o r e   t h e   s e a s o n …   e v e n   a s   t h e y ’ v e   s t e p p e d   o n   v a r i o u s   r a k e s   a l o n g   t h e   w a y ,   t h e   p i s t o n s   h a v e   h i t   o n   e n o u g h   o f   t h e   b i g - p i c t u r e   m o v e s   t h a t   t h e y   o n l y   n e e d   o n e   o r   t w o   m o r e   t o   p a n   o u t   b e f o r e   t h e y   t u r n   t h e   c o r n e r   s h a r p l y ” 
 
  
t h e   d e t r o i t   p i s t o n s   p r e s e a s o n   s t a r t s   t u e s d a y   n i g h t   a t   m a d i s o n   s q u a r e   g a r d e n ,   a s   t h e y   f a c e   t h e   n e w   y o r k   k n i c k s ,   w i t h   t i p o f f   a t   7   p . m . ,   a i r i n g   o n   t n t / b a l l y   s p o r t s .   h e r e   a r e   s o m e   t h i n g s   t o   k e e p   a n   e y e   o n   i n   t h e   f i r s t   o f   f o u r   p r e s e a s o n   g a m e s .  
t h e   d e t r o i t   p i s t o n s   p r e s e a s o n   s t a r t s   t u e s d a y   n i g h t   a t   m a d i s o n   s q u a r e   g a r d e n ,   a s   t h e y   f a c e   t h e   n e w   y o r k   k n i c k s ,   w i t h   t i p o f f   a t   7   p . m . ,   a i r i n g   o n   t n t / b a l l y   s p o r t s .   h e r e   a r e   s o m e   t h i n g s   t o   k e e p   a n   e y e   o n   i n   t h e   f i r s t   o f   f o u r   p r e s e a s o n   g a m e s .  
t h e   d e t r o i t   p i s t o n s   p r e s e a s o n   s t a r t s   t u e s d a y   n i g h t   a t   m a d i s o n   s q u a r e   g a r d e n ,   a s   t h e y   f a c e   t h e   n e w   y o r k   k n i c k s ,   w i t h   t i p o f f   a t   7   p . m . ,   a i r i n g   o n   t n t / b a l l y   s p o r t s .   h e r e   a r e   s o m e   t h i n g s   t o   k e e p   a n   e y e   o n   i n   t h e   f i r s t   o f   f o u r   p r e s e a s o n   g a m e s .  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   o c t .   2   s c r i m m a g e   f o o t a g e "   
 
 c r e a t o r :     d e t r o i t _ p i s t o n s _ n e w s _ n a t i o n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
o p e n   t h r e a d :   s p u r s   “ w h a t   i f ”   3 -   d e r e k   f i s h e r   m i s s e d   t h e   0 . 4   s h o t  
i t   i s   d e t r o i t   p i s t o n s   g a m e d a y   e v e r y o n e ! ! 
 
 l e t ’ s   g o ! !  
t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o d a y ! 
 
 p i s t o n s  
h o w   t o   w a t c h   n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s :   n b a   p r e s e a s o n   t i m e ,   t v ,   l i v e   s t r e a m  
h o w   t o   w a t c h   n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s :   n b a   p r e s e a s o n   t i m e ,   t v ,   l i v e   s t r e a m  
z a c h   l o w e   o n   p i s t o n s '   o v e r - u n d e r : 
 
 " p a r t   o f   m y   o p t i m i s m   i n   d e t r o i t   i s   i   j u s t   b u y   c a d e   c u n n i n g h a m .   i   t h i n k   c a d e   i s   g o i n g   t o   b e   a   r e g u l a r   a l l - s t a r .   b u t   i   h a v e   t o   g o   w i t h   t h e   u n d e r   t h i s   s e a s o n . "   
 
 b u t ,   l o w e   s u g g e s t e d   t h e   t e a m   c o u l d   c e r t a i n l y   g o   o v e r   w i t h   t h e   w i n   t o t a l .
t h e   d e t r o i t   p i s t o n s   h a v e   f o l d e d .
a b a / n b a :   r o n   f r a n z ,   a g e   7 6 ,   d r a f t e d     b y   d e t r o i t   p i s t o n s .   p l a y e d   w   o a k s ,   b u c c a n e e r s ,   t a m s ,   c h a p a r r a l s ,   f l o r i d i a n s  
y o u r   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o d a y .
o p e n   t h r e a d :   s p u r s   “ w h a t   i f ”   3 -   d e r e k   f i s h e r   m i s s e d   t h e   0 . 4   s h o t    
n e w   p o s t :   d e t r o i t   p i s t o n s   p r e s e a s o n   g a m e   v s .   n e w   y o r k   k n i c k s :   t i m e ,   t v   c h a n n e l ,   m o r e   i n f o    
n b a   d e t r o i t   p i s t o n s   p r e s e a s o n   g a m e   v s .   n e w   y o r k   k n i c k s :   t i m e ,   t v   c h a n n e l ,   m o r e   i n f o     s p o r t s
d e t r o i t   p i s t o n s   n b a   p r e s e a s o n   q u e s t i o n s :   w h a t   t o   e x p e c t   f r o m   j a d e n   i v e y ,   j a l e n   d u r e n  
h a v e   t h e   p i s t o n s   d o n e   e n o u g h   t o   c l i m b   i n   t h e   c e n t r a l   d i v i s i o n ? 
 
   ( v i a   )  
d e t r o i t   p i s t o n s   p r e s e a s o n   g a m e   v s .   n e w   y o r k   k n i c k s :   t i m e ,   t v   c h a n n e l ,   m o r e   i n f o       n b a   n e w s   b a s k e t b a l l  
d e t r o i t   p i s t o n s   p r e s e a s o n   g a m e   v s .   n e w   y o r k   k n i c k s :   t i m e ,   t v   c h a n n e l ,   m o r e   i n f o  
t h e   i n d i a n a   p a c e r s   a r e   t r a d i n g   f o r   v e t e r a n   d a n i l o   g a l l i n a r i   t o   t h e   d e t r o i t   p i s t o n s   i n   e x c h a n g e   f o r   o b i   t o p p i n   s o u r c e s   t e l l   m e   a n d   .
🏀 n b a 🏀   n b a   
 🏀 p r é - s a i s o n 🏀 
 
 m e m p h i s   g r i z z l i e s   -   o r l a n d o   m a g i c 
 d e n v e r   n u g g e t s   -   o k l a h o m a   c i t y   t h u n d e r 
 l o s   a n g e l e s   c l i p p e r s   -   p o r t l a n d   t r a i l   b l a z e r s 
 l o s   a n g e l e s   l a k e r s   -   s a c r a m e n t o   k i n g s 
 n e w   y o r k   k n i c k s -   d e t r o i t   p i s t o n s 
 m i a m i   h e a t   -   m i n n e s o t a   t i m b e r w o l v e s
    i n d i a n a   p a c e r s   a s k i n g   f o r   t o o   m u c h   t h o u g h .   w h a t   n b a   t e a m s   a r e   t h e   l a k e r s   b i d d i n g   a g a i n s t   f o r   m y l e s   t u r n e r ' s   s e r v i c e s     ?   t h i s   i s   j u s t   l i k e   t h e   b o g d a n o v i c h   t o   d e t r o i t   p i s t o n s   t r a d e ,   o n l y   t h e   l a k e r   h a v e   t o   s a c r i f i c e   a   1 s t   r o u n d   d r a f t   p i c k .
  h e   p e a k e d   i n   t h e   6 0 s   & a m p ;   7 0 ' s   o t h e r w i s e   t h e   8 0 ' s   d e t r o i t   p i s t o n s   w o u l d   h a v e   k i c k e d   t h e   s h i t   o u t   o f   h i m
g a m e   d a y   i n   t h e   n b a   !     l a s t   t i m e   w e   s a w   t h e   d e t r o i t   p i s t o n s   w a s   a p r i l   1 0   i n   p h i l l y   l o s i n g   t o   t h e   7 6 e r s   t o   f i n i s h   2 3 - a n d - 5 9 .   w e l l ,   t h e   s t a r t   t o   t h i s   e x h i b i t i o n   s e a s o n   i s   t o n i g h t   i n   n e w   y o r k   v s   t h e   k n i c k s   a t   m s g .   c a d e   c u n n i n g h a m   a n d   t h e   r o o k s   g e t   t o   s e e   e x   p i s t o n   d   r o s e .   o h   b a b y !  
n b a   t e a m s   t h a t   h a v e   n o t   p l a y e d   y e t 
 
 1 .   n e w   y o r k   k n i c k s 
 
 2 .   c h i c a g o   b u l l s 
 
 3 .   c l e v e l a n d   c a v a l i e r s 
 
 4 .   d e t r o i t   p i s t o n s 
 
 5 .   i n d i a n a   p a c e r s 
 
 6 .   a t l a n t a   h a w k s 
 
 7 .   m i a m i   h e a t 
 
 8 .   m i n n e s o t a   t i m b e r w o l v e s 
 
 9 .   p h o e n i x   s u n ' s 
 
 1 0 .   d a l l a s   m a v e r i c k s 
 
 1 1 .   n e w   o r l e a n s   p e l i c a n s
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x ! :   l i v e   w a t c h - a l o n g :   p r e - p o s t   g a m e   a n a l y s i s   i n c l u d e d    
n b a :   d e t r o i t   p i s t o n s   p r e v i e w :   p r e d i c t i o n s   a n d   a n a l y s i s   f o r   t h e   2 0 2 2 - 2 3   n b a   s e a s o n   . . .      
t h e   d e t r o i t   p i s t o n s   a r e   r e l o c a t i n g   t o   l a s   v e g a s ,   n e v a d a   a f t e r   t h e   e n d   o f   t h i s   s e a s o n .
  t h e   s e c r e t   t o   d e t r o i t   p i s t o n s   c h a m p i o n s h i p   r u n   o n   2 0 0 4
1 9 5 7   t o p p s   1   n a t   c l i f t o n   p s a   4   n e w   l a b e l   v i n t a g e   b a s k e t b a l l   d e t r o i t   p i s t o n s   s e l l e r :   s h o w g o a t c a r d s . . .   -    
n i g g a s   h a d   2 4   h o u r   f i t n e s s   l o o k i n g   l i k e   a   d e t r o i t   p i s t o n s   g a m e   i n   0 4   🤣 🤣
t h e   d e t r o i t   p i s t o n s   p l a y   p r e s e a s o n   b a s k e t b a l l   t o n i g h t .  
      i   n e v e r   w a t c h e d   h i m   e i t h e r ,   u n l e s s   h e   w a s   p l a y i n g   m y   b e l o v e d   d e t r o i t   p i s t o n s .   s o r r y , b u t   i   h a t e d   t h e   b u l l s   🙂
d i d n ’ t   h e   a c t u a l l y   g e t   d r a f t e d   b y   t h e   p i s t o n s   i n   a   v i d e o   g a m e .   i f   t h i s   h o c k e y   t h i n g   d o e s n ’ t   s h a k e   o u t   h e   c o u l d   s t i l l   g e t   a   j o b   i n   d e t r o i t   s p o r t s   l o l  
t h e   b i l l b o a r d s   w i l l   g o   u p   a c r o s s   d e t r o i t   o n   t u e s d a y   a n d   w i l l   f e a t u r e   c a d e   c u n n i n g h a m ,   j a d e n   i v e y   a n d   s a d d i q   b e y . 
  
t h e   b i l l b o a r d s   w i l l   g o   u p   a c r o s s   d e t r o i t   o n   t u e s d a y   a n d   w i l l   f e a t u r e   c a d e   c u n n i n g h a m ,   j a d e n   i v e y   a n d   s a d d i q   b e y . 
  
d a y   o f f   o f   f o o t b a l l   g a m e s   t o m o r r o w . 
 
 b u t …   t h e   d e t r o i t   p i s t o n s   p l a y   a   b a s k e t b a l l   g a m e   t o m o r r o w   ‼ ️ 
 
 p i s t o n s  
  t e a m   u k r a i n e   i s   l i k e   t h e   d e t r o i t   p i s t o n s   o f   g e o p o l i t i c s   w i t h   a   l o t   l e s s   w i n n i n g .
j o e l   e m b i i d   h a s   b e e n   t r a d e d   t o   t h e   d e t r o i t   p i s t o n s .   t h e   t r a d e   i s   c o m p l e t e   p e n d i n g   p h y s i c a l .
t h e   p i s t o n s   a r e   p a r t n e r s   i n   d e t r o i t   v o t e s   2 0 2 2 .   c a d e   c u n n i n g h a m ,   j a d e n   i v e y   a n d   s a d d i q   b e y   a r e   o n   b i l l b o a r d s   g o i n g     l i v e   i n   d e t r o i t   o n   t u e s d a y . 
 
 t h e y ' r e   e n c o u r a g i n g   d e t r o i t e r s   t o   v o t e   a n d   l e a r n   t h e i r   o p t i o n s   f o r   v o t i n g :    
t h e   d e t r o i t   p i s t o n s   w i l l   s t a r t   t h e i r   2 0 2 2   d o m i n a n c e   w i t h   t h e   n e w   y o r k   k n i c k s   t o m o r r o w   n i g h t .
l o o k !     y o u r   d e t r o i t   p i s t o n s   a r e   d a n c i n ' !     b u d d y   b o e h e i m   w i t h   t h e   s l i c k   m o v e s .     t h i s   w a s   f r o m   t h e   o p e n   p r a c t i c e   y e s t e r d a y   a t   l c a .     s e e m s   l i k e   t h e y ' r e   a l l   v e r y   e x c i t e d   t o   g e t   t h i s   2 0 2 2 - 2 3   n b a   s e a s o n   s t a r t e d .     o r ,   e l s e   m a y b e   b u d d y ' s   j u s t   t r y i n g   t o   g e t   a   d a n c i n g   g i g .   j u s t   n e v e r   k n o w  
d e t r o i t   p i s t o n s :   " j u m p   o n   t h e   b a n d w a g o n   n o w . " 
 
 
 
 n b a   d e t r o i t   p i s t o n s   d e t r o i t b a s k e t b a l l   f e a r t h e d e e r   h e a t t w i t t e r   w e t h e n o r t h   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   n e t s   b r o o k l y n t o g e t h e r   s i x e r s
t h e   d e t r o i t   p i s t o n s   p l a y   i n   1 6   d a y s
d e t r o i t   p i s t o n s   p r e   s e a s o n   s t a r t s   . . . 
   
 
   
 a r e n a   b o g d a n o v i c   b o j a n   c a m p   c e n t r a l d i v i s i o n   c u n n i n g h a m   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   i s a i a h   j a d e n   k n i c k s   l i t t l e c a e s a r s   m e d i a d a y   n e w y o r k   o p e n   p i s t o n s n e w s   p i s t o n s p o d c a s t   p i s t o n s t o d a y  
i t ’ s   n o t   t o   l a t e   t o   b e c o m e   a   f a n   o f   t h e   c o o l e s t   b a s k e t b a l l   t e a m   i n   t h e   w o r l d ,   t h e   d e t r o i t   p i s t o n s
    _ d e t r o i t   t h e   b e s t   p a r t   i s   w h o e v e r   m a d e   t h a t   d e c i s i o n   j u s t   r e f u s e d   t o   a c k n o w l e d g e   t h a t   n e i t h e r   t h e   p i s t o n s   o r   r e d   w i n g s   h a v e   b l a c k   i n   t h e i r   u n i f o r m s .
w e ’ r e   o n t o   t h e   d e t r o i t   p i s t o n s   ( v i a   i g / l a r a n c e h )  
e r i c   r i l e y   f i n i s h e s   w i t h   3 6   p o i n t s   i n   m a v e r i c k s '   c l e a r   l o s s   t o   d e t r o i t   p i s t o n s   n b a   n b a 9 7 9 8
d e t r o i t   p i s t o n s   a r e   g o i n g   t o   b e   a t   l e a s t   t h e   6 t h   s e e d   t h i s   s e a s o n .   t o o e a r l y p r e d i c t i o n s
h o w   t o   f i x   t h e   d e t r o i t   l i o n s   d e f e n s e ?   s c h e m e   n e e d s   t o   c h a n g e ! /   d e t r o i t   p i s t o n s   1 s t   p r e s e a s o n   g a m e  
t h e   b r i t i s h   p o l i t i c i a n   n a m e d   " b e n   w a l l a c e "   s h o u l d   h a v e   t o   c h a n g e   h i s   n a m e .   
 
 t h e r e   i s   o n l y   o n e   b e n   w a l l a c e ,   a n d   h e   p l a y e d   f o r   t h e   d e t r o i t   p i s t o n s   d a m m i t   😤
t h e   d e t r o i t   p i s t o n s   a r e   t h e   g r e a t e s t   o r g a n i z a t i o n   i n   n b a   h i s t o r y .
t h e     o p e n   p r a c t i c e   h a d   f a n s   b u z z i n g ,   a n d   t h e   c r e w   h a d   i t   c o v e r e d   f r o m   m u l t i p l e   a n g l e s : 
 
 🎥     -   r e v i e w :   
 
 🎥     -   e a r l y   t a k e a w a y s :   
 
 📖   p i s t o n s   p r a c t i c e   s t a n d o u t s :    
  y o u   w a t c h i n g   t h e   d e t r o i t   p i s t o n s   b a c k c o u r t   t o n i g h t ?
  i   w a s   b o r n   i n   1 9 7 0 ,   i   a m   5 2   y e a r s   o l d . 
 i n   m y   l i f e   i   h a v e   s e e n   t h e   d e t r o i t   t i g e r s   w i n   t h e   w o r l d   s e r i e s ,   t h e   d e t r o i t   p i s t o n s   w i n   3   n b a   c h a m p i o n s h i p s ,   a n d   t h e   d e t r o i t   r e d   w i n g s   w i n   4   s t a n l e y   c u p s .   i   h a v e   o n l y   s e e n   1   d e t r o i t   l i o n ’ s   p l a y o f f   w i n .
  i   c a n ’ t   f u c k i n g   w a i t ,   m a n .   i   n e e d   p i s t o n s   b a s k e t b a l l   r i g h t   n o w .   h e l l ,   a l l   o f   d e t r o i t   n e e d s   t h i s   t e a m   r i g h t   n o w .
i m m a   b a d   b o y   l i k e   a   d e t r o i t   p i s t o n s   💀 💀
o p t i m i s m   d o e s   n o t   t r a n s l a t e   i n t o   w i n s   f o r   d e t r o i t   p i s t o n s ,   f o r   1   e x p e r t   ( v i a   ) 
 p i s t o n s   n b a  
n e w   n o t e b o o k :   t h e   p i s t o n s   w i l l   u t i l i z e   a   ‘ p r a c t i c e ’   a p p r o a c h   f o r   t o m o r r o w ’ s   p r e s e a s o n   o p e n e r   a g a i n s t   t h e   k n i c k s .   a l s o ,   d e t r o i t   c o a c h   d w a n e   c a s e y   t a l k s   j a d e n   i v e y ’ s   s p e e d .   
 
 “ h e ’ s   a   o n e - m a n   f a s t   b r e a k . ”  
w h o e v e r   t h a t   f r a t   b o y   d i p s h i t   w a s   a t   t h e   l c a   o n   n o v e m b e r   2 3 r d   2 0 2 1   d u r i n g   p i s t o n s - h e a t   i n   d e t r o i t   i ’ m   g l a d   e r i k   s p o l e s t r a   a n d   t y l e r   h e r r o   m a d e   y o   b u m   a s s   l e a v e   t h e   a r e n a   e a r l y
y e s t e r d a y ,   m y   b o y   p l a y e d   h i s   1 s t   o r g a n i z e d   b - b a l l   g a m e . 
 
 u n d e r s t a t e m e n t   t o   c a l l   i t   a   m i s - m a t c h .   o t h e r   t e a m   w e r e   b o y s   w i t h   a t   l e a s t   8 "   o n   h i s   s q u a d .   w e ' r e   t a l k i n g   b a d   n e w s   b e a r s   v s   t h e   ' 8 8   d e t r o i t   p i s t o n s . 
 
 w a s   a   s h u t - o u t   u n t i l   t h e   4 q ,   w h e r e   h e   s u n k   t h e   s e c o n d   o f   t w o   f r e e   t h r o w s ! !
n e w   p o s t :   t r o y   w e a v e r   h a s   n e w   e x p e c t a t i o n s   f o r   d e t r o i t   p i s t o n s   i n   2 0 2 2 - 2 3   s e a s o n    
n e w   p o s t :   d e t r o i t   p i s t o n s ’   c a d e   c u n n i n g h a m   o n   a d d e d   b u l k ,   t e a m i n g   w i t h   j a d e n   i v e y    
t r o y   w e a v e r   h a s   n e w   e x p e c t a t i o n s   f o r   d e t r o i t   p i s t o n s   i n   2 0 2 2 - 2 3   s e a s o n  
n b a   d e t r o i t   p i s t o n s '   c a d e   c u n n i n g h a m   o n   a d d e d   b u l k ,   t e a m i n g   w i t h   j a d e n   i v e y     n e w s
a f t e r   m i s s i n g   m o s t   o f   l a s t   s e a s o n ,   d e r r i c k   r o s e   i s   l o o k i n g   t o   g e t   h i s   f i r s t   g a m e   a c t i o n   i n   n i n e   m o n t h s   t u e s d a y   a g a i n s t   t h e   d e t r o i t   p i s t o n s .   
 

t r o y   w e a v e r   h a s   n e w   e x p e c t a t i o n s   f o r   d e t r o i t   p i s t o n s   i n   2 0 2 2 - 2 3   s e a s o n       n b a   n e w s   b a s k e t b a l l  
d e t r o i t   p i s t o n s '   c a d e   c u n n i n g h a m   o n   a d d e d   b u l k ,   t e a m i n g   w i t h   j a d e n   i v e y       n b a   n e w s   b a s k e t b a l l  
f o r   t h e   2 0 2 2 - 2 3   n b a   s e a s o n ,   s t e p h e n   c u r r y   i s   p r o j e c t e d   t o   m a k e   m o r e   m o n e y   t h a n   t h e   c o m b i n e d   s t a r t i n g   f i v e   o f   t h e   s a n   a n t o n i o   s p u r s ,   m e m p h i s   g r i z z l i e s ,   h o u s t o n   r o c k e t s   & a m p ;   d e t r o i t   p i s t o n s . 
 
 ( n o t e :   s a l a r y   o n l y .   d o e s   n o t   i n c l u d e   e n d o r s e m e n t   m o n e y .   s t a r t e r s   u s e d   a r e   p r o j e c t e d . )  
i   h e a r d   t r o y   w e a v e r   t r a d e d   r o d   o f f   t h e   p i s t o n s   b e a t   a n d   i n t o   d e t r o i t   n e w s   m a n a g e m e n t .   i ' m   u n a b l e   t o   c o n f i r m   t h o s e   r u m o r s ,   b u t   i t   d o e s n ' t   s t r i k e   m e   a s   a   c o i n c i d e n c e   h e   w a s   r e p l a c e d   b y   a   y o u n g e r   w r i t e r .  
d e t r o i t   p i s t o n s '   c a d e   c u n n i n g h a m   o n   a d d e d   b u l k ,   t e a m i n g   w i t h   j a d e n   i v e y  
🏀   d e t r o i t   p i s t o n s   ( )   d e t r o i t u p 
 🆚   n e w   y o r k   k n i c k s   n e w y o r k f o r e v e r   d e t v s n y k 
 ✈ ️   n 6 5 1 d l   |   d a l 8 9 2 5   |   b 7 5 2 
 🛫   d t w   -   4 : 2 0   p m   e t 
 🛬   e w r   -   5 : 3 5   p m   e t 
 📡   t r a c k i n g :    
i t ' s   w o r t h   n o t i n g   t h a t   t h e   d e t r o i t   p i s t o n s   f a n   s h o p   o f f e r s   h a l f   s i z e s   o n   t h e i r   j e r s e y s .     i   d o n ' t   b e l i e v e   t h e y   d i d   t h a t   l a s t   y e a r .     4 4 / 4 6 / 4 8 / 5 0 / 5 2 / 5 2 / 5 6 
 i   w o n d e r   i f   t h i s   i s   s o m e t h i n g   t h a t   t e a m s   w i l l   d o   a c r o s s   t h e   b o a r d   o r   j u s t   t h e m .  
【 s t o c k   i n f o r m a t i o n 】 c h a m p i o n   " d e t r o i t   p i s t o n s   3 3   h i l l "   b a s k e t   t a n k   /   e m e r a l d   g r e e n   /  
c a d e   c u n n i n g h a m   m y   h o u s e   p u r p l e   f r o m     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   d e t r o i t   p i s t o n s   r o o k i e   r c   r o o k i e c a r d   c a d e c u n n i n g h a m  
c a d e   c u n n i n g h a m   m y   h o u s e   p u r p l e   f r o m     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   d e t r o i t   p i s t o n s   r o o k i e   r c   r o o k i e c a r d   c a d e c u n n i n g h a m  
t h e   d e t r o i t   p i s t o n s   a r e   s i g n i n g   v e t e r a n   g i o r g i   b e z h a n i s h v i l i   t o   a   2 - w a y   c o n t r a c t .   p e r   s o u r c e s .
    c a r e f u l   w i t h   t h e   w o r d   g a n g ,   w e   d o n ’ t   w a n t   t h e   d e t r o i t   p i s t o n s   t o   s h o w   u p
h a d   a n   a i   a r t i s t   v i a     c r e a t e   a n   i m a g e   o f   d e t r o i t   p i s t o n s   r o o k i e   a n d   j e d i     t r a i n i n g   f o r   t h e   s e a s o n .  
h e r e   a r e   s o m e   t a k e a w a y s   f r o m     o n   y e s t e r d a y ' s   p i s t o n s   o p e n   p r a c t i c e .   
 

w h a t   i s   t h e   o n e   a r e a   o f   i m p r o v e m e n t   f o r   t h e   y o u n g   d e t r o i t   p i s t o n s   c r e w ? 
 

    i   m e a n   h e ’ s   p l a y e d   f o r   t h e   d y s f u n c t i o n a l   n e t s ,   a n d   t h e   d e t r o i t   p i s t o n s   l o l -   a n d   t h e   c e l t i c s   h a v e   b e e n   k n o w n   f o r   l i f t i n g   c a r e e r s .
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   l i v e   s t r e a m   0 4   o c t o b e r   2 0 2 2    
  t h e y   h a d   t h e i r   f u l l   s q u a d   a g a i n s t   t h e   d e t r o i t   p i s t o n s   o f   a u s t r a l i a
    a p p r e c i a t e   t h e   k i n d   w o r d s   s i r .   d e f i n i t e l y   f e e l   w o r d   a n d   v i d e o   c o m p l e m e n t   e a c h   o t h e r   w e l l .   c a d e   a n d   i v e y   a i n ' t   t h e   o n l y   f i r e   & a m p ;   i c e   h e r e   i n   d e t r o i t   p i s t o n s   l a n d !
2 )   d e t r o i t   p i s t o n s :   ‘ 9 6   t o   ‘ 0 3 
 
 s i n c e   s w i t c h i n g   b a c k   t o   b l u e   & a m p ;   r e d   d u r i n g   t h e   d a y s   o f   c h a u n c e y ,   t a y s h a u n ,   s h e e d ,   b i g   b e n   a n d   r i p   —   t h e   t e a l   t a n k s   a r e   f i n a l l y   b a c k . 
 
 o n c e   w o r n   b y   g r a n t   h i l l ,   t h e   l o o k   w i l l   n o w   b e   d o n n e d   b y   j a d e n   i v e y   & a m p ;   c a d e   c u n n i n g h a m . 
 
 🔗    
  _ l a n g l o i s   h o w   c a n   i   b e c o m e   a   w r i t e r   f o r   t h e   d e t r o i t   p i s t o n s ?
d e e e e t r o i t   b a s k e t b a l l   i s   b a c k   t o m o r r o w   n i g h t   💪 
 
 ⏰   7   p . m .   o n   b a l l y   s p o r t s   d e t r o i t   e x t r a   
 
 p i s t o n s   |    
f i n d   o u t   w h a t   p i s t o n s   f a n s   c a n   l o o k   f o r w a r d   t o   i n   j a l e n   d u r e n ’ s   r o o k i e   s e a s o n   b e l o w   ⬇ ️ ⬇ ️ 
 
 d e t r o i t   r o o k i e   j a l e n d u r e n   

_ d   i   n e e d   t h e   1 9 9 1   d e t r o i t   p i s t o n s   t h r e e p e a t   b e a t . 
 

t e a m s   i ’ l l   b e   r o o t i n g   f o r   t h i s   u p c o m i n g   n b a   s e a s o n :   
 1 .   d e t r o i t   p i s t o n s   
 2 .   p h i l a d e l p h i a   7 6 e r s   
 3 .   l o s   a n g e l e s   c l i p p e r s   
 4 .   p o r t l a n d   t r a i l b l a z e r s   ( h o m e t o w n ) 
 ( b o n u s )   b o s t o n   c e l t i c s   j u s t   c u z   o f   b l a k e   g r i f f i n   😊
n e w   v i d e o   t o   w a t c h : 
 
 " a l l e n   i v e r s o n   ( 2 7   p o i n t s )   -   p h i l a d e l p h i a   7 6 e r s   a t   d e t r o i t   p i s t o n s   -   2 0 0 3   p l a y o f f s   e c s f   g a m e   1 "   
 
 c r e a t o r :     a n d r e   a g o s t i n i 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   7 6 e r s   p h i l l y 
 
  
w e   g o t   r o o m   o n   t h e   d e t r o i t   p i s t o n s   f a n   b a s e   f o r   t h e   u p c o m i n g   s e a s o n    
b u i l d i n g   a   2 0 2 3   n b a   d r a f t   b i g   b o a r d   f o r   t h e   d e t r o i t   p i s t o n s :   p l a y e r s   1 6 - 2 0   –   n b a   n e w s  
_ r i c a n   t h e   p i s t o n s   a r e   o n e   o f   a   h a n d f u l   o f   t e a m s   w i t h   m u l t i p l e   c h i p s   i n   t h i s   l e a g u e ’ s   s t o r i e d   h i s t o r y .   t h e r e ’ s   l i k e   9   t e a m s   t h a t   h a v e   n e v e r   w o n   a   c h i p   f o r   e x a m p l e ,   t h e   m a g i c .   w e   t h e   d e l e g a t i o n   o f   d e t r o i t   r e q u e s t   t o   r e m o v e   t h e   p i s t o n s   f r o m   t h i s   t h r e a d   i n   p l a c e   o f   t h e   m a g i c 😅
h o l l i n g e r   o n   y o u r   d e t r o i t   p i s t o n s .   r e a d   w i t h   c a u t i o n .  
n e w   f o r     -   m y   d e t r o i t   p i s t o n s   p r e v i e w .   w h y   t h i s   c o u l d   b e   t h e   y e a r   b e f o r e   t h e   y e a r 
 

t h e   n b a   p r e s e a s o n   i s   u p o n   u s   a n d   c o l l e g e   b a s k e t b a l l   i s   o n e   m o n t h   a w a y .   o u r   o w n     i s   u s i n g   t h e   o c c a s i o n   t o   b u i l d   a   p r e l i m i n a r y   d e t r o i t   p i s t o n s   t o p - 2 0   b i g   b o a r d   o f   p l a y e r s   t o   k e e p   a n   e y e   o n   a l l   y e a r .   t o d a y   a r e   p l a y e r s   1 6 - 2 0 .  
j u s t   r e c o r d e d   a   f a n t a s t i c   n b a   p r e v i e w   p o d   w i t h   m y   m a i n   m a n   .   i t   w a s   o v e r   9 0   m i n u t e s   - -   t h e   l o n g e s t   p o d   i ' v e   e v e r   c u t   - -   b u t   i t ' s   w e l l   w o r t h   l i s t e n i n g   t o   t h e   w h o l e   d a r n   t h i n g ,   i f   o n l y   f o r   o u r   t a k e   o n   t h e   d e t r o i t   p i s t o n s .   
 
 t h e   e p i s o d e   d r o p s   1 0 / 1 3 .   w a t c h   t h i s   s p a c e .
  m a i l b a g :   w h o   i s   g o i n g   t o   s t a r t   f o r   d e t r o i t   p i s t o n s   o p e n i n g   p r e s e a s o n   g a m e   a g a i n s t   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y ' …    
h o l y   s h i t   t h e y   h a d   a   d e a l   t o   t h e   p i s t o n s .   t h e y   b r o u g h t   v a n e s s a   o n   t h e   d o c   a n d   s h e   s a i d   n o   w a y   i ’ m   m o v i n g   t o   d e t r o i t   😂
m a y b e   s o m e   c l a r i f y i n g   i n f o   a b o u t   t h e   b o g e y   t r a d e .   s t i l l ,   t h e   a u t h o r   m a k e s   t h e   p o i n t   t h a t   i f   d e t r o i t   d e c i d e s   t o   f l i p   h i m   a t   t h e   t r a d e   d e a d l i n e ,   t h e y   w o u l d   p r o b a b l y   b e   a b l e   t o   g e t   a   l o t   m o r e   f o r   b o g e y   t h a n   t h e y   g a v e . 
 
 y e p 
 

  d e t r o i t   p i s t o n s   v s   e v e r y b o d y  
s h o p   p i s t o n s   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   d e t r o i t   d e t r o i t p i s t o n s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
@ _ b i g m i k e 2 7   d e t r o i t   p i s t o n s   v s   e v e r y b o d y   😆
  a l l e n   i v e r s o n   ( 2 7   p o i n t s )   -   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   a t   d e t r o i t   p i s t o n s   -   2 0 0 3   p l a y o f f s   e c s f   g a m e   1    
m a r k   y o u r   c a l e n d a r s ! !     h o m e r   b o y s   b a s k e t b a l l   w i l l   t r a v e l   t o   d e t r o i t   l i t t l e   c a e s a r s   a r e n a   t o   p l a y   g r a s s   l a k e   o n   m o n d a y ,   d e c e m b e r   2 6 t h ! !     t i c k e t s   w i l l   g e t   y o u   i n t o   t h e   p i s t o n s / c l i p p e r s   g a m e ! !     s e e   f l y e r   b e l o w !       g o t r o j a n s ! !  
o n c e   u p o n   a   t i m e ,   c a m   n e w t o n   h a n d l e d   t h a t .   w e   g o t   a   l i t t l e   s p o i l e d   h e r e .   s t e w a r t   a n d   t o l b e r t   w e r e   r i g h t   t h e r e ,   a s   w e l l .   i t   w a s   t h e   d e t r o i t   p i s t o n s   o f   s h o r t   y a r d a g e .   b u l l i e s .   
 
 s i n c e   2 0 2 0 :   t e d d y ,   c m c ,   m i k e   d a v i s   ( t h e y   n a i l e d   t h a t   o n e ) ,   s a m ,   c h u b a ,   a m e e r .   
 
 u s e   f o r e m a n .  
d b b   p o d c a s t :     a n d     g o   u n d e r   a n d   o v e r   t h e   2 0 2 2 - 2 3   d e t r o i t   p i s t o n s .   w e   a l s o   t a l k   a b o u t   t h e   b o j a n   t r a d e   a n d   j a d e n   i v e y ’ s   r o o k i e   o f   t h e   y e a r   c h a n c e s . 
 
 :   
 
 :      
p i s t o n s   o p e n - s c r i m m a g e   o b s e r v a t i o n s :   k i l l i a n   h a y e s '   p o i s e ,   i s a i a h   s t e w a r t ' s   p e r i m e t e r   g a i n ,   j a d e n   i v e y ' s   s p e e d   a n d   c a d e   c u n n i n g h a m ' s   g a m e :  
n e w   f l o w e r   g i f   g i p h y u p l o a d ,   b a s k e t b a l l ,   f l o w e r ,   c o m m u n i t y ,   s p r i n g ,   p l a n t s ,   g a r d e n ,   l o v i n g ,   d e t r o i t ,   g r o w t h ,   g a r d e n i n g ,   p l a y g r o u n d ,   p i s t o n s ,   g r e e n e r y    
    t h e   d e t r o i t   p i s t o n s   h a d   t h e   s a m e   s e a s o n   a s   t h e   d a l l a s   m a v e r i c k s   l a s t   y e a r .
o p e n   p r a c t i c e   o b s e r v a t i o n s :   o n   k i l l i a n   h a y e s ’   c o n f i d e n c e   a n d   i s a i a h   s t e w a r t ’ s   n e w   r o l e   a s   a   f l o o r - s p a c i n g   b i g   
 

k i l l i a n   h a y e s '   c o n f i d e n c e   s t a n d s   o u t   d u r i n g   d e t r o i t   p i s t o n s '   o p e n   p r a c t i c e  
c h e c k   o u t   t h i s   l i s t i n g   i   j u s t   a d d e d   t o   m y   p o s h m a r k   c l o s e t :   n e w   a n t i g u a   w o m e n ' s   x l   c o n t o u r   h o o d i e   n b a   d e t r o i t   p i s t o n s   r o y a l   b l u e   a c t i v e   n w t .     s h o p m y c l o s e t  
i   t h i n k   t h e   f l o o r   a n d   c e i l i n g   f o r   s a d d i q   b e y ' s   e x t e n s i o n   h a v e   b e e n   s e t . 
 
   ( v i a   )  
🎧 n e w   e p i s o d e 🎧 
 
 w i l l   t h e   p i s t o n s   e x t e n d   b o j a n ?   d u r e n   a n d   t h e   g - l e a g u e .   b e n   w a l l a c e   i n   l o s   a n g e l e s   _ _ t a l k   
 
 ➡ ️   a p p l e   
 
 ➡ ️   s p o t i f y   
 
 ➡ ️   y o u t u b e    
g o o d   m o r n i n g   🤩 
 
 t h e   d e t r o i t   p i s t o n s   p l a y   * p r e s e a s o n *   b a s k e t b a l l   t o m o r r o w   🔥   
 
 📸 :    
  i f   n b a   t e a m s   r e a l l y   w a n t   t o   e n t e r   t h e   p l a y o f f s ,   t h e   o l d   s c o u t s   s h o u l d   s t o p   w a t c h i n g   n e t f l i x   a n d   t r y   t o   s c o u t   o u t s i d e     t h e   u n i t e d   s t a t e s . 
 c r a i g   r a n d a l l   i i   -   d e t r o i t   p i s t o n s 
 r o b e r t   f r a n k s   -   w a s h i n g t o n   w i z a r d s 
 a n t o n i u s   c l e v e l a n d   -   c a v a l i e r s 
 k a i   s o t t o   -   h o u s t o n   r o c k e t s / k n i c k s
d e t r o i t   p i s t o n s :   i s   i t   t h e   j o h n s o n   o r   h e r r o   c o n t r a c t   f o r   s a d d i q   b e y ?   –   n b a   n e w s  
d e t r o i t   p i s t o n s   v s   i n d i a n a   p a c e r s   -   f u l l   . . . 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s v s i n d i a n a p a c e r s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   i n d i a n a p a c e r s   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a s u m m e r l e a g u e   n b a s u m m e r l e a g u e 2 0 2 1  
o b s e r v a t i o n s :   k i l l i a n   h a y e s   s h o w s   p o i s e   t o   l e a d   w h i t e   t e a m   t o   v i c t o r y   i n   p i s t o n s   s c r i m m a g e  
s o u r c e s :   o r l a n d o   r o b i n s o n   i s   e x p e c t e d   t o   t e s t   f r e e   a g e n c y   t h i s   u p c o m i n g   o f f s e a s o n .   m a n y   e x p e c t   t h e   d e t r o i t   p i s t o n s   t o   m a k e   a   s i g n i f i c a n t   p u s h   t o   a c q u i r e   t h e   s t a r   p l a y e r .
    d e t r o i t   p i s t o n s   s a i d   t h e i r   g a m e   p l a n   w a s   t o   t r a p   k o b e   a n d   l e t   s h a q   d o   w h a t e v e r . .   t h e y   k n e w   w h o   t h e   r e a l   t h r e a t   w a s . .   a g a i n   t h i s   i s   c o m i n g   f r o m   r e a l   l i f e   n b a   p l a y e r s ,   n o t   f r o m   m e 👐 🏾
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   k n i c k s   -   n b a   g a m e   s u m m a r y   -   o c t o b e r   4 ,   2 0 2 2   |   e s p n   -   v i a     a p p  
n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s 
 n e w   o r l e a n s   p e l i c a n s   l i v e   s t r e a m s 
 d e t r o i t   p i s t o n s   l i v e   s t r e a m s 
 s t a r t   t i m e :   o c t   0 7 ,   0 8 : 0 0   p m   e t 
 n b a _ l i v e 
 n e w _ o r l e a n s _ p e l i c a n s   v s   d e t r o i t _ p i s t o n s 
 c r a c k s t r e a m s 
 b u f f s t r e a m s 
 s p o r t s u g e 
 n b a s t r e a m s 
 r e d d i t n b a s t r e a m s  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 n e w   y o r k   k n i c k s   l i v e   s t r e a m s 
 d e t r o i t   p i s t o n s   l i v e   s t r e a m s 
 s t a r t   t i m e :   o c t   0 4 ,   0 7 : 0 0   p m   e t 
 n b a _ l i v e 
 n e w _ y o r k _ k n i c k s   v s   d e t r o i t _ p i s t o n s 
 c r a c k s t r e a m s 
 b u f f s t r e a m s 
 s p o r t s u g e 
 n b a s t r e a m s 
 r e d d i t n b a s t r e a m s  
n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s 
 n e w   o r l e a n s   p e l i c a n s   l i v e   s t r e a m s 
 d e t r o i t   p i s t o n s   l i v e   s t r e a m s 
 s t a r t   t i m e :   o c t   0 7 ,   0 8 : 0 0   p m   e t 
 n b a _ l i v e 
 n e w _ o r l e a n s _ p e l i c a n s   v s   d e t r o i t _ p i s t o n s 
 c r a c k s t r e a m s 
 b u f f s t r e a m s 
 s p o r t s u g e 
 n b a s t r e a m s 
 r e d d i t n b a s t r e a m s  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 n e w   y o r k   k n i c k s   l i v e   s t r e a m s 
 d e t r o i t   p i s t o n s   l i v e   s t r e a m s 
 s t a r t   t i m e :   o c t   0 4 ,   0 7 : 0 0   p m   e t 
 n b a _ l i v e 
 n e w _ y o r k _ k n i c k s   v s   d e t r o i t _ p i s t o n s 
 c r a c k s t r e a m s 
 b u f f s t r e a m s 
 s p o r t s u g e 
 n b a s t r e a m s 
 r e d d i t n b a s t r e a m s  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [68], in <cell line: 1>()
      1 for id, tweets in tweets_df_Pistons1.items():
      2     for tweet in tweets:
----> 3         analysis = TextBlob(tweets_df_Pistons1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Pistons1 = tweets_df_Pistons1.append({
      5             'name': id,
      6             'text': tweets_df_Pistons1.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\textblob\blob.py:384, in BaseBlob.__init__(self, text, tokenizer, pos_tagger, np_extractor, analyzer, parser, classifier, clean_html)
    380 def __init__(self, text, tokenizer=None,
    381             pos_tagger=None, np_extractor=None, analyzer=None,
    382             parser=None, classifier=None, clean_html=False):
    383     if not isinstance(text, basestring):
--> 384         raise TypeError('The `text` argument passed to `__init__(text)` '
    385                         'must be a string, not {0}'.format(type(text)))
    386     if clean_html:
    387         raise NotImplementedError("clean_html has been deprecated. "
    388                                 "To remove HTML markup, use BeautifulSoup's "
    389                                 "get_text() function")

TypeError: The `text` argument passed to `__init__(text)` must be a string, not <class 'pandas.core.series.Series'>
In [69]:
for id, tweets in tweets_df_Pistons2.items():
    for tweet in tweets:
        analysis = SentimentIntensityAnalyzer(tweets_df_Pistons2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Pistons2 = tweets_df_Pistons2.append({
            'name': id,
            'text': tweets_df_Pistons2.text
        }, ignore_index=True)
c o u n t d o w n   t o   o p e n i n g   n i g h t :   8   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
m a r v i n   b a g l e y   o n   c a d e   c u n n i n g h a m :   “ h e ’ s   a n   a l l - s t a r - l e v e l   p l a y e r ”   c a d e c u n n i n g h a m   d e t r o i t p i s t o n s   m a r v i n b a g l e y i i i  
d e t r o i t   p i s t o n s   s p o n s o r e d   1 0 0   o f   o u r   d e t r o i t   t r a n s i t i o n a l   v e t e r a n s   r e c e i v i n g   a   c o a t   b a g   m a d e   b y   e m p o w e r m e n t p l a n   d e t r o i t   o n   w o r l d   h o m e l e s s   d a y .     d e t r o i t p i s t o n s   l e g e n d   e a r l   c u r e t o n   a l o n g   w i t h   d e t r o i t p i s t o n s d a n c e r s   w e r e   o n   h a n d   t o   m e e t   t h e   v e t e r a n s ! 
 v a d e t r o i t v e t e r a n s f i r s t  
d e t r o i t   p i s t o n s   s e a s o n   p r e v i e w ,   o u t l o o k ,   a n d   r a n d o m   t a l k . 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
t h e   d e t r o i t   p i s t o n s   s i g n e d   a   o f f - b a l l   s h o o t e r … … k y l e r   e d w a r d s   i s   h e r e ! ! ! 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   i s a i a h s t e w a r t   j a d e n i v e y   j a l e n d u r e n   k e v i n k n o x   k i l l i a n h a y e s   k y l e r e d w a r d s   m a r v i n b a g l e y   p o l i c e  
t h e   d e t r o i t   p i s t o n s   w i l l   b e   g o o d   s o o n e r   t h a n   y o u   t h i n k 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
p i s t o n s   b u y o u t   o f f e r   . . . 
   
 
   
 c a d e c u n n i n g h a m d e t r o i t p i s t o n s   c e n t r a l d i v i s i o n   d e t r o i t   d e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s d r a f t   d e t r o i t p i s t o n s e s p n   d e t r o i t p i s t o n s g m   d e t r o i t p i s t o n s n e w   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s n e w s t o d a y  
b e t t e r   v i e w   o f   t h e   c a d e   c u n n i n g h a m   / 1 0   g o l d   r a t e d   r o o k i e   a u t o   p u l l e d   t o n i g h t   f r o m   o u r     o p t i c   b a s k e t b a l l   b r e a k !   _   
 
 d e t r o i t p i s t o n s   c a d e c u n n i n g h a m   p i s t o n s   b a s k e t b a l l c a r d s   g r o u p b r e a k s   t h e h o b b y   b o x b r e a k s   c a s e b r e a k s   r o o k i e  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   9   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
k a b o o o o o m !   💥 💥 
 c a d e   c u n n i n g h a m   / 1 0   g o l d   r a t e d   r o o k i e   a u t o   j u s t   p u l l e d   t o n i g h t   f r o m   o u r     o p t i c   b a s k e t b a l l   b r e a k !   _   
 
 d e t r o i t p i s t o n s   c a d e c u n n i n g h a m   p i s t o n s   b a s k e t b a l l c a r d s   o p t i c   g r o u p b r e a k s   t h e h o b b y   b o x b r e a k s   c a s e b r e a k s  
i   f e e l   l i k e   t h i s   w o u l d   b e   a   h a r d   l o o k   o n   b e n   
   
 
   
 b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   m i c h i g a n   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   p i s t o n s  
t h e   d e t r o i t   p i s t o n s   & a m p ;   k e m b a   w a l k e r   c o n f l i c t   c o n t i n u e s   r i s e   . . . 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e f i n i t e l y   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r u m o r s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a l e n d u r e n   k e m b a w a l k e r   k i l l i a n h a y e s   s a d d i q b e y  
w i l d   o v e r t i m e   e n d i n g   i n   d e t r o i t   😱 
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 2 2 1 0 0 9 6 8   n b a   t e a m 1 6 1 0 6 1 2 7 3 7  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 0   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
b a c k   a t   i t   ⚫ ️ ⚪ ️ 
 
 b l a z e r s   n c a a   k u h o o p s   n b a   t r a e y o u n g   k e v i n d u r a n t   s t e p h c u r r y   n c a a b a s k e t b a l l   i n d i a n a p a c e r s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t b a s k e t b a l l   d a l l a s m a v s   g o m a v s   d a l l a s m a v e r i c k s   l u k a m a g i c  
d e t r o i t   p i s t o n s   |   b e s t   3 & a m p ; 3 9 ; s   f r o m   s a d d i q   b e y   s o   f a r   i n   2 0 2 1 - 2 2   s e a s o n 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   n b a p i s t o n s   p i s t o n s b a s k e t b a l l  
i   f e e l   l i k e   t h i s   w o u l d   b e   a   h a r d   l o o k   o n   b e n 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
k e m b a   w a l k e r   s t i l l   o p t i m i s t i c   t o   g a i n   p l a y i n g   o p p o r t u n i t y   c h a r l o t t e h o r n e t s   d e t r o i t p i s t o n s   k e m b a w a l k e r  
m i c h a e l   j o r d a n & a m p ; 3 9 ; s   m o s t   d o m i n a n t   . . . 
   
 
   
 8 0 s p i s t o n s   b a d b o y s p i s t o n s   b u l l s v s p i s t o n s r i v a l r y   c e n t r a l d i v i s i o n   c h i c a g o   c h i c a g o v s d e t r o i t   c l u t c h g e n e   c l u t c h j u m p e r s   c o n t e s t   d e f e n s e   d e t r o i t p i s t o n s   d u n k   d u n k s   d u n k s o n b i l l l a i m b e e r   e a s t e r n c o n f e r e n c e  
d e t r o i t p i s t o n s   1 2   c a r d   l o t   p i s t o n s   
 
 $ 5   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
d y s o n   d a n i e l s   h i g h l i g h t s   v s   d e t r o i t   p i s t o n s   |   o c t   7   |   2 0 2 3   n b a   r o o k i e s 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
n e w   o r l e a n s   p e l i c a n s   v s .   . . . 
   
 
   
 a n t h o n y d a v i s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   d e a n d r e j o r d a n   d e t r o i t p i s t o n s   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
w a t c h i n g   " m a l i c e   a t   t h e   p a l a c e "   o n   n e t f l i x   m a d e   m e   r e m i n i s c e   a b o u t   s o m e   g o o d   t i m e s   i n   a u b u r n   h i l l s .     t h e   p i s t o n s   a n d   c e l t i c s   w a r m i n g   u p   i n   2 0 1 3 .     d e t r o i t p i s t o n s   n b a  
d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   p e l i c a n s v s p i s t o n s   p i s t o n s v s p e l i c a n s  
f u t u r e   l o o k s   b r i g h t 
 g a r b i e l e p r o d i c a 
 a l b a b e r l i n 
 e u r o l e a g u e   d e t r o i t p i s t o n s   n b a p r o s p e c t  
d e t r o i t p i s t o n s   f a l l   1 0 7 - 1 0 1   i n   p r e s e a s o n   g a m e   v s .   n e w   o r l e a n s   p e l i c a n s     v i a       🏀
d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   . . . 
   
 
   
 b u l l s v s p e l i c a n s   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w o r l e a n s p e l i c a n s f u l l g a m e h i g h l i g h t s   d e t r o i t p i s t o n s v s n e w o r l e a n s p e l i c a n s h i g h l i g h t s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s  
a   s t r a n g e   t h i n g   t h a t   b o t h e r s   m e   a b o u t   k i l i a n   h a y e s .   t a k e   a w a y   j a m e s   h a r d e n ,   g i v e   m e   a   v e r y   g o o d   l e f t   h a n d e d   s h o o t e r   i n   t h e   n b a .   i t ' s   a s   r a r e   a s   a   l e f t   h a n d e d   s u p e r   b o w l   w i n n i n g   q b .   o d d s   a r e   a g a i n s t   h i m   t o   b e   a n y t h i n g   b u t   a   r o l e   p l a y e r .   j u s t   m y   o p i n i o n . 
 d e t r o i t p i s t o n s
p i s t o n s   a t   p e l i c a n s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 4  
s h o p   p i s t o n s   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   d e t r o i t   d e t r o i t p i s t o n s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
d e t r o i t   p i s t o n s   v s   p e l i c a n s   1 r s t   h a l f   r e c a p 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   k i l l i a n h a y e s   n b a   n e w o r l e a n s p e l i c a n s   s a d d i q b r y  
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
p i s t o n s   h c   d w a n e   c a s e y   h o p i n g   t o   r e t a i n   s o o n   f a   b o j a n   b o g d a n o v i c   l o n g   t e r m :   ‘ i ’ d   l o v e   t o   h a v e   h i m   b a c k ’   b o j a n b o g d a n o v i c   d e t r o i t p i s t o n s   d w a n e c a s e y  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 1   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
t h e y   r e v i e w i n g   i v e y   f o r   a   f l a g r a n t e l b o w ! ! ! ! ! ! ! ! ! ! ! !   😤 😤 😤   p i s t o n s   d e t r o i t p i s t o n s   d e e t r o i t b a s k e t b a l l
d e t r o i t   p i s t o n s   m u s t   w o r k   o n … . .   👀 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r u m o r s   e a s t e r n c o n f e r e n c e   k i l l i a n h a y e s   m o t o w n   n b a  
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
c a d e   c u n n i n g h a m   r a t e d   r o o k i e   a u t o   w i t h   a   n i c e   l i t t l e   b a n g e r   o u t   o f   o u r     o p t i c   b a s k e t b a l l   b r e a k s   t h i s   w e e k !   💥 💥 
 
 d e t r o i t p i s t o n s   c a d e c u n n i n g h a m   r o o k i e   p i s t o n s   b a s k e t b a l l c a r d s   a u t o g r a p h   o p t i c   g r o u p b r e a k s   t h e h o b b y   b o x b r e a k s   w h o d o y o u c o l l e c t  
▶ ️ w a t c h   a l l   n b a   b a s k e t b a l l   s u m m e r   g a m e s   l i v e   f r e e   & a m p ;   f u l l   h d ✅ 
 
 n b a   n h l   m l b   c h i c a g o b u l l s   t o r o n t o   r a p t o r s   w e t h e n o r t h   r t z   h o u s t o n   r o c k e t s   h o u s t o n r o c k e t s   d e t r o i t   p i s t o n s   d e t r o i t p i s t o n s   n o b r a k e s   n e w o r l e a n s   p e l i c a n s   p e l i c a n s n b a   w o n t b o w d o w n   w b d
g   l e a g u e   i g n i t e   v s .   m e t r o p o l i t a n s   9 2 :   f u l l   g a m e   h i g h l i g h t s 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g l e a g u e   n b a  
w h a t   i f   v i c t o r   w e m b a n y a m a   w e n t   t o   t h e   p i s t o n s ?   
 t r u s t t r o y 
 d e t r o i t p i s t o n s 
 v i c t o r w e m b a n y a m a  
t o   t h e   p i s t o n   f a n s   w a n t i n g   v i c   w e m b a n y a m a ,   s h a m e   o n   y o u .   y o u   r e a l l y   w a n t   o r   e v e n   e x p e c t   t h e m   t o   b e   i n   t h e   l o t t e r y ?   i   k n o w   t h e y   a r e   y o u n g   b u t   i f   h e a l t h y ,   t h i s   i s   a   p l a y o f f   t e a m   t h a t   w i l l   o n l y   g e t   b e t t e r   t h e   m o r e   t h e y   p l a y   t o g e t h e r .   s o m e   f a n s ,   s m h . . . . 
 d e t r o i t p i s t o n s
w a l t e r   s h a r p e   ( 4 2 )   -   d e t r o i t   p i s t o n s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s 
 
   n b a   n b a t w i t t e r   n b a t o p s h o t   s h a r p e   p i s t o n s   b l a z e r s   r i p c i t y   d e t r o i t p i s t o n s   m o t o r c i t y  
n b a   p l a y e r   w h o   g o t   d u m p e d   o n   d r a f t   n i g h t   😮   |   c l u t c h   s h o r t s 
   
 
   
 c e n t r a l d i v i s i o n   c l u t c h p o i n t s   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
s h o u l d   t h e   d e t r o i t   p i s t o n s   m a k e   a   . . . 
   
 
   
 9 7 1 t h e t i c k e t   a i d a n h u t c h i n s o n   b a r s t o o l s p o r t s   c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   c o l l e g e f o o t b a l l   d a n c a m p b e l l   d e t r o i t l i o n s   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r e p o r t s   d e t r o i t p i s t o n s r u m o r s  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 2   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
j o r d a n   p o o l e   m o v i n g   o n ?   |   d e t r o i t   p i s t o n s 
   
 
   
 c a d e c u n n i g h a m   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   i s a i a h l i v e r s   j a d e n i v e y   j o r d a n p o o l e   k l a y t h o m p s o n   m i c h i g a n   n b a   p o o l e d r a y m o n d   s a d d i q b e y   u o f m  
  _ p r   y a l l   s u r e   d o   h a v e   t i c k e t s   o n   s a l e .     w h y   w o u l d   i   b u y   t i c k e t s   a n d   c a n ' t   s h o w   u p   i n   t h e   p l a y e r   j e r s e y ,       ,   t h a t   i   w a n t   t o   s u p p o r t ?   d o e s n ' t   m a k e   s e n s e .   
 p i s t o n s   d e t r o i t   d e t r o i t p i s t o n s   j a l e n d u r e n   j a l e n   d u r e n   n b a
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e t r o i t p i s t o n s   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r e v e r   n e w y o r k k n i c k s 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
r e p r e s e n t i n g   t h e   d     a t   t h e     a b u   d h a b i   g a m e s   2 0 2 2 
 n b a   d e t r o i t   d e t r o i t p i s t o n s   p i s t o n s  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 3   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
n e w   v i d e o   t o   w a t c h : 
 
 " e a r l y   t a k e a w a y s   f r o m   p i s t o n s   p r a c t i c e / t r a i n i n g   c a m p ! "   
 
 c r e a t o r :     f r o m   h a l f   c o u r t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   p r e   s e a s o n   s t a r t s   t o m o r r o w ! !   |   w h a t   t o   b e   e x c i t e d   a b o u t   |   m e d i a   d a y   w /   c a d e   a n d   i v e y "   
 
 c r e a t o r :     3 1 3   h o o p s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " p i s t o n s   l o s e   t o   k n i c k s   1 1 7   t o   9 6   i n   p r e s e a s o n .   j a d e n   i v e y ,   k i l l i a n   h a y e s ,   j a l e n   d u r e n   s h o w   p r o m i s e . "   
 
 c r e a t o r :     d e t r o i t   p i s t o n   m e   o f f 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   -   f u l l   g a m e h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2   n b a   p r e s e a s o n "   
 
 c r e a t o r :     c c b n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   l o s e   1 1 7 - 9 6   i n   f i r s t   p r e s e a s o n   g a m e   t o   n e w   y o r k   k n i c k s "   
 
 c r e a t o r :     d e t r o i t   s p o r t s   n a t i o n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
“ s a y   s o ”   f t .   _   o u t   o u t   o n   y o u t u b e   d r o p   a   c o m m e n t   🔥   o r   🗑 
 1 s i x c a p o n e   p l e a z u r e   e c o r s e   d e t r o i t   n e w   n e w m u s i c   v i d e o   m u s i c v i d e o   f y p   j o e l o u i s   e m i n e m   a r e t h a f r a n k l i n   s t e v e y z e r m a n   i s i a h t h o m a s   l e g e n d   d e t r o i t p i s t o n s   d e t r o i t r e d w i n g s   r n b 

d e t r o i t   p i s t o n s :   n b a   d r a f t   l o t t e r y   😁   r e a d y ? 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
b r e a k i n g   d o w n   k n i c k s & a m p ; 3 9 ;   p g   d e p t h :   b r u n s o n ,   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   k n i c k s b a s k e t b a l l   m s g   m s g n e t w o r k s   n e w y o r k   n e w y o r k b a s k e t b a l l   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   p i s t o n s   s p o r t s  
j a d e n   i v e y   i s   a   b l u r !   & a m p ;   k i l l i a n   . . . 
   
 
   
 a l e c b u r k s   b o j a n b o g d a n o v i c   c a d e c u n n i g h a m   c e n t r a l d i v i s i o n   c o r e y j o s e p h   d e t r o i t p i s t o n s   d y n a m i t e d o o d   e a s t e r n c o n f e r e n c e   i s a i a h l i v e r s   i s a i a h s t e w a r t   j a d e n i v e y   j a l e n d u r e n   k i l l i a n h a y e s   n b a   p i s t o n s v s k n i c k s  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 0 2 3 n b a s e a s o n   2 0 2 2 2 3 n b a s e a s o n   b a s k e t b a l l   c c b n   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w y o r k k n i c k s 2 0 2 2   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a   e x t e n d e d n b a h i g h l i g h t s  
🎂 🎈 🎂 🎈 🎂 
 h a p p y   b i r t h d a y   g r a n t h i l l !   h e   i s   5 0   t o d a y !   d e t r o i t p i s t o n s   n b a   7 t i m e n b a a l l s t a r   t a m i a  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   |   . . . 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p o s t g a m e s h o w   k n i c k s v s p i s t o n s   k n i c k s v s p i s t o n s h i g h l i g h t s   k n i c k s v s p i s t o n s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2   |   2 2 - 2 3   n b a   p r e   s e a s o n "   
 
 c r e a t o r :     c h r i s t i a n _ l o p e z 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   p i s t o n   s t a n d o u t s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t           c l i c k   l i n k   f o r   f u l l   v i d e o :    
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   |   p i s t o n s   s t a n d o u t s   d e t r o i t p i s t o n s   p i s t o n s   c l i c k   l i n k   f o r   v i d e o       v i a    
d e t r o i t   p i s t o n s   v s   n e w   y o r k   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w y o r k k n i c k s h i g h l i g h t s   e a s t e r n c o n f e r e n c e   k n i c k s v s p i s t o n s   k n i c k s v s p i s t o n s f u l l g a m e h i g h l i g h t s   k n i c k s v s p i s t o n s h i g h l i g h t s   k n i c k s v s p i s t o n s p r e s e a s o n b a s k e t b a l l g a m e  
j a d e n   i v e y   s h o w s   o f f   . . . 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a d e n i v e y b a s k e t b a l l   j a d e n i v e y d e b u t   j a d e n i v e y d e t r o i t b a s k e t b a l l   j a d e n i v e y d e t r o i t p i s t o n s d e b u t   j a d e n i v e y p i s t o n s   j a d e n i v e y t o n i g h t   j a d e n i v e y t o p p l a y s  
p i s t o n s   a t   k n i c k s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 1 4  
🎂 🎈 🎂 🎈 🎂 
 h a p p y   b i r t h d a y   g r a n t h i l l !   h e   i s   5 0   t o d a y !   d e t r o i t p i s t o n s   n b a   7 t i m e n b a a l l s t a r   t a m i a  
$ 2 5 0   f o r   c o u r t s i d e   a t   t h e   g a r d e n ?   h a d   t o   d o   i t   
   
 
   
 b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   m i c h i g a n   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   p i s t o n s  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w y o r k k n i c k s 2 0 2 2   e a s t e r n c o n f e r e n c e   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   p i s t o n s v s k n i c k s  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   w a s   o n   t n t   ( u s a ) .   w i t h   c o m m e n t a r y   f r o m   s p e r o   d e d e s .   c o - c o m m e n t a t o r   i s   s t a n   v a n   g u n d y .   r e p o r t e r   i s   j a r e d   g r e e n b e r g .     f o r   m o r e   d e t a i l s   s e e     n e w y o r k k n i c k s   d e t r o i t p i s t o n s   t n t u s a
b a s k e t b a l l   i s   b a c k   i n   t h e   m o t o r   c i t y ! 
 
 t h e     p l a y e d   t h e i r   f i r s t   g a m e   o f   t h e   p r e s e a s o n   l a s t   n i g h t .   e v e n   t h o u g h   t h e y   c a m e   u p   s h o r t   a g a i n s t   t h e   k n i c k s   1 1 7 - 9 6 .   
 
 b u t   i   c a m e   u p   w i t h   3   o b s e r v a t i o n s :   t h a t ' s   a   s t a r t ,   f i n d i n g   a n   i d e n t i t y ,   s t a r   s t r u g g l e s .   d e t r o i t p i s t o n s
$ 2 5 0   f o r   c o u r t s i d e   a t   t h e   g a r d e n ?   h a d   t o   d o   i t 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 4   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s :   l i v e   w a t c h - a l o n g :   p r e - p o s t   g a m e   a n a l y s i s   i n c l u d e d 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
d e t r o i t p i s t o n s   l o s e   1 1 7 - 9 6   i n   f i r s t   p r e s e a s o n   g a m e   t o   n e w   y o r k   k n i c k s     v i a       🏀
p i s t o n s   t o n i g h t …   d e f e n s e   l o o k s   l i k e   l i o n s   d e f e n s e .   a n d   s o o o o o   m a n y   t u r n o v e r s .   n b a   d e t r o i t p i s t o n s   p r e s e a s o n b a s k e t b a l l  
a n n i v e r s a r y   d i n n e r   w i t h   t h e   w i f e   ✅     f i r s t   p r e s e a s o n   g a m e   ✅   🤣   p i s t o n s   d e t r o i t p i s t o n s   n b a   n b a p r e s e a s o n  
d e t r o i t p i s t o n s   g e t t i n g   t h e y   a s s   w h o p p e d   😒
n o t h i n g   b u t   n e t   a t   k e n n y ' s   h i t   f a c t o r y ! 
 c a d e c u n n i n g h a m   d e t r o i t p i s t o n s   n b a   b a s k e t b a l l c a r d s   p a n i n i c h r o n i c l e s   p a n i n i a m e r i c a   i l o v e t h i s h o b b y   w h o d o y o u c o l l e c t   s u p p o r t y o u r l c s   l o c a l c a r d s h o p   a u s t i n t e x a s  
d u r i n g   a n d   o r   m b i i i   n e e d s   t o   b e   i n   t h e   s t a r t i n g   l i n e   u p .   i   l i k e   b e y   o f f   t h e   b e n c h   w i t h   e i t h e r   o f   t h o s e   2   t o   h e l p   l e a d   t h e   2 n d   u n i t   p i s t o n s k n i c k s   d e t r o i t p i s t o n s
🏀   b a s k e t b a l l :   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   -   n b a   
 ⏰   o n g o i n g   l i v e 
 ➡   
 
 b a s k e t b a l l   a m e r i c a n   u s a   n b a l i v e   b a s k e t b a l l l o v e r s   n e w y o r k k n i c k s   d e t r o i t p i s t o n s
l g f   i t ’ s   g a m e t i m e   d e t r o i t p i s t o n s  
l e t s   g o   p i s t o n s   💙 ❤ ️   d e t r o i t p i s t o n s
p i s t o n s   f a n s ,   i t s   p r e s e a s o n   g a m e   1 .   p l e a s e   d o n ' t   t u r n   o n   i v e y   i f   h e   d o e s n ' t   d o   w e l l   t o n i g h t .   d o n ' t   b e   t h e   l i o n s   f a n s   w h o   a l r e a d y   h a v e   t u r n e d   o n   h u t c h   4   g a m e s   i n .   t h a n k s   d e t r o i t p i s t o n s   d e t r o i t l i o n s
n b a   t u e s d a y :   2 0 0 5   a w a r d s   a n a l y s i s ,   v o l u m e   i i     d a i l y m c p l a y   n b a   n b a h i s t o r y   n b a 2 0 0 5   n b a f i n a l s   n b a f i n a l s m v p   n b a d p o y   t i m d u n c a n   s a n a n t o n i o s p u r s   b e n w a l l a c e   d e t r o i t p i s t o n s   t y s o n c h a n d l e r   c h i c a g o b u l l s
n b a g m s u r v e y :   s o m e   s a y   d e t r o i t p i s t o n s   h a v e   l e a g u e ' s   b e s t   y o u n g   c o r e .     n b a t w i t t e r  
t h e   d e t r o i t   l i o n s   s e a s o n   i s   o v e r 
   
 
   
 9 7 1 t h e t i c k e t   a i d a n h u t c h i n s o n   b a r s t o o l s p o r t s   c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   c o l l e g e f o o t b a l l   d a n c a m p b e l l   d e t r o i t l i o n s   d e t r o i t p i s t o n s   d e t r o i t r e d w i n g s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j i m h a r b a u g h   m i c h i g a n  
a t l a n t a   h a w k s   r u m o r s :   h a w k s   j e r a m i   g r a n t   t r a d e   a   s m a m o v e   . . . 
   
 
   
 a t l a n t a h a w k s   a t l a n t a h a w k s n e w s   a t l a n t a h a w k s t r a d e   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g o o g l e s e a r c h   j e r a m i g r a n t p i s t o n s   n b a   n b a b a s k e t b a l l   n b a n e w s   n b a t r a d e r u m o r s   s o u t h e a s t d i v i s i o n  
a s   k i d s   t h i s   g u y   c h a l l e n g e d   m e   t o   a   g a m e   o f   b a s k e t b a l l   i n   m y   b a c k y a r d , m i c h e a l   w i l l i a m s   g r e w   u p   t o   b e   a   b a d   b o y   ⁦ ⁩   ⁦   d e t r o i t p i s t o n s   ⁩ w o r l d   c h a m p i o n , g r e a t   b u s i n e s s m a n   i n   d a l l a s  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   o c t .   2   s c r i m m a g e   f o o t a g e "   
 
 c r e a t o r :     d e t r o i t _ p i s t o n s _ n e w s _ n a t i o n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 5   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
s e a t t l e   s e a h a w k s   v s .   d e t r o i t   l i o n s   |   w e e k   4   2 0 2 2   g a m e   h i g h l i g h t s 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
d e t r o i t   p i s t o n s   p r e   s e a s o n   s t a r t s   . . . 
   
 
   
 a r e n a   b o g d a n o v i c   b o j a n   c a m p   c e n t r a l d i v i s i o n   c u n n i n g h a m   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   i s a i a h   j a d e n   k n i c k s   l i t t l e c a e s a r s   m e d i a d a y   n e w y o r k   o p e n   p i s t o n s n e w s   p i s t o n s p o d c a s t   p i s t o n s t o d a y  
s a c r a m e n t o   k i n g s   h a v e n ' t   m a d e   t h e   p l a y o f f s   i n   a   r e c o r d   1 6   y e a r s !   👀 
 
 w h i c h   t e a m   k i l l s   t h e   p l a y o f f s   d r o u g h t   t h i s   y e a r ?   🗣 ️ 
 
 s a c r a m e n t o k i n g s   h o r n e t s   c a v s   s p u r s   d e t r o i t p i s t o n s   n b a  
s h o p   p i s t o n s   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   d e t r o i t   d e t r o i t p i s t o n s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
v i a   j a m e s   e d w a r d s   k i l l i a n   h a y e s   s t o o d   o u t   t h e   m o s t   a t   p i s t o n s   s c r i m m a g e , l e a d   h i s   t e a m   t o   v i c t o r y 👀 👀 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
i t ’ s   a   p a r t y   i n   t h e   3 1 3   👏 🤣 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
j u s t   d r o p p e d   e p i s o d e   6 ! ! 
 
 
 
 b a s k e t b a l l   s m o k e j a m   s m o k i n g   s m o k e   n b a   d e t r o i t   p i s t o n s
n b a   p r o g r a m ,   m e i j e r   b a s k e t b a l l   c l a s s i c ,   p i s t o n s   v s .   w i z a r d s ,   o c t o b e r   1 1 ,   2 0 0 1   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   j e r r y s t a c k h o u s e   d e t r o i t   p i s t o n s   n b a   s p r i t e  
d e t r o i t   p i s t o n s   b u y o u t   o f f e r   u n a c c e p t a b l e   t o   k e m b a   w a l k e r ! ! !   -     -   d e t r o i t   d e t r o i t m u s i c   d e t r o i t b u s i n e s s   d e t r o i t f o o d  
6   p l a y e r s   t h e   p i s t o n s   c o u l d   t a r g e t   i n   f u t u r e   t r a d e s   w i t h   c o n t e n d e r s 
 
 
 
 n b a   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   c l i p p e r n a t i o n   l a k e s h o w   l a k e r s   h e a t t w i t t e r     b u l l s n a t i o n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n
d e t r o i t   p i s t o n s   d o n & a m p ; 3 9 ; t   l o o k   l i k e   a   t e a m   t h a t   g o t   n e x t ! ! !   -     -   d e t r o i t   d e t r o i t m u s i c   d e t r o i t b u s i n e s s   d e t r o i t f o o d  
a f t e r   a l l   t h e   h y p e   a r o u n d   t h e   l i o n s   a n d   t i g e r s   a n d   t h e m   b e i n g   c o m p l e t e l y   d i s g u s t i n g   i   a m   r e a l l y   h o p i n g   f o r   a n   o v e r   a c h i e v e m e n t   f r o m   t h e   r e d   w i n g s   a n d   p i s t o n s .   t h i s   c i t y   n e e d s   i t .   d e t r o i t   l g r w   d e t r o i t b a s k e t b a l l
w h o   h a s   t h e   b r i g h t e r   f u t u r e   d e t r o i t   m i c h i g a n   l i o n s   p i s t o n s   r e d w i n g s
t h e   d e t r o i t   p i s t o n s   s i g n e d   a   o f f - b a l l   s h o o t e r … … k y l e r   e d w a r d s   i s   h e r e ! ! ! 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   i s a i a h s t e w a r t   j a d e n i v e y   j a l e n d u r e n   k e v i n k n o x   k i l l i a n h a y e s   k y l e r e d w a r d s   m a r v i n b a g l e y   p o l i c e  
m a r v i n   i i i   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r v i n i i i   m a r v i n   i i i   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
p i s t o n s   b u y o u t   o f f e r   . . . 
   
 
   
 c a d e c u n n i n g h a m d e t r o i t p i s t o n s   c e n t r a l d i v i s i o n   d e t r o i t   d e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s d r a f t   d e t r o i t p i s t o n s e s p n   d e t r o i t p i s t o n s g m   d e t r o i t p i s t o n s n e w   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s n e w s t o d a y  
m a r v i n   i i i   n b a   h i g h l i g h t s   p i s t o n s   v s   p e l i c a n s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r v i n i i i   m a r v i n   i i i   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
c a d e   c u n n i n g h a m   n b a   h i g h l i g h t s   p i s t o n s   v s   p e l i c a n s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a d e c u n n i n g h a m   c a d e   c u n n i n g h a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
i   f e e l   l i k e   t h i s   w o u l d   b e   a   h a r d   l o o k   o n   b e n   
   
 
   
 b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   m i c h i g a n   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   p i s t o n s  
t h e   d e t r o i t   p i s t o n s   & a m p ;   k e m b a   w a l k e r   c o n f l i c t   c o n t i n u e s   r i s e   . . . 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e f i n i t e l y   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r u m o r s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a l e n d u r e n   k e m b a w a l k e r   k i l l i a n h a y e s   s a d d i q b e y  
d e t r o i t   p i s t o n s :   h o w   v i c t o r   w e m b a n y a m a   w i l l   a f f e c t   t h e   t r a d e   m a r k e t 
 
 
 
 n b a   d e t r o i t   d e t r o i t b a s k e t b a l l   p i s t o n s   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i   j a z z
d e t r o i t   p i s t o n s   |   b e s t   3 & a m p ; 3 9 ; s   f r o m   s a d d i q   b e y   s o   f a r   i n   2 0 2 1 - 2 2   s e a s o n 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   n b a p i s t o n s   p i s t o n s b a s k e t b a l l  
s a d d i q   b e y   n b a   h i g h l i g h t s   p i s t o n s   v s   p e l i c a n s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s a d d i q b e y   s a d d i q   b e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
k i l l i a n   h a y e s   n b a   h i g h l i g h t s   p i s t o n s   v s   p e l i c a n s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k i l l i a n h a y e s   k i l l i a n   h a y e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
j a d e n   i v e y   n b a   h i g h l i g h t s   p i s t o n s   v s   p e l i c a n s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a d e n i v e y   j a d e n   i v e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
j a k e   c h a p m a n   g o t   h i s   s t a r t   w i t h   t h e   n b a ’ s   o r l a n d o   m a g i c   a s   a   r a d i o   i n t e r n   i n   2 0 0 6 ,   a n d   l a t e r   b e c a m e   t h e   g a m e   p r o d u c e r   f r o m   2 0 0 9   t o   2 0 1 4 .   f o l l o w i n g   r a d i o   p o s i t i o n s   w i t h   t h e   d e t r o i t   p i s t o n s   a n d   c l e v e l a n d   c a v a l i e r s ,   c h a p m a n   r e t u r n e d   t o   o r l a n d o   i n   2 0 1 9 
 

t h e   p r e s e a s o n   p l a y   c o n t i n u e s   f o r   d e t r o i t   a g a i n s t   t h e   p e l i c a n s ! 
 d e t r o i t   p i s t o n s   n b a p r e s e a s o n   

i t ' s   t h e   5   y e a r   a n n i v e r s a r y   o f     w w e   h i a c   h e l l i n a c e l l   a t   _ d e t r o i t   d e t r o i t   
 
 i w a s t h e r e   
 
 w e r e   y o u   p i s t o n s     p r o   w r e s t l i n g   f a n s ? 
 
 n e w   d a y   v s .   u s o s   m a t c h   o f   t h e   n i g h t !  
s h o p   p i s t o n s   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   d e t r o i t   d e t r o i t p i s t o n s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   d e t r o i t   p i s t o n s   n b a   v i d e o :  
s a d d i q   b e y   h i g h l i g h t s   -   p e l i c a n s   v s .   p i s t o n s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   s a d d i q   b e y   n o p   d e t   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w o r l e a n s   p e l i c a n s   d e t r o i t   p i s t o n s
z i o n   i s   j u s t   t o o   s t r o n g   💪 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   z i o n   w i l l i a m s o n   n o p   n e w o r l e a n s   p e l i c a n s   d e t   d e t r o i t   p i s t o n s
d e t r o i t   p i s t o n s   m u s t   w o r k   o n … . .   👀 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r u m o r s   e a s t e r n c o n f e r e n c e   k i l l i a n h a y e s   m o t o w n   n b a  
i   l o v e   t h i s   w o m a n ,   s h e ’ s   i n c r e d i b l e !   d e t r o i t   p i s t o n s  
▶ ️ w a t c h   a l l   n b a   b a s k e t b a l l   s u m m e r   g a m e s   l i v e   f r e e   & a m p ;   f u l l   h d ✅ 
 
 n b a   n h l   m l b   c h i c a g o b u l l s   t o r o n t o   r a p t o r s   w e t h e n o r t h   r t z   h o u s t o n   r o c k e t s   h o u s t o n r o c k e t s   d e t r o i t   p i s t o n s   d e t r o i t p i s t o n s   n o b r a k e s   n e w o r l e a n s   p e l i c a n s   p e l i c a n s n b a   w o n t b o w d o w n   w b d
  n e e d s   t o   d o   e v e r y t h i n g   p o s s i b l e   t o   g e t   v i c t o r   w e m b a n y a m a .   d e t r o i t   p i s t o n s   n b a
a o m f ,   d e t r o i t   s p o r t s   f a n s ,   t u n e i n   f o r   l i o n s t i g e r s p i s t o n s a n d w i n g s o h m y   w i t h     -     ! 
 n f l   o n e p r i d e   n b a   d e t r o i t b a s k e t b a l l   m l b   d e t r o i t r o o t s   n h l   l g r w   b 1 g   m s u   s p a r t y   m i c h i g a n   m a c t i o n   n c a a f b    
f o r e c a s t i n g   t h e   e n d   o f   t h e   s a c r a m e n t o   k i n g s '   d e c a d e - l o n g   p l a y o f f   d r o u g h t 
 
 
 
 n b a   s a c r a m e n t o p r o u d   k i n g s   s a c r a m e n t o   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n
b a d   b o y s   3 :   t h e   d e t r o i t   p i s t o n s   a r e   r e v v i n g   u p   f o r   a   s p e e d y   t u r n a r o u n d 
 
 
 
 n b a   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   d u b n a t i o n
d e t r o i t   p i s t o n s :   j a l e n   d u r e n   a l r e a d y   s h o w i n g   s i g n s   o f   e l i t e   d e f e n s e 
 
 
 
 n b a   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n
  _ p r   y a l l   s u r e   d o   h a v e   t i c k e t s   o n   s a l e .     w h y   w o u l d   i   b u y   t i c k e t s   a n d   c a n ' t   s h o w   u p   i n   t h e   p l a y e r   j e r s e y ,       ,   t h a t   i   w a n t   t o   s u p p o r t ?   d o e s n ' t   m a k e   s e n s e .   
 p i s t o n s   d e t r o i t   d e t r o i t p i s t o n s   j a l e n d u r e n   j a l e n   d u r e n   n b a
c a n   t h i s   t e a m   m a k e   a   r u n   t o   t h e   t o u r n a m e n t ? 🤔   h e r e ’ s   w h a t   w e   t h i n k   i t ’ s   g o i n g   t o   t a k e ⬇ ️ 
 
 d e t r o i t   p i s t o n s   n b a   a l l p i s t o n s   

r e p r e s e n t i n g   t h e   d     a t   t h e     a b u   d h a b i   g a m e s   2 0 2 2 
 n b a   d e t r o i t   d e t r o i t p i s t o n s   p i s t o n s  
t h e     w e r e   t h e   w i n n e r s   o f   t h e   o f f s e a s o n ,   a n d   t h e   n b a d r a f t .   w i t h   t h e   a d d i t i o n s   t h e y   m a d e ,   c a n   t h e y   p u s h   f o r   t h e   p l a y - i n ?   
 
 m y   t h o u g h t s   h e r e :   
 
 n b a   n b a t w i t t e r   p i s t o n s   d e t r o i t   d e t r o i t v s e v e r y b o d y   c a d e c u n n i n g h a m     n b a m e d i a d a y  
b r e a k i n g   d o w n   k n i c k s & a m p ; 3 9 ;   p g   d e p t h :   b r u n s o n ,   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   k n i c k s b a s k e t b a l l   m s g   m s g n e t w o r k s   n e w y o r k   n e w y o r k b a s k e t b a l l   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   p i s t o n s   s p o r t s  
w o o d w a r d   p i s t o n s   d i s c u s s   p l a n s   f o r   t h e   2 0 2 3   n b a   s e a s o n   a n d   r e s t o r a t i o n   o . . .     v i a     d e t r o i t   d e t r o i t r o o t s   s p o r t s   e s p n     _   _ c a s e y _ n b a     _ _ t a l k        
j a l e n   d u r e n   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n d u r e n   j a l e n   d u r e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
k i l l i a n   h a y e s   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k i l l i a n h a y e s   k i l l i a n   h a y e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
c a d e   c u n n i n g h a m   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a d e c u n n i n g h a m   c a d e   c u n n i n g h a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
m i c h i g a n   c i t i e s   w i t h   t h e   l a r g e s t   n u m b e r   o f   g h o s t   s i g h t i n g s   & g t ;     m i c h i g a n   h a l l o w e e n   t r i c k o r t r e a t   g h o s t s   b o o   d e t r o i t   l i o n s   t i g e r s   r e d w i n g s   p i s t o n s
_ k i l l i a n   v e r y   g o o d   g a m e .   e v e r y o n e   c a n   s e e   t h e   i m p r o v e m e n t .     k e e p   i t   g o i n g   a n d   k e e p   i m p r o v i n g .   d e t r o i t   p i s t o n s   n b a
c a d e   c u n n i n g h a m ,   j a d e n   i v e y   e x c i t e d   t o   p l a y   t o g e t h e r   w i t h   p i s t o n s   -     -   d e t r o i t   d e t r o i t m u s i c   d e t r o i t b u s i n e s s   d e t r o i t f o o d  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   p i s t o n   s t a n d o u t s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t           c l i c k   l i n k   f o r   f u l l   v i d e o :    
t h e   g o o d ,   t h e   b a d ,   a n d   t h e   u g l y .   c a t c h   u p   o n   w h a t   y o u   m i s s e d   f r o m   t h e   p i s t o n s   p r e s e a s o n   g a m e   l a s t   n i g h t ⬇ ️ 🏀 
 
 d e t r o i t   a l l p i s t o n s   p r e s e a s o n 

k i l l i a n   h a y e s   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k i l l i a n h a y e s   k i l l i a n   h a y e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
b o j a n   b o g d a n o v i c   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b o j a n b o g d a n o v i c   b o j a n   b o g d a n o v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
d e t r o i t   p i s t o n s   d r o p s   p r e s e a s o n   o p e n e r   t o   k n i c k s   9 6 - 1 1 7   |   f u l l   g a m e   r e a c t i o n   v i d e o ! ! !   -     -   d e t r o i t   d e t r o i t m u s i c   d e t r o i t b u s i n e s s   d e t r o i t f o o d  
$ 2 5 0   f o r   c o u r t s i d e   a t   t h e   g a r d e n ?   h a d   t o   d o   i t   
   
 
   
 b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   m i c h i g a n   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   p i s t o n s  
i s a i a h   l i v e r s   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h l i v e r s   i s a i a h   l i v e r s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n   d e t r o i t   p i s t o n s   n b a   v i d e o :  
j a l e n   b r u n s o n ' s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   k n i c k s   d e t r o i t   p i s t o n s   n b a   v i d e o :  
k n i c k s   p o s t g a m e   e p i s o d e   i s   u p   n o w   o n     
 n b a   p r e s e a s o n   n b a 2 0 2 2   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   p i s t o n s   d e t r o i t   
 
       
 

k n i c k s   p o s t g a m e   e p i s o d e   i s   u p   n o w   o n   
 n b a   p r e s e a s o n   n b a 2 0 2 2   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   p i s t o n s   d e t r o i t   
 
         
 

j a d e n   i v e y   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a d e n i v e y   j a d e n   i v e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
d   r o s e   d o e s n ' t   n e e d   t o   l o o k   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d e r r i c k   r o s e   n o l o o k   a s s i s t   n y k   n e w y o r k   k n i c k s   d e t   d e t r o i t   p i s t o n s
o b i   i s   t o p p i n   t h e   h i g h l i g h t s   w i t h   t h i s   w i n d m i l l   💥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   o b i   t o p p i n   w i n d m i l l   d u n k   n y k   n e w y o r k   k n i c k s   d e t   d e t r o i t   p i s t o n s
r j   b a r r e t t   h i g h l i g h t s   -   k n i c k s   v s .   p i s t o n s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   r j   b a r r e t t   n y k   d e t   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w y o r k   k n i c k s   d e t r o i t   p i s t o n s
p l z   r e t w e e t   i   n e e d   4 0 0   i n   4 8   h o u r s   t h a n k   y o u     f o r   t h e   o p p o r t u n i t y   f o r   t h i s ! ! ! !   i   w i l l   f o l l o w   a n y o n e   w h o   r e t w e e t s ! ! ! !   n b a w a r d s   n b a t w i t t e r   d e t r o i t   p i s t o n s  
n y   k n i c k s   v s   d e t r o i t 
               (   0 1 : 0 0   g m t + 2   ) 
 g a m e d a y   n b a   n b a p r e s e a s o n   n b a j a p a n g a m e s   
 l i v e   l i v e s t r e a m   b a s k e t b a l l   n y k n i c k s   d e t r o i t   p i s t o n s   n e w y o r k f o r e v e r 
               🏀 l i n k   ⬇ ️ 

t i g e r s :   l o n g e s t   m l b   p l a y o f f   d r o u g h t   
 
 l i o n s :   l o n g e s t   n f l   p l a y o f f   w i n   d r o u g h t   
 
 r e d   w i n g s :   2 n d   l o n g e s t   n h l   p l a y o f f   d r o u g h t   
 
 p i s t o n s :   5 t h   l o n g e s t   n b a   p l a y o f f   d r o u g h t   
 
 d e t r o i t
t h e   p i s t o n s   a r e   b a c k   i n   a c t i o n   t o n i g h t   a g a i n s t   t h e   k n i c k s .   h e r e ’ s   w h a t   y o u   n e e d   t o   k n o w   h e a d i n g   i n t o   t i p - o f f 👀 🏀 
 
 d e t r o i t   b a s k e t b a l l i s b a c k   n b a   p r e s e a s o n 

h a v e n ’ t   c a u g h t   u p   o n   o p e n   p r a c t i c e ?   h e r e ’ s   w h a t   y o u   m i s s e d ⛹ ️ ‍ ♂ ️ 
 
 d e t r o i t   p i s t o n s   o p e n p r a c t i c e   a l l p i s t o n s   

u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   n b a   g m   s u r v e y   s u p p o r t s   m y   l o v e   f o r   2 0 2 2 - 2 3   d e t r o i t   p i s t o n s   –   o u t k i c k   –       d e t r o i t   l o v e   n b a   o u t k i c k
d r .   j ' s   p r o   b a s k e t b a l l   y e a r b o o k ,   1 9 9 5 - 9 6   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   n b a   g r a n t h i l l   d e t r o i t   p i s t o n s   g l e n n r o b i n s o n   m i l w a u k e e   b u c k s   d r j   p r o b a s k e t b a l l  
d e t r o i t   p i s t o n s :   " j u m p   o n   t h e   b a n d w a g o n   n o w . " 
 
 
 
 n b a   d e t r o i t   p i s t o n s   d e t r o i t b a s k e t b a l l   f e a r t h e d e e r   h e a t t w i t t e r   w e t h e n o r t h   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   n e t s   b r o o k l y n t o g e t h e r   s i x e r s
d e t r o i t   p i s t o n s   p r e   s e a s o n   s t a r t s   . . . 
   
 
   
 a r e n a   b o g d a n o v i c   b o j a n   c a m p   c e n t r a l d i v i s i o n   c u n n i n g h a m   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   i s a i a h   j a d e n   k n i c k s   l i t t l e c a e s a r s   m e d i a d a y   n e w y o r k   o p e n   p i s t o n s n e w s   p i s t o n s p o d c a s t   p i s t o n s t o d a y  
c a d e   c u n n i n g h a m   m y   h o u s e   p u r p l e   f r o m     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   d e t r o i t   p i s t o n s   r o o k i e   r c   r o o k i e c a r d   c a d e c u n n i n g h a m  
c a d e   c u n n i n g h a m   m y   h o u s e   p u r p l e   f r o m     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   d e t r o i t   p i s t o n s   r o o k i e   r c   r o o k i e c a r d   c a d e c u n n i n g h a m  
f i n d   o u t   w h a t   p i s t o n s   f a n s   c a n   l o o k   f o r w a r d   t o   i n   j a l e n   d u r e n ’ s   r o o k i e   s e a s o n   b e l o w   ⬇ ️ ⬇ ️ 
 
 d e t r o i t   r o o k i e   j a l e n d u r e n   

s h o p   p i s t o n s   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   d e t r o i t   d e t r o i t p i s t o n s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
c o u n t d o w n   t o   o p e n i n g   n i g h t :   8   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
m a r v i n   b a g l e y   o n   c a d e   c u n n i n g h a m :   “ h e ’ s   a n   a l l - s t a r - l e v e l   p l a y e r ”   c a d e c u n n i n g h a m   d e t r o i t p i s t o n s   m a r v i n b a g l e y i i i  
d e t r o i t   p i s t o n s   s p o n s o r e d   1 0 0   o f   o u r   d e t r o i t   t r a n s i t i o n a l   v e t e r a n s   r e c e i v i n g   a   c o a t   b a g   m a d e   b y   e m p o w e r m e n t p l a n   d e t r o i t   o n   w o r l d   h o m e l e s s   d a y .     d e t r o i t p i s t o n s   l e g e n d   e a r l   c u r e t o n   a l o n g   w i t h   d e t r o i t p i s t o n s d a n c e r s   w e r e   o n   h a n d   t o   m e e t   t h e   v e t e r a n s ! 
 v a d e t r o i t v e t e r a n s f i r s t  
d e t r o i t   p i s t o n s   s e a s o n   p r e v i e w ,   o u t l o o k ,   a n d   r a n d o m   t a l k . 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
t h e   d e t r o i t   p i s t o n s   s i g n e d   a   o f f - b a l l   s h o o t e r … … k y l e r   e d w a r d s   i s   h e r e ! ! ! 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   i s a i a h s t e w a r t   j a d e n i v e y   j a l e n d u r e n   k e v i n k n o x   k i l l i a n h a y e s   k y l e r e d w a r d s   m a r v i n b a g l e y   p o l i c e  
t h e   d e t r o i t   p i s t o n s   w i l l   b e   g o o d   s o o n e r   t h a n   y o u   t h i n k 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
p i s t o n s   b u y o u t   o f f e r   . . . 
   
 
   
 c a d e c u n n i n g h a m d e t r o i t p i s t o n s   c e n t r a l d i v i s i o n   d e t r o i t   d e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s d r a f t   d e t r o i t p i s t o n s e s p n   d e t r o i t p i s t o n s g m   d e t r o i t p i s t o n s n e w   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s n e w s t o d a y  
b e t t e r   v i e w   o f   t h e   c a d e   c u n n i n g h a m   / 1 0   g o l d   r a t e d   r o o k i e   a u t o   p u l l e d   t o n i g h t   f r o m   o u r     o p t i c   b a s k e t b a l l   b r e a k !   _   
 
 d e t r o i t p i s t o n s   c a d e c u n n i n g h a m   p i s t o n s   b a s k e t b a l l c a r d s   g r o u p b r e a k s   t h e h o b b y   b o x b r e a k s   c a s e b r e a k s   r o o k i e  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   9   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
k a b o o o o o m !   💥 💥 
 c a d e   c u n n i n g h a m   / 1 0   g o l d   r a t e d   r o o k i e   a u t o   j u s t   p u l l e d   t o n i g h t   f r o m   o u r     o p t i c   b a s k e t b a l l   b r e a k !   _   
 
 d e t r o i t p i s t o n s   c a d e c u n n i n g h a m   p i s t o n s   b a s k e t b a l l c a r d s   o p t i c   g r o u p b r e a k s   t h e h o b b y   b o x b r e a k s   c a s e b r e a k s  
i   f e e l   l i k e   t h i s   w o u l d   b e   a   h a r d   l o o k   o n   b e n   
   
 
   
 b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   m i c h i g a n   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   p i s t o n s  
t h e   d e t r o i t   p i s t o n s   & a m p ;   k e m b a   w a l k e r   c o n f l i c t   c o n t i n u e s   r i s e   . . . 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e f i n i t e l y   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r u m o r s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a l e n d u r e n   k e m b a w a l k e r   k i l l i a n h a y e s   s a d d i q b e y  
w i l d   o v e r t i m e   e n d i n g   i n   d e t r o i t   😱 
   
 
   
 a t l a n t a h a w k s   b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 2 2 1 0 0 9 6 8   n b a   t e a m 1 6 1 0 6 1 2 7 3 7  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 0   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
b a c k   a t   i t   ⚫ ️ ⚪ ️ 
 
 b l a z e r s   n c a a   k u h o o p s   n b a   t r a e y o u n g   k e v i n d u r a n t   s t e p h c u r r y   n c a a b a s k e t b a l l   i n d i a n a p a c e r s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t b a s k e t b a l l   d a l l a s m a v s   g o m a v s   d a l l a s m a v e r i c k s   l u k a m a g i c  
d e t r o i t   p i s t o n s   |   b e s t   3 & a m p ; 3 9 ; s   f r o m   s a d d i q   b e y   s o   f a r   i n   2 0 2 1 - 2 2   s e a s o n 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   n b a p i s t o n s   p i s t o n s b a s k e t b a l l  
i   f e e l   l i k e   t h i s   w o u l d   b e   a   h a r d   l o o k   o n   b e n 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
k e m b a   w a l k e r   s t i l l   o p t i m i s t i c   t o   g a i n   p l a y i n g   o p p o r t u n i t y   c h a r l o t t e h o r n e t s   d e t r o i t p i s t o n s   k e m b a w a l k e r  
m i c h a e l   j o r d a n & a m p ; 3 9 ; s   m o s t   d o m i n a n t   . . . 
   
 
   
 8 0 s p i s t o n s   b a d b o y s p i s t o n s   b u l l s v s p i s t o n s r i v a l r y   c e n t r a l d i v i s i o n   c h i c a g o   c h i c a g o v s d e t r o i t   c l u t c h g e n e   c l u t c h j u m p e r s   c o n t e s t   d e f e n s e   d e t r o i t p i s t o n s   d u n k   d u n k s   d u n k s o n b i l l l a i m b e e r   e a s t e r n c o n f e r e n c e  
d e t r o i t p i s t o n s   1 2   c a r d   l o t   p i s t o n s   
 
 $ 5   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
d y s o n   d a n i e l s   h i g h l i g h t s   v s   d e t r o i t   p i s t o n s   |   o c t   7   |   2 0 2 3   n b a   r o o k i e s 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
n e w   o r l e a n s   p e l i c a n s   v s .   . . . 
   
 
   
 a n t h o n y d a v i s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   d e a n d r e j o r d a n   d e t r o i t p i s t o n s   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   n b a h i g h l i g h t s 2 0 2 2   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
w a t c h i n g   " m a l i c e   a t   t h e   p a l a c e "   o n   n e t f l i x   m a d e   m e   r e m i n i s c e   a b o u t   s o m e   g o o d   t i m e s   i n   a u b u r n   h i l l s .     t h e   p i s t o n s   a n d   c e l t i c s   w a r m i n g   u p   i n   2 0 1 3 .     d e t r o i t p i s t o n s   n b a  
d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   p e l i c a n s v s p i s t o n s   p i s t o n s v s p e l i c a n s  
f u t u r e   l o o k s   b r i g h t 
 g a r b i e l e p r o d i c a 
 a l b a b e r l i n 
 e u r o l e a g u e   d e t r o i t p i s t o n s   n b a p r o s p e c t  
d e t r o i t p i s t o n s   f a l l   1 0 7 - 1 0 1   i n   p r e s e a s o n   g a m e   v s .   n e w   o r l e a n s   p e l i c a n s     v i a       🏀
d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   . . . 
   
 
   
 b u l l s v s p e l i c a n s   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w o r l e a n s p e l i c a n s f u l l g a m e h i g h l i g h t s   d e t r o i t p i s t o n s v s n e w o r l e a n s p e l i c a n s h i g h l i g h t s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s  
a   s t r a n g e   t h i n g   t h a t   b o t h e r s   m e   a b o u t   k i l i a n   h a y e s .   t a k e   a w a y   j a m e s   h a r d e n ,   g i v e   m e   a   v e r y   g o o d   l e f t   h a n d e d   s h o o t e r   i n   t h e   n b a .   i t ' s   a s   r a r e   a s   a   l e f t   h a n d e d   s u p e r   b o w l   w i n n i n g   q b .   o d d s   a r e   a g a i n s t   h i m   t o   b e   a n y t h i n g   b u t   a   r o l e   p l a y e r .   j u s t   m y   o p i n i o n . 
 d e t r o i t p i s t o n s
p i s t o n s   a t   p e l i c a n s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 4  
s h o p   p i s t o n s   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   d e t r o i t   d e t r o i t p i s t o n s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
d e t r o i t   p i s t o n s   v s   p e l i c a n s   1 r s t   h a l f   r e c a p 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   k i l l i a n h a y e s   n b a   n e w o r l e a n s p e l i c a n s   s a d d i q b r y  
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
p i s t o n s   h c   d w a n e   c a s e y   h o p i n g   t o   r e t a i n   s o o n   f a   b o j a n   b o g d a n o v i c   l o n g   t e r m :   ‘ i ’ d   l o v e   t o   h a v e   h i m   b a c k ’   b o j a n b o g d a n o v i c   d e t r o i t p i s t o n s   d w a n e c a s e y  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 1   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
t h e y   r e v i e w i n g   i v e y   f o r   a   f l a g r a n t e l b o w ! ! ! ! ! ! ! ! ! ! ! !   😤 😤 😤   p i s t o n s   d e t r o i t p i s t o n s   d e e t r o i t b a s k e t b a l l
d e t r o i t   p i s t o n s   m u s t   w o r k   o n … . .   👀 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r u m o r s   e a s t e r n c o n f e r e n c e   k i l l i a n h a y e s   m o t o w n   n b a  
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
c a d e   c u n n i n g h a m   r a t e d   r o o k i e   a u t o   w i t h   a   n i c e   l i t t l e   b a n g e r   o u t   o f   o u r     o p t i c   b a s k e t b a l l   b r e a k s   t h i s   w e e k !   💥 💥 
 
 d e t r o i t p i s t o n s   c a d e c u n n i n g h a m   r o o k i e   p i s t o n s   b a s k e t b a l l c a r d s   a u t o g r a p h   o p t i c   g r o u p b r e a k s   t h e h o b b y   b o x b r e a k s   w h o d o y o u c o l l e c t  
▶ ️ w a t c h   a l l   n b a   b a s k e t b a l l   s u m m e r   g a m e s   l i v e   f r e e   & a m p ;   f u l l   h d ✅ 
 
 n b a   n h l   m l b   c h i c a g o b u l l s   t o r o n t o   r a p t o r s   w e t h e n o r t h   r t z   h o u s t o n   r o c k e t s   h o u s t o n r o c k e t s   d e t r o i t   p i s t o n s   d e t r o i t p i s t o n s   n o b r a k e s   n e w o r l e a n s   p e l i c a n s   p e l i c a n s n b a   w o n t b o w d o w n   w b d
g   l e a g u e   i g n i t e   v s .   m e t r o p o l i t a n s   9 2 :   f u l l   g a m e   h i g h l i g h t s 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g l e a g u e   n b a  
w h a t   i f   v i c t o r   w e m b a n y a m a   w e n t   t o   t h e   p i s t o n s ?   
 t r u s t t r o y 
 d e t r o i t p i s t o n s 
 v i c t o r w e m b a n y a m a  
t o   t h e   p i s t o n   f a n s   w a n t i n g   v i c   w e m b a n y a m a ,   s h a m e   o n   y o u .   y o u   r e a l l y   w a n t   o r   e v e n   e x p e c t   t h e m   t o   b e   i n   t h e   l o t t e r y ?   i   k n o w   t h e y   a r e   y o u n g   b u t   i f   h e a l t h y ,   t h i s   i s   a   p l a y o f f   t e a m   t h a t   w i l l   o n l y   g e t   b e t t e r   t h e   m o r e   t h e y   p l a y   t o g e t h e r .   s o m e   f a n s ,   s m h . . . . 
 d e t r o i t p i s t o n s
w a l t e r   s h a r p e   ( 4 2 )   -   d e t r o i t   p i s t o n s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s 
 
   n b a   n b a t w i t t e r   n b a t o p s h o t   s h a r p e   p i s t o n s   b l a z e r s   r i p c i t y   d e t r o i t p i s t o n s   m o t o r c i t y  
n b a   p l a y e r   w h o   g o t   d u m p e d   o n   d r a f t   n i g h t   😮   |   c l u t c h   s h o r t s 
   
 
   
 c e n t r a l d i v i s i o n   c l u t c h p o i n t s   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
s h o u l d   t h e   d e t r o i t   p i s t o n s   m a k e   a   . . . 
   
 
   
 9 7 1 t h e t i c k e t   a i d a n h u t c h i n s o n   b a r s t o o l s p o r t s   c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   c o l l e g e f o o t b a l l   d a n c a m p b e l l   d e t r o i t l i o n s   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r e p o r t s   d e t r o i t p i s t o n s r u m o r s  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 2   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
j o r d a n   p o o l e   m o v i n g   o n ?   |   d e t r o i t   p i s t o n s 
   
 
   
 c a d e c u n n i g h a m   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   i s a i a h l i v e r s   j a d e n i v e y   j o r d a n p o o l e   k l a y t h o m p s o n   m i c h i g a n   n b a   p o o l e d r a y m o n d   s a d d i q b e y   u o f m  
  _ p r   y a l l   s u r e   d o   h a v e   t i c k e t s   o n   s a l e .     w h y   w o u l d   i   b u y   t i c k e t s   a n d   c a n ' t   s h o w   u p   i n   t h e   p l a y e r   j e r s e y ,       ,   t h a t   i   w a n t   t o   s u p p o r t ?   d o e s n ' t   m a k e   s e n s e .   
 p i s t o n s   d e t r o i t   d e t r o i t p i s t o n s   j a l e n d u r e n   j a l e n   d u r e n   n b a
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e t r o i t p i s t o n s   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r e v e r   n e w y o r k k n i c k s 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
r e p r e s e n t i n g   t h e   d     a t   t h e     a b u   d h a b i   g a m e s   2 0 2 2 
 n b a   d e t r o i t   d e t r o i t p i s t o n s   p i s t o n s  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 3   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
n e w   v i d e o   t o   w a t c h : 
 
 " e a r l y   t a k e a w a y s   f r o m   p i s t o n s   p r a c t i c e / t r a i n i n g   c a m p ! "   
 
 c r e a t o r :     f r o m   h a l f   c o u r t 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   p r e   s e a s o n   s t a r t s   t o m o r r o w ! !   |   w h a t   t o   b e   e x c i t e d   a b o u t   |   m e d i a   d a y   w /   c a d e   a n d   i v e y "   
 
 c r e a t o r :     3 1 3   h o o p s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " p i s t o n s   l o s e   t o   k n i c k s   1 1 7   t o   9 6   i n   p r e s e a s o n .   j a d e n   i v e y ,   k i l l i a n   h a y e s ,   j a l e n   d u r e n   s h o w   p r o m i s e . "   
 
 c r e a t o r :     d e t r o i t   p i s t o n   m e   o f f 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   -   f u l l   g a m e h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2   n b a   p r e s e a s o n "   
 
 c r e a t o r :     c c b n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   l o s e   1 1 7 - 9 6   i n   f i r s t   p r e s e a s o n   g a m e   t o   n e w   y o r k   k n i c k s "   
 
 c r e a t o r :     d e t r o i t   s p o r t s   n a t i o n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
“ s a y   s o ”   f t .   _   o u t   o u t   o n   y o u t u b e   d r o p   a   c o m m e n t   🔥   o r   🗑 
 1 s i x c a p o n e   p l e a z u r e   e c o r s e   d e t r o i t   n e w   n e w m u s i c   v i d e o   m u s i c v i d e o   f y p   j o e l o u i s   e m i n e m   a r e t h a f r a n k l i n   s t e v e y z e r m a n   i s i a h t h o m a s   l e g e n d   d e t r o i t p i s t o n s   d e t r o i t r e d w i n g s   r n b 

d e t r o i t   p i s t o n s :   n b a   d r a f t   l o t t e r y   😁   r e a d y ? 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
b r e a k i n g   d o w n   k n i c k s & a m p ; 3 9 ;   p g   d e p t h :   b r u n s o n ,   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   k n i c k s b a s k e t b a l l   m s g   m s g n e t w o r k s   n e w y o r k   n e w y o r k b a s k e t b a l l   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   p i s t o n s   s p o r t s  
j a d e n   i v e y   i s   a   b l u r !   & a m p ;   k i l l i a n   . . . 
   
 
   
 a l e c b u r k s   b o j a n b o g d a n o v i c   c a d e c u n n i g h a m   c e n t r a l d i v i s i o n   c o r e y j o s e p h   d e t r o i t p i s t o n s   d y n a m i t e d o o d   e a s t e r n c o n f e r e n c e   i s a i a h l i v e r s   i s a i a h s t e w a r t   j a d e n i v e y   j a l e n d u r e n   k i l l i a n h a y e s   n b a   p i s t o n s v s k n i c k s  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 0 2 3 n b a s e a s o n   2 0 2 2 2 3 n b a s e a s o n   b a s k e t b a l l   c c b n   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w y o r k k n i c k s 2 0 2 2   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a   e x t e n d e d n b a h i g h l i g h t s  
🎂 🎈 🎂 🎈 🎂 
 h a p p y   b i r t h d a y   g r a n t h i l l !   h e   i s   5 0   t o d a y !   d e t r o i t p i s t o n s   n b a   7 t i m e n b a a l l s t a r   t a m i a  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   |   . . . 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p o s t g a m e s h o w   k n i c k s v s p i s t o n s   k n i c k s v s p i s t o n s h i g h l i g h t s   k n i c k s v s p i s t o n s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2   |   2 2 - 2 3   n b a   p r e   s e a s o n "   
 
 c r e a t o r :     c h r i s t i a n _ l o p e z 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   p i s t o n   s t a n d o u t s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t           c l i c k   l i n k   f o r   f u l l   v i d e o :    
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   |   p i s t o n s   s t a n d o u t s   d e t r o i t p i s t o n s   p i s t o n s   c l i c k   l i n k   f o r   v i d e o       v i a    
d e t r o i t   p i s t o n s   v s   n e w   y o r k   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w y o r k k n i c k s h i g h l i g h t s   e a s t e r n c o n f e r e n c e   k n i c k s v s p i s t o n s   k n i c k s v s p i s t o n s f u l l g a m e h i g h l i g h t s   k n i c k s v s p i s t o n s h i g h l i g h t s   k n i c k s v s p i s t o n s p r e s e a s o n b a s k e t b a l l g a m e  
j a d e n   i v e y   s h o w s   o f f   . . . 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a d e n i v e y b a s k e t b a l l   j a d e n i v e y d e b u t   j a d e n i v e y d e t r o i t b a s k e t b a l l   j a d e n i v e y d e t r o i t p i s t o n s d e b u t   j a d e n i v e y p i s t o n s   j a d e n i v e y t o n i g h t   j a d e n i v e y t o p p l a y s  
p i s t o n s   a t   k n i c k s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 1 4  
🎂 🎈 🎂 🎈 🎂 
 h a p p y   b i r t h d a y   g r a n t h i l l !   h e   i s   5 0   t o d a y !   d e t r o i t p i s t o n s   n b a   7 t i m e n b a a l l s t a r   t a m i a  
$ 2 5 0   f o r   c o u r t s i d e   a t   t h e   g a r d e n ?   h a d   t o   d o   i t   
   
 
   
 b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   m i c h i g a n   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   p i s t o n s  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w y o r k k n i c k s 2 0 2 2   e a s t e r n c o n f e r e n c e   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   p i s t o n s v s k n i c k s  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   w a s   o n   t n t   ( u s a ) .   w i t h   c o m m e n t a r y   f r o m   s p e r o   d e d e s .   c o - c o m m e n t a t o r   i s   s t a n   v a n   g u n d y .   r e p o r t e r   i s   j a r e d   g r e e n b e r g .     f o r   m o r e   d e t a i l s   s e e     n e w y o r k k n i c k s   d e t r o i t p i s t o n s   t n t u s a
b a s k e t b a l l   i s   b a c k   i n   t h e   m o t o r   c i t y ! 
 
 t h e     p l a y e d   t h e i r   f i r s t   g a m e   o f   t h e   p r e s e a s o n   l a s t   n i g h t .   e v e n   t h o u g h   t h e y   c a m e   u p   s h o r t   a g a i n s t   t h e   k n i c k s   1 1 7 - 9 6 .   
 
 b u t   i   c a m e   u p   w i t h   3   o b s e r v a t i o n s :   t h a t ' s   a   s t a r t ,   f i n d i n g   a n   i d e n t i t y ,   s t a r   s t r u g g l e s .   d e t r o i t p i s t o n s
$ 2 5 0   f o r   c o u r t s i d e   a t   t h e   g a r d e n ?   h a d   t o   d o   i t 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 4   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s :   l i v e   w a t c h - a l o n g :   p r e - p o s t   g a m e   a n a l y s i s   i n c l u d e d 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
d e t r o i t p i s t o n s   l o s e   1 1 7 - 9 6   i n   f i r s t   p r e s e a s o n   g a m e   t o   n e w   y o r k   k n i c k s     v i a       🏀
p i s t o n s   t o n i g h t …   d e f e n s e   l o o k s   l i k e   l i o n s   d e f e n s e .   a n d   s o o o o o   m a n y   t u r n o v e r s .   n b a   d e t r o i t p i s t o n s   p r e s e a s o n b a s k e t b a l l  
a n n i v e r s a r y   d i n n e r   w i t h   t h e   w i f e   ✅     f i r s t   p r e s e a s o n   g a m e   ✅   🤣   p i s t o n s   d e t r o i t p i s t o n s   n b a   n b a p r e s e a s o n  
d e t r o i t p i s t o n s   g e t t i n g   t h e y   a s s   w h o p p e d   😒
n o t h i n g   b u t   n e t   a t   k e n n y ' s   h i t   f a c t o r y ! 
 c a d e c u n n i n g h a m   d e t r o i t p i s t o n s   n b a   b a s k e t b a l l c a r d s   p a n i n i c h r o n i c l e s   p a n i n i a m e r i c a   i l o v e t h i s h o b b y   w h o d o y o u c o l l e c t   s u p p o r t y o u r l c s   l o c a l c a r d s h o p   a u s t i n t e x a s  
d u r i n g   a n d   o r   m b i i i   n e e d s   t o   b e   i n   t h e   s t a r t i n g   l i n e   u p .   i   l i k e   b e y   o f f   t h e   b e n c h   w i t h   e i t h e r   o f   t h o s e   2   t o   h e l p   l e a d   t h e   2 n d   u n i t   p i s t o n s k n i c k s   d e t r o i t p i s t o n s
🏀   b a s k e t b a l l :   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   -   n b a   
 ⏰   o n g o i n g   l i v e 
 ➡   
 
 b a s k e t b a l l   a m e r i c a n   u s a   n b a l i v e   b a s k e t b a l l l o v e r s   n e w y o r k k n i c k s   d e t r o i t p i s t o n s
l g f   i t ’ s   g a m e t i m e   d e t r o i t p i s t o n s  
l e t s   g o   p i s t o n s   💙 ❤ ️   d e t r o i t p i s t o n s
p i s t o n s   f a n s ,   i t s   p r e s e a s o n   g a m e   1 .   p l e a s e   d o n ' t   t u r n   o n   i v e y   i f   h e   d o e s n ' t   d o   w e l l   t o n i g h t .   d o n ' t   b e   t h e   l i o n s   f a n s   w h o   a l r e a d y   h a v e   t u r n e d   o n   h u t c h   4   g a m e s   i n .   t h a n k s   d e t r o i t p i s t o n s   d e t r o i t l i o n s
n b a   t u e s d a y :   2 0 0 5   a w a r d s   a n a l y s i s ,   v o l u m e   i i     d a i l y m c p l a y   n b a   n b a h i s t o r y   n b a 2 0 0 5   n b a f i n a l s   n b a f i n a l s m v p   n b a d p o y   t i m d u n c a n   s a n a n t o n i o s p u r s   b e n w a l l a c e   d e t r o i t p i s t o n s   t y s o n c h a n d l e r   c h i c a g o b u l l s
n b a g m s u r v e y :   s o m e   s a y   d e t r o i t p i s t o n s   h a v e   l e a g u e ' s   b e s t   y o u n g   c o r e .     n b a t w i t t e r  
t h e   d e t r o i t   l i o n s   s e a s o n   i s   o v e r 
   
 
   
 9 7 1 t h e t i c k e t   a i d a n h u t c h i n s o n   b a r s t o o l s p o r t s   c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   c o l l e g e f o o t b a l l   d a n c a m p b e l l   d e t r o i t l i o n s   d e t r o i t p i s t o n s   d e t r o i t r e d w i n g s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j i m h a r b a u g h   m i c h i g a n  
a t l a n t a   h a w k s   r u m o r s :   h a w k s   j e r a m i   g r a n t   t r a d e   a   s m a m o v e   . . . 
   
 
   
 a t l a n t a h a w k s   a t l a n t a h a w k s n e w s   a t l a n t a h a w k s t r a d e   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   g o o g l e s e a r c h   j e r a m i g r a n t p i s t o n s   n b a   n b a b a s k e t b a l l   n b a n e w s   n b a t r a d e r u m o r s   s o u t h e a s t d i v i s i o n  
a s   k i d s   t h i s   g u y   c h a l l e n g e d   m e   t o   a   g a m e   o f   b a s k e t b a l l   i n   m y   b a c k y a r d , m i c h e a l   w i l l i a m s   g r e w   u p   t o   b e   a   b a d   b o y   ⁦ ⁩   ⁦   d e t r o i t p i s t o n s   ⁩ w o r l d   c h a m p i o n , g r e a t   b u s i n e s s m a n   i n   d a l l a s  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   o c t .   2   s c r i m m a g e   f o o t a g e "   
 
 c r e a t o r :     d e t r o i t _ p i s t o n s _ n e w s _ n a t i o n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
c o u n t d o w n   t o   o p e n i n g   n i g h t :   1 5   d a y s 
 
 b u f f s o n p o d c a s t   
 d e t r o i t p i s t o n s   p i s t o n s n a t i o n   p i s t o n s t w i t t e r   
 d e t r o i t b a s k e t b a l l   
 d e t r o i t   m o t o r c i t y   m o t o w n   
 n b a   n b a b a s k e t b a l l   
 n b a o p e n i n g n i g h t  
s e a t t l e   s e a h a w k s   v s .   d e t r o i t   l i o n s   |   w e e k   4   2 0 2 2   g a m e   h i g h l i g h t s 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
d e t r o i t   p i s t o n s   p r e   s e a s o n   s t a r t s   . . . 
   
 
   
 a r e n a   b o g d a n o v i c   b o j a n   c a m p   c e n t r a l d i v i s i o n   c u n n i n g h a m   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   i s a i a h   j a d e n   k n i c k s   l i t t l e c a e s a r s   m e d i a d a y   n e w y o r k   o p e n   p i s t o n s n e w s   p i s t o n s p o d c a s t   p i s t o n s t o d a y  
s a c r a m e n t o   k i n g s   h a v e n ' t   m a d e   t h e   p l a y o f f s   i n   a   r e c o r d   1 6   y e a r s !   👀 
 
 w h i c h   t e a m   k i l l s   t h e   p l a y o f f s   d r o u g h t   t h i s   y e a r ?   🗣 ️ 
 
 s a c r a m e n t o k i n g s   h o r n e t s   c a v s   s p u r s   d e t r o i t p i s t o n s   n b a  
s h o p   p i s t o n s   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   d e t r o i t   d e t r o i t p i s t o n s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
v i a   j a m e s   e d w a r d s   k i l l i a n   h a y e s   s t o o d   o u t   t h e   m o s t   a t   p i s t o n s   s c r i m m a g e , l e a d   h i s   t e a m   t o   v i c t o r y 👀 👀 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
i t ’ s   a   p a r t y   i n   t h e   3 1 3   👏 🤣 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
i t   i s   a   d e t r o i t   p i s t o n s   g a m e d a y  
a   f a n t a s t i c   r e a d   a b o u t   t h e   u p s t a r t   d e t r o i t   p i s t o n s . 
 
 s o m e   g r e a t   q u o t e s   i n   h e r e   f r o m   i s a i a h   s t e w a r t   a n d   h i s   r e l a t i o n s h i p   w i t h   a   d e t r o i t   b a s k e t b a l l   l e g e n d : 
 
 c c :           g o k n i g h t s  
c h a r l o t t e   h o r n e t s 
 
 
 c h i c a g o   b u l l s 
 
 
 c l e v e l a n d   c a v a l i e r s 
 
 
 d a l l a s   m a v s 
 
 
 d e n v e r   n u g g e t s 
 
 
 d e t r o i t   p i s t o n s 

a   n e w   d a w n   o f   d e t r o i t   b a s k e t b a l l  
t h e r e   i s   a   b e t t e r   c h a n c e   o f   t h e   d e t r o i t   p i s t o n s   p l a y i n g   i n   t h a t   f o o t b a l l   g a m e   a t   m i n n e s o t a   t h a n   t h e   c r i m s o n   t i d e .  
w h e n   t h e   d e t r o i t   p i s t o n s   w o n   t h e   n b a   c h a m p i o n s h i p   i n   1 9 9 0 ,   i   b o l t e d   o u t s i d e   a n d   r a n   a r o u n d   t h e   s t r e e t s ,   h o l l e r i n g   l i k e   a   m a n i a c .   i   i m a g i n e   t h a t   s c e n a r i o   w o n ' t   r e p e a t   i t s e l f   u n t i l   t r u m p   o r   p u t i n   d i e s .
j u s t   d r o p p e d   e p i s o d e   6 ! ! 
 
 
 
 b a s k e t b a l l   s m o k e j a m   s m o k i n g   s m o k e   n b a   d e t r o i t   p i s t o n s
d e t r o i t   t h e   o n l y   c i t y   i   k n o w   t h a t   c a n   t u r n   a n   n b a   a r e n a   i n t o   a   c l u b .   t h e   p i s t o n s   l i t e r a l l y   h a v e   a   c o u r t s i d e   b a r   b e h i n d   o n e   r i m   a n d   n o w   t h e y   g o t   c o u r t   s i d e   b o o t h s   o n   t h e   o t h e r   s i d e .   w h e r e   t h e y   d o   t h a t   a t   😂 💯 🔥 🔥
g a m e   d a y   f r o m   t h e   m o t o r   c i t y   
 
 🆚   d e t r o i t   p i s t o n s   
 📍   l i t t l e   c a e s a r s   a r e n a 
 ⏰   6 p m   c t 
 📺   t h u n d e r   a p p 
 📻         
 
 t h u n d e r u p  
c a d e   c u n n i n g h a m   d e t r o i t   p i s t o n s   a u t o g r a p h e d   s p a l d i n g   w h i t e   p a n e l   b a s k e t b a l l   -   a u . . . 👉    
[ u p d a t e ]   o k l a h o m a   c i t y   t h u n d e r   + 5 . 5   ( + 6 . 0 )   a t   d e t r o i t   p i s t o n s   |   t u e   1 9 : 1 0 e t   o k c v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
k i l l   t h e   h y p e   c l o s e d   t h e i r   s i t e   a n d   i   d i d n ’ t   g e t   m y   s a c r a m e n t o   k i n g s   o r   d e t r o i t   p i s t o n s   h a t … . .  
p i s t o n s   v s .   t h u n d e r   p r e v i e w :   p i s t o n s   l o o k   f o r   f i r s t   p r e s e a s o n   w i n   a g a i n s t   o k c  
o c t   1 1 ,   2 0 2 2 
 
 n b a   p r e   s e a s o n :   
 🏀 o r l a n d o   m a g i c   + 7 . 5 
 🏀 d e t r o i t   p i s t o n s   - 6 
 🏀 c h i c a g o   b u l l s   - 5 . 5 
 🏀 u t a h / s a n   a n t o n i o   o v e r   2 1 5 . 5 
 🏀 g o l d e n   s t a t e   w a r r i o r s   - 6 . 5 
 
 b e s t   o f   l u c k !   💰 
 
 n b a p r e s e a s o n   n b a b e t t i n g   b a s k e t b a l l b e t t i n g g u i d e   g o l d e n r u l e
t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o d a y !   😁  
n b a   p r o g r a m ,   m e i j e r   b a s k e t b a l l   c l a s s i c ,   p i s t o n s   v s .   w i z a r d s ,   o c t o b e r   1 1 ,   2 0 0 1   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   j e r r y s t a c k h o u s e   d e t r o i t   p i s t o n s   n b a   s p r i t e  
i ' m   a l l   i n   o n   t h e     t h i s   y e a r   j u s t   l i k e   i   w a s   a l l   i n   o n   t h e     s o   i   h o p e   w e   d o n ' t   g e t   t h e   s a m e   r e s u l t .  
t h e   d e t r o i t   p i s t o n s ( 0 - 2 )   h o s t   t h e   o k l a h o m a   c i t y   t h u n d e r ( 3 - 1 )   i n   p r e s e a s o n   a c t i o n   t o n i g h t   a t   7 : 0 0 .   
 
 t h e   g a m e   w i l l   b e   b r o a d c a s t   l o c a l l y   o n   b a l l y   s p o r t s   d e t r o i t .  
d e t r o i t   p i s t o n s   l o v e .     n a t i o n a l   m e d i a   i s   f i n d i n g   u s !  
" t h e y   w a n t   t o   m o d e l   t h e i r   p l a y i n g   s t y l e   a f t e r   n o t   j u s t   t h e   b a d   b o y s ,   b u t   t h e   2 0 0 3 - 0 4   c h a m p i o n s h i p   t e a m   l e d   b y   c h a u n c e y   b i l l u p s ,   b e n   w a l l a c e ,   a n d   r i p   h a m i l t o n . 
 
 ' w e ’ r e   p l a y i n g   f o r   t h e m , '   b e y   s a y s ,   a d d i n g   l a t e r :   ' w e   w a n t   t o   m a k e   t h e m   p r o u d . ' " 
 
 ❤ ️ 💙  
a   n e w   d a w n   o f   d e t r o i t   b a s k e t b a l l   
 
 t h i s   w a s   s o   a w e s o m e   f r o m   ⁦ ⁩    
n b a   b a s k e t b a l l   g a m e   s i m u l a t o r :   7 : 0 5   p m   e t   -   o k l a h o m a   c i t y   t h u n d e r   v s .   d e t r o i t   p i s t o n s   g a m e   s i m u l a t i o n   a n d   f r e e   p i c k s   g e n e r a t e d   b y   a d v a n c e d   a l g o r i t h m s  
t h e   p i s t o n s   b e i n g   n o .   1 6   i n   _ n b a ’ s   a n n u a l   l e a g u e   p a s s   r a n k i n g s   f e e l s   a b o u t   r i g h t . 
 
 s o m e   i n t e r e s t i n g   t e a m s   d e t r o i t   i s   a h e a d   o f : 
 
 m i a m i 
 t o r o n t o 
 p o r t l a n d 
 c h i c a g o 
 n y k
" b e   r e a d y   e v e r y   n i g h t .   n o b o d y   i s   g o i n g   t o   g i v e   y o u   a n y t h i n g . ”   i   p r o f i l e d   t h e   n e w - l o o k ,   y o u n g ,   h u n g r y ,   e x c i t i n g   p i s t o n s   .   a   s t o r y   a b o u t   t h e   p a s t   a s   m u c h   a s   t h e   f u t u r e ;   a   c i t y ,   a n   i d e n t i t y ,   g r o w i n g   p a i n s ,   g r i t   a n d   r e s p e c t   f o r   t h o s e   t h a t   c a m e   b e f o r e :    
a l w a y s   r e a d   . 

c h r i s   p a u l   a f t e r   a   r e g u l a r   s e a s o n   w   o v e r   t h e   d e t r o i t   p i s t o n s   i n   l a t e   n o v e m b e r  
f i l m   d o n ’ t   l i e :   t h e   g o o d   a n d   b a d   o f   k i l l i a n   h a y e s ’   o f f e n s e   ( s o   f a r )  
t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o n i g h t   p i s t o n s  
k i l l i a n   h a y e s ’   s h o t   i s   s t i l l   n o t   f a l l i n g ,   b u t   t h r o u g h   t w o   p r e s e a s o n   g a m e s   w e   a r e   a t   l e a s t   s e e i n g   a   n e w ,   a g g r e s s i v e   m e n t a l i t y   f r o m   t h e   y o u n g   p o i n t   g u a r d .     w i t h   a n o t h e r   f i l m   b r e a k d o w n  
  o n e   o f   m y   f a v o r i t e   p i s t o n s   e v e r ,   h i l l   w a s   i n c r e d i b l e   i n   d e t r o i t .   h e   r e a l l y   w a s   l i k e   a   p r o t o t y p e   l e b r o n .   
 
 e v e r y b o d y   a l w a y s   t a l k s   a b o u t   h i s   a n k l e s   f a i l i n g   h i m   b u t   i   s w e a r   n o b o d y   e v e r   m e n t i o n s   h o w   h e   t o t a l l y   s a v e d   a n d   e x t e n d e d   h i s   c a r e e r   b y   a d d i n g   a   n i c e   3   p o i n t   s h o t .
t h e   p i s t o n s   p u l s e :   d e t r o i t   p i s t o n s   p r e - s e a s o n   b e g i n s   –   n b a   n e w s  
t h e   m i r i n   f a d e r ? ? ?   o n   m y   d e t r o i t   p i s t o n s ? ? ? ? ?  
n b a   p i c k   c e n t e r :   7 : 0 5   p m   e t   -   o k l a h o m a   c i t y   t h u n d e r   v s .   d e t r o i t   p i s t o n s   b e t t i n g   o d d s ,   e x p e r t   i n s i g h t ,   f r e e   p i c k s ,   a n d   h a n d i c a p p i n g   t o o l s  
t h e   n e w - l o o k   p i s t o n s   a r e   y o u n g ,   h u n g r y ,   a n d   e x c i t i n g ,   b u t   t h e y   a r e n ’ t   t r y i n g   t o   r e d e f i n e   d e t r o i t   b a s k e t b a l l .   ‘ w e ’ r e   t r y i n g   t o   h o l d   o n   t o   t h e   t o u g h n e s s , ’   s a y s   c a d e   c u n n i n g h a m .   ‘ t h e   g r i t t i n e s s   t h a t   t h e   d e t r o i t   p i s t o n s ,   t h a t   l o g o ,   c a r r i e s . ’   
 
 :  
t h i s   w e e k   o n   t h e p i s t o n s p u l s e   o u r   o w n     & a m p ;   c o h o s t     f i n a l l y   g e t   a   c h a n c e   t o   b r e a k d o w n   & a m p ;   a n a l y z e   p i s t o n s   g a m e s   a n d   g i v e   3   b o l d   p r e d i c t i o n s   f o r   t h e   s e a s o n ! 
 
 a p p l e   
 
 s p o t i f y   
 
 d b b    
n e w   p o d   a l e r t ! ! ! ! 
 
  
  " b a d   b o y s "   d e t r o i t   p i s t o n s   a r e   c o m i n g   b a c k
n o   p r e s e a s o n   g a m e   i n   h i s t o r y   h a s   e v e r   b e e n   a   " m u s t   w i n "   n o r   a r e   t h e y   n e c e s s a r i l y   i n d i c a t i v e   o f   h o w   a   s e a s o n   w i l l   g o ,   b u t   i t   w o u l d   b e   n i c e   t o   s e e   s o m e   p o s i t i v e s   t o n i g h t   a g a i n s t   t h e   t h u n d e r . 
 
   ( v i a   )  
    i ' m   e x c i t e d   t o   s e e   t h i s   r o o k i e   c l a s s   a s   a   w h o l e ,   t h e   n e w   o r l e a n s   p e l i c a n s ,   a n d   d e t r o i t   p i s t o n s .
t h e   d e t r o i t   p i s t o n s   a r e   t r a d i n g   r y a n   a r c i d i a c o n o   t o   t h e   u t a h   j a z z   i n   e x c h a n g e   f o r   n e r l e n s   n o e l   s o u r c e s   t e l l   m e   a n d   .
e v e r y t h i n g   r e v o l v e s   a r o u n d   c a d e   c u n n i n g h a m ,   b u t   h e ’ s   g o t   s o m e   p l a y m a k i n g   h e l p   i n   r o o k i e   g u a r d   j a d e n   i v e y .    
h a v e   t h e y   a n n o u n c e d   t h e   n o b e l   p e a c e   p r i z e   y e t ?   c o u l d   b e   f u n   i f   t h e y   g a v e   i t   t o   t h e   d e t r o i t   p i s t o n s
t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o d a y ! ! 
 
   @     t o d a y   a t   7 p m / e t  
d e t r o i t   p i s t o n s '   j a d e n   i v e y   s h o w c a s i n g   h i s   s p e e d ,   p a s s i n g   i n   p r e s e a s o n  
t h e   d e t r o i t   p i s t o n s   w i l l   t a k e   o n   t h e   o k l a h o m a   c i t y   t h u n d e r   t o n i g h t   a t   7 p m   e t   o n   b a l l y   s p o r t s   d e t r o i t .  
d e t r o i t   p i s t o n s   s p o n s o r e d   1 0 0   o f   o u r   d e t r o i t   t r a n s i t i o n a l   v e t e r a n s   r e c e i v i n g   a   c o a t   b a g   m a d e   b y   e m p o w e r m e n t p l a n   d e t r o i t   o n   w o r l d   h o m e l e s s   d a y .     d e t r o i t p i s t o n s   l e g e n d   e a r l   c u r e t o n   a l o n g   w i t h   d e t r o i t p i s t o n s d a n c e r s   w e r e   o n   h a n d   t o   m e e t   t h e   v e t e r a n s ! 
 v a d e t r o i t v e t e r a n s f i r s t  
2 0 2 2 - 2 3   d e t r o i t   p i s t o n s   p r e v i e w   i   f a n t a s y   b a s k e t b a l l   i   r a z z b a l l  
d e t r o i t   p i s t o n s   b u y o u t   o f f e r   u n a c c e p t a b l e   t o   k e m b a   w a l k e r ! ! !   -     -   d e t r o i t   d e t r o i t m u s i c   d e t r o i t b u s i n e s s   d e t r o i t f o o d  
n b a   p r e s e a s o n :   d e t r o i t   p i s t o n s   g a m e   s c o r e   v s .   o k l a h o m a   c i t y   t h u n d e r :   t i m e ,   t v ,   m o r e   i n f o  
n e w   p o s t :   n b a   p r e s e a s o n :   d e t r o i t   p i s t o n s   g a m e   s c o r e   v s .   o k l a h o m a   c i t y   t h u n d e r :   t i m e ,   t v ,   m o r e   i n f o    
n b a   p r e s e a s o n :   d e t r o i t   p i s t o n s   g a m e   s c o r e   v s .   o k l a h o m a   c i t y   t h u n d e r :   t i m e ,   t v ,   m o r e   i n f o   y a h o o s p o r t s   n b a  
n b a   p r e s e a s o n :   d e t r o i t   p i s t o n s   g a m e   s c o r e   v s .   o k l a h o m a   c i t y   t h u n d e r :   t i m e ,   t v ,   m o r e   i n f o  
n b a   n b a   p r e s e a s o n :   d e t r o i t   p i s t o n s   g a m e   s c o r e   v s .   o k l a h o m a   c i t y   t h u n d e r :   t i m e ,   t v ,   m o r e   i n f o     s p o r t s
n b a   p r e s e a s o n :   d e t r o i t   p i s t o n s   g a m e   s c o r e   v s .   o k l a h o m a   c i t y   t h u n d e r :   t i m e ,   t v ,   m o r e   i n f o       n b a   n e w s   b a s k e t b a l l  
🏀 n b a 🏀   n b a   
 🏀 p r é - s a i s o n 🏀 
 
 d e n v e r   n u g g e t s   -   p h o e n i x   s u n s 
 o r l a n d o   m a g i c   -   m e m p h i s   g r i z z l i e 
 d e t r o i t   p i s t o n s   -   o k l a h o m a   c i t y   t h u n d e r
l e a n d r o   b o l m a r o   h a s   s i g n e d   w i t h   t h e   d e t r o i t   p i s t o n s   o n   a   2   y e a r ,   $ 3 2   m i l l i o n   d o l l a r   d e a l
  c l e v e l a n d   w o u l d   p i c k   v i c t o r   w e m b a n y a m a   a n d   t h e   d e t r o i t   p i s t o n s   w o u l d   s t i l l   p i c k   d a r k o   m i l i c i c   c a u s e   p i s t o n s   a r e   d u m b   s h e e t   p o v e r t y   f r a n c h i s e
d e t r o i t   p i s t o n s   n b a   s k u l l   p u n i s h e r   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t 
 
 — — — — — —   
 
 f a s h i o n   h o t f a s h i o n   s e n p r i n t   t r e n d   n b a     
 d e t r o i t   p i s t o n s   n b a   s k u l l   p u n i s h e r   t e a m   3 d   a l l   o v e r   p r i n t   s h i r t   -   s e n p r i n t m a r t   s t o r e 

d e t r o i t   p i s t o n s   s e a s o n   p r e v i e w ,   o u t l o o k ,   a n d   r a n d o m   t a l k . 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
  s c o o t   s e e m s   a w e s o m e ,   b u t   h o w   d o   y o u   t h i n k   h e   w o u l d   f i t   o n   a   t e a m   t h a t   a l r e a d y   h a s   a   p r i m a r y   b a l l - h a n d l e r   i n   c a d e ?   w o u l d   t h e   p i s t o n s   r e a l l y   r u n   o u t   a   3   g u a r d   o f f e n s e   w i t h   c a d e ,   j a d e n   a n d   s c o o t ?     i   s u p p o s e   i t ’ s   a   g o o d   p r o b l e m   t o   h a v e .  
6   p l a y e r s   t h e   p i s t o n s   c o u l d   t a r g e t   i n   f u t u r e   t r a d e s   w i t h   c o n t e n d e r s 
 
 
 
 n b a   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   c l i p p e r n a t i o n   l a k e s h o w   l a k e r s   h e a t t w i t t e r     b u l l s n a t i o n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n
      a n d   i n s t e a d   o f   w o r r y i n g   a b o u t   t h e   l a k e r s   g o   w o r r y   a b o u t   y o u r   s a d   s h i t   d e t r o i t   p i s t o n s   t h a t   h a v e n ' t   w o n   a   c h a m p i o n s h i p   i n   o v e r   1 5   y e a r s
w o r d .   t h e   r a i d e r s   i s   t h e   d e t r o i t   p i s t o n s   o f   t h e   n f l .   n o   d o u b t .  
t h e   d e t r o i t   p i s t o n s   m u s t   b e   s t o p p e d   😭 😭 😭  
d e t r o i t   p i s t o n s   d o n & a m p ; 3 9 ; t   l o o k   l i k e   a   t e a m   t h a t   g o t   n e x t ! ! !   -     -   d e t r o i t   d e t r o i t m u s i c   d e t r o i t b u s i n e s s   d e t r o i t f o o d  
p r o f e s s i o n a l   b a s k e t b a l l :   m a r t i n   m a r t i n ,   w i t h   5 1   p o i n t s ,   1 2   r e b o u n d s ,   a n d   1 0   a s s i s t s   l e a d s   t h e   d e t r o i t   p i s t o n s   o v e r   t h e   o a k l a n d   k i n g s   o n   s e p t e m b e r   1 6 t h   i n   1 9 6 5 .
    a g r e e   k e m b a   w i l l   n e e d   t o   a c c e p t   d e t r o i t   p i s t o n s   b u y o u t   b e f o r e   d a l l a s   m a v e r i c k s   c a n   s i g n   h i m
d e t r o i t .   v e r s u s .   e v e r y b o d y .   n e v e r   g i v e   i n ,   n e v e r   g i v e   u p .   t u r n   u p   o n   t h e   v i d e o 🙏 🏼 🔥   o n e p r i d e   d e t r o i t r o o t s   l g r w   p i s t o n s  
t h e   d e t r o i t   p i s t o n s   h a v e   h i r e d   j a s o n   k i d d   t o   b e   t h e i r   n e x t   h e a d   c o a c h .
l o o k ,   i ' m   n o t   s a y i n g   t h e   d e t r o i t   p i s t o n s   w o u l d   h a v e   w o n   i t   a l l   w i t h   b l a k e   g r i f f i n .   b u t   i ' m   n o t ,   n o t   s a y i n g   i t .
_ d _ p i s t o n s _ f a n   g o t   y o u ,   o n l y   t h i n g   i s   t h i s   o f f - s e a s o n   i s   w h e n   d e t r o i t   w i l l   h a v e   t h e i r   m o s t   s a l a r y   c a p   s p a c e .   b e y   a n d   s t e w   d u e   f o r   e x t e n s i o n s ,   t h e n   c a d e   t h e   f o l l o w i n g   y e a r .
d e t r o i t   p i s t o n s   t e a m   c o l l a r   p e t   c o l l a r ,   b l u e ,   n y l o n ,   s i z e   s    
    t h e   d e t r o i t   p i s t o n s   h a v e   f i n a l i z e d   a   t r a d e   w i t h   t h e   h o u s t o n   r o c k e t s ,   t h e   r o c k e t s   w i l l   r e c e i v e   c a d e   c u n n i n g h a m   a n d   a   2 0 2 4   u n p r o t e c t e d   2 n d   r o u n d   p i c k   f o r   f   t a r i   e a s o n   a n d   g   d a s h i e n   n i x .   s o u r c e s   t e l l     v i a  
t h e   b e s t   d r a y m o n d   o n   t h e   d e t r o i t   p i s t o n s   😂  
f i r s t   k y r i e   a n d   n o w   t h e   d e t r o i t   p i s t o n s ?   t h e   n b a   i s   f l o c k i n g   t o   ’   c o u r t   t h i s   o f f s e a s o n   🏀  
  d e t r o i t   p i s t o n s   b u y o u t   o f f e r   u n a c c e p t a b l e   t o   k e m b a   w a l k e r ! ! !    
i s   i t   c r a z y   t o   s a y   t h e   h e a t   s h o u l d   t a r g e t   b o g d a n o v i c   f r o m   t h e   p i s t o n s ?   p r o b a b l y   a   b u y   l o w   v e t   f r o m   d e t r o i t   c o u l d   r e m e d y   s o m e   o f   t h e   h e a t s   i s s u e s   a t   t h e   4   c u r r e n t l y   a n d   h a v e   a n o t h e r   r e l i a b l e   s c o r i n g   o p t i o n .
r e p o r t :   t h e   d e t r o i t   p i s t o n s   a r e   p r e p a r i n g   t o   o f f e r   m i l e s   b r i d g e s   a   5 - y e a r   $ 1 7 3   m i l l i o n   e x t e n s i o n . 
 
 -   t h e   c h a r l o t t e   h o r n e t s   w i l l   h a v e   t h e   o p p o r t u n i t y   t o   m a t c h   t h e   d e t r o i t   p i s t o n s   o f f e r   i f   t h e y   d e c i d e   t o   k e e p   b r i d g e s   o n   t h e i r   r o s t e r . 
 
 ( v i a   l e g i o n   h o o p s )   n b a   n b a b a s k e t b a l l   f y p  
🏀   o k l a h o m a   c i t y   t h u n d e r   ( )   t h u n d e r u p 
 🆚   d e t r o i t   p i s t o n s   d e t r o i t u p   o k c v s d e t 
 ‼ ️   r a r e     a r r i v a l   a l e r t 
 ✈ ️   n 6 5 4 d l   |   d a l 8 9 3 6   |   b 7 5 2 
 🛫   o k c   -   2 : 1 9   p m   c t 
 🛬   p t k   -   5 : 1 0   p m   e t 
 📡   t r a c k i n g :    
n b a   d e t r o i t   p i s t o n s   :   t o m o r r o w   n i g h t     l e t s   s e e   h o w   l o n g   i t   t a k e s   c a d e   c u n n i n g h a m   t o   m a k e   h i s   f i r s t   f o u l   .
_ k o o l a i d     a l s o   n o t   g o i n g   t o   m a k e   a n y   b o l d   p r e d i c t i o n s   a b o u t   t h e   p i s t o n s .   i   d i d   t h a t   w h e n   v a n   g u n d y   c a m e   i n .   
 
 i ' m   r e a d y   t o   s i t   b a c k   a n d   w a t c h   t h e s e   y o u n g e n s   g o   o u t   t h e r e   a n d   l i v e   a n d   l e a r n .   g o n n a   c h e e r   e v e r y   w i n   a n d   l o s s   l i k e   t h e y   w e r e   m y   k i d s .   o v e r   t h e   y e a r s ,   e x p e c t a t i o n s   h a v e   f a i l e d   m e
  c u r r e n t l y ,   d e t r o i t   ( s i n c e   t h e   p i s t o n s   m o v e d   i n t o   t h e   a r e n a   s h a r e d   b y   t h e   n h l   r e d   w i n g s ) .
    t o   n e w   y o r k   k n i c k s   f o r   o b i   t o p p i n   a n d   s o m e   p i c k s   o r   t o   d e t r o i t   f o r   m a r v i n   b a g l e y   a n d   s o m e   p i c k s … . h e ’ s   f r o m   m i c h i g a n … p i s t o n s   c a n   m a r k e t   l e a d e r s h i p ,   c h a m p i o n s h i p   e x p e r i e n c e   e t c … a d d   t h o s e   g u y s   t o   k u m i n g a   a n d   w i s e m a n
f a m i l y   t i e s   r u n   d e e p   i n   d e t r o i t 👏 
 
   |   p i s t o n s  
【 s t o c k   i n f o r m a t i o n 】 c h a m p i o n   " d e t r o i t   p i s t o n s   3 3   h i l l "   b a s k e t   t a n k   /   e m e r a l d   g r e e n   /  
  i ' m   j u s t   a l w a y s   d e a t h l y   a f r a i d   o f   t h e   p i s t o n s   m a k i n g   t e r r i b l e   p e r s o n n e l   m o v e s   e v e n   t h o u g h   i t ' s   o b v i o u s   w e a v e r   i s   a   b e t t e r   t a l e n t   e v a l u a t o r   t h a n   a n y o n e   t h a t   h a s   b e e n   i n   t h e   t h e   d e t r o i t   f r o n t   o f f i c e   i n   y e a r s   a n d   y e a r s
a f t e r   a l l   t h e   h y p e   a r o u n d   t h e   l i o n s   a n d   t i g e r s   a n d   t h e m   b e i n g   c o m p l e t e l y   d i s g u s t i n g   i   a m   r e a l l y   h o p i n g   f o r   a n   o v e r   a c h i e v e m e n t   f r o m   t h e   r e d   w i n g s   a n d   p i s t o n s .   t h i s   c i t y   n e e d s   i t .   d e t r o i t   l g r w   d e t r o i t b a s k e t b a l l
t h e   d e t r o i t   p i s t o n s   a r e   r e l e a s i n g   r o o k i e   r o b e r t   w i l l i a m s   s o u r c e s   t e l l   m e   a n d  
w o w . . . . f u l l   r e t a r d   o f f   o f   p r e s e a s o n 
 
 w h a t ' s   w r o n g   w i t h   c a d e   c u n n i n g h a m   i n   t h e   d e t r o i t   p i s t o n s '   p r e s e a s o n ?     v i a  
-   c a d e   c u n n i n g h a m   i s   a   f u t u r e   m v p 
 -   c a d e   & a m p ;   i v e y   w i l l   b e   1   b a c k c o u r t   i n   5   y r s 
 -   p i s t o n s   h a v e   a   t o p   3   y o u n g   c o r e   i n   t h e   l e a g u e   ( m a y b e   1 )   
 
 t h i n g s   a r e   l o o k i n g   u p   i n   d e t r o i t   📈  
g e t t i n g   h y p e d   f o r   d e t r o i t   p i s t o n s   & a m p ;   n b a   s e a s o n  
a s i   v e   l a   l i g a   a   l a   c o n f e r e n c i a     e s t e 
 
 1 .   d e t r o i t   p i s t o n s 
 2 .   p h i l a d e l p h i a   7 6 e r s 
 3 .   w a s h i n g t o n   w i z a r d s 
 4 .   n e w   y o r k   k n i c k s 
 5 .   b o s t o n   c e l t i c s 
 6 .   c h i c a g o   b u l l s 
 7 .   o r l a n d o   m a g i c 
 8 .   c h a r l o t t e   h o r n e t s
  h e l l   y e a h .   n o w   w e   c a n   s t a r t   w i n n i n g   s o m e   b a l l g a m e s .   t h i s   i s   t h e   b e s t   m o v e   f r o m   a   d e t r o i t   t e a m   s i n c e   t h e   p i s t o n s   a c q u i r e d   s h e e d .   p l e a s i n g   t o   s e e   l i o n s   a r e   c l e a r l y   a l l   i n
h a y e s   t o r e   t h e   u l n a r   c o l l a t e r a l   l i g a m e n t   i n   h i s   l e f t   e l b o w   i n   f r i d a y   n i g h t ' s   1 0 7 - 1 0 1   p r e s e a s o n   w i n   o v e r   t h e   d e t r o i t   p i s t o n s .  
h a y e s   t o r e   t h e   u l n a r   c o l l a t e r a l   l i g a m e n t   i n   h i s   l e f t   e l b o w   i n   f r i d a y   n i g h t ' s   1 0 7 - 1 0 1   p r e s e a s o n   w i n   o v e r   t h e   d e t r o i t   p i s t o n s .  
i   w i s h   d e t r o i t   f a n s   h a d   a s   m u c h   l o y a l t y   f o r   t h e   p i s t o n s   a s   t h e y   d o   t h e   p e r e n n i a l l y   a w f u l   l i o n s .  
n b a 2 k 2 2   c a n a d i a n   t h a n k s g i v i n g   d e t r o i t   p i s t o n s   v s   o k l a h o m a   c i t y   t h u n d e r     v i a    
g e t   r e a d y   d e t r o i t !   o n l y   n i n e   d a y s   u n t i l   p i s t o n s   r e g u l a r   s e a s o n   b e g i n s .  
  h e   g r e w   u p   a   p i s t o n s   f a n   a n d   h i s   i d o l   w a s   b e n   w a l l a c e   i f   h e   e v e r   l e a v e s   g s   h e ’ s   c o m i n g   t o   d e t r o i t
e l m e r   s ö d e r b l o m   m a d e   t h e   d e t r o i t   r e d   w i n g s   r o s t e r .   h e   w o u l d   b e   t h e   4 t h   t a l l e s t   p l a y e r   o n   t h e   p i s t o n s .  
  y o u   a r e   d e s c r i b i n g   d o w n t o w n   d e t r o i t .     l i o n s ,   p i s t o n s ,   r e d w i n g s   a n d   t i g e r s   a l l   n e x t   t o   e a c h   o t h e r   s u r r o u n d e d   b y   3   c a s i n o s   n u m e r o u s   h o t e l s   a n d   r e s t a u r a n t s  
  a l l e n   i v e r s o n   ( 3 1   p o i n t s )   -   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   a t   d e t r o i t   p i s t o n s   -   2 0 0 3   p l a y o f f s   e c s f   g a m e   2    
    i ’ m   a   p i s t o n s   f a n   b u t   s t a r t e d   f o l l o w i n g   a   f e w   s h a r p   k i n g s   a c c o u n t s   d u r i n g   t h e   g r e a t   d e t r o i t   -   s a c   t w i t t e r   b e e f   o f   t h e   o f f s e a s o n   🤣 
 
 b u t   f r   t h e y   b u i l t   a   s q u a d   a n d   m i k e   h a s   t h e   n a t i o n a l   n o t o r i e t y   t o   h a v e   a   c h a n c e   i f   t h e   t e a m   c a n   p l a y   u p   i n   a   d o w n   w e s t   t h i s   y e a r
w h o   h a s   t h e   b r i g h t e r   f u t u r e   d e t r o i t   m i c h i g a n   l i o n s   p i s t o n s   r e d w i n g s
t h e   e u r o l e a g u e   h a s   s t a r t e d ,   a n d   i f   y o u   w a n t   t o   w a t c h   t h e   p i s t o n s '   d r a f t - a n d - s t a s h ,   c h e c k   o u t   a l b a   b e r l i n ,   t h e   c u r r e n t   f i r s t   p l a c e   t e a m   i n   t h e   b u n d e s l i g a .   h e   l o o k e d   g o o d   l a s t   n i g h t . 
 
   ( v i a   )  
s e e m s   h i g h l y   h y p o c r i t i c a l   t o   h a v e   t h i s   a n d   s t i l l   b o a s t   a b o u t   h o w   t h e   p i s t o n s   e m b o d y   a n d   r e p r e s e n t   a   “ b l u e   c o l l a r ”   i d e n t i t y   o f   d e t r o i t .  
      w h a t   a b o u t   t h e   d e t r o i t   r e d   w i n g s   a n d   t h e   d e t r o i t   p i s t o n s ?   m o n t e r o
d e t r o i t   p i s t o n s   w i l l   m a k e   t h e   p l a y o f f s . . .   c o m f o r t a b l y
t h e   d e t r o i t   p i s t o n s   a r e   t r a d i n g   f o r   r o o k i e   v i c t o r   o l a d i p o   t o   t h e   a t l a n t a   h a w k s   i n   e x c h a n g e   f o r   s k y l a r   m a y s   s o u r c e s   t e l l   m e   a n d   .
m y   e a r l i e s t   m e m o r y   w a s   g a m e   6   o f   t h e   2 0 0 7   e a s t e r n   c o n f e r e n c e   f i n a l s   @   d e t r o i t   p i s t o n s .   h e   s i n g l e h a n d e d l y   w i l l e d   h i s   t e a m   t o   w i n   t h a t   g a m e   s c o r i n g   2 5   s t r a i g h t   p o i n t s   a n d   e v e n t u a l l y   a d v a n c e d   t h e m   t o   t h e   n b a   f i n a l s .  
“ i   g o t   a   l o t   o f   b a s k e t b a l l   l e f t   i n   m e ” 
 
 k e m b a   w a l k e r   t a l k s   a b o u t   a   p o t e n t i a l   b u y o u t   f r o m   t h e   d e t r o i t   p i s t o n s   a n d   j u s t   w a n t i n g   t o   p l a y   b a s k e t b a l l .   f u l l   i n t e r v i e w   i n   l i n k . 
 
 
 n b a   d e t r o i t b a s k e t b a l l   3 p t c n v r s n  
            t h a t ' s   o k .   b e c a u s e   a s   c r u s h e d   a s   i   w a s   w i t h   m y   c e l t s   l o s i n g   i n   6   t o   d e t r o i t   a n d   h o w   m u c h   i   h a t e d   t h a t   p i s t o n s   t e a m ,   i   s t i l l   f o u n d   m y s e l f   g o i n g   f o r   t h e m   a g a i n s t   l a l . 
 
 m u s t   s h o w   m y   f e e l i n g s   o n   t h e m   l o l
" t h e r e   a r e   a l s o   d e v e l o p m e n t s   d o w n   l o w   f o r   s t e w a r t   —   m a i n l y   h i s   p l a y   o n   t h e   b a s e l i n e   a n d   d u n k e r   s p o t .   p a r t   o f   h i s   l i m i t a t i o n s   i n   t h a t   d u n k e r   s p o t   w i l l   b e   n u l l i f i e d   i f   h e   i n s t e a d   o p t s   t o   d r i f t   t o   t h e   p e r i m e t e r   f o r   a   c o r n e r   3 . " 
  
c h e c k   o u t   t h i s   l i s t i n g   i   j u s t   a d d e d   t o   m y   p o s h m a r k   c l o s e t :   a d i d a s   d e t r o i t   p i s t o n s   c l i m a l i t e   l o n g   s l e e v e   l a r g e .     s h o p m y c l o s e t  
f i l m   d o n ’ t   l i e :   g e t t i n g   o u r   f i r s t   l o o k   a t   t h e   n e w - l o o k   i s a i a h   s t e w a r t  
i s a i a h   s t e w a r t   i s   s h o o t i n g   f r o m   d e e p   a n d   s w i t c h i n g   e v e r y t h i n g .     g o e s   t o   t h e   f i l m   t o   e v a l u a t e   t h e   f i r s t   h a l f   o f   b e e f   s t e w ’ s   p r e s e a s o n .  
p i s t o n s   h e l p   d e t r o i t e r s   c a s t   t h e i r   b a l l o t s  
t h e   d e t r o i t   p i s t o n s   s i g n e d   a   o f f - b a l l   s h o o t e r … … k y l e r   e d w a r d s   i s   h e r e ! ! ! 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   i s a i a h s t e w a r t   j a d e n i v e y   j a l e n d u r e n   k e v i n k n o x   k i l l i a n h a y e s   k y l e r e d w a r d s   m a r v i n b a g l e y   p o l i c e  
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 5 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
d e t r o i t   p i s t o n s   x   b e l i e v e r  
m u t i n g   e v e r y t h i n g   t o   d o   w i t h   t h e   l i o n s   i   c a n t   t a k e   a l l   t h e   n e g a t i v i t y   ( w h i c h   i s   1 0 0 %   w a r r e n t e d ) .   g o n n a   f o c u s   o n   t h e   p i s t o n s   u n t i l   t h e   n f l   d r a f t   g e t s   m y   h o p e s   b a c k   u p
e a s t e r n   c o n f e r e n c e   |   c e n t r a l   d i v i s i o n 
 c h i c a g o   b u l l s 
 i n d i a n a   p a c e r s 
 c l e v e l a n d   c a v a l i e r s 
 d e t r o i t   p i s t o n s 
 m i l w a u k e e   b u c k s  
t o p   o f   t h e   a f t e r n o o n !     i s   b a c k   w i t h   a   d e t r o i t   p i s t o n s   p r e v i e w   f o r   t h i s   u p c o m i n g   s e a s o n .   w h a t   i s   t h e i r   c e i l i n g ?   c h e c k   i t   o u t !   n b a   n b a t w i t t e r    
  i   l i v e d   i n   t h e   d e t r o i t   a r e a   f o r   a l m o s t   a   y e a r ,   b u t   i ' m   h e r e   t o   t e l l   y o u ,   t h e r e ' s   n o   b i g g e r   p i s t o n s   f a n   t h a n   .
m a r v i n   i i i   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r v i n i i i   m a r v i n   i i i   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
[ u p d a t e ]   o r l a n d o   m a g i c   + 5 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~  
d e t r o i t   p i s t o n s   s i g n   k e v i n   k n o x   a n d   . . . 
   
 
   
 9 7 1 t h e t i c k e t   a d h a m b e y d o u n   a i d a n h u t c h i n s o n   b r a y l o n e d w a r d s   c e n t r a l d i v i s i o n   d a n c a m p b e l l   d a r r e n m c c a r t y   d e t r o i t l i o n s   d e t r o i t l i o n s m o c k d r a f t   d e t r o i t l i o n s n e w s   d e t r o i t l i o n s p o d c a s t   d e t r o i t l i o n s r u m o r s  
e v e r y   w   f o r   t h e   p i s t o n s   t h i s   y e a r   i s   a   m i s t a k e .   c a d e   s h o u l d   ‘ h u r t   h i s   a n k l e ’   i n   w e e k   3   a n d   s p e n d   t h e   w h o l e   s e a s o n   t r a i n i n g .   e a s y   l o t t e r y   w i n ,   g r a b   w e m b y ,   a n d   d e t r o i t   b a s k e t b a l l   w o u l d   b e   f u n   a g a i n
  “ k i n g s   w i n ”   
 
 a l s o   d e t r o i t   p i s t o n s   🤢
s u n d a y   m a y   2 7   l i v e   t i g e r s   b l o g :   d e t r o i t   p i s t o n s   v s .   a u s t r a l i a   c o n f i r m s   i t   h a r d e r   t o   w i n   2   n a b b e d   o n
e x c i t e d   t o   b e   p a r t n e r i n g   w i t h   o u r   f a v o r i t e   t e a m ,   t h e   ,   & a m p ;     f o r   t h e   m a g i c ’ s   o p e n i n g   n i g h t   w a t c h   p a r t y ! 
 
 c o m e   h a n g   a t   e l i x i r   i n   d o w n t o w n   o r l a n d o   o n   1 0 / 1 9   s t a r t i n g   a t   6 : 3 0 p m   t o   w a t c h   p a o l o   b a n c h e r o ’ s   n b a   d e b u t   a g a i n s t   t h e   d e t r o i t   p i s t o n s !   m a g i c t o g e t h e r  
  t h e   d e t r o i t   l i o n s   f o o t b a l l   s e a s o n ,   a c t u a l l y   s a m e   g o e s   f o r   t h e   t i g e r s ,   r e d   w i n g s   a n d   p i s t o n s ? ! !
j o r d a n   p o o l e   i s   a   s t a r … !   p i s t o n s   n e e d   t o   g o   a n d   g r a b   h i m   a s a p . . !   m a x   h i m   o u t   d e t r o i t
n b a   r u m o r s   r o u n d u p :   w a s h i n g t o n   w i z a r d s   s u p e r s t a r   e n t e r s   c o v i d   p r o t o c o l s ,   f o r m e r   a l l - s t a r   r e f u s e s   b u y o u t   d e a l   o f f e r e d   b y   t h e   d e t r o i t   p i s t o n s ,   a n d   m o r e   -   o c t o b e r   1 0 ,   2 0 2 2     n b a   b a s k e t b a l l
n b a   r u m o r s   r o u n d u p :   w a s h i n g t o n   w i z a r d s   s u p e r s t a r   e n t e r s   c o v i d   p r o t o c o l s ,   f o r m e r   a l l - s t a r   r e f u s e s   b u y o u t   d e a l   o f f e r e d   b y   t h e   d e t r o i t   p i s t o n s ,   a n d   m o r e   -   o c t o b e r   1 0 ,   2 0 2 2  
n b a   r u m o r s   r o u n d u p :   w a s h i n g t o n   w i z a r d s   s u p e r s t a r   e n t e r s   c o v i d   p r o t o c o l s ,   f o r m e r   a l l - s t a r   r e f u s e s   b u y o u t   d e a l   o f f e r e d   b y   t h e   d e t r o i t   p i s t o n s ,   a n d   m o r e   -   o c t o b e r   1 0 ,   2 0 2 2  
  s a m e   t h i n g   w h e n   t h e   p i s t o n s   l e f t   t h e   p a l a c e   t o   g o   t o   d o w n t o w n   d e t r o i t .   i   u n d e r s t a n d   t h e   a r g u m e n t   o f   w a n t i n g   t h e   t e a m   i n   t h e   c i t y   l i m i t s ,   b u t   d e t r o i t   d o e s n ’ t   e v e n   h a v e   p u b l i c   t r a n s i t   s o   i t   d o e s n ’ t   e v e n   r e a l l y   m a t t e r .
a n o t h e r   d e t r o i t   s p o r t s   t e a m   w h o s e   s e a s o n   t h a t ’ s   o v e r   1 / 4   o f   t h e   w a y   i n t o   t h e   s e a s o n . 
 
 l a s t   p l a y o f f   a p p e a r a n c e   f o r   4   d e t r o i t   t e a m s : 
 
 p i s t o n s — 2 0 1 9   ( h a v e n ’ t   m a d e   p a s t   f i r s t   r o u n d   s i n c e   2 0 0 8 ) 
 l i o n s — 2 0 1 6 
 r e d   w i n g s — 2 0 1 6 
 t i g e r s — 2 0 1 4
p i s t o n s   c o u l d   u t i l i z e   ' d i f f e r e n t   l i n e u p s '   t h i s   s e a s o n   b a s e d   o n   m a t c h u p s ,   s c e n a r i o s :  
b u i l d i n g   a   2 0 2 3   n b a   d r a f t   b i g   b o a r d   f o r   t h e   d e t r o i t   p i s t o n s :   p l a y e r s   1 - 5  
p i s t o n s   c o u l d   u t i l i z e   ' d i f f e r e n t   l i n e u p s '   t h i s   s e a s o n   b a s e d   o n   m a t c h u p s ,   s c e n a r i o s  
🎧 n e w   e p i s o d e 🎧 
 
 i s   k e m b a   w a l k e r   u p s e t   w i t h   d e t r o i t ?   t a n k   f o r   v i c t o r   w e m b a n y a m a ?   _ _ t a l k   
 
 ➡ ️ a p p l e   
 
 ➡ ️ s p o t i f y   
 
 ➡ ️  
g o o d   m o r n i n g   🤩 
 
 t h e   d e t r o i t   p i s t o n s   p l a y   * p r e s e a s o n *   b a s k e t b a l l   a t   l c a   t o m o r r o w   🔥   
 
 📸 :    
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
    _   w h e r e   i   f e e l   l i k e   t h e   p i s t o n s   a r e   g o i n g   t o   d r a f t   i s   p r o b a b l y   a   l i t t l e   h i g h   f o r   h i m   r i g h t   n o w   b u t   w o u l d   l o v e   t o   s e e   h i m   e n d   u p   i n   d e t r o i t   s o m e h o w
t h e   d e t r o i t   p i s t o n s   w i l l   b e   g o o d   s o o n e r   t h a n   y o u   t h i n k 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
i t ' s   o n l y   p r e s e a s o n ,   b u t   t h e s e   a r e   i s s u e s   t h a t   c o u l d   b e   h a n g i n g   o v e r   t h e   p i s t o n s   a l l   s e a s o n .   
 
 ( v i a   )  
      e v e n   t h e   i h l   d e t r o i t   v i p e r s   w e n t   w i t h   t e a l   i n   ' 9 4 . 
 
 s o ,   n o t   o n l y   w a s   i t   g i m m i c k y ,   i t   w a s   a l r e a d y   p l a y e d   o u t   b y   t h e   t i m e   t h e   p i s t o n s   w e n t   t h e r e .   
 
 j u s t   a   b a d   l o o k .
d e t r o i t   p i s t o n s   f g a   t h r o u g h   2   p r e   s e a s o n   g a m e s   
 
 1   -   s a d d i q   b e y   ( 2 5 ) 
 2   -   j a d e n   i v e y   ( 2 1 ) 
 3   -   c a d e   c u n n i n g h a m   ( 2 0 ) 
 4   -   ? ? ? ? ? 
 
 t h i n k   y o u   m i g h t   b e   s u r p r i s e d   w h o   h a s   t a k e n   t h e   4 t h   m o s t   a t t e m p t s   t h u s   f a r … …  
🏀   a u t o m a t e d   -   n 
 
 w e s t   f i n a l s 
 s a n   a n t o n i o   s p u r s   v s .   d e n v e r   n u g g e t s   ( 1 - 4 ) 
 
 e a s t   f i n a l s 
 d e t r o i t   p i s t o n s   v s .   n e w   y o r k   k n i c k s   ( 0 - 4 ) 
 
 f i n a l s 
 d e n v e r   n u g g e t s   v s .   n e w   y o r k   k n i c k s   ( 4 - 2 ) 
 
 k e l i   f u l t o n :   m y   f i n a l s   p r e d i c t i o n   w a s   w r o n g !
📰   2 0 2 2 - 2 3   d e t r o i t   p i s t o n s   s e a s o n   p r e v i e w   a n d   b e t t i n g   o d d s ! 
 👉    
b b b   i s   g i v i n g   a w a y   t i c k e t s   t o   t h e   s e a s o n   o p e n e r !   c h e c k   t h e   d e t r o i t   p i s t o n s   d i s c o r d   f o r   d e t a i l s .   8   t i c k e t s   a v a i l a b l e   i n c l u d i n g   a   + 1   👀  
  n o   t e a m   i s   w i l l i n g   t o   t r a d e   f o r   h i m   a n d   h e   w o n ' t   a c c e p t   d e t r o i t ' s   b u y   o u t   o f f e r   u n l e s s   t h e r e ' s   a n o t h e r   t e a m   l i n e d   u p   t o   s i g n   h i m .   

i   d o n ' t   b l a m e   k e m b a   h e r e ,   a s   h e   h a s   n o   r e a s o n   t o   g i v e   u p   m o n e y   i f   h e ' s   n o t   g u a r a n t e e d   t o   g e t   i t   b a c k .   s o   w h a t   n o w ?   h e   m a y   g e t   t o   p l a y   o u t   m y   d r e a m   o f   g e t t i n g   p a i d   m i l l i o n s   o f   d o l l a r s   t o   n o t   w o r k . 
 
   ( v i a   )  
d e t r o i t   p i s t o n s :   k e m b a   w a l k e r   r e f u s e s   t o   g o   a w a y .   s o   w h a t   n o w ?   –   n b a   n e w s  
d e l i g h t e d   t o   s e e   t h e   w o m a n   w i t h   w h o m   i   s h a r e   m y   l i f e   p r o f i l e d   i n     t o d a y .   a l t h o u g h ,   i   m i g h t   a s k ,   w h e r e   i s   m y   p h o t o   c r e d i t ?   ( p i c t u r e   t a k e n   a t   t h e   c h a s e   c e n t e r ,   s a n   f r a n c i s c o .   j a n   2 0 2 0 .   d e t r o i t   p i s t o n s   a t   g o l d e n   s t a t e   w a r r i o r s . ) 
 
 a n d ,   y e s ,   i   k n o w   s h e   c o u l d   d o   b e t t e r .  
o u t   f o r   1 5 m i n .     1 5 0 m   a w a y   f r o m   h o m e   a n d   b a c k   s o o n . 
 w i t h   d e t r o i t   p i s t o n s   2 0 0 4   n b a   e a s t e r n   d i v i s i o n   c h a m p i o n   t - s h i r t  
t h e   d e t r o i t   p i s t o n s   a r e   s i g n i n g   j e r e m y   l a m b   t o   a   f o u r - y e a r   c o n t r a c t .   p e r  
p i s t o n s   b u y o u t   o f f e r   . . . 
   
 
   
 c a d e c u n n i n g h a m d e t r o i t p i s t o n s   c e n t r a l d i v i s i o n   d e t r o i t   d e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s d r a f t   d e t r o i t p i s t o n s e s p n   d e t r o i t p i s t o n s g m   d e t r o i t p i s t o n s n e w   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s n e w s t o d a y  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
o n e   o f   m y   b e s t   f r i e n d s   f r o m   m i d d l e   s c h o o l   i s   a   d e t r o i t   p i s t o n s   d a n c e r   a n d   w h y   a m   i   l i k e   s o   p r o u d   o f   h e r   e v e n   t h o u g h   w e   d o n ’ t   t a l k   a n y m o r e 😭   s h e   w a s   j u s t   s u c h   a   g o o d   p e r s o n   f r
t h e   d e t r o i t   p i s t o n s   a r e   t r a d i n g   f o r   r o o k i e   r j   b a r r e t t   t o   t h e   c h a r l o t t e   h o r n e t s   i n   e x c h a n g e   f o r   o m e r   y u r t s e v e n   s o u r c e s   t e l l   m e   a n d   .
t r a v i s   k n i g h t   s c o r e s   5 0   p o i n t s   i n   b o s t o n   c e l t i c s '   l a s t   m i n u t e   l o s s   v s   d e t r o i t   p i s t o n s   n b a   n b a 9 7 9 8
🚨   c e n t r a l   d i v i s i o n   🎙 ️ 
 
 -   m i l w a u k e e   b u c k s 
 -   c h i c a g o   b u l l s 
 -   c l e v e l a n d   c a v a l i e r s 
 -   i n d i a n a   p a c e r s 
 -   d e t r o i t   p i s t o n s 
 
 i n v i t a d o :     s o b r e m e s a n b a 😉 
 
 e n l a c e :    
t h e   d e t r o i t   p i s t o n s   a r e   t r a d i n g   f o r   v e t e r a n   j o r d a n   n w o r a   t o   t h e   b o s t o n   c e l t i c s   i n   e x c h a n g e   f o r   t r o y   b r o w n   j r .   s o u r c e s   t e l l   m e   a n d   .
  _ b e a s t   t h a t   d o e s n t   e x p l a i n   h o w   w e   l o s t   t o   a   g   l e a g u e   b l a z e r s   t e a m ,   i n j u r e d   k i n g s   t e a m   i n   t r i p l e   o t ,   i n j u r e d   c l i p p e r s   t e a m   4   t i m e s   a n d   c l o s e   t o   g e t t i n g   b l o w n   o u t   b y   a   d e t r o i t   p i s t o n s   t e a m   i f   l e b r o n   d i d n t   g e t   e j e c t e d   a n d   r u s s + a d   d i d n t   g o   n u c l e a r .
  _     _ z e s t   _ o w   _ r e b e l 5   i   k n o w   t h e   d e t r o i t   p i s t o n s   f a n   i s n ' t   t a l k i n g  
t h e   u t a h   j a z z   w a i v e d   g u a r d   s a b e n   l e e   a n d   s i g n e d   g u a r d   d a r r y l   m o r s e l l .   u t a h   a c q u i r e d   l e e   i n   t h e   t r a d e   t h a t   s e n t   b o j a n   b o g d a n o v i c   t o   t h e   d e t r o i t   p i s t o n s .   u t a h j a z z   n b a
9 2   l o s s e s   f o r   t h e   t i g e r s .   1 - 4   s t a r t   f o r   t h e   l i o n s .   r e d   w i n g s   + 1 5 0 0 0   o d d s   t o   m a k e   t h e   p l a y o f f s .   p i s t o n s   o v e r / u n d e r   s e t   a t   2 9   w i n s .   - 1 6 0 0   o d d s   t o   n o t   m a k e   t h e   p l a y o f f s .   d e t r o i t   s p o r t s   i s   p a i n f u l .   b u t   i   l o v e   t h e   p a i n 🫠 🫠 🫠   o n e p r i d e   d e t r o i t r o o t s   l g r w   p i s t o n s
t h e   p i s t o n s ,   m o r e   t h a n   l i k e l y ,   a r e   g o i n g   t o   b e   a   b a d   b a s k e t b a l l   t e a m   t h i s   y e a r .   
 
 b u t   m a n …   i t   s u r e   w o u l d   b e   n i c e   i f   t h e y   s u r p r i s e d   s o m e   p e o p l e   a n d   c o m p e t e d   f o r   a   p l a y - i n   s p o t .   d e t r o i t   f a n s   n e e d   s o m e t h i n g   n i c e   f o r   o n c e .   w h y   n o t   t h e   p i s t o n s ?
    m y   $ 0 . 0 2 … s a b e n   g e t s   w a i v e d ,   s o   h e   c a n   s i g n   w i t h   a n y   t e a m ,   b u t   d e t r o i t .   b u t ,   w h a t   a b o u t   t h e   d e t r o i t   g - l e a g u e ?   s e e m s   l i k e   i t   i s   f a i r   p l a y .
t h e   d e t r o i t   p i s t o n s   a r e   r e l e a s i n g   r o o k i e   a n t h o n y   d a v i s   s o u r c e s   t e l l   m e   a n d  
k e m b a   j u s t   w a n t s   t o   b e   o u t   t h e r e   p l a y i n g   t h e   g a m e   h e   l o v e s . 
 
 k e m b a   w a s   t r a d e d   f r o m   t h e   k n i c k s   t o   d e t r o i t   a s   p a r t   o f   a   t h r e e - t e a m   t r a d e ,   w i t h   c h a r l o t t e   b e i n g   t h e   o t h e r   t e a m ,   i n   j u n e .   b u y o u t   r u m o r s   a r o s e   a f t e r   t h e   t r a d e   b u t   t o   t h i s   p o i n t ,   h e   i s   s t i l l   a   m e m b e r   o f   t h e   p i s t o n s .  
    a n d   o n e   m o r e   
 

  s i n c e   y o u   i n   m i c h i g a n ,   i t   w o u l d   m a k e   s e n s e   f o r   u   t o   b e   a   d e t r o i t   p i s t o n s   f a n
m a r v i n   i i i   n b a   h i g h l i g h t s   p i s t o n s   v s   p e l i c a n s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a r v i n i i i   m a r v i n   i i i   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
j u s t   s o   p i s t o n s   f a n s   c a n   b e   l i k e   h e   a i n ’ t   d o   t h i s   i n   d e t r o i t  
c a d e   c u n n i n g h a m   n b a   h i g h l i g h t s   p i s t o n s   v s   p e l i c a n s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a d e c u n n i n g h a m   c a d e   c u n n i n g h a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
    c o m e   b e y   d e t r o i t   p i s t o n s   n e e d s   t o   p l a y   t o g e t h e r   a n d   s t o p   t u r n i n g   t h e   b a s k e t b a l l   o v e r   l e t ' s   g o   i t ' s   t i m e   t o   m a k e   a   r u n   a t   t h e   p l a y o f f s .
  d e t r o i t   p i s t o n s   h a s   t o   p l a y   a s   a   t e a m   i s   t i m e   t o   f o c u s   o n   g e t t i n g   t o   t h e   p l a y o f f s
t h e   d e t r o i t   p i s t o n s   a n d   l i o n s   a r e   t a n k i n g   f o r   v i c t o r   w e m b a n y a m a .   😂 😂 😂
n b a   d e t r o i t   p i s t o n s '   j a d e n   i v e y   a   p r e s e a s o n   p o s i t i v e   d e s p i t e   t e a m ' s   i s s u e s   o n   o f f e n s e     s p o r t s
n e w   p o s t :   d e t r o i t   p i s t o n s ’   j a d e n   i v e y   a   p r e s e a s o n   p o s i t i v e   d e s p i t e   t e a m ’ s   i s s u e s   o n   o f f e n s e    
t h e r e ' s   b e e n   s o m e   u g l y   p l a y s ,   b u t   h a v e   y o u   l i k e d   w h a t   y o u ' v e   s e e n   f r o m   j a d e n   i v e y ?   “ a   l o t   o f   h i s   m i s t a k e s   a n d   t u r n o v e r s   a r e   v e r y   c o r r e c t a b l e ,   b u t   y o u   c a n ’ t   t e a c h   w h a t   h e   b r i n g s   t o   t h e   t a b l e . "    
d e t r o i t   p i s t o n s '   j a d e n   i v e y   a   p r e s e a s o n   p o s i t i v e   d e s p i t e   t e a m ' s   i s s u e s   o n   o f f e n s e       n b a   n e w s   b a s k e t b a l l  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
_   u p d a t e d   o d d s   f o r   v i c : 
 s a n   a n t a n k i o 
 c h a r l o t t e 
 u t a n k 
 j o k l a h o m a   c i t y 
 l a s h i n g t o n 
 i n d i a n a h 
 w h o s t o n 
 d e t r o i t   p i s t o n s
p i s t o n s   c o u l d   u t i l i z e   ' d i f f e r e n t   l i n e u p s '   t h i s   s e a s o n   b a s e d   o n   m a t c h u p s ,   s c e n a r i o s  
t h e   d e t r o i t   p i s t o n s   a r e   t r a d i n g   d a u l t o n   h o m m e s   t o   a   1 0 - d a y   c o n t r a c t .   p e r  
p i s t o n s   c o u l d   u t i l i z e   ' d i f f e r e n t   l i n e u p s '   t h i s   s e a s o n   b a s e d   o n   m a t c h u p s ,   s c e n a r i o s .   p i s t o n s   n o t e b o o k   f r o m    
n e w   t u m b l r   p o s t :   "   n b a 2 k 2 3   g o l d e n   s t a t e   w a r r i o r s   v s .   d e t r o i t   p i s t o n s   m y l e a g u e . . . "     i f t t t ,   y o u t u b e ,   t w i t c h
      f r o m   1 9 8 7 - 2 0 1 5 i s h ,   o n e   o f   o u r   4   m a j o r   t e a m s   w e r e   i n   c o n t e n t i o n   f o r   a   w o r l d   t i t l e .   s i n c e   t h e n ,   n o n e   h a v e .     t h e   l a s t   7   o r   8   y e a r s   h a v e   b e e n   b r u t a l   f o r   d e t r o i t   s p o r t s   f a n s .     t h e   w i n g s   a n d   p i s t o n s   i n   2 - 3   y e a r s   s h o u l d   c h a n g e   t h a t .
c h e c k   o u t   j e r r y   s t a c k h o u s e   1 9 9 7 - 9 8   s k y b o x   e x   2 0 0 1   1 5   d e t r o i t   p i s t o n s     e b a y   v i a  
a   f a i l u r e   o f   a   s e a s o n   f o r   t h e   t i g e r s .   a   d i s a s t e r   o f   a   s e a s o n   s o   f a r   f o r   t h e   l i o n s .   p r o s p e c t s   a r e   m i d d l i n g   f o r   t h e   p i s t o n s   a n d   r e d   w i n g s   t o   b e   p l a y o f f   c o n t e n d e r s .   o h ,   t h e   w o n d e r f u l   w o r l d   o f   b e i n g   a   d e t r o i t   s p o r t s   f a n …
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
i t ’ s   l o o k i n g   l i k e   i t   m i g h t   b e   a n o t h e r   d o w n   s e a s o n   f o r   t h e   l i o n s ;   t h e   p i s t o n s   p r o b a b l y   h a v e   a n o t h e r   s e a s o n   b e f o r e   t h e y   c o n s i s t e n t l y   c o m p e t e ;   w h o   k n o w s   w i t h   t h e   t i g e r s ;   a n d   t h e   r e d   w i n g s   w i l l   n e e d   m o r e   t i m e . 
 
 l o r d ,   w h e r e   i s   t h e   s h e l t e r   f r o m   t h e   s t o r m   f o r   d e t r o i t   s p o r t s   f a n s ? ! ? !   🥹
  w h i c h   m e a n s   i   h a v e   n e v e r   s e e n   a   d e t r o i t   t e a m   w i n   a   c h a m p i o n s h i p   s i n c e   b e i n g   a   f a n .   l o s t   i n   0 5   a n d   t h e   t i g e r s   l o s t   i n   0 6   w h e n   t h e y   w e r e   t h e   f a v o r i t e   t o   w i n .   t h e n   l e b r o n   b e a t   t h e   p i s t o n s   i n   0 7 .   t h e   l i o n s   h a v e   j u s t   n o t   b e e n   g r e a t .   b a s i c a l l y ,   p a i n .
  h e c k   t h e y   g e t   b e a t   b y   t h e   b y e   w e e k   c o m i n g   . t i m e   t o   h o p e   t h e   r e d   w i n g s   d o   g o o d   i f   n o t   i t   g o i n g   t o   b e   a   v e r y   c o l d   w i n t e r   w i t h   o u r   d e t r o i t   t e a m s   . m a y b e   j u s t   m a y b e   t h e   p i s t o n s   c a n   h e l p   t h e   w i n g s
_ c o r p     d o   e d i f y ; 
 1 .   p e l i c a n s   & a m p ;   d e t r o i t   m e d i a   r i d i c u l e d   t h e i r   b e n c h   b e a t i n g   p i s t o n s   s t a r t e r s . 
 2 .   o u r   m e d i a   l a m e n t e d   b o j ’ s   l i a b i l i t y   o n   d   & a m p ;   a b s u r d i t y   t o   s t a r t   a g a i n s t   z i o n . 
 3 .   b o j ’ s   a w f u l   d / s a l a r y / w a l k e r   b u y o u t /   p i s t o n s   p u t r i d   s h o o t i n g /   a l l   c e m e n t   g r a n t   d i s a s t e r . 

  w h a t ' s   w i t h   a l l   t h e   d e t r o i t   t e a m   i n j u r i e s   t h i s   y e a r .   t i g e r s   a n d   l i o n s   n e e d   n e w   t r a i n i n g   t e a m s .   h o p e   i t ' s   n o t   a n   e a r l y   o m e n   f o r   t h e   p i s t o n s   a n d   r e d   w i n g s .
t h a t   l o o k   l i k e   b r u h   f r o m   t h e   d e t r o i t   p i s t o n s  
  w e l l   n o w   t h a t   t h e   l i o n s   s e a s o n   i s   i n   t h e   t o i l e t .   i   g u e s s   p i s t o n s   a n d   r e d   w i n g s   a r e   t h e   n e x t   t w o   t o   d i s a p p o i n t   m e .   c a n   o n e   d e t r o i t   t e a m   j u s t   g i v e   m e   a   g l i m m e r   o f   h o p e ?
  i   u n d e r s t a n d   i t   i n   t o d a y ' s   d e t r o i t   s p o r t s   c l i m a t e   b e c a u s e   e v e r y   t e a m   s u c k s ,   b u t   i t   w a s   s a m e   w a y   d u r i n g   t h e   m i l l e n   e r a   w h e n   t h e   p i s t o n s / r e d   w i n g s   w e r e   w i n n i n g   c h a m p i o n s h i p s .   c r a z y   f a n b a s e .
  i v e   l e a r n e d   t h a t   b e i n g   u p s e t   a b o u t   d e t r o i t   s p o r t s   i s   n o t   p r o d u c t i v e ;   s e a s o n   i s   o v e r   i n   w e e k   5   j u s t   l i k e   t h e   t i g e r s   a n d   m o s t   l i k e l y   t h e   r e d   w i n g s   a n d   a n d   p i s t o n s   😞
i f   y o u ' r e   a   f a n   o f   d e t r o i t   s p o r t s   t e a m s   l i k e   m y s e l f ,   w e   a l l   n e e d   t o   s a y   a   p r a y e r   🙏   t h a t   t h e   s t e n c h   t h a t   t h e   t i g e r s   🐅   l e f t   a n d   t h e   l i o n s   🦁   a r e   l e a v i n g   d o e s n ' t   l i n g e r   i n t o   t h e   r e d   w i n g s   a n d   p i s t o n s   s e a s o n
c a d e   c u n n i n g h a m   k n o w s   w h a t   h e   h a s   t o   d o   a n d   i t ' s   o n   h i m   t o   l e a d   t h e   d e t r o i t   p i s t o n s   t o   w s  
i   f e e l   l i k e   t h i s   w o u l d   b e   a   h a r d   l o o k   o n   b e n   
   
 
   
 b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   m i c h i g a n   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   p i s t o n s  
d e t r o i t   l i o n s                   d e t r o i t   p i s t o n s 
                                                 🤝 
   f u c k i n g   u p   t h e   2 n d   o v e r a l l   p i c k
  i   d o n ’ t   m i n d   b e i n g   a   f a n   o f   a l l   t h e   o t h e r   d e t r o i t   s p o r t s   t e a m s   a n d   u   o f   m .   i t ’ s   o n l y   t h e   l i o n s   t h a t   h a v e   b e e n   c a u s i n g   e t e r n a l   s u f f e r i n g .   p i s t o n s   h a v e   p o t e n t i a l .   t h e   w i n g s   h a v e   t o n s   o f   i t .   t i g e r s   f i n a l l y   e n d e d   t h e   a v i l a   e r a .   t h e   l i o n s   h a v e   n e v e r   e v e r   b e e n   a b l e   t o   i m p r o v e .
t h e   d e t r o i t   p i s t o n s   & a m p ;   k e m b a   w a l k e r   c o n f l i c t   c o n t i n u e s   r i s e   . . . 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e f i n i t e l y   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r u m o r s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a l e n d u r e n   k e m b a w a l k e r   k i l l i a n h a y e s   s a d d i q b e y  
  d o   w e   e x p e c t   a n y t h i n g   d i f f e r e n t ?   n o .   d e t r o i t   i s   n o t   d e s t i n e d   t o   h a v e   a   w i n n i n g   f o o t b a l l   t e a m .   w i n g s   a n d   p i s t o n s   a r e   c l o s e s t   t o   b e i n g   c o n t e n d e r s .
p i s t o n s   a n d   r e d   w i n g s   r e a l l y   d e t r o i t ' s   o n l y   h o p e   😭 😭 😭
c h e c k   o u t   d e t r o i t   p i s t o n s   “ d e e e - t r o i t   b a s k e t b a l l ”   g l a s s / m u g     e b a y   v i a  
t h i s   f e l t   l i k e   j o r d a n ' s   c h i c a g o   b u l l s   d e f e a t i n g   d e t r o i t   p i s t o n s   a f t e r   m a n y   a t t e m p t s . .   😭 😭 ❤ ️ ❤ ️ ❤ ️ 
 
 a r s l i v  
f i r s t   m o v e   w a s   a   t r a d e :   i   s e n t   g o r d o n   h a y w a r d   a n d   2   s e c o n d   r o u n d   p i c k s   t o   t h e   d e t r o i t   p i s t o n s   f o r   n e r l e n s   n o e l   a n d   k e m b a   w a l k e r .  
  _ _ t a l k   a n d   t h e r e   i s   n o   p o i n t   i n   d e t r o i t   g i v i n g   h i m   a   f u l l   b u y o u t   a n d   l e t t i n g   h i m   w a l k   w h e n   h e   c o u l d   b e   a   s a l a r y   f i l l e r   i n   a   p o t e n t i a l   t r a d e .   n e v e r   k n o w .   b l a k e   s a t   f o r   o v e r   a   m o n t h   b e f o r e   t h e y   f i n a l i z e d   t h i n g s .   m a y b e   a   p g   i n j u r y   g e t s   k e m b a   i n t e r e s t   u p
w i t h   t h e   f i r s t   p i c k   i n   t h e   2 0 2 3   n b a   d r a f t   t h e   d e t r o i t   p i s t o n s   s e l e c t ,   v i c t o r   w e m b a n y a m a  
_ _ t a l k   d e t r o i t   n e v e r   d e v e l o p e d   a n y o n e .   n o b o d y   r e a l l y   g o t   b e t t e r   i n   d e t r o i t .   t h a t   w a s   o u r   p r o b l e m   f o r   a   m i n u t e
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
s o u r c e s :   d e r r i c k   j o n e s   i s   e x p e c t e d   t o   t e s t   f r e e   a g e n c y   t h i s   u p c o m i n g   o f f s e a s o n .   m a n y   e x p e c t   t h e   d e t r o i t   p i s t o n s   t o   m a k e   a   s i g n i f i c a n t   p u s h   t o   a c q u i r e   t h e   s t a r   p l a y e r .
  h e ’ s   o n   t h e   d e t r o i t   p i s t o n s
d e t r o i t   p i s t o n s   y o u t h   b l u e   f a d e a w a y   l o n g   s l e e v e   f a s h i o n   t - s h i r t ,   b l u e ,   t r i - b l e n d ,   s i z e   l    
d e t r o i t   o f f e r   h i m   a   b u y o u t   a n d   h e   w o n ’ t   a c c e p t   i t   w o w  
  t r a e   y o u n g   b o r n   i n   d a l l a s   g r e w   u p   i n   o k l a h o m a 
 
 b o o k e r   a n d   d r a y m o n d   -   d e t r o i t   p i s t o n s 
 
 e d w a r d s ,   s c o o t   h e n d e r s o n ,   j a b a r i   & a m p ;   j a y l e n   b r o w n   -   a t l a n t a   h a w k s 
 
 k d   -   w a s h i n g t o n   w i z a r d s 
 
 m a x e y   -   d a l l a s   m a v e r i c k s 
 
 m e l o   b a l l   -   c i p p e r s 
 
 m i t c h e l l   -   n e w   y o r k   k n i c k s 
 
 s c o t t i e   b a r n e s   -   m i a m i   h e a t
【 s t o c k   i n f o r m a t i o n 】 c h a m p i o n   " d e t r o i t   p i s t o n s   3 3   h i l l "   b a s k e t   t a n k   /   e m e r a l d   g r e e n   /  
  h e   d o e s n ' t   d e s e r v e   t h e   h a t e   p i s t o n s   f a n s   g i v e   h i m .   a s   m u c h   a s   h e   h a t e d   b e i n g   t r a d e d ,   h e   e m b r a c e d   i t   a n d   b a l l e d   h a r d   f o r   d e t r o i t .   r e s p e c t   t o   b l a k e
h e r e   m e   o u t — w h a t   i f   a d a m   s i l v e r   a n d   t h e   n b a   u s e   t h i s   s e a s o n   t o   m a n i p u l a t e   t h e   d r a f t   l o t t e r y   t o   d i s s u a d e   t a n k i n g .   t h e y   f i x   i t   s o   t h e   “ t a n k i n g ”   t e a m s   d o n ’ t   g e t   t h e   n u m b e r   o n e   p i c k ,   a n d   a l l o w   a   3 5 - w i n - t e a m   t o   w i n   t h e   l o t t e r y .   
 
 … d e t r o i t   p i s t o n s   a r e   l o o k i n g   l i k e   a   3 5 - w i n - t e a m …
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 )   
   
 
   
 b a s k e t b a l l   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e a t l a n t i c d i v i s i o n   n e w y o r k   n e w y o r k c i t y   n e w y o r k k n i c k s  
o t d   1 0 / 2 3 / 1 9 6 5   w i l t   c h a m b e r l a i n   s c o r e s   5 0   p o i n t s   
 
 5 3   p o i n t s 
 2 1   r e b o u n d s 
 4 5   m i n u t e s   
 2 1 / 2 5   f g   1 1 / 1 5   f t 
 1   o f   1 2 2   g a m e s   w i t h   5 0 +   p o i n t s 
 1   o f   6 6 4   c a r e e r   2 0 / 2 0   d o u b l e   d o u b l e s 
 
 d e t r o i t   p i s t o n s   1 0 3 
 p h i l a d e l p h i a   7 6 e r s   1 2 0 
 
 a t   c o n v e n t i o n   h a l l 
 
 n b a   7 6 e r s   w i l t c h a m b e r l a i n   p i s t o n s
s h o u l d   d e t r o i t   p i s t o n s   f a n s   b e   o u t r a g e d   a t   c a d e   c u n n i n g h a m ' s   u - 2 5   r a n k i n g ?   ( v i a   )   p i s t o n s   n b a   
 _ s t e p _ b a c k 

s o u r c e s :   d e m a r   d e r o z a n   h a s   r e q u e s t e d   a   t r a d e .   t h e   d e t r o i t   p i s t o n s   & a m p ;   t h e   u t a h   j a z z   a p p e a r   t o   b e   f r o n t - r u n n e r s   t o   l a n d   t h i s   f a n t a s t i c   p l a y e r .
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 9 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
        t r u t h   d a l l a s   m a v e r i c k s   n e e d   t r a d e   f o r   k e m b a   w a l k e r   n o w   d o n e   m a n i f e s t e d   c o c r e a t e d   o r   a f t e r   o c t o b e r   1 7 t h   w h e n   d e t r o i t   p i s t o n s   b u y   h i m   o u t   a s   a   3 r d   p l a y m a k e r   .
      t r u t h   d a l l a s   m a v e r i c k s   n e e d   t r a d e   f o r   k e m b a   w a l k e r   n o w   d o n e   m a n i f e s t e d   c o c r e a t e d   o r   a f t e r   o c t o b e r   1 7 t h   w h e n   d e t r o i t   p i s t o n s   b u y   h i m   o u t   a s   a   3 r d   p l a y m a k e r   .
    t r u t h   d a l l a s   m a v e r i c k s   n e e d   t r a d e   f o r   k e m b a   w a l k e r   n o w   d o n e   m a n i f e s t e d   c o c r e a t e d   o r   a f t e r   o c t o b e r   1 7 t h   w h e n   d e t r o i t   p i s t o n s   b u y   h i m   o u t   a s   a   3 r d   p l a y m a k e r   .
d e t r o i t   p i s t o n s :   w i n n i n g   a r o u n d   3 2 - 3 5   g a m e s   w o u l d   b e   a n   e n c o u r a g i n g   i m p r o v e m e n t   f o r   t h i s   s q u a d .   i f   i v e y   i s   i m m e d i a t e l y   g o o d ,   c a d e   t a k e s   t h e   n e x t   s t e p ,   a n d   d u r e n   s o l v e s   t h e i r   c e n t e r   p r o b l e m   t h e n   s u r e   t h e y   c a n   m a k e   t h e   p l a y o f f s   b u t   i t ' s   p r e t t y   u n l i k e l y   a l l   3   h a p p e n   a t   o n c e .
d e t r o i t   p i s t o n s :   h o w   v i c t o r   w e m b a n y a m a   w i l l   a f f e c t   t h e   t r a d e   m a r k e t 
 
 
 
 n b a   d e t r o i t   d e t r o i t b a s k e t b a l l   p i s t o n s   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i   j a z z
d e t r o i t   p i s t o n s   |   b e s t   h a m i d o u   d i a l l o   d u n k s   s o   f a r   i n   2 0 2 1 - 2 2   s e a s o n     v i a     a   n b a   a l l   s t a r   m o r e   t h a n   o n c e   ⚡ ️  
d e t r o i t   p i s t o n s   |   b e s t   3 & a m p ; 3 9 ; s   f r o m   s a d d i q   b e y   s o   f a r   i n   2 0 2 1 - 2 2   s e a s o n 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   n b a p i s t o n s   p i s t o n s b a s k e t b a l l  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
g o   c h e c k o u t   t h e   n e w   t i k t o k   t o   s e e   w h i c h   o n e   o f   u s   i s   s u p e r   h i g h   o n   t h e   d e t r o i t   p i s t o n s   t h i s   y e a r   a n d   w h y  
a l s o ,   f o r   r e f e r e n c e :   h e   g o t   t o   c o a c h   c a r m e l o   a n t h o n y   i n   t h e   2 0 0 4   o l y m p i c s   a n d   d i d   n o t   p l a y   h i m .   f o r   t h o s e   w o n d e r i n g   h o w   t h e i r   r e l a t i o n s h i p   w o u l d ’ v e   g o n e   o n   t h e   d e t r o i t   p i s t o n s .   i   r e a l l y   w a n t   t h a t   a r g u m e n t   k i l l e d   a n d   b u r i e d   l m f a o .
m i l e s   b r i d g e s   t o   t h e   d e t r o i t   p i s t o n s ?   |   . . . 
   
 
   
 9 7 1 t h e t i c k e t   a d h a m b e y d o u n   a i d a n h u t c h i n s o n   b r a y l o n e d w a r d s   c e n t r a l d i v i s i o n   d a n c a m p b e l l   d a r r e n m c c a r t y   d e t r o i t l i o n s   d e t r o i t l i o n s d r a f t   d e t r o i t l i o n s m o c k d r a f t   d e t r o i t l i o n s n e w s   d e t r o i t l i o n s p o d c a s t  
l m f a o   i   r e m e m b e r   w h e n   i   w o n   h i s   d e t r o i t   p i s t o n s   j e r s e y   i n   d e t r o i t 😂 😂 😂 😂 😂  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
t h e   d e t r o i t   p i s t o n s   h a v e   h i r e d   r i c k   c a r l i s l e   t o   b e   t h e i r   n e x t   h e a d   c o a c h .
n e w   p o s t :   d e t r o i t   p i s t o n s   l e g e n d   i s i a h   t h o m a s   t a l k s   s o c i a l   m e d i a ,   g o a t s   a n d   g u l f   n b a   g a m e s    
  2 0 1 0 ’ s   v e r s i o n   o f   t h e   2 0 0 4   d e t r o i t   p i s t o n s
b i l l   d a v i d s o n   d e t r o i t   p i s t o n s   f a n . 
 
 j o r d a n   w a s   t h e   g o a t . 
 
 e n d .   o f .   s t o r y . 
 
 a l s o   w a t c h e d   b i l l   d a v i d s o n   d e t r o i t   p i s t o n s   b e a t   l e b r o n . 
 
 j o r d a n   w a s   t h e   g o a t . 
 
 e n d .   o f .   s t o r y .  
d e t r o i t   p i s t o n s   l e g e n d   i s i a h   t h o m a s   t a l k s   s o c i a l   m e d i a ,   g o a t s   a n d   g u l f   n b a   g a m e s  
t h e   1 9 9 2   k n i c k s   w e r e   b e t t e r   d e f e n s i v e l y   t h a n   a n y   t e a m   l e b r o n   h a s   e v e r   f a c e d ,   a n d   t h e   p a t   r i l e y   k n i c k s   f r o m   1 9 9 1 - 1 9 9 5   w e r e   t h e   s e c o n d   b e s t   d e f e n s i v e   t e a m   o f   a l l   t i m e   a f t e r   t h e   b a d   b o y   d e t r o i t   p i s t o n s .    
d e t r o i t   p i s t o n s   t e a m   l e a d   p e t   l e a s h ,   b l u e ,   n y l o n    
t h e   d e t r o i t   p i s t o n s   a r e   w a i v i n g   g i o r g i   b e z h a n i s h v i l i   s o u r c e s   t e l l   m e   a n d  
  n o   b u t   d o n ’ t   u n d e r s t a n d   t h e   h a t e   d e t r o i t   f a n s   h a v e   f o r   h i m .   h e   w a s   t h e   l a s t   p e r s o n   t o   l e a d   a   d e t r o i t   s p o r t s   t e a m   t o   t h e   p l a y o f f s   a n d   p u t   u p   t h e   b e s t   s i n g l e   s e a s o n   a   p i s t o n s   p l a y e r   h a s   h a d   i n   1 5   y e a r s .   a n d   p l a y e d   t h r o u g h   a n   i n j u r y   t h a t   r u i n e d   t h e   r e s t   o f   h i s   c a r e e r .
          p i s t o n s   w a n n a   p l a y   t h e i r   y o u n g   g u a r d s .   i t ’ s   a   d i f f e r e n c e   i n   v i s i o n   b e t w e e n   k e m b a   a n d   t h e   c o a c h i n g   s t a f f .   h e   p r o b a b l y   j u s t   w o u l d n ’ t   g e t   p t   i n   d e t r o i t   c u z   i t   w o u l d   l e a d   t o   w i n s   a n d   t h e y ’ r e   s t i l l   l i k e l y   a   l o t t e r y   t e a m
    i   d o u b t   t h a t   l o l   c o m e   t o   d e t r o i t   p i s t o n s
t h e   p i s t o n s   t e a m e d   u p   w i t h   t h e   c i t y ' s   v o t e r   e n g a g e m e n t   i n i t i a t i v e   t o   i n f o r m   r e s i d e n t s   o f   t h e   u p c o m i n g   n o v .   8   e l e c t i o n .  
d y s o n   d a n i e l s   h i g h l i g h t s   v s   d e t r o i t   p i s t o n s   |   o c t   7   |   2 0 2 3   n b a   r o o k i e s 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
  d e t r o i t   p i s t o n s   l o t 
 b o t s   s a d d i q   n t   / 9 9 
 1 4   c a r d s 
 2 5 $   s h i p p e d  
r e p o r t :   t h e     a r e   p r e p a r i n g   t o   o f f e r   m i l e s   b r i d g e s   a   5 - y e a r   $ 1 7 3   m i l l i o n   e x t e n s i o n . 
 
 -   t h e     w i l l   h a v e   t h e   o p p o r t u n i t y   t o   m a t c h   t h e   d e t r o i t   p i s t o n s   o f f e r   i f   t h e y   d e c i d e   t o   k e e p   b r i d g e s   o n   t h e i r   r o s t e r . 
 
 ( v i a   l e g i o n   h o o p s )
t h e   p e l i c a n s   s a y   j a x s o n   h a y e s   s u s t a i n e d   a   t o r n   u l n a r   c o l l a t e r a l   l i g a m e n t   ( u c l )   i n   h i s   l e f t   e l b o w   ( n o n - d o m i n a n t )   d u r i n g   l a s t   n i g h t ’ s   p r e s e a s o n   g a m e   a g a i n s t   t h e   d e t r o i t   p i s t o n s .   
 
 t e a m   s a y s   h a y e s   w i l l   u n d e r g o   r e h a b i l i t a t i o n   f o r   t h e   i n j u r y   a n d   w i l l   b e   r e - e v a l u a t e d   i n   t w o   w e e k s .
f o r   c o n c e p t   o f   h o w   s t r o n g   t h i s   m a n   z i o n   i s ,   i s a i a h   o n c e   r a n   t h r e w   t h e   e n t i r e   d e t r o i t   p i s t o n s   t e a m   a n d   s t a f f   t o   f i g h t   l e b r o n .   
 
 t h e   e n t i r e   o r g a n i z a t i o n   o f   t h e   p i s t o n s .  
_ _ t a l k   h e   n e e d s   t o   p r o v e   h i s   k n e e   i s   o k .   b u t   i f   d e t r o i t   i s n ' t   g o o d   e n o u g h   f o r   h i m   🤷 ‍ ♂ ️
h e   c o u l d   c o m e   o f f   t h e   b e n c h   i n   d e t r o i t   i f   h e   w a n t e d   t o .  
t h e   d e t r o i t   p i s t o n s   a r e   p r e p a r i n g   t o   o f f e r   m i l e s   b r i d g e s   a   5 - y e a r   $ 1 7 3   m i l l i o n   e x t e n s i o n . 
 
 -   t h e   c h a r l o t t e   h o r n e t s   w i l l   h a v e   t h e   o p p o r t u n i t y   t o   m a t c h   t h e   d e t r o i t   p i s t o n s   o f f e r   i f   t h e y   d e c i d e   t o   k e e p   b r i d g e s   o n   t h e i r   r o s t e r .  
c o a c h   b a y n o   o n   t h e   p i s t o n s   n o w   h u h   🤔 .   i ’ m   g o i n g   t o   d e t r o i t   t h e n   t h i s   s e a s o n   l o l   f u c k   i t
k e m b a   w a l k e r ,   w h o ’ s   c u r r e n t   o n   t h e   d e t r o i t   p i s t o n s ,   b u t   w i l l   b e   t r a d e d   o r   w a i v e d   b y   t h e   s t a r t   o f   t h e   s e a s o n ,   s a y s   n o   t e a m s   a r e   i n t e r e s t e d :   
 
 “ [ n o b o d y ’ s ]   r e a c h e d   o u t   t o   m e …   i   j u s t   w a n t   t o   b e   a b l e   t o   p l a y   b a s k e t b a l l   a g a i n ;   i   d o n ’ t   c a r e   i f   i t ’ s   t h e   b e n c h   o r   n o t . ” 
 
  
t h e   d e t r o i t   p i s t o n s   a r e   r i g g e d   t o   g e t   w e m b a n y a m a   a n d   h e r e s   w h y : 
 
 - d e t r o i t   i s   a   f r e n c h   n a m e 
 - d e t r o i t   h a s   a   h i s t o r y   o f   d r a f t i n g   f r e n c h   p l a y e r s   ( k i l l i a n / s e k o u ) 
 - d e t r o i t   w i l l   p l a y   i n   p a r i s   t h i s   s e a s o n 
 
 j e r s e y   s a l e s   w i l l   s k y r o c k e t   i n   f r a n c e   i f   w e m b a n y a m a   i s   a   p i s t o n
d e t r o i t   p i s t o n s   l e g e n d   i s i a h   t h o m a s   t a l k s   s o c i a l   m e d i a ,   g o a t s   a n d   g u l f   n b a   g a m e s  
_ l a n e   d e t r o i t   p i s t o n s   h o m e t o w n   t e a m
s a d d i q   b e y   n b a   h i g h l i g h t s   p i s t o n s   v s   p e l i c a n s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 s a d d i q b e y   s a d d i q   b e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
k i l l i a n   h a y e s   n b a   h i g h l i g h t s   p i s t o n s   v s   p e l i c a n s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k i l l i a n h a y e s   k i l l i a n   h a y e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
s p e a k i n g   o f   t h e   d e t r o i t   p i s t o n s ,   n b a   s e a s o n   i s   a r o u n d   t h e   c o r n e r .  
j a d e n   i v e y   n b a   h i g h l i g h t s   p i s t o n s   v s   p e l i c a n s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a d e n i v e y   j a d e n   i v e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
t h e   d e t r o i t   p i s t o n s   a r e   r e l o c a t i n g   t o   l a s   v e g a s ,   n e v a d a   a f t e r   t h e   e n d   o f   t h i s   s e a s o n .
d e t r o i t   p i s t o n s '   d o n   r e i d   h a s   4 2   p o i n t s   i n   h a r d   e a r n e d   v i c t o r y   v s   r o c k e t s .   n b a   n b a 9 7 9 8
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 . . .     v i a  
  t h e   d e t r o i t   p i s t o n s   h a v e   a   t r i c k   u p   t h e i r   s l e e v e    
d e t r o i t   p i s t o n s   d r o p   p r e s e a s o n   g a m e   t o   n e w   o r l e a n s   p e l i c a n s ,   1 0 7 - 1 0 1 :   g a m e   t h r e a d   r e p l a y     v i a     f a n t a s y b a s k e t b a l l   p i s t o n s   p e l i c a n s
t h e   b e s t   f u t u r e   l i n e u p   f o r   t h e   d e t r o i t   p i s t o n s   i s : 
 
 p g   -   c u n n i n g h a m 
 s g   -   i v e y 
 s f   -   b e y 
 p f   -   s t e w a r t 
 c   -   d u r e n 
 
 h a y e s ,   l i v e r s ,   & a m p ;   b a g l e y   a r e   a   s t r o n g   b e n c h   u n i t   t o   b u i l d   a r o u n d   t o o .   
 
 i   a s s u m e   e i t h e r   b r o g s   o r   b u r k s   w i l l   b e   t r a d e d   b y   d e a d l i n e .   m a y b e   b o t h .
              c i t y   o f   d e t r o i t ?   y o u   c l a i m i n g   r e d   w i n g s   a n d   p i s t o n s   t i t l e s   f o r   t h e   l i o n s ?   a n d   i ’ m   t h e   c l o w n ?  
m y   r e a d   o n   t h e   d e t r o i t   p i s t o n s '   d e p t h   c h a r t   f o r   f a n t a s y :   
 
 p g   c a d e   c u n n i n g h a m 
 s g   j a d e n   i v e y 
 s f   b o j a n   b o g d a n o v i c 
 p f   s a d d i q   b e y 
 c   i s a i a h   s t e w a r t 
 6   k i l l i a n   h a y e s 
 7   m a r v i n   b a g l e y 
 8   c o r y   j o s e p h 
 9   i s a i a h   l i v e r s 
 1 0   b r a x t o n   k e y 
 
 p i s t o n s   d e t r o i t b a s k e t b a l l   n b a   n b a 2 k 2 3  
j a k e   c h a p m a n   g o t   h i s   s t a r t   w i t h   t h e   n b a ’ s   o r l a n d o   m a g i c   a s   a   r a d i o   i n t e r n   i n   2 0 0 6 ,   a n d   l a t e r   b e c a m e   t h e   g a m e   p r o d u c e r   f r o m   2 0 0 9   t o   2 0 1 4 .   f o l l o w i n g   r a d i o   p o s i t i o n s   w i t h   t h e   d e t r o i t   p i s t o n s   a n d   c l e v e l a n d   c a v a l i e r s ,   c h a p m a n   r e t u r n e d   t o   o r l a n d o   i n   2 0 1 9 
 

p e l i c a n s   b e a t   d e t r o i t   p i s t o n s   i n   z i o n ' s   r e t u r n   t o   t h e   s k c   w h o d a t n a t i o n   s a i n t s   g e a u x s a i n t s   w h o d a t   s a i n t s f o o t b a l l  
d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   n b a h i g h l i g h t s   n b a p l a y o f f s   p e l i c a n s v s p i s t o n s   p i s t o n s v s p e l i c a n s  
h a r d w o o d   s p e a k s   c o n t e n d i n g   t i e r s   2 0 2 2   
 t i e r   5 :   a   y e a r   a w a y / p l a y - i n   t h r e a t s 
 o r l a n d o   m a g i c   
 c h a r l o t t e   h o r n e t s   
 w a s h i n g t o n   w i z a r d s   
 s a c r a m e n t o   k i n g s   
 d e t r o i t   p i s t o n s  
c a d e   c u n n i n g h a m   a n d   j a d e n   i v e y   w i l l   g i v e   t h e   d e t r o i t   p i s t o n s   a   n e e d e d   s p a r k   t h i s   s e a s o n   ( ✍ ️   ) 
 
 d e t r o i t b a s k e t b a l l  
c u n n i n g h a m   a n d   i v e y   w i l l   g i v e   t h e   d e t r o i t   p i s t o n s   a   m u c h - n e e d e d   s p a r k  
d e t r o i t   p i s t o n s - n e w   o r l e a n s   p e l i c a n s :   q u i c k   t h o u g h t s   ( v i a   )   p i s t o n s   
 n b a   

c l e v e l a n d   w o u l d   g o   o n   t o   d e f e a t   t h e   w i z a r d s   b e f o r e   b e i n g   o u s t e d   b y   t h e   d e t r o i t   p i s t o n s   i n   t h e   s e c o n d   r o u n d .
k e y   t a k e a w a y s   f r o m   l a s t   n i g h t ’ s   p e l i c a n s   p r e s e a s o n   v i c t o r y   o v e r   t h e   d e t r o i t   p i s t o n s .  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 8 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
t h e   p r e s e a s o n   p l a y   c o n t i n u e s   f o r   d e t r o i t   a g a i n s t   t h e   p e l i c a n s ! 
 d e t r o i t   p i s t o n s   n b a p r e s e a s o n   

      a g a i n .   t h e   o n l y   g o o d   t e a m   h e   f a c e d   t h a t   y e a r   w a s   d e t r o i t .   a n d   t h e y   w e r e   a t   t h e   e n d   o f   t h e i r   r u n …   t h a t   w a s n ’ t   t h e   2 0 0 4   p i s t o n s   h e   p l a y e d     
 
 y o u   c a n ’ t   p r a i s e   t h e   d e t r o i t   s e r i e s   t h e n   m a k e   a n   e x c u s e   f o r   l o o k i n g   l i k e   s h i t   a g a i n s t   t h e   s p u r s   -
d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   . . . 
   
 
   
 b u l l s v s p e l i c a n s   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w o r l e a n s p e l i c a n s f u l l g a m e h i g h l i g h t s   d e t r o i t p i s t o n s v s n e w o r l e a n s p e l i c a n s h i g h l i g h t s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s  
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~  
d a r k o   m i l i c i c   o n   t h e   d e t r o i t   p i s t o n s . 
 
 y e s ,   t h i s   i s   t r u e   a n d   i   s a v o r e d   e v e r y   1 . 2   m i n u t e s   t h a t   h e   g o t   t o   p l a y   p e r   g a m e .  
d e t r o i t   p i s t o n s   v s .   a t l a n t a   h a w k s   g a m e   4   n b a   2 k 2 2   m y   c a r e e r     v i a  
      j u s t   f o r   s h i t s   a n d   g i g g l e s .   i m a g i n e   i f   t h i s   w a s   t r u e   a n d   v i c t o r   w a s   d r a f t e d   i n   0 3 .   p i s t o n s   n o t   p a s s i n g   u p   b r o n   f o r   d a r c o .   d e t r o i t   w o u l d   h a v e   b e e n   a   d y n a s t y
🏀   d e t r o i t   p i s t o n s   ( )   d e t r o i t u p 
 🆚   l   @   n e w   o r l e a n s   p e l i c a n s   w b d   d e t v s n o p   
 ✈ ️   n 6 5 0 d l   |   d a l 8 9 2 5   |   b 7 5 2 
 🛫   m s y   -   1 1 : 2 1   p m   c t 
 🛬   d t w   -   2 : 1 1   a m   e t 
 📡   t r a c k i n g :    
d e t r o i t   p i s t o n s :   h o w   v i c t o r   w e m b a n y a m a   w i l l   a f f e c t   t h e   t r a d e   m a r k e t   –   n b a   n e w s  
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~  
i t ' s   t h e   5   y e a r   a n n i v e r s a r y   o f     w w e   h i a c   h e l l i n a c e l l   a t   _ d e t r o i t   d e t r o i t   
 
 i w a s t h e r e   
 
 w e r e   y o u   p i s t o n s     p r o   w r e s t l i n g   f a n s ? 
 
 n e w   d a y   v s .   u s o s   m a t c h   o f   t h e   n i g h t !  
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~  
w e   w i l l   t a l k   a b o u t   o u r   d e t r o i t   p i s t o n s   a s   w e l l ,   b u t   t h i s   i s   o u r   s e a s o n   b a b y .    
s h o p   p i s t o n s   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   d e t r o i t   d e t r o i t p i s t o n s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
( d e t r o i t )   b a c k   ( h o l d i n g )   c o u r t 
 
 p i s t o n s  
g a b r i e l e   p r o c i d a   s t a r t   h i s   e u r o l e a g u e   c a m p a i g n   w i t h   t h e   b e s t   w a y .   1 2   p o i n t s ,   3   r e b o u n d s   i n   1 2   m i n u t e s ,   h e l p i n g   a l b a   b e r l i n   g e t   o f f   a   w i n n i n g   s t a r t   i n   d o m i n a n t   f a s h i o n . 
 
 t h e   d e t r o i t   p i s t o n s   h a v e   h i s   n b a   r i g h t s .   p i s t o n s   

[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
t h e   d e t r o i t   p i s t o n s   h a v e   h i r e d   b i l l y   d o n o v a n   t o   b e   t h e i r   n e x t   h e a d   c o a c h .
y o u t u b e   g o l d :   m a r v i n   b a g l e y   & a m p ;   z i o n   w i l l i a m s o n   w i t h   a   p a i r   o f   g r e a t   p l a y s   f r i d a y   n i g h t .    
  a h   a h   
 
 p e o p l e   w i n   f o r   t h i s   t i c k e t ? 
 
 a n d   o n e   g a m e   c u t   m y   t i c k e t   a l s o   f r o m   t h i s   g a m e . 
 
 i s   l i k e   u n a   d e y   p l a y   d i f f e r e n t   g a m e . 
 
 n e w   o r l e a n s   p e l i c a n s   v   d e t r o i t   p i s t o n s   c u t   m y   g a m e   b u t   o t h e r s   w i n   f r o m   t h e   s a m e   g a m e .  
🏀 n b a 🏀   n b a   
 🏀 p r é - s a i s o n 🏀 
 
 h o u s t o n   r o c k e t s   1 1 6 - 1 0 0   t o r o n t o   r a p t o r s 
 c h i c a g o   b u l l s   1 3 1 - 1 1 3   d e n v e r   n u g g e t s 
 n e w   o r l e a n s   p e l i c a n s   1 0 7 - 1 0 1   d e t r o i t   p i s t o n s 
 m e m p h i s   g r i z z l i e s   1 0 8 - 1 1 1   m i a m i   h e a t 
 d a l l a s   m a v e r i c k s   1 0 5 - 1 1 0   o r l a n d o
r e g a r d l e s s ,   t h e y   j u s t   b r o u g h t   o n   b l a k e   g r i f f i n ,   f o r m e r   d e t r o i t   p i s t o n s   p l a y e r .    
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
d e t r o i t   p i s t o n s   v s   p e l i c a n s   1 r s t   h a l f   r e c a p 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   k i l l i a n h a y e s   n b a   n e w o r l e a n s p e l i c a n s   s a d d i q b r y  
🏀 n b a 🏀   n b a   
 🏀 p r é - s a i s o n 🏀 
 
 h o u s t o n   r o c k e t s -   t o r o n t o   r a p t o r s 
 c h i c a g o   b u l l s   -   d e n v e r   n u g g e t s 
 n e w   o r l e a n s   p e l i c a n s -   d e t r o i t   p i s t o n s 
 m e m p h i s   g r i z z l i e s   -   m i a m i   h e a t 
 d a l l a s   m a v e r i c k s -   o r l a n d o   m a g i c 
 m i l w a u k e e   b u c k s -   a t l a n t a   h a w k s
t h e   n e x t   d e t r o i t   p i s t o n s   p l a y o f f   a p p e a r a n c e   w i l l   b e   i n   4   y e a r s !
d e n n i s   r o d m a n   d e t r o i t   p i s t o n s   a u t o g r a p h e d   1 9 9 2 - 9 3   n b a   h o o p s   t r a d i n g   c a r d     e b a y
n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s   p o s t g a m e   q u o t e s   f o r   p r e s e a s o n   g a m e   2   |   1 0 / 7 / 2 2  
1 0 x   n b a   a l l - s t a r !   n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2    
p i s t o n s   s t a l l   o u t ,   p e l i c a n s   w i n   p r e s e a s o n   h o m e   o p e n e r   1 0 7 - 1 0 1 
     _ n o l a     
 

p i s t o n s   s t a l l   o u t ,   p e l i c a n s   w i n   p r e s e a s o n   h o m e   o p e n e r   1 0 7 - 1 0 1 
     _ n o l a     
 

  m a y o r   i   p l a y   y o u r   g a m e   a n d   i   d i d   s e e   t h i s   p a r t i c u l a r   g a m e   t h e y   s a i d   i   l o s t   n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s  
t h e   d e t r o i t   p i s t o n s   w i l l   d r a f t   v i c t o r
f r o m   t h e   p e l i c a n s ’   1 0 7 - 1 0 1   v i c t o r y   o v e r   t h e   p i s t o n s ,   s o m e   f a n s   m i g h t   s a y   t h a t   j o s e   a l v a r a d o ’ s   n i n e   m a d e   f i e l d   g o a l s   i n   t h e   l a n e   a r e   r e m i n i s c e n t   o f   t o n y   p a r k e r .   
 
 w e l l ,   t h a t ’ s   p r e c i s e l y   w h o   p l a y e d   a   p a r t   i n   m a k i n g   a l v a r a d o ’ s   2 8 - p o i n t   p e r f o r m a n c e   a   r e a l i t y .    
j o s e   a l v a r a d o   p u t s   t e a c h i n g s   o f   t o n y   p a r k e r   o n   d i s p l a y   i n   p e l i c a n s ’   1 0 7 - 1 0 1   p r e s e a s o n   v i c t o r y   o v e r   p i s t o n s    
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
g r e a t   e u r o l e a g u e   d e b u t   f o r   d e t r o i t   p i s t o n s   d r a f t - a n d - s t a s h   p r o s p e c t   g a b r i e l e   p r o c i d a :   1 2 p t   ( 5 / 7   f g )   3 r b   1 a s   i n   1 3   m i n .   i n   a l b a   b e r l i n   v s .   p a r t i z a n   w i n   
 e u r o l e a g u e   m i t l e i b u n d s e e l e   p i s t o n s   s c o u t i n g  
d e t r o i t   p i s t o n s   d r o p   p r e s e a s o n   g a m e   t o   n e w   o r l e a n s   p e l i c a n s ,   1 0 7 - 1 0 1 :   g a m e   t h r e a d   r e p l a y  
d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   n e w o r l e a n s   p e l i c a n s   n b a   v i d e o :  
d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   d e t r o i t   p i s t o n s   n b a   v i d e o :  
s a d d i q   b e y   h i g h l i g h t s   -   p e l i c a n s   v s .   p i s t o n s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   s a d d i q   b e y   n o p   d e t   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w o r l e a n s   p e l i c a n s   d e t r o i t   p i s t o n s
r i g h t ?   i   h a v e   n o   i d e a   w h o   t h e s e   p i s t o n s   f a n s   a r e .   y ’ a l l   m a k i n g   i t   t o x i c .   s t o p   t h a t   i s h .   i t ’ s   d e t r o i t   v s   e v e r y b o d y .   i f   y o u   n o t   w i t h   u s ,   y o u   t h e   e v e r y b o d y .   f l i g h t   3 1 3   i s   n o w   b o a r d i n g .   g e t   o f f   t h e   p l a n e   i f   y o u   c a n ’ t   s t a n d   a   l i t t l e   t u r b u l e n c e .   p i s t o n s  
t u r n o v e r s ,   p o o r   s h o o t i n g   h u r t   d e t r o i t   p i s t o n s   i n   p r e s e a s o n   l o s s   t o   n e w   o r l e a n s   p e l i c a n s    
p i s t o n s   r a l l y   b u t   c a n ' t   c o m p l e t e   c o m e b a c k   i n   a g a i n s t   p e l i c a n s  
p i s t o n s   r a l l y   b u t   c a n ' t   c o m p l e t e   c o m e b a c k   i n   a g a i n s t   p e l i c a n s  
t w o   e x h i b i t i o n s   o n   t h e   r o a d   i n   t h e   b o o k s . . .   t w o   l o s s e s .     p i s t o n s   s h o t   a   p u t r i d   3 6 %   f r o m   t h e   f i e l d   i n   n e w   o r l e a n s   t o n i g h t .   j a d e n   i v e y   w a s   j u s t   2   o f   1 2 .   s a d d i q   b e y   l e d   t h e   p i s t o n s   w i t h   2 3 .   z i o n   w i l l i a m s o n   h a d   1 3   f o r   t h e   p e l i c a n s   ( 2 - 0 )   a n d   d e t r o i t   h o m e   t u e s d a y   f o r   o k c   t h e n   m e m p h i s  
t u r n o v e r s ,   p o o r   s h o o t i n g   h u r t   d e t r o i t   p i s t o n s   i n   p r e s e a s o n   l o s s   t o   n e w   o r l e a n s   p e l i c a n s  
d e t r o i t   p i s t o n s   w i l l   b e   r e t i r i n g   d a v i d   r o b i n s o n ' s   n u m b e r   i n   2 0 2 3   o u t   o f   r e s p e c t   f o r   t h e   p l a y e r .
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
n e w   p o s t :   j o s e   a l v a r a d o   w i t h   a   d e e p   3   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   z i o n   w i l l i a m s o n   w i t h   a n   a n d   o n e   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   w i l l y   h e r n a n g o m e z   w i t h   a   d u n k   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   j a x s o n   h a y e s   w i t h   a   d u n k   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   j o n a s   v a l a n c i u n a s   w i t h   a n   a s s i s t   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   d e v o n t e ’   g r a h a m   w i t h   a   3 - p o i n t e r   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   t u r n o v e r s ,   p o o r   s h o o t i n g   h u r t   d e t r o i t   p i s t o n s   i n   p r e s e a s o n   l o s s   t o   n e w   o r l e a n s   p e l i c a n s    
t u r n o v e r s ,   p o o r   s h o o t i n g   h u r t   d e t r o i t   p i s t o n s   i n   p r e s e a s o n   l o s s   t o   n e w   o r l e a n s   p e l i c a n s   y a h o o s p o r t s   n b a  
n b a   t u r n o v e r s ,   p o o r   s h o o t i n g   h u r t   d e t r o i t   p i s t o n s   i n   p r e s e a s o n   l o s s   t o   n e w   o r l e a n s   p e l i c a n s     s p o r t s
t h e   p i s t o n s   s h o r t c o m i n g s   w e r e   p l a i n   t o   s e e   i n   f r i d a y ' s   p r e s e a s o n   l o s s   t o   t h e   p e l i c a n s .   
 

[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
j o s e   a l v a r a d o   w i t h   a   d e e p   3   v s   t h e   d e t r o i t   p i s t o n s       n b a   n e w s   b a s k e t b a l l  
  b o o m 💥 💥 
 n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s   
 
   u n d e r   2 2 2 . 5 
 t h o u g h   i   s t a k e d   l o w   😢  
t h e   d e t r o i t   p i s t o n s   a r e   s i g n i n g   r o o k i e   d w i g h t   h o w a r d   t o   a   o n e - y e a r   c o n t r a c t .   p e r  
    t r y n a   g e t   b a c k   i n t o   p i s t o n s   t w i t t e r   l i k e  
z i o n   i s   j u s t   t o o   s t r o n g   💪 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   z i o n   w i l l i a m s o n   n o p   n e w o r l e a n s   p e l i c a n s   d e t   d e t r o i t   p i s t o n s
f i n a l :   p e l i c a n s   1 0 7 ,   p i s t o n s   1 0 1 . 
 
 d e t r o i t   d r o p p e d   i t s   s e c o n d   s t r a i g h t   g a m e   o f   t h e   p r e s e a s o n .   t u r n o v e r s   w e r e   a n   i s s u e   a s   t h e   t e a m   c o m m i t t e d   2 2 ,   a g a i n ,   l e a d i n g   t o   2 4   p o i n t s   o f f   t o s   f o r   t h e   p e l i c a n s .
f i n a l :   p e l i c a n s   1 0 7 ,   p i s t o n s   1 0 1 .   d e t r o i t   i s   0 - 2   i n   p r e s e a s o n 
 b e y :   2 7   p o i n t s   ( 6 - 1 7   o v e r a l l ,   5 - 1 0   f r o m   3 ) ,   7   r e b o u n d s 
 s t e w a r t :   1 4   p o i n t s   ( 5 - 9   o v e r a l l ,   2 - 5   f r o m   3 ) ,   7   r e b o u n d s 
 i v e y :   1 4   p o i n t s   ( 2 - 1 2   o v e r a l l ,   9 - 9   a t   t h e   l i n e ) ,   6   a s s i s t s ,   7   t u r n o v e r s 
 c u n n i n g h a m :   1 0   p o i n t s ,   8   r e b o u n d s
t h e   n e w   o r l e a n s   p e l i c a n s   d e f e a t   t h e   d e t r o i t   p i s t o n s   1 0 7 - 1 0 1 .   
 
 s a d d i q   b e y :   2 3   p o i n t s ,   7   r e b o u n d s 
 j a d e n   i v e y :   1 4   p o i n t s ,   4   a s s i s t s 
 c a d e   c u n n i n g h a m :   1 0   p o i n t s ,   8   a s s i s t s   
 
 t h e   p i s t o n s   f a l l   t o   0 - 2   i n   t h e   p r e s e a s o n .
p e l i c a n s   b e a t   t h e   p i s t o n s   1 0 7 - 1 0 1 .   j o s e   a l v a r a d o   w a s   y o u r   s t a r : 
 
 2 8   p o i n t s 
 5   r e b o u n d s 
 2   t h r e e s 
 1 2 - 1 8   f g s 
 
 n e w   o r l e a n s   r o l l e d   l a r g e l y   w i t h   e n d   o f   t h e   b e n c h   o p t i o n s   w h i l e   d e t r o i t   h a d   m o s t   o f   t h e i r   s t a r t e r s   p l a y   b i g   m i n u t e s   i n   t h e   4 t h .   p e l s   h e l d   o n .
f i n a l 
 d e t r o i t   w i l l i e ’ s   t e a m :   1 0 7 
 d e t r o i t   p i s t o n s :   1 0 1 
 
 p e l i c a n s   i m p r o v e   t o   2 - 0   t h i s   p r e s e a s o n
i   k n o w   t h e r e ’ s   a   l o t   o f   t a l k   a b o u t   t h e   s w i t c h i n g ,   b u t   t h e   p i s t o n s   h a v e   f o r c e d   t h e   p e l s   t o   t a k e   t w o s   ( t h e y ’ r e   m a k i n g   t h e m )   a n d ,   i n   t u r n ,   d e t r o i t   h a s   o u t   s c o r e d   n o l a   b y   1 8   p o i n t s   f r o m   3 .   h e n c e   w h y   t h i s   i s   a   3 - p o i n t   g a m e . 
 
 y o u   h a v e   t o   m a k e   3 s   f o r   i t   t o   r e a l l y   w o r k ,   b u t   m a t h .
d e t r o i t   p i s t o n s   g u a r d s   j a d e n   i v e y   a n d   c a d e   c u n n i n g h a m   m a y   j u s t   b e   m y   f a v o r i t e   b a c k c o u r t   i n   t h e   n b a .     p t r w  
      d i d n ’ t   t h i s   g a m e   r u i n   i t   ? 
 
 n e w   o r l e a n s   p e l i c a n s   v   d e t r o i t   p i s t o n s
【 s t o c k   i n f o r m a t i o n 】 c h a m p i o n   " d e t r o i t   p i s t o n s   3 3   h i l l "   b a s k e t   t a n k   /   e m e r a l d   g r e e n   /  
  d e t r o i t   p i s t o n s   -   m a k i n g   r e s e r v e s   l o o k   l i k e   a l l   s t a r s   s i n c e   2 0 1 0 .
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~  
2 0 2 1   2 2   d o n r u s s   o p t i c   l u k a   g a r z   a d   s p o r t s c a r d s  
b e f o r e   s e a s o n   t h o u g h t s 
 
 d e t r o i t   p i s t o n s   🏇 🔥  
e n d   o f   3 :   p e l i c a n s   8 4 ,   p i s t o n s   7 8 .   d e t r o i t   t i e d   t h e   g a m e   a t   7 8   a f t e r   t r a i l i n g   b y   1 3 ,   b u t   n e w   o r l e a n s   s c o r e d   t h e   l a s t   s i x .   
 
 b e y :   1 7   p o i n t s ,   6   r e b o u n d s 
 i v e y :   1 4   p o i n t s   ( 9 - 9   a t   t h e   l i n e ) 
 s t e w a r t :   1 1   p o i n t s
  d e t r o i t   p i s t o n s   y o u   h a v e   t o   l e a r n   h o w   t o   p l a y   d e f e n s e   y o u   p l a y   n o   d e f e n s e .
d e t r o i t   p i s t o n s     :   c a d e   c u n n i n g h a m   h o w   y o u   g o n n a   b u i l d   a   t e a m   a r o u n d   a   l a z y   m u t h e r f u c k e r   t h a t   p l a y s   d e f e n s e   w i t h   h i s   h a n d s   a n d   f o u l s   a n d   t h e n   l o o k s   l i k e   h e   d o n ' t   u n d e r s t a n d   t h e   c a l l
m a n   i ’ m   t i r e d   o f   w a t c h i n g   t h e   p i s t o n s   g e t   t h e y   a s s   b e a t
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
i f   t h e   p i s t o n s   c o u l d   j u s t   s h o o t   a   l e a g u e   a v e r a g e   p e r c e n t a g e   o n   t h e i r   3 s   w e ’ d   b e   a   p l a y - i n   t e a m   e a s i l y . 
 
 o u r   o f f e n s e   g e n e r a t e s   s o   m a n y   o p e n   3 s   a n d   w e   j u s t   c o n s t a n t l y   m i s s   t h e m .
o n   a n o t h e r   t o p i c     p i s t o n s   y e s   t h e   d e t r o i t   p i s t o n s   w i l l   w i n   3 8 - 4 0   g a m e s   a n d   m a k e   t h e   p l a y o f f s   t h i s   s e a s o n   ! !
n e w   o r l e a n s   v s   d e t r o i t   p i s t o n s   j u s t   d e n i e d   m e   a   h u g e   w i n   b y   j u s t   1   p o i n t s   🤦 🏽 ‍ ♂ ️
d e t r o i t   p i s t o n s   m u s t   w o r k   o n … . .   👀 
   
 
   
 c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   d e e t r o i t b a s k e t b a l l   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r u m o r s   e a s t e r n c o n f e r e n c e   k i l l i a n h a y e s   m o t o w n   n b a  
c a d e   c u n n i n g h a m   a b o u t   t o   b e   a   b u s t   b e c a u s e   t h e   d e t r o i t   p i s t o n s   i n s i s t   o n   p l a y i n g   h i m   a t   t h e   p o i n t   s m h
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
    r e m e m b e r   w h e n   r e g g i e   m i l l e r   d e c i d e d   t o   l a y   a   b a l l   u p   i n s t e a d   o f   d u n k   i t ,   a n d   i t   c o s t   h i s   t e a m   a n   n b a   t i t l e ,   a n d   g a v e   t a y s h a u n   p r i n c e   t h e   s i c k e s t   b l o c k   i n   n b a   h i s t o r y ?   d e t r o i t   p i s t o n s …   w o r l d   c h a m p s …   l o s e r   r e g g i e ,   r i n g l e s s .   f u c k i n g   o u c h   d a w g .   😮 ‍ 💨 😮 ‍ 💨 😮 ‍ 💨   b e s t f i v e a l i v e
t h e   o k l a h o m a   c i t y   t h u n d e r   a r e   t r a d i n g   f o r   r o o k i e   p a u l   m i l l s a p   t o   t h e   d e t r o i t   p i s t o n s   i n   e x c h a n g e   f o r   j o e l   e m b i i d   s o u r c e s   t e l l   m e   a n d   .
a l e r t :   n e w   h i g h   r o l l e r   b e t   p o s t e d ! 
 a   b e t   h a s   b e e n   p l a c e d   f o r   $ 3 0 , 3 0 0 . 0 0   o n   n e w   o r l e a n s   p e l i c a n s   -   d e t r o i t   p i s t o n s   t o   w i n   $ 8 4 , 8 4 0 . 0 0 . 
 t o   v i e w   t h i s   b e t   o r   c o p y   i t    
w a t c h   n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s   l i v e 
 l i v e   h d   l i n k 👉 👉  
_   n e v e r   g o t   t h e   j o e   t o   s e e   a   g a m e   b u t   l i t t l e     c a e s a r s   a r e n a   a n d   h o c k e y t o w n   c a f e   r e a l l y   m a d e   m y   t r i p   t o   d e t r o i t   f u n   a n d   r e m i n d e d   m e   o f   m y   y o u t h   c h e e r i n g   o n   t h e   w i n g s   & a m p ;   s t e v i e   y . . . . . m i s s e d   t h e   w i n g s   a n d   s a w   t h e   p i s t o n s   o n   t h e   t r i p .
i   l o v e   t h i s   w o m a n ,   s h e ’ s   i n c r e d i b l e !   d e t r o i t   p i s t o n s  
g o o d   m o r n i n g   f o r   t h e   n e x t   6   m o n t h s   t h i s   i s   n o w   a   d e t r o i t   p i s t o n s   s t a n   a c c o u n t .  
🇺 🇸 n b a   -   p r e - s e a s o n   2 0 2 2 / 2 0 2 3 
 t o d a y   f r i d a y   7 n d   o c t o b e r ,   2 0 2 2   👉 k i c k   o f f 
 n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s   🔴 l i v e 
 ⤵ ️   ⤵ ️   ⤵ ️   ⤵ ️ 
 l i n k   t o   w a t c h   h e r e 🔛 
 v e n u e :   s m o o t h i e   k i n g   c e n t e r   m u l t i - p u r p o s e   i n d o o r   a r e n a   i n   l o u i s i a n a ,   u s a .  
  j o r d a n   p o o l e   m o v i n g   o n ?   |   d e t r o i t   p i s t o n s    
i   l o v e   g o i n g   t o   b a l l y   s p o r t s   s o u t h   s e e i n g   t h a t   i t   i s   p l a y i n g   n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s   a n d   t h e n   c l i c k i n g   o n   i t   j u s t   f o r   i t   t o   b e   a   r e r u n   o f   t h e   n a s h v i l l e   p r e d a t o r s   v s   s a n   j o s e   s h a r k s ,   i   d i d n ’ t   w a n t   t o   w a t c h   t h e   p e l i c a n s   a n y w a y s ,   i ’ m   n o t   m a d   t h a t   t h e y   a r e n t   p l a y i n g —
p i s t o n s   a r e   u p   e a r l y   o v e r   t h e   p e l i c a n s ,   2 0 - 1 1 .   n o t h i n g   m u c h   t o   d i s l i k e   f o r   d e t r o i t .   e v e r y o n e   h a s   b e e n   i n v o l v e d   a n d   d o n e   w h a t   y o u   w o u l d   w a n t   t o   s e e .
i   l i k e   w h a t   i ’ m   s e e i n g   o u t   t h e s e   d e t r o i t   p i s t o n s   r n ! ! ! !  
l i v e   s t r e a m   
 l i n k . 📺 
 
 c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s 
 m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t 
 t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s 
 d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s 
 d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   
 n b a  
l i v e   s t r e a m   
 l i n k . 📺 
 
 c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s 
 m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t 
 t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s 
 d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s 
 d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   
 n b a  
w a t c h   n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s   l i v e 
 f r e e   h d   l i n k 👉 👉  
l i v e   s t r e a m   
 l i n k . 📺 
 
 c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s 
 m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t 
 t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s 
 d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s 
 d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   
 n b a  
l i v e   s t r e a m   
 l i n k . 📺 
 
 c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s 
 m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t 
 t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s 
 d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s 
 d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   
 n b a  
l i v e   s t r e a m   
 l i n k . 📺 
 
 c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s 
 m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t 
 t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s 
 d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s 
 d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   
 n b a  
l i v e   s t r e a m   
 l i n k . 📺 
 
 c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s 
 m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t 
 t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s 
 d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s 
 d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   
 n b a  
d e t r o i t   p i s t o n s   & a m p ;   2 0 2 2   n b a   s e a s o n   h y p e   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   n b a   n b a s e a s o n 2 0 2 2   d e t r o i t p i s t o n s
w a t c h   n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s   l i v e 
 l i v e   h d   l i n k 👉 👉  
c l i c k   t h e   l i n k   b e l o w   t o   s e e   h d _ f r e e   l i v e 🔴   i n   y o u r   n e w o r l e a n s p e l i c a n s v s d e t r o i t p i s t o n s l i v e 
 
 n e w o r l e a n s p e l i c a n s v s d e t r o i t p i s t o n s l i v e .   f o r e s t 🔴 l i v e   m a t c h 👇 👇 👇   
 
 l i n k : - 
 
 f r e e _ f h d _ f u l l _ l i v e 🔴 m a t c h   ☝ ️ ☝ ️ ☝ ️ 
 
 n e w o r l e a n s p e l i c a n s v s d e t r o i t p i s t o n s l i v e  
i   g o t   t w o   f r e e   t i c k e t s   t o   a   d e t r o i t   p i s t o n s   g a m e   🥳
🇺 🇸 n b a   -   p r e - s e a s o n   2 0 2 2 / 2 0 2 3 
 t o d a y   f r i d a y   7 n d   o c t o b e r ,   2 0 2 2   👉 k i c k   o f f 
 n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s   🔴 l i v e 
 ⤵ ️   ⤵ ️   ⤵ ️   ⤵ ️ 
 l i n k   t o   w a t c h   h e r e 🔛 
 v e n u e :   s m o o t h i e   k i n g   c e n t e r   m u l t i - p u r p o s e   i n d o o r   a r e n a   i n   l o u i s i a n a ,   u s a .  
l i v e   s t r e a m   
 l i n k . 📺 
 
 c h i c a g o   b u l l s   v s   d e n v e r   n u g g e t s 
 m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t 
 t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s 
 d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s 
 d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   
 n b a
_ p r i n c e 2 2   t w e e t   w h e r e   y o u   i n   t h e   c h i   o r   a t   d e t r o i t   p i s t o n s   i n   a u b u r n   h i l l   t h e   p l a c e   i s   c l o s e d   s o   s e n d   a   d a t e   t h a t   i   s h o w   r e h i r e   g r a n t   f o r   h i s   a c h i e v e m e n t   i n   p r o   a t h l e t e   i n   l o s   a n g e l e s   k o b e   b r y a n t   i n   t h e   n a t i o n a l   b a s k e t b a l l   a s s o c i a t i o n   w i t h   h o r r o r s .   y o u   a r e   m y   n a t i o n a l i s t .
[ 1 0 m i n w a r n i n g ]   d e t r o i t   p i s t o n s   a t   n e w   o r l e a n s   p e l i c a n s   t o t a l   2 2 0 . 0   |   f r i   2 0 : 1 0 e t   d e t v s n o p   n b a   ~     w i t h   c o d e   o n a h e a t r
t h i n g s   f o r   p i s t o n s   t o   w o r k   o n   t o n i g h t   a n d   r e s t   o f   p r e s e a s o n :   d e t r o i t   p i s t o n s   m u s t   w o r k   o n … . .   👀   p i s t o n s   c l i c k   l i n k   f o r   v i d e o           v i a    
i ' m   o n   e p i s o d e   3   o f   t h e   l a s t   d a n c e   a n d   i   h e a r d   t h e   n a m e   d a u g h e r t y   a n d   t h a t   m a d e   m e   t h i n k   o f     c a u s e   i t ' s   a   c l i p   i n   e p i s o d e   3   w h e r e   l a i m b e e r   a n d   d a u g h e r t y   g o i n g   a t   i t   i n   a   g a m e   a g a i n s t   t h e   d e t r o i t   p i s t o n s   o f   t h e   8 0 s   a s   a   r u t h l e s s   a n d   p h y s i c a l   t e a m   a t   t h e   t i m e
[ u p d a t e ]   d e t r o i t   p i s t o n s   + 4 . 0   ( + 4 . 5 )   a t   n e w   o r l e a n s   p e l i c a n s   |   f r i   2 0 : 1 0 e t   d e t v s n o p   n b a   ~  
n b a   p r e s e a s o n   d e t r o i t   p i s t o n s   v s   n e w   o r l e a n s   p e l i c a n s   l i v e   p l a y   b y   p l a y . . .     v i a     w b d   g o o s e s p o r t s
t o n i g h t ' s   g a m e   i s   n o t   o n   b a l l y   s p o r t s   d e t r o i t   b e c a u s e . . .   n o   i d e a .   
 a p p a r e n t l y   x f i n i t y   i s   s h o w i n g   n b a   l e a g u e   p a s s   f o r   f r e e   t h i s   w e e k   s o   y o u   m i g h t   c a t c h   i t   t h e r e   o r   t h i s   w e b s i t e :  
    t h e   d e t r o i t   p i s t o n s   w o n   w i t h o u t   a   s u p e r s t a r
s t a r t i n g   l i n e u p   f o r   t h e   d e t r o i t   p i s t o n s   v s   t h e   n e w   o r l e a n s   p e l i c a n s :   
 
 g :   c a d e   c u n n i n g h a m 
 g :   j a d e n   i v e y 
 f :   s a d d i q   b e y 
 f :   m a r v i n   b a g l e y 
 c :   i s a i a h   s t e w a r t
s t a r t i n g   f o r   o u r   d e t r o i t   p i s t o n s  
f o r m e r   m e m b e r   o f   t h e     p i s t o n s '   " b a d   b o y s , "     t h o m a s   j o i n s   u s   t o d a y   o n   l o n g   g a m e   t o   d i s c u s s   h i s   t r a n s i t i o n   f r o m   p r o f e s s i o n a l   b a s k e t b a l l   p l a y e r   t o   c o a c h   t o   c e o .   w a t c h   h i s   l e g a c y   i n   t h e   m a k i n g   a t       s h a r e u b s  
d e t r o i t   p i s t o n s   s t a r t e r s : 
 
 c a d e   c u n n i n g h a m 
 j a d e n   i v e y 
 s a d d i q   b e y 
 i s a i a h   s t e w a r t 
 m a r v i n   b a g l e y 
 
 p l a y e r s   o u t : 
 a l e c   b u r k s 
 k e v i n   k n o x 
 n e r l e n s   n o e l 
 k e m b a   w a l k e r 
 p i s t o n s   n b a   n b a t w i t t e r   n b a 7 5
n e w   o v e r t i m e   a m m   p o s i t i o n   b o u g h t 
 n e w   o r l e a n s   p e l i c a n s   -   d e t r o i t   p i s t o n s 
 a m o u n t :   2 9 . 7 6 
 p a i d :   1 9 . 7 8 3   s u s d 
 p o s i t i o n :   n e w   o r l e a n s   p e l i c a n s 
 p o t e n t i a l   p r o f i t :   1 0   s u s d   ( 5 0 % )
t h e y   r e a l l y   c o u l d n ' t   p u t   t h e   p i s t o n s   g a m e   o n   b a l l y   s p o r t s   d e t r o i t   e x t r a   o r   s o m e t h i n g   😔
p i s t o n s   c o a c h   d w a n e   c a s e y   s a y s   r e c e n t   t r a d e   a d d i t i o n   b o j a n   b o g d a n o v i c   w i l l   h a v e   " a   b i g   r o l e "   f o r   t h e   t e a m   t h i s   s e a s o n   a n d   c a s e y   w o u l d   " l o v e   t o   h a v e   h i m   b a c k "   n e x t   s e a s o n .   b o g d a n o v i c   i s   a   f r e e   a g e n t   i n   2 0 2 3 .   t h a t   a n d   m o r e   f r o m   d e t r o i t :  
[ u p d a t e ]   d e t r o i t   p i s t o n s   + 4 . 5   ( + 5 . 5 )   a t   n e w   o r l e a n s   p e l i c a n s   |   f r i   2 0 : 1 0 e t   d e t v s n o p   n b a   ~  
n e w   o v e r t i m e   a m m   p o s i t i o n   b o u g h t 
 n e w   o r l e a n s   p e l i c a n s   -   d e t r o i t   p i s t o n s 
 a m o u n t :   2 6 3 . 4 
 p a i d :   1 0 0 . 0 0 4   s u s d 
 p o s i t i o n :   d e t r o i t   p i s t o n s 
 p o t e n t i a l   p r o f i t :   1 6 3   s u s d   ( 1 6 3 % )
p i s t o n s   v s .   p e l i c a n s   g a m e t h r e a d :   o n   t h e   r o a d   i n   n e w   o r l e a n s  
d r a y m o n d   m i g h t   a s   w e l l   j o i n   t h e   d e t r o i t   p i s t o n s   😅
n u e v a   j o r n a d a   d e   n b a : 
 
 b o s t o n   c e l t i c s   -   c h a r l o t t e   h o r n e t s 
 i n d i a n a   p a c e r s   -   n e w   y o r k   k n i c k s 
 d e n v e r   n u g g e t s   -   c h i c a g o   b u l l s 
 t o r o n t o   r a p t o r s   -   h o u s t o n   r o c k e t s 
 m i a m i   h e a t   -   m e m p h i s   g r i z z l i e s 
 d e t r o i t   p i s t o n s   -   n e w   o r l e a n s   p e l i c a n s 
 o r l a n d o   m a g i c   -   d a l l a s   m a v e r i c k s 
 
 n b a p r e s e a s o n  
▶ ️ w a t c h   a l l   n b a   b a s k e t b a l l   s u m m e r   g a m e s   l i v e   f r e e   & a m p ;   f u l l   h d ✅ 
 
 n b a   n h l   m l b   c h i c a g o b u l l s   t o r o n t o   r a p t o r s   w e t h e n o r t h   r t z   h o u s t o n   r o c k e t s   h o u s t o n r o c k e t s   d e t r o i t   p i s t o n s   d e t r o i t p i s t o n s   n o b r a k e s   n e w o r l e a n s   p e l i c a n s   p e l i c a n s n b a   w o n t b o w d o w n   w b d
n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s 
 n e w   o r l e a n s   p e l i c a n s   l i v e   s t r e a m s 
 d e t r o i t   p i s t o n s   l i v e   s t r e a m s 
 s t a r t   t i m e :   o c t   0 7 ,   0 8 : 0 0   p m   e t 
 n b a _ l i v e 
 n e w _ o r l e a n s _ p e l i c a n s   v s   d e t r o i t _ p i s t o n s 
 c r a c k s t r e a m s 
 b u f f s t r e a m s 
 s p o r t s u g e 
 n b a s t r e a m s 
 r e d d i t n b a s t r e a m s  
_ s e t     h i s   b e s t   c a s e   w a s   g o i n g   b 2 b   w i t h   g s w   a n d   t h e n   m o v e   t o   d e t r o i t   a s   a   m e n t o r   k e y   v e t   t o   g e t   p i s t o n s   “ o v e r   t h e   h u m p ”   n o w   h e s   r u i n e d   t h a t
t h e   d e t r o i t   p i s t o n s   a r e   t r a d i n g   m y l e s   t u r n e r   t o   t h e   l o s   a n g e l e s   c l i p p e r s   i n   e x c h a n g e   f o r   a l e x   c a r u s o   s o u r c e s   t e l l   m e   a n d   .
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~  
[ u p d a t e ]   d e t r o i t   p i s t o n s   + 5 . 5   ( + 5 . 0 )   a t   n e w   o r l e a n s   p e l i c a n s   |   f r i   2 0 : 1 0 e t   d e t v s n o p   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
  n e e d s   t o   d o   e v e r y t h i n g   p o s s i b l e   t o   g e t   v i c t o r   w e m b a n y a m a .   d e t r o i t   p i s t o n s   n b a
s e n d   o u r   g i r l s '   b a s k e t b a l l   t e a m   t o   l i t t l e   c a e s a r s   a r e n a   t o   p l a y   r o s e v i l l e   p r i o r   t o   t h e   d e t r o i t   p i s t o n s   g a m e   o n   m o n d a y ,   f e b r u a r y   6 t h !   w e   n e e d   t o   s e l l   1 0 0   t i c k e t s   b y   j a n u a r y   6 t h   t o   m a k e   t h i s   h a p p e n .   b u y   y o u r   t i c k e t s   n o w   a t    
p i s t o n s   w o u l d   e a t   p l e n t y   o f   t h o s e   p u n c h e s   t o   h a v e   a   d r a y m o n d   g r e e n .   p l u s   e y e   m e a n   i t ’ s   d e t r o i t   b a b i e s   f i g h t   t h e   d o c t o r s   w h e n   t h e y   b o r n   s o   i t ’ s   p e r f e c t
  o k   s o   l e t ’ s   t a k e   t h e m   b a c k   i n   2 0 0 3   t h e n   a n d   g o   a h e a d   a n d   p u t   l e b r o n   o n   t h e   d e t r o i t   p i s t o n s   t h e n .   h o w   m a n y   r i n g s   b r o n   g o t   t h e n ?   s i n c e   w e   d o i n g   h y p o t h e t i c a l s
d e n v e r   n u g g e t s   2 1 8 . 9 
 c h i c a g o   b u l l s   + 1 . 7 
 
 d e t r o i t   p i s t o n s   2 1 9 . 1 
 n e w   o r l e a n s   p e l i c a n s   - 5 . 5 
 
 o r l a n d o   m a g i c   2 1 7 . 3 
 d a l l a s   m a v e r i c k s   - 6 . 7
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
[ u p d a t e ]   d e t r o i t   p i s t o n s   + 5 . 0   ( + 5 . 5 )   a t   n e w   o r l e a n s   p e l i c a n s   |   f r i   2 0 : 1 0 e t   d e t v s n o p   n b a   ~   b o n u s e s   u p   t o   $ 2 5 0  
" i t ' s   e a s y   t o   f o r g e t   n o w ,   b u t   t h e   c a v s   w e r e   p r e t t y   f i r m l y   a   h o m e - c o u r t   a d v a n t a g e   t e a m   b e f o r e   i n j u r i e s   d e r a i l e d   t h e i r   s e a s o n . " 
 
 w i t h   d o n o v a n   m i t c h e l l   o n   t h e   s q u a d ,     b e l i e v e s   t h e   c a v s   h a v e   t h e   c e i l i n g   o f   a   n o .   2   s e e d   🔥 

d e t r o i t   p i s t o n s   d r a f t e e   g a b r i e l e   p r o c i d a   m a d e   h i s   e u r o l e a g u e   d e b u t   i n   a l b a   b e r l i n   w i n   o v e r   p a r t i z a n   b e l g r a d e .   h e   f i n i s h e d   w i t h   1 2   p o i n t s   i n   1 2   m i n u t e s ,   h e   a l s o   a d d e d   3   r e b o u n d s   a n d   1   a s s i s t .
  t h a t ' s   w i l d   b c   i   g r e w   u p   w a t c h i n g   t h e   " b a d   b o y "   d e t r o i t   p i s t o n s   p u n c h   j u m p   s h o o t e r s   j u s t   b c ,   o n   n a t i o n a l l y   t e l e v i s e d   g a m e s ,   a n d   i   k n o w   t h a t   e n t i r e   o r g a n i z a t i o n   h a s   n o t   c o l l e c t i v e l y   p a i d   2 . 6   m i l l i o n !
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
[ u p d a t e ]   d e t r o i t   p i s t o n s   + 5 . 5   ( + 5 . 0 )   a t   n e w   o r l e a n s   p e l i c a n s   |   f r i   2 0 : 1 0 e t   d e t v s n o p   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
s t o r y :   p i s t o n s   c o a c h   d w a n e   c a s e y   w a n t s   t o   r e - s i g n   b o j a n   b o g d a n o v i c   i n   f r e e   a g e n c y .   w h y   d e t r o i t   b e a t   t h e   l a k e r s ,   s u n s   a n d   o t h e r   t r a d e   o f f e r s   t o   a c q u i r e   b o g d a n o v i c ,   a n d   h i s   t h o u g h t s   o n   h i s   f u t u r e   w i t h   d e t r o i t   a n d   j a z z   t e n u r e   o n   .  
t h e   d e t r o i t   p i s t o n s   h a v e   h i r e d   s t e p h e n   s i l a s   t o   b e   t h e i r   n e x t   h e a d   c o a c h .
m o t o r   c i t y   c r u i s e   g a m e   o p e r a t i o n s   i n t e r n   -     ( d e t r o i t   ·   m i )  
  d r a y m o n d   g r e e n   w e l c o m e   t o   t h e   d e t r o i t   p i s t o n s ! ! ! !
t h e   d e t r o i t   p i s t o n s   a r e   i n   t o w n   a t   s a m e   h o t e l   a s   m e .   i   h a v e   n e v e r   f e l t   m o r e   s h o r t   i n   m y   w h o l e   l i f e
  i   l o v e   t h e   d e t r o i t   d e a t h w i s h   a s   a   n u c l e a r   d e t e r r e n t   l o l .   g o   o n ,   p u t i n ,   n u k e   u s   …   p i s t o n s   a n d   l i o n s   s u c k .   w e   d o n ’ t   c a r e   a n y   m o r e .
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
[ u p d a t e ]   d e t r o i t   p i s t o n s   + 5 . 0   ( + 5 . 5 )   a t   n e w   o r l e a n s   p e l i c a n s   |   f r i   2 0 : 1 0 e t   d e t v s n o p   n b a   ~     w i t h   c o d e   o n a h e a t r
t h e   p i s t o n s   t e a m e d   u p   w i t h   t h e   c i t y ' s   v o t e r   e n g a g e m e n t   i n i t i a t i v e   t o   i n f o r m   r e s i d e n t s   o f   t h e   u p c o m i n g   n o v .   8   e l e c t i o n .  
  i s   i t   p o s s i b l e   p i s t o n s   w i l l   b e   o n   l e a g u e   p a s s   t o n i g h t   -   n o t   b l a c k e d   o u t   -   s i n c e   t h e r e   i s   n o   t v   o f   t h e   g a m e ,   l o c a l   i n   d e t r o i t   o r   o n   a n y   n a t i o n a l   s t a t i o n ? 
 s h o u l d   b e   o n   l p ,   s h o u l d n ’ t   i t ? 
 t h e   a r d e n t   p i s t o n   f a n
t h e   d e t r o i t   p i s t o n s   h a v e   w o n   t h e   2 0 3 6   n b a   c h a m p i o n s h i p .
i n d i a n a   p a c e r s   & a m p ;   d e t r o i t   p i s t o n s   b r a w l   w o u l d ' v e   h a d   y a l l   g o i n g   c r a z y   l o l   . .   j e r m a i n e   o ' n e a l   k n o c k e d   a   f a n   o u t   t h a t   n i g h t   a n d   d i d n ' t   g i v e   a   d a m n   a b o u t   n o   f i n e s   o r   s u s p e n s i o n .   t h e m   w a s   s o m e   g r e a t   t i m e s   😂
t h e   d e t r o i t   p i s t o n s   p l a y   t o d a y   😌  
  @ _ _ y o r e y   h o n e s t l y   t h e r e   i s   n o   w r o n g   o p i n i o n s   f r o m   a n y   o f   u s   b u t   m y   t h i n k i n g   l i k e   s t e v e   s a i d   i s   b i g   p i c t u r e . 
 
 t h a t   o n e   ☝ 🏽   p u n c h   c o u l d   b e   t h e   d i f f e r e n c e   b e t w e e n   a n o t h e r   $ 5 0 +   m i l l i o n   e x t e n s i o n   a n d   p o s s i b l y   a   5 t h   r i n g   💍     o r   p l a y i n g   f o r   l a s t   p l a c e   w i t h   t h e   d e t r o i t   p i s t o n s
d o n   r e i d   f i n i s h e s   w i t h   1 0   p o i n t s   i n   d e t r o i t   p i s t o n s '   o v e r t i m e   l o s s   v s   h a w k s   n b a   n b a 9 7 9 8
h o n e s t l y   i   w i s h   d r a y m o n d   w o u l d   g o   t o   d e t r o i t   i   w a n n a   s e e   s o m e   n a s t y   p i s t o n s   b a s k e t b a l l .
1 .   p j   t u c k e r 
 2 .   s t e p h 
 3 .   k l a y 
 4 .   j a m e s   j o h n s o n 
 5 .   t h e   d e t r o i t   p i s t o n s   😂 🤣 🤣  
d r a y m o n d   g r e e n   d o e s   n o t   b e l o n g   i n   t o d a y ’ s   n b a .   h e   s h o u l d   h a v e   p l a y e d   w i t h   c h a r l e s   o a k l e y ,   a n d   a n t h o n y   m a s o n ,   a n d   t h e   o l d   d e t r o i t   p i s t o n s .   h e   b e l o n g s   i n   t h e   1 9 8 0 s   n b a .   t h e s e   n e w   p r e t t y   b o y   n b a   p l a y e r s   a r e   p e t r i f i e d   o f   h i m .   a n d ,   i t ’ s   s a d .   h e   i s   s o   o u t t a   p l a c e .
  r u s s i a   w a s   l o o k i n g   g o o d   f o r   a   w h i l e   b u t   i   t h i n k   u n d e r d o g   u k r a i n e   i s   g o i n g   t o   p u l l   i t   o u t   i n   t h e   e n d .   
 
 o h ,   y o u   m e a n   s p o r t s ? ? ? 
 
 d e t r o i t   p i s t o n s .
    s a d l y ,   t h e   d e t r o i t   p i s t o n s   h a v e   o f f e r e d   a   t r a d e .   
 
 f r a n z / m o / c a l e b / z a v i e r / f u t u r e   m a g i c   p o o l e   
 
 f o r   
 
 e n t i r e   r o s t e r
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
t h e   d e t r o i t   p i s t o n s   a r e   w a i v i n g   c h a r l e s   b a s s e y   s o u r c e s   t e l l   m e   a n d  
𝙎 𝙖 𝙮   𝙘 𝙝 𝙚 𝙚 𝙨 𝙚 !   
 
 h a p p y   w o r l d s m i l e d a y ,   d e t r o i t !   😃 
 
 d e t r o i t r o o t s   |   p i s t o n s   |   l g r w  
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
d r a y m o n d   g r e e n   i s   g o i n g   t o   l o o k   g r e a t   i n   t h a t   d e t r o i t   p i s t o n s   j e r s e y .
  a l l   t h e   c o n t a c t   c o m e   f r o m   t h e   d e t r o i t   p i s t o n s   n o   o t h e r   t e a m
🏀 n e w   e p i s o d e ! 🏀 
 
 f i n a l l y ,   i   h a v e   r e t u r n e d   f r o m   v a c a t i o n   w i t h   a   t o n   t o   t a l k   a b o u t   w i t h   t h e   d e t r o i t   p i s t o n s ! 
 
 🏀 j a d e n   i v e y   b a l l e d   o u t   i n   p r e s e a s o n   o p e n e r ! 
 🏀 k i l l i a n   m e n t a l i t y   a c t u a l l y   d i f f e r e n t ? 
 🏀 m a j o r   r o t a t i o n / l i n e u p   q u e s t i o n s . . . 
 🏀 a n d   m o r e ! 
 
 📺 🔊 :  
t o n i g h t   i   w i l l   b e   s e e i n g   t h e   d e t r o i t   p i s t o n s   p l a y   o u r   n e w   o r l e a n s   p e l i c a n s .   a n   e x c i t i n g   f i n a l s   p r e v i e w .
  " t h e   d e t r o i t   p i s t o n s   h a v e   a c q u i r e d   d r a y m o n d   g r e e n . . . "
d r a y m o n d   t r y n a   g e t   t o   d e t r o i t   t o   p l a y   w i t h   t h e m   p i s t o n s
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~  
m a i n   t a k e a w a y   f r o m   t h e   d r a y / j p   v i d e o   i s   t h e   c h a n c e s   d r a y m o n d   e n d s   h i s   c a r e e r   o n   t h e   d e t r o i t   p i s t o n s   j u s t   w e n t   w a y   u p .
n b a   p i c k   c e n t e r :   8 : 1 0   p m   e t   -   d e t r o i t   p i s t o n s   v s .   n e w   o r l e a n s   p e l i c a n s   b e t t i n g   o d d s ,   e x p e r t   i n s i g h t ,   f r e e   p i c k s ,   a n d   h a n d i c a p p i n g   t o o l s  
e v e r y d a y   o n   t w i t t e r   i t s   p i s t o n s   b e a t   v s   l i o n s   b e a t   f o r   w o r s t   b e a t   i n   d e t r o i t   s p o r t s
  d e t r o i t   p i s t o n s   o f   t h e   l a t e   8 0 s   p e r k s   u p
w o u l d   y ’ a l l   j u d g e   m e   i f   i   s a i d   i   d o n ’ t   k n o w   a n y   o f   c u r r e n t   d e t r o i t   p i s t o n s ?
_ c a r l o s   i   w o n d e r   w h a t   t h e   d e t r o i t   p i s t o n s   p r a c t i c e s   w e r e   l i k e   i n   l a t e   8 0 s ,   e a r l y   9 0 s .
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 0 0 0  
[ u p d a t e ]   d e t r o i t   p i s t o n s   a t   n e w   o r l e a n s   p e l i c a n s   t o t a l   2 2 0 . 0   ( 2 1 7 . 5 )   |   f r i   2 0 : 1 0 e t   d e t v s n o p   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
i s i a h   t h o m a s   d e t r o i t   p i s t o n s   a u t o g r a p h e d   w i l s o n   r e p l i c a   b a s k e t b a l l     e b a y  
o c t o b e r   7 ,   1 9 8 4 :   t h e   n b a   p r e s e a s o n   g a m e   b e t w e e n   t h e   i n d i a n a   p a c e r s   a n d   d e t r o i t   p i s t o n s   i n   f o r t   w a y n e ,   i n d i a n a   i s   c a n c e l e d   d u e   t o   e x c e s s i v e   c o n d e n s a t i o n   o n   t h e   p l a y i n g   s u r f a c e . 
 
 📺   w a n e - t v  
p i s t o n s   v s .   p e l i c a n s   p r e v i e w :   o n   t h e   r o a d   i n   n e w   o r l e a n s  
p i s t o n s   v s .   p e l i c a n s   p r e v i e w :   o n   t h e   r o a d   i n   n e w   o r l e a n s   a s   t h e   p r e s e a s o n   c o n t i n u e s  
  i   a m   " d e t r o i t   p i s t o n s   b a d     b o y s "   y e a r s   o l d ,   s u r e l y   y o u   j e s t
g r e e n   g o n n a   g o   p l a y   w i t h   l e b r o n   😂 😂   w a t c h   !   p a t   b e v   a n d   g r e e n   t o g e t h e r   d a r e   i   s a y   d e t r o i t   p i s t o n s   i n   t h e   9 0 s
f i r s t   l o o k :   d e t r o i t   p i s t o n s   j o i n   c a m p a i g n   t o   p r o m o t e   v o t i n g   t h r o u g h o u t   c i t y  
  p u n c h e d   h i s   w a y   t o   d e t r o i t .   h e   l i t e r a l l y   s a i d   a   f e w   m o n t h s   a g o   i t ’ s   a l w a y s   b e e n   h i s   d r e a m   t o   p l a y   o n   t h e   p i s t o n s .
w a l t e r   s h a r p e   ( 4 2 )   -   d e t r o i t   p i s t o n s 
 
 l i k e   a n d   r e t w e e t   f o r   m o r e   u n l i k e l y   n b a   l i n k u p s 
 
   n b a   n b a t w i t t e r   n b a t o p s h o t   s h a r p e   p i s t o n s   b l a z e r s   r i p c i t y   d e t r o i t p i s t o n s   m o t o r c i t y  
  _ _ 0 2     i   s p e a k   f o r   a l l   d e t r o i t   p i s t o n s   f a n s   w h e n   i   s a y ,   w e   r e a l l y   n e e d   t o   t r a d e   f o r   d r a y m o n d   g r e e n   a n d   g i v e   h i m   a   n e a r   m a x   d e a l .   a f t e r   t h e   c l i p   o f   h i m   p u n c h i n g   j p   s u r f a c e d ,   i t ’ s   o b v i o u s   h e   h a s   s o   m u c h   p a s s i o n   f o r   t h e   g a m e   a n d   w o u l d   t a k e   u s   t o   t h e   f i n a l s   e a s i l y .   p l e a s e   t r a d e   f o r   h i m
  p l e a s e   g o   g e t   
   t o   m e n t o r     a l r e a d y   s h o w i n g   s i g n s   o f   e l i t e   d e f e n s e   ( v i a   )  
d r a y m o n d   t o   t h e   d e t r o i t   p i s t o n s   f o r   k i l l i a n   h a y e s   a n d   a   c o u p l e   o f   l a t e   r o u n d   p i c s .   l e t ’ s   h a v e   s o m e   f u n   😂  
2 0 2 1   2 2   o p t i c   n b a   c a d e   c u n n i n g h a m   r a t   t h e h o b b y   a d  
d r a y m o n d   i s   g o i n g   t o   b e   a   m e n t o r   o n   a   v e t   m i n i m u m   f o r   t h e   d e t r o i t   p i s t o n s   n e x t   s e a s o n
n b a   b a s k e t b a l l   g a m e   s i m u l a t o r :   8 : 1 0   p m   e t   -   d e t r o i t   p i s t o n s   v s .   n e w   o r l e a n s   p e l i c a n s   g a m e   s i m u l a t i o n   a n d   f r e e   p i c k s   g e n e r a t e d   b y   a d v a n c e d   a l g o r i t h m s  
_ w o o d   t e m   a   c a r a   d o   p i s t o n s   .   w e l c o m e   d e t r o i t
s e e i n g   b r i d g e s   & a m p ;   g r e e n   f i n i s h   t h e y   c a r e e r   i n   d e t r o i t   g o n   b e   c r a z y … 
 
 o n e   m i g h t   n o t   b e   o n   t h e   p i s t o n s   t h o ,   b u t   t h e   p e n i t e n t i a r y
p l a y i n g   i n   h i s   1 1 t h   s e a s o n   f r o m   m i c h i g a n   s t a t e   u n i v e r s i t y   2 3   f o r w a r d   f o r   t h e   d e t r o i t   p i s t o n s   i t s   d r a y y y m m o o o n n n d d d   g r e e e e e e e e e n  
  d e t r o i t   p i s t o n s   a r e   t r a d i n g   3   l o t t o   p r o t e c t e d   f i r s t ,   m a r v i n   b a g l e y ,   a l e c   b u r k s   f o r   . . .
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 7 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
d r a y m o n d   g o n e   d r o p   p o o l e   l i k e   t h a t   😭 😭 😭   s e n d   t h a t   n i g g a   t o   t h e   d e t r o i t   p i s t o n s   i m m e d i a t e l y
[ u p d a t e ]   d e t r o i t   p i s t o n s   + 8 . 0   ( + 6 . 5 )   a t   n e w   o r l e a n s   p e l i c a n s   |   f r i   2 0 : 1 0 e t   d e t v s n o p   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
    w e   c a n   s a y   t h a t   n o w   a s   p i s t o n s   f a n s   i n   2 0 2 2 ,   b u t   i   c o m p l e t e l y   u n d e r s t a n d   t h e   l o g i c   o f   a   t e a m   w a n t i n g   t o   t a n k   b e c a u s e   o f   a   d i s m a l   f u t u r e   o u t l o o k .   t h e r e ’ s   a t   l e a s t   5   t e a m s   i   w o u l d   j u s t i f y   h a v i n g   t h i s   s t a n c e   i n   2 0 2 2 …   d e t r o i t   i s   n o t   o n e   o f   t h o s e   t e a m s .   b a s k e t b a l l   t i m e   i t   i s
n e w   o v e r t i m e   a m m   p o s i t i o n   b o u g h t 
 n e w   o r l e a n s   p e l i c a n s   -   d e t r o i t   p i s t o n s 
 a m o u n t :   1 4 1 5 . 1 3 9 9 9 9 9 9 9 9 9 9 9 
 p a i d :   1 0 1 5 . 0 0 0   s u s d 
 p o s i t i o n :   n e w   o r l e a n s   p e l i c a n s 
 p o t e n t i a l   p r o f i t :   4 0 0   s u s d   ( 3 9 % )
t h e   p i s t o n s   a r e   i n   n e w   o r l e a n s   t o n i g h t   t o   f a c e   o f f   a g a i n s t   z i o n   w i l l i a m s o n   a n d   t h e   p e l i c a n s   i n   t h e i r   s e c o n d   p r e s e a s o n   g a m e .   t h e   g a m e   w i l l   t i p - o f f   a t   8 : 0 0 . 
 
 t h e   g a m e   w i l l   n o t   b e   a i r e d   o n   b a l l y   s p o r t s   d e t r o i t   a n d   i s   o n l y   a v a i l a b l e   v i a   n b a   l e a g u e   p a s s   l o c a l l y .  
t h e   d e t r o i t   p i s t o n s   w i l l   t a k e   o n   t h e   n e w   o r l e a n s   p e l i c a n s   t o n i g h t   a t   8 p m   e t .  
v o t i n g   i s   a n   e s s e n t i a l   p a r t   o f   t h e   d e m o c r a t i c   p r o c e s s ,   o n e   t h a t   w e   c a n ' t   t a k e   f o r   g r a n t e d   i n   t h e   c u r r e n t   p o l i t i c a l   c l i m a t e ,   p i s t o n s   v i c e   c h a i r m a n   a r n   t e l l e m   t o l d   a x i o s .  
  d r a y m o n d   a l r e a d y   s a i d   h e   w o u l d   p l a y   f o r   t h e   p i s t o n s .   h e   w a s   b o r n   a n   h o u r   n o r t h   o f   d e t r o i t .   a n d   t h e   p i s t o n s   u s u a l l y   g i v e   g s w   m o r e   t r o u b l e   t h a n   t h e y   e x p e c t .
g o o d   m o r n i n g   🤩 
 
 t h e   d e t r o i t   p i s t o n s   p l a y   m o r e   * p r e s e a s o n *   b a s k e t b a l l   t o n i g h t   🔥   
 
 📸 :    
t h e   p i s t o n s   w i l l   g e t   a n o t h e r   t o u g h   c h a l l e n g e   t o n i g h t   a g a i n s t   a   b i g ,   a t h l e t i c   p e l i c a n s   t e a m .   h o w   w i l l   t h e y   a d j u s t   a n d   w h o   i s   g o i n g   t o   t r y   a n d   s l o w   d o w n   z i o n ? 
 
 ( v i a   )  
  _ _   w e   b e e n   s a y i n g   t h a t   a b o u t   t h e   d e t r o i t   p i s t o n s   f o r   a b o u t   t h e   l a s t   1 0   s e a s o n
  j o r d a n   l o s t   t o   t h e   d e t r o i t   p i s t o n s   t h r e e   s t r a i g h t   t i m e s   i n   t h e   p l a y o f f s   f r o m   1 9 8 7 - 1 9 9 0 ,   a n d   n e v e r   m a d e   i t   t o   t h e   f i n a l s   i n   t h e   e r a   o f   t h e   “ s h o w t i m e ”   l a k e r s ,   b i r d ’ s   d e e p l y   t a l e n t e d   r o s t e r   o f   c e l t i c s ,   e r v i n g ’ s   7 6 e r s ,   a n d   a   u t a h   j a z z   t e a m   t h a t   w a s   i n   t h e i r   d o m i n a n t   p r i m e .  
t h e   d e t r o i t   p i s t o n s   t a k e   o n   t h e   p e l i c a n s   t o n i g h t   a t   8 : 0 0 p m   e s t .   e x c i t e d   t o   s e e   h o w   t h e   t e a m   b u i l d s   o n   t h e   p e r f o r m a n c e   a g a i n s t   t h e   k n i c k s .
o n   1 1 / 1 2 / 1 9 6 4   w i l t   c h a m b e r l a i n   s c o r e s   5 3   p o i n t s 
 
 5 3   p o i n t s 
 2 3   r e b o u n d s 
 4 8   m i n u t e s   
 2 2 / 4 6   f g   9 / 2 2   f t 
 1   o f   6 6 4   c a r e e r   2 0 / 2 0   g a m e s 
 1   o f   1 2 2   5 0 +   p o i n t   g a m e s 
 
 s a n   f r a n c i s c o   w a r r i o r s   9 9 
 d e t r o i t   p i s t o n s   1 2 1 
 a t   c o b o   a r e n a 
 
 n b a   
 p i s t o n s     
 w i l t c h a m b e r l a i n 
 w a r r i o r s
t h e   d e t r o i t   p i s t o n s   w i l l   r e l o c a t e   t o   n a s h v i l l e .
s o   t h e   r e n e w a l   o f   a l l   t h e   d e t r o i t   p r o   t e a m s   w a s   s u p p o s e d   t o   h a v e   s t a r t e d   w i t h   t h e   r e d   w i n g s   l a s t   s e a s o n .     t h e y   s u c k e d .     t h e n   t h e   t i g e r s   s u c k e d .     n o w   i t   l o o k s   l i k e   t h e   l i o n s   a r e   s t i l l   b a d .     o k ,   p i s t o n s .     w i l l   y o u   g e t   t h i s   g o i n g ?
n e w   p o s t :   d e t r o i t   p i s t o n s   p r e s e a s o n   n b a   g a m e   v s .   n e w   o r l e a n s   p e l i c a n s :   t i m e ,   s t r e a m i n g ,   m o r e   i n f o    
d e t r o i t   p i s t o n s   p r e s e a s o n   n b a   g a m e   v s .   n e w   o r l e a n s   p e l i c a n s :   t i m e ,   s t r e a m i n g ,   m o r e   i n f o  
t h e   d e t r o i t   p i s t o n s   a r e   r e l e a s i n g   k r i s   d u n n   s o u r c e s   t e l l   m e   a n d  
d e t r o i t   p i s t o n s   p r e s e a s o n   n b a   g a m e   v s .   n e w   o r l e a n s   p e l i c a n s :   t i m e ,   s t r e a m i n g ,   m o r e   i n f o       n b a   n e w s   b a s k e t b a l l  
n b a   d e t r o i t   p i s t o n s   p r e s e a s o n   n b a   g a m e   v s .   n e w   o r l e a n s   p e l i c a n s :   t i m e ,   s t r e a m i n g ,   m o r e   i n f o     s p o r t s
e v a n   f o u r n i e r   w a s   s o l i d   🆚   t h e   d e t r o i t   p i s t o n s . 
 
 1 s t   h a l f . 
 
 f u l l   v i d e o 
 
 
 n b a t w i t t e r   
 n e w y o r k f o r e v e r  
i s a i a h   h a r t e n s t e i n   w a s   s o l i d   a g a i n s t   t h e   d e t r o i t   p i s t o n s . 
 
 1 0 . 4 . 2 0 2 2 
 
 1 s t   h a l f 
 
 f u l l   v i d e o 
 
 
 n e w y o r k f o r e v e r  
n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s   1 0 / 7 / 2 2   n b a   p i c k s ,   p r e d i c t i o n s ,   o d d s  
i m m a n u e l   q u i c k l e y   w a s   a g g r e s s i v e   a g a i n s t   t h e   d e t r o i t   p i s t o n s . 
 
 1 0 . 4 . 2 0 2 2 
 
 f u l l   v i d e o 
 
 
 n e w y o r k f o r e v e r  
s h o u l d   t h e   d e t r o i t   p i s t o n s   m a k e   a   . . . 
   
 
   
 9 7 1 t h e t i c k e t   a i d a n h u t c h i n s o n   b a r s t o o l s p o r t s   c a d e c u n n i n g h a m   c e n t r a l d i v i s i o n   c o l l e g e f o o t b a l l   d a n c a m p b e l l   d e t r o i t l i o n s   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s n e w s   d e t r o i t p i s t o n s r e p o r t s   d e t r o i t p i s t o n s r u m o r s  
j a l e n   b r u n s o n   a n d   m i t c h e l l   r o b i n s o n . 
 
 n e w   y o r k   k n i c k s   🆚   d e t r o i t   p i s t o n s   1 0 . 4 . 2 0 2 2 
 
 f u l l   v i d e o 
 
 
 n e w y o r k f o r e v e r   
 n b a t w i t t e r  
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
a o m f ,   d e t r o i t   s p o r t s   f a n s ,   t u n e i n   f o r   l i o n s t i g e r s p i s t o n s a n d w i n g s o h m y   w i t h     -     ! 
 n f l   o n e p r i d e   n b a   d e t r o i t b a s k e t b a l l   m l b   d e t r o i t r o o t s   n h l   l g r w   b 1 g   m s u   s p a r t y   m i c h i g a n   m a c t i o n   n c a a f b    
  i   d i d n ’ t   m i n d   i t   a t   a l l … b u t   t h e n   i ’ m   f r o m   m i c h i g a n … a n d   a   d e t r o i t   p i s t o n s   f a n !   w e   l o v e   d e f e n s e ! 😂  
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 2 5 0  
t h e   d e t r o i t   p i s t o n s   h a v e   w o n   t h e   2 0 2 6   n b a   c h a m p i o n s h i p .
f o r e c a s t i n g   t h e   e n d   o f   t h e   s a c r a m e n t o   k i n g s '   d e c a d e - l o n g   p l a y o f f   d r o u g h t 
 
 
 
 n b a   s a c r a m e n t o p r o u d   k i n g s   s a c r a m e n t o   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n
b a d   b o y s   3 :   t h e   d e t r o i t   p i s t o n s   a r e   r e v v i n g   u p   f o r   a   s p e e d y   t u r n a r o u n d 
 
 
 
 n b a   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   d u b n a t i o n
d e t r o i t   p i s t o n s :   j a l e n   d u r e n   a l r e a d y   s h o w i n g   s i g n s   o f   e l i t e   d e f e n s e 
 
 
 
 n b a   d e t r o i t b a s k e t b a l l   d e t r o i t   p i s t o n s   m i l e h i g h b a s k e t b a l l   m f f l   b l e e d g r e e n   c e l t i c s   n b a 2 k 2 3   n b a i n a b u d h a b i     n b a 2 k   n b a t w i t t e r   b u l l s n a t i o n   l a k e s h o w   l a k e r s   w e t h e n o r t h   d u b n a t i o n
  j a d e n   i v e y   s h o w s   o u t   i n   d e t r o i t   p i s t o n s   p r e s e a s o n   b l o w o u t   l o s s   t o   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !    
j o r d a n   p o o l e   m o v i n g   o n ?   |   d e t r o i t   p i s t o n s 
   
 
   
 c a d e c u n n i g h a m   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d r a y m o n d g r e e n   e a s t e r n c o n f e r e n c e   i s a i a h l i v e r s   j a d e n i v e y   j o r d a n p o o l e   k l a y t h o m p s o n   m i c h i g a n   n b a   p o o l e d r a y m o n d   s a d d i q b e y   u o f m  
d e t r o i t   p i s t o n s   y o u t h   b l u e   c o n t e n t   s h o r t s ,   b l u e ,   1 0 0 %   p o l y e s t e r ,   s i z e   s    
d e t r o i t   s p o r t s   i s   a   w a r n i n g   s i g n   t o   t e a m s   e v e r y w h e r e   t o   n o t   h i r e   f a t   f u c k s   w i t h   a   t o u g h   g u y   o r   " i ' m   s m a r t e r   t h a n   y o u "   a t t i t u d e .   d o n ' t   k n o w   m u c h   a b o u t   p i s t o n s   h i s t o r y ,   b u t   m a t t   p a t r i c i a   i s   w o r s t   c o a c h   i n   l i o n s   h i s t o r y ,   a n d   s t a n   v a n   g u n d y   l o o k s   l i k e   t h a t  
t h e   d e t r o i t   p i s t o n s   a r e   r e v v i n g   u p   f o r   a   s p e e d y   t u r n a r o u n d  
  _ p r   y a l l   s u r e   d o   h a v e   t i c k e t s   o n   s a l e .     w h y   w o u l d   i   b u y   t i c k e t s   a n d   c a n ' t   s h o w   u p   i n   t h e   p l a y e r   j e r s e y ,       ,   t h a t   i   w a n t   t o   s u p p o r t ?   d o e s n ' t   m a k e   s e n s e .   
 p i s t o n s   d e t r o i t   d e t r o i t p i s t o n s   j a l e n d u r e n   j a l e n   d u r e n   n b a
v i c t o r   w e m b a n y a m a   b u f f e d   o u t .   g e t   h i m   t o   t h e   d e t r o i t   p i s t o n s  
c a d e   c u n n i n g h a m   a n d   t h e   d e t r o i t   p i s t o n s   g e t t i n g   r e a d y   f o r   t h e   n b a   s e a s o n   a t   k e a n   u n i v e r s i t y !   c o u g a r s   c l i m b   h i g h e r   t o g e t h e r !    
  p i s t o n s   i s   a   m a t c h   m a d e   i n   h e a v e n .   t e a c h   t h e m   k i d s   i n   d e t r o i t   h o w   t o   b e   c h a m p i o n s .   h e   w i l l   g e t   t h e   m o s t   m o n e y   t h e r e .   i   t h i n k   i t s   w i n   w i n   f o r   a l l   s i d e s .   w e   m i g h t   g e t   a   h i g h   p i c k   f r o m   t h i s   j a y
p u t   t o g e t h e r   a   r e s p o n s e   t o   t h e   k n i c k s ’   f i r s t   o f   m a n y   g a m e s   t h i s   s e a s o n   i n   w h i c h   t h e y   t r o u n c e d   t h e   d e t r o i t   p i s t o n s .   t h i s   o n e ’ s   f o r     
 

t h e   d e t r o i t   p i s t o n s   j u s t   n e e d   t o   s w a g   o u t   t h i s   s e a s o n .   i   n e e d   i t ! ! !
w a t c h   ,   ,   a n d     d i s c u s s   t h e   b o n d   t h a t   t h e   d e t r o i t   p i s t o n s   a r e   b u i l d i n g   a s   a   t e a m .   
 
 📺   |   w o o d w a r d   s p o r t s   n e t w o r k
r a n k   t h e s e   t e a m s   i n   o r d e r : 
 
 -   o k l a h o m a   c i t y   t h u n d e r 
 -   o r l a n d o   m a g i c 
 -   d e t r o i t   p i s t o n s 
 -   h o u s t o n   r o c k e t s 
 -   c h a r l o t t e   h o r n e t s 
 -   i n d i a n a   p a c e r s 
 -   u t a h   j a z z 
 -   s a n   a n t o n i o   s p u r s  
d e t r o i t   p i s t o n s   h a s   o f f e r e d   s e v e r a l   d i f f e r e n t   p a c k a g e s   i n   a n   a t t e m p t   t o   t r a d e   f o r   t a j   g i b s o n .   a t   t h i s   t i m e ,   t h e   t r a d e   i s   n o t   i m m i n e n t .
c h a u n c e y   b i l l u p s   w a s   t r a d e d   3   t i m e s   a n d   n o t     r e -   s i g n e d   b y   h i s   l a s t   t e a m   b e f o r e   b e i n g   s i g n e d   b y   t h e   d e t r o i t   p i s t o n s   w h e r e   b e c a m e   a n   a l l   s t a r   a n d   l e d   h i s   t e a m   t o   a   n . b . a .   t i t l e .   n e v e r   g i v e   u p   o n   y o u r   p a s s i o n   p a r t i c u l a r l y   i f   y o u   a r e   n o t   i n   i t   f o r   t h e 💰 .
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   . . . 
   
 
   
 a n d r e w w i g g i n s   a n t h o n y d a v i s   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e t r o i t p i s t o n s   d e v i n b o o k e r   d r a y m o n d g r e e n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   g i a n n i s a n t e t o k o u n m p o  
  s a d   t h i n g   i s   i   w o u l d n ’ t   h a t e   i f   t h e   p i s t o n s   t a n k e d   t o   g e t   v i c t o r   c a d e   v i c t o r   a n d   i v e y   w o u l d   d e l i v e r   d e t r o i t   m u l t i p l e   c h a m p i o n s h i p s
  _ e n e r g y   i ' m   a l s o   w o n d e r i n g   w h y   _ e n e r g y   s p o n s o r s     a s   w e l l   a s   o t h e r   c o r p o r a t e   e v e n t s   a n d   c o m p a n i e s .     
 
 h o w   i s   t h i s   l e g a l ?     
 
 i t ' s   t i m e   w e   s t o p p e d   s u b s i d i z i n g   t h e   d e t r o i t   t i g e r s   w i t h   m y   e l e c t r i c   b i l l .   h o w   m a n y   e x e c u t i v e s   g e t   a   s a l a r y   f o r   a t t e n d i n g   p i s t o n s   g a m e s   o n   o u r   d i m e ?
t h e   d e t r o i t   p i s t o n s   h a v e   w o n   t h e   2 0 4 0   n b a   c h a m p i o n s h i p .
f o r m e r   m e m b e r   o f   t h e     p i s t o n s '   " b a d   b o y s , "     t h o m a s   j o i n s   u s   t o d a y   o n   l o n g   g a m e   t o   d i s c u s s   h i s   t r a n s i t i o n   f r o m   p r o f e s s i o n a l   b a s k e t b a l l   p l a y e r   t o   c o a c h   t o   c e o .   w a t c h   h i s   l e g a c y   i n   t h e   m a k i n g   a t       s h a r e u b s  
  d e t r o i t   p i s t o n s ,   m y   g u y
  t h i s   g u y   w a s   a   r e a l   t r u e   n b a   c e n t e r !         _ t h e p r o g r a m                 _ p i s t o n s      
d e t r o i t   p i s t o n s   2 0 2 2   w i n   t o t a l   o d d s   a n d   f u t u r e s   b e t t i n g   i n s i g h t s       n b a   n e w s   b a s k e t b a l l  
n e w   p o s t :   d e t r o i t   p i s t o n s   2 0 2 2   w i n   t o t a l   o d d s   a n d   f u t u r e s   b e t t i n g   i n s i g h t s    
  m a k e   d e t r o i t   p i s t o n s   g r e a t   a g a i n .
    i   w a s   w o n d e r i n g   w h y   t h e   u t a h   j a z z   g a v e   b o j a n   b o g d a n o v i c   t o   t h e   p i s t o n s   f o r   f r e e . 
 
 t o   h e l p   d e t r o i t   a c c i d e n t l y   w i n   a   f e w   e x t r a   g a m e s .   b o g e y   i s   i n   a   c o n t r a c t   y e a r .   g o t t a   b a l l   o u t .  
i ’ v e   b e e n   s h o u t i n g   t h a t   t e a m s   s h l d   t a n k   p l e a s e   t h i s   d o e s   n o t   a p p l y   t o   t e r r i b l e   t e a m s / o r g a n i z a t i o n s   l i k e   s a c r e m e n t o   k i n g s   ,   o r l a n d o   m a g i c   ,   t i m b e r w o l v e s ,   u t a h   j a z z ,   d e t r o i t   p i s t o n s .
i   j u s t   g o t   a c c e s s   t o   e x c l u s i v e   l a s t - m i n u t e   t i c k e t   d e a l s   f o r   d e t r o i t   p i s t o n s   h o m e   g a m e s .   a l l   i t   t a k e s   i s   a   s i m p l e   t e x t   m e s s a g e   t o   s e c u r e   y o u r   s e a t s !   t r y   i t   h e r e  
d e t r o i t   p i s t o n s   2 0 2 2   w i n   t o t a l   o d d s   a n d   f u t u r e s   b e t t i n g   i n s i g h t s       n b a   n e w s   b a s k e t b a l l  
d o n ’ t   a n t i c i p a t e   a   p l a y o f f   b e r t h   f o r   t h e   d e t r o i t   p i s t o n s ,   w h o s e   o v e r / u n d e r   f o r   2 0 2 2 - 2 3   c h e c k s   i n   a t   o n l y   2 9 . 5   w i n s . p i s t o n s   w i n   t o t a l   f u t u r e s   o d d s n b a   o d d s   c o u r t e s y   o f   t i p i c o   s p o r t s b o o k .   o d d s   u …    
_ k e l l y _ 3 1 3   n o t   e v e n   a   p i s t o n s   f a n   b u t   i   w a n t   w e m b y   i n   d e t r o i t
  _ _ t a l k   c a s e y   w o u l d   p l a y   c o j o   o v e r   d i n w i d d i e   i f   h e   w a s   s t i l l   o n   d e t r o i t
d o   n o t   l e t   t h e   d e t r o i t   p i s t o n s   g e t   v i c t o r   w e m b a n y a m a .   g o o d   l u c k   d e a l i n g   w i t h   t h e   t r i o   o f   c a d e   c u n n i n g h a m ,   j a d e n   i v e y ,   a n d   v i c t o r   w e m b a n y a m a .
d e t r o i t   p i s t o n s   2 0 2 2   w i n   t o t a l   o d d s   a n d   f u t u r e s   b e t t i n g   i n s i g h t s       n b a   n e w s   b a s k e t b a l l  
n w   t e a m   p r e v i e w   2 0 2 2 - 2 0 2 3 :   d e t r o i t   p i s t o n s 
 _ p h i l i p p i n e s   & l t ; n b a   t v   p h i l i p p i n e s & g t ;
t b t   a d r i a n   d a n t l e y ' s   f i r s t   g a m e   b a c k   i n   d e t r o i t   a f t e r   g e t t i n g   t r a d e d   m a v s   p i s t o n s   🏀  
m a t t h e w   j u d o n ,   w h o   g r e w   u p   o u t s i d e   o f   d e t r o i t ,   s a y s   h e   w a s   a   p i s t o n s   a n d   r e d   w i n g s   f a n   b u t   n o t   a   l i o n s   f a n   a s   a   k i d .   h e   r o o t e d   f o r   t h e   s a i n t s ,   b e c a u s e   h i s   f a m i l y   i s   f r o m   n e w   o r l e a n s .
i t ' s   g o i n g   t o   b e   a m a z i n g   w h e n   t h e   s a c r a m e n t o   k i n g s   b e a t   t h e   d e t r o i t   p i s t o n s   i n   t h e   2 0 2 3   n b a   f i n a l s   b e c a u s e   a l l   3 0   t e a m s   s h a m e l e s s l y   t a n k e d   f o r   v i c t o r   w e m b a n y a m a   a n d   n o   f o r m e r   a l l - s t a r   p l a y e d   m o r e   t h a n   1 3   g a m e s .
l u c y   f r o m   t h e   d e t r o i t   p i s t o n s   p l a y e d   i n   m y   f a c e   j u s t   n o w   a n d   i ’ m   a c t u a l l y   i r r i t a t e d .
n e w   l i s t i n g !   
 
 b o b   l a n i e r   1 9 7 3 - 7 4   t o p p s   1 1 0   d e t r o i t   p i s t o n s   w / k a r e e m   a b d u l - j a b b a r   
 
 c h e c k   i t   o u t :   
 
 t r a d i n g c a r d s   f o r s a l e   e b a y  
b a d   b o y s   3 :   t h e   d e t r o i t   p i s t o n s   a r e   r e v v i n g   u p   f o r   a   s p e e d y   t u r n a r o u n d   ( ✍ ️   ) 
 
 d e t r o i t b a s k e t b a l l   d e t r o i t u p  
n o b o d y :   … 
 
 t h e   1 9 8 0 s   d e t r o i t   p i s t o n s :  
i d k   b o u t   d e t r o i t   p i s t o n s   y a l l ,   c a s e y   s c a r e s   m e .
  _ s t a c k s   _ h u m b l e t e e j   a b s o l u t e l y   b u t   s p u r s   a n d   p i s t o n s   j u s t   g o n n a   b e   r e a l l y   f u c k i n   b a d .   a t   l e a s t   d e t r o i t   g o n n a   b e   i n t e r e s t i n g .   s p u r s   g o n n a   b e   d e p r e s s i n g   😂
      l o l . .   i ' m   n o t   c o n t e s t i n g   a n y   o f   w h a t   y o u   s a i d .   i   a g r e e . .   i m   n o t   e v e n   t a l k i n g   a b o u t   c h i p s   t h o . .   i m   j u s t   t a l k i n g   i n   t e r m s   o f   s k i l l   w i s e .   p l a y e r   f o r   p l a y e r   c o m p a r i s o n s .   h e   i s   g o o d ,   b u t   n o t   t h a t   g o o d .   d r a y m o n d   o n   t h e   d e t r o i t   p i s t o n s   n o t   d o i n g   a n y t h i n g .
  t h e   s a m e   w a y   t h e   d e t r o i t   p i s t o n s   g u a r d e d   j o r d a n   i n   t h e   e a r l y   9 0 s . . . .
🏀   d e t r o i t   p i s t o n s   ( )   d e t r o i t u p 
 🆚   l   @   n e w   y o r k   k n i c k s   n e w y o r k f o r e v e r   d e t v s n y k 
 ⏭ ️   n e w   o r l e a n s   p e l i c a n s   w b d   d e t v s n o p 
 ✈ ️   n 6 5 0 d l   |   d a l 8 9 2 5   |   b 7 5 2 
 🛫   e w r   -   3 : 4 0   p m   e t 
 🛬   m s y   -   5 : 2 4   p m   c t 
 📡   t r a c k i n g :    
n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r e v e r   n e w y o r k k n i c k s 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
_ _ t a l k   g o t   y o u ,   i   c o u l d   s t i l l   s e e   h i m   s i g n i n g   a   1   y r   v e t   m i n   d e a l   w i t h   d e t r o i t   i n   h i s   f i n a l   y e a r s
t h e   m e d i a n   a g e   o f   t h e   d e t r o i t   p i s t o n s   s t a r t i n g   l i n e   u p   b e i n g   l i k e   2 2   c a n ’ t   b e   g o o d   l o l
n b a   d e t r o i t   p i s t o n s   :   t h e r e   i s   a   b r i g h t   s i d e ,   t h e y   c a n ' t   p l a y   a n y   w o r s e
_ g t   _ _ b a d       w e   l o v e   t h e   d e t r o i t   p i s t o n s
t h e   d e t r o i t   p i s t o n s :   t h e y ’ r e   n o t   g o o d ,   b u t   t h e y ’ r e   g o o d   e n o u g h  
_ w y s o     4 s h o !   b e i n g   r e a l i s t i c ,   p i s t o n s   c o u l d   m a k e   i t   c o m p e t i t i v e   a n d   s t i l l   g e t   h i m .   2 8 - 3 0   w i n s   a i n ’ t   s h i t   4 r e a l .   a n d   c o n s i d e r i n g   i t ’ s   a l l   b a s e d   u p o n   o d d s ,   w e   c o u l d   h a v e   a   d e c e n t   c h a n c e .   i   w a n t   t h e m   2 8 - 3 0   w i n s   t o   l o o k   g o o d ,   a n d   t h e m   l o s s e s   t o   r e f l e c t   i m p r o v e m e n t
m y   n e w e s t   a r t i c l e   f o r     
 
 
 
 p l e a s e   r e a d   a n d   s u p p o r t !   🙏  
n e w   t u m b l r   p o s t :   " n b a 2 k 2 2   d e t r o i t   p i s t o n s   v s   b o s t o n   c e l t i c s   m y l e a g u e   p s 4   g a m e s . . . "     i f t t t ,   y o u t u b e
c a n   t h i s   t e a m   m a k e   a   r u n   t o   t h e   t o u r n a m e n t ? 🤔   h e r e ’ s   w h a t   w e   t h i n k   i t ’ s   g o i n g   t o   t a k e ⬇ ️ 
 
 d e t r o i t   p i s t o n s   n b a   a l l p i s t o n s   

l a s t   t i m e   e a c h   d e t r o i t   s p o r t s   t e a m   w o n   a   p l a y o f f   s e r i e s ; 
 
 p i s t o n s   2 0 0 8   ( l o s t   i n   r o u n d   2 ) 
 r e d   w i n g s   2 0 1 3   ( l o s t   i n   r o u n d   2 ) 
 t i g e r s   2 0 1 3   ( l o s t   i n   r o u n d   2 ) 
 l i o n s   1 9 9 1   ( l o s t   i n   r o u n d   2 ) 
 
 t h a t ’ s   r i g h t   f o l k s ,   w e   a r e   c l o s i n g   i n   o n   a   d e c a d e .
b u i l d i n g   a   2 0 2 3   n b a   d r a f t   b i g   b o a r d   f o r   t h e   d e t r o i t   p i s t o n s :   p l a y e r s   6 - 1 0  
_ n b a     - d e t r o i t   p i s t o n s   
 - c a d e   c u n n i n g h a m   
 - j a d e n   i v e y 
 - d w a y n e   c a s e y
【 s t o c k   i n f o r m a t i o n 】 c h a m p i o n   " d e t r o i t   p i s t o n s   3 3   h i l l "   b a s k e t   t a n k   /   e m e r a l d   g r e e n   /  
r e p r e s e n t i n g   t h e   d     a t   t h e     a b u   d h a b i   g a m e s   2 0 2 2 
 n b a   d e t r o i t   d e t r o i t p i s t o n s   p i s t o n s  
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 0   ( + 4 . 5 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~   b o n u s e s   u p   t o   $ 1 5 0 0  
t o m o r r o w   i s   t h e   d a y !   🤩   j o i n   u s   d u r i n g   d a n c i n g   f o r   t h e   s u r v i v o r s   i n   c a m p u s   m a r t i u s   w h e r e   t h e y ' l l   b e   a   p h o t o   b o o t h ,   s p e c i a l   g u e s t s   f r o m   t h e   d e t r o i t   p i s t o n s   d a n c e   t e a m ,   a n d   a   w h o l e   l o t   o f   d a n c i n g .   w e   h o p e   t o   s e e   e v e r y o n e   t h e r e !  
n b a   n b a   g m   s u r v e y :   s o m e   s a y   d e t r o i t   p i s t o n s   h a v e   l e a g u e ' s   b e s t   y o u n g   c o r e     s p o r t s
p o d c a s t :   o v e r r e a c t i n g   t o   t h e   d e t r o i t   p i s t o n s   f i r s t   p r e s e a s o n   g a m e 
 
 a p p l e   p o d c a s t s :   
 
 s p o t i f y :   
 
 y o u t u b e :    
p o d c a s t :   o v e r r e a c t i n g   t o   t h e   d e t r o i t   p i s t o n s   f i r s t   p r e s e a s o n   g a m e 
 
 a p p l e   p o d c a s t s :   
 
 s p o t i f y :   
 
 y o u t u b e :    
m y   b o l d   p r e d i c t i o n   f o r   t h e   5   t e a m s   w h o   c a n   g e t   v i c t o r   w e m b a n y a m a   n e x t   y e a r   a r e :   
 
 o k l a h o m a   c i t y   t h u n d e r   
 o r l a n d o   m a g i c   
 s a n   a n t o n i o   s p u r s   
 u t a h   j a z z   
 d e t r o i t   p i s t o n s
w e   t a l k   a b o u t   s h o o t i n g   a n d   l o b s   a   l o t   b u t   i   w i s h   i s a i a h   s t e w a r t   w o u l d   t a k e   o f f   t h e   o v e n   m i t t s . 
 
   ( v i a   )  
“ i   t h i n k   e s p e c i a l l y   i n   t h e s e   p o l a r i z i n g   t i m e s ,   i t   i s   e s s e n t i a l   f o r   e v e r y o n e ’ s   v o i c e   t o   b e   h e a r d …   w e   c a n ’ t   t a k e   f o r   g r a n t e d   o u r   d e m o c r a c y , ”   s a y s   p i s t o n s   v i c e   c h a i r m a n   a r n   t e l l e m .   h e   s a y s   t h e   p i s t o n s   m o v e d   b a c k   t o   d e t r o i t   t o   p l a y   a n   a c t i v e   r o l e   i n   t h e   c o m m u n i t y .  
🚨 n e w   w o r d s   a l e r t 🚨 
 
 w r o t e   a b o u t   t h e   c e n t r a l   d i v i s i o n ! 
 
 - a y o   d o s u n m u   & a m p ;   a l e x   c a r u s o   c l a m p i n g   f o l k s   & g t ; & g t ; 
 
 - d a r i u s   g a r l a n d :   m o v e m e n t   s h o o t e r 
 
 - m o a r   c a d e 
 
 - i s a i a h   j a c k s o n   r e p s 
 
 - b r o o k   l o p e z   i s   b y k e 
 
 a n d   m u c h   m o r e . 
 

  j a l e n   b r u n s o n   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   d e b u t   v s   d e t r o i t   p i s t o n s   |   h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2    
[ u p d a t e ]   o r l a n d o   m a g i c   + 4 . 5   ( + 4 . 0 )   a t   d e t r o i t   p i s t o n s   |   w e d   1 9 : 1 0 e t   o r l v s d e t   n b a   ~  
    w h y   d i d   c w o o d   e v e n   l e f t   d e t r o i t   w h a t ' s   t h e   f i r s t   o n e   t o   h a p p e n e d   p i s t o n s   s i g n   g r a n t   o r   r o c k t e s   s i g n   c w o o d ? ?
b r i n g   d r a y m o n d   g r e e n   t o   d e t r o i t ?     p i s t o n s   d r a y m o n d   n b a t w i t t e r
a v e n t i v   i s   c u r r e n t l y   o w n e d   b y   p l a t i n u m   e q u i t y ,   a   p r i v a t e   e q u i t y   f i r m   b a s e d   o u t   o f   b e v e r l y   h i l l s   a n d   l e d   b y   t o m   g o r e s ,   a l s o   t h e   o w n e r   o f   t h e   d e t r o i t   p i s t o n s .   t h e y   b o u g h t   t h e   t e l e c o m   i n   n o v   2 0 1 7   f o r   $ 1 . 6   b i l l i o n   a n d   h a v e   r e c e i v e d   n o t h i n g   b u t   h e a t   s i n c e . 

_ k e l l y _ 3 1 3   a s   s o m e o n e   w h o   n a m e d   m y   f i r s t   d o g   d r a y m o n d   ( p i c t u r e d ) :   p l e a s e   n o .   d e t r o i t   n e e d s   p l a y e r s   w h o   f i t   c a d e   a n d   i v e y ,   a k a   s h o o t i n g   a n d   v e r s a t i l e   d e f e n s e .   i   d o   h o p e   t h e   p i s t o n s   t h r o w   t h e   b a g   a t   w i g g i n s   t h i s   s u m m e r !  
f o r m e r   p i s t o n s   a n d   d e t r o i t   m e r c y   s t a r   e a r l   c u r e t o n   h e r e   w o r k i n g   t h e   p h o n e s  
  n o   o n e .   w e   e n d   u p   l o p p i n g   o f f   t h e   c i t y   o f   d e t r o i t   a n d   l e t t i n g   i t   f l o a t   o v e r   t o   c a n a d a .   t h e   w i n d s o r   p i s t o n s ,   l i o n s ,   r e d   w i n g s ,   a n d   t i g e r s   a l l   g o   t o   t h e   p l a y o f f s   i n   t h e i r   f i r s t   y e a r .
_ d e t r o i t     y e s .   i   d o n ' t   m i n d   s t a r t i n g   b a g l e y   a t   c   f o r   c a d e ' s   o f f e n s i v e   d e v e l o p m e n t . 
 w e   c a n   s e e   s t e w a r t / d u r e n   o f f   t h e   b e n c h .   i f / w h e n   b a g l e y   i s   r e a l l y   b a d   d e f e n s i v e l y   f o r   e n o u g h   g a m e s   d u r e n / n o e l   c a n   s t a r t .
p i s t o n s   t e a m i n g   u p   w i t h   d e t r o i t   v o t e s   t o   c a l l   r e s i d e n t s   t o   e n s u r e   t h e y   u n d e r s t a n d   e a r l y   v o t i n g   a n d   d r o p b o x   o p t i o n s   a v a i l a b l e   a h e a d   o f   n o v .   8 .  
d r a y m o n d   t o   d e t r o i t  
_ d _ p i s t o n s _ f a n     i n   t h e   b e n c h   u n i t   y o u ’ r e   m o r e   c o m f o r t a b l e   g i v i n g   h i m   s t r e t c h   d u t i e s   t o   g e t   h i s   r e p s   u p .   s t e w   a n d   b a g l e y   w o u l d   b e   a   g o o d   n b a   b e n c h   b i g   c o m b o .   h e l l   p r e - b o g i e   i t   w a s   t h e   e x p e c t e d   s t a r t i n g   c o m b o
p e r s o n a l l y   i   t h i n k   i t ' s   t i m e   t o   f o r   t h e   w a r r i o r s   t o   c u t   b a i t   w i t h   4 x   a l l - s t a r   d r a y m o n d   g r e e n .   h e ' s   c l e a r l y   b e c o m e   a   d i s t r a c t i o n   a n d   t h e   o n l y   f a i r   w a y   t o   p u n i s h   h i m   f o r   t h i s   o u t b u r s t   i s   t o   t r a d e   h i m   t o   t h e   d e t r o i t   p i s t o n s   f o r   4 x   a l l - s t a r   k e m b a   w a l k e r
  w h y   n o   l o v e   f o r   t h e   d e t r o i t   p i s t o n s ?   🤷 ‍ ♂ ️
_ _ c f c         f a c t s   a i   w o u l d n ' t   b e a t   a   6 1   w i n   d e t r o i t   p i s t o n s   t e a m   w i t h   4   a l l   s t a r s   o n   t h a t   t e a m   😂
  _ _ c f c       a i   w o u l d n ' t   b e a t   a   6 1   w i n   d e t r o i t   p i s t o n s   t e a m   w i t h   4   a l l   s t a r s   i n   h i s   t h i r d   y e a r   😂
_ _ t a l k   n o   w o n d e r   d e t r o i t   t r a d e d   h i m ! !
j a l e n   d u r e n   w a s   o n e   o f   t h e   b r i g h t   s p o t s   i n   t h e   f i r s t   p r e s e a s o n   g a m e ,   a n d   s h o w e d   s o m e   p r o m i s i n g   s i g n s   o n   t h e   d e f e n s i v e   e n d . 
 
   ( v i a   )  
t h e   d e t r o i t   p i s t o n s   w i n   t o t a l   o p e n e d   2 6 . 5   a n d   i s   c u r r e n t l y   2 9 . 5 .   j u s t   e v e r y o n e   j u m p i n g   o n   t h e   f u n ,   y o u n g   t e a m .
r j   b a r r e t t   t a k e s   c e n t e r   s t a g e   a t   t h e   g a r d e n   i n   k n i c k s   v i c t o r y   o v e r   t h e   p i s t o n s   i n   t h e   n b a p r e s e a s o n 
 
 n e w   y o r k 
 r j   b a r r e t t :   2 1   p t s ,   5   r e b 
 j a l e n   b r u n s o n :   1 6   p t s ,   5   a s t 
 
 d e t r o i t 
 j a d e n   i v e y :   1 6   p t s ,   4   r e b  
i   h o p e   h e   g o e s   t o   t h e   d e t r o i t   p i s t o n s !  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 6 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
d e t r o i t   p i s t o n s :   j a l e n   d u r e n   a l r e a d y   s h o w i n g   s i g n s   o f   e l i t e   d e f e n s e   –   n b a   n e w s  
  y o u   a r e   m i s s i n g : 
 
 n b a : 
 t h e   o r l a n d o   m a g i c ,   d e t r o i t   p i s t o n s   a n d   b o s t o n   c e l t i c s . 
   
 f r o m   t h e   p u e r t o r r i c a n   l e a g u e : 
 ( b s n ) 
 l e o n e s   d e   p o n c e 
 c a r i d u r o s   d e   f a j a r d o 
 
 e u r o l e g u e : 
 b a r c e l o n a
_ e r a   b e c a u s e   t h e y   w i l l   h a v e   t h e   s a m e   n u m b e r   o f   t o u c h d o w n s   a s   j o r d a n   a n d   p i p p e n ?   o r   c r y   a s   m a n y   t e a r s   a s   j o r d a n   a n d   p i p p e n   a b o u t   t h e   d e t r o i t   p i s t o n s .   i f   t h a t ’ s   t h e   c a s e   t h e   t h e   s t e e l e r s   a r e   f u c k e d   a n d   d o w n t o w n   s h i t s b u r g   w i l l   b e   f l o o d e d .
n e w   p o d   a l e r t ! ! 
 
 t h e   p i s t o n s   p l a y e d   a   b a s k e t b a l l   g a m e . 
 
  
  w e l c o m e   t o   d e t r o i t   p i s t o n s
t h e   d e t r o i t   p i s t o n s   a r e   t r a d i n g   j o r d a n   b e l l   t o   t h e   b r o o k l y n   n e t s   i n   e x c h a n g e   f o r   c a m   r e d d i s h   s o u r c e s   t e l l   m e   a n d   .
t h e   m i n n e s o t a   t i m b e r w o l v e s   h a v e   h i r e d   s t e p h e n   s i l a s   f r o m   t h e   d e t r o i t   p i s t o n s ,   s o u r c e s   t e l l   m e   a n d   .
  s t r o n g e s t   d e f e n s e   i n   d e t r o i t   u n t i l   t h e   b a d   b o y   p i s t o n s .  
d e t r o i t   p i s t o n s   j u s t   g a v e   m e   a   f u l l   s e a s o n   o f   l e a g u e   p a s s   f o r   a s   a   p a r t   o f   m y   m e m b e r s h i p   🔥 🔥 🔥
t h e   d e t r o i t   p i s t o n s   a r e   t r a d i n g   k e v o n   l o o n e y   t o   a   o n e - y e a r   c o n t r a c t .   p e r   h i s   a g e n t .
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   p r e   s e a s o n   s t a r t s   t o m o r r o w ! !   |   w h a t   t o   b e   e x c i t e d   a b o u t   |   m e d i a   d a y   w /   c a d e   a n d   i v e y "   
 
 c r e a t o r :     3 1 3   h o o p s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " p i s t o n s   l o s e   t o   k n i c k s   1 1 7   t o   9 6   i n   p r e s e a s o n .   j a d e n   i v e y ,   k i l l i a n   h a y e s ,   j a l e n   d u r e n   s h o w   p r o m i s e . "   
 
 c r e a t o r :     d e t r o i t   p i s t o n   m e   o f f 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   @   k n i c k s   r e a c t i o n   -   p r e s e a s o n !   -   d e t   9 6 ,   n y k   1 1 7   -   2 0 2 2 - 2 3   n b a   s e a s o n "   
 
 c r e a t o r :     t o n y   d o m b r o w s k i 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   -   f u l l   g a m e h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2   n b a   p r e s e a s o n "   
 
 c r e a t o r :     c c b n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   l o s e   1 1 7 - 9 6   i n   f i r s t   p r e s e a s o n   g a m e   t o   n e w   y o r k   k n i c k s "   
 
 c r e a t o r :     d e t r o i t   s p o r t s   n a t i o n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
b a d   f o r   m i c h i g a n   g o v   w h i t m e r ,   a g   d a n a   n e s s e l ,   s e c   j o c e l y n   b e n s o n 
 - 
 d e t r o i t ,   p i s t o n s ,   
 s h e h u l k   l e s b i a n s   d a r e d e v i l   m a t t   m u r d o c k 
 d r a y m o n d   m i d n i g h t s m a y h e m w i t h m e   r h o b h 
 l a k e r s   p o o l e   t h e f i n e 9   k o d a k   d a i l y   q u o r d l e   2 5 5 
 c h a r l i e   c o x   s a m m y   l o g a n   p a u l   r i n n a   l a t t o   l i n d s e y 
 a u s t i n   r e a v e s  
  l m a o .   f a c e   y o u r   d e t r o i t   p i s t o n s   t o o .
s o u r c e s :   i s a i a h   j a c k s o n   h a s   r e q u e s t e d   a   t r a d e .   t h e   p h o e n i x   s u n s   & a m p ;   t h e   d e t r o i t   p i s t o n s   a p p e a r   t o   b e   f r o n t - r u n n e r s   t o   l a n d   t h i s   f a n t a s t i c   p l a y e r .
_ _ t a l k   f i r s t   o f f   . .   d u d e   s u c k e d   w h e n   h e   w a s   o n   t h e   c o u r t .     h e   a c t e d   l i k e   h e   d i d n ' t   g i v e   a   f u * k !     ( l i k e   d a r k o   d i d   w h e n   h e   w a s   o n   t h e   c o u r t ) . 
 
 s e c o n d   . .   i f   y a   w o u l d   p l a y e d   l i k e   y a   d i d   i n   b r o o k l y n   . .   i n   d e t r o i t   . .   i t   w o u l d a   b e e n   w a y y y y   d i f f e r e n t . 
 
 t h i r d   . .   f u * k   !
t h e   d e t r o i t   p i s t o n s   a r e   r e l o c a t i n g   t o   l o u i s v i l l e ,   k e n t u c k y   a f t e r   t h e   e n d   o f   t h i s   s e a s o n .
  d e t r o i t   p i s t o n s   d e f e n s i v e   m i s t a k e s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   ( 1 0 - 4 - 2 2 )    
d e t r o i t   p i s t o n s :   n b a   d r a f t   l o t t e r y   😁   r e a d y ? 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
      y e a h   i t ’ s   c h i l d i s h ,   b u t   i t   s t e m s   f r o m   j a l e n   g r e e n   t a k i n g   s h o t s   a t   d e t r o i t   j u s t   b e c a u s e   t h e   p i s t o n s   d i d n ’ t   d r a f t   h i m   1 … f a n s   t a k e   e v e r y   o p p o r t u n i t y   t o   s t i c k   i t   t o   h i m
t h e     w e r e   t h e   w i n n e r s   o f   t h e   o f f s e a s o n ,   a n d   t h e   n b a d r a f t .   w i t h   t h e   a d d i t i o n s   t h e y   m a d e ,   c a n   t h e y   p u s h   f o r   t h e   p l a y - i n ?   
 
 m y   t h o u g h t s   h e r e :   
 
 n b a   n b a t w i t t e r   p i s t o n s   d e t r o i t   d e t r o i t v s e v e r y b o d y   c a d e c u n n i n g h a m     n b a m e d i a d a y  
y o u   w i n n i n g   t h i s   g a m e   w o n t   e r a s e   t h e   l   a g a i n s t   t h e   d e t r o i t   p i s t o n s   o f   a u s t r a l i a  
  2 0 2 2   n b a   p r e s e a s o n   |   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   |   f u l l   g a m e   h i g h l i g h t s   o c t o b e r   4 …    
  d e t r o i t   p i s t o n s   a t   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   r a w   r e c a p    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   -   f u l l   g a m e   h i g h l i g h t s   -   o c t o b e r   4 ,   2 0 2 2    
  j a d e n   i v e y   d e b u t !   r e a c t i n g   t o   d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   |   2 0 2 2   n b a   p r e s e a s o n    
f o r m e r   p u r d u e   b a s k e t b a l l   s t a r   j a d e n   i v e y   n o t c h e s   1 6   p o i n t s   i n   n b a   p r e s e a s o n   d e b u t   -   s p o r t s   i l l u s t r a t e d  
d r a y m o n d   o n   h i s   w a y   t o   d e t r o i t   p i s t o n s …  
n e w   l i s t i n g !   
 
 g r a n t   h i l l   1 9 9 7 - 9 8   t o p p s   f i n e s t   b r o n z e   f i n i s h e r s   4 0   d e t r o i t   p i s t o n s   w / c o a t i n g   
 
 c h e c k   i t   o u t :   
 
 t r a d i n g c a r d s   f o r s a l e   e b a y  
    a g r e e d   l e t s   s e e   w h a t   h e ' s   a b l e   t o   d o   o n   t h e   d e t r o i t   p i s t o n s
b r e a k i n g   d o w n   k n i c k s & a m p ; 3 9 ;   p g   d e p t h :   b r u n s o n ,   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   k n i c k s b a s k e t b a l l   m s g   m s g n e t w o r k s   n e w y o r k   n e w y o r k b a s k e t b a l l   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   p i s t o n s   s p o r t s  
    y o u   a r e   s u p p o s e d   t o   p i c k   g o o d   p l a y e r s   n o t   t h e   d e t r o i t   p i s t o n s
i f   w e   w e r e n ’ t   s o   l o g   j a m m e d   a t   t h e   5   i n   d e t r o i t   i ’ d   l o v e   t h i s   m f   o f f   t h e   b e n c h   n   m e n t o r i n g   d u r a n   n   b e e f   s t e w   p i s t o n s  
t . j .   w a r r e n   h a s   j u s t   a n n o u n c e d   o n   h i s   o w n   i n s t a g r a m   t h a t   h e   h a s   s i g n e d   a   5 - y e a r   e x t e n s i o n   w i t h   d e t r o i t   p i s t o n s .
      a c t u a l l y   t h e r e ' s   a n o t h e r   n b a   t e a m . . . t h e   d e t r o i t   p i s t o n s   a r e n a   i s   a   1 0 m i n   f r o m   m y   b r o ' s   h o u s e   i n   w i n d s o r .   f u l l   d i s c l o s u r e :   b r o   i s   i n t e r v i e w i n g   w i t h   t h e m   n o w .
d r a y m o n d   g r e e n   g o n e   b e   a   d e t r o i t   p i s t o n s   q u i c k e r   t h a n   e x p e c t e d  
c a n   t h e   b u c k s   r e c l a i m   a n   n b a   c h a m p i o n s h i p ?   a r e   t h e   c a v s   a   f o r - r e a l   b r e a k o u t   t e a m ?   d o   t h e   b u l l s   h a v e   s l e e p e r   p o t e n t i a l   f o r   p l a y o f f   n o i s e ? 
 
   d i v e s   i n t o   a n   i n t r i g u i n g   c e n t r a l   d i v i s i o n : 

w h i c h   o n e   o f   t h e s e   n b a   c a r d s   w o u l d   y o u   c h o o s e ? 
 
 1 . )   c a d e   c u n n i n g h a m   2 0 2 1   i l l u s i o n s   r o o k i e 
 g r e e n   5 / 5   d e t r o i t   p i s t o n s 
 
 2 . )   c a d e   c u n n i n g h a m   r p a   l i m i t e d   r o o k i e 
 j e r s e y   a u t o   c a r d   2   * * j e r s e y   n u m b e r   m a t c h * * 
 
 3 . )   2 0 2 2   p a n i n i   i l l u s i o n s   n b a   c a d e 
 c u n n i n g h a m   g o l d   0 4 / 1 0 
 r o o k i e   d e t r o i t   p i s t o n s  
s p e n c e r   d i n w i d d i e   t a l k s   a b o u t   h i s   t i m e   w i t h   t h e   d e t r o i t   p i s t o n s   
 
  
n o   o n e   h a s   m a d e   m o r e   a l l   n b a   t e a m s   i n   d e t r o i t   p i s t o n s   f r a n c h i s e   h i s t o r y   t h a n   g r a n t   h i l l
o c t a t o z b a n d c h a l l e n g e   
 
 e 
 
 e v e r y t h i n g   b u t   t h e   g i r l   -   t w i n   c i t i e s 
 
 g o t t a   b e   t h e   o n l y   s o n g   e v e r   t h a t   m e n t i o n s   t h e   p i s t o n s   w i n n i n g   b a c k   t o   b a c k   t i t l e s ? 
 
 t h e y   w e r e   r i o t i n g   i n   d e t r o i t 
 o n   t h e   n i g h t   t h e   p i s t o n s   
 w o n   i t   b a c k   t o   b a c k 
 

t h e   d e t r o i t   p i s t o n s   k n o w   t h e i r   t e a m   i s   s o   a s s   t h e y ' r e   g i v i n g   t h e i r   s e a s o n   t i c k e t   h o l d e r s   t h e   a b i l i t y   t o   w a t c h   a n y   o t h e r   t e a m   f o r   f r e e   💀 💀 💀  
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   -   f u l l   g a m e   h i g h l i g h t s   |   p r e s e a s o n   * r e a c t i o n *    
  n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r e v e r   n e w y o r k k n i c k s    
w h i l e   i n   d e t r o i t   f o r   w o r k ,   i   s t o p p e d   b y   a   s p o t s   m e m o r a b i l i a   s t o r e   t o   g e t   m y   s o n   s o m e   p i s t o n s   b a s k e t b a l l   c a r d s .     a n d   t h e r e   w a s   a   s i g n e d   k y l e   w i l l i a m s   b u f f a l o   b i l l s   j e r s e y .     i   h a d   t o   g e t   i t !   b i l l s m a f i a  
t h e   d e t r o i t   p i s t o n s   h a v e   a g r e e d   t o   d e a l   w e s l e y   m a t t h e w s   a n d   c a m   r e d d i s h   t o   t h e   u t a h   j a z z   f o r   o u s m a n e   d i e n g ,   w e n d e l l   m o o r e ,   j r . ,   p e y t o n   w a t s o n ,   a n d   3   s e c o n d - r o u n d   p i c k s ,   a c c o r d i n g   t o   l e a g u e   s o u r c e s .
r a d i o   r o u l e t t e   c o m m u n i t y   m e m b e r ( s )   w h o   a r e   d e t r o i t   p i s t o n s   s e a s o n   t i c k e t   h o l d e r s   a r e   r e p o r t i n g   t h e y   w e r e   j u s t   g i v e n   c o m p l i m e n t a r y   l e a g u e   p a s s   p r e m i u m   s u b s c r i p t i o n s .   
 
  
" k i l l i a n   h a y e s   i s   e a s i l y   t h e   m o s t   s c r u t i n i z e d   p l a y e r   o n   t h e   r o s t e r   a n d   t h i s   c o u l d   b e   a   m a k e - o r - b r e a k   s e a s o n   f o r   h i m . "   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   j a d e n i v e y   p r e s e a s o n   s a d d i q b e y   d w a n e c a s e y
  c o u l d   y o u   p l e a s e   m e s s a g e   m e   t h e   v i n t a g e   d e t r o i t   w e b s i t e   a n d   d   s h o p   w e b s i t e s   y o u   g e t   y o u r   j e r s e y s   f r o m ?     y o u   l o v e   y o u r   t i g e r s   a n d   r e d   w i n g s   i   l i k e   m y   p i s t o n s .   a n y   i n f o .   i s   h e l p f u l .
w o o d w a r d   p i s t o n s   d i s c u s s   p l a n s   f o r   t h e   2 0 2 3   n b a   s e a s o n   a n d   r e s t o r a t i o n   o . . .     v i a     d e t r o i t   d e t r o i t r o o t s   s p o r t s   e s p n     _   _ c a s e y _ n b a     _ _ t a l k        
t h i s   i s   m y   f a v o r i t e   j o r d a n   e v e r   m a d e   
 i t ’ s   a l s o   t h e   o n e   h e   w o r e   t o   f i n a l l y   b e a t   t h e   d e t r o i t   p i s t o n s   a n d   g e t   t o   t h e   n b a   f i n a l s   
 
 a t   s o m e   p o i n t   i   g o t t a   g e t   a   p a i r   o f f     t o   w e a r   w h e n   i ’ m   c o a c h i n g   t h i s   y e a r  
h a p p y   5 0 t h   b i r t h d a y   t o   t h e   n o .   3   o v e r a l l   p i c k   b y   t h e   d e t r o i t   p i s t o n s   i n   t h e   1 9 9 4   n b a   d r a f t   g r a n t   " g - m o n e y "   h i l l ! ! ! 
 
 2 0 1 8     i n d u c t e e 
 1 9 9 6   o l y m p i c   🥇 🇺 🇸 
 7 ×   n b a   a l l - s t a r 
 1 9 9 7   a l l - n b a   f i r s t   t e a m 
 4 ×   a l l - n b a   s e c o n d   t e a m 
 1 9 9 5   n b a   c o - r o y 
 3 ×   n b a   s p o r t s m a n s h i p   a w a r d 
 
 n b a   n b a b d a y  
1 4 :   o r l a n d o   m a g i c 
 1 5 :   d e t r o i t   p i s t o n s  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
  _   i   l i v e d   t h r o u g h   a   t e a m   t h a t   f e a t u r e d   t o b i a s   a s   i t ' s   b e s t   p l a y e r . . . . a v e r a g e   c o u l d   n o t   b e   a   b e t t e r   d e s c r i p t i o n  
1 0 x   n b a   a l l - s t a r !   w h a t   i f   2 2 7 ' s   y o u t u b e   c h i l i '   c a r m e l o   c h i l i '   a n t h o n y !   1 x   n c a a   n a t i o n a l   c h a m p i o n !   l a k e r n a t i o n   s p i c y '     j a m a a l a l d i n _ t v     s y r a c u s e   o r a n g e   w e n t   t o   t h e   d e t r o i t   p i s t o n s . …    
d e t r o i t   p i s t o n s -   c u t t i n g   t h e   t a g 
 
 s i m p l e   m i d d l e   b s   t h a t   d r a w s   t h e   e y e s   o f   t h e   t a g   d e f e n d e r .   k i l l i a n   h a y e s   c u t s   a s   t h e   b a l l   s c r e e n   c o v e r a g e   i s   h a p p e n i n g .  
j a l e n   d u r e n   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n d u r e n   j a l e n   d u r e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 0 2 3 n b a s e a s o n   2 0 2 2 2 3 n b a s e a s o n   b a s k e t b a l l   c c b n   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w y o r k k n i c k s 2 0 2 2   e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a   e x t e n d e d n b a h i g h l i g h t s  
n y   k n i c k s :   w a s h   t h e   d e t r o i t   p i s t o n s   -   k n i c k s   d e l i   r e c a p   n b a   n e w y o r k f o r . . .   c l i c k   h e r e :     v i a     k n i c k s   n e w y o r k f o r e v e r  
k i l l i a n   h a y e s   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k i l l i a n h a y e s   k i l l i a n   h a y e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
  d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   -   f u l l   g a m e h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2   n b a   p r e s e a s o n    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   |   p i s t o n s   s t a n d o u t s    
c a d e   c u n n i n g h a m   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a d e c u n n i n g h a m   c a d e   c u n n i n g h a m   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
    j o h n   s a l l e y   s a y s   t h e   b a d   b o y s   l a b e l   w a s   c h i c a g o   b u l l s   p r o p a g a n d a   t o   t u r n   t h e   l e a g u e   a g a i n s t   t h e   d e t r o i t   p i s t o n s .   b e i n g   a   b a d   b o y   d o e s n ' t   m e a n   h u r t i n g   o p p o s i n g   p l a y e r s   a n d   b a l l i n g   l i k e   y o u ' r e   o u t   f o r   b l o o d ,   i t   m e a n s   a n   u n c o m p r o m i s i n g   w o r k   e t h i c   a n d   r e l e n t l e s s   e f f o r t .
d r o p p e d   t h e   n e w e s t   e p i s o d e   o f   t s u n a m i   s p e a k s .   t a l k i n g   k n i c k s   p r e s e a s o n .   g i v e   i t   a   w a t c h !   i f   y o u   e n j o y ,   p l e a s e   l i k e   t h e   v i d e o   a n d / o r   s u b s c r i b e .   
 e p i s o d e   1 1 :   t s u n a m i   s p e a k s   |   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   p o s t   g a m . . .     v i a  
  i m a g i n e .   " t h e   d e t r o i t   p i s t o n s   f i n i s h e d   w i t h   a   3 7 - 4 5   r e c o r d   a n d   h a d   t h e   1 3 t h   b e s t   o d d s   t o   w i n   t h e   1   p i c k .   a n d   t h e y   s o m e h o w   d i d   i t ! " 
 
 ( d o n ' t   i m a g i n e .   i   d o n ' t   w a n t   t o   j i n x   a n y t h i n g . )
j e r a m i   g r a n t   g i v e s   d a m i a n   l i l l a r d   a   l o n g - a w a i t e d   b o o s t     r i p c i t y   t r a i l b l a z e r s   s p o r t s n e w s  
🏀   a u t o m a t e d   -   n 
 
 w e s t   f i n a l s 
 o k l a h o m a   c i t y   t h u n d e r   v s .   h o u s t o n   r o c k e t s   ( 3 - 4 ) 
 
 e a s t   f i n a l s 
 m i a m i   h e a t   v s .   d e t r o i t   p i s t o n s   ( 2 - 4 ) 
 
 f i n a l s 
 h o u s t o n   r o c k e t s   v s .   d e t r o i t   p i s t o n s   ( 4 - 0 ) 
 
 c h r i s t y   w i n t e r s   s c o t t :   m y   f i n a l s   p r e d i c t i o n   w a s   r i g h t !
_ f a b i a n o     a b s e n c e   m a k e s   t h e   h e a r t   g r o w   f o n d e r . 
 
 t h e s e   u n i f o r m s   w e r e   b a d   w h e n   t h e y   w e r e   t h e   u s u a l   u n i f o r m s ,   a n d   y o u   o n l y   l i k e   t h e m   n o w   f o r   n o s t a l g i c   r e a s o n s . 
 
 i ' v e   s e e n   t h e   s a m e   t h i n g   h a p p e n i n g   w i t h   t h e   d e t r o i t   p i s t o n s '   t e a m   u n i f o r m s
h e y   g u y s   w h o   i s   y o u r   f a v o r i t e   n b a     t e a m ?   f o r   m e   i t ' s   m y   d e t r o i t   p i s t o n s .   y o u   g u y s   l e t   m e   k n o w   🏀 🏀 🏀 🏀 🏀 🏀 🏀 🏀 🏀 🏀 .
i n   s o m e   w a y s ,   l a s t   n i g h t ' s   p r e s e a s o n   o p e n e r   w a s   e v e r y t h i n g   t h e   n e w   y o r k   k n i c k s   c o u l d ' v e   w a n t e d .   
 
 i   h a v e   t h r e e   r e a s o n a b l e ,   r e a l i s t i c   r e a c t i o n s   a n d   t a k e a w a y s   f r o m   l a s t   n i g h t ' s   w i n   o v e r   d e t r o i t   i n   m y   l a t e s t : 
 n e w y o r k f o r e v e r   n b a t w i t t e r   
 

m i c h i g a n   c i t i e s   w i t h   t h e   l a r g e s t   n u m b e r   o f   g h o s t   s i g h t i n g s   & g t ;     m i c h i g a n   h a l l o w e e n   t r i c k o r t r e a t   g h o s t s   b o o   d e t r o i t   l i o n s   t i g e r s   r e d w i n g s   p i s t o n s
d e t r o i t   p i s t o n s '   p r e s e a s o n   o p e n e r   c r y s t a l i z e s   p o t e n t i a l   p l a y i n g - t i m e   p r o b l e m   i n   f r o n t c o u r t  
k n i c k s   f i r e   o n   a l l   c y l i n d e r s ;   c r u s h   p i s t o n s   i n   1 s t   p r e - s e a s o n   g a m e .   
 n y   1 1 7   d e t r o i t   9 6 

h o p e   m y   d e t r o i t   p i s t o n s   h a v e   a   d e c e n t   s e a s o n
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   d r o p s   p r e s e a s o n   o p e n e r   t o   k n i c k s   9 6 - 1 1 7   |   f u l l   g a m e   r e a c t i o n   v i d e o ! ! ! "   
 
 c r e a t o r :     m o t o r   c i t y   s p o r t s   t a l k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
_ k i l l i a n   v e r y   g o o d   g a m e .   e v e r y o n e   c a n   s e e   t h e   i m p r o v e m e n t .     k e e p   i t   g o i n g   a n d   k e e p   i m p r o v i n g .   d e t r o i t   p i s t o n s   n b a
i n   p a r t n e r s h i p   w i t h   t h e   j o h n   d .   d i n g e l l   v a   a n d   t h e   d e t r o i t   p i s t o n s ,   l a k e s h o r e   s t a f f   a n d   v o l u n t e e r   a t t o r n e y s   a t t e n d e d   t h e   o c t o b e r   4 t h   h o o p s   f o r   t r o o p s   r a l l y   p o i n t   e v e n t .   l a k e s h o r e   p r o v i d e d   a n   o n - s i t e   e x p u n g e m e n t   c l i n i c   a l o n g   w i t h   l e g a l   r e s o u r c e s   t o   a t t e n d e e s .  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   |   . . . 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   j a d e n i v e y   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s p o s t g a m e s h o w   k n i c k s v s p i s t o n s   k n i c k s v s p i s t o n s h i g h l i g h t s   k n i c k s v s p i s t o n s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n  
c a d e   c u n n i n g h a m ,   j a d e n   i v e y   e x c i t e d   t o   p l a y   t o g e t h e r   w i t h   p i s t o n s   -     -   d e t r o i t   d e t r o i t m u s i c   d e t r o i t b u s i n e s s   d e t r o i t f o o d  
  f i r s t   i m p r e s s i o n s :   d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   p r e s e a s o n   g a m e   1   |   w o o d w a r d   p i s t o n s …    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   p o s t   g a m e   s h o w :   h i g h l i g h t s ,   a n a l y s i s ,   c a l l e r   r e a c t i o n s …    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   n b a   f u l l   g a m e   0 4 . 1 0 . 2 0 2 2    
  t h e   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   l e d   b y   j a l e n   b r u n s o n   d o m i n a t e   t h e   d e t r o i t   p i s t o n s   i n   p r e s e a s o n   o p e n e r    
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2   |   2 2 - 2 3   n b a   p r e   s e a s o n "   
 
 c r e a t o r :     c h r i s t i a n _ l o p e z 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
d o   p e o p l e   a c t u a l l y   s p e n d   3   h o u r s   o f   t h e i r   d a y   w a t c h i n g   t h e   d e t r o i t   p i s t o n s ?
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   p i s t o n   s t a n d o u t s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t           c l i c k   l i n k   f o r   f u l l   v i d e o :    
i   d o n ’ t   w a n t   t h e   p i s t o n s   t o   t a n k   b u t   e v e r y   t i m e   i   s e e   t h i s   k i d   p l a y   i ’ m   l i k e   “ h m m m ,   1 4 %   i s n ’ t   t h a t   b a d … ”   h e ’ s   b a s i c a l l y   a   c h a r a c t e r   y o u   c r e a t e   i n   2 k .   
 
 ( v i a   )  
j a d e n   i v e y   d e b u t !   r e a c t i n g   t o   d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   |   2 0 2 2   . . .     v i a  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   |   p i s t o n s   s t a n d o u t s   d e t r o i t p i s t o n s   p i s t o n s   c l i c k   l i n k   f o r   v i d e o       v i a    
t h e   w h o l e   c o m p e t i t i o n   i s   b r o k e n .   t h e   o l d   e n g l i s h   d   i s   i c o n i c   o n   c a p s ,   b u t   t h e   c i r c l e   t i g e r   w a s   a   b e t t e r   l o g o . 
 
 i   t h i n k   t h e   c i t y   s h i e l d   w i t h   t h e   s p i r i t   o f   d e t r o i t   c o u l d   t a k e   t h e   t i g e r s '   d .   w i n g e d   w h e e l   p r o b a b l y   w i n s   t h e   t a b l e   t h o u g h .   l i o n s ,   p i s t o n s ,   t h a n k   y o u   f o r   p l a y i n g .  
n b a   e x e c u t i v e s   a g r e e   t h a t   t h e     h a v e   a   t o n   o f   u p s i d e .   _ c l a r k   g i v e s   o u t   a   f e w   w a y s   t o   p r o f i t   o f f   o f   d e t r o i t ' s   p o t e n t i a l 

t h e   r i n g e r ’ s   k e v i n   o ’ c o n n o r   n a m e   t r a i l   b l a z e r s   f o r w a r d   j e r a m i   g r a n t   a m o n g   t h e   m o s t   l i k e l y   p l a y e r s   t o   m a k e   a n   i m p a c t   o n   t h e i r   t e a m s   i n   2 0 2 2 - 2 3 .  
t h e   g o o d ,   t h e   b a d ,   a n d   t h e   u g l y .   c a t c h   u p   o n   w h a t   y o u   m i s s e d   f r o m   t h e   p i s t o n s   p r e s e a s o n   g a m e   l a s t   n i g h t ⬇ ️ 🏀 
 
 d e t r o i t   a l l p i s t o n s   p r e s e a s o n 

p l a y e r   r a t i n g s   a r e   b a c k !     c h e c k   o u t   k f t v   r e m i ' s   r e c a p   o f   l a s t   n i g h t ' s   k n i c k s   1 1 7 - 9 6   p r e s e a s o n   r u n   a g a i n s t   t h e   p i s t o n s 
 

🚨   e p .   1 6   i s   o u t   n o w !   🚨   
 
 j e f f   a n d   m i k e   d i s c u s s   l i o n s   v s   s e a h a w k s ,   t . j   h o c k e n s o n ,   a a r o n   g l e n n ' s   j o b   s e c u r i t y ,   d e t r o i t   p i s t o n s   a n d   d e t r o i t   r e d   w i n g s   p r e s e a s o n   & a m p ;   m o r e ! 
 
 o n e p r i d e   p i s t o n s   l g r w   
 
 c h e c k   i t   o u t   o n   y o u t u b e ! :  
[ g a m e   t h r e a d ]   t h e   n e w   y o r k   k n i c k s   ( 0 - 0 )   v s   t h e   d e t r o i t   p i s t o n s   ( 0 - 0 )   -   ( o c t o b e r   0 5 ,   2 0 2 2 ) 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
w i t h o u t   o v e r r a t i n g   p r e s e a s o n ,   t h i s   g a m e   w a s   a   r e m i n d e r   o f   t h e   t a l e n t   o n   t h i s   r o s t e r .   r e c a p p i n g   t h e   p r o m i s i n g   ( a n d   w o r r i s o m e )   d e v e l o p m e n t s   o f   e a c h   r o t a t i o n   p l a y e r ’ s   p e r f o r m a n c e ,   p e e p   t h e   r e c a p   k n i c k s   f a m ! 
 
     v i a  
d e t r o i t   p i s t o n s '   p r e s e a s o n   o p e n e r   c r y s t a l i z e s   p o t e n t i a l   p l a y i n g - t i m e   p r o b l e m   i n   f r o n t c o u r t    
  y e a   i   h o p e   h e   l o o k s   r e j u v e n a t e d   t o o ,   a f t e r   t a k i n g   a   s t e p   b a c k   l a s t   y e a r .   h i s   3 r d   q   y e s t e r d a y   v s   t h e   p i s t o n s   w a s   r e a l l y   s o l i d   b u t   t h e n   a g a i n   i t s   j u s t   d e t r o i t   😆 
 
 i t s   a l s o   p o s s i b l e   i m   u n d e r r a t i n g   b r u n s o n .   t h a t s   w h y   i   b r o u g h t   u p   i n i t i a l l y   w e   a l l   h a v e   o u r   f a v s   & a m p ;   t o   e a c h   t h e i r   o w n   🤷 🏼 ‍ ♂ ️
y e s t e r d a y   n e w   y o r k   k n i c k s   -   d e t r o i t   p i s t o n s   a t   m a d i s o n   s q u a r e   g a r d e n ☺ ️ 🏀  
_   y o u   f o r g o t   t o   q u a l i f y   y o u r   s t a t e m e n t   w i t h : 
 
 b a s e d   o f f   o f   1   m e a n i n g l e s s   p r e s e a s o n   g a m e   a g a i n s t   t h e   w o r s t   t e a m   i n   t h e   n b a   t h e   d e t r o i t   p i s t o n s . 
 
 h a d   y o u   d o n e   t h a t   y o u   w o u l d   i n d e e d   b e   c o r r e c t .
e v e n   t h o   i   g o t   p h i l l y   i n   t h e   e a s t   i   s t i l l   l i k e   t h i s   d e t r o i t   p i s t o n s   s q u a d
d e t r o i t   p i s t o n s   v s   n e w   y o r k   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w y o r k k n i c k s h i g h l i g h t s   e a s t e r n c o n f e r e n c e   k n i c k s v s p i s t o n s   k n i c k s v s p i s t o n s f u l l g a m e h i g h l i g h t s   k n i c k s v s p i s t o n s h i g h l i g h t s   k n i c k s v s p i s t o n s p r e s e a s o n b a s k e t b a l l g a m e  
4 2 0 f r i e n d l y   w e e d l o v e r   t h c 
 
 k a h l i b u d s   4 2 0 g r o w l i f e 
 
 o n e   w o r l d   p r o d u c t s   ( o t c q b :   o w p c ) ,   a   f u l l y - l i c e n s e d   h e m p   a n d   c a n n a b i s   p r o d u c e r   i n   c o l o m b i a   —   o w n e d   b y   f o r m e r   d e t r o i t   p i s t o n s   p o i n t   g u a r d   i s i a h   t h o m a s   —   i s   o n e   s t e p   c l o s e r   t o   c o m m e r c i a l i z a t i o n . 
 
 t h e   n e …  
4 2 0 d o m m e   4 2 0 f r i e n t l y 
 
 k a h l i b u d s   4 2 0 g r o w l i f e 
 
 o n e   w o r l d   p r o d u c t s   ( o t c q b :   o w p c ) ,   a   f u l l y - l i c e n s e d   h e m p   a n d   c a n n a b i s   p r o d u c e r   i n   c o l o m b i a   —   o w n e d   b y   f o r m e r   d e t r o i t   p i s t o n s   p o i n t   g u a r d   i s i a h   t h o m a s   —   i s   o n e   s t e p   c l o s e r   t o   c o m m e r c i a l i z a t i o n . 
 
 t h e   n e w s   c o m e s   a s   o w p   r e c e n t l y   f o …
p r o   h o g   s t a n l e y   u m u d e   _   h a d   1   r e b   & a m p ;   w a s   b o x s c o r e   + 5   i n   3   m i n s   o f   c l o c k   o n   t u e s   i n   d e t r o i t   p i s t o n s '   p r e - s z n   g a m e   v s .   n e w   y o r k   k n i c k s
j a d e n   i v e y   a n d   j a l e n   d u r e n   s h i n e   b r i g h t l y   i n   p r e s e a s o n   o p e n e r .   
 
 ⁦ ⁩   w i t h   t h e   r e c a p   o f   y e s t e r d a y ’ s   p i s t o n s   m a t c h u p   a g a i n s t   t h e   k n i c k s .    
_ 0 0 b o n d j r   y u p .   a n d   y o u   s e e   t h o s e   g l i m p s e s   f r o m   h i m   w h e n   h e ’ s   t a k e n   w h a t   t h e   d e f e n s e   g i v e s .   h e   d i d   i t   t h e   w e e k   p r i o r   a g a i n s t   n e w   e n g l a n d .   
 
 i   d o n ’ t   k n o w   i f   i t ’ s   j u s t   a   m a t t e r   o f   h i m   b e i n g   f r u s t r a t e d   w i t h   t h i s   p a r t i c u l a r   t e a m .   b u t   r i g h t   n o w   t h e y   a r e   l i k e   h i s   d e t r o i t   p i s t o n s .
  r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   d e t r o i t   p i s t o n s   |   n e w   y o r k   k n i c k s    
y o u   k n o w   a   d a r k   h o r s e   t e a m   i   w o u l d   l o v e   t o   s e e   s c o o t   o r   v i c t o r   o n ?   t h e   d e t r o i t   p i s t o n s … .   
 
 c a d e - i v e y - v i c t o r 
 c a d e - i v e y - s c o o t   
 
 b o t h   w o u l d   j u s t   b e   f i r e
n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s   p o s t   g a m e   s h o w :   h i g h l i g h t s ,   a n a l y s i s . . .     v i a  
t h e   p r e - s e a s o n   o p e n e r   f o r   t h e   d e t r o i t   p i s t o n s   p r o v i d e s   c l u e s   t o   t h e   s p i n  
o u r   o w n     c o n t i n u e s   b u i l d i n g   a   p r e l i m i n a r y   d e t r o i t   p i s t o n s   t o p - 2 0   b i g   b o a r d   f o r   t h e   2 0 2 2 - 2 3   n b a   d r a f t .   t o d a y ,   h e   b r i n g s   y o u   p l a y e r s   1 1 - 1 5 :    
t h e   f i n a l   s c o r e   i s n ' t   a s   i m p o r t a n t   a s   t h e   r o t a t i o n   s p l i t s   w e   s a w   a n d   t h e   d e v e l o p m e n t   o f   t h e   '   f i r s t - ,   s e c o n d -   a n d   t h i r d - y e a r   p l a y e r s .  
  _ o _ a _ t _ 3 0 5       a l l   t h a t   t a l k   j u s t   t o   h a v e   a s   m a n y   s u p e r   b o w l s   a s   t h e   d e t r o i t   p i s t o n s .   y o u r   f r a n c h i s e   i s   f o u n d e d   o n   l o s i n g   s o   y o u   h a v e   t o   c o p e   b y   h a t i n g   o n   u s .   u n l u c k y   m a n  
n b a p r e s e a s o n   
 m a r t e s 
 
 n e w   y o r k   k n i c k s   1 1 7 - 9 6   d e t r o i t   p i s t o n s 
 
 m i a m i   h e a t   1 1 1 - 1 2 1   m i n n e s o t a   t i m b e r w o l v e s 
 
 c h i c a g o   b u l l s   1 2 5 - 1 2 9   n e w   o r l e a n s   p e l i c a n s 
 
 p o r t l a n d   t r a i l   b l a z e r s   1 0 1 - 1 1 8   u t a h   j a z z 
   7 p t s - 1 a s - 1 r e c 

f o r m e r   p u r d u e   g u a r d   j a d e n   i v e y   m a d e   h i s   p r e s e a s o n   d e b u t   w i t h   t h e   d e t r o i t   p i s t o n s   o n   t u e s d a y   n i g h t .   h e   f i n i s h e d   w i t h   1 6   p o i n t s ,   4   r e b o u n d s ,   2   a s s i s t s   a n d   a   s t e a l   w i t h o u t   t u r n i n g   t h e   b a l l   o v e r .   

r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   d e t r o i t   p i s t o n s . . .     v i a  
" a t   t i m e s   y o u   l a c k e d   s o m e   o f   t h a t   s i z e . "   
 
   o n   t h e   s t a r t i n g   5   t h a t   t h e   d e t r o i t   p i s t o n s   p u t   o u t   a g a i n s t   t h e   k n i c k s .
p r e s e a s o n   o p e n e r   f o r   d e t r o i t   p i s t o n s   g i v e s   c l u e s   o n   r o t a t i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " n y   k n i c k s   v s   d e t r o i t   p i s t o n s   |   p r e s e a s o n   1 1 7 - 9 6   |   g a m e   r e v i e w "   
 
 c r e a t o r :     d e l u s i o n a l   k n i c k s   f a n   n e t w o r k 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
t u e s d a y   w a s   o u r   f i r s t   g l i m p s e   o f   a   t w o - b i g   l i n e u p   d w a n e   c a s e y   t e a s e d   d u r i n g   c a m p .   t h e r e   w i l l   b e   s o m e   t o u g h   r o t a t i o n   d e c i s i o n s   t o   m a k e   b e f o r e   t h e   r e g u l a r   s e a s o n   s t a r t s   
 

n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s   p o s t   g a m e   s h o w :   h i g h l i g h t s ,   a n a l y s i s ,   c a l l e r   r e a c t i o n s   |   1 0 . 4 . 2 2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
  😂 😂 😂   1 5   p o i n t s   i n   1 8   m i n s   o n   6 - 1 0   s h o o t i m g ,   4   a s s i s t   a n d   6   r e b s   a n d   h e   d i d n ’ t   p l a y   w e l l ?   o k   i t   w a s   t h e   d e t r o i t   p i s t o n s   i ’ l l   s a y   t h a t   h e   s h o u l d   g e t   t h o s e   n u m b e r s   i n   h i s   s l e e p .
t h e   t o r o n t o   r a p t o r s   a r e   t r a d i n g   s t e p h e n   c u r r y   t o   t h e   d e t r o i t   p i s t o n s   i n   e x c h a n g e   f o r   d e m a r   d e r o z a n   s o u r c e s   t e l l   m e   a n d   .
t h e   d e t r o i t   p i s t o n s   a r e   y o u r   n b a   c h a m p i o n s !
t h e   n e w   y o r k   k n i c k s - d e t r o i t   p i s t o n s   g a m e   h a d   d u k e   b a s k e t b a l l   t a l e n t   g a l o r e . 👇 
 

t h e   n e w   y o r k   k n i c k s - d e t r o i t   p i s t o n s   g a m e   h a d   d u k e   b a s k e t b a l l   t a l e n t   g a l o r e . 👇 
 

    w h e r e   w e r e   t h e   " s u i t o r s "   b e f o r e   t h e   d e t r o i t   p i s t o n s   t r a d e d   f o r   b o g d a n o v i c h   s o   l a t e   i n   t h e   p r o c e s s     ? 
 p o o r   p e r i m e t e r   d e f e n d e r   i n   h i s   o l d e r   a g e   c o u l d n ' t   a t t r a c t   a   1 s t   r o u n d   d r a f t   p i c k .   👎
d e t r o i t   p i s t o n s '   p r e s e a s o n   o p e n e r   c r y s t a l i z e s   p o t e n t i a l   p l a y i n g - t i m e   p r o b l e m   i n   f r o n t c o u r t  
k i l l i a n   h a y e s   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k i l l i a n h a y e s   k i l l i a n   h a y e s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
d e t r o i t   p i s t o n s ’   p r e s e a s o n   o p e n e r   c r y s t a l l i z e s   p o t e n t i a l   p l a y i n g   t i m e   p r o b l e m   i n   f r o n t c o u r t  
t h e   d e t r o i t   p i s t o n s ’   p r e s e a s o n   o p e n e r   c r y s t a l l i z e s   t h e   p o t e n t i a l   p r o b l e m   w i t h   f r o n t c o u r t   p l a y i n g   t i m e  
b o j a n   b o g d a n o v i c   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b o j a n b o g d a n o v i c   b o j a n   b o g d a n o v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
d e t r o i t   p i s t o n s '   p r e s e a s o n   o p e n e r   c r y s t a l i z e s   p o t e n t i a l   p l a y i n g - t i m e   p r o b l e m   i n   f r o n t c o u r t   y a h o o s p o r t s   n b a  
r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   d e t r o i t   p i s t o n s     v i a  
      s e c o n d   t o   l a s t   a f t e r   d e t r o i t   p i s t o n s
d e t r o i t   p i s t o n s '   p r e s e a s o n   o p e n e r   c r y s t a l i z e s   p o t e n t i a l   p l a y i n g - t i m e   p r o b l e m   i n   f r o n t c o u r t  
n e w   p o s t :   d e t r o i t   p i s t o n s ’   p r e s e a s o n   o p e n e r   c r y s t a l i z e s   p o t e n t i a l   p l a y i n g - t i m e   p r o b l e m   i n   f r o n t c o u r t    
d e t r o i t   p i s t o n s   p r e s e a s o n   o p e n e r   c r y s t a l l i z e s   p o t e n t i a l   f r o n t c o u r t   g a m e   t i m e   p r o b l e m  
d e t r o i t   p i s t o n s   p r e s e a s o n   o p e n e r   c r y s t a l i z e s   p o t e n t i a l   f r o n t c o u r t   p l a y i n g   t i m e   i s s u e  
n b a   d e t r o i t   p i s t o n s '   p r e s e a s o n   o p e n e r   c r y s t a l i z e s   p o t e n t i a l   p l a y i n g - t i m e   p r o b l e m   i n   f r o n t c o u r t     s p o r t s
n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s   p o s t   g a m e   s h o w :   h i g h l i g h t s ,   a n a l y s i s . . .     v i a     t h e   b o y s   a r e   b a c k   t o   t a l k   k n i c k s . .   l e t ' s   g o 🫡 🫡 🫡 🫡
n i c e   s h o w i n g   b y   s o m e   ⁦ ⁩   p l a y e r s   b u t   i t   s h o u l d   b e   o b v i o u s   t h a t   c o r e y   m i n u t e s   n e e d   t o   g o   t o   k i l l i a n ,   w e   c a n   u s e   a l e x   b u r k ,   r e m o v e   s t e w a r t   f r o m   t h e   l i n e   u p   f o r   s i z e   w i t h   b a g l e y   o r   n o e l   u n t i l   j a l e n   d e v e l o p s   i n   3 0   g a m e s    
d e t r o i t   p i s t o n s   d r o p s   p r e s e a s o n   o p e n e r   t o   k n i c k s   9 6 - 1 1 7   |   f u l l   g a m e   r e a c t i o n   v i d e o ! ! !   -     -   d e t r o i t   d e t r o i t m u s i c   d e t r o i t b u s i n e s s   d e t r o i t f o o d  
d e t r o i t   p i s t o n s '   p r e s e a s o n   o p e n e r   c r y s t a l i z e s   p o t e n t i a l   p l a y i n g - t i m e   p r o b l e m   i n   f r o n t c o u r t       n b a   n e w s   b a s k e t b a l l  
n e w   v i d e o   t o   w a t c h : 
 
 " r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   d e t r o i t   p i s t o n s   |   n e w   y o r k   k n i c k s "   
 
 c r e a t o r :     m s g   n e t w o r k s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   k n i c k s 
 
  
n e w   y o r k   k n i c k s   d e f e a t e d   d e t r o i t   p i s t o n s   1 1 7 - 9 6  
l o v e   m e   s o m e   o f   m y   d e t r o i t   t a l k   p i s t o n s   o n e p r i d e   g o b l u e   r e l e n t l e s s  
d e t r o i t   p i s t o n s   l o s e   t o   t h e   n y   k n i c k s   1 1 7 - 9 6 .   2 1   t u r n o v e r s   b y   d e t r o i t   a n d   o n l y   1 3   b y   t h e   k n i c k s .
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n    
  p r e - s e a s o n   |   d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !    
$ 2 5 0   f o r   c o u r t s i d e   a t   t h e   g a r d e n ?   h a d   t o   d o   i t   
   
 
   
 b a s k e t b a l l   d e t r o i t   d e t r o i t p i s t o n s   m i c h i g a n   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n   p i s t o n s  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 2 3 n b a s e a s o n   b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   d e t r o i t p i s t o n s v s n e w y o r k k n i c k s 2 0 2 2   e a s t e r n c o n f e r e n c e   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   p i s t o n s v s k n i c k s  
j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s   –   t h e   m e r c u r y   n e w s  
b a n g !   a n d   b l a k e   g r i f f i n   a b s o l u t e l y   d a g g e r e d   t h e   d e t r o i t   p i s t o n s
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   w a s   o n   t n t   ( u s a ) .   w i t h   c o m m e n t a r y   f r o m   s p e r o   d e d e s .   c o - c o m m e n t a t o r   i s   s t a n   v a n   g u n d y .   r e p o r t e r   i s   j a r e d   g r e e n b e r g .     f o r   m o r e   d e t a i l s   s e e     n e w y o r k k n i c k s   d e t r o i t p i s t o n s   t n t u s a
i c y m i :   a f t e r   a   m a n   c a l l e d   i n   t o   e x p r e s s   h i s   d i s d a i n   o v e r   t h e   d e t r o i t   p i s t o n s   u n i f o r m s ,   t h e   t e a m   w e n t   b a c k   t o   t h e   d r a w i n g   b o a r d   a n d   c r e a t e d   a   w h o l e   n e w   l o o k   😳  
d e t r o i t   p i s t o n s   t o o   t u r n o v e r s   h a p p y   i n   1 1 7 - 9 6   p r e s e a s o n   d e b u t   l o s s   t o   n e w   y o r k   k n i c k s  
【 s t o c k   i n f o r m a t i o n 】 c h a m p i o n   " d e t r o i t   p i s t o n s   3 3   h i l l "   b a s k e t   t a n k   /   e m e r a l d   g r e e n   /  
e v e r y   d e t r o i t   p i s t o n s   f a n   s h o u l d   b e   p r a y i n g   w e   g e t   t h e   1   p i c k   i n   t h e   d r a f t
i s a i a h   l i v e r s   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h l i v e r s   i s a i a h   l i v e r s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s
  t a k e   o n   t h e   n e w   y o r k   k n i c k s   a n d   d e t r o i t   p i s t o n s   g a m e
d e t r o i t   p i s t o n s   t o o   t u r n o v e r   h a p p y   i n   1 1 7 - 9 6   p r e s e a s o n   d e b u t   l o s s   t o   n e w   y o r k   k n i c k s  
i c y m i :   d e t r o i t   p i s t o n s ’   p r e s e a s o n :   3   k e y   f a c t o r s   t h a t   w i l l   h a v e   a   h u g e   i m p a c t   o n   t h e   2 0 2 2 - 2 3   s e a s o n   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   d e t r o i t b a s k e t b a l l
  r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   d e t r o i t   p i s t o n s   |   n e w   y o r k   k n i c k s    
👍   o n   :   n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s   p o s t   g a m e   s h o w :   h i g h l i g h t s ,   a n a l y s i s ,   c a l l e r   r e a c t i o n s   |   1 0 . 4 . 2 2  
a   s w e e t   2 1 p t   w i n   t o   o p e n   p r e   s e a s o n   a g a i n s t   t h e   d e t r o i t   p i s t o n s   👏 🔥 💯   
 
 b a r r e t t :   2 1 / 5 / 2 
 r a n d l e :   1 5 / 6 / 4   
 b r u n s o n :   1 6 / 5 
 q u i c k l e y :   1 3 / 3 / 3 
 
 k n i c k s   k n i c k s t a p e   🔸 ️ 🔹 ️  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n   n e w y o r k   k n i c k s   n b a   v i d e o :  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n   d e t r o i t   p i s t o n s   n b a   v i d e o :  
n e w   y o r k   k n i c k s   1 1 7 ,   d e t r o i t   p i s t o n s   9 6 :   p h o t o s   f r o m   p r e s e a s o n   g a m e   a t   m a d i s o n   s q u a r e   g a r d e n    
i   r e a l l y   l o v e   t h e   d i r e c t i o n   o f   t h e   d e t r o i t   p i s t o n s   b u t   y e s   i   w o u l d   t r a d e   t h e   w h o l e   o r g a n i z a t i o n   t o   g e t   t h e   f i r s t   p i c k
1 0 x   n b a   a l l - s t a r !   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2    
1 0 x   n b a   a l l - s t a r !   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   4 t h   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2    
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2 
   
 
   
 a t l a n t i c d i v i s i o n   e a s t e r n c o n f e r e n c e   n e w y o r k k n i c k s  
t h e   d e t r o i t   p i s t o n s   h a v e   f o r f e i t e d   a l l   8 2   g a m e s .  
  p l e a s e   a d d r e s s   p i s t o n s   p l a y e r .   d o   n o t   d i s a p p o i n t .   i t   i s   j u s t   p r e   g a m e .     w e   w i l l   b r e a k   r e g u l a r   s e a s o n .   d o   n o t   w o r r y .
  i f   m y   p i s t o n s   g e t   h i m   i ’ m   b u y i n g   s e a s o n   t i c k e t s   a n d   i   d o n ’ t   e v e n   l i v e   i n   d e t r o i t   l o l
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s :   l i v e   w a t c h - a l o n g :   p r e - p o s t   g a m e   a n a l y s i s   i n c l u d e d 
   
 
   
 c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e  
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   -   f u l l   g a m e h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2   n b a   p r e s e a s o n    
  1 0 / 0 4 / 2 2   p r e s e a s o n   2 q   p 1   -   d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !    
  r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   d e t r o i t   p i s t o n s   |   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   4 t h   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n …    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   p r e s e a s o n   g a m e   |   d e r r i c k   r o s e   h i g h l i g h t s !   |   o c t o b e r   4 , …    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   -   f u l l   g a m e h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2   n b a   p r e s e a s o n    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   f u l l   g a m e   h i g h l i g h t s   o c t o b e r   0 4 ,   2 2   |   n b a   p r e s e a s o n …    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   p o s t   g a m e   s h o w :   h i g h l i g h t s ,   a n a l y s i s ,   c a l l e r   r e a c t i o n s …    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   -   f u l l   g a m e   h i g h l i g h t s   -   o c t o b e r   4 ,   2 0 2 2   n b a   p r e s e a s o n    
  p o s t   g a m e   |   d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   |   p i s t o n s    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   f u l l   g a m e   h i g h l i g h t s   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   -   f u l l   g a m e   h i g h l i g h t s   -   o c t o b e r   4 ,   2 0 2 2   n b a   p r e s e a s o n    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   f u l l   g a m e   3 r d   q t r   |   o c t o b e r   0 4   |   2 0 2 2   n b a   -   p r e - s e a s o n    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   -   f u l l   g a m e   h i g h l i g h t s   -   o c t o b e r   4 ,   2 0 2 2   n b a   p r e s e a s o n    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   4 t h   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n …    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   4 t h   q t r   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   0 4   |   2 0 2 2   n b a   -   p r e - s e a s o n    
  j a l e n   b r u n s o n   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   d e b u t   v s   d e t r o i t   p i s t o n s   |   h i g h l i g h t s   |   o c t o b e r   4 ,   2 0 2 2    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   |   p o s t g a m e   s h o w   |   k n i c k s   p r e s e a s o n    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n …    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   3 r d   q t r   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   3 r d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n …    
j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s  
f o r m e r   p u r d u e   u n i v e r s i t y   a l l - a m e r i c a n   g u a r d   j a d e n   i v e y   o n   t u e s d a y   n i g h t   m a d e   h i s   n b a   p r e s e a s o n   d e b u t ,   l e a d i n g   t h e   d e t r o i t   p i s t o n s   i n   s c o r i n g   w i t h   1 6   p o i n t s   ( 6 - 9   f g )   i n   2 2   m i n u t e s   o f   a c t i o n .  
w e   l o s t   t o n i g h t   a g a i n s t   t h e   k n i c k s   b u t   i   s t i l l   t h i n k   t h e   d e t r o i t   p i s t o n s   w i l l   b e   i n   t h e   p l a y o f f s   t h i s   y e a r .   j a d e n   i v e y   r o y ( o r   d e f i n i t e l y   a   c a n d i d a t e )   c a d e   a l l   s t a r   t e a m     ✅ .   i m   f u l l y   i n   o n   t h i s   p i s t o n s   t e a m .   f i r s t   t i m e   i n   a w h i l e   i m   c o n f i d e n t   w e   c a n   a c t u a l l y   m a k e   s o m e   n o i s e
b a r r e t t ,   m a v s   e x   b r u n s o n ,   r e v   k n i c k s '   p r e s e a s o n   w i n   o v e r   p i s t o n s     v i a    
a   p i s t o n s   p l a y e r   c o o k i n g   j a l e n   g r e e n   i s   j u s t   a   d e t r o i t   t h i n g   n o w   🤣 🤣  
j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s   –   t h e   m e r c u r y   n e w s  
j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s   –   t h e   m e r c u r y   n e w s  
j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s   –   t w i n   c i t i e s  
  w h y   d i s a s t r o u s   i n   t h e s e   p l a c e s   s p e c i f i c a l l y   d e t r o i t .   a s   a   p i s t o n s   f a n   i ’ m   q u i t e   c u r i o u s
j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s  
j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s   –   b o s t o n   h e r a l d  
j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s   –   o r a n g e   c o u n t y   r e g i s t e r  
n e w   y o r k   k n i c k s   1 1 7 ,   d e t r o i t   p i s t o n s   9 6 :   p h o t o s   f r o m   p r e s e a s o n   g a m e   a t   m a d i s o n   s q u a r e   g a r d e n  
_ s t e v o _   t h a t s   l i k e   s a y i n g   w h a t   h a s   t h e   d e t r o i t     p i s t o n s   p r o v e n ?   w h a t   h a s   o k c   t h u n d e r   p r o v e n ?   w h a t   h a s   t h e   o r l a n d o   m a g i c   p r o v e n ? ? ?
j a l e n   b r u n s o n ' s   h i g h l i g h t s   f r o m   f i r s t   g a m e   w i t h   k n i c k s   d e t r o i t   p i s t o n s   n b a   v i d e o :  
n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s   p o s t   g a m e   s h o w :   h i g h l i g h t s ,   a n a l y s i s . . .     v i a  
t h e   d e t r o i t   p i s t o n s   l o s t   t h e i r   f i r s t   o f   f o u r   e x h i b i t i o n   g a m e s   t o   t h e   n e w   y o r k   k n i c k s ,   1 1 7 - 9 6 .  
t h e   d e t r o i t   p i s t o n s   l o s t   t h e i r   f i r s t   o f   f o u r   e x h i b i t i o n   g a m e s   t o   t h e   n e w   y o r k   k n i c k s ,   1 1 7 - 9 6 .  
t h e   d e t r o i t   p i s t o n s   l o s t   t h e i r   f i r s t   o f   f o u r   e x h i b i t i o n   g a m e s   t o   t h e   n e w   y o r k   k n i c k s ,   1 1 7 - 9 6 .  
k n i c k s   p o s t g a m e   e p i s o d e   i s   u p   n o w   o n     
 n b a   p r e s e a s o n   n b a 2 0 2 2   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   p i s t o n s   d e t r o i t   
 
       
 

j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s   –   t h e   d e n v e r   p o s t  
k n i c k s   p o s t g a m e   e p i s o d e   i s   u p   n o w   o n   
 n b a   p r e s e a s o n   n b a 2 0 2 2   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   p i s t o n s   d e t r o i t   
 
         
 

k n i c k s   p o s t g a m e   e p i s o d e   i s   u p   n o w   o n   
 n b a   p r e s e a s o n   n b a 2 0 2 2   k n i c k s   n y k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   p i s t o n s   d e t r o i t   
 
         
 

j a d e n   i v e y   n b a   h i g h l i g h t s   p i s t o n s   v s   k n i c k s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a d e n i v e y   j a d e n   i v e y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   d e t r o i t   p i s t o n s   p i s t o n s  
d   r o s e   d o e s n ' t   n e e d   t o   l o o k   👀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   d e r r i c k   r o s e   n o l o o k   a s s i s t   n y k   n e w y o r k   k n i c k s   d e t   d e t r o i t   p i s t o n s
o b i   i s   t o p p i n   t h e   h i g h l i g h t s   w i t h   t h i s   w i n d m i l l   💥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   o b i   t o p p i n   w i n d m i l l   d u n k   n y k   n e w y o r k   k n i c k s   d e t   d e t r o i t   p i s t o n s
g i v e   m e   w e m b y   o r   s c o o t   i n   a   d e t r o i t   p i s t o n s   u n i f o r m   m a n
r j   b a r r e t t   & a m p ;   j a l e n   b r u n s o n   l e a d   k n i c k s   t o   b l o w o u t   w i n   v s   d e t r o i t   p i s t o n s   |   n e w   y o r k   k n i c k s ] 

p i s t o n s   v s .   k n i c k s   f i n a l   s c o r e :   d e t r o i t   m i s c u e s ,   l a c k   o f   i n t e n s i t y   s p o i l   j a d e n   a n d   j a l e n ' s   d e b u t   –   n b a   n e w s  
n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s   p o s t   g a m e   s h o w :   h i g h l i g h t s ,   a n a l y s i s . . .     v i a  
r j   b a r r e t t   h i g h l i g h t s   -   k n i c k s   v s .   p i s t o n s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   r j   b a r r e t t   n y k   d e t   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w y o r k   k n i c k s   d e t r o i t   p i s t o n s
p i s t o n s   g o t   a   b a l l e r   l o v e   w h a t   t h e y   d o i n g   u p   t h e r e   i n   d e t r o i t   🙏  
d e t r o i t   p i s t o n s   t o o   t u r n o v e r s   h a p p y   i n   1 1 7 - 9 6   p r e s e a s o n   d e b u t   l o s s   t o   n e w   y o r k   k n i c k s   b r e a k i n g   b r e a k i n g n e w s   p o l i t i c s   u s a   n e w s   n e w s b r e a k   t r e n d i n g   e n t e r t a i n m e n t   s p o r t s   h o c k e y   b a s e b a l l   t e n n i s   f o o t b a l l   m a r k e t s   s t o c k   s p 5 0 0  
j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s  
j a l e n   b r u n s o n   s c o r e s   1 6   p o i n t s   i n   k n i c k s   p r e s e a s o n   d e b u t   w i n   a g a i n s t   d e t r o i t   p i s t o n s  
j u l i u s   r a n d l e   w i t h   a   d u n k   v s   t h e   d e t r o i t   p i s t o n s       n b a   n e w s   b a s k e t b a l l  
m i l e s   m c b r i d e   w i t h   a   d u n k   v s   t h e   d e t r o i t   p i s t o n s       n b a   n e w s   b a s k e t b a l l  
t o p   a s s i s t s   f r o m   n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s       n b a   n e w s   b a s k e t b a l l  
o b i   t o p p i n   w i t h   a n   a l l e y   o o p   v s   t h e   d e t r o i t   p i s t o n s       n b a   n e w s   b a s k e t b a l l  
n e w   p o s t :   j a l e n   b r u n s o n   w i t h   a   2 - p o i n t e r   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   o b i   t o p p i n   w i t h   a n   a l l e y   o o p   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   c a m   r e d d i s h   w i t h   a n   a s s i s t   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   d e r r i c k   r o s e   w i t h   a n   a s s i s t   v s   t h e   d e t r o i t   p i s t o n s    
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   k n i c k s   -   n b a   g a m e   s u m m a r y   -   o c t o b e r   4 ,   2 0 2 2   |   e s p n   -   v i a     a p p 
 
 i   d o n ’ t   w a n n a   o v e r r e a c t   t o   a   p r e - s e a s o n   g a m e   b u t   t h e   k n i c k s   m i g h t   g o   u n d e f e a t e d   t h i s   s e a s o n .    
n e w   p o s t :   t o p   a s s i s t s   f r o m   n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s    
n e w   p o s t :   j u l i u s   r a n d l e   w i t h   a   d u n k   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   m i l e s   m c b r i d e   w i t h   a   d u n k   v s   t h e   d e t r o i t   p i s t o n s    
n e w   p o s t :   d e t r o i t   p i s t o n s   t o o   t u r n o v e r   h a p p y   i n   1 1 7 - 9 6   p r e s e a s o n   d e b u t   l o s s   t o   n e w   y o r k   k n i c k s    
d e t r o i t   p i s t o n s   n o .   5   p i c k   j a d e n   i v e y   i n   h i s   p r e s e a s o n   d e b u t :   
 
 📊   1 6   p t s ,   4   r e b ,   6 / 9   f g m ,   1 / 1   3 p m ,   2 2   m i n   
 
 r o o k   l o o k e d   g o o d !   💪  
d e r r i c k   r o s e   w i t h   a n   a s s i s t   v s   t h e   d e t r o i t   p i s t o n s       n b a   n e w s   b a s k e t b a l l  
c a m   r e d d i s h   w i t h   a n   a s s i s t   v s   t h e   d e t r o i t   p i s t o n s       n b a   n e w s   b a s k e t b a l l  
j a l e n   b r u n s o n   w i t h   a   2 - p o i n t e r   v s   t h e   d e t r o i t   p i s t o n s       n b a   n e w s   b a s k e t b a l l  
n b a   d e t r o i t   p i s t o n s   t o o   t u r n o v e r s   h a p p y   i n   1 1 7 - 9 6   p r e s e a s o n   d e b u t   l o s s   t o   n e w   y o r k   k n i c k s     s p o r t s
d e t r o i t   p i s t o n s   t o o   t u r n o v e r s   h a p p y   i n   1 1 7 - 9 6   p r e s e a s o n   d e b u t   l o s s   t o   n e w   y o r k   k n i c k s       n b a   n e w s   b a s k e t b a l l  
d e t r o i t   p i s t o n s   t o o   t u r n o v e r s   h a p p y   i n   1 1 7 - 9 6   p r e s e a s o n   d e b u t   l o s s   t o   n e w   y o r k   k n i c k s   y a h o o s p o r t s   n b a  
j a l e n   b r u n s o n   r e c o r d s   1 6   p o i n t s   i n   2 0   m i n u t e s   i n   h i s   f i r s t   a c t i o n   w i t h   t h e   k n i c k s .   t h e   k n i c k s   d e f e a t   t h e   d e t r o i t   p i s t o n s   1 1 7 - 9 6 .   
   

p i s t o n s   v s .   k n i c k s   f i n a l   s c o r e :   d e t r o i t   m i s c u e s ,   l a c k   o f   i n t e n s i t y   s p o i l   j a d e n   a n d   j a l e n ’ s   d e b u t  
t h e r e   w a s   a   l i t t l e   t o   l i k e   a n d   a   l i t t l e   m o r e   n o t   t o   l i k e   f r o m   t h e   p i s t o n s   i n   t h e   p r e s e a s o n   o p e n e r   i n   n y c . 
 

s o u r c e s   a r e   s a y i n g   t h e   d e t r o i t   p i s t o n s   a r e   t r a d i n g   m i k a l   b r i d g e s   t o   t h e   c h i c a g o   b u l l s   f o r   k l a y   t h o m p s o n .
i   n e e d   s o m e t h i n g   i n   d e t r o i t   s p o r t s .   i   s h o u l d   h a v e   a p p r e c i a t e d   t h o s e   w i n g s /   p i s t o n s   w i n s   s o   m u c h   m o r e   t h a n   i   d i d .
  _ r a g e s     j a y d e n   i v e y   h a s   d e t r o i t   r o o t s ,   h e   w a n t e d   t o   b e   d r a f t e d   b y   t h e   p i s t o n s .   t h e r e   i s   a   r e a s o n   h e   t u r n e d   d o w n   p r e   d r a f t   w o r k o u t s   w i t h   o t h e r   t e a m s   e x c e p t   t h e   p i s t o n s   a n d   m a y b e   a   c o u p l e   o t h e r s . 
 h e   i s   m e a n t   t o   b e   h e r e .   b e s i d e s   t h i s   t e a m   h a s   d o n e   m o r e   s i n c e   t h e   t u r n   o f   t h e   c e n t u r y   t h a n   n y
t o   s u m m a r i z e   t h e   s t a t e   o f   d e t r o i t   s p o r t s :   
 
 -   t h e   p i s t o n s ’   n e w   e r a   j u s t   b e g a n   w i t h   a   3 0   p o i n t   l o s s   t o   a   t e a m   w h o s e   b e s t   p l a y e r   i s   j a l e n   b r u n s o n 
 -   t h e   l i o n s   h a v e   t h e   w o r s t   d e f e n s e   i n   n f l   h i s t o r y 
 -   t h e   t i g e r s ’   c l o s e r   i s   a b o u t   t o   b l o w   a n   e x t r a   i n n i n g s   d u e l   t o   a   p o s i t i o n   p l a y e r
f i r s t   s c o r e   g r a p h i c   o f   t h i s   4 - g a m e   n b a   e x h i b i t i o n   s e a s o n .     p i s t o n s   l o s e   a t   m s g   i n   n y c   b y   2 1 .     j a d e n   i v e y ' s   p r o   d e b u t   n e t s   1 6   p o i n t s   t o   l e a d   d e t r o i t .     i s a i a h   l i v e r s   h a d   1 3 .     h a y e s   a n d   b o g d a n o v i c   1 1   e a c h .     r j   b a r r e t t   l e d   t h e   k n i c k s   w i t h   2 1 .     s o ,   0 - a n d - 1   a n d   o f f   t o   n e w   o r l e a n s !  
    u r   a   b u m ,   y o u   o b v   m i s s e d   t h e   p a r t   w h e r e   h e   h a s   f a m i l y   r o o t s   t o   d e t r o i t   o n e   w a y   o r   a n o t h e r .   p i s t o n s   a r e   g o n n a   b e   o n   t o p   i n   a   f e w   y e a r s   b o o k   i t .
p i s t o n s   t w i t t e r   s o   m u c h   m o r e   r a t i o n a l   o v e r a l l   t h a n   l i o n s   t w i t t e r   ( i ’ m   s u r e   i   w o n ’ t   r e g r e t   t h i s   a t   a l l   i n   d e c e m b e r )
w o o d w a r d p i s t o n s   p o s t   g a m e   |   d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   |     p i s t o n s  
t h e   p i s t o n s   l o s e   t o n i g h t   1 1 7 - 9 6 ,   b u t   h o w   a b o u t   t h e   y o u n g   k i d s ? 
 
 j a d e n   i v e y   l e d   t h e   p i s t o n s   w i t h   1 6   p o i n t s ,   j a l e n   d u r e n   l e d   t h e   p i s t o n s   w i t h   1 4   r e b o u n d s .   k i l l i a n   h a y e s   l e d   t h e   p i s t o n s   i n   a s s i s t s   w i t h   5 
 
 f r i d a y   d e t r o i t   w i l l   t a k e   o n   n e w   o r l e a n s   i n   t h e i r   n e x t   p r e s e a s o n   g a m e .  
t h e   d e t r o i t   p i s t o n s   h a v e   p a i d   f o r   t h e i r   t r a n s g r e s s i o n s .   t h e   n e w   y o r k   b a s k e t b a l l   k n i c k s   a r e   b a c k   a n d   h a v e   w o n   a   p r e s e a s o n   g a m e .   w e   s a v e   t h e   b e d   f o r   r e g u l a r   s e a s o n   a n d   p l a y o f f s .   b r i n g   o u t   t h e   k n i c k s   c h a i r   n e w y o r k f o r e v e r  
🚨 f i n a l 🚨 
 
 k n i c k s   d e f e a t   t h e   d e t r o i t   p i s t o n s   b y   1 ⃣ 1 ⃣ 7 ⃣   p o i n t s   t o   9 ⃣ 6 ⃣ 
 
 n e w y o r k f o r e v e r  
p l e a s e   n e v e r   h a v e   d e t r o i t   p i s t o n s   o n   n a t i o n a l   t v   e v e r   a g a i n  
f i n a l :   k n i c k s   1 1 7 ,   p i s t o n s   9 6 .   d e t r o i t   c o m m i t t e d   2 2   t u r n o v e r s ,   l e a d i n g   t o   2 6   k n i c k s   p o i n t s .   n o t   a   s t r o n g   p r e s e a s o n   d e b u t ,   b u t   t h e r e   w e r e   b r i g h t   s p o t s 
 
 i v e y :   1 6   p o i n t s 
 l i v e r s :   1 3   p o i n t s ,   2   b l o c k s 
 h a y e s :   1 1   p o i n t s ,   5   a s s i s t s 
 b o g d a n o v i c :   1 1   p o i n t s   
 d u r e n :   1 4   r e b o u n d s
f i n a l :   k n i c k s   1 1 7 ,   p i s t o n s   9 6 
 
 j a d e n   i v e y :   1 6   p o i n t s   a n d   0   t u r n o v e r s   ( s t o r y   c o m i n g   t o n i g h t ) 
 k i l l i a n   h a y e s :   1 1 p   a n d   5 a 
 i s a i a h   l i v e r s :   1 3   p o i n t s 
 j a l e n   d u r e n :   1 4   r e b o u n d s 
 
 d e t r o i t   h a d   2 1   t u r n o v e r s   ( 1 3   i n   t h e   f i r s t   h a l f ) 
 
 p e l i c a n s   o n   f r i d a y
t h e   n e w   y o r k   k n i c k s   d e f e a t   t h e   d e t r o i t   p i s t o n s   1 1 7 - 9 6   i n   t h e i r   p r e s e a s o n   o p e n e r .   
 
 j a d e n   i v e y :   1 6   p o i n t s ,   2   a s s i s t s   
 i s a i a h   l i v e r s :   1 3   p o i n t s ,   4   r e b o u n d s 
 b o j a n   b o g d a n o v i c ,   k i l l i a n   h a y e s :   1 1   p o i n t s
t h e   d e t r o i t   p i s t o n s   d e f e n s e   t o n i g h t   i s   s o f t e r   t h a n   a l a n   h a h n ' s   l e o n   r o s e   q u e s t i o n s .
d e t r o i t   p i s t o n s   v s   m i s   k n i c k s   h o y  
1 0 x   n b a   a l l - s t a r !   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2    
1 0 x   n b a   a l l - s t a r !   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n   w e e k   2    
i t ’ s   m e a n i n g l e s s   t o   d r a w   c o n c l u s i o n s   f r o m   t h e   v e r y   f i r s t   * p r e s e a s o n *   g a m e .   w i t h   t h a t   s a i d ,   i   h a v e   j u s t   a   f e w   t h o u g h t s   o n   t h e   d e t r o i t   p i s t o n s ’   o p e n e r   ( 1 / 3 6 2 )
  t h e   “ b l a c k   e y e ”   t h u n d e r ,   w i t h o u t   t w o   o f   t h e i r   b e s t   p l a y e r s ,   b e a t   t h e   w c f   n u g g e t s   b y   1 0   i n   d e n v e r   l a s t   n i g h t .   m e a n w h i l e ,   t h e   f u l l   s t r e n g t h   d e t r o i t   p i s t o n s   a r e   a t   t h e   g a r d e n   r i g h t   n o w   g e t t i n g   w a x e d   b y   t h e   k n i c k s .   1 1 0 - 8 8 .   s u r e ,   i t ’ s   o n l y   p r e s e a s o n ,   b u t   s t i l l .   🤷 🏻 ‍ ♂ ️ 🤦 🏻 ‍ ♂ ️
d e t r o i t   p i s t o n s   :   w h a t   w a s   t h a t   ?
d e t r o i t   p i s t o n s   d e f   a   t e a m   t o   w a t c h   o u t   f o r   t h i s   s e a s o n
t h e   d e t r o i t   p i s t o n s   a r e   a s s   c h e e k s
s a i d   i t   i n   j u l y   a f t e r   t h e   d r a f t   a n d   i ' m   s t i c k i n g   t o   i t   n o w .   p i s t o n s   s h o u l d   s t a r t   j a l e n   d u r e n   
 

p i s t o n s ?   l i o n s ?   s p o r t s   i s   d e a d   i n   d e t r o i t   w h i c h   m e a n s   m o n e y   s a v e d   a n d   m o r e   t i m e   t o   m a k e   i t .
d e t r o i t   p i s t o n s   m i g h t   j u s t   b e   t h e   w o r s t   t e a m   i n   t h e   l e a g u e
d e t r o i t   p i s t o n s   c o u n t   y o u r   f u c k i n g   d a y s   b i t c h   !
" c a d e   c u n n i n g h a m   h a s   g i v e n   c o n f i d e n c e   t o   t h e   e n t i r e   f r a n c h i s e   t h a t   t h e y   a r e   o n   t h e   r i g h t   t r a c k   a n d   c a n   t u r n   t h i n g s   a r o u n d . "   
 - s t a n   v a n   g u n d y   o n   t h e   d e t r o i t   p i s t o n s   s e c o n d   y e a r   p o i n t   g u a r d .
t h i s   g a m e   i s   r e m i n d i n g   m e   o f   h o w   a t l a n t a   b e a t   t h e   s h i t   o u t   o f   m e   b y   3 5   w h e n   i   p l a y e d   a s   d e t r o i t   o n   n b a   2 k .   p i s t o n s
b a c k   t o   t h e   l o t t e r y   f o r   y o u r   d e t r o i t   p i s t o n s
w a t c h i n g   t h e   p i s t o n s   a n d   i t ’ s   l i k e   a l l   d e t r o i t   s p o r t s   j u s t   s u c k   r i g h t   n o w
  h e l l   t h r o w   t h e   p i s t o n s   o f f e n s e   i n   t o o .
d e t r o i t   p i s t o n s   g o i n g   t o   b e   i n   t h e   l o t t e r y   f o r   t h e   n e x t   5   y e a r s   😆 😆 😆
t h e   d e t r o i t   p i s t o n s   l o o k   a b s o l u t e l y   h o r r i b l e   l o l
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n …    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   2 n d   q t r   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n    
  p r e g a m e   c h e c k - i n   |   d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   |   p i s t o n s    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   f u l l   g a m e   2 n d   q t r   |   o c t o b e r   0 4   |   2 0 2 2   n b a   -   p r e - s e a s o n    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   2 n d   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n …    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   1 s t   q t r   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   f u l l   g a m e   1 s t   q t r   |   o c t o b e r   0 4   |   2 0 2 2   n b a   -   p r e - s e a s o n    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n …    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   1 s t   q t r   h i g h l i g h t s   o c t o b e r   0 4 ,   2 2   |   n b a   p r e s e a s o n   2 0 2 2 - 2 3    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   1 s t   q t r    
  🔴   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   n b a   f u l l   g a m e   l i v e   s c o r e b o a r d   -   2 0 2 2    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   f u l l   h i g h l i g h t s   1 s t   q t r   |   n b a   s e a s o n   2 0 2 2 - 2 3   p r e s e a s o n …    
  n b a   p r e   s e a s o n :   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   ( w a t c h   a l o n g   o n l y )   d o n n y   i s   b a c k ! !    
f e e l s   w r o n g   t o   l i k e   a   d e t r o i t   p i s t o n s   h i g h l i g h t . . .  
  ( ( l i v e ) )   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   🏀   k n i c k s   v s   p i s t o n s   |   f u l l   g a m e    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   o c t   0 4 ,   2 0 2 2   n b a   l i v e   s t r e a m    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   -   l i v e   s c o r e b o a r d   a n d   p l a y   b y   p l a y    
  ( ( l i v e ) )   d e t r o i t   p i s t o n s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   🏀   p i s t o n s   v s   k n i c k s   |   f u l l   g a m e    
  d e t r o i t   p i s t o n s   v s .   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   f u l l   g a m e   |   o c t   0 4   |   2 0 2 2   n b a    
k n i c k s   8 4 ,   p i s t o n s   5 9   w i t h   6 : 5 8   r e m a i n i n g   i n   t h e   3 r d .   d e t r o i t   h a s   b e e n   o u t s c o r e d   1 9 - 6   i n   t h e   p e r i o d   s o   f a r .
  k n i c k s   v s   p i s t o n s   l i v e   |   n b a   p r e   s e a s o n   2 0 2 2   |   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s    
  ( l i v e )   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s .   d e t r o i t   p i s t o n s   1 0 / 4 / 2 2   f u l l   g a m e   s t a t i s t i c s   a n d   s c o r e    
g o i n g   t o   b e   a   r o u g h   y e a r   f o r   t h e   d e t r o i t   p i s t o n s .
t h e   p i s t o n s   a r e   a   p l a y o f f   t e a m   c r o w d   i s   p r e t t y   q u i t e   r n
y e p   d e t r o i t   b a s k e t b a l l   i s   b a c k   p i s t o n s   f i r s t   p r e s e a s o n   g a m e   t o n i g h t   a t   7 : 3 0   i n   n e w   y o r k   v e r s u s   t h e   k n i c k s   @   p o w e r h o u s e   g y m  
p l z   r e t w e e t   i   n e e d   4 0 0   i n   4 8   h o u r s   t h a n k   y o u     f o r   t h e   o p p o r t u n i t y   f o r   t h i s ! ! ! !   i   w i l l   f o l l o w   a n y o n e   w h o   r e t w e e t s ! ! ! !   n b a w a r d s   n b a t w i t t e r   d e t r o i t   p i s t o n s  
n w :   d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   n b a p r e s e a s o n   🏀 💙 ❤ ️ 💙 🧡
_ n f l   w e a v e r   h a s   d o n e   a   t o n   f o r   d e t r o i t ,   i t ' s   f u n   t o   s e e   d e t r o i t   s p o r t s   c o m e   b a c k   t o   a   p o i n t .   p i s t o n s   a r e   g o i n g   t o   b e   r e a l l y   d a m n   f u n   t o   w a t c h   t h i s   y e a r   a n d   g o i n g   f o r w a r d
_ n f l   h a d   n o   i d e a   y o u   w e ' r e   a   p i s t o n s   f a n .   i m   a   h u g e   w a r r i o r s   g u y   b u t   g r e w   u p   a n   h o u r   o u t s i d e   d e t r o i t   s o   d e f i n i n g l y   s o m e   p i s t o n s   f a n d o m
t h e   d e t r o i t   p i s t o n s   t o o k   t h e i r   1   o v e r a l l   p i c k ,   w h o   w a s   a n   e l i t e   s h o o t i n g   g u a r d / n a t u r a l   s c o r e r ,   a n d   s w i t c h e d   h i m   t o   a   d i f f e r e n t   p o s i t i o n   😂 .     a n d   t h e y   w o n d e r   w h y   h e   s t r u g g l e s   w i t h   h i s   s h o o t i n g .   h a s   a n y t h i n g   l i k e   t h i s   e v e r   h a p p e n e d   b e f o r e   i n   t h e   n b a   o r   a n y   o t h e r   s p o r t ?
w e   a r e   a t   h a l f t i m e   o f   t h e   p i s t o n s   f i r s t   e x h i b i t i o n   g a m e   o f   t h i s   2 0 2 2 - 2 3   n b a   s e a s o n .     k n i c k s   l e a d   6 5 - 5 3 .     b o g d a n o v i c   a n d   t o p   p i c k   j a d e n   i v e y   l e a d   d e t r o i t   w i t h   1 1 .   s a d d i q   b e y   h a s   6 .     c u n n i n g h a m ,   s t e w a r t   a n d   h a y e s   w i t h   5   e a c h .     j a l e n   b r u n s o n   1 3   f o r   n y k .   o h   b a b y ,   t h i s   i s   e x c i t i n g !
i   h o p e   o n e   o f   t h e   c o n t e n d e r s   s a v e   b o j a n   b o g d a n o v i c   f r o m   t h e   d e t r o i t   p i s t o n s .   t h a t   t e a m   s t i n k s .
i ’ v e   b e e n   w a t c h i n g   p r e s e a s o n   n b a   b a s k e t b a l l   ( d e t r o i t   p i s t o n s   a t   n e w   y o r k   k n i c k s )   o n   m s g .     h a l f t i m e
h a l f t i m e :   k n i c k s   6 5 ,   p i s t o n s   5 3 . 
 i v e y :   1 1   p o i n t s 
 b o g d a n o v i c :   1 1   p o i n t s 
 
 d e t r o i t   h a s   1 3   t u r n o v e r s ,   o f f   o f   w h i c h   n e w   y o r k   h a s   s c o r e d   1 8   p o i n t s .   p i s t o n s   h a v e   t r a i l e d   b y   a s   m a n y   a s   1 7
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   k n i c k s :   p h o t o s   f r o m   p r e s e a s o n   g a m e   a t   m a d i s o n   s q u a r e   g a r d e n  
1 3 :   d e t r o i t   p i s t o n s 
 i ' v e   n e v e r   b e e n   m u c h   o f   a   p i s t o n s   f a n ,   b u t   t h a t ' s   c h a n g i n g   n o w .   t h i s   t e a m   i s   g o i n g   t o   b e   r e a l   f u n   t o   w a t c h   a n d   i ' m   n o t   e x p e c t i n g   t o o   m u c h   d i r t y   p l a y   ( e s s e n t i a l l y   t h e   o p p o s i t e   o f   t h e   b a d   b o y   e r a   i m o ) .   i ' l l   d e f i n i t e l y   b e   p u s h i n g   i v e y   a g e n d a s   a l l   s e a s o n   t o o .    
  a r e   t h e   k n i c k s   b a c k   o r   i s     p i s t o n s   t r a s h   t h i s   y e a r   a n d   w e ’ r e   b e i n g   s u c k e r e d   i n t o   a   g r e a t   p e r f o r m a n c e   b y   t h e   p o o r   d e f e n s e   b y   d e t r o i t   ?   🤔 🤔
i t ’ s   w e i r d   s e e i n g   b o g d a n o v i c   i n   a   p i s t o n s   j e r s e y !
t h e s e   p i s t o n s   g u a r d s   s w e a r   d e u c e   i s   w e a r i n g   a   d e t r o i t   j e r s e y   😂
i t   s e e m s   t h e   k n i c k s   a r e   p l a y i n g   “ f u n ”   a n d   “ e n e r g e t i c ”   b a s k e t b a l l ,   g i v i n g   t h e m   a   l e a d   o v e r   t h e   d e t r o i t   p i s t o n s   e a r l y   i n   t h e i r   f i r s t   p r e s e a s o n   g a m e .   n o n e   o f   m y   b u s i n e s s
a m   i   m a s s i v e l y   o v e r h y p e d   f o r   t h e   2 0 2 2 - 2 0 2 3   n e w   y o r k   k n i c k e r b o c k e r s   a f t e r   l e s s   t h a n   o n e   h a l f   o f   p r e s e a s o n   b a s k e t b a l l   a g a i n s t   t h e   d e t r o i t   p i s t o n s ? 
 
 y o u ’ r e   g o d d a m n   r i g h t   i   a m .
d e t r o i t   p i s t o n s   i n   n e w   y o r k   t o n i g h t   t o   t a k e   o n   t h e   k n i c k s   i n   a   p r e - s e a s o n   g a m e .       h a s   t h e   g a m e   w i t h   s t a n   v a n   g u n d y   d o i n g   c o l o r .     b a c k   i n   t h e   d a y   t h e   l e a g u e   u s e d   t o   h a v e   p r e - s e a s o n   d o u b l e h e a d e r s   a t   m s g .     r e c a l l   w a t c h i n g   d e n n i s   r o d m a n   a s   a   r o o k i e   f l y   u p   a n d   d o w n   t h e   c o u r t .
d e t r o i t   p i s t o n s   :   k i l l i a n   h a y e s   i f   i t   d o n ' t   b a r k   w h e n   i t ' s   a   p u p p y   i t   a i n ' t   g o n n a   b a r k   w h e n   i t ' s   a   d o g
🇺 🇸 n b a   -   p r e - s e a s o n   2 0 2 2 / 2 0 2 3   -   k i c k o f f 
 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   🔴 l i v e 
 l i v e   b r o a d c a s t   h e r e ➡ ️ 
 🇺 🇸 n b a   -   p r e - s e a s o n   2 0 2 2 / 2 0 2 3   -   k i c k o f f 
 m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   🔴 l i v e 
 l i v e   b r o a d c a s t   h e r e ➡ ️  
w a t c h   n b a   p r e s e a s o n   2 0 2 2   l i v e   s t r e a m   o n l i n e 
 
 🏀 n b a   l i v e ➡ 
 
 🆚 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 🆚 m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s 
 🆚 c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s 
 🆚 p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   j a z z 
 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐯 𝐞   𝐕 𝐈 𝐀 📺 ➡  
w t f   w a s   t h a t   d e t r o i t   p i s t o n s   😒
d e t r o i t   p i s t o n s   /   n e w   y o r k   k n i c k s   l i v e   t h r e a d : 
 
 l o o k s   l i k e   t h e   p i s t o n s   p l a n   t o   s w i t c h   1 - 5   w i t h   t h e   s t a r t e r s   t h i s   y e a r .   n o t   s u r e   i f   t h e y   h a v e   t h e   s p e e d   /   i q   t o   h e l p   & a m p ;   r o t a t e   a n d   c o n c e r n e d   a b o u t   i v e y   /   b o g d o n o v i c   o n   a n   i s l a n d   -   s h o w s   a   l o t   o f   f a i t h   i n   s t e w a r t ' s   m o b i l i t y  
d e t r o i t   p i s t o n s   p r e s e a s o n   g a m e   s c o r e   v s .   n e w   y o r k   k n i c k s :   l i v e   s c o r i n g   u p d a t e s  
  t h a t   w h o l e   t r a d e   w a s   s u p e r   w e i r d ,   h o r n e t s   f l i p p i n g   h i m   t o   t h e   k n i c k s   w h o   i n   t u r n   f l i p p e d   h i m   t o   t h e   p i s t o n s   f o r   n o t h i n g   b a s i c a l l y ,   d e t r o i t   w a l k e d   o u t   m a j o r   w i n n e r s   f r o m   t h a t
  d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   n b a   l i v e   s c o r e b o a r d   i n t e r g a   s p o r t s    
t h e   d e t r o i t   p i s t o n s   a r e   y o u r   n b a   c h a m p i o n s !
n b a   p r e s e a s o n :   d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   |   l i v e   p l a y - b y - p l a y   & a m p ;   . . .     v i a     c o m e   h a n g o u t !   g o o d   g a m e   s o   f a r
k n i c k s   2 3 ,   p i s t o n s   1 9   w i t h   2 : 5 8   o n   t h e   c l o c k .   i s a i a h   s t e w a r t   k n o c k e d   d o w n   a   3   d u r i n g   d e t r o i t ' s   l a s t   p o s s e s s i o n .   h e   h a s   t h e   g r e e n   l i g h t
a n d   m y   j o u r n e y   h a s   a   d e t r o i t   p i s t o n s   f a n   s t a r t s   t o d a y
p i s t o n s   b o g d a n o v i c   g o n n a   g e t   m o r e   l o o k s   n o w   t h a t   h e ’ s   n o t   w a t c h i n g   d o n o v a n   m i t c h e l l   s h o o t   3 5   t i m e s .   s o m e   g o o d   t e a m   b a l l   i n   d e t r o i t .
w a t c h i n g   k n i c k s - p i s t o n s   o n   m y   p h o n e   s o   c a n ’ t   p u l l   c l i p s   b u t   i   l o v e   t h a t   c o a s t   t o   c o a s t   d r i v e   f r o m   i v e y   j u s t   n o w .   i   t h i n k   h i s   b u r s t   i s   g o i n g   t o   o p e n   u p   s o m e   f u n   t r a n s i t i o n   g a m e   f o r   d e t r o i t .
l i v e   h d   s t r e a m ! ! 
 
 w a t c h   2 0 2 2   n b a   l i v e   s t r e a m   f r e e   o n l i n e 
 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐯 𝐞   𝐕 𝐈 𝐀 📺 ➡ 
 
 🏆 n b a   s t r e a m s   / p r e s e a s o n   g a m e 
 
 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 m i a m i   h e a t   v s   t i m b e r w o l v e s   
 c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s 
 p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   j a z z  
🏀   b a s k e t b a l l :   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   -   n b a   
 ⏰   o n g o i n g   l i v e 
 ➡   
 
 b a s k e t b a l l   a m e r i c a n   u s a   n b a l i v e   b a s k e t b a l l l o v e r s   n e w y o r k k n i c k s   d e t r o i t p i s t o n s
n b a s t r e a m s   r e d d i t 
 
   c l i c k   h e r e ➡ 
 
 n b a   p r e s e a s o n   g a m e   2 0 2 2   
 
 🆚 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 🆚 m i a m i   h e a t   v s   t i m b e r w o l v e s   
 🆚 c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s 
 🆚 p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   j a z z 
 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐯 𝐞   𝐕 𝐈 𝐀 📺 ➡  
n b a s t r e a m s   r e d d i t 
 
   c l i c k   h e r e ➡ 
 
 n b a   p r e s e a s o n   g a m e   2 0 2 2   
 
 🆚 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 🆚 m i a m i   h e a t   v s   t i m b e r w o l v e s   
 🆚 c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s 
 🆚 p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   j a z z 
 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐯 𝐞   𝐕 𝐈 𝐀 📺 ➡  
t o n i g h t . . . 
 
 t h e   k n i c k s   b e i n g   t h e i r   p r e s e a s o n   s c h e d u l e   a t   t h e   g a r d e n   a g a i n s t   c a d e   c u n n i n g h a m ,   j a d e n   i v e y   & a m p ;   t h e   d e t r o i t   p i s t o n s ! 
 
 j o i n     r i g h t   h e r e   a t   h a l f t i m e   & a m p ;     l i v e   o n   y o u t u b e ,   f a c e b o o k   & a m p ;   t w i t t e r   a f t e r   t h e   g a m e !  
2 0 2 2 - 2 3   p r e - s e a s o n :   k n i c k s   v s   d e t r o i t   p i s t o n s   |   l i v e   p l a y   b y   p l a y   -   p r e   g a m e   t o   p o s t   g a m e  
w h e r e   d e t r o i t   p i s t o n s   t w i t t e r   a t ?   i ' m   r e a d y   f o r   t h e   t r o l l i n g !   
 
 a l s o ,   p u t   b a g l e y   i n   c o w a r d s .
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   -   n b a   -   p r e - s e a s o n   l i v e   s t r e a m 
 🔴 ⏩ l i v e   b r o a d c a s t   h e r e :   🔗    
p i s t o n s   b e a t   w r i t e r s   a r e   g o i n g   t h r o u g h   i t   r i g h t   n o w   w i t h   a   b u n c h   o f   c o n f u s e d   f a n s   t h a t   d e t r o i t   i s   s t a r t i n g   t h e   f i v e   g u y s   w h o   m a k e   t h e   m o s t   s e n s e   t o   s t a r t .
b a s k e t b a l l   i s   b a c k ! 
 
 t u n e   i n   n o w   t o   b a l l y   s p o r t s   d e t r o i t   e x t r a   t o   c a t c h   t h e   f i r s t     p r e s e a s o n   m a t c h u p   a g a i n s t   t h e   n e w   y o r k   k n i c k s .   
 
 p i s t o n s   |    
n b a s t r e a m s   r e d d i t 
 
   c l i c k   h e r e ➡ 
 
 n b a   p r e s e a s o n   g a m e   2 0 2 2   
 
 🆚 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 🆚 m i a m i   h e a t   v s   t i m b e r w o l v e s   
 🆚 c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s 
 🆚 p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   j a z z 
 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐯 𝐞   𝐕 𝐈 𝐀 📺 ➡  
t h e   d e t r o i t   p i s t o n s   a r e   b a c k .
e v e n   t h o u g h   i t ’ s   o n l y   p r e s e a s o n   r e a d y   t o   s e e   t h i s   d e t r o i t   p i s t o n s   s z n   i ’ m   e x c i t e d   f o r   c a d e   & a m p ;   c o .   l e t ’ s   g o
n b a   p r e s e a s o n :   d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   |   l i v e   p l a y - b y - p l a y   & a m p ;   . . .     v i a     w e   l i v e !
l i v e   s t r e a m i n g 
 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 👇 🏼 👇 🏼 👇 🏼
n e w   d e t r o i t   p i s t o n s   s t a t e m e n t   j e r s e y   |   t h e   m a n   w h o   i n s p i r e d   t h e m   w i t h   a   . . .     v i a  
[ 1 0 m i n w a r n i n g ]   d e t r o i t   p i s t o n s   a t   n e w   y o r k   k n i c k s   t o t a l   2 0 8 . 5   |   t u e   1 9 : 1 0 e t   d e t v s n y k   n b a   ~   b o n u s e s   u p   t o   $ 1 0 0 0  
l i v e   h d   s t r e a m ! ! 
 
 w a t c h   2 0 2 2   n b a   l i v e   s t r e a m   f r e e   o n l i n e 
 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐯 𝐞   𝐕 𝐈 𝐀 📺 ➡ 
 
 🏆 n b a   s t r e a m s   / p r e s e a s o n   g a m e 
 
 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 m i a m i   h e a t   v s   t i m b e r w o l v e s   
 c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s 
 p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   j a z z  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   | |   n b a   l i v e   s t r e a m 
 w a t c h   l i v e   b r o a d c a s t   : 👉   📺    
🇺 🇸 u s a   -   b a s k e t b a l l :   n b a   -   2 0 2 2 / 2 0 2 3   :   p r e - s e a s o n 
 t o d a y   t u e s d a y   4 n d   o c t o b e r ,   2 0 2 2   👉 k i c k   o f f 
 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   🔴 l i v e 
 ⏬   ⏬   ⏬   ⏬ 
 l i n k   t o   w a t c h   h e r e 🔛 
 v e n u e :   m a d i s o n   s q u a r e   g a r d e n   a r e n a   i n   n e w   y o r k ,   u s a .  
  g o t   a   b i g   n i g h t   o f   n b a p r e s e a s o n   h o o p s   c o m i n g   u p .   👀 
 
 📺 :   n b a t v ,   n b a   l e a g u e   p a s s 
 
 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 
 📲     🔴 🔴  
  g o t   a   b i g   n i g h t   o f   n b a p r e s e a s o n   h o o p s   c o m i n g   u p .   👀 
 
 📺 :   n b a t v ,   n b a   l e a g u e   p a s s 
 
 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 
 📲     🔴 🔴  
n b a   n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   b a s k e t b a l l   f u l l   g a m e 
 w a t c h   l i v e   :  
n b a   s t r e a m s   t w i t t e r ! ! 
 
   c l i c k   h e r e ➡ 
 
 n b a   p r e s e a s o n   g a m e   2 0 2 2   
 
 🆚 n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 🆚 m i a m i   h e a t   v s   t i m b e r w o l v e s   
 🆚 c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s 
 🆚 p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   j a z z 
 
 🔴 𝐖 𝐀 𝐓 𝐂 𝐇   𝐋 𝐢 𝐯 𝐞   𝐕 𝐈 𝐀 📺 ➡  
n e w   o v e r t i m e   a m m   p o s i t i o n   b o u g h t 
 n e w   y o r k   k n i c k s   -   d e t r o i t   p i s t o n s 
 a m o u n t :   1 1 0 2 . 5 3 
 p a i d :   7 0 2 . 0 0 4   s u s d 
 p o s i t i o n :   n e w   y o r k   k n i c k s 
 p o t e n t i a l   p r o f i t :   4 0 1   s u s d   ( 5 7 % )
w o o d w a r d p i s t o n s   p r e g a m e   c h e c k - i n   |   d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   |     p i s t o n s  
l i v e   s t r e a m i n g   ! ! ! 🔴 
 
 n b a   p r e s e a s o n   2 0 2 2 
 
 📺   w a t c h   d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   l i v e   s t r e a m   
 
 🔗 p c   l i n k :   
 
 🔗 m o b i l e   l i n k :   
 
 🏀 g a m e   l i n k :   
 
 p i s t o n s k n i c k s 
 n b a 
 n b a s t r e a m s   
 l i v e s t r e a m  
t h e   d e t r o i t   p i s t o n s   a r e   t r a d i n g   f o r   r o o k i e   i s a i a h   s t e w a r t   t o   t h e   d e n v e r   n u g g e t s   i n   e x c h a n g e   f o r   e l i j a h   b r y a n t   s o u r c e s   t e l l   m e   a n d   .
1 5   m i n u t e s   u n t i l   t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   o n   n a t i o n a l   t e l e v i s i o n
        i   h a v e   a   f r i e n d   w h o   s u f f e r s   f r o m   s c h i z o p h r e n i a   a n d   y o u ' r e   g i v i n g   m e   t h e   v i b e s . . .   h e y ,   i f   y o u   w a n t   t o   p r e t e n d   t h a t   y o u ' r e   t h e   o w n e r   a n d   g m   o f   t h e   p i s t o n s   a n d   t h e   d i c t a t o r   o f   d e t r o i t . . .   y o u   d o   y o u .
n e w   o v e r t i m e   a m m   p o s i t i o n   b o u g h t 
 n e w   y o r k   k n i c k s   -   d e t r o i t   p i s t o n s 
 a m o u n t :   1 5 . 7 2 
 p a i d :   1 0 . 0 0 2   s u s d 
 p o s i t i o n :   n e w   y o r k   k n i c k s 
 p o t e n t i a l   p r o f i t :   6   s u s d   ( 5 7 % )
t o n i g h t ' s   s t a r t i n g   5   f o r   y o u r   d e t r o i t   p i s t o n s  
p i s t o n s   v s .   k n i c k s   g a m e t h r e a d :   g a m e   t i m e ,   t v ,   o d d s ,   a n d   m o r e  
c a n ’ t   w a t c h   t h e   g a m e   t o n i g h t   w i t h   a l l   o f   y o u ,   b u t   i   h o p e   y o u   a l l   e n j o y   t h e   g a m e   a n d   t h e   y o u n g   p i s t o n s   h a v e   s h o w n   i m p r o v e m e n t !   
 
 d e t r o i t   p i s t o n s   b a s k e t b a l l   i s   b a c k ! !   
 
 p . s .   i   d o n t   l i k e   k i l l   s t a r t i n g ,   y a l l   l m k   h o w   i t   g o e s  
s a u c e s ( l o l ) :   k n i c k s   w i l l   s t a r t   j a l e n   b r u n s o n ,   e v a n   f o u r n i e r ,   r j   b a r r e t t ,   j u l i u s   r a n d l e   a n d   m i t c h e l l   r o b i n s o n   t o n i g h t   a g a i n s t   t h e   d e t r o i t   p i s t o n s . 
 
 n o t h i n g   n e w . . .
n y   k n i c k s   v s   d e t r o i t 
               (   0 1 : 0 0   g m t + 2   ) 
 g a m e d a y   n b a   n b a p r e s e a s o n   n b a j a p a n g a m e s   
 l i v e   l i v e s t r e a m   b a s k e t b a l l   n y k n i c k s   d e t r o i t   p i s t o n s   n e w y o r k f o r e v e r 
               🏀 l i n k   ⬇ ️ 

  d e t r o i t   b a s k e t b a l l   a n d   i t ’ s   y o u n g   c o r e .   p i s t o n s ’   g m   t r o y   w e a v e r   h a s   b e e n   o u t s t a n d i n g   t h i s   o f f s e a s o n .   d r a f t i n g   i v e y   a n d   t r a d i n g   f o r   g r e a t   p l a y e r s   s u c h   a s   j a l e n   d u r e n ,   b o j a n   b o g d a n o v i c   e t c .   t h e   d e t r o i t   p i s t o n s   w i l l   s o o n   b e   o n e   o f   t h e   t h r e a t s   o f   t h e   e a s t
🚨 b o o n e r   b e t s 🚨 
 d e t r o i t   p i s t o n s   f i n a l l y   p l a y   t h e r e   f i r s t   p r e - s e a s o n   g a m e   t o n i g h t   🔥 
 
 p i s t o n s / k n i c k s   o 2 0 8   💰 🔒 🔒 
 
 l i t t l e   p r e - s e a s o n   a c t i o n 
   g a m b l i n g t w i t t e r  
d w a n e   c a s e y   s t a t e d   b o j a n   b o g d a n o v i c   w a s   " a   g o d s e n d "   f r o m   t h e   u t a h   j a z z   t o   t h e   d e t r o i t   p i s t o n s   a s   h e   i s   a l r e a d y   m a k i n g   a n   i m p a c t   w i t h   t h e   t e a m ' s   y o u n g   p l a y e r s   t h r o u g h   g i v i n g   t h e m   a d v i c e ,   p e r    
n e w   o v e r t i m e   a m m   p o s i t i o n   b o u g h t 
 n e w   y o r k   k n i c k s   -   d e t r o i t   p i s t o n s 
 a m o u n t :   1 2 5 . 8 5 
 p a i d :   5 0 . 0 0 1   s u s d 
 p o s i t i o n :   d e t r o i t   p i s t o n s 
 p o t e n t i a l   p r o f i t :   7 6   s u s d   ( 1 5 2 % )
t h e   d e t r o i t   p i s t o n s   a r e   p l a y i n g   b a s k e t b a l l   t o n i g h t   o n   t n t .   h o w   l u c k y   a r e   w e
t h e   d e t r o i t   p i s t o n s   a r e   o f f i c i a l l y   b a c k   t o n i g h t . 
 
 n e w   s e a s o n ,   s a m e   o l d   a t t i t u d e . 🔥 👀  
p i s t o n s   c o a c h   d w a n e   c a s e y   s a y s   g e t t i n g   b o j a n   b o g d a n o v i c   f r o m   t h e   u t a h   j a z z   l a s t   m o n t h   w a s   “ a   g o d s e n d ”   f o r   d e t r o i t ,   a n d   s a i d   h e ’ s   a l r e a d y   m a k i n g   a n   i m p a c t   l e n d i n g   h i s   a d v i c e   t o   t h e   t e a m ’ s   y o u n g   p l a y e r s .
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   |   n b a   l i v e   s c o r e b o a r d   t o d a y   2 0 2 2 🏀    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   l i v e   p l a y - b y - p l a y   & a m p ;   r e a c t i o n    
    p l a y   t h e   d e t r o i t   p i s t o n s   i n   t h e   f i r s t   d o m   y o u ' l l   g e t   t h e   s t e a l s   y o u   n e e d   t h e y ' r e   t h e   w e a k e s t   t e a m   i n   d o m i n a t i o n
s o u r c e s :   k n i c k s   w i l l   s t a r t   j a l e n   b r u n s o n ,   e v a n   f o u r n i e r ,   r j   b a r r e t t ,   j u l i u s   r a n d l e   a n d   m i t c h e l l   r o b i n s o n   t o n i g h t   a g a i n s t   t h e   d e t r o i t   p i s t o n s . 
 
 h o w   w e   f e e l i n g ?
t h e   d e t r o i t   p i s t o n s   s e c o n d   u n i t : 
 
 i v e y 
 d i a l l o 
 l i v e r s 
 b a g l e y 
 d u r e n 
 
 t h i s   h a s   t h e   p o t e n t i a l   t o   b e   a b s o l u t e l y   e l e c t r i c .       
 
   
 
 d e t r o i t v s e v e r y b o d y
b r e a k i n g   n e w s   c o m i n g   o u t   o f   t h e   k n i c k s - p r o v i d e d   r o s t e r s   a t   m a d i s o n   s q u a r e   g a r d e n   t o n i g h t : 
 
 d e t r o i t   p i s t o n s '   j a d e n   i v e y ,   b o r n   o n   f e b .   1 3 ,   2 0 2 2 ,   w i l l   b e   t h e   f i r s t   i n f a n t   t o   p l a y   i n   t h e   n b a  
n o t h i n g   i s   d e c i d e d   i n   t h e   f i r s t   m o n t h ,   b u t   t h e r e   a r e   t h r e e   g a m e s   t h a t   w i l l   g i v e   u s   a n   i d e a   o f   h o w   t h e   r e s t o r a t i o n   i s   g o i n g   f o r   t h e   p i s t o n s . 
 
   ( v i a   )  
t h e   p i s t o n s   a r e   o n   t h e   n a t i o n a l   s t a g e   f o r   t h e i r   p r e s e a s o n   o p e n e r   a g a i n s t   t h e   k n i c k s .   
 
 ⁦ ⁩   w i t h   t h e   d e t a i l s   o n   t o n i g h t ’ s   m a t c h u p .    
t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   i n   l e s s   t h a n   t w o   h o u r s .
t i g e r s :   l o n g e s t   m l b   p l a y o f f   d r o u g h t   
 
 l i o n s :   l o n g e s t   n f l   p l a y o f f   w i n   d r o u g h t   
 
 r e d   w i n g s :   2 n d   l o n g e s t   n h l   p l a y o f f   d r o u g h t   
 
 p i s t o n s :   5 t h   l o n g e s t   n b a   p l a y o f f   d r o u g h t   
 
 d e t r o i t
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 n e w   y o r k   k n i c k s   l i v e   s t r e a m s 
 d e t r o i t   p i s t o n s   l i v e   s t r e a m s 
 s t a r t   t i m e :   o c t   0 4 ,   0 7 : 0 0   p m   e t 
 n b a _ l i v e 
 n e w _ y o r k _ k n i c k s   v s   d e t r o i t _ p i s t o n s 
 c r a c k s t r e a m s 
 b u f f s t r e a m s 
 s p o r t s u g e 
 n b a s t r e a m s 
 r e d d i t n b a s t r e a m s  
_ w o l v e r i n e   l i o n s ,   t i g e r s ,   p i s t o n s   a n d   r e d w i n g s .   w h i c h   f r a n c h i s e   t u r n s   a r o u n d   f a s t e r ?   i   u n d e r s t a n d   t h a t   j u s t   p o s i n g   t h a t   q u e s t i o n   l a y s   r a w   t h e   s t a t e   o f   p r o   s p o r t s   i n   d e t r o i t .
c a n ’ t   w a i t   t o   w a t c h   t h e   p i s t o n s   t o n i g h t !   t h i s   i s   t h e   t e a m   w i t h   t h e   b r i g h t e s t   f u t u r e   o u t   o f   t h e   4   d e t r o i t   p r o   s p o r t s   t e a m s .   i ’ m   e x p e c t i n g   a   l o t   o f   g r o w i n g   p a i n s   f o r   i v e y   a n d   d u r e n   b u t   t h e y ’ l l   b e   g r e a t   w i t h   e x p e r i e n c e
c o u n t   t h a t   b a b y   a n d   a   f o u l !   🏀 
 
 h e r e ’ s   o u r   b r o a d c a s t   t e a m   f o r   t h e     t h i s   s e a s o n .   👋 
 
 p i s t o n s   p r e s e a s o n   b e g i n s   t o n i g h t   a t   7   p . m .   o n   b a l l y   s p o r t s   d e t r o i t   e x t r a .  
f o r   o u r   f r e e   p r e m i u m   p l a y   t o d a y   w e   a r e   g o i n g   t o   t a k e   d e t r o i t   p i s t o n s   + 4 . 5 !   s o m e   p r e s e a s o n   b a s k e t b a l l   a c t i o n !   h a n d i c a p p e r   s p o r t s g a m b l i n g   n b a   p i c k s b l m  
n b a   p r e s e a s o n   m o d e l : 
 
 d e t r o i t   p i s t o n s   2 1 9 . 6 
 n e w   y o r k   k n i c k s   - 4 . 9 
 
 m i n n e s o t a   t i m b e r w o l v e s   2 2 4 . 1 
 m i a m i   h e a t   - 5 . 4 
 
 n e w   o r l e a n s   p e l i c a n s   2 1 8 . 5 
 c h i c a g o   b u l l s   p k 
 
 u t a h   j a z z   2 2 0 . 0 
 p o r t l a n d   t r a i l   b l a z e r s   + 1 . 8   ( b 2 b )
n e w   y o r k   a n d   d e t r o i t   g o t   a   p r i m e   t i m e   g a m e   o v e r   u s ? ? ?   g r e a t   s t a r t   y ’ a l l   😭   a n d   i d g a f   i f   i t ’ s   j u s t   p r e   s e a s o n .   t h e   w o l v e s   d o g g i n g   t h e   h e a t   w i l l   b e   2 0 x   b e t t e r   t h a n   t h e   k n i c k s   v s   p i s t o n s  
t h e   p i s t o n s   a r e   b a c k   i n   a c t i o n   t o n i g h t   a g a i n s t   t h e   k n i c k s .   h e r e ’ s   w h a t   y o u   n e e d   t o   k n o w   h e a d i n g   i n t o   t i p - o f f 👀 🏀 
 
 d e t r o i t   b a s k e t b a l l i s b a c k   n b a   p r e s e a s o n 

i   d i d   s o m e   n b a   h a n d i c a p p i n g   t o d a y   a n d   p l a c e d   t h e   f o l l o w i n g   n b a   f u t u r e s   b e t s ! ! ! !   h e r e   i s   a   t h r e a d   o f   s o m e   k e y   o n e s   i   j u s t   p u t   i n   t o d a y . 
 
 d e t r o i t   p i s t o n s   o v   2 9 . 5 
 m a g i c   o v   2 6 . 5 
 7 6 e r s   o v   5 0 . 5 
 * a l r e a d y   o n   h o r n e t s   u n   3 7 . 5 
 * a l r e a d y   o n   j a z z   u n   3 2 . 5 
 
 n b a   g a m b l i n g t w i t t e r   n b a p r e s e a s o n
n b a   g m   s u r v e y :   s o m e   s a y   d e t r o i t   p i s t o n s   h a v e   l e a g u e ' s   b e s t   y o u n g   c o r e  
t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o n i g h t   😤
n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s   |   l i v e   n b a   p r e - s e a s o n 
 t o d a y   @   7   p m   e t 
 w a t c h   l i v e   🔴  
n b a   d e t r o i t   p i s t o n s   :   j a d e n   i v e y   i s   l i g h t n i n g   f a s t   b u t   i t   w o n ' t   h e l p   h i m   w i t h   t h e   i n - b e t w e e n   g a m e   b e c a u s e   t h e   f a s t e r   y o u   g o   t h e   h a r d e r   i t   i s   t o   s t o p   o n   b a l a n c e   a n d   s h o o t .
n b a   d e t r o i t   p i s t o n s   :   j a d e n   i v e y   i s   l i g h t n i n g   f a s t   b u t   i t   w o n ' t   h e l p   h i m   w i t h   t h e   i n - b e t w e e n   g a m e   b e c a u s e   t h e   f a s t e r   y o u   g o   t h e   h a r d e r   i t   i s   t o   s t o p   o n   b a l a n c e   a n d   s h o o t .
b a c k   a t   i t   w i t h   m o r e   p i s t o n s   e r a s   b a s k e t b a l l !   i t ' s   p l a y o f f s   t i m e   b a b y !   n u m b e r   o n e   s e e d   d e t r o i t   p i s t o n s   t a k e   o n   n u m b e r   8   s e e d   i n d i a n a   p a c e r s !   d d e e e t t r r o o i i i t t b a s k e t b a l l   n b a 2 k 2 3   4 l e a f l e g i o n  
n b a g m s u r v e y :   s o m e   s a y   d e t r o i t p i s t o n s   h a v e   l e a g u e ' s   b e s t   y o u n g   c o r e .     n b a t w i t t e r  
h o w ' s   t h i s   f o r   a   r i v a l r y ? ! 
 
 n b a   j a m   c r e a t o r   m a r k   t u r m e l l   i s   s u c h   a   h u g e   d e t r o i t   p i s t o n s   f a n   t h a t   h e   r i g g e d   h i s   g a m e   s o   t h e   p i s t o n s   w o u l d   h a v e   a   b e t t e r   s h o t   a t   b e a t i n g   t h e   t h e n - r i v a l   c h i c a g o   b u l l s .  
h a v e n ’ t   c a u g h t   u p   o n   o p e n   p r a c t i c e ?   h e r e ’ s   w h a t   y o u   m i s s e d ⛹ ️ ‍ ♂ ️ 
 
 d e t r o i t   p i s t o n s   o p e n p r a c t i c e   a l l p i s t o n s   

f o u r   r e a c t i o n s   f r o m   t h e   d e t r o i t   p i s t o n s   o p e n   p r a c t i c e   a n d   s c r i m m a g e  
s o u n d s   l i k e   o p p o s i n g   g e n e r a l   m a n a g e r s   r e a l l y   l i k e   t h e   j o b   t r o y   w e a v e r   i s   d o i n g   w i t h   t h e   .  
f o u r   r e a c t i o n s   o f   t h e   d e t r o i t   p i s t o n s   o p e n   p r a c t i c e   a n d   m e l e e  
w e   t o o k   a   l o o k   a t   t h e   p i s t o n s '   c e n t e r s   a n d   f o r w a r d s ,   s o   n o w   i t ' s   t i m e   f o r   t h e   g u a r d s .   w h a t   i n   t h e   b e s t / w o r s t   c a s e   s c e n a r i o   f o r   e a c h   g u y ? 
 
   ( v i a   )  
p i s t o n s ,   t o   s o m e   g m s ,   h a v e   n b a ' s   b e s t   y o u n g   c o r e .  
i ’ m   e x c i t e d   t o   s e e   t h e   d e t r o i t   p i s t o n s   h o o p   t h i s   s e a s o n .   c a d e ,   i v e y   & a m p ;   b e y   i s   a n   i n t r i g u i n g   y o u n g   t r i o .
      l i k e   y o u ,   i ' v e   b e e n   r e a d i n g   d e t r o i t   s p o r t s   c o l u m n i s t s   f o r   a b o u t   5 0   y e a r s   a n d   i   t h i n k     i s   t h e   w o r s t .   a n d   i ' v e   s e e n   s o m e   b a d   o n e s .   l i o n s   t i g e r s   p i s t o n s   r e d w i n g s
b a d   b o y s   d e t r o i t   p i s t o n s  
  ‘ 9 0 s   d e t r o i t   p i s t o n s   f a n s . 
 ‘ 7 0 s   p h i l a d e l p h i a   f l y e r s   f a n s . 
 ‘ 7 0 s   l e e d s   u n i t e d   f a n s . 
 ‘ 7 0 s   o a k l a n d   r a i d e r s   f a n s . 
 ‘ 0 0 s - ‘ 1 0 s   n e w   e n g l a n d   p a t r i o t s   f a n s . 
 ‘ 1 0 s   h o u s t o n   a s t r o s   f a n s .
t h e   p i s t o n s   a r e   p a r t n e r s   i n   d e t r o i t   v o t e s   2 0 2 2 .   c a d e   c u n n i n g h a m ,   j a d e n   i v e y   a n d   s a d d i q   b e y   a r e   o n   b i l l b o a r d s   g o i n g     l i v e   i n   d e t r o i t   o n   t u e s d a y . 
 
 t h e y ' r e   e n c o u r a g i n g   d e t r o i t e r s   t o   v o t e   a n d   l e a r n   t h e i r   o p t i o n s   f o r   v o t i n g :    
a n y o n e   e l s e   f e e l   l i k e   t h e r e s   a   c h a n c e   t h e   d e t r o i t   p i s t o n s   g o   1 0 2 - 0   ( d o n t   l o s e   a   g a m e   i n   p r e s e a s o n   o r   p l a y o f f s   e i t h e r )
t h e m   p e a s a n t   m f s   r e a l l y   t o o k   j a r u s a l e m   i n   t h e   f i r s t   c r u s a d e . . 
 w i l d . . 
 d e t r o i t   p i s t o n s   w i n n i n g   t h e   c h i p   i n   0 4   w i l d
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   |   n b a   p r e s e a s o n   2 0 2 2   l i v e   s t r e a m i n g    
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   |   n b a   p r e s e a s o n   2 0 2 2   l i v e   s t r e a m i n g    
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   |   g a m e   p r e v i e w   |   k n i c k s   p r e s e a s o n    
t h e   b i g   t h r e e   e r a   i n   d e t r o i t   b e g i n s   t o n i g h t . 
 
 p i s t o n s  
e a r l y   v o t i n g   c e n t e r s ,   a b s e n t e e   b a l l o t   d r o p   b o x e s ,   b i l l b o a r d s   w i t h   p i s t o n s   p l a y e r s   a n d   v o t e r   i n f o   o n   w a t e r   b i l l s   a r e   p a r t   o f   d e t r o i t ' s   c i v i c   p a r t i c i p a t i o n   c a m p a i g n   f o r   2 0 2 2   e l e c t i o n .   
  
n b a   n b a   g m   s u r v e y :   s o m e   s a y   d e t r o i t   p i s t o n s   h a v e   l e a g u e ' s   b e s t   c o r e     s p o r t s
n b a   g m   s u r v e y :   s o m e   s a y   d e t r o i t   p i s t o n s   h a v e   l e a g u e ' s   b e s t   c o r e  
n e w   p o s t :   n b a   g m   s u r v e y :   s o m e   s a y   d e t r o i t   p i s t o n s   h a v e   l e a g u e ’ s   b e s t   c o r e    
n b a   g m   s u r v e y :   s o m e   s a y   d e t r o i t   p i s t o n s   h a v e   l e a g u e ' s   b e s t   c o r e       n b a   n e w s   b a s k e t b a l l  
w e l c o m e   t o   p i s t o n s .   a c t u a l   h i g h l i g h t   o f   o p e n   p r a c t i c e     j u l e s   b e r n a r d   f r o m   u c l a .   i   l i k e     b a s k e t b a l l   p l a y !    
p i s t o n s '   c a d e   c u n n i n g h a m   e n t e r s   s o p h o m o r e   s e a s o n   h e a l t h y   a n d   ' m o r e   c o m f o r t a b l e '   -   d e t r o i t   n e w s  
  t h a n k s   t o   c o m e   i n   p i s t o n s .   i   c a n ' t   b e l i e v e   i v e y   i s   o u r   p l a y e r !     s e e   y o u   s o o n !
b o j a n   b o g d a n o v i c   i s   a   4 0   p e r c e n t   3 - p o i n t   s h o o t e r   w h o   c a n   a l s o   p u t   t h e   b a l l   o n   t h e   f l o o r .   
 
 “ d e t r o i t   h a s   n e e d e d   t h a t   p l a y e r   f r o m   t h e   f o r w a r d   s p o t   s i n c e   t h e   r e b u i l d   b e g a n . ” 
 
   p r e d i c t s   t h e   p i s t o n s ’   d e p t h   c h a r t :    
f o u r   r e a c t i o n s   f r o m   t h e   d e t r o i t   p i s t o n ’ s   o p e n   p r a c t i c e   a n d   s c r i m m a g e  
p r e s e a s o n   i s   p r e s e a s o n ,   b u t   t h e r e   w i l l   b e   s o m e   e a r l y   t e s t s   a g a i n s t   t h e   k n i c k s ,   e s p e c i a l l y   f o r   t h e   b i g s . 
 
 ( v i a   )  
o u r   o w n     w a s   a t   t h e   p i s t o n s   o p e n   p r a c t i c e   t o   g e t   a   s e n s e   o f   w h a t   t h i s   t e a m   m i g h t   b e   t h i s   y e a r .   h e   g i v e s   u s   f o u r   o b s e r v a t i o n s ,   a n d   w e   w i l l   s e e   t o n i g h t   w h e t h e r   i t   c a r r i e s   o v e r   i n t o   p r e s e a s o n   a c t i o n .  
c o a c h   t o m   t h i b o d e a u   t a l k s   b e f o r e   t o n i g h t ’ s   m a t c h   u p   w i t h   t h e   d e t r o i t   p i s t o n s   @   t h e   g a r d e n .  
k n i c k s   f a n s   b a s k e t b a l l   i s   b a c k   t o n i g h t   f o r   t h e   f i r s t   t i m e   s i n c e   a p r i l   a s   t h e   k n i c k s   t a k e   o n   t h e   d e t r o i t   p i s t o n s   a t   7 : 0 0 p m
i   j u s t   c a n ' t   h e l p   m y s e l f   a n d   w a i t .   
 t h i s   y o u n g   s q u a d   g o n '   b a l l . 
 
 d e t r o i t   p i s t o n s   1 1 +   @   + 4 5 0  
u b e t   m o b i l e   -   1 8 +   b e g a m b l e a w a r e   l a t e s t :   n b a   g m   s u r v e y   s u p p o r t s   m y   l o v e   f o r   2 0 2 2 - 2 3   d e t r o i t   p i s t o n s   –   o u t k i c k   –       d e t r o i t   l o v e   n b a   o u t k i c k
3   t e a m s   o u t   o f   t h e   d e t r o i t   p i s t o n s ,   m i n n e s o t a   t i m b e r w o l v e s   ,   n e w   o r l e a n s   p e l i c a n s   a n d   t h e   u t a h   j a z z   t o   w i n   b y   1 1 +   p o i n t s .   w h a t s y a w a g e r   b o v a d a    
j a d e n   i v e y   2 0 2 2   p a n i n i   i n s t a n t   d n 5   d r a f t   n i g h t   1 / 9 1 3   r o o k i e   c a r d   p g i   1 0   p i s t o n s  
l i v e   a t   1 p m   e t   w i t h     & a m p ;     w i t h   t e a m   p r e v i e w s   a n d   f r e e   s e a s o n   w i n   t o t a l   p i c k s   o n   t h e   d e t r o i t   p i s t o n s   & a m p ;   g s   w a r r i o r s 
 
 c o m e   a n d   j o i n   t h e   c h a t   👇 
 
 n b a   i s   n e a r ! 
 
 d e t r o i t   p i s t o n s / g o l d e n   s t a t e   w a r r i o r s   t e a m   p r e v i e w s   & a m p ;   s e a s o n   w i n   t o t a l   f . . .  
n b a   b a s k e t b a l l   g a m e   s i m u l a t o r :   7 : 1 0   p m   e t   -   d e t r o i t   p i s t o n s   v s .   n e w   y o r k   k n i c k s   g a m e   s i m u l a t i o n   a n d   f r e e   p i c k s   g e n e r a t e d   b y   a d v a n c e d   a l g o r i t h m s  
d e t r o i t   p i s t o n s   p r e s e a s o n   g a m e   v s .   n e w   y o r k   k n i c k s :   t i m e ,   t v   c h a n n e l ,   m o r e   i n f o    
p i s t o n s   f a n s   f r o m   a r o u n d   t h e   g r e a t   s t a t e   o f   m i c h i g a n .   t h e   b a b y   l i v e s   i n   p o r t l a n d   b u t   s t i l l   r e p r e s e n t s   d e t r o i t   b a s k e t b a l l  
p i s t o n s   f a n s   f r o m   a r o u n d   t h e   g r e a t   s t a t e   o f   m i c h i g a n .   t h e   b a b y   l i v e s   i n   p o r t l a n d   b u t   s t i l l   r e p r e s e n t s   d e t r o i t   b a s k e t b a l l  
w h a t ’ s   y o u r   f a v o r i t e   n b a   c h a m p i o n s h i p ?   w h e r e   y o u   f e l t   l i k e   t h e y   w e r e   t h e   u n d e r d o g s   a n d   h a d   t o   g r i n d   i t   o u t .   i   g o t t a   s a y   2 0 0 4   d e t r o i t   p i s t o n s   h a n d s   d o w n
d e t r o i t   p i s t o n s   2 0 2 2 - 2 3   s e a s o n   p r e v i e w  
d e t r o i t   p i s t o n s   2 0 2 2 - 2 3   s e a s o n   p r e v i e w  
t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o d a y ! ! 🥹
k n i c k s   v s .   p i s t o n s   p r e s e a s o n :   h o w   & a m p ;   w h a t   t o   w a t c h     v i a  
  w e   a l l   k n o w   t h e   r o a d   t o   2 8   g o e s   t h r o u g h   h o u s t o n .   t h a t ' s   j u d g e   d e t r o i t   p i s t o n s .   h e   n e e d   t o   g e t   p a s t   t h e m   f o r   h i s   l e g a c y .   i m o
  
 
 3   o u t   o f   d e t r o i t   p i s t o n s ,   m i n n e s o t a   t i m b e r w o l v e s   ,   n e w   o r l e a n s   p e l i c a n s   a n d   t h e   u t a h   j a z z   t o   w i n   b y   6 +   p o i n t s   
 
     
 w h a t s y a w a g e r
n e w   o v e r t i m e   a m m   p o s i t i o n   b o u g h t 
 n e w   y o r k   k n i c k s   -   d e t r o i t   p i s t o n s 
 a m o u n t :   8 3 3 
 p a i d :   5 3 0 . 0 0 7   s u s d 
 p o s i t i o n :   n e w   y o r k   k n i c k s 
 p o t e n t i a l   p r o f i t :   3 0 3   s u s d   ( 5 7 % )
    g o t   t r a d e d   f r o m   t h e   b u c k s   t o   d e t r o i t   f o r   b o b   l a n i e r ,   a n d   t h e   p i s t o n s   t o   t h e   j a z z   w i t h   s o m e   o t h e r   s t u f f   f o r   a d r i a n   d a n t l e y .
  2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   v s   d e t r o i t   p i s t o n s   l i v e   s t r e a m   -   p i s t o n s   v s   k n i c k s   l i v e    
d o n ’ t   f o r g o t   t o   t u n e   i n   t o n i g h t   a t   6 p m   o n   t n t   t o   w a t c h   r a i d e r   a l u m n i   s t a n l e y   u m u d e   a n d   t h e   d e t r o i t   p i s t o n s   t a k e   o n   t h e   n e w   y o r k   k n i c k s .   t h i s i s n e x t l e v e l  
d o n ’ t   f o r g o t   t o   t u n e   i n   t o n i g h t   a t   6 p m   o n   t n t   t o   w a t c h   r a i d e r   a l u m n i   s t a n l e y   u m u d e   a n d   t h e   d e t r o i t   p i s t o n s   t a k e   o n   t h e   n e w   y o r k   k n i c k s .   t h i s i s n e x t l e v e l  
2   ( ! )   d e t r o i t   p i s t o n s   w e ’ r e   l i s t e d   i n   t h e   t o p   5   o f   b i g g e s t   d r a f t   s t e a l s   i n c l u d i n g   1   a s   v o t e d   b y   n b a   g m s .   t h e   f u t u r e   i s   b r i g h t   m y   f r i e n d s  
d e t r o i t   p i s t o n s ’   p r e s e a s o n :   3   k e y   f a c t o r s   t h a t   w i l l   h a v e   a   h u g e   i m p a c t   o n   t h e   2 0 2 2 - 2 3   s e a s o n   |   b y :     |   
 
 👍   s u b s c r i b e   t o   t h e   d s n   y o u t u b e   c h a n n e l !   ( 
 
 d e t r o i t s p o r t s n a t i o n   d e t r o i t b a s k e t b a l l  
t h e   d e t r o i t   p i s t o n s   p l a y   a   b a s k e t b a l l   g a m e   t o d a y .   
 
 l i f e   i s   g o o d .
_ _             _ s o n s h i n e                                   _ h u n t e r         _ t a l k             _ i d c   _ p u r e a g u a                 _ 2 3           s p u r s   & a m p ;   l a r r y   b r o w n   p i s t o n s   n e v e r   h a d   t o   p l a y   m j ’ s   b u l l s ! 
 t h e   b u l l s   w o n   t h e i r   f i r s t   r i n g   w h e n   l a k e r s ,   c e l t i c s   & a m p ;   p i s t o n s   w o n   5 0 +   g a m e s   a n d   g o t   p a s t   1 s t   r o u n d   a n d   s t i l l   h a d   m a g i c ,   w o r t h y ,   s c o t t ,   a c ,   m y c h a l ,   b i r d ,   m c h a l e ,   p a r i s h   & a m p ;   d e t r o i t ’ s   r o s t e r   w a s   e x a c t   s a m e   a s   1 9 9 0   t i t l e   t e a m ! !
t h e   p i s t o n s   a r e   a   p a r t n e r   i n   d e t r o i t   v o t e s   2 0 2 2 ,   a   n o n - p a r t i s a n   c a m p a i g n   e n c o u r a g i n g   v o t e r   p a r t i c i p a t i o n .   
 
 y o u ’ l l   s e e   b i l l b o a r d s   o f   c a d e   c u n n i n g h a m ,   j a d e n   i v e y   a n d   s a d d i q   b e y   i n   d e t r o i t   e n c o u r a g i n g   p e o p l e   t o   v o t e .  
d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o n i g h t !   i v e y   b e t t a   c a d e   b e t t a   k i l l i a n   b e t t a   s a d d i q   b e t t a   b e e f   s t e w   b e t t a   d u r e n   b e t t a   b u r k s   b e t t a   n o e l   b e t t a   m a r v i n   b e t t a   l i v e r s   b e t t a   2 0 3 7   2 n d   r o u n d   p i c k   b e t t a
w a k e   u p !   t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o d a y !
w h i c h   t e a m   h a s   t h e   m o s t   p r o m i s i n g   y o u n g   c o r e ? 
 
 1 .   c l e v e l a n d   c a v a l i e r s   –   4 1 % 
 2 .   m e m p h i s   g r i z z l i e s   –   3 8 % 
 🚨 3 .   d e t r o i t   p i s t o n s   –   1 0 % 🚨
t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o d a y ! !   😁 😁  
t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o d a y ! !   😁 😁  
t h e r e   w i l l   b e   s o m e   n e w   b i l l b o a r d s   g o i n g   u p   t o d a y ,   a s   t h e   d e t r o i t   p i s t o n s   a r e   a   p a r t n e r   i n   d e t r o i t   v o t e s   2 0 2 2 ,   a   n o n - p a r t i s a n   c a m p a i g n   t h a t   i s   e n c o u r a g i n g   d e t r o i t e r s   t o   v o t e .   
 
 c a d e   c u n n i n g h a m ,   j a d e n   i v e y ,   a n d   s a d d i q   b e y   w i l l   g r a c e   t h e   n e w   b i l l b o a r d s .  
f i r s t   l o o k :   d e t r o i t   p i s t o n s   j o i n   c a m p a i g n   t o   p r o m o t e   v o t i n g   t h r o u g h o u t   c i t y  
t h e   f u t u r e   n b a   c h a m p i o n   d e t r o i t   p i s t o n s   p l a y   t o d a y   😌
t h e   p i s t o n s   a r e   p a r t n e r i n g   w i t h   d e t r o i t   v o t e s   2 0 2 2 ,   a   n o n - p a r t i s a n   c a m p a i g n   e n c o u r a g i n g   d e t r o i t e r s   t o   v o t e ,   i n c l u d i n g   a b s e n t e e ,   e a r l y - v o t e   c e n t e r s   a n d   s e c u r e   d r o p b o x e s .   
 
 g e t   m o r e   i n f o   a t    
d r .   j ' s   p r o   b a s k e t b a l l   y e a r b o o k ,   1 9 9 5 - 9 6   j u m p m a n   j u m p m a n 2 3   j u m p m a n h i s t o r y   a i r j o r d a n   m i c h a e l j o r d a n   j o r d a n   c h i c a g o   b u l l s   n b a   g r a n t h i l l   d e t r o i t   p i s t o n s   g l e n n r o b i n s o n   m i l w a u k e e   b u c k s   d r j   p r o b a s k e t b a l l  
s t a r t i n g   t o d a y ,   t h e s e   b i l l b o a r d s   w i l l   g o   u p   i n   d e t r o i t   f e a t u r i n g   p i s t o n s   p l a y e r s   c a d e   c u n n i n g h a m ,   s a d d i q   b e y   a n d   j a d e n   i v e y . 
 
 t h e   p i s t o n s   a r e   a   p a r t n e r   i n   d e t r o i t   v o t e s   2 0 2 2 ,   a   n o n - p a r t i s a n   c a m p a i g n   t h a t   e n c o u r a g e s   d e t r o i t e r s   t o   v o t e .  
w i t h   t h e   n u m b e r   1   o v e r a l l   p i c k ,   t h e   d e t r o i t   p i s t o n s   s e l e c t …   🤣  
t h e   2 0 2 2   g m   s u r v e y   m e n t i o n s   a   l o t   o f   p i s t o n s .   d e t r o i t   g e t s   t h i r d   i n   p r o m i s i n g   y o u n g   c o r e ,   o n l y   b e h i n d   m e m   a n d   c l e ,   b e a t i n g   o u t   o k c ,   o r l ,   a n d   h o u .   j a l e n   d u r e n   i s   t - 1   f o r   b i g g e s t   s t e a l ,   w h i l e   j a d e n   i v e y   i s   t - 3   w i t h   b e s t   p l a y e r   i n   5   y e a r s .   g m s   s e e m   t o   b e   p o s i t i v e   o n   t r o y s   r e b u i l d .  
t h e   p i s t o n s   a r e   a   p a r t n e r   i n   d e t r o i t   v o t e s   2 0 2 2 ,   a   n o n - p a r t i s a n   c a m p a i g n   e n c o u r a g i n g   v o t e r   p a r t i c i p a t i o n .   
 
 s t a r t i n g   t o d a y ,   y o u ’ l l   s e e   b i l l b o a r d s   o f   c a d e   c u n n i n g h a m ,   j a d e n   i v e y   a n d   s a d d i q   b e y   a c r o s s   t h e   c i t y   e n c o u r a g i n g   d e t r o i t e r s   t o   v o t e .  
n e w   o v e r t i m e   a m m   p o s i t i o n   b o u g h t 
 n e w   y o r k   k n i c k s   -   d e t r o i t   p i s t o n s 
 a m o u n t :   1 5 . 7 2 
 p a i d :   1 0 . 0 0 2   s u s d 
 p o s i t i o n :   n e w   y o r k   k n i c k s 
 p o t e n t i a l   p r o f i t :   6   s u s d   ( 5 7 % )
a l l   e y e s   o n   i v e y   ( a n d   j a l e n   d u r e n )   d u r i n g   t h e     p r e s e a s o n .   h e r e ' s   w h a t   e l s e     w i l l   b e   l o o k i n g   o u t   f o r :  
w h i c h   t e a m   h a s   t h e   m o s t   p r o m i s i n g   y o u n g   c o r e ?   n b a   g m   r a n k i n g s 
 
 1 .   c l e v e l a n d   c a v a l i e r s   –   4 1 % 
 2 .   m e m p h i s   g r i z z l i e s   –   3 8 % 
 3 .   d e t r o i t   p i s t o n s   –   1 0 % 
 »   a l s o   r e c e i v i n g   v o t e s :   n e w   o r l e a n s   p e l i c a n s ,   o k l a h o m a   c i t y   t h u n d e r ,   o r l a n d o   m a g i c 
 
 n o   h o u s t o n   r o c k e t s   y o u n g   c o r e   v o t e s  
  w h i c h   t e a m   h a s   t h e   m o s t   p r o m i s i n g   y o u n g   c o r e ? 
 
 1 .   c l e v e l a n d   c a v a l i e r s   –   4 1 % 
 2 .   m e m p h i s   g r i z z l i e s   –   3 8 % 
 3 .   d e t r o i t   p i s t o n s   –   1 0 % 
 »   a l s o   r e c e i v i n g   v o t e s :   n e w   o r l e a n s   p e l i c a n s ,   o k l a h o m a   c i t y   t h u n d e r ,   o r l a n d o   m a g i c 
 
 i m   l i v i d . . . . . h o u s t o n   h e l l o o o o o o o
n b a   p r e s e a s o n   d o u b l e - h e a d e r :   
 
 d e t r o i t   p i s t o n s   @   n e w   y o r k   k n i c k s   t o n i g h t   a t   7 p m   e t   o n   t n t .   
 
 n e w   o r l e a n s   p e l i c a n s   @   c h i c a g o   b u l l s   t o n i g h t   a t   9 : 3 0 p m   e t   o n   t n t .  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   1 0 / 4 / 2 2   n b a   p i c k s ,   p r e d i c t i o n s ,   o d d s   
 
 n b a   n b a p i c k   f r e e p i c k   f r e e p i c k s   s p o r t s b e t t i n g   e x p e r t p i c k   n b a t w i t t e r   e x p e r t b e t t i n g a d v i c e   s p o r t s b e t t i n g a d v i c e   h a n d i c a p p e r s   s p o r t s g a m b l i n g   s p o r t s p i c k s   p i s t o n s   k n i c k s  
d e t r o i t   p i s t o n s   v s   n e w   y o r k   k n i c k s   1 0 / 4 / 2 0 2 2   p i c k s   p r e d i c t i o n s   p r e v i e w s 
 
 
 
 n b a b e t t i n g   n b a b e t t i n g p i c k s   n b a   n b a p i c k s   n b a p a r l a y   n b a p r e d i c t i o n   n b a p a r l a y   f r e e p i c k s   b a s k e t b a l l p i c k s   o d d s   p i c k s   p r e d i c t i o n   s p o r t s p i c k s   e x p e r t p i c k s   p i s t o n s   k n i c k s
h e r e ’ s   w h a t   i ’ l l   b e   w a t c h i n g   f o r   f r o m   t h e   p i s t o n s   d u r i n g   p r e s e a s o n ,   w h i c h   b e g i n s   t o n i g h t   a g a i n s t   t h e   k n i c k s   
 

d e t r o i t   s p o r t s   a c t i v e   p l a y o f f   d r o u g h t s   u p d a t e d : 
 
 t i g e r s :   t i e d   f o r   l o n g e s t   i n   m l b   ( 7   y e a r s ) 
 r e d   w i n g s :   2 n d   l o n g e s t   i n   n h l   ( 6   y e a r s ) 
 l i o n s :   t i e d   f o r   3 r d   l o n g e s t   i n   n f l   ( 5   y e a r s ) 
 p i s t o n s :   t i e d   f o r   4 t h   l o n g e s t   i n   n b a   ( 3   y e a r s )
n e w   o v e r t i m e   a m m   p o s i t i o n   b o u g h t 
 n e w   y o r k   k n i c k s   -   d e t r o i t   p i s t o n s 
 a m o u n t :   1 2 5 4 . 3 6 
 p a i d :   4 9 9 . 9 9 8   s u s d 
 p o s i t i o n :   d e t r o i t   p i s t o n s 
 p o t e n t i a l   p r o f i t :   7 5 4   s u s d   ( 1 5 1 % )
l e t ’ s   g o   d e t r o i t   p i s t o n s   b a s k e t b a l l   🏀   t o d a y  
  l e t ’ s   g o   d e t r o i t   p i s t o n s   b a s k e t b a l l   🏀   t o d a y  
g e t   t i c k e t s   n o w   a n d   g o   s e e   n b a   p r e s e a s o n :   n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s   a t   m a d i s o n   s q u a r e   g a r d e n   i n   m a n h a t t a n   t o n i g h t   a t   7 p m . 
 
 k n i c k s   n e w y o r k c i t y 

g o o d   m o r n i n g ! 
 
 t h e   d e t r o i t   p i s t o n s   p l a y   t o d a y .
t o n i g h t   i s   t h e   n i g h t   t h e   d e t r o i t   p i s t o n s   c a n   e s t a b l i s h   s o m e   b u z z   o n   t n t .  
t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o d a y  
t h e   d e t r o i t   p i s t o n s   f i r s t   g a m e   o f   t h e   p r e s e a o n   t i p s   o f f   t o n i g h t   a t   7   p . m .   a s   t h e y   f a c e   t h e   n e w   y o r k   k n i c k s   a t   m a d i s o n   s q u a r e   g a r d e n .   h e r e   a r e   a   c o u p l e   o f   t h i n g s   t o   o b s e r v e d   w h e n   t h e   “ r e t o o l e d ”   u n i t   t a k e s   t h e   f l o o r . 
 

“ t h e   s e a s o n   b e f o r e   t h e   s e a s o n …   e v e n   a s   t h e y ’ v e   s t e p p e d   o n   v a r i o u s   r a k e s   a l o n g   t h e   w a y ,   t h e   p i s t o n s   h a v e   h i t   o n   e n o u g h   o f   t h e   b i g - p i c t u r e   m o v e s   t h a t   t h e y   o n l y   n e e d   o n e   o r   t w o   m o r e   t o   p a n   o u t   b e f o r e   t h e y   t u r n   t h e   c o r n e r   s h a r p l y ” 
 
  
t h e   d e t r o i t   p i s t o n s   p r e s e a s o n   s t a r t s   t u e s d a y   n i g h t   a t   m a d i s o n   s q u a r e   g a r d e n ,   a s   t h e y   f a c e   t h e   n e w   y o r k   k n i c k s ,   w i t h   t i p o f f   a t   7   p . m . ,   a i r i n g   o n   t n t / b a l l y   s p o r t s .   h e r e   a r e   s o m e   t h i n g s   t o   k e e p   a n   e y e   o n   i n   t h e   f i r s t   o f   f o u r   p r e s e a s o n   g a m e s .  
t h e   d e t r o i t   p i s t o n s   p r e s e a s o n   s t a r t s   t u e s d a y   n i g h t   a t   m a d i s o n   s q u a r e   g a r d e n ,   a s   t h e y   f a c e   t h e   n e w   y o r k   k n i c k s ,   w i t h   t i p o f f   a t   7   p . m . ,   a i r i n g   o n   t n t / b a l l y   s p o r t s .   h e r e   a r e   s o m e   t h i n g s   t o   k e e p   a n   e y e   o n   i n   t h e   f i r s t   o f   f o u r   p r e s e a s o n   g a m e s .  
t h e   d e t r o i t   p i s t o n s   p r e s e a s o n   s t a r t s   t u e s d a y   n i g h t   a t   m a d i s o n   s q u a r e   g a r d e n ,   a s   t h e y   f a c e   t h e   n e w   y o r k   k n i c k s ,   w i t h   t i p o f f   a t   7   p . m . ,   a i r i n g   o n   t n t / b a l l y   s p o r t s .   h e r e   a r e   s o m e   t h i n g s   t o   k e e p   a n   e y e   o n   i n   t h e   f i r s t   o f   f o u r   p r e s e a s o n   g a m e s .  
n e w   v i d e o   t o   w a t c h : 
 
 " d e t r o i t   p i s t o n s   o c t .   2   s c r i m m a g e   f o o t a g e "   
 
 c r e a t o r :     d e t r o i t _ p i s t o n s _ n e w s _ n a t i o n 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p i s t o n s   d e t r o i t p i s t o n s 
 
  
o p e n   t h r e a d :   s p u r s   “ w h a t   i f ”   3 -   d e r e k   f i s h e r   m i s s e d   t h e   0 . 4   s h o t  
i t   i s   d e t r o i t   p i s t o n s   g a m e d a y   e v e r y o n e ! ! 
 
 l e t ’ s   g o ! !  
t h e   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o d a y ! 
 
 p i s t o n s  
h o w   t o   w a t c h   n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s :   n b a   p r e s e a s o n   t i m e ,   t v ,   l i v e   s t r e a m  
h o w   t o   w a t c h   n e w   y o r k   k n i c k s   v s .   d e t r o i t   p i s t o n s :   n b a   p r e s e a s o n   t i m e ,   t v ,   l i v e   s t r e a m  
z a c h   l o w e   o n   p i s t o n s '   o v e r - u n d e r : 
 
 " p a r t   o f   m y   o p t i m i s m   i n   d e t r o i t   i s   i   j u s t   b u y   c a d e   c u n n i n g h a m .   i   t h i n k   c a d e   i s   g o i n g   t o   b e   a   r e g u l a r   a l l - s t a r .   b u t   i   h a v e   t o   g o   w i t h   t h e   u n d e r   t h i s   s e a s o n . "   
 
 b u t ,   l o w e   s u g g e s t e d   t h e   t e a m   c o u l d   c e r t a i n l y   g o   o v e r   w i t h   t h e   w i n   t o t a l .
t h e   d e t r o i t   p i s t o n s   h a v e   f o l d e d .
a b a / n b a :   r o n   f r a n z ,   a g e   7 6 ,   d r a f t e d     b y   d e t r o i t   p i s t o n s .   p l a y e d   w   o a k s ,   b u c c a n e e r s ,   t a m s ,   c h a p a r r a l s ,   f l o r i d i a n s  
y o u r   d e t r o i t   p i s t o n s   p l a y   b a s k e t b a l l   t o d a y .
o p e n   t h r e a d :   s p u r s   “ w h a t   i f ”   3 -   d e r e k   f i s h e r   m i s s e d   t h e   0 . 4   s h o t    
n e w   p o s t :   d e t r o i t   p i s t o n s   p r e s e a s o n   g a m e   v s .   n e w   y o r k   k n i c k s :   t i m e ,   t v   c h a n n e l ,   m o r e   i n f o    
n b a   d e t r o i t   p i s t o n s   p r e s e a s o n   g a m e   v s .   n e w   y o r k   k n i c k s :   t i m e ,   t v   c h a n n e l ,   m o r e   i n f o     s p o r t s
d e t r o i t   p i s t o n s   n b a   p r e s e a s o n   q u e s t i o n s :   w h a t   t o   e x p e c t   f r o m   j a d e n   i v e y ,   j a l e n   d u r e n  
h a v e   t h e   p i s t o n s   d o n e   e n o u g h   t o   c l i m b   i n   t h e   c e n t r a l   d i v i s i o n ? 
 
   ( v i a   )  
d e t r o i t   p i s t o n s   p r e s e a s o n   g a m e   v s .   n e w   y o r k   k n i c k s :   t i m e ,   t v   c h a n n e l ,   m o r e   i n f o       n b a   n e w s   b a s k e t b a l l  
d e t r o i t   p i s t o n s   p r e s e a s o n   g a m e   v s .   n e w   y o r k   k n i c k s :   t i m e ,   t v   c h a n n e l ,   m o r e   i n f o  
t h e   i n d i a n a   p a c e r s   a r e   t r a d i n g   f o r   v e t e r a n   d a n i l o   g a l l i n a r i   t o   t h e   d e t r o i t   p i s t o n s   i n   e x c h a n g e   f o r   o b i   t o p p i n   s o u r c e s   t e l l   m e   a n d   .
🏀 n b a 🏀   n b a   
 🏀 p r é - s a i s o n 🏀 
 
 m e m p h i s   g r i z z l i e s   -   o r l a n d o   m a g i c 
 d e n v e r   n u g g e t s   -   o k l a h o m a   c i t y   t h u n d e r 
 l o s   a n g e l e s   c l i p p e r s   -   p o r t l a n d   t r a i l   b l a z e r s 
 l o s   a n g e l e s   l a k e r s   -   s a c r a m e n t o   k i n g s 
 n e w   y o r k   k n i c k s -   d e t r o i t   p i s t o n s 
 m i a m i   h e a t   -   m i n n e s o t a   t i m b e r w o l v e s
    i n d i a n a   p a c e r s   a s k i n g   f o r   t o o   m u c h   t h o u g h .   w h a t   n b a   t e a m s   a r e   t h e   l a k e r s   b i d d i n g   a g a i n s t   f o r   m y l e s   t u r n e r ' s   s e r v i c e s     ?   t h i s   i s   j u s t   l i k e   t h e   b o g d a n o v i c h   t o   d e t r o i t   p i s t o n s   t r a d e ,   o n l y   t h e   l a k e r   h a v e   t o   s a c r i f i c e   a   1 s t   r o u n d   d r a f t   p i c k .
  h e   p e a k e d   i n   t h e   6 0 s   & a m p ;   7 0 ' s   o t h e r w i s e   t h e   8 0 ' s   d e t r o i t   p i s t o n s   w o u l d   h a v e   k i c k e d   t h e   s h i t   o u t   o f   h i m
g a m e   d a y   i n   t h e   n b a   !     l a s t   t i m e   w e   s a w   t h e   d e t r o i t   p i s t o n s   w a s   a p r i l   1 0   i n   p h i l l y   l o s i n g   t o   t h e   7 6 e r s   t o   f i n i s h   2 3 - a n d - 5 9 .   w e l l ,   t h e   s t a r t   t o   t h i s   e x h i b i t i o n   s e a s o n   i s   t o n i g h t   i n   n e w   y o r k   v s   t h e   k n i c k s   a t   m s g .   c a d e   c u n n i n g h a m   a n d   t h e   r o o k s   g e t   t o   s e e   e x   p i s t o n   d   r o s e .   o h   b a b y !  
n b a   t e a m s   t h a t   h a v e   n o t   p l a y e d   y e t 
 
 1 .   n e w   y o r k   k n i c k s 
 
 2 .   c h i c a g o   b u l l s 
 
 3 .   c l e v e l a n d   c a v a l i e r s 
 
 4 .   d e t r o i t   p i s t o n s 
 
 5 .   i n d i a n a   p a c e r s 
 
 6 .   a t l a n t a   h a w k s 
 
 7 .   m i a m i   h e a t 
 
 8 .   m i n n e s o t a   t i m b e r w o l v e s 
 
 9 .   p h o e n i x   s u n ' s 
 
 1 0 .   d a l l a s   m a v e r i c k s 
 
 1 1 .   n e w   o r l e a n s   p e l i c a n s
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x ! :   l i v e   w a t c h - a l o n g :   p r e - p o s t   g a m e   a n a l y s i s   i n c l u d e d    
n b a :   d e t r o i t   p i s t o n s   p r e v i e w :   p r e d i c t i o n s   a n d   a n a l y s i s   f o r   t h e   2 0 2 2 - 2 3   n b a   s e a s o n   . . .      
t h e   d e t r o i t   p i s t o n s   a r e   r e l o c a t i n g   t o   l a s   v e g a s ,   n e v a d a   a f t e r   t h e   e n d   o f   t h i s   s e a s o n .
  t h e   s e c r e t   t o   d e t r o i t   p i s t o n s   c h a m p i o n s h i p   r u n   o n   2 0 0 4
1 9 5 7   t o p p s   1   n a t   c l i f t o n   p s a   4   n e w   l a b e l   v i n t a g e   b a s k e t b a l l   d e t r o i t   p i s t o n s   s e l l e r :   s h o w g o a t c a r d s . . .   -    
n i g g a s   h a d   2 4   h o u r   f i t n e s s   l o o k i n g   l i k e   a   d e t r o i t   p i s t o n s   g a m e   i n   0 4   🤣 🤣
t h e   d e t r o i t   p i s t o n s   p l a y   p r e s e a s o n   b a s k e t b a l l   t o n i g h t .  
      i   n e v e r   w a t c h e d   h i m   e i t h e r ,   u n l e s s   h e   w a s   p l a y i n g   m y   b e l o v e d   d e t r o i t   p i s t o n s .   s o r r y , b u t   i   h a t e d   t h e   b u l l s   🙂
d i d n ’ t   h e   a c t u a l l y   g e t   d r a f t e d   b y   t h e   p i s t o n s   i n   a   v i d e o   g a m e .   i f   t h i s   h o c k e y   t h i n g   d o e s n ’ t   s h a k e   o u t   h e   c o u l d   s t i l l   g e t   a   j o b   i n   d e t r o i t   s p o r t s   l o l  
t h e   b i l l b o a r d s   w i l l   g o   u p   a c r o s s   d e t r o i t   o n   t u e s d a y   a n d   w i l l   f e a t u r e   c a d e   c u n n i n g h a m ,   j a d e n   i v e y   a n d   s a d d i q   b e y . 
  
t h e   b i l l b o a r d s   w i l l   g o   u p   a c r o s s   d e t r o i t   o n   t u e s d a y   a n d   w i l l   f e a t u r e   c a d e   c u n n i n g h a m ,   j a d e n   i v e y   a n d   s a d d i q   b e y . 
  
d a y   o f f   o f   f o o t b a l l   g a m e s   t o m o r r o w . 
 
 b u t …   t h e   d e t r o i t   p i s t o n s   p l a y   a   b a s k e t b a l l   g a m e   t o m o r r o w   ‼ ️ 
 
 p i s t o n s  
  t e a m   u k r a i n e   i s   l i k e   t h e   d e t r o i t   p i s t o n s   o f   g e o p o l i t i c s   w i t h   a   l o t   l e s s   w i n n i n g .
j o e l   e m b i i d   h a s   b e e n   t r a d e d   t o   t h e   d e t r o i t   p i s t o n s .   t h e   t r a d e   i s   c o m p l e t e   p e n d i n g   p h y s i c a l .
t h e   p i s t o n s   a r e   p a r t n e r s   i n   d e t r o i t   v o t e s   2 0 2 2 .   c a d e   c u n n i n g h a m ,   j a d e n   i v e y   a n d   s a d d i q   b e y   a r e   o n   b i l l b o a r d s   g o i n g     l i v e   i n   d e t r o i t   o n   t u e s d a y . 
 
 t h e y ' r e   e n c o u r a g i n g   d e t r o i t e r s   t o   v o t e   a n d   l e a r n   t h e i r   o p t i o n s   f o r   v o t i n g :    
t h e   d e t r o i t   p i s t o n s   w i l l   s t a r t   t h e i r   2 0 2 2   d o m i n a n c e   w i t h   t h e   n e w   y o r k   k n i c k s   t o m o r r o w   n i g h t .
l o o k !     y o u r   d e t r o i t   p i s t o n s   a r e   d a n c i n ' !     b u d d y   b o e h e i m   w i t h   t h e   s l i c k   m o v e s .     t h i s   w a s   f r o m   t h e   o p e n   p r a c t i c e   y e s t e r d a y   a t   l c a .     s e e m s   l i k e   t h e y ' r e   a l l   v e r y   e x c i t e d   t o   g e t   t h i s   2 0 2 2 - 2 3   n b a   s e a s o n   s t a r t e d .     o r ,   e l s e   m a y b e   b u d d y ' s   j u s t   t r y i n g   t o   g e t   a   d a n c i n g   g i g .   j u s t   n e v e r   k n o w  
d e t r o i t   p i s t o n s :   " j u m p   o n   t h e   b a n d w a g o n   n o w . " 
 
 
 
 n b a   d e t r o i t   p i s t o n s   d e t r o i t b a s k e t b a l l   f e a r t h e d e e r   h e a t t w i t t e r   w e t h e n o r t h   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   n e t s   b r o o k l y n t o g e t h e r   s i x e r s
t h e   d e t r o i t   p i s t o n s   p l a y   i n   1 6   d a y s
d e t r o i t   p i s t o n s   p r e   s e a s o n   s t a r t s   . . . 
   
 
   
 a r e n a   b o g d a n o v i c   b o j a n   c a m p   c e n t r a l d i v i s i o n   c u n n i n g h a m   d e t r o i t p i s t o n s   e a s t e r n c o n f e r e n c e   i s a i a h   j a d e n   k n i c k s   l i t t l e c a e s a r s   m e d i a d a y   n e w y o r k   o p e n   p i s t o n s n e w s   p i s t o n s p o d c a s t   p i s t o n s t o d a y  
i t ’ s   n o t   t o   l a t e   t o   b e c o m e   a   f a n   o f   t h e   c o o l e s t   b a s k e t b a l l   t e a m   i n   t h e   w o r l d ,   t h e   d e t r o i t   p i s t o n s
    _ d e t r o i t   t h e   b e s t   p a r t   i s   w h o e v e r   m a d e   t h a t   d e c i s i o n   j u s t   r e f u s e d   t o   a c k n o w l e d g e   t h a t   n e i t h e r   t h e   p i s t o n s   o r   r e d   w i n g s   h a v e   b l a c k   i n   t h e i r   u n i f o r m s .
w e ’ r e   o n t o   t h e   d e t r o i t   p i s t o n s   ( v i a   i g / l a r a n c e h )  
e r i c   r i l e y   f i n i s h e s   w i t h   3 6   p o i n t s   i n   m a v e r i c k s '   c l e a r   l o s s   t o   d e t r o i t   p i s t o n s   n b a   n b a 9 7 9 8
d e t r o i t   p i s t o n s   a r e   g o i n g   t o   b e   a t   l e a s t   t h e   6 t h   s e e d   t h i s   s e a s o n .   t o o e a r l y p r e d i c t i o n s
h o w   t o   f i x   t h e   d e t r o i t   l i o n s   d e f e n s e ?   s c h e m e   n e e d s   t o   c h a n g e ! /   d e t r o i t   p i s t o n s   1 s t   p r e s e a s o n   g a m e  
t h e   b r i t i s h   p o l i t i c i a n   n a m e d   " b e n   w a l l a c e "   s h o u l d   h a v e   t o   c h a n g e   h i s   n a m e .   
 
 t h e r e   i s   o n l y   o n e   b e n   w a l l a c e ,   a n d   h e   p l a y e d   f o r   t h e   d e t r o i t   p i s t o n s   d a m m i t   😤
t h e   d e t r o i t   p i s t o n s   a r e   t h e   g r e a t e s t   o r g a n i z a t i o n   i n   n b a   h i s t o r y .
t h e     o p e n   p r a c t i c e   h a d   f a n s   b u z z i n g ,   a n d   t h e   c r e w   h a d   i t   c o v e r e d   f r o m   m u l t i p l e   a n g l e s : 
 
 🎥     -   r e v i e w :   
 
 🎥     -   e a r l y   t a k e a w a y s :   
 
 📖   p i s t o n s   p r a c t i c e   s t a n d o u t s :    
  y o u   w a t c h i n g   t h e   d e t r o i t   p i s t o n s   b a c k c o u r t   t o n i g h t ?
  i   w a s   b o r n   i n   1 9 7 0 ,   i   a m   5 2   y e a r s   o l d . 
 i n   m y   l i f e   i   h a v e   s e e n   t h e   d e t r o i t   t i g e r s   w i n   t h e   w o r l d   s e r i e s ,   t h e   d e t r o i t   p i s t o n s   w i n   3   n b a   c h a m p i o n s h i p s ,   a n d   t h e   d e t r o i t   r e d   w i n g s   w i n   4   s t a n l e y   c u p s .   i   h a v e   o n l y   s e e n   1   d e t r o i t   l i o n ’ s   p l a y o f f   w i n .
  i   c a n ’ t   f u c k i n g   w a i t ,   m a n .   i   n e e d   p i s t o n s   b a s k e t b a l l   r i g h t   n o w .   h e l l ,   a l l   o f   d e t r o i t   n e e d s   t h i s   t e a m   r i g h t   n o w .
i m m a   b a d   b o y   l i k e   a   d e t r o i t   p i s t o n s   💀 💀
o p t i m i s m   d o e s   n o t   t r a n s l a t e   i n t o   w i n s   f o r   d e t r o i t   p i s t o n s ,   f o r   1   e x p e r t   ( v i a   ) 
 p i s t o n s   n b a  
n e w   n o t e b o o k :   t h e   p i s t o n s   w i l l   u t i l i z e   a   ‘ p r a c t i c e ’   a p p r o a c h   f o r   t o m o r r o w ’ s   p r e s e a s o n   o p e n e r   a g a i n s t   t h e   k n i c k s .   a l s o ,   d e t r o i t   c o a c h   d w a n e   c a s e y   t a l k s   j a d e n   i v e y ’ s   s p e e d .   
 
 “ h e ’ s   a   o n e - m a n   f a s t   b r e a k . ”  
w h o e v e r   t h a t   f r a t   b o y   d i p s h i t   w a s   a t   t h e   l c a   o n   n o v e m b e r   2 3 r d   2 0 2 1   d u r i n g   p i s t o n s - h e a t   i n   d e t r o i t   i ’ m   g l a d   e r i k   s p o l e s t r a   a n d   t y l e r   h e r r o   m a d e   y o   b u m   a s s   l e a v e   t h e   a r e n a   e a r l y
y e s t e r d a y ,   m y   b o y   p l a y e d   h i s   1 s t   o r g a n i z e d   b - b a l l   g a m e . 
 
 u n d e r s t a t e m e n t   t o   c a l l   i t   a   m i s - m a t c h .   o t h e r   t e a m   w e r e   b o y s   w i t h   a t   l e a s t   8 "   o n   h i s   s q u a d .   w e ' r e   t a l k i n g   b a d   n e w s   b e a r s   v s   t h e   ' 8 8   d e t r o i t   p i s t o n s . 
 
 w a s   a   s h u t - o u t   u n t i l   t h e   4 q ,   w h e r e   h e   s u n k   t h e   s e c o n d   o f   t w o   f r e e   t h r o w s ! !
n e w   p o s t :   t r o y   w e a v e r   h a s   n e w   e x p e c t a t i o n s   f o r   d e t r o i t   p i s t o n s   i n   2 0 2 2 - 2 3   s e a s o n    
n e w   p o s t :   d e t r o i t   p i s t o n s ’   c a d e   c u n n i n g h a m   o n   a d d e d   b u l k ,   t e a m i n g   w i t h   j a d e n   i v e y    
t r o y   w e a v e r   h a s   n e w   e x p e c t a t i o n s   f o r   d e t r o i t   p i s t o n s   i n   2 0 2 2 - 2 3   s e a s o n  
n b a   d e t r o i t   p i s t o n s '   c a d e   c u n n i n g h a m   o n   a d d e d   b u l k ,   t e a m i n g   w i t h   j a d e n   i v e y     n e w s
a f t e r   m i s s i n g   m o s t   o f   l a s t   s e a s o n ,   d e r r i c k   r o s e   i s   l o o k i n g   t o   g e t   h i s   f i r s t   g a m e   a c t i o n   i n   n i n e   m o n t h s   t u e s d a y   a g a i n s t   t h e   d e t r o i t   p i s t o n s .   
 

t r o y   w e a v e r   h a s   n e w   e x p e c t a t i o n s   f o r   d e t r o i t   p i s t o n s   i n   2 0 2 2 - 2 3   s e a s o n       n b a   n e w s   b a s k e t b a l l  
d e t r o i t   p i s t o n s '   c a d e   c u n n i n g h a m   o n   a d d e d   b u l k ,   t e a m i n g   w i t h   j a d e n   i v e y       n b a   n e w s   b a s k e t b a l l  
f o r   t h e   2 0 2 2 - 2 3   n b a   s e a s o n ,   s t e p h e n   c u r r y   i s   p r o j e c t e d   t o   m a k e   m o r e   m o n e y   t h a n   t h e   c o m b i n e d   s t a r t i n g   f i v e   o f   t h e   s a n   a n t o n i o   s p u r s ,   m e m p h i s   g r i z z l i e s ,   h o u s t o n   r o c k e t s   & a m p ;   d e t r o i t   p i s t o n s . 
 
 ( n o t e :   s a l a r y   o n l y .   d o e s   n o t   i n c l u d e   e n d o r s e m e n t   m o n e y .   s t a r t e r s   u s e d   a r e   p r o j e c t e d . )  
i   h e a r d   t r o y   w e a v e r   t r a d e d   r o d   o f f   t h e   p i s t o n s   b e a t   a n d   i n t o   d e t r o i t   n e w s   m a n a g e m e n t .   i ' m   u n a b l e   t o   c o n f i r m   t h o s e   r u m o r s ,   b u t   i t   d o e s n ' t   s t r i k e   m e   a s   a   c o i n c i d e n c e   h e   w a s   r e p l a c e d   b y   a   y o u n g e r   w r i t e r .  
d e t r o i t   p i s t o n s '   c a d e   c u n n i n g h a m   o n   a d d e d   b u l k ,   t e a m i n g   w i t h   j a d e n   i v e y  
🏀   d e t r o i t   p i s t o n s   ( )   d e t r o i t u p 
 🆚   n e w   y o r k   k n i c k s   n e w y o r k f o r e v e r   d e t v s n y k 
 ✈ ️   n 6 5 1 d l   |   d a l 8 9 2 5   |   b 7 5 2 
 🛫   d t w   -   4 : 2 0   p m   e t 
 🛬   e w r   -   5 : 3 5   p m   e t 
 📡   t r a c k i n g :    
i t ' s   w o r t h   n o t i n g   t h a t   t h e   d e t r o i t   p i s t o n s   f a n   s h o p   o f f e r s   h a l f   s i z e s   o n   t h e i r   j e r s e y s .     i   d o n ' t   b e l i e v e   t h e y   d i d   t h a t   l a s t   y e a r .     4 4 / 4 6 / 4 8 / 5 0 / 5 2 / 5 2 / 5 6 
 i   w o n d e r   i f   t h i s   i s   s o m e t h i n g   t h a t   t e a m s   w i l l   d o   a c r o s s   t h e   b o a r d   o r   j u s t   t h e m .  
【 s t o c k   i n f o r m a t i o n 】 c h a m p i o n   " d e t r o i t   p i s t o n s   3 3   h i l l "   b a s k e t   t a n k   /   e m e r a l d   g r e e n   /  
c a d e   c u n n i n g h a m   m y   h o u s e   p u r p l e   f r o m     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   d e t r o i t   p i s t o n s   r o o k i e   r c   r o o k i e c a r d   c a d e c u n n i n g h a m  
c a d e   c u n n i n g h a m   m y   h o u s e   p u r p l e   f r o m     o p t i c ! 
 p a n i n i   p a n i n i a m e r i c a   o p t i c b a s k e t b a l l   b a s k e t b a l l c a r d s   w h o d o y o u c o l l e c t   s p o r t s c a r d s   d e t r o i t   p i s t o n s   r o o k i e   r c   r o o k i e c a r d   c a d e c u n n i n g h a m  
t h e   d e t r o i t   p i s t o n s   a r e   s i g n i n g   v e t e r a n   g i o r g i   b e z h a n i s h v i l i   t o   a   2 - w a y   c o n t r a c t .   p e r   s o u r c e s .
    c a r e f u l   w i t h   t h e   w o r d   g a n g ,   w e   d o n ’ t   w a n t   t h e   d e t r o i t   p i s t o n s   t o   s h o w   u p
h a d   a n   a i   a r t i s t   v i a     c r e a t e   a n   i m a g e   o f   d e t r o i t   p i s t o n s   r o o k i e   a n d   j e d i     t r a i n i n g   f o r   t h e   s e a s o n .  
h e r e   a r e   s o m e   t a k e a w a y s   f r o m     o n   y e s t e r d a y ' s   p i s t o n s   o p e n   p r a c t i c e .   
 

w h a t   i s   t h e   o n e   a r e a   o f   i m p r o v e m e n t   f o r   t h e   y o u n g   d e t r o i t   p i s t o n s   c r e w ? 
 

    i   m e a n   h e ’ s   p l a y e d   f o r   t h e   d y s f u n c t i o n a l   n e t s ,   a n d   t h e   d e t r o i t   p i s t o n s   l o l -   a n d   t h e   c e l t i c s   h a v e   b e e n   k n o w n   f o r   l i f t i n g   c a r e e r s .
  d e t r o i t   p i s t o n s   v s   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y '   n b a   m i x !   l i v e   s t r e a m   0 4   o c t o b e r   2 0 2 2    
  t h e y   h a d   t h e i r   f u l l   s q u a d   a g a i n s t   t h e   d e t r o i t   p i s t o n s   o f   a u s t r a l i a
    a p p r e c i a t e   t h e   k i n d   w o r d s   s i r .   d e f i n i t e l y   f e e l   w o r d   a n d   v i d e o   c o m p l e m e n t   e a c h   o t h e r   w e l l .   c a d e   a n d   i v e y   a i n ' t   t h e   o n l y   f i r e   & a m p ;   i c e   h e r e   i n   d e t r o i t   p i s t o n s   l a n d !
2 )   d e t r o i t   p i s t o n s :   ‘ 9 6   t o   ‘ 0 3 
 
 s i n c e   s w i t c h i n g   b a c k   t o   b l u e   & a m p ;   r e d   d u r i n g   t h e   d a y s   o f   c h a u n c e y ,   t a y s h a u n ,   s h e e d ,   b i g   b e n   a n d   r i p   —   t h e   t e a l   t a n k s   a r e   f i n a l l y   b a c k . 
 
 o n c e   w o r n   b y   g r a n t   h i l l ,   t h e   l o o k   w i l l   n o w   b e   d o n n e d   b y   j a d e n   i v e y   & a m p ;   c a d e   c u n n i n g h a m . 
 
 🔗    
  _ l a n g l o i s   h o w   c a n   i   b e c o m e   a   w r i t e r   f o r   t h e   d e t r o i t   p i s t o n s ?
d e e e e t r o i t   b a s k e t b a l l   i s   b a c k   t o m o r r o w   n i g h t   💪 
 
 ⏰   7   p . m .   o n   b a l l y   s p o r t s   d e t r o i t   e x t r a   
 
 p i s t o n s   |    
f i n d   o u t   w h a t   p i s t o n s   f a n s   c a n   l o o k   f o r w a r d   t o   i n   j a l e n   d u r e n ’ s   r o o k i e   s e a s o n   b e l o w   ⬇ ️ ⬇ ️ 
 
 d e t r o i t   r o o k i e   j a l e n d u r e n   

_ d   i   n e e d   t h e   1 9 9 1   d e t r o i t   p i s t o n s   t h r e e p e a t   b e a t . 
 

t e a m s   i ’ l l   b e   r o o t i n g   f o r   t h i s   u p c o m i n g   n b a   s e a s o n :   
 1 .   d e t r o i t   p i s t o n s   
 2 .   p h i l a d e l p h i a   7 6 e r s   
 3 .   l o s   a n g e l e s   c l i p p e r s   
 4 .   p o r t l a n d   t r a i l b l a z e r s   ( h o m e t o w n ) 
 ( b o n u s )   b o s t o n   c e l t i c s   j u s t   c u z   o f   b l a k e   g r i f f i n   😊
n e w   v i d e o   t o   w a t c h : 
 
 " a l l e n   i v e r s o n   ( 2 7   p o i n t s )   -   p h i l a d e l p h i a   7 6 e r s   a t   d e t r o i t   p i s t o n s   -   2 0 0 3   p l a y o f f s   e c s f   g a m e   1 "   
 
 c r e a t o r :     a n d r e   a g o s t i n i 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   7 6 e r s   p h i l l y 
 
  
w e   g o t   r o o m   o n   t h e   d e t r o i t   p i s t o n s   f a n   b a s e   f o r   t h e   u p c o m i n g   s e a s o n    
b u i l d i n g   a   2 0 2 3   n b a   d r a f t   b i g   b o a r d   f o r   t h e   d e t r o i t   p i s t o n s :   p l a y e r s   1 6 - 2 0   –   n b a   n e w s  
_ r i c a n   t h e   p i s t o n s   a r e   o n e   o f   a   h a n d f u l   o f   t e a m s   w i t h   m u l t i p l e   c h i p s   i n   t h i s   l e a g u e ’ s   s t o r i e d   h i s t o r y .   t h e r e ’ s   l i k e   9   t e a m s   t h a t   h a v e   n e v e r   w o n   a   c h i p   f o r   e x a m p l e ,   t h e   m a g i c .   w e   t h e   d e l e g a t i o n   o f   d e t r o i t   r e q u e s t   t o   r e m o v e   t h e   p i s t o n s   f r o m   t h i s   t h r e a d   i n   p l a c e   o f   t h e   m a g i c 😅
h o l l i n g e r   o n   y o u r   d e t r o i t   p i s t o n s .   r e a d   w i t h   c a u t i o n .  
n e w   f o r     -   m y   d e t r o i t   p i s t o n s   p r e v i e w .   w h y   t h i s   c o u l d   b e   t h e   y e a r   b e f o r e   t h e   y e a r 
 

t h e   n b a   p r e s e a s o n   i s   u p o n   u s   a n d   c o l l e g e   b a s k e t b a l l   i s   o n e   m o n t h   a w a y .   o u r   o w n     i s   u s i n g   t h e   o c c a s i o n   t o   b u i l d   a   p r e l i m i n a r y   d e t r o i t   p i s t o n s   t o p - 2 0   b i g   b o a r d   o f   p l a y e r s   t o   k e e p   a n   e y e   o n   a l l   y e a r .   t o d a y   a r e   p l a y e r s   1 6 - 2 0 .  
j u s t   r e c o r d e d   a   f a n t a s t i c   n b a   p r e v i e w   p o d   w i t h   m y   m a i n   m a n   .   i t   w a s   o v e r   9 0   m i n u t e s   - -   t h e   l o n g e s t   p o d   i ' v e   e v e r   c u t   - -   b u t   i t ' s   w e l l   w o r t h   l i s t e n i n g   t o   t h e   w h o l e   d a r n   t h i n g ,   i f   o n l y   f o r   o u r   t a k e   o n   t h e   d e t r o i t   p i s t o n s .   
 
 t h e   e p i s o d e   d r o p s   1 0 / 1 3 .   w a t c h   t h i s   s p a c e .
  m a i l b a g :   w h o   i s   g o i n g   t o   s t a r t   f o r   d e t r o i t   p i s t o n s   o p e n i n g   p r e s e a s o n   g a m e   a g a i n s t   2 2 7 ' s   y o u t u b e   c h i l i '   n e w   y o r k   c h i l i '   k n i c k s   n e w y o r k f o r e v e r   s p i c y '       s p i c y ' …    
h o l y   s h i t   t h e y   h a d   a   d e a l   t o   t h e   p i s t o n s .   t h e y   b r o u g h t   v a n e s s a   o n   t h e   d o c   a n d   s h e   s a i d   n o   w a y   i ’ m   m o v i n g   t o   d e t r o i t   😂
m a y b e   s o m e   c l a r i f y i n g   i n f o   a b o u t   t h e   b o g e y   t r a d e .   s t i l l ,   t h e   a u t h o r   m a k e s   t h e   p o i n t   t h a t   i f   d e t r o i t   d e c i d e s   t o   f l i p   h i m   a t   t h e   t r a d e   d e a d l i n e ,   t h e y   w o u l d   p r o b a b l y   b e   a b l e   t o   g e t   a   l o t   m o r e   f o r   b o g e y   t h a n   t h e y   g a v e . 
 
 y e p 
 

  d e t r o i t   p i s t o n s   v s   e v e r y b o d y  
s h o p   p i s t o n s   f r a m e s ,   p u z z l e s ,   p r i n t s ,   p h o n e s   c a s e s ,   t o w e l s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   d e t r o i t   d e t r o i t p i s t o n s   n b a   b a s k e t b a l l   n b a a l l s t a r   n b a 2 k 2 2   n b a t w i t t e r   n b a o n t n t   n b a 7 5
@ _ b i g m i k e 2 7   d e t r o i t   p i s t o n s   v s   e v e r y b o d y   😆
  a l l e n   i v e r s o n   ( 2 7   p o i n t s )   -   2 2 7 ' s   y o u t u b e   c h i l i '   p h i l a d e l p h i a   c h i l i '   7 6 e r s   h e r e t h e y c o m e   s p i c y '       s p i c y '   n b a   m i x !   a t   d e t r o i t   p i s t o n s   -   2 0 0 3   p l a y o f f s   e c s f   g a m e   1    
m a r k   y o u r   c a l e n d a r s ! !     h o m e r   b o y s   b a s k e t b a l l   w i l l   t r a v e l   t o   d e t r o i t   l i t t l e   c a e s a r s   a r e n a   t o   p l a y   g r a s s   l a k e   o n   m o n d a y ,   d e c e m b e r   2 6 t h ! !     t i c k e t s   w i l l   g e t   y o u   i n t o   t h e   p i s t o n s / c l i p p e r s   g a m e ! !     s e e   f l y e r   b e l o w !       g o t r o j a n s ! !  
o n c e   u p o n   a   t i m e ,   c a m   n e w t o n   h a n d l e d   t h a t .   w e   g o t   a   l i t t l e   s p o i l e d   h e r e .   s t e w a r t   a n d   t o l b e r t   w e r e   r i g h t   t h e r e ,   a s   w e l l .   i t   w a s   t h e   d e t r o i t   p i s t o n s   o f   s h o r t   y a r d a g e .   b u l l i e s .   
 
 s i n c e   2 0 2 0 :   t e d d y ,   c m c ,   m i k e   d a v i s   ( t h e y   n a i l e d   t h a t   o n e ) ,   s a m ,   c h u b a ,   a m e e r .   
 
 u s e   f o r e m a n .  
d b b   p o d c a s t :     a n d     g o   u n d e r   a n d   o v e r   t h e   2 0 2 2 - 2 3   d e t r o i t   p i s t o n s .   w e   a l s o   t a l k   a b o u t   t h e   b o j a n   t r a d e   a n d   j a d e n   i v e y ’ s   r o o k i e   o f   t h e   y e a r   c h a n c e s . 
 
 :   
 
 :      
p i s t o n s   o p e n - s c r i m m a g e   o b s e r v a t i o n s :   k i l l i a n   h a y e s '   p o i s e ,   i s a i a h   s t e w a r t ' s   p e r i m e t e r   g a i n ,   j a d e n   i v e y ' s   s p e e d   a n d   c a d e   c u n n i n g h a m ' s   g a m e :  
n e w   f l o w e r   g i f   g i p h y u p l o a d ,   b a s k e t b a l l ,   f l o w e r ,   c o m m u n i t y ,   s p r i n g ,   p l a n t s ,   g a r d e n ,   l o v i n g ,   d e t r o i t ,   g r o w t h ,   g a r d e n i n g ,   p l a y g r o u n d ,   p i s t o n s ,   g r e e n e r y    
    t h e   d e t r o i t   p i s t o n s   h a d   t h e   s a m e   s e a s o n   a s   t h e   d a l l a s   m a v e r i c k s   l a s t   y e a r .
o p e n   p r a c t i c e   o b s e r v a t i o n s :   o n   k i l l i a n   h a y e s ’   c o n f i d e n c e   a n d   i s a i a h   s t e w a r t ’ s   n e w   r o l e   a s   a   f l o o r - s p a c i n g   b i g   
 

k i l l i a n   h a y e s '   c o n f i d e n c e   s t a n d s   o u t   d u r i n g   d e t r o i t   p i s t o n s '   o p e n   p r a c t i c e  
c h e c k   o u t   t h i s   l i s t i n g   i   j u s t   a d d e d   t o   m y   p o s h m a r k   c l o s e t :   n e w   a n t i g u a   w o m e n ' s   x l   c o n t o u r   h o o d i e   n b a   d e t r o i t   p i s t o n s   r o y a l   b l u e   a c t i v e   n w t .     s h o p m y c l o s e t  
i   t h i n k   t h e   f l o o r   a n d   c e i l i n g   f o r   s a d d i q   b e y ' s   e x t e n s i o n   h a v e   b e e n   s e t . 
 
   ( v i a   )  
🎧 n e w   e p i s o d e 🎧 
 
 w i l l   t h e   p i s t o n s   e x t e n d   b o j a n ?   d u r e n   a n d   t h e   g - l e a g u e .   b e n   w a l l a c e   i n   l o s   a n g e l e s   _ _ t a l k   
 
 ➡ ️   a p p l e   
 
 ➡ ️   s p o t i f y   
 
 ➡ ️   y o u t u b e    
g o o d   m o r n i n g   🤩 
 
 t h e   d e t r o i t   p i s t o n s   p l a y   * p r e s e a s o n *   b a s k e t b a l l   t o m o r r o w   🔥   
 
 📸 :    
  i f   n b a   t e a m s   r e a l l y   w a n t   t o   e n t e r   t h e   p l a y o f f s ,   t h e   o l d   s c o u t s   s h o u l d   s t o p   w a t c h i n g   n e t f l i x   a n d   t r y   t o   s c o u t   o u t s i d e     t h e   u n i t e d   s t a t e s . 
 c r a i g   r a n d a l l   i i   -   d e t r o i t   p i s t o n s 
 r o b e r t   f r a n k s   -   w a s h i n g t o n   w i z a r d s 
 a n t o n i u s   c l e v e l a n d   -   c a v a l i e r s 
 k a i   s o t t o   -   h o u s t o n   r o c k e t s / k n i c k s
d e t r o i t   p i s t o n s :   i s   i t   t h e   j o h n s o n   o r   h e r r o   c o n t r a c t   f o r   s a d d i q   b e y ?   –   n b a   n e w s  
d e t r o i t   p i s t o n s   v s   i n d i a n a   p a c e r s   -   f u l l   . . . 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s v s i n d i a n a p a c e r s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   i n d i a n a p a c e r s   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a s u m m e r l e a g u e   n b a s u m m e r l e a g u e 2 0 2 1  
o b s e r v a t i o n s :   k i l l i a n   h a y e s   s h o w s   p o i s e   t o   l e a d   w h i t e   t e a m   t o   v i c t o r y   i n   p i s t o n s   s c r i m m a g e  
s o u r c e s :   o r l a n d o   r o b i n s o n   i s   e x p e c t e d   t o   t e s t   f r e e   a g e n c y   t h i s   u p c o m i n g   o f f s e a s o n .   m a n y   e x p e c t   t h e   d e t r o i t   p i s t o n s   t o   m a k e   a   s i g n i f i c a n t   p u s h   t o   a c q u i r e   t h e   s t a r   p l a y e r .
    d e t r o i t   p i s t o n s   s a i d   t h e i r   g a m e   p l a n   w a s   t o   t r a p   k o b e   a n d   l e t   s h a q   d o   w h a t e v e r . .   t h e y   k n e w   w h o   t h e   r e a l   t h r e a t   w a s . .   a g a i n   t h i s   i s   c o m i n g   f r o m   r e a l   l i f e   n b a   p l a y e r s ,   n o t   f r o m   m e 👐 🏾
d e t r o i t   p i s t o n s   v s .   n e w   y o r k   k n i c k s   -   n b a   g a m e   s u m m a r y   -   o c t o b e r   4 ,   2 0 2 2   |   e s p n   -   v i a     a p p  
n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s 
 n e w   o r l e a n s   p e l i c a n s   l i v e   s t r e a m s 
 d e t r o i t   p i s t o n s   l i v e   s t r e a m s 
 s t a r t   t i m e :   o c t   0 7 ,   0 8 : 0 0   p m   e t 
 n b a _ l i v e 
 n e w _ o r l e a n s _ p e l i c a n s   v s   d e t r o i t _ p i s t o n s 
 c r a c k s t r e a m s 
 b u f f s t r e a m s 
 s p o r t s u g e 
 n b a s t r e a m s 
 r e d d i t n b a s t r e a m s  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 n e w   y o r k   k n i c k s   l i v e   s t r e a m s 
 d e t r o i t   p i s t o n s   l i v e   s t r e a m s 
 s t a r t   t i m e :   o c t   0 4 ,   0 7 : 0 0   p m   e t 
 n b a _ l i v e 
 n e w _ y o r k _ k n i c k s   v s   d e t r o i t _ p i s t o n s 
 c r a c k s t r e a m s 
 b u f f s t r e a m s 
 s p o r t s u g e 
 n b a s t r e a m s 
 r e d d i t n b a s t r e a m s  
n e w   o r l e a n s   p e l i c a n s   v s   d e t r o i t   p i s t o n s 
 n e w   o r l e a n s   p e l i c a n s   l i v e   s t r e a m s 
 d e t r o i t   p i s t o n s   l i v e   s t r e a m s 
 s t a r t   t i m e :   o c t   0 7 ,   0 8 : 0 0   p m   e t 
 n b a _ l i v e 
 n e w _ o r l e a n s _ p e l i c a n s   v s   d e t r o i t _ p i s t o n s 
 c r a c k s t r e a m s 
 b u f f s t r e a m s 
 s p o r t s u g e 
 n b a s t r e a m s 
 r e d d i t n b a s t r e a m s  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s 
 n e w   y o r k   k n i c k s   l i v e   s t r e a m s 
 d e t r o i t   p i s t o n s   l i v e   s t r e a m s 
 s t a r t   t i m e :   o c t   0 4 ,   0 7 : 0 0   p m   e t 
 n b a _ l i v e 
 n e w _ y o r k _ k n i c k s   v s   d e t r o i t _ p i s t o n s 
 c r a c k s t r e a m s 
 b u f f s t r e a m s 
 s p o r t s u g e 
 n b a s t r e a m s 
 r e d d i t n b a s t r e a m s  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [69], in <cell line: 1>()
      1 for id, tweets in tweets_df_Pistons2.items():
      2     for tweet in tweets:
----> 3         analysis = SentimentIntensityAnalyzer(tweets_df_Pistons2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Pistons2 = tweets_df_Pistons2.append({
      5             'name': id,
      6             'text': tweets_df_Pistons2.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\vaderSentiment\vaderSentiment.py:200, in SentimentIntensityAnalyzer.__init__(self, lexicon_file, emoji_lexicon)
    198 def __init__(self, lexicon_file="vader_lexicon.txt", emoji_lexicon="emoji_utf8_lexicon.txt"):
    199     _this_module_file_path_ = os.path.abspath(getsourcefile(lambda: 0))
--> 200     lexicon_full_filepath = os.path.join(os.path.dirname(_this_module_file_path_), lexicon_file)
    201     with codecs.open(lexicon_full_filepath, encoding='utf-8') as f:
    202         self.lexicon_full_filepath = f.read()

File ~\anaconda3\lib\ntpath.py:117, in join(path, *paths)
    115     return result_drive + result_path
    116 except (TypeError, AttributeError, BytesWarning):
--> 117     genericpath._check_arg_types('join', path, *paths)
    118     raise

File ~\anaconda3\lib\genericpath.py:152, in _check_arg_types(funcname, *args)
    150         hasbytes = True
    151     else:
--> 152         raise TypeError(f'{funcname}() argument must be str, bytes, or '
    153                         f'os.PathLike object, not {s.__class__.__name__!r}') from None
    154 if hasstr and hasbytes:
    155     raise TypeError("Can't mix strings and bytes in path components") from None

TypeError: join() argument must be str, bytes, or os.PathLike object, not 'Series'
In [70]:
for id, tweets in tweets_df_Wizards1.items():
    for tweet in tweets:
        analysis = TextBlob(tweets_df_Wizards1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Wizards1 = tweets_df_Wizards1.append({
            'name': id,
            'text': tweets_df_Wizards1.text
        }, ignore_index=True)
i t   w a s   g o o d   s e e   y o u   a g a i n   i n   j a p a n . 
 _ 8 m u r a   🙌 
 
 r u i h a c h i m u r a   
 b l a c k s a m u r a i 
 n b a j a p a n g a m e s 2 0 2 2   
 n b a   
 w a s h i n g t o n w i z a r d s   
 f l y m a g a z i n e  
l a m e l o   b l o c k s   7 ’ 3   p o r z i g i s   ( l i a n g e l o   s c o r e s   i n   4 t h   p r e s e a s o n   g a m e )   h o r n e t s   v s   w i z a r d s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g e l o   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
🔴   w a s h i n g t o n   w i z a r d s   @   c h a r l o t t e   h o r n e t s   p r e s e a s o n   l i v e   w a t c h   p a   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e n b a   e a s t e r n c o n f e r e n c e   f a n r e a c t i o n   h o r n e t s f a n   h o r n e t s f a n s   l a m e l o b a l l   n b a   n b a f a n   n b a f a n c h a n n e l   s a m d r a c u l a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
j o h n   w a l l   2 0   p t s   3   a s t s   v s   w o l v e s   2 0 2 2   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
e n d e   b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 6 : 1 0 7   w a s h i n g t o n w i z a r d s   v s   c h a r l o t t e h o r n e t s   
 1 1 3 : 9 7   p h i l a d e l p h a 7 6 e r s   v s   c l e v e l a n d c a v a l i e r s   
 1 1 0 : 1 1 8   h o u s t o n r o c k e t s   v s   m i a m i h e a t   
 1 0 5   : 1 0 7   p h o e n i x s u n s   v s   d e n v e r n u g g e t s
w i z a r d s   a t   h o r n e t s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 4 3   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
[ a v a   w a l l a c e ]   w e s   u n s e l d   j r .   s a i d   h e   d o e s n ' t   t h i n k   p o r z i n g i s ' s   l e f t   a n k l e   s p r a i n   w i l l   b e   t o o   b a d .   s a i d   p o r z i n g i s   w a s   r e a d y   t o   c o m e   i n   f o r   t h e   s e c o n d   h a l f   b u t   n o   n e e d   t o   p u s h   i n   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
b r a d l e y   b e a l   e x i t s   h e a l t h   p r o t o c o l s ,   n o w   o u t   d a y - t o - d a y   ( n o n - c o v i d   i l l n e s s )   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
j o i n   t h e     n u m e d i a   s p a c e s   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n i c k r i c h a r d s   j a m e s b o u k n i g h t   b r y c e m c g o w e n s   w a s h i n g t o n w i z a r d s   w i z a r d s  
p r a y i n g   p o r z   i s   o k .   p l e a s e .   
 
 w a s h i n g t o n w i z a r d s
i   h a v e   a   l o t   o f   f a i t h   i n   c o a c h   w e s   u n s e l d .   l e t ’ s   g o   w i z a r d s   !   
 
 w a s h i n g t o n w i z a r d s
r u i   l o o k s   c o n f i d e n t   a n d   b e a s t .   
 
 w a s h i n g t o n w i z a r d s
w a s h i n g t o n   w i z a r d s :   i   h a v e   t o   b e   h o n e s t 
 
 w h e n   e a r l y   o c t o b e r   a r r i v e s ,   i   g e t   e x c i t e d   f o r   t h e   u p c o m i n g   w i z a r d s   s e a s o n .   f o r   t h e   m o s t   p a r t   i   a m   a n   o p t i m 
 
 
 
 b r a d l e y b e a l   k r i s t a p s p o r z i n g i s   e a s t e r n c o n f e r e n c e   w a s h i n g t o n w i z a r d s  
    s t i l l ,   a n d   w i l l   a l w a y s   b e ,   m y   p o i n t   g u a r d .   d c r i s i n g   w a s h i n g t o n w i z a r d s         w i l l   a l w a y s   b e   l o v e d   i n   d c .   g o   g e t   ‘ e m   y o u n g   c h a m p i o n .
b r a d l e y   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l s ,   o u t   f o r   t h e   m e a n t i m e   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
p r a c t i c e   p r e s s :   w e s   u n s e l d   j r .   a n d   k r i s t a p s   p o r z i n g i s 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
a n d   o n e :   w i l l   b a r t o n   e x c i t e d   f o r   c l o s e - t o - h o m e - c o m i n g   w i t h   w i z a r d s   |   n b c   s p o r t s   w a s h i n g t o n 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
h e r e   a r e   m y   3 ️ ⃣   r e a s o n s   i   b e l i e v e   t h e   w a s h i n g t o n   w i z a r d s   w i l l   f i n i s h   w i t h   u 3 5 . 5   w i n s ,   l i n e   b y       w a s h i n g t o n w i z a r d s   n b a t w i t t e r   g a m b l i n g t w i t t e r  
w h a t   w o u l d   a   d e a l   b e t w e e n   t h e   s a c r a m e n t o   . . . 
   
 
   
 a e w   b o x i n g   d l o k c   d a m i e n b a r l i n g   e a s t e r n c o n f e r e n c e   e s p n   e s p n 1 3 2 0   k e n n y c a r a w a y   n b a   n f l   s a c r a m e n t o k i n g s   s o u t h e a s t d i v i s i o n   s p o r t s   s p o r t s t a l k   s p o r t s t a l k r a d i o   w a s h i n g t o n w i z a r d s   w r e s t l i n g   w w e  
k r i s t a p s   p o r z i n g i s   a f t e r   w a s h i n g t o n   w i z a r d s   p r a c t i c e   1 0 / 9 / 2 0 2 2 
   
 
   
 e a s t e r n c o n f e r e n c e   h o o p d i s t r i c t   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
d a m n   b r a d . . .   h o w   m a n y   t i m e s   y o u   g o n n a   g e t   c o v i d ? ? 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
[ c h a r a n i a ]   w i z a r d s   s a y   b r a d l e y   b e a l   h a s   e n t e r e d   c o v i d - 1 9   h e a l t h   a n d   s a f e t y   p r o t o c o l s . 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
w a s h i n g t o n   w i z a r d s   v s   m i n n e s o t a   . . . 
   
 
   
 2 0 2 1 2 2 n b a s e a s o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   n b a s e a s o n   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s   w a s h i n g t o n w i z a r d s v s m i n n e s o t a t i m b e r w o l v e s 2 0 2 2  
w a s h i n g t o n   w i z a r d s - 2 0 2 2   p r e s e a s o n   r e p o r t   1 
   
 
   
 d a n i e l g a f f o r d   e a s t e r n c o n f e r e n c e   n b a   n b a p r e s e a s o n   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s   w e s u n s e l d j r  
p r o o f   t h a t   r u s s e l l   w e s t b r o o k   i s   a   g o o d   g u y !   s h o r t s   ( v i a   w a s h i n g t o n   w i z a r d s ) 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
c o r y   k i s p e r t   m a i n t a i n s   p o s i t i v e   v i b e s   i n   r e c o v e r y   f r o m   a n k l e   s p r a i n :   ‘ i   k n o w   i ’ l l   b e   b a c k   s o o n e r   r a t h e r   t h a n   l a t e r ’   c o r y k i s p e r t   w a s h i n g t o n w i z a r d s  
c o a c h   o n   t h e   c o v e r   o f   t h e   j o h n s   h o p k i n s   m a g a z i n e   🙌 🏽   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
w o r n   w i t h   g o o d   l u c k   a n d   l o n g e v i t y   🪶 
 
 r u i h a c h i m u r a   h a c h i m u r a   w a s h i n g t o n w i z a r d s   w a s h i n g t o n   w i z a r d s   d c a b o v e a l l   j u m p m a n   t e a m j o r d a n   a i r j o r d a n   j o r d a n 3 6   n b a   n b a d e s i g n   n b a a r t   s m s p o r t s  
p r a c t i c e   p r e s s :   w e s   u n s e l d   j r . ,   w i l l   b a r t o n ,   a n d   m o n t e   m o r r i s 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
b e s t   c h u c k l e   f a c t   f r o m   1 0 / 7 :   b r a d l e y   b e a l   h a s   a   r e a l   s h o t   a t   p a s s i n g   e l v i n   h a y e s   a s   t h e   w i z a r d s '   a l l - t i m e   l e a d i n g   s c o r e r   t h i s   s e a s o n . 
 
 m o r e   f u n   a n d   a   c h a n c e   a t   w i n n i n g   a   $ 1 0 0   g i f t   c a r d   t o d a y   & g t ;   
 
 p l a y c h u c k l e   n b a   w i z a r d s   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
c o a c h   o n   t h e   c o v e r   o f   t h e   j o h n s   h o p k i n s   m a g a z i n e   🙌 🏽 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
t h e   w i z a r d s   m i g h t   s u c k   s h o r t s 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
b r a d l e y   b e a l   g e t s   r e a l   o n   m a x   c o n t r a c t   s i g n i n g   w i t h   w a s h i n g t o n ,   a d m i t s   c o n s i d e r a t i o n   o n   o u t s i d e   o p t i o n s   a n d   t r a d e   r e q u e s t   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
w a s h i n g t o n w i z a r d s   w a s h i n g t o n w i z a r d s j e r s e y s   b u f f a l o b i l l s j e r s e y s   b r a d l e y b e a l   b r a d l e y b e a l j e r s e y s   c h i c a g o b u l l s     f o r   o n l y   2 1   d o l l a r s   i f   f o l l o w   m y   p a g e    
f o r g o t t e n   w a s h i n g t o n   w i z a r d s ?   s h o r t s 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
i   m i s s   j o h n : ( 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
w a s h i n g t o n   w i z a r d s :   4   s t o r y l i n e s   f r o m   m e d i a   d a y   2 0 2 2   -   f o r t y e i g h t m i n u t e s .   ⁦ ⁩   ⁦ ⁩   b y   y o u r s   t r u l y ,   ⁦ ⁩   d c a b o v e a l l   w a s h i n g t o n w i z a r d s   n b a  
n b a   j a p a n   g a m e s   |   w i z a r d s   x   n b a   c a r e s 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
v i c t o r   w e m b a n y m a   p o s t s   s e c o n d - s t r a i g h t   3 0 - p o i n t   g a m e 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
s h o p   d c a b o v e a l l   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   w a s h i n g t o n d c   w a s h i n g t o n d c   w a s h i n g t o n w i z a r d s   w i z a r d s   w i z a r d s u n i t e
w a s h i n g t o n w i z a r d s   1 6   c a r d   t e a m   l o t   w i z a r d s   
 
 $ 6   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
g e t   w e l l   s o o n   p o s t   s t o p   a n d   s a y   g e t   w e l l   s o o n   c o r e y   f o r   a   s p e e d y   r e c o v e r y   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
p r a c t i c e   p r e s s :   k y l e   k u z m a ,   d a n i e l   g a f f o r d ,   w e s   u n s e l d   j r . 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
g e t   w e l l   s o o n   p o s t   s t o p   a n d   s a y   g e t   w e l l   s o o n   c o r e y   f o r   a   s p e e d y   r e c o v e r y 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
d r a y m o n d g r e e n   d r o p s   h u g e   j a m e s w i s e m a n   e n d o r s e m e n t   a f t e r   s h i n i n g   p r e s e a s o n   d e b u t 
 
 m o r e   n e w s :   
 
 g o l d e n s t a t e w a r r i o r s   w a s h i n g t o n w i z a r d s   
         n b a   b a s k e t b a l l  
⭐ ️   i t ’ s   t h a t   t i m e   o f   t h e   y e a r   a g a i n .   w h a t   y a l   t h i n k ?   k y l e k u z m a   s w e a t e r   n b a   t r e n d   e x p l o r e   f a s h i o n   t r e n d   s t y l e   r u n w a y   w a s h i n g t o n w i z a r d s  
n b a   d e n v e r n u g g e t s   w a s h i n g t o n w i z a r d s   d e m a r c u s c o u s i n s   t h r e e   r e a s o n s   w h y   t h e   w a s h i n g t o n   w i z a r d s   a n d   f r e e   a g e n t   d e m a r c u s   c o u s i n s   a r e   a   g o o d   f i t  
w i z a r d s   g u a r d / f o r w a r d   c o r e y   k i s p e r t   w i l l   m i s s   a p p r o x i m a t e l y   4 - 6   w e e k s   d u e   t o   a   s p r a i n e d   l e f t   a n k l e .   
 
     t h e f o c u s t v   n b a   w a s h i n g t o n w i z a r d s   d c f a m i l y  
w e   s h o u l d ’ v e   d r a f t e d   4 5   y e a r   o l d   6 ’ 9   c e n t e r   t y t y   w a s h i n g t o n 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
g u y s ,   w a s h i n g t o n   w i z a r d s   a r e   u n d e r r a t e d   n b a   w a s h i n g t o n w i z a r d s
n b a   c h a m p       w i l l   b e   l i v e   w i t h   u s   i n   d c   t h i s   t h u r s d a y   1 0 / 6     8   p m       ! !   
 
 a n y o n e   i n   t h e   d c   a r e a ,   c o m e   t h r u   f o r   a   s p e c i a l   s i t   d o w n ,   
 t i c k e t s   a l m o s t   s o l d   o u t !   
 i a a t o u r   k y l e k u z m a   w a s h i n g t o n w i z a r d s   
 
 g e t   y o u r   t i c k e t s   h e r e :    
i n t e r e s t i n g _ a n i ,   4 3   💜 
 ➡ ️ c h a t   m i t   i n t e r e s t i n g _ a n i   💬 
 
 f r e i z e i t z e n t r u m   w a s h i n g t o n w i z a r d s   n u t t e l a c o o k i e s  
w i z a r d s   d r a f t   s i t u a t i o n   a s   a   m i d d l e   s e e d   t e a m   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s  
p o s t g a m e   p r e s s :   w a s   v s .   g s w   -   r u i   h a c h i m u r a ,   k r i s t a p s   p o z i n g i s   a n d   w e s   u n s e l d   j r .   ( s e p t e m b e r   2 ) 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
j o h n n y   d a v i s   m e d i a   d a y   p r e s s   c o n f e r e n c e   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
w i l l b a r t o n   b r i n g i n g   h i s 💧 t o   t h e   w a s h i n g t o n w i z a r d s   t h i s   s e a s o n   s t y l i n g   w h i l e   o u t   i n   j a p a n   i n   l o u i s v u i t t o n   s u n g l a s s e s   & a m p ;   s n e a k e r s ,   p a i r e d   w i t h   a n   e d h a r d y   s h i r t ,   a n d   a m i r i   j e a n s   f o r   h i s   f i r s t   p r e s e a s o n   g a m e   o f   t h e   y e a r .   p r o t r e n d i n g   s t y l e l i k e a p r o   n b a s t y l e 
 ( 📷   )  
k a r e e m   a b d u l - j a b b a r   e v i s c e r a t e s   k y r i e   i r v i n g 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
i   a m   c h o o s i n g   v i o l e n c e   t h i s   e v e n i n g   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
i   a m   c h o o s i n g   v i o l e n c e   t h i s   e v e n i n g 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
k r i s t a p s   p o r z i n g i s   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k r i s t a p s p o r z i n g i s   k r i s t a p s   p o r z i n g i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
r u i   h a c h i m u r a   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r u i h a c h i m u r a   r u i   h a c h i m u r a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s
j o r d a n   g o o d w i n   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o r d a n g o o d w i n   j o r d a n   g o o d w i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
w i z   s t a r   b e a l   e x i t s   p r o t o c o l s ,   s t i l l   o u t   v s .   h o r n e t s   w a s h i n g t o n   w i z a r d s   n b a  
w i l l   b a r t o n   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 w i l l b a r t o n   w i l l   b a r t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
k y l e   k u z m a   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y l e k u z m a   k y l e   k u z m a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
d a n i e l   g a f f o r d   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a n i e l g a f f o r d   d a n i e l   g a f f o r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s
l a m e l o   b a l l   a p p a r e n t l y   w e n t   d o w n   w i t h   a   l e f t   a n k l e   i n j u r y   v s .   t h e   w i z a r d s .   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
n o w -   t h e   w a s h i n g t o n   w i z a r d s   h a v e   b e c o m e   t h e   f i r s t   n a t i o n a l   b a s k e t b a l l   a s s o c i a t i o n   ( n b a )   f r a n c h i s e   t o   l a u n c h   a r a b i c - l a n g u a g e   s o c i a l   m e d i a   c h a n n e l s   d e d i c a t e d   t o   t h e i r   a r a b i c - s p e a k i n g   a u d i e n c e s .
p r a c t i c e   p r e s s :   w e s   u n s e l d   j r .   a n d   k r i s t a p s   p o r z i n g i s   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
w i z a r d s '   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l s   w a s h i n g t o n   w i z a r d s   n b a  
n b a :   3   t e a m s   p o i s e d   f o r   a   m e m p h i s - s t y l e   s u r g e   t h i s   s e a s o n 
 
 
 
 n b a   m e m p h i s   g r i z z l i e s   g r i n d c i t y   m f f l   w a s h i n g t o n   w i z a r d s   r e p t h e d i s t r i c t   w e t h e n o r t h   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
r u m o r s :   k y l e   k u z m a   a v a i l a b l e :   c o u l d   m a v e r i c k s   a c q u i r e   t h e   w i z a r d s   f o r w a r d ? 
 
 
 
 n b a   m f f l   d a l l a s   m a v e r i c k s   w a s h i n g t o n   w i z a r d s   r e p t h e d i s t r i c t   w e t h e n o r t h   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
d o   w e   b u y   t h e   r u i   h a c h i m u r a   h y p e   c o m i n g   f r o m   t h e   w a s h i n g t o n   w i z a r d s ? 
 
 
 
 n b a   w a s h i n g t o n   w i z a r d s   r e p t h e d i s t r i c t   j a p a n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   r e d e e m t e a m   u s a   m f f l   b u l l s n a t i o n
c o a c h   o n   t h e   c o v e r   o f   t h e   j o h n s   h o p k i n s   m a g a z i n e   🙌 🏽   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
w o r n   w i t h   g o o d   l u c k   a n d   l o n g e v i t y   🪶 
 
 r u i h a c h i m u r a   h a c h i m u r a   w a s h i n g t o n w i z a r d s   w a s h i n g t o n   w i z a r d s   d c a b o v e a l l   j u m p m a n   t e a m j o r d a n   a i r j o r d a n   j o r d a n 3 6   n b a   n b a d e s i g n   n b a a r t   s m s p o r t s  
c a n   j o h n   w a l l   b e   t h e   a n s w e r   t h e   l a   c l i p p e r s   h a v e   b e e n   s e a r c h i n g   f o r ? 
 
 
 
 n b a   c l i p p e r n a t i o n   c l i p p e r s   l o s a n g e l e s   w a s h i n g t o n   w i z a r d s   h o u s t o n   r o c k e t s   o n e m i s s i o n   n b a 2 k 2 3     n b a p r e s e a s o n   l a k e s h o w   l a k e r s   h e a t t w i t t e r   f e a r t h e d e e r   w e a r e t h e v a l l e y   m f f l
o f f   t h e   b e n c h :   r i p   h a m i l t o n   o n   h i s   w i z a r d s   c a r e e r ,   b e s t   p l a y o f f   m e m o r i e s   a n d   m i m i c k i n g   m j   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
w h y   p o r z i n g i s   w i l l   r e g a i n   h i s   u n i c o r n   s t a t u s   w i t h   t h e   w a s h i n g t o n   w i z a r d s 
 
 
 
 n b a   w a s h i n g t o n   w i z a r d s   r e p t h e d i s t r i c t   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   m f f l   d a l l a s   m a v e r i c k s   l a k e s h o w   l a k e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a i n a b u d h a b i   d u b n a t i o n
p r a c t i c e   p r e s s :   w e s   u n s e l d   j r . ,   c o r e y   k i s p e r t ,   j o h n n y   d a v i s ,   m a r c i n   g o r t a t   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
t h e     h a v e   o n e   o f   t h e   s t r a n g e s t   r o s t e r s   i   c a n   r e m e m b e r .   a   w e i r d   m i x   o f   v e t e r a n s   a n d   y o u n g   g u y s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 m y   t h o u g h t s   h e r e :   
 
 w i z a r d s   n b a   n b a p r e s e a s o n   b r a d l e y b e a l   r u i h a c h i m u r a   d e n i a v d i j a   k r i s t a p s p o r z i n g i s   w a s h i n g t o n  
n b a   j a p a n   g a m e s :   h e d g e h o g   c a f e s ,   c a f f e i n e   & a m p ;   k o b e   b e e f   ️     |   n b a   o n   e s p n   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
g e t   w e l l   s o o n   p o s t   s t o p   a n d   s a y   g e t   w e l l   s o o n   c o r e y   f o r   a   s p e e d y   r e c o v e r y   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
p r a c t i c e   p r e s s :   k y l e   k u z m a ,   d a n i e l   g a f f o r d ,   w e s   u n s e l d   j r .   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
w i z a r d s '   k i s p e r t   o u t   4 - 6   w e e k s   w i t h   a n k l e   i n j u r y   w a s h i n g t o n   w i z a r d s   n b a  
a f t e r   t h a   f o l l o w   t h r u : " c o m m a n d e r s   & a m p ;   w i z a r d s "   o n   y o u t u b e   s h a w d y   w a s h i n g t o n c o m m a n d e r s   w a s h i n g t o n   w i z a r d s  
3   t a k e a w a y s   f r o m   g a m e   2   o f   t h e   p r e s e a s o n   f o r   t h e   w a s h i n g t o n   w i z a r d s 
 
 
 
 n b a   w a s h i n g t o n   w i z a r d s   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   l a k e s h o w   l a k e r s   b l e e d g r e e n   m a g i c a b o v e a l l
w i z a r d s   d r a f t   s i t u a t i o n   a s   a   m i d d l e   s e e d   t e a m   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s  
w i z a r d s   g i f t e d   p o r t r a i t s   b y   j a p a n e s e   a r t i s t   m q   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
j o h n n y   d a v i s   m e d i a   d a y   p r e s s   c o n f e r e n c e   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
g o l d e n   s t a t e   w a r r i o r s   t a k e   o n   j a p a n :   b i g g e s t   t a k e a w a y s ? !       |   n b a   t o d a y   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
i   a m   c h o o s i n g   v i o l e n c e   t h i s   e v e n i n g   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
k r i s t a p s   p o r z i n g i s   h i g h l i g h t s   -   w a r r i o r s   v s .   w i z a r d s   -   3 r d   o c t   2 0 2 2 
 
 
 n b a   k r i s t a p s   p o r z i n g i s   g s w   w a s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   g o l d e n s t a t e   w a r r i o r s   w a s h i n g t o n   w i z a r d s
i t   w a s   g o o d   s e e   y o u   a g a i n   i n   j a p a n . 
 _ 8 m u r a   🙌 
 
 r u i h a c h i m u r a   
 b l a c k s a m u r a i 
 n b a j a p a n g a m e s 2 0 2 2   
 n b a   
 w a s h i n g t o n w i z a r d s   
 f l y m a g a z i n e  
l a m e l o   b l o c k s   7 ’ 3   p o r z i g i s   ( l i a n g e l o   s c o r e s   i n   4 t h   p r e s e a s o n   g a m e )   h o r n e t s   v s   w i z a r d s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g e l o   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
🔴   w a s h i n g t o n   w i z a r d s   @   c h a r l o t t e   h o r n e t s   p r e s e a s o n   l i v e   w a t c h   p a   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e n b a   e a s t e r n c o n f e r e n c e   f a n r e a c t i o n   h o r n e t s f a n   h o r n e t s f a n s   l a m e l o b a l l   n b a   n b a f a n   n b a f a n c h a n n e l   s a m d r a c u l a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
j o h n   w a l l   2 0   p t s   3   a s t s   v s   w o l v e s   2 0 2 2   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
e n d e   b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 6 : 1 0 7   w a s h i n g t o n w i z a r d s   v s   c h a r l o t t e h o r n e t s   
 1 1 3 : 9 7   p h i l a d e l p h a 7 6 e r s   v s   c l e v e l a n d c a v a l i e r s   
 1 1 0 : 1 1 8   h o u s t o n r o c k e t s   v s   m i a m i h e a t   
 1 0 5   : 1 0 7   p h o e n i x s u n s   v s   d e n v e r n u g g e t s
w i z a r d s   a t   h o r n e t s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 4 3   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
[ a v a   w a l l a c e ]   w e s   u n s e l d   j r .   s a i d   h e   d o e s n ' t   t h i n k   p o r z i n g i s ' s   l e f t   a n k l e   s p r a i n   w i l l   b e   t o o   b a d .   s a i d   p o r z i n g i s   w a s   r e a d y   t o   c o m e   i n   f o r   t h e   s e c o n d   h a l f   b u t   n o   n e e d   t o   p u s h   i n   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
b r a d l e y   b e a l   e x i t s   h e a l t h   p r o t o c o l s ,   n o w   o u t   d a y - t o - d a y   ( n o n - c o v i d   i l l n e s s )   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
j o i n   t h e     n u m e d i a   s p a c e s   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n i c k r i c h a r d s   j a m e s b o u k n i g h t   b r y c e m c g o w e n s   w a s h i n g t o n w i z a r d s   w i z a r d s  
p r a y i n g   p o r z   i s   o k .   p l e a s e .   
 
 w a s h i n g t o n w i z a r d s
i   h a v e   a   l o t   o f   f a i t h   i n   c o a c h   w e s   u n s e l d .   l e t ’ s   g o   w i z a r d s   !   
 
 w a s h i n g t o n w i z a r d s
r u i   l o o k s   c o n f i d e n t   a n d   b e a s t .   
 
 w a s h i n g t o n w i z a r d s
w a s h i n g t o n   w i z a r d s :   i   h a v e   t o   b e   h o n e s t 
 
 w h e n   e a r l y   o c t o b e r   a r r i v e s ,   i   g e t   e x c i t e d   f o r   t h e   u p c o m i n g   w i z a r d s   s e a s o n .   f o r   t h e   m o s t   p a r t   i   a m   a n   o p t i m 
 
 
 
 b r a d l e y b e a l   k r i s t a p s p o r z i n g i s   e a s t e r n c o n f e r e n c e   w a s h i n g t o n w i z a r d s  
    s t i l l ,   a n d   w i l l   a l w a y s   b e ,   m y   p o i n t   g u a r d .   d c r i s i n g   w a s h i n g t o n w i z a r d s         w i l l   a l w a y s   b e   l o v e d   i n   d c .   g o   g e t   ‘ e m   y o u n g   c h a m p i o n .
b r a d l e y   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l s ,   o u t   f o r   t h e   m e a n t i m e   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
p r a c t i c e   p r e s s :   w e s   u n s e l d   j r .   a n d   k r i s t a p s   p o r z i n g i s 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
a n d   o n e :   w i l l   b a r t o n   e x c i t e d   f o r   c l o s e - t o - h o m e - c o m i n g   w i t h   w i z a r d s   |   n b c   s p o r t s   w a s h i n g t o n 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
h e r e   a r e   m y   3 ️ ⃣   r e a s o n s   i   b e l i e v e   t h e   w a s h i n g t o n   w i z a r d s   w i l l   f i n i s h   w i t h   u 3 5 . 5   w i n s ,   l i n e   b y       w a s h i n g t o n w i z a r d s   n b a t w i t t e r   g a m b l i n g t w i t t e r  
w h a t   w o u l d   a   d e a l   b e t w e e n   t h e   s a c r a m e n t o   . . . 
   
 
   
 a e w   b o x i n g   d l o k c   d a m i e n b a r l i n g   e a s t e r n c o n f e r e n c e   e s p n   e s p n 1 3 2 0   k e n n y c a r a w a y   n b a   n f l   s a c r a m e n t o k i n g s   s o u t h e a s t d i v i s i o n   s p o r t s   s p o r t s t a l k   s p o r t s t a l k r a d i o   w a s h i n g t o n w i z a r d s   w r e s t l i n g   w w e  
k r i s t a p s   p o r z i n g i s   a f t e r   w a s h i n g t o n   w i z a r d s   p r a c t i c e   1 0 / 9 / 2 0 2 2 
   
 
   
 e a s t e r n c o n f e r e n c e   h o o p d i s t r i c t   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
d a m n   b r a d . . .   h o w   m a n y   t i m e s   y o u   g o n n a   g e t   c o v i d ? ? 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
[ c h a r a n i a ]   w i z a r d s   s a y   b r a d l e y   b e a l   h a s   e n t e r e d   c o v i d - 1 9   h e a l t h   a n d   s a f e t y   p r o t o c o l s . 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
w a s h i n g t o n   w i z a r d s   v s   m i n n e s o t a   . . . 
   
 
   
 2 0 2 1 2 2 n b a s e a s o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   n b a s e a s o n   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s   w a s h i n g t o n w i z a r d s v s m i n n e s o t a t i m b e r w o l v e s 2 0 2 2  
w a s h i n g t o n   w i z a r d s - 2 0 2 2   p r e s e a s o n   r e p o r t   1 
   
 
   
 d a n i e l g a f f o r d   e a s t e r n c o n f e r e n c e   n b a   n b a p r e s e a s o n   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s   w e s u n s e l d j r  
p r o o f   t h a t   r u s s e l l   w e s t b r o o k   i s   a   g o o d   g u y !   s h o r t s   ( v i a   w a s h i n g t o n   w i z a r d s ) 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
c o r y   k i s p e r t   m a i n t a i n s   p o s i t i v e   v i b e s   i n   r e c o v e r y   f r o m   a n k l e   s p r a i n :   ‘ i   k n o w   i ’ l l   b e   b a c k   s o o n e r   r a t h e r   t h a n   l a t e r ’   c o r y k i s p e r t   w a s h i n g t o n w i z a r d s  
c o a c h   o n   t h e   c o v e r   o f   t h e   j o h n s   h o p k i n s   m a g a z i n e   🙌 🏽   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
w o r n   w i t h   g o o d   l u c k   a n d   l o n g e v i t y   🪶 
 
 r u i h a c h i m u r a   h a c h i m u r a   w a s h i n g t o n w i z a r d s   w a s h i n g t o n   w i z a r d s   d c a b o v e a l l   j u m p m a n   t e a m j o r d a n   a i r j o r d a n   j o r d a n 3 6   n b a   n b a d e s i g n   n b a a r t   s m s p o r t s  
p r a c t i c e   p r e s s :   w e s   u n s e l d   j r . ,   w i l l   b a r t o n ,   a n d   m o n t e   m o r r i s 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
b e s t   c h u c k l e   f a c t   f r o m   1 0 / 7 :   b r a d l e y   b e a l   h a s   a   r e a l   s h o t   a t   p a s s i n g   e l v i n   h a y e s   a s   t h e   w i z a r d s '   a l l - t i m e   l e a d i n g   s c o r e r   t h i s   s e a s o n . 
 
 m o r e   f u n   a n d   a   c h a n c e   a t   w i n n i n g   a   $ 1 0 0   g i f t   c a r d   t o d a y   & g t ;   
 
 p l a y c h u c k l e   n b a   w i z a r d s   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
c o a c h   o n   t h e   c o v e r   o f   t h e   j o h n s   h o p k i n s   m a g a z i n e   🙌 🏽 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
t h e   w i z a r d s   m i g h t   s u c k   s h o r t s 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
b r a d l e y   b e a l   g e t s   r e a l   o n   m a x   c o n t r a c t   s i g n i n g   w i t h   w a s h i n g t o n ,   a d m i t s   c o n s i d e r a t i o n   o n   o u t s i d e   o p t i o n s   a n d   t r a d e   r e q u e s t   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
w a s h i n g t o n w i z a r d s   w a s h i n g t o n w i z a r d s j e r s e y s   b u f f a l o b i l l s j e r s e y s   b r a d l e y b e a l   b r a d l e y b e a l j e r s e y s   c h i c a g o b u l l s     f o r   o n l y   2 1   d o l l a r s   i f   f o l l o w   m y   p a g e    
f o r g o t t e n   w a s h i n g t o n   w i z a r d s ?   s h o r t s 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
i   m i s s   j o h n : ( 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
w a s h i n g t o n   w i z a r d s :   4   s t o r y l i n e s   f r o m   m e d i a   d a y   2 0 2 2   -   f o r t y e i g h t m i n u t e s .   ⁦ ⁩   ⁦ ⁩   b y   y o u r s   t r u l y ,   ⁦ ⁩   d c a b o v e a l l   w a s h i n g t o n w i z a r d s   n b a  
n b a   j a p a n   g a m e s   |   w i z a r d s   x   n b a   c a r e s 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
v i c t o r   w e m b a n y m a   p o s t s   s e c o n d - s t r a i g h t   3 0 - p o i n t   g a m e 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
s h o p   d c a b o v e a l l   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   w a s h i n g t o n d c   w a s h i n g t o n d c   w a s h i n g t o n w i z a r d s   w i z a r d s   w i z a r d s u n i t e
w a s h i n g t o n w i z a r d s   1 6   c a r d   t e a m   l o t   w i z a r d s   
 
 $ 6   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
g e t   w e l l   s o o n   p o s t   s t o p   a n d   s a y   g e t   w e l l   s o o n   c o r e y   f o r   a   s p e e d y   r e c o v e r y   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
p r a c t i c e   p r e s s :   k y l e   k u z m a ,   d a n i e l   g a f f o r d ,   w e s   u n s e l d   j r . 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
g e t   w e l l   s o o n   p o s t   s t o p   a n d   s a y   g e t   w e l l   s o o n   c o r e y   f o r   a   s p e e d y   r e c o v e r y 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
d r a y m o n d g r e e n   d r o p s   h u g e   j a m e s w i s e m a n   e n d o r s e m e n t   a f t e r   s h i n i n g   p r e s e a s o n   d e b u t 
 
 m o r e   n e w s :   
 
 g o l d e n s t a t e w a r r i o r s   w a s h i n g t o n w i z a r d s   
         n b a   b a s k e t b a l l  
⭐ ️   i t ’ s   t h a t   t i m e   o f   t h e   y e a r   a g a i n .   w h a t   y a l   t h i n k ?   k y l e k u z m a   s w e a t e r   n b a   t r e n d   e x p l o r e   f a s h i o n   t r e n d   s t y l e   r u n w a y   w a s h i n g t o n w i z a r d s  
n b a   d e n v e r n u g g e t s   w a s h i n g t o n w i z a r d s   d e m a r c u s c o u s i n s   t h r e e   r e a s o n s   w h y   t h e   w a s h i n g t o n   w i z a r d s   a n d   f r e e   a g e n t   d e m a r c u s   c o u s i n s   a r e   a   g o o d   f i t  
w i z a r d s   g u a r d / f o r w a r d   c o r e y   k i s p e r t   w i l l   m i s s   a p p r o x i m a t e l y   4 - 6   w e e k s   d u e   t o   a   s p r a i n e d   l e f t   a n k l e .   
 
     t h e f o c u s t v   n b a   w a s h i n g t o n w i z a r d s   d c f a m i l y  
w e   s h o u l d ’ v e   d r a f t e d   4 5   y e a r   o l d   6 ’ 9   c e n t e r   t y t y   w a s h i n g t o n 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
g u y s ,   w a s h i n g t o n   w i z a r d s   a r e   u n d e r r a t e d   n b a   w a s h i n g t o n w i z a r d s
n b a   c h a m p       w i l l   b e   l i v e   w i t h   u s   i n   d c   t h i s   t h u r s d a y   1 0 / 6     8   p m       ! !   
 
 a n y o n e   i n   t h e   d c   a r e a ,   c o m e   t h r u   f o r   a   s p e c i a l   s i t   d o w n ,   
 t i c k e t s   a l m o s t   s o l d   o u t !   
 i a a t o u r   k y l e k u z m a   w a s h i n g t o n w i z a r d s   
 
 g e t   y o u r   t i c k e t s   h e r e :    
i n t e r e s t i n g _ a n i ,   4 3   💜 
 ➡ ️ c h a t   m i t   i n t e r e s t i n g _ a n i   💬 
 
 f r e i z e i t z e n t r u m   w a s h i n g t o n w i z a r d s   n u t t e l a c o o k i e s  
w i z a r d s   d r a f t   s i t u a t i o n   a s   a   m i d d l e   s e e d   t e a m   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s  
p o s t g a m e   p r e s s :   w a s   v s .   g s w   -   r u i   h a c h i m u r a ,   k r i s t a p s   p o z i n g i s   a n d   w e s   u n s e l d   j r .   ( s e p t e m b e r   2 ) 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
j o h n n y   d a v i s   m e d i a   d a y   p r e s s   c o n f e r e n c e   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
w i l l b a r t o n   b r i n g i n g   h i s 💧 t o   t h e   w a s h i n g t o n w i z a r d s   t h i s   s e a s o n   s t y l i n g   w h i l e   o u t   i n   j a p a n   i n   l o u i s v u i t t o n   s u n g l a s s e s   & a m p ;   s n e a k e r s ,   p a i r e d   w i t h   a n   e d h a r d y   s h i r t ,   a n d   a m i r i   j e a n s   f o r   h i s   f i r s t   p r e s e a s o n   g a m e   o f   t h e   y e a r .   p r o t r e n d i n g   s t y l e l i k e a p r o   n b a s t y l e 
 ( 📷   )  
k a r e e m   a b d u l - j a b b a r   e v i s c e r a t e s   k y r i e   i r v i n g 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
i   a m   c h o o s i n g   v i o l e n c e   t h i s   e v e n i n g   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
i   a m   c h o o s i n g   v i o l e n c e   t h i s   e v e n i n g 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
k r i s t a p s   p o r z i n g i s   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k r i s t a p s p o r z i n g i s   k r i s t a p s   p o r z i n g i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
r u i   h a c h i m u r a   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r u i h a c h i m u r a   r u i   h a c h i m u r a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s
j o r d a n   g o o d w i n   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o r d a n g o o d w i n   j o r d a n   g o o d w i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
w i z   s t a r   b e a l   e x i t s   p r o t o c o l s ,   s t i l l   o u t   v s .   h o r n e t s   w a s h i n g t o n   w i z a r d s   n b a  
w i l l   b a r t o n   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 w i l l b a r t o n   w i l l   b a r t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
k y l e   k u z m a   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y l e k u z m a   k y l e   k u z m a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
d a n i e l   g a f f o r d   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a n i e l g a f f o r d   d a n i e l   g a f f o r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s
l a m e l o   b a l l   a p p a r e n t l y   w e n t   d o w n   w i t h   a   l e f t   a n k l e   i n j u r y   v s .   t h e   w i z a r d s .   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
n o w -   t h e   w a s h i n g t o n   w i z a r d s   h a v e   b e c o m e   t h e   f i r s t   n a t i o n a l   b a s k e t b a l l   a s s o c i a t i o n   ( n b a )   f r a n c h i s e   t o   l a u n c h   a r a b i c - l a n g u a g e   s o c i a l   m e d i a   c h a n n e l s   d e d i c a t e d   t o   t h e i r   a r a b i c - s p e a k i n g   a u d i e n c e s .
p r a c t i c e   p r e s s :   w e s   u n s e l d   j r .   a n d   k r i s t a p s   p o r z i n g i s   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
w i z a r d s '   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l s   w a s h i n g t o n   w i z a r d s   n b a  
n b a :   3   t e a m s   p o i s e d   f o r   a   m e m p h i s - s t y l e   s u r g e   t h i s   s e a s o n 
 
 
 
 n b a   m e m p h i s   g r i z z l i e s   g r i n d c i t y   m f f l   w a s h i n g t o n   w i z a r d s   r e p t h e d i s t r i c t   w e t h e n o r t h   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
r u m o r s :   k y l e   k u z m a   a v a i l a b l e :   c o u l d   m a v e r i c k s   a c q u i r e   t h e   w i z a r d s   f o r w a r d ? 
 
 
 
 n b a   m f f l   d a l l a s   m a v e r i c k s   w a s h i n g t o n   w i z a r d s   r e p t h e d i s t r i c t   w e t h e n o r t h   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
d o   w e   b u y   t h e   r u i   h a c h i m u r a   h y p e   c o m i n g   f r o m   t h e   w a s h i n g t o n   w i z a r d s ? 
 
 
 
 n b a   w a s h i n g t o n   w i z a r d s   r e p t h e d i s t r i c t   j a p a n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   r e d e e m t e a m   u s a   m f f l   b u l l s n a t i o n
c o a c h   o n   t h e   c o v e r   o f   t h e   j o h n s   h o p k i n s   m a g a z i n e   🙌 🏽   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
w o r n   w i t h   g o o d   l u c k   a n d   l o n g e v i t y   🪶 
 
 r u i h a c h i m u r a   h a c h i m u r a   w a s h i n g t o n w i z a r d s   w a s h i n g t o n   w i z a r d s   d c a b o v e a l l   j u m p m a n   t e a m j o r d a n   a i r j o r d a n   j o r d a n 3 6   n b a   n b a d e s i g n   n b a a r t   s m s p o r t s  
c a n   j o h n   w a l l   b e   t h e   a n s w e r   t h e   l a   c l i p p e r s   h a v e   b e e n   s e a r c h i n g   f o r ? 
 
 
 
 n b a   c l i p p e r n a t i o n   c l i p p e r s   l o s a n g e l e s   w a s h i n g t o n   w i z a r d s   h o u s t o n   r o c k e t s   o n e m i s s i o n   n b a 2 k 2 3     n b a p r e s e a s o n   l a k e s h o w   l a k e r s   h e a t t w i t t e r   f e a r t h e d e e r   w e a r e t h e v a l l e y   m f f l
o f f   t h e   b e n c h :   r i p   h a m i l t o n   o n   h i s   w i z a r d s   c a r e e r ,   b e s t   p l a y o f f   m e m o r i e s   a n d   m i m i c k i n g   m j   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
w h y   p o r z i n g i s   w i l l   r e g a i n   h i s   u n i c o r n   s t a t u s   w i t h   t h e   w a s h i n g t o n   w i z a r d s 
 
 
 
 n b a   w a s h i n g t o n   w i z a r d s   r e p t h e d i s t r i c t   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   m f f l   d a l l a s   m a v e r i c k s   l a k e s h o w   l a k e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a i n a b u d h a b i   d u b n a t i o n
p r a c t i c e   p r e s s :   w e s   u n s e l d   j r . ,   c o r e y   k i s p e r t ,   j o h n n y   d a v i s ,   m a r c i n   g o r t a t   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
t h e     h a v e   o n e   o f   t h e   s t r a n g e s t   r o s t e r s   i   c a n   r e m e m b e r .   a   w e i r d   m i x   o f   v e t e r a n s   a n d   y o u n g   g u y s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 m y   t h o u g h t s   h e r e :   
 
 w i z a r d s   n b a   n b a p r e s e a s o n   b r a d l e y b e a l   r u i h a c h i m u r a   d e n i a v d i j a   k r i s t a p s p o r z i n g i s   w a s h i n g t o n  
n b a   j a p a n   g a m e s :   h e d g e h o g   c a f e s ,   c a f f e i n e   & a m p ;   k o b e   b e e f   ️     |   n b a   o n   e s p n   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
g e t   w e l l   s o o n   p o s t   s t o p   a n d   s a y   g e t   w e l l   s o o n   c o r e y   f o r   a   s p e e d y   r e c o v e r y   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
p r a c t i c e   p r e s s :   k y l e   k u z m a ,   d a n i e l   g a f f o r d ,   w e s   u n s e l d   j r .   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
w i z a r d s '   k i s p e r t   o u t   4 - 6   w e e k s   w i t h   a n k l e   i n j u r y   w a s h i n g t o n   w i z a r d s   n b a  
a f t e r   t h a   f o l l o w   t h r u : " c o m m a n d e r s   & a m p ;   w i z a r d s "   o n   y o u t u b e   s h a w d y   w a s h i n g t o n c o m m a n d e r s   w a s h i n g t o n   w i z a r d s  
3   t a k e a w a y s   f r o m   g a m e   2   o f   t h e   p r e s e a s o n   f o r   t h e   w a s h i n g t o n   w i z a r d s 
 
 
 
 n b a   w a s h i n g t o n   w i z a r d s   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   l a k e s h o w   l a k e r s   b l e e d g r e e n   m a g i c a b o v e a l l
w i z a r d s   d r a f t   s i t u a t i o n   a s   a   m i d d l e   s e e d   t e a m   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s  
w i z a r d s   g i f t e d   p o r t r a i t s   b y   j a p a n e s e   a r t i s t   m q   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
j o h n n y   d a v i s   m e d i a   d a y   p r e s s   c o n f e r e n c e   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
g o l d e n   s t a t e   w a r r i o r s   t a k e   o n   j a p a n :   b i g g e s t   t a k e a w a y s ? !       |   n b a   t o d a y   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
i   a m   c h o o s i n g   v i o l e n c e   t h i s   e v e n i n g   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
k r i s t a p s   p o r z i n g i s   h i g h l i g h t s   -   w a r r i o r s   v s .   w i z a r d s   -   3 r d   o c t   2 0 2 2 
 
 
 n b a   k r i s t a p s   p o r z i n g i s   g s w   w a s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   g o l d e n s t a t e   w a r r i o r s   w a s h i n g t o n   w i z a r d s
b r a d l e y   b e a l   e x i t s   h e a l t h   p r o t o c o l s ,   n o w   o u t   d a y - t o - d a y   ( n o n - c o v i d   i l l n e s s )   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
w e   a r e   l i v e   r i g h t   n o w   i n   r e v ' s   k i n g   f u s e ' s   l i t   h o u s e   ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m .   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t     l a m e l o b a l l   l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s   b r a d l e y b e a l   k y l e k u z m a   n b a  
w a s h i n g t o n   w i z a r d s :   i   h a v e   t o   b e   h o n e s t 
 
 w h e n   e a r l y   o c t o b e r   a r r i v e s ,   i   g e t   e x c i t e d   f o r   t h e   u p c o m i n g   w i z a r d s   s e a s o n .   f o r   t h e   m o s t   p a r t   i   a m   a n   o p t i m 
 
 
 
 b r a d l e y b e a l   k r i s t a p s p o r z i n g i s   e a s t e r n c o n f e r e n c e   w a s h i n g t o n w i z a r d s  
b r a d l e y   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l s ,   o u t   f o r   t h e   m e a n t i m e   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
w i z a r d s   s t a r   b r a d l e y   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l s   
   b r a d l e y b e a l
b r a d l e y   b e a l   o n   s t e p h e n   c u r r y & a m p ; 3 9 ; s   . . . 
   
 
   
 b r a d l e y b e a l   b r a d l e y b e a l i n t e r v i e w   b r a d l e y b e a l j j r e d i c k   b r a d l e y b e a l p o d c a s t   b r a d l e y b e a l w i z a r d s   d a m i a n l i l l a r d   d r a y m o n d g r e e n   d r a y m o n d g r e e n p o d c a s t   e s p n   f i r s t t a k e   g o l d e n s t a t e w a r r i o r s   j j p o d c a s t   j j r e d i c k  
w i z a r d s '   b r a d l e y   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l   b r a d l e y b e a l   n b a 
   w a s h w i z a r d s    
b r a d l e y   b e a l   e n t e r s   p r o t o c o l s ,   o u t   m o n d a y     b r a d l e y b e a l   f a n t a s y b a s k e t b a l l
b e s t   c h u c k l e   f a c t   f r o m   1 0 / 7 :   b r a d l e y   b e a l   h a s   a   r e a l   s h o t   a t   p a s s i n g   e l v i n   h a y e s   a s   t h e   w i z a r d s '   a l l - t i m e   l e a d i n g   s c o r e r   t h i s   s e a s o n . 
 
 m o r e   f u n   a n d   a   c h a n c e   a t   w i n n i n g   a   $ 1 0 0   g i f t   c a r d   t o d a y   & g t ;   
 
 p l a y c h u c k l e   n b a   w i z a r d s   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
b r a d l e y   b e a l   g e t s   r e a l   o n   m a x   c o n t r a c t   s i g n i n g   w i t h   w a s h i n g t o n ,   a d m i t s   c o n s i d e r a t i o n   o n   o u t s i d e   o p t i o n s   a n d   t r a d e   r e q u e s t   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
w a s h i n g t o n w i z a r d s   w a s h i n g t o n w i z a r d s j e r s e y s   b u f f a l o b i l l s j e r s e y s   b r a d l e y b e a l   b r a d l e y b e a l j e r s e y s   c h i c a g o b u l l s     f o r   o n l y   2 1   d o l l a r s   i f   f o l l o w   m y   p a g e    
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
i n s a n e   e n d i n g !   m i a m i   h e a t   v s   w a s h i n g t o n   w i z a r d s   f i n a l   . . . 
   
 
   
 b a m a d e b a y o   b r a d l e y b e a l   e a s t e r n c o n f e r e n c e   h e a t f u l l g a m e   h e a t h i g h l i g h t s   h e a t w i z a r d s   j i m m y b u t l e r   k u z m a   k y l e k u z m a   k y l e l o w r y   m i a m i h e a t f u l l g a m e   m i a m i h e a t g a m e t o d a y   m i a m i h e a t h i g h l i g h t s  
i s   r u s s e l l   w e s t b r o o k   u n f a i r l y   . . . 
   
 
   
 b r a d l e y b e a l   b r a d l e y b e a l i n t e r v i e w   b r a d l e y b e a l j j r e d i c k   b r a d l e y b e a l p o d c a s t   b r a d l e y b e a l r u s s e l l w e s t b r o o k   b r a d l e y b e a l t h e o l d m a n a n d t h e t h r e e   b r a d l e y b e a l w i z a r d s   e a s t e r n c o n f e r e n c e   e s p n   f i r s t t a k e   j j p o d c a s t  
t h e     h a v e   o n e   o f   t h e   s t r a n g e s t   r o s t e r s   i   c a n   r e m e m b e r .   a   w e i r d   m i x   o f   v e t e r a n s   a n d   y o u n g   g u y s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 m y   t h o u g h t s   h e r e :   
 
 w i z a r d s   n b a   n b a p r e s e a s o n   b r a d l e y b e a l   r u i h a c h i m u r a   d e n i a v d i j a   k r i s t a p s p o r z i n g i s   w a s h i n g t o n  
t h e s e   p l a y e r s   g o t   t h e   b a g   d u r i n g   2 0 2 2   o f f s e a s o n !   💰 
 
 h o w   w i l l   y o u   r a t e   t h e s e   s i g n i n g s   -   o v e r p a i d ?   u n d e r p a i d ?   o r   j u s t   r i g h t ? 
 
 n i k o l a j o k i c   d e v i n b o o k e r   b r a d l e y b e a l   k a r l a n t h o n y t o w n s   z a c h l a v i n e   j a m o r a n t   z i o n w i l l i a m s o n   d a r i u s g a r l a n d   d a m i a n l i l l a r d   j a l e n b r u n s o n  
v   i s   f o r   v e r s a t i l i t y ! :   b r a d l e y   b e a l   o n   t h e   2 0 2 2 - 2 3   w i z a r d s   d c a b o v e a l l   
 
 n b a   w i z a r d s   b r a d l e y b e a l  
s t e v e   k e r r   p o s t g a m e   i n t e r v i e w   |   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n  
b o l d   a n d   b e a u t i f u l :   t h e   ‘ s a m e   d i a l o g u e ’   i n   e v e r y   e p i s o d e   d r i v e s   f a n s   c r a z y 
 
 
 
 i n t e r e s t i n g s t o r i e s   d i a l o g u e   b o l d a n d b e a u t i f u l   s t e v i e   b o r i n g   b r a d l e y b e a l   r i d g e t a y l o r b r o o k s   t h o m a s   h o m e / e n t e r t a i n m e n t  
b r a d l e y   w i z a r d s   s p o r t s 
 w i z a r d s '   b r a d l e y   b e a l   s a y s   c r i t i c i s m   r o u n d   $ 2 5 1 m   c o n t r a c t   ' c o m e s   w i t h   t h e   t e r r i t o r y '   
  
b r a d l e y   b e a l   e x i t s   h e a l t h   p r o t o c o l s ,   n o w   o u t   d a y - t o - d a y   ( n o n - c o v i d   i l l n e s s )   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
w e   a r e   l i v e   r i g h t   n o w   i n   r e v ' s   k i n g   f u s e ' s   l i t   h o u s e   ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m .   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t     l a m e l o b a l l   l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s   b r a d l e y b e a l   k y l e k u z m a   n b a  
w a s h i n g t o n   w i z a r d s :   i   h a v e   t o   b e   h o n e s t 
 
 w h e n   e a r l y   o c t o b e r   a r r i v e s ,   i   g e t   e x c i t e d   f o r   t h e   u p c o m i n g   w i z a r d s   s e a s o n .   f o r   t h e   m o s t   p a r t   i   a m   a n   o p t i m 
 
 
 
 b r a d l e y b e a l   k r i s t a p s p o r z i n g i s   e a s t e r n c o n f e r e n c e   w a s h i n g t o n w i z a r d s  
b r a d l e y   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l s ,   o u t   f o r   t h e   m e a n t i m e   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
w i z a r d s   s t a r   b r a d l e y   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l s   
   b r a d l e y b e a l
b r a d l e y   b e a l   o n   s t e p h e n   c u r r y & a m p ; 3 9 ; s   . . . 
   
 
   
 b r a d l e y b e a l   b r a d l e y b e a l i n t e r v i e w   b r a d l e y b e a l j j r e d i c k   b r a d l e y b e a l p o d c a s t   b r a d l e y b e a l w i z a r d s   d a m i a n l i l l a r d   d r a y m o n d g r e e n   d r a y m o n d g r e e n p o d c a s t   e s p n   f i r s t t a k e   g o l d e n s t a t e w a r r i o r s   j j p o d c a s t   j j r e d i c k  
w i z a r d s '   b r a d l e y   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l   b r a d l e y b e a l   n b a 
   w a s h w i z a r d s    
b r a d l e y   b e a l   e n t e r s   p r o t o c o l s ,   o u t   m o n d a y     b r a d l e y b e a l   f a n t a s y b a s k e t b a l l
b e s t   c h u c k l e   f a c t   f r o m   1 0 / 7 :   b r a d l e y   b e a l   h a s   a   r e a l   s h o t   a t   p a s s i n g   e l v i n   h a y e s   a s   t h e   w i z a r d s '   a l l - t i m e   l e a d i n g   s c o r e r   t h i s   s e a s o n . 
 
 m o r e   f u n   a n d   a   c h a n c e   a t   w i n n i n g   a   $ 1 0 0   g i f t   c a r d   t o d a y   & g t ;   
 
 p l a y c h u c k l e   n b a   w i z a r d s   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
b r a d l e y   b e a l   g e t s   r e a l   o n   m a x   c o n t r a c t   s i g n i n g   w i t h   w a s h i n g t o n ,   a d m i t s   c o n s i d e r a t i o n   o n   o u t s i d e   o p t i o n s   a n d   t r a d e   r e q u e s t   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
w a s h i n g t o n w i z a r d s   w a s h i n g t o n w i z a r d s j e r s e y s   b u f f a l o b i l l s j e r s e y s   b r a d l e y b e a l   b r a d l e y b e a l j e r s e y s   c h i c a g o b u l l s     f o r   o n l y   2 1   d o l l a r s   i f   f o l l o w   m y   p a g e    
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
i n s a n e   e n d i n g !   m i a m i   h e a t   v s   w a s h i n g t o n   w i z a r d s   f i n a l   . . . 
   
 
   
 b a m a d e b a y o   b r a d l e y b e a l   e a s t e r n c o n f e r e n c e   h e a t f u l l g a m e   h e a t h i g h l i g h t s   h e a t w i z a r d s   j i m m y b u t l e r   k u z m a   k y l e k u z m a   k y l e l o w r y   m i a m i h e a t f u l l g a m e   m i a m i h e a t g a m e t o d a y   m i a m i h e a t h i g h l i g h t s  
i s   r u s s e l l   w e s t b r o o k   u n f a i r l y   . . . 
   
 
   
 b r a d l e y b e a l   b r a d l e y b e a l i n t e r v i e w   b r a d l e y b e a l j j r e d i c k   b r a d l e y b e a l p o d c a s t   b r a d l e y b e a l r u s s e l l w e s t b r o o k   b r a d l e y b e a l t h e o l d m a n a n d t h e t h r e e   b r a d l e y b e a l w i z a r d s   e a s t e r n c o n f e r e n c e   e s p n   f i r s t t a k e   j j p o d c a s t  
t h e     h a v e   o n e   o f   t h e   s t r a n g e s t   r o s t e r s   i   c a n   r e m e m b e r .   a   w e i r d   m i x   o f   v e t e r a n s   a n d   y o u n g   g u y s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 m y   t h o u g h t s   h e r e :   
 
 w i z a r d s   n b a   n b a p r e s e a s o n   b r a d l e y b e a l   r u i h a c h i m u r a   d e n i a v d i j a   k r i s t a p s p o r z i n g i s   w a s h i n g t o n  
t h e s e   p l a y e r s   g o t   t h e   b a g   d u r i n g   2 0 2 2   o f f s e a s o n !   💰 
 
 h o w   w i l l   y o u   r a t e   t h e s e   s i g n i n g s   -   o v e r p a i d ?   u n d e r p a i d ?   o r   j u s t   r i g h t ? 
 
 n i k o l a j o k i c   d e v i n b o o k e r   b r a d l e y b e a l   k a r l a n t h o n y t o w n s   z a c h l a v i n e   j a m o r a n t   z i o n w i l l i a m s o n   d a r i u s g a r l a n d   d a m i a n l i l l a r d   j a l e n b r u n s o n  
v   i s   f o r   v e r s a t i l i t y ! :   b r a d l e y   b e a l   o n   t h e   2 0 2 2 - 2 3   w i z a r d s   d c a b o v e a l l   
 
 n b a   w i z a r d s   b r a d l e y b e a l  
s t e v e   k e r r   p o s t g a m e   i n t e r v i e w   |   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n  
b o l d   a n d   b e a u t i f u l :   t h e   ‘ s a m e   d i a l o g u e ’   i n   e v e r y   e p i s o d e   d r i v e s   f a n s   c r a z y 
 
 
 
 i n t e r e s t i n g s t o r i e s   d i a l o g u e   b o l d a n d b e a u t i f u l   s t e v i e   b o r i n g   b r a d l e y b e a l   r i d g e t a y l o r b r o o k s   t h o m a s   h o m e / e n t e r t a i n m e n t  
b r a d l e y   w i z a r d s   s p o r t s 
 w i z a r d s '   b r a d l e y   b e a l   s a y s   c r i t i c i s m   r o u n d   $ 2 5 1 m   c o n t r a c t   ' c o m e s   w i t h   t h e   t e r r i t o r y '   
  
k y l e   k u z m a   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y l e k u z m a   k y l e   k u z m a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
w e   a r e   l i v e   r i g h t   n o w   i n   r e v ' s   k i n g   f u s e ' s   l i t   h o u s e   ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m .   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t     l a m e l o b a l l   l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s   b r a d l e y b e a l   k y l e k u z m a   n b a  
l a k e r s   m a k e   d e c i s i o n   o n   r o b   p e l i n k a 
   
 
   
 a n t h o n y d a v i s   k o b e b r y a n t   k y l e k u z m a   l a k e r s h i g h l i g h t s   l a k e r s l e b r o n h i g h l i g h t s   l a k e r s n e w s   l a k e r s r u m o r s   l a k e r s t r a d e r u m o r s   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   n b a   p a c i f i c d i v i s i o n   w e s t e r n c o n f e r e n c e  
k y l e   k u z m a   w e a r i n g   : 
 . 
 . 
 .     l o n g   s l e e v e   b u r g u n d y   c a r d i g a n   ( $ 1 1 0 0 ) 
 . 
 .     m u l t i c o l o r   k n i t   l o u n g e   p a n t s   ( $ 1 3 5 0 )   
 . 
 .     g o y a r d i n e   p m   a m b a s s a d e   y e l l o w   b r i e f c a s e   ( $ 2 7 9 5 ) 
 . 
 . 
 k y l e k u z m a   m a r n i   c a r d i g a n   m a r n i c a r d i g a n   g o y a r d   g o y a r d b a g   c l o t h e s   b a s k e t b a l l  
i n s a n e   e n d i n g !   m i a m i   h e a t   v s   w a s h i n g t o n   w i z a r d s   f i n a l   . . . 
   
 
   
 b a m a d e b a y o   b r a d l e y b e a l   e a s t e r n c o n f e r e n c e   h e a t f u l l g a m e   h e a t h i g h l i g h t s   h e a t w i z a r d s   j i m m y b u t l e r   k u z m a   k y l e k u z m a   k y l e l o w r y   m i a m i h e a t f u l l g a m e   m i a m i h e a t g a m e t o d a y   m i a m i h e a t h i g h l i g h t s  
⭐ ️   i t ’ s   t h a t   t i m e   o f   t h e   y e a r   a g a i n .   w h a t   y a l   t h i n k ?   k y l e k u z m a   s w e a t e r   n b a   t r e n d   e x p l o r e   f a s h i o n   t r e n d   s t y l e   r u n w a y   w a s h i n g t o n w i z a r d s  
n b a   c h a m p       w i l l   b e   l i v e   w i t h   u s   i n   d c   t h i s   t h u r s d a y   1 0 / 6     8   p m       ! !   
 
 a n y o n e   i n   t h e   d c   a r e a ,   c o m e   t h r u   f o r   a   s p e c i a l   s i t   d o w n ,   
 t i c k e t s   a l m o s t   s o l d   o u t !   
 i a a t o u r   k y l e k u z m a   w a s h i n g t o n w i z a r d s   
 
 g e t   y o u r   t i c k e t s   h e r e :    
l a k e r s   a l m o s t   c o m p l e t e d   h i e l d / t u r n e r   t r a d e ,   . . . 
   
 
   
 a n t h o n y d a v i s   k o b e b r y a n t   k y l e k u z m a   l a k e r s h i g h l i g h t s   l a k e r s l e b r o n h i g h l i g h t s   l a k e r s n e w s   l a k e r s r u m o r s   l a k e r s t r a d e r u m o r s   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   n b a   p a c i f i c d i v i s i o n   w e s t e r n c o n f e r e n c e  
k y l e   k u z m a   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y l e k u z m a   k y l e   k u z m a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
w e   a r e   l i v e   r i g h t   n o w   i n   r e v ' s   k i n g   f u s e ' s   l i t   h o u s e   ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m .   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t     l a m e l o b a l l   l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s   b r a d l e y b e a l   k y l e k u z m a   n b a  
l a k e r s   m a k e   d e c i s i o n   o n   r o b   p e l i n k a 
   
 
   
 a n t h o n y d a v i s   k o b e b r y a n t   k y l e k u z m a   l a k e r s h i g h l i g h t s   l a k e r s l e b r o n h i g h l i g h t s   l a k e r s n e w s   l a k e r s r u m o r s   l a k e r s t r a d e r u m o r s   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   n b a   p a c i f i c d i v i s i o n   w e s t e r n c o n f e r e n c e  
k y l e   k u z m a   w e a r i n g   : 
 . 
 . 
 .     l o n g   s l e e v e   b u r g u n d y   c a r d i g a n   ( $ 1 1 0 0 ) 
 . 
 .     m u l t i c o l o r   k n i t   l o u n g e   p a n t s   ( $ 1 3 5 0 )   
 . 
 .     g o y a r d i n e   p m   a m b a s s a d e   y e l l o w   b r i e f c a s e   ( $ 2 7 9 5 ) 
 . 
 . 
 k y l e k u z m a   m a r n i   c a r d i g a n   m a r n i c a r d i g a n   g o y a r d   g o y a r d b a g   c l o t h e s   b a s k e t b a l l  
i n s a n e   e n d i n g !   m i a m i   h e a t   v s   w a s h i n g t o n   w i z a r d s   f i n a l   . . . 
   
 
   
 b a m a d e b a y o   b r a d l e y b e a l   e a s t e r n c o n f e r e n c e   h e a t f u l l g a m e   h e a t h i g h l i g h t s   h e a t w i z a r d s   j i m m y b u t l e r   k u z m a   k y l e k u z m a   k y l e l o w r y   m i a m i h e a t f u l l g a m e   m i a m i h e a t g a m e t o d a y   m i a m i h e a t h i g h l i g h t s  
⭐ ️   i t ’ s   t h a t   t i m e   o f   t h e   y e a r   a g a i n .   w h a t   y a l   t h i n k ?   k y l e k u z m a   s w e a t e r   n b a   t r e n d   e x p l o r e   f a s h i o n   t r e n d   s t y l e   r u n w a y   w a s h i n g t o n w i z a r d s  
n b a   c h a m p       w i l l   b e   l i v e   w i t h   u s   i n   d c   t h i s   t h u r s d a y   1 0 / 6     8   p m       ! !   
 
 a n y o n e   i n   t h e   d c   a r e a ,   c o m e   t h r u   f o r   a   s p e c i a l   s i t   d o w n ,   
 t i c k e t s   a l m o s t   s o l d   o u t !   
 i a a t o u r   k y l e k u z m a   w a s h i n g t o n w i z a r d s   
 
 g e t   y o u r   t i c k e t s   h e r e :    
l a k e r s   a l m o s t   c o m p l e t e d   h i e l d / t u r n e r   t r a d e ,   . . . 
   
 
   
 a n t h o n y d a v i s   k o b e b r y a n t   k y l e k u z m a   l a k e r s h i g h l i g h t s   l a k e r s l e b r o n h i g h l i g h t s   l a k e r s n e w s   l a k e r s r u m o r s   l a k e r s t r a d e r u m o r s   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   n b a   p a c i f i c d i v i s i o n   w e s t e r n c o n f e r e n c e  
k y l e   k u z m a   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y l e k u z m a   k y l e   k u z m a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
k y l e   k u z m a   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y l e k u z m a   k y l e   k u z m a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [70], in <cell line: 1>()
      1 for id, tweets in tweets_df_Wizards1.items():
      2     for tweet in tweets:
----> 3         analysis = TextBlob(tweets_df_Wizards1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Wizards1 = tweets_df_Wizards1.append({
      5             'name': id,
      6             'text': tweets_df_Wizards1.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\textblob\blob.py:384, in BaseBlob.__init__(self, text, tokenizer, pos_tagger, np_extractor, analyzer, parser, classifier, clean_html)
    380 def __init__(self, text, tokenizer=None,
    381             pos_tagger=None, np_extractor=None, analyzer=None,
    382             parser=None, classifier=None, clean_html=False):
    383     if not isinstance(text, basestring):
--> 384         raise TypeError('The `text` argument passed to `__init__(text)` '
    385                         'must be a string, not {0}'.format(type(text)))
    386     if clean_html:
    387         raise NotImplementedError("clean_html has been deprecated. "
    388                                 "To remove HTML markup, use BeautifulSoup's "
    389                                 "get_text() function")

TypeError: The `text` argument passed to `__init__(text)` must be a string, not <class 'pandas.core.series.Series'>
In [71]:
for id, tweets in tweets_df_Wizards2.items():
    for tweet in tweets:
        analysis = SentimentIntensityAnalyzer(tweets_df_Wizards2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Wizards2 = tweets_df_Wizards2.append({
            'name': id,
            'text': tweets_df_Wizards2.text
        }, ignore_index=True)
i t   w a s   g o o d   s e e   y o u   a g a i n   i n   j a p a n . 
 _ 8 m u r a   🙌 
 
 r u i h a c h i m u r a   
 b l a c k s a m u r a i 
 n b a j a p a n g a m e s 2 0 2 2   
 n b a   
 w a s h i n g t o n w i z a r d s   
 f l y m a g a z i n e  
l a m e l o   b l o c k s   7 ’ 3   p o r z i g i s   ( l i a n g e l o   s c o r e s   i n   4 t h   p r e s e a s o n   g a m e )   h o r n e t s   v s   w i z a r d s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g e l o   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
🔴   w a s h i n g t o n   w i z a r d s   @   c h a r l o t t e   h o r n e t s   p r e s e a s o n   l i v e   w a t c h   p a   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e n b a   e a s t e r n c o n f e r e n c e   f a n r e a c t i o n   h o r n e t s f a n   h o r n e t s f a n s   l a m e l o b a l l   n b a   n b a f a n   n b a f a n c h a n n e l   s a m d r a c u l a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
j o h n   w a l l   2 0   p t s   3   a s t s   v s   w o l v e s   2 0 2 2   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
e n d e   b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 6 : 1 0 7   w a s h i n g t o n w i z a r d s   v s   c h a r l o t t e h o r n e t s   
 1 1 3 : 9 7   p h i l a d e l p h a 7 6 e r s   v s   c l e v e l a n d c a v a l i e r s   
 1 1 0 : 1 1 8   h o u s t o n r o c k e t s   v s   m i a m i h e a t   
 1 0 5   : 1 0 7   p h o e n i x s u n s   v s   d e n v e r n u g g e t s
w i z a r d s   a t   h o r n e t s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 4 3   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
[ a v a   w a l l a c e ]   w e s   u n s e l d   j r .   s a i d   h e   d o e s n ' t   t h i n k   p o r z i n g i s ' s   l e f t   a n k l e   s p r a i n   w i l l   b e   t o o   b a d .   s a i d   p o r z i n g i s   w a s   r e a d y   t o   c o m e   i n   f o r   t h e   s e c o n d   h a l f   b u t   n o   n e e d   t o   p u s h   i n   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
b r a d l e y   b e a l   e x i t s   h e a l t h   p r o t o c o l s ,   n o w   o u t   d a y - t o - d a y   ( n o n - c o v i d   i l l n e s s )   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
j o i n   t h e     n u m e d i a   s p a c e s   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n i c k r i c h a r d s   j a m e s b o u k n i g h t   b r y c e m c g o w e n s   w a s h i n g t o n w i z a r d s   w i z a r d s  
p r a y i n g   p o r z   i s   o k .   p l e a s e .   
 
 w a s h i n g t o n w i z a r d s
i   h a v e   a   l o t   o f   f a i t h   i n   c o a c h   w e s   u n s e l d .   l e t ’ s   g o   w i z a r d s   !   
 
 w a s h i n g t o n w i z a r d s
r u i   l o o k s   c o n f i d e n t   a n d   b e a s t .   
 
 w a s h i n g t o n w i z a r d s
w a s h i n g t o n   w i z a r d s :   i   h a v e   t o   b e   h o n e s t 
 
 w h e n   e a r l y   o c t o b e r   a r r i v e s ,   i   g e t   e x c i t e d   f o r   t h e   u p c o m i n g   w i z a r d s   s e a s o n .   f o r   t h e   m o s t   p a r t   i   a m   a n   o p t i m 
 
 
 
 b r a d l e y b e a l   k r i s t a p s p o r z i n g i s   e a s t e r n c o n f e r e n c e   w a s h i n g t o n w i z a r d s  
    s t i l l ,   a n d   w i l l   a l w a y s   b e ,   m y   p o i n t   g u a r d .   d c r i s i n g   w a s h i n g t o n w i z a r d s         w i l l   a l w a y s   b e   l o v e d   i n   d c .   g o   g e t   ‘ e m   y o u n g   c h a m p i o n .
b r a d l e y   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l s ,   o u t   f o r   t h e   m e a n t i m e   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
p r a c t i c e   p r e s s :   w e s   u n s e l d   j r .   a n d   k r i s t a p s   p o r z i n g i s 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
a n d   o n e :   w i l l   b a r t o n   e x c i t e d   f o r   c l o s e - t o - h o m e - c o m i n g   w i t h   w i z a r d s   |   n b c   s p o r t s   w a s h i n g t o n 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
h e r e   a r e   m y   3 ️ ⃣   r e a s o n s   i   b e l i e v e   t h e   w a s h i n g t o n   w i z a r d s   w i l l   f i n i s h   w i t h   u 3 5 . 5   w i n s ,   l i n e   b y       w a s h i n g t o n w i z a r d s   n b a t w i t t e r   g a m b l i n g t w i t t e r  
w h a t   w o u l d   a   d e a l   b e t w e e n   t h e   s a c r a m e n t o   . . . 
   
 
   
 a e w   b o x i n g   d l o k c   d a m i e n b a r l i n g   e a s t e r n c o n f e r e n c e   e s p n   e s p n 1 3 2 0   k e n n y c a r a w a y   n b a   n f l   s a c r a m e n t o k i n g s   s o u t h e a s t d i v i s i o n   s p o r t s   s p o r t s t a l k   s p o r t s t a l k r a d i o   w a s h i n g t o n w i z a r d s   w r e s t l i n g   w w e  
k r i s t a p s   p o r z i n g i s   a f t e r   w a s h i n g t o n   w i z a r d s   p r a c t i c e   1 0 / 9 / 2 0 2 2 
   
 
   
 e a s t e r n c o n f e r e n c e   h o o p d i s t r i c t   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
d a m n   b r a d . . .   h o w   m a n y   t i m e s   y o u   g o n n a   g e t   c o v i d ? ? 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
[ c h a r a n i a ]   w i z a r d s   s a y   b r a d l e y   b e a l   h a s   e n t e r e d   c o v i d - 1 9   h e a l t h   a n d   s a f e t y   p r o t o c o l s . 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
w a s h i n g t o n   w i z a r d s   v s   m i n n e s o t a   . . . 
   
 
   
 2 0 2 1 2 2 n b a s e a s o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   n b a s e a s o n   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s   w a s h i n g t o n w i z a r d s v s m i n n e s o t a t i m b e r w o l v e s 2 0 2 2  
w a s h i n g t o n   w i z a r d s - 2 0 2 2   p r e s e a s o n   r e p o r t   1 
   
 
   
 d a n i e l g a f f o r d   e a s t e r n c o n f e r e n c e   n b a   n b a p r e s e a s o n   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s   w e s u n s e l d j r  
p r o o f   t h a t   r u s s e l l   w e s t b r o o k   i s   a   g o o d   g u y !   s h o r t s   ( v i a   w a s h i n g t o n   w i z a r d s ) 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
c o r y   k i s p e r t   m a i n t a i n s   p o s i t i v e   v i b e s   i n   r e c o v e r y   f r o m   a n k l e   s p r a i n :   ‘ i   k n o w   i ’ l l   b e   b a c k   s o o n e r   r a t h e r   t h a n   l a t e r ’   c o r y k i s p e r t   w a s h i n g t o n w i z a r d s  
c o a c h   o n   t h e   c o v e r   o f   t h e   j o h n s   h o p k i n s   m a g a z i n e   🙌 🏽   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
w o r n   w i t h   g o o d   l u c k   a n d   l o n g e v i t y   🪶 
 
 r u i h a c h i m u r a   h a c h i m u r a   w a s h i n g t o n w i z a r d s   w a s h i n g t o n   w i z a r d s   d c a b o v e a l l   j u m p m a n   t e a m j o r d a n   a i r j o r d a n   j o r d a n 3 6   n b a   n b a d e s i g n   n b a a r t   s m s p o r t s  
p r a c t i c e   p r e s s :   w e s   u n s e l d   j r . ,   w i l l   b a r t o n ,   a n d   m o n t e   m o r r i s 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
b e s t   c h u c k l e   f a c t   f r o m   1 0 / 7 :   b r a d l e y   b e a l   h a s   a   r e a l   s h o t   a t   p a s s i n g   e l v i n   h a y e s   a s   t h e   w i z a r d s '   a l l - t i m e   l e a d i n g   s c o r e r   t h i s   s e a s o n . 
 
 m o r e   f u n   a n d   a   c h a n c e   a t   w i n n i n g   a   $ 1 0 0   g i f t   c a r d   t o d a y   & g t ;   
 
 p l a y c h u c k l e   n b a   w i z a r d s   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
c o a c h   o n   t h e   c o v e r   o f   t h e   j o h n s   h o p k i n s   m a g a z i n e   🙌 🏽 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
t h e   w i z a r d s   m i g h t   s u c k   s h o r t s 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
b r a d l e y   b e a l   g e t s   r e a l   o n   m a x   c o n t r a c t   s i g n i n g   w i t h   w a s h i n g t o n ,   a d m i t s   c o n s i d e r a t i o n   o n   o u t s i d e   o p t i o n s   a n d   t r a d e   r e q u e s t   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
w a s h i n g t o n w i z a r d s   w a s h i n g t o n w i z a r d s j e r s e y s   b u f f a l o b i l l s j e r s e y s   b r a d l e y b e a l   b r a d l e y b e a l j e r s e y s   c h i c a g o b u l l s     f o r   o n l y   2 1   d o l l a r s   i f   f o l l o w   m y   p a g e    
f o r g o t t e n   w a s h i n g t o n   w i z a r d s ?   s h o r t s 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
i   m i s s   j o h n : ( 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
w a s h i n g t o n   w i z a r d s :   4   s t o r y l i n e s   f r o m   m e d i a   d a y   2 0 2 2   -   f o r t y e i g h t m i n u t e s .   ⁦ ⁩   ⁦ ⁩   b y   y o u r s   t r u l y ,   ⁦ ⁩   d c a b o v e a l l   w a s h i n g t o n w i z a r d s   n b a  
n b a   j a p a n   g a m e s   |   w i z a r d s   x   n b a   c a r e s 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
v i c t o r   w e m b a n y m a   p o s t s   s e c o n d - s t r a i g h t   3 0 - p o i n t   g a m e 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
s h o p   d c a b o v e a l l   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   w a s h i n g t o n d c   w a s h i n g t o n d c   w a s h i n g t o n w i z a r d s   w i z a r d s   w i z a r d s u n i t e
w a s h i n g t o n w i z a r d s   1 6   c a r d   t e a m   l o t   w i z a r d s   
 
 $ 6   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
g e t   w e l l   s o o n   p o s t   s t o p   a n d   s a y   g e t   w e l l   s o o n   c o r e y   f o r   a   s p e e d y   r e c o v e r y   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
p r a c t i c e   p r e s s :   k y l e   k u z m a ,   d a n i e l   g a f f o r d ,   w e s   u n s e l d   j r . 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
g e t   w e l l   s o o n   p o s t   s t o p   a n d   s a y   g e t   w e l l   s o o n   c o r e y   f o r   a   s p e e d y   r e c o v e r y 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
d r a y m o n d g r e e n   d r o p s   h u g e   j a m e s w i s e m a n   e n d o r s e m e n t   a f t e r   s h i n i n g   p r e s e a s o n   d e b u t 
 
 m o r e   n e w s :   
 
 g o l d e n s t a t e w a r r i o r s   w a s h i n g t o n w i z a r d s   
         n b a   b a s k e t b a l l  
⭐ ️   i t ’ s   t h a t   t i m e   o f   t h e   y e a r   a g a i n .   w h a t   y a l   t h i n k ?   k y l e k u z m a   s w e a t e r   n b a   t r e n d   e x p l o r e   f a s h i o n   t r e n d   s t y l e   r u n w a y   w a s h i n g t o n w i z a r d s  
n b a   d e n v e r n u g g e t s   w a s h i n g t o n w i z a r d s   d e m a r c u s c o u s i n s   t h r e e   r e a s o n s   w h y   t h e   w a s h i n g t o n   w i z a r d s   a n d   f r e e   a g e n t   d e m a r c u s   c o u s i n s   a r e   a   g o o d   f i t  
w i z a r d s   g u a r d / f o r w a r d   c o r e y   k i s p e r t   w i l l   m i s s   a p p r o x i m a t e l y   4 - 6   w e e k s   d u e   t o   a   s p r a i n e d   l e f t   a n k l e .   
 
     t h e f o c u s t v   n b a   w a s h i n g t o n w i z a r d s   d c f a m i l y  
w e   s h o u l d ’ v e   d r a f t e d   4 5   y e a r   o l d   6 ’ 9   c e n t e r   t y t y   w a s h i n g t o n 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
g u y s ,   w a s h i n g t o n   w i z a r d s   a r e   u n d e r r a t e d   n b a   w a s h i n g t o n w i z a r d s
n b a   c h a m p       w i l l   b e   l i v e   w i t h   u s   i n   d c   t h i s   t h u r s d a y   1 0 / 6     8   p m       ! !   
 
 a n y o n e   i n   t h e   d c   a r e a ,   c o m e   t h r u   f o r   a   s p e c i a l   s i t   d o w n ,   
 t i c k e t s   a l m o s t   s o l d   o u t !   
 i a a t o u r   k y l e k u z m a   w a s h i n g t o n w i z a r d s   
 
 g e t   y o u r   t i c k e t s   h e r e :    
i n t e r e s t i n g _ a n i ,   4 3   💜 
 ➡ ️ c h a t   m i t   i n t e r e s t i n g _ a n i   💬 
 
 f r e i z e i t z e n t r u m   w a s h i n g t o n w i z a r d s   n u t t e l a c o o k i e s  
w i z a r d s   d r a f t   s i t u a t i o n   a s   a   m i d d l e   s e e d   t e a m   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s  
p o s t g a m e   p r e s s :   w a s   v s .   g s w   -   r u i   h a c h i m u r a ,   k r i s t a p s   p o z i n g i s   a n d   w e s   u n s e l d   j r .   ( s e p t e m b e r   2 ) 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
j o h n n y   d a v i s   m e d i a   d a y   p r e s s   c o n f e r e n c e   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
w i l l b a r t o n   b r i n g i n g   h i s 💧 t o   t h e   w a s h i n g t o n w i z a r d s   t h i s   s e a s o n   s t y l i n g   w h i l e   o u t   i n   j a p a n   i n   l o u i s v u i t t o n   s u n g l a s s e s   & a m p ;   s n e a k e r s ,   p a i r e d   w i t h   a n   e d h a r d y   s h i r t ,   a n d   a m i r i   j e a n s   f o r   h i s   f i r s t   p r e s e a s o n   g a m e   o f   t h e   y e a r .   p r o t r e n d i n g   s t y l e l i k e a p r o   n b a s t y l e 
 ( 📷   )  
k a r e e m   a b d u l - j a b b a r   e v i s c e r a t e s   k y r i e   i r v i n g 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
i   a m   c h o o s i n g   v i o l e n c e   t h i s   e v e n i n g   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
i   a m   c h o o s i n g   v i o l e n c e   t h i s   e v e n i n g 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
k r i s t a p s   p o r z i n g i s   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k r i s t a p s p o r z i n g i s   k r i s t a p s   p o r z i n g i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
r u i   h a c h i m u r a   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r u i h a c h i m u r a   r u i   h a c h i m u r a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s
j o r d a n   g o o d w i n   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o r d a n g o o d w i n   j o r d a n   g o o d w i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
w i z   s t a r   b e a l   e x i t s   p r o t o c o l s ,   s t i l l   o u t   v s .   h o r n e t s   w a s h i n g t o n   w i z a r d s   n b a  
w i l l   b a r t o n   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 w i l l b a r t o n   w i l l   b a r t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
k y l e   k u z m a   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y l e k u z m a   k y l e   k u z m a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
d a n i e l   g a f f o r d   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a n i e l g a f f o r d   d a n i e l   g a f f o r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s
l a m e l o   b a l l   a p p a r e n t l y   w e n t   d o w n   w i t h   a   l e f t   a n k l e   i n j u r y   v s .   t h e   w i z a r d s .   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
n o w -   t h e   w a s h i n g t o n   w i z a r d s   h a v e   b e c o m e   t h e   f i r s t   n a t i o n a l   b a s k e t b a l l   a s s o c i a t i o n   ( n b a )   f r a n c h i s e   t o   l a u n c h   a r a b i c - l a n g u a g e   s o c i a l   m e d i a   c h a n n e l s   d e d i c a t e d   t o   t h e i r   a r a b i c - s p e a k i n g   a u d i e n c e s .
p r a c t i c e   p r e s s :   w e s   u n s e l d   j r .   a n d   k r i s t a p s   p o r z i n g i s   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
w i z a r d s '   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l s   w a s h i n g t o n   w i z a r d s   n b a  
n b a :   3   t e a m s   p o i s e d   f o r   a   m e m p h i s - s t y l e   s u r g e   t h i s   s e a s o n 
 
 
 
 n b a   m e m p h i s   g r i z z l i e s   g r i n d c i t y   m f f l   w a s h i n g t o n   w i z a r d s   r e p t h e d i s t r i c t   w e t h e n o r t h   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
r u m o r s :   k y l e   k u z m a   a v a i l a b l e :   c o u l d   m a v e r i c k s   a c q u i r e   t h e   w i z a r d s   f o r w a r d ? 
 
 
 
 n b a   m f f l   d a l l a s   m a v e r i c k s   w a s h i n g t o n   w i z a r d s   r e p t h e d i s t r i c t   w e t h e n o r t h   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
d o   w e   b u y   t h e   r u i   h a c h i m u r a   h y p e   c o m i n g   f r o m   t h e   w a s h i n g t o n   w i z a r d s ? 
 
 
 
 n b a   w a s h i n g t o n   w i z a r d s   r e p t h e d i s t r i c t   j a p a n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   r e d e e m t e a m   u s a   m f f l   b u l l s n a t i o n
c o a c h   o n   t h e   c o v e r   o f   t h e   j o h n s   h o p k i n s   m a g a z i n e   🙌 🏽   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
w o r n   w i t h   g o o d   l u c k   a n d   l o n g e v i t y   🪶 
 
 r u i h a c h i m u r a   h a c h i m u r a   w a s h i n g t o n w i z a r d s   w a s h i n g t o n   w i z a r d s   d c a b o v e a l l   j u m p m a n   t e a m j o r d a n   a i r j o r d a n   j o r d a n 3 6   n b a   n b a d e s i g n   n b a a r t   s m s p o r t s  
c a n   j o h n   w a l l   b e   t h e   a n s w e r   t h e   l a   c l i p p e r s   h a v e   b e e n   s e a r c h i n g   f o r ? 
 
 
 
 n b a   c l i p p e r n a t i o n   c l i p p e r s   l o s a n g e l e s   w a s h i n g t o n   w i z a r d s   h o u s t o n   r o c k e t s   o n e m i s s i o n   n b a 2 k 2 3     n b a p r e s e a s o n   l a k e s h o w   l a k e r s   h e a t t w i t t e r   f e a r t h e d e e r   w e a r e t h e v a l l e y   m f f l
o f f   t h e   b e n c h :   r i p   h a m i l t o n   o n   h i s   w i z a r d s   c a r e e r ,   b e s t   p l a y o f f   m e m o r i e s   a n d   m i m i c k i n g   m j   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
w h y   p o r z i n g i s   w i l l   r e g a i n   h i s   u n i c o r n   s t a t u s   w i t h   t h e   w a s h i n g t o n   w i z a r d s 
 
 
 
 n b a   w a s h i n g t o n   w i z a r d s   r e p t h e d i s t r i c t   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   m f f l   d a l l a s   m a v e r i c k s   l a k e s h o w   l a k e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a i n a b u d h a b i   d u b n a t i o n
p r a c t i c e   p r e s s :   w e s   u n s e l d   j r . ,   c o r e y   k i s p e r t ,   j o h n n y   d a v i s ,   m a r c i n   g o r t a t   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
t h e     h a v e   o n e   o f   t h e   s t r a n g e s t   r o s t e r s   i   c a n   r e m e m b e r .   a   w e i r d   m i x   o f   v e t e r a n s   a n d   y o u n g   g u y s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 m y   t h o u g h t s   h e r e :   
 
 w i z a r d s   n b a   n b a p r e s e a s o n   b r a d l e y b e a l   r u i h a c h i m u r a   d e n i a v d i j a   k r i s t a p s p o r z i n g i s   w a s h i n g t o n  
n b a   j a p a n   g a m e s :   h e d g e h o g   c a f e s ,   c a f f e i n e   & a m p ;   k o b e   b e e f   ️     |   n b a   o n   e s p n   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
g e t   w e l l   s o o n   p o s t   s t o p   a n d   s a y   g e t   w e l l   s o o n   c o r e y   f o r   a   s p e e d y   r e c o v e r y   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
p r a c t i c e   p r e s s :   k y l e   k u z m a ,   d a n i e l   g a f f o r d ,   w e s   u n s e l d   j r .   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
w i z a r d s '   k i s p e r t   o u t   4 - 6   w e e k s   w i t h   a n k l e   i n j u r y   w a s h i n g t o n   w i z a r d s   n b a  
a f t e r   t h a   f o l l o w   t h r u : " c o m m a n d e r s   & a m p ;   w i z a r d s "   o n   y o u t u b e   s h a w d y   w a s h i n g t o n c o m m a n d e r s   w a s h i n g t o n   w i z a r d s  
3   t a k e a w a y s   f r o m   g a m e   2   o f   t h e   p r e s e a s o n   f o r   t h e   w a s h i n g t o n   w i z a r d s 
 
 
 
 n b a   w a s h i n g t o n   w i z a r d s   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   l a k e s h o w   l a k e r s   b l e e d g r e e n   m a g i c a b o v e a l l
w i z a r d s   d r a f t   s i t u a t i o n   a s   a   m i d d l e   s e e d   t e a m   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s  
w i z a r d s   g i f t e d   p o r t r a i t s   b y   j a p a n e s e   a r t i s t   m q   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
j o h n n y   d a v i s   m e d i a   d a y   p r e s s   c o n f e r e n c e   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
g o l d e n   s t a t e   w a r r i o r s   t a k e   o n   j a p a n :   b i g g e s t   t a k e a w a y s ? !       |   n b a   t o d a y   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
i   a m   c h o o s i n g   v i o l e n c e   t h i s   e v e n i n g   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
k r i s t a p s   p o r z i n g i s   h i g h l i g h t s   -   w a r r i o r s   v s .   w i z a r d s   -   3 r d   o c t   2 0 2 2 
 
 
 n b a   k r i s t a p s   p o r z i n g i s   g s w   w a s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   g o l d e n s t a t e   w a r r i o r s   w a s h i n g t o n   w i z a r d s
i t   w a s   g o o d   s e e   y o u   a g a i n   i n   j a p a n . 
 _ 8 m u r a   🙌 
 
 r u i h a c h i m u r a   
 b l a c k s a m u r a i 
 n b a j a p a n g a m e s 2 0 2 2   
 n b a   
 w a s h i n g t o n w i z a r d s   
 f l y m a g a z i n e  
l a m e l o   b l o c k s   7 ’ 3   p o r z i g i s   ( l i a n g e l o   s c o r e s   i n   4 t h   p r e s e a s o n   g a m e )   h o r n e t s   v s   w i z a r d s 
   
 
   
 c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   g e l o   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
🔴   w a s h i n g t o n   w i z a r d s   @   c h a r l o t t e   h o r n e t s   p r e s e a s o n   l i v e   w a t c h   p a   . . . 
   
 
   
 c h a r l o t t e h o r n e t s   c h a r l o t t e n b a   e a s t e r n c o n f e r e n c e   f a n r e a c t i o n   h o r n e t s f a n   h o r n e t s f a n s   l a m e l o b a l l   n b a   n b a f a n   n b a f a n c h a n n e l   s a m d r a c u l a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
j o h n   w a l l   2 0   p t s   3   a s t s   v s   w o l v e s   2 0 2 2   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
e n d e   b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 6 : 1 0 7   w a s h i n g t o n w i z a r d s   v s   c h a r l o t t e h o r n e t s   
 1 1 3 : 9 7   p h i l a d e l p h a 7 6 e r s   v s   c l e v e l a n d c a v a l i e r s   
 1 1 0 : 1 1 8   h o u s t o n r o c k e t s   v s   m i a m i h e a t   
 1 0 5   : 1 0 7   p h o e n i x s u n s   v s   d e n v e r n u g g e t s
w i z a r d s   a t   h o r n e t s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 4 3   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
[ a v a   w a l l a c e ]   w e s   u n s e l d   j r .   s a i d   h e   d o e s n ' t   t h i n k   p o r z i n g i s ' s   l e f t   a n k l e   s p r a i n   w i l l   b e   t o o   b a d .   s a i d   p o r z i n g i s   w a s   r e a d y   t o   c o m e   i n   f o r   t h e   s e c o n d   h a l f   b u t   n o   n e e d   t o   p u s h   i n   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
b r a d l e y   b e a l   e x i t s   h e a l t h   p r o t o c o l s ,   n o w   o u t   d a y - t o - d a y   ( n o n - c o v i d   i l l n e s s )   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
j o i n   t h e     n u m e d i a   s p a c e s   ‼ ️   c h a r l o t t e h o r n e t s   h o r n e t s   l a m e l o b a l l   l i a n g e l o b a l l   n i c k r i c h a r d s   j a m e s b o u k n i g h t   b r y c e m c g o w e n s   w a s h i n g t o n w i z a r d s   w i z a r d s  
p r a y i n g   p o r z   i s   o k .   p l e a s e .   
 
 w a s h i n g t o n w i z a r d s
i   h a v e   a   l o t   o f   f a i t h   i n   c o a c h   w e s   u n s e l d .   l e t ’ s   g o   w i z a r d s   !   
 
 w a s h i n g t o n w i z a r d s
r u i   l o o k s   c o n f i d e n t   a n d   b e a s t .   
 
 w a s h i n g t o n w i z a r d s
w a s h i n g t o n   w i z a r d s :   i   h a v e   t o   b e   h o n e s t 
 
 w h e n   e a r l y   o c t o b e r   a r r i v e s ,   i   g e t   e x c i t e d   f o r   t h e   u p c o m i n g   w i z a r d s   s e a s o n .   f o r   t h e   m o s t   p a r t   i   a m   a n   o p t i m 
 
 
 
 b r a d l e y b e a l   k r i s t a p s p o r z i n g i s   e a s t e r n c o n f e r e n c e   w a s h i n g t o n w i z a r d s  
    s t i l l ,   a n d   w i l l   a l w a y s   b e ,   m y   p o i n t   g u a r d .   d c r i s i n g   w a s h i n g t o n w i z a r d s         w i l l   a l w a y s   b e   l o v e d   i n   d c .   g o   g e t   ‘ e m   y o u n g   c h a m p i o n .
b r a d l e y   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l s ,   o u t   f o r   t h e   m e a n t i m e   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
p r a c t i c e   p r e s s :   w e s   u n s e l d   j r .   a n d   k r i s t a p s   p o r z i n g i s 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
a n d   o n e :   w i l l   b a r t o n   e x c i t e d   f o r   c l o s e - t o - h o m e - c o m i n g   w i t h   w i z a r d s   |   n b c   s p o r t s   w a s h i n g t o n 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
h e r e   a r e   m y   3 ️ ⃣   r e a s o n s   i   b e l i e v e   t h e   w a s h i n g t o n   w i z a r d s   w i l l   f i n i s h   w i t h   u 3 5 . 5   w i n s ,   l i n e   b y       w a s h i n g t o n w i z a r d s   n b a t w i t t e r   g a m b l i n g t w i t t e r  
w h a t   w o u l d   a   d e a l   b e t w e e n   t h e   s a c r a m e n t o   . . . 
   
 
   
 a e w   b o x i n g   d l o k c   d a m i e n b a r l i n g   e a s t e r n c o n f e r e n c e   e s p n   e s p n 1 3 2 0   k e n n y c a r a w a y   n b a   n f l   s a c r a m e n t o k i n g s   s o u t h e a s t d i v i s i o n   s p o r t s   s p o r t s t a l k   s p o r t s t a l k r a d i o   w a s h i n g t o n w i z a r d s   w r e s t l i n g   w w e  
k r i s t a p s   p o r z i n g i s   a f t e r   w a s h i n g t o n   w i z a r d s   p r a c t i c e   1 0 / 9 / 2 0 2 2 
   
 
   
 e a s t e r n c o n f e r e n c e   h o o p d i s t r i c t   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
d a m n   b r a d . . .   h o w   m a n y   t i m e s   y o u   g o n n a   g e t   c o v i d ? ? 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
[ c h a r a n i a ]   w i z a r d s   s a y   b r a d l e y   b e a l   h a s   e n t e r e d   c o v i d - 1 9   h e a l t h   a n d   s a f e t y   p r o t o c o l s . 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
w a s h i n g t o n   w i z a r d s   v s   m i n n e s o t a   . . . 
   
 
   
 2 0 2 1 2 2 n b a s e a s o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a h i g h l i g h t s   n b a s e a s o n   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s   w a s h i n g t o n w i z a r d s v s m i n n e s o t a t i m b e r w o l v e s 2 0 2 2  
w a s h i n g t o n   w i z a r d s - 2 0 2 2   p r e s e a s o n   r e p o r t   1 
   
 
   
 d a n i e l g a f f o r d   e a s t e r n c o n f e r e n c e   n b a   n b a p r e s e a s o n   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s   w e s u n s e l d j r  
p r o o f   t h a t   r u s s e l l   w e s t b r o o k   i s   a   g o o d   g u y !   s h o r t s   ( v i a   w a s h i n g t o n   w i z a r d s ) 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
c o r y   k i s p e r t   m a i n t a i n s   p o s i t i v e   v i b e s   i n   r e c o v e r y   f r o m   a n k l e   s p r a i n :   ‘ i   k n o w   i ’ l l   b e   b a c k   s o o n e r   r a t h e r   t h a n   l a t e r ’   c o r y k i s p e r t   w a s h i n g t o n w i z a r d s  
c o a c h   o n   t h e   c o v e r   o f   t h e   j o h n s   h o p k i n s   m a g a z i n e   🙌 🏽   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
w o r n   w i t h   g o o d   l u c k   a n d   l o n g e v i t y   🪶 
 
 r u i h a c h i m u r a   h a c h i m u r a   w a s h i n g t o n w i z a r d s   w a s h i n g t o n   w i z a r d s   d c a b o v e a l l   j u m p m a n   t e a m j o r d a n   a i r j o r d a n   j o r d a n 3 6   n b a   n b a d e s i g n   n b a a r t   s m s p o r t s  
p r a c t i c e   p r e s s :   w e s   u n s e l d   j r . ,   w i l l   b a r t o n ,   a n d   m o n t e   m o r r i s 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
b e s t   c h u c k l e   f a c t   f r o m   1 0 / 7 :   b r a d l e y   b e a l   h a s   a   r e a l   s h o t   a t   p a s s i n g   e l v i n   h a y e s   a s   t h e   w i z a r d s '   a l l - t i m e   l e a d i n g   s c o r e r   t h i s   s e a s o n . 
 
 m o r e   f u n   a n d   a   c h a n c e   a t   w i n n i n g   a   $ 1 0 0   g i f t   c a r d   t o d a y   & g t ;   
 
 p l a y c h u c k l e   n b a   w i z a r d s   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
c o a c h   o n   t h e   c o v e r   o f   t h e   j o h n s   h o p k i n s   m a g a z i n e   🙌 🏽 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
t h e   w i z a r d s   m i g h t   s u c k   s h o r t s 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
b r a d l e y   b e a l   g e t s   r e a l   o n   m a x   c o n t r a c t   s i g n i n g   w i t h   w a s h i n g t o n ,   a d m i t s   c o n s i d e r a t i o n   o n   o u t s i d e   o p t i o n s   a n d   t r a d e   r e q u e s t   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
w a s h i n g t o n w i z a r d s   w a s h i n g t o n w i z a r d s j e r s e y s   b u f f a l o b i l l s j e r s e y s   b r a d l e y b e a l   b r a d l e y b e a l j e r s e y s   c h i c a g o b u l l s     f o r   o n l y   2 1   d o l l a r s   i f   f o l l o w   m y   p a g e    
f o r g o t t e n   w a s h i n g t o n   w i z a r d s ?   s h o r t s 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
i   m i s s   j o h n : ( 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
w a s h i n g t o n   w i z a r d s :   4   s t o r y l i n e s   f r o m   m e d i a   d a y   2 0 2 2   -   f o r t y e i g h t m i n u t e s .   ⁦ ⁩   ⁦ ⁩   b y   y o u r s   t r u l y ,   ⁦ ⁩   d c a b o v e a l l   w a s h i n g t o n w i z a r d s   n b a  
n b a   j a p a n   g a m e s   |   w i z a r d s   x   n b a   c a r e s 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
v i c t o r   w e m b a n y m a   p o s t s   s e c o n d - s t r a i g h t   3 0 - p o i n t   g a m e 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
s h o p   d c a b o v e a l l   f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   w a s h i n g t o n d c   w a s h i n g t o n d c   w a s h i n g t o n w i z a r d s   w i z a r d s   w i z a r d s u n i t e
w a s h i n g t o n w i z a r d s   1 6   c a r d   t e a m   l o t   w i z a r d s   
 
 $ 6   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
g e t   w e l l   s o o n   p o s t   s t o p   a n d   s a y   g e t   w e l l   s o o n   c o r e y   f o r   a   s p e e d y   r e c o v e r y   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
p r a c t i c e   p r e s s :   k y l e   k u z m a ,   d a n i e l   g a f f o r d ,   w e s   u n s e l d   j r . 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
g e t   w e l l   s o o n   p o s t   s t o p   a n d   s a y   g e t   w e l l   s o o n   c o r e y   f o r   a   s p e e d y   r e c o v e r y 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
d r a y m o n d g r e e n   d r o p s   h u g e   j a m e s w i s e m a n   e n d o r s e m e n t   a f t e r   s h i n i n g   p r e s e a s o n   d e b u t 
 
 m o r e   n e w s :   
 
 g o l d e n s t a t e w a r r i o r s   w a s h i n g t o n w i z a r d s   
         n b a   b a s k e t b a l l  
⭐ ️   i t ’ s   t h a t   t i m e   o f   t h e   y e a r   a g a i n .   w h a t   y a l   t h i n k ?   k y l e k u z m a   s w e a t e r   n b a   t r e n d   e x p l o r e   f a s h i o n   t r e n d   s t y l e   r u n w a y   w a s h i n g t o n w i z a r d s  
n b a   d e n v e r n u g g e t s   w a s h i n g t o n w i z a r d s   d e m a r c u s c o u s i n s   t h r e e   r e a s o n s   w h y   t h e   w a s h i n g t o n   w i z a r d s   a n d   f r e e   a g e n t   d e m a r c u s   c o u s i n s   a r e   a   g o o d   f i t  
w i z a r d s   g u a r d / f o r w a r d   c o r e y   k i s p e r t   w i l l   m i s s   a p p r o x i m a t e l y   4 - 6   w e e k s   d u e   t o   a   s p r a i n e d   l e f t   a n k l e .   
 
     t h e f o c u s t v   n b a   w a s h i n g t o n w i z a r d s   d c f a m i l y  
w e   s h o u l d ’ v e   d r a f t e d   4 5   y e a r   o l d   6 ’ 9   c e n t e r   t y t y   w a s h i n g t o n 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
g u y s ,   w a s h i n g t o n   w i z a r d s   a r e   u n d e r r a t e d   n b a   w a s h i n g t o n w i z a r d s
n b a   c h a m p       w i l l   b e   l i v e   w i t h   u s   i n   d c   t h i s   t h u r s d a y   1 0 / 6     8   p m       ! !   
 
 a n y o n e   i n   t h e   d c   a r e a ,   c o m e   t h r u   f o r   a   s p e c i a l   s i t   d o w n ,   
 t i c k e t s   a l m o s t   s o l d   o u t !   
 i a a t o u r   k y l e k u z m a   w a s h i n g t o n w i z a r d s   
 
 g e t   y o u r   t i c k e t s   h e r e :    
i n t e r e s t i n g _ a n i ,   4 3   💜 
 ➡ ️ c h a t   m i t   i n t e r e s t i n g _ a n i   💬 
 
 f r e i z e i t z e n t r u m   w a s h i n g t o n w i z a r d s   n u t t e l a c o o k i e s  
w i z a r d s   d r a f t   s i t u a t i o n   a s   a   m i d d l e   s e e d   t e a m   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s  
p o s t g a m e   p r e s s :   w a s   v s .   g s w   -   r u i   h a c h i m u r a ,   k r i s t a p s   p o z i n g i s   a n d   w e s   u n s e l d   j r .   ( s e p t e m b e r   2 ) 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   n b a   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
j o h n n y   d a v i s   m e d i a   d a y   p r e s s   c o n f e r e n c e   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
w i l l b a r t o n   b r i n g i n g   h i s 💧 t o   t h e   w a s h i n g t o n w i z a r d s   t h i s   s e a s o n   s t y l i n g   w h i l e   o u t   i n   j a p a n   i n   l o u i s v u i t t o n   s u n g l a s s e s   & a m p ;   s n e a k e r s ,   p a i r e d   w i t h   a n   e d h a r d y   s h i r t ,   a n d   a m i r i   j e a n s   f o r   h i s   f i r s t   p r e s e a s o n   g a m e   o f   t h e   y e a r .   p r o t r e n d i n g   s t y l e l i k e a p r o   n b a s t y l e 
 ( 📷   )  
k a r e e m   a b d u l - j a b b a r   e v i s c e r a t e s   k y r i e   i r v i n g 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
i   a m   c h o o s i n g   v i o l e n c e   t h i s   e v e n i n g   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
i   a m   c h o o s i n g   v i o l e n c e   t h i s   e v e n i n g 
   
 
   
 e a s t e r n c o n f e r e n c e   s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
k r i s t a p s   p o r z i n g i s   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k r i s t a p s p o r z i n g i s   k r i s t a p s   p o r z i n g i s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
p o s t   g a m e   t h r e a d :   t h e   w a s h i n g t o n   w i z a r d s   d e f e a t   t h e   c h a r l o t t e   h o r n e t s   1 1 6 - 1 0 7   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n w i z a r d s  
r u i   h a c h i m u r a   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 r u i h a c h i m u r a   r u i   h a c h i m u r a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s
j o r d a n   g o o d w i n   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j o r d a n g o o d w i n   j o r d a n   g o o d w i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
w a s h i n g t o n   w i z a r d s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
w i z   s t a r   b e a l   e x i t s   p r o t o c o l s ,   s t i l l   o u t   v s .   h o r n e t s   w a s h i n g t o n   w i z a r d s   n b a  
w i l l   b a r t o n   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 w i l l b a r t o n   w i l l   b a r t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
k y l e   k u z m a   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y l e k u z m a   k y l e   k u z m a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
d a n i e l   g a f f o r d   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d a n i e l g a f f o r d   d a n i e l   g a f f o r d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s
l a m e l o   b a l l   a p p a r e n t l y   w e n t   d o w n   w i t h   a   l e f t   a n k l e   i n j u r y   v s .   t h e   w i z a r d s .   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
n o w -   t h e   w a s h i n g t o n   w i z a r d s   h a v e   b e c o m e   t h e   f i r s t   n a t i o n a l   b a s k e t b a l l   a s s o c i a t i o n   ( n b a )   f r a n c h i s e   t o   l a u n c h   a r a b i c - l a n g u a g e   s o c i a l   m e d i a   c h a n n e l s   d e d i c a t e d   t o   t h e i r   a r a b i c - s p e a k i n g   a u d i e n c e s .
p r a c t i c e   p r e s s :   w e s   u n s e l d   j r .   a n d   k r i s t a p s   p o r z i n g i s   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
w i z a r d s '   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l s   w a s h i n g t o n   w i z a r d s   n b a  
n b a :   3   t e a m s   p o i s e d   f o r   a   m e m p h i s - s t y l e   s u r g e   t h i s   s e a s o n 
 
 
 
 n b a   m e m p h i s   g r i z z l i e s   g r i n d c i t y   m f f l   w a s h i n g t o n   w i z a r d s   r e p t h e d i s t r i c t   w e t h e n o r t h   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
r u m o r s :   k y l e   k u z m a   a v a i l a b l e :   c o u l d   m a v e r i c k s   a c q u i r e   t h e   w i z a r d s   f o r w a r d ? 
 
 
 
 n b a   m f f l   d a l l a s   m a v e r i c k s   w a s h i n g t o n   w i z a r d s   r e p t h e d i s t r i c t   w e t h e n o r t h   n e w y o r k f o r e v e r   h e a t n a t i o n   h e a t t w i t t e r     l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   s u n s
d o   w e   b u y   t h e   r u i   h a c h i m u r a   h y p e   c o m i n g   f r o m   t h e   w a s h i n g t o n   w i z a r d s ? 
 
 
 
 n b a   w a s h i n g t o n   w i z a r d s   r e p t h e d i s t r i c t   j a p a n   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3 m y t e a m   n b a i n a b u d h a b i   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   r e d e e m t e a m   u s a   m f f l   b u l l s n a t i o n
c o a c h   o n   t h e   c o v e r   o f   t h e   j o h n s   h o p k i n s   m a g a z i n e   🙌 🏽   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
w o r n   w i t h   g o o d   l u c k   a n d   l o n g e v i t y   🪶 
 
 r u i h a c h i m u r a   h a c h i m u r a   w a s h i n g t o n w i z a r d s   w a s h i n g t o n   w i z a r d s   d c a b o v e a l l   j u m p m a n   t e a m j o r d a n   a i r j o r d a n   j o r d a n 3 6   n b a   n b a d e s i g n   n b a a r t   s m s p o r t s  
c a n   j o h n   w a l l   b e   t h e   a n s w e r   t h e   l a   c l i p p e r s   h a v e   b e e n   s e a r c h i n g   f o r ? 
 
 
 
 n b a   c l i p p e r n a t i o n   c l i p p e r s   l o s a n g e l e s   w a s h i n g t o n   w i z a r d s   h o u s t o n   r o c k e t s   o n e m i s s i o n   n b a 2 k 2 3     n b a p r e s e a s o n   l a k e s h o w   l a k e r s   h e a t t w i t t e r   f e a r t h e d e e r   w e a r e t h e v a l l e y   m f f l
o f f   t h e   b e n c h :   r i p   h a m i l t o n   o n   h i s   w i z a r d s   c a r e e r ,   b e s t   p l a y o f f   m e m o r i e s   a n d   m i m i c k i n g   m j   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
w h y   p o r z i n g i s   w i l l   r e g a i n   h i s   u n i c o r n   s t a t u s   w i t h   t h e   w a s h i n g t o n   w i z a r d s 
 
 
 
 n b a   w a s h i n g t o n   w i z a r d s   r e p t h e d i s t r i c t   k n i c k s   n e w y o r k f o r e v e r   n e w y o r k   m f f l   d a l l a s   m a v e r i c k s   l a k e s h o w   l a k e r s   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a i n a b u d h a b i   d u b n a t i o n
p r a c t i c e   p r e s s :   w e s   u n s e l d   j r . ,   c o r e y   k i s p e r t ,   j o h n n y   d a v i s ,   m a r c i n   g o r t a t   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
t h e     h a v e   o n e   o f   t h e   s t r a n g e s t   r o s t e r s   i   c a n   r e m e m b e r .   a   w e i r d   m i x   o f   v e t e r a n s   a n d   y o u n g   g u y s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 m y   t h o u g h t s   h e r e :   
 
 w i z a r d s   n b a   n b a p r e s e a s o n   b r a d l e y b e a l   r u i h a c h i m u r a   d e n i a v d i j a   k r i s t a p s p o r z i n g i s   w a s h i n g t o n  
n b a   j a p a n   g a m e s :   h e d g e h o g   c a f e s ,   c a f f e i n e   & a m p ;   k o b e   b e e f   ️     |   n b a   o n   e s p n   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
g e t   w e l l   s o o n   p o s t   s t o p   a n d   s a y   g e t   w e l l   s o o n   c o r e y   f o r   a   s p e e d y   r e c o v e r y   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
p r a c t i c e   p r e s s :   k y l e   k u z m a ,   d a n i e l   g a f f o r d ,   w e s   u n s e l d   j r .   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
w i z a r d s '   k i s p e r t   o u t   4 - 6   w e e k s   w i t h   a n k l e   i n j u r y   w a s h i n g t o n   w i z a r d s   n b a  
a f t e r   t h a   f o l l o w   t h r u : " c o m m a n d e r s   & a m p ;   w i z a r d s "   o n   y o u t u b e   s h a w d y   w a s h i n g t o n c o m m a n d e r s   w a s h i n g t o n   w i z a r d s  
3   t a k e a w a y s   f r o m   g a m e   2   o f   t h e   p r e s e a s o n   f o r   t h e   w a s h i n g t o n   w i z a r d s 
 
 
 
 n b a   w a s h i n g t o n   w i z a r d s   t r u e t o a t l a n t a   g o s p u r s g o   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k   n b a m e d i a d a y   n b a 2 k 2 3   m f f l   d a l l a s   f e a r t h e d e e r   l a k e s h o w   l a k e r s   b l e e d g r e e n   m a g i c a b o v e a l l
w i z a r d s   d r a f t   s i t u a t i o n   a s   a   m i d d l e   s e e d   t e a m   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s  
w i z a r d s   g i f t e d   p o r t r a i t s   b y   j a p a n e s e   a r t i s t   m q   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
j o h n n y   d a v i s   m e d i a   d a y   p r e s s   c o n f e r e n c e   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
g o l d e n   s t a t e   w a r r i o r s   t a k e   o n   j a p a n :   b i g g e s t   t a k e a w a y s ? !       |   n b a   t o d a y   w a s h i n g t o n   w i z a r d s   n b a   v i d e o :  
i   a m   c h o o s i n g   v i o l e n c e   t h i s   e v e n i n g   
   
 
   
 b a s k e t b a l l   d c   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n   w a s h i n g t o n   w a s h i n g t o n w i z a r d s   w i z a r d s  
k r i s t a p s   p o r z i n g i s   h i g h l i g h t s   -   w a r r i o r s   v s .   w i z a r d s   -   3 r d   o c t   2 0 2 2 
 
 
 n b a   k r i s t a p s   p o r z i n g i s   g s w   w a s   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   g o l d e n s t a t e   w a r r i o r s   w a s h i n g t o n   w i z a r d s
b r a d l e y   b e a l   e x i t s   h e a l t h   p r o t o c o l s ,   n o w   o u t   d a y - t o - d a y   ( n o n - c o v i d   i l l n e s s )   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
w e   a r e   l i v e   r i g h t   n o w   i n   r e v ' s   k i n g   f u s e ' s   l i t   h o u s e   ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m .   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t     l a m e l o b a l l   l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s   b r a d l e y b e a l   k y l e k u z m a   n b a  
w a s h i n g t o n   w i z a r d s :   i   h a v e   t o   b e   h o n e s t 
 
 w h e n   e a r l y   o c t o b e r   a r r i v e s ,   i   g e t   e x c i t e d   f o r   t h e   u p c o m i n g   w i z a r d s   s e a s o n .   f o r   t h e   m o s t   p a r t   i   a m   a n   o p t i m 
 
 
 
 b r a d l e y b e a l   k r i s t a p s p o r z i n g i s   e a s t e r n c o n f e r e n c e   w a s h i n g t o n w i z a r d s  
b r a d l e y   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l s ,   o u t   f o r   t h e   m e a n t i m e   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
w i z a r d s   s t a r   b r a d l e y   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l s   
   b r a d l e y b e a l
b r a d l e y   b e a l   o n   s t e p h e n   c u r r y & a m p ; 3 9 ; s   . . . 
   
 
   
 b r a d l e y b e a l   b r a d l e y b e a l i n t e r v i e w   b r a d l e y b e a l j j r e d i c k   b r a d l e y b e a l p o d c a s t   b r a d l e y b e a l w i z a r d s   d a m i a n l i l l a r d   d r a y m o n d g r e e n   d r a y m o n d g r e e n p o d c a s t   e s p n   f i r s t t a k e   g o l d e n s t a t e w a r r i o r s   j j p o d c a s t   j j r e d i c k  
w i z a r d s '   b r a d l e y   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l   b r a d l e y b e a l   n b a 
   w a s h w i z a r d s    
b r a d l e y   b e a l   e n t e r s   p r o t o c o l s ,   o u t   m o n d a y     b r a d l e y b e a l   f a n t a s y b a s k e t b a l l
b e s t   c h u c k l e   f a c t   f r o m   1 0 / 7 :   b r a d l e y   b e a l   h a s   a   r e a l   s h o t   a t   p a s s i n g   e l v i n   h a y e s   a s   t h e   w i z a r d s '   a l l - t i m e   l e a d i n g   s c o r e r   t h i s   s e a s o n . 
 
 m o r e   f u n   a n d   a   c h a n c e   a t   w i n n i n g   a   $ 1 0 0   g i f t   c a r d   t o d a y   & g t ;   
 
 p l a y c h u c k l e   n b a   w i z a r d s   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
b r a d l e y   b e a l   g e t s   r e a l   o n   m a x   c o n t r a c t   s i g n i n g   w i t h   w a s h i n g t o n ,   a d m i t s   c o n s i d e r a t i o n   o n   o u t s i d e   o p t i o n s   a n d   t r a d e   r e q u e s t   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
w a s h i n g t o n w i z a r d s   w a s h i n g t o n w i z a r d s j e r s e y s   b u f f a l o b i l l s j e r s e y s   b r a d l e y b e a l   b r a d l e y b e a l j e r s e y s   c h i c a g o b u l l s     f o r   o n l y   2 1   d o l l a r s   i f   f o l l o w   m y   p a g e    
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
i n s a n e   e n d i n g !   m i a m i   h e a t   v s   w a s h i n g t o n   w i z a r d s   f i n a l   . . . 
   
 
   
 b a m a d e b a y o   b r a d l e y b e a l   e a s t e r n c o n f e r e n c e   h e a t f u l l g a m e   h e a t h i g h l i g h t s   h e a t w i z a r d s   j i m m y b u t l e r   k u z m a   k y l e k u z m a   k y l e l o w r y   m i a m i h e a t f u l l g a m e   m i a m i h e a t g a m e t o d a y   m i a m i h e a t h i g h l i g h t s  
i s   r u s s e l l   w e s t b r o o k   u n f a i r l y   . . . 
   
 
   
 b r a d l e y b e a l   b r a d l e y b e a l i n t e r v i e w   b r a d l e y b e a l j j r e d i c k   b r a d l e y b e a l p o d c a s t   b r a d l e y b e a l r u s s e l l w e s t b r o o k   b r a d l e y b e a l t h e o l d m a n a n d t h e t h r e e   b r a d l e y b e a l w i z a r d s   e a s t e r n c o n f e r e n c e   e s p n   f i r s t t a k e   j j p o d c a s t  
t h e     h a v e   o n e   o f   t h e   s t r a n g e s t   r o s t e r s   i   c a n   r e m e m b e r .   a   w e i r d   m i x   o f   v e t e r a n s   a n d   y o u n g   g u y s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 m y   t h o u g h t s   h e r e :   
 
 w i z a r d s   n b a   n b a p r e s e a s o n   b r a d l e y b e a l   r u i h a c h i m u r a   d e n i a v d i j a   k r i s t a p s p o r z i n g i s   w a s h i n g t o n  
t h e s e   p l a y e r s   g o t   t h e   b a g   d u r i n g   2 0 2 2   o f f s e a s o n !   💰 
 
 h o w   w i l l   y o u   r a t e   t h e s e   s i g n i n g s   -   o v e r p a i d ?   u n d e r p a i d ?   o r   j u s t   r i g h t ? 
 
 n i k o l a j o k i c   d e v i n b o o k e r   b r a d l e y b e a l   k a r l a n t h o n y t o w n s   z a c h l a v i n e   j a m o r a n t   z i o n w i l l i a m s o n   d a r i u s g a r l a n d   d a m i a n l i l l a r d   j a l e n b r u n s o n  
v   i s   f o r   v e r s a t i l i t y ! :   b r a d l e y   b e a l   o n   t h e   2 0 2 2 - 2 3   w i z a r d s   d c a b o v e a l l   
 
 n b a   w i z a r d s   b r a d l e y b e a l  
s t e v e   k e r r   p o s t g a m e   i n t e r v i e w   |   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n  
b o l d   a n d   b e a u t i f u l :   t h e   ‘ s a m e   d i a l o g u e ’   i n   e v e r y   e p i s o d e   d r i v e s   f a n s   c r a z y 
 
 
 
 i n t e r e s t i n g s t o r i e s   d i a l o g u e   b o l d a n d b e a u t i f u l   s t e v i e   b o r i n g   b r a d l e y b e a l   r i d g e t a y l o r b r o o k s   t h o m a s   h o m e / e n t e r t a i n m e n t  
b r a d l e y   w i z a r d s   s p o r t s 
 w i z a r d s '   b r a d l e y   b e a l   s a y s   c r i t i c i s m   r o u n d   $ 2 5 1 m   c o n t r a c t   ' c o m e s   w i t h   t h e   t e r r i t o r y '   
  
b r a d l e y   b e a l   e x i t s   h e a l t h   p r o t o c o l s ,   n o w   o u t   d a y - t o - d a y   ( n o n - c o v i d   i l l n e s s )   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
w e   a r e   l i v e   r i g h t   n o w   i n   r e v ' s   k i n g   f u s e ' s   l i t   h o u s e   ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m .   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t     l a m e l o b a l l   l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s   b r a d l e y b e a l   k y l e k u z m a   n b a  
w a s h i n g t o n   w i z a r d s :   i   h a v e   t o   b e   h o n e s t 
 
 w h e n   e a r l y   o c t o b e r   a r r i v e s ,   i   g e t   e x c i t e d   f o r   t h e   u p c o m i n g   w i z a r d s   s e a s o n .   f o r   t h e   m o s t   p a r t   i   a m   a n   o p t i m 
 
 
 
 b r a d l e y b e a l   k r i s t a p s p o r z i n g i s   e a s t e r n c o n f e r e n c e   w a s h i n g t o n w i z a r d s  
b r a d l e y   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l s ,   o u t   f o r   t h e   m e a n t i m e   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
w i z a r d s   s t a r   b r a d l e y   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l s   
   b r a d l e y b e a l
b r a d l e y   b e a l   o n   s t e p h e n   c u r r y & a m p ; 3 9 ; s   . . . 
   
 
   
 b r a d l e y b e a l   b r a d l e y b e a l i n t e r v i e w   b r a d l e y b e a l j j r e d i c k   b r a d l e y b e a l p o d c a s t   b r a d l e y b e a l w i z a r d s   d a m i a n l i l l a r d   d r a y m o n d g r e e n   d r a y m o n d g r e e n p o d c a s t   e s p n   f i r s t t a k e   g o l d e n s t a t e w a r r i o r s   j j p o d c a s t   j j r e d i c k  
w i z a r d s '   b r a d l e y   b e a l   e n t e r s   h e a l t h   a n d   s a f e t y   p r o t o c o l   b r a d l e y b e a l   n b a 
   w a s h w i z a r d s    
b r a d l e y   b e a l   e n t e r s   p r o t o c o l s ,   o u t   m o n d a y     b r a d l e y b e a l   f a n t a s y b a s k e t b a l l
b e s t   c h u c k l e   f a c t   f r o m   1 0 / 7 :   b r a d l e y   b e a l   h a s   a   r e a l   s h o t   a t   p a s s i n g   e l v i n   h a y e s   a s   t h e   w i z a r d s '   a l l - t i m e   l e a d i n g   s c o r e r   t h i s   s e a s o n . 
 
 m o r e   f u n   a n d   a   c h a n c e   a t   w i n n i n g   a   $ 1 0 0   g i f t   c a r d   t o d a y   & g t ;   
 
 p l a y c h u c k l e   n b a   w i z a r d s   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
b r a d l e y   b e a l   g e t s   r e a l   o n   m a x   c o n t r a c t   s i g n i n g   w i t h   w a s h i n g t o n ,   a d m i t s   c o n s i d e r a t i o n   o n   o u t s i d e   o p t i o n s   a n d   t r a d e   r e q u e s t   b r a d l e y b e a l   w a s h i n g t o n w i z a r d s  
w a s h i n g t o n w i z a r d s   w a s h i n g t o n w i z a r d s j e r s e y s   b u f f a l o b i l l s j e r s e y s   b r a d l e y b e a l   b r a d l e y b e a l j e r s e y s   c h i c a g o b u l l s     f o r   o n l y   2 1   d o l l a r s   i f   f o l l o w   m y   p a g e    
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
i n s a n e   e n d i n g !   m i a m i   h e a t   v s   w a s h i n g t o n   w i z a r d s   f i n a l   . . . 
   
 
   
 b a m a d e b a y o   b r a d l e y b e a l   e a s t e r n c o n f e r e n c e   h e a t f u l l g a m e   h e a t h i g h l i g h t s   h e a t w i z a r d s   j i m m y b u t l e r   k u z m a   k y l e k u z m a   k y l e l o w r y   m i a m i h e a t f u l l g a m e   m i a m i h e a t g a m e t o d a y   m i a m i h e a t h i g h l i g h t s  
i s   r u s s e l l   w e s t b r o o k   u n f a i r l y   . . . 
   
 
   
 b r a d l e y b e a l   b r a d l e y b e a l i n t e r v i e w   b r a d l e y b e a l j j r e d i c k   b r a d l e y b e a l p o d c a s t   b r a d l e y b e a l r u s s e l l w e s t b r o o k   b r a d l e y b e a l t h e o l d m a n a n d t h e t h r e e   b r a d l e y b e a l w i z a r d s   e a s t e r n c o n f e r e n c e   e s p n   f i r s t t a k e   j j p o d c a s t  
t h e     h a v e   o n e   o f   t h e   s t r a n g e s t   r o s t e r s   i   c a n   r e m e m b e r .   a   w e i r d   m i x   o f   v e t e r a n s   a n d   y o u n g   g u y s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 m y   t h o u g h t s   h e r e :   
 
 w i z a r d s   n b a   n b a p r e s e a s o n   b r a d l e y b e a l   r u i h a c h i m u r a   d e n i a v d i j a   k r i s t a p s p o r z i n g i s   w a s h i n g t o n  
t h e s e   p l a y e r s   g o t   t h e   b a g   d u r i n g   2 0 2 2   o f f s e a s o n !   💰 
 
 h o w   w i l l   y o u   r a t e   t h e s e   s i g n i n g s   -   o v e r p a i d ?   u n d e r p a i d ?   o r   j u s t   r i g h t ? 
 
 n i k o l a j o k i c   d e v i n b o o k e r   b r a d l e y b e a l   k a r l a n t h o n y t o w n s   z a c h l a v i n e   j a m o r a n t   z i o n w i l l i a m s o n   d a r i u s g a r l a n d   d a m i a n l i l l a r d   j a l e n b r u n s o n  
v   i s   f o r   v e r s a t i l i t y ! :   b r a d l e y   b e a l   o n   t h e   2 0 2 2 - 2 3   w i z a r d s   d c a b o v e a l l   
 
 n b a   w i z a r d s   b r a d l e y b e a l  
s t e v e   k e r r   p o s t g a m e   i n t e r v i e w   |   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   g o l d e n s t a t e w a r r i o r s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n  
b o l d   a n d   b e a u t i f u l :   t h e   ‘ s a m e   d i a l o g u e ’   i n   e v e r y   e p i s o d e   d r i v e s   f a n s   c r a z y 
 
 
 
 i n t e r e s t i n g s t o r i e s   d i a l o g u e   b o l d a n d b e a u t i f u l   s t e v i e   b o r i n g   b r a d l e y b e a l   r i d g e t a y l o r b r o o k s   t h o m a s   h o m e / e n t e r t a i n m e n t  
b r a d l e y   w i z a r d s   s p o r t s 
 w i z a r d s '   b r a d l e y   b e a l   s a y s   c r i t i c i s m   r o u n d   $ 2 5 1 m   c o n t r a c t   ' c o m e s   w i t h   t h e   t e r r i t o r y '   
  
k y l e   k u z m a   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y l e k u z m a   k y l e   k u z m a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
w e   a r e   l i v e   r i g h t   n o w   i n   r e v ' s   k i n g   f u s e ' s   l i t   h o u s e   ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m .   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t     l a m e l o b a l l   l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s   b r a d l e y b e a l   k y l e k u z m a   n b a  
l a k e r s   m a k e   d e c i s i o n   o n   r o b   p e l i n k a 
   
 
   
 a n t h o n y d a v i s   k o b e b r y a n t   k y l e k u z m a   l a k e r s h i g h l i g h t s   l a k e r s l e b r o n h i g h l i g h t s   l a k e r s n e w s   l a k e r s r u m o r s   l a k e r s t r a d e r u m o r s   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   n b a   p a c i f i c d i v i s i o n   w e s t e r n c o n f e r e n c e  
k y l e   k u z m a   w e a r i n g   : 
 . 
 . 
 .     l o n g   s l e e v e   b u r g u n d y   c a r d i g a n   ( $ 1 1 0 0 ) 
 . 
 .     m u l t i c o l o r   k n i t   l o u n g e   p a n t s   ( $ 1 3 5 0 )   
 . 
 .     g o y a r d i n e   p m   a m b a s s a d e   y e l l o w   b r i e f c a s e   ( $ 2 7 9 5 ) 
 . 
 . 
 k y l e k u z m a   m a r n i   c a r d i g a n   m a r n i c a r d i g a n   g o y a r d   g o y a r d b a g   c l o t h e s   b a s k e t b a l l  
i n s a n e   e n d i n g !   m i a m i   h e a t   v s   w a s h i n g t o n   w i z a r d s   f i n a l   . . . 
   
 
   
 b a m a d e b a y o   b r a d l e y b e a l   e a s t e r n c o n f e r e n c e   h e a t f u l l g a m e   h e a t h i g h l i g h t s   h e a t w i z a r d s   j i m m y b u t l e r   k u z m a   k y l e k u z m a   k y l e l o w r y   m i a m i h e a t f u l l g a m e   m i a m i h e a t g a m e t o d a y   m i a m i h e a t h i g h l i g h t s  
⭐ ️   i t ’ s   t h a t   t i m e   o f   t h e   y e a r   a g a i n .   w h a t   y a l   t h i n k ?   k y l e k u z m a   s w e a t e r   n b a   t r e n d   e x p l o r e   f a s h i o n   t r e n d   s t y l e   r u n w a y   w a s h i n g t o n w i z a r d s  
n b a   c h a m p       w i l l   b e   l i v e   w i t h   u s   i n   d c   t h i s   t h u r s d a y   1 0 / 6     8   p m       ! !   
 
 a n y o n e   i n   t h e   d c   a r e a ,   c o m e   t h r u   f o r   a   s p e c i a l   s i t   d o w n ,   
 t i c k e t s   a l m o s t   s o l d   o u t !   
 i a a t o u r   k y l e k u z m a   w a s h i n g t o n w i z a r d s   
 
 g e t   y o u r   t i c k e t s   h e r e :    
l a k e r s   a l m o s t   c o m p l e t e d   h i e l d / t u r n e r   t r a d e ,   . . . 
   
 
   
 a n t h o n y d a v i s   k o b e b r y a n t   k y l e k u z m a   l a k e r s h i g h l i g h t s   l a k e r s l e b r o n h i g h l i g h t s   l a k e r s n e w s   l a k e r s r u m o r s   l a k e r s t r a d e r u m o r s   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   n b a   p a c i f i c d i v i s i o n   w e s t e r n c o n f e r e n c e  
k y l e   k u z m a   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y l e k u z m a   k y l e   k u z m a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
w e   a r e   l i v e   r i g h t   n o w   i n   r e v ' s   k i n g   f u s e ' s   l i t   h o u s e   ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   s t r e a m .   s u b s c r i b e ,   l i k e ,   s h a r e ,   & a m p ;   c o m m e n t     l a m e l o b a l l   l i a n g e l o b a l l   j a m e s b o u k n i g h t   c h a r l o t t e h o r n e t s   h o r n e t s   b r a d l e y b e a l   k y l e k u z m a   n b a  
l a k e r s   m a k e   d e c i s i o n   o n   r o b   p e l i n k a 
   
 
   
 a n t h o n y d a v i s   k o b e b r y a n t   k y l e k u z m a   l a k e r s h i g h l i g h t s   l a k e r s l e b r o n h i g h l i g h t s   l a k e r s n e w s   l a k e r s r u m o r s   l a k e r s t r a d e r u m o r s   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   n b a   p a c i f i c d i v i s i o n   w e s t e r n c o n f e r e n c e  
k y l e   k u z m a   w e a r i n g   : 
 . 
 . 
 .     l o n g   s l e e v e   b u r g u n d y   c a r d i g a n   ( $ 1 1 0 0 ) 
 . 
 .     m u l t i c o l o r   k n i t   l o u n g e   p a n t s   ( $ 1 3 5 0 )   
 . 
 .     g o y a r d i n e   p m   a m b a s s a d e   y e l l o w   b r i e f c a s e   ( $ 2 7 9 5 ) 
 . 
 . 
 k y l e k u z m a   m a r n i   c a r d i g a n   m a r n i c a r d i g a n   g o y a r d   g o y a r d b a g   c l o t h e s   b a s k e t b a l l  
i n s a n e   e n d i n g !   m i a m i   h e a t   v s   w a s h i n g t o n   w i z a r d s   f i n a l   . . . 
   
 
   
 b a m a d e b a y o   b r a d l e y b e a l   e a s t e r n c o n f e r e n c e   h e a t f u l l g a m e   h e a t h i g h l i g h t s   h e a t w i z a r d s   j i m m y b u t l e r   k u z m a   k y l e k u z m a   k y l e l o w r y   m i a m i h e a t f u l l g a m e   m i a m i h e a t g a m e t o d a y   m i a m i h e a t h i g h l i g h t s  
⭐ ️   i t ’ s   t h a t   t i m e   o f   t h e   y e a r   a g a i n .   w h a t   y a l   t h i n k ?   k y l e k u z m a   s w e a t e r   n b a   t r e n d   e x p l o r e   f a s h i o n   t r e n d   s t y l e   r u n w a y   w a s h i n g t o n w i z a r d s  
n b a   c h a m p       w i l l   b e   l i v e   w i t h   u s   i n   d c   t h i s   t h u r s d a y   1 0 / 6     8   p m       ! !   
 
 a n y o n e   i n   t h e   d c   a r e a ,   c o m e   t h r u   f o r   a   s p e c i a l   s i t   d o w n ,   
 t i c k e t s   a l m o s t   s o l d   o u t !   
 i a a t o u r   k y l e k u z m a   w a s h i n g t o n w i z a r d s   
 
 g e t   y o u r   t i c k e t s   h e r e :    
l a k e r s   a l m o s t   c o m p l e t e d   h i e l d / t u r n e r   t r a d e ,   . . . 
   
 
   
 a n t h o n y d a v i s   k o b e b r y a n t   k y l e k u z m a   l a k e r s h i g h l i g h t s   l a k e r s l e b r o n h i g h l i g h t s   l a k e r s n e w s   l a k e r s r u m o r s   l a k e r s t r a d e r u m o r s   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   n b a   p a c i f i c d i v i s i o n   w e s t e r n c o n f e r e n c e  
k y l e   k u z m a   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y l e k u z m a   k y l e   k u z m a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
k y l e   k u z m a   n b a   h i g h l i g h t s   w i z a r d s   v s   h o r n e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y l e k u z m a   k y l e   k u z m a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   w a s h i n g t o n   w i z a r d s   w i z a r d s  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [71], in <cell line: 1>()
      1 for id, tweets in tweets_df_Wizards2.items():
      2     for tweet in tweets:
----> 3         analysis = SentimentIntensityAnalyzer(tweets_df_Wizards2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Wizards2 = tweets_df_Wizards2.append({
      5             'name': id,
      6             'text': tweets_df_Wizards2.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\vaderSentiment\vaderSentiment.py:200, in SentimentIntensityAnalyzer.__init__(self, lexicon_file, emoji_lexicon)
    198 def __init__(self, lexicon_file="vader_lexicon.txt", emoji_lexicon="emoji_utf8_lexicon.txt"):
    199     _this_module_file_path_ = os.path.abspath(getsourcefile(lambda: 0))
--> 200     lexicon_full_filepath = os.path.join(os.path.dirname(_this_module_file_path_), lexicon_file)
    201     with codecs.open(lexicon_full_filepath, encoding='utf-8') as f:
    202         self.lexicon_full_filepath = f.read()

File ~\anaconda3\lib\ntpath.py:117, in join(path, *paths)
    115     return result_drive + result_path
    116 except (TypeError, AttributeError, BytesWarning):
--> 117     genericpath._check_arg_types('join', path, *paths)
    118     raise

File ~\anaconda3\lib\genericpath.py:152, in _check_arg_types(funcname, *args)
    150         hasbytes = True
    151     else:
--> 152         raise TypeError(f'{funcname}() argument must be str, bytes, or '
    153                         f'os.PathLike object, not {s.__class__.__name__!r}') from None
    154 if hasstr and hasbytes:
    155     raise TypeError("Can't mix strings and bytes in path components") from None

TypeError: join() argument must be str, bytes, or os.PathLike object, not 'Series'
In [72]:
for id, tweets in tweets_df_Pacers1.items():
    for tweet in tweets:
        analysis = TextBlob(tweets_df_Pacers1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Pacers1 = tweets_df_Pacers1.append({
            'name': id,
            'text': tweets_df_Pacers1.text
        }, ignore_index=True)
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
j p   h a s   b e e n   l i k e   🔥 🔥 
 
 u n d e r a r m o u r   k e v i n d u r a n t   m a r c h m a d n e s s   l e b r o n j a m e s   l a c l i p p e r s   k o b e b r y a n t   k o b e b r y a n t   s p u r s   j o r d a n   a d i d a s   n c a a   o t e   n i k e   d u k e b a s k e t b a l l   d u k e b a s k e t b a l l c a m p   w e a r e o n e   i n d i a n a p a c e r s   i n d i a n a p a c e r s   n b a d r a f t   l a k e r s   s a c r a m e n t o k i n g s   n u g g e t s  
n e v e r   s t o p   k e e p   w o r k i n g   🗣 
 
 l a c l i p p e r s   u n d e r a r m o u r   m a r c h m a d n e s s   j o r d a n   n b a d r a f t   a d i d a s   n c a a   i n d i a n a p a c e r s   n u g g e t s   k e v i n d u r a n t   l e b r o n   k o b e   n b l   a c c   n c a a b a s k e t b a l l  
n e w   v i d e o   t o   w a t c h : 
 
 " i n d i a n a   p a c e r s   m e d i a   a v a i l a b i l i t y   |   o c t o b e r   1 0 ,   2 0 2 2 "   
 
 c r e a t o r :     i n d i a n a   p a c e r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
2 5 %   o f f   j e r m a i n e   o ' n e a l   i n d i a n a   p a c e r s   m i t c h e l l   & a m p ;   n e s s   2 0 0 3 - 0 4   h a r d w o o d   c l a s s i c s   s w i n g m a n   j e r s e y s   a t   f a n a t i c s   ( u s e   c o d e   c a m p ) 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
a a r o n   n e s m i t h   o u t   w i t h   p l a n t a r   f a s c i a ,   s t a t u s   u n k n o w n   f o r   p a c e r s ’   s e a s o n   o p e n e r   a a r o n n e s m i t h   i n d i a n a p a c e r s   r i c k c a r l i s l e  
d r e a m   c o m e   t r u e   f o r   t h i s   y o u n g     f a n .     a w e s o m e ! !   i n d y   i n d i a n a p a c e r s   n b a  
🤭   i n d i a n a   h a s   a   w o n d e r f u l   6 t h   p l a y e r . 
 — 
 t h e   b r i g h t e s t ,   c r a z i e s t   a n d   m o s t   m e m o r a b l e   m o m e n t s   o f   t h e   b e s t   b a s k e t b a l l   l e a g u e   i n   t h e   w o r l d .   j o i n   u s . 
 n b a   e p i c   m o m e n t s : 
 
 — 
 n b a   b a s k e t b a l l   s h o r t s b a s k e t b a l l   h i g h l i g h t s n b a   i n d i a n a p a c e r s   p a c e r s  
t u r n i n g   t h e   p a c e r s   i n t o   t i t l e   c o n t e n d e r s !   🏀   s h o r t s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
l a k e r s ,   w a r r i o r s ,   p a c e r s   t r a d e ! ?   m y l e s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   d r a y m o n d g r e e n   d r a y m o n d g r e e n l a k e r s   d r a y m o n d g r e e n t r a d e   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   l a k e r n a t i o n   l a k e r n e w s   l a k e r n e w s t o d a y   l a k e r t r a d e   l a k e r t r a d e r u m o r s   l a k e r s n a t i o n   l a k e r s n e w s  
g e o r g e   & a m p ;   j a m e s   d u e l   |   n b a t o g e t h e r l i v e   c l a s s i c   g a m e 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
w h a t   a   m o m e n t   ❤ ️   t h i s   y o u n g   f a n   a s k e d   i f   h e   c o u l d   c h e c k   i n   a n d   . . . 
   
 
   
 a m a z i n g   b a s k e t b a l l   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   h i g h l i g h t s   i n d i a n a p a c e r s   n b a   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   s p o r t s   t r e n d i n g   u n r e a l   v i r a l   w o w  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   w a s   o n   m s g   n e t w o r k .   w i t h   c o m m e n t a r y   f r o m   e d   c o h e n .   c o - c o m m e n t a t o r   i s   w a l t   f r a z i e r .     f o r   m o r e   d e t a i l s   s e e     n e w y o r k k n i c k s   i n d i a n a p a c e r s   m s g n e t w o r k
w a t c h :   y o u n g   f a n   c r a s h e s   i n d i a n a   p a c e r s   o p e n   s c r i m m a g e ,   s c o r e s   b u c k e t   o n   a   l i f e t i m e   o p p o r t u n i t y   i n d i a n a p a c e r s  
y o u n g   f a n   a s k e d   i f   h e   c o u l d   c h e c k   i n . . . s o   t h e   p a c e r s   l e t   h i m   a n d   h e   s c o r e d   w e a r i n g   h i e l d ’ s   j e r s e y 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   n b a  
  o f f i c i a l l y   u n d e r w a y .   
 
   c y c l o n e s   |   c 5 c   n b a   n u g g e t s   s a c r a m e n t o k i n g s   l a k e r s   k o b e b r y a n t 2 4   n b a f i n a l s   n b a d r a f t   k o b e b r y a n t   f o o t b a l l   f o o t b a l l   i n d i a n a p a c e r s   s p u r s   l a c l i p p e r s   n u g g e t s n a t i o n  
p a c e r s   i m p l e m e n t   n e w   " f a n   c e n t e r e d   o f f e n s e "   a f t e r   w a t c h i n g   f o o t a g e   o f   t h e   t o p   t w o   d r a f t   p r o s p e c t s . 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
a a r o n   n e s m i t h   s u s t a i n e d   a   p l a n t a r   f a s c i a   i n j u r y   i n   t h e   p r e s e a s o n   g a m e   a t   n e w   y o r k .   h e ’ s   s i d e l i n e d   f o r   n o w   a n d   t h e   h o p e   i s   f o r   h i m   t o   b e   a v a i l a b l e   o n   o p e n i n g   n i g h t ,   r i c k   c a r l i s l e   s a i d . 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
i n d i a n a   p a c e r s   b r e a k i n g   n e w s   f t .   m y l e s   t u r n e r   s h o r t s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n   i n d i a n a p a c e r s   n b a n e w s  
a n t i c i p a t i o n   i s   h i g h   😮 
 f i r s t   p r a c t i c e   c o m p l e t e   ✅ 
 
 g o f r o g s     n b a   d u k e b a s k e t b a l l c a m p   n u g g e t s n a t i o n   e a s t c o a s t h o o p r e c r u i t   b a l l i s l i f e   i n d i a n a p a c e r s   k e v i n d u r a n t   s a n a n t o n i o s p u r s   s p u r s   n u g g e t s   l a c l i p p e r s   o t e  
n o t   s h y i n g   a w a y   f r o m   a n y t h i n g   o r   a n y o n e   😤 
 
 t e r p s n a t i o n     m e n s b a s k e t b a l l   i n d i a n a p a c e r s   g r i n d c i t y   k u h o o p s   n b a d r a f t   n b a   m i l e h i g h b a s k e t b a l l   w i z 5 0   c o n n e c t e d b y m a g i c   w i z a r d s   k e v i n d u r a n t   l a c l i p p e r s   m e m p h i s g r i z z l i e s   l e t e m k n o w   c u s r i s e   b o s t o n c e l t i c s   d a l l a s   b e t h e f i g h t  
f i r s t   o f f i c i a l l   p r a c t i c e   !   💪 🏽 🙌   
 
 s p u r s   g o s p u r s g o   s a n a n t o n i o s p u r s   i t s b r u i n t i m e   w i z a r d s   w i z 5 0   d c f a m i l y     i n d i a n a p a c e r s   m e n s b a s k e t b a l l   k u h o o p s   m i l e h i g h b a s k e t b a l l   n u g g e t s   g r i n d c i t y   c o n n e c t e d b y m a g i c     o r l a n d i p o   p u r e m a g i c   n b a   n b a d r a f t   n b a d r a f t l o t t e r y   o v e r t i m e   o t e  
b a c k   a t   i t   ⚫ ️ ⚪ ️ 
 
 b l a z e r s   n c a a   k u h o o p s   n b a   t r a e y o u n g   k e v i n d u r a n t   s t e p h c u r r y   n c a a b a s k e t b a l l   i n d i a n a p a c e r s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t b a s k e t b a l l   d a l l a s m a v s   g o m a v s   d a l l a s m a v e r i c k s   l u k a m a g i c  
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
k n i c k s   i n c r e d i b l e   4 6   p o i n t   s e c o n d   q u a r t e r   v s   i n d i a n a   p a c e r s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i m m a n u e l q u i c k l e y   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   n b a   n b a h i g h l i g h t s   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t  
r j   b a r r e t t   r e a c t s   t o   o b i   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   k n i c k s p o s t g a m e   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   o b i t o p p i n   p a c e r s   p a c e r s b a s k e t b a l l  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 c a m r e d d i s h   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s g a m e   k n i c k s h i g h l i g h t s   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s v s p a c e r s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n   n e w y o r k k n i c k s  
i n d i a n a   p a c e r s   h i g h l i g h t s   a t   n e w   y o r k   k n i c k s   |   o c t o b e r   0 7 ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
o b i   t o p p i n   p u t s   o n   a   s h o w   a s   k n i c k s   b e a t   p a c e r s   1 3 1 - 1 1 4   |   n e w   y o r k   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   s p o r t s  
i n d i a n a   p a c e r s   p o s t g a m e   m e d i a   a v a i l a b i l i t y   ( n e w   y o r k   k n i c k s )   |   o c t o b e r   7 ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
i n d i a n a   p a c e r s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   k n i c k s v s p a c e r s   n b a h i g h l i g h t s   n b a p l a y o f f s   p a c e r s v s k n i c k s  
p a c e r s   a t   k n i c k s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 0   i n d i a n a p a c e r s  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬇ ️ i n d i a n a p a c e r s   1 1 4   ( 1 - 1 ) 🔸 
 ⬆ ️ n e w y o r k k n i c k s   1 3 1   ( 2 - 0 ) 
 🔶 c h r i s   d u a r t e 🇩 🇴 
 ( s g / 6 ' 5 " / 1 9 0 l b s ) 
 🔹 1 1 / p t s 
 🔹 5 / r e b 
 🔹 3 / a s t 
 🔹 0 / s t l 
 🔹 2 / b l k 
 🔹 1 / t o 
 🔹 2 / 3 t 2 
 🔹 2 / 4 t 3 
 🔹 1 / 1 t l 
 🔹 2 0 : 3 4 / m i n : s e g 
 _ d u a r t e 5 
 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
v i c t o r   w e m b a n y a m a   v s   s c o o t   h e n d e r s o n   |   n b a   g m s   t h o u g h t s   o n   i n d i a n a   p a c e r s   |   p a c e r s - k n i c k s   p r e v i e w 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i n d i a n a   p a c e r s   -   r y a n   c a r r ,   p a c e r s   v p   o f   p l a y e r   p e r s o n n e l ,   t a l k s   d r a f t   -   s a y s   s h e l f   i s   s e v e n   d e e p ! 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a h o o s i e r s   i n d i a n a p a c e r s   i n d i a n a p o l i s c o l t s   i n d i a n a p o l i s s p o r t s  
i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a c a p s   n e w e r a f i t t e d   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   c a p   f i t t e d h e a d s   t h i s i s t h e c a p   w e a r y o u r a l l e g i a n c e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f i t t e d c a p   t h e c a p t h e p r o s w e a r   s t r i c t l y f i t t e d   h a t g a m e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g   w e a r y o u r a l l e g i a n c e   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   h a t   c a p l o v e r   f i t t e d h e a d s   c a p s   s p e a k w i t h y o u r c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d f a m   n e w e r a f i t t e d   s t a y f i t t e d 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a   c a p a h o l i c   w e a r w h a t t h e p r o s w e a r   t h i s i s t h e c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   s t a y f i t t e d   n e w e r a h a t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d h a t s   t h i s i s t h e c a p   c a p 
 

p r e s e a s o n   g a m e   t h r e a d :   i n d i a n a   p a c e r s   ( 1 - 0 )   @   n e w   y o r k   k n i c k s   ( 1 - 0 ) ,   o c t o b e r   7 t h ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
l o w e ' s   a n n u a l   n b a   t i e r s   —   l o w e   h a s   t h e   p a c e r s   r a n k e d   i n   t h e   b o t t o m   f i v e   
   
 
   
 b a s k e t b a l l   i n d i a n a   i n d i a n a p a c e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
i n d i a n a   p a c e r s   s u m m e r   l e a g u e   h i g h l i g h t s   v s .   w a s h i n g t o n   w i z a r d s   |   j u l y   1 5 ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
t h e   c h a r l o t t e   h o r n e t s   g e t   e x p o s e d   b y   t h e   i n d i a n a   p a c e r s 
   
 
   
 b r y c e m c g o w e n s   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s r u m o r s   c h a r l o t t e h o r n e t s v s i n d i a n a p a c e r s   e a s t e r n c o n f e r e n c e   h o r n e t s n e w s   i n d i a n a p a c e r s   l a m e l o b a l l   n b a p r e s e a s o n  
l a m e l o   /   l i a n g e l o   b a c k   f o r   g a m e   2   v s   p a c e r s   ( p r e s e a s o n )   c r o w d   c h a n t i n g   “ w e   w a n t   g e l o ” 
   
 
   
 b b b   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s   i n d i a n a p a c e r s   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   w e w a n t g e l o  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ i n d i a n a p a c e r s   1 2 2   ( 1 - 0 ) 🔸 
 ⬇ ️ c h a r l o t t e h o r n e t s   9 7   ( 1 
 0 - 2 ) 
 🔶 c h r i s   d u a r t e 🇩 🇴 
 ( s g / 6 ' 5 " / 1 9 0 l b s ) 
 🔹 1 2 / p t s 
 🔹 6 / r e b 
 🔹 2 / a s t 
 🔹 0 / s t l 
 🔹 0 / b l k 
 🔹 1 / t o 
 🔹 4 / 5 t 2 
 🔹 0 / 2 t 3 
 🔹 4 / 4 t l 
 🔹 2 2 : 0 9 / m i n : s e g 
 _ d u a r t e 5 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   | 1 0 / 5 / 2 2   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
i n d i a n a   p a c e r s   p o s t g a m e   m e d i a   a v a i l a b i l i t y   ( c h a r l o t t e   h o r n e t s )   |   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
p a c e r s   w i n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
n e w   v i d e o   t o   w a t c h : 
 
 " l a k e r s   & a m p ;   p a c e r s   e n g a g e d   i n   s e r i o u s   r u s s e l l   w e s t b r o o k   t a l k s   r i g h t   b e f o r e   s t a r t   o f   c a m p "   
 
 c r e a t o r :     c y r o   a s s e o 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
i n d i a n a   p a c e r s   h i g h l i g h t s   a t   c h a r l o t t e   h o r n e t s   |   o c t o b e r   0 5 ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
l a m e l o   b a l l   1 2   p t s ,   7   a s t ,   5   r e b   v s   p a c e r s   |   o c t o b e r   5 ,   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w  
e n d e   b a s k e t b a l l   h e r r e n   
 n b a s a i s o n v o r b e r e i t u n g   
 1 2 2 : 9 7   i n d i a n a p a c e r s   v s   c h a r l o t t e h o r n e t s   
 1 1 2 : 1 1 3   c l e v e l a n d c a v a l i e r s   v s   p h i l a d e l p h i a 7 6 e r s   
 1 2 5 : 1 1 9   n v   t o r o n t o r a p t o r s   v s   b o s t o n c e l t i c s   
 9 8 : 9 6   d a l l a s m a v e r i c k s   v s   o k l a h o m a c i t y t h u n d e r
t h e   p r o j e c t e d   t o p   2   p i c k s   i n   n e x t   y e a r s   d r a f t   f a c e d   o f f   a g a i n s t   e a c h   o t h e r   t o n i g h t .   w e m b a n y a m a   f i n i s h e d   w i t h   3 7   p t s   ( 1 1 - 2 0   f g s ,   7 - 1 1   f r o m   3 ) ,   4   r e b s ,   5   b l k s   a n d   s c o o t   h a d   2 8   p t s   ( 1 1 - 2 1   f g s ,   . . . 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
w e   a r e   l i v e   i n   t h e   s p e c t r u m   c e n t e r ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   l i v e   s t r e a m     c h a r l o t t e h o r n e t s   h o r n e t s   n b a   l a m e l o b a l l   t y r e s e h a l i b u r t o n   i n d i a n a p a c e r s   p a c e r s   n u m e d i a   l i t h o u s e
i n d i a n a   p a c e r s   b l o c k b u s t e r   t r a d e !   ( f e a t .   m o s e s   m o o d y   +   j a m e s   w i s e m a n ) 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s d u a r t e   c h r i s d u a r t e a n d i s a i a h j a c k s o n b l o c k b u s t e r t r a d e   d a m e r e e m s   d u a r t e a n d j a c k s o n t r a d e   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   i n d i a n a p a c e r s b l o c k b u s t e r t r a d e  
p r e s e a s o n   g a m e   t h r e a d :   i n d i a n a   p a c e r s   ( 0 - 0 )   @   c h a r l o t t e   h o r n e t s   ( 0 - 1 ) ,   o c t o b e r   5 t h ,   2 0 2 2 . 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
d o   t h e   d e a l !   -   m i c h a e l   w i l b o n   u r g e s   . . . 
   
 
   
 b u d d y h i e l d   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   i n d i a n a p a c e r s t r a d e   l o s a n g e l e s   l o s a n g e l e s l a k e r s   l o s a n g e l e s l a k e r s i n d i a n a p a c e r s t r a d e   l o s a n g e l e s l a k e r s l e b r o n j a m e s   l o s a n g e l e s l a k e r s t r a d e  
r e g g i e   m i l l e r   3   c a r d   l o t   i n d i a n a p a c e r s   p a c e r s   
 
 $ 1 . 5 0   e a c h   o r   $ 3   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
1 9 9 8 - 9 9   f l e e r   u l t r a   6 0   m a r k   j a c k s o n   i n d i a n a p a c e r s   p a c e r s   
 
 $ 1 . 5 0   e a c h   o r   $ 2   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
i n d i a n a p a c e r s   1 1   c a r d   l o t   p a c e r s   
 
 $ 4 . 5 0   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
t h e   l a t e s t   o n   p o t e n i t a l   l a k e r s - p a c e r s   t r a d e   i n v o l v i n g   r u s s e l l   w e s t b r o o k   a s   m o r e   d e t a i l s   a r e   r e p o r t e d 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
t h e     a r e   a   s u p e r   y o u n g   t e a m ,   b u t   h a v e   s o m e   v e r y   p r o m i s i n g   p l a y e r s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   p a c e r s   i n d i a n a p a c e r s   i n d i a n a   t y r e s e h a l i b u r t o n   m y l e s t u r n e r   b u d d y h i e l d   n b a t w i t t e r  
c a n   t h e   i n d i a n a   p a c e r s   m a k e   t h e   2 0 2 3   n b a   p l a y o f f s ? ?   f u t u r e   n b a   d y n a s t y ? ? 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
e x c i t e d   t o   f i n a l l y   a n n o u n c e   o u r   p a r t n e r s h i p   w i t h   t h e     o n   s o m e   m e r c h a n d i s e   t h i s   u p c o m i n g   s e a s o n !   w e   a r e   s t a r t i n g   w i t h   a   5   p i e c e   c o l l e c t i o n   t h a t   w i l l   o n l y   b e   a v a i l a b l e   a t   t h e   i n - a r e n a   t e a m   s t o r e .   c a n ' t   w a i t   t o   s h o w   y o u !   i n d i a n a p a c e r s   b l u e a n d g o l d   i n d i a n a  
n e w   v i d e o   t o   w a t c h : 
 
 " c a n   t h e   i n d i a n a   p a c e r s   m a k e   t h e   2 0 2 3   n b a   p l a y o f f s ? ?   f u t u r e   n b a   d y n a s t y ? ? "   
 
 c r e a t o r :     b a c k y a r d   b u c k e t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " i n d i a n a   p a c e r s   m e d i a   a v a i l a b i l i t y   |   o c t o b e r   0 3 ,   2 0 2 2 "   
 
 c r e a t o r :     i n d i a n a   p a c e r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
l a k e r s   t r a d e   u p d a t e   w i t h   . . . 
   
 
   
 b u d d y h i e l d l a k e r s   c e n t r a l d i v i s i o n   c o l e s w i d e r l a k e r s   d a m i a n j o n e s l a k e r s   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   j s m   j s m l a k e r s   k e n d r i c k n u n n l a k e r s   k e n d r i c k n u n n t r a i n i n g c a m p   l a k e r s c o l e s w i d e r   l a k e r s f r e e a g e n c y   l a k e r s n a t i o n  
t h i s   r u s s e l l   w e s t b r o o k   n e w s   i s   d i s t u r b i n g 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   l a k e r s b u d d y h i e l d   l a k e r s m y l e s t u r n e r   l a k e r s t r a d e   l o s a n g e l e s l a k e r s   n b a   n b a t r a d e   p a c e r s t r a d e   r u s s e l l w e s t b r o o k p a c e r s   r u s s e l l w e s t b r o o k t r a d e  
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
n b a   l o s a n g e l e s l a k e r s   i n d i a n a p a c e r s   r u s s e l l w e s t b r o o k   b u d d y h i e l d   l a k e r s   r e p o r t e d l y   c a m e   c l o s e   t o   t r a d i n g   r u s s e l l   w e s t b r o o k   t o   p a c e r s  
n b a   l o s a n g e l e s l a k e r s   i n d i a n a p a c e r s   r u s s e l l w e s t b r o o k   l a k e r s   c a m e   c l o s e   t o   t r a d i n g   r u s s e l l   w e s t b r o o k   t o   p a c e r s  
i   k n o w   e x a c t l y   w h o   w a s   d r a f t e d   a h e a d   o f   m e   -   b e n n e d i c t   m a t h u r i n   |   n b a   t o d a y 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   h i g h l i g h t s   i n d i a n a p a c e r s   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   s p o r t s   v i r a l  
d e t r o i t   p i s t o n s   v s   i n d i a n a   p a c e r s   -   f u l l   . . . 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s v s i n d i a n a p a c e r s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   i n d i a n a p a c e r s   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a s u m m e r l e a g u e   n b a s u m m e r l e a g u e 2 0 2 1  
t h e   i n d i a n a   p a c e r & a m p ; 3 9 ; s   m a l c o l m   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s d u a r t e h i g h l i g h t s   c h r i s d u a r t e n b a   c h r i s d u a r t e p a c e r s   d e a n d r e a y t o n   d e a n d r e a y t o n f r e e a g e n c y   d e a n d r e a y t o n p a c e r s   d e a n d r e a y t o n t r a d e   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   i n d i a n a p a c e r s 2 0 2 2  
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
c h r i s   d u a r t e   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c h r i s d u a r t e   c h r i s   d u a r t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s
g o l d e n   s t a t e   w a r r i o r s '   b i g   t h r e e   f a c e s   u n c e r t a i n   f u t u r e 
 
 
 
 n b a   i n d i a n a   p a c e r s   i n d i a n a s t y l e   h e a t n a t i o n   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i   b u l l s n a t i o n
i n d i a n a   p a c e r s :   d r a y m o n d   g r e e n   f i a s c o   h i g h l i g h t s   n e e d   f o r   s t a b i l i t y 
 
 
 
 n b a   i n d i a n a   p a c e r s   i n d i a n a s t y l e   h e a t n a t i o n   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i
r j   b a r r e t t   r e a c t s   t o   o b i   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   k n i c k s p o s t g a m e   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   o b i t o p p i n   p a c e r s   p a c e r s b a s k e t b a l l  
o b i   t o p p i n   p u t s   o n   a   s h o w   a s   k n i c k s   b e a t   p a c e r s   1 3 1 - 1 1 4   |   n e w   y o r k   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   s p o r t s  
d e a r   g o o d   v e g a n   b a d   v e g a n , 
 
 n i c e   t o   m e e t   y o u   😊   
 h a r d i n g   r i v e r s i d e   n a p t o w n   i n d i a n a   s p e e d w a y   c o l t s   p a c e r s   i n d i a n s b a s e b a l l   @   w e s t s i d e ,   i n d i a n a p o l i s  
t y r e s e   h a l i b u r t o n   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e h a l i b u r t o n   t y r e s e   h a l i b u r t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
g o g a   b i t a d z e   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g o g a b i t a d z e   g o g a   b i t a d z e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i n d i a n a   p a c e r s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   i n d i a n a   p a c e r s   n b a   v i d e o :  
b e n n e d i c t   m a t h u r i n   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n n e d i c t m a t h u r i n   b e n n e d i c t   m a t h u r i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
t y r e s e   h a l i b u r t o n   h i g h l i g h t s   -   k n i c k s   v s .   p a c e r s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   t y r e s e   h a l i b u r t o n   n y k   i n d   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w y o r k   k n i c k s   i n d i a n a   p a c e r s
j a l e n   g r e e n   s k i e s   f o r   t h e   o o p   🚀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a l e n   g r e e n   a l l e y o o p   d u n k   h o u   h o u s t o n   r o c k e t s   i n d   i n d i a n a   p a c e r s
o b i   t o p p i n   w i t h   t h e   b l o c k   a n d   t h e   e a s t b a y ?   👀   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   o b i   t o p p i n   d u n k   b l o c k   n y k   n e w y o r k   k n i c k s   i n d   i n d i a n a   p a c e r s
i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a c a p s   n e w e r a f i t t e d   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   c a p   f i t t e d h e a d s   t h i s i s t h e c a p   w e a r y o u r a l l e g i a n c e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f i t t e d c a p   t h e c a p t h e p r o s w e a r   s t r i c t l y f i t t e d   h a t g a m e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g   w e a r y o u r a l l e g i a n c e   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   h a t   c a p l o v e r   f i t t e d h e a d s   c a p s   s p e a k w i t h y o u r c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d f a m   n e w e r a f i t t e d   s t a y f i t t e d 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a   c a p a h o l i c   w e a r w h a t t h e p r o s w e a r   t h i s i s t h e c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   s t a y f i t t e d   n e w e r a h a t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d h a t s   t h i s i s t h e c a p   c a p 
 

l o w e ' s   a n n u a l   n b a   t i e r s   —   l o w e   h a s   t h e   p a c e r s   r a n k e d   i n   t h e   b o t t o m   f i v e   
   
 
   
 b a s k e t b a l l   i n d i a n a   i n d i a n a p a c e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
s h o u l d   r a p t o r s   w o r r y   a b o u t   3 - p o i n t   s h o o t i n g   a f t e r   c e l t i c s   w i n ? 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
m i a m i   h e a t :   w h y   t h i s   i s   t h e   p r i m e   o f   j i m m y   b u t l e r ' s   c a r e e r 
 
 
 
 n b a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l     n e t s   b u c k s   j a z z   w a r r i o r s   a l l f l y
t i m b e r w o l v e s '   e x c i t i n g   s e c r e t   w e a p o n   w a s   o n   f u l l   d i s p l a y   a g a i n s t   m i a m i 
 
 
 
 n b a   r a i s e d b y w o l v e s   m i n n e s o t a   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l     n e t s   b u c k s   j a z z   w a r r i o r s
a n t h o n y   d a v i s   a l r e a d y   s h o w i n g   l a k e r s   f a n s   w h y   t h e y   c a n ' t   t r u s t   h i m 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l   r a i s e d b y w o l v e s   n e t s   b u c k s   j a z z   w a r r i o r s
l a k e r s   f a n s   b e g g i n g   f o r   p a c e r s   t r a d e   d u r i n g   p r e s e a s o n   ( f o r   a   n e w   r e a s o n ) 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l   r a i s e d b y w o l v e s   n e t s   b u c k s   j a z z
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
t . j .   m c c o n n e l l   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t . j . m c c o n n e l l   t . j .   m c c o n n e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
t y r e s e   h a l i b u r t o n   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e h a l i b u r t o n   t y r e s e   h a l i b u r t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   i n d i a n a   p a c e r s   n b a   v i d e o :  
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i s a i a h   j a c k s o n   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h j a c k s o n   i s a i a h   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
j a l e n   s m i t h   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n s m i t h   j a l e n   s m i t h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s
i n d i a n a   p a c e r s :   h o w   d i d   t h e   t e a m   f a r e   i n   t h e   2 0 2 2   n b a   g m   s u r v e y ? 
 
 
 
 n b a   i n d i a n a s t y l e   i n d i a n a   p a c e r s   b e t h e f i g h t   h e r e t h e y c o m e   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   l a k e s h o w   a l l f l y   w e a r e t h e v a l l e y   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
t h e     a r e   a   s u p e r   y o u n g   t e a m ,   b u t   h a v e   s o m e   v e r y   p r o m i s i n g   p l a y e r s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   p a c e r s   i n d i a n a p a c e r s   i n d i a n a   t y r e s e h a l i b u r t o n   m y l e s t u r n e r   b u d d y h i e l d   n b a t w i t t e r  
e x c i t e d   t o   f i n a l l y   a n n o u n c e   o u r   p a r t n e r s h i p   w i t h   t h e     o n   s o m e   m e r c h a n d i s e   t h i s   u p c o m i n g   s e a s o n !   w e   a r e   s t a r t i n g   w i t h   a   5   p i e c e   c o l l e c t i o n   t h a t   w i l l   o n l y   b e   a v a i l a b l e   a t   t h e   i n - a r e n a   t e a m   s t o r e .   c a n ' t   w a i t   t o   s h o w   y o u !   i n d i a n a p a c e r s   b l u e a n d g o l d   i n d i a n a  
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
b o l d ,   c r a z y   a f   p r e d i c t i o n : 
 
 t y r e s e   h a l i b u r t o n   w i l l   b e   n a m e d   a n   a l l - s t a r   t h i s   s e a s o n   a n d   w i l l   f i n i s h   t h e   s e a s o n   a s   a   9 0   o v r   o n   n b a 2 k . 
 
 i n d i a n a   p a c e r s   n b a   n b a 2 k 2 3
n e w   a r t s   c o l l a b o r a t i o n ,   h o o s i e r   h i s t o r i a ,   m a r k s   5 0 0   d a y s   t o   n b a   a l l - s t a r   2 0 2 4   -     h o o s i e r   i n d i a n a  
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
j p   h a s   b e e n   l i k e   🔥 🔥 
 
 u n d e r a r m o u r   k e v i n d u r a n t   m a r c h m a d n e s s   l e b r o n j a m e s   l a c l i p p e r s   k o b e b r y a n t   k o b e b r y a n t   s p u r s   j o r d a n   a d i d a s   n c a a   o t e   n i k e   d u k e b a s k e t b a l l   d u k e b a s k e t b a l l c a m p   w e a r e o n e   i n d i a n a p a c e r s   i n d i a n a p a c e r s   n b a d r a f t   l a k e r s   s a c r a m e n t o k i n g s   n u g g e t s  
n e v e r   s t o p   k e e p   w o r k i n g   🗣 
 
 l a c l i p p e r s   u n d e r a r m o u r   m a r c h m a d n e s s   j o r d a n   n b a d r a f t   a d i d a s   n c a a   i n d i a n a p a c e r s   n u g g e t s   k e v i n d u r a n t   l e b r o n   k o b e   n b l   a c c   n c a a b a s k e t b a l l  
n e w   v i d e o   t o   w a t c h : 
 
 " i n d i a n a   p a c e r s   m e d i a   a v a i l a b i l i t y   |   o c t o b e r   1 0 ,   2 0 2 2 "   
 
 c r e a t o r :     i n d i a n a   p a c e r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
2 5 %   o f f   j e r m a i n e   o ' n e a l   i n d i a n a   p a c e r s   m i t c h e l l   & a m p ;   n e s s   2 0 0 3 - 0 4   h a r d w o o d   c l a s s i c s   s w i n g m a n   j e r s e y s   a t   f a n a t i c s   ( u s e   c o d e   c a m p ) 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
a a r o n   n e s m i t h   o u t   w i t h   p l a n t a r   f a s c i a ,   s t a t u s   u n k n o w n   f o r   p a c e r s ’   s e a s o n   o p e n e r   a a r o n n e s m i t h   i n d i a n a p a c e r s   r i c k c a r l i s l e  
d r e a m   c o m e   t r u e   f o r   t h i s   y o u n g     f a n .     a w e s o m e ! !   i n d y   i n d i a n a p a c e r s   n b a  
🤭   i n d i a n a   h a s   a   w o n d e r f u l   6 t h   p l a y e r . 
 — 
 t h e   b r i g h t e s t ,   c r a z i e s t   a n d   m o s t   m e m o r a b l e   m o m e n t s   o f   t h e   b e s t   b a s k e t b a l l   l e a g u e   i n   t h e   w o r l d .   j o i n   u s . 
 n b a   e p i c   m o m e n t s : 
 
 — 
 n b a   b a s k e t b a l l   s h o r t s b a s k e t b a l l   h i g h l i g h t s n b a   i n d i a n a p a c e r s   p a c e r s  
t u r n i n g   t h e   p a c e r s   i n t o   t i t l e   c o n t e n d e r s !   🏀   s h o r t s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
l a k e r s ,   w a r r i o r s ,   p a c e r s   t r a d e ! ?   m y l e s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   d r a y m o n d g r e e n   d r a y m o n d g r e e n l a k e r s   d r a y m o n d g r e e n t r a d e   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   l a k e r n a t i o n   l a k e r n e w s   l a k e r n e w s t o d a y   l a k e r t r a d e   l a k e r t r a d e r u m o r s   l a k e r s n a t i o n   l a k e r s n e w s  
g e o r g e   & a m p ;   j a m e s   d u e l   |   n b a t o g e t h e r l i v e   c l a s s i c   g a m e 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
w h a t   a   m o m e n t   ❤ ️   t h i s   y o u n g   f a n   a s k e d   i f   h e   c o u l d   c h e c k   i n   a n d   . . . 
   
 
   
 a m a z i n g   b a s k e t b a l l   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   h i g h l i g h t s   i n d i a n a p a c e r s   n b a   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   s p o r t s   t r e n d i n g   u n r e a l   v i r a l   w o w  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   w a s   o n   m s g   n e t w o r k .   w i t h   c o m m e n t a r y   f r o m   e d   c o h e n .   c o - c o m m e n t a t o r   i s   w a l t   f r a z i e r .     f o r   m o r e   d e t a i l s   s e e     n e w y o r k k n i c k s   i n d i a n a p a c e r s   m s g n e t w o r k
w a t c h :   y o u n g   f a n   c r a s h e s   i n d i a n a   p a c e r s   o p e n   s c r i m m a g e ,   s c o r e s   b u c k e t   o n   a   l i f e t i m e   o p p o r t u n i t y   i n d i a n a p a c e r s  
y o u n g   f a n   a s k e d   i f   h e   c o u l d   c h e c k   i n . . . s o   t h e   p a c e r s   l e t   h i m   a n d   h e   s c o r e d   w e a r i n g   h i e l d ’ s   j e r s e y 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   n b a  
  o f f i c i a l l y   u n d e r w a y .   
 
   c y c l o n e s   |   c 5 c   n b a   n u g g e t s   s a c r a m e n t o k i n g s   l a k e r s   k o b e b r y a n t 2 4   n b a f i n a l s   n b a d r a f t   k o b e b r y a n t   f o o t b a l l   f o o t b a l l   i n d i a n a p a c e r s   s p u r s   l a c l i p p e r s   n u g g e t s n a t i o n  
p a c e r s   i m p l e m e n t   n e w   " f a n   c e n t e r e d   o f f e n s e "   a f t e r   w a t c h i n g   f o o t a g e   o f   t h e   t o p   t w o   d r a f t   p r o s p e c t s . 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
a a r o n   n e s m i t h   s u s t a i n e d   a   p l a n t a r   f a s c i a   i n j u r y   i n   t h e   p r e s e a s o n   g a m e   a t   n e w   y o r k .   h e ’ s   s i d e l i n e d   f o r   n o w   a n d   t h e   h o p e   i s   f o r   h i m   t o   b e   a v a i l a b l e   o n   o p e n i n g   n i g h t ,   r i c k   c a r l i s l e   s a i d . 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
i n d i a n a   p a c e r s   b r e a k i n g   n e w s   f t .   m y l e s   t u r n e r   s h o r t s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n   i n d i a n a p a c e r s   n b a n e w s  
a n t i c i p a t i o n   i s   h i g h   😮 
 f i r s t   p r a c t i c e   c o m p l e t e   ✅ 
 
 g o f r o g s     n b a   d u k e b a s k e t b a l l c a m p   n u g g e t s n a t i o n   e a s t c o a s t h o o p r e c r u i t   b a l l i s l i f e   i n d i a n a p a c e r s   k e v i n d u r a n t   s a n a n t o n i o s p u r s   s p u r s   n u g g e t s   l a c l i p p e r s   o t e  
n o t   s h y i n g   a w a y   f r o m   a n y t h i n g   o r   a n y o n e   😤 
 
 t e r p s n a t i o n     m e n s b a s k e t b a l l   i n d i a n a p a c e r s   g r i n d c i t y   k u h o o p s   n b a d r a f t   n b a   m i l e h i g h b a s k e t b a l l   w i z 5 0   c o n n e c t e d b y m a g i c   w i z a r d s   k e v i n d u r a n t   l a c l i p p e r s   m e m p h i s g r i z z l i e s   l e t e m k n o w   c u s r i s e   b o s t o n c e l t i c s   d a l l a s   b e t h e f i g h t  
f i r s t   o f f i c i a l l   p r a c t i c e   !   💪 🏽 🙌   
 
 s p u r s   g o s p u r s g o   s a n a n t o n i o s p u r s   i t s b r u i n t i m e   w i z a r d s   w i z 5 0   d c f a m i l y     i n d i a n a p a c e r s   m e n s b a s k e t b a l l   k u h o o p s   m i l e h i g h b a s k e t b a l l   n u g g e t s   g r i n d c i t y   c o n n e c t e d b y m a g i c     o r l a n d i p o   p u r e m a g i c   n b a   n b a d r a f t   n b a d r a f t l o t t e r y   o v e r t i m e   o t e  
b a c k   a t   i t   ⚫ ️ ⚪ ️ 
 
 b l a z e r s   n c a a   k u h o o p s   n b a   t r a e y o u n g   k e v i n d u r a n t   s t e p h c u r r y   n c a a b a s k e t b a l l   i n d i a n a p a c e r s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t b a s k e t b a l l   d a l l a s m a v s   g o m a v s   d a l l a s m a v e r i c k s   l u k a m a g i c  
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
k n i c k s   i n c r e d i b l e   4 6   p o i n t   s e c o n d   q u a r t e r   v s   i n d i a n a   p a c e r s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i m m a n u e l q u i c k l e y   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   n b a   n b a h i g h l i g h t s   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t  
r j   b a r r e t t   r e a c t s   t o   o b i   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   k n i c k s p o s t g a m e   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   o b i t o p p i n   p a c e r s   p a c e r s b a s k e t b a l l  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 c a m r e d d i s h   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s g a m e   k n i c k s h i g h l i g h t s   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s v s p a c e r s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n   n e w y o r k k n i c k s  
i n d i a n a   p a c e r s   h i g h l i g h t s   a t   n e w   y o r k   k n i c k s   |   o c t o b e r   0 7 ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
o b i   t o p p i n   p u t s   o n   a   s h o w   a s   k n i c k s   b e a t   p a c e r s   1 3 1 - 1 1 4   |   n e w   y o r k   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   s p o r t s  
i n d i a n a   p a c e r s   p o s t g a m e   m e d i a   a v a i l a b i l i t y   ( n e w   y o r k   k n i c k s )   |   o c t o b e r   7 ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
i n d i a n a   p a c e r s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   k n i c k s v s p a c e r s   n b a h i g h l i g h t s   n b a p l a y o f f s   p a c e r s v s k n i c k s  
p a c e r s   a t   k n i c k s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 0   i n d i a n a p a c e r s  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬇ ️ i n d i a n a p a c e r s   1 1 4   ( 1 - 1 ) 🔸 
 ⬆ ️ n e w y o r k k n i c k s   1 3 1   ( 2 - 0 ) 
 🔶 c h r i s   d u a r t e 🇩 🇴 
 ( s g / 6 ' 5 " / 1 9 0 l b s ) 
 🔹 1 1 / p t s 
 🔹 5 / r e b 
 🔹 3 / a s t 
 🔹 0 / s t l 
 🔹 2 / b l k 
 🔹 1 / t o 
 🔹 2 / 3 t 2 
 🔹 2 / 4 t 3 
 🔹 1 / 1 t l 
 🔹 2 0 : 3 4 / m i n : s e g 
 _ d u a r t e 5 
 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
v i c t o r   w e m b a n y a m a   v s   s c o o t   h e n d e r s o n   |   n b a   g m s   t h o u g h t s   o n   i n d i a n a   p a c e r s   |   p a c e r s - k n i c k s   p r e v i e w 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i n d i a n a   p a c e r s   -   r y a n   c a r r ,   p a c e r s   v p   o f   p l a y e r   p e r s o n n e l ,   t a l k s   d r a f t   -   s a y s   s h e l f   i s   s e v e n   d e e p ! 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a h o o s i e r s   i n d i a n a p a c e r s   i n d i a n a p o l i s c o l t s   i n d i a n a p o l i s s p o r t s  
i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a c a p s   n e w e r a f i t t e d   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   c a p   f i t t e d h e a d s   t h i s i s t h e c a p   w e a r y o u r a l l e g i a n c e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f i t t e d c a p   t h e c a p t h e p r o s w e a r   s t r i c t l y f i t t e d   h a t g a m e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g   w e a r y o u r a l l e g i a n c e   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   h a t   c a p l o v e r   f i t t e d h e a d s   c a p s   s p e a k w i t h y o u r c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d f a m   n e w e r a f i t t e d   s t a y f i t t e d 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a   c a p a h o l i c   w e a r w h a t t h e p r o s w e a r   t h i s i s t h e c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   s t a y f i t t e d   n e w e r a h a t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d h a t s   t h i s i s t h e c a p   c a p 
 

p r e s e a s o n   g a m e   t h r e a d :   i n d i a n a   p a c e r s   ( 1 - 0 )   @   n e w   y o r k   k n i c k s   ( 1 - 0 ) ,   o c t o b e r   7 t h ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
l o w e ' s   a n n u a l   n b a   t i e r s   —   l o w e   h a s   t h e   p a c e r s   r a n k e d   i n   t h e   b o t t o m   f i v e   
   
 
   
 b a s k e t b a l l   i n d i a n a   i n d i a n a p a c e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
i n d i a n a   p a c e r s   s u m m e r   l e a g u e   h i g h l i g h t s   v s .   w a s h i n g t o n   w i z a r d s   |   j u l y   1 5 ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
t h e   c h a r l o t t e   h o r n e t s   g e t   e x p o s e d   b y   t h e   i n d i a n a   p a c e r s 
   
 
   
 b r y c e m c g o w e n s   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s r u m o r s   c h a r l o t t e h o r n e t s v s i n d i a n a p a c e r s   e a s t e r n c o n f e r e n c e   h o r n e t s n e w s   i n d i a n a p a c e r s   l a m e l o b a l l   n b a p r e s e a s o n  
l a m e l o   /   l i a n g e l o   b a c k   f o r   g a m e   2   v s   p a c e r s   ( p r e s e a s o n )   c r o w d   c h a n t i n g   “ w e   w a n t   g e l o ” 
   
 
   
 b b b   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s   i n d i a n a p a c e r s   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   w e w a n t g e l o  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ i n d i a n a p a c e r s   1 2 2   ( 1 - 0 ) 🔸 
 ⬇ ️ c h a r l o t t e h o r n e t s   9 7   ( 1 
 0 - 2 ) 
 🔶 c h r i s   d u a r t e 🇩 🇴 
 ( s g / 6 ' 5 " / 1 9 0 l b s ) 
 🔹 1 2 / p t s 
 🔹 6 / r e b 
 🔹 2 / a s t 
 🔹 0 / s t l 
 🔹 0 / b l k 
 🔹 1 / t o 
 🔹 4 / 5 t 2 
 🔹 0 / 2 t 3 
 🔹 4 / 4 t l 
 🔹 2 2 : 0 9 / m i n : s e g 
 _ d u a r t e 5 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   | 1 0 / 5 / 2 2   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
i n d i a n a   p a c e r s   p o s t g a m e   m e d i a   a v a i l a b i l i t y   ( c h a r l o t t e   h o r n e t s )   |   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
p a c e r s   w i n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
n e w   v i d e o   t o   w a t c h : 
 
 " l a k e r s   & a m p ;   p a c e r s   e n g a g e d   i n   s e r i o u s   r u s s e l l   w e s t b r o o k   t a l k s   r i g h t   b e f o r e   s t a r t   o f   c a m p "   
 
 c r e a t o r :     c y r o   a s s e o 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
i n d i a n a   p a c e r s   h i g h l i g h t s   a t   c h a r l o t t e   h o r n e t s   |   o c t o b e r   0 5 ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
l a m e l o   b a l l   1 2   p t s ,   7   a s t ,   5   r e b   v s   p a c e r s   |   o c t o b e r   5 ,   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w  
e n d e   b a s k e t b a l l   h e r r e n   
 n b a s a i s o n v o r b e r e i t u n g   
 1 2 2 : 9 7   i n d i a n a p a c e r s   v s   c h a r l o t t e h o r n e t s   
 1 1 2 : 1 1 3   c l e v e l a n d c a v a l i e r s   v s   p h i l a d e l p h i a 7 6 e r s   
 1 2 5 : 1 1 9   n v   t o r o n t o r a p t o r s   v s   b o s t o n c e l t i c s   
 9 8 : 9 6   d a l l a s m a v e r i c k s   v s   o k l a h o m a c i t y t h u n d e r
t h e   p r o j e c t e d   t o p   2   p i c k s   i n   n e x t   y e a r s   d r a f t   f a c e d   o f f   a g a i n s t   e a c h   o t h e r   t o n i g h t .   w e m b a n y a m a   f i n i s h e d   w i t h   3 7   p t s   ( 1 1 - 2 0   f g s ,   7 - 1 1   f r o m   3 ) ,   4   r e b s ,   5   b l k s   a n d   s c o o t   h a d   2 8   p t s   ( 1 1 - 2 1   f g s ,   . . . 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
w e   a r e   l i v e   i n   t h e   s p e c t r u m   c e n t e r ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   l i v e   s t r e a m     c h a r l o t t e h o r n e t s   h o r n e t s   n b a   l a m e l o b a l l   t y r e s e h a l i b u r t o n   i n d i a n a p a c e r s   p a c e r s   n u m e d i a   l i t h o u s e
i n d i a n a   p a c e r s   b l o c k b u s t e r   t r a d e !   ( f e a t .   m o s e s   m o o d y   +   j a m e s   w i s e m a n ) 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s d u a r t e   c h r i s d u a r t e a n d i s a i a h j a c k s o n b l o c k b u s t e r t r a d e   d a m e r e e m s   d u a r t e a n d j a c k s o n t r a d e   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   i n d i a n a p a c e r s b l o c k b u s t e r t r a d e  
p r e s e a s o n   g a m e   t h r e a d :   i n d i a n a   p a c e r s   ( 0 - 0 )   @   c h a r l o t t e   h o r n e t s   ( 0 - 1 ) ,   o c t o b e r   5 t h ,   2 0 2 2 . 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
d o   t h e   d e a l !   -   m i c h a e l   w i l b o n   u r g e s   . . . 
   
 
   
 b u d d y h i e l d   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   i n d i a n a p a c e r s t r a d e   l o s a n g e l e s   l o s a n g e l e s l a k e r s   l o s a n g e l e s l a k e r s i n d i a n a p a c e r s t r a d e   l o s a n g e l e s l a k e r s l e b r o n j a m e s   l o s a n g e l e s l a k e r s t r a d e  
r e g g i e   m i l l e r   3   c a r d   l o t   i n d i a n a p a c e r s   p a c e r s   
 
 $ 1 . 5 0   e a c h   o r   $ 3   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
1 9 9 8 - 9 9   f l e e r   u l t r a   6 0   m a r k   j a c k s o n   i n d i a n a p a c e r s   p a c e r s   
 
 $ 1 . 5 0   e a c h   o r   $ 2   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
i n d i a n a p a c e r s   1 1   c a r d   l o t   p a c e r s   
 
 $ 4 . 5 0   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
t h e   l a t e s t   o n   p o t e n i t a l   l a k e r s - p a c e r s   t r a d e   i n v o l v i n g   r u s s e l l   w e s t b r o o k   a s   m o r e   d e t a i l s   a r e   r e p o r t e d 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
t h e     a r e   a   s u p e r   y o u n g   t e a m ,   b u t   h a v e   s o m e   v e r y   p r o m i s i n g   p l a y e r s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   p a c e r s   i n d i a n a p a c e r s   i n d i a n a   t y r e s e h a l i b u r t o n   m y l e s t u r n e r   b u d d y h i e l d   n b a t w i t t e r  
c a n   t h e   i n d i a n a   p a c e r s   m a k e   t h e   2 0 2 3   n b a   p l a y o f f s ? ?   f u t u r e   n b a   d y n a s t y ? ? 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
e x c i t e d   t o   f i n a l l y   a n n o u n c e   o u r   p a r t n e r s h i p   w i t h   t h e     o n   s o m e   m e r c h a n d i s e   t h i s   u p c o m i n g   s e a s o n !   w e   a r e   s t a r t i n g   w i t h   a   5   p i e c e   c o l l e c t i o n   t h a t   w i l l   o n l y   b e   a v a i l a b l e   a t   t h e   i n - a r e n a   t e a m   s t o r e .   c a n ' t   w a i t   t o   s h o w   y o u !   i n d i a n a p a c e r s   b l u e a n d g o l d   i n d i a n a  
n e w   v i d e o   t o   w a t c h : 
 
 " c a n   t h e   i n d i a n a   p a c e r s   m a k e   t h e   2 0 2 3   n b a   p l a y o f f s ? ?   f u t u r e   n b a   d y n a s t y ? ? "   
 
 c r e a t o r :     b a c k y a r d   b u c k e t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " i n d i a n a   p a c e r s   m e d i a   a v a i l a b i l i t y   |   o c t o b e r   0 3 ,   2 0 2 2 "   
 
 c r e a t o r :     i n d i a n a   p a c e r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
l a k e r s   t r a d e   u p d a t e   w i t h   . . . 
   
 
   
 b u d d y h i e l d l a k e r s   c e n t r a l d i v i s i o n   c o l e s w i d e r l a k e r s   d a m i a n j o n e s l a k e r s   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   j s m   j s m l a k e r s   k e n d r i c k n u n n l a k e r s   k e n d r i c k n u n n t r a i n i n g c a m p   l a k e r s c o l e s w i d e r   l a k e r s f r e e a g e n c y   l a k e r s n a t i o n  
t h i s   r u s s e l l   w e s t b r o o k   n e w s   i s   d i s t u r b i n g 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   l a k e r s b u d d y h i e l d   l a k e r s m y l e s t u r n e r   l a k e r s t r a d e   l o s a n g e l e s l a k e r s   n b a   n b a t r a d e   p a c e r s t r a d e   r u s s e l l w e s t b r o o k p a c e r s   r u s s e l l w e s t b r o o k t r a d e  
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
n b a   l o s a n g e l e s l a k e r s   i n d i a n a p a c e r s   r u s s e l l w e s t b r o o k   b u d d y h i e l d   l a k e r s   r e p o r t e d l y   c a m e   c l o s e   t o   t r a d i n g   r u s s e l l   w e s t b r o o k   t o   p a c e r s  
n b a   l o s a n g e l e s l a k e r s   i n d i a n a p a c e r s   r u s s e l l w e s t b r o o k   l a k e r s   c a m e   c l o s e   t o   t r a d i n g   r u s s e l l   w e s t b r o o k   t o   p a c e r s  
i   k n o w   e x a c t l y   w h o   w a s   d r a f t e d   a h e a d   o f   m e   -   b e n n e d i c t   m a t h u r i n   |   n b a   t o d a y 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   h i g h l i g h t s   i n d i a n a p a c e r s   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   s p o r t s   v i r a l  
d e t r o i t   p i s t o n s   v s   i n d i a n a   p a c e r s   -   f u l l   . . . 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s v s i n d i a n a p a c e r s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   i n d i a n a p a c e r s   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a s u m m e r l e a g u e   n b a s u m m e r l e a g u e 2 0 2 1  
t h e   i n d i a n a   p a c e r & a m p ; 3 9 ; s   m a l c o l m   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s d u a r t e h i g h l i g h t s   c h r i s d u a r t e n b a   c h r i s d u a r t e p a c e r s   d e a n d r e a y t o n   d e a n d r e a y t o n f r e e a g e n c y   d e a n d r e a y t o n p a c e r s   d e a n d r e a y t o n t r a d e   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   i n d i a n a p a c e r s 2 0 2 2  
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
c h r i s   d u a r t e   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c h r i s d u a r t e   c h r i s   d u a r t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s
g o l d e n   s t a t e   w a r r i o r s '   b i g   t h r e e   f a c e s   u n c e r t a i n   f u t u r e 
 
 
 
 n b a   i n d i a n a   p a c e r s   i n d i a n a s t y l e   h e a t n a t i o n   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i   b u l l s n a t i o n
i n d i a n a   p a c e r s :   d r a y m o n d   g r e e n   f i a s c o   h i g h l i g h t s   n e e d   f o r   s t a b i l i t y 
 
 
 
 n b a   i n d i a n a   p a c e r s   i n d i a n a s t y l e   h e a t n a t i o n   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i
r j   b a r r e t t   r e a c t s   t o   o b i   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   k n i c k s p o s t g a m e   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   o b i t o p p i n   p a c e r s   p a c e r s b a s k e t b a l l  
o b i   t o p p i n   p u t s   o n   a   s h o w   a s   k n i c k s   b e a t   p a c e r s   1 3 1 - 1 1 4   |   n e w   y o r k   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   s p o r t s  
d e a r   g o o d   v e g a n   b a d   v e g a n , 
 
 n i c e   t o   m e e t   y o u   😊   
 h a r d i n g   r i v e r s i d e   n a p t o w n   i n d i a n a   s p e e d w a y   c o l t s   p a c e r s   i n d i a n s b a s e b a l l   @   w e s t s i d e ,   i n d i a n a p o l i s  
t y r e s e   h a l i b u r t o n   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e h a l i b u r t o n   t y r e s e   h a l i b u r t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
g o g a   b i t a d z e   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g o g a b i t a d z e   g o g a   b i t a d z e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i n d i a n a   p a c e r s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   i n d i a n a   p a c e r s   n b a   v i d e o :  
b e n n e d i c t   m a t h u r i n   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n n e d i c t m a t h u r i n   b e n n e d i c t   m a t h u r i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
t y r e s e   h a l i b u r t o n   h i g h l i g h t s   -   k n i c k s   v s .   p a c e r s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   t y r e s e   h a l i b u r t o n   n y k   i n d   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w y o r k   k n i c k s   i n d i a n a   p a c e r s
j a l e n   g r e e n   s k i e s   f o r   t h e   o o p   🚀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a l e n   g r e e n   a l l e y o o p   d u n k   h o u   h o u s t o n   r o c k e t s   i n d   i n d i a n a   p a c e r s
o b i   t o p p i n   w i t h   t h e   b l o c k   a n d   t h e   e a s t b a y ?   👀   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   o b i   t o p p i n   d u n k   b l o c k   n y k   n e w y o r k   k n i c k s   i n d   i n d i a n a   p a c e r s
i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a c a p s   n e w e r a f i t t e d   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   c a p   f i t t e d h e a d s   t h i s i s t h e c a p   w e a r y o u r a l l e g i a n c e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f i t t e d c a p   t h e c a p t h e p r o s w e a r   s t r i c t l y f i t t e d   h a t g a m e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g   w e a r y o u r a l l e g i a n c e   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   h a t   c a p l o v e r   f i t t e d h e a d s   c a p s   s p e a k w i t h y o u r c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d f a m   n e w e r a f i t t e d   s t a y f i t t e d 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a   c a p a h o l i c   w e a r w h a t t h e p r o s w e a r   t h i s i s t h e c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   s t a y f i t t e d   n e w e r a h a t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d h a t s   t h i s i s t h e c a p   c a p 
 

l o w e ' s   a n n u a l   n b a   t i e r s   —   l o w e   h a s   t h e   p a c e r s   r a n k e d   i n   t h e   b o t t o m   f i v e   
   
 
   
 b a s k e t b a l l   i n d i a n a   i n d i a n a p a c e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
s h o u l d   r a p t o r s   w o r r y   a b o u t   3 - p o i n t   s h o o t i n g   a f t e r   c e l t i c s   w i n ? 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
m i a m i   h e a t :   w h y   t h i s   i s   t h e   p r i m e   o f   j i m m y   b u t l e r ' s   c a r e e r 
 
 
 
 n b a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l     n e t s   b u c k s   j a z z   w a r r i o r s   a l l f l y
t i m b e r w o l v e s '   e x c i t i n g   s e c r e t   w e a p o n   w a s   o n   f u l l   d i s p l a y   a g a i n s t   m i a m i 
 
 
 
 n b a   r a i s e d b y w o l v e s   m i n n e s o t a   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l     n e t s   b u c k s   j a z z   w a r r i o r s
a n t h o n y   d a v i s   a l r e a d y   s h o w i n g   l a k e r s   f a n s   w h y   t h e y   c a n ' t   t r u s t   h i m 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l   r a i s e d b y w o l v e s   n e t s   b u c k s   j a z z   w a r r i o r s
l a k e r s   f a n s   b e g g i n g   f o r   p a c e r s   t r a d e   d u r i n g   p r e s e a s o n   ( f o r   a   n e w   r e a s o n ) 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l   r a i s e d b y w o l v e s   n e t s   b u c k s   j a z z
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
t . j .   m c c o n n e l l   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t . j . m c c o n n e l l   t . j .   m c c o n n e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
t y r e s e   h a l i b u r t o n   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e h a l i b u r t o n   t y r e s e   h a l i b u r t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   i n d i a n a   p a c e r s   n b a   v i d e o :  
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i s a i a h   j a c k s o n   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h j a c k s o n   i s a i a h   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
j a l e n   s m i t h   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n s m i t h   j a l e n   s m i t h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s
i n d i a n a   p a c e r s :   h o w   d i d   t h e   t e a m   f a r e   i n   t h e   2 0 2 2   n b a   g m   s u r v e y ? 
 
 
 
 n b a   i n d i a n a s t y l e   i n d i a n a   p a c e r s   b e t h e f i g h t   h e r e t h e y c o m e   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   l a k e s h o w   a l l f l y   w e a r e t h e v a l l e y   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
t h e     a r e   a   s u p e r   y o u n g   t e a m ,   b u t   h a v e   s o m e   v e r y   p r o m i s i n g   p l a y e r s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   p a c e r s   i n d i a n a p a c e r s   i n d i a n a   t y r e s e h a l i b u r t o n   m y l e s t u r n e r   b u d d y h i e l d   n b a t w i t t e r  
e x c i t e d   t o   f i n a l l y   a n n o u n c e   o u r   p a r t n e r s h i p   w i t h   t h e     o n   s o m e   m e r c h a n d i s e   t h i s   u p c o m i n g   s e a s o n !   w e   a r e   s t a r t i n g   w i t h   a   5   p i e c e   c o l l e c t i o n   t h a t   w i l l   o n l y   b e   a v a i l a b l e   a t   t h e   i n - a r e n a   t e a m   s t o r e .   c a n ' t   w a i t   t o   s h o w   y o u !   i n d i a n a p a c e r s   b l u e a n d g o l d   i n d i a n a  
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
b o l d ,   c r a z y   a f   p r e d i c t i o n : 
 
 t y r e s e   h a l i b u r t o n   w i l l   b e   n a m e d   a n   a l l - s t a r   t h i s   s e a s o n   a n d   w i l l   f i n i s h   t h e   s e a s o n   a s   a   9 0   o v r   o n   n b a 2 k . 
 
 i n d i a n a   p a c e r s   n b a   n b a 2 k 2 3
n e w   a r t s   c o l l a b o r a t i o n ,   h o o s i e r   h i s t o r i a ,   m a r k s   5 0 0   d a y s   t o   n b a   a l l - s t a r   2 0 2 4   -     h o o s i e r   i n d i a n a  
🏀 h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   b u l l s   t o   f i r s t   p r e - s e a s o n   w i n   o v e r   n u g g e t s 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s   y
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i   w a n t   t o   b e   a n g r y ,   t o o .   b u t   t h i s   f r o m     i s   p a i n f u l l y   f a i r   r e :   p a c e r s   l o c a l   t v   s i t u a t i o n . 
 

h o w   y o u   c o n s u m e   s p o r t s   i s   c h a n g i n g .   t h e   p a c e r s   k n o w   i t ,   a n d   s o   d o e s   .   
 

" w a t c h   t h e   ,   o r   d o n ’ t .   r e a d   t h e   ,   o r   d o n ’ t .   j u s t   d o n ’ t   t e l l   m e   y o u   c a n ' t .   b e c a u s e   y o u   c a n , "   w r i t e s   c o l u m n i s t   .   p a c e r s   

p a u l   g e o r g e ' s   ( _ t r e c e )   2 0 1 3 - 1 4   s h o t   c h a r t : 
 
 v o l u m e :   e x t r e m e   |   p _ 9 8   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 5 3 
 e f f i c i e n c y :   a v e r a g e   |   p _ 5 1 
 e f f i c i e n c y   v a l u e :   a v e r a g e   |   p _ 3 7 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   c o r n e r 3 
 b e s t   v a l u e   z o n e :   c o r n e r 3 
 
 p a u l g e o r g e 
 p a c e r s  
n e w   v i d e o   t o   w a t c h : 
 
 " i n d i a n a   p a c e r s   m e d i a   a v a i l a b i l i t y   |   o c t o b e r   1 0 ,   2 0 2 2 "   
 
 c r e a t o r :     i n d i a n a   p a c e r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
" w a t c h   t h e   ,   o r   d o n ’ t .   r e a d   t h e   ,   o r   d o n ’ t .   j u s t   d o n ’ t   t e l l   m e   y o u   c a n ' t .   b e c a u s e   y o u   c a n , "   w r i t e s   c o l u m n i s t   .   p a c e r s    
j a g s   g a m e   w i l l   a n s w e r   q u e s t i o n s   a b o u t   c o l t s !   m a t t   r y a n   w i n n e r   o r   l o s e r ?   c a n   i u b b   k e e p   p r o m i s e ?   p a c e r s   h o m e   t o m o r r o w   n i g h t !    
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
c h i c a g o   b u l l s :   h o w   p a t r i c k   w i l l i a m s   j u s t   l o s t   t h e   s t a r t i n g   p f   j o b 
 
 
 
 n b a   c h i c a g o   b u l l s n a t i o n   b u l l s   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o   p a c e r s
e x p e c t i n g   t h i s   f r o m   c a r i s   l e v e r t   f o r   c a v s   w o u l d   b e   w i s h f u l   t h i n k i n g 
 
 
 
 n b a   c l e v e l a n d   c a v a l i e r s   c a v s   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   b u l l s n a t i o n   g o s p u r s g o   p a c e r s
5   b a l l   h a n d l e r   t r a d e   t a r g e t s   f o r   m a v e r i c k s   b e f o r e   s t a r t   o f   2 0 2 2 - 2 3   r e g u l a r   s e a s o n 
 
 
 
 n b a   m f f l   d a l l a s   m a v e r i c k s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   b u l l s n a t i o n   g o s p u r s g o   r o c k e t s   p a c e r s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
i ' m   g o n n a   g o   t o   a n   i u   f o o t b a l l   g a m e   o n   s a t u r d a y   a n d   t h e n   a     g a m e   e i t h e r   w e d n e s d a y ,   f r i d a y   o r   s a t u r d a y   n e x t   w e e k e n d   d u r i n g   m y   v a c a t i o n .   i u f b   p a c e r s   g o l d b l o o d e d
🤭   i n d i a n a   h a s   a   w o n d e r f u l   6 t h   p l a y e r . 
 — 
 t h e   b r i g h t e s t ,   c r a z i e s t   a n d   m o s t   m e m o r a b l e   m o m e n t s   o f   t h e   b e s t   b a s k e t b a l l   l e a g u e   i n   t h e   w o r l d .   j o i n   u s . 
 n b a   e p i c   m o m e n t s : 
 
 — 
 n b a   b a s k e t b a l l   s h o r t s b a s k e t b a l l   h i g h l i g h t s n b a   i n d i a n a p a c e r s   p a c e r s  
c o m i n g   u p   t u e s d a y   m o r n i n g :   f o r m e r   r a y s   c u b s   a n g e l s   m a n a g e r   j o e   m a d d o n   j o i n s   u s   a t   9   t o   t a l k   a b o u t   h i s   n e w   b o o k   a n d   t h e   m l b   p o s t s e a s o n   +   t h e   c o l t s   g e t   r e a d y   f o r   t h e   j a g u a r s   s o   w e ’ l l   t a l k   t o   s a f e t y   _ t h o m a s 2 6   +   p a c e r s   p r e s e a s o n !   s e e   y o u   a t   7 !  
    i ' m   a   l i f e   l o n g ,   d i e   h a r d   p a c e r s   f a n   a n d   i   w i l l   n e v e r   f o r g i v e   y o u .   t h e   i d e a   y o u   g e t   a   r i n g   a n d   r e g g i e   m i l l e r   d i d n ' t ,   i s   a   h u g e   d i s g r a c e .
  b r u s   i t   j u s t   d a w n e d   o n   m e   t h a t   t h e   d r e a m   i s   s t i l l   a l i v e   ‘ r e g g i e ’   c a n   b e   a   g i r l s   n a m e   p a c e r s
c a r s o n   w e n t z   l e t s   t h e   c o l t s   d o w n   a g a i n ,   p a c e r s   p r e s e a s o n   a c t i o n   g e t s   s t a r t e d ,   a n d   w e e k   5   o f   t h e   n f l   i s   i n   t h e   b o o k s !     b r e a k s   i t   a l l   d o w n   u n t i l   6 ! 
 
 4 : 0 0     
 5 : 0 0     
 
 📻 
 📺
i ' m   g o i n g   t o   k e e p   t h r o w i n g   t h i s   t r a d e   o u t   t h e r e .   p r i t c h a r d   c o u l d   t u r n   i n t o   a   v e r y   g o o d   p l a y e r   f o r   t h e   p a c e r s   a n d   b r i s e t t   i s   a   g o o d   f i t   f o r   t h e   c e l t i c s   a s   a   s w i t c h a b l e   w i n g / b i g   w h o   c a n   h i t   3 s .   c e l t i c s   p a c e r s  
  w a s   r e a l l y   h i t t i n g   t h e   d o u g i e   t h o   i   c a n t   f o r g e t   i t   p a c e r s   p a c e r s f a n j a m
p a c e r s   c o a c h   r i c k   c a r l i s l e : 
 
 " t h e r e ’ s   s o   m u c h   u p s i d e   w i t h   t h i s   g r o u p   t h a t ,   f r o m   a   c o a c h i n g   s t a n d p o i n t ,   t h i s   i s   r e a l l y   i n v i g o r a t i n g .   i t ’ s   n o t   g o i n g   t o   h a p p e n   o v e r n i g h t ,   i t ’ s   g o i n g   t o   t a k e   t i m e .   w e ’ r e   g o i n g   t o   d o   i t   t h e   r i g h t   w a y . . . " 
 

c o m i n g   u p :   w e ' r e   w r a p p i n g   t h e   s h o w   w i t h   s o m e   p a c e r s   t a l k   a s     j o i n s   u s !  
d a m j a n   r u d e z ' s   c a r e e r ( 2 0 1 4 - 2 0 1 7 )   s h o t   c h a r t : 
 
 v o l u m e :   m i n i s c u l e   |   p _ 1 1   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   g o o d   |   p _ 7 6 
 e f f i c i e n c y :   g o o d   |   p _ 7 8 
 e f f i c i e n c y   v a l u e :   g o o d   |   p _ 7 4 
 
 f a v o r i t e   z o n e :   c o r n e r 3 
 b e s t   s k i l l   z o n e :   m i d r a n g e 
 b e s t   v a l u e   z o n e :   c o r n e r 3 
 
 d a m j a n r u d e z 
 p a c e r s   m a g i c   t i m b e r w o l v e s  
s u b s c r i b e   e a s i l y   f r o m   y o u r   p h o n e 
 
 2   y r   $ 7 5 
 1   y r   $ 5 2   
 
 
 o r 
 v e n m o   
 c a s h   a p p   
 
 s p o r t s b e t t i n g   i u f b   i u b b   p u r d u e   n o t r e d a m e   c o l t s   s n f   j a x v s i n d   d a k i c h   i n d i a n a p o l i s   p a c e r s   m l b   m l b p o s t s e a s o n   y a n k e e s  
w e ' r e   b a c k   a n d   r e a d y   t o   r o l l   t h i s   m o n d a y   m o r n i n g !   h o w   d i d   y o u   e n j o y   a   c o l t s   -   l e s s   s u n d a y ?     t h e   s t a t e   o f   t h e   a f c   s o u t h   & a m p ;   g e t t i n g   r e a d y   f o r   t h e   j a g u a r s   +   p a c e r s   p r e - s e a s o n ! 
 
 8   -     
 9 : 4 0   -    
p a c e r s f a n j a m   p a c e r s   t h a n k s   f o r   t h e   p h o t o   o p p o r t u n i t y   g e n t l e m e n !   _ d u a r t e 5  
t h e s e   g u y s   c a n   p u l l   i t   f r o m   a n y w h e r e 💦 
 w e t   l i k e   w a t e r ! 
 s t e p h c u r r y   b u d d y h i e l d   f r e d v a n v l e e t   k n i c k s   g s w   n y k   p a c e r s   r a p t o r s   n b a f a n t a s y   l a t v i a n f a n t a s y l e a g u e   f a n t a s y r a d a r  
h e y     p e e p s   i   k n o w   s o m e   o f   y o u   a r e   b i g     f a n s   t o o   _   w a n t s   t o   g o   t o   a   b a s k e t b a l l   g a m e   w h a t ' s   a   g o o d   s p o t   t o   s i t   i n     f o r   a   g a m e ?   i   f o u n d   c h e a p   a s s   s e a t s   2 0 0   l e v e l   r o w   1 .   f o r t h e s h o e   p a c e r s   b b a l l  
i n d i a n a   p a c e r s   n e w   e r a   n a v y   2 0 2 1 / 2 2   c i t y   e d i t i o n   b i g   & a m p ;   t a l l   p u l l o v e r   h o o d i e   p a c e r s  
  l e t ' s   s p e n d   t h e   y e a r   d e b a t i n g   o n   w h e t h e r   w e   s h o u l d   t a n k   f o r   t h e   7 - 2   f r e n c h   k i d .   i   s a y   y e s .   w h a t   s a y   y o u ?   p a c e r s
h e ' s   n o t   o u r   b u d d y ,   g u y .   s a c r a m e n t o k i n g s   p a c e r s    
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
g e t   y o u r   h o t   j e r s e y s     n f l j e r s e y s   n f l   n b a j e r s e y s   n b a m o m e n t   n h l j e r s e y s   n h l   m l b j e r s e y s   s o c c e r j e r s e y s   c u s t o m j e r s e y s   k n i c k s   n e t s   c e l t i c s   r a p t o r s   7 6 e r s   p i s t o n s   p a c e r s   c a v a l i e r s   b u c k s   b u l l s   h e a t   m a g i c   w i z a r d s   h a w k s   h o r n e t s   t i m b e r w o l v e s   n u g g e t s   j a z z  
1 ️ ⃣ 0 ️ ⃣ : 2 ️ ⃣ 0 ️ ⃣   s p o r t s l o c k e r   _ t v   
 
 🏈     e x c l u s i v e l y   w /   j i m   i r s a y   o n   e s c a p i n g   d e n v e r   w i t h   a   w   
 🏈     o n   h o w   t o   f i t   t h e   o - l i n e   
 🏈   a n o t h e r   a f c   s o u t h   l o w l i g h t   f o r   w e n t z   
 
 + p a c e r s   s e a s o n   o p e n e r   c o u n t d o w n   & a m p ;   b e s t   o f   f a n   j a m   w /    
s m h   t h e   s a m e   c o u l d   b e   s a i d   t o d a y   p a c e r s   s i g n l a n c e p l z  
🏀 2 0 2 2   d e t a l e n t   s e a r c h 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
c o m i n g   u p   m o n d a y   m o r n i n g :   i t   w a s   a   c o l t s - l e s s   s u n d a y .   w e ’ l l   b r e a k   i t   a l l   d o w n   a n d   l o o k   a h e a d   t o   t h e m   g e t t i n g   r e a d y   f o r   t h e   j a g u a r s   +   p a c e r s   p r e s e a s o n   t a l k   a n d   a   w h o l e   l o t   m o r e !       j o i n   u s   a s   w e l l !   s e e   y o u   a t   7 !  
t h i s   w a s   p r e t t y   a w e s o m e   t o d a y ,   e v e r y t h i n g   a b o u t   i t .   p a c e r s  
f o r m e r   p a c e r s   f o r w a r d   a n d   m i c h i g a n   b a s k e t b a l l   s t a r   j a l e n   r o s e   i s   o n   c e l e b r i t y   j e o p a r d y   t o n i g h t . 
 n b a   n b a t w i t t e r
i c m y i :   t h e     s h o u l d   t r a d e   f o r   m y l e s   t u r n e r   b e c a u s e   h e ' s   a   p e r f e c t   m a t c h   w i t h   z i o n .   r e a d   w h y : 
 
 z i o n   p e l i c a n s   n b a   p a c e r s  
  l o o k   a t   h o w   m a n y   p e o p l e   a r e   t h e r e   f o r   f a n   a p p r e c i a t i o n   d a y .   t h i s   f o r   a   t e a m   t h a t   f a i l e d   t o   m a k e   t h e   p l a y o f f s .   1 0 k   p l u s   i n   b l o o m i n g t o n   o n   f r i d a y   a n d   t h i s   t o d a y .   
 
 b a s k e t b a l l   i s   a   r e l i g i o n   i n   i n d i a n a .   
 p a c e r s   i u b b
    i ’ v e   b e e n   b l e s s e d   e n o u g h   t o   s e e   a l o t   o f   g o o d   p a c e r s   b a s k e t b a l l   i n   m y   l i f e t i m e   !
m a t c h i n g   g l o v e s   m i n e   a n d   m i c k e y   m o u s e   p a c e r s   p a c e r s n a t i o n  
p a c e r s   p a c e r s n a t i o n   f a n t a s t i c   f u n d e r f u l l   t i m e     r e p r e s e n t i n g   t h e   b l u e   a n d   g o l d   1 g o a l  
p a c e r s   p a c e r s n a t i o n   w a i t i n g   f o r   t h e   o p e n i n g   b e l l     f a n j a m   p a c k e d   h o u s e  
  t h a t ’ s   c o o l ,   t h i s   i s   w h a t   w e   w a n t e d   k n o w i n g   t h e   p a t h   t e a m s   g o t t a   t a k e   t o   b e   a   f o r   r e a l   c o n t e n d e r   d o w n   t h e   r o a d .   s o o n e r   t h a n   l a t e r ,   h o p e f u l l y   p a c e r s
p a c e r s   p a c e r s n a t i o n     f o r   t h e     f a n j a m  
f a n   j a m   w a s   a   s u c c e s s   🤍   s o   r e a d y   f o r   t h i s   w e e k   😁 🏀   
 p a c e m a t e s   p a c e r s   n b a d a n c e r  
🏀 c a v s   p r a c t i c e :   j . b .   b i c k e r s t a f f 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
p a c e r s   s c h e d u l e  
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
k a r a o k e   c o n t d 
 p a c e r s   h a d   a   g r e a t   f a n j a m   t h a n k   u   s o   m u c h !  
b u d d y   h i e l d   k a r a o k e   p a c e r s  
p a c e r s   b u d d y   h i e l d   w o n   t h e   f i n a l   r o u n d   w i t h   2 4  
p a c e r s   3   p t   c o n t e s t 
 l a n g s t o n   g a l l o w a y   2 2   i   t h i n k   .   i   f o r g e t   😅  
p a c e r s   3   p t   c o n t e s t 
 b u d d y   h i e l d   2 2  
t o p   s t o r y :   :   ' h a p p e n i n g   n o w :   p a c e r s   f a n   j a m . 
 d o o r s   o p e n   1 1 a m   a n d   r u n s   1 2 - 2 p m . 
 p a c e r s   n b a   '     s e e   m o r e  
t o p   s t o r y :   :   ' h a p p e n i n g   n o w :   p a c e r s   f a n   j a m . 
 d o o r s   o p e n   1 1 a m   a n d   r u n s   1 2 - 2 p m . 
 p a c e r s   n b a   '     s e e   m o r e  
i   w i l l   l e t   y o u   k n o w   t h a t   t h e   p a c e r s   a r e   n o t   m a k i n g   a n y   b a s k e t s   a n y w h e r e   🤨
t h e   p a c e r s   a l l   l o o k   g o o d .     i s   f a s t   a s   e v e r .
p a c e r s   t h e   l o w e r   l e v e l s   a r e   f u l l .   t h i s   i s   a c t u a l l y   g r e a t   t o   s e e !   g a i n b r i d g e  
p a c e r s   t h e   l o w e r   l e v e l s   a r e   f u l l .   t h i s   i s   a c t u a l l y   g r e a t   t o   s e e !   g a i n b r i d g e  
b e n e d i c t   m a t h u r i n   h a s   n o   r e m o r s e   f o r   h i s   t e a m m a t e s .   c u r r e n t l y   c h a n n e l i n g   h i s   i n n e r   “ t i m b e r w o l v e ”   j i m m y   b u t l e r   r n   a t   t h e   p a c e r s f a n j a m   p a c e r s
l o v e   t o   s e e   t h i s   p a c e r s   c r o w d !  
p a c e r s   f a n j a m   a t   g a i n b r i d g e   f i e l d h o u s e . 
 n b a   n b a t w i t t e r   p a c e r s  
u p d a t e s   t o   b o n u s   r o o m   w a l l   c o m p l e t e .   w i l l   a d d   t o   c e i l i n g   l a t e r .   h a v e   t o   r u n   i d e a s   t h r o u g h   m y   m i n d   a   d o z e n   o r   s o   t i m e s   b e f o r e   s t a r t i n g .   
 l g m   t h e s e m e t s   
 p a c e r s   b e l i k e b r e  
m a s t e r   o f   c l a s s i c   r o c k   ! 
 r o b e r t   j o n   l i v e   i n   f r a n c e   ( + w e i r d   i t w ) 
 
 
 
 u s a   c l a s s i c r o c k   c e l t i c s   u t a h j a z z     w a r r i o r s n a t i o n   h e a t   l a k e r s n a t i o n   c l i p p e r s   o k c   n u g g e t s   k n i c k s   n e t s   p i s t o n s   b u l l s n a t i o n   s i x e r s   r a m s   g i a n t s   p a c e r s   s p u r s f a m i l y
h a p p e n i n g   n o w :   p a c e r s   f a n   j a m . 
 d o o r s   o p e n   1 1 a m   a n d   r u n s   1 2 - 2 p m . 
 p a c e r s   n b a  
p a c e r s   f a n   j a m   1 1 - 2 p m   t o d a y .   f a n s   a r e   h y p e d   a n d   o u t   i n   f o r c e .   l e t ' s   g o !   p a c e r s  
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
c h r i s   d u a r t e   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c h r i s d u a r t e   c h r i s   d u a r t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s
i   m i g h t   h a v e   r u n n i n g   c o m m e n t a r y   o n   f a n j a m   t o d a y   f o r   p a c e r s   f a n s .   w e ' l l   s e e
g o l d e n   s t a t e   w a r r i o r s '   b i g   t h r e e   f a c e s   u n c e r t a i n   f u t u r e 
 
 
 
 n b a   i n d i a n a   p a c e r s   i n d i a n a s t y l e   h e a t n a t i o n   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i   b u l l s n a t i o n
i n d i a n a   p a c e r s :   d r a y m o n d   g r e e n   f i a s c o   h i g h l i g h t s   n e e d   f o r   s t a b i l i t y 
 
 
 
 n b a   i n d i a n a   p a c e r s   i n d i a n a s t y l e   h e a t n a t i o n   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
k n i c k s   i n c r e d i b l e   4 6   p o i n t   s e c o n d   q u a r t e r   v s   i n d i a n a   p a c e r s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i m m a n u e l q u i c k l e y   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   n b a   n b a h i g h l i g h t s   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t  
p a c e r s   f a n j a m   i s   t o d a y y y y y y y   💙 💛 💙 💛 💙 💛
t h e   c a r d i n a l s   h a v e   b e e n   e l i m i n a t e d .   t h e   p a c e r s   w i l l   b e   m i d .   t h e   c o l t s   a r e   m i d .   b u t l e r   b a s k e t b a l l   m o s t   l i k e l y   m i d .   g u y s .   m y   s p o r t s   f a n d o m   i s   t e r r i b l e .   j u s t   a w f u l   f o r t h e s h o e   s t l c a r d s   p a c e r s
t h e   n b a d r a f t   l i t e r a l l y   c a n   b e   a   g a m e   c h a n g e r   f o r   a   f r a n c h i s e   & a m p ;   c i t y ,   s p o r t s   w i s e .   t h e   p a c e r s   g e t   @   l e a s t   o n e   m o r e   d a w g   n e x t   j u n e   & a m p ;   i t ’ s   g o - t i m e   f o r   r e a l .  
r j   b a r r e t t   r e a c t s   t o   o b i   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   k n i c k s p o s t g a m e   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   o b i t o p p i n   p a c e r s   p a c e r s b a s k e t b a l l  
🏀 w e ' r e   b a c k !   a l l - a c c e s s   f r o m   b u c k s   t r a i n i n g   c a m p   2 0 2 2 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
h e a v i e s t   p l a y e r s   i n   n b a   h i s t o r y :   👀 
 
 ▪ ️   o l i v e r   m i l l e r :   3 7 5   l b s .   
 ▪ ️   s h a q u i l l e   o ' n e a l :   3 6 0   l b s . 
 ▪ ️   s i m   b h u l l a r :   3 6 0   l b s . 
 ▪ ️   e d d y   c u r r y :   3 5 0   l b s . 
 ▪ ️   m i k e   s w e e t n e y :   3 4 0   l b s . 
 
 u s e d   t h e i r   h e f t   t o   t h e i r   a d v a n t a g e .   💪 
 
 p a c e r s   c e l t i c s   k i n g s   m a v s   k n i c k s   n b a  
w h e n   y o u r   s o n     t r i e s   t o   e m u l a t e   _ _ d a v i s   a f t e r   a   g a m e !   m e n o f g o d   h i g h s c h o o l f o o t b a l l   s a i n t s   p a c e r s   f o o t b a l l   b o y s o f f a l l   d e f e n s e   o f f e n s e   s p e c i a l  
t h e   v i c t o r   w e m b a n y a m a   s w e e p s t a k e s   -   
 
 i t ’ s   t i m e   t o   r e a d   u p   o n   t h i s   w e m b a n y a m a   g u y !   g o   c h e c k   o u t   m y   a r t i c l e !   n b a   n b a t w i t t e r   n b a 2 k 2 3   n b a 2 k   n b a s u m m e r   s p u r s   r o c k e t s   t h u n d e r   j a z z   p a c e r s   p i s t o n s   h o r n e t s   n b a p r e s e a s o n   g l e a g u e   i g n i t e
o b i   t o p p i n   p u t s   o n   a   s h o w   a s   k n i c k s   b e a t   p a c e r s   1 3 1 - 1 1 4   |   n e w   y o r k   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   s p o r t s  
m y   r e a d   o n   t h e   i n d i a n a   p a c e r s '   d e p t h   c h a r t   f o r   f a n t a s y :   
 
 p g   t y r e s e   h a l i b u r t o n 
 s g   c h r i s   d u a r t e 
 s f   b u d d y   h i e l d 
 p f   j a l e n   s m i t h 
 c   m y l e s   t u r n e r 
 6   t j   m c c o n n e l l 
 7   i s a i a h   j a c k s o n 
 8   b e n n e d i c t   m a t h u r i n 
 9   t e r r y   t a y l o r 
 1 0   o s h a e   b r i s s e t t 
 
 p a c e r s   n b a   n b a 2 k 2 3       f a n t a s y
d e a r   g o o d   v e g a n   b a d   v e g a n , 
 
 n i c e   t o   m e e t   y o u   😊   
 h a r d i n g   r i v e r s i d e   n a p t o w n   i n d i a n a   s p e e d w a y   c o l t s   p a c e r s   i n d i a n s b a s e b a l l   @   w e s t s i d e ,   i n d i a n a p o l i s  
c a n ’ t   e x p e c t   o s h a e   b r i s e t t   t o   g e t   m i n u t e s   a n d   h i s   g a m e   i s   n o t   i m p r o v i n g   .   y e s ,   o s h a e   i s   a   d e c e n t   p l a y e r   .   b u t   i f   h e   i s   n o t   d e v e l o p i n g   a s   a   p l a y e r   h e   w o n ’ t   w i n   m i n u t e s   o v e r   t h e   g u y s   t h a t   a r e .   p a c e r s
o b i   t o p p i n   p u l l e d   t h i s   o f f   i n   g a m e   🤯 🔥 
 
 ( 🎥 :   )   
 
 n b a   n b a t w i t t e r   k n i c k s   p a c e r s   n e w y o r k f o r e v e r   g o l d b l o o d e d  
🔴   l i v e   p o d c a s t :   t h e   c r o s s r o a d s   p o d -   e p i s o d e   2 2 :   s i n g i n g   t h e   b l u e s   o n     b o i l e r u p   c h i r p c h i r p   c o l t s   f o r t h e s h o e   g o i r i s h   i u f b   p a c e r s   w e f l y  
t h e   2 0 1 3 - 2 0 1 4   p a c e r s   n e e d   t o   h a v e   a   3 0   f o r   3 0   j u s t   b a s e d   o n   t h i s   p i c t u r e   a n d   t h i s   t w e e t .    
t h e     a l l - t i m e   r e c o r d   i s   2 2 7 5 - 2 1 7 3   ( . 5 1 1 ) .   p a c e r s   g o l d b l o o d e d
l i t t l e   p o s t g a m e   r e a c t i o n   t o   l a s t   n i g h t s   p l u n d e r i n g .   a l s o   a v a i l a b l e   o n   s p o t i f y   
 
   k n i c k s   n y k   n y k n i c k s   n b a p r e s e a s o n   n b a   p a c e r s   p o d c a s t     
 

📊   o b i   t o p p i n   v s   i n d i a n a : 
 
 2 4   p o i n t s 
 1 0 / 1 4   s h o o t i n g 
 4   t h r e e s   
 2   b l o c k s 
 1   e a s t b a y   d u n k   
 2 0   m i n u t e s 
 
 n b a   n b a i t a l i a   n b a p r e s e a s o n   k n i c k s   p a c e r s  
🎙 ️   r j   b a r r e t t :   " t h a t   [ b e t w e e n   t h e   l e g s   d u n k ]   w a s   c r a z y . " 
 
 o b i   t o p p i n :   " h e   s e e s   i t   e v e r y d a y . " 
 
 r j :   " h e   d o e s   t h a t   a l l   t h e   t i m e . "   
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s   n b a p r e s e a s o n  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
🏀 a l l - a c c e s s :   t r a i n i n g   c a m p   b e g i n s   ( e p .   1 ) | c h i c a g o   b u l l s 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n ‼ ️ 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s    
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n ‼ ️ 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s   

📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 •   o b i   t o p p i n 
 
 2 4   p t s ,   2   b l k ,   4   3 p m 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s     
  
r e s u l t s   o f   n b a   m a t c h e s   p r e s e a s o n   0 7 / 1 0 / 2 0 2 2 
 
 c h i c a g o b u l l s   b o s t o n c e l t i c s   n u g g e t s   h o r n e t s   k n i c k s   p a c e r s   p i s t o n s   p e l i c a n s   m a v e r i c k s   h a w k s   b u c k s   n b a i n a b u d h a b i   u s a  
t y r e s e   h a l i b u r t o n   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e h a l i b u r t o n   t y r e s e   h a l i b u r t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
g o g a   b i t a d z e   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g o g a b i t a d z e   g o g a   b i t a d z e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i n d i a n a   p a c e r s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   i n d i a n a   p a c e r s   n b a   v i d e o :  
b e n n e d i c t   m a t h u r i n   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n n e d i c t m a t h u r i n   b e n n e d i c t   m a t h u r i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   r e s u l t s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2   ;   n b a   g a m e s   t o d a y ;   c e l t i c s 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s
  t w o   g r e a t e s t   i n   g a m e   d u n k s   h a d   p a c e r s   o n   t h e   f l o o r .   b l u e a n d g o l d   p a c e r s   p g 1 3
n e w   y o r k   k n i c k s   i n d i a n a   p a c e r s     p o s t   g a m e   r e v i e w     v i a     n e w y o r k   n e w y o r k f o r e v e r
o h   p a c e r s   m u s t   o f   h a d   m o s t   o f   o u r   s t a r t e r s   s i t t i n g … .   n b a   🤣   c e r t a i n l y   n o t   h o w   t h e   r e g u l a r   s e a s o n   w i l l   g o .   i n d y   g o n n a   c u r b   s t o m p   k n i c k s   t h i s   y e a r .   e n j o y   👍  
t y r e s e   h a l i b u r t o n   h i g h l i g h t s   -   k n i c k s   v s .   p a c e r s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   t y r e s e   h a l i b u r t o n   n y k   i n d   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w y o r k   k n i c k s   i n d i a n a   p a c e r s
a r o u n d   d e c e m b e r   w h e n   t h e   p a c e r s   a r e   g i v i n g   u p   1 3 0   n i g h t l y ,   i ’ m   g o n n a   b e   g l a d   t h a t   t h e   r e l e n t l e s s   p o s i t i v i t y   h a s   d r a i n e d   a w a y   a n d   p e o p l e   c a n   j o i n   m e   o n   m y   i s l a n d .   
 
 i t ’ s   l o n e l y   h e r e   n o w
o b i t o p p i n   s c o r e s   2 4   p o i n t s   o f f   t h e   b e n c h   t o   l i f t   t h e   k n i c k s   o v e r   t h e   p a c e r s .   f i n a l :   i n d   1 1 4   -   1 3 1   n y k   n b a p r e s e a s o n
k n i c k s   b e a t   t h e   p a c e r s 
 i .   j a c k s o n   -   6 p t s ,   3 r e b 
 j .   r a n d l e   -   1 5 p t s ,   7 r e b ,   4 a s t ,   1 s t l 
 i .   q u i k l e y - 1 7 p t s ,   3 r e b ,   3 a s t ,   1 s t l 
 
 k y p r o b a s k e t b a l l   🏀 
 n b a 2 l o u     l e t s g o p r o     n b a t w i t t e r     b b n   😼
f e r r o n   h u n t   d o n ’ t   d o   i t   p t   2   n b a   b a s k e t b a l l   n b a t w i t t e r   f e r r o n h u n t   k n i c k s   n y k   k n i c k s t a p e   p a c e r s   b l o c k   g o g a b i t a d z e  
p a c e r s   f u t u r e   m e e t s   p a c e r s   p a s t :     a n d     a f t e r   t o n i g h t ’ s   g a m e   a t   t h e   g a r d e n .  
t o n i g h t   w a s   o b i   t o p p i n ’ s   g r e a t e s t   g a m e   a s   a   k n i c k   🔥 🤯       k n i c k s   p a c e r s
j a l e n   g r e e n   s k i e s   f o r   t h e   o o p   🚀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a l e n   g r e e n   a l l e y o o p   d u n k   h o u   h o u s t o n   r o c k e t s   i n d   i n d i a n a   p a c e r s
f e r r o n   h u n t   w h y ? ?   n b a   b a s k e t b a l l   k n i c k s   f e r r o n h u n t   n b a t w i t t e r   n y k   k n i c k s t a p e   g o g a b i t a d z e   b l o c k   p a c e r s  
f i n a l   f r o m   t h e   g a r d e n 
 k n i c k s   1 3 1 
 p a c e r s   1 1 4 
 
 o b i   & a m p ;   i q   p l a y e d   r e a l l y   w e l l   o f f   t h e   b e n c h .   b a r r e t t   & a m p ;   b r u n s o n   w e ’ r e   c o o k i n g   e a r l y   a n d   c o o l e d   o f f   i n   t h e   s e c o n d   h a l f ,   b u t   c e r t a i n l y   a   g o o d   s i g n   f o r   n e w   y o r k .   
 
 t o p p i n :   2 4   p t s ,   4 / 7   3 p t 
 q u i c k l e y :   1 7   p t s ,   3   a s t ,   3 / 6   3 p t
  l o o k i n g   g o o d ,   u n f o r t u n a t e l y   p r e - s e a s o n   h a s   b e e n   a g a i n s t     p i s t o n s   a n d     p a c e r s   !   w e   a r e   g o i n g   t o   b e   b e t t e r , b u t   l e t s   s e e   h o w   g o o d !   d e f i n i t e l y   d e e p !   t h i b s   h a s   h i s   w o r k   c u t   o u t ! !   k n i c k s   o b i      
n e m b h a r d   d i m e   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   a n d r e w n e m b h a r d   d e i v i d a s s i r v y d i s  
o b i   t o p p i n   w i t h   t h e   b l o c k   a n d   t h e   e a s t b a y ?   👀   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   o b i   t o p p i n   d u n k   b l o c k   n y k   n e w y o r k   k n i c k s   i n d   i n d i a n a   p a c e r s
o b i   t o p p i n   & a m p ;   i m m a n u e l   q u i c k l e y   n e x t   t o   r j   b a r r e t t   a r e   t h e   f u t u r e !   i t   d o e s n ’ t   m a t t e r   i f   c l o w n   c o a c h   t h i b s   l i k e s   i t   o r   n o t .   o n c e   w e   f i r e   h i m ,   w e   t a k i n g   o f f   b a b y !   t e l l e m   k n i c k s   p a c e r s  
k n i c k s   b e a t   p a c e r s   1 2 1 - 9 7 .   o n l y   p r e s e a s o n   t h o u g h 
 i   h o p e   t h e y   c a n   p l a y   t h i s   g o o d   i n   r e g u l a r   s e a s o n .
m a t h u r i n   a n d 1   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   b e n n e d i c t m a t h u r i n   r o o k i e   p r e s e a s o n  
o b i   t o p p i n   d u n k i n g   a n d   t r y i n g !   k n i c k s   n b a   p a c e r s  
d e t l e f   s c h r e m p f   w a s   a   d o - i t - a l l   f o r w a r d   d u r i n g   h i s   c a r e e r   💯 
 
 3 x   a l l - s t a r 
 1 9 9 5   a l l - n b a   t h i r d   t e a m 
 2 x   s i x t h   m a n   o f   t h e   y e a r 
 
 1 3 . 9   p p g 
 6 . 2   r p g 
 3 . 4   a p g 
 4 9 . 1   f g % 
 3 8 . 4   3 p % 
 8 0 . 3   f t % 
 2 9 . 6   m p g 
 
 g e r m a n   l e g e n d .   👏 
 
 b l a z e r s   m a v s   p a c e r s   n b a  
  t o p p i n   e a s t   b a y   f u n k   i n   g a m e   d u n k   w a s   n a s t y   v s   p a c e r s   j u s t   n o w   🏀 🏀 🔥 🔥 🔥 🔥 🔥
s l o p p y   h a n d o f f   l e a d s   t o   t h i s   b r e a k   a w a y   o f f   t h e   b a c k b o a r d   d u n k   b y   s m i t h .   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   j a l e n s m i t h   a l l e y o o p  
i   w i l l   s a y   i   m i s s e d   h e a r i n g   _ j _ b o y l e   v o i c e   t h i s   o f f   s e a s o n .   s o   g l a d   t o   h e a r   h i m   b r o a d c a s t   t h e   p a c e r s   o n c e   a g a i n .   t h e   b e s t   t o   e v e r   d o   i t . 
 p a c e r s   k n i c k s
h a l i b u r t o n   w i t h   t h e   s t e a l   a n d   b a s k e t   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   t y r e s e h a l i b u r t o n  
d u a r t e   f i n i s h e s   a t   t h e   b a s k e t   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   c h r i s d u a r t e  
h a l i b u r t o n   d r a i n s   t h e   o p e n   3   n b a   b a s k e t b a l l   p a c e r s   t y r e s e h a l i b u r t o n   n b a t w i t t e r  
m i t c h   r o b   g o t t a   b l o c k   t h i s .   n b a   b a s k e t b a l l   b u d d y h i e l d   p a c e r s   n b a t w i t t e r   p r e s e a s o n  
e n d   o f   q 2 
 k n i c k s   7 2 
 p a c e r s   5 4 
 
 r j   b a r r e t t :   1 6   p t s ,   2   r e b ,   4 / 5   3 p t 
 j a l e n   b r u n s o n :   1 5   p t s ,   3   a s t 
 o b i   t o p p i n :   1 0   p t s ,   2 / 4   3 p t
b u d d y   h i e l d   3   b a l l   n b a   b a s k e t b a l l   p a c e r s   b u d d y h i e l d   n b a t w i t t e r   p r e s e a s o n  
t u r n e r ' s   s h o t   m i s s e d   t o   e n d   o f   t h e   f i r s t   h a l f 
 p a c e r s   5 4   k n i c k s   7 2   h  
p e o p l e   w h o   k e e p   s a y i n g   t h e   p a c e r s   n e e d   t o   t r a d e   b u d d y   a n d   m i l e s   o r   t h e y ' l l   b e   t o o   g o o d   t o   t a n k   h a v e   n e v e r   w a t c h e d   b u d d y   o r   m i l e s   p l a y
b u d d y   h i e l d   t r e y 
 p a c e r s   5 2   k n i c k s   6 9   2 n d  
j u l i u s   r a n d l e   b u c k e t 
 p a c e r s   4 9   k n i c k s   6 9   2 n d  
j u l i u s   r a n d l e   s t e p - b a c k   j u m p e r 
 p a c e r s   4 7   k n i c k s   6 7   2 n d  
j u l i u s   r a n d l e   f r o m   d o w n t o w n 
 p a c e r s   4 7   k n i c k s   6 5   2 n d  
🏀 i n d i a n a   p a c e r s   h i g h l i g h t s   a t   c h a r l o t t e   h o r n e t s | o c t o b e r   0 5 ,   2 0 2 2 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
m i t c h e l l   r o b i n s o n   o n   b o t h   e n d s   o f   t h e   c o u r t 
 p a c e r s   4 7   k n i c k s   6 0   2 n d  
m i t c h e l l   r o b i n s o n   b o a r d   & a m p ;   s l a m 
 p a c e r s   4 7   k n i c k s   6 0   2 n d  
r j   b a r r e t t   d o w n t o w n 
 p a c e r s   4 3   k n i c k s   5 4   2 n d  
c h r i s   d u a r t e   t r e y 
 p a c e r s   4 3   k n i c k s   5 1   2 n d  
b u d d y   h i e l d   b u c k e t 
 p a c e r s   4 0   k n i c k s   4 6   2 n d  
o b i   t o p p i n   d o w n t o w n 
 p a c e r s   3 8   k n i c k s   4 6   2 n d  
o k ,   s o   m a y b e   t h e   p a c e r s   d o n ' t   h a v e   t h e   b e s t   s e c o n d   u n i t   i n   t h e   l e a g u e .   p a c e r s
o b i   t o p p i n   d r i v i n g   b u c k e t 
 p a c e r s   3 8   k n i c k s   4 3   2 n d  
j e r i c h o   s i m s   s t u f f 
 p a c e r s   3 8   k n i c k s   4 1   2 n d  
m i l e s   m c b r i d e   t r e y 
 p a c e r s   3 7   k n i c k s   3 9   2 n d  
i m m a n u e l   q u i c k l e y   b u c k e t 
 p a c e r s   3 7   k n i c k s   3 6   2 n d  
b e n n e d i c t   m a t h u r i n   t r e y 
 p a c e r s   3 5   k n i c k s   3 1   2 n d  
o b i   t o p p i n   d o w n t o w n 
 p a c e r s   3 2   k n i c k s   3 1   2 n d  
o b i   t o p p i n   l a y u p 
 p a c e r s   3 1   k n i c k s   2 8   2 n d  
t j   m c c o n n e l l   p u l l u p   j u m p e r 
 p a c e r s   3 1   k n i c k s   2 6   e n d   o f   1 s t  
e n d   o f   q 1 
 k n i c k s   2 6 
 p a c e r s   3 1 
 
 r j   b a r r e t t :   1 1   p t s ,   2   r e b ,   3 / 4   3 p t 
 j a l e n   b r u n s o n :   7   p t s ,   1   r e b ,   1   a s t
m a t h u r i n   o f f   t h e   i n   b o u n d s .   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   b e n e d i c t m a t h u r i n  
d e r r i c k   r o s e   🌹 
 p a c e r s   2 9   k n i c k s   2 6   1 s t  
b e n n e d i c t   m a t h u r i n   l a y u p 
 p a c e r s   2 9   k n i c k s   2 4   1 s t  
g r e a t   p i c k u p   f o r   t h e   p a c e r s !   b e n n e d i c t   i s   h i m !       p a c e r s   💙 💛
b e n n e d i c t   m a t h u r i n   & a m p ;   o n e 
 p a c e r s   2 7   k n i c k s   2 4   1 s t  
p a c e r s   l e t ' s   g o . . .   b e a t   k n i c k s   i n d v s n y
d e r r i c k   r o s e   🌹 
 p a c e r s   2 1   k n i c k s   2 4   1 s t  
h a l i b u r t o n   g e t s   t o   t h e   r i m .   n b a   b a s k e t b a l l   p a c e r s   t y r e s e h a l i b u r t o n   n b a t w i t t e r  
i m m a n u e l   q u i c k l y   d o w n t o w n 
 p a c e r s   1 9   k n i c k s   2 2   1 s t  
c h r i s   d u a r t e   & a m p ;   o n e 
 p a c e r s   1 9   k n i c k s   1 9   1 s t  
i ’ m   s u r p r i s e d   m a t h u r i n   i s   n o t   s t a r t i n g   o r   e v e n   o f f   t h e   b e n c h   y e t   f o r   t h e   p a c e r s .   d u a r t e   i s   p l a y i n g   n i c e   s o   f a r   b u t   t h i s   k i d   i s   g r e a t ,   w a t c h   f o r   h i m   w h e n   h e   d o e s   c h e c k   i n   t o n i g h t   f o r   t h e   p a c e r s
i m m a n u e l   q u i c k l e y   b u c k e t 
 p a c e r s   1 6   k n i c k s   1 9   1 s t  
t e r r y   t a y l o r   l a y u p 
 p a c e r s   1 6   k n i c k s   1 7   1 s t  
j a l e n   b r u n s o n   d r i v i n g   f l o a t e r 
 p a c e r s   1 4   k n i c k s   1 4   1 s t  
i s a i a h   j a c k s o n   & a m p ;   t e r r y   t a y l o r   a r e   t h e   f i r s t   t w o   s u b s   o f f   t h e   b e n c h   t o n i g h t .   p a c e r s
h a l i b u r t o n   b u c k e t 
 p a c e r s   1 4   k n i c k s   1 0   1 s t  
r j   b a r r e t t   d o w n t o w n 
 p a c e r s   1 2   k n i c k s   1 0   1 s t  
t y r e s e   h a l i b u r t o n   d o w n t o w n 
 p a c e r s   9   k n i c k s   7   1 s t  
c h r i s   d u a r t e   f r o m   d o w n t o w n 
 p a c e r s   9   k n i c k s   5   1 s t  
b u d d y   h i e l d   3   b a l l   n b a   b a s k e t b a l l   n b a t w i t t e r   b u d d y h i e l d   p a c e r s  
n b a   p r e s e a s o n 
 
 h o r n e t s   + 5 . 5   - 1 1 0   h o r n e t s 
 p a c k e r s   + 4 . 5   - 1 1 0   p a c e r s 
 
 m i n u t e m a i d j a y   g a m b l i n g t w i t t e r
p a c e r s   v s   k n i c k s   n b a   f r e e   s t r e a m 
 l i v e   t v   -   
 
 0 7   o c t o b e r ,   1 9 : 3 0   e t   t i m e 
 n b a s t r e a m s   n b a   n b a p r e a s e a s o n   p a c e r s   k n i c k s  
i n d i a n a   p a c e r s   @   n e w   y o r k   k n i c k s   |   l i v e s t r e a m   w / g a m e   c o m m e n t a r y   +   r e a c t i o n s  
w e   a r e   l i v e !   k n i c k s   p a c e r s   n y k n i c k s   n e w y o r k f o r e v e r   
 

w h o ' s   a t   t h e   g a m e   t o n i g h t ?     
 k n i c k s   p a c e r s
w e ' l l   b e   l i v e   i n   2 0   m i n u t e s   b r i n g i n g   y o u   p r e s e a s o n   c o m m e n t a r y   o f   t h e   k n i c k s   a n d   p a c e r s !   y o u   d o n ' t   w a n n a   m i s s   i t ! 
 

v i c t o r   w e m b a n y a m a   v s   s c o o t   h e n d e r s o n   |   n b a   g m s   t h o u g h t s   o n   i n d i a n a   p a c e r s   |   p a c e r s - k n i c k s   p r e v i e w 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
p a c e r s   w i n   w e d n e s d a y .   c o l t s   w i n   l a s t   n i g h t .   c a n   w e   g e t   t h e   t r i f e c t a   a n d   g e t   t h a t   p a c e r s   d u b   t o n i g h t ?   i   k n o w   i t ’ s   o n l y   p r e s e a s o n   b u t   i   l i k e   t o   w a t c h   t h e m   w i n . 
 
 w e   t e a m   i n d y   o v e r   h e r e   a l l   d a y !
g o t   a   f u l l   s c h e d u l e   f o r   t o n i g h t ! 
 n b a t v   n b a   n b a t w i t t e r   c e l t i c s   a l l f l y   p a c e r s   k n i c k s   n u g g e t s   b u l l s n a t i o n   w e t h e n o r t h   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s   m a g i c   m f f l   m a v e r i c k s   r a p t o r s   h o r n e t s   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n  
b a c k   t o   b a s k e t b a l l !   j o i n   m y s e l f ,     +     a s   w e   w i l l   b e   l i v e s t r e a m i n g   t o n i g h t ' s   p r e s e a s o n   m a t c h u p   b e t w e e n   t h e   p a c e r s   +   t h e   k n i c k s   a t   7 : 2 5 p m !   j o i n   u s   i n   t h e   c o m m e n t   s e c t i o n   a s   w e   g e t   a   l o o k   a t   w h a t   t h e   k n i c k s   m a y   l o o k   l i k e   i n   2 0 2 2 ! 

n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s
p l e a s e   t a n k   f o r   t h i s   g u y   p a c e r s   ! g e n e r a t i o n a l   t a l e n t   n b a  
h i   e v e r y o n e ,   v i s a   p r o b l e m   w i t h   m y   g i r l f r i e n d ,   i m p o s s i b l e   t o   c o m e   t o   n y   t o n i g h t .   w e ' r e   s e l l i n g   t w o   t i c k e t s   t o   s e e   t h e   n y c   k n i c k s   v s   i n d i a n a   p a c e r s   p l a y o f f   g a m e .   a n y o n e   i n t e r e s t e d ?   🏀 
 b a s k e t b a l l   n b a   p l a y o f f s 2 0 2 2   k n i c k s   p a c e r s   n y c   m a d i s o n s q u a r e g a r d e n
🏀 t r a i n i n g   c a m p   d a y   o n e 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
v e g a s   o d d s   f a v o r   t h e   k n i c k s   o v e r   t h e   p a c e r s ,   - 5 . 0  
t h e   n e w   y o r k   k n i c k s   p u t   a n o t h e r   p e r f e c t   p r e s e a s o n   o n   t h e   l i n e   o n   f r i d a y   n i g h t . 
 
 f i n d   o u t   w h o   a n d   w h a t   t o   w a t c h   f o r   i n   m y   l a t e s t : 
 n e w y o r k f o r e v e r   p a c e r s   n b a t w i t t e r   
 

t o n i g h t ,   w e ' l l   b e   s t r e a m i n g   o u r   f i r s t   n b a   g a m e   o f   t h e   s e a s o n   t o n i g h t   a s   t h e   p a c e r s   t a k e   o n   t h e   k n i c k s   a t   m s g !   w e ' l l   b e   l i v e   a t   7 : 2 5   p m   f o r   p r e g a m e   d i s c u s s i o n   a n d   t h o u g h t s   b e f o r e   t i p - o f f   a t   7 : 4 0 !   s e e   y a   g u y s   t h e n ! 
 n e w y o r k f o r e v e r   

h o l l i n g e r ' s   a n a l y s i s   i s   w a y   o f f   h e r e ,   b u t   i   l i k e   t h i s   t r a d e   f o r   b o t h   s i d e s . 
   g e t   s h o o t i n g   a n d   s t r e t c h   5 
 p a c e r s   d o n ' t   h a v e   t o   t a k e   o n   w e s t b r i c k   a n d   s t u n t   h a l i b u r t o n ' s   g r o w t h  
i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a c a p s   n e w e r a f i t t e d   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   c a p   f i t t e d h e a d s   t h i s i s t h e c a p   w e a r y o u r a l l e g i a n c e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f i t t e d c a p   t h e c a p t h e p r o s w e a r   s t r i c t l y f i t t e d   h a t g a m e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g   w e a r y o u r a l l e g i a n c e   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   h a t   c a p l o v e r   f i t t e d h e a d s   c a p s   s p e a k w i t h y o u r c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d f a m   n e w e r a f i t t e d   s t a y f i t t e d 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a   c a p a h o l i c   w e a r w h a t t h e p r o s w e a r   t h i s i s t h e c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   s t a y f i t t e d   n e w e r a h a t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d h a t s   t h i s i s t h e c a p   c a p 
 

n o b o d y ’ s   g o i n g   t o   s a y   i t   s o   i   a m !   
 
 p a c e r s   2 0 2 5   n b a   c h a m p i o n s h i p   s t a r t i n g   r o s t e r 
 
 p g :   h a l i b u r t o n 
 s g :   m a t h u r i n 
 s f :   p a u l   g e o r g e 
 p f :   s t i x 
 c :   w e m b a n y a m a
i f   p a c e r s   g e t   v i c t o r   w e m b a n y a m a   i   h a v e   n o   d o u b t   i n   m y   m i n d   t h e   p a c e r s   w i l l   f i n a l l y   g e t   t h a t   n b a   c h a m p i o n s h i p
l o w e ' s   a n n u a l   n b a   t i e r s   —   l o w e   h a s   t h e   p a c e r s   r a n k e d   i n   t h e   b o t t o m   f i v e   
   
 
   
 b a s k e t b a l l   i n d i a n a   i n d i a n a p a c e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
m y l e s   t u r n e r   s u i t s   u p   f o r   t h e   f i r s t   t i m e   s i n c e   j a n u a r y ,   d r o p s   1 2   p o i n t s   f o r   i n d i a n a   p a c e r s   i n d i a n a   p a c e r s   c e n t e r   m y l . . .     p a c e r s  
n e w   j o i n t   i s   u p . 
 
 k n i c k s   n y k   n y k n i c k s   n e w y o r k   
 p i s t o n s   p a c e r s   v i c t o r w e m b a n y a m a   
 n b a   p r e s e a s o n   
 
           _ 3 2   
 

l a k e r s ,   p a c e r s   k e e p i n g   i n   t o u c h   a g a i n   a b o u t   b u d d y   h i e l d   t r a d e   s t a t u s     l a k e r s
t h i s   c o l t s   t e a m   i s   j u s t   n o t   i t .   i   d o n ’ t   e v e n   f u c k i n g   c a r e   i f   w e   w i n   o r   l o s e   t h i s   o n e .   i   w a n t   e v e r y o n e   g o n e .   r e i c h ,   b a l l a r d …   i ’ d   t r a d e   a w a y   l e o n a r d ,   n e l s o n ,   m o o r e ,   a n d   o t h e r s   f o r   t h e   h i g h e s t   d r a f t   p i c k s   i   c o u l d   g e t .   n e e d   t o   r e h a u l ,   a   l a   t h e   p a c e r s
a t l a n t a   h a w k s '   d e j o u n t e   m u r r a y   s e n d s   s t r o n g   m e s s a g e   t o   t e a m m a t e s 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   g o s p u r s g o   s a n a n t o n i o   w e t h e n o r t h   h e a t t w i t t e r   l a k e s h o w   d u b n a t i o n   p a c e r s   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
d e f e n s e   i s   w o r n   o u t   a n d   s o   a m   i .   d o n e   w i t h   t h i s   t e a m   f o r   t h e   s e a s o n .   p a c e r s   m i g h t   b e   b a d   b u t   t h e r e ' s   c o h e s i o n   a n d   h o p e   u n l i k e   t h e   c o l t s
s h o u l d   r a p t o r s   w o r r y   a b o u t   3 - p o i n t   s h o o t i n g   a f t e r   c e l t i c s   w i n ? 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
m i a m i   h e a t :   w h y   t h i s   i s   t h e   p r i m e   o f   j i m m y   b u t l e r ' s   c a r e e r 
 
 
 
 n b a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l     n e t s   b u c k s   j a z z   w a r r i o r s   a l l f l y
t i m b e r w o l v e s '   e x c i t i n g   s e c r e t   w e a p o n   w a s   o n   f u l l   d i s p l a y   a g a i n s t   m i a m i 
 
 
 
 n b a   r a i s e d b y w o l v e s   m i n n e s o t a   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l     n e t s   b u c k s   j a z z   w a r r i o r s
a n t h o n y   d a v i s   a l r e a d y   s h o w i n g   l a k e r s   f a n s   w h y   t h e y   c a n ' t   t r u s t   h i m 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l   r a i s e d b y w o l v e s   n e t s   b u c k s   j a z z   w a r r i o r s
l a k e r s   f a n s   b e g g i n g   f o r   p a c e r s   t r a d e   d u r i n g   p r e s e a s o n   ( f o r   a   n e w   r e a s o n ) 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l   r a i s e d b y w o l v e s   n e t s   b u c k s   j a z z
t a n k   t o   t r y   t o   g e t   w e m b a n y a m a ?   n e e d   t o   r e a l l y !   p a c e r s     _ s m i t h   g e n e r a t i o n a l   t a l e n t .
🏀 c h a s e   d o w n   p o d c a s t   l i v e :   i n s i d e   t h e   l a b   w i t h   j a m a l   r i c h a r d s o n 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
w i t h   e v e r y   u t t e r l y   r i d i c u l o u s   h i g h l i g h t   i   b e c o m e   a   b i g g e r   f a n   o f   t h e   m o o t e d   w e s t b r o o k   f o r   m y l e s / b u d d y   d e a l .   p a c e r s  
p a c e r s   a b o u t   t o   h a v e   v i c t o r   w e m b a n y a m a ,   t y r e s e   h a l i b u r t o n   a n d   b e n n e d i c t   m a t h u r i n   t a k e   b a c k   o v e r   t h e   c i t y ’ s   a t t e n t i o n   f r o m   c o l t s .
🏀 h i g h l i g h t s :   b u c k s   1 0 2 - g r i z z l i e s   1 0 7 | 1 0 . 1 . 2 2 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
w h e r e   d o   g u y s   t h i n k   t h e     w i l l   e n d   u p ?   l o o k   a t   m y   p r e d i c a t i o n   b e l o w   a n d   t e l l   m e   w h a t   y o u   t h i n k   a b o u t   i t !   n b a   p a c e r s   t h e h o o p c o a l i t i o n   w h o g o t n e x t  
d i d   t h e   p a c e r s   g e t   a   w i n ?   y e p !   m y   t h o u g h t s   o n   l a s t   n i g h t ' s   g a m e   a n d   w h o   o v e r / u n d e r p e r f o r m e d   i n   p r e s e a s o n   g a m e   o n e . 
 
 p a c e r s   |     

b r a h   f o r   a l l   y o u   c o m p l a i n i n g   a b o u t   b a l l y   s p o r t s   o r   n o t   b e i n g   a b l e   t o   w a t c h   a   g a m e   y o u   w a n t .   t h e r e   a r e   a   m i l l i o n   w e b s i t e s   t o   w a t c h   f r e e   s t r e a m s   j u s t   u s e   y o u r   p l a y s t a t i o n / x b o x / c o m p u t e r .   i t ’ s   s u p e r   e a s y   p a c e r s
w h a t   i s   e v e r y b o d y ’ s   p l a n   f o r   w a t c h i n g   t h e     t h i s   s e a s o n ,   i   d o n ’ t   h a v e   c a b l e   a n d   l i v e   i n   i n d y   ,   i ’ v e   b e e n   h e a r i n g     i s   a s s   b u t   h a v e n ’ t   u s e d   i t   i n d y   p a c e r s   c o l t s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
p a c e r s   b l o w   o u t   t h e   h o r n e t s   l a s t   n i g h t   i n   c h a r l o t t e .     r o o k   b e n n e d i c t   m a t h u r i n   p u t   i n   1 5   p o i n t s   a n d   a a r o n   n e s m i t h   h a d   1 6 .     l a s t   n i g h t ,   y o u t h   w a s   s e r v e d !
_ h i _ h e l l o _   b i g   t h r e e   d a z e .   p a c e r s   y e s t e r d a y   a n d   t o m o r r o w ,   s a n d w i c h e d   b y   o u r   c o l t s   t o d a y ? ? ? ?   
 
 w o w z a .   w e   g o t   a   l o t   g o i n ’   o n ,   g g .
i   l i k e   t h i s   l o w   k e y . . .   a s   a   w a r r i o r s   f a n .   b e t t e r   t h a n   l o s i n g   d r a y   f o r   n o t h i n g   b e c a u s e   i t   s e e m s   h e   h a s   h i s   e y e s   s e t   o n   d e t r o i t 
 
 d u b n a t i o n   p a c e r s   w a r r i o r s   l a k e r s  
g e t   y o u r s e l v e s   o v e r   a n d   g i v e   a   l i s t e n   t o   m y   g u y s !   b e s t   s p o r t s   p o d c a s t   o f   a l l   t i m e   e v e r !   y o u ’ l l   h a v e   a   g r e a t   t i m e !   c o l t s   p a c e r s  
e p i s o d e   1 5   o f   " t h e   3 1 7   s p o r t s   p r o j e c t "   i s   o u t   f r i e n d s .   m a n ,   w e   h a d   a   b l a s t   w i t h   t h i s   o n e .   w e   t a l k e d   t u a ,   a a r o n   j u d g e ,   t h e   c o l t s ,   p a c e r s   a n d   m o r e .   w e   e v e n   g i v e   s o m e   l o v e   t o   d m x   ( r i p ,   k i n g ) !   y o u   d o n ' t   w a n n a   m i s   t h i s   o n e .   
 
 e n j o y ,   e p .   1 5 !   p e n n a n d p o p s 
 

y e s t e r d a y ' s   n b a p r e s e a s o n   f i n a l   g a m e   s c o r e s : 
 
 • s i x e r s   t y r e s e   m a x e y :   2 1   p t s 
 
 • p a c e r s   i s a i a h   j a c k s o n :   1 3   p t s ,   6   r e b ,   4   b l k 
 
 • r a p t o r s   g a r y   t r e n t :   9   p t s ,   4   r e b ,   2   s t l 
 
 • s u n s   d e v i n   b o o k e r :   2 2   p t s ,   3   r e b 
 • s u n s   c h r i s   p a u l :   1 3   p t s ,   1 0   a s t ,   4   r e b ,   2   s t l 
 
 ( v i a   )  
u p   n e x t :   w e ' r e   r e c a p p i n g   t h e   p a c e r s   p r e s e a s o n   o p e n e r   w i t h     !   w h a t   w e r e   h i s   b i g g e s t   t a k e a w a y s   a n d   w h o   i m p r e s s e d !  
a   t o u g h   g a m e   f o r   t h e   h o r n e t s   l a s t   n i g h t   v e r s u s   t h e   p a c e r s .   d e s p i t e   c u t t i n g   t h e   l e a d   d o w n   t o   9   d u r i n g   t h e   3 q ,   t h e   p a c e r s   w e n t   o n   a   r u n   a n d   e n d e d   u p   b l o w i n g   o u t   t h e   h o r n e t s   f o r   t h e   s e c o n d   s t r a i g h t   g a m e   t h i s   p r e s e a s o n .   a l l f l y
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t t w i t t e r   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s    
p a c e r s   n o t   t r y i n g   t o   o v e r r e a c t   b u t   w h o   a r e   w e   p l a y i n g   i n   t h e   f i n a l s
t . j .   m c c o n n e l l   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t . j . m c c o n n e l l   t . j .   m c c o n n e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
t y r e s e   h a l i b u r t o n   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e h a l i b u r t o n   t y r e s e   h a l i b u r t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
c o l t s   g a m e d a y   –   m a t t   r y a n   m u s t   h o l d   o n t o   b a l l   t o   w i n ,   k e e p   j o b !   f i v e   k e y s   t o   b e a t   b r o n c o s !   p a c e r s   b e a t   h o r n e t s !   c u b s   p a r t y   i n   f i n a l e !    
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i t ' s   g a m e   d a y   a n d   w e ' l l   b e   a l l   o v e r   c o l t s   & a m p ;   b r o n c o s   a h e a d   o f   t h e i r   t n f   t i l t !   n o   j o n a t h a n   t a y l o r ,   s o   w h o   w i l l   c a r r y   t h e   l o a d   f o r   t h e   c o l t s ?   +   p a c e r s   p r e s e a s o n   g o t   u n d e r w a y   l a s t   n i g h t ! 
 
 8 : 3 0   -     
 9   -    
t h e   o n e   t h i n g   b e n e d i c t   m a t h u r i n   s h o w e d   t h e   p a c e r s   l a s t   n i g h t   i s   t h a t   h e ’ s   n o t   a f r a i d   t o   s h o o t
_ s p o r t s   n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r               
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h  
i   w o n d e r   w h y   g o g a   d i d n ’ t   p l a y   l a s t   n i g h t .   a n y o n e   k n o w ?   p a c e r s
n e w   v i d e o   t o   w a t c h : 
 
 " l a k e r s   & a m p ;   p a c e r s   e n g a g e d   i n   s e r i o u s   r u s s e l l   w e s t b r o o k   t a l k s   r i g h t   b e f o r e   s t a r t   o f   c a m p "   
 
 c r e a t o r :     c y r o   a s s e o 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
  m a j o r   c o n c e r n s   f o r   𝙏 𝙚 𝙖 𝙢   𝙄 𝙣 𝙙 𝙞 𝙖   a h e a d   o f     2 0 2 2   😐 👇 
 r e a d   🔗 
 
 t 2 0 w o r l d c u p 2 0 2 2   i n d v s a u s   p a c e r s   t e a m i n d i a   c r i c k e t  
m a j o r   c o n c e r n s   f o r   𝙏 𝙚 𝙖 𝙢   𝙄 𝙣 𝙙 𝙞 𝙖   a h e a d   o f     2 0 2 2   😐 👇 
 r e a d   🔗 
 
 t 2 0 w o r l d c u p 2 0 2 2   i n d v s a u s   p a c e r s   t e a m i n d i a   c r i c k e t  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 t 2 0 w o r l d c u p 2 0 2 2   p a c e r s   
 t 2 0   n z s e r i e s   p a k i s t a n z i n d a b a d  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t t w i t t e r     t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 b e n n   m a t h u r i n 
 
 1 5   p t s 
 
 n b a   n b a i t a l i a   p a c e r s   h o r n e t s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j t   t h o r 
 
 n b a   n b a i t a l i a   h o r n e t s   p a c e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 a a r o n   n e i s m i t h 
 
 n b a   n b a i t a l i a   p a c e r s   h o r n e t s 
  
k e e p   a n   e y e   👁   ( n o t   i n   o r d e r ) 
 1 .   s a n t i   a l d a m a   g r i n d c i t y   
 2 .   b e n n e d i c t   m a t h u r i n   p a c e r s   
 3 .   t a r i   e a s o n   r o c k e t s   
 4 .   i s a i a h   r o b y   g o s p u r s g o   
 5 .   g r a n t   w i l l i a m s   b l e e d g r e e n   
 6 .   m a l i k   m o n k   k i n g s   
 7 .   s h a e d o n   s h a r p e   r i p c i t y 
 8 .   j a l e n   d u r e n   m o t o r c i t y
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 p j   w a s h i n g t o n 
 
 n b a   n b a i t a l i a   h o r n e t s   p a c e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 b e n n   m a t h u r i n 
 
 n b a   n b a i t a l i a   p a c e r s   h o r n e t s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 t y r e s e   h a l i b u r t o n 
 
 n b a   n b a i t a l i a   h o r n e t s   p a c e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 l a m e l o   b a l l 
 
 n b a   n b a i t a l i a   h o r n e t s   p a c e r s 

🏀 d a l e n   t e r r y   p l a y s   w i t h   h e a r t !   n b a   p r e - s e a s o n   d e b u t   h i g h l i g h t s | c h i c a g o   b u l l s 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   g a m e   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 ;   n b a   s t a n d i n g s   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   p a c e r s   h o r n e t s   c a v a l i e r s   7 6 e r s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   i n d i a n a   p a c e r s   n b a   v i d e o :  
w o n   o u r   f i r s t   p r e - s e a s o n   g a m e . . .   n i c e   p a c e r s   i n d v s c h a
w a s   a n y o n e   e l s e   r e a l l y   d i s t r a c t e d   b y   t h e   h o r n e t s ’   f l o o r ?   p a c e r s
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i s a i a h   j a c k s o n   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h j a c k s o n   i s a i a h   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
a a r o n n e s m i t h   a n d   b e n n e d i c t m a t h u r i n   c o m b i n e   f o r   3 1   p o i n t s   a s   t h e   p a c e r s   c r u i s e   p a s t   t h e   h o r n e t s .   f i n a l :   i n d   1 2 2   -   9 7   c h a   n b a p r e s e a s o n
m y l e s   a s   a   s o l o   5   w i t h   a   p a s s - f i r s t   p o i n t   g u a r d   t h a t   l o o k s   t o   f i n d   h i m   i s   s o   f r e a k i n g   r e f r e s h i n g .   p a c e r s
j a l e n   s m i t h   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n s m i t h   j a l e n   s m i t h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s
i   t h o u g h t   t h e   p a c e r s   w o u l d   l o o k   s o   m u c h   b e t t e r   a f t e r   t h e y   t r a d e d   a w a y   d o m a n t a s   s a b o n i s . 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n   p a c e r s
y o u ' r e   g o i n g   t o   h a v e   t o   g i v e   u s   5   👏   p i c k s   f o r   w e s t b r o o k   n o w   b i t c h e s ! ! !   p a c e r s   j a z z      
l e t   e m   k n o w ! ! ! ! 🔥 🔥 🔥 🔥 🔥   p a c e r s  
n o t   t o   o v e r r e a c t   b u t   p r e t t y   s u r e   t h e   p a c e r s   a r e   g o i n g   8 2 - 0  
i ’ m   t y p i n g   m y   h a r d e s t   t o   n o t   o v e r r e a c t   b u t   y o u ’ d   t h i n k   t h e   p a c e r s   c o u l d   b e   a   9   o r   1 0   s e e d   i f   e v e r y o n e   t a k e s   a   n e x t   s t e p
p a c e r s   b e n c h   t o n i g h t : 
   + 3 3   
   + 3 0 
   + 3 0 
 
 i   c a n   g e t   b e h i n d   t h i s   c r e w   o f   m a n i a c s   m a k i n g   p e o p l e   m i s e r a b l e   o n   a   n i g h t l y   b a s i s .   p a c e r s  
  _ r e y b r o u c k     n e w   p a c e r s   e r a ! !   p a c e r s
h e y     d i d   y o u   s e t t l e   y o u r   d i s p u t e   w i t h     y e t ?   i   r e a l l y   j u s t   w a n t   t o   w a t c h   p a c e r s   g a m e s   o n   t v   t h i s   w i n t e r .   t h a n k   y o u   i n   a d v a n c e .
p a c e r s   j u s t   a b o u t   u s e d   e v e r y o n e   t o n i g h t !   h o p e   t h i s   s t y l e   c o n t i n u e s   i n t o   t h e   r e g u l a r   s e a s o n
t h e   p a c e r s   a r e   1 - 0   i n   t h e   p r e s e a s o n .   g r e a t   o p e n   t o   t h e   s e a s o n ,   a l m o s t   e v e r y   p l a y e r   s a w   t h e   c o u r t .
a a r o n   n e s m i t h   i s   a   g r e a t   t a l e n t .   p a c e r s
o v e r a l l ,   h a p p y   w i t h   t h e     p e r f o r m a n c e   t o n i g h t !       g l a d   t o   s e e   m y l e s   p l a y   s o m e   p o s t   f i n a l l y ,   m i x   i t   i n .     
 
 v e r y   i m p r e s s e d   w i t h   n e s m i t h   t o n i g h t .       g o o d   w i n   t o n i g h t   e v e n   i f   i t ' s   p r e s e a s o n .   
 
 g o p a c e r s   p a c e r s
  p a c e r s   f a n s   s h o u l d   d o u b l e   u p   a n d   b u y   l e a   g u e   p a   s s .   s h a r e   t h e   m e m b e r s h i p / c o s t .   y o u   g e t   t w o   d e v i c e s   f o r   b a s i c a l l y   $ 6 5   p e r   p e r s o n .   n o t   s u r e   h o w   b l a c k o u t s   w o r k   i n   y o u r   a r e a s   t h o .
a a r o n   n e s m i t h   i s   n i c e ,   f u t u r e   i s   b r i g h t   i n   i n d i a n a !   p a c e r s
h e c k   o f   a   q u a r t e r   f r o m   i s a i a h   a n d   n e s m i t h !   r e a l l y   l i k e d   w h a t   k e n d a l l   p r o v i d e d   o n   t h e   d e f e n s i v e   e n d   t o o !   p a c e r s
i t ' s   o n l y   t h e i r   f i r s t   p r e s e a s o n   g a m e ,   b u t   t h i s   p a c e r s   r o s t e r   h a s   b e e n   a s   e n t e r t a i n i n g   a s   i   w a s   h o p i n g   i t ' d   b e .
_ c o o p e r   n e i s m i t h   l o o k i n g   g o o d .   t h i s   p a c e r s   t e a m   l o o k s   f u n   t o   w a t c h .
c a n ' t   e v e n   g e t   t h e   g a m e   j u s t   h a d   t o   m a k e   a   p o s t   w i t h   t w o   d i f f e r e n t   m e d i a s   p a c e r s   😤    
i ’ m   g o i n g   t o   r e a l l y   d i s a p p o i n t e d   i f   c a r l i s l e   p l a y s   m a t h u r i n   t h i s   s p o r a d i c a l l y   i n   a   d e v e l o p m e n t a l   s e a s o n .   p a c e r s
m a n ,   i j a x   i s   a   m e n a c e   a r o u n d   t h e   r i m .   p a c e r s
p a c e r s   g e t   y o u r   f u c k i n g   s h i t   t o g e t h e r   h o w   d o   y o u   t h r o w   a   2 5   p o i n t   l e a d ?   h o w   a r e   y o u   e v e n   g a s s e d   w h e n   y o u   c a n   r u n   t h e   f u c k i n g   q u a r t e r   d o w n   w d e f k j h g b k a j s d h f g b a ; s l f k d
i n d i a n a   p a c e r s :   h o w   d i d   t h e   t e a m   f a r e   i n   t h e   2 0 2 2   n b a   g m   s u r v e y ? 
 
 
 
 n b a   i n d i a n a s t y l e   i n d i a n a   p a c e r s   b e t h e f i g h t   h e r e t h e y c o m e   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   l a k e s h o w   a l l f l y   w e a r e t h e v a l l e y   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
c a n ’ t   c o m p l a i n   a b o u t   s o m e   o f   t h e s e   p e r i m e t e r   s h o t s .   r e s u l t s   t h o … o o f .   p a c e r s
s e e i n g   a l l   t h e s e   p a c e r s   h i g h l i g h t s   o n   m y   t i m e   l i n e   a g a i n .   😍 🙌   b a s k e t b a l l   i s   b a c k ! !
p a c e r s   l o o k i n g   d a m n   g o o d .   p a c e r s
e v e n   b u d d y   i s   s c o r i n g   a t   t h e   b u c k e t .   p a c e r s
g o o d   s i g n :   p a c e r s   o p e n i n g   h a l f   o f   p r e s e a s o n   p l a y 
 
 2 0 / 2 0   f r e e   t h r o w s   
 
 r i c k   c a r l i s e ' s   c l u b   w a s   2 1 s t   i n   t h e   n b a   l a s t   s e a s o n   w /   j u s t   2 1   a t t e m p t s   p e r   n i g h t .
r a n k i n g   t h e   1 0   b e s t   p r o s p e c t s   i n   t h e   c e n t r a l   d i v i s i o n 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   h e r e t h e y c o m e   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   l a k e s h o w   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
s i x e r s :   p o s i t i v e s   a n d   n e g a t i v e s   f r o m   p r e s e a s o n   w i n   o v e r   n e t s 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   b e t h e f i g h t   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
t h i s   p a c e r s   t e a m   i s   g o i n g   t o   b e   f u n   t o   w a t c h   g r o w
l u k a   d o n c i c   o u t   f o r   p r e s e a s o n   o p e n e r   v s   t h u n d e r   o n   o c t .   5 :   w h o   s t e p s   u p ? 
 
 
 
 n b a   m f f l   d a l l a s   m a v e r i c k s   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   b e t h e f i g h t   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
t r e   m a n n   h a s   s t e l l a r   p r e s e a s o n   d e b u t   i n   o k c   t h u n d e r   w i n 
 
 
 
 n b a   t h u n d e r u p   o k l a h o m a   t h u n d e r   w e t h e n o r t h   b l e e d g r e e n   b e t h e f i g h t       m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r   i n d i a n a s t y l e
i t ' s   a   g r e a t   t i m e   t o   b u y   m o r e   _ s m i t h   s t o c k   📈 p a c e r s   👀   

3   r e a s o n a b l e   g o a l s   f o r   r a p t o r s   p g   f r e d   v a n v l e e t   i n   2 0 2 2 - 2 3 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   b l e e d g r e e n   b e t h e f i g h t     t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r   i n d i a n a s t y l e
l o v e d   t h e   f i r s t   h a l f   p a c e r s  
b o s t o n   c e l t i c s :   s i   f e e l s   l i k e   j a y s o n   t a t u m   w i l l   m a k e   m v p   l e a p   i n   2 0 2 2 - 2 3 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
p a c e r s   u p   5 9 - 4 3   a t   h a l f ,   c e r t a i n l y   t h e   a g g r e s s o r s   a t   b o t h   e n d s .   m a k e s   s o m e   s h o t s   a n d   t h e y   m a y   h a v e   s o m e t h i n g   h e r e .   p a c e r s
2 0 1 8   1 s t - r o u n d   p i c k :   ' t h o u g h t   i   w a s   g o i n g   t o   b o s t o n   c e l t i c s   a t   d e a d l i n e ' 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   p a c e r s
s e e i n g   c e l t i c s   t w i t t e r   c r e a m   t h e i r   j e a n s   o v e r   m a l c o l m   b r o g d o n   i s   c o m i c a l .   y e s ,   h e ’ s   a   r e a l l y   g o o d   p l a y e r ,   b u t   h i s t o r y   t e l l s   y o u   h e ’ s   g o i n g   t o   m i s s   a s   m a n y   g a m e s   a s   h e   p l a y s .   n o t h i n g   a g a i n s t   h i m   a t   a l l ,   h e   j u s t   c a n n o t   s t a y   h e a l t h y .   p a c e r s
b e n n e d i c t   m a t h u r i n   i s   s p e c i a l .   p a c e r s   g o n n a   h a v e   a   h o m e g r o w n   s u p e r s t a r .
a n d   h e r e   i   a m   s l e e p i n g   o n   t h e   p a c e r s   b e n c h .   i   g u e s s   t h e   h o r n e t s   n o t   i t   t h i s   y e a r .
i t   t o o k   s o m e   d o i n g   b u t   i ’ m   a c t u a l l y   a b l e   t o   w a t c h   t h e   p a c e r s   g a m e
c o m i n g   u p   t h u r s d a y   m o r n i n g :   i f   t h e   c o l t s   a r e   g o i n g   t o   b e a t   t h e   b r o n c o s   i t ’ l l   b e   w i t h o u t   j o n a t h a n   t a y l o r .   w e ’ l l   g i v e   o u r   f i n a l   p r e v i e w   o f   t h e   g a m e   a s   w e l l   a s   o u r   p r e d i c t i o n s   +   r e c a p   t h e   p a c e r s   p r e s e a s o n   o p e n e r !       j o i n   u s   a s   w e l l !   s e e   y o u   a t   7 !  
t y r e s e   i s   t h e   g r e a t e s t   p a s s e r   i n   p a c e r s   h i s t o r y !
t h i s   f i r s t   h a l f   h a s   b e e n   a   b l a s t .   p a c e r s
t y r e s e   h a l i b u r t o n   i s   a   w i z a r d   y ’ a l l !   p a c e r s  
t y r e s e   n o   l o o k   p a s s ? ?   h e   i s   n o t   h u m a n .   p a c e r s
u m ,   t h i s   i s   s o m e   f u n   p r e s e a s o n   b a s k e t b a l l .   p a c e r s
s m a l l e s t   s a m p l e   s i z e   i m a g i n a b l e   —   b u t   t h e s e   p a c e r s   a r e   f u n   t o   w a t c h !
s m a l l e s t   s a m p l e   s i z e   i m a g i n a b l e   —   b u t   t h e s e   p a c e r s   a r e   f u n   t o   w a t c h !
b a b y   w a d e   i s   u n r e a l .   p a c e r s
p a c e r s   a n d   h o r n e t s   h a v e   c o m b i n e d   t o   m i s s   1 9 - o f - 2 0   t h r e e   p o i n t   a t t e m p t s .   s o   t h a n k s ,     f o r   n o t   t e l e v i s i n g   t h i s   g a m e !
m c c o n n e l l   s t i l l   l o o k i n g   l i k e   p r i m e   s t e v e   n a s h .   p a c e r s
b e n n e d i c t   m a t h u r i n   l o o k s   s u p e r   c o n f i d e n t ,   a n d   i s   p l a y i n g   w i t h o u t   a n y   f e a r . 
 
 i   t h i n k   t h e   p a c e r s   g o t   t h e i r   g u y
  l e a d   2 7 - 1 7   e n d   o f   1 s t   q 
 
 p a c e r s
p a c e r s   u p   1 0   a f t e r   1 q .   p l a y e d   1 0   p l a y e r s   o n l y   g a v e   u p   1 7   p o i n t s .   n e s m i t h   s h o w i n g   s o m e   d e f e n s i v e   d o g   l a t e   i n   q u a r t e r .   p a c e r s
g o o d   t o   h a v e   p a c e r s   b a s k e t b a l l   b a c k !   n i c e   f i r s t   q u a r t e r   b y   j a l e n   a n d   n e i s m i t h !
m y l e s   w i t h   a n o t h e r   e p i c   c o n t e s t   i n   t h e   p a i n t .   h e ’ s   t h e   b e s t   s h o t   b l o c k e r   i n   t h e   n b a .   p a c e r s
a a r o n   n e s m i t h   i s   t h e   g r e a t e s t   d e f e n d e r   i n   n b a   h i s t o r y .   p a c e r s
i ’ v e   s e e n   e n o u g h .   t h e   p a c e r s   a r e   g o i n g   t o   w i n   t h e   2 0 2 2 - 2 0 2 3   c h a m p i o n s h i p .
s o m e o n e   r e m i n d   m e   h o w   t h e   h e l l   w e   g o t     f o r   a   h a l f   e a t i n g   t w i n k i e   a n d   a   6   p a c k   o f   b u s c h   l i g h t ?     c e l t i c s   p a c e r s   n b a
m a t h u r i n   m a k i n g   h i s   p r e s e a s o n   d e b u t ,   t h i r d   m a n   o f f   t h e   b e n c h .   t e r r y   t a y l o r   r o l l   m a n   i s   f u n ,   b t w .   p a c e r s
d u a r t e   h a s   6   e a r l y   p o i n t s   .   s t i x   w i t h   5   p o i n t s   a n d   5   r e b o u n d s   .   m a t h u r i n   h a s   e n t e r e d   t h e   c h a t   👀 👀   p a c e r s
p u t   t h e   m a t h e m a t i c i a n   i n ,   r i c k !   p a c e r s
o n l y   t o o k   3   a p p   u p d a t e s   a n d   2   f o r c e   r e s t a r t s   t o   f i x   t h i s   f r o m   h a p p e n i n g   w h e n   t h e   r e m o t e   w a s n ’ t   t o u c h e d .   b u t ,   f i r s t   g a m e   a n d   i t   f i n a l l y   w o r k e d ,   s o   a h e a d   o f   t h e   u s u a l   c u r v e ?     p a c e r s   l e a g u e p a s s  
t h i s   s e a s o n   i s   g o i n g   t o   b e   a   l o t   o f   t h i n g s   b u t   t h e   m o s t   i m p o r t a n t   o n e   i s   f u n .   c a n ’ t   w a i t .   p a c e r s
m y l e s   h a s   a d o p t e d   t h e   t y r e s e   j u m p   a s s i s t .   n i c e .   _ c o o p e r     p a c e r s
h a l i b u r t o n   i s   a   t o p   5   p a s s e r   i n   t h e   l e a g u e ,   d o n ’ t   @   m e .   t h i s   i s   f a c t .   p a c e r s
m y l e s   s t r a i g h t   i n t o   t h e   p o s t   f o r   a   b u c k e t   w i t h o u t   h e s i t a t i o n .   i   l o v e   i t .   p a c e r s
t u n e d   i n   n o w   n b a l e a g u e p a s s   p a c e r s  
  g o t   i t !   
 
 h e r e   w e   g o !   
 
 p a c e r s
t h e   p a c e r s   f i r s t   f i v e   o f   t h e   s e a s o n : 
 
 h a l i b u r t o n 
 h i e l d 
 d u a r t e 
 s m i t h 
 t u r n e r
i   h a v e   a   q u e s t i o n .   i   s e e n   s o m e o n e   s a y i n g   a   c o u p l e   w e e k s   a g o   t h a t   t h e   p a c e r s   a n d   c o l t s   w e r e   w o r k i n g   t o g e t h e r   o n   s o m e t h i n g .   i s   t h i s   t r u e ?   d i d   t h e   p a c e r s   g e t   t h e i r   s u c k   a l l   o v e r   o u r   c o l t s ?   a n d   y e s ,   i f   i   w a s   a n   n b a   f a n   i   w o u l d   b e / a m   a   p a c e r s   f a n .   😂 🤣   s o r r y n o t s o r r y
p a c e r s   p l a y   t o n i g h t ,   b u t   n o t   o n   t v   ( u n l e s s   y o u   h a v e   l e a g u e   p a s s ) .   _   h a s   m o r e   o n   w h a t   t h e y ' r e   t r y i n g   t o   a c c o m p l i s h . 
 

i f   y o u   n e e d   a   w a y   t o   w a t c h   t h e   p a c e r s   t o n i g h t ,   d m   m e   💯
j u s t   g o t   n e w s   g o g a   b i t a d z e   w i l l   n o t   b e   p l a y i n g   t o n i g h t   f o r   t h e   p a c e r s
i f   a n y o n e   n e e d s   a   l i n k   f o r   t o n i g h t s   g a m e   d m   m e   c h a r l o t t e   h o r n e t s   p a c e r s
t y r e s e   w i t h   m y l e s   i s   g o i n g   t o   b e   * c h e f s   k i s s * .   p a c e r s
_ r i c a n   p a c e r s   t h e y ’ v e   n e v e r   h a d   a   1   p i c k   e v e r …   h a t e   t h e   l o t t e r y
w e   a r e   l i v e   i n   t h e   s p e c t r u m   c e n t e r ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   l i v e   s t r e a m     c h a r l o t t e h o r n e t s   h o r n e t s   n b a   l a m e l o b a l l   t y r e s e h a l i b u r t o n   i n d i a n a p a c e r s   p a c e r s   n u m e d i a   l i t h o u s e
t h e   n b a p r e s e a s o n   c o n t i n u e s .   w h o   a r e   y o u r   p i c k s   t h i s   e v e n i n g ?     n b a   b a s k e t b a l l   c a v s   7 6 e r s   p a c e r s   h o r n e t s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
  d o n ' t   d i s a p p o i n t   m e !   g o l d b l o o d e d   p a c e r s  
i n d i a n a   p a c e r s   b l o c k b u s t e r   t r a d e !   ( f e a t .   m o s e s   m o o d y   +   j a m e s   w i s e m a n ) 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s d u a r t e   c h r i s d u a r t e a n d i s a i a h j a c k s o n b l o c k b u s t e r t r a d e   d a m e r e e m s   d u a r t e a n d j a c k s o n t r a d e   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   i n d i a n a p a c e r s b l o c k b u s t e r t r a d e  
n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   p a c e r s   h o r n e t s   c a v a l i e r s   7 6 e r s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
d e n n i s   s m i t h   j r . ,   g o r d o n   h a y w a r d ,   a n d   c o d y   m a r t i n   a r e   o u t   t o n i g h t   a g a i n s t   t h e   p a c e r s   h o r n e t s   p a c e r s
j o n a t h a n   t a y l o r   i s   o u t   f o r   c o l t s !   o p t i m i s m   w e d n e s d a y   s t i l l   r a g e s   o n !   p a c e r s   t o n i g h t   a t   c h a r l o t t e !   r e s t   i n   p e a c e   p a u l   h a n s a n    
-   c o l t s   i n j u r y   c o n c e r n s   
 -   m a n y   d e b a t i n g   o n   w h o   i s   t o   b l a m e   t h e   m o s t   
 -   p a c e r s   s t a r t   p r e s e a s o n   t o n i g h t   
 -   a   t r e n d   b e c o m i n g   t h e   n o r m   i n   n b a   p r o s p e c t   w o r l d  
w h o   e l s e   i s   r e a d y   f o r     s e a s o n   t o   b e g i n ?   p a c e r s  
j o n a t h a n   t a y l o r   i s   o u t   f o r   t h e   c o l t s   v s   t h e   b r o n c o s   o n   t n f   & a m p ;   t h e   p a c e r s   s e a s o n   g e t s   u n d e r w a y   t o n i g h t   i n   c h a r l o t t e !     h a s   a l l   t h a t   a n d   m o r e   f o r   y o u   u n t i l   6 !   
 
 4 : 0 0     
 5 : 0 0     
 
 📻 
 📺
t i c k e t   s a l e s   e n d   t o n i g h t   f o r   t o m o r r o w ' s   j u s t i c e   f o r   a l l   c e l e b r a t i o n !   g e t   i n - p e r s o n   o r   v i r t u a l   t i c k e t s   n o w :     
 
 j f a 2 0 2 2   n o n p r o f i t   f u n d r a i s e r   e v e n t   b a s k e t b a l l   s p o r t s   p a c e r s   n c a a   n b a   a d v o c a t e   c o l l e g e b a s k e t b a l l   c b s s p o r t s   j u s t i c e   f o o d   c l i e n t s t o r y  
n o t h i n g ,   j u s t     t h u n d e r   p a c e   a t t a c k   o f   p a k i s t a n   
 
 p a k i s t a n c r i c k e t   p a c e r s   
 w o r l d c u p 2 0 2 2   s h a h e e n s h a h a f r i d i   n a s e e m s h a h   h a r i s r a u f   h a s n a i n   p a k i s t a n z i n d a b a d 
 c r i c k e t t w i t t e r  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
  n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r         
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h
g o   g e t   e m ,   b o y s !   p a c e r s  
f i r s t   c h a n c e   t o   s e e   o u r   n e w     s q u a d   +   c h e c k   o u t   t h e   n e w   f i e l d h o u s e   o f   t h e   f u t u r e   t r a n s f o r m a t i o n s   i s   t h i s   s u n d a y   a t   p a c e r s   f a n j a m   p r e s e n t e d   b y     🙌   
 
 s e c u r e   y o u r   f r e e   t i c k e t   a t   
 

n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r         
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
g a m e   d a y ! ! !     p a c e r s  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t t w i t t e r         t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t t w i t t e r         t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
🏀 i t ’ s a p a r t y   i n   t h e   3 1 3 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
t h i s   i s   e x a c t l y   w h y   t h e   p a c e r s   n e e d   t o   t r a d e   t u r n e r / h i e l d   t o   l a k e r s   a s a p .   t h e y   c a n ' t   a f f o r d   t o   w i n   a   s i n g l e   g a m e   i f   t h e y   w a n t   a   c h a n c e   a t   t h i s   g u y . 

🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t t w i t t e r   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
w e   w o n ' t   k n o w   f o r   a   w h i l e   i f   _ 3 2   o r     w i l l   b e   a v a i l a b l e   t o   t h e   p a c e r s   n e x t   s u m m e r .   b u t   a s     d i s c o v e r s ,   i t ' s   f u n   t o   d r e a m .   
 
  
w e   w o n ' t   k n o w   f o r   a   w h i l e   i f   _ 3 2   o r     w i l l   b e   a v a i l a b l e   t o   t h e   p a c e r s   n e x t   s u m m e r .   b u t   a s     d i s c o v e r s ,   i t ' s   f u n   t o   d r e a m .   
 
  
_ v o h r a   n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r         
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h
  n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r         
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h b u t t
g a m e   d a y ! ! !   🙌 🏽   p a c e r s  
c h a r l o t t e   h o r n e t s   v s   i n d i a n a   p a c e r s   1 0 / 5 / 2 2   n b a   p i c k s ,   p r e d i c t i o n s ,   o d d s   
 
 n b a   n b a p i c k   f r e e p i c k   f r e e p i c k s   s p o r t s b e t t i n g   e x p e r t p i c k   n b a t w i t t e r     e x p e r t b e t t i n g a d v i c e   b e t t i n g t i p s t e r   h a n d i c a p p e r   s p o r t s g a m b l i n g   i n d i a n a s t y l e   a l l f l y   h o r n e t s   p a c e r s  
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   1 0 / 5 / 2 0 2 2   p i c k s   p r e d i c t i o n s   p r e v i e w s 
 
 
 
 n b a p r e d i c t i o n   n b a p a r l a y   n b a b e t t i n g   n b a b e t t i n g p i c k s   n b a   n b a p i c k s   n b a p a r l a y   e x p e r t p i c k s   f r e e p i c k s   b a s k e t b a l l p i c k s   o d d s   p i c k s   p r e d i c t i o n   s p o r t s p i c k s   p a c e r s   h o r n e t s
3   c h i c a g o   b u l l s   w h o   i m p r e s s e d   i n   p r e s e a s o n   d e b u t   v s   p e l i c a n s 
 
 
 
 n b a   c h i c a g o   b u l l s   b u l l s n a t i o n   a l l f l y   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a d r a f t   l a k e s h o w   l a k e r s   l o s a n g e l e s   m f f l   b l e e d g r e e n   p i s t o n s   p a c e r s   s i x e r s   7 6 e r s   j a z z
s t e v e   c l i f f o r d   r e c e i v e s   p r a i s e   i n   n b a   g e n e r a l   m a n a g e r   s u r v e y 
 
 
 
 n b a   a l l f l y   c h a r l o t t e   h o r n e t s   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a d r a f t   l a k e s h o w   l a k e r s   l o s a n g e l e s   b u l l s n a t i o n   m f f l   b l e e d g r e e n   p i s t o n s   p a c e r s   s i x e r s   7 6 e r s   j a z z
‼ ️ i t ’ s   g a m e d a y ,   h o r n e t s   f a n s ‼ ️ 
 
 t h e   h o r n e t s   a r e   b a c k   i n   a c t i o n   t o n i g h t   a t   h o m e   v s .   t h e   p a c e r s .   c o a c h   c l i f f   h a s   h a d   a   l o t   t o   s a y   a b o u t   w h a t   h e   h o p e s   t o   s e e ;   o n e   t h i n g   w e   w i l l   b e   k e e p i n g   a n   e y e   o n   i s   t h e   t e a m ’ s   t r a n s i t i o n   d e f e n s e   👀   w h i c h   w e   h o p e   t o   b e   m u c h   i m p r o v e d !   a l l f l y
p a c e r s   p l a y   t o n i g h t ,   b u t   n o t   o n   t v .   _   h a s   m o r e   o n   w h a t   t h e y ' r e   t r y i n g   t o   a c c o m p l i s h . 
 

p a c e r s   p l a y   t o n i g h t ,   b u t   n o t   o n   t v .   _   h a s   m o r e   o n   w h a t   t h e y ' r e   t r y i n g   t o   a c c o m p l i s h . 
 

o h ,   p a c e r s   b a s k e t b a l l   r e t u r n s   t o n i g h t .   f u n .
h o w   i s   t o n i g h t ' s   p a c e r s   g a m e   n o   s t r e a m e d   a n y w h e r e   t o n i g h t ? ! ?     
 
 n o t   o n       . . . . i   t h o u g h t   t h a t ' s   w h a t   w e   p a i d   f o r   ! ? !
p a c e r s   p r e s e a s o n   g a m e 
 
 p r o j e c t e d   s t a r t e r s 
 p a c e r s :   h a l i b u r t o n ,   d u a r t e ,   h i e l d ,   s m i t h ,   t u r n e r 
 
 h o r n e t s :   b a l l ,   r o z i e r ,   h a y w a r d ,   w a s h i n g t o n ,   p l u m l e e 
 
 i n j u r y   r e p o r t 
 p a c e r s :   d a n i e l   t h e i s   -   o u t   ( r e s t ) 
 
 h o r n e t s :   t b a
t o d a y   i s   o u r     p r e s e a s o n   o p e n e r   t o n i g h t   a t   c h a r l o t t e !     
 
 e x c i t e d   t o   s e e   h o w   o u r   b l u e   & a m p ;   g o l d   d o   t h i s   y e a r !   
 
 p a c e r s
u p   n e x t :   w e ' r e   t a l k i n g   p a c e r s   w i t h     a s   t h e y   o p e n   t h e   p r e s e a s o n   t o n i g h t   a g a i n s t   t h e   h o r n e t s !  
i f   y o u   t h e   g m   f o r :   k n i c k s   w i z a r d s   h o r n e t s   k i n g s   p i s t o n s   j a z z   s p u r s   p a c e r s   m a g i c   t h u n d e r   r o c k e t s   y o u   b e t t e r   d o   w h a t e v e r   i t   t a k e s   t o   l o s e   e v e r y   g a m e !   i t ’ s   w o r t h   i t !   v i c t o r w e m b a n y a m a   g o a t   n b a d r a f t   n b a   n b a t w i t t e r
p a c e r s   f a n s ,   w h e r e   c a n   w e   w a t c h   t h e   p r e s e a s o n   g a m e   t o n i g h t ?
m a t t   r y a n   n o t   q u i c k   e n o u g h !   j t   b e l i e v e   h e   w i l l   b e   u p   i n   d e n v e r !   f r a n k   r e i c h   p o o r   s t a r t s   f o r   c o l t s   a   p r o b l e m !   p a t m o n   w a i v e d !   p a c e r s   o p e n !    
v e r y s t y l i s h o r d i n a r y p e o p l e 
 
 “ s u c c e s s   i s   g u a r a n t e e d   i n   p e r s i s t e n c e . ” 
 ―   s h i v a   n e g i   
 
 h a w k s   p a c e r s   n u g g e t s   m a g i c   t i m b e r w o l v e s   w i z a r d s   7 6 e r s   c e l t i c s   c a v a l i e r s   h e a t   h o r n e t s   b u c k s   v s o p   r h o p
c o m i n g   u p :   t h e   c o l t s   a n d   b r o n c o s   g e t   c l o s e r   t o   k i c k o f f ,   w i l l   j t   b e   s u i t i n g   u p   +   t h e   p a c e r s   t i p   o f f   t h e   p r e s e a s o n   t o n i g h t   & a m p ;   a   w h o l e   l o t   m o r e ! 
 
 8   -     
 8 : 3 0   -     
 9 : 3 0   -    
i ’ m   s o   e x c i t e d   f o r   t h e   s e a s o n !   
 
 t h e   h o m e   o p e n e r   i s   c o m i n g   u p   q u i c k !   i f   y o u   a r e   l o o k i n g   f o r   t i c k e t s ,   s u i t e s ,   v e r a n d a s   o r   a n y t h i n g   e l s e   p a c e r s   r e l a t e d ,   y o u   k n o w   y o u   t o   c a l l ! !   m e !   😎 
 
 s e l e c t   a   s e a t   i s   t h i s   t h u r s d a y   a t   g a i n b r i d g e   f i e l d h o u s e !  
t o n i g h t ’ s   t h e   n i g h t ! ! 
 
 p a c e r s   b e g i n   t h e i r   t a n k a n y a m a   f o r   w e m b a n y a m a
b e g g i n g   k e v i n   p r i t c h a r d   t o   t r a d e   t u r n e r   & a m p ;   h i e l d   f o r   w e s t b r o o k ,   1   u n p r o t e c t e d   a n d   1   p r o t e c t e d   p i c k .   
 
 r u n   t h e   o f f e n s e   t h r o u g h   w e s t b r o o k   ( l o l )   f o r   8 2   g a m e s   t h i s   s e a s o n   a n d   g i v e   t h e   p a c e r s   a   c h a n c e   o f   g e t t i n g   w e m b a n y a m a  
w h a t   a   g r e a t   y e a r   t o   h a v e   3   f i r s t   r o u n d   p i c k s   p a c e r s  
r e t w e e t   f o r   n a t a r a j a n   i f   w a n n a   s e e   i n   t h e   s q u a d 
 t 2 0 w o r l d c u p 2 0 2 2   
 w e w a n t n a t a r a j a n 
 p a c e r s   
 c r i c k e t t w i t t e r   
 1 9 t h   
 i n d v s a   
 j a s p r e e t b u m r a h   
 s a n j u s a m s o n  
🏀 c a v s   p r a c t i c e :   d y l a n   w i n d l e r 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
f a n s   i n   g a i n s b r i d g e   a r e   g o i n g   t o   b e   g i v i n g   s t a n d i n g   o v a t i o n   t o   t h e   t e a m   a f t e r   e v e r y   l o s s   t h i s   y e a r .   p a c e r s
i   l o v e   t h e   p a c e r s ,   b u t   i f   t h e r e ’ s   a   w a y   f o r   t h e m   t o   s o m e h o w   l o s e   8 2   g a m e s   t h i s   y e a r ,   s i g n   m e   u p .   p a c e r s  
i n   2 0 1 1 ,   i n d i a n a p o l i s   h a d   s u c k   f o r   l u c k   o n   t h e   g r i d i r o n . 
 
 i n   2 0 2 2 ,   i n d i a n a p o l i s   n e e d s   l o s e - o - r a m a   f o r   w e m b a n y a m a   o n   t h e   h a r d w o o d .   p a c e r s
  c o u l d   p o s s i b l y   g e t   h i m   i f   t h e y   p l a y   b a d   e n o u g h   t h i s   y e a r   a n d   e n d   u p   w i t h   t h e   1   p i c k !   p a c e r s  
  b a s k e t b a l l   t o m o r r o w ! ! !   p a c e r s
    t h i s   g u y   i s   g o i n g   t o   l o o k   s o   g o o d   i n   b l u e   a n d   g o l d   n e x t   y e a r .   p a c e r s
i f   t h e   p a c e r s   c a n   l a n d   o n e   o f   t h e   2   o f   s c o o t / w e m b a n y a m a   …   t h e   r e b u i l d   i s   o v e r   !
l o o k ,   i ’ m   n o t   s a y i n g   i   w a n t   t h e   p a c e r s   t o   l o s e   e v e r y   g a m e   t h i s   s e a s o n .   b u t ,   i   w o u l d   n o t   m i n d   i t   i f   t h e y   d i d .   t a n k f o r v i c t o r
p a c e r s   a r e   s e e i n g   t h a t   l a   i s n ' t   b u d g i n g   s o   t h e y   k e e p   t h r o w i n g   i t   o u t   t h e r e   t o   k e e p   t h e   i n t e r e s t   u p .   t h e y   k n o w   l a   i s   t h e i r   o n l y   s u i t o r .   c r a s h   a n d   b u r n   p r i t c h a r d . .  
r e g g i e   m i l l e r   3   c a r d   l o t   i n d i a n a p a c e r s   p a c e r s   
 
 $ 1 . 5 0   e a c h   o r   $ 3   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
1 9 9 8 - 9 9   f l e e r   u l t r a   6 0   m a r k   j a c k s o n   i n d i a n a p a c e r s   p a c e r s   
 
 $ 1 . 5 0   e a c h   o r   $ 2   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
c o m i n g   u p   w e d n e s d a y   m o r n i n g :   t h e   c o l t s   g e t   r e a d y   f o r   t h e   b r o n c o s ,   c o u l d   t h e y   b e   w i t h o u t   w o r k h o r s e   j o n a t h a n   t a y l o r ?   +   t h e   p a c e r s   t i p   o f f   t h e   p r e s e a s o n !         a l l   j o i n !   s e e   y o u   a t   7 !  
g e t t i n ’   t h a t   w o r k - i n .   p a c e r s   🏀  
g u e s s   w h a t ,   f r i e n d s ! !   i t ’ s   t i m e   t o   r e c o r d   e p i s o d e   1 5   o f   “ t h e   3 1 7   s p o r t s   p r o j e c t . ”   w e   g o t   s o m e   s h ! t   t o   c o v e r   t o n i g h t   a n d   w e   a l r e a d y   c l o w n i n ’ …   o f   c o u r s e ! ! !   😜 😂 
 
 w e   ‘ b o u t   t o   t a l k   c o l t s ,   p a c e r s ,   t u a   a n d   s o o o o   m u c h   m o r e .   w e ’ l l   s e e   y o u   t h u r s d a y   @   1 0 a m ! !   🎬 
 
 p e n n a n d p o p s   ✌ 🏿 ✌ 🏾  
🏀 p a t   c o n n a u g h t o n   m i l w a u k e e   b u c k s   t r a i n i n g   c a m p   p r e s s   c o n f e r e n c e 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
  r e m i n d s   m e   o f   t h e   s p u r s ,   t h e   p a c e r s - p i s t o n s   r i v a l r y   a n d   b r a w l . .
  r e m i n d s   m e   o f   t h e   s p u r s ,   t h e   p a c e r s - p i s t o n s   r i v a l r y   a n d   b r a w l . .
i n d i a n a p a c e r s   1 1   c a r d   l o t   p a c e r s   
 
 $ 4 . 5 0   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
t h e   l a t e s t   o n   p o t e n i t a l   l a k e r s - p a c e r s   t r a d e   i n v o l v i n g   r u s s e l l   w e s t b r o o k   a s   m o r e   d e t a i l s   a r e   r e p o r t e d 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
🏀 b u l l s   p o s t - p r a c t i c e   m e d i a   a v a i l a b i l i t y :   b i l l y   d o n o v a n 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
p a c e r s   b u d d y   h i e l d   i s   a   n a m e   t o   m o n i t o r   i n   n b a   t r a d e   r u m o r s  
c o l t s   g e t   b a c k   t o   p r a c t i c e   o n   a   s h o r t   w e e k .   w i l l   j o n a t h a n   t a y l o r   b e   s u i t i n g   u p ?     a l s o   t a l k s   t o   p a c e r s   h e a d   c o a c h   r i c k   c a r l i s l e   f o r   h i s   s e a s o n   e x p e c t a t i o n s ! 
 
 3 : 3 0   
 4 : 0 0   _ b e n b r o w n 
 5 : 0 0   r i c k   c a r l i s l e 
 
 📻 
 📺
h a d   t o   w a t c h   t h e   p a c e r s   s u c k ,   t h e n   t h e   f o r t h e s h o e   c o l t s   s u c k ,   a n d   n o w   l o r e t t a l y n n   h a s   d i e d .   i   h a t e   y o u ,   2 0 2 2
t h e     a r e   a   s u p e r   y o u n g   t e a m ,   b u t   h a v e   s o m e   v e r y   p r o m i s i n g   p l a y e r s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   p a c e r s   i n d i a n a p a c e r s   i n d i a n a   t y r e s e h a l i b u r t o n   m y l e s t u r n e r   b u d d y h i e l d   n b a t w i t t e r  
“ t h a t   s a m e   f i r e   a n d   i n t e n s i t y   w e ’ v e   b r o u g h t   i n   p r a c t i c e   i s   w h a t   w e   c a n   b r i n g   t o m o r r o w . ” 
 
   o n   e x p e c t a t i o n s   g o i n g   i n t o   t h e   p a c e r s   f i r s t   p r e s e a s o n   g a m e   a g a i n s t   c h a r l o t t e .
n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r         
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h
i ’ m   n o t   s a y i n g   r u s s   i s   a   b a d   p l a y e r .   i ’ m   j u s t   s a y i n g   t h e   l a k e r s   a r e   r e a l l y   m i s s i n g   o u t   b y   n o t   a c q u i r i n g   b u d d y   a n d   m i l e s .   w h y   w a s t e   a   y e a r   o n   “ w h a t   i f s ”   l a k e r s   p a c e r s   n b a
h e y     f a n s ! !   p a c e r s f a n j a m   i s   b a c k   t h i s   s u n d a y ,   o c t .   9 !   t h i s   f r e e   e v e n t   i n c l u d e s   a   l i v e   p a c e r s   s c r i m m a g e ,   r o o k i e   t a l e n t   s h o w ,   g i v e a w a y s   a n d   m o r e !   p a c e r s   d o w n t o w n i n d y   g a i n b r i d g e f i e l d h o u s e 
 
 g e t   y o u r   f r e e   t i c k e t s   h e r e :    
t h e     s h o w 
 
 i n d i a n a p o l i s   c o l t s   c o l t s f o o t b a l l   p a c e r s   i u f b   i u b b   d a k i c h   m n f   i n d v s d e n   t n f o n p r i m e   
 
 t u e   1 0 / 4 

  f u t u r e   p a c e r s   b a l l e r
a c c o r d i n g   t o   ,   c   m y l e s   t u r n e r   w i l l   n o t   r e - s i g n   w i t h   t h e   p a c e r s   i n   f r e e   a g e n c y .
e n j o y   y o u r   s e n i o r   y e a r   a n d   h a v e   a   g r e a t   s o c c e r   s e a s o n 🐺 🌕 
 
   
 p o m o n a c a t h o l i c   
 p a c e r s 
 s o c c e r 
 c l a s s o f 2 0 2 3 
 s e n i o r 
 v a r s i t y j a c k e t   
 l e t t e r m a n j a c k e t   
 g e t f u n k y m o n k e y  
c o m i n g   u p   a t   t h e   t o p   o f   t h e   h o u r :   t h e   p a c e r s   t i p   o f f   t h e   p r e s e a s o n   t o m o r r o w   n i g h t   a n d   w e ' l l   t a l k   t o     a b o u t   e x p e c t a t i o n s   f o r   t h e   s e a s o n   a n d   h i s   t h o u g h t s   o n   t h e   o f f - s e a s o n !  
h e r e ' s   h o w   t h e   r o o k i e s   a r e   a d j u s t i n g   t o   l i f e   w i t h   t h e   p a c e r s ,   v i a   _ . 
 

c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
c o m i n g   u p   n e x t :   w e ' l l   t a l k   t o     a b o u t   a l l   t h i n g s   c o l t s ,   p a c e r s   a n d   c o l l e g e   f o o t b a l l !  
p a c e r s   r o o k i e s   a d j u s t i n g   t o   l i f e   a s   p r o s : 
 
 " y o u   g o t t a   m a k e   s u r e   y o u   j u s t   s t e p   o n   t h e   c o u r t   l i k e   i t ’ s   y o u r   l a s t   t i m e   p l a y i n g   a n d   g i v e   y o u r   1 0 0 % . ” 
 
 v i a   _ : 
 

n e w   v i d e o   t o   w a t c h : 
 
 " c a n   t h e   i n d i a n a   p a c e r s   m a k e   t h e   2 0 2 3   n b a   p l a y o f f s ? ?   f u t u r e   n b a   d y n a s t y ? ? "   
 
 c r e a t o r :     b a c k y a r d   b u c k e t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " i n d i a n a   p a c e r s   m e d i a   a v a i l a b i l i t y   |   o c t o b e r   0 3 ,   2 0 2 2 "   
 
 c r e a t o r :     i n d i a n a   p a c e r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
c o m i n g   u p :   t h e   c o l t s   q u i c k l y   t u r n   t h e   p a g e   t o   t h e   b r o n c o s ,   w e   d e b a t e   c h r i s   b a l l a r d ' s   r o s t e r   c o n s t r u c t i o n   & a m p ;   t a l k s   s o m e   p a c e r s   w i t h   t h e   p r e s e a s o n   r i g h t   a r o u n d   t h e   c o r n e r ! 
 
 8 : 3 0   -     
 9   -    
🏀 t r a i n i n g   c a m p   d a y   o n e 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
  t h e y   a r e   n o w   l o o k i n g   f o r   a   t r a d e   w i t h   t h e   p a c e r s   f o r   f o r   c e n t e r   m y l e s   t u r n e r   a n d   g u a r d   b u d d y   h i e l d .   a c c o r d i n g   t o   r e p o r t s ,   t h e   l a k e r s   a r e   w i l l i n g   t o   i n c l u d e   2   f u t u r e   f r p s .
b o l d ,   c r a z y   a f   p r e d i c t i o n : 
 
 t y r e s e   h a l i b u r t o n   w i l l   b e   n a m e d   a n   a l l - s t a r   t h i s   s e a s o n   a n d   w i l l   f i n i s h   t h e   s e a s o n   a s   a   9 0   o v r   o n   n b a 2 k . 
 
 i n d i a n a   p a c e r s   n b a   n b a 2 k 2 3
c o m i n g   u p   t u e s d a y   m o r n i n g :   w e ’ r e   s t i l l   d i g e s t i n g   t h e   c o l t s   l o s s   t o   t h e   t i t a n s   b u t   t h e y   h a v e   t o   t u r n   t h e   p a g e   t o   t h e   b r o n c o s   q u i c k l y .   w e ’ l l   t a l k   a b o u t   b o t h   g a m e s ,   b r i n g   b a c k   s o m e   o l d   b a l l a r d   a u d i o   & a m p ;   t a l k   s o m e   p a c e r s   a s   w e l l !       j o i n   t h e   s h o w !   s e e   y o u   a t   7 !  
i ' m   a s   e x c i t e d   f o r   t h i s     s e a s o n   a s   i   w a s   f o r   t h i s     s e a s o n .   😬   c o l t s   p a c e r s
h o n e s t l y   d o n ’ t   t h i n k   i t ’ s   t o o   f a r   o f f   t o   t h i n k   t h i s   d e a l   g e t s   d o n e   1 0 - 1 5   g a m e s   i n t o   t h e   s e a s o n   f o r   t h e   p a c e r s   .   s i m i l a r   t o   v i c ,   g i v e   m y l e s   s o m e   t i m e   t o   s h o w c a s e   h i s   h e a l t h   f r o m   i n j u r y   & a m p ;   t h i s   d e a l   g e t s   d o n e .   l a k e r n a t i o n  
🏀 c a v s   p r a c t i c e :   j . b .   b i c k e r s t a f f 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
w e   a r e   2 4   h o u r s   a w a y   f r o m   p a c e r s   ( p r e s e a s o n )   b a s k e t b a l l . 
 
 h o r n e t s   v s   p a c e r s   a t   7 : 0 0   p m   t o m o r r o w .   r e a l   f a n s   w a t c h   p r e s e a s o n   s i r   b e n e d i c t 😤
🏀 t h a n a s i s   a n t e t o k o u n m p o   m i l w a u k e e   b u c k s   t r a i n i n g   c a m p   p r e s s   c o n f e r e n c e 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
t h e   n b a 🏀 i s   j u s t   w e e k s   a w a y   f r o m   k i c k i n g   o f f   a n d   f a n t a s y   b - b a l l   d r a f t s   a r e   r i g h t   a r o u n d   t h e   c o r n e r .     o f   t h e   p a c e r s   a n d     o f   t h e   b u l l s   a r e   t w o   b i g   n a m e s   h e a d l i n i n g   ’ s   e a r l y   l i s t   o f   2 0 2 2 - 2 3   n b a   s l e e p e r s   b a s e d   o n   a d p . 🫡
p l e a s e   t e l l   m e   p a c e r s   f i n a l l y   g e t   h i m  
g i v e n   t h e   w a y   t h e   p a c e r s   h a v e   c h a n g e d   c o u r s e   o v e r   t h e   y e a r ,   i s   i t   p o s s i b l e   t h a t   h e r b   s i m o n   h a s   s t e p p e d   b a c k   f r o m   t h e   r e i g n s   a n d   s t e v e   s i m o n   h a s   t a k e n   o v e r   m o r e   i n   d e c i s i o n   m a k i n g ?     
 
 w o u l d   b e   g r e a t   i f   t h e   s t a r   o r   a t h l e t i c   h a d   a   b e a t   r e p o r t e d   t o   a s k   
 

l o o k i n g   n e w   b a l l   i n   t h e   m a t c h   p a c e r s           _ 4 2   _ i n d i a                        
a r t i c l e :   _ t u r n e r   i s   a   p e r f e c t   a l f r e d   t o   y o u r   b a t m a n ,   b u t   t h e     s t i l l   a r e n ' t   t h e   b e s t   f i t   f o r   h i m . 
 
 l a k e r s   p a c e r s   n b a  
r e a l l y   p a c e r s ?   y o u r   s t i c k i n g   p o i n t   i s   2 n d   r o u n d   p i c k s ?    
t h e l a k e r s   d i s c u s s e d   s e n d i n g   t h e i r   t w o   u n p r o t e c t e d   f i r s t - r o u n d   p i c k s   ( 2 0 2 7 a n d   2 0 2 9 )   t o   t h e   p a c e r s   f o r   m y l e s t u r n e r   a n d   b u d d y h i e l d . 
 g m   r o b p e l i n k a   c g i s e   t o   r e m a i n   p a t i e n t   t o   s e e   h o w   l . a   j e l l s   t h i s   y e a r . 
 v i a   -   
 t h a g a t e w a y n e w s   n b a  
m y   b e l i e f   i s   w i t h i n   t h e   f i r s t   2 0   g a m e s   ( b e f o r e   c h r i s t m a s )   i s   w h e n   b o t h   t e a m s   ( l a k e r s   a n d   p a c e r s )   w i l l   h a v e   a n   u n d e r s t a n d i n g   o f   t h e i r   s i t u a t i o n   a n d   o n e   o f   t h e m   w i l l   c a v e . 
 
 i   d o n ’ t   t h i n k / h o p e   t h i s   g o e s   t o   d e a d l i n e . 
 
 ( v i a   ,   h / t   ,    
k e e p   a n   e y e   o n   t h i s   p a c e r s   f a n s  
🏀 b u l l s   p o s t - p r a c t i c e   m e d i a   a v a i l a b i l i t y   ( 0 9 . 3 0 . 2 0 2 2 ) 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
1 6   d a y s   u n t i l   p a c e r s . . . 
 
 w e   t i p   o f f   i n   i n d y   v s   t h e   w i z   o c t   1 9  
b a s k e t b a l l   s e a s o n   i s   n o t   f a r   a w a y ,   w h i c h   m e a n s   i t ’ s   t i m e   t o   l o o k   a t   m o r e   n b a   s e a s o n   p r o p s ! 
 
 t h i s   t i m e   i ’ v e   g o t   3   e a s t e r n c o n f e r e n c e   w i n   t o t a l s   i   l i k e   t o   g o   u n d e r   t h i s   y e a r . 
 
 w h a t   d o   y ’ a l l   t h i n k ? 
 
 n b a t w i t t e r   g a m b l i n g t w i t t e r   a l l f l y   a l w a y s g a m e   p a c e r s 
 

e a s t e r n   c o n f e r e n c e   p o w e r   r a n k i n g s : 
 1 -   b u c k s 
 2 -   c e l t i c s 
 3 -   7 6 e r s   
 4 -   c a v a l i e r s   
 5 -   n e t s   
 6 -   h e a t   
 7 -   r a p t o r s   
 8 -   b u l l s 
 9 -   h a w k s   
 1 0 -   h o r n e t s   
 1 1 -   p i s t o n s   
 1 2 -   k n i c k s   
 1 3 -   w i z a r d s   
 1 4 -   p a c e r s   
 1 5 -   m a g i c 
 n b a   n b a p r e s e a s o n
r u s s e l l   w e s t b r o o k   t o   t h e   i n d i a n a   p a c e r s ?   h e a r i n g w e s t b r o o k   a n d   a   c o u p l e   o f   1 s t   r o u n d e r s   f o r   m y l e s   t u r n e r   a n d   b u d d y   h i e l d   i n   r e t u r n .
b u d d y   h i e l d   a n d   m y l e s   t u r n e r   w o u l d   b e   a   l a k e r   r i g h t   n o w   i f   i t   w a s n ’ t   t h e   g r e e d   o f   t h e   r o b   p e l i n k a .   p a c e r s   a r e   w i l l i n g   t o   t a k e   t w o   1 s t   r o u n d   p i c k s   a n d   w e s t b r o o k ,   b u t   r o n   p e l i n k a   w a n t s   a   2 n d   r o u n d   p i c k   i n   r e t u r n   s o   n o   d e a l   f o r   n o w .   g r e e d   
 
 l a k e r s   l a k e s h o w   n b a  
t h e   p a c e r s   w i l l   c a v e .   j u s t   w a i t   o n   i t   🤫  
n e a r l y   t r a d e d   t o   t h e   i n d i a n a   p a c e r s ,   n b a   s o u r c e s   n o w   s a y   t h e   i d e a   o f   t h e   l o s   a n g e l e s   l a k e r s   t r a d i n g   r u s s e l l   w e s t b r o o k   i n   t h e   n e a r   f u t u r e   i s n ' t   d e a d .   l a k e s h o w      
n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r   
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h
“ f o r   t h e   p a c e r s ,   e v e r y   c o n v e r s a t i o n   w i t h   t h e   l a k e r s   l e d   t o   a n   u l t i m a t e   d e m a n d :   b o t h   o f   l . a . ’ s   a v a i l a b l e   f i r s t - r o u n d   p i c k s   —   o r   n o   d e a l ”   ( m t & a m p ; b h   t r a d e ) 
 
 s h a m s   a l s o   s a y s   t h e   p a c e r s   c o n s i d e r e d   a d d i n g   t h e   g r i z z l i e s   i n t o   3   t e a m   d e a l .   f o   w a s   b u s y   t h i s   o f f - s e a s o n :  
p a c e r s   m e e t   u p ?   g e t   y o u r   t i c k e t s   : )  
t h e   p a c e r s   w o n ’ t   w i n   a   l o t   o f   g a m e s ,   b u t   a t   l e a s t   t h e y ’ l l   b e   f u n   t o   w a t c h   a n d   h a v e   a   l o n g - t e r m   v i s i o n . 
 
 c o l t s   c o n t i n u e   t o   m a k e   f a l s e   p r o m i s e s   a n d   a r e   n o t   a   f u n   t e a m   t o   w a t c h   r i g h t   n o w .
i n d i a n a   p a c e r s   f a n a t i c s   b r a n d e d   l e t ' s   g o   l o n g   s l e e v e   t - s h i r t   p a c e r s  
2 0 2 1 - 2 2   p a n i n i   p r i z m   b a s k e t b a l l   i s a i a h   j a c k s o n   3 0 9   p a c e r s     e b a y   v i a     c o l l e c t   t h e h o b b y   p a c e r s   n b a
o k a y   t h e   c o l t s   s u c k   f o r   s u r e .   t h e   p a c e r s   w i l l   s u c k   ( b u t   h o p e f u l l y   b e   f u n   t o   w a t c h ) .   b u t l e r   b a s k e t b a l l   w i l l   b e   m i d / b a d .   t h e   s t l c a r d s   a r e   d e c e n t .   a l l   m y   t e a m s   s u c k i n g   m a k e s   m e   v e r y   n e r v o u s   f o r   t h e   p l a y o f f   c a r d s .   t h e y   a r e   a l l   i   h a v e   r i g h t   n o w .   f o r t h e s h o e   p a c e r s
p a c e r s   b i r t h d a y s !   
 
 t o d a y   i s   f o r m e r   a s s i s t a n t   c o a c h ,   g r e g o r y   c l i n t o n   f o s t e r ’ s   b i r t h d a y .  
p a c e r   1 4 4 0 0 1   n a m e d   t h e   p e n i s t o n e   l i n e   p a r t n e r s h i p   s e e n   o u t s i d e   a i r e d a l e   h o s p i t a l   p a c e r s   n o r t h e r n r a i l  
t h e   '   m y l e s   t u r n e r   i s   a n     r o l e   p l a y e r   e x t r a o r d i n a i r e   a n d   t h e     s h o u l d   p r i o r i t i s e   g e t t i n g   h i m . 
 
 
 
 z i o n   p e l i c a n s   n b a   p a c e r s  
c h e c k   o u t   j e r m a i n e   o ’ n e a l   n b a   2 5   d i f f e r e n t   c a r d   l o t   p a c e r s   -   a l l   s t a r     e b a y   v i a     p a c e r s   s e l l   d e a l   e b a y
🏀 h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   b u l l s   t o   f i r s t   p r e - s e a s o n   w i n   o v e r   n u g g e t s 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s   y
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i   w a n t   t o   b e   a n g r y ,   t o o .   b u t   t h i s   f r o m     i s   p a i n f u l l y   f a i r   r e :   p a c e r s   l o c a l   t v   s i t u a t i o n . 
 

h o w   y o u   c o n s u m e   s p o r t s   i s   c h a n g i n g .   t h e   p a c e r s   k n o w   i t ,   a n d   s o   d o e s   .   
 

" w a t c h   t h e   ,   o r   d o n ’ t .   r e a d   t h e   ,   o r   d o n ’ t .   j u s t   d o n ’ t   t e l l   m e   y o u   c a n ' t .   b e c a u s e   y o u   c a n , "   w r i t e s   c o l u m n i s t   .   p a c e r s   

p a u l   g e o r g e ' s   ( _ t r e c e )   2 0 1 3 - 1 4   s h o t   c h a r t : 
 
 v o l u m e :   e x t r e m e   |   p _ 9 8   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 5 3 
 e f f i c i e n c y :   a v e r a g e   |   p _ 5 1 
 e f f i c i e n c y   v a l u e :   a v e r a g e   |   p _ 3 7 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   c o r n e r 3 
 b e s t   v a l u e   z o n e :   c o r n e r 3 
 
 p a u l g e o r g e 
 p a c e r s  
n e w   v i d e o   t o   w a t c h : 
 
 " i n d i a n a   p a c e r s   m e d i a   a v a i l a b i l i t y   |   o c t o b e r   1 0 ,   2 0 2 2 "   
 
 c r e a t o r :     i n d i a n a   p a c e r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
" w a t c h   t h e   ,   o r   d o n ’ t .   r e a d   t h e   ,   o r   d o n ’ t .   j u s t   d o n ’ t   t e l l   m e   y o u   c a n ' t .   b e c a u s e   y o u   c a n , "   w r i t e s   c o l u m n i s t   .   p a c e r s    
j a g s   g a m e   w i l l   a n s w e r   q u e s t i o n s   a b o u t   c o l t s !   m a t t   r y a n   w i n n e r   o r   l o s e r ?   c a n   i u b b   k e e p   p r o m i s e ?   p a c e r s   h o m e   t o m o r r o w   n i g h t !    
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
c h i c a g o   b u l l s :   h o w   p a t r i c k   w i l l i a m s   j u s t   l o s t   t h e   s t a r t i n g   p f   j o b 
 
 
 
 n b a   c h i c a g o   b u l l s n a t i o n   b u l l s   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o   p a c e r s
e x p e c t i n g   t h i s   f r o m   c a r i s   l e v e r t   f o r   c a v s   w o u l d   b e   w i s h f u l   t h i n k i n g 
 
 
 
 n b a   c l e v e l a n d   c a v a l i e r s   c a v s   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   b u l l s n a t i o n   g o s p u r s g o   p a c e r s
5   b a l l   h a n d l e r   t r a d e   t a r g e t s   f o r   m a v e r i c k s   b e f o r e   s t a r t   o f   2 0 2 2 - 2 3   r e g u l a r   s e a s o n 
 
 
 
 n b a   m f f l   d a l l a s   m a v e r i c k s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   b u l l s n a t i o n   g o s p u r s g o   r o c k e t s   p a c e r s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
i ' m   g o n n a   g o   t o   a n   i u   f o o t b a l l   g a m e   o n   s a t u r d a y   a n d   t h e n   a     g a m e   e i t h e r   w e d n e s d a y ,   f r i d a y   o r   s a t u r d a y   n e x t   w e e k e n d   d u r i n g   m y   v a c a t i o n .   i u f b   p a c e r s   g o l d b l o o d e d
🤭   i n d i a n a   h a s   a   w o n d e r f u l   6 t h   p l a y e r . 
 — 
 t h e   b r i g h t e s t ,   c r a z i e s t   a n d   m o s t   m e m o r a b l e   m o m e n t s   o f   t h e   b e s t   b a s k e t b a l l   l e a g u e   i n   t h e   w o r l d .   j o i n   u s . 
 n b a   e p i c   m o m e n t s : 
 
 — 
 n b a   b a s k e t b a l l   s h o r t s b a s k e t b a l l   h i g h l i g h t s n b a   i n d i a n a p a c e r s   p a c e r s  
c o m i n g   u p   t u e s d a y   m o r n i n g :   f o r m e r   r a y s   c u b s   a n g e l s   m a n a g e r   j o e   m a d d o n   j o i n s   u s   a t   9   t o   t a l k   a b o u t   h i s   n e w   b o o k   a n d   t h e   m l b   p o s t s e a s o n   +   t h e   c o l t s   g e t   r e a d y   f o r   t h e   j a g u a r s   s o   w e ’ l l   t a l k   t o   s a f e t y   _ t h o m a s 2 6   +   p a c e r s   p r e s e a s o n !   s e e   y o u   a t   7 !  
    i ' m   a   l i f e   l o n g ,   d i e   h a r d   p a c e r s   f a n   a n d   i   w i l l   n e v e r   f o r g i v e   y o u .   t h e   i d e a   y o u   g e t   a   r i n g   a n d   r e g g i e   m i l l e r   d i d n ' t ,   i s   a   h u g e   d i s g r a c e .
  b r u s   i t   j u s t   d a w n e d   o n   m e   t h a t   t h e   d r e a m   i s   s t i l l   a l i v e   ‘ r e g g i e ’   c a n   b e   a   g i r l s   n a m e   p a c e r s
c a r s o n   w e n t z   l e t s   t h e   c o l t s   d o w n   a g a i n ,   p a c e r s   p r e s e a s o n   a c t i o n   g e t s   s t a r t e d ,   a n d   w e e k   5   o f   t h e   n f l   i s   i n   t h e   b o o k s !     b r e a k s   i t   a l l   d o w n   u n t i l   6 ! 
 
 4 : 0 0     
 5 : 0 0     
 
 📻 
 📺
i ' m   g o i n g   t o   k e e p   t h r o w i n g   t h i s   t r a d e   o u t   t h e r e .   p r i t c h a r d   c o u l d   t u r n   i n t o   a   v e r y   g o o d   p l a y e r   f o r   t h e   p a c e r s   a n d   b r i s e t t   i s   a   g o o d   f i t   f o r   t h e   c e l t i c s   a s   a   s w i t c h a b l e   w i n g / b i g   w h o   c a n   h i t   3 s .   c e l t i c s   p a c e r s  
  w a s   r e a l l y   h i t t i n g   t h e   d o u g i e   t h o   i   c a n t   f o r g e t   i t   p a c e r s   p a c e r s f a n j a m
p a c e r s   c o a c h   r i c k   c a r l i s l e : 
 
 " t h e r e ’ s   s o   m u c h   u p s i d e   w i t h   t h i s   g r o u p   t h a t ,   f r o m   a   c o a c h i n g   s t a n d p o i n t ,   t h i s   i s   r e a l l y   i n v i g o r a t i n g .   i t ’ s   n o t   g o i n g   t o   h a p p e n   o v e r n i g h t ,   i t ’ s   g o i n g   t o   t a k e   t i m e .   w e ’ r e   g o i n g   t o   d o   i t   t h e   r i g h t   w a y . . . " 
 

c o m i n g   u p :   w e ' r e   w r a p p i n g   t h e   s h o w   w i t h   s o m e   p a c e r s   t a l k   a s     j o i n s   u s !  
d a m j a n   r u d e z ' s   c a r e e r ( 2 0 1 4 - 2 0 1 7 )   s h o t   c h a r t : 
 
 v o l u m e :   m i n i s c u l e   |   p _ 1 1   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   g o o d   |   p _ 7 6 
 e f f i c i e n c y :   g o o d   |   p _ 7 8 
 e f f i c i e n c y   v a l u e :   g o o d   |   p _ 7 4 
 
 f a v o r i t e   z o n e :   c o r n e r 3 
 b e s t   s k i l l   z o n e :   m i d r a n g e 
 b e s t   v a l u e   z o n e :   c o r n e r 3 
 
 d a m j a n r u d e z 
 p a c e r s   m a g i c   t i m b e r w o l v e s  
s u b s c r i b e   e a s i l y   f r o m   y o u r   p h o n e 
 
 2   y r   $ 7 5 
 1   y r   $ 5 2   
 
 
 o r 
 v e n m o   
 c a s h   a p p   
 
 s p o r t s b e t t i n g   i u f b   i u b b   p u r d u e   n o t r e d a m e   c o l t s   s n f   j a x v s i n d   d a k i c h   i n d i a n a p o l i s   p a c e r s   m l b   m l b p o s t s e a s o n   y a n k e e s  
w e ' r e   b a c k   a n d   r e a d y   t o   r o l l   t h i s   m o n d a y   m o r n i n g !   h o w   d i d   y o u   e n j o y   a   c o l t s   -   l e s s   s u n d a y ?     t h e   s t a t e   o f   t h e   a f c   s o u t h   & a m p ;   g e t t i n g   r e a d y   f o r   t h e   j a g u a r s   +   p a c e r s   p r e - s e a s o n ! 
 
 8   -     
 9 : 4 0   -    
p a c e r s f a n j a m   p a c e r s   t h a n k s   f o r   t h e   p h o t o   o p p o r t u n i t y   g e n t l e m e n !   _ d u a r t e 5  
t h e s e   g u y s   c a n   p u l l   i t   f r o m   a n y w h e r e 💦 
 w e t   l i k e   w a t e r ! 
 s t e p h c u r r y   b u d d y h i e l d   f r e d v a n v l e e t   k n i c k s   g s w   n y k   p a c e r s   r a p t o r s   n b a f a n t a s y   l a t v i a n f a n t a s y l e a g u e   f a n t a s y r a d a r  
h e y     p e e p s   i   k n o w   s o m e   o f   y o u   a r e   b i g     f a n s   t o o   _   w a n t s   t o   g o   t o   a   b a s k e t b a l l   g a m e   w h a t ' s   a   g o o d   s p o t   t o   s i t   i n     f o r   a   g a m e ?   i   f o u n d   c h e a p   a s s   s e a t s   2 0 0   l e v e l   r o w   1 .   f o r t h e s h o e   p a c e r s   b b a l l  
i n d i a n a   p a c e r s   n e w   e r a   n a v y   2 0 2 1 / 2 2   c i t y   e d i t i o n   b i g   & a m p ;   t a l l   p u l l o v e r   h o o d i e   p a c e r s  
  l e t ' s   s p e n d   t h e   y e a r   d e b a t i n g   o n   w h e t h e r   w e   s h o u l d   t a n k   f o r   t h e   7 - 2   f r e n c h   k i d .   i   s a y   y e s .   w h a t   s a y   y o u ?   p a c e r s
h e ' s   n o t   o u r   b u d d y ,   g u y .   s a c r a m e n t o k i n g s   p a c e r s    
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
g e t   y o u r   h o t   j e r s e y s     n f l j e r s e y s   n f l   n b a j e r s e y s   n b a m o m e n t   n h l j e r s e y s   n h l   m l b j e r s e y s   s o c c e r j e r s e y s   c u s t o m j e r s e y s   k n i c k s   n e t s   c e l t i c s   r a p t o r s   7 6 e r s   p i s t o n s   p a c e r s   c a v a l i e r s   b u c k s   b u l l s   h e a t   m a g i c   w i z a r d s   h a w k s   h o r n e t s   t i m b e r w o l v e s   n u g g e t s   j a z z  
1 ️ ⃣ 0 ️ ⃣ : 2 ️ ⃣ 0 ️ ⃣   s p o r t s l o c k e r   _ t v   
 
 🏈     e x c l u s i v e l y   w /   j i m   i r s a y   o n   e s c a p i n g   d e n v e r   w i t h   a   w   
 🏈     o n   h o w   t o   f i t   t h e   o - l i n e   
 🏈   a n o t h e r   a f c   s o u t h   l o w l i g h t   f o r   w e n t z   
 
 + p a c e r s   s e a s o n   o p e n e r   c o u n t d o w n   & a m p ;   b e s t   o f   f a n   j a m   w /    
s m h   t h e   s a m e   c o u l d   b e   s a i d   t o d a y   p a c e r s   s i g n l a n c e p l z  
🏀 2 0 2 2   d e t a l e n t   s e a r c h 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
c o m i n g   u p   m o n d a y   m o r n i n g :   i t   w a s   a   c o l t s - l e s s   s u n d a y .   w e ’ l l   b r e a k   i t   a l l   d o w n   a n d   l o o k   a h e a d   t o   t h e m   g e t t i n g   r e a d y   f o r   t h e   j a g u a r s   +   p a c e r s   p r e s e a s o n   t a l k   a n d   a   w h o l e   l o t   m o r e !       j o i n   u s   a s   w e l l !   s e e   y o u   a t   7 !  
t h i s   w a s   p r e t t y   a w e s o m e   t o d a y ,   e v e r y t h i n g   a b o u t   i t .   p a c e r s  
f o r m e r   p a c e r s   f o r w a r d   a n d   m i c h i g a n   b a s k e t b a l l   s t a r   j a l e n   r o s e   i s   o n   c e l e b r i t y   j e o p a r d y   t o n i g h t . 
 n b a   n b a t w i t t e r
i c m y i :   t h e     s h o u l d   t r a d e   f o r   m y l e s   t u r n e r   b e c a u s e   h e ' s   a   p e r f e c t   m a t c h   w i t h   z i o n .   r e a d   w h y : 
 
 z i o n   p e l i c a n s   n b a   p a c e r s  
  l o o k   a t   h o w   m a n y   p e o p l e   a r e   t h e r e   f o r   f a n   a p p r e c i a t i o n   d a y .   t h i s   f o r   a   t e a m   t h a t   f a i l e d   t o   m a k e   t h e   p l a y o f f s .   1 0 k   p l u s   i n   b l o o m i n g t o n   o n   f r i d a y   a n d   t h i s   t o d a y .   
 
 b a s k e t b a l l   i s   a   r e l i g i o n   i n   i n d i a n a .   
 p a c e r s   i u b b
    i ’ v e   b e e n   b l e s s e d   e n o u g h   t o   s e e   a l o t   o f   g o o d   p a c e r s   b a s k e t b a l l   i n   m y   l i f e t i m e   !
m a t c h i n g   g l o v e s   m i n e   a n d   m i c k e y   m o u s e   p a c e r s   p a c e r s n a t i o n  
p a c e r s   p a c e r s n a t i o n   f a n t a s t i c   f u n d e r f u l l   t i m e     r e p r e s e n t i n g   t h e   b l u e   a n d   g o l d   1 g o a l  
p a c e r s   p a c e r s n a t i o n   w a i t i n g   f o r   t h e   o p e n i n g   b e l l     f a n j a m   p a c k e d   h o u s e  
  t h a t ’ s   c o o l ,   t h i s   i s   w h a t   w e   w a n t e d   k n o w i n g   t h e   p a t h   t e a m s   g o t t a   t a k e   t o   b e   a   f o r   r e a l   c o n t e n d e r   d o w n   t h e   r o a d .   s o o n e r   t h a n   l a t e r ,   h o p e f u l l y   p a c e r s
p a c e r s   p a c e r s n a t i o n     f o r   t h e     f a n j a m  
f a n   j a m   w a s   a   s u c c e s s   🤍   s o   r e a d y   f o r   t h i s   w e e k   😁 🏀   
 p a c e m a t e s   p a c e r s   n b a d a n c e r  
🏀 c a v s   p r a c t i c e :   j . b .   b i c k e r s t a f f 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
p a c e r s   s c h e d u l e  
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
k a r a o k e   c o n t d 
 p a c e r s   h a d   a   g r e a t   f a n j a m   t h a n k   u   s o   m u c h !  
b u d d y   h i e l d   k a r a o k e   p a c e r s  
p a c e r s   b u d d y   h i e l d   w o n   t h e   f i n a l   r o u n d   w i t h   2 4  
p a c e r s   3   p t   c o n t e s t 
 l a n g s t o n   g a l l o w a y   2 2   i   t h i n k   .   i   f o r g e t   😅  
p a c e r s   3   p t   c o n t e s t 
 b u d d y   h i e l d   2 2  
t o p   s t o r y :   :   ' h a p p e n i n g   n o w :   p a c e r s   f a n   j a m . 
 d o o r s   o p e n   1 1 a m   a n d   r u n s   1 2 - 2 p m . 
 p a c e r s   n b a   '     s e e   m o r e  
t o p   s t o r y :   :   ' h a p p e n i n g   n o w :   p a c e r s   f a n   j a m . 
 d o o r s   o p e n   1 1 a m   a n d   r u n s   1 2 - 2 p m . 
 p a c e r s   n b a   '     s e e   m o r e  
i   w i l l   l e t   y o u   k n o w   t h a t   t h e   p a c e r s   a r e   n o t   m a k i n g   a n y   b a s k e t s   a n y w h e r e   🤨
t h e   p a c e r s   a l l   l o o k   g o o d .     i s   f a s t   a s   e v e r .
p a c e r s   t h e   l o w e r   l e v e l s   a r e   f u l l .   t h i s   i s   a c t u a l l y   g r e a t   t o   s e e !   g a i n b r i d g e  
p a c e r s   t h e   l o w e r   l e v e l s   a r e   f u l l .   t h i s   i s   a c t u a l l y   g r e a t   t o   s e e !   g a i n b r i d g e  
b e n e d i c t   m a t h u r i n   h a s   n o   r e m o r s e   f o r   h i s   t e a m m a t e s .   c u r r e n t l y   c h a n n e l i n g   h i s   i n n e r   “ t i m b e r w o l v e ”   j i m m y   b u t l e r   r n   a t   t h e   p a c e r s f a n j a m   p a c e r s
l o v e   t o   s e e   t h i s   p a c e r s   c r o w d !  
p a c e r s   f a n j a m   a t   g a i n b r i d g e   f i e l d h o u s e . 
 n b a   n b a t w i t t e r   p a c e r s  
u p d a t e s   t o   b o n u s   r o o m   w a l l   c o m p l e t e .   w i l l   a d d   t o   c e i l i n g   l a t e r .   h a v e   t o   r u n   i d e a s   t h r o u g h   m y   m i n d   a   d o z e n   o r   s o   t i m e s   b e f o r e   s t a r t i n g .   
 l g m   t h e s e m e t s   
 p a c e r s   b e l i k e b r e  
m a s t e r   o f   c l a s s i c   r o c k   ! 
 r o b e r t   j o n   l i v e   i n   f r a n c e   ( + w e i r d   i t w ) 
 
 
 
 u s a   c l a s s i c r o c k   c e l t i c s   u t a h j a z z     w a r r i o r s n a t i o n   h e a t   l a k e r s n a t i o n   c l i p p e r s   o k c   n u g g e t s   k n i c k s   n e t s   p i s t o n s   b u l l s n a t i o n   s i x e r s   r a m s   g i a n t s   p a c e r s   s p u r s f a m i l y
h a p p e n i n g   n o w :   p a c e r s   f a n   j a m . 
 d o o r s   o p e n   1 1 a m   a n d   r u n s   1 2 - 2 p m . 
 p a c e r s   n b a  
p a c e r s   f a n   j a m   1 1 - 2 p m   t o d a y .   f a n s   a r e   h y p e d   a n d   o u t   i n   f o r c e .   l e t ' s   g o !   p a c e r s  
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
c h r i s   d u a r t e   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c h r i s d u a r t e   c h r i s   d u a r t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s
i   m i g h t   h a v e   r u n n i n g   c o m m e n t a r y   o n   f a n j a m   t o d a y   f o r   p a c e r s   f a n s .   w e ' l l   s e e
g o l d e n   s t a t e   w a r r i o r s '   b i g   t h r e e   f a c e s   u n c e r t a i n   f u t u r e 
 
 
 
 n b a   i n d i a n a   p a c e r s   i n d i a n a s t y l e   h e a t n a t i o n   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i   b u l l s n a t i o n
i n d i a n a   p a c e r s :   d r a y m o n d   g r e e n   f i a s c o   h i g h l i g h t s   n e e d   f o r   s t a b i l i t y 
 
 
 
 n b a   i n d i a n a   p a c e r s   i n d i a n a s t y l e   h e a t n a t i o n   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
k n i c k s   i n c r e d i b l e   4 6   p o i n t   s e c o n d   q u a r t e r   v s   i n d i a n a   p a c e r s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i m m a n u e l q u i c k l e y   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   n b a   n b a h i g h l i g h t s   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t  
p a c e r s   f a n j a m   i s   t o d a y y y y y y y   💙 💛 💙 💛 💙 💛
t h e   c a r d i n a l s   h a v e   b e e n   e l i m i n a t e d .   t h e   p a c e r s   w i l l   b e   m i d .   t h e   c o l t s   a r e   m i d .   b u t l e r   b a s k e t b a l l   m o s t   l i k e l y   m i d .   g u y s .   m y   s p o r t s   f a n d o m   i s   t e r r i b l e .   j u s t   a w f u l   f o r t h e s h o e   s t l c a r d s   p a c e r s
t h e   n b a d r a f t   l i t e r a l l y   c a n   b e   a   g a m e   c h a n g e r   f o r   a   f r a n c h i s e   & a m p ;   c i t y ,   s p o r t s   w i s e .   t h e   p a c e r s   g e t   @   l e a s t   o n e   m o r e   d a w g   n e x t   j u n e   & a m p ;   i t ’ s   g o - t i m e   f o r   r e a l .  
r j   b a r r e t t   r e a c t s   t o   o b i   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   k n i c k s p o s t g a m e   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   o b i t o p p i n   p a c e r s   p a c e r s b a s k e t b a l l  
🏀 w e ' r e   b a c k !   a l l - a c c e s s   f r o m   b u c k s   t r a i n i n g   c a m p   2 0 2 2 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
h e a v i e s t   p l a y e r s   i n   n b a   h i s t o r y :   👀 
 
 ▪ ️   o l i v e r   m i l l e r :   3 7 5   l b s .   
 ▪ ️   s h a q u i l l e   o ' n e a l :   3 6 0   l b s . 
 ▪ ️   s i m   b h u l l a r :   3 6 0   l b s . 
 ▪ ️   e d d y   c u r r y :   3 5 0   l b s . 
 ▪ ️   m i k e   s w e e t n e y :   3 4 0   l b s . 
 
 u s e d   t h e i r   h e f t   t o   t h e i r   a d v a n t a g e .   💪 
 
 p a c e r s   c e l t i c s   k i n g s   m a v s   k n i c k s   n b a  
w h e n   y o u r   s o n     t r i e s   t o   e m u l a t e   _ _ d a v i s   a f t e r   a   g a m e !   m e n o f g o d   h i g h s c h o o l f o o t b a l l   s a i n t s   p a c e r s   f o o t b a l l   b o y s o f f a l l   d e f e n s e   o f f e n s e   s p e c i a l  
t h e   v i c t o r   w e m b a n y a m a   s w e e p s t a k e s   -   
 
 i t ’ s   t i m e   t o   r e a d   u p   o n   t h i s   w e m b a n y a m a   g u y !   g o   c h e c k   o u t   m y   a r t i c l e !   n b a   n b a t w i t t e r   n b a 2 k 2 3   n b a 2 k   n b a s u m m e r   s p u r s   r o c k e t s   t h u n d e r   j a z z   p a c e r s   p i s t o n s   h o r n e t s   n b a p r e s e a s o n   g l e a g u e   i g n i t e
o b i   t o p p i n   p u t s   o n   a   s h o w   a s   k n i c k s   b e a t   p a c e r s   1 3 1 - 1 1 4   |   n e w   y o r k   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   s p o r t s  
m y   r e a d   o n   t h e   i n d i a n a   p a c e r s '   d e p t h   c h a r t   f o r   f a n t a s y :   
 
 p g   t y r e s e   h a l i b u r t o n 
 s g   c h r i s   d u a r t e 
 s f   b u d d y   h i e l d 
 p f   j a l e n   s m i t h 
 c   m y l e s   t u r n e r 
 6   t j   m c c o n n e l l 
 7   i s a i a h   j a c k s o n 
 8   b e n n e d i c t   m a t h u r i n 
 9   t e r r y   t a y l o r 
 1 0   o s h a e   b r i s s e t t 
 
 p a c e r s   n b a   n b a 2 k 2 3       f a n t a s y
d e a r   g o o d   v e g a n   b a d   v e g a n , 
 
 n i c e   t o   m e e t   y o u   😊   
 h a r d i n g   r i v e r s i d e   n a p t o w n   i n d i a n a   s p e e d w a y   c o l t s   p a c e r s   i n d i a n s b a s e b a l l   @   w e s t s i d e ,   i n d i a n a p o l i s  
c a n ’ t   e x p e c t   o s h a e   b r i s e t t   t o   g e t   m i n u t e s   a n d   h i s   g a m e   i s   n o t   i m p r o v i n g   .   y e s ,   o s h a e   i s   a   d e c e n t   p l a y e r   .   b u t   i f   h e   i s   n o t   d e v e l o p i n g   a s   a   p l a y e r   h e   w o n ’ t   w i n   m i n u t e s   o v e r   t h e   g u y s   t h a t   a r e .   p a c e r s
o b i   t o p p i n   p u l l e d   t h i s   o f f   i n   g a m e   🤯 🔥 
 
 ( 🎥 :   )   
 
 n b a   n b a t w i t t e r   k n i c k s   p a c e r s   n e w y o r k f o r e v e r   g o l d b l o o d e d  
🔴   l i v e   p o d c a s t :   t h e   c r o s s r o a d s   p o d -   e p i s o d e   2 2 :   s i n g i n g   t h e   b l u e s   o n     b o i l e r u p   c h i r p c h i r p   c o l t s   f o r t h e s h o e   g o i r i s h   i u f b   p a c e r s   w e f l y  
t h e   2 0 1 3 - 2 0 1 4   p a c e r s   n e e d   t o   h a v e   a   3 0   f o r   3 0   j u s t   b a s e d   o n   t h i s   p i c t u r e   a n d   t h i s   t w e e t .    
t h e     a l l - t i m e   r e c o r d   i s   2 2 7 5 - 2 1 7 3   ( . 5 1 1 ) .   p a c e r s   g o l d b l o o d e d
l i t t l e   p o s t g a m e   r e a c t i o n   t o   l a s t   n i g h t s   p l u n d e r i n g .   a l s o   a v a i l a b l e   o n   s p o t i f y   
 
   k n i c k s   n y k   n y k n i c k s   n b a p r e s e a s o n   n b a   p a c e r s   p o d c a s t     
 

📊   o b i   t o p p i n   v s   i n d i a n a : 
 
 2 4   p o i n t s 
 1 0 / 1 4   s h o o t i n g 
 4   t h r e e s   
 2   b l o c k s 
 1   e a s t b a y   d u n k   
 2 0   m i n u t e s 
 
 n b a   n b a i t a l i a   n b a p r e s e a s o n   k n i c k s   p a c e r s  
🎙 ️   r j   b a r r e t t :   " t h a t   [ b e t w e e n   t h e   l e g s   d u n k ]   w a s   c r a z y . " 
 
 o b i   t o p p i n :   " h e   s e e s   i t   e v e r y d a y . " 
 
 r j :   " h e   d o e s   t h a t   a l l   t h e   t i m e . "   
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s   n b a p r e s e a s o n  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
🏀 a l l - a c c e s s :   t r a i n i n g   c a m p   b e g i n s   ( e p .   1 ) | c h i c a g o   b u l l s 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n ‼ ️ 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s    
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n ‼ ️ 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s   

📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 •   o b i   t o p p i n 
 
 2 4   p t s ,   2   b l k ,   4   3 p m 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s     
  
r e s u l t s   o f   n b a   m a t c h e s   p r e s e a s o n   0 7 / 1 0 / 2 0 2 2 
 
 c h i c a g o b u l l s   b o s t o n c e l t i c s   n u g g e t s   h o r n e t s   k n i c k s   p a c e r s   p i s t o n s   p e l i c a n s   m a v e r i c k s   h a w k s   b u c k s   n b a i n a b u d h a b i   u s a  
t y r e s e   h a l i b u r t o n   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e h a l i b u r t o n   t y r e s e   h a l i b u r t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
g o g a   b i t a d z e   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g o g a b i t a d z e   g o g a   b i t a d z e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i n d i a n a   p a c e r s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   i n d i a n a   p a c e r s   n b a   v i d e o :  
b e n n e d i c t   m a t h u r i n   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n n e d i c t m a t h u r i n   b e n n e d i c t   m a t h u r i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   r e s u l t s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2   ;   n b a   g a m e s   t o d a y ;   c e l t i c s 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s
  t w o   g r e a t e s t   i n   g a m e   d u n k s   h a d   p a c e r s   o n   t h e   f l o o r .   b l u e a n d g o l d   p a c e r s   p g 1 3
n e w   y o r k   k n i c k s   i n d i a n a   p a c e r s     p o s t   g a m e   r e v i e w     v i a     n e w y o r k   n e w y o r k f o r e v e r
o h   p a c e r s   m u s t   o f   h a d   m o s t   o f   o u r   s t a r t e r s   s i t t i n g … .   n b a   🤣   c e r t a i n l y   n o t   h o w   t h e   r e g u l a r   s e a s o n   w i l l   g o .   i n d y   g o n n a   c u r b   s t o m p   k n i c k s   t h i s   y e a r .   e n j o y   👍  
t y r e s e   h a l i b u r t o n   h i g h l i g h t s   -   k n i c k s   v s .   p a c e r s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   t y r e s e   h a l i b u r t o n   n y k   i n d   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w y o r k   k n i c k s   i n d i a n a   p a c e r s
a r o u n d   d e c e m b e r   w h e n   t h e   p a c e r s   a r e   g i v i n g   u p   1 3 0   n i g h t l y ,   i ’ m   g o n n a   b e   g l a d   t h a t   t h e   r e l e n t l e s s   p o s i t i v i t y   h a s   d r a i n e d   a w a y   a n d   p e o p l e   c a n   j o i n   m e   o n   m y   i s l a n d .   
 
 i t ’ s   l o n e l y   h e r e   n o w
o b i t o p p i n   s c o r e s   2 4   p o i n t s   o f f   t h e   b e n c h   t o   l i f t   t h e   k n i c k s   o v e r   t h e   p a c e r s .   f i n a l :   i n d   1 1 4   -   1 3 1   n y k   n b a p r e s e a s o n
k n i c k s   b e a t   t h e   p a c e r s 
 i .   j a c k s o n   -   6 p t s ,   3 r e b 
 j .   r a n d l e   -   1 5 p t s ,   7 r e b ,   4 a s t ,   1 s t l 
 i .   q u i k l e y - 1 7 p t s ,   3 r e b ,   3 a s t ,   1 s t l 
 
 k y p r o b a s k e t b a l l   🏀 
 n b a 2 l o u     l e t s g o p r o     n b a t w i t t e r     b b n   😼
f e r r o n   h u n t   d o n ’ t   d o   i t   p t   2   n b a   b a s k e t b a l l   n b a t w i t t e r   f e r r o n h u n t   k n i c k s   n y k   k n i c k s t a p e   p a c e r s   b l o c k   g o g a b i t a d z e  
p a c e r s   f u t u r e   m e e t s   p a c e r s   p a s t :     a n d     a f t e r   t o n i g h t ’ s   g a m e   a t   t h e   g a r d e n .  
t o n i g h t   w a s   o b i   t o p p i n ’ s   g r e a t e s t   g a m e   a s   a   k n i c k   🔥 🤯       k n i c k s   p a c e r s
j a l e n   g r e e n   s k i e s   f o r   t h e   o o p   🚀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a l e n   g r e e n   a l l e y o o p   d u n k   h o u   h o u s t o n   r o c k e t s   i n d   i n d i a n a   p a c e r s
f e r r o n   h u n t   w h y ? ?   n b a   b a s k e t b a l l   k n i c k s   f e r r o n h u n t   n b a t w i t t e r   n y k   k n i c k s t a p e   g o g a b i t a d z e   b l o c k   p a c e r s  
f i n a l   f r o m   t h e   g a r d e n 
 k n i c k s   1 3 1 
 p a c e r s   1 1 4 
 
 o b i   & a m p ;   i q   p l a y e d   r e a l l y   w e l l   o f f   t h e   b e n c h .   b a r r e t t   & a m p ;   b r u n s o n   w e ’ r e   c o o k i n g   e a r l y   a n d   c o o l e d   o f f   i n   t h e   s e c o n d   h a l f ,   b u t   c e r t a i n l y   a   g o o d   s i g n   f o r   n e w   y o r k .   
 
 t o p p i n :   2 4   p t s ,   4 / 7   3 p t 
 q u i c k l e y :   1 7   p t s ,   3   a s t ,   3 / 6   3 p t
  l o o k i n g   g o o d ,   u n f o r t u n a t e l y   p r e - s e a s o n   h a s   b e e n   a g a i n s t     p i s t o n s   a n d     p a c e r s   !   w e   a r e   g o i n g   t o   b e   b e t t e r , b u t   l e t s   s e e   h o w   g o o d !   d e f i n i t e l y   d e e p !   t h i b s   h a s   h i s   w o r k   c u t   o u t ! !   k n i c k s   o b i      
n e m b h a r d   d i m e   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   a n d r e w n e m b h a r d   d e i v i d a s s i r v y d i s  
o b i   t o p p i n   w i t h   t h e   b l o c k   a n d   t h e   e a s t b a y ?   👀   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   o b i   t o p p i n   d u n k   b l o c k   n y k   n e w y o r k   k n i c k s   i n d   i n d i a n a   p a c e r s
o b i   t o p p i n   & a m p ;   i m m a n u e l   q u i c k l e y   n e x t   t o   r j   b a r r e t t   a r e   t h e   f u t u r e !   i t   d o e s n ’ t   m a t t e r   i f   c l o w n   c o a c h   t h i b s   l i k e s   i t   o r   n o t .   o n c e   w e   f i r e   h i m ,   w e   t a k i n g   o f f   b a b y !   t e l l e m   k n i c k s   p a c e r s  
k n i c k s   b e a t   p a c e r s   1 2 1 - 9 7 .   o n l y   p r e s e a s o n   t h o u g h 
 i   h o p e   t h e y   c a n   p l a y   t h i s   g o o d   i n   r e g u l a r   s e a s o n .
m a t h u r i n   a n d 1   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   b e n n e d i c t m a t h u r i n   r o o k i e   p r e s e a s o n  
o b i   t o p p i n   d u n k i n g   a n d   t r y i n g !   k n i c k s   n b a   p a c e r s  
d e t l e f   s c h r e m p f   w a s   a   d o - i t - a l l   f o r w a r d   d u r i n g   h i s   c a r e e r   💯 
 
 3 x   a l l - s t a r 
 1 9 9 5   a l l - n b a   t h i r d   t e a m 
 2 x   s i x t h   m a n   o f   t h e   y e a r 
 
 1 3 . 9   p p g 
 6 . 2   r p g 
 3 . 4   a p g 
 4 9 . 1   f g % 
 3 8 . 4   3 p % 
 8 0 . 3   f t % 
 2 9 . 6   m p g 
 
 g e r m a n   l e g e n d .   👏 
 
 b l a z e r s   m a v s   p a c e r s   n b a  
  t o p p i n   e a s t   b a y   f u n k   i n   g a m e   d u n k   w a s   n a s t y   v s   p a c e r s   j u s t   n o w   🏀 🏀 🔥 🔥 🔥 🔥 🔥
s l o p p y   h a n d o f f   l e a d s   t o   t h i s   b r e a k   a w a y   o f f   t h e   b a c k b o a r d   d u n k   b y   s m i t h .   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   j a l e n s m i t h   a l l e y o o p  
i   w i l l   s a y   i   m i s s e d   h e a r i n g   _ j _ b o y l e   v o i c e   t h i s   o f f   s e a s o n .   s o   g l a d   t o   h e a r   h i m   b r o a d c a s t   t h e   p a c e r s   o n c e   a g a i n .   t h e   b e s t   t o   e v e r   d o   i t . 
 p a c e r s   k n i c k s
h a l i b u r t o n   w i t h   t h e   s t e a l   a n d   b a s k e t   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   t y r e s e h a l i b u r t o n  
d u a r t e   f i n i s h e s   a t   t h e   b a s k e t   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   c h r i s d u a r t e  
h a l i b u r t o n   d r a i n s   t h e   o p e n   3   n b a   b a s k e t b a l l   p a c e r s   t y r e s e h a l i b u r t o n   n b a t w i t t e r  
m i t c h   r o b   g o t t a   b l o c k   t h i s .   n b a   b a s k e t b a l l   b u d d y h i e l d   p a c e r s   n b a t w i t t e r   p r e s e a s o n  
e n d   o f   q 2 
 k n i c k s   7 2 
 p a c e r s   5 4 
 
 r j   b a r r e t t :   1 6   p t s ,   2   r e b ,   4 / 5   3 p t 
 j a l e n   b r u n s o n :   1 5   p t s ,   3   a s t 
 o b i   t o p p i n :   1 0   p t s ,   2 / 4   3 p t
b u d d y   h i e l d   3   b a l l   n b a   b a s k e t b a l l   p a c e r s   b u d d y h i e l d   n b a t w i t t e r   p r e s e a s o n  
t u r n e r ' s   s h o t   m i s s e d   t o   e n d   o f   t h e   f i r s t   h a l f 
 p a c e r s   5 4   k n i c k s   7 2   h  
p e o p l e   w h o   k e e p   s a y i n g   t h e   p a c e r s   n e e d   t o   t r a d e   b u d d y   a n d   m i l e s   o r   t h e y ' l l   b e   t o o   g o o d   t o   t a n k   h a v e   n e v e r   w a t c h e d   b u d d y   o r   m i l e s   p l a y
b u d d y   h i e l d   t r e y 
 p a c e r s   5 2   k n i c k s   6 9   2 n d  
j u l i u s   r a n d l e   b u c k e t 
 p a c e r s   4 9   k n i c k s   6 9   2 n d  
j u l i u s   r a n d l e   s t e p - b a c k   j u m p e r 
 p a c e r s   4 7   k n i c k s   6 7   2 n d  
j u l i u s   r a n d l e   f r o m   d o w n t o w n 
 p a c e r s   4 7   k n i c k s   6 5   2 n d  
🏀 i n d i a n a   p a c e r s   h i g h l i g h t s   a t   c h a r l o t t e   h o r n e t s | o c t o b e r   0 5 ,   2 0 2 2 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
m i t c h e l l   r o b i n s o n   o n   b o t h   e n d s   o f   t h e   c o u r t 
 p a c e r s   4 7   k n i c k s   6 0   2 n d  
m i t c h e l l   r o b i n s o n   b o a r d   & a m p ;   s l a m 
 p a c e r s   4 7   k n i c k s   6 0   2 n d  
r j   b a r r e t t   d o w n t o w n 
 p a c e r s   4 3   k n i c k s   5 4   2 n d  
c h r i s   d u a r t e   t r e y 
 p a c e r s   4 3   k n i c k s   5 1   2 n d  
b u d d y   h i e l d   b u c k e t 
 p a c e r s   4 0   k n i c k s   4 6   2 n d  
o b i   t o p p i n   d o w n t o w n 
 p a c e r s   3 8   k n i c k s   4 6   2 n d  
o k ,   s o   m a y b e   t h e   p a c e r s   d o n ' t   h a v e   t h e   b e s t   s e c o n d   u n i t   i n   t h e   l e a g u e .   p a c e r s
o b i   t o p p i n   d r i v i n g   b u c k e t 
 p a c e r s   3 8   k n i c k s   4 3   2 n d  
j e r i c h o   s i m s   s t u f f 
 p a c e r s   3 8   k n i c k s   4 1   2 n d  
m i l e s   m c b r i d e   t r e y 
 p a c e r s   3 7   k n i c k s   3 9   2 n d  
i m m a n u e l   q u i c k l e y   b u c k e t 
 p a c e r s   3 7   k n i c k s   3 6   2 n d  
b e n n e d i c t   m a t h u r i n   t r e y 
 p a c e r s   3 5   k n i c k s   3 1   2 n d  
o b i   t o p p i n   d o w n t o w n 
 p a c e r s   3 2   k n i c k s   3 1   2 n d  
o b i   t o p p i n   l a y u p 
 p a c e r s   3 1   k n i c k s   2 8   2 n d  
t j   m c c o n n e l l   p u l l u p   j u m p e r 
 p a c e r s   3 1   k n i c k s   2 6   e n d   o f   1 s t  
e n d   o f   q 1 
 k n i c k s   2 6 
 p a c e r s   3 1 
 
 r j   b a r r e t t :   1 1   p t s ,   2   r e b ,   3 / 4   3 p t 
 j a l e n   b r u n s o n :   7   p t s ,   1   r e b ,   1   a s t
m a t h u r i n   o f f   t h e   i n   b o u n d s .   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   b e n e d i c t m a t h u r i n  
d e r r i c k   r o s e   🌹 
 p a c e r s   2 9   k n i c k s   2 6   1 s t  
b e n n e d i c t   m a t h u r i n   l a y u p 
 p a c e r s   2 9   k n i c k s   2 4   1 s t  
g r e a t   p i c k u p   f o r   t h e   p a c e r s !   b e n n e d i c t   i s   h i m !       p a c e r s   💙 💛
b e n n e d i c t   m a t h u r i n   & a m p ;   o n e 
 p a c e r s   2 7   k n i c k s   2 4   1 s t  
p a c e r s   l e t ' s   g o . . .   b e a t   k n i c k s   i n d v s n y
d e r r i c k   r o s e   🌹 
 p a c e r s   2 1   k n i c k s   2 4   1 s t  
h a l i b u r t o n   g e t s   t o   t h e   r i m .   n b a   b a s k e t b a l l   p a c e r s   t y r e s e h a l i b u r t o n   n b a t w i t t e r  
i m m a n u e l   q u i c k l y   d o w n t o w n 
 p a c e r s   1 9   k n i c k s   2 2   1 s t  
c h r i s   d u a r t e   & a m p ;   o n e 
 p a c e r s   1 9   k n i c k s   1 9   1 s t  
i ’ m   s u r p r i s e d   m a t h u r i n   i s   n o t   s t a r t i n g   o r   e v e n   o f f   t h e   b e n c h   y e t   f o r   t h e   p a c e r s .   d u a r t e   i s   p l a y i n g   n i c e   s o   f a r   b u t   t h i s   k i d   i s   g r e a t ,   w a t c h   f o r   h i m   w h e n   h e   d o e s   c h e c k   i n   t o n i g h t   f o r   t h e   p a c e r s
i m m a n u e l   q u i c k l e y   b u c k e t 
 p a c e r s   1 6   k n i c k s   1 9   1 s t  
t e r r y   t a y l o r   l a y u p 
 p a c e r s   1 6   k n i c k s   1 7   1 s t  
j a l e n   b r u n s o n   d r i v i n g   f l o a t e r 
 p a c e r s   1 4   k n i c k s   1 4   1 s t  
i s a i a h   j a c k s o n   & a m p ;   t e r r y   t a y l o r   a r e   t h e   f i r s t   t w o   s u b s   o f f   t h e   b e n c h   t o n i g h t .   p a c e r s
h a l i b u r t o n   b u c k e t 
 p a c e r s   1 4   k n i c k s   1 0   1 s t  
r j   b a r r e t t   d o w n t o w n 
 p a c e r s   1 2   k n i c k s   1 0   1 s t  
t y r e s e   h a l i b u r t o n   d o w n t o w n 
 p a c e r s   9   k n i c k s   7   1 s t  
c h r i s   d u a r t e   f r o m   d o w n t o w n 
 p a c e r s   9   k n i c k s   5   1 s t  
b u d d y   h i e l d   3   b a l l   n b a   b a s k e t b a l l   n b a t w i t t e r   b u d d y h i e l d   p a c e r s  
n b a   p r e s e a s o n 
 
 h o r n e t s   + 5 . 5   - 1 1 0   h o r n e t s 
 p a c k e r s   + 4 . 5   - 1 1 0   p a c e r s 
 
 m i n u t e m a i d j a y   g a m b l i n g t w i t t e r
p a c e r s   v s   k n i c k s   n b a   f r e e   s t r e a m 
 l i v e   t v   -   
 
 0 7   o c t o b e r ,   1 9 : 3 0   e t   t i m e 
 n b a s t r e a m s   n b a   n b a p r e a s e a s o n   p a c e r s   k n i c k s  
i n d i a n a   p a c e r s   @   n e w   y o r k   k n i c k s   |   l i v e s t r e a m   w / g a m e   c o m m e n t a r y   +   r e a c t i o n s  
w e   a r e   l i v e !   k n i c k s   p a c e r s   n y k n i c k s   n e w y o r k f o r e v e r   
 

w h o ' s   a t   t h e   g a m e   t o n i g h t ?     
 k n i c k s   p a c e r s
w e ' l l   b e   l i v e   i n   2 0   m i n u t e s   b r i n g i n g   y o u   p r e s e a s o n   c o m m e n t a r y   o f   t h e   k n i c k s   a n d   p a c e r s !   y o u   d o n ' t   w a n n a   m i s s   i t ! 
 

v i c t o r   w e m b a n y a m a   v s   s c o o t   h e n d e r s o n   |   n b a   g m s   t h o u g h t s   o n   i n d i a n a   p a c e r s   |   p a c e r s - k n i c k s   p r e v i e w 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
p a c e r s   w i n   w e d n e s d a y .   c o l t s   w i n   l a s t   n i g h t .   c a n   w e   g e t   t h e   t r i f e c t a   a n d   g e t   t h a t   p a c e r s   d u b   t o n i g h t ?   i   k n o w   i t ’ s   o n l y   p r e s e a s o n   b u t   i   l i k e   t o   w a t c h   t h e m   w i n . 
 
 w e   t e a m   i n d y   o v e r   h e r e   a l l   d a y !
g o t   a   f u l l   s c h e d u l e   f o r   t o n i g h t ! 
 n b a t v   n b a   n b a t w i t t e r   c e l t i c s   a l l f l y   p a c e r s   k n i c k s   n u g g e t s   b u l l s n a t i o n   w e t h e n o r t h   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s   m a g i c   m f f l   m a v e r i c k s   r a p t o r s   h o r n e t s   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n  
b a c k   t o   b a s k e t b a l l !   j o i n   m y s e l f ,     +     a s   w e   w i l l   b e   l i v e s t r e a m i n g   t o n i g h t ' s   p r e s e a s o n   m a t c h u p   b e t w e e n   t h e   p a c e r s   +   t h e   k n i c k s   a t   7 : 2 5 p m !   j o i n   u s   i n   t h e   c o m m e n t   s e c t i o n   a s   w e   g e t   a   l o o k   a t   w h a t   t h e   k n i c k s   m a y   l o o k   l i k e   i n   2 0 2 2 ! 

n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s
p l e a s e   t a n k   f o r   t h i s   g u y   p a c e r s   ! g e n e r a t i o n a l   t a l e n t   n b a  
h i   e v e r y o n e ,   v i s a   p r o b l e m   w i t h   m y   g i r l f r i e n d ,   i m p o s s i b l e   t o   c o m e   t o   n y   t o n i g h t .   w e ' r e   s e l l i n g   t w o   t i c k e t s   t o   s e e   t h e   n y c   k n i c k s   v s   i n d i a n a   p a c e r s   p l a y o f f   g a m e .   a n y o n e   i n t e r e s t e d ?   🏀 
 b a s k e t b a l l   n b a   p l a y o f f s 2 0 2 2   k n i c k s   p a c e r s   n y c   m a d i s o n s q u a r e g a r d e n
🏀 t r a i n i n g   c a m p   d a y   o n e 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
v e g a s   o d d s   f a v o r   t h e   k n i c k s   o v e r   t h e   p a c e r s ,   - 5 . 0  
t h e   n e w   y o r k   k n i c k s   p u t   a n o t h e r   p e r f e c t   p r e s e a s o n   o n   t h e   l i n e   o n   f r i d a y   n i g h t . 
 
 f i n d   o u t   w h o   a n d   w h a t   t o   w a t c h   f o r   i n   m y   l a t e s t : 
 n e w y o r k f o r e v e r   p a c e r s   n b a t w i t t e r   
 

t o n i g h t ,   w e ' l l   b e   s t r e a m i n g   o u r   f i r s t   n b a   g a m e   o f   t h e   s e a s o n   t o n i g h t   a s   t h e   p a c e r s   t a k e   o n   t h e   k n i c k s   a t   m s g !   w e ' l l   b e   l i v e   a t   7 : 2 5   p m   f o r   p r e g a m e   d i s c u s s i o n   a n d   t h o u g h t s   b e f o r e   t i p - o f f   a t   7 : 4 0 !   s e e   y a   g u y s   t h e n ! 
 n e w y o r k f o r e v e r   

h o l l i n g e r ' s   a n a l y s i s   i s   w a y   o f f   h e r e ,   b u t   i   l i k e   t h i s   t r a d e   f o r   b o t h   s i d e s . 
   g e t   s h o o t i n g   a n d   s t r e t c h   5 
 p a c e r s   d o n ' t   h a v e   t o   t a k e   o n   w e s t b r i c k   a n d   s t u n t   h a l i b u r t o n ' s   g r o w t h  
i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a c a p s   n e w e r a f i t t e d   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   c a p   f i t t e d h e a d s   t h i s i s t h e c a p   w e a r y o u r a l l e g i a n c e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f i t t e d c a p   t h e c a p t h e p r o s w e a r   s t r i c t l y f i t t e d   h a t g a m e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g   w e a r y o u r a l l e g i a n c e   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   h a t   c a p l o v e r   f i t t e d h e a d s   c a p s   s p e a k w i t h y o u r c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d f a m   n e w e r a f i t t e d   s t a y f i t t e d 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a   c a p a h o l i c   w e a r w h a t t h e p r o s w e a r   t h i s i s t h e c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   s t a y f i t t e d   n e w e r a h a t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d h a t s   t h i s i s t h e c a p   c a p 
 

n o b o d y ’ s   g o i n g   t o   s a y   i t   s o   i   a m !   
 
 p a c e r s   2 0 2 5   n b a   c h a m p i o n s h i p   s t a r t i n g   r o s t e r 
 
 p g :   h a l i b u r t o n 
 s g :   m a t h u r i n 
 s f :   p a u l   g e o r g e 
 p f :   s t i x 
 c :   w e m b a n y a m a
i f   p a c e r s   g e t   v i c t o r   w e m b a n y a m a   i   h a v e   n o   d o u b t   i n   m y   m i n d   t h e   p a c e r s   w i l l   f i n a l l y   g e t   t h a t   n b a   c h a m p i o n s h i p
l o w e ' s   a n n u a l   n b a   t i e r s   —   l o w e   h a s   t h e   p a c e r s   r a n k e d   i n   t h e   b o t t o m   f i v e   
   
 
   
 b a s k e t b a l l   i n d i a n a   i n d i a n a p a c e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
m y l e s   t u r n e r   s u i t s   u p   f o r   t h e   f i r s t   t i m e   s i n c e   j a n u a r y ,   d r o p s   1 2   p o i n t s   f o r   i n d i a n a   p a c e r s   i n d i a n a   p a c e r s   c e n t e r   m y l . . .     p a c e r s  
n e w   j o i n t   i s   u p . 
 
 k n i c k s   n y k   n y k n i c k s   n e w y o r k   
 p i s t o n s   p a c e r s   v i c t o r w e m b a n y a m a   
 n b a   p r e s e a s o n   
 
           _ 3 2   
 

l a k e r s ,   p a c e r s   k e e p i n g   i n   t o u c h   a g a i n   a b o u t   b u d d y   h i e l d   t r a d e   s t a t u s     l a k e r s
t h i s   c o l t s   t e a m   i s   j u s t   n o t   i t .   i   d o n ’ t   e v e n   f u c k i n g   c a r e   i f   w e   w i n   o r   l o s e   t h i s   o n e .   i   w a n t   e v e r y o n e   g o n e .   r e i c h ,   b a l l a r d …   i ’ d   t r a d e   a w a y   l e o n a r d ,   n e l s o n ,   m o o r e ,   a n d   o t h e r s   f o r   t h e   h i g h e s t   d r a f t   p i c k s   i   c o u l d   g e t .   n e e d   t o   r e h a u l ,   a   l a   t h e   p a c e r s
a t l a n t a   h a w k s '   d e j o u n t e   m u r r a y   s e n d s   s t r o n g   m e s s a g e   t o   t e a m m a t e s 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   g o s p u r s g o   s a n a n t o n i o   w e t h e n o r t h   h e a t t w i t t e r   l a k e s h o w   d u b n a t i o n   p a c e r s   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
d e f e n s e   i s   w o r n   o u t   a n d   s o   a m   i .   d o n e   w i t h   t h i s   t e a m   f o r   t h e   s e a s o n .   p a c e r s   m i g h t   b e   b a d   b u t   t h e r e ' s   c o h e s i o n   a n d   h o p e   u n l i k e   t h e   c o l t s
s h o u l d   r a p t o r s   w o r r y   a b o u t   3 - p o i n t   s h o o t i n g   a f t e r   c e l t i c s   w i n ? 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
m i a m i   h e a t :   w h y   t h i s   i s   t h e   p r i m e   o f   j i m m y   b u t l e r ' s   c a r e e r 
 
 
 
 n b a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l     n e t s   b u c k s   j a z z   w a r r i o r s   a l l f l y
t i m b e r w o l v e s '   e x c i t i n g   s e c r e t   w e a p o n   w a s   o n   f u l l   d i s p l a y   a g a i n s t   m i a m i 
 
 
 
 n b a   r a i s e d b y w o l v e s   m i n n e s o t a   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l     n e t s   b u c k s   j a z z   w a r r i o r s
a n t h o n y   d a v i s   a l r e a d y   s h o w i n g   l a k e r s   f a n s   w h y   t h e y   c a n ' t   t r u s t   h i m 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l   r a i s e d b y w o l v e s   n e t s   b u c k s   j a z z   w a r r i o r s
l a k e r s   f a n s   b e g g i n g   f o r   p a c e r s   t r a d e   d u r i n g   p r e s e a s o n   ( f o r   a   n e w   r e a s o n ) 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l   r a i s e d b y w o l v e s   n e t s   b u c k s   j a z z
t a n k   t o   t r y   t o   g e t   w e m b a n y a m a ?   n e e d   t o   r e a l l y !   p a c e r s     _ s m i t h   g e n e r a t i o n a l   t a l e n t .
🏀 c h a s e   d o w n   p o d c a s t   l i v e :   i n s i d e   t h e   l a b   w i t h   j a m a l   r i c h a r d s o n 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
w i t h   e v e r y   u t t e r l y   r i d i c u l o u s   h i g h l i g h t   i   b e c o m e   a   b i g g e r   f a n   o f   t h e   m o o t e d   w e s t b r o o k   f o r   m y l e s / b u d d y   d e a l .   p a c e r s  
p a c e r s   a b o u t   t o   h a v e   v i c t o r   w e m b a n y a m a ,   t y r e s e   h a l i b u r t o n   a n d   b e n n e d i c t   m a t h u r i n   t a k e   b a c k   o v e r   t h e   c i t y ’ s   a t t e n t i o n   f r o m   c o l t s .
🏀 h i g h l i g h t s :   b u c k s   1 0 2 - g r i z z l i e s   1 0 7 | 1 0 . 1 . 2 2 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
w h e r e   d o   g u y s   t h i n k   t h e     w i l l   e n d   u p ?   l o o k   a t   m y   p r e d i c a t i o n   b e l o w   a n d   t e l l   m e   w h a t   y o u   t h i n k   a b o u t   i t !   n b a   p a c e r s   t h e h o o p c o a l i t i o n   w h o g o t n e x t  
d i d   t h e   p a c e r s   g e t   a   w i n ?   y e p !   m y   t h o u g h t s   o n   l a s t   n i g h t ' s   g a m e   a n d   w h o   o v e r / u n d e r p e r f o r m e d   i n   p r e s e a s o n   g a m e   o n e . 
 
 p a c e r s   |     

b r a h   f o r   a l l   y o u   c o m p l a i n i n g   a b o u t   b a l l y   s p o r t s   o r   n o t   b e i n g   a b l e   t o   w a t c h   a   g a m e   y o u   w a n t .   t h e r e   a r e   a   m i l l i o n   w e b s i t e s   t o   w a t c h   f r e e   s t r e a m s   j u s t   u s e   y o u r   p l a y s t a t i o n / x b o x / c o m p u t e r .   i t ’ s   s u p e r   e a s y   p a c e r s
w h a t   i s   e v e r y b o d y ’ s   p l a n   f o r   w a t c h i n g   t h e     t h i s   s e a s o n ,   i   d o n ’ t   h a v e   c a b l e   a n d   l i v e   i n   i n d y   ,   i ’ v e   b e e n   h e a r i n g     i s   a s s   b u t   h a v e n ’ t   u s e d   i t   i n d y   p a c e r s   c o l t s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
p a c e r s   b l o w   o u t   t h e   h o r n e t s   l a s t   n i g h t   i n   c h a r l o t t e .     r o o k   b e n n e d i c t   m a t h u r i n   p u t   i n   1 5   p o i n t s   a n d   a a r o n   n e s m i t h   h a d   1 6 .     l a s t   n i g h t ,   y o u t h   w a s   s e r v e d !
_ h i _ h e l l o _   b i g   t h r e e   d a z e .   p a c e r s   y e s t e r d a y   a n d   t o m o r r o w ,   s a n d w i c h e d   b y   o u r   c o l t s   t o d a y ? ? ? ?   
 
 w o w z a .   w e   g o t   a   l o t   g o i n ’   o n ,   g g .
i   l i k e   t h i s   l o w   k e y . . .   a s   a   w a r r i o r s   f a n .   b e t t e r   t h a n   l o s i n g   d r a y   f o r   n o t h i n g   b e c a u s e   i t   s e e m s   h e   h a s   h i s   e y e s   s e t   o n   d e t r o i t 
 
 d u b n a t i o n   p a c e r s   w a r r i o r s   l a k e r s  
g e t   y o u r s e l v e s   o v e r   a n d   g i v e   a   l i s t e n   t o   m y   g u y s !   b e s t   s p o r t s   p o d c a s t   o f   a l l   t i m e   e v e r !   y o u ’ l l   h a v e   a   g r e a t   t i m e !   c o l t s   p a c e r s  
e p i s o d e   1 5   o f   " t h e   3 1 7   s p o r t s   p r o j e c t "   i s   o u t   f r i e n d s .   m a n ,   w e   h a d   a   b l a s t   w i t h   t h i s   o n e .   w e   t a l k e d   t u a ,   a a r o n   j u d g e ,   t h e   c o l t s ,   p a c e r s   a n d   m o r e .   w e   e v e n   g i v e   s o m e   l o v e   t o   d m x   ( r i p ,   k i n g ) !   y o u   d o n ' t   w a n n a   m i s   t h i s   o n e .   
 
 e n j o y ,   e p .   1 5 !   p e n n a n d p o p s 
 

y e s t e r d a y ' s   n b a p r e s e a s o n   f i n a l   g a m e   s c o r e s : 
 
 • s i x e r s   t y r e s e   m a x e y :   2 1   p t s 
 
 • p a c e r s   i s a i a h   j a c k s o n :   1 3   p t s ,   6   r e b ,   4   b l k 
 
 • r a p t o r s   g a r y   t r e n t :   9   p t s ,   4   r e b ,   2   s t l 
 
 • s u n s   d e v i n   b o o k e r :   2 2   p t s ,   3   r e b 
 • s u n s   c h r i s   p a u l :   1 3   p t s ,   1 0   a s t ,   4   r e b ,   2   s t l 
 
 ( v i a   )  
u p   n e x t :   w e ' r e   r e c a p p i n g   t h e   p a c e r s   p r e s e a s o n   o p e n e r   w i t h     !   w h a t   w e r e   h i s   b i g g e s t   t a k e a w a y s   a n d   w h o   i m p r e s s e d !  
a   t o u g h   g a m e   f o r   t h e   h o r n e t s   l a s t   n i g h t   v e r s u s   t h e   p a c e r s .   d e s p i t e   c u t t i n g   t h e   l e a d   d o w n   t o   9   d u r i n g   t h e   3 q ,   t h e   p a c e r s   w e n t   o n   a   r u n   a n d   e n d e d   u p   b l o w i n g   o u t   t h e   h o r n e t s   f o r   t h e   s e c o n d   s t r a i g h t   g a m e   t h i s   p r e s e a s o n .   a l l f l y
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t t w i t t e r   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s    
p a c e r s   n o t   t r y i n g   t o   o v e r r e a c t   b u t   w h o   a r e   w e   p l a y i n g   i n   t h e   f i n a l s
t . j .   m c c o n n e l l   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t . j . m c c o n n e l l   t . j .   m c c o n n e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
t y r e s e   h a l i b u r t o n   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e h a l i b u r t o n   t y r e s e   h a l i b u r t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
c o l t s   g a m e d a y   –   m a t t   r y a n   m u s t   h o l d   o n t o   b a l l   t o   w i n ,   k e e p   j o b !   f i v e   k e y s   t o   b e a t   b r o n c o s !   p a c e r s   b e a t   h o r n e t s !   c u b s   p a r t y   i n   f i n a l e !    
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i t ' s   g a m e   d a y   a n d   w e ' l l   b e   a l l   o v e r   c o l t s   & a m p ;   b r o n c o s   a h e a d   o f   t h e i r   t n f   t i l t !   n o   j o n a t h a n   t a y l o r ,   s o   w h o   w i l l   c a r r y   t h e   l o a d   f o r   t h e   c o l t s ?   +   p a c e r s   p r e s e a s o n   g o t   u n d e r w a y   l a s t   n i g h t ! 
 
 8 : 3 0   -     
 9   -    
t h e   o n e   t h i n g   b e n e d i c t   m a t h u r i n   s h o w e d   t h e   p a c e r s   l a s t   n i g h t   i s   t h a t   h e ’ s   n o t   a f r a i d   t o   s h o o t
_ s p o r t s   n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r               
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h  
i   w o n d e r   w h y   g o g a   d i d n ’ t   p l a y   l a s t   n i g h t .   a n y o n e   k n o w ?   p a c e r s
n e w   v i d e o   t o   w a t c h : 
 
 " l a k e r s   & a m p ;   p a c e r s   e n g a g e d   i n   s e r i o u s   r u s s e l l   w e s t b r o o k   t a l k s   r i g h t   b e f o r e   s t a r t   o f   c a m p "   
 
 c r e a t o r :     c y r o   a s s e o 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
  m a j o r   c o n c e r n s   f o r   𝙏 𝙚 𝙖 𝙢   𝙄 𝙣 𝙙 𝙞 𝙖   a h e a d   o f     2 0 2 2   😐 👇 
 r e a d   🔗 
 
 t 2 0 w o r l d c u p 2 0 2 2   i n d v s a u s   p a c e r s   t e a m i n d i a   c r i c k e t  
m a j o r   c o n c e r n s   f o r   𝙏 𝙚 𝙖 𝙢   𝙄 𝙣 𝙙 𝙞 𝙖   a h e a d   o f     2 0 2 2   😐 👇 
 r e a d   🔗 
 
 t 2 0 w o r l d c u p 2 0 2 2   i n d v s a u s   p a c e r s   t e a m i n d i a   c r i c k e t  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 t 2 0 w o r l d c u p 2 0 2 2   p a c e r s   
 t 2 0   n z s e r i e s   p a k i s t a n z i n d a b a d  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t t w i t t e r     t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 b e n n   m a t h u r i n 
 
 1 5   p t s 
 
 n b a   n b a i t a l i a   p a c e r s   h o r n e t s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j t   t h o r 
 
 n b a   n b a i t a l i a   h o r n e t s   p a c e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 a a r o n   n e i s m i t h 
 
 n b a   n b a i t a l i a   p a c e r s   h o r n e t s 
  
k e e p   a n   e y e   👁   ( n o t   i n   o r d e r ) 
 1 .   s a n t i   a l d a m a   g r i n d c i t y   
 2 .   b e n n e d i c t   m a t h u r i n   p a c e r s   
 3 .   t a r i   e a s o n   r o c k e t s   
 4 .   i s a i a h   r o b y   g o s p u r s g o   
 5 .   g r a n t   w i l l i a m s   b l e e d g r e e n   
 6 .   m a l i k   m o n k   k i n g s   
 7 .   s h a e d o n   s h a r p e   r i p c i t y 
 8 .   j a l e n   d u r e n   m o t o r c i t y
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 p j   w a s h i n g t o n 
 
 n b a   n b a i t a l i a   h o r n e t s   p a c e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 b e n n   m a t h u r i n 
 
 n b a   n b a i t a l i a   p a c e r s   h o r n e t s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 t y r e s e   h a l i b u r t o n 
 
 n b a   n b a i t a l i a   h o r n e t s   p a c e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 l a m e l o   b a l l 
 
 n b a   n b a i t a l i a   h o r n e t s   p a c e r s 

🏀 d a l e n   t e r r y   p l a y s   w i t h   h e a r t !   n b a   p r e - s e a s o n   d e b u t   h i g h l i g h t s | c h i c a g o   b u l l s 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   g a m e   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 ;   n b a   s t a n d i n g s   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   p a c e r s   h o r n e t s   c a v a l i e r s   7 6 e r s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   i n d i a n a   p a c e r s   n b a   v i d e o :  
w o n   o u r   f i r s t   p r e - s e a s o n   g a m e . . .   n i c e   p a c e r s   i n d v s c h a
w a s   a n y o n e   e l s e   r e a l l y   d i s t r a c t e d   b y   t h e   h o r n e t s ’   f l o o r ?   p a c e r s
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i s a i a h   j a c k s o n   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h j a c k s o n   i s a i a h   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
a a r o n n e s m i t h   a n d   b e n n e d i c t m a t h u r i n   c o m b i n e   f o r   3 1   p o i n t s   a s   t h e   p a c e r s   c r u i s e   p a s t   t h e   h o r n e t s .   f i n a l :   i n d   1 2 2   -   9 7   c h a   n b a p r e s e a s o n
m y l e s   a s   a   s o l o   5   w i t h   a   p a s s - f i r s t   p o i n t   g u a r d   t h a t   l o o k s   t o   f i n d   h i m   i s   s o   f r e a k i n g   r e f r e s h i n g .   p a c e r s
j a l e n   s m i t h   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n s m i t h   j a l e n   s m i t h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s
i   t h o u g h t   t h e   p a c e r s   w o u l d   l o o k   s o   m u c h   b e t t e r   a f t e r   t h e y   t r a d e d   a w a y   d o m a n t a s   s a b o n i s . 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n   p a c e r s
y o u ' r e   g o i n g   t o   h a v e   t o   g i v e   u s   5   👏   p i c k s   f o r   w e s t b r o o k   n o w   b i t c h e s ! ! !   p a c e r s   j a z z      
l e t   e m   k n o w ! ! ! ! 🔥 🔥 🔥 🔥 🔥   p a c e r s  
n o t   t o   o v e r r e a c t   b u t   p r e t t y   s u r e   t h e   p a c e r s   a r e   g o i n g   8 2 - 0  
i ’ m   t y p i n g   m y   h a r d e s t   t o   n o t   o v e r r e a c t   b u t   y o u ’ d   t h i n k   t h e   p a c e r s   c o u l d   b e   a   9   o r   1 0   s e e d   i f   e v e r y o n e   t a k e s   a   n e x t   s t e p
p a c e r s   b e n c h   t o n i g h t : 
   + 3 3   
   + 3 0 
   + 3 0 
 
 i   c a n   g e t   b e h i n d   t h i s   c r e w   o f   m a n i a c s   m a k i n g   p e o p l e   m i s e r a b l e   o n   a   n i g h t l y   b a s i s .   p a c e r s  
  _ r e y b r o u c k     n e w   p a c e r s   e r a ! !   p a c e r s
h e y     d i d   y o u   s e t t l e   y o u r   d i s p u t e   w i t h     y e t ?   i   r e a l l y   j u s t   w a n t   t o   w a t c h   p a c e r s   g a m e s   o n   t v   t h i s   w i n t e r .   t h a n k   y o u   i n   a d v a n c e .
p a c e r s   j u s t   a b o u t   u s e d   e v e r y o n e   t o n i g h t !   h o p e   t h i s   s t y l e   c o n t i n u e s   i n t o   t h e   r e g u l a r   s e a s o n
t h e   p a c e r s   a r e   1 - 0   i n   t h e   p r e s e a s o n .   g r e a t   o p e n   t o   t h e   s e a s o n ,   a l m o s t   e v e r y   p l a y e r   s a w   t h e   c o u r t .
a a r o n   n e s m i t h   i s   a   g r e a t   t a l e n t .   p a c e r s
o v e r a l l ,   h a p p y   w i t h   t h e     p e r f o r m a n c e   t o n i g h t !       g l a d   t o   s e e   m y l e s   p l a y   s o m e   p o s t   f i n a l l y ,   m i x   i t   i n .     
 
 v e r y   i m p r e s s e d   w i t h   n e s m i t h   t o n i g h t .       g o o d   w i n   t o n i g h t   e v e n   i f   i t ' s   p r e s e a s o n .   
 
 g o p a c e r s   p a c e r s
  p a c e r s   f a n s   s h o u l d   d o u b l e   u p   a n d   b u y   l e a   g u e   p a   s s .   s h a r e   t h e   m e m b e r s h i p / c o s t .   y o u   g e t   t w o   d e v i c e s   f o r   b a s i c a l l y   $ 6 5   p e r   p e r s o n .   n o t   s u r e   h o w   b l a c k o u t s   w o r k   i n   y o u r   a r e a s   t h o .
a a r o n   n e s m i t h   i s   n i c e ,   f u t u r e   i s   b r i g h t   i n   i n d i a n a !   p a c e r s
h e c k   o f   a   q u a r t e r   f r o m   i s a i a h   a n d   n e s m i t h !   r e a l l y   l i k e d   w h a t   k e n d a l l   p r o v i d e d   o n   t h e   d e f e n s i v e   e n d   t o o !   p a c e r s
i t ' s   o n l y   t h e i r   f i r s t   p r e s e a s o n   g a m e ,   b u t   t h i s   p a c e r s   r o s t e r   h a s   b e e n   a s   e n t e r t a i n i n g   a s   i   w a s   h o p i n g   i t ' d   b e .
_ c o o p e r   n e i s m i t h   l o o k i n g   g o o d .   t h i s   p a c e r s   t e a m   l o o k s   f u n   t o   w a t c h .
c a n ' t   e v e n   g e t   t h e   g a m e   j u s t   h a d   t o   m a k e   a   p o s t   w i t h   t w o   d i f f e r e n t   m e d i a s   p a c e r s   😤    
i ’ m   g o i n g   t o   r e a l l y   d i s a p p o i n t e d   i f   c a r l i s l e   p l a y s   m a t h u r i n   t h i s   s p o r a d i c a l l y   i n   a   d e v e l o p m e n t a l   s e a s o n .   p a c e r s
m a n ,   i j a x   i s   a   m e n a c e   a r o u n d   t h e   r i m .   p a c e r s
p a c e r s   g e t   y o u r   f u c k i n g   s h i t   t o g e t h e r   h o w   d o   y o u   t h r o w   a   2 5   p o i n t   l e a d ?   h o w   a r e   y o u   e v e n   g a s s e d   w h e n   y o u   c a n   r u n   t h e   f u c k i n g   q u a r t e r   d o w n   w d e f k j h g b k a j s d h f g b a ; s l f k d
i n d i a n a   p a c e r s :   h o w   d i d   t h e   t e a m   f a r e   i n   t h e   2 0 2 2   n b a   g m   s u r v e y ? 
 
 
 
 n b a   i n d i a n a s t y l e   i n d i a n a   p a c e r s   b e t h e f i g h t   h e r e t h e y c o m e   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   l a k e s h o w   a l l f l y   w e a r e t h e v a l l e y   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
c a n ’ t   c o m p l a i n   a b o u t   s o m e   o f   t h e s e   p e r i m e t e r   s h o t s .   r e s u l t s   t h o … o o f .   p a c e r s
s e e i n g   a l l   t h e s e   p a c e r s   h i g h l i g h t s   o n   m y   t i m e   l i n e   a g a i n .   😍 🙌   b a s k e t b a l l   i s   b a c k ! !
p a c e r s   l o o k i n g   d a m n   g o o d .   p a c e r s
e v e n   b u d d y   i s   s c o r i n g   a t   t h e   b u c k e t .   p a c e r s
g o o d   s i g n :   p a c e r s   o p e n i n g   h a l f   o f   p r e s e a s o n   p l a y 
 
 2 0 / 2 0   f r e e   t h r o w s   
 
 r i c k   c a r l i s e ' s   c l u b   w a s   2 1 s t   i n   t h e   n b a   l a s t   s e a s o n   w /   j u s t   2 1   a t t e m p t s   p e r   n i g h t .
r a n k i n g   t h e   1 0   b e s t   p r o s p e c t s   i n   t h e   c e n t r a l   d i v i s i o n 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   h e r e t h e y c o m e   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   l a k e s h o w   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
s i x e r s :   p o s i t i v e s   a n d   n e g a t i v e s   f r o m   p r e s e a s o n   w i n   o v e r   n e t s 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   b e t h e f i g h t   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
t h i s   p a c e r s   t e a m   i s   g o i n g   t o   b e   f u n   t o   w a t c h   g r o w
l u k a   d o n c i c   o u t   f o r   p r e s e a s o n   o p e n e r   v s   t h u n d e r   o n   o c t .   5 :   w h o   s t e p s   u p ? 
 
 
 
 n b a   m f f l   d a l l a s   m a v e r i c k s   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   b e t h e f i g h t   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
t r e   m a n n   h a s   s t e l l a r   p r e s e a s o n   d e b u t   i n   o k c   t h u n d e r   w i n 
 
 
 
 n b a   t h u n d e r u p   o k l a h o m a   t h u n d e r   w e t h e n o r t h   b l e e d g r e e n   b e t h e f i g h t       m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r   i n d i a n a s t y l e
i t ' s   a   g r e a t   t i m e   t o   b u y   m o r e   _ s m i t h   s t o c k   📈 p a c e r s   👀   

3   r e a s o n a b l e   g o a l s   f o r   r a p t o r s   p g   f r e d   v a n v l e e t   i n   2 0 2 2 - 2 3 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   b l e e d g r e e n   b e t h e f i g h t     t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r   i n d i a n a s t y l e
l o v e d   t h e   f i r s t   h a l f   p a c e r s  
b o s t o n   c e l t i c s :   s i   f e e l s   l i k e   j a y s o n   t a t u m   w i l l   m a k e   m v p   l e a p   i n   2 0 2 2 - 2 3 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
p a c e r s   u p   5 9 - 4 3   a t   h a l f ,   c e r t a i n l y   t h e   a g g r e s s o r s   a t   b o t h   e n d s .   m a k e s   s o m e   s h o t s   a n d   t h e y   m a y   h a v e   s o m e t h i n g   h e r e .   p a c e r s
2 0 1 8   1 s t - r o u n d   p i c k :   ' t h o u g h t   i   w a s   g o i n g   t o   b o s t o n   c e l t i c s   a t   d e a d l i n e ' 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   p a c e r s
s e e i n g   c e l t i c s   t w i t t e r   c r e a m   t h e i r   j e a n s   o v e r   m a l c o l m   b r o g d o n   i s   c o m i c a l .   y e s ,   h e ’ s   a   r e a l l y   g o o d   p l a y e r ,   b u t   h i s t o r y   t e l l s   y o u   h e ’ s   g o i n g   t o   m i s s   a s   m a n y   g a m e s   a s   h e   p l a y s .   n o t h i n g   a g a i n s t   h i m   a t   a l l ,   h e   j u s t   c a n n o t   s t a y   h e a l t h y .   p a c e r s
b e n n e d i c t   m a t h u r i n   i s   s p e c i a l .   p a c e r s   g o n n a   h a v e   a   h o m e g r o w n   s u p e r s t a r .
a n d   h e r e   i   a m   s l e e p i n g   o n   t h e   p a c e r s   b e n c h .   i   g u e s s   t h e   h o r n e t s   n o t   i t   t h i s   y e a r .
i t   t o o k   s o m e   d o i n g   b u t   i ’ m   a c t u a l l y   a b l e   t o   w a t c h   t h e   p a c e r s   g a m e
c o m i n g   u p   t h u r s d a y   m o r n i n g :   i f   t h e   c o l t s   a r e   g o i n g   t o   b e a t   t h e   b r o n c o s   i t ’ l l   b e   w i t h o u t   j o n a t h a n   t a y l o r .   w e ’ l l   g i v e   o u r   f i n a l   p r e v i e w   o f   t h e   g a m e   a s   w e l l   a s   o u r   p r e d i c t i o n s   +   r e c a p   t h e   p a c e r s   p r e s e a s o n   o p e n e r !       j o i n   u s   a s   w e l l !   s e e   y o u   a t   7 !  
t y r e s e   i s   t h e   g r e a t e s t   p a s s e r   i n   p a c e r s   h i s t o r y !
t h i s   f i r s t   h a l f   h a s   b e e n   a   b l a s t .   p a c e r s
t y r e s e   h a l i b u r t o n   i s   a   w i z a r d   y ’ a l l !   p a c e r s  
t y r e s e   n o   l o o k   p a s s ? ?   h e   i s   n o t   h u m a n .   p a c e r s
u m ,   t h i s   i s   s o m e   f u n   p r e s e a s o n   b a s k e t b a l l .   p a c e r s
s m a l l e s t   s a m p l e   s i z e   i m a g i n a b l e   —   b u t   t h e s e   p a c e r s   a r e   f u n   t o   w a t c h !
s m a l l e s t   s a m p l e   s i z e   i m a g i n a b l e   —   b u t   t h e s e   p a c e r s   a r e   f u n   t o   w a t c h !
b a b y   w a d e   i s   u n r e a l .   p a c e r s
p a c e r s   a n d   h o r n e t s   h a v e   c o m b i n e d   t o   m i s s   1 9 - o f - 2 0   t h r e e   p o i n t   a t t e m p t s .   s o   t h a n k s ,     f o r   n o t   t e l e v i s i n g   t h i s   g a m e !
m c c o n n e l l   s t i l l   l o o k i n g   l i k e   p r i m e   s t e v e   n a s h .   p a c e r s
b e n n e d i c t   m a t h u r i n   l o o k s   s u p e r   c o n f i d e n t ,   a n d   i s   p l a y i n g   w i t h o u t   a n y   f e a r . 
 
 i   t h i n k   t h e   p a c e r s   g o t   t h e i r   g u y
  l e a d   2 7 - 1 7   e n d   o f   1 s t   q 
 
 p a c e r s
p a c e r s   u p   1 0   a f t e r   1 q .   p l a y e d   1 0   p l a y e r s   o n l y   g a v e   u p   1 7   p o i n t s .   n e s m i t h   s h o w i n g   s o m e   d e f e n s i v e   d o g   l a t e   i n   q u a r t e r .   p a c e r s
g o o d   t o   h a v e   p a c e r s   b a s k e t b a l l   b a c k !   n i c e   f i r s t   q u a r t e r   b y   j a l e n   a n d   n e i s m i t h !
m y l e s   w i t h   a n o t h e r   e p i c   c o n t e s t   i n   t h e   p a i n t .   h e ’ s   t h e   b e s t   s h o t   b l o c k e r   i n   t h e   n b a .   p a c e r s
a a r o n   n e s m i t h   i s   t h e   g r e a t e s t   d e f e n d e r   i n   n b a   h i s t o r y .   p a c e r s
i ’ v e   s e e n   e n o u g h .   t h e   p a c e r s   a r e   g o i n g   t o   w i n   t h e   2 0 2 2 - 2 0 2 3   c h a m p i o n s h i p .
s o m e o n e   r e m i n d   m e   h o w   t h e   h e l l   w e   g o t     f o r   a   h a l f   e a t i n g   t w i n k i e   a n d   a   6   p a c k   o f   b u s c h   l i g h t ?     c e l t i c s   p a c e r s   n b a
m a t h u r i n   m a k i n g   h i s   p r e s e a s o n   d e b u t ,   t h i r d   m a n   o f f   t h e   b e n c h .   t e r r y   t a y l o r   r o l l   m a n   i s   f u n ,   b t w .   p a c e r s
d u a r t e   h a s   6   e a r l y   p o i n t s   .   s t i x   w i t h   5   p o i n t s   a n d   5   r e b o u n d s   .   m a t h u r i n   h a s   e n t e r e d   t h e   c h a t   👀 👀   p a c e r s
p u t   t h e   m a t h e m a t i c i a n   i n ,   r i c k !   p a c e r s
o n l y   t o o k   3   a p p   u p d a t e s   a n d   2   f o r c e   r e s t a r t s   t o   f i x   t h i s   f r o m   h a p p e n i n g   w h e n   t h e   r e m o t e   w a s n ’ t   t o u c h e d .   b u t ,   f i r s t   g a m e   a n d   i t   f i n a l l y   w o r k e d ,   s o   a h e a d   o f   t h e   u s u a l   c u r v e ?     p a c e r s   l e a g u e p a s s  
t h i s   s e a s o n   i s   g o i n g   t o   b e   a   l o t   o f   t h i n g s   b u t   t h e   m o s t   i m p o r t a n t   o n e   i s   f u n .   c a n ’ t   w a i t .   p a c e r s
m y l e s   h a s   a d o p t e d   t h e   t y r e s e   j u m p   a s s i s t .   n i c e .   _ c o o p e r     p a c e r s
h a l i b u r t o n   i s   a   t o p   5   p a s s e r   i n   t h e   l e a g u e ,   d o n ’ t   @   m e .   t h i s   i s   f a c t .   p a c e r s
m y l e s   s t r a i g h t   i n t o   t h e   p o s t   f o r   a   b u c k e t   w i t h o u t   h e s i t a t i o n .   i   l o v e   i t .   p a c e r s
t u n e d   i n   n o w   n b a l e a g u e p a s s   p a c e r s  
  g o t   i t !   
 
 h e r e   w e   g o !   
 
 p a c e r s
t h e   p a c e r s   f i r s t   f i v e   o f   t h e   s e a s o n : 
 
 h a l i b u r t o n 
 h i e l d 
 d u a r t e 
 s m i t h 
 t u r n e r
i   h a v e   a   q u e s t i o n .   i   s e e n   s o m e o n e   s a y i n g   a   c o u p l e   w e e k s   a g o   t h a t   t h e   p a c e r s   a n d   c o l t s   w e r e   w o r k i n g   t o g e t h e r   o n   s o m e t h i n g .   i s   t h i s   t r u e ?   d i d   t h e   p a c e r s   g e t   t h e i r   s u c k   a l l   o v e r   o u r   c o l t s ?   a n d   y e s ,   i f   i   w a s   a n   n b a   f a n   i   w o u l d   b e / a m   a   p a c e r s   f a n .   😂 🤣   s o r r y n o t s o r r y
p a c e r s   p l a y   t o n i g h t ,   b u t   n o t   o n   t v   ( u n l e s s   y o u   h a v e   l e a g u e   p a s s ) .   _   h a s   m o r e   o n   w h a t   t h e y ' r e   t r y i n g   t o   a c c o m p l i s h . 
 

i f   y o u   n e e d   a   w a y   t o   w a t c h   t h e   p a c e r s   t o n i g h t ,   d m   m e   💯
j u s t   g o t   n e w s   g o g a   b i t a d z e   w i l l   n o t   b e   p l a y i n g   t o n i g h t   f o r   t h e   p a c e r s
i f   a n y o n e   n e e d s   a   l i n k   f o r   t o n i g h t s   g a m e   d m   m e   c h a r l o t t e   h o r n e t s   p a c e r s
t y r e s e   w i t h   m y l e s   i s   g o i n g   t o   b e   * c h e f s   k i s s * .   p a c e r s
_ r i c a n   p a c e r s   t h e y ’ v e   n e v e r   h a d   a   1   p i c k   e v e r …   h a t e   t h e   l o t t e r y
w e   a r e   l i v e   i n   t h e   s p e c t r u m   c e n t e r ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   l i v e   s t r e a m     c h a r l o t t e h o r n e t s   h o r n e t s   n b a   l a m e l o b a l l   t y r e s e h a l i b u r t o n   i n d i a n a p a c e r s   p a c e r s   n u m e d i a   l i t h o u s e
t h e   n b a p r e s e a s o n   c o n t i n u e s .   w h o   a r e   y o u r   p i c k s   t h i s   e v e n i n g ?     n b a   b a s k e t b a l l   c a v s   7 6 e r s   p a c e r s   h o r n e t s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
  d o n ' t   d i s a p p o i n t   m e !   g o l d b l o o d e d   p a c e r s  
i n d i a n a   p a c e r s   b l o c k b u s t e r   t r a d e !   ( f e a t .   m o s e s   m o o d y   +   j a m e s   w i s e m a n ) 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s d u a r t e   c h r i s d u a r t e a n d i s a i a h j a c k s o n b l o c k b u s t e r t r a d e   d a m e r e e m s   d u a r t e a n d j a c k s o n t r a d e   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   i n d i a n a p a c e r s b l o c k b u s t e r t r a d e  
n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   p a c e r s   h o r n e t s   c a v a l i e r s   7 6 e r s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
d e n n i s   s m i t h   j r . ,   g o r d o n   h a y w a r d ,   a n d   c o d y   m a r t i n   a r e   o u t   t o n i g h t   a g a i n s t   t h e   p a c e r s   h o r n e t s   p a c e r s
j o n a t h a n   t a y l o r   i s   o u t   f o r   c o l t s !   o p t i m i s m   w e d n e s d a y   s t i l l   r a g e s   o n !   p a c e r s   t o n i g h t   a t   c h a r l o t t e !   r e s t   i n   p e a c e   p a u l   h a n s a n    
-   c o l t s   i n j u r y   c o n c e r n s   
 -   m a n y   d e b a t i n g   o n   w h o   i s   t o   b l a m e   t h e   m o s t   
 -   p a c e r s   s t a r t   p r e s e a s o n   t o n i g h t   
 -   a   t r e n d   b e c o m i n g   t h e   n o r m   i n   n b a   p r o s p e c t   w o r l d  
w h o   e l s e   i s   r e a d y   f o r     s e a s o n   t o   b e g i n ?   p a c e r s  
j o n a t h a n   t a y l o r   i s   o u t   f o r   t h e   c o l t s   v s   t h e   b r o n c o s   o n   t n f   & a m p ;   t h e   p a c e r s   s e a s o n   g e t s   u n d e r w a y   t o n i g h t   i n   c h a r l o t t e !     h a s   a l l   t h a t   a n d   m o r e   f o r   y o u   u n t i l   6 !   
 
 4 : 0 0     
 5 : 0 0     
 
 📻 
 📺
t i c k e t   s a l e s   e n d   t o n i g h t   f o r   t o m o r r o w ' s   j u s t i c e   f o r   a l l   c e l e b r a t i o n !   g e t   i n - p e r s o n   o r   v i r t u a l   t i c k e t s   n o w :     
 
 j f a 2 0 2 2   n o n p r o f i t   f u n d r a i s e r   e v e n t   b a s k e t b a l l   s p o r t s   p a c e r s   n c a a   n b a   a d v o c a t e   c o l l e g e b a s k e t b a l l   c b s s p o r t s   j u s t i c e   f o o d   c l i e n t s t o r y  
n o t h i n g ,   j u s t     t h u n d e r   p a c e   a t t a c k   o f   p a k i s t a n   
 
 p a k i s t a n c r i c k e t   p a c e r s   
 w o r l d c u p 2 0 2 2   s h a h e e n s h a h a f r i d i   n a s e e m s h a h   h a r i s r a u f   h a s n a i n   p a k i s t a n z i n d a b a d 
 c r i c k e t t w i t t e r  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
  n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r         
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h
g o   g e t   e m ,   b o y s !   p a c e r s  
f i r s t   c h a n c e   t o   s e e   o u r   n e w     s q u a d   +   c h e c k   o u t   t h e   n e w   f i e l d h o u s e   o f   t h e   f u t u r e   t r a n s f o r m a t i o n s   i s   t h i s   s u n d a y   a t   p a c e r s   f a n j a m   p r e s e n t e d   b y     🙌   
 
 s e c u r e   y o u r   f r e e   t i c k e t   a t   
 

n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r         
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
g a m e   d a y ! ! !     p a c e r s  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t t w i t t e r         t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t t w i t t e r         t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
🏀 i t ’ s a p a r t y   i n   t h e   3 1 3 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
t h i s   i s   e x a c t l y   w h y   t h e   p a c e r s   n e e d   t o   t r a d e   t u r n e r / h i e l d   t o   l a k e r s   a s a p .   t h e y   c a n ' t   a f f o r d   t o   w i n   a   s i n g l e   g a m e   i f   t h e y   w a n t   a   c h a n c e   a t   t h i s   g u y . 

🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t t w i t t e r   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
w e   w o n ' t   k n o w   f o r   a   w h i l e   i f   _ 3 2   o r     w i l l   b e   a v a i l a b l e   t o   t h e   p a c e r s   n e x t   s u m m e r .   b u t   a s     d i s c o v e r s ,   i t ' s   f u n   t o   d r e a m .   
 
  
w e   w o n ' t   k n o w   f o r   a   w h i l e   i f   _ 3 2   o r     w i l l   b e   a v a i l a b l e   t o   t h e   p a c e r s   n e x t   s u m m e r .   b u t   a s     d i s c o v e r s ,   i t ' s   f u n   t o   d r e a m .   
 
  
_ v o h r a   n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r         
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h
  n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r         
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h b u t t
g a m e   d a y ! ! !   🙌 🏽   p a c e r s  
c h a r l o t t e   h o r n e t s   v s   i n d i a n a   p a c e r s   1 0 / 5 / 2 2   n b a   p i c k s ,   p r e d i c t i o n s ,   o d d s   
 
 n b a   n b a p i c k   f r e e p i c k   f r e e p i c k s   s p o r t s b e t t i n g   e x p e r t p i c k   n b a t w i t t e r     e x p e r t b e t t i n g a d v i c e   b e t t i n g t i p s t e r   h a n d i c a p p e r   s p o r t s g a m b l i n g   i n d i a n a s t y l e   a l l f l y   h o r n e t s   p a c e r s  
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   1 0 / 5 / 2 0 2 2   p i c k s   p r e d i c t i o n s   p r e v i e w s 
 
 
 
 n b a p r e d i c t i o n   n b a p a r l a y   n b a b e t t i n g   n b a b e t t i n g p i c k s   n b a   n b a p i c k s   n b a p a r l a y   e x p e r t p i c k s   f r e e p i c k s   b a s k e t b a l l p i c k s   o d d s   p i c k s   p r e d i c t i o n   s p o r t s p i c k s   p a c e r s   h o r n e t s
3   c h i c a g o   b u l l s   w h o   i m p r e s s e d   i n   p r e s e a s o n   d e b u t   v s   p e l i c a n s 
 
 
 
 n b a   c h i c a g o   b u l l s   b u l l s n a t i o n   a l l f l y   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a d r a f t   l a k e s h o w   l a k e r s   l o s a n g e l e s   m f f l   b l e e d g r e e n   p i s t o n s   p a c e r s   s i x e r s   7 6 e r s   j a z z
s t e v e   c l i f f o r d   r e c e i v e s   p r a i s e   i n   n b a   g e n e r a l   m a n a g e r   s u r v e y 
 
 
 
 n b a   a l l f l y   c h a r l o t t e   h o r n e t s   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a d r a f t   l a k e s h o w   l a k e r s   l o s a n g e l e s   b u l l s n a t i o n   m f f l   b l e e d g r e e n   p i s t o n s   p a c e r s   s i x e r s   7 6 e r s   j a z z
‼ ️ i t ’ s   g a m e d a y ,   h o r n e t s   f a n s ‼ ️ 
 
 t h e   h o r n e t s   a r e   b a c k   i n   a c t i o n   t o n i g h t   a t   h o m e   v s .   t h e   p a c e r s .   c o a c h   c l i f f   h a s   h a d   a   l o t   t o   s a y   a b o u t   w h a t   h e   h o p e s   t o   s e e ;   o n e   t h i n g   w e   w i l l   b e   k e e p i n g   a n   e y e   o n   i s   t h e   t e a m ’ s   t r a n s i t i o n   d e f e n s e   👀   w h i c h   w e   h o p e   t o   b e   m u c h   i m p r o v e d !   a l l f l y
p a c e r s   p l a y   t o n i g h t ,   b u t   n o t   o n   t v .   _   h a s   m o r e   o n   w h a t   t h e y ' r e   t r y i n g   t o   a c c o m p l i s h . 
 

p a c e r s   p l a y   t o n i g h t ,   b u t   n o t   o n   t v .   _   h a s   m o r e   o n   w h a t   t h e y ' r e   t r y i n g   t o   a c c o m p l i s h . 
 

o h ,   p a c e r s   b a s k e t b a l l   r e t u r n s   t o n i g h t .   f u n .
h o w   i s   t o n i g h t ' s   p a c e r s   g a m e   n o   s t r e a m e d   a n y w h e r e   t o n i g h t ? ! ?     
 
 n o t   o n       . . . . i   t h o u g h t   t h a t ' s   w h a t   w e   p a i d   f o r   ! ? !
p a c e r s   p r e s e a s o n   g a m e 
 
 p r o j e c t e d   s t a r t e r s 
 p a c e r s :   h a l i b u r t o n ,   d u a r t e ,   h i e l d ,   s m i t h ,   t u r n e r 
 
 h o r n e t s :   b a l l ,   r o z i e r ,   h a y w a r d ,   w a s h i n g t o n ,   p l u m l e e 
 
 i n j u r y   r e p o r t 
 p a c e r s :   d a n i e l   t h e i s   -   o u t   ( r e s t ) 
 
 h o r n e t s :   t b a
t o d a y   i s   o u r     p r e s e a s o n   o p e n e r   t o n i g h t   a t   c h a r l o t t e !     
 
 e x c i t e d   t o   s e e   h o w   o u r   b l u e   & a m p ;   g o l d   d o   t h i s   y e a r !   
 
 p a c e r s
u p   n e x t :   w e ' r e   t a l k i n g   p a c e r s   w i t h     a s   t h e y   o p e n   t h e   p r e s e a s o n   t o n i g h t   a g a i n s t   t h e   h o r n e t s !  
i f   y o u   t h e   g m   f o r :   k n i c k s   w i z a r d s   h o r n e t s   k i n g s   p i s t o n s   j a z z   s p u r s   p a c e r s   m a g i c   t h u n d e r   r o c k e t s   y o u   b e t t e r   d o   w h a t e v e r   i t   t a k e s   t o   l o s e   e v e r y   g a m e !   i t ’ s   w o r t h   i t !   v i c t o r w e m b a n y a m a   g o a t   n b a d r a f t   n b a   n b a t w i t t e r
p a c e r s   f a n s ,   w h e r e   c a n   w e   w a t c h   t h e   p r e s e a s o n   g a m e   t o n i g h t ?
m a t t   r y a n   n o t   q u i c k   e n o u g h !   j t   b e l i e v e   h e   w i l l   b e   u p   i n   d e n v e r !   f r a n k   r e i c h   p o o r   s t a r t s   f o r   c o l t s   a   p r o b l e m !   p a t m o n   w a i v e d !   p a c e r s   o p e n !    
v e r y s t y l i s h o r d i n a r y p e o p l e 
 
 “ s u c c e s s   i s   g u a r a n t e e d   i n   p e r s i s t e n c e . ” 
 ―   s h i v a   n e g i   
 
 h a w k s   p a c e r s   n u g g e t s   m a g i c   t i m b e r w o l v e s   w i z a r d s   7 6 e r s   c e l t i c s   c a v a l i e r s   h e a t   h o r n e t s   b u c k s   v s o p   r h o p
c o m i n g   u p :   t h e   c o l t s   a n d   b r o n c o s   g e t   c l o s e r   t o   k i c k o f f ,   w i l l   j t   b e   s u i t i n g   u p   +   t h e   p a c e r s   t i p   o f f   t h e   p r e s e a s o n   t o n i g h t   & a m p ;   a   w h o l e   l o t   m o r e ! 
 
 8   -     
 8 : 3 0   -     
 9 : 3 0   -    
i ’ m   s o   e x c i t e d   f o r   t h e   s e a s o n !   
 
 t h e   h o m e   o p e n e r   i s   c o m i n g   u p   q u i c k !   i f   y o u   a r e   l o o k i n g   f o r   t i c k e t s ,   s u i t e s ,   v e r a n d a s   o r   a n y t h i n g   e l s e   p a c e r s   r e l a t e d ,   y o u   k n o w   y o u   t o   c a l l ! !   m e !   😎 
 
 s e l e c t   a   s e a t   i s   t h i s   t h u r s d a y   a t   g a i n b r i d g e   f i e l d h o u s e !  
t o n i g h t ’ s   t h e   n i g h t ! ! 
 
 p a c e r s   b e g i n   t h e i r   t a n k a n y a m a   f o r   w e m b a n y a m a
b e g g i n g   k e v i n   p r i t c h a r d   t o   t r a d e   t u r n e r   & a m p ;   h i e l d   f o r   w e s t b r o o k ,   1   u n p r o t e c t e d   a n d   1   p r o t e c t e d   p i c k .   
 
 r u n   t h e   o f f e n s e   t h r o u g h   w e s t b r o o k   ( l o l )   f o r   8 2   g a m e s   t h i s   s e a s o n   a n d   g i v e   t h e   p a c e r s   a   c h a n c e   o f   g e t t i n g   w e m b a n y a m a  
w h a t   a   g r e a t   y e a r   t o   h a v e   3   f i r s t   r o u n d   p i c k s   p a c e r s  
r e t w e e t   f o r   n a t a r a j a n   i f   w a n n a   s e e   i n   t h e   s q u a d 
 t 2 0 w o r l d c u p 2 0 2 2   
 w e w a n t n a t a r a j a n 
 p a c e r s   
 c r i c k e t t w i t t e r   
 1 9 t h   
 i n d v s a   
 j a s p r e e t b u m r a h   
 s a n j u s a m s o n  
🏀 c a v s   p r a c t i c e :   d y l a n   w i n d l e r 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
f a n s   i n   g a i n s b r i d g e   a r e   g o i n g   t o   b e   g i v i n g   s t a n d i n g   o v a t i o n   t o   t h e   t e a m   a f t e r   e v e r y   l o s s   t h i s   y e a r .   p a c e r s
i   l o v e   t h e   p a c e r s ,   b u t   i f   t h e r e ’ s   a   w a y   f o r   t h e m   t o   s o m e h o w   l o s e   8 2   g a m e s   t h i s   y e a r ,   s i g n   m e   u p .   p a c e r s  
i n   2 0 1 1 ,   i n d i a n a p o l i s   h a d   s u c k   f o r   l u c k   o n   t h e   g r i d i r o n . 
 
 i n   2 0 2 2 ,   i n d i a n a p o l i s   n e e d s   l o s e - o - r a m a   f o r   w e m b a n y a m a   o n   t h e   h a r d w o o d .   p a c e r s
  c o u l d   p o s s i b l y   g e t   h i m   i f   t h e y   p l a y   b a d   e n o u g h   t h i s   y e a r   a n d   e n d   u p   w i t h   t h e   1   p i c k !   p a c e r s  
  b a s k e t b a l l   t o m o r r o w ! ! !   p a c e r s
    t h i s   g u y   i s   g o i n g   t o   l o o k   s o   g o o d   i n   b l u e   a n d   g o l d   n e x t   y e a r .   p a c e r s
i f   t h e   p a c e r s   c a n   l a n d   o n e   o f   t h e   2   o f   s c o o t / w e m b a n y a m a   …   t h e   r e b u i l d   i s   o v e r   !
l o o k ,   i ’ m   n o t   s a y i n g   i   w a n t   t h e   p a c e r s   t o   l o s e   e v e r y   g a m e   t h i s   s e a s o n .   b u t ,   i   w o u l d   n o t   m i n d   i t   i f   t h e y   d i d .   t a n k f o r v i c t o r
p a c e r s   a r e   s e e i n g   t h a t   l a   i s n ' t   b u d g i n g   s o   t h e y   k e e p   t h r o w i n g   i t   o u t   t h e r e   t o   k e e p   t h e   i n t e r e s t   u p .   t h e y   k n o w   l a   i s   t h e i r   o n l y   s u i t o r .   c r a s h   a n d   b u r n   p r i t c h a r d . .  
r e g g i e   m i l l e r   3   c a r d   l o t   i n d i a n a p a c e r s   p a c e r s   
 
 $ 1 . 5 0   e a c h   o r   $ 3   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
1 9 9 8 - 9 9   f l e e r   u l t r a   6 0   m a r k   j a c k s o n   i n d i a n a p a c e r s   p a c e r s   
 
 $ 1 . 5 0   e a c h   o r   $ 2   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
c o m i n g   u p   w e d n e s d a y   m o r n i n g :   t h e   c o l t s   g e t   r e a d y   f o r   t h e   b r o n c o s ,   c o u l d   t h e y   b e   w i t h o u t   w o r k h o r s e   j o n a t h a n   t a y l o r ?   +   t h e   p a c e r s   t i p   o f f   t h e   p r e s e a s o n !         a l l   j o i n !   s e e   y o u   a t   7 !  
g e t t i n ’   t h a t   w o r k - i n .   p a c e r s   🏀  
g u e s s   w h a t ,   f r i e n d s ! !   i t ’ s   t i m e   t o   r e c o r d   e p i s o d e   1 5   o f   “ t h e   3 1 7   s p o r t s   p r o j e c t . ”   w e   g o t   s o m e   s h ! t   t o   c o v e r   t o n i g h t   a n d   w e   a l r e a d y   c l o w n i n ’ …   o f   c o u r s e ! ! !   😜 😂 
 
 w e   ‘ b o u t   t o   t a l k   c o l t s ,   p a c e r s ,   t u a   a n d   s o o o o   m u c h   m o r e .   w e ’ l l   s e e   y o u   t h u r s d a y   @   1 0 a m ! !   🎬 
 
 p e n n a n d p o p s   ✌ 🏿 ✌ 🏾  
🏀 p a t   c o n n a u g h t o n   m i l w a u k e e   b u c k s   t r a i n i n g   c a m p   p r e s s   c o n f e r e n c e 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
  r e m i n d s   m e   o f   t h e   s p u r s ,   t h e   p a c e r s - p i s t o n s   r i v a l r y   a n d   b r a w l . .
  r e m i n d s   m e   o f   t h e   s p u r s ,   t h e   p a c e r s - p i s t o n s   r i v a l r y   a n d   b r a w l . .
i n d i a n a p a c e r s   1 1   c a r d   l o t   p a c e r s   
 
 $ 4 . 5 0   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
t h e   l a t e s t   o n   p o t e n i t a l   l a k e r s - p a c e r s   t r a d e   i n v o l v i n g   r u s s e l l   w e s t b r o o k   a s   m o r e   d e t a i l s   a r e   r e p o r t e d 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
🏀 b u l l s   p o s t - p r a c t i c e   m e d i a   a v a i l a b i l i t y :   b i l l y   d o n o v a n 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
p a c e r s   b u d d y   h i e l d   i s   a   n a m e   t o   m o n i t o r   i n   n b a   t r a d e   r u m o r s  
c o l t s   g e t   b a c k   t o   p r a c t i c e   o n   a   s h o r t   w e e k .   w i l l   j o n a t h a n   t a y l o r   b e   s u i t i n g   u p ?     a l s o   t a l k s   t o   p a c e r s   h e a d   c o a c h   r i c k   c a r l i s l e   f o r   h i s   s e a s o n   e x p e c t a t i o n s ! 
 
 3 : 3 0   
 4 : 0 0   _ b e n b r o w n 
 5 : 0 0   r i c k   c a r l i s l e 
 
 📻 
 📺
h a d   t o   w a t c h   t h e   p a c e r s   s u c k ,   t h e n   t h e   f o r t h e s h o e   c o l t s   s u c k ,   a n d   n o w   l o r e t t a l y n n   h a s   d i e d .   i   h a t e   y o u ,   2 0 2 2
t h e     a r e   a   s u p e r   y o u n g   t e a m ,   b u t   h a v e   s o m e   v e r y   p r o m i s i n g   p l a y e r s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   p a c e r s   i n d i a n a p a c e r s   i n d i a n a   t y r e s e h a l i b u r t o n   m y l e s t u r n e r   b u d d y h i e l d   n b a t w i t t e r  
“ t h a t   s a m e   f i r e   a n d   i n t e n s i t y   w e ’ v e   b r o u g h t   i n   p r a c t i c e   i s   w h a t   w e   c a n   b r i n g   t o m o r r o w . ” 
 
   o n   e x p e c t a t i o n s   g o i n g   i n t o   t h e   p a c e r s   f i r s t   p r e s e a s o n   g a m e   a g a i n s t   c h a r l o t t e .
n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r         
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h
i ’ m   n o t   s a y i n g   r u s s   i s   a   b a d   p l a y e r .   i ’ m   j u s t   s a y i n g   t h e   l a k e r s   a r e   r e a l l y   m i s s i n g   o u t   b y   n o t   a c q u i r i n g   b u d d y   a n d   m i l e s .   w h y   w a s t e   a   y e a r   o n   “ w h a t   i f s ”   l a k e r s   p a c e r s   n b a
h e y     f a n s ! !   p a c e r s f a n j a m   i s   b a c k   t h i s   s u n d a y ,   o c t .   9 !   t h i s   f r e e   e v e n t   i n c l u d e s   a   l i v e   p a c e r s   s c r i m m a g e ,   r o o k i e   t a l e n t   s h o w ,   g i v e a w a y s   a n d   m o r e !   p a c e r s   d o w n t o w n i n d y   g a i n b r i d g e f i e l d h o u s e 
 
 g e t   y o u r   f r e e   t i c k e t s   h e r e :    
t h e     s h o w 
 
 i n d i a n a p o l i s   c o l t s   c o l t s f o o t b a l l   p a c e r s   i u f b   i u b b   d a k i c h   m n f   i n d v s d e n   t n f o n p r i m e   
 
 t u e   1 0 / 4 

  f u t u r e   p a c e r s   b a l l e r
a c c o r d i n g   t o   ,   c   m y l e s   t u r n e r   w i l l   n o t   r e - s i g n   w i t h   t h e   p a c e r s   i n   f r e e   a g e n c y .
e n j o y   y o u r   s e n i o r   y e a r   a n d   h a v e   a   g r e a t   s o c c e r   s e a s o n 🐺 🌕 
 
   
 p o m o n a c a t h o l i c   
 p a c e r s 
 s o c c e r 
 c l a s s o f 2 0 2 3 
 s e n i o r 
 v a r s i t y j a c k e t   
 l e t t e r m a n j a c k e t   
 g e t f u n k y m o n k e y  
c o m i n g   u p   a t   t h e   t o p   o f   t h e   h o u r :   t h e   p a c e r s   t i p   o f f   t h e   p r e s e a s o n   t o m o r r o w   n i g h t   a n d   w e ' l l   t a l k   t o     a b o u t   e x p e c t a t i o n s   f o r   t h e   s e a s o n   a n d   h i s   t h o u g h t s   o n   t h e   o f f - s e a s o n !  
h e r e ' s   h o w   t h e   r o o k i e s   a r e   a d j u s t i n g   t o   l i f e   w i t h   t h e   p a c e r s ,   v i a   _ . 
 

c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
c o m i n g   u p   n e x t :   w e ' l l   t a l k   t o     a b o u t   a l l   t h i n g s   c o l t s ,   p a c e r s   a n d   c o l l e g e   f o o t b a l l !  
p a c e r s   r o o k i e s   a d j u s t i n g   t o   l i f e   a s   p r o s : 
 
 " y o u   g o t t a   m a k e   s u r e   y o u   j u s t   s t e p   o n   t h e   c o u r t   l i k e   i t ’ s   y o u r   l a s t   t i m e   p l a y i n g   a n d   g i v e   y o u r   1 0 0 % . ” 
 
 v i a   _ : 
 

n e w   v i d e o   t o   w a t c h : 
 
 " c a n   t h e   i n d i a n a   p a c e r s   m a k e   t h e   2 0 2 3   n b a   p l a y o f f s ? ?   f u t u r e   n b a   d y n a s t y ? ? "   
 
 c r e a t o r :     b a c k y a r d   b u c k e t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " i n d i a n a   p a c e r s   m e d i a   a v a i l a b i l i t y   |   o c t o b e r   0 3 ,   2 0 2 2 "   
 
 c r e a t o r :     i n d i a n a   p a c e r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
c o m i n g   u p :   t h e   c o l t s   q u i c k l y   t u r n   t h e   p a g e   t o   t h e   b r o n c o s ,   w e   d e b a t e   c h r i s   b a l l a r d ' s   r o s t e r   c o n s t r u c t i o n   & a m p ;   t a l k s   s o m e   p a c e r s   w i t h   t h e   p r e s e a s o n   r i g h t   a r o u n d   t h e   c o r n e r ! 
 
 8 : 3 0   -     
 9   -    
🏀 t r a i n i n g   c a m p   d a y   o n e 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
  t h e y   a r e   n o w   l o o k i n g   f o r   a   t r a d e   w i t h   t h e   p a c e r s   f o r   f o r   c e n t e r   m y l e s   t u r n e r   a n d   g u a r d   b u d d y   h i e l d .   a c c o r d i n g   t o   r e p o r t s ,   t h e   l a k e r s   a r e   w i l l i n g   t o   i n c l u d e   2   f u t u r e   f r p s .
b o l d ,   c r a z y   a f   p r e d i c t i o n : 
 
 t y r e s e   h a l i b u r t o n   w i l l   b e   n a m e d   a n   a l l - s t a r   t h i s   s e a s o n   a n d   w i l l   f i n i s h   t h e   s e a s o n   a s   a   9 0   o v r   o n   n b a 2 k . 
 
 i n d i a n a   p a c e r s   n b a   n b a 2 k 2 3
c o m i n g   u p   t u e s d a y   m o r n i n g :   w e ’ r e   s t i l l   d i g e s t i n g   t h e   c o l t s   l o s s   t o   t h e   t i t a n s   b u t   t h e y   h a v e   t o   t u r n   t h e   p a g e   t o   t h e   b r o n c o s   q u i c k l y .   w e ’ l l   t a l k   a b o u t   b o t h   g a m e s ,   b r i n g   b a c k   s o m e   o l d   b a l l a r d   a u d i o   & a m p ;   t a l k   s o m e   p a c e r s   a s   w e l l !       j o i n   t h e   s h o w !   s e e   y o u   a t   7 !  
i ' m   a s   e x c i t e d   f o r   t h i s     s e a s o n   a s   i   w a s   f o r   t h i s     s e a s o n .   😬   c o l t s   p a c e r s
h o n e s t l y   d o n ’ t   t h i n k   i t ’ s   t o o   f a r   o f f   t o   t h i n k   t h i s   d e a l   g e t s   d o n e   1 0 - 1 5   g a m e s   i n t o   t h e   s e a s o n   f o r   t h e   p a c e r s   .   s i m i l a r   t o   v i c ,   g i v e   m y l e s   s o m e   t i m e   t o   s h o w c a s e   h i s   h e a l t h   f r o m   i n j u r y   & a m p ;   t h i s   d e a l   g e t s   d o n e .   l a k e r n a t i o n  
🏀 c a v s   p r a c t i c e :   j . b .   b i c k e r s t a f f 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
w e   a r e   2 4   h o u r s   a w a y   f r o m   p a c e r s   ( p r e s e a s o n )   b a s k e t b a l l . 
 
 h o r n e t s   v s   p a c e r s   a t   7 : 0 0   p m   t o m o r r o w .   r e a l   f a n s   w a t c h   p r e s e a s o n   s i r   b e n e d i c t 😤
🏀 t h a n a s i s   a n t e t o k o u n m p o   m i l w a u k e e   b u c k s   t r a i n i n g   c a m p   p r e s s   c o n f e r e n c e 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
t h e   n b a 🏀 i s   j u s t   w e e k s   a w a y   f r o m   k i c k i n g   o f f   a n d   f a n t a s y   b - b a l l   d r a f t s   a r e   r i g h t   a r o u n d   t h e   c o r n e r .     o f   t h e   p a c e r s   a n d     o f   t h e   b u l l s   a r e   t w o   b i g   n a m e s   h e a d l i n i n g   ’ s   e a r l y   l i s t   o f   2 0 2 2 - 2 3   n b a   s l e e p e r s   b a s e d   o n   a d p . 🫡
p l e a s e   t e l l   m e   p a c e r s   f i n a l l y   g e t   h i m  
g i v e n   t h e   w a y   t h e   p a c e r s   h a v e   c h a n g e d   c o u r s e   o v e r   t h e   y e a r ,   i s   i t   p o s s i b l e   t h a t   h e r b   s i m o n   h a s   s t e p p e d   b a c k   f r o m   t h e   r e i g n s   a n d   s t e v e   s i m o n   h a s   t a k e n   o v e r   m o r e   i n   d e c i s i o n   m a k i n g ?     
 
 w o u l d   b e   g r e a t   i f   t h e   s t a r   o r   a t h l e t i c   h a d   a   b e a t   r e p o r t e d   t o   a s k   
 

l o o k i n g   n e w   b a l l   i n   t h e   m a t c h   p a c e r s           _ 4 2   _ i n d i a                        
a r t i c l e :   _ t u r n e r   i s   a   p e r f e c t   a l f r e d   t o   y o u r   b a t m a n ,   b u t   t h e     s t i l l   a r e n ' t   t h e   b e s t   f i t   f o r   h i m . 
 
 l a k e r s   p a c e r s   n b a  
r e a l l y   p a c e r s ?   y o u r   s t i c k i n g   p o i n t   i s   2 n d   r o u n d   p i c k s ?    
t h e l a k e r s   d i s c u s s e d   s e n d i n g   t h e i r   t w o   u n p r o t e c t e d   f i r s t - r o u n d   p i c k s   ( 2 0 2 7 a n d   2 0 2 9 )   t o   t h e   p a c e r s   f o r   m y l e s t u r n e r   a n d   b u d d y h i e l d . 
 g m   r o b p e l i n k a   c g i s e   t o   r e m a i n   p a t i e n t   t o   s e e   h o w   l . a   j e l l s   t h i s   y e a r . 
 v i a   -   
 t h a g a t e w a y n e w s   n b a  
m y   b e l i e f   i s   w i t h i n   t h e   f i r s t   2 0   g a m e s   ( b e f o r e   c h r i s t m a s )   i s   w h e n   b o t h   t e a m s   ( l a k e r s   a n d   p a c e r s )   w i l l   h a v e   a n   u n d e r s t a n d i n g   o f   t h e i r   s i t u a t i o n   a n d   o n e   o f   t h e m   w i l l   c a v e . 
 
 i   d o n ’ t   t h i n k / h o p e   t h i s   g o e s   t o   d e a d l i n e . 
 
 ( v i a   ,   h / t   ,    
k e e p   a n   e y e   o n   t h i s   p a c e r s   f a n s  
🏀 b u l l s   p o s t - p r a c t i c e   m e d i a   a v a i l a b i l i t y   ( 0 9 . 3 0 . 2 0 2 2 ) 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
1 6   d a y s   u n t i l   p a c e r s . . . 
 
 w e   t i p   o f f   i n   i n d y   v s   t h e   w i z   o c t   1 9  
b a s k e t b a l l   s e a s o n   i s   n o t   f a r   a w a y ,   w h i c h   m e a n s   i t ’ s   t i m e   t o   l o o k   a t   m o r e   n b a   s e a s o n   p r o p s ! 
 
 t h i s   t i m e   i ’ v e   g o t   3   e a s t e r n c o n f e r e n c e   w i n   t o t a l s   i   l i k e   t o   g o   u n d e r   t h i s   y e a r . 
 
 w h a t   d o   y ’ a l l   t h i n k ? 
 
 n b a t w i t t e r   g a m b l i n g t w i t t e r   a l l f l y   a l w a y s g a m e   p a c e r s 
 

e a s t e r n   c o n f e r e n c e   p o w e r   r a n k i n g s : 
 1 -   b u c k s 
 2 -   c e l t i c s 
 3 -   7 6 e r s   
 4 -   c a v a l i e r s   
 5 -   n e t s   
 6 -   h e a t   
 7 -   r a p t o r s   
 8 -   b u l l s 
 9 -   h a w k s   
 1 0 -   h o r n e t s   
 1 1 -   p i s t o n s   
 1 2 -   k n i c k s   
 1 3 -   w i z a r d s   
 1 4 -   p a c e r s   
 1 5 -   m a g i c 
 n b a   n b a p r e s e a s o n
r u s s e l l   w e s t b r o o k   t o   t h e   i n d i a n a   p a c e r s ?   h e a r i n g w e s t b r o o k   a n d   a   c o u p l e   o f   1 s t   r o u n d e r s   f o r   m y l e s   t u r n e r   a n d   b u d d y   h i e l d   i n   r e t u r n .
b u d d y   h i e l d   a n d   m y l e s   t u r n e r   w o u l d   b e   a   l a k e r   r i g h t   n o w   i f   i t   w a s n ’ t   t h e   g r e e d   o f   t h e   r o b   p e l i n k a .   p a c e r s   a r e   w i l l i n g   t o   t a k e   t w o   1 s t   r o u n d   p i c k s   a n d   w e s t b r o o k ,   b u t   r o n   p e l i n k a   w a n t s   a   2 n d   r o u n d   p i c k   i n   r e t u r n   s o   n o   d e a l   f o r   n o w .   g r e e d   
 
 l a k e r s   l a k e s h o w   n b a  
t h e   p a c e r s   w i l l   c a v e .   j u s t   w a i t   o n   i t   🤫  
n e a r l y   t r a d e d   t o   t h e   i n d i a n a   p a c e r s ,   n b a   s o u r c e s   n o w   s a y   t h e   i d e a   o f   t h e   l o s   a n g e l e s   l a k e r s   t r a d i n g   r u s s e l l   w e s t b r o o k   i n   t h e   n e a r   f u t u r e   i s n ' t   d e a d .   l a k e s h o w      
n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r   
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h
“ f o r   t h e   p a c e r s ,   e v e r y   c o n v e r s a t i o n   w i t h   t h e   l a k e r s   l e d   t o   a n   u l t i m a t e   d e m a n d :   b o t h   o f   l . a . ’ s   a v a i l a b l e   f i r s t - r o u n d   p i c k s   —   o r   n o   d e a l ”   ( m t & a m p ; b h   t r a d e ) 
 
 s h a m s   a l s o   s a y s   t h e   p a c e r s   c o n s i d e r e d   a d d i n g   t h e   g r i z z l i e s   i n t o   3   t e a m   d e a l .   f o   w a s   b u s y   t h i s   o f f - s e a s o n :  
p a c e r s   m e e t   u p ?   g e t   y o u r   t i c k e t s   : )  
t h e   p a c e r s   w o n ’ t   w i n   a   l o t   o f   g a m e s ,   b u t   a t   l e a s t   t h e y ’ l l   b e   f u n   t o   w a t c h   a n d   h a v e   a   l o n g - t e r m   v i s i o n . 
 
 c o l t s   c o n t i n u e   t o   m a k e   f a l s e   p r o m i s e s   a n d   a r e   n o t   a   f u n   t e a m   t o   w a t c h   r i g h t   n o w .
i n d i a n a   p a c e r s   f a n a t i c s   b r a n d e d   l e t ' s   g o   l o n g   s l e e v e   t - s h i r t   p a c e r s  
2 0 2 1 - 2 2   p a n i n i   p r i z m   b a s k e t b a l l   i s a i a h   j a c k s o n   3 0 9   p a c e r s     e b a y   v i a     c o l l e c t   t h e h o b b y   p a c e r s   n b a
o k a y   t h e   c o l t s   s u c k   f o r   s u r e .   t h e   p a c e r s   w i l l   s u c k   ( b u t   h o p e f u l l y   b e   f u n   t o   w a t c h ) .   b u t l e r   b a s k e t b a l l   w i l l   b e   m i d / b a d .   t h e   s t l c a r d s   a r e   d e c e n t .   a l l   m y   t e a m s   s u c k i n g   m a k e s   m e   v e r y   n e r v o u s   f o r   t h e   p l a y o f f   c a r d s .   t h e y   a r e   a l l   i   h a v e   r i g h t   n o w .   f o r t h e s h o e   p a c e r s
p a c e r s   b i r t h d a y s !   
 
 t o d a y   i s   f o r m e r   a s s i s t a n t   c o a c h ,   g r e g o r y   c l i n t o n   f o s t e r ’ s   b i r t h d a y .  
p a c e r   1 4 4 0 0 1   n a m e d   t h e   p e n i s t o n e   l i n e   p a r t n e r s h i p   s e e n   o u t s i d e   a i r e d a l e   h o s p i t a l   p a c e r s   n o r t h e r n r a i l  
t h e   '   m y l e s   t u r n e r   i s   a n     r o l e   p l a y e r   e x t r a o r d i n a i r e   a n d   t h e     s h o u l d   p r i o r i t i s e   g e t t i n g   h i m . 
 
 
 
 z i o n   p e l i c a n s   n b a   p a c e r s  
c h e c k   o u t   j e r m a i n e   o ’ n e a l   n b a   2 5   d i f f e r e n t   c a r d   l o t   p a c e r s   -   a l l   s t a r     e b a y   v i a     p a c e r s   s e l l   d e a l   e b a y
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
t h e     a r e   a   s u p e r   y o u n g   t e a m ,   b u t   h a v e   s o m e   v e r y   p r o m i s i n g   p l a y e r s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   p a c e r s   i n d i a n a p a c e r s   i n d i a n a   t y r e s e h a l i b u r t o n   m y l e s t u r n e r   b u d d y h i e l d   n b a t w i t t e r  
r u s s e l l w e s t b r o o k   t r a d e   r u m o r s :   l a k e r s   n e a r l y   d e a l t   s t a r   t o   p a c e r s   b e f o r e   t r a i n i n g   c a m p     p e r   r e p o r t 
 
 n e w s     r u m o r s :   
 
 b u d d y h i e l d   m y l e s t u r n e r   
       n b a   b a s k e t b a l l  
t h e l a k e r s   d i s c u s s e d   s e n d i n g   t h e i r   t w o   u n p r o t e c t e d   f i r s t - r o u n d   p i c k s   ( 2 0 2 7 a n d   2 0 2 9 )   t o   t h e   p a c e r s   f o r   m y l e s t u r n e r   a n d   b u d d y h i e l d . 
 g m   r o b p e l i n k a   c g i s e   t o   r e m a i n   p a t i e n t   t o   s e e   h o w   l . a   j e l l s   t h i s   y e a r . 
 v i a   -   
 t h a g a t e w a y n e w s   n b a  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
t h e     a r e   a   s u p e r   y o u n g   t e a m ,   b u t   h a v e   s o m e   v e r y   p r o m i s i n g   p l a y e r s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   p a c e r s   i n d i a n a p a c e r s   i n d i a n a   t y r e s e h a l i b u r t o n   m y l e s t u r n e r   b u d d y h i e l d   n b a t w i t t e r  
r u s s e l l w e s t b r o o k   t r a d e   r u m o r s :   l a k e r s   n e a r l y   d e a l t   s t a r   t o   p a c e r s   b e f o r e   t r a i n i n g   c a m p     p e r   r e p o r t 
 
 n e w s     r u m o r s :   
 
 b u d d y h i e l d   m y l e s t u r n e r   
       n b a   b a s k e t b a l l  
t h e l a k e r s   d i s c u s s e d   s e n d i n g   t h e i r   t w o   u n p r o t e c t e d   f i r s t - r o u n d   p i c k s   ( 2 0 2 7 a n d   2 0 2 9 )   t o   t h e   p a c e r s   f o r   m y l e s t u r n e r   a n d   b u d d y h i e l d . 
 g m   r o b p e l i n k a   c g i s e   t o   r e m a i n   p a t i e n t   t o   s e e   h o w   l . a   j e l l s   t h i s   y e a r . 
 v i a   -   
 t h a g a t e w a y n e w s   n b a  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
w a r r i o r s   t r a d e   r u m o r s :   d r a y m o n d   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 n b a s e a s o n   b u d d y h i e l d   d r a y m o n d g r e e n   d r a y m o n d g r e e n t r a d e   d r a y m o n d g r e e n t r a d e r u m o r s   g o l d e n s t a t e w a r r i o r s   g o l d e n s t a t e w a r r i o r s n e w s   g o l d e n s t a t e w a r r i o r s r u m o r s   g o l d e n s t a t e w a r r i o r s t r a d e r u m o r s  
t h e s e   g u y s   c a n   p u l l   i t   f r o m   a n y w h e r e 💦 
 w e t   l i k e   w a t e r ! 
 s t e p h c u r r y   b u d d y h i e l d   f r e d v a n v l e e t   k n i c k s   g s w   n y k   p a c e r s   r a p t o r s   n b a f a n t a s y   l a t v i a n f a n t a s y l e a g u e   f a n t a s y r a d a r  
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m i t c h   r o b   g o t t a   b l o c k   t h i s .   n b a   b a s k e t b a l l   b u d d y h i e l d   p a c e r s   n b a t w i t t e r   p r e s e a s o n  
b u d d y   h i e l d   3   b a l l   n b a   b a s k e t b a l l   p a c e r s   b u d d y h i e l d   n b a t w i t t e r   p r e s e a s o n  
b u d d y   h i e l d   3   b a l l   n b a   b a s k e t b a l l   n b a t w i t t e r   b u d d y h i e l d   p a c e r s  
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
d o   t h e   d e a l !   -   m i c h a e l   w i l b o n   u r g e s   . . . 
   
 
   
 b u d d y h i e l d   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   i n d i a n a p a c e r s t r a d e   l o s a n g e l e s   l o s a n g e l e s l a k e r s   l o s a n g e l e s l a k e r s i n d i a n a p a c e r s t r a d e   l o s a n g e l e s l a k e r s l e b r o n j a m e s   l o s a n g e l e s l a k e r s t r a d e  
t h e     a r e   a   s u p e r   y o u n g   t e a m ,   b u t   h a v e   s o m e   v e r y   p r o m i s i n g   p l a y e r s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   p a c e r s   i n d i a n a p a c e r s   i n d i a n a   t y r e s e h a l i b u r t o n   m y l e s t u r n e r   b u d d y h i e l d   n b a t w i t t e r  
r u s s e l l w e s t b r o o k   t r a d e   r u m o r s :   l a k e r s   n e a r l y   d e a l t   s t a r   t o   p a c e r s   b e f o r e   t r a i n i n g   c a m p     p e r   r e p o r t 
 
 n e w s     r u m o r s :   
 
 b u d d y h i e l d   m y l e s t u r n e r   
       n b a   b a s k e t b a l l  
t h e l a k e r s   d i s c u s s e d   s e n d i n g   t h e i r   t w o   u n p r o t e c t e d   f i r s t - r o u n d   p i c k s   ( 2 0 2 7 a n d   2 0 2 9 )   t o   t h e   p a c e r s   f o r   m y l e s t u r n e r   a n d   b u d d y h i e l d . 
 g m   r o b p e l i n k a   c g i s e   t o   r e m a i n   p a t i e n t   t o   s e e   h o w   l . a   j e l l s   t h i s   y e a r . 
 v i a   -   
 t h a g a t e w a y n e w s   n b a  
n b a   l o s a n g e l e s l a k e r s   i n d i a n a p a c e r s   r u s s e l l w e s t b r o o k   b u d d y h i e l d   l a k e r s   r e p o r t e d l y   c a m e   c l o s e   t o   t r a d i n g   r u s s e l l   w e s t b r o o k   t o   p a c e r s  
w a r r i o r s   t r a d e   r u m o r s :   d r a y m o n d   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 n b a s e a s o n   b u d d y h i e l d   d r a y m o n d g r e e n   d r a y m o n d g r e e n t r a d e   d r a y m o n d g r e e n t r a d e r u m o r s   g o l d e n s t a t e w a r r i o r s   g o l d e n s t a t e w a r r i o r s n e w s   g o l d e n s t a t e w a r r i o r s r u m o r s   g o l d e n s t a t e w a r r i o r s t r a d e r u m o r s  
t h e s e   g u y s   c a n   p u l l   i t   f r o m   a n y w h e r e 💦 
 w e t   l i k e   w a t e r ! 
 s t e p h c u r r y   b u d d y h i e l d   f r e d v a n v l e e t   k n i c k s   g s w   n y k   p a c e r s   r a p t o r s   n b a f a n t a s y   l a t v i a n f a n t a s y l e a g u e   f a n t a s y r a d a r  
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m i t c h   r o b   g o t t a   b l o c k   t h i s .   n b a   b a s k e t b a l l   b u d d y h i e l d   p a c e r s   n b a t w i t t e r   p r e s e a s o n  
b u d d y   h i e l d   3   b a l l   n b a   b a s k e t b a l l   p a c e r s   b u d d y h i e l d   n b a t w i t t e r   p r e s e a s o n  
b u d d y   h i e l d   3   b a l l   n b a   b a s k e t b a l l   n b a t w i t t e r   b u d d y h i e l d   p a c e r s  
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
d o   t h e   d e a l !   -   m i c h a e l   w i l b o n   u r g e s   . . . 
   
 
   
 b u d d y h i e l d   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   i n d i a n a p a c e r s t r a d e   l o s a n g e l e s   l o s a n g e l e s l a k e r s   l o s a n g e l e s l a k e r s i n d i a n a p a c e r s t r a d e   l o s a n g e l e s l a k e r s l e b r o n j a m e s   l o s a n g e l e s l a k e r s t r a d e  
t h e     a r e   a   s u p e r   y o u n g   t e a m ,   b u t   h a v e   s o m e   v e r y   p r o m i s i n g   p l a y e r s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   p a c e r s   i n d i a n a p a c e r s   i n d i a n a   t y r e s e h a l i b u r t o n   m y l e s t u r n e r   b u d d y h i e l d   n b a t w i t t e r  
r u s s e l l w e s t b r o o k   t r a d e   r u m o r s :   l a k e r s   n e a r l y   d e a l t   s t a r   t o   p a c e r s   b e f o r e   t r a i n i n g   c a m p     p e r   r e p o r t 
 
 n e w s     r u m o r s :   
 
 b u d d y h i e l d   m y l e s t u r n e r   
       n b a   b a s k e t b a l l  
t h e l a k e r s   d i s c u s s e d   s e n d i n g   t h e i r   t w o   u n p r o t e c t e d   f i r s t - r o u n d   p i c k s   ( 2 0 2 7 a n d   2 0 2 9 )   t o   t h e   p a c e r s   f o r   m y l e s t u r n e r   a n d   b u d d y h i e l d . 
 g m   r o b p e l i n k a   c g i s e   t o   r e m a i n   p a t i e n t   t o   s e e   h o w   l . a   j e l l s   t h i s   y e a r . 
 v i a   -   
 t h a g a t e w a y n e w s   n b a  
n b a   l o s a n g e l e s l a k e r s   i n d i a n a p a c e r s   r u s s e l l w e s t b r o o k   b u d d y h i e l d   l a k e r s   r e p o r t e d l y   c a m e   c l o s e   t o   t r a d i n g   r u s s e l l   w e s t b r o o k   t o   p a c e r s  
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
l a k e r s ,   p a c e r s   k e e p i n g   i n   t o u c h   a g a i n   a b o u t   b u d d y   h i e l d   t r a d e   s t a t u s     l a k e r s
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
l a k e r s ,   p a c e r s   k e e p i n g   i n   t o u c h   a g a i n   a b o u t   b u d d y   h i e l d   t r a d e   s t a t u s     l a k e r s
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [72], in <cell line: 1>()
      1 for id, tweets in tweets_df_Pacers1.items():
      2     for tweet in tweets:
----> 3         analysis = TextBlob(tweets_df_Pacers1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Pacers1 = tweets_df_Pacers1.append({
      5             'name': id,
      6             'text': tweets_df_Pacers1.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\textblob\blob.py:384, in BaseBlob.__init__(self, text, tokenizer, pos_tagger, np_extractor, analyzer, parser, classifier, clean_html)
    380 def __init__(self, text, tokenizer=None,
    381             pos_tagger=None, np_extractor=None, analyzer=None,
    382             parser=None, classifier=None, clean_html=False):
    383     if not isinstance(text, basestring):
--> 384         raise TypeError('The `text` argument passed to `__init__(text)` '
    385                         'must be a string, not {0}'.format(type(text)))
    386     if clean_html:
    387         raise NotImplementedError("clean_html has been deprecated. "
    388                                 "To remove HTML markup, use BeautifulSoup's "
    389                                 "get_text() function")

TypeError: The `text` argument passed to `__init__(text)` must be a string, not <class 'pandas.core.series.Series'>
In [73]:
for id, tweets in tweets_df_Pacers2.items():
    for tweet in tweets:
        analysis = SentimentIntensityAnalyzer(tweets_df_Pacers2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Pacers2 = tweets_df_Pacers2.append({
            'name': id,
            'text': tweets_df_Pacers2.text
        }, ignore_index=True)
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
j p   h a s   b e e n   l i k e   🔥 🔥 
 
 u n d e r a r m o u r   k e v i n d u r a n t   m a r c h m a d n e s s   l e b r o n j a m e s   l a c l i p p e r s   k o b e b r y a n t   k o b e b r y a n t   s p u r s   j o r d a n   a d i d a s   n c a a   o t e   n i k e   d u k e b a s k e t b a l l   d u k e b a s k e t b a l l c a m p   w e a r e o n e   i n d i a n a p a c e r s   i n d i a n a p a c e r s   n b a d r a f t   l a k e r s   s a c r a m e n t o k i n g s   n u g g e t s  
n e v e r   s t o p   k e e p   w o r k i n g   🗣 
 
 l a c l i p p e r s   u n d e r a r m o u r   m a r c h m a d n e s s   j o r d a n   n b a d r a f t   a d i d a s   n c a a   i n d i a n a p a c e r s   n u g g e t s   k e v i n d u r a n t   l e b r o n   k o b e   n b l   a c c   n c a a b a s k e t b a l l  
n e w   v i d e o   t o   w a t c h : 
 
 " i n d i a n a   p a c e r s   m e d i a   a v a i l a b i l i t y   |   o c t o b e r   1 0 ,   2 0 2 2 "   
 
 c r e a t o r :     i n d i a n a   p a c e r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
2 5 %   o f f   j e r m a i n e   o ' n e a l   i n d i a n a   p a c e r s   m i t c h e l l   & a m p ;   n e s s   2 0 0 3 - 0 4   h a r d w o o d   c l a s s i c s   s w i n g m a n   j e r s e y s   a t   f a n a t i c s   ( u s e   c o d e   c a m p ) 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
a a r o n   n e s m i t h   o u t   w i t h   p l a n t a r   f a s c i a ,   s t a t u s   u n k n o w n   f o r   p a c e r s ’   s e a s o n   o p e n e r   a a r o n n e s m i t h   i n d i a n a p a c e r s   r i c k c a r l i s l e  
d r e a m   c o m e   t r u e   f o r   t h i s   y o u n g     f a n .     a w e s o m e ! !   i n d y   i n d i a n a p a c e r s   n b a  
🤭   i n d i a n a   h a s   a   w o n d e r f u l   6 t h   p l a y e r . 
 — 
 t h e   b r i g h t e s t ,   c r a z i e s t   a n d   m o s t   m e m o r a b l e   m o m e n t s   o f   t h e   b e s t   b a s k e t b a l l   l e a g u e   i n   t h e   w o r l d .   j o i n   u s . 
 n b a   e p i c   m o m e n t s : 
 
 — 
 n b a   b a s k e t b a l l   s h o r t s b a s k e t b a l l   h i g h l i g h t s n b a   i n d i a n a p a c e r s   p a c e r s  
t u r n i n g   t h e   p a c e r s   i n t o   t i t l e   c o n t e n d e r s !   🏀   s h o r t s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
l a k e r s ,   w a r r i o r s ,   p a c e r s   t r a d e ! ?   m y l e s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   d r a y m o n d g r e e n   d r a y m o n d g r e e n l a k e r s   d r a y m o n d g r e e n t r a d e   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   l a k e r n a t i o n   l a k e r n e w s   l a k e r n e w s t o d a y   l a k e r t r a d e   l a k e r t r a d e r u m o r s   l a k e r s n a t i o n   l a k e r s n e w s  
g e o r g e   & a m p ;   j a m e s   d u e l   |   n b a t o g e t h e r l i v e   c l a s s i c   g a m e 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
w h a t   a   m o m e n t   ❤ ️   t h i s   y o u n g   f a n   a s k e d   i f   h e   c o u l d   c h e c k   i n   a n d   . . . 
   
 
   
 a m a z i n g   b a s k e t b a l l   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   h i g h l i g h t s   i n d i a n a p a c e r s   n b a   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   s p o r t s   t r e n d i n g   u n r e a l   v i r a l   w o w  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   w a s   o n   m s g   n e t w o r k .   w i t h   c o m m e n t a r y   f r o m   e d   c o h e n .   c o - c o m m e n t a t o r   i s   w a l t   f r a z i e r .     f o r   m o r e   d e t a i l s   s e e     n e w y o r k k n i c k s   i n d i a n a p a c e r s   m s g n e t w o r k
w a t c h :   y o u n g   f a n   c r a s h e s   i n d i a n a   p a c e r s   o p e n   s c r i m m a g e ,   s c o r e s   b u c k e t   o n   a   l i f e t i m e   o p p o r t u n i t y   i n d i a n a p a c e r s  
y o u n g   f a n   a s k e d   i f   h e   c o u l d   c h e c k   i n . . . s o   t h e   p a c e r s   l e t   h i m   a n d   h e   s c o r e d   w e a r i n g   h i e l d ’ s   j e r s e y 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   n b a  
  o f f i c i a l l y   u n d e r w a y .   
 
   c y c l o n e s   |   c 5 c   n b a   n u g g e t s   s a c r a m e n t o k i n g s   l a k e r s   k o b e b r y a n t 2 4   n b a f i n a l s   n b a d r a f t   k o b e b r y a n t   f o o t b a l l   f o o t b a l l   i n d i a n a p a c e r s   s p u r s   l a c l i p p e r s   n u g g e t s n a t i o n  
p a c e r s   i m p l e m e n t   n e w   " f a n   c e n t e r e d   o f f e n s e "   a f t e r   w a t c h i n g   f o o t a g e   o f   t h e   t o p   t w o   d r a f t   p r o s p e c t s . 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
a a r o n   n e s m i t h   s u s t a i n e d   a   p l a n t a r   f a s c i a   i n j u r y   i n   t h e   p r e s e a s o n   g a m e   a t   n e w   y o r k .   h e ’ s   s i d e l i n e d   f o r   n o w   a n d   t h e   h o p e   i s   f o r   h i m   t o   b e   a v a i l a b l e   o n   o p e n i n g   n i g h t ,   r i c k   c a r l i s l e   s a i d . 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
i n d i a n a   p a c e r s   b r e a k i n g   n e w s   f t .   m y l e s   t u r n e r   s h o r t s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n   i n d i a n a p a c e r s   n b a n e w s  
a n t i c i p a t i o n   i s   h i g h   😮 
 f i r s t   p r a c t i c e   c o m p l e t e   ✅ 
 
 g o f r o g s     n b a   d u k e b a s k e t b a l l c a m p   n u g g e t s n a t i o n   e a s t c o a s t h o o p r e c r u i t   b a l l i s l i f e   i n d i a n a p a c e r s   k e v i n d u r a n t   s a n a n t o n i o s p u r s   s p u r s   n u g g e t s   l a c l i p p e r s   o t e  
n o t   s h y i n g   a w a y   f r o m   a n y t h i n g   o r   a n y o n e   😤 
 
 t e r p s n a t i o n     m e n s b a s k e t b a l l   i n d i a n a p a c e r s   g r i n d c i t y   k u h o o p s   n b a d r a f t   n b a   m i l e h i g h b a s k e t b a l l   w i z 5 0   c o n n e c t e d b y m a g i c   w i z a r d s   k e v i n d u r a n t   l a c l i p p e r s   m e m p h i s g r i z z l i e s   l e t e m k n o w   c u s r i s e   b o s t o n c e l t i c s   d a l l a s   b e t h e f i g h t  
f i r s t   o f f i c i a l l   p r a c t i c e   !   💪 🏽 🙌   
 
 s p u r s   g o s p u r s g o   s a n a n t o n i o s p u r s   i t s b r u i n t i m e   w i z a r d s   w i z 5 0   d c f a m i l y     i n d i a n a p a c e r s   m e n s b a s k e t b a l l   k u h o o p s   m i l e h i g h b a s k e t b a l l   n u g g e t s   g r i n d c i t y   c o n n e c t e d b y m a g i c     o r l a n d i p o   p u r e m a g i c   n b a   n b a d r a f t   n b a d r a f t l o t t e r y   o v e r t i m e   o t e  
b a c k   a t   i t   ⚫ ️ ⚪ ️ 
 
 b l a z e r s   n c a a   k u h o o p s   n b a   t r a e y o u n g   k e v i n d u r a n t   s t e p h c u r r y   n c a a b a s k e t b a l l   i n d i a n a p a c e r s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t b a s k e t b a l l   d a l l a s m a v s   g o m a v s   d a l l a s m a v e r i c k s   l u k a m a g i c  
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
k n i c k s   i n c r e d i b l e   4 6   p o i n t   s e c o n d   q u a r t e r   v s   i n d i a n a   p a c e r s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i m m a n u e l q u i c k l e y   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   n b a   n b a h i g h l i g h t s   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t  
r j   b a r r e t t   r e a c t s   t o   o b i   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   k n i c k s p o s t g a m e   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   o b i t o p p i n   p a c e r s   p a c e r s b a s k e t b a l l  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 c a m r e d d i s h   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s g a m e   k n i c k s h i g h l i g h t s   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s v s p a c e r s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n   n e w y o r k k n i c k s  
i n d i a n a   p a c e r s   h i g h l i g h t s   a t   n e w   y o r k   k n i c k s   |   o c t o b e r   0 7 ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
o b i   t o p p i n   p u t s   o n   a   s h o w   a s   k n i c k s   b e a t   p a c e r s   1 3 1 - 1 1 4   |   n e w   y o r k   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   s p o r t s  
i n d i a n a   p a c e r s   p o s t g a m e   m e d i a   a v a i l a b i l i t y   ( n e w   y o r k   k n i c k s )   |   o c t o b e r   7 ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
i n d i a n a   p a c e r s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   k n i c k s v s p a c e r s   n b a h i g h l i g h t s   n b a p l a y o f f s   p a c e r s v s k n i c k s  
p a c e r s   a t   k n i c k s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 0   i n d i a n a p a c e r s  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬇ ️ i n d i a n a p a c e r s   1 1 4   ( 1 - 1 ) 🔸 
 ⬆ ️ n e w y o r k k n i c k s   1 3 1   ( 2 - 0 ) 
 🔶 c h r i s   d u a r t e 🇩 🇴 
 ( s g / 6 ' 5 " / 1 9 0 l b s ) 
 🔹 1 1 / p t s 
 🔹 5 / r e b 
 🔹 3 / a s t 
 🔹 0 / s t l 
 🔹 2 / b l k 
 🔹 1 / t o 
 🔹 2 / 3 t 2 
 🔹 2 / 4 t 3 
 🔹 1 / 1 t l 
 🔹 2 0 : 3 4 / m i n : s e g 
 _ d u a r t e 5 
 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
v i c t o r   w e m b a n y a m a   v s   s c o o t   h e n d e r s o n   |   n b a   g m s   t h o u g h t s   o n   i n d i a n a   p a c e r s   |   p a c e r s - k n i c k s   p r e v i e w 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i n d i a n a   p a c e r s   -   r y a n   c a r r ,   p a c e r s   v p   o f   p l a y e r   p e r s o n n e l ,   t a l k s   d r a f t   -   s a y s   s h e l f   i s   s e v e n   d e e p ! 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a h o o s i e r s   i n d i a n a p a c e r s   i n d i a n a p o l i s c o l t s   i n d i a n a p o l i s s p o r t s  
i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a c a p s   n e w e r a f i t t e d   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   c a p   f i t t e d h e a d s   t h i s i s t h e c a p   w e a r y o u r a l l e g i a n c e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f i t t e d c a p   t h e c a p t h e p r o s w e a r   s t r i c t l y f i t t e d   h a t g a m e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g   w e a r y o u r a l l e g i a n c e   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   h a t   c a p l o v e r   f i t t e d h e a d s   c a p s   s p e a k w i t h y o u r c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d f a m   n e w e r a f i t t e d   s t a y f i t t e d 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a   c a p a h o l i c   w e a r w h a t t h e p r o s w e a r   t h i s i s t h e c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   s t a y f i t t e d   n e w e r a h a t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d h a t s   t h i s i s t h e c a p   c a p 
 

p r e s e a s o n   g a m e   t h r e a d :   i n d i a n a   p a c e r s   ( 1 - 0 )   @   n e w   y o r k   k n i c k s   ( 1 - 0 ) ,   o c t o b e r   7 t h ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
l o w e ' s   a n n u a l   n b a   t i e r s   —   l o w e   h a s   t h e   p a c e r s   r a n k e d   i n   t h e   b o t t o m   f i v e   
   
 
   
 b a s k e t b a l l   i n d i a n a   i n d i a n a p a c e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
i n d i a n a   p a c e r s   s u m m e r   l e a g u e   h i g h l i g h t s   v s .   w a s h i n g t o n   w i z a r d s   |   j u l y   1 5 ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
t h e   c h a r l o t t e   h o r n e t s   g e t   e x p o s e d   b y   t h e   i n d i a n a   p a c e r s 
   
 
   
 b r y c e m c g o w e n s   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s r u m o r s   c h a r l o t t e h o r n e t s v s i n d i a n a p a c e r s   e a s t e r n c o n f e r e n c e   h o r n e t s n e w s   i n d i a n a p a c e r s   l a m e l o b a l l   n b a p r e s e a s o n  
l a m e l o   /   l i a n g e l o   b a c k   f o r   g a m e   2   v s   p a c e r s   ( p r e s e a s o n )   c r o w d   c h a n t i n g   “ w e   w a n t   g e l o ” 
   
 
   
 b b b   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s   i n d i a n a p a c e r s   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   w e w a n t g e l o  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ i n d i a n a p a c e r s   1 2 2   ( 1 - 0 ) 🔸 
 ⬇ ️ c h a r l o t t e h o r n e t s   9 7   ( 1 
 0 - 2 ) 
 🔶 c h r i s   d u a r t e 🇩 🇴 
 ( s g / 6 ' 5 " / 1 9 0 l b s ) 
 🔹 1 2 / p t s 
 🔹 6 / r e b 
 🔹 2 / a s t 
 🔹 0 / s t l 
 🔹 0 / b l k 
 🔹 1 / t o 
 🔹 4 / 5 t 2 
 🔹 0 / 2 t 3 
 🔹 4 / 4 t l 
 🔹 2 2 : 0 9 / m i n : s e g 
 _ d u a r t e 5 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   | 1 0 / 5 / 2 2   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
i n d i a n a   p a c e r s   p o s t g a m e   m e d i a   a v a i l a b i l i t y   ( c h a r l o t t e   h o r n e t s )   |   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
p a c e r s   w i n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
n e w   v i d e o   t o   w a t c h : 
 
 " l a k e r s   & a m p ;   p a c e r s   e n g a g e d   i n   s e r i o u s   r u s s e l l   w e s t b r o o k   t a l k s   r i g h t   b e f o r e   s t a r t   o f   c a m p "   
 
 c r e a t o r :     c y r o   a s s e o 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
i n d i a n a   p a c e r s   h i g h l i g h t s   a t   c h a r l o t t e   h o r n e t s   |   o c t o b e r   0 5 ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
l a m e l o   b a l l   1 2   p t s ,   7   a s t ,   5   r e b   v s   p a c e r s   |   o c t o b e r   5 ,   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w  
e n d e   b a s k e t b a l l   h e r r e n   
 n b a s a i s o n v o r b e r e i t u n g   
 1 2 2 : 9 7   i n d i a n a p a c e r s   v s   c h a r l o t t e h o r n e t s   
 1 1 2 : 1 1 3   c l e v e l a n d c a v a l i e r s   v s   p h i l a d e l p h i a 7 6 e r s   
 1 2 5 : 1 1 9   n v   t o r o n t o r a p t o r s   v s   b o s t o n c e l t i c s   
 9 8 : 9 6   d a l l a s m a v e r i c k s   v s   o k l a h o m a c i t y t h u n d e r
t h e   p r o j e c t e d   t o p   2   p i c k s   i n   n e x t   y e a r s   d r a f t   f a c e d   o f f   a g a i n s t   e a c h   o t h e r   t o n i g h t .   w e m b a n y a m a   f i n i s h e d   w i t h   3 7   p t s   ( 1 1 - 2 0   f g s ,   7 - 1 1   f r o m   3 ) ,   4   r e b s ,   5   b l k s   a n d   s c o o t   h a d   2 8   p t s   ( 1 1 - 2 1   f g s ,   . . . 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
w e   a r e   l i v e   i n   t h e   s p e c t r u m   c e n t e r ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   l i v e   s t r e a m     c h a r l o t t e h o r n e t s   h o r n e t s   n b a   l a m e l o b a l l   t y r e s e h a l i b u r t o n   i n d i a n a p a c e r s   p a c e r s   n u m e d i a   l i t h o u s e
i n d i a n a   p a c e r s   b l o c k b u s t e r   t r a d e !   ( f e a t .   m o s e s   m o o d y   +   j a m e s   w i s e m a n ) 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s d u a r t e   c h r i s d u a r t e a n d i s a i a h j a c k s o n b l o c k b u s t e r t r a d e   d a m e r e e m s   d u a r t e a n d j a c k s o n t r a d e   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   i n d i a n a p a c e r s b l o c k b u s t e r t r a d e  
p r e s e a s o n   g a m e   t h r e a d :   i n d i a n a   p a c e r s   ( 0 - 0 )   @   c h a r l o t t e   h o r n e t s   ( 0 - 1 ) ,   o c t o b e r   5 t h ,   2 0 2 2 . 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
d o   t h e   d e a l !   -   m i c h a e l   w i l b o n   u r g e s   . . . 
   
 
   
 b u d d y h i e l d   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   i n d i a n a p a c e r s t r a d e   l o s a n g e l e s   l o s a n g e l e s l a k e r s   l o s a n g e l e s l a k e r s i n d i a n a p a c e r s t r a d e   l o s a n g e l e s l a k e r s l e b r o n j a m e s   l o s a n g e l e s l a k e r s t r a d e  
r e g g i e   m i l l e r   3   c a r d   l o t   i n d i a n a p a c e r s   p a c e r s   
 
 $ 1 . 5 0   e a c h   o r   $ 3   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
1 9 9 8 - 9 9   f l e e r   u l t r a   6 0   m a r k   j a c k s o n   i n d i a n a p a c e r s   p a c e r s   
 
 $ 1 . 5 0   e a c h   o r   $ 2   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
i n d i a n a p a c e r s   1 1   c a r d   l o t   p a c e r s   
 
 $ 4 . 5 0   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
t h e   l a t e s t   o n   p o t e n i t a l   l a k e r s - p a c e r s   t r a d e   i n v o l v i n g   r u s s e l l   w e s t b r o o k   a s   m o r e   d e t a i l s   a r e   r e p o r t e d 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
t h e     a r e   a   s u p e r   y o u n g   t e a m ,   b u t   h a v e   s o m e   v e r y   p r o m i s i n g   p l a y e r s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   p a c e r s   i n d i a n a p a c e r s   i n d i a n a   t y r e s e h a l i b u r t o n   m y l e s t u r n e r   b u d d y h i e l d   n b a t w i t t e r  
c a n   t h e   i n d i a n a   p a c e r s   m a k e   t h e   2 0 2 3   n b a   p l a y o f f s ? ?   f u t u r e   n b a   d y n a s t y ? ? 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
e x c i t e d   t o   f i n a l l y   a n n o u n c e   o u r   p a r t n e r s h i p   w i t h   t h e     o n   s o m e   m e r c h a n d i s e   t h i s   u p c o m i n g   s e a s o n !   w e   a r e   s t a r t i n g   w i t h   a   5   p i e c e   c o l l e c t i o n   t h a t   w i l l   o n l y   b e   a v a i l a b l e   a t   t h e   i n - a r e n a   t e a m   s t o r e .   c a n ' t   w a i t   t o   s h o w   y o u !   i n d i a n a p a c e r s   b l u e a n d g o l d   i n d i a n a  
n e w   v i d e o   t o   w a t c h : 
 
 " c a n   t h e   i n d i a n a   p a c e r s   m a k e   t h e   2 0 2 3   n b a   p l a y o f f s ? ?   f u t u r e   n b a   d y n a s t y ? ? "   
 
 c r e a t o r :     b a c k y a r d   b u c k e t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " i n d i a n a   p a c e r s   m e d i a   a v a i l a b i l i t y   |   o c t o b e r   0 3 ,   2 0 2 2 "   
 
 c r e a t o r :     i n d i a n a   p a c e r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
l a k e r s   t r a d e   u p d a t e   w i t h   . . . 
   
 
   
 b u d d y h i e l d l a k e r s   c e n t r a l d i v i s i o n   c o l e s w i d e r l a k e r s   d a m i a n j o n e s l a k e r s   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   j s m   j s m l a k e r s   k e n d r i c k n u n n l a k e r s   k e n d r i c k n u n n t r a i n i n g c a m p   l a k e r s c o l e s w i d e r   l a k e r s f r e e a g e n c y   l a k e r s n a t i o n  
t h i s   r u s s e l l   w e s t b r o o k   n e w s   i s   d i s t u r b i n g 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   l a k e r s b u d d y h i e l d   l a k e r s m y l e s t u r n e r   l a k e r s t r a d e   l o s a n g e l e s l a k e r s   n b a   n b a t r a d e   p a c e r s t r a d e   r u s s e l l w e s t b r o o k p a c e r s   r u s s e l l w e s t b r o o k t r a d e  
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
n b a   l o s a n g e l e s l a k e r s   i n d i a n a p a c e r s   r u s s e l l w e s t b r o o k   b u d d y h i e l d   l a k e r s   r e p o r t e d l y   c a m e   c l o s e   t o   t r a d i n g   r u s s e l l   w e s t b r o o k   t o   p a c e r s  
n b a   l o s a n g e l e s l a k e r s   i n d i a n a p a c e r s   r u s s e l l w e s t b r o o k   l a k e r s   c a m e   c l o s e   t o   t r a d i n g   r u s s e l l   w e s t b r o o k   t o   p a c e r s  
i   k n o w   e x a c t l y   w h o   w a s   d r a f t e d   a h e a d   o f   m e   -   b e n n e d i c t   m a t h u r i n   |   n b a   t o d a y 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   h i g h l i g h t s   i n d i a n a p a c e r s   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   s p o r t s   v i r a l  
d e t r o i t   p i s t o n s   v s   i n d i a n a   p a c e r s   -   f u l l   . . . 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s v s i n d i a n a p a c e r s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   i n d i a n a p a c e r s   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a s u m m e r l e a g u e   n b a s u m m e r l e a g u e 2 0 2 1  
t h e   i n d i a n a   p a c e r & a m p ; 3 9 ; s   m a l c o l m   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s d u a r t e h i g h l i g h t s   c h r i s d u a r t e n b a   c h r i s d u a r t e p a c e r s   d e a n d r e a y t o n   d e a n d r e a y t o n f r e e a g e n c y   d e a n d r e a y t o n p a c e r s   d e a n d r e a y t o n t r a d e   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   i n d i a n a p a c e r s 2 0 2 2  
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
c h r i s   d u a r t e   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c h r i s d u a r t e   c h r i s   d u a r t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s
g o l d e n   s t a t e   w a r r i o r s '   b i g   t h r e e   f a c e s   u n c e r t a i n   f u t u r e 
 
 
 
 n b a   i n d i a n a   p a c e r s   i n d i a n a s t y l e   h e a t n a t i o n   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i   b u l l s n a t i o n
i n d i a n a   p a c e r s :   d r a y m o n d   g r e e n   f i a s c o   h i g h l i g h t s   n e e d   f o r   s t a b i l i t y 
 
 
 
 n b a   i n d i a n a   p a c e r s   i n d i a n a s t y l e   h e a t n a t i o n   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i
r j   b a r r e t t   r e a c t s   t o   o b i   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   k n i c k s p o s t g a m e   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   o b i t o p p i n   p a c e r s   p a c e r s b a s k e t b a l l  
o b i   t o p p i n   p u t s   o n   a   s h o w   a s   k n i c k s   b e a t   p a c e r s   1 3 1 - 1 1 4   |   n e w   y o r k   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   s p o r t s  
d e a r   g o o d   v e g a n   b a d   v e g a n , 
 
 n i c e   t o   m e e t   y o u   😊   
 h a r d i n g   r i v e r s i d e   n a p t o w n   i n d i a n a   s p e e d w a y   c o l t s   p a c e r s   i n d i a n s b a s e b a l l   @   w e s t s i d e ,   i n d i a n a p o l i s  
t y r e s e   h a l i b u r t o n   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e h a l i b u r t o n   t y r e s e   h a l i b u r t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
g o g a   b i t a d z e   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g o g a b i t a d z e   g o g a   b i t a d z e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i n d i a n a   p a c e r s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   i n d i a n a   p a c e r s   n b a   v i d e o :  
b e n n e d i c t   m a t h u r i n   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n n e d i c t m a t h u r i n   b e n n e d i c t   m a t h u r i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
t y r e s e   h a l i b u r t o n   h i g h l i g h t s   -   k n i c k s   v s .   p a c e r s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   t y r e s e   h a l i b u r t o n   n y k   i n d   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w y o r k   k n i c k s   i n d i a n a   p a c e r s
j a l e n   g r e e n   s k i e s   f o r   t h e   o o p   🚀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a l e n   g r e e n   a l l e y o o p   d u n k   h o u   h o u s t o n   r o c k e t s   i n d   i n d i a n a   p a c e r s
o b i   t o p p i n   w i t h   t h e   b l o c k   a n d   t h e   e a s t b a y ?   👀   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   o b i   t o p p i n   d u n k   b l o c k   n y k   n e w y o r k   k n i c k s   i n d   i n d i a n a   p a c e r s
i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a c a p s   n e w e r a f i t t e d   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   c a p   f i t t e d h e a d s   t h i s i s t h e c a p   w e a r y o u r a l l e g i a n c e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f i t t e d c a p   t h e c a p t h e p r o s w e a r   s t r i c t l y f i t t e d   h a t g a m e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g   w e a r y o u r a l l e g i a n c e   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   h a t   c a p l o v e r   f i t t e d h e a d s   c a p s   s p e a k w i t h y o u r c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d f a m   n e w e r a f i t t e d   s t a y f i t t e d 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a   c a p a h o l i c   w e a r w h a t t h e p r o s w e a r   t h i s i s t h e c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   s t a y f i t t e d   n e w e r a h a t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d h a t s   t h i s i s t h e c a p   c a p 
 

l o w e ' s   a n n u a l   n b a   t i e r s   —   l o w e   h a s   t h e   p a c e r s   r a n k e d   i n   t h e   b o t t o m   f i v e   
   
 
   
 b a s k e t b a l l   i n d i a n a   i n d i a n a p a c e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
s h o u l d   r a p t o r s   w o r r y   a b o u t   3 - p o i n t   s h o o t i n g   a f t e r   c e l t i c s   w i n ? 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
m i a m i   h e a t :   w h y   t h i s   i s   t h e   p r i m e   o f   j i m m y   b u t l e r ' s   c a r e e r 
 
 
 
 n b a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l     n e t s   b u c k s   j a z z   w a r r i o r s   a l l f l y
t i m b e r w o l v e s '   e x c i t i n g   s e c r e t   w e a p o n   w a s   o n   f u l l   d i s p l a y   a g a i n s t   m i a m i 
 
 
 
 n b a   r a i s e d b y w o l v e s   m i n n e s o t a   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l     n e t s   b u c k s   j a z z   w a r r i o r s
a n t h o n y   d a v i s   a l r e a d y   s h o w i n g   l a k e r s   f a n s   w h y   t h e y   c a n ' t   t r u s t   h i m 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l   r a i s e d b y w o l v e s   n e t s   b u c k s   j a z z   w a r r i o r s
l a k e r s   f a n s   b e g g i n g   f o r   p a c e r s   t r a d e   d u r i n g   p r e s e a s o n   ( f o r   a   n e w   r e a s o n ) 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l   r a i s e d b y w o l v e s   n e t s   b u c k s   j a z z
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
t . j .   m c c o n n e l l   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t . j . m c c o n n e l l   t . j .   m c c o n n e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
t y r e s e   h a l i b u r t o n   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e h a l i b u r t o n   t y r e s e   h a l i b u r t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   i n d i a n a   p a c e r s   n b a   v i d e o :  
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i s a i a h   j a c k s o n   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h j a c k s o n   i s a i a h   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
j a l e n   s m i t h   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n s m i t h   j a l e n   s m i t h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s
i n d i a n a   p a c e r s :   h o w   d i d   t h e   t e a m   f a r e   i n   t h e   2 0 2 2   n b a   g m   s u r v e y ? 
 
 
 
 n b a   i n d i a n a s t y l e   i n d i a n a   p a c e r s   b e t h e f i g h t   h e r e t h e y c o m e   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   l a k e s h o w   a l l f l y   w e a r e t h e v a l l e y   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
t h e     a r e   a   s u p e r   y o u n g   t e a m ,   b u t   h a v e   s o m e   v e r y   p r o m i s i n g   p l a y e r s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   p a c e r s   i n d i a n a p a c e r s   i n d i a n a   t y r e s e h a l i b u r t o n   m y l e s t u r n e r   b u d d y h i e l d   n b a t w i t t e r  
e x c i t e d   t o   f i n a l l y   a n n o u n c e   o u r   p a r t n e r s h i p   w i t h   t h e     o n   s o m e   m e r c h a n d i s e   t h i s   u p c o m i n g   s e a s o n !   w e   a r e   s t a r t i n g   w i t h   a   5   p i e c e   c o l l e c t i o n   t h a t   w i l l   o n l y   b e   a v a i l a b l e   a t   t h e   i n - a r e n a   t e a m   s t o r e .   c a n ' t   w a i t   t o   s h o w   y o u !   i n d i a n a p a c e r s   b l u e a n d g o l d   i n d i a n a  
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
b o l d ,   c r a z y   a f   p r e d i c t i o n : 
 
 t y r e s e   h a l i b u r t o n   w i l l   b e   n a m e d   a n   a l l - s t a r   t h i s   s e a s o n   a n d   w i l l   f i n i s h   t h e   s e a s o n   a s   a   9 0   o v r   o n   n b a 2 k . 
 
 i n d i a n a   p a c e r s   n b a   n b a 2 k 2 3
n e w   a r t s   c o l l a b o r a t i o n ,   h o o s i e r   h i s t o r i a ,   m a r k s   5 0 0   d a y s   t o   n b a   a l l - s t a r   2 0 2 4   -     h o o s i e r   i n d i a n a  
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
j p   h a s   b e e n   l i k e   🔥 🔥 
 
 u n d e r a r m o u r   k e v i n d u r a n t   m a r c h m a d n e s s   l e b r o n j a m e s   l a c l i p p e r s   k o b e b r y a n t   k o b e b r y a n t   s p u r s   j o r d a n   a d i d a s   n c a a   o t e   n i k e   d u k e b a s k e t b a l l   d u k e b a s k e t b a l l c a m p   w e a r e o n e   i n d i a n a p a c e r s   i n d i a n a p a c e r s   n b a d r a f t   l a k e r s   s a c r a m e n t o k i n g s   n u g g e t s  
n e v e r   s t o p   k e e p   w o r k i n g   🗣 
 
 l a c l i p p e r s   u n d e r a r m o u r   m a r c h m a d n e s s   j o r d a n   n b a d r a f t   a d i d a s   n c a a   i n d i a n a p a c e r s   n u g g e t s   k e v i n d u r a n t   l e b r o n   k o b e   n b l   a c c   n c a a b a s k e t b a l l  
n e w   v i d e o   t o   w a t c h : 
 
 " i n d i a n a   p a c e r s   m e d i a   a v a i l a b i l i t y   |   o c t o b e r   1 0 ,   2 0 2 2 "   
 
 c r e a t o r :     i n d i a n a   p a c e r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
2 5 %   o f f   j e r m a i n e   o ' n e a l   i n d i a n a   p a c e r s   m i t c h e l l   & a m p ;   n e s s   2 0 0 3 - 0 4   h a r d w o o d   c l a s s i c s   s w i n g m a n   j e r s e y s   a t   f a n a t i c s   ( u s e   c o d e   c a m p ) 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
a a r o n   n e s m i t h   o u t   w i t h   p l a n t a r   f a s c i a ,   s t a t u s   u n k n o w n   f o r   p a c e r s ’   s e a s o n   o p e n e r   a a r o n n e s m i t h   i n d i a n a p a c e r s   r i c k c a r l i s l e  
d r e a m   c o m e   t r u e   f o r   t h i s   y o u n g     f a n .     a w e s o m e ! !   i n d y   i n d i a n a p a c e r s   n b a  
🤭   i n d i a n a   h a s   a   w o n d e r f u l   6 t h   p l a y e r . 
 — 
 t h e   b r i g h t e s t ,   c r a z i e s t   a n d   m o s t   m e m o r a b l e   m o m e n t s   o f   t h e   b e s t   b a s k e t b a l l   l e a g u e   i n   t h e   w o r l d .   j o i n   u s . 
 n b a   e p i c   m o m e n t s : 
 
 — 
 n b a   b a s k e t b a l l   s h o r t s b a s k e t b a l l   h i g h l i g h t s n b a   i n d i a n a p a c e r s   p a c e r s  
t u r n i n g   t h e   p a c e r s   i n t o   t i t l e   c o n t e n d e r s !   🏀   s h o r t s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
l a k e r s ,   w a r r i o r s ,   p a c e r s   t r a d e ! ?   m y l e s   . . . 
   
 
   
 c e n t r a l d i v i s i o n   d r a y m o n d g r e e n   d r a y m o n d g r e e n l a k e r s   d r a y m o n d g r e e n t r a d e   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   l a k e r n a t i o n   l a k e r n e w s   l a k e r n e w s t o d a y   l a k e r t r a d e   l a k e r t r a d e r u m o r s   l a k e r s n a t i o n   l a k e r s n e w s  
g e o r g e   & a m p ;   j a m e s   d u e l   |   n b a t o g e t h e r l i v e   c l a s s i c   g a m e 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
w h a t   a   m o m e n t   ❤ ️   t h i s   y o u n g   f a n   a s k e d   i f   h e   c o u l d   c h e c k   i n   a n d   . . . 
   
 
   
 a m a z i n g   b a s k e t b a l l   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   h i g h l i g h t s   i n d i a n a p a c e r s   n b a   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   s p o r t s   t r e n d i n g   u n r e a l   v i r a l   w o w  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   w a s   o n   m s g   n e t w o r k .   w i t h   c o m m e n t a r y   f r o m   e d   c o h e n .   c o - c o m m e n t a t o r   i s   w a l t   f r a z i e r .     f o r   m o r e   d e t a i l s   s e e     n e w y o r k k n i c k s   i n d i a n a p a c e r s   m s g n e t w o r k
w a t c h :   y o u n g   f a n   c r a s h e s   i n d i a n a   p a c e r s   o p e n   s c r i m m a g e ,   s c o r e s   b u c k e t   o n   a   l i f e t i m e   o p p o r t u n i t y   i n d i a n a p a c e r s  
y o u n g   f a n   a s k e d   i f   h e   c o u l d   c h e c k   i n . . . s o   t h e   p a c e r s   l e t   h i m   a n d   h e   s c o r e d   w e a r i n g   h i e l d ’ s   j e r s e y 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   n b a  
  o f f i c i a l l y   u n d e r w a y .   
 
   c y c l o n e s   |   c 5 c   n b a   n u g g e t s   s a c r a m e n t o k i n g s   l a k e r s   k o b e b r y a n t 2 4   n b a f i n a l s   n b a d r a f t   k o b e b r y a n t   f o o t b a l l   f o o t b a l l   i n d i a n a p a c e r s   s p u r s   l a c l i p p e r s   n u g g e t s n a t i o n  
p a c e r s   i m p l e m e n t   n e w   " f a n   c e n t e r e d   o f f e n s e "   a f t e r   w a t c h i n g   f o o t a g e   o f   t h e   t o p   t w o   d r a f t   p r o s p e c t s . 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
a a r o n   n e s m i t h   s u s t a i n e d   a   p l a n t a r   f a s c i a   i n j u r y   i n   t h e   p r e s e a s o n   g a m e   a t   n e w   y o r k .   h e ’ s   s i d e l i n e d   f o r   n o w   a n d   t h e   h o p e   i s   f o r   h i m   t o   b e   a v a i l a b l e   o n   o p e n i n g   n i g h t ,   r i c k   c a r l i s l e   s a i d . 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
i n d i a n a   p a c e r s   b r e a k i n g   n e w s   f t .   m y l e s   t u r n e r   s h o r t s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n   i n d i a n a p a c e r s   n b a n e w s  
a n t i c i p a t i o n   i s   h i g h   😮 
 f i r s t   p r a c t i c e   c o m p l e t e   ✅ 
 
 g o f r o g s     n b a   d u k e b a s k e t b a l l c a m p   n u g g e t s n a t i o n   e a s t c o a s t h o o p r e c r u i t   b a l l i s l i f e   i n d i a n a p a c e r s   k e v i n d u r a n t   s a n a n t o n i o s p u r s   s p u r s   n u g g e t s   l a c l i p p e r s   o t e  
n o t   s h y i n g   a w a y   f r o m   a n y t h i n g   o r   a n y o n e   😤 
 
 t e r p s n a t i o n     m e n s b a s k e t b a l l   i n d i a n a p a c e r s   g r i n d c i t y   k u h o o p s   n b a d r a f t   n b a   m i l e h i g h b a s k e t b a l l   w i z 5 0   c o n n e c t e d b y m a g i c   w i z a r d s   k e v i n d u r a n t   l a c l i p p e r s   m e m p h i s g r i z z l i e s   l e t e m k n o w   c u s r i s e   b o s t o n c e l t i c s   d a l l a s   b e t h e f i g h t  
f i r s t   o f f i c i a l l   p r a c t i c e   !   💪 🏽 🙌   
 
 s p u r s   g o s p u r s g o   s a n a n t o n i o s p u r s   i t s b r u i n t i m e   w i z a r d s   w i z 5 0   d c f a m i l y     i n d i a n a p a c e r s   m e n s b a s k e t b a l l   k u h o o p s   m i l e h i g h b a s k e t b a l l   n u g g e t s   g r i n d c i t y   c o n n e c t e d b y m a g i c     o r l a n d i p o   p u r e m a g i c   n b a   n b a d r a f t   n b a d r a f t l o t t e r y   o v e r t i m e   o t e  
b a c k   a t   i t   ⚫ ️ ⚪ ️ 
 
 b l a z e r s   n c a a   k u h o o p s   n b a   t r a e y o u n g   k e v i n d u r a n t   s t e p h c u r r y   n c a a b a s k e t b a l l   i n d i a n a p a c e r s   d e t r o i t p i s t o n s   p i s t o n s   d e t r o i t b a s k e t b a l l   d a l l a s m a v s   g o m a v s   d a l l a s m a v e r i c k s   l u k a m a g i c  
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
k n i c k s   i n c r e d i b l e   4 6   p o i n t   s e c o n d   q u a r t e r   v s   i n d i a n a   p a c e r s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i m m a n u e l q u i c k l e y   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   n b a   n b a h i g h l i g h t s   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t  
r j   b a r r e t t   r e a c t s   t o   o b i   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   k n i c k s p o s t g a m e   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   o b i t o p p i n   p a c e r s   p a c e r s b a s k e t b a l l  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 c a m r e d d i s h   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   k n i c k s g a m e   k n i c k s h i g h l i g h t s   k n i c k s p r e s e a s o n 2 0 2 2   k n i c k s v s p a c e r s p r e s e a s o n g a m e   m i t c h e l l r o b i n s o n   n e w y o r k k n i c k s  
i n d i a n a   p a c e r s   h i g h l i g h t s   a t   n e w   y o r k   k n i c k s   |   o c t o b e r   0 7 ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
o b i   t o p p i n   p u t s   o n   a   s h o w   a s   k n i c k s   b e a t   p a c e r s   1 3 1 - 1 1 4   |   n e w   y o r k   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   s p o r t s  
i n d i a n a   p a c e r s   p o s t g a m e   m e d i a   a v a i l a b i l i t y   ( n e w   y o r k   k n i c k s )   |   o c t o b e r   7 ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
i n d i a n a   p a c e r s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   k n i c k s v s p a c e r s   n b a h i g h l i g h t s   n b a p l a y o f f s   p a c e r s v s k n i c k s  
p a c e r s   a t   k n i c k s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 0   i n d i a n a p a c e r s  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬇ ️ i n d i a n a p a c e r s   1 1 4   ( 1 - 1 ) 🔸 
 ⬆ ️ n e w y o r k k n i c k s   1 3 1   ( 2 - 0 ) 
 🔶 c h r i s   d u a r t e 🇩 🇴 
 ( s g / 6 ' 5 " / 1 9 0 l b s ) 
 🔹 1 1 / p t s 
 🔹 5 / r e b 
 🔹 3 / a s t 
 🔹 0 / s t l 
 🔹 2 / b l k 
 🔹 1 / t o 
 🔹 2 / 3 t 2 
 🔹 2 / 4 t 3 
 🔹 1 / 1 t l 
 🔹 2 0 : 3 4 / m i n : s e g 
 _ d u a r t e 5 
 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
v i c t o r   w e m b a n y a m a   v s   s c o o t   h e n d e r s o n   |   n b a   g m s   t h o u g h t s   o n   i n d i a n a   p a c e r s   |   p a c e r s - k n i c k s   p r e v i e w 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i n d i a n a   p a c e r s   -   r y a n   c a r r ,   p a c e r s   v p   o f   p l a y e r   p e r s o n n e l ,   t a l k s   d r a f t   -   s a y s   s h e l f   i s   s e v e n   d e e p ! 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a h o o s i e r s   i n d i a n a p a c e r s   i n d i a n a p o l i s c o l t s   i n d i a n a p o l i s s p o r t s  
i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a c a p s   n e w e r a f i t t e d   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   c a p   f i t t e d h e a d s   t h i s i s t h e c a p   w e a r y o u r a l l e g i a n c e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f i t t e d c a p   t h e c a p t h e p r o s w e a r   s t r i c t l y f i t t e d   h a t g a m e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g   w e a r y o u r a l l e g i a n c e   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   h a t   c a p l o v e r   f i t t e d h e a d s   c a p s   s p e a k w i t h y o u r c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d f a m   n e w e r a f i t t e d   s t a y f i t t e d 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a   c a p a h o l i c   w e a r w h a t t h e p r o s w e a r   t h i s i s t h e c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   s t a y f i t t e d   n e w e r a h a t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d h a t s   t h i s i s t h e c a p   c a p 
 

p r e s e a s o n   g a m e   t h r e a d :   i n d i a n a   p a c e r s   ( 1 - 0 )   @   n e w   y o r k   k n i c k s   ( 1 - 0 ) ,   o c t o b e r   7 t h ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
l o w e ' s   a n n u a l   n b a   t i e r s   —   l o w e   h a s   t h e   p a c e r s   r a n k e d   i n   t h e   b o t t o m   f i v e   
   
 
   
 b a s k e t b a l l   i n d i a n a   i n d i a n a p a c e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
i n d i a n a   p a c e r s   s u m m e r   l e a g u e   h i g h l i g h t s   v s .   w a s h i n g t o n   w i z a r d s   |   j u l y   1 5 ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
t h e   c h a r l o t t e   h o r n e t s   g e t   e x p o s e d   b y   t h e   i n d i a n a   p a c e r s 
   
 
   
 b r y c e m c g o w e n s   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   c h a r l o t t e h o r n e t s r u m o r s   c h a r l o t t e h o r n e t s v s i n d i a n a p a c e r s   e a s t e r n c o n f e r e n c e   h o r n e t s n e w s   i n d i a n a p a c e r s   l a m e l o b a l l   n b a p r e s e a s o n  
l a m e l o   /   l i a n g e l o   b a c k   f o r   g a m e   2   v s   p a c e r s   ( p r e s e a s o n )   c r o w d   c h a n t i n g   “ w e   w a n t   g e l o ” 
   
 
   
 b b b   c e n t r a l d i v i s i o n   c h a r l o t t e h o r n e t s   e a s t e r n c o n f e r e n c e   h o r n e t s   i n d i a n a p a c e r s   l a m e l o b a l l   l i a n g e l o b a l l   m e l o   w e w a n t g e l o  
🔴 n b a p r e s e a s o n 🏀 🇺 🇲 
 ⬆ ️ i n d i a n a p a c e r s   1 2 2   ( 1 - 0 ) 🔸 
 ⬇ ️ c h a r l o t t e h o r n e t s   9 7   ( 1 
 0 - 2 ) 
 🔶 c h r i s   d u a r t e 🇩 🇴 
 ( s g / 6 ' 5 " / 1 9 0 l b s ) 
 🔹 1 2 / p t s 
 🔹 6 / r e b 
 🔹 2 / a s t 
 🔹 0 / s t l 
 🔹 0 / b l k 
 🔹 1 / t o 
 🔹 4 / 5 t 2 
 🔹 0 / 2 t 3 
 🔹 4 / 4 t l 
 🔹 2 2 : 0 9 / m i n : s e g 
 _ d u a r t e 5 
 
 r d b s e l e c c i o n 
 r d e n n b a 
 d o m i n i c a n o s e n n b a 
 m a t r ®
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   | 1 0 / 5 / 2 2   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
i n d i a n a   p a c e r s   p o s t g a m e   m e d i a   a v a i l a b i l i t y   ( c h a r l o t t e   h o r n e t s )   |   o c t o b e r   5 ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
p a c e r s   w i n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
n e w   v i d e o   t o   w a t c h : 
 
 " l a k e r s   & a m p ;   p a c e r s   e n g a g e d   i n   s e r i o u s   r u s s e l l   w e s t b r o o k   t a l k s   r i g h t   b e f o r e   s t a r t   o f   c a m p "   
 
 c r e a t o r :     c y r o   a s s e o 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
i n d i a n a   p a c e r s   h i g h l i g h t s   a t   c h a r l o t t e   h o r n e t s   |   o c t o b e r   0 5 ,   2 0 2 2 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
l a m e l o   b a l l   1 2   p t s ,   7   a s t ,   5   r e b   v s   p a c e r s   |   o c t o b e r   5 ,   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   l a m e l o b a l l   l a m e l o b a l l h i g h l i g h t s   l a m e l o b a l l h o r n e t s   l a m e l o b a l l i n t e r v i e w  
e n d e   b a s k e t b a l l   h e r r e n   
 n b a s a i s o n v o r b e r e i t u n g   
 1 2 2 : 9 7   i n d i a n a p a c e r s   v s   c h a r l o t t e h o r n e t s   
 1 1 2 : 1 1 3   c l e v e l a n d c a v a l i e r s   v s   p h i l a d e l p h i a 7 6 e r s   
 1 2 5 : 1 1 9   n v   t o r o n t o r a p t o r s   v s   b o s t o n c e l t i c s   
 9 8 : 9 6   d a l l a s m a v e r i c k s   v s   o k l a h o m a c i t y t h u n d e r
t h e   p r o j e c t e d   t o p   2   p i c k s   i n   n e x t   y e a r s   d r a f t   f a c e d   o f f   a g a i n s t   e a c h   o t h e r   t o n i g h t .   w e m b a n y a m a   f i n i s h e d   w i t h   3 7   p t s   ( 1 1 - 2 0   f g s ,   7 - 1 1   f r o m   3 ) ,   4   r e b s ,   5   b l k s   a n d   s c o o t   h a d   2 8   p t s   ( 1 1 - 2 1   f g s ,   . . . 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
w e   a r e   l i v e   i n   t h e   s p e c t r u m   c e n t e r ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   l i v e   s t r e a m     c h a r l o t t e h o r n e t s   h o r n e t s   n b a   l a m e l o b a l l   t y r e s e h a l i b u r t o n   i n d i a n a p a c e r s   p a c e r s   n u m e d i a   l i t h o u s e
i n d i a n a   p a c e r s   b l o c k b u s t e r   t r a d e !   ( f e a t .   m o s e s   m o o d y   +   j a m e s   w i s e m a n ) 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s d u a r t e   c h r i s d u a r t e a n d i s a i a h j a c k s o n b l o c k b u s t e r t r a d e   d a m e r e e m s   d u a r t e a n d j a c k s o n t r a d e   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   i n d i a n a p a c e r s b l o c k b u s t e r t r a d e  
p r e s e a s o n   g a m e   t h r e a d :   i n d i a n a   p a c e r s   ( 0 - 0 )   @   c h a r l o t t e   h o r n e t s   ( 0 - 1 ) ,   o c t o b e r   5 t h ,   2 0 2 2 . 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
d o   t h e   d e a l !   -   m i c h a e l   w i l b o n   u r g e s   . . . 
   
 
   
 b u d d y h i e l d   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   i n d i a n a p a c e r s t r a d e   l o s a n g e l e s   l o s a n g e l e s l a k e r s   l o s a n g e l e s l a k e r s i n d i a n a p a c e r s t r a d e   l o s a n g e l e s l a k e r s l e b r o n j a m e s   l o s a n g e l e s l a k e r s t r a d e  
r e g g i e   m i l l e r   3   c a r d   l o t   i n d i a n a p a c e r s   p a c e r s   
 
 $ 1 . 5 0   e a c h   o r   $ 3   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
1 9 9 8 - 9 9   f l e e r   u l t r a   6 0   m a r k   j a c k s o n   i n d i a n a p a c e r s   p a c e r s   
 
 $ 1 . 5 0   e a c h   o r   $ 2   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
i n d i a n a p a c e r s   1 1   c a r d   l o t   p a c e r s   
 
 $ 4 . 5 0   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
t h e   l a t e s t   o n   p o t e n i t a l   l a k e r s - p a c e r s   t r a d e   i n v o l v i n g   r u s s e l l   w e s t b r o o k   a s   m o r e   d e t a i l s   a r e   r e p o r t e d 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
t h e     a r e   a   s u p e r   y o u n g   t e a m ,   b u t   h a v e   s o m e   v e r y   p r o m i s i n g   p l a y e r s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   p a c e r s   i n d i a n a p a c e r s   i n d i a n a   t y r e s e h a l i b u r t o n   m y l e s t u r n e r   b u d d y h i e l d   n b a t w i t t e r  
c a n   t h e   i n d i a n a   p a c e r s   m a k e   t h e   2 0 2 3   n b a   p l a y o f f s ? ?   f u t u r e   n b a   d y n a s t y ? ? 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s  
e x c i t e d   t o   f i n a l l y   a n n o u n c e   o u r   p a r t n e r s h i p   w i t h   t h e     o n   s o m e   m e r c h a n d i s e   t h i s   u p c o m i n g   s e a s o n !   w e   a r e   s t a r t i n g   w i t h   a   5   p i e c e   c o l l e c t i o n   t h a t   w i l l   o n l y   b e   a v a i l a b l e   a t   t h e   i n - a r e n a   t e a m   s t o r e .   c a n ' t   w a i t   t o   s h o w   y o u !   i n d i a n a p a c e r s   b l u e a n d g o l d   i n d i a n a  
n e w   v i d e o   t o   w a t c h : 
 
 " c a n   t h e   i n d i a n a   p a c e r s   m a k e   t h e   2 0 2 3   n b a   p l a y o f f s ? ?   f u t u r e   n b a   d y n a s t y ? ? "   
 
 c r e a t o r :     b a c k y a r d   b u c k e t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " i n d i a n a   p a c e r s   m e d i a   a v a i l a b i l i t y   |   o c t o b e r   0 3 ,   2 0 2 2 "   
 
 c r e a t o r :     i n d i a n a   p a c e r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
l a k e r s   t r a d e   u p d a t e   w i t h   . . . 
   
 
   
 b u d d y h i e l d l a k e r s   c e n t r a l d i v i s i o n   c o l e s w i d e r l a k e r s   d a m i a n j o n e s l a k e r s   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   j s m   j s m l a k e r s   k e n d r i c k n u n n l a k e r s   k e n d r i c k n u n n t r a i n i n g c a m p   l a k e r s c o l e s w i d e r   l a k e r s f r e e a g e n c y   l a k e r s n a t i o n  
t h i s   r u s s e l l   w e s t b r o o k   n e w s   i s   d i s t u r b i n g 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   l a k e r s b u d d y h i e l d   l a k e r s m y l e s t u r n e r   l a k e r s t r a d e   l o s a n g e l e s l a k e r s   n b a   n b a t r a d e   p a c e r s t r a d e   r u s s e l l w e s t b r o o k p a c e r s   r u s s e l l w e s t b r o o k t r a d e  
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
n b a   l o s a n g e l e s l a k e r s   i n d i a n a p a c e r s   r u s s e l l w e s t b r o o k   b u d d y h i e l d   l a k e r s   r e p o r t e d l y   c a m e   c l o s e   t o   t r a d i n g   r u s s e l l   w e s t b r o o k   t o   p a c e r s  
n b a   l o s a n g e l e s l a k e r s   i n d i a n a p a c e r s   r u s s e l l w e s t b r o o k   l a k e r s   c a m e   c l o s e   t o   t r a d i n g   r u s s e l l   w e s t b r o o k   t o   p a c e r s  
i   k n o w   e x a c t l y   w h o   w a s   d r a f t e d   a h e a d   o f   m e   -   b e n n e d i c t   m a t h u r i n   |   n b a   t o d a y 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   e s p n   e s p n n b a   h i g h l i g h t s   i n d i a n a p a c e r s   n b a e s p n   n b a h i g h l i g h t s t o d a y   n b a o n e s p n   s p o r t s   v i r a l  
d e t r o i t   p i s t o n s   v s   i n d i a n a   p a c e r s   -   f u l l   . . . 
   
 
   
 b a s k e t b a l l   c e n t r a l d i v i s i o n   d e t r o i t p i s t o n s v s i n d i a n a p a c e r s   e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   i n d i a n a p a c e r s   l o n g f u l l g a m e h i g h l i g h t s   n b a f u l l g a m e h i g h l i g h t s   n b a s u m m e r l e a g u e   n b a s u m m e r l e a g u e 2 0 2 1  
t h e   i n d i a n a   p a c e r & a m p ; 3 9 ; s   m a l c o l m   . . . 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s d u a r t e h i g h l i g h t s   c h r i s d u a r t e n b a   c h r i s d u a r t e p a c e r s   d e a n d r e a y t o n   d e a n d r e a y t o n f r e e a g e n c y   d e a n d r e a y t o n p a c e r s   d e a n d r e a y t o n t r a d e   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   i n d i a n a p a c e r s 2 0 2 2  
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
c h r i s   d u a r t e   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c h r i s d u a r t e   c h r i s   d u a r t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s
g o l d e n   s t a t e   w a r r i o r s '   b i g   t h r e e   f a c e s   u n c e r t a i n   f u t u r e 
 
 
 
 n b a   i n d i a n a   p a c e r s   i n d i a n a s t y l e   h e a t n a t i o n   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i   b u l l s n a t i o n
i n d i a n a   p a c e r s :   d r a y m o n d   g r e e n   f i a s c o   h i g h l i g h t s   n e e d   f o r   s t a b i l i t y 
 
 
 
 n b a   i n d i a n a   p a c e r s   i n d i a n a s t y l e   h e a t n a t i o n   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i
r j   b a r r e t t   r e a c t s   t o   o b i   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   k n i c k s p o s t g a m e   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   o b i t o p p i n   p a c e r s   p a c e r s b a s k e t b a l l  
o b i   t o p p i n   p u t s   o n   a   s h o w   a s   k n i c k s   b e a t   p a c e r s   1 3 1 - 1 1 4   |   n e w   y o r k   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   s p o r t s  
d e a r   g o o d   v e g a n   b a d   v e g a n , 
 
 n i c e   t o   m e e t   y o u   😊   
 h a r d i n g   r i v e r s i d e   n a p t o w n   i n d i a n a   s p e e d w a y   c o l t s   p a c e r s   i n d i a n s b a s e b a l l   @   w e s t s i d e ,   i n d i a n a p o l i s  
t y r e s e   h a l i b u r t o n   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e h a l i b u r t o n   t y r e s e   h a l i b u r t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
g o g a   b i t a d z e   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g o g a b i t a d z e   g o g a   b i t a d z e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i n d i a n a   p a c e r s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   i n d i a n a   p a c e r s   n b a   v i d e o :  
b e n n e d i c t   m a t h u r i n   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n n e d i c t m a t h u r i n   b e n n e d i c t   m a t h u r i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
t y r e s e   h a l i b u r t o n   h i g h l i g h t s   -   k n i c k s   v s .   p a c e r s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   t y r e s e   h a l i b u r t o n   n y k   i n d   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w y o r k   k n i c k s   i n d i a n a   p a c e r s
j a l e n   g r e e n   s k i e s   f o r   t h e   o o p   🚀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a l e n   g r e e n   a l l e y o o p   d u n k   h o u   h o u s t o n   r o c k e t s   i n d   i n d i a n a   p a c e r s
o b i   t o p p i n   w i t h   t h e   b l o c k   a n d   t h e   e a s t b a y ?   👀   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   o b i   t o p p i n   d u n k   b l o c k   n y k   n e w y o r k   k n i c k s   i n d   i n d i a n a   p a c e r s
i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a c a p s   n e w e r a f i t t e d   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   c a p   f i t t e d h e a d s   t h i s i s t h e c a p   w e a r y o u r a l l e g i a n c e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f i t t e d c a p   t h e c a p t h e p r o s w e a r   s t r i c t l y f i t t e d   h a t g a m e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g   w e a r y o u r a l l e g i a n c e   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   h a t   c a p l o v e r   f i t t e d h e a d s   c a p s   s p e a k w i t h y o u r c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d f a m   n e w e r a f i t t e d   s t a y f i t t e d 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a   c a p a h o l i c   w e a r w h a t t h e p r o s w e a r   t h i s i s t h e c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   s t a y f i t t e d   n e w e r a h a t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d h a t s   t h i s i s t h e c a p   c a p 
 

l o w e ' s   a n n u a l   n b a   t i e r s   —   l o w e   h a s   t h e   p a c e r s   r a n k e d   i n   t h e   b o t t o m   f i v e   
   
 
   
 b a s k e t b a l l   i n d i a n a   i n d i a n a p a c e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
s h o u l d   r a p t o r s   w o r r y   a b o u t   3 - p o i n t   s h o o t i n g   a f t e r   c e l t i c s   w i n ? 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
m i a m i   h e a t :   w h y   t h i s   i s   t h e   p r i m e   o f   j i m m y   b u t l e r ' s   c a r e e r 
 
 
 
 n b a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l     n e t s   b u c k s   j a z z   w a r r i o r s   a l l f l y
t i m b e r w o l v e s '   e x c i t i n g   s e c r e t   w e a p o n   w a s   o n   f u l l   d i s p l a y   a g a i n s t   m i a m i 
 
 
 
 n b a   r a i s e d b y w o l v e s   m i n n e s o t a   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l     n e t s   b u c k s   j a z z   w a r r i o r s
a n t h o n y   d a v i s   a l r e a d y   s h o w i n g   l a k e r s   f a n s   w h y   t h e y   c a n ' t   t r u s t   h i m 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l   r a i s e d b y w o l v e s   n e t s   b u c k s   j a z z   w a r r i o r s
l a k e r s   f a n s   b e g g i n g   f o r   p a c e r s   t r a d e   d u r i n g   p r e s e a s o n   ( f o r   a   n e w   r e a s o n ) 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l   r a i s e d b y w o l v e s   n e t s   b u c k s   j a z z
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
t . j .   m c c o n n e l l   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t . j . m c c o n n e l l   t . j .   m c c o n n e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
t y r e s e   h a l i b u r t o n   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e h a l i b u r t o n   t y r e s e   h a l i b u r t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   i n d i a n a   p a c e r s   n b a   v i d e o :  
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i s a i a h   j a c k s o n   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h j a c k s o n   i s a i a h   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
j a l e n   s m i t h   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n s m i t h   j a l e n   s m i t h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s
i n d i a n a   p a c e r s :   h o w   d i d   t h e   t e a m   f a r e   i n   t h e   2 0 2 2   n b a   g m   s u r v e y ? 
 
 
 
 n b a   i n d i a n a s t y l e   i n d i a n a   p a c e r s   b e t h e f i g h t   h e r e t h e y c o m e   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   l a k e s h o w   a l l f l y   w e a r e t h e v a l l e y   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
t h e     a r e   a   s u p e r   y o u n g   t e a m ,   b u t   h a v e   s o m e   v e r y   p r o m i s i n g   p l a y e r s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   p a c e r s   i n d i a n a p a c e r s   i n d i a n a   t y r e s e h a l i b u r t o n   m y l e s t u r n e r   b u d d y h i e l d   n b a t w i t t e r  
e x c i t e d   t o   f i n a l l y   a n n o u n c e   o u r   p a r t n e r s h i p   w i t h   t h e     o n   s o m e   m e r c h a n d i s e   t h i s   u p c o m i n g   s e a s o n !   w e   a r e   s t a r t i n g   w i t h   a   5   p i e c e   c o l l e c t i o n   t h a t   w i l l   o n l y   b e   a v a i l a b l e   a t   t h e   i n - a r e n a   t e a m   s t o r e .   c a n ' t   w a i t   t o   s h o w   y o u !   i n d i a n a p a c e r s   b l u e a n d g o l d   i n d i a n a  
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
b o l d ,   c r a z y   a f   p r e d i c t i o n : 
 
 t y r e s e   h a l i b u r t o n   w i l l   b e   n a m e d   a n   a l l - s t a r   t h i s   s e a s o n   a n d   w i l l   f i n i s h   t h e   s e a s o n   a s   a   9 0   o v r   o n   n b a 2 k . 
 
 i n d i a n a   p a c e r s   n b a   n b a 2 k 2 3
n e w   a r t s   c o l l a b o r a t i o n ,   h o o s i e r   h i s t o r i a ,   m a r k s   5 0 0   d a y s   t o   n b a   a l l - s t a r   2 0 2 4   -     h o o s i e r   i n d i a n a  
🏀 h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   b u l l s   t o   f i r s t   p r e - s e a s o n   w i n   o v e r   n u g g e t s 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s   y
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i   w a n t   t o   b e   a n g r y ,   t o o .   b u t   t h i s   f r o m     i s   p a i n f u l l y   f a i r   r e :   p a c e r s   l o c a l   t v   s i t u a t i o n . 
 

h o w   y o u   c o n s u m e   s p o r t s   i s   c h a n g i n g .   t h e   p a c e r s   k n o w   i t ,   a n d   s o   d o e s   .   
 

" w a t c h   t h e   ,   o r   d o n ’ t .   r e a d   t h e   ,   o r   d o n ’ t .   j u s t   d o n ’ t   t e l l   m e   y o u   c a n ' t .   b e c a u s e   y o u   c a n , "   w r i t e s   c o l u m n i s t   .   p a c e r s   

p a u l   g e o r g e ' s   ( _ t r e c e )   2 0 1 3 - 1 4   s h o t   c h a r t : 
 
 v o l u m e :   e x t r e m e   |   p _ 9 8   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 5 3 
 e f f i c i e n c y :   a v e r a g e   |   p _ 5 1 
 e f f i c i e n c y   v a l u e :   a v e r a g e   |   p _ 3 7 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   c o r n e r 3 
 b e s t   v a l u e   z o n e :   c o r n e r 3 
 
 p a u l g e o r g e 
 p a c e r s  
n e w   v i d e o   t o   w a t c h : 
 
 " i n d i a n a   p a c e r s   m e d i a   a v a i l a b i l i t y   |   o c t o b e r   1 0 ,   2 0 2 2 "   
 
 c r e a t o r :     i n d i a n a   p a c e r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
" w a t c h   t h e   ,   o r   d o n ’ t .   r e a d   t h e   ,   o r   d o n ’ t .   j u s t   d o n ’ t   t e l l   m e   y o u   c a n ' t .   b e c a u s e   y o u   c a n , "   w r i t e s   c o l u m n i s t   .   p a c e r s    
j a g s   g a m e   w i l l   a n s w e r   q u e s t i o n s   a b o u t   c o l t s !   m a t t   r y a n   w i n n e r   o r   l o s e r ?   c a n   i u b b   k e e p   p r o m i s e ?   p a c e r s   h o m e   t o m o r r o w   n i g h t !    
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
c h i c a g o   b u l l s :   h o w   p a t r i c k   w i l l i a m s   j u s t   l o s t   t h e   s t a r t i n g   p f   j o b 
 
 
 
 n b a   c h i c a g o   b u l l s n a t i o n   b u l l s   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o   p a c e r s
e x p e c t i n g   t h i s   f r o m   c a r i s   l e v e r t   f o r   c a v s   w o u l d   b e   w i s h f u l   t h i n k i n g 
 
 
 
 n b a   c l e v e l a n d   c a v a l i e r s   c a v s   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   b u l l s n a t i o n   g o s p u r s g o   p a c e r s
5   b a l l   h a n d l e r   t r a d e   t a r g e t s   f o r   m a v e r i c k s   b e f o r e   s t a r t   o f   2 0 2 2 - 2 3   r e g u l a r   s e a s o n 
 
 
 
 n b a   m f f l   d a l l a s   m a v e r i c k s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   b u l l s n a t i o n   g o s p u r s g o   r o c k e t s   p a c e r s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
i ' m   g o n n a   g o   t o   a n   i u   f o o t b a l l   g a m e   o n   s a t u r d a y   a n d   t h e n   a     g a m e   e i t h e r   w e d n e s d a y ,   f r i d a y   o r   s a t u r d a y   n e x t   w e e k e n d   d u r i n g   m y   v a c a t i o n .   i u f b   p a c e r s   g o l d b l o o d e d
🤭   i n d i a n a   h a s   a   w o n d e r f u l   6 t h   p l a y e r . 
 — 
 t h e   b r i g h t e s t ,   c r a z i e s t   a n d   m o s t   m e m o r a b l e   m o m e n t s   o f   t h e   b e s t   b a s k e t b a l l   l e a g u e   i n   t h e   w o r l d .   j o i n   u s . 
 n b a   e p i c   m o m e n t s : 
 
 — 
 n b a   b a s k e t b a l l   s h o r t s b a s k e t b a l l   h i g h l i g h t s n b a   i n d i a n a p a c e r s   p a c e r s  
c o m i n g   u p   t u e s d a y   m o r n i n g :   f o r m e r   r a y s   c u b s   a n g e l s   m a n a g e r   j o e   m a d d o n   j o i n s   u s   a t   9   t o   t a l k   a b o u t   h i s   n e w   b o o k   a n d   t h e   m l b   p o s t s e a s o n   +   t h e   c o l t s   g e t   r e a d y   f o r   t h e   j a g u a r s   s o   w e ’ l l   t a l k   t o   s a f e t y   _ t h o m a s 2 6   +   p a c e r s   p r e s e a s o n !   s e e   y o u   a t   7 !  
    i ' m   a   l i f e   l o n g ,   d i e   h a r d   p a c e r s   f a n   a n d   i   w i l l   n e v e r   f o r g i v e   y o u .   t h e   i d e a   y o u   g e t   a   r i n g   a n d   r e g g i e   m i l l e r   d i d n ' t ,   i s   a   h u g e   d i s g r a c e .
  b r u s   i t   j u s t   d a w n e d   o n   m e   t h a t   t h e   d r e a m   i s   s t i l l   a l i v e   ‘ r e g g i e ’   c a n   b e   a   g i r l s   n a m e   p a c e r s
c a r s o n   w e n t z   l e t s   t h e   c o l t s   d o w n   a g a i n ,   p a c e r s   p r e s e a s o n   a c t i o n   g e t s   s t a r t e d ,   a n d   w e e k   5   o f   t h e   n f l   i s   i n   t h e   b o o k s !     b r e a k s   i t   a l l   d o w n   u n t i l   6 ! 
 
 4 : 0 0     
 5 : 0 0     
 
 📻 
 📺
i ' m   g o i n g   t o   k e e p   t h r o w i n g   t h i s   t r a d e   o u t   t h e r e .   p r i t c h a r d   c o u l d   t u r n   i n t o   a   v e r y   g o o d   p l a y e r   f o r   t h e   p a c e r s   a n d   b r i s e t t   i s   a   g o o d   f i t   f o r   t h e   c e l t i c s   a s   a   s w i t c h a b l e   w i n g / b i g   w h o   c a n   h i t   3 s .   c e l t i c s   p a c e r s  
  w a s   r e a l l y   h i t t i n g   t h e   d o u g i e   t h o   i   c a n t   f o r g e t   i t   p a c e r s   p a c e r s f a n j a m
p a c e r s   c o a c h   r i c k   c a r l i s l e : 
 
 " t h e r e ’ s   s o   m u c h   u p s i d e   w i t h   t h i s   g r o u p   t h a t ,   f r o m   a   c o a c h i n g   s t a n d p o i n t ,   t h i s   i s   r e a l l y   i n v i g o r a t i n g .   i t ’ s   n o t   g o i n g   t o   h a p p e n   o v e r n i g h t ,   i t ’ s   g o i n g   t o   t a k e   t i m e .   w e ’ r e   g o i n g   t o   d o   i t   t h e   r i g h t   w a y . . . " 
 

c o m i n g   u p :   w e ' r e   w r a p p i n g   t h e   s h o w   w i t h   s o m e   p a c e r s   t a l k   a s     j o i n s   u s !  
d a m j a n   r u d e z ' s   c a r e e r ( 2 0 1 4 - 2 0 1 7 )   s h o t   c h a r t : 
 
 v o l u m e :   m i n i s c u l e   |   p _ 1 1   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   g o o d   |   p _ 7 6 
 e f f i c i e n c y :   g o o d   |   p _ 7 8 
 e f f i c i e n c y   v a l u e :   g o o d   |   p _ 7 4 
 
 f a v o r i t e   z o n e :   c o r n e r 3 
 b e s t   s k i l l   z o n e :   m i d r a n g e 
 b e s t   v a l u e   z o n e :   c o r n e r 3 
 
 d a m j a n r u d e z 
 p a c e r s   m a g i c   t i m b e r w o l v e s  
s u b s c r i b e   e a s i l y   f r o m   y o u r   p h o n e 
 
 2   y r   $ 7 5 
 1   y r   $ 5 2   
 
 
 o r 
 v e n m o   
 c a s h   a p p   
 
 s p o r t s b e t t i n g   i u f b   i u b b   p u r d u e   n o t r e d a m e   c o l t s   s n f   j a x v s i n d   d a k i c h   i n d i a n a p o l i s   p a c e r s   m l b   m l b p o s t s e a s o n   y a n k e e s  
w e ' r e   b a c k   a n d   r e a d y   t o   r o l l   t h i s   m o n d a y   m o r n i n g !   h o w   d i d   y o u   e n j o y   a   c o l t s   -   l e s s   s u n d a y ?     t h e   s t a t e   o f   t h e   a f c   s o u t h   & a m p ;   g e t t i n g   r e a d y   f o r   t h e   j a g u a r s   +   p a c e r s   p r e - s e a s o n ! 
 
 8   -     
 9 : 4 0   -    
p a c e r s f a n j a m   p a c e r s   t h a n k s   f o r   t h e   p h o t o   o p p o r t u n i t y   g e n t l e m e n !   _ d u a r t e 5  
t h e s e   g u y s   c a n   p u l l   i t   f r o m   a n y w h e r e 💦 
 w e t   l i k e   w a t e r ! 
 s t e p h c u r r y   b u d d y h i e l d   f r e d v a n v l e e t   k n i c k s   g s w   n y k   p a c e r s   r a p t o r s   n b a f a n t a s y   l a t v i a n f a n t a s y l e a g u e   f a n t a s y r a d a r  
h e y     p e e p s   i   k n o w   s o m e   o f   y o u   a r e   b i g     f a n s   t o o   _   w a n t s   t o   g o   t o   a   b a s k e t b a l l   g a m e   w h a t ' s   a   g o o d   s p o t   t o   s i t   i n     f o r   a   g a m e ?   i   f o u n d   c h e a p   a s s   s e a t s   2 0 0   l e v e l   r o w   1 .   f o r t h e s h o e   p a c e r s   b b a l l  
i n d i a n a   p a c e r s   n e w   e r a   n a v y   2 0 2 1 / 2 2   c i t y   e d i t i o n   b i g   & a m p ;   t a l l   p u l l o v e r   h o o d i e   p a c e r s  
  l e t ' s   s p e n d   t h e   y e a r   d e b a t i n g   o n   w h e t h e r   w e   s h o u l d   t a n k   f o r   t h e   7 - 2   f r e n c h   k i d .   i   s a y   y e s .   w h a t   s a y   y o u ?   p a c e r s
h e ' s   n o t   o u r   b u d d y ,   g u y .   s a c r a m e n t o k i n g s   p a c e r s    
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
g e t   y o u r   h o t   j e r s e y s     n f l j e r s e y s   n f l   n b a j e r s e y s   n b a m o m e n t   n h l j e r s e y s   n h l   m l b j e r s e y s   s o c c e r j e r s e y s   c u s t o m j e r s e y s   k n i c k s   n e t s   c e l t i c s   r a p t o r s   7 6 e r s   p i s t o n s   p a c e r s   c a v a l i e r s   b u c k s   b u l l s   h e a t   m a g i c   w i z a r d s   h a w k s   h o r n e t s   t i m b e r w o l v e s   n u g g e t s   j a z z  
1 ️ ⃣ 0 ️ ⃣ : 2 ️ ⃣ 0 ️ ⃣   s p o r t s l o c k e r   _ t v   
 
 🏈     e x c l u s i v e l y   w /   j i m   i r s a y   o n   e s c a p i n g   d e n v e r   w i t h   a   w   
 🏈     o n   h o w   t o   f i t   t h e   o - l i n e   
 🏈   a n o t h e r   a f c   s o u t h   l o w l i g h t   f o r   w e n t z   
 
 + p a c e r s   s e a s o n   o p e n e r   c o u n t d o w n   & a m p ;   b e s t   o f   f a n   j a m   w /    
s m h   t h e   s a m e   c o u l d   b e   s a i d   t o d a y   p a c e r s   s i g n l a n c e p l z  
🏀 2 0 2 2   d e t a l e n t   s e a r c h 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
c o m i n g   u p   m o n d a y   m o r n i n g :   i t   w a s   a   c o l t s - l e s s   s u n d a y .   w e ’ l l   b r e a k   i t   a l l   d o w n   a n d   l o o k   a h e a d   t o   t h e m   g e t t i n g   r e a d y   f o r   t h e   j a g u a r s   +   p a c e r s   p r e s e a s o n   t a l k   a n d   a   w h o l e   l o t   m o r e !       j o i n   u s   a s   w e l l !   s e e   y o u   a t   7 !  
t h i s   w a s   p r e t t y   a w e s o m e   t o d a y ,   e v e r y t h i n g   a b o u t   i t .   p a c e r s  
f o r m e r   p a c e r s   f o r w a r d   a n d   m i c h i g a n   b a s k e t b a l l   s t a r   j a l e n   r o s e   i s   o n   c e l e b r i t y   j e o p a r d y   t o n i g h t . 
 n b a   n b a t w i t t e r
i c m y i :   t h e     s h o u l d   t r a d e   f o r   m y l e s   t u r n e r   b e c a u s e   h e ' s   a   p e r f e c t   m a t c h   w i t h   z i o n .   r e a d   w h y : 
 
 z i o n   p e l i c a n s   n b a   p a c e r s  
  l o o k   a t   h o w   m a n y   p e o p l e   a r e   t h e r e   f o r   f a n   a p p r e c i a t i o n   d a y .   t h i s   f o r   a   t e a m   t h a t   f a i l e d   t o   m a k e   t h e   p l a y o f f s .   1 0 k   p l u s   i n   b l o o m i n g t o n   o n   f r i d a y   a n d   t h i s   t o d a y .   
 
 b a s k e t b a l l   i s   a   r e l i g i o n   i n   i n d i a n a .   
 p a c e r s   i u b b
    i ’ v e   b e e n   b l e s s e d   e n o u g h   t o   s e e   a l o t   o f   g o o d   p a c e r s   b a s k e t b a l l   i n   m y   l i f e t i m e   !
m a t c h i n g   g l o v e s   m i n e   a n d   m i c k e y   m o u s e   p a c e r s   p a c e r s n a t i o n  
p a c e r s   p a c e r s n a t i o n   f a n t a s t i c   f u n d e r f u l l   t i m e     r e p r e s e n t i n g   t h e   b l u e   a n d   g o l d   1 g o a l  
p a c e r s   p a c e r s n a t i o n   w a i t i n g   f o r   t h e   o p e n i n g   b e l l     f a n j a m   p a c k e d   h o u s e  
  t h a t ’ s   c o o l ,   t h i s   i s   w h a t   w e   w a n t e d   k n o w i n g   t h e   p a t h   t e a m s   g o t t a   t a k e   t o   b e   a   f o r   r e a l   c o n t e n d e r   d o w n   t h e   r o a d .   s o o n e r   t h a n   l a t e r ,   h o p e f u l l y   p a c e r s
p a c e r s   p a c e r s n a t i o n     f o r   t h e     f a n j a m  
f a n   j a m   w a s   a   s u c c e s s   🤍   s o   r e a d y   f o r   t h i s   w e e k   😁 🏀   
 p a c e m a t e s   p a c e r s   n b a d a n c e r  
🏀 c a v s   p r a c t i c e :   j . b .   b i c k e r s t a f f 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
p a c e r s   s c h e d u l e  
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
k a r a o k e   c o n t d 
 p a c e r s   h a d   a   g r e a t   f a n j a m   t h a n k   u   s o   m u c h !  
b u d d y   h i e l d   k a r a o k e   p a c e r s  
p a c e r s   b u d d y   h i e l d   w o n   t h e   f i n a l   r o u n d   w i t h   2 4  
p a c e r s   3   p t   c o n t e s t 
 l a n g s t o n   g a l l o w a y   2 2   i   t h i n k   .   i   f o r g e t   😅  
p a c e r s   3   p t   c o n t e s t 
 b u d d y   h i e l d   2 2  
t o p   s t o r y :   :   ' h a p p e n i n g   n o w :   p a c e r s   f a n   j a m . 
 d o o r s   o p e n   1 1 a m   a n d   r u n s   1 2 - 2 p m . 
 p a c e r s   n b a   '     s e e   m o r e  
t o p   s t o r y :   :   ' h a p p e n i n g   n o w :   p a c e r s   f a n   j a m . 
 d o o r s   o p e n   1 1 a m   a n d   r u n s   1 2 - 2 p m . 
 p a c e r s   n b a   '     s e e   m o r e  
i   w i l l   l e t   y o u   k n o w   t h a t   t h e   p a c e r s   a r e   n o t   m a k i n g   a n y   b a s k e t s   a n y w h e r e   🤨
t h e   p a c e r s   a l l   l o o k   g o o d .     i s   f a s t   a s   e v e r .
p a c e r s   t h e   l o w e r   l e v e l s   a r e   f u l l .   t h i s   i s   a c t u a l l y   g r e a t   t o   s e e !   g a i n b r i d g e  
p a c e r s   t h e   l o w e r   l e v e l s   a r e   f u l l .   t h i s   i s   a c t u a l l y   g r e a t   t o   s e e !   g a i n b r i d g e  
b e n e d i c t   m a t h u r i n   h a s   n o   r e m o r s e   f o r   h i s   t e a m m a t e s .   c u r r e n t l y   c h a n n e l i n g   h i s   i n n e r   “ t i m b e r w o l v e ”   j i m m y   b u t l e r   r n   a t   t h e   p a c e r s f a n j a m   p a c e r s
l o v e   t o   s e e   t h i s   p a c e r s   c r o w d !  
p a c e r s   f a n j a m   a t   g a i n b r i d g e   f i e l d h o u s e . 
 n b a   n b a t w i t t e r   p a c e r s  
u p d a t e s   t o   b o n u s   r o o m   w a l l   c o m p l e t e .   w i l l   a d d   t o   c e i l i n g   l a t e r .   h a v e   t o   r u n   i d e a s   t h r o u g h   m y   m i n d   a   d o z e n   o r   s o   t i m e s   b e f o r e   s t a r t i n g .   
 l g m   t h e s e m e t s   
 p a c e r s   b e l i k e b r e  
m a s t e r   o f   c l a s s i c   r o c k   ! 
 r o b e r t   j o n   l i v e   i n   f r a n c e   ( + w e i r d   i t w ) 
 
 
 
 u s a   c l a s s i c r o c k   c e l t i c s   u t a h j a z z     w a r r i o r s n a t i o n   h e a t   l a k e r s n a t i o n   c l i p p e r s   o k c   n u g g e t s   k n i c k s   n e t s   p i s t o n s   b u l l s n a t i o n   s i x e r s   r a m s   g i a n t s   p a c e r s   s p u r s f a m i l y
h a p p e n i n g   n o w :   p a c e r s   f a n   j a m . 
 d o o r s   o p e n   1 1 a m   a n d   r u n s   1 2 - 2 p m . 
 p a c e r s   n b a  
p a c e r s   f a n   j a m   1 1 - 2 p m   t o d a y .   f a n s   a r e   h y p e d   a n d   o u t   i n   f o r c e .   l e t ' s   g o !   p a c e r s  
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
c h r i s   d u a r t e   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c h r i s d u a r t e   c h r i s   d u a r t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s
i   m i g h t   h a v e   r u n n i n g   c o m m e n t a r y   o n   f a n j a m   t o d a y   f o r   p a c e r s   f a n s .   w e ' l l   s e e
g o l d e n   s t a t e   w a r r i o r s '   b i g   t h r e e   f a c e s   u n c e r t a i n   f u t u r e 
 
 
 
 n b a   i n d i a n a   p a c e r s   i n d i a n a s t y l e   h e a t n a t i o n   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i   b u l l s n a t i o n
i n d i a n a   p a c e r s :   d r a y m o n d   g r e e n   f i a s c o   h i g h l i g h t s   n e e d   f o r   s t a b i l i t y 
 
 
 
 n b a   i n d i a n a   p a c e r s   i n d i a n a s t y l e   h e a t n a t i o n   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
k n i c k s   i n c r e d i b l e   4 6   p o i n t   s e c o n d   q u a r t e r   v s   i n d i a n a   p a c e r s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i m m a n u e l q u i c k l e y   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   n b a   n b a h i g h l i g h t s   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t  
p a c e r s   f a n j a m   i s   t o d a y y y y y y y   💙 💛 💙 💛 💙 💛
t h e   c a r d i n a l s   h a v e   b e e n   e l i m i n a t e d .   t h e   p a c e r s   w i l l   b e   m i d .   t h e   c o l t s   a r e   m i d .   b u t l e r   b a s k e t b a l l   m o s t   l i k e l y   m i d .   g u y s .   m y   s p o r t s   f a n d o m   i s   t e r r i b l e .   j u s t   a w f u l   f o r t h e s h o e   s t l c a r d s   p a c e r s
t h e   n b a d r a f t   l i t e r a l l y   c a n   b e   a   g a m e   c h a n g e r   f o r   a   f r a n c h i s e   & a m p ;   c i t y ,   s p o r t s   w i s e .   t h e   p a c e r s   g e t   @   l e a s t   o n e   m o r e   d a w g   n e x t   j u n e   & a m p ;   i t ’ s   g o - t i m e   f o r   r e a l .  
r j   b a r r e t t   r e a c t s   t o   o b i   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   k n i c k s p o s t g a m e   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   o b i t o p p i n   p a c e r s   p a c e r s b a s k e t b a l l  
🏀 w e ' r e   b a c k !   a l l - a c c e s s   f r o m   b u c k s   t r a i n i n g   c a m p   2 0 2 2 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
h e a v i e s t   p l a y e r s   i n   n b a   h i s t o r y :   👀 
 
 ▪ ️   o l i v e r   m i l l e r :   3 7 5   l b s .   
 ▪ ️   s h a q u i l l e   o ' n e a l :   3 6 0   l b s . 
 ▪ ️   s i m   b h u l l a r :   3 6 0   l b s . 
 ▪ ️   e d d y   c u r r y :   3 5 0   l b s . 
 ▪ ️   m i k e   s w e e t n e y :   3 4 0   l b s . 
 
 u s e d   t h e i r   h e f t   t o   t h e i r   a d v a n t a g e .   💪 
 
 p a c e r s   c e l t i c s   k i n g s   m a v s   k n i c k s   n b a  
w h e n   y o u r   s o n     t r i e s   t o   e m u l a t e   _ _ d a v i s   a f t e r   a   g a m e !   m e n o f g o d   h i g h s c h o o l f o o t b a l l   s a i n t s   p a c e r s   f o o t b a l l   b o y s o f f a l l   d e f e n s e   o f f e n s e   s p e c i a l  
t h e   v i c t o r   w e m b a n y a m a   s w e e p s t a k e s   -   
 
 i t ’ s   t i m e   t o   r e a d   u p   o n   t h i s   w e m b a n y a m a   g u y !   g o   c h e c k   o u t   m y   a r t i c l e !   n b a   n b a t w i t t e r   n b a 2 k 2 3   n b a 2 k   n b a s u m m e r   s p u r s   r o c k e t s   t h u n d e r   j a z z   p a c e r s   p i s t o n s   h o r n e t s   n b a p r e s e a s o n   g l e a g u e   i g n i t e
o b i   t o p p i n   p u t s   o n   a   s h o w   a s   k n i c k s   b e a t   p a c e r s   1 3 1 - 1 1 4   |   n e w   y o r k   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   s p o r t s  
m y   r e a d   o n   t h e   i n d i a n a   p a c e r s '   d e p t h   c h a r t   f o r   f a n t a s y :   
 
 p g   t y r e s e   h a l i b u r t o n 
 s g   c h r i s   d u a r t e 
 s f   b u d d y   h i e l d 
 p f   j a l e n   s m i t h 
 c   m y l e s   t u r n e r 
 6   t j   m c c o n n e l l 
 7   i s a i a h   j a c k s o n 
 8   b e n n e d i c t   m a t h u r i n 
 9   t e r r y   t a y l o r 
 1 0   o s h a e   b r i s s e t t 
 
 p a c e r s   n b a   n b a 2 k 2 3       f a n t a s y
d e a r   g o o d   v e g a n   b a d   v e g a n , 
 
 n i c e   t o   m e e t   y o u   😊   
 h a r d i n g   r i v e r s i d e   n a p t o w n   i n d i a n a   s p e e d w a y   c o l t s   p a c e r s   i n d i a n s b a s e b a l l   @   w e s t s i d e ,   i n d i a n a p o l i s  
c a n ’ t   e x p e c t   o s h a e   b r i s e t t   t o   g e t   m i n u t e s   a n d   h i s   g a m e   i s   n o t   i m p r o v i n g   .   y e s ,   o s h a e   i s   a   d e c e n t   p l a y e r   .   b u t   i f   h e   i s   n o t   d e v e l o p i n g   a s   a   p l a y e r   h e   w o n ’ t   w i n   m i n u t e s   o v e r   t h e   g u y s   t h a t   a r e .   p a c e r s
o b i   t o p p i n   p u l l e d   t h i s   o f f   i n   g a m e   🤯 🔥 
 
 ( 🎥 :   )   
 
 n b a   n b a t w i t t e r   k n i c k s   p a c e r s   n e w y o r k f o r e v e r   g o l d b l o o d e d  
🔴   l i v e   p o d c a s t :   t h e   c r o s s r o a d s   p o d -   e p i s o d e   2 2 :   s i n g i n g   t h e   b l u e s   o n     b o i l e r u p   c h i r p c h i r p   c o l t s   f o r t h e s h o e   g o i r i s h   i u f b   p a c e r s   w e f l y  
t h e   2 0 1 3 - 2 0 1 4   p a c e r s   n e e d   t o   h a v e   a   3 0   f o r   3 0   j u s t   b a s e d   o n   t h i s   p i c t u r e   a n d   t h i s   t w e e t .    
t h e     a l l - t i m e   r e c o r d   i s   2 2 7 5 - 2 1 7 3   ( . 5 1 1 ) .   p a c e r s   g o l d b l o o d e d
l i t t l e   p o s t g a m e   r e a c t i o n   t o   l a s t   n i g h t s   p l u n d e r i n g .   a l s o   a v a i l a b l e   o n   s p o t i f y   
 
   k n i c k s   n y k   n y k n i c k s   n b a p r e s e a s o n   n b a   p a c e r s   p o d c a s t     
 

📊   o b i   t o p p i n   v s   i n d i a n a : 
 
 2 4   p o i n t s 
 1 0 / 1 4   s h o o t i n g 
 4   t h r e e s   
 2   b l o c k s 
 1   e a s t b a y   d u n k   
 2 0   m i n u t e s 
 
 n b a   n b a i t a l i a   n b a p r e s e a s o n   k n i c k s   p a c e r s  
🎙 ️   r j   b a r r e t t :   " t h a t   [ b e t w e e n   t h e   l e g s   d u n k ]   w a s   c r a z y . " 
 
 o b i   t o p p i n :   " h e   s e e s   i t   e v e r y d a y . " 
 
 r j :   " h e   d o e s   t h a t   a l l   t h e   t i m e . "   
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s   n b a p r e s e a s o n  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
🏀 a l l - a c c e s s :   t r a i n i n g   c a m p   b e g i n s   ( e p .   1 ) | c h i c a g o   b u l l s 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n ‼ ️ 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s    
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n ‼ ️ 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s   

📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 •   o b i   t o p p i n 
 
 2 4   p t s ,   2   b l k ,   4   3 p m 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s     
  
r e s u l t s   o f   n b a   m a t c h e s   p r e s e a s o n   0 7 / 1 0 / 2 0 2 2 
 
 c h i c a g o b u l l s   b o s t o n c e l t i c s   n u g g e t s   h o r n e t s   k n i c k s   p a c e r s   p i s t o n s   p e l i c a n s   m a v e r i c k s   h a w k s   b u c k s   n b a i n a b u d h a b i   u s a  
t y r e s e   h a l i b u r t o n   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e h a l i b u r t o n   t y r e s e   h a l i b u r t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
g o g a   b i t a d z e   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g o g a b i t a d z e   g o g a   b i t a d z e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i n d i a n a   p a c e r s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   i n d i a n a   p a c e r s   n b a   v i d e o :  
b e n n e d i c t   m a t h u r i n   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n n e d i c t m a t h u r i n   b e n n e d i c t   m a t h u r i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   r e s u l t s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2   ;   n b a   g a m e s   t o d a y ;   c e l t i c s 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s
  t w o   g r e a t e s t   i n   g a m e   d u n k s   h a d   p a c e r s   o n   t h e   f l o o r .   b l u e a n d g o l d   p a c e r s   p g 1 3
n e w   y o r k   k n i c k s   i n d i a n a   p a c e r s     p o s t   g a m e   r e v i e w     v i a     n e w y o r k   n e w y o r k f o r e v e r
o h   p a c e r s   m u s t   o f   h a d   m o s t   o f   o u r   s t a r t e r s   s i t t i n g … .   n b a   🤣   c e r t a i n l y   n o t   h o w   t h e   r e g u l a r   s e a s o n   w i l l   g o .   i n d y   g o n n a   c u r b   s t o m p   k n i c k s   t h i s   y e a r .   e n j o y   👍  
t y r e s e   h a l i b u r t o n   h i g h l i g h t s   -   k n i c k s   v s .   p a c e r s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   t y r e s e   h a l i b u r t o n   n y k   i n d   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w y o r k   k n i c k s   i n d i a n a   p a c e r s
a r o u n d   d e c e m b e r   w h e n   t h e   p a c e r s   a r e   g i v i n g   u p   1 3 0   n i g h t l y ,   i ’ m   g o n n a   b e   g l a d   t h a t   t h e   r e l e n t l e s s   p o s i t i v i t y   h a s   d r a i n e d   a w a y   a n d   p e o p l e   c a n   j o i n   m e   o n   m y   i s l a n d .   
 
 i t ’ s   l o n e l y   h e r e   n o w
o b i t o p p i n   s c o r e s   2 4   p o i n t s   o f f   t h e   b e n c h   t o   l i f t   t h e   k n i c k s   o v e r   t h e   p a c e r s .   f i n a l :   i n d   1 1 4   -   1 3 1   n y k   n b a p r e s e a s o n
k n i c k s   b e a t   t h e   p a c e r s 
 i .   j a c k s o n   -   6 p t s ,   3 r e b 
 j .   r a n d l e   -   1 5 p t s ,   7 r e b ,   4 a s t ,   1 s t l 
 i .   q u i k l e y - 1 7 p t s ,   3 r e b ,   3 a s t ,   1 s t l 
 
 k y p r o b a s k e t b a l l   🏀 
 n b a 2 l o u     l e t s g o p r o     n b a t w i t t e r     b b n   😼
f e r r o n   h u n t   d o n ’ t   d o   i t   p t   2   n b a   b a s k e t b a l l   n b a t w i t t e r   f e r r o n h u n t   k n i c k s   n y k   k n i c k s t a p e   p a c e r s   b l o c k   g o g a b i t a d z e  
p a c e r s   f u t u r e   m e e t s   p a c e r s   p a s t :     a n d     a f t e r   t o n i g h t ’ s   g a m e   a t   t h e   g a r d e n .  
t o n i g h t   w a s   o b i   t o p p i n ’ s   g r e a t e s t   g a m e   a s   a   k n i c k   🔥 🤯       k n i c k s   p a c e r s
j a l e n   g r e e n   s k i e s   f o r   t h e   o o p   🚀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a l e n   g r e e n   a l l e y o o p   d u n k   h o u   h o u s t o n   r o c k e t s   i n d   i n d i a n a   p a c e r s
f e r r o n   h u n t   w h y ? ?   n b a   b a s k e t b a l l   k n i c k s   f e r r o n h u n t   n b a t w i t t e r   n y k   k n i c k s t a p e   g o g a b i t a d z e   b l o c k   p a c e r s  
f i n a l   f r o m   t h e   g a r d e n 
 k n i c k s   1 3 1 
 p a c e r s   1 1 4 
 
 o b i   & a m p ;   i q   p l a y e d   r e a l l y   w e l l   o f f   t h e   b e n c h .   b a r r e t t   & a m p ;   b r u n s o n   w e ’ r e   c o o k i n g   e a r l y   a n d   c o o l e d   o f f   i n   t h e   s e c o n d   h a l f ,   b u t   c e r t a i n l y   a   g o o d   s i g n   f o r   n e w   y o r k .   
 
 t o p p i n :   2 4   p t s ,   4 / 7   3 p t 
 q u i c k l e y :   1 7   p t s ,   3   a s t ,   3 / 6   3 p t
  l o o k i n g   g o o d ,   u n f o r t u n a t e l y   p r e - s e a s o n   h a s   b e e n   a g a i n s t     p i s t o n s   a n d     p a c e r s   !   w e   a r e   g o i n g   t o   b e   b e t t e r , b u t   l e t s   s e e   h o w   g o o d !   d e f i n i t e l y   d e e p !   t h i b s   h a s   h i s   w o r k   c u t   o u t ! !   k n i c k s   o b i      
n e m b h a r d   d i m e   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   a n d r e w n e m b h a r d   d e i v i d a s s i r v y d i s  
o b i   t o p p i n   w i t h   t h e   b l o c k   a n d   t h e   e a s t b a y ?   👀   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   o b i   t o p p i n   d u n k   b l o c k   n y k   n e w y o r k   k n i c k s   i n d   i n d i a n a   p a c e r s
o b i   t o p p i n   & a m p ;   i m m a n u e l   q u i c k l e y   n e x t   t o   r j   b a r r e t t   a r e   t h e   f u t u r e !   i t   d o e s n ’ t   m a t t e r   i f   c l o w n   c o a c h   t h i b s   l i k e s   i t   o r   n o t .   o n c e   w e   f i r e   h i m ,   w e   t a k i n g   o f f   b a b y !   t e l l e m   k n i c k s   p a c e r s  
k n i c k s   b e a t   p a c e r s   1 2 1 - 9 7 .   o n l y   p r e s e a s o n   t h o u g h 
 i   h o p e   t h e y   c a n   p l a y   t h i s   g o o d   i n   r e g u l a r   s e a s o n .
m a t h u r i n   a n d 1   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   b e n n e d i c t m a t h u r i n   r o o k i e   p r e s e a s o n  
o b i   t o p p i n   d u n k i n g   a n d   t r y i n g !   k n i c k s   n b a   p a c e r s  
d e t l e f   s c h r e m p f   w a s   a   d o - i t - a l l   f o r w a r d   d u r i n g   h i s   c a r e e r   💯 
 
 3 x   a l l - s t a r 
 1 9 9 5   a l l - n b a   t h i r d   t e a m 
 2 x   s i x t h   m a n   o f   t h e   y e a r 
 
 1 3 . 9   p p g 
 6 . 2   r p g 
 3 . 4   a p g 
 4 9 . 1   f g % 
 3 8 . 4   3 p % 
 8 0 . 3   f t % 
 2 9 . 6   m p g 
 
 g e r m a n   l e g e n d .   👏 
 
 b l a z e r s   m a v s   p a c e r s   n b a  
  t o p p i n   e a s t   b a y   f u n k   i n   g a m e   d u n k   w a s   n a s t y   v s   p a c e r s   j u s t   n o w   🏀 🏀 🔥 🔥 🔥 🔥 🔥
s l o p p y   h a n d o f f   l e a d s   t o   t h i s   b r e a k   a w a y   o f f   t h e   b a c k b o a r d   d u n k   b y   s m i t h .   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   j a l e n s m i t h   a l l e y o o p  
i   w i l l   s a y   i   m i s s e d   h e a r i n g   _ j _ b o y l e   v o i c e   t h i s   o f f   s e a s o n .   s o   g l a d   t o   h e a r   h i m   b r o a d c a s t   t h e   p a c e r s   o n c e   a g a i n .   t h e   b e s t   t o   e v e r   d o   i t . 
 p a c e r s   k n i c k s
h a l i b u r t o n   w i t h   t h e   s t e a l   a n d   b a s k e t   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   t y r e s e h a l i b u r t o n  
d u a r t e   f i n i s h e s   a t   t h e   b a s k e t   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   c h r i s d u a r t e  
h a l i b u r t o n   d r a i n s   t h e   o p e n   3   n b a   b a s k e t b a l l   p a c e r s   t y r e s e h a l i b u r t o n   n b a t w i t t e r  
m i t c h   r o b   g o t t a   b l o c k   t h i s .   n b a   b a s k e t b a l l   b u d d y h i e l d   p a c e r s   n b a t w i t t e r   p r e s e a s o n  
e n d   o f   q 2 
 k n i c k s   7 2 
 p a c e r s   5 4 
 
 r j   b a r r e t t :   1 6   p t s ,   2   r e b ,   4 / 5   3 p t 
 j a l e n   b r u n s o n :   1 5   p t s ,   3   a s t 
 o b i   t o p p i n :   1 0   p t s ,   2 / 4   3 p t
b u d d y   h i e l d   3   b a l l   n b a   b a s k e t b a l l   p a c e r s   b u d d y h i e l d   n b a t w i t t e r   p r e s e a s o n  
t u r n e r ' s   s h o t   m i s s e d   t o   e n d   o f   t h e   f i r s t   h a l f 
 p a c e r s   5 4   k n i c k s   7 2   h  
p e o p l e   w h o   k e e p   s a y i n g   t h e   p a c e r s   n e e d   t o   t r a d e   b u d d y   a n d   m i l e s   o r   t h e y ' l l   b e   t o o   g o o d   t o   t a n k   h a v e   n e v e r   w a t c h e d   b u d d y   o r   m i l e s   p l a y
b u d d y   h i e l d   t r e y 
 p a c e r s   5 2   k n i c k s   6 9   2 n d  
j u l i u s   r a n d l e   b u c k e t 
 p a c e r s   4 9   k n i c k s   6 9   2 n d  
j u l i u s   r a n d l e   s t e p - b a c k   j u m p e r 
 p a c e r s   4 7   k n i c k s   6 7   2 n d  
j u l i u s   r a n d l e   f r o m   d o w n t o w n 
 p a c e r s   4 7   k n i c k s   6 5   2 n d  
🏀 i n d i a n a   p a c e r s   h i g h l i g h t s   a t   c h a r l o t t e   h o r n e t s | o c t o b e r   0 5 ,   2 0 2 2 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
m i t c h e l l   r o b i n s o n   o n   b o t h   e n d s   o f   t h e   c o u r t 
 p a c e r s   4 7   k n i c k s   6 0   2 n d  
m i t c h e l l   r o b i n s o n   b o a r d   & a m p ;   s l a m 
 p a c e r s   4 7   k n i c k s   6 0   2 n d  
r j   b a r r e t t   d o w n t o w n 
 p a c e r s   4 3   k n i c k s   5 4   2 n d  
c h r i s   d u a r t e   t r e y 
 p a c e r s   4 3   k n i c k s   5 1   2 n d  
b u d d y   h i e l d   b u c k e t 
 p a c e r s   4 0   k n i c k s   4 6   2 n d  
o b i   t o p p i n   d o w n t o w n 
 p a c e r s   3 8   k n i c k s   4 6   2 n d  
o k ,   s o   m a y b e   t h e   p a c e r s   d o n ' t   h a v e   t h e   b e s t   s e c o n d   u n i t   i n   t h e   l e a g u e .   p a c e r s
o b i   t o p p i n   d r i v i n g   b u c k e t 
 p a c e r s   3 8   k n i c k s   4 3   2 n d  
j e r i c h o   s i m s   s t u f f 
 p a c e r s   3 8   k n i c k s   4 1   2 n d  
m i l e s   m c b r i d e   t r e y 
 p a c e r s   3 7   k n i c k s   3 9   2 n d  
i m m a n u e l   q u i c k l e y   b u c k e t 
 p a c e r s   3 7   k n i c k s   3 6   2 n d  
b e n n e d i c t   m a t h u r i n   t r e y 
 p a c e r s   3 5   k n i c k s   3 1   2 n d  
o b i   t o p p i n   d o w n t o w n 
 p a c e r s   3 2   k n i c k s   3 1   2 n d  
o b i   t o p p i n   l a y u p 
 p a c e r s   3 1   k n i c k s   2 8   2 n d  
t j   m c c o n n e l l   p u l l u p   j u m p e r 
 p a c e r s   3 1   k n i c k s   2 6   e n d   o f   1 s t  
e n d   o f   q 1 
 k n i c k s   2 6 
 p a c e r s   3 1 
 
 r j   b a r r e t t :   1 1   p t s ,   2   r e b ,   3 / 4   3 p t 
 j a l e n   b r u n s o n :   7   p t s ,   1   r e b ,   1   a s t
m a t h u r i n   o f f   t h e   i n   b o u n d s .   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   b e n e d i c t m a t h u r i n  
d e r r i c k   r o s e   🌹 
 p a c e r s   2 9   k n i c k s   2 6   1 s t  
b e n n e d i c t   m a t h u r i n   l a y u p 
 p a c e r s   2 9   k n i c k s   2 4   1 s t  
g r e a t   p i c k u p   f o r   t h e   p a c e r s !   b e n n e d i c t   i s   h i m !       p a c e r s   💙 💛
b e n n e d i c t   m a t h u r i n   & a m p ;   o n e 
 p a c e r s   2 7   k n i c k s   2 4   1 s t  
p a c e r s   l e t ' s   g o . . .   b e a t   k n i c k s   i n d v s n y
d e r r i c k   r o s e   🌹 
 p a c e r s   2 1   k n i c k s   2 4   1 s t  
h a l i b u r t o n   g e t s   t o   t h e   r i m .   n b a   b a s k e t b a l l   p a c e r s   t y r e s e h a l i b u r t o n   n b a t w i t t e r  
i m m a n u e l   q u i c k l y   d o w n t o w n 
 p a c e r s   1 9   k n i c k s   2 2   1 s t  
c h r i s   d u a r t e   & a m p ;   o n e 
 p a c e r s   1 9   k n i c k s   1 9   1 s t  
i ’ m   s u r p r i s e d   m a t h u r i n   i s   n o t   s t a r t i n g   o r   e v e n   o f f   t h e   b e n c h   y e t   f o r   t h e   p a c e r s .   d u a r t e   i s   p l a y i n g   n i c e   s o   f a r   b u t   t h i s   k i d   i s   g r e a t ,   w a t c h   f o r   h i m   w h e n   h e   d o e s   c h e c k   i n   t o n i g h t   f o r   t h e   p a c e r s
i m m a n u e l   q u i c k l e y   b u c k e t 
 p a c e r s   1 6   k n i c k s   1 9   1 s t  
t e r r y   t a y l o r   l a y u p 
 p a c e r s   1 6   k n i c k s   1 7   1 s t  
j a l e n   b r u n s o n   d r i v i n g   f l o a t e r 
 p a c e r s   1 4   k n i c k s   1 4   1 s t  
i s a i a h   j a c k s o n   & a m p ;   t e r r y   t a y l o r   a r e   t h e   f i r s t   t w o   s u b s   o f f   t h e   b e n c h   t o n i g h t .   p a c e r s
h a l i b u r t o n   b u c k e t 
 p a c e r s   1 4   k n i c k s   1 0   1 s t  
r j   b a r r e t t   d o w n t o w n 
 p a c e r s   1 2   k n i c k s   1 0   1 s t  
t y r e s e   h a l i b u r t o n   d o w n t o w n 
 p a c e r s   9   k n i c k s   7   1 s t  
c h r i s   d u a r t e   f r o m   d o w n t o w n 
 p a c e r s   9   k n i c k s   5   1 s t  
b u d d y   h i e l d   3   b a l l   n b a   b a s k e t b a l l   n b a t w i t t e r   b u d d y h i e l d   p a c e r s  
n b a   p r e s e a s o n 
 
 h o r n e t s   + 5 . 5   - 1 1 0   h o r n e t s 
 p a c k e r s   + 4 . 5   - 1 1 0   p a c e r s 
 
 m i n u t e m a i d j a y   g a m b l i n g t w i t t e r
p a c e r s   v s   k n i c k s   n b a   f r e e   s t r e a m 
 l i v e   t v   -   
 
 0 7   o c t o b e r ,   1 9 : 3 0   e t   t i m e 
 n b a s t r e a m s   n b a   n b a p r e a s e a s o n   p a c e r s   k n i c k s  
i n d i a n a   p a c e r s   @   n e w   y o r k   k n i c k s   |   l i v e s t r e a m   w / g a m e   c o m m e n t a r y   +   r e a c t i o n s  
w e   a r e   l i v e !   k n i c k s   p a c e r s   n y k n i c k s   n e w y o r k f o r e v e r   
 

w h o ' s   a t   t h e   g a m e   t o n i g h t ?     
 k n i c k s   p a c e r s
w e ' l l   b e   l i v e   i n   2 0   m i n u t e s   b r i n g i n g   y o u   p r e s e a s o n   c o m m e n t a r y   o f   t h e   k n i c k s   a n d   p a c e r s !   y o u   d o n ' t   w a n n a   m i s s   i t ! 
 

v i c t o r   w e m b a n y a m a   v s   s c o o t   h e n d e r s o n   |   n b a   g m s   t h o u g h t s   o n   i n d i a n a   p a c e r s   |   p a c e r s - k n i c k s   p r e v i e w 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
p a c e r s   w i n   w e d n e s d a y .   c o l t s   w i n   l a s t   n i g h t .   c a n   w e   g e t   t h e   t r i f e c t a   a n d   g e t   t h a t   p a c e r s   d u b   t o n i g h t ?   i   k n o w   i t ’ s   o n l y   p r e s e a s o n   b u t   i   l i k e   t o   w a t c h   t h e m   w i n . 
 
 w e   t e a m   i n d y   o v e r   h e r e   a l l   d a y !
g o t   a   f u l l   s c h e d u l e   f o r   t o n i g h t ! 
 n b a t v   n b a   n b a t w i t t e r   c e l t i c s   a l l f l y   p a c e r s   k n i c k s   n u g g e t s   b u l l s n a t i o n   w e t h e n o r t h   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s   m a g i c   m f f l   m a v e r i c k s   r a p t o r s   h o r n e t s   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n  
b a c k   t o   b a s k e t b a l l !   j o i n   m y s e l f ,     +     a s   w e   w i l l   b e   l i v e s t r e a m i n g   t o n i g h t ' s   p r e s e a s o n   m a t c h u p   b e t w e e n   t h e   p a c e r s   +   t h e   k n i c k s   a t   7 : 2 5 p m !   j o i n   u s   i n   t h e   c o m m e n t   s e c t i o n   a s   w e   g e t   a   l o o k   a t   w h a t   t h e   k n i c k s   m a y   l o o k   l i k e   i n   2 0 2 2 ! 

n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s
p l e a s e   t a n k   f o r   t h i s   g u y   p a c e r s   ! g e n e r a t i o n a l   t a l e n t   n b a  
h i   e v e r y o n e ,   v i s a   p r o b l e m   w i t h   m y   g i r l f r i e n d ,   i m p o s s i b l e   t o   c o m e   t o   n y   t o n i g h t .   w e ' r e   s e l l i n g   t w o   t i c k e t s   t o   s e e   t h e   n y c   k n i c k s   v s   i n d i a n a   p a c e r s   p l a y o f f   g a m e .   a n y o n e   i n t e r e s t e d ?   🏀 
 b a s k e t b a l l   n b a   p l a y o f f s 2 0 2 2   k n i c k s   p a c e r s   n y c   m a d i s o n s q u a r e g a r d e n
🏀 t r a i n i n g   c a m p   d a y   o n e 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
v e g a s   o d d s   f a v o r   t h e   k n i c k s   o v e r   t h e   p a c e r s ,   - 5 . 0  
t h e   n e w   y o r k   k n i c k s   p u t   a n o t h e r   p e r f e c t   p r e s e a s o n   o n   t h e   l i n e   o n   f r i d a y   n i g h t . 
 
 f i n d   o u t   w h o   a n d   w h a t   t o   w a t c h   f o r   i n   m y   l a t e s t : 
 n e w y o r k f o r e v e r   p a c e r s   n b a t w i t t e r   
 

t o n i g h t ,   w e ' l l   b e   s t r e a m i n g   o u r   f i r s t   n b a   g a m e   o f   t h e   s e a s o n   t o n i g h t   a s   t h e   p a c e r s   t a k e   o n   t h e   k n i c k s   a t   m s g !   w e ' l l   b e   l i v e   a t   7 : 2 5   p m   f o r   p r e g a m e   d i s c u s s i o n   a n d   t h o u g h t s   b e f o r e   t i p - o f f   a t   7 : 4 0 !   s e e   y a   g u y s   t h e n ! 
 n e w y o r k f o r e v e r   

h o l l i n g e r ' s   a n a l y s i s   i s   w a y   o f f   h e r e ,   b u t   i   l i k e   t h i s   t r a d e   f o r   b o t h   s i d e s . 
   g e t   s h o o t i n g   a n d   s t r e t c h   5 
 p a c e r s   d o n ' t   h a v e   t o   t a k e   o n   w e s t b r i c k   a n d   s t u n t   h a l i b u r t o n ' s   g r o w t h  
i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a c a p s   n e w e r a f i t t e d   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   c a p   f i t t e d h e a d s   t h i s i s t h e c a p   w e a r y o u r a l l e g i a n c e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f i t t e d c a p   t h e c a p t h e p r o s w e a r   s t r i c t l y f i t t e d   h a t g a m e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g   w e a r y o u r a l l e g i a n c e   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   h a t   c a p l o v e r   f i t t e d h e a d s   c a p s   s p e a k w i t h y o u r c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d f a m   n e w e r a f i t t e d   s t a y f i t t e d 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a   c a p a h o l i c   w e a r w h a t t h e p r o s w e a r   t h i s i s t h e c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   s t a y f i t t e d   n e w e r a h a t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d h a t s   t h i s i s t h e c a p   c a p 
 

n o b o d y ’ s   g o i n g   t o   s a y   i t   s o   i   a m !   
 
 p a c e r s   2 0 2 5   n b a   c h a m p i o n s h i p   s t a r t i n g   r o s t e r 
 
 p g :   h a l i b u r t o n 
 s g :   m a t h u r i n 
 s f :   p a u l   g e o r g e 
 p f :   s t i x 
 c :   w e m b a n y a m a
i f   p a c e r s   g e t   v i c t o r   w e m b a n y a m a   i   h a v e   n o   d o u b t   i n   m y   m i n d   t h e   p a c e r s   w i l l   f i n a l l y   g e t   t h a t   n b a   c h a m p i o n s h i p
l o w e ' s   a n n u a l   n b a   t i e r s   —   l o w e   h a s   t h e   p a c e r s   r a n k e d   i n   t h e   b o t t o m   f i v e   
   
 
   
 b a s k e t b a l l   i n d i a n a   i n d i a n a p a c e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
m y l e s   t u r n e r   s u i t s   u p   f o r   t h e   f i r s t   t i m e   s i n c e   j a n u a r y ,   d r o p s   1 2   p o i n t s   f o r   i n d i a n a   p a c e r s   i n d i a n a   p a c e r s   c e n t e r   m y l . . .     p a c e r s  
n e w   j o i n t   i s   u p . 
 
 k n i c k s   n y k   n y k n i c k s   n e w y o r k   
 p i s t o n s   p a c e r s   v i c t o r w e m b a n y a m a   
 n b a   p r e s e a s o n   
 
           _ 3 2   
 

l a k e r s ,   p a c e r s   k e e p i n g   i n   t o u c h   a g a i n   a b o u t   b u d d y   h i e l d   t r a d e   s t a t u s     l a k e r s
t h i s   c o l t s   t e a m   i s   j u s t   n o t   i t .   i   d o n ’ t   e v e n   f u c k i n g   c a r e   i f   w e   w i n   o r   l o s e   t h i s   o n e .   i   w a n t   e v e r y o n e   g o n e .   r e i c h ,   b a l l a r d …   i ’ d   t r a d e   a w a y   l e o n a r d ,   n e l s o n ,   m o o r e ,   a n d   o t h e r s   f o r   t h e   h i g h e s t   d r a f t   p i c k s   i   c o u l d   g e t .   n e e d   t o   r e h a u l ,   a   l a   t h e   p a c e r s
a t l a n t a   h a w k s '   d e j o u n t e   m u r r a y   s e n d s   s t r o n g   m e s s a g e   t o   t e a m m a t e s 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   g o s p u r s g o   s a n a n t o n i o   w e t h e n o r t h   h e a t t w i t t e r   l a k e s h o w   d u b n a t i o n   p a c e r s   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
d e f e n s e   i s   w o r n   o u t   a n d   s o   a m   i .   d o n e   w i t h   t h i s   t e a m   f o r   t h e   s e a s o n .   p a c e r s   m i g h t   b e   b a d   b u t   t h e r e ' s   c o h e s i o n   a n d   h o p e   u n l i k e   t h e   c o l t s
s h o u l d   r a p t o r s   w o r r y   a b o u t   3 - p o i n t   s h o o t i n g   a f t e r   c e l t i c s   w i n ? 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
m i a m i   h e a t :   w h y   t h i s   i s   t h e   p r i m e   o f   j i m m y   b u t l e r ' s   c a r e e r 
 
 
 
 n b a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l     n e t s   b u c k s   j a z z   w a r r i o r s   a l l f l y
t i m b e r w o l v e s '   e x c i t i n g   s e c r e t   w e a p o n   w a s   o n   f u l l   d i s p l a y   a g a i n s t   m i a m i 
 
 
 
 n b a   r a i s e d b y w o l v e s   m i n n e s o t a   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l     n e t s   b u c k s   j a z z   w a r r i o r s
a n t h o n y   d a v i s   a l r e a d y   s h o w i n g   l a k e r s   f a n s   w h y   t h e y   c a n ' t   t r u s t   h i m 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l   r a i s e d b y w o l v e s   n e t s   b u c k s   j a z z   w a r r i o r s
l a k e r s   f a n s   b e g g i n g   f o r   p a c e r s   t r a d e   d u r i n g   p r e s e a s o n   ( f o r   a   n e w   r e a s o n ) 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l   r a i s e d b y w o l v e s   n e t s   b u c k s   j a z z
t a n k   t o   t r y   t o   g e t   w e m b a n y a m a ?   n e e d   t o   r e a l l y !   p a c e r s     _ s m i t h   g e n e r a t i o n a l   t a l e n t .
🏀 c h a s e   d o w n   p o d c a s t   l i v e :   i n s i d e   t h e   l a b   w i t h   j a m a l   r i c h a r d s o n 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
w i t h   e v e r y   u t t e r l y   r i d i c u l o u s   h i g h l i g h t   i   b e c o m e   a   b i g g e r   f a n   o f   t h e   m o o t e d   w e s t b r o o k   f o r   m y l e s / b u d d y   d e a l .   p a c e r s  
p a c e r s   a b o u t   t o   h a v e   v i c t o r   w e m b a n y a m a ,   t y r e s e   h a l i b u r t o n   a n d   b e n n e d i c t   m a t h u r i n   t a k e   b a c k   o v e r   t h e   c i t y ’ s   a t t e n t i o n   f r o m   c o l t s .
🏀 h i g h l i g h t s :   b u c k s   1 0 2 - g r i z z l i e s   1 0 7 | 1 0 . 1 . 2 2 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
w h e r e   d o   g u y s   t h i n k   t h e     w i l l   e n d   u p ?   l o o k   a t   m y   p r e d i c a t i o n   b e l o w   a n d   t e l l   m e   w h a t   y o u   t h i n k   a b o u t   i t !   n b a   p a c e r s   t h e h o o p c o a l i t i o n   w h o g o t n e x t  
d i d   t h e   p a c e r s   g e t   a   w i n ?   y e p !   m y   t h o u g h t s   o n   l a s t   n i g h t ' s   g a m e   a n d   w h o   o v e r / u n d e r p e r f o r m e d   i n   p r e s e a s o n   g a m e   o n e . 
 
 p a c e r s   |     

b r a h   f o r   a l l   y o u   c o m p l a i n i n g   a b o u t   b a l l y   s p o r t s   o r   n o t   b e i n g   a b l e   t o   w a t c h   a   g a m e   y o u   w a n t .   t h e r e   a r e   a   m i l l i o n   w e b s i t e s   t o   w a t c h   f r e e   s t r e a m s   j u s t   u s e   y o u r   p l a y s t a t i o n / x b o x / c o m p u t e r .   i t ’ s   s u p e r   e a s y   p a c e r s
w h a t   i s   e v e r y b o d y ’ s   p l a n   f o r   w a t c h i n g   t h e     t h i s   s e a s o n ,   i   d o n ’ t   h a v e   c a b l e   a n d   l i v e   i n   i n d y   ,   i ’ v e   b e e n   h e a r i n g     i s   a s s   b u t   h a v e n ’ t   u s e d   i t   i n d y   p a c e r s   c o l t s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
p a c e r s   b l o w   o u t   t h e   h o r n e t s   l a s t   n i g h t   i n   c h a r l o t t e .     r o o k   b e n n e d i c t   m a t h u r i n   p u t   i n   1 5   p o i n t s   a n d   a a r o n   n e s m i t h   h a d   1 6 .     l a s t   n i g h t ,   y o u t h   w a s   s e r v e d !
_ h i _ h e l l o _   b i g   t h r e e   d a z e .   p a c e r s   y e s t e r d a y   a n d   t o m o r r o w ,   s a n d w i c h e d   b y   o u r   c o l t s   t o d a y ? ? ? ?   
 
 w o w z a .   w e   g o t   a   l o t   g o i n ’   o n ,   g g .
i   l i k e   t h i s   l o w   k e y . . .   a s   a   w a r r i o r s   f a n .   b e t t e r   t h a n   l o s i n g   d r a y   f o r   n o t h i n g   b e c a u s e   i t   s e e m s   h e   h a s   h i s   e y e s   s e t   o n   d e t r o i t 
 
 d u b n a t i o n   p a c e r s   w a r r i o r s   l a k e r s  
g e t   y o u r s e l v e s   o v e r   a n d   g i v e   a   l i s t e n   t o   m y   g u y s !   b e s t   s p o r t s   p o d c a s t   o f   a l l   t i m e   e v e r !   y o u ’ l l   h a v e   a   g r e a t   t i m e !   c o l t s   p a c e r s  
e p i s o d e   1 5   o f   " t h e   3 1 7   s p o r t s   p r o j e c t "   i s   o u t   f r i e n d s .   m a n ,   w e   h a d   a   b l a s t   w i t h   t h i s   o n e .   w e   t a l k e d   t u a ,   a a r o n   j u d g e ,   t h e   c o l t s ,   p a c e r s   a n d   m o r e .   w e   e v e n   g i v e   s o m e   l o v e   t o   d m x   ( r i p ,   k i n g ) !   y o u   d o n ' t   w a n n a   m i s   t h i s   o n e .   
 
 e n j o y ,   e p .   1 5 !   p e n n a n d p o p s 
 

y e s t e r d a y ' s   n b a p r e s e a s o n   f i n a l   g a m e   s c o r e s : 
 
 • s i x e r s   t y r e s e   m a x e y :   2 1   p t s 
 
 • p a c e r s   i s a i a h   j a c k s o n :   1 3   p t s ,   6   r e b ,   4   b l k 
 
 • r a p t o r s   g a r y   t r e n t :   9   p t s ,   4   r e b ,   2   s t l 
 
 • s u n s   d e v i n   b o o k e r :   2 2   p t s ,   3   r e b 
 • s u n s   c h r i s   p a u l :   1 3   p t s ,   1 0   a s t ,   4   r e b ,   2   s t l 
 
 ( v i a   )  
u p   n e x t :   w e ' r e   r e c a p p i n g   t h e   p a c e r s   p r e s e a s o n   o p e n e r   w i t h     !   w h a t   w e r e   h i s   b i g g e s t   t a k e a w a y s   a n d   w h o   i m p r e s s e d !  
a   t o u g h   g a m e   f o r   t h e   h o r n e t s   l a s t   n i g h t   v e r s u s   t h e   p a c e r s .   d e s p i t e   c u t t i n g   t h e   l e a d   d o w n   t o   9   d u r i n g   t h e   3 q ,   t h e   p a c e r s   w e n t   o n   a   r u n   a n d   e n d e d   u p   b l o w i n g   o u t   t h e   h o r n e t s   f o r   t h e   s e c o n d   s t r a i g h t   g a m e   t h i s   p r e s e a s o n .   a l l f l y
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t t w i t t e r   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s    
p a c e r s   n o t   t r y i n g   t o   o v e r r e a c t   b u t   w h o   a r e   w e   p l a y i n g   i n   t h e   f i n a l s
t . j .   m c c o n n e l l   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t . j . m c c o n n e l l   t . j .   m c c o n n e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
t y r e s e   h a l i b u r t o n   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e h a l i b u r t o n   t y r e s e   h a l i b u r t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
c o l t s   g a m e d a y   –   m a t t   r y a n   m u s t   h o l d   o n t o   b a l l   t o   w i n ,   k e e p   j o b !   f i v e   k e y s   t o   b e a t   b r o n c o s !   p a c e r s   b e a t   h o r n e t s !   c u b s   p a r t y   i n   f i n a l e !    
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i t ' s   g a m e   d a y   a n d   w e ' l l   b e   a l l   o v e r   c o l t s   & a m p ;   b r o n c o s   a h e a d   o f   t h e i r   t n f   t i l t !   n o   j o n a t h a n   t a y l o r ,   s o   w h o   w i l l   c a r r y   t h e   l o a d   f o r   t h e   c o l t s ?   +   p a c e r s   p r e s e a s o n   g o t   u n d e r w a y   l a s t   n i g h t ! 
 
 8 : 3 0   -     
 9   -    
t h e   o n e   t h i n g   b e n e d i c t   m a t h u r i n   s h o w e d   t h e   p a c e r s   l a s t   n i g h t   i s   t h a t   h e ’ s   n o t   a f r a i d   t o   s h o o t
_ s p o r t s   n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r               
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h  
i   w o n d e r   w h y   g o g a   d i d n ’ t   p l a y   l a s t   n i g h t .   a n y o n e   k n o w ?   p a c e r s
n e w   v i d e o   t o   w a t c h : 
 
 " l a k e r s   & a m p ;   p a c e r s   e n g a g e d   i n   s e r i o u s   r u s s e l l   w e s t b r o o k   t a l k s   r i g h t   b e f o r e   s t a r t   o f   c a m p "   
 
 c r e a t o r :     c y r o   a s s e o 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
  m a j o r   c o n c e r n s   f o r   𝙏 𝙚 𝙖 𝙢   𝙄 𝙣 𝙙 𝙞 𝙖   a h e a d   o f     2 0 2 2   😐 👇 
 r e a d   🔗 
 
 t 2 0 w o r l d c u p 2 0 2 2   i n d v s a u s   p a c e r s   t e a m i n d i a   c r i c k e t  
m a j o r   c o n c e r n s   f o r   𝙏 𝙚 𝙖 𝙢   𝙄 𝙣 𝙙 𝙞 𝙖   a h e a d   o f     2 0 2 2   😐 👇 
 r e a d   🔗 
 
 t 2 0 w o r l d c u p 2 0 2 2   i n d v s a u s   p a c e r s   t e a m i n d i a   c r i c k e t  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 t 2 0 w o r l d c u p 2 0 2 2   p a c e r s   
 t 2 0   n z s e r i e s   p a k i s t a n z i n d a b a d  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t t w i t t e r     t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 b e n n   m a t h u r i n 
 
 1 5   p t s 
 
 n b a   n b a i t a l i a   p a c e r s   h o r n e t s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j t   t h o r 
 
 n b a   n b a i t a l i a   h o r n e t s   p a c e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 a a r o n   n e i s m i t h 
 
 n b a   n b a i t a l i a   p a c e r s   h o r n e t s 
  
k e e p   a n   e y e   👁   ( n o t   i n   o r d e r ) 
 1 .   s a n t i   a l d a m a   g r i n d c i t y   
 2 .   b e n n e d i c t   m a t h u r i n   p a c e r s   
 3 .   t a r i   e a s o n   r o c k e t s   
 4 .   i s a i a h   r o b y   g o s p u r s g o   
 5 .   g r a n t   w i l l i a m s   b l e e d g r e e n   
 6 .   m a l i k   m o n k   k i n g s   
 7 .   s h a e d o n   s h a r p e   r i p c i t y 
 8 .   j a l e n   d u r e n   m o t o r c i t y
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 p j   w a s h i n g t o n 
 
 n b a   n b a i t a l i a   h o r n e t s   p a c e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 b e n n   m a t h u r i n 
 
 n b a   n b a i t a l i a   p a c e r s   h o r n e t s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 t y r e s e   h a l i b u r t o n 
 
 n b a   n b a i t a l i a   h o r n e t s   p a c e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 l a m e l o   b a l l 
 
 n b a   n b a i t a l i a   h o r n e t s   p a c e r s 

🏀 d a l e n   t e r r y   p l a y s   w i t h   h e a r t !   n b a   p r e - s e a s o n   d e b u t   h i g h l i g h t s | c h i c a g o   b u l l s 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   g a m e   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 ;   n b a   s t a n d i n g s   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   p a c e r s   h o r n e t s   c a v a l i e r s   7 6 e r s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   i n d i a n a   p a c e r s   n b a   v i d e o :  
w o n   o u r   f i r s t   p r e - s e a s o n   g a m e . . .   n i c e   p a c e r s   i n d v s c h a
w a s   a n y o n e   e l s e   r e a l l y   d i s t r a c t e d   b y   t h e   h o r n e t s ’   f l o o r ?   p a c e r s
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i s a i a h   j a c k s o n   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h j a c k s o n   i s a i a h   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
a a r o n n e s m i t h   a n d   b e n n e d i c t m a t h u r i n   c o m b i n e   f o r   3 1   p o i n t s   a s   t h e   p a c e r s   c r u i s e   p a s t   t h e   h o r n e t s .   f i n a l :   i n d   1 2 2   -   9 7   c h a   n b a p r e s e a s o n
m y l e s   a s   a   s o l o   5   w i t h   a   p a s s - f i r s t   p o i n t   g u a r d   t h a t   l o o k s   t o   f i n d   h i m   i s   s o   f r e a k i n g   r e f r e s h i n g .   p a c e r s
j a l e n   s m i t h   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n s m i t h   j a l e n   s m i t h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s
i   t h o u g h t   t h e   p a c e r s   w o u l d   l o o k   s o   m u c h   b e t t e r   a f t e r   t h e y   t r a d e d   a w a y   d o m a n t a s   s a b o n i s . 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n   p a c e r s
y o u ' r e   g o i n g   t o   h a v e   t o   g i v e   u s   5   👏   p i c k s   f o r   w e s t b r o o k   n o w   b i t c h e s ! ! !   p a c e r s   j a z z      
l e t   e m   k n o w ! ! ! ! 🔥 🔥 🔥 🔥 🔥   p a c e r s  
n o t   t o   o v e r r e a c t   b u t   p r e t t y   s u r e   t h e   p a c e r s   a r e   g o i n g   8 2 - 0  
i ’ m   t y p i n g   m y   h a r d e s t   t o   n o t   o v e r r e a c t   b u t   y o u ’ d   t h i n k   t h e   p a c e r s   c o u l d   b e   a   9   o r   1 0   s e e d   i f   e v e r y o n e   t a k e s   a   n e x t   s t e p
p a c e r s   b e n c h   t o n i g h t : 
   + 3 3   
   + 3 0 
   + 3 0 
 
 i   c a n   g e t   b e h i n d   t h i s   c r e w   o f   m a n i a c s   m a k i n g   p e o p l e   m i s e r a b l e   o n   a   n i g h t l y   b a s i s .   p a c e r s  
  _ r e y b r o u c k     n e w   p a c e r s   e r a ! !   p a c e r s
h e y     d i d   y o u   s e t t l e   y o u r   d i s p u t e   w i t h     y e t ?   i   r e a l l y   j u s t   w a n t   t o   w a t c h   p a c e r s   g a m e s   o n   t v   t h i s   w i n t e r .   t h a n k   y o u   i n   a d v a n c e .
p a c e r s   j u s t   a b o u t   u s e d   e v e r y o n e   t o n i g h t !   h o p e   t h i s   s t y l e   c o n t i n u e s   i n t o   t h e   r e g u l a r   s e a s o n
t h e   p a c e r s   a r e   1 - 0   i n   t h e   p r e s e a s o n .   g r e a t   o p e n   t o   t h e   s e a s o n ,   a l m o s t   e v e r y   p l a y e r   s a w   t h e   c o u r t .
a a r o n   n e s m i t h   i s   a   g r e a t   t a l e n t .   p a c e r s
o v e r a l l ,   h a p p y   w i t h   t h e     p e r f o r m a n c e   t o n i g h t !       g l a d   t o   s e e   m y l e s   p l a y   s o m e   p o s t   f i n a l l y ,   m i x   i t   i n .     
 
 v e r y   i m p r e s s e d   w i t h   n e s m i t h   t o n i g h t .       g o o d   w i n   t o n i g h t   e v e n   i f   i t ' s   p r e s e a s o n .   
 
 g o p a c e r s   p a c e r s
  p a c e r s   f a n s   s h o u l d   d o u b l e   u p   a n d   b u y   l e a   g u e   p a   s s .   s h a r e   t h e   m e m b e r s h i p / c o s t .   y o u   g e t   t w o   d e v i c e s   f o r   b a s i c a l l y   $ 6 5   p e r   p e r s o n .   n o t   s u r e   h o w   b l a c k o u t s   w o r k   i n   y o u r   a r e a s   t h o .
a a r o n   n e s m i t h   i s   n i c e ,   f u t u r e   i s   b r i g h t   i n   i n d i a n a !   p a c e r s
h e c k   o f   a   q u a r t e r   f r o m   i s a i a h   a n d   n e s m i t h !   r e a l l y   l i k e d   w h a t   k e n d a l l   p r o v i d e d   o n   t h e   d e f e n s i v e   e n d   t o o !   p a c e r s
i t ' s   o n l y   t h e i r   f i r s t   p r e s e a s o n   g a m e ,   b u t   t h i s   p a c e r s   r o s t e r   h a s   b e e n   a s   e n t e r t a i n i n g   a s   i   w a s   h o p i n g   i t ' d   b e .
_ c o o p e r   n e i s m i t h   l o o k i n g   g o o d .   t h i s   p a c e r s   t e a m   l o o k s   f u n   t o   w a t c h .
c a n ' t   e v e n   g e t   t h e   g a m e   j u s t   h a d   t o   m a k e   a   p o s t   w i t h   t w o   d i f f e r e n t   m e d i a s   p a c e r s   😤    
i ’ m   g o i n g   t o   r e a l l y   d i s a p p o i n t e d   i f   c a r l i s l e   p l a y s   m a t h u r i n   t h i s   s p o r a d i c a l l y   i n   a   d e v e l o p m e n t a l   s e a s o n .   p a c e r s
m a n ,   i j a x   i s   a   m e n a c e   a r o u n d   t h e   r i m .   p a c e r s
p a c e r s   g e t   y o u r   f u c k i n g   s h i t   t o g e t h e r   h o w   d o   y o u   t h r o w   a   2 5   p o i n t   l e a d ?   h o w   a r e   y o u   e v e n   g a s s e d   w h e n   y o u   c a n   r u n   t h e   f u c k i n g   q u a r t e r   d o w n   w d e f k j h g b k a j s d h f g b a ; s l f k d
i n d i a n a   p a c e r s :   h o w   d i d   t h e   t e a m   f a r e   i n   t h e   2 0 2 2   n b a   g m   s u r v e y ? 
 
 
 
 n b a   i n d i a n a s t y l e   i n d i a n a   p a c e r s   b e t h e f i g h t   h e r e t h e y c o m e   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   l a k e s h o w   a l l f l y   w e a r e t h e v a l l e y   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
c a n ’ t   c o m p l a i n   a b o u t   s o m e   o f   t h e s e   p e r i m e t e r   s h o t s .   r e s u l t s   t h o … o o f .   p a c e r s
s e e i n g   a l l   t h e s e   p a c e r s   h i g h l i g h t s   o n   m y   t i m e   l i n e   a g a i n .   😍 🙌   b a s k e t b a l l   i s   b a c k ! !
p a c e r s   l o o k i n g   d a m n   g o o d .   p a c e r s
e v e n   b u d d y   i s   s c o r i n g   a t   t h e   b u c k e t .   p a c e r s
g o o d   s i g n :   p a c e r s   o p e n i n g   h a l f   o f   p r e s e a s o n   p l a y 
 
 2 0 / 2 0   f r e e   t h r o w s   
 
 r i c k   c a r l i s e ' s   c l u b   w a s   2 1 s t   i n   t h e   n b a   l a s t   s e a s o n   w /   j u s t   2 1   a t t e m p t s   p e r   n i g h t .
r a n k i n g   t h e   1 0   b e s t   p r o s p e c t s   i n   t h e   c e n t r a l   d i v i s i o n 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   h e r e t h e y c o m e   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   l a k e s h o w   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
s i x e r s :   p o s i t i v e s   a n d   n e g a t i v e s   f r o m   p r e s e a s o n   w i n   o v e r   n e t s 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   b e t h e f i g h t   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
t h i s   p a c e r s   t e a m   i s   g o i n g   t o   b e   f u n   t o   w a t c h   g r o w
l u k a   d o n c i c   o u t   f o r   p r e s e a s o n   o p e n e r   v s   t h u n d e r   o n   o c t .   5 :   w h o   s t e p s   u p ? 
 
 
 
 n b a   m f f l   d a l l a s   m a v e r i c k s   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   b e t h e f i g h t   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
t r e   m a n n   h a s   s t e l l a r   p r e s e a s o n   d e b u t   i n   o k c   t h u n d e r   w i n 
 
 
 
 n b a   t h u n d e r u p   o k l a h o m a   t h u n d e r   w e t h e n o r t h   b l e e d g r e e n   b e t h e f i g h t       m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r   i n d i a n a s t y l e
i t ' s   a   g r e a t   t i m e   t o   b u y   m o r e   _ s m i t h   s t o c k   📈 p a c e r s   👀   

3   r e a s o n a b l e   g o a l s   f o r   r a p t o r s   p g   f r e d   v a n v l e e t   i n   2 0 2 2 - 2 3 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   b l e e d g r e e n   b e t h e f i g h t     t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r   i n d i a n a s t y l e
l o v e d   t h e   f i r s t   h a l f   p a c e r s  
b o s t o n   c e l t i c s :   s i   f e e l s   l i k e   j a y s o n   t a t u m   w i l l   m a k e   m v p   l e a p   i n   2 0 2 2 - 2 3 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
p a c e r s   u p   5 9 - 4 3   a t   h a l f ,   c e r t a i n l y   t h e   a g g r e s s o r s   a t   b o t h   e n d s .   m a k e s   s o m e   s h o t s   a n d   t h e y   m a y   h a v e   s o m e t h i n g   h e r e .   p a c e r s
2 0 1 8   1 s t - r o u n d   p i c k :   ' t h o u g h t   i   w a s   g o i n g   t o   b o s t o n   c e l t i c s   a t   d e a d l i n e ' 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   p a c e r s
s e e i n g   c e l t i c s   t w i t t e r   c r e a m   t h e i r   j e a n s   o v e r   m a l c o l m   b r o g d o n   i s   c o m i c a l .   y e s ,   h e ’ s   a   r e a l l y   g o o d   p l a y e r ,   b u t   h i s t o r y   t e l l s   y o u   h e ’ s   g o i n g   t o   m i s s   a s   m a n y   g a m e s   a s   h e   p l a y s .   n o t h i n g   a g a i n s t   h i m   a t   a l l ,   h e   j u s t   c a n n o t   s t a y   h e a l t h y .   p a c e r s
b e n n e d i c t   m a t h u r i n   i s   s p e c i a l .   p a c e r s   g o n n a   h a v e   a   h o m e g r o w n   s u p e r s t a r .
a n d   h e r e   i   a m   s l e e p i n g   o n   t h e   p a c e r s   b e n c h .   i   g u e s s   t h e   h o r n e t s   n o t   i t   t h i s   y e a r .
i t   t o o k   s o m e   d o i n g   b u t   i ’ m   a c t u a l l y   a b l e   t o   w a t c h   t h e   p a c e r s   g a m e
c o m i n g   u p   t h u r s d a y   m o r n i n g :   i f   t h e   c o l t s   a r e   g o i n g   t o   b e a t   t h e   b r o n c o s   i t ’ l l   b e   w i t h o u t   j o n a t h a n   t a y l o r .   w e ’ l l   g i v e   o u r   f i n a l   p r e v i e w   o f   t h e   g a m e   a s   w e l l   a s   o u r   p r e d i c t i o n s   +   r e c a p   t h e   p a c e r s   p r e s e a s o n   o p e n e r !       j o i n   u s   a s   w e l l !   s e e   y o u   a t   7 !  
t y r e s e   i s   t h e   g r e a t e s t   p a s s e r   i n   p a c e r s   h i s t o r y !
t h i s   f i r s t   h a l f   h a s   b e e n   a   b l a s t .   p a c e r s
t y r e s e   h a l i b u r t o n   i s   a   w i z a r d   y ’ a l l !   p a c e r s  
t y r e s e   n o   l o o k   p a s s ? ?   h e   i s   n o t   h u m a n .   p a c e r s
u m ,   t h i s   i s   s o m e   f u n   p r e s e a s o n   b a s k e t b a l l .   p a c e r s
s m a l l e s t   s a m p l e   s i z e   i m a g i n a b l e   —   b u t   t h e s e   p a c e r s   a r e   f u n   t o   w a t c h !
s m a l l e s t   s a m p l e   s i z e   i m a g i n a b l e   —   b u t   t h e s e   p a c e r s   a r e   f u n   t o   w a t c h !
b a b y   w a d e   i s   u n r e a l .   p a c e r s
p a c e r s   a n d   h o r n e t s   h a v e   c o m b i n e d   t o   m i s s   1 9 - o f - 2 0   t h r e e   p o i n t   a t t e m p t s .   s o   t h a n k s ,     f o r   n o t   t e l e v i s i n g   t h i s   g a m e !
m c c o n n e l l   s t i l l   l o o k i n g   l i k e   p r i m e   s t e v e   n a s h .   p a c e r s
b e n n e d i c t   m a t h u r i n   l o o k s   s u p e r   c o n f i d e n t ,   a n d   i s   p l a y i n g   w i t h o u t   a n y   f e a r . 
 
 i   t h i n k   t h e   p a c e r s   g o t   t h e i r   g u y
  l e a d   2 7 - 1 7   e n d   o f   1 s t   q 
 
 p a c e r s
p a c e r s   u p   1 0   a f t e r   1 q .   p l a y e d   1 0   p l a y e r s   o n l y   g a v e   u p   1 7   p o i n t s .   n e s m i t h   s h o w i n g   s o m e   d e f e n s i v e   d o g   l a t e   i n   q u a r t e r .   p a c e r s
g o o d   t o   h a v e   p a c e r s   b a s k e t b a l l   b a c k !   n i c e   f i r s t   q u a r t e r   b y   j a l e n   a n d   n e i s m i t h !
m y l e s   w i t h   a n o t h e r   e p i c   c o n t e s t   i n   t h e   p a i n t .   h e ’ s   t h e   b e s t   s h o t   b l o c k e r   i n   t h e   n b a .   p a c e r s
a a r o n   n e s m i t h   i s   t h e   g r e a t e s t   d e f e n d e r   i n   n b a   h i s t o r y .   p a c e r s
i ’ v e   s e e n   e n o u g h .   t h e   p a c e r s   a r e   g o i n g   t o   w i n   t h e   2 0 2 2 - 2 0 2 3   c h a m p i o n s h i p .
s o m e o n e   r e m i n d   m e   h o w   t h e   h e l l   w e   g o t     f o r   a   h a l f   e a t i n g   t w i n k i e   a n d   a   6   p a c k   o f   b u s c h   l i g h t ?     c e l t i c s   p a c e r s   n b a
m a t h u r i n   m a k i n g   h i s   p r e s e a s o n   d e b u t ,   t h i r d   m a n   o f f   t h e   b e n c h .   t e r r y   t a y l o r   r o l l   m a n   i s   f u n ,   b t w .   p a c e r s
d u a r t e   h a s   6   e a r l y   p o i n t s   .   s t i x   w i t h   5   p o i n t s   a n d   5   r e b o u n d s   .   m a t h u r i n   h a s   e n t e r e d   t h e   c h a t   👀 👀   p a c e r s
p u t   t h e   m a t h e m a t i c i a n   i n ,   r i c k !   p a c e r s
o n l y   t o o k   3   a p p   u p d a t e s   a n d   2   f o r c e   r e s t a r t s   t o   f i x   t h i s   f r o m   h a p p e n i n g   w h e n   t h e   r e m o t e   w a s n ’ t   t o u c h e d .   b u t ,   f i r s t   g a m e   a n d   i t   f i n a l l y   w o r k e d ,   s o   a h e a d   o f   t h e   u s u a l   c u r v e ?     p a c e r s   l e a g u e p a s s  
t h i s   s e a s o n   i s   g o i n g   t o   b e   a   l o t   o f   t h i n g s   b u t   t h e   m o s t   i m p o r t a n t   o n e   i s   f u n .   c a n ’ t   w a i t .   p a c e r s
m y l e s   h a s   a d o p t e d   t h e   t y r e s e   j u m p   a s s i s t .   n i c e .   _ c o o p e r     p a c e r s
h a l i b u r t o n   i s   a   t o p   5   p a s s e r   i n   t h e   l e a g u e ,   d o n ’ t   @   m e .   t h i s   i s   f a c t .   p a c e r s
m y l e s   s t r a i g h t   i n t o   t h e   p o s t   f o r   a   b u c k e t   w i t h o u t   h e s i t a t i o n .   i   l o v e   i t .   p a c e r s
t u n e d   i n   n o w   n b a l e a g u e p a s s   p a c e r s  
  g o t   i t !   
 
 h e r e   w e   g o !   
 
 p a c e r s
t h e   p a c e r s   f i r s t   f i v e   o f   t h e   s e a s o n : 
 
 h a l i b u r t o n 
 h i e l d 
 d u a r t e 
 s m i t h 
 t u r n e r
i   h a v e   a   q u e s t i o n .   i   s e e n   s o m e o n e   s a y i n g   a   c o u p l e   w e e k s   a g o   t h a t   t h e   p a c e r s   a n d   c o l t s   w e r e   w o r k i n g   t o g e t h e r   o n   s o m e t h i n g .   i s   t h i s   t r u e ?   d i d   t h e   p a c e r s   g e t   t h e i r   s u c k   a l l   o v e r   o u r   c o l t s ?   a n d   y e s ,   i f   i   w a s   a n   n b a   f a n   i   w o u l d   b e / a m   a   p a c e r s   f a n .   😂 🤣   s o r r y n o t s o r r y
p a c e r s   p l a y   t o n i g h t ,   b u t   n o t   o n   t v   ( u n l e s s   y o u   h a v e   l e a g u e   p a s s ) .   _   h a s   m o r e   o n   w h a t   t h e y ' r e   t r y i n g   t o   a c c o m p l i s h . 
 

i f   y o u   n e e d   a   w a y   t o   w a t c h   t h e   p a c e r s   t o n i g h t ,   d m   m e   💯
j u s t   g o t   n e w s   g o g a   b i t a d z e   w i l l   n o t   b e   p l a y i n g   t o n i g h t   f o r   t h e   p a c e r s
i f   a n y o n e   n e e d s   a   l i n k   f o r   t o n i g h t s   g a m e   d m   m e   c h a r l o t t e   h o r n e t s   p a c e r s
t y r e s e   w i t h   m y l e s   i s   g o i n g   t o   b e   * c h e f s   k i s s * .   p a c e r s
_ r i c a n   p a c e r s   t h e y ’ v e   n e v e r   h a d   a   1   p i c k   e v e r …   h a t e   t h e   l o t t e r y
w e   a r e   l i v e   i n   t h e   s p e c t r u m   c e n t e r ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   l i v e   s t r e a m     c h a r l o t t e h o r n e t s   h o r n e t s   n b a   l a m e l o b a l l   t y r e s e h a l i b u r t o n   i n d i a n a p a c e r s   p a c e r s   n u m e d i a   l i t h o u s e
t h e   n b a p r e s e a s o n   c o n t i n u e s .   w h o   a r e   y o u r   p i c k s   t h i s   e v e n i n g ?     n b a   b a s k e t b a l l   c a v s   7 6 e r s   p a c e r s   h o r n e t s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
  d o n ' t   d i s a p p o i n t   m e !   g o l d b l o o d e d   p a c e r s  
i n d i a n a   p a c e r s   b l o c k b u s t e r   t r a d e !   ( f e a t .   m o s e s   m o o d y   +   j a m e s   w i s e m a n ) 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s d u a r t e   c h r i s d u a r t e a n d i s a i a h j a c k s o n b l o c k b u s t e r t r a d e   d a m e r e e m s   d u a r t e a n d j a c k s o n t r a d e   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   i n d i a n a p a c e r s b l o c k b u s t e r t r a d e  
n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   p a c e r s   h o r n e t s   c a v a l i e r s   7 6 e r s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
d e n n i s   s m i t h   j r . ,   g o r d o n   h a y w a r d ,   a n d   c o d y   m a r t i n   a r e   o u t   t o n i g h t   a g a i n s t   t h e   p a c e r s   h o r n e t s   p a c e r s
j o n a t h a n   t a y l o r   i s   o u t   f o r   c o l t s !   o p t i m i s m   w e d n e s d a y   s t i l l   r a g e s   o n !   p a c e r s   t o n i g h t   a t   c h a r l o t t e !   r e s t   i n   p e a c e   p a u l   h a n s a n    
-   c o l t s   i n j u r y   c o n c e r n s   
 -   m a n y   d e b a t i n g   o n   w h o   i s   t o   b l a m e   t h e   m o s t   
 -   p a c e r s   s t a r t   p r e s e a s o n   t o n i g h t   
 -   a   t r e n d   b e c o m i n g   t h e   n o r m   i n   n b a   p r o s p e c t   w o r l d  
w h o   e l s e   i s   r e a d y   f o r     s e a s o n   t o   b e g i n ?   p a c e r s  
j o n a t h a n   t a y l o r   i s   o u t   f o r   t h e   c o l t s   v s   t h e   b r o n c o s   o n   t n f   & a m p ;   t h e   p a c e r s   s e a s o n   g e t s   u n d e r w a y   t o n i g h t   i n   c h a r l o t t e !     h a s   a l l   t h a t   a n d   m o r e   f o r   y o u   u n t i l   6 !   
 
 4 : 0 0     
 5 : 0 0     
 
 📻 
 📺
t i c k e t   s a l e s   e n d   t o n i g h t   f o r   t o m o r r o w ' s   j u s t i c e   f o r   a l l   c e l e b r a t i o n !   g e t   i n - p e r s o n   o r   v i r t u a l   t i c k e t s   n o w :     
 
 j f a 2 0 2 2   n o n p r o f i t   f u n d r a i s e r   e v e n t   b a s k e t b a l l   s p o r t s   p a c e r s   n c a a   n b a   a d v o c a t e   c o l l e g e b a s k e t b a l l   c b s s p o r t s   j u s t i c e   f o o d   c l i e n t s t o r y  
n o t h i n g ,   j u s t     t h u n d e r   p a c e   a t t a c k   o f   p a k i s t a n   
 
 p a k i s t a n c r i c k e t   p a c e r s   
 w o r l d c u p 2 0 2 2   s h a h e e n s h a h a f r i d i   n a s e e m s h a h   h a r i s r a u f   h a s n a i n   p a k i s t a n z i n d a b a d 
 c r i c k e t t w i t t e r  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
  n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r         
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h
g o   g e t   e m ,   b o y s !   p a c e r s  
f i r s t   c h a n c e   t o   s e e   o u r   n e w     s q u a d   +   c h e c k   o u t   t h e   n e w   f i e l d h o u s e   o f   t h e   f u t u r e   t r a n s f o r m a t i o n s   i s   t h i s   s u n d a y   a t   p a c e r s   f a n j a m   p r e s e n t e d   b y     🙌   
 
 s e c u r e   y o u r   f r e e   t i c k e t   a t   
 

n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r         
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
g a m e   d a y ! ! !     p a c e r s  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t t w i t t e r         t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t t w i t t e r         t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
🏀 i t ’ s a p a r t y   i n   t h e   3 1 3 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
t h i s   i s   e x a c t l y   w h y   t h e   p a c e r s   n e e d   t o   t r a d e   t u r n e r / h i e l d   t o   l a k e r s   a s a p .   t h e y   c a n ' t   a f f o r d   t o   w i n   a   s i n g l e   g a m e   i f   t h e y   w a n t   a   c h a n c e   a t   t h i s   g u y . 

🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t t w i t t e r   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
w e   w o n ' t   k n o w   f o r   a   w h i l e   i f   _ 3 2   o r     w i l l   b e   a v a i l a b l e   t o   t h e   p a c e r s   n e x t   s u m m e r .   b u t   a s     d i s c o v e r s ,   i t ' s   f u n   t o   d r e a m .   
 
  
w e   w o n ' t   k n o w   f o r   a   w h i l e   i f   _ 3 2   o r     w i l l   b e   a v a i l a b l e   t o   t h e   p a c e r s   n e x t   s u m m e r .   b u t   a s     d i s c o v e r s ,   i t ' s   f u n   t o   d r e a m .   
 
  
_ v o h r a   n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r         
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h
  n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r         
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h b u t t
g a m e   d a y ! ! !   🙌 🏽   p a c e r s  
c h a r l o t t e   h o r n e t s   v s   i n d i a n a   p a c e r s   1 0 / 5 / 2 2   n b a   p i c k s ,   p r e d i c t i o n s ,   o d d s   
 
 n b a   n b a p i c k   f r e e p i c k   f r e e p i c k s   s p o r t s b e t t i n g   e x p e r t p i c k   n b a t w i t t e r     e x p e r t b e t t i n g a d v i c e   b e t t i n g t i p s t e r   h a n d i c a p p e r   s p o r t s g a m b l i n g   i n d i a n a s t y l e   a l l f l y   h o r n e t s   p a c e r s  
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   1 0 / 5 / 2 0 2 2   p i c k s   p r e d i c t i o n s   p r e v i e w s 
 
 
 
 n b a p r e d i c t i o n   n b a p a r l a y   n b a b e t t i n g   n b a b e t t i n g p i c k s   n b a   n b a p i c k s   n b a p a r l a y   e x p e r t p i c k s   f r e e p i c k s   b a s k e t b a l l p i c k s   o d d s   p i c k s   p r e d i c t i o n   s p o r t s p i c k s   p a c e r s   h o r n e t s
3   c h i c a g o   b u l l s   w h o   i m p r e s s e d   i n   p r e s e a s o n   d e b u t   v s   p e l i c a n s 
 
 
 
 n b a   c h i c a g o   b u l l s   b u l l s n a t i o n   a l l f l y   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a d r a f t   l a k e s h o w   l a k e r s   l o s a n g e l e s   m f f l   b l e e d g r e e n   p i s t o n s   p a c e r s   s i x e r s   7 6 e r s   j a z z
s t e v e   c l i f f o r d   r e c e i v e s   p r a i s e   i n   n b a   g e n e r a l   m a n a g e r   s u r v e y 
 
 
 
 n b a   a l l f l y   c h a r l o t t e   h o r n e t s   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a d r a f t   l a k e s h o w   l a k e r s   l o s a n g e l e s   b u l l s n a t i o n   m f f l   b l e e d g r e e n   p i s t o n s   p a c e r s   s i x e r s   7 6 e r s   j a z z
‼ ️ i t ’ s   g a m e d a y ,   h o r n e t s   f a n s ‼ ️ 
 
 t h e   h o r n e t s   a r e   b a c k   i n   a c t i o n   t o n i g h t   a t   h o m e   v s .   t h e   p a c e r s .   c o a c h   c l i f f   h a s   h a d   a   l o t   t o   s a y   a b o u t   w h a t   h e   h o p e s   t o   s e e ;   o n e   t h i n g   w e   w i l l   b e   k e e p i n g   a n   e y e   o n   i s   t h e   t e a m ’ s   t r a n s i t i o n   d e f e n s e   👀   w h i c h   w e   h o p e   t o   b e   m u c h   i m p r o v e d !   a l l f l y
p a c e r s   p l a y   t o n i g h t ,   b u t   n o t   o n   t v .   _   h a s   m o r e   o n   w h a t   t h e y ' r e   t r y i n g   t o   a c c o m p l i s h . 
 

p a c e r s   p l a y   t o n i g h t ,   b u t   n o t   o n   t v .   _   h a s   m o r e   o n   w h a t   t h e y ' r e   t r y i n g   t o   a c c o m p l i s h . 
 

o h ,   p a c e r s   b a s k e t b a l l   r e t u r n s   t o n i g h t .   f u n .
h o w   i s   t o n i g h t ' s   p a c e r s   g a m e   n o   s t r e a m e d   a n y w h e r e   t o n i g h t ? ! ?     
 
 n o t   o n       . . . . i   t h o u g h t   t h a t ' s   w h a t   w e   p a i d   f o r   ! ? !
p a c e r s   p r e s e a s o n   g a m e 
 
 p r o j e c t e d   s t a r t e r s 
 p a c e r s :   h a l i b u r t o n ,   d u a r t e ,   h i e l d ,   s m i t h ,   t u r n e r 
 
 h o r n e t s :   b a l l ,   r o z i e r ,   h a y w a r d ,   w a s h i n g t o n ,   p l u m l e e 
 
 i n j u r y   r e p o r t 
 p a c e r s :   d a n i e l   t h e i s   -   o u t   ( r e s t ) 
 
 h o r n e t s :   t b a
t o d a y   i s   o u r     p r e s e a s o n   o p e n e r   t o n i g h t   a t   c h a r l o t t e !     
 
 e x c i t e d   t o   s e e   h o w   o u r   b l u e   & a m p ;   g o l d   d o   t h i s   y e a r !   
 
 p a c e r s
u p   n e x t :   w e ' r e   t a l k i n g   p a c e r s   w i t h     a s   t h e y   o p e n   t h e   p r e s e a s o n   t o n i g h t   a g a i n s t   t h e   h o r n e t s !  
i f   y o u   t h e   g m   f o r :   k n i c k s   w i z a r d s   h o r n e t s   k i n g s   p i s t o n s   j a z z   s p u r s   p a c e r s   m a g i c   t h u n d e r   r o c k e t s   y o u   b e t t e r   d o   w h a t e v e r   i t   t a k e s   t o   l o s e   e v e r y   g a m e !   i t ’ s   w o r t h   i t !   v i c t o r w e m b a n y a m a   g o a t   n b a d r a f t   n b a   n b a t w i t t e r
p a c e r s   f a n s ,   w h e r e   c a n   w e   w a t c h   t h e   p r e s e a s o n   g a m e   t o n i g h t ?
m a t t   r y a n   n o t   q u i c k   e n o u g h !   j t   b e l i e v e   h e   w i l l   b e   u p   i n   d e n v e r !   f r a n k   r e i c h   p o o r   s t a r t s   f o r   c o l t s   a   p r o b l e m !   p a t m o n   w a i v e d !   p a c e r s   o p e n !    
v e r y s t y l i s h o r d i n a r y p e o p l e 
 
 “ s u c c e s s   i s   g u a r a n t e e d   i n   p e r s i s t e n c e . ” 
 ―   s h i v a   n e g i   
 
 h a w k s   p a c e r s   n u g g e t s   m a g i c   t i m b e r w o l v e s   w i z a r d s   7 6 e r s   c e l t i c s   c a v a l i e r s   h e a t   h o r n e t s   b u c k s   v s o p   r h o p
c o m i n g   u p :   t h e   c o l t s   a n d   b r o n c o s   g e t   c l o s e r   t o   k i c k o f f ,   w i l l   j t   b e   s u i t i n g   u p   +   t h e   p a c e r s   t i p   o f f   t h e   p r e s e a s o n   t o n i g h t   & a m p ;   a   w h o l e   l o t   m o r e ! 
 
 8   -     
 8 : 3 0   -     
 9 : 3 0   -    
i ’ m   s o   e x c i t e d   f o r   t h e   s e a s o n !   
 
 t h e   h o m e   o p e n e r   i s   c o m i n g   u p   q u i c k !   i f   y o u   a r e   l o o k i n g   f o r   t i c k e t s ,   s u i t e s ,   v e r a n d a s   o r   a n y t h i n g   e l s e   p a c e r s   r e l a t e d ,   y o u   k n o w   y o u   t o   c a l l ! !   m e !   😎 
 
 s e l e c t   a   s e a t   i s   t h i s   t h u r s d a y   a t   g a i n b r i d g e   f i e l d h o u s e !  
t o n i g h t ’ s   t h e   n i g h t ! ! 
 
 p a c e r s   b e g i n   t h e i r   t a n k a n y a m a   f o r   w e m b a n y a m a
b e g g i n g   k e v i n   p r i t c h a r d   t o   t r a d e   t u r n e r   & a m p ;   h i e l d   f o r   w e s t b r o o k ,   1   u n p r o t e c t e d   a n d   1   p r o t e c t e d   p i c k .   
 
 r u n   t h e   o f f e n s e   t h r o u g h   w e s t b r o o k   ( l o l )   f o r   8 2   g a m e s   t h i s   s e a s o n   a n d   g i v e   t h e   p a c e r s   a   c h a n c e   o f   g e t t i n g   w e m b a n y a m a  
w h a t   a   g r e a t   y e a r   t o   h a v e   3   f i r s t   r o u n d   p i c k s   p a c e r s  
r e t w e e t   f o r   n a t a r a j a n   i f   w a n n a   s e e   i n   t h e   s q u a d 
 t 2 0 w o r l d c u p 2 0 2 2   
 w e w a n t n a t a r a j a n 
 p a c e r s   
 c r i c k e t t w i t t e r   
 1 9 t h   
 i n d v s a   
 j a s p r e e t b u m r a h   
 s a n j u s a m s o n  
🏀 c a v s   p r a c t i c e :   d y l a n   w i n d l e r 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
f a n s   i n   g a i n s b r i d g e   a r e   g o i n g   t o   b e   g i v i n g   s t a n d i n g   o v a t i o n   t o   t h e   t e a m   a f t e r   e v e r y   l o s s   t h i s   y e a r .   p a c e r s
i   l o v e   t h e   p a c e r s ,   b u t   i f   t h e r e ’ s   a   w a y   f o r   t h e m   t o   s o m e h o w   l o s e   8 2   g a m e s   t h i s   y e a r ,   s i g n   m e   u p .   p a c e r s  
i n   2 0 1 1 ,   i n d i a n a p o l i s   h a d   s u c k   f o r   l u c k   o n   t h e   g r i d i r o n . 
 
 i n   2 0 2 2 ,   i n d i a n a p o l i s   n e e d s   l o s e - o - r a m a   f o r   w e m b a n y a m a   o n   t h e   h a r d w o o d .   p a c e r s
  c o u l d   p o s s i b l y   g e t   h i m   i f   t h e y   p l a y   b a d   e n o u g h   t h i s   y e a r   a n d   e n d   u p   w i t h   t h e   1   p i c k !   p a c e r s  
  b a s k e t b a l l   t o m o r r o w ! ! !   p a c e r s
    t h i s   g u y   i s   g o i n g   t o   l o o k   s o   g o o d   i n   b l u e   a n d   g o l d   n e x t   y e a r .   p a c e r s
i f   t h e   p a c e r s   c a n   l a n d   o n e   o f   t h e   2   o f   s c o o t / w e m b a n y a m a   …   t h e   r e b u i l d   i s   o v e r   !
l o o k ,   i ’ m   n o t   s a y i n g   i   w a n t   t h e   p a c e r s   t o   l o s e   e v e r y   g a m e   t h i s   s e a s o n .   b u t ,   i   w o u l d   n o t   m i n d   i t   i f   t h e y   d i d .   t a n k f o r v i c t o r
p a c e r s   a r e   s e e i n g   t h a t   l a   i s n ' t   b u d g i n g   s o   t h e y   k e e p   t h r o w i n g   i t   o u t   t h e r e   t o   k e e p   t h e   i n t e r e s t   u p .   t h e y   k n o w   l a   i s   t h e i r   o n l y   s u i t o r .   c r a s h   a n d   b u r n   p r i t c h a r d . .  
r e g g i e   m i l l e r   3   c a r d   l o t   i n d i a n a p a c e r s   p a c e r s   
 
 $ 1 . 5 0   e a c h   o r   $ 3   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
1 9 9 8 - 9 9   f l e e r   u l t r a   6 0   m a r k   j a c k s o n   i n d i a n a p a c e r s   p a c e r s   
 
 $ 1 . 5 0   e a c h   o r   $ 2   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
c o m i n g   u p   w e d n e s d a y   m o r n i n g :   t h e   c o l t s   g e t   r e a d y   f o r   t h e   b r o n c o s ,   c o u l d   t h e y   b e   w i t h o u t   w o r k h o r s e   j o n a t h a n   t a y l o r ?   +   t h e   p a c e r s   t i p   o f f   t h e   p r e s e a s o n !         a l l   j o i n !   s e e   y o u   a t   7 !  
g e t t i n ’   t h a t   w o r k - i n .   p a c e r s   🏀  
g u e s s   w h a t ,   f r i e n d s ! !   i t ’ s   t i m e   t o   r e c o r d   e p i s o d e   1 5   o f   “ t h e   3 1 7   s p o r t s   p r o j e c t . ”   w e   g o t   s o m e   s h ! t   t o   c o v e r   t o n i g h t   a n d   w e   a l r e a d y   c l o w n i n ’ …   o f   c o u r s e ! ! !   😜 😂 
 
 w e   ‘ b o u t   t o   t a l k   c o l t s ,   p a c e r s ,   t u a   a n d   s o o o o   m u c h   m o r e .   w e ’ l l   s e e   y o u   t h u r s d a y   @   1 0 a m ! !   🎬 
 
 p e n n a n d p o p s   ✌ 🏿 ✌ 🏾  
🏀 p a t   c o n n a u g h t o n   m i l w a u k e e   b u c k s   t r a i n i n g   c a m p   p r e s s   c o n f e r e n c e 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
  r e m i n d s   m e   o f   t h e   s p u r s ,   t h e   p a c e r s - p i s t o n s   r i v a l r y   a n d   b r a w l . .
  r e m i n d s   m e   o f   t h e   s p u r s ,   t h e   p a c e r s - p i s t o n s   r i v a l r y   a n d   b r a w l . .
i n d i a n a p a c e r s   1 1   c a r d   l o t   p a c e r s   
 
 $ 4 . 5 0   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
t h e   l a t e s t   o n   p o t e n i t a l   l a k e r s - p a c e r s   t r a d e   i n v o l v i n g   r u s s e l l   w e s t b r o o k   a s   m o r e   d e t a i l s   a r e   r e p o r t e d 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
🏀 b u l l s   p o s t - p r a c t i c e   m e d i a   a v a i l a b i l i t y :   b i l l y   d o n o v a n 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
p a c e r s   b u d d y   h i e l d   i s   a   n a m e   t o   m o n i t o r   i n   n b a   t r a d e   r u m o r s  
c o l t s   g e t   b a c k   t o   p r a c t i c e   o n   a   s h o r t   w e e k .   w i l l   j o n a t h a n   t a y l o r   b e   s u i t i n g   u p ?     a l s o   t a l k s   t o   p a c e r s   h e a d   c o a c h   r i c k   c a r l i s l e   f o r   h i s   s e a s o n   e x p e c t a t i o n s ! 
 
 3 : 3 0   
 4 : 0 0   _ b e n b r o w n 
 5 : 0 0   r i c k   c a r l i s l e 
 
 📻 
 📺
h a d   t o   w a t c h   t h e   p a c e r s   s u c k ,   t h e n   t h e   f o r t h e s h o e   c o l t s   s u c k ,   a n d   n o w   l o r e t t a l y n n   h a s   d i e d .   i   h a t e   y o u ,   2 0 2 2
t h e     a r e   a   s u p e r   y o u n g   t e a m ,   b u t   h a v e   s o m e   v e r y   p r o m i s i n g   p l a y e r s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   p a c e r s   i n d i a n a p a c e r s   i n d i a n a   t y r e s e h a l i b u r t o n   m y l e s t u r n e r   b u d d y h i e l d   n b a t w i t t e r  
“ t h a t   s a m e   f i r e   a n d   i n t e n s i t y   w e ’ v e   b r o u g h t   i n   p r a c t i c e   i s   w h a t   w e   c a n   b r i n g   t o m o r r o w . ” 
 
   o n   e x p e c t a t i o n s   g o i n g   i n t o   t h e   p a c e r s   f i r s t   p r e s e a s o n   g a m e   a g a i n s t   c h a r l o t t e .
n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r         
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h
i ’ m   n o t   s a y i n g   r u s s   i s   a   b a d   p l a y e r .   i ’ m   j u s t   s a y i n g   t h e   l a k e r s   a r e   r e a l l y   m i s s i n g   o u t   b y   n o t   a c q u i r i n g   b u d d y   a n d   m i l e s .   w h y   w a s t e   a   y e a r   o n   “ w h a t   i f s ”   l a k e r s   p a c e r s   n b a
h e y     f a n s ! !   p a c e r s f a n j a m   i s   b a c k   t h i s   s u n d a y ,   o c t .   9 !   t h i s   f r e e   e v e n t   i n c l u d e s   a   l i v e   p a c e r s   s c r i m m a g e ,   r o o k i e   t a l e n t   s h o w ,   g i v e a w a y s   a n d   m o r e !   p a c e r s   d o w n t o w n i n d y   g a i n b r i d g e f i e l d h o u s e 
 
 g e t   y o u r   f r e e   t i c k e t s   h e r e :    
t h e     s h o w 
 
 i n d i a n a p o l i s   c o l t s   c o l t s f o o t b a l l   p a c e r s   i u f b   i u b b   d a k i c h   m n f   i n d v s d e n   t n f o n p r i m e   
 
 t u e   1 0 / 4 

  f u t u r e   p a c e r s   b a l l e r
a c c o r d i n g   t o   ,   c   m y l e s   t u r n e r   w i l l   n o t   r e - s i g n   w i t h   t h e   p a c e r s   i n   f r e e   a g e n c y .
e n j o y   y o u r   s e n i o r   y e a r   a n d   h a v e   a   g r e a t   s o c c e r   s e a s o n 🐺 🌕 
 
   
 p o m o n a c a t h o l i c   
 p a c e r s 
 s o c c e r 
 c l a s s o f 2 0 2 3 
 s e n i o r 
 v a r s i t y j a c k e t   
 l e t t e r m a n j a c k e t   
 g e t f u n k y m o n k e y  
c o m i n g   u p   a t   t h e   t o p   o f   t h e   h o u r :   t h e   p a c e r s   t i p   o f f   t h e   p r e s e a s o n   t o m o r r o w   n i g h t   a n d   w e ' l l   t a l k   t o     a b o u t   e x p e c t a t i o n s   f o r   t h e   s e a s o n   a n d   h i s   t h o u g h t s   o n   t h e   o f f - s e a s o n !  
h e r e ' s   h o w   t h e   r o o k i e s   a r e   a d j u s t i n g   t o   l i f e   w i t h   t h e   p a c e r s ,   v i a   _ . 
 

c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
c o m i n g   u p   n e x t :   w e ' l l   t a l k   t o     a b o u t   a l l   t h i n g s   c o l t s ,   p a c e r s   a n d   c o l l e g e   f o o t b a l l !  
p a c e r s   r o o k i e s   a d j u s t i n g   t o   l i f e   a s   p r o s : 
 
 " y o u   g o t t a   m a k e   s u r e   y o u   j u s t   s t e p   o n   t h e   c o u r t   l i k e   i t ’ s   y o u r   l a s t   t i m e   p l a y i n g   a n d   g i v e   y o u r   1 0 0 % . ” 
 
 v i a   _ : 
 

n e w   v i d e o   t o   w a t c h : 
 
 " c a n   t h e   i n d i a n a   p a c e r s   m a k e   t h e   2 0 2 3   n b a   p l a y o f f s ? ?   f u t u r e   n b a   d y n a s t y ? ? "   
 
 c r e a t o r :     b a c k y a r d   b u c k e t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " i n d i a n a   p a c e r s   m e d i a   a v a i l a b i l i t y   |   o c t o b e r   0 3 ,   2 0 2 2 "   
 
 c r e a t o r :     i n d i a n a   p a c e r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
c o m i n g   u p :   t h e   c o l t s   q u i c k l y   t u r n   t h e   p a g e   t o   t h e   b r o n c o s ,   w e   d e b a t e   c h r i s   b a l l a r d ' s   r o s t e r   c o n s t r u c t i o n   & a m p ;   t a l k s   s o m e   p a c e r s   w i t h   t h e   p r e s e a s o n   r i g h t   a r o u n d   t h e   c o r n e r ! 
 
 8 : 3 0   -     
 9   -    
🏀 t r a i n i n g   c a m p   d a y   o n e 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
  t h e y   a r e   n o w   l o o k i n g   f o r   a   t r a d e   w i t h   t h e   p a c e r s   f o r   f o r   c e n t e r   m y l e s   t u r n e r   a n d   g u a r d   b u d d y   h i e l d .   a c c o r d i n g   t o   r e p o r t s ,   t h e   l a k e r s   a r e   w i l l i n g   t o   i n c l u d e   2   f u t u r e   f r p s .
b o l d ,   c r a z y   a f   p r e d i c t i o n : 
 
 t y r e s e   h a l i b u r t o n   w i l l   b e   n a m e d   a n   a l l - s t a r   t h i s   s e a s o n   a n d   w i l l   f i n i s h   t h e   s e a s o n   a s   a   9 0   o v r   o n   n b a 2 k . 
 
 i n d i a n a   p a c e r s   n b a   n b a 2 k 2 3
c o m i n g   u p   t u e s d a y   m o r n i n g :   w e ’ r e   s t i l l   d i g e s t i n g   t h e   c o l t s   l o s s   t o   t h e   t i t a n s   b u t   t h e y   h a v e   t o   t u r n   t h e   p a g e   t o   t h e   b r o n c o s   q u i c k l y .   w e ’ l l   t a l k   a b o u t   b o t h   g a m e s ,   b r i n g   b a c k   s o m e   o l d   b a l l a r d   a u d i o   & a m p ;   t a l k   s o m e   p a c e r s   a s   w e l l !       j o i n   t h e   s h o w !   s e e   y o u   a t   7 !  
i ' m   a s   e x c i t e d   f o r   t h i s     s e a s o n   a s   i   w a s   f o r   t h i s     s e a s o n .   😬   c o l t s   p a c e r s
h o n e s t l y   d o n ’ t   t h i n k   i t ’ s   t o o   f a r   o f f   t o   t h i n k   t h i s   d e a l   g e t s   d o n e   1 0 - 1 5   g a m e s   i n t o   t h e   s e a s o n   f o r   t h e   p a c e r s   .   s i m i l a r   t o   v i c ,   g i v e   m y l e s   s o m e   t i m e   t o   s h o w c a s e   h i s   h e a l t h   f r o m   i n j u r y   & a m p ;   t h i s   d e a l   g e t s   d o n e .   l a k e r n a t i o n  
🏀 c a v s   p r a c t i c e :   j . b .   b i c k e r s t a f f 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
w e   a r e   2 4   h o u r s   a w a y   f r o m   p a c e r s   ( p r e s e a s o n )   b a s k e t b a l l . 
 
 h o r n e t s   v s   p a c e r s   a t   7 : 0 0   p m   t o m o r r o w .   r e a l   f a n s   w a t c h   p r e s e a s o n   s i r   b e n e d i c t 😤
🏀 t h a n a s i s   a n t e t o k o u n m p o   m i l w a u k e e   b u c k s   t r a i n i n g   c a m p   p r e s s   c o n f e r e n c e 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
t h e   n b a 🏀 i s   j u s t   w e e k s   a w a y   f r o m   k i c k i n g   o f f   a n d   f a n t a s y   b - b a l l   d r a f t s   a r e   r i g h t   a r o u n d   t h e   c o r n e r .     o f   t h e   p a c e r s   a n d     o f   t h e   b u l l s   a r e   t w o   b i g   n a m e s   h e a d l i n i n g   ’ s   e a r l y   l i s t   o f   2 0 2 2 - 2 3   n b a   s l e e p e r s   b a s e d   o n   a d p . 🫡
p l e a s e   t e l l   m e   p a c e r s   f i n a l l y   g e t   h i m  
g i v e n   t h e   w a y   t h e   p a c e r s   h a v e   c h a n g e d   c o u r s e   o v e r   t h e   y e a r ,   i s   i t   p o s s i b l e   t h a t   h e r b   s i m o n   h a s   s t e p p e d   b a c k   f r o m   t h e   r e i g n s   a n d   s t e v e   s i m o n   h a s   t a k e n   o v e r   m o r e   i n   d e c i s i o n   m a k i n g ?     
 
 w o u l d   b e   g r e a t   i f   t h e   s t a r   o r   a t h l e t i c   h a d   a   b e a t   r e p o r t e d   t o   a s k   
 

l o o k i n g   n e w   b a l l   i n   t h e   m a t c h   p a c e r s           _ 4 2   _ i n d i a                        
a r t i c l e :   _ t u r n e r   i s   a   p e r f e c t   a l f r e d   t o   y o u r   b a t m a n ,   b u t   t h e     s t i l l   a r e n ' t   t h e   b e s t   f i t   f o r   h i m . 
 
 l a k e r s   p a c e r s   n b a  
r e a l l y   p a c e r s ?   y o u r   s t i c k i n g   p o i n t   i s   2 n d   r o u n d   p i c k s ?    
t h e l a k e r s   d i s c u s s e d   s e n d i n g   t h e i r   t w o   u n p r o t e c t e d   f i r s t - r o u n d   p i c k s   ( 2 0 2 7 a n d   2 0 2 9 )   t o   t h e   p a c e r s   f o r   m y l e s t u r n e r   a n d   b u d d y h i e l d . 
 g m   r o b p e l i n k a   c g i s e   t o   r e m a i n   p a t i e n t   t o   s e e   h o w   l . a   j e l l s   t h i s   y e a r . 
 v i a   -   
 t h a g a t e w a y n e w s   n b a  
m y   b e l i e f   i s   w i t h i n   t h e   f i r s t   2 0   g a m e s   ( b e f o r e   c h r i s t m a s )   i s   w h e n   b o t h   t e a m s   ( l a k e r s   a n d   p a c e r s )   w i l l   h a v e   a n   u n d e r s t a n d i n g   o f   t h e i r   s i t u a t i o n   a n d   o n e   o f   t h e m   w i l l   c a v e . 
 
 i   d o n ’ t   t h i n k / h o p e   t h i s   g o e s   t o   d e a d l i n e . 
 
 ( v i a   ,   h / t   ,    
k e e p   a n   e y e   o n   t h i s   p a c e r s   f a n s  
🏀 b u l l s   p o s t - p r a c t i c e   m e d i a   a v a i l a b i l i t y   ( 0 9 . 3 0 . 2 0 2 2 ) 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
1 6   d a y s   u n t i l   p a c e r s . . . 
 
 w e   t i p   o f f   i n   i n d y   v s   t h e   w i z   o c t   1 9  
b a s k e t b a l l   s e a s o n   i s   n o t   f a r   a w a y ,   w h i c h   m e a n s   i t ’ s   t i m e   t o   l o o k   a t   m o r e   n b a   s e a s o n   p r o p s ! 
 
 t h i s   t i m e   i ’ v e   g o t   3   e a s t e r n c o n f e r e n c e   w i n   t o t a l s   i   l i k e   t o   g o   u n d e r   t h i s   y e a r . 
 
 w h a t   d o   y ’ a l l   t h i n k ? 
 
 n b a t w i t t e r   g a m b l i n g t w i t t e r   a l l f l y   a l w a y s g a m e   p a c e r s 
 

e a s t e r n   c o n f e r e n c e   p o w e r   r a n k i n g s : 
 1 -   b u c k s 
 2 -   c e l t i c s 
 3 -   7 6 e r s   
 4 -   c a v a l i e r s   
 5 -   n e t s   
 6 -   h e a t   
 7 -   r a p t o r s   
 8 -   b u l l s 
 9 -   h a w k s   
 1 0 -   h o r n e t s   
 1 1 -   p i s t o n s   
 1 2 -   k n i c k s   
 1 3 -   w i z a r d s   
 1 4 -   p a c e r s   
 1 5 -   m a g i c 
 n b a   n b a p r e s e a s o n
r u s s e l l   w e s t b r o o k   t o   t h e   i n d i a n a   p a c e r s ?   h e a r i n g w e s t b r o o k   a n d   a   c o u p l e   o f   1 s t   r o u n d e r s   f o r   m y l e s   t u r n e r   a n d   b u d d y   h i e l d   i n   r e t u r n .
b u d d y   h i e l d   a n d   m y l e s   t u r n e r   w o u l d   b e   a   l a k e r   r i g h t   n o w   i f   i t   w a s n ’ t   t h e   g r e e d   o f   t h e   r o b   p e l i n k a .   p a c e r s   a r e   w i l l i n g   t o   t a k e   t w o   1 s t   r o u n d   p i c k s   a n d   w e s t b r o o k ,   b u t   r o n   p e l i n k a   w a n t s   a   2 n d   r o u n d   p i c k   i n   r e t u r n   s o   n o   d e a l   f o r   n o w .   g r e e d   
 
 l a k e r s   l a k e s h o w   n b a  
t h e   p a c e r s   w i l l   c a v e .   j u s t   w a i t   o n   i t   🤫  
n e a r l y   t r a d e d   t o   t h e   i n d i a n a   p a c e r s ,   n b a   s o u r c e s   n o w   s a y   t h e   i d e a   o f   t h e   l o s   a n g e l e s   l a k e r s   t r a d i n g   r u s s e l l   w e s t b r o o k   i n   t h e   n e a r   f u t u r e   i s n ' t   d e a d .   l a k e s h o w      
n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r   
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h
“ f o r   t h e   p a c e r s ,   e v e r y   c o n v e r s a t i o n   w i t h   t h e   l a k e r s   l e d   t o   a n   u l t i m a t e   d e m a n d :   b o t h   o f   l . a . ’ s   a v a i l a b l e   f i r s t - r o u n d   p i c k s   —   o r   n o   d e a l ”   ( m t & a m p ; b h   t r a d e ) 
 
 s h a m s   a l s o   s a y s   t h e   p a c e r s   c o n s i d e r e d   a d d i n g   t h e   g r i z z l i e s   i n t o   3   t e a m   d e a l .   f o   w a s   b u s y   t h i s   o f f - s e a s o n :  
p a c e r s   m e e t   u p ?   g e t   y o u r   t i c k e t s   : )  
t h e   p a c e r s   w o n ’ t   w i n   a   l o t   o f   g a m e s ,   b u t   a t   l e a s t   t h e y ’ l l   b e   f u n   t o   w a t c h   a n d   h a v e   a   l o n g - t e r m   v i s i o n . 
 
 c o l t s   c o n t i n u e   t o   m a k e   f a l s e   p r o m i s e s   a n d   a r e   n o t   a   f u n   t e a m   t o   w a t c h   r i g h t   n o w .
i n d i a n a   p a c e r s   f a n a t i c s   b r a n d e d   l e t ' s   g o   l o n g   s l e e v e   t - s h i r t   p a c e r s  
2 0 2 1 - 2 2   p a n i n i   p r i z m   b a s k e t b a l l   i s a i a h   j a c k s o n   3 0 9   p a c e r s     e b a y   v i a     c o l l e c t   t h e h o b b y   p a c e r s   n b a
o k a y   t h e   c o l t s   s u c k   f o r   s u r e .   t h e   p a c e r s   w i l l   s u c k   ( b u t   h o p e f u l l y   b e   f u n   t o   w a t c h ) .   b u t l e r   b a s k e t b a l l   w i l l   b e   m i d / b a d .   t h e   s t l c a r d s   a r e   d e c e n t .   a l l   m y   t e a m s   s u c k i n g   m a k e s   m e   v e r y   n e r v o u s   f o r   t h e   p l a y o f f   c a r d s .   t h e y   a r e   a l l   i   h a v e   r i g h t   n o w .   f o r t h e s h o e   p a c e r s
p a c e r s   b i r t h d a y s !   
 
 t o d a y   i s   f o r m e r   a s s i s t a n t   c o a c h ,   g r e g o r y   c l i n t o n   f o s t e r ’ s   b i r t h d a y .  
p a c e r   1 4 4 0 0 1   n a m e d   t h e   p e n i s t o n e   l i n e   p a r t n e r s h i p   s e e n   o u t s i d e   a i r e d a l e   h o s p i t a l   p a c e r s   n o r t h e r n r a i l  
t h e   '   m y l e s   t u r n e r   i s   a n     r o l e   p l a y e r   e x t r a o r d i n a i r e   a n d   t h e     s h o u l d   p r i o r i t i s e   g e t t i n g   h i m . 
 
 
 
 z i o n   p e l i c a n s   n b a   p a c e r s  
c h e c k   o u t   j e r m a i n e   o ’ n e a l   n b a   2 5   d i f f e r e n t   c a r d   l o t   p a c e r s   -   a l l   s t a r     e b a y   v i a     p a c e r s   s e l l   d e a l   e b a y
🏀 h i g h l i g h t s :   d e m a r   d e r o z a n   l e a d s   b u l l s   t o   f i r s t   p r e - s e a s o n   w i n   o v e r   n u g g e t s 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s   y
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i n d i a n a   p a c e r s   r e p o r t e d l y   s i g n   w i n g   d e i v i d a s   s i r v y d i s   t o   b r i n g   r o s t e r   s i z e   t o   2 0 ,   i s   t h e   t e a m   s e t ? 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
i   w a n t   t o   b e   a n g r y ,   t o o .   b u t   t h i s   f r o m     i s   p a i n f u l l y   f a i r   r e :   p a c e r s   l o c a l   t v   s i t u a t i o n . 
 

h o w   y o u   c o n s u m e   s p o r t s   i s   c h a n g i n g .   t h e   p a c e r s   k n o w   i t ,   a n d   s o   d o e s   .   
 

" w a t c h   t h e   ,   o r   d o n ’ t .   r e a d   t h e   ,   o r   d o n ’ t .   j u s t   d o n ’ t   t e l l   m e   y o u   c a n ' t .   b e c a u s e   y o u   c a n , "   w r i t e s   c o l u m n i s t   .   p a c e r s   

p a u l   g e o r g e ' s   ( _ t r e c e )   2 0 1 3 - 1 4   s h o t   c h a r t : 
 
 v o l u m e :   e x t r e m e   |   p _ 9 8   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   a v e r a g e   |   p _ 5 3 
 e f f i c i e n c y :   a v e r a g e   |   p _ 5 1 
 e f f i c i e n c y   v a l u e :   a v e r a g e   |   p _ 3 7 
 
 f a v o r i t e   z o n e :   b r e a k 3 
 b e s t   s k i l l   z o n e :   c o r n e r 3 
 b e s t   v a l u e   z o n e :   c o r n e r 3 
 
 p a u l g e o r g e 
 p a c e r s  
n e w   v i d e o   t o   w a t c h : 
 
 " i n d i a n a   p a c e r s   m e d i a   a v a i l a b i l i t y   |   o c t o b e r   1 0 ,   2 0 2 2 "   
 
 c r e a t o r :     i n d i a n a   p a c e r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
" w a t c h   t h e   ,   o r   d o n ’ t .   r e a d   t h e   ,   o r   d o n ’ t .   j u s t   d o n ’ t   t e l l   m e   y o u   c a n ' t .   b e c a u s e   y o u   c a n , "   w r i t e s   c o l u m n i s t   .   p a c e r s    
j a g s   g a m e   w i l l   a n s w e r   q u e s t i o n s   a b o u t   c o l t s !   m a t t   r y a n   w i n n e r   o r   l o s e r ?   c a n   i u b b   k e e p   p r o m i s e ?   p a c e r s   h o m e   t o m o r r o w   n i g h t !    
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
c h i c a g o   b u l l s :   h o w   p a t r i c k   w i l l i a m s   j u s t   l o s t   t h e   s t a r t i n g   p f   j o b 
 
 
 
 n b a   c h i c a g o   b u l l s n a t i o n   b u l l s   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   c l i p p e r n a t i o n   g o s p u r s g o   p a c e r s
e x p e c t i n g   t h i s   f r o m   c a r i s   l e v e r t   f o r   c a v s   w o u l d   b e   w i s h f u l   t h i n k i n g 
 
 
 
 n b a   c l e v e l a n d   c a v a l i e r s   c a v s   b e t h e f i g h t   m f f l   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   b u l l s n a t i o n   g o s p u r s g o   p a c e r s
5   b a l l   h a n d l e r   t r a d e   t a r g e t s   f o r   m a v e r i c k s   b e f o r e   s t a r t   o f   2 0 2 2 - 2 3   r e g u l a r   s e a s o n 
 
 
 
 n b a   m f f l   d a l l a s   m a v e r i c k s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e r s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   b u l l s n a t i o n   g o s p u r s g o   r o c k e t s   p a c e r s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
i ' m   g o n n a   g o   t o   a n   i u   f o o t b a l l   g a m e   o n   s a t u r d a y   a n d   t h e n   a     g a m e   e i t h e r   w e d n e s d a y ,   f r i d a y   o r   s a t u r d a y   n e x t   w e e k e n d   d u r i n g   m y   v a c a t i o n .   i u f b   p a c e r s   g o l d b l o o d e d
🤭   i n d i a n a   h a s   a   w o n d e r f u l   6 t h   p l a y e r . 
 — 
 t h e   b r i g h t e s t ,   c r a z i e s t   a n d   m o s t   m e m o r a b l e   m o m e n t s   o f   t h e   b e s t   b a s k e t b a l l   l e a g u e   i n   t h e   w o r l d .   j o i n   u s . 
 n b a   e p i c   m o m e n t s : 
 
 — 
 n b a   b a s k e t b a l l   s h o r t s b a s k e t b a l l   h i g h l i g h t s n b a   i n d i a n a p a c e r s   p a c e r s  
c o m i n g   u p   t u e s d a y   m o r n i n g :   f o r m e r   r a y s   c u b s   a n g e l s   m a n a g e r   j o e   m a d d o n   j o i n s   u s   a t   9   t o   t a l k   a b o u t   h i s   n e w   b o o k   a n d   t h e   m l b   p o s t s e a s o n   +   t h e   c o l t s   g e t   r e a d y   f o r   t h e   j a g u a r s   s o   w e ’ l l   t a l k   t o   s a f e t y   _ t h o m a s 2 6   +   p a c e r s   p r e s e a s o n !   s e e   y o u   a t   7 !  
    i ' m   a   l i f e   l o n g ,   d i e   h a r d   p a c e r s   f a n   a n d   i   w i l l   n e v e r   f o r g i v e   y o u .   t h e   i d e a   y o u   g e t   a   r i n g   a n d   r e g g i e   m i l l e r   d i d n ' t ,   i s   a   h u g e   d i s g r a c e .
  b r u s   i t   j u s t   d a w n e d   o n   m e   t h a t   t h e   d r e a m   i s   s t i l l   a l i v e   ‘ r e g g i e ’   c a n   b e   a   g i r l s   n a m e   p a c e r s
c a r s o n   w e n t z   l e t s   t h e   c o l t s   d o w n   a g a i n ,   p a c e r s   p r e s e a s o n   a c t i o n   g e t s   s t a r t e d ,   a n d   w e e k   5   o f   t h e   n f l   i s   i n   t h e   b o o k s !     b r e a k s   i t   a l l   d o w n   u n t i l   6 ! 
 
 4 : 0 0     
 5 : 0 0     
 
 📻 
 📺
i ' m   g o i n g   t o   k e e p   t h r o w i n g   t h i s   t r a d e   o u t   t h e r e .   p r i t c h a r d   c o u l d   t u r n   i n t o   a   v e r y   g o o d   p l a y e r   f o r   t h e   p a c e r s   a n d   b r i s e t t   i s   a   g o o d   f i t   f o r   t h e   c e l t i c s   a s   a   s w i t c h a b l e   w i n g / b i g   w h o   c a n   h i t   3 s .   c e l t i c s   p a c e r s  
  w a s   r e a l l y   h i t t i n g   t h e   d o u g i e   t h o   i   c a n t   f o r g e t   i t   p a c e r s   p a c e r s f a n j a m
p a c e r s   c o a c h   r i c k   c a r l i s l e : 
 
 " t h e r e ’ s   s o   m u c h   u p s i d e   w i t h   t h i s   g r o u p   t h a t ,   f r o m   a   c o a c h i n g   s t a n d p o i n t ,   t h i s   i s   r e a l l y   i n v i g o r a t i n g .   i t ’ s   n o t   g o i n g   t o   h a p p e n   o v e r n i g h t ,   i t ’ s   g o i n g   t o   t a k e   t i m e .   w e ’ r e   g o i n g   t o   d o   i t   t h e   r i g h t   w a y . . . " 
 

c o m i n g   u p :   w e ' r e   w r a p p i n g   t h e   s h o w   w i t h   s o m e   p a c e r s   t a l k   a s     j o i n s   u s !  
d a m j a n   r u d e z ' s   c a r e e r ( 2 0 1 4 - 2 0 1 7 )   s h o t   c h a r t : 
 
 v o l u m e :   m i n i s c u l e   |   p _ 1 1   ( p e r c e n t i l e ) 
 s h o t   s k i l l :   g o o d   |   p _ 7 6 
 e f f i c i e n c y :   g o o d   |   p _ 7 8 
 e f f i c i e n c y   v a l u e :   g o o d   |   p _ 7 4 
 
 f a v o r i t e   z o n e :   c o r n e r 3 
 b e s t   s k i l l   z o n e :   m i d r a n g e 
 b e s t   v a l u e   z o n e :   c o r n e r 3 
 
 d a m j a n r u d e z 
 p a c e r s   m a g i c   t i m b e r w o l v e s  
s u b s c r i b e   e a s i l y   f r o m   y o u r   p h o n e 
 
 2   y r   $ 7 5 
 1   y r   $ 5 2   
 
 
 o r 
 v e n m o   
 c a s h   a p p   
 
 s p o r t s b e t t i n g   i u f b   i u b b   p u r d u e   n o t r e d a m e   c o l t s   s n f   j a x v s i n d   d a k i c h   i n d i a n a p o l i s   p a c e r s   m l b   m l b p o s t s e a s o n   y a n k e e s  
w e ' r e   b a c k   a n d   r e a d y   t o   r o l l   t h i s   m o n d a y   m o r n i n g !   h o w   d i d   y o u   e n j o y   a   c o l t s   -   l e s s   s u n d a y ?     t h e   s t a t e   o f   t h e   a f c   s o u t h   & a m p ;   g e t t i n g   r e a d y   f o r   t h e   j a g u a r s   +   p a c e r s   p r e - s e a s o n ! 
 
 8   -     
 9 : 4 0   -    
p a c e r s f a n j a m   p a c e r s   t h a n k s   f o r   t h e   p h o t o   o p p o r t u n i t y   g e n t l e m e n !   _ d u a r t e 5  
t h e s e   g u y s   c a n   p u l l   i t   f r o m   a n y w h e r e 💦 
 w e t   l i k e   w a t e r ! 
 s t e p h c u r r y   b u d d y h i e l d   f r e d v a n v l e e t   k n i c k s   g s w   n y k   p a c e r s   r a p t o r s   n b a f a n t a s y   l a t v i a n f a n t a s y l e a g u e   f a n t a s y r a d a r  
h e y     p e e p s   i   k n o w   s o m e   o f   y o u   a r e   b i g     f a n s   t o o   _   w a n t s   t o   g o   t o   a   b a s k e t b a l l   g a m e   w h a t ' s   a   g o o d   s p o t   t o   s i t   i n     f o r   a   g a m e ?   i   f o u n d   c h e a p   a s s   s e a t s   2 0 0   l e v e l   r o w   1 .   f o r t h e s h o e   p a c e r s   b b a l l  
i n d i a n a   p a c e r s   n e w   e r a   n a v y   2 0 2 1 / 2 2   c i t y   e d i t i o n   b i g   & a m p ;   t a l l   p u l l o v e r   h o o d i e   p a c e r s  
  l e t ' s   s p e n d   t h e   y e a r   d e b a t i n g   o n   w h e t h e r   w e   s h o u l d   t a n k   f o r   t h e   7 - 2   f r e n c h   k i d .   i   s a y   y e s .   w h a t   s a y   y o u ?   p a c e r s
h e ' s   n o t   o u r   b u d d y ,   g u y .   s a c r a m e n t o k i n g s   p a c e r s    
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
g e t   y o u r   h o t   j e r s e y s     n f l j e r s e y s   n f l   n b a j e r s e y s   n b a m o m e n t   n h l j e r s e y s   n h l   m l b j e r s e y s   s o c c e r j e r s e y s   c u s t o m j e r s e y s   k n i c k s   n e t s   c e l t i c s   r a p t o r s   7 6 e r s   p i s t o n s   p a c e r s   c a v a l i e r s   b u c k s   b u l l s   h e a t   m a g i c   w i z a r d s   h a w k s   h o r n e t s   t i m b e r w o l v e s   n u g g e t s   j a z z  
1 ️ ⃣ 0 ️ ⃣ : 2 ️ ⃣ 0 ️ ⃣   s p o r t s l o c k e r   _ t v   
 
 🏈     e x c l u s i v e l y   w /   j i m   i r s a y   o n   e s c a p i n g   d e n v e r   w i t h   a   w   
 🏈     o n   h o w   t o   f i t   t h e   o - l i n e   
 🏈   a n o t h e r   a f c   s o u t h   l o w l i g h t   f o r   w e n t z   
 
 + p a c e r s   s e a s o n   o p e n e r   c o u n t d o w n   & a m p ;   b e s t   o f   f a n   j a m   w /    
s m h   t h e   s a m e   c o u l d   b e   s a i d   t o d a y   p a c e r s   s i g n l a n c e p l z  
🏀 2 0 2 2   d e t a l e n t   s e a r c h 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
c o m i n g   u p   m o n d a y   m o r n i n g :   i t   w a s   a   c o l t s - l e s s   s u n d a y .   w e ’ l l   b r e a k   i t   a l l   d o w n   a n d   l o o k   a h e a d   t o   t h e m   g e t t i n g   r e a d y   f o r   t h e   j a g u a r s   +   p a c e r s   p r e s e a s o n   t a l k   a n d   a   w h o l e   l o t   m o r e !       j o i n   u s   a s   w e l l !   s e e   y o u   a t   7 !  
t h i s   w a s   p r e t t y   a w e s o m e   t o d a y ,   e v e r y t h i n g   a b o u t   i t .   p a c e r s  
f o r m e r   p a c e r s   f o r w a r d   a n d   m i c h i g a n   b a s k e t b a l l   s t a r   j a l e n   r o s e   i s   o n   c e l e b r i t y   j e o p a r d y   t o n i g h t . 
 n b a   n b a t w i t t e r
i c m y i :   t h e     s h o u l d   t r a d e   f o r   m y l e s   t u r n e r   b e c a u s e   h e ' s   a   p e r f e c t   m a t c h   w i t h   z i o n .   r e a d   w h y : 
 
 z i o n   p e l i c a n s   n b a   p a c e r s  
  l o o k   a t   h o w   m a n y   p e o p l e   a r e   t h e r e   f o r   f a n   a p p r e c i a t i o n   d a y .   t h i s   f o r   a   t e a m   t h a t   f a i l e d   t o   m a k e   t h e   p l a y o f f s .   1 0 k   p l u s   i n   b l o o m i n g t o n   o n   f r i d a y   a n d   t h i s   t o d a y .   
 
 b a s k e t b a l l   i s   a   r e l i g i o n   i n   i n d i a n a .   
 p a c e r s   i u b b
    i ’ v e   b e e n   b l e s s e d   e n o u g h   t o   s e e   a l o t   o f   g o o d   p a c e r s   b a s k e t b a l l   i n   m y   l i f e t i m e   !
m a t c h i n g   g l o v e s   m i n e   a n d   m i c k e y   m o u s e   p a c e r s   p a c e r s n a t i o n  
p a c e r s   p a c e r s n a t i o n   f a n t a s t i c   f u n d e r f u l l   t i m e     r e p r e s e n t i n g   t h e   b l u e   a n d   g o l d   1 g o a l  
p a c e r s   p a c e r s n a t i o n   w a i t i n g   f o r   t h e   o p e n i n g   b e l l     f a n j a m   p a c k e d   h o u s e  
  t h a t ’ s   c o o l ,   t h i s   i s   w h a t   w e   w a n t e d   k n o w i n g   t h e   p a t h   t e a m s   g o t t a   t a k e   t o   b e   a   f o r   r e a l   c o n t e n d e r   d o w n   t h e   r o a d .   s o o n e r   t h a n   l a t e r ,   h o p e f u l l y   p a c e r s
p a c e r s   p a c e r s n a t i o n     f o r   t h e     f a n j a m  
f a n   j a m   w a s   a   s u c c e s s   🤍   s o   r e a d y   f o r   t h i s   w e e k   😁 🏀   
 p a c e m a t e s   p a c e r s   n b a d a n c e r  
🏀 c a v s   p r a c t i c e :   j . b .   b i c k e r s t a f f 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
p a c e r s   s c h e d u l e  
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
k a r a o k e   c o n t d 
 p a c e r s   h a d   a   g r e a t   f a n j a m   t h a n k   u   s o   m u c h !  
b u d d y   h i e l d   k a r a o k e   p a c e r s  
p a c e r s   b u d d y   h i e l d   w o n   t h e   f i n a l   r o u n d   w i t h   2 4  
p a c e r s   3   p t   c o n t e s t 
 l a n g s t o n   g a l l o w a y   2 2   i   t h i n k   .   i   f o r g e t   😅  
p a c e r s   3   p t   c o n t e s t 
 b u d d y   h i e l d   2 2  
t o p   s t o r y :   :   ' h a p p e n i n g   n o w :   p a c e r s   f a n   j a m . 
 d o o r s   o p e n   1 1 a m   a n d   r u n s   1 2 - 2 p m . 
 p a c e r s   n b a   '     s e e   m o r e  
t o p   s t o r y :   :   ' h a p p e n i n g   n o w :   p a c e r s   f a n   j a m . 
 d o o r s   o p e n   1 1 a m   a n d   r u n s   1 2 - 2 p m . 
 p a c e r s   n b a   '     s e e   m o r e  
i   w i l l   l e t   y o u   k n o w   t h a t   t h e   p a c e r s   a r e   n o t   m a k i n g   a n y   b a s k e t s   a n y w h e r e   🤨
t h e   p a c e r s   a l l   l o o k   g o o d .     i s   f a s t   a s   e v e r .
p a c e r s   t h e   l o w e r   l e v e l s   a r e   f u l l .   t h i s   i s   a c t u a l l y   g r e a t   t o   s e e !   g a i n b r i d g e  
p a c e r s   t h e   l o w e r   l e v e l s   a r e   f u l l .   t h i s   i s   a c t u a l l y   g r e a t   t o   s e e !   g a i n b r i d g e  
b e n e d i c t   m a t h u r i n   h a s   n o   r e m o r s e   f o r   h i s   t e a m m a t e s .   c u r r e n t l y   c h a n n e l i n g   h i s   i n n e r   “ t i m b e r w o l v e ”   j i m m y   b u t l e r   r n   a t   t h e   p a c e r s f a n j a m   p a c e r s
l o v e   t o   s e e   t h i s   p a c e r s   c r o w d !  
p a c e r s   f a n j a m   a t   g a i n b r i d g e   f i e l d h o u s e . 
 n b a   n b a t w i t t e r   p a c e r s  
u p d a t e s   t o   b o n u s   r o o m   w a l l   c o m p l e t e .   w i l l   a d d   t o   c e i l i n g   l a t e r .   h a v e   t o   r u n   i d e a s   t h r o u g h   m y   m i n d   a   d o z e n   o r   s o   t i m e s   b e f o r e   s t a r t i n g .   
 l g m   t h e s e m e t s   
 p a c e r s   b e l i k e b r e  
m a s t e r   o f   c l a s s i c   r o c k   ! 
 r o b e r t   j o n   l i v e   i n   f r a n c e   ( + w e i r d   i t w ) 
 
 
 
 u s a   c l a s s i c r o c k   c e l t i c s   u t a h j a z z     w a r r i o r s n a t i o n   h e a t   l a k e r s n a t i o n   c l i p p e r s   o k c   n u g g e t s   k n i c k s   n e t s   p i s t o n s   b u l l s n a t i o n   s i x e r s   r a m s   g i a n t s   p a c e r s   s p u r s f a m i l y
h a p p e n i n g   n o w :   p a c e r s   f a n   j a m . 
 d o o r s   o p e n   1 1 a m   a n d   r u n s   1 2 - 2 p m . 
 p a c e r s   n b a  
p a c e r s   f a n   j a m   1 1 - 2 p m   t o d a y .   f a n s   a r e   h y p e d   a n d   o u t   i n   f o r c e .   l e t ' s   g o !   p a c e r s  
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
c h r i s   d u a r t e   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c h r i s d u a r t e   c h r i s   d u a r t e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s
i   m i g h t   h a v e   r u n n i n g   c o m m e n t a r y   o n   f a n j a m   t o d a y   f o r   p a c e r s   f a n s .   w e ' l l   s e e
g o l d e n   s t a t e   w a r r i o r s '   b i g   t h r e e   f a c e s   u n c e r t a i n   f u t u r e 
 
 
 
 n b a   i n d i a n a   p a c e r s   i n d i a n a s t y l e   h e a t n a t i o n   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i   b u l l s n a t i o n
i n d i a n a   p a c e r s :   d r a y m o n d   g r e e n   f i a s c o   h i g h l i g h t s   n e e d   f o r   s t a b i l i t y 
 
 
 
 n b a   i n d i a n a   p a c e r s   i n d i a n a s t y l e   h e a t n a t i o n   h e a t t w i t t e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i
b a c k   a t   i t .   🍊 ✊ 
 
 l a m e l o   n b a   n c a a b a s k e t b a l l   l a c l i p p e r s   n c a a   k u h o o p s   c e l t i c s   t r a e y o u n g   b l a z e r s   k e v i n d u r a n t   c h i c a g o b u l l s   b a s k e t b a l l n e v e r s t o p s   s t e p h c u r r y   i n d i a n a p a c e r s   i n d i a n a p a c e r s   p a c e r s     l o s a n g e l e s  
k n i c k s   i n c r e d i b l e   4 6   p o i n t   s e c o n d   q u a r t e r   v s   i n d i a n a   p a c e r s 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i m m a n u e l q u i c k l e y   i n d i a n a p a c e r s   j a l e n b r u n s o n   j u l i u s r a n d l e   n b a   n b a h i g h l i g h t s   n e w y o r k k n i c k s   n y k n i c k s   o b i t o p p i n   r j b a r r e t t  
p a c e r s   f a n j a m   i s   t o d a y y y y y y y   💙 💛 💙 💛 💙 💛
t h e   c a r d i n a l s   h a v e   b e e n   e l i m i n a t e d .   t h e   p a c e r s   w i l l   b e   m i d .   t h e   c o l t s   a r e   m i d .   b u t l e r   b a s k e t b a l l   m o s t   l i k e l y   m i d .   g u y s .   m y   s p o r t s   f a n d o m   i s   t e r r i b l e .   j u s t   a w f u l   f o r t h e s h o e   s t l c a r d s   p a c e r s
t h e   n b a d r a f t   l i t e r a l l y   c a n   b e   a   g a m e   c h a n g e r   f o r   a   f r a n c h i s e   & a m p ;   c i t y ,   s p o r t s   w i s e .   t h e   p a c e r s   g e t   @   l e a s t   o n e   m o r e   d a w g   n e x t   j u n e   & a m p ;   i t ’ s   g o - t i m e   f o r   r e a l .  
r j   b a r r e t t   r e a c t s   t o   o b i   . . . 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   k n i c k s p o s t g a m e   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   o b i t o p p i n   p a c e r s   p a c e r s b a s k e t b a l l  
🏀 w e ' r e   b a c k !   a l l - a c c e s s   f r o m   b u c k s   t r a i n i n g   c a m p   2 0 2 2 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
h e a v i e s t   p l a y e r s   i n   n b a   h i s t o r y :   👀 
 
 ▪ ️   o l i v e r   m i l l e r :   3 7 5   l b s .   
 ▪ ️   s h a q u i l l e   o ' n e a l :   3 6 0   l b s . 
 ▪ ️   s i m   b h u l l a r :   3 6 0   l b s . 
 ▪ ️   e d d y   c u r r y :   3 5 0   l b s . 
 ▪ ️   m i k e   s w e e t n e y :   3 4 0   l b s . 
 
 u s e d   t h e i r   h e f t   t o   t h e i r   a d v a n t a g e .   💪 
 
 p a c e r s   c e l t i c s   k i n g s   m a v s   k n i c k s   n b a  
w h e n   y o u r   s o n     t r i e s   t o   e m u l a t e   _ _ d a v i s   a f t e r   a   g a m e !   m e n o f g o d   h i g h s c h o o l f o o t b a l l   s a i n t s   p a c e r s   f o o t b a l l   b o y s o f f a l l   d e f e n s e   o f f e n s e   s p e c i a l  
t h e   v i c t o r   w e m b a n y a m a   s w e e p s t a k e s   -   
 
 i t ’ s   t i m e   t o   r e a d   u p   o n   t h i s   w e m b a n y a m a   g u y !   g o   c h e c k   o u t   m y   a r t i c l e !   n b a   n b a t w i t t e r   n b a 2 k 2 3   n b a 2 k   n b a s u m m e r   s p u r s   r o c k e t s   t h u n d e r   j a z z   p a c e r s   p i s t o n s   h o r n e t s   n b a p r e s e a s o n   g l e a g u e   i g n i t e
o b i   t o p p i n   p u t s   o n   a   s h o w   a s   k n i c k s   b e a t   p a c e r s   1 3 1 - 1 1 4   |   n e w   y o r k   k n i c k s 
   
 
   
 a t l a n t i c d i v i s i o n   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   i n d i a n a   i n d i a n a p a c e r s   m s g   m s g n e t w o r k s   n b a   n b a b a s k e t b a l l   n e w y o r k   n e w y o r k k n i c k s   n e w y o r k k n i c k s b a s k e t b a l l   s p o r t s  
m y   r e a d   o n   t h e   i n d i a n a   p a c e r s '   d e p t h   c h a r t   f o r   f a n t a s y :   
 
 p g   t y r e s e   h a l i b u r t o n 
 s g   c h r i s   d u a r t e 
 s f   b u d d y   h i e l d 
 p f   j a l e n   s m i t h 
 c   m y l e s   t u r n e r 
 6   t j   m c c o n n e l l 
 7   i s a i a h   j a c k s o n 
 8   b e n n e d i c t   m a t h u r i n 
 9   t e r r y   t a y l o r 
 1 0   o s h a e   b r i s s e t t 
 
 p a c e r s   n b a   n b a 2 k 2 3       f a n t a s y
d e a r   g o o d   v e g a n   b a d   v e g a n , 
 
 n i c e   t o   m e e t   y o u   😊   
 h a r d i n g   r i v e r s i d e   n a p t o w n   i n d i a n a   s p e e d w a y   c o l t s   p a c e r s   i n d i a n s b a s e b a l l   @   w e s t s i d e ,   i n d i a n a p o l i s  
c a n ’ t   e x p e c t   o s h a e   b r i s e t t   t o   g e t   m i n u t e s   a n d   h i s   g a m e   i s   n o t   i m p r o v i n g   .   y e s ,   o s h a e   i s   a   d e c e n t   p l a y e r   .   b u t   i f   h e   i s   n o t   d e v e l o p i n g   a s   a   p l a y e r   h e   w o n ’ t   w i n   m i n u t e s   o v e r   t h e   g u y s   t h a t   a r e .   p a c e r s
o b i   t o p p i n   p u l l e d   t h i s   o f f   i n   g a m e   🤯 🔥 
 
 ( 🎥 :   )   
 
 n b a   n b a t w i t t e r   k n i c k s   p a c e r s   n e w y o r k f o r e v e r   g o l d b l o o d e d  
🔴   l i v e   p o d c a s t :   t h e   c r o s s r o a d s   p o d -   e p i s o d e   2 2 :   s i n g i n g   t h e   b l u e s   o n     b o i l e r u p   c h i r p c h i r p   c o l t s   f o r t h e s h o e   g o i r i s h   i u f b   p a c e r s   w e f l y  
t h e   2 0 1 3 - 2 0 1 4   p a c e r s   n e e d   t o   h a v e   a   3 0   f o r   3 0   j u s t   b a s e d   o n   t h i s   p i c t u r e   a n d   t h i s   t w e e t .    
t h e     a l l - t i m e   r e c o r d   i s   2 2 7 5 - 2 1 7 3   ( . 5 1 1 ) .   p a c e r s   g o l d b l o o d e d
l i t t l e   p o s t g a m e   r e a c t i o n   t o   l a s t   n i g h t s   p l u n d e r i n g .   a l s o   a v a i l a b l e   o n   s p o t i f y   
 
   k n i c k s   n y k   n y k n i c k s   n b a p r e s e a s o n   n b a   p a c e r s   p o d c a s t     
 

📊   o b i   t o p p i n   v s   i n d i a n a : 
 
 2 4   p o i n t s 
 1 0 / 1 4   s h o o t i n g 
 4   t h r e e s   
 2   b l o c k s 
 1   e a s t b a y   d u n k   
 2 0   m i n u t e s 
 
 n b a   n b a i t a l i a   n b a p r e s e a s o n   k n i c k s   p a c e r s  
🎙 ️   r j   b a r r e t t :   " t h a t   [ b e t w e e n   t h e   l e g s   d u n k ]   w a s   c r a z y . " 
 
 o b i   t o p p i n :   " h e   s e e s   i t   e v e r y d a y . " 
 
 r j :   " h e   d o e s   t h a t   a l l   t h e   t i m e . "   
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s   n b a p r e s e a s o n  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
🏀 a l l - a c c e s s :   t r a i n i n g   c a m p   b e g i n s   ( e p .   1 ) | c h i c a g o   b u l l s 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n ‼ ️ 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s    
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 o b i   t o p p i n ‼ ️ 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s   

📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 •   o b i   t o p p i n 
 
 2 4   p t s ,   2   b l k ,   4   3 p m 
 
 n b a   n b a i t a l i a   k n i c k s   p a c e r s     
  
r e s u l t s   o f   n b a   m a t c h e s   p r e s e a s o n   0 7 / 1 0 / 2 0 2 2 
 
 c h i c a g o b u l l s   b o s t o n c e l t i c s   n u g g e t s   h o r n e t s   k n i c k s   p a c e r s   p i s t o n s   p e l i c a n s   m a v e r i c k s   h a w k s   b u c k s   n b a i n a b u d h a b i   u s a  
t y r e s e   h a l i b u r t o n   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e h a l i b u r t o n   t y r e s e   h a l i b u r t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
g o g a   b i t a d z e   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g o g a b i t a d z e   g o g a   b i t a d z e   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i n d i a n a   p a c e r s   v s   n e w   y o r k   k n i c k s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   i n d i a n a   p a c e r s   n b a   v i d e o :  
b e n n e d i c t   m a t h u r i n   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b e n n e d i c t m a t h u r i n   b e n n e d i c t   m a t h u r i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   r e s u l t s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2   ;   n b a   g a m e s   t o d a y ;   c e l t i c s 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s
  t w o   g r e a t e s t   i n   g a m e   d u n k s   h a d   p a c e r s   o n   t h e   f l o o r .   b l u e a n d g o l d   p a c e r s   p g 1 3
n e w   y o r k   k n i c k s   i n d i a n a   p a c e r s     p o s t   g a m e   r e v i e w     v i a     n e w y o r k   n e w y o r k f o r e v e r
o h   p a c e r s   m u s t   o f   h a d   m o s t   o f   o u r   s t a r t e r s   s i t t i n g … .   n b a   🤣   c e r t a i n l y   n o t   h o w   t h e   r e g u l a r   s e a s o n   w i l l   g o .   i n d y   g o n n a   c u r b   s t o m p   k n i c k s   t h i s   y e a r .   e n j o y   👍  
t y r e s e   h a l i b u r t o n   h i g h l i g h t s   -   k n i c k s   v s .   p a c e r s   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   t y r e s e   h a l i b u r t o n   n y k   i n d   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   n e w y o r k   k n i c k s   i n d i a n a   p a c e r s
a r o u n d   d e c e m b e r   w h e n   t h e   p a c e r s   a r e   g i v i n g   u p   1 3 0   n i g h t l y ,   i ’ m   g o n n a   b e   g l a d   t h a t   t h e   r e l e n t l e s s   p o s i t i v i t y   h a s   d r a i n e d   a w a y   a n d   p e o p l e   c a n   j o i n   m e   o n   m y   i s l a n d .   
 
 i t ’ s   l o n e l y   h e r e   n o w
o b i t o p p i n   s c o r e s   2 4   p o i n t s   o f f   t h e   b e n c h   t o   l i f t   t h e   k n i c k s   o v e r   t h e   p a c e r s .   f i n a l :   i n d   1 1 4   -   1 3 1   n y k   n b a p r e s e a s o n
k n i c k s   b e a t   t h e   p a c e r s 
 i .   j a c k s o n   -   6 p t s ,   3 r e b 
 j .   r a n d l e   -   1 5 p t s ,   7 r e b ,   4 a s t ,   1 s t l 
 i .   q u i k l e y - 1 7 p t s ,   3 r e b ,   3 a s t ,   1 s t l 
 
 k y p r o b a s k e t b a l l   🏀 
 n b a 2 l o u     l e t s g o p r o     n b a t w i t t e r     b b n   😼
f e r r o n   h u n t   d o n ’ t   d o   i t   p t   2   n b a   b a s k e t b a l l   n b a t w i t t e r   f e r r o n h u n t   k n i c k s   n y k   k n i c k s t a p e   p a c e r s   b l o c k   g o g a b i t a d z e  
p a c e r s   f u t u r e   m e e t s   p a c e r s   p a s t :     a n d     a f t e r   t o n i g h t ’ s   g a m e   a t   t h e   g a r d e n .  
t o n i g h t   w a s   o b i   t o p p i n ’ s   g r e a t e s t   g a m e   a s   a   k n i c k   🔥 🤯       k n i c k s   p a c e r s
j a l e n   g r e e n   s k i e s   f o r   t h e   o o p   🚀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a l e n   g r e e n   a l l e y o o p   d u n k   h o u   h o u s t o n   r o c k e t s   i n d   i n d i a n a   p a c e r s
f e r r o n   h u n t   w h y ? ?   n b a   b a s k e t b a l l   k n i c k s   f e r r o n h u n t   n b a t w i t t e r   n y k   k n i c k s t a p e   g o g a b i t a d z e   b l o c k   p a c e r s  
f i n a l   f r o m   t h e   g a r d e n 
 k n i c k s   1 3 1 
 p a c e r s   1 1 4 
 
 o b i   & a m p ;   i q   p l a y e d   r e a l l y   w e l l   o f f   t h e   b e n c h .   b a r r e t t   & a m p ;   b r u n s o n   w e ’ r e   c o o k i n g   e a r l y   a n d   c o o l e d   o f f   i n   t h e   s e c o n d   h a l f ,   b u t   c e r t a i n l y   a   g o o d   s i g n   f o r   n e w   y o r k .   
 
 t o p p i n :   2 4   p t s ,   4 / 7   3 p t 
 q u i c k l e y :   1 7   p t s ,   3   a s t ,   3 / 6   3 p t
  l o o k i n g   g o o d ,   u n f o r t u n a t e l y   p r e - s e a s o n   h a s   b e e n   a g a i n s t     p i s t o n s   a n d     p a c e r s   !   w e   a r e   g o i n g   t o   b e   b e t t e r , b u t   l e t s   s e e   h o w   g o o d !   d e f i n i t e l y   d e e p !   t h i b s   h a s   h i s   w o r k   c u t   o u t ! !   k n i c k s   o b i      
n e m b h a r d   d i m e   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   a n d r e w n e m b h a r d   d e i v i d a s s i r v y d i s  
o b i   t o p p i n   w i t h   t h e   b l o c k   a n d   t h e   e a s t b a y ?   👀   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   o b i   t o p p i n   d u n k   b l o c k   n y k   n e w y o r k   k n i c k s   i n d   i n d i a n a   p a c e r s
o b i   t o p p i n   & a m p ;   i m m a n u e l   q u i c k l e y   n e x t   t o   r j   b a r r e t t   a r e   t h e   f u t u r e !   i t   d o e s n ’ t   m a t t e r   i f   c l o w n   c o a c h   t h i b s   l i k e s   i t   o r   n o t .   o n c e   w e   f i r e   h i m ,   w e   t a k i n g   o f f   b a b y !   t e l l e m   k n i c k s   p a c e r s  
k n i c k s   b e a t   p a c e r s   1 2 1 - 9 7 .   o n l y   p r e s e a s o n   t h o u g h 
 i   h o p e   t h e y   c a n   p l a y   t h i s   g o o d   i n   r e g u l a r   s e a s o n .
m a t h u r i n   a n d 1   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   b e n n e d i c t m a t h u r i n   r o o k i e   p r e s e a s o n  
o b i   t o p p i n   d u n k i n g   a n d   t r y i n g !   k n i c k s   n b a   p a c e r s  
d e t l e f   s c h r e m p f   w a s   a   d o - i t - a l l   f o r w a r d   d u r i n g   h i s   c a r e e r   💯 
 
 3 x   a l l - s t a r 
 1 9 9 5   a l l - n b a   t h i r d   t e a m 
 2 x   s i x t h   m a n   o f   t h e   y e a r 
 
 1 3 . 9   p p g 
 6 . 2   r p g 
 3 . 4   a p g 
 4 9 . 1   f g % 
 3 8 . 4   3 p % 
 8 0 . 3   f t % 
 2 9 . 6   m p g 
 
 g e r m a n   l e g e n d .   👏 
 
 b l a z e r s   m a v s   p a c e r s   n b a  
  t o p p i n   e a s t   b a y   f u n k   i n   g a m e   d u n k   w a s   n a s t y   v s   p a c e r s   j u s t   n o w   🏀 🏀 🔥 🔥 🔥 🔥 🔥
s l o p p y   h a n d o f f   l e a d s   t o   t h i s   b r e a k   a w a y   o f f   t h e   b a c k b o a r d   d u n k   b y   s m i t h .   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   j a l e n s m i t h   a l l e y o o p  
i   w i l l   s a y   i   m i s s e d   h e a r i n g   _ j _ b o y l e   v o i c e   t h i s   o f f   s e a s o n .   s o   g l a d   t o   h e a r   h i m   b r o a d c a s t   t h e   p a c e r s   o n c e   a g a i n .   t h e   b e s t   t o   e v e r   d o   i t . 
 p a c e r s   k n i c k s
h a l i b u r t o n   w i t h   t h e   s t e a l   a n d   b a s k e t   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   t y r e s e h a l i b u r t o n  
d u a r t e   f i n i s h e s   a t   t h e   b a s k e t   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   c h r i s d u a r t e  
h a l i b u r t o n   d r a i n s   t h e   o p e n   3   n b a   b a s k e t b a l l   p a c e r s   t y r e s e h a l i b u r t o n   n b a t w i t t e r  
m i t c h   r o b   g o t t a   b l o c k   t h i s .   n b a   b a s k e t b a l l   b u d d y h i e l d   p a c e r s   n b a t w i t t e r   p r e s e a s o n  
e n d   o f   q 2 
 k n i c k s   7 2 
 p a c e r s   5 4 
 
 r j   b a r r e t t :   1 6   p t s ,   2   r e b ,   4 / 5   3 p t 
 j a l e n   b r u n s o n :   1 5   p t s ,   3   a s t 
 o b i   t o p p i n :   1 0   p t s ,   2 / 4   3 p t
b u d d y   h i e l d   3   b a l l   n b a   b a s k e t b a l l   p a c e r s   b u d d y h i e l d   n b a t w i t t e r   p r e s e a s o n  
t u r n e r ' s   s h o t   m i s s e d   t o   e n d   o f   t h e   f i r s t   h a l f 
 p a c e r s   5 4   k n i c k s   7 2   h  
p e o p l e   w h o   k e e p   s a y i n g   t h e   p a c e r s   n e e d   t o   t r a d e   b u d d y   a n d   m i l e s   o r   t h e y ' l l   b e   t o o   g o o d   t o   t a n k   h a v e   n e v e r   w a t c h e d   b u d d y   o r   m i l e s   p l a y
b u d d y   h i e l d   t r e y 
 p a c e r s   5 2   k n i c k s   6 9   2 n d  
j u l i u s   r a n d l e   b u c k e t 
 p a c e r s   4 9   k n i c k s   6 9   2 n d  
j u l i u s   r a n d l e   s t e p - b a c k   j u m p e r 
 p a c e r s   4 7   k n i c k s   6 7   2 n d  
j u l i u s   r a n d l e   f r o m   d o w n t o w n 
 p a c e r s   4 7   k n i c k s   6 5   2 n d  
🏀 i n d i a n a   p a c e r s   h i g h l i g h t s   a t   c h a r l o t t e   h o r n e t s | o c t o b e r   0 5 ,   2 0 2 2 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
m i t c h e l l   r o b i n s o n   o n   b o t h   e n d s   o f   t h e   c o u r t 
 p a c e r s   4 7   k n i c k s   6 0   2 n d  
m i t c h e l l   r o b i n s o n   b o a r d   & a m p ;   s l a m 
 p a c e r s   4 7   k n i c k s   6 0   2 n d  
r j   b a r r e t t   d o w n t o w n 
 p a c e r s   4 3   k n i c k s   5 4   2 n d  
c h r i s   d u a r t e   t r e y 
 p a c e r s   4 3   k n i c k s   5 1   2 n d  
b u d d y   h i e l d   b u c k e t 
 p a c e r s   4 0   k n i c k s   4 6   2 n d  
o b i   t o p p i n   d o w n t o w n 
 p a c e r s   3 8   k n i c k s   4 6   2 n d  
o k ,   s o   m a y b e   t h e   p a c e r s   d o n ' t   h a v e   t h e   b e s t   s e c o n d   u n i t   i n   t h e   l e a g u e .   p a c e r s
o b i   t o p p i n   d r i v i n g   b u c k e t 
 p a c e r s   3 8   k n i c k s   4 3   2 n d  
j e r i c h o   s i m s   s t u f f 
 p a c e r s   3 8   k n i c k s   4 1   2 n d  
m i l e s   m c b r i d e   t r e y 
 p a c e r s   3 7   k n i c k s   3 9   2 n d  
i m m a n u e l   q u i c k l e y   b u c k e t 
 p a c e r s   3 7   k n i c k s   3 6   2 n d  
b e n n e d i c t   m a t h u r i n   t r e y 
 p a c e r s   3 5   k n i c k s   3 1   2 n d  
o b i   t o p p i n   d o w n t o w n 
 p a c e r s   3 2   k n i c k s   3 1   2 n d  
o b i   t o p p i n   l a y u p 
 p a c e r s   3 1   k n i c k s   2 8   2 n d  
t j   m c c o n n e l l   p u l l u p   j u m p e r 
 p a c e r s   3 1   k n i c k s   2 6   e n d   o f   1 s t  
e n d   o f   q 1 
 k n i c k s   2 6 
 p a c e r s   3 1 
 
 r j   b a r r e t t :   1 1   p t s ,   2   r e b ,   3 / 4   3 p t 
 j a l e n   b r u n s o n :   7   p t s ,   1   r e b ,   1   a s t
m a t h u r i n   o f f   t h e   i n   b o u n d s .   n b a   b a s k e t b a l l   n b a t w i t t e r   p a c e r s   b e n e d i c t m a t h u r i n  
d e r r i c k   r o s e   🌹 
 p a c e r s   2 9   k n i c k s   2 6   1 s t  
b e n n e d i c t   m a t h u r i n   l a y u p 
 p a c e r s   2 9   k n i c k s   2 4   1 s t  
g r e a t   p i c k u p   f o r   t h e   p a c e r s !   b e n n e d i c t   i s   h i m !       p a c e r s   💙 💛
b e n n e d i c t   m a t h u r i n   & a m p ;   o n e 
 p a c e r s   2 7   k n i c k s   2 4   1 s t  
p a c e r s   l e t ' s   g o . . .   b e a t   k n i c k s   i n d v s n y
d e r r i c k   r o s e   🌹 
 p a c e r s   2 1   k n i c k s   2 4   1 s t  
h a l i b u r t o n   g e t s   t o   t h e   r i m .   n b a   b a s k e t b a l l   p a c e r s   t y r e s e h a l i b u r t o n   n b a t w i t t e r  
i m m a n u e l   q u i c k l y   d o w n t o w n 
 p a c e r s   1 9   k n i c k s   2 2   1 s t  
c h r i s   d u a r t e   & a m p ;   o n e 
 p a c e r s   1 9   k n i c k s   1 9   1 s t  
i ’ m   s u r p r i s e d   m a t h u r i n   i s   n o t   s t a r t i n g   o r   e v e n   o f f   t h e   b e n c h   y e t   f o r   t h e   p a c e r s .   d u a r t e   i s   p l a y i n g   n i c e   s o   f a r   b u t   t h i s   k i d   i s   g r e a t ,   w a t c h   f o r   h i m   w h e n   h e   d o e s   c h e c k   i n   t o n i g h t   f o r   t h e   p a c e r s
i m m a n u e l   q u i c k l e y   b u c k e t 
 p a c e r s   1 6   k n i c k s   1 9   1 s t  
t e r r y   t a y l o r   l a y u p 
 p a c e r s   1 6   k n i c k s   1 7   1 s t  
j a l e n   b r u n s o n   d r i v i n g   f l o a t e r 
 p a c e r s   1 4   k n i c k s   1 4   1 s t  
i s a i a h   j a c k s o n   & a m p ;   t e r r y   t a y l o r   a r e   t h e   f i r s t   t w o   s u b s   o f f   t h e   b e n c h   t o n i g h t .   p a c e r s
h a l i b u r t o n   b u c k e t 
 p a c e r s   1 4   k n i c k s   1 0   1 s t  
r j   b a r r e t t   d o w n t o w n 
 p a c e r s   1 2   k n i c k s   1 0   1 s t  
t y r e s e   h a l i b u r t o n   d o w n t o w n 
 p a c e r s   9   k n i c k s   7   1 s t  
c h r i s   d u a r t e   f r o m   d o w n t o w n 
 p a c e r s   9   k n i c k s   5   1 s t  
b u d d y   h i e l d   3   b a l l   n b a   b a s k e t b a l l   n b a t w i t t e r   b u d d y h i e l d   p a c e r s  
n b a   p r e s e a s o n 
 
 h o r n e t s   + 5 . 5   - 1 1 0   h o r n e t s 
 p a c k e r s   + 4 . 5   - 1 1 0   p a c e r s 
 
 m i n u t e m a i d j a y   g a m b l i n g t w i t t e r
p a c e r s   v s   k n i c k s   n b a   f r e e   s t r e a m 
 l i v e   t v   -   
 
 0 7   o c t o b e r ,   1 9 : 3 0   e t   t i m e 
 n b a s t r e a m s   n b a   n b a p r e a s e a s o n   p a c e r s   k n i c k s  
i n d i a n a   p a c e r s   @   n e w   y o r k   k n i c k s   |   l i v e s t r e a m   w / g a m e   c o m m e n t a r y   +   r e a c t i o n s  
w e   a r e   l i v e !   k n i c k s   p a c e r s   n y k n i c k s   n e w y o r k f o r e v e r   
 

w h o ' s   a t   t h e   g a m e   t o n i g h t ?     
 k n i c k s   p a c e r s
w e ' l l   b e   l i v e   i n   2 0   m i n u t e s   b r i n g i n g   y o u   p r e s e a s o n   c o m m e n t a r y   o f   t h e   k n i c k s   a n d   p a c e r s !   y o u   d o n ' t   w a n n a   m i s s   i t ! 
 

v i c t o r   w e m b a n y a m a   v s   s c o o t   h e n d e r s o n   |   n b a   g m s   t h o u g h t s   o n   i n d i a n a   p a c e r s   |   p a c e r s - k n i c k s   p r e v i e w 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
p a c e r s   w i n   w e d n e s d a y .   c o l t s   w i n   l a s t   n i g h t .   c a n   w e   g e t   t h e   t r i f e c t a   a n d   g e t   t h a t   p a c e r s   d u b   t o n i g h t ?   i   k n o w   i t ’ s   o n l y   p r e s e a s o n   b u t   i   l i k e   t o   w a t c h   t h e m   w i n . 
 
 w e   t e a m   i n d y   o v e r   h e r e   a l l   d a y !
g o t   a   f u l l   s c h e d u l e   f o r   t o n i g h t ! 
 n b a t v   n b a   n b a t w i t t e r   c e l t i c s   a l l f l y   p a c e r s   k n i c k s   n u g g e t s   b u l l s n a t i o n   w e t h e n o r t h   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s   p e l i c a n s   m a g i c   m f f l   m a v e r i c k s   r a p t o r s   h o r n e t s   n b a p r e s e a s o n 2 0 2 2   n b a p r e s e a s o n  
b a c k   t o   b a s k e t b a l l !   j o i n   m y s e l f ,     +     a s   w e   w i l l   b e   l i v e s t r e a m i n g   t o n i g h t ' s   p r e s e a s o n   m a t c h u p   b e t w e e n   t h e   p a c e r s   +   t h e   k n i c k s   a t   7 : 2 5 p m !   j o i n   u s   i n   t h e   c o m m e n t   s e c t i o n   a s   w e   g e t   a   l o o k   a t   w h a t   t h e   k n i c k s   m a y   l o o k   l i k e   i n   2 0 2 2 ! 

n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   c e l t i c s   h o r n e t s   p a c e r s   k n i c k s   n u g g e t s   b u l l s   r a p t o r s   r o c k e t s   h e a t   g r i z z l i e s   p i s t o n s
p l e a s e   t a n k   f o r   t h i s   g u y   p a c e r s   ! g e n e r a t i o n a l   t a l e n t   n b a  
h i   e v e r y o n e ,   v i s a   p r o b l e m   w i t h   m y   g i r l f r i e n d ,   i m p o s s i b l e   t o   c o m e   t o   n y   t o n i g h t .   w e ' r e   s e l l i n g   t w o   t i c k e t s   t o   s e e   t h e   n y c   k n i c k s   v s   i n d i a n a   p a c e r s   p l a y o f f   g a m e .   a n y o n e   i n t e r e s t e d ?   🏀 
 b a s k e t b a l l   n b a   p l a y o f f s 2 0 2 2   k n i c k s   p a c e r s   n y c   m a d i s o n s q u a r e g a r d e n
🏀 t r a i n i n g   c a m p   d a y   o n e 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
v e g a s   o d d s   f a v o r   t h e   k n i c k s   o v e r   t h e   p a c e r s ,   - 5 . 0  
t h e   n e w   y o r k   k n i c k s   p u t   a n o t h e r   p e r f e c t   p r e s e a s o n   o n   t h e   l i n e   o n   f r i d a y   n i g h t . 
 
 f i n d   o u t   w h o   a n d   w h a t   t o   w a t c h   f o r   i n   m y   l a t e s t : 
 n e w y o r k f o r e v e r   p a c e r s   n b a t w i t t e r   
 

t o n i g h t ,   w e ' l l   b e   s t r e a m i n g   o u r   f i r s t   n b a   g a m e   o f   t h e   s e a s o n   t o n i g h t   a s   t h e   p a c e r s   t a k e   o n   t h e   k n i c k s   a t   m s g !   w e ' l l   b e   l i v e   a t   7 : 2 5   p m   f o r   p r e g a m e   d i s c u s s i o n   a n d   t h o u g h t s   b e f o r e   t i p - o f f   a t   7 : 4 0 !   s e e   y a   g u y s   t h e n ! 
 n e w y o r k f o r e v e r   

h o l l i n g e r ' s   a n a l y s i s   i s   w a y   o f f   h e r e ,   b u t   i   l i k e   t h i s   t r a d e   f o r   b o t h   s i d e s . 
   g e t   s h o o t i n g   a n d   s t r e t c h   5 
 p a c e r s   d o n ' t   h a v e   t o   t a k e   o n   w e s t b r i c k   a n d   s t u n t   h a l i b u r t o n ' s   g r o w t h  
i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a c a p s   n e w e r a f i t t e d   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   c a p   f i t t e d h e a d s   t h i s i s t h e c a p   w e a r y o u r a l l e g i a n c e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f i t t e d c a p   t h e c a p t h e p r o s w e a r   s t r i c t l y f i t t e d   h a t g a m e 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   f l y y o u r o w n f l a g   w e a r y o u r a l l e g i a n c e   h a t a d d i c t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   h a t   c a p l o v e r   f i t t e d h e a d s   c a p s   s p e a k w i t h y o u r c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d f a m   n e w e r a f i t t e d   s t a y f i t t e d 
 

i n d i a n a   p a c e r s   5 9 f i f t y   c l a s s i c   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   c l a s s i c   h a t c r a w l e r   f i t t e d   n e w e r a   c a p a h o l i c   w e a r w h a t t h e p r o s w e a r   t h i s i s t h e c a p 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   s t a y f i t t e d   n e w e r a h a t 
 

i n d i a n a   p a c e r s   5 9 f i f t y   n b a   7 5 t h   a n n i v e r s a r y   n o w   a v a i l a b l e   f r o m   h a n g t i m e i n d y 
 
 n e w d r o p   h a n g t i m e i n d y   i n d i a n a p o l i s   n b a   i n d i a n a p a c e r s   p a c e r s   i n d i a n a   5 9 f i f t y   7 5 t h   a n n i v e r s a r y   h a t c r a w l e r   f i t t e d   f i t t e d h a t s   t h i s i s t h e c a p   c a p 
 

n o b o d y ’ s   g o i n g   t o   s a y   i t   s o   i   a m !   
 
 p a c e r s   2 0 2 5   n b a   c h a m p i o n s h i p   s t a r t i n g   r o s t e r 
 
 p g :   h a l i b u r t o n 
 s g :   m a t h u r i n 
 s f :   p a u l   g e o r g e 
 p f :   s t i x 
 c :   w e m b a n y a m a
i f   p a c e r s   g e t   v i c t o r   w e m b a n y a m a   i   h a v e   n o   d o u b t   i n   m y   m i n d   t h e   p a c e r s   w i l l   f i n a l l y   g e t   t h a t   n b a   c h a m p i o n s h i p
l o w e ' s   a n n u a l   n b a   t i e r s   —   l o w e   h a s   t h e   p a c e r s   r a n k e d   i n   t h e   b o t t o m   f i v e   
   
 
   
 b a s k e t b a l l   i n d i a n a   i n d i a n a p a c e r s   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e c e n t r a l d i v i s i o n  
m y l e s   t u r n e r   s u i t s   u p   f o r   t h e   f i r s t   t i m e   s i n c e   j a n u a r y ,   d r o p s   1 2   p o i n t s   f o r   i n d i a n a   p a c e r s   i n d i a n a   p a c e r s   c e n t e r   m y l . . .     p a c e r s  
n e w   j o i n t   i s   u p . 
 
 k n i c k s   n y k   n y k n i c k s   n e w y o r k   
 p i s t o n s   p a c e r s   v i c t o r w e m b a n y a m a   
 n b a   p r e s e a s o n   
 
           _ 3 2   
 

l a k e r s ,   p a c e r s   k e e p i n g   i n   t o u c h   a g a i n   a b o u t   b u d d y   h i e l d   t r a d e   s t a t u s     l a k e r s
t h i s   c o l t s   t e a m   i s   j u s t   n o t   i t .   i   d o n ’ t   e v e n   f u c k i n g   c a r e   i f   w e   w i n   o r   l o s e   t h i s   o n e .   i   w a n t   e v e r y o n e   g o n e .   r e i c h ,   b a l l a r d …   i ’ d   t r a d e   a w a y   l e o n a r d ,   n e l s o n ,   m o o r e ,   a n d   o t h e r s   f o r   t h e   h i g h e s t   d r a f t   p i c k s   i   c o u l d   g e t .   n e e d   t o   r e h a u l ,   a   l a   t h e   p a c e r s
a t l a n t a   h a w k s '   d e j o u n t e   m u r r a y   s e n d s   s t r o n g   m e s s a g e   t o   t e a m m a t e s 
 
 
 
 n b a   t r u e t o a t l a n t a   h a w k s   a t l a n t a   g o s p u r s g o   s a n a n t o n i o   w e t h e n o r t h   h e a t t w i t t e r   l a k e s h o w   d u b n a t i o n   p a c e r s   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
d e f e n s e   i s   w o r n   o u t   a n d   s o   a m   i .   d o n e   w i t h   t h i s   t e a m   f o r   t h e   s e a s o n .   p a c e r s   m i g h t   b e   b a d   b u t   t h e r e ' s   c o h e s i o n   a n d   h o p e   u n l i k e   t h e   c o l t s
s h o u l d   r a p t o r s   w o r r y   a b o u t   3 - p o i n t   s h o o t i n g   a f t e r   c e l t i c s   w i n ? 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   c a n a d a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i
m i a m i   h e a t :   w h y   t h i s   i s   t h e   p r i m e   o f   j i m m y   b u t l e r ' s   c a r e e r 
 
 
 
 n b a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l     n e t s   b u c k s   j a z z   w a r r i o r s   a l l f l y
t i m b e r w o l v e s '   e x c i t i n g   s e c r e t   w e a p o n   w a s   o n   f u l l   d i s p l a y   a g a i n s t   m i a m i 
 
 
 
 n b a   r a i s e d b y w o l v e s   m i n n e s o t a   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l     n e t s   b u c k s   j a z z   w a r r i o r s
a n t h o n y   d a v i s   a l r e a d y   s h o w i n g   l a k e r s   f a n s   w h y   t h e y   c a n ' t   t r u s t   h i m 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l   r a i s e d b y w o l v e s   n e t s   b u c k s   j a z z   w a r r i o r s
l a k e r s   f a n s   b e g g i n g   f o r   p a c e r s   t r a d e   d u r i n g   p r e s e a s o n   ( f o r   a   n e w   r e a s o n ) 
 
 
 
 n b a   l a k e r s   l a k e s h o w   l o s a n g e l e s   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l   r a i s e d b y w o l v e s   n e t s   b u c k s   j a z z
t a n k   t o   t r y   t o   g e t   w e m b a n y a m a ?   n e e d   t o   r e a l l y !   p a c e r s     _ s m i t h   g e n e r a t i o n a l   t a l e n t .
🏀 c h a s e   d o w n   p o d c a s t   l i v e :   i n s i d e   t h e   l a b   w i t h   j a m a l   r i c h a r d s o n 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
w i t h   e v e r y   u t t e r l y   r i d i c u l o u s   h i g h l i g h t   i   b e c o m e   a   b i g g e r   f a n   o f   t h e   m o o t e d   w e s t b r o o k   f o r   m y l e s / b u d d y   d e a l .   p a c e r s  
p a c e r s   a b o u t   t o   h a v e   v i c t o r   w e m b a n y a m a ,   t y r e s e   h a l i b u r t o n   a n d   b e n n e d i c t   m a t h u r i n   t a k e   b a c k   o v e r   t h e   c i t y ’ s   a t t e n t i o n   f r o m   c o l t s .
🏀 h i g h l i g h t s :   b u c k s   1 0 2 - g r i z z l i e s   1 0 7 | 1 0 . 1 . 2 2 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
w h e r e   d o   g u y s   t h i n k   t h e     w i l l   e n d   u p ?   l o o k   a t   m y   p r e d i c a t i o n   b e l o w   a n d   t e l l   m e   w h a t   y o u   t h i n k   a b o u t   i t !   n b a   p a c e r s   t h e h o o p c o a l i t i o n   w h o g o t n e x t  
d i d   t h e   p a c e r s   g e t   a   w i n ?   y e p !   m y   t h o u g h t s   o n   l a s t   n i g h t ' s   g a m e   a n d   w h o   o v e r / u n d e r p e r f o r m e d   i n   p r e s e a s o n   g a m e   o n e . 
 
 p a c e r s   |     

b r a h   f o r   a l l   y o u   c o m p l a i n i n g   a b o u t   b a l l y   s p o r t s   o r   n o t   b e i n g   a b l e   t o   w a t c h   a   g a m e   y o u   w a n t .   t h e r e   a r e   a   m i l l i o n   w e b s i t e s   t o   w a t c h   f r e e   s t r e a m s   j u s t   u s e   y o u r   p l a y s t a t i o n / x b o x / c o m p u t e r .   i t ’ s   s u p e r   e a s y   p a c e r s
w h a t   i s   e v e r y b o d y ’ s   p l a n   f o r   w a t c h i n g   t h e     t h i s   s e a s o n ,   i   d o n ’ t   h a v e   c a b l e   a n d   l i v e   i n   i n d y   ,   i ’ v e   b e e n   h e a r i n g     i s   a s s   b u t   h a v e n ’ t   u s e d   i t   i n d y   p a c e r s   c o l t s
c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
p a c e r s   b l o w   o u t   t h e   h o r n e t s   l a s t   n i g h t   i n   c h a r l o t t e .     r o o k   b e n n e d i c t   m a t h u r i n   p u t   i n   1 5   p o i n t s   a n d   a a r o n   n e s m i t h   h a d   1 6 .     l a s t   n i g h t ,   y o u t h   w a s   s e r v e d !
_ h i _ h e l l o _   b i g   t h r e e   d a z e .   p a c e r s   y e s t e r d a y   a n d   t o m o r r o w ,   s a n d w i c h e d   b y   o u r   c o l t s   t o d a y ? ? ? ?   
 
 w o w z a .   w e   g o t   a   l o t   g o i n ’   o n ,   g g .
i   l i k e   t h i s   l o w   k e y . . .   a s   a   w a r r i o r s   f a n .   b e t t e r   t h a n   l o s i n g   d r a y   f o r   n o t h i n g   b e c a u s e   i t   s e e m s   h e   h a s   h i s   e y e s   s e t   o n   d e t r o i t 
 
 d u b n a t i o n   p a c e r s   w a r r i o r s   l a k e r s  
g e t   y o u r s e l v e s   o v e r   a n d   g i v e   a   l i s t e n   t o   m y   g u y s !   b e s t   s p o r t s   p o d c a s t   o f   a l l   t i m e   e v e r !   y o u ’ l l   h a v e   a   g r e a t   t i m e !   c o l t s   p a c e r s  
e p i s o d e   1 5   o f   " t h e   3 1 7   s p o r t s   p r o j e c t "   i s   o u t   f r i e n d s .   m a n ,   w e   h a d   a   b l a s t   w i t h   t h i s   o n e .   w e   t a l k e d   t u a ,   a a r o n   j u d g e ,   t h e   c o l t s ,   p a c e r s   a n d   m o r e .   w e   e v e n   g i v e   s o m e   l o v e   t o   d m x   ( r i p ,   k i n g ) !   y o u   d o n ' t   w a n n a   m i s   t h i s   o n e .   
 
 e n j o y ,   e p .   1 5 !   p e n n a n d p o p s 
 

y e s t e r d a y ' s   n b a p r e s e a s o n   f i n a l   g a m e   s c o r e s : 
 
 • s i x e r s   t y r e s e   m a x e y :   2 1   p t s 
 
 • p a c e r s   i s a i a h   j a c k s o n :   1 3   p t s ,   6   r e b ,   4   b l k 
 
 • r a p t o r s   g a r y   t r e n t :   9   p t s ,   4   r e b ,   2   s t l 
 
 • s u n s   d e v i n   b o o k e r :   2 2   p t s ,   3   r e b 
 • s u n s   c h r i s   p a u l :   1 3   p t s ,   1 0   a s t ,   4   r e b ,   2   s t l 
 
 ( v i a   )  
u p   n e x t :   w e ' r e   r e c a p p i n g   t h e   p a c e r s   p r e s e a s o n   o p e n e r   w i t h     !   w h a t   w e r e   h i s   b i g g e s t   t a k e a w a y s   a n d   w h o   i m p r e s s e d !  
a   t o u g h   g a m e   f o r   t h e   h o r n e t s   l a s t   n i g h t   v e r s u s   t h e   p a c e r s .   d e s p i t e   c u t t i n g   t h e   l e a d   d o w n   t o   9   d u r i n g   t h e   3 q ,   t h e   p a c e r s   w e n t   o n   a   r u n   a n d   e n d e d   u p   b l o w i n g   o u t   t h e   h o r n e t s   f o r   t h e   s e c o n d   s t r a i g h t   g a m e   t h i s   p r e s e a s o n .   a l l f l y
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t t w i t t e r   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s    
p a c e r s   n o t   t r y i n g   t o   o v e r r e a c t   b u t   w h o   a r e   w e   p l a y i n g   i n   t h e   f i n a l s
t . j .   m c c o n n e l l   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t . j . m c c o n n e l l   t . j .   m c c o n n e l l   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
t y r e s e   h a l i b u r t o n   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y r e s e h a l i b u r t o n   t y r e s e   h a l i b u r t o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
c o l t s   g a m e d a y   –   m a t t   r y a n   m u s t   h o l d   o n t o   b a l l   t o   w i n ,   k e e p   j o b !   f i v e   k e y s   t o   b e a t   b r o n c o s !   p a c e r s   b e a t   h o r n e t s !   c u b s   p a r t y   i n   f i n a l e !    
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i t ' s   g a m e   d a y   a n d   w e ' l l   b e   a l l   o v e r   c o l t s   & a m p ;   b r o n c o s   a h e a d   o f   t h e i r   t n f   t i l t !   n o   j o n a t h a n   t a y l o r ,   s o   w h o   w i l l   c a r r y   t h e   l o a d   f o r   t h e   c o l t s ?   +   p a c e r s   p r e s e a s o n   g o t   u n d e r w a y   l a s t   n i g h t ! 
 
 8 : 3 0   -     
 9   -    
t h e   o n e   t h i n g   b e n e d i c t   m a t h u r i n   s h o w e d   t h e   p a c e r s   l a s t   n i g h t   i s   t h a t   h e ’ s   n o t   a f r a i d   t o   s h o o t
_ s p o r t s   n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r               
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h  
i   w o n d e r   w h y   g o g a   d i d n ’ t   p l a y   l a s t   n i g h t .   a n y o n e   k n o w ?   p a c e r s
n e w   v i d e o   t o   w a t c h : 
 
 " l a k e r s   & a m p ;   p a c e r s   e n g a g e d   i n   s e r i o u s   r u s s e l l   w e s t b r o o k   t a l k s   r i g h t   b e f o r e   s t a r t   o f   c a m p "   
 
 c r e a t o r :     c y r o   a s s e o 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
  m a j o r   c o n c e r n s   f o r   𝙏 𝙚 𝙖 𝙢   𝙄 𝙣 𝙙 𝙞 𝙖   a h e a d   o f     2 0 2 2   😐 👇 
 r e a d   🔗 
 
 t 2 0 w o r l d c u p 2 0 2 2   i n d v s a u s   p a c e r s   t e a m i n d i a   c r i c k e t  
m a j o r   c o n c e r n s   f o r   𝙏 𝙚 𝙖 𝙢   𝙄 𝙣 𝙙 𝙞 𝙖   a h e a d   o f     2 0 2 2   😐 👇 
 r e a d   🔗 
 
 t 2 0 w o r l d c u p 2 0 2 2   i n d v s a u s   p a c e r s   t e a m i n d i a   c r i c k e t  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 t 2 0 w o r l d c u p 2 0 2 2   p a c e r s   
 t 2 0   n z s e r i e s   p a k i s t a n z i n d a b a d  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t t w i t t e r     t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 b e n n   m a t h u r i n 
 
 1 5   p t s 
 
 n b a   n b a i t a l i a   p a c e r s   h o r n e t s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 j t   t h o r 
 
 n b a   n b a i t a l i a   h o r n e t s   p a c e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 a a r o n   n e i s m i t h 
 
 n b a   n b a i t a l i a   p a c e r s   h o r n e t s 
  
k e e p   a n   e y e   👁   ( n o t   i n   o r d e r ) 
 1 .   s a n t i   a l d a m a   g r i n d c i t y   
 2 .   b e n n e d i c t   m a t h u r i n   p a c e r s   
 3 .   t a r i   e a s o n   r o c k e t s   
 4 .   i s a i a h   r o b y   g o s p u r s g o   
 5 .   g r a n t   w i l l i a m s   b l e e d g r e e n   
 6 .   m a l i k   m o n k   k i n g s   
 7 .   s h a e d o n   s h a r p e   r i p c i t y 
 8 .   j a l e n   d u r e n   m o t o r c i t y
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 p j   w a s h i n g t o n 
 
 n b a   n b a i t a l i a   h o r n e t s   p a c e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 b e n n   m a t h u r i n 
 
 n b a   n b a i t a l i a   p a c e r s   h o r n e t s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 t y r e s e   h a l i b u r t o n 
 
 n b a   n b a i t a l i a   h o r n e t s   p a c e r s 
  
📹   n b a p r e s e a s o n   h i g h l i g h t s 
 
 l a m e l o   b a l l 
 
 n b a   n b a i t a l i a   h o r n e t s   p a c e r s 

🏀 d a l e n   t e r r y   p l a y s   w i t h   h e a r t !   n b a   p r e - s e a s o n   d e b u t   h i g h l i g h t s | c h i c a g o   b u l l s 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   g a m e   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 ;   n b a   s t a n d i n g s   2 0 2 2 
 
 👉 🏻     
 
 n b a   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   p a c e r s   h o r n e t s   c a v a l i e r s   7 6 e r s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   5   |   2 0 2 2   n b a   p r e s e a s o n   i n d i a n a   p a c e r s   n b a   v i d e o :  
w o n   o u r   f i r s t   p r e - s e a s o n   g a m e . . .   n i c e   p a c e r s   i n d v s c h a
w a s   a n y o n e   e l s e   r e a l l y   d i s t r a c t e d   b y   t h e   h o r n e t s ’   f l o o r ?   p a c e r s
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
i s a i a h   j a c k s o n   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 i s a i a h j a c k s o n   i s a i a h   j a c k s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
a a r o n n e s m i t h   a n d   b e n n e d i c t m a t h u r i n   c o m b i n e   f o r   3 1   p o i n t s   a s   t h e   p a c e r s   c r u i s e   p a s t   t h e   h o r n e t s .   f i n a l :   i n d   1 2 2   -   9 7   c h a   n b a p r e s e a s o n
m y l e s   a s   a   s o l o   5   w i t h   a   p a s s - f i r s t   p o i n t   g u a r d   t h a t   l o o k s   t o   f i n d   h i m   i s   s o   f r e a k i n g   r e f r e s h i n g .   p a c e r s
j a l e n   s m i t h   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a l e n s m i t h   j a l e n   s m i t h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s
i   t h o u g h t   t h e   p a c e r s   w o u l d   l o o k   s o   m u c h   b e t t e r   a f t e r   t h e y   t r a d e d   a w a y   d o m a n t a s   s a b o n i s . 
 n b a   n b a t w i t t e r   n b a p r e s e a s o n   p a c e r s
y o u ' r e   g o i n g   t o   h a v e   t o   g i v e   u s   5   👏   p i c k s   f o r   w e s t b r o o k   n o w   b i t c h e s ! ! !   p a c e r s   j a z z      
l e t   e m   k n o w ! ! ! ! 🔥 🔥 🔥 🔥 🔥   p a c e r s  
n o t   t o   o v e r r e a c t   b u t   p r e t t y   s u r e   t h e   p a c e r s   a r e   g o i n g   8 2 - 0  
i ’ m   t y p i n g   m y   h a r d e s t   t o   n o t   o v e r r e a c t   b u t   y o u ’ d   t h i n k   t h e   p a c e r s   c o u l d   b e   a   9   o r   1 0   s e e d   i f   e v e r y o n e   t a k e s   a   n e x t   s t e p
p a c e r s   b e n c h   t o n i g h t : 
   + 3 3   
   + 3 0 
   + 3 0 
 
 i   c a n   g e t   b e h i n d   t h i s   c r e w   o f   m a n i a c s   m a k i n g   p e o p l e   m i s e r a b l e   o n   a   n i g h t l y   b a s i s .   p a c e r s  
  _ r e y b r o u c k     n e w   p a c e r s   e r a ! !   p a c e r s
h e y     d i d   y o u   s e t t l e   y o u r   d i s p u t e   w i t h     y e t ?   i   r e a l l y   j u s t   w a n t   t o   w a t c h   p a c e r s   g a m e s   o n   t v   t h i s   w i n t e r .   t h a n k   y o u   i n   a d v a n c e .
p a c e r s   j u s t   a b o u t   u s e d   e v e r y o n e   t o n i g h t !   h o p e   t h i s   s t y l e   c o n t i n u e s   i n t o   t h e   r e g u l a r   s e a s o n
t h e   p a c e r s   a r e   1 - 0   i n   t h e   p r e s e a s o n .   g r e a t   o p e n   t o   t h e   s e a s o n ,   a l m o s t   e v e r y   p l a y e r   s a w   t h e   c o u r t .
a a r o n   n e s m i t h   i s   a   g r e a t   t a l e n t .   p a c e r s
o v e r a l l ,   h a p p y   w i t h   t h e     p e r f o r m a n c e   t o n i g h t !       g l a d   t o   s e e   m y l e s   p l a y   s o m e   p o s t   f i n a l l y ,   m i x   i t   i n .     
 
 v e r y   i m p r e s s e d   w i t h   n e s m i t h   t o n i g h t .       g o o d   w i n   t o n i g h t   e v e n   i f   i t ' s   p r e s e a s o n .   
 
 g o p a c e r s   p a c e r s
  p a c e r s   f a n s   s h o u l d   d o u b l e   u p   a n d   b u y   l e a   g u e   p a   s s .   s h a r e   t h e   m e m b e r s h i p / c o s t .   y o u   g e t   t w o   d e v i c e s   f o r   b a s i c a l l y   $ 6 5   p e r   p e r s o n .   n o t   s u r e   h o w   b l a c k o u t s   w o r k   i n   y o u r   a r e a s   t h o .
a a r o n   n e s m i t h   i s   n i c e ,   f u t u r e   i s   b r i g h t   i n   i n d i a n a !   p a c e r s
h e c k   o f   a   q u a r t e r   f r o m   i s a i a h   a n d   n e s m i t h !   r e a l l y   l i k e d   w h a t   k e n d a l l   p r o v i d e d   o n   t h e   d e f e n s i v e   e n d   t o o !   p a c e r s
i t ' s   o n l y   t h e i r   f i r s t   p r e s e a s o n   g a m e ,   b u t   t h i s   p a c e r s   r o s t e r   h a s   b e e n   a s   e n t e r t a i n i n g   a s   i   w a s   h o p i n g   i t ' d   b e .
_ c o o p e r   n e i s m i t h   l o o k i n g   g o o d .   t h i s   p a c e r s   t e a m   l o o k s   f u n   t o   w a t c h .
c a n ' t   e v e n   g e t   t h e   g a m e   j u s t   h a d   t o   m a k e   a   p o s t   w i t h   t w o   d i f f e r e n t   m e d i a s   p a c e r s   😤    
i ’ m   g o i n g   t o   r e a l l y   d i s a p p o i n t e d   i f   c a r l i s l e   p l a y s   m a t h u r i n   t h i s   s p o r a d i c a l l y   i n   a   d e v e l o p m e n t a l   s e a s o n .   p a c e r s
m a n ,   i j a x   i s   a   m e n a c e   a r o u n d   t h e   r i m .   p a c e r s
p a c e r s   g e t   y o u r   f u c k i n g   s h i t   t o g e t h e r   h o w   d o   y o u   t h r o w   a   2 5   p o i n t   l e a d ?   h o w   a r e   y o u   e v e n   g a s s e d   w h e n   y o u   c a n   r u n   t h e   f u c k i n g   q u a r t e r   d o w n   w d e f k j h g b k a j s d h f g b a ; s l f k d
i n d i a n a   p a c e r s :   h o w   d i d   t h e   t e a m   f a r e   i n   t h e   2 0 2 2   n b a   g m   s u r v e y ? 
 
 
 
 n b a   i n d i a n a s t y l e   i n d i a n a   p a c e r s   b e t h e f i g h t   h e r e t h e y c o m e   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   l a k e s h o w   a l l f l y   w e a r e t h e v a l l e y   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
c a n ’ t   c o m p l a i n   a b o u t   s o m e   o f   t h e s e   p e r i m e t e r   s h o t s .   r e s u l t s   t h o … o o f .   p a c e r s
s e e i n g   a l l   t h e s e   p a c e r s   h i g h l i g h t s   o n   m y   t i m e   l i n e   a g a i n .   😍 🙌   b a s k e t b a l l   i s   b a c k ! !
p a c e r s   l o o k i n g   d a m n   g o o d .   p a c e r s
e v e n   b u d d y   i s   s c o r i n g   a t   t h e   b u c k e t .   p a c e r s
g o o d   s i g n :   p a c e r s   o p e n i n g   h a l f   o f   p r e s e a s o n   p l a y 
 
 2 0 / 2 0   f r e e   t h r o w s   
 
 r i c k   c a r l i s e ' s   c l u b   w a s   2 1 s t   i n   t h e   n b a   l a s t   s e a s o n   w /   j u s t   2 1   a t t e m p t s   p e r   n i g h t .
r a n k i n g   t h e   1 0   b e s t   p r o s p e c t s   i n   t h e   c e n t r a l   d i v i s i o n 
 
 
 
 n b a   b e t h e f i g h t   c l e v e l a n d   c a v a l i e r s   h e r e t h e y c o m e   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   l a k e s h o w   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
s i x e r s :   p o s i t i v e s   a n d   n e g a t i v e s   f r o m   p r e s e a s o n   w i n   o v e r   n e t s 
 
 
 
 n b a   h e r e t h e y c o m e   p h i l a d e l p h i a   7 6 e r s   m f f l   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   b e t h e f i g h t   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
t h i s   p a c e r s   t e a m   i s   g o i n g   t o   b e   f u n   t o   w a t c h   g r o w
l u k a   d o n c i c   o u t   f o r   p r e s e a s o n   o p e n e r   v s   t h u n d e r   o n   o c t .   5 :   w h o   s t e p s   u p ? 
 
 
 
 n b a   m f f l   d a l l a s   m a v e r i c k s   t h u n d e r u p   w e t h e n o r t h   b l e e d g r e e n   b e t h e f i g h t   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
t r e   m a n n   h a s   s t e l l a r   p r e s e a s o n   d e b u t   i n   o k c   t h u n d e r   w i n 
 
 
 
 n b a   t h u n d e r u p   o k l a h o m a   t h u n d e r   w e t h e n o r t h   b l e e d g r e e n   b e t h e f i g h t       m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r   i n d i a n a s t y l e
i t ' s   a   g r e a t   t i m e   t o   b u y   m o r e   _ s m i t h   s t o c k   📈 p a c e r s   👀   

3   r e a s o n a b l e   g o a l s   f o r   r a p t o r s   p g   f r e d   v a n v l e e t   i n   2 0 2 2 - 2 3 
 
 
 
 n b a   w e t h e n o r t h   t o r o n t o   r a p t o r s   b l e e d g r e e n   b e t h e f i g h t     t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r   i n d i a n a s t y l e
l o v e d   t h e   f i r s t   h a l f   p a c e r s  
b o s t o n   c e l t i c s :   s i   f e e l s   l i k e   j a y s o n   t a t u m   w i l l   m a k e   m v p   l e a p   i n   2 0 2 2 - 2 3 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
p a c e r s   u p   5 9 - 4 3   a t   h a l f ,   c e r t a i n l y   t h e   a g g r e s s o r s   a t   b o t h   e n d s .   m a k e s   s o m e   s h o t s   a n d   t h e y   m a y   h a v e   s o m e t h i n g   h e r e .   p a c e r s
2 0 1 8   1 s t - r o u n d   p i c k :   ' t h o u g h t   i   w a s   g o i n g   t o   b o s t o n   c e l t i c s   a t   d e a d l i n e ' 
 
 
 
 n b a   b l e e d g r e e n   b o s t o n   c e l t i c s   b e t h e f i g h t   w e t h e n o r t h   t h u n d e r u p   m f f l   h e r e t h e y c o m e   a l l f l y   w e a r e t h e v a l l e y   p a c e r s   n b a j a p a n g a m e s   n b a 2 k   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   t o   o n e   p r e s e a s o n   g a m e   i   w o n ’ t   o v e r r e a c t   p a c e r s
s e e i n g   c e l t i c s   t w i t t e r   c r e a m   t h e i r   j e a n s   o v e r   m a l c o l m   b r o g d o n   i s   c o m i c a l .   y e s ,   h e ’ s   a   r e a l l y   g o o d   p l a y e r ,   b u t   h i s t o r y   t e l l s   y o u   h e ’ s   g o i n g   t o   m i s s   a s   m a n y   g a m e s   a s   h e   p l a y s .   n o t h i n g   a g a i n s t   h i m   a t   a l l ,   h e   j u s t   c a n n o t   s t a y   h e a l t h y .   p a c e r s
b e n n e d i c t   m a t h u r i n   i s   s p e c i a l .   p a c e r s   g o n n a   h a v e   a   h o m e g r o w n   s u p e r s t a r .
a n d   h e r e   i   a m   s l e e p i n g   o n   t h e   p a c e r s   b e n c h .   i   g u e s s   t h e   h o r n e t s   n o t   i t   t h i s   y e a r .
i t   t o o k   s o m e   d o i n g   b u t   i ’ m   a c t u a l l y   a b l e   t o   w a t c h   t h e   p a c e r s   g a m e
c o m i n g   u p   t h u r s d a y   m o r n i n g :   i f   t h e   c o l t s   a r e   g o i n g   t o   b e a t   t h e   b r o n c o s   i t ’ l l   b e   w i t h o u t   j o n a t h a n   t a y l o r .   w e ’ l l   g i v e   o u r   f i n a l   p r e v i e w   o f   t h e   g a m e   a s   w e l l   a s   o u r   p r e d i c t i o n s   +   r e c a p   t h e   p a c e r s   p r e s e a s o n   o p e n e r !       j o i n   u s   a s   w e l l !   s e e   y o u   a t   7 !  
t y r e s e   i s   t h e   g r e a t e s t   p a s s e r   i n   p a c e r s   h i s t o r y !
t h i s   f i r s t   h a l f   h a s   b e e n   a   b l a s t .   p a c e r s
t y r e s e   h a l i b u r t o n   i s   a   w i z a r d   y ’ a l l !   p a c e r s  
t y r e s e   n o   l o o k   p a s s ? ?   h e   i s   n o t   h u m a n .   p a c e r s
u m ,   t h i s   i s   s o m e   f u n   p r e s e a s o n   b a s k e t b a l l .   p a c e r s
s m a l l e s t   s a m p l e   s i z e   i m a g i n a b l e   —   b u t   t h e s e   p a c e r s   a r e   f u n   t o   w a t c h !
s m a l l e s t   s a m p l e   s i z e   i m a g i n a b l e   —   b u t   t h e s e   p a c e r s   a r e   f u n   t o   w a t c h !
b a b y   w a d e   i s   u n r e a l .   p a c e r s
p a c e r s   a n d   h o r n e t s   h a v e   c o m b i n e d   t o   m i s s   1 9 - o f - 2 0   t h r e e   p o i n t   a t t e m p t s .   s o   t h a n k s ,     f o r   n o t   t e l e v i s i n g   t h i s   g a m e !
m c c o n n e l l   s t i l l   l o o k i n g   l i k e   p r i m e   s t e v e   n a s h .   p a c e r s
b e n n e d i c t   m a t h u r i n   l o o k s   s u p e r   c o n f i d e n t ,   a n d   i s   p l a y i n g   w i t h o u t   a n y   f e a r . 
 
 i   t h i n k   t h e   p a c e r s   g o t   t h e i r   g u y
  l e a d   2 7 - 1 7   e n d   o f   1 s t   q 
 
 p a c e r s
p a c e r s   u p   1 0   a f t e r   1 q .   p l a y e d   1 0   p l a y e r s   o n l y   g a v e   u p   1 7   p o i n t s .   n e s m i t h   s h o w i n g   s o m e   d e f e n s i v e   d o g   l a t e   i n   q u a r t e r .   p a c e r s
g o o d   t o   h a v e   p a c e r s   b a s k e t b a l l   b a c k !   n i c e   f i r s t   q u a r t e r   b y   j a l e n   a n d   n e i s m i t h !
m y l e s   w i t h   a n o t h e r   e p i c   c o n t e s t   i n   t h e   p a i n t .   h e ’ s   t h e   b e s t   s h o t   b l o c k e r   i n   t h e   n b a .   p a c e r s
a a r o n   n e s m i t h   i s   t h e   g r e a t e s t   d e f e n d e r   i n   n b a   h i s t o r y .   p a c e r s
i ’ v e   s e e n   e n o u g h .   t h e   p a c e r s   a r e   g o i n g   t o   w i n   t h e   2 0 2 2 - 2 0 2 3   c h a m p i o n s h i p .
s o m e o n e   r e m i n d   m e   h o w   t h e   h e l l   w e   g o t     f o r   a   h a l f   e a t i n g   t w i n k i e   a n d   a   6   p a c k   o f   b u s c h   l i g h t ?     c e l t i c s   p a c e r s   n b a
m a t h u r i n   m a k i n g   h i s   p r e s e a s o n   d e b u t ,   t h i r d   m a n   o f f   t h e   b e n c h .   t e r r y   t a y l o r   r o l l   m a n   i s   f u n ,   b t w .   p a c e r s
d u a r t e   h a s   6   e a r l y   p o i n t s   .   s t i x   w i t h   5   p o i n t s   a n d   5   r e b o u n d s   .   m a t h u r i n   h a s   e n t e r e d   t h e   c h a t   👀 👀   p a c e r s
p u t   t h e   m a t h e m a t i c i a n   i n ,   r i c k !   p a c e r s
o n l y   t o o k   3   a p p   u p d a t e s   a n d   2   f o r c e   r e s t a r t s   t o   f i x   t h i s   f r o m   h a p p e n i n g   w h e n   t h e   r e m o t e   w a s n ’ t   t o u c h e d .   b u t ,   f i r s t   g a m e   a n d   i t   f i n a l l y   w o r k e d ,   s o   a h e a d   o f   t h e   u s u a l   c u r v e ?     p a c e r s   l e a g u e p a s s  
t h i s   s e a s o n   i s   g o i n g   t o   b e   a   l o t   o f   t h i n g s   b u t   t h e   m o s t   i m p o r t a n t   o n e   i s   f u n .   c a n ’ t   w a i t .   p a c e r s
m y l e s   h a s   a d o p t e d   t h e   t y r e s e   j u m p   a s s i s t .   n i c e .   _ c o o p e r     p a c e r s
h a l i b u r t o n   i s   a   t o p   5   p a s s e r   i n   t h e   l e a g u e ,   d o n ’ t   @   m e .   t h i s   i s   f a c t .   p a c e r s
m y l e s   s t r a i g h t   i n t o   t h e   p o s t   f o r   a   b u c k e t   w i t h o u t   h e s i t a t i o n .   i   l o v e   i t .   p a c e r s
t u n e d   i n   n o w   n b a l e a g u e p a s s   p a c e r s  
  g o t   i t !   
 
 h e r e   w e   g o !   
 
 p a c e r s
t h e   p a c e r s   f i r s t   f i v e   o f   t h e   s e a s o n : 
 
 h a l i b u r t o n 
 h i e l d 
 d u a r t e 
 s m i t h 
 t u r n e r
i   h a v e   a   q u e s t i o n .   i   s e e n   s o m e o n e   s a y i n g   a   c o u p l e   w e e k s   a g o   t h a t   t h e   p a c e r s   a n d   c o l t s   w e r e   w o r k i n g   t o g e t h e r   o n   s o m e t h i n g .   i s   t h i s   t r u e ?   d i d   t h e   p a c e r s   g e t   t h e i r   s u c k   a l l   o v e r   o u r   c o l t s ?   a n d   y e s ,   i f   i   w a s   a n   n b a   f a n   i   w o u l d   b e / a m   a   p a c e r s   f a n .   😂 🤣   s o r r y n o t s o r r y
p a c e r s   p l a y   t o n i g h t ,   b u t   n o t   o n   t v   ( u n l e s s   y o u   h a v e   l e a g u e   p a s s ) .   _   h a s   m o r e   o n   w h a t   t h e y ' r e   t r y i n g   t o   a c c o m p l i s h . 
 

i f   y o u   n e e d   a   w a y   t o   w a t c h   t h e   p a c e r s   t o n i g h t ,   d m   m e   💯
j u s t   g o t   n e w s   g o g a   b i t a d z e   w i l l   n o t   b e   p l a y i n g   t o n i g h t   f o r   t h e   p a c e r s
i f   a n y o n e   n e e d s   a   l i n k   f o r   t o n i g h t s   g a m e   d m   m e   c h a r l o t t e   h o r n e t s   p a c e r s
t y r e s e   w i t h   m y l e s   i s   g o i n g   t o   b e   * c h e f s   k i s s * .   p a c e r s
_ r i c a n   p a c e r s   t h e y ’ v e   n e v e r   h a d   a   1   p i c k   e v e r …   h a t e   t h e   l o t t e r y
w e   a r e   l i v e   i n   t h e   s p e c t r u m   c e n t e r ‼ ️   c l i c k   t h e   l i n k   t o   j o i n   t h e   l i v e   s t r e a m     c h a r l o t t e h o r n e t s   h o r n e t s   n b a   l a m e l o b a l l   t y r e s e h a l i b u r t o n   i n d i a n a p a c e r s   p a c e r s   n u m e d i a   l i t h o u s e
t h e   n b a p r e s e a s o n   c o n t i n u e s .   w h o   a r e   y o u r   p i c k s   t h i s   e v e n i n g ?     n b a   b a s k e t b a l l   c a v s   7 6 e r s   p a c e r s   h o r n e t s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
  d o n ' t   d i s a p p o i n t   m e !   g o l d b l o o d e d   p a c e r s  
i n d i a n a   p a c e r s   b l o c k b u s t e r   t r a d e !   ( f e a t .   m o s e s   m o o d y   +   j a m e s   w i s e m a n ) 
   
 
   
 c e n t r a l d i v i s i o n   c h r i s d u a r t e   c h r i s d u a r t e a n d i s a i a h j a c k s o n b l o c k b u s t e r t r a d e   d a m e r e e m s   d u a r t e a n d j a c k s o n t r a d e   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   i n d i a n a p a c e r s b l o c k b u s t e r t r a d e  
n b a   s c h e d u l e   t o d a y ;   n b a   s t a n d i n g s   t o d a y ;   n b a   g a m e s   t o d a y ;   n b a   p r e s e a s o n   2 0 2 2 - 2 0 2 3 
 
 👉 🏻     
 
 n b a   n b a s c h e d u l e   n b a s t a n d i n g s   n b a r e s u l t   n b a s e a s o n 2 0 2 2   n b a 2 0 2 2   p a c e r s   h o r n e t s   c a v a l i e r s   7 6 e r s   r a p t o r s   c e l t i c s   m a v e r i c k s   t h u n d e r   s u n s   l a k e r s
d e n n i s   s m i t h   j r . ,   g o r d o n   h a y w a r d ,   a n d   c o d y   m a r t i n   a r e   o u t   t o n i g h t   a g a i n s t   t h e   p a c e r s   h o r n e t s   p a c e r s
j o n a t h a n   t a y l o r   i s   o u t   f o r   c o l t s !   o p t i m i s m   w e d n e s d a y   s t i l l   r a g e s   o n !   p a c e r s   t o n i g h t   a t   c h a r l o t t e !   r e s t   i n   p e a c e   p a u l   h a n s a n    
-   c o l t s   i n j u r y   c o n c e r n s   
 -   m a n y   d e b a t i n g   o n   w h o   i s   t o   b l a m e   t h e   m o s t   
 -   p a c e r s   s t a r t   p r e s e a s o n   t o n i g h t   
 -   a   t r e n d   b e c o m i n g   t h e   n o r m   i n   n b a   p r o s p e c t   w o r l d  
w h o   e l s e   i s   r e a d y   f o r     s e a s o n   t o   b e g i n ?   p a c e r s  
j o n a t h a n   t a y l o r   i s   o u t   f o r   t h e   c o l t s   v s   t h e   b r o n c o s   o n   t n f   & a m p ;   t h e   p a c e r s   s e a s o n   g e t s   u n d e r w a y   t o n i g h t   i n   c h a r l o t t e !     h a s   a l l   t h a t   a n d   m o r e   f o r   y o u   u n t i l   6 !   
 
 4 : 0 0     
 5 : 0 0     
 
 📻 
 📺
t i c k e t   s a l e s   e n d   t o n i g h t   f o r   t o m o r r o w ' s   j u s t i c e   f o r   a l l   c e l e b r a t i o n !   g e t   i n - p e r s o n   o r   v i r t u a l   t i c k e t s   n o w :     
 
 j f a 2 0 2 2   n o n p r o f i t   f u n d r a i s e r   e v e n t   b a s k e t b a l l   s p o r t s   p a c e r s   n c a a   n b a   a d v o c a t e   c o l l e g e b a s k e t b a l l   c b s s p o r t s   j u s t i c e   f o o d   c l i e n t s t o r y  
n o t h i n g ,   j u s t     t h u n d e r   p a c e   a t t a c k   o f   p a k i s t a n   
 
 p a k i s t a n c r i c k e t   p a c e r s   
 w o r l d c u p 2 0 2 2   s h a h e e n s h a h a f r i d i   n a s e e m s h a h   h a r i s r a u f   h a s n a i n   p a k i s t a n z i n d a b a d 
 c r i c k e t t w i t t e r  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
  n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r         
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h
g o   g e t   e m ,   b o y s !   p a c e r s  
f i r s t   c h a n c e   t o   s e e   o u r   n e w     s q u a d   +   c h e c k   o u t   t h e   n e w   f i e l d h o u s e   o f   t h e   f u t u r e   t r a n s f o r m a t i o n s   i s   t h i s   s u n d a y   a t   p a c e r s   f a n j a m   p r e s e n t e d   b y     🙌   
 
 s e c u r e   y o u r   f r e e   t i c k e t   a t   
 

n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r         
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
g a m e   d a y ! ! !     p a c e r s  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t t w i t t e r         t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t t w i t t e r         t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
🏀 i t ’ s a p a r t y   i n   t h e   3 1 3 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
t h i s   i s   e x a c t l y   w h y   t h e   p a c e r s   n e e d   t o   t r a d e   t u r n e r / h i e l d   t o   l a k e r s   a s a p .   t h e y   c a n ' t   a f f o r d   t o   w i n   a   s i n g l e   g a m e   i f   t h e y   w a n t   a   c h a n c e   a t   t h i s   g u y . 

🇵 🇰   p a k i s t a n ’ s   p a c e   a t t a c k   f o r   t h e   t 2 0 i   w o r l d   c u p   l o o k s   f l a s h y   f a s t   ⚡ ️ ⚡ ️ 
 
 c r i c k e t t w i t t e r   t 2 0 w o r l d c u p 2 0 2 2   p a c e r s  
w e   w o n ' t   k n o w   f o r   a   w h i l e   i f   _ 3 2   o r     w i l l   b e   a v a i l a b l e   t o   t h e   p a c e r s   n e x t   s u m m e r .   b u t   a s     d i s c o v e r s ,   i t ' s   f u n   t o   d r e a m .   
 
  
w e   w o n ' t   k n o w   f o r   a   w h i l e   i f   _ 3 2   o r     w i l l   b e   a v a i l a b l e   t o   t h e   p a c e r s   n e x t   s u m m e r .   b u t   a s     d i s c o v e r s ,   i t ' s   f u n   t o   d r e a m .   
 
  
_ v o h r a   n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r         
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h
  n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r         
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h b u t t
g a m e   d a y ! ! !   🙌 🏽   p a c e r s  
c h a r l o t t e   h o r n e t s   v s   i n d i a n a   p a c e r s   1 0 / 5 / 2 2   n b a   p i c k s ,   p r e d i c t i o n s ,   o d d s   
 
 n b a   n b a p i c k   f r e e p i c k   f r e e p i c k s   s p o r t s b e t t i n g   e x p e r t p i c k   n b a t w i t t e r     e x p e r t b e t t i n g a d v i c e   b e t t i n g t i p s t e r   h a n d i c a p p e r   s p o r t s g a m b l i n g   i n d i a n a s t y l e   a l l f l y   h o r n e t s   p a c e r s  
i n d i a n a   p a c e r s   v s   c h a r l o t t e   h o r n e t s   1 0 / 5 / 2 0 2 2   p i c k s   p r e d i c t i o n s   p r e v i e w s 
 
 
 
 n b a p r e d i c t i o n   n b a p a r l a y   n b a b e t t i n g   n b a b e t t i n g p i c k s   n b a   n b a p i c k s   n b a p a r l a y   e x p e r t p i c k s   f r e e p i c k s   b a s k e t b a l l p i c k s   o d d s   p i c k s   p r e d i c t i o n   s p o r t s p i c k s   p a c e r s   h o r n e t s
3   c h i c a g o   b u l l s   w h o   i m p r e s s e d   i n   p r e s e a s o n   d e b u t   v s   p e l i c a n s 
 
 
 
 n b a   c h i c a g o   b u l l s   b u l l s n a t i o n   a l l f l y   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a d r a f t   l a k e s h o w   l a k e r s   l o s a n g e l e s   m f f l   b l e e d g r e e n   p i s t o n s   p a c e r s   s i x e r s   7 6 e r s   j a z z
s t e v e   c l i f f o r d   r e c e i v e s   p r a i s e   i n   n b a   g e n e r a l   m a n a g e r   s u r v e y 
 
 
 
 n b a   a l l f l y   c h a r l o t t e   h o r n e t s   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a t w i t t e r   n b a d r a f t   l a k e s h o w   l a k e r s   l o s a n g e l e s   b u l l s n a t i o n   m f f l   b l e e d g r e e n   p i s t o n s   p a c e r s   s i x e r s   7 6 e r s   j a z z
‼ ️ i t ’ s   g a m e d a y ,   h o r n e t s   f a n s ‼ ️ 
 
 t h e   h o r n e t s   a r e   b a c k   i n   a c t i o n   t o n i g h t   a t   h o m e   v s .   t h e   p a c e r s .   c o a c h   c l i f f   h a s   h a d   a   l o t   t o   s a y   a b o u t   w h a t   h e   h o p e s   t o   s e e ;   o n e   t h i n g   w e   w i l l   b e   k e e p i n g   a n   e y e   o n   i s   t h e   t e a m ’ s   t r a n s i t i o n   d e f e n s e   👀   w h i c h   w e   h o p e   t o   b e   m u c h   i m p r o v e d !   a l l f l y
p a c e r s   p l a y   t o n i g h t ,   b u t   n o t   o n   t v .   _   h a s   m o r e   o n   w h a t   t h e y ' r e   t r y i n g   t o   a c c o m p l i s h . 
 

p a c e r s   p l a y   t o n i g h t ,   b u t   n o t   o n   t v .   _   h a s   m o r e   o n   w h a t   t h e y ' r e   t r y i n g   t o   a c c o m p l i s h . 
 

o h ,   p a c e r s   b a s k e t b a l l   r e t u r n s   t o n i g h t .   f u n .
h o w   i s   t o n i g h t ' s   p a c e r s   g a m e   n o   s t r e a m e d   a n y w h e r e   t o n i g h t ? ! ?     
 
 n o t   o n       . . . . i   t h o u g h t   t h a t ' s   w h a t   w e   p a i d   f o r   ! ? !
p a c e r s   p r e s e a s o n   g a m e 
 
 p r o j e c t e d   s t a r t e r s 
 p a c e r s :   h a l i b u r t o n ,   d u a r t e ,   h i e l d ,   s m i t h ,   t u r n e r 
 
 h o r n e t s :   b a l l ,   r o z i e r ,   h a y w a r d ,   w a s h i n g t o n ,   p l u m l e e 
 
 i n j u r y   r e p o r t 
 p a c e r s :   d a n i e l   t h e i s   -   o u t   ( r e s t ) 
 
 h o r n e t s :   t b a
t o d a y   i s   o u r     p r e s e a s o n   o p e n e r   t o n i g h t   a t   c h a r l o t t e !     
 
 e x c i t e d   t o   s e e   h o w   o u r   b l u e   & a m p ;   g o l d   d o   t h i s   y e a r !   
 
 p a c e r s
u p   n e x t :   w e ' r e   t a l k i n g   p a c e r s   w i t h     a s   t h e y   o p e n   t h e   p r e s e a s o n   t o n i g h t   a g a i n s t   t h e   h o r n e t s !  
i f   y o u   t h e   g m   f o r :   k n i c k s   w i z a r d s   h o r n e t s   k i n g s   p i s t o n s   j a z z   s p u r s   p a c e r s   m a g i c   t h u n d e r   r o c k e t s   y o u   b e t t e r   d o   w h a t e v e r   i t   t a k e s   t o   l o s e   e v e r y   g a m e !   i t ’ s   w o r t h   i t !   v i c t o r w e m b a n y a m a   g o a t   n b a d r a f t   n b a   n b a t w i t t e r
p a c e r s   f a n s ,   w h e r e   c a n   w e   w a t c h   t h e   p r e s e a s o n   g a m e   t o n i g h t ?
m a t t   r y a n   n o t   q u i c k   e n o u g h !   j t   b e l i e v e   h e   w i l l   b e   u p   i n   d e n v e r !   f r a n k   r e i c h   p o o r   s t a r t s   f o r   c o l t s   a   p r o b l e m !   p a t m o n   w a i v e d !   p a c e r s   o p e n !    
v e r y s t y l i s h o r d i n a r y p e o p l e 
 
 “ s u c c e s s   i s   g u a r a n t e e d   i n   p e r s i s t e n c e . ” 
 ―   s h i v a   n e g i   
 
 h a w k s   p a c e r s   n u g g e t s   m a g i c   t i m b e r w o l v e s   w i z a r d s   7 6 e r s   c e l t i c s   c a v a l i e r s   h e a t   h o r n e t s   b u c k s   v s o p   r h o p
c o m i n g   u p :   t h e   c o l t s   a n d   b r o n c o s   g e t   c l o s e r   t o   k i c k o f f ,   w i l l   j t   b e   s u i t i n g   u p   +   t h e   p a c e r s   t i p   o f f   t h e   p r e s e a s o n   t o n i g h t   & a m p ;   a   w h o l e   l o t   m o r e ! 
 
 8   -     
 8 : 3 0   -     
 9 : 3 0   -    
i ’ m   s o   e x c i t e d   f o r   t h e   s e a s o n !   
 
 t h e   h o m e   o p e n e r   i s   c o m i n g   u p   q u i c k !   i f   y o u   a r e   l o o k i n g   f o r   t i c k e t s ,   s u i t e s ,   v e r a n d a s   o r   a n y t h i n g   e l s e   p a c e r s   r e l a t e d ,   y o u   k n o w   y o u   t o   c a l l ! !   m e !   😎 
 
 s e l e c t   a   s e a t   i s   t h i s   t h u r s d a y   a t   g a i n b r i d g e   f i e l d h o u s e !  
t o n i g h t ’ s   t h e   n i g h t ! ! 
 
 p a c e r s   b e g i n   t h e i r   t a n k a n y a m a   f o r   w e m b a n y a m a
b e g g i n g   k e v i n   p r i t c h a r d   t o   t r a d e   t u r n e r   & a m p ;   h i e l d   f o r   w e s t b r o o k ,   1   u n p r o t e c t e d   a n d   1   p r o t e c t e d   p i c k .   
 
 r u n   t h e   o f f e n s e   t h r o u g h   w e s t b r o o k   ( l o l )   f o r   8 2   g a m e s   t h i s   s e a s o n   a n d   g i v e   t h e   p a c e r s   a   c h a n c e   o f   g e t t i n g   w e m b a n y a m a  
w h a t   a   g r e a t   y e a r   t o   h a v e   3   f i r s t   r o u n d   p i c k s   p a c e r s  
r e t w e e t   f o r   n a t a r a j a n   i f   w a n n a   s e e   i n   t h e   s q u a d 
 t 2 0 w o r l d c u p 2 0 2 2   
 w e w a n t n a t a r a j a n 
 p a c e r s   
 c r i c k e t t w i t t e r   
 1 9 t h   
 i n d v s a   
 j a s p r e e t b u m r a h   
 s a n j u s a m s o n  
🏀 c a v s   p r a c t i c e :   d y l a n   w i n d l e r 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
f a n s   i n   g a i n s b r i d g e   a r e   g o i n g   t o   b e   g i v i n g   s t a n d i n g   o v a t i o n   t o   t h e   t e a m   a f t e r   e v e r y   l o s s   t h i s   y e a r .   p a c e r s
i   l o v e   t h e   p a c e r s ,   b u t   i f   t h e r e ’ s   a   w a y   f o r   t h e m   t o   s o m e h o w   l o s e   8 2   g a m e s   t h i s   y e a r ,   s i g n   m e   u p .   p a c e r s  
i n   2 0 1 1 ,   i n d i a n a p o l i s   h a d   s u c k   f o r   l u c k   o n   t h e   g r i d i r o n . 
 
 i n   2 0 2 2 ,   i n d i a n a p o l i s   n e e d s   l o s e - o - r a m a   f o r   w e m b a n y a m a   o n   t h e   h a r d w o o d .   p a c e r s
  c o u l d   p o s s i b l y   g e t   h i m   i f   t h e y   p l a y   b a d   e n o u g h   t h i s   y e a r   a n d   e n d   u p   w i t h   t h e   1   p i c k !   p a c e r s  
  b a s k e t b a l l   t o m o r r o w ! ! !   p a c e r s
    t h i s   g u y   i s   g o i n g   t o   l o o k   s o   g o o d   i n   b l u e   a n d   g o l d   n e x t   y e a r .   p a c e r s
i f   t h e   p a c e r s   c a n   l a n d   o n e   o f   t h e   2   o f   s c o o t / w e m b a n y a m a   …   t h e   r e b u i l d   i s   o v e r   !
l o o k ,   i ’ m   n o t   s a y i n g   i   w a n t   t h e   p a c e r s   t o   l o s e   e v e r y   g a m e   t h i s   s e a s o n .   b u t ,   i   w o u l d   n o t   m i n d   i t   i f   t h e y   d i d .   t a n k f o r v i c t o r
p a c e r s   a r e   s e e i n g   t h a t   l a   i s n ' t   b u d g i n g   s o   t h e y   k e e p   t h r o w i n g   i t   o u t   t h e r e   t o   k e e p   t h e   i n t e r e s t   u p .   t h e y   k n o w   l a   i s   t h e i r   o n l y   s u i t o r .   c r a s h   a n d   b u r n   p r i t c h a r d . .  
r e g g i e   m i l l e r   3   c a r d   l o t   i n d i a n a p a c e r s   p a c e r s   
 
 $ 1 . 5 0   e a c h   o r   $ 3   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
1 9 9 8 - 9 9   f l e e r   u l t r a   6 0   m a r k   j a c k s o n   i n d i a n a p a c e r s   p a c e r s   
 
 $ 1 . 5 0   e a c h   o r   $ 2   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
c o m i n g   u p   w e d n e s d a y   m o r n i n g :   t h e   c o l t s   g e t   r e a d y   f o r   t h e   b r o n c o s ,   c o u l d   t h e y   b e   w i t h o u t   w o r k h o r s e   j o n a t h a n   t a y l o r ?   +   t h e   p a c e r s   t i p   o f f   t h e   p r e s e a s o n !         a l l   j o i n !   s e e   y o u   a t   7 !  
g e t t i n ’   t h a t   w o r k - i n .   p a c e r s   🏀  
g u e s s   w h a t ,   f r i e n d s ! !   i t ’ s   t i m e   t o   r e c o r d   e p i s o d e   1 5   o f   “ t h e   3 1 7   s p o r t s   p r o j e c t . ”   w e   g o t   s o m e   s h ! t   t o   c o v e r   t o n i g h t   a n d   w e   a l r e a d y   c l o w n i n ’ …   o f   c o u r s e ! ! !   😜 😂 
 
 w e   ‘ b o u t   t o   t a l k   c o l t s ,   p a c e r s ,   t u a   a n d   s o o o o   m u c h   m o r e .   w e ’ l l   s e e   y o u   t h u r s d a y   @   1 0 a m ! !   🎬 
 
 p e n n a n d p o p s   ✌ 🏿 ✌ 🏾  
🏀 p a t   c o n n a u g h t o n   m i l w a u k e e   b u c k s   t r a i n i n g   c a m p   p r e s s   c o n f e r e n c e 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
  r e m i n d s   m e   o f   t h e   s p u r s ,   t h e   p a c e r s - p i s t o n s   r i v a l r y   a n d   b r a w l . .
  r e m i n d s   m e   o f   t h e   s p u r s ,   t h e   p a c e r s - p i s t o n s   r i v a l r y   a n d   b r a w l . .
i n d i a n a p a c e r s   1 1   c a r d   l o t   p a c e r s   
 
 $ 4 . 5 0   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
t h e   l a t e s t   o n   p o t e n i t a l   l a k e r s - p a c e r s   t r a d e   i n v o l v i n g   r u s s e l l   w e s t b r o o k   a s   m o r e   d e t a i l s   a r e   r e p o r t e d 
   
 
   
 c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a b a s k e t b a l l   i n d i a n a p a c e r s   i n d i a n a p a c e r s p o d c a s t   n b a b a s k e t b a l l   p a c e r s b a s k e t b a l l   p a c e r s p o d c a s t  
🏀 b u l l s   p o s t - p r a c t i c e   m e d i a   a v a i l a b i l i t y :   b i l l y   d o n o v a n 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
p a c e r s   b u d d y   h i e l d   i s   a   n a m e   t o   m o n i t o r   i n   n b a   t r a d e   r u m o r s  
c o l t s   g e t   b a c k   t o   p r a c t i c e   o n   a   s h o r t   w e e k .   w i l l   j o n a t h a n   t a y l o r   b e   s u i t i n g   u p ?     a l s o   t a l k s   t o   p a c e r s   h e a d   c o a c h   r i c k   c a r l i s l e   f o r   h i s   s e a s o n   e x p e c t a t i o n s ! 
 
 3 : 3 0   
 4 : 0 0   _ b e n b r o w n 
 5 : 0 0   r i c k   c a r l i s l e 
 
 📻 
 📺
h a d   t o   w a t c h   t h e   p a c e r s   s u c k ,   t h e n   t h e   f o r t h e s h o e   c o l t s   s u c k ,   a n d   n o w   l o r e t t a l y n n   h a s   d i e d .   i   h a t e   y o u ,   2 0 2 2
t h e     a r e   a   s u p e r   y o u n g   t e a m ,   b u t   h a v e   s o m e   v e r y   p r o m i s i n g   p l a y e r s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   p a c e r s   i n d i a n a p a c e r s   i n d i a n a   t y r e s e h a l i b u r t o n   m y l e s t u r n e r   b u d d y h i e l d   n b a t w i t t e r  
“ t h a t   s a m e   f i r e   a n d   i n t e n s i t y   w e ’ v e   b r o u g h t   i n   p r a c t i c e   i s   w h a t   w e   c a n   b r i n g   t o m o r r o w . ” 
 
   o n   e x p e c t a t i o n s   g o i n g   i n t o   t h e   p a c e r s   f i r s t   p r e s e a s o n   g a m e   a g a i n s t   c h a r l o t t e .
n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r         
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h
i ’ m   n o t   s a y i n g   r u s s   i s   a   b a d   p l a y e r .   i ’ m   j u s t   s a y i n g   t h e   l a k e r s   a r e   r e a l l y   m i s s i n g   o u t   b y   n o t   a c q u i r i n g   b u d d y   a n d   m i l e s .   w h y   w a s t e   a   y e a r   o n   “ w h a t   i f s ”   l a k e r s   p a c e r s   n b a
h e y     f a n s ! !   p a c e r s f a n j a m   i s   b a c k   t h i s   s u n d a y ,   o c t .   9 !   t h i s   f r e e   e v e n t   i n c l u d e s   a   l i v e   p a c e r s   s c r i m m a g e ,   r o o k i e   t a l e n t   s h o w ,   g i v e a w a y s   a n d   m o r e !   p a c e r s   d o w n t o w n i n d y   g a i n b r i d g e f i e l d h o u s e 
 
 g e t   y o u r   f r e e   t i c k e t s   h e r e :    
t h e     s h o w 
 
 i n d i a n a p o l i s   c o l t s   c o l t s f o o t b a l l   p a c e r s   i u f b   i u b b   d a k i c h   m n f   i n d v s d e n   t n f o n p r i m e   
 
 t u e   1 0 / 4 

  f u t u r e   p a c e r s   b a l l e r
a c c o r d i n g   t o   ,   c   m y l e s   t u r n e r   w i l l   n o t   r e - s i g n   w i t h   t h e   p a c e r s   i n   f r e e   a g e n c y .
e n j o y   y o u r   s e n i o r   y e a r   a n d   h a v e   a   g r e a t   s o c c e r   s e a s o n 🐺 🌕 
 
   
 p o m o n a c a t h o l i c   
 p a c e r s 
 s o c c e r 
 c l a s s o f 2 0 2 3 
 s e n i o r 
 v a r s i t y j a c k e t   
 l e t t e r m a n j a c k e t   
 g e t f u n k y m o n k e y  
c o m i n g   u p   a t   t h e   t o p   o f   t h e   h o u r :   t h e   p a c e r s   t i p   o f f   t h e   p r e s e a s o n   t o m o r r o w   n i g h t   a n d   w e ' l l   t a l k   t o     a b o u t   e x p e c t a t i o n s   f o r   t h e   s e a s o n   a n d   h i s   t h o u g h t s   o n   t h e   o f f - s e a s o n !  
h e r e ' s   h o w   t h e   r o o k i e s   a r e   a d j u s t i n g   t o   l i f e   w i t h   t h e   p a c e r s ,   v i a   _ . 
 

c h e c k   o u t   1 9 8 8   s e t   o f   3 1   n b a   t e a m   p i n s   c o l l e c t o r s   f r a m e d   l i m i t e d   e d i t i o n   l a k e r s   b u l l s ! ! ! !     e b a y   v i a     n b a   8 0 s   l a k e r s   b u l l s   m a g i c j o h n s o n   m i c h a e l j o r d a n   c a v s   b u c k s   s u n s   b l a z e r s   p i s t o n s   h e a t   p a c e r s   k n i c k s   n e t s   c e l t i c s   w a r r i o r s   k i n g s
c o m i n g   u p   n e x t :   w e ' l l   t a l k   t o     a b o u t   a l l   t h i n g s   c o l t s ,   p a c e r s   a n d   c o l l e g e   f o o t b a l l !  
p a c e r s   r o o k i e s   a d j u s t i n g   t o   l i f e   a s   p r o s : 
 
 " y o u   g o t t a   m a k e   s u r e   y o u   j u s t   s t e p   o n   t h e   c o u r t   l i k e   i t ’ s   y o u r   l a s t   t i m e   p l a y i n g   a n d   g i v e   y o u r   1 0 0 % . ” 
 
 v i a   _ : 
 

n e w   v i d e o   t o   w a t c h : 
 
 " c a n   t h e   i n d i a n a   p a c e r s   m a k e   t h e   2 0 2 3   n b a   p l a y o f f s ? ?   f u t u r e   n b a   d y n a s t y ? ? "   
 
 c r e a t o r :     b a c k y a r d   b u c k e t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " i n d i a n a   p a c e r s   m e d i a   a v a i l a b i l i t y   |   o c t o b e r   0 3 ,   2 0 2 2 "   
 
 c r e a t o r :     i n d i a n a   p a c e r s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   p a c e r s   i n d i a n a p a c e r s 
 
  
c o m i n g   u p :   t h e   c o l t s   q u i c k l y   t u r n   t h e   p a g e   t o   t h e   b r o n c o s ,   w e   d e b a t e   c h r i s   b a l l a r d ' s   r o s t e r   c o n s t r u c t i o n   & a m p ;   t a l k s   s o m e   p a c e r s   w i t h   t h e   p r e s e a s o n   r i g h t   a r o u n d   t h e   c o r n e r ! 
 
 8 : 3 0   -     
 9   -    
🏀 t r a i n i n g   c a m p   d a y   o n e 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
s h o p   p a c e r s     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   n b a   n b a 7 5   n b a t w i t t e r   i n d i a n a   i n d i a n a p a c e r s
  t h e y   a r e   n o w   l o o k i n g   f o r   a   t r a d e   w i t h   t h e   p a c e r s   f o r   f o r   c e n t e r   m y l e s   t u r n e r   a n d   g u a r d   b u d d y   h i e l d .   a c c o r d i n g   t o   r e p o r t s ,   t h e   l a k e r s   a r e   w i l l i n g   t o   i n c l u d e   2   f u t u r e   f r p s .
b o l d ,   c r a z y   a f   p r e d i c t i o n : 
 
 t y r e s e   h a l i b u r t o n   w i l l   b e   n a m e d   a n   a l l - s t a r   t h i s   s e a s o n   a n d   w i l l   f i n i s h   t h e   s e a s o n   a s   a   9 0   o v r   o n   n b a 2 k . 
 
 i n d i a n a   p a c e r s   n b a   n b a 2 k 2 3
c o m i n g   u p   t u e s d a y   m o r n i n g :   w e ’ r e   s t i l l   d i g e s t i n g   t h e   c o l t s   l o s s   t o   t h e   t i t a n s   b u t   t h e y   h a v e   t o   t u r n   t h e   p a g e   t o   t h e   b r o n c o s   q u i c k l y .   w e ’ l l   t a l k   a b o u t   b o t h   g a m e s ,   b r i n g   b a c k   s o m e   o l d   b a l l a r d   a u d i o   & a m p ;   t a l k   s o m e   p a c e r s   a s   w e l l !       j o i n   t h e   s h o w !   s e e   y o u   a t   7 !  
i ' m   a s   e x c i t e d   f o r   t h i s     s e a s o n   a s   i   w a s   f o r   t h i s     s e a s o n .   😬   c o l t s   p a c e r s
h o n e s t l y   d o n ’ t   t h i n k   i t ’ s   t o o   f a r   o f f   t o   t h i n k   t h i s   d e a l   g e t s   d o n e   1 0 - 1 5   g a m e s   i n t o   t h e   s e a s o n   f o r   t h e   p a c e r s   .   s i m i l a r   t o   v i c ,   g i v e   m y l e s   s o m e   t i m e   t o   s h o w c a s e   h i s   h e a l t h   f r o m   i n j u r y   & a m p ;   t h i s   d e a l   g e t s   d o n e .   l a k e r n a t i o n  
🏀 c a v s   p r a c t i c e :   j . b .   b i c k e r s t a f f 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
w e   a r e   2 4   h o u r s   a w a y   f r o m   p a c e r s   ( p r e s e a s o n )   b a s k e t b a l l . 
 
 h o r n e t s   v s   p a c e r s   a t   7 : 0 0   p m   t o m o r r o w .   r e a l   f a n s   w a t c h   p r e s e a s o n   s i r   b e n e d i c t 😤
🏀 t h a n a s i s   a n t e t o k o u n m p o   m i l w a u k e e   b u c k s   t r a i n i n g   c a m p   p r e s s   c o n f e r e n c e 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
t h e   n b a 🏀 i s   j u s t   w e e k s   a w a y   f r o m   k i c k i n g   o f f   a n d   f a n t a s y   b - b a l l   d r a f t s   a r e   r i g h t   a r o u n d   t h e   c o r n e r .     o f   t h e   p a c e r s   a n d     o f   t h e   b u l l s   a r e   t w o   b i g   n a m e s   h e a d l i n i n g   ’ s   e a r l y   l i s t   o f   2 0 2 2 - 2 3   n b a   s l e e p e r s   b a s e d   o n   a d p . 🫡
p l e a s e   t e l l   m e   p a c e r s   f i n a l l y   g e t   h i m  
g i v e n   t h e   w a y   t h e   p a c e r s   h a v e   c h a n g e d   c o u r s e   o v e r   t h e   y e a r ,   i s   i t   p o s s i b l e   t h a t   h e r b   s i m o n   h a s   s t e p p e d   b a c k   f r o m   t h e   r e i g n s   a n d   s t e v e   s i m o n   h a s   t a k e n   o v e r   m o r e   i n   d e c i s i o n   m a k i n g ?     
 
 w o u l d   b e   g r e a t   i f   t h e   s t a r   o r   a t h l e t i c   h a d   a   b e a t   r e p o r t e d   t o   a s k   
 

l o o k i n g   n e w   b a l l   i n   t h e   m a t c h   p a c e r s           _ 4 2   _ i n d i a                        
a r t i c l e :   _ t u r n e r   i s   a   p e r f e c t   a l f r e d   t o   y o u r   b a t m a n ,   b u t   t h e     s t i l l   a r e n ' t   t h e   b e s t   f i t   f o r   h i m . 
 
 l a k e r s   p a c e r s   n b a  
r e a l l y   p a c e r s ?   y o u r   s t i c k i n g   p o i n t   i s   2 n d   r o u n d   p i c k s ?    
t h e l a k e r s   d i s c u s s e d   s e n d i n g   t h e i r   t w o   u n p r o t e c t e d   f i r s t - r o u n d   p i c k s   ( 2 0 2 7 a n d   2 0 2 9 )   t o   t h e   p a c e r s   f o r   m y l e s t u r n e r   a n d   b u d d y h i e l d . 
 g m   r o b p e l i n k a   c g i s e   t o   r e m a i n   p a t i e n t   t o   s e e   h o w   l . a   j e l l s   t h i s   y e a r . 
 v i a   -   
 t h a g a t e w a y n e w s   n b a  
m y   b e l i e f   i s   w i t h i n   t h e   f i r s t   2 0   g a m e s   ( b e f o r e   c h r i s t m a s )   i s   w h e n   b o t h   t e a m s   ( l a k e r s   a n d   p a c e r s )   w i l l   h a v e   a n   u n d e r s t a n d i n g   o f   t h e i r   s i t u a t i o n   a n d   o n e   o f   t h e m   w i l l   c a v e . 
 
 i   d o n ’ t   t h i n k / h o p e   t h i s   g o e s   t o   d e a d l i n e . 
 
 ( v i a   ,   h / t   ,    
k e e p   a n   e y e   o n   t h i s   p a c e r s   f a n s  
🏀 b u l l s   p o s t - p r a c t i c e   m e d i a   a v a i l a b i l i t y   ( 0 9 . 3 0 . 2 0 2 2 ) 🏀 
 👇 
 
 
 b u l l s n a t i o n 
 l e t e m k n o w 
 p i s t o n s 
 p a c e r s 
 f e a r t h e d e e r 
 相 互 1 0 0 
 フ ォ ロ バ 1 0 0 
 バ ス ケ 
 b a s k e t b a l l
1 6   d a y s   u n t i l   p a c e r s . . . 
 
 w e   t i p   o f f   i n   i n d y   v s   t h e   w i z   o c t   1 9  
b a s k e t b a l l   s e a s o n   i s   n o t   f a r   a w a y ,   w h i c h   m e a n s   i t ’ s   t i m e   t o   l o o k   a t   m o r e   n b a   s e a s o n   p r o p s ! 
 
 t h i s   t i m e   i ’ v e   g o t   3   e a s t e r n c o n f e r e n c e   w i n   t o t a l s   i   l i k e   t o   g o   u n d e r   t h i s   y e a r . 
 
 w h a t   d o   y ’ a l l   t h i n k ? 
 
 n b a t w i t t e r   g a m b l i n g t w i t t e r   a l l f l y   a l w a y s g a m e   p a c e r s 
 

e a s t e r n   c o n f e r e n c e   p o w e r   r a n k i n g s : 
 1 -   b u c k s 
 2 -   c e l t i c s 
 3 -   7 6 e r s   
 4 -   c a v a l i e r s   
 5 -   n e t s   
 6 -   h e a t   
 7 -   r a p t o r s   
 8 -   b u l l s 
 9 -   h a w k s   
 1 0 -   h o r n e t s   
 1 1 -   p i s t o n s   
 1 2 -   k n i c k s   
 1 3 -   w i z a r d s   
 1 4 -   p a c e r s   
 1 5 -   m a g i c 
 n b a   n b a p r e s e a s o n
r u s s e l l   w e s t b r o o k   t o   t h e   i n d i a n a   p a c e r s ?   h e a r i n g w e s t b r o o k   a n d   a   c o u p l e   o f   1 s t   r o u n d e r s   f o r   m y l e s   t u r n e r   a n d   b u d d y   h i e l d   i n   r e t u r n .
b u d d y   h i e l d   a n d   m y l e s   t u r n e r   w o u l d   b e   a   l a k e r   r i g h t   n o w   i f   i t   w a s n ’ t   t h e   g r e e d   o f   t h e   r o b   p e l i n k a .   p a c e r s   a r e   w i l l i n g   t o   t a k e   t w o   1 s t   r o u n d   p i c k s   a n d   w e s t b r o o k ,   b u t   r o n   p e l i n k a   w a n t s   a   2 n d   r o u n d   p i c k   i n   r e t u r n   s o   n o   d e a l   f o r   n o w .   g r e e d   
 
 l a k e r s   l a k e s h o w   n b a  
t h e   p a c e r s   w i l l   c a v e .   j u s t   w a i t   o n   i t   🤫  
n e a r l y   t r a d e d   t o   t h e   i n d i a n a   p a c e r s ,   n b a   s o u r c e s   n o w   s a y   t h e   i d e a   o f   t h e   l o s   a n g e l e s   l a k e r s   t r a d i n g   r u s s e l l   w e s t b r o o k   i n   t h e   n e a r   f u t u r e   i s n ' t   d e a d .   l a k e s h o w      
n a t a r a j a n 
 न ट र ा ज न 
 t 2 0 w o r l d c u p   
 t 2 0 w c 2 0 2 2   
 a u s t r a l i a   
 i n d v s s a   
 s a n j u s a m s o n   
 p a c e r s   
 v i r a t k o h l i 𓃵   
 c r i c k e t t w i t t e r   
 w h o   i s   b e t t e r   r e p l a c e m e n t   o f   j a s p r i t b u m r a h
“ f o r   t h e   p a c e r s ,   e v e r y   c o n v e r s a t i o n   w i t h   t h e   l a k e r s   l e d   t o   a n   u l t i m a t e   d e m a n d :   b o t h   o f   l . a . ’ s   a v a i l a b l e   f i r s t - r o u n d   p i c k s   —   o r   n o   d e a l ”   ( m t & a m p ; b h   t r a d e ) 
 
 s h a m s   a l s o   s a y s   t h e   p a c e r s   c o n s i d e r e d   a d d i n g   t h e   g r i z z l i e s   i n t o   3   t e a m   d e a l .   f o   w a s   b u s y   t h i s   o f f - s e a s o n :  
p a c e r s   m e e t   u p ?   g e t   y o u r   t i c k e t s   : )  
t h e   p a c e r s   w o n ’ t   w i n   a   l o t   o f   g a m e s ,   b u t   a t   l e a s t   t h e y ’ l l   b e   f u n   t o   w a t c h   a n d   h a v e   a   l o n g - t e r m   v i s i o n . 
 
 c o l t s   c o n t i n u e   t o   m a k e   f a l s e   p r o m i s e s   a n d   a r e   n o t   a   f u n   t e a m   t o   w a t c h   r i g h t   n o w .
i n d i a n a   p a c e r s   f a n a t i c s   b r a n d e d   l e t ' s   g o   l o n g   s l e e v e   t - s h i r t   p a c e r s  
2 0 2 1 - 2 2   p a n i n i   p r i z m   b a s k e t b a l l   i s a i a h   j a c k s o n   3 0 9   p a c e r s     e b a y   v i a     c o l l e c t   t h e h o b b y   p a c e r s   n b a
o k a y   t h e   c o l t s   s u c k   f o r   s u r e .   t h e   p a c e r s   w i l l   s u c k   ( b u t   h o p e f u l l y   b e   f u n   t o   w a t c h ) .   b u t l e r   b a s k e t b a l l   w i l l   b e   m i d / b a d .   t h e   s t l c a r d s   a r e   d e c e n t .   a l l   m y   t e a m s   s u c k i n g   m a k e s   m e   v e r y   n e r v o u s   f o r   t h e   p l a y o f f   c a r d s .   t h e y   a r e   a l l   i   h a v e   r i g h t   n o w .   f o r t h e s h o e   p a c e r s
p a c e r s   b i r t h d a y s !   
 
 t o d a y   i s   f o r m e r   a s s i s t a n t   c o a c h ,   g r e g o r y   c l i n t o n   f o s t e r ’ s   b i r t h d a y .  
p a c e r   1 4 4 0 0 1   n a m e d   t h e   p e n i s t o n e   l i n e   p a r t n e r s h i p   s e e n   o u t s i d e   a i r e d a l e   h o s p i t a l   p a c e r s   n o r t h e r n r a i l  
t h e   '   m y l e s   t u r n e r   i s   a n     r o l e   p l a y e r   e x t r a o r d i n a i r e   a n d   t h e     s h o u l d   p r i o r i t i s e   g e t t i n g   h i m . 
 
 
 
 z i o n   p e l i c a n s   n b a   p a c e r s  
c h e c k   o u t   j e r m a i n e   o ’ n e a l   n b a   2 5   d i f f e r e n t   c a r d   l o t   p a c e r s   -   a l l   s t a r     e b a y   v i a     p a c e r s   s e l l   d e a l   e b a y
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
t h e     a r e   a   s u p e r   y o u n g   t e a m ,   b u t   h a v e   s o m e   v e r y   p r o m i s i n g   p l a y e r s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   p a c e r s   i n d i a n a p a c e r s   i n d i a n a   t y r e s e h a l i b u r t o n   m y l e s t u r n e r   b u d d y h i e l d   n b a t w i t t e r  
r u s s e l l w e s t b r o o k   t r a d e   r u m o r s :   l a k e r s   n e a r l y   d e a l t   s t a r   t o   p a c e r s   b e f o r e   t r a i n i n g   c a m p     p e r   r e p o r t 
 
 n e w s     r u m o r s :   
 
 b u d d y h i e l d   m y l e s t u r n e r   
       n b a   b a s k e t b a l l  
t h e l a k e r s   d i s c u s s e d   s e n d i n g   t h e i r   t w o   u n p r o t e c t e d   f i r s t - r o u n d   p i c k s   ( 2 0 2 7 a n d   2 0 2 9 )   t o   t h e   p a c e r s   f o r   m y l e s t u r n e r   a n d   b u d d y h i e l d . 
 g m   r o b p e l i n k a   c g i s e   t o   r e m a i n   p a t i e n t   t o   s e e   h o w   l . a   j e l l s   t h i s   y e a r . 
 v i a   -   
 t h a g a t e w a y n e w s   n b a  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
t h e     a r e   a   s u p e r   y o u n g   t e a m ,   b u t   h a v e   s o m e   v e r y   p r o m i s i n g   p l a y e r s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   p a c e r s   i n d i a n a p a c e r s   i n d i a n a   t y r e s e h a l i b u r t o n   m y l e s t u r n e r   b u d d y h i e l d   n b a t w i t t e r  
r u s s e l l w e s t b r o o k   t r a d e   r u m o r s :   l a k e r s   n e a r l y   d e a l t   s t a r   t o   p a c e r s   b e f o r e   t r a i n i n g   c a m p     p e r   r e p o r t 
 
 n e w s     r u m o r s :   
 
 b u d d y h i e l d   m y l e s t u r n e r   
       n b a   b a s k e t b a l l  
t h e l a k e r s   d i s c u s s e d   s e n d i n g   t h e i r   t w o   u n p r o t e c t e d   f i r s t - r o u n d   p i c k s   ( 2 0 2 7 a n d   2 0 2 9 )   t o   t h e   p a c e r s   f o r   m y l e s t u r n e r   a n d   b u d d y h i e l d . 
 g m   r o b p e l i n k a   c g i s e   t o   r e m a i n   p a t i e n t   t o   s e e   h o w   l . a   j e l l s   t h i s   y e a r . 
 v i a   -   
 t h a g a t e w a y n e w s   n b a  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m y l e s   t u r n e r   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m y l e s t u r n e r   m y l e s   t u r n e r   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
w a r r i o r s   t r a d e   r u m o r s :   d r a y m o n d   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 n b a s e a s o n   b u d d y h i e l d   d r a y m o n d g r e e n   d r a y m o n d g r e e n t r a d e   d r a y m o n d g r e e n t r a d e r u m o r s   g o l d e n s t a t e w a r r i o r s   g o l d e n s t a t e w a r r i o r s n e w s   g o l d e n s t a t e w a r r i o r s r u m o r s   g o l d e n s t a t e w a r r i o r s t r a d e r u m o r s  
t h e s e   g u y s   c a n   p u l l   i t   f r o m   a n y w h e r e 💦 
 w e t   l i k e   w a t e r ! 
 s t e p h c u r r y   b u d d y h i e l d   f r e d v a n v l e e t   k n i c k s   g s w   n y k   p a c e r s   r a p t o r s   n b a f a n t a s y   l a t v i a n f a n t a s y l e a g u e   f a n t a s y r a d a r  
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m i t c h   r o b   g o t t a   b l o c k   t h i s .   n b a   b a s k e t b a l l   b u d d y h i e l d   p a c e r s   n b a t w i t t e r   p r e s e a s o n  
b u d d y   h i e l d   3   b a l l   n b a   b a s k e t b a l l   p a c e r s   b u d d y h i e l d   n b a t w i t t e r   p r e s e a s o n  
b u d d y   h i e l d   3   b a l l   n b a   b a s k e t b a l l   n b a t w i t t e r   b u d d y h i e l d   p a c e r s  
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
d o   t h e   d e a l !   -   m i c h a e l   w i l b o n   u r g e s   . . . 
   
 
   
 b u d d y h i e l d   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   i n d i a n a p a c e r s t r a d e   l o s a n g e l e s   l o s a n g e l e s l a k e r s   l o s a n g e l e s l a k e r s i n d i a n a p a c e r s t r a d e   l o s a n g e l e s l a k e r s l e b r o n j a m e s   l o s a n g e l e s l a k e r s t r a d e  
t h e     a r e   a   s u p e r   y o u n g   t e a m ,   b u t   h a v e   s o m e   v e r y   p r o m i s i n g   p l a y e r s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   p a c e r s   i n d i a n a p a c e r s   i n d i a n a   t y r e s e h a l i b u r t o n   m y l e s t u r n e r   b u d d y h i e l d   n b a t w i t t e r  
r u s s e l l w e s t b r o o k   t r a d e   r u m o r s :   l a k e r s   n e a r l y   d e a l t   s t a r   t o   p a c e r s   b e f o r e   t r a i n i n g   c a m p     p e r   r e p o r t 
 
 n e w s     r u m o r s :   
 
 b u d d y h i e l d   m y l e s t u r n e r   
       n b a   b a s k e t b a l l  
t h e l a k e r s   d i s c u s s e d   s e n d i n g   t h e i r   t w o   u n p r o t e c t e d   f i r s t - r o u n d   p i c k s   ( 2 0 2 7 a n d   2 0 2 9 )   t o   t h e   p a c e r s   f o r   m y l e s t u r n e r   a n d   b u d d y h i e l d . 
 g m   r o b p e l i n k a   c g i s e   t o   r e m a i n   p a t i e n t   t o   s e e   h o w   l . a   j e l l s   t h i s   y e a r . 
 v i a   -   
 t h a g a t e w a y n e w s   n b a  
n b a   l o s a n g e l e s l a k e r s   i n d i a n a p a c e r s   r u s s e l l w e s t b r o o k   b u d d y h i e l d   l a k e r s   r e p o r t e d l y   c a m e   c l o s e   t o   t r a d i n g   r u s s e l l   w e s t b r o o k   t o   p a c e r s  
w a r r i o r s   t r a d e   r u m o r s :   d r a y m o n d   . . . 
   
 
   
 2 0 2 2 n b a p r e s e a s o n   2 0 2 2 n b a s e a s o n   b u d d y h i e l d   d r a y m o n d g r e e n   d r a y m o n d g r e e n t r a d e   d r a y m o n d g r e e n t r a d e r u m o r s   g o l d e n s t a t e w a r r i o r s   g o l d e n s t a t e w a r r i o r s n e w s   g o l d e n s t a t e w a r r i o r s r u m o r s   g o l d e n s t a t e w a r r i o r s t r a d e r u m o r s  
t h e s e   g u y s   c a n   p u l l   i t   f r o m   a n y w h e r e 💦 
 w e t   l i k e   w a t e r ! 
 s t e p h c u r r y   b u d d y h i e l d   f r e d v a n v l e e t   k n i c k s   g s w   n y k   p a c e r s   r a p t o r s   n b a f a n t a s y   l a t v i a n f a n t a s y l e a g u e   f a n t a s y r a d a r  
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
m i t c h   r o b   g o t t a   b l o c k   t h i s .   n b a   b a s k e t b a l l   b u d d y h i e l d   p a c e r s   n b a t w i t t e r   p r e s e a s o n  
b u d d y   h i e l d   3   b a l l   n b a   b a s k e t b a l l   p a c e r s   b u d d y h i e l d   n b a t w i t t e r   p r e s e a s o n  
b u d d y   h i e l d   3   b a l l   n b a   b a s k e t b a l l   n b a t w i t t e r   b u d d y h i e l d   p a c e r s  
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
d o   t h e   d e a l !   -   m i c h a e l   w i l b o n   u r g e s   . . . 
   
 
   
 b u d d y h i e l d   c e n t r a l d i v i s i o n   e a s t e r n c o n f e r e n c e   i n d i a n a p a c e r s   i n d i a n a p a c e r s t r a d e   l o s a n g e l e s   l o s a n g e l e s l a k e r s   l o s a n g e l e s l a k e r s i n d i a n a p a c e r s t r a d e   l o s a n g e l e s l a k e r s l e b r o n j a m e s   l o s a n g e l e s l a k e r s t r a d e  
t h e     a r e   a   s u p e r   y o u n g   t e a m ,   b u t   h a v e   s o m e   v e r y   p r o m i s i n g   p l a y e r s .   w h a t   i s   t h e i r   c e i l i n g   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 n b a   n b a p r e s e a s o n   p a c e r s   i n d i a n a p a c e r s   i n d i a n a   t y r e s e h a l i b u r t o n   m y l e s t u r n e r   b u d d y h i e l d   n b a t w i t t e r  
r u s s e l l w e s t b r o o k   t r a d e   r u m o r s :   l a k e r s   n e a r l y   d e a l t   s t a r   t o   p a c e r s   b e f o r e   t r a i n i n g   c a m p     p e r   r e p o r t 
 
 n e w s     r u m o r s :   
 
 b u d d y h i e l d   m y l e s t u r n e r   
       n b a   b a s k e t b a l l  
t h e l a k e r s   d i s c u s s e d   s e n d i n g   t h e i r   t w o   u n p r o t e c t e d   f i r s t - r o u n d   p i c k s   ( 2 0 2 7 a n d   2 0 2 9 )   t o   t h e   p a c e r s   f o r   m y l e s t u r n e r   a n d   b u d d y h i e l d . 
 g m   r o b p e l i n k a   c g i s e   t o   r e m a i n   p a t i e n t   t o   s e e   h o w   l . a   j e l l s   t h i s   y e a r . 
 v i a   -   
 t h a g a t e w a y n e w s   n b a  
n b a   l o s a n g e l e s l a k e r s   i n d i a n a p a c e r s   r u s s e l l w e s t b r o o k   b u d d y h i e l d   l a k e r s   r e p o r t e d l y   c a m e   c l o s e   t o   t r a d i n g   r u s s e l l   w e s t b r o o k   t o   p a c e r s  
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
l a k e r s ,   p a c e r s   k e e p i n g   i n   t o u c h   a g a i n   a b o u t   b u d d y   h i e l d   t r a d e   s t a t u s     l a k e r s
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   k n i c k s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
l a k e r s ,   p a c e r s   k e e p i n g   i n   t o u c h   a g a i n   a b o u t   b u d d y   h i e l d   t r a d e   s t a t u s     l a k e r s
b u d d y   h i e l d   n b a   h i g h l i g h t s   p a c e r s   v s   h o r n e t s   0 5 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b u d d y h i e l d   b u d d y   h i e l d   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   i n d i a n a   p a c e r s   p a c e r s  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [73], in <cell line: 1>()
      1 for id, tweets in tweets_df_Pacers2.items():
      2     for tweet in tweets:
----> 3         analysis = SentimentIntensityAnalyzer(tweets_df_Pacers2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Pacers2 = tweets_df_Pacers2.append({
      5             'name': id,
      6             'text': tweets_df_Pacers2.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\vaderSentiment\vaderSentiment.py:200, in SentimentIntensityAnalyzer.__init__(self, lexicon_file, emoji_lexicon)
    198 def __init__(self, lexicon_file="vader_lexicon.txt", emoji_lexicon="emoji_utf8_lexicon.txt"):
    199     _this_module_file_path_ = os.path.abspath(getsourcefile(lambda: 0))
--> 200     lexicon_full_filepath = os.path.join(os.path.dirname(_this_module_file_path_), lexicon_file)
    201     with codecs.open(lexicon_full_filepath, encoding='utf-8') as f:
    202         self.lexicon_full_filepath = f.read()

File ~\anaconda3\lib\ntpath.py:117, in join(path, *paths)
    115     return result_drive + result_path
    116 except (TypeError, AttributeError, BytesWarning):
--> 117     genericpath._check_arg_types('join', path, *paths)
    118     raise

File ~\anaconda3\lib\genericpath.py:152, in _check_arg_types(funcname, *args)
    150         hasbytes = True
    151     else:
--> 152         raise TypeError(f'{funcname}() argument must be str, bytes, or '
    153                         f'os.PathLike object, not {s.__class__.__name__!r}') from None
    154 if hasstr and hasbytes:
    155     raise TypeError("Can't mix strings and bytes in path components") from None

TypeError: join() argument must be str, bytes, or os.PathLike object, not 'Series'
In [74]:
for id, tweets in tweets_df_Heat1.items():
    for tweet in tweets:
        analysis = TextBlob(tweets_df_Heat1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Heat1 = tweets_df_Heat1.append({
            'name': id,
            'text': tweets_df_Heat1.text
        }, ignore_index=True)
l e t ’ s   g o   h e a t ! ! !   ( m e   e m o c i o n o   😂 )   🏀 ♥ ️   m i a m i h e a t      
s h a r e   t h e   b e s t   s p o r t s d a y   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 n b a p r e s e a s o n   w s   f o r   t h e   w a s h w i z a r d s ,   s i x e r s ,   m i a m i h e a t   
 
 s p o r t s d a y   n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s d a y   c o n t e n t   :   
 n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 n b a p r e s e a s o n   w s   f o r   t h e   w a s h w i z a r d s ,   s i x e r s ,   m i a m i h e a t   
 
 s p o r t s d a y   n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s d a y   c o n t e n t   :   
 n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s 
 
  
s h a r e   t h e   b e s t   s p o r t s d a y   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 n b a p r e s e a s o n   w s   f o r   t h e   w a s h w i z a r d s ,   s i x e r s ,   m i a m i h e a t   
 
 s p o r t s d a y   n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   8 ⃣  
m a r c u s   g a r r e t t   -   g r e a t   d e f e n d e r 
 g a r r e t t   -   o k a y   p a s s e r 
 g a r r e t t   -   o k a y   s h o o t e r 
 g a r r e t t   -   o k a y   p l a y m a k e r 
 d r u   s m i t h   -   g o o d   d e f e n d e r 
 s m i t h   -   g o o d   p a s s e r 
 s m i t h   -   g o o d   p l a y m a k e r 
 s m i t h   -   g o o d   s h o o t e r 
 w h i c h   p l a y e r   w o u l d   y o u   r a t h e r   h a v e   o n   a   2 w a y   c o n t r a c t ?   
 m i a m i h e a t   h e a t
w a t c h i n g   g a r r e t t   o n   d e f e n s e   i s   a   p l e a s u r e .   h o w e v e r ,   t h e   m a r c u s   g a r r e t t   c o n u m d r u m   i s   m u c h   l i k e   t h e   j u s t i s e   w i n s l o w   c o n u m d r u m .   b o t h   a r e   e x c e l l e n t   d e f e n d e r s ,   b u t   n e e d s   a   l i f t   o f f e n s i v e l y .   y o u   w a n t   b o t h   o n   y o u r   t e a m ,   b u t   y o u   s t i l l   n e e d   c o n s i s t e n t   s c o r i n g .   h e a t   m i a m i h e a t
m i a m i   h e a t   •   s t a t e m e n t   j e r s e y   c o n c e p t   
 
 n b a t w i t t e r   n b a   m i a m i h e a t   h e a t t w i t t e r   h e a t n a t i o n    
h e a t   r o s t e r   w h a t   i f s   ( 1 ) 
 
 m i a m i h e a t 
 h e a t t w i t t e r  
h a p p y   l o c k t o b e r   3 / 4   n i g h t   i n c l u d i n g   a   u n d e r d o g   h i t   i n   t h e   d i s c o r d   y e s t e r d a y .   o u r   m e m b e r s   a r e   c a s h i n g   o u t !   h i t   t h e   l i n k   i n   t h e   b i o   t o   s i g n   u p   f o r   d a i l y   l o c k s   a n d   p r o p s !   f a n d u e l   d r a f t k i n g s   c a e s a r s s p o r t s b o o k   d i s c o r d   u n d e r d o g s   w i z a r d s   m i a m i h e a t   p a t r i c k m a h o m e s   l i n k i n b i o  
m i a m i   h e a t   v s .   h o u s t o n   r o c k e t s   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   m i a m i h e a t   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s o u t h e a s t d i v i s i o n   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t   w a r r i o r s h i g h l i g h t  
n i k o l a   j o v i c   i s   h a n d l i n g   t h e   t r a n s i t i o n   m i a m i h e a t  
m a x   s t r u s   2 4   p o i n t s   f u l l   h i g h l i g h s   v s   r o c k e t s   o c t o b e r   1 0 t h   2 0 2 2 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
i t ' s   a   l o a d e d   m o n d a y   1 0 / 1 0 / 2 2 
 
 - a f t e r m a t h   o f   j e t s   l o s s   f o r   m i a m i d o l p h i n s 
 
 - e j d c o n s t r u c t i o n . c o m   f i n s u p   r e p o r t 
 
 -   f a n t a s y f o o t b a l l   z o n e   w i t h   
 
 - m i a m i h e a t   r e p o r t   w i t h   
 
 a n d   m o r e ! 
 
 y o u t u b e   
  
[ p o s t   g a m e ]   h e a t   d e f e a t   r o c k e t s   i n   p r e s e a s o n   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
s p o r t s :   l o o k i n g   f o r w a r d   t o   w a t c h i n g   🏀 !   
 
 n b a     m i a m i h e a t   ♥ ️ 
  
d r u   s m i t h   f i n d s   j a m a l   c a i n   f o r   t h e   p o s t e r   l o b ❗ ️ 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
h o u s t o n   r o c k e t s   v s   m i a m i   h e a t   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   h e a t v s r o c k e t s   m i a m i h e a t   n b a h i g h l i g h t s   n b a p l a y o f f s   r o c k e t s v s h e a t   s o u t h e a s t d i v i s i o n  
r o c k e t s   a t   h e a t   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 4 5   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
e n d e   b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 6 : 1 0 7   w a s h i n g t o n w i z a r d s   v s   c h a r l o t t e h o r n e t s   
 1 1 3 : 9 7   p h i l a d e l p h a 7 6 e r s   v s   c l e v e l a n d c a v a l i e r s   
 1 1 0 : 1 1 8   h o u s t o n r o c k e t s   v s   m i a m i h e a t   
 1 0 5   : 1 0 7   p h o e n i x s u n s   v s   d e n v e r n u g g e t s
[ p o s t   g a m e ]   h e a t   d e f e a t   r o c k e t s   i n   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m e   w i t h   l i f e   g o a l s ✨ 👌 🏾   m i a m i h e a t  
m i a m i h e a t   l o s t   a n d   m y   s e a t t l e s e a h a w k s   l o s t   ☹ ️ 🥴
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
j o v i c   i s   g o i n g   t o   b e   t h e   b i g g e s t   s t e a l   o f   t h e   d r a f t .   m i a m i h e a t
m i a m i   h e a t   v s .   h o u s t o n   r o c k e t s   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   m i a m i h e a t   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s o u t h e a s t d i v i s i o n   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t   w a r r i o r s h i g h l i g h t  
s u n s   l o o k i n g   t o   a c q u i r e   r o t a t i o n a l   p i e c e s   f o r   j a e   c r o w d e r   i n s t e a d   o f   f u t u r e   a s s e t s   –   r e p o r t   a t l a n t a h a w k s   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r   m i a m i h e a t   m i l w a u k e e b u c k s  
t h e   m i a m i   h e a t   e n d i n g   t h e   f i r s t   h a l f   b e a u t i f u l l y   v s .   t h e   r o c k e t s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
t h e   m i a m i h e a t   n e e d s   t o   n o t   o v e r   t h i n k   t h i s   a n d   f i n d   m i n u t e s   f o r   t h i s   t a l e n t e d   1 9   y e a r   o l d .   h e ’ s   b e e n   v e r y   i m p r e s s i v e .   n i k o l a   j o v i c   1 5   p t s   1 2   r e b   4   a s t   h o u s t o n   r o c k e t s   v s   m i a m i   h e a t   h i g h l i g h t . . .     v i a  
g o t   ‘ e m ! ! ! !   h e a t n a t i o n   m i a m i h e a t   h e a t l i f e r   b a l l i s l i f e 🏀  
j i m m y   n e u t r o n   c o m e b a c k   s e a s o n   i n c o m i n g   🔥 🔥 🔥 
 
 n b a   m i a m i h e a t  
v i c t o r   o l a d i p o   p r e s e a s o n   d e b u t   s t a t s   v s   h o u s t o n   r o c k e t s 
 
 8   p t s 
 4   r e b 
 3   s t l s 
 
 h e a t c u l t u r e   m i a m i h e a t   v i c t o r o l a d i p o   r e v e n g e s z n  
t h e   m i a m i   h e a t   a r e   i n   t h e   w i n   c o l u m n   . . .   j u s t   p r a c t i c i n g   b e f o r e   t h e   r e g u l a r   s e a s o n   . . .   m i a m i h e a t   h e a t   h e a t c u l t u r e  
n i c e   t o   s e e     d o i n g   t h e i r   t h i n g   p r e s e a s o n ! !   i   f e e l   h o p e f u l   f o r   t h i s   o n e ! ! 
 
 m i a m i h e a t   n b a   p r e s e a s o n
j a m a l   c a i n   o a k l a n d   g r i z z l i e s   v s   u i c   f l a m e s   |   2 6   p o i n t s ,   1 2   r e b o u n d s ,   2   a s s i s t s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
d i p o   l o o k s   f r e s h   m i a m i h e a t
w e   k e p t   d e d m o n   i n s t e a d   o f   g e t t i n g   b o o g i e ?   m i a m i h e a t
  c o n g r a t u l a t i o n s   k e l l y ! ! ! ! !   l o o k i n g   f o r w a r d   t o   w a t c h i n g   y o u   w i t h   o u r   h e a t   t h i s   s e a s o n .   g o   h e a t ! ! ! ! ! !   h e a t c u l t u r e   m i a m i h e a t
t h e   e a r l i e s t   i ' v e   b e e n   t o   a   g a m e   t o   c a t c h   t h e   s h o o t   a r o u n d .   n o t h i n g   b u t s   b l a n s   c o m e   e a r l y   t o   t h e   g a m e   🤣 .   i   f e e l   l i k e   b u d d y   i n   g e t   o u t   v i s i t i n g   t h e   w h i t e   f a m i l y .   m i a m i h e a t  
g o   v i c   ❤ ️ 👏 🏾   m i a m i h e a t  
m i a m i   h e a t   d e f e n s e   v s .   t h e   g r i z z l i e s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
r i c k   r o s s   t r y i n g   t o   u s e   m i a m i h e a t   b a t h r o o m   😂 😂 😂 😂   n b a  
j a m a l   c a i n   o n   s i g n i n g   a   t w o ‑ w a y   c o n t r a c t :   " e x t r e m e l y   h a p p y   & a m p ;   e   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   j a m a l c a i n   j a m a l c a i n p r a c t i c e   j a m a l c a i n s i g n s w i t h t h e m i a m i h e a t   j a m a l c a i n t w o w a y c o n t r a c t   m i a m i h e a t   m i a m i h e a t p r a c t i c e   m i a m i h e a t t r a i n i n g c a m p   s o u t h e a s t d i v i s i o n  
7 : 3 0   p m   t o n i g h t   i t   a l l   s t a r t s .   m i a m i h e a t
g o t   m y   l o w   k e y   p a r k i n g   s p o t   b y   t h e   h e a t   a r e n a   t h a t   i   r e f u s e   t o   t e l l   a n y o n e   a b o u t   🤷 🏿 ‍ ♂ ️   m i a m i h e a t
🔥   9   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r         m i a m i h e a t  
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   9 ⃣  
j a m a l   c a i n   o n   m a k i n g   a n   . . . 
   
 
   
 a m e r i c a n a i r l i n e s a r e n a   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   e t h a n s k o l n i c k   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s n e t w o r k   h e a t c u l t u r e   h e a t n a t i o n   h e a t s e a s o n   m i a m i h e a t   m i a m i h e a t a n a l y s i s   m i a m i h e a t n b a   m i a m i h e a t s h o w   p o d c a s t  
d o e s   j o k i c   d e s e r v e   a   s t a r t i n g   s p o t ?   m i a m i h e a t
h e a d g e a r   c o l l e c t i o n   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
t h e   4 1 1   o n   o u r   o p t i o n s   a t   t h e   4   f o r   t h e   2 0 2 2 - 2 3   s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
s c r e e n   t h e   s c r e e n e r   a c t i o n   b y   m i a m i   h e a t   d u r i n g   n b a p r e s e a s o n .   t h i s   a c t i o n   i n v o l v e s   a l l   p l a y e r s   o n   t h e   c o u r t   a n d   h a s   m a n y   v a r i o u s   s o l u t i o n s .   t w o   o f   t h e m   l e a d i n g   b y   k y l e   l o w r y   a n d   t y l e r   h e r r o . 
 
 x s o s   m i a m i h e a t  
j i m m y   b u t l e r   w i l l s   t h e   h e a r t   o v e r   t h e   l a k e r s   i n   g a m e s   m i a m i h e a t   j i m m y b u t l e r   l a k e r s   n b a p l a y o f f s   n b a s e a s o n   n b a 2 0 2 2 🏀  
b r e a k i n g :   j a m a l   c a i n ’ s   c o n t r a c t   t   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   j a m a l c a i n   j a m a l c a i n h i g h l i g h t s   m i a m i h e a t   m i a m i h e a t j a m a l c a i n   m i a m i h e a t n e w s   m i a m i h e a t o f f s e a s o n r u m o r s   m i a m i h e a t o f f s e a s o n t r a d e s   m i a m i h e a t r u m o r s   n b a   n b a n e w s   n b a r u m o r s   s o u t h e a s t d i v i s i o n  
j a m a l   c a i n   i n t e r v i e w   o n   s i g n i n g   a   t w o ‑ w a y   c o n t r a c t :   " e x t r e m e l y   h a p p y   & a m p ;   e x c i t e d   t o   g e t   t o   w o r k "   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   w h i t e h o t   h e a t n a t i o n   h e a t t w i t t e r   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   1 ⃣ 0 ⃣  
t h e     h a d   a   p r e t t y   q u i e t   o f f s e a s o n ,   b u t   a f t e r   b e i n g   o n e   s h o t   a w a y   f r o m   t h e   n b a f i n a l s ,   w h a t   c a n   t h e y   d o   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 m i a m i h e a t   m i a m i   n b a t w i t t e r   n b a   j i m m y b u t l e r   t y l e r h e r r o   b a m a d e b a y o   h e a t   s o u t h b e a c h  
🔥   1 0   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r       m i a m i h e a t  
h e a d g e a r   c o l l e c t i o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
c o u p ' s   n o t e b o o k   v o l .   2 7 :   w h a t   a   d i f f e r e n t   b a m   r e a l l y   m e a n s ,   j a m a l   c a i n ’ s   i n s t i n c t s ,   d r i v i n g   d u n c a n   a   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
[ w o j n a r o w s k i ]   t h e   m i a m i   h e a t   a r e   c o n v e r t i n g   u n d r a f t e d   r o o k i e   f o r w a r d   j a m a l   c a i n   t o   a   t w o - w a y   c o n t r a c t .   c a i n ’ s   a v e r a g e d   1 7   p o i n t s   a n d   8 . 5   r e b o u n d s   i n   h e a t ’ s   p a s t   t w o   p r e s e a s o n   g a m e s . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
l o o k s   l i k e   w h i t e   m a s h u p   j e r s e y s   a r e   c o n f i r m e d   f o r   t h i s   s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
[ w i n d e r m a n ]   t h e   h e a t   h a v e   c o n v e r t e d   j a m a l   c a i n   t o   a   t w o - w a y   c o n t r a c t ,   h a v e   w a i v e d   d a r i u s   d a y s   f r o m   h i s   t w o - w a y   a n d   s i g n e d   m y c h a l   m u l d e r .   d a y s   t h e n   s i g n e d   a n   e x h i b i t i o n   1 0   w i t h   h e a t ,   w a s   a l s o   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
b e   l i k e   .   t h e s e   c o n c e p t s   a r e   p u r e   h e a t !   🔥 🔥 🔥 
 m i a m i h e a t     s m s p o r t s   j e r s e y d e s i g n   p h o t o s h o p   u n i m o c k u p s   c a p c u t  
      1 0 0 %   w a s   c o l d   i n   t h e   p l a y o f f s   v s   m y   m i a m i h e a t
1 0 / 9 / 2 ” 
 
 t h e b u b b l e   w a s   w i n d i n g   d o w n   a n d   t w o   t e a m s   r e m a i n e d   m i a m i h e a t   a n d   l a k e r s       h e a d e d   i n t o   g a m e   5   t h e     w e r e   a h e a d   3 - 1 .   b u t   w h a t   n o   o n e   e x p e c t e d ,   w a s   t h a t   t h i s   w a s   t h e   n i g h t   m y   m a n     a k a   j i m m y   b u c k e t s   w o u l d   c h o o s e   t o   h a v e   a   g a m e   t h a t   w o u l d   h i g h l i g h t   h i s   l e g a c y .  
t h e   m i a m i   h e a t   a r e   i n   t h e   p r o c e s s   o f   r e - s i g n i n g   m y c h a l   m u l d e r ,   l i k e l y   t o   f u n n e l   h i m   t o   t h e i r   g   l e a g u e   a f f i l i a t e .   i t   m e a n s   a   p l a y e r   f r o m   t h e   o r i g i n a l   c a m p   r o s t e r   w i l l   h a v e   t o   b e   w a i v e d . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
c a r n i v a l   c r u i s e   s t o c k   p r i c e |   s h o u l d   i   b u y   c a r n i v a l   c r u i s e   s t o c k ❓     v i a     c a r n i v a l c r u i s e s t o c k p r i c e   c n b c   c c l   m i a m i h e a t
t h e   m i a m i   h e a t   i n c h e s   c l o s e r   a t   t h e   h a l f   v s .   t h e   g r i z z l i e s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
a f t e r   w a t c h i n g   t h e   p r e s e a s o n   i   u n d e r s t a n d   w h y   w e   d i d n ’ t   m a k e   a n y   b i g   t r a d e s   m i a m i h e a t
    b o y ,   y o u   k n o w   i t ' s   p r e - s e a s o n   w h e n   “ n o - d ” u n c a n   r o b i n s o n   i s   g e t t i n g   q u a l i t y   m i n u t e s .   m i a m i h e a t
m i a m i   h e a t   v s   m e m p h i s   g r i z z l i e s   |   n b a   l i v e   . . . 
   
 
   
 e s p n   g r i z z l i e s v s h e a t   h e a t v s g r i z z l i e s   j i m b y s p o r t s   m e m p h i s g r i z z l i e s   m i a m i h e a t   n b a l i v e   n b a l i v e 2 0 2 2   n b a l i v e s c o r e b o a r d   n b a l i v e s c o r e b o a r d 2 0 2 2   n b a l i v e s t r e a m i n g t o d a y   n b a l i v e s t r e a m i n g t o d a y 2 0 2 2  
i n s t a l l a t i o n   o f   n e w   r o o f t o p   f t x   l o g o ,   r e p l a c i n g   t h e   a a a   a i r p l a n e   i s   u n d e r w a y   a t   f t x   a r e n a   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
g e t   t o   k n o w   n i k o l a   j o v i c   |   o n e   o n   o n e   w i t h   e t h a n   s k o l n i c k 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
u d o n i s   h a s l e m   h o p e s   y o u n g e r   g e n e r a t i o n   w i l l   e m u l a t e   h i s   c a r e e r   a s   a n   u n d r a f t e d   h e a r t   a n d   s o u l   o f   m i a m i   h e a t   m i a m i h e a t   u d o n i s h a s l e m  
2   o f   t h e   b i g g e s t   n o n   h e a t   l e g e n d s   i n   r e c e n t   m e m o r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   y o u n g   p l a y e r s   s e i z i n g   t h e   o p p o r t u n i t y   v s .   t h e   g r i z z l i e s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
h a v e   w e   d e c i d e d   o n   a   l e g i t   n i c k n a m e   f o r   j o v i c ? 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m i a m i h e a t   9   c a r d   l o t   h e a t   
 
 $ 4   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
  b a c k   a t   i t   w i t h   t h e   s q u a d   🙌 🔥 🔥 
 
 n b a l o t t e r y   d a r i u s g a r l a n d   n b a o n t n t   n b a d r a f t   k y r i e   l a l a k e r s   u n d e r a u r m o r   k i n g j a m e s   u t a h j a z z   b l a z e r s   d a m e 4   n i k e b a s k e t b a l l   l e b r o n l a k e r s   p o r t l a n d t r a i l b l a z e r s   n i k e   m i a m i h e a t   k u h o o p s   t r a e y o u n g  
[ p o s t   g a m e ]   h e a t   p r e s e a s o n   s q u a d   d e f e a t s   m e m p h i s   s t a r t e r s   |   d u n c a n   r o b i n s o n   2 9   p t s ,   c a i n   1 9   p t s   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
t h e   r e s t   o f   t h e   l e a g u e   w h e n e v e r   w e   s i g n   a n   u n k n o w n   p r o s p e c t   t h a t ’ s   a l r e a d y   n b a   r e a d y 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
a n d   n o w   a   m e s s a g e   f r o m   d u n k i n :   n i g h t   n i g h t 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
t y l e r   h e r r o ,   o n e   o f   t h e   n e w   g u n s   f o r   t h e   n b a . 
 n b a   m i a m i   m i a m i h e a t  
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   1 ⃣ 1 ⃣  
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   m i a m i   h e a t   t r y i n g   t o   t r a d e   f o r   j a e   c r o w d e r "   
 
 c r e a t o r :     c y r o   a s s e o 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h e a t   m i a m i h e a t 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " h e a t   a t   g r i z z l i e s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h e a t   m i a m i h e a t 
 
  
h e a t   a t   g r i z z l i e s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 3   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
d u n c a n   r o b i n s o n   l e a d i n g   t h e   h e a t   g - l e a g u e   t e a m   t o   v i c t o r y   l i k e : 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   v s   m e m p h i s   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   g r i z z l i e s v s h e a t   g r i z z l i e s v s h e a t h i g h l i g h t s   h e a t v s g r i z z l i e s   h e a t v s g r i z z l i e s f u l l g a m e h i g h l i g h t s   h e a t v s g r i z z l i e s h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s   m e m p h i s g r i z z l i e s   m i a m i h e a t  
e n d e   
 e i s h o c k e y   h e r r e n   n c a a   
 1 : 4   m i n n e s o t a s t a t e m a v e r i c k s   v s   m i n n e s o t a g o l d g o p h e r s   
 b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 3 : 1 3 1   d e n v e r n u g g e t s   v s   c h i c a g o b u l l s   
 1 0 0 : 1 1 6   t o r o n t o r a p t o r s   v s   h o u s t o n r o c k e t s   
 1 1 1 : 1 0 8   m i a m i h e a t   v s   m e m p h i s g r i z z l i e s
[ p o s t   g a m e ]   h e a t   p r e s e a s o n   s q u a d   d e f e a t s   m e m p h i s   s t a r t e r s   |   d u n c a n   r o b i n s o n   2 9   p t s ,   c a i n   1 9   p t s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
n i k o l a   j o v i c   l o o k i n g   s o l i d   t o n i g h t   a g a i n s t   t h e   n e t s   👀   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   v s .   m e m p h i s   g r i z z l i e s   . . . 
   
 
   
 a n t h o n y d a v i s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   m i a m i h e a t   n b a h i g h l i g h t s 2 0 2 2   s o u t h e a s t d i v i s i o n   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
l a k e r s   a m o n g   p o t e n t i a l   s u i t o r s   f o r   m o   b a m b a   b r o o k l y n n e t s   l o s a n g e l e s l a k e r s   m i a m i h e a t   m o b a m b a  
u m m   r e a l   t a l k ,   a r e   t h e   h e a t   g o i n g   t o   h a v e   t o   r e l e a s e   o n e   o f   t h e   t w o   w a y   g u y s   o n   t h e   r o s t e r   t o   m a k e   w a y   f o r   j a m a l   c a i n   b e c a u s e   i t ' s   s t a r t i n g   t o   b e c o m e   a   v e r y   r e a l   p o s s i b i l i t y . . .   
 h e a t t w i t t e r   m i a m i h e a t   h e a t c u l t u r e  
_   r i g h t   b e h i n d   j i m m y   b u c k e t s   w h o   i s   w i n n i n g   t h e   t i t l e   t h i s   y e a r   m i a m i h e a t
m i a m i   u n k n o w n s   v a   m e m p h i s   g r i z z l i e s .   
 t h e   u n k n o w n s   w i n s . .   
 m i a m i h e a t   h e a t   m i a m i   h e a t c u l t u r e  
m i a m i   h e a t   r o o k i e   n i k o l a   j o v i c   s t a t s   v s   m e m p h i s 
 
 1 3   p t s 
 8   r e b 
 3 3 %   f g 
 
 m i a m i h e a t   n i k o l a j o v i c  
m i a m i   h e a t   j a m a r e e   b o u y e a   s t a t s   v s   m e m p h i s 
 
 1 2   p t s 
 8   a s t 
 3 9   m i n u t e s 
 
 m i a m i h e a t   j a m a r e e b o u y e a  
m i a m i   h e a t   t r y   t o   d r a w   m o t i v a t i o n   f r o m   t h e   p a i n   o f   f a l l i n g   i n c h e s   s h o r t   o f   n b a   f i n a l s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
b a s i c a l l y   t h e   h e a t ’ s   3 r d   s t r i n g   b e a t   t h e   g r i z z l i e s .   n i c e !   m i a m i h e a t  
t h e   m i a m i   h e a t ! ! ! 
 
 t h a t ' s   a l l   i   g o t t a   s a y   a f t e r   t o d a y ' s   p r e s e a s o n   g a m e   🔥 🔥 🔥 
 
 n b a   n b a p r e s e a s o n   h e a t v s g r i z z l i e s   m i a m i h e a t  
e a r l y   b o l d   p r e s e a s o n   p r e d i c t i o n . . .   t h e   m i a m i h e a t   w i l l   b e   a   t o p   3   t e a m   i n   t h e   e a s t ,   7 t h   b e s t   r e c o r d   o v e r a l l
m i a m i h e a t   v s   m e m p h i s   l o o k s   l i k e   a   s e a s o n   g a m e   a l r e a d y !
g o t t a   c r e d i t   t h a t     f r o n t   o f f i c e .   f i r s t   r o u n d   p i c k   j o v i c   i s   a   s n i p e r   ! !   m i a m i h e a t   t h e j e f f f o x s h o w i n c
j o v i c   p r o v i n g   h e   i s   h i m   h e a t t w i t t e r   m i a m i h e a t
w e   g o t   o u r   3 r d   s t r i n g   p l a y i n g   t h e   g r i z z   a n d   g i v i n g   t h e m   a   r u n   f o r   t h e i r   m o n e y   n b a   m i a m i h e a t
i   l i k e   j a m a l   c a i n   h e   i s   n i c e   m i a m i h e a t
m i a m i   u n k n o w n s   v s   m e m p h i s   g r i z z l i e s . .   
 m e m p h i s   h a v i n g   a   h a r d n t i m e .   
 m i a m i h e a t   m i a m i   h e a t c u l t u r e
f y i     👀 
 
 a l o t t a   y a l l l l l l l   o n   m e m p h i s   - 8 . 5   😁 😁 
 g a m b l i n g t w i t t e r   n b a   m i a m i h e a t   s p o r t s b e t t i n g p i c k s  
m i a m i   h e a t   v s .   b r o o k l y n   n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   m i a m i h e a t   n b a h i g h l i g h t s 2 0 2 2   s o u t h e a s t d i v i s i o n   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
🔥   1 2   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r     m i a m i h e a t  
d i p o   r e a d y   f o r   t h e   s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
t h i s   c a n   o p e n   r o o m   f o r   t h e   h e a t   t o   u s e   b a m   i n   t h e   4   a n d   p o s s i b l y   r o t a t e   m o   b a m b a   a n d   y u r t   a t   t h e   5 . . 
 
 o r   e v e n   c o n t i n u e   u s i n g   b a m   a t   5   a n d   h a v e   m o   a s   a   b a c k u p . . 
 
 t o n   o f   d i f f e r e n t   l i n e u p s   t h a t   s p o   c a n   m a k e   w i t h   t h i s . . 
 
 i   m e a n ,   i t   c a n   h e l p   a   l o t . .   l o o k   i n t o   i t       m i a m i h e a t
m i a m i h e a t   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n 
 🏀 
 
 m o r e   n e w s :   
 
     n b a   b a s k e t b a l l  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   -   . . . 
   
 
   
 7 6 e r s v s n e t s   b r o o k l y n n e t s   b r o o k l y n n e t s v s m i a m i h e a t   b r o o k l y n n e t s v s m i a m i h e a t f u l l g a m e   e a s t e r n c o n f e r e n c e   h e a t v s n e t s   h e a t s v s n e t s   h e a t s v s n e t s h i g h l i g h t s m i a m i h e a t s v s b r o o k l y n n e t s l i v e   h e a t s v s n e t s l i v e   m i a m i h e a t  
p r e s e a s o n   g a m e   3 !   m i a m i h e a t   v s   t h e   m e m p h i s g r i z z l i e s   i n   m e m p h i s t e n n e s s e e   t o n i g h t   a t   8 p m   o n   b a l l y s p o r t s s u n   a n d   n b a t v !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
d e d m o n   t o   j o v i c   i n   l o c k e r   r o o m ,   “ w h a t   t h e   f -   -   k ,   y o u ’ r e   s t i l l   i n   h i g h   s c h o o l ? ! ”   a n d ,   y e s ,   n i k o l a   s a i d   i t ’ s   t r u e ,   h a d   t o   s k i p   f i n a l   e x a m   t o   p r e p a r e   f o r   d r a f t . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
  p r e p p i n g   f o r   t h e   s h o w   🔴 📸 🔴 📸 🔴   
 
 e a s t c o a s t h o o p r e c r u i t   g l e a g u e i g n i t e   n b a p r e s e a s o n   n i k e   n b a l o t t e r y   c l e v e l a n d c a v a l i e r s   o t e   j o r d a n p o o l e   c u r r y   p o r t l a n d t r a i l b l a z e r s   u t a h j a z z   m i a m i h e a t   i g n i t e   j a y s o n t a t u m 0   j a y s o n t a t u m   o v e r t i m e  
n i k o l a   j o v i c   l o o k i n g   s o l i d   t o n i g h t   a g a i n s t   t h e   n e t s   👀 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   n b a   n i k o l a j o v i c   n i k o l a j o v i c h i g h l i g h t s   n i k o l a j o v i c n b a d r a f t   n i k o l a j o v i c s e r b i a   s o u t h e a s t d i v i s i o n  
n i k o l a   j o v i ć   l o o k s   v e r y   w e l l   r o u n d e d   f o r   r o o k i e .   h e   i s   g o i n g   t o   d e v e l o p   i n t o   o u r   f u t u r e   4 .   a n o t h e r   s t e a l   b y   t h e   g o a t   p a t   r i l e y .   h e a t c u l t u r e   w e d r a f t b e t t e r t h a n y o u   m i a m i h e a t
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   1 ⃣ 2 ⃣  
g o o d   m o r n i n g   🌞   ☀ ️   m i a m i   b e a c h   s o u t h b e a c h   c o l l i n s a v e   o c e a n d r i v e   d o w n t o w n   m i a m i h e a t   f t x   a a a  
o k a a a a y ,   h e ’ s   s t i l l   i n   h i g h   s c h o o l ,   d o m i n a t i n g   t h a n g s   m i a m i h e a t  
d e d i c a t i o n ✨ 🔥   m i a m i h e a t  
n e v e r   f a l t e r e d 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
j o v i c   a n d   c a i n   w e r e   i m p r e s s i v e   t o n i g h t   🔥   m i a m i h e a t
[ p o s t   g a m e ]   h e a t   b l o w   o u t   n e t s   a n d   c o m p l e t e   t h e   s e c o n d   p r e s e a s o n   g a m e   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
  y e s .   t h e   y o u n g   p l a y e r s   w e r e   i m p r e s s i v e .   
 m i a m i h e a t
* b r e a t h e s *   h e ' s   o n l y   1 9 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
    b e   l i k e   “ w e   g o t   1 0 0 0 0 0   d r a f t   p i c k s ” .     b e   l i k e   “ w e   j u s t   f o u n d   t h i s   d u d e   p l a y i n g   b y   t h e   b e a c h   i n   f l i p   f l o p s ” h e a t c u l t u r e   m i a m i h e a t
m i a m i   h e a t   2 2 - 2 3   p r e - s e a s o n   c o u r t   d e s i g n   w i p 
 
 ✔ b i l l   r u s s e l l   6   l o g o 
 ✔ 3 5 t h   a n n i v e r s a r y   l o g o 
 
 h e a t n a t i o n   m i a m i h e a t   n b a  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
m i a m i   h e a t   v s   b r o o k l y n   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   h e a t v s n e t s   h e a t v s n e t s 2 0 2 2   h e a t v s n e t s h i g h l i g h t s   h e a t v s n e t s p r e s e a s o n   l o n g f u l l g a m e h i g h l i g h t s   m i a m i h e a t   n b a f u l l g a m e h i g h l i g h t s   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   s o u t h e a s t d i v i s i o n  
[ p o s t   g a m e ]   h e a t   b l o w   o u t   n e t s   a n d   c o m p l e t e   t h e   s e c o n d   p r e s e a s o n   g a m e 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
b r o o k l y n   n e t s   v s   m i a m i   h e a t   w a s   o n   e s p n   a p p   ( u s ) .   c o - c o m m e n t a t o r   i s   d o r i s   b u r k e .   r e p o r t e r   i s   m o n i c a   m c n u t t .     f o r   m o r e   d e t a i l s   s e e     b r o o k l y n n e t s   m i a m i h e a t   e s p n a p p u s
i   s a w   a   d i f f e r e n t   k i n d   o f   d u n c a n   r o b i n s o n ,   i   l i k e   i t .   n i k o l a   j o v i c   h a s   j o k i c   p o t e n t i a l .   i   l i k e   i t .   
 m i a m i   m i a m i h e a t   h e a t w i n   h e a t c u l t u r e  
s i t h   l o r d   o l a d i p o 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
h e a t   r o o k i e   n i k o l a   j o v i c   s t i l l   h a s n ’ t   w r i t t e n   h i g h   s c h o o l   f i n a l   e x a m   m i a m i h e a t   n i k o l a j o v i c  
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   1 ⃣ 3 ⃣  
d e f e n s i v e   t h e n   o f f e n s i v e   p l a y   f r o m     b e n s i m m o n s   n b a   b r o o k l y n _ n e t s   m i a m i h e a t  
e v e n   t h o u g h   i t ' s   p r e - s e a s o n   y o u   c a n   j u s t   t e l l   k i d   h a s   a   f e e l   f o r   t h e   g a m e .   h e   l o o k e d   g o o d   i n   1 5   m i n   o f   p l a y .   t h e r e ' s   d e f i n i t e l y   s o m e   u n l o c k   p o t e n t i a l   t o   t h i s   k i d   a n d   i   h o p e   w e   s e e   i   t h r o u g h   i n   m i a m i .   m i a m i h e a t  
m i a m i   h e a t   v s .   b r o o k l y n   n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   m i a m i h e a t   n b a h i g h l i g h t s 2 0 2 2   s o u t h e a s t d i v i s i o n   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
t h e   s e c r e t   w e a p o n   🖤   🥷 🏾   l o l o l   m i a m i h e a t   🔥 n b a t w i t t e r  
m i a m i   h e a t   d u n c a n   r o b i n s o n   s t a t s   v s   b r o o k l y n   n e t s   i n   n b a   p r e s e a s o n   2 0 2 2 
 
 1 2   p t s 
 5   r e b 
 4   a s t 
 
 m i a m i h e a t   d u n c a n r o b i n s o n  
m i a m i   h e a t   j a m a l   c a i n   s t a t s   v s   b r o o k l y n   n e t s   i n   n b a   p r e s e a s o n   2 0 2 2 
 
 1 5   p t s 
 1 1   r e b 
 5   s t l s 
 
 m i a m i h e a t   j a m a l c a i n  
a l r i g h t   n o w   💯   h e l d   t h e   n e t s   t o   8 0   p t s   🔥   m i a m i h e a t  
    l o v e   t o   s e e   y o u   w o r k !   n b a   m i a m i h e a t   g o l d e n g r i z z l i e s   o a k l a n d u   p o n t i a c  
f i n a l . 
 
 m i a m i   h e a t   1 0 9 
 b r o o k l y n   n e t s   8 0   
 
 s i r i   p l a y   p e p a s   r n . 
 m i a m i h e a t   b r o o k l y n n e t s   n b a
m i a m i h e a t     1 0 9     -       n e t s     8 0     f i n a l   n b a p r e s e a s o n
j a m a l   c a i n   t o n i g h t : 
 
 1 5   p o i n t s   ( 6 - 1 0 f g ,   1 - 1   f r o m   t h r e e ) 
 1 1   r e b o u n d s 
 1   a s s i s t 
 5   s t e a l s ! !   ( t e a m   h i g h )   
 
 a n o t h e r   d i a m o n d   f o u n d   b y   t h e   m i a m i   h e a t ?   🔥 
 m i a m i h e a t   n b a  
d a r i u s   d a y s   h a s   e n t e r e d   t h e   g a m e   a n d   s c o r e s   m i a m i h e a t
n i k o l a   j o v i c   t o n i g h t : 
 
 1 0   p o i n t s   ( 4 - 7 f g ,   2 - 4   f r o m   t h r e e ) 
 3   r e b o u n d s 
 5   a s s i s t s ( m a t c h e d   t e a m   h i g h ) 
 2   s t e a l s 
 1 5   m i n u t e s   🔥 
 
 m i a m i   h e a t ' s   d r a f t   p i c k   l o o k i n g   g o o d   o u t   t h e r e   t o n i g h t   m i a m i h e a t   n b a  
d r u   s m i t h   p l a y s   n i c e l y   a s   a   b a c k u p   p g   m i a m i h e a t
n i c e   d r i v e   f r o m   j o v i c ,   e n t e r s   d o u b l e   f i g u r e   p o i n t s !   m i a m i h e a t
a n d   j o v i c   f o r   t h r e e e ! !   m i a m i h e a t
t h r e a d   b r e a k i n g   d o w n   t h e   h e a t ' s   " r u l e s "   f o r   b a m   a n d   y u r t   l i n e u p s   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
p r e t t y   d i s h   f r o m   h i g h s m i t h   t o   s t r u s   f o r   t h e   r e v e r s e   m i a m i h e a t
t h e   s t r u s   i s   l o o o o s e   m i a m i h e a t
i ’ m   l i k i n   t h i s   c a i n   g u y   w h e r e   h e   c o m e   f r o m   m i a m i h e a t
h o n e s t l y   d u n c a n   h u s t l i n g   f o r   r e b o u n d s   a n d   p u s h i n g   t h e   b a l l   i s   a   g o o d   s i g n ,   h e   c a n   d o   m o r e   t h a n   j u s t   s h o o t   m i a m i h e a t
l o l   b e n   s i m m o n s   w o u l d n t   e v e n   p o s t   u p   o v e r   l i l   k y l e   l o w r y   m i a m i h e a t   h e a t t w i t t e r
k d   8 / 1 1   f g s   1 / 3   3 p t   g o o d   f o r   2 2   p o i n t s .   s t i l l   d o w n   1 8   w i t h   a   - 1 0   p e r .   b r o o k l y n n e t s   m i a m i h e a t   n b a p r e s e a s o n
m i a m i h e a t   m u c h   t o u g h e r   m e n t a l l y   t h a n   b r o o k l y n n e t s   n b a   h e a t   n e t s   e s p n   j u s t   p r e s e a s o n   i   p r e d i c t   n e t s   m e l t d o w n   a t   s o m e   p o i n t   t h i s   s e a s o n
l i k i n g   l o w r y ' s   e n e r g y   i n   t h i s   2 n d   h a l f ,   h u s t l e   p l a y s   a r e   a l w a y s   g o o d .   m i a m i h e a t
r e f   i s   a n   l   f o r   n o t   a l l o w i n g   t h a t   b a m   s t e p   b a c k   t o   c o u n t   m i a m i h e a t
s t r u s   f o r   t h r e e e e e   f i n a l l y ! !   m i a m i h e a t
j i m m y   b u t l e r   s t a r t s   t h e   s e c o n d   h a l f   o n   t h e   b e n c h .   l o o k s   d o n e   f o r   t h e   n i g h t .   n b a p r e s e a s o n   b r o o k l y n n e t s   m i a m i h e a t
i   k n o w   i t ’ s   p r e s e a s o n   b u t   i ’ m   l i k i n g   w h a t   w e   p u t t i n g   t o g e t h e r   a g a i n s t   b r o o k l y n   m i a m i h e a t
y e s ,   i t ’ s   o n l y   t h e   p r e s e a s o n .   b u t ,   l m a o   a t   t h e   n e t s   w i t h   k d   & a m p ;   s i m m o n s   s t r u g g l i n g   a g a i n s t   t h e   h e a t ’ s   u n d r a f t e d   g u y s   m i a m i h e a t
g i v e   t h e   b a l l   t o   t h e   t r a i l e r   s m h   m i a m i h e a t
w e   n e e d   b u b b l e   m u s t a c h e   j i m m y b   h e a t n a t i o n   m i a m i h e a t
o n l y   l e b r o n , j o k i c   a n d   l u k a   i s   b e t t e r   i n   i n t e l l i g e n c e   t h a n   b e n   s i m m o n s   h i s   p a s s e s   h i s   c r e a t i v i t y   h i s   c l e v e r n e s s   i s   m a t c h   w i t h   t h e s e   3   m o s t   u n b e l i e v a b l e   m i a m i h e a t   n b a p r e s e a s o n   b r o o k l y n n e t   🎩
s i m m o n s '   m o v i n g   w e l l .   l o o k s   l i k e   h e ' s   a t   1 0 0 %   a f t e r   h i s   b a c k   s u r g e r y .   m e a n w h i l e   t h e   n e t s   c a n ' t   b u y   a   b u c k e t   d o w n   3 1 - 4 8 .   m i a m i h e a t   b r o o k l y n n e t s   n b a p r e s e a s o n
m i a m i   h i t t i n g   3 s   f r o m   d e e p .   j o v i ć   l o o k i n g     l i k e   a   g r e a t   p i c k u p .   b r o o k l y n ' s   2 n d   s t r i n g   g e t t i n g   r o l l e d   o u t   h e r e .   n b a p r e s e a s o n   b r o o k l y n n e t s   m i a m i h e a t
i ’ m   w a t c h i n g   _ b o 2 0   r i g h t   n o w   a n d   i   d o   n o t   h a t e   i t ,   i ’ m   a c t u a l l y   e n j o y i n g   i t   m i a m i h e a t
d u n c a n   r o b i n s o n   h a s   a   b a g   a l l   t h e   s u d d e n ? ? ? 🔥     m i a m i h e a t   h e a t c u l t u r e
l e t ' s   g o   h e a t ! ! ! ! ! ! ! ! 
 🔥 🏀 
 h e a t b a s k e t b a l l 
 m i a m i h e a t
t h a t   j o v i c   s t e a l   a n d   d u n k   w a s   n a s t y   m i a m i h e a t
m i a m i h e a t   p r a y e r   c i r c l e :   
 
                                       🕯             🕯 
                       🕯                                               🕯 
                                         m a x   s t r u s   
                 🕯       g e t s   h i s   s h o t         🕯   
                                                 b a c k   
                       🕯                                               🕯 
                                       🕯             🕯
🔥   1 3   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r         m i a m i h e a t  
🗣 m y   g u y   _ 7   i s   a   p r i m e   e x a m p l e   o f   1 0   t o e s   d o w n . . . .   n o   s h o r t c u t s . . .   j u s t   h a r d w o r k . . .   n e v e r   c h a n g i n g   u p . . .   a l l   i n   1 0 0 0 0 0 % . .   f o l l o w e d   t h e   s c r i p t . . . .     m i a m i h e a t   d 2 t o n b a   🙏 🏽 🎯 💪 🏾 💯 🏀 🚀 🔥  
i   t r u l y   l o a t h e     t h e   p l a y   b y   p l a y   b r o a d c a s t   a r e   l i t e r a l l y   u n w a t c h a b l e 
 
 h e y   i t   e x a c t l y   w h a t   t h e     w a n t s !   m i a m i h e a t   b r o o k l y n e t s
🏀   b a s k e t b a l l :   b r o o k l y n   n e t s   v s   m i a m i   h e a t   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 b a s k e t b a l l p r e s e a s s o n   n b a l i v e   n b a f a n s   a m e r i c a n   u s a   b r o o k l y n n e t s   m i a m i h e a t
j i m m y   b u t l e r ’ s   p l a y i n g   t o n i g h t   🔥 🔥   m i a m i h e a t
m a n ,   i   l o v e   d o r i s   b u r k e ! 
 
 a n   i n c r e d i b l e   s p o r t s   f i g u r e ,   s o   e x t r e m e l y   k n o w l e d g e a b l e   a n d   a   b r e a t h   o f   f r e s h   a i r   w h e n   s h e ’ s   o n   t e l e v i s i o n   f o r   t h e   n b a   -   .   
 
 b r o o k l y n n e t s 
 m i a m i h e a t
b u c k e t s   🤝 🏾   m i a m i h e a t  
j a k e   o n   t w i t t e r 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
a n y o n e   k n o w   w h e r e   w e   c a n   c a t c h   t h e   h e a t   g a m e   t o d a y ?   i   l i v e   i n   o r l a n d o   a n d   d o n ' t   h a v e   a c c e s s   t o   b a l l y   s p o r t s .   a n y   r e c o m m e n d a t i o n s   a r e   a p p r e c i a t e d !   h e a t n a t i o n   m i a m i h e a t
1 0   y e a r s   a g o   t o d a y ,     w a s   s p o t t e d   p a r t y i n g   w i t h   h i s   f r i e n d s   a n d   t h e   m i a m i h e a t   p l a y e r s   i n   a t l a n t a !  
n e w   l o g o   b e i n g   p l a c e d   ? 
 f t x a r e n a   m i a m i h e a t  
p r e s e a s o n   g a m e   2 !   m i a m i h e a t   v s   t h e   b r o o k l y n n e t s   t o n i g h t   a t   7 : 3 0 p m   i n   b r o o k l y n n y   o n   e s p n   a n d   b a l l y s p o r t s s u n !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
  t h e s e   w e r e   a t t r i b u t e d / n i c k n a m e d   t o   j i m m y b u t l e r   o f   t h e   m i a m i h e a t . . .
t h e   n b a   p l a n s   t o   n e g o t i a t e   n e w   t e l e v i s i o n / m e d i a   a n d   c o l l e c t i v e   b a r g a i n i n g   d e a l s   b e f o r e   s e r i o u s l y   e x a m i n i n g   t h e   a d d i n g   o f   n e w   t e a m s .   t h e   p o s s i b i l i t i e s   o f   l a s   v e g a s   a n d   s e a t t l e   a s   e x p a n s i o n   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
t h u r s d a y   1 0 / 6 :   h e a t   p r e s e a s o n ,   i n t e r   m i a m i   c l i n c h e s ,   p a n t h e r s   p r e s e a s o n ,   s o m e   n b a   n o t e s … … 
 m i a m i h e a t   i n t e r m i a m i   n b a   f l o r i d a p a n t h e r s  
w i l l   j i m m y   p l a y   t o n i g h t   . ?   m i a m i h e a t  
i   w e n t   t o   m y   f i r s t   h e a t   g a m e   y e s t e r d a y   a s   a n   i n t e r n a t i o n a l   f a n   a n d   i   w a s   b l e s s e d   t o   r e c e i v e   a u t o g r a p h s   f r o m   b a m   a n d   k y l e   l o w r y 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
g l a d   m i a m i   h e a t   b a s k e t b a l l   i s   b a c k   😎 🏀   m i a m i h e a t   h e a t n a t i o n   h e a t c u l t u r e   n b a
🏀 j a e   c r o w d e r   🏀   o m g !   n b a   n b a t r a d e d e a d l i n e   n b a t r a d e   n b a t r a d e d e a d l i n e 2 0 2 0   j a e c r o w d e r   j a e c r o w d e r t r a d e   j a e c r o w d e r m i a m i h e a t   m i a m i   h e a t   m i a m i h e a t   n b a n e w s  
p r e s e a s o n   g a m e   2 :   
 
 m i a m i   h e a t   v s   b r o o k l y n   n e t s   i n s i d e   b a r c l a y s   c e n t e r   @   7 : 3 0 p m   e s t   o n   b s s / e s p n !   
 
 w h a t   a r e   y o u   l o o k i n g   f o r   i n   t o n i g h t ’ s   g a m e ?   🤔   h e a t t w i t t e r   m i a m i h e a t
m i a m i   h e a t   r a n k e d   t o o   l o w   b y   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
u d o n i s h a s l e m   i s   t h e   f a b r i c   o f   t h e   h e a t   f r a n c h i s e   a n d   p r o b a b l y   t h e   g r e a t e s t   s i n g l e   c o n t r i b u t o r   t o   t h e   o f t - r e f e r e n c e d   h e a t   c u l t u r e .   t h o s e   w h o   s e e   h i m   d a i l y   r e c o g n i z e   h i s   c o n t r i b u t i o n   t o   w i n n i n g   i s   r e a l   . . .   n b a t w i t t e r   m i a m i h e a t  
  2 2 7 ' s   y o u t u b e   c h i l i '   m i a m i   c h i l i '   h e a t   h e a t t w i t t e r     s p i c y '     s p i c y '   n b a   m i x !   l e b r o n   b a s k e t b a l l   f y p   q u a l i t y   v i r a l   l e b r o n j a m e s   m i a m i h e a t   c a p c u t   f o r y o u p a g e    
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   t h e   h e a t !   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
h e r r o   l o o k i n g   f r e s h 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " w h y   t y l e r   h e r r o   a n d   t h e   m i a m i   h e a t   c a n   w i n   t h e   2 0 2 3   n b a   f i n a l s ! !   n b a   s e a s o n   p r e v i e w ! ! "   
 
 c r e a t o r :     b a c k y a r d   b u c k e t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h e a t   m i a m i h e a t 
 
  
p h i l a d e l p h i a   7 6 e r s   w i l l   n o t   b e a t   m i a m i   a n d   h e r e & a m p ; 3 9 ; s   w h y   |   g i l b e r t   a r e n a s   b r e a k s   d o w n   s i x e r s / h e a t 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " s h o u l d   t h e   h e a t   t a n k ?   ( s e a s o n   p r e v i e w ) "   
 
 c r e a t o r :     b a r r e t t   l o w e   s h o w 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h e a t   m i a m i h e a t 
 
  
h a s   a n y o n e   e l s e   h a d   t h i s   i s s u e   w h e n   t r y i n g   t o   s i g n   u p   f o r   l e a g u e   p a s s ?   s o r r y   i f   t h i s   i s   i n a p p r o p r i a t e   f o r   t h i s   s u b r e d d i t 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   t h e   h e a t ! 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   w h i t e h o t   h e a t n a t i o n   h e a t t w i t t e r   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
t h e   g o o n   s q u a d   r e a c t   t o   t h e   h e a t ’ s   p r e s e a s o n   l o s s   t o   t h e   m i n n e s o t a   t i m b e r w o l v e s   a n d   d i s c u s s   b a m   a d e b a y o ’ s   g a m e   a n d   t y l e r   h e r r o ’ s   e x t e n s i o n . 
 
 
 
 h e a t c u l t u r e   h e a t t w i t t e r   t i m b e r w o l v e s   m i a m i h e a t   h e a t   m i a m i f l   m i a m i   n b a p r e s e a s o n   n b a   n b a t w i t t e r     n b a o n t n t
t h e   g o o n   s q u a d   i s   l i v e !   t u n e   i n   n o w   -   
 
 b a m   t y l e r h e r r o   m i a m i h e a t   h e a t c u l t u r e   n b a p r e s e a s o n  
a n   n b a   e x e c u t i v e   s a i d   t h e   h e a t   h a v e   i n t e r e s t   i n   m o   b a m b a .   t h o u g h t s   o n   a d d i n g   h i m   a t   t h e   d e a d l i n e ? 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
[ p o s t   g a m e ]   h e a t   c o m p l e t e   f i r s t   g a m e   o f   t h e   p r e s e a s o n   |   l e t ’ s   h e a r   y o u r   r e a c t i o n s   /   o v e r r e a c t i o n s   a n d   e   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
a r e   y o u   p a s s i o n a t e   a b o u t   b a s k e t b a l l ?   a r e   y o u   a   m i a m i   h e a t   f a n ?   s o ,   y o u   c a n ' t   m i s s   t h e   u p c o m i n g   2 0 2 2 / 2 0 2 3   n b a   p r e s e a s o n   g a m e s .   t h e   m i a m i h e a t   p l a y e r s   w i l l   f a c e   7   t e a m s   i n   t h e   l e a g u e   i n   o c t o b e r .   c h e c k   t h e m   o u t   b e l o w :  
  b a s k e t b a l l !     h u g e   n b a   f a n ,   m i a m i h e a t   f o r   l i f e !   l o l
i   a s k e d   b a m   a d e b a y o   a b o u t   h i s   t h r e e   p o i n t   s h o o t i n g ,   a n d   i f   h e ’ s   m o s t   c o m f o r t a b l e   a s   t h a t   r h y t h m   p u l l - u p   t h r e a t :   “ i t   v a r i e s , ”   h e   s a i d   s a y s   h e ’ s   g o i n g   t o   t a k e   w h a t   i s   g i v e n ,   a n d   h e   c a n   u t i l i z e   b o t h   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m i a m i   h e a t & a m p ; 3 9 ; s   b e s t   o p t i o n s   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
g o t   f r e e   t i c k e t s   t o   t h e   g a m e   s o   i   c o u l d n ' t   c o m p l a i n   a b o u t   s i t t i n g   i n   t h e   n o s e   b l e e d s .   b a m   s h o t   a   f e w   t h r e e s   w h i c h   i   h o p e   c o n t i n u e s   t h r o u g h o u t   t h e   s e a s o n .   m i a m i h e a t  
j i m m y   m e m e   m a t e r i a l 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m y   m a n   t o o k   m e   t o   m y   1 s t   n b a   g a m e   l a s t   n i g h t ❤ ️ ‍ 🔥 ❤ ️ ‍ 🔥 ❤ ️ ‍ 🔥   h e ’ s   t h e   b e s t   e v e r 🫶 🏻 🫶 🏻 🫶 🏻   m i a m i h e a t   n b a p r e s e a s o n
i ’ l l   n e v e r   f o r g e t   t h i s   m o m e n t       t h a n k   y o u   s o   m u c h   f o r   m a k i n g   t h i s   d r e a m   c o m e   t r u e   🏀 ⛹ 🏽 ‍ ♂ ️ ♥ ️ 🙏 🏽 💯 
 b l e s s i n g s   s e e s a n a v i   h e a t v s k n i c k s   t h e h e a t   m i a m i h e a t   n a t i o n a l a n t h e m  
j i m m y   b u t l e r   n e w   h a i r s t y l e   👀   j i m m y b u t l e r   m i a m i h e a t   n b a  
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   1 ⃣ 4 ⃣  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   -   f u l l   g a m e   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a h i g h l i g h t s   h e a t v s t i m b e r w o l v e s   h e a t v s t i m b e r w o l v e s f u l l g a m e h i g h l i g h t s   h e a t v s t i m b e r w o l v e s h i g h l i g h t s   h e a t v s t i m b e r w o l v e s l i v e   m i a m i h e a t  
🔥   1 4   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r         m i a m i h e a t  
b i g   d e a l . . !   m i a m i h e a t 

m y   d u d e ! ! !   a n o t h e r   a u t o m a t i c   “ a ”   i n   p e ! ! !   m i a m i h e a t   🔥 h e a t n a t i o n  
[ p o s t   g a m e ]   h e a t   c o m p l e t e   f i r s t   g a m e   o f   t h e   p r e s e a s o n   |   l e t ’ s   h e a r   y o u r   r e a c t i o n s   /   o v e r r e a c t i o n s   a n d   e v e r y t h i n g   i n - b e t w e e n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
i   g u e s s   t h e   s e a s o n   s t a r t s   t o n i g h t !   l e t ’ s   g o   h e a t ! ! ! ! ! ! ! ! !   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
2   y e a r s   a g o   t o d a y .   n o w   h e   g o t   t h e   b a g .   n e x t   l e t ' s   w i n   t h e   c h i p .   🏆 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
g r e a t   g a m e   f r o m   “ t h e   f u t u r e ”   m i a m i h e a t  
m i a m i   h e a t   q 1   h i g h l i g h t s   v s   t i m b e r w o l v e s   🔥   |   o c t o b e r   4 t h   2 0 2 2   |   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   r o o k i e   n i k o l a   j o v i c   n b a   p r e s e a s o n   d e b u t 
 
 5   p o i n t s 
 2 / 3   f g 
 6   m i n u t e s 
 
 m i a m i h e a t   h e a t c u l t u r e   n i k o l a j o v i c  
n o t   b a d   ♥ ️ 👏 🏾 👏 🏾   m i a m i h e a t  
a l o n z o   m o u r n i n g   1 9 9 8 - 9 9   f l e e r   u l t r a   4   m i a m i h e a t   h e a t   
 
 $ 1 . 5 0   e a c h   o r   $ 2   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
l e a v i n g   t h e   a r e n a   n o w   a n d   a l l   i   c a n   s a y   i s   t r a d e   d u n c a n   r o b i n s o n   a s a p ! ! !   m i a m i h e a t
b a m   💥   b a m   💪 🏾   t h a t ’ s   g r o w t h   m i a m i h e a t  
i t ’ s   a   p r e   s e a s o n   g a m e   l o l   “ n e v e r ”   i s   e x t r e m e   🤓 😆   m i a m i h e a t  
t i m   h a r d   a w a y   2   c a r d   l o t   h e a t   g o l d e n s t a t e w a r r i o r s   m i a m i h e a t   w a r r i o r s   
 
 $ 1 . 5 0   e a c h   o r   $ 2   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
r o b i n s o n   i s   🚮   m i a m i h e a t
b a m   h i t t i n g   3 ' s   n o w   🔥 🔥 🔥 
 m i a m i h e a t
j i m m y b u t l e r   k e e p s   v i s i t i n g   d o c s   b a r b e r   s h o p   m i a m i h e a t
t h o s e   m i a m i h e a t   d a n c e r s !   b o y - o - b o y !   🔥  
j i m m y b u t l e r   l e f t   h i s   h a i r   e x t e n s i o n s   a t   h o m e   t o n i g h t   n b a t w i t t e r   m i a m i h e a t   🤷 🏾 ‍ ♂ ️
a n   u g l y   f u c k i n g   f i r s t   h a l f   e v e n   f o r   t h e   p r e s e a s o n   m i a m i h e a t
p a i n   s o   m u c h   p a i n   m i a m i h e a t
i   g u e s s   t h e   s e a s o n   s t a r t s   t o n i g h t !   l e t ’ s   g o   h e a t ! ! ! ! ! ! ! ! ! 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
f o o t a g e   o f   d u n c a n   r o b i n s o n   t r y i n g   t o   g e t   i n   t h e   p a i n t   h e a t t w i t t e r   h e a t c u l t u r e   m i a m i h e a t  
l m a o   m i n n e s o t a   i s   r e a l l y   o u t   h e r e   d o u b l e   t e a m i n g   i n   t h e   p r e s e a s o n   n b a   m i a m i h e a t   h e a t t w i t t e r
m i a m i   h e a t   b a s k e t b a l l   i s   b a c k   t o n i g h t   ( k i n d   o f ) !   ❤ ️ 🔥   i ’ v e   m i s s e d   y o u !   m i a m i h e a t  
t h e   h e a t   i s   o n   m f e r s   m i a m i h e a t   p r e s e a s o n b u t i d o n t c a r e   l o l  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   l i v e   s t r e a m   -   n b a   ( b a s k e t b a l l ) 
 
 w a t c h   m i a m i   h e a t   l i v e   s t r e a m   a g a i n s t   m i n n e s o t a   t i m b e r w o l v e s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 m i a m i h e a t   m i n n e s o t a t i m b e r w o l v e s   n b a  
u s i n g   t h e     a p p   h a s   t o   b e   t h e   b i g g e s t   p a i n   i n   t h e   a s s ! !   m i a m i h e a t
🚨 f r e e p l a y   f o r   e v e r y o n e 🚨 
 
 n b a :   p r e s e a s o n   🏀   
 
 🏀 t i m b e r w o l v e s   + 7 . 5   - 1 4 0   ( 1   u n i t ) 
 b u y   a   p o i n t 
 
 l e t ’ s   c a s h   💰   
 
 g a m b l i n g t w i t t e r   m i a m i h e a t  
i   k n o w   i t ' s   o n l y   p r e s e a s o n   b u t   i m   e x c i t e d     m i a m i h e a t   b a s k e t b a l l   i s   b a c k   t o n i g h t !   1 s t   p r e s e a s o n   g a m e !   m i a m i h e a t   v s   t h e   m i n n e s o t a t i m b e r w o l v e s   t o i g h t   a t   7 : 3 0 p m   i n   m i a m i   a t   t h e   f t x a r e n a   o n   b a l l y s p o r t s s u n !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
🏀 🏀 n b a   p r e   s e a s o n   a d d   o n   🏀 🏀 
 
 u n d e r   2 1 3   m i a m i   h e a t   / /   1   u n i t     
 f r e e p l a y s   f r e e p i c k s   n b a 2 k   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a   b a s k e t b a l l   n b a p i c k s   s p o r t s g a m b l i n g   s p o r t s b e t t i n g p i c k s   s p o r t s b i z   s p o r t s   m o n e y   b o u n c e b a c k   b e t t i n g t w i t t e r   m i a m i h e a t   m i a m i  
b a m   a d e b a y o   o n   t y l e r   h e r r o ’ s   e x t e n s i o n :   “ i t ’ s   g o o d   t o   h a v e   h i m   a r o u n d   f o r   5   m o r e   y e a r s . ” 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m i a m i h e a t   m i n n e s o t a t i m b e r w o l v e s   b a s k e t b a l l   n b a 2 k 2 3   j i m m y b u t l e r   n b a   u d o n i s h a s l e m   n b a j a p a n g a m e s   k y l e l o w r y   n b a 2 k   
 l i v e   w a t c h   m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   l i v e s t r e a m   
                                               🇺 🇸 l i n k 🏀 🗑 ️ 
                                                             ⬇ ️ 
 
   ✅
🧢 🏀   o t h e r   h a t   f r o m   m y   c o l l e c t i o n :   m i a m i   h e a t 
 - 
 b l o g   b l o g g e r   h a t   n b a   m i a m i   m i a m i h e a t   n b a   m a s s i m o l a n d i   c o l l e c t i o n   h e a t  
e r i k   s p o e l s t r a   o n   t o n i g h t & a m p ; 3 9 ; s   s c r i m m a g e   & a m p ;   t y l e r   h e r r o & a m p ; 3 9 ; s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   e r i k s p o e l s t r a t y l e r h e r r o   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n  
🔥   n b a   p r e s e a s o n   d a y !   
 🔥   1 5   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r       m i a m i h e a t  
e r i k s p o e l s t r a   o f   t h e   m i a m i h e a t   w a s   o v e r w h e l m i n g l y   s e l e c t e d   a s   t h e   n b a ' s   b e s t   h e a d   c o a c h   i n   a n   a n n u a l   s u r v e y   o f   t h e   l e a g u e ' s   g e n e r a l   m a n a g e r s .   n b a t w i t t e r 

t y l e r   h e r r o   o n   e x t e n s i o n :   “ i t   w a s   a   n u m b e r   i   c o u l d n ’ t   p a s s   u p .   i t   w a s n ’ t   w o r t h   g o i n g   i n t o   r e s t r i c t e d   f r e e   a g e n c y . ”   “ t h i s   i s   w h e r e   i   w a n n a   b e   s o   i t   m a k e s   s e n s e . ”   - s a i d   h e ’ s   c o m f o r t a b l e   w i t h   s t a r t e   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
  w h e r e   i s   t h i s   h a t   i   h a v e   r e g r e t t e d   n o t   b u y i n g   i t   e v e r y d a y   o f   m y   l i f e   a n d   n o w   i t ’ s   n o t   e v e n   f o r   r e s a l e   a n y w h e r e .   w h e r e   i n   t h e   p l a n e t   e a r t h   c a n   i   g e t   t h i s   h a t ? !   h e a t c u l t u r e   m i a m i h e a t   c o u r t c u l t u r e   m i a m i h e a t s t o r e   h e l p m e   w h e r e i s t h i s   n b a   n b a s t o r e  
a   p l a y e r   l i k e   d e r r i c k   r o s e   s h o u l d ’ v e   b e e n   i n   a     u n i f o r m ;   s u r r o u n d e d   b y   g r e a t   c o a c h e s .   c a n ’ t   e v e n   i m a g i n e   w h a t   t h a t   w o u l d ’ v e   b e e n   l i k e .   t h o s e   h e a t   t r a i n e r s   w o u l d ’ v e   r e j u v e n a t e d   t h o s e   k n e e s   f o r   a n   a d d i t i o n a l   5 y r s .   y o u   c a n   a s k   e v e r y   v e t   t h a t ’ s   p l a y e d   f o r   m i a m i h e a t .
a l r i g h t   🖤 🙌 🏾 🪄   t h a t   s h o u l d   b e   a   g o o d   o n e !   m i a m i h e a t  
  _ o f f i c i a l   a l l   i s   r i g h t   i n   m y   🌎 ! 
 
 m i a m i h e a t 🔥  
d o   w e   f e e l   y u r t   w i l l   e v e r   s e e   t h e   c o u r t   w h e n   t h e   g a m e s   s t a r t   t o   c o u n t . . ?     m i a m i h e a t  
h e r r o   t o   b a m 💥 m i a m i h e a t  
m y   2 k   j o u r n e y   w i t h   t h e   m i a m i h e a t   s t a r t s   t o n i g h t ! ! ! !   p r e s e a s o n   s c h e d u l e   o u t   n o w ! !   o v e r w a t c h 2   d r o p s   t o d a y   a s   w e l l   s o   i   w i l l   b e   g e t t i n g   d o w n   o n   t h a t   a l l   p r e s e a s o n !   l f g   d u b c l u b   🔥 🔥 🔥 🔥  
t y l e r   h e r r o   o n   h i s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n   t y l e r h e r o   t y l e r h e r r o   t y l e r h e r r o c o n t r a c t e x t e n s i o n   t y l e r h e r r o e x t e n s i o n  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
d r u   s m i t h   n b a   h i g h l i g h t s   h e a t   v s   r o c k e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d r u s m i t h   d r u   s m i t h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
j a m a l   c a i n   n b a   h i g h l i g h t s   h e a t   v s   r o c k e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m a l c a i n   j a m a l   c a i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
d u n c a n   r o b i n s o n   n b a   h i g h l i g h t s   h e a t   v s   r o c k e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d u n c a n r o b i n s o n   d u n c a n   r o b i n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
[ p o s t   g a m e ]   h e a t   d e f e a t   r o c k e t s   i n   p r e s e a s o n   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
🇺 🇸 | n e w   m i a m i   n o i r   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j i m m y   b u t l e r   2 2 
 a u   p r i x   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 b u t l e r  
m a x   s t r u s   n b a   h i g h l i g h t s   h e a t   v s   r o c k e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a x s t r u s   m a x   s t r u s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
n i k o l a   j o v i c   n b a   h i g h l i g h t s   h e a t   v s   r o c k e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i k o l a j o v i c   n i k o l a   j o v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
m i a m i   h e a t   s n i p e r s ,   r o b i n s o n   a n d   s t r u s ,   l e a d   o v e r   h o u s t o n ,   1 1 8 - 1 1 0 
 
 
 
 n b a   m i a m i   h e a t t w i t t e r   h e a t n a t i o n   f e a r t h e d e e r   m f f l   s u n s   b u c k s   j a z z   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
h o u s t o n   r o c k e t s   v s   m i a m i   h e a t   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   m i a m i   h e a t   n b a   v i d e o :  
t a r i   e a s o n   h i g h l i g h t s   -   h e a t   v s .   r o c k e t s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   t a r i   e a s o n   m i a   h o u   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   h o u s t o n   r o c k e t s
k e v i n   p o r t e r   j r .   h i g h l i g h t s   -   h e a t   v s .   r o c k e t s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   k e v i n   p o r t e r j r .   m i a   h o u   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   h o u s t o n   r o c k e t s
j a l e n   g r e e n   h i g h l i g h t s   -   h e a t   v s .   r o c k e t s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   j a l e n   g r e e n   m i a   h o u   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   h o u s t o n   r o c k e t s
n i k o l a   j o v i c   h i g h l i g h t s   -   h e a t   v s .   r o c k e t s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   n i k o l a   j o v i c   m i a   h o u   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   h o u s t o n   r o c k e t s
  j a l e n   g r e e n   -   2 5   p t s ,   4   r e b ,   5   a s t ,   1   s t l ,   5   t h r e e s   f u l l   h i g h l i g h t s | h o u s t o n   r o c k e t s   v s   m i a m i   h e a t | 2 0 2 2 . 1 0 . 1 0 
 
 p h i l i p p i n e s   j a l e n g r e e n   n b a   h o u s t o n   r o c k e t s ​   b a s k e t b a l l   m i a m i   h e a t   

j a l e n   g r e e n   s c o r e s   2 5   p t s   v s .   m i a m i   h e a t   i n   t h e   p r e s e a s o n     |   n b a   o n   e s p n   m i a m i   h e a t   n b a   v i d e o :  
m a x   s t r u s   h i g h l i g h t s   -   h e a t   v s .   r o c k e t s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   m a x   s t r u s   m i a   h o u   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   h o u s t o n   r o c k e t s
j a m a l   c a i n   w i t h   t h e   m o n s t e r   a l l e y o o p   s l a m   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a m a l   c a i n   a l l e y o o p   d u n k   m i a   m i a m i   h e a t   h o u   h o u s t o n   r o c k e t s
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
h o u s t o n   h u s t l i n g   o n   d e f e n c e   🚀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   h o u   h o u s t o n   r o c k e t s   m i a   m i a m i   h e a t
k e v i n   p o r t e r   j r .   t h r o w i n g   i t   d o w n   💥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   k e v i n   p o r t e r   j r   k p j   h o u   h o u s t o n   r o c k e t s   m i a   m i a m i   h e a t
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
j a l e n   g r e e n   d o i n g   o l a d i p o   d i r t y   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a l e n   g r e e n   v i c t o r   o l a d i p o   h o u   h o u s t o n   r o c k e t s   m i a   m i a m i   h e a t
d e w a y n e   d e d m o n   w i t h   t h e   p u t b a c k   s l a m ! 
 h e a t n a t i o n   n b a   n b a t w i t t e r   n b a p r e s e a s o n   m i a m i   h e a t c u l t u r e   h e a t   p h i v s m i a   
  
✳ ️     
 … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
🏆   n b a 
 
 🏀   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 m i a m i   h o u s t o n r o c k e t s   n b a  
🏆   n b a 
 
 🏀   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 n b a ~ ~ s t r e a m s 
 n b a   2 0 2 2   l i v e 
 n b a   s t r e a m i n g   f r e e 
 m i a m i   h o u s t o n r o c k e t s   n b a  
🏆   n b a 
 
 🏀   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 m i a m i   h o u s t o n r o c k e t s   n b a  
🏆   n b a 
 
 🏀   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 m i a m i   h o u s t o n r o c k e t s   n b a  
🏆   n b a 
 
 🏀   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 m i a m i   h o u s t o n r o c k e t s   n b a  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
r o c k e t s   @   h e a t   f r e e   n b a   p r e s e a s o n   b e t t i n g   p i c k   f o r   t o n i g h t .     h o u s t o n   t r a v e l s   f r o m   t h e   s u n s h i n e s t a t e   t o   t a k e   o n   j i m m y b u t l e r   a n d   c r e w   i n   m i a m i   f o r   a   p r e s e a s o n   m a t c h u p .   j a l e n g r e e n   k y l e l o w r y   f t x a r e n a   g a m b l i n g t w i t t e r   s p o r t s h a n d i c a p p e r   b e t t i n g t i p s
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
i n f l u e n c e r   m a r k e t i n g   c o o r d i n a t o r   a t       m i a m i   j o b s   s p o r t s   i n d u s t r y   c a r e e r s   d i v e r s i t y   f l o r i d a 
  
h e a d g e a r   c o l l e c t i o n   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
j a m a l   c a i n   i n t e r v i e w   o n   s i g n i n g   a   t w o ‑ w a y   c o n t r a c t :   " e x t r e m e l y   h a p p y   & a m p ;   e x c i t e d   t o   g e t   t o   w o r k "   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   w h i t e h o t   h e a t n a t i o n   h e a t t w i t t e r   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
h a y w o o d   h i g h s m i t h   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 h a y w o o d h i g h s m i t h   h a y w o o d   h i g h s m i t h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
[ w o j n a r o w s k i ]   t h e   m i a m i   h e a t   a r e   c o n v e r t i n g   u n d r a f t e d   r o o k i e   f o r w a r d   j a m a l   c a i n   t o   a   t w o - w a y   c o n t r a c t .   c a i n ’ s   a v e r a g e d   1 7   p o i n t s   a n d   8 . 5   r e b o u n d s   i n   h e a t ’ s   p a s t   t w o   p r e s e a s o n   g a m e s .   🏀 

o r l a n d o   r o b i n s o n   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o r l a n d o r o b i n s o n   o r l a n d o   r o b i n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
t h e     h a d   a   p r e t t y   q u i e t   o f f s e a s o n ,   b u t   a f t e r   b e i n g   o n e   s h o t   a w a y   f r o m   t h e   n b a f i n a l s ,   w h a t   c a n   t h e y   d o   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 m i a m i h e a t   m i a m i   n b a t w i t t e r   n b a   j i m m y b u t l e r   t y l e r h e r r o   b a m a d e b a y o   h e a t   s o u t h b e a c h  
g a b e   v i n c e n t   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g a b e v i n c e n t   g a b e   v i n c e n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
s h o u l d   m i a m i   h e a t   ' s t r i k e   i f   i r o n   g e t s   h o t '   w i t h   d u n c a n   r o b i n s o n ? 
 
 
 
 n b a   m i a m i   h e a t n a t i o n   h e a t t w i t t e r   t r u e t o a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   7 6 e r s   n e t s
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
h i s t o r i c a l l y ,   m i a m i   i s   d o n e   w i t h   1 0 5 ° f +   h e a t   i n d i c e s   f o r   t h e   y e a r ,   s o   h e r e ' s   w h e r e   2 0 2 2   s t a c k s   u p .     i t   i s   t i e d   f o r   s e c o n d   p l a c e   ( w i t h   2 0 2 0 )   f o r   t h e   m o s t   n u m b e r   o f   h o u r s   s p e n t   a b o v e   t h a t   t h r e s h o l d :   2 2 . 
 2 0 1 7   i s   s t i l l   i n   f i r s t   p l a c e   w i t h   2 6   h o u r s .   [ 1 / 2 ]  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
c o u p ' s   n o t e b o o k   v o l .   2 7 :   w h a t   a   d i f f e r e n t   b a m   r e a l l y   m e a n s ,   j a m a l   c a i n ’ s   i n s t i n c t s ,   d r i v i n g   d u n c a n   a   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
h e a t   w a v e   🌊   s t i l l   a v a i l a b l e   f l o r i d a   m i a m i   o r l a n d o   u s a   n e w y o r k   c a l i f o r n i a   t a m p a   t e x a s   l o v e   s o u t h f l o r i d a   m i a m i b e a c h   t r a v e l   f l o r i d a l i f e   p h o t o g r a p h y   b e a c h   a t l a n t a   n a t u r e   r e a l e s t a t e   i n s t a g o o d   m u s i c   l o s a n g e l e s   j a c k s o n v i l l e   c h i c a g o   c a n a d a   f o r t l a u d e r d a l e  
i n s t a l l a t i o n   o f   n e w   r o o f t o p   f t x   l o g o ,   r e p l a c i n g   t h e   a a a   a i r p l a n e   i s   u n d e r w a y   a t   f t x   a r e n a   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   c a n   b e   g u i d i n g   l i g h t   f o r   w a r r i o r s   i n   t h e   f a c e   o f   a d v e r s i t y 
 
 
 
 n b a   m i a m i   h e a t n a t i o n   h e a t t w i t t e r   n e w y o r k f o r e v e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i   b u l l s
k y l e   l o w r y   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y l e l o w r y   k y l e   l o w r y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
d r u   s m i t h   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d r u s m i t h   d r u   s m i t h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
d u n c a n   r o b i n s o n   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d u n c a n r o b i n s o n   d u n c a n   r o b i n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
2   o f   t h e   b i g g e s t   n o n   h e a t   l e g e n d s   i n   r e c e n t   m e m o r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
j a m a r e e   b o u y e a   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m a r e e b o u y e a   j a m a r e e   b o u y e a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
j a m a l   c a i n   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m a l c a i n   j a m a l   c a i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
n i k o l a   j o v i c   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i k o l a j o v i c   n i k o l a   j o v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
[ p o s t   g a m e ]   h e a t   p r e s e a s o n   s q u a d   d e f e a t s   m e m p h i s   s t a r t e r s   |   d u n c a n   r o b i n s o n   2 9   p t s ,   c a i n   1 9   p t s   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
n o   p h o t o = c e n s o r e d   b y   
 a c t o r c o n   
 i m o   ( e n t i t l e d   b y   l a w )   g o o g l e   l i e s ! 
 
 d w y a n e w a d e   g e o r g e f l o y d   
 c r o o k e d   c o p s   a g e n d a   g o e s   m u c h   d e e p e r ! 
 t e l l   f a v o r i t e   a u d i t o r   2   e x p o s e   t h i s   c o r r u p t i o n - s i n c e r e   a u d i t o r s   w a n t   t r u t h ! 
 m i a m i   h e a t   r a c i s m   n e w s   w t h   n b a   s p o r t s  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
n i k o l a   j o v i c   l o o k i n g   s o l i d   t o n i g h t   a g a i n s t   t h e   n e t s   👀   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
m i a m i   h e a t :   j a m a l   c a i n   m a k i n g   i t   i n t e r e s t i n g   o n   t h e   d e v e l o p m e n t a l   f r o n t 
 
 
 
 n b a   m i a m i   h e a t t w i t t e r   h e a t n a t i o n   h e a t   n b a t w i t t e r   n b a p r e s e a s o n   n b a i n a b u d h a b i   n b a j a p a n g a m e s 2 0 2 2   n b a l e a g u e p a s s   l a k e s h o w   m f f l   g o s p u r s g o   a l l f l y   r a p t o r s   r o c k e t s   s u n s   j a z z
m i a m i   h e a t   v s   m e m p h i s   g r i z z l i e s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   m i a m i   h e a t   n b a   v i d e o :  
m e e t   t h e   h e a t   r o o k i e   w h o   l o o k s   l i k e   a   h i g h   s c h o o l e r   - -   a n d   t e c h n i c a l l y   s t i l l   i s   o n e   m i a m i   h e a t   n b a  
j a m a l   c a i n   h i g h l i g h t s   -   g r i z z l i e s   v s .   h e a t   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j a m a l   c a i n   m e m   m i a   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m e m p h i s   g r i z z l i e s   m i a m i   h e a t
m i a m i   u n k n o w n s   v a   m e m p h i s   g r i z z l i e s .   
 t h e   u n k n o w n s   w i n s . .   
 m i a m i h e a t   h e a t   m i a m i   h e a t c u l t u r e  
d u n c a n   r o b i n s o n   h i g h l i g h t s   -   g r i z z l i e s   v s .   h e a t   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   d u n c a n   r o b i n s o n   m e m   m i a   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m e m p h i s   g r i z z l i e s   m i a m i   h e a t
h o w   d o   y o u   m i s s   a   d u n k   t h a t   b a d l y ?   🤣 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a m a l   c a i n   m i a   m i a m i   h e a t   m e m   m e m p h i s   g r i z z l i e s
w a i t   d i d n ’ t   k n o w   w e   d i d   n b a   🏀   🤷 ‍ ♂ ️   t r u e   🐐   _ b e t s     
 
 g a m b l i n g t w i t t e r   n b a   m i a m i   o r l a n d o m a g i c   h e a t     
 
   p r o m o   “ h a b i b i b e t s ”   f o r   2   w e e k s   f r e e   f i r s t   1 0   m e m b e r s   🚨  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
a   l o t   o f   $   o n   t h e   m i a m i   h e a t   v s   m e m   -   b u t   3   %   o n   t h e   - 7 . 5   o p e n i n g   w h i c h   i s   n o w   - 9 . 5   ?   s h e s h h h h h   
 
 i   l e a n   o v e r   2 1 0   n o w   i t ’ s   2 0 9 . 5   t h i s   i s   g o n n a   b e   a   s h a r p   t o t a l   -   i   w i s h   i   w a s   t r a c k i n g   p r e s e a s o n   -   i   g o t   m y   s h e e t s   r e a d y   f o r   t h e   r e g   s e a s o n .
5 0 %   o f f !   g e t   y o u r   m a s s a g e r s   f o r   n e c k   a n d   b a c k   w i t h   h e a t   n o w !   ▶ ▶   ◀ ◀   p o s i t i v e m i n d   n a t u r e   s u p l e m e n t 
 h e a l t h y f o o d   d u a l i p a   a m a z o n f i n d s   t i k t o k m a d e m e b u y i t   a m e r i c a   u s a   c a n a d a   l o s a n g e l e s   n e w y o r k   m i a m i   c a l i f o r n i a   f l o r i d a 2 0 2 2 - 1 0 - 0 7 t 2 3 : 0 0 : 1 2 . 4 6 6 0 3 4 1 z
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
🇺 🇸 | n e w   m i a m i   c i t y   e d i t i o n   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   b u t l e r   2 ⃣ 2 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 1 € 
 🛒 
 
 n b a  
n b a   b a s k e t b a l l   m i a m i   h e a t   t y l e r   h e r r o   r o o k i e   c a r d   2 0 2 0   p a n i n i   m i n t   -   c l i c k   h e r e   
 
 m i a m i   b a s k e t b a l l   n b a   s p o r t s     h e r r o  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
2 0 2 1   f i b a   u n d e r   1 9   w o r l d   c u p   a l l   t o u r n a m e n t   t e a m : 
 
 n i k o l a   j o v i c :   1 8 . 1   p p g   8 . 3   r e b 
 v i c t o r   w e m b a n y a m a :   1 3 . 1   p p g 
 c h e t   h o l m g r e n :   1 1 . 3   p p g 
 j a d e n   i v e y :   1 1 . 9   p p g 
 
 j o v i c   i s   s p e c i a l ,   m i a m i   h e a t   h a v e   a   s t u d   o n   t h e i r   t e a m .   m i a m i   h e a t   j o v i c   n b a   w e m b a n y a m a   h o l m g r e n   j a d e n i v e y   _ 5  
[ p o s t   g a m e ]   h e a t   b l o w   o u t   n e t s   a n d   c o m p l e t e   t h e   s e c o n d   p r e s e a s o n   g a m e   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n   m i a m i   h e a t   n b a   v i d e o :  
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
m a x   s t r u s   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a x s t r u s   m a x   s t r u s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
w h a t   4 2 - y e a r - o l d   u d o n i s   h a s l e m   m e a n s   t o   t h e   h e a t :   t h i s   i s   n o t   a   ' c h a r i t y   c a s e '   m i a m i   h e a t   n b a  
j a m a l   c a i n   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m a l c a i n   j a m a l   c a i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
m i a m i   h e a t :   w h y   t h i s   i s   t h e   p r i m e   o f   j i m m y   b u t l e r ' s   c a r e e r 
 
 
 
 n b a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l     n e t s   b u c k s   j a z z   w a r r i o r s   a l l f l y
t h r e a d   b r e a k i n g   d o w n   t h e   h e a t ' s   " r u l e s "   f o r   b a m   a n d   y u r t   l i n e u p s   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
j a m a l   c a i n   w i t h   1 2   p o i n t s   a n d   5   r e b o u n d s   a t   h a l f t i m e   a g a i n s t   t h e   n e t s .   h i s   e n e r g y   w a s   g r e a t   a n d   h e   m e s h e d   w e l l   p l a y i n g   w i t h   t h e   h e a t   s t a r t e r s .   p r e t t y   c o o l   t o   s e e   h i s   s u c c e s s   a f t e r   s e e i n g   h i m   i n   p e r s o n   6   m o n t h s   a g o .   n b a   m i a m i   n b a p r e s e a s o n  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   g o d  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
🏀 j a e   c r o w d e r   🏀   o m g !   n b a   n b a t r a d e d e a d l i n e   n b a t r a d e   n b a t r a d e d e a d l i n e 2 0 2 0   j a e c r o w d e r   j a e c r o w d e r t r a d e   j a e c r o w d e r m i a m i h e a t   m i a m i   h e a t   m i a m i h e a t   n b a n e w s  
m i a m i   h e a t   r a n k e d   t o o   l o w   b y   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
⚽ | n e w   m i a m i   n o i r   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   b u t l e r   2 ⃣ 2 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 1 € 
 ➡ 
 
 b u t l e r  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   t h e   h e a t !   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
h e a t ’ s   p a t   r i l e y   o p e n s   u p   o n   h i s   r e s p e c t   f o r   d o n   s h u l a :   ‘ h e   w a s   j u s t   a n   i n s p i r a t i o n   t o   m e ’   m i a m i d o l p h i n s   d o l p h i n s   m i a m i   f i n s u p   y a h o o  
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   w h i t e h o t   h e a t n a t i o n   h e a t t w i t t e r   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
h e a t ’ s   p a t   r i l e y   o p e n s   u p   o n   h i s   r e s p e c t   f o r   d o n   s h u l a :   ‘ h e   w a s   j u s t   a n   i n s p i r a t i o n   t o   m e ’   m i a m i d o l p h i n s   d o l p h i n s   m i a m i   f i n s u p   y a h o o  
m i a m i   h e a t   r o u n d t a b l e :   u n h e r a l d e d   g u y   t o   b e   m o s t   e x c i t e d   a b o u t 
 
 
 
 n b a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   m f f l   m a v e r i c k s   d u b n a t i o n   l a k e s h o w   b e t h e f i g h t   h e r e t h e y c o m e   m f f l   w e t h e n o r t h   b l e e d g r e e n   a l l f l y   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
t h e   g o o n   s q u a d   r e a c t   t o   t h e   h e a t ’ s   p r e s e a s o n   l o s s   t o   t h e   m i n n e s o t a   t i m b e r w o l v e s   a n d   d i s c u s s   b a m   a d e b a y o ’ s   g a m e   a n d   t y l e r   h e r r o ’ s   e x t e n s i o n . 
 
 
 
 h e a t c u l t u r e   h e a t t w i t t e r   t i m b e r w o l v e s   m i a m i h e a t   h e a t   m i a m i f l   m i a m i   n b a p r e s e a s o n   n b a   n b a t w i t t e r     n b a o n t n t
[ p o s t   g a m e ]   h e a t   c o m p l e t e   f i r s t   g a m e   o f   t h e   p r e s e a s o n   |   l e t ’ s   h e a r   y o u r   r e a c t i o n s   /   o v e r r e a c t i o n s   a n d   e   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
✳ ️     
 … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
m i a m i   h e a t & a m p ; 3 9 ; s   b e s t   o p t i o n s   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
w i n d o w   t i n t i n g ☀ ️ 🔥 🥊   p r i v a c y !   c o m f o r t !   s t y l e !   p r o t e c t i o n !   b e a t   t h e   h e a t !   _ w i n d o w t i n t i n g   p r o f e s s i o n a l   s e r v i c e   1   m i a m i   ⭐ ️ ⭐ ️ ⭐ ️ ⭐ ️ ⭐ ️ 🥇   m i a m i   c a r   g o o g l e   w i n d o w t i n t   t i n t   l u x u r y   a u t o s a l e   r e n t a l c a r   a u t o   p a p e l a h u m a d o   w i n d o w f i l m   p p f   d e a l e r   3 0 5   3 m   c u t m a c h i n e  
i s   n o .   4   m i c h i g a n   a   l e g i t   c o l l e g e   f o o t b a l l   p l a y o f f   c o n t e n d e r ?   |   g e t   u p   m i a m i   h e a t   n b a   v i d e o :  
o m e r   y u r t s e v e n   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o m e r y u r t s e v e n   o m e r   y u r t s e v e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
c a l e b   m a r t i n   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a l e b m a r t i n   c a l e b   m a r t i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
i   g u e s s   t h e   s e a s o n   s t a r t s   t o n i g h t !   l e t ’ s   g o   h e a t ! ! ! ! ! ! ! ! !   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
⚽ | n o u v e a u   m i a m i   b l a c k   2 0 2 2   j i m m y   b u t l e r   2 2 
 a u   p r i x   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a  
✳ ️     
 … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥 
 … … … … … … … … … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h  
t y l e r   h e r r o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y l e r h e r r o   t y l e r   h e r r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
m i n n e s o t a   t i m b e r w o l v e s   v s   m i a m i   h e a t   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n   m i a m i   h e a t   n b a   v i d e o :  
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
a n t h o n y   e d w a r d s   h i g h l i g h t s   -   h e a t   v s .   t i m b e r w o l v e s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   a n t h o n y   e d w a r d s   m i a   m i n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   m i n n e s o t a   t i m b e r w o l v e s
t y l e r   h e r r o   h i g h l i g h t s   -   h e a t   v s .   t i m b e r w o l v e s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   t y l e r   h e r r o   m i a   m i n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   m i n n e s o t a   t i m b e r w o l v e s
b a m   a d e b a y o   h i g h l i g h t s   -   h e a t   v s .   t i m b e r w o l v e s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   b a m   a d e b a y o   m i a   m i n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   m i n n e s o t a   t i m b e r w o l v e s
m i a m i   s p o r t s   p o d :   t u a ' s   i n j u r y ,   t y l e r ' s   e x t e n s i o n   a n d   h e a t   t r a i n i n g   c a m p   m i a m i d o l p h i n s   d o l p h i n s   m i a m i   f i n s u p   y a h o o  
✳ ️     
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
m i a m i   h e a t :   b i g g e s t   q u e s t i o n   f o r   t y l e r   h e r r o   e n t e r i n g   2 0 2 2 - 2 3   s e a s o n 
 
 
 
 n b a   m i a m i   h e a t t w i t t e r   h e a t n a t i o n   d u b n a t i o n   l a k e s h o w   l a k e r s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a p r e s e a s o n   n b a t w i t t e r   w e a r e t h e v a l l e y   b l e e d g r e e n   r a i s e d b y w o l v e s   m f f l   a l l f l y
✳ ️     
 … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
i   k n o w   i t ' s   o n l y   p r e s e a s o n   b u t   i m   e x c i t e d     m i a m i h e a t   b a s k e t b a l l   i s   b a c k   t o n i g h t !   1 s t   p r e s e a s o n   g a m e !   m i a m i h e a t   v s   t h e   m i n n e s o t a t i m b e r w o l v e s   t o i g h t   a t   7 : 3 0 p m   i n   m i a m i   a t   t h e   f t x a r e n a   o n   b a l l y s p o r t s s u n !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
🏀 🏀 n b a   p r e   s e a s o n   a d d   o n   🏀 🏀 
 
 u n d e r   2 1 3   m i a m i   h e a t   / /   1   u n i t     
 f r e e p l a y s   f r e e p i c k s   n b a 2 k   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a   b a s k e t b a l l   n b a p i c k s   s p o r t s g a m b l i n g   s p o r t s b e t t i n g p i c k s   s p o r t s b i z   s p o r t s   m o n e y   b o u n c e b a c k   b e t t i n g t w i t t e r   m i a m i h e a t   m i a m i  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
h e a t   1 s t - r o u n d   d r a f t   p i c k   n i k o l a   j o v i ć   i s   s e t   t o   m a k e   h i s   n b a p r e s e a s o n   d e b u t   t o n i g h t   a g a i n s t   t h e   t i m b e r w o l v e s .   a   v e r y   i n t r i g u i n g   p r o s p e c t   a t   h i s   s i z e   w i t h   h i s   b a l l   h a n d l i n g   & a m p ;   s h o o t i n g   a b i l i t y .   h e a t c u l t u r e   n b a   m i a m i        
🧢 🏀   o t h e r   h a t   f r o m   m y   c o l l e c t i o n :   m i a m i   h e a t 
 - 
 b l o g   b l o g g e r   h a t   n b a   m i a m i   m i a m i h e a t   n b a   m a s s i m o l a n d i   c o l l e c t i o n   h e a t  
e r i k   s p o e l s t r a   o n   t o n i g h t & a m p ; 3 9 ; s   s c r i m m a g e   & a m p ;   t y l e r   h e r r o & a m p ; 3 9 ; s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   e r i k s p o e l s t r a t y l e r h e r r o   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n  
t y l e r   h e r r o   o n   h i s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n   t y l e r h e r o   t y l e r h e r r o   t y l e r h e r r o c o n t r a c t e x t e n s i o n   t y l e r h e r r o e x t e n s i o n  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
o m e r   y u r t s e v e n   h a s   i n c r e a s e d   t h e   s p e e d   o f   h i s   s h o t   e x p o n e n t i a l l y   i   s a i d   i t   b e f o r e ,   b u t   t h e   t r i g g e r   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
✳ ️   
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h 🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
“ t h e   m i a m i   h e a t   h a d   t o   p a y   t y l e r   h e r r o . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   n b a   g t a s p o r t s   m i a m i   h e a t c u l t u r e   y o u t u b e   s u b s c r i b e   t r e n d i n g   t y s l a t t e r   i s o m o d e   e x p l o r e   n b a t w i t t e r
✳ ️     
 … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
b a m   a d e b a y o   o p e n s   u p   w i t h   a   3 - p o i n t e r .   👀   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
w h a t   m i a m i   h e a t ' s   p o s t - e x t e n s i o n   m e s s a g e   t o   t y l e r   h e r r o   s h o u l d   b e 
 
 
 
 n b a   m i a m i   h e a t   h e a t n a t i o n   h e a t t w i t t e r   w e t h e n o r t h   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   n e t s   b r o o k l y n t o g e t h e r   m f f l   s i x e r s
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … … .   
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
t y l e r   h e r r o   a g r e e s   t o   4 - y e a r / $ 1 3 0 m   d e a l   w i t h   t h e   h e a t   |   n b a   t o d a y   m i a m i   h e a t   n b a   v i d e o :  
⚽ | n o u v e a u t é   m i a m i   c i t y   e d i t i o n   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   b u t l e r   2 ⃣ 2 ⃣ 
 a u   t a r i f   f o u   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a e x t r a  
t h e   m i a m i   h e a t   n e w   e r a 
   
 
   
 a i r b a l l   b a m a d e b a y o   c h r i s b o s h   d w a y n e w a d e   e a s t e r n c o n f e r e n c e   h e a t b i g 3   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b i g 3   m i a m i h e a t b i g 3 b e s t m o m e n t s   m i a m i h e a t b i g 3 h i g h l i g h t s   m i a m i h e a t d e f e n s e  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
s o m e o n e   t e l l   m e   w h a t   h e r r o   d i d   t o   d e s e r v e   t h i s   m u c h   🧀   g a a   d a m n   n b a   m i a m i   h e a t   w o j   t y l e r h e r r o  
p a t   r i l e y   i n   h e a t   r e l e a s e   a n n o u n c i n g   t y l e r   h e r r o   e x t e n s i o n :   “ t y l e r   i s   a n   i m p a c t   m u l t i - f a c e t e d   p l a y e r   a n d     . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
h e a t   l o c k   u p   h e r r o   w i t h   4 - y e a r ,   $ 1 3 0 m   e x t e n s i o n   -   v i a     ⁦ ⁩   ⁦ ⁩   ⁦ _ t y l e r ⁩   s p o r t s b i z   c a r e e r   c o n t r a c t   c o n t r a c t e x t e n s i o n   o f f e n s e   l e a d e r   m i a m i   h e a t   t y l e r h e r r o   b a s k e t b a l l   h o o p s   n b a    
⚽ | n o u v e a u t é   m i a m i   b l a c k   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   b u t l e r   2 2 
 a u   t a r i f   d i n g u e   d e   2 1 € 
 ➡ 
 
 b u t l e r  
  n b a   2 2 7 ' s   y o u t u b e   c h i l i '   m i a m i   c h i l i '   h e a t   h e a t t w i t t e r     s p i c y '     s p i c y '   n b a   m i x !   v s   b o s t o n   c e l t i c s   m a t c h   m i a m i   c e l t i c s    
t y l e r   h e r r o ,   m i a m i   h e a t   a g r e e   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
l e t ’ s   g o   h e a t ! ! !   ( m e   e m o c i o n o   😂 )   🏀 ♥ ️   m i a m i h e a t      
s h a r e   t h e   b e s t   s p o r t s d a y   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 n b a p r e s e a s o n   w s   f o r   t h e   w a s h w i z a r d s ,   s i x e r s ,   m i a m i h e a t   
 
 s p o r t s d a y   n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s d a y   c o n t e n t   :   
 n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 n b a p r e s e a s o n   w s   f o r   t h e   w a s h w i z a r d s ,   s i x e r s ,   m i a m i h e a t   
 
 s p o r t s d a y   n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s d a y   c o n t e n t   :   
 n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s 
 
  
s h a r e   t h e   b e s t   s p o r t s d a y   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 n b a p r e s e a s o n   w s   f o r   t h e   w a s h w i z a r d s ,   s i x e r s ,   m i a m i h e a t   
 
 s p o r t s d a y   n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   8 ⃣  
m a r c u s   g a r r e t t   -   g r e a t   d e f e n d e r 
 g a r r e t t   -   o k a y   p a s s e r 
 g a r r e t t   -   o k a y   s h o o t e r 
 g a r r e t t   -   o k a y   p l a y m a k e r 
 d r u   s m i t h   -   g o o d   d e f e n d e r 
 s m i t h   -   g o o d   p a s s e r 
 s m i t h   -   g o o d   p l a y m a k e r 
 s m i t h   -   g o o d   s h o o t e r 
 w h i c h   p l a y e r   w o u l d   y o u   r a t h e r   h a v e   o n   a   2 w a y   c o n t r a c t ?   
 m i a m i h e a t   h e a t
w a t c h i n g   g a r r e t t   o n   d e f e n s e   i s   a   p l e a s u r e .   h o w e v e r ,   t h e   m a r c u s   g a r r e t t   c o n u m d r u m   i s   m u c h   l i k e   t h e   j u s t i s e   w i n s l o w   c o n u m d r u m .   b o t h   a r e   e x c e l l e n t   d e f e n d e r s ,   b u t   n e e d s   a   l i f t   o f f e n s i v e l y .   y o u   w a n t   b o t h   o n   y o u r   t e a m ,   b u t   y o u   s t i l l   n e e d   c o n s i s t e n t   s c o r i n g .   h e a t   m i a m i h e a t
m i a m i   h e a t   •   s t a t e m e n t   j e r s e y   c o n c e p t   
 
 n b a t w i t t e r   n b a   m i a m i h e a t   h e a t t w i t t e r   h e a t n a t i o n    
h e a t   r o s t e r   w h a t   i f s   ( 1 ) 
 
 m i a m i h e a t 
 h e a t t w i t t e r  
h a p p y   l o c k t o b e r   3 / 4   n i g h t   i n c l u d i n g   a   u n d e r d o g   h i t   i n   t h e   d i s c o r d   y e s t e r d a y .   o u r   m e m b e r s   a r e   c a s h i n g   o u t !   h i t   t h e   l i n k   i n   t h e   b i o   t o   s i g n   u p   f o r   d a i l y   l o c k s   a n d   p r o p s !   f a n d u e l   d r a f t k i n g s   c a e s a r s s p o r t s b o o k   d i s c o r d   u n d e r d o g s   w i z a r d s   m i a m i h e a t   p a t r i c k m a h o m e s   l i n k i n b i o  
m i a m i   h e a t   v s .   h o u s t o n   r o c k e t s   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   m i a m i h e a t   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s o u t h e a s t d i v i s i o n   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t   w a r r i o r s h i g h l i g h t  
n i k o l a   j o v i c   i s   h a n d l i n g   t h e   t r a n s i t i o n   m i a m i h e a t  
m a x   s t r u s   2 4   p o i n t s   f u l l   h i g h l i g h s   v s   r o c k e t s   o c t o b e r   1 0 t h   2 0 2 2 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
i t ' s   a   l o a d e d   m o n d a y   1 0 / 1 0 / 2 2 
 
 - a f t e r m a t h   o f   j e t s   l o s s   f o r   m i a m i d o l p h i n s 
 
 - e j d c o n s t r u c t i o n . c o m   f i n s u p   r e p o r t 
 
 -   f a n t a s y f o o t b a l l   z o n e   w i t h   
 
 - m i a m i h e a t   r e p o r t   w i t h   
 
 a n d   m o r e ! 
 
 y o u t u b e   
  
[ p o s t   g a m e ]   h e a t   d e f e a t   r o c k e t s   i n   p r e s e a s o n   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
s p o r t s :   l o o k i n g   f o r w a r d   t o   w a t c h i n g   🏀 !   
 
 n b a     m i a m i h e a t   ♥ ️ 
  
d r u   s m i t h   f i n d s   j a m a l   c a i n   f o r   t h e   p o s t e r   l o b ❗ ️ 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
h o u s t o n   r o c k e t s   v s   m i a m i   h e a t   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   h e a t v s r o c k e t s   m i a m i h e a t   n b a h i g h l i g h t s   n b a p l a y o f f s   r o c k e t s v s h e a t   s o u t h e a s t d i v i s i o n  
r o c k e t s   a t   h e a t   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 4 5   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
e n d e   b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 6 : 1 0 7   w a s h i n g t o n w i z a r d s   v s   c h a r l o t t e h o r n e t s   
 1 1 3 : 9 7   p h i l a d e l p h a 7 6 e r s   v s   c l e v e l a n d c a v a l i e r s   
 1 1 0 : 1 1 8   h o u s t o n r o c k e t s   v s   m i a m i h e a t   
 1 0 5   : 1 0 7   p h o e n i x s u n s   v s   d e n v e r n u g g e t s
[ p o s t   g a m e ]   h e a t   d e f e a t   r o c k e t s   i n   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m e   w i t h   l i f e   g o a l s ✨ 👌 🏾   m i a m i h e a t  
m i a m i h e a t   l o s t   a n d   m y   s e a t t l e s e a h a w k s   l o s t   ☹ ️ 🥴
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
j o v i c   i s   g o i n g   t o   b e   t h e   b i g g e s t   s t e a l   o f   t h e   d r a f t .   m i a m i h e a t
m i a m i   h e a t   v s .   h o u s t o n   r o c k e t s   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   m i a m i h e a t   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s o u t h e a s t d i v i s i o n   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t   w a r r i o r s h i g h l i g h t  
s u n s   l o o k i n g   t o   a c q u i r e   r o t a t i o n a l   p i e c e s   f o r   j a e   c r o w d e r   i n s t e a d   o f   f u t u r e   a s s e t s   –   r e p o r t   a t l a n t a h a w k s   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r   m i a m i h e a t   m i l w a u k e e b u c k s  
t h e   m i a m i   h e a t   e n d i n g   t h e   f i r s t   h a l f   b e a u t i f u l l y   v s .   t h e   r o c k e t s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
t h e   m i a m i h e a t   n e e d s   t o   n o t   o v e r   t h i n k   t h i s   a n d   f i n d   m i n u t e s   f o r   t h i s   t a l e n t e d   1 9   y e a r   o l d .   h e ’ s   b e e n   v e r y   i m p r e s s i v e .   n i k o l a   j o v i c   1 5   p t s   1 2   r e b   4   a s t   h o u s t o n   r o c k e t s   v s   m i a m i   h e a t   h i g h l i g h t . . .     v i a  
g o t   ‘ e m ! ! ! !   h e a t n a t i o n   m i a m i h e a t   h e a t l i f e r   b a l l i s l i f e 🏀  
j i m m y   n e u t r o n   c o m e b a c k   s e a s o n   i n c o m i n g   🔥 🔥 🔥 
 
 n b a   m i a m i h e a t  
v i c t o r   o l a d i p o   p r e s e a s o n   d e b u t   s t a t s   v s   h o u s t o n   r o c k e t s 
 
 8   p t s 
 4   r e b 
 3   s t l s 
 
 h e a t c u l t u r e   m i a m i h e a t   v i c t o r o l a d i p o   r e v e n g e s z n  
t h e   m i a m i   h e a t   a r e   i n   t h e   w i n   c o l u m n   . . .   j u s t   p r a c t i c i n g   b e f o r e   t h e   r e g u l a r   s e a s o n   . . .   m i a m i h e a t   h e a t   h e a t c u l t u r e  
n i c e   t o   s e e     d o i n g   t h e i r   t h i n g   p r e s e a s o n ! !   i   f e e l   h o p e f u l   f o r   t h i s   o n e ! ! 
 
 m i a m i h e a t   n b a   p r e s e a s o n
j a m a l   c a i n   o a k l a n d   g r i z z l i e s   v s   u i c   f l a m e s   |   2 6   p o i n t s ,   1 2   r e b o u n d s ,   2   a s s i s t s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
d i p o   l o o k s   f r e s h   m i a m i h e a t
w e   k e p t   d e d m o n   i n s t e a d   o f   g e t t i n g   b o o g i e ?   m i a m i h e a t
  c o n g r a t u l a t i o n s   k e l l y ! ! ! ! !   l o o k i n g   f o r w a r d   t o   w a t c h i n g   y o u   w i t h   o u r   h e a t   t h i s   s e a s o n .   g o   h e a t ! ! ! ! ! !   h e a t c u l t u r e   m i a m i h e a t
t h e   e a r l i e s t   i ' v e   b e e n   t o   a   g a m e   t o   c a t c h   t h e   s h o o t   a r o u n d .   n o t h i n g   b u t s   b l a n s   c o m e   e a r l y   t o   t h e   g a m e   🤣 .   i   f e e l   l i k e   b u d d y   i n   g e t   o u t   v i s i t i n g   t h e   w h i t e   f a m i l y .   m i a m i h e a t  
g o   v i c   ❤ ️ 👏 🏾   m i a m i h e a t  
m i a m i   h e a t   d e f e n s e   v s .   t h e   g r i z z l i e s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
r i c k   r o s s   t r y i n g   t o   u s e   m i a m i h e a t   b a t h r o o m   😂 😂 😂 😂   n b a  
j a m a l   c a i n   o n   s i g n i n g   a   t w o ‑ w a y   c o n t r a c t :   " e x t r e m e l y   h a p p y   & a m p ;   e   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   j a m a l c a i n   j a m a l c a i n p r a c t i c e   j a m a l c a i n s i g n s w i t h t h e m i a m i h e a t   j a m a l c a i n t w o w a y c o n t r a c t   m i a m i h e a t   m i a m i h e a t p r a c t i c e   m i a m i h e a t t r a i n i n g c a m p   s o u t h e a s t d i v i s i o n  
7 : 3 0   p m   t o n i g h t   i t   a l l   s t a r t s .   m i a m i h e a t
g o t   m y   l o w   k e y   p a r k i n g   s p o t   b y   t h e   h e a t   a r e n a   t h a t   i   r e f u s e   t o   t e l l   a n y o n e   a b o u t   🤷 🏿 ‍ ♂ ️   m i a m i h e a t
🔥   9   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r         m i a m i h e a t  
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   9 ⃣  
j a m a l   c a i n   o n   m a k i n g   a n   . . . 
   
 
   
 a m e r i c a n a i r l i n e s a r e n a   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   e t h a n s k o l n i c k   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s n e t w o r k   h e a t c u l t u r e   h e a t n a t i o n   h e a t s e a s o n   m i a m i h e a t   m i a m i h e a t a n a l y s i s   m i a m i h e a t n b a   m i a m i h e a t s h o w   p o d c a s t  
d o e s   j o k i c   d e s e r v e   a   s t a r t i n g   s p o t ?   m i a m i h e a t
h e a d g e a r   c o l l e c t i o n   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
t h e   4 1 1   o n   o u r   o p t i o n s   a t   t h e   4   f o r   t h e   2 0 2 2 - 2 3   s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
s c r e e n   t h e   s c r e e n e r   a c t i o n   b y   m i a m i   h e a t   d u r i n g   n b a p r e s e a s o n .   t h i s   a c t i o n   i n v o l v e s   a l l   p l a y e r s   o n   t h e   c o u r t   a n d   h a s   m a n y   v a r i o u s   s o l u t i o n s .   t w o   o f   t h e m   l e a d i n g   b y   k y l e   l o w r y   a n d   t y l e r   h e r r o . 
 
 x s o s   m i a m i h e a t  
j i m m y   b u t l e r   w i l l s   t h e   h e a r t   o v e r   t h e   l a k e r s   i n   g a m e s   m i a m i h e a t   j i m m y b u t l e r   l a k e r s   n b a p l a y o f f s   n b a s e a s o n   n b a 2 0 2 2 🏀  
b r e a k i n g :   j a m a l   c a i n ’ s   c o n t r a c t   t   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   j a m a l c a i n   j a m a l c a i n h i g h l i g h t s   m i a m i h e a t   m i a m i h e a t j a m a l c a i n   m i a m i h e a t n e w s   m i a m i h e a t o f f s e a s o n r u m o r s   m i a m i h e a t o f f s e a s o n t r a d e s   m i a m i h e a t r u m o r s   n b a   n b a n e w s   n b a r u m o r s   s o u t h e a s t d i v i s i o n  
j a m a l   c a i n   i n t e r v i e w   o n   s i g n i n g   a   t w o ‑ w a y   c o n t r a c t :   " e x t r e m e l y   h a p p y   & a m p ;   e x c i t e d   t o   g e t   t o   w o r k "   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   w h i t e h o t   h e a t n a t i o n   h e a t t w i t t e r   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   1 ⃣ 0 ⃣  
t h e     h a d   a   p r e t t y   q u i e t   o f f s e a s o n ,   b u t   a f t e r   b e i n g   o n e   s h o t   a w a y   f r o m   t h e   n b a f i n a l s ,   w h a t   c a n   t h e y   d o   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 m i a m i h e a t   m i a m i   n b a t w i t t e r   n b a   j i m m y b u t l e r   t y l e r h e r r o   b a m a d e b a y o   h e a t   s o u t h b e a c h  
🔥   1 0   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r       m i a m i h e a t  
h e a d g e a r   c o l l e c t i o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
c o u p ' s   n o t e b o o k   v o l .   2 7 :   w h a t   a   d i f f e r e n t   b a m   r e a l l y   m e a n s ,   j a m a l   c a i n ’ s   i n s t i n c t s ,   d r i v i n g   d u n c a n   a   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
[ w o j n a r o w s k i ]   t h e   m i a m i   h e a t   a r e   c o n v e r t i n g   u n d r a f t e d   r o o k i e   f o r w a r d   j a m a l   c a i n   t o   a   t w o - w a y   c o n t r a c t .   c a i n ’ s   a v e r a g e d   1 7   p o i n t s   a n d   8 . 5   r e b o u n d s   i n   h e a t ’ s   p a s t   t w o   p r e s e a s o n   g a m e s . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
l o o k s   l i k e   w h i t e   m a s h u p   j e r s e y s   a r e   c o n f i r m e d   f o r   t h i s   s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
[ w i n d e r m a n ]   t h e   h e a t   h a v e   c o n v e r t e d   j a m a l   c a i n   t o   a   t w o - w a y   c o n t r a c t ,   h a v e   w a i v e d   d a r i u s   d a y s   f r o m   h i s   t w o - w a y   a n d   s i g n e d   m y c h a l   m u l d e r .   d a y s   t h e n   s i g n e d   a n   e x h i b i t i o n   1 0   w i t h   h e a t ,   w a s   a l s o   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
b e   l i k e   .   t h e s e   c o n c e p t s   a r e   p u r e   h e a t !   🔥 🔥 🔥 
 m i a m i h e a t     s m s p o r t s   j e r s e y d e s i g n   p h o t o s h o p   u n i m o c k u p s   c a p c u t  
      1 0 0 %   w a s   c o l d   i n   t h e   p l a y o f f s   v s   m y   m i a m i h e a t
1 0 / 9 / 2 ” 
 
 t h e b u b b l e   w a s   w i n d i n g   d o w n   a n d   t w o   t e a m s   r e m a i n e d   m i a m i h e a t   a n d   l a k e r s       h e a d e d   i n t o   g a m e   5   t h e     w e r e   a h e a d   3 - 1 .   b u t   w h a t   n o   o n e   e x p e c t e d ,   w a s   t h a t   t h i s   w a s   t h e   n i g h t   m y   m a n     a k a   j i m m y   b u c k e t s   w o u l d   c h o o s e   t o   h a v e   a   g a m e   t h a t   w o u l d   h i g h l i g h t   h i s   l e g a c y .  
t h e   m i a m i   h e a t   a r e   i n   t h e   p r o c e s s   o f   r e - s i g n i n g   m y c h a l   m u l d e r ,   l i k e l y   t o   f u n n e l   h i m   t o   t h e i r   g   l e a g u e   a f f i l i a t e .   i t   m e a n s   a   p l a y e r   f r o m   t h e   o r i g i n a l   c a m p   r o s t e r   w i l l   h a v e   t o   b e   w a i v e d . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
c a r n i v a l   c r u i s e   s t o c k   p r i c e |   s h o u l d   i   b u y   c a r n i v a l   c r u i s e   s t o c k ❓     v i a     c a r n i v a l c r u i s e s t o c k p r i c e   c n b c   c c l   m i a m i h e a t
t h e   m i a m i   h e a t   i n c h e s   c l o s e r   a t   t h e   h a l f   v s .   t h e   g r i z z l i e s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
a f t e r   w a t c h i n g   t h e   p r e s e a s o n   i   u n d e r s t a n d   w h y   w e   d i d n ’ t   m a k e   a n y   b i g   t r a d e s   m i a m i h e a t
    b o y ,   y o u   k n o w   i t ' s   p r e - s e a s o n   w h e n   “ n o - d ” u n c a n   r o b i n s o n   i s   g e t t i n g   q u a l i t y   m i n u t e s .   m i a m i h e a t
m i a m i   h e a t   v s   m e m p h i s   g r i z z l i e s   |   n b a   l i v e   . . . 
   
 
   
 e s p n   g r i z z l i e s v s h e a t   h e a t v s g r i z z l i e s   j i m b y s p o r t s   m e m p h i s g r i z z l i e s   m i a m i h e a t   n b a l i v e   n b a l i v e 2 0 2 2   n b a l i v e s c o r e b o a r d   n b a l i v e s c o r e b o a r d 2 0 2 2   n b a l i v e s t r e a m i n g t o d a y   n b a l i v e s t r e a m i n g t o d a y 2 0 2 2  
i n s t a l l a t i o n   o f   n e w   r o o f t o p   f t x   l o g o ,   r e p l a c i n g   t h e   a a a   a i r p l a n e   i s   u n d e r w a y   a t   f t x   a r e n a   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
g e t   t o   k n o w   n i k o l a   j o v i c   |   o n e   o n   o n e   w i t h   e t h a n   s k o l n i c k 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
u d o n i s   h a s l e m   h o p e s   y o u n g e r   g e n e r a t i o n   w i l l   e m u l a t e   h i s   c a r e e r   a s   a n   u n d r a f t e d   h e a r t   a n d   s o u l   o f   m i a m i   h e a t   m i a m i h e a t   u d o n i s h a s l e m  
2   o f   t h e   b i g g e s t   n o n   h e a t   l e g e n d s   i n   r e c e n t   m e m o r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   y o u n g   p l a y e r s   s e i z i n g   t h e   o p p o r t u n i t y   v s .   t h e   g r i z z l i e s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
h a v e   w e   d e c i d e d   o n   a   l e g i t   n i c k n a m e   f o r   j o v i c ? 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m i a m i h e a t   9   c a r d   l o t   h e a t   
 
 $ 4   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
  b a c k   a t   i t   w i t h   t h e   s q u a d   🙌 🔥 🔥 
 
 n b a l o t t e r y   d a r i u s g a r l a n d   n b a o n t n t   n b a d r a f t   k y r i e   l a l a k e r s   u n d e r a u r m o r   k i n g j a m e s   u t a h j a z z   b l a z e r s   d a m e 4   n i k e b a s k e t b a l l   l e b r o n l a k e r s   p o r t l a n d t r a i l b l a z e r s   n i k e   m i a m i h e a t   k u h o o p s   t r a e y o u n g  
[ p o s t   g a m e ]   h e a t   p r e s e a s o n   s q u a d   d e f e a t s   m e m p h i s   s t a r t e r s   |   d u n c a n   r o b i n s o n   2 9   p t s ,   c a i n   1 9   p t s   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
t h e   r e s t   o f   t h e   l e a g u e   w h e n e v e r   w e   s i g n   a n   u n k n o w n   p r o s p e c t   t h a t ’ s   a l r e a d y   n b a   r e a d y 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
a n d   n o w   a   m e s s a g e   f r o m   d u n k i n :   n i g h t   n i g h t 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
t y l e r   h e r r o ,   o n e   o f   t h e   n e w   g u n s   f o r   t h e   n b a . 
 n b a   m i a m i   m i a m i h e a t  
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   1 ⃣ 1 ⃣  
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   m i a m i   h e a t   t r y i n g   t o   t r a d e   f o r   j a e   c r o w d e r "   
 
 c r e a t o r :     c y r o   a s s e o 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h e a t   m i a m i h e a t 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " h e a t   a t   g r i z z l i e s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h e a t   m i a m i h e a t 
 
  
h e a t   a t   g r i z z l i e s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 3   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
d u n c a n   r o b i n s o n   l e a d i n g   t h e   h e a t   g - l e a g u e   t e a m   t o   v i c t o r y   l i k e : 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   v s   m e m p h i s   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   g r i z z l i e s v s h e a t   g r i z z l i e s v s h e a t h i g h l i g h t s   h e a t v s g r i z z l i e s   h e a t v s g r i z z l i e s f u l l g a m e h i g h l i g h t s   h e a t v s g r i z z l i e s h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s   m e m p h i s g r i z z l i e s   m i a m i h e a t  
e n d e   
 e i s h o c k e y   h e r r e n   n c a a   
 1 : 4   m i n n e s o t a s t a t e m a v e r i c k s   v s   m i n n e s o t a g o l d g o p h e r s   
 b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 3 : 1 3 1   d e n v e r n u g g e t s   v s   c h i c a g o b u l l s   
 1 0 0 : 1 1 6   t o r o n t o r a p t o r s   v s   h o u s t o n r o c k e t s   
 1 1 1 : 1 0 8   m i a m i h e a t   v s   m e m p h i s g r i z z l i e s
[ p o s t   g a m e ]   h e a t   p r e s e a s o n   s q u a d   d e f e a t s   m e m p h i s   s t a r t e r s   |   d u n c a n   r o b i n s o n   2 9   p t s ,   c a i n   1 9   p t s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
n i k o l a   j o v i c   l o o k i n g   s o l i d   t o n i g h t   a g a i n s t   t h e   n e t s   👀   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   v s .   m e m p h i s   g r i z z l i e s   . . . 
   
 
   
 a n t h o n y d a v i s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   m i a m i h e a t   n b a h i g h l i g h t s 2 0 2 2   s o u t h e a s t d i v i s i o n   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
l a k e r s   a m o n g   p o t e n t i a l   s u i t o r s   f o r   m o   b a m b a   b r o o k l y n n e t s   l o s a n g e l e s l a k e r s   m i a m i h e a t   m o b a m b a  
u m m   r e a l   t a l k ,   a r e   t h e   h e a t   g o i n g   t o   h a v e   t o   r e l e a s e   o n e   o f   t h e   t w o   w a y   g u y s   o n   t h e   r o s t e r   t o   m a k e   w a y   f o r   j a m a l   c a i n   b e c a u s e   i t ' s   s t a r t i n g   t o   b e c o m e   a   v e r y   r e a l   p o s s i b i l i t y . . .   
 h e a t t w i t t e r   m i a m i h e a t   h e a t c u l t u r e  
_   r i g h t   b e h i n d   j i m m y   b u c k e t s   w h o   i s   w i n n i n g   t h e   t i t l e   t h i s   y e a r   m i a m i h e a t
m i a m i   u n k n o w n s   v a   m e m p h i s   g r i z z l i e s .   
 t h e   u n k n o w n s   w i n s . .   
 m i a m i h e a t   h e a t   m i a m i   h e a t c u l t u r e  
m i a m i   h e a t   r o o k i e   n i k o l a   j o v i c   s t a t s   v s   m e m p h i s 
 
 1 3   p t s 
 8   r e b 
 3 3 %   f g 
 
 m i a m i h e a t   n i k o l a j o v i c  
m i a m i   h e a t   j a m a r e e   b o u y e a   s t a t s   v s   m e m p h i s 
 
 1 2   p t s 
 8   a s t 
 3 9   m i n u t e s 
 
 m i a m i h e a t   j a m a r e e b o u y e a  
m i a m i   h e a t   t r y   t o   d r a w   m o t i v a t i o n   f r o m   t h e   p a i n   o f   f a l l i n g   i n c h e s   s h o r t   o f   n b a   f i n a l s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
b a s i c a l l y   t h e   h e a t ’ s   3 r d   s t r i n g   b e a t   t h e   g r i z z l i e s .   n i c e !   m i a m i h e a t  
t h e   m i a m i   h e a t ! ! ! 
 
 t h a t ' s   a l l   i   g o t t a   s a y   a f t e r   t o d a y ' s   p r e s e a s o n   g a m e   🔥 🔥 🔥 
 
 n b a   n b a p r e s e a s o n   h e a t v s g r i z z l i e s   m i a m i h e a t  
e a r l y   b o l d   p r e s e a s o n   p r e d i c t i o n . . .   t h e   m i a m i h e a t   w i l l   b e   a   t o p   3   t e a m   i n   t h e   e a s t ,   7 t h   b e s t   r e c o r d   o v e r a l l
m i a m i h e a t   v s   m e m p h i s   l o o k s   l i k e   a   s e a s o n   g a m e   a l r e a d y !
g o t t a   c r e d i t   t h a t     f r o n t   o f f i c e .   f i r s t   r o u n d   p i c k   j o v i c   i s   a   s n i p e r   ! !   m i a m i h e a t   t h e j e f f f o x s h o w i n c
j o v i c   p r o v i n g   h e   i s   h i m   h e a t t w i t t e r   m i a m i h e a t
w e   g o t   o u r   3 r d   s t r i n g   p l a y i n g   t h e   g r i z z   a n d   g i v i n g   t h e m   a   r u n   f o r   t h e i r   m o n e y   n b a   m i a m i h e a t
i   l i k e   j a m a l   c a i n   h e   i s   n i c e   m i a m i h e a t
m i a m i   u n k n o w n s   v s   m e m p h i s   g r i z z l i e s . .   
 m e m p h i s   h a v i n g   a   h a r d n t i m e .   
 m i a m i h e a t   m i a m i   h e a t c u l t u r e
f y i     👀 
 
 a l o t t a   y a l l l l l l l   o n   m e m p h i s   - 8 . 5   😁 😁 
 g a m b l i n g t w i t t e r   n b a   m i a m i h e a t   s p o r t s b e t t i n g p i c k s  
m i a m i   h e a t   v s .   b r o o k l y n   n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   m i a m i h e a t   n b a h i g h l i g h t s 2 0 2 2   s o u t h e a s t d i v i s i o n   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
🔥   1 2   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r     m i a m i h e a t  
d i p o   r e a d y   f o r   t h e   s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
t h i s   c a n   o p e n   r o o m   f o r   t h e   h e a t   t o   u s e   b a m   i n   t h e   4   a n d   p o s s i b l y   r o t a t e   m o   b a m b a   a n d   y u r t   a t   t h e   5 . . 
 
 o r   e v e n   c o n t i n u e   u s i n g   b a m   a t   5   a n d   h a v e   m o   a s   a   b a c k u p . . 
 
 t o n   o f   d i f f e r e n t   l i n e u p s   t h a t   s p o   c a n   m a k e   w i t h   t h i s . . 
 
 i   m e a n ,   i t   c a n   h e l p   a   l o t . .   l o o k   i n t o   i t       m i a m i h e a t
m i a m i h e a t   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n 
 🏀 
 
 m o r e   n e w s :   
 
     n b a   b a s k e t b a l l  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   -   . . . 
   
 
   
 7 6 e r s v s n e t s   b r o o k l y n n e t s   b r o o k l y n n e t s v s m i a m i h e a t   b r o o k l y n n e t s v s m i a m i h e a t f u l l g a m e   e a s t e r n c o n f e r e n c e   h e a t v s n e t s   h e a t s v s n e t s   h e a t s v s n e t s h i g h l i g h t s m i a m i h e a t s v s b r o o k l y n n e t s l i v e   h e a t s v s n e t s l i v e   m i a m i h e a t  
p r e s e a s o n   g a m e   3 !   m i a m i h e a t   v s   t h e   m e m p h i s g r i z z l i e s   i n   m e m p h i s t e n n e s s e e   t o n i g h t   a t   8 p m   o n   b a l l y s p o r t s s u n   a n d   n b a t v !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
d e d m o n   t o   j o v i c   i n   l o c k e r   r o o m ,   “ w h a t   t h e   f -   -   k ,   y o u ’ r e   s t i l l   i n   h i g h   s c h o o l ? ! ”   a n d ,   y e s ,   n i k o l a   s a i d   i t ’ s   t r u e ,   h a d   t o   s k i p   f i n a l   e x a m   t o   p r e p a r e   f o r   d r a f t . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
  p r e p p i n g   f o r   t h e   s h o w   🔴 📸 🔴 📸 🔴   
 
 e a s t c o a s t h o o p r e c r u i t   g l e a g u e i g n i t e   n b a p r e s e a s o n   n i k e   n b a l o t t e r y   c l e v e l a n d c a v a l i e r s   o t e   j o r d a n p o o l e   c u r r y   p o r t l a n d t r a i l b l a z e r s   u t a h j a z z   m i a m i h e a t   i g n i t e   j a y s o n t a t u m 0   j a y s o n t a t u m   o v e r t i m e  
n i k o l a   j o v i c   l o o k i n g   s o l i d   t o n i g h t   a g a i n s t   t h e   n e t s   👀 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   n b a   n i k o l a j o v i c   n i k o l a j o v i c h i g h l i g h t s   n i k o l a j o v i c n b a d r a f t   n i k o l a j o v i c s e r b i a   s o u t h e a s t d i v i s i o n  
n i k o l a   j o v i ć   l o o k s   v e r y   w e l l   r o u n d e d   f o r   r o o k i e .   h e   i s   g o i n g   t o   d e v e l o p   i n t o   o u r   f u t u r e   4 .   a n o t h e r   s t e a l   b y   t h e   g o a t   p a t   r i l e y .   h e a t c u l t u r e   w e d r a f t b e t t e r t h a n y o u   m i a m i h e a t
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   1 ⃣ 2 ⃣  
g o o d   m o r n i n g   🌞   ☀ ️   m i a m i   b e a c h   s o u t h b e a c h   c o l l i n s a v e   o c e a n d r i v e   d o w n t o w n   m i a m i h e a t   f t x   a a a  
o k a a a a y ,   h e ’ s   s t i l l   i n   h i g h   s c h o o l ,   d o m i n a t i n g   t h a n g s   m i a m i h e a t  
d e d i c a t i o n ✨ 🔥   m i a m i h e a t  
n e v e r   f a l t e r e d 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
j o v i c   a n d   c a i n   w e r e   i m p r e s s i v e   t o n i g h t   🔥   m i a m i h e a t
[ p o s t   g a m e ]   h e a t   b l o w   o u t   n e t s   a n d   c o m p l e t e   t h e   s e c o n d   p r e s e a s o n   g a m e   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
  y e s .   t h e   y o u n g   p l a y e r s   w e r e   i m p r e s s i v e .   
 m i a m i h e a t
* b r e a t h e s *   h e ' s   o n l y   1 9 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
    b e   l i k e   “ w e   g o t   1 0 0 0 0 0   d r a f t   p i c k s ” .     b e   l i k e   “ w e   j u s t   f o u n d   t h i s   d u d e   p l a y i n g   b y   t h e   b e a c h   i n   f l i p   f l o p s ” h e a t c u l t u r e   m i a m i h e a t
m i a m i   h e a t   2 2 - 2 3   p r e - s e a s o n   c o u r t   d e s i g n   w i p 
 
 ✔ b i l l   r u s s e l l   6   l o g o 
 ✔ 3 5 t h   a n n i v e r s a r y   l o g o 
 
 h e a t n a t i o n   m i a m i h e a t   n b a  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
m i a m i   h e a t   v s   b r o o k l y n   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   h e a t v s n e t s   h e a t v s n e t s 2 0 2 2   h e a t v s n e t s h i g h l i g h t s   h e a t v s n e t s p r e s e a s o n   l o n g f u l l g a m e h i g h l i g h t s   m i a m i h e a t   n b a f u l l g a m e h i g h l i g h t s   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   s o u t h e a s t d i v i s i o n  
[ p o s t   g a m e ]   h e a t   b l o w   o u t   n e t s   a n d   c o m p l e t e   t h e   s e c o n d   p r e s e a s o n   g a m e 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
b r o o k l y n   n e t s   v s   m i a m i   h e a t   w a s   o n   e s p n   a p p   ( u s ) .   c o - c o m m e n t a t o r   i s   d o r i s   b u r k e .   r e p o r t e r   i s   m o n i c a   m c n u t t .     f o r   m o r e   d e t a i l s   s e e     b r o o k l y n n e t s   m i a m i h e a t   e s p n a p p u s
i   s a w   a   d i f f e r e n t   k i n d   o f   d u n c a n   r o b i n s o n ,   i   l i k e   i t .   n i k o l a   j o v i c   h a s   j o k i c   p o t e n t i a l .   i   l i k e   i t .   
 m i a m i   m i a m i h e a t   h e a t w i n   h e a t c u l t u r e  
s i t h   l o r d   o l a d i p o 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
h e a t   r o o k i e   n i k o l a   j o v i c   s t i l l   h a s n ’ t   w r i t t e n   h i g h   s c h o o l   f i n a l   e x a m   m i a m i h e a t   n i k o l a j o v i c  
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   1 ⃣ 3 ⃣  
d e f e n s i v e   t h e n   o f f e n s i v e   p l a y   f r o m     b e n s i m m o n s   n b a   b r o o k l y n _ n e t s   m i a m i h e a t  
e v e n   t h o u g h   i t ' s   p r e - s e a s o n   y o u   c a n   j u s t   t e l l   k i d   h a s   a   f e e l   f o r   t h e   g a m e .   h e   l o o k e d   g o o d   i n   1 5   m i n   o f   p l a y .   t h e r e ' s   d e f i n i t e l y   s o m e   u n l o c k   p o t e n t i a l   t o   t h i s   k i d   a n d   i   h o p e   w e   s e e   i   t h r o u g h   i n   m i a m i .   m i a m i h e a t  
m i a m i   h e a t   v s .   b r o o k l y n   n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   m i a m i h e a t   n b a h i g h l i g h t s 2 0 2 2   s o u t h e a s t d i v i s i o n   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
t h e   s e c r e t   w e a p o n   🖤   🥷 🏾   l o l o l   m i a m i h e a t   🔥 n b a t w i t t e r  
m i a m i   h e a t   d u n c a n   r o b i n s o n   s t a t s   v s   b r o o k l y n   n e t s   i n   n b a   p r e s e a s o n   2 0 2 2 
 
 1 2   p t s 
 5   r e b 
 4   a s t 
 
 m i a m i h e a t   d u n c a n r o b i n s o n  
m i a m i   h e a t   j a m a l   c a i n   s t a t s   v s   b r o o k l y n   n e t s   i n   n b a   p r e s e a s o n   2 0 2 2 
 
 1 5   p t s 
 1 1   r e b 
 5   s t l s 
 
 m i a m i h e a t   j a m a l c a i n  
a l r i g h t   n o w   💯   h e l d   t h e   n e t s   t o   8 0   p t s   🔥   m i a m i h e a t  
    l o v e   t o   s e e   y o u   w o r k !   n b a   m i a m i h e a t   g o l d e n g r i z z l i e s   o a k l a n d u   p o n t i a c  
f i n a l . 
 
 m i a m i   h e a t   1 0 9 
 b r o o k l y n   n e t s   8 0   
 
 s i r i   p l a y   p e p a s   r n . 
 m i a m i h e a t   b r o o k l y n n e t s   n b a
m i a m i h e a t     1 0 9     -       n e t s     8 0     f i n a l   n b a p r e s e a s o n
j a m a l   c a i n   t o n i g h t : 
 
 1 5   p o i n t s   ( 6 - 1 0 f g ,   1 - 1   f r o m   t h r e e ) 
 1 1   r e b o u n d s 
 1   a s s i s t 
 5   s t e a l s ! !   ( t e a m   h i g h )   
 
 a n o t h e r   d i a m o n d   f o u n d   b y   t h e   m i a m i   h e a t ?   🔥 
 m i a m i h e a t   n b a  
d a r i u s   d a y s   h a s   e n t e r e d   t h e   g a m e   a n d   s c o r e s   m i a m i h e a t
n i k o l a   j o v i c   t o n i g h t : 
 
 1 0   p o i n t s   ( 4 - 7 f g ,   2 - 4   f r o m   t h r e e ) 
 3   r e b o u n d s 
 5   a s s i s t s ( m a t c h e d   t e a m   h i g h ) 
 2   s t e a l s 
 1 5   m i n u t e s   🔥 
 
 m i a m i   h e a t ' s   d r a f t   p i c k   l o o k i n g   g o o d   o u t   t h e r e   t o n i g h t   m i a m i h e a t   n b a  
d r u   s m i t h   p l a y s   n i c e l y   a s   a   b a c k u p   p g   m i a m i h e a t
n i c e   d r i v e   f r o m   j o v i c ,   e n t e r s   d o u b l e   f i g u r e   p o i n t s !   m i a m i h e a t
a n d   j o v i c   f o r   t h r e e e ! !   m i a m i h e a t
t h r e a d   b r e a k i n g   d o w n   t h e   h e a t ' s   " r u l e s "   f o r   b a m   a n d   y u r t   l i n e u p s   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
p r e t t y   d i s h   f r o m   h i g h s m i t h   t o   s t r u s   f o r   t h e   r e v e r s e   m i a m i h e a t
t h e   s t r u s   i s   l o o o o s e   m i a m i h e a t
i ’ m   l i k i n   t h i s   c a i n   g u y   w h e r e   h e   c o m e   f r o m   m i a m i h e a t
h o n e s t l y   d u n c a n   h u s t l i n g   f o r   r e b o u n d s   a n d   p u s h i n g   t h e   b a l l   i s   a   g o o d   s i g n ,   h e   c a n   d o   m o r e   t h a n   j u s t   s h o o t   m i a m i h e a t
l o l   b e n   s i m m o n s   w o u l d n t   e v e n   p o s t   u p   o v e r   l i l   k y l e   l o w r y   m i a m i h e a t   h e a t t w i t t e r
k d   8 / 1 1   f g s   1 / 3   3 p t   g o o d   f o r   2 2   p o i n t s .   s t i l l   d o w n   1 8   w i t h   a   - 1 0   p e r .   b r o o k l y n n e t s   m i a m i h e a t   n b a p r e s e a s o n
m i a m i h e a t   m u c h   t o u g h e r   m e n t a l l y   t h a n   b r o o k l y n n e t s   n b a   h e a t   n e t s   e s p n   j u s t   p r e s e a s o n   i   p r e d i c t   n e t s   m e l t d o w n   a t   s o m e   p o i n t   t h i s   s e a s o n
l i k i n g   l o w r y ' s   e n e r g y   i n   t h i s   2 n d   h a l f ,   h u s t l e   p l a y s   a r e   a l w a y s   g o o d .   m i a m i h e a t
r e f   i s   a n   l   f o r   n o t   a l l o w i n g   t h a t   b a m   s t e p   b a c k   t o   c o u n t   m i a m i h e a t
s t r u s   f o r   t h r e e e e e   f i n a l l y ! !   m i a m i h e a t
j i m m y   b u t l e r   s t a r t s   t h e   s e c o n d   h a l f   o n   t h e   b e n c h .   l o o k s   d o n e   f o r   t h e   n i g h t .   n b a p r e s e a s o n   b r o o k l y n n e t s   m i a m i h e a t
i   k n o w   i t ’ s   p r e s e a s o n   b u t   i ’ m   l i k i n g   w h a t   w e   p u t t i n g   t o g e t h e r   a g a i n s t   b r o o k l y n   m i a m i h e a t
y e s ,   i t ’ s   o n l y   t h e   p r e s e a s o n .   b u t ,   l m a o   a t   t h e   n e t s   w i t h   k d   & a m p ;   s i m m o n s   s t r u g g l i n g   a g a i n s t   t h e   h e a t ’ s   u n d r a f t e d   g u y s   m i a m i h e a t
g i v e   t h e   b a l l   t o   t h e   t r a i l e r   s m h   m i a m i h e a t
w e   n e e d   b u b b l e   m u s t a c h e   j i m m y b   h e a t n a t i o n   m i a m i h e a t
o n l y   l e b r o n , j o k i c   a n d   l u k a   i s   b e t t e r   i n   i n t e l l i g e n c e   t h a n   b e n   s i m m o n s   h i s   p a s s e s   h i s   c r e a t i v i t y   h i s   c l e v e r n e s s   i s   m a t c h   w i t h   t h e s e   3   m o s t   u n b e l i e v a b l e   m i a m i h e a t   n b a p r e s e a s o n   b r o o k l y n n e t   🎩
s i m m o n s '   m o v i n g   w e l l .   l o o k s   l i k e   h e ' s   a t   1 0 0 %   a f t e r   h i s   b a c k   s u r g e r y .   m e a n w h i l e   t h e   n e t s   c a n ' t   b u y   a   b u c k e t   d o w n   3 1 - 4 8 .   m i a m i h e a t   b r o o k l y n n e t s   n b a p r e s e a s o n
m i a m i   h i t t i n g   3 s   f r o m   d e e p .   j o v i ć   l o o k i n g     l i k e   a   g r e a t   p i c k u p .   b r o o k l y n ' s   2 n d   s t r i n g   g e t t i n g   r o l l e d   o u t   h e r e .   n b a p r e s e a s o n   b r o o k l y n n e t s   m i a m i h e a t
i ’ m   w a t c h i n g   _ b o 2 0   r i g h t   n o w   a n d   i   d o   n o t   h a t e   i t ,   i ’ m   a c t u a l l y   e n j o y i n g   i t   m i a m i h e a t
d u n c a n   r o b i n s o n   h a s   a   b a g   a l l   t h e   s u d d e n ? ? ? 🔥     m i a m i h e a t   h e a t c u l t u r e
l e t ' s   g o   h e a t ! ! ! ! ! ! ! ! 
 🔥 🏀 
 h e a t b a s k e t b a l l 
 m i a m i h e a t
t h a t   j o v i c   s t e a l   a n d   d u n k   w a s   n a s t y   m i a m i h e a t
m i a m i h e a t   p r a y e r   c i r c l e :   
 
                                       🕯             🕯 
                       🕯                                               🕯 
                                         m a x   s t r u s   
                 🕯       g e t s   h i s   s h o t         🕯   
                                                 b a c k   
                       🕯                                               🕯 
                                       🕯             🕯
🔥   1 3   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r         m i a m i h e a t  
🗣 m y   g u y   _ 7   i s   a   p r i m e   e x a m p l e   o f   1 0   t o e s   d o w n . . . .   n o   s h o r t c u t s . . .   j u s t   h a r d w o r k . . .   n e v e r   c h a n g i n g   u p . . .   a l l   i n   1 0 0 0 0 0 % . .   f o l l o w e d   t h e   s c r i p t . . . .     m i a m i h e a t   d 2 t o n b a   🙏 🏽 🎯 💪 🏾 💯 🏀 🚀 🔥  
i   t r u l y   l o a t h e     t h e   p l a y   b y   p l a y   b r o a d c a s t   a r e   l i t e r a l l y   u n w a t c h a b l e 
 
 h e y   i t   e x a c t l y   w h a t   t h e     w a n t s !   m i a m i h e a t   b r o o k l y n e t s
🏀   b a s k e t b a l l :   b r o o k l y n   n e t s   v s   m i a m i   h e a t   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 b a s k e t b a l l p r e s e a s s o n   n b a l i v e   n b a f a n s   a m e r i c a n   u s a   b r o o k l y n n e t s   m i a m i h e a t
j i m m y   b u t l e r ’ s   p l a y i n g   t o n i g h t   🔥 🔥   m i a m i h e a t
m a n ,   i   l o v e   d o r i s   b u r k e ! 
 
 a n   i n c r e d i b l e   s p o r t s   f i g u r e ,   s o   e x t r e m e l y   k n o w l e d g e a b l e   a n d   a   b r e a t h   o f   f r e s h   a i r   w h e n   s h e ’ s   o n   t e l e v i s i o n   f o r   t h e   n b a   -   .   
 
 b r o o k l y n n e t s 
 m i a m i h e a t
b u c k e t s   🤝 🏾   m i a m i h e a t  
j a k e   o n   t w i t t e r 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
a n y o n e   k n o w   w h e r e   w e   c a n   c a t c h   t h e   h e a t   g a m e   t o d a y ?   i   l i v e   i n   o r l a n d o   a n d   d o n ' t   h a v e   a c c e s s   t o   b a l l y   s p o r t s .   a n y   r e c o m m e n d a t i o n s   a r e   a p p r e c i a t e d !   h e a t n a t i o n   m i a m i h e a t
1 0   y e a r s   a g o   t o d a y ,     w a s   s p o t t e d   p a r t y i n g   w i t h   h i s   f r i e n d s   a n d   t h e   m i a m i h e a t   p l a y e r s   i n   a t l a n t a !  
n e w   l o g o   b e i n g   p l a c e d   ? 
 f t x a r e n a   m i a m i h e a t  
p r e s e a s o n   g a m e   2 !   m i a m i h e a t   v s   t h e   b r o o k l y n n e t s   t o n i g h t   a t   7 : 3 0 p m   i n   b r o o k l y n n y   o n   e s p n   a n d   b a l l y s p o r t s s u n !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
  t h e s e   w e r e   a t t r i b u t e d / n i c k n a m e d   t o   j i m m y b u t l e r   o f   t h e   m i a m i h e a t . . .
t h e   n b a   p l a n s   t o   n e g o t i a t e   n e w   t e l e v i s i o n / m e d i a   a n d   c o l l e c t i v e   b a r g a i n i n g   d e a l s   b e f o r e   s e r i o u s l y   e x a m i n i n g   t h e   a d d i n g   o f   n e w   t e a m s .   t h e   p o s s i b i l i t i e s   o f   l a s   v e g a s   a n d   s e a t t l e   a s   e x p a n s i o n   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
t h u r s d a y   1 0 / 6 :   h e a t   p r e s e a s o n ,   i n t e r   m i a m i   c l i n c h e s ,   p a n t h e r s   p r e s e a s o n ,   s o m e   n b a   n o t e s … … 
 m i a m i h e a t   i n t e r m i a m i   n b a   f l o r i d a p a n t h e r s  
w i l l   j i m m y   p l a y   t o n i g h t   . ?   m i a m i h e a t  
i   w e n t   t o   m y   f i r s t   h e a t   g a m e   y e s t e r d a y   a s   a n   i n t e r n a t i o n a l   f a n   a n d   i   w a s   b l e s s e d   t o   r e c e i v e   a u t o g r a p h s   f r o m   b a m   a n d   k y l e   l o w r y 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
g l a d   m i a m i   h e a t   b a s k e t b a l l   i s   b a c k   😎 🏀   m i a m i h e a t   h e a t n a t i o n   h e a t c u l t u r e   n b a
🏀 j a e   c r o w d e r   🏀   o m g !   n b a   n b a t r a d e d e a d l i n e   n b a t r a d e   n b a t r a d e d e a d l i n e 2 0 2 0   j a e c r o w d e r   j a e c r o w d e r t r a d e   j a e c r o w d e r m i a m i h e a t   m i a m i   h e a t   m i a m i h e a t   n b a n e w s  
p r e s e a s o n   g a m e   2 :   
 
 m i a m i   h e a t   v s   b r o o k l y n   n e t s   i n s i d e   b a r c l a y s   c e n t e r   @   7 : 3 0 p m   e s t   o n   b s s / e s p n !   
 
 w h a t   a r e   y o u   l o o k i n g   f o r   i n   t o n i g h t ’ s   g a m e ?   🤔   h e a t t w i t t e r   m i a m i h e a t
m i a m i   h e a t   r a n k e d   t o o   l o w   b y   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
u d o n i s h a s l e m   i s   t h e   f a b r i c   o f   t h e   h e a t   f r a n c h i s e   a n d   p r o b a b l y   t h e   g r e a t e s t   s i n g l e   c o n t r i b u t o r   t o   t h e   o f t - r e f e r e n c e d   h e a t   c u l t u r e .   t h o s e   w h o   s e e   h i m   d a i l y   r e c o g n i z e   h i s   c o n t r i b u t i o n   t o   w i n n i n g   i s   r e a l   . . .   n b a t w i t t e r   m i a m i h e a t  
  2 2 7 ' s   y o u t u b e   c h i l i '   m i a m i   c h i l i '   h e a t   h e a t t w i t t e r     s p i c y '     s p i c y '   n b a   m i x !   l e b r o n   b a s k e t b a l l   f y p   q u a l i t y   v i r a l   l e b r o n j a m e s   m i a m i h e a t   c a p c u t   f o r y o u p a g e    
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   t h e   h e a t !   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
h e r r o   l o o k i n g   f r e s h 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " w h y   t y l e r   h e r r o   a n d   t h e   m i a m i   h e a t   c a n   w i n   t h e   2 0 2 3   n b a   f i n a l s ! !   n b a   s e a s o n   p r e v i e w ! ! "   
 
 c r e a t o r :     b a c k y a r d   b u c k e t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h e a t   m i a m i h e a t 
 
  
p h i l a d e l p h i a   7 6 e r s   w i l l   n o t   b e a t   m i a m i   a n d   h e r e & a m p ; 3 9 ; s   w h y   |   g i l b e r t   a r e n a s   b r e a k s   d o w n   s i x e r s / h e a t 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " s h o u l d   t h e   h e a t   t a n k ?   ( s e a s o n   p r e v i e w ) "   
 
 c r e a t o r :     b a r r e t t   l o w e   s h o w 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h e a t   m i a m i h e a t 
 
  
h a s   a n y o n e   e l s e   h a d   t h i s   i s s u e   w h e n   t r y i n g   t o   s i g n   u p   f o r   l e a g u e   p a s s ?   s o r r y   i f   t h i s   i s   i n a p p r o p r i a t e   f o r   t h i s   s u b r e d d i t 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   t h e   h e a t ! 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   w h i t e h o t   h e a t n a t i o n   h e a t t w i t t e r   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
t h e   g o o n   s q u a d   r e a c t   t o   t h e   h e a t ’ s   p r e s e a s o n   l o s s   t o   t h e   m i n n e s o t a   t i m b e r w o l v e s   a n d   d i s c u s s   b a m   a d e b a y o ’ s   g a m e   a n d   t y l e r   h e r r o ’ s   e x t e n s i o n . 
 
 
 
 h e a t c u l t u r e   h e a t t w i t t e r   t i m b e r w o l v e s   m i a m i h e a t   h e a t   m i a m i f l   m i a m i   n b a p r e s e a s o n   n b a   n b a t w i t t e r     n b a o n t n t
t h e   g o o n   s q u a d   i s   l i v e !   t u n e   i n   n o w   -   
 
 b a m   t y l e r h e r r o   m i a m i h e a t   h e a t c u l t u r e   n b a p r e s e a s o n  
a n   n b a   e x e c u t i v e   s a i d   t h e   h e a t   h a v e   i n t e r e s t   i n   m o   b a m b a .   t h o u g h t s   o n   a d d i n g   h i m   a t   t h e   d e a d l i n e ? 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
[ p o s t   g a m e ]   h e a t   c o m p l e t e   f i r s t   g a m e   o f   t h e   p r e s e a s o n   |   l e t ’ s   h e a r   y o u r   r e a c t i o n s   /   o v e r r e a c t i o n s   a n d   e   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
a r e   y o u   p a s s i o n a t e   a b o u t   b a s k e t b a l l ?   a r e   y o u   a   m i a m i   h e a t   f a n ?   s o ,   y o u   c a n ' t   m i s s   t h e   u p c o m i n g   2 0 2 2 / 2 0 2 3   n b a   p r e s e a s o n   g a m e s .   t h e   m i a m i h e a t   p l a y e r s   w i l l   f a c e   7   t e a m s   i n   t h e   l e a g u e   i n   o c t o b e r .   c h e c k   t h e m   o u t   b e l o w :  
  b a s k e t b a l l !     h u g e   n b a   f a n ,   m i a m i h e a t   f o r   l i f e !   l o l
i   a s k e d   b a m   a d e b a y o   a b o u t   h i s   t h r e e   p o i n t   s h o o t i n g ,   a n d   i f   h e ’ s   m o s t   c o m f o r t a b l e   a s   t h a t   r h y t h m   p u l l - u p   t h r e a t :   “ i t   v a r i e s , ”   h e   s a i d   s a y s   h e ’ s   g o i n g   t o   t a k e   w h a t   i s   g i v e n ,   a n d   h e   c a n   u t i l i z e   b o t h   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m i a m i   h e a t & a m p ; 3 9 ; s   b e s t   o p t i o n s   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
g o t   f r e e   t i c k e t s   t o   t h e   g a m e   s o   i   c o u l d n ' t   c o m p l a i n   a b o u t   s i t t i n g   i n   t h e   n o s e   b l e e d s .   b a m   s h o t   a   f e w   t h r e e s   w h i c h   i   h o p e   c o n t i n u e s   t h r o u g h o u t   t h e   s e a s o n .   m i a m i h e a t  
j i m m y   m e m e   m a t e r i a l 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m y   m a n   t o o k   m e   t o   m y   1 s t   n b a   g a m e   l a s t   n i g h t ❤ ️ ‍ 🔥 ❤ ️ ‍ 🔥 ❤ ️ ‍ 🔥   h e ’ s   t h e   b e s t   e v e r 🫶 🏻 🫶 🏻 🫶 🏻   m i a m i h e a t   n b a p r e s e a s o n
i ’ l l   n e v e r   f o r g e t   t h i s   m o m e n t       t h a n k   y o u   s o   m u c h   f o r   m a k i n g   t h i s   d r e a m   c o m e   t r u e   🏀 ⛹ 🏽 ‍ ♂ ️ ♥ ️ 🙏 🏽 💯 
 b l e s s i n g s   s e e s a n a v i   h e a t v s k n i c k s   t h e h e a t   m i a m i h e a t   n a t i o n a l a n t h e m  
j i m m y   b u t l e r   n e w   h a i r s t y l e   👀   j i m m y b u t l e r   m i a m i h e a t   n b a  
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   1 ⃣ 4 ⃣  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   -   f u l l   g a m e   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a h i g h l i g h t s   h e a t v s t i m b e r w o l v e s   h e a t v s t i m b e r w o l v e s f u l l g a m e h i g h l i g h t s   h e a t v s t i m b e r w o l v e s h i g h l i g h t s   h e a t v s t i m b e r w o l v e s l i v e   m i a m i h e a t  
🔥   1 4   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r         m i a m i h e a t  
b i g   d e a l . . !   m i a m i h e a t 

m y   d u d e ! ! !   a n o t h e r   a u t o m a t i c   “ a ”   i n   p e ! ! !   m i a m i h e a t   🔥 h e a t n a t i o n  
[ p o s t   g a m e ]   h e a t   c o m p l e t e   f i r s t   g a m e   o f   t h e   p r e s e a s o n   |   l e t ’ s   h e a r   y o u r   r e a c t i o n s   /   o v e r r e a c t i o n s   a n d   e v e r y t h i n g   i n - b e t w e e n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
i   g u e s s   t h e   s e a s o n   s t a r t s   t o n i g h t !   l e t ’ s   g o   h e a t ! ! ! ! ! ! ! ! !   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
2   y e a r s   a g o   t o d a y .   n o w   h e   g o t   t h e   b a g .   n e x t   l e t ' s   w i n   t h e   c h i p .   🏆 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
g r e a t   g a m e   f r o m   “ t h e   f u t u r e ”   m i a m i h e a t  
m i a m i   h e a t   q 1   h i g h l i g h t s   v s   t i m b e r w o l v e s   🔥   |   o c t o b e r   4 t h   2 0 2 2   |   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   r o o k i e   n i k o l a   j o v i c   n b a   p r e s e a s o n   d e b u t 
 
 5   p o i n t s 
 2 / 3   f g 
 6   m i n u t e s 
 
 m i a m i h e a t   h e a t c u l t u r e   n i k o l a j o v i c  
n o t   b a d   ♥ ️ 👏 🏾 👏 🏾   m i a m i h e a t  
a l o n z o   m o u r n i n g   1 9 9 8 - 9 9   f l e e r   u l t r a   4   m i a m i h e a t   h e a t   
 
 $ 1 . 5 0   e a c h   o r   $ 2   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
l e a v i n g   t h e   a r e n a   n o w   a n d   a l l   i   c a n   s a y   i s   t r a d e   d u n c a n   r o b i n s o n   a s a p ! ! !   m i a m i h e a t
b a m   💥   b a m   💪 🏾   t h a t ’ s   g r o w t h   m i a m i h e a t  
i t ’ s   a   p r e   s e a s o n   g a m e   l o l   “ n e v e r ”   i s   e x t r e m e   🤓 😆   m i a m i h e a t  
t i m   h a r d   a w a y   2   c a r d   l o t   h e a t   g o l d e n s t a t e w a r r i o r s   m i a m i h e a t   w a r r i o r s   
 
 $ 1 . 5 0   e a c h   o r   $ 2   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
r o b i n s o n   i s   🚮   m i a m i h e a t
b a m   h i t t i n g   3 ' s   n o w   🔥 🔥 🔥 
 m i a m i h e a t
j i m m y b u t l e r   k e e p s   v i s i t i n g   d o c s   b a r b e r   s h o p   m i a m i h e a t
t h o s e   m i a m i h e a t   d a n c e r s !   b o y - o - b o y !   🔥  
j i m m y b u t l e r   l e f t   h i s   h a i r   e x t e n s i o n s   a t   h o m e   t o n i g h t   n b a t w i t t e r   m i a m i h e a t   🤷 🏾 ‍ ♂ ️
a n   u g l y   f u c k i n g   f i r s t   h a l f   e v e n   f o r   t h e   p r e s e a s o n   m i a m i h e a t
p a i n   s o   m u c h   p a i n   m i a m i h e a t
i   g u e s s   t h e   s e a s o n   s t a r t s   t o n i g h t !   l e t ’ s   g o   h e a t ! ! ! ! ! ! ! ! ! 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
f o o t a g e   o f   d u n c a n   r o b i n s o n   t r y i n g   t o   g e t   i n   t h e   p a i n t   h e a t t w i t t e r   h e a t c u l t u r e   m i a m i h e a t  
l m a o   m i n n e s o t a   i s   r e a l l y   o u t   h e r e   d o u b l e   t e a m i n g   i n   t h e   p r e s e a s o n   n b a   m i a m i h e a t   h e a t t w i t t e r
m i a m i   h e a t   b a s k e t b a l l   i s   b a c k   t o n i g h t   ( k i n d   o f ) !   ❤ ️ 🔥   i ’ v e   m i s s e d   y o u !   m i a m i h e a t  
t h e   h e a t   i s   o n   m f e r s   m i a m i h e a t   p r e s e a s o n b u t i d o n t c a r e   l o l  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   l i v e   s t r e a m   -   n b a   ( b a s k e t b a l l ) 
 
 w a t c h   m i a m i   h e a t   l i v e   s t r e a m   a g a i n s t   m i n n e s o t a   t i m b e r w o l v e s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 m i a m i h e a t   m i n n e s o t a t i m b e r w o l v e s   n b a  
u s i n g   t h e     a p p   h a s   t o   b e   t h e   b i g g e s t   p a i n   i n   t h e   a s s ! !   m i a m i h e a t
🚨 f r e e p l a y   f o r   e v e r y o n e 🚨 
 
 n b a :   p r e s e a s o n   🏀   
 
 🏀 t i m b e r w o l v e s   + 7 . 5   - 1 4 0   ( 1   u n i t ) 
 b u y   a   p o i n t 
 
 l e t ’ s   c a s h   💰   
 
 g a m b l i n g t w i t t e r   m i a m i h e a t  
i   k n o w   i t ' s   o n l y   p r e s e a s o n   b u t   i m   e x c i t e d     m i a m i h e a t   b a s k e t b a l l   i s   b a c k   t o n i g h t !   1 s t   p r e s e a s o n   g a m e !   m i a m i h e a t   v s   t h e   m i n n e s o t a t i m b e r w o l v e s   t o i g h t   a t   7 : 3 0 p m   i n   m i a m i   a t   t h e   f t x a r e n a   o n   b a l l y s p o r t s s u n !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
🏀 🏀 n b a   p r e   s e a s o n   a d d   o n   🏀 🏀 
 
 u n d e r   2 1 3   m i a m i   h e a t   / /   1   u n i t     
 f r e e p l a y s   f r e e p i c k s   n b a 2 k   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a   b a s k e t b a l l   n b a p i c k s   s p o r t s g a m b l i n g   s p o r t s b e t t i n g p i c k s   s p o r t s b i z   s p o r t s   m o n e y   b o u n c e b a c k   b e t t i n g t w i t t e r   m i a m i h e a t   m i a m i  
b a m   a d e b a y o   o n   t y l e r   h e r r o ’ s   e x t e n s i o n :   “ i t ’ s   g o o d   t o   h a v e   h i m   a r o u n d   f o r   5   m o r e   y e a r s . ” 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m i a m i h e a t   m i n n e s o t a t i m b e r w o l v e s   b a s k e t b a l l   n b a 2 k 2 3   j i m m y b u t l e r   n b a   u d o n i s h a s l e m   n b a j a p a n g a m e s   k y l e l o w r y   n b a 2 k   
 l i v e   w a t c h   m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   l i v e s t r e a m   
                                               🇺 🇸 l i n k 🏀 🗑 ️ 
                                                             ⬇ ️ 
 
   ✅
🧢 🏀   o t h e r   h a t   f r o m   m y   c o l l e c t i o n :   m i a m i   h e a t 
 - 
 b l o g   b l o g g e r   h a t   n b a   m i a m i   m i a m i h e a t   n b a   m a s s i m o l a n d i   c o l l e c t i o n   h e a t  
e r i k   s p o e l s t r a   o n   t o n i g h t & a m p ; 3 9 ; s   s c r i m m a g e   & a m p ;   t y l e r   h e r r o & a m p ; 3 9 ; s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   e r i k s p o e l s t r a t y l e r h e r r o   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n  
🔥   n b a   p r e s e a s o n   d a y !   
 🔥   1 5   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r       m i a m i h e a t  
e r i k s p o e l s t r a   o f   t h e   m i a m i h e a t   w a s   o v e r w h e l m i n g l y   s e l e c t e d   a s   t h e   n b a ' s   b e s t   h e a d   c o a c h   i n   a n   a n n u a l   s u r v e y   o f   t h e   l e a g u e ' s   g e n e r a l   m a n a g e r s .   n b a t w i t t e r 

t y l e r   h e r r o   o n   e x t e n s i o n :   “ i t   w a s   a   n u m b e r   i   c o u l d n ’ t   p a s s   u p .   i t   w a s n ’ t   w o r t h   g o i n g   i n t o   r e s t r i c t e d   f r e e   a g e n c y . ”   “ t h i s   i s   w h e r e   i   w a n n a   b e   s o   i t   m a k e s   s e n s e . ”   - s a i d   h e ’ s   c o m f o r t a b l e   w i t h   s t a r t e   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
  w h e r e   i s   t h i s   h a t   i   h a v e   r e g r e t t e d   n o t   b u y i n g   i t   e v e r y d a y   o f   m y   l i f e   a n d   n o w   i t ’ s   n o t   e v e n   f o r   r e s a l e   a n y w h e r e .   w h e r e   i n   t h e   p l a n e t   e a r t h   c a n   i   g e t   t h i s   h a t ? !   h e a t c u l t u r e   m i a m i h e a t   c o u r t c u l t u r e   m i a m i h e a t s t o r e   h e l p m e   w h e r e i s t h i s   n b a   n b a s t o r e  
a   p l a y e r   l i k e   d e r r i c k   r o s e   s h o u l d ’ v e   b e e n   i n   a     u n i f o r m ;   s u r r o u n d e d   b y   g r e a t   c o a c h e s .   c a n ’ t   e v e n   i m a g i n e   w h a t   t h a t   w o u l d ’ v e   b e e n   l i k e .   t h o s e   h e a t   t r a i n e r s   w o u l d ’ v e   r e j u v e n a t e d   t h o s e   k n e e s   f o r   a n   a d d i t i o n a l   5 y r s .   y o u   c a n   a s k   e v e r y   v e t   t h a t ’ s   p l a y e d   f o r   m i a m i h e a t .
a l r i g h t   🖤 🙌 🏾 🪄   t h a t   s h o u l d   b e   a   g o o d   o n e !   m i a m i h e a t  
  _ o f f i c i a l   a l l   i s   r i g h t   i n   m y   🌎 ! 
 
 m i a m i h e a t 🔥  
d o   w e   f e e l   y u r t   w i l l   e v e r   s e e   t h e   c o u r t   w h e n   t h e   g a m e s   s t a r t   t o   c o u n t . . ?     m i a m i h e a t  
h e r r o   t o   b a m 💥 m i a m i h e a t  
m y   2 k   j o u r n e y   w i t h   t h e   m i a m i h e a t   s t a r t s   t o n i g h t ! ! ! !   p r e s e a s o n   s c h e d u l e   o u t   n o w ! !   o v e r w a t c h 2   d r o p s   t o d a y   a s   w e l l   s o   i   w i l l   b e   g e t t i n g   d o w n   o n   t h a t   a l l   p r e s e a s o n !   l f g   d u b c l u b   🔥 🔥 🔥 🔥  
t y l e r   h e r r o   o n   h i s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n   t y l e r h e r o   t y l e r h e r r o   t y l e r h e r r o c o n t r a c t e x t e n s i o n   t y l e r h e r r o e x t e n s i o n  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
d r u   s m i t h   n b a   h i g h l i g h t s   h e a t   v s   r o c k e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d r u s m i t h   d r u   s m i t h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
j a m a l   c a i n   n b a   h i g h l i g h t s   h e a t   v s   r o c k e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m a l c a i n   j a m a l   c a i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
d u n c a n   r o b i n s o n   n b a   h i g h l i g h t s   h e a t   v s   r o c k e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d u n c a n r o b i n s o n   d u n c a n   r o b i n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
[ p o s t   g a m e ]   h e a t   d e f e a t   r o c k e t s   i n   p r e s e a s o n   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
🇺 🇸 | n e w   m i a m i   n o i r   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j i m m y   b u t l e r   2 2 
 a u   p r i x   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 b u t l e r  
m a x   s t r u s   n b a   h i g h l i g h t s   h e a t   v s   r o c k e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a x s t r u s   m a x   s t r u s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
n i k o l a   j o v i c   n b a   h i g h l i g h t s   h e a t   v s   r o c k e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i k o l a j o v i c   n i k o l a   j o v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
m i a m i   h e a t   s n i p e r s ,   r o b i n s o n   a n d   s t r u s ,   l e a d   o v e r   h o u s t o n ,   1 1 8 - 1 1 0 
 
 
 
 n b a   m i a m i   h e a t t w i t t e r   h e a t n a t i o n   f e a r t h e d e e r   m f f l   s u n s   b u c k s   j a z z   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
h o u s t o n   r o c k e t s   v s   m i a m i   h e a t   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   m i a m i   h e a t   n b a   v i d e o :  
t a r i   e a s o n   h i g h l i g h t s   -   h e a t   v s .   r o c k e t s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   t a r i   e a s o n   m i a   h o u   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   h o u s t o n   r o c k e t s
k e v i n   p o r t e r   j r .   h i g h l i g h t s   -   h e a t   v s .   r o c k e t s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   k e v i n   p o r t e r j r .   m i a   h o u   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   h o u s t o n   r o c k e t s
j a l e n   g r e e n   h i g h l i g h t s   -   h e a t   v s .   r o c k e t s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   j a l e n   g r e e n   m i a   h o u   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   h o u s t o n   r o c k e t s
n i k o l a   j o v i c   h i g h l i g h t s   -   h e a t   v s .   r o c k e t s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   n i k o l a   j o v i c   m i a   h o u   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   h o u s t o n   r o c k e t s
  j a l e n   g r e e n   -   2 5   p t s ,   4   r e b ,   5   a s t ,   1   s t l ,   5   t h r e e s   f u l l   h i g h l i g h t s | h o u s t o n   r o c k e t s   v s   m i a m i   h e a t | 2 0 2 2 . 1 0 . 1 0 
 
 p h i l i p p i n e s   j a l e n g r e e n   n b a   h o u s t o n   r o c k e t s ​   b a s k e t b a l l   m i a m i   h e a t   

j a l e n   g r e e n   s c o r e s   2 5   p t s   v s .   m i a m i   h e a t   i n   t h e   p r e s e a s o n     |   n b a   o n   e s p n   m i a m i   h e a t   n b a   v i d e o :  
m a x   s t r u s   h i g h l i g h t s   -   h e a t   v s .   r o c k e t s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   m a x   s t r u s   m i a   h o u   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   h o u s t o n   r o c k e t s
j a m a l   c a i n   w i t h   t h e   m o n s t e r   a l l e y o o p   s l a m   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a m a l   c a i n   a l l e y o o p   d u n k   m i a   m i a m i   h e a t   h o u   h o u s t o n   r o c k e t s
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
h o u s t o n   h u s t l i n g   o n   d e f e n c e   🚀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   h o u   h o u s t o n   r o c k e t s   m i a   m i a m i   h e a t
k e v i n   p o r t e r   j r .   t h r o w i n g   i t   d o w n   💥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   k e v i n   p o r t e r   j r   k p j   h o u   h o u s t o n   r o c k e t s   m i a   m i a m i   h e a t
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
j a l e n   g r e e n   d o i n g   o l a d i p o   d i r t y   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a l e n   g r e e n   v i c t o r   o l a d i p o   h o u   h o u s t o n   r o c k e t s   m i a   m i a m i   h e a t
d e w a y n e   d e d m o n   w i t h   t h e   p u t b a c k   s l a m ! 
 h e a t n a t i o n   n b a   n b a t w i t t e r   n b a p r e s e a s o n   m i a m i   h e a t c u l t u r e   h e a t   p h i v s m i a   
  
✳ ️     
 … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
🏆   n b a 
 
 🏀   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 m i a m i   h o u s t o n r o c k e t s   n b a  
🏆   n b a 
 
 🏀   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 n b a ~ ~ s t r e a m s 
 n b a   2 0 2 2   l i v e 
 n b a   s t r e a m i n g   f r e e 
 m i a m i   h o u s t o n r o c k e t s   n b a  
🏆   n b a 
 
 🏀   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 m i a m i   h o u s t o n r o c k e t s   n b a  
🏆   n b a 
 
 🏀   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 m i a m i   h o u s t o n r o c k e t s   n b a  
🏆   n b a 
 
 🏀   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 m i a m i   h o u s t o n r o c k e t s   n b a  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
r o c k e t s   @   h e a t   f r e e   n b a   p r e s e a s o n   b e t t i n g   p i c k   f o r   t o n i g h t .     h o u s t o n   t r a v e l s   f r o m   t h e   s u n s h i n e s t a t e   t o   t a k e   o n   j i m m y b u t l e r   a n d   c r e w   i n   m i a m i   f o r   a   p r e s e a s o n   m a t c h u p .   j a l e n g r e e n   k y l e l o w r y   f t x a r e n a   g a m b l i n g t w i t t e r   s p o r t s h a n d i c a p p e r   b e t t i n g t i p s
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
i n f l u e n c e r   m a r k e t i n g   c o o r d i n a t o r   a t       m i a m i   j o b s   s p o r t s   i n d u s t r y   c a r e e r s   d i v e r s i t y   f l o r i d a 
  
h e a d g e a r   c o l l e c t i o n   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
j a m a l   c a i n   i n t e r v i e w   o n   s i g n i n g   a   t w o ‑ w a y   c o n t r a c t :   " e x t r e m e l y   h a p p y   & a m p ;   e x c i t e d   t o   g e t   t o   w o r k "   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   w h i t e h o t   h e a t n a t i o n   h e a t t w i t t e r   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
h a y w o o d   h i g h s m i t h   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 h a y w o o d h i g h s m i t h   h a y w o o d   h i g h s m i t h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
[ w o j n a r o w s k i ]   t h e   m i a m i   h e a t   a r e   c o n v e r t i n g   u n d r a f t e d   r o o k i e   f o r w a r d   j a m a l   c a i n   t o   a   t w o - w a y   c o n t r a c t .   c a i n ’ s   a v e r a g e d   1 7   p o i n t s   a n d   8 . 5   r e b o u n d s   i n   h e a t ’ s   p a s t   t w o   p r e s e a s o n   g a m e s .   🏀 

o r l a n d o   r o b i n s o n   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o r l a n d o r o b i n s o n   o r l a n d o   r o b i n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
t h e     h a d   a   p r e t t y   q u i e t   o f f s e a s o n ,   b u t   a f t e r   b e i n g   o n e   s h o t   a w a y   f r o m   t h e   n b a f i n a l s ,   w h a t   c a n   t h e y   d o   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 m i a m i h e a t   m i a m i   n b a t w i t t e r   n b a   j i m m y b u t l e r   t y l e r h e r r o   b a m a d e b a y o   h e a t   s o u t h b e a c h  
g a b e   v i n c e n t   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g a b e v i n c e n t   g a b e   v i n c e n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
s h o u l d   m i a m i   h e a t   ' s t r i k e   i f   i r o n   g e t s   h o t '   w i t h   d u n c a n   r o b i n s o n ? 
 
 
 
 n b a   m i a m i   h e a t n a t i o n   h e a t t w i t t e r   t r u e t o a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   7 6 e r s   n e t s
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
h i s t o r i c a l l y ,   m i a m i   i s   d o n e   w i t h   1 0 5 ° f +   h e a t   i n d i c e s   f o r   t h e   y e a r ,   s o   h e r e ' s   w h e r e   2 0 2 2   s t a c k s   u p .     i t   i s   t i e d   f o r   s e c o n d   p l a c e   ( w i t h   2 0 2 0 )   f o r   t h e   m o s t   n u m b e r   o f   h o u r s   s p e n t   a b o v e   t h a t   t h r e s h o l d :   2 2 . 
 2 0 1 7   i s   s t i l l   i n   f i r s t   p l a c e   w i t h   2 6   h o u r s .   [ 1 / 2 ]  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
c o u p ' s   n o t e b o o k   v o l .   2 7 :   w h a t   a   d i f f e r e n t   b a m   r e a l l y   m e a n s ,   j a m a l   c a i n ’ s   i n s t i n c t s ,   d r i v i n g   d u n c a n   a   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
h e a t   w a v e   🌊   s t i l l   a v a i l a b l e   f l o r i d a   m i a m i   o r l a n d o   u s a   n e w y o r k   c a l i f o r n i a   t a m p a   t e x a s   l o v e   s o u t h f l o r i d a   m i a m i b e a c h   t r a v e l   f l o r i d a l i f e   p h o t o g r a p h y   b e a c h   a t l a n t a   n a t u r e   r e a l e s t a t e   i n s t a g o o d   m u s i c   l o s a n g e l e s   j a c k s o n v i l l e   c h i c a g o   c a n a d a   f o r t l a u d e r d a l e  
i n s t a l l a t i o n   o f   n e w   r o o f t o p   f t x   l o g o ,   r e p l a c i n g   t h e   a a a   a i r p l a n e   i s   u n d e r w a y   a t   f t x   a r e n a   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   c a n   b e   g u i d i n g   l i g h t   f o r   w a r r i o r s   i n   t h e   f a c e   o f   a d v e r s i t y 
 
 
 
 n b a   m i a m i   h e a t n a t i o n   h e a t t w i t t e r   n e w y o r k f o r e v e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i   b u l l s
k y l e   l o w r y   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y l e l o w r y   k y l e   l o w r y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
d r u   s m i t h   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d r u s m i t h   d r u   s m i t h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
d u n c a n   r o b i n s o n   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d u n c a n r o b i n s o n   d u n c a n   r o b i n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
2   o f   t h e   b i g g e s t   n o n   h e a t   l e g e n d s   i n   r e c e n t   m e m o r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
j a m a r e e   b o u y e a   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m a r e e b o u y e a   j a m a r e e   b o u y e a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
j a m a l   c a i n   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m a l c a i n   j a m a l   c a i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
n i k o l a   j o v i c   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i k o l a j o v i c   n i k o l a   j o v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
[ p o s t   g a m e ]   h e a t   p r e s e a s o n   s q u a d   d e f e a t s   m e m p h i s   s t a r t e r s   |   d u n c a n   r o b i n s o n   2 9   p t s ,   c a i n   1 9   p t s   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
n o   p h o t o = c e n s o r e d   b y   
 a c t o r c o n   
 i m o   ( e n t i t l e d   b y   l a w )   g o o g l e   l i e s ! 
 
 d w y a n e w a d e   g e o r g e f l o y d   
 c r o o k e d   c o p s   a g e n d a   g o e s   m u c h   d e e p e r ! 
 t e l l   f a v o r i t e   a u d i t o r   2   e x p o s e   t h i s   c o r r u p t i o n - s i n c e r e   a u d i t o r s   w a n t   t r u t h ! 
 m i a m i   h e a t   r a c i s m   n e w s   w t h   n b a   s p o r t s  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
n i k o l a   j o v i c   l o o k i n g   s o l i d   t o n i g h t   a g a i n s t   t h e   n e t s   👀   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
m i a m i   h e a t :   j a m a l   c a i n   m a k i n g   i t   i n t e r e s t i n g   o n   t h e   d e v e l o p m e n t a l   f r o n t 
 
 
 
 n b a   m i a m i   h e a t t w i t t e r   h e a t n a t i o n   h e a t   n b a t w i t t e r   n b a p r e s e a s o n   n b a i n a b u d h a b i   n b a j a p a n g a m e s 2 0 2 2   n b a l e a g u e p a s s   l a k e s h o w   m f f l   g o s p u r s g o   a l l f l y   r a p t o r s   r o c k e t s   s u n s   j a z z
m i a m i   h e a t   v s   m e m p h i s   g r i z z l i e s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   m i a m i   h e a t   n b a   v i d e o :  
m e e t   t h e   h e a t   r o o k i e   w h o   l o o k s   l i k e   a   h i g h   s c h o o l e r   - -   a n d   t e c h n i c a l l y   s t i l l   i s   o n e   m i a m i   h e a t   n b a  
j a m a l   c a i n   h i g h l i g h t s   -   g r i z z l i e s   v s .   h e a t   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j a m a l   c a i n   m e m   m i a   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m e m p h i s   g r i z z l i e s   m i a m i   h e a t
m i a m i   u n k n o w n s   v a   m e m p h i s   g r i z z l i e s .   
 t h e   u n k n o w n s   w i n s . .   
 m i a m i h e a t   h e a t   m i a m i   h e a t c u l t u r e  
d u n c a n   r o b i n s o n   h i g h l i g h t s   -   g r i z z l i e s   v s .   h e a t   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   d u n c a n   r o b i n s o n   m e m   m i a   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m e m p h i s   g r i z z l i e s   m i a m i   h e a t
h o w   d o   y o u   m i s s   a   d u n k   t h a t   b a d l y ?   🤣 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a m a l   c a i n   m i a   m i a m i   h e a t   m e m   m e m p h i s   g r i z z l i e s
w a i t   d i d n ’ t   k n o w   w e   d i d   n b a   🏀   🤷 ‍ ♂ ️   t r u e   🐐   _ b e t s     
 
 g a m b l i n g t w i t t e r   n b a   m i a m i   o r l a n d o m a g i c   h e a t     
 
   p r o m o   “ h a b i b i b e t s ”   f o r   2   w e e k s   f r e e   f i r s t   1 0   m e m b e r s   🚨  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
a   l o t   o f   $   o n   t h e   m i a m i   h e a t   v s   m e m   -   b u t   3   %   o n   t h e   - 7 . 5   o p e n i n g   w h i c h   i s   n o w   - 9 . 5   ?   s h e s h h h h h   
 
 i   l e a n   o v e r   2 1 0   n o w   i t ’ s   2 0 9 . 5   t h i s   i s   g o n n a   b e   a   s h a r p   t o t a l   -   i   w i s h   i   w a s   t r a c k i n g   p r e s e a s o n   -   i   g o t   m y   s h e e t s   r e a d y   f o r   t h e   r e g   s e a s o n .
5 0 %   o f f !   g e t   y o u r   m a s s a g e r s   f o r   n e c k   a n d   b a c k   w i t h   h e a t   n o w !   ▶ ▶   ◀ ◀   p o s i t i v e m i n d   n a t u r e   s u p l e m e n t 
 h e a l t h y f o o d   d u a l i p a   a m a z o n f i n d s   t i k t o k m a d e m e b u y i t   a m e r i c a   u s a   c a n a d a   l o s a n g e l e s   n e w y o r k   m i a m i   c a l i f o r n i a   f l o r i d a 2 0 2 2 - 1 0 - 0 7 t 2 3 : 0 0 : 1 2 . 4 6 6 0 3 4 1 z
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
🇺 🇸 | n e w   m i a m i   c i t y   e d i t i o n   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   b u t l e r   2 ⃣ 2 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 1 € 
 🛒 
 
 n b a  
n b a   b a s k e t b a l l   m i a m i   h e a t   t y l e r   h e r r o   r o o k i e   c a r d   2 0 2 0   p a n i n i   m i n t   -   c l i c k   h e r e   
 
 m i a m i   b a s k e t b a l l   n b a   s p o r t s     h e r r o  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
2 0 2 1   f i b a   u n d e r   1 9   w o r l d   c u p   a l l   t o u r n a m e n t   t e a m : 
 
 n i k o l a   j o v i c :   1 8 . 1   p p g   8 . 3   r e b 
 v i c t o r   w e m b a n y a m a :   1 3 . 1   p p g 
 c h e t   h o l m g r e n :   1 1 . 3   p p g 
 j a d e n   i v e y :   1 1 . 9   p p g 
 
 j o v i c   i s   s p e c i a l ,   m i a m i   h e a t   h a v e   a   s t u d   o n   t h e i r   t e a m .   m i a m i   h e a t   j o v i c   n b a   w e m b a n y a m a   h o l m g r e n   j a d e n i v e y   _ 5  
[ p o s t   g a m e ]   h e a t   b l o w   o u t   n e t s   a n d   c o m p l e t e   t h e   s e c o n d   p r e s e a s o n   g a m e   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n   m i a m i   h e a t   n b a   v i d e o :  
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
m a x   s t r u s   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a x s t r u s   m a x   s t r u s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
w h a t   4 2 - y e a r - o l d   u d o n i s   h a s l e m   m e a n s   t o   t h e   h e a t :   t h i s   i s   n o t   a   ' c h a r i t y   c a s e '   m i a m i   h e a t   n b a  
j a m a l   c a i n   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m a l c a i n   j a m a l   c a i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
m i a m i   h e a t :   w h y   t h i s   i s   t h e   p r i m e   o f   j i m m y   b u t l e r ' s   c a r e e r 
 
 
 
 n b a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l     n e t s   b u c k s   j a z z   w a r r i o r s   a l l f l y
t h r e a d   b r e a k i n g   d o w n   t h e   h e a t ' s   " r u l e s "   f o r   b a m   a n d   y u r t   l i n e u p s   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
j a m a l   c a i n   w i t h   1 2   p o i n t s   a n d   5   r e b o u n d s   a t   h a l f t i m e   a g a i n s t   t h e   n e t s .   h i s   e n e r g y   w a s   g r e a t   a n d   h e   m e s h e d   w e l l   p l a y i n g   w i t h   t h e   h e a t   s t a r t e r s .   p r e t t y   c o o l   t o   s e e   h i s   s u c c e s s   a f t e r   s e e i n g   h i m   i n   p e r s o n   6   m o n t h s   a g o .   n b a   m i a m i   n b a p r e s e a s o n  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   g o d  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
🏀 j a e   c r o w d e r   🏀   o m g !   n b a   n b a t r a d e d e a d l i n e   n b a t r a d e   n b a t r a d e d e a d l i n e 2 0 2 0   j a e c r o w d e r   j a e c r o w d e r t r a d e   j a e c r o w d e r m i a m i h e a t   m i a m i   h e a t   m i a m i h e a t   n b a n e w s  
m i a m i   h e a t   r a n k e d   t o o   l o w   b y   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
⚽ | n e w   m i a m i   n o i r   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   b u t l e r   2 ⃣ 2 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 1 € 
 ➡ 
 
 b u t l e r  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   t h e   h e a t !   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
h e a t ’ s   p a t   r i l e y   o p e n s   u p   o n   h i s   r e s p e c t   f o r   d o n   s h u l a :   ‘ h e   w a s   j u s t   a n   i n s p i r a t i o n   t o   m e ’   m i a m i d o l p h i n s   d o l p h i n s   m i a m i   f i n s u p   y a h o o  
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   w h i t e h o t   h e a t n a t i o n   h e a t t w i t t e r   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
h e a t ’ s   p a t   r i l e y   o p e n s   u p   o n   h i s   r e s p e c t   f o r   d o n   s h u l a :   ‘ h e   w a s   j u s t   a n   i n s p i r a t i o n   t o   m e ’   m i a m i d o l p h i n s   d o l p h i n s   m i a m i   f i n s u p   y a h o o  
m i a m i   h e a t   r o u n d t a b l e :   u n h e r a l d e d   g u y   t o   b e   m o s t   e x c i t e d   a b o u t 
 
 
 
 n b a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   m f f l   m a v e r i c k s   d u b n a t i o n   l a k e s h o w   b e t h e f i g h t   h e r e t h e y c o m e   m f f l   w e t h e n o r t h   b l e e d g r e e n   a l l f l y   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
t h e   g o o n   s q u a d   r e a c t   t o   t h e   h e a t ’ s   p r e s e a s o n   l o s s   t o   t h e   m i n n e s o t a   t i m b e r w o l v e s   a n d   d i s c u s s   b a m   a d e b a y o ’ s   g a m e   a n d   t y l e r   h e r r o ’ s   e x t e n s i o n . 
 
 
 
 h e a t c u l t u r e   h e a t t w i t t e r   t i m b e r w o l v e s   m i a m i h e a t   h e a t   m i a m i f l   m i a m i   n b a p r e s e a s o n   n b a   n b a t w i t t e r     n b a o n t n t
[ p o s t   g a m e ]   h e a t   c o m p l e t e   f i r s t   g a m e   o f   t h e   p r e s e a s o n   |   l e t ’ s   h e a r   y o u r   r e a c t i o n s   /   o v e r r e a c t i o n s   a n d   e   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
✳ ️     
 … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
m i a m i   h e a t & a m p ; 3 9 ; s   b e s t   o p t i o n s   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
w i n d o w   t i n t i n g ☀ ️ 🔥 🥊   p r i v a c y !   c o m f o r t !   s t y l e !   p r o t e c t i o n !   b e a t   t h e   h e a t !   _ w i n d o w t i n t i n g   p r o f e s s i o n a l   s e r v i c e   1   m i a m i   ⭐ ️ ⭐ ️ ⭐ ️ ⭐ ️ ⭐ ️ 🥇   m i a m i   c a r   g o o g l e   w i n d o w t i n t   t i n t   l u x u r y   a u t o s a l e   r e n t a l c a r   a u t o   p a p e l a h u m a d o   w i n d o w f i l m   p p f   d e a l e r   3 0 5   3 m   c u t m a c h i n e  
i s   n o .   4   m i c h i g a n   a   l e g i t   c o l l e g e   f o o t b a l l   p l a y o f f   c o n t e n d e r ?   |   g e t   u p   m i a m i   h e a t   n b a   v i d e o :  
o m e r   y u r t s e v e n   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o m e r y u r t s e v e n   o m e r   y u r t s e v e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
c a l e b   m a r t i n   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a l e b m a r t i n   c a l e b   m a r t i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
i   g u e s s   t h e   s e a s o n   s t a r t s   t o n i g h t !   l e t ’ s   g o   h e a t ! ! ! ! ! ! ! ! !   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
⚽ | n o u v e a u   m i a m i   b l a c k   2 0 2 2   j i m m y   b u t l e r   2 2 
 a u   p r i x   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a  
✳ ️     
 … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥 
 … … … … … … … … … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h  
t y l e r   h e r r o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y l e r h e r r o   t y l e r   h e r r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
m i n n e s o t a   t i m b e r w o l v e s   v s   m i a m i   h e a t   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n   m i a m i   h e a t   n b a   v i d e o :  
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
a n t h o n y   e d w a r d s   h i g h l i g h t s   -   h e a t   v s .   t i m b e r w o l v e s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   a n t h o n y   e d w a r d s   m i a   m i n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   m i n n e s o t a   t i m b e r w o l v e s
t y l e r   h e r r o   h i g h l i g h t s   -   h e a t   v s .   t i m b e r w o l v e s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   t y l e r   h e r r o   m i a   m i n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   m i n n e s o t a   t i m b e r w o l v e s
b a m   a d e b a y o   h i g h l i g h t s   -   h e a t   v s .   t i m b e r w o l v e s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   b a m   a d e b a y o   m i a   m i n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   m i n n e s o t a   t i m b e r w o l v e s
m i a m i   s p o r t s   p o d :   t u a ' s   i n j u r y ,   t y l e r ' s   e x t e n s i o n   a n d   h e a t   t r a i n i n g   c a m p   m i a m i d o l p h i n s   d o l p h i n s   m i a m i   f i n s u p   y a h o o  
✳ ️     
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
m i a m i   h e a t :   b i g g e s t   q u e s t i o n   f o r   t y l e r   h e r r o   e n t e r i n g   2 0 2 2 - 2 3   s e a s o n 
 
 
 
 n b a   m i a m i   h e a t t w i t t e r   h e a t n a t i o n   d u b n a t i o n   l a k e s h o w   l a k e r s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a p r e s e a s o n   n b a t w i t t e r   w e a r e t h e v a l l e y   b l e e d g r e e n   r a i s e d b y w o l v e s   m f f l   a l l f l y
✳ ️     
 … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
i   k n o w   i t ' s   o n l y   p r e s e a s o n   b u t   i m   e x c i t e d     m i a m i h e a t   b a s k e t b a l l   i s   b a c k   t o n i g h t !   1 s t   p r e s e a s o n   g a m e !   m i a m i h e a t   v s   t h e   m i n n e s o t a t i m b e r w o l v e s   t o i g h t   a t   7 : 3 0 p m   i n   m i a m i   a t   t h e   f t x a r e n a   o n   b a l l y s p o r t s s u n !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
🏀 🏀 n b a   p r e   s e a s o n   a d d   o n   🏀 🏀 
 
 u n d e r   2 1 3   m i a m i   h e a t   / /   1   u n i t     
 f r e e p l a y s   f r e e p i c k s   n b a 2 k   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a   b a s k e t b a l l   n b a p i c k s   s p o r t s g a m b l i n g   s p o r t s b e t t i n g p i c k s   s p o r t s b i z   s p o r t s   m o n e y   b o u n c e b a c k   b e t t i n g t w i t t e r   m i a m i h e a t   m i a m i  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
h e a t   1 s t - r o u n d   d r a f t   p i c k   n i k o l a   j o v i ć   i s   s e t   t o   m a k e   h i s   n b a p r e s e a s o n   d e b u t   t o n i g h t   a g a i n s t   t h e   t i m b e r w o l v e s .   a   v e r y   i n t r i g u i n g   p r o s p e c t   a t   h i s   s i z e   w i t h   h i s   b a l l   h a n d l i n g   & a m p ;   s h o o t i n g   a b i l i t y .   h e a t c u l t u r e   n b a   m i a m i        
🧢 🏀   o t h e r   h a t   f r o m   m y   c o l l e c t i o n :   m i a m i   h e a t 
 - 
 b l o g   b l o g g e r   h a t   n b a   m i a m i   m i a m i h e a t   n b a   m a s s i m o l a n d i   c o l l e c t i o n   h e a t  
e r i k   s p o e l s t r a   o n   t o n i g h t & a m p ; 3 9 ; s   s c r i m m a g e   & a m p ;   t y l e r   h e r r o & a m p ; 3 9 ; s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   e r i k s p o e l s t r a t y l e r h e r r o   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n  
t y l e r   h e r r o   o n   h i s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n   t y l e r h e r o   t y l e r h e r r o   t y l e r h e r r o c o n t r a c t e x t e n s i o n   t y l e r h e r r o e x t e n s i o n  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
o m e r   y u r t s e v e n   h a s   i n c r e a s e d   t h e   s p e e d   o f   h i s   s h o t   e x p o n e n t i a l l y   i   s a i d   i t   b e f o r e ,   b u t   t h e   t r i g g e r   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
✳ ️   
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h 🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
“ t h e   m i a m i   h e a t   h a d   t o   p a y   t y l e r   h e r r o . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   n b a   g t a s p o r t s   m i a m i   h e a t c u l t u r e   y o u t u b e   s u b s c r i b e   t r e n d i n g   t y s l a t t e r   i s o m o d e   e x p l o r e   n b a t w i t t e r
✳ ️     
 … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
b a m   a d e b a y o   o p e n s   u p   w i t h   a   3 - p o i n t e r .   👀   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
w h a t   m i a m i   h e a t ' s   p o s t - e x t e n s i o n   m e s s a g e   t o   t y l e r   h e r r o   s h o u l d   b e 
 
 
 
 n b a   m i a m i   h e a t   h e a t n a t i o n   h e a t t w i t t e r   w e t h e n o r t h   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   n e t s   b r o o k l y n t o g e t h e r   m f f l   s i x e r s
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … … .   
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
t y l e r   h e r r o   a g r e e s   t o   4 - y e a r / $ 1 3 0 m   d e a l   w i t h   t h e   h e a t   |   n b a   t o d a y   m i a m i   h e a t   n b a   v i d e o :  
⚽ | n o u v e a u t é   m i a m i   c i t y   e d i t i o n   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   b u t l e r   2 ⃣ 2 ⃣ 
 a u   t a r i f   f o u   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a e x t r a  
t h e   m i a m i   h e a t   n e w   e r a 
   
 
   
 a i r b a l l   b a m a d e b a y o   c h r i s b o s h   d w a y n e w a d e   e a s t e r n c o n f e r e n c e   h e a t b i g 3   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b i g 3   m i a m i h e a t b i g 3 b e s t m o m e n t s   m i a m i h e a t b i g 3 h i g h l i g h t s   m i a m i h e a t d e f e n s e  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
s o m e o n e   t e l l   m e   w h a t   h e r r o   d i d   t o   d e s e r v e   t h i s   m u c h   🧀   g a a   d a m n   n b a   m i a m i   h e a t   w o j   t y l e r h e r r o  
p a t   r i l e y   i n   h e a t   r e l e a s e   a n n o u n c i n g   t y l e r   h e r r o   e x t e n s i o n :   “ t y l e r   i s   a n   i m p a c t   m u l t i - f a c e t e d   p l a y e r   a n d     . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
h e a t   l o c k   u p   h e r r o   w i t h   4 - y e a r ,   $ 1 3 0 m   e x t e n s i o n   -   v i a     ⁦ ⁩   ⁦ ⁩   ⁦ _ t y l e r ⁩   s p o r t s b i z   c a r e e r   c o n t r a c t   c o n t r a c t e x t e n s i o n   o f f e n s e   l e a d e r   m i a m i   h e a t   t y l e r h e r r o   b a s k e t b a l l   h o o p s   n b a    
⚽ | n o u v e a u t é   m i a m i   b l a c k   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   b u t l e r   2 2 
 a u   t a r i f   d i n g u e   d e   2 1 € 
 ➡ 
 
 b u t l e r  
  n b a   2 2 7 ' s   y o u t u b e   c h i l i '   m i a m i   c h i l i '   h e a t   h e a t t w i t t e r     s p i c y '     s p i c y '   n b a   m i x !   v s   b o s t o n   c e l t i c s   m a t c h   m i a m i   c e l t i c s    
t y l e r   h e r r o ,   m i a m i   h e a t   a g r e e   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   w a s   a n d   s t i l l   i s   h i m . .   t r u s t . . .  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
r o c k e t s   @   h e a t   f r e e   n b a   p r e s e a s o n   b e t t i n g   p i c k   f o r   t o n i g h t .     h o u s t o n   t r a v e l s   f r o m   t h e   s u n s h i n e s t a t e   t o   t a k e   o n   j i m m y b u t l e r   a n d   c r e w   i n   m i a m i   f o r   a   p r e s e a s o n   m a t c h u p .   j a l e n g r e e n   k y l e l o w r y   f t x a r e n a   g a m b l i n g t w i t t e r   s p o r t s h a n d i c a p p e r   b e t t i n g t i p s
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j i m m y   b u t l e r   w i l l s   t h e   h e a r t   o v e r   t h e   l a k e r s   i n   g a m e s   m i a m i h e a t   j i m m y b u t l e r   l a k e r s   n b a p l a y o f f s   n b a s e a s o n   n b a 2 0 2 2 🏀  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e     h a d   a   p r e t t y   q u i e t   o f f s e a s o n ,   b u t   a f t e r   b e i n g   o n e   s h o t   a w a y   f r o m   t h e   n b a f i n a l s ,   w h a t   c a n   t h e y   d o   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 m i a m i h e a t   m i a m i   n b a t w i t t e r   n b a   j i m m y b u t l e r   t y l e r h e r r o   b a m a d e b a y o   h e a t   s o u t h b e a c h  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
  i ’ m   a t   y o u r   t a b l e   n e x t   s a t u r d a y .   i m   p l a y i n g   a l l   4 8   m i n s .   j i m m y b u t l e r
j a m a l   c a i n   d e f e n s i v e   h i g h l i g h t s   |   . . . 
   
 
   
 b a m a d e b a y o   b l o c k   b l o c k s   b r o o k l y n   c a m t h o m a s   d e f e n s e   e a s t e r n c o n f e r e n c e   h a y w o o d   h i g h l i g h t   h i g h s m i t h   j a m a r e e b o u y e a   j i m m y b u t l e r   j o v i c   k d   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y l e l o w r y   k y r i e i r v i n g   l o c k d o w n  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
y o ,   i   g o t   t h e   h o o k u p   i f   y o u   t r y n a   g e t   t h a t   j i m m y b u t l e r   😂 😂   i n c h e s   n a t u r a l  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a t o p s h o t   i   l o v e   t h e   i d e a   o f   m i c h a e l j o r d a n   b e i n g   t h e   f a t h e r   o f   j i m m y b u t l e r   🤞 🏾 🤷 🏾 ‍ ♂ ️
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
i n s a n e   e n d i n g !   m i a m i   h e a t   v s   w a s h i n g t o n   w i z a r d s   f i n a l   . . . 
   
 
   
 b a m a d e b a y o   b r a d l e y b e a l   e a s t e r n c o n f e r e n c e   h e a t f u l l g a m e   h e a t h i g h l i g h t s   h e a t w i z a r d s   j i m m y b u t l e r   k u z m a   k y l e k u z m a   k y l e l o w r y   m i a m i h e a t f u l l g a m e   m i a m i h e a t g a m e t o d a y   m i a m i h e a t h i g h l i g h t s  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j i m m y ! ? ! ? 😂 😂 😂 
 
 n b a 
 j i m m y b u t l e r 
 j i m m y  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j i m m y   b u t l e r ? ! ? !   j i m m y b u t l e r  
n o p e .   n o t   e v e n   c l o s e .   h i s   w e r e   p r o f e s s i o n a l l y   s t y l e d   & a m p ;   k e p t   b y   a   b l a c k   w o m a n   a n d   h e   l o o k e d   g o o d ,   l i k e   a   r o c k s t a r .   i   m o s t l y   o n l y   s e e   m e n   c o m p l a i n   & a m p ;   j o k e   a b o u t   t h e m .   i ’ m   s o   g l a d   h e ’ s   t h e   t y p e   o f   p e r s o n   t h a t   g o e s   a g a i n s t   t h e   g r a i n .   j i m m y b u t l e r  
  t h e s e   w e r e   a t t r i b u t e d / n i c k n a m e d   t o   j i m m y b u t l e r   o f   t h e   m i a m i h e a t . . .
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
m i a m i   h e a t   r a n k e d   t o o   l o w   b y   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
j i m m y ’ s   b a c k   t o   t h e   b r a i d s   a f t e r   c u t t i n g   o f f   h i s   l o c s   
 
 w h a t s t h e w o r d 
 j i m m y b u t l e r  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i a m i   h e a t & a m p ; 3 9 ; s   b e s t   o p t i o n s   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
j i m m y   b u t l e r   n e w   h a i r s t y l e   👀   j i m m y b u t l e r   m i a m i h e a t   n b a  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   k e e p s   v i s i t i n g   d o c s   b a r b e r   s h o p   m i a m i h e a t
j i m m y b u t l e r   l e f t   h i s   h a i r   e x t e n s i o n s   a t   h o m e   t o n i g h t   n b a t w i t t e r   m i a m i h e a t   🤷 🏾 ‍ ♂ ️
t h e   j i m m y   b u t l e r   s u m m e r   d r e a d l o c k s   a r e   g o n e .   h a d   t o   l i g h t e n   u p   t o   b e   m o r e   a e r o d y n a m i c   f o r   t h e   s e a s o n   n b a   n b a p r e s e a s o n   h e a t   h e a t c u l t u r e   j i m m y b u t l e r  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m i a m i h e a t   m i n n e s o t a t i m b e r w o l v e s   b a s k e t b a l l   n b a 2 k 2 3   j i m m y b u t l e r   n b a   u d o n i s h a s l e m   n b a j a p a n g a m e s   k y l e l o w r y   n b a 2 k   
 l i v e   w a t c h   m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   l i v e s t r e a m   
                                               🇺 🇸 l i n k 🏀 🗑 ️ 
                                                             ⬇ ️ 
 
   ✅
l o l   😂   1 0   y e a r s   l a t e r   j i m m y b u t l e r  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   w a s   a n d   s t i l l   i s   h i m . .   t r u s t . . .  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
r o c k e t s   @   h e a t   f r e e   n b a   p r e s e a s o n   b e t t i n g   p i c k   f o r   t o n i g h t .     h o u s t o n   t r a v e l s   f r o m   t h e   s u n s h i n e s t a t e   t o   t a k e   o n   j i m m y b u t l e r   a n d   c r e w   i n   m i a m i   f o r   a   p r e s e a s o n   m a t c h u p .   j a l e n g r e e n   k y l e l o w r y   f t x a r e n a   g a m b l i n g t w i t t e r   s p o r t s h a n d i c a p p e r   b e t t i n g t i p s
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j i m m y   b u t l e r   w i l l s   t h e   h e a r t   o v e r   t h e   l a k e r s   i n   g a m e s   m i a m i h e a t   j i m m y b u t l e r   l a k e r s   n b a p l a y o f f s   n b a s e a s o n   n b a 2 0 2 2 🏀  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e     h a d   a   p r e t t y   q u i e t   o f f s e a s o n ,   b u t   a f t e r   b e i n g   o n e   s h o t   a w a y   f r o m   t h e   n b a f i n a l s ,   w h a t   c a n   t h e y   d o   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 m i a m i h e a t   m i a m i   n b a t w i t t e r   n b a   j i m m y b u t l e r   t y l e r h e r r o   b a m a d e b a y o   h e a t   s o u t h b e a c h  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
  i ’ m   a t   y o u r   t a b l e   n e x t   s a t u r d a y .   i m   p l a y i n g   a l l   4 8   m i n s .   j i m m y b u t l e r
j a m a l   c a i n   d e f e n s i v e   h i g h l i g h t s   |   . . . 
   
 
   
 b a m a d e b a y o   b l o c k   b l o c k s   b r o o k l y n   c a m t h o m a s   d e f e n s e   e a s t e r n c o n f e r e n c e   h a y w o o d   h i g h l i g h t   h i g h s m i t h   j a m a r e e b o u y e a   j i m m y b u t l e r   j o v i c   k d   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y l e l o w r y   k y r i e i r v i n g   l o c k d o w n  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
y o ,   i   g o t   t h e   h o o k u p   i f   y o u   t r y n a   g e t   t h a t   j i m m y b u t l e r   😂 😂   i n c h e s   n a t u r a l  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a t o p s h o t   i   l o v e   t h e   i d e a   o f   m i c h a e l j o r d a n   b e i n g   t h e   f a t h e r   o f   j i m m y b u t l e r   🤞 🏾 🤷 🏾 ‍ ♂ ️
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
i n s a n e   e n d i n g !   m i a m i   h e a t   v s   w a s h i n g t o n   w i z a r d s   f i n a l   . . . 
   
 
   
 b a m a d e b a y o   b r a d l e y b e a l   e a s t e r n c o n f e r e n c e   h e a t f u l l g a m e   h e a t h i g h l i g h t s   h e a t w i z a r d s   j i m m y b u t l e r   k u z m a   k y l e k u z m a   k y l e l o w r y   m i a m i h e a t f u l l g a m e   m i a m i h e a t g a m e t o d a y   m i a m i h e a t h i g h l i g h t s  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j i m m y ! ? ! ? 😂 😂 😂 
 
 n b a 
 j i m m y b u t l e r 
 j i m m y  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j i m m y   b u t l e r ? ! ? !   j i m m y b u t l e r  
n o p e .   n o t   e v e n   c l o s e .   h i s   w e r e   p r o f e s s i o n a l l y   s t y l e d   & a m p ;   k e p t   b y   a   b l a c k   w o m a n   a n d   h e   l o o k e d   g o o d ,   l i k e   a   r o c k s t a r .   i   m o s t l y   o n l y   s e e   m e n   c o m p l a i n   & a m p ;   j o k e   a b o u t   t h e m .   i ’ m   s o   g l a d   h e ’ s   t h e   t y p e   o f   p e r s o n   t h a t   g o e s   a g a i n s t   t h e   g r a i n .   j i m m y b u t l e r  
  t h e s e   w e r e   a t t r i b u t e d / n i c k n a m e d   t o   j i m m y b u t l e r   o f   t h e   m i a m i h e a t . . .
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
m i a m i   h e a t   r a n k e d   t o o   l o w   b y   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
j i m m y ’ s   b a c k   t o   t h e   b r a i d s   a f t e r   c u t t i n g   o f f   h i s   l o c s   
 
 w h a t s t h e w o r d 
 j i m m y b u t l e r  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i a m i   h e a t & a m p ; 3 9 ; s   b e s t   o p t i o n s   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
j i m m y   b u t l e r   n e w   h a i r s t y l e   👀   j i m m y b u t l e r   m i a m i h e a t   n b a  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   k e e p s   v i s i t i n g   d o c s   b a r b e r   s h o p   m i a m i h e a t
j i m m y b u t l e r   l e f t   h i s   h a i r   e x t e n s i o n s   a t   h o m e   t o n i g h t   n b a t w i t t e r   m i a m i h e a t   🤷 🏾 ‍ ♂ ️
t h e   j i m m y   b u t l e r   s u m m e r   d r e a d l o c k s   a r e   g o n e .   h a d   t o   l i g h t e n   u p   t o   b e   m o r e   a e r o d y n a m i c   f o r   t h e   s e a s o n   n b a   n b a p r e s e a s o n   h e a t   h e a t c u l t u r e   j i m m y b u t l e r  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m i a m i h e a t   m i n n e s o t a t i m b e r w o l v e s   b a s k e t b a l l   n b a 2 k 2 3   j i m m y b u t l e r   n b a   u d o n i s h a s l e m   n b a j a p a n g a m e s   k y l e l o w r y   n b a 2 k   
 l i v e   w a t c h   m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   l i v e s t r e a m   
                                               🇺 🇸 l i n k 🏀 🗑 ️ 
                                                             ⬇ ️ 
 
   ✅
l o l   😂   1 0   y e a r s   l a t e r   j i m m y b u t l e r  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r   h e r r o   h a s   h i s   o w n   f o o d   s e r v i c e   j o i n t   i n s i d e   g r e a t   w o l f   l o d g e . 
   t y l e r h e r r o   h e a b u c k e t  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t h e     h a d   a   p r e t t y   q u i e t   o f f s e a s o n ,   b u t   a f t e r   b e i n g   o n e   s h o t   a w a y   f r o m   t h e   n b a f i n a l s ,   w h a t   c a n   t h e y   d o   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 m i a m i h e a t   m i a m i   n b a t w i t t e r   n b a   j i m m y b u t l e r   t y l e r h e r r o   b a m a d e b a y o   h e a t   s o u t h b e a c h  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r   h e r r o ' s   i n c e n t i v e s   o n   h i s   n e w   c o n t r a c t : 
 
 $ 1 m :   m v p 
 $ 1 m :   d p o y 
 $ 1 m :   a l l - n b a   1 s t   t e a m 
 $ 1 m :   a l l - n b a   2 n d   t e a m 
 $ 5 0 0 k :   a l l - n b a   3 r d   t e a m 
 
 - m u s t   p l a y   i n   7 5 %   o f   r e g   s e a s o n   g a m e s 
 - i n c e n t i v e s   c a p p e d   a t   $ 2 . 5 m   p e r   s e a s o n 
 
 ( s o u r c e :   ) 
 
 n b a   h e a t   t y l e r h e r r o   h e a t c u l t u r e  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
f i r s t   b e n 1 0   b u c k e t   i ’ v e   w i t n e s s e d   s i n c e   t h e   a t l a n t a p a s s a c r e   ! 😂   
 p e e p   t y l e r h e r r o   o n   t h e   b e a c h 🤣 
 b e n s i m m o n s   n b a   b a s k e t b a l l   b r o o k l y n n e t s  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t h e   g o o n   s q u a d   i s   l i v e !   t u n e   i n   n o w   -   
 
 b a m   t y l e r h e r r o   m i a m i h e a t   h e a t c u l t u r e   n b a p r e s e a s o n  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
p s a 9   +   1 0 s -   j u d g e   j a m o r a n t   t y l e r h e r r o   g l e y b e r   r c s .   p l e a s e   c o n t a c t   m e   i f   i n t e r e s t e d   t h a n k s !  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r   h e r r o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y l e r h e r r o   t y l e r   h e r r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
t y l e r h e r r o   c o n t r a c t   e x t e n s i o n   r e a c t i o n ! !        
o u r   l a t e s t   p o d c a s t .   b l a k e g r i f f i n   c e l t i c s   t y l e r h e r r o   h e a t   l a k e s h o w   n b a   n b a p r e s e a s o n       _ c o v e r a g e   l i s t e n   t o   " t h e   p i c k   a n d   r o l l   n b a   p o d c a s t   w /   j e t   a n d "   b y     v i a   s p r e a k e r  
t y l e r   h e r r o   o n   h i s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n   t y l e r h e r o   t y l e r h e r r o   t y l e r h e r r o c o n t r a c t e x t e n s i o n   t y l e r h e r r o e x t e n s i o n  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
  2 2 7 ' s   y o u t u b e   c h i l i '   m i a m i   c h i l i '   h e a t   h e a t t w i t t e r     s p i c y '     s p i c y '   n b a   m i x ! ,   t y l e r   h e r r o   a g r e e   t o   4 - y e a r ,   $ 1 3 0 m   e x t e n s i o n .   m i a m i h e a t   t y l e r h e r r o   p o d c a s t    
u m m … . . w h a t   i s     d a d   d o i n g   c o m i n g   o u t   o f   t h e   w o m e n ’ s   b a t h r o o m ? ? ?   a t   t h e   b u c k s   g a m e ? !   t y l e r h e r r o   n b a   c r e e p   n p c   w t f   d r e a m w a s t a k e n   e s p n   m a n c h e s t e r d e r b y   b l e a c h e r r e p o r t   b a r s t o o l   d i s g u s t i n g   c r a z y  
t h e   m i a m i   h e a t   w a s t e d   t h e i r   o f f s e a s o n   |   h e r e ’ s   w h y … 
 
 n b a   n b a t w i t t e r   h e a t c u l t u r e   t y l e r h e r r o   y o u t u b e   b a s k e t b a l l   y o u t u b e r   h o o p s   c e l t i c s t a l k   n b a t w i t t e r   s p o r t s   s p o r t s n e w s  
t y l e r   h e r r o   s i g n s   4 - y e a r   e x t e n s i o n   w i t h   t h e   m i a m i   h e a t . . .   w a s   i t   a   g o o d   m o v e ?     m i a m i h e a t   t y l e r h e r r o   h e a t n a t i o n
g o o d   n e w s   f o r   a l l   i n v o l v e d   
 
 n b a   m i a m i h e a t   t y l e r h e r r o   e x t e n s i o n
s i g n i n g   a l e r t :   r e i g n i n g   s i x t h   m a n   o f   t h e   y e a r ,   t y l e r   h e r r o ,   h a s   a g r e e d   t o   a   4 - y e a r   $ 1 3 0   m i l l i o n   c o n t r a c t   e x t e n s i o n   w i t h   m i a m i   h e a t !   🔥 
 
 e a r n e d !   💰 🙌 
 
 t y l e r h e r r o   m i a m i h e a t   n b a  
h e a t   h a v e   r e p o r t e d l y   s i g n e d   t y l e r   h e r r o   f o r   a   d e a l   t h a t   g u a r a n t e e s   a   $ 1 2 0   m i l l i o n   s a l a r y   a n d   a n   a d d i t i o n a l   $ 1 0   m i l l i o n   i n   i n c e n t i v e s   t h a t   w i l l   l o c k   h e r r o   w i t h   t h e   c l u b   u n t i l   2 0 2 6 - 2 7 .   n b a   t y l e r h e r r o   h e a t   b a s k e t b a l l   s p o r t s n e w s   8 x b e t  
s o m e o n e   t e l l   m e   w h a t   h e r r o   d i d   t o   d e s e r v e   t h i s   m u c h   🧀   g a a   d a m n   n b a   m i a m i   h e a t   w o j   t y l e r h e r r o  
i   h a l f w a y   t h i n k   t h a t   s o l i d   s t a r t e r s   a r e   g e t t i n g   n e a r   m a x   m o n e y   j u s t   s o   t h a t   i t   w i l l   b e   e a s i e r   t o   t r a d e   t h e m   d o w n   t h e   r o a d   f o r   s a l a r y   m a t c h e s .   t y l e r h e r r o   n b a
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
h e a t   l o c k   u p   h e r r o   w i t h   4 - y e a r ,   $ 1 3 0 m   e x t e n s i o n   -   v i a     ⁦ ⁩   ⁦ ⁩   ⁦ _ t y l e r ⁩   s p o r t s b i z   c a r e e r   c o n t r a c t   c o n t r a c t e x t e n s i o n   o f f e n s e   l e a d e r   m i a m i   h e a t   t y l e r h e r r o   b a s k e t b a l l   h o o p s   n b a    
n b a   f r a n c h i s e   m i a m i   h e a t   h a s   r e - s i g n e d   g u a r d   t y l e r   h e r r o . 
 
 r e a d   m o r e 👇 
 
 n b a   m i a m i h e a t   t y l e r h e r r o   b a s k e t b a l l   

t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
m i a m i   h e a t   y o u n g   g u a r d   t y l e r   h e r r o   h a s   r e c e n t l y   c o n f i r m e d   t h a t   h e   h a s   s i g n e d   a   c o n t r a c t   e x t e n s i o n   w i t h   t h e   t e a m   o n   a   4 - y e a r   $ 1 3 0 m   c o n t r a c t . 
 
 n b a   m i a m i h e a t   h e a t c u l t u r e   t y l e r h e r r o   s i x t h m a n o f t h e y e a r   n b a r o o k i e  
p a t   r i l e y   r e a c t s   t o   t y l e r   h e r r o ’ s   e x t e n s i o n   w i t h   h e a t   m i a m i h e a t   p a t r i l e y   t y l e r h e r r o  
t y l e r   h e r r o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y l e r h e r r o   t y l e r   h e r r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
t y l e r   h e r r o   h i g h l i g h t s   -   h e a t   v s .   t i m b e r w o l v e s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   t y l e r   h e r r o   m i a   m i n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   m i n n e s o t a   t i m b e r w o l v e s
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r   h e r r o   h a s   h i s   o w n   f o o d   s e r v i c e   j o i n t   i n s i d e   g r e a t   w o l f   l o d g e . 
   t y l e r h e r r o   h e a b u c k e t  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t h e     h a d   a   p r e t t y   q u i e t   o f f s e a s o n ,   b u t   a f t e r   b e i n g   o n e   s h o t   a w a y   f r o m   t h e   n b a f i n a l s ,   w h a t   c a n   t h e y   d o   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 m i a m i h e a t   m i a m i   n b a t w i t t e r   n b a   j i m m y b u t l e r   t y l e r h e r r o   b a m a d e b a y o   h e a t   s o u t h b e a c h  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r   h e r r o ' s   i n c e n t i v e s   o n   h i s   n e w   c o n t r a c t : 
 
 $ 1 m :   m v p 
 $ 1 m :   d p o y 
 $ 1 m :   a l l - n b a   1 s t   t e a m 
 $ 1 m :   a l l - n b a   2 n d   t e a m 
 $ 5 0 0 k :   a l l - n b a   3 r d   t e a m 
 
 - m u s t   p l a y   i n   7 5 %   o f   r e g   s e a s o n   g a m e s 
 - i n c e n t i v e s   c a p p e d   a t   $ 2 . 5 m   p e r   s e a s o n 
 
 ( s o u r c e :   ) 
 
 n b a   h e a t   t y l e r h e r r o   h e a t c u l t u r e  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
f i r s t   b e n 1 0   b u c k e t   i ’ v e   w i t n e s s e d   s i n c e   t h e   a t l a n t a p a s s a c r e   ! 😂   
 p e e p   t y l e r h e r r o   o n   t h e   b e a c h 🤣 
 b e n s i m m o n s   n b a   b a s k e t b a l l   b r o o k l y n n e t s  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t h e   g o o n   s q u a d   i s   l i v e !   t u n e   i n   n o w   -   
 
 b a m   t y l e r h e r r o   m i a m i h e a t   h e a t c u l t u r e   n b a p r e s e a s o n  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
p s a 9   +   1 0 s -   j u d g e   j a m o r a n t   t y l e r h e r r o   g l e y b e r   r c s .   p l e a s e   c o n t a c t   m e   i f   i n t e r e s t e d   t h a n k s !  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r   h e r r o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y l e r h e r r o   t y l e r   h e r r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
t y l e r h e r r o   c o n t r a c t   e x t e n s i o n   r e a c t i o n ! !        
o u r   l a t e s t   p o d c a s t .   b l a k e g r i f f i n   c e l t i c s   t y l e r h e r r o   h e a t   l a k e s h o w   n b a   n b a p r e s e a s o n       _ c o v e r a g e   l i s t e n   t o   " t h e   p i c k   a n d   r o l l   n b a   p o d c a s t   w /   j e t   a n d "   b y     v i a   s p r e a k e r  
t y l e r   h e r r o   o n   h i s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n   t y l e r h e r o   t y l e r h e r r o   t y l e r h e r r o c o n t r a c t e x t e n s i o n   t y l e r h e r r o e x t e n s i o n  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
  2 2 7 ' s   y o u t u b e   c h i l i '   m i a m i   c h i l i '   h e a t   h e a t t w i t t e r     s p i c y '     s p i c y '   n b a   m i x ! ,   t y l e r   h e r r o   a g r e e   t o   4 - y e a r ,   $ 1 3 0 m   e x t e n s i o n .   m i a m i h e a t   t y l e r h e r r o   p o d c a s t    
u m m … . . w h a t   i s     d a d   d o i n g   c o m i n g   o u t   o f   t h e   w o m e n ’ s   b a t h r o o m ? ? ?   a t   t h e   b u c k s   g a m e ? !   t y l e r h e r r o   n b a   c r e e p   n p c   w t f   d r e a m w a s t a k e n   e s p n   m a n c h e s t e r d e r b y   b l e a c h e r r e p o r t   b a r s t o o l   d i s g u s t i n g   c r a z y  
t h e   m i a m i   h e a t   w a s t e d   t h e i r   o f f s e a s o n   |   h e r e ’ s   w h y … 
 
 n b a   n b a t w i t t e r   h e a t c u l t u r e   t y l e r h e r r o   y o u t u b e   b a s k e t b a l l   y o u t u b e r   h o o p s   c e l t i c s t a l k   n b a t w i t t e r   s p o r t s   s p o r t s n e w s  
t y l e r   h e r r o   s i g n s   4 - y e a r   e x t e n s i o n   w i t h   t h e   m i a m i   h e a t . . .   w a s   i t   a   g o o d   m o v e ?     m i a m i h e a t   t y l e r h e r r o   h e a t n a t i o n
g o o d   n e w s   f o r   a l l   i n v o l v e d   
 
 n b a   m i a m i h e a t   t y l e r h e r r o   e x t e n s i o n
s i g n i n g   a l e r t :   r e i g n i n g   s i x t h   m a n   o f   t h e   y e a r ,   t y l e r   h e r r o ,   h a s   a g r e e d   t o   a   4 - y e a r   $ 1 3 0   m i l l i o n   c o n t r a c t   e x t e n s i o n   w i t h   m i a m i   h e a t !   🔥 
 
 e a r n e d !   💰 🙌 
 
 t y l e r h e r r o   m i a m i h e a t   n b a  
h e a t   h a v e   r e p o r t e d l y   s i g n e d   t y l e r   h e r r o   f o r   a   d e a l   t h a t   g u a r a n t e e s   a   $ 1 2 0   m i l l i o n   s a l a r y   a n d   a n   a d d i t i o n a l   $ 1 0   m i l l i o n   i n   i n c e n t i v e s   t h a t   w i l l   l o c k   h e r r o   w i t h   t h e   c l u b   u n t i l   2 0 2 6 - 2 7 .   n b a   t y l e r h e r r o   h e a t   b a s k e t b a l l   s p o r t s n e w s   8 x b e t  
s o m e o n e   t e l l   m e   w h a t   h e r r o   d i d   t o   d e s e r v e   t h i s   m u c h   🧀   g a a   d a m n   n b a   m i a m i   h e a t   w o j   t y l e r h e r r o  
i   h a l f w a y   t h i n k   t h a t   s o l i d   s t a r t e r s   a r e   g e t t i n g   n e a r   m a x   m o n e y   j u s t   s o   t h a t   i t   w i l l   b e   e a s i e r   t o   t r a d e   t h e m   d o w n   t h e   r o a d   f o r   s a l a r y   m a t c h e s .   t y l e r h e r r o   n b a
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
h e a t   l o c k   u p   h e r r o   w i t h   4 - y e a r ,   $ 1 3 0 m   e x t e n s i o n   -   v i a     ⁦ ⁩   ⁦ ⁩   ⁦ _ t y l e r ⁩   s p o r t s b i z   c a r e e r   c o n t r a c t   c o n t r a c t e x t e n s i o n   o f f e n s e   l e a d e r   m i a m i   h e a t   t y l e r h e r r o   b a s k e t b a l l   h o o p s   n b a    
n b a   f r a n c h i s e   m i a m i   h e a t   h a s   r e - s i g n e d   g u a r d   t y l e r   h e r r o . 
 
 r e a d   m o r e 👇 
 
 n b a   m i a m i h e a t   t y l e r h e r r o   b a s k e t b a l l   

t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
m i a m i   h e a t   y o u n g   g u a r d   t y l e r   h e r r o   h a s   r e c e n t l y   c o n f i r m e d   t h a t   h e   h a s   s i g n e d   a   c o n t r a c t   e x t e n s i o n   w i t h   t h e   t e a m   o n   a   4 - y e a r   $ 1 3 0 m   c o n t r a c t . 
 
 n b a   m i a m i h e a t   h e a t c u l t u r e   t y l e r h e r r o   s i x t h m a n o f t h e y e a r   n b a r o o k i e  
p a t   r i l e y   r e a c t s   t o   t y l e r   h e r r o ’ s   e x t e n s i o n   w i t h   h e a t   m i a m i h e a t   p a t r i l e y   t y l e r h e r r o  
t y l e r   h e r r o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y l e r h e r r o   t y l e r   h e r r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
t y l e r   h e r r o   h i g h l i g h t s   -   h e a t   v s .   t i m b e r w o l v e s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   t y l e r   h e r r o   m i a   m i n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   m i n n e s o t a   t i m b e r w o l v e s
v i c t o r   o l a d i p o   p r e s e a s o n   d e b u t   s t a t s   v s   h o u s t o n   r o c k e t s 
 
 8   p t s 
 4   r e b 
 3   s t l s 
 
 h e a t c u l t u r e   m i a m i h e a t   v i c t o r o l a d i p o   r e v e n g e s z n  
v i c t o r   o l a d i p o   ( i n j u r y   m a n a g e m e n t )   o u t   t h u r s d a y     v i c t o r o l a d i p o   f a n t a s y b a s k e t b a l l
j a l e n   g r e e n   d o i n g   o l a d i p o   d i r t y   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a l e n   g r e e n   v i c t o r   o l a d i p o   h o u   h o u s t o n   r o c k e t s   m i a   m i a m i   h e a t
v i c t o r   o l a d i p o   p r e s e a s o n   d e b u t   s t a t s   v s   h o u s t o n   r o c k e t s 
 
 8   p t s 
 4   r e b 
 3   s t l s 
 
 h e a t c u l t u r e   m i a m i h e a t   v i c t o r o l a d i p o   r e v e n g e s z n  
v i c t o r   o l a d i p o   ( i n j u r y   m a n a g e m e n t )   o u t   t h u r s d a y     v i c t o r o l a d i p o   f a n t a s y b a s k e t b a l l
j a l e n   g r e e n   d o i n g   o l a d i p o   d i r t y   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a l e n   g r e e n   v i c t o r   o l a d i p o   h o u   h o u s t o n   r o c k e t s   m i a   m i a m i   h e a t
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
t h e     h a d   a   p r e t t y   q u i e t   o f f s e a s o n ,   b u t   a f t e r   b e i n g   o n e   s h o t   a w a y   f r o m   t h e   n b a f i n a l s ,   w h a t   c a n   t h e y   d o   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 m i a m i h e a t   m i a m i   n b a t w i t t e r   n b a   j i m m y b u t l e r   t y l e r h e r r o   b a m a d e b a y o   h e a t   s o u t h b e a c h  
j a m a l   c a i n   d e f e n s i v e   h i g h l i g h t s   |   . . . 
   
 
   
 b a m a d e b a y o   b l o c k   b l o c k s   b r o o k l y n   c a m t h o m a s   d e f e n s e   e a s t e r n c o n f e r e n c e   h a y w o o d   h i g h l i g h t   h i g h s m i t h   j a m a r e e b o u y e a   j i m m y b u t l e r   j o v i c   k d   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y l e l o w r y   k y r i e i r v i n g   l o c k d o w n  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
i n s a n e   e n d i n g !   m i a m i   h e a t   v s   w a s h i n g t o n   w i z a r d s   f i n a l   . . . 
   
 
   
 b a m a d e b a y o   b r a d l e y b e a l   e a s t e r n c o n f e r e n c e   h e a t f u l l g a m e   h e a t h i g h l i g h t s   h e a t w i z a r d s   j i m m y b u t l e r   k u z m a   k y l e k u z m a   k y l e l o w r y   m i a m i h e a t f u l l g a m e   m i a m i h e a t g a m e t o d a y   m i a m i h e a t h i g h l i g h t s  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
a d e b a y o   h a n d l e s   a n d   l e f t y   f i n i s h .   n b a   b a s k e t b a l l   n b a t w i t t e r   h e a t   h e a t t w i t t e r   b a m a d e b a y o  
b a m   f i n d s   t h e   b a l l   d r a i n s   t h e   j u m p e r .   n b a   b a s k e t b a l l   h e a t   n b a t w i t t e r   h e a t t w i t t e r   b a m a d e b a y o  
u c o n n   w o m e n ' s   b a s k e t b a l l   r o s t e r , 
 u c o n n   w o m e n ' s   b a s k e t b a l l   s c o r e , 
 u c o n n   s c o r e   w o m e n ' s   b a s k e t b a l l , 
 u c o n n   b o n e y a r d   w o m e n ' s   b a s k e t b a l l , 
 
 n b a   b a s k e t b a l l   h e a t   h e a t t w i t t e r   n b a t w i t t e r   b a m a d e b a y o   d i m e   a s s i s t   p r e s e a s o n 
 b a s k e t b a l l
b a s k e t b a l l   p l a y e r s   n b a   b a s k e t b a l l   h e a t   h e a t t w i t t e r   n b a t w i t t e r   b a m a d e b a y o   d i m e   a s s i s t   p r e s e a s o n    
b a m   w i t h   t h e   🪙   n b a   b a s k e t b a l l   h e a t   h e a t t w i t t e r   n b a t w i t t e r   b a m a d e b a y o   d i m e   a s s i s t   p r e s e a s o n  
m i a m i   h e a t   r a n k e d   t o o   l o w   b y   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
m i a m i   h e a t & a m p ; 3 9 ; s   b e s t   o p t i o n s   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
h a n g o v e r   t i m e   p o s t g a m e   s h o w   |   m i a m i   . . . 
   
 
   
 5 r e a s o n s s p o r t s   a n a l y s i s   b a m a d e b a y o   b a s k e t b a l l   b b a l l   c a l e b   d e d m o n   d u n c a n r o b i n s o n   d u n k   d w y a n e w a d e   e r i k s p o l e s t r a   e s p n   e s p n c o m m e n t a r y   f i v e o n t h e f l o o r   f u l l g a m e h i g h l i g h t s   g a b e v i n c e n t   h i g h l i g h t s  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
t h e   m i a m i   h e a t   n e w   e r a 
   
 
   
 a i r b a l l   b a m a d e b a y o   c h r i s b o s h   d w a y n e w a d e   e a s t e r n c o n f e r e n c e   h e a t b i g 3   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b i g 3   m i a m i h e a t b i g 3 b e s t m o m e n t s   m i a m i h e a t b i g 3 h i g h l i g h t s   m i a m i h e a t d e f e n s e  
t y l e r   h e r r o ,   m i a m i   h e a t   a g r e e   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
b a m   a d e b a y o   h i g h l i g h t s   -   h e a t   v s .   t i m b e r w o l v e s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   b a m   a d e b a y o   m i a   m i n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   m i n n e s o t a   t i m b e r w o l v e s
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
t h e     h a d   a   p r e t t y   q u i e t   o f f s e a s o n ,   b u t   a f t e r   b e i n g   o n e   s h o t   a w a y   f r o m   t h e   n b a f i n a l s ,   w h a t   c a n   t h e y   d o   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 m i a m i h e a t   m i a m i   n b a t w i t t e r   n b a   j i m m y b u t l e r   t y l e r h e r r o   b a m a d e b a y o   h e a t   s o u t h b e a c h  
j a m a l   c a i n   d e f e n s i v e   h i g h l i g h t s   |   . . . 
   
 
   
 b a m a d e b a y o   b l o c k   b l o c k s   b r o o k l y n   c a m t h o m a s   d e f e n s e   e a s t e r n c o n f e r e n c e   h a y w o o d   h i g h l i g h t   h i g h s m i t h   j a m a r e e b o u y e a   j i m m y b u t l e r   j o v i c   k d   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y l e l o w r y   k y r i e i r v i n g   l o c k d o w n  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
i n s a n e   e n d i n g !   m i a m i   h e a t   v s   w a s h i n g t o n   w i z a r d s   f i n a l   . . . 
   
 
   
 b a m a d e b a y o   b r a d l e y b e a l   e a s t e r n c o n f e r e n c e   h e a t f u l l g a m e   h e a t h i g h l i g h t s   h e a t w i z a r d s   j i m m y b u t l e r   k u z m a   k y l e k u z m a   k y l e l o w r y   m i a m i h e a t f u l l g a m e   m i a m i h e a t g a m e t o d a y   m i a m i h e a t h i g h l i g h t s  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
a d e b a y o   h a n d l e s   a n d   l e f t y   f i n i s h .   n b a   b a s k e t b a l l   n b a t w i t t e r   h e a t   h e a t t w i t t e r   b a m a d e b a y o  
b a m   f i n d s   t h e   b a l l   d r a i n s   t h e   j u m p e r .   n b a   b a s k e t b a l l   h e a t   n b a t w i t t e r   h e a t t w i t t e r   b a m a d e b a y o  
u c o n n   w o m e n ' s   b a s k e t b a l l   r o s t e r , 
 u c o n n   w o m e n ' s   b a s k e t b a l l   s c o r e , 
 u c o n n   s c o r e   w o m e n ' s   b a s k e t b a l l , 
 u c o n n   b o n e y a r d   w o m e n ' s   b a s k e t b a l l , 
 
 n b a   b a s k e t b a l l   h e a t   h e a t t w i t t e r   n b a t w i t t e r   b a m a d e b a y o   d i m e   a s s i s t   p r e s e a s o n 
 b a s k e t b a l l
b a s k e t b a l l   p l a y e r s   n b a   b a s k e t b a l l   h e a t   h e a t t w i t t e r   n b a t w i t t e r   b a m a d e b a y o   d i m e   a s s i s t   p r e s e a s o n    
b a m   w i t h   t h e   🪙   n b a   b a s k e t b a l l   h e a t   h e a t t w i t t e r   n b a t w i t t e r   b a m a d e b a y o   d i m e   a s s i s t   p r e s e a s o n  
m i a m i   h e a t   r a n k e d   t o o   l o w   b y   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
m i a m i   h e a t & a m p ; 3 9 ; s   b e s t   o p t i o n s   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
h a n g o v e r   t i m e   p o s t g a m e   s h o w   |   m i a m i   . . . 
   
 
   
 5 r e a s o n s s p o r t s   a n a l y s i s   b a m a d e b a y o   b a s k e t b a l l   b b a l l   c a l e b   d e d m o n   d u n c a n r o b i n s o n   d u n k   d w y a n e w a d e   e r i k s p o l e s t r a   e s p n   e s p n c o m m e n t a r y   f i v e o n t h e f l o o r   f u l l g a m e h i g h l i g h t s   g a b e v i n c e n t   h i g h l i g h t s  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
t h e   m i a m i   h e a t   n e w   e r a 
   
 
   
 a i r b a l l   b a m a d e b a y o   c h r i s b o s h   d w a y n e w a d e   e a s t e r n c o n f e r e n c e   h e a t b i g 3   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b i g 3   m i a m i h e a t b i g 3 b e s t m o m e n t s   m i a m i h e a t b i g 3 h i g h l i g h t s   m i a m i h e a t d e f e n s e  
t y l e r   h e r r o ,   m i a m i   h e a t   a g r e e   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
b a m   a d e b a y o   h i g h l i g h t s   -   h e a t   v s .   t i m b e r w o l v e s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   b a m   a d e b a y o   m i a   m i n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   m i n n e s o t a   t i m b e r w o l v e s
c o n g r a t u l a t i o n s ,   c o a c h   e r i k s p o e l s t r a !   🏀 🇵 🇭   

m i a m i   h e a t   r a n k e d   t o o   l o w   b y   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
m i a m i   h e a t & a m p ; 3 9 ; s   b e s t   o p t i o n s   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
e r i k   s p o e l s t r a   o n   t o n i g h t & a m p ; 3 9 ; s   s c r i m m a g e   & a m p ;   t y l e r   h e r r o & a m p ; 3 9 ; s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   e r i k s p o e l s t r a t y l e r h e r r o   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n  
e r i k s p o e l s t r a   o f   t h e   m i a m i h e a t   w a s   o v e r w h e l m i n g l y   s e l e c t e d   a s   t h e   n b a ' s   b e s t   h e a d   c o a c h   i n   a n   a n n u a l   s u r v e y   o f   t h e   l e a g u e ' s   g e n e r a l   m a n a g e r s .   n b a t w i t t e r 

t y l e r   h e r r o ,   m i a m i   h e a t   a g r e e   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
c o n g r a t u l a t i o n s ,   c o a c h   e r i k s p o e l s t r a !   🏀 🇵 🇭   

m i a m i   h e a t   r a n k e d   t o o   l o w   b y   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
m i a m i   h e a t & a m p ; 3 9 ; s   b e s t   o p t i o n s   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
e r i k   s p o e l s t r a   o n   t o n i g h t & a m p ; 3 9 ; s   s c r i m m a g e   & a m p ;   t y l e r   h e r r o & a m p ; 3 9 ; s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   e r i k s p o e l s t r a t y l e r h e r r o   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n  
e r i k s p o e l s t r a   o f   t h e   m i a m i h e a t   w a s   o v e r w h e l m i n g l y   s e l e c t e d   a s   t h e   n b a ' s   b e s t   h e a d   c o a c h   i n   a n   a n n u a l   s u r v e y   o f   t h e   l e a g u e ' s   g e n e r a l   m a n a g e r s .   n b a t w i t t e r 

t y l e r   h e r r o ,   m i a m i   h e a t   a g r e e   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [74], in <cell line: 1>()
      1 for id, tweets in tweets_df_Heat1.items():
      2     for tweet in tweets:
----> 3         analysis = TextBlob(tweets_df_Heat1['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Heat1 = tweets_df_Heat1.append({
      5             'name': id,
      6             'text': tweets_df_Heat1.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\textblob\blob.py:384, in BaseBlob.__init__(self, text, tokenizer, pos_tagger, np_extractor, analyzer, parser, classifier, clean_html)
    380 def __init__(self, text, tokenizer=None,
    381             pos_tagger=None, np_extractor=None, analyzer=None,
    382             parser=None, classifier=None, clean_html=False):
    383     if not isinstance(text, basestring):
--> 384         raise TypeError('The `text` argument passed to `__init__(text)` '
    385                         'must be a string, not {0}'.format(type(text)))
    386     if clean_html:
    387         raise NotImplementedError("clean_html has been deprecated. "
    388                                 "To remove HTML markup, use BeautifulSoup's "
    389                                 "get_text() function")

TypeError: The `text` argument passed to `__init__(text)` must be a string, not <class 'pandas.core.series.Series'>
In [75]:
for id, tweets in tweets_df_Heat2.items():
    for tweet in tweets:
        analysis = SentimentIntensityAnalyzer(tweets_df_Heat2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
        tweets_df_Heat2 = tweets_df_Heat2.append({
            'name': id,
            'text': tweets_df_Heat2.text
        }, ignore_index=True)
l e t ’ s   g o   h e a t ! ! !   ( m e   e m o c i o n o   😂 )   🏀 ♥ ️   m i a m i h e a t      
s h a r e   t h e   b e s t   s p o r t s d a y   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 n b a p r e s e a s o n   w s   f o r   t h e   w a s h w i z a r d s ,   s i x e r s ,   m i a m i h e a t   
 
 s p o r t s d a y   n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s d a y   c o n t e n t   :   
 n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 n b a p r e s e a s o n   w s   f o r   t h e   w a s h w i z a r d s ,   s i x e r s ,   m i a m i h e a t   
 
 s p o r t s d a y   n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s d a y   c o n t e n t   :   
 n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s 
 
  
s h a r e   t h e   b e s t   s p o r t s d a y   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 n b a p r e s e a s o n   w s   f o r   t h e   w a s h w i z a r d s ,   s i x e r s ,   m i a m i h e a t   
 
 s p o r t s d a y   n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   8 ⃣  
m a r c u s   g a r r e t t   -   g r e a t   d e f e n d e r 
 g a r r e t t   -   o k a y   p a s s e r 
 g a r r e t t   -   o k a y   s h o o t e r 
 g a r r e t t   -   o k a y   p l a y m a k e r 
 d r u   s m i t h   -   g o o d   d e f e n d e r 
 s m i t h   -   g o o d   p a s s e r 
 s m i t h   -   g o o d   p l a y m a k e r 
 s m i t h   -   g o o d   s h o o t e r 
 w h i c h   p l a y e r   w o u l d   y o u   r a t h e r   h a v e   o n   a   2 w a y   c o n t r a c t ?   
 m i a m i h e a t   h e a t
w a t c h i n g   g a r r e t t   o n   d e f e n s e   i s   a   p l e a s u r e .   h o w e v e r ,   t h e   m a r c u s   g a r r e t t   c o n u m d r u m   i s   m u c h   l i k e   t h e   j u s t i s e   w i n s l o w   c o n u m d r u m .   b o t h   a r e   e x c e l l e n t   d e f e n d e r s ,   b u t   n e e d s   a   l i f t   o f f e n s i v e l y .   y o u   w a n t   b o t h   o n   y o u r   t e a m ,   b u t   y o u   s t i l l   n e e d   c o n s i s t e n t   s c o r i n g .   h e a t   m i a m i h e a t
m i a m i   h e a t   •   s t a t e m e n t   j e r s e y   c o n c e p t   
 
 n b a t w i t t e r   n b a   m i a m i h e a t   h e a t t w i t t e r   h e a t n a t i o n    
h e a t   r o s t e r   w h a t   i f s   ( 1 ) 
 
 m i a m i h e a t 
 h e a t t w i t t e r  
h a p p y   l o c k t o b e r   3 / 4   n i g h t   i n c l u d i n g   a   u n d e r d o g   h i t   i n   t h e   d i s c o r d   y e s t e r d a y .   o u r   m e m b e r s   a r e   c a s h i n g   o u t !   h i t   t h e   l i n k   i n   t h e   b i o   t o   s i g n   u p   f o r   d a i l y   l o c k s   a n d   p r o p s !   f a n d u e l   d r a f t k i n g s   c a e s a r s s p o r t s b o o k   d i s c o r d   u n d e r d o g s   w i z a r d s   m i a m i h e a t   p a t r i c k m a h o m e s   l i n k i n b i o  
m i a m i   h e a t   v s .   h o u s t o n   r o c k e t s   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   m i a m i h e a t   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s o u t h e a s t d i v i s i o n   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t   w a r r i o r s h i g h l i g h t  
n i k o l a   j o v i c   i s   h a n d l i n g   t h e   t r a n s i t i o n   m i a m i h e a t  
m a x   s t r u s   2 4   p o i n t s   f u l l   h i g h l i g h s   v s   r o c k e t s   o c t o b e r   1 0 t h   2 0 2 2 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
i t ' s   a   l o a d e d   m o n d a y   1 0 / 1 0 / 2 2 
 
 - a f t e r m a t h   o f   j e t s   l o s s   f o r   m i a m i d o l p h i n s 
 
 - e j d c o n s t r u c t i o n . c o m   f i n s u p   r e p o r t 
 
 -   f a n t a s y f o o t b a l l   z o n e   w i t h   
 
 - m i a m i h e a t   r e p o r t   w i t h   
 
 a n d   m o r e ! 
 
 y o u t u b e   
  
[ p o s t   g a m e ]   h e a t   d e f e a t   r o c k e t s   i n   p r e s e a s o n   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
s p o r t s :   l o o k i n g   f o r w a r d   t o   w a t c h i n g   🏀 !   
 
 n b a     m i a m i h e a t   ♥ ️ 
  
d r u   s m i t h   f i n d s   j a m a l   c a i n   f o r   t h e   p o s t e r   l o b ❗ ️ 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
h o u s t o n   r o c k e t s   v s   m i a m i   h e a t   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   h e a t v s r o c k e t s   m i a m i h e a t   n b a h i g h l i g h t s   n b a p l a y o f f s   r o c k e t s v s h e a t   s o u t h e a s t d i v i s i o n  
r o c k e t s   a t   h e a t   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 4 5   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
e n d e   b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 6 : 1 0 7   w a s h i n g t o n w i z a r d s   v s   c h a r l o t t e h o r n e t s   
 1 1 3 : 9 7   p h i l a d e l p h a 7 6 e r s   v s   c l e v e l a n d c a v a l i e r s   
 1 1 0 : 1 1 8   h o u s t o n r o c k e t s   v s   m i a m i h e a t   
 1 0 5   : 1 0 7   p h o e n i x s u n s   v s   d e n v e r n u g g e t s
[ p o s t   g a m e ]   h e a t   d e f e a t   r o c k e t s   i n   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m e   w i t h   l i f e   g o a l s ✨ 👌 🏾   m i a m i h e a t  
m i a m i h e a t   l o s t   a n d   m y   s e a t t l e s e a h a w k s   l o s t   ☹ ️ 🥴
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
j o v i c   i s   g o i n g   t o   b e   t h e   b i g g e s t   s t e a l   o f   t h e   d r a f t .   m i a m i h e a t
m i a m i   h e a t   v s .   h o u s t o n   r o c k e t s   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   m i a m i h e a t   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s o u t h e a s t d i v i s i o n   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t   w a r r i o r s h i g h l i g h t  
s u n s   l o o k i n g   t o   a c q u i r e   r o t a t i o n a l   p i e c e s   f o r   j a e   c r o w d e r   i n s t e a d   o f   f u t u r e   a s s e t s   –   r e p o r t   a t l a n t a h a w k s   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r   m i a m i h e a t   m i l w a u k e e b u c k s  
t h e   m i a m i   h e a t   e n d i n g   t h e   f i r s t   h a l f   b e a u t i f u l l y   v s .   t h e   r o c k e t s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
t h e   m i a m i h e a t   n e e d s   t o   n o t   o v e r   t h i n k   t h i s   a n d   f i n d   m i n u t e s   f o r   t h i s   t a l e n t e d   1 9   y e a r   o l d .   h e ’ s   b e e n   v e r y   i m p r e s s i v e .   n i k o l a   j o v i c   1 5   p t s   1 2   r e b   4   a s t   h o u s t o n   r o c k e t s   v s   m i a m i   h e a t   h i g h l i g h t . . .     v i a  
g o t   ‘ e m ! ! ! !   h e a t n a t i o n   m i a m i h e a t   h e a t l i f e r   b a l l i s l i f e 🏀  
j i m m y   n e u t r o n   c o m e b a c k   s e a s o n   i n c o m i n g   🔥 🔥 🔥 
 
 n b a   m i a m i h e a t  
v i c t o r   o l a d i p o   p r e s e a s o n   d e b u t   s t a t s   v s   h o u s t o n   r o c k e t s 
 
 8   p t s 
 4   r e b 
 3   s t l s 
 
 h e a t c u l t u r e   m i a m i h e a t   v i c t o r o l a d i p o   r e v e n g e s z n  
t h e   m i a m i   h e a t   a r e   i n   t h e   w i n   c o l u m n   . . .   j u s t   p r a c t i c i n g   b e f o r e   t h e   r e g u l a r   s e a s o n   . . .   m i a m i h e a t   h e a t   h e a t c u l t u r e  
n i c e   t o   s e e     d o i n g   t h e i r   t h i n g   p r e s e a s o n ! !   i   f e e l   h o p e f u l   f o r   t h i s   o n e ! ! 
 
 m i a m i h e a t   n b a   p r e s e a s o n
j a m a l   c a i n   o a k l a n d   g r i z z l i e s   v s   u i c   f l a m e s   |   2 6   p o i n t s ,   1 2   r e b o u n d s ,   2   a s s i s t s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
d i p o   l o o k s   f r e s h   m i a m i h e a t
w e   k e p t   d e d m o n   i n s t e a d   o f   g e t t i n g   b o o g i e ?   m i a m i h e a t
  c o n g r a t u l a t i o n s   k e l l y ! ! ! ! !   l o o k i n g   f o r w a r d   t o   w a t c h i n g   y o u   w i t h   o u r   h e a t   t h i s   s e a s o n .   g o   h e a t ! ! ! ! ! !   h e a t c u l t u r e   m i a m i h e a t
t h e   e a r l i e s t   i ' v e   b e e n   t o   a   g a m e   t o   c a t c h   t h e   s h o o t   a r o u n d .   n o t h i n g   b u t s   b l a n s   c o m e   e a r l y   t o   t h e   g a m e   🤣 .   i   f e e l   l i k e   b u d d y   i n   g e t   o u t   v i s i t i n g   t h e   w h i t e   f a m i l y .   m i a m i h e a t  
g o   v i c   ❤ ️ 👏 🏾   m i a m i h e a t  
m i a m i   h e a t   d e f e n s e   v s .   t h e   g r i z z l i e s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
r i c k   r o s s   t r y i n g   t o   u s e   m i a m i h e a t   b a t h r o o m   😂 😂 😂 😂   n b a  
j a m a l   c a i n   o n   s i g n i n g   a   t w o ‑ w a y   c o n t r a c t :   " e x t r e m e l y   h a p p y   & a m p ;   e   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   j a m a l c a i n   j a m a l c a i n p r a c t i c e   j a m a l c a i n s i g n s w i t h t h e m i a m i h e a t   j a m a l c a i n t w o w a y c o n t r a c t   m i a m i h e a t   m i a m i h e a t p r a c t i c e   m i a m i h e a t t r a i n i n g c a m p   s o u t h e a s t d i v i s i o n  
7 : 3 0   p m   t o n i g h t   i t   a l l   s t a r t s .   m i a m i h e a t
g o t   m y   l o w   k e y   p a r k i n g   s p o t   b y   t h e   h e a t   a r e n a   t h a t   i   r e f u s e   t o   t e l l   a n y o n e   a b o u t   🤷 🏿 ‍ ♂ ️   m i a m i h e a t
🔥   9   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r         m i a m i h e a t  
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   9 ⃣  
j a m a l   c a i n   o n   m a k i n g   a n   . . . 
   
 
   
 a m e r i c a n a i r l i n e s a r e n a   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   e t h a n s k o l n i c k   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s n e t w o r k   h e a t c u l t u r e   h e a t n a t i o n   h e a t s e a s o n   m i a m i h e a t   m i a m i h e a t a n a l y s i s   m i a m i h e a t n b a   m i a m i h e a t s h o w   p o d c a s t  
d o e s   j o k i c   d e s e r v e   a   s t a r t i n g   s p o t ?   m i a m i h e a t
h e a d g e a r   c o l l e c t i o n   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
t h e   4 1 1   o n   o u r   o p t i o n s   a t   t h e   4   f o r   t h e   2 0 2 2 - 2 3   s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
s c r e e n   t h e   s c r e e n e r   a c t i o n   b y   m i a m i   h e a t   d u r i n g   n b a p r e s e a s o n .   t h i s   a c t i o n   i n v o l v e s   a l l   p l a y e r s   o n   t h e   c o u r t   a n d   h a s   m a n y   v a r i o u s   s o l u t i o n s .   t w o   o f   t h e m   l e a d i n g   b y   k y l e   l o w r y   a n d   t y l e r   h e r r o . 
 
 x s o s   m i a m i h e a t  
j i m m y   b u t l e r   w i l l s   t h e   h e a r t   o v e r   t h e   l a k e r s   i n   g a m e s   m i a m i h e a t   j i m m y b u t l e r   l a k e r s   n b a p l a y o f f s   n b a s e a s o n   n b a 2 0 2 2 🏀  
b r e a k i n g :   j a m a l   c a i n ’ s   c o n t r a c t   t   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   j a m a l c a i n   j a m a l c a i n h i g h l i g h t s   m i a m i h e a t   m i a m i h e a t j a m a l c a i n   m i a m i h e a t n e w s   m i a m i h e a t o f f s e a s o n r u m o r s   m i a m i h e a t o f f s e a s o n t r a d e s   m i a m i h e a t r u m o r s   n b a   n b a n e w s   n b a r u m o r s   s o u t h e a s t d i v i s i o n  
j a m a l   c a i n   i n t e r v i e w   o n   s i g n i n g   a   t w o ‑ w a y   c o n t r a c t :   " e x t r e m e l y   h a p p y   & a m p ;   e x c i t e d   t o   g e t   t o   w o r k "   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   w h i t e h o t   h e a t n a t i o n   h e a t t w i t t e r   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   1 ⃣ 0 ⃣  
t h e     h a d   a   p r e t t y   q u i e t   o f f s e a s o n ,   b u t   a f t e r   b e i n g   o n e   s h o t   a w a y   f r o m   t h e   n b a f i n a l s ,   w h a t   c a n   t h e y   d o   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 m i a m i h e a t   m i a m i   n b a t w i t t e r   n b a   j i m m y b u t l e r   t y l e r h e r r o   b a m a d e b a y o   h e a t   s o u t h b e a c h  
🔥   1 0   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r       m i a m i h e a t  
h e a d g e a r   c o l l e c t i o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
c o u p ' s   n o t e b o o k   v o l .   2 7 :   w h a t   a   d i f f e r e n t   b a m   r e a l l y   m e a n s ,   j a m a l   c a i n ’ s   i n s t i n c t s ,   d r i v i n g   d u n c a n   a   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
[ w o j n a r o w s k i ]   t h e   m i a m i   h e a t   a r e   c o n v e r t i n g   u n d r a f t e d   r o o k i e   f o r w a r d   j a m a l   c a i n   t o   a   t w o - w a y   c o n t r a c t .   c a i n ’ s   a v e r a g e d   1 7   p o i n t s   a n d   8 . 5   r e b o u n d s   i n   h e a t ’ s   p a s t   t w o   p r e s e a s o n   g a m e s . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
l o o k s   l i k e   w h i t e   m a s h u p   j e r s e y s   a r e   c o n f i r m e d   f o r   t h i s   s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
[ w i n d e r m a n ]   t h e   h e a t   h a v e   c o n v e r t e d   j a m a l   c a i n   t o   a   t w o - w a y   c o n t r a c t ,   h a v e   w a i v e d   d a r i u s   d a y s   f r o m   h i s   t w o - w a y   a n d   s i g n e d   m y c h a l   m u l d e r .   d a y s   t h e n   s i g n e d   a n   e x h i b i t i o n   1 0   w i t h   h e a t ,   w a s   a l s o   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
b e   l i k e   .   t h e s e   c o n c e p t s   a r e   p u r e   h e a t !   🔥 🔥 🔥 
 m i a m i h e a t     s m s p o r t s   j e r s e y d e s i g n   p h o t o s h o p   u n i m o c k u p s   c a p c u t  
      1 0 0 %   w a s   c o l d   i n   t h e   p l a y o f f s   v s   m y   m i a m i h e a t
1 0 / 9 / 2 ” 
 
 t h e b u b b l e   w a s   w i n d i n g   d o w n   a n d   t w o   t e a m s   r e m a i n e d   m i a m i h e a t   a n d   l a k e r s       h e a d e d   i n t o   g a m e   5   t h e     w e r e   a h e a d   3 - 1 .   b u t   w h a t   n o   o n e   e x p e c t e d ,   w a s   t h a t   t h i s   w a s   t h e   n i g h t   m y   m a n     a k a   j i m m y   b u c k e t s   w o u l d   c h o o s e   t o   h a v e   a   g a m e   t h a t   w o u l d   h i g h l i g h t   h i s   l e g a c y .  
t h e   m i a m i   h e a t   a r e   i n   t h e   p r o c e s s   o f   r e - s i g n i n g   m y c h a l   m u l d e r ,   l i k e l y   t o   f u n n e l   h i m   t o   t h e i r   g   l e a g u e   a f f i l i a t e .   i t   m e a n s   a   p l a y e r   f r o m   t h e   o r i g i n a l   c a m p   r o s t e r   w i l l   h a v e   t o   b e   w a i v e d . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
c a r n i v a l   c r u i s e   s t o c k   p r i c e |   s h o u l d   i   b u y   c a r n i v a l   c r u i s e   s t o c k ❓     v i a     c a r n i v a l c r u i s e s t o c k p r i c e   c n b c   c c l   m i a m i h e a t
t h e   m i a m i   h e a t   i n c h e s   c l o s e r   a t   t h e   h a l f   v s .   t h e   g r i z z l i e s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
a f t e r   w a t c h i n g   t h e   p r e s e a s o n   i   u n d e r s t a n d   w h y   w e   d i d n ’ t   m a k e   a n y   b i g   t r a d e s   m i a m i h e a t
    b o y ,   y o u   k n o w   i t ' s   p r e - s e a s o n   w h e n   “ n o - d ” u n c a n   r o b i n s o n   i s   g e t t i n g   q u a l i t y   m i n u t e s .   m i a m i h e a t
m i a m i   h e a t   v s   m e m p h i s   g r i z z l i e s   |   n b a   l i v e   . . . 
   
 
   
 e s p n   g r i z z l i e s v s h e a t   h e a t v s g r i z z l i e s   j i m b y s p o r t s   m e m p h i s g r i z z l i e s   m i a m i h e a t   n b a l i v e   n b a l i v e 2 0 2 2   n b a l i v e s c o r e b o a r d   n b a l i v e s c o r e b o a r d 2 0 2 2   n b a l i v e s t r e a m i n g t o d a y   n b a l i v e s t r e a m i n g t o d a y 2 0 2 2  
i n s t a l l a t i o n   o f   n e w   r o o f t o p   f t x   l o g o ,   r e p l a c i n g   t h e   a a a   a i r p l a n e   i s   u n d e r w a y   a t   f t x   a r e n a   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
g e t   t o   k n o w   n i k o l a   j o v i c   |   o n e   o n   o n e   w i t h   e t h a n   s k o l n i c k 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
u d o n i s   h a s l e m   h o p e s   y o u n g e r   g e n e r a t i o n   w i l l   e m u l a t e   h i s   c a r e e r   a s   a n   u n d r a f t e d   h e a r t   a n d   s o u l   o f   m i a m i   h e a t   m i a m i h e a t   u d o n i s h a s l e m  
2   o f   t h e   b i g g e s t   n o n   h e a t   l e g e n d s   i n   r e c e n t   m e m o r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   y o u n g   p l a y e r s   s e i z i n g   t h e   o p p o r t u n i t y   v s .   t h e   g r i z z l i e s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
h a v e   w e   d e c i d e d   o n   a   l e g i t   n i c k n a m e   f o r   j o v i c ? 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m i a m i h e a t   9   c a r d   l o t   h e a t   
 
 $ 4   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
  b a c k   a t   i t   w i t h   t h e   s q u a d   🙌 🔥 🔥 
 
 n b a l o t t e r y   d a r i u s g a r l a n d   n b a o n t n t   n b a d r a f t   k y r i e   l a l a k e r s   u n d e r a u r m o r   k i n g j a m e s   u t a h j a z z   b l a z e r s   d a m e 4   n i k e b a s k e t b a l l   l e b r o n l a k e r s   p o r t l a n d t r a i l b l a z e r s   n i k e   m i a m i h e a t   k u h o o p s   t r a e y o u n g  
[ p o s t   g a m e ]   h e a t   p r e s e a s o n   s q u a d   d e f e a t s   m e m p h i s   s t a r t e r s   |   d u n c a n   r o b i n s o n   2 9   p t s ,   c a i n   1 9   p t s   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
t h e   r e s t   o f   t h e   l e a g u e   w h e n e v e r   w e   s i g n   a n   u n k n o w n   p r o s p e c t   t h a t ’ s   a l r e a d y   n b a   r e a d y 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
a n d   n o w   a   m e s s a g e   f r o m   d u n k i n :   n i g h t   n i g h t 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
t y l e r   h e r r o ,   o n e   o f   t h e   n e w   g u n s   f o r   t h e   n b a . 
 n b a   m i a m i   m i a m i h e a t  
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   1 ⃣ 1 ⃣  
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   m i a m i   h e a t   t r y i n g   t o   t r a d e   f o r   j a e   c r o w d e r "   
 
 c r e a t o r :     c y r o   a s s e o 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h e a t   m i a m i h e a t 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " h e a t   a t   g r i z z l i e s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h e a t   m i a m i h e a t 
 
  
h e a t   a t   g r i z z l i e s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 3   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
d u n c a n   r o b i n s o n   l e a d i n g   t h e   h e a t   g - l e a g u e   t e a m   t o   v i c t o r y   l i k e : 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   v s   m e m p h i s   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   g r i z z l i e s v s h e a t   g r i z z l i e s v s h e a t h i g h l i g h t s   h e a t v s g r i z z l i e s   h e a t v s g r i z z l i e s f u l l g a m e h i g h l i g h t s   h e a t v s g r i z z l i e s h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s   m e m p h i s g r i z z l i e s   m i a m i h e a t  
e n d e   
 e i s h o c k e y   h e r r e n   n c a a   
 1 : 4   m i n n e s o t a s t a t e m a v e r i c k s   v s   m i n n e s o t a g o l d g o p h e r s   
 b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 3 : 1 3 1   d e n v e r n u g g e t s   v s   c h i c a g o b u l l s   
 1 0 0 : 1 1 6   t o r o n t o r a p t o r s   v s   h o u s t o n r o c k e t s   
 1 1 1 : 1 0 8   m i a m i h e a t   v s   m e m p h i s g r i z z l i e s
[ p o s t   g a m e ]   h e a t   p r e s e a s o n   s q u a d   d e f e a t s   m e m p h i s   s t a r t e r s   |   d u n c a n   r o b i n s o n   2 9   p t s ,   c a i n   1 9   p t s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
n i k o l a   j o v i c   l o o k i n g   s o l i d   t o n i g h t   a g a i n s t   t h e   n e t s   👀   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   v s .   m e m p h i s   g r i z z l i e s   . . . 
   
 
   
 a n t h o n y d a v i s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   m i a m i h e a t   n b a h i g h l i g h t s 2 0 2 2   s o u t h e a s t d i v i s i o n   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
l a k e r s   a m o n g   p o t e n t i a l   s u i t o r s   f o r   m o   b a m b a   b r o o k l y n n e t s   l o s a n g e l e s l a k e r s   m i a m i h e a t   m o b a m b a  
u m m   r e a l   t a l k ,   a r e   t h e   h e a t   g o i n g   t o   h a v e   t o   r e l e a s e   o n e   o f   t h e   t w o   w a y   g u y s   o n   t h e   r o s t e r   t o   m a k e   w a y   f o r   j a m a l   c a i n   b e c a u s e   i t ' s   s t a r t i n g   t o   b e c o m e   a   v e r y   r e a l   p o s s i b i l i t y . . .   
 h e a t t w i t t e r   m i a m i h e a t   h e a t c u l t u r e  
_   r i g h t   b e h i n d   j i m m y   b u c k e t s   w h o   i s   w i n n i n g   t h e   t i t l e   t h i s   y e a r   m i a m i h e a t
m i a m i   u n k n o w n s   v a   m e m p h i s   g r i z z l i e s .   
 t h e   u n k n o w n s   w i n s . .   
 m i a m i h e a t   h e a t   m i a m i   h e a t c u l t u r e  
m i a m i   h e a t   r o o k i e   n i k o l a   j o v i c   s t a t s   v s   m e m p h i s 
 
 1 3   p t s 
 8   r e b 
 3 3 %   f g 
 
 m i a m i h e a t   n i k o l a j o v i c  
m i a m i   h e a t   j a m a r e e   b o u y e a   s t a t s   v s   m e m p h i s 
 
 1 2   p t s 
 8   a s t 
 3 9   m i n u t e s 
 
 m i a m i h e a t   j a m a r e e b o u y e a  
m i a m i   h e a t   t r y   t o   d r a w   m o t i v a t i o n   f r o m   t h e   p a i n   o f   f a l l i n g   i n c h e s   s h o r t   o f   n b a   f i n a l s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
b a s i c a l l y   t h e   h e a t ’ s   3 r d   s t r i n g   b e a t   t h e   g r i z z l i e s .   n i c e !   m i a m i h e a t  
t h e   m i a m i   h e a t ! ! ! 
 
 t h a t ' s   a l l   i   g o t t a   s a y   a f t e r   t o d a y ' s   p r e s e a s o n   g a m e   🔥 🔥 🔥 
 
 n b a   n b a p r e s e a s o n   h e a t v s g r i z z l i e s   m i a m i h e a t  
e a r l y   b o l d   p r e s e a s o n   p r e d i c t i o n . . .   t h e   m i a m i h e a t   w i l l   b e   a   t o p   3   t e a m   i n   t h e   e a s t ,   7 t h   b e s t   r e c o r d   o v e r a l l
m i a m i h e a t   v s   m e m p h i s   l o o k s   l i k e   a   s e a s o n   g a m e   a l r e a d y !
g o t t a   c r e d i t   t h a t     f r o n t   o f f i c e .   f i r s t   r o u n d   p i c k   j o v i c   i s   a   s n i p e r   ! !   m i a m i h e a t   t h e j e f f f o x s h o w i n c
j o v i c   p r o v i n g   h e   i s   h i m   h e a t t w i t t e r   m i a m i h e a t
w e   g o t   o u r   3 r d   s t r i n g   p l a y i n g   t h e   g r i z z   a n d   g i v i n g   t h e m   a   r u n   f o r   t h e i r   m o n e y   n b a   m i a m i h e a t
i   l i k e   j a m a l   c a i n   h e   i s   n i c e   m i a m i h e a t
m i a m i   u n k n o w n s   v s   m e m p h i s   g r i z z l i e s . .   
 m e m p h i s   h a v i n g   a   h a r d n t i m e .   
 m i a m i h e a t   m i a m i   h e a t c u l t u r e
f y i     👀 
 
 a l o t t a   y a l l l l l l l   o n   m e m p h i s   - 8 . 5   😁 😁 
 g a m b l i n g t w i t t e r   n b a   m i a m i h e a t   s p o r t s b e t t i n g p i c k s  
m i a m i   h e a t   v s .   b r o o k l y n   n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   m i a m i h e a t   n b a h i g h l i g h t s 2 0 2 2   s o u t h e a s t d i v i s i o n   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
🔥   1 2   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r     m i a m i h e a t  
d i p o   r e a d y   f o r   t h e   s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
t h i s   c a n   o p e n   r o o m   f o r   t h e   h e a t   t o   u s e   b a m   i n   t h e   4   a n d   p o s s i b l y   r o t a t e   m o   b a m b a   a n d   y u r t   a t   t h e   5 . . 
 
 o r   e v e n   c o n t i n u e   u s i n g   b a m   a t   5   a n d   h a v e   m o   a s   a   b a c k u p . . 
 
 t o n   o f   d i f f e r e n t   l i n e u p s   t h a t   s p o   c a n   m a k e   w i t h   t h i s . . 
 
 i   m e a n ,   i t   c a n   h e l p   a   l o t . .   l o o k   i n t o   i t       m i a m i h e a t
m i a m i h e a t   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n 
 🏀 
 
 m o r e   n e w s :   
 
     n b a   b a s k e t b a l l  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   -   . . . 
   
 
   
 7 6 e r s v s n e t s   b r o o k l y n n e t s   b r o o k l y n n e t s v s m i a m i h e a t   b r o o k l y n n e t s v s m i a m i h e a t f u l l g a m e   e a s t e r n c o n f e r e n c e   h e a t v s n e t s   h e a t s v s n e t s   h e a t s v s n e t s h i g h l i g h t s m i a m i h e a t s v s b r o o k l y n n e t s l i v e   h e a t s v s n e t s l i v e   m i a m i h e a t  
p r e s e a s o n   g a m e   3 !   m i a m i h e a t   v s   t h e   m e m p h i s g r i z z l i e s   i n   m e m p h i s t e n n e s s e e   t o n i g h t   a t   8 p m   o n   b a l l y s p o r t s s u n   a n d   n b a t v !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
d e d m o n   t o   j o v i c   i n   l o c k e r   r o o m ,   “ w h a t   t h e   f -   -   k ,   y o u ’ r e   s t i l l   i n   h i g h   s c h o o l ? ! ”   a n d ,   y e s ,   n i k o l a   s a i d   i t ’ s   t r u e ,   h a d   t o   s k i p   f i n a l   e x a m   t o   p r e p a r e   f o r   d r a f t . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
  p r e p p i n g   f o r   t h e   s h o w   🔴 📸 🔴 📸 🔴   
 
 e a s t c o a s t h o o p r e c r u i t   g l e a g u e i g n i t e   n b a p r e s e a s o n   n i k e   n b a l o t t e r y   c l e v e l a n d c a v a l i e r s   o t e   j o r d a n p o o l e   c u r r y   p o r t l a n d t r a i l b l a z e r s   u t a h j a z z   m i a m i h e a t   i g n i t e   j a y s o n t a t u m 0   j a y s o n t a t u m   o v e r t i m e  
n i k o l a   j o v i c   l o o k i n g   s o l i d   t o n i g h t   a g a i n s t   t h e   n e t s   👀 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   n b a   n i k o l a j o v i c   n i k o l a j o v i c h i g h l i g h t s   n i k o l a j o v i c n b a d r a f t   n i k o l a j o v i c s e r b i a   s o u t h e a s t d i v i s i o n  
n i k o l a   j o v i ć   l o o k s   v e r y   w e l l   r o u n d e d   f o r   r o o k i e .   h e   i s   g o i n g   t o   d e v e l o p   i n t o   o u r   f u t u r e   4 .   a n o t h e r   s t e a l   b y   t h e   g o a t   p a t   r i l e y .   h e a t c u l t u r e   w e d r a f t b e t t e r t h a n y o u   m i a m i h e a t
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   1 ⃣ 2 ⃣  
g o o d   m o r n i n g   🌞   ☀ ️   m i a m i   b e a c h   s o u t h b e a c h   c o l l i n s a v e   o c e a n d r i v e   d o w n t o w n   m i a m i h e a t   f t x   a a a  
o k a a a a y ,   h e ’ s   s t i l l   i n   h i g h   s c h o o l ,   d o m i n a t i n g   t h a n g s   m i a m i h e a t  
d e d i c a t i o n ✨ 🔥   m i a m i h e a t  
n e v e r   f a l t e r e d 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
j o v i c   a n d   c a i n   w e r e   i m p r e s s i v e   t o n i g h t   🔥   m i a m i h e a t
[ p o s t   g a m e ]   h e a t   b l o w   o u t   n e t s   a n d   c o m p l e t e   t h e   s e c o n d   p r e s e a s o n   g a m e   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
  y e s .   t h e   y o u n g   p l a y e r s   w e r e   i m p r e s s i v e .   
 m i a m i h e a t
* b r e a t h e s *   h e ' s   o n l y   1 9 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
    b e   l i k e   “ w e   g o t   1 0 0 0 0 0   d r a f t   p i c k s ” .     b e   l i k e   “ w e   j u s t   f o u n d   t h i s   d u d e   p l a y i n g   b y   t h e   b e a c h   i n   f l i p   f l o p s ” h e a t c u l t u r e   m i a m i h e a t
m i a m i   h e a t   2 2 - 2 3   p r e - s e a s o n   c o u r t   d e s i g n   w i p 
 
 ✔ b i l l   r u s s e l l   6   l o g o 
 ✔ 3 5 t h   a n n i v e r s a r y   l o g o 
 
 h e a t n a t i o n   m i a m i h e a t   n b a  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
m i a m i   h e a t   v s   b r o o k l y n   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   h e a t v s n e t s   h e a t v s n e t s 2 0 2 2   h e a t v s n e t s h i g h l i g h t s   h e a t v s n e t s p r e s e a s o n   l o n g f u l l g a m e h i g h l i g h t s   m i a m i h e a t   n b a f u l l g a m e h i g h l i g h t s   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   s o u t h e a s t d i v i s i o n  
[ p o s t   g a m e ]   h e a t   b l o w   o u t   n e t s   a n d   c o m p l e t e   t h e   s e c o n d   p r e s e a s o n   g a m e 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
b r o o k l y n   n e t s   v s   m i a m i   h e a t   w a s   o n   e s p n   a p p   ( u s ) .   c o - c o m m e n t a t o r   i s   d o r i s   b u r k e .   r e p o r t e r   i s   m o n i c a   m c n u t t .     f o r   m o r e   d e t a i l s   s e e     b r o o k l y n n e t s   m i a m i h e a t   e s p n a p p u s
i   s a w   a   d i f f e r e n t   k i n d   o f   d u n c a n   r o b i n s o n ,   i   l i k e   i t .   n i k o l a   j o v i c   h a s   j o k i c   p o t e n t i a l .   i   l i k e   i t .   
 m i a m i   m i a m i h e a t   h e a t w i n   h e a t c u l t u r e  
s i t h   l o r d   o l a d i p o 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
h e a t   r o o k i e   n i k o l a   j o v i c   s t i l l   h a s n ’ t   w r i t t e n   h i g h   s c h o o l   f i n a l   e x a m   m i a m i h e a t   n i k o l a j o v i c  
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   1 ⃣ 3 ⃣  
d e f e n s i v e   t h e n   o f f e n s i v e   p l a y   f r o m     b e n s i m m o n s   n b a   b r o o k l y n _ n e t s   m i a m i h e a t  
e v e n   t h o u g h   i t ' s   p r e - s e a s o n   y o u   c a n   j u s t   t e l l   k i d   h a s   a   f e e l   f o r   t h e   g a m e .   h e   l o o k e d   g o o d   i n   1 5   m i n   o f   p l a y .   t h e r e ' s   d e f i n i t e l y   s o m e   u n l o c k   p o t e n t i a l   t o   t h i s   k i d   a n d   i   h o p e   w e   s e e   i   t h r o u g h   i n   m i a m i .   m i a m i h e a t  
m i a m i   h e a t   v s .   b r o o k l y n   n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   m i a m i h e a t   n b a h i g h l i g h t s 2 0 2 2   s o u t h e a s t d i v i s i o n   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
t h e   s e c r e t   w e a p o n   🖤   🥷 🏾   l o l o l   m i a m i h e a t   🔥 n b a t w i t t e r  
m i a m i   h e a t   d u n c a n   r o b i n s o n   s t a t s   v s   b r o o k l y n   n e t s   i n   n b a   p r e s e a s o n   2 0 2 2 
 
 1 2   p t s 
 5   r e b 
 4   a s t 
 
 m i a m i h e a t   d u n c a n r o b i n s o n  
m i a m i   h e a t   j a m a l   c a i n   s t a t s   v s   b r o o k l y n   n e t s   i n   n b a   p r e s e a s o n   2 0 2 2 
 
 1 5   p t s 
 1 1   r e b 
 5   s t l s 
 
 m i a m i h e a t   j a m a l c a i n  
a l r i g h t   n o w   💯   h e l d   t h e   n e t s   t o   8 0   p t s   🔥   m i a m i h e a t  
    l o v e   t o   s e e   y o u   w o r k !   n b a   m i a m i h e a t   g o l d e n g r i z z l i e s   o a k l a n d u   p o n t i a c  
f i n a l . 
 
 m i a m i   h e a t   1 0 9 
 b r o o k l y n   n e t s   8 0   
 
 s i r i   p l a y   p e p a s   r n . 
 m i a m i h e a t   b r o o k l y n n e t s   n b a
m i a m i h e a t     1 0 9     -       n e t s     8 0     f i n a l   n b a p r e s e a s o n
j a m a l   c a i n   t o n i g h t : 
 
 1 5   p o i n t s   ( 6 - 1 0 f g ,   1 - 1   f r o m   t h r e e ) 
 1 1   r e b o u n d s 
 1   a s s i s t 
 5   s t e a l s ! !   ( t e a m   h i g h )   
 
 a n o t h e r   d i a m o n d   f o u n d   b y   t h e   m i a m i   h e a t ?   🔥 
 m i a m i h e a t   n b a  
d a r i u s   d a y s   h a s   e n t e r e d   t h e   g a m e   a n d   s c o r e s   m i a m i h e a t
n i k o l a   j o v i c   t o n i g h t : 
 
 1 0   p o i n t s   ( 4 - 7 f g ,   2 - 4   f r o m   t h r e e ) 
 3   r e b o u n d s 
 5   a s s i s t s ( m a t c h e d   t e a m   h i g h ) 
 2   s t e a l s 
 1 5   m i n u t e s   🔥 
 
 m i a m i   h e a t ' s   d r a f t   p i c k   l o o k i n g   g o o d   o u t   t h e r e   t o n i g h t   m i a m i h e a t   n b a  
d r u   s m i t h   p l a y s   n i c e l y   a s   a   b a c k u p   p g   m i a m i h e a t
n i c e   d r i v e   f r o m   j o v i c ,   e n t e r s   d o u b l e   f i g u r e   p o i n t s !   m i a m i h e a t
a n d   j o v i c   f o r   t h r e e e ! !   m i a m i h e a t
t h r e a d   b r e a k i n g   d o w n   t h e   h e a t ' s   " r u l e s "   f o r   b a m   a n d   y u r t   l i n e u p s   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
p r e t t y   d i s h   f r o m   h i g h s m i t h   t o   s t r u s   f o r   t h e   r e v e r s e   m i a m i h e a t
t h e   s t r u s   i s   l o o o o s e   m i a m i h e a t
i ’ m   l i k i n   t h i s   c a i n   g u y   w h e r e   h e   c o m e   f r o m   m i a m i h e a t
h o n e s t l y   d u n c a n   h u s t l i n g   f o r   r e b o u n d s   a n d   p u s h i n g   t h e   b a l l   i s   a   g o o d   s i g n ,   h e   c a n   d o   m o r e   t h a n   j u s t   s h o o t   m i a m i h e a t
l o l   b e n   s i m m o n s   w o u l d n t   e v e n   p o s t   u p   o v e r   l i l   k y l e   l o w r y   m i a m i h e a t   h e a t t w i t t e r
k d   8 / 1 1   f g s   1 / 3   3 p t   g o o d   f o r   2 2   p o i n t s .   s t i l l   d o w n   1 8   w i t h   a   - 1 0   p e r .   b r o o k l y n n e t s   m i a m i h e a t   n b a p r e s e a s o n
m i a m i h e a t   m u c h   t o u g h e r   m e n t a l l y   t h a n   b r o o k l y n n e t s   n b a   h e a t   n e t s   e s p n   j u s t   p r e s e a s o n   i   p r e d i c t   n e t s   m e l t d o w n   a t   s o m e   p o i n t   t h i s   s e a s o n
l i k i n g   l o w r y ' s   e n e r g y   i n   t h i s   2 n d   h a l f ,   h u s t l e   p l a y s   a r e   a l w a y s   g o o d .   m i a m i h e a t
r e f   i s   a n   l   f o r   n o t   a l l o w i n g   t h a t   b a m   s t e p   b a c k   t o   c o u n t   m i a m i h e a t
s t r u s   f o r   t h r e e e e e   f i n a l l y ! !   m i a m i h e a t
j i m m y   b u t l e r   s t a r t s   t h e   s e c o n d   h a l f   o n   t h e   b e n c h .   l o o k s   d o n e   f o r   t h e   n i g h t .   n b a p r e s e a s o n   b r o o k l y n n e t s   m i a m i h e a t
i   k n o w   i t ’ s   p r e s e a s o n   b u t   i ’ m   l i k i n g   w h a t   w e   p u t t i n g   t o g e t h e r   a g a i n s t   b r o o k l y n   m i a m i h e a t
y e s ,   i t ’ s   o n l y   t h e   p r e s e a s o n .   b u t ,   l m a o   a t   t h e   n e t s   w i t h   k d   & a m p ;   s i m m o n s   s t r u g g l i n g   a g a i n s t   t h e   h e a t ’ s   u n d r a f t e d   g u y s   m i a m i h e a t
g i v e   t h e   b a l l   t o   t h e   t r a i l e r   s m h   m i a m i h e a t
w e   n e e d   b u b b l e   m u s t a c h e   j i m m y b   h e a t n a t i o n   m i a m i h e a t
o n l y   l e b r o n , j o k i c   a n d   l u k a   i s   b e t t e r   i n   i n t e l l i g e n c e   t h a n   b e n   s i m m o n s   h i s   p a s s e s   h i s   c r e a t i v i t y   h i s   c l e v e r n e s s   i s   m a t c h   w i t h   t h e s e   3   m o s t   u n b e l i e v a b l e   m i a m i h e a t   n b a p r e s e a s o n   b r o o k l y n n e t   🎩
s i m m o n s '   m o v i n g   w e l l .   l o o k s   l i k e   h e ' s   a t   1 0 0 %   a f t e r   h i s   b a c k   s u r g e r y .   m e a n w h i l e   t h e   n e t s   c a n ' t   b u y   a   b u c k e t   d o w n   3 1 - 4 8 .   m i a m i h e a t   b r o o k l y n n e t s   n b a p r e s e a s o n
m i a m i   h i t t i n g   3 s   f r o m   d e e p .   j o v i ć   l o o k i n g     l i k e   a   g r e a t   p i c k u p .   b r o o k l y n ' s   2 n d   s t r i n g   g e t t i n g   r o l l e d   o u t   h e r e .   n b a p r e s e a s o n   b r o o k l y n n e t s   m i a m i h e a t
i ’ m   w a t c h i n g   _ b o 2 0   r i g h t   n o w   a n d   i   d o   n o t   h a t e   i t ,   i ’ m   a c t u a l l y   e n j o y i n g   i t   m i a m i h e a t
d u n c a n   r o b i n s o n   h a s   a   b a g   a l l   t h e   s u d d e n ? ? ? 🔥     m i a m i h e a t   h e a t c u l t u r e
l e t ' s   g o   h e a t ! ! ! ! ! ! ! ! 
 🔥 🏀 
 h e a t b a s k e t b a l l 
 m i a m i h e a t
t h a t   j o v i c   s t e a l   a n d   d u n k   w a s   n a s t y   m i a m i h e a t
m i a m i h e a t   p r a y e r   c i r c l e :   
 
                                       🕯             🕯 
                       🕯                                               🕯 
                                         m a x   s t r u s   
                 🕯       g e t s   h i s   s h o t         🕯   
                                                 b a c k   
                       🕯                                               🕯 
                                       🕯             🕯
🔥   1 3   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r         m i a m i h e a t  
🗣 m y   g u y   _ 7   i s   a   p r i m e   e x a m p l e   o f   1 0   t o e s   d o w n . . . .   n o   s h o r t c u t s . . .   j u s t   h a r d w o r k . . .   n e v e r   c h a n g i n g   u p . . .   a l l   i n   1 0 0 0 0 0 % . .   f o l l o w e d   t h e   s c r i p t . . . .     m i a m i h e a t   d 2 t o n b a   🙏 🏽 🎯 💪 🏾 💯 🏀 🚀 🔥  
i   t r u l y   l o a t h e     t h e   p l a y   b y   p l a y   b r o a d c a s t   a r e   l i t e r a l l y   u n w a t c h a b l e 
 
 h e y   i t   e x a c t l y   w h a t   t h e     w a n t s !   m i a m i h e a t   b r o o k l y n e t s
🏀   b a s k e t b a l l :   b r o o k l y n   n e t s   v s   m i a m i   h e a t   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 b a s k e t b a l l p r e s e a s s o n   n b a l i v e   n b a f a n s   a m e r i c a n   u s a   b r o o k l y n n e t s   m i a m i h e a t
j i m m y   b u t l e r ’ s   p l a y i n g   t o n i g h t   🔥 🔥   m i a m i h e a t
m a n ,   i   l o v e   d o r i s   b u r k e ! 
 
 a n   i n c r e d i b l e   s p o r t s   f i g u r e ,   s o   e x t r e m e l y   k n o w l e d g e a b l e   a n d   a   b r e a t h   o f   f r e s h   a i r   w h e n   s h e ’ s   o n   t e l e v i s i o n   f o r   t h e   n b a   -   .   
 
 b r o o k l y n n e t s 
 m i a m i h e a t
b u c k e t s   🤝 🏾   m i a m i h e a t  
j a k e   o n   t w i t t e r 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
a n y o n e   k n o w   w h e r e   w e   c a n   c a t c h   t h e   h e a t   g a m e   t o d a y ?   i   l i v e   i n   o r l a n d o   a n d   d o n ' t   h a v e   a c c e s s   t o   b a l l y   s p o r t s .   a n y   r e c o m m e n d a t i o n s   a r e   a p p r e c i a t e d !   h e a t n a t i o n   m i a m i h e a t
1 0   y e a r s   a g o   t o d a y ,     w a s   s p o t t e d   p a r t y i n g   w i t h   h i s   f r i e n d s   a n d   t h e   m i a m i h e a t   p l a y e r s   i n   a t l a n t a !  
n e w   l o g o   b e i n g   p l a c e d   ? 
 f t x a r e n a   m i a m i h e a t  
p r e s e a s o n   g a m e   2 !   m i a m i h e a t   v s   t h e   b r o o k l y n n e t s   t o n i g h t   a t   7 : 3 0 p m   i n   b r o o k l y n n y   o n   e s p n   a n d   b a l l y s p o r t s s u n !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
  t h e s e   w e r e   a t t r i b u t e d / n i c k n a m e d   t o   j i m m y b u t l e r   o f   t h e   m i a m i h e a t . . .
t h e   n b a   p l a n s   t o   n e g o t i a t e   n e w   t e l e v i s i o n / m e d i a   a n d   c o l l e c t i v e   b a r g a i n i n g   d e a l s   b e f o r e   s e r i o u s l y   e x a m i n i n g   t h e   a d d i n g   o f   n e w   t e a m s .   t h e   p o s s i b i l i t i e s   o f   l a s   v e g a s   a n d   s e a t t l e   a s   e x p a n s i o n   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
t h u r s d a y   1 0 / 6 :   h e a t   p r e s e a s o n ,   i n t e r   m i a m i   c l i n c h e s ,   p a n t h e r s   p r e s e a s o n ,   s o m e   n b a   n o t e s … … 
 m i a m i h e a t   i n t e r m i a m i   n b a   f l o r i d a p a n t h e r s  
w i l l   j i m m y   p l a y   t o n i g h t   . ?   m i a m i h e a t  
i   w e n t   t o   m y   f i r s t   h e a t   g a m e   y e s t e r d a y   a s   a n   i n t e r n a t i o n a l   f a n   a n d   i   w a s   b l e s s e d   t o   r e c e i v e   a u t o g r a p h s   f r o m   b a m   a n d   k y l e   l o w r y 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
g l a d   m i a m i   h e a t   b a s k e t b a l l   i s   b a c k   😎 🏀   m i a m i h e a t   h e a t n a t i o n   h e a t c u l t u r e   n b a
🏀 j a e   c r o w d e r   🏀   o m g !   n b a   n b a t r a d e d e a d l i n e   n b a t r a d e   n b a t r a d e d e a d l i n e 2 0 2 0   j a e c r o w d e r   j a e c r o w d e r t r a d e   j a e c r o w d e r m i a m i h e a t   m i a m i   h e a t   m i a m i h e a t   n b a n e w s  
p r e s e a s o n   g a m e   2 :   
 
 m i a m i   h e a t   v s   b r o o k l y n   n e t s   i n s i d e   b a r c l a y s   c e n t e r   @   7 : 3 0 p m   e s t   o n   b s s / e s p n !   
 
 w h a t   a r e   y o u   l o o k i n g   f o r   i n   t o n i g h t ’ s   g a m e ?   🤔   h e a t t w i t t e r   m i a m i h e a t
m i a m i   h e a t   r a n k e d   t o o   l o w   b y   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
u d o n i s h a s l e m   i s   t h e   f a b r i c   o f   t h e   h e a t   f r a n c h i s e   a n d   p r o b a b l y   t h e   g r e a t e s t   s i n g l e   c o n t r i b u t o r   t o   t h e   o f t - r e f e r e n c e d   h e a t   c u l t u r e .   t h o s e   w h o   s e e   h i m   d a i l y   r e c o g n i z e   h i s   c o n t r i b u t i o n   t o   w i n n i n g   i s   r e a l   . . .   n b a t w i t t e r   m i a m i h e a t  
  2 2 7 ' s   y o u t u b e   c h i l i '   m i a m i   c h i l i '   h e a t   h e a t t w i t t e r     s p i c y '     s p i c y '   n b a   m i x !   l e b r o n   b a s k e t b a l l   f y p   q u a l i t y   v i r a l   l e b r o n j a m e s   m i a m i h e a t   c a p c u t   f o r y o u p a g e    
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   t h e   h e a t !   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
h e r r o   l o o k i n g   f r e s h 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " w h y   t y l e r   h e r r o   a n d   t h e   m i a m i   h e a t   c a n   w i n   t h e   2 0 2 3   n b a   f i n a l s ! !   n b a   s e a s o n   p r e v i e w ! ! "   
 
 c r e a t o r :     b a c k y a r d   b u c k e t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h e a t   m i a m i h e a t 
 
  
p h i l a d e l p h i a   7 6 e r s   w i l l   n o t   b e a t   m i a m i   a n d   h e r e & a m p ; 3 9 ; s   w h y   |   g i l b e r t   a r e n a s   b r e a k s   d o w n   s i x e r s / h e a t 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " s h o u l d   t h e   h e a t   t a n k ?   ( s e a s o n   p r e v i e w ) "   
 
 c r e a t o r :     b a r r e t t   l o w e   s h o w 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h e a t   m i a m i h e a t 
 
  
h a s   a n y o n e   e l s e   h a d   t h i s   i s s u e   w h e n   t r y i n g   t o   s i g n   u p   f o r   l e a g u e   p a s s ?   s o r r y   i f   t h i s   i s   i n a p p r o p r i a t e   f o r   t h i s   s u b r e d d i t 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   t h e   h e a t ! 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   w h i t e h o t   h e a t n a t i o n   h e a t t w i t t e r   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
t h e   g o o n   s q u a d   r e a c t   t o   t h e   h e a t ’ s   p r e s e a s o n   l o s s   t o   t h e   m i n n e s o t a   t i m b e r w o l v e s   a n d   d i s c u s s   b a m   a d e b a y o ’ s   g a m e   a n d   t y l e r   h e r r o ’ s   e x t e n s i o n . 
 
 
 
 h e a t c u l t u r e   h e a t t w i t t e r   t i m b e r w o l v e s   m i a m i h e a t   h e a t   m i a m i f l   m i a m i   n b a p r e s e a s o n   n b a   n b a t w i t t e r     n b a o n t n t
t h e   g o o n   s q u a d   i s   l i v e !   t u n e   i n   n o w   -   
 
 b a m   t y l e r h e r r o   m i a m i h e a t   h e a t c u l t u r e   n b a p r e s e a s o n  
a n   n b a   e x e c u t i v e   s a i d   t h e   h e a t   h a v e   i n t e r e s t   i n   m o   b a m b a .   t h o u g h t s   o n   a d d i n g   h i m   a t   t h e   d e a d l i n e ? 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
[ p o s t   g a m e ]   h e a t   c o m p l e t e   f i r s t   g a m e   o f   t h e   p r e s e a s o n   |   l e t ’ s   h e a r   y o u r   r e a c t i o n s   /   o v e r r e a c t i o n s   a n d   e   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
a r e   y o u   p a s s i o n a t e   a b o u t   b a s k e t b a l l ?   a r e   y o u   a   m i a m i   h e a t   f a n ?   s o ,   y o u   c a n ' t   m i s s   t h e   u p c o m i n g   2 0 2 2 / 2 0 2 3   n b a   p r e s e a s o n   g a m e s .   t h e   m i a m i h e a t   p l a y e r s   w i l l   f a c e   7   t e a m s   i n   t h e   l e a g u e   i n   o c t o b e r .   c h e c k   t h e m   o u t   b e l o w :  
  b a s k e t b a l l !     h u g e   n b a   f a n ,   m i a m i h e a t   f o r   l i f e !   l o l
i   a s k e d   b a m   a d e b a y o   a b o u t   h i s   t h r e e   p o i n t   s h o o t i n g ,   a n d   i f   h e ’ s   m o s t   c o m f o r t a b l e   a s   t h a t   r h y t h m   p u l l - u p   t h r e a t :   “ i t   v a r i e s , ”   h e   s a i d   s a y s   h e ’ s   g o i n g   t o   t a k e   w h a t   i s   g i v e n ,   a n d   h e   c a n   u t i l i z e   b o t h   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m i a m i   h e a t & a m p ; 3 9 ; s   b e s t   o p t i o n s   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
g o t   f r e e   t i c k e t s   t o   t h e   g a m e   s o   i   c o u l d n ' t   c o m p l a i n   a b o u t   s i t t i n g   i n   t h e   n o s e   b l e e d s .   b a m   s h o t   a   f e w   t h r e e s   w h i c h   i   h o p e   c o n t i n u e s   t h r o u g h o u t   t h e   s e a s o n .   m i a m i h e a t  
j i m m y   m e m e   m a t e r i a l 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m y   m a n   t o o k   m e   t o   m y   1 s t   n b a   g a m e   l a s t   n i g h t ❤ ️ ‍ 🔥 ❤ ️ ‍ 🔥 ❤ ️ ‍ 🔥   h e ’ s   t h e   b e s t   e v e r 🫶 🏻 🫶 🏻 🫶 🏻   m i a m i h e a t   n b a p r e s e a s o n
i ’ l l   n e v e r   f o r g e t   t h i s   m o m e n t       t h a n k   y o u   s o   m u c h   f o r   m a k i n g   t h i s   d r e a m   c o m e   t r u e   🏀 ⛹ 🏽 ‍ ♂ ️ ♥ ️ 🙏 🏽 💯 
 b l e s s i n g s   s e e s a n a v i   h e a t v s k n i c k s   t h e h e a t   m i a m i h e a t   n a t i o n a l a n t h e m  
j i m m y   b u t l e r   n e w   h a i r s t y l e   👀   j i m m y b u t l e r   m i a m i h e a t   n b a  
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   1 ⃣ 4 ⃣  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   -   f u l l   g a m e   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a h i g h l i g h t s   h e a t v s t i m b e r w o l v e s   h e a t v s t i m b e r w o l v e s f u l l g a m e h i g h l i g h t s   h e a t v s t i m b e r w o l v e s h i g h l i g h t s   h e a t v s t i m b e r w o l v e s l i v e   m i a m i h e a t  
🔥   1 4   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r         m i a m i h e a t  
b i g   d e a l . . !   m i a m i h e a t 

m y   d u d e ! ! !   a n o t h e r   a u t o m a t i c   “ a ”   i n   p e ! ! !   m i a m i h e a t   🔥 h e a t n a t i o n  
[ p o s t   g a m e ]   h e a t   c o m p l e t e   f i r s t   g a m e   o f   t h e   p r e s e a s o n   |   l e t ’ s   h e a r   y o u r   r e a c t i o n s   /   o v e r r e a c t i o n s   a n d   e v e r y t h i n g   i n - b e t w e e n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
i   g u e s s   t h e   s e a s o n   s t a r t s   t o n i g h t !   l e t ’ s   g o   h e a t ! ! ! ! ! ! ! ! !   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
2   y e a r s   a g o   t o d a y .   n o w   h e   g o t   t h e   b a g .   n e x t   l e t ' s   w i n   t h e   c h i p .   🏆 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
g r e a t   g a m e   f r o m   “ t h e   f u t u r e ”   m i a m i h e a t  
m i a m i   h e a t   q 1   h i g h l i g h t s   v s   t i m b e r w o l v e s   🔥   |   o c t o b e r   4 t h   2 0 2 2   |   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   r o o k i e   n i k o l a   j o v i c   n b a   p r e s e a s o n   d e b u t 
 
 5   p o i n t s 
 2 / 3   f g 
 6   m i n u t e s 
 
 m i a m i h e a t   h e a t c u l t u r e   n i k o l a j o v i c  
n o t   b a d   ♥ ️ 👏 🏾 👏 🏾   m i a m i h e a t  
a l o n z o   m o u r n i n g   1 9 9 8 - 9 9   f l e e r   u l t r a   4   m i a m i h e a t   h e a t   
 
 $ 1 . 5 0   e a c h   o r   $ 2   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
l e a v i n g   t h e   a r e n a   n o w   a n d   a l l   i   c a n   s a y   i s   t r a d e   d u n c a n   r o b i n s o n   a s a p ! ! !   m i a m i h e a t
b a m   💥   b a m   💪 🏾   t h a t ’ s   g r o w t h   m i a m i h e a t  
i t ’ s   a   p r e   s e a s o n   g a m e   l o l   “ n e v e r ”   i s   e x t r e m e   🤓 😆   m i a m i h e a t  
t i m   h a r d   a w a y   2   c a r d   l o t   h e a t   g o l d e n s t a t e w a r r i o r s   m i a m i h e a t   w a r r i o r s   
 
 $ 1 . 5 0   e a c h   o r   $ 2   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
r o b i n s o n   i s   🚮   m i a m i h e a t
b a m   h i t t i n g   3 ' s   n o w   🔥 🔥 🔥 
 m i a m i h e a t
j i m m y b u t l e r   k e e p s   v i s i t i n g   d o c s   b a r b e r   s h o p   m i a m i h e a t
t h o s e   m i a m i h e a t   d a n c e r s !   b o y - o - b o y !   🔥  
j i m m y b u t l e r   l e f t   h i s   h a i r   e x t e n s i o n s   a t   h o m e   t o n i g h t   n b a t w i t t e r   m i a m i h e a t   🤷 🏾 ‍ ♂ ️
a n   u g l y   f u c k i n g   f i r s t   h a l f   e v e n   f o r   t h e   p r e s e a s o n   m i a m i h e a t
p a i n   s o   m u c h   p a i n   m i a m i h e a t
i   g u e s s   t h e   s e a s o n   s t a r t s   t o n i g h t !   l e t ’ s   g o   h e a t ! ! ! ! ! ! ! ! ! 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
f o o t a g e   o f   d u n c a n   r o b i n s o n   t r y i n g   t o   g e t   i n   t h e   p a i n t   h e a t t w i t t e r   h e a t c u l t u r e   m i a m i h e a t  
l m a o   m i n n e s o t a   i s   r e a l l y   o u t   h e r e   d o u b l e   t e a m i n g   i n   t h e   p r e s e a s o n   n b a   m i a m i h e a t   h e a t t w i t t e r
m i a m i   h e a t   b a s k e t b a l l   i s   b a c k   t o n i g h t   ( k i n d   o f ) !   ❤ ️ 🔥   i ’ v e   m i s s e d   y o u !   m i a m i h e a t  
t h e   h e a t   i s   o n   m f e r s   m i a m i h e a t   p r e s e a s o n b u t i d o n t c a r e   l o l  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   l i v e   s t r e a m   -   n b a   ( b a s k e t b a l l ) 
 
 w a t c h   m i a m i   h e a t   l i v e   s t r e a m   a g a i n s t   m i n n e s o t a   t i m b e r w o l v e s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 m i a m i h e a t   m i n n e s o t a t i m b e r w o l v e s   n b a  
u s i n g   t h e     a p p   h a s   t o   b e   t h e   b i g g e s t   p a i n   i n   t h e   a s s ! !   m i a m i h e a t
🚨 f r e e p l a y   f o r   e v e r y o n e 🚨 
 
 n b a :   p r e s e a s o n   🏀   
 
 🏀 t i m b e r w o l v e s   + 7 . 5   - 1 4 0   ( 1   u n i t ) 
 b u y   a   p o i n t 
 
 l e t ’ s   c a s h   💰   
 
 g a m b l i n g t w i t t e r   m i a m i h e a t  
i   k n o w   i t ' s   o n l y   p r e s e a s o n   b u t   i m   e x c i t e d     m i a m i h e a t   b a s k e t b a l l   i s   b a c k   t o n i g h t !   1 s t   p r e s e a s o n   g a m e !   m i a m i h e a t   v s   t h e   m i n n e s o t a t i m b e r w o l v e s   t o i g h t   a t   7 : 3 0 p m   i n   m i a m i   a t   t h e   f t x a r e n a   o n   b a l l y s p o r t s s u n !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
🏀 🏀 n b a   p r e   s e a s o n   a d d   o n   🏀 🏀 
 
 u n d e r   2 1 3   m i a m i   h e a t   / /   1   u n i t     
 f r e e p l a y s   f r e e p i c k s   n b a 2 k   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a   b a s k e t b a l l   n b a p i c k s   s p o r t s g a m b l i n g   s p o r t s b e t t i n g p i c k s   s p o r t s b i z   s p o r t s   m o n e y   b o u n c e b a c k   b e t t i n g t w i t t e r   m i a m i h e a t   m i a m i  
b a m   a d e b a y o   o n   t y l e r   h e r r o ’ s   e x t e n s i o n :   “ i t ’ s   g o o d   t o   h a v e   h i m   a r o u n d   f o r   5   m o r e   y e a r s . ” 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m i a m i h e a t   m i n n e s o t a t i m b e r w o l v e s   b a s k e t b a l l   n b a 2 k 2 3   j i m m y b u t l e r   n b a   u d o n i s h a s l e m   n b a j a p a n g a m e s   k y l e l o w r y   n b a 2 k   
 l i v e   w a t c h   m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   l i v e s t r e a m   
                                               🇺 🇸 l i n k 🏀 🗑 ️ 
                                                             ⬇ ️ 
 
   ✅
🧢 🏀   o t h e r   h a t   f r o m   m y   c o l l e c t i o n :   m i a m i   h e a t 
 - 
 b l o g   b l o g g e r   h a t   n b a   m i a m i   m i a m i h e a t   n b a   m a s s i m o l a n d i   c o l l e c t i o n   h e a t  
e r i k   s p o e l s t r a   o n   t o n i g h t & a m p ; 3 9 ; s   s c r i m m a g e   & a m p ;   t y l e r   h e r r o & a m p ; 3 9 ; s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   e r i k s p o e l s t r a t y l e r h e r r o   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n  
🔥   n b a   p r e s e a s o n   d a y !   
 🔥   1 5   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r       m i a m i h e a t  
e r i k s p o e l s t r a   o f   t h e   m i a m i h e a t   w a s   o v e r w h e l m i n g l y   s e l e c t e d   a s   t h e   n b a ' s   b e s t   h e a d   c o a c h   i n   a n   a n n u a l   s u r v e y   o f   t h e   l e a g u e ' s   g e n e r a l   m a n a g e r s .   n b a t w i t t e r 

t y l e r   h e r r o   o n   e x t e n s i o n :   “ i t   w a s   a   n u m b e r   i   c o u l d n ’ t   p a s s   u p .   i t   w a s n ’ t   w o r t h   g o i n g   i n t o   r e s t r i c t e d   f r e e   a g e n c y . ”   “ t h i s   i s   w h e r e   i   w a n n a   b e   s o   i t   m a k e s   s e n s e . ”   - s a i d   h e ’ s   c o m f o r t a b l e   w i t h   s t a r t e   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
  w h e r e   i s   t h i s   h a t   i   h a v e   r e g r e t t e d   n o t   b u y i n g   i t   e v e r y d a y   o f   m y   l i f e   a n d   n o w   i t ’ s   n o t   e v e n   f o r   r e s a l e   a n y w h e r e .   w h e r e   i n   t h e   p l a n e t   e a r t h   c a n   i   g e t   t h i s   h a t ? !   h e a t c u l t u r e   m i a m i h e a t   c o u r t c u l t u r e   m i a m i h e a t s t o r e   h e l p m e   w h e r e i s t h i s   n b a   n b a s t o r e  
a   p l a y e r   l i k e   d e r r i c k   r o s e   s h o u l d ’ v e   b e e n   i n   a     u n i f o r m ;   s u r r o u n d e d   b y   g r e a t   c o a c h e s .   c a n ’ t   e v e n   i m a g i n e   w h a t   t h a t   w o u l d ’ v e   b e e n   l i k e .   t h o s e   h e a t   t r a i n e r s   w o u l d ’ v e   r e j u v e n a t e d   t h o s e   k n e e s   f o r   a n   a d d i t i o n a l   5 y r s .   y o u   c a n   a s k   e v e r y   v e t   t h a t ’ s   p l a y e d   f o r   m i a m i h e a t .
a l r i g h t   🖤 🙌 🏾 🪄   t h a t   s h o u l d   b e   a   g o o d   o n e !   m i a m i h e a t  
  _ o f f i c i a l   a l l   i s   r i g h t   i n   m y   🌎 ! 
 
 m i a m i h e a t 🔥  
d o   w e   f e e l   y u r t   w i l l   e v e r   s e e   t h e   c o u r t   w h e n   t h e   g a m e s   s t a r t   t o   c o u n t . . ?     m i a m i h e a t  
h e r r o   t o   b a m 💥 m i a m i h e a t  
m y   2 k   j o u r n e y   w i t h   t h e   m i a m i h e a t   s t a r t s   t o n i g h t ! ! ! !   p r e s e a s o n   s c h e d u l e   o u t   n o w ! !   o v e r w a t c h 2   d r o p s   t o d a y   a s   w e l l   s o   i   w i l l   b e   g e t t i n g   d o w n   o n   t h a t   a l l   p r e s e a s o n !   l f g   d u b c l u b   🔥 🔥 🔥 🔥  
t y l e r   h e r r o   o n   h i s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n   t y l e r h e r o   t y l e r h e r r o   t y l e r h e r r o c o n t r a c t e x t e n s i o n   t y l e r h e r r o e x t e n s i o n  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
d r u   s m i t h   n b a   h i g h l i g h t s   h e a t   v s   r o c k e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d r u s m i t h   d r u   s m i t h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
j a m a l   c a i n   n b a   h i g h l i g h t s   h e a t   v s   r o c k e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m a l c a i n   j a m a l   c a i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
d u n c a n   r o b i n s o n   n b a   h i g h l i g h t s   h e a t   v s   r o c k e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d u n c a n r o b i n s o n   d u n c a n   r o b i n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
[ p o s t   g a m e ]   h e a t   d e f e a t   r o c k e t s   i n   p r e s e a s o n   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
🇺 🇸 | n e w   m i a m i   n o i r   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j i m m y   b u t l e r   2 2 
 a u   p r i x   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 b u t l e r  
m a x   s t r u s   n b a   h i g h l i g h t s   h e a t   v s   r o c k e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a x s t r u s   m a x   s t r u s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
n i k o l a   j o v i c   n b a   h i g h l i g h t s   h e a t   v s   r o c k e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i k o l a j o v i c   n i k o l a   j o v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
m i a m i   h e a t   s n i p e r s ,   r o b i n s o n   a n d   s t r u s ,   l e a d   o v e r   h o u s t o n ,   1 1 8 - 1 1 0 
 
 
 
 n b a   m i a m i   h e a t t w i t t e r   h e a t n a t i o n   f e a r t h e d e e r   m f f l   s u n s   b u c k s   j a z z   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
h o u s t o n   r o c k e t s   v s   m i a m i   h e a t   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   m i a m i   h e a t   n b a   v i d e o :  
t a r i   e a s o n   h i g h l i g h t s   -   h e a t   v s .   r o c k e t s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   t a r i   e a s o n   m i a   h o u   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   h o u s t o n   r o c k e t s
k e v i n   p o r t e r   j r .   h i g h l i g h t s   -   h e a t   v s .   r o c k e t s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   k e v i n   p o r t e r j r .   m i a   h o u   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   h o u s t o n   r o c k e t s
j a l e n   g r e e n   h i g h l i g h t s   -   h e a t   v s .   r o c k e t s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   j a l e n   g r e e n   m i a   h o u   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   h o u s t o n   r o c k e t s
n i k o l a   j o v i c   h i g h l i g h t s   -   h e a t   v s .   r o c k e t s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   n i k o l a   j o v i c   m i a   h o u   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   h o u s t o n   r o c k e t s
  j a l e n   g r e e n   -   2 5   p t s ,   4   r e b ,   5   a s t ,   1   s t l ,   5   t h r e e s   f u l l   h i g h l i g h t s | h o u s t o n   r o c k e t s   v s   m i a m i   h e a t | 2 0 2 2 . 1 0 . 1 0 
 
 p h i l i p p i n e s   j a l e n g r e e n   n b a   h o u s t o n   r o c k e t s ​   b a s k e t b a l l   m i a m i   h e a t   

j a l e n   g r e e n   s c o r e s   2 5   p t s   v s .   m i a m i   h e a t   i n   t h e   p r e s e a s o n     |   n b a   o n   e s p n   m i a m i   h e a t   n b a   v i d e o :  
m a x   s t r u s   h i g h l i g h t s   -   h e a t   v s .   r o c k e t s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   m a x   s t r u s   m i a   h o u   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   h o u s t o n   r o c k e t s
j a m a l   c a i n   w i t h   t h e   m o n s t e r   a l l e y o o p   s l a m   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a m a l   c a i n   a l l e y o o p   d u n k   m i a   m i a m i   h e a t   h o u   h o u s t o n   r o c k e t s
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
h o u s t o n   h u s t l i n g   o n   d e f e n c e   🚀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   h o u   h o u s t o n   r o c k e t s   m i a   m i a m i   h e a t
k e v i n   p o r t e r   j r .   t h r o w i n g   i t   d o w n   💥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   k e v i n   p o r t e r   j r   k p j   h o u   h o u s t o n   r o c k e t s   m i a   m i a m i   h e a t
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
j a l e n   g r e e n   d o i n g   o l a d i p o   d i r t y   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a l e n   g r e e n   v i c t o r   o l a d i p o   h o u   h o u s t o n   r o c k e t s   m i a   m i a m i   h e a t
d e w a y n e   d e d m o n   w i t h   t h e   p u t b a c k   s l a m ! 
 h e a t n a t i o n   n b a   n b a t w i t t e r   n b a p r e s e a s o n   m i a m i   h e a t c u l t u r e   h e a t   p h i v s m i a   
  
✳ ️     
 … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
🏆   n b a 
 
 🏀   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 m i a m i   h o u s t o n r o c k e t s   n b a  
🏆   n b a 
 
 🏀   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 n b a ~ ~ s t r e a m s 
 n b a   2 0 2 2   l i v e 
 n b a   s t r e a m i n g   f r e e 
 m i a m i   h o u s t o n r o c k e t s   n b a  
🏆   n b a 
 
 🏀   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 m i a m i   h o u s t o n r o c k e t s   n b a  
🏆   n b a 
 
 🏀   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 m i a m i   h o u s t o n r o c k e t s   n b a  
🏆   n b a 
 
 🏀   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 m i a m i   h o u s t o n r o c k e t s   n b a  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
r o c k e t s   @   h e a t   f r e e   n b a   p r e s e a s o n   b e t t i n g   p i c k   f o r   t o n i g h t .     h o u s t o n   t r a v e l s   f r o m   t h e   s u n s h i n e s t a t e   t o   t a k e   o n   j i m m y b u t l e r   a n d   c r e w   i n   m i a m i   f o r   a   p r e s e a s o n   m a t c h u p .   j a l e n g r e e n   k y l e l o w r y   f t x a r e n a   g a m b l i n g t w i t t e r   s p o r t s h a n d i c a p p e r   b e t t i n g t i p s
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
i n f l u e n c e r   m a r k e t i n g   c o o r d i n a t o r   a t       m i a m i   j o b s   s p o r t s   i n d u s t r y   c a r e e r s   d i v e r s i t y   f l o r i d a 
  
h e a d g e a r   c o l l e c t i o n   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
j a m a l   c a i n   i n t e r v i e w   o n   s i g n i n g   a   t w o ‑ w a y   c o n t r a c t :   " e x t r e m e l y   h a p p y   & a m p ;   e x c i t e d   t o   g e t   t o   w o r k "   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   w h i t e h o t   h e a t n a t i o n   h e a t t w i t t e r   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
h a y w o o d   h i g h s m i t h   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 h a y w o o d h i g h s m i t h   h a y w o o d   h i g h s m i t h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
[ w o j n a r o w s k i ]   t h e   m i a m i   h e a t   a r e   c o n v e r t i n g   u n d r a f t e d   r o o k i e   f o r w a r d   j a m a l   c a i n   t o   a   t w o - w a y   c o n t r a c t .   c a i n ’ s   a v e r a g e d   1 7   p o i n t s   a n d   8 . 5   r e b o u n d s   i n   h e a t ’ s   p a s t   t w o   p r e s e a s o n   g a m e s .   🏀 

o r l a n d o   r o b i n s o n   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o r l a n d o r o b i n s o n   o r l a n d o   r o b i n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
t h e     h a d   a   p r e t t y   q u i e t   o f f s e a s o n ,   b u t   a f t e r   b e i n g   o n e   s h o t   a w a y   f r o m   t h e   n b a f i n a l s ,   w h a t   c a n   t h e y   d o   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 m i a m i h e a t   m i a m i   n b a t w i t t e r   n b a   j i m m y b u t l e r   t y l e r h e r r o   b a m a d e b a y o   h e a t   s o u t h b e a c h  
g a b e   v i n c e n t   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g a b e v i n c e n t   g a b e   v i n c e n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
s h o u l d   m i a m i   h e a t   ' s t r i k e   i f   i r o n   g e t s   h o t '   w i t h   d u n c a n   r o b i n s o n ? 
 
 
 
 n b a   m i a m i   h e a t n a t i o n   h e a t t w i t t e r   t r u e t o a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   7 6 e r s   n e t s
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
h i s t o r i c a l l y ,   m i a m i   i s   d o n e   w i t h   1 0 5 ° f +   h e a t   i n d i c e s   f o r   t h e   y e a r ,   s o   h e r e ' s   w h e r e   2 0 2 2   s t a c k s   u p .     i t   i s   t i e d   f o r   s e c o n d   p l a c e   ( w i t h   2 0 2 0 )   f o r   t h e   m o s t   n u m b e r   o f   h o u r s   s p e n t   a b o v e   t h a t   t h r e s h o l d :   2 2 . 
 2 0 1 7   i s   s t i l l   i n   f i r s t   p l a c e   w i t h   2 6   h o u r s .   [ 1 / 2 ]  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
c o u p ' s   n o t e b o o k   v o l .   2 7 :   w h a t   a   d i f f e r e n t   b a m   r e a l l y   m e a n s ,   j a m a l   c a i n ’ s   i n s t i n c t s ,   d r i v i n g   d u n c a n   a   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
h e a t   w a v e   🌊   s t i l l   a v a i l a b l e   f l o r i d a   m i a m i   o r l a n d o   u s a   n e w y o r k   c a l i f o r n i a   t a m p a   t e x a s   l o v e   s o u t h f l o r i d a   m i a m i b e a c h   t r a v e l   f l o r i d a l i f e   p h o t o g r a p h y   b e a c h   a t l a n t a   n a t u r e   r e a l e s t a t e   i n s t a g o o d   m u s i c   l o s a n g e l e s   j a c k s o n v i l l e   c h i c a g o   c a n a d a   f o r t l a u d e r d a l e  
i n s t a l l a t i o n   o f   n e w   r o o f t o p   f t x   l o g o ,   r e p l a c i n g   t h e   a a a   a i r p l a n e   i s   u n d e r w a y   a t   f t x   a r e n a   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   c a n   b e   g u i d i n g   l i g h t   f o r   w a r r i o r s   i n   t h e   f a c e   o f   a d v e r s i t y 
 
 
 
 n b a   m i a m i   h e a t n a t i o n   h e a t t w i t t e r   n e w y o r k f o r e v e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i   b u l l s
k y l e   l o w r y   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y l e l o w r y   k y l e   l o w r y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
d r u   s m i t h   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d r u s m i t h   d r u   s m i t h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
d u n c a n   r o b i n s o n   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d u n c a n r o b i n s o n   d u n c a n   r o b i n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
2   o f   t h e   b i g g e s t   n o n   h e a t   l e g e n d s   i n   r e c e n t   m e m o r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
j a m a r e e   b o u y e a   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m a r e e b o u y e a   j a m a r e e   b o u y e a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
j a m a l   c a i n   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m a l c a i n   j a m a l   c a i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
n i k o l a   j o v i c   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i k o l a j o v i c   n i k o l a   j o v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
[ p o s t   g a m e ]   h e a t   p r e s e a s o n   s q u a d   d e f e a t s   m e m p h i s   s t a r t e r s   |   d u n c a n   r o b i n s o n   2 9   p t s ,   c a i n   1 9   p t s   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
n o   p h o t o = c e n s o r e d   b y   
 a c t o r c o n   
 i m o   ( e n t i t l e d   b y   l a w )   g o o g l e   l i e s ! 
 
 d w y a n e w a d e   g e o r g e f l o y d   
 c r o o k e d   c o p s   a g e n d a   g o e s   m u c h   d e e p e r ! 
 t e l l   f a v o r i t e   a u d i t o r   2   e x p o s e   t h i s   c o r r u p t i o n - s i n c e r e   a u d i t o r s   w a n t   t r u t h ! 
 m i a m i   h e a t   r a c i s m   n e w s   w t h   n b a   s p o r t s  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
n i k o l a   j o v i c   l o o k i n g   s o l i d   t o n i g h t   a g a i n s t   t h e   n e t s   👀   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
m i a m i   h e a t :   j a m a l   c a i n   m a k i n g   i t   i n t e r e s t i n g   o n   t h e   d e v e l o p m e n t a l   f r o n t 
 
 
 
 n b a   m i a m i   h e a t t w i t t e r   h e a t n a t i o n   h e a t   n b a t w i t t e r   n b a p r e s e a s o n   n b a i n a b u d h a b i   n b a j a p a n g a m e s 2 0 2 2   n b a l e a g u e p a s s   l a k e s h o w   m f f l   g o s p u r s g o   a l l f l y   r a p t o r s   r o c k e t s   s u n s   j a z z
m i a m i   h e a t   v s   m e m p h i s   g r i z z l i e s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   m i a m i   h e a t   n b a   v i d e o :  
m e e t   t h e   h e a t   r o o k i e   w h o   l o o k s   l i k e   a   h i g h   s c h o o l e r   - -   a n d   t e c h n i c a l l y   s t i l l   i s   o n e   m i a m i   h e a t   n b a  
j a m a l   c a i n   h i g h l i g h t s   -   g r i z z l i e s   v s .   h e a t   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j a m a l   c a i n   m e m   m i a   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m e m p h i s   g r i z z l i e s   m i a m i   h e a t
m i a m i   u n k n o w n s   v a   m e m p h i s   g r i z z l i e s .   
 t h e   u n k n o w n s   w i n s . .   
 m i a m i h e a t   h e a t   m i a m i   h e a t c u l t u r e  
d u n c a n   r o b i n s o n   h i g h l i g h t s   -   g r i z z l i e s   v s .   h e a t   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   d u n c a n   r o b i n s o n   m e m   m i a   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m e m p h i s   g r i z z l i e s   m i a m i   h e a t
h o w   d o   y o u   m i s s   a   d u n k   t h a t   b a d l y ?   🤣 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a m a l   c a i n   m i a   m i a m i   h e a t   m e m   m e m p h i s   g r i z z l i e s
w a i t   d i d n ’ t   k n o w   w e   d i d   n b a   🏀   🤷 ‍ ♂ ️   t r u e   🐐   _ b e t s     
 
 g a m b l i n g t w i t t e r   n b a   m i a m i   o r l a n d o m a g i c   h e a t     
 
   p r o m o   “ h a b i b i b e t s ”   f o r   2   w e e k s   f r e e   f i r s t   1 0   m e m b e r s   🚨  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
a   l o t   o f   $   o n   t h e   m i a m i   h e a t   v s   m e m   -   b u t   3   %   o n   t h e   - 7 . 5   o p e n i n g   w h i c h   i s   n o w   - 9 . 5   ?   s h e s h h h h h   
 
 i   l e a n   o v e r   2 1 0   n o w   i t ’ s   2 0 9 . 5   t h i s   i s   g o n n a   b e   a   s h a r p   t o t a l   -   i   w i s h   i   w a s   t r a c k i n g   p r e s e a s o n   -   i   g o t   m y   s h e e t s   r e a d y   f o r   t h e   r e g   s e a s o n .
5 0 %   o f f !   g e t   y o u r   m a s s a g e r s   f o r   n e c k   a n d   b a c k   w i t h   h e a t   n o w !   ▶ ▶   ◀ ◀   p o s i t i v e m i n d   n a t u r e   s u p l e m e n t 
 h e a l t h y f o o d   d u a l i p a   a m a z o n f i n d s   t i k t o k m a d e m e b u y i t   a m e r i c a   u s a   c a n a d a   l o s a n g e l e s   n e w y o r k   m i a m i   c a l i f o r n i a   f l o r i d a 2 0 2 2 - 1 0 - 0 7 t 2 3 : 0 0 : 1 2 . 4 6 6 0 3 4 1 z
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
🇺 🇸 | n e w   m i a m i   c i t y   e d i t i o n   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   b u t l e r   2 ⃣ 2 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 1 € 
 🛒 
 
 n b a  
n b a   b a s k e t b a l l   m i a m i   h e a t   t y l e r   h e r r o   r o o k i e   c a r d   2 0 2 0   p a n i n i   m i n t   -   c l i c k   h e r e   
 
 m i a m i   b a s k e t b a l l   n b a   s p o r t s     h e r r o  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
2 0 2 1   f i b a   u n d e r   1 9   w o r l d   c u p   a l l   t o u r n a m e n t   t e a m : 
 
 n i k o l a   j o v i c :   1 8 . 1   p p g   8 . 3   r e b 
 v i c t o r   w e m b a n y a m a :   1 3 . 1   p p g 
 c h e t   h o l m g r e n :   1 1 . 3   p p g 
 j a d e n   i v e y :   1 1 . 9   p p g 
 
 j o v i c   i s   s p e c i a l ,   m i a m i   h e a t   h a v e   a   s t u d   o n   t h e i r   t e a m .   m i a m i   h e a t   j o v i c   n b a   w e m b a n y a m a   h o l m g r e n   j a d e n i v e y   _ 5  
[ p o s t   g a m e ]   h e a t   b l o w   o u t   n e t s   a n d   c o m p l e t e   t h e   s e c o n d   p r e s e a s o n   g a m e   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n   m i a m i   h e a t   n b a   v i d e o :  
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
m a x   s t r u s   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a x s t r u s   m a x   s t r u s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
w h a t   4 2 - y e a r - o l d   u d o n i s   h a s l e m   m e a n s   t o   t h e   h e a t :   t h i s   i s   n o t   a   ' c h a r i t y   c a s e '   m i a m i   h e a t   n b a  
j a m a l   c a i n   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m a l c a i n   j a m a l   c a i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
m i a m i   h e a t :   w h y   t h i s   i s   t h e   p r i m e   o f   j i m m y   b u t l e r ' s   c a r e e r 
 
 
 
 n b a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l     n e t s   b u c k s   j a z z   w a r r i o r s   a l l f l y
t h r e a d   b r e a k i n g   d o w n   t h e   h e a t ' s   " r u l e s "   f o r   b a m   a n d   y u r t   l i n e u p s   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
j a m a l   c a i n   w i t h   1 2   p o i n t s   a n d   5   r e b o u n d s   a t   h a l f t i m e   a g a i n s t   t h e   n e t s .   h i s   e n e r g y   w a s   g r e a t   a n d   h e   m e s h e d   w e l l   p l a y i n g   w i t h   t h e   h e a t   s t a r t e r s .   p r e t t y   c o o l   t o   s e e   h i s   s u c c e s s   a f t e r   s e e i n g   h i m   i n   p e r s o n   6   m o n t h s   a g o .   n b a   m i a m i   n b a p r e s e a s o n  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   g o d  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
🏀 j a e   c r o w d e r   🏀   o m g !   n b a   n b a t r a d e d e a d l i n e   n b a t r a d e   n b a t r a d e d e a d l i n e 2 0 2 0   j a e c r o w d e r   j a e c r o w d e r t r a d e   j a e c r o w d e r m i a m i h e a t   m i a m i   h e a t   m i a m i h e a t   n b a n e w s  
m i a m i   h e a t   r a n k e d   t o o   l o w   b y   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
⚽ | n e w   m i a m i   n o i r   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   b u t l e r   2 ⃣ 2 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 1 € 
 ➡ 
 
 b u t l e r  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   t h e   h e a t !   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
h e a t ’ s   p a t   r i l e y   o p e n s   u p   o n   h i s   r e s p e c t   f o r   d o n   s h u l a :   ‘ h e   w a s   j u s t   a n   i n s p i r a t i o n   t o   m e ’   m i a m i d o l p h i n s   d o l p h i n s   m i a m i   f i n s u p   y a h o o  
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   w h i t e h o t   h e a t n a t i o n   h e a t t w i t t e r   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
h e a t ’ s   p a t   r i l e y   o p e n s   u p   o n   h i s   r e s p e c t   f o r   d o n   s h u l a :   ‘ h e   w a s   j u s t   a n   i n s p i r a t i o n   t o   m e ’   m i a m i d o l p h i n s   d o l p h i n s   m i a m i   f i n s u p   y a h o o  
m i a m i   h e a t   r o u n d t a b l e :   u n h e r a l d e d   g u y   t o   b e   m o s t   e x c i t e d   a b o u t 
 
 
 
 n b a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   m f f l   m a v e r i c k s   d u b n a t i o n   l a k e s h o w   b e t h e f i g h t   h e r e t h e y c o m e   m f f l   w e t h e n o r t h   b l e e d g r e e n   a l l f l y   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
t h e   g o o n   s q u a d   r e a c t   t o   t h e   h e a t ’ s   p r e s e a s o n   l o s s   t o   t h e   m i n n e s o t a   t i m b e r w o l v e s   a n d   d i s c u s s   b a m   a d e b a y o ’ s   g a m e   a n d   t y l e r   h e r r o ’ s   e x t e n s i o n . 
 
 
 
 h e a t c u l t u r e   h e a t t w i t t e r   t i m b e r w o l v e s   m i a m i h e a t   h e a t   m i a m i f l   m i a m i   n b a p r e s e a s o n   n b a   n b a t w i t t e r     n b a o n t n t
[ p o s t   g a m e ]   h e a t   c o m p l e t e   f i r s t   g a m e   o f   t h e   p r e s e a s o n   |   l e t ’ s   h e a r   y o u r   r e a c t i o n s   /   o v e r r e a c t i o n s   a n d   e   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
✳ ️     
 … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
m i a m i   h e a t & a m p ; 3 9 ; s   b e s t   o p t i o n s   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
w i n d o w   t i n t i n g ☀ ️ 🔥 🥊   p r i v a c y !   c o m f o r t !   s t y l e !   p r o t e c t i o n !   b e a t   t h e   h e a t !   _ w i n d o w t i n t i n g   p r o f e s s i o n a l   s e r v i c e   1   m i a m i   ⭐ ️ ⭐ ️ ⭐ ️ ⭐ ️ ⭐ ️ 🥇   m i a m i   c a r   g o o g l e   w i n d o w t i n t   t i n t   l u x u r y   a u t o s a l e   r e n t a l c a r   a u t o   p a p e l a h u m a d o   w i n d o w f i l m   p p f   d e a l e r   3 0 5   3 m   c u t m a c h i n e  
i s   n o .   4   m i c h i g a n   a   l e g i t   c o l l e g e   f o o t b a l l   p l a y o f f   c o n t e n d e r ?   |   g e t   u p   m i a m i   h e a t   n b a   v i d e o :  
o m e r   y u r t s e v e n   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o m e r y u r t s e v e n   o m e r   y u r t s e v e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
c a l e b   m a r t i n   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a l e b m a r t i n   c a l e b   m a r t i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
i   g u e s s   t h e   s e a s o n   s t a r t s   t o n i g h t !   l e t ’ s   g o   h e a t ! ! ! ! ! ! ! ! !   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
⚽ | n o u v e a u   m i a m i   b l a c k   2 0 2 2   j i m m y   b u t l e r   2 2 
 a u   p r i x   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a  
✳ ️     
 … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥 
 … … … … … … … … … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h  
t y l e r   h e r r o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y l e r h e r r o   t y l e r   h e r r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
m i n n e s o t a   t i m b e r w o l v e s   v s   m i a m i   h e a t   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n   m i a m i   h e a t   n b a   v i d e o :  
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
a n t h o n y   e d w a r d s   h i g h l i g h t s   -   h e a t   v s .   t i m b e r w o l v e s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   a n t h o n y   e d w a r d s   m i a   m i n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   m i n n e s o t a   t i m b e r w o l v e s
t y l e r   h e r r o   h i g h l i g h t s   -   h e a t   v s .   t i m b e r w o l v e s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   t y l e r   h e r r o   m i a   m i n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   m i n n e s o t a   t i m b e r w o l v e s
b a m   a d e b a y o   h i g h l i g h t s   -   h e a t   v s .   t i m b e r w o l v e s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   b a m   a d e b a y o   m i a   m i n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   m i n n e s o t a   t i m b e r w o l v e s
m i a m i   s p o r t s   p o d :   t u a ' s   i n j u r y ,   t y l e r ' s   e x t e n s i o n   a n d   h e a t   t r a i n i n g   c a m p   m i a m i d o l p h i n s   d o l p h i n s   m i a m i   f i n s u p   y a h o o  
✳ ️     
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
m i a m i   h e a t :   b i g g e s t   q u e s t i o n   f o r   t y l e r   h e r r o   e n t e r i n g   2 0 2 2 - 2 3   s e a s o n 
 
 
 
 n b a   m i a m i   h e a t t w i t t e r   h e a t n a t i o n   d u b n a t i o n   l a k e s h o w   l a k e r s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a p r e s e a s o n   n b a t w i t t e r   w e a r e t h e v a l l e y   b l e e d g r e e n   r a i s e d b y w o l v e s   m f f l   a l l f l y
✳ ️     
 … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
i   k n o w   i t ' s   o n l y   p r e s e a s o n   b u t   i m   e x c i t e d     m i a m i h e a t   b a s k e t b a l l   i s   b a c k   t o n i g h t !   1 s t   p r e s e a s o n   g a m e !   m i a m i h e a t   v s   t h e   m i n n e s o t a t i m b e r w o l v e s   t o i g h t   a t   7 : 3 0 p m   i n   m i a m i   a t   t h e   f t x a r e n a   o n   b a l l y s p o r t s s u n !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
🏀 🏀 n b a   p r e   s e a s o n   a d d   o n   🏀 🏀 
 
 u n d e r   2 1 3   m i a m i   h e a t   / /   1   u n i t     
 f r e e p l a y s   f r e e p i c k s   n b a 2 k   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a   b a s k e t b a l l   n b a p i c k s   s p o r t s g a m b l i n g   s p o r t s b e t t i n g p i c k s   s p o r t s b i z   s p o r t s   m o n e y   b o u n c e b a c k   b e t t i n g t w i t t e r   m i a m i h e a t   m i a m i  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
h e a t   1 s t - r o u n d   d r a f t   p i c k   n i k o l a   j o v i ć   i s   s e t   t o   m a k e   h i s   n b a p r e s e a s o n   d e b u t   t o n i g h t   a g a i n s t   t h e   t i m b e r w o l v e s .   a   v e r y   i n t r i g u i n g   p r o s p e c t   a t   h i s   s i z e   w i t h   h i s   b a l l   h a n d l i n g   & a m p ;   s h o o t i n g   a b i l i t y .   h e a t c u l t u r e   n b a   m i a m i        
🧢 🏀   o t h e r   h a t   f r o m   m y   c o l l e c t i o n :   m i a m i   h e a t 
 - 
 b l o g   b l o g g e r   h a t   n b a   m i a m i   m i a m i h e a t   n b a   m a s s i m o l a n d i   c o l l e c t i o n   h e a t  
e r i k   s p o e l s t r a   o n   t o n i g h t & a m p ; 3 9 ; s   s c r i m m a g e   & a m p ;   t y l e r   h e r r o & a m p ; 3 9 ; s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   e r i k s p o e l s t r a t y l e r h e r r o   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n  
t y l e r   h e r r o   o n   h i s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n   t y l e r h e r o   t y l e r h e r r o   t y l e r h e r r o c o n t r a c t e x t e n s i o n   t y l e r h e r r o e x t e n s i o n  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
o m e r   y u r t s e v e n   h a s   i n c r e a s e d   t h e   s p e e d   o f   h i s   s h o t   e x p o n e n t i a l l y   i   s a i d   i t   b e f o r e ,   b u t   t h e   t r i g g e r   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
✳ ️   
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h 🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
“ t h e   m i a m i   h e a t   h a d   t o   p a y   t y l e r   h e r r o . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   n b a   g t a s p o r t s   m i a m i   h e a t c u l t u r e   y o u t u b e   s u b s c r i b e   t r e n d i n g   t y s l a t t e r   i s o m o d e   e x p l o r e   n b a t w i t t e r
✳ ️     
 … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
b a m   a d e b a y o   o p e n s   u p   w i t h   a   3 - p o i n t e r .   👀   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
w h a t   m i a m i   h e a t ' s   p o s t - e x t e n s i o n   m e s s a g e   t o   t y l e r   h e r r o   s h o u l d   b e 
 
 
 
 n b a   m i a m i   h e a t   h e a t n a t i o n   h e a t t w i t t e r   w e t h e n o r t h   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   n e t s   b r o o k l y n t o g e t h e r   m f f l   s i x e r s
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … … .   
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
t y l e r   h e r r o   a g r e e s   t o   4 - y e a r / $ 1 3 0 m   d e a l   w i t h   t h e   h e a t   |   n b a   t o d a y   m i a m i   h e a t   n b a   v i d e o :  
⚽ | n o u v e a u t é   m i a m i   c i t y   e d i t i o n   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   b u t l e r   2 ⃣ 2 ⃣ 
 a u   t a r i f   f o u   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a e x t r a  
t h e   m i a m i   h e a t   n e w   e r a 
   
 
   
 a i r b a l l   b a m a d e b a y o   c h r i s b o s h   d w a y n e w a d e   e a s t e r n c o n f e r e n c e   h e a t b i g 3   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b i g 3   m i a m i h e a t b i g 3 b e s t m o m e n t s   m i a m i h e a t b i g 3 h i g h l i g h t s   m i a m i h e a t d e f e n s e  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
s o m e o n e   t e l l   m e   w h a t   h e r r o   d i d   t o   d e s e r v e   t h i s   m u c h   🧀   g a a   d a m n   n b a   m i a m i   h e a t   w o j   t y l e r h e r r o  
p a t   r i l e y   i n   h e a t   r e l e a s e   a n n o u n c i n g   t y l e r   h e r r o   e x t e n s i o n :   “ t y l e r   i s   a n   i m p a c t   m u l t i - f a c e t e d   p l a y e r   a n d     . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
h e a t   l o c k   u p   h e r r o   w i t h   4 - y e a r ,   $ 1 3 0 m   e x t e n s i o n   -   v i a     ⁦ ⁩   ⁦ ⁩   ⁦ _ t y l e r ⁩   s p o r t s b i z   c a r e e r   c o n t r a c t   c o n t r a c t e x t e n s i o n   o f f e n s e   l e a d e r   m i a m i   h e a t   t y l e r h e r r o   b a s k e t b a l l   h o o p s   n b a    
⚽ | n o u v e a u t é   m i a m i   b l a c k   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   b u t l e r   2 2 
 a u   t a r i f   d i n g u e   d e   2 1 € 
 ➡ 
 
 b u t l e r  
  n b a   2 2 7 ' s   y o u t u b e   c h i l i '   m i a m i   c h i l i '   h e a t   h e a t t w i t t e r     s p i c y '     s p i c y '   n b a   m i x !   v s   b o s t o n   c e l t i c s   m a t c h   m i a m i   c e l t i c s    
t y l e r   h e r r o ,   m i a m i   h e a t   a g r e e   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
l e t ’ s   g o   h e a t ! ! !   ( m e   e m o c i o n o   😂 )   🏀 ♥ ️   m i a m i h e a t      
s h a r e   t h e   b e s t   s p o r t s d a y   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s 
 
  
b e s t   o f   t h e   d a y   o n   
 n b a p r e s e a s o n   w s   f o r   t h e   w a s h w i z a r d s ,   s i x e r s ,   m i a m i h e a t   
 
 s p o r t s d a y   n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s d a y   c o n t e n t   :   
 n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 n b a p r e s e a s o n   w s   f o r   t h e   w a s h w i z a r d s ,   s i x e r s ,   m i a m i h e a t   
 
 s p o r t s d a y   n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s
d o w n l o a d   t h e   b e s t   a p p   t o   s h a r e   y o u r   b e s t   s p o r t s d a y   c o n t e n t   :   
 n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s 
 
  
s h a r e   t h e   b e s t   s p o r t s d a y   c o n t e n t 
 d o w n l o a d   t h e   b e s t   a p p   :   
 n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s 
 
  
w h a t ' s   b e s t   o n     ? 
 n b a p r e s e a s o n   w s   f o r   t h e   w a s h w i z a r d s ,   s i x e r s ,   m i a m i h e a t   
 
 s p o r t s d a y   n b a p r e s e a s o n   s p o r t s d a y   b e s t s p o r t s d a y   n b a   w a s h w i z a r d s   s i x e r s   m i a m i h e a t   s p o r t s
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   8 ⃣  
m a r c u s   g a r r e t t   -   g r e a t   d e f e n d e r 
 g a r r e t t   -   o k a y   p a s s e r 
 g a r r e t t   -   o k a y   s h o o t e r 
 g a r r e t t   -   o k a y   p l a y m a k e r 
 d r u   s m i t h   -   g o o d   d e f e n d e r 
 s m i t h   -   g o o d   p a s s e r 
 s m i t h   -   g o o d   p l a y m a k e r 
 s m i t h   -   g o o d   s h o o t e r 
 w h i c h   p l a y e r   w o u l d   y o u   r a t h e r   h a v e   o n   a   2 w a y   c o n t r a c t ?   
 m i a m i h e a t   h e a t
w a t c h i n g   g a r r e t t   o n   d e f e n s e   i s   a   p l e a s u r e .   h o w e v e r ,   t h e   m a r c u s   g a r r e t t   c o n u m d r u m   i s   m u c h   l i k e   t h e   j u s t i s e   w i n s l o w   c o n u m d r u m .   b o t h   a r e   e x c e l l e n t   d e f e n d e r s ,   b u t   n e e d s   a   l i f t   o f f e n s i v e l y .   y o u   w a n t   b o t h   o n   y o u r   t e a m ,   b u t   y o u   s t i l l   n e e d   c o n s i s t e n t   s c o r i n g .   h e a t   m i a m i h e a t
m i a m i   h e a t   •   s t a t e m e n t   j e r s e y   c o n c e p t   
 
 n b a t w i t t e r   n b a   m i a m i h e a t   h e a t t w i t t e r   h e a t n a t i o n    
h e a t   r o s t e r   w h a t   i f s   ( 1 ) 
 
 m i a m i h e a t 
 h e a t t w i t t e r  
h a p p y   l o c k t o b e r   3 / 4   n i g h t   i n c l u d i n g   a   u n d e r d o g   h i t   i n   t h e   d i s c o r d   y e s t e r d a y .   o u r   m e m b e r s   a r e   c a s h i n g   o u t !   h i t   t h e   l i n k   i n   t h e   b i o   t o   s i g n   u p   f o r   d a i l y   l o c k s   a n d   p r o p s !   f a n d u e l   d r a f t k i n g s   c a e s a r s s p o r t s b o o k   d i s c o r d   u n d e r d o g s   w i z a r d s   m i a m i h e a t   p a t r i c k m a h o m e s   l i n k i n b i o  
m i a m i   h e a t   v s .   h o u s t o n   r o c k e t s   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   m i a m i h e a t   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s o u t h e a s t d i v i s i o n   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t   w a r r i o r s h i g h l i g h t  
n i k o l a   j o v i c   i s   h a n d l i n g   t h e   t r a n s i t i o n   m i a m i h e a t  
m a x   s t r u s   2 4   p o i n t s   f u l l   h i g h l i g h s   v s   r o c k e t s   o c t o b e r   1 0 t h   2 0 2 2 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
i t ' s   a   l o a d e d   m o n d a y   1 0 / 1 0 / 2 2 
 
 - a f t e r m a t h   o f   j e t s   l o s s   f o r   m i a m i d o l p h i n s 
 
 - e j d c o n s t r u c t i o n . c o m   f i n s u p   r e p o r t 
 
 -   f a n t a s y f o o t b a l l   z o n e   w i t h   
 
 - m i a m i h e a t   r e p o r t   w i t h   
 
 a n d   m o r e ! 
 
 y o u t u b e   
  
[ p o s t   g a m e ]   h e a t   d e f e a t   r o c k e t s   i n   p r e s e a s o n   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
s p o r t s :   l o o k i n g   f o r w a r d   t o   w a t c h i n g   🏀 !   
 
 n b a     m i a m i h e a t   ♥ ️ 
  
d r u   s m i t h   f i n d s   j a m a l   c a i n   f o r   t h e   p o s t e r   l o b ❗ ️ 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
h o u s t o n   r o c k e t s   v s   m i a m i   h e a t   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   h e a t v s r o c k e t s   m i a m i h e a t   n b a h i g h l i g h t s   n b a p l a y o f f s   r o c k e t s v s h e a t   s o u t h e a s t d i v i s i o n  
r o c k e t s   a t   h e a t   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   1 0 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 4 5   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
e n d e   b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 6 : 1 0 7   w a s h i n g t o n w i z a r d s   v s   c h a r l o t t e h o r n e t s   
 1 1 3 : 9 7   p h i l a d e l p h a 7 6 e r s   v s   c l e v e l a n d c a v a l i e r s   
 1 1 0 : 1 1 8   h o u s t o n r o c k e t s   v s   m i a m i h e a t   
 1 0 5   : 1 0 7   p h o e n i x s u n s   v s   d e n v e r n u g g e t s
[ p o s t   g a m e ]   h e a t   d e f e a t   r o c k e t s   i n   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m e   w i t h   l i f e   g o a l s ✨ 👌 🏾   m i a m i h e a t  
m i a m i h e a t   l o s t   a n d   m y   s e a t t l e s e a h a w k s   l o s t   ☹ ️ 🥴
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
j o v i c   i s   g o i n g   t o   b e   t h e   b i g g e s t   s t e a l   o f   t h e   d r a f t .   m i a m i h e a t
m i a m i   h e a t   v s .   h o u s t o n   r o c k e t s   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   j o n a t h a n k u m i n g a   k l a y t h o m p s o n   l e b r o n j a m e s   m i a m i h e a t   n b a g a m e t o d a y   n b a h i g h l i g h t   n b a h i g h l i g h t g a m e   s o u t h e a s t d i v i s i o n   s t e p h e n c u r r y   t o p n b a   w a r r i o r s   w a r r i o r s g a m e h i g h l i g h t   w a r r i o r s h i g h l i g h t  
s u n s   l o o k i n g   t o   a c q u i r e   r o t a t i o n a l   p i e c e s   f o r   j a e   c r o w d e r   i n s t e a d   o f   f u t u r e   a s s e t s   –   r e p o r t   a t l a n t a h a w k s   c l e v e l a n d c a v a l i e r s   j a e c r o w d e r   m i a m i h e a t   m i l w a u k e e b u c k s  
t h e   m i a m i   h e a t   e n d i n g   t h e   f i r s t   h a l f   b e a u t i f u l l y   v s .   t h e   r o c k e t s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
t h e   m i a m i h e a t   n e e d s   t o   n o t   o v e r   t h i n k   t h i s   a n d   f i n d   m i n u t e s   f o r   t h i s   t a l e n t e d   1 9   y e a r   o l d .   h e ’ s   b e e n   v e r y   i m p r e s s i v e .   n i k o l a   j o v i c   1 5   p t s   1 2   r e b   4   a s t   h o u s t o n   r o c k e t s   v s   m i a m i   h e a t   h i g h l i g h t . . .     v i a  
g o t   ‘ e m ! ! ! !   h e a t n a t i o n   m i a m i h e a t   h e a t l i f e r   b a l l i s l i f e 🏀  
j i m m y   n e u t r o n   c o m e b a c k   s e a s o n   i n c o m i n g   🔥 🔥 🔥 
 
 n b a   m i a m i h e a t  
v i c t o r   o l a d i p o   p r e s e a s o n   d e b u t   s t a t s   v s   h o u s t o n   r o c k e t s 
 
 8   p t s 
 4   r e b 
 3   s t l s 
 
 h e a t c u l t u r e   m i a m i h e a t   v i c t o r o l a d i p o   r e v e n g e s z n  
t h e   m i a m i   h e a t   a r e   i n   t h e   w i n   c o l u m n   . . .   j u s t   p r a c t i c i n g   b e f o r e   t h e   r e g u l a r   s e a s o n   . . .   m i a m i h e a t   h e a t   h e a t c u l t u r e  
n i c e   t o   s e e     d o i n g   t h e i r   t h i n g   p r e s e a s o n ! !   i   f e e l   h o p e f u l   f o r   t h i s   o n e ! ! 
 
 m i a m i h e a t   n b a   p r e s e a s o n
j a m a l   c a i n   o a k l a n d   g r i z z l i e s   v s   u i c   f l a m e s   |   2 6   p o i n t s ,   1 2   r e b o u n d s ,   2   a s s i s t s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
d i p o   l o o k s   f r e s h   m i a m i h e a t
w e   k e p t   d e d m o n   i n s t e a d   o f   g e t t i n g   b o o g i e ?   m i a m i h e a t
  c o n g r a t u l a t i o n s   k e l l y ! ! ! ! !   l o o k i n g   f o r w a r d   t o   w a t c h i n g   y o u   w i t h   o u r   h e a t   t h i s   s e a s o n .   g o   h e a t ! ! ! ! ! !   h e a t c u l t u r e   m i a m i h e a t
t h e   e a r l i e s t   i ' v e   b e e n   t o   a   g a m e   t o   c a t c h   t h e   s h o o t   a r o u n d .   n o t h i n g   b u t s   b l a n s   c o m e   e a r l y   t o   t h e   g a m e   🤣 .   i   f e e l   l i k e   b u d d y   i n   g e t   o u t   v i s i t i n g   t h e   w h i t e   f a m i l y .   m i a m i h e a t  
g o   v i c   ❤ ️ 👏 🏾   m i a m i h e a t  
m i a m i   h e a t   d e f e n s e   v s .   t h e   g r i z z l i e s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
r i c k   r o s s   t r y i n g   t o   u s e   m i a m i h e a t   b a t h r o o m   😂 😂 😂 😂   n b a  
j a m a l   c a i n   o n   s i g n i n g   a   t w o ‑ w a y   c o n t r a c t :   " e x t r e m e l y   h a p p y   & a m p ;   e   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   j a m a l c a i n   j a m a l c a i n p r a c t i c e   j a m a l c a i n s i g n s w i t h t h e m i a m i h e a t   j a m a l c a i n t w o w a y c o n t r a c t   m i a m i h e a t   m i a m i h e a t p r a c t i c e   m i a m i h e a t t r a i n i n g c a m p   s o u t h e a s t d i v i s i o n  
7 : 3 0   p m   t o n i g h t   i t   a l l   s t a r t s .   m i a m i h e a t
g o t   m y   l o w   k e y   p a r k i n g   s p o t   b y   t h e   h e a t   a r e n a   t h a t   i   r e f u s e   t o   t e l l   a n y o n e   a b o u t   🤷 🏿 ‍ ♂ ️   m i a m i h e a t
🔥   9   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r         m i a m i h e a t  
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   9 ⃣  
j a m a l   c a i n   o n   m a k i n g   a n   . . . 
   
 
   
 a m e r i c a n a i r l i n e s a r e n a   b a s k e t b a l l   e a s t e r n c o n f e r e n c e   e t h a n s k o l n i c k   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s n e t w o r k   h e a t c u l t u r e   h e a t n a t i o n   h e a t s e a s o n   m i a m i h e a t   m i a m i h e a t a n a l y s i s   m i a m i h e a t n b a   m i a m i h e a t s h o w   p o d c a s t  
d o e s   j o k i c   d e s e r v e   a   s t a r t i n g   s p o t ?   m i a m i h e a t
h e a d g e a r   c o l l e c t i o n   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
t h e   4 1 1   o n   o u r   o p t i o n s   a t   t h e   4   f o r   t h e   2 0 2 2 - 2 3   s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
s c r e e n   t h e   s c r e e n e r   a c t i o n   b y   m i a m i   h e a t   d u r i n g   n b a p r e s e a s o n .   t h i s   a c t i o n   i n v o l v e s   a l l   p l a y e r s   o n   t h e   c o u r t   a n d   h a s   m a n y   v a r i o u s   s o l u t i o n s .   t w o   o f   t h e m   l e a d i n g   b y   k y l e   l o w r y   a n d   t y l e r   h e r r o . 
 
 x s o s   m i a m i h e a t  
j i m m y   b u t l e r   w i l l s   t h e   h e a r t   o v e r   t h e   l a k e r s   i n   g a m e s   m i a m i h e a t   j i m m y b u t l e r   l a k e r s   n b a p l a y o f f s   n b a s e a s o n   n b a 2 0 2 2 🏀  
b r e a k i n g :   j a m a l   c a i n ’ s   c o n t r a c t   t   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   j a m a l c a i n   j a m a l c a i n h i g h l i g h t s   m i a m i h e a t   m i a m i h e a t j a m a l c a i n   m i a m i h e a t n e w s   m i a m i h e a t o f f s e a s o n r u m o r s   m i a m i h e a t o f f s e a s o n t r a d e s   m i a m i h e a t r u m o r s   n b a   n b a n e w s   n b a r u m o r s   s o u t h e a s t d i v i s i o n  
j a m a l   c a i n   i n t e r v i e w   o n   s i g n i n g   a   t w o ‑ w a y   c o n t r a c t :   " e x t r e m e l y   h a p p y   & a m p ;   e x c i t e d   t o   g e t   t o   w o r k "   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   w h i t e h o t   h e a t n a t i o n   h e a t t w i t t e r   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   1 ⃣ 0 ⃣  
t h e     h a d   a   p r e t t y   q u i e t   o f f s e a s o n ,   b u t   a f t e r   b e i n g   o n e   s h o t   a w a y   f r o m   t h e   n b a f i n a l s ,   w h a t   c a n   t h e y   d o   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 m i a m i h e a t   m i a m i   n b a t w i t t e r   n b a   j i m m y b u t l e r   t y l e r h e r r o   b a m a d e b a y o   h e a t   s o u t h b e a c h  
🔥   1 0   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r       m i a m i h e a t  
h e a d g e a r   c o l l e c t i o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
c o u p ' s   n o t e b o o k   v o l .   2 7 :   w h a t   a   d i f f e r e n t   b a m   r e a l l y   m e a n s ,   j a m a l   c a i n ’ s   i n s t i n c t s ,   d r i v i n g   d u n c a n   a   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
[ w o j n a r o w s k i ]   t h e   m i a m i   h e a t   a r e   c o n v e r t i n g   u n d r a f t e d   r o o k i e   f o r w a r d   j a m a l   c a i n   t o   a   t w o - w a y   c o n t r a c t .   c a i n ’ s   a v e r a g e d   1 7   p o i n t s   a n d   8 . 5   r e b o u n d s   i n   h e a t ’ s   p a s t   t w o   p r e s e a s o n   g a m e s . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
l o o k s   l i k e   w h i t e   m a s h u p   j e r s e y s   a r e   c o n f i r m e d   f o r   t h i s   s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
[ w i n d e r m a n ]   t h e   h e a t   h a v e   c o n v e r t e d   j a m a l   c a i n   t o   a   t w o - w a y   c o n t r a c t ,   h a v e   w a i v e d   d a r i u s   d a y s   f r o m   h i s   t w o - w a y   a n d   s i g n e d   m y c h a l   m u l d e r .   d a y s   t h e n   s i g n e d   a n   e x h i b i t i o n   1 0   w i t h   h e a t ,   w a s   a l s o   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
b e   l i k e   .   t h e s e   c o n c e p t s   a r e   p u r e   h e a t !   🔥 🔥 🔥 
 m i a m i h e a t     s m s p o r t s   j e r s e y d e s i g n   p h o t o s h o p   u n i m o c k u p s   c a p c u t  
      1 0 0 %   w a s   c o l d   i n   t h e   p l a y o f f s   v s   m y   m i a m i h e a t
1 0 / 9 / 2 ” 
 
 t h e b u b b l e   w a s   w i n d i n g   d o w n   a n d   t w o   t e a m s   r e m a i n e d   m i a m i h e a t   a n d   l a k e r s       h e a d e d   i n t o   g a m e   5   t h e     w e r e   a h e a d   3 - 1 .   b u t   w h a t   n o   o n e   e x p e c t e d ,   w a s   t h a t   t h i s   w a s   t h e   n i g h t   m y   m a n     a k a   j i m m y   b u c k e t s   w o u l d   c h o o s e   t o   h a v e   a   g a m e   t h a t   w o u l d   h i g h l i g h t   h i s   l e g a c y .  
t h e   m i a m i   h e a t   a r e   i n   t h e   p r o c e s s   o f   r e - s i g n i n g   m y c h a l   m u l d e r ,   l i k e l y   t o   f u n n e l   h i m   t o   t h e i r   g   l e a g u e   a f f i l i a t e .   i t   m e a n s   a   p l a y e r   f r o m   t h e   o r i g i n a l   c a m p   r o s t e r   w i l l   h a v e   t o   b e   w a i v e d . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
c a r n i v a l   c r u i s e   s t o c k   p r i c e |   s h o u l d   i   b u y   c a r n i v a l   c r u i s e   s t o c k ❓     v i a     c a r n i v a l c r u i s e s t o c k p r i c e   c n b c   c c l   m i a m i h e a t
t h e   m i a m i   h e a t   i n c h e s   c l o s e r   a t   t h e   h a l f   v s .   t h e   g r i z z l i e s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
a f t e r   w a t c h i n g   t h e   p r e s e a s o n   i   u n d e r s t a n d   w h y   w e   d i d n ’ t   m a k e   a n y   b i g   t r a d e s   m i a m i h e a t
    b o y ,   y o u   k n o w   i t ' s   p r e - s e a s o n   w h e n   “ n o - d ” u n c a n   r o b i n s o n   i s   g e t t i n g   q u a l i t y   m i n u t e s .   m i a m i h e a t
m i a m i   h e a t   v s   m e m p h i s   g r i z z l i e s   |   n b a   l i v e   . . . 
   
 
   
 e s p n   g r i z z l i e s v s h e a t   h e a t v s g r i z z l i e s   j i m b y s p o r t s   m e m p h i s g r i z z l i e s   m i a m i h e a t   n b a l i v e   n b a l i v e 2 0 2 2   n b a l i v e s c o r e b o a r d   n b a l i v e s c o r e b o a r d 2 0 2 2   n b a l i v e s t r e a m i n g t o d a y   n b a l i v e s t r e a m i n g t o d a y 2 0 2 2  
i n s t a l l a t i o n   o f   n e w   r o o f t o p   f t x   l o g o ,   r e p l a c i n g   t h e   a a a   a i r p l a n e   i s   u n d e r w a y   a t   f t x   a r e n a   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
g e t   t o   k n o w   n i k o l a   j o v i c   |   o n e   o n   o n e   w i t h   e t h a n   s k o l n i c k 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
u d o n i s   h a s l e m   h o p e s   y o u n g e r   g e n e r a t i o n   w i l l   e m u l a t e   h i s   c a r e e r   a s   a n   u n d r a f t e d   h e a r t   a n d   s o u l   o f   m i a m i   h e a t   m i a m i h e a t   u d o n i s h a s l e m  
2   o f   t h e   b i g g e s t   n o n   h e a t   l e g e n d s   i n   r e c e n t   m e m o r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   y o u n g   p l a y e r s   s e i z i n g   t h e   o p p o r t u n i t y   v s .   t h e   g r i z z l i e s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
h a v e   w e   d e c i d e d   o n   a   l e g i t   n i c k n a m e   f o r   j o v i c ? 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m i a m i h e a t   9   c a r d   l o t   h e a t   
 
 $ 4   o b o   
 
 b a s k e t b a l l   t h e h o b b y 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
  b a c k   a t   i t   w i t h   t h e   s q u a d   🙌 🔥 🔥 
 
 n b a l o t t e r y   d a r i u s g a r l a n d   n b a o n t n t   n b a d r a f t   k y r i e   l a l a k e r s   u n d e r a u r m o r   k i n g j a m e s   u t a h j a z z   b l a z e r s   d a m e 4   n i k e b a s k e t b a l l   l e b r o n l a k e r s   p o r t l a n d t r a i l b l a z e r s   n i k e   m i a m i h e a t   k u h o o p s   t r a e y o u n g  
[ p o s t   g a m e ]   h e a t   p r e s e a s o n   s q u a d   d e f e a t s   m e m p h i s   s t a r t e r s   |   d u n c a n   r o b i n s o n   2 9   p t s ,   c a i n   1 9   p t s   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
t h e   r e s t   o f   t h e   l e a g u e   w h e n e v e r   w e   s i g n   a n   u n k n o w n   p r o s p e c t   t h a t ’ s   a l r e a d y   n b a   r e a d y 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
a n d   n o w   a   m e s s a g e   f r o m   d u n k i n :   n i g h t   n i g h t 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
t y l e r   h e r r o ,   o n e   o f   t h e   n e w   g u n s   f o r   t h e   n b a . 
 n b a   m i a m i   m i a m i h e a t  
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   1 ⃣ 1 ⃣  
n e w   v i d e o   t o   w a t c h : 
 
 " t h e   m i a m i   h e a t   t r y i n g   t o   t r a d e   f o r   j a e   c r o w d e r "   
 
 c r e a t o r :     c y r o   a s s e o 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h e a t   m i a m i h e a t 
 
  
n e w   v i d e o   t o   w a t c h : 
 
 " h e a t   a t   g r i z z l i e s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 "   
 
 c r e a t o r :     n b a 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h e a t   m i a m i h e a t 
 
  
h e a t   a t   g r i z z l i e s   |   n b a   p r e s e a s o n   f u l l   g a m e   h i g h l i g h t s   |   o c t o b e r   6 ,   2 0 2 2 
   
 
   
 b a s k e t b a l l   e a s t e r n c o n f e r e n c e   g l e a g u e   g a m e 0 0 1 2 2 0 0 0 3 3   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
d u n c a n   r o b i n s o n   l e a d i n g   t h e   h e a t   g - l e a g u e   t e a m   t o   v i c t o r y   l i k e : 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   v s   m e m p h i s   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   g r i z z l i e s v s h e a t   g r i z z l i e s v s h e a t h i g h l i g h t s   h e a t v s g r i z z l i e s   h e a t v s g r i z z l i e s f u l l g a m e h i g h l i g h t s   h e a t v s g r i z z l i e s h i g h l i g h t s   l o n g f u l l g a m e h i g h l i g h t s   m e m p h i s g r i z z l i e s   m i a m i h e a t  
e n d e   
 e i s h o c k e y   h e r r e n   n c a a   
 1 : 4   m i n n e s o t a s t a t e m a v e r i c k s   v s   m i n n e s o t a g o l d g o p h e r s   
 b a s k e t b a l l   h e r r e n   n b a s a i s o n v o r b e r e i t u n g   
 1 1 3 : 1 3 1   d e n v e r n u g g e t s   v s   c h i c a g o b u l l s   
 1 0 0 : 1 1 6   t o r o n t o r a p t o r s   v s   h o u s t o n r o c k e t s   
 1 1 1 : 1 0 8   m i a m i h e a t   v s   m e m p h i s g r i z z l i e s
[ p o s t   g a m e ]   h e a t   p r e s e a s o n   s q u a d   d e f e a t s   m e m p h i s   s t a r t e r s   |   d u n c a n   r o b i n s o n   2 9   p t s ,   c a i n   1 9   p t s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
n i k o l a   j o v i c   l o o k i n g   s o l i d   t o n i g h t   a g a i n s t   t h e   n e t s   👀   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   v s .   m e m p h i s   g r i z z l i e s   . . . 
   
 
   
 a n t h o n y d a v i s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   m i a m i h e a t   n b a h i g h l i g h t s 2 0 2 2   s o u t h e a s t d i v i s i o n   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
l a k e r s   a m o n g   p o t e n t i a l   s u i t o r s   f o r   m o   b a m b a   b r o o k l y n n e t s   l o s a n g e l e s l a k e r s   m i a m i h e a t   m o b a m b a  
u m m   r e a l   t a l k ,   a r e   t h e   h e a t   g o i n g   t o   h a v e   t o   r e l e a s e   o n e   o f   t h e   t w o   w a y   g u y s   o n   t h e   r o s t e r   t o   m a k e   w a y   f o r   j a m a l   c a i n   b e c a u s e   i t ' s   s t a r t i n g   t o   b e c o m e   a   v e r y   r e a l   p o s s i b i l i t y . . .   
 h e a t t w i t t e r   m i a m i h e a t   h e a t c u l t u r e  
_   r i g h t   b e h i n d   j i m m y   b u c k e t s   w h o   i s   w i n n i n g   t h e   t i t l e   t h i s   y e a r   m i a m i h e a t
m i a m i   u n k n o w n s   v a   m e m p h i s   g r i z z l i e s .   
 t h e   u n k n o w n s   w i n s . .   
 m i a m i h e a t   h e a t   m i a m i   h e a t c u l t u r e  
m i a m i   h e a t   r o o k i e   n i k o l a   j o v i c   s t a t s   v s   m e m p h i s 
 
 1 3   p t s 
 8   r e b 
 3 3 %   f g 
 
 m i a m i h e a t   n i k o l a j o v i c  
m i a m i   h e a t   j a m a r e e   b o u y e a   s t a t s   v s   m e m p h i s 
 
 1 2   p t s 
 8   a s t 
 3 9   m i n u t e s 
 
 m i a m i h e a t   j a m a r e e b o u y e a  
m i a m i   h e a t   t r y   t o   d r a w   m o t i v a t i o n   f r o m   t h e   p a i n   o f   f a l l i n g   i n c h e s   s h o r t   o f   n b a   f i n a l s 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
b a s i c a l l y   t h e   h e a t ’ s   3 r d   s t r i n g   b e a t   t h e   g r i z z l i e s .   n i c e !   m i a m i h e a t  
t h e   m i a m i   h e a t ! ! ! 
 
 t h a t ' s   a l l   i   g o t t a   s a y   a f t e r   t o d a y ' s   p r e s e a s o n   g a m e   🔥 🔥 🔥 
 
 n b a   n b a p r e s e a s o n   h e a t v s g r i z z l i e s   m i a m i h e a t  
e a r l y   b o l d   p r e s e a s o n   p r e d i c t i o n . . .   t h e   m i a m i h e a t   w i l l   b e   a   t o p   3   t e a m   i n   t h e   e a s t ,   7 t h   b e s t   r e c o r d   o v e r a l l
m i a m i h e a t   v s   m e m p h i s   l o o k s   l i k e   a   s e a s o n   g a m e   a l r e a d y !
g o t t a   c r e d i t   t h a t     f r o n t   o f f i c e .   f i r s t   r o u n d   p i c k   j o v i c   i s   a   s n i p e r   ! !   m i a m i h e a t   t h e j e f f f o x s h o w i n c
j o v i c   p r o v i n g   h e   i s   h i m   h e a t t w i t t e r   m i a m i h e a t
w e   g o t   o u r   3 r d   s t r i n g   p l a y i n g   t h e   g r i z z   a n d   g i v i n g   t h e m   a   r u n   f o r   t h e i r   m o n e y   n b a   m i a m i h e a t
i   l i k e   j a m a l   c a i n   h e   i s   n i c e   m i a m i h e a t
m i a m i   u n k n o w n s   v s   m e m p h i s   g r i z z l i e s . .   
 m e m p h i s   h a v i n g   a   h a r d n t i m e .   
 m i a m i h e a t   m i a m i   h e a t c u l t u r e
f y i     👀 
 
 a l o t t a   y a l l l l l l l   o n   m e m p h i s   - 8 . 5   😁 😁 
 g a m b l i n g t w i t t e r   n b a   m i a m i h e a t   s p o r t s b e t t i n g p i c k s  
m i a m i   h e a t   v s .   b r o o k l y n   n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   m i a m i h e a t   n b a h i g h l i g h t s 2 0 2 2   s o u t h e a s t d i v i s i o n   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
🔥   1 2   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r     m i a m i h e a t  
d i p o   r e a d y   f o r   t h e   s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
t h i s   c a n   o p e n   r o o m   f o r   t h e   h e a t   t o   u s e   b a m   i n   t h e   4   a n d   p o s s i b l y   r o t a t e   m o   b a m b a   a n d   y u r t   a t   t h e   5 . . 
 
 o r   e v e n   c o n t i n u e   u s i n g   b a m   a t   5   a n d   h a v e   m o   a s   a   b a c k u p . . 
 
 t o n   o f   d i f f e r e n t   l i n e u p s   t h a t   s p o   c a n   m a k e   w i t h   t h i s . . 
 
 i   m e a n ,   i t   c a n   h e l p   a   l o t . .   l o o k   i n t o   i t       m i a m i h e a t
m i a m i h e a t   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n 
 🏀 
 
 m o r e   n e w s :   
 
     n b a   b a s k e t b a l l  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   -   . . . 
   
 
   
 7 6 e r s v s n e t s   b r o o k l y n n e t s   b r o o k l y n n e t s v s m i a m i h e a t   b r o o k l y n n e t s v s m i a m i h e a t f u l l g a m e   e a s t e r n c o n f e r e n c e   h e a t v s n e t s   h e a t s v s n e t s   h e a t s v s n e t s h i g h l i g h t s m i a m i h e a t s v s b r o o k l y n n e t s l i v e   h e a t s v s n e t s l i v e   m i a m i h e a t  
p r e s e a s o n   g a m e   3 !   m i a m i h e a t   v s   t h e   m e m p h i s g r i z z l i e s   i n   m e m p h i s t e n n e s s e e   t o n i g h t   a t   8 p m   o n   b a l l y s p o r t s s u n   a n d   n b a t v !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
d e d m o n   t o   j o v i c   i n   l o c k e r   r o o m ,   “ w h a t   t h e   f -   -   k ,   y o u ’ r e   s t i l l   i n   h i g h   s c h o o l ? ! ”   a n d ,   y e s ,   n i k o l a   s a i d   i t ’ s   t r u e ,   h a d   t o   s k i p   f i n a l   e x a m   t o   p r e p a r e   f o r   d r a f t . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
  p r e p p i n g   f o r   t h e   s h o w   🔴 📸 🔴 📸 🔴   
 
 e a s t c o a s t h o o p r e c r u i t   g l e a g u e i g n i t e   n b a p r e s e a s o n   n i k e   n b a l o t t e r y   c l e v e l a n d c a v a l i e r s   o t e   j o r d a n p o o l e   c u r r y   p o r t l a n d t r a i l b l a z e r s   u t a h j a z z   m i a m i h e a t   i g n i t e   j a y s o n t a t u m 0   j a y s o n t a t u m   o v e r t i m e  
n i k o l a   j o v i c   l o o k i n g   s o l i d   t o n i g h t   a g a i n s t   t h e   n e t s   👀 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   n b a   n i k o l a j o v i c   n i k o l a j o v i c h i g h l i g h t s   n i k o l a j o v i c n b a d r a f t   n i k o l a j o v i c s e r b i a   s o u t h e a s t d i v i s i o n  
n i k o l a   j o v i ć   l o o k s   v e r y   w e l l   r o u n d e d   f o r   r o o k i e .   h e   i s   g o i n g   t o   d e v e l o p   i n t o   o u r   f u t u r e   4 .   a n o t h e r   s t e a l   b y   t h e   g o a t   p a t   r i l e y .   h e a t c u l t u r e   w e d r a f t b e t t e r t h a n y o u   m i a m i h e a t
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   1 ⃣ 2 ⃣  
g o o d   m o r n i n g   🌞   ☀ ️   m i a m i   b e a c h   s o u t h b e a c h   c o l l i n s a v e   o c e a n d r i v e   d o w n t o w n   m i a m i h e a t   f t x   a a a  
o k a a a a y ,   h e ’ s   s t i l l   i n   h i g h   s c h o o l ,   d o m i n a t i n g   t h a n g s   m i a m i h e a t  
d e d i c a t i o n ✨ 🔥   m i a m i h e a t  
n e v e r   f a l t e r e d 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
j o v i c   a n d   c a i n   w e r e   i m p r e s s i v e   t o n i g h t   🔥   m i a m i h e a t
[ p o s t   g a m e ]   h e a t   b l o w   o u t   n e t s   a n d   c o m p l e t e   t h e   s e c o n d   p r e s e a s o n   g a m e   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
  y e s .   t h e   y o u n g   p l a y e r s   w e r e   i m p r e s s i v e .   
 m i a m i h e a t
* b r e a t h e s *   h e ' s   o n l y   1 9 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
    b e   l i k e   “ w e   g o t   1 0 0 0 0 0   d r a f t   p i c k s ” .     b e   l i k e   “ w e   j u s t   f o u n d   t h i s   d u d e   p l a y i n g   b y   t h e   b e a c h   i n   f l i p   f l o p s ” h e a t c u l t u r e   m i a m i h e a t
m i a m i   h e a t   2 2 - 2 3   p r e - s e a s o n   c o u r t   d e s i g n   w i p 
 
 ✔ b i l l   r u s s e l l   6   l o g o 
 ✔ 3 5 t h   a n n i v e r s a r y   l o g o 
 
 h e a t n a t i o n   m i a m i h e a t   n b a  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
m i a m i   h e a t   v s   b r o o k l y n   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   f u l l g a m e h i g h l i g h t s   h e a t v s n e t s   h e a t v s n e t s 2 0 2 2   h e a t v s n e t s h i g h l i g h t s   h e a t v s n e t s p r e s e a s o n   l o n g f u l l g a m e h i g h l i g h t s   m i a m i h e a t   n b a f u l l g a m e h i g h l i g h t s   n b a p r e s e a s o n   n b a p r e s e a s o n 2 0 2 2   s o u t h e a s t d i v i s i o n  
[ p o s t   g a m e ]   h e a t   b l o w   o u t   n e t s   a n d   c o m p l e t e   t h e   s e c o n d   p r e s e a s o n   g a m e 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
b r o o k l y n   n e t s   v s   m i a m i   h e a t   w a s   o n   e s p n   a p p   ( u s ) .   c o - c o m m e n t a t o r   i s   d o r i s   b u r k e .   r e p o r t e r   i s   m o n i c a   m c n u t t .     f o r   m o r e   d e t a i l s   s e e     b r o o k l y n n e t s   m i a m i h e a t   e s p n a p p u s
i   s a w   a   d i f f e r e n t   k i n d   o f   d u n c a n   r o b i n s o n ,   i   l i k e   i t .   n i k o l a   j o v i c   h a s   j o k i c   p o t e n t i a l .   i   l i k e   i t .   
 m i a m i   m i a m i h e a t   h e a t w i n   h e a t c u l t u r e  
s i t h   l o r d   o l a d i p o 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
h e a t   r o o k i e   n i k o l a   j o v i c   s t i l l   h a s n ’ t   w r i t t e n   h i g h   s c h o o l   f i n a l   e x a m   m i a m i h e a t   n i k o l a j o v i c  
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   1 ⃣ 3 ⃣  
d e f e n s i v e   t h e n   o f f e n s i v e   p l a y   f r o m     b e n s i m m o n s   n b a   b r o o k l y n _ n e t s   m i a m i h e a t  
e v e n   t h o u g h   i t ' s   p r e - s e a s o n   y o u   c a n   j u s t   t e l l   k i d   h a s   a   f e e l   f o r   t h e   g a m e .   h e   l o o k e d   g o o d   i n   1 5   m i n   o f   p l a y .   t h e r e ' s   d e f i n i t e l y   s o m e   u n l o c k   p o t e n t i a l   t o   t h i s   k i d   a n d   i   h o p e   w e   s e e   i   t h r o u g h   i n   m i a m i .   m i a m i h e a t  
m i a m i   h e a t   v s .   b r o o k l y n   n e t s   . . . 
   
 
   
 a n t h o n y d a v i s   c a r m e l o a n t h o n y   d e a n d r e j o r d a n   d w i g h t h o w a r d   e a s t e r n c o n f e r e n c e   f r a n k v o g e l   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   m a l i k m o n k   m i a m i h e a t   n b a h i g h l i g h t s 2 0 2 2   s o u t h e a s t d i v i s i o n   t a l e n h o r t o n t u c k e r   t h e a s y l u m  
t h e   s e c r e t   w e a p o n   🖤   🥷 🏾   l o l o l   m i a m i h e a t   🔥 n b a t w i t t e r  
m i a m i   h e a t   d u n c a n   r o b i n s o n   s t a t s   v s   b r o o k l y n   n e t s   i n   n b a   p r e s e a s o n   2 0 2 2 
 
 1 2   p t s 
 5   r e b 
 4   a s t 
 
 m i a m i h e a t   d u n c a n r o b i n s o n  
m i a m i   h e a t   j a m a l   c a i n   s t a t s   v s   b r o o k l y n   n e t s   i n   n b a   p r e s e a s o n   2 0 2 2 
 
 1 5   p t s 
 1 1   r e b 
 5   s t l s 
 
 m i a m i h e a t   j a m a l c a i n  
a l r i g h t   n o w   💯   h e l d   t h e   n e t s   t o   8 0   p t s   🔥   m i a m i h e a t  
    l o v e   t o   s e e   y o u   w o r k !   n b a   m i a m i h e a t   g o l d e n g r i z z l i e s   o a k l a n d u   p o n t i a c  
f i n a l . 
 
 m i a m i   h e a t   1 0 9 
 b r o o k l y n   n e t s   8 0   
 
 s i r i   p l a y   p e p a s   r n . 
 m i a m i h e a t   b r o o k l y n n e t s   n b a
m i a m i h e a t     1 0 9     -       n e t s     8 0     f i n a l   n b a p r e s e a s o n
j a m a l   c a i n   t o n i g h t : 
 
 1 5   p o i n t s   ( 6 - 1 0 f g ,   1 - 1   f r o m   t h r e e ) 
 1 1   r e b o u n d s 
 1   a s s i s t 
 5   s t e a l s ! !   ( t e a m   h i g h )   
 
 a n o t h e r   d i a m o n d   f o u n d   b y   t h e   m i a m i   h e a t ?   🔥 
 m i a m i h e a t   n b a  
d a r i u s   d a y s   h a s   e n t e r e d   t h e   g a m e   a n d   s c o r e s   m i a m i h e a t
n i k o l a   j o v i c   t o n i g h t : 
 
 1 0   p o i n t s   ( 4 - 7 f g ,   2 - 4   f r o m   t h r e e ) 
 3   r e b o u n d s 
 5   a s s i s t s ( m a t c h e d   t e a m   h i g h ) 
 2   s t e a l s 
 1 5   m i n u t e s   🔥 
 
 m i a m i   h e a t ' s   d r a f t   p i c k   l o o k i n g   g o o d   o u t   t h e r e   t o n i g h t   m i a m i h e a t   n b a  
d r u   s m i t h   p l a y s   n i c e l y   a s   a   b a c k u p   p g   m i a m i h e a t
n i c e   d r i v e   f r o m   j o v i c ,   e n t e r s   d o u b l e   f i g u r e   p o i n t s !   m i a m i h e a t
a n d   j o v i c   f o r   t h r e e e ! !   m i a m i h e a t
t h r e a d   b r e a k i n g   d o w n   t h e   h e a t ' s   " r u l e s "   f o r   b a m   a n d   y u r t   l i n e u p s   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
p r e t t y   d i s h   f r o m   h i g h s m i t h   t o   s t r u s   f o r   t h e   r e v e r s e   m i a m i h e a t
t h e   s t r u s   i s   l o o o o s e   m i a m i h e a t
i ’ m   l i k i n   t h i s   c a i n   g u y   w h e r e   h e   c o m e   f r o m   m i a m i h e a t
h o n e s t l y   d u n c a n   h u s t l i n g   f o r   r e b o u n d s   a n d   p u s h i n g   t h e   b a l l   i s   a   g o o d   s i g n ,   h e   c a n   d o   m o r e   t h a n   j u s t   s h o o t   m i a m i h e a t
l o l   b e n   s i m m o n s   w o u l d n t   e v e n   p o s t   u p   o v e r   l i l   k y l e   l o w r y   m i a m i h e a t   h e a t t w i t t e r
k d   8 / 1 1   f g s   1 / 3   3 p t   g o o d   f o r   2 2   p o i n t s .   s t i l l   d o w n   1 8   w i t h   a   - 1 0   p e r .   b r o o k l y n n e t s   m i a m i h e a t   n b a p r e s e a s o n
m i a m i h e a t   m u c h   t o u g h e r   m e n t a l l y   t h a n   b r o o k l y n n e t s   n b a   h e a t   n e t s   e s p n   j u s t   p r e s e a s o n   i   p r e d i c t   n e t s   m e l t d o w n   a t   s o m e   p o i n t   t h i s   s e a s o n
l i k i n g   l o w r y ' s   e n e r g y   i n   t h i s   2 n d   h a l f ,   h u s t l e   p l a y s   a r e   a l w a y s   g o o d .   m i a m i h e a t
r e f   i s   a n   l   f o r   n o t   a l l o w i n g   t h a t   b a m   s t e p   b a c k   t o   c o u n t   m i a m i h e a t
s t r u s   f o r   t h r e e e e e   f i n a l l y ! !   m i a m i h e a t
j i m m y   b u t l e r   s t a r t s   t h e   s e c o n d   h a l f   o n   t h e   b e n c h .   l o o k s   d o n e   f o r   t h e   n i g h t .   n b a p r e s e a s o n   b r o o k l y n n e t s   m i a m i h e a t
i   k n o w   i t ’ s   p r e s e a s o n   b u t   i ’ m   l i k i n g   w h a t   w e   p u t t i n g   t o g e t h e r   a g a i n s t   b r o o k l y n   m i a m i h e a t
y e s ,   i t ’ s   o n l y   t h e   p r e s e a s o n .   b u t ,   l m a o   a t   t h e   n e t s   w i t h   k d   & a m p ;   s i m m o n s   s t r u g g l i n g   a g a i n s t   t h e   h e a t ’ s   u n d r a f t e d   g u y s   m i a m i h e a t
g i v e   t h e   b a l l   t o   t h e   t r a i l e r   s m h   m i a m i h e a t
w e   n e e d   b u b b l e   m u s t a c h e   j i m m y b   h e a t n a t i o n   m i a m i h e a t
o n l y   l e b r o n , j o k i c   a n d   l u k a   i s   b e t t e r   i n   i n t e l l i g e n c e   t h a n   b e n   s i m m o n s   h i s   p a s s e s   h i s   c r e a t i v i t y   h i s   c l e v e r n e s s   i s   m a t c h   w i t h   t h e s e   3   m o s t   u n b e l i e v a b l e   m i a m i h e a t   n b a p r e s e a s o n   b r o o k l y n n e t   🎩
s i m m o n s '   m o v i n g   w e l l .   l o o k s   l i k e   h e ' s   a t   1 0 0 %   a f t e r   h i s   b a c k   s u r g e r y .   m e a n w h i l e   t h e   n e t s   c a n ' t   b u y   a   b u c k e t   d o w n   3 1 - 4 8 .   m i a m i h e a t   b r o o k l y n n e t s   n b a p r e s e a s o n
m i a m i   h i t t i n g   3 s   f r o m   d e e p .   j o v i ć   l o o k i n g     l i k e   a   g r e a t   p i c k u p .   b r o o k l y n ' s   2 n d   s t r i n g   g e t t i n g   r o l l e d   o u t   h e r e .   n b a p r e s e a s o n   b r o o k l y n n e t s   m i a m i h e a t
i ’ m   w a t c h i n g   _ b o 2 0   r i g h t   n o w   a n d   i   d o   n o t   h a t e   i t ,   i ’ m   a c t u a l l y   e n j o y i n g   i t   m i a m i h e a t
d u n c a n   r o b i n s o n   h a s   a   b a g   a l l   t h e   s u d d e n ? ? ? 🔥     m i a m i h e a t   h e a t c u l t u r e
l e t ' s   g o   h e a t ! ! ! ! ! ! ! ! 
 🔥 🏀 
 h e a t b a s k e t b a l l 
 m i a m i h e a t
t h a t   j o v i c   s t e a l   a n d   d u n k   w a s   n a s t y   m i a m i h e a t
m i a m i h e a t   p r a y e r   c i r c l e :   
 
                                       🕯             🕯 
                       🕯                                               🕯 
                                         m a x   s t r u s   
                 🕯       g e t s   h i s   s h o t         🕯   
                                                 b a c k   
                       🕯                                               🕯 
                                       🕯             🕯
🔥   1 3   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r         m i a m i h e a t  
🗣 m y   g u y   _ 7   i s   a   p r i m e   e x a m p l e   o f   1 0   t o e s   d o w n . . . .   n o   s h o r t c u t s . . .   j u s t   h a r d w o r k . . .   n e v e r   c h a n g i n g   u p . . .   a l l   i n   1 0 0 0 0 0 % . .   f o l l o w e d   t h e   s c r i p t . . . .     m i a m i h e a t   d 2 t o n b a   🙏 🏽 🎯 💪 🏾 💯 🏀 🚀 🔥  
i   t r u l y   l o a t h e     t h e   p l a y   b y   p l a y   b r o a d c a s t   a r e   l i t e r a l l y   u n w a t c h a b l e 
 
 h e y   i t   e x a c t l y   w h a t   t h e     w a n t s !   m i a m i h e a t   b r o o k l y n e t s
🏀   b a s k e t b a l l :   b r o o k l y n   n e t s   v s   m i a m i   h e a t   -   n b a 
 ⏰   o n g o i n g 
 ➡   
 
 b a s k e t b a l l p r e s e a s s o n   n b a l i v e   n b a f a n s   a m e r i c a n   u s a   b r o o k l y n n e t s   m i a m i h e a t
j i m m y   b u t l e r ’ s   p l a y i n g   t o n i g h t   🔥 🔥   m i a m i h e a t
m a n ,   i   l o v e   d o r i s   b u r k e ! 
 
 a n   i n c r e d i b l e   s p o r t s   f i g u r e ,   s o   e x t r e m e l y   k n o w l e d g e a b l e   a n d   a   b r e a t h   o f   f r e s h   a i r   w h e n   s h e ’ s   o n   t e l e v i s i o n   f o r   t h e   n b a   -   .   
 
 b r o o k l y n n e t s 
 m i a m i h e a t
b u c k e t s   🤝 🏾   m i a m i h e a t  
j a k e   o n   t w i t t e r 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
a n y o n e   k n o w   w h e r e   w e   c a n   c a t c h   t h e   h e a t   g a m e   t o d a y ?   i   l i v e   i n   o r l a n d o   a n d   d o n ' t   h a v e   a c c e s s   t o   b a l l y   s p o r t s .   a n y   r e c o m m e n d a t i o n s   a r e   a p p r e c i a t e d !   h e a t n a t i o n   m i a m i h e a t
1 0   y e a r s   a g o   t o d a y ,     w a s   s p o t t e d   p a r t y i n g   w i t h   h i s   f r i e n d s   a n d   t h e   m i a m i h e a t   p l a y e r s   i n   a t l a n t a !  
n e w   l o g o   b e i n g   p l a c e d   ? 
 f t x a r e n a   m i a m i h e a t  
p r e s e a s o n   g a m e   2 !   m i a m i h e a t   v s   t h e   b r o o k l y n n e t s   t o n i g h t   a t   7 : 3 0 p m   i n   b r o o k l y n n y   o n   e s p n   a n d   b a l l y s p o r t s s u n !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
  t h e s e   w e r e   a t t r i b u t e d / n i c k n a m e d   t o   j i m m y b u t l e r   o f   t h e   m i a m i h e a t . . .
t h e   n b a   p l a n s   t o   n e g o t i a t e   n e w   t e l e v i s i o n / m e d i a   a n d   c o l l e c t i v e   b a r g a i n i n g   d e a l s   b e f o r e   s e r i o u s l y   e x a m i n i n g   t h e   a d d i n g   o f   n e w   t e a m s .   t h e   p o s s i b i l i t i e s   o f   l a s   v e g a s   a n d   s e a t t l e   a s   e x p a n s i o n   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
t h u r s d a y   1 0 / 6 :   h e a t   p r e s e a s o n ,   i n t e r   m i a m i   c l i n c h e s ,   p a n t h e r s   p r e s e a s o n ,   s o m e   n b a   n o t e s … … 
 m i a m i h e a t   i n t e r m i a m i   n b a   f l o r i d a p a n t h e r s  
w i l l   j i m m y   p l a y   t o n i g h t   . ?   m i a m i h e a t  
i   w e n t   t o   m y   f i r s t   h e a t   g a m e   y e s t e r d a y   a s   a n   i n t e r n a t i o n a l   f a n   a n d   i   w a s   b l e s s e d   t o   r e c e i v e   a u t o g r a p h s   f r o m   b a m   a n d   k y l e   l o w r y 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
g l a d   m i a m i   h e a t   b a s k e t b a l l   i s   b a c k   😎 🏀   m i a m i h e a t   h e a t n a t i o n   h e a t c u l t u r e   n b a
🏀 j a e   c r o w d e r   🏀   o m g !   n b a   n b a t r a d e d e a d l i n e   n b a t r a d e   n b a t r a d e d e a d l i n e 2 0 2 0   j a e c r o w d e r   j a e c r o w d e r t r a d e   j a e c r o w d e r m i a m i h e a t   m i a m i   h e a t   m i a m i h e a t   n b a n e w s  
p r e s e a s o n   g a m e   2 :   
 
 m i a m i   h e a t   v s   b r o o k l y n   n e t s   i n s i d e   b a r c l a y s   c e n t e r   @   7 : 3 0 p m   e s t   o n   b s s / e s p n !   
 
 w h a t   a r e   y o u   l o o k i n g   f o r   i n   t o n i g h t ’ s   g a m e ?   🤔   h e a t t w i t t e r   m i a m i h e a t
m i a m i   h e a t   r a n k e d   t o o   l o w   b y   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
u d o n i s h a s l e m   i s   t h e   f a b r i c   o f   t h e   h e a t   f r a n c h i s e   a n d   p r o b a b l y   t h e   g r e a t e s t   s i n g l e   c o n t r i b u t o r   t o   t h e   o f t - r e f e r e n c e d   h e a t   c u l t u r e .   t h o s e   w h o   s e e   h i m   d a i l y   r e c o g n i z e   h i s   c o n t r i b u t i o n   t o   w i n n i n g   i s   r e a l   . . .   n b a t w i t t e r   m i a m i h e a t  
  2 2 7 ' s   y o u t u b e   c h i l i '   m i a m i   c h i l i '   h e a t   h e a t t w i t t e r     s p i c y '     s p i c y '   n b a   m i x !   l e b r o n   b a s k e t b a l l   f y p   q u a l i t y   v i r a l   l e b r o n j a m e s   m i a m i h e a t   c a p c u t   f o r y o u p a g e    
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   t h e   h e a t !   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
h e r r o   l o o k i n g   f r e s h 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " w h y   t y l e r   h e r r o   a n d   t h e   m i a m i   h e a t   c a n   w i n   t h e   2 0 2 3   n b a   f i n a l s ! !   n b a   s e a s o n   p r e v i e w ! ! "   
 
 c r e a t o r :     b a c k y a r d   b u c k e t s 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h e a t   m i a m i h e a t 
 
  
p h i l a d e l p h i a   7 6 e r s   w i l l   n o t   b e a t   m i a m i   a n d   h e r e & a m p ; 3 9 ; s   w h y   |   g i l b e r t   a r e n a s   b r e a k s   d o w n   s i x e r s / h e a t 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
n e w   v i d e o   t o   w a t c h : 
 
 " s h o u l d   t h e   h e a t   t a n k ?   ( s e a s o n   p r e v i e w ) "   
 
 c r e a t o r :     b a r r e t t   l o w e   s h o w 
 
 b r a n d   n e w   n b a   f a n   v i d e o   p l a t f o r m :   
 
 n b a   h e a t   m i a m i h e a t 
 
  
h a s   a n y o n e   e l s e   h a d   t h i s   i s s u e   w h e n   t r y i n g   t o   s i g n   u p   f o r   l e a g u e   p a s s ?   s o r r y   i f   t h i s   i s   i n a p p r o p r i a t e   f o r   t h i s   s u b r e d d i t 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   t h e   h e a t ! 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   w h i t e h o t   h e a t n a t i o n   h e a t t w i t t e r   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
t h e   g o o n   s q u a d   r e a c t   t o   t h e   h e a t ’ s   p r e s e a s o n   l o s s   t o   t h e   m i n n e s o t a   t i m b e r w o l v e s   a n d   d i s c u s s   b a m   a d e b a y o ’ s   g a m e   a n d   t y l e r   h e r r o ’ s   e x t e n s i o n . 
 
 
 
 h e a t c u l t u r e   h e a t t w i t t e r   t i m b e r w o l v e s   m i a m i h e a t   h e a t   m i a m i f l   m i a m i   n b a p r e s e a s o n   n b a   n b a t w i t t e r     n b a o n t n t
t h e   g o o n   s q u a d   i s   l i v e !   t u n e   i n   n o w   -   
 
 b a m   t y l e r h e r r o   m i a m i h e a t   h e a t c u l t u r e   n b a p r e s e a s o n  
a n   n b a   e x e c u t i v e   s a i d   t h e   h e a t   h a v e   i n t e r e s t   i n   m o   b a m b a .   t h o u g h t s   o n   a d d i n g   h i m   a t   t h e   d e a d l i n e ? 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
[ p o s t   g a m e ]   h e a t   c o m p l e t e   f i r s t   g a m e   o f   t h e   p r e s e a s o n   |   l e t ’ s   h e a r   y o u r   r e a c t i o n s   /   o v e r r e a c t i o n s   a n d   e   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
a r e   y o u   p a s s i o n a t e   a b o u t   b a s k e t b a l l ?   a r e   y o u   a   m i a m i   h e a t   f a n ?   s o ,   y o u   c a n ' t   m i s s   t h e   u p c o m i n g   2 0 2 2 / 2 0 2 3   n b a   p r e s e a s o n   g a m e s .   t h e   m i a m i h e a t   p l a y e r s   w i l l   f a c e   7   t e a m s   i n   t h e   l e a g u e   i n   o c t o b e r .   c h e c k   t h e m   o u t   b e l o w :  
  b a s k e t b a l l !     h u g e   n b a   f a n ,   m i a m i h e a t   f o r   l i f e !   l o l
i   a s k e d   b a m   a d e b a y o   a b o u t   h i s   t h r e e   p o i n t   s h o o t i n g ,   a n d   i f   h e ’ s   m o s t   c o m f o r t a b l e   a s   t h a t   r h y t h m   p u l l - u p   t h r e a t :   “ i t   v a r i e s , ”   h e   s a i d   s a y s   h e ’ s   g o i n g   t o   t a k e   w h a t   i s   g i v e n ,   a n d   h e   c a n   u t i l i z e   b o t h   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m i a m i   h e a t & a m p ; 3 9 ; s   b e s t   o p t i o n s   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
g o t   f r e e   t i c k e t s   t o   t h e   g a m e   s o   i   c o u l d n ' t   c o m p l a i n   a b o u t   s i t t i n g   i n   t h e   n o s e   b l e e d s .   b a m   s h o t   a   f e w   t h r e e s   w h i c h   i   h o p e   c o n t i n u e s   t h r o u g h o u t   t h e   s e a s o n .   m i a m i h e a t  
j i m m y   m e m e   m a t e r i a l 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m y   m a n   t o o k   m e   t o   m y   1 s t   n b a   g a m e   l a s t   n i g h t ❤ ️ ‍ 🔥 ❤ ️ ‍ 🔥 ❤ ️ ‍ 🔥   h e ’ s   t h e   b e s t   e v e r 🫶 🏻 🫶 🏻 🫶 🏻   m i a m i h e a t   n b a p r e s e a s o n
i ’ l l   n e v e r   f o r g e t   t h i s   m o m e n t       t h a n k   y o u   s o   m u c h   f o r   m a k i n g   t h i s   d r e a m   c o m e   t r u e   🏀 ⛹ 🏽 ‍ ♂ ️ ♥ ️ 🙏 🏽 💯 
 b l e s s i n g s   s e e s a n a v i   h e a t v s k n i c k s   t h e h e a t   m i a m i h e a t   n a t i o n a l a n t h e m  
j i m m y   b u t l e r   n e w   h a i r s t y l e   👀   j i m m y b u t l e r   m i a m i h e a t   n b a  
d a y s   u n t i l   m i a m i h e a t   b a s k e t b a l l :   1 ⃣ 4 ⃣  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   -   f u l l   g a m e   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   e x t e n d e d h i g h l i g h t s   e x t e n d e d n b a h i g h l i g h t s   h e a t v s t i m b e r w o l v e s   h e a t v s t i m b e r w o l v e s f u l l g a m e h i g h l i g h t s   h e a t v s t i m b e r w o l v e s h i g h l i g h t s   h e a t v s t i m b e r w o l v e s l i v e   m i a m i h e a t  
🔥   1 4   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r         m i a m i h e a t  
b i g   d e a l . . !   m i a m i h e a t 

m y   d u d e ! ! !   a n o t h e r   a u t o m a t i c   “ a ”   i n   p e ! ! !   m i a m i h e a t   🔥 h e a t n a t i o n  
[ p o s t   g a m e ]   h e a t   c o m p l e t e   f i r s t   g a m e   o f   t h e   p r e s e a s o n   |   l e t ’ s   h e a r   y o u r   r e a c t i o n s   /   o v e r r e a c t i o n s   a n d   e v e r y t h i n g   i n - b e t w e e n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
i   g u e s s   t h e   s e a s o n   s t a r t s   t o n i g h t !   l e t ’ s   g o   h e a t ! ! ! ! ! ! ! ! !   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
2   y e a r s   a g o   t o d a y .   n o w   h e   g o t   t h e   b a g .   n e x t   l e t ' s   w i n   t h e   c h i p .   🏆 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
g r e a t   g a m e   f r o m   “ t h e   f u t u r e ”   m i a m i h e a t  
m i a m i   h e a t   q 1   h i g h l i g h t s   v s   t i m b e r w o l v e s   🔥   |   o c t o b e r   4 t h   2 0 2 2   |   p r e s e a s o n 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   r o o k i e   n i k o l a   j o v i c   n b a   p r e s e a s o n   d e b u t 
 
 5   p o i n t s 
 2 / 3   f g 
 6   m i n u t e s 
 
 m i a m i h e a t   h e a t c u l t u r e   n i k o l a j o v i c  
n o t   b a d   ♥ ️ 👏 🏾 👏 🏾   m i a m i h e a t  
a l o n z o   m o u r n i n g   1 9 9 8 - 9 9   f l e e r   u l t r a   4   m i a m i h e a t   h e a t   
 
 $ 1 . 5 0   e a c h   o r   $ 2   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
l e a v i n g   t h e   a r e n a   n o w   a n d   a l l   i   c a n   s a y   i s   t r a d e   d u n c a n   r o b i n s o n   a s a p ! ! !   m i a m i h e a t
b a m   💥   b a m   💪 🏾   t h a t ’ s   g r o w t h   m i a m i h e a t  
i t ’ s   a   p r e   s e a s o n   g a m e   l o l   “ n e v e r ”   i s   e x t r e m e   🤓 😆   m i a m i h e a t  
t i m   h a r d   a w a y   2   c a r d   l o t   h e a t   g o l d e n s t a t e w a r r i o r s   m i a m i h e a t   w a r r i o r s   
 
 $ 1 . 5 0   e a c h   o r   $ 2   t a k e s   e m   o b o   
 
 b a s k e t b a l l c a r d s   n b a   t h e h o b b y   _ 
 s p o r t s c a r d s   s p o r t s c a r d s f o r s a l e 
 
       _ s e l l      
r o b i n s o n   i s   🚮   m i a m i h e a t
b a m   h i t t i n g   3 ' s   n o w   🔥 🔥 🔥 
 m i a m i h e a t
j i m m y b u t l e r   k e e p s   v i s i t i n g   d o c s   b a r b e r   s h o p   m i a m i h e a t
t h o s e   m i a m i h e a t   d a n c e r s !   b o y - o - b o y !   🔥  
j i m m y b u t l e r   l e f t   h i s   h a i r   e x t e n s i o n s   a t   h o m e   t o n i g h t   n b a t w i t t e r   m i a m i h e a t   🤷 🏾 ‍ ♂ ️
a n   u g l y   f u c k i n g   f i r s t   h a l f   e v e n   f o r   t h e   p r e s e a s o n   m i a m i h e a t
p a i n   s o   m u c h   p a i n   m i a m i h e a t
i   g u e s s   t h e   s e a s o n   s t a r t s   t o n i g h t !   l e t ’ s   g o   h e a t ! ! ! ! ! ! ! ! ! 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
f o o t a g e   o f   d u n c a n   r o b i n s o n   t r y i n g   t o   g e t   i n   t h e   p a i n t   h e a t t w i t t e r   h e a t c u l t u r e   m i a m i h e a t  
l m a o   m i n n e s o t a   i s   r e a l l y   o u t   h e r e   d o u b l e   t e a m i n g   i n   t h e   p r e s e a s o n   n b a   m i a m i h e a t   h e a t t w i t t e r
m i a m i   h e a t   b a s k e t b a l l   i s   b a c k   t o n i g h t   ( k i n d   o f ) !   ❤ ️ 🔥   i ’ v e   m i s s e d   y o u !   m i a m i h e a t  
t h e   h e a t   i s   o n   m f e r s   m i a m i h e a t   p r e s e a s o n b u t i d o n t c a r e   l o l  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   l i v e   s t r e a m   -   n b a   ( b a s k e t b a l l ) 
 
 w a t c h   m i a m i   h e a t   l i v e   s t r e a m   a g a i n s t   m i n n e s o t a   t i m b e r w o l v e s   o n   t v   w o r l d   m i x   o n l i n e   f r e e 
 g o   w a t c h :   
 
 m i a m i h e a t   m i n n e s o t a t i m b e r w o l v e s   n b a  
u s i n g   t h e     a p p   h a s   t o   b e   t h e   b i g g e s t   p a i n   i n   t h e   a s s ! !   m i a m i h e a t
🚨 f r e e p l a y   f o r   e v e r y o n e 🚨 
 
 n b a :   p r e s e a s o n   🏀   
 
 🏀 t i m b e r w o l v e s   + 7 . 5   - 1 4 0   ( 1   u n i t ) 
 b u y   a   p o i n t 
 
 l e t ’ s   c a s h   💰   
 
 g a m b l i n g t w i t t e r   m i a m i h e a t  
i   k n o w   i t ' s   o n l y   p r e s e a s o n   b u t   i m   e x c i t e d     m i a m i h e a t   b a s k e t b a l l   i s   b a c k   t o n i g h t !   1 s t   p r e s e a s o n   g a m e !   m i a m i h e a t   v s   t h e   m i n n e s o t a t i m b e r w o l v e s   t o i g h t   a t   7 : 3 0 p m   i n   m i a m i   a t   t h e   f t x a r e n a   o n   b a l l y s p o r t s s u n !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
🏀 🏀 n b a   p r e   s e a s o n   a d d   o n   🏀 🏀 
 
 u n d e r   2 1 3   m i a m i   h e a t   / /   1   u n i t     
 f r e e p l a y s   f r e e p i c k s   n b a 2 k   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a   b a s k e t b a l l   n b a p i c k s   s p o r t s g a m b l i n g   s p o r t s b e t t i n g p i c k s   s p o r t s b i z   s p o r t s   m o n e y   b o u n c e b a c k   b e t t i n g t w i t t e r   m i a m i h e a t   m i a m i  
b a m   a d e b a y o   o n   t y l e r   h e r r o ’ s   e x t e n s i o n :   “ i t ’ s   g o o d   t o   h a v e   h i m   a r o u n d   f o r   5   m o r e   y e a r s . ” 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
m i a m i h e a t   m i n n e s o t a t i m b e r w o l v e s   b a s k e t b a l l   n b a 2 k 2 3   j i m m y b u t l e r   n b a   u d o n i s h a s l e m   n b a j a p a n g a m e s   k y l e l o w r y   n b a 2 k   
 l i v e   w a t c h   m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   l i v e s t r e a m   
                                               🇺 🇸 l i n k 🏀 🗑 ️ 
                                                             ⬇ ️ 
 
   ✅
🧢 🏀   o t h e r   h a t   f r o m   m y   c o l l e c t i o n :   m i a m i   h e a t 
 - 
 b l o g   b l o g g e r   h a t   n b a   m i a m i   m i a m i h e a t   n b a   m a s s i m o l a n d i   c o l l e c t i o n   h e a t  
e r i k   s p o e l s t r a   o n   t o n i g h t & a m p ; 3 9 ; s   s c r i m m a g e   & a m p ;   t y l e r   h e r r o & a m p ; 3 9 ; s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   e r i k s p o e l s t r a t y l e r h e r r o   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n  
🔥   n b a   p r e s e a s o n   d a y !   
 🔥   1 5   d a y s   t i l l   h e a t   b a s k e t b a l l   
 
 i t .   i s .   t i m e !   h e a t t w i t t e r   n b a t w i t t e r       m i a m i h e a t  
e r i k s p o e l s t r a   o f   t h e   m i a m i h e a t   w a s   o v e r w h e l m i n g l y   s e l e c t e d   a s   t h e   n b a ' s   b e s t   h e a d   c o a c h   i n   a n   a n n u a l   s u r v e y   o f   t h e   l e a g u e ' s   g e n e r a l   m a n a g e r s .   n b a t w i t t e r 

t y l e r   h e r r o   o n   e x t e n s i o n :   “ i t   w a s   a   n u m b e r   i   c o u l d n ’ t   p a s s   u p .   i t   w a s n ’ t   w o r t h   g o i n g   i n t o   r e s t r i c t e d   f r e e   a g e n c y . ”   “ t h i s   i s   w h e r e   i   w a n n a   b e   s o   i t   m a k e s   s e n s e . ”   - s a i d   h e ’ s   c o m f o r t a b l e   w i t h   s t a r t e   . . . 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   s o u t h e a s t d i v i s i o n  
  w h e r e   i s   t h i s   h a t   i   h a v e   r e g r e t t e d   n o t   b u y i n g   i t   e v e r y d a y   o f   m y   l i f e   a n d   n o w   i t ’ s   n o t   e v e n   f o r   r e s a l e   a n y w h e r e .   w h e r e   i n   t h e   p l a n e t   e a r t h   c a n   i   g e t   t h i s   h a t ? !   h e a t c u l t u r e   m i a m i h e a t   c o u r t c u l t u r e   m i a m i h e a t s t o r e   h e l p m e   w h e r e i s t h i s   n b a   n b a s t o r e  
a   p l a y e r   l i k e   d e r r i c k   r o s e   s h o u l d ’ v e   b e e n   i n   a     u n i f o r m ;   s u r r o u n d e d   b y   g r e a t   c o a c h e s .   c a n ’ t   e v e n   i m a g i n e   w h a t   t h a t   w o u l d ’ v e   b e e n   l i k e .   t h o s e   h e a t   t r a i n e r s   w o u l d ’ v e   r e j u v e n a t e d   t h o s e   k n e e s   f o r   a n   a d d i t i o n a l   5 y r s .   y o u   c a n   a s k   e v e r y   v e t   t h a t ’ s   p l a y e d   f o r   m i a m i h e a t .
a l r i g h t   🖤 🙌 🏾 🪄   t h a t   s h o u l d   b e   a   g o o d   o n e !   m i a m i h e a t  
  _ o f f i c i a l   a l l   i s   r i g h t   i n   m y   🌎 ! 
 
 m i a m i h e a t 🔥  
d o   w e   f e e l   y u r t   w i l l   e v e r   s e e   t h e   c o u r t   w h e n   t h e   g a m e s   s t a r t   t o   c o u n t . . ?     m i a m i h e a t  
h e r r o   t o   b a m 💥 m i a m i h e a t  
m y   2 k   j o u r n e y   w i t h   t h e   m i a m i h e a t   s t a r t s   t o n i g h t ! ! ! !   p r e s e a s o n   s c h e d u l e   o u t   n o w ! !   o v e r w a t c h 2   d r o p s   t o d a y   a s   w e l l   s o   i   w i l l   b e   g e t t i n g   d o w n   o n   t h a t   a l l   p r e s e a s o n !   l f g   d u b c l u b   🔥 🔥 🔥 🔥  
t y l e r   h e r r o   o n   h i s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n   t y l e r h e r o   t y l e r h e r r o   t y l e r h e r r o c o n t r a c t e x t e n s i o n   t y l e r h e r r o e x t e n s i o n  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
d r u   s m i t h   n b a   h i g h l i g h t s   h e a t   v s   r o c k e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d r u s m i t h   d r u   s m i t h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
j a m a l   c a i n   n b a   h i g h l i g h t s   h e a t   v s   r o c k e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m a l c a i n   j a m a l   c a i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
d u n c a n   r o b i n s o n   n b a   h i g h l i g h t s   h e a t   v s   r o c k e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d u n c a n r o b i n s o n   d u n c a n   r o b i n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
[ p o s t   g a m e ]   h e a t   d e f e a t   r o c k e t s   i n   p r e s e a s o n   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
🇺 🇸 | n e w   m i a m i   n o i r   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   j i m m y   b u t l e r   2 2 
 a u   p r i x   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 🛒 
 
 b u t l e r  
m a x   s t r u s   n b a   h i g h l i g h t s   h e a t   v s   r o c k e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a x s t r u s   m a x   s t r u s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
n i k o l a   j o v i c   n b a   h i g h l i g h t s   h e a t   v s   r o c k e t s   1 0 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i k o l a j o v i c   n i k o l a   j o v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
m i a m i   h e a t   s n i p e r s ,   r o b i n s o n   a n d   s t r u s ,   l e a d   o v e r   h o u s t o n ,   1 1 8 - 1 1 0 
 
 
 
 n b a   m i a m i   h e a t t w i t t e r   h e a t n a t i o n   f e a r t h e d e e r   m f f l   s u n s   b u c k s   j a z z   g o s p u r s g o   c h i c a g o   b u l l s n a t i o n   b u l l s   n b a t w i t t e r   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a p r e s e a s o n   l a k e s h o w   d u b n a t i o n
h o u s t o n   r o c k e t s   v s   m i a m i   h e a t   f u l l   g a m e   h i g h l i g h t s   |   o c t   1 0   |   2 0 2 2   n b a   p r e s e a s o n   m i a m i   h e a t   n b a   v i d e o :  
t a r i   e a s o n   h i g h l i g h t s   -   h e a t   v s .   r o c k e t s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   t a r i   e a s o n   m i a   h o u   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   h o u s t o n   r o c k e t s
k e v i n   p o r t e r   j r .   h i g h l i g h t s   -   h e a t   v s .   r o c k e t s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   k e v i n   p o r t e r j r .   m i a   h o u   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   h o u s t o n   r o c k e t s
j a l e n   g r e e n   h i g h l i g h t s   -   h e a t   v s .   r o c k e t s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   j a l e n   g r e e n   m i a   h o u   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   h o u s t o n   r o c k e t s
n i k o l a   j o v i c   h i g h l i g h t s   -   h e a t   v s .   r o c k e t s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   n i k o l a   j o v i c   m i a   h o u   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   h o u s t o n   r o c k e t s
  j a l e n   g r e e n   -   2 5   p t s ,   4   r e b ,   5   a s t ,   1   s t l ,   5   t h r e e s   f u l l   h i g h l i g h t s | h o u s t o n   r o c k e t s   v s   m i a m i   h e a t | 2 0 2 2 . 1 0 . 1 0 
 
 p h i l i p p i n e s   j a l e n g r e e n   n b a   h o u s t o n   r o c k e t s ​   b a s k e t b a l l   m i a m i   h e a t   

j a l e n   g r e e n   s c o r e s   2 5   p t s   v s .   m i a m i   h e a t   i n   t h e   p r e s e a s o n     |   n b a   o n   e s p n   m i a m i   h e a t   n b a   v i d e o :  
m a x   s t r u s   h i g h l i g h t s   -   h e a t   v s .   r o c k e t s   -   1 0 t h   o c t   2 0 2 2 
 
 
 n b a   m a x   s t r u s   m i a   h o u   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   h o u s t o n   r o c k e t s
j a m a l   c a i n   w i t h   t h e   m o n s t e r   a l l e y o o p   s l a m   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a m a l   c a i n   a l l e y o o p   d u n k   m i a   m i a m i   h e a t   h o u   h o u s t o n   r o c k e t s
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
h o u s t o n   h u s t l i n g   o n   d e f e n c e   🚀 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   h o u   h o u s t o n   r o c k e t s   m i a   m i a m i   h e a t
k e v i n   p o r t e r   j r .   t h r o w i n g   i t   d o w n   💥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   k e v i n   p o r t e r   j r   k p j   h o u   h o u s t o n   r o c k e t s   m i a   m i a m i   h e a t
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
j a l e n   g r e e n   d o i n g   o l a d i p o   d i r t y   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a l e n   g r e e n   v i c t o r   o l a d i p o   h o u   h o u s t o n   r o c k e t s   m i a   m i a m i   h e a t
d e w a y n e   d e d m o n   w i t h   t h e   p u t b a c k   s l a m ! 
 h e a t n a t i o n   n b a   n b a t w i t t e r   n b a p r e s e a s o n   m i a m i   h e a t c u l t u r e   h e a t   p h i v s m i a   
  
✳ ️     
 … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
🏆   n b a 
 
 🏀   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 m i a m i   h o u s t o n r o c k e t s   n b a  
🏆   n b a 
 
 🏀   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 n b a ~ ~ s t r e a m s 
 n b a   2 0 2 2   l i v e 
 n b a   s t r e a m i n g   f r e e 
 m i a m i   h o u s t o n r o c k e t s   n b a  
🏆   n b a 
 
 🏀   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 m i a m i   h o u s t o n r o c k e t s   n b a  
🏆   n b a 
 
 🏀   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 m i a m i   h o u s t o n r o c k e t s   n b a  
🏆   n b a 
 
 🏀   m i a m i   h e a t   v s   h o u s t o n   r o c k e t s 
 
 📺   l i v e   s t r e a m   l i n k   :   
 
 m i a m i   h o u s t o n r o c k e t s   n b a  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
r o c k e t s   @   h e a t   f r e e   n b a   p r e s e a s o n   b e t t i n g   p i c k   f o r   t o n i g h t .     h o u s t o n   t r a v e l s   f r o m   t h e   s u n s h i n e s t a t e   t o   t a k e   o n   j i m m y b u t l e r   a n d   c r e w   i n   m i a m i   f o r   a   p r e s e a s o n   m a t c h u p .   j a l e n g r e e n   k y l e l o w r y   f t x a r e n a   g a m b l i n g t w i t t e r   s p o r t s h a n d i c a p p e r   b e t t i n g t i p s
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
i n f l u e n c e r   m a r k e t i n g   c o o r d i n a t o r   a t       m i a m i   j o b s   s p o r t s   i n d u s t r y   c a r e e r s   d i v e r s i t y   f l o r i d a 
  
h e a d g e a r   c o l l e c t i o n   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
j a m a l   c a i n   i n t e r v i e w   o n   s i g n i n g   a   t w o ‑ w a y   c o n t r a c t :   " e x t r e m e l y   h a p p y   & a m p ;   e x c i t e d   t o   g e t   t o   w o r k "   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   w h i t e h o t   h e a t n a t i o n   h e a t t w i t t e r   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
h a y w o o d   h i g h s m i t h   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 h a y w o o d h i g h s m i t h   h a y w o o d   h i g h s m i t h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
[ w o j n a r o w s k i ]   t h e   m i a m i   h e a t   a r e   c o n v e r t i n g   u n d r a f t e d   r o o k i e   f o r w a r d   j a m a l   c a i n   t o   a   t w o - w a y   c o n t r a c t .   c a i n ’ s   a v e r a g e d   1 7   p o i n t s   a n d   8 . 5   r e b o u n d s   i n   h e a t ’ s   p a s t   t w o   p r e s e a s o n   g a m e s .   🏀 

o r l a n d o   r o b i n s o n   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o r l a n d o r o b i n s o n   o r l a n d o   r o b i n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
t h e     h a d   a   p r e t t y   q u i e t   o f f s e a s o n ,   b u t   a f t e r   b e i n g   o n e   s h o t   a w a y   f r o m   t h e   n b a f i n a l s ,   w h a t   c a n   t h e y   d o   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 m i a m i h e a t   m i a m i   n b a t w i t t e r   n b a   j i m m y b u t l e r   t y l e r h e r r o   b a m a d e b a y o   h e a t   s o u t h b e a c h  
g a b e   v i n c e n t   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 g a b e v i n c e n t   g a b e   v i n c e n t   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
s h o u l d   m i a m i   h e a t   ' s t r i k e   i f   i r o n   g e t s   h o t '   w i t h   d u n c a n   r o b i n s o n ? 
 
 
 
 n b a   m i a m i   h e a t n a t i o n   h e a t t w i t t e r   t r u e t o a t l a n t a   l a k e r s   l a k e s h o w   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   b u l l s n a t i o n   n b a j a p a n g a m e s   n b a t w i t t e r   n b a 2 k 2 3   n b a p r e s e a s o n   m f f l   7 6 e r s   n e t s
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
h i s t o r i c a l l y ,   m i a m i   i s   d o n e   w i t h   1 0 5 ° f +   h e a t   i n d i c e s   f o r   t h e   y e a r ,   s o   h e r e ' s   w h e r e   2 0 2 2   s t a c k s   u p .     i t   i s   t i e d   f o r   s e c o n d   p l a c e   ( w i t h   2 0 2 0 )   f o r   t h e   m o s t   n u m b e r   o f   h o u r s   s p e n t   a b o v e   t h a t   t h r e s h o l d :   2 2 . 
 2 0 1 7   i s   s t i l l   i n   f i r s t   p l a c e   w i t h   2 6   h o u r s .   [ 1 / 2 ]  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
c o u p ' s   n o t e b o o k   v o l .   2 7 :   w h a t   a   d i f f e r e n t   b a m   r e a l l y   m e a n s ,   j a m a l   c a i n ’ s   i n s t i n c t s ,   d r i v i n g   d u n c a n   a   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
h e a t   w a v e   🌊   s t i l l   a v a i l a b l e   f l o r i d a   m i a m i   o r l a n d o   u s a   n e w y o r k   c a l i f o r n i a   t a m p a   t e x a s   l o v e   s o u t h f l o r i d a   m i a m i b e a c h   t r a v e l   f l o r i d a l i f e   p h o t o g r a p h y   b e a c h   a t l a n t a   n a t u r e   r e a l e s t a t e   i n s t a g o o d   m u s i c   l o s a n g e l e s   j a c k s o n v i l l e   c h i c a g o   c a n a d a   f o r t l a u d e r d a l e  
i n s t a l l a t i o n   o f   n e w   r o o f t o p   f t x   l o g o ,   r e p l a c i n g   t h e   a a a   a i r p l a n e   i s   u n d e r w a y   a t   f t x   a r e n a   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   c a n   b e   g u i d i n g   l i g h t   f o r   w a r r i o r s   i n   t h e   f a c e   o f   a d v e r s i t y 
 
 
 
 n b a   m i a m i   h e a t n a t i o n   h e a t t w i t t e r   n e w y o r k f o r e v e r   c l i p p e r n a t i o n   g o s p u r s g o   s p u r s   d u b n a t i o n   g o l d e n s t a t e   w a r r i o r s   l a k e s h o w   n b a t w i t t e r   n b a j a p a n g a m e s   m f f l   n b a i n a b u d h a b i   b u l l s
k y l e   l o w r y   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 k y l e l o w r y   k y l e   l o w r y   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
d r u   s m i t h   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d r u s m i t h   d r u   s m i t h   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
d u n c a n   r o b i n s o n   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 d u n c a n r o b i n s o n   d u n c a n   r o b i n s o n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
2   o f   t h e   b i g g e s t   n o n   h e a t   l e g e n d s   i n   r e c e n t   m e m o r y   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
j a m a r e e   b o u y e a   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m a r e e b o u y e a   j a m a r e e   b o u y e a   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
j a m a l   c a i n   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m a l c a i n   j a m a l   c a i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
n i k o l a   j o v i c   n b a   h i g h l i g h t s   h e a t   v s   g r i z z l i e s   0 7 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 n i k o l a j o v i c   n i k o l a   j o v i c   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
[ p o s t   g a m e ]   h e a t   p r e s e a s o n   s q u a d   d e f e a t s   m e m p h i s   s t a r t e r s   |   d u n c a n   r o b i n s o n   2 9   p t s ,   c a i n   1 9   p t s   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
n o   p h o t o = c e n s o r e d   b y   
 a c t o r c o n   
 i m o   ( e n t i t l e d   b y   l a w )   g o o g l e   l i e s ! 
 
 d w y a n e w a d e   g e o r g e f l o y d   
 c r o o k e d   c o p s   a g e n d a   g o e s   m u c h   d e e p e r ! 
 t e l l   f a v o r i t e   a u d i t o r   2   e x p o s e   t h i s   c o r r u p t i o n - s i n c e r e   a u d i t o r s   w a n t   t r u t h ! 
 m i a m i   h e a t   r a c i s m   n e w s   w t h   n b a   s p o r t s  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
n i k o l a   j o v i c   l o o k i n g   s o l i d   t o n i g h t   a g a i n s t   t h e   n e t s   👀   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
m i a m i   h e a t :   j a m a l   c a i n   m a k i n g   i t   i n t e r e s t i n g   o n   t h e   d e v e l o p m e n t a l   f r o n t 
 
 
 
 n b a   m i a m i   h e a t t w i t t e r   h e a t n a t i o n   h e a t   n b a t w i t t e r   n b a p r e s e a s o n   n b a i n a b u d h a b i   n b a j a p a n g a m e s 2 0 2 2   n b a l e a g u e p a s s   l a k e s h o w   m f f l   g o s p u r s g o   a l l f l y   r a p t o r s   r o c k e t s   s u n s   j a z z
m i a m i   h e a t   v s   m e m p h i s   g r i z z l i e s   f u l l   g a m e   h i g h l i g h t s   |   o c t   7   |   2 0 2 2   n b a   p r e s e a s o n   m i a m i   h e a t   n b a   v i d e o :  
m e e t   t h e   h e a t   r o o k i e   w h o   l o o k s   l i k e   a   h i g h   s c h o o l e r   - -   a n d   t e c h n i c a l l y   s t i l l   i s   o n e   m i a m i   h e a t   n b a  
j a m a l   c a i n   h i g h l i g h t s   -   g r i z z l i e s   v s .   h e a t   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   j a m a l   c a i n   m e m   m i a   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m e m p h i s   g r i z z l i e s   m i a m i   h e a t
m i a m i   u n k n o w n s   v a   m e m p h i s   g r i z z l i e s .   
 t h e   u n k n o w n s   w i n s . .   
 m i a m i h e a t   h e a t   m i a m i   h e a t c u l t u r e  
d u n c a n   r o b i n s o n   h i g h l i g h t s   -   g r i z z l i e s   v s .   h e a t   -   7 t h   o c t   2 0 2 2 
 
 
 n b a   d u n c a n   r o b i n s o n   m e m   m i a   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m e m p h i s   g r i z z l i e s   m i a m i   h e a t
h o w   d o   y o u   m i s s   a   d u n k   t h a t   b a d l y ?   🤣 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a m a l   c a i n   m i a   m i a m i   h e a t   m e m   m e m p h i s   g r i z z l i e s
w a i t   d i d n ’ t   k n o w   w e   d i d   n b a   🏀   🤷 ‍ ♂ ️   t r u e   🐐   _ b e t s     
 
 g a m b l i n g t w i t t e r   n b a   m i a m i   o r l a n d o m a g i c   h e a t     
 
   p r o m o   “ h a b i b i b e t s ”   f o r   2   w e e k s   f r e e   f i r s t   1 0   m e m b e r s   🚨  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
a   l o t   o f   $   o n   t h e   m i a m i   h e a t   v s   m e m   -   b u t   3   %   o n   t h e   - 7 . 5   o p e n i n g   w h i c h   i s   n o w   - 9 . 5   ?   s h e s h h h h h   
 
 i   l e a n   o v e r   2 1 0   n o w   i t ’ s   2 0 9 . 5   t h i s   i s   g o n n a   b e   a   s h a r p   t o t a l   -   i   w i s h   i   w a s   t r a c k i n g   p r e s e a s o n   -   i   g o t   m y   s h e e t s   r e a d y   f o r   t h e   r e g   s e a s o n .
5 0 %   o f f !   g e t   y o u r   m a s s a g e r s   f o r   n e c k   a n d   b a c k   w i t h   h e a t   n o w !   ▶ ▶   ◀ ◀   p o s i t i v e m i n d   n a t u r e   s u p l e m e n t 
 h e a l t h y f o o d   d u a l i p a   a m a z o n f i n d s   t i k t o k m a d e m e b u y i t   a m e r i c a   u s a   c a n a d a   l o s a n g e l e s   n e w y o r k   m i a m i   c a l i f o r n i a   f l o r i d a 2 0 2 2 - 1 0 - 0 7 t 2 3 : 0 0 : 1 2 . 4 6 6 0 3 4 1 z
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
🇺 🇸 | n e w   m i a m i   c i t y   e d i t i o n   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   b u t l e r   2 ⃣ 2 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 1 € 
 🛒 
 
 n b a  
n b a   b a s k e t b a l l   m i a m i   h e a t   t y l e r   h e r r o   r o o k i e   c a r d   2 0 2 0   p a n i n i   m i n t   -   c l i c k   h e r e   
 
 m i a m i   b a s k e t b a l l   n b a   s p o r t s     h e r r o  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
2 0 2 1   f i b a   u n d e r   1 9   w o r l d   c u p   a l l   t o u r n a m e n t   t e a m : 
 
 n i k o l a   j o v i c :   1 8 . 1   p p g   8 . 3   r e b 
 v i c t o r   w e m b a n y a m a :   1 3 . 1   p p g 
 c h e t   h o l m g r e n :   1 1 . 3   p p g 
 j a d e n   i v e y :   1 1 . 9   p p g 
 
 j o v i c   i s   s p e c i a l ,   m i a m i   h e a t   h a v e   a   s t u d   o n   t h e i r   t e a m .   m i a m i   h e a t   j o v i c   n b a   w e m b a n y a m a   h o l m g r e n   j a d e n i v e y   _ 5  
[ p o s t   g a m e ]   h e a t   b l o w   o u t   n e t s   a n d   c o m p l e t e   t h e   s e c o n d   p r e s e a s o n   g a m e   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
m i a m i   h e a t   v s   b r o o k l y n   n e t s   f u l l   g a m e   h i g h l i g h t s   |   o c t   6   |   2 0 2 2   n b a   p r e s e a s o n   m i a m i   h e a t   n b a   v i d e o :  
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
m a x   s t r u s   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 m a x s t r u s   m a x   s t r u s   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
w h a t   4 2 - y e a r - o l d   u d o n i s   h a s l e m   m e a n s   t o   t h e   h e a t :   t h i s   i s   n o t   a   ' c h a r i t y   c a s e '   m i a m i   h e a t   n b a  
j a m a l   c a i n   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 j a m a l c a i n   j a m a l   c a i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
m i a m i   h e a t :   w h y   t h i s   i s   t h e   p r i m e   o f   j i m m y   b u t l e r ' s   c a r e e r 
 
 
 
 n b a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   l a k e s h o w   d u b n a t i o n   p a c e r s   i n d i a n a   b u l l s n a t i o n   c l i p p e r n a t i o n   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a i n a b u d h a b i   m f f l     n e t s   b u c k s   j a z z   w a r r i o r s   a l l f l y
t h r e a d   b r e a k i n g   d o w n   t h e   h e a t ' s   " r u l e s "   f o r   b a m   a n d   y u r t   l i n e u p s   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
j a m a l   c a i n   w i t h   1 2   p o i n t s   a n d   5   r e b o u n d s   a t   h a l f t i m e   a g a i n s t   t h e   n e t s .   h i s   e n e r g y   w a s   g r e a t   a n d   h e   m e s h e d   w e l l   p l a y i n g   w i t h   t h e   h e a t   s t a r t e r s .   p r e t t y   c o o l   t o   s e e   h i s   s u c c e s s   a f t e r   s e e i n g   h i m   i n   p e r s o n   6   m o n t h s   a g o .   n b a   m i a m i   n b a p r e s e a s o n  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   g o d  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
🏀 j a e   c r o w d e r   🏀   o m g !   n b a   n b a t r a d e d e a d l i n e   n b a t r a d e   n b a t r a d e d e a d l i n e 2 0 2 0   j a e c r o w d e r   j a e c r o w d e r t r a d e   j a e c r o w d e r m i a m i h e a t   m i a m i   h e a t   m i a m i h e a t   n b a n e w s  
m i a m i   h e a t   r a n k e d   t o o   l o w   b y   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
✳ ️     
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
⚽ | n e w   m i a m i   n o i r   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   b u t l e r   2 ⃣ 2 ⃣ 
 a u   t a r i f   e x t r a o r d i n a i r e   d e   2 1 € 
 ➡ 
 
 b u t l e r  
m a d e   t h i s   l i t t l e   d u d e   a n d   c u s t o m i z e d   i t   f o r   t h e   h e a t !   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
h e a t ’ s   p a t   r i l e y   o p e n s   u p   o n   h i s   r e s p e c t   f o r   d o n   s h u l a :   ‘ h e   w a s   j u s t   a n   i n s p i r a t i o n   t o   m e ’   m i a m i d o l p h i n s   d o l p h i n s   m i a m i   f i n s u p   y a h o o  
s h o p   h e a t c u l t u r e     f r a m e s ,   p r i n t s ,   p o s t e r s ,   m u g s ,   p u z z l e s ,   p h o n e   c a s e s   a n d   m o r e   @   & g t ; & g t ;     & l t ; & l t ;   m i a m i   m i a m i h e a t   h e a t   w h i t e h o t   h e a t n a t i o n   h e a t t w i t t e r   n b a   n b a 7 5   n b a 2 k 2 2   n b a a l l s t a r   n b a t w i t t e r
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
h e a t ’ s   p a t   r i l e y   o p e n s   u p   o n   h i s   r e s p e c t   f o r   d o n   s h u l a :   ‘ h e   w a s   j u s t   a n   i n s p i r a t i o n   t o   m e ’   m i a m i d o l p h i n s   d o l p h i n s   m i a m i   f i n s u p   y a h o o  
m i a m i   h e a t   r o u n d t a b l e :   u n h e r a l d e d   g u y   t o   b e   m o s t   e x c i t e d   a b o u t 
 
 
 
 n b a   h e a t t w i t t e r   h e a t n a t i o n   m i a m i   m f f l   m a v e r i c k s   d u b n a t i o n   l a k e s h o w   b e t h e f i g h t   h e r e t h e y c o m e   m f f l   w e t h e n o r t h   b l e e d g r e e n   a l l f l y   n b a j a p a n g a m e s   n b a 2 k 2 3   n b a m e d i a d a y   n b a t w i t t e r
t h e   g o o n   s q u a d   r e a c t   t o   t h e   h e a t ’ s   p r e s e a s o n   l o s s   t o   t h e   m i n n e s o t a   t i m b e r w o l v e s   a n d   d i s c u s s   b a m   a d e b a y o ’ s   g a m e   a n d   t y l e r   h e r r o ’ s   e x t e n s i o n . 
 
 
 
 h e a t c u l t u r e   h e a t t w i t t e r   t i m b e r w o l v e s   m i a m i h e a t   h e a t   m i a m i f l   m i a m i   n b a p r e s e a s o n   n b a   n b a t w i t t e r     n b a o n t n t
[ p o s t   g a m e ]   h e a t   c o m p l e t e   f i r s t   g a m e   o f   t h e   p r e s e a s o n   |   l e t ’ s   h e a r   y o u r   r e a c t i o n s   /   o v e r r e a c t i o n s   a n d   e   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
✳ ️     
 … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
m i a m i   h e a t & a m p ; 3 9 ; s   b e s t   o p t i o n s   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
w i n d o w   t i n t i n g ☀ ️ 🔥 🥊   p r i v a c y !   c o m f o r t !   s t y l e !   p r o t e c t i o n !   b e a t   t h e   h e a t !   _ w i n d o w t i n t i n g   p r o f e s s i o n a l   s e r v i c e   1   m i a m i   ⭐ ️ ⭐ ️ ⭐ ️ ⭐ ️ ⭐ ️ 🥇   m i a m i   c a r   g o o g l e   w i n d o w t i n t   t i n t   l u x u r y   a u t o s a l e   r e n t a l c a r   a u t o   p a p e l a h u m a d o   w i n d o w f i l m   p p f   d e a l e r   3 0 5   3 m   c u t m a c h i n e  
i s   n o .   4   m i c h i g a n   a   l e g i t   c o l l e g e   f o o t b a l l   p l a y o f f   c o n t e n d e r ?   |   g e t   u p   m i a m i   h e a t   n b a   v i d e o :  
o m e r   y u r t s e v e n   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 o m e r y u r t s e v e n   o m e r   y u r t s e v e n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
c a l e b   m a r t i n   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 c a l e b m a r t i n   c a l e b   m a r t i n   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
i   g u e s s   t h e   s e a s o n   s t a r t s   t o n i g h t !   l e t ’ s   g o   h e a t ! ! ! ! ! ! ! ! !   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
⚽ | n o u v e a u   m i a m i   b l a c k   2 0 2 2   j i m m y   b u t l e r   2 2 
 a u   p r i x   e x t r a o r d i n a i r e   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a  
✳ ️     
 … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥 
 … … … … … … … … … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h  
t y l e r   h e r r o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y l e r h e r r o   t y l e r   h e r r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
m i n n e s o t a   t i m b e r w o l v e s   v s   m i a m i   h e a t   f u l l   g a m e   h i g h l i g h t s   |   o c t   4   |   2 0 2 2   n b a   p r e s e a s o n   m i a m i   h e a t   n b a   v i d e o :  
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
a n t h o n y   e d w a r d s   h i g h l i g h t s   -   h e a t   v s .   t i m b e r w o l v e s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   a n t h o n y   e d w a r d s   m i a   m i n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   m i n n e s o t a   t i m b e r w o l v e s
t y l e r   h e r r o   h i g h l i g h t s   -   h e a t   v s .   t i m b e r w o l v e s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   t y l e r   h e r r o   m i a   m i n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   m i n n e s o t a   t i m b e r w o l v e s
b a m   a d e b a y o   h i g h l i g h t s   -   h e a t   v s .   t i m b e r w o l v e s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   b a m   a d e b a y o   m i a   m i n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   m i n n e s o t a   t i m b e r w o l v e s
m i a m i   s p o r t s   p o d :   t u a ' s   i n j u r y ,   t y l e r ' s   e x t e n s i o n   a n d   h e a t   t r a i n i n g   c a m p   m i a m i d o l p h i n s   d o l p h i n s   m i a m i   f i n s u p   y a h o o  
✳ ️     
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
m i a m i   h e a t :   b i g g e s t   q u e s t i o n   f o r   t y l e r   h e r r o   e n t e r i n g   2 0 2 2 - 2 3   s e a s o n 
 
 
 
 n b a   m i a m i   h e a t t w i t t e r   h e a t n a t i o n   d u b n a t i o n   l a k e s h o w   l a k e r s   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a 2 k   n b a p r e s e a s o n   n b a t w i t t e r   w e a r e t h e v a l l e y   b l e e d g r e e n   r a i s e d b y w o l v e s   m f f l   a l l f l y
✳ ️     
 … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
i   k n o w   i t ' s   o n l y   p r e s e a s o n   b u t   i m   e x c i t e d     m i a m i h e a t   b a s k e t b a l l   i s   b a c k   t o n i g h t !   1 s t   p r e s e a s o n   g a m e !   m i a m i h e a t   v s   t h e   m i n n e s o t a t i m b e r w o l v e s   t o i g h t   a t   7 : 3 0 p m   i n   m i a m i   a t   t h e   f t x a r e n a   o n   b a l l y s p o r t s s u n !   l e t s   g o   h e a t !   h e a t n a t i o n !   h e a t f a m i l y  
🏀 🏀 n b a   p r e   s e a s o n   a d d   o n   🏀 🏀 
 
 u n d e r   2 1 3   m i a m i   h e a t   / /   1   u n i t     
 f r e e p l a y s   f r e e p i c k s   n b a 2 k   n b a p r e s e a s o n   n b a j a p a n g a m e s   n b a   b a s k e t b a l l   n b a p i c k s   s p o r t s g a m b l i n g   s p o r t s b e t t i n g p i c k s   s p o r t s b i z   s p o r t s   m o n e y   b o u n c e b a c k   b e t t i n g t w i t t e r   m i a m i h e a t   m i a m i  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
h e a t   1 s t - r o u n d   d r a f t   p i c k   n i k o l a   j o v i ć   i s   s e t   t o   m a k e   h i s   n b a p r e s e a s o n   d e b u t   t o n i g h t   a g a i n s t   t h e   t i m b e r w o l v e s .   a   v e r y   i n t r i g u i n g   p r o s p e c t   a t   h i s   s i z e   w i t h   h i s   b a l l   h a n d l i n g   & a m p ;   s h o o t i n g   a b i l i t y .   h e a t c u l t u r e   n b a   m i a m i        
🧢 🏀   o t h e r   h a t   f r o m   m y   c o l l e c t i o n :   m i a m i   h e a t 
 - 
 b l o g   b l o g g e r   h a t   n b a   m i a m i   m i a m i h e a t   n b a   m a s s i m o l a n d i   c o l l e c t i o n   h e a t  
e r i k   s p o e l s t r a   o n   t o n i g h t & a m p ; 3 9 ; s   s c r i m m a g e   & a m p ;   t y l e r   h e r r o & a m p ; 3 9 ; s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   e r i k s p o e l s t r a t y l e r h e r r o   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n  
t y l e r   h e r r o   o n   h i s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n   t y l e r h e r o   t y l e r h e r r o   t y l e r h e r r o c o n t r a c t e x t e n s i o n   t y l e r h e r r o e x t e n s i o n  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
o m e r   y u r t s e v e n   h a s   i n c r e a s e d   t h e   s p e e d   o f   h i s   s h o t   e x p o n e n t i a l l y   i   s a i d   i t   b e f o r e ,   b u t   t h e   t r i g g e r   . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
✳ ️   
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h 🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
“ t h e   m i a m i   h e a t   h a d   t o   p a y   t y l e r   h e r r o . ”   -   t y   s l a t t e r   |   i s o   m o d e 
   n b a   g t a s p o r t s   m i a m i   h e a t c u l t u r e   y o u t u b e   s u b s c r i b e   t r e n d i n g   t y s l a t t e r   i s o m o d e   e x p l o r e   n b a t w i t t e r
✳ ️     
 … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m   l o v e   t r u t h  
b a m   a d e b a y o   o p e n s   u p   w i t h   a   3 - p o i n t e r .   👀   
   
 
   
 b a s k e t b a l l   f l o r i d a   h e a t   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
w h a t   m i a m i   h e a t ' s   p o s t - e x t e n s i o n   m e s s a g e   t o   t y l e r   h e r r o   s h o u l d   b e 
 
 
 
 n b a   m i a m i   h e a t   h e a t n a t i o n   h e a t t w i t t e r   w e t h e n o r t h   d u b n a t i o n   l a k e s h o w   n b a 2 k   n b a 2 k 2 3   n b a j a p a n g a m e s   n b a t w i t t e r   n b a p r e s e a s o n   c l i p p e r n a t i o n   n e t s   b r o o k l y n t o g e t h e r   m f f l   s i x e r s
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … . . 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n  
✳ ️     ✳ ️ 
 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 … … … … … … … … … … … … … … … .   
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
t y l e r   h e r r o   a g r e e s   t o   4 - y e a r / $ 1 3 0 m   d e a l   w i t h   t h e   h e a t   |   n b a   t o d a y   m i a m i   h e a t   n b a   v i d e o :  
⚽ | n o u v e a u t é   m i a m i   c i t y   e d i t i o n   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   b u t l e r   2 ⃣ 2 ⃣ 
 a u   t a r i f   f o u   d e   2 ⃣ 1 ⃣ € 
 ➡ 
 
 n b a e x t r a  
t h e   m i a m i   h e a t   n e w   e r a 
   
 
   
 a i r b a l l   b a m a d e b a y o   c h r i s b o s h   d w a y n e w a d e   e a s t e r n c o n f e r e n c e   h e a t b i g 3   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b i g 3   m i a m i h e a t b i g 3 b e s t m o m e n t s   m i a m i h e a t b i g 3 h i g h l i g h t s   m i a m i h e a t d e f e n s e  
✳ ️     
 … … … … … … … … … … … … … … … … … 
 s u b s c r i b e   t o   i u i c   m i a m i   a n d   s t a y   u p   o n   a l l   t h e   h e a t   c o m i n g   o u t   t h e   b o t t o m   o f   t h e   s o u t h   🔥   
 
 i u i c   m i a m i   s u b s c r i b e   d a d e   w o r l d w i d e   b i b l e   a f r i c a n a m e r i c a n   h i s p a n i c   n a t i v e a m e r i c a n   b i b l e   c h u r c h   s t u d y   c l a s s   b l m  
s o m e o n e   t e l l   m e   w h a t   h e r r o   d i d   t o   d e s e r v e   t h i s   m u c h   🧀   g a a   d a m n   n b a   m i a m i   h e a t   w o j   t y l e r h e r r o  
p a t   r i l e y   i n   h e a t   r e l e a s e   a n n o u n c i n g   t y l e r   h e r r o   e x t e n s i o n :   “ t y l e r   i s   a n   i m p a c t   m u l t i - f a c e t e d   p l a y e r   a n d     . . .   
   
 
   
 b a s k e t b a l l   f l o r i d a   m i a m i   m i a m i h e a t   n a t i o n a l b a s k e t b a l l a s s o c i a t i o n   n b a   n b a e a s t e r n c o n f e r e n c e   n b a e a s t e r n c o n f e r e n c e s o u t h e a s t d i v i s i o n  
h e a t   l o c k   u p   h e r r o   w i t h   4 - y e a r ,   $ 1 3 0 m   e x t e n s i o n   -   v i a     ⁦ ⁩   ⁦ ⁩   ⁦ _ t y l e r ⁩   s p o r t s b i z   c a r e e r   c o n t r a c t   c o n t r a c t e x t e n s i o n   o f f e n s e   l e a d e r   m i a m i   h e a t   t y l e r h e r r o   b a s k e t b a l l   h o o p s   n b a    
⚽ | n o u v e a u t é   m i a m i   b l a c k   2 ⃣ 0 ⃣ 2 ⃣ 2 ⃣   b u t l e r   2 2 
 a u   t a r i f   d i n g u e   d e   2 1 € 
 ➡ 
 
 b u t l e r  
  n b a   2 2 7 ' s   y o u t u b e   c h i l i '   m i a m i   c h i l i '   h e a t   h e a t t w i t t e r     s p i c y '     s p i c y '   n b a   m i x !   v s   b o s t o n   c e l t i c s   m a t c h   m i a m i   c e l t i c s    
t y l e r   h e r r o ,   m i a m i   h e a t   a g r e e   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   w a s   a n d   s t i l l   i s   h i m . .   t r u s t . . .  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
r o c k e t s   @   h e a t   f r e e   n b a   p r e s e a s o n   b e t t i n g   p i c k   f o r   t o n i g h t .     h o u s t o n   t r a v e l s   f r o m   t h e   s u n s h i n e s t a t e   t o   t a k e   o n   j i m m y b u t l e r   a n d   c r e w   i n   m i a m i   f o r   a   p r e s e a s o n   m a t c h u p .   j a l e n g r e e n   k y l e l o w r y   f t x a r e n a   g a m b l i n g t w i t t e r   s p o r t s h a n d i c a p p e r   b e t t i n g t i p s
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j i m m y   b u t l e r   w i l l s   t h e   h e a r t   o v e r   t h e   l a k e r s   i n   g a m e s   m i a m i h e a t   j i m m y b u t l e r   l a k e r s   n b a p l a y o f f s   n b a s e a s o n   n b a 2 0 2 2 🏀  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e     h a d   a   p r e t t y   q u i e t   o f f s e a s o n ,   b u t   a f t e r   b e i n g   o n e   s h o t   a w a y   f r o m   t h e   n b a f i n a l s ,   w h a t   c a n   t h e y   d o   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 m i a m i h e a t   m i a m i   n b a t w i t t e r   n b a   j i m m y b u t l e r   t y l e r h e r r o   b a m a d e b a y o   h e a t   s o u t h b e a c h  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
  i ’ m   a t   y o u r   t a b l e   n e x t   s a t u r d a y .   i m   p l a y i n g   a l l   4 8   m i n s .   j i m m y b u t l e r
j a m a l   c a i n   d e f e n s i v e   h i g h l i g h t s   |   . . . 
   
 
   
 b a m a d e b a y o   b l o c k   b l o c k s   b r o o k l y n   c a m t h o m a s   d e f e n s e   e a s t e r n c o n f e r e n c e   h a y w o o d   h i g h l i g h t   h i g h s m i t h   j a m a r e e b o u y e a   j i m m y b u t l e r   j o v i c   k d   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y l e l o w r y   k y r i e i r v i n g   l o c k d o w n  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
y o ,   i   g o t   t h e   h o o k u p   i f   y o u   t r y n a   g e t   t h a t   j i m m y b u t l e r   😂 😂   i n c h e s   n a t u r a l  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a t o p s h o t   i   l o v e   t h e   i d e a   o f   m i c h a e l j o r d a n   b e i n g   t h e   f a t h e r   o f   j i m m y b u t l e r   🤞 🏾 🤷 🏾 ‍ ♂ ️
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
i n s a n e   e n d i n g !   m i a m i   h e a t   v s   w a s h i n g t o n   w i z a r d s   f i n a l   . . . 
   
 
   
 b a m a d e b a y o   b r a d l e y b e a l   e a s t e r n c o n f e r e n c e   h e a t f u l l g a m e   h e a t h i g h l i g h t s   h e a t w i z a r d s   j i m m y b u t l e r   k u z m a   k y l e k u z m a   k y l e l o w r y   m i a m i h e a t f u l l g a m e   m i a m i h e a t g a m e t o d a y   m i a m i h e a t h i g h l i g h t s  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j i m m y ! ? ! ? 😂 😂 😂 
 
 n b a 
 j i m m y b u t l e r 
 j i m m y  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j i m m y   b u t l e r ? ! ? !   j i m m y b u t l e r  
n o p e .   n o t   e v e n   c l o s e .   h i s   w e r e   p r o f e s s i o n a l l y   s t y l e d   & a m p ;   k e p t   b y   a   b l a c k   w o m a n   a n d   h e   l o o k e d   g o o d ,   l i k e   a   r o c k s t a r .   i   m o s t l y   o n l y   s e e   m e n   c o m p l a i n   & a m p ;   j o k e   a b o u t   t h e m .   i ’ m   s o   g l a d   h e ’ s   t h e   t y p e   o f   p e r s o n   t h a t   g o e s   a g a i n s t   t h e   g r a i n .   j i m m y b u t l e r  
  t h e s e   w e r e   a t t r i b u t e d / n i c k n a m e d   t o   j i m m y b u t l e r   o f   t h e   m i a m i h e a t . . .
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
m i a m i   h e a t   r a n k e d   t o o   l o w   b y   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
j i m m y ’ s   b a c k   t o   t h e   b r a i d s   a f t e r   c u t t i n g   o f f   h i s   l o c s   
 
 w h a t s t h e w o r d 
 j i m m y b u t l e r  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i a m i   h e a t & a m p ; 3 9 ; s   b e s t   o p t i o n s   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
j i m m y   b u t l e r   n e w   h a i r s t y l e   👀   j i m m y b u t l e r   m i a m i h e a t   n b a  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   k e e p s   v i s i t i n g   d o c s   b a r b e r   s h o p   m i a m i h e a t
j i m m y b u t l e r   l e f t   h i s   h a i r   e x t e n s i o n s   a t   h o m e   t o n i g h t   n b a t w i t t e r   m i a m i h e a t   🤷 🏾 ‍ ♂ ️
t h e   j i m m y   b u t l e r   s u m m e r   d r e a d l o c k s   a r e   g o n e .   h a d   t o   l i g h t e n   u p   t o   b e   m o r e   a e r o d y n a m i c   f o r   t h e   s e a s o n   n b a   n b a p r e s e a s o n   h e a t   h e a t c u l t u r e   j i m m y b u t l e r  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m i a m i h e a t   m i n n e s o t a t i m b e r w o l v e s   b a s k e t b a l l   n b a 2 k 2 3   j i m m y b u t l e r   n b a   u d o n i s h a s l e m   n b a j a p a n g a m e s   k y l e l o w r y   n b a 2 k   
 l i v e   w a t c h   m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   l i v e s t r e a m   
                                               🇺 🇸 l i n k 🏀 🗑 ️ 
                                                             ⬇ ️ 
 
   ✅
l o l   😂   1 0   y e a r s   l a t e r   j i m m y b u t l e r  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   4 t h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   f u l l   g a m e   n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   3 r d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   w a s   a n d   s t i l l   i s   h i m . .   t r u s t . . .  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h a r l o t t e h o r n e t s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
d e n v e r   n u g g e t s   v s   p h o e n i x   s u n s   1 s t   q t r     n b a   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   2 n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   h o u s t o n r o c k e t s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m i a m i   h e a t   v s   h o u s t o n   r o c k e t s   h i g h l i g h t s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   w a s h i n g t o n   w i z a r d s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c l e v e l a n d   c a v a l i e r s   v s   p h i l a d e l p h i a   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
r o c k e t s   @   h e a t   f r e e   n b a   p r e s e a s o n   b e t t i n g   p i c k   f o r   t o n i g h t .     h o u s t o n   t r a v e l s   f r o m   t h e   s u n s h i n e s t a t e   t o   t a k e   o n   j i m m y b u t l e r   a n d   c r e w   i n   m i a m i   f o r   a   p r e s e a s o n   m a t c h u p .   j a l e n g r e e n   k y l e l o w r y   f t x a r e n a   g a m b l i n g t w i t t e r   s p o r t s h a n d i c a p p e r   b e t t i n g t i p s
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j i m m y   b u t l e r   w i l l s   t h e   h e a r t   o v e r   t h e   l a k e r s   i n   g a m e s   m i a m i h e a t   j i m m y b u t l e r   l a k e r s   n b a p l a y o f f s   n b a s e a s o n   n b a 2 0 2 2 🏀  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a c r a m e n t o   k i n g s   v s   p o r t l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t h e     h a d   a   p r e t t y   q u i e t   o f f s e a s o n ,   b u t   a f t e r   b e i n g   o n e   s h o t   a w a y   f r o m   t h e   n b a f i n a l s ,   w h a t   c a n   t h e y   d o   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 m i a m i h e a t   m i a m i   n b a t w i t t e r   n b a   j i m m y b u t l e r   t y l e r h e r r o   b a m a d e b a y o   h e a t   s o u t h b e a c h  
t o r o n t o   r a p t o r s   v s   c h i c a g o   b u l l s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
s a n   a n t o n i o   s p u r s   v s   n e w   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
  i ’ m   a t   y o u r   t a b l e   n e x t   s a t u r d a y .   i m   p l a y i n g   a l l   4 8   m i n s .   j i m m y b u t l e r
j a m a l   c a i n   d e f e n s i v e   h i g h l i g h t s   |   . . . 
   
 
   
 b a m a d e b a y o   b l o c k   b l o c k s   b r o o k l y n   c a m t h o m a s   d e f e n s e   e a s t e r n c o n f e r e n c e   h a y w o o d   h i g h l i g h t   h i g h s m i t h   j a m a r e e b o u y e a   j i m m y b u t l e r   j o v i c   k d   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y l e l o w r y   k y r i e i r v i n g   l o c k d o w n  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
h a w k s   s w i n g   i t   a n d   a j   g r i f f i n   k n o c k s   d o w n   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t a h a w k s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i l w a u k e e   b u c k s   v s   a t l a n t a   h a w k s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
c h a r l o t t e   h o r n e t s   v s   b o s t o n   c e l t i c s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b o s t o n c e l t i c s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
y o ,   i   g o t   t h e   h o o k u p   i f   y o u   t r y n a   g e t   t h a t   j i m m y b u t l e r   😂 😂   i n c h e s   n a t u r a l  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n b a t o p s h o t   i   l o v e   t h e   i d e a   o f   m i c h a e l j o r d a n   b e i n g   t h e   f a t h e r   o f   j i m m y b u t l e r   🤞 🏾 🤷 🏾 ‍ ♂ ️
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
t o r o n t o   r a p t o r s   v s   h o u s t o n   r o c k e t s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
n e w   y o r k   k n i c k s   v s   i n d i a n a   p a c e r s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   i n d i a n a p a c e r s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
d a l l a s   m a v e r i c k s   v s   o r l a n d o   m a g i c   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
m e m p h i s   g r i z z l i e s   v s   m i a m i   h e a t   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
l a k e r s   v s   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
d o   n o t   u n d e r s t a n d   e a c h   o t h e r   !   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   b r o o k l y n n e t s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
p a t r i c k   b e v e r l e y   p o s t g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   b r a d l e y b e a l   b u c k s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   f i r s t t a k e   g i a n n i s   j a m e s h a r d e n   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n   k l a y t h o m p s o n   k y r i e i r v i n g  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
i n s a n e   e n d i n g !   m i a m i   h e a t   v s   w a s h i n g t o n   w i z a r d s   f i n a l   . . . 
   
 
   
 b a m a d e b a y o   b r a d l e y b e a l   e a s t e r n c o n f e r e n c e   h e a t f u l l g a m e   h e a t h i g h l i g h t s   h e a t w i z a r d s   j i m m y b u t l e r   k u z m a   k y l e k u z m a   k y l e l o w r y   m i a m i h e a t f u l l g a m e   m i a m i h e a t g a m e t o d a y   m i a m i h e a t h i g h l i g h t s  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
b r o o k l y n   n e t s   p o s t g a m e   l i v e 
   
 
   
 a t l a n t i c d i v i s i o n   b a m a d a b a y o   b e n s i m m o n s   b r o o k l y n n e t s   e a s t e r n c o n f e r e n c e   j i m m y b u t l e r   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y r i e i r v i n g   m i a m i h e a t   n b a   n b a l i v e   n b a n e w s   n b a p o s t g a m e   n b a p r e s e a s o n   n e t s n e w s   n e t s r e a c t i o n  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b r o o k l y n   n e t s   v s .   m i a m i   h e a t   f u l l   g a m e   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
a d e l a i d e   3 6 e r s   v s   o k l a h o m a   c i t y   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
j i m m y ! ? ! ? 😂 😂 😂 
 
 n b a 
 j i m m y b u t l e r 
 j i m m y  
o r l a n d o   m a g i c   v s   s a n   a n t o n i o   s p u r s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j i m m y   b u t l e r ? ! ? !   j i m m y b u t l e r  
n o p e .   n o t   e v e n   c l o s e .   h i s   w e r e   p r o f e s s i o n a l l y   s t y l e d   & a m p ;   k e p t   b y   a   b l a c k   w o m a n   a n d   h e   l o o k e d   g o o d ,   l i k e   a   r o c k s t a r .   i   m o s t l y   o n l y   s e e   m e n   c o m p l a i n   & a m p ;   j o k e   a b o u t   t h e m .   i ’ m   s o   g l a d   h e ’ s   t h e   t y p e   o f   p e r s o n   t h a t   g o e s   a g a i n s t   t h e   g r a i n .   j i m m y b u t l e r  
  t h e s e   w e r e   a t t r i b u t e d / n i c k n a m e d   t o   j i m m y b u t l e r   o f   t h e   m i a m i h e a t . . .
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
m i a m i   h e a t   r a n k e d   t o o   l o w   b y   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   a s s o c i a t i o n d e l o u e s t   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i e n l i l l a r d   d e v i n b o o k e r   f a i t s s a i l l a n t s d e l a n b a   f i l e t s   g i a n n i s   g u e r r i e r s   j a m e s l e b r o n   j e u d e s u r b r i l l a n c e n b a   j i m m y b u t l e r   j o ë l e m b i d  
t i m e l i n e   o f   t h e   c h i c a g o   b u l l s & a m p ; 3 9 ;   . . . 
   
 
   
 a l e x c a r u s o   b a s k e t b a l l   b e s t n b a y o u t u b e r   b u c k s   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   d e m a r d e r o z a n   d e r r i c k r o s e   d r o s e   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   i n e r d s o m e   i n j u r y   j i m m y b u t l e r   l o n z o b a l l   n b a   n b a a n a l y s i s  
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
d a l l a s   m a v e r i c k s   v s   o k l a h o m a   c i t y   t h u n d e r   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a l l a s m a v e r i c k s   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p h i l a d e l p h i a   7 6 e r s   v s   c l e v e l a n d   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
j i m m y ’ s   b a c k   t o   t h e   b r a i d s   a f t e r   c u t t i n g   o f f   h i s   l o c s   
 
 w h a t s t h e w o r d 
 j i m m y b u t l e r  
n e w   y o r k   k n i c k s   v s   d e t r o i t   p i s t o n s   . . . 
   
 
   
 a n t h o n y d a v i s   a t l a n t i c d i v i s i o n   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g  
m i a m i   h e a t & a m p ; 3 9 ; s   b e s t   o p t i o n s   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
j i m m y   b u t l e r   n e w   h a i r s t y l e   👀   j i m m y b u t l e r   m i a m i h e a t   n b a  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
c h i c a g o   b u l l s   v s   n e w   o r l e a n s   p e l i c a n s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c e n t r a l d i v i s i o n   c h i c a g o b u l l s   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
p o r t l a n d   t r a i l   b l a z e r s   v s   u t a h   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   e a s t e r n c o n f e r e n c e   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
j i m m y b u t l e r   k e e p s   v i s i t i n g   d o c s   b a r b e r   s h o p   m i a m i h e a t
j i m m y b u t l e r   l e f t   h i s   h a i r   e x t e n s i o n s   a t   h o m e   t o n i g h t   n b a t w i t t e r   m i a m i h e a t   🤷 🏾 ‍ ♂ ️
t h e   j i m m y   b u t l e r   s u m m e r   d r e a d l o c k s   a r e   g o n e .   h a d   t o   l i g h t e n   u p   t o   b e   m o r e   a e r o d y n a m i c   f o r   t h e   s e a s o n   n b a   n b a p r e s e a s o n   h e a t   h e a t c u l t u r e   j i m m y b u t l e r  
m e m p h i s   g r i z z l i e s   v s   o r l a n d o   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
m i a m i h e a t   m i n n e s o t a t i m b e r w o l v e s   b a s k e t b a l l   n b a 2 k 2 3   j i m m y b u t l e r   n b a   u d o n i s h a s l e m   n b a j a p a n g a m e s   k y l e l o w r y   n b a 2 k   
 l i v e   w a t c h   m i a m i   h e a t   v s   m i n n e s o t a   t i m b e r w o l v e s   l i v e s t r e a m   
                                               🇺 🇸 l i n k 🏀 🗑 ️ 
                                                             ⬇ ️ 
 
   ✅
l o l   😂   1 0   y e a r s   l a t e r   j i m m y b u t l e r  
o k l a h o m a   c i t y   t h u n d e r   v s   d e n v e r   n u g g e t s     f u l l   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e n v e r n u g g e t s   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s  
l o s   a n g e l e s   l a k e r s   v s   . . . 
   
 
   
 a n t h o n y d a v i s   b e n s i m m o n s   c a r m e l o a n t h o n y   c h r i s p a u l   d a m i a n l i l l a r d   d e v i n b o o k e r   g i a n n i s   j i m m y b u t l e r   j o e l e m b i i d   k a w h i l e o n a r d   k e v i n d u r a n t   k l a y t h o m p s o n   k y r i e i r v i n g   l e b r o n j a m e s   l o s a n g e l e s l a k e r s   l u k a d o n c i c  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r   h e r r o   h a s   h i s   o w n   f o o d   s e r v i c e   j o i n t   i n s i d e   g r e a t   w o l f   l o d g e . 
   t y l e r h e r r o   h e a b u c k e t  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t h e     h a d   a   p r e t t y   q u i e t   o f f s e a s o n ,   b u t   a f t e r   b e i n g   o n e   s h o t   a w a y   f r o m   t h e   n b a f i n a l s ,   w h a t   c a n   t h e y   d o   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 m i a m i h e a t   m i a m i   n b a t w i t t e r   n b a   j i m m y b u t l e r   t y l e r h e r r o   b a m a d e b a y o   h e a t   s o u t h b e a c h  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r   h e r r o ' s   i n c e n t i v e s   o n   h i s   n e w   c o n t r a c t : 
 
 $ 1 m :   m v p 
 $ 1 m :   d p o y 
 $ 1 m :   a l l - n b a   1 s t   t e a m 
 $ 1 m :   a l l - n b a   2 n d   t e a m 
 $ 5 0 0 k :   a l l - n b a   3 r d   t e a m 
 
 - m u s t   p l a y   i n   7 5 %   o f   r e g   s e a s o n   g a m e s 
 - i n c e n t i v e s   c a p p e d   a t   $ 2 . 5 m   p e r   s e a s o n 
 
 ( s o u r c e :   ) 
 
 n b a   h e a t   t y l e r h e r r o   h e a t c u l t u r e  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
f i r s t   b e n 1 0   b u c k e t   i ’ v e   w i t n e s s e d   s i n c e   t h e   a t l a n t a p a s s a c r e   ! 😂   
 p e e p   t y l e r h e r r o   o n   t h e   b e a c h 🤣 
 b e n s i m m o n s   n b a   b a s k e t b a l l   b r o o k l y n n e t s  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t h e   g o o n   s q u a d   i s   l i v e !   t u n e   i n   n o w   -   
 
 b a m   t y l e r h e r r o   m i a m i h e a t   h e a t c u l t u r e   n b a p r e s e a s o n  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
p s a 9   +   1 0 s -   j u d g e   j a m o r a n t   t y l e r h e r r o   g l e y b e r   r c s .   p l e a s e   c o n t a c t   m e   i f   i n t e r e s t e d   t h a n k s !  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r   h e r r o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y l e r h e r r o   t y l e r   h e r r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
t y l e r h e r r o   c o n t r a c t   e x t e n s i o n   r e a c t i o n ! !        
o u r   l a t e s t   p o d c a s t .   b l a k e g r i f f i n   c e l t i c s   t y l e r h e r r o   h e a t   l a k e s h o w   n b a   n b a p r e s e a s o n       _ c o v e r a g e   l i s t e n   t o   " t h e   p i c k   a n d   r o l l   n b a   p o d c a s t   w /   j e t   a n d "   b y     v i a   s p r e a k e r  
t y l e r   h e r r o   o n   h i s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n   t y l e r h e r o   t y l e r h e r r o   t y l e r h e r r o c o n t r a c t e x t e n s i o n   t y l e r h e r r o e x t e n s i o n  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
  2 2 7 ' s   y o u t u b e   c h i l i '   m i a m i   c h i l i '   h e a t   h e a t t w i t t e r     s p i c y '     s p i c y '   n b a   m i x ! ,   t y l e r   h e r r o   a g r e e   t o   4 - y e a r ,   $ 1 3 0 m   e x t e n s i o n .   m i a m i h e a t   t y l e r h e r r o   p o d c a s t    
u m m … . . w h a t   i s     d a d   d o i n g   c o m i n g   o u t   o f   t h e   w o m e n ’ s   b a t h r o o m ? ? ?   a t   t h e   b u c k s   g a m e ? !   t y l e r h e r r o   n b a   c r e e p   n p c   w t f   d r e a m w a s t a k e n   e s p n   m a n c h e s t e r d e r b y   b l e a c h e r r e p o r t   b a r s t o o l   d i s g u s t i n g   c r a z y  
t h e   m i a m i   h e a t   w a s t e d   t h e i r   o f f s e a s o n   |   h e r e ’ s   w h y … 
 
 n b a   n b a t w i t t e r   h e a t c u l t u r e   t y l e r h e r r o   y o u t u b e   b a s k e t b a l l   y o u t u b e r   h o o p s   c e l t i c s t a l k   n b a t w i t t e r   s p o r t s   s p o r t s n e w s  
t y l e r   h e r r o   s i g n s   4 - y e a r   e x t e n s i o n   w i t h   t h e   m i a m i   h e a t . . .   w a s   i t   a   g o o d   m o v e ?     m i a m i h e a t   t y l e r h e r r o   h e a t n a t i o n
g o o d   n e w s   f o r   a l l   i n v o l v e d   
 
 n b a   m i a m i h e a t   t y l e r h e r r o   e x t e n s i o n
s i g n i n g   a l e r t :   r e i g n i n g   s i x t h   m a n   o f   t h e   y e a r ,   t y l e r   h e r r o ,   h a s   a g r e e d   t o   a   4 - y e a r   $ 1 3 0   m i l l i o n   c o n t r a c t   e x t e n s i o n   w i t h   m i a m i   h e a t !   🔥 
 
 e a r n e d !   💰 🙌 
 
 t y l e r h e r r o   m i a m i h e a t   n b a  
h e a t   h a v e   r e p o r t e d l y   s i g n e d   t y l e r   h e r r o   f o r   a   d e a l   t h a t   g u a r a n t e e s   a   $ 1 2 0   m i l l i o n   s a l a r y   a n d   a n   a d d i t i o n a l   $ 1 0   m i l l i o n   i n   i n c e n t i v e s   t h a t   w i l l   l o c k   h e r r o   w i t h   t h e   c l u b   u n t i l   2 0 2 6 - 2 7 .   n b a   t y l e r h e r r o   h e a t   b a s k e t b a l l   s p o r t s n e w s   8 x b e t  
s o m e o n e   t e l l   m e   w h a t   h e r r o   d i d   t o   d e s e r v e   t h i s   m u c h   🧀   g a a   d a m n   n b a   m i a m i   h e a t   w o j   t y l e r h e r r o  
i   h a l f w a y   t h i n k   t h a t   s o l i d   s t a r t e r s   a r e   g e t t i n g   n e a r   m a x   m o n e y   j u s t   s o   t h a t   i t   w i l l   b e   e a s i e r   t o   t r a d e   t h e m   d o w n   t h e   r o a d   f o r   s a l a r y   m a t c h e s .   t y l e r h e r r o   n b a
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
h e a t   l o c k   u p   h e r r o   w i t h   4 - y e a r ,   $ 1 3 0 m   e x t e n s i o n   -   v i a     ⁦ ⁩   ⁦ ⁩   ⁦ _ t y l e r ⁩   s p o r t s b i z   c a r e e r   c o n t r a c t   c o n t r a c t e x t e n s i o n   o f f e n s e   l e a d e r   m i a m i   h e a t   t y l e r h e r r o   b a s k e t b a l l   h o o p s   n b a    
n b a   f r a n c h i s e   m i a m i   h e a t   h a s   r e - s i g n e d   g u a r d   t y l e r   h e r r o . 
 
 r e a d   m o r e 👇 
 
 n b a   m i a m i h e a t   t y l e r h e r r o   b a s k e t b a l l   

t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
m i a m i   h e a t   y o u n g   g u a r d   t y l e r   h e r r o   h a s   r e c e n t l y   c o n f i r m e d   t h a t   h e   h a s   s i g n e d   a   c o n t r a c t   e x t e n s i o n   w i t h   t h e   t e a m   o n   a   4 - y e a r   $ 1 3 0 m   c o n t r a c t . 
 
 n b a   m i a m i h e a t   h e a t c u l t u r e   t y l e r h e r r o   s i x t h m a n o f t h e y e a r   n b a r o o k i e  
p a t   r i l e y   r e a c t s   t o   t y l e r   h e r r o ’ s   e x t e n s i o n   w i t h   h e a t   m i a m i h e a t   p a t r i l e y   t y l e r h e r r o  
t y l e r   h e r r o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y l e r h e r r o   t y l e r   h e r r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
t y l e r   h e r r o   h i g h l i g h t s   -   h e a t   v s .   t i m b e r w o l v e s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   t y l e r   h e r r o   m i a   m i n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   m i n n e s o t a   t i m b e r w o l v e s
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r   h e r r o   h a s   h i s   o w n   f o o d   s e r v i c e   j o i n t   i n s i d e   g r e a t   w o l f   l o d g e . 
   t y l e r h e r r o   h e a b u c k e t  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t h e     h a d   a   p r e t t y   q u i e t   o f f s e a s o n ,   b u t   a f t e r   b e i n g   o n e   s h o t   a w a y   f r o m   t h e   n b a f i n a l s ,   w h a t   c a n   t h e y   d o   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 m i a m i h e a t   m i a m i   n b a t w i t t e r   n b a   j i m m y b u t l e r   t y l e r h e r r o   b a m a d e b a y o   h e a t   s o u t h b e a c h  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r   h e r r o ' s   i n c e n t i v e s   o n   h i s   n e w   c o n t r a c t : 
 
 $ 1 m :   m v p 
 $ 1 m :   d p o y 
 $ 1 m :   a l l - n b a   1 s t   t e a m 
 $ 1 m :   a l l - n b a   2 n d   t e a m 
 $ 5 0 0 k :   a l l - n b a   3 r d   t e a m 
 
 - m u s t   p l a y   i n   7 5 %   o f   r e g   s e a s o n   g a m e s 
 - i n c e n t i v e s   c a p p e d   a t   $ 2 . 5 m   p e r   s e a s o n 
 
 ( s o u r c e :   ) 
 
 n b a   h e a t   t y l e r h e r r o   h e a t c u l t u r e  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
f i r s t   b e n 1 0   b u c k e t   i ’ v e   w i t n e s s e d   s i n c e   t h e   a t l a n t a p a s s a c r e   ! 😂   
 p e e p   t y l e r h e r r o   o n   t h e   b e a c h 🤣 
 b e n s i m m o n s   n b a   b a s k e t b a l l   b r o o k l y n n e t s  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t h e   g o o n   s q u a d   i s   l i v e !   t u n e   i n   n o w   -   
 
 b a m   t y l e r h e r r o   m i a m i h e a t   h e a t c u l t u r e   n b a p r e s e a s o n  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
p s a 9   +   1 0 s -   j u d g e   j a m o r a n t   t y l e r h e r r o   g l e y b e r   r c s .   p l e a s e   c o n t a c t   m e   i f   i n t e r e s t e d   t h a n k s !  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r   h e r r o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y l e r h e r r o   t y l e r   h e r r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
t y l e r h e r r o   c o n t r a c t   e x t e n s i o n   r e a c t i o n ! !        
o u r   l a t e s t   p o d c a s t .   b l a k e g r i f f i n   c e l t i c s   t y l e r h e r r o   h e a t   l a k e s h o w   n b a   n b a p r e s e a s o n       _ c o v e r a g e   l i s t e n   t o   " t h e   p i c k   a n d   r o l l   n b a   p o d c a s t   w /   j e t   a n d "   b y     v i a   s p r e a k e r  
t y l e r   h e r r o   o n   h i s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n   t y l e r h e r o   t y l e r h e r r o   t y l e r h e r r o c o n t r a c t e x t e n s i o n   t y l e r h e r r o e x t e n s i o n  
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
  2 2 7 ' s   y o u t u b e   c h i l i '   m i a m i   c h i l i '   h e a t   h e a t t w i t t e r     s p i c y '     s p i c y '   n b a   m i x ! ,   t y l e r   h e r r o   a g r e e   t o   4 - y e a r ,   $ 1 3 0 m   e x t e n s i o n .   m i a m i h e a t   t y l e r h e r r o   p o d c a s t    
u m m … . . w h a t   i s     d a d   d o i n g   c o m i n g   o u t   o f   t h e   w o m e n ’ s   b a t h r o o m ? ? ?   a t   t h e   b u c k s   g a m e ? !   t y l e r h e r r o   n b a   c r e e p   n p c   w t f   d r e a m w a s t a k e n   e s p n   m a n c h e s t e r d e r b y   b l e a c h e r r e p o r t   b a r s t o o l   d i s g u s t i n g   c r a z y  
t h e   m i a m i   h e a t   w a s t e d   t h e i r   o f f s e a s o n   |   h e r e ’ s   w h y … 
 
 n b a   n b a t w i t t e r   h e a t c u l t u r e   t y l e r h e r r o   y o u t u b e   b a s k e t b a l l   y o u t u b e r   h o o p s   c e l t i c s t a l k   n b a t w i t t e r   s p o r t s   s p o r t s n e w s  
t y l e r   h e r r o   s i g n s   4 - y e a r   e x t e n s i o n   w i t h   t h e   m i a m i   h e a t . . .   w a s   i t   a   g o o d   m o v e ?     m i a m i h e a t   t y l e r h e r r o   h e a t n a t i o n
g o o d   n e w s   f o r   a l l   i n v o l v e d   
 
 n b a   m i a m i h e a t   t y l e r h e r r o   e x t e n s i o n
s i g n i n g   a l e r t :   r e i g n i n g   s i x t h   m a n   o f   t h e   y e a r ,   t y l e r   h e r r o ,   h a s   a g r e e d   t o   a   4 - y e a r   $ 1 3 0   m i l l i o n   c o n t r a c t   e x t e n s i o n   w i t h   m i a m i   h e a t !   🔥 
 
 e a r n e d !   💰 🙌 
 
 t y l e r h e r r o   m i a m i h e a t   n b a  
h e a t   h a v e   r e p o r t e d l y   s i g n e d   t y l e r   h e r r o   f o r   a   d e a l   t h a t   g u a r a n t e e s   a   $ 1 2 0   m i l l i o n   s a l a r y   a n d   a n   a d d i t i o n a l   $ 1 0   m i l l i o n   i n   i n c e n t i v e s   t h a t   w i l l   l o c k   h e r r o   w i t h   t h e   c l u b   u n t i l   2 0 2 6 - 2 7 .   n b a   t y l e r h e r r o   h e a t   b a s k e t b a l l   s p o r t s n e w s   8 x b e t  
s o m e o n e   t e l l   m e   w h a t   h e r r o   d i d   t o   d e s e r v e   t h i s   m u c h   🧀   g a a   d a m n   n b a   m i a m i   h e a t   w o j   t y l e r h e r r o  
i   h a l f w a y   t h i n k   t h a t   s o l i d   s t a r t e r s   a r e   g e t t i n g   n e a r   m a x   m o n e y   j u s t   s o   t h a t   i t   w i l l   b e   e a s i e r   t o   t r a d e   t h e m   d o w n   t h e   r o a d   f o r   s a l a r y   m a t c h e s .   t y l e r h e r r o   n b a
t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
h e a t   l o c k   u p   h e r r o   w i t h   4 - y e a r ,   $ 1 3 0 m   e x t e n s i o n   -   v i a     ⁦ ⁩   ⁦ ⁩   ⁦ _ t y l e r ⁩   s p o r t s b i z   c a r e e r   c o n t r a c t   c o n t r a c t e x t e n s i o n   o f f e n s e   l e a d e r   m i a m i   h e a t   t y l e r h e r r o   b a s k e t b a l l   h o o p s   n b a    
n b a   f r a n c h i s e   m i a m i   h e a t   h a s   r e - s i g n e d   g u a r d   t y l e r   h e r r o . 
 
 r e a d   m o r e 👇 
 
 n b a   m i a m i h e a t   t y l e r h e r r o   b a s k e t b a l l   

t y l e r h e r r o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t
m i a m i   h e a t   y o u n g   g u a r d   t y l e r   h e r r o   h a s   r e c e n t l y   c o n f i r m e d   t h a t   h e   h a s   s i g n e d   a   c o n t r a c t   e x t e n s i o n   w i t h   t h e   t e a m   o n   a   4 - y e a r   $ 1 3 0 m   c o n t r a c t . 
 
 n b a   m i a m i h e a t   h e a t c u l t u r e   t y l e r h e r r o   s i x t h m a n o f t h e y e a r   n b a r o o k i e  
p a t   r i l e y   r e a c t s   t o   t y l e r   h e r r o ’ s   e x t e n s i o n   w i t h   h e a t   m i a m i h e a t   p a t r i l e y   t y l e r h e r r o  
t y l e r   h e r r o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 t y l e r h e r r o   t y l e r   h e r r o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
t y l e r   h e r r o   h i g h l i g h t s   -   h e a t   v s .   t i m b e r w o l v e s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   t y l e r   h e r r o   m i a   m i n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   m i n n e s o t a   t i m b e r w o l v e s
v i c t o r   o l a d i p o   p r e s e a s o n   d e b u t   s t a t s   v s   h o u s t o n   r o c k e t s 
 
 8   p t s 
 4   r e b 
 3   s t l s 
 
 h e a t c u l t u r e   m i a m i h e a t   v i c t o r o l a d i p o   r e v e n g e s z n  
v i c t o r   o l a d i p o   ( i n j u r y   m a n a g e m e n t )   o u t   t h u r s d a y     v i c t o r o l a d i p o   f a n t a s y b a s k e t b a l l
j a l e n   g r e e n   d o i n g   o l a d i p o   d i r t y   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a l e n   g r e e n   v i c t o r   o l a d i p o   h o u   h o u s t o n   r o c k e t s   m i a   m i a m i   h e a t
v i c t o r   o l a d i p o   p r e s e a s o n   d e b u t   s t a t s   v s   h o u s t o n   r o c k e t s 
 
 8   p t s 
 4   r e b 
 3   s t l s 
 
 h e a t c u l t u r e   m i a m i h e a t   v i c t o r o l a d i p o   r e v e n g e s z n  
v i c t o r   o l a d i p o   ( i n j u r y   m a n a g e m e n t )   o u t   t h u r s d a y     v i c t o r o l a d i p o   f a n t a s y b a s k e t b a l l
j a l e n   g r e e n   d o i n g   o l a d i p o   d i r t y   🔥 
 
 n b a   n b a h i g h l i g h t s   c o o k i e s a n d k a r e e m   j a l e n   g r e e n   v i c t o r   o l a d i p o   h o u   h o u s t o n   r o c k e t s   m i a   m i a m i   h e a t
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
t h e     h a d   a   p r e t t y   q u i e t   o f f s e a s o n ,   b u t   a f t e r   b e i n g   o n e   s h o t   a w a y   f r o m   t h e   n b a f i n a l s ,   w h a t   c a n   t h e y   d o   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 m i a m i h e a t   m i a m i   n b a t w i t t e r   n b a   j i m m y b u t l e r   t y l e r h e r r o   b a m a d e b a y o   h e a t   s o u t h b e a c h  
j a m a l   c a i n   d e f e n s i v e   h i g h l i g h t s   |   . . . 
   
 
   
 b a m a d e b a y o   b l o c k   b l o c k s   b r o o k l y n   c a m t h o m a s   d e f e n s e   e a s t e r n c o n f e r e n c e   h a y w o o d   h i g h l i g h t   h i g h s m i t h   j a m a r e e b o u y e a   j i m m y b u t l e r   j o v i c   k d   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y l e l o w r y   k y r i e i r v i n g   l o c k d o w n  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
i n s a n e   e n d i n g !   m i a m i   h e a t   v s   w a s h i n g t o n   w i z a r d s   f i n a l   . . . 
   
 
   
 b a m a d e b a y o   b r a d l e y b e a l   e a s t e r n c o n f e r e n c e   h e a t f u l l g a m e   h e a t h i g h l i g h t s   h e a t w i z a r d s   j i m m y b u t l e r   k u z m a   k y l e k u z m a   k y l e l o w r y   m i a m i h e a t f u l l g a m e   m i a m i h e a t g a m e t o d a y   m i a m i h e a t h i g h l i g h t s  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
a d e b a y o   h a n d l e s   a n d   l e f t y   f i n i s h .   n b a   b a s k e t b a l l   n b a t w i t t e r   h e a t   h e a t t w i t t e r   b a m a d e b a y o  
b a m   f i n d s   t h e   b a l l   d r a i n s   t h e   j u m p e r .   n b a   b a s k e t b a l l   h e a t   n b a t w i t t e r   h e a t t w i t t e r   b a m a d e b a y o  
u c o n n   w o m e n ' s   b a s k e t b a l l   r o s t e r , 
 u c o n n   w o m e n ' s   b a s k e t b a l l   s c o r e , 
 u c o n n   s c o r e   w o m e n ' s   b a s k e t b a l l , 
 u c o n n   b o n e y a r d   w o m e n ' s   b a s k e t b a l l , 
 
 n b a   b a s k e t b a l l   h e a t   h e a t t w i t t e r   n b a t w i t t e r   b a m a d e b a y o   d i m e   a s s i s t   p r e s e a s o n 
 b a s k e t b a l l
b a s k e t b a l l   p l a y e r s   n b a   b a s k e t b a l l   h e a t   h e a t t w i t t e r   n b a t w i t t e r   b a m a d e b a y o   d i m e   a s s i s t   p r e s e a s o n    
b a m   w i t h   t h e   🪙   n b a   b a s k e t b a l l   h e a t   h e a t t w i t t e r   n b a t w i t t e r   b a m a d e b a y o   d i m e   a s s i s t   p r e s e a s o n  
m i a m i   h e a t   r a n k e d   t o o   l o w   b y   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
m i a m i   h e a t & a m p ; 3 9 ; s   b e s t   o p t i o n s   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
h a n g o v e r   t i m e   p o s t g a m e   s h o w   |   m i a m i   . . . 
   
 
   
 5 r e a s o n s s p o r t s   a n a l y s i s   b a m a d e b a y o   b a s k e t b a l l   b b a l l   c a l e b   d e d m o n   d u n c a n r o b i n s o n   d u n k   d w y a n e w a d e   e r i k s p o l e s t r a   e s p n   e s p n c o m m e n t a r y   f i v e o n t h e f l o o r   f u l l g a m e h i g h l i g h t s   g a b e v i n c e n t   h i g h l i g h t s  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
t h e   m i a m i   h e a t   n e w   e r a 
   
 
   
 a i r b a l l   b a m a d e b a y o   c h r i s b o s h   d w a y n e w a d e   e a s t e r n c o n f e r e n c e   h e a t b i g 3   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b i g 3   m i a m i h e a t b i g 3 b e s t m o m e n t s   m i a m i h e a t b i g 3 h i g h l i g h t s   m i a m i h e a t d e f e n s e  
t y l e r   h e r r o ,   m i a m i   h e a t   a g r e e   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
b a m   a d e b a y o   h i g h l i g h t s   -   h e a t   v s .   t i m b e r w o l v e s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   b a m   a d e b a y o   m i a   m i n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   m i n n e s o t a   t i m b e r w o l v e s
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
t h e     h a d   a   p r e t t y   q u i e t   o f f s e a s o n ,   b u t   a f t e r   b e i n g   o n e   s h o t   a w a y   f r o m   t h e   n b a f i n a l s ,   w h a t   c a n   t h e y   d o   i n   2 0 2 2 ?   
 
 s e e   h e r e :   
 
 m i a m i h e a t   m i a m i   n b a t w i t t e r   n b a   j i m m y b u t l e r   t y l e r h e r r o   b a m a d e b a y o   h e a t   s o u t h b e a c h  
j a m a l   c a i n   d e f e n s i v e   h i g h l i g h t s   |   . . . 
   
 
   
 b a m a d e b a y o   b l o c k   b l o c k s   b r o o k l y n   c a m t h o m a s   d e f e n s e   e a s t e r n c o n f e r e n c e   h a y w o o d   h i g h l i g h t   h i g h s m i t h   j a m a r e e b o u y e a   j i m m y b u t l e r   j o v i c   k d   k e s s l e r e d w a r d s   k e v i n d u r a n t   k y l e l o w r y   k y r i e i r v i n g   l o c k d o w n  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
h o w   t h e   c e l t i c s   c o u n t e r e d   m i a m i ’ s   s   . . . 
   
 
   
 a l h o r f o r d   a t l a n t i c d i v i s i o n   b a m a d e b a y o   b o s t o n c e l t i c s   c o a c h i m e u d o k a   d r i v i n g g a p s   e a s t e r n c o n f e r e n c e   e r i c k s p o e l s t r a   g a p p i n g   h e l p d e f e n s e   h i g h l i g h t s   j a y l e n b r o w n   j a y s o n t a t u m   j i m m y b u t l e r   m i a m i h e a t   n b a  
i n s a n e   e n d i n g !   m i a m i   h e a t   v s   w a s h i n g t o n   w i z a r d s   f i n a l   . . . 
   
 
   
 b a m a d e b a y o   b r a d l e y b e a l   e a s t e r n c o n f e r e n c e   h e a t f u l l g a m e   h e a t h i g h l i g h t s   h e a t w i z a r d s   j i m m y b u t l e r   k u z m a   k y l e k u z m a   k y l e l o w r y   m i a m i h e a t f u l l g a m e   m i a m i h e a t g a m e t o d a y   m i a m i h e a t h i g h l i g h t s  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
a d e b a y o   h a n d l e s   a n d   l e f t y   f i n i s h .   n b a   b a s k e t b a l l   n b a t w i t t e r   h e a t   h e a t t w i t t e r   b a m a d e b a y o  
b a m   f i n d s   t h e   b a l l   d r a i n s   t h e   j u m p e r .   n b a   b a s k e t b a l l   h e a t   n b a t w i t t e r   h e a t t w i t t e r   b a m a d e b a y o  
u c o n n   w o m e n ' s   b a s k e t b a l l   r o s t e r , 
 u c o n n   w o m e n ' s   b a s k e t b a l l   s c o r e , 
 u c o n n   s c o r e   w o m e n ' s   b a s k e t b a l l , 
 u c o n n   b o n e y a r d   w o m e n ' s   b a s k e t b a l l , 
 
 n b a   b a s k e t b a l l   h e a t   h e a t t w i t t e r   n b a t w i t t e r   b a m a d e b a y o   d i m e   a s s i s t   p r e s e a s o n 
 b a s k e t b a l l
b a s k e t b a l l   p l a y e r s   n b a   b a s k e t b a l l   h e a t   h e a t t w i t t e r   n b a t w i t t e r   b a m a d e b a y o   d i m e   a s s i s t   p r e s e a s o n    
b a m   w i t h   t h e   🪙   n b a   b a s k e t b a l l   h e a t   h e a t t w i t t e r   n b a t w i t t e r   b a m a d e b a y o   d i m e   a s s i s t   p r e s e a s o n  
m i a m i   h e a t   r a n k e d   t o o   l o w   b y   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
m i a m i   h e a t & a m p ; 3 9 ; s   b e s t   o p t i o n s   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
h a n g o v e r   t i m e   p o s t g a m e   s h o w   |   m i a m i   . . . 
   
 
   
 5 r e a s o n s s p o r t s   a n a l y s i s   b a m a d e b a y o   b a s k e t b a l l   b b a l l   c a l e b   d e d m o n   d u n c a n r o b i n s o n   d u n k   d w y a n e w a d e   e r i k s p o l e s t r a   e s p n   e s p n c o m m e n t a r y   f i v e o n t h e f l o o r   f u l l g a m e h i g h l i g h t s   g a b e v i n c e n t   h i g h l i g h t s  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
t h e   m i a m i   h e a t   n e w   e r a 
   
 
   
 a i r b a l l   b a m a d e b a y o   c h r i s b o s h   d w a y n e w a d e   e a s t e r n c o n f e r e n c e   h e a t b i g 3   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b i g 3   m i a m i h e a t b i g 3 b e s t m o m e n t s   m i a m i h e a t b i g 3 h i g h l i g h t s   m i a m i h e a t d e f e n s e  
t y l e r   h e r r o ,   m i a m i   h e a t   a g r e e   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m a d e b a y o   n b a a l l s t a r ,   e v e r y   r e t w e e t   c o u n t s   a s   a   v o t e !   f r o m   r / h e a t .
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   n e t s   0 6 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t
b a m   a d e b a y o   n b a   h i g h l i g h t s   h e a t   v s   t i m b e r w o l v e s   0 4 - 1 0 - 2 0 2 2   p r e s e a s o n   
 
 f o l l o w   u s   f o r   m o r e     h i g h l i g h t s ! ! 
 
 b a m a d e b a y o   b a m   a d e b a y o   n b a p r e s e a s o n   n b a h i g h l i g h t s   b a s k e t b a l l   m i a m i   h e a t   h e a t  
b a m   a d e b a y o   h i g h l i g h t s   -   h e a t   v s .   t i m b e r w o l v e s   -   4 t h   o c t   2 0 2 2 
 
 
 n b a   b a m   a d e b a y o   m i a   m i n   c o o k i e s a n d k a r e e m   c o o k i e s   k a r e e m   n b a h i g h l i g h t s   m i a m i   h e a t   m i n n e s o t a   t i m b e r w o l v e s
c o n g r a t u l a t i o n s ,   c o a c h   e r i k s p o e l s t r a !   🏀 🇵 🇭   

m i a m i   h e a t   r a n k e d   t o o   l o w   b y   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
m i a m i   h e a t & a m p ; 3 9 ; s   b e s t   o p t i o n s   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
e r i k   s p o e l s t r a   o n   t o n i g h t & a m p ; 3 9 ; s   s c r i m m a g e   & a m p ;   t y l e r   h e r r o & a m p ; 3 9 ; s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   e r i k s p o e l s t r a t y l e r h e r r o   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n  
e r i k s p o e l s t r a   o f   t h e   m i a m i h e a t   w a s   o v e r w h e l m i n g l y   s e l e c t e d   a s   t h e   n b a ' s   b e s t   h e a d   c o a c h   i n   a n   a n n u a l   s u r v e y   o f   t h e   l e a g u e ' s   g e n e r a l   m a n a g e r s .   n b a t w i t t e r 

t y l e r   h e r r o ,   m i a m i   h e a t   a g r e e   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
c o n g r a t u l a t i o n s ,   c o a c h   e r i k s p o e l s t r a !   🏀 🇵 🇭   

m i a m i   h e a t   r a n k e d   t o o   l o w   b y   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
m i a m i   h e a t & a m p ; 3 9 ; s   b e s t   o p t i o n s   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
e r i k   s p o e l s t r a   o n   t o n i g h t & a m p ; 3 9 ; s   s c r i m m a g e   & a m p ;   t y l e r   h e r r o & a m p ; 3 9 ; s   c o n t r a c t   e x t e n s i o n   |   2 0 2 2   m i a m i   h e a t   s c r i m m a g e 
   
 
   
 e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   e r i k s p o e l s t r a t y l e r h e r r o   m i a m i h e a t   m i a m i h e a t c a n c e r   m i a m i h e a t s c r i m m a g e   s o u t h e a s t d i v i s i o n  
e r i k s p o e l s t r a   o f   t h e   m i a m i h e a t   w a s   o v e r w h e l m i n g l y   s e l e c t e d   a s   t h e   n b a ' s   b e s t   h e a d   c o a c h   i n   a n   a n n u a l   s u r v e y   o f   t h e   l e a g u e ' s   g e n e r a l   m a n a g e r s .   n b a t w i t t e r 

t y l e r   h e r r o ,   m i a m i   h e a t   a g r e e   . . . 
   
 
   
 b a m a d e b a y o   d a n l e b a t a r d s h o w   d a v i d r a m i l   d u n c a n r o b i n s o n   d w y a n e w a d e   e a s t e r n c o n f e r e n c e   e r i k s p o e l s t r a   f i v e o n t h e f l o o r   f i v e r e a s o n s s p o r t s   h e a t s c o r e   j i m m y b u t l e r   k y l e l o w r y   l e b r o n j a m e s   m i a m i h e a t   m i a m i h e a t b e a t  
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [75], in <cell line: 1>()
      1 for id, tweets in tweets_df_Heat2.items():
      2     for tweet in tweets:
----> 3         analysis = SentimentIntensityAnalyzer(tweets_df_Heat2['text'].apply(lambda x: get_tweet_sentiment(' '.join(x))))
      4         tweets_df_Heat2 = tweets_df_Heat2.append({
      5             'name': id,
      6             'text': tweets_df_Heat2.text
      7         }, ignore_index=True)

File ~\anaconda3\lib\site-packages\vaderSentiment\vaderSentiment.py:200, in SentimentIntensityAnalyzer.__init__(self, lexicon_file, emoji_lexicon)
    198 def __init__(self, lexicon_file="vader_lexicon.txt", emoji_lexicon="emoji_utf8_lexicon.txt"):
    199     _this_module_file_path_ = os.path.abspath(getsourcefile(lambda: 0))
--> 200     lexicon_full_filepath = os.path.join(os.path.dirname(_this_module_file_path_), lexicon_file)
    201     with codecs.open(lexicon_full_filepath, encoding='utf-8') as f:
    202         self.lexicon_full_filepath = f.read()

File ~\anaconda3\lib\ntpath.py:117, in join(path, *paths)
    115     return result_drive + result_path
    116 except (TypeError, AttributeError, BytesWarning):
--> 117     genericpath._check_arg_types('join', path, *paths)
    118     raise

File ~\anaconda3\lib\genericpath.py:152, in _check_arg_types(funcname, *args)
    150         hasbytes = True
    151     else:
--> 152         raise TypeError(f'{funcname}() argument must be str, bytes, or '
    153                         f'os.PathLike object, not {s.__class__.__name__!r}') from None
    154 if hasstr and hasbytes:
    155     raise TypeError("Can't mix strings and bytes in path components") from None

TypeError: join() argument must be str, bytes, or os.PathLike object, not 'Series'

Conduct another cleaning to remove unwanted symbols and punctuation

In [77]:
tweets_df_Bucks1['text'] = tweets_df_Bucks1['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Bucks1['text'] = tweets_df_Bucks1['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))
tweets_df_Bucks2['text'] = tweets_df_Bucks2['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Bucks2['text'] = tweets_df_Bucks2['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))

tweets_df_Celtics1['text'] = tweets_df_Celtics1['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Celtics1['text'] = tweets_df_Celtics1['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))
tweets_df_Celtics2['text'] = tweets_df_Celtics2['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Celtics2['text'] = tweets_df_Celtics2['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))

tweets_df_Hornets1['text'] = tweets_df_Hornets1['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Hornets1['text'] = tweets_df_Hornets1['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))
tweets_df_Hornets2['text'] = tweets_df_Hornets2['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Hornets2['text'] = tweets_df_Hornets2['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))

tweets_df_Heat1['text'] = tweets_df_Heat1['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Heat1['text'] = tweets_df_Heat1['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))
tweets_df_Heat2['text'] = tweets_df_Heat2['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Heat2['text'] = tweets_df_Heat2['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))

tweets_df_Hawks1['text'] = tweets_df_Hawks1['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Hawks1['text'] = tweets_df_Hawks1['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))
tweets_df_Hawks2['text'] = tweets_df_Hawks2['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Hawks2['text'] = tweets_df_Hawks2['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))

tweets_df_Nets1['text'] = tweets_df_Nets1['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Nets1['text'] = tweets_df_Nets1['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))
tweets_df_Nets2['text'] = tweets_df_Nets2['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Nets2['text'] = tweets_df_Nets2['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))

tweets_df_Bulls1['text'] = tweets_df_Bulls1['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Bulls1['text'] = tweets_df_Bulls1['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))
tweets_df_Bulls2['text'] = tweets_df_Bulls2['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Bulls2['text'] = tweets_df_Bulls2['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))

tweets_df_Raptors1['text'] = tweets_df_Raptors1['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Raptors1['text'] = tweets_df_Raptors1['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))
tweets_df_Raptors2['text'] = tweets_df_Raptors2['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Raptors2['text'] = tweets_df_Raptors2['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))

tweets_df_Magic1['text'] = tweets_df_Magic1['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Magic1['text'] = tweets_df_Magic1['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))
tweets_df_Magic2['text'] = tweets_df_Magic2['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Magic2['text'] = tweets_df_Magic2['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))

tweets_df_76ers1['text'] = tweets_df_76ers1['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_76ers1['text'] = tweets_df_76ers1['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))
tweets_df_76ers2['text'] = tweets_df_76ers2['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_76ers2['text'] = tweets_df_76ers2['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))

tweets_df_Knicks1['text'] = tweets_df_Knicks1['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Knicks1['text'] = tweets_df_Knicks1['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))
tweets_df_Knicks2['text'] = tweets_df_Knicks2['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Knicks2['text'] = tweets_df_Knicks2['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))

tweets_df_Cavs1['text'] = tweets_df_Cavs1['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Cavs1['text'] = tweets_df_Cavs1['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))
tweets_df_Cavs2['text'] = tweets_df_Cavs2['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Cavs2['text'] = tweets_df_Cavs2['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))

tweets_df_Pistons1['text'] = tweets_df_Pistons1['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Pistons1['text'] = tweets_df_Pistons1['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))
tweets_df_Pistons2['text'] = tweets_df_Pistons2['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Pistons2['text'] = tweets_df_Pistons2['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))

tweets_df_Wizards1['text'] = tweets_df_Wizards1['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Wizards1['text'] = tweets_df_Wizards1['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))
tweets_df_Wizards2['text'] = tweets_df_Wizards2['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Wizards2['text'] = tweets_df_Wizards2['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))

tweets_df_Pacers1['text'] = tweets_df_Pacers1['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Pacers1['text'] = tweets_df_Pacers1['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))
tweets_df_Pacers2['text'] = tweets_df_Pacers2['text'].apply(lambda x: BeautifulSoup(x, 'html.parser').get_text())
tweets_df_Pacers2['text'] = tweets_df_Pacers2['text'].apply(lambda x: ' '.join(re.sub("(@[A-Za-z0-9]+)|([^0-9A-Za-z \t])|(\w+:\/\/\S+)", " ", x).split()))

Calculate Sentiment Analysis scores using TextBlob

In [78]:
def sentiment_analysis_TextBlob(tweet):
    analysis = TextBlob(tweet)
    return analysis.sentiment[0]
In [79]:
tweets_df_Bucks1['analysis_score'] = tweets_df_Bucks1['text'].apply(sentiment_analysis_TextBlob)
tweets_df_Bucks1['analysis'] = tweets_df_Bucks1['analysis_score'].apply(get_label)
tweets_df_Bucks1.head()
Out[79]:
name text analysis analysis_score
0 NaN giannis antetokounmpo is the immigrant uncle u... Neutral 0.000000
1 NaN the biggest milwaukee bucks antetokounmpo buck... Neutral 0.000000
2 NaN suns looking to acquire rotational pieces for ... Neutral 0.000000
3 NaN trae young was on fire vs milwaukee bucks shor... Positive 0.100000
4 NaN breaking down trae young 39 s 31 pt abudhabinb... Negative -0.027778
In [80]:
tweets_df_Celtics1['analysis_score'] = tweets_df_Celtics1['text'].apply(sentiment_analysis_TextBlob)
tweets_df_Celtics1['analysis'] = tweets_df_Celtics1['analysis_score'].apply(get_label)
tweets_df_Celtics1.head()
Out[80]:
name text analysis analysis_score
0 NaN think of it like this after the weekend there ... Neutral 0.0
1 NaN nouveau celtics vert 2022 jayson tatum 0 au pr... Neutral 0.0
2 NaN jayson tatum surprises fans on stage at jack h... Neutral 0.0
3 NaN grant williams took an enormous leap last year... Neutral 0.0
4 NaN celtics sign a j reeves to exhibit 10 contract... Neutral 0.0
In [81]:
tweets_df_Hornets1['analysis_score'] = tweets_df_Hornets1['text'].apply(sentiment_analysis_TextBlob)
tweets_df_Hornets1['analysis'] = tweets_df_Hornets1['analysis_score'].apply(get_label)
tweets_df_Hornets1.head()
Out[81]:
name text analysis analysis_score
0 NaN washington wizards vs charlottehornets eastern... Neutral 0.000000
1 NaN true or false charlottenc charlottesports char... Negative -0.025000
2 NaN terry rozier on lamelo s injury i got hurt in ... Neutral 0.000000
3 NaN lamelo blocks 7 3 porzigis liangelo scores in ... Negative -0.400000
4 NaN washington wizards charlotte hornets preseason... Positive 0.136364
In [82]:
tweets_df_Heat1['analysis_score'] = tweets_df_Heat1['text'].apply(sentiment_analysis_TextBlob)
tweets_df_Heat1['analysis'] = tweets_df_Heat1['analysis_score'].apply(get_label)
tweets_df_Heat1.head()
Out[82]:
name text analysis analysis_score
0 NaN let s go heat me emociono miamiheat Neutral 0.0
1 NaN share the best sportsday content download the ... Positive 1.0
2 NaN best of the day on nbapreseason ws for the was... Positive 1.0
3 NaN download the best app to share your best sport... Positive 1.0
4 NaN what s best on nbapreseason ws for the washwiz... Positive 1.0
In [83]:
tweets_df_Hawks1['analysis_score'] = tweets_df_Hawks1['text'].apply(sentiment_analysis_TextBlob)
tweets_df_Hawks1['analysis'] = tweets_df_Hawks1['analysis_score'].apply(get_label)
tweets_df_Hawks1.head()
Out[83]:
name text analysis analysis_score
0 NaN new video to watch atlanta hawks emerge as sui... Positive 0.136364
1 NaN new video to watch atlanta hawks trade for jae... Positive 0.136364
2 NaN new video to watch should the phoenix suns tra... Positive 0.136364
3 NaN new video to watch the atlanta hawks have inte... Positive 0.136364
4 NaN new video to watch poole and draymond have not... Positive 0.136364
In [84]:
tweets_df_Nets1['analysis_score'] = tweets_df_Nets1['text'].apply(sentiment_analysis_TextBlob)
tweets_df_Nets1['analysis'] = tweets_df_Nets1['analysis_score'].apply(get_label)
tweets_df_Nets1.head()
Out[84]:
name text analysis analysis_score
0 NaN rebuilding the brooklyn nets nba 2k23 mynba vi... Neutral 0.00
1 NaN ben simmons with the shot boii bensimmons nets... Neutral 0.00
2 NaN kyrie irving is turning championship minded ne... Neutral 0.00
3 NaN what injury will claim he has he should claim ... Neutral 0.00
4 NaN over ten years the brooklynnets have not reach... Negative -0.04
In [85]:
tweets_df_Bulls1['analysis_score'] = tweets_df_Bulls1['text'].apply(sentiment_analysis_TextBlob)
tweets_df_Bulls1['analysis'] = tweets_df_Bulls1['analysis_score'].apply(get_label)
tweets_df_Bulls1.head()
Out[85]:
name text analysis analysis_score
0 NaN pre season vs nba torontoraptors chicagobulls Neutral 0.0
1 NaN only 2 copies left order michael jordan s snea... Neutral 0.0
2 NaN do your thing twitter bulls chicagobulls Neutral 0.0
3 NaN inktober 2022 day 6 trip character benny the b... Neutral 0.0
4 NaN chicagobulls one more before they all count ch... Positive 0.5
In [86]:
tweets_df_Raptors1['analysis_score'] = tweets_df_Raptors1['text'].apply(sentiment_analysis_TextBlob)
tweets_df_Raptors1['analysis'] = tweets_df_Raptors1['analysis_score'].apply(get_label)
tweets_df_Raptors1.head()
Out[86]:
name text analysis analysis_score
0 NaN pre season vs nba torontoraptors chicagobulls Neutral 0.0
1 NaN jayson tatum said this about the raptors atlan... Neutral 0.0
2 NaN raptors family dalano banton has solidified hi... Neutral 0.0
3 NaN groat doing groat things happy canadian thanks... Positive 0.8
4 NaN just wanna remind people preseason means nothi... Neutral 0.0
In [87]:
tweets_df_Magic1['analysis_score'] = tweets_df_Magic1['text'].apply(sentiment_analysis_TextBlob)
tweets_df_Magic1['analysis'] = tweets_df_Magic1['analysis_score'].apply(get_label)
tweets_df_Magic1.head()
Out[87]:
name text analysis analysis_score
0 NaN paolo banchero will play his first game at amw... Negative -0.025000
1 NaN i m thinking we should slow down on the bol hy... Negative -0.085185
2 NaN my honest thoughts on the orlando bolbol easte... Positive 0.600000
3 NaN nba phoenixsuns orlandomagic neworleanspelican... Positive 0.200000
4 NaN practice sound coach mose jalen suggs on his i... Positive 0.450000
In [88]:
tweets_df_76ers1['analysis_score'] = tweets_df_76ers1['text'].apply(sentiment_analysis_TextBlob)
tweets_df_76ers1['analysis'] = tweets_df_76ers1['analysis_score'].apply(get_label)
tweets_df_76ers1.head()
Out[88]:
name text analysis analysis_score
0 NaN philadelphia 76ers vs cleveland cavaliers full... Positive 0.175
1 NaN 60 3fg let s go atlanticdivision easternconfer... Neutral 0.000
2 NaN cleveland cavaliers vs philadelphia anthonydav... Neutral 0.000
3 NaN 76ers have signed patrick mccaw patrickmccaw p... Neutral 0.000
4 NaN shop philaunite frames prints posters mugs puz... Positive 0.500
In [89]:
tweets_df_Knicks1['analysis_score'] = tweets_df_Knicks1['text'].apply(sentiment_analysis_TextBlob)
tweets_df_Knicks1['analysis'] = tweets_df_Knicks1['analysis_score'].apply(get_label)
tweets_df_Knicks1.head()
Out[89]:
name text analysis analysis_score
0 NaN knicks 2022 23 season player expectations obi ... Neutral 0.000
1 NaN warriors at knicks full game highlights decemb... Negative -0.025
2 NaN retweet this if you think the knicks can impro... Neutral 0.000
3 NaN welcome to the squad ps5share nba2k23 newaddit... Positive 0.800
4 NaN ny knicks cam reddish 1st start troubles thekn... Negative -0.400
In [90]:
tweets_df_Cavs1['analysis_score'] = tweets_df_Cavs1['text'].apply(sentiment_analysis_TextBlob)
tweets_df_Cavs1['analysis'] = tweets_df_Cavs1['analysis_score'].apply(get_label)
tweets_df_Cavs1.head()
Out[90]:
name text analysis analysis_score
0 NaN jarrett allen teasing kevin love is a sign the... Positive 0.25
1 NaN philadelphia 76ers vs centraldivision chrisbro... Neutral 0.00
2 NaN philadelphia 76ers vs centraldivision chrisbro... Neutral 0.00
3 NaN what is dean wade s ceiling for the cleveland ... Negative -0.05
4 NaN philadelphia 76ers vs cleveland cavaliers cent... Neutral 0.00
In [91]:
tweets_df_Pistons1['analysis_score'] = tweets_df_Pistons1['text'].apply(sentiment_analysis_TextBlob)
tweets_df_Pistons1['analysis'] = tweets_df_Pistons1['analysis_score'].apply(get_label)
tweets_df_Pistons1.head()
Out[91]:
name text analysis analysis_score
0 NaN countdown to opening night 8 days buffsonpodca... Neutral 0.0
1 NaN marvin bagley on cade cunningham he s an all s... Neutral 0.0
2 NaN detroit pistons sponsored 100 of our detroit t... Neutral 0.0
3 NaN detroit pistons season preview outlook and ran... Negative -0.5
4 NaN the detroit pistons signed a off ball shooter ... Neutral 0.0
In [92]:
tweets_df_Wizards1['analysis_score'] = tweets_df_Wizards1['text'].apply(sentiment_analysis_TextBlob)
tweets_df_Wizards1['analysis'] = tweets_df_Wizards1['analysis_score'].apply(get_label)
tweets_df_Wizards1.head()
Out[92]:
name text analysis analysis_score
0 NaN it was good see you again in japan 8mura ruiha... Positive 0.700000
1 NaN lamelo blocks 7 3 porzigis liangelo scores in ... Negative -0.400000
2 NaN washington wizards charlotte hornets preseason... Positive 0.136364
3 NaN post game thread the washington wizards defeat... Negative -0.400000
4 NaN john wall 20 pts 3 asts vs wolves 2022 preseas... Neutral 0.000000
In [93]:
tweets_df_Pacers1['analysis_score'] = tweets_df_Pacers1['text'].apply(sentiment_analysis_TextBlob)
tweets_df_Pacers1['analysis'] = tweets_df_Pacers1['analysis_score'].apply(get_label)
tweets_df_Pacers1.head()
Out[93]:
name text analysis analysis_score
0 NaN indiana pacers reportedly sign wing deividas s... Neutral 0.000000
1 NaN jp has been like underarmour kevindurant march... Neutral 0.000000
2 NaN never stop keep working laclippers underarmour... Neutral 0.000000
3 NaN new video to watch indiana pacers media availa... Positive 0.136364
4 NaN 25 off jermaine o neal indiana pacers mitchell... Neutral 0.000000

Apply the labels for each score

In [94]:
def vectorized_get_label(sentiment, threshold = 0.0):
    """
    Labelization of the parameters for analysis using vectorization
    """
    return np.where((sentiment) < threshold, 'Positive', 'Negative')


tweets_df_Bucks1['analysis'] = vectorized_get_label(tweets_df_Bucks1['analysis_score'])
tweets_df_Bucks1.head()
Out[94]:
name text analysis analysis_score
0 NaN giannis antetokounmpo is the immigrant uncle u... Negative 0.000000
1 NaN the biggest milwaukee bucks antetokounmpo buck... Negative 0.000000
2 NaN suns looking to acquire rotational pieces for ... Negative 0.000000
3 NaN trae young was on fire vs milwaukee bucks shor... Negative 0.100000
4 NaN breaking down trae young 39 s 31 pt abudhabinb... Positive -0.027778
In [95]:
tweets_df_Celtics1['analysis'] = vectorized_get_label(tweets_df_Celtics1['analysis_score'])
tweets_df_Celtics1.head()
Out[95]:
name text analysis analysis_score
0 NaN think of it like this after the weekend there ... Negative 0.0
1 NaN nouveau celtics vert 2022 jayson tatum 0 au pr... Negative 0.0
2 NaN jayson tatum surprises fans on stage at jack h... Negative 0.0
3 NaN grant williams took an enormous leap last year... Negative 0.0
4 NaN celtics sign a j reeves to exhibit 10 contract... Negative 0.0
In [96]:
tweets_df_Hornets1['analysis'] = vectorized_get_label(tweets_df_Hornets1['analysis_score'])
tweets_df_Hornets1.head()
Out[96]:
name text analysis analysis_score
0 NaN washington wizards vs charlottehornets eastern... Negative 0.000000
1 NaN true or false charlottenc charlottesports char... Positive -0.025000
2 NaN terry rozier on lamelo s injury i got hurt in ... Negative 0.000000
3 NaN lamelo blocks 7 3 porzigis liangelo scores in ... Positive -0.400000
4 NaN washington wizards charlotte hornets preseason... Negative 0.136364
In [97]:
tweets_df_Heat1['analysis'] = vectorized_get_label(tweets_df_Heat1['analysis_score'])
tweets_df_Heat1.head()
Out[97]:
name text analysis analysis_score
0 NaN let s go heat me emociono miamiheat Negative 0.0
1 NaN share the best sportsday content download the ... Negative 1.0
2 NaN best of the day on nbapreseason ws for the was... Negative 1.0
3 NaN download the best app to share your best sport... Negative 1.0
4 NaN what s best on nbapreseason ws for the washwiz... Negative 1.0
In [98]:
tweets_df_Hawks1['analysis'] = vectorized_get_label(tweets_df_Hawks1['analysis_score'])
tweets_df_Hawks1.head()
Out[98]:
name text analysis analysis_score
0 NaN new video to watch atlanta hawks emerge as sui... Negative 0.136364
1 NaN new video to watch atlanta hawks trade for jae... Negative 0.136364
2 NaN new video to watch should the phoenix suns tra... Negative 0.136364
3 NaN new video to watch the atlanta hawks have inte... Negative 0.136364
4 NaN new video to watch poole and draymond have not... Negative 0.136364
In [99]:
tweets_df_Nets1['analysis'] = vectorized_get_label(tweets_df_Nets1['analysis_score'])
tweets_df_Nets1.head()
Out[99]:
name text analysis analysis_score
0 NaN rebuilding the brooklyn nets nba 2k23 mynba vi... Negative 0.00
1 NaN ben simmons with the shot boii bensimmons nets... Negative 0.00
2 NaN kyrie irving is turning championship minded ne... Negative 0.00
3 NaN what injury will claim he has he should claim ... Negative 0.00
4 NaN over ten years the brooklynnets have not reach... Positive -0.04
In [100]:
tweets_df_Bulls1['analysis'] = vectorized_get_label(tweets_df_Bulls1['analysis_score'])
tweets_df_Bulls1.head()
Out[100]:
name text analysis analysis_score
0 NaN pre season vs nba torontoraptors chicagobulls Negative 0.0
1 NaN only 2 copies left order michael jordan s snea... Negative 0.0
2 NaN do your thing twitter bulls chicagobulls Negative 0.0
3 NaN inktober 2022 day 6 trip character benny the b... Negative 0.0
4 NaN chicagobulls one more before they all count ch... Negative 0.5
In [101]:
tweets_df_Raptors1['analysis'] = vectorized_get_label(tweets_df_Raptors1['analysis_score'])
tweets_df_Raptors1.head()
Out[101]:
name text analysis analysis_score
0 NaN pre season vs nba torontoraptors chicagobulls Negative 0.0
1 NaN jayson tatum said this about the raptors atlan... Negative 0.0
2 NaN raptors family dalano banton has solidified hi... Negative 0.0
3 NaN groat doing groat things happy canadian thanks... Negative 0.8
4 NaN just wanna remind people preseason means nothi... Negative 0.0
In [102]:
tweets_df_Magic1['analysis'] = vectorized_get_label(tweets_df_Magic1['analysis_score'])
tweets_df_Magic1.head()
Out[102]:
name text analysis analysis_score
0 NaN paolo banchero will play his first game at amw... Positive -0.025000
1 NaN i m thinking we should slow down on the bol hy... Positive -0.085185
2 NaN my honest thoughts on the orlando bolbol easte... Negative 0.600000
3 NaN nba phoenixsuns orlandomagic neworleanspelican... Negative 0.200000
4 NaN practice sound coach mose jalen suggs on his i... Negative 0.450000
In [103]:
tweets_df_76ers1['analysis'] = vectorized_get_label(tweets_df_76ers1['analysis_score'])
tweets_df_76ers1.head()
Out[103]:
name text analysis analysis_score
0 NaN philadelphia 76ers vs cleveland cavaliers full... Negative 0.175
1 NaN 60 3fg let s go atlanticdivision easternconfer... Negative 0.000
2 NaN cleveland cavaliers vs philadelphia anthonydav... Negative 0.000
3 NaN 76ers have signed patrick mccaw patrickmccaw p... Negative 0.000
4 NaN shop philaunite frames prints posters mugs puz... Negative 0.500
In [104]:
tweets_df_Knicks1['analysis'] = vectorized_get_label(tweets_df_Knicks1['analysis_score'])
tweets_df_Knicks1.head()
Out[104]:
name text analysis analysis_score
0 NaN knicks 2022 23 season player expectations obi ... Negative 0.000
1 NaN warriors at knicks full game highlights decemb... Positive -0.025
2 NaN retweet this if you think the knicks can impro... Negative 0.000
3 NaN welcome to the squad ps5share nba2k23 newaddit... Negative 0.800
4 NaN ny knicks cam reddish 1st start troubles thekn... Positive -0.400
In [105]:
tweets_df_Cavs1['analysis'] = vectorized_get_label(tweets_df_Cavs1['analysis_score'])
tweets_df_Cavs1.head()
Out[105]:
name text analysis analysis_score
0 NaN jarrett allen teasing kevin love is a sign the... Negative 0.25
1 NaN philadelphia 76ers vs centraldivision chrisbro... Negative 0.00
2 NaN philadelphia 76ers vs centraldivision chrisbro... Negative 0.00
3 NaN what is dean wade s ceiling for the cleveland ... Positive -0.05
4 NaN philadelphia 76ers vs cleveland cavaliers cent... Negative 0.00
In [106]:
tweets_df_Pistons1['analysis'] = vectorized_get_label(tweets_df_Pistons1['analysis_score'])
tweets_df_Pistons1.head()
Out[106]:
name text analysis analysis_score
0 NaN countdown to opening night 8 days buffsonpodca... Negative 0.0
1 NaN marvin bagley on cade cunningham he s an all s... Negative 0.0
2 NaN detroit pistons sponsored 100 of our detroit t... Negative 0.0
3 NaN detroit pistons season preview outlook and ran... Positive -0.5
4 NaN the detroit pistons signed a off ball shooter ... Negative 0.0
In [107]:
tweets_df_Wizards1['analysis'] = vectorized_get_label(tweets_df_Wizards1['analysis_score'])
tweets_df_Wizards1.head()
Out[107]:
name text analysis analysis_score
0 NaN it was good see you again in japan 8mura ruiha... Negative 0.700000
1 NaN lamelo blocks 7 3 porzigis liangelo scores in ... Positive -0.400000
2 NaN washington wizards charlotte hornets preseason... Negative 0.136364
3 NaN post game thread the washington wizards defeat... Positive -0.400000
4 NaN john wall 20 pts 3 asts vs wolves 2022 preseas... Negative 0.000000
In [108]:
tweets_df_Pacers1['analysis'] = vectorized_get_label(tweets_df_Pacers1['analysis_score'])
tweets_df_Pacers1.head()
Out[108]:
name text analysis analysis_score
0 NaN indiana pacers reportedly sign wing deividas s... Negative 0.000000
1 NaN jp has been like underarmour kevindurant march... Negative 0.000000
2 NaN never stop keep working laclippers underarmour... Negative 0.000000
3 NaN new video to watch indiana pacers media availa... Negative 0.136364
4 NaN 25 off jermaine o neal indiana pacers mitchell... Negative 0.000000

Conduct Sentiment Analysis using sentimentVader model

In [109]:
sid = SentimentIntensityAnalyzer()

text = tweets_df_Bucks2['text']
def polarity(text):
    pol = sid.polarity_scores(text)
    return pol

tweets_df_Bucks2['polarity'] = tweets_df_Bucks2['text'].apply(polarity)  #polarity checking
tweets_df_Bucks2['compound']  = tweets_df_Bucks2['polarity'].apply(lambda score_dict: score_dict['compound'])

tweets_df_Bucks2['sentiment'] = tweets_df_Bucks2['compound'].apply(lambda x: "Positive" if x>=0.5 \
                                                     else("Negative" if x<=-0.5 \
                                                     else "Neutral"))
print("polarity checked successfull")
polarity checked successfull
In [110]:
tweets_df_Celtics2['polarity'] = tweets_df_Celtics2['text'].apply(polarity)  #polarity checking
tweets_df_Celtics2['compound']  = tweets_df_Celtics2['polarity'].apply(lambda score_dict: score_dict['compound'])

tweets_df_Celtics2['sentiment'] = tweets_df_Celtics2['compound'].apply(lambda x: "Positive" if x>=0.5 \
                                                     else("Negative" if x<=-0.5 \
                                                     else "Neutral"))
print("polarity checked successfull")
polarity checked successfull
In [111]:
tweets_df_Hornets2['polarity'] = tweets_df_Hornets2['text'].apply(polarity)  #polarity checking
tweets_df_Hornets2['compound']  = tweets_df_Hornets2['polarity'].apply(lambda score_dict: score_dict['compound'])

tweets_df_Hornets2['sentiment'] = tweets_df_Hornets2['compound'].apply(lambda x: "Positive" if x>=0.5 \
                                                     else("Negative" if x<=-0.5 \
                                                     else "Neutral"))
print("polarity checked successfull")
polarity checked successfull
In [112]:
tweets_df_Heat2['polarity'] = tweets_df_Heat2['text'].apply(polarity)  #polarity checking
tweets_df_Heat2['compound']  = tweets_df_Heat2['polarity'].apply(lambda score_dict: score_dict['compound'])

tweets_df_Heat2['sentiment'] = tweets_df_Heat2['compound'].apply(lambda x: "Positive" if x>=0.5 \
                                                     else("Negative" if x<=-0.5 \
                                                     else "Neutral"))
print("polarity checked successfull")
polarity checked successfull
In [113]:
tweets_df_Hawks2['polarity'] = tweets_df_Hawks2['text'].apply(polarity)  #polarity checking
tweets_df_Hawks2['compound']  = tweets_df_Hawks2['polarity'].apply(lambda score_dict: score_dict['compound'])

tweets_df_Hawks2['sentiment'] = tweets_df_Hawks2['compound'].apply(lambda x: "Positive" if x>=0.5 \
                                                     else("Negative" if x<=-0.5 \
                                                     else "Neutral"))
print("polarity checked successfull")
polarity checked successfull
In [114]:
tweets_df_Nets2['polarity'] = tweets_df_Nets2['text'].apply(polarity)  #polarity checking
tweets_df_Nets2['compound']  = tweets_df_Nets2['polarity'].apply(lambda score_dict: score_dict['compound'])

tweets_df_Nets2['sentiment'] = tweets_df_Nets2['compound'].apply(lambda x: "Positive" if x>=0.5 \
                                                     else("Negative" if x<=-0.5 \
                                                     else "Neutral"))
print("polarity checked successfull")
polarity checked successfull
In [115]:
tweets_df_Bulls2['polarity'] = tweets_df_Bulls2['text'].apply(polarity)  #polarity checking
tweets_df_Bulls2['compound']  = tweets_df_Bulls2['polarity'].apply(lambda score_dict: score_dict['compound'])

tweets_df_Bulls2['sentiment'] = tweets_df_Bulls2['compound'].apply(lambda x: "Positive" if x>=0.5 \
                                                     else("Negative" if x<=-0.5 \
                                                     else "Neutral"))
print("polarity checked successfull")
polarity checked successfull
In [116]:
tweets_df_Raptors2['polarity'] = tweets_df_Raptors2['text'].apply(polarity)  #polarity checking
tweets_df_Raptors2['compound']  = tweets_df_Raptors2['polarity'].apply(lambda score_dict: score_dict['compound'])

tweets_df_Raptors2['sentiment'] = tweets_df_Raptors2['compound'].apply(lambda x: "Positive" if x>=0.5 \
                                                     else("Negative" if x<=-0.5 \
                                                     else "Neutral"))
print("polarity checked successfull")
polarity checked successfull
In [117]:
tweets_df_Magic2['polarity'] = tweets_df_Magic2['text'].apply(polarity)  #polarity checking
tweets_df_Magic2['compound']  = tweets_df_Magic2['polarity'].apply(lambda score_dict: score_dict['compound'])

tweets_df_Magic2['sentiment'] = tweets_df_Magic2['compound'].apply(lambda x: "Positive" if x>=0.5 \
                                                     else("Negative" if x<=-0.5 \
                                                     else "Neutral"))
print("polarity checked successfull")
polarity checked successfull
In [118]:
tweets_df_76ers2['polarity'] = tweets_df_76ers2['text'].apply(polarity)  #polarity checking
tweets_df_76ers2['compound']  = tweets_df_76ers2['polarity'].apply(lambda score_dict: score_dict['compound'])

tweets_df_76ers2['sentiment'] = tweets_df_76ers2['compound'].apply(lambda x: "Positive" if x>=0.5 \
                                                     else("Negative" if x<=-0.5 \
                                                     else "Neutral"))
print("polarity checked successfull")
polarity checked successfull
In [119]:
tweets_df_Knicks2['polarity'] = tweets_df_Knicks2['text'].apply(polarity)  #polarity checking
tweets_df_Knicks2['compound']  = tweets_df_Knicks2['polarity'].apply(lambda score_dict: score_dict['compound'])

tweets_df_Knicks2['sentiment'] = tweets_df_Knicks2['compound'].apply(lambda x: "Positive" if x>=0.5 \
                                                     else("Negative" if x<=-0.5 \
                                                     else "Neutral"))
print("polarity checked successfull")
polarity checked successfull
In [120]:
tweets_df_Cavs2['polarity'] = tweets_df_Cavs2['text'].apply(polarity)  #polarity checking
tweets_df_Cavs2['compound']  = tweets_df_Cavs2['polarity'].apply(lambda score_dict: score_dict['compound'])

tweets_df_Cavs2['sentiment'] = tweets_df_Cavs2['compound'].apply(lambda x: "Positive" if x>=0.5 \
                                                     else("Negative" if x<=-0.5 \
                                                     else "Neutral"))
print("polarity checked successfull")
polarity checked successfull
In [121]:
tweets_df_Pistons2['polarity'] = tweets_df_Pistons2['text'].apply(polarity)  #polarity checking
tweets_df_Pistons2['compound']  = tweets_df_Pistons2['polarity'].apply(lambda score_dict: score_dict['compound'])

tweets_df_Pistons2['sentiment'] = tweets_df_Pistons2['compound'].apply(lambda x: "Positive" if x>=0.5 \
                                                     else("Negative" if x<=-0.5 \
                                                     else "Neutral"))
print("polarity checked successfull")
polarity checked successfull
In [122]:
tweets_df_Wizards2['polarity'] = tweets_df_Wizards2['text'].apply(polarity)  #polarity checking
tweets_df_Wizards2['compound']  = tweets_df_Wizards2['polarity'].apply(lambda score_dict: score_dict['compound'])

tweets_df_Wizards2['sentiment'] = tweets_df_Wizards2['compound'].apply(lambda x: "Positive" if x>=0.5 \
                                                     else("Negative" if x<=-0.5 \
                                                     else "Neutral"))
print("polarity checked successfull")
polarity checked successfull
In [123]:
tweets_df_Pacers2['polarity'] = tweets_df_Pacers2['text'].apply(polarity)  #polarity checking
tweets_df_Pacers2['compound']  = tweets_df_Pacers2['polarity'].apply(lambda score_dict: score_dict['compound'])

tweets_df_Pacers2['sentiment'] = tweets_df_Pacers2['compound'].apply(lambda x: "Positive" if x>=0.5 \
                                                     else("Negative" if x<=-0.5 \
                                                     else "Neutral"))
print("polarity checked successfull")
polarity checked successfull

Labeling each analysis score

In [124]:
tweets_df_Bucks2['sentiment'] = vectorized_get_label(tweets_df_Bucks2['compound'])
tweets_df_Celtics2['sentiment'] = vectorized_get_label(tweets_df_Celtics2['compound'])
tweets_df_Hornets2['sentiment'] = vectorized_get_label(tweets_df_Hornets2['compound'])
tweets_df_Heat2['sentiment'] = vectorized_get_label(tweets_df_Heat2['compound'])
tweets_df_Hawks2['sentiment'] = vectorized_get_label(tweets_df_Hawks2['compound'])
tweets_df_Nets2['sentiment'] = vectorized_get_label(tweets_df_Nets2['compound'])
tweets_df_Bulls2['sentiment'] = vectorized_get_label(tweets_df_Bulls2['compound'])
tweets_df_Raptors2['sentiment'] = vectorized_get_label(tweets_df_Raptors2['compound'])
tweets_df_Magic2['sentiment'] = vectorized_get_label(tweets_df_Magic2['compound'])
tweets_df_76ers2['sentiment'] = vectorized_get_label(tweets_df_76ers2['compound'])
tweets_df_Knicks2['sentiment'] = vectorized_get_label(tweets_df_Knicks2['compound'])
tweets_df_Cavs2['sentiment'] = vectorized_get_label(tweets_df_Cavs2['compound'])
tweets_df_Pistons2['sentiment'] = vectorized_get_label(tweets_df_Pistons2['compound'])
tweets_df_Wizards2['sentiment'] = vectorized_get_label(tweets_df_Wizards2['compound'])
tweets_df_Pacers2['sentiment'] = vectorized_get_label(tweets_df_Pacers2['compound'])

Counting number of negative, positive, and neutral tweets derived from the TextBlob Sentiment Analysis model

In [676]:
Bucks_test_analyses_neg = len(tweets_df_Bucks1[tweets_df_Bucks1['analysis']=="Negative"])
Bucks_test_analyses_neg
Out[676]:
813
In [677]:
Bucks_test_analyses_pos = len(tweets_df_Bucks1[tweets_df_Bucks1['analysis']=="Positive"])
Bucks_test_analyses_pos
Out[677]:
61
In [678]:
Bucks_test_analyses_neut = len(tweets_df_Bucks1[tweets_df_Bucks1['analysis']=="Neutral"])
Bucks_test_analyses_neut
Out[678]:
0
In [679]:
Celtics_test_analyses_neg = len(tweets_df_Celtics1[tweets_df_Celtics1['analysis']=="Negative"])
Celtics_test_analyses_neg
Out[679]:
5145
In [680]:
Celtics_test_analyses_pos = len(tweets_df_Celtics1[tweets_df_Celtics1['analysis']=="Positive"])
Celtics_test_analyses_pos
Out[680]:
900
In [681]:
Celtics_test_analyses_neut = len(tweets_df_Celtics1[tweets_df_Celtics1['analysis']=="Neutral"])
Celtics_test_analyses_neut
Out[681]:
0
In [682]:
Hornets_test_analyses_neg = len(tweets_df_Hornets1[tweets_df_Hornets1['analysis']=="Negative"])
Hornets_test_analyses_neg
Out[682]:
438
In [683]:
Hornets_test_analyses_pos = len(tweets_df_Hornets1[tweets_df_Hornets1['analysis']=="Positive"])
Hornets_test_analyses_pos
Out[683]:
88
In [684]:
Hornets_test_analyses_neut = len(tweets_df_Hornets1[tweets_df_Hornets1['analysis']=="Neutral"])
Hornets_test_analyses_neut
Out[684]:
0
In [685]:
Heat_test_analyses_neg = len(tweets_df_Heat1[tweets_df_Heat1['analysis']=="Negative"])
Heat_test_analyses_neg
Out[685]:
1208
In [686]:
Heat_test_analyses_pos = len(tweets_df_Heat1[tweets_df_Heat1['analysis']=="Positive"])
Heat_test_analyses_pos
Out[686]:
154
In [687]:
Heat_test_analyses_neut = len(tweets_df_Heat1[tweets_df_Heat1['analysis']=="Neutral"])
Heat_test_analyses_neut
Out[687]:
0
In [688]:
Hawks_test_analyses_neg = len(tweets_df_Hawks1[tweets_df_Hawks1['analysis']=="Negative"])
Hawks_test_analyses_neg
Out[688]:
460
In [689]:
Hawks_test_analyses_pos = len(tweets_df_Hawks1[tweets_df_Hawks1['analysis']=="Positive"])
Hawks_test_analyses_pos
Out[689]:
58
In [690]:
Hawks_test_analyses_neut = len(tweets_df_Hawks1[tweets_df_Hawks1['analysis']=="Neutral"])
Hawks_test_analyses_neut
Out[690]:
0
In [691]:
Nets_test_analyses_neg = len(tweets_df_Nets1[tweets_df_Nets1['analysis']=="Negative"])
Nets_test_analyses_neg
Out[691]:
2101
In [692]:
Nets_test_analyses_pos = len(tweets_df_Nets1[tweets_df_Nets1['analysis']=="Positive"])
Nets_test_analyses_pos
Out[692]:
328
In [693]:
Nets_test_analyses_neut = len(tweets_df_Nets1[tweets_df_Nets1['analysis']=="Neutral"])
Nets_test_analyses_neut
Out[693]:
0
In [694]:
Bulls_test_analyses_neg = len(tweets_df_Bulls1[tweets_df_Bulls1['analysis']=="Negative"])
Bulls_test_analyses_neg
Out[694]:
1124
In [695]:
Bulls_test_analyses_pos = len(tweets_df_Bulls1[tweets_df_Bulls1['analysis']=="Positive"])
Bulls_test_analyses_pos
Out[695]:
192
In [696]:
Bulls_test_analyses_neut = len(tweets_df_Bulls1[tweets_df_Bulls1['analysis']=="Neutral"])
Bulls_test_analyses_neut
Out[696]:
0
In [697]:
Raptors_test_analyses_neg = len(tweets_df_Raptors1[tweets_df_Raptors1['analysis']=="Negative"])
Raptors_test_analyses_neg
Out[697]:
754
In [698]:
Raptors_test_analyses_pos = len(tweets_df_Raptors1[tweets_df_Raptors1['analysis']=="Positive"])
Raptors_test_analyses_pos
Out[698]:
134
In [699]:
Raptors_test_analyses_neut = len(tweets_df_Raptors1[tweets_df_Raptors1['analysis']=="Neutral"])
Raptors_test_analyses_neut
Out[699]:
0
In [700]:
Magic_test_analyses_neg = len(tweets_df_Magic1[tweets_df_Magic1['analysis']=="Negative"])
Magic_test_analyses_neg
Out[700]:
916
In [701]:
Magic_test_analyses_pos = len(tweets_df_Magic1[tweets_df_Magic1['analysis']=="Positive"])
Magic_test_analyses_pos
Out[701]:
44
In [702]:
Magic_test_analyses_neut = len(tweets_df_Magic1[tweets_df_Magic1['analysis']=="Neutral"])
Magic_test_analyses_neut
Out[702]:
0
In [703]:
sixers_test_analyses_neg = len(tweets_df_76ers1[tweets_df_76ers1['analysis']=="Negative"])
sixers_test_analyses_neg
Out[703]:
2394
In [704]:
sixers_test_analyses_pos = len(tweets_df_76ers1[tweets_df_76ers1['analysis']=="Positive"])
sixers_test_analyses_pos
Out[704]:
428
In [705]:
sixers_test_analyses_neut = len(tweets_df_76ers1[tweets_df_76ers1['analysis']=="Neutral"])
sixers_test_analyses_neut
Out[705]:
0
In [706]:
Knicks_test_analyses_neg = len(tweets_df_Knicks1[tweets_df_Knicks1['analysis']=="Negative"])
Knicks_test_analyses_neg
Out[706]:
3849
In [707]:
Knicks_test_analyses_pos = len(tweets_df_Knicks1[tweets_df_Knicks1['analysis']=="Positive"])
Knicks_test_analyses_pos
Out[707]:
789
In [708]:
Knicks_test_analyses_neut = len(tweets_df_Knicks1[tweets_df_Knicks1['analysis']=="Neutral"])
Knicks_test_analyses_neut
Out[708]:
0
In [709]:
Cavs_test_analyses_neg = len(tweets_df_Cavs1[tweets_df_Cavs1['analysis']=="Negative"])
Cavs_test_analyses_neg
Out[709]:
2026
In [710]:
Cavs_test_analyses_pos = len(tweets_df_Cavs1[tweets_df_Cavs1['analysis']=="Positive"])
Cavs_test_analyses_pos
Out[710]:
440
In [711]:
Cavs_test_analyses_neut = len(tweets_df_Cavs1[tweets_df_Cavs1['analysis']=="Neutral"])
Cavs_test_analyses_neut
Out[711]:
0
In [712]:
Pistons_test_analyses_neg = len(tweets_df_Pistons1[tweets_df_Pistons1['analysis']=="Negative"])
Pistons_test_analyses_neg
Out[712]:
1289
In [713]:
Pistons_test_analyses_pos = len(tweets_df_Pistons1[tweets_df_Pistons1['analysis']=="Positive"])
Pistons_test_analyses_pos
Out[713]:
270
In [714]:
Pistons_test_analyses_neut = len(tweets_df_Pistons1[tweets_df_Pistons1['analysis']=="Neutral"])
Pistons_test_analyses_neut
Out[714]:
0
In [715]:
Wizards_test_analyses_neg = len(tweets_df_Wizards1[tweets_df_Wizards1['analysis']=="Negative"])
Wizards_test_analyses_neg
Out[715]:
210
In [716]:
Wizards_test_analyses_pos = len(tweets_df_Wizards1[tweets_df_Wizards1['analysis']=="Positive"])
Wizards_test_analyses_pos
Out[716]:
40
In [717]:
Wizards_test_analyses_neut = len(tweets_df_Wizards1[tweets_df_Wizards1['analysis']=="Neutral"])
Wizards_test_analyses_neut
Out[717]:
0
In [718]:
Pacers_test_analyses_neg = len(tweets_df_Pacers1[tweets_df_Pacers1['analysis']=="Negative"])
Pacers_test_analyses_neg
Out[718]:
1116
In [719]:
Pacers_test_analyses_pos = len(tweets_df_Pacers1[tweets_df_Pacers1['analysis']=="Positive"])
Pacers_test_analyses_pos
Out[719]:
168
In [720]:
Pacers_test_analyses_neut = len(tweets_df_Pacers1[tweets_df_Pacers1['analysis']=="Neutral"])
Pacers_test_analyses_neut
Out[720]:
0

Counting number of negative, positive, and neutral tweets derived from the sentimentVader Sentiment Analysis model

In [125]:
Bucks_test_analyses_neg_vader = len(tweets_df_Bucks2[tweets_df_Bucks2['sentiment']=="Negative"])
Bucks_test_analyses_neg_vader
Out[125]:
829
In [126]:
Bucks_test_analyses_pos_vader = len(tweets_df_Bucks2[tweets_df_Bucks2['sentiment']=="Positive"])
Bucks_test_analyses_pos_vader
Out[126]:
45
In [127]:
Bucks_test_analyses_neut_vader = len(tweets_df_Bucks2[tweets_df_Bucks2['sentiment']=="Neutral"])
Bucks_test_analyses_neut_vader
Out[127]:
0
In [128]:
Celtics_test_analyses_neg_vader = len(tweets_df_Celtics2[tweets_df_Celtics2['sentiment']=="Negative"])
Celtics_test_analyses_neg_vader
Out[128]:
5118
In [129]:
Celtics_test_analyses_pos_vader = len(tweets_df_Celtics2[tweets_df_Celtics2['sentiment']=="Positive"])
Celtics_test_analyses_pos_vader
Out[129]:
927
In [130]:
Celtics_test_analyses_neut_vader = len(tweets_df_Celtics2[tweets_df_Celtics2['sentiment']=="Neutral"])
Celtics_test_analyses_neut_vader
Out[130]:
0
In [131]:
Hornets_test_analyses_neg_vader = len(tweets_df_Hornets2[tweets_df_Hornets2['sentiment']=="Negative"])
Hornets_test_analyses_neg_vader
Out[131]:
430
In [132]:
Hornets_test_analyses_pos_vader = len(tweets_df_Hornets2[tweets_df_Hornets2['sentiment']=="Positive"])
Hornets_test_analyses_pos_vader
Out[132]:
96
In [133]:
Hornets_test_analyses_neut_vader = len(tweets_df_Hornets2[tweets_df_Hornets2['sentiment']=="Neutral"])
Hornets_test_analyses_neut_vader
Out[133]:
0
In [134]:
Heat_test_analyses_neg_vader = len(tweets_df_Heat2[tweets_df_Heat2['sentiment']=="Negative"])
Heat_test_analyses_neg_vader
Out[134]:
1208
In [135]:
Heat_test_analyses_pos_vader = len(tweets_df_Heat2[tweets_df_Heat2['sentiment']=="Positive"])
Heat_test_analyses_pos_vader
Out[135]:
154
In [136]:
Heat_test_analyses_neut_vader = len(tweets_df_Heat2[tweets_df_Heat2['sentiment']=="Neutral"])
Heat_test_analyses_neut_vader
Out[136]:
0
In [137]:
Hawks_test_analyses_neg_vader = len(tweets_df_Hawks2[tweets_df_Hawks2['sentiment']=="Negative"])
Hawks_test_analyses_neg_vader
Out[137]:
490
In [138]:
Hawks_test_analyses_pos_vader = len(tweets_df_Hawks2[tweets_df_Hawks2['sentiment']=="Positive"])
Hawks_test_analyses_pos_vader
Out[138]:
28
In [139]:
Hawks_test_analyses_neut_vader = len(tweets_df_Hawks2[tweets_df_Hawks2['sentiment']=="Neutral"])
Hawks_test_analyses_neut_vader
Out[139]:
0
In [140]:
Nets_test_analyses_neg_vader = len(tweets_df_Nets2[tweets_df_Nets2['sentiment']=="Negative"])
Nets_test_analyses_neg_vader
Out[140]:
2115
In [141]:
Nets_test_analyses_pos_vader = len(tweets_df_Nets2[tweets_df_Nets2['sentiment']=="Positive"])
Nets_test_analyses_pos_vader
Out[141]:
314
In [142]:
Nets_test_analyses_neut_vader = len(tweets_df_Nets2[tweets_df_Nets2['sentiment']=="Neutral"])
Nets_test_analyses_neut_vader
Out[142]:
0
In [143]:
Bulls_test_analyses_neg_vader = len(tweets_df_Bulls2[tweets_df_Bulls2['sentiment']=="Negative"])
Bulls_test_analyses_neg_vader
Out[143]:
1178
In [144]:
Bulls_test_analyses_pos_vader = len(tweets_df_Bulls2[tweets_df_Bulls2['sentiment']=="Positive"])
Bulls_test_analyses_pos_vader
Out[144]:
138
In [145]:
Bulls_test_analyses_neut_vader = len(tweets_df_Bulls2[tweets_df_Bulls2['sentiment']=="Neutral"])
Bulls_test_analyses_neut_vader
Out[145]:
0
In [146]:
Raptors_test_analyses_neg_vader = len(tweets_df_Raptors2[tweets_df_Raptors2['sentiment']=="Negative"])
Raptors_test_analyses_neg_vader
Out[146]:
816
In [147]:
Raptors_test_analyses_pos_vader = len(tweets_df_Raptors2[tweets_df_Raptors2['sentiment']=="Positive"])
Raptors_test_analyses_pos_vader
Out[147]:
72
In [148]:
Raptors_test_analyses_neut_vader = len(tweets_df_Raptors2[tweets_df_Raptors2['sentiment']=="Neutral"])
Raptors_test_analyses_neut_vader
Out[148]:
0
In [149]:
Magic_test_analyses_neg_vader = len(tweets_df_Magic2[tweets_df_Magic2['sentiment']=="Negative"])
Magic_test_analyses_neg_vader
Out[149]:
850
In [150]:
Magic_test_analyses_pos_vader = len(tweets_df_Magic2[tweets_df_Magic2['sentiment']=="Positive"])
Magic_test_analyses_pos_vader
Out[150]:
110
In [151]:
Magic_test_analyses_neut_vader = len(tweets_df_Magic2[tweets_df_Magic2['sentiment']=="Neutral"])
Magic_test_analyses_neut_vader
Out[151]:
0
In [155]:
Sixers_test_analyses_neg_vader = len(tweets_df_76ers2[tweets_df_76ers2['sentiment']=="Negative"])
Sixers_test_analyses_neg_vader
Out[155]:
2410
In [156]:
Sixers_test_analyses_pos_vader = len(tweets_df_76ers2[tweets_df_76ers2['sentiment']=="Positive"])
Sixers_test_analyses_pos_vader
Out[156]:
412
In [157]:
Sixers_test_analyses_neut_vader = len(tweets_df_76ers2[tweets_df_76ers2['sentiment']=="Neutral"])
Sixers_test_analyses_neut_vader
Out[157]:
0
In [158]:
Knicks_test_analyses_neg_vader = len(tweets_df_Knicks2[tweets_df_Knicks2['sentiment']=="Negative"])
Knicks_test_analyses_neg_vader
Out[158]:
3853
In [159]:
Knicks_test_analyses_pos_vader = len(tweets_df_Knicks2[tweets_df_Knicks2['sentiment']=="Positive"])
Knicks_test_analyses_pos_vader
Out[159]:
785
In [160]:
Knicks_test_analyses_neut_vader = len(tweets_df_Knicks2[tweets_df_Knicks2['sentiment']=="Neutral"])
Knicks_test_analyses_neut_vader
Out[160]:
0
In [161]:
Cavs_test_analyses_neg_vader = len(tweets_df_Cavs2[tweets_df_Cavs2['sentiment']=="Negative"])
Cavs_test_analyses_neg_vader
Out[161]:
2080
In [162]:
Cavs_test_analyses_pos_vader = len(tweets_df_Cavs2[tweets_df_Cavs2['sentiment']=="Positive"])
Cavs_test_analyses_pos_vader
Out[162]:
386
In [163]:
Cavs_test_analyses_neut_vader = len(tweets_df_Cavs2[tweets_df_Cavs2['sentiment']=="Neutral"])
Cavs_test_analyses_neut_vader
Out[163]:
0
In [164]:
Pistons_test_analyses_neg_vader = len(tweets_df_Pistons2[tweets_df_Pistons2['sentiment']=="Negative"])
Pistons_test_analyses_neg_vader
Out[164]:
1363
In [165]:
Pistons_test_analyses_pos_vader = len(tweets_df_Pistons2[tweets_df_Pistons2['sentiment']=="Positive"])
Pistons_test_analyses_pos_vader
Out[165]:
196
In [166]:
Pistons_test_analyses_neut_vader = len(tweets_df_Pistons2[tweets_df_Pistons2['sentiment']=="Neutral"])
Pistons_test_analyses_neut_vader
Out[166]:
0
In [167]:
Wizards_test_analyses_neg_vader = len(tweets_df_Wizards2[tweets_df_Wizards2['sentiment']=="Negative"])
Wizards_test_analyses_neg_vader
Out[167]:
204
In [168]:
Wizards_test_analyses_pos_vader = len(tweets_df_Wizards2[tweets_df_Wizards2['sentiment']=="Positive"])
Wizards_test_analyses_pos_vader
Out[168]:
46
In [169]:
Wizards_test_analyses_neut_vader = len(tweets_df_Wizards2[tweets_df_Wizards2['sentiment']=="Neutral"])
Wizards_test_analyses_neut_vader
Out[169]:
0
In [170]:
Pacers_test_analyses_neg_vader = len(tweets_df_Pacers2[tweets_df_Pacers2['sentiment']=="Negative"])
Pacers_test_analyses_neg_vader
Out[170]:
1134
In [171]:
Pacers_test_analyses_pos_vader = len(tweets_df_Pacers2[tweets_df_Pacers2['sentiment']=="Positive"])
Pacers_test_analyses_pos_vader
Out[171]:
150
In [172]:
Pacers_test_analyses_neut_vader = len(tweets_df_Pacers2[tweets_df_Pacers2['sentiment']=="Neutral"])
Pacers_test_analyses_neut_vader
Out[172]:
0

Creating dataframes with the TextBlob and sentimentVader Sentiment Analysis results

In [187]:
d_textblob = {'Eastern Conference Team': ['Bucks', 'Celtics', 'Hornets', 'Heat', 'Hawks', 'Nets', 'Bulls', 'Raptors', 'Magic', '76ers', 'Knicks', 'Cavs', 'Pistons', 'Wizards', 'Pacers'], 'Positives': [61, 900, 88, 154, 58, 328, 192, 134, 44, 428, 789, 440, 270, 40, 168], 'Negatives':[813, 5145, 438, 1208, 460, 2101, 1124, 754, 916, 2394, 3849, 2026, 1289, 210, 1116], 'Neutrals':[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}
NBA_East_Conf_Sentiment_Analysis_textblob_df = pd.DataFrame(data=d_textblob)
NBA_East_Conf_Sentiment_Analysis_textblob_df
Out[187]:
Eastern Conference Team Positives Negatives Neutrals
0 Bucks 61 813 0
1 Celtics 900 5145 0
2 Hornets 88 438 0
3 Heat 154 1208 0
4 Hawks 58 460 0
5 Nets 328 2101 0
6 Bulls 192 1124 0
7 Raptors 134 754 0
8 Magic 44 916 0
9 76ers 428 2394 0
10 Knicks 789 3849 0
11 Cavs 440 2026 0
12 Pistons 270 1289 0
13 Wizards 40 210 0
14 Pacers 168 1116 0
In [188]:
d_vader = {'Eastern Conference Team': ['Bucks', 'Celtics', 'Hornets', 'Heat', 'Hawks', 'Nets', 'Bulls', 'Raptors', 'Magic', '76ers', 'Knicks', 'Cavs', 'Pistons', 'Wizards', 'Pacers'], 'Positives': [45, 927, 96, 154, 28, 314, 138, 72, 110, 412, 785, 386, 196, 46, 150], 'Negatives':[829, 5118, 430, 1208, 490, 2115, 1178, 816, 850, 2410, 3853, 2080, 1363, 204, 1134], 'Neutrals':[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}
NBA_East_Conf_Sentiment_Analysis_vader_df = pd.DataFrame(data=d_vader)
NBA_East_Conf_Sentiment_Analysis_vader_df
Out[188]:
Eastern Conference Team Positives Negatives Neutrals
0 Bucks 45 829 0
1 Celtics 927 5118 0
2 Hornets 96 430 0
3 Heat 154 1208 0
4 Hawks 28 490 0
5 Nets 314 2115 0
6 Bulls 138 1178 0
7 Raptors 72 816 0
8 Magic 110 850 0
9 76ers 412 2410 0
10 Knicks 785 3853 0
11 Cavs 386 2080 0
12 Pistons 196 1363 0
13 Wizards 46 204 0
14 Pacers 150 1134 0
In [406]:
#NBA_East_Conf_Sentiment_Analysis_df.to_csv('NBA_East_Conf_Sentiment_Analysis_df.csv')

Plotting the TextBlob and sentimentVader Sentiment Analysis results for the Eastern Conference NBA teams

In [194]:
import matplotlib.pyplot as plt
import numpy as np
from matplotlib.pyplot import figure

figure(figsize=(15, 120), dpi=80)

labels = NBA_East_Conf_Sentiment_Analysis_textblob_df['Eastern Conference Team']
positive = NBA_East_Conf_Sentiment_Analysis_textblob_df['Positives']
negative = NBA_East_Conf_Sentiment_Analysis_textblob_df['Negatives']
#neutral = NBA_East_Conf_Sentiment_Analysis_textblob_df['Neutrals']

x = np.arange(len(labels))  # the label locations
width = 0.35  # the width of the bars

fig, ax = plt.subplots()
rects1 = ax.bar(x - width/2, positive, width, label='Positives')
rects2 = ax.bar(x + width/2, negative, width, label='Negatives')
#rects3 = ax.bar(x + width/2, neutral, width, label='Neutrals')

# Add some text for labels, title and custom x-axis tick labels, etc.
ax.set_ylabel('Number of Tweets')
ax.set_title('NBA Eastern Conference Twitter Sentiment Analysis 2021-2022 with TextBlob')
ax.set_xticks(x, labels)
ax.legend()

#ax.bar_label(rects1, padding=3)
#ax.bar_label(rects2, padding=3)
#ax.bar_label(rects3, padding=3)

plt.setp(ax.get_xticklabels(), rotation=50, horizontalalignment='right')

fig.tight_layout()

plt.show()
<Figure size 1200x9600 with 0 Axes>
In [197]:
import matplotlib.pyplot as plt
import numpy as np
from matplotlib.pyplot import figure

figure(figsize=(15, 120), dpi=80)

labels = NBA_East_Conf_Sentiment_Analysis_textblob_df['Eastern Conference Team']
positive = NBA_East_Conf_Sentiment_Analysis_textblob_df['Positives']
negative = NBA_East_Conf_Sentiment_Analysis_textblob_df['Negatives']
#neutral = NBA_East_Conf_Sentiment_Analysis_textblob_df['Neutrals']

x = np.arange(len(labels))  # the label locations
width = 0.35  # the width of the bars

fig, ax = plt.subplots()
rects1 = ax.bar(x - width/2, positive, width, label='Positives')
rects2 = ax.bar(x + width/2, negative, width, label='Negatives')
#rects3 = ax.bar(x + width/2, neutral, width, label='Neutrals')

# Add some text for labels, title and custom x-axis tick labels, etc.
ax.set_ylabel('Number of Tweets')
ax.set_title('NBA Western Conference Twitter Sentiment Analysis 2021-2022 with sentimentVader')
ax.set_xticks(x, labels)
ax.legend()

#ax.bar_label(rects1, padding=3)
#ax.bar_label(rects2, padding=3)
#ax.bar_label(rects3, padding=3)

plt.setp(ax.get_xticklabels(), rotation=50, horizontalalignment='right')

fig.tight_layout()

plt.show()
<Figure size 1200x9600 with 0 Axes>